2018-09-04 10:21:51,611 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-fraser-275 | | 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-09-04 10:21:51,614 - 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=sMm7fUKQ9MBhjVpaGRpybdxGx export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.28,192.30.9.6 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.28: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.6 export OS_REGION_NAME=regionOne 2018-09-04 10:21:51,614 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-09-04 10:21:51,615 - 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-09-04 10:21:51,624 - xtesting.ci.run_tests - INFO - Loading test case 'connection_check'... 2018-09-04 10:21:52,394 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-09-04 10:21:52,394 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-09-04 10:21:52,394 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-09-04 10:21:52,394 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-09-04 10:21:52,394 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-09-04 10:21:52,394 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-09-04 10:21:52,394 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-09-04 10:21:52,394 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-09-04 10:21:52,394 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-09-04 10:21:52,394 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-09-04 10:21:52,395 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-09-04 10:21:52,395 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-09-04 10:21:52,395 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-09-04 10:21:52,395 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-09-04 10:21:52,395 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-09-04 10:21:52,395 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-09-04 10:21:52,395 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-09-04 10:21:52,395 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-09-04 10:21:52,395 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-09-04 10:21:52,395 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-09-04 10:21:52,395 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-09-04 10:21:52,395 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-09-04 10:21:52,396 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainList 2018-09-04 10:21:52,397 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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-09-04 10:21:52,405 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:21:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-70b0c366-96f8-4506-86f3-e304197a3370 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.28:5000/v3/", "rel": "self"}]}} 2018-09-04 10:21:52,405 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-70b0c366-96f8-4506-86f3-e304197a3370 2018-09-04 10:21:52,406 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-09-04 10:21:52,850 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "3d416247e8224533841040c3ad2bce5a", "name": "admin"}], "expires_at": "2018-09-04T11:21:52.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1e2f68a072b64978bd7ea91c2d64aca6", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v1/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235635a698ef4bef9dc6b25273d185da"}, {"url": "http://192.30.9.6:8776/v1/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "23b07b3fbfc340a58cf0f9b2871a0d23"}, {"url": "http://172.30.9.28:8776/v1/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "72fd0aaa144d45419f4b04b6b26f69a7"}], "type": "volume", "id": "097241c25b4d4f7e91b3f8efa155909e", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v3/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93eb4cf3030a49e7840bec071422d397"}, {"url": "http://192.30.9.6:8776/v3/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8af439a6ac147fdbcb38ed9aa916b68"}, {"url": "http://192.30.9.6:8776/v3/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c4bfdbc9b7c74a23a40afdf578cfeba4"}], "type": "volumev3", "id": "1c85f4682ce44f729db1dabd98e965e8", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "82239574a29d4603a2161006f61851cf"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8d15f7134f364a7bbcfff2f84aac3bf2"}, {"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e01668c43a0c4c279b9a3d20a0280d6c"}], "type": "image", "id": "297d8415ca96454991054983920912f7", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7bb4d60e20734d4a9f31ec75e02cb823"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bf6adec15590466a9a0d3bddb00e8993"}, {"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f096f03a1d12411a8972f6f7c196b60d"}], "type": "policy", "id": "54c64351b56d44bbad74c2969cc3aa00", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "354ae6870a324fab82d0a0fb68ee0f26"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a3807e460dd4af488d982b66c52e64c"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e7c3da785076450abd71868e75ce0c33"}], "type": "cloudformation", "id": "6ac9917ae83c4639a15a4ab3cf0e76dd", "name": "heat-cfn"}, {"endpoints": [], "type": "metering", "id": "7fcc078e5e0645f29df67742ac14e388", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49e71628d386464cb950d6a9db00a328"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75b0a63ed8574bbcab1c851cc9b83d30"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9902b0a8b3c04cd192a1b84c417c232b"}], "type": "key-manager", "id": "9626544a32e74678a641c6e206f028a9", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "497340e5aa36485982fdf297f370558f"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7802beb4fc7c4952897b77bd5610b1fe"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c14af798917f4fa0b146d9772583e595"}], "type": "metric", "id": "973bfe8c658d4e5a8da725e76b9d550e", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "288ecc3674ea41d2aa3b790dcb832bf2"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7a6dc785cd7142f5b30f1a7ba0daeb03"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7f7d34e2351b4964befccc862c4e8e12"}], "type": "network", "id": "a348d7b06050474fb449be7f32ea6f5d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "21bce6ecb8464a1f8f3e3847aa698bd6"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0a8faf2246b47deb30e69e48d3551fb"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e71c6011de3d4d8589e5b53dcc79f288"}], "type": "identity", "id": "ad8d4b4953184137a1b913ecee9434ed", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "13474f9a78ca4f1184e4cddc84d0d98c"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad67365a18234bb78c336e6776958c00"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc54db13337f44f8921fbb9ad0f81de8"}], "type": "alarming", "id": "bb18dc3243034f08a6a7f69f7a1edccf", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0d91d7adf0304b2681c77f979e5cdb17"}, {"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "756e5ffca9774ab3ae2db41bf330417f"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c07c727a08c243b287827f539a124e63"}], "type": "placement", "id": "bb2c9432fcbd4c56913177122468f6ba", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8004/v1/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1eed4912224b48cf9856446eae4d9928"}, {"url": "http://192.30.9.6:8004/v1/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b73b7f99236541148d84f24f09e5dd40"}, {"url": "http://192.30.9.6:8004/v1/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fbf12e52911244fdafc24a9d46f56e62"}], "type": "orchestration", "id": "c8918d139da945ba93df4ccce21d4904", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16bf098b9e2e490f8e47fa601059f975"}, {"url": "http://192.30.9.6:8776/v2/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc16fa4cf491444ca2f611d5692c1170"}, {"url": "http://192.30.9.6:8776/v2/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ccd2c5325dff4b90b391db9fdde67d99"}], "type": "volumev2", "id": "d09ac9123c34494abce21d6c27bee9d9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eac694332354a3aa0e61c31314166d7"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b4d4989c4e764717ab78d38675cadd3f"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff196e46b56d406d87a678f1a64497b0"}], "type": "compute", "id": "d4030ee932c84df58c5b910cc197caa7", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "42c3a9abd8ad4ce8ab2c4cc6e0403c33"}, "audit_ids": ["-KwaNLp3QYqV6qH8fuWiQw"], "issued_at": "2018-09-04T10:21:52.000000Z"}} 2018-09-04 10:21:52,854 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}a12a70160c7c4d96d25cae1b2ccf3a41d839bee1" 2018-09-04 10:21:52,859 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 04 Sep 2018 10:21: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.28: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.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-04 10:21:52,863 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/domains? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a12a70160c7c4d96d25cae1b2ccf3a41d839bee1" 2018-09-04 10:21:52,952 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:21:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3ac211df-e230-4a92-ab65-96077456bbd8 Content-Encoding: gzip Content-Length: 213 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.28:5000/v3/domains/bb3675e8f7584634b56038f5732ae451"}, "description": "", "name": "heat_stack", "enabled": true, "id": "bb3675e8f7584634b56038f5732ae451"}, {"links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains", "previous": null, "next": null}} 2018-09-04 10:21:52,953 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains used request id req-3ac211df-e230-4a92-ab65-96077456bbd8 2018-09-04 10:21:52,953 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainList in 0.556557178497s 2018-09-04 10:21:52,955 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-09-04 10:21:52,955 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28: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}a12a70160c7c4d96d25cae1b2ccf3a41d839bee1" -d '{"project": {"description": "Created by OPNFV Functest: connection_check", "enabled": true, "domain_id": "default", "name": "connection_check-project_3fd74dfd-593e-499e-a971-57e057b6935d"}}' 2018-09-04 10:21:53,159 - keystoneauth.session - DEBUG - RESP: [201] Date: Tue, 04 Sep 2018 10:21:52 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0263e13e-bd01-4199-a0a9-2717bb50fb4d 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.28:5000/v3/projects/db6bb8e6383a41f5af7ce3bbb8ddb3ab"}, "enabled": true, "id": "db6bb8e6383a41f5af7ce3bbb8ddb3ab", "parent_id": "default", "domain_id": "default", "name": "connection_check-project_3fd74dfd-593e-499e-a971-57e057b6935d"}} 2018-09-04 10:21:53,159 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/projects used request id req-0263e13e-bd01-4199-a0a9-2717bb50fb4d 2018-09-04 10:21:53,159 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.204681873322s 2018-09-04 10:21:53,160 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/projects used request id req-0263e13e-bd01-4199-a0a9-2717bb50fb4d 2018-09-04 10:21:53,160 - functest.core.tenantnetwork - DEBUG - project: Munch({'is_enabled': True, 'parent_id': u'default', 'is_domain': False, 'name': u'connection_check-project_3fd74dfd-593e-499e-a971-57e057b6935d', 'id': u'db6bb8e6383a41f5af7ce3bbb8ddb3ab', '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-09-04 10:21:53,161 - shade.task_manager - DEBUG - Manager envvars:regionOne running task UserCreate 2018-09-04 10:21:53,666 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task UserCreate in 0.505402088165s 2018-09-04 10:21:53,667 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/users/33a545d46c6b49ac85c107b50682d490 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a12a70160c7c4d96d25cae1b2ccf3a41d839bee1" 2018-09-04 10:21:53,865 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:21:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-25c10443-a2b7-46a0-b838-e1ba194825dd Content-Encoding: gzip Content-Length: 216 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.28:5000/v3/users/33a545d46c6b49ac85c107b50682d490"}, "enabled": true, "id": "33a545d46c6b49ac85c107b50682d490", "options": {}, "domain_id": "default", "name": "connection_check-user_3fd74dfd-593e-499e-a971-57e057b6935d"}} 2018-09-04 10:21:53,866 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users/33a545d46c6b49ac85c107b50682d490 used request id req-25c10443-a2b7-46a0-b838-e1ba194825dd 2018-09-04 10:21:53,866 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'33a545d46c6b49ac85c107b50682d490', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'connection_check-user_3fd74dfd-593e-499e-a971-57e057b6935d'}) 2018-09-04 10:21:53,867 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-09-04 10:21:53,867 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a12a70160c7c4d96d25cae1b2ccf3a41d839bee1" 2018-09-04 10:21:53,943 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:21:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4a0ed92f-cd77-4d86-b377-aa37584e3cf1 Content-Encoding: gzip Content-Length: 284 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3d416247e8224533841040c3ad2bce5a", "links": {"self": "http://172.30.9.28:5000/v3/roles/3d416247e8224533841040c3ad2bce5a"}, "name": "admin"}, {"domain_id": null, "id": "6fc48fbb08d4410680bf5ace535e410c", "links": {"self": "http://172.30.9.28:5000/v3/roles/6fc48fbb08d4410680bf5ace535e410c"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "fea739ce4d1249249c128f55b640b79d", "links": {"self": "http://172.30.9.28:5000/v3/roles/fea739ce4d1249249c128f55b640b79d"}, "name": "ResellerAdmin"}]} 2018-09-04 10:21:53,944 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-4a0ed92f-cd77-4d86-b377-aa37584e3cf1 2018-09-04 10:21:53,944 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0771660804749s 2018-09-04 10:21:53,945 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-09-04 10:21:53,946 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a12a70160c7c4d96d25cae1b2ccf3a41d839bee1" 2018-09-04 10:21:54,033 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:21:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-800983c3-d899-44e5-a983-0c976a6f7d8f Content-Encoding: gzip Content-Length: 284 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3d416247e8224533841040c3ad2bce5a", "links": {"self": "http://172.30.9.28:5000/v3/roles/3d416247e8224533841040c3ad2bce5a"}, "name": "admin"}, {"domain_id": null, "id": "6fc48fbb08d4410680bf5ace535e410c", "links": {"self": "http://172.30.9.28:5000/v3/roles/6fc48fbb08d4410680bf5ace535e410c"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "fea739ce4d1249249c128f55b640b79d", "links": {"self": "http://172.30.9.28:5000/v3/roles/fea739ce4d1249249c128f55b640b79d"}, "name": "ResellerAdmin"}]} 2018-09-04 10:21:54,033 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-800983c3-d899-44e5-a983-0c976a6f7d8f 2018-09-04 10:21:54,034 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0881497859955s 2018-09-04 10:21:54,035 - functest.core.tenantnetwork - INFO - Creating default role Member 2018-09-04 10:21:54,035 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleCreate 2018-09-04 10:21:54,036 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a12a70160c7c4d96d25cae1b2ccf3a41d839bee1" -d '{"role": {"name": "Member"}}' 2018-09-04 10:21:54,182 - keystoneauth.session - DEBUG - RESP: [201] Date: Tue, 04 Sep 2018 10:21:54 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e40942d8-83fe-4f5f-a5a0-7e55c6159998 Content-Length: 177 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "73f0bffd657b446e93a6d122f974fe7b", "links": {"self": "http://172.30.9.28:5000/v3/roles/73f0bffd657b446e93a6d122f974fe7b"}, "name": "Member"}} 2018-09-04 10:21:54,182 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/roles used request id req-e40942d8-83fe-4f5f-a5a0-7e55c6159998 2018-09-04 10:21:54,182 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleCreate in 0.146950960159s 2018-09-04 10:21:54,183 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/roles/73f0bffd657b446e93a6d122f974fe7b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a12a70160c7c4d96d25cae1b2ccf3a41d839bee1" 2018-09-04 10:21:54,201 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:21:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-43e20a35-1912-4100-be17-3cbbf238cc02 Content-Encoding: gzip Content-Length: 143 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.28:5000/v3/roles/73f0bffd657b446e93a6d122f974fe7b"}, "domain_id": null, "name": "Member", "id": "73f0bffd657b446e93a6d122f974fe7b"}} 2018-09-04 10:21:54,201 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles/73f0bffd657b446e93a6d122f974fe7b used request id req-43e20a35-1912-4100-be17-3cbbf238cc02 2018-09-04 10:21:54,201 - functest.core.tenantnetwork - DEBUG - role: Munch({'NAME_ATTR': 'name', 'name': u'Member', 'links': {u'self': u'http://172.30.9.28:5000/v3/roles/73f0bffd657b446e93a6d122f974fe7b'}, 'domain_id': None, 'human_id': None, 'id': u'73f0bffd657b446e93a6d122f974fe7b', 'HUMAN_ID': False}) 2018-09-04 10:21:54,202 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-09-04 10:21:54,202 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a12a70160c7c4d96d25cae1b2ccf3a41d839bee1" 2018-09-04 10:21:54,340 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:21:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fdd1f28b-f161-4edf-a0b2-a0a8bd535663 Content-Encoding: gzip Content-Length: 314 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3d416247e8224533841040c3ad2bce5a", "links": {"self": "http://172.30.9.28:5000/v3/roles/3d416247e8224533841040c3ad2bce5a"}, "name": "admin"}, {"domain_id": null, "id": "6fc48fbb08d4410680bf5ace535e410c", "links": {"self": "http://172.30.9.28:5000/v3/roles/6fc48fbb08d4410680bf5ace535e410c"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "73f0bffd657b446e93a6d122f974fe7b", "links": {"self": "http://172.30.9.28:5000/v3/roles/73f0bffd657b446e93a6d122f974fe7b"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "fea739ce4d1249249c128f55b640b79d", "links": {"self": "http://172.30.9.28:5000/v3/roles/fea739ce4d1249249c128f55b640b79d"}, "name": "ResellerAdmin"}]} 2018-09-04 10:21:54,340 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-fdd1f28b-f161-4edf-a0b2-a0a8bd535663 2018-09-04 10:21:54,341 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.138889074326s 2018-09-04 10:21:54,342 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2018-09-04 10:21:54,343 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a12a70160c7c4d96d25cae1b2ccf3a41d839bee1" 2018-09-04 10:21:54,427 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:21:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9e89bb59-7a9a-4391-8a0d-8b18bbe35837 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.28:5000/v3/domains/default"}, "name": "Default"}} 2018-09-04 10:21:54,427 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains/default used request id req-9e89bb59-7a9a-4391-8a0d-8b18bbe35837 2018-09-04 10:21:54,427 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.085088968277s 2018-09-04 10:21:54,428 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-09-04 10:21:54,429 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}a12a70160c7c4d96d25cae1b2ccf3a41d839bee1" 2018-09-04 10:21:54,523 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:21:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d3f98b0d-0d13-49c4-b446-a413e47cc5d0 Content-Encoding: gzip Content-Length: 844 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.28:5000/v3/users/2719bb13630f43dfa92537864b7b9156"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2719bb13630f43dfa92537864b7b9156", "email": "heat@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "connection_check-user_3fd74dfd-593e-499e-a971-57e057b6935d", "links": {"self": "http://172.30.9.28:5000/v3/users/33a545d46c6b49ac85c107b50682d490"}, "domain_id": "default", "enabled": true, "id": "33a545d46c6b49ac85c107b50682d490", "options": {}}, {"name": "cinder", "links": {"self": "http://172.30.9.28:5000/v3/users/36910ef6abf94075a2d6069c8571e383"}, "domain_id": "default", "enabled": true, "options": {}, "id": "36910ef6abf94075a2d6069c8571e383", "email": "cinder@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.28:5000/v3/users/42c3a9abd8ad4ce8ab2c4cc6e0403c33"}, "domain_id": "default", "enabled": true, "options": {}, "id": "42c3a9abd8ad4ce8ab2c4cc6e0403c33", "email": "admin@example.com", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.28:5000/v3/users/449836e5f54549afb8a7ce28abf3d544"}, "domain_id": "default", "enabled": true, "options": {}, "id": "449836e5f54549afb8a7ce28abf3d544", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.28:5000/v3/users/4f2d44b313674c27b065e562198a2eaf"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4f2d44b313674c27b065e562198a2eaf", "email": "placement@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.28:5000/v3/users/53e472b53b3247cc998195108afb0333"}, "domain_id": "default", "enabled": true, "options": {}, "id": "53e472b53b3247cc998195108afb0333", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.28:5000/v3/users/72c8a4f27c80473bb772f1af33725838"}, "domain_id": "default", "enabled": true, "options": {}, "id": "72c8a4f27c80473bb772f1af33725838", "email": "glance@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.28:5000/v3/users/7661c02c249442d984369889093013fe"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7661c02c249442d984369889093013fe", "email": "barbican@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.28:5000/v3/users/78cfb105b70a43c69c179056f12732d4"}, "domain_id": "bb3675e8f7584634b56038f5732ae451", "enabled": true, "options": {}, "id": "78cfb105b70a43c69c179056f12732d4", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.28:5000/v3/users/7cc5af47f4974b51be24b8af469f48f6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7cc5af47f4974b51be24b8af469f48f6", "email": "aodh@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.28:5000/v3/users/828ac5d6a2ef4b0091fb761ec963b324"}, "domain_id": "default", "enabled": true, "options": {}, "id": "828ac5d6a2ef4b0091fb761ec963b324", "email": "congress@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.28:5000/v3/users/9dcf57654b41495ea7db845703bc37f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9dcf57654b41495ea7db845703bc37f8", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.28:5000/v3/users/c4e0c9bcba5d4f0895d28f0f72346c41"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c4e0c9bcba5d4f0895d28f0f72346c41", "email": "neutron@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.28:5000/v3/users/ef3f2972886b4078848941109f593feb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ef3f2972886b4078848941109f593feb", "email": "nova@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.28:5000/v3/users", "previous": null, "next": null}} 2018-09-04 10:21:54,523 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-d3f98b0d-0d13-49c4-b446-a413e47cc5d0 2018-09-04 10:21:54,524 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0953779220581s 2018-09-04 10:21:54,524 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-d3f98b0d-0d13-49c4-b446-a413e47cc5d0 2018-09-04 10:21:54,530 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-09-04 10:21:54,531 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28: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}a12a70160c7c4d96d25cae1b2ccf3a41d839bee1" 2018-09-04 10:21:54,677 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:21:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0f77782a-a31e-4d14-ade7-998bb9efdce4 Content-Encoding: gzip Content-Length: 392 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28: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.28:5000/v3/projects/18025ed81c804927a1f0e0e0ba20836f"}, "enabled": true, "id": "18025ed81c804927a1f0e0e0ba20836f", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.28:5000/v3/projects/1e2f68a072b64978bd7ea91c2d64aca6"}, "enabled": true, "id": "1e2f68a072b64978bd7ea91c2d64aca6", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: connection_check", "links": {"self": "http://172.30.9.28:5000/v3/projects/db6bb8e6383a41f5af7ce3bbb8ddb3ab"}, "enabled": true, "id": "db6bb8e6383a41f5af7ce3bbb8ddb3ab", "parent_id": "default", "domain_id": "default", "name": "connection_check-project_3fd74dfd-593e-499e-a971-57e057b6935d"}]} 2018-09-04 10:21:54,677 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?domain_id=default used request id req-0f77782a-a31e-4d14-ade7-998bb9efdce4 2018-09-04 10:21:54,677 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.147113084793s 2018-09-04 10:21:54,678 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?domain_id=default used request id req-0f77782a-a31e-4d14-ade7-998bb9efdce4 2018-09-04 10:21:54,680 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2018-09-04 10:21:54,681 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/role_assignments?user.id=33a545d46c6b49ac85c107b50682d490&scope.project.id=db6bb8e6383a41f5af7ce3bbb8ddb3ab&role.id=73f0bffd657b446e93a6d122f974fe7b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a12a70160c7c4d96d25cae1b2ccf3a41d839bee1" 2018-09-04 10:21:54,821 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:21:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1d2ea81d-ba26-4db2-b554-d527de8fee6d Content-Encoding: gzip Content-Length: 210 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.28:5000/v3/role_assignments?user.id=33a545d46c6b49ac85c107b50682d490&scope.project.id=db6bb8e6383a41f5af7ce3bbb8ddb3ab&role.id=73f0bffd657b446e93a6d122f974fe7b", "previous": null, "next": null}} 2018-09-04 10:21:54,821 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/role_assignments?user.id=33a545d46c6b49ac85c107b50682d490&scope.project.id=db6bb8e6383a41f5af7ce3bbb8ddb3ab&role.id=73f0bffd657b446e93a6d122f974fe7b used request id req-1d2ea81d-ba26-4db2-b554-d527de8fee6d 2018-09-04 10:21:54,822 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.141315937042s 2018-09-04 10:21:54,822 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2018-09-04 10:21:54,823 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.28:5000/v3/projects/db6bb8e6383a41f5af7ce3bbb8ddb3ab/users/33a545d46c6b49ac85c107b50682d490/roles/73f0bffd657b446e93a6d122f974fe7b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a12a70160c7c4d96d25cae1b2ccf3a41d839bee1" 2018-09-04 10:21:55,047 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 10:21:54 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-2251fb4a-dbb1-4da4-b179-d442d0f72779 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 10:21:55,048 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.28:5000/v3/projects/db6bb8e6383a41f5af7ce3bbb8ddb3ab/users/33a545d46c6b49ac85c107b50682d490/roles/73f0bffd657b446e93a6d122f974fe7b used request id req-2251fb4a-dbb1-4da4-b179-d442d0f72779 2018-09-04 10:21:55,048 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.225537061691s 2018-09-04 10:21:55,048 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'connection_check-project_3fd74dfd-593e-499e-a971-57e057b6935d', 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': 'b612be86-0b2b-4c80-b4b4-6492ef26de93', 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_3fd74dfd-593e-499e-a971-57e057b6935d', 'project_id': u'db6bb8e6383a41f5af7ce3bbb8ddb3ab', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.28:5000/v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2018-09-04 10:21:55,050 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-09-04 10:21:55,050 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-09-04 10:21:55,050 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-09-04 10:21:55,050 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-09-04 10:21:55,050 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-09-04 10:21:55,050 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-09-04 10:21:55,050 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-09-04 10:21:55,050 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-09-04 10:21:55,051 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-09-04 10:21:55,051 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-09-04 10:21:55,051 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-09-04 10:21:55,051 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-09-04 10:21:55,051 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-09-04 10:21:55,051 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-09-04 10:21:55,051 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-09-04 10:21:55,051 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-09-04 10:21:55,051 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-09-04 10:21:55,052 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-09-04 10:21:55,052 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-09-04 10:21:55,052 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-09-04 10:21:55,052 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-09-04 10:21:55,052 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-09-04 10:21:55,053 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'connection_check-user_3fd74dfd-593e-499e-a971-57e057b6935d', 'password': 'b612be86-0b2b-4c80-b4b4-6492ef26de93', 'project_name': 'connection_check-project_3fd74dfd-593e-499e-a971-57e057b6935d', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.28:5000/v3', 'project_id': 'db6bb8e6383a41f5af7ce3bbb8ddb3ab', 'project_domain_name': 'Default'} 2018-09-04 10:21:55,054 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-09-04 10:21:55,054 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a12a70160c7c4d96d25cae1b2ccf3a41d839bee1" 2018-09-04 10:21:55,135 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:21:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-46d48772-8608-4707-b434-b2ccb90c06d5 Content-Encoding: gzip Content-Length: 314 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3d416247e8224533841040c3ad2bce5a", "links": {"self": "http://172.30.9.28:5000/v3/roles/3d416247e8224533841040c3ad2bce5a"}, "name": "admin"}, {"domain_id": null, "id": "6fc48fbb08d4410680bf5ace535e410c", "links": {"self": "http://172.30.9.28:5000/v3/roles/6fc48fbb08d4410680bf5ace535e410c"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "73f0bffd657b446e93a6d122f974fe7b", "links": {"self": "http://172.30.9.28:5000/v3/roles/73f0bffd657b446e93a6d122f974fe7b"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "fea739ce4d1249249c128f55b640b79d", "links": {"self": "http://172.30.9.28:5000/v3/roles/fea739ce4d1249249c128f55b640b79d"}, "name": "ResellerAdmin"}]} 2018-09-04 10:21:55,135 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-46d48772-8608-4707-b434-b2ccb90c06d5 2018-09-04 10:21:55,135 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0817098617554s 2018-09-04 10:21:55,137 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-09-04 10:21:55,137 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a12a70160c7c4d96d25cae1b2ccf3a41d839bee1" 2018-09-04 10:21:55,218 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:21:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0fcf10c4-f3a5-47cf-9b42-0993c27cbcf8 Content-Encoding: gzip Content-Length: 314 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3d416247e8224533841040c3ad2bce5a", "links": {"self": "http://172.30.9.28:5000/v3/roles/3d416247e8224533841040c3ad2bce5a"}, "name": "admin"}, {"domain_id": null, "id": "6fc48fbb08d4410680bf5ace535e410c", "links": {"self": "http://172.30.9.28:5000/v3/roles/6fc48fbb08d4410680bf5ace535e410c"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "73f0bffd657b446e93a6d122f974fe7b", "links": {"self": "http://172.30.9.28:5000/v3/roles/73f0bffd657b446e93a6d122f974fe7b"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "fea739ce4d1249249c128f55b640b79d", "links": {"self": "http://172.30.9.28:5000/v3/roles/fea739ce4d1249249c128f55b640b79d"}, "name": "ResellerAdmin"}]} 2018-09-04 10:21:55,219 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-0fcf10c4-f3a5-47cf-9b42-0993c27cbcf8 2018-09-04 10:21:55,219 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0820918083191s 2018-09-04 10:21:55,220 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2018-09-04 10:21:55,221 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a12a70160c7c4d96d25cae1b2ccf3a41d839bee1" 2018-09-04 10:21:55,296 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:21:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-65442e5a-f0c6-4391-92f5-10e747d3f169 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.28:5000/v3/domains/default"}, "name": "Default"}} 2018-09-04 10:21:55,296 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains/default used request id req-65442e5a-f0c6-4391-92f5-10e747d3f169 2018-09-04 10:21:55,297 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.0764420032501s 2018-09-04 10:21:55,298 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-09-04 10:21:55,298 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}a12a70160c7c4d96d25cae1b2ccf3a41d839bee1" 2018-09-04 10:21:55,454 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:21:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3a248684-125a-428d-b18f-ab738d70a037 Content-Encoding: gzip Content-Length: 844 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.28:5000/v3/users/2719bb13630f43dfa92537864b7b9156"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2719bb13630f43dfa92537864b7b9156", "email": "heat@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "connection_check-user_3fd74dfd-593e-499e-a971-57e057b6935d", "links": {"self": "http://172.30.9.28:5000/v3/users/33a545d46c6b49ac85c107b50682d490"}, "domain_id": "default", "enabled": true, "id": "33a545d46c6b49ac85c107b50682d490", "options": {}}, {"name": "cinder", "links": {"self": "http://172.30.9.28:5000/v3/users/36910ef6abf94075a2d6069c8571e383"}, "domain_id": "default", "enabled": true, "options": {}, "id": "36910ef6abf94075a2d6069c8571e383", "email": "cinder@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.28:5000/v3/users/42c3a9abd8ad4ce8ab2c4cc6e0403c33"}, "domain_id": "default", "enabled": true, "options": {}, "id": "42c3a9abd8ad4ce8ab2c4cc6e0403c33", "email": "admin@example.com", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.28:5000/v3/users/449836e5f54549afb8a7ce28abf3d544"}, "domain_id": "default", "enabled": true, "options": {}, "id": "449836e5f54549afb8a7ce28abf3d544", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.28:5000/v3/users/4f2d44b313674c27b065e562198a2eaf"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4f2d44b313674c27b065e562198a2eaf", "email": "placement@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.28:5000/v3/users/53e472b53b3247cc998195108afb0333"}, "domain_id": "default", "enabled": true, "options": {}, "id": "53e472b53b3247cc998195108afb0333", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.28:5000/v3/users/72c8a4f27c80473bb772f1af33725838"}, "domain_id": "default", "enabled": true, "options": {}, "id": "72c8a4f27c80473bb772f1af33725838", "email": "glance@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.28:5000/v3/users/7661c02c249442d984369889093013fe"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7661c02c249442d984369889093013fe", "email": "barbican@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.28:5000/v3/users/78cfb105b70a43c69c179056f12732d4"}, "domain_id": "bb3675e8f7584634b56038f5732ae451", "enabled": true, "options": {}, "id": "78cfb105b70a43c69c179056f12732d4", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.28:5000/v3/users/7cc5af47f4974b51be24b8af469f48f6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7cc5af47f4974b51be24b8af469f48f6", "email": "aodh@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.28:5000/v3/users/828ac5d6a2ef4b0091fb761ec963b324"}, "domain_id": "default", "enabled": true, "options": {}, "id": "828ac5d6a2ef4b0091fb761ec963b324", "email": "congress@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.28:5000/v3/users/9dcf57654b41495ea7db845703bc37f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9dcf57654b41495ea7db845703bc37f8", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.28:5000/v3/users/c4e0c9bcba5d4f0895d28f0f72346c41"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c4e0c9bcba5d4f0895d28f0f72346c41", "email": "neutron@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.28:5000/v3/users/ef3f2972886b4078848941109f593feb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ef3f2972886b4078848941109f593feb", "email": "nova@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.28:5000/v3/users", "previous": null, "next": null}} 2018-09-04 10:21:55,455 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-3a248684-125a-428d-b18f-ab738d70a037 2018-09-04 10:21:55,455 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.157023906708s 2018-09-04 10:21:55,455 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-3a248684-125a-428d-b18f-ab738d70a037 2018-09-04 10:21:55,461 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-09-04 10:21:55,462 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28: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}a12a70160c7c4d96d25cae1b2ccf3a41d839bee1" 2018-09-04 10:21:55,601 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:21:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8e527da5-a920-4a2c-b997-262cc957b441 Content-Encoding: gzip Content-Length: 392 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28: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.28:5000/v3/projects/18025ed81c804927a1f0e0e0ba20836f"}, "enabled": true, "id": "18025ed81c804927a1f0e0e0ba20836f", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.28:5000/v3/projects/1e2f68a072b64978bd7ea91c2d64aca6"}, "enabled": true, "id": "1e2f68a072b64978bd7ea91c2d64aca6", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: connection_check", "links": {"self": "http://172.30.9.28:5000/v3/projects/db6bb8e6383a41f5af7ce3bbb8ddb3ab"}, "enabled": true, "id": "db6bb8e6383a41f5af7ce3bbb8ddb3ab", "parent_id": "default", "domain_id": "default", "name": "connection_check-project_3fd74dfd-593e-499e-a971-57e057b6935d"}]} 2018-09-04 10:21:55,601 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?domain_id=default used request id req-8e527da5-a920-4a2c-b997-262cc957b441 2018-09-04 10:21:55,601 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.140030860901s 2018-09-04 10:21:55,602 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?domain_id=default used request id req-8e527da5-a920-4a2c-b997-262cc957b441 2018-09-04 10:21:55,604 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2018-09-04 10:21:55,604 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/role_assignments?user.id=33a545d46c6b49ac85c107b50682d490&scope.project.id=db6bb8e6383a41f5af7ce3bbb8ddb3ab&role.id=3d416247e8224533841040c3ad2bce5a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a12a70160c7c4d96d25cae1b2ccf3a41d839bee1" 2018-09-04 10:21:55,729 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:21:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1798b574-40df-4ef2-8bb2-2fe748dd56d3 Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.28:5000/v3/role_assignments?user.id=33a545d46c6b49ac85c107b50682d490&scope.project.id=db6bb8e6383a41f5af7ce3bbb8ddb3ab&role.id=3d416247e8224533841040c3ad2bce5a", "previous": null, "next": null}} 2018-09-04 10:21:55,729 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/role_assignments?user.id=33a545d46c6b49ac85c107b50682d490&scope.project.id=db6bb8e6383a41f5af7ce3bbb8ddb3ab&role.id=3d416247e8224533841040c3ad2bce5a used request id req-1798b574-40df-4ef2-8bb2-2fe748dd56d3 2018-09-04 10:21:55,729 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.125690937042s 2018-09-04 10:21:55,730 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2018-09-04 10:21:55,731 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.28:5000/v3/projects/db6bb8e6383a41f5af7ce3bbb8ddb3ab/users/33a545d46c6b49ac85c107b50682d490/roles/3d416247e8224533841040c3ad2bce5a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a12a70160c7c4d96d25cae1b2ccf3a41d839bee1" 2018-09-04 10:21:55,901 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 10:21:55 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-2674b28e-12b5-4a8d-ba35-ce45caabbd7b Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 10:21:55,901 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.28:5000/v3/projects/db6bb8e6383a41f5af7ce3bbb8ddb3ab/users/33a545d46c6b49ac85c107b50682d490/roles/3d416247e8224533841040c3ad2bce5a used request id req-2674b28e-12b5-4a8d-ba35-ce45caabbd7b 2018-09-04 10:21:55,902 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.171576976776s 2018-09-04 10:21:55,902 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-09-04 10:21:55,902 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a12a70160c7c4d96d25cae1b2ccf3a41d839bee1" 2018-09-04 10:21:55,983 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:21:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-10a249c4-2379-47d9-b1f6-2cf5a94a47d3 Content-Encoding: gzip Content-Length: 314 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3d416247e8224533841040c3ad2bce5a", "links": {"self": "http://172.30.9.28:5000/v3/roles/3d416247e8224533841040c3ad2bce5a"}, "name": "admin"}, {"domain_id": null, "id": "6fc48fbb08d4410680bf5ace535e410c", "links": {"self": "http://172.30.9.28:5000/v3/roles/6fc48fbb08d4410680bf5ace535e410c"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "73f0bffd657b446e93a6d122f974fe7b", "links": {"self": "http://172.30.9.28:5000/v3/roles/73f0bffd657b446e93a6d122f974fe7b"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "fea739ce4d1249249c128f55b640b79d", "links": {"self": "http://172.30.9.28:5000/v3/roles/fea739ce4d1249249c128f55b640b79d"}, "name": "ResellerAdmin"}]} 2018-09-04 10:21:55,983 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-10a249c4-2379-47d9-b1f6-2cf5a94a47d3 2018-09-04 10:21:55,983 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0814862251282s 2018-09-04 10:21:55,985 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleCreate 2018-09-04 10:21:55,986 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a12a70160c7c4d96d25cae1b2ccf3a41d839bee1" -d '{"role": {"name": "heat_stack_owner"}}' 2018-09-04 10:21:56,211 - keystoneauth.session - DEBUG - RESP: [201] Date: Tue, 04 Sep 2018 10:21:55 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1195c2e6-a024-4e96-83e7-6aeaf5b46665 Content-Length: 187 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "8e9832bf1d52493ebbdca7b986202feb", "links": {"self": "http://172.30.9.28:5000/v3/roles/8e9832bf1d52493ebbdca7b986202feb"}, "name": "heat_stack_owner"}} 2018-09-04 10:21:56,211 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/roles used request id req-1195c2e6-a024-4e96-83e7-6aeaf5b46665 2018-09-04 10:21:56,211 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleCreate in 0.226118803024s 2018-09-04 10:21:56,212 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/roles/8e9832bf1d52493ebbdca7b986202feb -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a12a70160c7c4d96d25cae1b2ccf3a41d839bee1" 2018-09-04 10:21:56,295 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:21:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c51e333b-f9c4-4fab-a14f-c6f62dd60586 Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.28:5000/v3/roles/8e9832bf1d52493ebbdca7b986202feb"}, "domain_id": null, "name": "heat_stack_owner", "id": "8e9832bf1d52493ebbdca7b986202feb"}} 2018-09-04 10:21:56,295 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles/8e9832bf1d52493ebbdca7b986202feb used request id req-c51e333b-f9c4-4fab-a14f-c6f62dd60586 2018-09-04 10:21:56,296 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-09-04 10:21:56,297 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a12a70160c7c4d96d25cae1b2ccf3a41d839bee1" 2018-09-04 10:21:56,377 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:21:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-038d414d-84a7-4be4-bdcd-6b7042ab9b3f Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3d416247e8224533841040c3ad2bce5a", "links": {"self": "http://172.30.9.28:5000/v3/roles/3d416247e8224533841040c3ad2bce5a"}, "name": "admin"}, {"domain_id": null, "id": "6fc48fbb08d4410680bf5ace535e410c", "links": {"self": "http://172.30.9.28:5000/v3/roles/6fc48fbb08d4410680bf5ace535e410c"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "73f0bffd657b446e93a6d122f974fe7b", "links": {"self": "http://172.30.9.28:5000/v3/roles/73f0bffd657b446e93a6d122f974fe7b"}, "name": "Member"}, {"domain_id": null, "id": "8e9832bf1d52493ebbdca7b986202feb", "links": {"self": "http://172.30.9.28:5000/v3/roles/8e9832bf1d52493ebbdca7b986202feb"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "fea739ce4d1249249c128f55b640b79d", "links": {"self": "http://172.30.9.28:5000/v3/roles/fea739ce4d1249249c128f55b640b79d"}, "name": "ResellerAdmin"}]} 2018-09-04 10:21:56,377 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-038d414d-84a7-4be4-bdcd-6b7042ab9b3f 2018-09-04 10:21:56,377 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0810630321503s 2018-09-04 10:21:56,378 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2018-09-04 10:21:56,379 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a12a70160c7c4d96d25cae1b2ccf3a41d839bee1" 2018-09-04 10:21:56,454 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:21:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-aa3e2b87-58c4-4036-84d6-a03d3ea2e9bd 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.28:5000/v3/domains/default"}, "name": "Default"}} 2018-09-04 10:21:56,454 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains/default used request id req-aa3e2b87-58c4-4036-84d6-a03d3ea2e9bd 2018-09-04 10:21:56,455 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.0759868621826s 2018-09-04 10:21:56,455 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-09-04 10:21:56,456 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}a12a70160c7c4d96d25cae1b2ccf3a41d839bee1" 2018-09-04 10:21:56,552 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:21:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-93cb8994-0923-483b-84e9-7e4dfd97df5d Content-Encoding: gzip Content-Length: 844 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.28:5000/v3/users/2719bb13630f43dfa92537864b7b9156"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2719bb13630f43dfa92537864b7b9156", "email": "heat@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "connection_check-user_3fd74dfd-593e-499e-a971-57e057b6935d", "links": {"self": "http://172.30.9.28:5000/v3/users/33a545d46c6b49ac85c107b50682d490"}, "domain_id": "default", "enabled": true, "id": "33a545d46c6b49ac85c107b50682d490", "options": {}}, {"name": "cinder", "links": {"self": "http://172.30.9.28:5000/v3/users/36910ef6abf94075a2d6069c8571e383"}, "domain_id": "default", "enabled": true, "options": {}, "id": "36910ef6abf94075a2d6069c8571e383", "email": "cinder@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.28:5000/v3/users/42c3a9abd8ad4ce8ab2c4cc6e0403c33"}, "domain_id": "default", "enabled": true, "options": {}, "id": "42c3a9abd8ad4ce8ab2c4cc6e0403c33", "email": "admin@example.com", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.28:5000/v3/users/449836e5f54549afb8a7ce28abf3d544"}, "domain_id": "default", "enabled": true, "options": {}, "id": "449836e5f54549afb8a7ce28abf3d544", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.28:5000/v3/users/4f2d44b313674c27b065e562198a2eaf"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4f2d44b313674c27b065e562198a2eaf", "email": "placement@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.28:5000/v3/users/53e472b53b3247cc998195108afb0333"}, "domain_id": "default", "enabled": true, "options": {}, "id": "53e472b53b3247cc998195108afb0333", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.28:5000/v3/users/72c8a4f27c80473bb772f1af33725838"}, "domain_id": "default", "enabled": true, "options": {}, "id": "72c8a4f27c80473bb772f1af33725838", "email": "glance@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.28:5000/v3/users/7661c02c249442d984369889093013fe"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7661c02c249442d984369889093013fe", "email": "barbican@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.28:5000/v3/users/78cfb105b70a43c69c179056f12732d4"}, "domain_id": "bb3675e8f7584634b56038f5732ae451", "enabled": true, "options": {}, "id": "78cfb105b70a43c69c179056f12732d4", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.28:5000/v3/users/7cc5af47f4974b51be24b8af469f48f6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7cc5af47f4974b51be24b8af469f48f6", "email": "aodh@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.28:5000/v3/users/828ac5d6a2ef4b0091fb761ec963b324"}, "domain_id": "default", "enabled": true, "options": {}, "id": "828ac5d6a2ef4b0091fb761ec963b324", "email": "congress@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.28:5000/v3/users/9dcf57654b41495ea7db845703bc37f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9dcf57654b41495ea7db845703bc37f8", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.28:5000/v3/users/c4e0c9bcba5d4f0895d28f0f72346c41"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c4e0c9bcba5d4f0895d28f0f72346c41", "email": "neutron@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.28:5000/v3/users/ef3f2972886b4078848941109f593feb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ef3f2972886b4078848941109f593feb", "email": "nova@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.28:5000/v3/users", "previous": null, "next": null}} 2018-09-04 10:21:56,552 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-93cb8994-0923-483b-84e9-7e4dfd97df5d 2018-09-04 10:21:56,552 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0967049598694s 2018-09-04 10:21:56,553 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-93cb8994-0923-483b-84e9-7e4dfd97df5d 2018-09-04 10:21:56,558 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-09-04 10:21:56,559 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28: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}a12a70160c7c4d96d25cae1b2ccf3a41d839bee1" 2018-09-04 10:21:56,645 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:21:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-64e8e255-3825-4f12-9727-9ca099204581 Content-Encoding: gzip Content-Length: 392 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28: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.28:5000/v3/projects/18025ed81c804927a1f0e0e0ba20836f"}, "enabled": true, "id": "18025ed81c804927a1f0e0e0ba20836f", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.28:5000/v3/projects/1e2f68a072b64978bd7ea91c2d64aca6"}, "enabled": true, "id": "1e2f68a072b64978bd7ea91c2d64aca6", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: connection_check", "links": {"self": "http://172.30.9.28:5000/v3/projects/db6bb8e6383a41f5af7ce3bbb8ddb3ab"}, "enabled": true, "id": "db6bb8e6383a41f5af7ce3bbb8ddb3ab", "parent_id": "default", "domain_id": "default", "name": "connection_check-project_3fd74dfd-593e-499e-a971-57e057b6935d"}]} 2018-09-04 10:21:56,646 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?domain_id=default used request id req-64e8e255-3825-4f12-9727-9ca099204581 2018-09-04 10:21:56,646 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0871210098267s 2018-09-04 10:21:56,646 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?domain_id=default used request id req-64e8e255-3825-4f12-9727-9ca099204581 2018-09-04 10:21:56,648 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2018-09-04 10:21:56,649 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/role_assignments?user.id=33a545d46c6b49ac85c107b50682d490&scope.project.id=db6bb8e6383a41f5af7ce3bbb8ddb3ab&role.id=8e9832bf1d52493ebbdca7b986202feb -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a12a70160c7c4d96d25cae1b2ccf3a41d839bee1" 2018-09-04 10:21:56,726 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:21:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1c32f15d-8f67-496f-a933-1a8d40a1d233 Content-Encoding: gzip Content-Length: 211 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.28:5000/v3/role_assignments?user.id=33a545d46c6b49ac85c107b50682d490&scope.project.id=db6bb8e6383a41f5af7ce3bbb8ddb3ab&role.id=8e9832bf1d52493ebbdca7b986202feb", "previous": null, "next": null}} 2018-09-04 10:21:56,726 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/role_assignments?user.id=33a545d46c6b49ac85c107b50682d490&scope.project.id=db6bb8e6383a41f5af7ce3bbb8ddb3ab&role.id=8e9832bf1d52493ebbdca7b986202feb used request id req-1c32f15d-8f67-496f-a933-1a8d40a1d233 2018-09-04 10:21:56,727 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.0786118507385s 2018-09-04 10:21:56,727 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2018-09-04 10:21:56,728 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.28:5000/v3/projects/db6bb8e6383a41f5af7ce3bbb8ddb3ab/users/33a545d46c6b49ac85c107b50682d490/roles/8e9832bf1d52493ebbdca7b986202feb -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a12a70160c7c4d96d25cae1b2ccf3a41d839bee1" 2018-09-04 10:21:56,986 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 10:21:56 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-3155e5ba-d718-4050-ab9d-25f9d2a2fa82 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 10:21:56,987 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.28:5000/v3/projects/db6bb8e6383a41f5af7ce3bbb8ddb3ab/users/33a545d46c6b49ac85c107b50682d490/roles/8e9832bf1d52493ebbdca7b986202feb used request id req-3155e5ba-d718-4050-ab9d-25f9d2a2fa82 2018-09-04 10:21:56,987 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.259676933289s 2018-09-04 10:21:56,987 - openstack_tests - DEBUG - Reading RC file - /var/lib/xtesting/conf/env_file 2018-09-04 10:21:56,987 - file_utils - INFO - Attempting to read OS environment file - /var/lib/xtesting/conf/env_file 2018-09-04 10:21:56,988 - openstack_tests - INFO - OS Credentials = > 2018-09-04 10:21:56,988 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 10:21:56,990 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-09-04 10:21:57,396 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8e9832bf1d52493ebbdca7b986202feb", "name": "heat_stack_owner"}, {"id": "73f0bffd657b446e93a6d122f974fe7b", "name": "Member"}, {"id": "3d416247e8224533841040c3ad2bce5a", "name": "admin"}], "expires_at": "2018-09-04T11:21:57.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "db6bb8e6383a41f5af7ce3bbb8ddb3ab", "name": "connection_check-project_3fd74dfd-593e-499e-a971-57e057b6935d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v1/db6bb8e6383a41f5af7ce3bbb8ddb3ab", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235635a698ef4bef9dc6b25273d185da"}, {"url": "http://192.30.9.6:8776/v1/db6bb8e6383a41f5af7ce3bbb8ddb3ab", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "23b07b3fbfc340a58cf0f9b2871a0d23"}, {"url": "http://172.30.9.28:8776/v1/db6bb8e6383a41f5af7ce3bbb8ddb3ab", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "72fd0aaa144d45419f4b04b6b26f69a7"}], "type": "volume", "id": "097241c25b4d4f7e91b3f8efa155909e", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v3/db6bb8e6383a41f5af7ce3bbb8ddb3ab", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93eb4cf3030a49e7840bec071422d397"}, {"url": "http://192.30.9.6:8776/v3/db6bb8e6383a41f5af7ce3bbb8ddb3ab", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8af439a6ac147fdbcb38ed9aa916b68"}, {"url": "http://192.30.9.6:8776/v3/db6bb8e6383a41f5af7ce3bbb8ddb3ab", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c4bfdbc9b7c74a23a40afdf578cfeba4"}], "type": "volumev3", "id": "1c85f4682ce44f729db1dabd98e965e8", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "82239574a29d4603a2161006f61851cf"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8d15f7134f364a7bbcfff2f84aac3bf2"}, {"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e01668c43a0c4c279b9a3d20a0280d6c"}], "type": "image", "id": "297d8415ca96454991054983920912f7", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7bb4d60e20734d4a9f31ec75e02cb823"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bf6adec15590466a9a0d3bddb00e8993"}, {"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f096f03a1d12411a8972f6f7c196b60d"}], "type": "policy", "id": "54c64351b56d44bbad74c2969cc3aa00", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "354ae6870a324fab82d0a0fb68ee0f26"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a3807e460dd4af488d982b66c52e64c"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e7c3da785076450abd71868e75ce0c33"}], "type": "cloudformation", "id": "6ac9917ae83c4639a15a4ab3cf0e76dd", "name": "heat-cfn"}, {"endpoints": [], "type": "metering", "id": "7fcc078e5e0645f29df67742ac14e388", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49e71628d386464cb950d6a9db00a328"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75b0a63ed8574bbcab1c851cc9b83d30"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9902b0a8b3c04cd192a1b84c417c232b"}], "type": "key-manager", "id": "9626544a32e74678a641c6e206f028a9", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "497340e5aa36485982fdf297f370558f"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7802beb4fc7c4952897b77bd5610b1fe"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c14af798917f4fa0b146d9772583e595"}], "type": "metric", "id": "973bfe8c658d4e5a8da725e76b9d550e", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "288ecc3674ea41d2aa3b790dcb832bf2"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7a6dc785cd7142f5b30f1a7ba0daeb03"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7f7d34e2351b4964befccc862c4e8e12"}], "type": "network", "id": "a348d7b06050474fb449be7f32ea6f5d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "21bce6ecb8464a1f8f3e3847aa698bd6"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0a8faf2246b47deb30e69e48d3551fb"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e71c6011de3d4d8589e5b53dcc79f288"}], "type": "identity", "id": "ad8d4b4953184137a1b913ecee9434ed", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "13474f9a78ca4f1184e4cddc84d0d98c"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad67365a18234bb78c336e6776958c00"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc54db13337f44f8921fbb9ad0f81de8"}], "type": "alarming", "id": "bb18dc3243034f08a6a7f69f7a1edccf", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0d91d7adf0304b2681c77f979e5cdb17"}, {"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "756e5ffca9774ab3ae2db41bf330417f"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c07c727a08c243b287827f539a124e63"}], "type": "placement", "id": "bb2c9432fcbd4c56913177122468f6ba", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8004/v1/db6bb8e6383a41f5af7ce3bbb8ddb3ab", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1eed4912224b48cf9856446eae4d9928"}, {"url": "http://192.30.9.6:8004/v1/db6bb8e6383a41f5af7ce3bbb8ddb3ab", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b73b7f99236541148d84f24f09e5dd40"}, {"url": "http://192.30.9.6:8004/v1/db6bb8e6383a41f5af7ce3bbb8ddb3ab", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fbf12e52911244fdafc24a9d46f56e62"}], "type": "orchestration", "id": "c8918d139da945ba93df4ccce21d4904", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/db6bb8e6383a41f5af7ce3bbb8ddb3ab", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16bf098b9e2e490f8e47fa601059f975"}, {"url": "http://192.30.9.6:8776/v2/db6bb8e6383a41f5af7ce3bbb8ddb3ab", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc16fa4cf491444ca2f611d5692c1170"}, {"url": "http://192.30.9.6:8776/v2/db6bb8e6383a41f5af7ce3bbb8ddb3ab", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ccd2c5325dff4b90b391db9fdde67d99"}], "type": "volumev2", "id": "d09ac9123c34494abce21d6c27bee9d9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eac694332354a3aa0e61c31314166d7"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b4d4989c4e764717ab78d38675cadd3f"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff196e46b56d406d87a678f1a64497b0"}], "type": "compute", "id": "d4030ee932c84df58c5b910cc197caa7", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "connection_check-user_3fd74dfd-593e-499e-a971-57e057b6935d", "id": "33a545d46c6b49ac85c107b50682d490"}, "audit_ids": ["yhLsHX-0Q3SZIfAIwRgjow"], "issued_at": "2018-09-04T10:21:57.000000Z"}} 2018-09-04 10:21:57,401 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?router%3Aexternal=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}363eed8d159cf5f4036685be1e50cc839ed18ba8" 2018-09-04 10:21:58,322 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-34064984-4af1-430e-b53c-1dfda8aa60e0 Date: Tue, 04 Sep 2018 10:21:58 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"4097e349-dd4a-4a5e-95d6-eed5c2d7b85a","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"18025ed81c804927a1f0e0e0ba20836f","status":"ACTIVE","subnets":["5092c110-d468-4f12-acae-47d56d35dff1"],"description":"","tags":[],"updated_at":"2018-09-04T10:10:50Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"18025ed81c804927a1f0e0e0ba20836f","created_at":"2018-09-04T10:10:44Z","provider:network_type":"flat"}]} 2018-09-04 10:21:58,322 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?router%3Aexternal=True used request id req-34064984-4af1-430e-b53c-1dfda8aa60e0 2018-09-04 10:21:58,328 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=4097e349-dd4a-4a5e-95d6-eed5c2d7b85a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}363eed8d159cf5f4036685be1e50cc839ed18ba8" 2018-09-04 10:21:59,248 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 624 X-Openstack-Request-Id: req-ff47b8d9-76aa-47c9-b75f-5c760196b4d9 Date: Tue, 04 Sep 2018 10:21:59 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"4097e349-dd4a-4a5e-95d6-eed5c2d7b85a","tenant_id":"18025ed81c804927a1f0e0e0ba20836f","created_at":"2018-09-04T10:10:50Z","dns_nameservers":[],"updated_at":"2018-09-04T10:10:50Z","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":"18025ed81c804927a1f0e0e0ba20836f","id":"5092c110-d468-4f12-acae-47d56d35dff1","subnetpool_id":null,"name":"external-subnet"}]} 2018-09-04 10:21:59,249 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=4097e349-dd4a-4a5e-95d6-eed5c2d7b85a used request id req-ff47b8d9-76aa-47c9-b75f-5c760196b4d9 2018-09-04 10:21:59,249 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata '{}' 2018-09-04 10:21:59,250 - xtesting.ci.run_tests - INFO - Running test case 'connection_check'... 2018-09-04 10:21:59,250 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 10:21:59,251 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 10:21:59,252 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 10:21:59,253 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 10:21:59,254 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 10:21:59,254 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 10:21:59,255 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 10:21:59,256 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 10:21:59,257 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 10:21:59,258 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 10:21:59,258 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 10:21:59,259 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 10:21:59,260 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 10:21:59,260 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 10:21:59,261 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 10:21:59,280 - keystoneauth.identity.v2 - DEBUG - Making authentication request to url/v2.0/tokens 2018-09-04 10:21:59,281 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-09-04 10:21:59,661 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8e9832bf1d52493ebbdca7b986202feb", "name": "heat_stack_owner"}, {"id": "73f0bffd657b446e93a6d122f974fe7b", "name": "Member"}, {"id": "3d416247e8224533841040c3ad2bce5a", "name": "admin"}], "expires_at": "2018-09-04T11:21:59.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "db6bb8e6383a41f5af7ce3bbb8ddb3ab", "name": "connection_check-project_3fd74dfd-593e-499e-a971-57e057b6935d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v1/db6bb8e6383a41f5af7ce3bbb8ddb3ab", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235635a698ef4bef9dc6b25273d185da"}, {"url": "http://192.30.9.6:8776/v1/db6bb8e6383a41f5af7ce3bbb8ddb3ab", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "23b07b3fbfc340a58cf0f9b2871a0d23"}, {"url": "http://172.30.9.28:8776/v1/db6bb8e6383a41f5af7ce3bbb8ddb3ab", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "72fd0aaa144d45419f4b04b6b26f69a7"}], "type": "volume", "id": "097241c25b4d4f7e91b3f8efa155909e", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v3/db6bb8e6383a41f5af7ce3bbb8ddb3ab", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93eb4cf3030a49e7840bec071422d397"}, {"url": "http://192.30.9.6:8776/v3/db6bb8e6383a41f5af7ce3bbb8ddb3ab", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8af439a6ac147fdbcb38ed9aa916b68"}, {"url": "http://192.30.9.6:8776/v3/db6bb8e6383a41f5af7ce3bbb8ddb3ab", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c4bfdbc9b7c74a23a40afdf578cfeba4"}], "type": "volumev3", "id": "1c85f4682ce44f729db1dabd98e965e8", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "82239574a29d4603a2161006f61851cf"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8d15f7134f364a7bbcfff2f84aac3bf2"}, {"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e01668c43a0c4c279b9a3d20a0280d6c"}], "type": "image", "id": "297d8415ca96454991054983920912f7", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7bb4d60e20734d4a9f31ec75e02cb823"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bf6adec15590466a9a0d3bddb00e8993"}, {"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f096f03a1d12411a8972f6f7c196b60d"}], "type": "policy", "id": "54c64351b56d44bbad74c2969cc3aa00", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "354ae6870a324fab82d0a0fb68ee0f26"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a3807e460dd4af488d982b66c52e64c"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e7c3da785076450abd71868e75ce0c33"}], "type": "cloudformation", "id": "6ac9917ae83c4639a15a4ab3cf0e76dd", "name": "heat-cfn"}, {"endpoints": [], "type": "metering", "id": "7fcc078e5e0645f29df67742ac14e388", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49e71628d386464cb950d6a9db00a328"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75b0a63ed8574bbcab1c851cc9b83d30"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9902b0a8b3c04cd192a1b84c417c232b"}], "type": "key-manager", "id": "9626544a32e74678a641c6e206f028a9", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "497340e5aa36485982fdf297f370558f"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7802beb4fc7c4952897b77bd5610b1fe"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c14af798917f4fa0b146d9772583e595"}], "type": "metric", "id": "973bfe8c658d4e5a8da725e76b9d550e", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "288ecc3674ea41d2aa3b790dcb832bf2"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7a6dc785cd7142f5b30f1a7ba0daeb03"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7f7d34e2351b4964befccc862c4e8e12"}], "type": "network", "id": "a348d7b06050474fb449be7f32ea6f5d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "21bce6ecb8464a1f8f3e3847aa698bd6"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0a8faf2246b47deb30e69e48d3551fb"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e71c6011de3d4d8589e5b53dcc79f288"}], "type": "identity", "id": "ad8d4b4953184137a1b913ecee9434ed", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "13474f9a78ca4f1184e4cddc84d0d98c"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad67365a18234bb78c336e6776958c00"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc54db13337f44f8921fbb9ad0f81de8"}], "type": "alarming", "id": "bb18dc3243034f08a6a7f69f7a1edccf", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0d91d7adf0304b2681c77f979e5cdb17"}, {"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "756e5ffca9774ab3ae2db41bf330417f"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c07c727a08c243b287827f539a124e63"}], "type": "placement", "id": "bb2c9432fcbd4c56913177122468f6ba", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8004/v1/db6bb8e6383a41f5af7ce3bbb8ddb3ab", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1eed4912224b48cf9856446eae4d9928"}, {"url": "http://192.30.9.6:8004/v1/db6bb8e6383a41f5af7ce3bbb8ddb3ab", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b73b7f99236541148d84f24f09e5dd40"}, {"url": "http://192.30.9.6:8004/v1/db6bb8e6383a41f5af7ce3bbb8ddb3ab", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fbf12e52911244fdafc24a9d46f56e62"}], "type": "orchestration", "id": "c8918d139da945ba93df4ccce21d4904", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/db6bb8e6383a41f5af7ce3bbb8ddb3ab", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16bf098b9e2e490f8e47fa601059f975"}, {"url": "http://192.30.9.6:8776/v2/db6bb8e6383a41f5af7ce3bbb8ddb3ab", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc16fa4cf491444ca2f611d5692c1170"}, {"url": "http://192.30.9.6:8776/v2/db6bb8e6383a41f5af7ce3bbb8ddb3ab", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ccd2c5325dff4b90b391db9fdde67d99"}], "type": "volumev2", "id": "d09ac9123c34494abce21d6c27bee9d9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eac694332354a3aa0e61c31314166d7"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b4d4989c4e764717ab78d38675cadd3f"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff196e46b56d406d87a678f1a64497b0"}], "type": "compute", "id": "d4030ee932c84df58c5b910cc197caa7", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "connection_check-user_3fd74dfd-593e-499e-a971-57e057b6935d", "id": "33a545d46c6b49ac85c107b50682d490"}, "audit_ids": ["buGHM9iHT66dcUQwAy6c4g"], "issued_at": "2018-09-04T10:21:59.000000Z"}} 2018-09-04 10:21:59,664 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/images?limit=20&name=foo -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}436c8ef907853d532476ddae3cf8af637e0ed7b4" 2018-09-04 10:22:00,460 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 87 Content-Type: application/json X-Openstack-Request-Id: req-536ae0a7-71be-4d3c-88c9-2ff4d745f526 Date: Tue, 04 Sep 2018 10:22:00 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?limit=20&name=foo"} 2018-09-04 10:22:00,460 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images?limit=20&name=foo used request id req-536ae0a7-71be-4d3c-88c9-2ff4d745f526 2018-09-04 10:22:00,461 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 10:22:00,462 - keystoneauth.identity.v2 - DEBUG - Making authentication request to url/v2.0/tokens 2018-09-04 10:22:00,462 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-09-04 10:22:00,860 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8e9832bf1d52493ebbdca7b986202feb", "name": "heat_stack_owner"}, {"id": "73f0bffd657b446e93a6d122f974fe7b", "name": "Member"}, {"id": "3d416247e8224533841040c3ad2bce5a", "name": "admin"}], "expires_at": "2018-09-04T11:22:00.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "db6bb8e6383a41f5af7ce3bbb8ddb3ab", "name": "connection_check-project_3fd74dfd-593e-499e-a971-57e057b6935d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v1/db6bb8e6383a41f5af7ce3bbb8ddb3ab", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235635a698ef4bef9dc6b25273d185da"}, {"url": "http://192.30.9.6:8776/v1/db6bb8e6383a41f5af7ce3bbb8ddb3ab", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "23b07b3fbfc340a58cf0f9b2871a0d23"}, {"url": "http://172.30.9.28:8776/v1/db6bb8e6383a41f5af7ce3bbb8ddb3ab", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "72fd0aaa144d45419f4b04b6b26f69a7"}], "type": "volume", "id": "097241c25b4d4f7e91b3f8efa155909e", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v3/db6bb8e6383a41f5af7ce3bbb8ddb3ab", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93eb4cf3030a49e7840bec071422d397"}, {"url": "http://192.30.9.6:8776/v3/db6bb8e6383a41f5af7ce3bbb8ddb3ab", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8af439a6ac147fdbcb38ed9aa916b68"}, {"url": "http://192.30.9.6:8776/v3/db6bb8e6383a41f5af7ce3bbb8ddb3ab", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c4bfdbc9b7c74a23a40afdf578cfeba4"}], "type": "volumev3", "id": "1c85f4682ce44f729db1dabd98e965e8", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "82239574a29d4603a2161006f61851cf"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8d15f7134f364a7bbcfff2f84aac3bf2"}, {"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e01668c43a0c4c279b9a3d20a0280d6c"}], "type": "image", "id": "297d8415ca96454991054983920912f7", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7bb4d60e20734d4a9f31ec75e02cb823"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bf6adec15590466a9a0d3bddb00e8993"}, {"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f096f03a1d12411a8972f6f7c196b60d"}], "type": "policy", "id": "54c64351b56d44bbad74c2969cc3aa00", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "354ae6870a324fab82d0a0fb68ee0f26"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a3807e460dd4af488d982b66c52e64c"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e7c3da785076450abd71868e75ce0c33"}], "type": "cloudformation", "id": "6ac9917ae83c4639a15a4ab3cf0e76dd", "name": "heat-cfn"}, {"endpoints": [], "type": "metering", "id": "7fcc078e5e0645f29df67742ac14e388", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49e71628d386464cb950d6a9db00a328"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75b0a63ed8574bbcab1c851cc9b83d30"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9902b0a8b3c04cd192a1b84c417c232b"}], "type": "key-manager", "id": "9626544a32e74678a641c6e206f028a9", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "497340e5aa36485982fdf297f370558f"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7802beb4fc7c4952897b77bd5610b1fe"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c14af798917f4fa0b146d9772583e595"}], "type": "metric", "id": "973bfe8c658d4e5a8da725e76b9d550e", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "288ecc3674ea41d2aa3b790dcb832bf2"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7a6dc785cd7142f5b30f1a7ba0daeb03"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7f7d34e2351b4964befccc862c4e8e12"}], "type": "network", "id": "a348d7b06050474fb449be7f32ea6f5d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "21bce6ecb8464a1f8f3e3847aa698bd6"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0a8faf2246b47deb30e69e48d3551fb"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e71c6011de3d4d8589e5b53dcc79f288"}], "type": "identity", "id": "ad8d4b4953184137a1b913ecee9434ed", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "13474f9a78ca4f1184e4cddc84d0d98c"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad67365a18234bb78c336e6776958c00"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc54db13337f44f8921fbb9ad0f81de8"}], "type": "alarming", "id": "bb18dc3243034f08a6a7f69f7a1edccf", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0d91d7adf0304b2681c77f979e5cdb17"}, {"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "756e5ffca9774ab3ae2db41bf330417f"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c07c727a08c243b287827f539a124e63"}], "type": "placement", "id": "bb2c9432fcbd4c56913177122468f6ba", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8004/v1/db6bb8e6383a41f5af7ce3bbb8ddb3ab", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1eed4912224b48cf9856446eae4d9928"}, {"url": "http://192.30.9.6:8004/v1/db6bb8e6383a41f5af7ce3bbb8ddb3ab", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b73b7f99236541148d84f24f09e5dd40"}, {"url": "http://192.30.9.6:8004/v1/db6bb8e6383a41f5af7ce3bbb8ddb3ab", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fbf12e52911244fdafc24a9d46f56e62"}], "type": "orchestration", "id": "c8918d139da945ba93df4ccce21d4904", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/db6bb8e6383a41f5af7ce3bbb8ddb3ab", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16bf098b9e2e490f8e47fa601059f975"}, {"url": "http://192.30.9.6:8776/v2/db6bb8e6383a41f5af7ce3bbb8ddb3ab", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc16fa4cf491444ca2f611d5692c1170"}, {"url": "http://192.30.9.6:8776/v2/db6bb8e6383a41f5af7ce3bbb8ddb3ab", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ccd2c5325dff4b90b391db9fdde67d99"}], "type": "volumev2", "id": "d09ac9123c34494abce21d6c27bee9d9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eac694332354a3aa0e61c31314166d7"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b4d4989c4e764717ab78d38675cadd3f"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff196e46b56d406d87a678f1a64497b0"}], "type": "compute", "id": "d4030ee932c84df58c5b910cc197caa7", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "connection_check-user_3fd74dfd-593e-499e-a971-57e057b6935d", "id": "33a545d46c6b49ac85c107b50682d490"}, "audit_ids": ["XYZcNWdpT06iCGxRf_QezQ"], "issued_at": "2018-09-04T10:22:00.000000Z"}} 2018-09-04 10:22:00,860 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28: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}351c06cf309d5b9bb48ffd250e4ddba3191fd734" 2018-09-04 10:22:00,940 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:22:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-60a0ce4c-1e38-4b23-baaa-36d1724acd53 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.28:5000/v3/", "rel": "self"}]}} 2018-09-04 10:22:00,941 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-60a0ce4c-1e38-4b23-baaa-36d1724acd53 2018-09-04 10:22:00,944 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-04 10:22:00,949 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 04 Sep 2018 10:22: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.28: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.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-04 10:22:00,950 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}351c06cf309d5b9bb48ffd250e4ddba3191fd734" 2018-09-04 10:22:01,051 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:22:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fe86df72-ceb5-41af-a3c1-db0f75bcc288 Content-Encoding: gzip Content-Length: 844 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.28:5000/v3/users/2719bb13630f43dfa92537864b7b9156"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2719bb13630f43dfa92537864b7b9156", "email": "heat@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "connection_check-user_3fd74dfd-593e-499e-a971-57e057b6935d", "links": {"self": "http://172.30.9.28:5000/v3/users/33a545d46c6b49ac85c107b50682d490"}, "domain_id": "default", "enabled": true, "id": "33a545d46c6b49ac85c107b50682d490", "options": {}}, {"name": "cinder", "links": {"self": "http://172.30.9.28:5000/v3/users/36910ef6abf94075a2d6069c8571e383"}, "domain_id": "default", "enabled": true, "options": {}, "id": "36910ef6abf94075a2d6069c8571e383", "email": "cinder@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.28:5000/v3/users/42c3a9abd8ad4ce8ab2c4cc6e0403c33"}, "domain_id": "default", "enabled": true, "options": {}, "id": "42c3a9abd8ad4ce8ab2c4cc6e0403c33", "email": "admin@example.com", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.28:5000/v3/users/449836e5f54549afb8a7ce28abf3d544"}, "domain_id": "default", "enabled": true, "options": {}, "id": "449836e5f54549afb8a7ce28abf3d544", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.28:5000/v3/users/4f2d44b313674c27b065e562198a2eaf"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4f2d44b313674c27b065e562198a2eaf", "email": "placement@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.28:5000/v3/users/53e472b53b3247cc998195108afb0333"}, "domain_id": "default", "enabled": true, "options": {}, "id": "53e472b53b3247cc998195108afb0333", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.28:5000/v3/users/72c8a4f27c80473bb772f1af33725838"}, "domain_id": "default", "enabled": true, "options": {}, "id": "72c8a4f27c80473bb772f1af33725838", "email": "glance@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.28:5000/v3/users/7661c02c249442d984369889093013fe"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7661c02c249442d984369889093013fe", "email": "barbican@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.28:5000/v3/users/78cfb105b70a43c69c179056f12732d4"}, "domain_id": "bb3675e8f7584634b56038f5732ae451", "enabled": true, "options": {}, "id": "78cfb105b70a43c69c179056f12732d4", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.28:5000/v3/users/7cc5af47f4974b51be24b8af469f48f6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7cc5af47f4974b51be24b8af469f48f6", "email": "aodh@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.28:5000/v3/users/828ac5d6a2ef4b0091fb761ec963b324"}, "domain_id": "default", "enabled": true, "options": {}, "id": "828ac5d6a2ef4b0091fb761ec963b324", "email": "congress@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.28:5000/v3/users/9dcf57654b41495ea7db845703bc37f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9dcf57654b41495ea7db845703bc37f8", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.28:5000/v3/users/c4e0c9bcba5d4f0895d28f0f72346c41"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c4e0c9bcba5d4f0895d28f0f72346c41", "email": "neutron@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.28:5000/v3/users/ef3f2972886b4078848941109f593feb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ef3f2972886b4078848941109f593feb", "email": "nova@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.28:5000/v3/users", "previous": null, "next": null}} 2018-09-04 10:22:01,051 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-fe86df72-ceb5-41af-a3c1-db0f75bcc288 2018-09-04 10:22:01,052 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 10:22:01,053 - keystoneauth.identity.v2 - DEBUG - Making authentication request to url/v2.0/tokens 2018-09-04 10:22:01,053 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-09-04 10:22:01,434 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8e9832bf1d52493ebbdca7b986202feb", "name": "heat_stack_owner"}, {"id": "73f0bffd657b446e93a6d122f974fe7b", "name": "Member"}, {"id": "3d416247e8224533841040c3ad2bce5a", "name": "admin"}], "expires_at": "2018-09-04T11:22:01.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "db6bb8e6383a41f5af7ce3bbb8ddb3ab", "name": "connection_check-project_3fd74dfd-593e-499e-a971-57e057b6935d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v1/db6bb8e6383a41f5af7ce3bbb8ddb3ab", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235635a698ef4bef9dc6b25273d185da"}, {"url": "http://192.30.9.6:8776/v1/db6bb8e6383a41f5af7ce3bbb8ddb3ab", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "23b07b3fbfc340a58cf0f9b2871a0d23"}, {"url": "http://172.30.9.28:8776/v1/db6bb8e6383a41f5af7ce3bbb8ddb3ab", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "72fd0aaa144d45419f4b04b6b26f69a7"}], "type": "volume", "id": "097241c25b4d4f7e91b3f8efa155909e", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v3/db6bb8e6383a41f5af7ce3bbb8ddb3ab", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93eb4cf3030a49e7840bec071422d397"}, {"url": "http://192.30.9.6:8776/v3/db6bb8e6383a41f5af7ce3bbb8ddb3ab", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8af439a6ac147fdbcb38ed9aa916b68"}, {"url": "http://192.30.9.6:8776/v3/db6bb8e6383a41f5af7ce3bbb8ddb3ab", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c4bfdbc9b7c74a23a40afdf578cfeba4"}], "type": "volumev3", "id": "1c85f4682ce44f729db1dabd98e965e8", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "82239574a29d4603a2161006f61851cf"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8d15f7134f364a7bbcfff2f84aac3bf2"}, {"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e01668c43a0c4c279b9a3d20a0280d6c"}], "type": "image", "id": "297d8415ca96454991054983920912f7", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7bb4d60e20734d4a9f31ec75e02cb823"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bf6adec15590466a9a0d3bddb00e8993"}, {"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f096f03a1d12411a8972f6f7c196b60d"}], "type": "policy", "id": "54c64351b56d44bbad74c2969cc3aa00", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "354ae6870a324fab82d0a0fb68ee0f26"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a3807e460dd4af488d982b66c52e64c"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e7c3da785076450abd71868e75ce0c33"}], "type": "cloudformation", "id": "6ac9917ae83c4639a15a4ab3cf0e76dd", "name": "heat-cfn"}, {"endpoints": [], "type": "metering", "id": "7fcc078e5e0645f29df67742ac14e388", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49e71628d386464cb950d6a9db00a328"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75b0a63ed8574bbcab1c851cc9b83d30"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9902b0a8b3c04cd192a1b84c417c232b"}], "type": "key-manager", "id": "9626544a32e74678a641c6e206f028a9", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "497340e5aa36485982fdf297f370558f"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7802beb4fc7c4952897b77bd5610b1fe"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c14af798917f4fa0b146d9772583e595"}], "type": "metric", "id": "973bfe8c658d4e5a8da725e76b9d550e", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "288ecc3674ea41d2aa3b790dcb832bf2"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7a6dc785cd7142f5b30f1a7ba0daeb03"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7f7d34e2351b4964befccc862c4e8e12"}], "type": "network", "id": "a348d7b06050474fb449be7f32ea6f5d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "21bce6ecb8464a1f8f3e3847aa698bd6"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0a8faf2246b47deb30e69e48d3551fb"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e71c6011de3d4d8589e5b53dcc79f288"}], "type": "identity", "id": "ad8d4b4953184137a1b913ecee9434ed", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "13474f9a78ca4f1184e4cddc84d0d98c"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad67365a18234bb78c336e6776958c00"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc54db13337f44f8921fbb9ad0f81de8"}], "type": "alarming", "id": "bb18dc3243034f08a6a7f69f7a1edccf", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0d91d7adf0304b2681c77f979e5cdb17"}, {"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "756e5ffca9774ab3ae2db41bf330417f"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c07c727a08c243b287827f539a124e63"}], "type": "placement", "id": "bb2c9432fcbd4c56913177122468f6ba", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8004/v1/db6bb8e6383a41f5af7ce3bbb8ddb3ab", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1eed4912224b48cf9856446eae4d9928"}, {"url": "http://192.30.9.6:8004/v1/db6bb8e6383a41f5af7ce3bbb8ddb3ab", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b73b7f99236541148d84f24f09e5dd40"}, {"url": "http://192.30.9.6:8004/v1/db6bb8e6383a41f5af7ce3bbb8ddb3ab", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fbf12e52911244fdafc24a9d46f56e62"}], "type": "orchestration", "id": "c8918d139da945ba93df4ccce21d4904", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/db6bb8e6383a41f5af7ce3bbb8ddb3ab", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16bf098b9e2e490f8e47fa601059f975"}, {"url": "http://192.30.9.6:8776/v2/db6bb8e6383a41f5af7ce3bbb8ddb3ab", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc16fa4cf491444ca2f611d5692c1170"}, {"url": "http://192.30.9.6:8776/v2/db6bb8e6383a41f5af7ce3bbb8ddb3ab", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ccd2c5325dff4b90b391db9fdde67d99"}], "type": "volumev2", "id": "d09ac9123c34494abce21d6c27bee9d9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eac694332354a3aa0e61c31314166d7"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b4d4989c4e764717ab78d38675cadd3f"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff196e46b56d406d87a678f1a64497b0"}], "type": "compute", "id": "d4030ee932c84df58c5b910cc197caa7", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "connection_check-user_3fd74dfd-593e-499e-a971-57e057b6935d", "id": "33a545d46c6b49ac85c107b50682d490"}, "audit_ids": ["cswSqu6eRrC63ChHN8Qygw"], "issued_at": "2018-09-04T10:22:01.000000Z"}} 2018-09-04 10:22:01,439 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}919fba44cc9a3b9df52f3a85a976c03fd4fe6723" 2018-09-04 10:22:02,429 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-d9398219-cc15-4e06-b904-51aab4795759 Date: Tue, 04 Sep 2018 10:22:02 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"4097e349-dd4a-4a5e-95d6-eed5c2d7b85a","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"18025ed81c804927a1f0e0e0ba20836f","status":"ACTIVE","subnets":["5092c110-d468-4f12-acae-47d56d35dff1"],"description":"","tags":[],"updated_at":"2018-09-04T10:10:50Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"18025ed81c804927a1f0e0e0ba20836f","created_at":"2018-09-04T10:10:44Z","provider:network_type":"flat"}]} 2018-09-04 10:22:02,429 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks used request id req-d9398219-cc15-4e06-b904-51aab4795759 2018-09-04 10:22:02,430 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-09-04 10:22:02,822 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8e9832bf1d52493ebbdca7b986202feb", "name": "heat_stack_owner"}, {"id": "73f0bffd657b446e93a6d122f974fe7b", "name": "Member"}, {"id": "3d416247e8224533841040c3ad2bce5a", "name": "admin"}], "expires_at": "2018-09-04T11:22:02.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "db6bb8e6383a41f5af7ce3bbb8ddb3ab", "name": "connection_check-project_3fd74dfd-593e-499e-a971-57e057b6935d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v1/db6bb8e6383a41f5af7ce3bbb8ddb3ab", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235635a698ef4bef9dc6b25273d185da"}, {"url": "http://192.30.9.6:8776/v1/db6bb8e6383a41f5af7ce3bbb8ddb3ab", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "23b07b3fbfc340a58cf0f9b2871a0d23"}, {"url": "http://172.30.9.28:8776/v1/db6bb8e6383a41f5af7ce3bbb8ddb3ab", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "72fd0aaa144d45419f4b04b6b26f69a7"}], "type": "volume", "id": "097241c25b4d4f7e91b3f8efa155909e", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v3/db6bb8e6383a41f5af7ce3bbb8ddb3ab", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93eb4cf3030a49e7840bec071422d397"}, {"url": "http://192.30.9.6:8776/v3/db6bb8e6383a41f5af7ce3bbb8ddb3ab", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8af439a6ac147fdbcb38ed9aa916b68"}, {"url": "http://192.30.9.6:8776/v3/db6bb8e6383a41f5af7ce3bbb8ddb3ab", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c4bfdbc9b7c74a23a40afdf578cfeba4"}], "type": "volumev3", "id": "1c85f4682ce44f729db1dabd98e965e8", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "82239574a29d4603a2161006f61851cf"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8d15f7134f364a7bbcfff2f84aac3bf2"}, {"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e01668c43a0c4c279b9a3d20a0280d6c"}], "type": "image", "id": "297d8415ca96454991054983920912f7", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7bb4d60e20734d4a9f31ec75e02cb823"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bf6adec15590466a9a0d3bddb00e8993"}, {"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f096f03a1d12411a8972f6f7c196b60d"}], "type": "policy", "id": "54c64351b56d44bbad74c2969cc3aa00", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "354ae6870a324fab82d0a0fb68ee0f26"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a3807e460dd4af488d982b66c52e64c"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e7c3da785076450abd71868e75ce0c33"}], "type": "cloudformation", "id": "6ac9917ae83c4639a15a4ab3cf0e76dd", "name": "heat-cfn"}, {"endpoints": [], "type": "metering", "id": "7fcc078e5e0645f29df67742ac14e388", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49e71628d386464cb950d6a9db00a328"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75b0a63ed8574bbcab1c851cc9b83d30"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9902b0a8b3c04cd192a1b84c417c232b"}], "type": "key-manager", "id": "9626544a32e74678a641c6e206f028a9", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "497340e5aa36485982fdf297f370558f"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7802beb4fc7c4952897b77bd5610b1fe"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c14af798917f4fa0b146d9772583e595"}], "type": "metric", "id": "973bfe8c658d4e5a8da725e76b9d550e", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "288ecc3674ea41d2aa3b790dcb832bf2"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7a6dc785cd7142f5b30f1a7ba0daeb03"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7f7d34e2351b4964befccc862c4e8e12"}], "type": "network", "id": "a348d7b06050474fb449be7f32ea6f5d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "21bce6ecb8464a1f8f3e3847aa698bd6"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0a8faf2246b47deb30e69e48d3551fb"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e71c6011de3d4d8589e5b53dcc79f288"}], "type": "identity", "id": "ad8d4b4953184137a1b913ecee9434ed", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "13474f9a78ca4f1184e4cddc84d0d98c"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad67365a18234bb78c336e6776958c00"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc54db13337f44f8921fbb9ad0f81de8"}], "type": "alarming", "id": "bb18dc3243034f08a6a7f69f7a1edccf", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0d91d7adf0304b2681c77f979e5cdb17"}, {"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "756e5ffca9774ab3ae2db41bf330417f"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c07c727a08c243b287827f539a124e63"}], "type": "placement", "id": "bb2c9432fcbd4c56913177122468f6ba", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8004/v1/db6bb8e6383a41f5af7ce3bbb8ddb3ab", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1eed4912224b48cf9856446eae4d9928"}, {"url": "http://192.30.9.6:8004/v1/db6bb8e6383a41f5af7ce3bbb8ddb3ab", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b73b7f99236541148d84f24f09e5dd40"}, {"url": "http://192.30.9.6:8004/v1/db6bb8e6383a41f5af7ce3bbb8ddb3ab", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fbf12e52911244fdafc24a9d46f56e62"}], "type": "orchestration", "id": "c8918d139da945ba93df4ccce21d4904", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/db6bb8e6383a41f5af7ce3bbb8ddb3ab", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16bf098b9e2e490f8e47fa601059f975"}, {"url": "http://192.30.9.6:8776/v2/db6bb8e6383a41f5af7ce3bbb8ddb3ab", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc16fa4cf491444ca2f611d5692c1170"}, {"url": "http://192.30.9.6:8776/v2/db6bb8e6383a41f5af7ce3bbb8ddb3ab", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ccd2c5325dff4b90b391db9fdde67d99"}], "type": "volumev2", "id": "d09ac9123c34494abce21d6c27bee9d9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eac694332354a3aa0e61c31314166d7"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b4d4989c4e764717ab78d38675cadd3f"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff196e46b56d406d87a678f1a64497b0"}], "type": "compute", "id": "d4030ee932c84df58c5b910cc197caa7", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "connection_check-user_3fd74dfd-593e-499e-a971-57e057b6935d", "id": "33a545d46c6b49ac85c107b50682d490"}, "audit_ids": ["kfNF1KbCTt2mxvMd9EsKYQ"], "issued_at": "2018-09-04T10:22:02.000000Z"}} 2018-09-04 10:22:02,827 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?router%3Aexternal=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4ede4d767342ae6215a0758a9682e57357c90dfb" 2018-09-04 10:22:03,747 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-80c73152-99f6-4ccd-b82f-ef37886d2d30 Date: Tue, 04 Sep 2018 10:22:03 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"4097e349-dd4a-4a5e-95d6-eed5c2d7b85a","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"18025ed81c804927a1f0e0e0ba20836f","status":"ACTIVE","subnets":["5092c110-d468-4f12-acae-47d56d35dff1"],"description":"","tags":[],"updated_at":"2018-09-04T10:10:50Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"18025ed81c804927a1f0e0e0ba20836f","created_at":"2018-09-04T10:10:44Z","provider:network_type":"flat"}]} 2018-09-04 10:22:03,747 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?router%3Aexternal=True used request id req-80c73152-99f6-4ccd-b82f-ef37886d2d30 2018-09-04 10:22:03,752 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=4097e349-dd4a-4a5e-95d6-eed5c2d7b85a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4ede4d767342ae6215a0758a9682e57357c90dfb" 2018-09-04 10:22:04,688 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 624 X-Openstack-Request-Id: req-c3e36761-4af2-4b16-815a-ce9440747ac8 Date: Tue, 04 Sep 2018 10:22:04 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"4097e349-dd4a-4a5e-95d6-eed5c2d7b85a","tenant_id":"18025ed81c804927a1f0e0e0ba20836f","created_at":"2018-09-04T10:10:50Z","dns_nameservers":[],"updated_at":"2018-09-04T10:10:50Z","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":"18025ed81c804927a1f0e0e0ba20836f","id":"5092c110-d468-4f12-acae-47d56d35dff1","subnetpool_id":null,"name":"external-subnet"}]} 2018-09-04 10:22:04,688 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=4097e349-dd4a-4a5e-95d6-eed5c2d7b85a used request id req-c3e36761-4af2-4b16-815a-ce9440747ac8 2018-09-04 10:22:04,689 - nova_utils - DEBUG - Retrieving Nova Client 2018-09-04 10:22:04,689 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 10:22:04,737 - keystoneauth.identity.v2 - DEBUG - Making authentication request to http://172.30.9.28:5000/v2.0/tokens 2018-09-04 10:22:04,753 - keystoneauth.session - DEBUG - Request returned failure status: 401 2018-09-04 10:22:04,754 - nova_utils - DEBUG - Retrieving Nova Client 2018-09-04 10:22:04,755 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-09-04 10:22:05,223 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8e9832bf1d52493ebbdca7b986202feb", "name": "heat_stack_owner"}, {"id": "73f0bffd657b446e93a6d122f974fe7b", "name": "Member"}, {"id": "3d416247e8224533841040c3ad2bce5a", "name": "admin"}], "expires_at": "2018-09-04T11:22:05.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "db6bb8e6383a41f5af7ce3bbb8ddb3ab", "name": "connection_check-project_3fd74dfd-593e-499e-a971-57e057b6935d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v1/db6bb8e6383a41f5af7ce3bbb8ddb3ab", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235635a698ef4bef9dc6b25273d185da"}, {"url": "http://192.30.9.6:8776/v1/db6bb8e6383a41f5af7ce3bbb8ddb3ab", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "23b07b3fbfc340a58cf0f9b2871a0d23"}, {"url": "http://172.30.9.28:8776/v1/db6bb8e6383a41f5af7ce3bbb8ddb3ab", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "72fd0aaa144d45419f4b04b6b26f69a7"}], "type": "volume", "id": "097241c25b4d4f7e91b3f8efa155909e", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v3/db6bb8e6383a41f5af7ce3bbb8ddb3ab", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93eb4cf3030a49e7840bec071422d397"}, {"url": "http://192.30.9.6:8776/v3/db6bb8e6383a41f5af7ce3bbb8ddb3ab", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8af439a6ac147fdbcb38ed9aa916b68"}, {"url": "http://192.30.9.6:8776/v3/db6bb8e6383a41f5af7ce3bbb8ddb3ab", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c4bfdbc9b7c74a23a40afdf578cfeba4"}], "type": "volumev3", "id": "1c85f4682ce44f729db1dabd98e965e8", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "82239574a29d4603a2161006f61851cf"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8d15f7134f364a7bbcfff2f84aac3bf2"}, {"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e01668c43a0c4c279b9a3d20a0280d6c"}], "type": "image", "id": "297d8415ca96454991054983920912f7", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7bb4d60e20734d4a9f31ec75e02cb823"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bf6adec15590466a9a0d3bddb00e8993"}, {"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f096f03a1d12411a8972f6f7c196b60d"}], "type": "policy", "id": "54c64351b56d44bbad74c2969cc3aa00", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "354ae6870a324fab82d0a0fb68ee0f26"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a3807e460dd4af488d982b66c52e64c"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e7c3da785076450abd71868e75ce0c33"}], "type": "cloudformation", "id": "6ac9917ae83c4639a15a4ab3cf0e76dd", "name": "heat-cfn"}, {"endpoints": [], "type": "metering", "id": "7fcc078e5e0645f29df67742ac14e388", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49e71628d386464cb950d6a9db00a328"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75b0a63ed8574bbcab1c851cc9b83d30"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9902b0a8b3c04cd192a1b84c417c232b"}], "type": "key-manager", "id": "9626544a32e74678a641c6e206f028a9", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "497340e5aa36485982fdf297f370558f"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7802beb4fc7c4952897b77bd5610b1fe"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c14af798917f4fa0b146d9772583e595"}], "type": "metric", "id": "973bfe8c658d4e5a8da725e76b9d550e", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "288ecc3674ea41d2aa3b790dcb832bf2"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7a6dc785cd7142f5b30f1a7ba0daeb03"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7f7d34e2351b4964befccc862c4e8e12"}], "type": "network", "id": "a348d7b06050474fb449be7f32ea6f5d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "21bce6ecb8464a1f8f3e3847aa698bd6"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0a8faf2246b47deb30e69e48d3551fb"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e71c6011de3d4d8589e5b53dcc79f288"}], "type": "identity", "id": "ad8d4b4953184137a1b913ecee9434ed", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "13474f9a78ca4f1184e4cddc84d0d98c"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad67365a18234bb78c336e6776958c00"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc54db13337f44f8921fbb9ad0f81de8"}], "type": "alarming", "id": "bb18dc3243034f08a6a7f69f7a1edccf", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0d91d7adf0304b2681c77f979e5cdb17"}, {"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "756e5ffca9774ab3ae2db41bf330417f"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c07c727a08c243b287827f539a124e63"}], "type": "placement", "id": "bb2c9432fcbd4c56913177122468f6ba", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8004/v1/db6bb8e6383a41f5af7ce3bbb8ddb3ab", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1eed4912224b48cf9856446eae4d9928"}, {"url": "http://192.30.9.6:8004/v1/db6bb8e6383a41f5af7ce3bbb8ddb3ab", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b73b7f99236541148d84f24f09e5dd40"}, {"url": "http://192.30.9.6:8004/v1/db6bb8e6383a41f5af7ce3bbb8ddb3ab", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fbf12e52911244fdafc24a9d46f56e62"}], "type": "orchestration", "id": "c8918d139da945ba93df4ccce21d4904", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/db6bb8e6383a41f5af7ce3bbb8ddb3ab", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16bf098b9e2e490f8e47fa601059f975"}, {"url": "http://192.30.9.6:8776/v2/db6bb8e6383a41f5af7ce3bbb8ddb3ab", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc16fa4cf491444ca2f611d5692c1170"}, {"url": "http://192.30.9.6:8776/v2/db6bb8e6383a41f5af7ce3bbb8ddb3ab", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ccd2c5325dff4b90b391db9fdde67d99"}], "type": "volumev2", "id": "d09ac9123c34494abce21d6c27bee9d9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eac694332354a3aa0e61c31314166d7"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b4d4989c4e764717ab78d38675cadd3f"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff196e46b56d406d87a678f1a64497b0"}], "type": "compute", "id": "d4030ee932c84df58c5b910cc197caa7", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "connection_check-user_3fd74dfd-593e-499e-a971-57e057b6935d", "id": "33a545d46c6b49ac85c107b50682d490"}, "audit_ids": ["RH5Bw7KWS9qPF7FmcUWF5w"], "issued_at": "2018-09-04T10:22:05.000000Z"}} 2018-09-04 10:22:05,226 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/flavors/detail -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}75e90dc7580aa3ef76f053c9cca4626b926f789b" 2018-09-04 10:22:05,993 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:22:05 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-9ce2a4c0-a974-45c2-abf4-8c37ae4bf3f5 x-compute-request-id: req-9ce2a4c0-a974-45c2-abf4-8c37ae4bf3f5 Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-09-04 10:22:05,993 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors/detail used request id req-9ce2a4c0-a974-45c2-abf4-8c37ae4bf3f5 2018-09-04 10:22:06,001 - nova_utils - DEBUG - Retrieving Nova Client 2018-09-04 10:22:06,002 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-09-04 10:22:06,373 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8e9832bf1d52493ebbdca7b986202feb", "name": "heat_stack_owner"}, {"id": "73f0bffd657b446e93a6d122f974fe7b", "name": "Member"}, {"id": "3d416247e8224533841040c3ad2bce5a", "name": "admin"}], "expires_at": "2018-09-04T11:22:06.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "db6bb8e6383a41f5af7ce3bbb8ddb3ab", "name": "connection_check-project_3fd74dfd-593e-499e-a971-57e057b6935d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v1/db6bb8e6383a41f5af7ce3bbb8ddb3ab", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235635a698ef4bef9dc6b25273d185da"}, {"url": "http://192.30.9.6:8776/v1/db6bb8e6383a41f5af7ce3bbb8ddb3ab", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "23b07b3fbfc340a58cf0f9b2871a0d23"}, {"url": "http://172.30.9.28:8776/v1/db6bb8e6383a41f5af7ce3bbb8ddb3ab", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "72fd0aaa144d45419f4b04b6b26f69a7"}], "type": "volume", "id": "097241c25b4d4f7e91b3f8efa155909e", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v3/db6bb8e6383a41f5af7ce3bbb8ddb3ab", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93eb4cf3030a49e7840bec071422d397"}, {"url": "http://192.30.9.6:8776/v3/db6bb8e6383a41f5af7ce3bbb8ddb3ab", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8af439a6ac147fdbcb38ed9aa916b68"}, {"url": "http://192.30.9.6:8776/v3/db6bb8e6383a41f5af7ce3bbb8ddb3ab", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c4bfdbc9b7c74a23a40afdf578cfeba4"}], "type": "volumev3", "id": "1c85f4682ce44f729db1dabd98e965e8", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "82239574a29d4603a2161006f61851cf"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8d15f7134f364a7bbcfff2f84aac3bf2"}, {"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e01668c43a0c4c279b9a3d20a0280d6c"}], "type": "image", "id": "297d8415ca96454991054983920912f7", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7bb4d60e20734d4a9f31ec75e02cb823"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bf6adec15590466a9a0d3bddb00e8993"}, {"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f096f03a1d12411a8972f6f7c196b60d"}], "type": "policy", "id": "54c64351b56d44bbad74c2969cc3aa00", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "354ae6870a324fab82d0a0fb68ee0f26"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a3807e460dd4af488d982b66c52e64c"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e7c3da785076450abd71868e75ce0c33"}], "type": "cloudformation", "id": "6ac9917ae83c4639a15a4ab3cf0e76dd", "name": "heat-cfn"}, {"endpoints": [], "type": "metering", "id": "7fcc078e5e0645f29df67742ac14e388", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49e71628d386464cb950d6a9db00a328"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75b0a63ed8574bbcab1c851cc9b83d30"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9902b0a8b3c04cd192a1b84c417c232b"}], "type": "key-manager", "id": "9626544a32e74678a641c6e206f028a9", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "497340e5aa36485982fdf297f370558f"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7802beb4fc7c4952897b77bd5610b1fe"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c14af798917f4fa0b146d9772583e595"}], "type": "metric", "id": "973bfe8c658d4e5a8da725e76b9d550e", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "288ecc3674ea41d2aa3b790dcb832bf2"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7a6dc785cd7142f5b30f1a7ba0daeb03"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7f7d34e2351b4964befccc862c4e8e12"}], "type": "network", "id": "a348d7b06050474fb449be7f32ea6f5d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "21bce6ecb8464a1f8f3e3847aa698bd6"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0a8faf2246b47deb30e69e48d3551fb"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e71c6011de3d4d8589e5b53dcc79f288"}], "type": "identity", "id": "ad8d4b4953184137a1b913ecee9434ed", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "13474f9a78ca4f1184e4cddc84d0d98c"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad67365a18234bb78c336e6776958c00"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc54db13337f44f8921fbb9ad0f81de8"}], "type": "alarming", "id": "bb18dc3243034f08a6a7f69f7a1edccf", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0d91d7adf0304b2681c77f979e5cdb17"}, {"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "756e5ffca9774ab3ae2db41bf330417f"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c07c727a08c243b287827f539a124e63"}], "type": "placement", "id": "bb2c9432fcbd4c56913177122468f6ba", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8004/v1/db6bb8e6383a41f5af7ce3bbb8ddb3ab", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1eed4912224b48cf9856446eae4d9928"}, {"url": "http://192.30.9.6:8004/v1/db6bb8e6383a41f5af7ce3bbb8ddb3ab", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b73b7f99236541148d84f24f09e5dd40"}, {"url": "http://192.30.9.6:8004/v1/db6bb8e6383a41f5af7ce3bbb8ddb3ab", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fbf12e52911244fdafc24a9d46f56e62"}], "type": "orchestration", "id": "c8918d139da945ba93df4ccce21d4904", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/db6bb8e6383a41f5af7ce3bbb8ddb3ab", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16bf098b9e2e490f8e47fa601059f975"}, {"url": "http://192.30.9.6:8776/v2/db6bb8e6383a41f5af7ce3bbb8ddb3ab", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc16fa4cf491444ca2f611d5692c1170"}, {"url": "http://192.30.9.6:8776/v2/db6bb8e6383a41f5af7ce3bbb8ddb3ab", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ccd2c5325dff4b90b391db9fdde67d99"}], "type": "volumev2", "id": "d09ac9123c34494abce21d6c27bee9d9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eac694332354a3aa0e61c31314166d7"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b4d4989c4e764717ab78d38675cadd3f"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff196e46b56d406d87a678f1a64497b0"}], "type": "compute", "id": "d4030ee932c84df58c5b910cc197caa7", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "connection_check-user_3fd74dfd-593e-499e-a971-57e057b6935d", "id": "33a545d46c6b49ac85c107b50682d490"}, "audit_ids": ["C5l6muWmTN-eIBBnnyrjag"], "issued_at": "2018-09-04T10:22:06.000000Z"}} 2018-09-04 10:22:06,376 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/os-hypervisors/detail -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}31d0768f924a9a4103c7739066b904d05952b6f8" 2018-09-04 10:22:07,234 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:22: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-048d8d59-a1dd-46e2-a5ab-b7caa4f3859b x-compute-request-id: req-048d8d59-a1dd-46e2-a5ab-b7caa4f3859b 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": 132}, "vcpus_used": 0, "hypervisor_type": "QEMU", "local_gb_used": 0, "vcpus": 16, "hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "memory_mb_used": 4096, "memory_mb": 32502, "current_workload": 0, "state": "up", "host_ip": "192.30.9.9", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"pcid\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"acpi\", \"fma\", \"vme\", \"popcnt\", \"mmx\", \"osxsave\", \"cx8\", \"mce\", \"de\", \"rdtscp\", \"ht\", \"dca\", \"lahf_lm\", \"abm\", \"pdcm\", \"mca\", \"pdpe1gb\", \"apic\", \"sse\", \"f16c\", \"pse\", \"ds\", \"invtsc\", \"pni\", \"tm2\", \"avx2\", \"aes\", \"sse2\", \"ss\", \"ds_cpl\", \"arat\", \"bmi1\", \"bmi2\", \"ssse3\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 0, "free_disk_gb": 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": 141}, "vcpus_used": 0, "hypervisor_type": "QEMU", "local_gb_used": 0, "vcpus": 16, "hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "memory_mb_used": 4096, "memory_mb": 32502, "current_workload": 0, "state": "up", "host_ip": "192.30.9.7", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"pcid\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"acpi\", \"fma\", \"vme\", \"popcnt\", \"mmx\", \"osxsave\", \"cx8\", \"mce\", \"de\", \"rdtscp\", \"ht\", \"dca\", \"lahf_lm\", \"abm\", \"pdcm\", \"mca\", \"pdpe1gb\", \"apic\", \"sse\", \"f16c\", \"pse\", \"ds\", \"invtsc\", \"pni\", \"tm2\", \"avx2\", \"aes\", \"sse2\", \"ss\", \"ds_cpl\", \"arat\", \"bmi1\", \"bmi2\", \"ssse3\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 0, "free_disk_gb": 10239, "hypervisor_version": 2009000, "disk_available_least": 10180, "local_gb": 10239, "free_ram_mb": 28406, "id": 6}]} 2018-09-04 10:22:07,235 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/os-hypervisors/detail used request id req-048d8d59-a1dd-46e2-a5ab-b7caa4f3859b 2018-09-04 10:22:07,236 - heat_utils - DEBUG - Retrieving Heat Client 2018-09-04 10:22:07,236 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 10:22:07,244 - keystoneauth.identity.v2 - DEBUG - Making authentication request to http://172.30.9.28:5000/v2.0/tokens 2018-09-04 10:22:07,258 - keystoneauth.session - DEBUG - Request returned failure status: 401 2018-09-04 10:22:07,259 - heat_utils - DEBUG - Retrieving Heat Client 2018-09-04 10:22:07,259 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-09-04 10:22:07,647 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8e9832bf1d52493ebbdca7b986202feb", "name": "heat_stack_owner"}, {"id": "73f0bffd657b446e93a6d122f974fe7b", "name": "Member"}, {"id": "3d416247e8224533841040c3ad2bce5a", "name": "admin"}], "expires_at": "2018-09-04T11:22:07.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "db6bb8e6383a41f5af7ce3bbb8ddb3ab", "name": "connection_check-project_3fd74dfd-593e-499e-a971-57e057b6935d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v1/db6bb8e6383a41f5af7ce3bbb8ddb3ab", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235635a698ef4bef9dc6b25273d185da"}, {"url": "http://192.30.9.6:8776/v1/db6bb8e6383a41f5af7ce3bbb8ddb3ab", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "23b07b3fbfc340a58cf0f9b2871a0d23"}, {"url": "http://172.30.9.28:8776/v1/db6bb8e6383a41f5af7ce3bbb8ddb3ab", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "72fd0aaa144d45419f4b04b6b26f69a7"}], "type": "volume", "id": "097241c25b4d4f7e91b3f8efa155909e", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v3/db6bb8e6383a41f5af7ce3bbb8ddb3ab", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93eb4cf3030a49e7840bec071422d397"}, {"url": "http://192.30.9.6:8776/v3/db6bb8e6383a41f5af7ce3bbb8ddb3ab", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8af439a6ac147fdbcb38ed9aa916b68"}, {"url": "http://192.30.9.6:8776/v3/db6bb8e6383a41f5af7ce3bbb8ddb3ab", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c4bfdbc9b7c74a23a40afdf578cfeba4"}], "type": "volumev3", "id": "1c85f4682ce44f729db1dabd98e965e8", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "82239574a29d4603a2161006f61851cf"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8d15f7134f364a7bbcfff2f84aac3bf2"}, {"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e01668c43a0c4c279b9a3d20a0280d6c"}], "type": "image", "id": "297d8415ca96454991054983920912f7", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7bb4d60e20734d4a9f31ec75e02cb823"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bf6adec15590466a9a0d3bddb00e8993"}, {"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f096f03a1d12411a8972f6f7c196b60d"}], "type": "policy", "id": "54c64351b56d44bbad74c2969cc3aa00", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "354ae6870a324fab82d0a0fb68ee0f26"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a3807e460dd4af488d982b66c52e64c"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e7c3da785076450abd71868e75ce0c33"}], "type": "cloudformation", "id": "6ac9917ae83c4639a15a4ab3cf0e76dd", "name": "heat-cfn"}, {"endpoints": [], "type": "metering", "id": "7fcc078e5e0645f29df67742ac14e388", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49e71628d386464cb950d6a9db00a328"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75b0a63ed8574bbcab1c851cc9b83d30"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9902b0a8b3c04cd192a1b84c417c232b"}], "type": "key-manager", "id": "9626544a32e74678a641c6e206f028a9", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "497340e5aa36485982fdf297f370558f"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7802beb4fc7c4952897b77bd5610b1fe"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c14af798917f4fa0b146d9772583e595"}], "type": "metric", "id": "973bfe8c658d4e5a8da725e76b9d550e", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "288ecc3674ea41d2aa3b790dcb832bf2"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7a6dc785cd7142f5b30f1a7ba0daeb03"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7f7d34e2351b4964befccc862c4e8e12"}], "type": "network", "id": "a348d7b06050474fb449be7f32ea6f5d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "21bce6ecb8464a1f8f3e3847aa698bd6"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0a8faf2246b47deb30e69e48d3551fb"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e71c6011de3d4d8589e5b53dcc79f288"}], "type": "identity", "id": "ad8d4b4953184137a1b913ecee9434ed", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "13474f9a78ca4f1184e4cddc84d0d98c"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad67365a18234bb78c336e6776958c00"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc54db13337f44f8921fbb9ad0f81de8"}], "type": "alarming", "id": "bb18dc3243034f08a6a7f69f7a1edccf", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0d91d7adf0304b2681c77f979e5cdb17"}, {"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "756e5ffca9774ab3ae2db41bf330417f"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c07c727a08c243b287827f539a124e63"}], "type": "placement", "id": "bb2c9432fcbd4c56913177122468f6ba", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8004/v1/db6bb8e6383a41f5af7ce3bbb8ddb3ab", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1eed4912224b48cf9856446eae4d9928"}, {"url": "http://192.30.9.6:8004/v1/db6bb8e6383a41f5af7ce3bbb8ddb3ab", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b73b7f99236541148d84f24f09e5dd40"}, {"url": "http://192.30.9.6:8004/v1/db6bb8e6383a41f5af7ce3bbb8ddb3ab", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fbf12e52911244fdafc24a9d46f56e62"}], "type": "orchestration", "id": "c8918d139da945ba93df4ccce21d4904", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/db6bb8e6383a41f5af7ce3bbb8ddb3ab", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16bf098b9e2e490f8e47fa601059f975"}, {"url": "http://192.30.9.6:8776/v2/db6bb8e6383a41f5af7ce3bbb8ddb3ab", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc16fa4cf491444ca2f611d5692c1170"}, {"url": "http://192.30.9.6:8776/v2/db6bb8e6383a41f5af7ce3bbb8ddb3ab", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ccd2c5325dff4b90b391db9fdde67d99"}], "type": "volumev2", "id": "d09ac9123c34494abce21d6c27bee9d9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eac694332354a3aa0e61c31314166d7"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b4d4989c4e764717ab78d38675cadd3f"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff196e46b56d406d87a678f1a64497b0"}], "type": "compute", "id": "d4030ee932c84df58c5b910cc197caa7", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "connection_check-user_3fd74dfd-593e-499e-a971-57e057b6935d", "id": "33a545d46c6b49ac85c107b50682d490"}, "audit_ids": ["OipwSsV-RqWYQfNfiOpT8g"], "issued_at": "2018-09-04T10:22:07.000000Z"}} 2018-09-04 10:22:07,650 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/db6bb8e6383a41f5af7ce3bbb8ddb3ab/stacks? -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bb0dc6f50de6bf1984d6186f51da51650b6811c0" 2018-09-04 10:22:08,534 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:22:07 GMT Server: Apache x-openstack-request-id: req-d21238dc-c54f-4f0f-b1ca-75e2b88e4e57 Content-Length: 14 Content-Type: application/json RESP BODY: {"stacks": []} 2018-09-04 10:22:08,534 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/db6bb8e6383a41f5af7ce3bbb8ddb3ab/stacks used request id req-d21238dc-c54f-4f0f-b1ca-75e2b88e4e57 2018-09-04 10:22:08,534 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 10:22:08,552 - keystoneauth.identity.v2 - DEBUG - Making authentication request to url/v2.0/tokens 2018-09-04 10:22:08,554 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-09-04 10:22:08,926 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8e9832bf1d52493ebbdca7b986202feb", "name": "heat_stack_owner"}, {"id": "73f0bffd657b446e93a6d122f974fe7b", "name": "Member"}, {"id": "3d416247e8224533841040c3ad2bce5a", "name": "admin"}], "expires_at": "2018-09-04T11:22:08.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "db6bb8e6383a41f5af7ce3bbb8ddb3ab", "name": "connection_check-project_3fd74dfd-593e-499e-a971-57e057b6935d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v1/db6bb8e6383a41f5af7ce3bbb8ddb3ab", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235635a698ef4bef9dc6b25273d185da"}, {"url": "http://192.30.9.6:8776/v1/db6bb8e6383a41f5af7ce3bbb8ddb3ab", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "23b07b3fbfc340a58cf0f9b2871a0d23"}, {"url": "http://172.30.9.28:8776/v1/db6bb8e6383a41f5af7ce3bbb8ddb3ab", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "72fd0aaa144d45419f4b04b6b26f69a7"}], "type": "volume", "id": "097241c25b4d4f7e91b3f8efa155909e", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v3/db6bb8e6383a41f5af7ce3bbb8ddb3ab", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93eb4cf3030a49e7840bec071422d397"}, {"url": "http://192.30.9.6:8776/v3/db6bb8e6383a41f5af7ce3bbb8ddb3ab", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8af439a6ac147fdbcb38ed9aa916b68"}, {"url": "http://192.30.9.6:8776/v3/db6bb8e6383a41f5af7ce3bbb8ddb3ab", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c4bfdbc9b7c74a23a40afdf578cfeba4"}], "type": "volumev3", "id": "1c85f4682ce44f729db1dabd98e965e8", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "82239574a29d4603a2161006f61851cf"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8d15f7134f364a7bbcfff2f84aac3bf2"}, {"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e01668c43a0c4c279b9a3d20a0280d6c"}], "type": "image", "id": "297d8415ca96454991054983920912f7", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7bb4d60e20734d4a9f31ec75e02cb823"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bf6adec15590466a9a0d3bddb00e8993"}, {"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f096f03a1d12411a8972f6f7c196b60d"}], "type": "policy", "id": "54c64351b56d44bbad74c2969cc3aa00", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "354ae6870a324fab82d0a0fb68ee0f26"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a3807e460dd4af488d982b66c52e64c"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e7c3da785076450abd71868e75ce0c33"}], "type": "cloudformation", "id": "6ac9917ae83c4639a15a4ab3cf0e76dd", "name": "heat-cfn"}, {"endpoints": [], "type": "metering", "id": "7fcc078e5e0645f29df67742ac14e388", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49e71628d386464cb950d6a9db00a328"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75b0a63ed8574bbcab1c851cc9b83d30"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9902b0a8b3c04cd192a1b84c417c232b"}], "type": "key-manager", "id": "9626544a32e74678a641c6e206f028a9", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "497340e5aa36485982fdf297f370558f"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7802beb4fc7c4952897b77bd5610b1fe"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c14af798917f4fa0b146d9772583e595"}], "type": "metric", "id": "973bfe8c658d4e5a8da725e76b9d550e", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "288ecc3674ea41d2aa3b790dcb832bf2"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7a6dc785cd7142f5b30f1a7ba0daeb03"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7f7d34e2351b4964befccc862c4e8e12"}], "type": "network", "id": "a348d7b06050474fb449be7f32ea6f5d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "21bce6ecb8464a1f8f3e3847aa698bd6"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0a8faf2246b47deb30e69e48d3551fb"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e71c6011de3d4d8589e5b53dcc79f288"}], "type": "identity", "id": "ad8d4b4953184137a1b913ecee9434ed", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "13474f9a78ca4f1184e4cddc84d0d98c"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad67365a18234bb78c336e6776958c00"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc54db13337f44f8921fbb9ad0f81de8"}], "type": "alarming", "id": "bb18dc3243034f08a6a7f69f7a1edccf", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0d91d7adf0304b2681c77f979e5cdb17"}, {"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "756e5ffca9774ab3ae2db41bf330417f"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c07c727a08c243b287827f539a124e63"}], "type": "placement", "id": "bb2c9432fcbd4c56913177122468f6ba", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8004/v1/db6bb8e6383a41f5af7ce3bbb8ddb3ab", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1eed4912224b48cf9856446eae4d9928"}, {"url": "http://192.30.9.6:8004/v1/db6bb8e6383a41f5af7ce3bbb8ddb3ab", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b73b7f99236541148d84f24f09e5dd40"}, {"url": "http://192.30.9.6:8004/v1/db6bb8e6383a41f5af7ce3bbb8ddb3ab", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fbf12e52911244fdafc24a9d46f56e62"}], "type": "orchestration", "id": "c8918d139da945ba93df4ccce21d4904", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/db6bb8e6383a41f5af7ce3bbb8ddb3ab", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16bf098b9e2e490f8e47fa601059f975"}, {"url": "http://192.30.9.6:8776/v2/db6bb8e6383a41f5af7ce3bbb8ddb3ab", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc16fa4cf491444ca2f611d5692c1170"}, {"url": "http://192.30.9.6:8776/v2/db6bb8e6383a41f5af7ce3bbb8ddb3ab", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ccd2c5325dff4b90b391db9fdde67d99"}], "type": "volumev2", "id": "d09ac9123c34494abce21d6c27bee9d9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eac694332354a3aa0e61c31314166d7"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b4d4989c4e764717ab78d38675cadd3f"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff196e46b56d406d87a678f1a64497b0"}], "type": "compute", "id": "d4030ee932c84df58c5b910cc197caa7", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "connection_check-user_3fd74dfd-593e-499e-a971-57e057b6935d", "id": "33a545d46c6b49ac85c107b50682d490"}, "audit_ids": ["_nqEfCVNQlG8-cwazpEJKg"], "issued_at": "2018-09-04T10:22:08.000000Z"}} 2018-09-04 10:22:08,929 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8776/v3/db6bb8e6383a41f5af7ce3bbb8ddb3ab/volumes/detail -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}46d4063de9cbac4c24d8684398c3a39879ca61b6" 2018-09-04 10:22:09,766 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:22:08 GMT Server: Apache x-compute-request-id: req-7c4119be-3b92-43ea-a5e5-0a22012bbd4b OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-7c4119be-3b92-43ea-a5e5-0a22012bbd4b Content-Length: 15 Content-Type: application/json RESP BODY: {"volumes": []} 2018-09-04 10:22:09,767 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/db6bb8e6383a41f5af7ce3bbb8ddb3ab/volumes/detail used request id req-7c4119be-3b92-43ea-a5e5-0a22012bbd4b 2018-09-04 10:22:09,768 - 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 10.507s OK 2018-09-04 10:22:09,888 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-09-04 10:22:09,888 - xtesting.ci.run_tests - INFO - Test result: +--------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +--------------------------+------------------+------------------+----------------+ | connection_check | functest | 00:11 | PASS | +--------------------------+------------------+------------------+----------------+ 2018-09-04 10:22:09,894 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-09-04 10:22:09,894 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a12a70160c7c4d96d25cae1b2ccf3a41d839bee1" 2018-09-04 10:22:09,982 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:22:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bdab1dc6-f67a-449a-a53e-3f877cafd144 Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3d416247e8224533841040c3ad2bce5a", "links": {"self": "http://172.30.9.28:5000/v3/roles/3d416247e8224533841040c3ad2bce5a"}, "name": "admin"}, {"domain_id": null, "id": "6fc48fbb08d4410680bf5ace535e410c", "links": {"self": "http://172.30.9.28:5000/v3/roles/6fc48fbb08d4410680bf5ace535e410c"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "73f0bffd657b446e93a6d122f974fe7b", "links": {"self": "http://172.30.9.28:5000/v3/roles/73f0bffd657b446e93a6d122f974fe7b"}, "name": "Member"}, {"domain_id": null, "id": "8e9832bf1d52493ebbdca7b986202feb", "links": {"self": "http://172.30.9.28:5000/v3/roles/8e9832bf1d52493ebbdca7b986202feb"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "fea739ce4d1249249c128f55b640b79d", "links": {"self": "http://172.30.9.28:5000/v3/roles/fea739ce4d1249249c128f55b640b79d"}, "name": "ResellerAdmin"}]} 2018-09-04 10:22:09,982 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-bdab1dc6-f67a-449a-a53e-3f877cafd144 2018-09-04 10:22:09,983 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0889358520508s 2018-09-04 10:22:09,984 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleDelete 2018-09-04 10:22:09,985 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:5000/v3/roles/8e9832bf1d52493ebbdca7b986202feb -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a12a70160c7c4d96d25cae1b2ccf3a41d839bee1" 2018-09-04 10:22:10,296 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 10:22:09 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-00e9f325-dc2e-4b7a-9f64-45d96dee1664 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 10:22:10,296 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/roles/8e9832bf1d52493ebbdca7b986202feb used request id req-00e9f325-dc2e-4b7a-9f64-45d96dee1664 2018-09-04 10:22:10,296 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleDelete in 0.311524868011s 2018-09-04 10:22:10,297 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-09-04 10:22:10,297 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}a12a70160c7c4d96d25cae1b2ccf3a41d839bee1" 2018-09-04 10:22:10,393 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:22:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-657c4680-c160-4fae-b969-d82187188683 Content-Encoding: gzip Content-Length: 844 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.28:5000/v3/users/2719bb13630f43dfa92537864b7b9156"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2719bb13630f43dfa92537864b7b9156", "email": "heat@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "connection_check-user_3fd74dfd-593e-499e-a971-57e057b6935d", "links": {"self": "http://172.30.9.28:5000/v3/users/33a545d46c6b49ac85c107b50682d490"}, "domain_id": "default", "enabled": true, "id": "33a545d46c6b49ac85c107b50682d490", "options": {}}, {"name": "cinder", "links": {"self": "http://172.30.9.28:5000/v3/users/36910ef6abf94075a2d6069c8571e383"}, "domain_id": "default", "enabled": true, "options": {}, "id": "36910ef6abf94075a2d6069c8571e383", "email": "cinder@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.28:5000/v3/users/42c3a9abd8ad4ce8ab2c4cc6e0403c33"}, "domain_id": "default", "enabled": true, "options": {}, "id": "42c3a9abd8ad4ce8ab2c4cc6e0403c33", "email": "admin@example.com", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.28:5000/v3/users/449836e5f54549afb8a7ce28abf3d544"}, "domain_id": "default", "enabled": true, "options": {}, "id": "449836e5f54549afb8a7ce28abf3d544", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.28:5000/v3/users/4f2d44b313674c27b065e562198a2eaf"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4f2d44b313674c27b065e562198a2eaf", "email": "placement@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.28:5000/v3/users/53e472b53b3247cc998195108afb0333"}, "domain_id": "default", "enabled": true, "options": {}, "id": "53e472b53b3247cc998195108afb0333", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.28:5000/v3/users/72c8a4f27c80473bb772f1af33725838"}, "domain_id": "default", "enabled": true, "options": {}, "id": "72c8a4f27c80473bb772f1af33725838", "email": "glance@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.28:5000/v3/users/7661c02c249442d984369889093013fe"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7661c02c249442d984369889093013fe", "email": "barbican@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.28:5000/v3/users/78cfb105b70a43c69c179056f12732d4"}, "domain_id": "bb3675e8f7584634b56038f5732ae451", "enabled": true, "options": {}, "id": "78cfb105b70a43c69c179056f12732d4", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.28:5000/v3/users/7cc5af47f4974b51be24b8af469f48f6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7cc5af47f4974b51be24b8af469f48f6", "email": "aodh@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.28:5000/v3/users/828ac5d6a2ef4b0091fb761ec963b324"}, "domain_id": "default", "enabled": true, "options": {}, "id": "828ac5d6a2ef4b0091fb761ec963b324", "email": "congress@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.28:5000/v3/users/9dcf57654b41495ea7db845703bc37f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9dcf57654b41495ea7db845703bc37f8", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.28:5000/v3/users/c4e0c9bcba5d4f0895d28f0f72346c41"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c4e0c9bcba5d4f0895d28f0f72346c41", "email": "neutron@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.28:5000/v3/users/ef3f2972886b4078848941109f593feb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ef3f2972886b4078848941109f593feb", "email": "nova@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.28:5000/v3/users", "previous": null, "next": null}} 2018-09-04 10:22:10,393 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-657c4680-c160-4fae-b969-d82187188683 2018-09-04 10:22:10,394 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0967600345612s 2018-09-04 10:22:10,394 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-657c4680-c160-4fae-b969-d82187188683 2018-09-04 10:22:10,400 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-09-04 10:22:10,400 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/users/33a545d46c6b49ac85c107b50682d490 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}a12a70160c7c4d96d25cae1b2ccf3a41d839bee1" 2018-09-04 10:22:10,574 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:22:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-37862cae-f115-4252-8512-c575efbfbe9e Content-Encoding: gzip Content-Length: 216 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.28:5000/v3/users/33a545d46c6b49ac85c107b50682d490"}, "enabled": true, "id": "33a545d46c6b49ac85c107b50682d490", "options": {}, "domain_id": "default", "name": "connection_check-user_3fd74dfd-593e-499e-a971-57e057b6935d"}} 2018-09-04 10:22:10,574 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users/33a545d46c6b49ac85c107b50682d490 used request id req-37862cae-f115-4252-8512-c575efbfbe9e 2018-09-04 10:22:10,574 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.174599170685s 2018-09-04 10:22:10,575 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users/33a545d46c6b49ac85c107b50682d490 used request id req-37862cae-f115-4252-8512-c575efbfbe9e 2018-09-04 10:22:10,575 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-09-04 10:22:10,576 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:5000/v3/users/33a545d46c6b49ac85c107b50682d490 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}a12a70160c7c4d96d25cae1b2ccf3a41d839bee1" 2018-09-04 10:22:10,905 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 10:22:10 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e53dc096-d62f-49d0-98cb-9c7b2e84b580 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 10:22:10,905 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/users/33a545d46c6b49ac85c107b50682d490 used request id req-e53dc096-d62f-49d0-98cb-9c7b2e84b580 2018-09-04 10:22:10,906 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.329978942871s 2018-09-04 10:22:10,906 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/users/33a545d46c6b49ac85c107b50682d490 used request id req-e53dc096-d62f-49d0-98cb-9c7b2e84b580 2018-09-04 10:22:10,906 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-09-04 10:22:10,907 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}a12a70160c7c4d96d25cae1b2ccf3a41d839bee1" 2018-09-04 10:22:10,979 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:22:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e7a0cfc2-90c8-45a5-8964-2785bba966e2 Content-Encoding: gzip Content-Length: 382 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.28:5000/v3/projects/18025ed81c804927a1f0e0e0ba20836f"}, "enabled": true, "id": "18025ed81c804927a1f0e0e0ba20836f", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.28:5000/v3/projects/1e2f68a072b64978bd7ea91c2d64aca6"}, "enabled": true, "id": "1e2f68a072b64978bd7ea91c2d64aca6", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: connection_check", "links": {"self": "http://172.30.9.28:5000/v3/projects/db6bb8e6383a41f5af7ce3bbb8ddb3ab"}, "enabled": true, "id": "db6bb8e6383a41f5af7ce3bbb8ddb3ab", "parent_id": "default", "domain_id": "default", "name": "connection_check-project_3fd74dfd-593e-499e-a971-57e057b6935d"}]} 2018-09-04 10:22:10,979 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects used request id req-e7a0cfc2-90c8-45a5-8964-2785bba966e2 2018-09-04 10:22:10,979 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0729179382324s 2018-09-04 10:22:10,980 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects used request id req-e7a0cfc2-90c8-45a5-8964-2785bba966e2 2018-09-04 10:22:10,982 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-09-04 10:22:10,983 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:5000/v3/projects/db6bb8e6383a41f5af7ce3bbb8ddb3ab -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}a12a70160c7c4d96d25cae1b2ccf3a41d839bee1" 2018-09-04 10:22:11,265 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 10:22:10 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8b752fc1-5f9d-4b1b-8ca0-6e095fc797a8 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 10:22:11,265 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/projects/db6bb8e6383a41f5af7ce3bbb8ddb3ab used request id req-8b752fc1-5f9d-4b1b-8ca0-6e095fc797a8 2018-09-04 10:22:11,266 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.283323049545s 2018-09-04 10:22:11,266 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/projects/db6bb8e6383a41f5af7ce3bbb8ddb3ab used request id req-8b752fc1-5f9d-4b1b-8ca0-6e095fc797a8 2018-09-04 10:22:11,266 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-09-04 10:22:11,267 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a12a70160c7c4d96d25cae1b2ccf3a41d839bee1" 2018-09-04 10:22:11,420 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:22:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-edafd722-366b-4a3e-9d50-8fdf85c4f1ba Content-Encoding: gzip Content-Length: 314 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3d416247e8224533841040c3ad2bce5a", "links": {"self": "http://172.30.9.28:5000/v3/roles/3d416247e8224533841040c3ad2bce5a"}, "name": "admin"}, {"domain_id": null, "id": "6fc48fbb08d4410680bf5ace535e410c", "links": {"self": "http://172.30.9.28:5000/v3/roles/6fc48fbb08d4410680bf5ace535e410c"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "73f0bffd657b446e93a6d122f974fe7b", "links": {"self": "http://172.30.9.28:5000/v3/roles/73f0bffd657b446e93a6d122f974fe7b"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "fea739ce4d1249249c128f55b640b79d", "links": {"self": "http://172.30.9.28:5000/v3/roles/fea739ce4d1249249c128f55b640b79d"}, "name": "ResellerAdmin"}]} 2018-09-04 10:22:11,420 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-edafd722-366b-4a3e-9d50-8fdf85c4f1ba 2018-09-04 10:22:11,421 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.15433883667s 2018-09-04 10:22:11,422 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleDelete 2018-09-04 10:22:11,423 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:5000/v3/roles/73f0bffd657b446e93a6d122f974fe7b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a12a70160c7c4d96d25cae1b2ccf3a41d839bee1" 2018-09-04 10:22:11,525 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 10:22:11 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-5331455e-513f-4436-bfd1-5b3df1ddd036 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 10:22:11,525 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/roles/73f0bffd657b446e93a6d122f974fe7b used request id req-5331455e-513f-4436-bfd1-5b3df1ddd036 2018-09-04 10:22:11,525 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleDelete in 0.102719068527s 2018-09-04 10:22:11,546 - xtesting.ci.run_tests - INFO - Loading test case 'api_check'... 2018-09-04 10:22:11,565 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-09-04 10:22:11,565 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-09-04 10:22:11,565 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-09-04 10:22:11,565 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-09-04 10:22:11,565 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-09-04 10:22:11,565 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-09-04 10:22:11,565 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-09-04 10:22:11,565 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-09-04 10:22:11,565 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-09-04 10:22:11,566 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-09-04 10:22:11,566 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-09-04 10:22:11,566 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-09-04 10:22:11,566 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-09-04 10:22:11,566 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-09-04 10:22:11,566 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-09-04 10:22:11,566 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-09-04 10:22:11,566 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-09-04 10:22:11,566 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-09-04 10:22:11,566 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-09-04 10:22:11,566 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-09-04 10:22:11,567 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-09-04 10:22:11,567 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-09-04 10:22:11,568 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainList 2018-09-04 10:22:11,569 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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-09-04 10:22:11,575 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:22:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-95566c64-22d2-411e-a3b7-dc29da691f79 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.28:5000/v3/", "rel": "self"}]}} 2018-09-04 10:22:11,575 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-95566c64-22d2-411e-a3b7-dc29da691f79 2018-09-04 10:22:11,576 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-09-04 10:22:11,955 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "3d416247e8224533841040c3ad2bce5a", "name": "admin"}], "expires_at": "2018-09-04T11:22:11.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1e2f68a072b64978bd7ea91c2d64aca6", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v1/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235635a698ef4bef9dc6b25273d185da"}, {"url": "http://192.30.9.6:8776/v1/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "23b07b3fbfc340a58cf0f9b2871a0d23"}, {"url": "http://172.30.9.28:8776/v1/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "72fd0aaa144d45419f4b04b6b26f69a7"}], "type": "volume", "id": "097241c25b4d4f7e91b3f8efa155909e", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v3/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93eb4cf3030a49e7840bec071422d397"}, {"url": "http://192.30.9.6:8776/v3/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8af439a6ac147fdbcb38ed9aa916b68"}, {"url": "http://192.30.9.6:8776/v3/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c4bfdbc9b7c74a23a40afdf578cfeba4"}], "type": "volumev3", "id": "1c85f4682ce44f729db1dabd98e965e8", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "82239574a29d4603a2161006f61851cf"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8d15f7134f364a7bbcfff2f84aac3bf2"}, {"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e01668c43a0c4c279b9a3d20a0280d6c"}], "type": "image", "id": "297d8415ca96454991054983920912f7", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7bb4d60e20734d4a9f31ec75e02cb823"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bf6adec15590466a9a0d3bddb00e8993"}, {"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f096f03a1d12411a8972f6f7c196b60d"}], "type": "policy", "id": "54c64351b56d44bbad74c2969cc3aa00", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "354ae6870a324fab82d0a0fb68ee0f26"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a3807e460dd4af488d982b66c52e64c"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e7c3da785076450abd71868e75ce0c33"}], "type": "cloudformation", "id": "6ac9917ae83c4639a15a4ab3cf0e76dd", "name": "heat-cfn"}, {"endpoints": [], "type": "metering", "id": "7fcc078e5e0645f29df67742ac14e388", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49e71628d386464cb950d6a9db00a328"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75b0a63ed8574bbcab1c851cc9b83d30"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9902b0a8b3c04cd192a1b84c417c232b"}], "type": "key-manager", "id": "9626544a32e74678a641c6e206f028a9", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "497340e5aa36485982fdf297f370558f"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7802beb4fc7c4952897b77bd5610b1fe"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c14af798917f4fa0b146d9772583e595"}], "type": "metric", "id": "973bfe8c658d4e5a8da725e76b9d550e", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "288ecc3674ea41d2aa3b790dcb832bf2"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7a6dc785cd7142f5b30f1a7ba0daeb03"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7f7d34e2351b4964befccc862c4e8e12"}], "type": "network", "id": "a348d7b06050474fb449be7f32ea6f5d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "21bce6ecb8464a1f8f3e3847aa698bd6"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0a8faf2246b47deb30e69e48d3551fb"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e71c6011de3d4d8589e5b53dcc79f288"}], "type": "identity", "id": "ad8d4b4953184137a1b913ecee9434ed", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "13474f9a78ca4f1184e4cddc84d0d98c"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad67365a18234bb78c336e6776958c00"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc54db13337f44f8921fbb9ad0f81de8"}], "type": "alarming", "id": "bb18dc3243034f08a6a7f69f7a1edccf", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0d91d7adf0304b2681c77f979e5cdb17"}, {"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "756e5ffca9774ab3ae2db41bf330417f"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c07c727a08c243b287827f539a124e63"}], "type": "placement", "id": "bb2c9432fcbd4c56913177122468f6ba", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8004/v1/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1eed4912224b48cf9856446eae4d9928"}, {"url": "http://192.30.9.6:8004/v1/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b73b7f99236541148d84f24f09e5dd40"}, {"url": "http://192.30.9.6:8004/v1/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fbf12e52911244fdafc24a9d46f56e62"}], "type": "orchestration", "id": "c8918d139da945ba93df4ccce21d4904", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16bf098b9e2e490f8e47fa601059f975"}, {"url": "http://192.30.9.6:8776/v2/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc16fa4cf491444ca2f611d5692c1170"}, {"url": "http://192.30.9.6:8776/v2/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ccd2c5325dff4b90b391db9fdde67d99"}], "type": "volumev2", "id": "d09ac9123c34494abce21d6c27bee9d9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eac694332354a3aa0e61c31314166d7"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b4d4989c4e764717ab78d38675cadd3f"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff196e46b56d406d87a678f1a64497b0"}], "type": "compute", "id": "d4030ee932c84df58c5b910cc197caa7", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "42c3a9abd8ad4ce8ab2c4cc6e0403c33"}, "audit_ids": ["EHudnrfLR5CBbsj0Wjltwg"], "issued_at": "2018-09-04T10:22:11.000000Z"}} 2018-09-04 10:22:11,959 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}eab9e2aad6476d6be0ed37b610a446b8db0576a0" 2018-09-04 10:22:11,965 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 04 Sep 2018 10:22: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.28: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.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-04 10:22:11,969 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/domains? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eab9e2aad6476d6be0ed37b610a446b8db0576a0" 2018-09-04 10:22:12,060 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:22:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9ccb57c1-0280-4413-90eb-7e3079d26b47 Content-Encoding: gzip Content-Length: 213 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.28:5000/v3/domains/bb3675e8f7584634b56038f5732ae451"}, "description": "", "name": "heat_stack", "enabled": true, "id": "bb3675e8f7584634b56038f5732ae451"}, {"links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains", "previous": null, "next": null}} 2018-09-04 10:22:12,060 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains used request id req-9ccb57c1-0280-4413-90eb-7e3079d26b47 2018-09-04 10:22:12,061 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainList in 0.492565155029s 2018-09-04 10:22:12,062 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-09-04 10:22:12,063 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28: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}eab9e2aad6476d6be0ed37b610a446b8db0576a0" -d '{"project": {"description": "Created by OPNFV Functest: api_check", "enabled": true, "domain_id": "default", "name": "api_check-project_95790658-ea1a-473f-b71a-0aa15c3467f2"}}' 2018-09-04 10:22:12,179 - keystoneauth.session - DEBUG - RESP: [201] Date: Tue, 04 Sep 2018 10:22:12 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-4a314e5f-0c31-4045-9d16-e4fbf32b01c7 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.28:5000/v3/projects/da1aa3dc9e564d3d922e61c0121a390e"}, "enabled": true, "id": "da1aa3dc9e564d3d922e61c0121a390e", "parent_id": "default", "domain_id": "default", "name": "api_check-project_95790658-ea1a-473f-b71a-0aa15c3467f2"}} 2018-09-04 10:22:12,179 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/projects used request id req-4a314e5f-0c31-4045-9d16-e4fbf32b01c7 2018-09-04 10:22:12,179 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.116750955582s 2018-09-04 10:22:12,179 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/projects used request id req-4a314e5f-0c31-4045-9d16-e4fbf32b01c7 2018-09-04 10:22:12,180 - functest.core.tenantnetwork - DEBUG - project: Munch({'is_enabled': True, 'parent_id': u'default', 'is_domain': False, 'name': u'api_check-project_95790658-ea1a-473f-b71a-0aa15c3467f2', 'id': u'da1aa3dc9e564d3d922e61c0121a390e', '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-09-04 10:22:12,181 - shade.task_manager - DEBUG - Manager envvars:regionOne running task UserCreate 2018-09-04 10:22:12,543 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task UserCreate in 0.362441778183s 2018-09-04 10:22:12,544 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/users/6cb53a06110b45a6a2f21cb265048110 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eab9e2aad6476d6be0ed37b610a446b8db0576a0" 2018-09-04 10:22:12,646 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:22:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-31389676-fc53-4fcd-831a-4c507d8fa79d Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.28:5000/v3/users/6cb53a06110b45a6a2f21cb265048110"}, "enabled": true, "id": "6cb53a06110b45a6a2f21cb265048110", "options": {}, "domain_id": "default", "name": "api_check-user_95790658-ea1a-473f-b71a-0aa15c3467f2"}} 2018-09-04 10:22:12,646 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users/6cb53a06110b45a6a2f21cb265048110 used request id req-31389676-fc53-4fcd-831a-4c507d8fa79d 2018-09-04 10:22:12,647 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'6cb53a06110b45a6a2f21cb265048110', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'api_check-user_95790658-ea1a-473f-b71a-0aa15c3467f2'}) 2018-09-04 10:22:12,647 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-09-04 10:22:12,648 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eab9e2aad6476d6be0ed37b610a446b8db0576a0" 2018-09-04 10:22:12,739 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:22:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-137c62d4-0b65-4b23-93bd-9a10c340fc9b Content-Encoding: gzip Content-Length: 284 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3d416247e8224533841040c3ad2bce5a", "links": {"self": "http://172.30.9.28:5000/v3/roles/3d416247e8224533841040c3ad2bce5a"}, "name": "admin"}, {"domain_id": null, "id": "6fc48fbb08d4410680bf5ace535e410c", "links": {"self": "http://172.30.9.28:5000/v3/roles/6fc48fbb08d4410680bf5ace535e410c"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "fea739ce4d1249249c128f55b640b79d", "links": {"self": "http://172.30.9.28:5000/v3/roles/fea739ce4d1249249c128f55b640b79d"}, "name": "ResellerAdmin"}]} 2018-09-04 10:22:12,739 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-137c62d4-0b65-4b23-93bd-9a10c340fc9b 2018-09-04 10:22:12,739 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0919098854065s 2018-09-04 10:22:12,740 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-09-04 10:22:12,741 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eab9e2aad6476d6be0ed37b610a446b8db0576a0" 2018-09-04 10:22:12,809 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:22:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-967ef7bf-3d5a-462d-bc34-d3fd4fc70f94 Content-Encoding: gzip Content-Length: 284 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3d416247e8224533841040c3ad2bce5a", "links": {"self": "http://172.30.9.28:5000/v3/roles/3d416247e8224533841040c3ad2bce5a"}, "name": "admin"}, {"domain_id": null, "id": "6fc48fbb08d4410680bf5ace535e410c", "links": {"self": "http://172.30.9.28:5000/v3/roles/6fc48fbb08d4410680bf5ace535e410c"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "fea739ce4d1249249c128f55b640b79d", "links": {"self": "http://172.30.9.28:5000/v3/roles/fea739ce4d1249249c128f55b640b79d"}, "name": "ResellerAdmin"}]} 2018-09-04 10:22:12,809 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-967ef7bf-3d5a-462d-bc34-d3fd4fc70f94 2018-09-04 10:22:12,810 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0691709518433s 2018-09-04 10:22:12,811 - functest.core.tenantnetwork - INFO - Creating default role Member 2018-09-04 10:22:12,811 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleCreate 2018-09-04 10:22:12,812 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eab9e2aad6476d6be0ed37b610a446b8db0576a0" -d '{"role": {"name": "Member"}}' 2018-09-04 10:22:12,902 - keystoneauth.session - DEBUG - RESP: [201] Date: Tue, 04 Sep 2018 10:22:12 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-312184ef-09b1-42aa-bdac-aaaa1c5f43ea Content-Length: 177 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "9a944a8c31754b8f941d2fa9034d4301", "links": {"self": "http://172.30.9.28:5000/v3/roles/9a944a8c31754b8f941d2fa9034d4301"}, "name": "Member"}} 2018-09-04 10:22:12,903 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/roles used request id req-312184ef-09b1-42aa-bdac-aaaa1c5f43ea 2018-09-04 10:22:12,903 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleCreate in 0.0917339324951s 2018-09-04 10:22:12,904 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/roles/9a944a8c31754b8f941d2fa9034d4301 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eab9e2aad6476d6be0ed37b610a446b8db0576a0" 2018-09-04 10:22:12,981 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:22:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c6ef00fb-5a51-4b72-84f6-fd30085ac077 Content-Encoding: gzip Content-Length: 143 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.28:5000/v3/roles/9a944a8c31754b8f941d2fa9034d4301"}, "domain_id": null, "name": "Member", "id": "9a944a8c31754b8f941d2fa9034d4301"}} 2018-09-04 10:22:12,981 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles/9a944a8c31754b8f941d2fa9034d4301 used request id req-c6ef00fb-5a51-4b72-84f6-fd30085ac077 2018-09-04 10:22:12,982 - functest.core.tenantnetwork - DEBUG - role: Munch({'NAME_ATTR': 'name', 'name': u'Member', 'links': {u'self': u'http://172.30.9.28:5000/v3/roles/9a944a8c31754b8f941d2fa9034d4301'}, 'domain_id': None, 'human_id': None, 'id': u'9a944a8c31754b8f941d2fa9034d4301', 'HUMAN_ID': False}) 2018-09-04 10:22:12,982 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-09-04 10:22:12,983 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eab9e2aad6476d6be0ed37b610a446b8db0576a0" 2018-09-04 10:22:13,133 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:22:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1a962109-1755-430d-93d4-2b1166fb8759 Content-Encoding: gzip Content-Length: 314 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3d416247e8224533841040c3ad2bce5a", "links": {"self": "http://172.30.9.28:5000/v3/roles/3d416247e8224533841040c3ad2bce5a"}, "name": "admin"}, {"domain_id": null, "id": "6fc48fbb08d4410680bf5ace535e410c", "links": {"self": "http://172.30.9.28:5000/v3/roles/6fc48fbb08d4410680bf5ace535e410c"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9a944a8c31754b8f941d2fa9034d4301", "links": {"self": "http://172.30.9.28:5000/v3/roles/9a944a8c31754b8f941d2fa9034d4301"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "fea739ce4d1249249c128f55b640b79d", "links": {"self": "http://172.30.9.28:5000/v3/roles/fea739ce4d1249249c128f55b640b79d"}, "name": "ResellerAdmin"}]} 2018-09-04 10:22:13,133 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-1a962109-1755-430d-93d4-2b1166fb8759 2018-09-04 10:22:13,133 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.151293992996s 2018-09-04 10:22:13,135 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2018-09-04 10:22:13,135 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eab9e2aad6476d6be0ed37b610a446b8db0576a0" 2018-09-04 10:22:13,218 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:22:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e1437ce3-0293-4181-a3f8-bc3da2664d65 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.28:5000/v3/domains/default"}, "name": "Default"}} 2018-09-04 10:22:13,218 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains/default used request id req-e1437ce3-0293-4181-a3f8-bc3da2664d65 2018-09-04 10:22:13,218 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.083508014679s 2018-09-04 10:22:13,219 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-09-04 10:22:13,220 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}eab9e2aad6476d6be0ed37b610a446b8db0576a0" 2018-09-04 10:22:13,316 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:22:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-00568ed8-1365-4314-a863-d82d852f7901 Content-Encoding: gzip Content-Length: 837 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.28:5000/v3/users/2719bb13630f43dfa92537864b7b9156"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2719bb13630f43dfa92537864b7b9156", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.28:5000/v3/users/36910ef6abf94075a2d6069c8571e383"}, "domain_id": "default", "enabled": true, "options": {}, "id": "36910ef6abf94075a2d6069c8571e383", "email": "cinder@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.28:5000/v3/users/42c3a9abd8ad4ce8ab2c4cc6e0403c33"}, "domain_id": "default", "enabled": true, "options": {}, "id": "42c3a9abd8ad4ce8ab2c4cc6e0403c33", "email": "admin@example.com", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.28:5000/v3/users/449836e5f54549afb8a7ce28abf3d544"}, "domain_id": "default", "enabled": true, "options": {}, "id": "449836e5f54549afb8a7ce28abf3d544", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.28:5000/v3/users/4f2d44b313674c27b065e562198a2eaf"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4f2d44b313674c27b065e562198a2eaf", "email": "placement@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.28:5000/v3/users/53e472b53b3247cc998195108afb0333"}, "domain_id": "default", "enabled": true, "options": {}, "id": "53e472b53b3247cc998195108afb0333", "email": "heat-cfn@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "api_check-user_95790658-ea1a-473f-b71a-0aa15c3467f2", "links": {"self": "http://172.30.9.28:5000/v3/users/6cb53a06110b45a6a2f21cb265048110"}, "domain_id": "default", "enabled": true, "id": "6cb53a06110b45a6a2f21cb265048110", "options": {}}, {"name": "glance", "links": {"self": "http://172.30.9.28:5000/v3/users/72c8a4f27c80473bb772f1af33725838"}, "domain_id": "default", "enabled": true, "options": {}, "id": "72c8a4f27c80473bb772f1af33725838", "email": "glance@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.28:5000/v3/users/7661c02c249442d984369889093013fe"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7661c02c249442d984369889093013fe", "email": "barbican@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.28:5000/v3/users/78cfb105b70a43c69c179056f12732d4"}, "domain_id": "bb3675e8f7584634b56038f5732ae451", "enabled": true, "options": {}, "id": "78cfb105b70a43c69c179056f12732d4", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.28:5000/v3/users/7cc5af47f4974b51be24b8af469f48f6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7cc5af47f4974b51be24b8af469f48f6", "email": "aodh@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.28:5000/v3/users/828ac5d6a2ef4b0091fb761ec963b324"}, "domain_id": "default", "enabled": true, "options": {}, "id": "828ac5d6a2ef4b0091fb761ec963b324", "email": "congress@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.28:5000/v3/users/9dcf57654b41495ea7db845703bc37f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9dcf57654b41495ea7db845703bc37f8", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.28:5000/v3/users/c4e0c9bcba5d4f0895d28f0f72346c41"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c4e0c9bcba5d4f0895d28f0f72346c41", "email": "neutron@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.28:5000/v3/users/ef3f2972886b4078848941109f593feb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ef3f2972886b4078848941109f593feb", "email": "nova@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.28:5000/v3/users", "previous": null, "next": null}} 2018-09-04 10:22:13,316 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-00568ed8-1365-4314-a863-d82d852f7901 2018-09-04 10:22:13,317 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.097324848175s 2018-09-04 10:22:13,317 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-00568ed8-1365-4314-a863-d82d852f7901 2018-09-04 10:22:13,323 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-09-04 10:22:13,324 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28: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}eab9e2aad6476d6be0ed37b610a446b8db0576a0" 2018-09-04 10:22:13,397 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:22:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6954010c-daa6-4c60-94f4-8eabb8b90580 Content-Encoding: gzip Content-Length: 388 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28: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.28:5000/v3/projects/18025ed81c804927a1f0e0e0ba20836f"}, "enabled": true, "id": "18025ed81c804927a1f0e0e0ba20836f", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.28:5000/v3/projects/1e2f68a072b64978bd7ea91c2d64aca6"}, "enabled": true, "id": "1e2f68a072b64978bd7ea91c2d64aca6", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.28:5000/v3/projects/da1aa3dc9e564d3d922e61c0121a390e"}, "enabled": true, "id": "da1aa3dc9e564d3d922e61c0121a390e", "parent_id": "default", "domain_id": "default", "name": "api_check-project_95790658-ea1a-473f-b71a-0aa15c3467f2"}]} 2018-09-04 10:22:13,397 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?domain_id=default used request id req-6954010c-daa6-4c60-94f4-8eabb8b90580 2018-09-04 10:22:13,398 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0742580890656s 2018-09-04 10:22:13,398 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?domain_id=default used request id req-6954010c-daa6-4c60-94f4-8eabb8b90580 2018-09-04 10:22:13,400 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2018-09-04 10:22:13,401 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/role_assignments?user.id=6cb53a06110b45a6a2f21cb265048110&scope.project.id=da1aa3dc9e564d3d922e61c0121a390e&role.id=9a944a8c31754b8f941d2fa9034d4301 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eab9e2aad6476d6be0ed37b610a446b8db0576a0" 2018-09-04 10:22:13,480 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:22:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b41057f4-c5e5-4451-bb26-f9e7c4016919 Content-Encoding: gzip Content-Length: 210 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.28:5000/v3/role_assignments?user.id=6cb53a06110b45a6a2f21cb265048110&scope.project.id=da1aa3dc9e564d3d922e61c0121a390e&role.id=9a944a8c31754b8f941d2fa9034d4301", "previous": null, "next": null}} 2018-09-04 10:22:13,480 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/role_assignments?user.id=6cb53a06110b45a6a2f21cb265048110&scope.project.id=da1aa3dc9e564d3d922e61c0121a390e&role.id=9a944a8c31754b8f941d2fa9034d4301 used request id req-b41057f4-c5e5-4451-bb26-f9e7c4016919 2018-09-04 10:22:13,481 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.0800220966339s 2018-09-04 10:22:13,481 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2018-09-04 10:22:13,482 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.28:5000/v3/projects/da1aa3dc9e564d3d922e61c0121a390e/users/6cb53a06110b45a6a2f21cb265048110/roles/9a944a8c31754b8f941d2fa9034d4301 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eab9e2aad6476d6be0ed37b610a446b8db0576a0" 2018-09-04 10:22:13,644 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 10:22:13 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f6b1a747-f52f-4530-bc81-41b5f29fb5a0 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 10:22:13,644 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.28:5000/v3/projects/da1aa3dc9e564d3d922e61c0121a390e/users/6cb53a06110b45a6a2f21cb265048110/roles/9a944a8c31754b8f941d2fa9034d4301 used request id req-f6b1a747-f52f-4530-bc81-41b5f29fb5a0 2018-09-04 10:22:13,644 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.163039922714s 2018-09-04 10:22:13,645 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'api_check-project_95790658-ea1a-473f-b71a-0aa15c3467f2', 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': '2576ebd1-cfad-4991-94ee-900a63cf4502', 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_95790658-ea1a-473f-b71a-0aa15c3467f2', 'project_id': u'da1aa3dc9e564d3d922e61c0121a390e', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.28:5000/v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2018-09-04 10:22:13,646 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-09-04 10:22:13,646 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-09-04 10:22:13,646 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-09-04 10:22:13,646 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-09-04 10:22:13,647 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-09-04 10:22:13,647 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-09-04 10:22:13,647 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-09-04 10:22:13,647 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-09-04 10:22:13,647 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-09-04 10:22:13,647 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-09-04 10:22:13,647 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-09-04 10:22:13,647 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-09-04 10:22:13,647 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-09-04 10:22:13,648 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-09-04 10:22:13,648 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-09-04 10:22:13,648 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-09-04 10:22:13,648 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-09-04 10:22:13,648 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-09-04 10:22:13,648 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-09-04 10:22:13,648 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-09-04 10:22:13,648 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-09-04 10:22:13,649 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-09-04 10:22:13,650 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'api_check-user_95790658-ea1a-473f-b71a-0aa15c3467f2', 'password': '2576ebd1-cfad-4991-94ee-900a63cf4502', 'project_name': 'api_check-project_95790658-ea1a-473f-b71a-0aa15c3467f2', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.28:5000/v3', 'project_id': 'da1aa3dc9e564d3d922e61c0121a390e', 'project_domain_name': 'Default'} 2018-09-04 10:22:13,650 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-09-04 10:22:13,651 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eab9e2aad6476d6be0ed37b610a446b8db0576a0" 2018-09-04 10:22:13,725 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:22:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b5785048-0780-4d76-92ff-e8c5408587f9 Content-Encoding: gzip Content-Length: 314 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3d416247e8224533841040c3ad2bce5a", "links": {"self": "http://172.30.9.28:5000/v3/roles/3d416247e8224533841040c3ad2bce5a"}, "name": "admin"}, {"domain_id": null, "id": "6fc48fbb08d4410680bf5ace535e410c", "links": {"self": "http://172.30.9.28:5000/v3/roles/6fc48fbb08d4410680bf5ace535e410c"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9a944a8c31754b8f941d2fa9034d4301", "links": {"self": "http://172.30.9.28:5000/v3/roles/9a944a8c31754b8f941d2fa9034d4301"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "fea739ce4d1249249c128f55b640b79d", "links": {"self": "http://172.30.9.28:5000/v3/roles/fea739ce4d1249249c128f55b640b79d"}, "name": "ResellerAdmin"}]} 2018-09-04 10:22:13,725 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-b5785048-0780-4d76-92ff-e8c5408587f9 2018-09-04 10:22:13,725 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0746331214905s 2018-09-04 10:22:13,726 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-09-04 10:22:13,727 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eab9e2aad6476d6be0ed37b610a446b8db0576a0" 2018-09-04 10:22:13,803 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:22:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c970e433-a9f3-48b4-ac6f-b3addbedeaba Content-Encoding: gzip Content-Length: 314 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3d416247e8224533841040c3ad2bce5a", "links": {"self": "http://172.30.9.28:5000/v3/roles/3d416247e8224533841040c3ad2bce5a"}, "name": "admin"}, {"domain_id": null, "id": "6fc48fbb08d4410680bf5ace535e410c", "links": {"self": "http://172.30.9.28:5000/v3/roles/6fc48fbb08d4410680bf5ace535e410c"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9a944a8c31754b8f941d2fa9034d4301", "links": {"self": "http://172.30.9.28:5000/v3/roles/9a944a8c31754b8f941d2fa9034d4301"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "fea739ce4d1249249c128f55b640b79d", "links": {"self": "http://172.30.9.28:5000/v3/roles/fea739ce4d1249249c128f55b640b79d"}, "name": "ResellerAdmin"}]} 2018-09-04 10:22:13,803 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-c970e433-a9f3-48b4-ac6f-b3addbedeaba 2018-09-04 10:22:13,804 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0773458480835s 2018-09-04 10:22:13,805 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2018-09-04 10:22:13,806 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eab9e2aad6476d6be0ed37b610a446b8db0576a0" 2018-09-04 10:22:13,886 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:22:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f8971205-d2b9-40d4-b9c1-7b7ea72b720d 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.28:5000/v3/domains/default"}, "name": "Default"}} 2018-09-04 10:22:13,887 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains/default used request id req-f8971205-d2b9-40d4-b9c1-7b7ea72b720d 2018-09-04 10:22:13,887 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.0817248821259s 2018-09-04 10:22:13,887 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-09-04 10:22:13,888 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}eab9e2aad6476d6be0ed37b610a446b8db0576a0" 2018-09-04 10:22:13,977 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:22:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8ad9a41d-4646-4a59-8caf-a235303684de Content-Encoding: gzip Content-Length: 837 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.28:5000/v3/users/2719bb13630f43dfa92537864b7b9156"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2719bb13630f43dfa92537864b7b9156", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.28:5000/v3/users/36910ef6abf94075a2d6069c8571e383"}, "domain_id": "default", "enabled": true, "options": {}, "id": "36910ef6abf94075a2d6069c8571e383", "email": "cinder@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.28:5000/v3/users/42c3a9abd8ad4ce8ab2c4cc6e0403c33"}, "domain_id": "default", "enabled": true, "options": {}, "id": "42c3a9abd8ad4ce8ab2c4cc6e0403c33", "email": "admin@example.com", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.28:5000/v3/users/449836e5f54549afb8a7ce28abf3d544"}, "domain_id": "default", "enabled": true, "options": {}, "id": "449836e5f54549afb8a7ce28abf3d544", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.28:5000/v3/users/4f2d44b313674c27b065e562198a2eaf"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4f2d44b313674c27b065e562198a2eaf", "email": "placement@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.28:5000/v3/users/53e472b53b3247cc998195108afb0333"}, "domain_id": "default", "enabled": true, "options": {}, "id": "53e472b53b3247cc998195108afb0333", "email": "heat-cfn@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "api_check-user_95790658-ea1a-473f-b71a-0aa15c3467f2", "links": {"self": "http://172.30.9.28:5000/v3/users/6cb53a06110b45a6a2f21cb265048110"}, "domain_id": "default", "enabled": true, "id": "6cb53a06110b45a6a2f21cb265048110", "options": {}}, {"name": "glance", "links": {"self": "http://172.30.9.28:5000/v3/users/72c8a4f27c80473bb772f1af33725838"}, "domain_id": "default", "enabled": true, "options": {}, "id": "72c8a4f27c80473bb772f1af33725838", "email": "glance@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.28:5000/v3/users/7661c02c249442d984369889093013fe"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7661c02c249442d984369889093013fe", "email": "barbican@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.28:5000/v3/users/78cfb105b70a43c69c179056f12732d4"}, "domain_id": "bb3675e8f7584634b56038f5732ae451", "enabled": true, "options": {}, "id": "78cfb105b70a43c69c179056f12732d4", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.28:5000/v3/users/7cc5af47f4974b51be24b8af469f48f6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7cc5af47f4974b51be24b8af469f48f6", "email": "aodh@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.28:5000/v3/users/828ac5d6a2ef4b0091fb761ec963b324"}, "domain_id": "default", "enabled": true, "options": {}, "id": "828ac5d6a2ef4b0091fb761ec963b324", "email": "congress@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.28:5000/v3/users/9dcf57654b41495ea7db845703bc37f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9dcf57654b41495ea7db845703bc37f8", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.28:5000/v3/users/c4e0c9bcba5d4f0895d28f0f72346c41"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c4e0c9bcba5d4f0895d28f0f72346c41", "email": "neutron@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.28:5000/v3/users/ef3f2972886b4078848941109f593feb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ef3f2972886b4078848941109f593feb", "email": "nova@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.28:5000/v3/users", "previous": null, "next": null}} 2018-09-04 10:22:13,977 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-8ad9a41d-4646-4a59-8caf-a235303684de 2018-09-04 10:22:13,977 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0897169113159s 2018-09-04 10:22:13,978 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-8ad9a41d-4646-4a59-8caf-a235303684de 2018-09-04 10:22:13,984 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-09-04 10:22:13,984 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28: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}eab9e2aad6476d6be0ed37b610a446b8db0576a0" 2018-09-04 10:22:14,064 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:22:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-22bcc907-6b23-4064-8ede-5e89690ec16e Content-Encoding: gzip Content-Length: 388 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28: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.28:5000/v3/projects/18025ed81c804927a1f0e0e0ba20836f"}, "enabled": true, "id": "18025ed81c804927a1f0e0e0ba20836f", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.28:5000/v3/projects/1e2f68a072b64978bd7ea91c2d64aca6"}, "enabled": true, "id": "1e2f68a072b64978bd7ea91c2d64aca6", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.28:5000/v3/projects/da1aa3dc9e564d3d922e61c0121a390e"}, "enabled": true, "id": "da1aa3dc9e564d3d922e61c0121a390e", "parent_id": "default", "domain_id": "default", "name": "api_check-project_95790658-ea1a-473f-b71a-0aa15c3467f2"}]} 2018-09-04 10:22:14,064 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?domain_id=default used request id req-22bcc907-6b23-4064-8ede-5e89690ec16e 2018-09-04 10:22:14,064 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0805969238281s 2018-09-04 10:22:14,065 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?domain_id=default used request id req-22bcc907-6b23-4064-8ede-5e89690ec16e 2018-09-04 10:22:14,067 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2018-09-04 10:22:14,067 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/role_assignments?user.id=6cb53a06110b45a6a2f21cb265048110&scope.project.id=da1aa3dc9e564d3d922e61c0121a390e&role.id=3d416247e8224533841040c3ad2bce5a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eab9e2aad6476d6be0ed37b610a446b8db0576a0" 2018-09-04 10:22:14,148 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:22:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0a62b05b-c040-41f4-bd4a-46722db622a1 Content-Encoding: gzip Content-Length: 210 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.28:5000/v3/role_assignments?user.id=6cb53a06110b45a6a2f21cb265048110&scope.project.id=da1aa3dc9e564d3d922e61c0121a390e&role.id=3d416247e8224533841040c3ad2bce5a", "previous": null, "next": null}} 2018-09-04 10:22:14,148 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/role_assignments?user.id=6cb53a06110b45a6a2f21cb265048110&scope.project.id=da1aa3dc9e564d3d922e61c0121a390e&role.id=3d416247e8224533841040c3ad2bce5a used request id req-0a62b05b-c040-41f4-bd4a-46722db622a1 2018-09-04 10:22:14,148 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.0813920497894s 2018-09-04 10:22:14,148 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2018-09-04 10:22:14,149 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.28:5000/v3/projects/da1aa3dc9e564d3d922e61c0121a390e/users/6cb53a06110b45a6a2f21cb265048110/roles/3d416247e8224533841040c3ad2bce5a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eab9e2aad6476d6be0ed37b610a446b8db0576a0" 2018-09-04 10:22:14,254 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 10:22:14 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-5aed6f62-96ab-4b48-a558-6c4f0aaed774 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 10:22:14,254 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.28:5000/v3/projects/da1aa3dc9e564d3d922e61c0121a390e/users/6cb53a06110b45a6a2f21cb265048110/roles/3d416247e8224533841040c3ad2bce5a used request id req-5aed6f62-96ab-4b48-a558-6c4f0aaed774 2018-09-04 10:22:14,254 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.105630159378s 2018-09-04 10:22:14,254 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-09-04 10:22:14,255 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eab9e2aad6476d6be0ed37b610a446b8db0576a0" 2018-09-04 10:22:14,333 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:22:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-16902dd9-de18-42e0-8275-e144c2e9ea86 Content-Encoding: gzip Content-Length: 314 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3d416247e8224533841040c3ad2bce5a", "links": {"self": "http://172.30.9.28:5000/v3/roles/3d416247e8224533841040c3ad2bce5a"}, "name": "admin"}, {"domain_id": null, "id": "6fc48fbb08d4410680bf5ace535e410c", "links": {"self": "http://172.30.9.28:5000/v3/roles/6fc48fbb08d4410680bf5ace535e410c"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9a944a8c31754b8f941d2fa9034d4301", "links": {"self": "http://172.30.9.28:5000/v3/roles/9a944a8c31754b8f941d2fa9034d4301"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "fea739ce4d1249249c128f55b640b79d", "links": {"self": "http://172.30.9.28:5000/v3/roles/fea739ce4d1249249c128f55b640b79d"}, "name": "ResellerAdmin"}]} 2018-09-04 10:22:14,333 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-16902dd9-de18-42e0-8275-e144c2e9ea86 2018-09-04 10:22:14,334 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0789520740509s 2018-09-04 10:22:14,335 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleCreate 2018-09-04 10:22:14,335 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eab9e2aad6476d6be0ed37b610a446b8db0576a0" -d '{"role": {"name": "heat_stack_owner"}}' 2018-09-04 10:22:14,424 - keystoneauth.session - DEBUG - RESP: [201] Date: Tue, 04 Sep 2018 10:22:14 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-dc075e7e-fff6-406a-8b2a-9aa1f2f57264 Content-Length: 187 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "5ef645ad12fc453aa5d8a0c2cbf76196", "links": {"self": "http://172.30.9.28:5000/v3/roles/5ef645ad12fc453aa5d8a0c2cbf76196"}, "name": "heat_stack_owner"}} 2018-09-04 10:22:14,424 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/roles used request id req-dc075e7e-fff6-406a-8b2a-9aa1f2f57264 2018-09-04 10:22:14,424 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleCreate in 0.08922290802s 2018-09-04 10:22:14,425 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/roles/5ef645ad12fc453aa5d8a0c2cbf76196 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eab9e2aad6476d6be0ed37b610a446b8db0576a0" 2018-09-04 10:22:14,497 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:22:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fc200a14-c03c-4529-a5a4-007f3751610b Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.28:5000/v3/roles/5ef645ad12fc453aa5d8a0c2cbf76196"}, "domain_id": null, "name": "heat_stack_owner", "id": "5ef645ad12fc453aa5d8a0c2cbf76196"}} 2018-09-04 10:22:14,497 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles/5ef645ad12fc453aa5d8a0c2cbf76196 used request id req-fc200a14-c03c-4529-a5a4-007f3751610b 2018-09-04 10:22:14,498 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-09-04 10:22:14,500 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eab9e2aad6476d6be0ed37b610a446b8db0576a0" 2018-09-04 10:22:14,574 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:22:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b0b9b006-7d4f-4265-bbb5-3510dedd502e Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3d416247e8224533841040c3ad2bce5a", "links": {"self": "http://172.30.9.28:5000/v3/roles/3d416247e8224533841040c3ad2bce5a"}, "name": "admin"}, {"domain_id": null, "id": "5ef645ad12fc453aa5d8a0c2cbf76196", "links": {"self": "http://172.30.9.28:5000/v3/roles/5ef645ad12fc453aa5d8a0c2cbf76196"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "6fc48fbb08d4410680bf5ace535e410c", "links": {"self": "http://172.30.9.28:5000/v3/roles/6fc48fbb08d4410680bf5ace535e410c"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9a944a8c31754b8f941d2fa9034d4301", "links": {"self": "http://172.30.9.28:5000/v3/roles/9a944a8c31754b8f941d2fa9034d4301"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "fea739ce4d1249249c128f55b640b79d", "links": {"self": "http://172.30.9.28:5000/v3/roles/fea739ce4d1249249c128f55b640b79d"}, "name": "ResellerAdmin"}]} 2018-09-04 10:22:14,574 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-b0b9b006-7d4f-4265-bbb5-3510dedd502e 2018-09-04 10:22:14,575 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0768520832062s 2018-09-04 10:22:14,577 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2018-09-04 10:22:14,577 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eab9e2aad6476d6be0ed37b610a446b8db0576a0" 2018-09-04 10:22:14,661 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:22:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-29ad34ea-3e1c-4e24-b092-0b4579d10be5 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.28:5000/v3/domains/default"}, "name": "Default"}} 2018-09-04 10:22:14,661 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains/default used request id req-29ad34ea-3e1c-4e24-b092-0b4579d10be5 2018-09-04 10:22:14,662 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.0849149227142s 2018-09-04 10:22:14,663 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-09-04 10:22:14,663 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}eab9e2aad6476d6be0ed37b610a446b8db0576a0" 2018-09-04 10:22:14,763 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:22:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1f0b054c-d418-4dff-8450-cb7ec5cf212c Content-Encoding: gzip Content-Length: 837 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.28:5000/v3/users/2719bb13630f43dfa92537864b7b9156"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2719bb13630f43dfa92537864b7b9156", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.28:5000/v3/users/36910ef6abf94075a2d6069c8571e383"}, "domain_id": "default", "enabled": true, "options": {}, "id": "36910ef6abf94075a2d6069c8571e383", "email": "cinder@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.28:5000/v3/users/42c3a9abd8ad4ce8ab2c4cc6e0403c33"}, "domain_id": "default", "enabled": true, "options": {}, "id": "42c3a9abd8ad4ce8ab2c4cc6e0403c33", "email": "admin@example.com", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.28:5000/v3/users/449836e5f54549afb8a7ce28abf3d544"}, "domain_id": "default", "enabled": true, "options": {}, "id": "449836e5f54549afb8a7ce28abf3d544", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.28:5000/v3/users/4f2d44b313674c27b065e562198a2eaf"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4f2d44b313674c27b065e562198a2eaf", "email": "placement@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.28:5000/v3/users/53e472b53b3247cc998195108afb0333"}, "domain_id": "default", "enabled": true, "options": {}, "id": "53e472b53b3247cc998195108afb0333", "email": "heat-cfn@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "api_check-user_95790658-ea1a-473f-b71a-0aa15c3467f2", "links": {"self": "http://172.30.9.28:5000/v3/users/6cb53a06110b45a6a2f21cb265048110"}, "domain_id": "default", "enabled": true, "id": "6cb53a06110b45a6a2f21cb265048110", "options": {}}, {"name": "glance", "links": {"self": "http://172.30.9.28:5000/v3/users/72c8a4f27c80473bb772f1af33725838"}, "domain_id": "default", "enabled": true, "options": {}, "id": "72c8a4f27c80473bb772f1af33725838", "email": "glance@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.28:5000/v3/users/7661c02c249442d984369889093013fe"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7661c02c249442d984369889093013fe", "email": "barbican@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.28:5000/v3/users/78cfb105b70a43c69c179056f12732d4"}, "domain_id": "bb3675e8f7584634b56038f5732ae451", "enabled": true, "options": {}, "id": "78cfb105b70a43c69c179056f12732d4", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.28:5000/v3/users/7cc5af47f4974b51be24b8af469f48f6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7cc5af47f4974b51be24b8af469f48f6", "email": "aodh@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.28:5000/v3/users/828ac5d6a2ef4b0091fb761ec963b324"}, "domain_id": "default", "enabled": true, "options": {}, "id": "828ac5d6a2ef4b0091fb761ec963b324", "email": "congress@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.28:5000/v3/users/9dcf57654b41495ea7db845703bc37f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9dcf57654b41495ea7db845703bc37f8", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.28:5000/v3/users/c4e0c9bcba5d4f0895d28f0f72346c41"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c4e0c9bcba5d4f0895d28f0f72346c41", "email": "neutron@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.28:5000/v3/users/ef3f2972886b4078848941109f593feb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ef3f2972886b4078848941109f593feb", "email": "nova@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.28:5000/v3/users", "previous": null, "next": null}} 2018-09-04 10:22:14,763 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-1f0b054c-d418-4dff-8450-cb7ec5cf212c 2018-09-04 10:22:14,763 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.100598096848s 2018-09-04 10:22:14,764 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-1f0b054c-d418-4dff-8450-cb7ec5cf212c 2018-09-04 10:22:14,770 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-09-04 10:22:14,770 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28: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}eab9e2aad6476d6be0ed37b610a446b8db0576a0" 2018-09-04 10:22:14,848 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:22:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-38b346de-62ba-48e1-973b-d70b95087f76 Content-Encoding: gzip Content-Length: 388 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28: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.28:5000/v3/projects/18025ed81c804927a1f0e0e0ba20836f"}, "enabled": true, "id": "18025ed81c804927a1f0e0e0ba20836f", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.28:5000/v3/projects/1e2f68a072b64978bd7ea91c2d64aca6"}, "enabled": true, "id": "1e2f68a072b64978bd7ea91c2d64aca6", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.28:5000/v3/projects/da1aa3dc9e564d3d922e61c0121a390e"}, "enabled": true, "id": "da1aa3dc9e564d3d922e61c0121a390e", "parent_id": "default", "domain_id": "default", "name": "api_check-project_95790658-ea1a-473f-b71a-0aa15c3467f2"}]} 2018-09-04 10:22:14,848 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?domain_id=default used request id req-38b346de-62ba-48e1-973b-d70b95087f76 2018-09-04 10:22:14,848 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.078519821167s 2018-09-04 10:22:14,849 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?domain_id=default used request id req-38b346de-62ba-48e1-973b-d70b95087f76 2018-09-04 10:22:14,851 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2018-09-04 10:22:14,852 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/role_assignments?user.id=6cb53a06110b45a6a2f21cb265048110&scope.project.id=da1aa3dc9e564d3d922e61c0121a390e&role.id=5ef645ad12fc453aa5d8a0c2cbf76196 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eab9e2aad6476d6be0ed37b610a446b8db0576a0" 2018-09-04 10:22:14,932 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:22:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6e2dd043-16d4-4777-8f3b-714ee48e782a Content-Encoding: gzip Content-Length: 210 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.28:5000/v3/role_assignments?user.id=6cb53a06110b45a6a2f21cb265048110&scope.project.id=da1aa3dc9e564d3d922e61c0121a390e&role.id=5ef645ad12fc453aa5d8a0c2cbf76196", "previous": null, "next": null}} 2018-09-04 10:22:14,932 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/role_assignments?user.id=6cb53a06110b45a6a2f21cb265048110&scope.project.id=da1aa3dc9e564d3d922e61c0121a390e&role.id=5ef645ad12fc453aa5d8a0c2cbf76196 used request id req-6e2dd043-16d4-4777-8f3b-714ee48e782a 2018-09-04 10:22:14,932 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.0813541412354s 2018-09-04 10:22:14,933 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2018-09-04 10:22:14,934 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.28:5000/v3/projects/da1aa3dc9e564d3d922e61c0121a390e/users/6cb53a06110b45a6a2f21cb265048110/roles/5ef645ad12fc453aa5d8a0c2cbf76196 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eab9e2aad6476d6be0ed37b610a446b8db0576a0" 2018-09-04 10:22:15,048 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 10:22:14 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d0cf91e2-baab-4a45-9911-4fe0592a0157 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 10:22:15,049 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.28:5000/v3/projects/da1aa3dc9e564d3d922e61c0121a390e/users/6cb53a06110b45a6a2f21cb265048110/roles/5ef645ad12fc453aa5d8a0c2cbf76196 used request id req-d0cf91e2-baab-4a45-9911-4fe0592a0157 2018-09-04 10:22:15,049 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.115894079208s 2018-09-04 10:22:15,049 - openstack_tests - DEBUG - Reading RC file - /var/lib/xtesting/conf/env_file 2018-09-04 10:22:15,049 - file_utils - INFO - Attempting to read OS environment file - /var/lib/xtesting/conf/env_file 2018-09-04 10:22:15,050 - openstack_tests - INFO - OS Credentials = > 2018-09-04 10:22:15,050 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 10:22:15,051 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-09-04 10:22:15,429 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5ef645ad12fc453aa5d8a0c2cbf76196", "name": "heat_stack_owner"}, {"id": "9a944a8c31754b8f941d2fa9034d4301", "name": "Member"}, {"id": "3d416247e8224533841040c3ad2bce5a", "name": "admin"}], "expires_at": "2018-09-04T11:22:15.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "da1aa3dc9e564d3d922e61c0121a390e", "name": "api_check-project_95790658-ea1a-473f-b71a-0aa15c3467f2"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235635a698ef4bef9dc6b25273d185da"}, {"url": "http://192.30.9.6:8776/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "23b07b3fbfc340a58cf0f9b2871a0d23"}, {"url": "http://172.30.9.28:8776/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "72fd0aaa144d45419f4b04b6b26f69a7"}], "type": "volume", "id": "097241c25b4d4f7e91b3f8efa155909e", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v3/da1aa3dc9e564d3d922e61c0121a390e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93eb4cf3030a49e7840bec071422d397"}, {"url": "http://192.30.9.6:8776/v3/da1aa3dc9e564d3d922e61c0121a390e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8af439a6ac147fdbcb38ed9aa916b68"}, {"url": "http://192.30.9.6:8776/v3/da1aa3dc9e564d3d922e61c0121a390e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c4bfdbc9b7c74a23a40afdf578cfeba4"}], "type": "volumev3", "id": "1c85f4682ce44f729db1dabd98e965e8", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "82239574a29d4603a2161006f61851cf"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8d15f7134f364a7bbcfff2f84aac3bf2"}, {"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e01668c43a0c4c279b9a3d20a0280d6c"}], "type": "image", "id": "297d8415ca96454991054983920912f7", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7bb4d60e20734d4a9f31ec75e02cb823"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bf6adec15590466a9a0d3bddb00e8993"}, {"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f096f03a1d12411a8972f6f7c196b60d"}], "type": "policy", "id": "54c64351b56d44bbad74c2969cc3aa00", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "354ae6870a324fab82d0a0fb68ee0f26"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a3807e460dd4af488d982b66c52e64c"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e7c3da785076450abd71868e75ce0c33"}], "type": "cloudformation", "id": "6ac9917ae83c4639a15a4ab3cf0e76dd", "name": "heat-cfn"}, {"endpoints": [], "type": "metering", "id": "7fcc078e5e0645f29df67742ac14e388", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49e71628d386464cb950d6a9db00a328"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75b0a63ed8574bbcab1c851cc9b83d30"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9902b0a8b3c04cd192a1b84c417c232b"}], "type": "key-manager", "id": "9626544a32e74678a641c6e206f028a9", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "497340e5aa36485982fdf297f370558f"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7802beb4fc7c4952897b77bd5610b1fe"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c14af798917f4fa0b146d9772583e595"}], "type": "metric", "id": "973bfe8c658d4e5a8da725e76b9d550e", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "288ecc3674ea41d2aa3b790dcb832bf2"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7a6dc785cd7142f5b30f1a7ba0daeb03"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7f7d34e2351b4964befccc862c4e8e12"}], "type": "network", "id": "a348d7b06050474fb449be7f32ea6f5d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "21bce6ecb8464a1f8f3e3847aa698bd6"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0a8faf2246b47deb30e69e48d3551fb"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e71c6011de3d4d8589e5b53dcc79f288"}], "type": "identity", "id": "ad8d4b4953184137a1b913ecee9434ed", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "13474f9a78ca4f1184e4cddc84d0d98c"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad67365a18234bb78c336e6776958c00"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc54db13337f44f8921fbb9ad0f81de8"}], "type": "alarming", "id": "bb18dc3243034f08a6a7f69f7a1edccf", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0d91d7adf0304b2681c77f979e5cdb17"}, {"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "756e5ffca9774ab3ae2db41bf330417f"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c07c727a08c243b287827f539a124e63"}], "type": "placement", "id": "bb2c9432fcbd4c56913177122468f6ba", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1eed4912224b48cf9856446eae4d9928"}, {"url": "http://192.30.9.6:8004/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b73b7f99236541148d84f24f09e5dd40"}, {"url": "http://192.30.9.6:8004/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fbf12e52911244fdafc24a9d46f56e62"}], "type": "orchestration", "id": "c8918d139da945ba93df4ccce21d4904", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/da1aa3dc9e564d3d922e61c0121a390e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16bf098b9e2e490f8e47fa601059f975"}, {"url": "http://192.30.9.6:8776/v2/da1aa3dc9e564d3d922e61c0121a390e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc16fa4cf491444ca2f611d5692c1170"}, {"url": "http://192.30.9.6:8776/v2/da1aa3dc9e564d3d922e61c0121a390e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ccd2c5325dff4b90b391db9fdde67d99"}], "type": "volumev2", "id": "d09ac9123c34494abce21d6c27bee9d9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eac694332354a3aa0e61c31314166d7"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b4d4989c4e764717ab78d38675cadd3f"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff196e46b56d406d87a678f1a64497b0"}], "type": "compute", "id": "d4030ee932c84df58c5b910cc197caa7", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_95790658-ea1a-473f-b71a-0aa15c3467f2", "id": "6cb53a06110b45a6a2f21cb265048110"}, "audit_ids": ["doDL1zgNT8GnJzzCG8bYUA"], "issued_at": "2018-09-04T10:22:15.000000Z"}} 2018-09-04 10:22:15,432 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?router%3Aexternal=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6526bbc7c8a94320eb8d6ab137922278255f0d2b" 2018-09-04 10:22:16,358 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-e60744bd-098f-4766-86f6-eb6aa1a92277 Date: Tue, 04 Sep 2018 10:22:16 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"4097e349-dd4a-4a5e-95d6-eed5c2d7b85a","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"18025ed81c804927a1f0e0e0ba20836f","status":"ACTIVE","subnets":["5092c110-d468-4f12-acae-47d56d35dff1"],"description":"","tags":[],"updated_at":"2018-09-04T10:10:50Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"18025ed81c804927a1f0e0e0ba20836f","created_at":"2018-09-04T10:10:44Z","provider:network_type":"flat"}]} 2018-09-04 10:22:16,358 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?router%3Aexternal=True used request id req-e60744bd-098f-4766-86f6-eb6aa1a92277 2018-09-04 10:22:16,364 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=4097e349-dd4a-4a5e-95d6-eed5c2d7b85a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6526bbc7c8a94320eb8d6ab137922278255f0d2b" 2018-09-04 10:22:16,550 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 624 X-Openstack-Request-Id: req-f96fe779-238e-4d18-9f9f-71c4f6395f9e Date: Tue, 04 Sep 2018 10:22:16 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"4097e349-dd4a-4a5e-95d6-eed5c2d7b85a","tenant_id":"18025ed81c804927a1f0e0e0ba20836f","created_at":"2018-09-04T10:10:50Z","dns_nameservers":[],"updated_at":"2018-09-04T10:10:50Z","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":"18025ed81c804927a1f0e0e0ba20836f","id":"5092c110-d468-4f12-acae-47d56d35dff1","subnetpool_id":null,"name":"external-subnet"}]} 2018-09-04 10:22:16,550 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=4097e349-dd4a-4a5e-95d6-eed5c2d7b85a used request id req-f96fe779-238e-4d18-9f9f-71c4f6395f9e 2018-09-04 10:22:16,551 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata '{}' 2018-09-04 10:22:16,551 - xtesting.ci.run_tests - INFO - Running test case 'api_check'... 2018-09-04 10:22:16,553 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 10:22:16,554 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 10:22:16,554 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 10:22:16,555 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 10:22:16,556 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 10:22:16,556 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 10:22:16,557 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 10:22:16,558 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 10:22:16,559 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 10:22:16,560 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 10:22:16,560 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 10:22:16,561 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 10:22:16,562 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 10:22:16,563 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 10:22:16,563 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 10:22:16,564 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 10:22:16,565 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 10:22:16,566 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 10:22:16,566 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 10:22:16,567 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 10:22:16,568 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 10:22:16,569 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 10:22:16,570 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 10:22:16,570 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 10:22:16,571 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 10:22:16,572 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 10:22:16,572 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 10:22:16,573 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 10:22:16,573 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 10:22:16,575 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 10:22:16,575 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 10:22:16,576 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 10:22:16,576 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 10:22:16,577 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 10:22:16,578 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 10:22:16,578 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 10:22:16,579 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 10:22:16,580 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 10:22:16,581 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 10:22:16,581 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 10:22:16,582 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 10:22:16,582 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 10:22:16,583 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 10:22:16,584 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 10:22:16,584 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 10:22:16,585 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 10:22:16,586 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 10:22:16,586 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 10:22:16,587 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 10:22:16,588 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 10:22:16,588 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 10:22:16,589 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 10:22:16,590 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 10:22:16,591 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 10:22:16,591 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 10:22:16,592 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 10:22:16,593 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 10:22:16,593 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 10:22:16,594 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 10:22:16,595 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 10:22:16,595 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 10:22:16,596 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 10:22:16,597 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 10:22:16,597 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 10:22:16,598 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 10:22:16,599 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 10:22:16,599 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 10:22:16,600 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 10:22:16,601 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 10:22:16,602 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 10:22:16,602 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 10:22:16,603 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 10:22:16,603 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 10:22:16,604 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 10:22:16,606 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 10:22:16,607 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 10:22:16,607 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 10:22:16,608 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 10:22:16,608 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 10:22:16,609 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 10:22:16,669 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 10:22:16,670 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 10:22:16,670 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 10:22:16,670 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 10:22:16,671 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-09-04 10:22:17,150 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5ef645ad12fc453aa5d8a0c2cbf76196", "name": "heat_stack_owner"}, {"id": "9a944a8c31754b8f941d2fa9034d4301", "name": "Member"}, {"id": "3d416247e8224533841040c3ad2bce5a", "name": "admin"}], "expires_at": "2018-09-04T11:22:17.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "da1aa3dc9e564d3d922e61c0121a390e", "name": "api_check-project_95790658-ea1a-473f-b71a-0aa15c3467f2"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235635a698ef4bef9dc6b25273d185da"}, {"url": "http://192.30.9.6:8776/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "23b07b3fbfc340a58cf0f9b2871a0d23"}, {"url": "http://172.30.9.28:8776/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "72fd0aaa144d45419f4b04b6b26f69a7"}], "type": "volume", "id": "097241c25b4d4f7e91b3f8efa155909e", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v3/da1aa3dc9e564d3d922e61c0121a390e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93eb4cf3030a49e7840bec071422d397"}, {"url": "http://192.30.9.6:8776/v3/da1aa3dc9e564d3d922e61c0121a390e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8af439a6ac147fdbcb38ed9aa916b68"}, {"url": "http://192.30.9.6:8776/v3/da1aa3dc9e564d3d922e61c0121a390e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c4bfdbc9b7c74a23a40afdf578cfeba4"}], "type": "volumev3", "id": "1c85f4682ce44f729db1dabd98e965e8", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "82239574a29d4603a2161006f61851cf"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8d15f7134f364a7bbcfff2f84aac3bf2"}, {"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e01668c43a0c4c279b9a3d20a0280d6c"}], "type": "image", "id": "297d8415ca96454991054983920912f7", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7bb4d60e20734d4a9f31ec75e02cb823"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bf6adec15590466a9a0d3bddb00e8993"}, {"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f096f03a1d12411a8972f6f7c196b60d"}], "type": "policy", "id": "54c64351b56d44bbad74c2969cc3aa00", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "354ae6870a324fab82d0a0fb68ee0f26"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a3807e460dd4af488d982b66c52e64c"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e7c3da785076450abd71868e75ce0c33"}], "type": "cloudformation", "id": "6ac9917ae83c4639a15a4ab3cf0e76dd", "name": "heat-cfn"}, {"endpoints": [], "type": "metering", "id": "7fcc078e5e0645f29df67742ac14e388", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49e71628d386464cb950d6a9db00a328"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75b0a63ed8574bbcab1c851cc9b83d30"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9902b0a8b3c04cd192a1b84c417c232b"}], "type": "key-manager", "id": "9626544a32e74678a641c6e206f028a9", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "497340e5aa36485982fdf297f370558f"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7802beb4fc7c4952897b77bd5610b1fe"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c14af798917f4fa0b146d9772583e595"}], "type": "metric", "id": "973bfe8c658d4e5a8da725e76b9d550e", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "288ecc3674ea41d2aa3b790dcb832bf2"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7a6dc785cd7142f5b30f1a7ba0daeb03"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7f7d34e2351b4964befccc862c4e8e12"}], "type": "network", "id": "a348d7b06050474fb449be7f32ea6f5d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "21bce6ecb8464a1f8f3e3847aa698bd6"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0a8faf2246b47deb30e69e48d3551fb"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e71c6011de3d4d8589e5b53dcc79f288"}], "type": "identity", "id": "ad8d4b4953184137a1b913ecee9434ed", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "13474f9a78ca4f1184e4cddc84d0d98c"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad67365a18234bb78c336e6776958c00"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc54db13337f44f8921fbb9ad0f81de8"}], "type": "alarming", "id": "bb18dc3243034f08a6a7f69f7a1edccf", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0d91d7adf0304b2681c77f979e5cdb17"}, {"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "756e5ffca9774ab3ae2db41bf330417f"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c07c727a08c243b287827f539a124e63"}], "type": "placement", "id": "bb2c9432fcbd4c56913177122468f6ba", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1eed4912224b48cf9856446eae4d9928"}, {"url": "http://192.30.9.6:8004/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b73b7f99236541148d84f24f09e5dd40"}, {"url": "http://192.30.9.6:8004/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fbf12e52911244fdafc24a9d46f56e62"}], "type": "orchestration", "id": "c8918d139da945ba93df4ccce21d4904", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/da1aa3dc9e564d3d922e61c0121a390e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16bf098b9e2e490f8e47fa601059f975"}, {"url": "http://192.30.9.6:8776/v2/da1aa3dc9e564d3d922e61c0121a390e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc16fa4cf491444ca2f611d5692c1170"}, {"url": "http://192.30.9.6:8776/v2/da1aa3dc9e564d3d922e61c0121a390e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ccd2c5325dff4b90b391db9fdde67d99"}], "type": "volumev2", "id": "d09ac9123c34494abce21d6c27bee9d9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eac694332354a3aa0e61c31314166d7"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b4d4989c4e764717ab78d38675cadd3f"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff196e46b56d406d87a678f1a64497b0"}], "type": "compute", "id": "d4030ee932c84df58c5b910cc197caa7", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_95790658-ea1a-473f-b71a-0aa15c3467f2", "id": "6cb53a06110b45a6a2f21cb265048110"}, "audit_ids": ["AYfhSvieSs6PvpQZQVn6Lg"], "issued_at": "2018-09-04T10:22:17.000000Z"}} 2018-09-04 10:22:17,151 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28: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}f05bab24eac860e8b6821adfc5ba421255132690" 2018-09-04 10:22:17,227 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:22:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-adb7a84a-daf7-422e-b9d2-e83432bce61b 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.28:5000/v3/", "rel": "self"}]}} 2018-09-04 10:22:17,227 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-adb7a84a-daf7-422e-b9d2-e83432bce61b 2018-09-04 10:22:17,232 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-04 10:22:17,237 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 04 Sep 2018 10:22: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.28: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.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-04 10:22:17,238 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f05bab24eac860e8b6821adfc5ba421255132690" 2018-09-04 10:22:17,323 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:22:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-334e635b-21cc-4659-a4fa-0516db34b3dd Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-09-04 10:22:17,324 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains?name=Default used request id req-334e635b-21cc-4659-a4fa-0516db34b3dd 2018-09-04 10:22:17,327 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f05bab24eac860e8b6821adfc5ba421255132690" -d '{"project": {"enabled": true, "domain_id": "default", "name": "KeystoneUtilsTests-0dff88b0-7f64-4569-8713-35be8c06fca0-projName"}}' 2018-09-04 10:22:17,545 - keystoneauth.session - DEBUG - RESP: [201] Date: Tue, 04 Sep 2018 10:22:17 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-9c329638-64c8-4bcc-9e45-44479caa4ee3 Content-Length: 326 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/22ccc19640104adeb4b31c018e5e59a6"}, "enabled": true, "id": "22ccc19640104adeb4b31c018e5e59a6", "parent_id": "default", "domain_id": "default", "name": "KeystoneUtilsTests-0dff88b0-7f64-4569-8713-35be8c06fca0-projName"}} 2018-09-04 10:22:17,545 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/projects used request id req-9c329638-64c8-4bcc-9e45-44479caa4ee3 2018-09-04 10:22:17,546 - keystone_utils - INFO - Created project with name - KeystoneUtilsTests-0dff88b0-7f64-4569-8713-35be8c06fca0-projName 2018-09-04 10:22:17,549 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=KeystoneUtilsTests-0dff88b0-7f64-4569-8713-35be8c06fca0-projName -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f05bab24eac860e8b6821adfc5ba421255132690" 2018-09-04 10:22:17,632 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:22:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1cfcb503-6eb2-4e82-8fbe-daec5a8abcb8 Content-Encoding: gzip Content-Length: 284 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=KeystoneUtilsTests-0dff88b0-7f64-4569-8713-35be8c06fca0-projName", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/22ccc19640104adeb4b31c018e5e59a6"}, "enabled": true, "id": "22ccc19640104adeb4b31c018e5e59a6", "parent_id": "default", "domain_id": "default", "name": "KeystoneUtilsTests-0dff88b0-7f64-4569-8713-35be8c06fca0-projName"}]} 2018-09-04 10:22:17,632 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=KeystoneUtilsTests-0dff88b0-7f64-4569-8713-35be8c06fca0-projName used request id req-1cfcb503-6eb2-4e82-8fbe-daec5a8abcb8 2018-09-04 10:22:17,635 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f05bab24eac860e8b6821adfc5ba421255132690" 2018-09-04 10:22:17,722 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:22:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-88b82a34-6e24-441e-b168-5a57900a5ac6 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.28:5000/v3/domains/default"}, "name": "Default"}} 2018-09-04 10:22:17,722 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains/default used request id req-88b82a34-6e24-441e-b168-5a57900a5ac6 2018-09-04 10:22:17,726 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f05bab24eac860e8b6821adfc5ba421255132690" 2018-09-04 10:22:18,743 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4847 X-Openstack-Request-Id: req-13fb92f3-9618-41fb-9640-ce943723f83d Date: Tue, 04 Sep 2018 10:22:18 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "18025ed81c804927a1f0e0e0ba20836f", "created_at": "2018-09-04T10:10:44Z", "updated_at": "2018-09-04T10:10:44Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T10:10:44Z", "revision_number": 0, "id": "dd2062ca-238a-4ae8-8397-ca60210bbde5", "remote_group_id": "4eb60975-feab-4b85-9171-1c970d3680f7", "remote_ip_prefix": null, "created_at": "2018-09-04T10:10:44Z", "security_group_id": "4eb60975-feab-4b85-9171-1c970d3680f7", "tenant_id": "18025ed81c804927a1f0e0e0ba20836f", "port_range_min": null, "ethertype": "IPv6", "project_id": "18025ed81c804927a1f0e0e0ba20836f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T10:10:44Z", "revision_number": 0, "id": "6278c51b-2852-4d07-abf1-4545e40daadb", "remote_group_id": "4eb60975-feab-4b85-9171-1c970d3680f7", "remote_ip_prefix": null, "created_at": "2018-09-04T10:10:44Z", "security_group_id": "4eb60975-feab-4b85-9171-1c970d3680f7", "tenant_id": "18025ed81c804927a1f0e0e0ba20836f", "port_range_min": null, "ethertype": "IPv4", "project_id": "18025ed81c804927a1f0e0e0ba20836f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T10:10:44Z", "revision_number": 0, "id": "4987cdc7-3c69-4296-b962-dfcdfe2af09e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T10:10:44Z", "security_group_id": "4eb60975-feab-4b85-9171-1c970d3680f7", "tenant_id": "18025ed81c804927a1f0e0e0ba20836f", "port_range_min": null, "ethertype": "IPv4", "project_id": "18025ed81c804927a1f0e0e0ba20836f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T10:10:44Z", "revision_number": 0, "id": "f5388a44-6a0f-4e22-bd76-f4873903daf0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T10:10:44Z", "security_group_id": "4eb60975-feab-4b85-9171-1c970d3680f7", "tenant_id": "18025ed81c804927a1f0e0e0ba20836f", "port_range_min": null, "ethertype": "IPv6", "project_id": "18025ed81c804927a1f0e0e0ba20836f"}], "revision_number": 4, "project_id": "18025ed81c804927a1f0e0e0ba20836f", "id": "4eb60975-feab-4b85-9171-1c970d3680f7", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "da1aa3dc9e564d3d922e61c0121a390e", "created_at": "2018-09-04T10:22:18Z", "updated_at": "2018-09-04T10:22:18Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T10:22:18Z", "revision_number": 0, "id": "e218a4a4-0e2a-4516-b161-c7867a6aa4b7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T10:22:18Z", "security_group_id": "cc0014e1-0b0a-4fde-b69b-f229cc0d4e37", "tenant_id": "da1aa3dc9e564d3d922e61c0121a390e", "port_range_min": null, "ethertype": "IPv4", "project_id": "da1aa3dc9e564d3d922e61c0121a390e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T10:22:18Z", "revision_number": 0, "id": "f88a3095-960f-457d-af24-a2f106ada85b", "remote_group_id": "cc0014e1-0b0a-4fde-b69b-f229cc0d4e37", "remote_ip_prefix": null, "created_at": "2018-09-04T10:22:18Z", "security_group_id": "cc0014e1-0b0a-4fde-b69b-f229cc0d4e37", "tenant_id": "da1aa3dc9e564d3d922e61c0121a390e", "port_range_min": null, "ethertype": "IPv4", "project_id": "da1aa3dc9e564d3d922e61c0121a390e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T10:22:18Z", "revision_number": 0, "id": "3c64e9ee-1fb4-4305-8c72-e11e7909fd70", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T10:22:18Z", "security_group_id": "cc0014e1-0b0a-4fde-b69b-f229cc0d4e37", "tenant_id": "da1aa3dc9e564d3d922e61c0121a390e", "port_range_min": null, "ethertype": "IPv6", "project_id": "da1aa3dc9e564d3d922e61c0121a390e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T10:22:18Z", "revision_number": 0, "id": "192c5c6e-e260-429d-accd-67b04e13c1df", "remote_group_id": "cc0014e1-0b0a-4fde-b69b-f229cc0d4e37", "remote_ip_prefix": null, "created_at": "2018-09-04T10:22:18Z", "security_group_id": "cc0014e1-0b0a-4fde-b69b-f229cc0d4e37", "tenant_id": "da1aa3dc9e564d3d922e61c0121a390e", "port_range_min": null, "ethertype": "IPv6", "project_id": "da1aa3dc9e564d3d922e61c0121a390e"}], "revision_number": 4, "project_id": "da1aa3dc9e564d3d922e61c0121a390e", "id": "cc0014e1-0b0a-4fde-b69b-f229cc0d4e37", "name": "default"}]} 2018-09-04 10:22:18,743 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?name=default used request id req-13fb92f3-9618-41fb-9640-ce943723f83d 2018-09-04 10:22:18,747 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/18025ed81c804927a1f0e0e0ba20836f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f05bab24eac860e8b6821adfc5ba421255132690" 2018-09-04 10:22:18,830 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:22:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5c052783-3957-4803-abae-48f83cb4b749 Content-Encoding: gzip Content-Length: 207 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.28:5000/v3/projects/18025ed81c804927a1f0e0e0ba20836f"}, "enabled": true, "id": "18025ed81c804927a1f0e0e0ba20836f", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-09-04 10:22:18,830 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/18025ed81c804927a1f0e0e0ba20836f used request id req-5c052783-3957-4803-abae-48f83cb4b749 2018-09-04 10:22:18,834 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/da1aa3dc9e564d3d922e61c0121a390e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f05bab24eac860e8b6821adfc5ba421255132690" 2018-09-04 10:22:18,920 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:22:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b475bc16-751f-40ad-b0cc-fe42974dce8c Content-Encoding: gzip Content-Length: 245 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.28:5000/v3/projects/da1aa3dc9e564d3d922e61c0121a390e"}, "enabled": true, "id": "da1aa3dc9e564d3d922e61c0121a390e", "parent_id": "default", "domain_id": "default", "name": "api_check-project_95790658-ea1a-473f-b71a-0aa15c3467f2"}} 2018-09-04 10:22:18,920 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/da1aa3dc9e564d3d922e61c0121a390e used request id req-b475bc16-751f-40ad-b0cc-fe42974dce8c 2018-09-04 10:22:18,920 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - cc0014e1-0b0a-4fde-b69b-f229cc0d4e37 2018-09-04 10:22:18,925 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=cc0014e1-0b0a-4fde-b69b-f229cc0d4e37 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f05bab24eac860e8b6821adfc5ba421255132690" 2018-09-04 10:22:19,646 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-fa481f4a-9737-4004-832d-99bc4bbaebab Date: Tue, 04 Sep 2018 10:22:19 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": "cc0014e1-0b0a-4fde-b69b-f229cc0d4e37", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T10:22:18Z", "security_group_id": "cc0014e1-0b0a-4fde-b69b-f229cc0d4e37", "port_range_min": null, "revision_number": 0, "tenant_id": "da1aa3dc9e564d3d922e61c0121a390e", "created_at": "2018-09-04T10:22:18Z", "project_id": "da1aa3dc9e564d3d922e61c0121a390e", "id": "192c5c6e-e260-429d-accd-67b04e13c1df"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T10:22:18Z", "security_group_id": "cc0014e1-0b0a-4fde-b69b-f229cc0d4e37", "port_range_min": null, "revision_number": 0, "tenant_id": "da1aa3dc9e564d3d922e61c0121a390e", "created_at": "2018-09-04T10:22:18Z", "project_id": "da1aa3dc9e564d3d922e61c0121a390e", "id": "3c64e9ee-1fb4-4305-8c72-e11e7909fd70"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T10:22:18Z", "security_group_id": "cc0014e1-0b0a-4fde-b69b-f229cc0d4e37", "port_range_min": null, "revision_number": 0, "tenant_id": "da1aa3dc9e564d3d922e61c0121a390e", "created_at": "2018-09-04T10:22:18Z", "project_id": "da1aa3dc9e564d3d922e61c0121a390e", "id": "e218a4a4-0e2a-4516-b161-c7867a6aa4b7"}, {"remote_group_id": "cc0014e1-0b0a-4fde-b69b-f229cc0d4e37", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T10:22:18Z", "security_group_id": "cc0014e1-0b0a-4fde-b69b-f229cc0d4e37", "port_range_min": null, "revision_number": 0, "tenant_id": "da1aa3dc9e564d3d922e61c0121a390e", "created_at": "2018-09-04T10:22:18Z", "project_id": "da1aa3dc9e564d3d922e61c0121a390e", "id": "f88a3095-960f-457d-af24-a2f106ada85b"}]} 2018-09-04 10:22:19,646 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=cc0014e1-0b0a-4fde-b69b-f229cc0d4e37 used request id req-fa481f4a-9737-4004-832d-99bc4bbaebab 2018-09-04 10:22:19,647 - neutron_utils - INFO - Deleting security group with name - default 2018-09-04 10:22:19,651 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/security-groups/cc0014e1-0b0a-4fde-b69b-f229cc0d4e37 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f05bab24eac860e8b6821adfc5ba421255132690" 2018-09-04 10:22:20,726 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-3546d58c-c057-4e4b-9721-40b2f4a1a228 Content-Length: 0 Date: Tue, 04 Sep 2018 10:22:20 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-04 10:22:20,727 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/security-groups/cc0014e1-0b0a-4fde-b69b-f229cc0d4e37 used request id req-3546d58c-c057-4e4b-9721-40b2f4a1a228 2018-09-04 10:22:20,727 - keystone_utils - INFO - Deleting project with name - KeystoneUtilsTests-0dff88b0-7f64-4569-8713-35be8c06fca0-projName 2018-09-04 10:22:20,731 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/projects/22ccc19640104adeb4b31c018e5e59a6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f05bab24eac860e8b6821adfc5ba421255132690" 2018-09-04 10:22:20,918 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 10:22:20 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d7f45494-c3bd-487b-82ec-84b6a20d7a88 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 10:22:20,918 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/projects/22ccc19640104adeb4b31c018e5e59a6 used request id req-d7f45494-c3bd-487b-82ec-84b6a20d7a88 2018-09-04 10:22:20,919 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-09-04 10:22:21,305 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5ef645ad12fc453aa5d8a0c2cbf76196", "name": "heat_stack_owner"}, {"id": "9a944a8c31754b8f941d2fa9034d4301", "name": "Member"}, {"id": "3d416247e8224533841040c3ad2bce5a", "name": "admin"}], "expires_at": "2018-09-04T11:22:21.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "da1aa3dc9e564d3d922e61c0121a390e", "name": "api_check-project_95790658-ea1a-473f-b71a-0aa15c3467f2"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235635a698ef4bef9dc6b25273d185da"}, {"url": "http://192.30.9.6:8776/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "23b07b3fbfc340a58cf0f9b2871a0d23"}, {"url": "http://172.30.9.28:8776/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "72fd0aaa144d45419f4b04b6b26f69a7"}], "type": "volume", "id": "097241c25b4d4f7e91b3f8efa155909e", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v3/da1aa3dc9e564d3d922e61c0121a390e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93eb4cf3030a49e7840bec071422d397"}, {"url": "http://192.30.9.6:8776/v3/da1aa3dc9e564d3d922e61c0121a390e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8af439a6ac147fdbcb38ed9aa916b68"}, {"url": "http://192.30.9.6:8776/v3/da1aa3dc9e564d3d922e61c0121a390e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c4bfdbc9b7c74a23a40afdf578cfeba4"}], "type": "volumev3", "id": "1c85f4682ce44f729db1dabd98e965e8", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "82239574a29d4603a2161006f61851cf"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8d15f7134f364a7bbcfff2f84aac3bf2"}, {"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e01668c43a0c4c279b9a3d20a0280d6c"}], "type": "image", "id": "297d8415ca96454991054983920912f7", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7bb4d60e20734d4a9f31ec75e02cb823"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bf6adec15590466a9a0d3bddb00e8993"}, {"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f096f03a1d12411a8972f6f7c196b60d"}], "type": "policy", "id": "54c64351b56d44bbad74c2969cc3aa00", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "354ae6870a324fab82d0a0fb68ee0f26"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a3807e460dd4af488d982b66c52e64c"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e7c3da785076450abd71868e75ce0c33"}], "type": "cloudformation", "id": "6ac9917ae83c4639a15a4ab3cf0e76dd", "name": "heat-cfn"}, {"endpoints": [], "type": "metering", "id": "7fcc078e5e0645f29df67742ac14e388", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49e71628d386464cb950d6a9db00a328"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75b0a63ed8574bbcab1c851cc9b83d30"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9902b0a8b3c04cd192a1b84c417c232b"}], "type": "key-manager", "id": "9626544a32e74678a641c6e206f028a9", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "497340e5aa36485982fdf297f370558f"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7802beb4fc7c4952897b77bd5610b1fe"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c14af798917f4fa0b146d9772583e595"}], "type": "metric", "id": "973bfe8c658d4e5a8da725e76b9d550e", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "288ecc3674ea41d2aa3b790dcb832bf2"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7a6dc785cd7142f5b30f1a7ba0daeb03"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7f7d34e2351b4964befccc862c4e8e12"}], "type": "network", "id": "a348d7b06050474fb449be7f32ea6f5d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "21bce6ecb8464a1f8f3e3847aa698bd6"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0a8faf2246b47deb30e69e48d3551fb"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e71c6011de3d4d8589e5b53dcc79f288"}], "type": "identity", "id": "ad8d4b4953184137a1b913ecee9434ed", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "13474f9a78ca4f1184e4cddc84d0d98c"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad67365a18234bb78c336e6776958c00"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc54db13337f44f8921fbb9ad0f81de8"}], "type": "alarming", "id": "bb18dc3243034f08a6a7f69f7a1edccf", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0d91d7adf0304b2681c77f979e5cdb17"}, {"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "756e5ffca9774ab3ae2db41bf330417f"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c07c727a08c243b287827f539a124e63"}], "type": "placement", "id": "bb2c9432fcbd4c56913177122468f6ba", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1eed4912224b48cf9856446eae4d9928"}, {"url": "http://192.30.9.6:8004/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b73b7f99236541148d84f24f09e5dd40"}, {"url": "http://192.30.9.6:8004/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fbf12e52911244fdafc24a9d46f56e62"}], "type": "orchestration", "id": "c8918d139da945ba93df4ccce21d4904", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/da1aa3dc9e564d3d922e61c0121a390e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16bf098b9e2e490f8e47fa601059f975"}, {"url": "http://192.30.9.6:8776/v2/da1aa3dc9e564d3d922e61c0121a390e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc16fa4cf491444ca2f611d5692c1170"}, {"url": "http://192.30.9.6:8776/v2/da1aa3dc9e564d3d922e61c0121a390e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ccd2c5325dff4b90b391db9fdde67d99"}], "type": "volumev2", "id": "d09ac9123c34494abce21d6c27bee9d9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eac694332354a3aa0e61c31314166d7"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b4d4989c4e764717ab78d38675cadd3f"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff196e46b56d406d87a678f1a64497b0"}], "type": "compute", "id": "d4030ee932c84df58c5b910cc197caa7", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_95790658-ea1a-473f-b71a-0aa15c3467f2", "id": "6cb53a06110b45a6a2f21cb265048110"}, "audit_ids": ["ftgBYh02RVq_7D-IoIVvKQ"], "issued_at": "2018-09-04T10:22:21.000000Z"}} 2018-09-04 10:22:21,306 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28: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}1e8e076af98c37f3b56cb598e247cd0573e150a4" 2018-09-04 10:22:21,387 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:22:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-efccaefb-9bcd-4267-9c9e-baa73290a61a 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.28:5000/v3/", "rel": "self"}]}} 2018-09-04 10:22:21,387 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-efccaefb-9bcd-4267-9c9e-baa73290a61a 2018-09-04 10:22:21,392 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-04 10:22:21,397 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 04 Sep 2018 10:22:21 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.28: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.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-04 10:22:21,398 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1e8e076af98c37f3b56cb598e247cd0573e150a4" 2018-09-04 10:22:21,494 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:22:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ac434151-d818-4a87-963d-303ea9b86bbf Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-09-04 10:22:21,494 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains?name=Default used request id req-ac434151-d818-4a87-963d-303ea9b86bbf 2018-09-04 10:22:21,879 - keystone_utils - INFO - Created user with name - KeystoneUtilsTests-dafed092-dde9-45e9-bb4b-b3a4f096bb07-username 2018-09-04 10:22:21,883 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1e8e076af98c37f3b56cb598e247cd0573e150a4" 2018-09-04 10:22:21,994 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:22:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-10498abf-ff58-4aba-a638-f83961e8f4f7 Content-Encoding: gzip Content-Length: 917 Content-Type: application/json RESP BODY: {"users": [{"password_expires_at": null, "name": "KeystoneUtilsTests-dafed092-dde9-45e9-bb4b-b3a4f096bb07-username", "links": {"self": "http://172.30.9.28:5000/v3/users/24cc1367c9cd4e879f1432c3931ef3e0"}, "domain_id": "default", "enabled": true, "id": "24cc1367c9cd4e879f1432c3931ef3e0", "options": {}}, {"name": "heat", "links": {"self": "http://172.30.9.28:5000/v3/users/2719bb13630f43dfa92537864b7b9156"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2719bb13630f43dfa92537864b7b9156", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.28:5000/v3/users/36910ef6abf94075a2d6069c8571e383"}, "domain_id": "default", "enabled": true, "options": {}, "id": "36910ef6abf94075a2d6069c8571e383", "email": "cinder@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.28:5000/v3/users/42c3a9abd8ad4ce8ab2c4cc6e0403c33"}, "domain_id": "default", "enabled": true, "options": {}, "id": "42c3a9abd8ad4ce8ab2c4cc6e0403c33", "email": "admin@example.com", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.28:5000/v3/users/449836e5f54549afb8a7ce28abf3d544"}, "domain_id": "default", "enabled": true, "options": {}, "id": "449836e5f54549afb8a7ce28abf3d544", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.28:5000/v3/users/4f2d44b313674c27b065e562198a2eaf"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4f2d44b313674c27b065e562198a2eaf", "email": "placement@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.28:5000/v3/users/53e472b53b3247cc998195108afb0333"}, "domain_id": "default", "enabled": true, "options": {}, "id": "53e472b53b3247cc998195108afb0333", "email": "heat-cfn@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "api_check-user_95790658-ea1a-473f-b71a-0aa15c3467f2", "links": {"self": "http://172.30.9.28:5000/v3/users/6cb53a06110b45a6a2f21cb265048110"}, "domain_id": "default", "enabled": true, "id": "6cb53a06110b45a6a2f21cb265048110", "options": {}}, {"name": "glance", "links": {"self": "http://172.30.9.28:5000/v3/users/72c8a4f27c80473bb772f1af33725838"}, "domain_id": "default", "enabled": true, "options": {}, "id": "72c8a4f27c80473bb772f1af33725838", "email": "glance@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.28:5000/v3/users/7661c02c249442d984369889093013fe"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7661c02c249442d984369889093013fe", "email": "barbican@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.28:5000/v3/users/78cfb105b70a43c69c179056f12732d4"}, "domain_id": "bb3675e8f7584634b56038f5732ae451", "enabled": true, "options": {}, "id": "78cfb105b70a43c69c179056f12732d4", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.28:5000/v3/users/7cc5af47f4974b51be24b8af469f48f6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7cc5af47f4974b51be24b8af469f48f6", "email": "aodh@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.28:5000/v3/users/828ac5d6a2ef4b0091fb761ec963b324"}, "domain_id": "default", "enabled": true, "options": {}, "id": "828ac5d6a2ef4b0091fb761ec963b324", "email": "congress@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.28:5000/v3/users/9dcf57654b41495ea7db845703bc37f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9dcf57654b41495ea7db845703bc37f8", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.28:5000/v3/users/c4e0c9bcba5d4f0895d28f0f72346c41"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c4e0c9bcba5d4f0895d28f0f72346c41", "email": "neutron@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.28:5000/v3/users/ef3f2972886b4078848941109f593feb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ef3f2972886b4078848941109f593feb", "email": "nova@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.28:5000/v3/users", "previous": null, "next": null}} 2018-09-04 10:22:21,994 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-10498abf-ff58-4aba-a638-f83961e8f4f7 2018-09-04 10:22:21,995 - keystone_utils - INFO - Deleting user with name - KeystoneUtilsTests-dafed092-dde9-45e9-bb4b-b3a4f096bb07-username 2018-09-04 10:22:21,998 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/users/24cc1367c9cd4e879f1432c3931ef3e0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1e8e076af98c37f3b56cb598e247cd0573e150a4" 2018-09-04 10:22:22,291 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 10:22:22 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c46c4425-676a-4e49-a97f-f366b150ec0a Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 10:22:22,291 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/users/24cc1367c9cd4e879f1432c3931ef3e0 used request id req-c46c4425-676a-4e49-a97f-f366b150ec0a 2018-09-04 10:22:22,292 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-09-04 10:22:22,678 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5ef645ad12fc453aa5d8a0c2cbf76196", "name": "heat_stack_owner"}, {"id": "9a944a8c31754b8f941d2fa9034d4301", "name": "Member"}, {"id": "3d416247e8224533841040c3ad2bce5a", "name": "admin"}], "expires_at": "2018-09-04T11:22:22.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "da1aa3dc9e564d3d922e61c0121a390e", "name": "api_check-project_95790658-ea1a-473f-b71a-0aa15c3467f2"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235635a698ef4bef9dc6b25273d185da"}, {"url": "http://192.30.9.6:8776/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "23b07b3fbfc340a58cf0f9b2871a0d23"}, {"url": "http://172.30.9.28:8776/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "72fd0aaa144d45419f4b04b6b26f69a7"}], "type": "volume", "id": "097241c25b4d4f7e91b3f8efa155909e", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v3/da1aa3dc9e564d3d922e61c0121a390e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93eb4cf3030a49e7840bec071422d397"}, {"url": "http://192.30.9.6:8776/v3/da1aa3dc9e564d3d922e61c0121a390e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8af439a6ac147fdbcb38ed9aa916b68"}, {"url": "http://192.30.9.6:8776/v3/da1aa3dc9e564d3d922e61c0121a390e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c4bfdbc9b7c74a23a40afdf578cfeba4"}], "type": "volumev3", "id": "1c85f4682ce44f729db1dabd98e965e8", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "82239574a29d4603a2161006f61851cf"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8d15f7134f364a7bbcfff2f84aac3bf2"}, {"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e01668c43a0c4c279b9a3d20a0280d6c"}], "type": "image", "id": "297d8415ca96454991054983920912f7", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7bb4d60e20734d4a9f31ec75e02cb823"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bf6adec15590466a9a0d3bddb00e8993"}, {"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f096f03a1d12411a8972f6f7c196b60d"}], "type": "policy", "id": "54c64351b56d44bbad74c2969cc3aa00", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "354ae6870a324fab82d0a0fb68ee0f26"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a3807e460dd4af488d982b66c52e64c"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e7c3da785076450abd71868e75ce0c33"}], "type": "cloudformation", "id": "6ac9917ae83c4639a15a4ab3cf0e76dd", "name": "heat-cfn"}, {"endpoints": [], "type": "metering", "id": "7fcc078e5e0645f29df67742ac14e388", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49e71628d386464cb950d6a9db00a328"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75b0a63ed8574bbcab1c851cc9b83d30"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9902b0a8b3c04cd192a1b84c417c232b"}], "type": "key-manager", "id": "9626544a32e74678a641c6e206f028a9", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "497340e5aa36485982fdf297f370558f"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7802beb4fc7c4952897b77bd5610b1fe"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c14af798917f4fa0b146d9772583e595"}], "type": "metric", "id": "973bfe8c658d4e5a8da725e76b9d550e", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "288ecc3674ea41d2aa3b790dcb832bf2"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7a6dc785cd7142f5b30f1a7ba0daeb03"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7f7d34e2351b4964befccc862c4e8e12"}], "type": "network", "id": "a348d7b06050474fb449be7f32ea6f5d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "21bce6ecb8464a1f8f3e3847aa698bd6"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0a8faf2246b47deb30e69e48d3551fb"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e71c6011de3d4d8589e5b53dcc79f288"}], "type": "identity", "id": "ad8d4b4953184137a1b913ecee9434ed", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "13474f9a78ca4f1184e4cddc84d0d98c"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad67365a18234bb78c336e6776958c00"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc54db13337f44f8921fbb9ad0f81de8"}], "type": "alarming", "id": "bb18dc3243034f08a6a7f69f7a1edccf", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0d91d7adf0304b2681c77f979e5cdb17"}, {"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "756e5ffca9774ab3ae2db41bf330417f"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c07c727a08c243b287827f539a124e63"}], "type": "placement", "id": "bb2c9432fcbd4c56913177122468f6ba", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1eed4912224b48cf9856446eae4d9928"}, {"url": "http://192.30.9.6:8004/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b73b7f99236541148d84f24f09e5dd40"}, {"url": "http://192.30.9.6:8004/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fbf12e52911244fdafc24a9d46f56e62"}], "type": "orchestration", "id": "c8918d139da945ba93df4ccce21d4904", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/da1aa3dc9e564d3d922e61c0121a390e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16bf098b9e2e490f8e47fa601059f975"}, {"url": "http://192.30.9.6:8776/v2/da1aa3dc9e564d3d922e61c0121a390e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc16fa4cf491444ca2f611d5692c1170"}, {"url": "http://192.30.9.6:8776/v2/da1aa3dc9e564d3d922e61c0121a390e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ccd2c5325dff4b90b391db9fdde67d99"}], "type": "volumev2", "id": "d09ac9123c34494abce21d6c27bee9d9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eac694332354a3aa0e61c31314166d7"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b4d4989c4e764717ab78d38675cadd3f"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff196e46b56d406d87a678f1a64497b0"}], "type": "compute", "id": "d4030ee932c84df58c5b910cc197caa7", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_95790658-ea1a-473f-b71a-0aa15c3467f2", "id": "6cb53a06110b45a6a2f21cb265048110"}, "audit_ids": ["qNywoVeXQ8yD64xp-apg9A"], "issued_at": "2018-09-04T10:22:22.000000Z"}} 2018-09-04 10:22:22,679 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28: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}0c85bfc7aeb8510d7842c0c3e9dc67e74095134a" 2018-09-04 10:22:22,773 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:22:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-34680ad8-994d-4fb6-9b09-925aa039b4d2 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.28:5000/v3/", "rel": "self"}]}} 2018-09-04 10:22:22,774 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-34680ad8-994d-4fb6-9b09-925aa039b4d2 2018-09-04 10:22:22,775 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 10:22:22,775 - keystoneauth.identity.v2 - DEBUG - Making authentication request to url/v2.0/tokens 2018-09-04 10:22:22,777 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-09-04 10:22:23,150 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5ef645ad12fc453aa5d8a0c2cbf76196", "name": "heat_stack_owner"}, {"id": "9a944a8c31754b8f941d2fa9034d4301", "name": "Member"}, {"id": "3d416247e8224533841040c3ad2bce5a", "name": "admin"}], "expires_at": "2018-09-04T11:22:23.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "da1aa3dc9e564d3d922e61c0121a390e", "name": "api_check-project_95790658-ea1a-473f-b71a-0aa15c3467f2"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235635a698ef4bef9dc6b25273d185da"}, {"url": "http://192.30.9.6:8776/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "23b07b3fbfc340a58cf0f9b2871a0d23"}, {"url": "http://172.30.9.28:8776/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "72fd0aaa144d45419f4b04b6b26f69a7"}], "type": "volume", "id": "097241c25b4d4f7e91b3f8efa155909e", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v3/da1aa3dc9e564d3d922e61c0121a390e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93eb4cf3030a49e7840bec071422d397"}, {"url": "http://192.30.9.6:8776/v3/da1aa3dc9e564d3d922e61c0121a390e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8af439a6ac147fdbcb38ed9aa916b68"}, {"url": "http://192.30.9.6:8776/v3/da1aa3dc9e564d3d922e61c0121a390e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c4bfdbc9b7c74a23a40afdf578cfeba4"}], "type": "volumev3", "id": "1c85f4682ce44f729db1dabd98e965e8", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "82239574a29d4603a2161006f61851cf"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8d15f7134f364a7bbcfff2f84aac3bf2"}, {"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e01668c43a0c4c279b9a3d20a0280d6c"}], "type": "image", "id": "297d8415ca96454991054983920912f7", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7bb4d60e20734d4a9f31ec75e02cb823"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bf6adec15590466a9a0d3bddb00e8993"}, {"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f096f03a1d12411a8972f6f7c196b60d"}], "type": "policy", "id": "54c64351b56d44bbad74c2969cc3aa00", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "354ae6870a324fab82d0a0fb68ee0f26"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a3807e460dd4af488d982b66c52e64c"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e7c3da785076450abd71868e75ce0c33"}], "type": "cloudformation", "id": "6ac9917ae83c4639a15a4ab3cf0e76dd", "name": "heat-cfn"}, {"endpoints": [], "type": "metering", "id": "7fcc078e5e0645f29df67742ac14e388", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49e71628d386464cb950d6a9db00a328"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75b0a63ed8574bbcab1c851cc9b83d30"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9902b0a8b3c04cd192a1b84c417c232b"}], "type": "key-manager", "id": "9626544a32e74678a641c6e206f028a9", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "497340e5aa36485982fdf297f370558f"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7802beb4fc7c4952897b77bd5610b1fe"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c14af798917f4fa0b146d9772583e595"}], "type": "metric", "id": "973bfe8c658d4e5a8da725e76b9d550e", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "288ecc3674ea41d2aa3b790dcb832bf2"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7a6dc785cd7142f5b30f1a7ba0daeb03"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7f7d34e2351b4964befccc862c4e8e12"}], "type": "network", "id": "a348d7b06050474fb449be7f32ea6f5d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "21bce6ecb8464a1f8f3e3847aa698bd6"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0a8faf2246b47deb30e69e48d3551fb"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e71c6011de3d4d8589e5b53dcc79f288"}], "type": "identity", "id": "ad8d4b4953184137a1b913ecee9434ed", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "13474f9a78ca4f1184e4cddc84d0d98c"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad67365a18234bb78c336e6776958c00"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc54db13337f44f8921fbb9ad0f81de8"}], "type": "alarming", "id": "bb18dc3243034f08a6a7f69f7a1edccf", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0d91d7adf0304b2681c77f979e5cdb17"}, {"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "756e5ffca9774ab3ae2db41bf330417f"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c07c727a08c243b287827f539a124e63"}], "type": "placement", "id": "bb2c9432fcbd4c56913177122468f6ba", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1eed4912224b48cf9856446eae4d9928"}, {"url": "http://192.30.9.6:8004/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b73b7f99236541148d84f24f09e5dd40"}, {"url": "http://192.30.9.6:8004/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fbf12e52911244fdafc24a9d46f56e62"}], "type": "orchestration", "id": "c8918d139da945ba93df4ccce21d4904", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/da1aa3dc9e564d3d922e61c0121a390e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16bf098b9e2e490f8e47fa601059f975"}, {"url": "http://192.30.9.6:8776/v2/da1aa3dc9e564d3d922e61c0121a390e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc16fa4cf491444ca2f611d5692c1170"}, {"url": "http://192.30.9.6:8776/v2/da1aa3dc9e564d3d922e61c0121a390e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ccd2c5325dff4b90b391db9fdde67d99"}], "type": "volumev2", "id": "d09ac9123c34494abce21d6c27bee9d9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eac694332354a3aa0e61c31314166d7"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b4d4989c4e764717ab78d38675cadd3f"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff196e46b56d406d87a678f1a64497b0"}], "type": "compute", "id": "d4030ee932c84df58c5b910cc197caa7", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_95790658-ea1a-473f-b71a-0aa15c3467f2", "id": "6cb53a06110b45a6a2f21cb265048110"}, "audit_ids": ["ROZ_Rn51RIO35MZ0T9oi9Q"], "issued_at": "2018-09-04T10:22:23.000000Z"}} 2018-09-04 10:22:23,151 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28: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}cfc36085b703c6456a4584868ef9f14f4927b7e5" 2018-09-04 10:22:23,243 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:22:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9c2e818f-2241-4056-afa5-f1704d0b129a 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.28:5000/v3/", "rel": "self"}]}} 2018-09-04 10:22:23,243 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-9c2e818f-2241-4056-afa5-f1704d0b129a 2018-09-04 10:22:23,244 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 10:22:23,245 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-09-04 10:22:23,632 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5ef645ad12fc453aa5d8a0c2cbf76196", "name": "heat_stack_owner"}, {"id": "9a944a8c31754b8f941d2fa9034d4301", "name": "Member"}, {"id": "3d416247e8224533841040c3ad2bce5a", "name": "admin"}], "expires_at": "2018-09-04T11:22:23.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "da1aa3dc9e564d3d922e61c0121a390e", "name": "api_check-project_95790658-ea1a-473f-b71a-0aa15c3467f2"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235635a698ef4bef9dc6b25273d185da"}, {"url": "http://192.30.9.6:8776/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "23b07b3fbfc340a58cf0f9b2871a0d23"}, {"url": "http://172.30.9.28:8776/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "72fd0aaa144d45419f4b04b6b26f69a7"}], "type": "volume", "id": "097241c25b4d4f7e91b3f8efa155909e", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v3/da1aa3dc9e564d3d922e61c0121a390e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93eb4cf3030a49e7840bec071422d397"}, {"url": "http://192.30.9.6:8776/v3/da1aa3dc9e564d3d922e61c0121a390e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8af439a6ac147fdbcb38ed9aa916b68"}, {"url": "http://192.30.9.6:8776/v3/da1aa3dc9e564d3d922e61c0121a390e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c4bfdbc9b7c74a23a40afdf578cfeba4"}], "type": "volumev3", "id": "1c85f4682ce44f729db1dabd98e965e8", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "82239574a29d4603a2161006f61851cf"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8d15f7134f364a7bbcfff2f84aac3bf2"}, {"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e01668c43a0c4c279b9a3d20a0280d6c"}], "type": "image", "id": "297d8415ca96454991054983920912f7", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7bb4d60e20734d4a9f31ec75e02cb823"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bf6adec15590466a9a0d3bddb00e8993"}, {"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f096f03a1d12411a8972f6f7c196b60d"}], "type": "policy", "id": "54c64351b56d44bbad74c2969cc3aa00", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "354ae6870a324fab82d0a0fb68ee0f26"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a3807e460dd4af488d982b66c52e64c"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e7c3da785076450abd71868e75ce0c33"}], "type": "cloudformation", "id": "6ac9917ae83c4639a15a4ab3cf0e76dd", "name": "heat-cfn"}, {"endpoints": [], "type": "metering", "id": "7fcc078e5e0645f29df67742ac14e388", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49e71628d386464cb950d6a9db00a328"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75b0a63ed8574bbcab1c851cc9b83d30"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9902b0a8b3c04cd192a1b84c417c232b"}], "type": "key-manager", "id": "9626544a32e74678a641c6e206f028a9", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "497340e5aa36485982fdf297f370558f"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7802beb4fc7c4952897b77bd5610b1fe"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c14af798917f4fa0b146d9772583e595"}], "type": "metric", "id": "973bfe8c658d4e5a8da725e76b9d550e", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "288ecc3674ea41d2aa3b790dcb832bf2"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7a6dc785cd7142f5b30f1a7ba0daeb03"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7f7d34e2351b4964befccc862c4e8e12"}], "type": "network", "id": "a348d7b06050474fb449be7f32ea6f5d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "21bce6ecb8464a1f8f3e3847aa698bd6"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0a8faf2246b47deb30e69e48d3551fb"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e71c6011de3d4d8589e5b53dcc79f288"}], "type": "identity", "id": "ad8d4b4953184137a1b913ecee9434ed", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "13474f9a78ca4f1184e4cddc84d0d98c"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad67365a18234bb78c336e6776958c00"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc54db13337f44f8921fbb9ad0f81de8"}], "type": "alarming", "id": "bb18dc3243034f08a6a7f69f7a1edccf", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0d91d7adf0304b2681c77f979e5cdb17"}, {"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "756e5ffca9774ab3ae2db41bf330417f"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c07c727a08c243b287827f539a124e63"}], "type": "placement", "id": "bb2c9432fcbd4c56913177122468f6ba", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1eed4912224b48cf9856446eae4d9928"}, {"url": "http://192.30.9.6:8004/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b73b7f99236541148d84f24f09e5dd40"}, {"url": "http://192.30.9.6:8004/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fbf12e52911244fdafc24a9d46f56e62"}], "type": "orchestration", "id": "c8918d139da945ba93df4ccce21d4904", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/da1aa3dc9e564d3d922e61c0121a390e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16bf098b9e2e490f8e47fa601059f975"}, {"url": "http://192.30.9.6:8776/v2/da1aa3dc9e564d3d922e61c0121a390e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc16fa4cf491444ca2f611d5692c1170"}, {"url": "http://192.30.9.6:8776/v2/da1aa3dc9e564d3d922e61c0121a390e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ccd2c5325dff4b90b391db9fdde67d99"}], "type": "volumev2", "id": "d09ac9123c34494abce21d6c27bee9d9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eac694332354a3aa0e61c31314166d7"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b4d4989c4e764717ab78d38675cadd3f"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff196e46b56d406d87a678f1a64497b0"}], "type": "compute", "id": "d4030ee932c84df58c5b910cc197caa7", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_95790658-ea1a-473f-b71a-0aa15c3467f2", "id": "6cb53a06110b45a6a2f21cb265048110"}, "audit_ids": ["lkKktt8sQNKTQrTBjfaaRw"], "issued_at": "2018-09-04T10:22:23.000000Z"}} 2018-09-04 10:22:23,635 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-09-04 10:22:24,030 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5ef645ad12fc453aa5d8a0c2cbf76196", "name": "heat_stack_owner"}, {"id": "9a944a8c31754b8f941d2fa9034d4301", "name": "Member"}, {"id": "3d416247e8224533841040c3ad2bce5a", "name": "admin"}], "expires_at": "2018-09-04T11:22:24.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "da1aa3dc9e564d3d922e61c0121a390e", "name": "api_check-project_95790658-ea1a-473f-b71a-0aa15c3467f2"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235635a698ef4bef9dc6b25273d185da"}, {"url": "http://192.30.9.6:8776/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "23b07b3fbfc340a58cf0f9b2871a0d23"}, {"url": "http://172.30.9.28:8776/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "72fd0aaa144d45419f4b04b6b26f69a7"}], "type": "volume", "id": "097241c25b4d4f7e91b3f8efa155909e", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v3/da1aa3dc9e564d3d922e61c0121a390e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93eb4cf3030a49e7840bec071422d397"}, {"url": "http://192.30.9.6:8776/v3/da1aa3dc9e564d3d922e61c0121a390e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8af439a6ac147fdbcb38ed9aa916b68"}, {"url": "http://192.30.9.6:8776/v3/da1aa3dc9e564d3d922e61c0121a390e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c4bfdbc9b7c74a23a40afdf578cfeba4"}], "type": "volumev3", "id": "1c85f4682ce44f729db1dabd98e965e8", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "82239574a29d4603a2161006f61851cf"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8d15f7134f364a7bbcfff2f84aac3bf2"}, {"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e01668c43a0c4c279b9a3d20a0280d6c"}], "type": "image", "id": "297d8415ca96454991054983920912f7", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7bb4d60e20734d4a9f31ec75e02cb823"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bf6adec15590466a9a0d3bddb00e8993"}, {"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f096f03a1d12411a8972f6f7c196b60d"}], "type": "policy", "id": "54c64351b56d44bbad74c2969cc3aa00", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "354ae6870a324fab82d0a0fb68ee0f26"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a3807e460dd4af488d982b66c52e64c"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e7c3da785076450abd71868e75ce0c33"}], "type": "cloudformation", "id": "6ac9917ae83c4639a15a4ab3cf0e76dd", "name": "heat-cfn"}, {"endpoints": [], "type": "metering", "id": "7fcc078e5e0645f29df67742ac14e388", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49e71628d386464cb950d6a9db00a328"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75b0a63ed8574bbcab1c851cc9b83d30"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9902b0a8b3c04cd192a1b84c417c232b"}], "type": "key-manager", "id": "9626544a32e74678a641c6e206f028a9", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "497340e5aa36485982fdf297f370558f"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7802beb4fc7c4952897b77bd5610b1fe"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c14af798917f4fa0b146d9772583e595"}], "type": "metric", "id": "973bfe8c658d4e5a8da725e76b9d550e", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "288ecc3674ea41d2aa3b790dcb832bf2"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7a6dc785cd7142f5b30f1a7ba0daeb03"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7f7d34e2351b4964befccc862c4e8e12"}], "type": "network", "id": "a348d7b06050474fb449be7f32ea6f5d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "21bce6ecb8464a1f8f3e3847aa698bd6"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0a8faf2246b47deb30e69e48d3551fb"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e71c6011de3d4d8589e5b53dcc79f288"}], "type": "identity", "id": "ad8d4b4953184137a1b913ecee9434ed", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "13474f9a78ca4f1184e4cddc84d0d98c"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad67365a18234bb78c336e6776958c00"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc54db13337f44f8921fbb9ad0f81de8"}], "type": "alarming", "id": "bb18dc3243034f08a6a7f69f7a1edccf", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0d91d7adf0304b2681c77f979e5cdb17"}, {"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "756e5ffca9774ab3ae2db41bf330417f"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c07c727a08c243b287827f539a124e63"}], "type": "placement", "id": "bb2c9432fcbd4c56913177122468f6ba", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1eed4912224b48cf9856446eae4d9928"}, {"url": "http://192.30.9.6:8004/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b73b7f99236541148d84f24f09e5dd40"}, {"url": "http://192.30.9.6:8004/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fbf12e52911244fdafc24a9d46f56e62"}], "type": "orchestration", "id": "c8918d139da945ba93df4ccce21d4904", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/da1aa3dc9e564d3d922e61c0121a390e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16bf098b9e2e490f8e47fa601059f975"}, {"url": "http://192.30.9.6:8776/v2/da1aa3dc9e564d3d922e61c0121a390e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc16fa4cf491444ca2f611d5692c1170"}, {"url": "http://192.30.9.6:8776/v2/da1aa3dc9e564d3d922e61c0121a390e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ccd2c5325dff4b90b391db9fdde67d99"}], "type": "volumev2", "id": "d09ac9123c34494abce21d6c27bee9d9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eac694332354a3aa0e61c31314166d7"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b4d4989c4e764717ab78d38675cadd3f"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff196e46b56d406d87a678f1a64497b0"}], "type": "compute", "id": "d4030ee932c84df58c5b910cc197caa7", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_95790658-ea1a-473f-b71a-0aa15c3467f2", "id": "6cb53a06110b45a6a2f21cb265048110"}, "audit_ids": ["wuiUDXVMQVykPJyBesOP4g"], "issued_at": "2018-09-04T10:22:24.000000Z"}} 2018-09-04 10:22:24,030 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28: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}d73f1214a0bd9f0f3a1d3b02abe7ae1d52dcc798" 2018-09-04 10:22:24,044 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:22:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-57b99572-8892-441c-a29e-94cff83be434 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.28:5000/v3/", "rel": "self"}]}} 2018-09-04 10:22:24,045 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-57b99572-8892-441c-a29e-94cff83be434 2018-09-04 10:22:24,046 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 10:22:24,047 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-09-04 10:22:24,432 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5ef645ad12fc453aa5d8a0c2cbf76196", "name": "heat_stack_owner"}, {"id": "9a944a8c31754b8f941d2fa9034d4301", "name": "Member"}, {"id": "3d416247e8224533841040c3ad2bce5a", "name": "admin"}], "expires_at": "2018-09-04T11:22:24.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "da1aa3dc9e564d3d922e61c0121a390e", "name": "api_check-project_95790658-ea1a-473f-b71a-0aa15c3467f2"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235635a698ef4bef9dc6b25273d185da"}, {"url": "http://192.30.9.6:8776/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "23b07b3fbfc340a58cf0f9b2871a0d23"}, {"url": "http://172.30.9.28:8776/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "72fd0aaa144d45419f4b04b6b26f69a7"}], "type": "volume", "id": "097241c25b4d4f7e91b3f8efa155909e", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v3/da1aa3dc9e564d3d922e61c0121a390e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93eb4cf3030a49e7840bec071422d397"}, {"url": "http://192.30.9.6:8776/v3/da1aa3dc9e564d3d922e61c0121a390e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8af439a6ac147fdbcb38ed9aa916b68"}, {"url": "http://192.30.9.6:8776/v3/da1aa3dc9e564d3d922e61c0121a390e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c4bfdbc9b7c74a23a40afdf578cfeba4"}], "type": "volumev3", "id": "1c85f4682ce44f729db1dabd98e965e8", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "82239574a29d4603a2161006f61851cf"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8d15f7134f364a7bbcfff2f84aac3bf2"}, {"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e01668c43a0c4c279b9a3d20a0280d6c"}], "type": "image", "id": "297d8415ca96454991054983920912f7", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7bb4d60e20734d4a9f31ec75e02cb823"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bf6adec15590466a9a0d3bddb00e8993"}, {"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f096f03a1d12411a8972f6f7c196b60d"}], "type": "policy", "id": "54c64351b56d44bbad74c2969cc3aa00", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "354ae6870a324fab82d0a0fb68ee0f26"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a3807e460dd4af488d982b66c52e64c"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e7c3da785076450abd71868e75ce0c33"}], "type": "cloudformation", "id": "6ac9917ae83c4639a15a4ab3cf0e76dd", "name": "heat-cfn"}, {"endpoints": [], "type": "metering", "id": "7fcc078e5e0645f29df67742ac14e388", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49e71628d386464cb950d6a9db00a328"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75b0a63ed8574bbcab1c851cc9b83d30"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9902b0a8b3c04cd192a1b84c417c232b"}], "type": "key-manager", "id": "9626544a32e74678a641c6e206f028a9", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "497340e5aa36485982fdf297f370558f"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7802beb4fc7c4952897b77bd5610b1fe"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c14af798917f4fa0b146d9772583e595"}], "type": "metric", "id": "973bfe8c658d4e5a8da725e76b9d550e", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "288ecc3674ea41d2aa3b790dcb832bf2"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7a6dc785cd7142f5b30f1a7ba0daeb03"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7f7d34e2351b4964befccc862c4e8e12"}], "type": "network", "id": "a348d7b06050474fb449be7f32ea6f5d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "21bce6ecb8464a1f8f3e3847aa698bd6"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0a8faf2246b47deb30e69e48d3551fb"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e71c6011de3d4d8589e5b53dcc79f288"}], "type": "identity", "id": "ad8d4b4953184137a1b913ecee9434ed", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "13474f9a78ca4f1184e4cddc84d0d98c"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad67365a18234bb78c336e6776958c00"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc54db13337f44f8921fbb9ad0f81de8"}], "type": "alarming", "id": "bb18dc3243034f08a6a7f69f7a1edccf", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0d91d7adf0304b2681c77f979e5cdb17"}, {"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "756e5ffca9774ab3ae2db41bf330417f"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c07c727a08c243b287827f539a124e63"}], "type": "placement", "id": "bb2c9432fcbd4c56913177122468f6ba", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1eed4912224b48cf9856446eae4d9928"}, {"url": "http://192.30.9.6:8004/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b73b7f99236541148d84f24f09e5dd40"}, {"url": "http://192.30.9.6:8004/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fbf12e52911244fdafc24a9d46f56e62"}], "type": "orchestration", "id": "c8918d139da945ba93df4ccce21d4904", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/da1aa3dc9e564d3d922e61c0121a390e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16bf098b9e2e490f8e47fa601059f975"}, {"url": "http://192.30.9.6:8776/v2/da1aa3dc9e564d3d922e61c0121a390e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc16fa4cf491444ca2f611d5692c1170"}, {"url": "http://192.30.9.6:8776/v2/da1aa3dc9e564d3d922e61c0121a390e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ccd2c5325dff4b90b391db9fdde67d99"}], "type": "volumev2", "id": "d09ac9123c34494abce21d6c27bee9d9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eac694332354a3aa0e61c31314166d7"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b4d4989c4e764717ab78d38675cadd3f"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff196e46b56d406d87a678f1a64497b0"}], "type": "compute", "id": "d4030ee932c84df58c5b910cc197caa7", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_95790658-ea1a-473f-b71a-0aa15c3467f2", "id": "6cb53a06110b45a6a2f21cb265048110"}, "audit_ids": ["PolBDmb3Txi4UEmEST95Bg"], "issued_at": "2018-09-04T10:22:24.000000Z"}} 2018-09-04 10:22:24,437 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-09-04 10:22:24,811 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5ef645ad12fc453aa5d8a0c2cbf76196", "name": "heat_stack_owner"}, {"id": "9a944a8c31754b8f941d2fa9034d4301", "name": "Member"}, {"id": "3d416247e8224533841040c3ad2bce5a", "name": "admin"}], "expires_at": "2018-09-04T11:22:24.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "da1aa3dc9e564d3d922e61c0121a390e", "name": "api_check-project_95790658-ea1a-473f-b71a-0aa15c3467f2"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235635a698ef4bef9dc6b25273d185da"}, {"url": "http://192.30.9.6:8776/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "23b07b3fbfc340a58cf0f9b2871a0d23"}, {"url": "http://172.30.9.28:8776/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "72fd0aaa144d45419f4b04b6b26f69a7"}], "type": "volume", "id": "097241c25b4d4f7e91b3f8efa155909e", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v3/da1aa3dc9e564d3d922e61c0121a390e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93eb4cf3030a49e7840bec071422d397"}, {"url": "http://192.30.9.6:8776/v3/da1aa3dc9e564d3d922e61c0121a390e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8af439a6ac147fdbcb38ed9aa916b68"}, {"url": "http://192.30.9.6:8776/v3/da1aa3dc9e564d3d922e61c0121a390e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c4bfdbc9b7c74a23a40afdf578cfeba4"}], "type": "volumev3", "id": "1c85f4682ce44f729db1dabd98e965e8", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "82239574a29d4603a2161006f61851cf"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8d15f7134f364a7bbcfff2f84aac3bf2"}, {"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e01668c43a0c4c279b9a3d20a0280d6c"}], "type": "image", "id": "297d8415ca96454991054983920912f7", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7bb4d60e20734d4a9f31ec75e02cb823"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bf6adec15590466a9a0d3bddb00e8993"}, {"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f096f03a1d12411a8972f6f7c196b60d"}], "type": "policy", "id": "54c64351b56d44bbad74c2969cc3aa00", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "354ae6870a324fab82d0a0fb68ee0f26"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a3807e460dd4af488d982b66c52e64c"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e7c3da785076450abd71868e75ce0c33"}], "type": "cloudformation", "id": "6ac9917ae83c4639a15a4ab3cf0e76dd", "name": "heat-cfn"}, {"endpoints": [], "type": "metering", "id": "7fcc078e5e0645f29df67742ac14e388", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49e71628d386464cb950d6a9db00a328"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75b0a63ed8574bbcab1c851cc9b83d30"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9902b0a8b3c04cd192a1b84c417c232b"}], "type": "key-manager", "id": "9626544a32e74678a641c6e206f028a9", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "497340e5aa36485982fdf297f370558f"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7802beb4fc7c4952897b77bd5610b1fe"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c14af798917f4fa0b146d9772583e595"}], "type": "metric", "id": "973bfe8c658d4e5a8da725e76b9d550e", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "288ecc3674ea41d2aa3b790dcb832bf2"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7a6dc785cd7142f5b30f1a7ba0daeb03"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7f7d34e2351b4964befccc862c4e8e12"}], "type": "network", "id": "a348d7b06050474fb449be7f32ea6f5d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "21bce6ecb8464a1f8f3e3847aa698bd6"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0a8faf2246b47deb30e69e48d3551fb"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e71c6011de3d4d8589e5b53dcc79f288"}], "type": "identity", "id": "ad8d4b4953184137a1b913ecee9434ed", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "13474f9a78ca4f1184e4cddc84d0d98c"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad67365a18234bb78c336e6776958c00"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc54db13337f44f8921fbb9ad0f81de8"}], "type": "alarming", "id": "bb18dc3243034f08a6a7f69f7a1edccf", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0d91d7adf0304b2681c77f979e5cdb17"}, {"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "756e5ffca9774ab3ae2db41bf330417f"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c07c727a08c243b287827f539a124e63"}], "type": "placement", "id": "bb2c9432fcbd4c56913177122468f6ba", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1eed4912224b48cf9856446eae4d9928"}, {"url": "http://192.30.9.6:8004/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b73b7f99236541148d84f24f09e5dd40"}, {"url": "http://192.30.9.6:8004/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fbf12e52911244fdafc24a9d46f56e62"}], "type": "orchestration", "id": "c8918d139da945ba93df4ccce21d4904", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/da1aa3dc9e564d3d922e61c0121a390e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16bf098b9e2e490f8e47fa601059f975"}, {"url": "http://192.30.9.6:8776/v2/da1aa3dc9e564d3d922e61c0121a390e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc16fa4cf491444ca2f611d5692c1170"}, {"url": "http://192.30.9.6:8776/v2/da1aa3dc9e564d3d922e61c0121a390e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ccd2c5325dff4b90b391db9fdde67d99"}], "type": "volumev2", "id": "d09ac9123c34494abce21d6c27bee9d9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eac694332354a3aa0e61c31314166d7"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b4d4989c4e764717ab78d38675cadd3f"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff196e46b56d406d87a678f1a64497b0"}], "type": "compute", "id": "d4030ee932c84df58c5b910cc197caa7", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_95790658-ea1a-473f-b71a-0aa15c3467f2", "id": "6cb53a06110b45a6a2f21cb265048110"}, "audit_ids": ["kOqwZandTUm4LlLCI8AnoA"], "issued_at": "2018-09-04T10:22:24.000000Z"}} 2018-09-04 10:22:24,812 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28: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}460a732ebac8a9918c56e84ec75e15b1a4f8da26" 2018-09-04 10:22:24,979 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:22:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-423feccc-c1ab-45e6-b568-9c16f2b0f425 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.28:5000/v3/", "rel": "self"}]}} 2018-09-04 10:22:24,979 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-423feccc-c1ab-45e6-b568-9c16f2b0f425 2018-09-04 10:22:24,981 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 10:22:24,981 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-09-04 10:22:25,437 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5ef645ad12fc453aa5d8a0c2cbf76196", "name": "heat_stack_owner"}, {"id": "9a944a8c31754b8f941d2fa9034d4301", "name": "Member"}, {"id": "3d416247e8224533841040c3ad2bce5a", "name": "admin"}], "expires_at": "2018-09-04T11:22:25.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "da1aa3dc9e564d3d922e61c0121a390e", "name": "api_check-project_95790658-ea1a-473f-b71a-0aa15c3467f2"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235635a698ef4bef9dc6b25273d185da"}, {"url": "http://192.30.9.6:8776/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "23b07b3fbfc340a58cf0f9b2871a0d23"}, {"url": "http://172.30.9.28:8776/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "72fd0aaa144d45419f4b04b6b26f69a7"}], "type": "volume", "id": "097241c25b4d4f7e91b3f8efa155909e", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v3/da1aa3dc9e564d3d922e61c0121a390e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93eb4cf3030a49e7840bec071422d397"}, {"url": "http://192.30.9.6:8776/v3/da1aa3dc9e564d3d922e61c0121a390e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8af439a6ac147fdbcb38ed9aa916b68"}, {"url": "http://192.30.9.6:8776/v3/da1aa3dc9e564d3d922e61c0121a390e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c4bfdbc9b7c74a23a40afdf578cfeba4"}], "type": "volumev3", "id": "1c85f4682ce44f729db1dabd98e965e8", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "82239574a29d4603a2161006f61851cf"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8d15f7134f364a7bbcfff2f84aac3bf2"}, {"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e01668c43a0c4c279b9a3d20a0280d6c"}], "type": "image", "id": "297d8415ca96454991054983920912f7", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7bb4d60e20734d4a9f31ec75e02cb823"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bf6adec15590466a9a0d3bddb00e8993"}, {"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f096f03a1d12411a8972f6f7c196b60d"}], "type": "policy", "id": "54c64351b56d44bbad74c2969cc3aa00", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "354ae6870a324fab82d0a0fb68ee0f26"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a3807e460dd4af488d982b66c52e64c"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e7c3da785076450abd71868e75ce0c33"}], "type": "cloudformation", "id": "6ac9917ae83c4639a15a4ab3cf0e76dd", "name": "heat-cfn"}, {"endpoints": [], "type": "metering", "id": "7fcc078e5e0645f29df67742ac14e388", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49e71628d386464cb950d6a9db00a328"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75b0a63ed8574bbcab1c851cc9b83d30"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9902b0a8b3c04cd192a1b84c417c232b"}], "type": "key-manager", "id": "9626544a32e74678a641c6e206f028a9", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "497340e5aa36485982fdf297f370558f"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7802beb4fc7c4952897b77bd5610b1fe"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c14af798917f4fa0b146d9772583e595"}], "type": "metric", "id": "973bfe8c658d4e5a8da725e76b9d550e", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "288ecc3674ea41d2aa3b790dcb832bf2"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7a6dc785cd7142f5b30f1a7ba0daeb03"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7f7d34e2351b4964befccc862c4e8e12"}], "type": "network", "id": "a348d7b06050474fb449be7f32ea6f5d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "21bce6ecb8464a1f8f3e3847aa698bd6"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0a8faf2246b47deb30e69e48d3551fb"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e71c6011de3d4d8589e5b53dcc79f288"}], "type": "identity", "id": "ad8d4b4953184137a1b913ecee9434ed", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "13474f9a78ca4f1184e4cddc84d0d98c"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad67365a18234bb78c336e6776958c00"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc54db13337f44f8921fbb9ad0f81de8"}], "type": "alarming", "id": "bb18dc3243034f08a6a7f69f7a1edccf", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0d91d7adf0304b2681c77f979e5cdb17"}, {"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "756e5ffca9774ab3ae2db41bf330417f"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c07c727a08c243b287827f539a124e63"}], "type": "placement", "id": "bb2c9432fcbd4c56913177122468f6ba", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1eed4912224b48cf9856446eae4d9928"}, {"url": "http://192.30.9.6:8004/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b73b7f99236541148d84f24f09e5dd40"}, {"url": "http://192.30.9.6:8004/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fbf12e52911244fdafc24a9d46f56e62"}], "type": "orchestration", "id": "c8918d139da945ba93df4ccce21d4904", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/da1aa3dc9e564d3d922e61c0121a390e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16bf098b9e2e490f8e47fa601059f975"}, {"url": "http://192.30.9.6:8776/v2/da1aa3dc9e564d3d922e61c0121a390e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc16fa4cf491444ca2f611d5692c1170"}, {"url": "http://192.30.9.6:8776/v2/da1aa3dc9e564d3d922e61c0121a390e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ccd2c5325dff4b90b391db9fdde67d99"}], "type": "volumev2", "id": "d09ac9123c34494abce21d6c27bee9d9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eac694332354a3aa0e61c31314166d7"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b4d4989c4e764717ab78d38675cadd3f"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff196e46b56d406d87a678f1a64497b0"}], "type": "compute", "id": "d4030ee932c84df58c5b910cc197caa7", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_95790658-ea1a-473f-b71a-0aa15c3467f2", "id": "6cb53a06110b45a6a2f21cb265048110"}, "audit_ids": ["hIN5OoT6QBGXgfGsAGqdpw"], "issued_at": "2018-09-04T10:22:25.000000Z"}} 2018-09-04 10:22:25,441 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 10:22:25,441 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-09-04 10:22:25,830 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5ef645ad12fc453aa5d8a0c2cbf76196", "name": "heat_stack_owner"}, {"id": "9a944a8c31754b8f941d2fa9034d4301", "name": "Member"}, {"id": "3d416247e8224533841040c3ad2bce5a", "name": "admin"}], "expires_at": "2018-09-04T11:22:25.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "da1aa3dc9e564d3d922e61c0121a390e", "name": "api_check-project_95790658-ea1a-473f-b71a-0aa15c3467f2"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235635a698ef4bef9dc6b25273d185da"}, {"url": "http://192.30.9.6:8776/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "23b07b3fbfc340a58cf0f9b2871a0d23"}, {"url": "http://172.30.9.28:8776/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "72fd0aaa144d45419f4b04b6b26f69a7"}], "type": "volume", "id": "097241c25b4d4f7e91b3f8efa155909e", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v3/da1aa3dc9e564d3d922e61c0121a390e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93eb4cf3030a49e7840bec071422d397"}, {"url": "http://192.30.9.6:8776/v3/da1aa3dc9e564d3d922e61c0121a390e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8af439a6ac147fdbcb38ed9aa916b68"}, {"url": "http://192.30.9.6:8776/v3/da1aa3dc9e564d3d922e61c0121a390e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c4bfdbc9b7c74a23a40afdf578cfeba4"}], "type": "volumev3", "id": "1c85f4682ce44f729db1dabd98e965e8", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "82239574a29d4603a2161006f61851cf"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8d15f7134f364a7bbcfff2f84aac3bf2"}, {"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e01668c43a0c4c279b9a3d20a0280d6c"}], "type": "image", "id": "297d8415ca96454991054983920912f7", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7bb4d60e20734d4a9f31ec75e02cb823"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bf6adec15590466a9a0d3bddb00e8993"}, {"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f096f03a1d12411a8972f6f7c196b60d"}], "type": "policy", "id": "54c64351b56d44bbad74c2969cc3aa00", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "354ae6870a324fab82d0a0fb68ee0f26"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a3807e460dd4af488d982b66c52e64c"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e7c3da785076450abd71868e75ce0c33"}], "type": "cloudformation", "id": "6ac9917ae83c4639a15a4ab3cf0e76dd", "name": "heat-cfn"}, {"endpoints": [], "type": "metering", "id": "7fcc078e5e0645f29df67742ac14e388", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49e71628d386464cb950d6a9db00a328"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75b0a63ed8574bbcab1c851cc9b83d30"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9902b0a8b3c04cd192a1b84c417c232b"}], "type": "key-manager", "id": "9626544a32e74678a641c6e206f028a9", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "497340e5aa36485982fdf297f370558f"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7802beb4fc7c4952897b77bd5610b1fe"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c14af798917f4fa0b146d9772583e595"}], "type": "metric", "id": "973bfe8c658d4e5a8da725e76b9d550e", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "288ecc3674ea41d2aa3b790dcb832bf2"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7a6dc785cd7142f5b30f1a7ba0daeb03"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7f7d34e2351b4964befccc862c4e8e12"}], "type": "network", "id": "a348d7b06050474fb449be7f32ea6f5d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "21bce6ecb8464a1f8f3e3847aa698bd6"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0a8faf2246b47deb30e69e48d3551fb"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e71c6011de3d4d8589e5b53dcc79f288"}], "type": "identity", "id": "ad8d4b4953184137a1b913ecee9434ed", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "13474f9a78ca4f1184e4cddc84d0d98c"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad67365a18234bb78c336e6776958c00"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc54db13337f44f8921fbb9ad0f81de8"}], "type": "alarming", "id": "bb18dc3243034f08a6a7f69f7a1edccf", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0d91d7adf0304b2681c77f979e5cdb17"}, {"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "756e5ffca9774ab3ae2db41bf330417f"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c07c727a08c243b287827f539a124e63"}], "type": "placement", "id": "bb2c9432fcbd4c56913177122468f6ba", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1eed4912224b48cf9856446eae4d9928"}, {"url": "http://192.30.9.6:8004/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b73b7f99236541148d84f24f09e5dd40"}, {"url": "http://192.30.9.6:8004/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fbf12e52911244fdafc24a9d46f56e62"}], "type": "orchestration", "id": "c8918d139da945ba93df4ccce21d4904", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/da1aa3dc9e564d3d922e61c0121a390e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16bf098b9e2e490f8e47fa601059f975"}, {"url": "http://192.30.9.6:8776/v2/da1aa3dc9e564d3d922e61c0121a390e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc16fa4cf491444ca2f611d5692c1170"}, {"url": "http://192.30.9.6:8776/v2/da1aa3dc9e564d3d922e61c0121a390e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ccd2c5325dff4b90b391db9fdde67d99"}], "type": "volumev2", "id": "d09ac9123c34494abce21d6c27bee9d9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eac694332354a3aa0e61c31314166d7"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b4d4989c4e764717ab78d38675cadd3f"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff196e46b56d406d87a678f1a64497b0"}], "type": "compute", "id": "d4030ee932c84df58c5b910cc197caa7", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_95790658-ea1a-473f-b71a-0aa15c3467f2", "id": "6cb53a06110b45a6a2f21cb265048110"}, "audit_ids": ["Gy_GvyL5TKScFoD5zwfYhQ"], "issued_at": "2018-09-04T10:22:25.000000Z"}} 2018-09-04 10:22:25,833 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 10:22:25,833 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-09-04 10:22:26,221 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5ef645ad12fc453aa5d8a0c2cbf76196", "name": "heat_stack_owner"}, {"id": "9a944a8c31754b8f941d2fa9034d4301", "name": "Member"}, {"id": "3d416247e8224533841040c3ad2bce5a", "name": "admin"}], "expires_at": "2018-09-04T11:22:26.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "da1aa3dc9e564d3d922e61c0121a390e", "name": "api_check-project_95790658-ea1a-473f-b71a-0aa15c3467f2"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235635a698ef4bef9dc6b25273d185da"}, {"url": "http://192.30.9.6:8776/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "23b07b3fbfc340a58cf0f9b2871a0d23"}, {"url": "http://172.30.9.28:8776/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "72fd0aaa144d45419f4b04b6b26f69a7"}], "type": "volume", "id": "097241c25b4d4f7e91b3f8efa155909e", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v3/da1aa3dc9e564d3d922e61c0121a390e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93eb4cf3030a49e7840bec071422d397"}, {"url": "http://192.30.9.6:8776/v3/da1aa3dc9e564d3d922e61c0121a390e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8af439a6ac147fdbcb38ed9aa916b68"}, {"url": "http://192.30.9.6:8776/v3/da1aa3dc9e564d3d922e61c0121a390e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c4bfdbc9b7c74a23a40afdf578cfeba4"}], "type": "volumev3", "id": "1c85f4682ce44f729db1dabd98e965e8", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "82239574a29d4603a2161006f61851cf"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8d15f7134f364a7bbcfff2f84aac3bf2"}, {"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e01668c43a0c4c279b9a3d20a0280d6c"}], "type": "image", "id": "297d8415ca96454991054983920912f7", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7bb4d60e20734d4a9f31ec75e02cb823"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bf6adec15590466a9a0d3bddb00e8993"}, {"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f096f03a1d12411a8972f6f7c196b60d"}], "type": "policy", "id": "54c64351b56d44bbad74c2969cc3aa00", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "354ae6870a324fab82d0a0fb68ee0f26"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a3807e460dd4af488d982b66c52e64c"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e7c3da785076450abd71868e75ce0c33"}], "type": "cloudformation", "id": "6ac9917ae83c4639a15a4ab3cf0e76dd", "name": "heat-cfn"}, {"endpoints": [], "type": "metering", "id": "7fcc078e5e0645f29df67742ac14e388", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49e71628d386464cb950d6a9db00a328"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75b0a63ed8574bbcab1c851cc9b83d30"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9902b0a8b3c04cd192a1b84c417c232b"}], "type": "key-manager", "id": "9626544a32e74678a641c6e206f028a9", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "497340e5aa36485982fdf297f370558f"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7802beb4fc7c4952897b77bd5610b1fe"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c14af798917f4fa0b146d9772583e595"}], "type": "metric", "id": "973bfe8c658d4e5a8da725e76b9d550e", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "288ecc3674ea41d2aa3b790dcb832bf2"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7a6dc785cd7142f5b30f1a7ba0daeb03"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7f7d34e2351b4964befccc862c4e8e12"}], "type": "network", "id": "a348d7b06050474fb449be7f32ea6f5d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "21bce6ecb8464a1f8f3e3847aa698bd6"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0a8faf2246b47deb30e69e48d3551fb"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e71c6011de3d4d8589e5b53dcc79f288"}], "type": "identity", "id": "ad8d4b4953184137a1b913ecee9434ed", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "13474f9a78ca4f1184e4cddc84d0d98c"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad67365a18234bb78c336e6776958c00"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc54db13337f44f8921fbb9ad0f81de8"}], "type": "alarming", "id": "bb18dc3243034f08a6a7f69f7a1edccf", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0d91d7adf0304b2681c77f979e5cdb17"}, {"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "756e5ffca9774ab3ae2db41bf330417f"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c07c727a08c243b287827f539a124e63"}], "type": "placement", "id": "bb2c9432fcbd4c56913177122468f6ba", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1eed4912224b48cf9856446eae4d9928"}, {"url": "http://192.30.9.6:8004/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b73b7f99236541148d84f24f09e5dd40"}, {"url": "http://192.30.9.6:8004/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fbf12e52911244fdafc24a9d46f56e62"}], "type": "orchestration", "id": "c8918d139da945ba93df4ccce21d4904", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/da1aa3dc9e564d3d922e61c0121a390e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16bf098b9e2e490f8e47fa601059f975"}, {"url": "http://192.30.9.6:8776/v2/da1aa3dc9e564d3d922e61c0121a390e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc16fa4cf491444ca2f611d5692c1170"}, {"url": "http://192.30.9.6:8776/v2/da1aa3dc9e564d3d922e61c0121a390e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ccd2c5325dff4b90b391db9fdde67d99"}], "type": "volumev2", "id": "d09ac9123c34494abce21d6c27bee9d9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eac694332354a3aa0e61c31314166d7"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b4d4989c4e764717ab78d38675cadd3f"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff196e46b56d406d87a678f1a64497b0"}], "type": "compute", "id": "d4030ee932c84df58c5b910cc197caa7", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_95790658-ea1a-473f-b71a-0aa15c3467f2", "id": "6cb53a06110b45a6a2f21cb265048110"}, "audit_ids": ["1nhX4RwCQqesflkA4NdNjw"], "issued_at": "2018-09-04T10:22:26.000000Z"}} 2018-09-04 10:22:26,225 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-09-04 10:22:26,619 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5ef645ad12fc453aa5d8a0c2cbf76196", "name": "heat_stack_owner"}, {"id": "9a944a8c31754b8f941d2fa9034d4301", "name": "Member"}, {"id": "3d416247e8224533841040c3ad2bce5a", "name": "admin"}], "expires_at": "2018-09-04T11:22:26.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "da1aa3dc9e564d3d922e61c0121a390e", "name": "api_check-project_95790658-ea1a-473f-b71a-0aa15c3467f2"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235635a698ef4bef9dc6b25273d185da"}, {"url": "http://192.30.9.6:8776/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "23b07b3fbfc340a58cf0f9b2871a0d23"}, {"url": "http://172.30.9.28:8776/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "72fd0aaa144d45419f4b04b6b26f69a7"}], "type": "volume", "id": "097241c25b4d4f7e91b3f8efa155909e", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v3/da1aa3dc9e564d3d922e61c0121a390e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93eb4cf3030a49e7840bec071422d397"}, {"url": "http://192.30.9.6:8776/v3/da1aa3dc9e564d3d922e61c0121a390e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8af439a6ac147fdbcb38ed9aa916b68"}, {"url": "http://192.30.9.6:8776/v3/da1aa3dc9e564d3d922e61c0121a390e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c4bfdbc9b7c74a23a40afdf578cfeba4"}], "type": "volumev3", "id": "1c85f4682ce44f729db1dabd98e965e8", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "82239574a29d4603a2161006f61851cf"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8d15f7134f364a7bbcfff2f84aac3bf2"}, {"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e01668c43a0c4c279b9a3d20a0280d6c"}], "type": "image", "id": "297d8415ca96454991054983920912f7", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7bb4d60e20734d4a9f31ec75e02cb823"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bf6adec15590466a9a0d3bddb00e8993"}, {"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f096f03a1d12411a8972f6f7c196b60d"}], "type": "policy", "id": "54c64351b56d44bbad74c2969cc3aa00", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "354ae6870a324fab82d0a0fb68ee0f26"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a3807e460dd4af488d982b66c52e64c"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e7c3da785076450abd71868e75ce0c33"}], "type": "cloudformation", "id": "6ac9917ae83c4639a15a4ab3cf0e76dd", "name": "heat-cfn"}, {"endpoints": [], "type": "metering", "id": "7fcc078e5e0645f29df67742ac14e388", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49e71628d386464cb950d6a9db00a328"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75b0a63ed8574bbcab1c851cc9b83d30"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9902b0a8b3c04cd192a1b84c417c232b"}], "type": "key-manager", "id": "9626544a32e74678a641c6e206f028a9", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "497340e5aa36485982fdf297f370558f"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7802beb4fc7c4952897b77bd5610b1fe"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c14af798917f4fa0b146d9772583e595"}], "type": "metric", "id": "973bfe8c658d4e5a8da725e76b9d550e", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "288ecc3674ea41d2aa3b790dcb832bf2"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7a6dc785cd7142f5b30f1a7ba0daeb03"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7f7d34e2351b4964befccc862c4e8e12"}], "type": "network", "id": "a348d7b06050474fb449be7f32ea6f5d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "21bce6ecb8464a1f8f3e3847aa698bd6"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0a8faf2246b47deb30e69e48d3551fb"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e71c6011de3d4d8589e5b53dcc79f288"}], "type": "identity", "id": "ad8d4b4953184137a1b913ecee9434ed", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "13474f9a78ca4f1184e4cddc84d0d98c"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad67365a18234bb78c336e6776958c00"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc54db13337f44f8921fbb9ad0f81de8"}], "type": "alarming", "id": "bb18dc3243034f08a6a7f69f7a1edccf", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0d91d7adf0304b2681c77f979e5cdb17"}, {"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "756e5ffca9774ab3ae2db41bf330417f"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c07c727a08c243b287827f539a124e63"}], "type": "placement", "id": "bb2c9432fcbd4c56913177122468f6ba", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1eed4912224b48cf9856446eae4d9928"}, {"url": "http://192.30.9.6:8004/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b73b7f99236541148d84f24f09e5dd40"}, {"url": "http://192.30.9.6:8004/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fbf12e52911244fdafc24a9d46f56e62"}], "type": "orchestration", "id": "c8918d139da945ba93df4ccce21d4904", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/da1aa3dc9e564d3d922e61c0121a390e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16bf098b9e2e490f8e47fa601059f975"}, {"url": "http://192.30.9.6:8776/v2/da1aa3dc9e564d3d922e61c0121a390e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc16fa4cf491444ca2f611d5692c1170"}, {"url": "http://192.30.9.6:8776/v2/da1aa3dc9e564d3d922e61c0121a390e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ccd2c5325dff4b90b391db9fdde67d99"}], "type": "volumev2", "id": "d09ac9123c34494abce21d6c27bee9d9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eac694332354a3aa0e61c31314166d7"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b4d4989c4e764717ab78d38675cadd3f"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff196e46b56d406d87a678f1a64497b0"}], "type": "compute", "id": "d4030ee932c84df58c5b910cc197caa7", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_95790658-ea1a-473f-b71a-0aa15c3467f2", "id": "6cb53a06110b45a6a2f21cb265048110"}, "audit_ids": ["Bbm0E9lhRpCkeg33qt48Ig"], "issued_at": "2018-09-04T10:22:26.000000Z"}} 2018-09-04 10:22:26,620 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28: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}96a0cdbab27efb3f15d6280a128a1eb54a200c54" 2018-09-04 10:22:26,801 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:22:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7b33ad93-5cda-4e96-bb2d-a89a1cb274c0 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.28:5000/v3/", "rel": "self"}]}} 2018-09-04 10:22:26,801 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-7b33ad93-5cda-4e96-bb2d-a89a1cb274c0 2018-09-04 10:22:26,805 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-04 10:22:26,811 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 04 Sep 2018 10:22: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.28: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.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-04 10:22:26,812 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}96a0cdbab27efb3f15d6280a128a1eb54a200c54" 2018-09-04 10:22:26,904 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:22:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-273704d0-707e-409a-aab2-54cdfdae5b0f Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-09-04 10:22:26,904 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains?name=Default used request id req-273704d0-707e-409a-aab2-54cdfdae5b0f 2018-09-04 10:22:27,293 - keystone_utils - INFO - Created user with name - KeystoneUtilsTests-6567f844-872b-46f8-ab78-89a7ef542795-username 2018-09-04 10:22:27,296 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}96a0cdbab27efb3f15d6280a128a1eb54a200c54" 2018-09-04 10:22:27,316 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:22:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8572bf8f-14d1-4aed-8765-8cc178073aed Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-09-04 10:22:27,316 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains?name=Default used request id req-8572bf8f-14d1-4aed-8765-8cc178073aed 2018-09-04 10:22:27,320 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}96a0cdbab27efb3f15d6280a128a1eb54a200c54" -d '{"project": {"enabled": true, "domain_id": "default", "name": "KeystoneUtilsTests-6567f844-872b-46f8-ab78-89a7ef542795-projName"}}' 2018-09-04 10:22:27,541 - keystoneauth.session - DEBUG - RESP: [201] Date: Tue, 04 Sep 2018 10:22:27 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a80930c0-dad4-45b2-9dac-fcce67f89f0a Content-Length: 326 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/d3510952a9e848d183c0a4c55ac92818"}, "enabled": true, "id": "d3510952a9e848d183c0a4c55ac92818", "parent_id": "default", "domain_id": "default", "name": "KeystoneUtilsTests-6567f844-872b-46f8-ab78-89a7ef542795-projName"}} 2018-09-04 10:22:27,541 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/projects used request id req-a80930c0-dad4-45b2-9dac-fcce67f89f0a 2018-09-04 10:22:27,541 - keystone_utils - INFO - Created project with name - KeystoneUtilsTests-6567f844-872b-46f8-ab78-89a7ef542795-projName 2018-09-04 10:22:27,545 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}96a0cdbab27efb3f15d6280a128a1eb54a200c54" -d '{"role": {"name": "KeystoneUtilsTests-6567f844-872b-46f8-ab78-89a7ef542795-role"}}' 2018-09-04 10:22:27,645 - keystoneauth.session - DEBUG - RESP: [201] Date: Tue, 04 Sep 2018 10:22:27 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b4d7b649-ef7d-4db0-b597-3023e35ba254 Content-Length: 231 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "e749475c610e4d29a83771032d7f992d", "links": {"self": "http://172.30.9.28:5000/v3/roles/e749475c610e4d29a83771032d7f992d"}, "name": "KeystoneUtilsTests-6567f844-872b-46f8-ab78-89a7ef542795-role"}} 2018-09-04 10:22:27,645 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/roles used request id req-b4d7b649-ef7d-4db0-b597-3023e35ba254 2018-09-04 10:22:27,645 - keystone_utils - INFO - Created role with name - KeystoneUtilsTests-6567f844-872b-46f8-ab78-89a7ef542795-role 2018-09-04 10:22:27,649 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles/e749475c610e4d29a83771032d7f992d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}96a0cdbab27efb3f15d6280a128a1eb54a200c54" 2018-09-04 10:22:27,737 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:22:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4f6e7cf2-3572-471e-9158-c2a71f8097a4 Content-Encoding: gzip Content-Length: 180 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.28:5000/v3/roles/e749475c610e4d29a83771032d7f992d"}, "domain_id": null, "name": "KeystoneUtilsTests-6567f844-872b-46f8-ab78-89a7ef542795-role", "id": "e749475c610e4d29a83771032d7f992d"}} 2018-09-04 10:22:27,737 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles/e749475c610e4d29a83771032d7f992d used request id req-4f6e7cf2-3572-471e-9158-c2a71f8097a4 2018-09-04 10:22:27,738 - keystone_utils - INFO - Granting role KeystoneUtilsTests-6567f844-872b-46f8-ab78-89a7ef542795-role to project KeystoneUtilsTests-6567f844-872b-46f8-ab78-89a7ef542795-projName 2018-09-04 10:22:27,741 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.28:5000/v3/projects/d3510952a9e848d183c0a4c55ac92818/users/e15ef85839804e8d8520ad4849b56aa9/roles/e749475c610e4d29a83771032d7f992d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}96a0cdbab27efb3f15d6280a128a1eb54a200c54" 2018-09-04 10:22:27,910 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 10:22:27 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a4639aae-5d4d-4859-b576-84ae7df06ff1 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 10:22:27,910 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.28:5000/v3/projects/d3510952a9e848d183c0a4c55ac92818/users/e15ef85839804e8d8520ad4849b56aa9/roles/e749475c610e4d29a83771032d7f992d used request id req-a4639aae-5d4d-4859-b576-84ae7df06ff1 2018-09-04 10:22:27,914 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/d3510952a9e848d183c0a4c55ac92818/users/e15ef85839804e8d8520ad4849b56aa9/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}96a0cdbab27efb3f15d6280a128a1eb54a200c54" 2018-09-04 10:22:28,015 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:22:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bf596a49-4444-4428-886b-a4415f932631 Content-Encoding: gzip Content-Length: 262 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects/d3510952a9e848d183c0a4c55ac92818/users/e15ef85839804e8d8520ad4849b56aa9/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "e749475c610e4d29a83771032d7f992d", "links": {"self": "http://172.30.9.28:5000/v3/roles/e749475c610e4d29a83771032d7f992d"}, "name": "KeystoneUtilsTests-6567f844-872b-46f8-ab78-89a7ef542795-role"}]} 2018-09-04 10:22:28,015 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/d3510952a9e848d183c0a4c55ac92818/users/e15ef85839804e8d8520ad4849b56aa9/roles used request id req-bf596a49-4444-4428-886b-a4415f932631 2018-09-04 10:22:28,021 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}96a0cdbab27efb3f15d6280a128a1eb54a200c54" 2018-09-04 10:22:29,045 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4847 X-Openstack-Request-Id: req-5b0b5b00-93c0-4d82-aea9-a6c8f5e767ef Date: Tue, 04 Sep 2018 10:22:29 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "da1aa3dc9e564d3d922e61c0121a390e", "created_at": "2018-09-04T10:22:28Z", "updated_at": "2018-09-04T10:22:28Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T10:22:28Z", "revision_number": 0, "id": "0976e911-3d1b-4139-9911-ca21410eafb7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T10:22:28Z", "security_group_id": "4d9d4400-ce4a-4634-af2a-c01c154b58f5", "tenant_id": "da1aa3dc9e564d3d922e61c0121a390e", "port_range_min": null, "ethertype": "IPv6", "project_id": "da1aa3dc9e564d3d922e61c0121a390e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T10:22:28Z", "revision_number": 0, "id": "be8534f1-3ba8-4e89-b403-73b84a13ccca", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T10:22:28Z", "security_group_id": "4d9d4400-ce4a-4634-af2a-c01c154b58f5", "tenant_id": "da1aa3dc9e564d3d922e61c0121a390e", "port_range_min": null, "ethertype": "IPv4", "project_id": "da1aa3dc9e564d3d922e61c0121a390e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T10:22:28Z", "revision_number": 0, "id": "bbb6ba8d-367b-4723-a814-cd7903f5efad", "remote_group_id": "4d9d4400-ce4a-4634-af2a-c01c154b58f5", "remote_ip_prefix": null, "created_at": "2018-09-04T10:22:28Z", "security_group_id": "4d9d4400-ce4a-4634-af2a-c01c154b58f5", "tenant_id": "da1aa3dc9e564d3d922e61c0121a390e", "port_range_min": null, "ethertype": "IPv4", "project_id": "da1aa3dc9e564d3d922e61c0121a390e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T10:22:28Z", "revision_number": 0, "id": "678c8021-bdef-44b2-b27d-b5f7f2eb5189", "remote_group_id": "4d9d4400-ce4a-4634-af2a-c01c154b58f5", "remote_ip_prefix": null, "created_at": "2018-09-04T10:22:28Z", "security_group_id": "4d9d4400-ce4a-4634-af2a-c01c154b58f5", "tenant_id": "da1aa3dc9e564d3d922e61c0121a390e", "port_range_min": null, "ethertype": "IPv6", "project_id": "da1aa3dc9e564d3d922e61c0121a390e"}], "revision_number": 4, "project_id": "da1aa3dc9e564d3d922e61c0121a390e", "id": "4d9d4400-ce4a-4634-af2a-c01c154b58f5", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "18025ed81c804927a1f0e0e0ba20836f", "created_at": "2018-09-04T10:10:44Z", "updated_at": "2018-09-04T10:10:44Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T10:10:44Z", "revision_number": 0, "id": "4987cdc7-3c69-4296-b962-dfcdfe2af09e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T10:10:44Z", "security_group_id": "4eb60975-feab-4b85-9171-1c970d3680f7", "tenant_id": "18025ed81c804927a1f0e0e0ba20836f", "port_range_min": null, "ethertype": "IPv4", "project_id": "18025ed81c804927a1f0e0e0ba20836f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T10:10:44Z", "revision_number": 0, "id": "dd2062ca-238a-4ae8-8397-ca60210bbde5", "remote_group_id": "4eb60975-feab-4b85-9171-1c970d3680f7", "remote_ip_prefix": null, "created_at": "2018-09-04T10:10:44Z", "security_group_id": "4eb60975-feab-4b85-9171-1c970d3680f7", "tenant_id": "18025ed81c804927a1f0e0e0ba20836f", "port_range_min": null, "ethertype": "IPv6", "project_id": "18025ed81c804927a1f0e0e0ba20836f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T10:10:44Z", "revision_number": 0, "id": "6278c51b-2852-4d07-abf1-4545e40daadb", "remote_group_id": "4eb60975-feab-4b85-9171-1c970d3680f7", "remote_ip_prefix": null, "created_at": "2018-09-04T10:10:44Z", "security_group_id": "4eb60975-feab-4b85-9171-1c970d3680f7", "tenant_id": "18025ed81c804927a1f0e0e0ba20836f", "port_range_min": null, "ethertype": "IPv4", "project_id": "18025ed81c804927a1f0e0e0ba20836f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T10:10:44Z", "revision_number": 0, "id": "f5388a44-6a0f-4e22-bd76-f4873903daf0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T10:10:44Z", "security_group_id": "4eb60975-feab-4b85-9171-1c970d3680f7", "tenant_id": "18025ed81c804927a1f0e0e0ba20836f", "port_range_min": null, "ethertype": "IPv6", "project_id": "18025ed81c804927a1f0e0e0ba20836f"}], "revision_number": 4, "project_id": "18025ed81c804927a1f0e0e0ba20836f", "id": "4eb60975-feab-4b85-9171-1c970d3680f7", "name": "default"}]} 2018-09-04 10:22:29,046 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?name=default used request id req-5b0b5b00-93c0-4d82-aea9-a6c8f5e767ef 2018-09-04 10:22:29,050 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/da1aa3dc9e564d3d922e61c0121a390e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}96a0cdbab27efb3f15d6280a128a1eb54a200c54" 2018-09-04 10:22:29,140 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:22:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6e38e483-a312-4f8f-bec5-10c97c15140f Content-Encoding: gzip Content-Length: 245 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.28:5000/v3/projects/da1aa3dc9e564d3d922e61c0121a390e"}, "enabled": true, "id": "da1aa3dc9e564d3d922e61c0121a390e", "parent_id": "default", "domain_id": "default", "name": "api_check-project_95790658-ea1a-473f-b71a-0aa15c3467f2"}} 2018-09-04 10:22:29,141 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/da1aa3dc9e564d3d922e61c0121a390e used request id req-6e38e483-a312-4f8f-bec5-10c97c15140f 2018-09-04 10:22:29,141 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 4d9d4400-ce4a-4634-af2a-c01c154b58f5 2018-09-04 10:22:29,146 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=4d9d4400-ce4a-4634-af2a-c01c154b58f5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}96a0cdbab27efb3f15d6280a128a1eb54a200c54" 2018-09-04 10:22:29,880 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-d3fe6ca2-a908-4a0a-92ae-bafd2eeed1b6 Date: Tue, 04 Sep 2018 10:22:29 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-09-04T10:22:28Z", "security_group_id": "4d9d4400-ce4a-4634-af2a-c01c154b58f5", "port_range_min": null, "revision_number": 0, "tenant_id": "da1aa3dc9e564d3d922e61c0121a390e", "created_at": "2018-09-04T10:22:28Z", "project_id": "da1aa3dc9e564d3d922e61c0121a390e", "id": "0976e911-3d1b-4139-9911-ca21410eafb7"}, {"remote_group_id": "4d9d4400-ce4a-4634-af2a-c01c154b58f5", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T10:22:28Z", "security_group_id": "4d9d4400-ce4a-4634-af2a-c01c154b58f5", "port_range_min": null, "revision_number": 0, "tenant_id": "da1aa3dc9e564d3d922e61c0121a390e", "created_at": "2018-09-04T10:22:28Z", "project_id": "da1aa3dc9e564d3d922e61c0121a390e", "id": "678c8021-bdef-44b2-b27d-b5f7f2eb5189"}, {"remote_group_id": "4d9d4400-ce4a-4634-af2a-c01c154b58f5", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T10:22:28Z", "security_group_id": "4d9d4400-ce4a-4634-af2a-c01c154b58f5", "port_range_min": null, "revision_number": 0, "tenant_id": "da1aa3dc9e564d3d922e61c0121a390e", "created_at": "2018-09-04T10:22:28Z", "project_id": "da1aa3dc9e564d3d922e61c0121a390e", "id": "bbb6ba8d-367b-4723-a814-cd7903f5efad"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T10:22:28Z", "security_group_id": "4d9d4400-ce4a-4634-af2a-c01c154b58f5", "port_range_min": null, "revision_number": 0, "tenant_id": "da1aa3dc9e564d3d922e61c0121a390e", "created_at": "2018-09-04T10:22:28Z", "project_id": "da1aa3dc9e564d3d922e61c0121a390e", "id": "be8534f1-3ba8-4e89-b403-73b84a13ccca"}]} 2018-09-04 10:22:29,880 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=4d9d4400-ce4a-4634-af2a-c01c154b58f5 used request id req-d3fe6ca2-a908-4a0a-92ae-bafd2eeed1b6 2018-09-04 10:22:29,881 - neutron_utils - INFO - Deleting security group with name - default 2018-09-04 10:22:29,886 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/security-groups/4d9d4400-ce4a-4634-af2a-c01c154b58f5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}96a0cdbab27efb3f15d6280a128a1eb54a200c54" 2018-09-04 10:22:30,243 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-19f1ce8a-1a91-4bc8-b2f5-c8fe3fcbdac1 Content-Length: 0 Date: Tue, 04 Sep 2018 10:22:30 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-04 10:22:30,243 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/security-groups/4d9d4400-ce4a-4634-af2a-c01c154b58f5 used request id req-19f1ce8a-1a91-4bc8-b2f5-c8fe3fcbdac1 2018-09-04 10:22:30,243 - keystone_utils - INFO - Deleting project with name - KeystoneUtilsTests-6567f844-872b-46f8-ab78-89a7ef542795-projName 2018-09-04 10:22:30,247 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/projects/d3510952a9e848d183c0a4c55ac92818 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}96a0cdbab27efb3f15d6280a128a1eb54a200c54" 2018-09-04 10:22:30,578 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 10:22:30 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-5035a81c-9eba-4024-af28-338381b80f15 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 10:22:30,578 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/projects/d3510952a9e848d183c0a4c55ac92818 used request id req-5035a81c-9eba-4024-af28-338381b80f15 2018-09-04 10:22:30,579 - keystone_utils - INFO - Deleting user with name - KeystoneUtilsTests-6567f844-872b-46f8-ab78-89a7ef542795-username 2018-09-04 10:22:30,582 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/users/e15ef85839804e8d8520ad4849b56aa9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}96a0cdbab27efb3f15d6280a128a1eb54a200c54" 2018-09-04 10:22:30,765 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 10:22:30 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-deebab92-b4fd-44cd-bd7b-69bf56678f00 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 10:22:30,765 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/users/e15ef85839804e8d8520ad4849b56aa9 used request id req-deebab92-b4fd-44cd-bd7b-69bf56678f00 2018-09-04 10:22:30,765 - keystone_utils - INFO - Deleting role with name - KeystoneUtilsTests-6567f844-872b-46f8-ab78-89a7ef542795-role 2018-09-04 10:22:30,769 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/roles/e749475c610e4d29a83771032d7f992d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}96a0cdbab27efb3f15d6280a128a1eb54a200c54" 2018-09-04 10:22:30,878 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 10:22:30 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-4b274e3e-1007-4c0a-8499-9eacdb6b9b8d Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 10:22:30,879 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/roles/e749475c610e4d29a83771032d7f992d used request id req-4b274e3e-1007-4c0a-8499-9eacdb6b9b8d 2018-09-04 10:22:30,880 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-09-04 10:22:31,264 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5ef645ad12fc453aa5d8a0c2cbf76196", "name": "heat_stack_owner"}, {"id": "9a944a8c31754b8f941d2fa9034d4301", "name": "Member"}, {"id": "3d416247e8224533841040c3ad2bce5a", "name": "admin"}], "expires_at": "2018-09-04T11:22:31.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "da1aa3dc9e564d3d922e61c0121a390e", "name": "api_check-project_95790658-ea1a-473f-b71a-0aa15c3467f2"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235635a698ef4bef9dc6b25273d185da"}, {"url": "http://192.30.9.6:8776/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "23b07b3fbfc340a58cf0f9b2871a0d23"}, {"url": "http://172.30.9.28:8776/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "72fd0aaa144d45419f4b04b6b26f69a7"}], "type": "volume", "id": "097241c25b4d4f7e91b3f8efa155909e", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v3/da1aa3dc9e564d3d922e61c0121a390e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93eb4cf3030a49e7840bec071422d397"}, {"url": "http://192.30.9.6:8776/v3/da1aa3dc9e564d3d922e61c0121a390e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8af439a6ac147fdbcb38ed9aa916b68"}, {"url": "http://192.30.9.6:8776/v3/da1aa3dc9e564d3d922e61c0121a390e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c4bfdbc9b7c74a23a40afdf578cfeba4"}], "type": "volumev3", "id": "1c85f4682ce44f729db1dabd98e965e8", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "82239574a29d4603a2161006f61851cf"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8d15f7134f364a7bbcfff2f84aac3bf2"}, {"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e01668c43a0c4c279b9a3d20a0280d6c"}], "type": "image", "id": "297d8415ca96454991054983920912f7", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7bb4d60e20734d4a9f31ec75e02cb823"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bf6adec15590466a9a0d3bddb00e8993"}, {"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f096f03a1d12411a8972f6f7c196b60d"}], "type": "policy", "id": "54c64351b56d44bbad74c2969cc3aa00", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "354ae6870a324fab82d0a0fb68ee0f26"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a3807e460dd4af488d982b66c52e64c"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e7c3da785076450abd71868e75ce0c33"}], "type": "cloudformation", "id": "6ac9917ae83c4639a15a4ab3cf0e76dd", "name": "heat-cfn"}, {"endpoints": [], "type": "metering", "id": "7fcc078e5e0645f29df67742ac14e388", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49e71628d386464cb950d6a9db00a328"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75b0a63ed8574bbcab1c851cc9b83d30"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9902b0a8b3c04cd192a1b84c417c232b"}], "type": "key-manager", "id": "9626544a32e74678a641c6e206f028a9", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "497340e5aa36485982fdf297f370558f"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7802beb4fc7c4952897b77bd5610b1fe"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c14af798917f4fa0b146d9772583e595"}], "type": "metric", "id": "973bfe8c658d4e5a8da725e76b9d550e", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "288ecc3674ea41d2aa3b790dcb832bf2"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7a6dc785cd7142f5b30f1a7ba0daeb03"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7f7d34e2351b4964befccc862c4e8e12"}], "type": "network", "id": "a348d7b06050474fb449be7f32ea6f5d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "21bce6ecb8464a1f8f3e3847aa698bd6"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0a8faf2246b47deb30e69e48d3551fb"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e71c6011de3d4d8589e5b53dcc79f288"}], "type": "identity", "id": "ad8d4b4953184137a1b913ecee9434ed", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "13474f9a78ca4f1184e4cddc84d0d98c"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad67365a18234bb78c336e6776958c00"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc54db13337f44f8921fbb9ad0f81de8"}], "type": "alarming", "id": "bb18dc3243034f08a6a7f69f7a1edccf", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0d91d7adf0304b2681c77f979e5cdb17"}, {"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "756e5ffca9774ab3ae2db41bf330417f"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c07c727a08c243b287827f539a124e63"}], "type": "placement", "id": "bb2c9432fcbd4c56913177122468f6ba", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1eed4912224b48cf9856446eae4d9928"}, {"url": "http://192.30.9.6:8004/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b73b7f99236541148d84f24f09e5dd40"}, {"url": "http://192.30.9.6:8004/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fbf12e52911244fdafc24a9d46f56e62"}], "type": "orchestration", "id": "c8918d139da945ba93df4ccce21d4904", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/da1aa3dc9e564d3d922e61c0121a390e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16bf098b9e2e490f8e47fa601059f975"}, {"url": "http://192.30.9.6:8776/v2/da1aa3dc9e564d3d922e61c0121a390e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc16fa4cf491444ca2f611d5692c1170"}, {"url": "http://192.30.9.6:8776/v2/da1aa3dc9e564d3d922e61c0121a390e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ccd2c5325dff4b90b391db9fdde67d99"}], "type": "volumev2", "id": "d09ac9123c34494abce21d6c27bee9d9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eac694332354a3aa0e61c31314166d7"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b4d4989c4e764717ab78d38675cadd3f"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff196e46b56d406d87a678f1a64497b0"}], "type": "compute", "id": "d4030ee932c84df58c5b910cc197caa7", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_95790658-ea1a-473f-b71a-0aa15c3467f2", "id": "6cb53a06110b45a6a2f21cb265048110"}, "audit_ids": ["OHVTEuE3Qe-oHunZxkEwVQ"], "issued_at": "2018-09-04T10:22:31.000000Z"}} 2018-09-04 10:22:31,265 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28: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}a5560d33fd40834901260709e2643450517786d4" 2018-09-04 10:22:31,339 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:22:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-81b01545-78da-4c7e-879c-d94edd7fc66d 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.28:5000/v3/", "rel": "self"}]}} 2018-09-04 10:22:31,339 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-81b01545-78da-4c7e-879c-d94edd7fc66d 2018-09-04 10:22:31,341 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 10:22:31,342 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-09-04 10:22:31,755 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5ef645ad12fc453aa5d8a0c2cbf76196", "name": "heat_stack_owner"}, {"id": "9a944a8c31754b8f941d2fa9034d4301", "name": "Member"}, {"id": "3d416247e8224533841040c3ad2bce5a", "name": "admin"}], "expires_at": "2018-09-04T11:22:31.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "da1aa3dc9e564d3d922e61c0121a390e", "name": "api_check-project_95790658-ea1a-473f-b71a-0aa15c3467f2"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235635a698ef4bef9dc6b25273d185da"}, {"url": "http://192.30.9.6:8776/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "23b07b3fbfc340a58cf0f9b2871a0d23"}, {"url": "http://172.30.9.28:8776/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "72fd0aaa144d45419f4b04b6b26f69a7"}], "type": "volume", "id": "097241c25b4d4f7e91b3f8efa155909e", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v3/da1aa3dc9e564d3d922e61c0121a390e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93eb4cf3030a49e7840bec071422d397"}, {"url": "http://192.30.9.6:8776/v3/da1aa3dc9e564d3d922e61c0121a390e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8af439a6ac147fdbcb38ed9aa916b68"}, {"url": "http://192.30.9.6:8776/v3/da1aa3dc9e564d3d922e61c0121a390e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c4bfdbc9b7c74a23a40afdf578cfeba4"}], "type": "volumev3", "id": "1c85f4682ce44f729db1dabd98e965e8", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "82239574a29d4603a2161006f61851cf"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8d15f7134f364a7bbcfff2f84aac3bf2"}, {"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e01668c43a0c4c279b9a3d20a0280d6c"}], "type": "image", "id": "297d8415ca96454991054983920912f7", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7bb4d60e20734d4a9f31ec75e02cb823"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bf6adec15590466a9a0d3bddb00e8993"}, {"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f096f03a1d12411a8972f6f7c196b60d"}], "type": "policy", "id": "54c64351b56d44bbad74c2969cc3aa00", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "354ae6870a324fab82d0a0fb68ee0f26"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a3807e460dd4af488d982b66c52e64c"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e7c3da785076450abd71868e75ce0c33"}], "type": "cloudformation", "id": "6ac9917ae83c4639a15a4ab3cf0e76dd", "name": "heat-cfn"}, {"endpoints": [], "type": "metering", "id": "7fcc078e5e0645f29df67742ac14e388", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49e71628d386464cb950d6a9db00a328"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75b0a63ed8574bbcab1c851cc9b83d30"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9902b0a8b3c04cd192a1b84c417c232b"}], "type": "key-manager", "id": "9626544a32e74678a641c6e206f028a9", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "497340e5aa36485982fdf297f370558f"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7802beb4fc7c4952897b77bd5610b1fe"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c14af798917f4fa0b146d9772583e595"}], "type": "metric", "id": "973bfe8c658d4e5a8da725e76b9d550e", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "288ecc3674ea41d2aa3b790dcb832bf2"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7a6dc785cd7142f5b30f1a7ba0daeb03"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7f7d34e2351b4964befccc862c4e8e12"}], "type": "network", "id": "a348d7b06050474fb449be7f32ea6f5d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "21bce6ecb8464a1f8f3e3847aa698bd6"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0a8faf2246b47deb30e69e48d3551fb"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e71c6011de3d4d8589e5b53dcc79f288"}], "type": "identity", "id": "ad8d4b4953184137a1b913ecee9434ed", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "13474f9a78ca4f1184e4cddc84d0d98c"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad67365a18234bb78c336e6776958c00"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc54db13337f44f8921fbb9ad0f81de8"}], "type": "alarming", "id": "bb18dc3243034f08a6a7f69f7a1edccf", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0d91d7adf0304b2681c77f979e5cdb17"}, {"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "756e5ffca9774ab3ae2db41bf330417f"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c07c727a08c243b287827f539a124e63"}], "type": "placement", "id": "bb2c9432fcbd4c56913177122468f6ba", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1eed4912224b48cf9856446eae4d9928"}, {"url": "http://192.30.9.6:8004/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b73b7f99236541148d84f24f09e5dd40"}, {"url": "http://192.30.9.6:8004/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fbf12e52911244fdafc24a9d46f56e62"}], "type": "orchestration", "id": "c8918d139da945ba93df4ccce21d4904", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/da1aa3dc9e564d3d922e61c0121a390e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16bf098b9e2e490f8e47fa601059f975"}, {"url": "http://192.30.9.6:8776/v2/da1aa3dc9e564d3d922e61c0121a390e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc16fa4cf491444ca2f611d5692c1170"}, {"url": "http://192.30.9.6:8776/v2/da1aa3dc9e564d3d922e61c0121a390e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ccd2c5325dff4b90b391db9fdde67d99"}], "type": "volumev2", "id": "d09ac9123c34494abce21d6c27bee9d9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eac694332354a3aa0e61c31314166d7"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b4d4989c4e764717ab78d38675cadd3f"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff196e46b56d406d87a678f1a64497b0"}], "type": "compute", "id": "d4030ee932c84df58c5b910cc197caa7", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_95790658-ea1a-473f-b71a-0aa15c3467f2", "id": "6cb53a06110b45a6a2f21cb265048110"}, "audit_ids": ["_OUh-0b_SAuQd8S0JG21MQ"], "issued_at": "2018-09-04T10:22:31.000000Z"}} 2018-09-04 10:22:31,756 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28: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}a5390f466bda1359a735f81e2086f6b48a621868" 2018-09-04 10:22:31,845 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:22:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6920bf61-7ba9-463a-ae61-9c95fc847ee4 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.28:5000/v3/", "rel": "self"}]}} 2018-09-04 10:22:31,845 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-6920bf61-7ba9-463a-ae61-9c95fc847ee4 2018-09-04 10:22:31,849 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-04 10:22:31,855 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 04 Sep 2018 10:22:31 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.28: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.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-04 10:22:31,855 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a5390f466bda1359a735f81e2086f6b48a621868" 2018-09-04 10:22:31,959 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:22:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b944f337-5382-4527-9ee5-b592b698d99b Content-Encoding: gzip Content-Length: 837 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.28:5000/v3/users/2719bb13630f43dfa92537864b7b9156"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2719bb13630f43dfa92537864b7b9156", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.28:5000/v3/users/36910ef6abf94075a2d6069c8571e383"}, "domain_id": "default", "enabled": true, "options": {}, "id": "36910ef6abf94075a2d6069c8571e383", "email": "cinder@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.28:5000/v3/users/42c3a9abd8ad4ce8ab2c4cc6e0403c33"}, "domain_id": "default", "enabled": true, "options": {}, "id": "42c3a9abd8ad4ce8ab2c4cc6e0403c33", "email": "admin@example.com", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.28:5000/v3/users/449836e5f54549afb8a7ce28abf3d544"}, "domain_id": "default", "enabled": true, "options": {}, "id": "449836e5f54549afb8a7ce28abf3d544", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.28:5000/v3/users/4f2d44b313674c27b065e562198a2eaf"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4f2d44b313674c27b065e562198a2eaf", "email": "placement@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.28:5000/v3/users/53e472b53b3247cc998195108afb0333"}, "domain_id": "default", "enabled": true, "options": {}, "id": "53e472b53b3247cc998195108afb0333", "email": "heat-cfn@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "api_check-user_95790658-ea1a-473f-b71a-0aa15c3467f2", "links": {"self": "http://172.30.9.28:5000/v3/users/6cb53a06110b45a6a2f21cb265048110"}, "domain_id": "default", "enabled": true, "id": "6cb53a06110b45a6a2f21cb265048110", "options": {}}, {"name": "glance", "links": {"self": "http://172.30.9.28:5000/v3/users/72c8a4f27c80473bb772f1af33725838"}, "domain_id": "default", "enabled": true, "options": {}, "id": "72c8a4f27c80473bb772f1af33725838", "email": "glance@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.28:5000/v3/users/7661c02c249442d984369889093013fe"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7661c02c249442d984369889093013fe", "email": "barbican@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.28:5000/v3/users/78cfb105b70a43c69c179056f12732d4"}, "domain_id": "bb3675e8f7584634b56038f5732ae451", "enabled": true, "options": {}, "id": "78cfb105b70a43c69c179056f12732d4", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.28:5000/v3/users/7cc5af47f4974b51be24b8af469f48f6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7cc5af47f4974b51be24b8af469f48f6", "email": "aodh@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.28:5000/v3/users/828ac5d6a2ef4b0091fb761ec963b324"}, "domain_id": "default", "enabled": true, "options": {}, "id": "828ac5d6a2ef4b0091fb761ec963b324", "email": "congress@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.28:5000/v3/users/9dcf57654b41495ea7db845703bc37f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9dcf57654b41495ea7db845703bc37f8", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.28:5000/v3/users/c4e0c9bcba5d4f0895d28f0f72346c41"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c4e0c9bcba5d4f0895d28f0f72346c41", "email": "neutron@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.28:5000/v3/users/ef3f2972886b4078848941109f593feb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ef3f2972886b4078848941109f593feb", "email": "nova@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.28:5000/v3/users", "previous": null, "next": null}} 2018-09-04 10:22:31,960 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-b944f337-5382-4527-9ee5-b592b698d99b 2018-09-04 10:22:31,964 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a5390f466bda1359a735f81e2086f6b48a621868" 2018-09-04 10:22:32,050 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:22:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e5fb1419-e5a2-4a10-a1bc-c40f50874360 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-09-04 10:22:32,051 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains?name=Default used request id req-e5fb1419-e5a2-4a10-a1bc-c40f50874360 2018-09-04 10:22:32,531 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a5390f466bda1359a735f81e2086f6b48a621868" 2018-09-04 10:22:32,549 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:22:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3fea895c-8ea8-4b26-a6cc-77b6c4984138 Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3d416247e8224533841040c3ad2bce5a", "links": {"self": "http://172.30.9.28:5000/v3/roles/3d416247e8224533841040c3ad2bce5a"}, "name": "admin"}, {"domain_id": null, "id": "5ef645ad12fc453aa5d8a0c2cbf76196", "links": {"self": "http://172.30.9.28:5000/v3/roles/5ef645ad12fc453aa5d8a0c2cbf76196"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "6fc48fbb08d4410680bf5ace535e410c", "links": {"self": "http://172.30.9.28:5000/v3/roles/6fc48fbb08d4410680bf5ace535e410c"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9a944a8c31754b8f941d2fa9034d4301", "links": {"self": "http://172.30.9.28:5000/v3/roles/9a944a8c31754b8f941d2fa9034d4301"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "fea739ce4d1249249c128f55b640b79d", "links": {"self": "http://172.30.9.28:5000/v3/roles/fea739ce4d1249249c128f55b640b79d"}, "name": "ResellerAdmin"}]} 2018-09-04 10:22:32,550 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-3fea895c-8ea8-4b26-a6cc-77b6c4984138 2018-09-04 10:22:32,553 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects?name=api_check-project_95790658-ea1a-473f-b71a-0aa15c3467f2 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a5390f466bda1359a735f81e2086f6b48a621868" 2018-09-04 10:22:32,571 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:22:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-190bde74-e1f2-47b5-af06-05011b2c5bed Content-Encoding: gzip Content-Length: 281 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?name=api_check-project_95790658-ea1a-473f-b71a-0aa15c3467f2", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.28:5000/v3/projects/da1aa3dc9e564d3d922e61c0121a390e"}, "enabled": true, "id": "da1aa3dc9e564d3d922e61c0121a390e", "parent_id": "default", "domain_id": "default", "name": "api_check-project_95790658-ea1a-473f-b71a-0aa15c3467f2"}]} 2018-09-04 10:22:32,572 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?name=api_check-project_95790658-ea1a-473f-b71a-0aa15c3467f2 used request id req-190bde74-e1f2-47b5-af06-05011b2c5bed 2018-09-04 10:22:32,575 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/users/3a04b41ce08642e28b689dfe1323e5c1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a5390f466bda1359a735f81e2086f6b48a621868" 2018-09-04 10:22:32,680 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:22:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6f11056f-5402-40c8-9aa0-6565c8ac1116 Content-Encoding: gzip Content-Length: 211 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.28:5000/v3/users/3a04b41ce08642e28b689dfe1323e5c1"}, "enabled": true, "id": "3a04b41ce08642e28b689dfe1323e5c1", "options": {}, "domain_id": "default", "name": "CreateUserSuccessTests-6fd84ea6-cd2d-420-name"}} 2018-09-04 10:22:32,680 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users/3a04b41ce08642e28b689dfe1323e5c1 used request id req-6f11056f-5402-40c8-9aa0-6565c8ac1116 2018-09-04 10:22:32,684 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/da1aa3dc9e564d3d922e61c0121a390e/users/3a04b41ce08642e28b689dfe1323e5c1/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a5390f466bda1359a735f81e2086f6b48a621868" 2018-09-04 10:22:32,796 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:22:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-35f3ae18-17d5-417e-8e57-60b527cbc5af Content-Encoding: gzip Content-Length: 165 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects/da1aa3dc9e564d3d922e61c0121a390e/users/3a04b41ce08642e28b689dfe1323e5c1/roles", "previous": null, "next": null}, "roles": []} 2018-09-04 10:22:32,796 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/da1aa3dc9e564d3d922e61c0121a390e/users/3a04b41ce08642e28b689dfe1323e5c1/roles used request id req-35f3ae18-17d5-417e-8e57-60b527cbc5af 2018-09-04 10:22:32,799 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles/3d416247e8224533841040c3ad2bce5a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a5390f466bda1359a735f81e2086f6b48a621868" 2018-09-04 10:22:32,887 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:22:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0f8add0e-92d3-47f8-95bb-8a068f900d25 Content-Encoding: gzip Content-Length: 140 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.28:5000/v3/roles/3d416247e8224533841040c3ad2bce5a"}, "domain_id": null, "name": "admin", "id": "3d416247e8224533841040c3ad2bce5a"}} 2018-09-04 10:22:32,887 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles/3d416247e8224533841040c3ad2bce5a used request id req-0f8add0e-92d3-47f8-95bb-8a068f900d25 2018-09-04 10:22:32,887 - keystone_utils - INFO - Granting role admin to project api_check-project_95790658-ea1a-473f-b71a-0aa15c3467f2 2018-09-04 10:22:32,891 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.28:5000/v3/projects/da1aa3dc9e564d3d922e61c0121a390e/users/3a04b41ce08642e28b689dfe1323e5c1/roles/3d416247e8224533841040c3ad2bce5a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a5390f466bda1359a735f81e2086f6b48a621868" 2018-09-04 10:22:33,132 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 10:22:32 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a7578f3d-c2e4-47ab-9bfb-90b9e0039068 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 10:22:33,132 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.28:5000/v3/projects/da1aa3dc9e564d3d922e61c0121a390e/users/3a04b41ce08642e28b689dfe1323e5c1/roles/3d416247e8224533841040c3ad2bce5a used request id req-a7578f3d-c2e4-47ab-9bfb-90b9e0039068 2018-09-04 10:22:33,135 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a5390f466bda1359a735f81e2086f6b48a621868" 2018-09-04 10:22:33,226 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:22:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-262c8bca-c888-4c45-9c36-62336298cdf3 Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3d416247e8224533841040c3ad2bce5a", "links": {"self": "http://172.30.9.28:5000/v3/roles/3d416247e8224533841040c3ad2bce5a"}, "name": "admin"}, {"domain_id": null, "id": "5ef645ad12fc453aa5d8a0c2cbf76196", "links": {"self": "http://172.30.9.28:5000/v3/roles/5ef645ad12fc453aa5d8a0c2cbf76196"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "6fc48fbb08d4410680bf5ace535e410c", "links": {"self": "http://172.30.9.28:5000/v3/roles/6fc48fbb08d4410680bf5ace535e410c"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9a944a8c31754b8f941d2fa9034d4301", "links": {"self": "http://172.30.9.28:5000/v3/roles/9a944a8c31754b8f941d2fa9034d4301"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "fea739ce4d1249249c128f55b640b79d", "links": {"self": "http://172.30.9.28:5000/v3/roles/fea739ce4d1249249c128f55b640b79d"}, "name": "ResellerAdmin"}]} 2018-09-04 10:22:33,226 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-262c8bca-c888-4c45-9c36-62336298cdf3 2018-09-04 10:22:33,230 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects?name=api_check-project_95790658-ea1a-473f-b71a-0aa15c3467f2 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a5390f466bda1359a735f81e2086f6b48a621868" 2018-09-04 10:22:33,323 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:22:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fb29d015-0c58-401a-9766-e29547918be0 Content-Encoding: gzip Content-Length: 281 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?name=api_check-project_95790658-ea1a-473f-b71a-0aa15c3467f2", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.28:5000/v3/projects/da1aa3dc9e564d3d922e61c0121a390e"}, "enabled": true, "id": "da1aa3dc9e564d3d922e61c0121a390e", "parent_id": "default", "domain_id": "default", "name": "api_check-project_95790658-ea1a-473f-b71a-0aa15c3467f2"}]} 2018-09-04 10:22:33,323 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?name=api_check-project_95790658-ea1a-473f-b71a-0aa15c3467f2 used request id req-fb29d015-0c58-401a-9766-e29547918be0 2018-09-04 10:22:33,324 - keystone_utils - INFO - Created user with name - CreateUserSuccessTests-6fd84ea6-cd2d-420-name 2018-09-04 10:22:33,327 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-04 10:22:33,332 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 04 Sep 2018 10:22: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.28: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.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-04 10:22:33,333 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a5560d33fd40834901260709e2643450517786d4" 2018-09-04 10:22:33,436 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:22:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-21da1c4b-9b58-4868-b8d7-ac3d764c65af Content-Encoding: gzip Content-Length: 906 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.28:5000/v3/users/2719bb13630f43dfa92537864b7b9156"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2719bb13630f43dfa92537864b7b9156", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.28:5000/v3/users/36910ef6abf94075a2d6069c8571e383"}, "domain_id": "default", "enabled": true, "options": {}, "id": "36910ef6abf94075a2d6069c8571e383", "email": "cinder@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "CreateUserSuccessTests-6fd84ea6-cd2d-420-name", "links": {"self": "http://172.30.9.28:5000/v3/users/3a04b41ce08642e28b689dfe1323e5c1"}, "domain_id": "default", "enabled": true, "id": "3a04b41ce08642e28b689dfe1323e5c1", "options": {}}, {"name": "admin", "links": {"self": "http://172.30.9.28:5000/v3/users/42c3a9abd8ad4ce8ab2c4cc6e0403c33"}, "domain_id": "default", "enabled": true, "options": {}, "id": "42c3a9abd8ad4ce8ab2c4cc6e0403c33", "email": "admin@example.com", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.28:5000/v3/users/449836e5f54549afb8a7ce28abf3d544"}, "domain_id": "default", "enabled": true, "options": {}, "id": "449836e5f54549afb8a7ce28abf3d544", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.28:5000/v3/users/4f2d44b313674c27b065e562198a2eaf"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4f2d44b313674c27b065e562198a2eaf", "email": "placement@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.28:5000/v3/users/53e472b53b3247cc998195108afb0333"}, "domain_id": "default", "enabled": true, "options": {}, "id": "53e472b53b3247cc998195108afb0333", "email": "heat-cfn@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "api_check-user_95790658-ea1a-473f-b71a-0aa15c3467f2", "links": {"self": "http://172.30.9.28:5000/v3/users/6cb53a06110b45a6a2f21cb265048110"}, "domain_id": "default", "enabled": true, "id": "6cb53a06110b45a6a2f21cb265048110", "options": {}}, {"name": "glance", "links": {"self": "http://172.30.9.28:5000/v3/users/72c8a4f27c80473bb772f1af33725838"}, "domain_id": "default", "enabled": true, "options": {}, "id": "72c8a4f27c80473bb772f1af33725838", "email": "glance@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.28:5000/v3/users/7661c02c249442d984369889093013fe"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7661c02c249442d984369889093013fe", "email": "barbican@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.28:5000/v3/users/78cfb105b70a43c69c179056f12732d4"}, "domain_id": "bb3675e8f7584634b56038f5732ae451", "enabled": true, "options": {}, "id": "78cfb105b70a43c69c179056f12732d4", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.28:5000/v3/users/7cc5af47f4974b51be24b8af469f48f6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7cc5af47f4974b51be24b8af469f48f6", "email": "aodh@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.28:5000/v3/users/828ac5d6a2ef4b0091fb761ec963b324"}, "domain_id": "default", "enabled": true, "options": {}, "id": "828ac5d6a2ef4b0091fb761ec963b324", "email": "congress@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.28:5000/v3/users/9dcf57654b41495ea7db845703bc37f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9dcf57654b41495ea7db845703bc37f8", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.28:5000/v3/users/c4e0c9bcba5d4f0895d28f0f72346c41"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c4e0c9bcba5d4f0895d28f0f72346c41", "email": "neutron@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.28:5000/v3/users/ef3f2972886b4078848941109f593feb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ef3f2972886b4078848941109f593feb", "email": "nova@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.28:5000/v3/users", "previous": null, "next": null}} 2018-09-04 10:22:33,436 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-21da1c4b-9b58-4868-b8d7-ac3d764c65af 2018-09-04 10:22:33,441 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a5560d33fd40834901260709e2643450517786d4" 2018-09-04 10:22:33,539 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:22:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-efa8985a-16c6-48c1-b63e-c31a8a4d3080 Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3d416247e8224533841040c3ad2bce5a", "links": {"self": "http://172.30.9.28:5000/v3/roles/3d416247e8224533841040c3ad2bce5a"}, "name": "admin"}, {"domain_id": null, "id": "5ef645ad12fc453aa5d8a0c2cbf76196", "links": {"self": "http://172.30.9.28:5000/v3/roles/5ef645ad12fc453aa5d8a0c2cbf76196"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "6fc48fbb08d4410680bf5ace535e410c", "links": {"self": "http://172.30.9.28:5000/v3/roles/6fc48fbb08d4410680bf5ace535e410c"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9a944a8c31754b8f941d2fa9034d4301", "links": {"self": "http://172.30.9.28:5000/v3/roles/9a944a8c31754b8f941d2fa9034d4301"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "fea739ce4d1249249c128f55b640b79d", "links": {"self": "http://172.30.9.28:5000/v3/roles/fea739ce4d1249249c128f55b640b79d"}, "name": "ResellerAdmin"}]} 2018-09-04 10:22:33,539 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-efa8985a-16c6-48c1-b63e-c31a8a4d3080 2018-09-04 10:22:33,543 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects?name=api_check-project_95790658-ea1a-473f-b71a-0aa15c3467f2 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a5560d33fd40834901260709e2643450517786d4" 2018-09-04 10:22:33,624 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:22:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4db09a7a-e622-42b8-a0d2-e8f7341201d3 Content-Encoding: gzip Content-Length: 281 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?name=api_check-project_95790658-ea1a-473f-b71a-0aa15c3467f2", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.28:5000/v3/projects/da1aa3dc9e564d3d922e61c0121a390e"}, "enabled": true, "id": "da1aa3dc9e564d3d922e61c0121a390e", "parent_id": "default", "domain_id": "default", "name": "api_check-project_95790658-ea1a-473f-b71a-0aa15c3467f2"}]} 2018-09-04 10:22:33,624 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?name=api_check-project_95790658-ea1a-473f-b71a-0aa15c3467f2 used request id req-4db09a7a-e622-42b8-a0d2-e8f7341201d3 2018-09-04 10:22:33,628 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/da1aa3dc9e564d3d922e61c0121a390e/users/3a04b41ce08642e28b689dfe1323e5c1/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a5560d33fd40834901260709e2643450517786d4" 2018-09-04 10:22:33,732 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:22:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d63cbc68-373a-4d3a-a2cb-5cc99c8bc861 Content-Encoding: gzip Content-Length: 221 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects/da1aa3dc9e564d3d922e61c0121a390e/users/3a04b41ce08642e28b689dfe1323e5c1/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3d416247e8224533841040c3ad2bce5a", "links": {"self": "http://172.30.9.28:5000/v3/roles/3d416247e8224533841040c3ad2bce5a"}, "name": "admin"}]} 2018-09-04 10:22:33,733 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/da1aa3dc9e564d3d922e61c0121a390e/users/3a04b41ce08642e28b689dfe1323e5c1/roles used request id req-d63cbc68-373a-4d3a-a2cb-5cc99c8bc861 2018-09-04 10:22:33,733 - keystone_utils - INFO - Deleting user with name - CreateUserSuccessTests-6fd84ea6-cd2d-420-name 2018-09-04 10:22:33,737 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/users/3a04b41ce08642e28b689dfe1323e5c1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a5390f466bda1359a735f81e2086f6b48a621868" 2018-09-04 10:22:33,963 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 10:22:33 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-fe7ad6d1-05b1-4593-ac5a-324a005313b2 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 10:22:33,963 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/users/3a04b41ce08642e28b689dfe1323e5c1 used request id req-fe7ad6d1-05b1-4593-ac5a-324a005313b2 2018-09-04 10:22:33,965 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-09-04 10:22:34,339 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5ef645ad12fc453aa5d8a0c2cbf76196", "name": "heat_stack_owner"}, {"id": "9a944a8c31754b8f941d2fa9034d4301", "name": "Member"}, {"id": "3d416247e8224533841040c3ad2bce5a", "name": "admin"}], "expires_at": "2018-09-04T11:22:34.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "da1aa3dc9e564d3d922e61c0121a390e", "name": "api_check-project_95790658-ea1a-473f-b71a-0aa15c3467f2"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235635a698ef4bef9dc6b25273d185da"}, {"url": "http://192.30.9.6:8776/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "23b07b3fbfc340a58cf0f9b2871a0d23"}, {"url": "http://172.30.9.28:8776/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "72fd0aaa144d45419f4b04b6b26f69a7"}], "type": "volume", "id": "097241c25b4d4f7e91b3f8efa155909e", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v3/da1aa3dc9e564d3d922e61c0121a390e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93eb4cf3030a49e7840bec071422d397"}, {"url": "http://192.30.9.6:8776/v3/da1aa3dc9e564d3d922e61c0121a390e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8af439a6ac147fdbcb38ed9aa916b68"}, {"url": "http://192.30.9.6:8776/v3/da1aa3dc9e564d3d922e61c0121a390e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c4bfdbc9b7c74a23a40afdf578cfeba4"}], "type": "volumev3", "id": "1c85f4682ce44f729db1dabd98e965e8", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "82239574a29d4603a2161006f61851cf"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8d15f7134f364a7bbcfff2f84aac3bf2"}, {"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e01668c43a0c4c279b9a3d20a0280d6c"}], "type": "image", "id": "297d8415ca96454991054983920912f7", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7bb4d60e20734d4a9f31ec75e02cb823"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bf6adec15590466a9a0d3bddb00e8993"}, {"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f096f03a1d12411a8972f6f7c196b60d"}], "type": "policy", "id": "54c64351b56d44bbad74c2969cc3aa00", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "354ae6870a324fab82d0a0fb68ee0f26"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a3807e460dd4af488d982b66c52e64c"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e7c3da785076450abd71868e75ce0c33"}], "type": "cloudformation", "id": "6ac9917ae83c4639a15a4ab3cf0e76dd", "name": "heat-cfn"}, {"endpoints": [], "type": "metering", "id": "7fcc078e5e0645f29df67742ac14e388", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49e71628d386464cb950d6a9db00a328"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75b0a63ed8574bbcab1c851cc9b83d30"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9902b0a8b3c04cd192a1b84c417c232b"}], "type": "key-manager", "id": "9626544a32e74678a641c6e206f028a9", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "497340e5aa36485982fdf297f370558f"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7802beb4fc7c4952897b77bd5610b1fe"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c14af798917f4fa0b146d9772583e595"}], "type": "metric", "id": "973bfe8c658d4e5a8da725e76b9d550e", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "288ecc3674ea41d2aa3b790dcb832bf2"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7a6dc785cd7142f5b30f1a7ba0daeb03"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7f7d34e2351b4964befccc862c4e8e12"}], "type": "network", "id": "a348d7b06050474fb449be7f32ea6f5d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "21bce6ecb8464a1f8f3e3847aa698bd6"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0a8faf2246b47deb30e69e48d3551fb"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e71c6011de3d4d8589e5b53dcc79f288"}], "type": "identity", "id": "ad8d4b4953184137a1b913ecee9434ed", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "13474f9a78ca4f1184e4cddc84d0d98c"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad67365a18234bb78c336e6776958c00"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc54db13337f44f8921fbb9ad0f81de8"}], "type": "alarming", "id": "bb18dc3243034f08a6a7f69f7a1edccf", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0d91d7adf0304b2681c77f979e5cdb17"}, {"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "756e5ffca9774ab3ae2db41bf330417f"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c07c727a08c243b287827f539a124e63"}], "type": "placement", "id": "bb2c9432fcbd4c56913177122468f6ba", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1eed4912224b48cf9856446eae4d9928"}, {"url": "http://192.30.9.6:8004/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b73b7f99236541148d84f24f09e5dd40"}, {"url": "http://192.30.9.6:8004/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fbf12e52911244fdafc24a9d46f56e62"}], "type": "orchestration", "id": "c8918d139da945ba93df4ccce21d4904", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/da1aa3dc9e564d3d922e61c0121a390e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16bf098b9e2e490f8e47fa601059f975"}, {"url": "http://192.30.9.6:8776/v2/da1aa3dc9e564d3d922e61c0121a390e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc16fa4cf491444ca2f611d5692c1170"}, {"url": "http://192.30.9.6:8776/v2/da1aa3dc9e564d3d922e61c0121a390e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ccd2c5325dff4b90b391db9fdde67d99"}], "type": "volumev2", "id": "d09ac9123c34494abce21d6c27bee9d9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eac694332354a3aa0e61c31314166d7"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b4d4989c4e764717ab78d38675cadd3f"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff196e46b56d406d87a678f1a64497b0"}], "type": "compute", "id": "d4030ee932c84df58c5b910cc197caa7", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_95790658-ea1a-473f-b71a-0aa15c3467f2", "id": "6cb53a06110b45a6a2f21cb265048110"}, "audit_ids": ["FH710DHVTDmMkQt96IXR-w"], "issued_at": "2018-09-04T10:22:34.000000Z"}} 2018-09-04 10:22:34,339 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28: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}91113568934ac7ae13bb816c42697a3a727e8a05" 2018-09-04 10:22:34,428 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:22:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f481d563-7f2d-4e3a-9303-a9dfe9b83f29 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.28:5000/v3/", "rel": "self"}]}} 2018-09-04 10:22:34,429 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-f481d563-7f2d-4e3a-9303-a9dfe9b83f29 2018-09-04 10:22:34,430 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 10:22:34,431 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-09-04 10:22:34,814 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5ef645ad12fc453aa5d8a0c2cbf76196", "name": "heat_stack_owner"}, {"id": "9a944a8c31754b8f941d2fa9034d4301", "name": "Member"}, {"id": "3d416247e8224533841040c3ad2bce5a", "name": "admin"}], "expires_at": "2018-09-04T11:22:34.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "da1aa3dc9e564d3d922e61c0121a390e", "name": "api_check-project_95790658-ea1a-473f-b71a-0aa15c3467f2"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235635a698ef4bef9dc6b25273d185da"}, {"url": "http://192.30.9.6:8776/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "23b07b3fbfc340a58cf0f9b2871a0d23"}, {"url": "http://172.30.9.28:8776/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "72fd0aaa144d45419f4b04b6b26f69a7"}], "type": "volume", "id": "097241c25b4d4f7e91b3f8efa155909e", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v3/da1aa3dc9e564d3d922e61c0121a390e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93eb4cf3030a49e7840bec071422d397"}, {"url": "http://192.30.9.6:8776/v3/da1aa3dc9e564d3d922e61c0121a390e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8af439a6ac147fdbcb38ed9aa916b68"}, {"url": "http://192.30.9.6:8776/v3/da1aa3dc9e564d3d922e61c0121a390e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c4bfdbc9b7c74a23a40afdf578cfeba4"}], "type": "volumev3", "id": "1c85f4682ce44f729db1dabd98e965e8", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "82239574a29d4603a2161006f61851cf"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8d15f7134f364a7bbcfff2f84aac3bf2"}, {"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e01668c43a0c4c279b9a3d20a0280d6c"}], "type": "image", "id": "297d8415ca96454991054983920912f7", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7bb4d60e20734d4a9f31ec75e02cb823"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bf6adec15590466a9a0d3bddb00e8993"}, {"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f096f03a1d12411a8972f6f7c196b60d"}], "type": "policy", "id": "54c64351b56d44bbad74c2969cc3aa00", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "354ae6870a324fab82d0a0fb68ee0f26"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a3807e460dd4af488d982b66c52e64c"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e7c3da785076450abd71868e75ce0c33"}], "type": "cloudformation", "id": "6ac9917ae83c4639a15a4ab3cf0e76dd", "name": "heat-cfn"}, {"endpoints": [], "type": "metering", "id": "7fcc078e5e0645f29df67742ac14e388", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49e71628d386464cb950d6a9db00a328"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75b0a63ed8574bbcab1c851cc9b83d30"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9902b0a8b3c04cd192a1b84c417c232b"}], "type": "key-manager", "id": "9626544a32e74678a641c6e206f028a9", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "497340e5aa36485982fdf297f370558f"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7802beb4fc7c4952897b77bd5610b1fe"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c14af798917f4fa0b146d9772583e595"}], "type": "metric", "id": "973bfe8c658d4e5a8da725e76b9d550e", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "288ecc3674ea41d2aa3b790dcb832bf2"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7a6dc785cd7142f5b30f1a7ba0daeb03"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7f7d34e2351b4964befccc862c4e8e12"}], "type": "network", "id": "a348d7b06050474fb449be7f32ea6f5d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "21bce6ecb8464a1f8f3e3847aa698bd6"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0a8faf2246b47deb30e69e48d3551fb"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e71c6011de3d4d8589e5b53dcc79f288"}], "type": "identity", "id": "ad8d4b4953184137a1b913ecee9434ed", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "13474f9a78ca4f1184e4cddc84d0d98c"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad67365a18234bb78c336e6776958c00"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc54db13337f44f8921fbb9ad0f81de8"}], "type": "alarming", "id": "bb18dc3243034f08a6a7f69f7a1edccf", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0d91d7adf0304b2681c77f979e5cdb17"}, {"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "756e5ffca9774ab3ae2db41bf330417f"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c07c727a08c243b287827f539a124e63"}], "type": "placement", "id": "bb2c9432fcbd4c56913177122468f6ba", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1eed4912224b48cf9856446eae4d9928"}, {"url": "http://192.30.9.6:8004/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b73b7f99236541148d84f24f09e5dd40"}, {"url": "http://192.30.9.6:8004/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fbf12e52911244fdafc24a9d46f56e62"}], "type": "orchestration", "id": "c8918d139da945ba93df4ccce21d4904", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/da1aa3dc9e564d3d922e61c0121a390e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16bf098b9e2e490f8e47fa601059f975"}, {"url": "http://192.30.9.6:8776/v2/da1aa3dc9e564d3d922e61c0121a390e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc16fa4cf491444ca2f611d5692c1170"}, {"url": "http://192.30.9.6:8776/v2/da1aa3dc9e564d3d922e61c0121a390e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ccd2c5325dff4b90b391db9fdde67d99"}], "type": "volumev2", "id": "d09ac9123c34494abce21d6c27bee9d9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eac694332354a3aa0e61c31314166d7"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b4d4989c4e764717ab78d38675cadd3f"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff196e46b56d406d87a678f1a64497b0"}], "type": "compute", "id": "d4030ee932c84df58c5b910cc197caa7", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_95790658-ea1a-473f-b71a-0aa15c3467f2", "id": "6cb53a06110b45a6a2f21cb265048110"}, "audit_ids": ["TUv2jUT1Rvm_xIO4qSOJgQ"], "issued_at": "2018-09-04T10:22:34.000000Z"}} 2018-09-04 10:22:34,815 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28: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}df436a1f758733cc09666ac083babd0035f8cc7d" 2018-09-04 10:22:34,893 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:22:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cdcea9be-f65e-4456-a5b6-37c77c0a3910 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.28:5000/v3/", "rel": "self"}]}} 2018-09-04 10:22:34,893 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-cdcea9be-f65e-4456-a5b6-37c77c0a3910 2018-09-04 10:22:34,897 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-04 10:22:34,902 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 04 Sep 2018 10:22: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.28: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.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-04 10:22:34,903 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}df436a1f758733cc09666ac083babd0035f8cc7d" 2018-09-04 10:22:35,006 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:22:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1c8dcdb8-c55c-47e0-89d7-a55400cae32c Content-Encoding: gzip Content-Length: 837 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.28:5000/v3/users/2719bb13630f43dfa92537864b7b9156"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2719bb13630f43dfa92537864b7b9156", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.28:5000/v3/users/36910ef6abf94075a2d6069c8571e383"}, "domain_id": "default", "enabled": true, "options": {}, "id": "36910ef6abf94075a2d6069c8571e383", "email": "cinder@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.28:5000/v3/users/42c3a9abd8ad4ce8ab2c4cc6e0403c33"}, "domain_id": "default", "enabled": true, "options": {}, "id": "42c3a9abd8ad4ce8ab2c4cc6e0403c33", "email": "admin@example.com", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.28:5000/v3/users/449836e5f54549afb8a7ce28abf3d544"}, "domain_id": "default", "enabled": true, "options": {}, "id": "449836e5f54549afb8a7ce28abf3d544", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.28:5000/v3/users/4f2d44b313674c27b065e562198a2eaf"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4f2d44b313674c27b065e562198a2eaf", "email": "placement@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.28:5000/v3/users/53e472b53b3247cc998195108afb0333"}, "domain_id": "default", "enabled": true, "options": {}, "id": "53e472b53b3247cc998195108afb0333", "email": "heat-cfn@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "api_check-user_95790658-ea1a-473f-b71a-0aa15c3467f2", "links": {"self": "http://172.30.9.28:5000/v3/users/6cb53a06110b45a6a2f21cb265048110"}, "domain_id": "default", "enabled": true, "id": "6cb53a06110b45a6a2f21cb265048110", "options": {}}, {"name": "glance", "links": {"self": "http://172.30.9.28:5000/v3/users/72c8a4f27c80473bb772f1af33725838"}, "domain_id": "default", "enabled": true, "options": {}, "id": "72c8a4f27c80473bb772f1af33725838", "email": "glance@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.28:5000/v3/users/7661c02c249442d984369889093013fe"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7661c02c249442d984369889093013fe", "email": "barbican@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.28:5000/v3/users/78cfb105b70a43c69c179056f12732d4"}, "domain_id": "bb3675e8f7584634b56038f5732ae451", "enabled": true, "options": {}, "id": "78cfb105b70a43c69c179056f12732d4", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.28:5000/v3/users/7cc5af47f4974b51be24b8af469f48f6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7cc5af47f4974b51be24b8af469f48f6", "email": "aodh@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.28:5000/v3/users/828ac5d6a2ef4b0091fb761ec963b324"}, "domain_id": "default", "enabled": true, "options": {}, "id": "828ac5d6a2ef4b0091fb761ec963b324", "email": "congress@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.28:5000/v3/users/9dcf57654b41495ea7db845703bc37f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9dcf57654b41495ea7db845703bc37f8", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.28:5000/v3/users/c4e0c9bcba5d4f0895d28f0f72346c41"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c4e0c9bcba5d4f0895d28f0f72346c41", "email": "neutron@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.28:5000/v3/users/ef3f2972886b4078848941109f593feb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ef3f2972886b4078848941109f593feb", "email": "nova@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.28:5000/v3/users", "previous": null, "next": null}} 2018-09-04 10:22:35,006 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-1c8dcdb8-c55c-47e0-89d7-a55400cae32c 2018-09-04 10:22:35,010 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}df436a1f758733cc09666ac083babd0035f8cc7d" 2018-09-04 10:22:35,087 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:22:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2d1ac11d-6ce0-4a47-9b8b-4fa4966fb3ef Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-09-04 10:22:35,087 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains?name=Default used request id req-2d1ac11d-6ce0-4a47-9b8b-4fa4966fb3ef 2018-09-04 10:22:35,604 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}df436a1f758733cc09666ac083babd0035f8cc7d" 2018-09-04 10:22:35,697 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:22:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-96219bf2-eec9-4a3f-ace8-fbe3136652f4 Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3d416247e8224533841040c3ad2bce5a", "links": {"self": "http://172.30.9.28:5000/v3/roles/3d416247e8224533841040c3ad2bce5a"}, "name": "admin"}, {"domain_id": null, "id": "5ef645ad12fc453aa5d8a0c2cbf76196", "links": {"self": "http://172.30.9.28:5000/v3/roles/5ef645ad12fc453aa5d8a0c2cbf76196"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "6fc48fbb08d4410680bf5ace535e410c", "links": {"self": "http://172.30.9.28:5000/v3/roles/6fc48fbb08d4410680bf5ace535e410c"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9a944a8c31754b8f941d2fa9034d4301", "links": {"self": "http://172.30.9.28:5000/v3/roles/9a944a8c31754b8f941d2fa9034d4301"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "fea739ce4d1249249c128f55b640b79d", "links": {"self": "http://172.30.9.28:5000/v3/roles/fea739ce4d1249249c128f55b640b79d"}, "name": "ResellerAdmin"}]} 2018-09-04 10:22:35,698 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-96219bf2-eec9-4a3f-ace8-fbe3136652f4 2018-09-04 10:22:35,702 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects?name=api_check-project_95790658-ea1a-473f-b71a-0aa15c3467f2 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}df436a1f758733cc09666ac083babd0035f8cc7d" 2018-09-04 10:22:35,785 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:22:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-475f68ac-7858-41df-9128-dfa8c46119ab Content-Encoding: gzip Content-Length: 281 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?name=api_check-project_95790658-ea1a-473f-b71a-0aa15c3467f2", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.28:5000/v3/projects/da1aa3dc9e564d3d922e61c0121a390e"}, "enabled": true, "id": "da1aa3dc9e564d3d922e61c0121a390e", "parent_id": "default", "domain_id": "default", "name": "api_check-project_95790658-ea1a-473f-b71a-0aa15c3467f2"}]} 2018-09-04 10:22:35,786 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?name=api_check-project_95790658-ea1a-473f-b71a-0aa15c3467f2 used request id req-475f68ac-7858-41df-9128-dfa8c46119ab 2018-09-04 10:22:35,789 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/users/74fd272ac7b74d198c89a20420d3919a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}df436a1f758733cc09666ac083babd0035f8cc7d" 2018-09-04 10:22:35,888 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:22:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b16938c6-58ac-4fe7-86a2-af03d1e256ed Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.28:5000/v3/users/74fd272ac7b74d198c89a20420d3919a"}, "enabled": true, "id": "74fd272ac7b74d198c89a20420d3919a", "options": {}, "domain_id": "default", "name": "CreateUserSuccessTests-91f4d764-d31b-4d2-name"}} 2018-09-04 10:22:35,888 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users/74fd272ac7b74d198c89a20420d3919a used request id req-b16938c6-58ac-4fe7-86a2-af03d1e256ed 2018-09-04 10:22:35,892 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/da1aa3dc9e564d3d922e61c0121a390e/users/74fd272ac7b74d198c89a20420d3919a/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}df436a1f758733cc09666ac083babd0035f8cc7d" 2018-09-04 10:22:35,925 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:22:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-03b5d33e-e059-4a09-9a5e-86904ea4cc9f Content-Encoding: gzip Content-Length: 165 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects/da1aa3dc9e564d3d922e61c0121a390e/users/74fd272ac7b74d198c89a20420d3919a/roles", "previous": null, "next": null}, "roles": []} 2018-09-04 10:22:35,925 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/da1aa3dc9e564d3d922e61c0121a390e/users/74fd272ac7b74d198c89a20420d3919a/roles used request id req-03b5d33e-e059-4a09-9a5e-86904ea4cc9f 2018-09-04 10:22:35,928 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles/3d416247e8224533841040c3ad2bce5a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}df436a1f758733cc09666ac083babd0035f8cc7d" 2018-09-04 10:22:36,007 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:22:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-23f37f06-c401-45a2-97b3-d1c6c7f58fe1 Content-Encoding: gzip Content-Length: 140 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.28:5000/v3/roles/3d416247e8224533841040c3ad2bce5a"}, "domain_id": null, "name": "admin", "id": "3d416247e8224533841040c3ad2bce5a"}} 2018-09-04 10:22:36,007 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles/3d416247e8224533841040c3ad2bce5a used request id req-23f37f06-c401-45a2-97b3-d1c6c7f58fe1 2018-09-04 10:22:36,008 - keystone_utils - INFO - Granting role admin to project api_check-project_95790658-ea1a-473f-b71a-0aa15c3467f2 2018-09-04 10:22:36,011 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.28:5000/v3/projects/da1aa3dc9e564d3d922e61c0121a390e/users/74fd272ac7b74d198c89a20420d3919a/roles/3d416247e8224533841040c3ad2bce5a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}df436a1f758733cc09666ac083babd0035f8cc7d" 2018-09-04 10:22:36,139 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 10:22:36 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-22e26c00-53b2-485c-aa36-4dd91073258c Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 10:22:36,139 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.28:5000/v3/projects/da1aa3dc9e564d3d922e61c0121a390e/users/74fd272ac7b74d198c89a20420d3919a/roles/3d416247e8224533841040c3ad2bce5a used request id req-22e26c00-53b2-485c-aa36-4dd91073258c 2018-09-04 10:22:36,143 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}df436a1f758733cc09666ac083babd0035f8cc7d" 2018-09-04 10:22:36,320 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:22:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-73779a15-3787-4d00-b4ef-a6f847808617 Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3d416247e8224533841040c3ad2bce5a", "links": {"self": "http://172.30.9.28:5000/v3/roles/3d416247e8224533841040c3ad2bce5a"}, "name": "admin"}, {"domain_id": null, "id": "5ef645ad12fc453aa5d8a0c2cbf76196", "links": {"self": "http://172.30.9.28:5000/v3/roles/5ef645ad12fc453aa5d8a0c2cbf76196"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "6fc48fbb08d4410680bf5ace535e410c", "links": {"self": "http://172.30.9.28:5000/v3/roles/6fc48fbb08d4410680bf5ace535e410c"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9a944a8c31754b8f941d2fa9034d4301", "links": {"self": "http://172.30.9.28:5000/v3/roles/9a944a8c31754b8f941d2fa9034d4301"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "fea739ce4d1249249c128f55b640b79d", "links": {"self": "http://172.30.9.28:5000/v3/roles/fea739ce4d1249249c128f55b640b79d"}, "name": "ResellerAdmin"}]} 2018-09-04 10:22:36,320 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-73779a15-3787-4d00-b4ef-a6f847808617 2018-09-04 10:22:36,324 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects?name=api_check-project_95790658-ea1a-473f-b71a-0aa15c3467f2 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}df436a1f758733cc09666ac083babd0035f8cc7d" 2018-09-04 10:22:36,341 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:22:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-97700798-fc12-4b8f-93aa-d1d6c82732d9 Content-Encoding: gzip Content-Length: 281 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?name=api_check-project_95790658-ea1a-473f-b71a-0aa15c3467f2", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.28:5000/v3/projects/da1aa3dc9e564d3d922e61c0121a390e"}, "enabled": true, "id": "da1aa3dc9e564d3d922e61c0121a390e", "parent_id": "default", "domain_id": "default", "name": "api_check-project_95790658-ea1a-473f-b71a-0aa15c3467f2"}]} 2018-09-04 10:22:36,341 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?name=api_check-project_95790658-ea1a-473f-b71a-0aa15c3467f2 used request id req-97700798-fc12-4b8f-93aa-d1d6c82732d9 2018-09-04 10:22:36,342 - keystone_utils - INFO - Created user with name - CreateUserSuccessTests-91f4d764-d31b-4d2-name 2018-09-04 10:22:36,342 - keystone_utils - INFO - Deleting user with name - CreateUserSuccessTests-91f4d764-d31b-4d2-name 2018-09-04 10:22:36,345 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-04 10:22:36,349 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 04 Sep 2018 10:22: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.28: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.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-04 10:22:36,350 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/users/74fd272ac7b74d198c89a20420d3919a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}91113568934ac7ae13bb816c42697a3a727e8a05" 2018-09-04 10:22:36,580 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 10:22:36 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-aaeef703-84dd-437d-b012-5377f4b5702c Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 10:22:36,580 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/users/74fd272ac7b74d198c89a20420d3919a used request id req-aaeef703-84dd-437d-b012-5377f4b5702c 2018-09-04 10:22:36,580 - keystone_utils - INFO - Deleting user with name - CreateUserSuccessTests-91f4d764-d31b-4d2-name 2018-09-04 10:22:36,583 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/users/74fd272ac7b74d198c89a20420d3919a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}df436a1f758733cc09666ac083babd0035f8cc7d" 2018-09-04 10:22:36,757 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 10:22:36 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-02e0ee4f-8877-4f83-8e37-41f868b967fe Content-Length: 115 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find user: 74fd272ac7b74d198c89a20420d3919a.", "code": 404, "title": "Not Found"}} 2018-09-04 10:22:36,757 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/users/74fd272ac7b74d198c89a20420d3919a used request id req-02e0ee4f-8877-4f83-8e37-41f868b967fe 2018-09-04 10:22:36,757 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 10:22:36,758 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-09-04 10:22:37,159 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5ef645ad12fc453aa5d8a0c2cbf76196", "name": "heat_stack_owner"}, {"id": "9a944a8c31754b8f941d2fa9034d4301", "name": "Member"}, {"id": "3d416247e8224533841040c3ad2bce5a", "name": "admin"}], "expires_at": "2018-09-04T11:22:37.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "da1aa3dc9e564d3d922e61c0121a390e", "name": "api_check-project_95790658-ea1a-473f-b71a-0aa15c3467f2"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235635a698ef4bef9dc6b25273d185da"}, {"url": "http://192.30.9.6:8776/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "23b07b3fbfc340a58cf0f9b2871a0d23"}, {"url": "http://172.30.9.28:8776/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "72fd0aaa144d45419f4b04b6b26f69a7"}], "type": "volume", "id": "097241c25b4d4f7e91b3f8efa155909e", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v3/da1aa3dc9e564d3d922e61c0121a390e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93eb4cf3030a49e7840bec071422d397"}, {"url": "http://192.30.9.6:8776/v3/da1aa3dc9e564d3d922e61c0121a390e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8af439a6ac147fdbcb38ed9aa916b68"}, {"url": "http://192.30.9.6:8776/v3/da1aa3dc9e564d3d922e61c0121a390e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c4bfdbc9b7c74a23a40afdf578cfeba4"}], "type": "volumev3", "id": "1c85f4682ce44f729db1dabd98e965e8", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "82239574a29d4603a2161006f61851cf"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8d15f7134f364a7bbcfff2f84aac3bf2"}, {"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e01668c43a0c4c279b9a3d20a0280d6c"}], "type": "image", "id": "297d8415ca96454991054983920912f7", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7bb4d60e20734d4a9f31ec75e02cb823"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bf6adec15590466a9a0d3bddb00e8993"}, {"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f096f03a1d12411a8972f6f7c196b60d"}], "type": "policy", "id": "54c64351b56d44bbad74c2969cc3aa00", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "354ae6870a324fab82d0a0fb68ee0f26"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a3807e460dd4af488d982b66c52e64c"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e7c3da785076450abd71868e75ce0c33"}], "type": "cloudformation", "id": "6ac9917ae83c4639a15a4ab3cf0e76dd", "name": "heat-cfn"}, {"endpoints": [], "type": "metering", "id": "7fcc078e5e0645f29df67742ac14e388", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49e71628d386464cb950d6a9db00a328"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75b0a63ed8574bbcab1c851cc9b83d30"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9902b0a8b3c04cd192a1b84c417c232b"}], "type": "key-manager", "id": "9626544a32e74678a641c6e206f028a9", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "497340e5aa36485982fdf297f370558f"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7802beb4fc7c4952897b77bd5610b1fe"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c14af798917f4fa0b146d9772583e595"}], "type": "metric", "id": "973bfe8c658d4e5a8da725e76b9d550e", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "288ecc3674ea41d2aa3b790dcb832bf2"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7a6dc785cd7142f5b30f1a7ba0daeb03"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7f7d34e2351b4964befccc862c4e8e12"}], "type": "network", "id": "a348d7b06050474fb449be7f32ea6f5d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "21bce6ecb8464a1f8f3e3847aa698bd6"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0a8faf2246b47deb30e69e48d3551fb"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e71c6011de3d4d8589e5b53dcc79f288"}], "type": "identity", "id": "ad8d4b4953184137a1b913ecee9434ed", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "13474f9a78ca4f1184e4cddc84d0d98c"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad67365a18234bb78c336e6776958c00"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc54db13337f44f8921fbb9ad0f81de8"}], "type": "alarming", "id": "bb18dc3243034f08a6a7f69f7a1edccf", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0d91d7adf0304b2681c77f979e5cdb17"}, {"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "756e5ffca9774ab3ae2db41bf330417f"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c07c727a08c243b287827f539a124e63"}], "type": "placement", "id": "bb2c9432fcbd4c56913177122468f6ba", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1eed4912224b48cf9856446eae4d9928"}, {"url": "http://192.30.9.6:8004/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b73b7f99236541148d84f24f09e5dd40"}, {"url": "http://192.30.9.6:8004/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fbf12e52911244fdafc24a9d46f56e62"}], "type": "orchestration", "id": "c8918d139da945ba93df4ccce21d4904", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/da1aa3dc9e564d3d922e61c0121a390e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16bf098b9e2e490f8e47fa601059f975"}, {"url": "http://192.30.9.6:8776/v2/da1aa3dc9e564d3d922e61c0121a390e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc16fa4cf491444ca2f611d5692c1170"}, {"url": "http://192.30.9.6:8776/v2/da1aa3dc9e564d3d922e61c0121a390e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ccd2c5325dff4b90b391db9fdde67d99"}], "type": "volumev2", "id": "d09ac9123c34494abce21d6c27bee9d9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eac694332354a3aa0e61c31314166d7"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b4d4989c4e764717ab78d38675cadd3f"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff196e46b56d406d87a678f1a64497b0"}], "type": "compute", "id": "d4030ee932c84df58c5b910cc197caa7", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_95790658-ea1a-473f-b71a-0aa15c3467f2", "id": "6cb53a06110b45a6a2f21cb265048110"}, "audit_ids": ["u2BvvbcOSf6KXFyeafZxzg"], "issued_at": "2018-09-04T10:22:37.000000Z"}} 2018-09-04 10:22:37,159 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28: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}31382373441a91ebe017a2120b59266d50ad45eb" 2018-09-04 10:22:37,241 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:22:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2be079d1-cc78-4f73-b9eb-6563920ea74f 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.28:5000/v3/", "rel": "self"}]}} 2018-09-04 10:22:37,242 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-2be079d1-cc78-4f73-b9eb-6563920ea74f 2018-09-04 10:22:37,243 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 10:22:37,243 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-09-04 10:22:37,614 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5ef645ad12fc453aa5d8a0c2cbf76196", "name": "heat_stack_owner"}, {"id": "9a944a8c31754b8f941d2fa9034d4301", "name": "Member"}, {"id": "3d416247e8224533841040c3ad2bce5a", "name": "admin"}], "expires_at": "2018-09-04T11:22:37.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "da1aa3dc9e564d3d922e61c0121a390e", "name": "api_check-project_95790658-ea1a-473f-b71a-0aa15c3467f2"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235635a698ef4bef9dc6b25273d185da"}, {"url": "http://192.30.9.6:8776/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "23b07b3fbfc340a58cf0f9b2871a0d23"}, {"url": "http://172.30.9.28:8776/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "72fd0aaa144d45419f4b04b6b26f69a7"}], "type": "volume", "id": "097241c25b4d4f7e91b3f8efa155909e", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v3/da1aa3dc9e564d3d922e61c0121a390e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93eb4cf3030a49e7840bec071422d397"}, {"url": "http://192.30.9.6:8776/v3/da1aa3dc9e564d3d922e61c0121a390e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8af439a6ac147fdbcb38ed9aa916b68"}, {"url": "http://192.30.9.6:8776/v3/da1aa3dc9e564d3d922e61c0121a390e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c4bfdbc9b7c74a23a40afdf578cfeba4"}], "type": "volumev3", "id": "1c85f4682ce44f729db1dabd98e965e8", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "82239574a29d4603a2161006f61851cf"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8d15f7134f364a7bbcfff2f84aac3bf2"}, {"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e01668c43a0c4c279b9a3d20a0280d6c"}], "type": "image", "id": "297d8415ca96454991054983920912f7", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7bb4d60e20734d4a9f31ec75e02cb823"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bf6adec15590466a9a0d3bddb00e8993"}, {"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f096f03a1d12411a8972f6f7c196b60d"}], "type": "policy", "id": "54c64351b56d44bbad74c2969cc3aa00", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "354ae6870a324fab82d0a0fb68ee0f26"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a3807e460dd4af488d982b66c52e64c"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e7c3da785076450abd71868e75ce0c33"}], "type": "cloudformation", "id": "6ac9917ae83c4639a15a4ab3cf0e76dd", "name": "heat-cfn"}, {"endpoints": [], "type": "metering", "id": "7fcc078e5e0645f29df67742ac14e388", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49e71628d386464cb950d6a9db00a328"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75b0a63ed8574bbcab1c851cc9b83d30"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9902b0a8b3c04cd192a1b84c417c232b"}], "type": "key-manager", "id": "9626544a32e74678a641c6e206f028a9", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "497340e5aa36485982fdf297f370558f"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7802beb4fc7c4952897b77bd5610b1fe"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c14af798917f4fa0b146d9772583e595"}], "type": "metric", "id": "973bfe8c658d4e5a8da725e76b9d550e", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "288ecc3674ea41d2aa3b790dcb832bf2"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7a6dc785cd7142f5b30f1a7ba0daeb03"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7f7d34e2351b4964befccc862c4e8e12"}], "type": "network", "id": "a348d7b06050474fb449be7f32ea6f5d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "21bce6ecb8464a1f8f3e3847aa698bd6"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0a8faf2246b47deb30e69e48d3551fb"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e71c6011de3d4d8589e5b53dcc79f288"}], "type": "identity", "id": "ad8d4b4953184137a1b913ecee9434ed", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "13474f9a78ca4f1184e4cddc84d0d98c"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad67365a18234bb78c336e6776958c00"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc54db13337f44f8921fbb9ad0f81de8"}], "type": "alarming", "id": "bb18dc3243034f08a6a7f69f7a1edccf", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0d91d7adf0304b2681c77f979e5cdb17"}, {"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "756e5ffca9774ab3ae2db41bf330417f"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c07c727a08c243b287827f539a124e63"}], "type": "placement", "id": "bb2c9432fcbd4c56913177122468f6ba", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1eed4912224b48cf9856446eae4d9928"}, {"url": "http://192.30.9.6:8004/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b73b7f99236541148d84f24f09e5dd40"}, {"url": "http://192.30.9.6:8004/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fbf12e52911244fdafc24a9d46f56e62"}], "type": "orchestration", "id": "c8918d139da945ba93df4ccce21d4904", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/da1aa3dc9e564d3d922e61c0121a390e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16bf098b9e2e490f8e47fa601059f975"}, {"url": "http://192.30.9.6:8776/v2/da1aa3dc9e564d3d922e61c0121a390e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc16fa4cf491444ca2f611d5692c1170"}, {"url": "http://192.30.9.6:8776/v2/da1aa3dc9e564d3d922e61c0121a390e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ccd2c5325dff4b90b391db9fdde67d99"}], "type": "volumev2", "id": "d09ac9123c34494abce21d6c27bee9d9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eac694332354a3aa0e61c31314166d7"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b4d4989c4e764717ab78d38675cadd3f"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff196e46b56d406d87a678f1a64497b0"}], "type": "compute", "id": "d4030ee932c84df58c5b910cc197caa7", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_95790658-ea1a-473f-b71a-0aa15c3467f2", "id": "6cb53a06110b45a6a2f21cb265048110"}, "audit_ids": ["IdLJYsIkTtKiLpR4EMSJ5w"], "issued_at": "2018-09-04T10:22:37.000000Z"}} 2018-09-04 10:22:37,615 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28: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}1d561c7d6df2684b1e0156bc26768a2a36286001" 2018-09-04 10:22:37,694 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:22:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c8d062d3-946f-4974-a626-5bdd4c1472cf 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.28:5000/v3/", "rel": "self"}]}} 2018-09-04 10:22:37,694 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-c8d062d3-946f-4974-a626-5bdd4c1472cf 2018-09-04 10:22:37,698 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-04 10:22:37,704 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 04 Sep 2018 10:22: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.28: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.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-04 10:22:37,704 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1d561c7d6df2684b1e0156bc26768a2a36286001" 2018-09-04 10:22:37,802 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:22:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2d6c972a-9949-42e2-83e3-1a99d3e7061d Content-Encoding: gzip Content-Length: 837 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.28:5000/v3/users/2719bb13630f43dfa92537864b7b9156"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2719bb13630f43dfa92537864b7b9156", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.28:5000/v3/users/36910ef6abf94075a2d6069c8571e383"}, "domain_id": "default", "enabled": true, "options": {}, "id": "36910ef6abf94075a2d6069c8571e383", "email": "cinder@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.28:5000/v3/users/42c3a9abd8ad4ce8ab2c4cc6e0403c33"}, "domain_id": "default", "enabled": true, "options": {}, "id": "42c3a9abd8ad4ce8ab2c4cc6e0403c33", "email": "admin@example.com", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.28:5000/v3/users/449836e5f54549afb8a7ce28abf3d544"}, "domain_id": "default", "enabled": true, "options": {}, "id": "449836e5f54549afb8a7ce28abf3d544", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.28:5000/v3/users/4f2d44b313674c27b065e562198a2eaf"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4f2d44b313674c27b065e562198a2eaf", "email": "placement@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.28:5000/v3/users/53e472b53b3247cc998195108afb0333"}, "domain_id": "default", "enabled": true, "options": {}, "id": "53e472b53b3247cc998195108afb0333", "email": "heat-cfn@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "api_check-user_95790658-ea1a-473f-b71a-0aa15c3467f2", "links": {"self": "http://172.30.9.28:5000/v3/users/6cb53a06110b45a6a2f21cb265048110"}, "domain_id": "default", "enabled": true, "id": "6cb53a06110b45a6a2f21cb265048110", "options": {}}, {"name": "glance", "links": {"self": "http://172.30.9.28:5000/v3/users/72c8a4f27c80473bb772f1af33725838"}, "domain_id": "default", "enabled": true, "options": {}, "id": "72c8a4f27c80473bb772f1af33725838", "email": "glance@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.28:5000/v3/users/7661c02c249442d984369889093013fe"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7661c02c249442d984369889093013fe", "email": "barbican@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.28:5000/v3/users/78cfb105b70a43c69c179056f12732d4"}, "domain_id": "bb3675e8f7584634b56038f5732ae451", "enabled": true, "options": {}, "id": "78cfb105b70a43c69c179056f12732d4", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.28:5000/v3/users/7cc5af47f4974b51be24b8af469f48f6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7cc5af47f4974b51be24b8af469f48f6", "email": "aodh@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.28:5000/v3/users/828ac5d6a2ef4b0091fb761ec963b324"}, "domain_id": "default", "enabled": true, "options": {}, "id": "828ac5d6a2ef4b0091fb761ec963b324", "email": "congress@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.28:5000/v3/users/9dcf57654b41495ea7db845703bc37f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9dcf57654b41495ea7db845703bc37f8", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.28:5000/v3/users/c4e0c9bcba5d4f0895d28f0f72346c41"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c4e0c9bcba5d4f0895d28f0f72346c41", "email": "neutron@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.28:5000/v3/users/ef3f2972886b4078848941109f593feb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ef3f2972886b4078848941109f593feb", "email": "nova@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.28:5000/v3/users", "previous": null, "next": null}} 2018-09-04 10:22:37,803 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-2d6c972a-9949-42e2-83e3-1a99d3e7061d 2018-09-04 10:22:37,807 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1d561c7d6df2684b1e0156bc26768a2a36286001" 2018-09-04 10:22:37,894 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:22:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-934fe489-02ed-4924-b0c3-56564354d3d7 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-09-04 10:22:37,894 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains?name=Default used request id req-934fe489-02ed-4924-b0c3-56564354d3d7 2018-09-04 10:22:38,265 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1d561c7d6df2684b1e0156bc26768a2a36286001" 2018-09-04 10:22:38,353 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:22:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ef547ff7-07ac-4c58-afbd-7c81d3ac7751 Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3d416247e8224533841040c3ad2bce5a", "links": {"self": "http://172.30.9.28:5000/v3/roles/3d416247e8224533841040c3ad2bce5a"}, "name": "admin"}, {"domain_id": null, "id": "5ef645ad12fc453aa5d8a0c2cbf76196", "links": {"self": "http://172.30.9.28:5000/v3/roles/5ef645ad12fc453aa5d8a0c2cbf76196"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "6fc48fbb08d4410680bf5ace535e410c", "links": {"self": "http://172.30.9.28:5000/v3/roles/6fc48fbb08d4410680bf5ace535e410c"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9a944a8c31754b8f941d2fa9034d4301", "links": {"self": "http://172.30.9.28:5000/v3/roles/9a944a8c31754b8f941d2fa9034d4301"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "fea739ce4d1249249c128f55b640b79d", "links": {"self": "http://172.30.9.28:5000/v3/roles/fea739ce4d1249249c128f55b640b79d"}, "name": "ResellerAdmin"}]} 2018-09-04 10:22:38,353 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-ef547ff7-07ac-4c58-afbd-7c81d3ac7751 2018-09-04 10:22:38,357 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects?name=api_check-project_95790658-ea1a-473f-b71a-0aa15c3467f2 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1d561c7d6df2684b1e0156bc26768a2a36286001" 2018-09-04 10:22:38,446 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:22:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5ce5cf3d-897c-4019-89ec-d0b2fb1d87d2 Content-Encoding: gzip Content-Length: 281 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?name=api_check-project_95790658-ea1a-473f-b71a-0aa15c3467f2", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.28:5000/v3/projects/da1aa3dc9e564d3d922e61c0121a390e"}, "enabled": true, "id": "da1aa3dc9e564d3d922e61c0121a390e", "parent_id": "default", "domain_id": "default", "name": "api_check-project_95790658-ea1a-473f-b71a-0aa15c3467f2"}]} 2018-09-04 10:22:38,447 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?name=api_check-project_95790658-ea1a-473f-b71a-0aa15c3467f2 used request id req-5ce5cf3d-897c-4019-89ec-d0b2fb1d87d2 2018-09-04 10:22:38,450 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/users/0433eab7b0504836b90f7adb4d7a73fa -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1d561c7d6df2684b1e0156bc26768a2a36286001" 2018-09-04 10:22:38,562 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:22:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ed6cf89b-229d-4736-9e01-f2e748de8843 Content-Encoding: gzip Content-Length: 211 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.28:5000/v3/users/0433eab7b0504836b90f7adb4d7a73fa"}, "enabled": true, "id": "0433eab7b0504836b90f7adb4d7a73fa", "options": {}, "domain_id": "default", "name": "CreateUserSuccessTests-bea7ffa4-ddd4-42d-name"}} 2018-09-04 10:22:38,562 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users/0433eab7b0504836b90f7adb4d7a73fa used request id req-ed6cf89b-229d-4736-9e01-f2e748de8843 2018-09-04 10:22:38,566 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/da1aa3dc9e564d3d922e61c0121a390e/users/0433eab7b0504836b90f7adb4d7a73fa/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1d561c7d6df2684b1e0156bc26768a2a36286001" 2018-09-04 10:22:38,661 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:22:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e0589e1a-0fe8-40a8-ba10-f1b508a95e62 Content-Encoding: gzip Content-Length: 165 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects/da1aa3dc9e564d3d922e61c0121a390e/users/0433eab7b0504836b90f7adb4d7a73fa/roles", "previous": null, "next": null}, "roles": []} 2018-09-04 10:22:38,661 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/da1aa3dc9e564d3d922e61c0121a390e/users/0433eab7b0504836b90f7adb4d7a73fa/roles used request id req-e0589e1a-0fe8-40a8-ba10-f1b508a95e62 2018-09-04 10:22:38,665 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles/3d416247e8224533841040c3ad2bce5a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1d561c7d6df2684b1e0156bc26768a2a36286001" 2018-09-04 10:22:38,753 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:22:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c62210fc-057c-4961-95ef-50a631deb951 Content-Encoding: gzip Content-Length: 140 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.28:5000/v3/roles/3d416247e8224533841040c3ad2bce5a"}, "domain_id": null, "name": "admin", "id": "3d416247e8224533841040c3ad2bce5a"}} 2018-09-04 10:22:38,753 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles/3d416247e8224533841040c3ad2bce5a used request id req-c62210fc-057c-4961-95ef-50a631deb951 2018-09-04 10:22:38,753 - keystone_utils - INFO - Granting role admin to project api_check-project_95790658-ea1a-473f-b71a-0aa15c3467f2 2018-09-04 10:22:38,757 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.28:5000/v3/projects/da1aa3dc9e564d3d922e61c0121a390e/users/0433eab7b0504836b90f7adb4d7a73fa/roles/3d416247e8224533841040c3ad2bce5a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1d561c7d6df2684b1e0156bc26768a2a36286001" 2018-09-04 10:22:38,938 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 10:22:38 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ad2be3d4-c2e6-4b23-8345-118c6727696b Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 10:22:38,939 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.28:5000/v3/projects/da1aa3dc9e564d3d922e61c0121a390e/users/0433eab7b0504836b90f7adb4d7a73fa/roles/3d416247e8224533841040c3ad2bce5a used request id req-ad2be3d4-c2e6-4b23-8345-118c6727696b 2018-09-04 10:22:38,942 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1d561c7d6df2684b1e0156bc26768a2a36286001" 2018-09-04 10:22:39,022 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:22:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8c56ee26-affc-45fe-a985-16e79b8f0d45 Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3d416247e8224533841040c3ad2bce5a", "links": {"self": "http://172.30.9.28:5000/v3/roles/3d416247e8224533841040c3ad2bce5a"}, "name": "admin"}, {"domain_id": null, "id": "5ef645ad12fc453aa5d8a0c2cbf76196", "links": {"self": "http://172.30.9.28:5000/v3/roles/5ef645ad12fc453aa5d8a0c2cbf76196"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "6fc48fbb08d4410680bf5ace535e410c", "links": {"self": "http://172.30.9.28:5000/v3/roles/6fc48fbb08d4410680bf5ace535e410c"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9a944a8c31754b8f941d2fa9034d4301", "links": {"self": "http://172.30.9.28:5000/v3/roles/9a944a8c31754b8f941d2fa9034d4301"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "fea739ce4d1249249c128f55b640b79d", "links": {"self": "http://172.30.9.28:5000/v3/roles/fea739ce4d1249249c128f55b640b79d"}, "name": "ResellerAdmin"}]} 2018-09-04 10:22:39,022 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-8c56ee26-affc-45fe-a985-16e79b8f0d45 2018-09-04 10:22:39,026 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects?name=api_check-project_95790658-ea1a-473f-b71a-0aa15c3467f2 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1d561c7d6df2684b1e0156bc26768a2a36286001" 2018-09-04 10:22:39,114 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:22:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9466b978-a520-42d7-9a5f-488e5858e853 Content-Encoding: gzip Content-Length: 281 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?name=api_check-project_95790658-ea1a-473f-b71a-0aa15c3467f2", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.28:5000/v3/projects/da1aa3dc9e564d3d922e61c0121a390e"}, "enabled": true, "id": "da1aa3dc9e564d3d922e61c0121a390e", "parent_id": "default", "domain_id": "default", "name": "api_check-project_95790658-ea1a-473f-b71a-0aa15c3467f2"}]} 2018-09-04 10:22:39,114 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?name=api_check-project_95790658-ea1a-473f-b71a-0aa15c3467f2 used request id req-9466b978-a520-42d7-9a5f-488e5858e853 2018-09-04 10:22:39,115 - keystone_utils - INFO - Created user with name - CreateUserSuccessTests-bea7ffa4-ddd4-42d-name 2018-09-04 10:22:39,118 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-04 10:22:39,123 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 04 Sep 2018 10:22:39 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.28: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.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-04 10:22:39,124 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}31382373441a91ebe017a2120b59266d50ad45eb" 2018-09-04 10:22:39,218 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:22:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-05eea55d-4e31-42ea-8ada-6c469e9140a0 Content-Encoding: gzip Content-Length: 907 Content-Type: application/json RESP BODY: {"users": [{"password_expires_at": null, "name": "CreateUserSuccessTests-bea7ffa4-ddd4-42d-name", "links": {"self": "http://172.30.9.28:5000/v3/users/0433eab7b0504836b90f7adb4d7a73fa"}, "domain_id": "default", "enabled": true, "id": "0433eab7b0504836b90f7adb4d7a73fa", "options": {}}, {"name": "heat", "links": {"self": "http://172.30.9.28:5000/v3/users/2719bb13630f43dfa92537864b7b9156"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2719bb13630f43dfa92537864b7b9156", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.28:5000/v3/users/36910ef6abf94075a2d6069c8571e383"}, "domain_id": "default", "enabled": true, "options": {}, "id": "36910ef6abf94075a2d6069c8571e383", "email": "cinder@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.28:5000/v3/users/42c3a9abd8ad4ce8ab2c4cc6e0403c33"}, "domain_id": "default", "enabled": true, "options": {}, "id": "42c3a9abd8ad4ce8ab2c4cc6e0403c33", "email": "admin@example.com", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.28:5000/v3/users/449836e5f54549afb8a7ce28abf3d544"}, "domain_id": "default", "enabled": true, "options": {}, "id": "449836e5f54549afb8a7ce28abf3d544", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.28:5000/v3/users/4f2d44b313674c27b065e562198a2eaf"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4f2d44b313674c27b065e562198a2eaf", "email": "placement@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.28:5000/v3/users/53e472b53b3247cc998195108afb0333"}, "domain_id": "default", "enabled": true, "options": {}, "id": "53e472b53b3247cc998195108afb0333", "email": "heat-cfn@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "api_check-user_95790658-ea1a-473f-b71a-0aa15c3467f2", "links": {"self": "http://172.30.9.28:5000/v3/users/6cb53a06110b45a6a2f21cb265048110"}, "domain_id": "default", "enabled": true, "id": "6cb53a06110b45a6a2f21cb265048110", "options": {}}, {"name": "glance", "links": {"self": "http://172.30.9.28:5000/v3/users/72c8a4f27c80473bb772f1af33725838"}, "domain_id": "default", "enabled": true, "options": {}, "id": "72c8a4f27c80473bb772f1af33725838", "email": "glance@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.28:5000/v3/users/7661c02c249442d984369889093013fe"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7661c02c249442d984369889093013fe", "email": "barbican@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.28:5000/v3/users/78cfb105b70a43c69c179056f12732d4"}, "domain_id": "bb3675e8f7584634b56038f5732ae451", "enabled": true, "options": {}, "id": "78cfb105b70a43c69c179056f12732d4", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.28:5000/v3/users/7cc5af47f4974b51be24b8af469f48f6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7cc5af47f4974b51be24b8af469f48f6", "email": "aodh@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.28:5000/v3/users/828ac5d6a2ef4b0091fb761ec963b324"}, "domain_id": "default", "enabled": true, "options": {}, "id": "828ac5d6a2ef4b0091fb761ec963b324", "email": "congress@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.28:5000/v3/users/9dcf57654b41495ea7db845703bc37f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9dcf57654b41495ea7db845703bc37f8", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.28:5000/v3/users/c4e0c9bcba5d4f0895d28f0f72346c41"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c4e0c9bcba5d4f0895d28f0f72346c41", "email": "neutron@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.28:5000/v3/users/ef3f2972886b4078848941109f593feb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ef3f2972886b4078848941109f593feb", "email": "nova@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.28:5000/v3/users", "previous": null, "next": null}} 2018-09-04 10:22:39,219 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-05eea55d-4e31-42ea-8ada-6c469e9140a0 2018-09-04 10:22:39,219 - keystone_utils - INFO - Deleting user with name - CreateUserSuccessTests-bea7ffa4-ddd4-42d-name 2018-09-04 10:22:39,223 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/users/0433eab7b0504836b90f7adb4d7a73fa -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1d561c7d6df2684b1e0156bc26768a2a36286001" 2018-09-04 10:22:39,448 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 10:22:39 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-453bcf36-5680-439c-ae4c-a4d3da357853 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 10:22:39,448 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/users/0433eab7b0504836b90f7adb4d7a73fa used request id req-453bcf36-5680-439c-ae4c-a4d3da357853 2018-09-04 10:22:39,449 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-09-04 10:22:39,846 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5ef645ad12fc453aa5d8a0c2cbf76196", "name": "heat_stack_owner"}, {"id": "9a944a8c31754b8f941d2fa9034d4301", "name": "Member"}, {"id": "3d416247e8224533841040c3ad2bce5a", "name": "admin"}], "expires_at": "2018-09-04T11:22:39.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "da1aa3dc9e564d3d922e61c0121a390e", "name": "api_check-project_95790658-ea1a-473f-b71a-0aa15c3467f2"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235635a698ef4bef9dc6b25273d185da"}, {"url": "http://192.30.9.6:8776/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "23b07b3fbfc340a58cf0f9b2871a0d23"}, {"url": "http://172.30.9.28:8776/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "72fd0aaa144d45419f4b04b6b26f69a7"}], "type": "volume", "id": "097241c25b4d4f7e91b3f8efa155909e", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v3/da1aa3dc9e564d3d922e61c0121a390e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93eb4cf3030a49e7840bec071422d397"}, {"url": "http://192.30.9.6:8776/v3/da1aa3dc9e564d3d922e61c0121a390e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8af439a6ac147fdbcb38ed9aa916b68"}, {"url": "http://192.30.9.6:8776/v3/da1aa3dc9e564d3d922e61c0121a390e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c4bfdbc9b7c74a23a40afdf578cfeba4"}], "type": "volumev3", "id": "1c85f4682ce44f729db1dabd98e965e8", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "82239574a29d4603a2161006f61851cf"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8d15f7134f364a7bbcfff2f84aac3bf2"}, {"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e01668c43a0c4c279b9a3d20a0280d6c"}], "type": "image", "id": "297d8415ca96454991054983920912f7", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7bb4d60e20734d4a9f31ec75e02cb823"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bf6adec15590466a9a0d3bddb00e8993"}, {"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f096f03a1d12411a8972f6f7c196b60d"}], "type": "policy", "id": "54c64351b56d44bbad74c2969cc3aa00", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "354ae6870a324fab82d0a0fb68ee0f26"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a3807e460dd4af488d982b66c52e64c"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e7c3da785076450abd71868e75ce0c33"}], "type": "cloudformation", "id": "6ac9917ae83c4639a15a4ab3cf0e76dd", "name": "heat-cfn"}, {"endpoints": [], "type": "metering", "id": "7fcc078e5e0645f29df67742ac14e388", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49e71628d386464cb950d6a9db00a328"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75b0a63ed8574bbcab1c851cc9b83d30"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9902b0a8b3c04cd192a1b84c417c232b"}], "type": "key-manager", "id": "9626544a32e74678a641c6e206f028a9", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "497340e5aa36485982fdf297f370558f"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7802beb4fc7c4952897b77bd5610b1fe"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c14af798917f4fa0b146d9772583e595"}], "type": "metric", "id": "973bfe8c658d4e5a8da725e76b9d550e", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "288ecc3674ea41d2aa3b790dcb832bf2"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7a6dc785cd7142f5b30f1a7ba0daeb03"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7f7d34e2351b4964befccc862c4e8e12"}], "type": "network", "id": "a348d7b06050474fb449be7f32ea6f5d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "21bce6ecb8464a1f8f3e3847aa698bd6"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0a8faf2246b47deb30e69e48d3551fb"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e71c6011de3d4d8589e5b53dcc79f288"}], "type": "identity", "id": "ad8d4b4953184137a1b913ecee9434ed", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "13474f9a78ca4f1184e4cddc84d0d98c"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad67365a18234bb78c336e6776958c00"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc54db13337f44f8921fbb9ad0f81de8"}], "type": "alarming", "id": "bb18dc3243034f08a6a7f69f7a1edccf", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0d91d7adf0304b2681c77f979e5cdb17"}, {"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "756e5ffca9774ab3ae2db41bf330417f"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c07c727a08c243b287827f539a124e63"}], "type": "placement", "id": "bb2c9432fcbd4c56913177122468f6ba", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1eed4912224b48cf9856446eae4d9928"}, {"url": "http://192.30.9.6:8004/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b73b7f99236541148d84f24f09e5dd40"}, {"url": "http://192.30.9.6:8004/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fbf12e52911244fdafc24a9d46f56e62"}], "type": "orchestration", "id": "c8918d139da945ba93df4ccce21d4904", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/da1aa3dc9e564d3d922e61c0121a390e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16bf098b9e2e490f8e47fa601059f975"}, {"url": "http://192.30.9.6:8776/v2/da1aa3dc9e564d3d922e61c0121a390e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc16fa4cf491444ca2f611d5692c1170"}, {"url": "http://192.30.9.6:8776/v2/da1aa3dc9e564d3d922e61c0121a390e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ccd2c5325dff4b90b391db9fdde67d99"}], "type": "volumev2", "id": "d09ac9123c34494abce21d6c27bee9d9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eac694332354a3aa0e61c31314166d7"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b4d4989c4e764717ab78d38675cadd3f"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff196e46b56d406d87a678f1a64497b0"}], "type": "compute", "id": "d4030ee932c84df58c5b910cc197caa7", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_95790658-ea1a-473f-b71a-0aa15c3467f2", "id": "6cb53a06110b45a6a2f21cb265048110"}, "audit_ids": ["BNRxYd9ORuiqAW9rXx9WQw"], "issued_at": "2018-09-04T10:22:39.000000Z"}} 2018-09-04 10:22:39,846 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28: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}8004fd892f8f90bd4078ecbb35ad0c976637d521" 2018-09-04 10:22:39,922 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:22:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1b840364-2ce2-4863-b6de-bf698753e891 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.28:5000/v3/", "rel": "self"}]}} 2018-09-04 10:22:39,922 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-1b840364-2ce2-4863-b6de-bf698753e891 2018-09-04 10:22:39,923 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 10:22:39,924 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-09-04 10:22:40,304 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5ef645ad12fc453aa5d8a0c2cbf76196", "name": "heat_stack_owner"}, {"id": "9a944a8c31754b8f941d2fa9034d4301", "name": "Member"}, {"id": "3d416247e8224533841040c3ad2bce5a", "name": "admin"}], "expires_at": "2018-09-04T11:22:40.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "da1aa3dc9e564d3d922e61c0121a390e", "name": "api_check-project_95790658-ea1a-473f-b71a-0aa15c3467f2"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235635a698ef4bef9dc6b25273d185da"}, {"url": "http://192.30.9.6:8776/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "23b07b3fbfc340a58cf0f9b2871a0d23"}, {"url": "http://172.30.9.28:8776/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "72fd0aaa144d45419f4b04b6b26f69a7"}], "type": "volume", "id": "097241c25b4d4f7e91b3f8efa155909e", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v3/da1aa3dc9e564d3d922e61c0121a390e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93eb4cf3030a49e7840bec071422d397"}, {"url": "http://192.30.9.6:8776/v3/da1aa3dc9e564d3d922e61c0121a390e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8af439a6ac147fdbcb38ed9aa916b68"}, {"url": "http://192.30.9.6:8776/v3/da1aa3dc9e564d3d922e61c0121a390e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c4bfdbc9b7c74a23a40afdf578cfeba4"}], "type": "volumev3", "id": "1c85f4682ce44f729db1dabd98e965e8", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "82239574a29d4603a2161006f61851cf"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8d15f7134f364a7bbcfff2f84aac3bf2"}, {"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e01668c43a0c4c279b9a3d20a0280d6c"}], "type": "image", "id": "297d8415ca96454991054983920912f7", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7bb4d60e20734d4a9f31ec75e02cb823"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bf6adec15590466a9a0d3bddb00e8993"}, {"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f096f03a1d12411a8972f6f7c196b60d"}], "type": "policy", "id": "54c64351b56d44bbad74c2969cc3aa00", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "354ae6870a324fab82d0a0fb68ee0f26"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a3807e460dd4af488d982b66c52e64c"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e7c3da785076450abd71868e75ce0c33"}], "type": "cloudformation", "id": "6ac9917ae83c4639a15a4ab3cf0e76dd", "name": "heat-cfn"}, {"endpoints": [], "type": "metering", "id": "7fcc078e5e0645f29df67742ac14e388", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49e71628d386464cb950d6a9db00a328"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75b0a63ed8574bbcab1c851cc9b83d30"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9902b0a8b3c04cd192a1b84c417c232b"}], "type": "key-manager", "id": "9626544a32e74678a641c6e206f028a9", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "497340e5aa36485982fdf297f370558f"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7802beb4fc7c4952897b77bd5610b1fe"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c14af798917f4fa0b146d9772583e595"}], "type": "metric", "id": "973bfe8c658d4e5a8da725e76b9d550e", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "288ecc3674ea41d2aa3b790dcb832bf2"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7a6dc785cd7142f5b30f1a7ba0daeb03"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7f7d34e2351b4964befccc862c4e8e12"}], "type": "network", "id": "a348d7b06050474fb449be7f32ea6f5d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "21bce6ecb8464a1f8f3e3847aa698bd6"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0a8faf2246b47deb30e69e48d3551fb"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e71c6011de3d4d8589e5b53dcc79f288"}], "type": "identity", "id": "ad8d4b4953184137a1b913ecee9434ed", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "13474f9a78ca4f1184e4cddc84d0d98c"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad67365a18234bb78c336e6776958c00"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc54db13337f44f8921fbb9ad0f81de8"}], "type": "alarming", "id": "bb18dc3243034f08a6a7f69f7a1edccf", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0d91d7adf0304b2681c77f979e5cdb17"}, {"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "756e5ffca9774ab3ae2db41bf330417f"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c07c727a08c243b287827f539a124e63"}], "type": "placement", "id": "bb2c9432fcbd4c56913177122468f6ba", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1eed4912224b48cf9856446eae4d9928"}, {"url": "http://192.30.9.6:8004/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b73b7f99236541148d84f24f09e5dd40"}, {"url": "http://192.30.9.6:8004/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fbf12e52911244fdafc24a9d46f56e62"}], "type": "orchestration", "id": "c8918d139da945ba93df4ccce21d4904", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/da1aa3dc9e564d3d922e61c0121a390e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16bf098b9e2e490f8e47fa601059f975"}, {"url": "http://192.30.9.6:8776/v2/da1aa3dc9e564d3d922e61c0121a390e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc16fa4cf491444ca2f611d5692c1170"}, {"url": "http://192.30.9.6:8776/v2/da1aa3dc9e564d3d922e61c0121a390e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ccd2c5325dff4b90b391db9fdde67d99"}], "type": "volumev2", "id": "d09ac9123c34494abce21d6c27bee9d9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eac694332354a3aa0e61c31314166d7"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b4d4989c4e764717ab78d38675cadd3f"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff196e46b56d406d87a678f1a64497b0"}], "type": "compute", "id": "d4030ee932c84df58c5b910cc197caa7", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_95790658-ea1a-473f-b71a-0aa15c3467f2", "id": "6cb53a06110b45a6a2f21cb265048110"}, "audit_ids": ["z9ubv_V1Qs-08UXJJwvpkg"], "issued_at": "2018-09-04T10:22:40.000000Z"}} 2018-09-04 10:22:40,305 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28: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}6ab3fb3aec697b90eb3ce01095095e46ba0e5c79" 2018-09-04 10:22:40,385 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:22:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-148db653-f39e-4ceb-ac9c-dbfd762a92e8 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.28:5000/v3/", "rel": "self"}]}} 2018-09-04 10:22:40,385 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-148db653-f39e-4ceb-ac9c-dbfd762a92e8 2018-09-04 10:22:40,390 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-04 10:22:40,394 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 04 Sep 2018 10:22: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.28: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.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-04 10:22:40,395 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6ab3fb3aec697b90eb3ce01095095e46ba0e5c79" 2018-09-04 10:22:40,492 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:22:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9cce8c57-cd42-4204-9726-a60e1635fc6d Content-Encoding: gzip Content-Length: 837 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.28:5000/v3/users/2719bb13630f43dfa92537864b7b9156"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2719bb13630f43dfa92537864b7b9156", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.28:5000/v3/users/36910ef6abf94075a2d6069c8571e383"}, "domain_id": "default", "enabled": true, "options": {}, "id": "36910ef6abf94075a2d6069c8571e383", "email": "cinder@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.28:5000/v3/users/42c3a9abd8ad4ce8ab2c4cc6e0403c33"}, "domain_id": "default", "enabled": true, "options": {}, "id": "42c3a9abd8ad4ce8ab2c4cc6e0403c33", "email": "admin@example.com", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.28:5000/v3/users/449836e5f54549afb8a7ce28abf3d544"}, "domain_id": "default", "enabled": true, "options": {}, "id": "449836e5f54549afb8a7ce28abf3d544", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.28:5000/v3/users/4f2d44b313674c27b065e562198a2eaf"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4f2d44b313674c27b065e562198a2eaf", "email": "placement@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.28:5000/v3/users/53e472b53b3247cc998195108afb0333"}, "domain_id": "default", "enabled": true, "options": {}, "id": "53e472b53b3247cc998195108afb0333", "email": "heat-cfn@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "api_check-user_95790658-ea1a-473f-b71a-0aa15c3467f2", "links": {"self": "http://172.30.9.28:5000/v3/users/6cb53a06110b45a6a2f21cb265048110"}, "domain_id": "default", "enabled": true, "id": "6cb53a06110b45a6a2f21cb265048110", "options": {}}, {"name": "glance", "links": {"self": "http://172.30.9.28:5000/v3/users/72c8a4f27c80473bb772f1af33725838"}, "domain_id": "default", "enabled": true, "options": {}, "id": "72c8a4f27c80473bb772f1af33725838", "email": "glance@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.28:5000/v3/users/7661c02c249442d984369889093013fe"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7661c02c249442d984369889093013fe", "email": "barbican@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.28:5000/v3/users/78cfb105b70a43c69c179056f12732d4"}, "domain_id": "bb3675e8f7584634b56038f5732ae451", "enabled": true, "options": {}, "id": "78cfb105b70a43c69c179056f12732d4", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.28:5000/v3/users/7cc5af47f4974b51be24b8af469f48f6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7cc5af47f4974b51be24b8af469f48f6", "email": "aodh@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.28:5000/v3/users/828ac5d6a2ef4b0091fb761ec963b324"}, "domain_id": "default", "enabled": true, "options": {}, "id": "828ac5d6a2ef4b0091fb761ec963b324", "email": "congress@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.28:5000/v3/users/9dcf57654b41495ea7db845703bc37f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9dcf57654b41495ea7db845703bc37f8", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.28:5000/v3/users/c4e0c9bcba5d4f0895d28f0f72346c41"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c4e0c9bcba5d4f0895d28f0f72346c41", "email": "neutron@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.28:5000/v3/users/ef3f2972886b4078848941109f593feb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ef3f2972886b4078848941109f593feb", "email": "nova@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.28:5000/v3/users", "previous": null, "next": null}} 2018-09-04 10:22:40,492 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-9cce8c57-cd42-4204-9726-a60e1635fc6d 2018-09-04 10:22:40,496 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6ab3fb3aec697b90eb3ce01095095e46ba0e5c79" 2018-09-04 10:22:40,580 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:22:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-00d1692b-f38d-4840-86d1-2bdbe32016cc Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-09-04 10:22:40,580 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains?name=Default used request id req-00d1692b-f38d-4840-86d1-2bdbe32016cc 2018-09-04 10:22:40,943 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6ab3fb3aec697b90eb3ce01095095e46ba0e5c79" 2018-09-04 10:22:40,959 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:22:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-53b5bd3e-1565-451d-8c42-e66bfd76a706 Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3d416247e8224533841040c3ad2bce5a", "links": {"self": "http://172.30.9.28:5000/v3/roles/3d416247e8224533841040c3ad2bce5a"}, "name": "admin"}, {"domain_id": null, "id": "5ef645ad12fc453aa5d8a0c2cbf76196", "links": {"self": "http://172.30.9.28:5000/v3/roles/5ef645ad12fc453aa5d8a0c2cbf76196"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "6fc48fbb08d4410680bf5ace535e410c", "links": {"self": "http://172.30.9.28:5000/v3/roles/6fc48fbb08d4410680bf5ace535e410c"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9a944a8c31754b8f941d2fa9034d4301", "links": {"self": "http://172.30.9.28:5000/v3/roles/9a944a8c31754b8f941d2fa9034d4301"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "fea739ce4d1249249c128f55b640b79d", "links": {"self": "http://172.30.9.28:5000/v3/roles/fea739ce4d1249249c128f55b640b79d"}, "name": "ResellerAdmin"}]} 2018-09-04 10:22:40,959 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-53b5bd3e-1565-451d-8c42-e66bfd76a706 2018-09-04 10:22:40,962 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects?name=api_check-project_95790658-ea1a-473f-b71a-0aa15c3467f2 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6ab3fb3aec697b90eb3ce01095095e46ba0e5c79" 2018-09-04 10:22:41,049 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:22:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-47eba6e5-577b-4828-9088-bc228f688ced Content-Encoding: gzip Content-Length: 281 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?name=api_check-project_95790658-ea1a-473f-b71a-0aa15c3467f2", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.28:5000/v3/projects/da1aa3dc9e564d3d922e61c0121a390e"}, "enabled": true, "id": "da1aa3dc9e564d3d922e61c0121a390e", "parent_id": "default", "domain_id": "default", "name": "api_check-project_95790658-ea1a-473f-b71a-0aa15c3467f2"}]} 2018-09-04 10:22:41,049 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?name=api_check-project_95790658-ea1a-473f-b71a-0aa15c3467f2 used request id req-47eba6e5-577b-4828-9088-bc228f688ced 2018-09-04 10:22:41,053 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/users/3809345717f24451815e191cdb8ac53b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6ab3fb3aec697b90eb3ce01095095e46ba0e5c79" 2018-09-04 10:22:41,145 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:22:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-64ef3e3a-6115-4d51-80c6-ea5d647fe05b Content-Encoding: gzip Content-Length: 213 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.28:5000/v3/users/3809345717f24451815e191cdb8ac53b"}, "enabled": true, "id": "3809345717f24451815e191cdb8ac53b", "options": {}, "domain_id": "default", "name": "CreateUserSuccessTests-2ef76869-c935-43b-name"}} 2018-09-04 10:22:41,145 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users/3809345717f24451815e191cdb8ac53b used request id req-64ef3e3a-6115-4d51-80c6-ea5d647fe05b 2018-09-04 10:22:41,149 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/da1aa3dc9e564d3d922e61c0121a390e/users/3809345717f24451815e191cdb8ac53b/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6ab3fb3aec697b90eb3ce01095095e46ba0e5c79" 2018-09-04 10:22:41,333 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:22:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3082ea51-8c33-4e49-b0e8-1230318bafc7 Content-Encoding: gzip Content-Length: 165 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects/da1aa3dc9e564d3d922e61c0121a390e/users/3809345717f24451815e191cdb8ac53b/roles", "previous": null, "next": null}, "roles": []} 2018-09-04 10:22:41,333 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/da1aa3dc9e564d3d922e61c0121a390e/users/3809345717f24451815e191cdb8ac53b/roles used request id req-3082ea51-8c33-4e49-b0e8-1230318bafc7 2018-09-04 10:22:41,336 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles/3d416247e8224533841040c3ad2bce5a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6ab3fb3aec697b90eb3ce01095095e46ba0e5c79" 2018-09-04 10:22:41,439 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:22:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-db7a7a5d-b75c-4aff-887d-031c8decf17a Content-Encoding: gzip Content-Length: 140 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.28:5000/v3/roles/3d416247e8224533841040c3ad2bce5a"}, "domain_id": null, "name": "admin", "id": "3d416247e8224533841040c3ad2bce5a"}} 2018-09-04 10:22:41,439 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles/3d416247e8224533841040c3ad2bce5a used request id req-db7a7a5d-b75c-4aff-887d-031c8decf17a 2018-09-04 10:22:41,440 - keystone_utils - INFO - Granting role admin to project api_check-project_95790658-ea1a-473f-b71a-0aa15c3467f2 2018-09-04 10:22:41,443 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.28:5000/v3/projects/da1aa3dc9e564d3d922e61c0121a390e/users/3809345717f24451815e191cdb8ac53b/roles/3d416247e8224533841040c3ad2bce5a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6ab3fb3aec697b90eb3ce01095095e46ba0e5c79" 2018-09-04 10:22:41,563 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 10:22:41 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-049572f9-cb43-479f-bf3d-8b066cf2f189 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 10:22:41,564 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.28:5000/v3/projects/da1aa3dc9e564d3d922e61c0121a390e/users/3809345717f24451815e191cdb8ac53b/roles/3d416247e8224533841040c3ad2bce5a used request id req-049572f9-cb43-479f-bf3d-8b066cf2f189 2018-09-04 10:22:41,567 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6ab3fb3aec697b90eb3ce01095095e46ba0e5c79" 2018-09-04 10:22:41,653 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:22:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ccdf0f99-acc0-4174-a629-3a1062da56e9 Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3d416247e8224533841040c3ad2bce5a", "links": {"self": "http://172.30.9.28:5000/v3/roles/3d416247e8224533841040c3ad2bce5a"}, "name": "admin"}, {"domain_id": null, "id": "5ef645ad12fc453aa5d8a0c2cbf76196", "links": {"self": "http://172.30.9.28:5000/v3/roles/5ef645ad12fc453aa5d8a0c2cbf76196"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "6fc48fbb08d4410680bf5ace535e410c", "links": {"self": "http://172.30.9.28:5000/v3/roles/6fc48fbb08d4410680bf5ace535e410c"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9a944a8c31754b8f941d2fa9034d4301", "links": {"self": "http://172.30.9.28:5000/v3/roles/9a944a8c31754b8f941d2fa9034d4301"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "fea739ce4d1249249c128f55b640b79d", "links": {"self": "http://172.30.9.28:5000/v3/roles/fea739ce4d1249249c128f55b640b79d"}, "name": "ResellerAdmin"}]} 2018-09-04 10:22:41,654 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-ccdf0f99-acc0-4174-a629-3a1062da56e9 2018-09-04 10:22:41,657 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects?name=api_check-project_95790658-ea1a-473f-b71a-0aa15c3467f2 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6ab3fb3aec697b90eb3ce01095095e46ba0e5c79" 2018-09-04 10:22:41,676 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:22:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8e9bad88-4f2c-4840-b774-6e4949fc5a45 Content-Encoding: gzip Content-Length: 281 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?name=api_check-project_95790658-ea1a-473f-b71a-0aa15c3467f2", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.28:5000/v3/projects/da1aa3dc9e564d3d922e61c0121a390e"}, "enabled": true, "id": "da1aa3dc9e564d3d922e61c0121a390e", "parent_id": "default", "domain_id": "default", "name": "api_check-project_95790658-ea1a-473f-b71a-0aa15c3467f2"}]} 2018-09-04 10:22:41,676 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?name=api_check-project_95790658-ea1a-473f-b71a-0aa15c3467f2 used request id req-8e9bad88-4f2c-4840-b774-6e4949fc5a45 2018-09-04 10:22:41,677 - keystone_utils - INFO - Created user with name - CreateUserSuccessTests-2ef76869-c935-43b-name 2018-09-04 10:22:41,680 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-04 10:22:41,684 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 04 Sep 2018 10:22: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.28: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.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-04 10:22:41,685 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8004fd892f8f90bd4078ecbb35ad0c976637d521" 2018-09-04 10:22:41,790 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:22:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-71cfbf92-9953-45c6-bd03-4b8f572655bf Content-Encoding: gzip Content-Length: 907 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.28:5000/v3/users/2719bb13630f43dfa92537864b7b9156"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2719bb13630f43dfa92537864b7b9156", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.28:5000/v3/users/36910ef6abf94075a2d6069c8571e383"}, "domain_id": "default", "enabled": true, "options": {}, "id": "36910ef6abf94075a2d6069c8571e383", "email": "cinder@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "CreateUserSuccessTests-2ef76869-c935-43b-name", "links": {"self": "http://172.30.9.28:5000/v3/users/3809345717f24451815e191cdb8ac53b"}, "domain_id": "default", "enabled": true, "id": "3809345717f24451815e191cdb8ac53b", "options": {}}, {"name": "admin", "links": {"self": "http://172.30.9.28:5000/v3/users/42c3a9abd8ad4ce8ab2c4cc6e0403c33"}, "domain_id": "default", "enabled": true, "options": {}, "id": "42c3a9abd8ad4ce8ab2c4cc6e0403c33", "email": "admin@example.com", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.28:5000/v3/users/449836e5f54549afb8a7ce28abf3d544"}, "domain_id": "default", "enabled": true, "options": {}, "id": "449836e5f54549afb8a7ce28abf3d544", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.28:5000/v3/users/4f2d44b313674c27b065e562198a2eaf"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4f2d44b313674c27b065e562198a2eaf", "email": "placement@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.28:5000/v3/users/53e472b53b3247cc998195108afb0333"}, "domain_id": "default", "enabled": true, "options": {}, "id": "53e472b53b3247cc998195108afb0333", "email": "heat-cfn@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "api_check-user_95790658-ea1a-473f-b71a-0aa15c3467f2", "links": {"self": "http://172.30.9.28:5000/v3/users/6cb53a06110b45a6a2f21cb265048110"}, "domain_id": "default", "enabled": true, "id": "6cb53a06110b45a6a2f21cb265048110", "options": {}}, {"name": "glance", "links": {"self": "http://172.30.9.28:5000/v3/users/72c8a4f27c80473bb772f1af33725838"}, "domain_id": "default", "enabled": true, "options": {}, "id": "72c8a4f27c80473bb772f1af33725838", "email": "glance@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.28:5000/v3/users/7661c02c249442d984369889093013fe"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7661c02c249442d984369889093013fe", "email": "barbican@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.28:5000/v3/users/78cfb105b70a43c69c179056f12732d4"}, "domain_id": "bb3675e8f7584634b56038f5732ae451", "enabled": true, "options": {}, "id": "78cfb105b70a43c69c179056f12732d4", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.28:5000/v3/users/7cc5af47f4974b51be24b8af469f48f6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7cc5af47f4974b51be24b8af469f48f6", "email": "aodh@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.28:5000/v3/users/828ac5d6a2ef4b0091fb761ec963b324"}, "domain_id": "default", "enabled": true, "options": {}, "id": "828ac5d6a2ef4b0091fb761ec963b324", "email": "congress@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.28:5000/v3/users/9dcf57654b41495ea7db845703bc37f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9dcf57654b41495ea7db845703bc37f8", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.28:5000/v3/users/c4e0c9bcba5d4f0895d28f0f72346c41"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c4e0c9bcba5d4f0895d28f0f72346c41", "email": "neutron@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.28:5000/v3/users/ef3f2972886b4078848941109f593feb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ef3f2972886b4078848941109f593feb", "email": "nova@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.28:5000/v3/users", "previous": null, "next": null}} 2018-09-04 10:22:41,790 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-71cfbf92-9953-45c6-bd03-4b8f572655bf 2018-09-04 10:22:41,791 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 10:22:41,792 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-09-04 10:22:42,179 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5ef645ad12fc453aa5d8a0c2cbf76196", "name": "heat_stack_owner"}, {"id": "9a944a8c31754b8f941d2fa9034d4301", "name": "Member"}, {"id": "3d416247e8224533841040c3ad2bce5a", "name": "admin"}], "expires_at": "2018-09-04T11:22:42.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "da1aa3dc9e564d3d922e61c0121a390e", "name": "api_check-project_95790658-ea1a-473f-b71a-0aa15c3467f2"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235635a698ef4bef9dc6b25273d185da"}, {"url": "http://192.30.9.6:8776/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "23b07b3fbfc340a58cf0f9b2871a0d23"}, {"url": "http://172.30.9.28:8776/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "72fd0aaa144d45419f4b04b6b26f69a7"}], "type": "volume", "id": "097241c25b4d4f7e91b3f8efa155909e", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v3/da1aa3dc9e564d3d922e61c0121a390e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93eb4cf3030a49e7840bec071422d397"}, {"url": "http://192.30.9.6:8776/v3/da1aa3dc9e564d3d922e61c0121a390e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8af439a6ac147fdbcb38ed9aa916b68"}, {"url": "http://192.30.9.6:8776/v3/da1aa3dc9e564d3d922e61c0121a390e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c4bfdbc9b7c74a23a40afdf578cfeba4"}], "type": "volumev3", "id": "1c85f4682ce44f729db1dabd98e965e8", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "82239574a29d4603a2161006f61851cf"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8d15f7134f364a7bbcfff2f84aac3bf2"}, {"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e01668c43a0c4c279b9a3d20a0280d6c"}], "type": "image", "id": "297d8415ca96454991054983920912f7", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7bb4d60e20734d4a9f31ec75e02cb823"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bf6adec15590466a9a0d3bddb00e8993"}, {"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f096f03a1d12411a8972f6f7c196b60d"}], "type": "policy", "id": "54c64351b56d44bbad74c2969cc3aa00", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "354ae6870a324fab82d0a0fb68ee0f26"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a3807e460dd4af488d982b66c52e64c"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e7c3da785076450abd71868e75ce0c33"}], "type": "cloudformation", "id": "6ac9917ae83c4639a15a4ab3cf0e76dd", "name": "heat-cfn"}, {"endpoints": [], "type": "metering", "id": "7fcc078e5e0645f29df67742ac14e388", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49e71628d386464cb950d6a9db00a328"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75b0a63ed8574bbcab1c851cc9b83d30"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9902b0a8b3c04cd192a1b84c417c232b"}], "type": "key-manager", "id": "9626544a32e74678a641c6e206f028a9", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "497340e5aa36485982fdf297f370558f"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7802beb4fc7c4952897b77bd5610b1fe"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c14af798917f4fa0b146d9772583e595"}], "type": "metric", "id": "973bfe8c658d4e5a8da725e76b9d550e", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "288ecc3674ea41d2aa3b790dcb832bf2"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7a6dc785cd7142f5b30f1a7ba0daeb03"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7f7d34e2351b4964befccc862c4e8e12"}], "type": "network", "id": "a348d7b06050474fb449be7f32ea6f5d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "21bce6ecb8464a1f8f3e3847aa698bd6"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0a8faf2246b47deb30e69e48d3551fb"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e71c6011de3d4d8589e5b53dcc79f288"}], "type": "identity", "id": "ad8d4b4953184137a1b913ecee9434ed", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "13474f9a78ca4f1184e4cddc84d0d98c"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad67365a18234bb78c336e6776958c00"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc54db13337f44f8921fbb9ad0f81de8"}], "type": "alarming", "id": "bb18dc3243034f08a6a7f69f7a1edccf", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0d91d7adf0304b2681c77f979e5cdb17"}, {"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "756e5ffca9774ab3ae2db41bf330417f"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c07c727a08c243b287827f539a124e63"}], "type": "placement", "id": "bb2c9432fcbd4c56913177122468f6ba", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1eed4912224b48cf9856446eae4d9928"}, {"url": "http://192.30.9.6:8004/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b73b7f99236541148d84f24f09e5dd40"}, {"url": "http://192.30.9.6:8004/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fbf12e52911244fdafc24a9d46f56e62"}], "type": "orchestration", "id": "c8918d139da945ba93df4ccce21d4904", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/da1aa3dc9e564d3d922e61c0121a390e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16bf098b9e2e490f8e47fa601059f975"}, {"url": "http://192.30.9.6:8776/v2/da1aa3dc9e564d3d922e61c0121a390e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc16fa4cf491444ca2f611d5692c1170"}, {"url": "http://192.30.9.6:8776/v2/da1aa3dc9e564d3d922e61c0121a390e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ccd2c5325dff4b90b391db9fdde67d99"}], "type": "volumev2", "id": "d09ac9123c34494abce21d6c27bee9d9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eac694332354a3aa0e61c31314166d7"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b4d4989c4e764717ab78d38675cadd3f"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff196e46b56d406d87a678f1a64497b0"}], "type": "compute", "id": "d4030ee932c84df58c5b910cc197caa7", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_95790658-ea1a-473f-b71a-0aa15c3467f2", "id": "6cb53a06110b45a6a2f21cb265048110"}, "audit_ids": ["zShyrFpkS2ah12PQr8zF_A"], "issued_at": "2018-09-04T10:22:42.000000Z"}} 2018-09-04 10:22:42,180 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28: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}2051906e2ed05149052df6f37a84a46a936f30b9" 2018-09-04 10:22:42,255 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:22:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0b478f47-c047-4cc8-9293-f92cb685be77 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.28:5000/v3/", "rel": "self"}]}} 2018-09-04 10:22:42,255 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-0b478f47-c047-4cc8-9293-f92cb685be77 2018-09-04 10:22:42,259 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-04 10:22:42,264 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 04 Sep 2018 10:22: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.28: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.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-04 10:22:42,265 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2051906e2ed05149052df6f37a84a46a936f30b9" 2018-09-04 10:22:42,368 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:22:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-132ff730-0771-4328-ae39-294ab2cbd188 Content-Encoding: gzip Content-Length: 907 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.28:5000/v3/users/2719bb13630f43dfa92537864b7b9156"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2719bb13630f43dfa92537864b7b9156", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.28:5000/v3/users/36910ef6abf94075a2d6069c8571e383"}, "domain_id": "default", "enabled": true, "options": {}, "id": "36910ef6abf94075a2d6069c8571e383", "email": "cinder@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "CreateUserSuccessTests-2ef76869-c935-43b-name", "links": {"self": "http://172.30.9.28:5000/v3/users/3809345717f24451815e191cdb8ac53b"}, "domain_id": "default", "enabled": true, "id": "3809345717f24451815e191cdb8ac53b", "options": {}}, {"name": "admin", "links": {"self": "http://172.30.9.28:5000/v3/users/42c3a9abd8ad4ce8ab2c4cc6e0403c33"}, "domain_id": "default", "enabled": true, "options": {}, "id": "42c3a9abd8ad4ce8ab2c4cc6e0403c33", "email": "admin@example.com", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.28:5000/v3/users/449836e5f54549afb8a7ce28abf3d544"}, "domain_id": "default", "enabled": true, "options": {}, "id": "449836e5f54549afb8a7ce28abf3d544", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.28:5000/v3/users/4f2d44b313674c27b065e562198a2eaf"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4f2d44b313674c27b065e562198a2eaf", "email": "placement@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.28:5000/v3/users/53e472b53b3247cc998195108afb0333"}, "domain_id": "default", "enabled": true, "options": {}, "id": "53e472b53b3247cc998195108afb0333", "email": "heat-cfn@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "api_check-user_95790658-ea1a-473f-b71a-0aa15c3467f2", "links": {"self": "http://172.30.9.28:5000/v3/users/6cb53a06110b45a6a2f21cb265048110"}, "domain_id": "default", "enabled": true, "id": "6cb53a06110b45a6a2f21cb265048110", "options": {}}, {"name": "glance", "links": {"self": "http://172.30.9.28:5000/v3/users/72c8a4f27c80473bb772f1af33725838"}, "domain_id": "default", "enabled": true, "options": {}, "id": "72c8a4f27c80473bb772f1af33725838", "email": "glance@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.28:5000/v3/users/7661c02c249442d984369889093013fe"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7661c02c249442d984369889093013fe", "email": "barbican@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.28:5000/v3/users/78cfb105b70a43c69c179056f12732d4"}, "domain_id": "bb3675e8f7584634b56038f5732ae451", "enabled": true, "options": {}, "id": "78cfb105b70a43c69c179056f12732d4", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.28:5000/v3/users/7cc5af47f4974b51be24b8af469f48f6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7cc5af47f4974b51be24b8af469f48f6", "email": "aodh@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.28:5000/v3/users/828ac5d6a2ef4b0091fb761ec963b324"}, "domain_id": "default", "enabled": true, "options": {}, "id": "828ac5d6a2ef4b0091fb761ec963b324", "email": "congress@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.28:5000/v3/users/9dcf57654b41495ea7db845703bc37f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9dcf57654b41495ea7db845703bc37f8", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.28:5000/v3/users/c4e0c9bcba5d4f0895d28f0f72346c41"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c4e0c9bcba5d4f0895d28f0f72346c41", "email": "neutron@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.28:5000/v3/users/ef3f2972886b4078848941109f593feb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ef3f2972886b4078848941109f593feb", "email": "nova@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.28:5000/v3/users", "previous": null, "next": null}} 2018-09-04 10:22:42,368 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-132ff730-0771-4328-ae39-294ab2cbd188 2018-09-04 10:22:42,369 - keystone_utils - INFO - Deleting user with name - CreateUserSuccessTests-2ef76869-c935-43b-name 2018-09-04 10:22:42,373 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/users/3809345717f24451815e191cdb8ac53b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6ab3fb3aec697b90eb3ce01095095e46ba0e5c79" 2018-09-04 10:22:42,566 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 10:22:42 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-843bdb4a-52d9-40fc-baa4-adb0d59b38c6 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 10:22:42,566 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/users/3809345717f24451815e191cdb8ac53b used request id req-843bdb4a-52d9-40fc-baa4-adb0d59b38c6 2018-09-04 10:22:42,567 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-09-04 10:22:43,036 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5ef645ad12fc453aa5d8a0c2cbf76196", "name": "heat_stack_owner"}, {"id": "9a944a8c31754b8f941d2fa9034d4301", "name": "Member"}, {"id": "3d416247e8224533841040c3ad2bce5a", "name": "admin"}], "expires_at": "2018-09-04T11:22:43.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "da1aa3dc9e564d3d922e61c0121a390e", "name": "api_check-project_95790658-ea1a-473f-b71a-0aa15c3467f2"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235635a698ef4bef9dc6b25273d185da"}, {"url": "http://192.30.9.6:8776/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "23b07b3fbfc340a58cf0f9b2871a0d23"}, {"url": "http://172.30.9.28:8776/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "72fd0aaa144d45419f4b04b6b26f69a7"}], "type": "volume", "id": "097241c25b4d4f7e91b3f8efa155909e", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v3/da1aa3dc9e564d3d922e61c0121a390e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93eb4cf3030a49e7840bec071422d397"}, {"url": "http://192.30.9.6:8776/v3/da1aa3dc9e564d3d922e61c0121a390e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8af439a6ac147fdbcb38ed9aa916b68"}, {"url": "http://192.30.9.6:8776/v3/da1aa3dc9e564d3d922e61c0121a390e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c4bfdbc9b7c74a23a40afdf578cfeba4"}], "type": "volumev3", "id": "1c85f4682ce44f729db1dabd98e965e8", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "82239574a29d4603a2161006f61851cf"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8d15f7134f364a7bbcfff2f84aac3bf2"}, {"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e01668c43a0c4c279b9a3d20a0280d6c"}], "type": "image", "id": "297d8415ca96454991054983920912f7", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7bb4d60e20734d4a9f31ec75e02cb823"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bf6adec15590466a9a0d3bddb00e8993"}, {"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f096f03a1d12411a8972f6f7c196b60d"}], "type": "policy", "id": "54c64351b56d44bbad74c2969cc3aa00", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "354ae6870a324fab82d0a0fb68ee0f26"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a3807e460dd4af488d982b66c52e64c"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e7c3da785076450abd71868e75ce0c33"}], "type": "cloudformation", "id": "6ac9917ae83c4639a15a4ab3cf0e76dd", "name": "heat-cfn"}, {"endpoints": [], "type": "metering", "id": "7fcc078e5e0645f29df67742ac14e388", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49e71628d386464cb950d6a9db00a328"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75b0a63ed8574bbcab1c851cc9b83d30"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9902b0a8b3c04cd192a1b84c417c232b"}], "type": "key-manager", "id": "9626544a32e74678a641c6e206f028a9", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "497340e5aa36485982fdf297f370558f"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7802beb4fc7c4952897b77bd5610b1fe"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c14af798917f4fa0b146d9772583e595"}], "type": "metric", "id": "973bfe8c658d4e5a8da725e76b9d550e", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "288ecc3674ea41d2aa3b790dcb832bf2"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7a6dc785cd7142f5b30f1a7ba0daeb03"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7f7d34e2351b4964befccc862c4e8e12"}], "type": "network", "id": "a348d7b06050474fb449be7f32ea6f5d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "21bce6ecb8464a1f8f3e3847aa698bd6"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0a8faf2246b47deb30e69e48d3551fb"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e71c6011de3d4d8589e5b53dcc79f288"}], "type": "identity", "id": "ad8d4b4953184137a1b913ecee9434ed", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "13474f9a78ca4f1184e4cddc84d0d98c"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad67365a18234bb78c336e6776958c00"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc54db13337f44f8921fbb9ad0f81de8"}], "type": "alarming", "id": "bb18dc3243034f08a6a7f69f7a1edccf", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0d91d7adf0304b2681c77f979e5cdb17"}, {"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "756e5ffca9774ab3ae2db41bf330417f"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c07c727a08c243b287827f539a124e63"}], "type": "placement", "id": "bb2c9432fcbd4c56913177122468f6ba", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1eed4912224b48cf9856446eae4d9928"}, {"url": "http://192.30.9.6:8004/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b73b7f99236541148d84f24f09e5dd40"}, {"url": "http://192.30.9.6:8004/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fbf12e52911244fdafc24a9d46f56e62"}], "type": "orchestration", "id": "c8918d139da945ba93df4ccce21d4904", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/da1aa3dc9e564d3d922e61c0121a390e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16bf098b9e2e490f8e47fa601059f975"}, {"url": "http://192.30.9.6:8776/v2/da1aa3dc9e564d3d922e61c0121a390e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc16fa4cf491444ca2f611d5692c1170"}, {"url": "http://192.30.9.6:8776/v2/da1aa3dc9e564d3d922e61c0121a390e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ccd2c5325dff4b90b391db9fdde67d99"}], "type": "volumev2", "id": "d09ac9123c34494abce21d6c27bee9d9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eac694332354a3aa0e61c31314166d7"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b4d4989c4e764717ab78d38675cadd3f"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff196e46b56d406d87a678f1a64497b0"}], "type": "compute", "id": "d4030ee932c84df58c5b910cc197caa7", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_95790658-ea1a-473f-b71a-0aa15c3467f2", "id": "6cb53a06110b45a6a2f21cb265048110"}, "audit_ids": ["dPRapdQgSRWgFg-enQTzLA"], "issued_at": "2018-09-04T10:22:43.000000Z"}} 2018-09-04 10:22:43,037 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28: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}a1f5aab4f053b55b0d4661d884927b3dc47b3e36" 2018-09-04 10:22:43,134 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:22:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-aeda893f-4e63-44d4-8075-52171efa268e 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.28:5000/v3/", "rel": "self"}]}} 2018-09-04 10:22:43,134 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-aeda893f-4e63-44d4-8075-52171efa268e 2018-09-04 10:22:43,135 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 10:22:43,136 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-09-04 10:22:43,556 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5ef645ad12fc453aa5d8a0c2cbf76196", "name": "heat_stack_owner"}, {"id": "9a944a8c31754b8f941d2fa9034d4301", "name": "Member"}, {"id": "3d416247e8224533841040c3ad2bce5a", "name": "admin"}], "expires_at": "2018-09-04T11:22:43.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "da1aa3dc9e564d3d922e61c0121a390e", "name": "api_check-project_95790658-ea1a-473f-b71a-0aa15c3467f2"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235635a698ef4bef9dc6b25273d185da"}, {"url": "http://192.30.9.6:8776/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "23b07b3fbfc340a58cf0f9b2871a0d23"}, {"url": "http://172.30.9.28:8776/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "72fd0aaa144d45419f4b04b6b26f69a7"}], "type": "volume", "id": "097241c25b4d4f7e91b3f8efa155909e", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v3/da1aa3dc9e564d3d922e61c0121a390e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93eb4cf3030a49e7840bec071422d397"}, {"url": "http://192.30.9.6:8776/v3/da1aa3dc9e564d3d922e61c0121a390e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8af439a6ac147fdbcb38ed9aa916b68"}, {"url": "http://192.30.9.6:8776/v3/da1aa3dc9e564d3d922e61c0121a390e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c4bfdbc9b7c74a23a40afdf578cfeba4"}], "type": "volumev3", "id": "1c85f4682ce44f729db1dabd98e965e8", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "82239574a29d4603a2161006f61851cf"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8d15f7134f364a7bbcfff2f84aac3bf2"}, {"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e01668c43a0c4c279b9a3d20a0280d6c"}], "type": "image", "id": "297d8415ca96454991054983920912f7", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7bb4d60e20734d4a9f31ec75e02cb823"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bf6adec15590466a9a0d3bddb00e8993"}, {"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f096f03a1d12411a8972f6f7c196b60d"}], "type": "policy", "id": "54c64351b56d44bbad74c2969cc3aa00", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "354ae6870a324fab82d0a0fb68ee0f26"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a3807e460dd4af488d982b66c52e64c"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e7c3da785076450abd71868e75ce0c33"}], "type": "cloudformation", "id": "6ac9917ae83c4639a15a4ab3cf0e76dd", "name": "heat-cfn"}, {"endpoints": [], "type": "metering", "id": "7fcc078e5e0645f29df67742ac14e388", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49e71628d386464cb950d6a9db00a328"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75b0a63ed8574bbcab1c851cc9b83d30"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9902b0a8b3c04cd192a1b84c417c232b"}], "type": "key-manager", "id": "9626544a32e74678a641c6e206f028a9", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "497340e5aa36485982fdf297f370558f"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7802beb4fc7c4952897b77bd5610b1fe"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c14af798917f4fa0b146d9772583e595"}], "type": "metric", "id": "973bfe8c658d4e5a8da725e76b9d550e", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "288ecc3674ea41d2aa3b790dcb832bf2"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7a6dc785cd7142f5b30f1a7ba0daeb03"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7f7d34e2351b4964befccc862c4e8e12"}], "type": "network", "id": "a348d7b06050474fb449be7f32ea6f5d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "21bce6ecb8464a1f8f3e3847aa698bd6"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0a8faf2246b47deb30e69e48d3551fb"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e71c6011de3d4d8589e5b53dcc79f288"}], "type": "identity", "id": "ad8d4b4953184137a1b913ecee9434ed", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "13474f9a78ca4f1184e4cddc84d0d98c"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad67365a18234bb78c336e6776958c00"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc54db13337f44f8921fbb9ad0f81de8"}], "type": "alarming", "id": "bb18dc3243034f08a6a7f69f7a1edccf", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0d91d7adf0304b2681c77f979e5cdb17"}, {"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "756e5ffca9774ab3ae2db41bf330417f"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c07c727a08c243b287827f539a124e63"}], "type": "placement", "id": "bb2c9432fcbd4c56913177122468f6ba", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1eed4912224b48cf9856446eae4d9928"}, {"url": "http://192.30.9.6:8004/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b73b7f99236541148d84f24f09e5dd40"}, {"url": "http://192.30.9.6:8004/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fbf12e52911244fdafc24a9d46f56e62"}], "type": "orchestration", "id": "c8918d139da945ba93df4ccce21d4904", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/da1aa3dc9e564d3d922e61c0121a390e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16bf098b9e2e490f8e47fa601059f975"}, {"url": "http://192.30.9.6:8776/v2/da1aa3dc9e564d3d922e61c0121a390e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc16fa4cf491444ca2f611d5692c1170"}, {"url": "http://192.30.9.6:8776/v2/da1aa3dc9e564d3d922e61c0121a390e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ccd2c5325dff4b90b391db9fdde67d99"}], "type": "volumev2", "id": "d09ac9123c34494abce21d6c27bee9d9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eac694332354a3aa0e61c31314166d7"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b4d4989c4e764717ab78d38675cadd3f"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff196e46b56d406d87a678f1a64497b0"}], "type": "compute", "id": "d4030ee932c84df58c5b910cc197caa7", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_95790658-ea1a-473f-b71a-0aa15c3467f2", "id": "6cb53a06110b45a6a2f21cb265048110"}, "audit_ids": ["FVVY90TLTYiJig5Km_iQxg"], "issued_at": "2018-09-04T10:22:43.000000Z"}} 2018-09-04 10:22:43,556 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28: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}b217be3721e7f3f853ec99fee3c3d9af9ae75ef0" 2018-09-04 10:22:43,672 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:22:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e1074114-29c0-4339-87b6-9a40b2d5acd6 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.28:5000/v3/", "rel": "self"}]}} 2018-09-04 10:22:43,673 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-e1074114-29c0-4339-87b6-9a40b2d5acd6 2018-09-04 10:22:43,677 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-04 10:22:43,683 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 04 Sep 2018 10:22: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.28: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.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-04 10:22:43,684 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-cf60e133-782c-485-name -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b217be3721e7f3f853ec99fee3c3d9af9ae75ef0" 2018-09-04 10:22:43,772 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:22:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bd1031ff-2169-458b-9647-9d84e950e2cd Content-Encoding: gzip Content-Length: 178 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-cf60e133-782c-485-name", "previous": null, "next": null}, "projects": []} 2018-09-04 10:22:43,772 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-cf60e133-782c-485-name used request id req-bd1031ff-2169-458b-9647-9d84e950e2cd 2018-09-04 10:22:43,776 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b217be3721e7f3f853ec99fee3c3d9af9ae75ef0" 2018-09-04 10:22:43,868 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:22:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9c0756a8-edf4-43ef-9efa-3f42d0100da6 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-09-04 10:22:43,868 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains?name=Default used request id req-9c0756a8-edf4-43ef-9efa-3f42d0100da6 2018-09-04 10:22:43,872 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b217be3721e7f3f853ec99fee3c3d9af9ae75ef0" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateProjectSuccessTests-cf60e133-782c-485-name"}}' 2018-09-04 10:22:43,972 - keystoneauth.session - DEBUG - RESP: [201] Date: Tue, 04 Sep 2018 10:22:43 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8c23bb3a-6da0-4265-aeb9-d8ae2af32fe3 Content-Length: 310 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/1af90e008996440ea37d2994d549a79a"}, "enabled": true, "id": "1af90e008996440ea37d2994d549a79a", "parent_id": "default", "domain_id": "default", "name": "CreateProjectSuccessTests-cf60e133-782c-485-name"}} 2018-09-04 10:22:43,973 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/projects used request id req-8c23bb3a-6da0-4265-aeb9-d8ae2af32fe3 2018-09-04 10:22:43,973 - keystone_utils - INFO - Created project with name - CreateProjectSuccessTests-cf60e133-782c-485-name 2018-09-04 10:22:43,973 - keystone_utils - INFO - Deleting project with name - CreateProjectSuccessTests-cf60e133-782c-485-name 2018-09-04 10:22:43,976 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-04 10:22:43,981 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 04 Sep 2018 10:22: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.28: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.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-04 10:22:43,982 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/projects/1af90e008996440ea37d2994d549a79a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a1f5aab4f053b55b0d4661d884927b3dc47b3e36" 2018-09-04 10:22:44,188 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 10:22:43 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-208b5546-5478-4622-8e12-9f1cfab71a59 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 10:22:44,188 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/projects/1af90e008996440ea37d2994d549a79a used request id req-208b5546-5478-4622-8e12-9f1cfab71a59 2018-09-04 10:22:44,193 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b217be3721e7f3f853ec99fee3c3d9af9ae75ef0" 2018-09-04 10:22:45,250 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4847 X-Openstack-Request-Id: req-b66418ef-5772-4142-b6c4-93b1b70431a2 Date: Tue, 04 Sep 2018 10:22:45 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "18025ed81c804927a1f0e0e0ba20836f", "created_at": "2018-09-04T10:10:44Z", "updated_at": "2018-09-04T10:10:44Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T10:10:44Z", "revision_number": 0, "id": "dd2062ca-238a-4ae8-8397-ca60210bbde5", "remote_group_id": "4eb60975-feab-4b85-9171-1c970d3680f7", "remote_ip_prefix": null, "created_at": "2018-09-04T10:10:44Z", "security_group_id": "4eb60975-feab-4b85-9171-1c970d3680f7", "tenant_id": "18025ed81c804927a1f0e0e0ba20836f", "port_range_min": null, "ethertype": "IPv6", "project_id": "18025ed81c804927a1f0e0e0ba20836f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T10:10:44Z", "revision_number": 0, "id": "6278c51b-2852-4d07-abf1-4545e40daadb", "remote_group_id": "4eb60975-feab-4b85-9171-1c970d3680f7", "remote_ip_prefix": null, "created_at": "2018-09-04T10:10:44Z", "security_group_id": "4eb60975-feab-4b85-9171-1c970d3680f7", "tenant_id": "18025ed81c804927a1f0e0e0ba20836f", "port_range_min": null, "ethertype": "IPv4", "project_id": "18025ed81c804927a1f0e0e0ba20836f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T10:10:44Z", "revision_number": 0, "id": "4987cdc7-3c69-4296-b962-dfcdfe2af09e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T10:10:44Z", "security_group_id": "4eb60975-feab-4b85-9171-1c970d3680f7", "tenant_id": "18025ed81c804927a1f0e0e0ba20836f", "port_range_min": null, "ethertype": "IPv4", "project_id": "18025ed81c804927a1f0e0e0ba20836f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T10:10:44Z", "revision_number": 0, "id": "f5388a44-6a0f-4e22-bd76-f4873903daf0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T10:10:44Z", "security_group_id": "4eb60975-feab-4b85-9171-1c970d3680f7", "tenant_id": "18025ed81c804927a1f0e0e0ba20836f", "port_range_min": null, "ethertype": "IPv6", "project_id": "18025ed81c804927a1f0e0e0ba20836f"}], "revision_number": 4, "project_id": "18025ed81c804927a1f0e0e0ba20836f", "id": "4eb60975-feab-4b85-9171-1c970d3680f7", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "da1aa3dc9e564d3d922e61c0121a390e", "created_at": "2018-09-04T10:22:45Z", "updated_at": "2018-09-04T10:22:45Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T10:22:45Z", "revision_number": 0, "id": "0a310294-28cb-46e7-ab05-42129ac27199", "remote_group_id": "a0350fb5-7963-482b-9b06-fea838951872", "remote_ip_prefix": null, "created_at": "2018-09-04T10:22:45Z", "security_group_id": "a0350fb5-7963-482b-9b06-fea838951872", "tenant_id": "da1aa3dc9e564d3d922e61c0121a390e", "port_range_min": null, "ethertype": "IPv4", "project_id": "da1aa3dc9e564d3d922e61c0121a390e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T10:22:45Z", "revision_number": 0, "id": "5d2caf42-b02e-4256-9265-4a0c49451d50", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T10:22:45Z", "security_group_id": "a0350fb5-7963-482b-9b06-fea838951872", "tenant_id": "da1aa3dc9e564d3d922e61c0121a390e", "port_range_min": null, "ethertype": "IPv6", "project_id": "da1aa3dc9e564d3d922e61c0121a390e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T10:22:45Z", "revision_number": 0, "id": "3e9c32e8-8527-472a-956b-e0426fc61806", "remote_group_id": "a0350fb5-7963-482b-9b06-fea838951872", "remote_ip_prefix": null, "created_at": "2018-09-04T10:22:45Z", "security_group_id": "a0350fb5-7963-482b-9b06-fea838951872", "tenant_id": "da1aa3dc9e564d3d922e61c0121a390e", "port_range_min": null, "ethertype": "IPv6", "project_id": "da1aa3dc9e564d3d922e61c0121a390e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T10:22:45Z", "revision_number": 0, "id": "e17daf2d-5508-45e7-9ba3-14bcd176789e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T10:22:45Z", "security_group_id": "a0350fb5-7963-482b-9b06-fea838951872", "tenant_id": "da1aa3dc9e564d3d922e61c0121a390e", "port_range_min": null, "ethertype": "IPv4", "project_id": "da1aa3dc9e564d3d922e61c0121a390e"}], "revision_number": 4, "project_id": "da1aa3dc9e564d3d922e61c0121a390e", "id": "a0350fb5-7963-482b-9b06-fea838951872", "name": "default"}]} 2018-09-04 10:22:45,250 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?name=default used request id req-b66418ef-5772-4142-b6c4-93b1b70431a2 2018-09-04 10:22:45,254 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/18025ed81c804927a1f0e0e0ba20836f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b217be3721e7f3f853ec99fee3c3d9af9ae75ef0" 2018-09-04 10:22:45,353 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:22:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8fc42084-2b14-4823-9dd3-be2520685add Content-Encoding: gzip Content-Length: 207 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.28:5000/v3/projects/18025ed81c804927a1f0e0e0ba20836f"}, "enabled": true, "id": "18025ed81c804927a1f0e0e0ba20836f", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-09-04 10:22:45,353 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/18025ed81c804927a1f0e0e0ba20836f used request id req-8fc42084-2b14-4823-9dd3-be2520685add 2018-09-04 10:22:45,357 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/da1aa3dc9e564d3d922e61c0121a390e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b217be3721e7f3f853ec99fee3c3d9af9ae75ef0" 2018-09-04 10:22:45,372 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:22:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8d600eea-20a3-4ca4-9e55-e217f0288a1d Content-Encoding: gzip Content-Length: 245 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.28:5000/v3/projects/da1aa3dc9e564d3d922e61c0121a390e"}, "enabled": true, "id": "da1aa3dc9e564d3d922e61c0121a390e", "parent_id": "default", "domain_id": "default", "name": "api_check-project_95790658-ea1a-473f-b71a-0aa15c3467f2"}} 2018-09-04 10:22:45,372 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/da1aa3dc9e564d3d922e61c0121a390e used request id req-8d600eea-20a3-4ca4-9e55-e217f0288a1d 2018-09-04 10:22:45,373 - keystone_utils - INFO - Deleting project with name - CreateProjectSuccessTests-cf60e133-782c-485-name 2018-09-04 10:22:45,376 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/projects/1af90e008996440ea37d2994d549a79a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b217be3721e7f3f853ec99fee3c3d9af9ae75ef0" 2018-09-04 10:22:45,463 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 10:22:45 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d10548e3-f7ed-45b0-bf61-f595c9b26fb3 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 1af90e008996440ea37d2994d549a79a.", "code": 404, "title": "Not Found"}} 2018-09-04 10:22:45,463 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/projects/1af90e008996440ea37d2994d549a79a used request id req-d10548e3-f7ed-45b0-bf61-f595c9b26fb3 2018-09-04 10:22:45,464 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 10:22:45,467 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b217be3721e7f3f853ec99fee3c3d9af9ae75ef0" 2018-09-04 10:22:45,562 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:22:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1a143f46-97e8-4201-9560-9d2822996f5a Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3d416247e8224533841040c3ad2bce5a", "links": {"self": "http://172.30.9.28:5000/v3/roles/3d416247e8224533841040c3ad2bce5a"}, "name": "admin"}, {"domain_id": null, "id": "5ef645ad12fc453aa5d8a0c2cbf76196", "links": {"self": "http://172.30.9.28:5000/v3/roles/5ef645ad12fc453aa5d8a0c2cbf76196"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "6fc48fbb08d4410680bf5ace535e410c", "links": {"self": "http://172.30.9.28:5000/v3/roles/6fc48fbb08d4410680bf5ace535e410c"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9a944a8c31754b8f941d2fa9034d4301", "links": {"self": "http://172.30.9.28:5000/v3/roles/9a944a8c31754b8f941d2fa9034d4301"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "fea739ce4d1249249c128f55b640b79d", "links": {"self": "http://172.30.9.28:5000/v3/roles/fea739ce4d1249249c128f55b640b79d"}, "name": "ResellerAdmin"}]} 2018-09-04 10:22:45,562 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-1a143f46-97e8-4201-9560-9d2822996f5a 2018-09-04 10:22:45,566 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a1f5aab4f053b55b0d4661d884927b3dc47b3e36" 2018-09-04 10:22:45,645 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:22:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c8040b87-716b-413e-a901-a583a4295679 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.28:5000/v3/domains/default"}, "name": "Default"}} 2018-09-04 10:22:45,645 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains/default used request id req-c8040b87-716b-413e-a901-a583a4295679 2018-09-04 10:22:45,648 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b217be3721e7f3f853ec99fee3c3d9af9ae75ef0" 2018-09-04 10:22:45,734 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:22:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-26f24b24-8f49-40e2-becf-6df0eda53bfa Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3d416247e8224533841040c3ad2bce5a", "links": {"self": "http://172.30.9.28:5000/v3/roles/3d416247e8224533841040c3ad2bce5a"}, "name": "admin"}, {"domain_id": null, "id": "5ef645ad12fc453aa5d8a0c2cbf76196", "links": {"self": "http://172.30.9.28:5000/v3/roles/5ef645ad12fc453aa5d8a0c2cbf76196"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "6fc48fbb08d4410680bf5ace535e410c", "links": {"self": "http://172.30.9.28:5000/v3/roles/6fc48fbb08d4410680bf5ace535e410c"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9a944a8c31754b8f941d2fa9034d4301", "links": {"self": "http://172.30.9.28:5000/v3/roles/9a944a8c31754b8f941d2fa9034d4301"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "fea739ce4d1249249c128f55b640b79d", "links": {"self": "http://172.30.9.28:5000/v3/roles/fea739ce4d1249249c128f55b640b79d"}, "name": "ResellerAdmin"}]} 2018-09-04 10:22:45,734 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-26f24b24-8f49-40e2-becf-6df0eda53bfa 2018-09-04 10:22:45,735 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-09-04 10:22:46,120 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5ef645ad12fc453aa5d8a0c2cbf76196", "name": "heat_stack_owner"}, {"id": "9a944a8c31754b8f941d2fa9034d4301", "name": "Member"}, {"id": "3d416247e8224533841040c3ad2bce5a", "name": "admin"}], "expires_at": "2018-09-04T11:22:46.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "da1aa3dc9e564d3d922e61c0121a390e", "name": "api_check-project_95790658-ea1a-473f-b71a-0aa15c3467f2"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235635a698ef4bef9dc6b25273d185da"}, {"url": "http://192.30.9.6:8776/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "23b07b3fbfc340a58cf0f9b2871a0d23"}, {"url": "http://172.30.9.28:8776/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "72fd0aaa144d45419f4b04b6b26f69a7"}], "type": "volume", "id": "097241c25b4d4f7e91b3f8efa155909e", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v3/da1aa3dc9e564d3d922e61c0121a390e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93eb4cf3030a49e7840bec071422d397"}, {"url": "http://192.30.9.6:8776/v3/da1aa3dc9e564d3d922e61c0121a390e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8af439a6ac147fdbcb38ed9aa916b68"}, {"url": "http://192.30.9.6:8776/v3/da1aa3dc9e564d3d922e61c0121a390e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c4bfdbc9b7c74a23a40afdf578cfeba4"}], "type": "volumev3", "id": "1c85f4682ce44f729db1dabd98e965e8", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "82239574a29d4603a2161006f61851cf"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8d15f7134f364a7bbcfff2f84aac3bf2"}, {"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e01668c43a0c4c279b9a3d20a0280d6c"}], "type": "image", "id": "297d8415ca96454991054983920912f7", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7bb4d60e20734d4a9f31ec75e02cb823"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bf6adec15590466a9a0d3bddb00e8993"}, {"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f096f03a1d12411a8972f6f7c196b60d"}], "type": "policy", "id": "54c64351b56d44bbad74c2969cc3aa00", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "354ae6870a324fab82d0a0fb68ee0f26"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a3807e460dd4af488d982b66c52e64c"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e7c3da785076450abd71868e75ce0c33"}], "type": "cloudformation", "id": "6ac9917ae83c4639a15a4ab3cf0e76dd", "name": "heat-cfn"}, {"endpoints": [], "type": "metering", "id": "7fcc078e5e0645f29df67742ac14e388", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49e71628d386464cb950d6a9db00a328"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75b0a63ed8574bbcab1c851cc9b83d30"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9902b0a8b3c04cd192a1b84c417c232b"}], "type": "key-manager", "id": "9626544a32e74678a641c6e206f028a9", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "497340e5aa36485982fdf297f370558f"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7802beb4fc7c4952897b77bd5610b1fe"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c14af798917f4fa0b146d9772583e595"}], "type": "metric", "id": "973bfe8c658d4e5a8da725e76b9d550e", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "288ecc3674ea41d2aa3b790dcb832bf2"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7a6dc785cd7142f5b30f1a7ba0daeb03"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7f7d34e2351b4964befccc862c4e8e12"}], "type": "network", "id": "a348d7b06050474fb449be7f32ea6f5d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "21bce6ecb8464a1f8f3e3847aa698bd6"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0a8faf2246b47deb30e69e48d3551fb"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e71c6011de3d4d8589e5b53dcc79f288"}], "type": "identity", "id": "ad8d4b4953184137a1b913ecee9434ed", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "13474f9a78ca4f1184e4cddc84d0d98c"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad67365a18234bb78c336e6776958c00"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc54db13337f44f8921fbb9ad0f81de8"}], "type": "alarming", "id": "bb18dc3243034f08a6a7f69f7a1edccf", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0d91d7adf0304b2681c77f979e5cdb17"}, {"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "756e5ffca9774ab3ae2db41bf330417f"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c07c727a08c243b287827f539a124e63"}], "type": "placement", "id": "bb2c9432fcbd4c56913177122468f6ba", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1eed4912224b48cf9856446eae4d9928"}, {"url": "http://192.30.9.6:8004/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b73b7f99236541148d84f24f09e5dd40"}, {"url": "http://192.30.9.6:8004/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fbf12e52911244fdafc24a9d46f56e62"}], "type": "orchestration", "id": "c8918d139da945ba93df4ccce21d4904", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/da1aa3dc9e564d3d922e61c0121a390e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16bf098b9e2e490f8e47fa601059f975"}, {"url": "http://192.30.9.6:8776/v2/da1aa3dc9e564d3d922e61c0121a390e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc16fa4cf491444ca2f611d5692c1170"}, {"url": "http://192.30.9.6:8776/v2/da1aa3dc9e564d3d922e61c0121a390e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ccd2c5325dff4b90b391db9fdde67d99"}], "type": "volumev2", "id": "d09ac9123c34494abce21d6c27bee9d9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eac694332354a3aa0e61c31314166d7"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b4d4989c4e764717ab78d38675cadd3f"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff196e46b56d406d87a678f1a64497b0"}], "type": "compute", "id": "d4030ee932c84df58c5b910cc197caa7", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_95790658-ea1a-473f-b71a-0aa15c3467f2", "id": "6cb53a06110b45a6a2f21cb265048110"}, "audit_ids": ["d45unzLHRTKIQ969-DAbaw"], "issued_at": "2018-09-04T10:22:46.000000Z"}} 2018-09-04 10:22:46,121 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28: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}aeca7afe41f3636cec4efafa4fd064cb736d4a20" 2018-09-04 10:22:46,198 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:22:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a834b200-ea1e-4216-933a-b39625429b20 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.28:5000/v3/", "rel": "self"}]}} 2018-09-04 10:22:46,198 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-a834b200-ea1e-4216-933a-b39625429b20 2018-09-04 10:22:46,199 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 10:22:46,200 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-09-04 10:22:46,588 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5ef645ad12fc453aa5d8a0c2cbf76196", "name": "heat_stack_owner"}, {"id": "9a944a8c31754b8f941d2fa9034d4301", "name": "Member"}, {"id": "3d416247e8224533841040c3ad2bce5a", "name": "admin"}], "expires_at": "2018-09-04T11:22:46.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "da1aa3dc9e564d3d922e61c0121a390e", "name": "api_check-project_95790658-ea1a-473f-b71a-0aa15c3467f2"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235635a698ef4bef9dc6b25273d185da"}, {"url": "http://192.30.9.6:8776/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "23b07b3fbfc340a58cf0f9b2871a0d23"}, {"url": "http://172.30.9.28:8776/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "72fd0aaa144d45419f4b04b6b26f69a7"}], "type": "volume", "id": "097241c25b4d4f7e91b3f8efa155909e", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v3/da1aa3dc9e564d3d922e61c0121a390e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93eb4cf3030a49e7840bec071422d397"}, {"url": "http://192.30.9.6:8776/v3/da1aa3dc9e564d3d922e61c0121a390e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8af439a6ac147fdbcb38ed9aa916b68"}, {"url": "http://192.30.9.6:8776/v3/da1aa3dc9e564d3d922e61c0121a390e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c4bfdbc9b7c74a23a40afdf578cfeba4"}], "type": "volumev3", "id": "1c85f4682ce44f729db1dabd98e965e8", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "82239574a29d4603a2161006f61851cf"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8d15f7134f364a7bbcfff2f84aac3bf2"}, {"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e01668c43a0c4c279b9a3d20a0280d6c"}], "type": "image", "id": "297d8415ca96454991054983920912f7", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7bb4d60e20734d4a9f31ec75e02cb823"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bf6adec15590466a9a0d3bddb00e8993"}, {"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f096f03a1d12411a8972f6f7c196b60d"}], "type": "policy", "id": "54c64351b56d44bbad74c2969cc3aa00", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "354ae6870a324fab82d0a0fb68ee0f26"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a3807e460dd4af488d982b66c52e64c"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e7c3da785076450abd71868e75ce0c33"}], "type": "cloudformation", "id": "6ac9917ae83c4639a15a4ab3cf0e76dd", "name": "heat-cfn"}, {"endpoints": [], "type": "metering", "id": "7fcc078e5e0645f29df67742ac14e388", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49e71628d386464cb950d6a9db00a328"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75b0a63ed8574bbcab1c851cc9b83d30"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9902b0a8b3c04cd192a1b84c417c232b"}], "type": "key-manager", "id": "9626544a32e74678a641c6e206f028a9", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "497340e5aa36485982fdf297f370558f"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7802beb4fc7c4952897b77bd5610b1fe"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c14af798917f4fa0b146d9772583e595"}], "type": "metric", "id": "973bfe8c658d4e5a8da725e76b9d550e", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "288ecc3674ea41d2aa3b790dcb832bf2"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7a6dc785cd7142f5b30f1a7ba0daeb03"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7f7d34e2351b4964befccc862c4e8e12"}], "type": "network", "id": "a348d7b06050474fb449be7f32ea6f5d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "21bce6ecb8464a1f8f3e3847aa698bd6"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0a8faf2246b47deb30e69e48d3551fb"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e71c6011de3d4d8589e5b53dcc79f288"}], "type": "identity", "id": "ad8d4b4953184137a1b913ecee9434ed", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "13474f9a78ca4f1184e4cddc84d0d98c"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad67365a18234bb78c336e6776958c00"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc54db13337f44f8921fbb9ad0f81de8"}], "type": "alarming", "id": "bb18dc3243034f08a6a7f69f7a1edccf", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0d91d7adf0304b2681c77f979e5cdb17"}, {"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "756e5ffca9774ab3ae2db41bf330417f"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c07c727a08c243b287827f539a124e63"}], "type": "placement", "id": "bb2c9432fcbd4c56913177122468f6ba", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1eed4912224b48cf9856446eae4d9928"}, {"url": "http://192.30.9.6:8004/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b73b7f99236541148d84f24f09e5dd40"}, {"url": "http://192.30.9.6:8004/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fbf12e52911244fdafc24a9d46f56e62"}], "type": "orchestration", "id": "c8918d139da945ba93df4ccce21d4904", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/da1aa3dc9e564d3d922e61c0121a390e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16bf098b9e2e490f8e47fa601059f975"}, {"url": "http://192.30.9.6:8776/v2/da1aa3dc9e564d3d922e61c0121a390e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc16fa4cf491444ca2f611d5692c1170"}, {"url": "http://192.30.9.6:8776/v2/da1aa3dc9e564d3d922e61c0121a390e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ccd2c5325dff4b90b391db9fdde67d99"}], "type": "volumev2", "id": "d09ac9123c34494abce21d6c27bee9d9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eac694332354a3aa0e61c31314166d7"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b4d4989c4e764717ab78d38675cadd3f"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff196e46b56d406d87a678f1a64497b0"}], "type": "compute", "id": "d4030ee932c84df58c5b910cc197caa7", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_95790658-ea1a-473f-b71a-0aa15c3467f2", "id": "6cb53a06110b45a6a2f21cb265048110"}, "audit_ids": ["WM8_Cgk0TEC7PdAt9l2i8g"], "issued_at": "2018-09-04T10:22:46.000000Z"}} 2018-09-04 10:22:46,589 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28: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}8821093d4fba2ca67aa1cb41f912bc33d21c8b9d" 2018-09-04 10:22:46,673 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:22:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ef0d8480-b07e-4bba-8954-7ef4b4c04b94 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.28:5000/v3/", "rel": "self"}]}} 2018-09-04 10:22:46,674 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-ef0d8480-b07e-4bba-8954-7ef4b4c04b94 2018-09-04 10:22:46,678 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-04 10:22:46,683 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 04 Sep 2018 10:22:46 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.28: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.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-04 10:22:46,684 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-e9be93fb-c228-434-name -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8821093d4fba2ca67aa1cb41f912bc33d21c8b9d" 2018-09-04 10:22:46,783 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:22:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d7dc5c74-bc35-49cf-8f70-3910b0a547f0 Content-Encoding: gzip Content-Length: 178 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-e9be93fb-c228-434-name", "previous": null, "next": null}, "projects": []} 2018-09-04 10:22:46,783 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-e9be93fb-c228-434-name used request id req-d7dc5c74-bc35-49cf-8f70-3910b0a547f0 2018-09-04 10:22:46,787 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8821093d4fba2ca67aa1cb41f912bc33d21c8b9d" 2018-09-04 10:22:46,874 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:22:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8dc43955-8fc6-4767-bdda-9c51b2e6b14e Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-09-04 10:22:46,874 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains?name=Default used request id req-8dc43955-8fc6-4767-bdda-9c51b2e6b14e 2018-09-04 10:22:46,878 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8821093d4fba2ca67aa1cb41f912bc33d21c8b9d" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateProjectSuccessTests-e9be93fb-c228-434-name"}}' 2018-09-04 10:22:46,993 - keystoneauth.session - DEBUG - RESP: [201] Date: Tue, 04 Sep 2018 10:22:46 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0a2b6b01-9637-4699-8341-7effdc3df6a1 Content-Length: 310 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/19cc4c21fd564cf19181ccd77605ca23"}, "enabled": true, "id": "19cc4c21fd564cf19181ccd77605ca23", "parent_id": "default", "domain_id": "default", "name": "CreateProjectSuccessTests-e9be93fb-c228-434-name"}} 2018-09-04 10:22:46,993 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/projects used request id req-0a2b6b01-9637-4699-8341-7effdc3df6a1 2018-09-04 10:22:46,993 - keystone_utils - INFO - Created project with name - CreateProjectSuccessTests-e9be93fb-c228-434-name 2018-09-04 10:22:46,997 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-04 10:22:47,003 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 04 Sep 2018 10:22: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.28: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.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-04 10:22:47,003 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-e9be93fb-c228-434-name -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aeca7afe41f3636cec4efafa4fd064cb736d4a20" 2018-09-04 10:22:47,019 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:22:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-00472600-59cf-478e-92c1-0c1ff729d41b Content-Encoding: gzip Content-Length: 271 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-e9be93fb-c228-434-name", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/19cc4c21fd564cf19181ccd77605ca23"}, "enabled": true, "id": "19cc4c21fd564cf19181ccd77605ca23", "parent_id": "default", "domain_id": "default", "name": "CreateProjectSuccessTests-e9be93fb-c228-434-name"}]} 2018-09-04 10:22:47,020 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-e9be93fb-c228-434-name used request id req-00472600-59cf-478e-92c1-0c1ff729d41b 2018-09-04 10:22:47,023 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aeca7afe41f3636cec4efafa4fd064cb736d4a20" 2018-09-04 10:22:47,107 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:22:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d0ae0b29-14a4-4a6e-a727-1557396af53a 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.28:5000/v3/domains/default"}, "name": "Default"}} 2018-09-04 10:22:47,108 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains/default used request id req-d0ae0b29-14a4-4a6e-a727-1557396af53a 2018-09-04 10:22:47,113 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8821093d4fba2ca67aa1cb41f912bc33d21c8b9d" 2018-09-04 10:22:47,961 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4847 X-Openstack-Request-Id: req-807756d0-3201-483f-9555-d1b01b72579f Date: Tue, 04 Sep 2018 10:22:47 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "18025ed81c804927a1f0e0e0ba20836f", "created_at": "2018-09-04T10:10:44Z", "updated_at": "2018-09-04T10:10:44Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T10:10:44Z", "revision_number": 0, "id": "f5388a44-6a0f-4e22-bd76-f4873903daf0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T10:10:44Z", "security_group_id": "4eb60975-feab-4b85-9171-1c970d3680f7", "tenant_id": "18025ed81c804927a1f0e0e0ba20836f", "port_range_min": null, "ethertype": "IPv6", "project_id": "18025ed81c804927a1f0e0e0ba20836f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T10:10:44Z", "revision_number": 0, "id": "dd2062ca-238a-4ae8-8397-ca60210bbde5", "remote_group_id": "4eb60975-feab-4b85-9171-1c970d3680f7", "remote_ip_prefix": null, "created_at": "2018-09-04T10:10:44Z", "security_group_id": "4eb60975-feab-4b85-9171-1c970d3680f7", "tenant_id": "18025ed81c804927a1f0e0e0ba20836f", "port_range_min": null, "ethertype": "IPv6", "project_id": "18025ed81c804927a1f0e0e0ba20836f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T10:10:44Z", "revision_number": 0, "id": "6278c51b-2852-4d07-abf1-4545e40daadb", "remote_group_id": "4eb60975-feab-4b85-9171-1c970d3680f7", "remote_ip_prefix": null, "created_at": "2018-09-04T10:10:44Z", "security_group_id": "4eb60975-feab-4b85-9171-1c970d3680f7", "tenant_id": "18025ed81c804927a1f0e0e0ba20836f", "port_range_min": null, "ethertype": "IPv4", "project_id": "18025ed81c804927a1f0e0e0ba20836f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T10:10:44Z", "revision_number": 0, "id": "4987cdc7-3c69-4296-b962-dfcdfe2af09e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T10:10:44Z", "security_group_id": "4eb60975-feab-4b85-9171-1c970d3680f7", "tenant_id": "18025ed81c804927a1f0e0e0ba20836f", "port_range_min": null, "ethertype": "IPv4", "project_id": "18025ed81c804927a1f0e0e0ba20836f"}], "revision_number": 4, "project_id": "18025ed81c804927a1f0e0e0ba20836f", "id": "4eb60975-feab-4b85-9171-1c970d3680f7", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "da1aa3dc9e564d3d922e61c0121a390e", "created_at": "2018-09-04T10:22:45Z", "updated_at": "2018-09-04T10:22:45Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T10:22:45Z", "revision_number": 0, "id": "3e9c32e8-8527-472a-956b-e0426fc61806", "remote_group_id": "a0350fb5-7963-482b-9b06-fea838951872", "remote_ip_prefix": null, "created_at": "2018-09-04T10:22:45Z", "security_group_id": "a0350fb5-7963-482b-9b06-fea838951872", "tenant_id": "da1aa3dc9e564d3d922e61c0121a390e", "port_range_min": null, "ethertype": "IPv6", "project_id": "da1aa3dc9e564d3d922e61c0121a390e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T10:22:45Z", "revision_number": 0, "id": "e17daf2d-5508-45e7-9ba3-14bcd176789e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T10:22:45Z", "security_group_id": "a0350fb5-7963-482b-9b06-fea838951872", "tenant_id": "da1aa3dc9e564d3d922e61c0121a390e", "port_range_min": null, "ethertype": "IPv4", "project_id": "da1aa3dc9e564d3d922e61c0121a390e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T10:22:45Z", "revision_number": 0, "id": "0a310294-28cb-46e7-ab05-42129ac27199", "remote_group_id": "a0350fb5-7963-482b-9b06-fea838951872", "remote_ip_prefix": null, "created_at": "2018-09-04T10:22:45Z", "security_group_id": "a0350fb5-7963-482b-9b06-fea838951872", "tenant_id": "da1aa3dc9e564d3d922e61c0121a390e", "port_range_min": null, "ethertype": "IPv4", "project_id": "da1aa3dc9e564d3d922e61c0121a390e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T10:22:45Z", "revision_number": 0, "id": "5d2caf42-b02e-4256-9265-4a0c49451d50", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T10:22:45Z", "security_group_id": "a0350fb5-7963-482b-9b06-fea838951872", "tenant_id": "da1aa3dc9e564d3d922e61c0121a390e", "port_range_min": null, "ethertype": "IPv6", "project_id": "da1aa3dc9e564d3d922e61c0121a390e"}], "revision_number": 4, "project_id": "da1aa3dc9e564d3d922e61c0121a390e", "id": "a0350fb5-7963-482b-9b06-fea838951872", "name": "default"}]} 2018-09-04 10:22:47,961 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?name=default used request id req-807756d0-3201-483f-9555-d1b01b72579f 2018-09-04 10:22:47,966 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/18025ed81c804927a1f0e0e0ba20836f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8821093d4fba2ca67aa1cb41f912bc33d21c8b9d" 2018-09-04 10:22:47,986 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:22:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7f2bf305-1636-43f3-8a1a-714f32399f8a Content-Encoding: gzip Content-Length: 207 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.28:5000/v3/projects/18025ed81c804927a1f0e0e0ba20836f"}, "enabled": true, "id": "18025ed81c804927a1f0e0e0ba20836f", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-09-04 10:22:47,986 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/18025ed81c804927a1f0e0e0ba20836f used request id req-7f2bf305-1636-43f3-8a1a-714f32399f8a 2018-09-04 10:22:47,991 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/da1aa3dc9e564d3d922e61c0121a390e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8821093d4fba2ca67aa1cb41f912bc33d21c8b9d" 2018-09-04 10:22:48,077 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:22:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d3e1fb6c-c374-4ae1-8563-66db7d9edb5b Content-Encoding: gzip Content-Length: 245 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.28:5000/v3/projects/da1aa3dc9e564d3d922e61c0121a390e"}, "enabled": true, "id": "da1aa3dc9e564d3d922e61c0121a390e", "parent_id": "default", "domain_id": "default", "name": "api_check-project_95790658-ea1a-473f-b71a-0aa15c3467f2"}} 2018-09-04 10:22:48,078 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/da1aa3dc9e564d3d922e61c0121a390e used request id req-d3e1fb6c-c374-4ae1-8563-66db7d9edb5b 2018-09-04 10:22:48,079 - keystone_utils - INFO - Deleting project with name - CreateProjectSuccessTests-e9be93fb-c228-434-name 2018-09-04 10:22:48,082 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/projects/19cc4c21fd564cf19181ccd77605ca23 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8821093d4fba2ca67aa1cb41f912bc33d21c8b9d" 2018-09-04 10:22:48,229 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 10:22:48 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-122d2535-d9ad-418b-9a1a-01276b60827b Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 10:22:48,229 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/projects/19cc4c21fd564cf19181ccd77605ca23 used request id req-122d2535-d9ad-418b-9a1a-01276b60827b 2018-09-04 10:22:48,233 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8821093d4fba2ca67aa1cb41f912bc33d21c8b9d" 2018-09-04 10:22:48,336 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:22:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c36b582c-150d-4c7a-ac7f-0bbd1c83687a Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3d416247e8224533841040c3ad2bce5a", "links": {"self": "http://172.30.9.28:5000/v3/roles/3d416247e8224533841040c3ad2bce5a"}, "name": "admin"}, {"domain_id": null, "id": "5ef645ad12fc453aa5d8a0c2cbf76196", "links": {"self": "http://172.30.9.28:5000/v3/roles/5ef645ad12fc453aa5d8a0c2cbf76196"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "6fc48fbb08d4410680bf5ace535e410c", "links": {"self": "http://172.30.9.28:5000/v3/roles/6fc48fbb08d4410680bf5ace535e410c"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9a944a8c31754b8f941d2fa9034d4301", "links": {"self": "http://172.30.9.28:5000/v3/roles/9a944a8c31754b8f941d2fa9034d4301"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "fea739ce4d1249249c128f55b640b79d", "links": {"self": "http://172.30.9.28:5000/v3/roles/fea739ce4d1249249c128f55b640b79d"}, "name": "ResellerAdmin"}]} 2018-09-04 10:22:48,336 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-c36b582c-150d-4c7a-ac7f-0bbd1c83687a 2018-09-04 10:22:48,338 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-09-04 10:22:48,730 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5ef645ad12fc453aa5d8a0c2cbf76196", "name": "heat_stack_owner"}, {"id": "9a944a8c31754b8f941d2fa9034d4301", "name": "Member"}, {"id": "3d416247e8224533841040c3ad2bce5a", "name": "admin"}], "expires_at": "2018-09-04T11:22:48.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "da1aa3dc9e564d3d922e61c0121a390e", "name": "api_check-project_95790658-ea1a-473f-b71a-0aa15c3467f2"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235635a698ef4bef9dc6b25273d185da"}, {"url": "http://192.30.9.6:8776/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "23b07b3fbfc340a58cf0f9b2871a0d23"}, {"url": "http://172.30.9.28:8776/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "72fd0aaa144d45419f4b04b6b26f69a7"}], "type": "volume", "id": "097241c25b4d4f7e91b3f8efa155909e", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v3/da1aa3dc9e564d3d922e61c0121a390e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93eb4cf3030a49e7840bec071422d397"}, {"url": "http://192.30.9.6:8776/v3/da1aa3dc9e564d3d922e61c0121a390e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8af439a6ac147fdbcb38ed9aa916b68"}, {"url": "http://192.30.9.6:8776/v3/da1aa3dc9e564d3d922e61c0121a390e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c4bfdbc9b7c74a23a40afdf578cfeba4"}], "type": "volumev3", "id": "1c85f4682ce44f729db1dabd98e965e8", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "82239574a29d4603a2161006f61851cf"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8d15f7134f364a7bbcfff2f84aac3bf2"}, {"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e01668c43a0c4c279b9a3d20a0280d6c"}], "type": "image", "id": "297d8415ca96454991054983920912f7", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7bb4d60e20734d4a9f31ec75e02cb823"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bf6adec15590466a9a0d3bddb00e8993"}, {"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f096f03a1d12411a8972f6f7c196b60d"}], "type": "policy", "id": "54c64351b56d44bbad74c2969cc3aa00", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "354ae6870a324fab82d0a0fb68ee0f26"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a3807e460dd4af488d982b66c52e64c"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e7c3da785076450abd71868e75ce0c33"}], "type": "cloudformation", "id": "6ac9917ae83c4639a15a4ab3cf0e76dd", "name": "heat-cfn"}, {"endpoints": [], "type": "metering", "id": "7fcc078e5e0645f29df67742ac14e388", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49e71628d386464cb950d6a9db00a328"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75b0a63ed8574bbcab1c851cc9b83d30"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9902b0a8b3c04cd192a1b84c417c232b"}], "type": "key-manager", "id": "9626544a32e74678a641c6e206f028a9", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "497340e5aa36485982fdf297f370558f"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7802beb4fc7c4952897b77bd5610b1fe"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c14af798917f4fa0b146d9772583e595"}], "type": "metric", "id": "973bfe8c658d4e5a8da725e76b9d550e", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "288ecc3674ea41d2aa3b790dcb832bf2"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7a6dc785cd7142f5b30f1a7ba0daeb03"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7f7d34e2351b4964befccc862c4e8e12"}], "type": "network", "id": "a348d7b06050474fb449be7f32ea6f5d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "21bce6ecb8464a1f8f3e3847aa698bd6"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0a8faf2246b47deb30e69e48d3551fb"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e71c6011de3d4d8589e5b53dcc79f288"}], "type": "identity", "id": "ad8d4b4953184137a1b913ecee9434ed", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "13474f9a78ca4f1184e4cddc84d0d98c"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad67365a18234bb78c336e6776958c00"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc54db13337f44f8921fbb9ad0f81de8"}], "type": "alarming", "id": "bb18dc3243034f08a6a7f69f7a1edccf", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0d91d7adf0304b2681c77f979e5cdb17"}, {"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "756e5ffca9774ab3ae2db41bf330417f"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c07c727a08c243b287827f539a124e63"}], "type": "placement", "id": "bb2c9432fcbd4c56913177122468f6ba", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1eed4912224b48cf9856446eae4d9928"}, {"url": "http://192.30.9.6:8004/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b73b7f99236541148d84f24f09e5dd40"}, {"url": "http://192.30.9.6:8004/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fbf12e52911244fdafc24a9d46f56e62"}], "type": "orchestration", "id": "c8918d139da945ba93df4ccce21d4904", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/da1aa3dc9e564d3d922e61c0121a390e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16bf098b9e2e490f8e47fa601059f975"}, {"url": "http://192.30.9.6:8776/v2/da1aa3dc9e564d3d922e61c0121a390e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc16fa4cf491444ca2f611d5692c1170"}, {"url": "http://192.30.9.6:8776/v2/da1aa3dc9e564d3d922e61c0121a390e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ccd2c5325dff4b90b391db9fdde67d99"}], "type": "volumev2", "id": "d09ac9123c34494abce21d6c27bee9d9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eac694332354a3aa0e61c31314166d7"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b4d4989c4e764717ab78d38675cadd3f"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff196e46b56d406d87a678f1a64497b0"}], "type": "compute", "id": "d4030ee932c84df58c5b910cc197caa7", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_95790658-ea1a-473f-b71a-0aa15c3467f2", "id": "6cb53a06110b45a6a2f21cb265048110"}, "audit_ids": ["Y9rgwYS-TF-6Ue4wPNZ1uQ"], "issued_at": "2018-09-04T10:22:48.000000Z"}} 2018-09-04 10:22:48,730 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28: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}32725fee00c342cbe28b45950ef6122bd2426e76" 2018-09-04 10:22:48,813 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:22:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-34a3efcd-9506-47dc-9bbc-b04467a5dcdd 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.28:5000/v3/", "rel": "self"}]}} 2018-09-04 10:22:48,813 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-34a3efcd-9506-47dc-9bbc-b04467a5dcdd 2018-09-04 10:22:48,815 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 10:22:48,816 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-09-04 10:22:49,210 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5ef645ad12fc453aa5d8a0c2cbf76196", "name": "heat_stack_owner"}, {"id": "9a944a8c31754b8f941d2fa9034d4301", "name": "Member"}, {"id": "3d416247e8224533841040c3ad2bce5a", "name": "admin"}], "expires_at": "2018-09-04T11:22:49.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "da1aa3dc9e564d3d922e61c0121a390e", "name": "api_check-project_95790658-ea1a-473f-b71a-0aa15c3467f2"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235635a698ef4bef9dc6b25273d185da"}, {"url": "http://192.30.9.6:8776/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "23b07b3fbfc340a58cf0f9b2871a0d23"}, {"url": "http://172.30.9.28:8776/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "72fd0aaa144d45419f4b04b6b26f69a7"}], "type": "volume", "id": "097241c25b4d4f7e91b3f8efa155909e", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v3/da1aa3dc9e564d3d922e61c0121a390e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93eb4cf3030a49e7840bec071422d397"}, {"url": "http://192.30.9.6:8776/v3/da1aa3dc9e564d3d922e61c0121a390e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8af439a6ac147fdbcb38ed9aa916b68"}, {"url": "http://192.30.9.6:8776/v3/da1aa3dc9e564d3d922e61c0121a390e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c4bfdbc9b7c74a23a40afdf578cfeba4"}], "type": "volumev3", "id": "1c85f4682ce44f729db1dabd98e965e8", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "82239574a29d4603a2161006f61851cf"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8d15f7134f364a7bbcfff2f84aac3bf2"}, {"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e01668c43a0c4c279b9a3d20a0280d6c"}], "type": "image", "id": "297d8415ca96454991054983920912f7", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7bb4d60e20734d4a9f31ec75e02cb823"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bf6adec15590466a9a0d3bddb00e8993"}, {"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f096f03a1d12411a8972f6f7c196b60d"}], "type": "policy", "id": "54c64351b56d44bbad74c2969cc3aa00", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "354ae6870a324fab82d0a0fb68ee0f26"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a3807e460dd4af488d982b66c52e64c"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e7c3da785076450abd71868e75ce0c33"}], "type": "cloudformation", "id": "6ac9917ae83c4639a15a4ab3cf0e76dd", "name": "heat-cfn"}, {"endpoints": [], "type": "metering", "id": "7fcc078e5e0645f29df67742ac14e388", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49e71628d386464cb950d6a9db00a328"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75b0a63ed8574bbcab1c851cc9b83d30"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9902b0a8b3c04cd192a1b84c417c232b"}], "type": "key-manager", "id": "9626544a32e74678a641c6e206f028a9", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "497340e5aa36485982fdf297f370558f"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7802beb4fc7c4952897b77bd5610b1fe"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c14af798917f4fa0b146d9772583e595"}], "type": "metric", "id": "973bfe8c658d4e5a8da725e76b9d550e", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "288ecc3674ea41d2aa3b790dcb832bf2"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7a6dc785cd7142f5b30f1a7ba0daeb03"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7f7d34e2351b4964befccc862c4e8e12"}], "type": "network", "id": "a348d7b06050474fb449be7f32ea6f5d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "21bce6ecb8464a1f8f3e3847aa698bd6"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0a8faf2246b47deb30e69e48d3551fb"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e71c6011de3d4d8589e5b53dcc79f288"}], "type": "identity", "id": "ad8d4b4953184137a1b913ecee9434ed", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "13474f9a78ca4f1184e4cddc84d0d98c"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad67365a18234bb78c336e6776958c00"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc54db13337f44f8921fbb9ad0f81de8"}], "type": "alarming", "id": "bb18dc3243034f08a6a7f69f7a1edccf", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0d91d7adf0304b2681c77f979e5cdb17"}, {"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "756e5ffca9774ab3ae2db41bf330417f"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c07c727a08c243b287827f539a124e63"}], "type": "placement", "id": "bb2c9432fcbd4c56913177122468f6ba", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1eed4912224b48cf9856446eae4d9928"}, {"url": "http://192.30.9.6:8004/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b73b7f99236541148d84f24f09e5dd40"}, {"url": "http://192.30.9.6:8004/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fbf12e52911244fdafc24a9d46f56e62"}], "type": "orchestration", "id": "c8918d139da945ba93df4ccce21d4904", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/da1aa3dc9e564d3d922e61c0121a390e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16bf098b9e2e490f8e47fa601059f975"}, {"url": "http://192.30.9.6:8776/v2/da1aa3dc9e564d3d922e61c0121a390e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc16fa4cf491444ca2f611d5692c1170"}, {"url": "http://192.30.9.6:8776/v2/da1aa3dc9e564d3d922e61c0121a390e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ccd2c5325dff4b90b391db9fdde67d99"}], "type": "volumev2", "id": "d09ac9123c34494abce21d6c27bee9d9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eac694332354a3aa0e61c31314166d7"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b4d4989c4e764717ab78d38675cadd3f"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff196e46b56d406d87a678f1a64497b0"}], "type": "compute", "id": "d4030ee932c84df58c5b910cc197caa7", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_95790658-ea1a-473f-b71a-0aa15c3467f2", "id": "6cb53a06110b45a6a2f21cb265048110"}, "audit_ids": ["XM74fMswSQWjKWXVB-X-Yg"], "issued_at": "2018-09-04T10:22:49.000000Z"}} 2018-09-04 10:22:49,210 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28: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}82c03d118a8ce93d02dcd18939aa0b709961acd4" 2018-09-04 10:22:49,293 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:22:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-145cefcd-2bfc-49d9-b89f-7e7636ff2ba2 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.28:5000/v3/", "rel": "self"}]}} 2018-09-04 10:22:49,294 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-145cefcd-2bfc-49d9-b89f-7e7636ff2ba2 2018-09-04 10:22:49,298 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-04 10:22:49,304 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 04 Sep 2018 10:22: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://172.30.9.28: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.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-04 10:22:49,305 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-c599d2f4-c532-42c-name -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}82c03d118a8ce93d02dcd18939aa0b709961acd4" 2018-09-04 10:22:49,397 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:22:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8320f4e8-ee11-4540-bca2-ad4a3ae72b29 Content-Encoding: gzip Content-Length: 177 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-c599d2f4-c532-42c-name", "previous": null, "next": null}, "projects": []} 2018-09-04 10:22:49,397 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-c599d2f4-c532-42c-name used request id req-8320f4e8-ee11-4540-bca2-ad4a3ae72b29 2018-09-04 10:22:49,401 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}82c03d118a8ce93d02dcd18939aa0b709961acd4" 2018-09-04 10:22:49,488 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:22:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-11b85c8a-3af9-4739-954e-12d79f37eff6 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-09-04 10:22:49,488 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains?name=Default used request id req-11b85c8a-3af9-4739-954e-12d79f37eff6 2018-09-04 10:22:49,492 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}82c03d118a8ce93d02dcd18939aa0b709961acd4" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateProjectSuccessTests-c599d2f4-c532-42c-name"}}' 2018-09-04 10:22:49,645 - keystoneauth.session - DEBUG - RESP: [201] Date: Tue, 04 Sep 2018 10:22:49 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-7359682c-af91-49e7-97a0-715803248219 Content-Length: 310 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/d1d8a6ea6cc04e12821ba2c3d6ee19ea"}, "enabled": true, "id": "d1d8a6ea6cc04e12821ba2c3d6ee19ea", "parent_id": "default", "domain_id": "default", "name": "CreateProjectSuccessTests-c599d2f4-c532-42c-name"}} 2018-09-04 10:22:49,646 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/projects used request id req-7359682c-af91-49e7-97a0-715803248219 2018-09-04 10:22:49,646 - keystone_utils - INFO - Created project with name - CreateProjectSuccessTests-c599d2f4-c532-42c-name 2018-09-04 10:22:49,649 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-04 10:22:49,654 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 04 Sep 2018 10:22: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://172.30.9.28: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.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-04 10:22:49,655 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-c599d2f4-c532-42c-name -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}32725fee00c342cbe28b45950ef6122bd2426e76" 2018-09-04 10:22:49,814 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:22:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-41a2ef3e-c778-48b6-af4e-018dcf280aaa Content-Encoding: gzip Content-Length: 269 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-c599d2f4-c532-42c-name", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/d1d8a6ea6cc04e12821ba2c3d6ee19ea"}, "enabled": true, "id": "d1d8a6ea6cc04e12821ba2c3d6ee19ea", "parent_id": "default", "domain_id": "default", "name": "CreateProjectSuccessTests-c599d2f4-c532-42c-name"}]} 2018-09-04 10:22:49,814 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-c599d2f4-c532-42c-name used request id req-41a2ef3e-c778-48b6-af4e-018dcf280aaa 2018-09-04 10:22:49,814 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 10:22:49,815 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-09-04 10:22:50,201 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5ef645ad12fc453aa5d8a0c2cbf76196", "name": "heat_stack_owner"}, {"id": "9a944a8c31754b8f941d2fa9034d4301", "name": "Member"}, {"id": "3d416247e8224533841040c3ad2bce5a", "name": "admin"}], "expires_at": "2018-09-04T11:22:50.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "da1aa3dc9e564d3d922e61c0121a390e", "name": "api_check-project_95790658-ea1a-473f-b71a-0aa15c3467f2"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235635a698ef4bef9dc6b25273d185da"}, {"url": "http://192.30.9.6:8776/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "23b07b3fbfc340a58cf0f9b2871a0d23"}, {"url": "http://172.30.9.28:8776/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "72fd0aaa144d45419f4b04b6b26f69a7"}], "type": "volume", "id": "097241c25b4d4f7e91b3f8efa155909e", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v3/da1aa3dc9e564d3d922e61c0121a390e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93eb4cf3030a49e7840bec071422d397"}, {"url": "http://192.30.9.6:8776/v3/da1aa3dc9e564d3d922e61c0121a390e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8af439a6ac147fdbcb38ed9aa916b68"}, {"url": "http://192.30.9.6:8776/v3/da1aa3dc9e564d3d922e61c0121a390e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c4bfdbc9b7c74a23a40afdf578cfeba4"}], "type": "volumev3", "id": "1c85f4682ce44f729db1dabd98e965e8", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "82239574a29d4603a2161006f61851cf"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8d15f7134f364a7bbcfff2f84aac3bf2"}, {"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e01668c43a0c4c279b9a3d20a0280d6c"}], "type": "image", "id": "297d8415ca96454991054983920912f7", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7bb4d60e20734d4a9f31ec75e02cb823"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bf6adec15590466a9a0d3bddb00e8993"}, {"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f096f03a1d12411a8972f6f7c196b60d"}], "type": "policy", "id": "54c64351b56d44bbad74c2969cc3aa00", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "354ae6870a324fab82d0a0fb68ee0f26"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a3807e460dd4af488d982b66c52e64c"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e7c3da785076450abd71868e75ce0c33"}], "type": "cloudformation", "id": "6ac9917ae83c4639a15a4ab3cf0e76dd", "name": "heat-cfn"}, {"endpoints": [], "type": "metering", "id": "7fcc078e5e0645f29df67742ac14e388", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49e71628d386464cb950d6a9db00a328"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75b0a63ed8574bbcab1c851cc9b83d30"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9902b0a8b3c04cd192a1b84c417c232b"}], "type": "key-manager", "id": "9626544a32e74678a641c6e206f028a9", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "497340e5aa36485982fdf297f370558f"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7802beb4fc7c4952897b77bd5610b1fe"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c14af798917f4fa0b146d9772583e595"}], "type": "metric", "id": "973bfe8c658d4e5a8da725e76b9d550e", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "288ecc3674ea41d2aa3b790dcb832bf2"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7a6dc785cd7142f5b30f1a7ba0daeb03"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7f7d34e2351b4964befccc862c4e8e12"}], "type": "network", "id": "a348d7b06050474fb449be7f32ea6f5d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "21bce6ecb8464a1f8f3e3847aa698bd6"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0a8faf2246b47deb30e69e48d3551fb"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e71c6011de3d4d8589e5b53dcc79f288"}], "type": "identity", "id": "ad8d4b4953184137a1b913ecee9434ed", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "13474f9a78ca4f1184e4cddc84d0d98c"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad67365a18234bb78c336e6776958c00"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc54db13337f44f8921fbb9ad0f81de8"}], "type": "alarming", "id": "bb18dc3243034f08a6a7f69f7a1edccf", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0d91d7adf0304b2681c77f979e5cdb17"}, {"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "756e5ffca9774ab3ae2db41bf330417f"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c07c727a08c243b287827f539a124e63"}], "type": "placement", "id": "bb2c9432fcbd4c56913177122468f6ba", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1eed4912224b48cf9856446eae4d9928"}, {"url": "http://192.30.9.6:8004/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b73b7f99236541148d84f24f09e5dd40"}, {"url": "http://192.30.9.6:8004/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fbf12e52911244fdafc24a9d46f56e62"}], "type": "orchestration", "id": "c8918d139da945ba93df4ccce21d4904", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/da1aa3dc9e564d3d922e61c0121a390e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16bf098b9e2e490f8e47fa601059f975"}, {"url": "http://192.30.9.6:8776/v2/da1aa3dc9e564d3d922e61c0121a390e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc16fa4cf491444ca2f611d5692c1170"}, {"url": "http://192.30.9.6:8776/v2/da1aa3dc9e564d3d922e61c0121a390e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ccd2c5325dff4b90b391db9fdde67d99"}], "type": "volumev2", "id": "d09ac9123c34494abce21d6c27bee9d9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eac694332354a3aa0e61c31314166d7"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b4d4989c4e764717ab78d38675cadd3f"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff196e46b56d406d87a678f1a64497b0"}], "type": "compute", "id": "d4030ee932c84df58c5b910cc197caa7", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_95790658-ea1a-473f-b71a-0aa15c3467f2", "id": "6cb53a06110b45a6a2f21cb265048110"}, "audit_ids": ["ildAjlkhSrSKByyYgi1dWg"], "issued_at": "2018-09-04T10:22:50.000000Z"}} 2018-09-04 10:22:50,202 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28: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}5535bba2c0d003aec7c0b19be24830dbb84018e7" 2018-09-04 10:22:50,343 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:22:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c830d7b8-028c-43e0-b0c8-b7bee0bde22c 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.28:5000/v3/", "rel": "self"}]}} 2018-09-04 10:22:50,343 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-c830d7b8-028c-43e0-b0c8-b7bee0bde22c 2018-09-04 10:22:50,348 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-04 10:22:50,353 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 04 Sep 2018 10:22: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.28: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.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-04 10:22:50,354 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-c599d2f4-c532-42c-name -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5535bba2c0d003aec7c0b19be24830dbb84018e7" 2018-09-04 10:22:50,440 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:22:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d1f3e7e5-1385-4cee-b3d2-afe571064721 Content-Encoding: gzip Content-Length: 269 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-c599d2f4-c532-42c-name", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/d1d8a6ea6cc04e12821ba2c3d6ee19ea"}, "enabled": true, "id": "d1d8a6ea6cc04e12821ba2c3d6ee19ea", "parent_id": "default", "domain_id": "default", "name": "CreateProjectSuccessTests-c599d2f4-c532-42c-name"}]} 2018-09-04 10:22:50,440 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-c599d2f4-c532-42c-name used request id req-d1f3e7e5-1385-4cee-b3d2-afe571064721 2018-09-04 10:22:50,444 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}32725fee00c342cbe28b45950ef6122bd2426e76" 2018-09-04 10:22:50,537 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:22:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7e4753ff-55b8-480f-86ea-a81302d114e9 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.28:5000/v3/domains/default"}, "name": "Default"}} 2018-09-04 10:22:50,537 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains/default used request id req-7e4753ff-55b8-480f-86ea-a81302d114e9 2018-09-04 10:22:50,542 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}82c03d118a8ce93d02dcd18939aa0b709961acd4" 2018-09-04 10:22:50,878 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4847 X-Openstack-Request-Id: req-63db1841-214b-41cd-8f38-cc84f92f1f6b Date: Tue, 04 Sep 2018 10:22:50 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "18025ed81c804927a1f0e0e0ba20836f", "created_at": "2018-09-04T10:10:44Z", "updated_at": "2018-09-04T10:10:44Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T10:10:44Z", "revision_number": 0, "id": "4987cdc7-3c69-4296-b962-dfcdfe2af09e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T10:10:44Z", "security_group_id": "4eb60975-feab-4b85-9171-1c970d3680f7", "tenant_id": "18025ed81c804927a1f0e0e0ba20836f", "port_range_min": null, "ethertype": "IPv4", "project_id": "18025ed81c804927a1f0e0e0ba20836f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T10:10:44Z", "revision_number": 0, "id": "f5388a44-6a0f-4e22-bd76-f4873903daf0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T10:10:44Z", "security_group_id": "4eb60975-feab-4b85-9171-1c970d3680f7", "tenant_id": "18025ed81c804927a1f0e0e0ba20836f", "port_range_min": null, "ethertype": "IPv6", "project_id": "18025ed81c804927a1f0e0e0ba20836f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T10:10:44Z", "revision_number": 0, "id": "dd2062ca-238a-4ae8-8397-ca60210bbde5", "remote_group_id": "4eb60975-feab-4b85-9171-1c970d3680f7", "remote_ip_prefix": null, "created_at": "2018-09-04T10:10:44Z", "security_group_id": "4eb60975-feab-4b85-9171-1c970d3680f7", "tenant_id": "18025ed81c804927a1f0e0e0ba20836f", "port_range_min": null, "ethertype": "IPv6", "project_id": "18025ed81c804927a1f0e0e0ba20836f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T10:10:44Z", "revision_number": 0, "id": "6278c51b-2852-4d07-abf1-4545e40daadb", "remote_group_id": "4eb60975-feab-4b85-9171-1c970d3680f7", "remote_ip_prefix": null, "created_at": "2018-09-04T10:10:44Z", "security_group_id": "4eb60975-feab-4b85-9171-1c970d3680f7", "tenant_id": "18025ed81c804927a1f0e0e0ba20836f", "port_range_min": null, "ethertype": "IPv4", "project_id": "18025ed81c804927a1f0e0e0ba20836f"}], "revision_number": 4, "project_id": "18025ed81c804927a1f0e0e0ba20836f", "id": "4eb60975-feab-4b85-9171-1c970d3680f7", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "da1aa3dc9e564d3d922e61c0121a390e", "created_at": "2018-09-04T10:22:45Z", "updated_at": "2018-09-04T10:22:45Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T10:22:45Z", "revision_number": 0, "id": "3e9c32e8-8527-472a-956b-e0426fc61806", "remote_group_id": "a0350fb5-7963-482b-9b06-fea838951872", "remote_ip_prefix": null, "created_at": "2018-09-04T10:22:45Z", "security_group_id": "a0350fb5-7963-482b-9b06-fea838951872", "tenant_id": "da1aa3dc9e564d3d922e61c0121a390e", "port_range_min": null, "ethertype": "IPv6", "project_id": "da1aa3dc9e564d3d922e61c0121a390e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T10:22:45Z", "revision_number": 0, "id": "e17daf2d-5508-45e7-9ba3-14bcd176789e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T10:22:45Z", "security_group_id": "a0350fb5-7963-482b-9b06-fea838951872", "tenant_id": "da1aa3dc9e564d3d922e61c0121a390e", "port_range_min": null, "ethertype": "IPv4", "project_id": "da1aa3dc9e564d3d922e61c0121a390e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T10:22:45Z", "revision_number": 0, "id": "0a310294-28cb-46e7-ab05-42129ac27199", "remote_group_id": "a0350fb5-7963-482b-9b06-fea838951872", "remote_ip_prefix": null, "created_at": "2018-09-04T10:22:45Z", "security_group_id": "a0350fb5-7963-482b-9b06-fea838951872", "tenant_id": "da1aa3dc9e564d3d922e61c0121a390e", "port_range_min": null, "ethertype": "IPv4", "project_id": "da1aa3dc9e564d3d922e61c0121a390e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T10:22:45Z", "revision_number": 0, "id": "5d2caf42-b02e-4256-9265-4a0c49451d50", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T10:22:45Z", "security_group_id": "a0350fb5-7963-482b-9b06-fea838951872", "tenant_id": "da1aa3dc9e564d3d922e61c0121a390e", "port_range_min": null, "ethertype": "IPv6", "project_id": "da1aa3dc9e564d3d922e61c0121a390e"}], "revision_number": 4, "project_id": "da1aa3dc9e564d3d922e61c0121a390e", "id": "a0350fb5-7963-482b-9b06-fea838951872", "name": "default"}]} 2018-09-04 10:22:50,878 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?name=default used request id req-63db1841-214b-41cd-8f38-cc84f92f1f6b 2018-09-04 10:22:50,882 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/18025ed81c804927a1f0e0e0ba20836f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}82c03d118a8ce93d02dcd18939aa0b709961acd4" 2018-09-04 10:22:50,975 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:22:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-729da012-463a-42b9-86e0-6dccc46c2391 Content-Encoding: gzip Content-Length: 207 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.28:5000/v3/projects/18025ed81c804927a1f0e0e0ba20836f"}, "enabled": true, "id": "18025ed81c804927a1f0e0e0ba20836f", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-09-04 10:22:50,975 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/18025ed81c804927a1f0e0e0ba20836f used request id req-729da012-463a-42b9-86e0-6dccc46c2391 2018-09-04 10:22:50,978 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/da1aa3dc9e564d3d922e61c0121a390e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}82c03d118a8ce93d02dcd18939aa0b709961acd4" 2018-09-04 10:22:51,058 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:22:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dddbb636-fb18-4f09-820a-550746d73d6c Content-Encoding: gzip Content-Length: 245 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.28:5000/v3/projects/da1aa3dc9e564d3d922e61c0121a390e"}, "enabled": true, "id": "da1aa3dc9e564d3d922e61c0121a390e", "parent_id": "default", "domain_id": "default", "name": "api_check-project_95790658-ea1a-473f-b71a-0aa15c3467f2"}} 2018-09-04 10:22:51,058 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/da1aa3dc9e564d3d922e61c0121a390e used request id req-dddbb636-fb18-4f09-820a-550746d73d6c 2018-09-04 10:22:51,059 - keystone_utils - INFO - Deleting project with name - CreateProjectSuccessTests-c599d2f4-c532-42c-name 2018-09-04 10:22:51,063 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/projects/d1d8a6ea6cc04e12821ba2c3d6ee19ea -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}82c03d118a8ce93d02dcd18939aa0b709961acd4" 2018-09-04 10:22:51,217 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 10:22:51 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ad54980c-a8af-4538-a7ca-be6541b2c0a8 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 10:22:51,217 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/projects/d1d8a6ea6cc04e12821ba2c3d6ee19ea used request id req-ad54980c-a8af-4538-a7ca-be6541b2c0a8 2018-09-04 10:22:51,220 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}82c03d118a8ce93d02dcd18939aa0b709961acd4" 2018-09-04 10:22:51,307 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:22:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-baddd6cd-32fb-4db7-9060-f4dc8cb08cb9 Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3d416247e8224533841040c3ad2bce5a", "links": {"self": "http://172.30.9.28:5000/v3/roles/3d416247e8224533841040c3ad2bce5a"}, "name": "admin"}, {"domain_id": null, "id": "5ef645ad12fc453aa5d8a0c2cbf76196", "links": {"self": "http://172.30.9.28:5000/v3/roles/5ef645ad12fc453aa5d8a0c2cbf76196"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "6fc48fbb08d4410680bf5ace535e410c", "links": {"self": "http://172.30.9.28:5000/v3/roles/6fc48fbb08d4410680bf5ace535e410c"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9a944a8c31754b8f941d2fa9034d4301", "links": {"self": "http://172.30.9.28:5000/v3/roles/9a944a8c31754b8f941d2fa9034d4301"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "fea739ce4d1249249c128f55b640b79d", "links": {"self": "http://172.30.9.28:5000/v3/roles/fea739ce4d1249249c128f55b640b79d"}, "name": "ResellerAdmin"}]} 2018-09-04 10:22:51,307 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-baddd6cd-32fb-4db7-9060-f4dc8cb08cb9 2018-09-04 10:22:51,309 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-09-04 10:22:51,698 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5ef645ad12fc453aa5d8a0c2cbf76196", "name": "heat_stack_owner"}, {"id": "9a944a8c31754b8f941d2fa9034d4301", "name": "Member"}, {"id": "3d416247e8224533841040c3ad2bce5a", "name": "admin"}], "expires_at": "2018-09-04T11:22:51.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "da1aa3dc9e564d3d922e61c0121a390e", "name": "api_check-project_95790658-ea1a-473f-b71a-0aa15c3467f2"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235635a698ef4bef9dc6b25273d185da"}, {"url": "http://192.30.9.6:8776/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "23b07b3fbfc340a58cf0f9b2871a0d23"}, {"url": "http://172.30.9.28:8776/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "72fd0aaa144d45419f4b04b6b26f69a7"}], "type": "volume", "id": "097241c25b4d4f7e91b3f8efa155909e", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v3/da1aa3dc9e564d3d922e61c0121a390e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93eb4cf3030a49e7840bec071422d397"}, {"url": "http://192.30.9.6:8776/v3/da1aa3dc9e564d3d922e61c0121a390e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8af439a6ac147fdbcb38ed9aa916b68"}, {"url": "http://192.30.9.6:8776/v3/da1aa3dc9e564d3d922e61c0121a390e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c4bfdbc9b7c74a23a40afdf578cfeba4"}], "type": "volumev3", "id": "1c85f4682ce44f729db1dabd98e965e8", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "82239574a29d4603a2161006f61851cf"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8d15f7134f364a7bbcfff2f84aac3bf2"}, {"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e01668c43a0c4c279b9a3d20a0280d6c"}], "type": "image", "id": "297d8415ca96454991054983920912f7", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7bb4d60e20734d4a9f31ec75e02cb823"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bf6adec15590466a9a0d3bddb00e8993"}, {"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f096f03a1d12411a8972f6f7c196b60d"}], "type": "policy", "id": "54c64351b56d44bbad74c2969cc3aa00", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "354ae6870a324fab82d0a0fb68ee0f26"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a3807e460dd4af488d982b66c52e64c"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e7c3da785076450abd71868e75ce0c33"}], "type": "cloudformation", "id": "6ac9917ae83c4639a15a4ab3cf0e76dd", "name": "heat-cfn"}, {"endpoints": [], "type": "metering", "id": "7fcc078e5e0645f29df67742ac14e388", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49e71628d386464cb950d6a9db00a328"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75b0a63ed8574bbcab1c851cc9b83d30"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9902b0a8b3c04cd192a1b84c417c232b"}], "type": "key-manager", "id": "9626544a32e74678a641c6e206f028a9", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "497340e5aa36485982fdf297f370558f"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7802beb4fc7c4952897b77bd5610b1fe"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c14af798917f4fa0b146d9772583e595"}], "type": "metric", "id": "973bfe8c658d4e5a8da725e76b9d550e", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "288ecc3674ea41d2aa3b790dcb832bf2"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7a6dc785cd7142f5b30f1a7ba0daeb03"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7f7d34e2351b4964befccc862c4e8e12"}], "type": "network", "id": "a348d7b06050474fb449be7f32ea6f5d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "21bce6ecb8464a1f8f3e3847aa698bd6"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0a8faf2246b47deb30e69e48d3551fb"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e71c6011de3d4d8589e5b53dcc79f288"}], "type": "identity", "id": "ad8d4b4953184137a1b913ecee9434ed", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "13474f9a78ca4f1184e4cddc84d0d98c"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad67365a18234bb78c336e6776958c00"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc54db13337f44f8921fbb9ad0f81de8"}], "type": "alarming", "id": "bb18dc3243034f08a6a7f69f7a1edccf", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0d91d7adf0304b2681c77f979e5cdb17"}, {"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "756e5ffca9774ab3ae2db41bf330417f"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c07c727a08c243b287827f539a124e63"}], "type": "placement", "id": "bb2c9432fcbd4c56913177122468f6ba", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1eed4912224b48cf9856446eae4d9928"}, {"url": "http://192.30.9.6:8004/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b73b7f99236541148d84f24f09e5dd40"}, {"url": "http://192.30.9.6:8004/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fbf12e52911244fdafc24a9d46f56e62"}], "type": "orchestration", "id": "c8918d139da945ba93df4ccce21d4904", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/da1aa3dc9e564d3d922e61c0121a390e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16bf098b9e2e490f8e47fa601059f975"}, {"url": "http://192.30.9.6:8776/v2/da1aa3dc9e564d3d922e61c0121a390e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc16fa4cf491444ca2f611d5692c1170"}, {"url": "http://192.30.9.6:8776/v2/da1aa3dc9e564d3d922e61c0121a390e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ccd2c5325dff4b90b391db9fdde67d99"}], "type": "volumev2", "id": "d09ac9123c34494abce21d6c27bee9d9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eac694332354a3aa0e61c31314166d7"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b4d4989c4e764717ab78d38675cadd3f"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff196e46b56d406d87a678f1a64497b0"}], "type": "compute", "id": "d4030ee932c84df58c5b910cc197caa7", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_95790658-ea1a-473f-b71a-0aa15c3467f2", "id": "6cb53a06110b45a6a2f21cb265048110"}, "audit_ids": ["N7dt4QLwRK-NZar_rxMI7A"], "issued_at": "2018-09-04T10:22:51.000000Z"}} 2018-09-04 10:22:51,698 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28: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}27f668b0728d9791f13bcef90df6e9005cdf882e" 2018-09-04 10:22:51,780 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:22:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0af231ae-a23e-4c6a-95ca-bf293039ff4a 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.28:5000/v3/", "rel": "self"}]}} 2018-09-04 10:22:51,780 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-0af231ae-a23e-4c6a-95ca-bf293039ff4a 2018-09-04 10:22:51,781 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 10:22:51,783 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-09-04 10:22:52,203 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5ef645ad12fc453aa5d8a0c2cbf76196", "name": "heat_stack_owner"}, {"id": "9a944a8c31754b8f941d2fa9034d4301", "name": "Member"}, {"id": "3d416247e8224533841040c3ad2bce5a", "name": "admin"}], "expires_at": "2018-09-04T11:22:52.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "da1aa3dc9e564d3d922e61c0121a390e", "name": "api_check-project_95790658-ea1a-473f-b71a-0aa15c3467f2"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235635a698ef4bef9dc6b25273d185da"}, {"url": "http://192.30.9.6:8776/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "23b07b3fbfc340a58cf0f9b2871a0d23"}, {"url": "http://172.30.9.28:8776/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "72fd0aaa144d45419f4b04b6b26f69a7"}], "type": "volume", "id": "097241c25b4d4f7e91b3f8efa155909e", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v3/da1aa3dc9e564d3d922e61c0121a390e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93eb4cf3030a49e7840bec071422d397"}, {"url": "http://192.30.9.6:8776/v3/da1aa3dc9e564d3d922e61c0121a390e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8af439a6ac147fdbcb38ed9aa916b68"}, {"url": "http://192.30.9.6:8776/v3/da1aa3dc9e564d3d922e61c0121a390e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c4bfdbc9b7c74a23a40afdf578cfeba4"}], "type": "volumev3", "id": "1c85f4682ce44f729db1dabd98e965e8", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "82239574a29d4603a2161006f61851cf"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8d15f7134f364a7bbcfff2f84aac3bf2"}, {"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e01668c43a0c4c279b9a3d20a0280d6c"}], "type": "image", "id": "297d8415ca96454991054983920912f7", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7bb4d60e20734d4a9f31ec75e02cb823"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bf6adec15590466a9a0d3bddb00e8993"}, {"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f096f03a1d12411a8972f6f7c196b60d"}], "type": "policy", "id": "54c64351b56d44bbad74c2969cc3aa00", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "354ae6870a324fab82d0a0fb68ee0f26"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a3807e460dd4af488d982b66c52e64c"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e7c3da785076450abd71868e75ce0c33"}], "type": "cloudformation", "id": "6ac9917ae83c4639a15a4ab3cf0e76dd", "name": "heat-cfn"}, {"endpoints": [], "type": "metering", "id": "7fcc078e5e0645f29df67742ac14e388", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49e71628d386464cb950d6a9db00a328"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75b0a63ed8574bbcab1c851cc9b83d30"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9902b0a8b3c04cd192a1b84c417c232b"}], "type": "key-manager", "id": "9626544a32e74678a641c6e206f028a9", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "497340e5aa36485982fdf297f370558f"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7802beb4fc7c4952897b77bd5610b1fe"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c14af798917f4fa0b146d9772583e595"}], "type": "metric", "id": "973bfe8c658d4e5a8da725e76b9d550e", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "288ecc3674ea41d2aa3b790dcb832bf2"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7a6dc785cd7142f5b30f1a7ba0daeb03"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7f7d34e2351b4964befccc862c4e8e12"}], "type": "network", "id": "a348d7b06050474fb449be7f32ea6f5d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "21bce6ecb8464a1f8f3e3847aa698bd6"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0a8faf2246b47deb30e69e48d3551fb"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e71c6011de3d4d8589e5b53dcc79f288"}], "type": "identity", "id": "ad8d4b4953184137a1b913ecee9434ed", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "13474f9a78ca4f1184e4cddc84d0d98c"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad67365a18234bb78c336e6776958c00"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc54db13337f44f8921fbb9ad0f81de8"}], "type": "alarming", "id": "bb18dc3243034f08a6a7f69f7a1edccf", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0d91d7adf0304b2681c77f979e5cdb17"}, {"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "756e5ffca9774ab3ae2db41bf330417f"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c07c727a08c243b287827f539a124e63"}], "type": "placement", "id": "bb2c9432fcbd4c56913177122468f6ba", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1eed4912224b48cf9856446eae4d9928"}, {"url": "http://192.30.9.6:8004/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b73b7f99236541148d84f24f09e5dd40"}, {"url": "http://192.30.9.6:8004/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fbf12e52911244fdafc24a9d46f56e62"}], "type": "orchestration", "id": "c8918d139da945ba93df4ccce21d4904", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/da1aa3dc9e564d3d922e61c0121a390e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16bf098b9e2e490f8e47fa601059f975"}, {"url": "http://192.30.9.6:8776/v2/da1aa3dc9e564d3d922e61c0121a390e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc16fa4cf491444ca2f611d5692c1170"}, {"url": "http://192.30.9.6:8776/v2/da1aa3dc9e564d3d922e61c0121a390e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ccd2c5325dff4b90b391db9fdde67d99"}], "type": "volumev2", "id": "d09ac9123c34494abce21d6c27bee9d9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eac694332354a3aa0e61c31314166d7"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b4d4989c4e764717ab78d38675cadd3f"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff196e46b56d406d87a678f1a64497b0"}], "type": "compute", "id": "d4030ee932c84df58c5b910cc197caa7", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_95790658-ea1a-473f-b71a-0aa15c3467f2", "id": "6cb53a06110b45a6a2f21cb265048110"}, "audit_ids": ["XGvhZScbSJGIO7Hyg-ujAQ"], "issued_at": "2018-09-04T10:22:52.000000Z"}} 2018-09-04 10:22:52,203 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28: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}bdd915b1c173911b3a42a3c0f64cd3a0b8f438cc" 2018-09-04 10:22:52,285 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:22:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6359ab5c-4490-4ba3-9bfd-399cd7dc8337 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.28:5000/v3/", "rel": "self"}]}} 2018-09-04 10:22:52,285 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-6359ab5c-4490-4ba3-9bfd-399cd7dc8337 2018-09-04 10:22:52,289 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-04 10:22:52,295 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 04 Sep 2018 10:22: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.28: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.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-04 10:22:52,295 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=foo&name=CreateProjectSuccessTests-49e433d0-94ff-45c-name -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bdd915b1c173911b3a42a3c0f64cd3a0b8f438cc" 2018-09-04 10:22:52,380 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:22:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0476dca7-f6f7-437b-9d34-d69ae63e285d Content-Encoding: gzip Content-Length: 175 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=foo&name=CreateProjectSuccessTests-49e433d0-94ff-45c-name", "previous": null, "next": null}, "projects": []} 2018-09-04 10:22:52,380 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=foo&name=CreateProjectSuccessTests-49e433d0-94ff-45c-name used request id req-0476dca7-f6f7-437b-9d34-d69ae63e285d 2018-09-04 10:22:52,384 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/domains?name=foo -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bdd915b1c173911b3a42a3c0f64cd3a0b8f438cc" 2018-09-04 10:22:52,465 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:22:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1962fbfc-df3e-4310-a0a3-00f38fd020ee Content-Encoding: gzip Content-Length: 115 Content-Type: application/json RESP BODY: {"domains": [], "links": {"self": "http://172.30.9.28:5000/v3/domains?name=foo", "previous": null, "next": null}} 2018-09-04 10:22:52,465 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains?name=foo used request id req-1962fbfc-df3e-4310-a0a3-00f38fd020ee 2018-09-04 10:22:52,469 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bdd915b1c173911b3a42a3c0f64cd3a0b8f438cc" -d '{"project": {"enabled": true, "domain_id": "foo", "name": "CreateProjectSuccessTests-49e433d0-94ff-45c-name"}}' 2018-09-04 10:22:52,553 - keystoneauth.session - DEBUG - RESP: [400] Date: Tue, 04 Sep 2018 10:22:52 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-69206371-1728-4a9e-b43d-25835f23733a Content-Length: 90 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find domain: foo.", "code": 400, "title": "Bad Request"}} 2018-09-04 10:22:52,553 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/projects used request id req-69206371-1728-4a9e-b43d-25835f23733a 2018-09-04 10:22:52,553 - keystoneauth.session - DEBUG - Request returned failure status: 400 2018-09-04 10:22:52,557 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bdd915b1c173911b3a42a3c0f64cd3a0b8f438cc" 2018-09-04 10:22:52,638 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:22:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ca8e776a-0c7e-461c-a727-4e6ab541528d Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3d416247e8224533841040c3ad2bce5a", "links": {"self": "http://172.30.9.28:5000/v3/roles/3d416247e8224533841040c3ad2bce5a"}, "name": "admin"}, {"domain_id": null, "id": "5ef645ad12fc453aa5d8a0c2cbf76196", "links": {"self": "http://172.30.9.28:5000/v3/roles/5ef645ad12fc453aa5d8a0c2cbf76196"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "6fc48fbb08d4410680bf5ace535e410c", "links": {"self": "http://172.30.9.28:5000/v3/roles/6fc48fbb08d4410680bf5ace535e410c"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9a944a8c31754b8f941d2fa9034d4301", "links": {"self": "http://172.30.9.28:5000/v3/roles/9a944a8c31754b8f941d2fa9034d4301"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "fea739ce4d1249249c128f55b640b79d", "links": {"self": "http://172.30.9.28:5000/v3/roles/fea739ce4d1249249c128f55b640b79d"}, "name": "ResellerAdmin"}]} 2018-09-04 10:22:52,638 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-ca8e776a-0c7e-461c-a727-4e6ab541528d 2018-09-04 10:22:52,640 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-09-04 10:22:53,011 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5ef645ad12fc453aa5d8a0c2cbf76196", "name": "heat_stack_owner"}, {"id": "9a944a8c31754b8f941d2fa9034d4301", "name": "Member"}, {"id": "3d416247e8224533841040c3ad2bce5a", "name": "admin"}], "expires_at": "2018-09-04T11:22:53.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "da1aa3dc9e564d3d922e61c0121a390e", "name": "api_check-project_95790658-ea1a-473f-b71a-0aa15c3467f2"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235635a698ef4bef9dc6b25273d185da"}, {"url": "http://192.30.9.6:8776/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "23b07b3fbfc340a58cf0f9b2871a0d23"}, {"url": "http://172.30.9.28:8776/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "72fd0aaa144d45419f4b04b6b26f69a7"}], "type": "volume", "id": "097241c25b4d4f7e91b3f8efa155909e", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v3/da1aa3dc9e564d3d922e61c0121a390e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93eb4cf3030a49e7840bec071422d397"}, {"url": "http://192.30.9.6:8776/v3/da1aa3dc9e564d3d922e61c0121a390e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8af439a6ac147fdbcb38ed9aa916b68"}, {"url": "http://192.30.9.6:8776/v3/da1aa3dc9e564d3d922e61c0121a390e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c4bfdbc9b7c74a23a40afdf578cfeba4"}], "type": "volumev3", "id": "1c85f4682ce44f729db1dabd98e965e8", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "82239574a29d4603a2161006f61851cf"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8d15f7134f364a7bbcfff2f84aac3bf2"}, {"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e01668c43a0c4c279b9a3d20a0280d6c"}], "type": "image", "id": "297d8415ca96454991054983920912f7", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7bb4d60e20734d4a9f31ec75e02cb823"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bf6adec15590466a9a0d3bddb00e8993"}, {"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f096f03a1d12411a8972f6f7c196b60d"}], "type": "policy", "id": "54c64351b56d44bbad74c2969cc3aa00", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "354ae6870a324fab82d0a0fb68ee0f26"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a3807e460dd4af488d982b66c52e64c"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e7c3da785076450abd71868e75ce0c33"}], "type": "cloudformation", "id": "6ac9917ae83c4639a15a4ab3cf0e76dd", "name": "heat-cfn"}, {"endpoints": [], "type": "metering", "id": "7fcc078e5e0645f29df67742ac14e388", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49e71628d386464cb950d6a9db00a328"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75b0a63ed8574bbcab1c851cc9b83d30"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9902b0a8b3c04cd192a1b84c417c232b"}], "type": "key-manager", "id": "9626544a32e74678a641c6e206f028a9", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "497340e5aa36485982fdf297f370558f"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7802beb4fc7c4952897b77bd5610b1fe"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c14af798917f4fa0b146d9772583e595"}], "type": "metric", "id": "973bfe8c658d4e5a8da725e76b9d550e", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "288ecc3674ea41d2aa3b790dcb832bf2"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7a6dc785cd7142f5b30f1a7ba0daeb03"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7f7d34e2351b4964befccc862c4e8e12"}], "type": "network", "id": "a348d7b06050474fb449be7f32ea6f5d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "21bce6ecb8464a1f8f3e3847aa698bd6"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0a8faf2246b47deb30e69e48d3551fb"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e71c6011de3d4d8589e5b53dcc79f288"}], "type": "identity", "id": "ad8d4b4953184137a1b913ecee9434ed", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "13474f9a78ca4f1184e4cddc84d0d98c"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad67365a18234bb78c336e6776958c00"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc54db13337f44f8921fbb9ad0f81de8"}], "type": "alarming", "id": "bb18dc3243034f08a6a7f69f7a1edccf", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0d91d7adf0304b2681c77f979e5cdb17"}, {"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "756e5ffca9774ab3ae2db41bf330417f"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c07c727a08c243b287827f539a124e63"}], "type": "placement", "id": "bb2c9432fcbd4c56913177122468f6ba", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1eed4912224b48cf9856446eae4d9928"}, {"url": "http://192.30.9.6:8004/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b73b7f99236541148d84f24f09e5dd40"}, {"url": "http://192.30.9.6:8004/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fbf12e52911244fdafc24a9d46f56e62"}], "type": "orchestration", "id": "c8918d139da945ba93df4ccce21d4904", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/da1aa3dc9e564d3d922e61c0121a390e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16bf098b9e2e490f8e47fa601059f975"}, {"url": "http://192.30.9.6:8776/v2/da1aa3dc9e564d3d922e61c0121a390e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc16fa4cf491444ca2f611d5692c1170"}, {"url": "http://192.30.9.6:8776/v2/da1aa3dc9e564d3d922e61c0121a390e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ccd2c5325dff4b90b391db9fdde67d99"}], "type": "volumev2", "id": "d09ac9123c34494abce21d6c27bee9d9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eac694332354a3aa0e61c31314166d7"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b4d4989c4e764717ab78d38675cadd3f"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff196e46b56d406d87a678f1a64497b0"}], "type": "compute", "id": "d4030ee932c84df58c5b910cc197caa7", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_95790658-ea1a-473f-b71a-0aa15c3467f2", "id": "6cb53a06110b45a6a2f21cb265048110"}, "audit_ids": ["DJU5l9IdS9CjVd62Z5T25A"], "issued_at": "2018-09-04T10:22:53.000000Z"}} 2018-09-04 10:22:53,011 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28: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}278d701abc7aa0e6d0813074ac53f46175bcf598" 2018-09-04 10:22:53,099 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:22:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ba627e54-3e81-4c2d-a3a8-266f2397390a 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.28:5000/v3/", "rel": "self"}]}} 2018-09-04 10:22:53,099 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-ba627e54-3e81-4c2d-a3a8-266f2397390a 2018-09-04 10:22:53,100 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 10:22:53,102 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-09-04 10:22:53,489 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5ef645ad12fc453aa5d8a0c2cbf76196", "name": "heat_stack_owner"}, {"id": "9a944a8c31754b8f941d2fa9034d4301", "name": "Member"}, {"id": "3d416247e8224533841040c3ad2bce5a", "name": "admin"}], "expires_at": "2018-09-04T11:22:53.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "da1aa3dc9e564d3d922e61c0121a390e", "name": "api_check-project_95790658-ea1a-473f-b71a-0aa15c3467f2"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235635a698ef4bef9dc6b25273d185da"}, {"url": "http://192.30.9.6:8776/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "23b07b3fbfc340a58cf0f9b2871a0d23"}, {"url": "http://172.30.9.28:8776/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "72fd0aaa144d45419f4b04b6b26f69a7"}], "type": "volume", "id": "097241c25b4d4f7e91b3f8efa155909e", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v3/da1aa3dc9e564d3d922e61c0121a390e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93eb4cf3030a49e7840bec071422d397"}, {"url": "http://192.30.9.6:8776/v3/da1aa3dc9e564d3d922e61c0121a390e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8af439a6ac147fdbcb38ed9aa916b68"}, {"url": "http://192.30.9.6:8776/v3/da1aa3dc9e564d3d922e61c0121a390e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c4bfdbc9b7c74a23a40afdf578cfeba4"}], "type": "volumev3", "id": "1c85f4682ce44f729db1dabd98e965e8", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "82239574a29d4603a2161006f61851cf"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8d15f7134f364a7bbcfff2f84aac3bf2"}, {"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e01668c43a0c4c279b9a3d20a0280d6c"}], "type": "image", "id": "297d8415ca96454991054983920912f7", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7bb4d60e20734d4a9f31ec75e02cb823"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bf6adec15590466a9a0d3bddb00e8993"}, {"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f096f03a1d12411a8972f6f7c196b60d"}], "type": "policy", "id": "54c64351b56d44bbad74c2969cc3aa00", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "354ae6870a324fab82d0a0fb68ee0f26"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a3807e460dd4af488d982b66c52e64c"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e7c3da785076450abd71868e75ce0c33"}], "type": "cloudformation", "id": "6ac9917ae83c4639a15a4ab3cf0e76dd", "name": "heat-cfn"}, {"endpoints": [], "type": "metering", "id": "7fcc078e5e0645f29df67742ac14e388", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49e71628d386464cb950d6a9db00a328"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75b0a63ed8574bbcab1c851cc9b83d30"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9902b0a8b3c04cd192a1b84c417c232b"}], "type": "key-manager", "id": "9626544a32e74678a641c6e206f028a9", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "497340e5aa36485982fdf297f370558f"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7802beb4fc7c4952897b77bd5610b1fe"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c14af798917f4fa0b146d9772583e595"}], "type": "metric", "id": "973bfe8c658d4e5a8da725e76b9d550e", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "288ecc3674ea41d2aa3b790dcb832bf2"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7a6dc785cd7142f5b30f1a7ba0daeb03"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7f7d34e2351b4964befccc862c4e8e12"}], "type": "network", "id": "a348d7b06050474fb449be7f32ea6f5d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "21bce6ecb8464a1f8f3e3847aa698bd6"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0a8faf2246b47deb30e69e48d3551fb"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e71c6011de3d4d8589e5b53dcc79f288"}], "type": "identity", "id": "ad8d4b4953184137a1b913ecee9434ed", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "13474f9a78ca4f1184e4cddc84d0d98c"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad67365a18234bb78c336e6776958c00"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc54db13337f44f8921fbb9ad0f81de8"}], "type": "alarming", "id": "bb18dc3243034f08a6a7f69f7a1edccf", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0d91d7adf0304b2681c77f979e5cdb17"}, {"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "756e5ffca9774ab3ae2db41bf330417f"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c07c727a08c243b287827f539a124e63"}], "type": "placement", "id": "bb2c9432fcbd4c56913177122468f6ba", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1eed4912224b48cf9856446eae4d9928"}, {"url": "http://192.30.9.6:8004/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b73b7f99236541148d84f24f09e5dd40"}, {"url": "http://192.30.9.6:8004/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fbf12e52911244fdafc24a9d46f56e62"}], "type": "orchestration", "id": "c8918d139da945ba93df4ccce21d4904", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/da1aa3dc9e564d3d922e61c0121a390e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16bf098b9e2e490f8e47fa601059f975"}, {"url": "http://192.30.9.6:8776/v2/da1aa3dc9e564d3d922e61c0121a390e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc16fa4cf491444ca2f611d5692c1170"}, {"url": "http://192.30.9.6:8776/v2/da1aa3dc9e564d3d922e61c0121a390e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ccd2c5325dff4b90b391db9fdde67d99"}], "type": "volumev2", "id": "d09ac9123c34494abce21d6c27bee9d9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eac694332354a3aa0e61c31314166d7"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b4d4989c4e764717ab78d38675cadd3f"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff196e46b56d406d87a678f1a64497b0"}], "type": "compute", "id": "d4030ee932c84df58c5b910cc197caa7", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_95790658-ea1a-473f-b71a-0aa15c3467f2", "id": "6cb53a06110b45a6a2f21cb265048110"}, "audit_ids": ["igiJPJ-LQoyjeKpW4tg0xQ"], "issued_at": "2018-09-04T10:22:53.000000Z"}} 2018-09-04 10:22:53,489 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28: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}198179062126005e66ab7d91a5e1bfc6eef98b6a" 2018-09-04 10:22:53,568 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:22:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8d9da801-215c-4bfc-b5e3-54c873ff4839 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.28:5000/v3/", "rel": "self"}]}} 2018-09-04 10:22:53,568 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-8d9da801-215c-4bfc-b5e3-54c873ff4839 2018-09-04 10:22:53,573 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-04 10:22:53,578 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 04 Sep 2018 10:22:53 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.28: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.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-04 10:22:53,579 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-f6f13d29-4080-40d-name -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}198179062126005e66ab7d91a5e1bfc6eef98b6a" 2018-09-04 10:22:53,665 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:22:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a27930f2-9194-431a-a805-dc5038736231 Content-Encoding: gzip Content-Length: 178 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-f6f13d29-4080-40d-name", "previous": null, "next": null}, "projects": []} 2018-09-04 10:22:53,665 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-f6f13d29-4080-40d-name used request id req-a27930f2-9194-431a-a805-dc5038736231 2018-09-04 10:22:53,669 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}198179062126005e66ab7d91a5e1bfc6eef98b6a" 2018-09-04 10:22:53,748 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:22:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8ec79bed-cf7b-46aa-895d-3cf34eb14e6a Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-09-04 10:22:53,748 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains?name=Default used request id req-8ec79bed-cf7b-46aa-895d-3cf34eb14e6a 2018-09-04 10:22:53,752 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}198179062126005e66ab7d91a5e1bfc6eef98b6a" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateProjectSuccessTests-f6f13d29-4080-40d-name"}}' 2018-09-04 10:22:53,873 - keystoneauth.session - DEBUG - RESP: [201] Date: Tue, 04 Sep 2018 10:22:53 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-edbd4dc1-8c26-436e-bc2e-1b09bfbaff4a Content-Length: 310 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/175503c2384c491cb9ba8a93b69f2daa"}, "enabled": true, "id": "175503c2384c491cb9ba8a93b69f2daa", "parent_id": "default", "domain_id": "default", "name": "CreateProjectSuccessTests-f6f13d29-4080-40d-name"}} 2018-09-04 10:22:53,873 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/projects used request id req-edbd4dc1-8c26-436e-bc2e-1b09bfbaff4a 2018-09-04 10:22:53,873 - keystone_utils - INFO - Created project with name - CreateProjectSuccessTests-f6f13d29-4080-40d-name 2018-09-04 10:22:53,873 - nova_utils - DEBUG - Retrieving Nova Client 2018-09-04 10:22:53,877 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/os-quota-sets/175503c2384c491cb9ba8a93b69f2daa -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}198179062126005e66ab7d91a5e1bfc6eef98b6a" 2018-09-04 10:22:54,751 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:22: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-5acaceed-3eef-4e85-afb2-74a5045e384a x-compute-request-id: req-5acaceed-3eef-4e85-afb2-74a5045e384a Content-Encoding: gzip Content-Length: 223 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": "175503c2384c491cb9ba8a93b69f2daa", "instances": 10, "security_group_rules": 20, "injected_files": 5, "cores": 20, "fixed_ips": -1, "injected_file_path_bytes": 255, "security_groups": 10}} 2018-09-04 10:22:54,751 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/os-quota-sets/175503c2384c491cb9ba8a93b69f2daa used request id req-5acaceed-3eef-4e85-afb2-74a5045e384a 2018-09-04 10:22:54,754 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.28:8774/v2.1/os-quota-sets/175503c2384c491cb9ba8a93b69f2daa -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}198179062126005e66ab7d91a5e1bfc6eef98b6a" -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-09-04 10:22:55,733 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:22: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-f67bee40-b50e-4e33-96fb-eebaa473aceb x-compute-request-id: req-f67bee40-b50e-4e33-96fb-eebaa473aceb 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-09-04 10:22:55,734 - novaclient.v2.client - DEBUG - PUT call to compute for http://172.30.9.28:8774/v2.1/os-quota-sets/175503c2384c491cb9ba8a93b69f2daa used request id req-f67bee40-b50e-4e33-96fb-eebaa473aceb 2018-09-04 10:22:55,737 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-04 10:22:55,742 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 04 Sep 2018 10:22: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.28: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.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-04 10:22:55,743 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-f6f13d29-4080-40d-name -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}278d701abc7aa0e6d0813074ac53f46175bcf598" 2018-09-04 10:22:55,827 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:22:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-61bdc7b0-e1b4-4bbe-be6d-50381d78fc0e Content-Encoding: gzip Content-Length: 270 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-f6f13d29-4080-40d-name", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/175503c2384c491cb9ba8a93b69f2daa"}, "enabled": true, "id": "175503c2384c491cb9ba8a93b69f2daa", "parent_id": "default", "domain_id": "default", "name": "CreateProjectSuccessTests-f6f13d29-4080-40d-name"}]} 2018-09-04 10:22:55,827 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-f6f13d29-4080-40d-name used request id req-61bdc7b0-e1b4-4bbe-be6d-50381d78fc0e 2018-09-04 10:22:55,831 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}278d701abc7aa0e6d0813074ac53f46175bcf598" 2018-09-04 10:22:55,919 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:22:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b1e5c7ff-8a5a-45d2-8bec-556454a8713c 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.28:5000/v3/domains/default"}, "name": "Default"}} 2018-09-04 10:22:55,919 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains/default used request id req-b1e5c7ff-8a5a-45d2-8bec-556454a8713c 2018-09-04 10:22:55,920 - nova_utils - DEBUG - Retrieving Nova Client 2018-09-04 10:22:55,923 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/os-quota-sets/175503c2384c491cb9ba8a93b69f2daa -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}278d701abc7aa0e6d0813074ac53f46175bcf598" 2018-09-04 10:22:56,785 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:22: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-60eb8415-ccd9-4ee3-83b2-8bcaff013a05 x-compute-request-id: req-60eb8415-ccd9-4ee3-83b2-8bcaff013a05 Content-Encoding: gzip Content-Length: 224 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": "175503c2384c491cb9ba8a93b69f2daa", "instances": 5, "security_group_rules": 20, "injected_files": 6, "cores": 4, "fixed_ips": 7, "injected_file_path_bytes": 255, "security_groups": 10}} 2018-09-04 10:22:56,785 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/os-quota-sets/175503c2384c491cb9ba8a93b69f2daa used request id req-60eb8415-ccd9-4ee3-83b2-8bcaff013a05 2018-09-04 10:22:56,791 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}198179062126005e66ab7d91a5e1bfc6eef98b6a" 2018-09-04 10:22:57,762 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4847 X-Openstack-Request-Id: req-7ff67492-f5c8-4198-bf38-c651e1e4edd8 Date: Tue, 04 Sep 2018 10:22:57 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "18025ed81c804927a1f0e0e0ba20836f", "created_at": "2018-09-04T10:10:44Z", "updated_at": "2018-09-04T10:10:44Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T10:10:44Z", "revision_number": 0, "id": "4987cdc7-3c69-4296-b962-dfcdfe2af09e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T10:10:44Z", "security_group_id": "4eb60975-feab-4b85-9171-1c970d3680f7", "tenant_id": "18025ed81c804927a1f0e0e0ba20836f", "port_range_min": null, "ethertype": "IPv4", "project_id": "18025ed81c804927a1f0e0e0ba20836f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T10:10:44Z", "revision_number": 0, "id": "f5388a44-6a0f-4e22-bd76-f4873903daf0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T10:10:44Z", "security_group_id": "4eb60975-feab-4b85-9171-1c970d3680f7", "tenant_id": "18025ed81c804927a1f0e0e0ba20836f", "port_range_min": null, "ethertype": "IPv6", "project_id": "18025ed81c804927a1f0e0e0ba20836f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T10:10:44Z", "revision_number": 0, "id": "dd2062ca-238a-4ae8-8397-ca60210bbde5", "remote_group_id": "4eb60975-feab-4b85-9171-1c970d3680f7", "remote_ip_prefix": null, "created_at": "2018-09-04T10:10:44Z", "security_group_id": "4eb60975-feab-4b85-9171-1c970d3680f7", "tenant_id": "18025ed81c804927a1f0e0e0ba20836f", "port_range_min": null, "ethertype": "IPv6", "project_id": "18025ed81c804927a1f0e0e0ba20836f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T10:10:44Z", "revision_number": 0, "id": "6278c51b-2852-4d07-abf1-4545e40daadb", "remote_group_id": "4eb60975-feab-4b85-9171-1c970d3680f7", "remote_ip_prefix": null, "created_at": "2018-09-04T10:10:44Z", "security_group_id": "4eb60975-feab-4b85-9171-1c970d3680f7", "tenant_id": "18025ed81c804927a1f0e0e0ba20836f", "port_range_min": null, "ethertype": "IPv4", "project_id": "18025ed81c804927a1f0e0e0ba20836f"}], "revision_number": 4, "project_id": "18025ed81c804927a1f0e0e0ba20836f", "id": "4eb60975-feab-4b85-9171-1c970d3680f7", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "da1aa3dc9e564d3d922e61c0121a390e", "created_at": "2018-09-04T10:22:45Z", "updated_at": "2018-09-04T10:22:45Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T10:22:45Z", "revision_number": 0, "id": "5d2caf42-b02e-4256-9265-4a0c49451d50", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T10:22:45Z", "security_group_id": "a0350fb5-7963-482b-9b06-fea838951872", "tenant_id": "da1aa3dc9e564d3d922e61c0121a390e", "port_range_min": null, "ethertype": "IPv6", "project_id": "da1aa3dc9e564d3d922e61c0121a390e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T10:22:45Z", "revision_number": 0, "id": "3e9c32e8-8527-472a-956b-e0426fc61806", "remote_group_id": "a0350fb5-7963-482b-9b06-fea838951872", "remote_ip_prefix": null, "created_at": "2018-09-04T10:22:45Z", "security_group_id": "a0350fb5-7963-482b-9b06-fea838951872", "tenant_id": "da1aa3dc9e564d3d922e61c0121a390e", "port_range_min": null, "ethertype": "IPv6", "project_id": "da1aa3dc9e564d3d922e61c0121a390e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T10:22:45Z", "revision_number": 0, "id": "e17daf2d-5508-45e7-9ba3-14bcd176789e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T10:22:45Z", "security_group_id": "a0350fb5-7963-482b-9b06-fea838951872", "tenant_id": "da1aa3dc9e564d3d922e61c0121a390e", "port_range_min": null, "ethertype": "IPv4", "project_id": "da1aa3dc9e564d3d922e61c0121a390e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T10:22:45Z", "revision_number": 0, "id": "0a310294-28cb-46e7-ab05-42129ac27199", "remote_group_id": "a0350fb5-7963-482b-9b06-fea838951872", "remote_ip_prefix": null, "created_at": "2018-09-04T10:22:45Z", "security_group_id": "a0350fb5-7963-482b-9b06-fea838951872", "tenant_id": "da1aa3dc9e564d3d922e61c0121a390e", "port_range_min": null, "ethertype": "IPv4", "project_id": "da1aa3dc9e564d3d922e61c0121a390e"}], "revision_number": 4, "project_id": "da1aa3dc9e564d3d922e61c0121a390e", "id": "a0350fb5-7963-482b-9b06-fea838951872", "name": "default"}]} 2018-09-04 10:22:57,763 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?name=default used request id req-7ff67492-f5c8-4198-bf38-c651e1e4edd8 2018-09-04 10:22:57,767 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/18025ed81c804927a1f0e0e0ba20836f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}198179062126005e66ab7d91a5e1bfc6eef98b6a" 2018-09-04 10:22:57,856 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:22:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3556fb74-09b3-41d0-82b3-20af812649ae Content-Encoding: gzip Content-Length: 207 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.28:5000/v3/projects/18025ed81c804927a1f0e0e0ba20836f"}, "enabled": true, "id": "18025ed81c804927a1f0e0e0ba20836f", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-09-04 10:22:57,856 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/18025ed81c804927a1f0e0e0ba20836f used request id req-3556fb74-09b3-41d0-82b3-20af812649ae 2018-09-04 10:22:57,859 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/da1aa3dc9e564d3d922e61c0121a390e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}198179062126005e66ab7d91a5e1bfc6eef98b6a" 2018-09-04 10:22:58,010 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:22:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1e6a6973-afdf-4423-a385-cf1014ec1e00 Content-Encoding: gzip Content-Length: 245 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.28:5000/v3/projects/da1aa3dc9e564d3d922e61c0121a390e"}, "enabled": true, "id": "da1aa3dc9e564d3d922e61c0121a390e", "parent_id": "default", "domain_id": "default", "name": "api_check-project_95790658-ea1a-473f-b71a-0aa15c3467f2"}} 2018-09-04 10:22:58,010 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/da1aa3dc9e564d3d922e61c0121a390e used request id req-1e6a6973-afdf-4423-a385-cf1014ec1e00 2018-09-04 10:22:58,011 - keystone_utils - INFO - Deleting project with name - CreateProjectSuccessTests-f6f13d29-4080-40d-name 2018-09-04 10:22:58,015 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/projects/175503c2384c491cb9ba8a93b69f2daa -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}198179062126005e66ab7d91a5e1bfc6eef98b6a" 2018-09-04 10:22:58,181 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 10:22:58 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-11226d64-c99a-4681-9586-deabeb648878 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 10:22:58,181 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/projects/175503c2384c491cb9ba8a93b69f2daa used request id req-11226d64-c99a-4681-9586-deabeb648878 2018-09-04 10:22:58,185 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}198179062126005e66ab7d91a5e1bfc6eef98b6a" 2018-09-04 10:22:58,205 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:22:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b9e8db29-a972-4d79-a1e6-9bb6bc3f588f Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3d416247e8224533841040c3ad2bce5a", "links": {"self": "http://172.30.9.28:5000/v3/roles/3d416247e8224533841040c3ad2bce5a"}, "name": "admin"}, {"domain_id": null, "id": "5ef645ad12fc453aa5d8a0c2cbf76196", "links": {"self": "http://172.30.9.28:5000/v3/roles/5ef645ad12fc453aa5d8a0c2cbf76196"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "6fc48fbb08d4410680bf5ace535e410c", "links": {"self": "http://172.30.9.28:5000/v3/roles/6fc48fbb08d4410680bf5ace535e410c"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9a944a8c31754b8f941d2fa9034d4301", "links": {"self": "http://172.30.9.28:5000/v3/roles/9a944a8c31754b8f941d2fa9034d4301"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "fea739ce4d1249249c128f55b640b79d", "links": {"self": "http://172.30.9.28:5000/v3/roles/fea739ce4d1249249c128f55b640b79d"}, "name": "ResellerAdmin"}]} 2018-09-04 10:22:58,205 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-b9e8db29-a972-4d79-a1e6-9bb6bc3f588f 2018-09-04 10:22:58,207 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-09-04 10:22:58,578 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5ef645ad12fc453aa5d8a0c2cbf76196", "name": "heat_stack_owner"}, {"id": "9a944a8c31754b8f941d2fa9034d4301", "name": "Member"}, {"id": "3d416247e8224533841040c3ad2bce5a", "name": "admin"}], "expires_at": "2018-09-04T11:22:58.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "da1aa3dc9e564d3d922e61c0121a390e", "name": "api_check-project_95790658-ea1a-473f-b71a-0aa15c3467f2"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235635a698ef4bef9dc6b25273d185da"}, {"url": "http://192.30.9.6:8776/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "23b07b3fbfc340a58cf0f9b2871a0d23"}, {"url": "http://172.30.9.28:8776/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "72fd0aaa144d45419f4b04b6b26f69a7"}], "type": "volume", "id": "097241c25b4d4f7e91b3f8efa155909e", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v3/da1aa3dc9e564d3d922e61c0121a390e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93eb4cf3030a49e7840bec071422d397"}, {"url": "http://192.30.9.6:8776/v3/da1aa3dc9e564d3d922e61c0121a390e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8af439a6ac147fdbcb38ed9aa916b68"}, {"url": "http://192.30.9.6:8776/v3/da1aa3dc9e564d3d922e61c0121a390e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c4bfdbc9b7c74a23a40afdf578cfeba4"}], "type": "volumev3", "id": "1c85f4682ce44f729db1dabd98e965e8", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "82239574a29d4603a2161006f61851cf"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8d15f7134f364a7bbcfff2f84aac3bf2"}, {"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e01668c43a0c4c279b9a3d20a0280d6c"}], "type": "image", "id": "297d8415ca96454991054983920912f7", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7bb4d60e20734d4a9f31ec75e02cb823"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bf6adec15590466a9a0d3bddb00e8993"}, {"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f096f03a1d12411a8972f6f7c196b60d"}], "type": "policy", "id": "54c64351b56d44bbad74c2969cc3aa00", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "354ae6870a324fab82d0a0fb68ee0f26"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a3807e460dd4af488d982b66c52e64c"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e7c3da785076450abd71868e75ce0c33"}], "type": "cloudformation", "id": "6ac9917ae83c4639a15a4ab3cf0e76dd", "name": "heat-cfn"}, {"endpoints": [], "type": "metering", "id": "7fcc078e5e0645f29df67742ac14e388", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49e71628d386464cb950d6a9db00a328"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75b0a63ed8574bbcab1c851cc9b83d30"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9902b0a8b3c04cd192a1b84c417c232b"}], "type": "key-manager", "id": "9626544a32e74678a641c6e206f028a9", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "497340e5aa36485982fdf297f370558f"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7802beb4fc7c4952897b77bd5610b1fe"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c14af798917f4fa0b146d9772583e595"}], "type": "metric", "id": "973bfe8c658d4e5a8da725e76b9d550e", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "288ecc3674ea41d2aa3b790dcb832bf2"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7a6dc785cd7142f5b30f1a7ba0daeb03"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7f7d34e2351b4964befccc862c4e8e12"}], "type": "network", "id": "a348d7b06050474fb449be7f32ea6f5d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "21bce6ecb8464a1f8f3e3847aa698bd6"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0a8faf2246b47deb30e69e48d3551fb"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e71c6011de3d4d8589e5b53dcc79f288"}], "type": "identity", "id": "ad8d4b4953184137a1b913ecee9434ed", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "13474f9a78ca4f1184e4cddc84d0d98c"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad67365a18234bb78c336e6776958c00"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc54db13337f44f8921fbb9ad0f81de8"}], "type": "alarming", "id": "bb18dc3243034f08a6a7f69f7a1edccf", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0d91d7adf0304b2681c77f979e5cdb17"}, {"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "756e5ffca9774ab3ae2db41bf330417f"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c07c727a08c243b287827f539a124e63"}], "type": "placement", "id": "bb2c9432fcbd4c56913177122468f6ba", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1eed4912224b48cf9856446eae4d9928"}, {"url": "http://192.30.9.6:8004/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b73b7f99236541148d84f24f09e5dd40"}, {"url": "http://192.30.9.6:8004/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fbf12e52911244fdafc24a9d46f56e62"}], "type": "orchestration", "id": "c8918d139da945ba93df4ccce21d4904", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/da1aa3dc9e564d3d922e61c0121a390e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16bf098b9e2e490f8e47fa601059f975"}, {"url": "http://192.30.9.6:8776/v2/da1aa3dc9e564d3d922e61c0121a390e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc16fa4cf491444ca2f611d5692c1170"}, {"url": "http://192.30.9.6:8776/v2/da1aa3dc9e564d3d922e61c0121a390e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ccd2c5325dff4b90b391db9fdde67d99"}], "type": "volumev2", "id": "d09ac9123c34494abce21d6c27bee9d9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eac694332354a3aa0e61c31314166d7"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b4d4989c4e764717ab78d38675cadd3f"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff196e46b56d406d87a678f1a64497b0"}], "type": "compute", "id": "d4030ee932c84df58c5b910cc197caa7", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_95790658-ea1a-473f-b71a-0aa15c3467f2", "id": "6cb53a06110b45a6a2f21cb265048110"}, "audit_ids": ["LmE6UWlGSYWJhKZ6YVY6wQ"], "issued_at": "2018-09-04T10:22:58.000000Z"}} 2018-09-04 10:22:58,578 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28: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}9af4ec7172f110480e779fb2a3c1bf57d0e47027" 2018-09-04 10:22:58,662 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:22:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d2528091-e03f-40eb-a921-492159954233 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.28:5000/v3/", "rel": "self"}]}} 2018-09-04 10:22:58,662 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-d2528091-e03f-40eb-a921-492159954233 2018-09-04 10:22:58,663 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 10:22:58,664 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-09-04 10:22:59,057 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5ef645ad12fc453aa5d8a0c2cbf76196", "name": "heat_stack_owner"}, {"id": "9a944a8c31754b8f941d2fa9034d4301", "name": "Member"}, {"id": "3d416247e8224533841040c3ad2bce5a", "name": "admin"}], "expires_at": "2018-09-04T11:22:59.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "da1aa3dc9e564d3d922e61c0121a390e", "name": "api_check-project_95790658-ea1a-473f-b71a-0aa15c3467f2"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235635a698ef4bef9dc6b25273d185da"}, {"url": "http://192.30.9.6:8776/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "23b07b3fbfc340a58cf0f9b2871a0d23"}, {"url": "http://172.30.9.28:8776/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "72fd0aaa144d45419f4b04b6b26f69a7"}], "type": "volume", "id": "097241c25b4d4f7e91b3f8efa155909e", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v3/da1aa3dc9e564d3d922e61c0121a390e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93eb4cf3030a49e7840bec071422d397"}, {"url": "http://192.30.9.6:8776/v3/da1aa3dc9e564d3d922e61c0121a390e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8af439a6ac147fdbcb38ed9aa916b68"}, {"url": "http://192.30.9.6:8776/v3/da1aa3dc9e564d3d922e61c0121a390e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c4bfdbc9b7c74a23a40afdf578cfeba4"}], "type": "volumev3", "id": "1c85f4682ce44f729db1dabd98e965e8", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "82239574a29d4603a2161006f61851cf"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8d15f7134f364a7bbcfff2f84aac3bf2"}, {"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e01668c43a0c4c279b9a3d20a0280d6c"}], "type": "image", "id": "297d8415ca96454991054983920912f7", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7bb4d60e20734d4a9f31ec75e02cb823"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bf6adec15590466a9a0d3bddb00e8993"}, {"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f096f03a1d12411a8972f6f7c196b60d"}], "type": "policy", "id": "54c64351b56d44bbad74c2969cc3aa00", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "354ae6870a324fab82d0a0fb68ee0f26"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a3807e460dd4af488d982b66c52e64c"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e7c3da785076450abd71868e75ce0c33"}], "type": "cloudformation", "id": "6ac9917ae83c4639a15a4ab3cf0e76dd", "name": "heat-cfn"}, {"endpoints": [], "type": "metering", "id": "7fcc078e5e0645f29df67742ac14e388", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49e71628d386464cb950d6a9db00a328"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75b0a63ed8574bbcab1c851cc9b83d30"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9902b0a8b3c04cd192a1b84c417c232b"}], "type": "key-manager", "id": "9626544a32e74678a641c6e206f028a9", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "497340e5aa36485982fdf297f370558f"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7802beb4fc7c4952897b77bd5610b1fe"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c14af798917f4fa0b146d9772583e595"}], "type": "metric", "id": "973bfe8c658d4e5a8da725e76b9d550e", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "288ecc3674ea41d2aa3b790dcb832bf2"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7a6dc785cd7142f5b30f1a7ba0daeb03"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7f7d34e2351b4964befccc862c4e8e12"}], "type": "network", "id": "a348d7b06050474fb449be7f32ea6f5d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "21bce6ecb8464a1f8f3e3847aa698bd6"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0a8faf2246b47deb30e69e48d3551fb"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e71c6011de3d4d8589e5b53dcc79f288"}], "type": "identity", "id": "ad8d4b4953184137a1b913ecee9434ed", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "13474f9a78ca4f1184e4cddc84d0d98c"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad67365a18234bb78c336e6776958c00"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc54db13337f44f8921fbb9ad0f81de8"}], "type": "alarming", "id": "bb18dc3243034f08a6a7f69f7a1edccf", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0d91d7adf0304b2681c77f979e5cdb17"}, {"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "756e5ffca9774ab3ae2db41bf330417f"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c07c727a08c243b287827f539a124e63"}], "type": "placement", "id": "bb2c9432fcbd4c56913177122468f6ba", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1eed4912224b48cf9856446eae4d9928"}, {"url": "http://192.30.9.6:8004/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b73b7f99236541148d84f24f09e5dd40"}, {"url": "http://192.30.9.6:8004/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fbf12e52911244fdafc24a9d46f56e62"}], "type": "orchestration", "id": "c8918d139da945ba93df4ccce21d4904", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/da1aa3dc9e564d3d922e61c0121a390e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16bf098b9e2e490f8e47fa601059f975"}, {"url": "http://192.30.9.6:8776/v2/da1aa3dc9e564d3d922e61c0121a390e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc16fa4cf491444ca2f611d5692c1170"}, {"url": "http://192.30.9.6:8776/v2/da1aa3dc9e564d3d922e61c0121a390e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ccd2c5325dff4b90b391db9fdde67d99"}], "type": "volumev2", "id": "d09ac9123c34494abce21d6c27bee9d9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eac694332354a3aa0e61c31314166d7"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b4d4989c4e764717ab78d38675cadd3f"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff196e46b56d406d87a678f1a64497b0"}], "type": "compute", "id": "d4030ee932c84df58c5b910cc197caa7", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_95790658-ea1a-473f-b71a-0aa15c3467f2", "id": "6cb53a06110b45a6a2f21cb265048110"}, "audit_ids": ["ylIOe0BdSiKKj16BVyPmsg"], "issued_at": "2018-09-04T10:22:59.000000Z"}} 2018-09-04 10:22:59,057 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28: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}a3e025a578aaba66eecc06dfa7c6736be247f0fd" 2018-09-04 10:22:59,135 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:22:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0e3d0687-aa94-48a5-b237-1d81f954738a 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.28:5000/v3/", "rel": "self"}]}} 2018-09-04 10:22:59,135 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-0e3d0687-aa94-48a5-b237-1d81f954738a 2018-09-04 10:22:59,140 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-04 10:22:59,145 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 04 Sep 2018 10:22: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.28: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.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-04 10:22:59,146 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-9c591329-535b-45e-name -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a3e025a578aaba66eecc06dfa7c6736be247f0fd" 2018-09-04 10:22:59,233 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:22:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-da777e78-cf8c-4c3b-88c7-068ce5850a00 Content-Encoding: gzip Content-Length: 178 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-9c591329-535b-45e-name", "previous": null, "next": null}, "projects": []} 2018-09-04 10:22:59,233 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-9c591329-535b-45e-name used request id req-da777e78-cf8c-4c3b-88c7-068ce5850a00 2018-09-04 10:22:59,237 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a3e025a578aaba66eecc06dfa7c6736be247f0fd" 2018-09-04 10:22:59,332 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:22:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ffe23b75-e90d-43ff-a81c-23ff9d83e25c Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-09-04 10:22:59,332 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains?name=Default used request id req-ffe23b75-e90d-43ff-a81c-23ff9d83e25c 2018-09-04 10:22:59,335 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a3e025a578aaba66eecc06dfa7c6736be247f0fd" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateProjectSuccessTests-9c591329-535b-45e-name"}}' 2018-09-04 10:22:59,499 - keystoneauth.session - DEBUG - RESP: [201] Date: Tue, 04 Sep 2018 10:22:59 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-59cc0765-8c95-4e0e-8cbe-983de23c030c Content-Length: 310 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/bad67a18f14246d4b9d9f412f88c1b9e"}, "enabled": true, "id": "bad67a18f14246d4b9d9f412f88c1b9e", "parent_id": "default", "domain_id": "default", "name": "CreateProjectSuccessTests-9c591329-535b-45e-name"}} 2018-09-04 10:22:59,499 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/projects used request id req-59cc0765-8c95-4e0e-8cbe-983de23c030c 2018-09-04 10:22:59,499 - keystone_utils - INFO - Created project with name - CreateProjectSuccessTests-9c591329-535b-45e-name 2018-09-04 10:22:59,502 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-04 10:22:59,508 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 04 Sep 2018 10:22: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.28: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.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-04 10:22:59,509 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-9c591329-535b-45e-name -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9af4ec7172f110480e779fb2a3c1bf57d0e47027" 2018-09-04 10:22:59,589 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:22:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bcafbebc-b030-412b-89c3-55277996d3e2 Content-Encoding: gzip Content-Length: 272 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-9c591329-535b-45e-name", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/bad67a18f14246d4b9d9f412f88c1b9e"}, "enabled": true, "id": "bad67a18f14246d4b9d9f412f88c1b9e", "parent_id": "default", "domain_id": "default", "name": "CreateProjectSuccessTests-9c591329-535b-45e-name"}]} 2018-09-04 10:22:59,589 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-9c591329-535b-45e-name used request id req-bcafbebc-b030-412b-89c3-55277996d3e2 2018-09-04 10:22:59,593 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9af4ec7172f110480e779fb2a3c1bf57d0e47027" 2018-09-04 10:22:59,676 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:22:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7b083ed8-d4d9-4628-935c-b21c2b82cd01 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.28:5000/v3/domains/default"}, "name": "Default"}} 2018-09-04 10:22:59,676 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains/default used request id req-7b083ed8-d4d9-4628-935c-b21c2b82cd01 2018-09-04 10:22:59,677 - nova_utils - DEBUG - Retrieving Nova Client 2018-09-04 10:22:59,680 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.28:8774/v2.1/os-quota-sets/bad67a18f14246d4b9d9f412f88c1b9e -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a3e025a578aaba66eecc06dfa7c6736be247f0fd" -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-09-04 10:23:00,286 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:22: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-148077a6-bc86-46dd-a112-ce22c8c60569 x-compute-request-id: req-148077a6-bc86-46dd-a112-ce22c8c60569 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-09-04 10:23:00,286 - novaclient.v2.client - DEBUG - PUT call to compute for http://172.30.9.28:8774/v2.1/os-quota-sets/bad67a18f14246d4b9d9f412f88c1b9e used request id req-148077a6-bc86-46dd-a112-ce22c8c60569 2018-09-04 10:23:00,292 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.28:9696/v2.0/quotas/bad67a18f14246d4b9d9f412f88c1b9e -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a3e025a578aaba66eecc06dfa7c6736be247f0fd" -d '{"quota": {"subnet": 7, "network": 5, "floatingip": 25, "security_group_rule": 50, "security_group": 5, "router": 6, "port": 25}}' 2018-09-04 10:23:01,157 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 193 X-Openstack-Request-Id: req-15caa6ae-7940-481e-8596-71285b0fc217 Date: Tue, 04 Sep 2018 10:23:01 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-09-04 10:23:01,157 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.28:9696/v2.0/quotas/bad67a18f14246d4b9d9f412f88c1b9e used request id req-15caa6ae-7940-481e-8596-71285b0fc217 2018-09-04 10:23:01,158 - nova_utils - DEBUG - Retrieving Nova Client 2018-09-04 10:23:01,162 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/os-quota-sets/bad67a18f14246d4b9d9f412f88c1b9e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a3e025a578aaba66eecc06dfa7c6736be247f0fd" 2018-09-04 10:23:01,353 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:23: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-0f90d8ce-b917-4e7c-83f5-298594815db4 x-compute-request-id: req-0f90d8ce-b917-4e7c-83f5-298594815db4 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": "bad67a18f14246d4b9d9f412f88c1b9e", "instances": 5, "security_group_rules": 20, "injected_files": 3, "cores": 5, "fixed_ips": 100, "injected_file_path_bytes": 255, "security_groups": 10}} 2018-09-04 10:23:01,353 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/os-quota-sets/bad67a18f14246d4b9d9f412f88c1b9e used request id req-0f90d8ce-b917-4e7c-83f5-298594815db4 2018-09-04 10:23:01,359 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/quotas/bad67a18f14246d4b9d9f412f88c1b9e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a3e025a578aaba66eecc06dfa7c6736be247f0fd" 2018-09-04 10:23:02,053 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 193 X-Openstack-Request-Id: req-26435445-a4cc-43d8-a522-906c37dccdff Date: Tue, 04 Sep 2018 10:23:02 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-09-04 10:23:02,054 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/quotas/bad67a18f14246d4b9d9f412f88c1b9e used request id req-26435445-a4cc-43d8-a522-906c37dccdff 2018-09-04 10:23:02,054 - nova_utils - DEBUG - Retrieving Nova Client 2018-09-04 10:23:02,058 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/os-quota-sets/bad67a18f14246d4b9d9f412f88c1b9e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9af4ec7172f110480e779fb2a3c1bf57d0e47027" 2018-09-04 10:23:02,877 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:23: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-755e1e39-fd43-4a7a-8394-f1761410e2ca x-compute-request-id: req-755e1e39-fd43-4a7a-8394-f1761410e2ca 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": "bad67a18f14246d4b9d9f412f88c1b9e", "instances": 5, "security_group_rules": 20, "injected_files": 3, "cores": 5, "fixed_ips": 100, "injected_file_path_bytes": 255, "security_groups": 10}} 2018-09-04 10:23:02,878 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/os-quota-sets/bad67a18f14246d4b9d9f412f88c1b9e used request id req-755e1e39-fd43-4a7a-8394-f1761410e2ca 2018-09-04 10:23:02,883 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/quotas/bad67a18f14246d4b9d9f412f88c1b9e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9af4ec7172f110480e779fb2a3c1bf57d0e47027" 2018-09-04 10:23:03,635 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 193 X-Openstack-Request-Id: req-3172ce79-8348-4d97-9e04-62f3c56cd65b Date: Tue, 04 Sep 2018 10:23:03 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-09-04 10:23:03,635 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/quotas/bad67a18f14246d4b9d9f412f88c1b9e used request id req-3172ce79-8348-4d97-9e04-62f3c56cd65b 2018-09-04 10:23:03,641 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a3e025a578aaba66eecc06dfa7c6736be247f0fd" 2018-09-04 10:23:04,017 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4847 X-Openstack-Request-Id: req-0e1e45d5-7aff-4165-9057-71aba931b94b Date: Tue, 04 Sep 2018 10:23:04 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "18025ed81c804927a1f0e0e0ba20836f", "created_at": "2018-09-04T10:10:44Z", "updated_at": "2018-09-04T10:10:44Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T10:10:44Z", "revision_number": 0, "id": "dd2062ca-238a-4ae8-8397-ca60210bbde5", "remote_group_id": "4eb60975-feab-4b85-9171-1c970d3680f7", "remote_ip_prefix": null, "created_at": "2018-09-04T10:10:44Z", "security_group_id": "4eb60975-feab-4b85-9171-1c970d3680f7", "tenant_id": "18025ed81c804927a1f0e0e0ba20836f", "port_range_min": null, "ethertype": "IPv6", "project_id": "18025ed81c804927a1f0e0e0ba20836f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T10:10:44Z", "revision_number": 0, "id": "6278c51b-2852-4d07-abf1-4545e40daadb", "remote_group_id": "4eb60975-feab-4b85-9171-1c970d3680f7", "remote_ip_prefix": null, "created_at": "2018-09-04T10:10:44Z", "security_group_id": "4eb60975-feab-4b85-9171-1c970d3680f7", "tenant_id": "18025ed81c804927a1f0e0e0ba20836f", "port_range_min": null, "ethertype": "IPv4", "project_id": "18025ed81c804927a1f0e0e0ba20836f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T10:10:44Z", "revision_number": 0, "id": "4987cdc7-3c69-4296-b962-dfcdfe2af09e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T10:10:44Z", "security_group_id": "4eb60975-feab-4b85-9171-1c970d3680f7", "tenant_id": "18025ed81c804927a1f0e0e0ba20836f", "port_range_min": null, "ethertype": "IPv4", "project_id": "18025ed81c804927a1f0e0e0ba20836f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T10:10:44Z", "revision_number": 0, "id": "f5388a44-6a0f-4e22-bd76-f4873903daf0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T10:10:44Z", "security_group_id": "4eb60975-feab-4b85-9171-1c970d3680f7", "tenant_id": "18025ed81c804927a1f0e0e0ba20836f", "port_range_min": null, "ethertype": "IPv6", "project_id": "18025ed81c804927a1f0e0e0ba20836f"}], "revision_number": 4, "project_id": "18025ed81c804927a1f0e0e0ba20836f", "id": "4eb60975-feab-4b85-9171-1c970d3680f7", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "da1aa3dc9e564d3d922e61c0121a390e", "created_at": "2018-09-04T10:22:45Z", "updated_at": "2018-09-04T10:22:45Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T10:22:45Z", "revision_number": 0, "id": "0a310294-28cb-46e7-ab05-42129ac27199", "remote_group_id": "a0350fb5-7963-482b-9b06-fea838951872", "remote_ip_prefix": null, "created_at": "2018-09-04T10:22:45Z", "security_group_id": "a0350fb5-7963-482b-9b06-fea838951872", "tenant_id": "da1aa3dc9e564d3d922e61c0121a390e", "port_range_min": null, "ethertype": "IPv4", "project_id": "da1aa3dc9e564d3d922e61c0121a390e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T10:22:45Z", "revision_number": 0, "id": "5d2caf42-b02e-4256-9265-4a0c49451d50", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T10:22:45Z", "security_group_id": "a0350fb5-7963-482b-9b06-fea838951872", "tenant_id": "da1aa3dc9e564d3d922e61c0121a390e", "port_range_min": null, "ethertype": "IPv6", "project_id": "da1aa3dc9e564d3d922e61c0121a390e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T10:22:45Z", "revision_number": 0, "id": "3e9c32e8-8527-472a-956b-e0426fc61806", "remote_group_id": "a0350fb5-7963-482b-9b06-fea838951872", "remote_ip_prefix": null, "created_at": "2018-09-04T10:22:45Z", "security_group_id": "a0350fb5-7963-482b-9b06-fea838951872", "tenant_id": "da1aa3dc9e564d3d922e61c0121a390e", "port_range_min": null, "ethertype": "IPv6", "project_id": "da1aa3dc9e564d3d922e61c0121a390e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T10:22:45Z", "revision_number": 0, "id": "e17daf2d-5508-45e7-9ba3-14bcd176789e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T10:22:45Z", "security_group_id": "a0350fb5-7963-482b-9b06-fea838951872", "tenant_id": "da1aa3dc9e564d3d922e61c0121a390e", "port_range_min": null, "ethertype": "IPv4", "project_id": "da1aa3dc9e564d3d922e61c0121a390e"}], "revision_number": 4, "project_id": "da1aa3dc9e564d3d922e61c0121a390e", "id": "a0350fb5-7963-482b-9b06-fea838951872", "name": "default"}]} 2018-09-04 10:23:04,017 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?name=default used request id req-0e1e45d5-7aff-4165-9057-71aba931b94b 2018-09-04 10:23:04,021 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/18025ed81c804927a1f0e0e0ba20836f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a3e025a578aaba66eecc06dfa7c6736be247f0fd" 2018-09-04 10:23:04,110 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:23:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-404f72d7-7a21-4972-bc58-62861278a35e Content-Encoding: gzip Content-Length: 207 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.28:5000/v3/projects/18025ed81c804927a1f0e0e0ba20836f"}, "enabled": true, "id": "18025ed81c804927a1f0e0e0ba20836f", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-09-04 10:23:04,111 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/18025ed81c804927a1f0e0e0ba20836f used request id req-404f72d7-7a21-4972-bc58-62861278a35e 2018-09-04 10:23:04,114 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/da1aa3dc9e564d3d922e61c0121a390e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a3e025a578aaba66eecc06dfa7c6736be247f0fd" 2018-09-04 10:23:04,196 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:23:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a9509159-3a32-476c-9104-71a9cec19793 Content-Encoding: gzip Content-Length: 245 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.28:5000/v3/projects/da1aa3dc9e564d3d922e61c0121a390e"}, "enabled": true, "id": "da1aa3dc9e564d3d922e61c0121a390e", "parent_id": "default", "domain_id": "default", "name": "api_check-project_95790658-ea1a-473f-b71a-0aa15c3467f2"}} 2018-09-04 10:23:04,197 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/da1aa3dc9e564d3d922e61c0121a390e used request id req-a9509159-3a32-476c-9104-71a9cec19793 2018-09-04 10:23:04,197 - keystone_utils - INFO - Deleting project with name - CreateProjectSuccessTests-9c591329-535b-45e-name 2018-09-04 10:23:04,201 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/projects/bad67a18f14246d4b9d9f412f88c1b9e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a3e025a578aaba66eecc06dfa7c6736be247f0fd" 2018-09-04 10:23:04,360 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 10:23:04 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-2ca7688c-25e2-4c30-af3b-2f1855355914 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 10:23:04,361 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/projects/bad67a18f14246d4b9d9f412f88c1b9e used request id req-2ca7688c-25e2-4c30-af3b-2f1855355914 2018-09-04 10:23:04,364 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a3e025a578aaba66eecc06dfa7c6736be247f0fd" 2018-09-04 10:23:04,447 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:23:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d5cd7245-9e9e-41c5-b5bb-d07d34a91684 Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3d416247e8224533841040c3ad2bce5a", "links": {"self": "http://172.30.9.28:5000/v3/roles/3d416247e8224533841040c3ad2bce5a"}, "name": "admin"}, {"domain_id": null, "id": "5ef645ad12fc453aa5d8a0c2cbf76196", "links": {"self": "http://172.30.9.28:5000/v3/roles/5ef645ad12fc453aa5d8a0c2cbf76196"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "6fc48fbb08d4410680bf5ace535e410c", "links": {"self": "http://172.30.9.28:5000/v3/roles/6fc48fbb08d4410680bf5ace535e410c"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9a944a8c31754b8f941d2fa9034d4301", "links": {"self": "http://172.30.9.28:5000/v3/roles/9a944a8c31754b8f941d2fa9034d4301"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "fea739ce4d1249249c128f55b640b79d", "links": {"self": "http://172.30.9.28:5000/v3/roles/fea739ce4d1249249c128f55b640b79d"}, "name": "ResellerAdmin"}]} 2018-09-04 10:23:04,448 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-d5cd7245-9e9e-41c5-b5bb-d07d34a91684 2018-09-04 10:23:04,449 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-09-04 10:23:04,824 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5ef645ad12fc453aa5d8a0c2cbf76196", "name": "heat_stack_owner"}, {"id": "9a944a8c31754b8f941d2fa9034d4301", "name": "Member"}, {"id": "3d416247e8224533841040c3ad2bce5a", "name": "admin"}], "expires_at": "2018-09-04T11:23:04.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "da1aa3dc9e564d3d922e61c0121a390e", "name": "api_check-project_95790658-ea1a-473f-b71a-0aa15c3467f2"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235635a698ef4bef9dc6b25273d185da"}, {"url": "http://192.30.9.6:8776/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "23b07b3fbfc340a58cf0f9b2871a0d23"}, {"url": "http://172.30.9.28:8776/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "72fd0aaa144d45419f4b04b6b26f69a7"}], "type": "volume", "id": "097241c25b4d4f7e91b3f8efa155909e", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v3/da1aa3dc9e564d3d922e61c0121a390e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93eb4cf3030a49e7840bec071422d397"}, {"url": "http://192.30.9.6:8776/v3/da1aa3dc9e564d3d922e61c0121a390e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8af439a6ac147fdbcb38ed9aa916b68"}, {"url": "http://192.30.9.6:8776/v3/da1aa3dc9e564d3d922e61c0121a390e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c4bfdbc9b7c74a23a40afdf578cfeba4"}], "type": "volumev3", "id": "1c85f4682ce44f729db1dabd98e965e8", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "82239574a29d4603a2161006f61851cf"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8d15f7134f364a7bbcfff2f84aac3bf2"}, {"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e01668c43a0c4c279b9a3d20a0280d6c"}], "type": "image", "id": "297d8415ca96454991054983920912f7", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7bb4d60e20734d4a9f31ec75e02cb823"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bf6adec15590466a9a0d3bddb00e8993"}, {"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f096f03a1d12411a8972f6f7c196b60d"}], "type": "policy", "id": "54c64351b56d44bbad74c2969cc3aa00", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "354ae6870a324fab82d0a0fb68ee0f26"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a3807e460dd4af488d982b66c52e64c"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e7c3da785076450abd71868e75ce0c33"}], "type": "cloudformation", "id": "6ac9917ae83c4639a15a4ab3cf0e76dd", "name": "heat-cfn"}, {"endpoints": [], "type": "metering", "id": "7fcc078e5e0645f29df67742ac14e388", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49e71628d386464cb950d6a9db00a328"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75b0a63ed8574bbcab1c851cc9b83d30"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9902b0a8b3c04cd192a1b84c417c232b"}], "type": "key-manager", "id": "9626544a32e74678a641c6e206f028a9", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "497340e5aa36485982fdf297f370558f"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7802beb4fc7c4952897b77bd5610b1fe"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c14af798917f4fa0b146d9772583e595"}], "type": "metric", "id": "973bfe8c658d4e5a8da725e76b9d550e", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "288ecc3674ea41d2aa3b790dcb832bf2"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7a6dc785cd7142f5b30f1a7ba0daeb03"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7f7d34e2351b4964befccc862c4e8e12"}], "type": "network", "id": "a348d7b06050474fb449be7f32ea6f5d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "21bce6ecb8464a1f8f3e3847aa698bd6"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0a8faf2246b47deb30e69e48d3551fb"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e71c6011de3d4d8589e5b53dcc79f288"}], "type": "identity", "id": "ad8d4b4953184137a1b913ecee9434ed", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "13474f9a78ca4f1184e4cddc84d0d98c"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad67365a18234bb78c336e6776958c00"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc54db13337f44f8921fbb9ad0f81de8"}], "type": "alarming", "id": "bb18dc3243034f08a6a7f69f7a1edccf", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0d91d7adf0304b2681c77f979e5cdb17"}, {"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "756e5ffca9774ab3ae2db41bf330417f"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c07c727a08c243b287827f539a124e63"}], "type": "placement", "id": "bb2c9432fcbd4c56913177122468f6ba", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1eed4912224b48cf9856446eae4d9928"}, {"url": "http://192.30.9.6:8004/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b73b7f99236541148d84f24f09e5dd40"}, {"url": "http://192.30.9.6:8004/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fbf12e52911244fdafc24a9d46f56e62"}], "type": "orchestration", "id": "c8918d139da945ba93df4ccce21d4904", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/da1aa3dc9e564d3d922e61c0121a390e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16bf098b9e2e490f8e47fa601059f975"}, {"url": "http://192.30.9.6:8776/v2/da1aa3dc9e564d3d922e61c0121a390e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc16fa4cf491444ca2f611d5692c1170"}, {"url": "http://192.30.9.6:8776/v2/da1aa3dc9e564d3d922e61c0121a390e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ccd2c5325dff4b90b391db9fdde67d99"}], "type": "volumev2", "id": "d09ac9123c34494abce21d6c27bee9d9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eac694332354a3aa0e61c31314166d7"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b4d4989c4e764717ab78d38675cadd3f"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff196e46b56d406d87a678f1a64497b0"}], "type": "compute", "id": "d4030ee932c84df58c5b910cc197caa7", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_95790658-ea1a-473f-b71a-0aa15c3467f2", "id": "6cb53a06110b45a6a2f21cb265048110"}, "audit_ids": ["rq5IW2grQ-6rMhfN2VdLYA"], "issued_at": "2018-09-04T10:23:04.000000Z"}} 2018-09-04 10:23:04,825 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28: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}96c6ec72d706fb1767153aff9208af57fb576fa2" 2018-09-04 10:23:04,918 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:23:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e134d461-d970-4430-9ed6-8d4d9434a354 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.28:5000/v3/", "rel": "self"}]}} 2018-09-04 10:23:04,918 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-e134d461-d970-4430-9ed6-8d4d9434a354 2018-09-04 10:23:04,919 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 10:23:04,920 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-09-04 10:23:05,306 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5ef645ad12fc453aa5d8a0c2cbf76196", "name": "heat_stack_owner"}, {"id": "9a944a8c31754b8f941d2fa9034d4301", "name": "Member"}, {"id": "3d416247e8224533841040c3ad2bce5a", "name": "admin"}], "expires_at": "2018-09-04T11:23:05.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "da1aa3dc9e564d3d922e61c0121a390e", "name": "api_check-project_95790658-ea1a-473f-b71a-0aa15c3467f2"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235635a698ef4bef9dc6b25273d185da"}, {"url": "http://192.30.9.6:8776/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "23b07b3fbfc340a58cf0f9b2871a0d23"}, {"url": "http://172.30.9.28:8776/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "72fd0aaa144d45419f4b04b6b26f69a7"}], "type": "volume", "id": "097241c25b4d4f7e91b3f8efa155909e", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v3/da1aa3dc9e564d3d922e61c0121a390e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93eb4cf3030a49e7840bec071422d397"}, {"url": "http://192.30.9.6:8776/v3/da1aa3dc9e564d3d922e61c0121a390e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8af439a6ac147fdbcb38ed9aa916b68"}, {"url": "http://192.30.9.6:8776/v3/da1aa3dc9e564d3d922e61c0121a390e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c4bfdbc9b7c74a23a40afdf578cfeba4"}], "type": "volumev3", "id": "1c85f4682ce44f729db1dabd98e965e8", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "82239574a29d4603a2161006f61851cf"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8d15f7134f364a7bbcfff2f84aac3bf2"}, {"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e01668c43a0c4c279b9a3d20a0280d6c"}], "type": "image", "id": "297d8415ca96454991054983920912f7", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7bb4d60e20734d4a9f31ec75e02cb823"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bf6adec15590466a9a0d3bddb00e8993"}, {"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f096f03a1d12411a8972f6f7c196b60d"}], "type": "policy", "id": "54c64351b56d44bbad74c2969cc3aa00", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "354ae6870a324fab82d0a0fb68ee0f26"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a3807e460dd4af488d982b66c52e64c"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e7c3da785076450abd71868e75ce0c33"}], "type": "cloudformation", "id": "6ac9917ae83c4639a15a4ab3cf0e76dd", "name": "heat-cfn"}, {"endpoints": [], "type": "metering", "id": "7fcc078e5e0645f29df67742ac14e388", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49e71628d386464cb950d6a9db00a328"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75b0a63ed8574bbcab1c851cc9b83d30"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9902b0a8b3c04cd192a1b84c417c232b"}], "type": "key-manager", "id": "9626544a32e74678a641c6e206f028a9", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "497340e5aa36485982fdf297f370558f"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7802beb4fc7c4952897b77bd5610b1fe"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c14af798917f4fa0b146d9772583e595"}], "type": "metric", "id": "973bfe8c658d4e5a8da725e76b9d550e", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "288ecc3674ea41d2aa3b790dcb832bf2"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7a6dc785cd7142f5b30f1a7ba0daeb03"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7f7d34e2351b4964befccc862c4e8e12"}], "type": "network", "id": "a348d7b06050474fb449be7f32ea6f5d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "21bce6ecb8464a1f8f3e3847aa698bd6"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0a8faf2246b47deb30e69e48d3551fb"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e71c6011de3d4d8589e5b53dcc79f288"}], "type": "identity", "id": "ad8d4b4953184137a1b913ecee9434ed", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "13474f9a78ca4f1184e4cddc84d0d98c"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad67365a18234bb78c336e6776958c00"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc54db13337f44f8921fbb9ad0f81de8"}], "type": "alarming", "id": "bb18dc3243034f08a6a7f69f7a1edccf", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0d91d7adf0304b2681c77f979e5cdb17"}, {"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "756e5ffca9774ab3ae2db41bf330417f"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c07c727a08c243b287827f539a124e63"}], "type": "placement", "id": "bb2c9432fcbd4c56913177122468f6ba", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1eed4912224b48cf9856446eae4d9928"}, {"url": "http://192.30.9.6:8004/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b73b7f99236541148d84f24f09e5dd40"}, {"url": "http://192.30.9.6:8004/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fbf12e52911244fdafc24a9d46f56e62"}], "type": "orchestration", "id": "c8918d139da945ba93df4ccce21d4904", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/da1aa3dc9e564d3d922e61c0121a390e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16bf098b9e2e490f8e47fa601059f975"}, {"url": "http://192.30.9.6:8776/v2/da1aa3dc9e564d3d922e61c0121a390e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc16fa4cf491444ca2f611d5692c1170"}, {"url": "http://192.30.9.6:8776/v2/da1aa3dc9e564d3d922e61c0121a390e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ccd2c5325dff4b90b391db9fdde67d99"}], "type": "volumev2", "id": "d09ac9123c34494abce21d6c27bee9d9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eac694332354a3aa0e61c31314166d7"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b4d4989c4e764717ab78d38675cadd3f"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff196e46b56d406d87a678f1a64497b0"}], "type": "compute", "id": "d4030ee932c84df58c5b910cc197caa7", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_95790658-ea1a-473f-b71a-0aa15c3467f2", "id": "6cb53a06110b45a6a2f21cb265048110"}, "audit_ids": ["A0THybPPQHOkxLgWbFJnoQ"], "issued_at": "2018-09-04T10:23:05.000000Z"}} 2018-09-04 10:23:05,307 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28: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}7ddfac73f0d7f6c88bed2c6eca22ab08e44d8d8b" 2018-09-04 10:23:05,381 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:23:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a9010936-3d54-4c47-8a84-aaf71968d86e 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.28:5000/v3/", "rel": "self"}]}} 2018-09-04 10:23:05,381 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-a9010936-3d54-4c47-8a84-aaf71968d86e 2018-09-04 10:23:05,385 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-04 10:23:05,390 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 04 Sep 2018 10:23: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.28: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.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-04 10:23:05,391 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectUserTests-25f3617b-22cf-482-name -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7ddfac73f0d7f6c88bed2c6eca22ab08e44d8d8b" 2018-09-04 10:23:05,474 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:23:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-72202ca8-5f4b-4121-8c8c-5d7500620ef8 Content-Encoding: gzip Content-Length: 176 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectUserTests-25f3617b-22cf-482-name", "previous": null, "next": null}, "projects": []} 2018-09-04 10:23:05,475 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectUserTests-25f3617b-22cf-482-name used request id req-72202ca8-5f4b-4121-8c8c-5d7500620ef8 2018-09-04 10:23:05,478 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7ddfac73f0d7f6c88bed2c6eca22ab08e44d8d8b" 2018-09-04 10:23:05,557 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:23:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-66fbb95c-ac07-4684-b696-3a1cef5fc70a Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-09-04 10:23:05,557 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains?name=Default used request id req-66fbb95c-ac07-4684-b696-3a1cef5fc70a 2018-09-04 10:23:05,561 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7ddfac73f0d7f6c88bed2c6eca22ab08e44d8d8b" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateProjectUserTests-25f3617b-22cf-482-name"}}' 2018-09-04 10:23:05,687 - keystoneauth.session - DEBUG - RESP: [201] Date: Tue, 04 Sep 2018 10:23:05 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-9a55c483-0fd2-43ff-ae03-3a425209c89c Content-Length: 307 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/831b35e89b2c4fb3a82a2fb6242327b7"}, "enabled": true, "id": "831b35e89b2c4fb3a82a2fb6242327b7", "parent_id": "default", "domain_id": "default", "name": "CreateProjectUserTests-25f3617b-22cf-482-name"}} 2018-09-04 10:23:05,687 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/projects used request id req-9a55c483-0fd2-43ff-ae03-3a425209c89c 2018-09-04 10:23:05,688 - keystone_utils - INFO - Created project with name - CreateProjectUserTests-25f3617b-22cf-482-name 2018-09-04 10:23:05,688 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 10:23:05,689 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-09-04 10:23:06,071 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5ef645ad12fc453aa5d8a0c2cbf76196", "name": "heat_stack_owner"}, {"id": "9a944a8c31754b8f941d2fa9034d4301", "name": "Member"}, {"id": "3d416247e8224533841040c3ad2bce5a", "name": "admin"}], "expires_at": "2018-09-04T11:23:06.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "da1aa3dc9e564d3d922e61c0121a390e", "name": "api_check-project_95790658-ea1a-473f-b71a-0aa15c3467f2"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235635a698ef4bef9dc6b25273d185da"}, {"url": "http://192.30.9.6:8776/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "23b07b3fbfc340a58cf0f9b2871a0d23"}, {"url": "http://172.30.9.28:8776/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "72fd0aaa144d45419f4b04b6b26f69a7"}], "type": "volume", "id": "097241c25b4d4f7e91b3f8efa155909e", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v3/da1aa3dc9e564d3d922e61c0121a390e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93eb4cf3030a49e7840bec071422d397"}, {"url": "http://192.30.9.6:8776/v3/da1aa3dc9e564d3d922e61c0121a390e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8af439a6ac147fdbcb38ed9aa916b68"}, {"url": "http://192.30.9.6:8776/v3/da1aa3dc9e564d3d922e61c0121a390e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c4bfdbc9b7c74a23a40afdf578cfeba4"}], "type": "volumev3", "id": "1c85f4682ce44f729db1dabd98e965e8", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "82239574a29d4603a2161006f61851cf"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8d15f7134f364a7bbcfff2f84aac3bf2"}, {"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e01668c43a0c4c279b9a3d20a0280d6c"}], "type": "image", "id": "297d8415ca96454991054983920912f7", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7bb4d60e20734d4a9f31ec75e02cb823"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bf6adec15590466a9a0d3bddb00e8993"}, {"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f096f03a1d12411a8972f6f7c196b60d"}], "type": "policy", "id": "54c64351b56d44bbad74c2969cc3aa00", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "354ae6870a324fab82d0a0fb68ee0f26"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a3807e460dd4af488d982b66c52e64c"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e7c3da785076450abd71868e75ce0c33"}], "type": "cloudformation", "id": "6ac9917ae83c4639a15a4ab3cf0e76dd", "name": "heat-cfn"}, {"endpoints": [], "type": "metering", "id": "7fcc078e5e0645f29df67742ac14e388", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49e71628d386464cb950d6a9db00a328"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75b0a63ed8574bbcab1c851cc9b83d30"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9902b0a8b3c04cd192a1b84c417c232b"}], "type": "key-manager", "id": "9626544a32e74678a641c6e206f028a9", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "497340e5aa36485982fdf297f370558f"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7802beb4fc7c4952897b77bd5610b1fe"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c14af798917f4fa0b146d9772583e595"}], "type": "metric", "id": "973bfe8c658d4e5a8da725e76b9d550e", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "288ecc3674ea41d2aa3b790dcb832bf2"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7a6dc785cd7142f5b30f1a7ba0daeb03"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7f7d34e2351b4964befccc862c4e8e12"}], "type": "network", "id": "a348d7b06050474fb449be7f32ea6f5d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "21bce6ecb8464a1f8f3e3847aa698bd6"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0a8faf2246b47deb30e69e48d3551fb"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e71c6011de3d4d8589e5b53dcc79f288"}], "type": "identity", "id": "ad8d4b4953184137a1b913ecee9434ed", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "13474f9a78ca4f1184e4cddc84d0d98c"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad67365a18234bb78c336e6776958c00"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc54db13337f44f8921fbb9ad0f81de8"}], "type": "alarming", "id": "bb18dc3243034f08a6a7f69f7a1edccf", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0d91d7adf0304b2681c77f979e5cdb17"}, {"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "756e5ffca9774ab3ae2db41bf330417f"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c07c727a08c243b287827f539a124e63"}], "type": "placement", "id": "bb2c9432fcbd4c56913177122468f6ba", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1eed4912224b48cf9856446eae4d9928"}, {"url": "http://192.30.9.6:8004/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b73b7f99236541148d84f24f09e5dd40"}, {"url": "http://192.30.9.6:8004/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fbf12e52911244fdafc24a9d46f56e62"}], "type": "orchestration", "id": "c8918d139da945ba93df4ccce21d4904", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/da1aa3dc9e564d3d922e61c0121a390e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16bf098b9e2e490f8e47fa601059f975"}, {"url": "http://192.30.9.6:8776/v2/da1aa3dc9e564d3d922e61c0121a390e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc16fa4cf491444ca2f611d5692c1170"}, {"url": "http://192.30.9.6:8776/v2/da1aa3dc9e564d3d922e61c0121a390e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ccd2c5325dff4b90b391db9fdde67d99"}], "type": "volumev2", "id": "d09ac9123c34494abce21d6c27bee9d9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eac694332354a3aa0e61c31314166d7"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b4d4989c4e764717ab78d38675cadd3f"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff196e46b56d406d87a678f1a64497b0"}], "type": "compute", "id": "d4030ee932c84df58c5b910cc197caa7", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_95790658-ea1a-473f-b71a-0aa15c3467f2", "id": "6cb53a06110b45a6a2f21cb265048110"}, "audit_ids": ["XVMnDoXlSVCc-WulXD-bdQ"], "issued_at": "2018-09-04T10:23:06.000000Z"}} 2018-09-04 10:23:06,072 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28: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}7100efdf68af8f9a39ce495edb6db2a46f2da919" 2018-09-04 10:23:06,085 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:23:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0d97e4f2-71ab-4d8c-83c3-f7b8141fd54c 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.28:5000/v3/", "rel": "self"}]}} 2018-09-04 10:23:06,085 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-0d97e4f2-71ab-4d8c-83c3-f7b8141fd54c 2018-09-04 10:23:06,089 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-04 10:23:06,095 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 04 Sep 2018 10:23:06 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.28: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.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-04 10:23:06,096 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7100efdf68af8f9a39ce495edb6db2a46f2da919" 2018-09-04 10:23:06,197 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:23:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8ae9c128-bd98-44fa-81df-a9d9749a2efa Content-Encoding: gzip Content-Length: 837 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.28:5000/v3/users/2719bb13630f43dfa92537864b7b9156"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2719bb13630f43dfa92537864b7b9156", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.28:5000/v3/users/36910ef6abf94075a2d6069c8571e383"}, "domain_id": "default", "enabled": true, "options": {}, "id": "36910ef6abf94075a2d6069c8571e383", "email": "cinder@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.28:5000/v3/users/42c3a9abd8ad4ce8ab2c4cc6e0403c33"}, "domain_id": "default", "enabled": true, "options": {}, "id": "42c3a9abd8ad4ce8ab2c4cc6e0403c33", "email": "admin@example.com", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.28:5000/v3/users/449836e5f54549afb8a7ce28abf3d544"}, "domain_id": "default", "enabled": true, "options": {}, "id": "449836e5f54549afb8a7ce28abf3d544", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.28:5000/v3/users/4f2d44b313674c27b065e562198a2eaf"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4f2d44b313674c27b065e562198a2eaf", "email": "placement@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.28:5000/v3/users/53e472b53b3247cc998195108afb0333"}, "domain_id": "default", "enabled": true, "options": {}, "id": "53e472b53b3247cc998195108afb0333", "email": "heat-cfn@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "api_check-user_95790658-ea1a-473f-b71a-0aa15c3467f2", "links": {"self": "http://172.30.9.28:5000/v3/users/6cb53a06110b45a6a2f21cb265048110"}, "domain_id": "default", "enabled": true, "id": "6cb53a06110b45a6a2f21cb265048110", "options": {}}, {"name": "glance", "links": {"self": "http://172.30.9.28:5000/v3/users/72c8a4f27c80473bb772f1af33725838"}, "domain_id": "default", "enabled": true, "options": {}, "id": "72c8a4f27c80473bb772f1af33725838", "email": "glance@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.28:5000/v3/users/7661c02c249442d984369889093013fe"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7661c02c249442d984369889093013fe", "email": "barbican@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.28:5000/v3/users/78cfb105b70a43c69c179056f12732d4"}, "domain_id": "bb3675e8f7584634b56038f5732ae451", "enabled": true, "options": {}, "id": "78cfb105b70a43c69c179056f12732d4", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.28:5000/v3/users/7cc5af47f4974b51be24b8af469f48f6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7cc5af47f4974b51be24b8af469f48f6", "email": "aodh@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.28:5000/v3/users/828ac5d6a2ef4b0091fb761ec963b324"}, "domain_id": "default", "enabled": true, "options": {}, "id": "828ac5d6a2ef4b0091fb761ec963b324", "email": "congress@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.28:5000/v3/users/9dcf57654b41495ea7db845703bc37f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9dcf57654b41495ea7db845703bc37f8", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.28:5000/v3/users/c4e0c9bcba5d4f0895d28f0f72346c41"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c4e0c9bcba5d4f0895d28f0f72346c41", "email": "neutron@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.28:5000/v3/users/ef3f2972886b4078848941109f593feb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ef3f2972886b4078848941109f593feb", "email": "nova@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.28:5000/v3/users", "previous": null, "next": null}} 2018-09-04 10:23:06,197 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-8ae9c128-bd98-44fa-81df-a9d9749a2efa 2018-09-04 10:23:06,201 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7100efdf68af8f9a39ce495edb6db2a46f2da919" 2018-09-04 10:23:06,281 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:23:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6438e42b-7eb6-4887-97b4-99cb97afaddf Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-09-04 10:23:06,282 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains?name=Default used request id req-6438e42b-7eb6-4887-97b4-99cb97afaddf 2018-09-04 10:23:06,649 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7100efdf68af8f9a39ce495edb6db2a46f2da919" 2018-09-04 10:23:06,743 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:23:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8918205a-d66d-4893-b9c2-fc3e5f56d235 Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3d416247e8224533841040c3ad2bce5a", "links": {"self": "http://172.30.9.28:5000/v3/roles/3d416247e8224533841040c3ad2bce5a"}, "name": "admin"}, {"domain_id": null, "id": "5ef645ad12fc453aa5d8a0c2cbf76196", "links": {"self": "http://172.30.9.28:5000/v3/roles/5ef645ad12fc453aa5d8a0c2cbf76196"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "6fc48fbb08d4410680bf5ace535e410c", "links": {"self": "http://172.30.9.28:5000/v3/roles/6fc48fbb08d4410680bf5ace535e410c"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9a944a8c31754b8f941d2fa9034d4301", "links": {"self": "http://172.30.9.28:5000/v3/roles/9a944a8c31754b8f941d2fa9034d4301"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "fea739ce4d1249249c128f55b640b79d", "links": {"self": "http://172.30.9.28:5000/v3/roles/fea739ce4d1249249c128f55b640b79d"}, "name": "ResellerAdmin"}]} 2018-09-04 10:23:06,744 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-8918205a-d66d-4893-b9c2-fc3e5f56d235 2018-09-04 10:23:06,747 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects?name=CreateProjectUserTests-25f3617b-22cf-482-name -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7100efdf68af8f9a39ce495edb6db2a46f2da919" 2018-09-04 10:23:06,840 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:23:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ccae7eff-12a2-4090-bf48-0bde8b406d66 Content-Encoding: gzip Content-Length: 251 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?name=CreateProjectUserTests-25f3617b-22cf-482-name", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/831b35e89b2c4fb3a82a2fb6242327b7"}, "enabled": true, "id": "831b35e89b2c4fb3a82a2fb6242327b7", "parent_id": "default", "domain_id": "default", "name": "CreateProjectUserTests-25f3617b-22cf-482-name"}]} 2018-09-04 10:23:06,840 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?name=CreateProjectUserTests-25f3617b-22cf-482-name used request id req-ccae7eff-12a2-4090-bf48-0bde8b406d66 2018-09-04 10:23:06,844 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/users/60be44c05bdc4d22b704c97945c4fa28 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7100efdf68af8f9a39ce495edb6db2a46f2da919" 2018-09-04 10:23:06,945 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:23:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-05ccb812-1617-4449-a003-661fb52a16ec Content-Encoding: gzip Content-Length: 215 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.28:5000/v3/users/60be44c05bdc4d22b704c97945c4fa28"}, "enabled": true, "id": "60be44c05bdc4d22b704c97945c4fa28", "options": {}, "domain_id": "default", "name": "CreateProjectUserTests-25f3617b-22cf-482-user"}} 2018-09-04 10:23:06,945 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users/60be44c05bdc4d22b704c97945c4fa28 used request id req-05ccb812-1617-4449-a003-661fb52a16ec 2018-09-04 10:23:06,949 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/831b35e89b2c4fb3a82a2fb6242327b7/users/60be44c05bdc4d22b704c97945c4fa28/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7100efdf68af8f9a39ce495edb6db2a46f2da919" 2018-09-04 10:23:06,992 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:23:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6613aa47-7a04-4d5a-b849-d61be863df92 Content-Encoding: gzip Content-Length: 166 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects/831b35e89b2c4fb3a82a2fb6242327b7/users/60be44c05bdc4d22b704c97945c4fa28/roles", "previous": null, "next": null}, "roles": []} 2018-09-04 10:23:06,992 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/831b35e89b2c4fb3a82a2fb6242327b7/users/60be44c05bdc4d22b704c97945c4fa28/roles used request id req-6613aa47-7a04-4d5a-b849-d61be863df92 2018-09-04 10:23:06,996 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles/3d416247e8224533841040c3ad2bce5a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7100efdf68af8f9a39ce495edb6db2a46f2da919" 2018-09-04 10:23:07,085 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:23:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0fc22879-1661-4717-b67f-84df8155a959 Content-Encoding: gzip Content-Length: 140 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.28:5000/v3/roles/3d416247e8224533841040c3ad2bce5a"}, "domain_id": null, "name": "admin", "id": "3d416247e8224533841040c3ad2bce5a"}} 2018-09-04 10:23:07,085 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles/3d416247e8224533841040c3ad2bce5a used request id req-0fc22879-1661-4717-b67f-84df8155a959 2018-09-04 10:23:07,085 - keystone_utils - INFO - Granting role admin to project CreateProjectUserTests-25f3617b-22cf-482-name 2018-09-04 10:23:07,089 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.28:5000/v3/projects/831b35e89b2c4fb3a82a2fb6242327b7/users/60be44c05bdc4d22b704c97945c4fa28/roles/3d416247e8224533841040c3ad2bce5a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7100efdf68af8f9a39ce495edb6db2a46f2da919" 2018-09-04 10:23:07,348 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 10:23:07 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-922cc917-d776-4bab-9b25-f1c26951b626 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 10:23:07,348 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.28:5000/v3/projects/831b35e89b2c4fb3a82a2fb6242327b7/users/60be44c05bdc4d22b704c97945c4fa28/roles/3d416247e8224533841040c3ad2bce5a used request id req-922cc917-d776-4bab-9b25-f1c26951b626 2018-09-04 10:23:07,348 - keystone_utils - INFO - Created user with name - CreateProjectUserTests-25f3617b-22cf-482-user 2018-09-04 10:23:07,352 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7ddfac73f0d7f6c88bed2c6eca22ab08e44d8d8b" 2018-09-04 10:23:07,446 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:23:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-78772640-d74e-428c-ad9d-d6e9e3069ff8 Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3d416247e8224533841040c3ad2bce5a", "links": {"self": "http://172.30.9.28:5000/v3/roles/3d416247e8224533841040c3ad2bce5a"}, "name": "admin"}, {"domain_id": null, "id": "5ef645ad12fc453aa5d8a0c2cbf76196", "links": {"self": "http://172.30.9.28:5000/v3/roles/5ef645ad12fc453aa5d8a0c2cbf76196"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "6fc48fbb08d4410680bf5ace535e410c", "links": {"self": "http://172.30.9.28:5000/v3/roles/6fc48fbb08d4410680bf5ace535e410c"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9a944a8c31754b8f941d2fa9034d4301", "links": {"self": "http://172.30.9.28:5000/v3/roles/9a944a8c31754b8f941d2fa9034d4301"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "fea739ce4d1249249c128f55b640b79d", "links": {"self": "http://172.30.9.28:5000/v3/roles/fea739ce4d1249249c128f55b640b79d"}, "name": "ResellerAdmin"}]} 2018-09-04 10:23:07,447 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-78772640-d74e-428c-ad9d-d6e9e3069ff8 2018-09-04 10:23:07,450 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7ddfac73f0d7f6c88bed2c6eca22ab08e44d8d8b" -d '{"role": {"name": "CreateProjectUserTests-25f3617b-22cf-482-name-role"}}' 2018-09-04 10:23:07,555 - keystoneauth.session - DEBUG - RESP: [201] Date: Tue, 04 Sep 2018 10:23:07 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-9ad1e08a-b777-4b8b-b96f-d796d327a3c8 Content-Length: 221 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "1cbdafab356346fab175a3d37fb028b4", "links": {"self": "http://172.30.9.28:5000/v3/roles/1cbdafab356346fab175a3d37fb028b4"}, "name": "CreateProjectUserTests-25f3617b-22cf-482-name-role"}} 2018-09-04 10:23:07,556 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/roles used request id req-9ad1e08a-b777-4b8b-b96f-d796d327a3c8 2018-09-04 10:23:07,556 - keystone_utils - INFO - Created role with name - CreateProjectUserTests-25f3617b-22cf-482-name-role 2018-09-04 10:23:07,560 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles/1cbdafab356346fab175a3d37fb028b4 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7ddfac73f0d7f6c88bed2c6eca22ab08e44d8d8b" 2018-09-04 10:23:07,649 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:23:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1c3f3858-2251-444e-9e50-bf5d541765ae Content-Encoding: gzip Content-Length: 174 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.28:5000/v3/roles/1cbdafab356346fab175a3d37fb028b4"}, "domain_id": null, "name": "CreateProjectUserTests-25f3617b-22cf-482-name-role", "id": "1cbdafab356346fab175a3d37fb028b4"}} 2018-09-04 10:23:07,649 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles/1cbdafab356346fab175a3d37fb028b4 used request id req-1c3f3858-2251-444e-9e50-bf5d541765ae 2018-09-04 10:23:07,649 - keystone_utils - INFO - Granting role CreateProjectUserTests-25f3617b-22cf-482-name-role to project CreateProjectUserTests-25f3617b-22cf-482-name 2018-09-04 10:23:07,653 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.28:5000/v3/projects/831b35e89b2c4fb3a82a2fb6242327b7/users/60be44c05bdc4d22b704c97945c4fa28/roles/1cbdafab356346fab175a3d37fb028b4 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7ddfac73f0d7f6c88bed2c6eca22ab08e44d8d8b" 2018-09-04 10:23:07,714 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 10:23:07 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-4d0fc934-28dc-4b49-8335-90ec489a10a5 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 10:23:07,714 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.28:5000/v3/projects/831b35e89b2c4fb3a82a2fb6242327b7/users/60be44c05bdc4d22b704c97945c4fa28/roles/1cbdafab356346fab175a3d37fb028b4 used request id req-4d0fc934-28dc-4b49-8335-90ec489a10a5 2018-09-04 10:23:07,715 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 10:23:07,715 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-09-04 10:23:08,082 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "1cbdafab356346fab175a3d37fb028b4", "name": "CreateProjectUserTests-25f3617b-22cf-482-name-role"}, {"id": "3d416247e8224533841040c3ad2bce5a", "name": "admin"}], "expires_at": "2018-09-04T11:23:08.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "831b35e89b2c4fb3a82a2fb6242327b7", "name": "CreateProjectUserTests-25f3617b-22cf-482-name"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v1/831b35e89b2c4fb3a82a2fb6242327b7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235635a698ef4bef9dc6b25273d185da"}, {"url": "http://192.30.9.6:8776/v1/831b35e89b2c4fb3a82a2fb6242327b7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "23b07b3fbfc340a58cf0f9b2871a0d23"}, {"url": "http://172.30.9.28:8776/v1/831b35e89b2c4fb3a82a2fb6242327b7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "72fd0aaa144d45419f4b04b6b26f69a7"}], "type": "volume", "id": "097241c25b4d4f7e91b3f8efa155909e", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v3/831b35e89b2c4fb3a82a2fb6242327b7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93eb4cf3030a49e7840bec071422d397"}, {"url": "http://192.30.9.6:8776/v3/831b35e89b2c4fb3a82a2fb6242327b7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8af439a6ac147fdbcb38ed9aa916b68"}, {"url": "http://192.30.9.6:8776/v3/831b35e89b2c4fb3a82a2fb6242327b7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c4bfdbc9b7c74a23a40afdf578cfeba4"}], "type": "volumev3", "id": "1c85f4682ce44f729db1dabd98e965e8", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "82239574a29d4603a2161006f61851cf"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8d15f7134f364a7bbcfff2f84aac3bf2"}, {"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e01668c43a0c4c279b9a3d20a0280d6c"}], "type": "image", "id": "297d8415ca96454991054983920912f7", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7bb4d60e20734d4a9f31ec75e02cb823"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bf6adec15590466a9a0d3bddb00e8993"}, {"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f096f03a1d12411a8972f6f7c196b60d"}], "type": "policy", "id": "54c64351b56d44bbad74c2969cc3aa00", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "354ae6870a324fab82d0a0fb68ee0f26"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a3807e460dd4af488d982b66c52e64c"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e7c3da785076450abd71868e75ce0c33"}], "type": "cloudformation", "id": "6ac9917ae83c4639a15a4ab3cf0e76dd", "name": "heat-cfn"}, {"endpoints": [], "type": "metering", "id": "7fcc078e5e0645f29df67742ac14e388", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49e71628d386464cb950d6a9db00a328"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75b0a63ed8574bbcab1c851cc9b83d30"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9902b0a8b3c04cd192a1b84c417c232b"}], "type": "key-manager", "id": "9626544a32e74678a641c6e206f028a9", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "497340e5aa36485982fdf297f370558f"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7802beb4fc7c4952897b77bd5610b1fe"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c14af798917f4fa0b146d9772583e595"}], "type": "metric", "id": "973bfe8c658d4e5a8da725e76b9d550e", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "288ecc3674ea41d2aa3b790dcb832bf2"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7a6dc785cd7142f5b30f1a7ba0daeb03"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7f7d34e2351b4964befccc862c4e8e12"}], "type": "network", "id": "a348d7b06050474fb449be7f32ea6f5d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "21bce6ecb8464a1f8f3e3847aa698bd6"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0a8faf2246b47deb30e69e48d3551fb"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e71c6011de3d4d8589e5b53dcc79f288"}], "type": "identity", "id": "ad8d4b4953184137a1b913ecee9434ed", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "13474f9a78ca4f1184e4cddc84d0d98c"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad67365a18234bb78c336e6776958c00"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc54db13337f44f8921fbb9ad0f81de8"}], "type": "alarming", "id": "bb18dc3243034f08a6a7f69f7a1edccf", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0d91d7adf0304b2681c77f979e5cdb17"}, {"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "756e5ffca9774ab3ae2db41bf330417f"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c07c727a08c243b287827f539a124e63"}], "type": "placement", "id": "bb2c9432fcbd4c56913177122468f6ba", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8004/v1/831b35e89b2c4fb3a82a2fb6242327b7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1eed4912224b48cf9856446eae4d9928"}, {"url": "http://192.30.9.6:8004/v1/831b35e89b2c4fb3a82a2fb6242327b7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b73b7f99236541148d84f24f09e5dd40"}, {"url": "http://192.30.9.6:8004/v1/831b35e89b2c4fb3a82a2fb6242327b7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fbf12e52911244fdafc24a9d46f56e62"}], "type": "orchestration", "id": "c8918d139da945ba93df4ccce21d4904", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/831b35e89b2c4fb3a82a2fb6242327b7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16bf098b9e2e490f8e47fa601059f975"}, {"url": "http://192.30.9.6:8776/v2/831b35e89b2c4fb3a82a2fb6242327b7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc16fa4cf491444ca2f611d5692c1170"}, {"url": "http://192.30.9.6:8776/v2/831b35e89b2c4fb3a82a2fb6242327b7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ccd2c5325dff4b90b391db9fdde67d99"}], "type": "volumev2", "id": "d09ac9123c34494abce21d6c27bee9d9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eac694332354a3aa0e61c31314166d7"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b4d4989c4e764717ab78d38675cadd3f"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff196e46b56d406d87a678f1a64497b0"}], "type": "compute", "id": "d4030ee932c84df58c5b910cc197caa7", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateProjectUserTests-25f3617b-22cf-482-user", "id": "60be44c05bdc4d22b704c97945c4fa28"}, "audit_ids": ["vCX-BaP3Tleh6BfeetuJWQ"], "issued_at": "2018-09-04T10:23:08.000000Z"}} 2018-09-04 10:23:08,083 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28: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}38761f1119cbd8dd2f8c5a4f8ada323e1787e444" 2018-09-04 10:23:08,153 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:23:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-16c6bb7a-df6a-4b7d-918a-cac4d66930ba 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.28:5000/v3/", "rel": "self"}]}} 2018-09-04 10:23:08,153 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-16c6bb7a-df6a-4b7d-918a-cac4d66930ba 2018-09-04 10:23:08,160 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?name=CreateProjectUserTests-25f3617b-22cf-482-name&description=hello+group -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}38761f1119cbd8dd2f8c5a4f8ada323e1787e444" 2018-09-04 10:23:09,179 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 23 X-Openstack-Request-Id: req-ac68dc1d-59e8-4dc6-ba25-5d2e0a016d3e Date: Tue, 04 Sep 2018 10:23:09 GMT RESP BODY: {"security_groups": []} 2018-09-04 10:23:09,179 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?name=CreateProjectUserTests-25f3617b-22cf-482-name&description=hello+group used request id req-ac68dc1d-59e8-4dc6-ba25-5d2e0a016d3e 2018-09-04 10:23:09,180 - OpenStackSecurityGroup - INFO - Creating security group CreateProjectUserTests-25f3617b-22cf-482-name... 2018-09-04 10:23:09,180 - neutron_utils - INFO - Creating security group with name - CreateProjectUserTests-25f3617b-22cf-482-name 2018-09-04 10:23:09,185 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}38761f1119cbd8dd2f8c5a4f8ada323e1787e444" -d '{"security_group": {"name": "CreateProjectUserTests-25f3617b-22cf-482-name", "description": "hello group"}}' 2018-09-04 10:23:10,290 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1388 X-Openstack-Request-Id: req-283bf1e8-4be8-4d14-9f74-555e9e8da57f Date: Tue, 04 Sep 2018 10:23:10 GMT RESP BODY: {"security_group": {"description": "hello group", "tags": [], "tenant_id": "831b35e89b2c4fb3a82a2fb6242327b7", "created_at": "2018-09-04T10:23:10Z", "updated_at": "2018-09-04T10:23:10Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T10:23:10Z", "revision_number": 0, "id": "2fb53bb2-6aa5-46e7-8c97-865b7c6fccd5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T10:23:10Z", "security_group_id": "047e8e45-d2af-4e04-871f-ad6712bd0da1", "tenant_id": "831b35e89b2c4fb3a82a2fb6242327b7", "port_range_min": null, "ethertype": "IPv4", "project_id": "831b35e89b2c4fb3a82a2fb6242327b7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T10:23:10Z", "revision_number": 0, "id": "6f2ae499-9ecf-4dd2-a9ea-66980b0b17bf", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T10:23:10Z", "security_group_id": "047e8e45-d2af-4e04-871f-ad6712bd0da1", "tenant_id": "831b35e89b2c4fb3a82a2fb6242327b7", "port_range_min": null, "ethertype": "IPv6", "project_id": "831b35e89b2c4fb3a82a2fb6242327b7"}], "revision_number": 2, "project_id": "831b35e89b2c4fb3a82a2fb6242327b7", "id": "047e8e45-d2af-4e04-871f-ad6712bd0da1", "name": "CreateProjectUserTests-25f3617b-22cf-482-name"}} 2018-09-04 10:23:10,291 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/security-groups used request id req-283bf1e8-4be8-4d14-9f74-555e9e8da57f 2018-09-04 10:23:10,291 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 047e8e45-d2af-4e04-871f-ad6712bd0da1 2018-09-04 10:23:10,296 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=047e8e45-d2af-4e04-871f-ad6712bd0da1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}38761f1119cbd8dd2f8c5a4f8ada323e1787e444" 2018-09-04 10:23:11,123 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-e27ab33d-37e7-4a57-982b-34c75d2a1bca Date: Tue, 04 Sep 2018 10:23:11 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-09-04T10:23:10Z", "security_group_id": "047e8e45-d2af-4e04-871f-ad6712bd0da1", "port_range_min": null, "revision_number": 0, "tenant_id": "831b35e89b2c4fb3a82a2fb6242327b7", "created_at": "2018-09-04T10:23:10Z", "project_id": "831b35e89b2c4fb3a82a2fb6242327b7", "id": "2fb53bb2-6aa5-46e7-8c97-865b7c6fccd5"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T10:23:10Z", "security_group_id": "047e8e45-d2af-4e04-871f-ad6712bd0da1", "port_range_min": null, "revision_number": 0, "tenant_id": "831b35e89b2c4fb3a82a2fb6242327b7", "created_at": "2018-09-04T10:23:10Z", "project_id": "831b35e89b2c4fb3a82a2fb6242327b7", "id": "6f2ae499-9ecf-4dd2-a9ea-66980b0b17bf"}]} 2018-09-04 10:23:11,123 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=047e8e45-d2af-4e04-871f-ad6712bd0da1 used request id req-e27ab33d-37e7-4a57-982b-34c75d2a1bca 2018-09-04 10:23:11,124 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 047e8e45-d2af-4e04-871f-ad6712bd0da1 2018-09-04 10:23:11,129 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=047e8e45-d2af-4e04-871f-ad6712bd0da1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}38761f1119cbd8dd2f8c5a4f8ada323e1787e444" 2018-09-04 10:23:11,293 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-c831d435-84c0-4316-bc85-8ced2c73ac09 Date: Tue, 04 Sep 2018 10:23:11 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-09-04T10:23:10Z", "security_group_id": "047e8e45-d2af-4e04-871f-ad6712bd0da1", "port_range_min": null, "revision_number": 0, "tenant_id": "831b35e89b2c4fb3a82a2fb6242327b7", "created_at": "2018-09-04T10:23:10Z", "project_id": "831b35e89b2c4fb3a82a2fb6242327b7", "id": "2fb53bb2-6aa5-46e7-8c97-865b7c6fccd5"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T10:23:10Z", "security_group_id": "047e8e45-d2af-4e04-871f-ad6712bd0da1", "port_range_min": null, "revision_number": 0, "tenant_id": "831b35e89b2c4fb3a82a2fb6242327b7", "created_at": "2018-09-04T10:23:10Z", "project_id": "831b35e89b2c4fb3a82a2fb6242327b7", "id": "6f2ae499-9ecf-4dd2-a9ea-66980b0b17bf"}]} 2018-09-04 10:23:11,293 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=047e8e45-d2af-4e04-871f-ad6712bd0da1 used request id req-c831d435-84c0-4316-bc85-8ced2c73ac09 2018-09-04 10:23:11,294 - neutron_utils - INFO - Retrieving security group with ID - 047e8e45-d2af-4e04-871f-ad6712bd0da1 2018-09-04 10:23:11,299 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?id=047e8e45-d2af-4e04-871f-ad6712bd0da1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}38761f1119cbd8dd2f8c5a4f8ada323e1787e444" 2018-09-04 10:23:11,630 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1391 X-Openstack-Request-Id: req-6684e676-e881-4839-bdd6-4cdd27807441 Date: Tue, 04 Sep 2018 10:23:11 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "831b35e89b2c4fb3a82a2fb6242327b7", "created_at": "2018-09-04T10:23:10Z", "updated_at": "2018-09-04T10:23:10Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T10:23:10Z", "revision_number": 0, "id": "2fb53bb2-6aa5-46e7-8c97-865b7c6fccd5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T10:23:10Z", "security_group_id": "047e8e45-d2af-4e04-871f-ad6712bd0da1", "tenant_id": "831b35e89b2c4fb3a82a2fb6242327b7", "port_range_min": null, "ethertype": "IPv4", "project_id": "831b35e89b2c4fb3a82a2fb6242327b7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T10:23:10Z", "revision_number": 0, "id": "6f2ae499-9ecf-4dd2-a9ea-66980b0b17bf", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T10:23:10Z", "security_group_id": "047e8e45-d2af-4e04-871f-ad6712bd0da1", "tenant_id": "831b35e89b2c4fb3a82a2fb6242327b7", "port_range_min": null, "ethertype": "IPv6", "project_id": "831b35e89b2c4fb3a82a2fb6242327b7"}], "revision_number": 2, "project_id": "831b35e89b2c4fb3a82a2fb6242327b7", "id": "047e8e45-d2af-4e04-871f-ad6712bd0da1", "name": "CreateProjectUserTests-25f3617b-22cf-482-name"}]} 2018-09-04 10:23:11,630 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?id=047e8e45-d2af-4e04-871f-ad6712bd0da1 used request id req-6684e676-e881-4839-bdd6-4cdd27807441 2018-09-04 10:23:11,631 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 047e8e45-d2af-4e04-871f-ad6712bd0da1 2018-09-04 10:23:11,636 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=047e8e45-d2af-4e04-871f-ad6712bd0da1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}38761f1119cbd8dd2f8c5a4f8ada323e1787e444" 2018-09-04 10:23:11,805 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-71374774-7b69-43cc-a73d-001fd3d2b8c2 Date: Tue, 04 Sep 2018 10:23:11 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-09-04T10:23:10Z", "security_group_id": "047e8e45-d2af-4e04-871f-ad6712bd0da1", "port_range_min": null, "revision_number": 0, "tenant_id": "831b35e89b2c4fb3a82a2fb6242327b7", "created_at": "2018-09-04T10:23:10Z", "project_id": "831b35e89b2c4fb3a82a2fb6242327b7", "id": "2fb53bb2-6aa5-46e7-8c97-865b7c6fccd5"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T10:23:10Z", "security_group_id": "047e8e45-d2af-4e04-871f-ad6712bd0da1", "port_range_min": null, "revision_number": 0, "tenant_id": "831b35e89b2c4fb3a82a2fb6242327b7", "created_at": "2018-09-04T10:23:10Z", "project_id": "831b35e89b2c4fb3a82a2fb6242327b7", "id": "6f2ae499-9ecf-4dd2-a9ea-66980b0b17bf"}]} 2018-09-04 10:23:11,806 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=047e8e45-d2af-4e04-871f-ad6712bd0da1 used request id req-71374774-7b69-43cc-a73d-001fd3d2b8c2 2018-09-04 10:23:11,806 - neutron_utils - INFO - Retrieving security group with ID - 047e8e45-d2af-4e04-871f-ad6712bd0da1 2018-09-04 10:23:11,811 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?id=047e8e45-d2af-4e04-871f-ad6712bd0da1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}38761f1119cbd8dd2f8c5a4f8ada323e1787e444" 2018-09-04 10:23:12,008 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1391 X-Openstack-Request-Id: req-5aefd992-54b3-4b18-8750-a54e7170a8d9 Date: Tue, 04 Sep 2018 10:23:12 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "831b35e89b2c4fb3a82a2fb6242327b7", "created_at": "2018-09-04T10:23:10Z", "updated_at": "2018-09-04T10:23:10Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T10:23:10Z", "revision_number": 0, "id": "2fb53bb2-6aa5-46e7-8c97-865b7c6fccd5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T10:23:10Z", "security_group_id": "047e8e45-d2af-4e04-871f-ad6712bd0da1", "tenant_id": "831b35e89b2c4fb3a82a2fb6242327b7", "port_range_min": null, "ethertype": "IPv4", "project_id": "831b35e89b2c4fb3a82a2fb6242327b7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T10:23:10Z", "revision_number": 0, "id": "6f2ae499-9ecf-4dd2-a9ea-66980b0b17bf", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T10:23:10Z", "security_group_id": "047e8e45-d2af-4e04-871f-ad6712bd0da1", "tenant_id": "831b35e89b2c4fb3a82a2fb6242327b7", "port_range_min": null, "ethertype": "IPv6", "project_id": "831b35e89b2c4fb3a82a2fb6242327b7"}], "revision_number": 2, "project_id": "831b35e89b2c4fb3a82a2fb6242327b7", "id": "047e8e45-d2af-4e04-871f-ad6712bd0da1", "name": "CreateProjectUserTests-25f3617b-22cf-482-name"}]} 2018-09-04 10:23:12,008 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?id=047e8e45-d2af-4e04-871f-ad6712bd0da1 used request id req-5aefd992-54b3-4b18-8750-a54e7170a8d9 2018-09-04 10:23:12,009 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 047e8e45-d2af-4e04-871f-ad6712bd0da1 2018-09-04 10:23:12,016 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=047e8e45-d2af-4e04-871f-ad6712bd0da1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}38761f1119cbd8dd2f8c5a4f8ada323e1787e444" 2018-09-04 10:23:12,757 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-fc4cd8eb-79f3-4238-9481-393505d823f0 Date: Tue, 04 Sep 2018 10:23:12 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-09-04T10:23:10Z", "security_group_id": "047e8e45-d2af-4e04-871f-ad6712bd0da1", "port_range_min": null, "revision_number": 0, "tenant_id": "831b35e89b2c4fb3a82a2fb6242327b7", "created_at": "2018-09-04T10:23:10Z", "project_id": "831b35e89b2c4fb3a82a2fb6242327b7", "id": "2fb53bb2-6aa5-46e7-8c97-865b7c6fccd5"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T10:23:10Z", "security_group_id": "047e8e45-d2af-4e04-871f-ad6712bd0da1", "port_range_min": null, "revision_number": 0, "tenant_id": "831b35e89b2c4fb3a82a2fb6242327b7", "created_at": "2018-09-04T10:23:10Z", "project_id": "831b35e89b2c4fb3a82a2fb6242327b7", "id": "6f2ae499-9ecf-4dd2-a9ea-66980b0b17bf"}]} 2018-09-04 10:23:12,758 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=047e8e45-d2af-4e04-871f-ad6712bd0da1 used request id req-fc4cd8eb-79f3-4238-9481-393505d823f0 2018-09-04 10:23:12,759 - neutron_utils - INFO - Retrieving security group with ID - 047e8e45-d2af-4e04-871f-ad6712bd0da1 2018-09-04 10:23:12,764 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?id=047e8e45-d2af-4e04-871f-ad6712bd0da1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}38761f1119cbd8dd2f8c5a4f8ada323e1787e444" 2018-09-04 10:23:12,939 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1391 X-Openstack-Request-Id: req-0161f44e-3fa4-4cbe-964a-eacd165fc70f Date: Tue, 04 Sep 2018 10:23:12 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "831b35e89b2c4fb3a82a2fb6242327b7", "created_at": "2018-09-04T10:23:10Z", "updated_at": "2018-09-04T10:23:10Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T10:23:10Z", "revision_number": 0, "id": "2fb53bb2-6aa5-46e7-8c97-865b7c6fccd5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T10:23:10Z", "security_group_id": "047e8e45-d2af-4e04-871f-ad6712bd0da1", "tenant_id": "831b35e89b2c4fb3a82a2fb6242327b7", "port_range_min": null, "ethertype": "IPv4", "project_id": "831b35e89b2c4fb3a82a2fb6242327b7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T10:23:10Z", "revision_number": 0, "id": "6f2ae499-9ecf-4dd2-a9ea-66980b0b17bf", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T10:23:10Z", "security_group_id": "047e8e45-d2af-4e04-871f-ad6712bd0da1", "tenant_id": "831b35e89b2c4fb3a82a2fb6242327b7", "port_range_min": null, "ethertype": "IPv6", "project_id": "831b35e89b2c4fb3a82a2fb6242327b7"}], "revision_number": 2, "project_id": "831b35e89b2c4fb3a82a2fb6242327b7", "id": "047e8e45-d2af-4e04-871f-ad6712bd0da1", "name": "CreateProjectUserTests-25f3617b-22cf-482-name"}]} 2018-09-04 10:23:12,940 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?id=047e8e45-d2af-4e04-871f-ad6712bd0da1 used request id req-0161f44e-3fa4-4cbe-964a-eacd165fc70f 2018-09-04 10:23:12,940 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 047e8e45-d2af-4e04-871f-ad6712bd0da1 2018-09-04 10:23:12,945 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=047e8e45-d2af-4e04-871f-ad6712bd0da1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}38761f1119cbd8dd2f8c5a4f8ada323e1787e444" 2018-09-04 10:23:13,127 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-13dd306a-032e-4dc7-9e09-09cca0cdc1d6 Date: Tue, 04 Sep 2018 10:23:13 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-09-04T10:23:10Z", "security_group_id": "047e8e45-d2af-4e04-871f-ad6712bd0da1", "port_range_min": null, "revision_number": 0, "tenant_id": "831b35e89b2c4fb3a82a2fb6242327b7", "created_at": "2018-09-04T10:23:10Z", "project_id": "831b35e89b2c4fb3a82a2fb6242327b7", "id": "2fb53bb2-6aa5-46e7-8c97-865b7c6fccd5"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T10:23:10Z", "security_group_id": "047e8e45-d2af-4e04-871f-ad6712bd0da1", "port_range_min": null, "revision_number": 0, "tenant_id": "831b35e89b2c4fb3a82a2fb6242327b7", "created_at": "2018-09-04T10:23:10Z", "project_id": "831b35e89b2c4fb3a82a2fb6242327b7", "id": "6f2ae499-9ecf-4dd2-a9ea-66980b0b17bf"}]} 2018-09-04 10:23:13,127 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=047e8e45-d2af-4e04-871f-ad6712bd0da1 used request id req-13dd306a-032e-4dc7-9e09-09cca0cdc1d6 2018-09-04 10:23:13,128 - neutron_utils - INFO - Deleting security group rule with ID - 2fb53bb2-6aa5-46e7-8c97-865b7c6fccd5 2018-09-04 10:23:13,133 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/security-group-rules/2fb53bb2-6aa5-46e7-8c97-865b7c6fccd5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}38761f1119cbd8dd2f8c5a4f8ada323e1787e444" 2018-09-04 10:23:13,306 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-bb36a617-35e1-4441-886c-6399f5f16000 Content-Length: 0 Date: Tue, 04 Sep 2018 10:23:13 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-04 10:23:13,306 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/security-group-rules/2fb53bb2-6aa5-46e7-8c97-865b7c6fccd5 used request id req-bb36a617-35e1-4441-886c-6399f5f16000 2018-09-04 10:23:13,306 - neutron_utils - INFO - Deleting security group rule with ID - 6f2ae499-9ecf-4dd2-a9ea-66980b0b17bf 2018-09-04 10:23:13,311 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/security-group-rules/6f2ae499-9ecf-4dd2-a9ea-66980b0b17bf -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}38761f1119cbd8dd2f8c5a4f8ada323e1787e444" 2018-09-04 10:23:13,612 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-037b420d-5bc2-4048-89b5-ae543cbd0b7e Content-Length: 0 Date: Tue, 04 Sep 2018 10:23:13 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-04 10:23:13,612 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/security-group-rules/6f2ae499-9ecf-4dd2-a9ea-66980b0b17bf used request id req-037b420d-5bc2-4048-89b5-ae543cbd0b7e 2018-09-04 10:23:13,612 - neutron_utils - INFO - Deleting security group with name - CreateProjectUserTests-25f3617b-22cf-482-name 2018-09-04 10:23:13,617 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/security-groups/047e8e45-d2af-4e04-871f-ad6712bd0da1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}38761f1119cbd8dd2f8c5a4f8ada323e1787e444" 2018-09-04 10:23:14,583 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-af7bf26e-fb01-4f37-87a3-9b990747784b Content-Length: 0 Date: Tue, 04 Sep 2018 10:23:14 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-04 10:23:14,583 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/security-groups/047e8e45-d2af-4e04-871f-ad6712bd0da1 used request id req-af7bf26e-fb01-4f37-87a3-9b990747784b 2018-09-04 10:23:14,584 - keystone_utils - INFO - Deleting user with name - CreateProjectUserTests-25f3617b-22cf-482-user 2018-09-04 10:23:14,588 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/users/60be44c05bdc4d22b704c97945c4fa28 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7100efdf68af8f9a39ce495edb6db2a46f2da919" 2018-09-04 10:23:14,852 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 10:23:14 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d7420310-ed53-4f74-9ac0-0fb9afa9819e Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 10:23:14,852 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/users/60be44c05bdc4d22b704c97945c4fa28 used request id req-d7420310-ed53-4f74-9ac0-0fb9afa9819e 2018-09-04 10:23:14,858 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7ddfac73f0d7f6c88bed2c6eca22ab08e44d8d8b" 2018-09-04 10:23:15,712 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 7260 X-Openstack-Request-Id: req-33d96394-9c7e-4cff-8505-baeefcdbbe43 Date: Tue, 04 Sep 2018 10:23:15 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "831b35e89b2c4fb3a82a2fb6242327b7", "created_at": "2018-09-04T10:23:08Z", "updated_at": "2018-09-04T10:23:09Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T10:23:09Z", "revision_number": 0, "id": "110a7309-57dc-4213-a1e7-0943eb7b2f1e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T10:23:09Z", "security_group_id": "0d65753c-af81-4936-b4bf-02018af58b75", "tenant_id": "831b35e89b2c4fb3a82a2fb6242327b7", "port_range_min": null, "ethertype": "IPv6", "project_id": "831b35e89b2c4fb3a82a2fb6242327b7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T10:23:09Z", "revision_number": 0, "id": "7b522f02-4faf-44b2-9c9e-a6f82f2e8551", "remote_group_id": "0d65753c-af81-4936-b4bf-02018af58b75", "remote_ip_prefix": null, "created_at": "2018-09-04T10:23:09Z", "security_group_id": "0d65753c-af81-4936-b4bf-02018af58b75", "tenant_id": "831b35e89b2c4fb3a82a2fb6242327b7", "port_range_min": null, "ethertype": "IPv4", "project_id": "831b35e89b2c4fb3a82a2fb6242327b7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T10:23:09Z", "revision_number": 0, "id": "9a53e1ee-9fe7-4d1a-a621-32f967ee3152", "remote_group_id": "0d65753c-af81-4936-b4bf-02018af58b75", "remote_ip_prefix": null, "created_at": "2018-09-04T10:23:09Z", "security_group_id": "0d65753c-af81-4936-b4bf-02018af58b75", "tenant_id": "831b35e89b2c4fb3a82a2fb6242327b7", "port_range_min": null, "ethertype": "IPv6", "project_id": "831b35e89b2c4fb3a82a2fb6242327b7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T10:23:09Z", "revision_number": 0, "id": "a16ce638-b258-454f-8ea6-45b705562cf4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T10:23:09Z", "security_group_id": "0d65753c-af81-4936-b4bf-02018af58b75", "tenant_id": "831b35e89b2c4fb3a82a2fb6242327b7", "port_range_min": null, "ethertype": "IPv4", "project_id": "831b35e89b2c4fb3a82a2fb6242327b7"}], "revision_number": 4, "project_id": "831b35e89b2c4fb3a82a2fb6242327b7", "id": "0d65753c-af81-4936-b4bf-02018af58b75", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "18025ed81c804927a1f0e0e0ba20836f", "created_at": "2018-09-04T10:10:44Z", "updated_at": "2018-09-04T10:10:44Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T10:10:44Z", "revision_number": 0, "id": "4987cdc7-3c69-4296-b962-dfcdfe2af09e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T10:10:44Z", "security_group_id": "4eb60975-feab-4b85-9171-1c970d3680f7", "tenant_id": "18025ed81c804927a1f0e0e0ba20836f", "port_range_min": null, "ethertype": "IPv4", "project_id": "18025ed81c804927a1f0e0e0ba20836f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T10:10:44Z", "revision_number": 0, "id": "6278c51b-2852-4d07-abf1-4545e40daadb", "remote_group_id": "4eb60975-feab-4b85-9171-1c970d3680f7", "remote_ip_prefix": null, "created_at": "2018-09-04T10:10:44Z", "security_group_id": "4eb60975-feab-4b85-9171-1c970d3680f7", "tenant_id": "18025ed81c804927a1f0e0e0ba20836f", "port_range_min": null, "ethertype": "IPv4", "project_id": "18025ed81c804927a1f0e0e0ba20836f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T10:10:44Z", "revision_number": 0, "id": "dd2062ca-238a-4ae8-8397-ca60210bbde5", "remote_group_id": "4eb60975-feab-4b85-9171-1c970d3680f7", "remote_ip_prefix": null, "created_at": "2018-09-04T10:10:44Z", "security_group_id": "4eb60975-feab-4b85-9171-1c970d3680f7", "tenant_id": "18025ed81c804927a1f0e0e0ba20836f", "port_range_min": null, "ethertype": "IPv6", "project_id": "18025ed81c804927a1f0e0e0ba20836f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T10:10:44Z", "revision_number": 0, "id": "f5388a44-6a0f-4e22-bd76-f4873903daf0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T10:10:44Z", "security_group_id": "4eb60975-feab-4b85-9171-1c970d3680f7", "tenant_id": "18025ed81c804927a1f0e0e0ba20836f", "port_range_min": null, "ethertype": "IPv6", "project_id": "18025ed81c804927a1f0e0e0ba20836f"}], "revision_number": 4, "project_id": "18025ed81c804927a1f0e0e0ba20836f", "id": "4eb60975-feab-4b85-9171-1c970d3680f7", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "da1aa3dc9e564d3d922e61c0121a390e", "created_at": "2018-09-04T10:22:45Z", "updated_at": "2018-09-04T10:22:45Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T10:22:45Z", "revision_number": 0, "id": "0a310294-28cb-46e7-ab05-42129ac27199", "remote_group_id": "a0350fb5-7963-482b-9b06-fea838951872", "remote_ip_prefix": null, "created_at": "2018-09-04T10:22:45Z", "security_group_id": "a0350fb5-7963-482b-9b06-fea838951872", "tenant_id": "da1aa3dc9e564d3d922e61c0121a390e", "port_range_min": null, "ethertype": "IPv4", "project_id": "da1aa3dc9e564d3d922e61c0121a390e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T10:22:45Z", "revision_number": 0, "id": "3e9c32e8-8527-472a-956b-e0426fc61806", "remote_group_id": "a0350fb5-7963-482b-9b06-fea838951872", "remote_ip_prefix": null, "created_at": "2018-09-04T10:22:45Z", "security_group_id": "a0350fb5-7963-482b-9b06-fea838951872", "tenant_id": "da1aa3dc9e564d3d922e61c0121a390e", "port_range_min": null, "ethertype": "IPv6", "project_id": "da1aa3dc9e564d3d922e61c0121a390e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T10:22:45Z", "revision_number": 0, "id": "5d2caf42-b02e-4256-9265-4a0c49451d50", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T10:22:45Z", "security_group_id": "a0350fb5-7963-482b-9b06-fea838951872", "tenant_id": "da1aa3dc9e564d3d922e61c0121a390e", "port_range_min": null, "ethertype": "IPv6", "project_id": "da1aa3dc9e564d3d922e61c0121a390e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T10:22:45Z", "revision_number": 0, "id": "e17daf2d-5508-45e7-9ba3-14bcd176789e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T10:22:45Z", "security_group_id": "a0350fb5-7963-482b-9b06-fea838951872", "tenant_id": "da1aa3dc9e564d3d922e61c0121a390e", "port_range_min": null, "ethertype": "IPv4", "project_id": "da1aa3dc9e564d3d922e61c0121a390e"}], "revision_number": 4, "project_id": "da1aa3dc9e564d3d922e61c0121a390e", "id": "a0350fb5-7963-482b-9b06-fea838951872", "name": "default"}]} 2018-09-04 10:23:15,713 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?name=default used request id req-33d96394-9c7e-4cff-8505-baeefcdbbe43 2018-09-04 10:23:15,717 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/831b35e89b2c4fb3a82a2fb6242327b7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7ddfac73f0d7f6c88bed2c6eca22ab08e44d8d8b" 2018-09-04 10:23:15,793 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:23:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b419b587-face-4da4-9fea-215e540a636e Content-Encoding: gzip Content-Length: 214 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/831b35e89b2c4fb3a82a2fb6242327b7"}, "enabled": true, "id": "831b35e89b2c4fb3a82a2fb6242327b7", "parent_id": "default", "domain_id": "default", "name": "CreateProjectUserTests-25f3617b-22cf-482-name"}} 2018-09-04 10:23:15,793 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/831b35e89b2c4fb3a82a2fb6242327b7 used request id req-b419b587-face-4da4-9fea-215e540a636e 2018-09-04 10:23:15,793 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 0d65753c-af81-4936-b4bf-02018af58b75 2018-09-04 10:23:15,799 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=0d65753c-af81-4936-b4bf-02018af58b75 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7ddfac73f0d7f6c88bed2c6eca22ab08e44d8d8b" 2018-09-04 10:23:16,524 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-1043d821-5592-4b77-b7f5-63f658fb1de1 Date: Tue, 04 Sep 2018 10:23:16 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-09-04T10:23:09Z", "security_group_id": "0d65753c-af81-4936-b4bf-02018af58b75", "port_range_min": null, "revision_number": 0, "tenant_id": "831b35e89b2c4fb3a82a2fb6242327b7", "created_at": "2018-09-04T10:23:09Z", "project_id": "831b35e89b2c4fb3a82a2fb6242327b7", "id": "110a7309-57dc-4213-a1e7-0943eb7b2f1e"}, {"remote_group_id": "0d65753c-af81-4936-b4bf-02018af58b75", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T10:23:09Z", "security_group_id": "0d65753c-af81-4936-b4bf-02018af58b75", "port_range_min": null, "revision_number": 0, "tenant_id": "831b35e89b2c4fb3a82a2fb6242327b7", "created_at": "2018-09-04T10:23:09Z", "project_id": "831b35e89b2c4fb3a82a2fb6242327b7", "id": "7b522f02-4faf-44b2-9c9e-a6f82f2e8551"}, {"remote_group_id": "0d65753c-af81-4936-b4bf-02018af58b75", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T10:23:09Z", "security_group_id": "0d65753c-af81-4936-b4bf-02018af58b75", "port_range_min": null, "revision_number": 0, "tenant_id": "831b35e89b2c4fb3a82a2fb6242327b7", "created_at": "2018-09-04T10:23:09Z", "project_id": "831b35e89b2c4fb3a82a2fb6242327b7", "id": "9a53e1ee-9fe7-4d1a-a621-32f967ee3152"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T10:23:09Z", "security_group_id": "0d65753c-af81-4936-b4bf-02018af58b75", "port_range_min": null, "revision_number": 0, "tenant_id": "831b35e89b2c4fb3a82a2fb6242327b7", "created_at": "2018-09-04T10:23:09Z", "project_id": "831b35e89b2c4fb3a82a2fb6242327b7", "id": "a16ce638-b258-454f-8ea6-45b705562cf4"}]} 2018-09-04 10:23:16,525 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=0d65753c-af81-4936-b4bf-02018af58b75 used request id req-1043d821-5592-4b77-b7f5-63f658fb1de1 2018-09-04 10:23:16,525 - neutron_utils - INFO - Deleting security group with name - default 2018-09-04 10:23:16,530 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/security-groups/0d65753c-af81-4936-b4bf-02018af58b75 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7ddfac73f0d7f6c88bed2c6eca22ab08e44d8d8b" 2018-09-04 10:23:16,987 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-91dedbc1-3bb0-48a5-bb6f-b675dbc91429 Content-Length: 0 Date: Tue, 04 Sep 2018 10:23:16 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-04 10:23:16,987 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/security-groups/0d65753c-af81-4936-b4bf-02018af58b75 used request id req-91dedbc1-3bb0-48a5-bb6f-b675dbc91429 2018-09-04 10:23:16,988 - keystone_utils - INFO - Deleting project with name - CreateProjectUserTests-25f3617b-22cf-482-name 2018-09-04 10:23:16,992 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/projects/831b35e89b2c4fb3a82a2fb6242327b7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7ddfac73f0d7f6c88bed2c6eca22ab08e44d8d8b" 2018-09-04 10:23:17,169 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 10:23:17 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-049f2fd1-c025-44b9-9a73-8ecb9e71e4fe Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 10:23:17,169 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/projects/831b35e89b2c4fb3a82a2fb6242327b7 used request id req-049f2fd1-c025-44b9-9a73-8ecb9e71e4fe 2018-09-04 10:23:17,169 - keystone_utils - INFO - Deleting role with name - CreateProjectUserTests-25f3617b-22cf-482-name-role 2018-09-04 10:23:17,172 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/roles/1cbdafab356346fab175a3d37fb028b4 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7ddfac73f0d7f6c88bed2c6eca22ab08e44d8d8b" 2018-09-04 10:23:17,298 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 10:23:17 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-71ad5a45-7a20-4953-a395-fc5649573d57 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 10:23:17,298 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/roles/1cbdafab356346fab175a3d37fb028b4 used request id req-71ad5a45-7a20-4953-a395-fc5649573d57 2018-09-04 10:23:17,302 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7ddfac73f0d7f6c88bed2c6eca22ab08e44d8d8b" 2018-09-04 10:23:17,385 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:23:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bd0ea788-731b-42f5-9406-509d29197833 Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3d416247e8224533841040c3ad2bce5a", "links": {"self": "http://172.30.9.28:5000/v3/roles/3d416247e8224533841040c3ad2bce5a"}, "name": "admin"}, {"domain_id": null, "id": "5ef645ad12fc453aa5d8a0c2cbf76196", "links": {"self": "http://172.30.9.28:5000/v3/roles/5ef645ad12fc453aa5d8a0c2cbf76196"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "6fc48fbb08d4410680bf5ace535e410c", "links": {"self": "http://172.30.9.28:5000/v3/roles/6fc48fbb08d4410680bf5ace535e410c"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9a944a8c31754b8f941d2fa9034d4301", "links": {"self": "http://172.30.9.28:5000/v3/roles/9a944a8c31754b8f941d2fa9034d4301"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "fea739ce4d1249249c128f55b640b79d", "links": {"self": "http://172.30.9.28:5000/v3/roles/fea739ce4d1249249c128f55b640b79d"}, "name": "ResellerAdmin"}]} 2018-09-04 10:23:17,385 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-bd0ea788-731b-42f5-9406-509d29197833 2018-09-04 10:23:17,387 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-09-04 10:23:17,779 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5ef645ad12fc453aa5d8a0c2cbf76196", "name": "heat_stack_owner"}, {"id": "9a944a8c31754b8f941d2fa9034d4301", "name": "Member"}, {"id": "3d416247e8224533841040c3ad2bce5a", "name": "admin"}], "expires_at": "2018-09-04T11:23:17.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "da1aa3dc9e564d3d922e61c0121a390e", "name": "api_check-project_95790658-ea1a-473f-b71a-0aa15c3467f2"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235635a698ef4bef9dc6b25273d185da"}, {"url": "http://192.30.9.6:8776/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "23b07b3fbfc340a58cf0f9b2871a0d23"}, {"url": "http://172.30.9.28:8776/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "72fd0aaa144d45419f4b04b6b26f69a7"}], "type": "volume", "id": "097241c25b4d4f7e91b3f8efa155909e", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v3/da1aa3dc9e564d3d922e61c0121a390e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93eb4cf3030a49e7840bec071422d397"}, {"url": "http://192.30.9.6:8776/v3/da1aa3dc9e564d3d922e61c0121a390e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8af439a6ac147fdbcb38ed9aa916b68"}, {"url": "http://192.30.9.6:8776/v3/da1aa3dc9e564d3d922e61c0121a390e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c4bfdbc9b7c74a23a40afdf578cfeba4"}], "type": "volumev3", "id": "1c85f4682ce44f729db1dabd98e965e8", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "82239574a29d4603a2161006f61851cf"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8d15f7134f364a7bbcfff2f84aac3bf2"}, {"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e01668c43a0c4c279b9a3d20a0280d6c"}], "type": "image", "id": "297d8415ca96454991054983920912f7", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7bb4d60e20734d4a9f31ec75e02cb823"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bf6adec15590466a9a0d3bddb00e8993"}, {"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f096f03a1d12411a8972f6f7c196b60d"}], "type": "policy", "id": "54c64351b56d44bbad74c2969cc3aa00", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "354ae6870a324fab82d0a0fb68ee0f26"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a3807e460dd4af488d982b66c52e64c"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e7c3da785076450abd71868e75ce0c33"}], "type": "cloudformation", "id": "6ac9917ae83c4639a15a4ab3cf0e76dd", "name": "heat-cfn"}, {"endpoints": [], "type": "metering", "id": "7fcc078e5e0645f29df67742ac14e388", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49e71628d386464cb950d6a9db00a328"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75b0a63ed8574bbcab1c851cc9b83d30"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9902b0a8b3c04cd192a1b84c417c232b"}], "type": "key-manager", "id": "9626544a32e74678a641c6e206f028a9", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "497340e5aa36485982fdf297f370558f"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7802beb4fc7c4952897b77bd5610b1fe"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c14af798917f4fa0b146d9772583e595"}], "type": "metric", "id": "973bfe8c658d4e5a8da725e76b9d550e", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "288ecc3674ea41d2aa3b790dcb832bf2"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7a6dc785cd7142f5b30f1a7ba0daeb03"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7f7d34e2351b4964befccc862c4e8e12"}], "type": "network", "id": "a348d7b06050474fb449be7f32ea6f5d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "21bce6ecb8464a1f8f3e3847aa698bd6"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0a8faf2246b47deb30e69e48d3551fb"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e71c6011de3d4d8589e5b53dcc79f288"}], "type": "identity", "id": "ad8d4b4953184137a1b913ecee9434ed", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "13474f9a78ca4f1184e4cddc84d0d98c"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad67365a18234bb78c336e6776958c00"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc54db13337f44f8921fbb9ad0f81de8"}], "type": "alarming", "id": "bb18dc3243034f08a6a7f69f7a1edccf", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0d91d7adf0304b2681c77f979e5cdb17"}, {"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "756e5ffca9774ab3ae2db41bf330417f"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c07c727a08c243b287827f539a124e63"}], "type": "placement", "id": "bb2c9432fcbd4c56913177122468f6ba", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1eed4912224b48cf9856446eae4d9928"}, {"url": "http://192.30.9.6:8004/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b73b7f99236541148d84f24f09e5dd40"}, {"url": "http://192.30.9.6:8004/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fbf12e52911244fdafc24a9d46f56e62"}], "type": "orchestration", "id": "c8918d139da945ba93df4ccce21d4904", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/da1aa3dc9e564d3d922e61c0121a390e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16bf098b9e2e490f8e47fa601059f975"}, {"url": "http://192.30.9.6:8776/v2/da1aa3dc9e564d3d922e61c0121a390e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc16fa4cf491444ca2f611d5692c1170"}, {"url": "http://192.30.9.6:8776/v2/da1aa3dc9e564d3d922e61c0121a390e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ccd2c5325dff4b90b391db9fdde67d99"}], "type": "volumev2", "id": "d09ac9123c34494abce21d6c27bee9d9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eac694332354a3aa0e61c31314166d7"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b4d4989c4e764717ab78d38675cadd3f"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff196e46b56d406d87a678f1a64497b0"}], "type": "compute", "id": "d4030ee932c84df58c5b910cc197caa7", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_95790658-ea1a-473f-b71a-0aa15c3467f2", "id": "6cb53a06110b45a6a2f21cb265048110"}, "audit_ids": ["02ABuAHyTEyexxR-IPf6TA"], "issued_at": "2018-09-04T10:23:17.000000Z"}} 2018-09-04 10:23:17,779 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28: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}44083dff3dae788ec8132af52bb633bdaab8454a" 2018-09-04 10:23:17,868 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:23:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ae79bc99-8a96-4537-b60a-e24db43f6e1f 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.28:5000/v3/", "rel": "self"}]}} 2018-09-04 10:23:17,869 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-ae79bc99-8a96-4537-b60a-e24db43f6e1f 2018-09-04 10:23:17,870 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 10:23:17,871 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-09-04 10:23:18,242 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5ef645ad12fc453aa5d8a0c2cbf76196", "name": "heat_stack_owner"}, {"id": "9a944a8c31754b8f941d2fa9034d4301", "name": "Member"}, {"id": "3d416247e8224533841040c3ad2bce5a", "name": "admin"}], "expires_at": "2018-09-04T11:23:18.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "da1aa3dc9e564d3d922e61c0121a390e", "name": "api_check-project_95790658-ea1a-473f-b71a-0aa15c3467f2"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235635a698ef4bef9dc6b25273d185da"}, {"url": "http://192.30.9.6:8776/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "23b07b3fbfc340a58cf0f9b2871a0d23"}, {"url": "http://172.30.9.28:8776/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "72fd0aaa144d45419f4b04b6b26f69a7"}], "type": "volume", "id": "097241c25b4d4f7e91b3f8efa155909e", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v3/da1aa3dc9e564d3d922e61c0121a390e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93eb4cf3030a49e7840bec071422d397"}, {"url": "http://192.30.9.6:8776/v3/da1aa3dc9e564d3d922e61c0121a390e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8af439a6ac147fdbcb38ed9aa916b68"}, {"url": "http://192.30.9.6:8776/v3/da1aa3dc9e564d3d922e61c0121a390e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c4bfdbc9b7c74a23a40afdf578cfeba4"}], "type": "volumev3", "id": "1c85f4682ce44f729db1dabd98e965e8", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "82239574a29d4603a2161006f61851cf"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8d15f7134f364a7bbcfff2f84aac3bf2"}, {"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e01668c43a0c4c279b9a3d20a0280d6c"}], "type": "image", "id": "297d8415ca96454991054983920912f7", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7bb4d60e20734d4a9f31ec75e02cb823"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bf6adec15590466a9a0d3bddb00e8993"}, {"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f096f03a1d12411a8972f6f7c196b60d"}], "type": "policy", "id": "54c64351b56d44bbad74c2969cc3aa00", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "354ae6870a324fab82d0a0fb68ee0f26"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a3807e460dd4af488d982b66c52e64c"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e7c3da785076450abd71868e75ce0c33"}], "type": "cloudformation", "id": "6ac9917ae83c4639a15a4ab3cf0e76dd", "name": "heat-cfn"}, {"endpoints": [], "type": "metering", "id": "7fcc078e5e0645f29df67742ac14e388", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49e71628d386464cb950d6a9db00a328"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75b0a63ed8574bbcab1c851cc9b83d30"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9902b0a8b3c04cd192a1b84c417c232b"}], "type": "key-manager", "id": "9626544a32e74678a641c6e206f028a9", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "497340e5aa36485982fdf297f370558f"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7802beb4fc7c4952897b77bd5610b1fe"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c14af798917f4fa0b146d9772583e595"}], "type": "metric", "id": "973bfe8c658d4e5a8da725e76b9d550e", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "288ecc3674ea41d2aa3b790dcb832bf2"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7a6dc785cd7142f5b30f1a7ba0daeb03"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7f7d34e2351b4964befccc862c4e8e12"}], "type": "network", "id": "a348d7b06050474fb449be7f32ea6f5d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "21bce6ecb8464a1f8f3e3847aa698bd6"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0a8faf2246b47deb30e69e48d3551fb"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e71c6011de3d4d8589e5b53dcc79f288"}], "type": "identity", "id": "ad8d4b4953184137a1b913ecee9434ed", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "13474f9a78ca4f1184e4cddc84d0d98c"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad67365a18234bb78c336e6776958c00"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc54db13337f44f8921fbb9ad0f81de8"}], "type": "alarming", "id": "bb18dc3243034f08a6a7f69f7a1edccf", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0d91d7adf0304b2681c77f979e5cdb17"}, {"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "756e5ffca9774ab3ae2db41bf330417f"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c07c727a08c243b287827f539a124e63"}], "type": "placement", "id": "bb2c9432fcbd4c56913177122468f6ba", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1eed4912224b48cf9856446eae4d9928"}, {"url": "http://192.30.9.6:8004/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b73b7f99236541148d84f24f09e5dd40"}, {"url": "http://192.30.9.6:8004/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fbf12e52911244fdafc24a9d46f56e62"}], "type": "orchestration", "id": "c8918d139da945ba93df4ccce21d4904", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/da1aa3dc9e564d3d922e61c0121a390e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16bf098b9e2e490f8e47fa601059f975"}, {"url": "http://192.30.9.6:8776/v2/da1aa3dc9e564d3d922e61c0121a390e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc16fa4cf491444ca2f611d5692c1170"}, {"url": "http://192.30.9.6:8776/v2/da1aa3dc9e564d3d922e61c0121a390e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ccd2c5325dff4b90b391db9fdde67d99"}], "type": "volumev2", "id": "d09ac9123c34494abce21d6c27bee9d9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eac694332354a3aa0e61c31314166d7"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b4d4989c4e764717ab78d38675cadd3f"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff196e46b56d406d87a678f1a64497b0"}], "type": "compute", "id": "d4030ee932c84df58c5b910cc197caa7", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_95790658-ea1a-473f-b71a-0aa15c3467f2", "id": "6cb53a06110b45a6a2f21cb265048110"}, "audit_ids": ["IONKIx0qTC6-fPjczB7Z4Q"], "issued_at": "2018-09-04T10:23:18.000000Z"}} 2018-09-04 10:23:18,242 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28: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}4393bd554b8f3cb2cb37a06c2e3c95dd5dc5a722" 2018-09-04 10:23:18,324 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:23:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3d3d6ceb-6ed4-4ddc-b1b7-76fcd827f6da 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.28:5000/v3/", "rel": "self"}]}} 2018-09-04 10:23:18,324 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-3d3d6ceb-6ed4-4ddc-b1b7-76fcd827f6da 2018-09-04 10:23:18,329 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-04 10:23:18,334 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 04 Sep 2018 10:23: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.28: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.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-04 10:23:18,335 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectUserTests-5e16430e-91d4-446-name -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4393bd554b8f3cb2cb37a06c2e3c95dd5dc5a722" 2018-09-04 10:23:18,415 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:23:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c0134c1b-cde8-4867-bde8-59f34b3bd669 Content-Encoding: gzip Content-Length: 176 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectUserTests-5e16430e-91d4-446-name", "previous": null, "next": null}, "projects": []} 2018-09-04 10:23:18,415 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectUserTests-5e16430e-91d4-446-name used request id req-c0134c1b-cde8-4867-bde8-59f34b3bd669 2018-09-04 10:23:18,419 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4393bd554b8f3cb2cb37a06c2e3c95dd5dc5a722" 2018-09-04 10:23:18,506 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:23:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5a636438-c6b6-4fac-8009-b0a92e0c7e38 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-09-04 10:23:18,507 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains?name=Default used request id req-5a636438-c6b6-4fac-8009-b0a92e0c7e38 2018-09-04 10:23:18,510 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4393bd554b8f3cb2cb37a06c2e3c95dd5dc5a722" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateProjectUserTests-5e16430e-91d4-446-name"}}' 2018-09-04 10:23:18,633 - keystoneauth.session - DEBUG - RESP: [201] Date: Tue, 04 Sep 2018 10:23:18 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c121386a-7d47-4b65-a3c6-9a43d5ce4973 Content-Length: 307 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/5bd0d7155bbd4d2698cc5f0e1bc250fb"}, "enabled": true, "id": "5bd0d7155bbd4d2698cc5f0e1bc250fb", "parent_id": "default", "domain_id": "default", "name": "CreateProjectUserTests-5e16430e-91d4-446-name"}} 2018-09-04 10:23:18,633 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/projects used request id req-c121386a-7d47-4b65-a3c6-9a43d5ce4973 2018-09-04 10:23:18,634 - keystone_utils - INFO - Created project with name - CreateProjectUserTests-5e16430e-91d4-446-name 2018-09-04 10:23:18,634 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 10:23:18,635 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-09-04 10:23:19,005 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5ef645ad12fc453aa5d8a0c2cbf76196", "name": "heat_stack_owner"}, {"id": "9a944a8c31754b8f941d2fa9034d4301", "name": "Member"}, {"id": "3d416247e8224533841040c3ad2bce5a", "name": "admin"}], "expires_at": "2018-09-04T11:23:19.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "da1aa3dc9e564d3d922e61c0121a390e", "name": "api_check-project_95790658-ea1a-473f-b71a-0aa15c3467f2"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235635a698ef4bef9dc6b25273d185da"}, {"url": "http://192.30.9.6:8776/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "23b07b3fbfc340a58cf0f9b2871a0d23"}, {"url": "http://172.30.9.28:8776/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "72fd0aaa144d45419f4b04b6b26f69a7"}], "type": "volume", "id": "097241c25b4d4f7e91b3f8efa155909e", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v3/da1aa3dc9e564d3d922e61c0121a390e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93eb4cf3030a49e7840bec071422d397"}, {"url": "http://192.30.9.6:8776/v3/da1aa3dc9e564d3d922e61c0121a390e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8af439a6ac147fdbcb38ed9aa916b68"}, {"url": "http://192.30.9.6:8776/v3/da1aa3dc9e564d3d922e61c0121a390e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c4bfdbc9b7c74a23a40afdf578cfeba4"}], "type": "volumev3", "id": "1c85f4682ce44f729db1dabd98e965e8", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "82239574a29d4603a2161006f61851cf"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8d15f7134f364a7bbcfff2f84aac3bf2"}, {"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e01668c43a0c4c279b9a3d20a0280d6c"}], "type": "image", "id": "297d8415ca96454991054983920912f7", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7bb4d60e20734d4a9f31ec75e02cb823"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bf6adec15590466a9a0d3bddb00e8993"}, {"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f096f03a1d12411a8972f6f7c196b60d"}], "type": "policy", "id": "54c64351b56d44bbad74c2969cc3aa00", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "354ae6870a324fab82d0a0fb68ee0f26"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a3807e460dd4af488d982b66c52e64c"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e7c3da785076450abd71868e75ce0c33"}], "type": "cloudformation", "id": "6ac9917ae83c4639a15a4ab3cf0e76dd", "name": "heat-cfn"}, {"endpoints": [], "type": "metering", "id": "7fcc078e5e0645f29df67742ac14e388", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49e71628d386464cb950d6a9db00a328"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75b0a63ed8574bbcab1c851cc9b83d30"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9902b0a8b3c04cd192a1b84c417c232b"}], "type": "key-manager", "id": "9626544a32e74678a641c6e206f028a9", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "497340e5aa36485982fdf297f370558f"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7802beb4fc7c4952897b77bd5610b1fe"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c14af798917f4fa0b146d9772583e595"}], "type": "metric", "id": "973bfe8c658d4e5a8da725e76b9d550e", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "288ecc3674ea41d2aa3b790dcb832bf2"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7a6dc785cd7142f5b30f1a7ba0daeb03"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7f7d34e2351b4964befccc862c4e8e12"}], "type": "network", "id": "a348d7b06050474fb449be7f32ea6f5d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "21bce6ecb8464a1f8f3e3847aa698bd6"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0a8faf2246b47deb30e69e48d3551fb"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e71c6011de3d4d8589e5b53dcc79f288"}], "type": "identity", "id": "ad8d4b4953184137a1b913ecee9434ed", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "13474f9a78ca4f1184e4cddc84d0d98c"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad67365a18234bb78c336e6776958c00"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc54db13337f44f8921fbb9ad0f81de8"}], "type": "alarming", "id": "bb18dc3243034f08a6a7f69f7a1edccf", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0d91d7adf0304b2681c77f979e5cdb17"}, {"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "756e5ffca9774ab3ae2db41bf330417f"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c07c727a08c243b287827f539a124e63"}], "type": "placement", "id": "bb2c9432fcbd4c56913177122468f6ba", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1eed4912224b48cf9856446eae4d9928"}, {"url": "http://192.30.9.6:8004/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b73b7f99236541148d84f24f09e5dd40"}, {"url": "http://192.30.9.6:8004/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fbf12e52911244fdafc24a9d46f56e62"}], "type": "orchestration", "id": "c8918d139da945ba93df4ccce21d4904", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/da1aa3dc9e564d3d922e61c0121a390e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16bf098b9e2e490f8e47fa601059f975"}, {"url": "http://192.30.9.6:8776/v2/da1aa3dc9e564d3d922e61c0121a390e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc16fa4cf491444ca2f611d5692c1170"}, {"url": "http://192.30.9.6:8776/v2/da1aa3dc9e564d3d922e61c0121a390e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ccd2c5325dff4b90b391db9fdde67d99"}], "type": "volumev2", "id": "d09ac9123c34494abce21d6c27bee9d9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eac694332354a3aa0e61c31314166d7"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b4d4989c4e764717ab78d38675cadd3f"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff196e46b56d406d87a678f1a64497b0"}], "type": "compute", "id": "d4030ee932c84df58c5b910cc197caa7", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_95790658-ea1a-473f-b71a-0aa15c3467f2", "id": "6cb53a06110b45a6a2f21cb265048110"}, "audit_ids": ["k6cZF28AR9Sof4UXofgBNA"], "issued_at": "2018-09-04T10:23:19.000000Z"}} 2018-09-04 10:23:19,005 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28: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}bb4cc1b517bf9811d6b39ddb671e49a429fddf03" 2018-09-04 10:23:19,088 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:23:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-be4038be-1936-454a-862d-5ef66049df67 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.28:5000/v3/", "rel": "self"}]}} 2018-09-04 10:23:19,088 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-be4038be-1936-454a-862d-5ef66049df67 2018-09-04 10:23:19,092 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-04 10:23:19,098 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 04 Sep 2018 10:23: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.28: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.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-04 10:23:19,099 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bb4cc1b517bf9811d6b39ddb671e49a429fddf03" 2018-09-04 10:23:19,198 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:23:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ca25ca1f-0c33-4f41-aaad-bef6c12eb216 Content-Encoding: gzip Content-Length: 837 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.28:5000/v3/users/2719bb13630f43dfa92537864b7b9156"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2719bb13630f43dfa92537864b7b9156", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.28:5000/v3/users/36910ef6abf94075a2d6069c8571e383"}, "domain_id": "default", "enabled": true, "options": {}, "id": "36910ef6abf94075a2d6069c8571e383", "email": "cinder@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.28:5000/v3/users/42c3a9abd8ad4ce8ab2c4cc6e0403c33"}, "domain_id": "default", "enabled": true, "options": {}, "id": "42c3a9abd8ad4ce8ab2c4cc6e0403c33", "email": "admin@example.com", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.28:5000/v3/users/449836e5f54549afb8a7ce28abf3d544"}, "domain_id": "default", "enabled": true, "options": {}, "id": "449836e5f54549afb8a7ce28abf3d544", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.28:5000/v3/users/4f2d44b313674c27b065e562198a2eaf"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4f2d44b313674c27b065e562198a2eaf", "email": "placement@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.28:5000/v3/users/53e472b53b3247cc998195108afb0333"}, "domain_id": "default", "enabled": true, "options": {}, "id": "53e472b53b3247cc998195108afb0333", "email": "heat-cfn@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "api_check-user_95790658-ea1a-473f-b71a-0aa15c3467f2", "links": {"self": "http://172.30.9.28:5000/v3/users/6cb53a06110b45a6a2f21cb265048110"}, "domain_id": "default", "enabled": true, "id": "6cb53a06110b45a6a2f21cb265048110", "options": {}}, {"name": "glance", "links": {"self": "http://172.30.9.28:5000/v3/users/72c8a4f27c80473bb772f1af33725838"}, "domain_id": "default", "enabled": true, "options": {}, "id": "72c8a4f27c80473bb772f1af33725838", "email": "glance@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.28:5000/v3/users/7661c02c249442d984369889093013fe"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7661c02c249442d984369889093013fe", "email": "barbican@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.28:5000/v3/users/78cfb105b70a43c69c179056f12732d4"}, "domain_id": "bb3675e8f7584634b56038f5732ae451", "enabled": true, "options": {}, "id": "78cfb105b70a43c69c179056f12732d4", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.28:5000/v3/users/7cc5af47f4974b51be24b8af469f48f6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7cc5af47f4974b51be24b8af469f48f6", "email": "aodh@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.28:5000/v3/users/828ac5d6a2ef4b0091fb761ec963b324"}, "domain_id": "default", "enabled": true, "options": {}, "id": "828ac5d6a2ef4b0091fb761ec963b324", "email": "congress@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.28:5000/v3/users/9dcf57654b41495ea7db845703bc37f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9dcf57654b41495ea7db845703bc37f8", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.28:5000/v3/users/c4e0c9bcba5d4f0895d28f0f72346c41"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c4e0c9bcba5d4f0895d28f0f72346c41", "email": "neutron@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.28:5000/v3/users/ef3f2972886b4078848941109f593feb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ef3f2972886b4078848941109f593feb", "email": "nova@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.28:5000/v3/users", "previous": null, "next": null}} 2018-09-04 10:23:19,198 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-ca25ca1f-0c33-4f41-aaad-bef6c12eb216 2018-09-04 10:23:19,202 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bb4cc1b517bf9811d6b39ddb671e49a429fddf03" 2018-09-04 10:23:19,291 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:23:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e698c341-fba8-43e8-acfa-59c3fe65b94b Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-09-04 10:23:19,292 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains?name=Default used request id req-e698c341-fba8-43e8-acfa-59c3fe65b94b 2018-09-04 10:23:19,781 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bb4cc1b517bf9811d6b39ddb671e49a429fddf03" 2018-09-04 10:23:19,915 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:23:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-62e98da1-89f3-49e6-b720-2e4896bc71b2 Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3d416247e8224533841040c3ad2bce5a", "links": {"self": "http://172.30.9.28:5000/v3/roles/3d416247e8224533841040c3ad2bce5a"}, "name": "admin"}, {"domain_id": null, "id": "5ef645ad12fc453aa5d8a0c2cbf76196", "links": {"self": "http://172.30.9.28:5000/v3/roles/5ef645ad12fc453aa5d8a0c2cbf76196"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "6fc48fbb08d4410680bf5ace535e410c", "links": {"self": "http://172.30.9.28:5000/v3/roles/6fc48fbb08d4410680bf5ace535e410c"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9a944a8c31754b8f941d2fa9034d4301", "links": {"self": "http://172.30.9.28:5000/v3/roles/9a944a8c31754b8f941d2fa9034d4301"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "fea739ce4d1249249c128f55b640b79d", "links": {"self": "http://172.30.9.28:5000/v3/roles/fea739ce4d1249249c128f55b640b79d"}, "name": "ResellerAdmin"}]} 2018-09-04 10:23:19,915 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-62e98da1-89f3-49e6-b720-2e4896bc71b2 2018-09-04 10:23:19,919 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects?name=CreateProjectUserTests-5e16430e-91d4-446-name -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bb4cc1b517bf9811d6b39ddb671e49a429fddf03" 2018-09-04 10:23:20,004 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:23:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f2c052d4-2eb5-4e9f-b307-99f5c43e8bc7 Content-Encoding: gzip Content-Length: 252 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?name=CreateProjectUserTests-5e16430e-91d4-446-name", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/5bd0d7155bbd4d2698cc5f0e1bc250fb"}, "enabled": true, "id": "5bd0d7155bbd4d2698cc5f0e1bc250fb", "parent_id": "default", "domain_id": "default", "name": "CreateProjectUserTests-5e16430e-91d4-446-name"}]} 2018-09-04 10:23:20,004 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?name=CreateProjectUserTests-5e16430e-91d4-446-name used request id req-f2c052d4-2eb5-4e9f-b307-99f5c43e8bc7 2018-09-04 10:23:20,008 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/users/7b645d11eff547dea7560b116b38f1a0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bb4cc1b517bf9811d6b39ddb671e49a429fddf03" 2018-09-04 10:23:20,109 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:23:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fca646d0-dac2-4aa5-bc17-ddf9be746dc4 Content-Encoding: gzip Content-Length: 214 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.28:5000/v3/users/7b645d11eff547dea7560b116b38f1a0"}, "enabled": true, "id": "7b645d11eff547dea7560b116b38f1a0", "options": {}, "domain_id": "default", "name": "CreateProjectUserTests-5e16430e-91d4-446-user1"}} 2018-09-04 10:23:20,109 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users/7b645d11eff547dea7560b116b38f1a0 used request id req-fca646d0-dac2-4aa5-bc17-ddf9be746dc4 2018-09-04 10:23:20,113 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/5bd0d7155bbd4d2698cc5f0e1bc250fb/users/7b645d11eff547dea7560b116b38f1a0/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bb4cc1b517bf9811d6b39ddb671e49a429fddf03" 2018-09-04 10:23:20,144 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:23:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f82b5d8b-250e-4a15-b59e-946bb0e14348 Content-Encoding: gzip Content-Length: 165 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects/5bd0d7155bbd4d2698cc5f0e1bc250fb/users/7b645d11eff547dea7560b116b38f1a0/roles", "previous": null, "next": null}, "roles": []} 2018-09-04 10:23:20,144 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/5bd0d7155bbd4d2698cc5f0e1bc250fb/users/7b645d11eff547dea7560b116b38f1a0/roles used request id req-f82b5d8b-250e-4a15-b59e-946bb0e14348 2018-09-04 10:23:20,147 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles/3d416247e8224533841040c3ad2bce5a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bb4cc1b517bf9811d6b39ddb671e49a429fddf03" 2018-09-04 10:23:20,245 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:23:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2a091541-c9b7-4356-bda3-57b5ad9c1094 Content-Encoding: gzip Content-Length: 140 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.28:5000/v3/roles/3d416247e8224533841040c3ad2bce5a"}, "domain_id": null, "name": "admin", "id": "3d416247e8224533841040c3ad2bce5a"}} 2018-09-04 10:23:20,245 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles/3d416247e8224533841040c3ad2bce5a used request id req-2a091541-c9b7-4356-bda3-57b5ad9c1094 2018-09-04 10:23:20,246 - keystone_utils - INFO - Granting role admin to project CreateProjectUserTests-5e16430e-91d4-446-name 2018-09-04 10:23:20,249 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.28:5000/v3/projects/5bd0d7155bbd4d2698cc5f0e1bc250fb/users/7b645d11eff547dea7560b116b38f1a0/roles/3d416247e8224533841040c3ad2bce5a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bb4cc1b517bf9811d6b39ddb671e49a429fddf03" 2018-09-04 10:23:20,486 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 10:23:20 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-45851205-4791-4dfb-9f9c-ddf0c0ca861a Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 10:23:20,486 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.28:5000/v3/projects/5bd0d7155bbd4d2698cc5f0e1bc250fb/users/7b645d11eff547dea7560b116b38f1a0/roles/3d416247e8224533841040c3ad2bce5a used request id req-45851205-4791-4dfb-9f9c-ddf0c0ca861a 2018-09-04 10:23:20,486 - keystone_utils - INFO - Created user with name - CreateProjectUserTests-5e16430e-91d4-446-user1 2018-09-04 10:23:20,490 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4393bd554b8f3cb2cb37a06c2e3c95dd5dc5a722" 2018-09-04 10:23:20,568 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:23:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5e54b08a-8ba8-4ad0-9a47-55e6edf30165 Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3d416247e8224533841040c3ad2bce5a", "links": {"self": "http://172.30.9.28:5000/v3/roles/3d416247e8224533841040c3ad2bce5a"}, "name": "admin"}, {"domain_id": null, "id": "5ef645ad12fc453aa5d8a0c2cbf76196", "links": {"self": "http://172.30.9.28:5000/v3/roles/5ef645ad12fc453aa5d8a0c2cbf76196"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "6fc48fbb08d4410680bf5ace535e410c", "links": {"self": "http://172.30.9.28:5000/v3/roles/6fc48fbb08d4410680bf5ace535e410c"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9a944a8c31754b8f941d2fa9034d4301", "links": {"self": "http://172.30.9.28:5000/v3/roles/9a944a8c31754b8f941d2fa9034d4301"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "fea739ce4d1249249c128f55b640b79d", "links": {"self": "http://172.30.9.28:5000/v3/roles/fea739ce4d1249249c128f55b640b79d"}, "name": "ResellerAdmin"}]} 2018-09-04 10:23:20,568 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-5e54b08a-8ba8-4ad0-9a47-55e6edf30165 2018-09-04 10:23:20,572 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4393bd554b8f3cb2cb37a06c2e3c95dd5dc5a722" -d '{"role": {"name": "CreateProjectUserTests-5e16430e-91d4-446-name-role"}}' 2018-09-04 10:23:20,687 - keystoneauth.session - DEBUG - RESP: [201] Date: Tue, 04 Sep 2018 10:23:20 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-2c59aafc-3a42-4f6e-9ca3-b1377f4a58c5 Content-Length: 221 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "23e83c1c7e724181b0214863e68eaf86", "links": {"self": "http://172.30.9.28:5000/v3/roles/23e83c1c7e724181b0214863e68eaf86"}, "name": "CreateProjectUserTests-5e16430e-91d4-446-name-role"}} 2018-09-04 10:23:20,687 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/roles used request id req-2c59aafc-3a42-4f6e-9ca3-b1377f4a58c5 2018-09-04 10:23:20,687 - keystone_utils - INFO - Created role with name - CreateProjectUserTests-5e16430e-91d4-446-name-role 2018-09-04 10:23:20,691 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles/23e83c1c7e724181b0214863e68eaf86 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4393bd554b8f3cb2cb37a06c2e3c95dd5dc5a722" 2018-09-04 10:23:20,776 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:23:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5542daa8-1479-4c8f-b8a0-3482cae9db63 Content-Encoding: gzip Content-Length: 173 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.28:5000/v3/roles/23e83c1c7e724181b0214863e68eaf86"}, "domain_id": null, "name": "CreateProjectUserTests-5e16430e-91d4-446-name-role", "id": "23e83c1c7e724181b0214863e68eaf86"}} 2018-09-04 10:23:20,776 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles/23e83c1c7e724181b0214863e68eaf86 used request id req-5542daa8-1479-4c8f-b8a0-3482cae9db63 2018-09-04 10:23:20,777 - keystone_utils - INFO - Granting role CreateProjectUserTests-5e16430e-91d4-446-name-role to project CreateProjectUserTests-5e16430e-91d4-446-name 2018-09-04 10:23:20,780 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.28:5000/v3/projects/5bd0d7155bbd4d2698cc5f0e1bc250fb/users/7b645d11eff547dea7560b116b38f1a0/roles/23e83c1c7e724181b0214863e68eaf86 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4393bd554b8f3cb2cb37a06c2e3c95dd5dc5a722" 2018-09-04 10:23:20,893 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 10:23:20 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-07554891-fa00-4c69-98dc-a46614742faf Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 10:23:20,893 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.28:5000/v3/projects/5bd0d7155bbd4d2698cc5f0e1bc250fb/users/7b645d11eff547dea7560b116b38f1a0/roles/23e83c1c7e724181b0214863e68eaf86 used request id req-07554891-fa00-4c69-98dc-a46614742faf 2018-09-04 10:23:20,894 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 10:23:20,894 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-09-04 10:23:21,279 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5ef645ad12fc453aa5d8a0c2cbf76196", "name": "heat_stack_owner"}, {"id": "9a944a8c31754b8f941d2fa9034d4301", "name": "Member"}, {"id": "3d416247e8224533841040c3ad2bce5a", "name": "admin"}], "expires_at": "2018-09-04T11:23:21.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "da1aa3dc9e564d3d922e61c0121a390e", "name": "api_check-project_95790658-ea1a-473f-b71a-0aa15c3467f2"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235635a698ef4bef9dc6b25273d185da"}, {"url": "http://192.30.9.6:8776/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "23b07b3fbfc340a58cf0f9b2871a0d23"}, {"url": "http://172.30.9.28:8776/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "72fd0aaa144d45419f4b04b6b26f69a7"}], "type": "volume", "id": "097241c25b4d4f7e91b3f8efa155909e", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v3/da1aa3dc9e564d3d922e61c0121a390e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93eb4cf3030a49e7840bec071422d397"}, {"url": "http://192.30.9.6:8776/v3/da1aa3dc9e564d3d922e61c0121a390e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8af439a6ac147fdbcb38ed9aa916b68"}, {"url": "http://192.30.9.6:8776/v3/da1aa3dc9e564d3d922e61c0121a390e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c4bfdbc9b7c74a23a40afdf578cfeba4"}], "type": "volumev3", "id": "1c85f4682ce44f729db1dabd98e965e8", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "82239574a29d4603a2161006f61851cf"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8d15f7134f364a7bbcfff2f84aac3bf2"}, {"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e01668c43a0c4c279b9a3d20a0280d6c"}], "type": "image", "id": "297d8415ca96454991054983920912f7", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7bb4d60e20734d4a9f31ec75e02cb823"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bf6adec15590466a9a0d3bddb00e8993"}, {"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f096f03a1d12411a8972f6f7c196b60d"}], "type": "policy", "id": "54c64351b56d44bbad74c2969cc3aa00", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "354ae6870a324fab82d0a0fb68ee0f26"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a3807e460dd4af488d982b66c52e64c"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e7c3da785076450abd71868e75ce0c33"}], "type": "cloudformation", "id": "6ac9917ae83c4639a15a4ab3cf0e76dd", "name": "heat-cfn"}, {"endpoints": [], "type": "metering", "id": "7fcc078e5e0645f29df67742ac14e388", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49e71628d386464cb950d6a9db00a328"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75b0a63ed8574bbcab1c851cc9b83d30"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9902b0a8b3c04cd192a1b84c417c232b"}], "type": "key-manager", "id": "9626544a32e74678a641c6e206f028a9", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "497340e5aa36485982fdf297f370558f"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7802beb4fc7c4952897b77bd5610b1fe"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c14af798917f4fa0b146d9772583e595"}], "type": "metric", "id": "973bfe8c658d4e5a8da725e76b9d550e", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "288ecc3674ea41d2aa3b790dcb832bf2"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7a6dc785cd7142f5b30f1a7ba0daeb03"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7f7d34e2351b4964befccc862c4e8e12"}], "type": "network", "id": "a348d7b06050474fb449be7f32ea6f5d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "21bce6ecb8464a1f8f3e3847aa698bd6"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0a8faf2246b47deb30e69e48d3551fb"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e71c6011de3d4d8589e5b53dcc79f288"}], "type": "identity", "id": "ad8d4b4953184137a1b913ecee9434ed", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "13474f9a78ca4f1184e4cddc84d0d98c"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad67365a18234bb78c336e6776958c00"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc54db13337f44f8921fbb9ad0f81de8"}], "type": "alarming", "id": "bb18dc3243034f08a6a7f69f7a1edccf", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0d91d7adf0304b2681c77f979e5cdb17"}, {"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "756e5ffca9774ab3ae2db41bf330417f"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c07c727a08c243b287827f539a124e63"}], "type": "placement", "id": "bb2c9432fcbd4c56913177122468f6ba", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1eed4912224b48cf9856446eae4d9928"}, {"url": "http://192.30.9.6:8004/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b73b7f99236541148d84f24f09e5dd40"}, {"url": "http://192.30.9.6:8004/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fbf12e52911244fdafc24a9d46f56e62"}], "type": "orchestration", "id": "c8918d139da945ba93df4ccce21d4904", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/da1aa3dc9e564d3d922e61c0121a390e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16bf098b9e2e490f8e47fa601059f975"}, {"url": "http://192.30.9.6:8776/v2/da1aa3dc9e564d3d922e61c0121a390e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc16fa4cf491444ca2f611d5692c1170"}, {"url": "http://192.30.9.6:8776/v2/da1aa3dc9e564d3d922e61c0121a390e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ccd2c5325dff4b90b391db9fdde67d99"}], "type": "volumev2", "id": "d09ac9123c34494abce21d6c27bee9d9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eac694332354a3aa0e61c31314166d7"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b4d4989c4e764717ab78d38675cadd3f"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff196e46b56d406d87a678f1a64497b0"}], "type": "compute", "id": "d4030ee932c84df58c5b910cc197caa7", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_95790658-ea1a-473f-b71a-0aa15c3467f2", "id": "6cb53a06110b45a6a2f21cb265048110"}, "audit_ids": ["8YbdPFWMTyiULC4BtBJ5mQ"], "issued_at": "2018-09-04T10:23:21.000000Z"}} 2018-09-04 10:23:21,280 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28: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}37af473951edc571ba53416d63e68532cef79639" 2018-09-04 10:23:21,377 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:23:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1ba39e53-a3f8-4052-901f-6462d1bd7287 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.28:5000/v3/", "rel": "self"}]}} 2018-09-04 10:23:21,377 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-1ba39e53-a3f8-4052-901f-6462d1bd7287 2018-09-04 10:23:21,381 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-04 10:23:21,386 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 04 Sep 2018 10:23:21 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.28: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.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-04 10:23:21,387 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}37af473951edc571ba53416d63e68532cef79639" 2018-09-04 10:23:21,493 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:23:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3e79cf57-6347-4e1b-866c-460dbf15a3e5 Content-Encoding: gzip Content-Length: 903 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.28:5000/v3/users/2719bb13630f43dfa92537864b7b9156"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2719bb13630f43dfa92537864b7b9156", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.28:5000/v3/users/36910ef6abf94075a2d6069c8571e383"}, "domain_id": "default", "enabled": true, "options": {}, "id": "36910ef6abf94075a2d6069c8571e383", "email": "cinder@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.28:5000/v3/users/42c3a9abd8ad4ce8ab2c4cc6e0403c33"}, "domain_id": "default", "enabled": true, "options": {}, "id": "42c3a9abd8ad4ce8ab2c4cc6e0403c33", "email": "admin@example.com", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.28:5000/v3/users/449836e5f54549afb8a7ce28abf3d544"}, "domain_id": "default", "enabled": true, "options": {}, "id": "449836e5f54549afb8a7ce28abf3d544", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.28:5000/v3/users/4f2d44b313674c27b065e562198a2eaf"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4f2d44b313674c27b065e562198a2eaf", "email": "placement@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.28:5000/v3/users/53e472b53b3247cc998195108afb0333"}, "domain_id": "default", "enabled": true, "options": {}, "id": "53e472b53b3247cc998195108afb0333", "email": "heat-cfn@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "api_check-user_95790658-ea1a-473f-b71a-0aa15c3467f2", "links": {"self": "http://172.30.9.28:5000/v3/users/6cb53a06110b45a6a2f21cb265048110"}, "domain_id": "default", "enabled": true, "id": "6cb53a06110b45a6a2f21cb265048110", "options": {}}, {"name": "glance", "links": {"self": "http://172.30.9.28:5000/v3/users/72c8a4f27c80473bb772f1af33725838"}, "domain_id": "default", "enabled": true, "options": {}, "id": "72c8a4f27c80473bb772f1af33725838", "email": "glance@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.28:5000/v3/users/7661c02c249442d984369889093013fe"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7661c02c249442d984369889093013fe", "email": "barbican@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.28:5000/v3/users/78cfb105b70a43c69c179056f12732d4"}, "domain_id": "bb3675e8f7584634b56038f5732ae451", "enabled": true, "options": {}, "id": "78cfb105b70a43c69c179056f12732d4", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "CreateProjectUserTests-5e16430e-91d4-446-user1", "links": {"self": "http://172.30.9.28:5000/v3/users/7b645d11eff547dea7560b116b38f1a0"}, "domain_id": "default", "enabled": true, "id": "7b645d11eff547dea7560b116b38f1a0", "options": {}}, {"name": "aodh", "links": {"self": "http://172.30.9.28:5000/v3/users/7cc5af47f4974b51be24b8af469f48f6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7cc5af47f4974b51be24b8af469f48f6", "email": "aodh@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.28:5000/v3/users/828ac5d6a2ef4b0091fb761ec963b324"}, "domain_id": "default", "enabled": true, "options": {}, "id": "828ac5d6a2ef4b0091fb761ec963b324", "email": "congress@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.28:5000/v3/users/9dcf57654b41495ea7db845703bc37f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9dcf57654b41495ea7db845703bc37f8", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.28:5000/v3/users/c4e0c9bcba5d4f0895d28f0f72346c41"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c4e0c9bcba5d4f0895d28f0f72346c41", "email": "neutron@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.28:5000/v3/users/ef3f2972886b4078848941109f593feb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ef3f2972886b4078848941109f593feb", "email": "nova@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.28:5000/v3/users", "previous": null, "next": null}} 2018-09-04 10:23:21,493 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-3e79cf57-6347-4e1b-866c-460dbf15a3e5 2018-09-04 10:23:21,497 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}37af473951edc571ba53416d63e68532cef79639" 2018-09-04 10:23:21,585 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:23:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a1c0c2e5-fb8d-4377-838f-aca97c8c177d Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-09-04 10:23:21,585 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains?name=Default used request id req-a1c0c2e5-fb8d-4377-838f-aca97c8c177d 2018-09-04 10:23:21,980 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}37af473951edc571ba53416d63e68532cef79639" 2018-09-04 10:23:22,070 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:23:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-57749289-1f10-4d4c-8609-5ea50c4fe58b Content-Encoding: gzip Content-Length: 413 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "23e83c1c7e724181b0214863e68eaf86", "links": {"self": "http://172.30.9.28:5000/v3/roles/23e83c1c7e724181b0214863e68eaf86"}, "name": "CreateProjectUserTests-5e16430e-91d4-446-name-role"}, {"domain_id": null, "id": "3d416247e8224533841040c3ad2bce5a", "links": {"self": "http://172.30.9.28:5000/v3/roles/3d416247e8224533841040c3ad2bce5a"}, "name": "admin"}, {"domain_id": null, "id": "5ef645ad12fc453aa5d8a0c2cbf76196", "links": {"self": "http://172.30.9.28:5000/v3/roles/5ef645ad12fc453aa5d8a0c2cbf76196"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "6fc48fbb08d4410680bf5ace535e410c", "links": {"self": "http://172.30.9.28:5000/v3/roles/6fc48fbb08d4410680bf5ace535e410c"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9a944a8c31754b8f941d2fa9034d4301", "links": {"self": "http://172.30.9.28:5000/v3/roles/9a944a8c31754b8f941d2fa9034d4301"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "fea739ce4d1249249c128f55b640b79d", "links": {"self": "http://172.30.9.28:5000/v3/roles/fea739ce4d1249249c128f55b640b79d"}, "name": "ResellerAdmin"}]} 2018-09-04 10:23:22,071 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-57749289-1f10-4d4c-8609-5ea50c4fe58b 2018-09-04 10:23:22,074 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects?name=CreateProjectUserTests-5e16430e-91d4-446-name -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}37af473951edc571ba53416d63e68532cef79639" 2018-09-04 10:23:22,170 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:23:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-28496ed6-9505-40a9-b9c5-1bc4f0f56c3d Content-Encoding: gzip Content-Length: 252 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?name=CreateProjectUserTests-5e16430e-91d4-446-name", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/5bd0d7155bbd4d2698cc5f0e1bc250fb"}, "enabled": true, "id": "5bd0d7155bbd4d2698cc5f0e1bc250fb", "parent_id": "default", "domain_id": "default", "name": "CreateProjectUserTests-5e16430e-91d4-446-name"}]} 2018-09-04 10:23:22,170 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?name=CreateProjectUserTests-5e16430e-91d4-446-name used request id req-28496ed6-9505-40a9-b9c5-1bc4f0f56c3d 2018-09-04 10:23:22,174 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/users/043c24ae7d0c47dcbb73fbefbef77e3d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}37af473951edc571ba53416d63e68532cef79639" 2018-09-04 10:23:22,265 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:23:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f75174b8-5732-4dac-8999-0108a0b3ee74 Content-Encoding: gzip Content-Length: 214 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.28:5000/v3/users/043c24ae7d0c47dcbb73fbefbef77e3d"}, "enabled": true, "id": "043c24ae7d0c47dcbb73fbefbef77e3d", "options": {}, "domain_id": "default", "name": "CreateProjectUserTests-5e16430e-91d4-446-user2"}} 2018-09-04 10:23:22,265 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users/043c24ae7d0c47dcbb73fbefbef77e3d used request id req-f75174b8-5732-4dac-8999-0108a0b3ee74 2018-09-04 10:23:22,269 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/5bd0d7155bbd4d2698cc5f0e1bc250fb/users/043c24ae7d0c47dcbb73fbefbef77e3d/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}37af473951edc571ba53416d63e68532cef79639" 2018-09-04 10:23:22,384 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:23:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-33db8620-03b2-4dff-9b62-b71af86954ba Content-Encoding: gzip Content-Length: 165 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects/5bd0d7155bbd4d2698cc5f0e1bc250fb/users/043c24ae7d0c47dcbb73fbefbef77e3d/roles", "previous": null, "next": null}, "roles": []} 2018-09-04 10:23:22,385 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/5bd0d7155bbd4d2698cc5f0e1bc250fb/users/043c24ae7d0c47dcbb73fbefbef77e3d/roles used request id req-33db8620-03b2-4dff-9b62-b71af86954ba 2018-09-04 10:23:22,388 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles/3d416247e8224533841040c3ad2bce5a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}37af473951edc571ba53416d63e68532cef79639" 2018-09-04 10:23:22,572 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:23:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cdb20e3e-60d2-4442-a3cb-4b5da8ec0f14 Content-Encoding: gzip Content-Length: 140 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.28:5000/v3/roles/3d416247e8224533841040c3ad2bce5a"}, "domain_id": null, "name": "admin", "id": "3d416247e8224533841040c3ad2bce5a"}} 2018-09-04 10:23:22,572 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles/3d416247e8224533841040c3ad2bce5a used request id req-cdb20e3e-60d2-4442-a3cb-4b5da8ec0f14 2018-09-04 10:23:22,573 - keystone_utils - INFO - Granting role admin to project CreateProjectUserTests-5e16430e-91d4-446-name 2018-09-04 10:23:22,576 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.28:5000/v3/projects/5bd0d7155bbd4d2698cc5f0e1bc250fb/users/043c24ae7d0c47dcbb73fbefbef77e3d/roles/3d416247e8224533841040c3ad2bce5a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}37af473951edc571ba53416d63e68532cef79639" 2018-09-04 10:23:22,695 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 10:23:22 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0c57fbd7-c7a8-47d6-b77e-d226dfd67db8 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 10:23:22,696 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.28:5000/v3/projects/5bd0d7155bbd4d2698cc5f0e1bc250fb/users/043c24ae7d0c47dcbb73fbefbef77e3d/roles/3d416247e8224533841040c3ad2bce5a used request id req-0c57fbd7-c7a8-47d6-b77e-d226dfd67db8 2018-09-04 10:23:22,696 - keystone_utils - INFO - Created user with name - CreateProjectUserTests-5e16430e-91d4-446-user2 2018-09-04 10:23:22,699 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles/23e83c1c7e724181b0214863e68eaf86 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4393bd554b8f3cb2cb37a06c2e3c95dd5dc5a722" 2018-09-04 10:23:22,780 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:23:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6e205c7b-23d2-4b10-af64-afdd041e6540 Content-Encoding: gzip Content-Length: 173 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.28:5000/v3/roles/23e83c1c7e724181b0214863e68eaf86"}, "domain_id": null, "name": "CreateProjectUserTests-5e16430e-91d4-446-name-role", "id": "23e83c1c7e724181b0214863e68eaf86"}} 2018-09-04 10:23:22,781 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles/23e83c1c7e724181b0214863e68eaf86 used request id req-6e205c7b-23d2-4b10-af64-afdd041e6540 2018-09-04 10:23:22,781 - keystone_utils - INFO - Granting role CreateProjectUserTests-5e16430e-91d4-446-name-role to project CreateProjectUserTests-5e16430e-91d4-446-name 2018-09-04 10:23:22,784 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.28:5000/v3/projects/5bd0d7155bbd4d2698cc5f0e1bc250fb/users/043c24ae7d0c47dcbb73fbefbef77e3d/roles/23e83c1c7e724181b0214863e68eaf86 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4393bd554b8f3cb2cb37a06c2e3c95dd5dc5a722" 2018-09-04 10:23:22,899 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 10:23:22 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d2b53fa3-c666-4f21-84ff-82f93acfb298 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 10:23:22,899 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.28:5000/v3/projects/5bd0d7155bbd4d2698cc5f0e1bc250fb/users/043c24ae7d0c47dcbb73fbefbef77e3d/roles/23e83c1c7e724181b0214863e68eaf86 used request id req-d2b53fa3-c666-4f21-84ff-82f93acfb298 2018-09-04 10:23:22,900 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 10:23:22,900 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-09-04 10:23:23,280 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "23e83c1c7e724181b0214863e68eaf86", "name": "CreateProjectUserTests-5e16430e-91d4-446-name-role"}, {"id": "3d416247e8224533841040c3ad2bce5a", "name": "admin"}], "expires_at": "2018-09-04T11:23:23.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5bd0d7155bbd4d2698cc5f0e1bc250fb", "name": "CreateProjectUserTests-5e16430e-91d4-446-name"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v1/5bd0d7155bbd4d2698cc5f0e1bc250fb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235635a698ef4bef9dc6b25273d185da"}, {"url": "http://192.30.9.6:8776/v1/5bd0d7155bbd4d2698cc5f0e1bc250fb", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "23b07b3fbfc340a58cf0f9b2871a0d23"}, {"url": "http://172.30.9.28:8776/v1/5bd0d7155bbd4d2698cc5f0e1bc250fb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "72fd0aaa144d45419f4b04b6b26f69a7"}], "type": "volume", "id": "097241c25b4d4f7e91b3f8efa155909e", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v3/5bd0d7155bbd4d2698cc5f0e1bc250fb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93eb4cf3030a49e7840bec071422d397"}, {"url": "http://192.30.9.6:8776/v3/5bd0d7155bbd4d2698cc5f0e1bc250fb", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8af439a6ac147fdbcb38ed9aa916b68"}, {"url": "http://192.30.9.6:8776/v3/5bd0d7155bbd4d2698cc5f0e1bc250fb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c4bfdbc9b7c74a23a40afdf578cfeba4"}], "type": "volumev3", "id": "1c85f4682ce44f729db1dabd98e965e8", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "82239574a29d4603a2161006f61851cf"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8d15f7134f364a7bbcfff2f84aac3bf2"}, {"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e01668c43a0c4c279b9a3d20a0280d6c"}], "type": "image", "id": "297d8415ca96454991054983920912f7", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7bb4d60e20734d4a9f31ec75e02cb823"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bf6adec15590466a9a0d3bddb00e8993"}, {"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f096f03a1d12411a8972f6f7c196b60d"}], "type": "policy", "id": "54c64351b56d44bbad74c2969cc3aa00", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "354ae6870a324fab82d0a0fb68ee0f26"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a3807e460dd4af488d982b66c52e64c"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e7c3da785076450abd71868e75ce0c33"}], "type": "cloudformation", "id": "6ac9917ae83c4639a15a4ab3cf0e76dd", "name": "heat-cfn"}, {"endpoints": [], "type": "metering", "id": "7fcc078e5e0645f29df67742ac14e388", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49e71628d386464cb950d6a9db00a328"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75b0a63ed8574bbcab1c851cc9b83d30"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9902b0a8b3c04cd192a1b84c417c232b"}], "type": "key-manager", "id": "9626544a32e74678a641c6e206f028a9", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "497340e5aa36485982fdf297f370558f"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7802beb4fc7c4952897b77bd5610b1fe"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c14af798917f4fa0b146d9772583e595"}], "type": "metric", "id": "973bfe8c658d4e5a8da725e76b9d550e", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "288ecc3674ea41d2aa3b790dcb832bf2"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7a6dc785cd7142f5b30f1a7ba0daeb03"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7f7d34e2351b4964befccc862c4e8e12"}], "type": "network", "id": "a348d7b06050474fb449be7f32ea6f5d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "21bce6ecb8464a1f8f3e3847aa698bd6"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0a8faf2246b47deb30e69e48d3551fb"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e71c6011de3d4d8589e5b53dcc79f288"}], "type": "identity", "id": "ad8d4b4953184137a1b913ecee9434ed", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "13474f9a78ca4f1184e4cddc84d0d98c"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad67365a18234bb78c336e6776958c00"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc54db13337f44f8921fbb9ad0f81de8"}], "type": "alarming", "id": "bb18dc3243034f08a6a7f69f7a1edccf", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0d91d7adf0304b2681c77f979e5cdb17"}, {"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "756e5ffca9774ab3ae2db41bf330417f"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c07c727a08c243b287827f539a124e63"}], "type": "placement", "id": "bb2c9432fcbd4c56913177122468f6ba", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8004/v1/5bd0d7155bbd4d2698cc5f0e1bc250fb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1eed4912224b48cf9856446eae4d9928"}, {"url": "http://192.30.9.6:8004/v1/5bd0d7155bbd4d2698cc5f0e1bc250fb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b73b7f99236541148d84f24f09e5dd40"}, {"url": "http://192.30.9.6:8004/v1/5bd0d7155bbd4d2698cc5f0e1bc250fb", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fbf12e52911244fdafc24a9d46f56e62"}], "type": "orchestration", "id": "c8918d139da945ba93df4ccce21d4904", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/5bd0d7155bbd4d2698cc5f0e1bc250fb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16bf098b9e2e490f8e47fa601059f975"}, {"url": "http://192.30.9.6:8776/v2/5bd0d7155bbd4d2698cc5f0e1bc250fb", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc16fa4cf491444ca2f611d5692c1170"}, {"url": "http://192.30.9.6:8776/v2/5bd0d7155bbd4d2698cc5f0e1bc250fb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ccd2c5325dff4b90b391db9fdde67d99"}], "type": "volumev2", "id": "d09ac9123c34494abce21d6c27bee9d9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eac694332354a3aa0e61c31314166d7"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b4d4989c4e764717ab78d38675cadd3f"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff196e46b56d406d87a678f1a64497b0"}], "type": "compute", "id": "d4030ee932c84df58c5b910cc197caa7", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateProjectUserTests-5e16430e-91d4-446-user1", "id": "7b645d11eff547dea7560b116b38f1a0"}, "audit_ids": ["0ezd3TH9RkGM_iigRnUrIQ"], "issued_at": "2018-09-04T10:23:23.000000Z"}} 2018-09-04 10:23:23,281 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28: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}2a1d5f63d2277fc5866b7001a331a3452dc1d0a9" 2018-09-04 10:23:23,364 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:23:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c52f6e3b-0efb-4d4e-9f5e-454d39fd5504 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.28:5000/v3/", "rel": "self"}]}} 2018-09-04 10:23:23,364 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-c52f6e3b-0efb-4d4e-9f5e-454d39fd5504 2018-09-04 10:23:23,371 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?name=CreateProjectUserTests-5e16430e-91d4-446-name&description=hello+group -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a1d5f63d2277fc5866b7001a331a3452dc1d0a9" 2018-09-04 10:23:23,717 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 23 X-Openstack-Request-Id: req-f5a052c4-d669-4c30-9f3c-d05438998f6b Date: Tue, 04 Sep 2018 10:23:23 GMT RESP BODY: {"security_groups": []} 2018-09-04 10:23:23,717 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?name=CreateProjectUserTests-5e16430e-91d4-446-name&description=hello+group used request id req-f5a052c4-d669-4c30-9f3c-d05438998f6b 2018-09-04 10:23:23,718 - OpenStackSecurityGroup - INFO - Creating security group CreateProjectUserTests-5e16430e-91d4-446-name... 2018-09-04 10:23:23,718 - neutron_utils - INFO - Creating security group with name - CreateProjectUserTests-5e16430e-91d4-446-name 2018-09-04 10:23:23,722 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a1d5f63d2277fc5866b7001a331a3452dc1d0a9" -d '{"security_group": {"name": "CreateProjectUserTests-5e16430e-91d4-446-name", "description": "hello group"}}' 2018-09-04 10:23:24,228 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1388 X-Openstack-Request-Id: req-1aa35c10-94c6-4c01-90df-17afd3a1c676 Date: Tue, 04 Sep 2018 10:23:24 GMT RESP BODY: {"security_group": {"description": "hello group", "tags": [], "tenant_id": "5bd0d7155bbd4d2698cc5f0e1bc250fb", "created_at": "2018-09-04T10:23:24Z", "updated_at": "2018-09-04T10:23:24Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T10:23:24Z", "revision_number": 0, "id": "746f9f22-741e-4454-bc44-92432821ec63", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T10:23:24Z", "security_group_id": "cb5907cb-74ee-44bc-a5f7-6d5a16307176", "tenant_id": "5bd0d7155bbd4d2698cc5f0e1bc250fb", "port_range_min": null, "ethertype": "IPv6", "project_id": "5bd0d7155bbd4d2698cc5f0e1bc250fb"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T10:23:24Z", "revision_number": 0, "id": "93a90611-1934-4932-aa78-7be3ff79703d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T10:23:24Z", "security_group_id": "cb5907cb-74ee-44bc-a5f7-6d5a16307176", "tenant_id": "5bd0d7155bbd4d2698cc5f0e1bc250fb", "port_range_min": null, "ethertype": "IPv4", "project_id": "5bd0d7155bbd4d2698cc5f0e1bc250fb"}], "revision_number": 2, "project_id": "5bd0d7155bbd4d2698cc5f0e1bc250fb", "id": "cb5907cb-74ee-44bc-a5f7-6d5a16307176", "name": "CreateProjectUserTests-5e16430e-91d4-446-name"}} 2018-09-04 10:23:24,228 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/security-groups used request id req-1aa35c10-94c6-4c01-90df-17afd3a1c676 2018-09-04 10:23:24,229 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - cb5907cb-74ee-44bc-a5f7-6d5a16307176 2018-09-04 10:23:24,234 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=cb5907cb-74ee-44bc-a5f7-6d5a16307176 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a1d5f63d2277fc5866b7001a331a3452dc1d0a9" 2018-09-04 10:23:24,407 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-bd7cde7a-5e40-4589-a810-89817fb61d60 Date: Tue, 04 Sep 2018 10:23: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-09-04T10:23:24Z", "security_group_id": "cb5907cb-74ee-44bc-a5f7-6d5a16307176", "port_range_min": null, "revision_number": 0, "tenant_id": "5bd0d7155bbd4d2698cc5f0e1bc250fb", "created_at": "2018-09-04T10:23:24Z", "project_id": "5bd0d7155bbd4d2698cc5f0e1bc250fb", "id": "746f9f22-741e-4454-bc44-92432821ec63"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T10:23:24Z", "security_group_id": "cb5907cb-74ee-44bc-a5f7-6d5a16307176", "port_range_min": null, "revision_number": 0, "tenant_id": "5bd0d7155bbd4d2698cc5f0e1bc250fb", "created_at": "2018-09-04T10:23:24Z", "project_id": "5bd0d7155bbd4d2698cc5f0e1bc250fb", "id": "93a90611-1934-4932-aa78-7be3ff79703d"}]} 2018-09-04 10:23:24,407 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=cb5907cb-74ee-44bc-a5f7-6d5a16307176 used request id req-bd7cde7a-5e40-4589-a810-89817fb61d60 2018-09-04 10:23:24,408 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - cb5907cb-74ee-44bc-a5f7-6d5a16307176 2018-09-04 10:23:24,413 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=cb5907cb-74ee-44bc-a5f7-6d5a16307176 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a1d5f63d2277fc5866b7001a331a3452dc1d0a9" 2018-09-04 10:23:25,131 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-72084993-3ede-49e9-b2c6-8c0e3d17d9e2 Date: Tue, 04 Sep 2018 10:23:25 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-09-04T10:23:24Z", "security_group_id": "cb5907cb-74ee-44bc-a5f7-6d5a16307176", "port_range_min": null, "revision_number": 0, "tenant_id": "5bd0d7155bbd4d2698cc5f0e1bc250fb", "created_at": "2018-09-04T10:23:24Z", "project_id": "5bd0d7155bbd4d2698cc5f0e1bc250fb", "id": "746f9f22-741e-4454-bc44-92432821ec63"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T10:23:24Z", "security_group_id": "cb5907cb-74ee-44bc-a5f7-6d5a16307176", "port_range_min": null, "revision_number": 0, "tenant_id": "5bd0d7155bbd4d2698cc5f0e1bc250fb", "created_at": "2018-09-04T10:23:24Z", "project_id": "5bd0d7155bbd4d2698cc5f0e1bc250fb", "id": "93a90611-1934-4932-aa78-7be3ff79703d"}]} 2018-09-04 10:23:25,131 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=cb5907cb-74ee-44bc-a5f7-6d5a16307176 used request id req-72084993-3ede-49e9-b2c6-8c0e3d17d9e2 2018-09-04 10:23:25,132 - neutron_utils - INFO - Retrieving security group with ID - cb5907cb-74ee-44bc-a5f7-6d5a16307176 2018-09-04 10:23:25,137 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?id=cb5907cb-74ee-44bc-a5f7-6d5a16307176 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a1d5f63d2277fc5866b7001a331a3452dc1d0a9" 2018-09-04 10:23:25,414 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1391 X-Openstack-Request-Id: req-89482e19-8bb1-4071-a851-d6e413899539 Date: Tue, 04 Sep 2018 10:23:25 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "5bd0d7155bbd4d2698cc5f0e1bc250fb", "created_at": "2018-09-04T10:23:24Z", "updated_at": "2018-09-04T10:23:24Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T10:23:24Z", "revision_number": 0, "id": "746f9f22-741e-4454-bc44-92432821ec63", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T10:23:24Z", "security_group_id": "cb5907cb-74ee-44bc-a5f7-6d5a16307176", "tenant_id": "5bd0d7155bbd4d2698cc5f0e1bc250fb", "port_range_min": null, "ethertype": "IPv6", "project_id": "5bd0d7155bbd4d2698cc5f0e1bc250fb"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T10:23:24Z", "revision_number": 0, "id": "93a90611-1934-4932-aa78-7be3ff79703d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T10:23:24Z", "security_group_id": "cb5907cb-74ee-44bc-a5f7-6d5a16307176", "tenant_id": "5bd0d7155bbd4d2698cc5f0e1bc250fb", "port_range_min": null, "ethertype": "IPv4", "project_id": "5bd0d7155bbd4d2698cc5f0e1bc250fb"}], "revision_number": 2, "project_id": "5bd0d7155bbd4d2698cc5f0e1bc250fb", "id": "cb5907cb-74ee-44bc-a5f7-6d5a16307176", "name": "CreateProjectUserTests-5e16430e-91d4-446-name"}]} 2018-09-04 10:23:25,414 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?id=cb5907cb-74ee-44bc-a5f7-6d5a16307176 used request id req-89482e19-8bb1-4071-a851-d6e413899539 2018-09-04 10:23:25,414 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - cb5907cb-74ee-44bc-a5f7-6d5a16307176 2018-09-04 10:23:25,419 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=cb5907cb-74ee-44bc-a5f7-6d5a16307176 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a1d5f63d2277fc5866b7001a331a3452dc1d0a9" 2018-09-04 10:23:25,587 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-43172285-f669-4fa8-a850-c338b5b6bfba Date: Tue, 04 Sep 2018 10:23:25 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-09-04T10:23:24Z", "security_group_id": "cb5907cb-74ee-44bc-a5f7-6d5a16307176", "port_range_min": null, "revision_number": 0, "tenant_id": "5bd0d7155bbd4d2698cc5f0e1bc250fb", "created_at": "2018-09-04T10:23:24Z", "project_id": "5bd0d7155bbd4d2698cc5f0e1bc250fb", "id": "746f9f22-741e-4454-bc44-92432821ec63"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T10:23:24Z", "security_group_id": "cb5907cb-74ee-44bc-a5f7-6d5a16307176", "port_range_min": null, "revision_number": 0, "tenant_id": "5bd0d7155bbd4d2698cc5f0e1bc250fb", "created_at": "2018-09-04T10:23:24Z", "project_id": "5bd0d7155bbd4d2698cc5f0e1bc250fb", "id": "93a90611-1934-4932-aa78-7be3ff79703d"}]} 2018-09-04 10:23:25,587 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=cb5907cb-74ee-44bc-a5f7-6d5a16307176 used request id req-43172285-f669-4fa8-a850-c338b5b6bfba 2018-09-04 10:23:25,588 - neutron_utils - INFO - Retrieving security group with ID - cb5907cb-74ee-44bc-a5f7-6d5a16307176 2018-09-04 10:23:25,592 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?id=cb5907cb-74ee-44bc-a5f7-6d5a16307176 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a1d5f63d2277fc5866b7001a331a3452dc1d0a9" 2018-09-04 10:23:25,796 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1391 X-Openstack-Request-Id: req-8a26fc34-677f-4f40-8991-80f5219cb997 Date: Tue, 04 Sep 2018 10:23:25 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "5bd0d7155bbd4d2698cc5f0e1bc250fb", "created_at": "2018-09-04T10:23:24Z", "updated_at": "2018-09-04T10:23:24Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T10:23:24Z", "revision_number": 0, "id": "746f9f22-741e-4454-bc44-92432821ec63", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T10:23:24Z", "security_group_id": "cb5907cb-74ee-44bc-a5f7-6d5a16307176", "tenant_id": "5bd0d7155bbd4d2698cc5f0e1bc250fb", "port_range_min": null, "ethertype": "IPv6", "project_id": "5bd0d7155bbd4d2698cc5f0e1bc250fb"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T10:23:24Z", "revision_number": 0, "id": "93a90611-1934-4932-aa78-7be3ff79703d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T10:23:24Z", "security_group_id": "cb5907cb-74ee-44bc-a5f7-6d5a16307176", "tenant_id": "5bd0d7155bbd4d2698cc5f0e1bc250fb", "port_range_min": null, "ethertype": "IPv4", "project_id": "5bd0d7155bbd4d2698cc5f0e1bc250fb"}], "revision_number": 2, "project_id": "5bd0d7155bbd4d2698cc5f0e1bc250fb", "id": "cb5907cb-74ee-44bc-a5f7-6d5a16307176", "name": "CreateProjectUserTests-5e16430e-91d4-446-name"}]} 2018-09-04 10:23:25,797 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?id=cb5907cb-74ee-44bc-a5f7-6d5a16307176 used request id req-8a26fc34-677f-4f40-8991-80f5219cb997 2018-09-04 10:23:25,797 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - cb5907cb-74ee-44bc-a5f7-6d5a16307176 2018-09-04 10:23:25,802 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=cb5907cb-74ee-44bc-a5f7-6d5a16307176 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a1d5f63d2277fc5866b7001a331a3452dc1d0a9" 2018-09-04 10:23:26,044 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-8cf9d49a-a5e8-4427-b586-0fd6f50300f9 Date: Tue, 04 Sep 2018 10:23:26 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-09-04T10:23:24Z", "security_group_id": "cb5907cb-74ee-44bc-a5f7-6d5a16307176", "port_range_min": null, "revision_number": 0, "tenant_id": "5bd0d7155bbd4d2698cc5f0e1bc250fb", "created_at": "2018-09-04T10:23:24Z", "project_id": "5bd0d7155bbd4d2698cc5f0e1bc250fb", "id": "746f9f22-741e-4454-bc44-92432821ec63"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T10:23:24Z", "security_group_id": "cb5907cb-74ee-44bc-a5f7-6d5a16307176", "port_range_min": null, "revision_number": 0, "tenant_id": "5bd0d7155bbd4d2698cc5f0e1bc250fb", "created_at": "2018-09-04T10:23:24Z", "project_id": "5bd0d7155bbd4d2698cc5f0e1bc250fb", "id": "93a90611-1934-4932-aa78-7be3ff79703d"}]} 2018-09-04 10:23:26,044 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=cb5907cb-74ee-44bc-a5f7-6d5a16307176 used request id req-8cf9d49a-a5e8-4427-b586-0fd6f50300f9 2018-09-04 10:23:26,044 - neutron_utils - INFO - Retrieving security group with ID - cb5907cb-74ee-44bc-a5f7-6d5a16307176 2018-09-04 10:23:26,049 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?id=cb5907cb-74ee-44bc-a5f7-6d5a16307176 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a1d5f63d2277fc5866b7001a331a3452dc1d0a9" 2018-09-04 10:23:26,242 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1391 X-Openstack-Request-Id: req-7c40a53a-ad1b-4117-8635-4b5377b59fcf Date: Tue, 04 Sep 2018 10:23:26 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "5bd0d7155bbd4d2698cc5f0e1bc250fb", "created_at": "2018-09-04T10:23:24Z", "updated_at": "2018-09-04T10:23:24Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T10:23:24Z", "revision_number": 0, "id": "746f9f22-741e-4454-bc44-92432821ec63", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T10:23:24Z", "security_group_id": "cb5907cb-74ee-44bc-a5f7-6d5a16307176", "tenant_id": "5bd0d7155bbd4d2698cc5f0e1bc250fb", "port_range_min": null, "ethertype": "IPv6", "project_id": "5bd0d7155bbd4d2698cc5f0e1bc250fb"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T10:23:24Z", "revision_number": 0, "id": "93a90611-1934-4932-aa78-7be3ff79703d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T10:23:24Z", "security_group_id": "cb5907cb-74ee-44bc-a5f7-6d5a16307176", "tenant_id": "5bd0d7155bbd4d2698cc5f0e1bc250fb", "port_range_min": null, "ethertype": "IPv4", "project_id": "5bd0d7155bbd4d2698cc5f0e1bc250fb"}], "revision_number": 2, "project_id": "5bd0d7155bbd4d2698cc5f0e1bc250fb", "id": "cb5907cb-74ee-44bc-a5f7-6d5a16307176", "name": "CreateProjectUserTests-5e16430e-91d4-446-name"}]} 2018-09-04 10:23:26,242 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?id=cb5907cb-74ee-44bc-a5f7-6d5a16307176 used request id req-7c40a53a-ad1b-4117-8635-4b5377b59fcf 2018-09-04 10:23:26,243 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - cb5907cb-74ee-44bc-a5f7-6d5a16307176 2018-09-04 10:23:26,248 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=cb5907cb-74ee-44bc-a5f7-6d5a16307176 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a1d5f63d2277fc5866b7001a331a3452dc1d0a9" 2018-09-04 10:23:26,418 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-991eec3c-dc08-4d64-8868-1094e18f4430 Date: Tue, 04 Sep 2018 10:23:26 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-09-04T10:23:24Z", "security_group_id": "cb5907cb-74ee-44bc-a5f7-6d5a16307176", "port_range_min": null, "revision_number": 0, "tenant_id": "5bd0d7155bbd4d2698cc5f0e1bc250fb", "created_at": "2018-09-04T10:23:24Z", "project_id": "5bd0d7155bbd4d2698cc5f0e1bc250fb", "id": "746f9f22-741e-4454-bc44-92432821ec63"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T10:23:24Z", "security_group_id": "cb5907cb-74ee-44bc-a5f7-6d5a16307176", "port_range_min": null, "revision_number": 0, "tenant_id": "5bd0d7155bbd4d2698cc5f0e1bc250fb", "created_at": "2018-09-04T10:23:24Z", "project_id": "5bd0d7155bbd4d2698cc5f0e1bc250fb", "id": "93a90611-1934-4932-aa78-7be3ff79703d"}]} 2018-09-04 10:23:26,418 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=cb5907cb-74ee-44bc-a5f7-6d5a16307176 used request id req-991eec3c-dc08-4d64-8868-1094e18f4430 2018-09-04 10:23:26,419 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 10:23:26,420 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-09-04 10:23:26,804 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "23e83c1c7e724181b0214863e68eaf86", "name": "CreateProjectUserTests-5e16430e-91d4-446-name-role"}, {"id": "3d416247e8224533841040c3ad2bce5a", "name": "admin"}], "expires_at": "2018-09-04T11:23:26.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5bd0d7155bbd4d2698cc5f0e1bc250fb", "name": "CreateProjectUserTests-5e16430e-91d4-446-name"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v1/5bd0d7155bbd4d2698cc5f0e1bc250fb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235635a698ef4bef9dc6b25273d185da"}, {"url": "http://192.30.9.6:8776/v1/5bd0d7155bbd4d2698cc5f0e1bc250fb", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "23b07b3fbfc340a58cf0f9b2871a0d23"}, {"url": "http://172.30.9.28:8776/v1/5bd0d7155bbd4d2698cc5f0e1bc250fb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "72fd0aaa144d45419f4b04b6b26f69a7"}], "type": "volume", "id": "097241c25b4d4f7e91b3f8efa155909e", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v3/5bd0d7155bbd4d2698cc5f0e1bc250fb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93eb4cf3030a49e7840bec071422d397"}, {"url": "http://192.30.9.6:8776/v3/5bd0d7155bbd4d2698cc5f0e1bc250fb", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8af439a6ac147fdbcb38ed9aa916b68"}, {"url": "http://192.30.9.6:8776/v3/5bd0d7155bbd4d2698cc5f0e1bc250fb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c4bfdbc9b7c74a23a40afdf578cfeba4"}], "type": "volumev3", "id": "1c85f4682ce44f729db1dabd98e965e8", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "82239574a29d4603a2161006f61851cf"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8d15f7134f364a7bbcfff2f84aac3bf2"}, {"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e01668c43a0c4c279b9a3d20a0280d6c"}], "type": "image", "id": "297d8415ca96454991054983920912f7", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7bb4d60e20734d4a9f31ec75e02cb823"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bf6adec15590466a9a0d3bddb00e8993"}, {"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f096f03a1d12411a8972f6f7c196b60d"}], "type": "policy", "id": "54c64351b56d44bbad74c2969cc3aa00", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "354ae6870a324fab82d0a0fb68ee0f26"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a3807e460dd4af488d982b66c52e64c"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e7c3da785076450abd71868e75ce0c33"}], "type": "cloudformation", "id": "6ac9917ae83c4639a15a4ab3cf0e76dd", "name": "heat-cfn"}, {"endpoints": [], "type": "metering", "id": "7fcc078e5e0645f29df67742ac14e388", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49e71628d386464cb950d6a9db00a328"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75b0a63ed8574bbcab1c851cc9b83d30"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9902b0a8b3c04cd192a1b84c417c232b"}], "type": "key-manager", "id": "9626544a32e74678a641c6e206f028a9", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "497340e5aa36485982fdf297f370558f"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7802beb4fc7c4952897b77bd5610b1fe"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c14af798917f4fa0b146d9772583e595"}], "type": "metric", "id": "973bfe8c658d4e5a8da725e76b9d550e", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "288ecc3674ea41d2aa3b790dcb832bf2"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7a6dc785cd7142f5b30f1a7ba0daeb03"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7f7d34e2351b4964befccc862c4e8e12"}], "type": "network", "id": "a348d7b06050474fb449be7f32ea6f5d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "21bce6ecb8464a1f8f3e3847aa698bd6"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0a8faf2246b47deb30e69e48d3551fb"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e71c6011de3d4d8589e5b53dcc79f288"}], "type": "identity", "id": "ad8d4b4953184137a1b913ecee9434ed", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "13474f9a78ca4f1184e4cddc84d0d98c"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad67365a18234bb78c336e6776958c00"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc54db13337f44f8921fbb9ad0f81de8"}], "type": "alarming", "id": "bb18dc3243034f08a6a7f69f7a1edccf", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0d91d7adf0304b2681c77f979e5cdb17"}, {"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "756e5ffca9774ab3ae2db41bf330417f"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c07c727a08c243b287827f539a124e63"}], "type": "placement", "id": "bb2c9432fcbd4c56913177122468f6ba", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8004/v1/5bd0d7155bbd4d2698cc5f0e1bc250fb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1eed4912224b48cf9856446eae4d9928"}, {"url": "http://192.30.9.6:8004/v1/5bd0d7155bbd4d2698cc5f0e1bc250fb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b73b7f99236541148d84f24f09e5dd40"}, {"url": "http://192.30.9.6:8004/v1/5bd0d7155bbd4d2698cc5f0e1bc250fb", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fbf12e52911244fdafc24a9d46f56e62"}], "type": "orchestration", "id": "c8918d139da945ba93df4ccce21d4904", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/5bd0d7155bbd4d2698cc5f0e1bc250fb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16bf098b9e2e490f8e47fa601059f975"}, {"url": "http://192.30.9.6:8776/v2/5bd0d7155bbd4d2698cc5f0e1bc250fb", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc16fa4cf491444ca2f611d5692c1170"}, {"url": "http://192.30.9.6:8776/v2/5bd0d7155bbd4d2698cc5f0e1bc250fb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ccd2c5325dff4b90b391db9fdde67d99"}], "type": "volumev2", "id": "d09ac9123c34494abce21d6c27bee9d9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eac694332354a3aa0e61c31314166d7"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b4d4989c4e764717ab78d38675cadd3f"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff196e46b56d406d87a678f1a64497b0"}], "type": "compute", "id": "d4030ee932c84df58c5b910cc197caa7", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateProjectUserTests-5e16430e-91d4-446-user2", "id": "043c24ae7d0c47dcbb73fbefbef77e3d"}, "audit_ids": ["T8ixFwK1QE-dhkq__EX_MA"], "issued_at": "2018-09-04T10:23:26.000000Z"}} 2018-09-04 10:23:26,805 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28: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}266c5f201a0d30cc051b7259abf3b197dfee9f5c" 2018-09-04 10:23:26,871 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:23:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3b4c414b-9f97-4869-845f-d98f9cfaa393 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.28:5000/v3/", "rel": "self"}]}} 2018-09-04 10:23:26,872 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-3b4c414b-9f97-4869-845f-d98f9cfaa393 2018-09-04 10:23:26,878 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?name=CreateProjectUserTests-5e16430e-91d4-446-name&description=hello+group -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}266c5f201a0d30cc051b7259abf3b197dfee9f5c" 2018-09-04 10:23:27,218 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1391 X-Openstack-Request-Id: req-3998aeee-6243-4a66-860d-4f58d6c8f102 Date: Tue, 04 Sep 2018 10:23:27 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "5bd0d7155bbd4d2698cc5f0e1bc250fb", "created_at": "2018-09-04T10:23:24Z", "updated_at": "2018-09-04T10:23:24Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T10:23:24Z", "revision_number": 0, "id": "746f9f22-741e-4454-bc44-92432821ec63", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T10:23:24Z", "security_group_id": "cb5907cb-74ee-44bc-a5f7-6d5a16307176", "tenant_id": "5bd0d7155bbd4d2698cc5f0e1bc250fb", "port_range_min": null, "ethertype": "IPv6", "project_id": "5bd0d7155bbd4d2698cc5f0e1bc250fb"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T10:23:24Z", "revision_number": 0, "id": "93a90611-1934-4932-aa78-7be3ff79703d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T10:23:24Z", "security_group_id": "cb5907cb-74ee-44bc-a5f7-6d5a16307176", "tenant_id": "5bd0d7155bbd4d2698cc5f0e1bc250fb", "port_range_min": null, "ethertype": "IPv4", "project_id": "5bd0d7155bbd4d2698cc5f0e1bc250fb"}], "revision_number": 2, "project_id": "5bd0d7155bbd4d2698cc5f0e1bc250fb", "id": "cb5907cb-74ee-44bc-a5f7-6d5a16307176", "name": "CreateProjectUserTests-5e16430e-91d4-446-name"}]} 2018-09-04 10:23:27,218 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?name=CreateProjectUserTests-5e16430e-91d4-446-name&description=hello+group used request id req-3998aeee-6243-4a66-860d-4f58d6c8f102 2018-09-04 10:23:27,222 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-04 10:23:27,227 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 04 Sep 2018 10:23: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.28: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.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-04 10:23:27,228 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/5bd0d7155bbd4d2698cc5f0e1bc250fb -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}266c5f201a0d30cc051b7259abf3b197dfee9f5c" 2018-09-04 10:23:27,308 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:23:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-61504a30-1e12-46bc-8323-be8d2df1869d Content-Encoding: gzip Content-Length: 214 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/5bd0d7155bbd4d2698cc5f0e1bc250fb"}, "enabled": true, "id": "5bd0d7155bbd4d2698cc5f0e1bc250fb", "parent_id": "default", "domain_id": "default", "name": "CreateProjectUserTests-5e16430e-91d4-446-name"}} 2018-09-04 10:23:27,308 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/5bd0d7155bbd4d2698cc5f0e1bc250fb used request id req-61504a30-1e12-46bc-8323-be8d2df1869d 2018-09-04 10:23:27,309 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - cb5907cb-74ee-44bc-a5f7-6d5a16307176 2018-09-04 10:23:27,314 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=cb5907cb-74ee-44bc-a5f7-6d5a16307176 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}266c5f201a0d30cc051b7259abf3b197dfee9f5c" 2018-09-04 10:23:28,019 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-d0ab55ee-e332-445a-808b-d9a8088b4fc1 Date: Tue, 04 Sep 2018 10:23:28 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-09-04T10:23:24Z", "security_group_id": "cb5907cb-74ee-44bc-a5f7-6d5a16307176", "port_range_min": null, "revision_number": 0, "tenant_id": "5bd0d7155bbd4d2698cc5f0e1bc250fb", "created_at": "2018-09-04T10:23:24Z", "project_id": "5bd0d7155bbd4d2698cc5f0e1bc250fb", "id": "746f9f22-741e-4454-bc44-92432821ec63"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T10:23:24Z", "security_group_id": "cb5907cb-74ee-44bc-a5f7-6d5a16307176", "port_range_min": null, "revision_number": 0, "tenant_id": "5bd0d7155bbd4d2698cc5f0e1bc250fb", "created_at": "2018-09-04T10:23:24Z", "project_id": "5bd0d7155bbd4d2698cc5f0e1bc250fb", "id": "93a90611-1934-4932-aa78-7be3ff79703d"}]} 2018-09-04 10:23:28,019 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=cb5907cb-74ee-44bc-a5f7-6d5a16307176 used request id req-d0ab55ee-e332-445a-808b-d9a8088b4fc1 2018-09-04 10:23:28,020 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - cb5907cb-74ee-44bc-a5f7-6d5a16307176 2018-09-04 10:23:28,025 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=cb5907cb-74ee-44bc-a5f7-6d5a16307176 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}266c5f201a0d30cc051b7259abf3b197dfee9f5c" 2018-09-04 10:23:28,209 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-d6ec3840-fd5c-4ef1-b245-2b019ac5ea01 Date: Tue, 04 Sep 2018 10:23:28 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-09-04T10:23:24Z", "security_group_id": "cb5907cb-74ee-44bc-a5f7-6d5a16307176", "port_range_min": null, "revision_number": 0, "tenant_id": "5bd0d7155bbd4d2698cc5f0e1bc250fb", "created_at": "2018-09-04T10:23:24Z", "project_id": "5bd0d7155bbd4d2698cc5f0e1bc250fb", "id": "746f9f22-741e-4454-bc44-92432821ec63"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T10:23:24Z", "security_group_id": "cb5907cb-74ee-44bc-a5f7-6d5a16307176", "port_range_min": null, "revision_number": 0, "tenant_id": "5bd0d7155bbd4d2698cc5f0e1bc250fb", "created_at": "2018-09-04T10:23:24Z", "project_id": "5bd0d7155bbd4d2698cc5f0e1bc250fb", "id": "93a90611-1934-4932-aa78-7be3ff79703d"}]} 2018-09-04 10:23:28,209 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=cb5907cb-74ee-44bc-a5f7-6d5a16307176 used request id req-d6ec3840-fd5c-4ef1-b245-2b019ac5ea01 2018-09-04 10:23:28,210 - neutron_utils - INFO - Retrieving security group with ID - cb5907cb-74ee-44bc-a5f7-6d5a16307176 2018-09-04 10:23:28,215 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?id=cb5907cb-74ee-44bc-a5f7-6d5a16307176 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}266c5f201a0d30cc051b7259abf3b197dfee9f5c" 2018-09-04 10:23:29,079 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1391 X-Openstack-Request-Id: req-461deb34-e6b3-4464-bae5-c556fd7bcd0e Date: Tue, 04 Sep 2018 10:23:29 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "5bd0d7155bbd4d2698cc5f0e1bc250fb", "created_at": "2018-09-04T10:23:24Z", "updated_at": "2018-09-04T10:23:24Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T10:23:24Z", "revision_number": 0, "id": "746f9f22-741e-4454-bc44-92432821ec63", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T10:23:24Z", "security_group_id": "cb5907cb-74ee-44bc-a5f7-6d5a16307176", "tenant_id": "5bd0d7155bbd4d2698cc5f0e1bc250fb", "port_range_min": null, "ethertype": "IPv6", "project_id": "5bd0d7155bbd4d2698cc5f0e1bc250fb"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T10:23:24Z", "revision_number": 0, "id": "93a90611-1934-4932-aa78-7be3ff79703d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T10:23:24Z", "security_group_id": "cb5907cb-74ee-44bc-a5f7-6d5a16307176", "tenant_id": "5bd0d7155bbd4d2698cc5f0e1bc250fb", "port_range_min": null, "ethertype": "IPv4", "project_id": "5bd0d7155bbd4d2698cc5f0e1bc250fb"}], "revision_number": 2, "project_id": "5bd0d7155bbd4d2698cc5f0e1bc250fb", "id": "cb5907cb-74ee-44bc-a5f7-6d5a16307176", "name": "CreateProjectUserTests-5e16430e-91d4-446-name"}]} 2018-09-04 10:23:29,079 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?id=cb5907cb-74ee-44bc-a5f7-6d5a16307176 used request id req-461deb34-e6b3-4464-bae5-c556fd7bcd0e 2018-09-04 10:23:29,079 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - cb5907cb-74ee-44bc-a5f7-6d5a16307176 2018-09-04 10:23:29,084 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=cb5907cb-74ee-44bc-a5f7-6d5a16307176 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}266c5f201a0d30cc051b7259abf3b197dfee9f5c" 2018-09-04 10:23:29,249 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-a843ea05-8d48-4ebf-aba3-8307d5897292 Date: Tue, 04 Sep 2018 10:23:29 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-09-04T10:23:24Z", "security_group_id": "cb5907cb-74ee-44bc-a5f7-6d5a16307176", "port_range_min": null, "revision_number": 0, "tenant_id": "5bd0d7155bbd4d2698cc5f0e1bc250fb", "created_at": "2018-09-04T10:23:24Z", "project_id": "5bd0d7155bbd4d2698cc5f0e1bc250fb", "id": "746f9f22-741e-4454-bc44-92432821ec63"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T10:23:24Z", "security_group_id": "cb5907cb-74ee-44bc-a5f7-6d5a16307176", "port_range_min": null, "revision_number": 0, "tenant_id": "5bd0d7155bbd4d2698cc5f0e1bc250fb", "created_at": "2018-09-04T10:23:24Z", "project_id": "5bd0d7155bbd4d2698cc5f0e1bc250fb", "id": "93a90611-1934-4932-aa78-7be3ff79703d"}]} 2018-09-04 10:23:29,250 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=cb5907cb-74ee-44bc-a5f7-6d5a16307176 used request id req-a843ea05-8d48-4ebf-aba3-8307d5897292 2018-09-04 10:23:29,250 - neutron_utils - INFO - Deleting security group rule with ID - 93a90611-1934-4932-aa78-7be3ff79703d 2018-09-04 10:23:29,255 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/security-group-rules/93a90611-1934-4932-aa78-7be3ff79703d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a1d5f63d2277fc5866b7001a331a3452dc1d0a9" 2018-09-04 10:23:29,411 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-ca57d6af-7638-4c2f-b8ce-622fb742580b Content-Length: 0 Date: Tue, 04 Sep 2018 10:23:29 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-04 10:23:29,411 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/security-group-rules/93a90611-1934-4932-aa78-7be3ff79703d used request id req-ca57d6af-7638-4c2f-b8ce-622fb742580b 2018-09-04 10:23:29,411 - neutron_utils - INFO - Deleting security group rule with ID - 746f9f22-741e-4454-bc44-92432821ec63 2018-09-04 10:23:29,416 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/security-group-rules/746f9f22-741e-4454-bc44-92432821ec63 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a1d5f63d2277fc5866b7001a331a3452dc1d0a9" 2018-09-04 10:23:30,403 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-a2f56c05-5405-4de6-b653-d9007f36f71f Content-Length: 0 Date: Tue, 04 Sep 2018 10:23:30 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-04 10:23:30,403 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/security-group-rules/746f9f22-741e-4454-bc44-92432821ec63 used request id req-a2f56c05-5405-4de6-b653-d9007f36f71f 2018-09-04 10:23:30,403 - neutron_utils - INFO - Deleting security group with name - CreateProjectUserTests-5e16430e-91d4-446-name 2018-09-04 10:23:30,408 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/security-groups/cb5907cb-74ee-44bc-a5f7-6d5a16307176 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a1d5f63d2277fc5866b7001a331a3452dc1d0a9" 2018-09-04 10:23:30,739 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-33caf192-a4ce-42a9-8c50-e74da768f4f2 Content-Length: 0 Date: Tue, 04 Sep 2018 10:23:30 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-04 10:23:30,739 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/security-groups/cb5907cb-74ee-44bc-a5f7-6d5a16307176 used request id req-33caf192-a4ce-42a9-8c50-e74da768f4f2 2018-09-04 10:23:30,740 - neutron_utils - INFO - Deleting security group rule with ID - 93a90611-1934-4932-aa78-7be3ff79703d 2018-09-04 10:23:30,745 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/security-group-rules/93a90611-1934-4932-aa78-7be3ff79703d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}266c5f201a0d30cc051b7259abf3b197dfee9f5c" 2018-09-04 10:23:30,928 - keystoneauth.session - DEBUG - RESP: [404] Content-Type: application/json Content-Length: 155 X-Openstack-Request-Id: req-f5eb3689-4b82-4102-8a13-a54612a17a2b Date: Tue, 04 Sep 2018 10:23:30 GMT RESP BODY: {"NeutronError": {"message": "Security group rule 93a90611-1934-4932-aa78-7be3ff79703d does not exist", "type": "SecurityGroupRuleNotFound", "detail": ""}} 2018-09-04 10:23:30,928 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/security-group-rules/93a90611-1934-4932-aa78-7be3ff79703d used request id req-f5eb3689-4b82-4102-8a13-a54612a17a2b 2018-09-04 10:23:30,929 - neutronclient.v2_0.client - DEBUG - Error message: {"NeutronError": {"message": "Security group rule 93a90611-1934-4932-aa78-7be3ff79703d does not exist", "type": "SecurityGroupRuleNotFound", "detail": ""}} 2018-09-04 10:23:30,929 - OpenStackSecurityGroup - WARNING - Rule not found, cannot delete - Security group rule 93a90611-1934-4932-aa78-7be3ff79703d does not exist Neutron server returns request_ids: ['req-f5eb3689-4b82-4102-8a13-a54612a17a2b'] 2018-09-04 10:23:30,929 - neutron_utils - INFO - Deleting security group with name - CreateProjectUserTests-5e16430e-91d4-446-name 2018-09-04 10:23:30,934 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/security-groups/cb5907cb-74ee-44bc-a5f7-6d5a16307176 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}266c5f201a0d30cc051b7259abf3b197dfee9f5c" 2018-09-04 10:23:30,990 - keystoneauth.session - DEBUG - RESP: [404] Content-Type: application/json Content-Length: 146 X-Openstack-Request-Id: req-97c3cbb8-1417-4f37-bbe0-46f74d807ade Date: Tue, 04 Sep 2018 10:23:31 GMT RESP BODY: {"NeutronError": {"message": "Security group cb5907cb-74ee-44bc-a5f7-6d5a16307176 does not exist", "type": "SecurityGroupNotFound", "detail": ""}} 2018-09-04 10:23:30,990 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/security-groups/cb5907cb-74ee-44bc-a5f7-6d5a16307176 used request id req-97c3cbb8-1417-4f37-bbe0-46f74d807ade 2018-09-04 10:23:30,991 - neutronclient.v2_0.client - DEBUG - Error message: {"NeutronError": {"message": "Security group cb5907cb-74ee-44bc-a5f7-6d5a16307176 does not exist", "type": "SecurityGroupNotFound", "detail": ""}} 2018-09-04 10:23:30,991 - OpenStackSecurityGroup - WARNING - Security Group not found, cannot delete - Security group cb5907cb-74ee-44bc-a5f7-6d5a16307176 does not exist Neutron server returns request_ids: ['req-97c3cbb8-1417-4f37-bbe0-46f74d807ade'] 2018-09-04 10:23:30,992 - keystone_utils - INFO - Deleting user with name - CreateProjectUserTests-5e16430e-91d4-446-user1 2018-09-04 10:23:30,995 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/users/7b645d11eff547dea7560b116b38f1a0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bb4cc1b517bf9811d6b39ddb671e49a429fddf03" 2018-09-04 10:23:31,310 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 10:23:31 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-2c362564-52ef-43dd-8b42-5100e1aef7be Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 10:23:31,310 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/users/7b645d11eff547dea7560b116b38f1a0 used request id req-2c362564-52ef-43dd-8b42-5100e1aef7be 2018-09-04 10:23:31,310 - keystone_utils - INFO - Deleting user with name - CreateProjectUserTests-5e16430e-91d4-446-user2 2018-09-04 10:23:31,314 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/users/043c24ae7d0c47dcbb73fbefbef77e3d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}37af473951edc571ba53416d63e68532cef79639" 2018-09-04 10:23:31,526 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 10:23:31 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d0e17ff5-0b10-48a5-b6c4-6cee87675842 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 10:23:31,526 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/users/043c24ae7d0c47dcbb73fbefbef77e3d used request id req-d0e17ff5-0b10-48a5-b6c4-6cee87675842 2018-09-04 10:23:31,531 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4393bd554b8f3cb2cb37a06c2e3c95dd5dc5a722" 2018-09-04 10:23:31,782 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 7260 X-Openstack-Request-Id: req-f2df4959-65c2-4a51-9079-bb781e3956e6 Date: Tue, 04 Sep 2018 10:23:31 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "5bd0d7155bbd4d2698cc5f0e1bc250fb", "created_at": "2018-09-04T10:23:23Z", "updated_at": "2018-09-04T10:23:23Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T10:23:23Z", "revision_number": 0, "id": "11538957-c75f-4cfa-9cb1-7c62327390ed", "remote_group_id": "266bd59f-01e8-489e-b4f0-20155a0cf87e", "remote_ip_prefix": null, "created_at": "2018-09-04T10:23:23Z", "security_group_id": "266bd59f-01e8-489e-b4f0-20155a0cf87e", "tenant_id": "5bd0d7155bbd4d2698cc5f0e1bc250fb", "port_range_min": null, "ethertype": "IPv4", "project_id": "5bd0d7155bbd4d2698cc5f0e1bc250fb"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T10:23:23Z", "revision_number": 0, "id": "1afaef29-2bf0-40e8-ad7d-47775a8e0c36", "remote_group_id": "266bd59f-01e8-489e-b4f0-20155a0cf87e", "remote_ip_prefix": null, "created_at": "2018-09-04T10:23:23Z", "security_group_id": "266bd59f-01e8-489e-b4f0-20155a0cf87e", "tenant_id": "5bd0d7155bbd4d2698cc5f0e1bc250fb", "port_range_min": null, "ethertype": "IPv6", "project_id": "5bd0d7155bbd4d2698cc5f0e1bc250fb"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T10:23:23Z", "revision_number": 0, "id": "8f737e16-d7c8-4c13-8d4a-c567e07d750e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T10:23:23Z", "security_group_id": "266bd59f-01e8-489e-b4f0-20155a0cf87e", "tenant_id": "5bd0d7155bbd4d2698cc5f0e1bc250fb", "port_range_min": null, "ethertype": "IPv6", "project_id": "5bd0d7155bbd4d2698cc5f0e1bc250fb"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T10:23:23Z", "revision_number": 0, "id": "e4b7f006-0de4-4ccd-89e8-04469fdb5fb6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T10:23:23Z", "security_group_id": "266bd59f-01e8-489e-b4f0-20155a0cf87e", "tenant_id": "5bd0d7155bbd4d2698cc5f0e1bc250fb", "port_range_min": null, "ethertype": "IPv4", "project_id": "5bd0d7155bbd4d2698cc5f0e1bc250fb"}], "revision_number": 4, "project_id": "5bd0d7155bbd4d2698cc5f0e1bc250fb", "id": "266bd59f-01e8-489e-b4f0-20155a0cf87e", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "18025ed81c804927a1f0e0e0ba20836f", "created_at": "2018-09-04T10:10:44Z", "updated_at": "2018-09-04T10:10:44Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T10:10:44Z", "revision_number": 0, "id": "4987cdc7-3c69-4296-b962-dfcdfe2af09e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T10:10:44Z", "security_group_id": "4eb60975-feab-4b85-9171-1c970d3680f7", "tenant_id": "18025ed81c804927a1f0e0e0ba20836f", "port_range_min": null, "ethertype": "IPv4", "project_id": "18025ed81c804927a1f0e0e0ba20836f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T10:10:44Z", "revision_number": 0, "id": "6278c51b-2852-4d07-abf1-4545e40daadb", "remote_group_id": "4eb60975-feab-4b85-9171-1c970d3680f7", "remote_ip_prefix": null, "created_at": "2018-09-04T10:10:44Z", "security_group_id": "4eb60975-feab-4b85-9171-1c970d3680f7", "tenant_id": "18025ed81c804927a1f0e0e0ba20836f", "port_range_min": null, "ethertype": "IPv4", "project_id": "18025ed81c804927a1f0e0e0ba20836f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T10:10:44Z", "revision_number": 0, "id": "dd2062ca-238a-4ae8-8397-ca60210bbde5", "remote_group_id": "4eb60975-feab-4b85-9171-1c970d3680f7", "remote_ip_prefix": null, "created_at": "2018-09-04T10:10:44Z", "security_group_id": "4eb60975-feab-4b85-9171-1c970d3680f7", "tenant_id": "18025ed81c804927a1f0e0e0ba20836f", "port_range_min": null, "ethertype": "IPv6", "project_id": "18025ed81c804927a1f0e0e0ba20836f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T10:10:44Z", "revision_number": 0, "id": "f5388a44-6a0f-4e22-bd76-f4873903daf0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T10:10:44Z", "security_group_id": "4eb60975-feab-4b85-9171-1c970d3680f7", "tenant_id": "18025ed81c804927a1f0e0e0ba20836f", "port_range_min": null, "ethertype": "IPv6", "project_id": "18025ed81c804927a1f0e0e0ba20836f"}], "revision_number": 4, "project_id": "18025ed81c804927a1f0e0e0ba20836f", "id": "4eb60975-feab-4b85-9171-1c970d3680f7", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "da1aa3dc9e564d3d922e61c0121a390e", "created_at": "2018-09-04T10:22:45Z", "updated_at": "2018-09-04T10:22:45Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T10:22:45Z", "revision_number": 0, "id": "0a310294-28cb-46e7-ab05-42129ac27199", "remote_group_id": "a0350fb5-7963-482b-9b06-fea838951872", "remote_ip_prefix": null, "created_at": "2018-09-04T10:22:45Z", "security_group_id": "a0350fb5-7963-482b-9b06-fea838951872", "tenant_id": "da1aa3dc9e564d3d922e61c0121a390e", "port_range_min": null, "ethertype": "IPv4", "project_id": "da1aa3dc9e564d3d922e61c0121a390e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T10:22:45Z", "revision_number": 0, "id": "3e9c32e8-8527-472a-956b-e0426fc61806", "remote_group_id": "a0350fb5-7963-482b-9b06-fea838951872", "remote_ip_prefix": null, "created_at": "2018-09-04T10:22:45Z", "security_group_id": "a0350fb5-7963-482b-9b06-fea838951872", "tenant_id": "da1aa3dc9e564d3d922e61c0121a390e", "port_range_min": null, "ethertype": "IPv6", "project_id": "da1aa3dc9e564d3d922e61c0121a390e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T10:22:45Z", "revision_number": 0, "id": "5d2caf42-b02e-4256-9265-4a0c49451d50", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T10:22:45Z", "security_group_id": "a0350fb5-7963-482b-9b06-fea838951872", "tenant_id": "da1aa3dc9e564d3d922e61c0121a390e", "port_range_min": null, "ethertype": "IPv6", "project_id": "da1aa3dc9e564d3d922e61c0121a390e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T10:22:45Z", "revision_number": 0, "id": "e17daf2d-5508-45e7-9ba3-14bcd176789e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T10:22:45Z", "security_group_id": "a0350fb5-7963-482b-9b06-fea838951872", "tenant_id": "da1aa3dc9e564d3d922e61c0121a390e", "port_range_min": null, "ethertype": "IPv4", "project_id": "da1aa3dc9e564d3d922e61c0121a390e"}], "revision_number": 4, "project_id": "da1aa3dc9e564d3d922e61c0121a390e", "id": "a0350fb5-7963-482b-9b06-fea838951872", "name": "default"}]} 2018-09-04 10:23:31,782 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?name=default used request id req-f2df4959-65c2-4a51-9079-bb781e3956e6 2018-09-04 10:23:31,786 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/5bd0d7155bbd4d2698cc5f0e1bc250fb -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4393bd554b8f3cb2cb37a06c2e3c95dd5dc5a722" 2018-09-04 10:23:31,872 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:23:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-85aee24d-eb80-4bc8-a2c3-d984dbab7cc1 Content-Encoding: gzip Content-Length: 214 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/5bd0d7155bbd4d2698cc5f0e1bc250fb"}, "enabled": true, "id": "5bd0d7155bbd4d2698cc5f0e1bc250fb", "parent_id": "default", "domain_id": "default", "name": "CreateProjectUserTests-5e16430e-91d4-446-name"}} 2018-09-04 10:23:31,872 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/5bd0d7155bbd4d2698cc5f0e1bc250fb used request id req-85aee24d-eb80-4bc8-a2c3-d984dbab7cc1 2018-09-04 10:23:31,872 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 266bd59f-01e8-489e-b4f0-20155a0cf87e 2018-09-04 10:23:31,877 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=266bd59f-01e8-489e-b4f0-20155a0cf87e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4393bd554b8f3cb2cb37a06c2e3c95dd5dc5a722" 2018-09-04 10:23:32,037 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-c7eb7353-cac3-4f9f-bba6-891c2664512a Date: Tue, 04 Sep 2018 10:23:32 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": "266bd59f-01e8-489e-b4f0-20155a0cf87e", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T10:23:23Z", "security_group_id": "266bd59f-01e8-489e-b4f0-20155a0cf87e", "port_range_min": null, "revision_number": 0, "tenant_id": "5bd0d7155bbd4d2698cc5f0e1bc250fb", "created_at": "2018-09-04T10:23:23Z", "project_id": "5bd0d7155bbd4d2698cc5f0e1bc250fb", "id": "11538957-c75f-4cfa-9cb1-7c62327390ed"}, {"remote_group_id": "266bd59f-01e8-489e-b4f0-20155a0cf87e", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T10:23:23Z", "security_group_id": "266bd59f-01e8-489e-b4f0-20155a0cf87e", "port_range_min": null, "revision_number": 0, "tenant_id": "5bd0d7155bbd4d2698cc5f0e1bc250fb", "created_at": "2018-09-04T10:23:23Z", "project_id": "5bd0d7155bbd4d2698cc5f0e1bc250fb", "id": "1afaef29-2bf0-40e8-ad7d-47775a8e0c36"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T10:23:23Z", "security_group_id": "266bd59f-01e8-489e-b4f0-20155a0cf87e", "port_range_min": null, "revision_number": 0, "tenant_id": "5bd0d7155bbd4d2698cc5f0e1bc250fb", "created_at": "2018-09-04T10:23:23Z", "project_id": "5bd0d7155bbd4d2698cc5f0e1bc250fb", "id": "8f737e16-d7c8-4c13-8d4a-c567e07d750e"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T10:23:23Z", "security_group_id": "266bd59f-01e8-489e-b4f0-20155a0cf87e", "port_range_min": null, "revision_number": 0, "tenant_id": "5bd0d7155bbd4d2698cc5f0e1bc250fb", "created_at": "2018-09-04T10:23:23Z", "project_id": "5bd0d7155bbd4d2698cc5f0e1bc250fb", "id": "e4b7f006-0de4-4ccd-89e8-04469fdb5fb6"}]} 2018-09-04 10:23:32,037 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=266bd59f-01e8-489e-b4f0-20155a0cf87e used request id req-c7eb7353-cac3-4f9f-bba6-891c2664512a 2018-09-04 10:23:32,038 - neutron_utils - INFO - Deleting security group with name - default 2018-09-04 10:23:32,043 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/security-groups/266bd59f-01e8-489e-b4f0-20155a0cf87e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4393bd554b8f3cb2cb37a06c2e3c95dd5dc5a722" 2018-09-04 10:23:32,460 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-8b44c289-bd23-4e4f-8122-d961a99d48b5 Content-Length: 0 Date: Tue, 04 Sep 2018 10:23:32 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-04 10:23:32,460 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/security-groups/266bd59f-01e8-489e-b4f0-20155a0cf87e used request id req-8b44c289-bd23-4e4f-8122-d961a99d48b5 2018-09-04 10:23:32,461 - keystone_utils - INFO - Deleting project with name - CreateProjectUserTests-5e16430e-91d4-446-name 2018-09-04 10:23:32,464 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/projects/5bd0d7155bbd4d2698cc5f0e1bc250fb -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4393bd554b8f3cb2cb37a06c2e3c95dd5dc5a722" 2018-09-04 10:23:32,623 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 10:23:32 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0475d0b7-cf3c-4761-8f13-6eaee1a48a75 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 10:23:32,624 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/projects/5bd0d7155bbd4d2698cc5f0e1bc250fb used request id req-0475d0b7-cf3c-4761-8f13-6eaee1a48a75 2018-09-04 10:23:32,624 - keystone_utils - INFO - Deleting role with name - CreateProjectUserTests-5e16430e-91d4-446-name-role 2018-09-04 10:23:32,627 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/roles/23e83c1c7e724181b0214863e68eaf86 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4393bd554b8f3cb2cb37a06c2e3c95dd5dc5a722" 2018-09-04 10:23:32,797 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 10:23:32 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ab92d3e7-dc90-4a3a-ab01-d1149d8aa59b Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 10:23:32,797 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/roles/23e83c1c7e724181b0214863e68eaf86 used request id req-ab92d3e7-dc90-4a3a-ab01-d1149d8aa59b 2018-09-04 10:23:32,801 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4393bd554b8f3cb2cb37a06c2e3c95dd5dc5a722" 2018-09-04 10:23:32,885 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:23:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fe3480f2-2364-4d3e-ac05-d9cc4f632dbe Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3d416247e8224533841040c3ad2bce5a", "links": {"self": "http://172.30.9.28:5000/v3/roles/3d416247e8224533841040c3ad2bce5a"}, "name": "admin"}, {"domain_id": null, "id": "5ef645ad12fc453aa5d8a0c2cbf76196", "links": {"self": "http://172.30.9.28:5000/v3/roles/5ef645ad12fc453aa5d8a0c2cbf76196"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "6fc48fbb08d4410680bf5ace535e410c", "links": {"self": "http://172.30.9.28:5000/v3/roles/6fc48fbb08d4410680bf5ace535e410c"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9a944a8c31754b8f941d2fa9034d4301", "links": {"self": "http://172.30.9.28:5000/v3/roles/9a944a8c31754b8f941d2fa9034d4301"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "fea739ce4d1249249c128f55b640b79d", "links": {"self": "http://172.30.9.28:5000/v3/roles/fea739ce4d1249249c128f55b640b79d"}, "name": "ResellerAdmin"}]} 2018-09-04 10:23:32,885 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-fe3480f2-2364-4d3e-ac05-d9cc4f632dbe 2018-09-04 10:23:32,888 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-09-04 10:23:33,260 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5ef645ad12fc453aa5d8a0c2cbf76196", "name": "heat_stack_owner"}, {"id": "9a944a8c31754b8f941d2fa9034d4301", "name": "Member"}, {"id": "3d416247e8224533841040c3ad2bce5a", "name": "admin"}], "expires_at": "2018-09-04T11:23:33.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "da1aa3dc9e564d3d922e61c0121a390e", "name": "api_check-project_95790658-ea1a-473f-b71a-0aa15c3467f2"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235635a698ef4bef9dc6b25273d185da"}, {"url": "http://192.30.9.6:8776/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "23b07b3fbfc340a58cf0f9b2871a0d23"}, {"url": "http://172.30.9.28:8776/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "72fd0aaa144d45419f4b04b6b26f69a7"}], "type": "volume", "id": "097241c25b4d4f7e91b3f8efa155909e", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v3/da1aa3dc9e564d3d922e61c0121a390e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93eb4cf3030a49e7840bec071422d397"}, {"url": "http://192.30.9.6:8776/v3/da1aa3dc9e564d3d922e61c0121a390e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8af439a6ac147fdbcb38ed9aa916b68"}, {"url": "http://192.30.9.6:8776/v3/da1aa3dc9e564d3d922e61c0121a390e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c4bfdbc9b7c74a23a40afdf578cfeba4"}], "type": "volumev3", "id": "1c85f4682ce44f729db1dabd98e965e8", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "82239574a29d4603a2161006f61851cf"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8d15f7134f364a7bbcfff2f84aac3bf2"}, {"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e01668c43a0c4c279b9a3d20a0280d6c"}], "type": "image", "id": "297d8415ca96454991054983920912f7", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7bb4d60e20734d4a9f31ec75e02cb823"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bf6adec15590466a9a0d3bddb00e8993"}, {"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f096f03a1d12411a8972f6f7c196b60d"}], "type": "policy", "id": "54c64351b56d44bbad74c2969cc3aa00", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "354ae6870a324fab82d0a0fb68ee0f26"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a3807e460dd4af488d982b66c52e64c"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e7c3da785076450abd71868e75ce0c33"}], "type": "cloudformation", "id": "6ac9917ae83c4639a15a4ab3cf0e76dd", "name": "heat-cfn"}, {"endpoints": [], "type": "metering", "id": "7fcc078e5e0645f29df67742ac14e388", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49e71628d386464cb950d6a9db00a328"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75b0a63ed8574bbcab1c851cc9b83d30"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9902b0a8b3c04cd192a1b84c417c232b"}], "type": "key-manager", "id": "9626544a32e74678a641c6e206f028a9", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "497340e5aa36485982fdf297f370558f"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7802beb4fc7c4952897b77bd5610b1fe"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c14af798917f4fa0b146d9772583e595"}], "type": "metric", "id": "973bfe8c658d4e5a8da725e76b9d550e", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "288ecc3674ea41d2aa3b790dcb832bf2"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7a6dc785cd7142f5b30f1a7ba0daeb03"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7f7d34e2351b4964befccc862c4e8e12"}], "type": "network", "id": "a348d7b06050474fb449be7f32ea6f5d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "21bce6ecb8464a1f8f3e3847aa698bd6"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0a8faf2246b47deb30e69e48d3551fb"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e71c6011de3d4d8589e5b53dcc79f288"}], "type": "identity", "id": "ad8d4b4953184137a1b913ecee9434ed", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "13474f9a78ca4f1184e4cddc84d0d98c"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad67365a18234bb78c336e6776958c00"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc54db13337f44f8921fbb9ad0f81de8"}], "type": "alarming", "id": "bb18dc3243034f08a6a7f69f7a1edccf", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0d91d7adf0304b2681c77f979e5cdb17"}, {"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "756e5ffca9774ab3ae2db41bf330417f"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c07c727a08c243b287827f539a124e63"}], "type": "placement", "id": "bb2c9432fcbd4c56913177122468f6ba", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1eed4912224b48cf9856446eae4d9928"}, {"url": "http://192.30.9.6:8004/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b73b7f99236541148d84f24f09e5dd40"}, {"url": "http://192.30.9.6:8004/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fbf12e52911244fdafc24a9d46f56e62"}], "type": "orchestration", "id": "c8918d139da945ba93df4ccce21d4904", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/da1aa3dc9e564d3d922e61c0121a390e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16bf098b9e2e490f8e47fa601059f975"}, {"url": "http://192.30.9.6:8776/v2/da1aa3dc9e564d3d922e61c0121a390e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc16fa4cf491444ca2f611d5692c1170"}, {"url": "http://192.30.9.6:8776/v2/da1aa3dc9e564d3d922e61c0121a390e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ccd2c5325dff4b90b391db9fdde67d99"}], "type": "volumev2", "id": "d09ac9123c34494abce21d6c27bee9d9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eac694332354a3aa0e61c31314166d7"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b4d4989c4e764717ab78d38675cadd3f"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff196e46b56d406d87a678f1a64497b0"}], "type": "compute", "id": "d4030ee932c84df58c5b910cc197caa7", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_95790658-ea1a-473f-b71a-0aa15c3467f2", "id": "6cb53a06110b45a6a2f21cb265048110"}, "audit_ids": ["Pp3f7jVMTEqaUy03JRFJ3g"], "issued_at": "2018-09-04T10:23:33.000000Z"}} 2018-09-04 10:23:33,263 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}d6fe5e3306bc9c5d7ef708d1a19c2be130217d6c" 2018-09-04 10:23:33,858 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-d3968545-1b34-4ea0-b25d-fd8a5de86462 Date: Tue, 04 Sep 2018 10:23:33 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-09-04 10:23:33,858 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/schemas/image used request id req-d3968545-1b34-4ea0-b25d-fd8a5de86462 2018-09-04 10:23:33,881 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}d6fe5e3306bc9c5d7ef708d1a19c2be130217d6c" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "GlanceUtilsTests-f1f00b6e-91ea-4f29-a46f-972b7bc834e4"}' 2018-09-04 10:23:34,623 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 614 Content-Type: application/json Location: http://172.30.9.28:9292/v2/images/90519f9f-f23f-45bb-8557-2fa39a0f4450 X-Openstack-Request-Id: req-fc6ab34a-1ca2-454b-8fb9-a4ed4115fd7b Date: Tue, 04 Sep 2018 10:23:34 GMT RESP BODY: {"status": "queued", "name": "GlanceUtilsTests-f1f00b6e-91ea-4f29-a46f-972b7bc834e4", "tags": [], "container_format": "bare", "created_at": "2018-09-04T10:23:34Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-09-04T10:23:34Z", "visibility": "shared", "locations": [], "self": "/v2/images/90519f9f-f23f-45bb-8557-2fa39a0f4450", "min_disk": 0, "protected": false, "id": "90519f9f-f23f-45bb-8557-2fa39a0f4450", "file": "/v2/images/90519f9f-f23f-45bb-8557-2fa39a0f4450/file", "checksum": null, "owner": "da1aa3dc9e564d3d922e61c0121a390e", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-09-04 10:23:34,624 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.28:9292/v2/images used request id req-fc6ab34a-1ca2-454b-8fb9-a4ed4115fd7b 2018-09-04 10:23:34,635 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.28:9292/v2/images/90519f9f-f23f-45bb-8557-2fa39a0f4450/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}d6fe5e3306bc9c5d7ef708d1a19c2be130217d6c" -d '' 2018-09-04 10:23:38,134 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-7b381727-7bcd-41a8-b0c9-10cb25143200 Date: Tue, 04 Sep 2018 10:23:38 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-09-04 10:23:38,134 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.28:9292/v2/images/90519f9f-f23f-45bb-8557-2fa39a0f4450/file used request id req-7b381727-7bcd-41a8-b0c9-10cb25143200 2018-09-04 10:23:38,135 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-09-04 10:23:38,138 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/images/90519f9f-f23f-45bb-8557-2fa39a0f4450 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}d6fe5e3306bc9c5d7ef708d1a19c2be130217d6c" 2018-09-04 10:23:38,886 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 875 Content-Type: application/json X-Openstack-Request-Id: req-9abfaadc-68f3-43c2-89c5-f9e5be5b8016 Date: Tue, 04 Sep 2018 10:23:38 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "GlanceUtilsTests-f1f00b6e-91ea-4f29-a46f-972b7bc834e4", "tags": [], "container_format": "bare", "created_at": "2018-09-04T10:23:34Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-09-04T10:23:38Z", "visibility": "shared", "locations": [{"url": "rbd://99671b03-94ed-44b3-b5f6-80b8e44d0570/images/90519f9f-f23f-45bb-8557-2fa39a0f4450/snap", "metadata": {}}], "self": "/v2/images/90519f9f-f23f-45bb-8557-2fa39a0f4450", "min_disk": 0, "protected": false, "id": "90519f9f-f23f-45bb-8557-2fa39a0f4450", "file": "/v2/images/90519f9f-f23f-45bb-8557-2fa39a0f4450/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "da1aa3dc9e564d3d922e61c0121a390e", "direct_url": "rbd://99671b03-94ed-44b3-b5f6-80b8e44d0570/images/90519f9f-f23f-45bb-8557-2fa39a0f4450/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-09-04 10:23:38,886 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images/90519f9f-f23f-45bb-8557-2fa39a0f4450 used request id req-9abfaadc-68f3-43c2-89c5-f9e5be5b8016 2018-09-04 10:23:38,889 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}d6fe5e3306bc9c5d7ef708d1a19c2be130217d6c" 2018-09-04 10:23:39,438 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-a3397f14-12be-4c2e-8222-a6976aa15376 Date: Tue, 04 Sep 2018 10:23: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-09-04 10:23:39,438 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/schemas/image used request id req-a3397f14-12be-4c2e-8222-a6976aa15376 2018-09-04 10:23:39,441 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/images?limit=20&disk_format=qcow2&name=GlanceUtilsTests-f1f00b6e-91ea-4f29-a46f-972b7bc834e4 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}d6fe5e3306bc9c5d7ef708d1a19c2be130217d6c" 2018-09-04 10:23:40,061 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1030 Content-Type: application/json X-Openstack-Request-Id: req-b12dc7c6-d962-4a4b-a785-0c93d5a2c05c Date: Tue, 04 Sep 2018 10:23:40 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "GlanceUtilsTests-f1f00b6e-91ea-4f29-a46f-972b7bc834e4", "tags": [], "container_format": "bare", "created_at": "2018-09-04T10:23:34Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-09-04T10:23:38Z", "visibility": "shared", "locations": [{"url": "rbd://99671b03-94ed-44b3-b5f6-80b8e44d0570/images/90519f9f-f23f-45bb-8557-2fa39a0f4450/snap", "metadata": {}}], "self": "/v2/images/90519f9f-f23f-45bb-8557-2fa39a0f4450", "min_disk": 0, "protected": false, "id": "90519f9f-f23f-45bb-8557-2fa39a0f4450", "file": "/v2/images/90519f9f-f23f-45bb-8557-2fa39a0f4450/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "da1aa3dc9e564d3d922e61c0121a390e", "direct_url": "rbd://99671b03-94ed-44b3-b5f6-80b8e44d0570/images/90519f9f-f23f-45bb-8557-2fa39a0f4450/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=GlanceUtilsTests-f1f00b6e-91ea-4f29-a46f-972b7bc834e4"} 2018-09-04 10:23:40,062 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images?limit=20&disk_format=qcow2&name=GlanceUtilsTests-f1f00b6e-91ea-4f29-a46f-972b7bc834e4 used request id req-b12dc7c6-d962-4a4b-a785-0c93d5a2c05c 2018-09-04 10:23:40,063 - glance_utils - INFO - Deleting image named - GlanceUtilsTests-f1f00b6e-91ea-4f29-a46f-972b7bc834e4 2018-09-04 10:23:40,065 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9292/v2/images/90519f9f-f23f-45bb-8557-2fa39a0f4450 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}d6fe5e3306bc9c5d7ef708d1a19c2be130217d6c" 2018-09-04 10:23:41,995 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-ae086a47-af6f-46ec-8122-ad6abeaf801c Date: Tue, 04 Sep 2018 10:23:42 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-09-04 10:23:41,995 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.28:9292/v2/images/90519f9f-f23f-45bb-8557-2fa39a0f4450 used request id req-ae086a47-af6f-46ec-8122-ad6abeaf801c 2018-09-04 10:23:41,997 - glance_utils_tests - WARNING - Test not executed as the image metadata requires image files 2018-09-04 10:23:41,999 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-09-04 10:23:42,390 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5ef645ad12fc453aa5d8a0c2cbf76196", "name": "heat_stack_owner"}, {"id": "9a944a8c31754b8f941d2fa9034d4301", "name": "Member"}, {"id": "3d416247e8224533841040c3ad2bce5a", "name": "admin"}], "expires_at": "2018-09-04T11:23:42.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "da1aa3dc9e564d3d922e61c0121a390e", "name": "api_check-project_95790658-ea1a-473f-b71a-0aa15c3467f2"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235635a698ef4bef9dc6b25273d185da"}, {"url": "http://192.30.9.6:8776/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "23b07b3fbfc340a58cf0f9b2871a0d23"}, {"url": "http://172.30.9.28:8776/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "72fd0aaa144d45419f4b04b6b26f69a7"}], "type": "volume", "id": "097241c25b4d4f7e91b3f8efa155909e", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v3/da1aa3dc9e564d3d922e61c0121a390e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93eb4cf3030a49e7840bec071422d397"}, {"url": "http://192.30.9.6:8776/v3/da1aa3dc9e564d3d922e61c0121a390e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8af439a6ac147fdbcb38ed9aa916b68"}, {"url": "http://192.30.9.6:8776/v3/da1aa3dc9e564d3d922e61c0121a390e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c4bfdbc9b7c74a23a40afdf578cfeba4"}], "type": "volumev3", "id": "1c85f4682ce44f729db1dabd98e965e8", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "82239574a29d4603a2161006f61851cf"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8d15f7134f364a7bbcfff2f84aac3bf2"}, {"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e01668c43a0c4c279b9a3d20a0280d6c"}], "type": "image", "id": "297d8415ca96454991054983920912f7", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7bb4d60e20734d4a9f31ec75e02cb823"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bf6adec15590466a9a0d3bddb00e8993"}, {"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f096f03a1d12411a8972f6f7c196b60d"}], "type": "policy", "id": "54c64351b56d44bbad74c2969cc3aa00", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "354ae6870a324fab82d0a0fb68ee0f26"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a3807e460dd4af488d982b66c52e64c"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e7c3da785076450abd71868e75ce0c33"}], "type": "cloudformation", "id": "6ac9917ae83c4639a15a4ab3cf0e76dd", "name": "heat-cfn"}, {"endpoints": [], "type": "metering", "id": "7fcc078e5e0645f29df67742ac14e388", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49e71628d386464cb950d6a9db00a328"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75b0a63ed8574bbcab1c851cc9b83d30"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9902b0a8b3c04cd192a1b84c417c232b"}], "type": "key-manager", "id": "9626544a32e74678a641c6e206f028a9", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "497340e5aa36485982fdf297f370558f"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7802beb4fc7c4952897b77bd5610b1fe"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c14af798917f4fa0b146d9772583e595"}], "type": "metric", "id": "973bfe8c658d4e5a8da725e76b9d550e", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "288ecc3674ea41d2aa3b790dcb832bf2"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7a6dc785cd7142f5b30f1a7ba0daeb03"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7f7d34e2351b4964befccc862c4e8e12"}], "type": "network", "id": "a348d7b06050474fb449be7f32ea6f5d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "21bce6ecb8464a1f8f3e3847aa698bd6"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0a8faf2246b47deb30e69e48d3551fb"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e71c6011de3d4d8589e5b53dcc79f288"}], "type": "identity", "id": "ad8d4b4953184137a1b913ecee9434ed", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "13474f9a78ca4f1184e4cddc84d0d98c"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad67365a18234bb78c336e6776958c00"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc54db13337f44f8921fbb9ad0f81de8"}], "type": "alarming", "id": "bb18dc3243034f08a6a7f69f7a1edccf", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0d91d7adf0304b2681c77f979e5cdb17"}, {"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "756e5ffca9774ab3ae2db41bf330417f"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c07c727a08c243b287827f539a124e63"}], "type": "placement", "id": "bb2c9432fcbd4c56913177122468f6ba", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1eed4912224b48cf9856446eae4d9928"}, {"url": "http://192.30.9.6:8004/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b73b7f99236541148d84f24f09e5dd40"}, {"url": "http://192.30.9.6:8004/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fbf12e52911244fdafc24a9d46f56e62"}], "type": "orchestration", "id": "c8918d139da945ba93df4ccce21d4904", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/da1aa3dc9e564d3d922e61c0121a390e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16bf098b9e2e490f8e47fa601059f975"}, {"url": "http://192.30.9.6:8776/v2/da1aa3dc9e564d3d922e61c0121a390e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc16fa4cf491444ca2f611d5692c1170"}, {"url": "http://192.30.9.6:8776/v2/da1aa3dc9e564d3d922e61c0121a390e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ccd2c5325dff4b90b391db9fdde67d99"}], "type": "volumev2", "id": "d09ac9123c34494abce21d6c27bee9d9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eac694332354a3aa0e61c31314166d7"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b4d4989c4e764717ab78d38675cadd3f"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff196e46b56d406d87a678f1a64497b0"}], "type": "compute", "id": "d4030ee932c84df58c5b910cc197caa7", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_95790658-ea1a-473f-b71a-0aa15c3467f2", "id": "6cb53a06110b45a6a2f21cb265048110"}, "audit_ids": ["Nj5S2yRESQmPZZIDVv8ODQ"], "issued_at": "2018-09-04T10:23:42.000000Z"}} 2018-09-04 10:23:42,390 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28: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}02b0bf9291be9040ab245cc3bd889a64b3cf064f" 2018-09-04 10:23:42,476 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:23:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f428695c-17a1-4892-bd2c-63d6bdde8c8f 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.28:5000/v3/", "rel": "self"}]}} 2018-09-04 10:23:42,476 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-f428695c-17a1-4892-bd2c-63d6bdde8c8f 2018-09-04 10:23:42,477 - neutron_utils - INFO - Creating network with name NeutronUtilsNetworkTests-7443d707-5d4e-41f5-9e99-bd3c4ce11d0f-pub-net 2018-09-04 10:23:42,483 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}02b0bf9291be9040ab245cc3bd889a64b3cf064f" -d '{"network": {"name": "NeutronUtilsNetworkTests-7443d707-5d4e-41f5-9e99-bd3c4ce11d0f-pub-net", "admin_state_up": true}}' 2018-09-04 10:23:43,039 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 701 X-Openstack-Request-Id: req-bc1f08b1-164f-4b95-9daf-85284f17c30e Date: Tue, 04 Sep 2018 10:23:43 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"provider:network_type":"vxlan","id":"2402ee67-522d-4440-bd5a-2a81e97a591b","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"da1aa3dc9e564d3d922e61c0121a390e","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-09-04T10:23:42Z","is_default":false,"provider:segmentation_id":42,"name":"NeutronUtilsNetworkTests-7443d707-5d4e-41f5-9e99-bd3c4ce11d0f-pub-net","admin_state_up":true,"tenant_id":"da1aa3dc9e564d3d922e61c0121a390e","created_at":"2018-09-04T10:23:42Z","mtu":1450}} 2018-09-04 10:23:43,040 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/networks used request id req-bc1f08b1-164f-4b95-9daf-85284f17c30e 2018-09-04 10:23:43,045 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?id=2402ee67-522d-4440-bd5a-2a81e97a591b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}02b0bf9291be9040ab245cc3bd889a64b3cf064f" 2018-09-04 10:23:43,306 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-0f321144-8072-42ff-80a3-72fe4cdc4818 Date: Tue, 04 Sep 2018 10:23:43 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"2402ee67-522d-4440-bd5a-2a81e97a591b","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"da1aa3dc9e564d3d922e61c0121a390e","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-09-04T10:23:42Z","provider:segmentation_id":42,"name":"NeutronUtilsNetworkTests-7443d707-5d4e-41f5-9e99-bd3c4ce11d0f-pub-net","admin_state_up":true,"tenant_id":"da1aa3dc9e564d3d922e61c0121a390e","created_at":"2018-09-04T10:23:42Z","provider:network_type":"vxlan"}]} 2018-09-04 10:23:43,306 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?id=2402ee67-522d-4440-bd5a-2a81e97a591b used request id req-0f321144-8072-42ff-80a3-72fe4cdc4818 2018-09-04 10:23:43,311 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=2402ee67-522d-4440-bd5a-2a81e97a591b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}02b0bf9291be9040ab245cc3bd889a64b3cf064f" 2018-09-04 10:23:43,502 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-911b221c-a288-4007-a53c-e48239c326d4 Date: Tue, 04 Sep 2018 10:23:43 GMT RESP BODY: {"subnets":[]} 2018-09-04 10:23:43,502 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=2402ee67-522d-4440-bd5a-2a81e97a591b used request id req-911b221c-a288-4007-a53c-e48239c326d4 2018-09-04 10:23:43,508 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?id=2402ee67-522d-4440-bd5a-2a81e97a591b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}02b0bf9291be9040ab245cc3bd889a64b3cf064f" 2018-09-04 10:23:43,741 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-d5278835-e191-4c38-9bb3-e74442553da9 Date: Tue, 04 Sep 2018 10:23:43 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"2402ee67-522d-4440-bd5a-2a81e97a591b","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"da1aa3dc9e564d3d922e61c0121a390e","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-09-04T10:23:42Z","provider:segmentation_id":42,"name":"NeutronUtilsNetworkTests-7443d707-5d4e-41f5-9e99-bd3c4ce11d0f-pub-net","admin_state_up":true,"tenant_id":"da1aa3dc9e564d3d922e61c0121a390e","created_at":"2018-09-04T10:23:42Z","provider:network_type":"vxlan"}]} 2018-09-04 10:23:43,741 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?id=2402ee67-522d-4440-bd5a-2a81e97a591b used request id req-d5278835-e191-4c38-9bb3-e74442553da9 2018-09-04 10:23:43,746 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=2402ee67-522d-4440-bd5a-2a81e97a591b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}02b0bf9291be9040ab245cc3bd889a64b3cf064f" 2018-09-04 10:23:43,775 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-d2d068f7-f689-4bb1-80d0-ddc27c83be17 Date: Tue, 04 Sep 2018 10:23:43 GMT RESP BODY: {"subnets":[]} 2018-09-04 10:23:43,775 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=2402ee67-522d-4440-bd5a-2a81e97a591b used request id req-d2d068f7-f689-4bb1-80d0-ddc27c83be17 2018-09-04 10:23:43,779 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=NeutronUtilsNetworkTests-7443d707-5d4e-41f5-9e99-bd3c4ce11d0f-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}02b0bf9291be9040ab245cc3bd889a64b3cf064f" 2018-09-04 10:23:43,994 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-4b97d560-aedd-4c91-b437-1df535d440ad Date: Tue, 04 Sep 2018 10:23:44 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"2402ee67-522d-4440-bd5a-2a81e97a591b","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"da1aa3dc9e564d3d922e61c0121a390e","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-09-04T10:23:42Z","provider:segmentation_id":42,"name":"NeutronUtilsNetworkTests-7443d707-5d4e-41f5-9e99-bd3c4ce11d0f-pub-net","admin_state_up":true,"tenant_id":"da1aa3dc9e564d3d922e61c0121a390e","created_at":"2018-09-04T10:23:42Z","provider:network_type":"vxlan"}]} 2018-09-04 10:23:43,994 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=NeutronUtilsNetworkTests-7443d707-5d4e-41f5-9e99-bd3c4ce11d0f-pub-net used request id req-4b97d560-aedd-4c91-b437-1df535d440ad 2018-09-04 10:23:43,998 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-04 10:23:44,003 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 04 Sep 2018 10:23: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.28: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.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-04 10:23:44,003 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/da1aa3dc9e564d3d922e61c0121a390e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}02b0bf9291be9040ab245cc3bd889a64b3cf064f" 2018-09-04 10:23:44,101 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:23:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-41a8def4-1e4f-4cd5-9874-03e9067d7ceb Content-Encoding: gzip Content-Length: 245 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.28:5000/v3/projects/da1aa3dc9e564d3d922e61c0121a390e"}, "enabled": true, "id": "da1aa3dc9e564d3d922e61c0121a390e", "parent_id": "default", "domain_id": "default", "name": "api_check-project_95790658-ea1a-473f-b71a-0aa15c3467f2"}} 2018-09-04 10:23:44,101 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/da1aa3dc9e564d3d922e61c0121a390e used request id req-41a8def4-1e4f-4cd5-9874-03e9067d7ceb 2018-09-04 10:23:44,106 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=2402ee67-522d-4440-bd5a-2a81e97a591b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}02b0bf9291be9040ab245cc3bd889a64b3cf064f" 2018-09-04 10:23:44,137 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-9cf3b23f-30dd-4647-8a1e-39b54542f3b1 Date: Tue, 04 Sep 2018 10:23:44 GMT RESP BODY: {"subnets":[]} 2018-09-04 10:23:44,137 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=2402ee67-522d-4440-bd5a-2a81e97a591b used request id req-9cf3b23f-30dd-4647-8a1e-39b54542f3b1 2018-09-04 10:23:44,137 - neutron_utils - INFO - Deleting network with name NeutronUtilsNetworkTests-7443d707-5d4e-41f5-9e99-bd3c4ce11d0f-pub-net 2018-09-04 10:23:44,142 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/networks/2402ee67-522d-4440-bd5a-2a81e97a591b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}02b0bf9291be9040ab245cc3bd889a64b3cf064f" 2018-09-04 10:23:44,913 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-50d9ad85-0d61-4000-9d42-c14a4a9f7079 Date: Tue, 04 Sep 2018 10:23:44 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-04 10:23:44,913 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/networks/2402ee67-522d-4440-bd5a-2a81e97a591b used request id req-50d9ad85-0d61-4000-9d42-c14a4a9f7079 2018-09-04 10:23:44,915 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-09-04 10:23:45,297 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5ef645ad12fc453aa5d8a0c2cbf76196", "name": "heat_stack_owner"}, {"id": "9a944a8c31754b8f941d2fa9034d4301", "name": "Member"}, {"id": "3d416247e8224533841040c3ad2bce5a", "name": "admin"}], "expires_at": "2018-09-04T11:23:45.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "da1aa3dc9e564d3d922e61c0121a390e", "name": "api_check-project_95790658-ea1a-473f-b71a-0aa15c3467f2"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235635a698ef4bef9dc6b25273d185da"}, {"url": "http://192.30.9.6:8776/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "23b07b3fbfc340a58cf0f9b2871a0d23"}, {"url": "http://172.30.9.28:8776/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "72fd0aaa144d45419f4b04b6b26f69a7"}], "type": "volume", "id": "097241c25b4d4f7e91b3f8efa155909e", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v3/da1aa3dc9e564d3d922e61c0121a390e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93eb4cf3030a49e7840bec071422d397"}, {"url": "http://192.30.9.6:8776/v3/da1aa3dc9e564d3d922e61c0121a390e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8af439a6ac147fdbcb38ed9aa916b68"}, {"url": "http://192.30.9.6:8776/v3/da1aa3dc9e564d3d922e61c0121a390e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c4bfdbc9b7c74a23a40afdf578cfeba4"}], "type": "volumev3", "id": "1c85f4682ce44f729db1dabd98e965e8", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "82239574a29d4603a2161006f61851cf"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8d15f7134f364a7bbcfff2f84aac3bf2"}, {"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e01668c43a0c4c279b9a3d20a0280d6c"}], "type": "image", "id": "297d8415ca96454991054983920912f7", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7bb4d60e20734d4a9f31ec75e02cb823"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bf6adec15590466a9a0d3bddb00e8993"}, {"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f096f03a1d12411a8972f6f7c196b60d"}], "type": "policy", "id": "54c64351b56d44bbad74c2969cc3aa00", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "354ae6870a324fab82d0a0fb68ee0f26"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a3807e460dd4af488d982b66c52e64c"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e7c3da785076450abd71868e75ce0c33"}], "type": "cloudformation", "id": "6ac9917ae83c4639a15a4ab3cf0e76dd", "name": "heat-cfn"}, {"endpoints": [], "type": "metering", "id": "7fcc078e5e0645f29df67742ac14e388", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49e71628d386464cb950d6a9db00a328"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75b0a63ed8574bbcab1c851cc9b83d30"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9902b0a8b3c04cd192a1b84c417c232b"}], "type": "key-manager", "id": "9626544a32e74678a641c6e206f028a9", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "497340e5aa36485982fdf297f370558f"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7802beb4fc7c4952897b77bd5610b1fe"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c14af798917f4fa0b146d9772583e595"}], "type": "metric", "id": "973bfe8c658d4e5a8da725e76b9d550e", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "288ecc3674ea41d2aa3b790dcb832bf2"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7a6dc785cd7142f5b30f1a7ba0daeb03"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7f7d34e2351b4964befccc862c4e8e12"}], "type": "network", "id": "a348d7b06050474fb449be7f32ea6f5d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "21bce6ecb8464a1f8f3e3847aa698bd6"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0a8faf2246b47deb30e69e48d3551fb"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e71c6011de3d4d8589e5b53dcc79f288"}], "type": "identity", "id": "ad8d4b4953184137a1b913ecee9434ed", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "13474f9a78ca4f1184e4cddc84d0d98c"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad67365a18234bb78c336e6776958c00"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc54db13337f44f8921fbb9ad0f81de8"}], "type": "alarming", "id": "bb18dc3243034f08a6a7f69f7a1edccf", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0d91d7adf0304b2681c77f979e5cdb17"}, {"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "756e5ffca9774ab3ae2db41bf330417f"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c07c727a08c243b287827f539a124e63"}], "type": "placement", "id": "bb2c9432fcbd4c56913177122468f6ba", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1eed4912224b48cf9856446eae4d9928"}, {"url": "http://192.30.9.6:8004/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b73b7f99236541148d84f24f09e5dd40"}, {"url": "http://192.30.9.6:8004/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fbf12e52911244fdafc24a9d46f56e62"}], "type": "orchestration", "id": "c8918d139da945ba93df4ccce21d4904", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/da1aa3dc9e564d3d922e61c0121a390e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16bf098b9e2e490f8e47fa601059f975"}, {"url": "http://192.30.9.6:8776/v2/da1aa3dc9e564d3d922e61c0121a390e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc16fa4cf491444ca2f611d5692c1170"}, {"url": "http://192.30.9.6:8776/v2/da1aa3dc9e564d3d922e61c0121a390e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ccd2c5325dff4b90b391db9fdde67d99"}], "type": "volumev2", "id": "d09ac9123c34494abce21d6c27bee9d9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eac694332354a3aa0e61c31314166d7"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b4d4989c4e764717ab78d38675cadd3f"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff196e46b56d406d87a678f1a64497b0"}], "type": "compute", "id": "d4030ee932c84df58c5b910cc197caa7", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_95790658-ea1a-473f-b71a-0aa15c3467f2", "id": "6cb53a06110b45a6a2f21cb265048110"}, "audit_ids": ["Qe7r1MnbQrq5S6yr1bhSOw"], "issued_at": "2018-09-04T10:23:45.000000Z"}} 2018-09-04 10:23:45,297 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28: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}9f003dde6fa86a8c08d0f3259f6b9cbdfb601a66" 2018-09-04 10:23:45,375 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:23:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4f244ad6-e79b-4a9b-8643-ebedb8bc5b41 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.28:5000/v3/", "rel": "self"}]}} 2018-09-04 10:23:45,375 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-4f244ad6-e79b-4a9b-8643-ebedb8bc5b41 2018-09-04 10:23:45,377 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-09-04 10:23:45,760 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5ef645ad12fc453aa5d8a0c2cbf76196", "name": "heat_stack_owner"}, {"id": "9a944a8c31754b8f941d2fa9034d4301", "name": "Member"}, {"id": "3d416247e8224533841040c3ad2bce5a", "name": "admin"}], "expires_at": "2018-09-04T11:23:45.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "da1aa3dc9e564d3d922e61c0121a390e", "name": "api_check-project_95790658-ea1a-473f-b71a-0aa15c3467f2"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235635a698ef4bef9dc6b25273d185da"}, {"url": "http://192.30.9.6:8776/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "23b07b3fbfc340a58cf0f9b2871a0d23"}, {"url": "http://172.30.9.28:8776/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "72fd0aaa144d45419f4b04b6b26f69a7"}], "type": "volume", "id": "097241c25b4d4f7e91b3f8efa155909e", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v3/da1aa3dc9e564d3d922e61c0121a390e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93eb4cf3030a49e7840bec071422d397"}, {"url": "http://192.30.9.6:8776/v3/da1aa3dc9e564d3d922e61c0121a390e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8af439a6ac147fdbcb38ed9aa916b68"}, {"url": "http://192.30.9.6:8776/v3/da1aa3dc9e564d3d922e61c0121a390e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c4bfdbc9b7c74a23a40afdf578cfeba4"}], "type": "volumev3", "id": "1c85f4682ce44f729db1dabd98e965e8", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "82239574a29d4603a2161006f61851cf"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8d15f7134f364a7bbcfff2f84aac3bf2"}, {"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e01668c43a0c4c279b9a3d20a0280d6c"}], "type": "image", "id": "297d8415ca96454991054983920912f7", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7bb4d60e20734d4a9f31ec75e02cb823"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bf6adec15590466a9a0d3bddb00e8993"}, {"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f096f03a1d12411a8972f6f7c196b60d"}], "type": "policy", "id": "54c64351b56d44bbad74c2969cc3aa00", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "354ae6870a324fab82d0a0fb68ee0f26"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a3807e460dd4af488d982b66c52e64c"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e7c3da785076450abd71868e75ce0c33"}], "type": "cloudformation", "id": "6ac9917ae83c4639a15a4ab3cf0e76dd", "name": "heat-cfn"}, {"endpoints": [], "type": "metering", "id": "7fcc078e5e0645f29df67742ac14e388", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49e71628d386464cb950d6a9db00a328"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75b0a63ed8574bbcab1c851cc9b83d30"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9902b0a8b3c04cd192a1b84c417c232b"}], "type": "key-manager", "id": "9626544a32e74678a641c6e206f028a9", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "497340e5aa36485982fdf297f370558f"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7802beb4fc7c4952897b77bd5610b1fe"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c14af798917f4fa0b146d9772583e595"}], "type": "metric", "id": "973bfe8c658d4e5a8da725e76b9d550e", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "288ecc3674ea41d2aa3b790dcb832bf2"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7a6dc785cd7142f5b30f1a7ba0daeb03"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7f7d34e2351b4964befccc862c4e8e12"}], "type": "network", "id": "a348d7b06050474fb449be7f32ea6f5d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "21bce6ecb8464a1f8f3e3847aa698bd6"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0a8faf2246b47deb30e69e48d3551fb"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e71c6011de3d4d8589e5b53dcc79f288"}], "type": "identity", "id": "ad8d4b4953184137a1b913ecee9434ed", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "13474f9a78ca4f1184e4cddc84d0d98c"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad67365a18234bb78c336e6776958c00"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc54db13337f44f8921fbb9ad0f81de8"}], "type": "alarming", "id": "bb18dc3243034f08a6a7f69f7a1edccf", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0d91d7adf0304b2681c77f979e5cdb17"}, {"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "756e5ffca9774ab3ae2db41bf330417f"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c07c727a08c243b287827f539a124e63"}], "type": "placement", "id": "bb2c9432fcbd4c56913177122468f6ba", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1eed4912224b48cf9856446eae4d9928"}, {"url": "http://192.30.9.6:8004/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b73b7f99236541148d84f24f09e5dd40"}, {"url": "http://192.30.9.6:8004/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fbf12e52911244fdafc24a9d46f56e62"}], "type": "orchestration", "id": "c8918d139da945ba93df4ccce21d4904", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/da1aa3dc9e564d3d922e61c0121a390e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16bf098b9e2e490f8e47fa601059f975"}, {"url": "http://192.30.9.6:8776/v2/da1aa3dc9e564d3d922e61c0121a390e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc16fa4cf491444ca2f611d5692c1170"}, {"url": "http://192.30.9.6:8776/v2/da1aa3dc9e564d3d922e61c0121a390e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ccd2c5325dff4b90b391db9fdde67d99"}], "type": "volumev2", "id": "d09ac9123c34494abce21d6c27bee9d9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eac694332354a3aa0e61c31314166d7"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b4d4989c4e764717ab78d38675cadd3f"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff196e46b56d406d87a678f1a64497b0"}], "type": "compute", "id": "d4030ee932c84df58c5b910cc197caa7", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_95790658-ea1a-473f-b71a-0aa15c3467f2", "id": "6cb53a06110b45a6a2f21cb265048110"}, "audit_ids": ["CUV8-77hSWK8NlY-VaUaBQ"], "issued_at": "2018-09-04T10:23:45.000000Z"}} 2018-09-04 10:23:45,761 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28: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}5bbbe8627a31c6cb11c0846646d147095f5f76b0" 2018-09-04 10:23:45,842 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:23:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1c7a1058-cd45-468f-8ed6-b5483a4b26e2 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.28:5000/v3/", "rel": "self"}]}} 2018-09-04 10:23:45,842 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-1c7a1058-cd45-468f-8ed6-b5483a4b26e2 2018-09-04 10:23:45,844 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-09-04 10:23:46,216 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5ef645ad12fc453aa5d8a0c2cbf76196", "name": "heat_stack_owner"}, {"id": "9a944a8c31754b8f941d2fa9034d4301", "name": "Member"}, {"id": "3d416247e8224533841040c3ad2bce5a", "name": "admin"}], "expires_at": "2018-09-04T11:23:46.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "da1aa3dc9e564d3d922e61c0121a390e", "name": "api_check-project_95790658-ea1a-473f-b71a-0aa15c3467f2"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235635a698ef4bef9dc6b25273d185da"}, {"url": "http://192.30.9.6:8776/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "23b07b3fbfc340a58cf0f9b2871a0d23"}, {"url": "http://172.30.9.28:8776/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "72fd0aaa144d45419f4b04b6b26f69a7"}], "type": "volume", "id": "097241c25b4d4f7e91b3f8efa155909e", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v3/da1aa3dc9e564d3d922e61c0121a390e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93eb4cf3030a49e7840bec071422d397"}, {"url": "http://192.30.9.6:8776/v3/da1aa3dc9e564d3d922e61c0121a390e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8af439a6ac147fdbcb38ed9aa916b68"}, {"url": "http://192.30.9.6:8776/v3/da1aa3dc9e564d3d922e61c0121a390e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c4bfdbc9b7c74a23a40afdf578cfeba4"}], "type": "volumev3", "id": "1c85f4682ce44f729db1dabd98e965e8", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "82239574a29d4603a2161006f61851cf"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8d15f7134f364a7bbcfff2f84aac3bf2"}, {"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e01668c43a0c4c279b9a3d20a0280d6c"}], "type": "image", "id": "297d8415ca96454991054983920912f7", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7bb4d60e20734d4a9f31ec75e02cb823"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bf6adec15590466a9a0d3bddb00e8993"}, {"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f096f03a1d12411a8972f6f7c196b60d"}], "type": "policy", "id": "54c64351b56d44bbad74c2969cc3aa00", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "354ae6870a324fab82d0a0fb68ee0f26"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a3807e460dd4af488d982b66c52e64c"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e7c3da785076450abd71868e75ce0c33"}], "type": "cloudformation", "id": "6ac9917ae83c4639a15a4ab3cf0e76dd", "name": "heat-cfn"}, {"endpoints": [], "type": "metering", "id": "7fcc078e5e0645f29df67742ac14e388", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49e71628d386464cb950d6a9db00a328"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75b0a63ed8574bbcab1c851cc9b83d30"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9902b0a8b3c04cd192a1b84c417c232b"}], "type": "key-manager", "id": "9626544a32e74678a641c6e206f028a9", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "497340e5aa36485982fdf297f370558f"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7802beb4fc7c4952897b77bd5610b1fe"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c14af798917f4fa0b146d9772583e595"}], "type": "metric", "id": "973bfe8c658d4e5a8da725e76b9d550e", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "288ecc3674ea41d2aa3b790dcb832bf2"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7a6dc785cd7142f5b30f1a7ba0daeb03"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7f7d34e2351b4964befccc862c4e8e12"}], "type": "network", "id": "a348d7b06050474fb449be7f32ea6f5d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "21bce6ecb8464a1f8f3e3847aa698bd6"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0a8faf2246b47deb30e69e48d3551fb"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e71c6011de3d4d8589e5b53dcc79f288"}], "type": "identity", "id": "ad8d4b4953184137a1b913ecee9434ed", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "13474f9a78ca4f1184e4cddc84d0d98c"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad67365a18234bb78c336e6776958c00"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc54db13337f44f8921fbb9ad0f81de8"}], "type": "alarming", "id": "bb18dc3243034f08a6a7f69f7a1edccf", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0d91d7adf0304b2681c77f979e5cdb17"}, {"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "756e5ffca9774ab3ae2db41bf330417f"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c07c727a08c243b287827f539a124e63"}], "type": "placement", "id": "bb2c9432fcbd4c56913177122468f6ba", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1eed4912224b48cf9856446eae4d9928"}, {"url": "http://192.30.9.6:8004/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b73b7f99236541148d84f24f09e5dd40"}, {"url": "http://192.30.9.6:8004/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fbf12e52911244fdafc24a9d46f56e62"}], "type": "orchestration", "id": "c8918d139da945ba93df4ccce21d4904", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/da1aa3dc9e564d3d922e61c0121a390e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16bf098b9e2e490f8e47fa601059f975"}, {"url": "http://192.30.9.6:8776/v2/da1aa3dc9e564d3d922e61c0121a390e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc16fa4cf491444ca2f611d5692c1170"}, {"url": "http://192.30.9.6:8776/v2/da1aa3dc9e564d3d922e61c0121a390e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ccd2c5325dff4b90b391db9fdde67d99"}], "type": "volumev2", "id": "d09ac9123c34494abce21d6c27bee9d9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eac694332354a3aa0e61c31314166d7"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b4d4989c4e764717ab78d38675cadd3f"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff196e46b56d406d87a678f1a64497b0"}], "type": "compute", "id": "d4030ee932c84df58c5b910cc197caa7", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_95790658-ea1a-473f-b71a-0aa15c3467f2", "id": "6cb53a06110b45a6a2f21cb265048110"}, "audit_ids": ["BgzvRyiiREuzA5Ke1eNmxQ"], "issued_at": "2018-09-04T10:23:46.000000Z"}} 2018-09-04 10:23:46,217 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28: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}e922953ee715cb5923b00c91b1e5fc0b12117673" 2018-09-04 10:23:46,301 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:23:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-28c3a286-46c1-4dcf-a593-182b87615ae2 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.28:5000/v3/", "rel": "self"}]}} 2018-09-04 10:23:46,302 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-28c3a286-46c1-4dcf-a593-182b87615ae2 2018-09-04 10:23:46,303 - neutron_utils - INFO - Creating network with name NeutronUtilsSubnetTests-1943fc41-a1c9-4c10-b8a4-3ff7b868d628-pub-net 2018-09-04 10:23:46,308 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e922953ee715cb5923b00c91b1e5fc0b12117673" -d '{"network": {"name": "NeutronUtilsSubnetTests-1943fc41-a1c9-4c10-b8a4-3ff7b868d628-pub-net", "admin_state_up": true}}' 2018-09-04 10:23:46,931 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 700 X-Openstack-Request-Id: req-b1d63ff2-113c-4bc1-b7b9-6d28c88ec769 Date: Tue, 04 Sep 2018 10:23:46 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"provider:network_type":"vxlan","id":"f71af082-af3b-4cd5-91a6-24d415d24fe0","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"da1aa3dc9e564d3d922e61c0121a390e","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-09-04T10:23:46Z","is_default":false,"provider:segmentation_id":59,"name":"NeutronUtilsSubnetTests-1943fc41-a1c9-4c10-b8a4-3ff7b868d628-pub-net","admin_state_up":true,"tenant_id":"da1aa3dc9e564d3d922e61c0121a390e","created_at":"2018-09-04T10:23:46Z","mtu":1450}} 2018-09-04 10:23:46,931 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/networks used request id req-b1d63ff2-113c-4bc1-b7b9-6d28c88ec769 2018-09-04 10:23:46,937 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?id=f71af082-af3b-4cd5-91a6-24d415d24fe0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e922953ee715cb5923b00c91b1e5fc0b12117673" 2018-09-04 10:23:47,849 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-0ba0975a-a121-4d6f-9e6d-a4d430e88b6c Date: Tue, 04 Sep 2018 10:23:47 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"f71af082-af3b-4cd5-91a6-24d415d24fe0","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"da1aa3dc9e564d3d922e61c0121a390e","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-09-04T10:23:46Z","provider:segmentation_id":59,"name":"NeutronUtilsSubnetTests-1943fc41-a1c9-4c10-b8a4-3ff7b868d628-pub-net","admin_state_up":true,"tenant_id":"da1aa3dc9e564d3d922e61c0121a390e","created_at":"2018-09-04T10:23:46Z","provider:network_type":"vxlan"}]} 2018-09-04 10:23:47,849 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?id=f71af082-af3b-4cd5-91a6-24d415d24fe0 used request id req-0ba0975a-a121-4d6f-9e6d-a4d430e88b6c 2018-09-04 10:23:47,854 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=f71af082-af3b-4cd5-91a6-24d415d24fe0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e922953ee715cb5923b00c91b1e5fc0b12117673" 2018-09-04 10:23:48,042 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-d5bfd088-27ac-453a-a5cd-748101da50f1 Date: Tue, 04 Sep 2018 10:23:48 GMT RESP BODY: {"subnets":[]} 2018-09-04 10:23:48,043 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=f71af082-af3b-4cd5-91a6-24d415d24fe0 used request id req-d5bfd088-27ac-453a-a5cd-748101da50f1 2018-09-04 10:23:48,043 - neutron_utils - INFO - Creating subnet with name NeutronUtilsSubnetTests-1943fc41-a1c9-4c10-b8a4-3ff7b868d628-pub-subnet 2018-09-04 10:23:48,048 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e922953ee715cb5923b00c91b1e5fc0b12117673" -d '{"subnets": [{"ip_version": 4, "network_id": "f71af082-af3b-4cd5-91a6-24d415d24fe0", "cidr": "10.55.1.0/24", "name": "NeutronUtilsSubnetTests-1943fc41-a1c9-4c10-b8a4-3ff7b868d628-pub-subnet"}]}' 2018-09-04 10:23:48,664 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-7775066b-b350-43b1-8838-9f42b52425fe Date: Tue, 04 Sep 2018 10:23:48 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"f71af082-af3b-4cd5-91a6-24d415d24fe0","tenant_id":"da1aa3dc9e564d3d922e61c0121a390e","created_at":"2018-09-04T10:23:48Z","dns_nameservers":[],"updated_at":"2018-09-04T10:23:48Z","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":"da1aa3dc9e564d3d922e61c0121a390e","id":"cfe70547-3e8c-4321-a4a0-2b89f0f8d6b8","subnetpool_id":null,"name":"NeutronUtilsSubnetTests-1943fc41-a1c9-4c10-b8a4-3ff7b868d628-pub-subnet"}]} 2018-09-04 10:23:48,664 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/subnets used request id req-7775066b-b350-43b1-8838-9f42b52425fe 2018-09-04 10:23:48,669 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?id=f71af082-af3b-4cd5-91a6-24d415d24fe0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e922953ee715cb5923b00c91b1e5fc0b12117673" 2018-09-04 10:23:48,973 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-15dfb787-30d2-4a7c-a523-07ba84ee5717 Date: Tue, 04 Sep 2018 10:23:48 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"f71af082-af3b-4cd5-91a6-24d415d24fe0","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"da1aa3dc9e564d3d922e61c0121a390e","status":"ACTIVE","subnets":["cfe70547-3e8c-4321-a4a0-2b89f0f8d6b8"],"description":"","tags":[],"updated_at":"2018-09-04T10:23:48Z","provider:segmentation_id":59,"name":"NeutronUtilsSubnetTests-1943fc41-a1c9-4c10-b8a4-3ff7b868d628-pub-net","admin_state_up":true,"tenant_id":"da1aa3dc9e564d3d922e61c0121a390e","created_at":"2018-09-04T10:23:46Z","provider:network_type":"vxlan"}]} 2018-09-04 10:23:48,973 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?id=f71af082-af3b-4cd5-91a6-24d415d24fe0 used request id req-15dfb787-30d2-4a7c-a523-07ba84ee5717 2018-09-04 10:23:48,979 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=f71af082-af3b-4cd5-91a6-24d415d24fe0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e922953ee715cb5923b00c91b1e5fc0b12117673" 2018-09-04 10:23:49,194 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-981103f5-4cc6-4c26-a8a6-9e65a236db45 Date: Tue, 04 Sep 2018 10:23:49 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"f71af082-af3b-4cd5-91a6-24d415d24fe0","tenant_id":"da1aa3dc9e564d3d922e61c0121a390e","created_at":"2018-09-04T10:23:48Z","dns_nameservers":[],"updated_at":"2018-09-04T10:23:48Z","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":"da1aa3dc9e564d3d922e61c0121a390e","id":"cfe70547-3e8c-4321-a4a0-2b89f0f8d6b8","subnetpool_id":null,"name":"NeutronUtilsSubnetTests-1943fc41-a1c9-4c10-b8a4-3ff7b868d628-pub-subnet"}]} 2018-09-04 10:23:49,194 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=f71af082-af3b-4cd5-91a6-24d415d24fe0 used request id req-981103f5-4cc6-4c26-a8a6-9e65a236db45 2018-09-04 10:23:49,199 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=NeutronUtilsSubnetTests-1943fc41-a1c9-4c10-b8a4-3ff7b868d628-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e922953ee715cb5923b00c91b1e5fc0b12117673" 2018-09-04 10:23:49,424 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-0f22175b-f83f-4727-a685-04b3b571bf56 Date: Tue, 04 Sep 2018 10:23:49 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"f71af082-af3b-4cd5-91a6-24d415d24fe0","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"da1aa3dc9e564d3d922e61c0121a390e","status":"ACTIVE","subnets":["cfe70547-3e8c-4321-a4a0-2b89f0f8d6b8"],"description":"","tags":[],"updated_at":"2018-09-04T10:23:48Z","provider:segmentation_id":59,"name":"NeutronUtilsSubnetTests-1943fc41-a1c9-4c10-b8a4-3ff7b868d628-pub-net","admin_state_up":true,"tenant_id":"da1aa3dc9e564d3d922e61c0121a390e","created_at":"2018-09-04T10:23:46Z","provider:network_type":"vxlan"}]} 2018-09-04 10:23:49,424 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=NeutronUtilsSubnetTests-1943fc41-a1c9-4c10-b8a4-3ff7b868d628-pub-net used request id req-0f22175b-f83f-4727-a685-04b3b571bf56 2018-09-04 10:23:49,428 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-04 10:23:49,433 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 04 Sep 2018 10:23: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://172.30.9.28: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.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-04 10:23:49,434 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/da1aa3dc9e564d3d922e61c0121a390e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e922953ee715cb5923b00c91b1e5fc0b12117673" 2018-09-04 10:23:49,515 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:23:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7cd62680-94b0-4039-8d12-185b2237ad0a Content-Encoding: gzip Content-Length: 245 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.28:5000/v3/projects/da1aa3dc9e564d3d922e61c0121a390e"}, "enabled": true, "id": "da1aa3dc9e564d3d922e61c0121a390e", "parent_id": "default", "domain_id": "default", "name": "api_check-project_95790658-ea1a-473f-b71a-0aa15c3467f2"}} 2018-09-04 10:23:49,515 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/da1aa3dc9e564d3d922e61c0121a390e used request id req-7cd62680-94b0-4039-8d12-185b2237ad0a 2018-09-04 10:23:49,521 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=f71af082-af3b-4cd5-91a6-24d415d24fe0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e922953ee715cb5923b00c91b1e5fc0b12117673" 2018-09-04 10:23:49,782 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-e39f5279-55f4-4802-91dd-fc5250ced49e Date: Tue, 04 Sep 2018 10:23:49 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"f71af082-af3b-4cd5-91a6-24d415d24fe0","tenant_id":"da1aa3dc9e564d3d922e61c0121a390e","created_at":"2018-09-04T10:23:48Z","dns_nameservers":[],"updated_at":"2018-09-04T10:23:48Z","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":"da1aa3dc9e564d3d922e61c0121a390e","id":"cfe70547-3e8c-4321-a4a0-2b89f0f8d6b8","subnetpool_id":null,"name":"NeutronUtilsSubnetTests-1943fc41-a1c9-4c10-b8a4-3ff7b868d628-pub-subnet"}]} 2018-09-04 10:23:49,782 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=f71af082-af3b-4cd5-91a6-24d415d24fe0 used request id req-e39f5279-55f4-4802-91dd-fc5250ced49e 2018-09-04 10:23:49,788 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=f71af082-af3b-4cd5-91a6-24d415d24fe0&name=NeutronUtilsSubnetTests-1943fc41-a1c9-4c10-b8a4-3ff7b868d628-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e922953ee715cb5923b00c91b1e5fc0b12117673" 2018-09-04 10:23:50,013 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-8518864c-ddff-4fc2-8c55-42c5be4d70f6 Date: Tue, 04 Sep 2018 10:23:50 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"f71af082-af3b-4cd5-91a6-24d415d24fe0","tenant_id":"da1aa3dc9e564d3d922e61c0121a390e","created_at":"2018-09-04T10:23:48Z","dns_nameservers":[],"updated_at":"2018-09-04T10:23:48Z","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":"da1aa3dc9e564d3d922e61c0121a390e","id":"cfe70547-3e8c-4321-a4a0-2b89f0f8d6b8","subnetpool_id":null,"name":"NeutronUtilsSubnetTests-1943fc41-a1c9-4c10-b8a4-3ff7b868d628-pub-subnet"}]} 2018-09-04 10:23:50,013 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=f71af082-af3b-4cd5-91a6-24d415d24fe0&name=NeutronUtilsSubnetTests-1943fc41-a1c9-4c10-b8a4-3ff7b868d628-pub-subnet used request id req-8518864c-ddff-4fc2-8c55-42c5be4d70f6 2018-09-04 10:23:50,018 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=f71af082-af3b-4cd5-91a6-24d415d24fe0&name=NeutronUtilsSubnetTests-1943fc41-a1c9-4c10-b8a4-3ff7b868d628-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e922953ee715cb5923b00c91b1e5fc0b12117673" 2018-09-04 10:23:50,213 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-72714bcb-5eeb-4393-b805-0028c965d473 Date: Tue, 04 Sep 2018 10:23:50 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"f71af082-af3b-4cd5-91a6-24d415d24fe0","tenant_id":"da1aa3dc9e564d3d922e61c0121a390e","created_at":"2018-09-04T10:23:48Z","dns_nameservers":[],"updated_at":"2018-09-04T10:23:48Z","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":"da1aa3dc9e564d3d922e61c0121a390e","id":"cfe70547-3e8c-4321-a4a0-2b89f0f8d6b8","subnetpool_id":null,"name":"NeutronUtilsSubnetTests-1943fc41-a1c9-4c10-b8a4-3ff7b868d628-pub-subnet"}]} 2018-09-04 10:23:50,213 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=f71af082-af3b-4cd5-91a6-24d415d24fe0&name=NeutronUtilsSubnetTests-1943fc41-a1c9-4c10-b8a4-3ff7b868d628-pub-subnet used request id req-72714bcb-5eeb-4393-b805-0028c965d473 2018-09-04 10:23:50,219 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=f71af082-af3b-4cd5-91a6-24d415d24fe0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e922953ee715cb5923b00c91b1e5fc0b12117673" 2018-09-04 10:23:51,085 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-a96ae46a-4d84-49c6-9840-b283a8b437bc Date: Tue, 04 Sep 2018 10:23:51 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"f71af082-af3b-4cd5-91a6-24d415d24fe0","tenant_id":"da1aa3dc9e564d3d922e61c0121a390e","created_at":"2018-09-04T10:23:48Z","dns_nameservers":[],"updated_at":"2018-09-04T10:23:48Z","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":"da1aa3dc9e564d3d922e61c0121a390e","id":"cfe70547-3e8c-4321-a4a0-2b89f0f8d6b8","subnetpool_id":null,"name":"NeutronUtilsSubnetTests-1943fc41-a1c9-4c10-b8a4-3ff7b868d628-pub-subnet"}]} 2018-09-04 10:23:51,085 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=f71af082-af3b-4cd5-91a6-24d415d24fe0 used request id req-a96ae46a-4d84-49c6-9840-b283a8b437bc 2018-09-04 10:23:51,091 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?name=NeutronUtilsSubnetTests-1943fc41-a1c9-4c10-b8a4-3ff7b868d628-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e922953ee715cb5923b00c91b1e5fc0b12117673" 2018-09-04 10:23:51,319 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-1a72de22-379f-48c2-9bfe-da230491480e Date: Tue, 04 Sep 2018 10:23:51 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"f71af082-af3b-4cd5-91a6-24d415d24fe0","tenant_id":"da1aa3dc9e564d3d922e61c0121a390e","created_at":"2018-09-04T10:23:48Z","dns_nameservers":[],"updated_at":"2018-09-04T10:23:48Z","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":"da1aa3dc9e564d3d922e61c0121a390e","id":"cfe70547-3e8c-4321-a4a0-2b89f0f8d6b8","subnetpool_id":null,"name":"NeutronUtilsSubnetTests-1943fc41-a1c9-4c10-b8a4-3ff7b868d628-pub-subnet"}]} 2018-09-04 10:23:51,319 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?name=NeutronUtilsSubnetTests-1943fc41-a1c9-4c10-b8a4-3ff7b868d628-pub-subnet used request id req-1a72de22-379f-48c2-9bfe-da230491480e 2018-09-04 10:23:51,321 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/da1aa3dc9e564d3d922e61c0121a390e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e922953ee715cb5923b00c91b1e5fc0b12117673" 2018-09-04 10:23:51,402 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:23:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9db7850d-026d-49b7-8200-1a7d280cae36 Content-Encoding: gzip Content-Length: 245 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.28:5000/v3/projects/da1aa3dc9e564d3d922e61c0121a390e"}, "enabled": true, "id": "da1aa3dc9e564d3d922e61c0121a390e", "parent_id": "default", "domain_id": "default", "name": "api_check-project_95790658-ea1a-473f-b71a-0aa15c3467f2"}} 2018-09-04 10:23:51,402 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/da1aa3dc9e564d3d922e61c0121a390e used request id req-9db7850d-026d-49b7-8200-1a7d280cae36 2018-09-04 10:23:51,402 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsSubnetTests-1943fc41-a1c9-4c10-b8a4-3ff7b868d628-pub-subnet 2018-09-04 10:23:51,402 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsSubnetTests-1943fc41-a1c9-4c10-b8a4-3ff7b868d628-pub-subnet 2018-09-04 10:23:51,405 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/subnets/cfe70547-3e8c-4321-a4a0-2b89f0f8d6b8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e922953ee715cb5923b00c91b1e5fc0b12117673" 2018-09-04 10:23:53,708 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-180f6926-08b6-49cb-86d0-9e77c9dd6fa4 Date: Tue, 04 Sep 2018 10:23:53 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-04 10:23:53,708 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/subnets/cfe70547-3e8c-4321-a4a0-2b89f0f8d6b8 used request id req-180f6926-08b6-49cb-86d0-9e77c9dd6fa4 2018-09-04 10:23:53,709 - neutron_utils - INFO - Deleting network with name NeutronUtilsSubnetTests-1943fc41-a1c9-4c10-b8a4-3ff7b868d628-pub-net 2018-09-04 10:23:53,713 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/networks/f71af082-af3b-4cd5-91a6-24d415d24fe0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e922953ee715cb5923b00c91b1e5fc0b12117673" 2018-09-04 10:23:55,206 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-f3fb0d7b-6cee-4e9b-8ef9-1c2cac2b60af Date: Tue, 04 Sep 2018 10:23:55 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-04 10:23:55,207 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/networks/f71af082-af3b-4cd5-91a6-24d415d24fe0 used request id req-f3fb0d7b-6cee-4e9b-8ef9-1c2cac2b60af 2018-09-04 10:23:55,208 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-09-04 10:23:55,587 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5ef645ad12fc453aa5d8a0c2cbf76196", "name": "heat_stack_owner"}, {"id": "9a944a8c31754b8f941d2fa9034d4301", "name": "Member"}, {"id": "3d416247e8224533841040c3ad2bce5a", "name": "admin"}], "expires_at": "2018-09-04T11:23:55.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "da1aa3dc9e564d3d922e61c0121a390e", "name": "api_check-project_95790658-ea1a-473f-b71a-0aa15c3467f2"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235635a698ef4bef9dc6b25273d185da"}, {"url": "http://192.30.9.6:8776/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "23b07b3fbfc340a58cf0f9b2871a0d23"}, {"url": "http://172.30.9.28:8776/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "72fd0aaa144d45419f4b04b6b26f69a7"}], "type": "volume", "id": "097241c25b4d4f7e91b3f8efa155909e", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v3/da1aa3dc9e564d3d922e61c0121a390e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93eb4cf3030a49e7840bec071422d397"}, {"url": "http://192.30.9.6:8776/v3/da1aa3dc9e564d3d922e61c0121a390e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8af439a6ac147fdbcb38ed9aa916b68"}, {"url": "http://192.30.9.6:8776/v3/da1aa3dc9e564d3d922e61c0121a390e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c4bfdbc9b7c74a23a40afdf578cfeba4"}], "type": "volumev3", "id": "1c85f4682ce44f729db1dabd98e965e8", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "82239574a29d4603a2161006f61851cf"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8d15f7134f364a7bbcfff2f84aac3bf2"}, {"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e01668c43a0c4c279b9a3d20a0280d6c"}], "type": "image", "id": "297d8415ca96454991054983920912f7", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7bb4d60e20734d4a9f31ec75e02cb823"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bf6adec15590466a9a0d3bddb00e8993"}, {"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f096f03a1d12411a8972f6f7c196b60d"}], "type": "policy", "id": "54c64351b56d44bbad74c2969cc3aa00", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "354ae6870a324fab82d0a0fb68ee0f26"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a3807e460dd4af488d982b66c52e64c"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e7c3da785076450abd71868e75ce0c33"}], "type": "cloudformation", "id": "6ac9917ae83c4639a15a4ab3cf0e76dd", "name": "heat-cfn"}, {"endpoints": [], "type": "metering", "id": "7fcc078e5e0645f29df67742ac14e388", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49e71628d386464cb950d6a9db00a328"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75b0a63ed8574bbcab1c851cc9b83d30"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9902b0a8b3c04cd192a1b84c417c232b"}], "type": "key-manager", "id": "9626544a32e74678a641c6e206f028a9", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "497340e5aa36485982fdf297f370558f"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7802beb4fc7c4952897b77bd5610b1fe"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c14af798917f4fa0b146d9772583e595"}], "type": "metric", "id": "973bfe8c658d4e5a8da725e76b9d550e", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "288ecc3674ea41d2aa3b790dcb832bf2"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7a6dc785cd7142f5b30f1a7ba0daeb03"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7f7d34e2351b4964befccc862c4e8e12"}], "type": "network", "id": "a348d7b06050474fb449be7f32ea6f5d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "21bce6ecb8464a1f8f3e3847aa698bd6"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0a8faf2246b47deb30e69e48d3551fb"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e71c6011de3d4d8589e5b53dcc79f288"}], "type": "identity", "id": "ad8d4b4953184137a1b913ecee9434ed", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "13474f9a78ca4f1184e4cddc84d0d98c"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad67365a18234bb78c336e6776958c00"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc54db13337f44f8921fbb9ad0f81de8"}], "type": "alarming", "id": "bb18dc3243034f08a6a7f69f7a1edccf", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0d91d7adf0304b2681c77f979e5cdb17"}, {"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "756e5ffca9774ab3ae2db41bf330417f"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c07c727a08c243b287827f539a124e63"}], "type": "placement", "id": "bb2c9432fcbd4c56913177122468f6ba", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1eed4912224b48cf9856446eae4d9928"}, {"url": "http://192.30.9.6:8004/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b73b7f99236541148d84f24f09e5dd40"}, {"url": "http://192.30.9.6:8004/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fbf12e52911244fdafc24a9d46f56e62"}], "type": "orchestration", "id": "c8918d139da945ba93df4ccce21d4904", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/da1aa3dc9e564d3d922e61c0121a390e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16bf098b9e2e490f8e47fa601059f975"}, {"url": "http://192.30.9.6:8776/v2/da1aa3dc9e564d3d922e61c0121a390e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc16fa4cf491444ca2f611d5692c1170"}, {"url": "http://192.30.9.6:8776/v2/da1aa3dc9e564d3d922e61c0121a390e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ccd2c5325dff4b90b391db9fdde67d99"}], "type": "volumev2", "id": "d09ac9123c34494abce21d6c27bee9d9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eac694332354a3aa0e61c31314166d7"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b4d4989c4e764717ab78d38675cadd3f"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff196e46b56d406d87a678f1a64497b0"}], "type": "compute", "id": "d4030ee932c84df58c5b910cc197caa7", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_95790658-ea1a-473f-b71a-0aa15c3467f2", "id": "6cb53a06110b45a6a2f21cb265048110"}, "audit_ids": ["kUMKMN9cTxet2KAvO9uvvg"], "issued_at": "2018-09-04T10:23:55.000000Z"}} 2018-09-04 10:23:55,588 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28: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}89657eeb75dd2955531bbd85d487d1e402db6455" 2018-09-04 10:23:55,664 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:23:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-23a1d338-8d91-4d60-bdc6-5bb5b55c5b41 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.28:5000/v3/", "rel": "self"}]}} 2018-09-04 10:23:55,664 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-23a1d338-8d91-4d60-bdc6-5bb5b55c5b41 2018-09-04 10:23:55,666 - neutron_utils - INFO - Creating network with name NeutronUtilsSubnetTests-91d1544d-afa6-45df-9e87-0dd9e4b46922-pub-net 2018-09-04 10:23:55,671 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}89657eeb75dd2955531bbd85d487d1e402db6455" -d '{"network": {"name": "NeutronUtilsSubnetTests-91d1544d-afa6-45df-9e87-0dd9e4b46922-pub-net", "admin_state_up": true}}' 2018-09-04 10:23:56,123 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 700 X-Openstack-Request-Id: req-e6064191-2dda-4019-aece-26affc087bfc Date: Tue, 04 Sep 2018 10:23: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":"3d17240a-bbab-4df2-a62c-164bb6f36c57","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"da1aa3dc9e564d3d922e61c0121a390e","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-09-04T10:23:56Z","is_default":false,"provider:segmentation_id":29,"name":"NeutronUtilsSubnetTests-91d1544d-afa6-45df-9e87-0dd9e4b46922-pub-net","admin_state_up":true,"tenant_id":"da1aa3dc9e564d3d922e61c0121a390e","created_at":"2018-09-04T10:23:55Z","mtu":1450}} 2018-09-04 10:23:56,123 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/networks used request id req-e6064191-2dda-4019-aece-26affc087bfc 2018-09-04 10:23:56,128 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?id=3d17240a-bbab-4df2-a62c-164bb6f36c57 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}89657eeb75dd2955531bbd85d487d1e402db6455" 2018-09-04 10:23:56,360 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-f18a6964-e0e8-47ca-a856-ef4843c6c25b Date: Tue, 04 Sep 2018 10:23:56 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"3d17240a-bbab-4df2-a62c-164bb6f36c57","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"da1aa3dc9e564d3d922e61c0121a390e","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-09-04T10:23:56Z","provider:segmentation_id":29,"name":"NeutronUtilsSubnetTests-91d1544d-afa6-45df-9e87-0dd9e4b46922-pub-net","admin_state_up":true,"tenant_id":"da1aa3dc9e564d3d922e61c0121a390e","created_at":"2018-09-04T10:23:55Z","provider:network_type":"vxlan"}]} 2018-09-04 10:23:56,360 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?id=3d17240a-bbab-4df2-a62c-164bb6f36c57 used request id req-f18a6964-e0e8-47ca-a856-ef4843c6c25b 2018-09-04 10:23:56,365 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=3d17240a-bbab-4df2-a62c-164bb6f36c57 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}89657eeb75dd2955531bbd85d487d1e402db6455" 2018-09-04 10:23:56,652 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-810cb732-b5d0-4359-9a85-96fdd4418024 Date: Tue, 04 Sep 2018 10:23:56 GMT RESP BODY: {"subnets":[]} 2018-09-04 10:23:56,652 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=3d17240a-bbab-4df2-a62c-164bb6f36c57 used request id req-810cb732-b5d0-4359-9a85-96fdd4418024 2018-09-04 10:23:56,652 - neutron_utils - INFO - Creating subnet with name NeutronUtilsSubnetTests-91d1544d-afa6-45df-9e87-0dd9e4b46922-pub-subnet 2018-09-04 10:23:56,657 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}89657eeb75dd2955531bbd85d487d1e402db6455" -d '{"subnets": [{"ip_version": 4, "network_id": "3d17240a-bbab-4df2-a62c-164bb6f36c57", "cidr": "", "name": "NeutronUtilsSubnetTests-91d1544d-afa6-45df-9e87-0dd9e4b46922-pub-subnet"}]}' 2018-09-04 10:23:56,808 - keystoneauth.session - DEBUG - RESP: [400] Content-Length: 133 Content-Type: application/json X-Openstack-Request-Id: req-bce2ae62-36ec-46cb-b1d9-6bd7d70fe991 Date: Tue, 04 Sep 2018 10:23:56 GMT RESP BODY: {"NeutronError": {"message": "Invalid input for cidr. Reason: '' is not a valid IP subnet.", "type": "HTTPBadRequest", "detail": ""}} 2018-09-04 10:23:56,809 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/subnets used request id req-bce2ae62-36ec-46cb-b1d9-6bd7d70fe991 2018-09-04 10:23:56,809 - neutronclient.v2_0.client - DEBUG - Error message: {"NeutronError": {"message": "Invalid input for cidr. Reason: '' is not a valid IP subnet.", "type": "HTTPBadRequest", "detail": ""}} 2018-09-04 10:23:56,809 - neutron_utils - ERROR - Unexpected error creating subnet [NeutronUtilsSubnetTests-91d1544d-afa6-45df-9e87-0dd9e4b46922-pub-subnet] for network [NeutronUtilsSubnetTests-91d1544d-afa6-45df-9e87-0dd9e4b46922-pub-net] 2018-09-04 10:23:56,809 - neutron_utils - INFO - Deleting network with name NeutronUtilsSubnetTests-91d1544d-afa6-45df-9e87-0dd9e4b46922-pub-net 2018-09-04 10:23:56,814 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/networks/3d17240a-bbab-4df2-a62c-164bb6f36c57 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}89657eeb75dd2955531bbd85d487d1e402db6455" 2018-09-04 10:23:57,626 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-6db0e0e5-5dd8-4572-9c46-dbb1a96d28a5 Date: Tue, 04 Sep 2018 10:23:57 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-04 10:23:57,626 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/networks/3d17240a-bbab-4df2-a62c-164bb6f36c57 used request id req-6db0e0e5-5dd8-4572-9c46-dbb1a96d28a5 2018-09-04 10:23:57,627 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-09-04 10:23:58,022 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5ef645ad12fc453aa5d8a0c2cbf76196", "name": "heat_stack_owner"}, {"id": "9a944a8c31754b8f941d2fa9034d4301", "name": "Member"}, {"id": "3d416247e8224533841040c3ad2bce5a", "name": "admin"}], "expires_at": "2018-09-04T11:23:58.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "da1aa3dc9e564d3d922e61c0121a390e", "name": "api_check-project_95790658-ea1a-473f-b71a-0aa15c3467f2"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235635a698ef4bef9dc6b25273d185da"}, {"url": "http://192.30.9.6:8776/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "23b07b3fbfc340a58cf0f9b2871a0d23"}, {"url": "http://172.30.9.28:8776/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "72fd0aaa144d45419f4b04b6b26f69a7"}], "type": "volume", "id": "097241c25b4d4f7e91b3f8efa155909e", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v3/da1aa3dc9e564d3d922e61c0121a390e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93eb4cf3030a49e7840bec071422d397"}, {"url": "http://192.30.9.6:8776/v3/da1aa3dc9e564d3d922e61c0121a390e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8af439a6ac147fdbcb38ed9aa916b68"}, {"url": "http://192.30.9.6:8776/v3/da1aa3dc9e564d3d922e61c0121a390e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c4bfdbc9b7c74a23a40afdf578cfeba4"}], "type": "volumev3", "id": "1c85f4682ce44f729db1dabd98e965e8", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "82239574a29d4603a2161006f61851cf"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8d15f7134f364a7bbcfff2f84aac3bf2"}, {"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e01668c43a0c4c279b9a3d20a0280d6c"}], "type": "image", "id": "297d8415ca96454991054983920912f7", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7bb4d60e20734d4a9f31ec75e02cb823"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bf6adec15590466a9a0d3bddb00e8993"}, {"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f096f03a1d12411a8972f6f7c196b60d"}], "type": "policy", "id": "54c64351b56d44bbad74c2969cc3aa00", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "354ae6870a324fab82d0a0fb68ee0f26"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a3807e460dd4af488d982b66c52e64c"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e7c3da785076450abd71868e75ce0c33"}], "type": "cloudformation", "id": "6ac9917ae83c4639a15a4ab3cf0e76dd", "name": "heat-cfn"}, {"endpoints": [], "type": "metering", "id": "7fcc078e5e0645f29df67742ac14e388", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49e71628d386464cb950d6a9db00a328"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75b0a63ed8574bbcab1c851cc9b83d30"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9902b0a8b3c04cd192a1b84c417c232b"}], "type": "key-manager", "id": "9626544a32e74678a641c6e206f028a9", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "497340e5aa36485982fdf297f370558f"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7802beb4fc7c4952897b77bd5610b1fe"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c14af798917f4fa0b146d9772583e595"}], "type": "metric", "id": "973bfe8c658d4e5a8da725e76b9d550e", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "288ecc3674ea41d2aa3b790dcb832bf2"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7a6dc785cd7142f5b30f1a7ba0daeb03"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7f7d34e2351b4964befccc862c4e8e12"}], "type": "network", "id": "a348d7b06050474fb449be7f32ea6f5d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "21bce6ecb8464a1f8f3e3847aa698bd6"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0a8faf2246b47deb30e69e48d3551fb"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e71c6011de3d4d8589e5b53dcc79f288"}], "type": "identity", "id": "ad8d4b4953184137a1b913ecee9434ed", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "13474f9a78ca4f1184e4cddc84d0d98c"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad67365a18234bb78c336e6776958c00"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc54db13337f44f8921fbb9ad0f81de8"}], "type": "alarming", "id": "bb18dc3243034f08a6a7f69f7a1edccf", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0d91d7adf0304b2681c77f979e5cdb17"}, {"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "756e5ffca9774ab3ae2db41bf330417f"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c07c727a08c243b287827f539a124e63"}], "type": "placement", "id": "bb2c9432fcbd4c56913177122468f6ba", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1eed4912224b48cf9856446eae4d9928"}, {"url": "http://192.30.9.6:8004/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b73b7f99236541148d84f24f09e5dd40"}, {"url": "http://192.30.9.6:8004/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fbf12e52911244fdafc24a9d46f56e62"}], "type": "orchestration", "id": "c8918d139da945ba93df4ccce21d4904", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/da1aa3dc9e564d3d922e61c0121a390e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16bf098b9e2e490f8e47fa601059f975"}, {"url": "http://192.30.9.6:8776/v2/da1aa3dc9e564d3d922e61c0121a390e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc16fa4cf491444ca2f611d5692c1170"}, {"url": "http://192.30.9.6:8776/v2/da1aa3dc9e564d3d922e61c0121a390e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ccd2c5325dff4b90b391db9fdde67d99"}], "type": "volumev2", "id": "d09ac9123c34494abce21d6c27bee9d9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eac694332354a3aa0e61c31314166d7"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b4d4989c4e764717ab78d38675cadd3f"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff196e46b56d406d87a678f1a64497b0"}], "type": "compute", "id": "d4030ee932c84df58c5b910cc197caa7", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_95790658-ea1a-473f-b71a-0aa15c3467f2", "id": "6cb53a06110b45a6a2f21cb265048110"}, "audit_ids": ["KdOwsGipRMSJ5_FWuTcvsA"], "issued_at": "2018-09-04T10:23:58.000000Z"}} 2018-09-04 10:23:58,022 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28: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}aaecd176660f840b890675e0657699d38d0c97a9" 2018-09-04 10:23:58,107 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:23:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e48949ad-8854-4989-b67b-3982e0cd4ea8 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.28:5000/v3/", "rel": "self"}]}} 2018-09-04 10:23:58,107 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-e48949ad-8854-4989-b67b-3982e0cd4ea8 2018-09-04 10:23:58,108 - neutron_utils - INFO - Creating network with name NeutronUtilsSubnetTests-731746f2-aa9f-48db-b88d-de0b14252a60-pub-net 2018-09-04 10:23:58,113 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aaecd176660f840b890675e0657699d38d0c97a9" -d '{"network": {"name": "NeutronUtilsSubnetTests-731746f2-aa9f-48db-b88d-de0b14252a60-pub-net", "admin_state_up": true}}' 2018-09-04 10:23:58,590 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 700 X-Openstack-Request-Id: req-c3ad0951-b45f-4ed1-adc5-c77cbfdc3aa5 Date: Tue, 04 Sep 2018 10:23: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":"6d172b0c-0761-406a-b35a-8734b1dd6b8d","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"da1aa3dc9e564d3d922e61c0121a390e","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-09-04T10:23:58Z","is_default":false,"provider:segmentation_id":90,"name":"NeutronUtilsSubnetTests-731746f2-aa9f-48db-b88d-de0b14252a60-pub-net","admin_state_up":true,"tenant_id":"da1aa3dc9e564d3d922e61c0121a390e","created_at":"2018-09-04T10:23:58Z","mtu":1450}} 2018-09-04 10:23:58,590 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/networks used request id req-c3ad0951-b45f-4ed1-adc5-c77cbfdc3aa5 2018-09-04 10:23:58,595 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?id=6d172b0c-0761-406a-b35a-8734b1dd6b8d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aaecd176660f840b890675e0657699d38d0c97a9" 2018-09-04 10:23:58,808 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-c22ac29f-eebf-45b2-ac12-1c65109a209f Date: Tue, 04 Sep 2018 10:23:58 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"6d172b0c-0761-406a-b35a-8734b1dd6b8d","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"da1aa3dc9e564d3d922e61c0121a390e","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-09-04T10:23:58Z","provider:segmentation_id":90,"name":"NeutronUtilsSubnetTests-731746f2-aa9f-48db-b88d-de0b14252a60-pub-net","admin_state_up":true,"tenant_id":"da1aa3dc9e564d3d922e61c0121a390e","created_at":"2018-09-04T10:23:58Z","provider:network_type":"vxlan"}]} 2018-09-04 10:23:58,809 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?id=6d172b0c-0761-406a-b35a-8734b1dd6b8d used request id req-c22ac29f-eebf-45b2-ac12-1c65109a209f 2018-09-04 10:23:58,814 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=6d172b0c-0761-406a-b35a-8734b1dd6b8d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aaecd176660f840b890675e0657699d38d0c97a9" 2018-09-04 10:23:58,998 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-aa8c1765-2b74-4830-86db-8025f381d7c9 Date: Tue, 04 Sep 2018 10:23:59 GMT RESP BODY: {"subnets":[]} 2018-09-04 10:23:58,998 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=6d172b0c-0761-406a-b35a-8734b1dd6b8d used request id req-aa8c1765-2b74-4830-86db-8025f381d7c9 2018-09-04 10:23:58,998 - neutron_utils - INFO - Creating subnet with name NeutronUtilsSubnetTests-731746f2-aa9f-48db-b88d-de0b14252a60-pub-subnet 2018-09-04 10:23:59,003 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aaecd176660f840b890675e0657699d38d0c97a9" -d '{"subnets": [{"ip_version": 4, "network_id": "6d172b0c-0761-406a-b35a-8734b1dd6b8d", "cidr": "10.55.1.0/24", "name": "NeutronUtilsSubnetTests-731746f2-aa9f-48db-b88d-de0b14252a60-pub-subnet"}]}' 2018-09-04 10:23:59,710 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-7c059304-ac3e-4be9-9dd2-73fd3102620e Date: Tue, 04 Sep 2018 10:23:59 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"6d172b0c-0761-406a-b35a-8734b1dd6b8d","tenant_id":"da1aa3dc9e564d3d922e61c0121a390e","created_at":"2018-09-04T10:23:59Z","dns_nameservers":[],"updated_at":"2018-09-04T10:23:59Z","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":"da1aa3dc9e564d3d922e61c0121a390e","id":"85a87b7a-602d-473f-8426-b8afe4bc7c3b","subnetpool_id":null,"name":"NeutronUtilsSubnetTests-731746f2-aa9f-48db-b88d-de0b14252a60-pub-subnet"}]} 2018-09-04 10:23:59,710 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/subnets used request id req-7c059304-ac3e-4be9-9dd2-73fd3102620e 2018-09-04 10:23:59,715 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?id=6d172b0c-0761-406a-b35a-8734b1dd6b8d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aaecd176660f840b890675e0657699d38d0c97a9" 2018-09-04 10:23:59,799 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-6e78dcfe-acaf-40b9-b5f5-9e992c753f76 Date: Tue, 04 Sep 2018 10:23:59 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"6d172b0c-0761-406a-b35a-8734b1dd6b8d","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"da1aa3dc9e564d3d922e61c0121a390e","status":"ACTIVE","subnets":["85a87b7a-602d-473f-8426-b8afe4bc7c3b"],"description":"","tags":[],"updated_at":"2018-09-04T10:23:59Z","provider:segmentation_id":90,"name":"NeutronUtilsSubnetTests-731746f2-aa9f-48db-b88d-de0b14252a60-pub-net","admin_state_up":true,"tenant_id":"da1aa3dc9e564d3d922e61c0121a390e","created_at":"2018-09-04T10:23:58Z","provider:network_type":"vxlan"}]} 2018-09-04 10:23:59,799 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?id=6d172b0c-0761-406a-b35a-8734b1dd6b8d used request id req-6e78dcfe-acaf-40b9-b5f5-9e992c753f76 2018-09-04 10:23:59,804 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=6d172b0c-0761-406a-b35a-8734b1dd6b8d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aaecd176660f840b890675e0657699d38d0c97a9" 2018-09-04 10:23:59,869 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-f61469ee-74d8-4c5d-ad67-4f6597393ead Date: Tue, 04 Sep 2018 10:23:59 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"6d172b0c-0761-406a-b35a-8734b1dd6b8d","tenant_id":"da1aa3dc9e564d3d922e61c0121a390e","created_at":"2018-09-04T10:23:59Z","dns_nameservers":[],"updated_at":"2018-09-04T10:23:59Z","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":"da1aa3dc9e564d3d922e61c0121a390e","id":"85a87b7a-602d-473f-8426-b8afe4bc7c3b","subnetpool_id":null,"name":"NeutronUtilsSubnetTests-731746f2-aa9f-48db-b88d-de0b14252a60-pub-subnet"}]} 2018-09-04 10:23:59,869 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=6d172b0c-0761-406a-b35a-8734b1dd6b8d used request id req-f61469ee-74d8-4c5d-ad67-4f6597393ead 2018-09-04 10:23:59,874 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=NeutronUtilsSubnetTests-731746f2-aa9f-48db-b88d-de0b14252a60-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aaecd176660f840b890675e0657699d38d0c97a9" 2018-09-04 10:23:59,979 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-3c3051c9-6492-4321-ae5c-31a8a06d8fee Date: Tue, 04 Sep 2018 10:23:59 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"6d172b0c-0761-406a-b35a-8734b1dd6b8d","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"da1aa3dc9e564d3d922e61c0121a390e","status":"ACTIVE","subnets":["85a87b7a-602d-473f-8426-b8afe4bc7c3b"],"description":"","tags":[],"updated_at":"2018-09-04T10:23:59Z","provider:segmentation_id":90,"name":"NeutronUtilsSubnetTests-731746f2-aa9f-48db-b88d-de0b14252a60-pub-net","admin_state_up":true,"tenant_id":"da1aa3dc9e564d3d922e61c0121a390e","created_at":"2018-09-04T10:23:58Z","provider:network_type":"vxlan"}]} 2018-09-04 10:23:59,979 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=NeutronUtilsSubnetTests-731746f2-aa9f-48db-b88d-de0b14252a60-pub-net used request id req-3c3051c9-6492-4321-ae5c-31a8a06d8fee 2018-09-04 10:23:59,982 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-04 10:23:59,987 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 04 Sep 2018 10:23: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.28: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.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-04 10:23:59,988 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/da1aa3dc9e564d3d922e61c0121a390e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aaecd176660f840b890675e0657699d38d0c97a9" 2018-09-04 10:24:00,074 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:23:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e0cb5d19-0414-48a8-8da0-6d478aa64be2 Content-Encoding: gzip Content-Length: 245 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.28:5000/v3/projects/da1aa3dc9e564d3d922e61c0121a390e"}, "enabled": true, "id": "da1aa3dc9e564d3d922e61c0121a390e", "parent_id": "default", "domain_id": "default", "name": "api_check-project_95790658-ea1a-473f-b71a-0aa15c3467f2"}} 2018-09-04 10:24:00,074 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/da1aa3dc9e564d3d922e61c0121a390e used request id req-e0cb5d19-0414-48a8-8da0-6d478aa64be2 2018-09-04 10:24:00,079 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=6d172b0c-0761-406a-b35a-8734b1dd6b8d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aaecd176660f840b890675e0657699d38d0c97a9" 2018-09-04 10:24:00,140 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-72e4f14e-f878-4433-9942-eadefbe9fc45 Date: Tue, 04 Sep 2018 10:24:00 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"6d172b0c-0761-406a-b35a-8734b1dd6b8d","tenant_id":"da1aa3dc9e564d3d922e61c0121a390e","created_at":"2018-09-04T10:23:59Z","dns_nameservers":[],"updated_at":"2018-09-04T10:23:59Z","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":"da1aa3dc9e564d3d922e61c0121a390e","id":"85a87b7a-602d-473f-8426-b8afe4bc7c3b","subnetpool_id":null,"name":"NeutronUtilsSubnetTests-731746f2-aa9f-48db-b88d-de0b14252a60-pub-subnet"}]} 2018-09-04 10:24:00,141 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=6d172b0c-0761-406a-b35a-8734b1dd6b8d used request id req-72e4f14e-f878-4433-9942-eadefbe9fc45 2018-09-04 10:24:00,145 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=6d172b0c-0761-406a-b35a-8734b1dd6b8d&name=NeutronUtilsSubnetTests-731746f2-aa9f-48db-b88d-de0b14252a60-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aaecd176660f840b890675e0657699d38d0c97a9" 2018-09-04 10:24:00,339 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-31ff4880-2a9e-4d9d-a19e-84a76e92c291 Date: Tue, 04 Sep 2018 10:24:00 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"6d172b0c-0761-406a-b35a-8734b1dd6b8d","tenant_id":"da1aa3dc9e564d3d922e61c0121a390e","created_at":"2018-09-04T10:23:59Z","dns_nameservers":[],"updated_at":"2018-09-04T10:23:59Z","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":"da1aa3dc9e564d3d922e61c0121a390e","id":"85a87b7a-602d-473f-8426-b8afe4bc7c3b","subnetpool_id":null,"name":"NeutronUtilsSubnetTests-731746f2-aa9f-48db-b88d-de0b14252a60-pub-subnet"}]} 2018-09-04 10:24:00,340 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=6d172b0c-0761-406a-b35a-8734b1dd6b8d&name=NeutronUtilsSubnetTests-731746f2-aa9f-48db-b88d-de0b14252a60-pub-subnet used request id req-31ff4880-2a9e-4d9d-a19e-84a76e92c291 2018-09-04 10:24:00,345 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=6d172b0c-0761-406a-b35a-8734b1dd6b8d&name=NeutronUtilsSubnetTests-731746f2-aa9f-48db-b88d-de0b14252a60-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aaecd176660f840b890675e0657699d38d0c97a9" 2018-09-04 10:24:00,550 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-240d8eb7-efac-4de7-a0df-ceffaba9f523 Date: Tue, 04 Sep 2018 10:24:00 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"6d172b0c-0761-406a-b35a-8734b1dd6b8d","tenant_id":"da1aa3dc9e564d3d922e61c0121a390e","created_at":"2018-09-04T10:23:59Z","dns_nameservers":[],"updated_at":"2018-09-04T10:23:59Z","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":"da1aa3dc9e564d3d922e61c0121a390e","id":"85a87b7a-602d-473f-8426-b8afe4bc7c3b","subnetpool_id":null,"name":"NeutronUtilsSubnetTests-731746f2-aa9f-48db-b88d-de0b14252a60-pub-subnet"}]} 2018-09-04 10:24:00,551 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=6d172b0c-0761-406a-b35a-8734b1dd6b8d&name=NeutronUtilsSubnetTests-731746f2-aa9f-48db-b88d-de0b14252a60-pub-subnet used request id req-240d8eb7-efac-4de7-a0df-ceffaba9f523 2018-09-04 10:24:00,556 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=6d172b0c-0761-406a-b35a-8734b1dd6b8d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aaecd176660f840b890675e0657699d38d0c97a9" 2018-09-04 10:24:00,603 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-7fa6b0ee-d667-43cc-970d-cd0a2ba079be Date: Tue, 04 Sep 2018 10:24:00 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"6d172b0c-0761-406a-b35a-8734b1dd6b8d","tenant_id":"da1aa3dc9e564d3d922e61c0121a390e","created_at":"2018-09-04T10:23:59Z","dns_nameservers":[],"updated_at":"2018-09-04T10:23:59Z","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":"da1aa3dc9e564d3d922e61c0121a390e","id":"85a87b7a-602d-473f-8426-b8afe4bc7c3b","subnetpool_id":null,"name":"NeutronUtilsSubnetTests-731746f2-aa9f-48db-b88d-de0b14252a60-pub-subnet"}]} 2018-09-04 10:24:00,603 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=6d172b0c-0761-406a-b35a-8734b1dd6b8d used request id req-7fa6b0ee-d667-43cc-970d-cd0a2ba079be 2018-09-04 10:24:00,603 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsSubnetTests-731746f2-aa9f-48db-b88d-de0b14252a60-pub-subnet 2018-09-04 10:24:00,603 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsSubnetTests-731746f2-aa9f-48db-b88d-de0b14252a60-pub-subnet 2018-09-04 10:24:00,608 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/subnets/85a87b7a-602d-473f-8426-b8afe4bc7c3b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aaecd176660f840b890675e0657699d38d0c97a9" 2018-09-04 10:24:01,621 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-a605679d-6636-44c4-87de-ab1032b82c07 Date: Tue, 04 Sep 2018 10:24:01 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-04 10:24:01,622 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/subnets/85a87b7a-602d-473f-8426-b8afe4bc7c3b used request id req-a605679d-6636-44c4-87de-ab1032b82c07 2018-09-04 10:24:01,622 - neutron_utils - INFO - Deleting network with name NeutronUtilsSubnetTests-731746f2-aa9f-48db-b88d-de0b14252a60-pub-net 2018-09-04 10:24:01,627 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/networks/6d172b0c-0761-406a-b35a-8734b1dd6b8d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aaecd176660f840b890675e0657699d38d0c97a9" 2018-09-04 10:24:03,637 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-3a147617-36a2-43ed-bd7b-2f4da8cc287b Date: Tue, 04 Sep 2018 10:24:03 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-04 10:24:03,637 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/networks/6d172b0c-0761-406a-b35a-8734b1dd6b8d used request id req-3a147617-36a2-43ed-bd7b-2f4da8cc287b 2018-09-04 10:24:03,639 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-09-04 10:24:04,020 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5ef645ad12fc453aa5d8a0c2cbf76196", "name": "heat_stack_owner"}, {"id": "9a944a8c31754b8f941d2fa9034d4301", "name": "Member"}, {"id": "3d416247e8224533841040c3ad2bce5a", "name": "admin"}], "expires_at": "2018-09-04T11:24:04.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "da1aa3dc9e564d3d922e61c0121a390e", "name": "api_check-project_95790658-ea1a-473f-b71a-0aa15c3467f2"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235635a698ef4bef9dc6b25273d185da"}, {"url": "http://192.30.9.6:8776/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "23b07b3fbfc340a58cf0f9b2871a0d23"}, {"url": "http://172.30.9.28:8776/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "72fd0aaa144d45419f4b04b6b26f69a7"}], "type": "volume", "id": "097241c25b4d4f7e91b3f8efa155909e", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v3/da1aa3dc9e564d3d922e61c0121a390e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93eb4cf3030a49e7840bec071422d397"}, {"url": "http://192.30.9.6:8776/v3/da1aa3dc9e564d3d922e61c0121a390e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8af439a6ac147fdbcb38ed9aa916b68"}, {"url": "http://192.30.9.6:8776/v3/da1aa3dc9e564d3d922e61c0121a390e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c4bfdbc9b7c74a23a40afdf578cfeba4"}], "type": "volumev3", "id": "1c85f4682ce44f729db1dabd98e965e8", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "82239574a29d4603a2161006f61851cf"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8d15f7134f364a7bbcfff2f84aac3bf2"}, {"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e01668c43a0c4c279b9a3d20a0280d6c"}], "type": "image", "id": "297d8415ca96454991054983920912f7", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7bb4d60e20734d4a9f31ec75e02cb823"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bf6adec15590466a9a0d3bddb00e8993"}, {"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f096f03a1d12411a8972f6f7c196b60d"}], "type": "policy", "id": "54c64351b56d44bbad74c2969cc3aa00", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "354ae6870a324fab82d0a0fb68ee0f26"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a3807e460dd4af488d982b66c52e64c"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e7c3da785076450abd71868e75ce0c33"}], "type": "cloudformation", "id": "6ac9917ae83c4639a15a4ab3cf0e76dd", "name": "heat-cfn"}, {"endpoints": [], "type": "metering", "id": "7fcc078e5e0645f29df67742ac14e388", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49e71628d386464cb950d6a9db00a328"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75b0a63ed8574bbcab1c851cc9b83d30"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9902b0a8b3c04cd192a1b84c417c232b"}], "type": "key-manager", "id": "9626544a32e74678a641c6e206f028a9", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "497340e5aa36485982fdf297f370558f"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7802beb4fc7c4952897b77bd5610b1fe"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c14af798917f4fa0b146d9772583e595"}], "type": "metric", "id": "973bfe8c658d4e5a8da725e76b9d550e", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "288ecc3674ea41d2aa3b790dcb832bf2"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7a6dc785cd7142f5b30f1a7ba0daeb03"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7f7d34e2351b4964befccc862c4e8e12"}], "type": "network", "id": "a348d7b06050474fb449be7f32ea6f5d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "21bce6ecb8464a1f8f3e3847aa698bd6"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0a8faf2246b47deb30e69e48d3551fb"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e71c6011de3d4d8589e5b53dcc79f288"}], "type": "identity", "id": "ad8d4b4953184137a1b913ecee9434ed", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "13474f9a78ca4f1184e4cddc84d0d98c"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad67365a18234bb78c336e6776958c00"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc54db13337f44f8921fbb9ad0f81de8"}], "type": "alarming", "id": "bb18dc3243034f08a6a7f69f7a1edccf", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0d91d7adf0304b2681c77f979e5cdb17"}, {"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "756e5ffca9774ab3ae2db41bf330417f"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c07c727a08c243b287827f539a124e63"}], "type": "placement", "id": "bb2c9432fcbd4c56913177122468f6ba", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1eed4912224b48cf9856446eae4d9928"}, {"url": "http://192.30.9.6:8004/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b73b7f99236541148d84f24f09e5dd40"}, {"url": "http://192.30.9.6:8004/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fbf12e52911244fdafc24a9d46f56e62"}], "type": "orchestration", "id": "c8918d139da945ba93df4ccce21d4904", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/da1aa3dc9e564d3d922e61c0121a390e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16bf098b9e2e490f8e47fa601059f975"}, {"url": "http://192.30.9.6:8776/v2/da1aa3dc9e564d3d922e61c0121a390e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc16fa4cf491444ca2f611d5692c1170"}, {"url": "http://192.30.9.6:8776/v2/da1aa3dc9e564d3d922e61c0121a390e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ccd2c5325dff4b90b391db9fdde67d99"}], "type": "volumev2", "id": "d09ac9123c34494abce21d6c27bee9d9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eac694332354a3aa0e61c31314166d7"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b4d4989c4e764717ab78d38675cadd3f"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff196e46b56d406d87a678f1a64497b0"}], "type": "compute", "id": "d4030ee932c84df58c5b910cc197caa7", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_95790658-ea1a-473f-b71a-0aa15c3467f2", "id": "6cb53a06110b45a6a2f21cb265048110"}, "audit_ids": ["0yW2NLJuT-itXqGapVT2rw"], "issued_at": "2018-09-04T10:24:04.000000Z"}} 2018-09-04 10:24:04,021 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28: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}6e6ff1497369e4f7f708cdebf944febce94488f0" 2018-09-04 10:24:04,091 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:24:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-44c704d1-d32c-47b9-8cda-6bf82c3696f1 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.28:5000/v3/", "rel": "self"}]}} 2018-09-04 10:24:04,091 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-44c704d1-d32c-47b9-8cda-6bf82c3696f1 2018-09-04 10:24:04,093 - neutron_utils - INFO - Creating network with name NeutronUtilsSubnetTests-eeb55be9-730f-4570-b2da-ff98559deba2-pub-net 2018-09-04 10:24:04,098 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6e6ff1497369e4f7f708cdebf944febce94488f0" -d '{"network": {"name": "NeutronUtilsSubnetTests-eeb55be9-730f-4570-b2da-ff98559deba2-pub-net", "admin_state_up": true}}' 2018-09-04 10:24:05,273 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 700 X-Openstack-Request-Id: req-32e1fd24-d017-419d-9c09-22cd647391ef Date: Tue, 04 Sep 2018 10:24: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":"a81b10d2-759d-4f7c-8f5a-35549019591b","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"da1aa3dc9e564d3d922e61c0121a390e","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-09-04T10:24:05Z","is_default":false,"provider:segmentation_id":27,"name":"NeutronUtilsSubnetTests-eeb55be9-730f-4570-b2da-ff98559deba2-pub-net","admin_state_up":true,"tenant_id":"da1aa3dc9e564d3d922e61c0121a390e","created_at":"2018-09-04T10:24:05Z","mtu":1450}} 2018-09-04 10:24:05,273 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/networks used request id req-32e1fd24-d017-419d-9c09-22cd647391ef 2018-09-04 10:24:05,278 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?id=a81b10d2-759d-4f7c-8f5a-35549019591b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6e6ff1497369e4f7f708cdebf944febce94488f0" 2018-09-04 10:24:06,170 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-d9184abb-785d-42a4-b9c5-b0c33d8c50de Date: Tue, 04 Sep 2018 10:24:06 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"a81b10d2-759d-4f7c-8f5a-35549019591b","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"da1aa3dc9e564d3d922e61c0121a390e","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-09-04T10:24:05Z","provider:segmentation_id":27,"name":"NeutronUtilsSubnetTests-eeb55be9-730f-4570-b2da-ff98559deba2-pub-net","admin_state_up":true,"tenant_id":"da1aa3dc9e564d3d922e61c0121a390e","created_at":"2018-09-04T10:24:05Z","provider:network_type":"vxlan"}]} 2018-09-04 10:24:06,170 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?id=a81b10d2-759d-4f7c-8f5a-35549019591b used request id req-d9184abb-785d-42a4-b9c5-b0c33d8c50de 2018-09-04 10:24:06,175 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=a81b10d2-759d-4f7c-8f5a-35549019591b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6e6ff1497369e4f7f708cdebf944febce94488f0" 2018-09-04 10:24:06,417 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-ed33157f-3990-485e-8258-cd543a5bf095 Date: Tue, 04 Sep 2018 10:24:06 GMT RESP BODY: {"subnets":[]} 2018-09-04 10:24:06,417 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=a81b10d2-759d-4f7c-8f5a-35549019591b used request id req-ed33157f-3990-485e-8258-cd543a5bf095 2018-09-04 10:24:06,418 - neutron_utils - INFO - Creating subnet with name NeutronUtilsSubnetTests-eeb55be9-730f-4570-b2da-ff98559deba2-pub-subnet 2018-09-04 10:24:06,423 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6e6ff1497369e4f7f708cdebf944febce94488f0" -d '{"subnets": [{"ip_version": 4, "network_id": "a81b10d2-759d-4f7c-8f5a-35549019591b", "cidr": null, "name": "NeutronUtilsSubnetTests-eeb55be9-730f-4570-b2da-ff98559deba2-pub-subnet"}]}' 2018-09-04 10:24:06,728 - keystoneauth.session - DEBUG - RESP: [400] Content-Type: application/json Content-Length: 146 X-Openstack-Request-Id: req-60f4670a-3519-41ff-9d75-f490b38c3663 Date: Tue, 04 Sep 2018 10:24:06 GMT RESP BODY: {"NeutronError": {"message": "Bad subnets request: a subnetpool must be specified in the absence of a cidr.", "type": "BadRequest", "detail": ""}} 2018-09-04 10:24:06,728 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/subnets used request id req-60f4670a-3519-41ff-9d75-f490b38c3663 2018-09-04 10:24:06,728 - 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-09-04 10:24:06,728 - neutron_utils - ERROR - Unexpected error creating subnet [NeutronUtilsSubnetTests-eeb55be9-730f-4570-b2da-ff98559deba2-pub-subnet] for network [NeutronUtilsSubnetTests-eeb55be9-730f-4570-b2da-ff98559deba2-pub-net] 2018-09-04 10:24:06,728 - neutron_utils - INFO - Deleting network with name NeutronUtilsSubnetTests-eeb55be9-730f-4570-b2da-ff98559deba2-pub-net 2018-09-04 10:24:06,733 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/networks/a81b10d2-759d-4f7c-8f5a-35549019591b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6e6ff1497369e4f7f708cdebf944febce94488f0" 2018-09-04 10:24:07,597 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-ae667497-e34f-4d46-ae4b-22b6db0a5147 Date: Tue, 04 Sep 2018 10:24:07 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-04 10:24:07,597 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/networks/a81b10d2-759d-4f7c-8f5a-35549019591b used request id req-ae667497-e34f-4d46-ae4b-22b6db0a5147 2018-09-04 10:24:07,599 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-09-04 10:24:08,001 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5ef645ad12fc453aa5d8a0c2cbf76196", "name": "heat_stack_owner"}, {"id": "9a944a8c31754b8f941d2fa9034d4301", "name": "Member"}, {"id": "3d416247e8224533841040c3ad2bce5a", "name": "admin"}], "expires_at": "2018-09-04T11:24:08.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "da1aa3dc9e564d3d922e61c0121a390e", "name": "api_check-project_95790658-ea1a-473f-b71a-0aa15c3467f2"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235635a698ef4bef9dc6b25273d185da"}, {"url": "http://192.30.9.6:8776/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "23b07b3fbfc340a58cf0f9b2871a0d23"}, {"url": "http://172.30.9.28:8776/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "72fd0aaa144d45419f4b04b6b26f69a7"}], "type": "volume", "id": "097241c25b4d4f7e91b3f8efa155909e", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v3/da1aa3dc9e564d3d922e61c0121a390e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93eb4cf3030a49e7840bec071422d397"}, {"url": "http://192.30.9.6:8776/v3/da1aa3dc9e564d3d922e61c0121a390e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8af439a6ac147fdbcb38ed9aa916b68"}, {"url": "http://192.30.9.6:8776/v3/da1aa3dc9e564d3d922e61c0121a390e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c4bfdbc9b7c74a23a40afdf578cfeba4"}], "type": "volumev3", "id": "1c85f4682ce44f729db1dabd98e965e8", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "82239574a29d4603a2161006f61851cf"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8d15f7134f364a7bbcfff2f84aac3bf2"}, {"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e01668c43a0c4c279b9a3d20a0280d6c"}], "type": "image", "id": "297d8415ca96454991054983920912f7", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7bb4d60e20734d4a9f31ec75e02cb823"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bf6adec15590466a9a0d3bddb00e8993"}, {"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f096f03a1d12411a8972f6f7c196b60d"}], "type": "policy", "id": "54c64351b56d44bbad74c2969cc3aa00", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "354ae6870a324fab82d0a0fb68ee0f26"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a3807e460dd4af488d982b66c52e64c"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e7c3da785076450abd71868e75ce0c33"}], "type": "cloudformation", "id": "6ac9917ae83c4639a15a4ab3cf0e76dd", "name": "heat-cfn"}, {"endpoints": [], "type": "metering", "id": "7fcc078e5e0645f29df67742ac14e388", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49e71628d386464cb950d6a9db00a328"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75b0a63ed8574bbcab1c851cc9b83d30"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9902b0a8b3c04cd192a1b84c417c232b"}], "type": "key-manager", "id": "9626544a32e74678a641c6e206f028a9", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "497340e5aa36485982fdf297f370558f"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7802beb4fc7c4952897b77bd5610b1fe"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c14af798917f4fa0b146d9772583e595"}], "type": "metric", "id": "973bfe8c658d4e5a8da725e76b9d550e", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "288ecc3674ea41d2aa3b790dcb832bf2"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7a6dc785cd7142f5b30f1a7ba0daeb03"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7f7d34e2351b4964befccc862c4e8e12"}], "type": "network", "id": "a348d7b06050474fb449be7f32ea6f5d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "21bce6ecb8464a1f8f3e3847aa698bd6"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0a8faf2246b47deb30e69e48d3551fb"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e71c6011de3d4d8589e5b53dcc79f288"}], "type": "identity", "id": "ad8d4b4953184137a1b913ecee9434ed", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "13474f9a78ca4f1184e4cddc84d0d98c"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad67365a18234bb78c336e6776958c00"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc54db13337f44f8921fbb9ad0f81de8"}], "type": "alarming", "id": "bb18dc3243034f08a6a7f69f7a1edccf", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0d91d7adf0304b2681c77f979e5cdb17"}, {"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "756e5ffca9774ab3ae2db41bf330417f"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c07c727a08c243b287827f539a124e63"}], "type": "placement", "id": "bb2c9432fcbd4c56913177122468f6ba", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1eed4912224b48cf9856446eae4d9928"}, {"url": "http://192.30.9.6:8004/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b73b7f99236541148d84f24f09e5dd40"}, {"url": "http://192.30.9.6:8004/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fbf12e52911244fdafc24a9d46f56e62"}], "type": "orchestration", "id": "c8918d139da945ba93df4ccce21d4904", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/da1aa3dc9e564d3d922e61c0121a390e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16bf098b9e2e490f8e47fa601059f975"}, {"url": "http://192.30.9.6:8776/v2/da1aa3dc9e564d3d922e61c0121a390e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc16fa4cf491444ca2f611d5692c1170"}, {"url": "http://192.30.9.6:8776/v2/da1aa3dc9e564d3d922e61c0121a390e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ccd2c5325dff4b90b391db9fdde67d99"}], "type": "volumev2", "id": "d09ac9123c34494abce21d6c27bee9d9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eac694332354a3aa0e61c31314166d7"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b4d4989c4e764717ab78d38675cadd3f"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff196e46b56d406d87a678f1a64497b0"}], "type": "compute", "id": "d4030ee932c84df58c5b910cc197caa7", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_95790658-ea1a-473f-b71a-0aa15c3467f2", "id": "6cb53a06110b45a6a2f21cb265048110"}, "audit_ids": ["T_rj2ayEStSU4svqfkbT7g"], "issued_at": "2018-09-04T10:24:08.000000Z"}} 2018-09-04 10:24:08,002 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28: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}f27e2bad0d8fe6b1631566ca147b3a83ff6495d9" 2018-09-04 10:24:08,092 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:24:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-011a9caa-9486-4457-bedb-36480c2e2700 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.28:5000/v3/", "rel": "self"}]}} 2018-09-04 10:24:08,093 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-011a9caa-9486-4457-bedb-36480c2e2700 2018-09-04 10:24:08,094 - neutron_utils - INFO - Creating network with name NeutronUtilsSubnetTests-59878337-0475-4780-b1a1-8e7044aade48-pub-net 2018-09-04 10:24:08,099 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f27e2bad0d8fe6b1631566ca147b3a83ff6495d9" -d '{"network": {"name": "NeutronUtilsSubnetTests-59878337-0475-4780-b1a1-8e7044aade48-pub-net", "admin_state_up": true}}' 2018-09-04 10:24:08,567 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 700 X-Openstack-Request-Id: req-ae619dd2-61a8-4be3-abba-49518b1c698c Date: Tue, 04 Sep 2018 10:24:08 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"provider:network_type":"vxlan","id":"da06fd47-3a3b-4c2d-a968-861dc43b1ecd","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"da1aa3dc9e564d3d922e61c0121a390e","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-09-04T10:24:08Z","is_default":false,"provider:segmentation_id":44,"name":"NeutronUtilsSubnetTests-59878337-0475-4780-b1a1-8e7044aade48-pub-net","admin_state_up":true,"tenant_id":"da1aa3dc9e564d3d922e61c0121a390e","created_at":"2018-09-04T10:24:08Z","mtu":1450}} 2018-09-04 10:24:08,567 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/networks used request id req-ae619dd2-61a8-4be3-abba-49518b1c698c 2018-09-04 10:24:08,573 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?id=da06fd47-3a3b-4c2d-a968-861dc43b1ecd -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f27e2bad0d8fe6b1631566ca147b3a83ff6495d9" 2018-09-04 10:24:08,925 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-38f9332b-0cc3-4c8f-a0f0-a1cd39123679 Date: Tue, 04 Sep 2018 10:24:08 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"da06fd47-3a3b-4c2d-a968-861dc43b1ecd","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"da1aa3dc9e564d3d922e61c0121a390e","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-09-04T10:24:08Z","provider:segmentation_id":44,"name":"NeutronUtilsSubnetTests-59878337-0475-4780-b1a1-8e7044aade48-pub-net","admin_state_up":true,"tenant_id":"da1aa3dc9e564d3d922e61c0121a390e","created_at":"2018-09-04T10:24:08Z","provider:network_type":"vxlan"}]} 2018-09-04 10:24:08,925 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?id=da06fd47-3a3b-4c2d-a968-861dc43b1ecd used request id req-38f9332b-0cc3-4c8f-a0f0-a1cd39123679 2018-09-04 10:24:08,930 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=da06fd47-3a3b-4c2d-a968-861dc43b1ecd -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f27e2bad0d8fe6b1631566ca147b3a83ff6495d9" 2018-09-04 10:24:09,118 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-f269923e-c919-4fda-b474-78206d4016d5 Date: Tue, 04 Sep 2018 10:24:09 GMT RESP BODY: {"subnets":[]} 2018-09-04 10:24:09,119 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=da06fd47-3a3b-4c2d-a968-861dc43b1ecd used request id req-f269923e-c919-4fda-b474-78206d4016d5 2018-09-04 10:24:09,119 - neutron_utils - INFO - Creating subnet with name NeutronUtilsSubnetTests-59878337-0475-4780-b1a1-8e7044aade48-pub-subnet 2018-09-04 10:24:09,124 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f27e2bad0d8fe6b1631566ca147b3a83ff6495d9" -d '{"subnets": [{"ip_version": 4, "network_id": "da06fd47-3a3b-4c2d-a968-861dc43b1ecd", "cidr": "10.55.1.0/24", "name": "NeutronUtilsSubnetTests-59878337-0475-4780-b1a1-8e7044aade48-pub-subnet"}]}' 2018-09-04 10:24:10,471 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-db7017d0-c0d9-4b54-9f61-c03395bf7839 Date: Tue, 04 Sep 2018 10:24:10 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"da06fd47-3a3b-4c2d-a968-861dc43b1ecd","tenant_id":"da1aa3dc9e564d3d922e61c0121a390e","created_at":"2018-09-04T10:24:10Z","dns_nameservers":[],"updated_at":"2018-09-04T10:24:10Z","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":"da1aa3dc9e564d3d922e61c0121a390e","id":"51021b21-fd10-4a58-ab51-c2b9728d7358","subnetpool_id":null,"name":"NeutronUtilsSubnetTests-59878337-0475-4780-b1a1-8e7044aade48-pub-subnet"}]} 2018-09-04 10:24:10,471 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/subnets used request id req-db7017d0-c0d9-4b54-9f61-c03395bf7839 2018-09-04 10:24:10,477 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?id=da06fd47-3a3b-4c2d-a968-861dc43b1ecd -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f27e2bad0d8fe6b1631566ca147b3a83ff6495d9" 2018-09-04 10:24:10,720 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-b77a7f46-60fd-4eed-ad14-50395f61437d Date: Tue, 04 Sep 2018 10:24:10 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"da06fd47-3a3b-4c2d-a968-861dc43b1ecd","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"da1aa3dc9e564d3d922e61c0121a390e","status":"ACTIVE","subnets":["51021b21-fd10-4a58-ab51-c2b9728d7358"],"description":"","tags":[],"updated_at":"2018-09-04T10:24:10Z","provider:segmentation_id":44,"name":"NeutronUtilsSubnetTests-59878337-0475-4780-b1a1-8e7044aade48-pub-net","admin_state_up":true,"tenant_id":"da1aa3dc9e564d3d922e61c0121a390e","created_at":"2018-09-04T10:24:08Z","provider:network_type":"vxlan"}]} 2018-09-04 10:24:10,720 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?id=da06fd47-3a3b-4c2d-a968-861dc43b1ecd used request id req-b77a7f46-60fd-4eed-ad14-50395f61437d 2018-09-04 10:24:10,725 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=da06fd47-3a3b-4c2d-a968-861dc43b1ecd -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f27e2bad0d8fe6b1631566ca147b3a83ff6495d9" 2018-09-04 10:24:10,936 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-65f53f19-651e-4a31-bdfc-a85448764c26 Date: Tue, 04 Sep 2018 10:24:10 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"da06fd47-3a3b-4c2d-a968-861dc43b1ecd","tenant_id":"da1aa3dc9e564d3d922e61c0121a390e","created_at":"2018-09-04T10:24:10Z","dns_nameservers":[],"updated_at":"2018-09-04T10:24:10Z","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":"da1aa3dc9e564d3d922e61c0121a390e","id":"51021b21-fd10-4a58-ab51-c2b9728d7358","subnetpool_id":null,"name":"NeutronUtilsSubnetTests-59878337-0475-4780-b1a1-8e7044aade48-pub-subnet"}]} 2018-09-04 10:24:10,936 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=da06fd47-3a3b-4c2d-a968-861dc43b1ecd used request id req-65f53f19-651e-4a31-bdfc-a85448764c26 2018-09-04 10:24:10,941 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=NeutronUtilsSubnetTests-59878337-0475-4780-b1a1-8e7044aade48-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f27e2bad0d8fe6b1631566ca147b3a83ff6495d9" 2018-09-04 10:24:11,830 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-ff123289-1e8a-47ab-b5f0-9feecfa85255 Date: Tue, 04 Sep 2018 10:24:11 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"da06fd47-3a3b-4c2d-a968-861dc43b1ecd","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"da1aa3dc9e564d3d922e61c0121a390e","status":"ACTIVE","subnets":["51021b21-fd10-4a58-ab51-c2b9728d7358"],"description":"","tags":[],"updated_at":"2018-09-04T10:24:10Z","provider:segmentation_id":44,"name":"NeutronUtilsSubnetTests-59878337-0475-4780-b1a1-8e7044aade48-pub-net","admin_state_up":true,"tenant_id":"da1aa3dc9e564d3d922e61c0121a390e","created_at":"2018-09-04T10:24:08Z","provider:network_type":"vxlan"}]} 2018-09-04 10:24:11,830 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=NeutronUtilsSubnetTests-59878337-0475-4780-b1a1-8e7044aade48-pub-net used request id req-ff123289-1e8a-47ab-b5f0-9feecfa85255 2018-09-04 10:24:11,833 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-04 10:24:11,838 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 04 Sep 2018 10:24: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.28: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.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-04 10:24:11,839 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/da1aa3dc9e564d3d922e61c0121a390e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f27e2bad0d8fe6b1631566ca147b3a83ff6495d9" 2018-09-04 10:24:11,924 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:24:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-21db5d92-e446-41bd-a102-b1d42630c40f Content-Encoding: gzip Content-Length: 245 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.28:5000/v3/projects/da1aa3dc9e564d3d922e61c0121a390e"}, "enabled": true, "id": "da1aa3dc9e564d3d922e61c0121a390e", "parent_id": "default", "domain_id": "default", "name": "api_check-project_95790658-ea1a-473f-b71a-0aa15c3467f2"}} 2018-09-04 10:24:11,924 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/da1aa3dc9e564d3d922e61c0121a390e used request id req-21db5d92-e446-41bd-a102-b1d42630c40f 2018-09-04 10:24:11,930 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=da06fd47-3a3b-4c2d-a968-861dc43b1ecd -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f27e2bad0d8fe6b1631566ca147b3a83ff6495d9" 2018-09-04 10:24:11,978 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-d3fb02a9-75a6-457e-9a7a-466912282824 Date: Tue, 04 Sep 2018 10:24:11 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"da06fd47-3a3b-4c2d-a968-861dc43b1ecd","tenant_id":"da1aa3dc9e564d3d922e61c0121a390e","created_at":"2018-09-04T10:24:10Z","dns_nameservers":[],"updated_at":"2018-09-04T10:24:10Z","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":"da1aa3dc9e564d3d922e61c0121a390e","id":"51021b21-fd10-4a58-ab51-c2b9728d7358","subnetpool_id":null,"name":"NeutronUtilsSubnetTests-59878337-0475-4780-b1a1-8e7044aade48-pub-subnet"}]} 2018-09-04 10:24:11,978 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=da06fd47-3a3b-4c2d-a968-861dc43b1ecd used request id req-d3fb02a9-75a6-457e-9a7a-466912282824 2018-09-04 10:24:11,979 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsSubnetTests-59878337-0475-4780-b1a1-8e7044aade48-pub-subnet 2018-09-04 10:24:11,979 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsSubnetTests-59878337-0475-4780-b1a1-8e7044aade48-pub-subnet 2018-09-04 10:24:11,984 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/subnets/51021b21-fd10-4a58-ab51-c2b9728d7358 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f27e2bad0d8fe6b1631566ca147b3a83ff6495d9" 2018-09-04 10:24:14,005 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-b071da41-8817-4e8a-93de-db4db834dbe2 Date: Tue, 04 Sep 2018 10:24:14 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-04 10:24:14,005 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/subnets/51021b21-fd10-4a58-ab51-c2b9728d7358 used request id req-b071da41-8817-4e8a-93de-db4db834dbe2 2018-09-04 10:24:14,005 - neutron_utils - INFO - Deleting network with name NeutronUtilsSubnetTests-59878337-0475-4780-b1a1-8e7044aade48-pub-net 2018-09-04 10:24:14,010 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/networks/da06fd47-3a3b-4c2d-a968-861dc43b1ecd -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f27e2bad0d8fe6b1631566ca147b3a83ff6495d9" 2018-09-04 10:24:15,863 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-a2c8f1ec-fe18-4581-b8c3-00d2f18d4c36 Date: Tue, 04 Sep 2018 10:24:15 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-04 10:24:15,864 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/networks/da06fd47-3a3b-4c2d-a968-861dc43b1ecd used request id req-a2c8f1ec-fe18-4581-b8c3-00d2f18d4c36 2018-09-04 10:24:15,865 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-09-04 10:24:16,256 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5ef645ad12fc453aa5d8a0c2cbf76196", "name": "heat_stack_owner"}, {"id": "9a944a8c31754b8f941d2fa9034d4301", "name": "Member"}, {"id": "3d416247e8224533841040c3ad2bce5a", "name": "admin"}], "expires_at": "2018-09-04T11:24:16.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "da1aa3dc9e564d3d922e61c0121a390e", "name": "api_check-project_95790658-ea1a-473f-b71a-0aa15c3467f2"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235635a698ef4bef9dc6b25273d185da"}, {"url": "http://192.30.9.6:8776/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "23b07b3fbfc340a58cf0f9b2871a0d23"}, {"url": "http://172.30.9.28:8776/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "72fd0aaa144d45419f4b04b6b26f69a7"}], "type": "volume", "id": "097241c25b4d4f7e91b3f8efa155909e", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v3/da1aa3dc9e564d3d922e61c0121a390e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93eb4cf3030a49e7840bec071422d397"}, {"url": "http://192.30.9.6:8776/v3/da1aa3dc9e564d3d922e61c0121a390e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8af439a6ac147fdbcb38ed9aa916b68"}, {"url": "http://192.30.9.6:8776/v3/da1aa3dc9e564d3d922e61c0121a390e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c4bfdbc9b7c74a23a40afdf578cfeba4"}], "type": "volumev3", "id": "1c85f4682ce44f729db1dabd98e965e8", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "82239574a29d4603a2161006f61851cf"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8d15f7134f364a7bbcfff2f84aac3bf2"}, {"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e01668c43a0c4c279b9a3d20a0280d6c"}], "type": "image", "id": "297d8415ca96454991054983920912f7", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7bb4d60e20734d4a9f31ec75e02cb823"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bf6adec15590466a9a0d3bddb00e8993"}, {"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f096f03a1d12411a8972f6f7c196b60d"}], "type": "policy", "id": "54c64351b56d44bbad74c2969cc3aa00", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "354ae6870a324fab82d0a0fb68ee0f26"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a3807e460dd4af488d982b66c52e64c"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e7c3da785076450abd71868e75ce0c33"}], "type": "cloudformation", "id": "6ac9917ae83c4639a15a4ab3cf0e76dd", "name": "heat-cfn"}, {"endpoints": [], "type": "metering", "id": "7fcc078e5e0645f29df67742ac14e388", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49e71628d386464cb950d6a9db00a328"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75b0a63ed8574bbcab1c851cc9b83d30"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9902b0a8b3c04cd192a1b84c417c232b"}], "type": "key-manager", "id": "9626544a32e74678a641c6e206f028a9", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "497340e5aa36485982fdf297f370558f"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7802beb4fc7c4952897b77bd5610b1fe"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c14af798917f4fa0b146d9772583e595"}], "type": "metric", "id": "973bfe8c658d4e5a8da725e76b9d550e", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "288ecc3674ea41d2aa3b790dcb832bf2"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7a6dc785cd7142f5b30f1a7ba0daeb03"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7f7d34e2351b4964befccc862c4e8e12"}], "type": "network", "id": "a348d7b06050474fb449be7f32ea6f5d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "21bce6ecb8464a1f8f3e3847aa698bd6"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0a8faf2246b47deb30e69e48d3551fb"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e71c6011de3d4d8589e5b53dcc79f288"}], "type": "identity", "id": "ad8d4b4953184137a1b913ecee9434ed", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "13474f9a78ca4f1184e4cddc84d0d98c"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad67365a18234bb78c336e6776958c00"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc54db13337f44f8921fbb9ad0f81de8"}], "type": "alarming", "id": "bb18dc3243034f08a6a7f69f7a1edccf", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0d91d7adf0304b2681c77f979e5cdb17"}, {"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "756e5ffca9774ab3ae2db41bf330417f"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c07c727a08c243b287827f539a124e63"}], "type": "placement", "id": "bb2c9432fcbd4c56913177122468f6ba", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1eed4912224b48cf9856446eae4d9928"}, {"url": "http://192.30.9.6:8004/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b73b7f99236541148d84f24f09e5dd40"}, {"url": "http://192.30.9.6:8004/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fbf12e52911244fdafc24a9d46f56e62"}], "type": "orchestration", "id": "c8918d139da945ba93df4ccce21d4904", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/da1aa3dc9e564d3d922e61c0121a390e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16bf098b9e2e490f8e47fa601059f975"}, {"url": "http://192.30.9.6:8776/v2/da1aa3dc9e564d3d922e61c0121a390e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc16fa4cf491444ca2f611d5692c1170"}, {"url": "http://192.30.9.6:8776/v2/da1aa3dc9e564d3d922e61c0121a390e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ccd2c5325dff4b90b391db9fdde67d99"}], "type": "volumev2", "id": "d09ac9123c34494abce21d6c27bee9d9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eac694332354a3aa0e61c31314166d7"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b4d4989c4e764717ab78d38675cadd3f"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff196e46b56d406d87a678f1a64497b0"}], "type": "compute", "id": "d4030ee932c84df58c5b910cc197caa7", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_95790658-ea1a-473f-b71a-0aa15c3467f2", "id": "6cb53a06110b45a6a2f21cb265048110"}, "audit_ids": ["Ts8wE8uRQp-lZONyG--zTA"], "issued_at": "2018-09-04T10:24:16.000000Z"}} 2018-09-04 10:24:16,256 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28: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}e63a6ecc98d05a71a526bf3d1ecb24204c258351" 2018-09-04 10:24:16,332 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:24:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-96b777c9-8009-44bf-a212-3b6884dec542 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.28:5000/v3/", "rel": "self"}]}} 2018-09-04 10:24:16,332 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-96b777c9-8009-44bf-a212-3b6884dec542 2018-09-04 10:24:16,333 - neutron_utils - INFO - Creating network with name NeutronUtilsRouterTests-4efd2343-19f5-4074-90b6-9a5a291ddd64-pub-net 2018-09-04 10:24:16,338 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e63a6ecc98d05a71a526bf3d1ecb24204c258351" -d '{"network": {"name": "NeutronUtilsRouterTests-4efd2343-19f5-4074-90b6-9a5a291ddd64-pub-net", "admin_state_up": true}}' 2018-09-04 10:24:16,817 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 700 X-Openstack-Request-Id: req-37040eab-084f-41d5-96e0-68350cc0fa3f Date: Tue, 04 Sep 2018 10:24: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":"e0d13aad-885b-4be6-8418-75c140f5ee27","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"da1aa3dc9e564d3d922e61c0121a390e","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-09-04T10:24:16Z","is_default":false,"provider:segmentation_id":65,"name":"NeutronUtilsRouterTests-4efd2343-19f5-4074-90b6-9a5a291ddd64-pub-net","admin_state_up":true,"tenant_id":"da1aa3dc9e564d3d922e61c0121a390e","created_at":"2018-09-04T10:24:16Z","mtu":1450}} 2018-09-04 10:24:16,818 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/networks used request id req-37040eab-084f-41d5-96e0-68350cc0fa3f 2018-09-04 10:24:16,823 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?id=e0d13aad-885b-4be6-8418-75c140f5ee27 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e63a6ecc98d05a71a526bf3d1ecb24204c258351" 2018-09-04 10:24:17,044 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-544b0ae8-8d11-40ef-951f-9d119c7c3fd1 Date: Tue, 04 Sep 2018 10:24:17 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"e0d13aad-885b-4be6-8418-75c140f5ee27","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"da1aa3dc9e564d3d922e61c0121a390e","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-09-04T10:24:16Z","provider:segmentation_id":65,"name":"NeutronUtilsRouterTests-4efd2343-19f5-4074-90b6-9a5a291ddd64-pub-net","admin_state_up":true,"tenant_id":"da1aa3dc9e564d3d922e61c0121a390e","created_at":"2018-09-04T10:24:16Z","provider:network_type":"vxlan"}]} 2018-09-04 10:24:17,044 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?id=e0d13aad-885b-4be6-8418-75c140f5ee27 used request id req-544b0ae8-8d11-40ef-951f-9d119c7c3fd1 2018-09-04 10:24:17,049 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=e0d13aad-885b-4be6-8418-75c140f5ee27 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e63a6ecc98d05a71a526bf3d1ecb24204c258351" 2018-09-04 10:24:17,245 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-2f5d61df-4257-4f8b-a060-181710876bb8 Date: Tue, 04 Sep 2018 10:24:17 GMT RESP BODY: {"subnets":[]} 2018-09-04 10:24:17,246 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=e0d13aad-885b-4be6-8418-75c140f5ee27 used request id req-2f5d61df-4257-4f8b-a060-181710876bb8 2018-09-04 10:24:17,246 - neutron_utils - INFO - Creating subnet with name NeutronUtilsRouterTests-4efd2343-19f5-4074-90b6-9a5a291ddd64-pub-subnet 2018-09-04 10:24:17,251 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e63a6ecc98d05a71a526bf3d1ecb24204c258351" -d '{"subnets": [{"ip_version": 4, "network_id": "e0d13aad-885b-4be6-8418-75c140f5ee27", "cidr": "10.55.1.0/24", "name": "NeutronUtilsRouterTests-4efd2343-19f5-4074-90b6-9a5a291ddd64-pub-subnet"}]}' 2018-09-04 10:24:18,052 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-874d9def-4e90-4671-8068-3bb71e398502 Date: Tue, 04 Sep 2018 10:24:18 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"e0d13aad-885b-4be6-8418-75c140f5ee27","tenant_id":"da1aa3dc9e564d3d922e61c0121a390e","created_at":"2018-09-04T10:24:17Z","dns_nameservers":[],"updated_at":"2018-09-04T10:24:17Z","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":"da1aa3dc9e564d3d922e61c0121a390e","id":"3836592c-3f1c-4642-851c-920a56dc7e47","subnetpool_id":null,"name":"NeutronUtilsRouterTests-4efd2343-19f5-4074-90b6-9a5a291ddd64-pub-subnet"}]} 2018-09-04 10:24:18,052 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/subnets used request id req-874d9def-4e90-4671-8068-3bb71e398502 2018-09-04 10:24:18,057 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?id=e0d13aad-885b-4be6-8418-75c140f5ee27 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e63a6ecc98d05a71a526bf3d1ecb24204c258351" 2018-09-04 10:24:18,298 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-db7ff958-9fa1-43f4-a262-d319e22dd0ba Date: Tue, 04 Sep 2018 10:24:18 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"e0d13aad-885b-4be6-8418-75c140f5ee27","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"da1aa3dc9e564d3d922e61c0121a390e","status":"ACTIVE","subnets":["3836592c-3f1c-4642-851c-920a56dc7e47"],"description":"","tags":[],"updated_at":"2018-09-04T10:24:17Z","provider:segmentation_id":65,"name":"NeutronUtilsRouterTests-4efd2343-19f5-4074-90b6-9a5a291ddd64-pub-net","admin_state_up":true,"tenant_id":"da1aa3dc9e564d3d922e61c0121a390e","created_at":"2018-09-04T10:24:16Z","provider:network_type":"vxlan"}]} 2018-09-04 10:24:18,298 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?id=e0d13aad-885b-4be6-8418-75c140f5ee27 used request id req-db7ff958-9fa1-43f4-a262-d319e22dd0ba 2018-09-04 10:24:18,303 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=e0d13aad-885b-4be6-8418-75c140f5ee27 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e63a6ecc98d05a71a526bf3d1ecb24204c258351" 2018-09-04 10:24:18,508 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-af162e50-1722-42d6-b66f-9ac2ac549b54 Date: Tue, 04 Sep 2018 10:24:18 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"e0d13aad-885b-4be6-8418-75c140f5ee27","tenant_id":"da1aa3dc9e564d3d922e61c0121a390e","created_at":"2018-09-04T10:24:17Z","dns_nameservers":[],"updated_at":"2018-09-04T10:24:17Z","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":"da1aa3dc9e564d3d922e61c0121a390e","id":"3836592c-3f1c-4642-851c-920a56dc7e47","subnetpool_id":null,"name":"NeutronUtilsRouterTests-4efd2343-19f5-4074-90b6-9a5a291ddd64-pub-subnet"}]} 2018-09-04 10:24:18,508 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=e0d13aad-885b-4be6-8418-75c140f5ee27 used request id req-af162e50-1722-42d6-b66f-9ac2ac549b54 2018-09-04 10:24:18,513 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=NeutronUtilsRouterTests-4efd2343-19f5-4074-90b6-9a5a291ddd64-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e63a6ecc98d05a71a526bf3d1ecb24204c258351" 2018-09-04 10:24:18,770 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-3ed8935d-8222-456c-b42a-e265c4eaa4ce Date: Tue, 04 Sep 2018 10:24:18 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"e0d13aad-885b-4be6-8418-75c140f5ee27","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"da1aa3dc9e564d3d922e61c0121a390e","status":"ACTIVE","subnets":["3836592c-3f1c-4642-851c-920a56dc7e47"],"description":"","tags":[],"updated_at":"2018-09-04T10:24:17Z","provider:segmentation_id":65,"name":"NeutronUtilsRouterTests-4efd2343-19f5-4074-90b6-9a5a291ddd64-pub-net","admin_state_up":true,"tenant_id":"da1aa3dc9e564d3d922e61c0121a390e","created_at":"2018-09-04T10:24:16Z","provider:network_type":"vxlan"}]} 2018-09-04 10:24:18,771 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=NeutronUtilsRouterTests-4efd2343-19f5-4074-90b6-9a5a291ddd64-pub-net used request id req-3ed8935d-8222-456c-b42a-e265c4eaa4ce 2018-09-04 10:24:18,774 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-04 10:24:18,779 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 04 Sep 2018 10:24: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.28: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.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-04 10:24:18,780 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/da1aa3dc9e564d3d922e61c0121a390e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e63a6ecc98d05a71a526bf3d1ecb24204c258351" 2018-09-04 10:24:18,869 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:24:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ab901b4d-08b2-44cf-95f9-ed854d507ff2 Content-Encoding: gzip Content-Length: 245 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.28:5000/v3/projects/da1aa3dc9e564d3d922e61c0121a390e"}, "enabled": true, "id": "da1aa3dc9e564d3d922e61c0121a390e", "parent_id": "default", "domain_id": "default", "name": "api_check-project_95790658-ea1a-473f-b71a-0aa15c3467f2"}} 2018-09-04 10:24:18,869 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/da1aa3dc9e564d3d922e61c0121a390e used request id req-ab901b4d-08b2-44cf-95f9-ed854d507ff2 2018-09-04 10:24:18,875 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=e0d13aad-885b-4be6-8418-75c140f5ee27 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e63a6ecc98d05a71a526bf3d1ecb24204c258351" 2018-09-04 10:24:19,207 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-180bcf80-7f60-42a9-a95c-909a0f9af4cb Date: Tue, 04 Sep 2018 10:24:19 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"e0d13aad-885b-4be6-8418-75c140f5ee27","tenant_id":"da1aa3dc9e564d3d922e61c0121a390e","created_at":"2018-09-04T10:24:17Z","dns_nameservers":[],"updated_at":"2018-09-04T10:24:17Z","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":"da1aa3dc9e564d3d922e61c0121a390e","id":"3836592c-3f1c-4642-851c-920a56dc7e47","subnetpool_id":null,"name":"NeutronUtilsRouterTests-4efd2343-19f5-4074-90b6-9a5a291ddd64-pub-subnet"}]} 2018-09-04 10:24:19,207 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=e0d13aad-885b-4be6-8418-75c140f5ee27 used request id req-180bcf80-7f60-42a9-a95c-909a0f9af4cb 2018-09-04 10:24:19,212 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=e0d13aad-885b-4be6-8418-75c140f5ee27&name=NeutronUtilsRouterTests-4efd2343-19f5-4074-90b6-9a5a291ddd64-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e63a6ecc98d05a71a526bf3d1ecb24204c258351" 2018-09-04 10:24:19,431 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-10df4e87-f82d-421c-9e31-e1c6ff3bb755 Date: Tue, 04 Sep 2018 10:24:19 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"e0d13aad-885b-4be6-8418-75c140f5ee27","tenant_id":"da1aa3dc9e564d3d922e61c0121a390e","created_at":"2018-09-04T10:24:17Z","dns_nameservers":[],"updated_at":"2018-09-04T10:24:17Z","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":"da1aa3dc9e564d3d922e61c0121a390e","id":"3836592c-3f1c-4642-851c-920a56dc7e47","subnetpool_id":null,"name":"NeutronUtilsRouterTests-4efd2343-19f5-4074-90b6-9a5a291ddd64-pub-subnet"}]} 2018-09-04 10:24:19,431 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=e0d13aad-885b-4be6-8418-75c140f5ee27&name=NeutronUtilsRouterTests-4efd2343-19f5-4074-90b6-9a5a291ddd64-pub-subnet used request id req-10df4e87-f82d-421c-9e31-e1c6ff3bb755 2018-09-04 10:24:19,431 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 10:24:19,432 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-09-04 10:24:19,824 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5ef645ad12fc453aa5d8a0c2cbf76196", "name": "heat_stack_owner"}, {"id": "9a944a8c31754b8f941d2fa9034d4301", "name": "Member"}, {"id": "3d416247e8224533841040c3ad2bce5a", "name": "admin"}], "expires_at": "2018-09-04T11:24:19.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "da1aa3dc9e564d3d922e61c0121a390e", "name": "api_check-project_95790658-ea1a-473f-b71a-0aa15c3467f2"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235635a698ef4bef9dc6b25273d185da"}, {"url": "http://192.30.9.6:8776/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "23b07b3fbfc340a58cf0f9b2871a0d23"}, {"url": "http://172.30.9.28:8776/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "72fd0aaa144d45419f4b04b6b26f69a7"}], "type": "volume", "id": "097241c25b4d4f7e91b3f8efa155909e", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v3/da1aa3dc9e564d3d922e61c0121a390e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93eb4cf3030a49e7840bec071422d397"}, {"url": "http://192.30.9.6:8776/v3/da1aa3dc9e564d3d922e61c0121a390e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8af439a6ac147fdbcb38ed9aa916b68"}, {"url": "http://192.30.9.6:8776/v3/da1aa3dc9e564d3d922e61c0121a390e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c4bfdbc9b7c74a23a40afdf578cfeba4"}], "type": "volumev3", "id": "1c85f4682ce44f729db1dabd98e965e8", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "82239574a29d4603a2161006f61851cf"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8d15f7134f364a7bbcfff2f84aac3bf2"}, {"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e01668c43a0c4c279b9a3d20a0280d6c"}], "type": "image", "id": "297d8415ca96454991054983920912f7", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7bb4d60e20734d4a9f31ec75e02cb823"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bf6adec15590466a9a0d3bddb00e8993"}, {"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f096f03a1d12411a8972f6f7c196b60d"}], "type": "policy", "id": "54c64351b56d44bbad74c2969cc3aa00", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "354ae6870a324fab82d0a0fb68ee0f26"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a3807e460dd4af488d982b66c52e64c"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e7c3da785076450abd71868e75ce0c33"}], "type": "cloudformation", "id": "6ac9917ae83c4639a15a4ab3cf0e76dd", "name": "heat-cfn"}, {"endpoints": [], "type": "metering", "id": "7fcc078e5e0645f29df67742ac14e388", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49e71628d386464cb950d6a9db00a328"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75b0a63ed8574bbcab1c851cc9b83d30"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9902b0a8b3c04cd192a1b84c417c232b"}], "type": "key-manager", "id": "9626544a32e74678a641c6e206f028a9", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "497340e5aa36485982fdf297f370558f"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7802beb4fc7c4952897b77bd5610b1fe"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c14af798917f4fa0b146d9772583e595"}], "type": "metric", "id": "973bfe8c658d4e5a8da725e76b9d550e", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "288ecc3674ea41d2aa3b790dcb832bf2"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7a6dc785cd7142f5b30f1a7ba0daeb03"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7f7d34e2351b4964befccc862c4e8e12"}], "type": "network", "id": "a348d7b06050474fb449be7f32ea6f5d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "21bce6ecb8464a1f8f3e3847aa698bd6"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0a8faf2246b47deb30e69e48d3551fb"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e71c6011de3d4d8589e5b53dcc79f288"}], "type": "identity", "id": "ad8d4b4953184137a1b913ecee9434ed", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "13474f9a78ca4f1184e4cddc84d0d98c"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad67365a18234bb78c336e6776958c00"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc54db13337f44f8921fbb9ad0f81de8"}], "type": "alarming", "id": "bb18dc3243034f08a6a7f69f7a1edccf", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0d91d7adf0304b2681c77f979e5cdb17"}, {"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "756e5ffca9774ab3ae2db41bf330417f"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c07c727a08c243b287827f539a124e63"}], "type": "placement", "id": "bb2c9432fcbd4c56913177122468f6ba", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1eed4912224b48cf9856446eae4d9928"}, {"url": "http://192.30.9.6:8004/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b73b7f99236541148d84f24f09e5dd40"}, {"url": "http://192.30.9.6:8004/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fbf12e52911244fdafc24a9d46f56e62"}], "type": "orchestration", "id": "c8918d139da945ba93df4ccce21d4904", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/da1aa3dc9e564d3d922e61c0121a390e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16bf098b9e2e490f8e47fa601059f975"}, {"url": "http://192.30.9.6:8776/v2/da1aa3dc9e564d3d922e61c0121a390e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc16fa4cf491444ca2f611d5692c1170"}, {"url": "http://192.30.9.6:8776/v2/da1aa3dc9e564d3d922e61c0121a390e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ccd2c5325dff4b90b391db9fdde67d99"}], "type": "volumev2", "id": "d09ac9123c34494abce21d6c27bee9d9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eac694332354a3aa0e61c31314166d7"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b4d4989c4e764717ab78d38675cadd3f"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff196e46b56d406d87a678f1a64497b0"}], "type": "compute", "id": "d4030ee932c84df58c5b910cc197caa7", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_95790658-ea1a-473f-b71a-0aa15c3467f2", "id": "6cb53a06110b45a6a2f21cb265048110"}, "audit_ids": ["L-s9q0_1Qk6A809Qq25Yww"], "issued_at": "2018-09-04T10:24:19.000000Z"}} 2018-09-04 10:24:19,825 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28: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}969b81f11bb0032780bcbe7df1fdba0befbfca95" 2018-09-04 10:24:19,980 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:24:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4ae3cbac-7a06-4c08-8162-fed74222b242 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.28:5000/v3/", "rel": "self"}]}} 2018-09-04 10:24:19,980 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-4ae3cbac-7a06-4c08-8162-fed74222b242 2018-09-04 10:24:19,986 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=external -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e63a6ecc98d05a71a526bf3d1ecb24204c258351" 2018-09-04 10:24:20,256 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-fa060607-969d-46f1-91d0-9da8350720d5 Date: Tue, 04 Sep 2018 10:24:20 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"4097e349-dd4a-4a5e-95d6-eed5c2d7b85a","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"18025ed81c804927a1f0e0e0ba20836f","status":"ACTIVE","subnets":["5092c110-d468-4f12-acae-47d56d35dff1"],"description":"","tags":[],"updated_at":"2018-09-04T10:10:50Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"18025ed81c804927a1f0e0e0ba20836f","created_at":"2018-09-04T10:10:44Z","provider:network_type":"flat"}]} 2018-09-04 10:24:20,256 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=external used request id req-fa060607-969d-46f1-91d0-9da8350720d5 2018-09-04 10:24:20,261 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=4097e349-dd4a-4a5e-95d6-eed5c2d7b85a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e63a6ecc98d05a71a526bf3d1ecb24204c258351" 2018-09-04 10:24:20,462 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 624 X-Openstack-Request-Id: req-39ab001f-6b5c-475a-9398-7a7d63351259 Date: Tue, 04 Sep 2018 10:24:20 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"4097e349-dd4a-4a5e-95d6-eed5c2d7b85a","tenant_id":"18025ed81c804927a1f0e0e0ba20836f","created_at":"2018-09-04T10:10:50Z","dns_nameservers":[],"updated_at":"2018-09-04T10:10:50Z","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":"18025ed81c804927a1f0e0e0ba20836f","id":"5092c110-d468-4f12-acae-47d56d35dff1","subnetpool_id":null,"name":"external-subnet"}]} 2018-09-04 10:24:20,462 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=4097e349-dd4a-4a5e-95d6-eed5c2d7b85a used request id req-39ab001f-6b5c-475a-9398-7a7d63351259 2018-09-04 10:24:20,463 - neutron_utils - INFO - Creating router with name - NeutronUtilsRouterTests-4efd2343-19f5-4074-90b6-9a5a291ddd64-pub-router 2018-09-04 10:24:20,468 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9696/v2.0/routers -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e63a6ecc98d05a71a526bf3d1ecb24204c258351" -d '{"router": {"external_gateway_info": {"network_id": "4097e349-dd4a-4a5e-95d6-eed5c2d7b85a"}, "name": "NeutronUtilsRouterTests-4efd2343-19f5-4074-90b6-9a5a291ddd64-pub-router", "admin_state_up": true}}' 2018-09-04 10:24:21,677 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 660 X-Openstack-Request-Id: req-3ef0ea8d-0986-49b6-a88a-07cadf92b523 Date: Tue, 04 Sep 2018 10:24:21 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "4097e349-dd4a-4a5e-95d6-eed5c2d7b85a", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "5092c110-d468-4f12-acae-47d56d35dff1", "ip_address": "172.30.9.206"}]}, "description": "", "tags": [], "tenant_id": "da1aa3dc9e564d3d922e61c0121a390e", "created_at": "2018-09-04T10:24:20Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-09-04T10:24:21Z", "revision_number": 2, "routes": [], "project_id": "da1aa3dc9e564d3d922e61c0121a390e", "id": "aa309541-a3f3-4f18-b312-60684928db87", "name": "NeutronUtilsRouterTests-4efd2343-19f5-4074-90b6-9a5a291ddd64-pub-router"}} 2018-09-04 10:24:21,677 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/routers used request id req-3ef0ea8d-0986-49b6-a88a-07cadf92b523 2018-09-04 10:24:21,682 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?device_id=aa309541-a3f3-4f18-b312-60684928db87 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e63a6ecc98d05a71a526bf3d1ecb24204c258351" 2018-09-04 10:24:21,910 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 751 X-Openstack-Request-Id: req-d5701639-ecdc-4c7a-aea9-353c1bac474a Date: Tue, 04 Sep 2018 10:24:21 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T10:24:21Z","device_owner":"network:router_gateway","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"5092c110-d468-4f12-acae-47d56d35dff1","ip_address":"172.30.9.206"}],"id":"d55b024c-fcde-4309-82a7-ccd589885e55","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:a5:c2:e9","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"aa309541-a3f3-4f18-b312-60684928db87","name":"","admin_state_up":true,"network_id":"4097e349-dd4a-4a5e-95d6-eed5c2d7b85a","tenant_id":"","created_at":"2018-09-04T10:24:21Z","binding:vnic_type":"normal"}]} 2018-09-04 10:24:21,911 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?device_id=aa309541-a3f3-4f18-b312-60684928db87 used request id req-d5701639-ecdc-4c7a-aea9-353c1bac474a 2018-09-04 10:24:21,916 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets/5092c110-d468-4f12-acae-47d56d35dff1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e63a6ecc98d05a71a526bf3d1ecb24204c258351" 2018-09-04 10:24:22,181 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 621 X-Openstack-Request-Id: req-d441e806-5434-4dbe-bbee-eda1b12dd4fd Date: Tue, 04 Sep 2018 10:24:22 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"4097e349-dd4a-4a5e-95d6-eed5c2d7b85a","tenant_id":"18025ed81c804927a1f0e0e0ba20836f","created_at":"2018-09-04T10:10:50Z","dns_nameservers":[],"updated_at":"2018-09-04T10:10:50Z","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":"18025ed81c804927a1f0e0e0ba20836f","id":"5092c110-d468-4f12-acae-47d56d35dff1","subnetpool_id":null,"name":"external-subnet"}} 2018-09-04 10:24:22,181 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets/5092c110-d468-4f12-acae-47d56d35dff1 used request id req-d441e806-5434-4dbe-bbee-eda1b12dd4fd 2018-09-04 10:24:22,187 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/routers?name=NeutronUtilsRouterTests-4efd2343-19f5-4074-90b6-9a5a291ddd64-pub-router -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e63a6ecc98d05a71a526bf3d1ecb24204c258351" 2018-09-04 10:24:22,411 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-393d59ad-9790-486e-b3f5-910beafc41f9 Date: Tue, 04 Sep 2018 10:24:22 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "4097e349-dd4a-4a5e-95d6-eed5c2d7b85a", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "5092c110-d468-4f12-acae-47d56d35dff1", "ip_address": "172.30.9.206"}]}, "description": "", "tags": [], "tenant_id": "da1aa3dc9e564d3d922e61c0121a390e", "created_at": "2018-09-04T10:24:20Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-09-04T10:24:21Z", "revision_number": 2, "routes": [], "project_id": "da1aa3dc9e564d3d922e61c0121a390e", "id": "aa309541-a3f3-4f18-b312-60684928db87", "name": "NeutronUtilsRouterTests-4efd2343-19f5-4074-90b6-9a5a291ddd64-pub-router"}]} 2018-09-04 10:24:22,411 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/routers?name=NeutronUtilsRouterTests-4efd2343-19f5-4074-90b6-9a5a291ddd64-pub-router used request id req-393d59ad-9790-486e-b3f5-910beafc41f9 2018-09-04 10:24:22,415 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/da1aa3dc9e564d3d922e61c0121a390e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e63a6ecc98d05a71a526bf3d1ecb24204c258351" 2018-09-04 10:24:22,501 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:24:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7339dbf9-a828-4b77-90eb-9a0309444199 Content-Encoding: gzip Content-Length: 245 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.28:5000/v3/projects/da1aa3dc9e564d3d922e61c0121a390e"}, "enabled": true, "id": "da1aa3dc9e564d3d922e61c0121a390e", "parent_id": "default", "domain_id": "default", "name": "api_check-project_95790658-ea1a-473f-b71a-0aa15c3467f2"}} 2018-09-04 10:24:22,501 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/da1aa3dc9e564d3d922e61c0121a390e used request id req-7339dbf9-a828-4b77-90eb-9a0309444199 2018-09-04 10:24:22,506 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?device_id=aa309541-a3f3-4f18-b312-60684928db87 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e63a6ecc98d05a71a526bf3d1ecb24204c258351" 2018-09-04 10:24:22,558 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 751 X-Openstack-Request-Id: req-a79be15e-4f66-40fa-91a7-570222ff3627 Date: Tue, 04 Sep 2018 10:24:22 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T10:24:21Z","device_owner":"network:router_gateway","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"5092c110-d468-4f12-acae-47d56d35dff1","ip_address":"172.30.9.206"}],"id":"d55b024c-fcde-4309-82a7-ccd589885e55","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:a5:c2:e9","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"aa309541-a3f3-4f18-b312-60684928db87","name":"","admin_state_up":true,"network_id":"4097e349-dd4a-4a5e-95d6-eed5c2d7b85a","tenant_id":"","created_at":"2018-09-04T10:24:21Z","binding:vnic_type":"normal"}]} 2018-09-04 10:24:22,558 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?device_id=aa309541-a3f3-4f18-b312-60684928db87 used request id req-a79be15e-4f66-40fa-91a7-570222ff3627 2018-09-04 10:24:22,564 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets/5092c110-d468-4f12-acae-47d56d35dff1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e63a6ecc98d05a71a526bf3d1ecb24204c258351" 2018-09-04 10:24:22,637 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 621 X-Openstack-Request-Id: req-5a45487c-6d29-4415-834d-a379874594a9 Date: Tue, 04 Sep 2018 10:24:22 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"4097e349-dd4a-4a5e-95d6-eed5c2d7b85a","tenant_id":"18025ed81c804927a1f0e0e0ba20836f","created_at":"2018-09-04T10:10:50Z","dns_nameservers":[],"updated_at":"2018-09-04T10:10:50Z","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":"18025ed81c804927a1f0e0e0ba20836f","id":"5092c110-d468-4f12-acae-47d56d35dff1","subnetpool_id":null,"name":"external-subnet"}} 2018-09-04 10:24:22,638 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets/5092c110-d468-4f12-acae-47d56d35dff1 used request id req-5a45487c-6d29-4415-834d-a379874594a9 2018-09-04 10:24:22,638 - neutron_utils - INFO - Adding interface to router with name NeutronUtilsRouterTests-4efd2343-19f5-4074-90b6-9a5a291ddd64-pub-router 2018-09-04 10:24:22,643 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.28:9696/v2.0/routers/aa309541-a3f3-4f18-b312-60684928db87/add_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e63a6ecc98d05a71a526bf3d1ecb24204c258351" -d '{"subnet_id": "3836592c-3f1c-4642-851c-920a56dc7e47"}' 2018-09-04 10:24:24,288 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-9f33e3ea-ac72-455f-9797-20dcd9ef66a0 Date: Tue, 04 Sep 2018 10:24:24 GMT RESP BODY: {"network_id": "e0d13aad-885b-4be6-8418-75c140f5ee27", "tenant_id": "da1aa3dc9e564d3d922e61c0121a390e", "subnet_id": "3836592c-3f1c-4642-851c-920a56dc7e47", "subnet_ids": ["3836592c-3f1c-4642-851c-920a56dc7e47"], "port_id": "0ea59a50-1e1c-4b3a-b8da-04aa5b96ffef", "id": "aa309541-a3f3-4f18-b312-60684928db87"} 2018-09-04 10:24:24,288 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.28:9696/v2.0/routers/aa309541-a3f3-4f18-b312-60684928db87/add_router_interface used request id req-9f33e3ea-ac72-455f-9797-20dcd9ef66a0 2018-09-04 10:24:24,289 - neutron_utils - INFO - Removing router interface from router named NeutronUtilsRouterTests-4efd2343-19f5-4074-90b6-9a5a291ddd64-pub-router 2018-09-04 10:24:24,294 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.28:9696/v2.0/routers/aa309541-a3f3-4f18-b312-60684928db87/remove_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e63a6ecc98d05a71a526bf3d1ecb24204c258351" -d '{"subnet_id": "3836592c-3f1c-4642-851c-920a56dc7e47"}' 2018-09-04 10:24:25,351 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-85bdf66b-2b9e-4e43-b650-4ee02b295bf5 Date: Tue, 04 Sep 2018 10:24:25 GMT RESP BODY: {"network_id": "e0d13aad-885b-4be6-8418-75c140f5ee27", "tenant_id": "da1aa3dc9e564d3d922e61c0121a390e", "subnet_id": "3836592c-3f1c-4642-851c-920a56dc7e47", "subnet_ids": ["3836592c-3f1c-4642-851c-920a56dc7e47"], "port_id": "0ea59a50-1e1c-4b3a-b8da-04aa5b96ffef", "id": "aa309541-a3f3-4f18-b312-60684928db87"} 2018-09-04 10:24:25,351 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.28:9696/v2.0/routers/aa309541-a3f3-4f18-b312-60684928db87/remove_router_interface used request id req-85bdf66b-2b9e-4e43-b650-4ee02b295bf5 2018-09-04 10:24:25,352 - neutron_utils - INFO - Deleting router with name - NeutronUtilsRouterTests-4efd2343-19f5-4074-90b6-9a5a291ddd64-pub-router 2018-09-04 10:24:25,357 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/routers/aa309541-a3f3-4f18-b312-60684928db87 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e63a6ecc98d05a71a526bf3d1ecb24204c258351" 2018-09-04 10:24:26,629 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-681c4b5f-4f47-42f7-a2fc-c7a7421ec7c7 Content-Length: 0 Date: Tue, 04 Sep 2018 10:24:26 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-04 10:24:26,629 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/routers/aa309541-a3f3-4f18-b312-60684928db87 used request id req-681c4b5f-4f47-42f7-a2fc-c7a7421ec7c7 2018-09-04 10:24:26,634 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/routers?name=NeutronUtilsRouterTests-4efd2343-19f5-4074-90b6-9a5a291ddd64-pub-router -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e63a6ecc98d05a71a526bf3d1ecb24204c258351" 2018-09-04 10:24:26,843 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-0a1e7f8d-31b6-47a5-b92d-548dab84c8e0 Date: Tue, 04 Sep 2018 10:24:26 GMT RESP BODY: {"routers": []} 2018-09-04 10:24:26,843 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/routers?name=NeutronUtilsRouterTests-4efd2343-19f5-4074-90b6-9a5a291ddd64-pub-router used request id req-0a1e7f8d-31b6-47a5-b92d-548dab84c8e0 2018-09-04 10:24:26,843 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-4efd2343-19f5-4074-90b6-9a5a291ddd64-pub-subnet 2018-09-04 10:24:26,844 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-4efd2343-19f5-4074-90b6-9a5a291ddd64-pub-subnet 2018-09-04 10:24:26,849 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/subnets/3836592c-3f1c-4642-851c-920a56dc7e47 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e63a6ecc98d05a71a526bf3d1ecb24204c258351" 2018-09-04 10:24:28,919 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-c9caeb98-9892-427a-85ef-f2b6a51c2ce3 Date: Tue, 04 Sep 2018 10:24:28 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-04 10:24:28,919 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/subnets/3836592c-3f1c-4642-851c-920a56dc7e47 used request id req-c9caeb98-9892-427a-85ef-f2b6a51c2ce3 2018-09-04 10:24:28,919 - neutron_utils - INFO - Deleting network with name NeutronUtilsRouterTests-4efd2343-19f5-4074-90b6-9a5a291ddd64-pub-net 2018-09-04 10:24:28,924 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/networks/e0d13aad-885b-4be6-8418-75c140f5ee27 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e63a6ecc98d05a71a526bf3d1ecb24204c258351" 2018-09-04 10:24:30,178 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-9514b244-3ce9-4dba-96b6-e2267fab4204 Date: Tue, 04 Sep 2018 10:24:30 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-04 10:24:30,178 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/networks/e0d13aad-885b-4be6-8418-75c140f5ee27 used request id req-9514b244-3ce9-4dba-96b6-e2267fab4204 2018-09-04 10:24:30,180 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-09-04 10:24:30,557 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5ef645ad12fc453aa5d8a0c2cbf76196", "name": "heat_stack_owner"}, {"id": "9a944a8c31754b8f941d2fa9034d4301", "name": "Member"}, {"id": "3d416247e8224533841040c3ad2bce5a", "name": "admin"}], "expires_at": "2018-09-04T11:24:30.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "da1aa3dc9e564d3d922e61c0121a390e", "name": "api_check-project_95790658-ea1a-473f-b71a-0aa15c3467f2"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235635a698ef4bef9dc6b25273d185da"}, {"url": "http://192.30.9.6:8776/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "23b07b3fbfc340a58cf0f9b2871a0d23"}, {"url": "http://172.30.9.28:8776/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "72fd0aaa144d45419f4b04b6b26f69a7"}], "type": "volume", "id": "097241c25b4d4f7e91b3f8efa155909e", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v3/da1aa3dc9e564d3d922e61c0121a390e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93eb4cf3030a49e7840bec071422d397"}, {"url": "http://192.30.9.6:8776/v3/da1aa3dc9e564d3d922e61c0121a390e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8af439a6ac147fdbcb38ed9aa916b68"}, {"url": "http://192.30.9.6:8776/v3/da1aa3dc9e564d3d922e61c0121a390e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c4bfdbc9b7c74a23a40afdf578cfeba4"}], "type": "volumev3", "id": "1c85f4682ce44f729db1dabd98e965e8", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "82239574a29d4603a2161006f61851cf"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8d15f7134f364a7bbcfff2f84aac3bf2"}, {"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e01668c43a0c4c279b9a3d20a0280d6c"}], "type": "image", "id": "297d8415ca96454991054983920912f7", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7bb4d60e20734d4a9f31ec75e02cb823"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bf6adec15590466a9a0d3bddb00e8993"}, {"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f096f03a1d12411a8972f6f7c196b60d"}], "type": "policy", "id": "54c64351b56d44bbad74c2969cc3aa00", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "354ae6870a324fab82d0a0fb68ee0f26"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a3807e460dd4af488d982b66c52e64c"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e7c3da785076450abd71868e75ce0c33"}], "type": "cloudformation", "id": "6ac9917ae83c4639a15a4ab3cf0e76dd", "name": "heat-cfn"}, {"endpoints": [], "type": "metering", "id": "7fcc078e5e0645f29df67742ac14e388", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49e71628d386464cb950d6a9db00a328"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75b0a63ed8574bbcab1c851cc9b83d30"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9902b0a8b3c04cd192a1b84c417c232b"}], "type": "key-manager", "id": "9626544a32e74678a641c6e206f028a9", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "497340e5aa36485982fdf297f370558f"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7802beb4fc7c4952897b77bd5610b1fe"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c14af798917f4fa0b146d9772583e595"}], "type": "metric", "id": "973bfe8c658d4e5a8da725e76b9d550e", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "288ecc3674ea41d2aa3b790dcb832bf2"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7a6dc785cd7142f5b30f1a7ba0daeb03"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7f7d34e2351b4964befccc862c4e8e12"}], "type": "network", "id": "a348d7b06050474fb449be7f32ea6f5d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "21bce6ecb8464a1f8f3e3847aa698bd6"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0a8faf2246b47deb30e69e48d3551fb"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e71c6011de3d4d8589e5b53dcc79f288"}], "type": "identity", "id": "ad8d4b4953184137a1b913ecee9434ed", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "13474f9a78ca4f1184e4cddc84d0d98c"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad67365a18234bb78c336e6776958c00"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc54db13337f44f8921fbb9ad0f81de8"}], "type": "alarming", "id": "bb18dc3243034f08a6a7f69f7a1edccf", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0d91d7adf0304b2681c77f979e5cdb17"}, {"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "756e5ffca9774ab3ae2db41bf330417f"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c07c727a08c243b287827f539a124e63"}], "type": "placement", "id": "bb2c9432fcbd4c56913177122468f6ba", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1eed4912224b48cf9856446eae4d9928"}, {"url": "http://192.30.9.6:8004/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b73b7f99236541148d84f24f09e5dd40"}, {"url": "http://192.30.9.6:8004/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fbf12e52911244fdafc24a9d46f56e62"}], "type": "orchestration", "id": "c8918d139da945ba93df4ccce21d4904", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/da1aa3dc9e564d3d922e61c0121a390e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16bf098b9e2e490f8e47fa601059f975"}, {"url": "http://192.30.9.6:8776/v2/da1aa3dc9e564d3d922e61c0121a390e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc16fa4cf491444ca2f611d5692c1170"}, {"url": "http://192.30.9.6:8776/v2/da1aa3dc9e564d3d922e61c0121a390e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ccd2c5325dff4b90b391db9fdde67d99"}], "type": "volumev2", "id": "d09ac9123c34494abce21d6c27bee9d9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eac694332354a3aa0e61c31314166d7"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b4d4989c4e764717ab78d38675cadd3f"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff196e46b56d406d87a678f1a64497b0"}], "type": "compute", "id": "d4030ee932c84df58c5b910cc197caa7", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_95790658-ea1a-473f-b71a-0aa15c3467f2", "id": "6cb53a06110b45a6a2f21cb265048110"}, "audit_ids": ["5JFj0is0QJe9-iScgMflaQ"], "issued_at": "2018-09-04T10:24:30.000000Z"}} 2018-09-04 10:24:30,557 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28: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}7a105b51e1209264e9863249b08cebf7da0873b0" 2018-09-04 10:24:30,643 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:24:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-28270291-68bf-49fc-b0fb-2c7f14719f77 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.28:5000/v3/", "rel": "self"}]}} 2018-09-04 10:24:30,643 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-28270291-68bf-49fc-b0fb-2c7f14719f77 2018-09-04 10:24:30,645 - neutron_utils - INFO - Creating network with name NeutronUtilsRouterTests-29226da9-455d-47df-94c1-6ac656bde82a-pub-net 2018-09-04 10:24:30,650 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7a105b51e1209264e9863249b08cebf7da0873b0" -d '{"network": {"name": "NeutronUtilsRouterTests-29226da9-455d-47df-94c1-6ac656bde82a-pub-net", "admin_state_up": true}}' 2018-09-04 10:24:31,063 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 699 X-Openstack-Request-Id: req-1ad447bb-e553-4de8-9c85-25c1f133f8e8 Date: Tue, 04 Sep 2018 10:24: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":"6dc7cde4-3243-4b63-a5a8-04ca98bb57e3","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"da1aa3dc9e564d3d922e61c0121a390e","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-09-04T10:24:30Z","is_default":false,"provider:segmentation_id":8,"name":"NeutronUtilsRouterTests-29226da9-455d-47df-94c1-6ac656bde82a-pub-net","admin_state_up":true,"tenant_id":"da1aa3dc9e564d3d922e61c0121a390e","created_at":"2018-09-04T10:24:30Z","mtu":1450}} 2018-09-04 10:24:31,063 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/networks used request id req-1ad447bb-e553-4de8-9c85-25c1f133f8e8 2018-09-04 10:24:31,069 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?id=6dc7cde4-3243-4b63-a5a8-04ca98bb57e3 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7a105b51e1209264e9863249b08cebf7da0873b0" 2018-09-04 10:24:31,288 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 683 X-Openstack-Request-Id: req-f3a182e8-9d3e-4044-b4ea-266511097f40 Date: Tue, 04 Sep 2018 10:24:31 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"6dc7cde4-3243-4b63-a5a8-04ca98bb57e3","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"da1aa3dc9e564d3d922e61c0121a390e","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-09-04T10:24:30Z","provider:segmentation_id":8,"name":"NeutronUtilsRouterTests-29226da9-455d-47df-94c1-6ac656bde82a-pub-net","admin_state_up":true,"tenant_id":"da1aa3dc9e564d3d922e61c0121a390e","created_at":"2018-09-04T10:24:30Z","provider:network_type":"vxlan"}]} 2018-09-04 10:24:31,288 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?id=6dc7cde4-3243-4b63-a5a8-04ca98bb57e3 used request id req-f3a182e8-9d3e-4044-b4ea-266511097f40 2018-09-04 10:24:31,294 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=6dc7cde4-3243-4b63-a5a8-04ca98bb57e3 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7a105b51e1209264e9863249b08cebf7da0873b0" 2018-09-04 10:24:31,481 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-59afb477-c474-4445-b9e4-21d0d9a6a0fa Date: Tue, 04 Sep 2018 10:24:31 GMT RESP BODY: {"subnets":[]} 2018-09-04 10:24:31,481 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=6dc7cde4-3243-4b63-a5a8-04ca98bb57e3 used request id req-59afb477-c474-4445-b9e4-21d0d9a6a0fa 2018-09-04 10:24:31,481 - neutron_utils - INFO - Creating subnet with name NeutronUtilsRouterTests-29226da9-455d-47df-94c1-6ac656bde82a-pub-subnet 2018-09-04 10:24:31,486 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7a105b51e1209264e9863249b08cebf7da0873b0" -d '{"subnets": [{"ip_version": 4, "network_id": "6dc7cde4-3243-4b63-a5a8-04ca98bb57e3", "cidr": "10.55.1.0/24", "name": "NeutronUtilsRouterTests-29226da9-455d-47df-94c1-6ac656bde82a-pub-subnet"}]}' 2018-09-04 10:24:32,105 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-7acd8be6-d3f4-48cf-b0ea-026869cd4576 Date: Tue, 04 Sep 2018 10:24:32 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"6dc7cde4-3243-4b63-a5a8-04ca98bb57e3","tenant_id":"da1aa3dc9e564d3d922e61c0121a390e","created_at":"2018-09-04T10:24:31Z","dns_nameservers":[],"updated_at":"2018-09-04T10:24:31Z","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":"da1aa3dc9e564d3d922e61c0121a390e","id":"d82b2b80-c0df-4e57-9365-f75f847cd1ac","subnetpool_id":null,"name":"NeutronUtilsRouterTests-29226da9-455d-47df-94c1-6ac656bde82a-pub-subnet"}]} 2018-09-04 10:24:32,105 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/subnets used request id req-7acd8be6-d3f4-48cf-b0ea-026869cd4576 2018-09-04 10:24:32,110 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?id=6dc7cde4-3243-4b63-a5a8-04ca98bb57e3 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7a105b51e1209264e9863249b08cebf7da0873b0" 2018-09-04 10:24:32,429 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 727 X-Openstack-Request-Id: req-bc636c77-3c12-4c1e-a3ce-82bccaedda0e Date: Tue, 04 Sep 2018 10:24:32 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"6dc7cde4-3243-4b63-a5a8-04ca98bb57e3","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"da1aa3dc9e564d3d922e61c0121a390e","status":"ACTIVE","subnets":["d82b2b80-c0df-4e57-9365-f75f847cd1ac"],"description":"","tags":[],"updated_at":"2018-09-04T10:24:31Z","provider:segmentation_id":8,"name":"NeutronUtilsRouterTests-29226da9-455d-47df-94c1-6ac656bde82a-pub-net","admin_state_up":true,"tenant_id":"da1aa3dc9e564d3d922e61c0121a390e","created_at":"2018-09-04T10:24:30Z","provider:network_type":"vxlan"}]} 2018-09-04 10:24:32,429 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?id=6dc7cde4-3243-4b63-a5a8-04ca98bb57e3 used request id req-bc636c77-3c12-4c1e-a3ce-82bccaedda0e 2018-09-04 10:24:32,434 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=6dc7cde4-3243-4b63-a5a8-04ca98bb57e3 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7a105b51e1209264e9863249b08cebf7da0873b0" 2018-09-04 10:24:32,668 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-4eab2bdd-1a8f-441a-a99f-18227e26994f Date: Tue, 04 Sep 2018 10:24:32 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"6dc7cde4-3243-4b63-a5a8-04ca98bb57e3","tenant_id":"da1aa3dc9e564d3d922e61c0121a390e","created_at":"2018-09-04T10:24:31Z","dns_nameservers":[],"updated_at":"2018-09-04T10:24:31Z","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":"da1aa3dc9e564d3d922e61c0121a390e","id":"d82b2b80-c0df-4e57-9365-f75f847cd1ac","subnetpool_id":null,"name":"NeutronUtilsRouterTests-29226da9-455d-47df-94c1-6ac656bde82a-pub-subnet"}]} 2018-09-04 10:24:32,668 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=6dc7cde4-3243-4b63-a5a8-04ca98bb57e3 used request id req-4eab2bdd-1a8f-441a-a99f-18227e26994f 2018-09-04 10:24:32,674 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=NeutronUtilsRouterTests-29226da9-455d-47df-94c1-6ac656bde82a-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7a105b51e1209264e9863249b08cebf7da0873b0" 2018-09-04 10:24:32,960 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 727 X-Openstack-Request-Id: req-62f16cfe-3989-4de6-9691-8e683ea0441b Date: Tue, 04 Sep 2018 10:24:32 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"6dc7cde4-3243-4b63-a5a8-04ca98bb57e3","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"da1aa3dc9e564d3d922e61c0121a390e","status":"ACTIVE","subnets":["d82b2b80-c0df-4e57-9365-f75f847cd1ac"],"description":"","tags":[],"updated_at":"2018-09-04T10:24:31Z","provider:segmentation_id":8,"name":"NeutronUtilsRouterTests-29226da9-455d-47df-94c1-6ac656bde82a-pub-net","admin_state_up":true,"tenant_id":"da1aa3dc9e564d3d922e61c0121a390e","created_at":"2018-09-04T10:24:30Z","provider:network_type":"vxlan"}]} 2018-09-04 10:24:32,961 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=NeutronUtilsRouterTests-29226da9-455d-47df-94c1-6ac656bde82a-pub-net used request id req-62f16cfe-3989-4de6-9691-8e683ea0441b 2018-09-04 10:24:32,964 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-04 10:24:32,969 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 04 Sep 2018 10:24: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.28: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.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-04 10:24:32,970 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/da1aa3dc9e564d3d922e61c0121a390e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7a105b51e1209264e9863249b08cebf7da0873b0" 2018-09-04 10:24:33,051 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:24:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e01ed406-0a55-44ff-bd7e-647f3192e30c Content-Encoding: gzip Content-Length: 245 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.28:5000/v3/projects/da1aa3dc9e564d3d922e61c0121a390e"}, "enabled": true, "id": "da1aa3dc9e564d3d922e61c0121a390e", "parent_id": "default", "domain_id": "default", "name": "api_check-project_95790658-ea1a-473f-b71a-0aa15c3467f2"}} 2018-09-04 10:24:33,051 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/da1aa3dc9e564d3d922e61c0121a390e used request id req-e01ed406-0a55-44ff-bd7e-647f3192e30c 2018-09-04 10:24:33,056 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=6dc7cde4-3243-4b63-a5a8-04ca98bb57e3 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7a105b51e1209264e9863249b08cebf7da0873b0" 2018-09-04 10:24:33,256 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-e1383e55-4fbb-4730-9477-207b0afa8201 Date: Tue, 04 Sep 2018 10:24:33 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"6dc7cde4-3243-4b63-a5a8-04ca98bb57e3","tenant_id":"da1aa3dc9e564d3d922e61c0121a390e","created_at":"2018-09-04T10:24:31Z","dns_nameservers":[],"updated_at":"2018-09-04T10:24:31Z","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":"da1aa3dc9e564d3d922e61c0121a390e","id":"d82b2b80-c0df-4e57-9365-f75f847cd1ac","subnetpool_id":null,"name":"NeutronUtilsRouterTests-29226da9-455d-47df-94c1-6ac656bde82a-pub-subnet"}]} 2018-09-04 10:24:33,256 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=6dc7cde4-3243-4b63-a5a8-04ca98bb57e3 used request id req-e1383e55-4fbb-4730-9477-207b0afa8201 2018-09-04 10:24:33,256 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 10:24:33,257 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-09-04 10:24:33,646 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5ef645ad12fc453aa5d8a0c2cbf76196", "name": "heat_stack_owner"}, {"id": "9a944a8c31754b8f941d2fa9034d4301", "name": "Member"}, {"id": "3d416247e8224533841040c3ad2bce5a", "name": "admin"}], "expires_at": "2018-09-04T11:24:33.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "da1aa3dc9e564d3d922e61c0121a390e", "name": "api_check-project_95790658-ea1a-473f-b71a-0aa15c3467f2"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235635a698ef4bef9dc6b25273d185da"}, {"url": "http://192.30.9.6:8776/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "23b07b3fbfc340a58cf0f9b2871a0d23"}, {"url": "http://172.30.9.28:8776/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "72fd0aaa144d45419f4b04b6b26f69a7"}], "type": "volume", "id": "097241c25b4d4f7e91b3f8efa155909e", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v3/da1aa3dc9e564d3d922e61c0121a390e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93eb4cf3030a49e7840bec071422d397"}, {"url": "http://192.30.9.6:8776/v3/da1aa3dc9e564d3d922e61c0121a390e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8af439a6ac147fdbcb38ed9aa916b68"}, {"url": "http://192.30.9.6:8776/v3/da1aa3dc9e564d3d922e61c0121a390e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c4bfdbc9b7c74a23a40afdf578cfeba4"}], "type": "volumev3", "id": "1c85f4682ce44f729db1dabd98e965e8", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "82239574a29d4603a2161006f61851cf"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8d15f7134f364a7bbcfff2f84aac3bf2"}, {"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e01668c43a0c4c279b9a3d20a0280d6c"}], "type": "image", "id": "297d8415ca96454991054983920912f7", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7bb4d60e20734d4a9f31ec75e02cb823"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bf6adec15590466a9a0d3bddb00e8993"}, {"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f096f03a1d12411a8972f6f7c196b60d"}], "type": "policy", "id": "54c64351b56d44bbad74c2969cc3aa00", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "354ae6870a324fab82d0a0fb68ee0f26"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a3807e460dd4af488d982b66c52e64c"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e7c3da785076450abd71868e75ce0c33"}], "type": "cloudformation", "id": "6ac9917ae83c4639a15a4ab3cf0e76dd", "name": "heat-cfn"}, {"endpoints": [], "type": "metering", "id": "7fcc078e5e0645f29df67742ac14e388", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49e71628d386464cb950d6a9db00a328"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75b0a63ed8574bbcab1c851cc9b83d30"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9902b0a8b3c04cd192a1b84c417c232b"}], "type": "key-manager", "id": "9626544a32e74678a641c6e206f028a9", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "497340e5aa36485982fdf297f370558f"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7802beb4fc7c4952897b77bd5610b1fe"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c14af798917f4fa0b146d9772583e595"}], "type": "metric", "id": "973bfe8c658d4e5a8da725e76b9d550e", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "288ecc3674ea41d2aa3b790dcb832bf2"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7a6dc785cd7142f5b30f1a7ba0daeb03"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7f7d34e2351b4964befccc862c4e8e12"}], "type": "network", "id": "a348d7b06050474fb449be7f32ea6f5d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "21bce6ecb8464a1f8f3e3847aa698bd6"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0a8faf2246b47deb30e69e48d3551fb"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e71c6011de3d4d8589e5b53dcc79f288"}], "type": "identity", "id": "ad8d4b4953184137a1b913ecee9434ed", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "13474f9a78ca4f1184e4cddc84d0d98c"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad67365a18234bb78c336e6776958c00"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc54db13337f44f8921fbb9ad0f81de8"}], "type": "alarming", "id": "bb18dc3243034f08a6a7f69f7a1edccf", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0d91d7adf0304b2681c77f979e5cdb17"}, {"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "756e5ffca9774ab3ae2db41bf330417f"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c07c727a08c243b287827f539a124e63"}], "type": "placement", "id": "bb2c9432fcbd4c56913177122468f6ba", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1eed4912224b48cf9856446eae4d9928"}, {"url": "http://192.30.9.6:8004/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b73b7f99236541148d84f24f09e5dd40"}, {"url": "http://192.30.9.6:8004/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fbf12e52911244fdafc24a9d46f56e62"}], "type": "orchestration", "id": "c8918d139da945ba93df4ccce21d4904", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/da1aa3dc9e564d3d922e61c0121a390e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16bf098b9e2e490f8e47fa601059f975"}, {"url": "http://192.30.9.6:8776/v2/da1aa3dc9e564d3d922e61c0121a390e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc16fa4cf491444ca2f611d5692c1170"}, {"url": "http://192.30.9.6:8776/v2/da1aa3dc9e564d3d922e61c0121a390e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ccd2c5325dff4b90b391db9fdde67d99"}], "type": "volumev2", "id": "d09ac9123c34494abce21d6c27bee9d9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eac694332354a3aa0e61c31314166d7"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b4d4989c4e764717ab78d38675cadd3f"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff196e46b56d406d87a678f1a64497b0"}], "type": "compute", "id": "d4030ee932c84df58c5b910cc197caa7", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_95790658-ea1a-473f-b71a-0aa15c3467f2", "id": "6cb53a06110b45a6a2f21cb265048110"}, "audit_ids": ["yOBv3QEFR1mDKmHaGcWrPQ"], "issued_at": "2018-09-04T10:24:33.000000Z"}} 2018-09-04 10:24:33,647 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28: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}6adbfa09dd0c6d6fbc7c6ca187943d97b42bc164" 2018-09-04 10:24:33,728 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:24:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-97f04d71-8925-4ab8-99e1-318c551a9803 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.28:5000/v3/", "rel": "self"}]}} 2018-09-04 10:24:33,728 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-97f04d71-8925-4ab8-99e1-318c551a9803 2018-09-04 10:24:33,734 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=external -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7a105b51e1209264e9863249b08cebf7da0873b0" 2018-09-04 10:24:34,108 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-8a13d3b7-afe0-4828-a68d-abe4989eeb86 Date: Tue, 04 Sep 2018 10:24:34 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"4097e349-dd4a-4a5e-95d6-eed5c2d7b85a","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"18025ed81c804927a1f0e0e0ba20836f","status":"ACTIVE","subnets":["5092c110-d468-4f12-acae-47d56d35dff1"],"description":"","tags":[],"updated_at":"2018-09-04T10:10:50Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"18025ed81c804927a1f0e0e0ba20836f","created_at":"2018-09-04T10:10:44Z","provider:network_type":"flat"}]} 2018-09-04 10:24:34,108 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=external used request id req-8a13d3b7-afe0-4828-a68d-abe4989eeb86 2018-09-04 10:24:34,113 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=4097e349-dd4a-4a5e-95d6-eed5c2d7b85a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7a105b51e1209264e9863249b08cebf7da0873b0" 2018-09-04 10:24:34,319 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 624 X-Openstack-Request-Id: req-03a2837a-cd78-4495-b172-b60961071cb6 Date: Tue, 04 Sep 2018 10:24:34 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"4097e349-dd4a-4a5e-95d6-eed5c2d7b85a","tenant_id":"18025ed81c804927a1f0e0e0ba20836f","created_at":"2018-09-04T10:10:50Z","dns_nameservers":[],"updated_at":"2018-09-04T10:10:50Z","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":"18025ed81c804927a1f0e0e0ba20836f","id":"5092c110-d468-4f12-acae-47d56d35dff1","subnetpool_id":null,"name":"external-subnet"}]} 2018-09-04 10:24:34,319 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=4097e349-dd4a-4a5e-95d6-eed5c2d7b85a used request id req-03a2837a-cd78-4495-b172-b60961071cb6 2018-09-04 10:24:34,320 - neutron_utils - INFO - Creating router with name - NeutronUtilsRouterTests-29226da9-455d-47df-94c1-6ac656bde82a-pub-router 2018-09-04 10:24:34,325 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9696/v2.0/routers -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7a105b51e1209264e9863249b08cebf7da0873b0" -d '{"router": {"external_gateway_info": {"network_id": "4097e349-dd4a-4a5e-95d6-eed5c2d7b85a"}, "name": "NeutronUtilsRouterTests-29226da9-455d-47df-94c1-6ac656bde82a-pub-router", "admin_state_up": true}}' 2018-09-04 10:24:35,683 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 660 X-Openstack-Request-Id: req-27c117b1-2b46-4003-a350-f5297879283d Date: Tue, 04 Sep 2018 10:24:35 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "4097e349-dd4a-4a5e-95d6-eed5c2d7b85a", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "5092c110-d468-4f12-acae-47d56d35dff1", "ip_address": "172.30.9.208"}]}, "description": "", "tags": [], "tenant_id": "da1aa3dc9e564d3d922e61c0121a390e", "created_at": "2018-09-04T10:24:34Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-09-04T10:24:35Z", "revision_number": 2, "routes": [], "project_id": "da1aa3dc9e564d3d922e61c0121a390e", "id": "1ee8c2e5-1935-40bf-82f1-3308a23fd24d", "name": "NeutronUtilsRouterTests-29226da9-455d-47df-94c1-6ac656bde82a-pub-router"}} 2018-09-04 10:24:35,683 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/routers used request id req-27c117b1-2b46-4003-a350-f5297879283d 2018-09-04 10:24:35,688 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?device_id=1ee8c2e5-1935-40bf-82f1-3308a23fd24d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7a105b51e1209264e9863249b08cebf7da0873b0" 2018-09-04 10:24:35,989 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 751 X-Openstack-Request-Id: req-8eb71550-0e0b-4281-b7a4-c5358e207477 Date: Tue, 04 Sep 2018 10:24:36 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T10:24:35Z","device_owner":"network:router_gateway","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"5092c110-d468-4f12-acae-47d56d35dff1","ip_address":"172.30.9.208"}],"id":"a3573552-a6f4-419f-ac51-137109a08501","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:c8:8c:8e","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"1ee8c2e5-1935-40bf-82f1-3308a23fd24d","name":"","admin_state_up":true,"network_id":"4097e349-dd4a-4a5e-95d6-eed5c2d7b85a","tenant_id":"","created_at":"2018-09-04T10:24:35Z","binding:vnic_type":"normal"}]} 2018-09-04 10:24:35,989 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?device_id=1ee8c2e5-1935-40bf-82f1-3308a23fd24d used request id req-8eb71550-0e0b-4281-b7a4-c5358e207477 2018-09-04 10:24:35,995 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets/5092c110-d468-4f12-acae-47d56d35dff1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7a105b51e1209264e9863249b08cebf7da0873b0" 2018-09-04 10:24:36,042 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 621 X-Openstack-Request-Id: req-74d2a5f6-f825-4699-8dd2-b38691346daf Date: Tue, 04 Sep 2018 10:24:36 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"4097e349-dd4a-4a5e-95d6-eed5c2d7b85a","tenant_id":"18025ed81c804927a1f0e0e0ba20836f","created_at":"2018-09-04T10:10:50Z","dns_nameservers":[],"updated_at":"2018-09-04T10:10:50Z","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":"18025ed81c804927a1f0e0e0ba20836f","id":"5092c110-d468-4f12-acae-47d56d35dff1","subnetpool_id":null,"name":"external-subnet"}} 2018-09-04 10:24:36,043 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets/5092c110-d468-4f12-acae-47d56d35dff1 used request id req-74d2a5f6-f825-4699-8dd2-b38691346daf 2018-09-04 10:24:36,048 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/routers?name=NeutronUtilsRouterTests-29226da9-455d-47df-94c1-6ac656bde82a-pub-router -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7a105b51e1209264e9863249b08cebf7da0873b0" 2018-09-04 10:24:36,113 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-26aed045-e401-4419-92eb-9d1257dea507 Date: Tue, 04 Sep 2018 10:24:36 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "4097e349-dd4a-4a5e-95d6-eed5c2d7b85a", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "5092c110-d468-4f12-acae-47d56d35dff1", "ip_address": "172.30.9.208"}]}, "description": "", "tags": [], "tenant_id": "da1aa3dc9e564d3d922e61c0121a390e", "created_at": "2018-09-04T10:24:34Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-09-04T10:24:35Z", "revision_number": 2, "routes": [], "project_id": "da1aa3dc9e564d3d922e61c0121a390e", "id": "1ee8c2e5-1935-40bf-82f1-3308a23fd24d", "name": "NeutronUtilsRouterTests-29226da9-455d-47df-94c1-6ac656bde82a-pub-router"}]} 2018-09-04 10:24:36,113 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/routers?name=NeutronUtilsRouterTests-29226da9-455d-47df-94c1-6ac656bde82a-pub-router used request id req-26aed045-e401-4419-92eb-9d1257dea507 2018-09-04 10:24:36,117 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/da1aa3dc9e564d3d922e61c0121a390e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7a105b51e1209264e9863249b08cebf7da0873b0" 2018-09-04 10:24:36,205 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:24:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f25484d9-bcf8-4324-9b8e-635f7c95e295 Content-Encoding: gzip Content-Length: 245 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.28:5000/v3/projects/da1aa3dc9e564d3d922e61c0121a390e"}, "enabled": true, "id": "da1aa3dc9e564d3d922e61c0121a390e", "parent_id": "default", "domain_id": "default", "name": "api_check-project_95790658-ea1a-473f-b71a-0aa15c3467f2"}} 2018-09-04 10:24:36,206 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/da1aa3dc9e564d3d922e61c0121a390e used request id req-f25484d9-bcf8-4324-9b8e-635f7c95e295 2018-09-04 10:24:36,210 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?device_id=1ee8c2e5-1935-40bf-82f1-3308a23fd24d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7a105b51e1209264e9863249b08cebf7da0873b0" 2018-09-04 10:24:36,406 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 751 X-Openstack-Request-Id: req-2682313e-b89b-4408-abee-e16dc4365ea9 Date: Tue, 04 Sep 2018 10:24:36 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T10:24:35Z","device_owner":"network:router_gateway","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"5092c110-d468-4f12-acae-47d56d35dff1","ip_address":"172.30.9.208"}],"id":"a3573552-a6f4-419f-ac51-137109a08501","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:c8:8c:8e","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"1ee8c2e5-1935-40bf-82f1-3308a23fd24d","name":"","admin_state_up":true,"network_id":"4097e349-dd4a-4a5e-95d6-eed5c2d7b85a","tenant_id":"","created_at":"2018-09-04T10:24:35Z","binding:vnic_type":"normal"}]} 2018-09-04 10:24:36,407 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?device_id=1ee8c2e5-1935-40bf-82f1-3308a23fd24d used request id req-2682313e-b89b-4408-abee-e16dc4365ea9 2018-09-04 10:24:36,412 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets/5092c110-d468-4f12-acae-47d56d35dff1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7a105b51e1209264e9863249b08cebf7da0873b0" 2018-09-04 10:24:36,596 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 621 X-Openstack-Request-Id: req-1823a044-dee2-4752-b6d6-cee2c1a1efbc Date: Tue, 04 Sep 2018 10:24:36 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"4097e349-dd4a-4a5e-95d6-eed5c2d7b85a","tenant_id":"18025ed81c804927a1f0e0e0ba20836f","created_at":"2018-09-04T10:10:50Z","dns_nameservers":[],"updated_at":"2018-09-04T10:10:50Z","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":"18025ed81c804927a1f0e0e0ba20836f","id":"5092c110-d468-4f12-acae-47d56d35dff1","subnetpool_id":null,"name":"external-subnet"}} 2018-09-04 10:24:36,596 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets/5092c110-d468-4f12-acae-47d56d35dff1 used request id req-1823a044-dee2-4752-b6d6-cee2c1a1efbc 2018-09-04 10:24:36,597 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-29226da9-455d-47df-94c1-6ac656bde82a-pub-subnet 2018-09-04 10:24:36,602 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/subnets/d82b2b80-c0df-4e57-9365-f75f847cd1ac -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7a105b51e1209264e9863249b08cebf7da0873b0" 2018-09-04 10:24:38,650 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-0ecd9c02-85a4-454d-89ad-b5ac6db9af75 Date: Tue, 04 Sep 2018 10:24:38 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-04 10:24:38,650 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/subnets/d82b2b80-c0df-4e57-9365-f75f847cd1ac used request id req-0ecd9c02-85a4-454d-89ad-b5ac6db9af75 2018-09-04 10:24:38,650 - neutron_utils - INFO - Adding interface to router with name NeutronUtilsRouterTests-29226da9-455d-47df-94c1-6ac656bde82a-pub-router 2018-09-04 10:24:38,655 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.28:9696/v2.0/routers/1ee8c2e5-1935-40bf-82f1-3308a23fd24d/add_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7a105b51e1209264e9863249b08cebf7da0873b0" -d '{"subnet_id": "d82b2b80-c0df-4e57-9365-f75f847cd1ac"}' 2018-09-04 10:24:39,671 - keystoneauth.session - DEBUG - RESP: [404] Content-Type: application/json Content-Length: 136 X-Openstack-Request-Id: req-1ed042eb-9b57-494a-a9be-df7dce942cab Date: Tue, 04 Sep 2018 10:24:39 GMT RESP BODY: {"NeutronError": {"message": "Subnet d82b2b80-c0df-4e57-9365-f75f847cd1ac could not be found.", "type": "SubnetNotFound", "detail": ""}} 2018-09-04 10:24:39,671 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.28:9696/v2.0/routers/1ee8c2e5-1935-40bf-82f1-3308a23fd24d/add_router_interface used request id req-1ed042eb-9b57-494a-a9be-df7dce942cab 2018-09-04 10:24:39,671 - neutronclient.v2_0.client - DEBUG - Error message: {"NeutronError": {"message": "Subnet d82b2b80-c0df-4e57-9365-f75f847cd1ac could not be found.", "type": "SubnetNotFound", "detail": ""}} 2018-09-04 10:24:39,672 - neutron_utils - INFO - Deleting router with name - NeutronUtilsRouterTests-29226da9-455d-47df-94c1-6ac656bde82a-pub-router 2018-09-04 10:24:39,677 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/routers/1ee8c2e5-1935-40bf-82f1-3308a23fd24d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7a105b51e1209264e9863249b08cebf7da0873b0" 2018-09-04 10:24:40,958 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-3c261e99-8282-468a-a87c-7758686b0154 Content-Length: 0 Date: Tue, 04 Sep 2018 10:24:40 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-04 10:24:40,958 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/routers/1ee8c2e5-1935-40bf-82f1-3308a23fd24d used request id req-3c261e99-8282-468a-a87c-7758686b0154 2018-09-04 10:24:40,963 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/routers?name=NeutronUtilsRouterTests-29226da9-455d-47df-94c1-6ac656bde82a-pub-router -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7a105b51e1209264e9863249b08cebf7da0873b0" 2018-09-04 10:24:41,008 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-fab57664-99ec-4cb7-91d3-a48a8aba9e48 Date: Tue, 04 Sep 2018 10:24:41 GMT RESP BODY: {"routers": []} 2018-09-04 10:24:41,008 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/routers?name=NeutronUtilsRouterTests-29226da9-455d-47df-94c1-6ac656bde82a-pub-router used request id req-fab57664-99ec-4cb7-91d3-a48a8aba9e48 2018-09-04 10:24:41,009 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-29226da9-455d-47df-94c1-6ac656bde82a-pub-subnet 2018-09-04 10:24:41,009 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-29226da9-455d-47df-94c1-6ac656bde82a-pub-subnet 2018-09-04 10:24:41,013 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/subnets/d82b2b80-c0df-4e57-9365-f75f847cd1ac -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7a105b51e1209264e9863249b08cebf7da0873b0" 2018-09-04 10:24:41,090 - keystoneauth.session - DEBUG - RESP: [404] Content-Type: application/json Content-Length: 136 X-Openstack-Request-Id: req-12c369ed-bd23-42d9-a30c-dfb40da964e7 Date: Tue, 04 Sep 2018 10:24:41 GMT RESP BODY: {"NeutronError": {"message": "Subnet d82b2b80-c0df-4e57-9365-f75f847cd1ac could not be found.", "type": "SubnetNotFound", "detail": ""}} 2018-09-04 10:24:41,090 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/subnets/d82b2b80-c0df-4e57-9365-f75f847cd1ac used request id req-12c369ed-bd23-42d9-a30c-dfb40da964e7 2018-09-04 10:24:41,090 - neutronclient.v2_0.client - DEBUG - Error message: {"NeutronError": {"message": "Subnet d82b2b80-c0df-4e57-9365-f75f847cd1ac could not be found.", "type": "SubnetNotFound", "detail": ""}} 2018-09-04 10:24:41,090 - neutron_utils - INFO - Deleting network with name NeutronUtilsRouterTests-29226da9-455d-47df-94c1-6ac656bde82a-pub-net 2018-09-04 10:24:41,095 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/networks/6dc7cde4-3243-4b63-a5a8-04ca98bb57e3 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7a105b51e1209264e9863249b08cebf7da0873b0" 2018-09-04 10:24:42,033 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-23e2e8ce-4528-4605-a78a-8fdd34aae256 Date: Tue, 04 Sep 2018 10:24:42 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-04 10:24:42,033 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/networks/6dc7cde4-3243-4b63-a5a8-04ca98bb57e3 used request id req-23e2e8ce-4528-4605-a78a-8fdd34aae256 2018-09-04 10:24:42,034 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-09-04 10:24:42,422 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5ef645ad12fc453aa5d8a0c2cbf76196", "name": "heat_stack_owner"}, {"id": "9a944a8c31754b8f941d2fa9034d4301", "name": "Member"}, {"id": "3d416247e8224533841040c3ad2bce5a", "name": "admin"}], "expires_at": "2018-09-04T11:24:42.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "da1aa3dc9e564d3d922e61c0121a390e", "name": "api_check-project_95790658-ea1a-473f-b71a-0aa15c3467f2"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235635a698ef4bef9dc6b25273d185da"}, {"url": "http://192.30.9.6:8776/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "23b07b3fbfc340a58cf0f9b2871a0d23"}, {"url": "http://172.30.9.28:8776/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "72fd0aaa144d45419f4b04b6b26f69a7"}], "type": "volume", "id": "097241c25b4d4f7e91b3f8efa155909e", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v3/da1aa3dc9e564d3d922e61c0121a390e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93eb4cf3030a49e7840bec071422d397"}, {"url": "http://192.30.9.6:8776/v3/da1aa3dc9e564d3d922e61c0121a390e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8af439a6ac147fdbcb38ed9aa916b68"}, {"url": "http://192.30.9.6:8776/v3/da1aa3dc9e564d3d922e61c0121a390e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c4bfdbc9b7c74a23a40afdf578cfeba4"}], "type": "volumev3", "id": "1c85f4682ce44f729db1dabd98e965e8", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "82239574a29d4603a2161006f61851cf"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8d15f7134f364a7bbcfff2f84aac3bf2"}, {"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e01668c43a0c4c279b9a3d20a0280d6c"}], "type": "image", "id": "297d8415ca96454991054983920912f7", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7bb4d60e20734d4a9f31ec75e02cb823"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bf6adec15590466a9a0d3bddb00e8993"}, {"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f096f03a1d12411a8972f6f7c196b60d"}], "type": "policy", "id": "54c64351b56d44bbad74c2969cc3aa00", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "354ae6870a324fab82d0a0fb68ee0f26"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a3807e460dd4af488d982b66c52e64c"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e7c3da785076450abd71868e75ce0c33"}], "type": "cloudformation", "id": "6ac9917ae83c4639a15a4ab3cf0e76dd", "name": "heat-cfn"}, {"endpoints": [], "type": "metering", "id": "7fcc078e5e0645f29df67742ac14e388", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49e71628d386464cb950d6a9db00a328"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75b0a63ed8574bbcab1c851cc9b83d30"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9902b0a8b3c04cd192a1b84c417c232b"}], "type": "key-manager", "id": "9626544a32e74678a641c6e206f028a9", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "497340e5aa36485982fdf297f370558f"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7802beb4fc7c4952897b77bd5610b1fe"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c14af798917f4fa0b146d9772583e595"}], "type": "metric", "id": "973bfe8c658d4e5a8da725e76b9d550e", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "288ecc3674ea41d2aa3b790dcb832bf2"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7a6dc785cd7142f5b30f1a7ba0daeb03"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7f7d34e2351b4964befccc862c4e8e12"}], "type": "network", "id": "a348d7b06050474fb449be7f32ea6f5d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "21bce6ecb8464a1f8f3e3847aa698bd6"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0a8faf2246b47deb30e69e48d3551fb"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e71c6011de3d4d8589e5b53dcc79f288"}], "type": "identity", "id": "ad8d4b4953184137a1b913ecee9434ed", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "13474f9a78ca4f1184e4cddc84d0d98c"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad67365a18234bb78c336e6776958c00"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc54db13337f44f8921fbb9ad0f81de8"}], "type": "alarming", "id": "bb18dc3243034f08a6a7f69f7a1edccf", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0d91d7adf0304b2681c77f979e5cdb17"}, {"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "756e5ffca9774ab3ae2db41bf330417f"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c07c727a08c243b287827f539a124e63"}], "type": "placement", "id": "bb2c9432fcbd4c56913177122468f6ba", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1eed4912224b48cf9856446eae4d9928"}, {"url": "http://192.30.9.6:8004/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b73b7f99236541148d84f24f09e5dd40"}, {"url": "http://192.30.9.6:8004/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fbf12e52911244fdafc24a9d46f56e62"}], "type": "orchestration", "id": "c8918d139da945ba93df4ccce21d4904", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/da1aa3dc9e564d3d922e61c0121a390e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16bf098b9e2e490f8e47fa601059f975"}, {"url": "http://192.30.9.6:8776/v2/da1aa3dc9e564d3d922e61c0121a390e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc16fa4cf491444ca2f611d5692c1170"}, {"url": "http://192.30.9.6:8776/v2/da1aa3dc9e564d3d922e61c0121a390e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ccd2c5325dff4b90b391db9fdde67d99"}], "type": "volumev2", "id": "d09ac9123c34494abce21d6c27bee9d9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eac694332354a3aa0e61c31314166d7"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b4d4989c4e764717ab78d38675cadd3f"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff196e46b56d406d87a678f1a64497b0"}], "type": "compute", "id": "d4030ee932c84df58c5b910cc197caa7", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_95790658-ea1a-473f-b71a-0aa15c3467f2", "id": "6cb53a06110b45a6a2f21cb265048110"}, "audit_ids": ["d5emGnzBRzm3HXH9pGdRlA"], "issued_at": "2018-09-04T10:24:42.000000Z"}} 2018-09-04 10:24:42,423 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28: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}eecebdb0f7951a199571bf0938bb0777be9c5d35" 2018-09-04 10:24:42,506 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:24:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-943bd477-3349-473f-aa4d-55754f157564 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.28:5000/v3/", "rel": "self"}]}} 2018-09-04 10:24:42,506 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-943bd477-3349-473f-aa4d-55754f157564 2018-09-04 10:24:42,508 - neutron_utils - INFO - Creating network with name NeutronUtilsRouterTests-6c1c51ec-314e-4610-93db-487e1234d748-pub-net 2018-09-04 10:24:42,513 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eecebdb0f7951a199571bf0938bb0777be9c5d35" -d '{"network": {"name": "NeutronUtilsRouterTests-6c1c51ec-314e-4610-93db-487e1234d748-pub-net", "admin_state_up": true}}' 2018-09-04 10:24:42,981 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 700 X-Openstack-Request-Id: req-afdcd579-0fa9-4da7-a717-906df5f06ded Date: Tue, 04 Sep 2018 10:24:42 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"provider:network_type":"vxlan","id":"15b36b08-4e90-4cba-a0de-a496823fe6ba","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"da1aa3dc9e564d3d922e61c0121a390e","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-09-04T10:24:42Z","is_default":false,"provider:segmentation_id":35,"name":"NeutronUtilsRouterTests-6c1c51ec-314e-4610-93db-487e1234d748-pub-net","admin_state_up":true,"tenant_id":"da1aa3dc9e564d3d922e61c0121a390e","created_at":"2018-09-04T10:24:42Z","mtu":1450}} 2018-09-04 10:24:42,981 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/networks used request id req-afdcd579-0fa9-4da7-a717-906df5f06ded 2018-09-04 10:24:42,987 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?id=15b36b08-4e90-4cba-a0de-a496823fe6ba -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eecebdb0f7951a199571bf0938bb0777be9c5d35" 2018-09-04 10:24:43,209 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-930e66bf-4c47-449d-adf8-a08139d4f694 Date: Tue, 04 Sep 2018 10:24:43 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"15b36b08-4e90-4cba-a0de-a496823fe6ba","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"da1aa3dc9e564d3d922e61c0121a390e","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-09-04T10:24:42Z","provider:segmentation_id":35,"name":"NeutronUtilsRouterTests-6c1c51ec-314e-4610-93db-487e1234d748-pub-net","admin_state_up":true,"tenant_id":"da1aa3dc9e564d3d922e61c0121a390e","created_at":"2018-09-04T10:24:42Z","provider:network_type":"vxlan"}]} 2018-09-04 10:24:43,209 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?id=15b36b08-4e90-4cba-a0de-a496823fe6ba used request id req-930e66bf-4c47-449d-adf8-a08139d4f694 2018-09-04 10:24:43,214 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=15b36b08-4e90-4cba-a0de-a496823fe6ba -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eecebdb0f7951a199571bf0938bb0777be9c5d35" 2018-09-04 10:24:43,410 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-0cd04085-5295-435c-b560-0eaeb8f9471e Date: Tue, 04 Sep 2018 10:24:43 GMT RESP BODY: {"subnets":[]} 2018-09-04 10:24:43,410 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=15b36b08-4e90-4cba-a0de-a496823fe6ba used request id req-0cd04085-5295-435c-b560-0eaeb8f9471e 2018-09-04 10:24:43,410 - neutron_utils - INFO - Creating subnet with name NeutronUtilsRouterTests-6c1c51ec-314e-4610-93db-487e1234d748-pub-subnet 2018-09-04 10:24:43,415 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eecebdb0f7951a199571bf0938bb0777be9c5d35" -d '{"subnets": [{"ip_version": 4, "network_id": "15b36b08-4e90-4cba-a0de-a496823fe6ba", "cidr": "10.55.1.0/24", "name": "NeutronUtilsRouterTests-6c1c51ec-314e-4610-93db-487e1234d748-pub-subnet"}]}' 2018-09-04 10:24:44,081 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-4c742c14-a87a-4ae8-984a-dda277ed6494 Date: Tue, 04 Sep 2018 10:24:44 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"15b36b08-4e90-4cba-a0de-a496823fe6ba","tenant_id":"da1aa3dc9e564d3d922e61c0121a390e","created_at":"2018-09-04T10:24:43Z","dns_nameservers":[],"updated_at":"2018-09-04T10:24:43Z","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":"da1aa3dc9e564d3d922e61c0121a390e","id":"50e29e15-b261-425c-9e0f-7731d685de6e","subnetpool_id":null,"name":"NeutronUtilsRouterTests-6c1c51ec-314e-4610-93db-487e1234d748-pub-subnet"}]} 2018-09-04 10:24:44,081 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/subnets used request id req-4c742c14-a87a-4ae8-984a-dda277ed6494 2018-09-04 10:24:44,086 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?id=15b36b08-4e90-4cba-a0de-a496823fe6ba -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eecebdb0f7951a199571bf0938bb0777be9c5d35" 2018-09-04 10:24:44,363 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-58e51088-be8b-45b0-9139-6ec393d0afe6 Date: Tue, 04 Sep 2018 10:24:44 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"15b36b08-4e90-4cba-a0de-a496823fe6ba","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"da1aa3dc9e564d3d922e61c0121a390e","status":"ACTIVE","subnets":["50e29e15-b261-425c-9e0f-7731d685de6e"],"description":"","tags":[],"updated_at":"2018-09-04T10:24:43Z","provider:segmentation_id":35,"name":"NeutronUtilsRouterTests-6c1c51ec-314e-4610-93db-487e1234d748-pub-net","admin_state_up":true,"tenant_id":"da1aa3dc9e564d3d922e61c0121a390e","created_at":"2018-09-04T10:24:42Z","provider:network_type":"vxlan"}]} 2018-09-04 10:24:44,363 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?id=15b36b08-4e90-4cba-a0de-a496823fe6ba used request id req-58e51088-be8b-45b0-9139-6ec393d0afe6 2018-09-04 10:24:44,368 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=15b36b08-4e90-4cba-a0de-a496823fe6ba -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eecebdb0f7951a199571bf0938bb0777be9c5d35" 2018-09-04 10:24:44,567 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-a101ef12-1dcc-4e81-890a-2940e395a2b9 Date: Tue, 04 Sep 2018 10:24:44 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"15b36b08-4e90-4cba-a0de-a496823fe6ba","tenant_id":"da1aa3dc9e564d3d922e61c0121a390e","created_at":"2018-09-04T10:24:43Z","dns_nameservers":[],"updated_at":"2018-09-04T10:24:43Z","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":"da1aa3dc9e564d3d922e61c0121a390e","id":"50e29e15-b261-425c-9e0f-7731d685de6e","subnetpool_id":null,"name":"NeutronUtilsRouterTests-6c1c51ec-314e-4610-93db-487e1234d748-pub-subnet"}]} 2018-09-04 10:24:44,567 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=15b36b08-4e90-4cba-a0de-a496823fe6ba used request id req-a101ef12-1dcc-4e81-890a-2940e395a2b9 2018-09-04 10:24:44,573 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=NeutronUtilsRouterTests-6c1c51ec-314e-4610-93db-487e1234d748-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eecebdb0f7951a199571bf0938bb0777be9c5d35" 2018-09-04 10:24:44,847 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-5aaef004-6d2d-478f-b84b-3a6197152a02 Date: Tue, 04 Sep 2018 10:24:44 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"15b36b08-4e90-4cba-a0de-a496823fe6ba","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"da1aa3dc9e564d3d922e61c0121a390e","status":"ACTIVE","subnets":["50e29e15-b261-425c-9e0f-7731d685de6e"],"description":"","tags":[],"updated_at":"2018-09-04T10:24:43Z","provider:segmentation_id":35,"name":"NeutronUtilsRouterTests-6c1c51ec-314e-4610-93db-487e1234d748-pub-net","admin_state_up":true,"tenant_id":"da1aa3dc9e564d3d922e61c0121a390e","created_at":"2018-09-04T10:24:42Z","provider:network_type":"vxlan"}]} 2018-09-04 10:24:44,847 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=NeutronUtilsRouterTests-6c1c51ec-314e-4610-93db-487e1234d748-pub-net used request id req-5aaef004-6d2d-478f-b84b-3a6197152a02 2018-09-04 10:24:44,851 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-04 10:24:44,856 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 04 Sep 2018 10:24: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.28: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.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-04 10:24:44,857 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/da1aa3dc9e564d3d922e61c0121a390e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eecebdb0f7951a199571bf0938bb0777be9c5d35" 2018-09-04 10:24:44,949 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:24:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b4a824b7-7e4c-4410-af8c-3b8efb3628d0 Content-Encoding: gzip Content-Length: 245 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.28:5000/v3/projects/da1aa3dc9e564d3d922e61c0121a390e"}, "enabled": true, "id": "da1aa3dc9e564d3d922e61c0121a390e", "parent_id": "default", "domain_id": "default", "name": "api_check-project_95790658-ea1a-473f-b71a-0aa15c3467f2"}} 2018-09-04 10:24:44,949 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/da1aa3dc9e564d3d922e61c0121a390e used request id req-b4a824b7-7e4c-4410-af8c-3b8efb3628d0 2018-09-04 10:24:44,954 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=15b36b08-4e90-4cba-a0de-a496823fe6ba -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eecebdb0f7951a199571bf0938bb0777be9c5d35" 2018-09-04 10:24:45,186 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-7a4a1868-9d0e-4b1c-9729-a524d28d8c41 Date: Tue, 04 Sep 2018 10:24:45 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"15b36b08-4e90-4cba-a0de-a496823fe6ba","tenant_id":"da1aa3dc9e564d3d922e61c0121a390e","created_at":"2018-09-04T10:24:43Z","dns_nameservers":[],"updated_at":"2018-09-04T10:24:43Z","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":"da1aa3dc9e564d3d922e61c0121a390e","id":"50e29e15-b261-425c-9e0f-7731d685de6e","subnetpool_id":null,"name":"NeutronUtilsRouterTests-6c1c51ec-314e-4610-93db-487e1234d748-pub-subnet"}]} 2018-09-04 10:24:45,187 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=15b36b08-4e90-4cba-a0de-a496823fe6ba used request id req-7a4a1868-9d0e-4b1c-9729-a524d28d8c41 2018-09-04 10:24:45,192 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=15b36b08-4e90-4cba-a0de-a496823fe6ba&name=NeutronUtilsRouterTests-6c1c51ec-314e-4610-93db-487e1234d748-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eecebdb0f7951a199571bf0938bb0777be9c5d35" 2018-09-04 10:24:45,398 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-7896f916-38b8-4c6d-ae92-65c22e393b9f Date: Tue, 04 Sep 2018 10:24:45 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"15b36b08-4e90-4cba-a0de-a496823fe6ba","tenant_id":"da1aa3dc9e564d3d922e61c0121a390e","created_at":"2018-09-04T10:24:43Z","dns_nameservers":[],"updated_at":"2018-09-04T10:24:43Z","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":"da1aa3dc9e564d3d922e61c0121a390e","id":"50e29e15-b261-425c-9e0f-7731d685de6e","subnetpool_id":null,"name":"NeutronUtilsRouterTests-6c1c51ec-314e-4610-93db-487e1234d748-pub-subnet"}]} 2018-09-04 10:24:45,398 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=15b36b08-4e90-4cba-a0de-a496823fe6ba&name=NeutronUtilsRouterTests-6c1c51ec-314e-4610-93db-487e1234d748-pub-subnet used request id req-7896f916-38b8-4c6d-ae92-65c22e393b9f 2018-09-04 10:24:45,399 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-6c1c51ec-314e-4610-93db-487e1234d748-pub-subnet 2018-09-04 10:24:45,399 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-6c1c51ec-314e-4610-93db-487e1234d748-pub-subnet 2018-09-04 10:24:45,404 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/subnets/50e29e15-b261-425c-9e0f-7731d685de6e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eecebdb0f7951a199571bf0938bb0777be9c5d35" 2018-09-04 10:24:47,663 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-390862cf-35b5-445d-87d6-b4af08431b40 Date: Tue, 04 Sep 2018 10:24:47 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-04 10:24:47,663 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/subnets/50e29e15-b261-425c-9e0f-7731d685de6e used request id req-390862cf-35b5-445d-87d6-b4af08431b40 2018-09-04 10:24:47,663 - neutron_utils - INFO - Deleting network with name NeutronUtilsRouterTests-6c1c51ec-314e-4610-93db-487e1234d748-pub-net 2018-09-04 10:24:47,668 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/networks/15b36b08-4e90-4cba-a0de-a496823fe6ba -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eecebdb0f7951a199571bf0938bb0777be9c5d35" 2018-09-04 10:24:48,974 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-c5db0bbd-a8da-4274-8f87-0e3d88f25098 Date: Tue, 04 Sep 2018 10:24:48 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-04 10:24:48,974 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/networks/15b36b08-4e90-4cba-a0de-a496823fe6ba used request id req-c5db0bbd-a8da-4274-8f87-0e3d88f25098 2018-09-04 10:24:48,976 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-09-04 10:24:49,361 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5ef645ad12fc453aa5d8a0c2cbf76196", "name": "heat_stack_owner"}, {"id": "9a944a8c31754b8f941d2fa9034d4301", "name": "Member"}, {"id": "3d416247e8224533841040c3ad2bce5a", "name": "admin"}], "expires_at": "2018-09-04T11:24:49.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "da1aa3dc9e564d3d922e61c0121a390e", "name": "api_check-project_95790658-ea1a-473f-b71a-0aa15c3467f2"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235635a698ef4bef9dc6b25273d185da"}, {"url": "http://192.30.9.6:8776/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "23b07b3fbfc340a58cf0f9b2871a0d23"}, {"url": "http://172.30.9.28:8776/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "72fd0aaa144d45419f4b04b6b26f69a7"}], "type": "volume", "id": "097241c25b4d4f7e91b3f8efa155909e", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v3/da1aa3dc9e564d3d922e61c0121a390e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93eb4cf3030a49e7840bec071422d397"}, {"url": "http://192.30.9.6:8776/v3/da1aa3dc9e564d3d922e61c0121a390e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8af439a6ac147fdbcb38ed9aa916b68"}, {"url": "http://192.30.9.6:8776/v3/da1aa3dc9e564d3d922e61c0121a390e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c4bfdbc9b7c74a23a40afdf578cfeba4"}], "type": "volumev3", "id": "1c85f4682ce44f729db1dabd98e965e8", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "82239574a29d4603a2161006f61851cf"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8d15f7134f364a7bbcfff2f84aac3bf2"}, {"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e01668c43a0c4c279b9a3d20a0280d6c"}], "type": "image", "id": "297d8415ca96454991054983920912f7", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7bb4d60e20734d4a9f31ec75e02cb823"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bf6adec15590466a9a0d3bddb00e8993"}, {"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f096f03a1d12411a8972f6f7c196b60d"}], "type": "policy", "id": "54c64351b56d44bbad74c2969cc3aa00", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "354ae6870a324fab82d0a0fb68ee0f26"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a3807e460dd4af488d982b66c52e64c"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e7c3da785076450abd71868e75ce0c33"}], "type": "cloudformation", "id": "6ac9917ae83c4639a15a4ab3cf0e76dd", "name": "heat-cfn"}, {"endpoints": [], "type": "metering", "id": "7fcc078e5e0645f29df67742ac14e388", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49e71628d386464cb950d6a9db00a328"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75b0a63ed8574bbcab1c851cc9b83d30"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9902b0a8b3c04cd192a1b84c417c232b"}], "type": "key-manager", "id": "9626544a32e74678a641c6e206f028a9", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "497340e5aa36485982fdf297f370558f"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7802beb4fc7c4952897b77bd5610b1fe"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c14af798917f4fa0b146d9772583e595"}], "type": "metric", "id": "973bfe8c658d4e5a8da725e76b9d550e", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "288ecc3674ea41d2aa3b790dcb832bf2"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7a6dc785cd7142f5b30f1a7ba0daeb03"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7f7d34e2351b4964befccc862c4e8e12"}], "type": "network", "id": "a348d7b06050474fb449be7f32ea6f5d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "21bce6ecb8464a1f8f3e3847aa698bd6"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0a8faf2246b47deb30e69e48d3551fb"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e71c6011de3d4d8589e5b53dcc79f288"}], "type": "identity", "id": "ad8d4b4953184137a1b913ecee9434ed", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "13474f9a78ca4f1184e4cddc84d0d98c"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad67365a18234bb78c336e6776958c00"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc54db13337f44f8921fbb9ad0f81de8"}], "type": "alarming", "id": "bb18dc3243034f08a6a7f69f7a1edccf", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0d91d7adf0304b2681c77f979e5cdb17"}, {"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "756e5ffca9774ab3ae2db41bf330417f"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c07c727a08c243b287827f539a124e63"}], "type": "placement", "id": "bb2c9432fcbd4c56913177122468f6ba", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1eed4912224b48cf9856446eae4d9928"}, {"url": "http://192.30.9.6:8004/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b73b7f99236541148d84f24f09e5dd40"}, {"url": "http://192.30.9.6:8004/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fbf12e52911244fdafc24a9d46f56e62"}], "type": "orchestration", "id": "c8918d139da945ba93df4ccce21d4904", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/da1aa3dc9e564d3d922e61c0121a390e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16bf098b9e2e490f8e47fa601059f975"}, {"url": "http://192.30.9.6:8776/v2/da1aa3dc9e564d3d922e61c0121a390e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc16fa4cf491444ca2f611d5692c1170"}, {"url": "http://192.30.9.6:8776/v2/da1aa3dc9e564d3d922e61c0121a390e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ccd2c5325dff4b90b391db9fdde67d99"}], "type": "volumev2", "id": "d09ac9123c34494abce21d6c27bee9d9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eac694332354a3aa0e61c31314166d7"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b4d4989c4e764717ab78d38675cadd3f"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff196e46b56d406d87a678f1a64497b0"}], "type": "compute", "id": "d4030ee932c84df58c5b910cc197caa7", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_95790658-ea1a-473f-b71a-0aa15c3467f2", "id": "6cb53a06110b45a6a2f21cb265048110"}, "audit_ids": ["NQ-lDSK7SxSGrL72Slstog"], "issued_at": "2018-09-04T10:24:49.000000Z"}} 2018-09-04 10:24:49,361 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28: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}d3fb682cabc7e2eaf0b033cacf682309b3028504" 2018-09-04 10:24:49,436 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:24:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-028e4c21-6a97-4680-aef1-bd52d61852c2 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.28:5000/v3/", "rel": "self"}]}} 2018-09-04 10:24:49,436 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-028e4c21-6a97-4680-aef1-bd52d61852c2 2018-09-04 10:24:49,438 - neutron_utils - INFO - Creating network with name NeutronUtilsRouterTests-8095fed1-2511-4937-ab56-c62376bb3245-pub-net 2018-09-04 10:24:49,443 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d3fb682cabc7e2eaf0b033cacf682309b3028504" -d '{"network": {"name": "NeutronUtilsRouterTests-8095fed1-2511-4937-ab56-c62376bb3245-pub-net", "admin_state_up": true}}' 2018-09-04 10:24:50,615 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 700 X-Openstack-Request-Id: req-a3b8d652-aec5-4fa6-b4f4-288a5a5276fd Date: Tue, 04 Sep 2018 10:24: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":"319dd9a6-5cd6-42f6-be64-418231a0e4cc","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"da1aa3dc9e564d3d922e61c0121a390e","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-09-04T10:24:50Z","is_default":false,"provider:segmentation_id":37,"name":"NeutronUtilsRouterTests-8095fed1-2511-4937-ab56-c62376bb3245-pub-net","admin_state_up":true,"tenant_id":"da1aa3dc9e564d3d922e61c0121a390e","created_at":"2018-09-04T10:24:50Z","mtu":1450}} 2018-09-04 10:24:50,615 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/networks used request id req-a3b8d652-aec5-4fa6-b4f4-288a5a5276fd 2018-09-04 10:24:50,621 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?id=319dd9a6-5cd6-42f6-be64-418231a0e4cc -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d3fb682cabc7e2eaf0b033cacf682309b3028504" 2018-09-04 10:24:50,871 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-ea362321-7b64-490c-b6d9-778ccb3748e3 Date: Tue, 04 Sep 2018 10:24:50 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"319dd9a6-5cd6-42f6-be64-418231a0e4cc","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"da1aa3dc9e564d3d922e61c0121a390e","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-09-04T10:24:50Z","provider:segmentation_id":37,"name":"NeutronUtilsRouterTests-8095fed1-2511-4937-ab56-c62376bb3245-pub-net","admin_state_up":true,"tenant_id":"da1aa3dc9e564d3d922e61c0121a390e","created_at":"2018-09-04T10:24:50Z","provider:network_type":"vxlan"}]} 2018-09-04 10:24:50,871 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?id=319dd9a6-5cd6-42f6-be64-418231a0e4cc used request id req-ea362321-7b64-490c-b6d9-778ccb3748e3 2018-09-04 10:24:50,877 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=319dd9a6-5cd6-42f6-be64-418231a0e4cc -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d3fb682cabc7e2eaf0b033cacf682309b3028504" 2018-09-04 10:24:51,051 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-2b88967f-85cc-49fb-af99-d2411a0f4e71 Date: Tue, 04 Sep 2018 10:24:51 GMT RESP BODY: {"subnets":[]} 2018-09-04 10:24:51,051 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=319dd9a6-5cd6-42f6-be64-418231a0e4cc used request id req-2b88967f-85cc-49fb-af99-d2411a0f4e71 2018-09-04 10:24:51,052 - neutron_utils - INFO - Creating subnet with name NeutronUtilsRouterTests-8095fed1-2511-4937-ab56-c62376bb3245-pub-subnet 2018-09-04 10:24:51,057 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d3fb682cabc7e2eaf0b033cacf682309b3028504" -d '{"subnets": [{"ip_version": 4, "network_id": "319dd9a6-5cd6-42f6-be64-418231a0e4cc", "cidr": "10.55.1.0/24", "name": "NeutronUtilsRouterTests-8095fed1-2511-4937-ab56-c62376bb3245-pub-subnet"}]}' 2018-09-04 10:24:51,644 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-43341e8f-e05a-4897-93e7-2a0ef1602708 Date: Tue, 04 Sep 2018 10:24:51 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"319dd9a6-5cd6-42f6-be64-418231a0e4cc","tenant_id":"da1aa3dc9e564d3d922e61c0121a390e","created_at":"2018-09-04T10:24:51Z","dns_nameservers":[],"updated_at":"2018-09-04T10:24:51Z","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":"da1aa3dc9e564d3d922e61c0121a390e","id":"61a8c430-72d2-4ac2-97d0-029fdb308803","subnetpool_id":null,"name":"NeutronUtilsRouterTests-8095fed1-2511-4937-ab56-c62376bb3245-pub-subnet"}]} 2018-09-04 10:24:51,644 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/subnets used request id req-43341e8f-e05a-4897-93e7-2a0ef1602708 2018-09-04 10:24:51,649 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?id=319dd9a6-5cd6-42f6-be64-418231a0e4cc -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d3fb682cabc7e2eaf0b033cacf682309b3028504" 2018-09-04 10:24:52,025 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-f1ada91e-b252-4256-818c-5ebceeb394ed Date: Tue, 04 Sep 2018 10:24:52 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"319dd9a6-5cd6-42f6-be64-418231a0e4cc","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"da1aa3dc9e564d3d922e61c0121a390e","status":"ACTIVE","subnets":["61a8c430-72d2-4ac2-97d0-029fdb308803"],"description":"","tags":[],"updated_at":"2018-09-04T10:24:51Z","provider:segmentation_id":37,"name":"NeutronUtilsRouterTests-8095fed1-2511-4937-ab56-c62376bb3245-pub-net","admin_state_up":true,"tenant_id":"da1aa3dc9e564d3d922e61c0121a390e","created_at":"2018-09-04T10:24:50Z","provider:network_type":"vxlan"}]} 2018-09-04 10:24:52,026 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?id=319dd9a6-5cd6-42f6-be64-418231a0e4cc used request id req-f1ada91e-b252-4256-818c-5ebceeb394ed 2018-09-04 10:24:52,031 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=319dd9a6-5cd6-42f6-be64-418231a0e4cc -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d3fb682cabc7e2eaf0b033cacf682309b3028504" 2018-09-04 10:24:52,235 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-d27eeffe-3b2f-44cb-b624-4f462839b19d Date: Tue, 04 Sep 2018 10:24:52 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"319dd9a6-5cd6-42f6-be64-418231a0e4cc","tenant_id":"da1aa3dc9e564d3d922e61c0121a390e","created_at":"2018-09-04T10:24:51Z","dns_nameservers":[],"updated_at":"2018-09-04T10:24:51Z","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":"da1aa3dc9e564d3d922e61c0121a390e","id":"61a8c430-72d2-4ac2-97d0-029fdb308803","subnetpool_id":null,"name":"NeutronUtilsRouterTests-8095fed1-2511-4937-ab56-c62376bb3245-pub-subnet"}]} 2018-09-04 10:24:52,235 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=319dd9a6-5cd6-42f6-be64-418231a0e4cc used request id req-d27eeffe-3b2f-44cb-b624-4f462839b19d 2018-09-04 10:24:52,241 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=NeutronUtilsRouterTests-8095fed1-2511-4937-ab56-c62376bb3245-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d3fb682cabc7e2eaf0b033cacf682309b3028504" 2018-09-04 10:24:52,322 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-9edb4f93-1d9f-4011-bc1d-7f0d1ab19853 Date: Tue, 04 Sep 2018 10:24:52 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"319dd9a6-5cd6-42f6-be64-418231a0e4cc","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"da1aa3dc9e564d3d922e61c0121a390e","status":"ACTIVE","subnets":["61a8c430-72d2-4ac2-97d0-029fdb308803"],"description":"","tags":[],"updated_at":"2018-09-04T10:24:51Z","provider:segmentation_id":37,"name":"NeutronUtilsRouterTests-8095fed1-2511-4937-ab56-c62376bb3245-pub-net","admin_state_up":true,"tenant_id":"da1aa3dc9e564d3d922e61c0121a390e","created_at":"2018-09-04T10:24:50Z","provider:network_type":"vxlan"}]} 2018-09-04 10:24:52,322 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=NeutronUtilsRouterTests-8095fed1-2511-4937-ab56-c62376bb3245-pub-net used request id req-9edb4f93-1d9f-4011-bc1d-7f0d1ab19853 2018-09-04 10:24:52,326 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-04 10:24:52,331 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 04 Sep 2018 10:24: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.28: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.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-04 10:24:52,332 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/da1aa3dc9e564d3d922e61c0121a390e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d3fb682cabc7e2eaf0b033cacf682309b3028504" 2018-09-04 10:24:52,409 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:24:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f52d8ce0-7b0c-4602-a91a-04bedcbc5c3d Content-Encoding: gzip Content-Length: 245 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.28:5000/v3/projects/da1aa3dc9e564d3d922e61c0121a390e"}, "enabled": true, "id": "da1aa3dc9e564d3d922e61c0121a390e", "parent_id": "default", "domain_id": "default", "name": "api_check-project_95790658-ea1a-473f-b71a-0aa15c3467f2"}} 2018-09-04 10:24:52,409 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/da1aa3dc9e564d3d922e61c0121a390e used request id req-f52d8ce0-7b0c-4602-a91a-04bedcbc5c3d 2018-09-04 10:24:52,414 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=319dd9a6-5cd6-42f6-be64-418231a0e4cc -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d3fb682cabc7e2eaf0b033cacf682309b3028504" 2018-09-04 10:24:52,611 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-280ac95b-f6c2-46c1-8107-5721d8da8543 Date: Tue, 04 Sep 2018 10:24:52 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"319dd9a6-5cd6-42f6-be64-418231a0e4cc","tenant_id":"da1aa3dc9e564d3d922e61c0121a390e","created_at":"2018-09-04T10:24:51Z","dns_nameservers":[],"updated_at":"2018-09-04T10:24:51Z","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":"da1aa3dc9e564d3d922e61c0121a390e","id":"61a8c430-72d2-4ac2-97d0-029fdb308803","subnetpool_id":null,"name":"NeutronUtilsRouterTests-8095fed1-2511-4937-ab56-c62376bb3245-pub-subnet"}]} 2018-09-04 10:24:52,611 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=319dd9a6-5cd6-42f6-be64-418231a0e4cc used request id req-280ac95b-f6c2-46c1-8107-5721d8da8543 2018-09-04 10:24:52,611 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 10:24:52,612 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-09-04 10:24:52,997 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5ef645ad12fc453aa5d8a0c2cbf76196", "name": "heat_stack_owner"}, {"id": "9a944a8c31754b8f941d2fa9034d4301", "name": "Member"}, {"id": "3d416247e8224533841040c3ad2bce5a", "name": "admin"}], "expires_at": "2018-09-04T11:24:53.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "da1aa3dc9e564d3d922e61c0121a390e", "name": "api_check-project_95790658-ea1a-473f-b71a-0aa15c3467f2"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235635a698ef4bef9dc6b25273d185da"}, {"url": "http://192.30.9.6:8776/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "23b07b3fbfc340a58cf0f9b2871a0d23"}, {"url": "http://172.30.9.28:8776/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "72fd0aaa144d45419f4b04b6b26f69a7"}], "type": "volume", "id": "097241c25b4d4f7e91b3f8efa155909e", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v3/da1aa3dc9e564d3d922e61c0121a390e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93eb4cf3030a49e7840bec071422d397"}, {"url": "http://192.30.9.6:8776/v3/da1aa3dc9e564d3d922e61c0121a390e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8af439a6ac147fdbcb38ed9aa916b68"}, {"url": "http://192.30.9.6:8776/v3/da1aa3dc9e564d3d922e61c0121a390e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c4bfdbc9b7c74a23a40afdf578cfeba4"}], "type": "volumev3", "id": "1c85f4682ce44f729db1dabd98e965e8", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "82239574a29d4603a2161006f61851cf"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8d15f7134f364a7bbcfff2f84aac3bf2"}, {"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e01668c43a0c4c279b9a3d20a0280d6c"}], "type": "image", "id": "297d8415ca96454991054983920912f7", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7bb4d60e20734d4a9f31ec75e02cb823"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bf6adec15590466a9a0d3bddb00e8993"}, {"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f096f03a1d12411a8972f6f7c196b60d"}], "type": "policy", "id": "54c64351b56d44bbad74c2969cc3aa00", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "354ae6870a324fab82d0a0fb68ee0f26"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a3807e460dd4af488d982b66c52e64c"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e7c3da785076450abd71868e75ce0c33"}], "type": "cloudformation", "id": "6ac9917ae83c4639a15a4ab3cf0e76dd", "name": "heat-cfn"}, {"endpoints": [], "type": "metering", "id": "7fcc078e5e0645f29df67742ac14e388", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49e71628d386464cb950d6a9db00a328"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75b0a63ed8574bbcab1c851cc9b83d30"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9902b0a8b3c04cd192a1b84c417c232b"}], "type": "key-manager", "id": "9626544a32e74678a641c6e206f028a9", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "497340e5aa36485982fdf297f370558f"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7802beb4fc7c4952897b77bd5610b1fe"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c14af798917f4fa0b146d9772583e595"}], "type": "metric", "id": "973bfe8c658d4e5a8da725e76b9d550e", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "288ecc3674ea41d2aa3b790dcb832bf2"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7a6dc785cd7142f5b30f1a7ba0daeb03"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7f7d34e2351b4964befccc862c4e8e12"}], "type": "network", "id": "a348d7b06050474fb449be7f32ea6f5d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "21bce6ecb8464a1f8f3e3847aa698bd6"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0a8faf2246b47deb30e69e48d3551fb"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e71c6011de3d4d8589e5b53dcc79f288"}], "type": "identity", "id": "ad8d4b4953184137a1b913ecee9434ed", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "13474f9a78ca4f1184e4cddc84d0d98c"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad67365a18234bb78c336e6776958c00"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc54db13337f44f8921fbb9ad0f81de8"}], "type": "alarming", "id": "bb18dc3243034f08a6a7f69f7a1edccf", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0d91d7adf0304b2681c77f979e5cdb17"}, {"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "756e5ffca9774ab3ae2db41bf330417f"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c07c727a08c243b287827f539a124e63"}], "type": "placement", "id": "bb2c9432fcbd4c56913177122468f6ba", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1eed4912224b48cf9856446eae4d9928"}, {"url": "http://192.30.9.6:8004/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b73b7f99236541148d84f24f09e5dd40"}, {"url": "http://192.30.9.6:8004/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fbf12e52911244fdafc24a9d46f56e62"}], "type": "orchestration", "id": "c8918d139da945ba93df4ccce21d4904", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/da1aa3dc9e564d3d922e61c0121a390e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16bf098b9e2e490f8e47fa601059f975"}, {"url": "http://192.30.9.6:8776/v2/da1aa3dc9e564d3d922e61c0121a390e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc16fa4cf491444ca2f611d5692c1170"}, {"url": "http://192.30.9.6:8776/v2/da1aa3dc9e564d3d922e61c0121a390e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ccd2c5325dff4b90b391db9fdde67d99"}], "type": "volumev2", "id": "d09ac9123c34494abce21d6c27bee9d9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eac694332354a3aa0e61c31314166d7"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b4d4989c4e764717ab78d38675cadd3f"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff196e46b56d406d87a678f1a64497b0"}], "type": "compute", "id": "d4030ee932c84df58c5b910cc197caa7", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_95790658-ea1a-473f-b71a-0aa15c3467f2", "id": "6cb53a06110b45a6a2f21cb265048110"}, "audit_ids": ["6MIDR-sYQGCBxHl57Z-CZQ"], "issued_at": "2018-09-04T10:24:53.000000Z"}} 2018-09-04 10:24:52,997 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28: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}2227a005e2d55c2d50adce3a94f59d90bf09909e" 2018-09-04 10:24:53,078 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:24:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-551e7b1b-4652-4380-a94b-f812b7e4124b 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.28:5000/v3/", "rel": "self"}]}} 2018-09-04 10:24:53,078 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-551e7b1b-4652-4380-a94b-f812b7e4124b 2018-09-04 10:24:53,084 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=external -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d3fb682cabc7e2eaf0b033cacf682309b3028504" 2018-09-04 10:24:53,380 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-6508f215-eb12-480b-ba43-1aa4b0e3cb8c Date: Tue, 04 Sep 2018 10:24:53 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"4097e349-dd4a-4a5e-95d6-eed5c2d7b85a","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"18025ed81c804927a1f0e0e0ba20836f","status":"ACTIVE","subnets":["5092c110-d468-4f12-acae-47d56d35dff1"],"description":"","tags":[],"updated_at":"2018-09-04T10:10:50Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"18025ed81c804927a1f0e0e0ba20836f","created_at":"2018-09-04T10:10:44Z","provider:network_type":"flat"}]} 2018-09-04 10:24:53,381 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=external used request id req-6508f215-eb12-480b-ba43-1aa4b0e3cb8c 2018-09-04 10:24:53,386 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=4097e349-dd4a-4a5e-95d6-eed5c2d7b85a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d3fb682cabc7e2eaf0b033cacf682309b3028504" 2018-09-04 10:24:53,439 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 624 X-Openstack-Request-Id: req-140b35cb-a872-4275-bdfc-99e155f0e348 Date: Tue, 04 Sep 2018 10:24:53 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"4097e349-dd4a-4a5e-95d6-eed5c2d7b85a","tenant_id":"18025ed81c804927a1f0e0e0ba20836f","created_at":"2018-09-04T10:10:50Z","dns_nameservers":[],"updated_at":"2018-09-04T10:10:50Z","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":"18025ed81c804927a1f0e0e0ba20836f","id":"5092c110-d468-4f12-acae-47d56d35dff1","subnetpool_id":null,"name":"external-subnet"}]} 2018-09-04 10:24:53,440 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=4097e349-dd4a-4a5e-95d6-eed5c2d7b85a used request id req-140b35cb-a872-4275-bdfc-99e155f0e348 2018-09-04 10:24:53,440 - neutron_utils - INFO - Creating router with name - NeutronUtilsRouterTests-8095fed1-2511-4937-ab56-c62376bb3245-pub-router 2018-09-04 10:24:53,446 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9696/v2.0/routers -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d3fb682cabc7e2eaf0b033cacf682309b3028504" -d '{"router": {"external_gateway_info": {"network_id": "4097e349-dd4a-4a5e-95d6-eed5c2d7b85a"}, "name": "NeutronUtilsRouterTests-8095fed1-2511-4937-ab56-c62376bb3245-pub-router", "admin_state_up": true}}' 2018-09-04 10:24:54,551 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 660 X-Openstack-Request-Id: req-daa1f49f-f89f-4da5-aa8e-fc3aedaa195f Date: Tue, 04 Sep 2018 10:24:54 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "4097e349-dd4a-4a5e-95d6-eed5c2d7b85a", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "5092c110-d468-4f12-acae-47d56d35dff1", "ip_address": "172.30.9.206"}]}, "description": "", "tags": [], "tenant_id": "da1aa3dc9e564d3d922e61c0121a390e", "created_at": "2018-09-04T10:24:53Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-09-04T10:24:54Z", "revision_number": 2, "routes": [], "project_id": "da1aa3dc9e564d3d922e61c0121a390e", "id": "a07ca76b-8cd0-413c-854b-5a89606bd40e", "name": "NeutronUtilsRouterTests-8095fed1-2511-4937-ab56-c62376bb3245-pub-router"}} 2018-09-04 10:24:54,551 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/routers used request id req-daa1f49f-f89f-4da5-aa8e-fc3aedaa195f 2018-09-04 10:24:54,557 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?device_id=a07ca76b-8cd0-413c-854b-5a89606bd40e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d3fb682cabc7e2eaf0b033cacf682309b3028504" 2018-09-04 10:24:54,759 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 751 X-Openstack-Request-Id: req-792900c2-aac4-4f2f-b16e-bda0fabf0980 Date: Tue, 04 Sep 2018 10:24:54 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T10:24:54Z","device_owner":"network:router_gateway","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"5092c110-d468-4f12-acae-47d56d35dff1","ip_address":"172.30.9.206"}],"id":"113f9f58-3f89-4a04-bc08-6356a407de78","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:d4:2f:99","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"a07ca76b-8cd0-413c-854b-5a89606bd40e","name":"","admin_state_up":true,"network_id":"4097e349-dd4a-4a5e-95d6-eed5c2d7b85a","tenant_id":"","created_at":"2018-09-04T10:24:53Z","binding:vnic_type":"normal"}]} 2018-09-04 10:24:54,759 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?device_id=a07ca76b-8cd0-413c-854b-5a89606bd40e used request id req-792900c2-aac4-4f2f-b16e-bda0fabf0980 2018-09-04 10:24:54,765 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets/5092c110-d468-4f12-acae-47d56d35dff1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d3fb682cabc7e2eaf0b033cacf682309b3028504" 2018-09-04 10:24:54,813 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 621 X-Openstack-Request-Id: req-a6940129-26b8-4d2f-a0a1-9ef4fd8bcef1 Date: Tue, 04 Sep 2018 10:24:54 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"4097e349-dd4a-4a5e-95d6-eed5c2d7b85a","tenant_id":"18025ed81c804927a1f0e0e0ba20836f","created_at":"2018-09-04T10:10:50Z","dns_nameservers":[],"updated_at":"2018-09-04T10:10:50Z","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":"18025ed81c804927a1f0e0e0ba20836f","id":"5092c110-d468-4f12-acae-47d56d35dff1","subnetpool_id":null,"name":"external-subnet"}} 2018-09-04 10:24:54,814 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets/5092c110-d468-4f12-acae-47d56d35dff1 used request id req-a6940129-26b8-4d2f-a0a1-9ef4fd8bcef1 2018-09-04 10:24:54,818 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/routers?name=NeutronUtilsRouterTests-8095fed1-2511-4937-ab56-c62376bb3245-pub-router -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d3fb682cabc7e2eaf0b033cacf682309b3028504" 2018-09-04 10:24:54,882 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-6b4ebc94-ce68-40ac-812f-c70fa0a5ede6 Date: Tue, 04 Sep 2018 10:24:54 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "4097e349-dd4a-4a5e-95d6-eed5c2d7b85a", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "5092c110-d468-4f12-acae-47d56d35dff1", "ip_address": "172.30.9.206"}]}, "description": "", "tags": [], "tenant_id": "da1aa3dc9e564d3d922e61c0121a390e", "created_at": "2018-09-04T10:24:53Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-09-04T10:24:54Z", "revision_number": 2, "routes": [], "project_id": "da1aa3dc9e564d3d922e61c0121a390e", "id": "a07ca76b-8cd0-413c-854b-5a89606bd40e", "name": "NeutronUtilsRouterTests-8095fed1-2511-4937-ab56-c62376bb3245-pub-router"}]} 2018-09-04 10:24:54,882 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/routers?name=NeutronUtilsRouterTests-8095fed1-2511-4937-ab56-c62376bb3245-pub-router used request id req-6b4ebc94-ce68-40ac-812f-c70fa0a5ede6 2018-09-04 10:24:54,886 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/da1aa3dc9e564d3d922e61c0121a390e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d3fb682cabc7e2eaf0b033cacf682309b3028504" 2018-09-04 10:24:54,971 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:24:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-901c1fc2-82d2-41da-8248-7355af9d018b Content-Encoding: gzip Content-Length: 245 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.28:5000/v3/projects/da1aa3dc9e564d3d922e61c0121a390e"}, "enabled": true, "id": "da1aa3dc9e564d3d922e61c0121a390e", "parent_id": "default", "domain_id": "default", "name": "api_check-project_95790658-ea1a-473f-b71a-0aa15c3467f2"}} 2018-09-04 10:24:54,972 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/da1aa3dc9e564d3d922e61c0121a390e used request id req-901c1fc2-82d2-41da-8248-7355af9d018b 2018-09-04 10:24:54,977 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?device_id=a07ca76b-8cd0-413c-854b-5a89606bd40e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d3fb682cabc7e2eaf0b033cacf682309b3028504" 2018-09-04 10:24:55,213 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 751 X-Openstack-Request-Id: req-fac11afe-5570-4310-9ef3-0e624f04f6d2 Date: Tue, 04 Sep 2018 10:24:55 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T10:24:54Z","device_owner":"network:router_gateway","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"5092c110-d468-4f12-acae-47d56d35dff1","ip_address":"172.30.9.206"}],"id":"113f9f58-3f89-4a04-bc08-6356a407de78","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:d4:2f:99","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"a07ca76b-8cd0-413c-854b-5a89606bd40e","name":"","admin_state_up":true,"network_id":"4097e349-dd4a-4a5e-95d6-eed5c2d7b85a","tenant_id":"","created_at":"2018-09-04T10:24:53Z","binding:vnic_type":"normal"}]} 2018-09-04 10:24:55,213 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?device_id=a07ca76b-8cd0-413c-854b-5a89606bd40e used request id req-fac11afe-5570-4310-9ef3-0e624f04f6d2 2018-09-04 10:24:55,218 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets/5092c110-d468-4f12-acae-47d56d35dff1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d3fb682cabc7e2eaf0b033cacf682309b3028504" 2018-09-04 10:24:55,423 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 621 X-Openstack-Request-Id: req-2f342383-e6e8-454f-a17f-de5d0a55b9a5 Date: Tue, 04 Sep 2018 10:24:55 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"4097e349-dd4a-4a5e-95d6-eed5c2d7b85a","tenant_id":"18025ed81c804927a1f0e0e0ba20836f","created_at":"2018-09-04T10:10:50Z","dns_nameservers":[],"updated_at":"2018-09-04T10:10:50Z","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":"18025ed81c804927a1f0e0e0ba20836f","id":"5092c110-d468-4f12-acae-47d56d35dff1","subnetpool_id":null,"name":"external-subnet"}} 2018-09-04 10:24:55,423 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets/5092c110-d468-4f12-acae-47d56d35dff1 used request id req-2f342383-e6e8-454f-a17f-de5d0a55b9a5 2018-09-04 10:24:55,424 - neutron_utils - INFO - Adding interface to router with name NeutronUtilsRouterTests-8095fed1-2511-4937-ab56-c62376bb3245-pub-router 2018-09-04 10:24:55,424 - neutron_utils - INFO - Deleting router with name - NeutronUtilsRouterTests-8095fed1-2511-4937-ab56-c62376bb3245-pub-router 2018-09-04 10:24:55,429 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/routers/a07ca76b-8cd0-413c-854b-5a89606bd40e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d3fb682cabc7e2eaf0b033cacf682309b3028504" 2018-09-04 10:24:56,766 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-af7b2500-af29-4e7d-8d7c-72d7e646c0a5 Content-Length: 0 Date: Tue, 04 Sep 2018 10:24:56 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-04 10:24:56,767 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/routers/a07ca76b-8cd0-413c-854b-5a89606bd40e used request id req-af7b2500-af29-4e7d-8d7c-72d7e646c0a5 2018-09-04 10:24:56,772 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/routers?name=NeutronUtilsRouterTests-8095fed1-2511-4937-ab56-c62376bb3245-pub-router -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d3fb682cabc7e2eaf0b033cacf682309b3028504" 2018-09-04 10:24:56,983 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-a7d05fe1-9587-4eb0-bd9f-ecef3ccfd84b Date: Tue, 04 Sep 2018 10:24:56 GMT RESP BODY: {"routers": []} 2018-09-04 10:24:56,983 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/routers?name=NeutronUtilsRouterTests-8095fed1-2511-4937-ab56-c62376bb3245-pub-router used request id req-a7d05fe1-9587-4eb0-bd9f-ecef3ccfd84b 2018-09-04 10:24:56,984 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-8095fed1-2511-4937-ab56-c62376bb3245-pub-subnet 2018-09-04 10:24:56,984 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-8095fed1-2511-4937-ab56-c62376bb3245-pub-subnet 2018-09-04 10:24:56,989 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/subnets/61a8c430-72d2-4ac2-97d0-029fdb308803 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d3fb682cabc7e2eaf0b033cacf682309b3028504" 2018-09-04 10:24:59,325 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-7d5016fa-288e-4663-9715-1b2eec2aa678 Date: Tue, 04 Sep 2018 10:24:59 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-04 10:24:59,326 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/subnets/61a8c430-72d2-4ac2-97d0-029fdb308803 used request id req-7d5016fa-288e-4663-9715-1b2eec2aa678 2018-09-04 10:24:59,326 - neutron_utils - INFO - Deleting network with name NeutronUtilsRouterTests-8095fed1-2511-4937-ab56-c62376bb3245-pub-net 2018-09-04 10:24:59,331 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/networks/319dd9a6-5cd6-42f6-be64-418231a0e4cc -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d3fb682cabc7e2eaf0b033cacf682309b3028504" 2018-09-04 10:25:00,781 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-7f42fc7d-b05f-410a-a732-33cd8503376d Date: Tue, 04 Sep 2018 10:25:00 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-04 10:25:00,782 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/networks/319dd9a6-5cd6-42f6-be64-418231a0e4cc used request id req-7f42fc7d-b05f-410a-a732-33cd8503376d 2018-09-04 10:25:00,783 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-09-04 10:25:01,165 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5ef645ad12fc453aa5d8a0c2cbf76196", "name": "heat_stack_owner"}, {"id": "9a944a8c31754b8f941d2fa9034d4301", "name": "Member"}, {"id": "3d416247e8224533841040c3ad2bce5a", "name": "admin"}], "expires_at": "2018-09-04T11:25:01.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "da1aa3dc9e564d3d922e61c0121a390e", "name": "api_check-project_95790658-ea1a-473f-b71a-0aa15c3467f2"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235635a698ef4bef9dc6b25273d185da"}, {"url": "http://192.30.9.6:8776/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "23b07b3fbfc340a58cf0f9b2871a0d23"}, {"url": "http://172.30.9.28:8776/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "72fd0aaa144d45419f4b04b6b26f69a7"}], "type": "volume", "id": "097241c25b4d4f7e91b3f8efa155909e", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v3/da1aa3dc9e564d3d922e61c0121a390e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93eb4cf3030a49e7840bec071422d397"}, {"url": "http://192.30.9.6:8776/v3/da1aa3dc9e564d3d922e61c0121a390e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8af439a6ac147fdbcb38ed9aa916b68"}, {"url": "http://192.30.9.6:8776/v3/da1aa3dc9e564d3d922e61c0121a390e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c4bfdbc9b7c74a23a40afdf578cfeba4"}], "type": "volumev3", "id": "1c85f4682ce44f729db1dabd98e965e8", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "82239574a29d4603a2161006f61851cf"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8d15f7134f364a7bbcfff2f84aac3bf2"}, {"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e01668c43a0c4c279b9a3d20a0280d6c"}], "type": "image", "id": "297d8415ca96454991054983920912f7", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7bb4d60e20734d4a9f31ec75e02cb823"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bf6adec15590466a9a0d3bddb00e8993"}, {"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f096f03a1d12411a8972f6f7c196b60d"}], "type": "policy", "id": "54c64351b56d44bbad74c2969cc3aa00", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "354ae6870a324fab82d0a0fb68ee0f26"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a3807e460dd4af488d982b66c52e64c"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e7c3da785076450abd71868e75ce0c33"}], "type": "cloudformation", "id": "6ac9917ae83c4639a15a4ab3cf0e76dd", "name": "heat-cfn"}, {"endpoints": [], "type": "metering", "id": "7fcc078e5e0645f29df67742ac14e388", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49e71628d386464cb950d6a9db00a328"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75b0a63ed8574bbcab1c851cc9b83d30"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9902b0a8b3c04cd192a1b84c417c232b"}], "type": "key-manager", "id": "9626544a32e74678a641c6e206f028a9", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "497340e5aa36485982fdf297f370558f"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7802beb4fc7c4952897b77bd5610b1fe"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c14af798917f4fa0b146d9772583e595"}], "type": "metric", "id": "973bfe8c658d4e5a8da725e76b9d550e", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "288ecc3674ea41d2aa3b790dcb832bf2"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7a6dc785cd7142f5b30f1a7ba0daeb03"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7f7d34e2351b4964befccc862c4e8e12"}], "type": "network", "id": "a348d7b06050474fb449be7f32ea6f5d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "21bce6ecb8464a1f8f3e3847aa698bd6"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0a8faf2246b47deb30e69e48d3551fb"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e71c6011de3d4d8589e5b53dcc79f288"}], "type": "identity", "id": "ad8d4b4953184137a1b913ecee9434ed", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "13474f9a78ca4f1184e4cddc84d0d98c"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad67365a18234bb78c336e6776958c00"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc54db13337f44f8921fbb9ad0f81de8"}], "type": "alarming", "id": "bb18dc3243034f08a6a7f69f7a1edccf", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0d91d7adf0304b2681c77f979e5cdb17"}, {"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "756e5ffca9774ab3ae2db41bf330417f"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c07c727a08c243b287827f539a124e63"}], "type": "placement", "id": "bb2c9432fcbd4c56913177122468f6ba", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1eed4912224b48cf9856446eae4d9928"}, {"url": "http://192.30.9.6:8004/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b73b7f99236541148d84f24f09e5dd40"}, {"url": "http://192.30.9.6:8004/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fbf12e52911244fdafc24a9d46f56e62"}], "type": "orchestration", "id": "c8918d139da945ba93df4ccce21d4904", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/da1aa3dc9e564d3d922e61c0121a390e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16bf098b9e2e490f8e47fa601059f975"}, {"url": "http://192.30.9.6:8776/v2/da1aa3dc9e564d3d922e61c0121a390e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc16fa4cf491444ca2f611d5692c1170"}, {"url": "http://192.30.9.6:8776/v2/da1aa3dc9e564d3d922e61c0121a390e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ccd2c5325dff4b90b391db9fdde67d99"}], "type": "volumev2", "id": "d09ac9123c34494abce21d6c27bee9d9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eac694332354a3aa0e61c31314166d7"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b4d4989c4e764717ab78d38675cadd3f"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff196e46b56d406d87a678f1a64497b0"}], "type": "compute", "id": "d4030ee932c84df58c5b910cc197caa7", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_95790658-ea1a-473f-b71a-0aa15c3467f2", "id": "6cb53a06110b45a6a2f21cb265048110"}, "audit_ids": ["AgH42CDJSzaToAKBLfFNpQ"], "issued_at": "2018-09-04T10:25:01.000000Z"}} 2018-09-04 10:25:01,166 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28: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}e4b4ef848ebb3772ff4fd98e1c556208b87793d1" 2018-09-04 10:25:01,254 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:25:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-99f42c74-9983-47b2-9031-99221eddc64b 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.28:5000/v3/", "rel": "self"}]}} 2018-09-04 10:25:01,254 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-99f42c74-9983-47b2-9031-99221eddc64b 2018-09-04 10:25:01,256 - neutron_utils - INFO - Creating network with name NeutronUtilsRouterTests-37646218-4eaa-4561-be8f-1ab8a32718e3-pub-net 2018-09-04 10:25:01,261 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e4b4ef848ebb3772ff4fd98e1c556208b87793d1" -d '{"network": {"name": "NeutronUtilsRouterTests-37646218-4eaa-4561-be8f-1ab8a32718e3-pub-net", "admin_state_up": true}}' 2018-09-04 10:25:01,680 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 700 X-Openstack-Request-Id: req-e59ccb87-f039-4983-835e-871a3b30a5fe Date: Tue, 04 Sep 2018 10:25:01 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"provider:network_type":"vxlan","id":"ec0ca837-892c-4256-9b5c-da02e83978c6","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"da1aa3dc9e564d3d922e61c0121a390e","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-09-04T10:25:01Z","is_default":false,"provider:segmentation_id":61,"name":"NeutronUtilsRouterTests-37646218-4eaa-4561-be8f-1ab8a32718e3-pub-net","admin_state_up":true,"tenant_id":"da1aa3dc9e564d3d922e61c0121a390e","created_at":"2018-09-04T10:25:01Z","mtu":1450}} 2018-09-04 10:25:01,680 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/networks used request id req-e59ccb87-f039-4983-835e-871a3b30a5fe 2018-09-04 10:25:01,685 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?id=ec0ca837-892c-4256-9b5c-da02e83978c6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e4b4ef848ebb3772ff4fd98e1c556208b87793d1" 2018-09-04 10:25:02,010 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-550ae7f2-3b7b-4fb7-bba5-973d907db1c8 Date: Tue, 04 Sep 2018 10:25:02 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"ec0ca837-892c-4256-9b5c-da02e83978c6","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"da1aa3dc9e564d3d922e61c0121a390e","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-09-04T10:25:01Z","provider:segmentation_id":61,"name":"NeutronUtilsRouterTests-37646218-4eaa-4561-be8f-1ab8a32718e3-pub-net","admin_state_up":true,"tenant_id":"da1aa3dc9e564d3d922e61c0121a390e","created_at":"2018-09-04T10:25:01Z","provider:network_type":"vxlan"}]} 2018-09-04 10:25:02,010 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?id=ec0ca837-892c-4256-9b5c-da02e83978c6 used request id req-550ae7f2-3b7b-4fb7-bba5-973d907db1c8 2018-09-04 10:25:02,015 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=ec0ca837-892c-4256-9b5c-da02e83978c6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e4b4ef848ebb3772ff4fd98e1c556208b87793d1" 2018-09-04 10:25:02,213 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-08ccf67a-8d8c-43fc-9626-166ccb93b029 Date: Tue, 04 Sep 2018 10:25:02 GMT RESP BODY: {"subnets":[]} 2018-09-04 10:25:02,213 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=ec0ca837-892c-4256-9b5c-da02e83978c6 used request id req-08ccf67a-8d8c-43fc-9626-166ccb93b029 2018-09-04 10:25:02,214 - neutron_utils - INFO - Creating subnet with name NeutronUtilsRouterTests-37646218-4eaa-4561-be8f-1ab8a32718e3-pub-subnet 2018-09-04 10:25:02,219 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e4b4ef848ebb3772ff4fd98e1c556208b87793d1" -d '{"subnets": [{"ip_version": 4, "network_id": "ec0ca837-892c-4256-9b5c-da02e83978c6", "cidr": "10.55.1.0/24", "name": "NeutronUtilsRouterTests-37646218-4eaa-4561-be8f-1ab8a32718e3-pub-subnet"}]}' 2018-09-04 10:25:02,835 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-40a05520-3f77-4dc5-83c7-5f88e5f887a0 Date: Tue, 04 Sep 2018 10:25:02 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"ec0ca837-892c-4256-9b5c-da02e83978c6","tenant_id":"da1aa3dc9e564d3d922e61c0121a390e","created_at":"2018-09-04T10:25:02Z","dns_nameservers":[],"updated_at":"2018-09-04T10:25:02Z","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":"da1aa3dc9e564d3d922e61c0121a390e","id":"94027c25-4887-4bfc-b8b7-0f56f5ff846d","subnetpool_id":null,"name":"NeutronUtilsRouterTests-37646218-4eaa-4561-be8f-1ab8a32718e3-pub-subnet"}]} 2018-09-04 10:25:02,836 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/subnets used request id req-40a05520-3f77-4dc5-83c7-5f88e5f887a0 2018-09-04 10:25:02,841 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?id=ec0ca837-892c-4256-9b5c-da02e83978c6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e4b4ef848ebb3772ff4fd98e1c556208b87793d1" 2018-09-04 10:25:03,080 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-73a2a49c-64ab-4639-ba59-a0125a346965 Date: Tue, 04 Sep 2018 10:25:03 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"ec0ca837-892c-4256-9b5c-da02e83978c6","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"da1aa3dc9e564d3d922e61c0121a390e","status":"ACTIVE","subnets":["94027c25-4887-4bfc-b8b7-0f56f5ff846d"],"description":"","tags":[],"updated_at":"2018-09-04T10:25:02Z","provider:segmentation_id":61,"name":"NeutronUtilsRouterTests-37646218-4eaa-4561-be8f-1ab8a32718e3-pub-net","admin_state_up":true,"tenant_id":"da1aa3dc9e564d3d922e61c0121a390e","created_at":"2018-09-04T10:25:01Z","provider:network_type":"vxlan"}]} 2018-09-04 10:25:03,080 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?id=ec0ca837-892c-4256-9b5c-da02e83978c6 used request id req-73a2a49c-64ab-4639-ba59-a0125a346965 2018-09-04 10:25:03,086 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=ec0ca837-892c-4256-9b5c-da02e83978c6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e4b4ef848ebb3772ff4fd98e1c556208b87793d1" 2018-09-04 10:25:03,302 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-a05f4b36-62b6-4cdb-9c1d-3a7afb8dacb3 Date: Tue, 04 Sep 2018 10:25:03 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"ec0ca837-892c-4256-9b5c-da02e83978c6","tenant_id":"da1aa3dc9e564d3d922e61c0121a390e","created_at":"2018-09-04T10:25:02Z","dns_nameservers":[],"updated_at":"2018-09-04T10:25:02Z","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":"da1aa3dc9e564d3d922e61c0121a390e","id":"94027c25-4887-4bfc-b8b7-0f56f5ff846d","subnetpool_id":null,"name":"NeutronUtilsRouterTests-37646218-4eaa-4561-be8f-1ab8a32718e3-pub-subnet"}]} 2018-09-04 10:25:03,302 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=ec0ca837-892c-4256-9b5c-da02e83978c6 used request id req-a05f4b36-62b6-4cdb-9c1d-3a7afb8dacb3 2018-09-04 10:25:03,307 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=NeutronUtilsRouterTests-37646218-4eaa-4561-be8f-1ab8a32718e3-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e4b4ef848ebb3772ff4fd98e1c556208b87793d1" 2018-09-04 10:25:03,566 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-6e25fd31-3f2d-4402-a1d4-38891a2dde88 Date: Tue, 04 Sep 2018 10:25:03 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"ec0ca837-892c-4256-9b5c-da02e83978c6","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"da1aa3dc9e564d3d922e61c0121a390e","status":"ACTIVE","subnets":["94027c25-4887-4bfc-b8b7-0f56f5ff846d"],"description":"","tags":[],"updated_at":"2018-09-04T10:25:02Z","provider:segmentation_id":61,"name":"NeutronUtilsRouterTests-37646218-4eaa-4561-be8f-1ab8a32718e3-pub-net","admin_state_up":true,"tenant_id":"da1aa3dc9e564d3d922e61c0121a390e","created_at":"2018-09-04T10:25:01Z","provider:network_type":"vxlan"}]} 2018-09-04 10:25:03,566 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=NeutronUtilsRouterTests-37646218-4eaa-4561-be8f-1ab8a32718e3-pub-net used request id req-6e25fd31-3f2d-4402-a1d4-38891a2dde88 2018-09-04 10:25:03,570 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-04 10:25:03,575 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 04 Sep 2018 10:25: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.28: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.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-04 10:25:03,576 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/da1aa3dc9e564d3d922e61c0121a390e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e4b4ef848ebb3772ff4fd98e1c556208b87793d1" 2018-09-04 10:25:03,673 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:25:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-08c8d0a1-3bdc-4592-b1ce-2274e05fceca Content-Encoding: gzip Content-Length: 245 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.28:5000/v3/projects/da1aa3dc9e564d3d922e61c0121a390e"}, "enabled": true, "id": "da1aa3dc9e564d3d922e61c0121a390e", "parent_id": "default", "domain_id": "default", "name": "api_check-project_95790658-ea1a-473f-b71a-0aa15c3467f2"}} 2018-09-04 10:25:03,673 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/da1aa3dc9e564d3d922e61c0121a390e used request id req-08c8d0a1-3bdc-4592-b1ce-2274e05fceca 2018-09-04 10:25:03,679 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=ec0ca837-892c-4256-9b5c-da02e83978c6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e4b4ef848ebb3772ff4fd98e1c556208b87793d1" 2018-09-04 10:25:03,724 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-66ae5d61-5811-42ee-b71a-559ec508aa0c Date: Tue, 04 Sep 2018 10:25:03 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"ec0ca837-892c-4256-9b5c-da02e83978c6","tenant_id":"da1aa3dc9e564d3d922e61c0121a390e","created_at":"2018-09-04T10:25:02Z","dns_nameservers":[],"updated_at":"2018-09-04T10:25:02Z","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":"da1aa3dc9e564d3d922e61c0121a390e","id":"94027c25-4887-4bfc-b8b7-0f56f5ff846d","subnetpool_id":null,"name":"NeutronUtilsRouterTests-37646218-4eaa-4561-be8f-1ab8a32718e3-pub-subnet"}]} 2018-09-04 10:25:03,724 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=ec0ca837-892c-4256-9b5c-da02e83978c6 used request id req-66ae5d61-5811-42ee-b71a-559ec508aa0c 2018-09-04 10:25:03,729 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=ec0ca837-892c-4256-9b5c-da02e83978c6&name=NeutronUtilsRouterTests-37646218-4eaa-4561-be8f-1ab8a32718e3-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e4b4ef848ebb3772ff4fd98e1c556208b87793d1" 2018-09-04 10:25:03,930 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-86b3f672-3f1d-4857-a64c-38ff83138a50 Date: Tue, 04 Sep 2018 10:25:03 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"ec0ca837-892c-4256-9b5c-da02e83978c6","tenant_id":"da1aa3dc9e564d3d922e61c0121a390e","created_at":"2018-09-04T10:25:02Z","dns_nameservers":[],"updated_at":"2018-09-04T10:25:02Z","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":"da1aa3dc9e564d3d922e61c0121a390e","id":"94027c25-4887-4bfc-b8b7-0f56f5ff846d","subnetpool_id":null,"name":"NeutronUtilsRouterTests-37646218-4eaa-4561-be8f-1ab8a32718e3-pub-subnet"}]} 2018-09-04 10:25:03,930 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=ec0ca837-892c-4256-9b5c-da02e83978c6&name=NeutronUtilsRouterTests-37646218-4eaa-4561-be8f-1ab8a32718e3-pub-subnet used request id req-86b3f672-3f1d-4857-a64c-38ff83138a50 2018-09-04 10:25:03,931 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 10:25:03,932 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-09-04 10:25:04,307 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5ef645ad12fc453aa5d8a0c2cbf76196", "name": "heat_stack_owner"}, {"id": "9a944a8c31754b8f941d2fa9034d4301", "name": "Member"}, {"id": "3d416247e8224533841040c3ad2bce5a", "name": "admin"}], "expires_at": "2018-09-04T11:25:04.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "da1aa3dc9e564d3d922e61c0121a390e", "name": "api_check-project_95790658-ea1a-473f-b71a-0aa15c3467f2"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235635a698ef4bef9dc6b25273d185da"}, {"url": "http://192.30.9.6:8776/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "23b07b3fbfc340a58cf0f9b2871a0d23"}, {"url": "http://172.30.9.28:8776/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "72fd0aaa144d45419f4b04b6b26f69a7"}], "type": "volume", "id": "097241c25b4d4f7e91b3f8efa155909e", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v3/da1aa3dc9e564d3d922e61c0121a390e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93eb4cf3030a49e7840bec071422d397"}, {"url": "http://192.30.9.6:8776/v3/da1aa3dc9e564d3d922e61c0121a390e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8af439a6ac147fdbcb38ed9aa916b68"}, {"url": "http://192.30.9.6:8776/v3/da1aa3dc9e564d3d922e61c0121a390e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c4bfdbc9b7c74a23a40afdf578cfeba4"}], "type": "volumev3", "id": "1c85f4682ce44f729db1dabd98e965e8", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "82239574a29d4603a2161006f61851cf"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8d15f7134f364a7bbcfff2f84aac3bf2"}, {"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e01668c43a0c4c279b9a3d20a0280d6c"}], "type": "image", "id": "297d8415ca96454991054983920912f7", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7bb4d60e20734d4a9f31ec75e02cb823"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bf6adec15590466a9a0d3bddb00e8993"}, {"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f096f03a1d12411a8972f6f7c196b60d"}], "type": "policy", "id": "54c64351b56d44bbad74c2969cc3aa00", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "354ae6870a324fab82d0a0fb68ee0f26"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a3807e460dd4af488d982b66c52e64c"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e7c3da785076450abd71868e75ce0c33"}], "type": "cloudformation", "id": "6ac9917ae83c4639a15a4ab3cf0e76dd", "name": "heat-cfn"}, {"endpoints": [], "type": "metering", "id": "7fcc078e5e0645f29df67742ac14e388", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49e71628d386464cb950d6a9db00a328"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75b0a63ed8574bbcab1c851cc9b83d30"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9902b0a8b3c04cd192a1b84c417c232b"}], "type": "key-manager", "id": "9626544a32e74678a641c6e206f028a9", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "497340e5aa36485982fdf297f370558f"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7802beb4fc7c4952897b77bd5610b1fe"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c14af798917f4fa0b146d9772583e595"}], "type": "metric", "id": "973bfe8c658d4e5a8da725e76b9d550e", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "288ecc3674ea41d2aa3b790dcb832bf2"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7a6dc785cd7142f5b30f1a7ba0daeb03"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7f7d34e2351b4964befccc862c4e8e12"}], "type": "network", "id": "a348d7b06050474fb449be7f32ea6f5d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "21bce6ecb8464a1f8f3e3847aa698bd6"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0a8faf2246b47deb30e69e48d3551fb"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e71c6011de3d4d8589e5b53dcc79f288"}], "type": "identity", "id": "ad8d4b4953184137a1b913ecee9434ed", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "13474f9a78ca4f1184e4cddc84d0d98c"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad67365a18234bb78c336e6776958c00"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc54db13337f44f8921fbb9ad0f81de8"}], "type": "alarming", "id": "bb18dc3243034f08a6a7f69f7a1edccf", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0d91d7adf0304b2681c77f979e5cdb17"}, {"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "756e5ffca9774ab3ae2db41bf330417f"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c07c727a08c243b287827f539a124e63"}], "type": "placement", "id": "bb2c9432fcbd4c56913177122468f6ba", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1eed4912224b48cf9856446eae4d9928"}, {"url": "http://192.30.9.6:8004/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b73b7f99236541148d84f24f09e5dd40"}, {"url": "http://192.30.9.6:8004/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fbf12e52911244fdafc24a9d46f56e62"}], "type": "orchestration", "id": "c8918d139da945ba93df4ccce21d4904", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/da1aa3dc9e564d3d922e61c0121a390e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16bf098b9e2e490f8e47fa601059f975"}, {"url": "http://192.30.9.6:8776/v2/da1aa3dc9e564d3d922e61c0121a390e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc16fa4cf491444ca2f611d5692c1170"}, {"url": "http://192.30.9.6:8776/v2/da1aa3dc9e564d3d922e61c0121a390e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ccd2c5325dff4b90b391db9fdde67d99"}], "type": "volumev2", "id": "d09ac9123c34494abce21d6c27bee9d9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eac694332354a3aa0e61c31314166d7"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b4d4989c4e764717ab78d38675cadd3f"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff196e46b56d406d87a678f1a64497b0"}], "type": "compute", "id": "d4030ee932c84df58c5b910cc197caa7", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_95790658-ea1a-473f-b71a-0aa15c3467f2", "id": "6cb53a06110b45a6a2f21cb265048110"}, "audit_ids": ["hbJ047q9TQWZ79ADDq_AhA"], "issued_at": "2018-09-04T10:25:04.000000Z"}} 2018-09-04 10:25:04,308 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28: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}eb1b6afa448fc7ba2c157e83f373b1b7bc13e032" 2018-09-04 10:25:04,397 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:25:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ebade4bf-2440-45c5-956e-65487f3999c0 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.28:5000/v3/", "rel": "self"}]}} 2018-09-04 10:25:04,397 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-ebade4bf-2440-45c5-956e-65487f3999c0 2018-09-04 10:25:04,403 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=NeutronUtilsRouterTests-37646218-4eaa-4561-be8f-1ab8a32718e3-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e4b4ef848ebb3772ff4fd98e1c556208b87793d1" 2018-09-04 10:25:04,490 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-610148b6-53da-4485-b16b-840cf37cc492 Date: Tue, 04 Sep 2018 10:25:04 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"ec0ca837-892c-4256-9b5c-da02e83978c6","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"da1aa3dc9e564d3d922e61c0121a390e","status":"ACTIVE","subnets":["94027c25-4887-4bfc-b8b7-0f56f5ff846d"],"description":"","tags":[],"updated_at":"2018-09-04T10:25:02Z","provider:segmentation_id":61,"name":"NeutronUtilsRouterTests-37646218-4eaa-4561-be8f-1ab8a32718e3-pub-net","admin_state_up":true,"tenant_id":"da1aa3dc9e564d3d922e61c0121a390e","created_at":"2018-09-04T10:25:01Z","provider:network_type":"vxlan"}]} 2018-09-04 10:25:04,490 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=NeutronUtilsRouterTests-37646218-4eaa-4561-be8f-1ab8a32718e3-pub-net used request id req-610148b6-53da-4485-b16b-840cf37cc492 2018-09-04 10:25:04,494 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=ec0ca837-892c-4256-9b5c-da02e83978c6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e4b4ef848ebb3772ff4fd98e1c556208b87793d1" 2018-09-04 10:25:04,539 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-ec7c51bb-b55a-4c89-9fb3-7f7606c24079 Date: Tue, 04 Sep 2018 10:25:04 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"ec0ca837-892c-4256-9b5c-da02e83978c6","tenant_id":"da1aa3dc9e564d3d922e61c0121a390e","created_at":"2018-09-04T10:25:02Z","dns_nameservers":[],"updated_at":"2018-09-04T10:25:02Z","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":"da1aa3dc9e564d3d922e61c0121a390e","id":"94027c25-4887-4bfc-b8b7-0f56f5ff846d","subnetpool_id":null,"name":"NeutronUtilsRouterTests-37646218-4eaa-4561-be8f-1ab8a32718e3-pub-subnet"}]} 2018-09-04 10:25:04,539 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=ec0ca837-892c-4256-9b5c-da02e83978c6 used request id req-ec7c51bb-b55a-4c89-9fb3-7f7606c24079 2018-09-04 10:25:04,543 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=NeutronUtilsRouterTests-37646218-4eaa-4561-be8f-1ab8a32718e3-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e4b4ef848ebb3772ff4fd98e1c556208b87793d1" 2018-09-04 10:25:04,767 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-8bbf8e59-9d50-421a-828f-c3312d36a49f Date: Tue, 04 Sep 2018 10:25:04 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"ec0ca837-892c-4256-9b5c-da02e83978c6","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"da1aa3dc9e564d3d922e61c0121a390e","status":"ACTIVE","subnets":["94027c25-4887-4bfc-b8b7-0f56f5ff846d"],"description":"","tags":[],"updated_at":"2018-09-04T10:25:02Z","provider:segmentation_id":61,"name":"NeutronUtilsRouterTests-37646218-4eaa-4561-be8f-1ab8a32718e3-pub-net","admin_state_up":true,"tenant_id":"da1aa3dc9e564d3d922e61c0121a390e","created_at":"2018-09-04T10:25:01Z","provider:network_type":"vxlan"}]} 2018-09-04 10:25:04,768 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=NeutronUtilsRouterTests-37646218-4eaa-4561-be8f-1ab8a32718e3-pub-net used request id req-8bbf8e59-9d50-421a-828f-c3312d36a49f 2018-09-04 10:25:04,771 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-04 10:25:04,776 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 04 Sep 2018 10:25: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.28: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.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-04 10:25:04,776 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/da1aa3dc9e564d3d922e61c0121a390e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eb1b6afa448fc7ba2c157e83f373b1b7bc13e032" 2018-09-04 10:25:04,860 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:25:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2a36239c-b8d1-4e93-b18c-9dba3f2443d9 Content-Encoding: gzip Content-Length: 245 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.28:5000/v3/projects/da1aa3dc9e564d3d922e61c0121a390e"}, "enabled": true, "id": "da1aa3dc9e564d3d922e61c0121a390e", "parent_id": "default", "domain_id": "default", "name": "api_check-project_95790658-ea1a-473f-b71a-0aa15c3467f2"}} 2018-09-04 10:25:04,860 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/da1aa3dc9e564d3d922e61c0121a390e used request id req-2a36239c-b8d1-4e93-b18c-9dba3f2443d9 2018-09-04 10:25:04,866 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=ec0ca837-892c-4256-9b5c-da02e83978c6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e4b4ef848ebb3772ff4fd98e1c556208b87793d1" 2018-09-04 10:25:04,934 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-1c42eed3-699c-46f1-98bc-1bf07abe63f6 Date: Tue, 04 Sep 2018 10:25:04 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"ec0ca837-892c-4256-9b5c-da02e83978c6","tenant_id":"da1aa3dc9e564d3d922e61c0121a390e","created_at":"2018-09-04T10:25:02Z","dns_nameservers":[],"updated_at":"2018-09-04T10:25:02Z","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":"da1aa3dc9e564d3d922e61c0121a390e","id":"94027c25-4887-4bfc-b8b7-0f56f5ff846d","subnetpool_id":null,"name":"NeutronUtilsRouterTests-37646218-4eaa-4561-be8f-1ab8a32718e3-pub-subnet"}]} 2018-09-04 10:25:04,934 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=ec0ca837-892c-4256-9b5c-da02e83978c6 used request id req-1c42eed3-699c-46f1-98bc-1bf07abe63f6 2018-09-04 10:25:04,940 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=ec0ca837-892c-4256-9b5c-da02e83978c6&name=NeutronUtilsRouterTests-37646218-4eaa-4561-be8f-1ab8a32718e3-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e4b4ef848ebb3772ff4fd98e1c556208b87793d1" 2018-09-04 10:25:05,136 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-bac843ba-6efb-4c1c-8e9b-017b67e1c129 Date: Tue, 04 Sep 2018 10:25:05 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"ec0ca837-892c-4256-9b5c-da02e83978c6","tenant_id":"da1aa3dc9e564d3d922e61c0121a390e","created_at":"2018-09-04T10:25:02Z","dns_nameservers":[],"updated_at":"2018-09-04T10:25:02Z","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":"da1aa3dc9e564d3d922e61c0121a390e","id":"94027c25-4887-4bfc-b8b7-0f56f5ff846d","subnetpool_id":null,"name":"NeutronUtilsRouterTests-37646218-4eaa-4561-be8f-1ab8a32718e3-pub-subnet"}]} 2018-09-04 10:25:05,136 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=ec0ca837-892c-4256-9b5c-da02e83978c6&name=NeutronUtilsRouterTests-37646218-4eaa-4561-be8f-1ab8a32718e3-pub-subnet used request id req-bac843ba-6efb-4c1c-8e9b-017b67e1c129 2018-09-04 10:25:05,137 - neutron_utils - INFO - Creating port for network with name - NeutronUtilsRouterTests-37646218-4eaa-4561-be8f-1ab8a32718e3-pub-net 2018-09-04 10:25:05,142 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e4b4ef848ebb3772ff4fd98e1c556208b87793d1" -d '{"port": {"network_id": "ec0ca837-892c-4256-9b5c-da02e83978c6", "fixed_ips": [{"subnet_id": "94027c25-4887-4bfc-b8b7-0f56f5ff846d", "ip_address": "10.55.1.100"}], "name": "NeutronUtilsRouterTests-37646218-4eaa-4561-be8f-1ab8a32718e3-port", "admin_state_up": true}}' 2018-09-04 10:25:05,704 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 855 X-Openstack-Request-Id: req-0530b179-3b2e-4984-9696-e20136ba01c2 Date: Tue, 04 Sep 2018 10:25:05 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T10:25:05Z","device_owner":"","revision_number":3,"binding:profile":{},"port_security_enabled":true,"fixed_ips":[{"subnet_id":"94027c25-4887-4bfc-b8b7-0f56f5ff846d","ip_address":"10.55.1.100"}],"id":"019a2a19-33e9-442c-a1cc-6ec874ae37b7","security_groups":["a0350fb5-7963-482b-9b06-fea838951872"],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:bf:ee:bb","project_id":"da1aa3dc9e564d3d922e61c0121a390e","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"","name":"NeutronUtilsRouterTests-37646218-4eaa-4561-be8f-1ab8a32718e3-port","admin_state_up":true,"network_id":"ec0ca837-892c-4256-9b5c-da02e83978c6","tenant_id":"da1aa3dc9e564d3d922e61c0121a390e","created_at":"2018-09-04T10:25:05Z","binding:vnic_type":"normal"}} 2018-09-04 10:25:05,704 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/ports used request id req-0530b179-3b2e-4984-9696-e20136ba01c2 2018-09-04 10:25:05,709 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e4b4ef848ebb3772ff4fd98e1c556208b87793d1" 2018-09-04 10:25:05,758 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3450 X-Openstack-Request-Id: req-ba5c176e-6d22-4af8-9539-e0b185e78f70 Date: Tue, 04 Sep 2018 10:25:05 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T10:25:05Z","device_owner":"","revision_number":3,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"94027c25-4887-4bfc-b8b7-0f56f5ff846d","ip_address":"10.55.1.100"}],"id":"019a2a19-33e9-442c-a1cc-6ec874ae37b7","security_groups":["a0350fb5-7963-482b-9b06-fea838951872"],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:bf:ee:bb","project_id":"da1aa3dc9e564d3d922e61c0121a390e","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"","name":"NeutronUtilsRouterTests-37646218-4eaa-4561-be8f-1ab8a32718e3-port","admin_state_up":true,"network_id":"ec0ca837-892c-4256-9b5c-da02e83978c6","tenant_id":"da1aa3dc9e564d3d922e61c0121a390e","created_at":"2018-09-04T10:25:05Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T10:25:04Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"94027c25-4887-4bfc-b8b7-0f56f5ff846d","ip_address":"10.55.1.3"}],"id":"8f33c9c9-0db7-451f-96c5-3b53075d447c","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:a9:43:f4","project_id":"da1aa3dc9e564d3d922e61c0121a390e","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-ec0ca837-892c-4256-9b5c-da02e83978c6","name":"","admin_state_up":true,"network_id":"ec0ca837-892c-4256-9b5c-da02e83978c6","tenant_id":"da1aa3dc9e564d3d922e61c0121a390e","created_at":"2018-09-04T10:25:03Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T10:25:03Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"94027c25-4887-4bfc-b8b7-0f56f5ff846d","ip_address":"10.55.1.2"}],"id":"8fecc5ce-f5a9-4558-a7a9-8bce9c6ee6c0","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:5b:22:8d","project_id":"da1aa3dc9e564d3d922e61c0121a390e","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-ec0ca837-892c-4256-9b5c-da02e83978c6","name":"","admin_state_up":true,"network_id":"ec0ca837-892c-4256-9b5c-da02e83978c6","tenant_id":"da1aa3dc9e564d3d922e61c0121a390e","created_at":"2018-09-04T10:25:03Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T10:25:04Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"94027c25-4887-4bfc-b8b7-0f56f5ff846d","ip_address":"10.55.1.4"}],"id":"d6ae7637-c1af-419c-b6a8-132fc4acad68","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:83:c8:bc","project_id":"da1aa3dc9e564d3d922e61c0121a390e","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-ec0ca837-892c-4256-9b5c-da02e83978c6","name":"","admin_state_up":true,"network_id":"ec0ca837-892c-4256-9b5c-da02e83978c6","tenant_id":"da1aa3dc9e564d3d922e61c0121a390e","created_at":"2018-09-04T10:25:04Z","binding:vnic_type":"normal"}]} 2018-09-04 10:25:05,758 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports used request id req-ba5c176e-6d22-4af8-9539-e0b185e78f70 2018-09-04 10:25:05,759 - neutron_utils - INFO - Deleting port with name NeutronUtilsRouterTests-37646218-4eaa-4561-be8f-1ab8a32718e3-port 2018-09-04 10:25:05,763 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/ports/019a2a19-33e9-442c-a1cc-6ec874ae37b7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e4b4ef848ebb3772ff4fd98e1c556208b87793d1" 2018-09-04 10:25:06,202 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-14fb0f5b-4bc7-4e10-83d8-6aa812d6b0f6 Date: Tue, 04 Sep 2018 10:25:06 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-04 10:25:06,202 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/ports/019a2a19-33e9-442c-a1cc-6ec874ae37b7 used request id req-14fb0f5b-4bc7-4e10-83d8-6aa812d6b0f6 2018-09-04 10:25:06,203 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-37646218-4eaa-4561-be8f-1ab8a32718e3-pub-subnet 2018-09-04 10:25:06,203 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-37646218-4eaa-4561-be8f-1ab8a32718e3-pub-subnet 2018-09-04 10:25:06,207 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/subnets/94027c25-4887-4bfc-b8b7-0f56f5ff846d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e4b4ef848ebb3772ff4fd98e1c556208b87793d1" 2018-09-04 10:25:08,410 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-fa7d3465-63a5-4aa3-a4a9-353beef94dcc Date: Tue, 04 Sep 2018 10:25:08 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-04 10:25:08,410 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/subnets/94027c25-4887-4bfc-b8b7-0f56f5ff846d used request id req-fa7d3465-63a5-4aa3-a4a9-353beef94dcc 2018-09-04 10:25:08,411 - neutron_utils - INFO - Deleting network with name NeutronUtilsRouterTests-37646218-4eaa-4561-be8f-1ab8a32718e3-pub-net 2018-09-04 10:25:08,416 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/networks/ec0ca837-892c-4256-9b5c-da02e83978c6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e4b4ef848ebb3772ff4fd98e1c556208b87793d1" 2018-09-04 10:25:09,781 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-2db42d30-2a00-4bab-a457-f4816a94f58b Date: Tue, 04 Sep 2018 10:25:09 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-04 10:25:09,781 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/networks/ec0ca837-892c-4256-9b5c-da02e83978c6 used request id req-2db42d30-2a00-4bab-a457-f4816a94f58b 2018-09-04 10:25:09,783 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-09-04 10:25:10,181 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5ef645ad12fc453aa5d8a0c2cbf76196", "name": "heat_stack_owner"}, {"id": "9a944a8c31754b8f941d2fa9034d4301", "name": "Member"}, {"id": "3d416247e8224533841040c3ad2bce5a", "name": "admin"}], "expires_at": "2018-09-04T11:25:10.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "da1aa3dc9e564d3d922e61c0121a390e", "name": "api_check-project_95790658-ea1a-473f-b71a-0aa15c3467f2"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235635a698ef4bef9dc6b25273d185da"}, {"url": "http://192.30.9.6:8776/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "23b07b3fbfc340a58cf0f9b2871a0d23"}, {"url": "http://172.30.9.28:8776/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "72fd0aaa144d45419f4b04b6b26f69a7"}], "type": "volume", "id": "097241c25b4d4f7e91b3f8efa155909e", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v3/da1aa3dc9e564d3d922e61c0121a390e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93eb4cf3030a49e7840bec071422d397"}, {"url": "http://192.30.9.6:8776/v3/da1aa3dc9e564d3d922e61c0121a390e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8af439a6ac147fdbcb38ed9aa916b68"}, {"url": "http://192.30.9.6:8776/v3/da1aa3dc9e564d3d922e61c0121a390e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c4bfdbc9b7c74a23a40afdf578cfeba4"}], "type": "volumev3", "id": "1c85f4682ce44f729db1dabd98e965e8", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "82239574a29d4603a2161006f61851cf"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8d15f7134f364a7bbcfff2f84aac3bf2"}, {"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e01668c43a0c4c279b9a3d20a0280d6c"}], "type": "image", "id": "297d8415ca96454991054983920912f7", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7bb4d60e20734d4a9f31ec75e02cb823"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bf6adec15590466a9a0d3bddb00e8993"}, {"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f096f03a1d12411a8972f6f7c196b60d"}], "type": "policy", "id": "54c64351b56d44bbad74c2969cc3aa00", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "354ae6870a324fab82d0a0fb68ee0f26"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a3807e460dd4af488d982b66c52e64c"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e7c3da785076450abd71868e75ce0c33"}], "type": "cloudformation", "id": "6ac9917ae83c4639a15a4ab3cf0e76dd", "name": "heat-cfn"}, {"endpoints": [], "type": "metering", "id": "7fcc078e5e0645f29df67742ac14e388", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49e71628d386464cb950d6a9db00a328"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75b0a63ed8574bbcab1c851cc9b83d30"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9902b0a8b3c04cd192a1b84c417c232b"}], "type": "key-manager", "id": "9626544a32e74678a641c6e206f028a9", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "497340e5aa36485982fdf297f370558f"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7802beb4fc7c4952897b77bd5610b1fe"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c14af798917f4fa0b146d9772583e595"}], "type": "metric", "id": "973bfe8c658d4e5a8da725e76b9d550e", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "288ecc3674ea41d2aa3b790dcb832bf2"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7a6dc785cd7142f5b30f1a7ba0daeb03"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7f7d34e2351b4964befccc862c4e8e12"}], "type": "network", "id": "a348d7b06050474fb449be7f32ea6f5d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "21bce6ecb8464a1f8f3e3847aa698bd6"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0a8faf2246b47deb30e69e48d3551fb"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e71c6011de3d4d8589e5b53dcc79f288"}], "type": "identity", "id": "ad8d4b4953184137a1b913ecee9434ed", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "13474f9a78ca4f1184e4cddc84d0d98c"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad67365a18234bb78c336e6776958c00"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc54db13337f44f8921fbb9ad0f81de8"}], "type": "alarming", "id": "bb18dc3243034f08a6a7f69f7a1edccf", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0d91d7adf0304b2681c77f979e5cdb17"}, {"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "756e5ffca9774ab3ae2db41bf330417f"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c07c727a08c243b287827f539a124e63"}], "type": "placement", "id": "bb2c9432fcbd4c56913177122468f6ba", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1eed4912224b48cf9856446eae4d9928"}, {"url": "http://192.30.9.6:8004/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b73b7f99236541148d84f24f09e5dd40"}, {"url": "http://192.30.9.6:8004/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fbf12e52911244fdafc24a9d46f56e62"}], "type": "orchestration", "id": "c8918d139da945ba93df4ccce21d4904", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/da1aa3dc9e564d3d922e61c0121a390e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16bf098b9e2e490f8e47fa601059f975"}, {"url": "http://192.30.9.6:8776/v2/da1aa3dc9e564d3d922e61c0121a390e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc16fa4cf491444ca2f611d5692c1170"}, {"url": "http://192.30.9.6:8776/v2/da1aa3dc9e564d3d922e61c0121a390e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ccd2c5325dff4b90b391db9fdde67d99"}], "type": "volumev2", "id": "d09ac9123c34494abce21d6c27bee9d9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eac694332354a3aa0e61c31314166d7"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b4d4989c4e764717ab78d38675cadd3f"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff196e46b56d406d87a678f1a64497b0"}], "type": "compute", "id": "d4030ee932c84df58c5b910cc197caa7", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_95790658-ea1a-473f-b71a-0aa15c3467f2", "id": "6cb53a06110b45a6a2f21cb265048110"}, "audit_ids": ["eK0QxUFPQKC8qdE0nkqh1g"], "issued_at": "2018-09-04T10:25:10.000000Z"}} 2018-09-04 10:25:10,182 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28: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}8e5eb0c3893d1f16be8dde5ab59fdb77b9c0c39d" 2018-09-04 10:25:10,260 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:25:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b5f517bb-7e8b-484f-b4ac-4f351d7b3515 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.28:5000/v3/", "rel": "self"}]}} 2018-09-04 10:25:10,260 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-b5f517bb-7e8b-484f-b4ac-4f351d7b3515 2018-09-04 10:25:10,262 - neutron_utils - INFO - Creating network with name NeutronUtilsRouterTests-8a5816a2-f1c8-404a-8ca4-5ebc42d15479-pub-net 2018-09-04 10:25:10,267 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8e5eb0c3893d1f16be8dde5ab59fdb77b9c0c39d" -d '{"network": {"name": "NeutronUtilsRouterTests-8a5816a2-f1c8-404a-8ca4-5ebc42d15479-pub-net", "admin_state_up": true}}' 2018-09-04 10:25:10,687 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 700 X-Openstack-Request-Id: req-b05021b7-140a-45d3-b2a6-8f0871406936 Date: Tue, 04 Sep 2018 10:25:10 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"provider:network_type":"vxlan","id":"27ce8645-1c08-4807-8a95-60ab11100778","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"da1aa3dc9e564d3d922e61c0121a390e","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-09-04T10:25:10Z","is_default":false,"provider:segmentation_id":89,"name":"NeutronUtilsRouterTests-8a5816a2-f1c8-404a-8ca4-5ebc42d15479-pub-net","admin_state_up":true,"tenant_id":"da1aa3dc9e564d3d922e61c0121a390e","created_at":"2018-09-04T10:25:10Z","mtu":1450}} 2018-09-04 10:25:10,687 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/networks used request id req-b05021b7-140a-45d3-b2a6-8f0871406936 2018-09-04 10:25:10,692 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?id=27ce8645-1c08-4807-8a95-60ab11100778 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8e5eb0c3893d1f16be8dde5ab59fdb77b9c0c39d" 2018-09-04 10:25:10,908 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-b8362853-0110-4d90-992e-e9105f29229f Date: Tue, 04 Sep 2018 10:25:10 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"27ce8645-1c08-4807-8a95-60ab11100778","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"da1aa3dc9e564d3d922e61c0121a390e","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-09-04T10:25:10Z","provider:segmentation_id":89,"name":"NeutronUtilsRouterTests-8a5816a2-f1c8-404a-8ca4-5ebc42d15479-pub-net","admin_state_up":true,"tenant_id":"da1aa3dc9e564d3d922e61c0121a390e","created_at":"2018-09-04T10:25:10Z","provider:network_type":"vxlan"}]} 2018-09-04 10:25:10,908 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?id=27ce8645-1c08-4807-8a95-60ab11100778 used request id req-b8362853-0110-4d90-992e-e9105f29229f 2018-09-04 10:25:10,913 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=27ce8645-1c08-4807-8a95-60ab11100778 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8e5eb0c3893d1f16be8dde5ab59fdb77b9c0c39d" 2018-09-04 10:25:11,108 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-d969a2a6-7f5c-48ac-8851-35cda02a1509 Date: Tue, 04 Sep 2018 10:25:11 GMT RESP BODY: {"subnets":[]} 2018-09-04 10:25:11,108 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=27ce8645-1c08-4807-8a95-60ab11100778 used request id req-d969a2a6-7f5c-48ac-8851-35cda02a1509 2018-09-04 10:25:11,108 - neutron_utils - INFO - Creating subnet with name NeutronUtilsRouterTests-8a5816a2-f1c8-404a-8ca4-5ebc42d15479-pub-subnet 2018-09-04 10:25:11,113 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8e5eb0c3893d1f16be8dde5ab59fdb77b9c0c39d" -d '{"subnets": [{"ip_version": 4, "network_id": "27ce8645-1c08-4807-8a95-60ab11100778", "cidr": "10.55.1.0/24", "name": "NeutronUtilsRouterTests-8a5816a2-f1c8-404a-8ca4-5ebc42d15479-pub-subnet"}]}' 2018-09-04 10:25:11,560 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-207552fc-4be5-4972-b9b2-4bb8f78fc146 Date: Tue, 04 Sep 2018 10:25:11 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"27ce8645-1c08-4807-8a95-60ab11100778","tenant_id":"da1aa3dc9e564d3d922e61c0121a390e","created_at":"2018-09-04T10:25:11Z","dns_nameservers":[],"updated_at":"2018-09-04T10:25:11Z","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":"da1aa3dc9e564d3d922e61c0121a390e","id":"c32a7d01-0b87-4193-a0d3-d61799d63a72","subnetpool_id":null,"name":"NeutronUtilsRouterTests-8a5816a2-f1c8-404a-8ca4-5ebc42d15479-pub-subnet"}]} 2018-09-04 10:25:11,560 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/subnets used request id req-207552fc-4be5-4972-b9b2-4bb8f78fc146 2018-09-04 10:25:11,565 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?id=27ce8645-1c08-4807-8a95-60ab11100778 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8e5eb0c3893d1f16be8dde5ab59fdb77b9c0c39d" 2018-09-04 10:25:11,820 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-28b26656-4579-4717-9aa3-77ade41d7725 Date: Tue, 04 Sep 2018 10:25:11 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"27ce8645-1c08-4807-8a95-60ab11100778","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"da1aa3dc9e564d3d922e61c0121a390e","status":"ACTIVE","subnets":["c32a7d01-0b87-4193-a0d3-d61799d63a72"],"description":"","tags":[],"updated_at":"2018-09-04T10:25:11Z","provider:segmentation_id":89,"name":"NeutronUtilsRouterTests-8a5816a2-f1c8-404a-8ca4-5ebc42d15479-pub-net","admin_state_up":true,"tenant_id":"da1aa3dc9e564d3d922e61c0121a390e","created_at":"2018-09-04T10:25:10Z","provider:network_type":"vxlan"}]} 2018-09-04 10:25:11,820 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?id=27ce8645-1c08-4807-8a95-60ab11100778 used request id req-28b26656-4579-4717-9aa3-77ade41d7725 2018-09-04 10:25:11,825 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=27ce8645-1c08-4807-8a95-60ab11100778 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8e5eb0c3893d1f16be8dde5ab59fdb77b9c0c39d" 2018-09-04 10:25:12,020 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-ecc748e7-d9a6-4a95-b1ca-c049c0e927eb Date: Tue, 04 Sep 2018 10:25:12 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"27ce8645-1c08-4807-8a95-60ab11100778","tenant_id":"da1aa3dc9e564d3d922e61c0121a390e","created_at":"2018-09-04T10:25:11Z","dns_nameservers":[],"updated_at":"2018-09-04T10:25:11Z","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":"da1aa3dc9e564d3d922e61c0121a390e","id":"c32a7d01-0b87-4193-a0d3-d61799d63a72","subnetpool_id":null,"name":"NeutronUtilsRouterTests-8a5816a2-f1c8-404a-8ca4-5ebc42d15479-pub-subnet"}]} 2018-09-04 10:25:12,021 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=27ce8645-1c08-4807-8a95-60ab11100778 used request id req-ecc748e7-d9a6-4a95-b1ca-c049c0e927eb 2018-09-04 10:25:12,026 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=NeutronUtilsRouterTests-8a5816a2-f1c8-404a-8ca4-5ebc42d15479-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8e5eb0c3893d1f16be8dde5ab59fdb77b9c0c39d" 2018-09-04 10:25:12,278 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-aebaddc6-8b4c-482e-a239-199206b2c035 Date: Tue, 04 Sep 2018 10:25:12 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"27ce8645-1c08-4807-8a95-60ab11100778","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"da1aa3dc9e564d3d922e61c0121a390e","status":"ACTIVE","subnets":["c32a7d01-0b87-4193-a0d3-d61799d63a72"],"description":"","tags":[],"updated_at":"2018-09-04T10:25:11Z","provider:segmentation_id":89,"name":"NeutronUtilsRouterTests-8a5816a2-f1c8-404a-8ca4-5ebc42d15479-pub-net","admin_state_up":true,"tenant_id":"da1aa3dc9e564d3d922e61c0121a390e","created_at":"2018-09-04T10:25:10Z","provider:network_type":"vxlan"}]} 2018-09-04 10:25:12,279 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=NeutronUtilsRouterTests-8a5816a2-f1c8-404a-8ca4-5ebc42d15479-pub-net used request id req-aebaddc6-8b4c-482e-a239-199206b2c035 2018-09-04 10:25:12,282 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-04 10:25:12,287 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 04 Sep 2018 10:25: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.28: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.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-04 10:25:12,288 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/da1aa3dc9e564d3d922e61c0121a390e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8e5eb0c3893d1f16be8dde5ab59fdb77b9c0c39d" 2018-09-04 10:25:12,377 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:25:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-78a78ee6-831f-4fee-a73f-5772ac0469a6 Content-Encoding: gzip Content-Length: 245 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.28:5000/v3/projects/da1aa3dc9e564d3d922e61c0121a390e"}, "enabled": true, "id": "da1aa3dc9e564d3d922e61c0121a390e", "parent_id": "default", "domain_id": "default", "name": "api_check-project_95790658-ea1a-473f-b71a-0aa15c3467f2"}} 2018-09-04 10:25:12,377 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/da1aa3dc9e564d3d922e61c0121a390e used request id req-78a78ee6-831f-4fee-a73f-5772ac0469a6 2018-09-04 10:25:12,381 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=27ce8645-1c08-4807-8a95-60ab11100778 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8e5eb0c3893d1f16be8dde5ab59fdb77b9c0c39d" 2018-09-04 10:25:12,573 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-3c535cd4-c39d-4a23-b7ef-1622d921a7da Date: Tue, 04 Sep 2018 10:25:12 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"27ce8645-1c08-4807-8a95-60ab11100778","tenant_id":"da1aa3dc9e564d3d922e61c0121a390e","created_at":"2018-09-04T10:25:11Z","dns_nameservers":[],"updated_at":"2018-09-04T10:25:11Z","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":"da1aa3dc9e564d3d922e61c0121a390e","id":"c32a7d01-0b87-4193-a0d3-d61799d63a72","subnetpool_id":null,"name":"NeutronUtilsRouterTests-8a5816a2-f1c8-404a-8ca4-5ebc42d15479-pub-subnet"}]} 2018-09-04 10:25:12,573 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=27ce8645-1c08-4807-8a95-60ab11100778 used request id req-3c535cd4-c39d-4a23-b7ef-1622d921a7da 2018-09-04 10:25:12,579 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=27ce8645-1c08-4807-8a95-60ab11100778&name=NeutronUtilsRouterTests-8a5816a2-f1c8-404a-8ca4-5ebc42d15479-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8e5eb0c3893d1f16be8dde5ab59fdb77b9c0c39d" 2018-09-04 10:25:12,785 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-03550c8c-a426-4618-b8e0-fb1a54461dd5 Date: Tue, 04 Sep 2018 10:25:12 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"27ce8645-1c08-4807-8a95-60ab11100778","tenant_id":"da1aa3dc9e564d3d922e61c0121a390e","created_at":"2018-09-04T10:25:11Z","dns_nameservers":[],"updated_at":"2018-09-04T10:25:11Z","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":"da1aa3dc9e564d3d922e61c0121a390e","id":"c32a7d01-0b87-4193-a0d3-d61799d63a72","subnetpool_id":null,"name":"NeutronUtilsRouterTests-8a5816a2-f1c8-404a-8ca4-5ebc42d15479-pub-subnet"}]} 2018-09-04 10:25:12,785 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=27ce8645-1c08-4807-8a95-60ab11100778&name=NeutronUtilsRouterTests-8a5816a2-f1c8-404a-8ca4-5ebc42d15479-pub-subnet used request id req-03550c8c-a426-4618-b8e0-fb1a54461dd5 2018-09-04 10:25:12,786 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 10:25:12,787 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-09-04 10:25:13,178 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5ef645ad12fc453aa5d8a0c2cbf76196", "name": "heat_stack_owner"}, {"id": "9a944a8c31754b8f941d2fa9034d4301", "name": "Member"}, {"id": "3d416247e8224533841040c3ad2bce5a", "name": "admin"}], "expires_at": "2018-09-04T11:25:13.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "da1aa3dc9e564d3d922e61c0121a390e", "name": "api_check-project_95790658-ea1a-473f-b71a-0aa15c3467f2"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235635a698ef4bef9dc6b25273d185da"}, {"url": "http://192.30.9.6:8776/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "23b07b3fbfc340a58cf0f9b2871a0d23"}, {"url": "http://172.30.9.28:8776/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "72fd0aaa144d45419f4b04b6b26f69a7"}], "type": "volume", "id": "097241c25b4d4f7e91b3f8efa155909e", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v3/da1aa3dc9e564d3d922e61c0121a390e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93eb4cf3030a49e7840bec071422d397"}, {"url": "http://192.30.9.6:8776/v3/da1aa3dc9e564d3d922e61c0121a390e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8af439a6ac147fdbcb38ed9aa916b68"}, {"url": "http://192.30.9.6:8776/v3/da1aa3dc9e564d3d922e61c0121a390e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c4bfdbc9b7c74a23a40afdf578cfeba4"}], "type": "volumev3", "id": "1c85f4682ce44f729db1dabd98e965e8", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "82239574a29d4603a2161006f61851cf"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8d15f7134f364a7bbcfff2f84aac3bf2"}, {"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e01668c43a0c4c279b9a3d20a0280d6c"}], "type": "image", "id": "297d8415ca96454991054983920912f7", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7bb4d60e20734d4a9f31ec75e02cb823"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bf6adec15590466a9a0d3bddb00e8993"}, {"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f096f03a1d12411a8972f6f7c196b60d"}], "type": "policy", "id": "54c64351b56d44bbad74c2969cc3aa00", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "354ae6870a324fab82d0a0fb68ee0f26"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a3807e460dd4af488d982b66c52e64c"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e7c3da785076450abd71868e75ce0c33"}], "type": "cloudformation", "id": "6ac9917ae83c4639a15a4ab3cf0e76dd", "name": "heat-cfn"}, {"endpoints": [], "type": "metering", "id": "7fcc078e5e0645f29df67742ac14e388", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49e71628d386464cb950d6a9db00a328"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75b0a63ed8574bbcab1c851cc9b83d30"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9902b0a8b3c04cd192a1b84c417c232b"}], "type": "key-manager", "id": "9626544a32e74678a641c6e206f028a9", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "497340e5aa36485982fdf297f370558f"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7802beb4fc7c4952897b77bd5610b1fe"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c14af798917f4fa0b146d9772583e595"}], "type": "metric", "id": "973bfe8c658d4e5a8da725e76b9d550e", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "288ecc3674ea41d2aa3b790dcb832bf2"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7a6dc785cd7142f5b30f1a7ba0daeb03"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7f7d34e2351b4964befccc862c4e8e12"}], "type": "network", "id": "a348d7b06050474fb449be7f32ea6f5d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "21bce6ecb8464a1f8f3e3847aa698bd6"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0a8faf2246b47deb30e69e48d3551fb"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e71c6011de3d4d8589e5b53dcc79f288"}], "type": "identity", "id": "ad8d4b4953184137a1b913ecee9434ed", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "13474f9a78ca4f1184e4cddc84d0d98c"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad67365a18234bb78c336e6776958c00"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc54db13337f44f8921fbb9ad0f81de8"}], "type": "alarming", "id": "bb18dc3243034f08a6a7f69f7a1edccf", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0d91d7adf0304b2681c77f979e5cdb17"}, {"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "756e5ffca9774ab3ae2db41bf330417f"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c07c727a08c243b287827f539a124e63"}], "type": "placement", "id": "bb2c9432fcbd4c56913177122468f6ba", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1eed4912224b48cf9856446eae4d9928"}, {"url": "http://192.30.9.6:8004/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b73b7f99236541148d84f24f09e5dd40"}, {"url": "http://192.30.9.6:8004/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fbf12e52911244fdafc24a9d46f56e62"}], "type": "orchestration", "id": "c8918d139da945ba93df4ccce21d4904", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/da1aa3dc9e564d3d922e61c0121a390e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16bf098b9e2e490f8e47fa601059f975"}, {"url": "http://192.30.9.6:8776/v2/da1aa3dc9e564d3d922e61c0121a390e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc16fa4cf491444ca2f611d5692c1170"}, {"url": "http://192.30.9.6:8776/v2/da1aa3dc9e564d3d922e61c0121a390e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ccd2c5325dff4b90b391db9fdde67d99"}], "type": "volumev2", "id": "d09ac9123c34494abce21d6c27bee9d9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eac694332354a3aa0e61c31314166d7"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b4d4989c4e764717ab78d38675cadd3f"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff196e46b56d406d87a678f1a64497b0"}], "type": "compute", "id": "d4030ee932c84df58c5b910cc197caa7", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_95790658-ea1a-473f-b71a-0aa15c3467f2", "id": "6cb53a06110b45a6a2f21cb265048110"}, "audit_ids": ["F7jfJGE7R2y6RtwmhuFFzg"], "issued_at": "2018-09-04T10:25:13.000000Z"}} 2018-09-04 10:25:13,179 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28: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}8e12547abc66fdd7ae83db49bace0ab5a8b2783f" 2018-09-04 10:25:13,261 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:25:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-17907865-6ba6-49a2-99bb-ca9fdb399778 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.28:5000/v3/", "rel": "self"}]}} 2018-09-04 10:25:13,261 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-17907865-6ba6-49a2-99bb-ca9fdb399778 2018-09-04 10:25:13,269 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=NeutronUtilsRouterTests-8a5816a2-f1c8-404a-8ca4-5ebc42d15479-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8e5eb0c3893d1f16be8dde5ab59fdb77b9c0c39d" 2018-09-04 10:25:13,505 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-40dee84b-c136-43b2-a06a-ea964e03f137 Date: Tue, 04 Sep 2018 10:25:13 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"27ce8645-1c08-4807-8a95-60ab11100778","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"da1aa3dc9e564d3d922e61c0121a390e","status":"ACTIVE","subnets":["c32a7d01-0b87-4193-a0d3-d61799d63a72"],"description":"","tags":[],"updated_at":"2018-09-04T10:25:11Z","provider:segmentation_id":89,"name":"NeutronUtilsRouterTests-8a5816a2-f1c8-404a-8ca4-5ebc42d15479-pub-net","admin_state_up":true,"tenant_id":"da1aa3dc9e564d3d922e61c0121a390e","created_at":"2018-09-04T10:25:10Z","provider:network_type":"vxlan"}]} 2018-09-04 10:25:13,505 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=NeutronUtilsRouterTests-8a5816a2-f1c8-404a-8ca4-5ebc42d15479-pub-net used request id req-40dee84b-c136-43b2-a06a-ea964e03f137 2018-09-04 10:25:13,510 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=27ce8645-1c08-4807-8a95-60ab11100778 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8e5eb0c3893d1f16be8dde5ab59fdb77b9c0c39d" 2018-09-04 10:25:13,707 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-22b59832-2ba8-4831-8df9-20fd34c9834d Date: Tue, 04 Sep 2018 10:25:13 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"27ce8645-1c08-4807-8a95-60ab11100778","tenant_id":"da1aa3dc9e564d3d922e61c0121a390e","created_at":"2018-09-04T10:25:11Z","dns_nameservers":[],"updated_at":"2018-09-04T10:25:11Z","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":"da1aa3dc9e564d3d922e61c0121a390e","id":"c32a7d01-0b87-4193-a0d3-d61799d63a72","subnetpool_id":null,"name":"NeutronUtilsRouterTests-8a5816a2-f1c8-404a-8ca4-5ebc42d15479-pub-subnet"}]} 2018-09-04 10:25:13,708 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=27ce8645-1c08-4807-8a95-60ab11100778 used request id req-22b59832-2ba8-4831-8df9-20fd34c9834d 2018-09-04 10:25:13,713 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=NeutronUtilsRouterTests-8a5816a2-f1c8-404a-8ca4-5ebc42d15479-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8e5eb0c3893d1f16be8dde5ab59fdb77b9c0c39d" 2018-09-04 10:25:13,953 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-7ac1a4e0-70b3-4448-ab53-d80d33db6ca2 Date: Tue, 04 Sep 2018 10:25:13 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"27ce8645-1c08-4807-8a95-60ab11100778","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"da1aa3dc9e564d3d922e61c0121a390e","status":"ACTIVE","subnets":["c32a7d01-0b87-4193-a0d3-d61799d63a72"],"description":"","tags":[],"updated_at":"2018-09-04T10:25:11Z","provider:segmentation_id":89,"name":"NeutronUtilsRouterTests-8a5816a2-f1c8-404a-8ca4-5ebc42d15479-pub-net","admin_state_up":true,"tenant_id":"da1aa3dc9e564d3d922e61c0121a390e","created_at":"2018-09-04T10:25:10Z","provider:network_type":"vxlan"}]} 2018-09-04 10:25:13,954 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=NeutronUtilsRouterTests-8a5816a2-f1c8-404a-8ca4-5ebc42d15479-pub-net used request id req-7ac1a4e0-70b3-4448-ab53-d80d33db6ca2 2018-09-04 10:25:13,956 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-04 10:25:13,963 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 04 Sep 2018 10:25: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.28: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.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-04 10:25:13,963 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/da1aa3dc9e564d3d922e61c0121a390e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8e12547abc66fdd7ae83db49bace0ab5a8b2783f" 2018-09-04 10:25:14,046 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:25:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e5f7e4d9-0b6b-4e58-a6d9-50432ebe9df5 Content-Encoding: gzip Content-Length: 245 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.28:5000/v3/projects/da1aa3dc9e564d3d922e61c0121a390e"}, "enabled": true, "id": "da1aa3dc9e564d3d922e61c0121a390e", "parent_id": "default", "domain_id": "default", "name": "api_check-project_95790658-ea1a-473f-b71a-0aa15c3467f2"}} 2018-09-04 10:25:14,046 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/da1aa3dc9e564d3d922e61c0121a390e used request id req-e5f7e4d9-0b6b-4e58-a6d9-50432ebe9df5 2018-09-04 10:25:14,051 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=27ce8645-1c08-4807-8a95-60ab11100778 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8e5eb0c3893d1f16be8dde5ab59fdb77b9c0c39d" 2018-09-04 10:25:14,254 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-df2ddebb-489c-4c0d-b799-f90ba53a3349 Date: Tue, 04 Sep 2018 10:25:14 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"27ce8645-1c08-4807-8a95-60ab11100778","tenant_id":"da1aa3dc9e564d3d922e61c0121a390e","created_at":"2018-09-04T10:25:11Z","dns_nameservers":[],"updated_at":"2018-09-04T10:25:11Z","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":"da1aa3dc9e564d3d922e61c0121a390e","id":"c32a7d01-0b87-4193-a0d3-d61799d63a72","subnetpool_id":null,"name":"NeutronUtilsRouterTests-8a5816a2-f1c8-404a-8ca4-5ebc42d15479-pub-subnet"}]} 2018-09-04 10:25:14,254 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=27ce8645-1c08-4807-8a95-60ab11100778 used request id req-df2ddebb-489c-4c0d-b799-f90ba53a3349 2018-09-04 10:25:14,260 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=27ce8645-1c08-4807-8a95-60ab11100778&name=NeutronUtilsRouterTests-8a5816a2-f1c8-404a-8ca4-5ebc42d15479-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8e5eb0c3893d1f16be8dde5ab59fdb77b9c0c39d" 2018-09-04 10:25:14,306 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-87fae4e2-9f85-45a4-ae4b-8d5e75388581 Date: Tue, 04 Sep 2018 10:25:14 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"27ce8645-1c08-4807-8a95-60ab11100778","tenant_id":"da1aa3dc9e564d3d922e61c0121a390e","created_at":"2018-09-04T10:25:11Z","dns_nameservers":[],"updated_at":"2018-09-04T10:25:11Z","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":"da1aa3dc9e564d3d922e61c0121a390e","id":"c32a7d01-0b87-4193-a0d3-d61799d63a72","subnetpool_id":null,"name":"NeutronUtilsRouterTests-8a5816a2-f1c8-404a-8ca4-5ebc42d15479-pub-subnet"}]} 2018-09-04 10:25:14,306 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=27ce8645-1c08-4807-8a95-60ab11100778&name=NeutronUtilsRouterTests-8a5816a2-f1c8-404a-8ca4-5ebc42d15479-pub-subnet used request id req-87fae4e2-9f85-45a4-ae4b-8d5e75388581 2018-09-04 10:25:14,306 - neutron_utils - INFO - Creating port for network with name - NeutronUtilsRouterTests-8a5816a2-f1c8-404a-8ca4-5ebc42d15479-pub-net 2018-09-04 10:25:14,311 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8e5eb0c3893d1f16be8dde5ab59fdb77b9c0c39d" -d '{"port": {"network_id": "27ce8645-1c08-4807-8a95-60ab11100778", "fixed_ips": [{"subnet_id": "c32a7d01-0b87-4193-a0d3-d61799d63a72", "ip_address": "10.55.1.100"}], "name": "NeutronUtilsRouterTests-8a5816a2-f1c8-404a-8ca4-5ebc42d15479-port", "admin_state_up": true}}' 2018-09-04 10:25:15,069 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 855 X-Openstack-Request-Id: req-9cf8a61d-3c3f-4841-8146-a1d01e491848 Date: Tue, 04 Sep 2018 10:25:15 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T10:25:14Z","device_owner":"","revision_number":3,"binding:profile":{},"port_security_enabled":true,"fixed_ips":[{"subnet_id":"c32a7d01-0b87-4193-a0d3-d61799d63a72","ip_address":"10.55.1.100"}],"id":"958ca773-b367-4216-a80e-953b4febe3dd","security_groups":["a0350fb5-7963-482b-9b06-fea838951872"],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:21:47:75","project_id":"da1aa3dc9e564d3d922e61c0121a390e","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"","name":"NeutronUtilsRouterTests-8a5816a2-f1c8-404a-8ca4-5ebc42d15479-port","admin_state_up":true,"network_id":"27ce8645-1c08-4807-8a95-60ab11100778","tenant_id":"da1aa3dc9e564d3d922e61c0121a390e","created_at":"2018-09-04T10:25:14Z","binding:vnic_type":"normal"}} 2018-09-04 10:25:15,069 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/ports used request id req-9cf8a61d-3c3f-4841-8146-a1d01e491848 2018-09-04 10:25:15,074 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8e5eb0c3893d1f16be8dde5ab59fdb77b9c0c39d" 2018-09-04 10:25:15,260 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3450 X-Openstack-Request-Id: req-0ea047fe-ef88-46a6-b348-b87f3e5f87db Date: Tue, 04 Sep 2018 10:25:15 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T10:25:12Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"c32a7d01-0b87-4193-a0d3-d61799d63a72","ip_address":"10.55.1.3"}],"id":"78001d60-157b-403f-86c0-c424e966df85","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:4e:a1:61","project_id":"da1aa3dc9e564d3d922e61c0121a390e","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-27ce8645-1c08-4807-8a95-60ab11100778","name":"","admin_state_up":true,"network_id":"27ce8645-1c08-4807-8a95-60ab11100778","tenant_id":"da1aa3dc9e564d3d922e61c0121a390e","created_at":"2018-09-04T10:25:12Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T10:25:14Z","device_owner":"","revision_number":3,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"c32a7d01-0b87-4193-a0d3-d61799d63a72","ip_address":"10.55.1.100"}],"id":"958ca773-b367-4216-a80e-953b4febe3dd","security_groups":["a0350fb5-7963-482b-9b06-fea838951872"],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:21:47:75","project_id":"da1aa3dc9e564d3d922e61c0121a390e","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"","name":"NeutronUtilsRouterTests-8a5816a2-f1c8-404a-8ca4-5ebc42d15479-port","admin_state_up":true,"network_id":"27ce8645-1c08-4807-8a95-60ab11100778","tenant_id":"da1aa3dc9e564d3d922e61c0121a390e","created_at":"2018-09-04T10:25:14Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T10:25:13Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"c32a7d01-0b87-4193-a0d3-d61799d63a72","ip_address":"10.55.1.4"}],"id":"e394a0be-b018-4555-9089-23b13cbadf8e","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:1d:79:07","project_id":"da1aa3dc9e564d3d922e61c0121a390e","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-27ce8645-1c08-4807-8a95-60ab11100778","name":"","admin_state_up":true,"network_id":"27ce8645-1c08-4807-8a95-60ab11100778","tenant_id":"da1aa3dc9e564d3d922e61c0121a390e","created_at":"2018-09-04T10:25:12Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T10:25:12Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"c32a7d01-0b87-4193-a0d3-d61799d63a72","ip_address":"10.55.1.2"}],"id":"e8307adc-bfa3-4741-a240-e78b754d9655","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:83:59:67","project_id":"da1aa3dc9e564d3d922e61c0121a390e","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-27ce8645-1c08-4807-8a95-60ab11100778","name":"","admin_state_up":true,"network_id":"27ce8645-1c08-4807-8a95-60ab11100778","tenant_id":"da1aa3dc9e564d3d922e61c0121a390e","created_at":"2018-09-04T10:25:11Z","binding:vnic_type":"normal"}]} 2018-09-04 10:25:15,260 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports used request id req-0ea047fe-ef88-46a6-b348-b87f3e5f87db 2018-09-04 10:25:15,261 - neutron_utils - INFO - Deleting port with name NeutronUtilsRouterTests-8a5816a2-f1c8-404a-8ca4-5ebc42d15479-port 2018-09-04 10:25:15,266 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/ports/958ca773-b367-4216-a80e-953b4febe3dd -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8e5eb0c3893d1f16be8dde5ab59fdb77b9c0c39d" 2018-09-04 10:25:15,807 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-f7eb1a54-7edd-44bb-8a17-735349159f91 Date: Tue, 04 Sep 2018 10:25:15 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-04 10:25:15,807 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/ports/958ca773-b367-4216-a80e-953b4febe3dd used request id req-f7eb1a54-7edd-44bb-8a17-735349159f91 2018-09-04 10:25:15,807 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-8a5816a2-f1c8-404a-8ca4-5ebc42d15479-pub-subnet 2018-09-04 10:25:15,807 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-8a5816a2-f1c8-404a-8ca4-5ebc42d15479-pub-subnet 2018-09-04 10:25:15,812 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/subnets/c32a7d01-0b87-4193-a0d3-d61799d63a72 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8e5eb0c3893d1f16be8dde5ab59fdb77b9c0c39d" 2018-09-04 10:25:17,913 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-ac64f8c7-d133-4cdb-a1f4-e9174bdf11dc Date: Tue, 04 Sep 2018 10:25:17 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-04 10:25:17,913 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/subnets/c32a7d01-0b87-4193-a0d3-d61799d63a72 used request id req-ac64f8c7-d133-4cdb-a1f4-e9174bdf11dc 2018-09-04 10:25:17,913 - neutron_utils - INFO - Deleting network with name NeutronUtilsRouterTests-8a5816a2-f1c8-404a-8ca4-5ebc42d15479-pub-net 2018-09-04 10:25:17,918 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/networks/27ce8645-1c08-4807-8a95-60ab11100778 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8e5eb0c3893d1f16be8dde5ab59fdb77b9c0c39d" 2018-09-04 10:25:19,183 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-591d5544-398d-42f1-ae37-4b64182c224c Date: Tue, 04 Sep 2018 10:25:19 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-04 10:25:19,183 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/networks/27ce8645-1c08-4807-8a95-60ab11100778 used request id req-591d5544-398d-42f1-ae37-4b64182c224c 2018-09-04 10:25:19,184 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-09-04 10:25:19,587 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5ef645ad12fc453aa5d8a0c2cbf76196", "name": "heat_stack_owner"}, {"id": "9a944a8c31754b8f941d2fa9034d4301", "name": "Member"}, {"id": "3d416247e8224533841040c3ad2bce5a", "name": "admin"}], "expires_at": "2018-09-04T11:25:19.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "da1aa3dc9e564d3d922e61c0121a390e", "name": "api_check-project_95790658-ea1a-473f-b71a-0aa15c3467f2"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235635a698ef4bef9dc6b25273d185da"}, {"url": "http://192.30.9.6:8776/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "23b07b3fbfc340a58cf0f9b2871a0d23"}, {"url": "http://172.30.9.28:8776/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "72fd0aaa144d45419f4b04b6b26f69a7"}], "type": "volume", "id": "097241c25b4d4f7e91b3f8efa155909e", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v3/da1aa3dc9e564d3d922e61c0121a390e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93eb4cf3030a49e7840bec071422d397"}, {"url": "http://192.30.9.6:8776/v3/da1aa3dc9e564d3d922e61c0121a390e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8af439a6ac147fdbcb38ed9aa916b68"}, {"url": "http://192.30.9.6:8776/v3/da1aa3dc9e564d3d922e61c0121a390e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c4bfdbc9b7c74a23a40afdf578cfeba4"}], "type": "volumev3", "id": "1c85f4682ce44f729db1dabd98e965e8", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "82239574a29d4603a2161006f61851cf"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8d15f7134f364a7bbcfff2f84aac3bf2"}, {"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e01668c43a0c4c279b9a3d20a0280d6c"}], "type": "image", "id": "297d8415ca96454991054983920912f7", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7bb4d60e20734d4a9f31ec75e02cb823"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bf6adec15590466a9a0d3bddb00e8993"}, {"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f096f03a1d12411a8972f6f7c196b60d"}], "type": "policy", "id": "54c64351b56d44bbad74c2969cc3aa00", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "354ae6870a324fab82d0a0fb68ee0f26"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a3807e460dd4af488d982b66c52e64c"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e7c3da785076450abd71868e75ce0c33"}], "type": "cloudformation", "id": "6ac9917ae83c4639a15a4ab3cf0e76dd", "name": "heat-cfn"}, {"endpoints": [], "type": "metering", "id": "7fcc078e5e0645f29df67742ac14e388", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49e71628d386464cb950d6a9db00a328"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75b0a63ed8574bbcab1c851cc9b83d30"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9902b0a8b3c04cd192a1b84c417c232b"}], "type": "key-manager", "id": "9626544a32e74678a641c6e206f028a9", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "497340e5aa36485982fdf297f370558f"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7802beb4fc7c4952897b77bd5610b1fe"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c14af798917f4fa0b146d9772583e595"}], "type": "metric", "id": "973bfe8c658d4e5a8da725e76b9d550e", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "288ecc3674ea41d2aa3b790dcb832bf2"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7a6dc785cd7142f5b30f1a7ba0daeb03"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7f7d34e2351b4964befccc862c4e8e12"}], "type": "network", "id": "a348d7b06050474fb449be7f32ea6f5d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "21bce6ecb8464a1f8f3e3847aa698bd6"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0a8faf2246b47deb30e69e48d3551fb"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e71c6011de3d4d8589e5b53dcc79f288"}], "type": "identity", "id": "ad8d4b4953184137a1b913ecee9434ed", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "13474f9a78ca4f1184e4cddc84d0d98c"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad67365a18234bb78c336e6776958c00"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc54db13337f44f8921fbb9ad0f81de8"}], "type": "alarming", "id": "bb18dc3243034f08a6a7f69f7a1edccf", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0d91d7adf0304b2681c77f979e5cdb17"}, {"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "756e5ffca9774ab3ae2db41bf330417f"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c07c727a08c243b287827f539a124e63"}], "type": "placement", "id": "bb2c9432fcbd4c56913177122468f6ba", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1eed4912224b48cf9856446eae4d9928"}, {"url": "http://192.30.9.6:8004/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b73b7f99236541148d84f24f09e5dd40"}, {"url": "http://192.30.9.6:8004/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fbf12e52911244fdafc24a9d46f56e62"}], "type": "orchestration", "id": "c8918d139da945ba93df4ccce21d4904", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/da1aa3dc9e564d3d922e61c0121a390e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16bf098b9e2e490f8e47fa601059f975"}, {"url": "http://192.30.9.6:8776/v2/da1aa3dc9e564d3d922e61c0121a390e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc16fa4cf491444ca2f611d5692c1170"}, {"url": "http://192.30.9.6:8776/v2/da1aa3dc9e564d3d922e61c0121a390e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ccd2c5325dff4b90b391db9fdde67d99"}], "type": "volumev2", "id": "d09ac9123c34494abce21d6c27bee9d9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eac694332354a3aa0e61c31314166d7"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b4d4989c4e764717ab78d38675cadd3f"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff196e46b56d406d87a678f1a64497b0"}], "type": "compute", "id": "d4030ee932c84df58c5b910cc197caa7", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_95790658-ea1a-473f-b71a-0aa15c3467f2", "id": "6cb53a06110b45a6a2f21cb265048110"}, "audit_ids": ["TqiDHAVPR3aInXFJEu5trA"], "issued_at": "2018-09-04T10:25:19.000000Z"}} 2018-09-04 10:25:19,588 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28: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}a51a3f2a38086f4314c6bc4c1c4d74c8ac802e85" 2018-09-04 10:25:19,686 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:25:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2e6e3d7d-fbe9-474a-b1e7-44bca2827d89 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.28:5000/v3/", "rel": "self"}]}} 2018-09-04 10:25:19,687 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-2e6e3d7d-fbe9-474a-b1e7-44bca2827d89 2018-09-04 10:25:19,688 - neutron_utils - INFO - Creating network with name NeutronUtilsRouterTests-fab78bf8-1190-452a-92ef-442f2334e6c2-pub-net 2018-09-04 10:25:19,693 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a51a3f2a38086f4314c6bc4c1c4d74c8ac802e85" -d '{"network": {"name": "NeutronUtilsRouterTests-fab78bf8-1190-452a-92ef-442f2334e6c2-pub-net", "admin_state_up": true}}' 2018-09-04 10:25:20,071 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 700 X-Openstack-Request-Id: req-c1f4b6f9-9959-4bed-89b8-67714b603abb Date: Tue, 04 Sep 2018 10:25:20 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"provider:network_type":"vxlan","id":"7df9a9c8-26fd-492e-bae7-1cb89738ff96","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"da1aa3dc9e564d3d922e61c0121a390e","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-09-04T10:25:19Z","is_default":false,"provider:segmentation_id":71,"name":"NeutronUtilsRouterTests-fab78bf8-1190-452a-92ef-442f2334e6c2-pub-net","admin_state_up":true,"tenant_id":"da1aa3dc9e564d3d922e61c0121a390e","created_at":"2018-09-04T10:25:19Z","mtu":1450}} 2018-09-04 10:25:20,071 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/networks used request id req-c1f4b6f9-9959-4bed-89b8-67714b603abb 2018-09-04 10:25:20,076 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?id=7df9a9c8-26fd-492e-bae7-1cb89738ff96 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a51a3f2a38086f4314c6bc4c1c4d74c8ac802e85" 2018-09-04 10:25:20,327 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-71dda008-acb3-4547-aed3-7cd4a74c44c1 Date: Tue, 04 Sep 2018 10:25:20 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"7df9a9c8-26fd-492e-bae7-1cb89738ff96","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"da1aa3dc9e564d3d922e61c0121a390e","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-09-04T10:25:19Z","provider:segmentation_id":71,"name":"NeutronUtilsRouterTests-fab78bf8-1190-452a-92ef-442f2334e6c2-pub-net","admin_state_up":true,"tenant_id":"da1aa3dc9e564d3d922e61c0121a390e","created_at":"2018-09-04T10:25:19Z","provider:network_type":"vxlan"}]} 2018-09-04 10:25:20,327 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?id=7df9a9c8-26fd-492e-bae7-1cb89738ff96 used request id req-71dda008-acb3-4547-aed3-7cd4a74c44c1 2018-09-04 10:25:20,332 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=7df9a9c8-26fd-492e-bae7-1cb89738ff96 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a51a3f2a38086f4314c6bc4c1c4d74c8ac802e85" 2018-09-04 10:25:20,508 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-0fe50c35-502a-427e-b23d-ec766e70812b Date: Tue, 04 Sep 2018 10:25:20 GMT RESP BODY: {"subnets":[]} 2018-09-04 10:25:20,508 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=7df9a9c8-26fd-492e-bae7-1cb89738ff96 used request id req-0fe50c35-502a-427e-b23d-ec766e70812b 2018-09-04 10:25:20,509 - neutron_utils - INFO - Creating subnet with name NeutronUtilsRouterTests-fab78bf8-1190-452a-92ef-442f2334e6c2-pub-subnet 2018-09-04 10:25:20,514 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a51a3f2a38086f4314c6bc4c1c4d74c8ac802e85" -d '{"subnets": [{"ip_version": 4, "network_id": "7df9a9c8-26fd-492e-bae7-1cb89738ff96", "cidr": "10.55.1.0/24", "name": "NeutronUtilsRouterTests-fab78bf8-1190-452a-92ef-442f2334e6c2-pub-subnet"}]}' 2018-09-04 10:25:21,055 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-706e479a-0b6e-48d0-866a-59730ddaa224 Date: Tue, 04 Sep 2018 10:25:21 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"7df9a9c8-26fd-492e-bae7-1cb89738ff96","tenant_id":"da1aa3dc9e564d3d922e61c0121a390e","created_at":"2018-09-04T10:25:20Z","dns_nameservers":[],"updated_at":"2018-09-04T10:25:20Z","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":"da1aa3dc9e564d3d922e61c0121a390e","id":"9a8fa77c-a636-4d8a-9c7e-66572098de41","subnetpool_id":null,"name":"NeutronUtilsRouterTests-fab78bf8-1190-452a-92ef-442f2334e6c2-pub-subnet"}]} 2018-09-04 10:25:21,055 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/subnets used request id req-706e479a-0b6e-48d0-866a-59730ddaa224 2018-09-04 10:25:21,060 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?id=7df9a9c8-26fd-492e-bae7-1cb89738ff96 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a51a3f2a38086f4314c6bc4c1c4d74c8ac802e85" 2018-09-04 10:25:21,309 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-b70114af-d11c-4895-9850-8ccb0eeb8758 Date: Tue, 04 Sep 2018 10:25:21 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"7df9a9c8-26fd-492e-bae7-1cb89738ff96","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"da1aa3dc9e564d3d922e61c0121a390e","status":"ACTIVE","subnets":["9a8fa77c-a636-4d8a-9c7e-66572098de41"],"description":"","tags":[],"updated_at":"2018-09-04T10:25:20Z","provider:segmentation_id":71,"name":"NeutronUtilsRouterTests-fab78bf8-1190-452a-92ef-442f2334e6c2-pub-net","admin_state_up":true,"tenant_id":"da1aa3dc9e564d3d922e61c0121a390e","created_at":"2018-09-04T10:25:19Z","provider:network_type":"vxlan"}]} 2018-09-04 10:25:21,309 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?id=7df9a9c8-26fd-492e-bae7-1cb89738ff96 used request id req-b70114af-d11c-4895-9850-8ccb0eeb8758 2018-09-04 10:25:21,314 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=7df9a9c8-26fd-492e-bae7-1cb89738ff96 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a51a3f2a38086f4314c6bc4c1c4d74c8ac802e85" 2018-09-04 10:25:21,513 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-ef699282-1569-4ee8-aeaf-76f8b4161e9d Date: Tue, 04 Sep 2018 10:25:21 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"7df9a9c8-26fd-492e-bae7-1cb89738ff96","tenant_id":"da1aa3dc9e564d3d922e61c0121a390e","created_at":"2018-09-04T10:25:20Z","dns_nameservers":[],"updated_at":"2018-09-04T10:25:20Z","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":"da1aa3dc9e564d3d922e61c0121a390e","id":"9a8fa77c-a636-4d8a-9c7e-66572098de41","subnetpool_id":null,"name":"NeutronUtilsRouterTests-fab78bf8-1190-452a-92ef-442f2334e6c2-pub-subnet"}]} 2018-09-04 10:25:21,513 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=7df9a9c8-26fd-492e-bae7-1cb89738ff96 used request id req-ef699282-1569-4ee8-aeaf-76f8b4161e9d 2018-09-04 10:25:21,518 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=NeutronUtilsRouterTests-fab78bf8-1190-452a-92ef-442f2334e6c2-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a51a3f2a38086f4314c6bc4c1c4d74c8ac802e85" 2018-09-04 10:25:21,738 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-cf8769a4-4c15-4fe3-a6c0-4a41a594594f Date: Tue, 04 Sep 2018 10:25:21 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"7df9a9c8-26fd-492e-bae7-1cb89738ff96","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"da1aa3dc9e564d3d922e61c0121a390e","status":"ACTIVE","subnets":["9a8fa77c-a636-4d8a-9c7e-66572098de41"],"description":"","tags":[],"updated_at":"2018-09-04T10:25:20Z","provider:segmentation_id":71,"name":"NeutronUtilsRouterTests-fab78bf8-1190-452a-92ef-442f2334e6c2-pub-net","admin_state_up":true,"tenant_id":"da1aa3dc9e564d3d922e61c0121a390e","created_at":"2018-09-04T10:25:19Z","provider:network_type":"vxlan"}]} 2018-09-04 10:25:21,738 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=NeutronUtilsRouterTests-fab78bf8-1190-452a-92ef-442f2334e6c2-pub-net used request id req-cf8769a4-4c15-4fe3-a6c0-4a41a594594f 2018-09-04 10:25:21,741 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-04 10:25:21,747 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 04 Sep 2018 10:25:21 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.28: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.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-04 10:25:21,748 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/da1aa3dc9e564d3d922e61c0121a390e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a51a3f2a38086f4314c6bc4c1c4d74c8ac802e85" 2018-09-04 10:25:21,833 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:25:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f724c253-43e5-4bc5-8122-b7c81e3ba0a9 Content-Encoding: gzip Content-Length: 245 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.28:5000/v3/projects/da1aa3dc9e564d3d922e61c0121a390e"}, "enabled": true, "id": "da1aa3dc9e564d3d922e61c0121a390e", "parent_id": "default", "domain_id": "default", "name": "api_check-project_95790658-ea1a-473f-b71a-0aa15c3467f2"}} 2018-09-04 10:25:21,834 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/da1aa3dc9e564d3d922e61c0121a390e used request id req-f724c253-43e5-4bc5-8122-b7c81e3ba0a9 2018-09-04 10:25:21,839 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=7df9a9c8-26fd-492e-bae7-1cb89738ff96 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a51a3f2a38086f4314c6bc4c1c4d74c8ac802e85" 2018-09-04 10:25:22,105 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-e877a36b-f2df-49ba-9210-806f9dd9a4f5 Date: Tue, 04 Sep 2018 10:25:22 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"7df9a9c8-26fd-492e-bae7-1cb89738ff96","tenant_id":"da1aa3dc9e564d3d922e61c0121a390e","created_at":"2018-09-04T10:25:20Z","dns_nameservers":[],"updated_at":"2018-09-04T10:25:20Z","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":"da1aa3dc9e564d3d922e61c0121a390e","id":"9a8fa77c-a636-4d8a-9c7e-66572098de41","subnetpool_id":null,"name":"NeutronUtilsRouterTests-fab78bf8-1190-452a-92ef-442f2334e6c2-pub-subnet"}]} 2018-09-04 10:25:22,105 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=7df9a9c8-26fd-492e-bae7-1cb89738ff96 used request id req-e877a36b-f2df-49ba-9210-806f9dd9a4f5 2018-09-04 10:25:22,111 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=7df9a9c8-26fd-492e-bae7-1cb89738ff96&name=NeutronUtilsRouterTests-fab78bf8-1190-452a-92ef-442f2334e6c2-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a51a3f2a38086f4314c6bc4c1c4d74c8ac802e85" 2018-09-04 10:25:22,320 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-6556a318-0827-4376-97b9-70611b7ea074 Date: Tue, 04 Sep 2018 10:25:22 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"7df9a9c8-26fd-492e-bae7-1cb89738ff96","tenant_id":"da1aa3dc9e564d3d922e61c0121a390e","created_at":"2018-09-04T10:25:20Z","dns_nameservers":[],"updated_at":"2018-09-04T10:25:20Z","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":"da1aa3dc9e564d3d922e61c0121a390e","id":"9a8fa77c-a636-4d8a-9c7e-66572098de41","subnetpool_id":null,"name":"NeutronUtilsRouterTests-fab78bf8-1190-452a-92ef-442f2334e6c2-pub-subnet"}]} 2018-09-04 10:25:22,320 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=7df9a9c8-26fd-492e-bae7-1cb89738ff96&name=NeutronUtilsRouterTests-fab78bf8-1190-452a-92ef-442f2334e6c2-pub-subnet used request id req-6556a318-0827-4376-97b9-70611b7ea074 2018-09-04 10:25:22,320 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 10:25:22,321 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-09-04 10:25:22,706 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5ef645ad12fc453aa5d8a0c2cbf76196", "name": "heat_stack_owner"}, {"id": "9a944a8c31754b8f941d2fa9034d4301", "name": "Member"}, {"id": "3d416247e8224533841040c3ad2bce5a", "name": "admin"}], "expires_at": "2018-09-04T11:25:22.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "da1aa3dc9e564d3d922e61c0121a390e", "name": "api_check-project_95790658-ea1a-473f-b71a-0aa15c3467f2"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235635a698ef4bef9dc6b25273d185da"}, {"url": "http://192.30.9.6:8776/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "23b07b3fbfc340a58cf0f9b2871a0d23"}, {"url": "http://172.30.9.28:8776/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "72fd0aaa144d45419f4b04b6b26f69a7"}], "type": "volume", "id": "097241c25b4d4f7e91b3f8efa155909e", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v3/da1aa3dc9e564d3d922e61c0121a390e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93eb4cf3030a49e7840bec071422d397"}, {"url": "http://192.30.9.6:8776/v3/da1aa3dc9e564d3d922e61c0121a390e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8af439a6ac147fdbcb38ed9aa916b68"}, {"url": "http://192.30.9.6:8776/v3/da1aa3dc9e564d3d922e61c0121a390e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c4bfdbc9b7c74a23a40afdf578cfeba4"}], "type": "volumev3", "id": "1c85f4682ce44f729db1dabd98e965e8", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "82239574a29d4603a2161006f61851cf"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8d15f7134f364a7bbcfff2f84aac3bf2"}, {"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e01668c43a0c4c279b9a3d20a0280d6c"}], "type": "image", "id": "297d8415ca96454991054983920912f7", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7bb4d60e20734d4a9f31ec75e02cb823"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bf6adec15590466a9a0d3bddb00e8993"}, {"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f096f03a1d12411a8972f6f7c196b60d"}], "type": "policy", "id": "54c64351b56d44bbad74c2969cc3aa00", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "354ae6870a324fab82d0a0fb68ee0f26"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a3807e460dd4af488d982b66c52e64c"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e7c3da785076450abd71868e75ce0c33"}], "type": "cloudformation", "id": "6ac9917ae83c4639a15a4ab3cf0e76dd", "name": "heat-cfn"}, {"endpoints": [], "type": "metering", "id": "7fcc078e5e0645f29df67742ac14e388", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49e71628d386464cb950d6a9db00a328"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75b0a63ed8574bbcab1c851cc9b83d30"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9902b0a8b3c04cd192a1b84c417c232b"}], "type": "key-manager", "id": "9626544a32e74678a641c6e206f028a9", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "497340e5aa36485982fdf297f370558f"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7802beb4fc7c4952897b77bd5610b1fe"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c14af798917f4fa0b146d9772583e595"}], "type": "metric", "id": "973bfe8c658d4e5a8da725e76b9d550e", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "288ecc3674ea41d2aa3b790dcb832bf2"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7a6dc785cd7142f5b30f1a7ba0daeb03"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7f7d34e2351b4964befccc862c4e8e12"}], "type": "network", "id": "a348d7b06050474fb449be7f32ea6f5d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "21bce6ecb8464a1f8f3e3847aa698bd6"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0a8faf2246b47deb30e69e48d3551fb"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e71c6011de3d4d8589e5b53dcc79f288"}], "type": "identity", "id": "ad8d4b4953184137a1b913ecee9434ed", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "13474f9a78ca4f1184e4cddc84d0d98c"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad67365a18234bb78c336e6776958c00"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc54db13337f44f8921fbb9ad0f81de8"}], "type": "alarming", "id": "bb18dc3243034f08a6a7f69f7a1edccf", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0d91d7adf0304b2681c77f979e5cdb17"}, {"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "756e5ffca9774ab3ae2db41bf330417f"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c07c727a08c243b287827f539a124e63"}], "type": "placement", "id": "bb2c9432fcbd4c56913177122468f6ba", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1eed4912224b48cf9856446eae4d9928"}, {"url": "http://192.30.9.6:8004/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b73b7f99236541148d84f24f09e5dd40"}, {"url": "http://192.30.9.6:8004/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fbf12e52911244fdafc24a9d46f56e62"}], "type": "orchestration", "id": "c8918d139da945ba93df4ccce21d4904", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/da1aa3dc9e564d3d922e61c0121a390e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16bf098b9e2e490f8e47fa601059f975"}, {"url": "http://192.30.9.6:8776/v2/da1aa3dc9e564d3d922e61c0121a390e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc16fa4cf491444ca2f611d5692c1170"}, {"url": "http://192.30.9.6:8776/v2/da1aa3dc9e564d3d922e61c0121a390e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ccd2c5325dff4b90b391db9fdde67d99"}], "type": "volumev2", "id": "d09ac9123c34494abce21d6c27bee9d9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eac694332354a3aa0e61c31314166d7"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b4d4989c4e764717ab78d38675cadd3f"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff196e46b56d406d87a678f1a64497b0"}], "type": "compute", "id": "d4030ee932c84df58c5b910cc197caa7", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_95790658-ea1a-473f-b71a-0aa15c3467f2", "id": "6cb53a06110b45a6a2f21cb265048110"}, "audit_ids": ["PpGdkVtlRKSMZ-xA3EwLXw"], "issued_at": "2018-09-04T10:25:22.000000Z"}} 2018-09-04 10:25:22,706 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28: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}61dcda3211de53564355041cb169f6eb4a12d8f2" 2018-09-04 10:25:22,781 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:25:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fdd574c7-e164-4af5-bacf-faa63341b9b4 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.28:5000/v3/", "rel": "self"}]}} 2018-09-04 10:25:22,782 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-fdd574c7-e164-4af5-bacf-faa63341b9b4 2018-09-04 10:25:22,788 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=NeutronUtilsRouterTests-fab78bf8-1190-452a-92ef-442f2334e6c2-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a51a3f2a38086f4314c6bc4c1c4d74c8ac802e85" 2018-09-04 10:25:23,096 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-21357022-c922-4534-b17d-413c765f0ad1 Date: Tue, 04 Sep 2018 10:25:23 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"7df9a9c8-26fd-492e-bae7-1cb89738ff96","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"da1aa3dc9e564d3d922e61c0121a390e","status":"ACTIVE","subnets":["9a8fa77c-a636-4d8a-9c7e-66572098de41"],"description":"","tags":[],"updated_at":"2018-09-04T10:25:20Z","provider:segmentation_id":71,"name":"NeutronUtilsRouterTests-fab78bf8-1190-452a-92ef-442f2334e6c2-pub-net","admin_state_up":true,"tenant_id":"da1aa3dc9e564d3d922e61c0121a390e","created_at":"2018-09-04T10:25:19Z","provider:network_type":"vxlan"}]} 2018-09-04 10:25:23,096 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=NeutronUtilsRouterTests-fab78bf8-1190-452a-92ef-442f2334e6c2-pub-net used request id req-21357022-c922-4534-b17d-413c765f0ad1 2018-09-04 10:25:23,102 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=7df9a9c8-26fd-492e-bae7-1cb89738ff96 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a51a3f2a38086f4314c6bc4c1c4d74c8ac802e85" 2018-09-04 10:25:23,152 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-f3c027ab-6bea-48f2-8064-6c1c4aaf89d6 Date: Tue, 04 Sep 2018 10:25:23 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"7df9a9c8-26fd-492e-bae7-1cb89738ff96","tenant_id":"da1aa3dc9e564d3d922e61c0121a390e","created_at":"2018-09-04T10:25:20Z","dns_nameservers":[],"updated_at":"2018-09-04T10:25:20Z","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":"da1aa3dc9e564d3d922e61c0121a390e","id":"9a8fa77c-a636-4d8a-9c7e-66572098de41","subnetpool_id":null,"name":"NeutronUtilsRouterTests-fab78bf8-1190-452a-92ef-442f2334e6c2-pub-subnet"}]} 2018-09-04 10:25:23,152 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=7df9a9c8-26fd-492e-bae7-1cb89738ff96 used request id req-f3c027ab-6bea-48f2-8064-6c1c4aaf89d6 2018-09-04 10:25:23,158 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=NeutronUtilsRouterTests-fab78bf8-1190-452a-92ef-442f2334e6c2-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a51a3f2a38086f4314c6bc4c1c4d74c8ac802e85" 2018-09-04 10:25:23,248 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-c4a1cd6a-cb73-4afb-9473-280bf3913497 Date: Tue, 04 Sep 2018 10:25:23 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"7df9a9c8-26fd-492e-bae7-1cb89738ff96","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"da1aa3dc9e564d3d922e61c0121a390e","status":"ACTIVE","subnets":["9a8fa77c-a636-4d8a-9c7e-66572098de41"],"description":"","tags":[],"updated_at":"2018-09-04T10:25:20Z","provider:segmentation_id":71,"name":"NeutronUtilsRouterTests-fab78bf8-1190-452a-92ef-442f2334e6c2-pub-net","admin_state_up":true,"tenant_id":"da1aa3dc9e564d3d922e61c0121a390e","created_at":"2018-09-04T10:25:19Z","provider:network_type":"vxlan"}]} 2018-09-04 10:25:23,248 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=NeutronUtilsRouterTests-fab78bf8-1190-452a-92ef-442f2334e6c2-pub-net used request id req-c4a1cd6a-cb73-4afb-9473-280bf3913497 2018-09-04 10:25:23,251 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-04 10:25:23,256 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 04 Sep 2018 10:25: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.28: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.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-04 10:25:23,257 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/da1aa3dc9e564d3d922e61c0121a390e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}61dcda3211de53564355041cb169f6eb4a12d8f2" 2018-09-04 10:25:23,342 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:25:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a4ade823-919f-4eef-add1-2119f3befa08 Content-Encoding: gzip Content-Length: 245 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.28:5000/v3/projects/da1aa3dc9e564d3d922e61c0121a390e"}, "enabled": true, "id": "da1aa3dc9e564d3d922e61c0121a390e", "parent_id": "default", "domain_id": "default", "name": "api_check-project_95790658-ea1a-473f-b71a-0aa15c3467f2"}} 2018-09-04 10:25:23,342 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/da1aa3dc9e564d3d922e61c0121a390e used request id req-a4ade823-919f-4eef-add1-2119f3befa08 2018-09-04 10:25:23,348 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=7df9a9c8-26fd-492e-bae7-1cb89738ff96 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a51a3f2a38086f4314c6bc4c1c4d74c8ac802e85" 2018-09-04 10:25:23,408 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-1781fa71-94a8-405d-9fbf-ba086c846798 Date: Tue, 04 Sep 2018 10:25:23 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"7df9a9c8-26fd-492e-bae7-1cb89738ff96","tenant_id":"da1aa3dc9e564d3d922e61c0121a390e","created_at":"2018-09-04T10:25:20Z","dns_nameservers":[],"updated_at":"2018-09-04T10:25:20Z","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":"da1aa3dc9e564d3d922e61c0121a390e","id":"9a8fa77c-a636-4d8a-9c7e-66572098de41","subnetpool_id":null,"name":"NeutronUtilsRouterTests-fab78bf8-1190-452a-92ef-442f2334e6c2-pub-subnet"}]} 2018-09-04 10:25:23,408 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=7df9a9c8-26fd-492e-bae7-1cb89738ff96 used request id req-1781fa71-94a8-405d-9fbf-ba086c846798 2018-09-04 10:25:23,413 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=7df9a9c8-26fd-492e-bae7-1cb89738ff96&name=NeutronUtilsRouterTests-fab78bf8-1190-452a-92ef-442f2334e6c2-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a51a3f2a38086f4314c6bc4c1c4d74c8ac802e85" 2018-09-04 10:25:23,460 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-30eff5c0-5fbc-4d1b-aaf1-32ffd61ccdcf Date: Tue, 04 Sep 2018 10:25:23 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"7df9a9c8-26fd-492e-bae7-1cb89738ff96","tenant_id":"da1aa3dc9e564d3d922e61c0121a390e","created_at":"2018-09-04T10:25:20Z","dns_nameservers":[],"updated_at":"2018-09-04T10:25:20Z","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":"da1aa3dc9e564d3d922e61c0121a390e","id":"9a8fa77c-a636-4d8a-9c7e-66572098de41","subnetpool_id":null,"name":"NeutronUtilsRouterTests-fab78bf8-1190-452a-92ef-442f2334e6c2-pub-subnet"}]} 2018-09-04 10:25:23,460 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=7df9a9c8-26fd-492e-bae7-1cb89738ff96&name=NeutronUtilsRouterTests-fab78bf8-1190-452a-92ef-442f2334e6c2-pub-subnet used request id req-30eff5c0-5fbc-4d1b-aaf1-32ffd61ccdcf 2018-09-04 10:25:23,461 - neutron_utils - INFO - Creating port for network with name - NeutronUtilsRouterTests-fab78bf8-1190-452a-92ef-442f2334e6c2-pub-net 2018-09-04 10:25:23,466 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a51a3f2a38086f4314c6bc4c1c4d74c8ac802e85" -d '{"port": {"network_id": "7df9a9c8-26fd-492e-bae7-1cb89738ff96", "fixed_ips": [{"subnet_id": "9a8fa77c-a636-4d8a-9c7e-66572098de41", "ip_address": "foo"}], "name": "NeutronUtilsRouterTests-fab78bf8-1190-452a-92ef-442f2334e6c2-port", "admin_state_up": true}}' 2018-09-04 10:25:23,480 - keystoneauth.session - DEBUG - RESP: [400] Content-Length: 142 Content-Type: application/json X-Openstack-Request-Id: req-080534ab-850a-4dbd-8e99-d304c2943414 Date: Tue, 04 Sep 2018 10:25:23 GMT RESP BODY: {"NeutronError": {"message": "Invalid input for fixed_ips. Reason: 'foo' is not a valid IP address.", "type": "HTTPBadRequest", "detail": ""}} 2018-09-04 10:25:23,480 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/ports used request id req-080534ab-850a-4dbd-8e99-d304c2943414 2018-09-04 10:25:23,481 - 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-09-04 10:25:23,481 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-fab78bf8-1190-452a-92ef-442f2334e6c2-pub-subnet 2018-09-04 10:25:23,481 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-fab78bf8-1190-452a-92ef-442f2334e6c2-pub-subnet 2018-09-04 10:25:23,485 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/subnets/9a8fa77c-a636-4d8a-9c7e-66572098de41 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a51a3f2a38086f4314c6bc4c1c4d74c8ac802e85" 2018-09-04 10:25:25,692 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-ef2b7ebb-c0f5-4d57-bb5c-d677fbce69a2 Date: Tue, 04 Sep 2018 10:25:25 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-04 10:25:25,692 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/subnets/9a8fa77c-a636-4d8a-9c7e-66572098de41 used request id req-ef2b7ebb-c0f5-4d57-bb5c-d677fbce69a2 2018-09-04 10:25:25,692 - neutron_utils - INFO - Deleting network with name NeutronUtilsRouterTests-fab78bf8-1190-452a-92ef-442f2334e6c2-pub-net 2018-09-04 10:25:25,697 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/networks/7df9a9c8-26fd-492e-bae7-1cb89738ff96 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a51a3f2a38086f4314c6bc4c1c4d74c8ac802e85" 2018-09-04 10:25:27,195 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-db56f4c7-ba62-4765-97da-1a5684d2bab0 Date: Tue, 04 Sep 2018 10:25:27 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-04 10:25:27,195 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/networks/7df9a9c8-26fd-492e-bae7-1cb89738ff96 used request id req-db56f4c7-ba62-4765-97da-1a5684d2bab0 2018-09-04 10:25:27,197 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-09-04 10:25:27,583 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5ef645ad12fc453aa5d8a0c2cbf76196", "name": "heat_stack_owner"}, {"id": "9a944a8c31754b8f941d2fa9034d4301", "name": "Member"}, {"id": "3d416247e8224533841040c3ad2bce5a", "name": "admin"}], "expires_at": "2018-09-04T11:25:27.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "da1aa3dc9e564d3d922e61c0121a390e", "name": "api_check-project_95790658-ea1a-473f-b71a-0aa15c3467f2"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235635a698ef4bef9dc6b25273d185da"}, {"url": "http://192.30.9.6:8776/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "23b07b3fbfc340a58cf0f9b2871a0d23"}, {"url": "http://172.30.9.28:8776/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "72fd0aaa144d45419f4b04b6b26f69a7"}], "type": "volume", "id": "097241c25b4d4f7e91b3f8efa155909e", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v3/da1aa3dc9e564d3d922e61c0121a390e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93eb4cf3030a49e7840bec071422d397"}, {"url": "http://192.30.9.6:8776/v3/da1aa3dc9e564d3d922e61c0121a390e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8af439a6ac147fdbcb38ed9aa916b68"}, {"url": "http://192.30.9.6:8776/v3/da1aa3dc9e564d3d922e61c0121a390e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c4bfdbc9b7c74a23a40afdf578cfeba4"}], "type": "volumev3", "id": "1c85f4682ce44f729db1dabd98e965e8", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "82239574a29d4603a2161006f61851cf"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8d15f7134f364a7bbcfff2f84aac3bf2"}, {"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e01668c43a0c4c279b9a3d20a0280d6c"}], "type": "image", "id": "297d8415ca96454991054983920912f7", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7bb4d60e20734d4a9f31ec75e02cb823"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bf6adec15590466a9a0d3bddb00e8993"}, {"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f096f03a1d12411a8972f6f7c196b60d"}], "type": "policy", "id": "54c64351b56d44bbad74c2969cc3aa00", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "354ae6870a324fab82d0a0fb68ee0f26"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a3807e460dd4af488d982b66c52e64c"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e7c3da785076450abd71868e75ce0c33"}], "type": "cloudformation", "id": "6ac9917ae83c4639a15a4ab3cf0e76dd", "name": "heat-cfn"}, {"endpoints": [], "type": "metering", "id": "7fcc078e5e0645f29df67742ac14e388", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49e71628d386464cb950d6a9db00a328"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75b0a63ed8574bbcab1c851cc9b83d30"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9902b0a8b3c04cd192a1b84c417c232b"}], "type": "key-manager", "id": "9626544a32e74678a641c6e206f028a9", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "497340e5aa36485982fdf297f370558f"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7802beb4fc7c4952897b77bd5610b1fe"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c14af798917f4fa0b146d9772583e595"}], "type": "metric", "id": "973bfe8c658d4e5a8da725e76b9d550e", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "288ecc3674ea41d2aa3b790dcb832bf2"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7a6dc785cd7142f5b30f1a7ba0daeb03"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7f7d34e2351b4964befccc862c4e8e12"}], "type": "network", "id": "a348d7b06050474fb449be7f32ea6f5d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "21bce6ecb8464a1f8f3e3847aa698bd6"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0a8faf2246b47deb30e69e48d3551fb"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e71c6011de3d4d8589e5b53dcc79f288"}], "type": "identity", "id": "ad8d4b4953184137a1b913ecee9434ed", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "13474f9a78ca4f1184e4cddc84d0d98c"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad67365a18234bb78c336e6776958c00"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc54db13337f44f8921fbb9ad0f81de8"}], "type": "alarming", "id": "bb18dc3243034f08a6a7f69f7a1edccf", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0d91d7adf0304b2681c77f979e5cdb17"}, {"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "756e5ffca9774ab3ae2db41bf330417f"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c07c727a08c243b287827f539a124e63"}], "type": "placement", "id": "bb2c9432fcbd4c56913177122468f6ba", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1eed4912224b48cf9856446eae4d9928"}, {"url": "http://192.30.9.6:8004/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b73b7f99236541148d84f24f09e5dd40"}, {"url": "http://192.30.9.6:8004/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fbf12e52911244fdafc24a9d46f56e62"}], "type": "orchestration", "id": "c8918d139da945ba93df4ccce21d4904", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/da1aa3dc9e564d3d922e61c0121a390e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16bf098b9e2e490f8e47fa601059f975"}, {"url": "http://192.30.9.6:8776/v2/da1aa3dc9e564d3d922e61c0121a390e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc16fa4cf491444ca2f611d5692c1170"}, {"url": "http://192.30.9.6:8776/v2/da1aa3dc9e564d3d922e61c0121a390e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ccd2c5325dff4b90b391db9fdde67d99"}], "type": "volumev2", "id": "d09ac9123c34494abce21d6c27bee9d9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eac694332354a3aa0e61c31314166d7"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b4d4989c4e764717ab78d38675cadd3f"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff196e46b56d406d87a678f1a64497b0"}], "type": "compute", "id": "d4030ee932c84df58c5b910cc197caa7", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_95790658-ea1a-473f-b71a-0aa15c3467f2", "id": "6cb53a06110b45a6a2f21cb265048110"}, "audit_ids": ["BdSStiX3TzeWnFLZKk267w"], "issued_at": "2018-09-04T10:25:27.000000Z"}} 2018-09-04 10:25:27,583 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28: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}6589170889e15ce1a74f0940af6059326d4a5cce" 2018-09-04 10:25:27,669 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:25:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dc4d8963-03a9-4d51-a654-021163162368 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.28:5000/v3/", "rel": "self"}]}} 2018-09-04 10:25:27,669 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-dc4d8963-03a9-4d51-a654-021163162368 2018-09-04 10:25:27,671 - neutron_utils - INFO - Creating network with name NeutronUtilsRouterTests-e4275727-9256-4f24-9489-7dbaba0a476e-pub-net 2018-09-04 10:25:27,676 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6589170889e15ce1a74f0940af6059326d4a5cce" -d '{"network": {"name": "NeutronUtilsRouterTests-e4275727-9256-4f24-9489-7dbaba0a476e-pub-net", "admin_state_up": true}}' 2018-09-04 10:25:28,045 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 700 X-Openstack-Request-Id: req-581ffbf0-f144-4776-8f6d-1a5289e60cf5 Date: Tue, 04 Sep 2018 10:25: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":"75f9b854-c937-4912-9bc5-5e465cfd3aa4","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"da1aa3dc9e564d3d922e61c0121a390e","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-09-04T10:25:27Z","is_default":false,"provider:segmentation_id":17,"name":"NeutronUtilsRouterTests-e4275727-9256-4f24-9489-7dbaba0a476e-pub-net","admin_state_up":true,"tenant_id":"da1aa3dc9e564d3d922e61c0121a390e","created_at":"2018-09-04T10:25:27Z","mtu":1450}} 2018-09-04 10:25:28,046 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/networks used request id req-581ffbf0-f144-4776-8f6d-1a5289e60cf5 2018-09-04 10:25:28,051 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?id=75f9b854-c937-4912-9bc5-5e465cfd3aa4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6589170889e15ce1a74f0940af6059326d4a5cce" 2018-09-04 10:25:28,289 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-d68d7bf4-278e-4d6b-ac68-76eb9041a59a Date: Tue, 04 Sep 2018 10:25:28 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"75f9b854-c937-4912-9bc5-5e465cfd3aa4","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"da1aa3dc9e564d3d922e61c0121a390e","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-09-04T10:25:27Z","provider:segmentation_id":17,"name":"NeutronUtilsRouterTests-e4275727-9256-4f24-9489-7dbaba0a476e-pub-net","admin_state_up":true,"tenant_id":"da1aa3dc9e564d3d922e61c0121a390e","created_at":"2018-09-04T10:25:27Z","provider:network_type":"vxlan"}]} 2018-09-04 10:25:28,289 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?id=75f9b854-c937-4912-9bc5-5e465cfd3aa4 used request id req-d68d7bf4-278e-4d6b-ac68-76eb9041a59a 2018-09-04 10:25:28,294 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=75f9b854-c937-4912-9bc5-5e465cfd3aa4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6589170889e15ce1a74f0940af6059326d4a5cce" 2018-09-04 10:25:28,484 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-a5b64641-2d13-42e0-8e72-d0eb8e4b17c0 Date: Tue, 04 Sep 2018 10:25:28 GMT RESP BODY: {"subnets":[]} 2018-09-04 10:25:28,484 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=75f9b854-c937-4912-9bc5-5e465cfd3aa4 used request id req-a5b64641-2d13-42e0-8e72-d0eb8e4b17c0 2018-09-04 10:25:28,485 - neutron_utils - INFO - Creating subnet with name NeutronUtilsRouterTests-e4275727-9256-4f24-9489-7dbaba0a476e-pub-subnet 2018-09-04 10:25:28,490 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6589170889e15ce1a74f0940af6059326d4a5cce" -d '{"subnets": [{"ip_version": 4, "network_id": "75f9b854-c937-4912-9bc5-5e465cfd3aa4", "cidr": "10.55.1.0/24", "name": "NeutronUtilsRouterTests-e4275727-9256-4f24-9489-7dbaba0a476e-pub-subnet"}]}' 2018-09-04 10:25:28,991 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-778e82c4-10e9-4236-81bc-64b7bc6bc091 Date: Tue, 04 Sep 2018 10:25:28 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"75f9b854-c937-4912-9bc5-5e465cfd3aa4","tenant_id":"da1aa3dc9e564d3d922e61c0121a390e","created_at":"2018-09-04T10:25:28Z","dns_nameservers":[],"updated_at":"2018-09-04T10:25:28Z","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":"da1aa3dc9e564d3d922e61c0121a390e","id":"e8b03b01-b08a-4a51-ab2f-32616396cf06","subnetpool_id":null,"name":"NeutronUtilsRouterTests-e4275727-9256-4f24-9489-7dbaba0a476e-pub-subnet"}]} 2018-09-04 10:25:28,991 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/subnets used request id req-778e82c4-10e9-4236-81bc-64b7bc6bc091 2018-09-04 10:25:28,997 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?id=75f9b854-c937-4912-9bc5-5e465cfd3aa4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6589170889e15ce1a74f0940af6059326d4a5cce" 2018-09-04 10:25:29,253 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-b9a38f5d-67f3-452d-bd4d-739c631c9a9d Date: Tue, 04 Sep 2018 10:25:29 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"75f9b854-c937-4912-9bc5-5e465cfd3aa4","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"da1aa3dc9e564d3d922e61c0121a390e","status":"ACTIVE","subnets":["e8b03b01-b08a-4a51-ab2f-32616396cf06"],"description":"","tags":[],"updated_at":"2018-09-04T10:25:28Z","provider:segmentation_id":17,"name":"NeutronUtilsRouterTests-e4275727-9256-4f24-9489-7dbaba0a476e-pub-net","admin_state_up":true,"tenant_id":"da1aa3dc9e564d3d922e61c0121a390e","created_at":"2018-09-04T10:25:27Z","provider:network_type":"vxlan"}]} 2018-09-04 10:25:29,253 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?id=75f9b854-c937-4912-9bc5-5e465cfd3aa4 used request id req-b9a38f5d-67f3-452d-bd4d-739c631c9a9d 2018-09-04 10:25:29,258 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=75f9b854-c937-4912-9bc5-5e465cfd3aa4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6589170889e15ce1a74f0940af6059326d4a5cce" 2018-09-04 10:25:29,469 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-3ba5fefc-ad6e-4dfb-8fdf-e58584c60a27 Date: Tue, 04 Sep 2018 10:25:29 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"75f9b854-c937-4912-9bc5-5e465cfd3aa4","tenant_id":"da1aa3dc9e564d3d922e61c0121a390e","created_at":"2018-09-04T10:25:28Z","dns_nameservers":[],"updated_at":"2018-09-04T10:25:28Z","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":"da1aa3dc9e564d3d922e61c0121a390e","id":"e8b03b01-b08a-4a51-ab2f-32616396cf06","subnetpool_id":null,"name":"NeutronUtilsRouterTests-e4275727-9256-4f24-9489-7dbaba0a476e-pub-subnet"}]} 2018-09-04 10:25:29,469 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=75f9b854-c937-4912-9bc5-5e465cfd3aa4 used request id req-3ba5fefc-ad6e-4dfb-8fdf-e58584c60a27 2018-09-04 10:25:29,475 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=NeutronUtilsRouterTests-e4275727-9256-4f24-9489-7dbaba0a476e-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6589170889e15ce1a74f0940af6059326d4a5cce" 2018-09-04 10:25:29,703 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-e42c44f4-1c4a-4ed4-91d5-49d9863e1de8 Date: Tue, 04 Sep 2018 10:25:29 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"75f9b854-c937-4912-9bc5-5e465cfd3aa4","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"da1aa3dc9e564d3d922e61c0121a390e","status":"ACTIVE","subnets":["e8b03b01-b08a-4a51-ab2f-32616396cf06"],"description":"","tags":[],"updated_at":"2018-09-04T10:25:28Z","provider:segmentation_id":17,"name":"NeutronUtilsRouterTests-e4275727-9256-4f24-9489-7dbaba0a476e-pub-net","admin_state_up":true,"tenant_id":"da1aa3dc9e564d3d922e61c0121a390e","created_at":"2018-09-04T10:25:27Z","provider:network_type":"vxlan"}]} 2018-09-04 10:25:29,703 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=NeutronUtilsRouterTests-e4275727-9256-4f24-9489-7dbaba0a476e-pub-net used request id req-e42c44f4-1c4a-4ed4-91d5-49d9863e1de8 2018-09-04 10:25:29,706 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-04 10:25:29,712 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 04 Sep 2018 10:25: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.28: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.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-04 10:25:29,712 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/da1aa3dc9e564d3d922e61c0121a390e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6589170889e15ce1a74f0940af6059326d4a5cce" 2018-09-04 10:25:29,794 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:25:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6c30f7cb-fb02-4906-b74e-f3cc234df264 Content-Encoding: gzip Content-Length: 245 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.28:5000/v3/projects/da1aa3dc9e564d3d922e61c0121a390e"}, "enabled": true, "id": "da1aa3dc9e564d3d922e61c0121a390e", "parent_id": "default", "domain_id": "default", "name": "api_check-project_95790658-ea1a-473f-b71a-0aa15c3467f2"}} 2018-09-04 10:25:29,794 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/da1aa3dc9e564d3d922e61c0121a390e used request id req-6c30f7cb-fb02-4906-b74e-f3cc234df264 2018-09-04 10:25:29,800 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=75f9b854-c937-4912-9bc5-5e465cfd3aa4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6589170889e15ce1a74f0940af6059326d4a5cce" 2018-09-04 10:25:29,845 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-b279e029-51e4-42c6-a930-7a5e6d51e073 Date: Tue, 04 Sep 2018 10:25:29 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"75f9b854-c937-4912-9bc5-5e465cfd3aa4","tenant_id":"da1aa3dc9e564d3d922e61c0121a390e","created_at":"2018-09-04T10:25:28Z","dns_nameservers":[],"updated_at":"2018-09-04T10:25:28Z","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":"da1aa3dc9e564d3d922e61c0121a390e","id":"e8b03b01-b08a-4a51-ab2f-32616396cf06","subnetpool_id":null,"name":"NeutronUtilsRouterTests-e4275727-9256-4f24-9489-7dbaba0a476e-pub-subnet"}]} 2018-09-04 10:25:29,845 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=75f9b854-c937-4912-9bc5-5e465cfd3aa4 used request id req-b279e029-51e4-42c6-a930-7a5e6d51e073 2018-09-04 10:25:29,850 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=75f9b854-c937-4912-9bc5-5e465cfd3aa4&name=NeutronUtilsRouterTests-e4275727-9256-4f24-9489-7dbaba0a476e-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6589170889e15ce1a74f0940af6059326d4a5cce" 2018-09-04 10:25:30,043 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-ddb56c4a-14a9-4902-baab-6e7529f54498 Date: Tue, 04 Sep 2018 10:25:30 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"75f9b854-c937-4912-9bc5-5e465cfd3aa4","tenant_id":"da1aa3dc9e564d3d922e61c0121a390e","created_at":"2018-09-04T10:25:28Z","dns_nameservers":[],"updated_at":"2018-09-04T10:25:28Z","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":"da1aa3dc9e564d3d922e61c0121a390e","id":"e8b03b01-b08a-4a51-ab2f-32616396cf06","subnetpool_id":null,"name":"NeutronUtilsRouterTests-e4275727-9256-4f24-9489-7dbaba0a476e-pub-subnet"}]} 2018-09-04 10:25:30,043 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=75f9b854-c937-4912-9bc5-5e465cfd3aa4&name=NeutronUtilsRouterTests-e4275727-9256-4f24-9489-7dbaba0a476e-pub-subnet used request id req-ddb56c4a-14a9-4902-baab-6e7529f54498 2018-09-04 10:25:30,044 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 10:25:30,045 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-09-04 10:25:30,428 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5ef645ad12fc453aa5d8a0c2cbf76196", "name": "heat_stack_owner"}, {"id": "9a944a8c31754b8f941d2fa9034d4301", "name": "Member"}, {"id": "3d416247e8224533841040c3ad2bce5a", "name": "admin"}], "expires_at": "2018-09-04T11:25:30.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "da1aa3dc9e564d3d922e61c0121a390e", "name": "api_check-project_95790658-ea1a-473f-b71a-0aa15c3467f2"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235635a698ef4bef9dc6b25273d185da"}, {"url": "http://192.30.9.6:8776/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "23b07b3fbfc340a58cf0f9b2871a0d23"}, {"url": "http://172.30.9.28:8776/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "72fd0aaa144d45419f4b04b6b26f69a7"}], "type": "volume", "id": "097241c25b4d4f7e91b3f8efa155909e", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v3/da1aa3dc9e564d3d922e61c0121a390e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93eb4cf3030a49e7840bec071422d397"}, {"url": "http://192.30.9.6:8776/v3/da1aa3dc9e564d3d922e61c0121a390e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8af439a6ac147fdbcb38ed9aa916b68"}, {"url": "http://192.30.9.6:8776/v3/da1aa3dc9e564d3d922e61c0121a390e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c4bfdbc9b7c74a23a40afdf578cfeba4"}], "type": "volumev3", "id": "1c85f4682ce44f729db1dabd98e965e8", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "82239574a29d4603a2161006f61851cf"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8d15f7134f364a7bbcfff2f84aac3bf2"}, {"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e01668c43a0c4c279b9a3d20a0280d6c"}], "type": "image", "id": "297d8415ca96454991054983920912f7", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7bb4d60e20734d4a9f31ec75e02cb823"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bf6adec15590466a9a0d3bddb00e8993"}, {"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f096f03a1d12411a8972f6f7c196b60d"}], "type": "policy", "id": "54c64351b56d44bbad74c2969cc3aa00", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "354ae6870a324fab82d0a0fb68ee0f26"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a3807e460dd4af488d982b66c52e64c"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e7c3da785076450abd71868e75ce0c33"}], "type": "cloudformation", "id": "6ac9917ae83c4639a15a4ab3cf0e76dd", "name": "heat-cfn"}, {"endpoints": [], "type": "metering", "id": "7fcc078e5e0645f29df67742ac14e388", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49e71628d386464cb950d6a9db00a328"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75b0a63ed8574bbcab1c851cc9b83d30"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9902b0a8b3c04cd192a1b84c417c232b"}], "type": "key-manager", "id": "9626544a32e74678a641c6e206f028a9", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "497340e5aa36485982fdf297f370558f"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7802beb4fc7c4952897b77bd5610b1fe"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c14af798917f4fa0b146d9772583e595"}], "type": "metric", "id": "973bfe8c658d4e5a8da725e76b9d550e", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "288ecc3674ea41d2aa3b790dcb832bf2"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7a6dc785cd7142f5b30f1a7ba0daeb03"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7f7d34e2351b4964befccc862c4e8e12"}], "type": "network", "id": "a348d7b06050474fb449be7f32ea6f5d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "21bce6ecb8464a1f8f3e3847aa698bd6"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0a8faf2246b47deb30e69e48d3551fb"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e71c6011de3d4d8589e5b53dcc79f288"}], "type": "identity", "id": "ad8d4b4953184137a1b913ecee9434ed", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "13474f9a78ca4f1184e4cddc84d0d98c"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad67365a18234bb78c336e6776958c00"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc54db13337f44f8921fbb9ad0f81de8"}], "type": "alarming", "id": "bb18dc3243034f08a6a7f69f7a1edccf", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0d91d7adf0304b2681c77f979e5cdb17"}, {"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "756e5ffca9774ab3ae2db41bf330417f"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c07c727a08c243b287827f539a124e63"}], "type": "placement", "id": "bb2c9432fcbd4c56913177122468f6ba", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1eed4912224b48cf9856446eae4d9928"}, {"url": "http://192.30.9.6:8004/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b73b7f99236541148d84f24f09e5dd40"}, {"url": "http://192.30.9.6:8004/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fbf12e52911244fdafc24a9d46f56e62"}], "type": "orchestration", "id": "c8918d139da945ba93df4ccce21d4904", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/da1aa3dc9e564d3d922e61c0121a390e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16bf098b9e2e490f8e47fa601059f975"}, {"url": "http://192.30.9.6:8776/v2/da1aa3dc9e564d3d922e61c0121a390e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc16fa4cf491444ca2f611d5692c1170"}, {"url": "http://192.30.9.6:8776/v2/da1aa3dc9e564d3d922e61c0121a390e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ccd2c5325dff4b90b391db9fdde67d99"}], "type": "volumev2", "id": "d09ac9123c34494abce21d6c27bee9d9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eac694332354a3aa0e61c31314166d7"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b4d4989c4e764717ab78d38675cadd3f"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff196e46b56d406d87a678f1a64497b0"}], "type": "compute", "id": "d4030ee932c84df58c5b910cc197caa7", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_95790658-ea1a-473f-b71a-0aa15c3467f2", "id": "6cb53a06110b45a6a2f21cb265048110"}, "audit_ids": ["6DsMvSq5Qe6gRw2AL6uU5g"], "issued_at": "2018-09-04T10:25:30.000000Z"}} 2018-09-04 10:25:30,429 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28: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}772dc0b97680f60b680ad8d55ba39abd1a56c669" 2018-09-04 10:25:30,506 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:25:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8c76e3d2-966d-4770-9a4d-9f565bac135f 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.28:5000/v3/", "rel": "self"}]}} 2018-09-04 10:25:30,506 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-8c76e3d2-966d-4770-9a4d-9f565bac135f 2018-09-04 10:25:30,513 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=NeutronUtilsRouterTests-e4275727-9256-4f24-9489-7dbaba0a476e-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6589170889e15ce1a74f0940af6059326d4a5cce" 2018-09-04 10:25:30,788 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-872cd9d8-d1a1-45be-884a-8fb33010d5e3 Date: Tue, 04 Sep 2018 10:25:30 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"75f9b854-c937-4912-9bc5-5e465cfd3aa4","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"da1aa3dc9e564d3d922e61c0121a390e","status":"ACTIVE","subnets":["e8b03b01-b08a-4a51-ab2f-32616396cf06"],"description":"","tags":[],"updated_at":"2018-09-04T10:25:28Z","provider:segmentation_id":17,"name":"NeutronUtilsRouterTests-e4275727-9256-4f24-9489-7dbaba0a476e-pub-net","admin_state_up":true,"tenant_id":"da1aa3dc9e564d3d922e61c0121a390e","created_at":"2018-09-04T10:25:27Z","provider:network_type":"vxlan"}]} 2018-09-04 10:25:30,788 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=NeutronUtilsRouterTests-e4275727-9256-4f24-9489-7dbaba0a476e-pub-net used request id req-872cd9d8-d1a1-45be-884a-8fb33010d5e3 2018-09-04 10:25:30,793 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=75f9b854-c937-4912-9bc5-5e465cfd3aa4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6589170889e15ce1a74f0940af6059326d4a5cce" 2018-09-04 10:25:31,012 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-fb3aea08-824d-407c-ab8b-52895b44b675 Date: Tue, 04 Sep 2018 10:25:31 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"75f9b854-c937-4912-9bc5-5e465cfd3aa4","tenant_id":"da1aa3dc9e564d3d922e61c0121a390e","created_at":"2018-09-04T10:25:28Z","dns_nameservers":[],"updated_at":"2018-09-04T10:25:28Z","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":"da1aa3dc9e564d3d922e61c0121a390e","id":"e8b03b01-b08a-4a51-ab2f-32616396cf06","subnetpool_id":null,"name":"NeutronUtilsRouterTests-e4275727-9256-4f24-9489-7dbaba0a476e-pub-subnet"}]} 2018-09-04 10:25:31,013 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=75f9b854-c937-4912-9bc5-5e465cfd3aa4 used request id req-fb3aea08-824d-407c-ab8b-52895b44b675 2018-09-04 10:25:31,018 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=NeutronUtilsRouterTests-e4275727-9256-4f24-9489-7dbaba0a476e-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6589170889e15ce1a74f0940af6059326d4a5cce" 2018-09-04 10:25:31,239 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-0a706300-add2-4ef3-be4c-ce93dbac7032 Date: Tue, 04 Sep 2018 10:25:31 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"75f9b854-c937-4912-9bc5-5e465cfd3aa4","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"da1aa3dc9e564d3d922e61c0121a390e","status":"ACTIVE","subnets":["e8b03b01-b08a-4a51-ab2f-32616396cf06"],"description":"","tags":[],"updated_at":"2018-09-04T10:25:28Z","provider:segmentation_id":17,"name":"NeutronUtilsRouterTests-e4275727-9256-4f24-9489-7dbaba0a476e-pub-net","admin_state_up":true,"tenant_id":"da1aa3dc9e564d3d922e61c0121a390e","created_at":"2018-09-04T10:25:27Z","provider:network_type":"vxlan"}]} 2018-09-04 10:25:31,240 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=NeutronUtilsRouterTests-e4275727-9256-4f24-9489-7dbaba0a476e-pub-net used request id req-0a706300-add2-4ef3-be4c-ce93dbac7032 2018-09-04 10:25:31,243 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-04 10:25:31,248 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 04 Sep 2018 10:25:31 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.28: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.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-04 10:25:31,249 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/da1aa3dc9e564d3d922e61c0121a390e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}772dc0b97680f60b680ad8d55ba39abd1a56c669" 2018-09-04 10:25:31,420 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:25:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-53ea2841-49c2-4a3f-9eac-13d7e47a9f9b Content-Encoding: gzip Content-Length: 245 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.28:5000/v3/projects/da1aa3dc9e564d3d922e61c0121a390e"}, "enabled": true, "id": "da1aa3dc9e564d3d922e61c0121a390e", "parent_id": "default", "domain_id": "default", "name": "api_check-project_95790658-ea1a-473f-b71a-0aa15c3467f2"}} 2018-09-04 10:25:31,420 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/da1aa3dc9e564d3d922e61c0121a390e used request id req-53ea2841-49c2-4a3f-9eac-13d7e47a9f9b 2018-09-04 10:25:31,425 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=75f9b854-c937-4912-9bc5-5e465cfd3aa4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6589170889e15ce1a74f0940af6059326d4a5cce" 2018-09-04 10:25:31,770 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-fcd62c9b-8e72-40c9-aa2e-363e1430dae5 Date: Tue, 04 Sep 2018 10:25:31 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"75f9b854-c937-4912-9bc5-5e465cfd3aa4","tenant_id":"da1aa3dc9e564d3d922e61c0121a390e","created_at":"2018-09-04T10:25:28Z","dns_nameservers":[],"updated_at":"2018-09-04T10:25:28Z","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":"da1aa3dc9e564d3d922e61c0121a390e","id":"e8b03b01-b08a-4a51-ab2f-32616396cf06","subnetpool_id":null,"name":"NeutronUtilsRouterTests-e4275727-9256-4f24-9489-7dbaba0a476e-pub-subnet"}]} 2018-09-04 10:25:31,770 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=75f9b854-c937-4912-9bc5-5e465cfd3aa4 used request id req-fcd62c9b-8e72-40c9-aa2e-363e1430dae5 2018-09-04 10:25:31,776 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=75f9b854-c937-4912-9bc5-5e465cfd3aa4&name=NeutronUtilsRouterTests-e4275727-9256-4f24-9489-7dbaba0a476e-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6589170889e15ce1a74f0940af6059326d4a5cce" 2018-09-04 10:25:31,976 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-3a25716f-57b0-4c0e-b19c-6d330ca3d3a2 Date: Tue, 04 Sep 2018 10:25:31 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"75f9b854-c937-4912-9bc5-5e465cfd3aa4","tenant_id":"da1aa3dc9e564d3d922e61c0121a390e","created_at":"2018-09-04T10:25:28Z","dns_nameservers":[],"updated_at":"2018-09-04T10:25:28Z","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":"da1aa3dc9e564d3d922e61c0121a390e","id":"e8b03b01-b08a-4a51-ab2f-32616396cf06","subnetpool_id":null,"name":"NeutronUtilsRouterTests-e4275727-9256-4f24-9489-7dbaba0a476e-pub-subnet"}]} 2018-09-04 10:25:31,976 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=75f9b854-c937-4912-9bc5-5e465cfd3aa4&name=NeutronUtilsRouterTests-e4275727-9256-4f24-9489-7dbaba0a476e-pub-subnet used request id req-3a25716f-57b0-4c0e-b19c-6d330ca3d3a2 2018-09-04 10:25:31,977 - neutron_utils - INFO - Creating port for network with name - NeutronUtilsRouterTests-e4275727-9256-4f24-9489-7dbaba0a476e-pub-net 2018-09-04 10:25:31,982 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6589170889e15ce1a74f0940af6059326d4a5cce" -d '{"port": {"network_id": "75f9b854-c937-4912-9bc5-5e465cfd3aa4", "fixed_ips": [{"subnet_id": "e8b03b01-b08a-4a51-ab2f-32616396cf06", "ip_address": "10.197.123.100"}], "name": "NeutronUtilsRouterTests-e4275727-9256-4f24-9489-7dbaba0a476e-port", "admin_state_up": true}}' 2018-09-04 10:25:32,369 - keystoneauth.session - DEBUG - RESP: [400] Content-Type: application/json Content-Length: 146 X-Openstack-Request-Id: req-634098fb-4614-4a49-80ef-fd235431c487 Date: Tue, 04 Sep 2018 10:25:32 GMT RESP BODY: {"NeutronError": {"message": "IP address 10.197.123.100 is not a valid IP for the specified subnet.", "type": "InvalidIpForSubnet", "detail": ""}} 2018-09-04 10:25:32,369 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/ports used request id req-634098fb-4614-4a49-80ef-fd235431c487 2018-09-04 10:25:32,369 - 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-09-04 10:25:32,370 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-e4275727-9256-4f24-9489-7dbaba0a476e-pub-subnet 2018-09-04 10:25:32,370 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-e4275727-9256-4f24-9489-7dbaba0a476e-pub-subnet 2018-09-04 10:25:32,375 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/subnets/e8b03b01-b08a-4a51-ab2f-32616396cf06 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6589170889e15ce1a74f0940af6059326d4a5cce" 2018-09-04 10:25:34,344 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-2a37999d-1de3-420e-96bc-7f9bf5a64587 Date: Tue, 04 Sep 2018 10:25:34 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-04 10:25:34,344 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/subnets/e8b03b01-b08a-4a51-ab2f-32616396cf06 used request id req-2a37999d-1de3-420e-96bc-7f9bf5a64587 2018-09-04 10:25:34,345 - neutron_utils - INFO - Deleting network with name NeutronUtilsRouterTests-e4275727-9256-4f24-9489-7dbaba0a476e-pub-net 2018-09-04 10:25:34,349 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/networks/75f9b854-c937-4912-9bc5-5e465cfd3aa4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6589170889e15ce1a74f0940af6059326d4a5cce" 2018-09-04 10:25:35,686 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-641318b2-816a-4186-856f-fc1dc647f64e Date: Tue, 04 Sep 2018 10:25:35 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-04 10:25:35,686 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/networks/75f9b854-c937-4912-9bc5-5e465cfd3aa4 used request id req-641318b2-816a-4186-856f-fc1dc647f64e 2018-09-04 10:25:35,687 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-09-04 10:25:36,073 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5ef645ad12fc453aa5d8a0c2cbf76196", "name": "heat_stack_owner"}, {"id": "9a944a8c31754b8f941d2fa9034d4301", "name": "Member"}, {"id": "3d416247e8224533841040c3ad2bce5a", "name": "admin"}], "expires_at": "2018-09-04T11:25:36.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "da1aa3dc9e564d3d922e61c0121a390e", "name": "api_check-project_95790658-ea1a-473f-b71a-0aa15c3467f2"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235635a698ef4bef9dc6b25273d185da"}, {"url": "http://192.30.9.6:8776/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "23b07b3fbfc340a58cf0f9b2871a0d23"}, {"url": "http://172.30.9.28:8776/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "72fd0aaa144d45419f4b04b6b26f69a7"}], "type": "volume", "id": "097241c25b4d4f7e91b3f8efa155909e", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v3/da1aa3dc9e564d3d922e61c0121a390e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93eb4cf3030a49e7840bec071422d397"}, {"url": "http://192.30.9.6:8776/v3/da1aa3dc9e564d3d922e61c0121a390e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8af439a6ac147fdbcb38ed9aa916b68"}, {"url": "http://192.30.9.6:8776/v3/da1aa3dc9e564d3d922e61c0121a390e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c4bfdbc9b7c74a23a40afdf578cfeba4"}], "type": "volumev3", "id": "1c85f4682ce44f729db1dabd98e965e8", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "82239574a29d4603a2161006f61851cf"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8d15f7134f364a7bbcfff2f84aac3bf2"}, {"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e01668c43a0c4c279b9a3d20a0280d6c"}], "type": "image", "id": "297d8415ca96454991054983920912f7", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7bb4d60e20734d4a9f31ec75e02cb823"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bf6adec15590466a9a0d3bddb00e8993"}, {"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f096f03a1d12411a8972f6f7c196b60d"}], "type": "policy", "id": "54c64351b56d44bbad74c2969cc3aa00", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "354ae6870a324fab82d0a0fb68ee0f26"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a3807e460dd4af488d982b66c52e64c"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e7c3da785076450abd71868e75ce0c33"}], "type": "cloudformation", "id": "6ac9917ae83c4639a15a4ab3cf0e76dd", "name": "heat-cfn"}, {"endpoints": [], "type": "metering", "id": "7fcc078e5e0645f29df67742ac14e388", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49e71628d386464cb950d6a9db00a328"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75b0a63ed8574bbcab1c851cc9b83d30"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9902b0a8b3c04cd192a1b84c417c232b"}], "type": "key-manager", "id": "9626544a32e74678a641c6e206f028a9", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "497340e5aa36485982fdf297f370558f"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7802beb4fc7c4952897b77bd5610b1fe"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c14af798917f4fa0b146d9772583e595"}], "type": "metric", "id": "973bfe8c658d4e5a8da725e76b9d550e", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "288ecc3674ea41d2aa3b790dcb832bf2"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7a6dc785cd7142f5b30f1a7ba0daeb03"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7f7d34e2351b4964befccc862c4e8e12"}], "type": "network", "id": "a348d7b06050474fb449be7f32ea6f5d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "21bce6ecb8464a1f8f3e3847aa698bd6"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0a8faf2246b47deb30e69e48d3551fb"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e71c6011de3d4d8589e5b53dcc79f288"}], "type": "identity", "id": "ad8d4b4953184137a1b913ecee9434ed", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "13474f9a78ca4f1184e4cddc84d0d98c"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad67365a18234bb78c336e6776958c00"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc54db13337f44f8921fbb9ad0f81de8"}], "type": "alarming", "id": "bb18dc3243034f08a6a7f69f7a1edccf", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0d91d7adf0304b2681c77f979e5cdb17"}, {"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "756e5ffca9774ab3ae2db41bf330417f"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c07c727a08c243b287827f539a124e63"}], "type": "placement", "id": "bb2c9432fcbd4c56913177122468f6ba", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1eed4912224b48cf9856446eae4d9928"}, {"url": "http://192.30.9.6:8004/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b73b7f99236541148d84f24f09e5dd40"}, {"url": "http://192.30.9.6:8004/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fbf12e52911244fdafc24a9d46f56e62"}], "type": "orchestration", "id": "c8918d139da945ba93df4ccce21d4904", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/da1aa3dc9e564d3d922e61c0121a390e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16bf098b9e2e490f8e47fa601059f975"}, {"url": "http://192.30.9.6:8776/v2/da1aa3dc9e564d3d922e61c0121a390e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc16fa4cf491444ca2f611d5692c1170"}, {"url": "http://192.30.9.6:8776/v2/da1aa3dc9e564d3d922e61c0121a390e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ccd2c5325dff4b90b391db9fdde67d99"}], "type": "volumev2", "id": "d09ac9123c34494abce21d6c27bee9d9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eac694332354a3aa0e61c31314166d7"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b4d4989c4e764717ab78d38675cadd3f"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff196e46b56d406d87a678f1a64497b0"}], "type": "compute", "id": "d4030ee932c84df58c5b910cc197caa7", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_95790658-ea1a-473f-b71a-0aa15c3467f2", "id": "6cb53a06110b45a6a2f21cb265048110"}, "audit_ids": ["Drn2baLyTfGzau80lK8-Eg"], "issued_at": "2018-09-04T10:25:36.000000Z"}} 2018-09-04 10:25:36,073 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28: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}d094ae85d9b184727ca6baf46e80244c0df62703" 2018-09-04 10:25:36,151 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:25:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-be76044c-4a58-453e-923c-b6f69ed1fd3c 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.28:5000/v3/", "rel": "self"}]}} 2018-09-04 10:25:36,151 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-be76044c-4a58-453e-923c-b6f69ed1fd3c 2018-09-04 10:25:36,152 - neutron_utils - INFO - Creating network with name NeutronUtilsRouterTests-ee5b88f2-0f27-4471-a018-7ac51d870a12-pub-net 2018-09-04 10:25:36,157 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d094ae85d9b184727ca6baf46e80244c0df62703" -d '{"network": {"name": "NeutronUtilsRouterTests-ee5b88f2-0f27-4471-a018-7ac51d870a12-pub-net", "admin_state_up": true}}' 2018-09-04 10:25:36,554 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 700 X-Openstack-Request-Id: req-72ff7e95-e303-4e2f-ba95-2703717335a7 Date: Tue, 04 Sep 2018 10:25:36 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"provider:network_type":"vxlan","id":"6418fd9a-f642-4d16-8ed1-7afff879967a","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"da1aa3dc9e564d3d922e61c0121a390e","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-09-04T10:25:36Z","is_default":false,"provider:segmentation_id":92,"name":"NeutronUtilsRouterTests-ee5b88f2-0f27-4471-a018-7ac51d870a12-pub-net","admin_state_up":true,"tenant_id":"da1aa3dc9e564d3d922e61c0121a390e","created_at":"2018-09-04T10:25:36Z","mtu":1450}} 2018-09-04 10:25:36,555 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/networks used request id req-72ff7e95-e303-4e2f-ba95-2703717335a7 2018-09-04 10:25:36,560 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?id=6418fd9a-f642-4d16-8ed1-7afff879967a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d094ae85d9b184727ca6baf46e80244c0df62703" 2018-09-04 10:25:36,782 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-cccaaf5f-2cef-4b0c-a209-f608429c4b16 Date: Tue, 04 Sep 2018 10:25:36 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"6418fd9a-f642-4d16-8ed1-7afff879967a","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"da1aa3dc9e564d3d922e61c0121a390e","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-09-04T10:25:36Z","provider:segmentation_id":92,"name":"NeutronUtilsRouterTests-ee5b88f2-0f27-4471-a018-7ac51d870a12-pub-net","admin_state_up":true,"tenant_id":"da1aa3dc9e564d3d922e61c0121a390e","created_at":"2018-09-04T10:25:36Z","provider:network_type":"vxlan"}]} 2018-09-04 10:25:36,782 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?id=6418fd9a-f642-4d16-8ed1-7afff879967a used request id req-cccaaf5f-2cef-4b0c-a209-f608429c4b16 2018-09-04 10:25:36,787 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=6418fd9a-f642-4d16-8ed1-7afff879967a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d094ae85d9b184727ca6baf46e80244c0df62703" 2018-09-04 10:25:36,966 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-876f6dae-08fb-477f-a621-136cceb28b95 Date: Tue, 04 Sep 2018 10:25:36 GMT RESP BODY: {"subnets":[]} 2018-09-04 10:25:36,966 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=6418fd9a-f642-4d16-8ed1-7afff879967a used request id req-876f6dae-08fb-477f-a621-136cceb28b95 2018-09-04 10:25:36,967 - neutron_utils - INFO - Creating subnet with name NeutronUtilsRouterTests-ee5b88f2-0f27-4471-a018-7ac51d870a12-pub-subnet 2018-09-04 10:25:36,972 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d094ae85d9b184727ca6baf46e80244c0df62703" -d '{"subnets": [{"ip_version": 4, "network_id": "6418fd9a-f642-4d16-8ed1-7afff879967a", "cidr": "10.55.1.0/24", "name": "NeutronUtilsRouterTests-ee5b88f2-0f27-4471-a018-7ac51d870a12-pub-subnet"}]}' 2018-09-04 10:25:37,363 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-42ceb963-2dba-448c-aab0-a3fadd78191a Date: Tue, 04 Sep 2018 10:25:37 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"6418fd9a-f642-4d16-8ed1-7afff879967a","tenant_id":"da1aa3dc9e564d3d922e61c0121a390e","created_at":"2018-09-04T10:25:37Z","dns_nameservers":[],"updated_at":"2018-09-04T10:25:37Z","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":"da1aa3dc9e564d3d922e61c0121a390e","id":"01635f61-0d9c-4fd1-87a7-40e2b2a83b3c","subnetpool_id":null,"name":"NeutronUtilsRouterTests-ee5b88f2-0f27-4471-a018-7ac51d870a12-pub-subnet"}]} 2018-09-04 10:25:37,363 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/subnets used request id req-42ceb963-2dba-448c-aab0-a3fadd78191a 2018-09-04 10:25:37,368 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?id=6418fd9a-f642-4d16-8ed1-7afff879967a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d094ae85d9b184727ca6baf46e80244c0df62703" 2018-09-04 10:25:37,764 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-298977c2-58d6-46fb-a94e-5a20a3ad353a Date: Tue, 04 Sep 2018 10:25:37 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"6418fd9a-f642-4d16-8ed1-7afff879967a","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"da1aa3dc9e564d3d922e61c0121a390e","status":"ACTIVE","subnets":["01635f61-0d9c-4fd1-87a7-40e2b2a83b3c"],"description":"","tags":[],"updated_at":"2018-09-04T10:25:37Z","provider:segmentation_id":92,"name":"NeutronUtilsRouterTests-ee5b88f2-0f27-4471-a018-7ac51d870a12-pub-net","admin_state_up":true,"tenant_id":"da1aa3dc9e564d3d922e61c0121a390e","created_at":"2018-09-04T10:25:36Z","provider:network_type":"vxlan"}]} 2018-09-04 10:25:37,764 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?id=6418fd9a-f642-4d16-8ed1-7afff879967a used request id req-298977c2-58d6-46fb-a94e-5a20a3ad353a 2018-09-04 10:25:37,769 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=6418fd9a-f642-4d16-8ed1-7afff879967a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d094ae85d9b184727ca6baf46e80244c0df62703" 2018-09-04 10:25:37,976 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-8ed94672-9bc7-444a-a7eb-bd4f5f9c5521 Date: Tue, 04 Sep 2018 10:25:37 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"6418fd9a-f642-4d16-8ed1-7afff879967a","tenant_id":"da1aa3dc9e564d3d922e61c0121a390e","created_at":"2018-09-04T10:25:37Z","dns_nameservers":[],"updated_at":"2018-09-04T10:25:37Z","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":"da1aa3dc9e564d3d922e61c0121a390e","id":"01635f61-0d9c-4fd1-87a7-40e2b2a83b3c","subnetpool_id":null,"name":"NeutronUtilsRouterTests-ee5b88f2-0f27-4471-a018-7ac51d870a12-pub-subnet"}]} 2018-09-04 10:25:37,976 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=6418fd9a-f642-4d16-8ed1-7afff879967a used request id req-8ed94672-9bc7-444a-a7eb-bd4f5f9c5521 2018-09-04 10:25:37,981 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=NeutronUtilsRouterTests-ee5b88f2-0f27-4471-a018-7ac51d870a12-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d094ae85d9b184727ca6baf46e80244c0df62703" 2018-09-04 10:25:38,213 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-1f414e4b-9be0-4207-bfeb-43337f38967a Date: Tue, 04 Sep 2018 10:25:38 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"6418fd9a-f642-4d16-8ed1-7afff879967a","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"da1aa3dc9e564d3d922e61c0121a390e","status":"ACTIVE","subnets":["01635f61-0d9c-4fd1-87a7-40e2b2a83b3c"],"description":"","tags":[],"updated_at":"2018-09-04T10:25:37Z","provider:segmentation_id":92,"name":"NeutronUtilsRouterTests-ee5b88f2-0f27-4471-a018-7ac51d870a12-pub-net","admin_state_up":true,"tenant_id":"da1aa3dc9e564d3d922e61c0121a390e","created_at":"2018-09-04T10:25:36Z","provider:network_type":"vxlan"}]} 2018-09-04 10:25:38,213 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=NeutronUtilsRouterTests-ee5b88f2-0f27-4471-a018-7ac51d870a12-pub-net used request id req-1f414e4b-9be0-4207-bfeb-43337f38967a 2018-09-04 10:25:38,217 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-04 10:25:38,222 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 04 Sep 2018 10:25:38 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.28: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.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-04 10:25:38,223 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/da1aa3dc9e564d3d922e61c0121a390e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d094ae85d9b184727ca6baf46e80244c0df62703" 2018-09-04 10:25:38,309 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:25:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-baacf0a9-1315-44f3-ad7a-4e0dacc36adc Content-Encoding: gzip Content-Length: 245 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.28:5000/v3/projects/da1aa3dc9e564d3d922e61c0121a390e"}, "enabled": true, "id": "da1aa3dc9e564d3d922e61c0121a390e", "parent_id": "default", "domain_id": "default", "name": "api_check-project_95790658-ea1a-473f-b71a-0aa15c3467f2"}} 2018-09-04 10:25:38,309 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/da1aa3dc9e564d3d922e61c0121a390e used request id req-baacf0a9-1315-44f3-ad7a-4e0dacc36adc 2018-09-04 10:25:38,314 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=6418fd9a-f642-4d16-8ed1-7afff879967a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d094ae85d9b184727ca6baf46e80244c0df62703" 2018-09-04 10:25:38,370 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-c09c8b36-4eaa-4cae-b2c2-4adad55b8630 Date: Tue, 04 Sep 2018 10:25:38 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"6418fd9a-f642-4d16-8ed1-7afff879967a","tenant_id":"da1aa3dc9e564d3d922e61c0121a390e","created_at":"2018-09-04T10:25:37Z","dns_nameservers":[],"updated_at":"2018-09-04T10:25:37Z","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":"da1aa3dc9e564d3d922e61c0121a390e","id":"01635f61-0d9c-4fd1-87a7-40e2b2a83b3c","subnetpool_id":null,"name":"NeutronUtilsRouterTests-ee5b88f2-0f27-4471-a018-7ac51d870a12-pub-subnet"}]} 2018-09-04 10:25:38,370 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=6418fd9a-f642-4d16-8ed1-7afff879967a used request id req-c09c8b36-4eaa-4cae-b2c2-4adad55b8630 2018-09-04 10:25:38,376 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=6418fd9a-f642-4d16-8ed1-7afff879967a&name=NeutronUtilsRouterTests-ee5b88f2-0f27-4471-a018-7ac51d870a12-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d094ae85d9b184727ca6baf46e80244c0df62703" 2018-09-04 10:25:38,602 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-4531d5cb-d3fe-40eb-86b6-9959cacb907a Date: Tue, 04 Sep 2018 10:25:38 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"6418fd9a-f642-4d16-8ed1-7afff879967a","tenant_id":"da1aa3dc9e564d3d922e61c0121a390e","created_at":"2018-09-04T10:25:37Z","dns_nameservers":[],"updated_at":"2018-09-04T10:25:37Z","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":"da1aa3dc9e564d3d922e61c0121a390e","id":"01635f61-0d9c-4fd1-87a7-40e2b2a83b3c","subnetpool_id":null,"name":"NeutronUtilsRouterTests-ee5b88f2-0f27-4471-a018-7ac51d870a12-pub-subnet"}]} 2018-09-04 10:25:38,602 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=6418fd9a-f642-4d16-8ed1-7afff879967a&name=NeutronUtilsRouterTests-ee5b88f2-0f27-4471-a018-7ac51d870a12-pub-subnet used request id req-4531d5cb-d3fe-40eb-86b6-9959cacb907a 2018-09-04 10:25:38,602 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 10:25:38,603 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-09-04 10:25:38,978 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5ef645ad12fc453aa5d8a0c2cbf76196", "name": "heat_stack_owner"}, {"id": "9a944a8c31754b8f941d2fa9034d4301", "name": "Member"}, {"id": "3d416247e8224533841040c3ad2bce5a", "name": "admin"}], "expires_at": "2018-09-04T11:25:38.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "da1aa3dc9e564d3d922e61c0121a390e", "name": "api_check-project_95790658-ea1a-473f-b71a-0aa15c3467f2"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235635a698ef4bef9dc6b25273d185da"}, {"url": "http://192.30.9.6:8776/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "23b07b3fbfc340a58cf0f9b2871a0d23"}, {"url": "http://172.30.9.28:8776/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "72fd0aaa144d45419f4b04b6b26f69a7"}], "type": "volume", "id": "097241c25b4d4f7e91b3f8efa155909e", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v3/da1aa3dc9e564d3d922e61c0121a390e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93eb4cf3030a49e7840bec071422d397"}, {"url": "http://192.30.9.6:8776/v3/da1aa3dc9e564d3d922e61c0121a390e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8af439a6ac147fdbcb38ed9aa916b68"}, {"url": "http://192.30.9.6:8776/v3/da1aa3dc9e564d3d922e61c0121a390e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c4bfdbc9b7c74a23a40afdf578cfeba4"}], "type": "volumev3", "id": "1c85f4682ce44f729db1dabd98e965e8", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "82239574a29d4603a2161006f61851cf"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8d15f7134f364a7bbcfff2f84aac3bf2"}, {"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e01668c43a0c4c279b9a3d20a0280d6c"}], "type": "image", "id": "297d8415ca96454991054983920912f7", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7bb4d60e20734d4a9f31ec75e02cb823"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bf6adec15590466a9a0d3bddb00e8993"}, {"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f096f03a1d12411a8972f6f7c196b60d"}], "type": "policy", "id": "54c64351b56d44bbad74c2969cc3aa00", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "354ae6870a324fab82d0a0fb68ee0f26"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a3807e460dd4af488d982b66c52e64c"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e7c3da785076450abd71868e75ce0c33"}], "type": "cloudformation", "id": "6ac9917ae83c4639a15a4ab3cf0e76dd", "name": "heat-cfn"}, {"endpoints": [], "type": "metering", "id": "7fcc078e5e0645f29df67742ac14e388", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49e71628d386464cb950d6a9db00a328"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75b0a63ed8574bbcab1c851cc9b83d30"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9902b0a8b3c04cd192a1b84c417c232b"}], "type": "key-manager", "id": "9626544a32e74678a641c6e206f028a9", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "497340e5aa36485982fdf297f370558f"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7802beb4fc7c4952897b77bd5610b1fe"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c14af798917f4fa0b146d9772583e595"}], "type": "metric", "id": "973bfe8c658d4e5a8da725e76b9d550e", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "288ecc3674ea41d2aa3b790dcb832bf2"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7a6dc785cd7142f5b30f1a7ba0daeb03"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7f7d34e2351b4964befccc862c4e8e12"}], "type": "network", "id": "a348d7b06050474fb449be7f32ea6f5d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "21bce6ecb8464a1f8f3e3847aa698bd6"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0a8faf2246b47deb30e69e48d3551fb"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e71c6011de3d4d8589e5b53dcc79f288"}], "type": "identity", "id": "ad8d4b4953184137a1b913ecee9434ed", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "13474f9a78ca4f1184e4cddc84d0d98c"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad67365a18234bb78c336e6776958c00"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc54db13337f44f8921fbb9ad0f81de8"}], "type": "alarming", "id": "bb18dc3243034f08a6a7f69f7a1edccf", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0d91d7adf0304b2681c77f979e5cdb17"}, {"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "756e5ffca9774ab3ae2db41bf330417f"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c07c727a08c243b287827f539a124e63"}], "type": "placement", "id": "bb2c9432fcbd4c56913177122468f6ba", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1eed4912224b48cf9856446eae4d9928"}, {"url": "http://192.30.9.6:8004/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b73b7f99236541148d84f24f09e5dd40"}, {"url": "http://192.30.9.6:8004/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fbf12e52911244fdafc24a9d46f56e62"}], "type": "orchestration", "id": "c8918d139da945ba93df4ccce21d4904", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/da1aa3dc9e564d3d922e61c0121a390e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16bf098b9e2e490f8e47fa601059f975"}, {"url": "http://192.30.9.6:8776/v2/da1aa3dc9e564d3d922e61c0121a390e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc16fa4cf491444ca2f611d5692c1170"}, {"url": "http://192.30.9.6:8776/v2/da1aa3dc9e564d3d922e61c0121a390e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ccd2c5325dff4b90b391db9fdde67d99"}], "type": "volumev2", "id": "d09ac9123c34494abce21d6c27bee9d9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eac694332354a3aa0e61c31314166d7"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b4d4989c4e764717ab78d38675cadd3f"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff196e46b56d406d87a678f1a64497b0"}], "type": "compute", "id": "d4030ee932c84df58c5b910cc197caa7", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_95790658-ea1a-473f-b71a-0aa15c3467f2", "id": "6cb53a06110b45a6a2f21cb265048110"}, "audit_ids": ["vvPvyyjvQgm8ns-IQg42AA"], "issued_at": "2018-09-04T10:25:38.000000Z"}} 2018-09-04 10:25:38,979 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28: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}6b1e5bf818f36e608cb617f95a1c28888b908495" 2018-09-04 10:25:39,067 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:25:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0e15b40a-b0b3-460d-982f-d40b6e00dcad 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.28:5000/v3/", "rel": "self"}]}} 2018-09-04 10:25:39,068 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-0e15b40a-b0b3-460d-982f-d40b6e00dcad 2018-09-04 10:25:39,074 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=NeutronUtilsRouterTests-ee5b88f2-0f27-4471-a018-7ac51d870a12-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d094ae85d9b184727ca6baf46e80244c0df62703" 2018-09-04 10:25:39,166 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-cb155e56-415f-45df-baea-080a4c8d793c Date: Tue, 04 Sep 2018 10:25:39 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"6418fd9a-f642-4d16-8ed1-7afff879967a","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"da1aa3dc9e564d3d922e61c0121a390e","status":"ACTIVE","subnets":["01635f61-0d9c-4fd1-87a7-40e2b2a83b3c"],"description":"","tags":[],"updated_at":"2018-09-04T10:25:37Z","provider:segmentation_id":92,"name":"NeutronUtilsRouterTests-ee5b88f2-0f27-4471-a018-7ac51d870a12-pub-net","admin_state_up":true,"tenant_id":"da1aa3dc9e564d3d922e61c0121a390e","created_at":"2018-09-04T10:25:36Z","provider:network_type":"vxlan"}]} 2018-09-04 10:25:39,167 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=NeutronUtilsRouterTests-ee5b88f2-0f27-4471-a018-7ac51d870a12-pub-net used request id req-cb155e56-415f-45df-baea-080a4c8d793c 2018-09-04 10:25:39,172 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=6418fd9a-f642-4d16-8ed1-7afff879967a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d094ae85d9b184727ca6baf46e80244c0df62703" 2018-09-04 10:25:39,377 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-ba1fb2ba-c8a4-4f71-9532-6e45013bc7f8 Date: Tue, 04 Sep 2018 10:25:39 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"6418fd9a-f642-4d16-8ed1-7afff879967a","tenant_id":"da1aa3dc9e564d3d922e61c0121a390e","created_at":"2018-09-04T10:25:37Z","dns_nameservers":[],"updated_at":"2018-09-04T10:25:37Z","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":"da1aa3dc9e564d3d922e61c0121a390e","id":"01635f61-0d9c-4fd1-87a7-40e2b2a83b3c","subnetpool_id":null,"name":"NeutronUtilsRouterTests-ee5b88f2-0f27-4471-a018-7ac51d870a12-pub-subnet"}]} 2018-09-04 10:25:39,377 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=6418fd9a-f642-4d16-8ed1-7afff879967a used request id req-ba1fb2ba-c8a4-4f71-9532-6e45013bc7f8 2018-09-04 10:25:39,383 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=NeutronUtilsRouterTests-ee5b88f2-0f27-4471-a018-7ac51d870a12-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d094ae85d9b184727ca6baf46e80244c0df62703" 2018-09-04 10:25:39,481 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-30dd7322-e4d4-499d-9f93-04b67c186471 Date: Tue, 04 Sep 2018 10:25:39 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"6418fd9a-f642-4d16-8ed1-7afff879967a","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"da1aa3dc9e564d3d922e61c0121a390e","status":"ACTIVE","subnets":["01635f61-0d9c-4fd1-87a7-40e2b2a83b3c"],"description":"","tags":[],"updated_at":"2018-09-04T10:25:37Z","provider:segmentation_id":92,"name":"NeutronUtilsRouterTests-ee5b88f2-0f27-4471-a018-7ac51d870a12-pub-net","admin_state_up":true,"tenant_id":"da1aa3dc9e564d3d922e61c0121a390e","created_at":"2018-09-04T10:25:36Z","provider:network_type":"vxlan"}]} 2018-09-04 10:25:39,481 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=NeutronUtilsRouterTests-ee5b88f2-0f27-4471-a018-7ac51d870a12-pub-net used request id req-30dd7322-e4d4-499d-9f93-04b67c186471 2018-09-04 10:25:39,485 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-04 10:25:39,490 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 04 Sep 2018 10:25:39 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.28: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.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-04 10:25:39,491 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/da1aa3dc9e564d3d922e61c0121a390e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6b1e5bf818f36e608cb617f95a1c28888b908495" 2018-09-04 10:25:39,603 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:25:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2cd28c62-3566-4853-bfc3-69090b896b21 Content-Encoding: gzip Content-Length: 245 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.28:5000/v3/projects/da1aa3dc9e564d3d922e61c0121a390e"}, "enabled": true, "id": "da1aa3dc9e564d3d922e61c0121a390e", "parent_id": "default", "domain_id": "default", "name": "api_check-project_95790658-ea1a-473f-b71a-0aa15c3467f2"}} 2018-09-04 10:25:39,603 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/da1aa3dc9e564d3d922e61c0121a390e used request id req-2cd28c62-3566-4853-bfc3-69090b896b21 2018-09-04 10:25:39,608 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=6418fd9a-f642-4d16-8ed1-7afff879967a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d094ae85d9b184727ca6baf46e80244c0df62703" 2018-09-04 10:25:39,799 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-718d1ae1-bbbf-4a8e-a71c-0a6dfc07349b Date: Tue, 04 Sep 2018 10:25:39 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"6418fd9a-f642-4d16-8ed1-7afff879967a","tenant_id":"da1aa3dc9e564d3d922e61c0121a390e","created_at":"2018-09-04T10:25:37Z","dns_nameservers":[],"updated_at":"2018-09-04T10:25:37Z","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":"da1aa3dc9e564d3d922e61c0121a390e","id":"01635f61-0d9c-4fd1-87a7-40e2b2a83b3c","subnetpool_id":null,"name":"NeutronUtilsRouterTests-ee5b88f2-0f27-4471-a018-7ac51d870a12-pub-subnet"}]} 2018-09-04 10:25:39,800 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=6418fd9a-f642-4d16-8ed1-7afff879967a used request id req-718d1ae1-bbbf-4a8e-a71c-0a6dfc07349b 2018-09-04 10:25:39,805 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=6418fd9a-f642-4d16-8ed1-7afff879967a&name=NeutronUtilsRouterTests-ee5b88f2-0f27-4471-a018-7ac51d870a12-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d094ae85d9b184727ca6baf46e80244c0df62703" 2018-09-04 10:25:39,998 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-481cf84b-7f17-43d3-9e73-3dd9268d9a38 Date: Tue, 04 Sep 2018 10:25:40 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"6418fd9a-f642-4d16-8ed1-7afff879967a","tenant_id":"da1aa3dc9e564d3d922e61c0121a390e","created_at":"2018-09-04T10:25:37Z","dns_nameservers":[],"updated_at":"2018-09-04T10:25:37Z","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":"da1aa3dc9e564d3d922e61c0121a390e","id":"01635f61-0d9c-4fd1-87a7-40e2b2a83b3c","subnetpool_id":null,"name":"NeutronUtilsRouterTests-ee5b88f2-0f27-4471-a018-7ac51d870a12-pub-subnet"}]} 2018-09-04 10:25:39,998 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=6418fd9a-f642-4d16-8ed1-7afff879967a&name=NeutronUtilsRouterTests-ee5b88f2-0f27-4471-a018-7ac51d870a12-pub-subnet used request id req-481cf84b-7f17-43d3-9e73-3dd9268d9a38 2018-09-04 10:25:39,999 - neutron_utils - INFO - Creating port for network with name - NeutronUtilsRouterTests-ee5b88f2-0f27-4471-a018-7ac51d870a12-pub-net 2018-09-04 10:25:40,005 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d094ae85d9b184727ca6baf46e80244c0df62703" -d '{"port": {"network_id": "6418fd9a-f642-4d16-8ed1-7afff879967a", "fixed_ips": [{"subnet_id": "01635f61-0d9c-4fd1-87a7-40e2b2a83b3c", "ip_address": null}], "name": "NeutronUtilsRouterTests-ee5b88f2-0f27-4471-a018-7ac51d870a12-port", "admin_state_up": true}}' 2018-09-04 10:25:40,172 - keystoneauth.session - DEBUG - RESP: [400] Content-Length: 143 Content-Type: application/json X-Openstack-Request-Id: req-84f93d38-17aa-4e1a-8e10-da439df6682b Date: Tue, 04 Sep 2018 10:25:40 GMT RESP BODY: {"NeutronError": {"message": "Invalid input for fixed_ips. Reason: 'None' is not a valid IP address.", "type": "HTTPBadRequest", "detail": ""}} 2018-09-04 10:25:40,172 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/ports used request id req-84f93d38-17aa-4e1a-8e10-da439df6682b 2018-09-04 10:25:40,172 - 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-09-04 10:25:40,173 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-ee5b88f2-0f27-4471-a018-7ac51d870a12-pub-subnet 2018-09-04 10:25:40,173 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-ee5b88f2-0f27-4471-a018-7ac51d870a12-pub-subnet 2018-09-04 10:25:40,177 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/subnets/01635f61-0d9c-4fd1-87a7-40e2b2a83b3c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d094ae85d9b184727ca6baf46e80244c0df62703" 2018-09-04 10:25:42,297 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-b061124b-75bf-449a-aea8-0593b5959fe6 Date: Tue, 04 Sep 2018 10:25:42 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-04 10:25:42,298 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/subnets/01635f61-0d9c-4fd1-87a7-40e2b2a83b3c used request id req-b061124b-75bf-449a-aea8-0593b5959fe6 2018-09-04 10:25:42,298 - neutron_utils - INFO - Deleting network with name NeutronUtilsRouterTests-ee5b88f2-0f27-4471-a018-7ac51d870a12-pub-net 2018-09-04 10:25:42,303 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/networks/6418fd9a-f642-4d16-8ed1-7afff879967a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d094ae85d9b184727ca6baf46e80244c0df62703" 2018-09-04 10:25:43,740 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-269bf1b7-502d-4b94-96c0-6f73ab52d2a8 Date: Tue, 04 Sep 2018 10:25:43 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-04 10:25:43,740 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/networks/6418fd9a-f642-4d16-8ed1-7afff879967a used request id req-269bf1b7-502d-4b94-96c0-6f73ab52d2a8 2018-09-04 10:25:43,742 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-09-04 10:25:44,131 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5ef645ad12fc453aa5d8a0c2cbf76196", "name": "heat_stack_owner"}, {"id": "9a944a8c31754b8f941d2fa9034d4301", "name": "Member"}, {"id": "3d416247e8224533841040c3ad2bce5a", "name": "admin"}], "expires_at": "2018-09-04T11:25:44.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "da1aa3dc9e564d3d922e61c0121a390e", "name": "api_check-project_95790658-ea1a-473f-b71a-0aa15c3467f2"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235635a698ef4bef9dc6b25273d185da"}, {"url": "http://192.30.9.6:8776/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "23b07b3fbfc340a58cf0f9b2871a0d23"}, {"url": "http://172.30.9.28:8776/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "72fd0aaa144d45419f4b04b6b26f69a7"}], "type": "volume", "id": "097241c25b4d4f7e91b3f8efa155909e", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v3/da1aa3dc9e564d3d922e61c0121a390e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93eb4cf3030a49e7840bec071422d397"}, {"url": "http://192.30.9.6:8776/v3/da1aa3dc9e564d3d922e61c0121a390e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8af439a6ac147fdbcb38ed9aa916b68"}, {"url": "http://192.30.9.6:8776/v3/da1aa3dc9e564d3d922e61c0121a390e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c4bfdbc9b7c74a23a40afdf578cfeba4"}], "type": "volumev3", "id": "1c85f4682ce44f729db1dabd98e965e8", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "82239574a29d4603a2161006f61851cf"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8d15f7134f364a7bbcfff2f84aac3bf2"}, {"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e01668c43a0c4c279b9a3d20a0280d6c"}], "type": "image", "id": "297d8415ca96454991054983920912f7", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7bb4d60e20734d4a9f31ec75e02cb823"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bf6adec15590466a9a0d3bddb00e8993"}, {"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f096f03a1d12411a8972f6f7c196b60d"}], "type": "policy", "id": "54c64351b56d44bbad74c2969cc3aa00", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "354ae6870a324fab82d0a0fb68ee0f26"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a3807e460dd4af488d982b66c52e64c"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e7c3da785076450abd71868e75ce0c33"}], "type": "cloudformation", "id": "6ac9917ae83c4639a15a4ab3cf0e76dd", "name": "heat-cfn"}, {"endpoints": [], "type": "metering", "id": "7fcc078e5e0645f29df67742ac14e388", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49e71628d386464cb950d6a9db00a328"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75b0a63ed8574bbcab1c851cc9b83d30"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9902b0a8b3c04cd192a1b84c417c232b"}], "type": "key-manager", "id": "9626544a32e74678a641c6e206f028a9", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "497340e5aa36485982fdf297f370558f"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7802beb4fc7c4952897b77bd5610b1fe"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c14af798917f4fa0b146d9772583e595"}], "type": "metric", "id": "973bfe8c658d4e5a8da725e76b9d550e", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "288ecc3674ea41d2aa3b790dcb832bf2"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7a6dc785cd7142f5b30f1a7ba0daeb03"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7f7d34e2351b4964befccc862c4e8e12"}], "type": "network", "id": "a348d7b06050474fb449be7f32ea6f5d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "21bce6ecb8464a1f8f3e3847aa698bd6"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0a8faf2246b47deb30e69e48d3551fb"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e71c6011de3d4d8589e5b53dcc79f288"}], "type": "identity", "id": "ad8d4b4953184137a1b913ecee9434ed", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "13474f9a78ca4f1184e4cddc84d0d98c"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad67365a18234bb78c336e6776958c00"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc54db13337f44f8921fbb9ad0f81de8"}], "type": "alarming", "id": "bb18dc3243034f08a6a7f69f7a1edccf", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0d91d7adf0304b2681c77f979e5cdb17"}, {"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "756e5ffca9774ab3ae2db41bf330417f"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c07c727a08c243b287827f539a124e63"}], "type": "placement", "id": "bb2c9432fcbd4c56913177122468f6ba", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1eed4912224b48cf9856446eae4d9928"}, {"url": "http://192.30.9.6:8004/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b73b7f99236541148d84f24f09e5dd40"}, {"url": "http://192.30.9.6:8004/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fbf12e52911244fdafc24a9d46f56e62"}], "type": "orchestration", "id": "c8918d139da945ba93df4ccce21d4904", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/da1aa3dc9e564d3d922e61c0121a390e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16bf098b9e2e490f8e47fa601059f975"}, {"url": "http://192.30.9.6:8776/v2/da1aa3dc9e564d3d922e61c0121a390e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc16fa4cf491444ca2f611d5692c1170"}, {"url": "http://192.30.9.6:8776/v2/da1aa3dc9e564d3d922e61c0121a390e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ccd2c5325dff4b90b391db9fdde67d99"}], "type": "volumev2", "id": "d09ac9123c34494abce21d6c27bee9d9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eac694332354a3aa0e61c31314166d7"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b4d4989c4e764717ab78d38675cadd3f"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff196e46b56d406d87a678f1a64497b0"}], "type": "compute", "id": "d4030ee932c84df58c5b910cc197caa7", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_95790658-ea1a-473f-b71a-0aa15c3467f2", "id": "6cb53a06110b45a6a2f21cb265048110"}, "audit_ids": ["Vl6gpodMSLO2XqCha7ZZ0g"], "issued_at": "2018-09-04T10:25:44.000000Z"}} 2018-09-04 10:25:44,132 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28: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}353575964c8189330352258ac99fea255885cced" 2018-09-04 10:25:44,222 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:25:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c466a565-adc9-4af9-9049-2e16eeeeb298 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.28:5000/v3/", "rel": "self"}]}} 2018-09-04 10:25:44,222 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-c466a565-adc9-4af9-9049-2e16eeeeb298 2018-09-04 10:25:44,224 - neutron_utils - INFO - Creating network with name NeutronUtilsRouterTests-55c05fbd-ee2f-4763-aa88-76cf098050d4-pub-net 2018-09-04 10:25:44,229 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}353575964c8189330352258ac99fea255885cced" -d '{"network": {"name": "NeutronUtilsRouterTests-55c05fbd-ee2f-4763-aa88-76cf098050d4-pub-net", "admin_state_up": true}}' 2018-09-04 10:25:44,652 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 700 X-Openstack-Request-Id: req-9097df09-e298-461b-830d-14d0109c0f9b Date: Tue, 04 Sep 2018 10:25: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":"0964b582-0cc8-4637-be8a-0f6bb8cd2f5e","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"da1aa3dc9e564d3d922e61c0121a390e","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-09-04T10:25:44Z","is_default":false,"provider:segmentation_id":32,"name":"NeutronUtilsRouterTests-55c05fbd-ee2f-4763-aa88-76cf098050d4-pub-net","admin_state_up":true,"tenant_id":"da1aa3dc9e564d3d922e61c0121a390e","created_at":"2018-09-04T10:25:44Z","mtu":1450}} 2018-09-04 10:25:44,652 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/networks used request id req-9097df09-e298-461b-830d-14d0109c0f9b 2018-09-04 10:25:44,659 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?id=0964b582-0cc8-4637-be8a-0f6bb8cd2f5e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}353575964c8189330352258ac99fea255885cced" 2018-09-04 10:25:44,879 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-d3979bdb-3567-4ffd-9ed7-b4dea0d0d0b6 Date: Tue, 04 Sep 2018 10:25:44 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"0964b582-0cc8-4637-be8a-0f6bb8cd2f5e","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"da1aa3dc9e564d3d922e61c0121a390e","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-09-04T10:25:44Z","provider:segmentation_id":32,"name":"NeutronUtilsRouterTests-55c05fbd-ee2f-4763-aa88-76cf098050d4-pub-net","admin_state_up":true,"tenant_id":"da1aa3dc9e564d3d922e61c0121a390e","created_at":"2018-09-04T10:25:44Z","provider:network_type":"vxlan"}]} 2018-09-04 10:25:44,879 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?id=0964b582-0cc8-4637-be8a-0f6bb8cd2f5e used request id req-d3979bdb-3567-4ffd-9ed7-b4dea0d0d0b6 2018-09-04 10:25:44,885 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=0964b582-0cc8-4637-be8a-0f6bb8cd2f5e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}353575964c8189330352258ac99fea255885cced" 2018-09-04 10:25:45,076 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-f9119f07-f7bb-4418-837a-036b642bf81d Date: Tue, 04 Sep 2018 10:25:45 GMT RESP BODY: {"subnets":[]} 2018-09-04 10:25:45,076 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=0964b582-0cc8-4637-be8a-0f6bb8cd2f5e used request id req-f9119f07-f7bb-4418-837a-036b642bf81d 2018-09-04 10:25:45,076 - neutron_utils - INFO - Creating subnet with name NeutronUtilsRouterTests-55c05fbd-ee2f-4763-aa88-76cf098050d4-pub-subnet 2018-09-04 10:25:45,082 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}353575964c8189330352258ac99fea255885cced" -d '{"subnets": [{"ip_version": 4, "network_id": "0964b582-0cc8-4637-be8a-0f6bb8cd2f5e", "cidr": "10.55.1.0/24", "name": "NeutronUtilsRouterTests-55c05fbd-ee2f-4763-aa88-76cf098050d4-pub-subnet"}]}' 2018-09-04 10:25:45,800 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-9415a4d5-e112-465a-a911-c6464e20c84a Date: Tue, 04 Sep 2018 10:25:45 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"0964b582-0cc8-4637-be8a-0f6bb8cd2f5e","tenant_id":"da1aa3dc9e564d3d922e61c0121a390e","created_at":"2018-09-04T10:25:45Z","dns_nameservers":[],"updated_at":"2018-09-04T10:25: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":"da1aa3dc9e564d3d922e61c0121a390e","id":"de7b8a00-593f-4820-a767-fc47fe4e635f","subnetpool_id":null,"name":"NeutronUtilsRouterTests-55c05fbd-ee2f-4763-aa88-76cf098050d4-pub-subnet"}]} 2018-09-04 10:25:45,800 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/subnets used request id req-9415a4d5-e112-465a-a911-c6464e20c84a 2018-09-04 10:25:45,806 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?id=0964b582-0cc8-4637-be8a-0f6bb8cd2f5e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}353575964c8189330352258ac99fea255885cced" 2018-09-04 10:25:46,038 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-6025376e-50c7-4c8e-bca0-935e0234f22e Date: Tue, 04 Sep 2018 10:25:46 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"0964b582-0cc8-4637-be8a-0f6bb8cd2f5e","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"da1aa3dc9e564d3d922e61c0121a390e","status":"ACTIVE","subnets":["de7b8a00-593f-4820-a767-fc47fe4e635f"],"description":"","tags":[],"updated_at":"2018-09-04T10:25:45Z","provider:segmentation_id":32,"name":"NeutronUtilsRouterTests-55c05fbd-ee2f-4763-aa88-76cf098050d4-pub-net","admin_state_up":true,"tenant_id":"da1aa3dc9e564d3d922e61c0121a390e","created_at":"2018-09-04T10:25:44Z","provider:network_type":"vxlan"}]} 2018-09-04 10:25:46,038 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?id=0964b582-0cc8-4637-be8a-0f6bb8cd2f5e used request id req-6025376e-50c7-4c8e-bca0-935e0234f22e 2018-09-04 10:25:46,043 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=0964b582-0cc8-4637-be8a-0f6bb8cd2f5e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}353575964c8189330352258ac99fea255885cced" 2018-09-04 10:25:46,248 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-2377b1d9-d110-4db0-8301-ce6df0bb3cd3 Date: Tue, 04 Sep 2018 10:25:46 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"0964b582-0cc8-4637-be8a-0f6bb8cd2f5e","tenant_id":"da1aa3dc9e564d3d922e61c0121a390e","created_at":"2018-09-04T10:25:45Z","dns_nameservers":[],"updated_at":"2018-09-04T10:25: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":"da1aa3dc9e564d3d922e61c0121a390e","id":"de7b8a00-593f-4820-a767-fc47fe4e635f","subnetpool_id":null,"name":"NeutronUtilsRouterTests-55c05fbd-ee2f-4763-aa88-76cf098050d4-pub-subnet"}]} 2018-09-04 10:25:46,249 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=0964b582-0cc8-4637-be8a-0f6bb8cd2f5e used request id req-2377b1d9-d110-4db0-8301-ce6df0bb3cd3 2018-09-04 10:25:46,254 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=NeutronUtilsRouterTests-55c05fbd-ee2f-4763-aa88-76cf098050d4-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}353575964c8189330352258ac99fea255885cced" 2018-09-04 10:25:46,704 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-1301172e-628a-4cab-a228-ac2a708da124 Date: Tue, 04 Sep 2018 10:25:46 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"0964b582-0cc8-4637-be8a-0f6bb8cd2f5e","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"da1aa3dc9e564d3d922e61c0121a390e","status":"ACTIVE","subnets":["de7b8a00-593f-4820-a767-fc47fe4e635f"],"description":"","tags":[],"updated_at":"2018-09-04T10:25:45Z","provider:segmentation_id":32,"name":"NeutronUtilsRouterTests-55c05fbd-ee2f-4763-aa88-76cf098050d4-pub-net","admin_state_up":true,"tenant_id":"da1aa3dc9e564d3d922e61c0121a390e","created_at":"2018-09-04T10:25:44Z","provider:network_type":"vxlan"}]} 2018-09-04 10:25:46,705 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=NeutronUtilsRouterTests-55c05fbd-ee2f-4763-aa88-76cf098050d4-pub-net used request id req-1301172e-628a-4cab-a228-ac2a708da124 2018-09-04 10:25:46,708 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-04 10:25:46,713 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 04 Sep 2018 10:25:46 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.28: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.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-04 10:25:46,714 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/da1aa3dc9e564d3d922e61c0121a390e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}353575964c8189330352258ac99fea255885cced" 2018-09-04 10:25:46,810 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:25:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d8c96800-d58f-4ee6-a481-c4ff9fd60170 Content-Encoding: gzip Content-Length: 245 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.28:5000/v3/projects/da1aa3dc9e564d3d922e61c0121a390e"}, "enabled": true, "id": "da1aa3dc9e564d3d922e61c0121a390e", "parent_id": "default", "domain_id": "default", "name": "api_check-project_95790658-ea1a-473f-b71a-0aa15c3467f2"}} 2018-09-04 10:25:46,810 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/da1aa3dc9e564d3d922e61c0121a390e used request id req-d8c96800-d58f-4ee6-a481-c4ff9fd60170 2018-09-04 10:25:46,815 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=0964b582-0cc8-4637-be8a-0f6bb8cd2f5e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}353575964c8189330352258ac99fea255885cced" 2018-09-04 10:25:47,039 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-81b8cc6c-7444-4cc3-81c9-8a00880b433d Date: Tue, 04 Sep 2018 10:25:47 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"0964b582-0cc8-4637-be8a-0f6bb8cd2f5e","tenant_id":"da1aa3dc9e564d3d922e61c0121a390e","created_at":"2018-09-04T10:25:45Z","dns_nameservers":[],"updated_at":"2018-09-04T10:25: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":"da1aa3dc9e564d3d922e61c0121a390e","id":"de7b8a00-593f-4820-a767-fc47fe4e635f","subnetpool_id":null,"name":"NeutronUtilsRouterTests-55c05fbd-ee2f-4763-aa88-76cf098050d4-pub-subnet"}]} 2018-09-04 10:25:47,040 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=0964b582-0cc8-4637-be8a-0f6bb8cd2f5e used request id req-81b8cc6c-7444-4cc3-81c9-8a00880b433d 2018-09-04 10:25:47,045 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=0964b582-0cc8-4637-be8a-0f6bb8cd2f5e&name=NeutronUtilsRouterTests-55c05fbd-ee2f-4763-aa88-76cf098050d4-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}353575964c8189330352258ac99fea255885cced" 2018-09-04 10:25:47,248 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-4111e132-472f-4d46-8fd8-b17eb5c1630e Date: Tue, 04 Sep 2018 10:25:47 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"0964b582-0cc8-4637-be8a-0f6bb8cd2f5e","tenant_id":"da1aa3dc9e564d3d922e61c0121a390e","created_at":"2018-09-04T10:25:45Z","dns_nameservers":[],"updated_at":"2018-09-04T10:25: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":"da1aa3dc9e564d3d922e61c0121a390e","id":"de7b8a00-593f-4820-a767-fc47fe4e635f","subnetpool_id":null,"name":"NeutronUtilsRouterTests-55c05fbd-ee2f-4763-aa88-76cf098050d4-pub-subnet"}]} 2018-09-04 10:25:47,248 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=0964b582-0cc8-4637-be8a-0f6bb8cd2f5e&name=NeutronUtilsRouterTests-55c05fbd-ee2f-4763-aa88-76cf098050d4-pub-subnet used request id req-4111e132-472f-4d46-8fd8-b17eb5c1630e 2018-09-04 10:25:47,249 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 10:25:47,250 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-09-04 10:25:47,630 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5ef645ad12fc453aa5d8a0c2cbf76196", "name": "heat_stack_owner"}, {"id": "9a944a8c31754b8f941d2fa9034d4301", "name": "Member"}, {"id": "3d416247e8224533841040c3ad2bce5a", "name": "admin"}], "expires_at": "2018-09-04T11:25:47.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "da1aa3dc9e564d3d922e61c0121a390e", "name": "api_check-project_95790658-ea1a-473f-b71a-0aa15c3467f2"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235635a698ef4bef9dc6b25273d185da"}, {"url": "http://192.30.9.6:8776/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "23b07b3fbfc340a58cf0f9b2871a0d23"}, {"url": "http://172.30.9.28:8776/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "72fd0aaa144d45419f4b04b6b26f69a7"}], "type": "volume", "id": "097241c25b4d4f7e91b3f8efa155909e", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v3/da1aa3dc9e564d3d922e61c0121a390e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93eb4cf3030a49e7840bec071422d397"}, {"url": "http://192.30.9.6:8776/v3/da1aa3dc9e564d3d922e61c0121a390e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8af439a6ac147fdbcb38ed9aa916b68"}, {"url": "http://192.30.9.6:8776/v3/da1aa3dc9e564d3d922e61c0121a390e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c4bfdbc9b7c74a23a40afdf578cfeba4"}], "type": "volumev3", "id": "1c85f4682ce44f729db1dabd98e965e8", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "82239574a29d4603a2161006f61851cf"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8d15f7134f364a7bbcfff2f84aac3bf2"}, {"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e01668c43a0c4c279b9a3d20a0280d6c"}], "type": "image", "id": "297d8415ca96454991054983920912f7", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7bb4d60e20734d4a9f31ec75e02cb823"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bf6adec15590466a9a0d3bddb00e8993"}, {"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f096f03a1d12411a8972f6f7c196b60d"}], "type": "policy", "id": "54c64351b56d44bbad74c2969cc3aa00", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "354ae6870a324fab82d0a0fb68ee0f26"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a3807e460dd4af488d982b66c52e64c"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e7c3da785076450abd71868e75ce0c33"}], "type": "cloudformation", "id": "6ac9917ae83c4639a15a4ab3cf0e76dd", "name": "heat-cfn"}, {"endpoints": [], "type": "metering", "id": "7fcc078e5e0645f29df67742ac14e388", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49e71628d386464cb950d6a9db00a328"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75b0a63ed8574bbcab1c851cc9b83d30"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9902b0a8b3c04cd192a1b84c417c232b"}], "type": "key-manager", "id": "9626544a32e74678a641c6e206f028a9", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "497340e5aa36485982fdf297f370558f"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7802beb4fc7c4952897b77bd5610b1fe"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c14af798917f4fa0b146d9772583e595"}], "type": "metric", "id": "973bfe8c658d4e5a8da725e76b9d550e", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "288ecc3674ea41d2aa3b790dcb832bf2"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7a6dc785cd7142f5b30f1a7ba0daeb03"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7f7d34e2351b4964befccc862c4e8e12"}], "type": "network", "id": "a348d7b06050474fb449be7f32ea6f5d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "21bce6ecb8464a1f8f3e3847aa698bd6"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0a8faf2246b47deb30e69e48d3551fb"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e71c6011de3d4d8589e5b53dcc79f288"}], "type": "identity", "id": "ad8d4b4953184137a1b913ecee9434ed", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "13474f9a78ca4f1184e4cddc84d0d98c"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad67365a18234bb78c336e6776958c00"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc54db13337f44f8921fbb9ad0f81de8"}], "type": "alarming", "id": "bb18dc3243034f08a6a7f69f7a1edccf", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0d91d7adf0304b2681c77f979e5cdb17"}, {"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "756e5ffca9774ab3ae2db41bf330417f"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c07c727a08c243b287827f539a124e63"}], "type": "placement", "id": "bb2c9432fcbd4c56913177122468f6ba", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1eed4912224b48cf9856446eae4d9928"}, {"url": "http://192.30.9.6:8004/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b73b7f99236541148d84f24f09e5dd40"}, {"url": "http://192.30.9.6:8004/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fbf12e52911244fdafc24a9d46f56e62"}], "type": "orchestration", "id": "c8918d139da945ba93df4ccce21d4904", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/da1aa3dc9e564d3d922e61c0121a390e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16bf098b9e2e490f8e47fa601059f975"}, {"url": "http://192.30.9.6:8776/v2/da1aa3dc9e564d3d922e61c0121a390e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc16fa4cf491444ca2f611d5692c1170"}, {"url": "http://192.30.9.6:8776/v2/da1aa3dc9e564d3d922e61c0121a390e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ccd2c5325dff4b90b391db9fdde67d99"}], "type": "volumev2", "id": "d09ac9123c34494abce21d6c27bee9d9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eac694332354a3aa0e61c31314166d7"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b4d4989c4e764717ab78d38675cadd3f"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff196e46b56d406d87a678f1a64497b0"}], "type": "compute", "id": "d4030ee932c84df58c5b910cc197caa7", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_95790658-ea1a-473f-b71a-0aa15c3467f2", "id": "6cb53a06110b45a6a2f21cb265048110"}, "audit_ids": ["qkMPy7bLQGKZJnN8fb7HOg"], "issued_at": "2018-09-04T10:25:47.000000Z"}} 2018-09-04 10:25:47,631 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28: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}52aac5f1bb0e69e5e9b63ec071619e03ad975ffa" 2018-09-04 10:25:47,707 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:25:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-07e07631-8c32-4e4b-9dd1-cba17fb75a8b 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.28:5000/v3/", "rel": "self"}]}} 2018-09-04 10:25:47,707 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-07e07631-8c32-4e4b-9dd1-cba17fb75a8b 2018-09-04 10:25:47,713 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=NeutronUtilsRouterTests-55c05fbd-ee2f-4763-aa88-76cf098050d4-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}353575964c8189330352258ac99fea255885cced" 2018-09-04 10:25:47,983 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-7e0a1419-2b73-46dc-8265-88ebd5dead44 Date: Tue, 04 Sep 2018 10:25:47 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"0964b582-0cc8-4637-be8a-0f6bb8cd2f5e","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"da1aa3dc9e564d3d922e61c0121a390e","status":"ACTIVE","subnets":["de7b8a00-593f-4820-a767-fc47fe4e635f"],"description":"","tags":[],"updated_at":"2018-09-04T10:25:45Z","provider:segmentation_id":32,"name":"NeutronUtilsRouterTests-55c05fbd-ee2f-4763-aa88-76cf098050d4-pub-net","admin_state_up":true,"tenant_id":"da1aa3dc9e564d3d922e61c0121a390e","created_at":"2018-09-04T10:25:44Z","provider:network_type":"vxlan"}]} 2018-09-04 10:25:47,983 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=NeutronUtilsRouterTests-55c05fbd-ee2f-4763-aa88-76cf098050d4-pub-net used request id req-7e0a1419-2b73-46dc-8265-88ebd5dead44 2018-09-04 10:25:47,989 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=0964b582-0cc8-4637-be8a-0f6bb8cd2f5e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}353575964c8189330352258ac99fea255885cced" 2018-09-04 10:25:48,039 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-a3eb8a8f-7a3d-46b8-9d36-92fdfa8aba04 Date: Tue, 04 Sep 2018 10:25:48 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"0964b582-0cc8-4637-be8a-0f6bb8cd2f5e","tenant_id":"da1aa3dc9e564d3d922e61c0121a390e","created_at":"2018-09-04T10:25:45Z","dns_nameservers":[],"updated_at":"2018-09-04T10:25: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":"da1aa3dc9e564d3d922e61c0121a390e","id":"de7b8a00-593f-4820-a767-fc47fe4e635f","subnetpool_id":null,"name":"NeutronUtilsRouterTests-55c05fbd-ee2f-4763-aa88-76cf098050d4-pub-subnet"}]} 2018-09-04 10:25:48,039 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=0964b582-0cc8-4637-be8a-0f6bb8cd2f5e used request id req-a3eb8a8f-7a3d-46b8-9d36-92fdfa8aba04 2018-09-04 10:25:48,044 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=NeutronUtilsRouterTests-55c05fbd-ee2f-4763-aa88-76cf098050d4-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}353575964c8189330352258ac99fea255885cced" 2018-09-04 10:25:48,294 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-a2ff9065-7e4d-44ff-b88d-667056950cb9 Date: Tue, 04 Sep 2018 10:25:48 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"0964b582-0cc8-4637-be8a-0f6bb8cd2f5e","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"da1aa3dc9e564d3d922e61c0121a390e","status":"ACTIVE","subnets":["de7b8a00-593f-4820-a767-fc47fe4e635f"],"description":"","tags":[],"updated_at":"2018-09-04T10:25:45Z","provider:segmentation_id":32,"name":"NeutronUtilsRouterTests-55c05fbd-ee2f-4763-aa88-76cf098050d4-pub-net","admin_state_up":true,"tenant_id":"da1aa3dc9e564d3d922e61c0121a390e","created_at":"2018-09-04T10:25:44Z","provider:network_type":"vxlan"}]} 2018-09-04 10:25:48,294 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=NeutronUtilsRouterTests-55c05fbd-ee2f-4763-aa88-76cf098050d4-pub-net used request id req-a2ff9065-7e4d-44ff-b88d-667056950cb9 2018-09-04 10:25:48,298 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-04 10:25:48,302 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 04 Sep 2018 10:25:48 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.28: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.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-04 10:25:48,303 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/da1aa3dc9e564d3d922e61c0121a390e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}52aac5f1bb0e69e5e9b63ec071619e03ad975ffa" 2018-09-04 10:25:48,388 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:25:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f8329a38-2bba-410a-ae3d-2fb6e6ea761f Content-Encoding: gzip Content-Length: 245 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.28:5000/v3/projects/da1aa3dc9e564d3d922e61c0121a390e"}, "enabled": true, "id": "da1aa3dc9e564d3d922e61c0121a390e", "parent_id": "default", "domain_id": "default", "name": "api_check-project_95790658-ea1a-473f-b71a-0aa15c3467f2"}} 2018-09-04 10:25:48,389 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/da1aa3dc9e564d3d922e61c0121a390e used request id req-f8329a38-2bba-410a-ae3d-2fb6e6ea761f 2018-09-04 10:25:48,394 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=0964b582-0cc8-4637-be8a-0f6bb8cd2f5e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}353575964c8189330352258ac99fea255885cced" 2018-09-04 10:25:48,600 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-b4a0af90-cfd7-4894-b902-3065ff525c5b Date: Tue, 04 Sep 2018 10:25:48 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"0964b582-0cc8-4637-be8a-0f6bb8cd2f5e","tenant_id":"da1aa3dc9e564d3d922e61c0121a390e","created_at":"2018-09-04T10:25:45Z","dns_nameservers":[],"updated_at":"2018-09-04T10:25: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":"da1aa3dc9e564d3d922e61c0121a390e","id":"de7b8a00-593f-4820-a767-fc47fe4e635f","subnetpool_id":null,"name":"NeutronUtilsRouterTests-55c05fbd-ee2f-4763-aa88-76cf098050d4-pub-subnet"}]} 2018-09-04 10:25:48,600 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=0964b582-0cc8-4637-be8a-0f6bb8cd2f5e used request id req-b4a0af90-cfd7-4894-b902-3065ff525c5b 2018-09-04 10:25:48,606 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=0964b582-0cc8-4637-be8a-0f6bb8cd2f5e&name=NeutronUtilsRouterTests-55c05fbd-ee2f-4763-aa88-76cf098050d4-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}353575964c8189330352258ac99fea255885cced" 2018-09-04 10:25:48,812 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-623b40d9-e436-4059-bea6-d1fd8af916a6 Date: Tue, 04 Sep 2018 10:25:48 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"0964b582-0cc8-4637-be8a-0f6bb8cd2f5e","tenant_id":"da1aa3dc9e564d3d922e61c0121a390e","created_at":"2018-09-04T10:25:45Z","dns_nameservers":[],"updated_at":"2018-09-04T10:25: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":"da1aa3dc9e564d3d922e61c0121a390e","id":"de7b8a00-593f-4820-a767-fc47fe4e635f","subnetpool_id":null,"name":"NeutronUtilsRouterTests-55c05fbd-ee2f-4763-aa88-76cf098050d4-pub-subnet"}]} 2018-09-04 10:25:48,812 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=0964b582-0cc8-4637-be8a-0f6bb8cd2f5e&name=NeutronUtilsRouterTests-55c05fbd-ee2f-4763-aa88-76cf098050d4-pub-subnet used request id req-623b40d9-e436-4059-bea6-d1fd8af916a6 2018-09-04 10:25:48,813 - neutron_utils - INFO - Creating port for network with name - NeutronUtilsRouterTests-55c05fbd-ee2f-4763-aa88-76cf098050d4-pub-net 2018-09-04 10:25:48,818 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}353575964c8189330352258ac99fea255885cced" -d '{"port": {"network_id": "0964b582-0cc8-4637-be8a-0f6bb8cd2f5e", "fixed_ips": [{"subnet_id": "de7b8a00-593f-4820-a767-fc47fe4e635f", "ip_address": "10.55.1.100"}], "admin_state_up": true}}' 2018-09-04 10:25:49,405 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 790 X-Openstack-Request-Id: req-f9db7899-4d74-4b5c-941c-9daabfbcec20 Date: Tue, 04 Sep 2018 10:25:49 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T10:25:49Z","device_owner":"","revision_number":3,"binding:profile":{},"port_security_enabled":true,"fixed_ips":[{"subnet_id":"de7b8a00-593f-4820-a767-fc47fe4e635f","ip_address":"10.55.1.100"}],"id":"0c520955-a13c-4281-8df4-58a4b4922c92","security_groups":["a0350fb5-7963-482b-9b06-fea838951872"],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:a8:52:27","project_id":"da1aa3dc9e564d3d922e61c0121a390e","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"","name":"","admin_state_up":true,"network_id":"0964b582-0cc8-4637-be8a-0f6bb8cd2f5e","tenant_id":"da1aa3dc9e564d3d922e61c0121a390e","created_at":"2018-09-04T10:25:48Z","binding:vnic_type":"normal"}} 2018-09-04 10:25:49,405 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/ports used request id req-f9db7899-4d74-4b5c-941c-9daabfbcec20 2018-09-04 10:25:49,410 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports/0c520955-a13c-4281-8df4-58a4b4922c92 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}353575964c8189330352258ac99fea255885cced" 2018-09-04 10:25:49,471 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 790 X-Openstack-Request-Id: req-25e8f5c0-3636-455c-a905-c663a93fab11 Date: Tue, 04 Sep 2018 10:25:49 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T10:25:49Z","device_owner":"","revision_number":3,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"de7b8a00-593f-4820-a767-fc47fe4e635f","ip_address":"10.55.1.100"}],"id":"0c520955-a13c-4281-8df4-58a4b4922c92","security_groups":["a0350fb5-7963-482b-9b06-fea838951872"],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:a8:52:27","project_id":"da1aa3dc9e564d3d922e61c0121a390e","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"","name":"","admin_state_up":true,"network_id":"0964b582-0cc8-4637-be8a-0f6bb8cd2f5e","tenant_id":"da1aa3dc9e564d3d922e61c0121a390e","created_at":"2018-09-04T10:25:48Z","binding:vnic_type":"normal"}} 2018-09-04 10:25:49,471 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports/0c520955-a13c-4281-8df4-58a4b4922c92 used request id req-25e8f5c0-3636-455c-a905-c663a93fab11 2018-09-04 10:25:49,472 - neutron_utils - INFO - Deleting port with name 2018-09-04 10:25:49,477 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/ports/0c520955-a13c-4281-8df4-58a4b4922c92 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}353575964c8189330352258ac99fea255885cced" 2018-09-04 10:25:50,143 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-076545fd-47da-4469-822e-24644a101af2 Date: Tue, 04 Sep 2018 10:25:50 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-04 10:25:50,143 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/ports/0c520955-a13c-4281-8df4-58a4b4922c92 used request id req-076545fd-47da-4469-822e-24644a101af2 2018-09-04 10:25:50,143 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-55c05fbd-ee2f-4763-aa88-76cf098050d4-pub-subnet 2018-09-04 10:25:50,143 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-55c05fbd-ee2f-4763-aa88-76cf098050d4-pub-subnet 2018-09-04 10:25:50,149 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/subnets/de7b8a00-593f-4820-a767-fc47fe4e635f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}353575964c8189330352258ac99fea255885cced" 2018-09-04 10:25:52,208 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-bbeb4654-ed59-4008-8728-fcba90c17c51 Date: Tue, 04 Sep 2018 10:25:52 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-04 10:25:52,208 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/subnets/de7b8a00-593f-4820-a767-fc47fe4e635f used request id req-bbeb4654-ed59-4008-8728-fcba90c17c51 2018-09-04 10:25:52,208 - neutron_utils - INFO - Deleting network with name NeutronUtilsRouterTests-55c05fbd-ee2f-4763-aa88-76cf098050d4-pub-net 2018-09-04 10:25:52,213 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/networks/0964b582-0cc8-4637-be8a-0f6bb8cd2f5e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}353575964c8189330352258ac99fea255885cced" 2018-09-04 10:25:53,824 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-3b19d451-baca-4783-b9a4-e24b08b65239 Date: Tue, 04 Sep 2018 10:25:53 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-04 10:25:53,824 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/networks/0964b582-0cc8-4637-be8a-0f6bb8cd2f5e used request id req-3b19d451-baca-4783-b9a4-e24b08b65239 2018-09-04 10:25:53,826 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-09-04 10:25:54,206 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5ef645ad12fc453aa5d8a0c2cbf76196", "name": "heat_stack_owner"}, {"id": "9a944a8c31754b8f941d2fa9034d4301", "name": "Member"}, {"id": "3d416247e8224533841040c3ad2bce5a", "name": "admin"}], "expires_at": "2018-09-04T11:25:54.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "da1aa3dc9e564d3d922e61c0121a390e", "name": "api_check-project_95790658-ea1a-473f-b71a-0aa15c3467f2"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235635a698ef4bef9dc6b25273d185da"}, {"url": "http://192.30.9.6:8776/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "23b07b3fbfc340a58cf0f9b2871a0d23"}, {"url": "http://172.30.9.28:8776/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "72fd0aaa144d45419f4b04b6b26f69a7"}], "type": "volume", "id": "097241c25b4d4f7e91b3f8efa155909e", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v3/da1aa3dc9e564d3d922e61c0121a390e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93eb4cf3030a49e7840bec071422d397"}, {"url": "http://192.30.9.6:8776/v3/da1aa3dc9e564d3d922e61c0121a390e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8af439a6ac147fdbcb38ed9aa916b68"}, {"url": "http://192.30.9.6:8776/v3/da1aa3dc9e564d3d922e61c0121a390e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c4bfdbc9b7c74a23a40afdf578cfeba4"}], "type": "volumev3", "id": "1c85f4682ce44f729db1dabd98e965e8", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "82239574a29d4603a2161006f61851cf"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8d15f7134f364a7bbcfff2f84aac3bf2"}, {"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e01668c43a0c4c279b9a3d20a0280d6c"}], "type": "image", "id": "297d8415ca96454991054983920912f7", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7bb4d60e20734d4a9f31ec75e02cb823"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bf6adec15590466a9a0d3bddb00e8993"}, {"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f096f03a1d12411a8972f6f7c196b60d"}], "type": "policy", "id": "54c64351b56d44bbad74c2969cc3aa00", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "354ae6870a324fab82d0a0fb68ee0f26"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a3807e460dd4af488d982b66c52e64c"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e7c3da785076450abd71868e75ce0c33"}], "type": "cloudformation", "id": "6ac9917ae83c4639a15a4ab3cf0e76dd", "name": "heat-cfn"}, {"endpoints": [], "type": "metering", "id": "7fcc078e5e0645f29df67742ac14e388", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49e71628d386464cb950d6a9db00a328"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75b0a63ed8574bbcab1c851cc9b83d30"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9902b0a8b3c04cd192a1b84c417c232b"}], "type": "key-manager", "id": "9626544a32e74678a641c6e206f028a9", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "497340e5aa36485982fdf297f370558f"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7802beb4fc7c4952897b77bd5610b1fe"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c14af798917f4fa0b146d9772583e595"}], "type": "metric", "id": "973bfe8c658d4e5a8da725e76b9d550e", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "288ecc3674ea41d2aa3b790dcb832bf2"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7a6dc785cd7142f5b30f1a7ba0daeb03"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7f7d34e2351b4964befccc862c4e8e12"}], "type": "network", "id": "a348d7b06050474fb449be7f32ea6f5d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "21bce6ecb8464a1f8f3e3847aa698bd6"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0a8faf2246b47deb30e69e48d3551fb"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e71c6011de3d4d8589e5b53dcc79f288"}], "type": "identity", "id": "ad8d4b4953184137a1b913ecee9434ed", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "13474f9a78ca4f1184e4cddc84d0d98c"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad67365a18234bb78c336e6776958c00"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc54db13337f44f8921fbb9ad0f81de8"}], "type": "alarming", "id": "bb18dc3243034f08a6a7f69f7a1edccf", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0d91d7adf0304b2681c77f979e5cdb17"}, {"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "756e5ffca9774ab3ae2db41bf330417f"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c07c727a08c243b287827f539a124e63"}], "type": "placement", "id": "bb2c9432fcbd4c56913177122468f6ba", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1eed4912224b48cf9856446eae4d9928"}, {"url": "http://192.30.9.6:8004/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b73b7f99236541148d84f24f09e5dd40"}, {"url": "http://192.30.9.6:8004/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fbf12e52911244fdafc24a9d46f56e62"}], "type": "orchestration", "id": "c8918d139da945ba93df4ccce21d4904", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/da1aa3dc9e564d3d922e61c0121a390e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16bf098b9e2e490f8e47fa601059f975"}, {"url": "http://192.30.9.6:8776/v2/da1aa3dc9e564d3d922e61c0121a390e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc16fa4cf491444ca2f611d5692c1170"}, {"url": "http://192.30.9.6:8776/v2/da1aa3dc9e564d3d922e61c0121a390e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ccd2c5325dff4b90b391db9fdde67d99"}], "type": "volumev2", "id": "d09ac9123c34494abce21d6c27bee9d9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eac694332354a3aa0e61c31314166d7"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b4d4989c4e764717ab78d38675cadd3f"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff196e46b56d406d87a678f1a64497b0"}], "type": "compute", "id": "d4030ee932c84df58c5b910cc197caa7", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_95790658-ea1a-473f-b71a-0aa15c3467f2", "id": "6cb53a06110b45a6a2f21cb265048110"}, "audit_ids": ["klXKjQOHRPqBcPBS2QpLgQ"], "issued_at": "2018-09-04T10:25:54.000000Z"}} 2018-09-04 10:25:54,207 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28: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}99fcf20c012cbf9c3705f7e7a85aa672e35c7c70" 2018-09-04 10:25:54,286 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:25:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-37abd699-5c19-4454-9a87-a57c32078988 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.28:5000/v3/", "rel": "self"}]}} 2018-09-04 10:25:54,287 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-37abd699-5c19-4454-9a87-a57c32078988 2018-09-04 10:25:54,288 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 10:25:54,289 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-09-04 10:25:54,681 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5ef645ad12fc453aa5d8a0c2cbf76196", "name": "heat_stack_owner"}, {"id": "9a944a8c31754b8f941d2fa9034d4301", "name": "Member"}, {"id": "3d416247e8224533841040c3ad2bce5a", "name": "admin"}], "expires_at": "2018-09-04T11:25:54.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "da1aa3dc9e564d3d922e61c0121a390e", "name": "api_check-project_95790658-ea1a-473f-b71a-0aa15c3467f2"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235635a698ef4bef9dc6b25273d185da"}, {"url": "http://192.30.9.6:8776/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "23b07b3fbfc340a58cf0f9b2871a0d23"}, {"url": "http://172.30.9.28:8776/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "72fd0aaa144d45419f4b04b6b26f69a7"}], "type": "volume", "id": "097241c25b4d4f7e91b3f8efa155909e", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v3/da1aa3dc9e564d3d922e61c0121a390e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93eb4cf3030a49e7840bec071422d397"}, {"url": "http://192.30.9.6:8776/v3/da1aa3dc9e564d3d922e61c0121a390e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8af439a6ac147fdbcb38ed9aa916b68"}, {"url": "http://192.30.9.6:8776/v3/da1aa3dc9e564d3d922e61c0121a390e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c4bfdbc9b7c74a23a40afdf578cfeba4"}], "type": "volumev3", "id": "1c85f4682ce44f729db1dabd98e965e8", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "82239574a29d4603a2161006f61851cf"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8d15f7134f364a7bbcfff2f84aac3bf2"}, {"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e01668c43a0c4c279b9a3d20a0280d6c"}], "type": "image", "id": "297d8415ca96454991054983920912f7", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7bb4d60e20734d4a9f31ec75e02cb823"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bf6adec15590466a9a0d3bddb00e8993"}, {"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f096f03a1d12411a8972f6f7c196b60d"}], "type": "policy", "id": "54c64351b56d44bbad74c2969cc3aa00", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "354ae6870a324fab82d0a0fb68ee0f26"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a3807e460dd4af488d982b66c52e64c"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e7c3da785076450abd71868e75ce0c33"}], "type": "cloudformation", "id": "6ac9917ae83c4639a15a4ab3cf0e76dd", "name": "heat-cfn"}, {"endpoints": [], "type": "metering", "id": "7fcc078e5e0645f29df67742ac14e388", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49e71628d386464cb950d6a9db00a328"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75b0a63ed8574bbcab1c851cc9b83d30"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9902b0a8b3c04cd192a1b84c417c232b"}], "type": "key-manager", "id": "9626544a32e74678a641c6e206f028a9", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "497340e5aa36485982fdf297f370558f"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7802beb4fc7c4952897b77bd5610b1fe"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c14af798917f4fa0b146d9772583e595"}], "type": "metric", "id": "973bfe8c658d4e5a8da725e76b9d550e", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "288ecc3674ea41d2aa3b790dcb832bf2"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7a6dc785cd7142f5b30f1a7ba0daeb03"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7f7d34e2351b4964befccc862c4e8e12"}], "type": "network", "id": "a348d7b06050474fb449be7f32ea6f5d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "21bce6ecb8464a1f8f3e3847aa698bd6"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0a8faf2246b47deb30e69e48d3551fb"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e71c6011de3d4d8589e5b53dcc79f288"}], "type": "identity", "id": "ad8d4b4953184137a1b913ecee9434ed", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "13474f9a78ca4f1184e4cddc84d0d98c"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad67365a18234bb78c336e6776958c00"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc54db13337f44f8921fbb9ad0f81de8"}], "type": "alarming", "id": "bb18dc3243034f08a6a7f69f7a1edccf", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0d91d7adf0304b2681c77f979e5cdb17"}, {"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "756e5ffca9774ab3ae2db41bf330417f"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c07c727a08c243b287827f539a124e63"}], "type": "placement", "id": "bb2c9432fcbd4c56913177122468f6ba", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1eed4912224b48cf9856446eae4d9928"}, {"url": "http://192.30.9.6:8004/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b73b7f99236541148d84f24f09e5dd40"}, {"url": "http://192.30.9.6:8004/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fbf12e52911244fdafc24a9d46f56e62"}], "type": "orchestration", "id": "c8918d139da945ba93df4ccce21d4904", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/da1aa3dc9e564d3d922e61c0121a390e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16bf098b9e2e490f8e47fa601059f975"}, {"url": "http://192.30.9.6:8776/v2/da1aa3dc9e564d3d922e61c0121a390e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc16fa4cf491444ca2f611d5692c1170"}, {"url": "http://192.30.9.6:8776/v2/da1aa3dc9e564d3d922e61c0121a390e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ccd2c5325dff4b90b391db9fdde67d99"}], "type": "volumev2", "id": "d09ac9123c34494abce21d6c27bee9d9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eac694332354a3aa0e61c31314166d7"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b4d4989c4e764717ab78d38675cadd3f"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff196e46b56d406d87a678f1a64497b0"}], "type": "compute", "id": "d4030ee932c84df58c5b910cc197caa7", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_95790658-ea1a-473f-b71a-0aa15c3467f2", "id": "6cb53a06110b45a6a2f21cb265048110"}, "audit_ids": ["81uqVWBxS_GxAugp5caI8A"], "issued_at": "2018-09-04T10:25:54.000000Z"}} 2018-09-04 10:25:54,682 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28: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}580b081e151a9b154176d1bc961a8a5c64a72c6e" 2018-09-04 10:25:54,758 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:25:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-52d0b424-368d-4038-b992-5741752a65bc 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.28:5000/v3/", "rel": "self"}]}} 2018-09-04 10:25:54,758 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-52d0b424-368d-4038-b992-5741752a65bc 2018-09-04 10:25:54,765 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=NeutronUtilsRouterTests-cfc00841-c201-443e-8251-278246fcfaaa-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}99fcf20c012cbf9c3705f7e7a85aa672e35c7c70" 2018-09-04 10:25:54,935 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-54e4f592-b72c-48e6-adfc-ecc4d25a7b7b Date: Tue, 04 Sep 2018 10:25:54 GMT RESP BODY: {"networks":[]} 2018-09-04 10:25:54,936 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=NeutronUtilsRouterTests-cfc00841-c201-443e-8251-278246fcfaaa-pub-net used request id req-54e4f592-b72c-48e6-adfc-ecc4d25a7b7b 2018-09-04 10:25:54,937 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-09-04 10:25:55,332 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5ef645ad12fc453aa5d8a0c2cbf76196", "name": "heat_stack_owner"}, {"id": "9a944a8c31754b8f941d2fa9034d4301", "name": "Member"}, {"id": "3d416247e8224533841040c3ad2bce5a", "name": "admin"}], "expires_at": "2018-09-04T11:25:55.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "da1aa3dc9e564d3d922e61c0121a390e", "name": "api_check-project_95790658-ea1a-473f-b71a-0aa15c3467f2"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235635a698ef4bef9dc6b25273d185da"}, {"url": "http://192.30.9.6:8776/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "23b07b3fbfc340a58cf0f9b2871a0d23"}, {"url": "http://172.30.9.28:8776/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "72fd0aaa144d45419f4b04b6b26f69a7"}], "type": "volume", "id": "097241c25b4d4f7e91b3f8efa155909e", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v3/da1aa3dc9e564d3d922e61c0121a390e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93eb4cf3030a49e7840bec071422d397"}, {"url": "http://192.30.9.6:8776/v3/da1aa3dc9e564d3d922e61c0121a390e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8af439a6ac147fdbcb38ed9aa916b68"}, {"url": "http://192.30.9.6:8776/v3/da1aa3dc9e564d3d922e61c0121a390e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c4bfdbc9b7c74a23a40afdf578cfeba4"}], "type": "volumev3", "id": "1c85f4682ce44f729db1dabd98e965e8", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "82239574a29d4603a2161006f61851cf"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8d15f7134f364a7bbcfff2f84aac3bf2"}, {"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e01668c43a0c4c279b9a3d20a0280d6c"}], "type": "image", "id": "297d8415ca96454991054983920912f7", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7bb4d60e20734d4a9f31ec75e02cb823"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bf6adec15590466a9a0d3bddb00e8993"}, {"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f096f03a1d12411a8972f6f7c196b60d"}], "type": "policy", "id": "54c64351b56d44bbad74c2969cc3aa00", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "354ae6870a324fab82d0a0fb68ee0f26"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a3807e460dd4af488d982b66c52e64c"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e7c3da785076450abd71868e75ce0c33"}], "type": "cloudformation", "id": "6ac9917ae83c4639a15a4ab3cf0e76dd", "name": "heat-cfn"}, {"endpoints": [], "type": "metering", "id": "7fcc078e5e0645f29df67742ac14e388", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49e71628d386464cb950d6a9db00a328"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75b0a63ed8574bbcab1c851cc9b83d30"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9902b0a8b3c04cd192a1b84c417c232b"}], "type": "key-manager", "id": "9626544a32e74678a641c6e206f028a9", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "497340e5aa36485982fdf297f370558f"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7802beb4fc7c4952897b77bd5610b1fe"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c14af798917f4fa0b146d9772583e595"}], "type": "metric", "id": "973bfe8c658d4e5a8da725e76b9d550e", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "288ecc3674ea41d2aa3b790dcb832bf2"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7a6dc785cd7142f5b30f1a7ba0daeb03"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7f7d34e2351b4964befccc862c4e8e12"}], "type": "network", "id": "a348d7b06050474fb449be7f32ea6f5d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "21bce6ecb8464a1f8f3e3847aa698bd6"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0a8faf2246b47deb30e69e48d3551fb"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e71c6011de3d4d8589e5b53dcc79f288"}], "type": "identity", "id": "ad8d4b4953184137a1b913ecee9434ed", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "13474f9a78ca4f1184e4cddc84d0d98c"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad67365a18234bb78c336e6776958c00"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc54db13337f44f8921fbb9ad0f81de8"}], "type": "alarming", "id": "bb18dc3243034f08a6a7f69f7a1edccf", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0d91d7adf0304b2681c77f979e5cdb17"}, {"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "756e5ffca9774ab3ae2db41bf330417f"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c07c727a08c243b287827f539a124e63"}], "type": "placement", "id": "bb2c9432fcbd4c56913177122468f6ba", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1eed4912224b48cf9856446eae4d9928"}, {"url": "http://192.30.9.6:8004/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b73b7f99236541148d84f24f09e5dd40"}, {"url": "http://192.30.9.6:8004/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fbf12e52911244fdafc24a9d46f56e62"}], "type": "orchestration", "id": "c8918d139da945ba93df4ccce21d4904", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/da1aa3dc9e564d3d922e61c0121a390e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16bf098b9e2e490f8e47fa601059f975"}, {"url": "http://192.30.9.6:8776/v2/da1aa3dc9e564d3d922e61c0121a390e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc16fa4cf491444ca2f611d5692c1170"}, {"url": "http://192.30.9.6:8776/v2/da1aa3dc9e564d3d922e61c0121a390e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ccd2c5325dff4b90b391db9fdde67d99"}], "type": "volumev2", "id": "d09ac9123c34494abce21d6c27bee9d9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eac694332354a3aa0e61c31314166d7"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b4d4989c4e764717ab78d38675cadd3f"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff196e46b56d406d87a678f1a64497b0"}], "type": "compute", "id": "d4030ee932c84df58c5b910cc197caa7", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_95790658-ea1a-473f-b71a-0aa15c3467f2", "id": "6cb53a06110b45a6a2f21cb265048110"}, "audit_ids": ["lNeq8jx7RjqeQ0tWKupdDQ"], "issued_at": "2018-09-04T10:25:55.000000Z"}} 2018-09-04 10:25:55,333 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28: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}56671700fba3a780bf8a8777bbb2c90ae13def6b" 2018-09-04 10:25:55,421 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:25:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2bd1a354-abf5-4abe-99ac-bac4d305f046 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.28:5000/v3/", "rel": "self"}]}} 2018-09-04 10:25:55,421 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-2bd1a354-abf5-4abe-99ac-bac4d305f046 2018-09-04 10:25:55,422 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 10:25:55,423 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-09-04 10:25:55,800 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5ef645ad12fc453aa5d8a0c2cbf76196", "name": "heat_stack_owner"}, {"id": "9a944a8c31754b8f941d2fa9034d4301", "name": "Member"}, {"id": "3d416247e8224533841040c3ad2bce5a", "name": "admin"}], "expires_at": "2018-09-04T11:25:55.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "da1aa3dc9e564d3d922e61c0121a390e", "name": "api_check-project_95790658-ea1a-473f-b71a-0aa15c3467f2"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235635a698ef4bef9dc6b25273d185da"}, {"url": "http://192.30.9.6:8776/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "23b07b3fbfc340a58cf0f9b2871a0d23"}, {"url": "http://172.30.9.28:8776/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "72fd0aaa144d45419f4b04b6b26f69a7"}], "type": "volume", "id": "097241c25b4d4f7e91b3f8efa155909e", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v3/da1aa3dc9e564d3d922e61c0121a390e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93eb4cf3030a49e7840bec071422d397"}, {"url": "http://192.30.9.6:8776/v3/da1aa3dc9e564d3d922e61c0121a390e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8af439a6ac147fdbcb38ed9aa916b68"}, {"url": "http://192.30.9.6:8776/v3/da1aa3dc9e564d3d922e61c0121a390e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c4bfdbc9b7c74a23a40afdf578cfeba4"}], "type": "volumev3", "id": "1c85f4682ce44f729db1dabd98e965e8", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "82239574a29d4603a2161006f61851cf"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8d15f7134f364a7bbcfff2f84aac3bf2"}, {"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e01668c43a0c4c279b9a3d20a0280d6c"}], "type": "image", "id": "297d8415ca96454991054983920912f7", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7bb4d60e20734d4a9f31ec75e02cb823"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bf6adec15590466a9a0d3bddb00e8993"}, {"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f096f03a1d12411a8972f6f7c196b60d"}], "type": "policy", "id": "54c64351b56d44bbad74c2969cc3aa00", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "354ae6870a324fab82d0a0fb68ee0f26"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a3807e460dd4af488d982b66c52e64c"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e7c3da785076450abd71868e75ce0c33"}], "type": "cloudformation", "id": "6ac9917ae83c4639a15a4ab3cf0e76dd", "name": "heat-cfn"}, {"endpoints": [], "type": "metering", "id": "7fcc078e5e0645f29df67742ac14e388", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49e71628d386464cb950d6a9db00a328"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75b0a63ed8574bbcab1c851cc9b83d30"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9902b0a8b3c04cd192a1b84c417c232b"}], "type": "key-manager", "id": "9626544a32e74678a641c6e206f028a9", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "497340e5aa36485982fdf297f370558f"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7802beb4fc7c4952897b77bd5610b1fe"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c14af798917f4fa0b146d9772583e595"}], "type": "metric", "id": "973bfe8c658d4e5a8da725e76b9d550e", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "288ecc3674ea41d2aa3b790dcb832bf2"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7a6dc785cd7142f5b30f1a7ba0daeb03"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7f7d34e2351b4964befccc862c4e8e12"}], "type": "network", "id": "a348d7b06050474fb449be7f32ea6f5d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "21bce6ecb8464a1f8f3e3847aa698bd6"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0a8faf2246b47deb30e69e48d3551fb"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e71c6011de3d4d8589e5b53dcc79f288"}], "type": "identity", "id": "ad8d4b4953184137a1b913ecee9434ed", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "13474f9a78ca4f1184e4cddc84d0d98c"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad67365a18234bb78c336e6776958c00"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc54db13337f44f8921fbb9ad0f81de8"}], "type": "alarming", "id": "bb18dc3243034f08a6a7f69f7a1edccf", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0d91d7adf0304b2681c77f979e5cdb17"}, {"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "756e5ffca9774ab3ae2db41bf330417f"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c07c727a08c243b287827f539a124e63"}], "type": "placement", "id": "bb2c9432fcbd4c56913177122468f6ba", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1eed4912224b48cf9856446eae4d9928"}, {"url": "http://192.30.9.6:8004/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b73b7f99236541148d84f24f09e5dd40"}, {"url": "http://192.30.9.6:8004/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fbf12e52911244fdafc24a9d46f56e62"}], "type": "orchestration", "id": "c8918d139da945ba93df4ccce21d4904", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/da1aa3dc9e564d3d922e61c0121a390e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16bf098b9e2e490f8e47fa601059f975"}, {"url": "http://192.30.9.6:8776/v2/da1aa3dc9e564d3d922e61c0121a390e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc16fa4cf491444ca2f611d5692c1170"}, {"url": "http://192.30.9.6:8776/v2/da1aa3dc9e564d3d922e61c0121a390e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ccd2c5325dff4b90b391db9fdde67d99"}], "type": "volumev2", "id": "d09ac9123c34494abce21d6c27bee9d9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eac694332354a3aa0e61c31314166d7"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b4d4989c4e764717ab78d38675cadd3f"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff196e46b56d406d87a678f1a64497b0"}], "type": "compute", "id": "d4030ee932c84df58c5b910cc197caa7", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_95790658-ea1a-473f-b71a-0aa15c3467f2", "id": "6cb53a06110b45a6a2f21cb265048110"}, "audit_ids": ["S-FqGXj5QoCnajLWxf_NZQ"], "issued_at": "2018-09-04T10:25:55.000000Z"}} 2018-09-04 10:25:55,801 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28: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}ee911b5b37c4830ea3ff2c31e1c8ca35ffcf94f8" 2018-09-04 10:25:55,884 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:25:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3d8c4da6-4541-4575-a47e-3d5cdcf453ba 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.28:5000/v3/", "rel": "self"}]}} 2018-09-04 10:25:55,884 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-3d8c4da6-4541-4575-a47e-3d5cdcf453ba 2018-09-04 10:25:55,890 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=external -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}56671700fba3a780bf8a8777bbb2c90ae13def6b" 2018-09-04 10:25:56,142 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-c7a93454-ac9e-4a68-95ec-da5122344146 Date: Tue, 04 Sep 2018 10:25:56 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"4097e349-dd4a-4a5e-95d6-eed5c2d7b85a","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"18025ed81c804927a1f0e0e0ba20836f","status":"ACTIVE","subnets":["5092c110-d468-4f12-acae-47d56d35dff1"],"description":"","tags":[],"updated_at":"2018-09-04T10:10:50Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"18025ed81c804927a1f0e0e0ba20836f","created_at":"2018-09-04T10:10:44Z","provider:network_type":"flat"}]} 2018-09-04 10:25:56,142 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=external used request id req-c7a93454-ac9e-4a68-95ec-da5122344146 2018-09-04 10:25:56,148 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=4097e349-dd4a-4a5e-95d6-eed5c2d7b85a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}56671700fba3a780bf8a8777bbb2c90ae13def6b" 2018-09-04 10:25:56,359 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 624 X-Openstack-Request-Id: req-04ffcd01-64e7-400f-8992-b46795100365 Date: Tue, 04 Sep 2018 10:25:56 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"4097e349-dd4a-4a5e-95d6-eed5c2d7b85a","tenant_id":"18025ed81c804927a1f0e0e0ba20836f","created_at":"2018-09-04T10:10:50Z","dns_nameservers":[],"updated_at":"2018-09-04T10:10:50Z","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":"18025ed81c804927a1f0e0e0ba20836f","id":"5092c110-d468-4f12-acae-47d56d35dff1","subnetpool_id":null,"name":"external-subnet"}]} 2018-09-04 10:25:56,360 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=4097e349-dd4a-4a5e-95d6-eed5c2d7b85a used request id req-04ffcd01-64e7-400f-8992-b46795100365 2018-09-04 10:25:56,361 - neutron_utils - INFO - Creating router with name - NeutronUtilsRouterTests-32dc0e2b-888b-4bc2-b5c2-061f2e60771c-pub-router 2018-09-04 10:25:56,365 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9696/v2.0/routers -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}56671700fba3a780bf8a8777bbb2c90ae13def6b" -d '{"router": {"external_gateway_info": {"network_id": "4097e349-dd4a-4a5e-95d6-eed5c2d7b85a"}, "name": "NeutronUtilsRouterTests-32dc0e2b-888b-4bc2-b5c2-061f2e60771c-pub-router", "admin_state_up": true}}' 2018-09-04 10:25:58,558 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 660 X-Openstack-Request-Id: req-89b5106f-3b0a-479d-91cc-7511dfc7f8d3 Date: Tue, 04 Sep 2018 10:25:58 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "4097e349-dd4a-4a5e-95d6-eed5c2d7b85a", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "5092c110-d468-4f12-acae-47d56d35dff1", "ip_address": "172.30.9.207"}]}, "description": "", "tags": [], "tenant_id": "da1aa3dc9e564d3d922e61c0121a390e", "created_at": "2018-09-04T10:25:57Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-09-04T10:25:58Z", "revision_number": 2, "routes": [], "project_id": "da1aa3dc9e564d3d922e61c0121a390e", "id": "246c1096-b9b8-4f11-8356-2e00c0202a85", "name": "NeutronUtilsRouterTests-32dc0e2b-888b-4bc2-b5c2-061f2e60771c-pub-router"}} 2018-09-04 10:25:58,558 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/routers used request id req-89b5106f-3b0a-479d-91cc-7511dfc7f8d3 2018-09-04 10:25:58,564 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?device_id=246c1096-b9b8-4f11-8356-2e00c0202a85 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}56671700fba3a780bf8a8777bbb2c90ae13def6b" 2018-09-04 10:25:58,776 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 751 X-Openstack-Request-Id: req-63b080a5-b9ed-480e-9a65-3eaf25f4a191 Date: Tue, 04 Sep 2018 10:25:58 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T10:25:58Z","device_owner":"network:router_gateway","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"5092c110-d468-4f12-acae-47d56d35dff1","ip_address":"172.30.9.207"}],"id":"ff0b6f79-a6ca-41e4-b0c6-6927efeb067e","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:f4:13:cb","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"246c1096-b9b8-4f11-8356-2e00c0202a85","name":"","admin_state_up":true,"network_id":"4097e349-dd4a-4a5e-95d6-eed5c2d7b85a","tenant_id":"","created_at":"2018-09-04T10:25:58Z","binding:vnic_type":"normal"}]} 2018-09-04 10:25:58,776 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?device_id=246c1096-b9b8-4f11-8356-2e00c0202a85 used request id req-63b080a5-b9ed-480e-9a65-3eaf25f4a191 2018-09-04 10:25:58,781 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets/5092c110-d468-4f12-acae-47d56d35dff1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}56671700fba3a780bf8a8777bbb2c90ae13def6b" 2018-09-04 10:25:59,004 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 621 X-Openstack-Request-Id: req-7494ada1-2b24-4f42-a54d-7b06e3337458 Date: Tue, 04 Sep 2018 10:25:59 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"4097e349-dd4a-4a5e-95d6-eed5c2d7b85a","tenant_id":"18025ed81c804927a1f0e0e0ba20836f","created_at":"2018-09-04T10:10:50Z","dns_nameservers":[],"updated_at":"2018-09-04T10:10:50Z","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":"18025ed81c804927a1f0e0e0ba20836f","id":"5092c110-d468-4f12-acae-47d56d35dff1","subnetpool_id":null,"name":"external-subnet"}} 2018-09-04 10:25:59,004 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets/5092c110-d468-4f12-acae-47d56d35dff1 used request id req-7494ada1-2b24-4f42-a54d-7b06e3337458 2018-09-04 10:25:59,009 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/routers?name=NeutronUtilsRouterTests-32dc0e2b-888b-4bc2-b5c2-061f2e60771c-pub-router -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}56671700fba3a780bf8a8777bbb2c90ae13def6b" 2018-09-04 10:25:59,237 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1313 X-Openstack-Request-Id: req-17faf955-76fa-441e-93d9-9ff09bdb085a Date: Tue, 04 Sep 2018 10:25:59 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "4097e349-dd4a-4a5e-95d6-eed5c2d7b85a", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "5092c110-d468-4f12-acae-47d56d35dff1", "ip_address": "172.30.9.207"}]}, "description": "", "tags": [], "tenant_id": "da1aa3dc9e564d3d922e61c0121a390e", "created_at": "2018-09-04T10:25:57Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-09-04T10:25:58Z", "revision_number": 2, "routes": [], "project_id": "da1aa3dc9e564d3d922e61c0121a390e", "id": "246c1096-b9b8-4f11-8356-2e00c0202a85", "name": "NeutronUtilsRouterTests-32dc0e2b-888b-4bc2-b5c2-061f2e60771c-pub-router"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "4097e349-dd4a-4a5e-95d6-eed5c2d7b85a", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "5092c110-d468-4f12-acae-47d56d35dff1", "ip_address": "172.30.9.200"}]}, "description": "", "tags": [], "tenant_id": "da1aa3dc9e564d3d922e61c0121a390e", "created_at": "2018-09-04T10:25:56Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-09-04T10:25:57Z", "revision_number": 2, "routes": [], "project_id": "da1aa3dc9e564d3d922e61c0121a390e", "id": "2f19feef-aee5-44f4-9fb9-bd7093f60239", "name": "NeutronUtilsRouterTests-32dc0e2b-888b-4bc2-b5c2-061f2e60771c-pub-router"}]} 2018-09-04 10:25:59,237 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/routers?name=NeutronUtilsRouterTests-32dc0e2b-888b-4bc2-b5c2-061f2e60771c-pub-router used request id req-17faf955-76fa-441e-93d9-9ff09bdb085a 2018-09-04 10:25:59,240 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-04 10:25:59,245 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 04 Sep 2018 10:25: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.28: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.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-04 10:25:59,246 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/da1aa3dc9e564d3d922e61c0121a390e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}56671700fba3a780bf8a8777bbb2c90ae13def6b" 2018-09-04 10:25:59,324 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:25:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6a46fa41-d088-4a2d-a8ed-08563d67ca4f Content-Encoding: gzip Content-Length: 245 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.28:5000/v3/projects/da1aa3dc9e564d3d922e61c0121a390e"}, "enabled": true, "id": "da1aa3dc9e564d3d922e61c0121a390e", "parent_id": "default", "domain_id": "default", "name": "api_check-project_95790658-ea1a-473f-b71a-0aa15c3467f2"}} 2018-09-04 10:25:59,324 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/da1aa3dc9e564d3d922e61c0121a390e used request id req-6a46fa41-d088-4a2d-a8ed-08563d67ca4f 2018-09-04 10:25:59,330 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?device_id=246c1096-b9b8-4f11-8356-2e00c0202a85 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}56671700fba3a780bf8a8777bbb2c90ae13def6b" 2018-09-04 10:25:59,521 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 751 X-Openstack-Request-Id: req-79a58026-fac6-40b0-b2b4-afdbbb72338f Date: Tue, 04 Sep 2018 10:25:59 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T10:25:58Z","device_owner":"network:router_gateway","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"5092c110-d468-4f12-acae-47d56d35dff1","ip_address":"172.30.9.207"}],"id":"ff0b6f79-a6ca-41e4-b0c6-6927efeb067e","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:f4:13:cb","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"246c1096-b9b8-4f11-8356-2e00c0202a85","name":"","admin_state_up":true,"network_id":"4097e349-dd4a-4a5e-95d6-eed5c2d7b85a","tenant_id":"","created_at":"2018-09-04T10:25:58Z","binding:vnic_type":"normal"}]} 2018-09-04 10:25:59,521 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?device_id=246c1096-b9b8-4f11-8356-2e00c0202a85 used request id req-79a58026-fac6-40b0-b2b4-afdbbb72338f 2018-09-04 10:25:59,527 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets/5092c110-d468-4f12-acae-47d56d35dff1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}56671700fba3a780bf8a8777bbb2c90ae13def6b" 2018-09-04 10:25:59,731 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 621 X-Openstack-Request-Id: req-dde04251-91ac-4333-a625-445552fd3a0e Date: Tue, 04 Sep 2018 10:25:59 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"4097e349-dd4a-4a5e-95d6-eed5c2d7b85a","tenant_id":"18025ed81c804927a1f0e0e0ba20836f","created_at":"2018-09-04T10:10:50Z","dns_nameservers":[],"updated_at":"2018-09-04T10:10:50Z","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":"18025ed81c804927a1f0e0e0ba20836f","id":"5092c110-d468-4f12-acae-47d56d35dff1","subnetpool_id":null,"name":"external-subnet"}} 2018-09-04 10:25:59,731 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets/5092c110-d468-4f12-acae-47d56d35dff1 used request id req-dde04251-91ac-4333-a625-445552fd3a0e 2018-09-04 10:25:59,732 - neutron_utils - INFO - Deleting router with name - NeutronUtilsRouterTests-32dc0e2b-888b-4bc2-b5c2-061f2e60771c-pub-router 2018-09-04 10:25:59,737 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/routers/246c1096-b9b8-4f11-8356-2e00c0202a85 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}56671700fba3a780bf8a8777bbb2c90ae13def6b" 2018-09-04 10:26:00,926 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-bb28d3d7-a43c-49e6-bb4b-f93bdb92b2e3 Content-Length: 0 Date: Tue, 04 Sep 2018 10:26:00 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-04 10:26:00,926 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/routers/246c1096-b9b8-4f11-8356-2e00c0202a85 used request id req-bb28d3d7-a43c-49e6-bb4b-f93bdb92b2e3 2018-09-04 10:26:00,932 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/routers?name=NeutronUtilsRouterTests-32dc0e2b-888b-4bc2-b5c2-061f2e60771c-pub-router -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}56671700fba3a780bf8a8777bbb2c90ae13def6b" 2018-09-04 10:26:01,293 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-1be0e4b4-392e-494e-9694-c4b2dd043646 Date: Tue, 04 Sep 2018 10:26:01 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "4097e349-dd4a-4a5e-95d6-eed5c2d7b85a", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "5092c110-d468-4f12-acae-47d56d35dff1", "ip_address": "172.30.9.200"}]}, "description": "", "tags": [], "tenant_id": "da1aa3dc9e564d3d922e61c0121a390e", "created_at": "2018-09-04T10:25:56Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-09-04T10:25:57Z", "revision_number": 2, "routes": [], "project_id": "da1aa3dc9e564d3d922e61c0121a390e", "id": "2f19feef-aee5-44f4-9fb9-bd7093f60239", "name": "NeutronUtilsRouterTests-32dc0e2b-888b-4bc2-b5c2-061f2e60771c-pub-router"}]} 2018-09-04 10:26:01,293 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/routers?name=NeutronUtilsRouterTests-32dc0e2b-888b-4bc2-b5c2-061f2e60771c-pub-router used request id req-1be0e4b4-392e-494e-9694-c4b2dd043646 2018-09-04 10:26:01,297 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/da1aa3dc9e564d3d922e61c0121a390e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}56671700fba3a780bf8a8777bbb2c90ae13def6b" 2018-09-04 10:26:01,385 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:26:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0efe4182-30fb-4eb7-8ab7-f6a4cfa01722 Content-Encoding: gzip Content-Length: 245 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.28:5000/v3/projects/da1aa3dc9e564d3d922e61c0121a390e"}, "enabled": true, "id": "da1aa3dc9e564d3d922e61c0121a390e", "parent_id": "default", "domain_id": "default", "name": "api_check-project_95790658-ea1a-473f-b71a-0aa15c3467f2"}} 2018-09-04 10:26:01,385 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/da1aa3dc9e564d3d922e61c0121a390e used request id req-0efe4182-30fb-4eb7-8ab7-f6a4cfa01722 2018-09-04 10:26:01,390 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?device_id=2f19feef-aee5-44f4-9fb9-bd7093f60239 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}56671700fba3a780bf8a8777bbb2c90ae13def6b" 2018-09-04 10:26:01,589 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 751 X-Openstack-Request-Id: req-a995437d-cc4e-4809-97bf-0253be3d6ac7 Date: Tue, 04 Sep 2018 10:26:01 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T10:25:57Z","device_owner":"network:router_gateway","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"5092c110-d468-4f12-acae-47d56d35dff1","ip_address":"172.30.9.200"}],"id":"6d325e74-1e2a-490c-981f-ddf378a55506","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:2e:69:c9","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"2f19feef-aee5-44f4-9fb9-bd7093f60239","name":"","admin_state_up":true,"network_id":"4097e349-dd4a-4a5e-95d6-eed5c2d7b85a","tenant_id":"","created_at":"2018-09-04T10:25:57Z","binding:vnic_type":"normal"}]} 2018-09-04 10:26:01,589 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?device_id=2f19feef-aee5-44f4-9fb9-bd7093f60239 used request id req-a995437d-cc4e-4809-97bf-0253be3d6ac7 2018-09-04 10:26:01,595 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets/5092c110-d468-4f12-acae-47d56d35dff1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}56671700fba3a780bf8a8777bbb2c90ae13def6b" 2018-09-04 10:26:01,785 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 621 X-Openstack-Request-Id: req-5264a239-2a8c-4663-94c5-b36d9795a82b Date: Tue, 04 Sep 2018 10:26:01 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"4097e349-dd4a-4a5e-95d6-eed5c2d7b85a","tenant_id":"18025ed81c804927a1f0e0e0ba20836f","created_at":"2018-09-04T10:10:50Z","dns_nameservers":[],"updated_at":"2018-09-04T10:10:50Z","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":"18025ed81c804927a1f0e0e0ba20836f","id":"5092c110-d468-4f12-acae-47d56d35dff1","subnetpool_id":null,"name":"external-subnet"}} 2018-09-04 10:26:01,785 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets/5092c110-d468-4f12-acae-47d56d35dff1 used request id req-5264a239-2a8c-4663-94c5-b36d9795a82b 2018-09-04 10:26:01,787 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-09-04 10:26:02,199 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5ef645ad12fc453aa5d8a0c2cbf76196", "name": "heat_stack_owner"}, {"id": "9a944a8c31754b8f941d2fa9034d4301", "name": "Member"}, {"id": "3d416247e8224533841040c3ad2bce5a", "name": "admin"}], "expires_at": "2018-09-04T11:26:02.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "da1aa3dc9e564d3d922e61c0121a390e", "name": "api_check-project_95790658-ea1a-473f-b71a-0aa15c3467f2"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235635a698ef4bef9dc6b25273d185da"}, {"url": "http://192.30.9.6:8776/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "23b07b3fbfc340a58cf0f9b2871a0d23"}, {"url": "http://172.30.9.28:8776/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "72fd0aaa144d45419f4b04b6b26f69a7"}], "type": "volume", "id": "097241c25b4d4f7e91b3f8efa155909e", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v3/da1aa3dc9e564d3d922e61c0121a390e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93eb4cf3030a49e7840bec071422d397"}, {"url": "http://192.30.9.6:8776/v3/da1aa3dc9e564d3d922e61c0121a390e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8af439a6ac147fdbcb38ed9aa916b68"}, {"url": "http://192.30.9.6:8776/v3/da1aa3dc9e564d3d922e61c0121a390e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c4bfdbc9b7c74a23a40afdf578cfeba4"}], "type": "volumev3", "id": "1c85f4682ce44f729db1dabd98e965e8", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "82239574a29d4603a2161006f61851cf"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8d15f7134f364a7bbcfff2f84aac3bf2"}, {"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e01668c43a0c4c279b9a3d20a0280d6c"}], "type": "image", "id": "297d8415ca96454991054983920912f7", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7bb4d60e20734d4a9f31ec75e02cb823"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bf6adec15590466a9a0d3bddb00e8993"}, {"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f096f03a1d12411a8972f6f7c196b60d"}], "type": "policy", "id": "54c64351b56d44bbad74c2969cc3aa00", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "354ae6870a324fab82d0a0fb68ee0f26"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a3807e460dd4af488d982b66c52e64c"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e7c3da785076450abd71868e75ce0c33"}], "type": "cloudformation", "id": "6ac9917ae83c4639a15a4ab3cf0e76dd", "name": "heat-cfn"}, {"endpoints": [], "type": "metering", "id": "7fcc078e5e0645f29df67742ac14e388", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49e71628d386464cb950d6a9db00a328"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75b0a63ed8574bbcab1c851cc9b83d30"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9902b0a8b3c04cd192a1b84c417c232b"}], "type": "key-manager", "id": "9626544a32e74678a641c6e206f028a9", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "497340e5aa36485982fdf297f370558f"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7802beb4fc7c4952897b77bd5610b1fe"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c14af798917f4fa0b146d9772583e595"}], "type": "metric", "id": "973bfe8c658d4e5a8da725e76b9d550e", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "288ecc3674ea41d2aa3b790dcb832bf2"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7a6dc785cd7142f5b30f1a7ba0daeb03"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7f7d34e2351b4964befccc862c4e8e12"}], "type": "network", "id": "a348d7b06050474fb449be7f32ea6f5d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "21bce6ecb8464a1f8f3e3847aa698bd6"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0a8faf2246b47deb30e69e48d3551fb"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e71c6011de3d4d8589e5b53dcc79f288"}], "type": "identity", "id": "ad8d4b4953184137a1b913ecee9434ed", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "13474f9a78ca4f1184e4cddc84d0d98c"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad67365a18234bb78c336e6776958c00"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc54db13337f44f8921fbb9ad0f81de8"}], "type": "alarming", "id": "bb18dc3243034f08a6a7f69f7a1edccf", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0d91d7adf0304b2681c77f979e5cdb17"}, {"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "756e5ffca9774ab3ae2db41bf330417f"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c07c727a08c243b287827f539a124e63"}], "type": "placement", "id": "bb2c9432fcbd4c56913177122468f6ba", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1eed4912224b48cf9856446eae4d9928"}, {"url": "http://192.30.9.6:8004/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b73b7f99236541148d84f24f09e5dd40"}, {"url": "http://192.30.9.6:8004/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fbf12e52911244fdafc24a9d46f56e62"}], "type": "orchestration", "id": "c8918d139da945ba93df4ccce21d4904", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/da1aa3dc9e564d3d922e61c0121a390e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16bf098b9e2e490f8e47fa601059f975"}, {"url": "http://192.30.9.6:8776/v2/da1aa3dc9e564d3d922e61c0121a390e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc16fa4cf491444ca2f611d5692c1170"}, {"url": "http://192.30.9.6:8776/v2/da1aa3dc9e564d3d922e61c0121a390e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ccd2c5325dff4b90b391db9fdde67d99"}], "type": "volumev2", "id": "d09ac9123c34494abce21d6c27bee9d9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eac694332354a3aa0e61c31314166d7"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b4d4989c4e764717ab78d38675cadd3f"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff196e46b56d406d87a678f1a64497b0"}], "type": "compute", "id": "d4030ee932c84df58c5b910cc197caa7", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_95790658-ea1a-473f-b71a-0aa15c3467f2", "id": "6cb53a06110b45a6a2f21cb265048110"}, "audit_ids": ["rxcsJt7DQlSQq-lGzgi4yw"], "issued_at": "2018-09-04T10:26:02.000000Z"}} 2018-09-04 10:26:02,199 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28: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}ac44918eb58dd46ae42a64a93f49ceef45cb303b" 2018-09-04 10:26:02,274 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:26:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a69c9705-38f8-473e-bad3-de815cac5d6d 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.28:5000/v3/", "rel": "self"}]}} 2018-09-04 10:26:02,274 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-a69c9705-38f8-473e-bad3-de815cac5d6d 2018-09-04 10:26:02,276 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 10:26:02,277 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-09-04 10:26:02,680 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5ef645ad12fc453aa5d8a0c2cbf76196", "name": "heat_stack_owner"}, {"id": "9a944a8c31754b8f941d2fa9034d4301", "name": "Member"}, {"id": "3d416247e8224533841040c3ad2bce5a", "name": "admin"}], "expires_at": "2018-09-04T11:26:02.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "da1aa3dc9e564d3d922e61c0121a390e", "name": "api_check-project_95790658-ea1a-473f-b71a-0aa15c3467f2"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235635a698ef4bef9dc6b25273d185da"}, {"url": "http://192.30.9.6:8776/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "23b07b3fbfc340a58cf0f9b2871a0d23"}, {"url": "http://172.30.9.28:8776/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "72fd0aaa144d45419f4b04b6b26f69a7"}], "type": "volume", "id": "097241c25b4d4f7e91b3f8efa155909e", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v3/da1aa3dc9e564d3d922e61c0121a390e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93eb4cf3030a49e7840bec071422d397"}, {"url": "http://192.30.9.6:8776/v3/da1aa3dc9e564d3d922e61c0121a390e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8af439a6ac147fdbcb38ed9aa916b68"}, {"url": "http://192.30.9.6:8776/v3/da1aa3dc9e564d3d922e61c0121a390e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c4bfdbc9b7c74a23a40afdf578cfeba4"}], "type": "volumev3", "id": "1c85f4682ce44f729db1dabd98e965e8", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "82239574a29d4603a2161006f61851cf"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8d15f7134f364a7bbcfff2f84aac3bf2"}, {"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e01668c43a0c4c279b9a3d20a0280d6c"}], "type": "image", "id": "297d8415ca96454991054983920912f7", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7bb4d60e20734d4a9f31ec75e02cb823"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bf6adec15590466a9a0d3bddb00e8993"}, {"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f096f03a1d12411a8972f6f7c196b60d"}], "type": "policy", "id": "54c64351b56d44bbad74c2969cc3aa00", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "354ae6870a324fab82d0a0fb68ee0f26"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a3807e460dd4af488d982b66c52e64c"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e7c3da785076450abd71868e75ce0c33"}], "type": "cloudformation", "id": "6ac9917ae83c4639a15a4ab3cf0e76dd", "name": "heat-cfn"}, {"endpoints": [], "type": "metering", "id": "7fcc078e5e0645f29df67742ac14e388", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49e71628d386464cb950d6a9db00a328"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75b0a63ed8574bbcab1c851cc9b83d30"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9902b0a8b3c04cd192a1b84c417c232b"}], "type": "key-manager", "id": "9626544a32e74678a641c6e206f028a9", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "497340e5aa36485982fdf297f370558f"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7802beb4fc7c4952897b77bd5610b1fe"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c14af798917f4fa0b146d9772583e595"}], "type": "metric", "id": "973bfe8c658d4e5a8da725e76b9d550e", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "288ecc3674ea41d2aa3b790dcb832bf2"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7a6dc785cd7142f5b30f1a7ba0daeb03"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7f7d34e2351b4964befccc862c4e8e12"}], "type": "network", "id": "a348d7b06050474fb449be7f32ea6f5d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "21bce6ecb8464a1f8f3e3847aa698bd6"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0a8faf2246b47deb30e69e48d3551fb"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e71c6011de3d4d8589e5b53dcc79f288"}], "type": "identity", "id": "ad8d4b4953184137a1b913ecee9434ed", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "13474f9a78ca4f1184e4cddc84d0d98c"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad67365a18234bb78c336e6776958c00"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc54db13337f44f8921fbb9ad0f81de8"}], "type": "alarming", "id": "bb18dc3243034f08a6a7f69f7a1edccf", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0d91d7adf0304b2681c77f979e5cdb17"}, {"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "756e5ffca9774ab3ae2db41bf330417f"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c07c727a08c243b287827f539a124e63"}], "type": "placement", "id": "bb2c9432fcbd4c56913177122468f6ba", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1eed4912224b48cf9856446eae4d9928"}, {"url": "http://192.30.9.6:8004/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b73b7f99236541148d84f24f09e5dd40"}, {"url": "http://192.30.9.6:8004/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fbf12e52911244fdafc24a9d46f56e62"}], "type": "orchestration", "id": "c8918d139da945ba93df4ccce21d4904", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/da1aa3dc9e564d3d922e61c0121a390e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16bf098b9e2e490f8e47fa601059f975"}, {"url": "http://192.30.9.6:8776/v2/da1aa3dc9e564d3d922e61c0121a390e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc16fa4cf491444ca2f611d5692c1170"}, {"url": "http://192.30.9.6:8776/v2/da1aa3dc9e564d3d922e61c0121a390e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ccd2c5325dff4b90b391db9fdde67d99"}], "type": "volumev2", "id": "d09ac9123c34494abce21d6c27bee9d9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eac694332354a3aa0e61c31314166d7"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b4d4989c4e764717ab78d38675cadd3f"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff196e46b56d406d87a678f1a64497b0"}], "type": "compute", "id": "d4030ee932c84df58c5b910cc197caa7", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_95790658-ea1a-473f-b71a-0aa15c3467f2", "id": "6cb53a06110b45a6a2f21cb265048110"}, "audit_ids": ["PrLiqGiPTzmZ1NhaRm3Duw"], "issued_at": "2018-09-04T10:26:02.000000Z"}} 2018-09-04 10:26:02,681 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28: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}68e000bc9fcd9aef233b049c1dbdf7170f1d806f" 2018-09-04 10:26:02,765 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:26:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-75aaa9e6-0add-4427-af62-cdd116df212d 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.28:5000/v3/", "rel": "self"}]}} 2018-09-04 10:26:02,765 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-75aaa9e6-0add-4427-af62-cdd116df212d 2018-09-04 10:26:02,772 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=external -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ac44918eb58dd46ae42a64a93f49ceef45cb303b" 2018-09-04 10:26:03,021 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-9a144df4-8af3-4f7a-afab-163d06a89324 Date: Tue, 04 Sep 2018 10:26:03 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"4097e349-dd4a-4a5e-95d6-eed5c2d7b85a","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"18025ed81c804927a1f0e0e0ba20836f","status":"ACTIVE","subnets":["5092c110-d468-4f12-acae-47d56d35dff1"],"description":"","tags":[],"updated_at":"2018-09-04T10:10:50Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"18025ed81c804927a1f0e0e0ba20836f","created_at":"2018-09-04T10:10:44Z","provider:network_type":"flat"}]} 2018-09-04 10:26:03,021 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=external used request id req-9a144df4-8af3-4f7a-afab-163d06a89324 2018-09-04 10:26:03,027 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=4097e349-dd4a-4a5e-95d6-eed5c2d7b85a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ac44918eb58dd46ae42a64a93f49ceef45cb303b" 2018-09-04 10:26:03,227 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 624 X-Openstack-Request-Id: req-170fa4fd-738a-4646-a2cf-076c12fc0d2a Date: Tue, 04 Sep 2018 10:26:03 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"4097e349-dd4a-4a5e-95d6-eed5c2d7b85a","tenant_id":"18025ed81c804927a1f0e0e0ba20836f","created_at":"2018-09-04T10:10:50Z","dns_nameservers":[],"updated_at":"2018-09-04T10:10:50Z","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":"18025ed81c804927a1f0e0e0ba20836f","id":"5092c110-d468-4f12-acae-47d56d35dff1","subnetpool_id":null,"name":"external-subnet"}]} 2018-09-04 10:26:03,228 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=4097e349-dd4a-4a5e-95d6-eed5c2d7b85a used request id req-170fa4fd-738a-4646-a2cf-076c12fc0d2a 2018-09-04 10:26:03,229 - neutron_utils - INFO - Creating router with name - NeutronUtilsRouterTests-5ce10d26-4149-4fd7-b39a-50a729bc8a03-pub-router 2018-09-04 10:26:03,234 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9696/v2.0/routers -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ac44918eb58dd46ae42a64a93f49ceef45cb303b" -d '{"router": {"external_gateway_info": {"network_id": "4097e349-dd4a-4a5e-95d6-eed5c2d7b85a"}, "name": "NeutronUtilsRouterTests-5ce10d26-4149-4fd7-b39a-50a729bc8a03-pub-router", "admin_state_up": true}}' 2018-09-04 10:26:04,390 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 660 X-Openstack-Request-Id: req-e63d601a-28ac-4d37-9eaf-4175915ea12f Date: Tue, 04 Sep 2018 10:26:04 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "4097e349-dd4a-4a5e-95d6-eed5c2d7b85a", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "5092c110-d468-4f12-acae-47d56d35dff1", "ip_address": "172.30.9.202"}]}, "description": "", "tags": [], "tenant_id": "da1aa3dc9e564d3d922e61c0121a390e", "created_at": "2018-09-04T10:26:03Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-09-04T10:26:04Z", "revision_number": 2, "routes": [], "project_id": "da1aa3dc9e564d3d922e61c0121a390e", "id": "bf6dfabd-fe71-4c77-b1c6-d926232f68c2", "name": "NeutronUtilsRouterTests-5ce10d26-4149-4fd7-b39a-50a729bc8a03-pub-router"}} 2018-09-04 10:26:04,390 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/routers used request id req-e63d601a-28ac-4d37-9eaf-4175915ea12f 2018-09-04 10:26:04,396 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?device_id=bf6dfabd-fe71-4c77-b1c6-d926232f68c2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ac44918eb58dd46ae42a64a93f49ceef45cb303b" 2018-09-04 10:26:04,607 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 751 X-Openstack-Request-Id: req-cd4da908-10a4-4fab-a555-507de61832d8 Date: Tue, 04 Sep 2018 10:26:04 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T10:26:04Z","device_owner":"network:router_gateway","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"5092c110-d468-4f12-acae-47d56d35dff1","ip_address":"172.30.9.202"}],"id":"96fb559e-da8c-4f8d-857b-566e8e652f46","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:fb:fe:e9","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"bf6dfabd-fe71-4c77-b1c6-d926232f68c2","name":"","admin_state_up":true,"network_id":"4097e349-dd4a-4a5e-95d6-eed5c2d7b85a","tenant_id":"","created_at":"2018-09-04T10:26:03Z","binding:vnic_type":"normal"}]} 2018-09-04 10:26:04,608 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?device_id=bf6dfabd-fe71-4c77-b1c6-d926232f68c2 used request id req-cd4da908-10a4-4fab-a555-507de61832d8 2018-09-04 10:26:04,613 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets/5092c110-d468-4f12-acae-47d56d35dff1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ac44918eb58dd46ae42a64a93f49ceef45cb303b" 2018-09-04 10:26:04,967 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 621 X-Openstack-Request-Id: req-0f9dee45-2f7b-481e-bdd8-b7d18c221712 Date: Tue, 04 Sep 2018 10:26:04 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"4097e349-dd4a-4a5e-95d6-eed5c2d7b85a","tenant_id":"18025ed81c804927a1f0e0e0ba20836f","created_at":"2018-09-04T10:10:50Z","dns_nameservers":[],"updated_at":"2018-09-04T10:10:50Z","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":"18025ed81c804927a1f0e0e0ba20836f","id":"5092c110-d468-4f12-acae-47d56d35dff1","subnetpool_id":null,"name":"external-subnet"}} 2018-09-04 10:26:04,967 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets/5092c110-d468-4f12-acae-47d56d35dff1 used request id req-0f9dee45-2f7b-481e-bdd8-b7d18c221712 2018-09-04 10:26:04,973 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/routers?name=NeutronUtilsRouterTests-5ce10d26-4149-4fd7-b39a-50a729bc8a03-pub-router -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ac44918eb58dd46ae42a64a93f49ceef45cb303b" 2018-09-04 10:26:05,209 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-509c19b6-4e58-4c1b-8a65-f8c6e57bcdeb Date: Tue, 04 Sep 2018 10:26:05 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "4097e349-dd4a-4a5e-95d6-eed5c2d7b85a", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "5092c110-d468-4f12-acae-47d56d35dff1", "ip_address": "172.30.9.202"}]}, "description": "", "tags": [], "tenant_id": "da1aa3dc9e564d3d922e61c0121a390e", "created_at": "2018-09-04T10:26:03Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-09-04T10:26:04Z", "revision_number": 2, "routes": [], "project_id": "da1aa3dc9e564d3d922e61c0121a390e", "id": "bf6dfabd-fe71-4c77-b1c6-d926232f68c2", "name": "NeutronUtilsRouterTests-5ce10d26-4149-4fd7-b39a-50a729bc8a03-pub-router"}]} 2018-09-04 10:26:05,209 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/routers?name=NeutronUtilsRouterTests-5ce10d26-4149-4fd7-b39a-50a729bc8a03-pub-router used request id req-509c19b6-4e58-4c1b-8a65-f8c6e57bcdeb 2018-09-04 10:26:05,212 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-04 10:26:05,217 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 04 Sep 2018 10:26: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.28: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.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-04 10:26:05,218 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/da1aa3dc9e564d3d922e61c0121a390e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ac44918eb58dd46ae42a64a93f49ceef45cb303b" 2018-09-04 10:26:05,306 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:26:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5d67de3c-e272-4a6b-b3bf-ac6cb5d5b897 Content-Encoding: gzip Content-Length: 245 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.28:5000/v3/projects/da1aa3dc9e564d3d922e61c0121a390e"}, "enabled": true, "id": "da1aa3dc9e564d3d922e61c0121a390e", "parent_id": "default", "domain_id": "default", "name": "api_check-project_95790658-ea1a-473f-b71a-0aa15c3467f2"}} 2018-09-04 10:26:05,306 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/da1aa3dc9e564d3d922e61c0121a390e used request id req-5d67de3c-e272-4a6b-b3bf-ac6cb5d5b897 2018-09-04 10:26:05,312 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?device_id=bf6dfabd-fe71-4c77-b1c6-d926232f68c2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ac44918eb58dd46ae42a64a93f49ceef45cb303b" 2018-09-04 10:26:05,504 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 751 X-Openstack-Request-Id: req-55445e86-8e62-49b7-a7b2-585e0b52185e Date: Tue, 04 Sep 2018 10:26:05 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T10:26:04Z","device_owner":"network:router_gateway","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"5092c110-d468-4f12-acae-47d56d35dff1","ip_address":"172.30.9.202"}],"id":"96fb559e-da8c-4f8d-857b-566e8e652f46","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:fb:fe:e9","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"bf6dfabd-fe71-4c77-b1c6-d926232f68c2","name":"","admin_state_up":true,"network_id":"4097e349-dd4a-4a5e-95d6-eed5c2d7b85a","tenant_id":"","created_at":"2018-09-04T10:26:03Z","binding:vnic_type":"normal"}]} 2018-09-04 10:26:05,504 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?device_id=bf6dfabd-fe71-4c77-b1c6-d926232f68c2 used request id req-55445e86-8e62-49b7-a7b2-585e0b52185e 2018-09-04 10:26:05,510 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets/5092c110-d468-4f12-acae-47d56d35dff1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ac44918eb58dd46ae42a64a93f49ceef45cb303b" 2018-09-04 10:26:05,691 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 621 X-Openstack-Request-Id: req-f834d503-3517-4b6c-9591-e2c921d5e7ee Date: Tue, 04 Sep 2018 10:26:05 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"4097e349-dd4a-4a5e-95d6-eed5c2d7b85a","tenant_id":"18025ed81c804927a1f0e0e0ba20836f","created_at":"2018-09-04T10:10:50Z","dns_nameservers":[],"updated_at":"2018-09-04T10:10:50Z","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":"18025ed81c804927a1f0e0e0ba20836f","id":"5092c110-d468-4f12-acae-47d56d35dff1","subnetpool_id":null,"name":"external-subnet"}} 2018-09-04 10:26:05,691 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets/5092c110-d468-4f12-acae-47d56d35dff1 used request id req-f834d503-3517-4b6c-9591-e2c921d5e7ee 2018-09-04 10:26:05,697 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=external -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ac44918eb58dd46ae42a64a93f49ceef45cb303b" 2018-09-04 10:26:05,936 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-8e1fb71f-96d9-4a7f-8499-92ad2e5e4ece Date: Tue, 04 Sep 2018 10:26:05 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"4097e349-dd4a-4a5e-95d6-eed5c2d7b85a","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"18025ed81c804927a1f0e0e0ba20836f","status":"ACTIVE","subnets":["5092c110-d468-4f12-acae-47d56d35dff1"],"description":"","tags":[],"updated_at":"2018-09-04T10:10:50Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"18025ed81c804927a1f0e0e0ba20836f","created_at":"2018-09-04T10:10:44Z","provider:network_type":"flat"}]} 2018-09-04 10:26:05,936 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=external used request id req-8e1fb71f-96d9-4a7f-8499-92ad2e5e4ece 2018-09-04 10:26:05,942 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=4097e349-dd4a-4a5e-95d6-eed5c2d7b85a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ac44918eb58dd46ae42a64a93f49ceef45cb303b" 2018-09-04 10:26:06,155 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 624 X-Openstack-Request-Id: req-f6ce5f42-c6d2-4ad6-9e3d-a89504a16b32 Date: Tue, 04 Sep 2018 10:26:06 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"4097e349-dd4a-4a5e-95d6-eed5c2d7b85a","tenant_id":"18025ed81c804927a1f0e0e0ba20836f","created_at":"2018-09-04T10:10:50Z","dns_nameservers":[],"updated_at":"2018-09-04T10:10:50Z","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":"18025ed81c804927a1f0e0e0ba20836f","id":"5092c110-d468-4f12-acae-47d56d35dff1","subnetpool_id":null,"name":"external-subnet"}]} 2018-09-04 10:26:06,155 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=4097e349-dd4a-4a5e-95d6-eed5c2d7b85a used request id req-f6ce5f42-c6d2-4ad6-9e3d-a89504a16b32 2018-09-04 10:26:06,156 - neutron_utils - INFO - Deleting router with name - NeutronUtilsRouterTests-5ce10d26-4149-4fd7-b39a-50a729bc8a03-pub-router 2018-09-04 10:26:06,161 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/routers/bf6dfabd-fe71-4c77-b1c6-d926232f68c2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ac44918eb58dd46ae42a64a93f49ceef45cb303b" 2018-09-04 10:26:07,382 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-b611092a-fb0d-4602-9f79-1535cceaae7a Content-Length: 0 Date: Tue, 04 Sep 2018 10:26:07 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-04 10:26:07,383 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/routers/bf6dfabd-fe71-4c77-b1c6-d926232f68c2 used request id req-b611092a-fb0d-4602-9f79-1535cceaae7a 2018-09-04 10:26:07,387 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/routers?name=NeutronUtilsRouterTests-5ce10d26-4149-4fd7-b39a-50a729bc8a03-pub-router -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ac44918eb58dd46ae42a64a93f49ceef45cb303b" 2018-09-04 10:26:07,584 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-b06c36a3-2a35-417a-909e-3643d0f2e3a7 Date: Tue, 04 Sep 2018 10:26:07 GMT RESP BODY: {"routers": []} 2018-09-04 10:26:07,584 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/routers?name=NeutronUtilsRouterTests-5ce10d26-4149-4fd7-b39a-50a729bc8a03-pub-router used request id req-b06c36a3-2a35-417a-909e-3643d0f2e3a7 2018-09-04 10:26:07,586 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-09-04 10:26:07,986 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5ef645ad12fc453aa5d8a0c2cbf76196", "name": "heat_stack_owner"}, {"id": "9a944a8c31754b8f941d2fa9034d4301", "name": "Member"}, {"id": "3d416247e8224533841040c3ad2bce5a", "name": "admin"}], "expires_at": "2018-09-04T11:26:07.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "da1aa3dc9e564d3d922e61c0121a390e", "name": "api_check-project_95790658-ea1a-473f-b71a-0aa15c3467f2"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235635a698ef4bef9dc6b25273d185da"}, {"url": "http://192.30.9.6:8776/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "23b07b3fbfc340a58cf0f9b2871a0d23"}, {"url": "http://172.30.9.28:8776/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "72fd0aaa144d45419f4b04b6b26f69a7"}], "type": "volume", "id": "097241c25b4d4f7e91b3f8efa155909e", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v3/da1aa3dc9e564d3d922e61c0121a390e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93eb4cf3030a49e7840bec071422d397"}, {"url": "http://192.30.9.6:8776/v3/da1aa3dc9e564d3d922e61c0121a390e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8af439a6ac147fdbcb38ed9aa916b68"}, {"url": "http://192.30.9.6:8776/v3/da1aa3dc9e564d3d922e61c0121a390e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c4bfdbc9b7c74a23a40afdf578cfeba4"}], "type": "volumev3", "id": "1c85f4682ce44f729db1dabd98e965e8", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "82239574a29d4603a2161006f61851cf"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8d15f7134f364a7bbcfff2f84aac3bf2"}, {"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e01668c43a0c4c279b9a3d20a0280d6c"}], "type": "image", "id": "297d8415ca96454991054983920912f7", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7bb4d60e20734d4a9f31ec75e02cb823"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bf6adec15590466a9a0d3bddb00e8993"}, {"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f096f03a1d12411a8972f6f7c196b60d"}], "type": "policy", "id": "54c64351b56d44bbad74c2969cc3aa00", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "354ae6870a324fab82d0a0fb68ee0f26"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a3807e460dd4af488d982b66c52e64c"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e7c3da785076450abd71868e75ce0c33"}], "type": "cloudformation", "id": "6ac9917ae83c4639a15a4ab3cf0e76dd", "name": "heat-cfn"}, {"endpoints": [], "type": "metering", "id": "7fcc078e5e0645f29df67742ac14e388", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49e71628d386464cb950d6a9db00a328"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75b0a63ed8574bbcab1c851cc9b83d30"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9902b0a8b3c04cd192a1b84c417c232b"}], "type": "key-manager", "id": "9626544a32e74678a641c6e206f028a9", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "497340e5aa36485982fdf297f370558f"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7802beb4fc7c4952897b77bd5610b1fe"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c14af798917f4fa0b146d9772583e595"}], "type": "metric", "id": "973bfe8c658d4e5a8da725e76b9d550e", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "288ecc3674ea41d2aa3b790dcb832bf2"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7a6dc785cd7142f5b30f1a7ba0daeb03"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7f7d34e2351b4964befccc862c4e8e12"}], "type": "network", "id": "a348d7b06050474fb449be7f32ea6f5d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "21bce6ecb8464a1f8f3e3847aa698bd6"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0a8faf2246b47deb30e69e48d3551fb"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e71c6011de3d4d8589e5b53dcc79f288"}], "type": "identity", "id": "ad8d4b4953184137a1b913ecee9434ed", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "13474f9a78ca4f1184e4cddc84d0d98c"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad67365a18234bb78c336e6776958c00"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc54db13337f44f8921fbb9ad0f81de8"}], "type": "alarming", "id": "bb18dc3243034f08a6a7f69f7a1edccf", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0d91d7adf0304b2681c77f979e5cdb17"}, {"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "756e5ffca9774ab3ae2db41bf330417f"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c07c727a08c243b287827f539a124e63"}], "type": "placement", "id": "bb2c9432fcbd4c56913177122468f6ba", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1eed4912224b48cf9856446eae4d9928"}, {"url": "http://192.30.9.6:8004/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b73b7f99236541148d84f24f09e5dd40"}, {"url": "http://192.30.9.6:8004/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fbf12e52911244fdafc24a9d46f56e62"}], "type": "orchestration", "id": "c8918d139da945ba93df4ccce21d4904", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/da1aa3dc9e564d3d922e61c0121a390e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16bf098b9e2e490f8e47fa601059f975"}, {"url": "http://192.30.9.6:8776/v2/da1aa3dc9e564d3d922e61c0121a390e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc16fa4cf491444ca2f611d5692c1170"}, {"url": "http://192.30.9.6:8776/v2/da1aa3dc9e564d3d922e61c0121a390e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ccd2c5325dff4b90b391db9fdde67d99"}], "type": "volumev2", "id": "d09ac9123c34494abce21d6c27bee9d9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eac694332354a3aa0e61c31314166d7"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b4d4989c4e764717ab78d38675cadd3f"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff196e46b56d406d87a678f1a64497b0"}], "type": "compute", "id": "d4030ee932c84df58c5b910cc197caa7", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_95790658-ea1a-473f-b71a-0aa15c3467f2", "id": "6cb53a06110b45a6a2f21cb265048110"}, "audit_ids": ["2NqAOeI2SYWNplWkVJplEA"], "issued_at": "2018-09-04T10:26:07.000000Z"}} 2018-09-04 10:26:07,987 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28: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}5f8ce7cd7e8ebf43b66643637bc9bdac0f468193" 2018-09-04 10:26:08,068 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:26:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b98f54f2-ec60-4a12-b8b2-cdbc8712e041 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.28:5000/v3/", "rel": "self"}]}} 2018-09-04 10:26:08,068 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-b98f54f2-ec60-4a12-b8b2-cdbc8712e041 2018-09-04 10:26:08,069 - neutron_utils - INFO - Creating security group with name - NeutronUtilsSecurityGroupTests-664a1223-3011-4e90-8dbf-2f139b20629cname 2018-09-04 10:26:08,075 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5f8ce7cd7e8ebf43b66643637bc9bdac0f468193" -d '{"security_group": {"name": "NeutronUtilsSecurityGroupTests-664a1223-3011-4e90-8dbf-2f139b20629cname"}}' 2018-09-04 10:26:08,452 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1403 X-Openstack-Request-Id: req-e8761040-62c2-493e-a7a4-50d97043fdac Date: Tue, 04 Sep 2018 10:26:08 GMT RESP BODY: {"security_group": {"description": "", "tags": [], "tenant_id": "da1aa3dc9e564d3d922e61c0121a390e", "created_at": "2018-09-04T10:26:08Z", "updated_at": "2018-09-04T10:26:08Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T10:26:08Z", "revision_number": 0, "id": "1c7dc2a9-a41c-4e4b-95fa-234f4117c7d3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T10:26:08Z", "security_group_id": "a1b5436a-b7a6-46eb-b35d-5e8887cb5400", "tenant_id": "da1aa3dc9e564d3d922e61c0121a390e", "port_range_min": null, "ethertype": "IPv4", "project_id": "da1aa3dc9e564d3d922e61c0121a390e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T10:26:08Z", "revision_number": 0, "id": "899b446b-9769-4f7b-b153-57c426593956", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T10:26:08Z", "security_group_id": "a1b5436a-b7a6-46eb-b35d-5e8887cb5400", "tenant_id": "da1aa3dc9e564d3d922e61c0121a390e", "port_range_min": null, "ethertype": "IPv6", "project_id": "da1aa3dc9e564d3d922e61c0121a390e"}], "revision_number": 2, "project_id": "da1aa3dc9e564d3d922e61c0121a390e", "id": "a1b5436a-b7a6-46eb-b35d-5e8887cb5400", "name": "NeutronUtilsSecurityGroupTests-664a1223-3011-4e90-8dbf-2f139b20629cname"}} 2018-09-04 10:26:08,453 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/security-groups used request id req-e8761040-62c2-493e-a7a4-50d97043fdac 2018-09-04 10:26:08,453 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - a1b5436a-b7a6-46eb-b35d-5e8887cb5400 2018-09-04 10:26:08,457 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=a1b5436a-b7a6-46eb-b35d-5e8887cb5400 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5f8ce7cd7e8ebf43b66643637bc9bdac0f468193" 2018-09-04 10:26:08,623 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-1373ff78-0ff0-48fe-97a2-ae6d0414a652 Date: Tue, 04 Sep 2018 10:26:08 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-09-04T10:26:08Z", "security_group_id": "a1b5436a-b7a6-46eb-b35d-5e8887cb5400", "port_range_min": null, "revision_number": 0, "tenant_id": "da1aa3dc9e564d3d922e61c0121a390e", "created_at": "2018-09-04T10:26:08Z", "project_id": "da1aa3dc9e564d3d922e61c0121a390e", "id": "1c7dc2a9-a41c-4e4b-95fa-234f4117c7d3"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T10:26:08Z", "security_group_id": "a1b5436a-b7a6-46eb-b35d-5e8887cb5400", "port_range_min": null, "revision_number": 0, "tenant_id": "da1aa3dc9e564d3d922e61c0121a390e", "created_at": "2018-09-04T10:26:08Z", "project_id": "da1aa3dc9e564d3d922e61c0121a390e", "id": "899b446b-9769-4f7b-b153-57c426593956"}]} 2018-09-04 10:26:08,624 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=a1b5436a-b7a6-46eb-b35d-5e8887cb5400 used request id req-1373ff78-0ff0-48fe-97a2-ae6d0414a652 2018-09-04 10:26:08,629 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?name=NeutronUtilsSecurityGroupTests-664a1223-3011-4e90-8dbf-2f139b20629cname -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5f8ce7cd7e8ebf43b66643637bc9bdac0f468193" 2018-09-04 10:26:08,827 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1406 X-Openstack-Request-Id: req-596c7eca-ba97-48e7-9c45-1fe76bfed01d Date: Tue, 04 Sep 2018 10:26:08 GMT RESP BODY: {"security_groups": [{"description": "", "tags": [], "tenant_id": "da1aa3dc9e564d3d922e61c0121a390e", "created_at": "2018-09-04T10:26:08Z", "updated_at": "2018-09-04T10:26:08Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T10:26:08Z", "revision_number": 0, "id": "899b446b-9769-4f7b-b153-57c426593956", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T10:26:08Z", "security_group_id": "a1b5436a-b7a6-46eb-b35d-5e8887cb5400", "tenant_id": "da1aa3dc9e564d3d922e61c0121a390e", "port_range_min": null, "ethertype": "IPv6", "project_id": "da1aa3dc9e564d3d922e61c0121a390e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T10:26:08Z", "revision_number": 0, "id": "1c7dc2a9-a41c-4e4b-95fa-234f4117c7d3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T10:26:08Z", "security_group_id": "a1b5436a-b7a6-46eb-b35d-5e8887cb5400", "tenant_id": "da1aa3dc9e564d3d922e61c0121a390e", "port_range_min": null, "ethertype": "IPv4", "project_id": "da1aa3dc9e564d3d922e61c0121a390e"}], "revision_number": 2, "project_id": "da1aa3dc9e564d3d922e61c0121a390e", "id": "a1b5436a-b7a6-46eb-b35d-5e8887cb5400", "name": "NeutronUtilsSecurityGroupTests-664a1223-3011-4e90-8dbf-2f139b20629cname"}]} 2018-09-04 10:26:08,827 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?name=NeutronUtilsSecurityGroupTests-664a1223-3011-4e90-8dbf-2f139b20629cname used request id req-596c7eca-ba97-48e7-9c45-1fe76bfed01d 2018-09-04 10:26:08,827 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - a1b5436a-b7a6-46eb-b35d-5e8887cb5400 2018-09-04 10:26:08,832 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=a1b5436a-b7a6-46eb-b35d-5e8887cb5400 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5f8ce7cd7e8ebf43b66643637bc9bdac0f468193" 2018-09-04 10:26:09,005 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-80b46ac6-f55b-4cff-8b2b-e08c7bf81b8e Date: Tue, 04 Sep 2018 10:26:09 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-09-04T10:26:08Z", "security_group_id": "a1b5436a-b7a6-46eb-b35d-5e8887cb5400", "port_range_min": null, "revision_number": 0, "tenant_id": "da1aa3dc9e564d3d922e61c0121a390e", "created_at": "2018-09-04T10:26:08Z", "project_id": "da1aa3dc9e564d3d922e61c0121a390e", "id": "1c7dc2a9-a41c-4e4b-95fa-234f4117c7d3"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T10:26:08Z", "security_group_id": "a1b5436a-b7a6-46eb-b35d-5e8887cb5400", "port_range_min": null, "revision_number": 0, "tenant_id": "da1aa3dc9e564d3d922e61c0121a390e", "created_at": "2018-09-04T10:26:08Z", "project_id": "da1aa3dc9e564d3d922e61c0121a390e", "id": "899b446b-9769-4f7b-b153-57c426593956"}]} 2018-09-04 10:26:09,005 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=a1b5436a-b7a6-46eb-b35d-5e8887cb5400 used request id req-80b46ac6-f55b-4cff-8b2b-e08c7bf81b8e 2018-09-04 10:26:09,006 - neutron_utils - INFO - Deleting security group with name - NeutronUtilsSecurityGroupTests-664a1223-3011-4e90-8dbf-2f139b20629cname 2018-09-04 10:26:09,011 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/security-groups/a1b5436a-b7a6-46eb-b35d-5e8887cb5400 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5f8ce7cd7e8ebf43b66643637bc9bdac0f468193" 2018-09-04 10:26:09,304 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-de089d1b-102a-4f0f-9210-2e9ec251daad Content-Length: 0 Date: Tue, 04 Sep 2018 10:26:09 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-04 10:26:09,304 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/security-groups/a1b5436a-b7a6-46eb-b35d-5e8887cb5400 used request id req-de089d1b-102a-4f0f-9210-2e9ec251daad 2018-09-04 10:26:09,309 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?name=NeutronUtilsSecurityGroupTests-664a1223-3011-4e90-8dbf-2f139b20629cname -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5f8ce7cd7e8ebf43b66643637bc9bdac0f468193" 2018-09-04 10:26:09,500 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 23 X-Openstack-Request-Id: req-dbf25f62-44d9-4a22-944b-bf588492ef0b Date: Tue, 04 Sep 2018 10:26:09 GMT RESP BODY: {"security_groups": []} 2018-09-04 10:26:09,501 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?name=NeutronUtilsSecurityGroupTests-664a1223-3011-4e90-8dbf-2f139b20629cname used request id req-dbf25f62-44d9-4a22-944b-bf588492ef0b 2018-09-04 10:26:09,502 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-09-04 10:26:09,888 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5ef645ad12fc453aa5d8a0c2cbf76196", "name": "heat_stack_owner"}, {"id": "9a944a8c31754b8f941d2fa9034d4301", "name": "Member"}, {"id": "3d416247e8224533841040c3ad2bce5a", "name": "admin"}], "expires_at": "2018-09-04T11:26:09.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "da1aa3dc9e564d3d922e61c0121a390e", "name": "api_check-project_95790658-ea1a-473f-b71a-0aa15c3467f2"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235635a698ef4bef9dc6b25273d185da"}, {"url": "http://192.30.9.6:8776/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "23b07b3fbfc340a58cf0f9b2871a0d23"}, {"url": "http://172.30.9.28:8776/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "72fd0aaa144d45419f4b04b6b26f69a7"}], "type": "volume", "id": "097241c25b4d4f7e91b3f8efa155909e", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v3/da1aa3dc9e564d3d922e61c0121a390e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93eb4cf3030a49e7840bec071422d397"}, {"url": "http://192.30.9.6:8776/v3/da1aa3dc9e564d3d922e61c0121a390e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8af439a6ac147fdbcb38ed9aa916b68"}, {"url": "http://192.30.9.6:8776/v3/da1aa3dc9e564d3d922e61c0121a390e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c4bfdbc9b7c74a23a40afdf578cfeba4"}], "type": "volumev3", "id": "1c85f4682ce44f729db1dabd98e965e8", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "82239574a29d4603a2161006f61851cf"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8d15f7134f364a7bbcfff2f84aac3bf2"}, {"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e01668c43a0c4c279b9a3d20a0280d6c"}], "type": "image", "id": "297d8415ca96454991054983920912f7", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7bb4d60e20734d4a9f31ec75e02cb823"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bf6adec15590466a9a0d3bddb00e8993"}, {"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f096f03a1d12411a8972f6f7c196b60d"}], "type": "policy", "id": "54c64351b56d44bbad74c2969cc3aa00", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "354ae6870a324fab82d0a0fb68ee0f26"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a3807e460dd4af488d982b66c52e64c"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e7c3da785076450abd71868e75ce0c33"}], "type": "cloudformation", "id": "6ac9917ae83c4639a15a4ab3cf0e76dd", "name": "heat-cfn"}, {"endpoints": [], "type": "metering", "id": "7fcc078e5e0645f29df67742ac14e388", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49e71628d386464cb950d6a9db00a328"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75b0a63ed8574bbcab1c851cc9b83d30"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9902b0a8b3c04cd192a1b84c417c232b"}], "type": "key-manager", "id": "9626544a32e74678a641c6e206f028a9", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "497340e5aa36485982fdf297f370558f"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7802beb4fc7c4952897b77bd5610b1fe"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c14af798917f4fa0b146d9772583e595"}], "type": "metric", "id": "973bfe8c658d4e5a8da725e76b9d550e", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "288ecc3674ea41d2aa3b790dcb832bf2"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7a6dc785cd7142f5b30f1a7ba0daeb03"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7f7d34e2351b4964befccc862c4e8e12"}], "type": "network", "id": "a348d7b06050474fb449be7f32ea6f5d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "21bce6ecb8464a1f8f3e3847aa698bd6"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0a8faf2246b47deb30e69e48d3551fb"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e71c6011de3d4d8589e5b53dcc79f288"}], "type": "identity", "id": "ad8d4b4953184137a1b913ecee9434ed", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "13474f9a78ca4f1184e4cddc84d0d98c"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad67365a18234bb78c336e6776958c00"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc54db13337f44f8921fbb9ad0f81de8"}], "type": "alarming", "id": "bb18dc3243034f08a6a7f69f7a1edccf", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0d91d7adf0304b2681c77f979e5cdb17"}, {"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "756e5ffca9774ab3ae2db41bf330417f"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c07c727a08c243b287827f539a124e63"}], "type": "placement", "id": "bb2c9432fcbd4c56913177122468f6ba", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1eed4912224b48cf9856446eae4d9928"}, {"url": "http://192.30.9.6:8004/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b73b7f99236541148d84f24f09e5dd40"}, {"url": "http://192.30.9.6:8004/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fbf12e52911244fdafc24a9d46f56e62"}], "type": "orchestration", "id": "c8918d139da945ba93df4ccce21d4904", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/da1aa3dc9e564d3d922e61c0121a390e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16bf098b9e2e490f8e47fa601059f975"}, {"url": "http://192.30.9.6:8776/v2/da1aa3dc9e564d3d922e61c0121a390e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc16fa4cf491444ca2f611d5692c1170"}, {"url": "http://192.30.9.6:8776/v2/da1aa3dc9e564d3d922e61c0121a390e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ccd2c5325dff4b90b391db9fdde67d99"}], "type": "volumev2", "id": "d09ac9123c34494abce21d6c27bee9d9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eac694332354a3aa0e61c31314166d7"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b4d4989c4e764717ab78d38675cadd3f"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff196e46b56d406d87a678f1a64497b0"}], "type": "compute", "id": "d4030ee932c84df58c5b910cc197caa7", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_95790658-ea1a-473f-b71a-0aa15c3467f2", "id": "6cb53a06110b45a6a2f21cb265048110"}, "audit_ids": ["FB5iurlFR4qe1K8W-Tdd1A"], "issued_at": "2018-09-04T10:26:09.000000Z"}} 2018-09-04 10:26:09,889 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28: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}cce2391d703508ef482be7697cfc56eeb0e8e174" 2018-09-04 10:26:09,903 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:26:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cb7b7687-9ded-4f26-aaf5-6c0d36af6569 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.28:5000/v3/", "rel": "self"}]}} 2018-09-04 10:26:09,903 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-cb7b7687-9ded-4f26-aaf5-6c0d36af6569 2018-09-04 10:26:09,905 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-09-04 10:26:10,276 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5ef645ad12fc453aa5d8a0c2cbf76196", "name": "heat_stack_owner"}, {"id": "9a944a8c31754b8f941d2fa9034d4301", "name": "Member"}, {"id": "3d416247e8224533841040c3ad2bce5a", "name": "admin"}], "expires_at": "2018-09-04T11:26:10.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "da1aa3dc9e564d3d922e61c0121a390e", "name": "api_check-project_95790658-ea1a-473f-b71a-0aa15c3467f2"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235635a698ef4bef9dc6b25273d185da"}, {"url": "http://192.30.9.6:8776/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "23b07b3fbfc340a58cf0f9b2871a0d23"}, {"url": "http://172.30.9.28:8776/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "72fd0aaa144d45419f4b04b6b26f69a7"}], "type": "volume", "id": "097241c25b4d4f7e91b3f8efa155909e", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v3/da1aa3dc9e564d3d922e61c0121a390e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93eb4cf3030a49e7840bec071422d397"}, {"url": "http://192.30.9.6:8776/v3/da1aa3dc9e564d3d922e61c0121a390e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8af439a6ac147fdbcb38ed9aa916b68"}, {"url": "http://192.30.9.6:8776/v3/da1aa3dc9e564d3d922e61c0121a390e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c4bfdbc9b7c74a23a40afdf578cfeba4"}], "type": "volumev3", "id": "1c85f4682ce44f729db1dabd98e965e8", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "82239574a29d4603a2161006f61851cf"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8d15f7134f364a7bbcfff2f84aac3bf2"}, {"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e01668c43a0c4c279b9a3d20a0280d6c"}], "type": "image", "id": "297d8415ca96454991054983920912f7", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7bb4d60e20734d4a9f31ec75e02cb823"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bf6adec15590466a9a0d3bddb00e8993"}, {"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f096f03a1d12411a8972f6f7c196b60d"}], "type": "policy", "id": "54c64351b56d44bbad74c2969cc3aa00", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "354ae6870a324fab82d0a0fb68ee0f26"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a3807e460dd4af488d982b66c52e64c"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e7c3da785076450abd71868e75ce0c33"}], "type": "cloudformation", "id": "6ac9917ae83c4639a15a4ab3cf0e76dd", "name": "heat-cfn"}, {"endpoints": [], "type": "metering", "id": "7fcc078e5e0645f29df67742ac14e388", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49e71628d386464cb950d6a9db00a328"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75b0a63ed8574bbcab1c851cc9b83d30"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9902b0a8b3c04cd192a1b84c417c232b"}], "type": "key-manager", "id": "9626544a32e74678a641c6e206f028a9", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "497340e5aa36485982fdf297f370558f"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7802beb4fc7c4952897b77bd5610b1fe"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c14af798917f4fa0b146d9772583e595"}], "type": "metric", "id": "973bfe8c658d4e5a8da725e76b9d550e", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "288ecc3674ea41d2aa3b790dcb832bf2"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7a6dc785cd7142f5b30f1a7ba0daeb03"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7f7d34e2351b4964befccc862c4e8e12"}], "type": "network", "id": "a348d7b06050474fb449be7f32ea6f5d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "21bce6ecb8464a1f8f3e3847aa698bd6"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0a8faf2246b47deb30e69e48d3551fb"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e71c6011de3d4d8589e5b53dcc79f288"}], "type": "identity", "id": "ad8d4b4953184137a1b913ecee9434ed", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "13474f9a78ca4f1184e4cddc84d0d98c"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad67365a18234bb78c336e6776958c00"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc54db13337f44f8921fbb9ad0f81de8"}], "type": "alarming", "id": "bb18dc3243034f08a6a7f69f7a1edccf", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0d91d7adf0304b2681c77f979e5cdb17"}, {"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "756e5ffca9774ab3ae2db41bf330417f"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c07c727a08c243b287827f539a124e63"}], "type": "placement", "id": "bb2c9432fcbd4c56913177122468f6ba", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1eed4912224b48cf9856446eae4d9928"}, {"url": "http://192.30.9.6:8004/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b73b7f99236541148d84f24f09e5dd40"}, {"url": "http://192.30.9.6:8004/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fbf12e52911244fdafc24a9d46f56e62"}], "type": "orchestration", "id": "c8918d139da945ba93df4ccce21d4904", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/da1aa3dc9e564d3d922e61c0121a390e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16bf098b9e2e490f8e47fa601059f975"}, {"url": "http://192.30.9.6:8776/v2/da1aa3dc9e564d3d922e61c0121a390e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc16fa4cf491444ca2f611d5692c1170"}, {"url": "http://192.30.9.6:8776/v2/da1aa3dc9e564d3d922e61c0121a390e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ccd2c5325dff4b90b391db9fdde67d99"}], "type": "volumev2", "id": "d09ac9123c34494abce21d6c27bee9d9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eac694332354a3aa0e61c31314166d7"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b4d4989c4e764717ab78d38675cadd3f"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff196e46b56d406d87a678f1a64497b0"}], "type": "compute", "id": "d4030ee932c84df58c5b910cc197caa7", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_95790658-ea1a-473f-b71a-0aa15c3467f2", "id": "6cb53a06110b45a6a2f21cb265048110"}, "audit_ids": ["2SAqc1eNS9ijG56HxYRk7A"], "issued_at": "2018-09-04T10:26:10.000000Z"}} 2018-09-04 10:26:10,277 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28: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}8702e95f6fdda84a772a7ea6b822d350c38a91f6" 2018-09-04 10:26:10,364 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:26:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5201483f-66db-4a36-93e6-d9ba8c17b6c6 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.28:5000/v3/", "rel": "self"}]}} 2018-09-04 10:26:10,364 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-5201483f-66db-4a36-93e6-d9ba8c17b6c6 2018-09-04 10:26:10,366 - neutron_utils - INFO - Creating security group with name - NeutronUtilsSecurityGroupTests-dd87c3f3-1840-480f-8eed-41393966bfadname 2018-09-04 10:26:10,370 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8702e95f6fdda84a772a7ea6b822d350c38a91f6" -d '{"security_group": {"name": "NeutronUtilsSecurityGroupTests-dd87c3f3-1840-480f-8eed-41393966bfadname", "description": "hello group"}}' 2018-09-04 10:26:10,800 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1414 X-Openstack-Request-Id: req-649f1637-64ed-458a-a0bf-5eadd3cd9f24 Date: Tue, 04 Sep 2018 10:26:10 GMT RESP BODY: {"security_group": {"description": "hello group", "tags": [], "tenant_id": "da1aa3dc9e564d3d922e61c0121a390e", "created_at": "2018-09-04T10:26:10Z", "updated_at": "2018-09-04T10:26:10Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T10:26:10Z", "revision_number": 0, "id": "d23008ef-1ef2-447c-a575-8ba5582c1559", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T10:26:10Z", "security_group_id": "70bbfc29-6e1c-47dc-9c36-1c5555a888d5", "tenant_id": "da1aa3dc9e564d3d922e61c0121a390e", "port_range_min": null, "ethertype": "IPv4", "project_id": "da1aa3dc9e564d3d922e61c0121a390e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T10:26:10Z", "revision_number": 0, "id": "f7c26ae8-7d08-48ff-bfa6-35a931cd0d0a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T10:26:10Z", "security_group_id": "70bbfc29-6e1c-47dc-9c36-1c5555a888d5", "tenant_id": "da1aa3dc9e564d3d922e61c0121a390e", "port_range_min": null, "ethertype": "IPv6", "project_id": "da1aa3dc9e564d3d922e61c0121a390e"}], "revision_number": 2, "project_id": "da1aa3dc9e564d3d922e61c0121a390e", "id": "70bbfc29-6e1c-47dc-9c36-1c5555a888d5", "name": "NeutronUtilsSecurityGroupTests-dd87c3f3-1840-480f-8eed-41393966bfadname"}} 2018-09-04 10:26:10,800 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/security-groups used request id req-649f1637-64ed-458a-a0bf-5eadd3cd9f24 2018-09-04 10:26:10,801 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 70bbfc29-6e1c-47dc-9c36-1c5555a888d5 2018-09-04 10:26:10,806 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=70bbfc29-6e1c-47dc-9c36-1c5555a888d5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8702e95f6fdda84a772a7ea6b822d350c38a91f6" 2018-09-04 10:26:11,045 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-10a16e0b-7c0a-4a7c-9b95-4adbfd156122 Date: Tue, 04 Sep 2018 10:26:11 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-09-04T10:26:10Z", "security_group_id": "70bbfc29-6e1c-47dc-9c36-1c5555a888d5", "port_range_min": null, "revision_number": 0, "tenant_id": "da1aa3dc9e564d3d922e61c0121a390e", "created_at": "2018-09-04T10:26:10Z", "project_id": "da1aa3dc9e564d3d922e61c0121a390e", "id": "d23008ef-1ef2-447c-a575-8ba5582c1559"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T10:26:10Z", "security_group_id": "70bbfc29-6e1c-47dc-9c36-1c5555a888d5", "port_range_min": null, "revision_number": 0, "tenant_id": "da1aa3dc9e564d3d922e61c0121a390e", "created_at": "2018-09-04T10:26:10Z", "project_id": "da1aa3dc9e564d3d922e61c0121a390e", "id": "f7c26ae8-7d08-48ff-bfa6-35a931cd0d0a"}]} 2018-09-04 10:26:11,046 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=70bbfc29-6e1c-47dc-9c36-1c5555a888d5 used request id req-10a16e0b-7c0a-4a7c-9b95-4adbfd156122 2018-09-04 10:26:11,052 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?name=NeutronUtilsSecurityGroupTests-dd87c3f3-1840-480f-8eed-41393966bfadname&description=hello+group -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8702e95f6fdda84a772a7ea6b822d350c38a91f6" 2018-09-04 10:26:11,256 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1417 X-Openstack-Request-Id: req-bb9e6b3e-a2e7-4365-8e7d-10d31089b3c7 Date: Tue, 04 Sep 2018 10:26:11 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "da1aa3dc9e564d3d922e61c0121a390e", "created_at": "2018-09-04T10:26:10Z", "updated_at": "2018-09-04T10:26:10Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T10:26:10Z", "revision_number": 0, "id": "f7c26ae8-7d08-48ff-bfa6-35a931cd0d0a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T10:26:10Z", "security_group_id": "70bbfc29-6e1c-47dc-9c36-1c5555a888d5", "tenant_id": "da1aa3dc9e564d3d922e61c0121a390e", "port_range_min": null, "ethertype": "IPv6", "project_id": "da1aa3dc9e564d3d922e61c0121a390e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T10:26:10Z", "revision_number": 0, "id": "d23008ef-1ef2-447c-a575-8ba5582c1559", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T10:26:10Z", "security_group_id": "70bbfc29-6e1c-47dc-9c36-1c5555a888d5", "tenant_id": "da1aa3dc9e564d3d922e61c0121a390e", "port_range_min": null, "ethertype": "IPv4", "project_id": "da1aa3dc9e564d3d922e61c0121a390e"}], "revision_number": 2, "project_id": "da1aa3dc9e564d3d922e61c0121a390e", "id": "70bbfc29-6e1c-47dc-9c36-1c5555a888d5", "name": "NeutronUtilsSecurityGroupTests-dd87c3f3-1840-480f-8eed-41393966bfadname"}]} 2018-09-04 10:26:11,256 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?name=NeutronUtilsSecurityGroupTests-dd87c3f3-1840-480f-8eed-41393966bfadname&description=hello+group used request id req-bb9e6b3e-a2e7-4365-8e7d-10d31089b3c7 2018-09-04 10:26:11,257 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 70bbfc29-6e1c-47dc-9c36-1c5555a888d5 2018-09-04 10:26:11,262 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=70bbfc29-6e1c-47dc-9c36-1c5555a888d5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8702e95f6fdda84a772a7ea6b822d350c38a91f6" 2018-09-04 10:26:11,421 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-e8249072-d874-4ce0-89e8-527a7ffa53fa Date: Tue, 04 Sep 2018 10:26:11 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-09-04T10:26:10Z", "security_group_id": "70bbfc29-6e1c-47dc-9c36-1c5555a888d5", "port_range_min": null, "revision_number": 0, "tenant_id": "da1aa3dc9e564d3d922e61c0121a390e", "created_at": "2018-09-04T10:26:10Z", "project_id": "da1aa3dc9e564d3d922e61c0121a390e", "id": "d23008ef-1ef2-447c-a575-8ba5582c1559"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T10:26:10Z", "security_group_id": "70bbfc29-6e1c-47dc-9c36-1c5555a888d5", "port_range_min": null, "revision_number": 0, "tenant_id": "da1aa3dc9e564d3d922e61c0121a390e", "created_at": "2018-09-04T10:26:10Z", "project_id": "da1aa3dc9e564d3d922e61c0121a390e", "id": "f7c26ae8-7d08-48ff-bfa6-35a931cd0d0a"}]} 2018-09-04 10:26:11,421 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=70bbfc29-6e1c-47dc-9c36-1c5555a888d5 used request id req-e8249072-d874-4ce0-89e8-527a7ffa53fa 2018-09-04 10:26:11,422 - neutron_utils - INFO - Deleting security group with name - NeutronUtilsSecurityGroupTests-dd87c3f3-1840-480f-8eed-41393966bfadname 2018-09-04 10:26:11,426 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/security-groups/70bbfc29-6e1c-47dc-9c36-1c5555a888d5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8702e95f6fdda84a772a7ea6b822d350c38a91f6" 2018-09-04 10:26:11,765 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-fa2f4780-ab31-4ac5-b78b-d07e312784d6 Content-Length: 0 Date: Tue, 04 Sep 2018 10:26:11 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-04 10:26:11,765 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/security-groups/70bbfc29-6e1c-47dc-9c36-1c5555a888d5 used request id req-fa2f4780-ab31-4ac5-b78b-d07e312784d6 2018-09-04 10:26:11,766 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-09-04 10:26:12,164 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5ef645ad12fc453aa5d8a0c2cbf76196", "name": "heat_stack_owner"}, {"id": "9a944a8c31754b8f941d2fa9034d4301", "name": "Member"}, {"id": "3d416247e8224533841040c3ad2bce5a", "name": "admin"}], "expires_at": "2018-09-04T11:26:12.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "da1aa3dc9e564d3d922e61c0121a390e", "name": "api_check-project_95790658-ea1a-473f-b71a-0aa15c3467f2"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235635a698ef4bef9dc6b25273d185da"}, {"url": "http://192.30.9.6:8776/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "23b07b3fbfc340a58cf0f9b2871a0d23"}, {"url": "http://172.30.9.28:8776/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "72fd0aaa144d45419f4b04b6b26f69a7"}], "type": "volume", "id": "097241c25b4d4f7e91b3f8efa155909e", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v3/da1aa3dc9e564d3d922e61c0121a390e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93eb4cf3030a49e7840bec071422d397"}, {"url": "http://192.30.9.6:8776/v3/da1aa3dc9e564d3d922e61c0121a390e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8af439a6ac147fdbcb38ed9aa916b68"}, {"url": "http://192.30.9.6:8776/v3/da1aa3dc9e564d3d922e61c0121a390e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c4bfdbc9b7c74a23a40afdf578cfeba4"}], "type": "volumev3", "id": "1c85f4682ce44f729db1dabd98e965e8", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "82239574a29d4603a2161006f61851cf"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8d15f7134f364a7bbcfff2f84aac3bf2"}, {"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e01668c43a0c4c279b9a3d20a0280d6c"}], "type": "image", "id": "297d8415ca96454991054983920912f7", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7bb4d60e20734d4a9f31ec75e02cb823"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bf6adec15590466a9a0d3bddb00e8993"}, {"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f096f03a1d12411a8972f6f7c196b60d"}], "type": "policy", "id": "54c64351b56d44bbad74c2969cc3aa00", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "354ae6870a324fab82d0a0fb68ee0f26"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a3807e460dd4af488d982b66c52e64c"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e7c3da785076450abd71868e75ce0c33"}], "type": "cloudformation", "id": "6ac9917ae83c4639a15a4ab3cf0e76dd", "name": "heat-cfn"}, {"endpoints": [], "type": "metering", "id": "7fcc078e5e0645f29df67742ac14e388", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49e71628d386464cb950d6a9db00a328"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75b0a63ed8574bbcab1c851cc9b83d30"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9902b0a8b3c04cd192a1b84c417c232b"}], "type": "key-manager", "id": "9626544a32e74678a641c6e206f028a9", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "497340e5aa36485982fdf297f370558f"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7802beb4fc7c4952897b77bd5610b1fe"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c14af798917f4fa0b146d9772583e595"}], "type": "metric", "id": "973bfe8c658d4e5a8da725e76b9d550e", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "288ecc3674ea41d2aa3b790dcb832bf2"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7a6dc785cd7142f5b30f1a7ba0daeb03"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7f7d34e2351b4964befccc862c4e8e12"}], "type": "network", "id": "a348d7b06050474fb449be7f32ea6f5d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "21bce6ecb8464a1f8f3e3847aa698bd6"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0a8faf2246b47deb30e69e48d3551fb"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e71c6011de3d4d8589e5b53dcc79f288"}], "type": "identity", "id": "ad8d4b4953184137a1b913ecee9434ed", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "13474f9a78ca4f1184e4cddc84d0d98c"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad67365a18234bb78c336e6776958c00"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc54db13337f44f8921fbb9ad0f81de8"}], "type": "alarming", "id": "bb18dc3243034f08a6a7f69f7a1edccf", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0d91d7adf0304b2681c77f979e5cdb17"}, {"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "756e5ffca9774ab3ae2db41bf330417f"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c07c727a08c243b287827f539a124e63"}], "type": "placement", "id": "bb2c9432fcbd4c56913177122468f6ba", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1eed4912224b48cf9856446eae4d9928"}, {"url": "http://192.30.9.6:8004/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b73b7f99236541148d84f24f09e5dd40"}, {"url": "http://192.30.9.6:8004/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fbf12e52911244fdafc24a9d46f56e62"}], "type": "orchestration", "id": "c8918d139da945ba93df4ccce21d4904", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/da1aa3dc9e564d3d922e61c0121a390e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16bf098b9e2e490f8e47fa601059f975"}, {"url": "http://192.30.9.6:8776/v2/da1aa3dc9e564d3d922e61c0121a390e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc16fa4cf491444ca2f611d5692c1170"}, {"url": "http://192.30.9.6:8776/v2/da1aa3dc9e564d3d922e61c0121a390e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ccd2c5325dff4b90b391db9fdde67d99"}], "type": "volumev2", "id": "d09ac9123c34494abce21d6c27bee9d9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eac694332354a3aa0e61c31314166d7"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b4d4989c4e764717ab78d38675cadd3f"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff196e46b56d406d87a678f1a64497b0"}], "type": "compute", "id": "d4030ee932c84df58c5b910cc197caa7", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_95790658-ea1a-473f-b71a-0aa15c3467f2", "id": "6cb53a06110b45a6a2f21cb265048110"}, "audit_ids": ["57lEVT1sQSieAHSiadiawA"], "issued_at": "2018-09-04T10:26:12.000000Z"}} 2018-09-04 10:26:12,165 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28: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}248d94f20b55288185f5e453864df17b619f8272" 2018-09-04 10:26:12,241 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:26:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2705ba91-fd96-42a2-8ffa-7b1b3fa36d00 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.28:5000/v3/", "rel": "self"}]}} 2018-09-04 10:26:12,241 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-2705ba91-fd96-42a2-8ffa-7b1b3fa36d00 2018-09-04 10:26:12,243 - neutron_utils - INFO - Creating security group with name - NeutronUtilsSecurityGroupTests-9075f093-dcda-47ae-9f85-4b8a8e7ebd75name 2018-09-04 10:26:12,248 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}248d94f20b55288185f5e453864df17b619f8272" -d '{"security_group": {"name": "NeutronUtilsSecurityGroupTests-9075f093-dcda-47ae-9f85-4b8a8e7ebd75name", "description": "hello group"}}' 2018-09-04 10:26:12,666 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1414 X-Openstack-Request-Id: req-1dfe11b5-e49d-4433-834e-3914a9c34caa Date: Tue, 04 Sep 2018 10:26:12 GMT RESP BODY: {"security_group": {"description": "hello group", "tags": [], "tenant_id": "da1aa3dc9e564d3d922e61c0121a390e", "created_at": "2018-09-04T10:26:12Z", "updated_at": "2018-09-04T10:26:12Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T10:26:12Z", "revision_number": 0, "id": "949ba4dd-899d-48d1-a870-06f02d716468", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T10:26:12Z", "security_group_id": "cdf7ec7e-0dcc-478e-b26a-a7cf8457ef7a", "tenant_id": "da1aa3dc9e564d3d922e61c0121a390e", "port_range_min": null, "ethertype": "IPv6", "project_id": "da1aa3dc9e564d3d922e61c0121a390e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T10:26:12Z", "revision_number": 0, "id": "9db36a12-1527-4bf8-998f-fd5a6febb017", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T10:26:12Z", "security_group_id": "cdf7ec7e-0dcc-478e-b26a-a7cf8457ef7a", "tenant_id": "da1aa3dc9e564d3d922e61c0121a390e", "port_range_min": null, "ethertype": "IPv4", "project_id": "da1aa3dc9e564d3d922e61c0121a390e"}], "revision_number": 2, "project_id": "da1aa3dc9e564d3d922e61c0121a390e", "id": "cdf7ec7e-0dcc-478e-b26a-a7cf8457ef7a", "name": "NeutronUtilsSecurityGroupTests-9075f093-dcda-47ae-9f85-4b8a8e7ebd75name"}} 2018-09-04 10:26:12,666 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/security-groups used request id req-1dfe11b5-e49d-4433-834e-3914a9c34caa 2018-09-04 10:26:12,667 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - cdf7ec7e-0dcc-478e-b26a-a7cf8457ef7a 2018-09-04 10:26:12,671 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=cdf7ec7e-0dcc-478e-b26a-a7cf8457ef7a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}248d94f20b55288185f5e453864df17b619f8272" 2018-09-04 10:26:12,839 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-9a074ae2-095c-4eaa-b9da-07b502643f1b Date: Tue, 04 Sep 2018 10:26:12 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-09-04T10:26:12Z", "security_group_id": "cdf7ec7e-0dcc-478e-b26a-a7cf8457ef7a", "port_range_min": null, "revision_number": 0, "tenant_id": "da1aa3dc9e564d3d922e61c0121a390e", "created_at": "2018-09-04T10:26:12Z", "project_id": "da1aa3dc9e564d3d922e61c0121a390e", "id": "949ba4dd-899d-48d1-a870-06f02d716468"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T10:26:12Z", "security_group_id": "cdf7ec7e-0dcc-478e-b26a-a7cf8457ef7a", "port_range_min": null, "revision_number": 0, "tenant_id": "da1aa3dc9e564d3d922e61c0121a390e", "created_at": "2018-09-04T10:26:12Z", "project_id": "da1aa3dc9e564d3d922e61c0121a390e", "id": "9db36a12-1527-4bf8-998f-fd5a6febb017"}]} 2018-09-04 10:26:12,839 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=cdf7ec7e-0dcc-478e-b26a-a7cf8457ef7a used request id req-9a074ae2-095c-4eaa-b9da-07b502643f1b 2018-09-04 10:26:12,840 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - cdf7ec7e-0dcc-478e-b26a-a7cf8457ef7a 2018-09-04 10:26:12,845 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=cdf7ec7e-0dcc-478e-b26a-a7cf8457ef7a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}248d94f20b55288185f5e453864df17b619f8272" 2018-09-04 10:26:13,033 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-1261bcba-1325-4011-a38f-50fccb8523c1 Date: Tue, 04 Sep 2018 10:26:13 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-09-04T10:26:12Z", "security_group_id": "cdf7ec7e-0dcc-478e-b26a-a7cf8457ef7a", "port_range_min": null, "revision_number": 0, "tenant_id": "da1aa3dc9e564d3d922e61c0121a390e", "created_at": "2018-09-04T10:26:12Z", "project_id": "da1aa3dc9e564d3d922e61c0121a390e", "id": "949ba4dd-899d-48d1-a870-06f02d716468"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T10:26:12Z", "security_group_id": "cdf7ec7e-0dcc-478e-b26a-a7cf8457ef7a", "port_range_min": null, "revision_number": 0, "tenant_id": "da1aa3dc9e564d3d922e61c0121a390e", "created_at": "2018-09-04T10:26:12Z", "project_id": "da1aa3dc9e564d3d922e61c0121a390e", "id": "9db36a12-1527-4bf8-998f-fd5a6febb017"}]} 2018-09-04 10:26:13,033 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=cdf7ec7e-0dcc-478e-b26a-a7cf8457ef7a used request id req-1261bcba-1325-4011-a38f-50fccb8523c1 2018-09-04 10:26:13,035 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28: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}248d94f20b55288185f5e453864df17b619f8272" 2018-09-04 10:26:13,118 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:26:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d2632b07-f690-413d-b7fd-250bb64cf610 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.28:5000/v3/", "rel": "self"}]}} 2018-09-04 10:26:13,118 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-d2632b07-f690-413d-b7fd-250bb64cf610 2018-09-04 10:26:13,119 - neutron_utils - INFO - Creating security group to security group - NeutronUtilsSecurityGroupTests-9075f093-dcda-47ae-9f85-4b8a8e7ebd75name 2018-09-04 10:26:13,124 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?name=NeutronUtilsSecurityGroupTests-9075f093-dcda-47ae-9f85-4b8a8e7ebd75name -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}248d94f20b55288185f5e453864df17b619f8272" 2018-09-04 10:26:13,397 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1417 X-Openstack-Request-Id: req-218da8a3-72e8-4cb9-8278-87c5189f0075 Date: Tue, 04 Sep 2018 10:26:13 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "da1aa3dc9e564d3d922e61c0121a390e", "created_at": "2018-09-04T10:26:12Z", "updated_at": "2018-09-04T10:26:12Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T10:26:12Z", "revision_number": 0, "id": "9db36a12-1527-4bf8-998f-fd5a6febb017", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T10:26:12Z", "security_group_id": "cdf7ec7e-0dcc-478e-b26a-a7cf8457ef7a", "tenant_id": "da1aa3dc9e564d3d922e61c0121a390e", "port_range_min": null, "ethertype": "IPv4", "project_id": "da1aa3dc9e564d3d922e61c0121a390e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T10:26:12Z", "revision_number": 0, "id": "949ba4dd-899d-48d1-a870-06f02d716468", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T10:26:12Z", "security_group_id": "cdf7ec7e-0dcc-478e-b26a-a7cf8457ef7a", "tenant_id": "da1aa3dc9e564d3d922e61c0121a390e", "port_range_min": null, "ethertype": "IPv6", "project_id": "da1aa3dc9e564d3d922e61c0121a390e"}], "revision_number": 2, "project_id": "da1aa3dc9e564d3d922e61c0121a390e", "id": "cdf7ec7e-0dcc-478e-b26a-a7cf8457ef7a", "name": "NeutronUtilsSecurityGroupTests-9075f093-dcda-47ae-9f85-4b8a8e7ebd75name"}]} 2018-09-04 10:26:13,397 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?name=NeutronUtilsSecurityGroupTests-9075f093-dcda-47ae-9f85-4b8a8e7ebd75name used request id req-218da8a3-72e8-4cb9-8278-87c5189f0075 2018-09-04 10:26:13,400 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-04 10:26:13,405 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 04 Sep 2018 10:26: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.28: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.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-04 10:26:13,406 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/da1aa3dc9e564d3d922e61c0121a390e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}248d94f20b55288185f5e453864df17b619f8272" 2018-09-04 10:26:13,422 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:26:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-06002652-a55e-4351-81f9-0a35dc5988e6 Content-Encoding: gzip Content-Length: 245 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.28:5000/v3/projects/da1aa3dc9e564d3d922e61c0121a390e"}, "enabled": true, "id": "da1aa3dc9e564d3d922e61c0121a390e", "parent_id": "default", "domain_id": "default", "name": "api_check-project_95790658-ea1a-473f-b71a-0aa15c3467f2"}} 2018-09-04 10:26:13,422 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/da1aa3dc9e564d3d922e61c0121a390e used request id req-06002652-a55e-4351-81f9-0a35dc5988e6 2018-09-04 10:26:13,423 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - cdf7ec7e-0dcc-478e-b26a-a7cf8457ef7a 2018-09-04 10:26:13,428 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=cdf7ec7e-0dcc-478e-b26a-a7cf8457ef7a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}248d94f20b55288185f5e453864df17b619f8272" 2018-09-04 10:26:13,588 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-92797380-0fdd-4d42-bd0d-172267a8a953 Date: Tue, 04 Sep 2018 10:26:13 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-09-04T10:26:12Z", "security_group_id": "cdf7ec7e-0dcc-478e-b26a-a7cf8457ef7a", "port_range_min": null, "revision_number": 0, "tenant_id": "da1aa3dc9e564d3d922e61c0121a390e", "created_at": "2018-09-04T10:26:12Z", "project_id": "da1aa3dc9e564d3d922e61c0121a390e", "id": "949ba4dd-899d-48d1-a870-06f02d716468"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T10:26:12Z", "security_group_id": "cdf7ec7e-0dcc-478e-b26a-a7cf8457ef7a", "port_range_min": null, "revision_number": 0, "tenant_id": "da1aa3dc9e564d3d922e61c0121a390e", "created_at": "2018-09-04T10:26:12Z", "project_id": "da1aa3dc9e564d3d922e61c0121a390e", "id": "9db36a12-1527-4bf8-998f-fd5a6febb017"}]} 2018-09-04 10:26:13,588 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=cdf7ec7e-0dcc-478e-b26a-a7cf8457ef7a used request id req-92797380-0fdd-4d42-bd0d-172267a8a953 2018-09-04 10:26:13,594 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28: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}248d94f20b55288185f5e453864df17b619f8272" -d '{"security_group_rule": {"direction": "ingress", "security_group_id": "cdf7ec7e-0dcc-478e-b26a-a7cf8457ef7a"}}' 2018-09-04 10:26:13,928 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 510 X-Openstack-Request-Id: req-b3c88d32-e558-42ad-8a4e-8a100eea2f6b Date: Tue, 04 Sep 2018 10:26:13 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-09-04T10:26:13Z", "security_group_id": "cdf7ec7e-0dcc-478e-b26a-a7cf8457ef7a", "port_range_min": null, "revision_number": 0, "tenant_id": "da1aa3dc9e564d3d922e61c0121a390e", "created_at": "2018-09-04T10:26:13Z", "project_id": "da1aa3dc9e564d3d922e61c0121a390e", "id": "a2475905-2d29-43a1-bbc9-76a608a16c1c"}} 2018-09-04 10:26:13,928 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/security-group-rules used request id req-b3c88d32-e558-42ad-8a4e-8a100eea2f6b 2018-09-04 10:26:13,934 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?name=NeutronUtilsSecurityGroupTests-9075f093-dcda-47ae-9f85-4b8a8e7ebd75name&description=hello+group -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}248d94f20b55288185f5e453864df17b619f8272" 2018-09-04 10:26:13,979 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1916 X-Openstack-Request-Id: req-ac88af78-ec85-4448-b5aa-995c5736fc98 Date: Tue, 04 Sep 2018 10:26:13 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "da1aa3dc9e564d3d922e61c0121a390e", "created_at": "2018-09-04T10:26:12Z", "updated_at": "2018-09-04T10:26:13Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-09-04T10:26:13Z", "revision_number": 0, "id": "a2475905-2d29-43a1-bbc9-76a608a16c1c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T10:26:13Z", "security_group_id": "cdf7ec7e-0dcc-478e-b26a-a7cf8457ef7a", "tenant_id": "da1aa3dc9e564d3d922e61c0121a390e", "port_range_min": null, "ethertype": "IPv4", "project_id": "da1aa3dc9e564d3d922e61c0121a390e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T10:26:12Z", "revision_number": 0, "id": "9db36a12-1527-4bf8-998f-fd5a6febb017", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T10:26:12Z", "security_group_id": "cdf7ec7e-0dcc-478e-b26a-a7cf8457ef7a", "tenant_id": "da1aa3dc9e564d3d922e61c0121a390e", "port_range_min": null, "ethertype": "IPv4", "project_id": "da1aa3dc9e564d3d922e61c0121a390e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T10:26:12Z", "revision_number": 0, "id": "949ba4dd-899d-48d1-a870-06f02d716468", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T10:26:12Z", "security_group_id": "cdf7ec7e-0dcc-478e-b26a-a7cf8457ef7a", "tenant_id": "da1aa3dc9e564d3d922e61c0121a390e", "port_range_min": null, "ethertype": "IPv6", "project_id": "da1aa3dc9e564d3d922e61c0121a390e"}], "revision_number": 3, "project_id": "da1aa3dc9e564d3d922e61c0121a390e", "id": "cdf7ec7e-0dcc-478e-b26a-a7cf8457ef7a", "name": "NeutronUtilsSecurityGroupTests-9075f093-dcda-47ae-9f85-4b8a8e7ebd75name"}]} 2018-09-04 10:26:13,980 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?name=NeutronUtilsSecurityGroupTests-9075f093-dcda-47ae-9f85-4b8a8e7ebd75name&description=hello+group used request id req-ac88af78-ec85-4448-b5aa-995c5736fc98 2018-09-04 10:26:13,980 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - cdf7ec7e-0dcc-478e-b26a-a7cf8457ef7a 2018-09-04 10:26:13,983 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=cdf7ec7e-0dcc-478e-b26a-a7cf8457ef7a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}248d94f20b55288185f5e453864df17b619f8272" 2018-09-04 10:26:14,177 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1489 X-Openstack-Request-Id: req-96cd53d7-0241-4994-aff8-cc1bfffaec3a Date: Tue, 04 Sep 2018 10:26:14 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-09-04T10:26:12Z", "security_group_id": "cdf7ec7e-0dcc-478e-b26a-a7cf8457ef7a", "port_range_min": null, "revision_number": 0, "tenant_id": "da1aa3dc9e564d3d922e61c0121a390e", "created_at": "2018-09-04T10:26:12Z", "project_id": "da1aa3dc9e564d3d922e61c0121a390e", "id": "949ba4dd-899d-48d1-a870-06f02d716468"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T10:26:12Z", "security_group_id": "cdf7ec7e-0dcc-478e-b26a-a7cf8457ef7a", "port_range_min": null, "revision_number": 0, "tenant_id": "da1aa3dc9e564d3d922e61c0121a390e", "created_at": "2018-09-04T10:26:12Z", "project_id": "da1aa3dc9e564d3d922e61c0121a390e", "id": "9db36a12-1527-4bf8-998f-fd5a6febb017"}, {"remote_group_id": null, "direction": "ingress", "protocol": null, "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T10:26:13Z", "security_group_id": "cdf7ec7e-0dcc-478e-b26a-a7cf8457ef7a", "port_range_min": null, "revision_number": 0, "tenant_id": "da1aa3dc9e564d3d922e61c0121a390e", "created_at": "2018-09-04T10:26:13Z", "project_id": "da1aa3dc9e564d3d922e61c0121a390e", "id": "a2475905-2d29-43a1-bbc9-76a608a16c1c"}]} 2018-09-04 10:26:14,178 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=cdf7ec7e-0dcc-478e-b26a-a7cf8457ef7a used request id req-96cd53d7-0241-4994-aff8-cc1bfffaec3a 2018-09-04 10:26:14,178 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - cdf7ec7e-0dcc-478e-b26a-a7cf8457ef7a 2018-09-04 10:26:14,183 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=cdf7ec7e-0dcc-478e-b26a-a7cf8457ef7a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}248d94f20b55288185f5e453864df17b619f8272" 2018-09-04 10:26:14,340 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1489 X-Openstack-Request-Id: req-df4f4362-7c63-484a-b661-c3c2c435433d Date: Tue, 04 Sep 2018 10:26:14 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-09-04T10:26:12Z", "security_group_id": "cdf7ec7e-0dcc-478e-b26a-a7cf8457ef7a", "port_range_min": null, "revision_number": 0, "tenant_id": "da1aa3dc9e564d3d922e61c0121a390e", "created_at": "2018-09-04T10:26:12Z", "project_id": "da1aa3dc9e564d3d922e61c0121a390e", "id": "949ba4dd-899d-48d1-a870-06f02d716468"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T10:26:12Z", "security_group_id": "cdf7ec7e-0dcc-478e-b26a-a7cf8457ef7a", "port_range_min": null, "revision_number": 0, "tenant_id": "da1aa3dc9e564d3d922e61c0121a390e", "created_at": "2018-09-04T10:26:12Z", "project_id": "da1aa3dc9e564d3d922e61c0121a390e", "id": "9db36a12-1527-4bf8-998f-fd5a6febb017"}, {"remote_group_id": null, "direction": "ingress", "protocol": null, "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T10:26:13Z", "security_group_id": "cdf7ec7e-0dcc-478e-b26a-a7cf8457ef7a", "port_range_min": null, "revision_number": 0, "tenant_id": "da1aa3dc9e564d3d922e61c0121a390e", "created_at": "2018-09-04T10:26:13Z", "project_id": "da1aa3dc9e564d3d922e61c0121a390e", "id": "a2475905-2d29-43a1-bbc9-76a608a16c1c"}]} 2018-09-04 10:26:14,340 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=cdf7ec7e-0dcc-478e-b26a-a7cf8457ef7a used request id req-df4f4362-7c63-484a-b661-c3c2c435433d 2018-09-04 10:26:14,345 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?name=NeutronUtilsSecurityGroupTests-9075f093-dcda-47ae-9f85-4b8a8e7ebd75name&description=hello+group -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}248d94f20b55288185f5e453864df17b619f8272" 2018-09-04 10:26:14,553 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1916 X-Openstack-Request-Id: req-284494ac-187e-40c3-a607-0b68bf759f9b Date: Tue, 04 Sep 2018 10:26:14 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "da1aa3dc9e564d3d922e61c0121a390e", "created_at": "2018-09-04T10:26:12Z", "updated_at": "2018-09-04T10:26:13Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-09-04T10:26:13Z", "revision_number": 0, "id": "a2475905-2d29-43a1-bbc9-76a608a16c1c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T10:26:13Z", "security_group_id": "cdf7ec7e-0dcc-478e-b26a-a7cf8457ef7a", "tenant_id": "da1aa3dc9e564d3d922e61c0121a390e", "port_range_min": null, "ethertype": "IPv4", "project_id": "da1aa3dc9e564d3d922e61c0121a390e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T10:26:12Z", "revision_number": 0, "id": "9db36a12-1527-4bf8-998f-fd5a6febb017", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T10:26:12Z", "security_group_id": "cdf7ec7e-0dcc-478e-b26a-a7cf8457ef7a", "tenant_id": "da1aa3dc9e564d3d922e61c0121a390e", "port_range_min": null, "ethertype": "IPv4", "project_id": "da1aa3dc9e564d3d922e61c0121a390e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T10:26:12Z", "revision_number": 0, "id": "949ba4dd-899d-48d1-a870-06f02d716468", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T10:26:12Z", "security_group_id": "cdf7ec7e-0dcc-478e-b26a-a7cf8457ef7a", "tenant_id": "da1aa3dc9e564d3d922e61c0121a390e", "port_range_min": null, "ethertype": "IPv6", "project_id": "da1aa3dc9e564d3d922e61c0121a390e"}], "revision_number": 3, "project_id": "da1aa3dc9e564d3d922e61c0121a390e", "id": "cdf7ec7e-0dcc-478e-b26a-a7cf8457ef7a", "name": "NeutronUtilsSecurityGroupTests-9075f093-dcda-47ae-9f85-4b8a8e7ebd75name"}]} 2018-09-04 10:26:14,553 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?name=NeutronUtilsSecurityGroupTests-9075f093-dcda-47ae-9f85-4b8a8e7ebd75name&description=hello+group used request id req-284494ac-187e-40c3-a607-0b68bf759f9b 2018-09-04 10:26:14,553 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - cdf7ec7e-0dcc-478e-b26a-a7cf8457ef7a 2018-09-04 10:26:14,556 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=cdf7ec7e-0dcc-478e-b26a-a7cf8457ef7a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}248d94f20b55288185f5e453864df17b619f8272" 2018-09-04 10:26:14,724 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1489 X-Openstack-Request-Id: req-95c6de04-601b-481a-8967-0eb5442601df Date: Tue, 04 Sep 2018 10:26:14 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-09-04T10:26:12Z", "security_group_id": "cdf7ec7e-0dcc-478e-b26a-a7cf8457ef7a", "port_range_min": null, "revision_number": 0, "tenant_id": "da1aa3dc9e564d3d922e61c0121a390e", "created_at": "2018-09-04T10:26:12Z", "project_id": "da1aa3dc9e564d3d922e61c0121a390e", "id": "949ba4dd-899d-48d1-a870-06f02d716468"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T10:26:12Z", "security_group_id": "cdf7ec7e-0dcc-478e-b26a-a7cf8457ef7a", "port_range_min": null, "revision_number": 0, "tenant_id": "da1aa3dc9e564d3d922e61c0121a390e", "created_at": "2018-09-04T10:26:12Z", "project_id": "da1aa3dc9e564d3d922e61c0121a390e", "id": "9db36a12-1527-4bf8-998f-fd5a6febb017"}, {"remote_group_id": null, "direction": "ingress", "protocol": null, "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T10:26:13Z", "security_group_id": "cdf7ec7e-0dcc-478e-b26a-a7cf8457ef7a", "port_range_min": null, "revision_number": 0, "tenant_id": "da1aa3dc9e564d3d922e61c0121a390e", "created_at": "2018-09-04T10:26:13Z", "project_id": "da1aa3dc9e564d3d922e61c0121a390e", "id": "a2475905-2d29-43a1-bbc9-76a608a16c1c"}]} 2018-09-04 10:26:14,724 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=cdf7ec7e-0dcc-478e-b26a-a7cf8457ef7a used request id req-95c6de04-601b-481a-8967-0eb5442601df 2018-09-04 10:26:14,725 - neutron_utils - INFO - Deleting security group rule with ID - 949ba4dd-899d-48d1-a870-06f02d716468 2018-09-04 10:26:14,729 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/security-group-rules/949ba4dd-899d-48d1-a870-06f02d716468 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}248d94f20b55288185f5e453864df17b619f8272" 2018-09-04 10:26:14,977 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-1563e241-a809-4caa-b9a4-5a355b144748 Content-Length: 0 Date: Tue, 04 Sep 2018 10:26:14 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-04 10:26:14,977 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/security-group-rules/949ba4dd-899d-48d1-a870-06f02d716468 used request id req-1563e241-a809-4caa-b9a4-5a355b144748 2018-09-04 10:26:14,977 - neutron_utils - INFO - Deleting security group rule with ID - 9db36a12-1527-4bf8-998f-fd5a6febb017 2018-09-04 10:26:14,982 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/security-group-rules/9db36a12-1527-4bf8-998f-fd5a6febb017 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}248d94f20b55288185f5e453864df17b619f8272" 2018-09-04 10:26:15,241 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-b05201b1-ae2a-47b4-8346-25b136d0c8fd Content-Length: 0 Date: Tue, 04 Sep 2018 10:26:15 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-04 10:26:15,241 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/security-group-rules/9db36a12-1527-4bf8-998f-fd5a6febb017 used request id req-b05201b1-ae2a-47b4-8346-25b136d0c8fd 2018-09-04 10:26:15,242 - neutron_utils - INFO - Deleting security group rule with ID - a2475905-2d29-43a1-bbc9-76a608a16c1c 2018-09-04 10:26:15,247 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/security-group-rules/a2475905-2d29-43a1-bbc9-76a608a16c1c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}248d94f20b55288185f5e453864df17b619f8272" 2018-09-04 10:26:15,492 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-cf9484bd-4334-473d-9b0d-8888075acd3a Content-Length: 0 Date: Tue, 04 Sep 2018 10:26:15 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-04 10:26:15,492 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/security-group-rules/a2475905-2d29-43a1-bbc9-76a608a16c1c used request id req-cf9484bd-4334-473d-9b0d-8888075acd3a 2018-09-04 10:26:15,493 - neutron_utils - INFO - Deleting security group with name - NeutronUtilsSecurityGroupTests-9075f093-dcda-47ae-9f85-4b8a8e7ebd75name 2018-09-04 10:26:15,498 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/security-groups/cdf7ec7e-0dcc-478e-b26a-a7cf8457ef7a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}248d94f20b55288185f5e453864df17b619f8272" 2018-09-04 10:26:15,749 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-ce495d64-694c-47f2-b6a8-89e41ba5139c Content-Length: 0 Date: Tue, 04 Sep 2018 10:26:15 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-04 10:26:15,749 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/security-groups/cdf7ec7e-0dcc-478e-b26a-a7cf8457ef7a used request id req-ce495d64-694c-47f2-b6a8-89e41ba5139c 2018-09-04 10:26:15,751 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-09-04 10:26:16,135 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5ef645ad12fc453aa5d8a0c2cbf76196", "name": "heat_stack_owner"}, {"id": "9a944a8c31754b8f941d2fa9034d4301", "name": "Member"}, {"id": "3d416247e8224533841040c3ad2bce5a", "name": "admin"}], "expires_at": "2018-09-04T11:26:16.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "da1aa3dc9e564d3d922e61c0121a390e", "name": "api_check-project_95790658-ea1a-473f-b71a-0aa15c3467f2"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235635a698ef4bef9dc6b25273d185da"}, {"url": "http://192.30.9.6:8776/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "23b07b3fbfc340a58cf0f9b2871a0d23"}, {"url": "http://172.30.9.28:8776/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "72fd0aaa144d45419f4b04b6b26f69a7"}], "type": "volume", "id": "097241c25b4d4f7e91b3f8efa155909e", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v3/da1aa3dc9e564d3d922e61c0121a390e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93eb4cf3030a49e7840bec071422d397"}, {"url": "http://192.30.9.6:8776/v3/da1aa3dc9e564d3d922e61c0121a390e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8af439a6ac147fdbcb38ed9aa916b68"}, {"url": "http://192.30.9.6:8776/v3/da1aa3dc9e564d3d922e61c0121a390e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c4bfdbc9b7c74a23a40afdf578cfeba4"}], "type": "volumev3", "id": "1c85f4682ce44f729db1dabd98e965e8", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "82239574a29d4603a2161006f61851cf"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8d15f7134f364a7bbcfff2f84aac3bf2"}, {"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e01668c43a0c4c279b9a3d20a0280d6c"}], "type": "image", "id": "297d8415ca96454991054983920912f7", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7bb4d60e20734d4a9f31ec75e02cb823"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bf6adec15590466a9a0d3bddb00e8993"}, {"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f096f03a1d12411a8972f6f7c196b60d"}], "type": "policy", "id": "54c64351b56d44bbad74c2969cc3aa00", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "354ae6870a324fab82d0a0fb68ee0f26"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a3807e460dd4af488d982b66c52e64c"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e7c3da785076450abd71868e75ce0c33"}], "type": "cloudformation", "id": "6ac9917ae83c4639a15a4ab3cf0e76dd", "name": "heat-cfn"}, {"endpoints": [], "type": "metering", "id": "7fcc078e5e0645f29df67742ac14e388", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49e71628d386464cb950d6a9db00a328"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75b0a63ed8574bbcab1c851cc9b83d30"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9902b0a8b3c04cd192a1b84c417c232b"}], "type": "key-manager", "id": "9626544a32e74678a641c6e206f028a9", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "497340e5aa36485982fdf297f370558f"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7802beb4fc7c4952897b77bd5610b1fe"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c14af798917f4fa0b146d9772583e595"}], "type": "metric", "id": "973bfe8c658d4e5a8da725e76b9d550e", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "288ecc3674ea41d2aa3b790dcb832bf2"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7a6dc785cd7142f5b30f1a7ba0daeb03"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7f7d34e2351b4964befccc862c4e8e12"}], "type": "network", "id": "a348d7b06050474fb449be7f32ea6f5d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "21bce6ecb8464a1f8f3e3847aa698bd6"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0a8faf2246b47deb30e69e48d3551fb"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e71c6011de3d4d8589e5b53dcc79f288"}], "type": "identity", "id": "ad8d4b4953184137a1b913ecee9434ed", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "13474f9a78ca4f1184e4cddc84d0d98c"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad67365a18234bb78c336e6776958c00"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc54db13337f44f8921fbb9ad0f81de8"}], "type": "alarming", "id": "bb18dc3243034f08a6a7f69f7a1edccf", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0d91d7adf0304b2681c77f979e5cdb17"}, {"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "756e5ffca9774ab3ae2db41bf330417f"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c07c727a08c243b287827f539a124e63"}], "type": "placement", "id": "bb2c9432fcbd4c56913177122468f6ba", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1eed4912224b48cf9856446eae4d9928"}, {"url": "http://192.30.9.6:8004/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b73b7f99236541148d84f24f09e5dd40"}, {"url": "http://192.30.9.6:8004/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fbf12e52911244fdafc24a9d46f56e62"}], "type": "orchestration", "id": "c8918d139da945ba93df4ccce21d4904", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/da1aa3dc9e564d3d922e61c0121a390e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16bf098b9e2e490f8e47fa601059f975"}, {"url": "http://192.30.9.6:8776/v2/da1aa3dc9e564d3d922e61c0121a390e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc16fa4cf491444ca2f611d5692c1170"}, {"url": "http://192.30.9.6:8776/v2/da1aa3dc9e564d3d922e61c0121a390e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ccd2c5325dff4b90b391db9fdde67d99"}], "type": "volumev2", "id": "d09ac9123c34494abce21d6c27bee9d9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eac694332354a3aa0e61c31314166d7"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b4d4989c4e764717ab78d38675cadd3f"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff196e46b56d406d87a678f1a64497b0"}], "type": "compute", "id": "d4030ee932c84df58c5b910cc197caa7", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_95790658-ea1a-473f-b71a-0aa15c3467f2", "id": "6cb53a06110b45a6a2f21cb265048110"}, "audit_ids": ["LlCfpyFASsenO77HuXiy0Q"], "issued_at": "2018-09-04T10:26:16.000000Z"}} 2018-09-04 10:26:16,136 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28: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}ad90198ee8eeab7ce5ba464cb10e16c805abc518" 2018-09-04 10:26:16,217 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:26:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5d086363-f81f-4c04-8fc6-f494bccfa734 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.28:5000/v3/", "rel": "self"}]}} 2018-09-04 10:26:16,218 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-5d086363-f81f-4c04-8fc6-f494bccfa734 2018-09-04 10:26:16,219 - neutron_utils - INFO - Creating security group with name - NeutronUtilsSecurityGroupTests-be44a1b7-389b-4514-a289-47eac2c09145name-1 2018-09-04 10:26:16,224 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ad90198ee8eeab7ce5ba464cb10e16c805abc518" -d '{"security_group": {"name": "NeutronUtilsSecurityGroupTests-be44a1b7-389b-4514-a289-47eac2c09145name-1", "description": "hello group"}}' 2018-09-04 10:26:16,635 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1416 X-Openstack-Request-Id: req-575f56d8-6bbd-41fc-b554-06a11e6012e9 Date: Tue, 04 Sep 2018 10:26:16 GMT RESP BODY: {"security_group": {"description": "hello group", "tags": [], "tenant_id": "da1aa3dc9e564d3d922e61c0121a390e", "created_at": "2018-09-04T10:26:16Z", "updated_at": "2018-09-04T10:26:16Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T10:26:16Z", "revision_number": 0, "id": "7d1b1287-f61b-49aa-a2f1-8dbfff56f8b0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T10:26:16Z", "security_group_id": "ac20ff5d-fd2f-4848-80a8-286f6c0342b5", "tenant_id": "da1aa3dc9e564d3d922e61c0121a390e", "port_range_min": null, "ethertype": "IPv6", "project_id": "da1aa3dc9e564d3d922e61c0121a390e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T10:26:16Z", "revision_number": 0, "id": "a1a4d730-aba6-4257-9141-42722f2beae0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T10:26:16Z", "security_group_id": "ac20ff5d-fd2f-4848-80a8-286f6c0342b5", "tenant_id": "da1aa3dc9e564d3d922e61c0121a390e", "port_range_min": null, "ethertype": "IPv4", "project_id": "da1aa3dc9e564d3d922e61c0121a390e"}], "revision_number": 2, "project_id": "da1aa3dc9e564d3d922e61c0121a390e", "id": "ac20ff5d-fd2f-4848-80a8-286f6c0342b5", "name": "NeutronUtilsSecurityGroupTests-be44a1b7-389b-4514-a289-47eac2c09145name-1"}} 2018-09-04 10:26:16,636 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/security-groups used request id req-575f56d8-6bbd-41fc-b554-06a11e6012e9 2018-09-04 10:26:16,636 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - ac20ff5d-fd2f-4848-80a8-286f6c0342b5 2018-09-04 10:26:16,641 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=ac20ff5d-fd2f-4848-80a8-286f6c0342b5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ad90198ee8eeab7ce5ba464cb10e16c805abc518" 2018-09-04 10:26:16,848 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-55ec4d1f-9787-4fc2-b5f3-ebd0fd9957fb Date: Tue, 04 Sep 2018 10:26:16 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-09-04T10:26:16Z", "security_group_id": "ac20ff5d-fd2f-4848-80a8-286f6c0342b5", "port_range_min": null, "revision_number": 0, "tenant_id": "da1aa3dc9e564d3d922e61c0121a390e", "created_at": "2018-09-04T10:26:16Z", "project_id": "da1aa3dc9e564d3d922e61c0121a390e", "id": "7d1b1287-f61b-49aa-a2f1-8dbfff56f8b0"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T10:26:16Z", "security_group_id": "ac20ff5d-fd2f-4848-80a8-286f6c0342b5", "port_range_min": null, "revision_number": 0, "tenant_id": "da1aa3dc9e564d3d922e61c0121a390e", "created_at": "2018-09-04T10:26:16Z", "project_id": "da1aa3dc9e564d3d922e61c0121a390e", "id": "a1a4d730-aba6-4257-9141-42722f2beae0"}]} 2018-09-04 10:26:16,848 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=ac20ff5d-fd2f-4848-80a8-286f6c0342b5 used request id req-55ec4d1f-9787-4fc2-b5f3-ebd0fd9957fb 2018-09-04 10:26:16,849 - neutron_utils - INFO - Creating security group with name - NeutronUtilsSecurityGroupTests-be44a1b7-389b-4514-a289-47eac2c09145name-2 2018-09-04 10:26:16,854 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ad90198ee8eeab7ce5ba464cb10e16c805abc518" -d '{"security_group": {"name": "NeutronUtilsSecurityGroupTests-be44a1b7-389b-4514-a289-47eac2c09145name-2", "description": "hello group"}}' 2018-09-04 10:26:17,204 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1416 X-Openstack-Request-Id: req-e0d68e4c-d257-48f0-a04f-e8b4c98ecec1 Date: Tue, 04 Sep 2018 10:26:17 GMT RESP BODY: {"security_group": {"description": "hello group", "tags": [], "tenant_id": "da1aa3dc9e564d3d922e61c0121a390e", "created_at": "2018-09-04T10:26:17Z", "updated_at": "2018-09-04T10:26:17Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T10:26:17Z", "revision_number": 0, "id": "172de762-3869-4409-bc5c-56ec417c102e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T10:26:17Z", "security_group_id": "2329c195-bf7c-4ae6-b719-01de4e682dde", "tenant_id": "da1aa3dc9e564d3d922e61c0121a390e", "port_range_min": null, "ethertype": "IPv6", "project_id": "da1aa3dc9e564d3d922e61c0121a390e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T10:26:17Z", "revision_number": 0, "id": "6a19c09c-8af4-4a5b-b5e3-81d95bb3dbff", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T10:26:17Z", "security_group_id": "2329c195-bf7c-4ae6-b719-01de4e682dde", "tenant_id": "da1aa3dc9e564d3d922e61c0121a390e", "port_range_min": null, "ethertype": "IPv4", "project_id": "da1aa3dc9e564d3d922e61c0121a390e"}], "revision_number": 2, "project_id": "da1aa3dc9e564d3d922e61c0121a390e", "id": "2329c195-bf7c-4ae6-b719-01de4e682dde", "name": "NeutronUtilsSecurityGroupTests-be44a1b7-389b-4514-a289-47eac2c09145name-2"}} 2018-09-04 10:26:17,204 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/security-groups used request id req-e0d68e4c-d257-48f0-a04f-e8b4c98ecec1 2018-09-04 10:26:17,205 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 2329c195-bf7c-4ae6-b719-01de4e682dde 2018-09-04 10:26:17,209 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=2329c195-bf7c-4ae6-b719-01de4e682dde -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ad90198ee8eeab7ce5ba464cb10e16c805abc518" 2018-09-04 10:26:17,423 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-87d3c5e2-7964-4951-9f1e-fa340d003b90 Date: Tue, 04 Sep 2018 10:26:17 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-09-04T10:26:17Z", "security_group_id": "2329c195-bf7c-4ae6-b719-01de4e682dde", "port_range_min": null, "revision_number": 0, "tenant_id": "da1aa3dc9e564d3d922e61c0121a390e", "created_at": "2018-09-04T10:26:17Z", "project_id": "da1aa3dc9e564d3d922e61c0121a390e", "id": "172de762-3869-4409-bc5c-56ec417c102e"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T10:26:17Z", "security_group_id": "2329c195-bf7c-4ae6-b719-01de4e682dde", "port_range_min": null, "revision_number": 0, "tenant_id": "da1aa3dc9e564d3d922e61c0121a390e", "created_at": "2018-09-04T10:26:17Z", "project_id": "da1aa3dc9e564d3d922e61c0121a390e", "id": "6a19c09c-8af4-4a5b-b5e3-81d95bb3dbff"}]} 2018-09-04 10:26:17,423 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=2329c195-bf7c-4ae6-b719-01de4e682dde used request id req-87d3c5e2-7964-4951-9f1e-fa340d003b90 2018-09-04 10:26:17,424 - neutron_utils - INFO - Retrieving security group with ID - ac20ff5d-fd2f-4848-80a8-286f6c0342b5 2018-09-04 10:26:17,428 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?id=ac20ff5d-fd2f-4848-80a8-286f6c0342b5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ad90198ee8eeab7ce5ba464cb10e16c805abc518" 2018-09-04 10:26:17,629 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1419 X-Openstack-Request-Id: req-00f2aad8-f7c9-4b3a-a8d0-e99ae2930114 Date: Tue, 04 Sep 2018 10:26:17 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "da1aa3dc9e564d3d922e61c0121a390e", "created_at": "2018-09-04T10:26:16Z", "updated_at": "2018-09-04T10:26:16Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T10:26:16Z", "revision_number": 0, "id": "7d1b1287-f61b-49aa-a2f1-8dbfff56f8b0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T10:26:16Z", "security_group_id": "ac20ff5d-fd2f-4848-80a8-286f6c0342b5", "tenant_id": "da1aa3dc9e564d3d922e61c0121a390e", "port_range_min": null, "ethertype": "IPv6", "project_id": "da1aa3dc9e564d3d922e61c0121a390e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T10:26:16Z", "revision_number": 0, "id": "a1a4d730-aba6-4257-9141-42722f2beae0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T10:26:16Z", "security_group_id": "ac20ff5d-fd2f-4848-80a8-286f6c0342b5", "tenant_id": "da1aa3dc9e564d3d922e61c0121a390e", "port_range_min": null, "ethertype": "IPv4", "project_id": "da1aa3dc9e564d3d922e61c0121a390e"}], "revision_number": 2, "project_id": "da1aa3dc9e564d3d922e61c0121a390e", "id": "ac20ff5d-fd2f-4848-80a8-286f6c0342b5", "name": "NeutronUtilsSecurityGroupTests-be44a1b7-389b-4514-a289-47eac2c09145name-1"}]} 2018-09-04 10:26:17,630 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?id=ac20ff5d-fd2f-4848-80a8-286f6c0342b5 used request id req-00f2aad8-f7c9-4b3a-a8d0-e99ae2930114 2018-09-04 10:26:17,630 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - ac20ff5d-fd2f-4848-80a8-286f6c0342b5 2018-09-04 10:26:17,635 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=ac20ff5d-fd2f-4848-80a8-286f6c0342b5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ad90198ee8eeab7ce5ba464cb10e16c805abc518" 2018-09-04 10:26:17,800 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-977d3c92-750c-469a-ac9d-b4817240c07d Date: Tue, 04 Sep 2018 10:26:17 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-09-04T10:26:16Z", "security_group_id": "ac20ff5d-fd2f-4848-80a8-286f6c0342b5", "port_range_min": null, "revision_number": 0, "tenant_id": "da1aa3dc9e564d3d922e61c0121a390e", "created_at": "2018-09-04T10:26:16Z", "project_id": "da1aa3dc9e564d3d922e61c0121a390e", "id": "7d1b1287-f61b-49aa-a2f1-8dbfff56f8b0"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T10:26:16Z", "security_group_id": "ac20ff5d-fd2f-4848-80a8-286f6c0342b5", "port_range_min": null, "revision_number": 0, "tenant_id": "da1aa3dc9e564d3d922e61c0121a390e", "created_at": "2018-09-04T10:26:16Z", "project_id": "da1aa3dc9e564d3d922e61c0121a390e", "id": "a1a4d730-aba6-4257-9141-42722f2beae0"}]} 2018-09-04 10:26:17,800 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=ac20ff5d-fd2f-4848-80a8-286f6c0342b5 used request id req-977d3c92-750c-469a-ac9d-b4817240c07d 2018-09-04 10:26:17,800 - neutron_utils - INFO - Retrieving security group with ID - 2329c195-bf7c-4ae6-b719-01de4e682dde 2018-09-04 10:26:17,805 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?id=2329c195-bf7c-4ae6-b719-01de4e682dde -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ad90198ee8eeab7ce5ba464cb10e16c805abc518" 2018-09-04 10:26:18,002 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1419 X-Openstack-Request-Id: req-6dea8e03-34e6-4d9a-93b0-adc4ee2626e6 Date: Tue, 04 Sep 2018 10:26:18 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "da1aa3dc9e564d3d922e61c0121a390e", "created_at": "2018-09-04T10:26:17Z", "updated_at": "2018-09-04T10:26:17Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T10:26:17Z", "revision_number": 0, "id": "172de762-3869-4409-bc5c-56ec417c102e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T10:26:17Z", "security_group_id": "2329c195-bf7c-4ae6-b719-01de4e682dde", "tenant_id": "da1aa3dc9e564d3d922e61c0121a390e", "port_range_min": null, "ethertype": "IPv6", "project_id": "da1aa3dc9e564d3d922e61c0121a390e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T10:26:17Z", "revision_number": 0, "id": "6a19c09c-8af4-4a5b-b5e3-81d95bb3dbff", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T10:26:17Z", "security_group_id": "2329c195-bf7c-4ae6-b719-01de4e682dde", "tenant_id": "da1aa3dc9e564d3d922e61c0121a390e", "port_range_min": null, "ethertype": "IPv4", "project_id": "da1aa3dc9e564d3d922e61c0121a390e"}], "revision_number": 2, "project_id": "da1aa3dc9e564d3d922e61c0121a390e", "id": "2329c195-bf7c-4ae6-b719-01de4e682dde", "name": "NeutronUtilsSecurityGroupTests-be44a1b7-389b-4514-a289-47eac2c09145name-2"}]} 2018-09-04 10:26:18,002 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?id=2329c195-bf7c-4ae6-b719-01de4e682dde used request id req-6dea8e03-34e6-4d9a-93b0-adc4ee2626e6 2018-09-04 10:26:18,003 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 2329c195-bf7c-4ae6-b719-01de4e682dde 2018-09-04 10:26:18,008 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=2329c195-bf7c-4ae6-b719-01de4e682dde -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ad90198ee8eeab7ce5ba464cb10e16c805abc518" 2018-09-04 10:26:18,175 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-bc5a195b-4f6c-47a4-a86f-951a5a8b8352 Date: Tue, 04 Sep 2018 10:26:18 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-09-04T10:26:17Z", "security_group_id": "2329c195-bf7c-4ae6-b719-01de4e682dde", "port_range_min": null, "revision_number": 0, "tenant_id": "da1aa3dc9e564d3d922e61c0121a390e", "created_at": "2018-09-04T10:26:17Z", "project_id": "da1aa3dc9e564d3d922e61c0121a390e", "id": "172de762-3869-4409-bc5c-56ec417c102e"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T10:26:17Z", "security_group_id": "2329c195-bf7c-4ae6-b719-01de4e682dde", "port_range_min": null, "revision_number": 0, "tenant_id": "da1aa3dc9e564d3d922e61c0121a390e", "created_at": "2018-09-04T10:26:17Z", "project_id": "da1aa3dc9e564d3d922e61c0121a390e", "id": "6a19c09c-8af4-4a5b-b5e3-81d95bb3dbff"}]} 2018-09-04 10:26:18,175 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=2329c195-bf7c-4ae6-b719-01de4e682dde used request id req-bc5a195b-4f6c-47a4-a86f-951a5a8b8352 2018-09-04 10:26:18,176 - neutron_utils - INFO - Deleting security group with name - NeutronUtilsSecurityGroupTests-be44a1b7-389b-4514-a289-47eac2c09145name-1 2018-09-04 10:26:18,180 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/security-groups/ac20ff5d-fd2f-4848-80a8-286f6c0342b5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ad90198ee8eeab7ce5ba464cb10e16c805abc518" 2018-09-04 10:26:18,532 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-e1102fc0-81e8-4e1b-8b79-ee4f755cebb4 Content-Length: 0 Date: Tue, 04 Sep 2018 10:26:18 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-04 10:26:18,532 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/security-groups/ac20ff5d-fd2f-4848-80a8-286f6c0342b5 used request id req-e1102fc0-81e8-4e1b-8b79-ee4f755cebb4 2018-09-04 10:26:18,532 - neutron_utils - INFO - Deleting security group with name - NeutronUtilsSecurityGroupTests-be44a1b7-389b-4514-a289-47eac2c09145name-2 2018-09-04 10:26:18,537 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/security-groups/2329c195-bf7c-4ae6-b719-01de4e682dde -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ad90198ee8eeab7ce5ba464cb10e16c805abc518" 2018-09-04 10:26:18,679 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-d258714e-9e83-424f-87dc-17ed96c69145 Content-Length: 0 Date: Tue, 04 Sep 2018 10:26:18 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-04 10:26:18,679 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/security-groups/2329c195-bf7c-4ae6-b719-01de4e682dde used request id req-d258714e-9e83-424f-87dc-17ed96c69145 2018-09-04 10:26:18,681 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-09-04 10:26:19,053 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5ef645ad12fc453aa5d8a0c2cbf76196", "name": "heat_stack_owner"}, {"id": "9a944a8c31754b8f941d2fa9034d4301", "name": "Member"}, {"id": "3d416247e8224533841040c3ad2bce5a", "name": "admin"}], "expires_at": "2018-09-04T11:26:19.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "da1aa3dc9e564d3d922e61c0121a390e", "name": "api_check-project_95790658-ea1a-473f-b71a-0aa15c3467f2"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235635a698ef4bef9dc6b25273d185da"}, {"url": "http://192.30.9.6:8776/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "23b07b3fbfc340a58cf0f9b2871a0d23"}, {"url": "http://172.30.9.28:8776/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "72fd0aaa144d45419f4b04b6b26f69a7"}], "type": "volume", "id": "097241c25b4d4f7e91b3f8efa155909e", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v3/da1aa3dc9e564d3d922e61c0121a390e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93eb4cf3030a49e7840bec071422d397"}, {"url": "http://192.30.9.6:8776/v3/da1aa3dc9e564d3d922e61c0121a390e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8af439a6ac147fdbcb38ed9aa916b68"}, {"url": "http://192.30.9.6:8776/v3/da1aa3dc9e564d3d922e61c0121a390e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c4bfdbc9b7c74a23a40afdf578cfeba4"}], "type": "volumev3", "id": "1c85f4682ce44f729db1dabd98e965e8", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "82239574a29d4603a2161006f61851cf"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8d15f7134f364a7bbcfff2f84aac3bf2"}, {"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e01668c43a0c4c279b9a3d20a0280d6c"}], "type": "image", "id": "297d8415ca96454991054983920912f7", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7bb4d60e20734d4a9f31ec75e02cb823"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bf6adec15590466a9a0d3bddb00e8993"}, {"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f096f03a1d12411a8972f6f7c196b60d"}], "type": "policy", "id": "54c64351b56d44bbad74c2969cc3aa00", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "354ae6870a324fab82d0a0fb68ee0f26"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a3807e460dd4af488d982b66c52e64c"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e7c3da785076450abd71868e75ce0c33"}], "type": "cloudformation", "id": "6ac9917ae83c4639a15a4ab3cf0e76dd", "name": "heat-cfn"}, {"endpoints": [], "type": "metering", "id": "7fcc078e5e0645f29df67742ac14e388", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49e71628d386464cb950d6a9db00a328"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75b0a63ed8574bbcab1c851cc9b83d30"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9902b0a8b3c04cd192a1b84c417c232b"}], "type": "key-manager", "id": "9626544a32e74678a641c6e206f028a9", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "497340e5aa36485982fdf297f370558f"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7802beb4fc7c4952897b77bd5610b1fe"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c14af798917f4fa0b146d9772583e595"}], "type": "metric", "id": "973bfe8c658d4e5a8da725e76b9d550e", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "288ecc3674ea41d2aa3b790dcb832bf2"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7a6dc785cd7142f5b30f1a7ba0daeb03"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7f7d34e2351b4964befccc862c4e8e12"}], "type": "network", "id": "a348d7b06050474fb449be7f32ea6f5d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "21bce6ecb8464a1f8f3e3847aa698bd6"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0a8faf2246b47deb30e69e48d3551fb"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e71c6011de3d4d8589e5b53dcc79f288"}], "type": "identity", "id": "ad8d4b4953184137a1b913ecee9434ed", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "13474f9a78ca4f1184e4cddc84d0d98c"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad67365a18234bb78c336e6776958c00"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc54db13337f44f8921fbb9ad0f81de8"}], "type": "alarming", "id": "bb18dc3243034f08a6a7f69f7a1edccf", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0d91d7adf0304b2681c77f979e5cdb17"}, {"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "756e5ffca9774ab3ae2db41bf330417f"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c07c727a08c243b287827f539a124e63"}], "type": "placement", "id": "bb2c9432fcbd4c56913177122468f6ba", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1eed4912224b48cf9856446eae4d9928"}, {"url": "http://192.30.9.6:8004/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b73b7f99236541148d84f24f09e5dd40"}, {"url": "http://192.30.9.6:8004/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fbf12e52911244fdafc24a9d46f56e62"}], "type": "orchestration", "id": "c8918d139da945ba93df4ccce21d4904", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/da1aa3dc9e564d3d922e61c0121a390e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16bf098b9e2e490f8e47fa601059f975"}, {"url": "http://192.30.9.6:8776/v2/da1aa3dc9e564d3d922e61c0121a390e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc16fa4cf491444ca2f611d5692c1170"}, {"url": "http://192.30.9.6:8776/v2/da1aa3dc9e564d3d922e61c0121a390e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ccd2c5325dff4b90b391db9fdde67d99"}], "type": "volumev2", "id": "d09ac9123c34494abce21d6c27bee9d9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eac694332354a3aa0e61c31314166d7"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b4d4989c4e764717ab78d38675cadd3f"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff196e46b56d406d87a678f1a64497b0"}], "type": "compute", "id": "d4030ee932c84df58c5b910cc197caa7", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_95790658-ea1a-473f-b71a-0aa15c3467f2", "id": "6cb53a06110b45a6a2f21cb265048110"}, "audit_ids": ["79odfzZlQdqvoGAKV9bKZw"], "issued_at": "2018-09-04T10:26:19.000000Z"}} 2018-09-04 10:26:19,054 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28: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}d7d79ad26572a8aa848c07d089b7a42198cddaa9" 2018-09-04 10:26:19,142 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:26:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9556e726-56a8-4a8c-9a2c-ecf22bbae7f2 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.28:5000/v3/", "rel": "self"}]}} 2018-09-04 10:26:19,142 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-9556e726-56a8-4a8c-9a2c-ecf22bbae7f2 2018-09-04 10:26:19,148 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/floatingips -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d7d79ad26572a8aa848c07d089b7a42198cddaa9" 2018-09-04 10:26:19,311 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-760fb58a-57ca-424d-b467-c52af3545fff Date: Tue, 04 Sep 2018 10:26:19 GMT RESP BODY: {"floatingips": []} 2018-09-04 10:26:19,311 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/floatingips used request id req-760fb58a-57ca-424d-b467-c52af3545fff 2018-09-04 10:26:19,312 - neutron_utils - INFO - Creating floating ip to external network - external 2018-09-04 10:26:19,317 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=external -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d7d79ad26572a8aa848c07d089b7a42198cddaa9" 2018-09-04 10:26:19,559 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-764a1445-f554-4e3a-87c3-fd49e49e193e Date: Tue, 04 Sep 2018 10:26:19 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"4097e349-dd4a-4a5e-95d6-eed5c2d7b85a","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"18025ed81c804927a1f0e0e0ba20836f","status":"ACTIVE","subnets":["5092c110-d468-4f12-acae-47d56d35dff1"],"description":"","tags":[],"updated_at":"2018-09-04T10:10:50Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"18025ed81c804927a1f0e0e0ba20836f","created_at":"2018-09-04T10:10:44Z","provider:network_type":"flat"}]} 2018-09-04 10:26:19,559 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=external used request id req-764a1445-f554-4e3a-87c3-fd49e49e193e 2018-09-04 10:26:19,564 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=4097e349-dd4a-4a5e-95d6-eed5c2d7b85a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d7d79ad26572a8aa848c07d089b7a42198cddaa9" 2018-09-04 10:26:19,746 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 624 X-Openstack-Request-Id: req-6023f088-615e-4a00-ad44-b4d14b61f4a4 Date: Tue, 04 Sep 2018 10:26:19 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"4097e349-dd4a-4a5e-95d6-eed5c2d7b85a","tenant_id":"18025ed81c804927a1f0e0e0ba20836f","created_at":"2018-09-04T10:10:50Z","dns_nameservers":[],"updated_at":"2018-09-04T10:10:50Z","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":"18025ed81c804927a1f0e0e0ba20836f","id":"5092c110-d468-4f12-acae-47d56d35dff1","subnetpool_id":null,"name":"external-subnet"}]} 2018-09-04 10:26:19,746 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=4097e349-dd4a-4a5e-95d6-eed5c2d7b85a used request id req-6023f088-615e-4a00-ad44-b4d14b61f4a4 2018-09-04 10:26:19,752 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9696/v2.0/floatingips -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d7d79ad26572a8aa848c07d089b7a42198cddaa9" -d '{"floatingip": {"floating_network_id": "4097e349-dd4a-4a5e-95d6-eed5c2d7b85a"}}' 2018-09-04 10:26:20,919 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 472 X-Openstack-Request-Id: req-5b1b1542-fea8-4cfe-9eb0-85344c12077c Date: Tue, 04 Sep 2018 10:26:20 GMT RESP BODY: {"floatingip": {"router_id": null, "status": "DOWN", "description": "", "tags": [], "updated_at": "2018-09-04T10:26:20Z", "floating_network_id": "4097e349-dd4a-4a5e-95d6-eed5c2d7b85a", "fixed_ip_address": null, "floating_ip_address": "172.30.9.205", "revision_number": 0, "port_id": null, "id": "8aacefd7-fcf4-4d8f-b91c-41cd703ab261", "tenant_id": "da1aa3dc9e564d3d922e61c0121a390e", "created_at": "2018-09-04T10:26:20Z", "project_id": "da1aa3dc9e564d3d922e61c0121a390e"}} 2018-09-04 10:26:20,919 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/floatingips used request id req-5b1b1542-fea8-4cfe-9eb0-85344c12077c 2018-09-04 10:26:20,925 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/floatingips -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d7d79ad26572a8aa848c07d089b7a42198cddaa9" 2018-09-04 10:26:21,098 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 475 X-Openstack-Request-Id: req-c81803d9-c9df-4b4d-8fb1-e528f1281b3c Date: Tue, 04 Sep 2018 10:26:21 GMT RESP BODY: {"floatingips": [{"router_id": null, "status": "DOWN", "description": "", "tags": [], "updated_at": "2018-09-04T10:26:20Z", "floating_network_id": "4097e349-dd4a-4a5e-95d6-eed5c2d7b85a", "fixed_ip_address": null, "floating_ip_address": "172.30.9.205", "revision_number": 0, "port_id": null, "id": "8aacefd7-fcf4-4d8f-b91c-41cd703ab261", "tenant_id": "da1aa3dc9e564d3d922e61c0121a390e", "created_at": "2018-09-04T10:26:20Z", "project_id": "da1aa3dc9e564d3d922e61c0121a390e"}]} 2018-09-04 10:26:21,098 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/floatingips used request id req-c81803d9-c9df-4b4d-8fb1-e528f1281b3c 2018-09-04 10:26:21,099 - neutron_utils - DEBUG - Attempting to retrieve existing floating ip with IP - 172.30.9.205 2018-09-04 10:26:21,099 - neutron_utils - DEBUG - Attempting to retrieve existing floating ip with IP - 172.30.9.205 2018-09-04 10:26:21,104 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/floatingips?ip=8aacefd7-fcf4-4d8f-b91c-41cd703ab261 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d7d79ad26572a8aa848c07d089b7a42198cddaa9" 2018-09-04 10:26:21,263 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 475 X-Openstack-Request-Id: req-4c7ef114-73cf-48a1-a704-10f57364a7ec Date: Tue, 04 Sep 2018 10:26:21 GMT RESP BODY: {"floatingips": [{"router_id": null, "status": "DOWN", "description": "", "tags": [], "updated_at": "2018-09-04T10:26:20Z", "floating_network_id": "4097e349-dd4a-4a5e-95d6-eed5c2d7b85a", "fixed_ip_address": null, "floating_ip_address": "172.30.9.205", "revision_number": 0, "port_id": null, "id": "8aacefd7-fcf4-4d8f-b91c-41cd703ab261", "tenant_id": "da1aa3dc9e564d3d922e61c0121a390e", "created_at": "2018-09-04T10:26:20Z", "project_id": "da1aa3dc9e564d3d922e61c0121a390e"}]} 2018-09-04 10:26:21,263 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/floatingips?ip=8aacefd7-fcf4-4d8f-b91c-41cd703ab261 used request id req-4c7ef114-73cf-48a1-a704-10f57364a7ec 2018-09-04 10:26:21,263 - neutron_utils - DEBUG - Attempting to delete existing floating ip with IP - 172.30.9.205 2018-09-04 10:26:21,268 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/floatingips/8aacefd7-fcf4-4d8f-b91c-41cd703ab261 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d7d79ad26572a8aa848c07d089b7a42198cddaa9" 2018-09-04 10:26:21,678 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-27092d5a-2116-43fe-b4f5-a179ecbd18c6 Content-Length: 0 Date: Tue, 04 Sep 2018 10:26:21 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-04 10:26:21,678 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/floatingips/8aacefd7-fcf4-4d8f-b91c-41cd703ab261 used request id req-27092d5a-2116-43fe-b4f5-a179ecbd18c6 2018-09-04 10:26:21,679 - nova_utils - DEBUG - Retrieving Nova Client 2018-09-04 10:26:21,714 - nova_utils - INFO - Creating keypair with name - NovaUtilsKeypairTests-1cfb3901-2c5e-4377-994b-08a337453bb0 2018-09-04 10:26:21,714 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-09-04 10:26:22,101 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5ef645ad12fc453aa5d8a0c2cbf76196", "name": "heat_stack_owner"}, {"id": "9a944a8c31754b8f941d2fa9034d4301", "name": "Member"}, {"id": "3d416247e8224533841040c3ad2bce5a", "name": "admin"}], "expires_at": "2018-09-04T11:26:22.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "da1aa3dc9e564d3d922e61c0121a390e", "name": "api_check-project_95790658-ea1a-473f-b71a-0aa15c3467f2"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235635a698ef4bef9dc6b25273d185da"}, {"url": "http://192.30.9.6:8776/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "23b07b3fbfc340a58cf0f9b2871a0d23"}, {"url": "http://172.30.9.28:8776/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "72fd0aaa144d45419f4b04b6b26f69a7"}], "type": "volume", "id": "097241c25b4d4f7e91b3f8efa155909e", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v3/da1aa3dc9e564d3d922e61c0121a390e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93eb4cf3030a49e7840bec071422d397"}, {"url": "http://192.30.9.6:8776/v3/da1aa3dc9e564d3d922e61c0121a390e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8af439a6ac147fdbcb38ed9aa916b68"}, {"url": "http://192.30.9.6:8776/v3/da1aa3dc9e564d3d922e61c0121a390e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c4bfdbc9b7c74a23a40afdf578cfeba4"}], "type": "volumev3", "id": "1c85f4682ce44f729db1dabd98e965e8", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "82239574a29d4603a2161006f61851cf"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8d15f7134f364a7bbcfff2f84aac3bf2"}, {"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e01668c43a0c4c279b9a3d20a0280d6c"}], "type": "image", "id": "297d8415ca96454991054983920912f7", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7bb4d60e20734d4a9f31ec75e02cb823"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bf6adec15590466a9a0d3bddb00e8993"}, {"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f096f03a1d12411a8972f6f7c196b60d"}], "type": "policy", "id": "54c64351b56d44bbad74c2969cc3aa00", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "354ae6870a324fab82d0a0fb68ee0f26"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a3807e460dd4af488d982b66c52e64c"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e7c3da785076450abd71868e75ce0c33"}], "type": "cloudformation", "id": "6ac9917ae83c4639a15a4ab3cf0e76dd", "name": "heat-cfn"}, {"endpoints": [], "type": "metering", "id": "7fcc078e5e0645f29df67742ac14e388", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49e71628d386464cb950d6a9db00a328"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75b0a63ed8574bbcab1c851cc9b83d30"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9902b0a8b3c04cd192a1b84c417c232b"}], "type": "key-manager", "id": "9626544a32e74678a641c6e206f028a9", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "497340e5aa36485982fdf297f370558f"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7802beb4fc7c4952897b77bd5610b1fe"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c14af798917f4fa0b146d9772583e595"}], "type": "metric", "id": "973bfe8c658d4e5a8da725e76b9d550e", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "288ecc3674ea41d2aa3b790dcb832bf2"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7a6dc785cd7142f5b30f1a7ba0daeb03"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7f7d34e2351b4964befccc862c4e8e12"}], "type": "network", "id": "a348d7b06050474fb449be7f32ea6f5d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "21bce6ecb8464a1f8f3e3847aa698bd6"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0a8faf2246b47deb30e69e48d3551fb"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e71c6011de3d4d8589e5b53dcc79f288"}], "type": "identity", "id": "ad8d4b4953184137a1b913ecee9434ed", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "13474f9a78ca4f1184e4cddc84d0d98c"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad67365a18234bb78c336e6776958c00"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc54db13337f44f8921fbb9ad0f81de8"}], "type": "alarming", "id": "bb18dc3243034f08a6a7f69f7a1edccf", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0d91d7adf0304b2681c77f979e5cdb17"}, {"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "756e5ffca9774ab3ae2db41bf330417f"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c07c727a08c243b287827f539a124e63"}], "type": "placement", "id": "bb2c9432fcbd4c56913177122468f6ba", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1eed4912224b48cf9856446eae4d9928"}, {"url": "http://192.30.9.6:8004/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b73b7f99236541148d84f24f09e5dd40"}, {"url": "http://192.30.9.6:8004/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fbf12e52911244fdafc24a9d46f56e62"}], "type": "orchestration", "id": "c8918d139da945ba93df4ccce21d4904", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/da1aa3dc9e564d3d922e61c0121a390e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16bf098b9e2e490f8e47fa601059f975"}, {"url": "http://192.30.9.6:8776/v2/da1aa3dc9e564d3d922e61c0121a390e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc16fa4cf491444ca2f611d5692c1170"}, {"url": "http://192.30.9.6:8776/v2/da1aa3dc9e564d3d922e61c0121a390e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ccd2c5325dff4b90b391db9fdde67d99"}], "type": "volumev2", "id": "d09ac9123c34494abce21d6c27bee9d9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eac694332354a3aa0e61c31314166d7"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b4d4989c4e764717ab78d38675cadd3f"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff196e46b56d406d87a678f1a64497b0"}], "type": "compute", "id": "d4030ee932c84df58c5b910cc197caa7", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_95790658-ea1a-473f-b71a-0aa15c3467f2", "id": "6cb53a06110b45a6a2f21cb265048110"}, "audit_ids": ["lNKMRlI2TdmNwl6IOBGecA"], "issued_at": "2018-09-04T10:26:22.000000Z"}} 2018-09-04 10:26:22,104 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d00f7f4fe4fdad7c6888816a50dbab37124aca75" -d '{"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDCRvpkBvmfpLCxbqK20xjFDw4e2F00f6Ddmusrs9svyXmpxYbGQ9LsS/NZy33DX52dn5joT+aMyTjU5IiF8TZ5PktjDcy3lP2fcUBGl6K/eVzTXdD7IR6W/qLTWJku0P6+JhMbXEPtu/4bh4rm4TcbRVJ5IymHmhcoCxPxtRO0+S1dvjiKSdVPlhD3G4aX/wBQgjbLOp9EOyejVwrFy/6Smp3cXtCuU6fgi/id0/nld39LW/claBaD4k0kzamLDNu4RC/SQm3Ti8S3x3VY4WX5H02V4B7qmIWp5I07NXkoUOv+Eme1ZbSd1RWnXszx5lG7ji8VEI/SEWV0zV+gCaY9", "name": "NovaUtilsKeypairTests-1cfb3901-2c5e-4377-994b-08a337453bb0"}}' 2018-09-04 10:26:22,341 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:26: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-3adfb921-966e-4764-8774-b3f4c709fee8 x-compute-request-id: req-3adfb921-966e-4764-8774-b3f4c709fee8 Content-Encoding: gzip Content-Length: 496 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDCRvpkBvmfpLCxbqK20xjFDw4e2F00f6Ddmusrs9svyXmpxYbGQ9LsS/NZy33DX52dn5joT+aMyTjU5IiF8TZ5PktjDcy3lP2fcUBGl6K/eVzTXdD7IR6W/qLTWJku0P6+JhMbXEPtu/4bh4rm4TcbRVJ5IymHmhcoCxPxtRO0+S1dvjiKSdVPlhD3G4aX/wBQgjbLOp9EOyejVwrFy/6Smp3cXtCuU6fgi/id0/nld39LW/claBaD4k0kzamLDNu4RC/SQm3Ti8S3x3VY4WX5H02V4B7qmIWp5I07NXkoUOv+Eme1ZbSd1RWnXszx5lG7ji8VEI/SEWV0zV+gCaY9", "user_id": "6cb53a06110b45a6a2f21cb265048110", "name": "NovaUtilsKeypairTests-1cfb3901-2c5e-4377-994b-08a337453bb0", "fingerprint": "8c:54:6b:35:88:89:1d:71:2c:ec:c2:9f:7c:2d:d8:4a"}} 2018-09-04 10:26:22,342 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/os-keypairs used request id req-3adfb921-966e-4764-8774-b3f4c709fee8 2018-09-04 10:26:22,355 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/os-keypairs/NovaUtilsKeypairTests-1cfb3901-2c5e-4377-994b-08a337453bb0 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d00f7f4fe4fdad7c6888816a50dbab37124aca75" 2018-09-04 10:26:22,476 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:26: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-6b66b8f9-fb5a-4d75-b303-94164ebccbb6 x-compute-request-id: req-6b66b8f9-fb5a-4d75-b303-94164ebccbb6 Content-Encoding: gzip Content-Length: 555 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDCRvpkBvmfpLCxbqK20xjFDw4e2F00f6Ddmusrs9svyXmpxYbGQ9LsS/NZy33DX52dn5joT+aMyTjU5IiF8TZ5PktjDcy3lP2fcUBGl6K/eVzTXdD7IR6W/qLTWJku0P6+JhMbXEPtu/4bh4rm4TcbRVJ5IymHmhcoCxPxtRO0+S1dvjiKSdVPlhD3G4aX/wBQgjbLOp9EOyejVwrFy/6Smp3cXtCuU6fgi/id0/nld39LW/claBaD4k0kzamLDNu4RC/SQm3Ti8S3x3VY4WX5H02V4B7qmIWp5I07NXkoUOv+Eme1ZbSd1RWnXszx5lG7ji8VEI/SEWV0zV+gCaY9", "user_id": "6cb53a06110b45a6a2f21cb265048110", "name": "NovaUtilsKeypairTests-1cfb3901-2c5e-4377-994b-08a337453bb0", "deleted": false, "created_at": "2018-09-04T10:26:22.000000", "updated_at": null, "fingerprint": "8c:54:6b:35:88:89:1d:71:2c:ec:c2:9f:7c:2d:d8:4a", "deleted_at": null, "id": 3}} 2018-09-04 10:26:22,476 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/os-keypairs/NovaUtilsKeypairTests-1cfb3901-2c5e-4377-994b-08a337453bb0 used request id req-6b66b8f9-fb5a-4d75-b303-94164ebccbb6 2018-09-04 10:26:22,477 - nova_utils - DEBUG - Deleting keypair - NovaUtilsKeypairTests-1cfb3901-2c5e-4377-994b-08a337453bb0 2018-09-04 10:26:22,479 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:8774/v2.1/os-keypairs/NovaUtilsKeypairTests-1cfb3901-2c5e-4377-994b-08a337453bb0 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d00f7f4fe4fdad7c6888816a50dbab37124aca75" 2018-09-04 10:26:22,652 - novaclient.v2.client - DEBUG - RESP: [202] Date: Tue, 04 Sep 2018 10:26: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-a880f272-4a44-48ba-b66c-a013eb162e07 x-compute-request-id: req-a880f272-4a44-48ba-b66c-a013eb162e07 Content-Length: 0 Content-Type: application/json 2018-09-04 10:26:22,652 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/os-keypairs/NovaUtilsKeypairTests-1cfb3901-2c5e-4377-994b-08a337453bb0 used request id req-a880f272-4a44-48ba-b66c-a013eb162e07 2018-09-04 10:26:22,656 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/os-keypairs/NovaUtilsKeypairTests-1cfb3901-2c5e-4377-994b-08a337453bb0 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d00f7f4fe4fdad7c6888816a50dbab37124aca75" 2018-09-04 10:26:22,674 - novaclient.v2.client - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 10:26: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-b8b65e97-b69c-409d-88cd-1190294152fb x-compute-request-id: req-b8b65e97-b69c-409d-88cd-1190294152fb Content-Length: 164 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Keypair NovaUtilsKeypairTests-1cfb3901-2c5e-4377-994b-08a337453bb0 not found for user 6cb53a06110b45a6a2f21cb265048110", "code": 404}} 2018-09-04 10:26:22,675 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/os-keypairs/NovaUtilsKeypairTests-1cfb3901-2c5e-4377-994b-08a337453bb0 used request id req-b8b65e97-b69c-409d-88cd-1190294152fb 2018-09-04 10:26:22,675 - nova_utils - DEBUG - Deleting keypair - NovaUtilsKeypairTests-1cfb3901-2c5e-4377-994b-08a337453bb0 2018-09-04 10:26:22,678 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:8774/v2.1/os-keypairs/NovaUtilsKeypairTests-1cfb3901-2c5e-4377-994b-08a337453bb0 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d00f7f4fe4fdad7c6888816a50dbab37124aca75" 2018-09-04 10:26:22,768 - novaclient.v2.client - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 10:26: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-82c06948-fb31-4546-b574-67886ac74653 x-compute-request-id: req-82c06948-fb31-4546-b574-67886ac74653 Content-Length: 164 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Keypair NovaUtilsKeypairTests-1cfb3901-2c5e-4377-994b-08a337453bb0 not found for user 6cb53a06110b45a6a2f21cb265048110", "code": 404}} 2018-09-04 10:26:22,769 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/os-keypairs/NovaUtilsKeypairTests-1cfb3901-2c5e-4377-994b-08a337453bb0 used request id req-82c06948-fb31-4546-b574-67886ac74653 2018-09-04 10:26:22,770 - nova_utils - DEBUG - Retrieving Nova Client 2018-09-04 10:26:22,860 - file_utils - INFO - Saved public key to - tmp/NovaUtilsKeypairTests-08f51a4d-038b-4e0c-b377-9f8fe4577aeb.pub 2018-09-04 10:26:22,861 - file_utils - INFO - Saved private key to - tmp/NovaUtilsKeypairTests-08f51a4d-038b-4e0c-b377-9f8fe4577aeb 2018-09-04 10:26:22,861 - nova_utils - INFO - Saving keypair to - tmp/NovaUtilsKeypairTests-08f51a4d-038b-4e0c-b377-9f8fe4577aeb.pub 2018-09-04 10:26:22,861 - nova_utils - INFO - Creating keypair with name - NovaUtilsKeypairTests-08f51a4d-038b-4e0c-b377-9f8fe4577aeb 2018-09-04 10:26:22,862 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-09-04 10:26:23,232 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5ef645ad12fc453aa5d8a0c2cbf76196", "name": "heat_stack_owner"}, {"id": "9a944a8c31754b8f941d2fa9034d4301", "name": "Member"}, {"id": "3d416247e8224533841040c3ad2bce5a", "name": "admin"}], "expires_at": "2018-09-04T11:26:23.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "da1aa3dc9e564d3d922e61c0121a390e", "name": "api_check-project_95790658-ea1a-473f-b71a-0aa15c3467f2"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235635a698ef4bef9dc6b25273d185da"}, {"url": "http://192.30.9.6:8776/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "23b07b3fbfc340a58cf0f9b2871a0d23"}, {"url": "http://172.30.9.28:8776/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "72fd0aaa144d45419f4b04b6b26f69a7"}], "type": "volume", "id": "097241c25b4d4f7e91b3f8efa155909e", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v3/da1aa3dc9e564d3d922e61c0121a390e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93eb4cf3030a49e7840bec071422d397"}, {"url": "http://192.30.9.6:8776/v3/da1aa3dc9e564d3d922e61c0121a390e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8af439a6ac147fdbcb38ed9aa916b68"}, {"url": "http://192.30.9.6:8776/v3/da1aa3dc9e564d3d922e61c0121a390e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c4bfdbc9b7c74a23a40afdf578cfeba4"}], "type": "volumev3", "id": "1c85f4682ce44f729db1dabd98e965e8", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "82239574a29d4603a2161006f61851cf"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8d15f7134f364a7bbcfff2f84aac3bf2"}, {"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e01668c43a0c4c279b9a3d20a0280d6c"}], "type": "image", "id": "297d8415ca96454991054983920912f7", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7bb4d60e20734d4a9f31ec75e02cb823"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bf6adec15590466a9a0d3bddb00e8993"}, {"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f096f03a1d12411a8972f6f7c196b60d"}], "type": "policy", "id": "54c64351b56d44bbad74c2969cc3aa00", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "354ae6870a324fab82d0a0fb68ee0f26"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a3807e460dd4af488d982b66c52e64c"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e7c3da785076450abd71868e75ce0c33"}], "type": "cloudformation", "id": "6ac9917ae83c4639a15a4ab3cf0e76dd", "name": "heat-cfn"}, {"endpoints": [], "type": "metering", "id": "7fcc078e5e0645f29df67742ac14e388", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49e71628d386464cb950d6a9db00a328"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75b0a63ed8574bbcab1c851cc9b83d30"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9902b0a8b3c04cd192a1b84c417c232b"}], "type": "key-manager", "id": "9626544a32e74678a641c6e206f028a9", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "497340e5aa36485982fdf297f370558f"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7802beb4fc7c4952897b77bd5610b1fe"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c14af798917f4fa0b146d9772583e595"}], "type": "metric", "id": "973bfe8c658d4e5a8da725e76b9d550e", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "288ecc3674ea41d2aa3b790dcb832bf2"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7a6dc785cd7142f5b30f1a7ba0daeb03"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7f7d34e2351b4964befccc862c4e8e12"}], "type": "network", "id": "a348d7b06050474fb449be7f32ea6f5d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "21bce6ecb8464a1f8f3e3847aa698bd6"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0a8faf2246b47deb30e69e48d3551fb"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e71c6011de3d4d8589e5b53dcc79f288"}], "type": "identity", "id": "ad8d4b4953184137a1b913ecee9434ed", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "13474f9a78ca4f1184e4cddc84d0d98c"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad67365a18234bb78c336e6776958c00"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc54db13337f44f8921fbb9ad0f81de8"}], "type": "alarming", "id": "bb18dc3243034f08a6a7f69f7a1edccf", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0d91d7adf0304b2681c77f979e5cdb17"}, {"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "756e5ffca9774ab3ae2db41bf330417f"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c07c727a08c243b287827f539a124e63"}], "type": "placement", "id": "bb2c9432fcbd4c56913177122468f6ba", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1eed4912224b48cf9856446eae4d9928"}, {"url": "http://192.30.9.6:8004/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b73b7f99236541148d84f24f09e5dd40"}, {"url": "http://192.30.9.6:8004/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fbf12e52911244fdafc24a9d46f56e62"}], "type": "orchestration", "id": "c8918d139da945ba93df4ccce21d4904", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/da1aa3dc9e564d3d922e61c0121a390e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16bf098b9e2e490f8e47fa601059f975"}, {"url": "http://192.30.9.6:8776/v2/da1aa3dc9e564d3d922e61c0121a390e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc16fa4cf491444ca2f611d5692c1170"}, {"url": "http://192.30.9.6:8776/v2/da1aa3dc9e564d3d922e61c0121a390e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ccd2c5325dff4b90b391db9fdde67d99"}], "type": "volumev2", "id": "d09ac9123c34494abce21d6c27bee9d9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eac694332354a3aa0e61c31314166d7"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b4d4989c4e764717ab78d38675cadd3f"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff196e46b56d406d87a678f1a64497b0"}], "type": "compute", "id": "d4030ee932c84df58c5b910cc197caa7", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_95790658-ea1a-473f-b71a-0aa15c3467f2", "id": "6cb53a06110b45a6a2f21cb265048110"}, "audit_ids": ["wicKmSuoQpC1PFEq1R5bNA"], "issued_at": "2018-09-04T10:26:23.000000Z"}} 2018-09-04 10:26:23,235 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}54541e6ccf739d99532cb869cdea9051772e86d3" -d '{"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC8PyjVdaSwDj0baMDqLzFvmKaRyX4y8WwqfMkNaOCoa9eWcHM5cAWQ/WLKba/1BSMMHTgpOReimqVtM4kzNsX+nR6gm10Y9qgQ23KhktcGnTIhyUULXm0YZyJ7BzdPbLwSOJQHCs6to38fKRWZ13S9F29S2Xz/RTAcwFbYuYB/I3kaKQvAGfPa6+sswf/GcVcs7COuNLHo7YFa4Qj9pbzLh0wLhKDhDZ3aNBQbaPyMRWFg4U4+vkfzrX/QrGOBkF4oiq+p5wnfZe9sK9QEN+AV9KHuQBZVUPl/lwfJGa0JlM+Ul4/6VKDT9bCl4u89BjY+AzZyC5Ug72PI3qDrUFdL", "name": "NovaUtilsKeypairTests-08f51a4d-038b-4e0c-b377-9f8fe4577aeb"}}' 2018-09-04 10:26:24,006 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:26: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-fca0a893-7ec2-40bc-8c5e-c1587a44915b x-compute-request-id: req-fca0a893-7ec2-40bc-8c5e-c1587a44915b Content-Encoding: gzip Content-Length: 495 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC8PyjVdaSwDj0baMDqLzFvmKaRyX4y8WwqfMkNaOCoa9eWcHM5cAWQ/WLKba/1BSMMHTgpOReimqVtM4kzNsX+nR6gm10Y9qgQ23KhktcGnTIhyUULXm0YZyJ7BzdPbLwSOJQHCs6to38fKRWZ13S9F29S2Xz/RTAcwFbYuYB/I3kaKQvAGfPa6+sswf/GcVcs7COuNLHo7YFa4Qj9pbzLh0wLhKDhDZ3aNBQbaPyMRWFg4U4+vkfzrX/QrGOBkF4oiq+p5wnfZe9sK9QEN+AV9KHuQBZVUPl/lwfJGa0JlM+Ul4/6VKDT9bCl4u89BjY+AzZyC5Ug72PI3qDrUFdL", "user_id": "6cb53a06110b45a6a2f21cb265048110", "name": "NovaUtilsKeypairTests-08f51a4d-038b-4e0c-b377-9f8fe4577aeb", "fingerprint": "e2:8c:e2:09:2f:28:ee:8c:8a:9a:8a:28:f3:57:82:6a"}} 2018-09-04 10:26:24,006 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/os-keypairs used request id req-fca0a893-7ec2-40bc-8c5e-c1587a44915b 2018-09-04 10:26:24,007 - nova_utils - DEBUG - Deleting keypair - NovaUtilsKeypairTests-08f51a4d-038b-4e0c-b377-9f8fe4577aeb 2018-09-04 10:26:24,009 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:8774/v2.1/os-keypairs/NovaUtilsKeypairTests-08f51a4d-038b-4e0c-b377-9f8fe4577aeb -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}54541e6ccf739d99532cb869cdea9051772e86d3" 2018-09-04 10:26:24,035 - novaclient.v2.client - DEBUG - RESP: [202] Date: Tue, 04 Sep 2018 10:26:24 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-3e2cd8f0-f6c1-424d-a423-e3903829bfd4 x-compute-request-id: req-3e2cd8f0-f6c1-424d-a423-e3903829bfd4 Content-Length: 0 Content-Type: application/json 2018-09-04 10:26:24,035 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/os-keypairs/NovaUtilsKeypairTests-08f51a4d-038b-4e0c-b377-9f8fe4577aeb used request id req-3e2cd8f0-f6c1-424d-a423-e3903829bfd4 2018-09-04 10:26:24,037 - nova_utils - DEBUG - Retrieving Nova Client 2018-09-04 10:26:24,311 - nova_utils - INFO - Creating keypair with name - NovaUtilsKeypairTests-4b755c7b-83ef-47b9-baa7-19bfa44e6f13 2018-09-04 10:26:24,311 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-09-04 10:26:24,700 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5ef645ad12fc453aa5d8a0c2cbf76196", "name": "heat_stack_owner"}, {"id": "9a944a8c31754b8f941d2fa9034d4301", "name": "Member"}, {"id": "3d416247e8224533841040c3ad2bce5a", "name": "admin"}], "expires_at": "2018-09-04T11:26:24.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "da1aa3dc9e564d3d922e61c0121a390e", "name": "api_check-project_95790658-ea1a-473f-b71a-0aa15c3467f2"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235635a698ef4bef9dc6b25273d185da"}, {"url": "http://192.30.9.6:8776/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "23b07b3fbfc340a58cf0f9b2871a0d23"}, {"url": "http://172.30.9.28:8776/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "72fd0aaa144d45419f4b04b6b26f69a7"}], "type": "volume", "id": "097241c25b4d4f7e91b3f8efa155909e", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v3/da1aa3dc9e564d3d922e61c0121a390e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93eb4cf3030a49e7840bec071422d397"}, {"url": "http://192.30.9.6:8776/v3/da1aa3dc9e564d3d922e61c0121a390e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8af439a6ac147fdbcb38ed9aa916b68"}, {"url": "http://192.30.9.6:8776/v3/da1aa3dc9e564d3d922e61c0121a390e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c4bfdbc9b7c74a23a40afdf578cfeba4"}], "type": "volumev3", "id": "1c85f4682ce44f729db1dabd98e965e8", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "82239574a29d4603a2161006f61851cf"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8d15f7134f364a7bbcfff2f84aac3bf2"}, {"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e01668c43a0c4c279b9a3d20a0280d6c"}], "type": "image", "id": "297d8415ca96454991054983920912f7", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7bb4d60e20734d4a9f31ec75e02cb823"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bf6adec15590466a9a0d3bddb00e8993"}, {"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f096f03a1d12411a8972f6f7c196b60d"}], "type": "policy", "id": "54c64351b56d44bbad74c2969cc3aa00", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "354ae6870a324fab82d0a0fb68ee0f26"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a3807e460dd4af488d982b66c52e64c"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e7c3da785076450abd71868e75ce0c33"}], "type": "cloudformation", "id": "6ac9917ae83c4639a15a4ab3cf0e76dd", "name": "heat-cfn"}, {"endpoints": [], "type": "metering", "id": "7fcc078e5e0645f29df67742ac14e388", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49e71628d386464cb950d6a9db00a328"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75b0a63ed8574bbcab1c851cc9b83d30"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9902b0a8b3c04cd192a1b84c417c232b"}], "type": "key-manager", "id": "9626544a32e74678a641c6e206f028a9", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "497340e5aa36485982fdf297f370558f"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7802beb4fc7c4952897b77bd5610b1fe"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c14af798917f4fa0b146d9772583e595"}], "type": "metric", "id": "973bfe8c658d4e5a8da725e76b9d550e", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "288ecc3674ea41d2aa3b790dcb832bf2"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7a6dc785cd7142f5b30f1a7ba0daeb03"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7f7d34e2351b4964befccc862c4e8e12"}], "type": "network", "id": "a348d7b06050474fb449be7f32ea6f5d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "21bce6ecb8464a1f8f3e3847aa698bd6"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0a8faf2246b47deb30e69e48d3551fb"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e71c6011de3d4d8589e5b53dcc79f288"}], "type": "identity", "id": "ad8d4b4953184137a1b913ecee9434ed", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "13474f9a78ca4f1184e4cddc84d0d98c"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad67365a18234bb78c336e6776958c00"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc54db13337f44f8921fbb9ad0f81de8"}], "type": "alarming", "id": "bb18dc3243034f08a6a7f69f7a1edccf", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0d91d7adf0304b2681c77f979e5cdb17"}, {"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "756e5ffca9774ab3ae2db41bf330417f"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c07c727a08c243b287827f539a124e63"}], "type": "placement", "id": "bb2c9432fcbd4c56913177122468f6ba", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1eed4912224b48cf9856446eae4d9928"}, {"url": "http://192.30.9.6:8004/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b73b7f99236541148d84f24f09e5dd40"}, {"url": "http://192.30.9.6:8004/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fbf12e52911244fdafc24a9d46f56e62"}], "type": "orchestration", "id": "c8918d139da945ba93df4ccce21d4904", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/da1aa3dc9e564d3d922e61c0121a390e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16bf098b9e2e490f8e47fa601059f975"}, {"url": "http://192.30.9.6:8776/v2/da1aa3dc9e564d3d922e61c0121a390e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc16fa4cf491444ca2f611d5692c1170"}, {"url": "http://192.30.9.6:8776/v2/da1aa3dc9e564d3d922e61c0121a390e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ccd2c5325dff4b90b391db9fdde67d99"}], "type": "volumev2", "id": "d09ac9123c34494abce21d6c27bee9d9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eac694332354a3aa0e61c31314166d7"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b4d4989c4e764717ab78d38675cadd3f"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff196e46b56d406d87a678f1a64497b0"}], "type": "compute", "id": "d4030ee932c84df58c5b910cc197caa7", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_95790658-ea1a-473f-b71a-0aa15c3467f2", "id": "6cb53a06110b45a6a2f21cb265048110"}, "audit_ids": ["MrA12V_hQOelf49LsXAxkw"], "issued_at": "2018-09-04T10:26:24.000000Z"}} 2018-09-04 10:26:24,703 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ecbbe26624ae465b2a32c6081f3fda8a92512631" -d '{"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQD2IOkpiI93qSh9P5yW6aHBW5AT7L3gWZ93sQQ2ecnR+ojwm58Z+bN1WZCQ9f8AODpGMGrmPSaRFzB2RmHwWPJ5f8nZfrnK0E5j+6AQ5AC/4jGdu9dAyHH7J/tDvx1GnPSY3xZOycPKpfyX21I+xOJ8y2i7AhrK4qvkBbguSTH+fJip/1ziyxxXkslKFW/hFqtnqWtE0P3pvMmla209oWOFu4/j6SYKNEQPFrTNKlK6qDTQTsbUBXRuyVIRjDvkoer0rD8X8A0yq3k3CQEDfCbW2HvGjWy8q5VI+UHk5wOIBJZDZf5J0WPwy6RVHq+YoMmy2hGd8srkWnA4xpNVQCrf", "name": "NovaUtilsKeypairTests-4b755c7b-83ef-47b9-baa7-19bfa44e6f13"}}' 2018-09-04 10:26:25,078 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:26:24 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-ad61f458-987e-4984-bceb-c48d0e6db281 x-compute-request-id: req-ad61f458-987e-4984-bceb-c48d0e6db281 Content-Encoding: gzip Content-Length: 498 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQD2IOkpiI93qSh9P5yW6aHBW5AT7L3gWZ93sQQ2ecnR+ojwm58Z+bN1WZCQ9f8AODpGMGrmPSaRFzB2RmHwWPJ5f8nZfrnK0E5j+6AQ5AC/4jGdu9dAyHH7J/tDvx1GnPSY3xZOycPKpfyX21I+xOJ8y2i7AhrK4qvkBbguSTH+fJip/1ziyxxXkslKFW/hFqtnqWtE0P3pvMmla209oWOFu4/j6SYKNEQPFrTNKlK6qDTQTsbUBXRuyVIRjDvkoer0rD8X8A0yq3k3CQEDfCbW2HvGjWy8q5VI+UHk5wOIBJZDZf5J0WPwy6RVHq+YoMmy2hGd8srkWnA4xpNVQCrf", "user_id": "6cb53a06110b45a6a2f21cb265048110", "name": "NovaUtilsKeypairTests-4b755c7b-83ef-47b9-baa7-19bfa44e6f13", "fingerprint": "a8:b4:df:57:09:2a:2a:5f:65:bb:37:7d:59:16:1f:21"}} 2018-09-04 10:26:25,079 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/os-keypairs used request id req-ad61f458-987e-4984-bceb-c48d0e6db281 2018-09-04 10:26:25,082 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/os-keypairs/NovaUtilsKeypairTests-4b755c7b-83ef-47b9-baa7-19bfa44e6f13 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ecbbe26624ae465b2a32c6081f3fda8a92512631" 2018-09-04 10:26:25,098 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:26: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-624b25d3-5953-4690-841e-f87b583e8ae5 x-compute-request-id: req-624b25d3-5953-4690-841e-f87b583e8ae5 Content-Encoding: gzip Content-Length: 558 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQD2IOkpiI93qSh9P5yW6aHBW5AT7L3gWZ93sQQ2ecnR+ojwm58Z+bN1WZCQ9f8AODpGMGrmPSaRFzB2RmHwWPJ5f8nZfrnK0E5j+6AQ5AC/4jGdu9dAyHH7J/tDvx1GnPSY3xZOycPKpfyX21I+xOJ8y2i7AhrK4qvkBbguSTH+fJip/1ziyxxXkslKFW/hFqtnqWtE0P3pvMmla209oWOFu4/j6SYKNEQPFrTNKlK6qDTQTsbUBXRuyVIRjDvkoer0rD8X8A0yq3k3CQEDfCbW2HvGjWy8q5VI+UHk5wOIBJZDZf5J0WPwy6RVHq+YoMmy2hGd8srkWnA4xpNVQCrf", "user_id": "6cb53a06110b45a6a2f21cb265048110", "name": "NovaUtilsKeypairTests-4b755c7b-83ef-47b9-baa7-19bfa44e6f13", "deleted": false, "created_at": "2018-09-04T10:26:25.000000", "updated_at": null, "fingerprint": "a8:b4:df:57:09:2a:2a:5f:65:bb:37:7d:59:16:1f:21", "deleted_at": null, "id": 9}} 2018-09-04 10:26:25,098 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/os-keypairs/NovaUtilsKeypairTests-4b755c7b-83ef-47b9-baa7-19bfa44e6f13 used request id req-624b25d3-5953-4690-841e-f87b583e8ae5 2018-09-04 10:26:25,101 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ecbbe26624ae465b2a32c6081f3fda8a92512631" 2018-09-04 10:26:25,236 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:26: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-b4469bf4-428b-47f5-b031-83d14cca0a1b x-compute-request-id: req-b4469bf4-428b-47f5-b031-83d14cca0a1b Content-Encoding: gzip Content-Length: 474 Content-Type: application/json RESP BODY: {"keypairs": [{"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQD2IOkpiI93qSh9P5yW6aHBW5AT7L3gWZ93sQQ2ecnR+ojwm58Z+bN1WZCQ9f8AODpGMGrmPSaRFzB2RmHwWPJ5f8nZfrnK0E5j+6AQ5AC/4jGdu9dAyHH7J/tDvx1GnPSY3xZOycPKpfyX21I+xOJ8y2i7AhrK4qvkBbguSTH+fJip/1ziyxxXkslKFW/hFqtnqWtE0P3pvMmla209oWOFu4/j6SYKNEQPFrTNKlK6qDTQTsbUBXRuyVIRjDvkoer0rD8X8A0yq3k3CQEDfCbW2HvGjWy8q5VI+UHk5wOIBJZDZf5J0WPwy6RVHq+YoMmy2hGd8srkWnA4xpNVQCrf", "name": "NovaUtilsKeypairTests-4b755c7b-83ef-47b9-baa7-19bfa44e6f13", "fingerprint": "a8:b4:df:57:09:2a:2a:5f:65:bb:37:7d:59:16:1f:21"}}]} 2018-09-04 10:26:25,236 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/os-keypairs used request id req-b4469bf4-428b-47f5-b031-83d14cca0a1b 2018-09-04 10:26:25,237 - nova_utils - DEBUG - Deleting keypair - NovaUtilsKeypairTests-4b755c7b-83ef-47b9-baa7-19bfa44e6f13 2018-09-04 10:26:25,240 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:8774/v2.1/os-keypairs/NovaUtilsKeypairTests-4b755c7b-83ef-47b9-baa7-19bfa44e6f13 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ecbbe26624ae465b2a32c6081f3fda8a92512631" 2018-09-04 10:26:25,274 - novaclient.v2.client - DEBUG - RESP: [202] Date: Tue, 04 Sep 2018 10:26: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-cf3cd45d-ceaa-488c-9644-64ae56cdef83 x-compute-request-id: req-cf3cd45d-ceaa-488c-9644-64ae56cdef83 Content-Length: 0 Content-Type: application/json 2018-09-04 10:26:25,274 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/os-keypairs/NovaUtilsKeypairTests-4b755c7b-83ef-47b9-baa7-19bfa44e6f13 used request id req-cf3cd45d-ceaa-488c-9644-64ae56cdef83 2018-09-04 10:26:25,275 - nova_utils - DEBUG - Retrieving Nova Client 2018-09-04 10:26:25,276 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-09-04 10:26:25,662 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5ef645ad12fc453aa5d8a0c2cbf76196", "name": "heat_stack_owner"}, {"id": "9a944a8c31754b8f941d2fa9034d4301", "name": "Member"}, {"id": "3d416247e8224533841040c3ad2bce5a", "name": "admin"}], "expires_at": "2018-09-04T11:26:25.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "da1aa3dc9e564d3d922e61c0121a390e", "name": "api_check-project_95790658-ea1a-473f-b71a-0aa15c3467f2"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235635a698ef4bef9dc6b25273d185da"}, {"url": "http://192.30.9.6:8776/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "23b07b3fbfc340a58cf0f9b2871a0d23"}, {"url": "http://172.30.9.28:8776/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "72fd0aaa144d45419f4b04b6b26f69a7"}], "type": "volume", "id": "097241c25b4d4f7e91b3f8efa155909e", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v3/da1aa3dc9e564d3d922e61c0121a390e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93eb4cf3030a49e7840bec071422d397"}, {"url": "http://192.30.9.6:8776/v3/da1aa3dc9e564d3d922e61c0121a390e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8af439a6ac147fdbcb38ed9aa916b68"}, {"url": "http://192.30.9.6:8776/v3/da1aa3dc9e564d3d922e61c0121a390e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c4bfdbc9b7c74a23a40afdf578cfeba4"}], "type": "volumev3", "id": "1c85f4682ce44f729db1dabd98e965e8", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "82239574a29d4603a2161006f61851cf"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8d15f7134f364a7bbcfff2f84aac3bf2"}, {"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e01668c43a0c4c279b9a3d20a0280d6c"}], "type": "image", "id": "297d8415ca96454991054983920912f7", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7bb4d60e20734d4a9f31ec75e02cb823"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bf6adec15590466a9a0d3bddb00e8993"}, {"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f096f03a1d12411a8972f6f7c196b60d"}], "type": "policy", "id": "54c64351b56d44bbad74c2969cc3aa00", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "354ae6870a324fab82d0a0fb68ee0f26"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a3807e460dd4af488d982b66c52e64c"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e7c3da785076450abd71868e75ce0c33"}], "type": "cloudformation", "id": "6ac9917ae83c4639a15a4ab3cf0e76dd", "name": "heat-cfn"}, {"endpoints": [], "type": "metering", "id": "7fcc078e5e0645f29df67742ac14e388", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49e71628d386464cb950d6a9db00a328"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75b0a63ed8574bbcab1c851cc9b83d30"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9902b0a8b3c04cd192a1b84c417c232b"}], "type": "key-manager", "id": "9626544a32e74678a641c6e206f028a9", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "497340e5aa36485982fdf297f370558f"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7802beb4fc7c4952897b77bd5610b1fe"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c14af798917f4fa0b146d9772583e595"}], "type": "metric", "id": "973bfe8c658d4e5a8da725e76b9d550e", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "288ecc3674ea41d2aa3b790dcb832bf2"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7a6dc785cd7142f5b30f1a7ba0daeb03"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7f7d34e2351b4964befccc862c4e8e12"}], "type": "network", "id": "a348d7b06050474fb449be7f32ea6f5d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "21bce6ecb8464a1f8f3e3847aa698bd6"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0a8faf2246b47deb30e69e48d3551fb"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e71c6011de3d4d8589e5b53dcc79f288"}], "type": "identity", "id": "ad8d4b4953184137a1b913ecee9434ed", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "13474f9a78ca4f1184e4cddc84d0d98c"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad67365a18234bb78c336e6776958c00"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc54db13337f44f8921fbb9ad0f81de8"}], "type": "alarming", "id": "bb18dc3243034f08a6a7f69f7a1edccf", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0d91d7adf0304b2681c77f979e5cdb17"}, {"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "756e5ffca9774ab3ae2db41bf330417f"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c07c727a08c243b287827f539a124e63"}], "type": "placement", "id": "bb2c9432fcbd4c56913177122468f6ba", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1eed4912224b48cf9856446eae4d9928"}, {"url": "http://192.30.9.6:8004/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b73b7f99236541148d84f24f09e5dd40"}, {"url": "http://192.30.9.6:8004/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fbf12e52911244fdafc24a9d46f56e62"}], "type": "orchestration", "id": "c8918d139da945ba93df4ccce21d4904", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/da1aa3dc9e564d3d922e61c0121a390e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16bf098b9e2e490f8e47fa601059f975"}, {"url": "http://192.30.9.6:8776/v2/da1aa3dc9e564d3d922e61c0121a390e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc16fa4cf491444ca2f611d5692c1170"}, {"url": "http://192.30.9.6:8776/v2/da1aa3dc9e564d3d922e61c0121a390e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ccd2c5325dff4b90b391db9fdde67d99"}], "type": "volumev2", "id": "d09ac9123c34494abce21d6c27bee9d9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eac694332354a3aa0e61c31314166d7"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b4d4989c4e764717ab78d38675cadd3f"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff196e46b56d406d87a678f1a64497b0"}], "type": "compute", "id": "d4030ee932c84df58c5b910cc197caa7", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_95790658-ea1a-473f-b71a-0aa15c3467f2", "id": "6cb53a06110b45a6a2f21cb265048110"}, "audit_ids": ["x60xZF93RxO8OmMEmW5xlA"], "issued_at": "2018-09-04T10:26:25.000000Z"}} 2018-09-04 10:26:25,665 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1cfe5f268493b805edda8adb438fdbf3841168fb" -d '{"flavor": {"vcpus": 1, "disk": 1, "name": "NovaUtilsFlavorTests-6dad684c-d46d-4f72-acff-dd3dc42b2742-name", "os-flavor-access:is_public": false, "rxtx_factor": 3.0, "OS-FLV-EXT-DATA:ephemeral": 1, "ram": 1, "id": "NovaUtilsFlavorTests-6dad684c-d46d-4f72-acff-dd3dc42b2742-id", "swap": 2}}' 2018-09-04 10:26:25,921 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:26: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-667f0e2c-0812-4597-acc6-4e94c1ea7d50 x-compute-request-id: req-667f0e2c-0812-4597-acc6-4e94c1ea7d50 Content-Encoding: gzip Content-Length: 287 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/NovaUtilsFlavorTests-6dad684c-d46d-4f72-acff-dd3dc42b2742-id", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/NovaUtilsFlavorTests-6dad684c-d46d-4f72-acff-dd3dc42b2742-id", "rel": "bookmark"}], "ram": 1, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": false, "rxtx_factor": 3.0, "disk": 1, "id": "NovaUtilsFlavorTests-6dad684c-d46d-4f72-acff-dd3dc42b2742-id", "name": "NovaUtilsFlavorTests-6dad684c-d46d-4f72-acff-dd3dc42b2742-name", "vcpus": 1, "swap": 2, "OS-FLV-EXT-DATA:ephemeral": 1}} 2018-09-04 10:26:25,921 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/flavors used request id req-667f0e2c-0812-4597-acc6-4e94c1ea7d50 2018-09-04 10:26:25,925 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:8774/v2.1/flavors/NovaUtilsFlavorTests-6dad684c-d46d-4f72-acff-dd3dc42b2742-id -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1cfe5f268493b805edda8adb438fdbf3841168fb" 2018-09-04 10:26:25,986 - novaclient.v2.client - DEBUG - RESP: [202] Date: Tue, 04 Sep 2018 10:26: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-69f90331-ada8-4d32-8700-1e45cc2c13b5 x-compute-request-id: req-69f90331-ada8-4d32-8700-1e45cc2c13b5 Content-Length: 0 Content-Type: application/json 2018-09-04 10:26:25,986 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/flavors/NovaUtilsFlavorTests-6dad684c-d46d-4f72-acff-dd3dc42b2742-id used request id req-69f90331-ada8-4d32-8700-1e45cc2c13b5 2018-09-04 10:26:25,990 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1cfe5f268493b805edda8adb438fdbf3841168fb" 2018-09-04 10:26:26,024 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:26: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-d9cc0487-3fae-44ab-ab05-3102c69d7218 x-compute-request-id: req-d9cc0487-3fae-44ab-ab05-3102c69d7218 Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-09-04 10:26:26,024 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors used request id req-d9cc0487-3fae-44ab-ab05-3102c69d7218 2018-09-04 10:26:26,026 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:8774/v2.1/flavors/NovaUtilsFlavorTests-6dad684c-d46d-4f72-acff-dd3dc42b2742-id -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1cfe5f268493b805edda8adb438fdbf3841168fb" 2018-09-04 10:26:26,047 - novaclient.v2.client - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 10:26: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-16eeb2a3-24c4-497e-b31a-02dd74991a50 x-compute-request-id: req-16eeb2a3-24c4-497e-b31a-02dd74991a50 Content-Length: 133 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Flavor NovaUtilsFlavorTests-6dad684c-d46d-4f72-acff-dd3dc42b2742-id could not be found.", "code": 404}} 2018-09-04 10:26:26,047 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/flavors/NovaUtilsFlavorTests-6dad684c-d46d-4f72-acff-dd3dc42b2742-id used request id req-16eeb2a3-24c4-497e-b31a-02dd74991a50 2018-09-04 10:26:26,048 - nova_utils - DEBUG - Retrieving Nova Client 2018-09-04 10:26:26,049 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-09-04 10:26:26,425 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5ef645ad12fc453aa5d8a0c2cbf76196", "name": "heat_stack_owner"}, {"id": "9a944a8c31754b8f941d2fa9034d4301", "name": "Member"}, {"id": "3d416247e8224533841040c3ad2bce5a", "name": "admin"}], "expires_at": "2018-09-04T11:26:26.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "da1aa3dc9e564d3d922e61c0121a390e", "name": "api_check-project_95790658-ea1a-473f-b71a-0aa15c3467f2"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235635a698ef4bef9dc6b25273d185da"}, {"url": "http://192.30.9.6:8776/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "23b07b3fbfc340a58cf0f9b2871a0d23"}, {"url": "http://172.30.9.28:8776/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "72fd0aaa144d45419f4b04b6b26f69a7"}], "type": "volume", "id": "097241c25b4d4f7e91b3f8efa155909e", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v3/da1aa3dc9e564d3d922e61c0121a390e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93eb4cf3030a49e7840bec071422d397"}, {"url": "http://192.30.9.6:8776/v3/da1aa3dc9e564d3d922e61c0121a390e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8af439a6ac147fdbcb38ed9aa916b68"}, {"url": "http://192.30.9.6:8776/v3/da1aa3dc9e564d3d922e61c0121a390e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c4bfdbc9b7c74a23a40afdf578cfeba4"}], "type": "volumev3", "id": "1c85f4682ce44f729db1dabd98e965e8", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "82239574a29d4603a2161006f61851cf"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8d15f7134f364a7bbcfff2f84aac3bf2"}, {"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e01668c43a0c4c279b9a3d20a0280d6c"}], "type": "image", "id": "297d8415ca96454991054983920912f7", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7bb4d60e20734d4a9f31ec75e02cb823"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bf6adec15590466a9a0d3bddb00e8993"}, {"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f096f03a1d12411a8972f6f7c196b60d"}], "type": "policy", "id": "54c64351b56d44bbad74c2969cc3aa00", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "354ae6870a324fab82d0a0fb68ee0f26"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a3807e460dd4af488d982b66c52e64c"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e7c3da785076450abd71868e75ce0c33"}], "type": "cloudformation", "id": "6ac9917ae83c4639a15a4ab3cf0e76dd", "name": "heat-cfn"}, {"endpoints": [], "type": "metering", "id": "7fcc078e5e0645f29df67742ac14e388", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49e71628d386464cb950d6a9db00a328"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75b0a63ed8574bbcab1c851cc9b83d30"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9902b0a8b3c04cd192a1b84c417c232b"}], "type": "key-manager", "id": "9626544a32e74678a641c6e206f028a9", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "497340e5aa36485982fdf297f370558f"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7802beb4fc7c4952897b77bd5610b1fe"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c14af798917f4fa0b146d9772583e595"}], "type": "metric", "id": "973bfe8c658d4e5a8da725e76b9d550e", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "288ecc3674ea41d2aa3b790dcb832bf2"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7a6dc785cd7142f5b30f1a7ba0daeb03"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7f7d34e2351b4964befccc862c4e8e12"}], "type": "network", "id": "a348d7b06050474fb449be7f32ea6f5d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "21bce6ecb8464a1f8f3e3847aa698bd6"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0a8faf2246b47deb30e69e48d3551fb"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e71c6011de3d4d8589e5b53dcc79f288"}], "type": "identity", "id": "ad8d4b4953184137a1b913ecee9434ed", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "13474f9a78ca4f1184e4cddc84d0d98c"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad67365a18234bb78c336e6776958c00"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc54db13337f44f8921fbb9ad0f81de8"}], "type": "alarming", "id": "bb18dc3243034f08a6a7f69f7a1edccf", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0d91d7adf0304b2681c77f979e5cdb17"}, {"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "756e5ffca9774ab3ae2db41bf330417f"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c07c727a08c243b287827f539a124e63"}], "type": "placement", "id": "bb2c9432fcbd4c56913177122468f6ba", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1eed4912224b48cf9856446eae4d9928"}, {"url": "http://192.30.9.6:8004/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b73b7f99236541148d84f24f09e5dd40"}, {"url": "http://192.30.9.6:8004/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fbf12e52911244fdafc24a9d46f56e62"}], "type": "orchestration", "id": "c8918d139da945ba93df4ccce21d4904", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/da1aa3dc9e564d3d922e61c0121a390e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16bf098b9e2e490f8e47fa601059f975"}, {"url": "http://192.30.9.6:8776/v2/da1aa3dc9e564d3d922e61c0121a390e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc16fa4cf491444ca2f611d5692c1170"}, {"url": "http://192.30.9.6:8776/v2/da1aa3dc9e564d3d922e61c0121a390e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ccd2c5325dff4b90b391db9fdde67d99"}], "type": "volumev2", "id": "d09ac9123c34494abce21d6c27bee9d9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eac694332354a3aa0e61c31314166d7"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b4d4989c4e764717ab78d38675cadd3f"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff196e46b56d406d87a678f1a64497b0"}], "type": "compute", "id": "d4030ee932c84df58c5b910cc197caa7", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_95790658-ea1a-473f-b71a-0aa15c3467f2", "id": "6cb53a06110b45a6a2f21cb265048110"}, "audit_ids": ["CpLYAptpSpqYMjQAwSgpPA"], "issued_at": "2018-09-04T10:26:26.000000Z"}} 2018-09-04 10:26:26,428 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}be2e36e9ae9e571cc7bc464c32065f71c22f8cf0" -d '{"flavor": {"vcpus": 1, "disk": 1, "name": "NovaUtilsFlavorTests-db1caa81-e12e-459b-b09e-6b41bf4dc0ee-name", "os-flavor-access:is_public": false, "rxtx_factor": 3.0, "OS-FLV-EXT-DATA:ephemeral": 1, "ram": 1, "id": "NovaUtilsFlavorTests-db1caa81-e12e-459b-b09e-6b41bf4dc0ee-id", "swap": 2}}' 2018-09-04 10:26:26,658 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:26: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-eb14f638-851e-436c-9221-a9e2df26370a x-compute-request-id: req-eb14f638-851e-436c-9221-a9e2df26370a Content-Encoding: gzip Content-Length: 287 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/NovaUtilsFlavorTests-db1caa81-e12e-459b-b09e-6b41bf4dc0ee-id", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/NovaUtilsFlavorTests-db1caa81-e12e-459b-b09e-6b41bf4dc0ee-id", "rel": "bookmark"}], "ram": 1, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": false, "rxtx_factor": 3.0, "disk": 1, "id": "NovaUtilsFlavorTests-db1caa81-e12e-459b-b09e-6b41bf4dc0ee-id", "name": "NovaUtilsFlavorTests-db1caa81-e12e-459b-b09e-6b41bf4dc0ee-name", "vcpus": 1, "swap": 2, "OS-FLV-EXT-DATA:ephemeral": 1}} 2018-09-04 10:26:26,658 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/flavors used request id req-eb14f638-851e-436c-9221-a9e2df26370a 2018-09-04 10:26:26,660 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:8774/v2.1/flavors/NovaUtilsFlavorTests-db1caa81-e12e-459b-b09e-6b41bf4dc0ee-id -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}be2e36e9ae9e571cc7bc464c32065f71c22f8cf0" 2018-09-04 10:26:26,819 - novaclient.v2.client - DEBUG - RESP: [202] Date: Tue, 04 Sep 2018 10:26: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-b9dec887-635f-42f8-9ae0-11de9edfc5e5 x-compute-request-id: req-b9dec887-635f-42f8-9ae0-11de9edfc5e5 Content-Length: 0 Content-Type: application/json 2018-09-04 10:26:26,819 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/flavors/NovaUtilsFlavorTests-db1caa81-e12e-459b-b09e-6b41bf4dc0ee-id used request id req-b9dec887-635f-42f8-9ae0-11de9edfc5e5 2018-09-04 10:26:26,821 - nova_utils - DEBUG - Retrieving Nova Client 2018-09-04 10:26:26,822 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-09-04 10:26:27,205 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5ef645ad12fc453aa5d8a0c2cbf76196", "name": "heat_stack_owner"}, {"id": "9a944a8c31754b8f941d2fa9034d4301", "name": "Member"}, {"id": "3d416247e8224533841040c3ad2bce5a", "name": "admin"}], "expires_at": "2018-09-04T11:26:27.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "da1aa3dc9e564d3d922e61c0121a390e", "name": "api_check-project_95790658-ea1a-473f-b71a-0aa15c3467f2"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235635a698ef4bef9dc6b25273d185da"}, {"url": "http://192.30.9.6:8776/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "23b07b3fbfc340a58cf0f9b2871a0d23"}, {"url": "http://172.30.9.28:8776/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "72fd0aaa144d45419f4b04b6b26f69a7"}], "type": "volume", "id": "097241c25b4d4f7e91b3f8efa155909e", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v3/da1aa3dc9e564d3d922e61c0121a390e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93eb4cf3030a49e7840bec071422d397"}, {"url": "http://192.30.9.6:8776/v3/da1aa3dc9e564d3d922e61c0121a390e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8af439a6ac147fdbcb38ed9aa916b68"}, {"url": "http://192.30.9.6:8776/v3/da1aa3dc9e564d3d922e61c0121a390e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c4bfdbc9b7c74a23a40afdf578cfeba4"}], "type": "volumev3", "id": "1c85f4682ce44f729db1dabd98e965e8", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "82239574a29d4603a2161006f61851cf"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8d15f7134f364a7bbcfff2f84aac3bf2"}, {"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e01668c43a0c4c279b9a3d20a0280d6c"}], "type": "image", "id": "297d8415ca96454991054983920912f7", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7bb4d60e20734d4a9f31ec75e02cb823"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bf6adec15590466a9a0d3bddb00e8993"}, {"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f096f03a1d12411a8972f6f7c196b60d"}], "type": "policy", "id": "54c64351b56d44bbad74c2969cc3aa00", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "354ae6870a324fab82d0a0fb68ee0f26"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a3807e460dd4af488d982b66c52e64c"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e7c3da785076450abd71868e75ce0c33"}], "type": "cloudformation", "id": "6ac9917ae83c4639a15a4ab3cf0e76dd", "name": "heat-cfn"}, {"endpoints": [], "type": "metering", "id": "7fcc078e5e0645f29df67742ac14e388", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49e71628d386464cb950d6a9db00a328"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75b0a63ed8574bbcab1c851cc9b83d30"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9902b0a8b3c04cd192a1b84c417c232b"}], "type": "key-manager", "id": "9626544a32e74678a641c6e206f028a9", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "497340e5aa36485982fdf297f370558f"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7802beb4fc7c4952897b77bd5610b1fe"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c14af798917f4fa0b146d9772583e595"}], "type": "metric", "id": "973bfe8c658d4e5a8da725e76b9d550e", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "288ecc3674ea41d2aa3b790dcb832bf2"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7a6dc785cd7142f5b30f1a7ba0daeb03"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7f7d34e2351b4964befccc862c4e8e12"}], "type": "network", "id": "a348d7b06050474fb449be7f32ea6f5d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "21bce6ecb8464a1f8f3e3847aa698bd6"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0a8faf2246b47deb30e69e48d3551fb"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e71c6011de3d4d8589e5b53dcc79f288"}], "type": "identity", "id": "ad8d4b4953184137a1b913ecee9434ed", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "13474f9a78ca4f1184e4cddc84d0d98c"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad67365a18234bb78c336e6776958c00"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc54db13337f44f8921fbb9ad0f81de8"}], "type": "alarming", "id": "bb18dc3243034f08a6a7f69f7a1edccf", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0d91d7adf0304b2681c77f979e5cdb17"}, {"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "756e5ffca9774ab3ae2db41bf330417f"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c07c727a08c243b287827f539a124e63"}], "type": "placement", "id": "bb2c9432fcbd4c56913177122468f6ba", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1eed4912224b48cf9856446eae4d9928"}, {"url": "http://192.30.9.6:8004/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b73b7f99236541148d84f24f09e5dd40"}, {"url": "http://192.30.9.6:8004/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fbf12e52911244fdafc24a9d46f56e62"}], "type": "orchestration", "id": "c8918d139da945ba93df4ccce21d4904", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/da1aa3dc9e564d3d922e61c0121a390e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16bf098b9e2e490f8e47fa601059f975"}, {"url": "http://192.30.9.6:8776/v2/da1aa3dc9e564d3d922e61c0121a390e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc16fa4cf491444ca2f611d5692c1170"}, {"url": "http://192.30.9.6:8776/v2/da1aa3dc9e564d3d922e61c0121a390e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ccd2c5325dff4b90b391db9fdde67d99"}], "type": "volumev2", "id": "d09ac9123c34494abce21d6c27bee9d9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eac694332354a3aa0e61c31314166d7"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b4d4989c4e764717ab78d38675cadd3f"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff196e46b56d406d87a678f1a64497b0"}], "type": "compute", "id": "d4030ee932c84df58c5b910cc197caa7", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_95790658-ea1a-473f-b71a-0aa15c3467f2", "id": "6cb53a06110b45a6a2f21cb265048110"}, "audit_ids": ["rA1MgaXiS42-6euM7_3m9w"], "issued_at": "2018-09-04T10:26:27.000000Z"}} 2018-09-04 10:26:27,206 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28: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}4ba16261081b04f80b548b51d0ac328923aa9628" 2018-09-04 10:26:27,288 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:26:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c7314092-e42a-446a-9e82-c87e40915985 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.28:5000/v3/", "rel": "self"}]}} 2018-09-04 10:26:27,288 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-c7314092-e42a-446a-9e82-c87e40915985 2018-09-04 10:26:27,289 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-09-04 10:26:27,290 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 10:26:27,291 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-09-04 10:26:27,667 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5ef645ad12fc453aa5d8a0c2cbf76196", "name": "heat_stack_owner"}, {"id": "9a944a8c31754b8f941d2fa9034d4301", "name": "Member"}, {"id": "3d416247e8224533841040c3ad2bce5a", "name": "admin"}], "expires_at": "2018-09-04T11:26:27.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "da1aa3dc9e564d3d922e61c0121a390e", "name": "api_check-project_95790658-ea1a-473f-b71a-0aa15c3467f2"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235635a698ef4bef9dc6b25273d185da"}, {"url": "http://192.30.9.6:8776/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "23b07b3fbfc340a58cf0f9b2871a0d23"}, {"url": "http://172.30.9.28:8776/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "72fd0aaa144d45419f4b04b6b26f69a7"}], "type": "volume", "id": "097241c25b4d4f7e91b3f8efa155909e", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v3/da1aa3dc9e564d3d922e61c0121a390e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93eb4cf3030a49e7840bec071422d397"}, {"url": "http://192.30.9.6:8776/v3/da1aa3dc9e564d3d922e61c0121a390e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8af439a6ac147fdbcb38ed9aa916b68"}, {"url": "http://192.30.9.6:8776/v3/da1aa3dc9e564d3d922e61c0121a390e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c4bfdbc9b7c74a23a40afdf578cfeba4"}], "type": "volumev3", "id": "1c85f4682ce44f729db1dabd98e965e8", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "82239574a29d4603a2161006f61851cf"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8d15f7134f364a7bbcfff2f84aac3bf2"}, {"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e01668c43a0c4c279b9a3d20a0280d6c"}], "type": "image", "id": "297d8415ca96454991054983920912f7", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7bb4d60e20734d4a9f31ec75e02cb823"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bf6adec15590466a9a0d3bddb00e8993"}, {"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f096f03a1d12411a8972f6f7c196b60d"}], "type": "policy", "id": "54c64351b56d44bbad74c2969cc3aa00", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "354ae6870a324fab82d0a0fb68ee0f26"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a3807e460dd4af488d982b66c52e64c"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e7c3da785076450abd71868e75ce0c33"}], "type": "cloudformation", "id": "6ac9917ae83c4639a15a4ab3cf0e76dd", "name": "heat-cfn"}, {"endpoints": [], "type": "metering", "id": "7fcc078e5e0645f29df67742ac14e388", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49e71628d386464cb950d6a9db00a328"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75b0a63ed8574bbcab1c851cc9b83d30"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9902b0a8b3c04cd192a1b84c417c232b"}], "type": "key-manager", "id": "9626544a32e74678a641c6e206f028a9", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "497340e5aa36485982fdf297f370558f"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7802beb4fc7c4952897b77bd5610b1fe"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c14af798917f4fa0b146d9772583e595"}], "type": "metric", "id": "973bfe8c658d4e5a8da725e76b9d550e", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "288ecc3674ea41d2aa3b790dcb832bf2"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7a6dc785cd7142f5b30f1a7ba0daeb03"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7f7d34e2351b4964befccc862c4e8e12"}], "type": "network", "id": "a348d7b06050474fb449be7f32ea6f5d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "21bce6ecb8464a1f8f3e3847aa698bd6"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0a8faf2246b47deb30e69e48d3551fb"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e71c6011de3d4d8589e5b53dcc79f288"}], "type": "identity", "id": "ad8d4b4953184137a1b913ecee9434ed", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "13474f9a78ca4f1184e4cddc84d0d98c"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad67365a18234bb78c336e6776958c00"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc54db13337f44f8921fbb9ad0f81de8"}], "type": "alarming", "id": "bb18dc3243034f08a6a7f69f7a1edccf", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0d91d7adf0304b2681c77f979e5cdb17"}, {"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "756e5ffca9774ab3ae2db41bf330417f"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c07c727a08c243b287827f539a124e63"}], "type": "placement", "id": "bb2c9432fcbd4c56913177122468f6ba", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1eed4912224b48cf9856446eae4d9928"}, {"url": "http://192.30.9.6:8004/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b73b7f99236541148d84f24f09e5dd40"}, {"url": "http://192.30.9.6:8004/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fbf12e52911244fdafc24a9d46f56e62"}], "type": "orchestration", "id": "c8918d139da945ba93df4ccce21d4904", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/da1aa3dc9e564d3d922e61c0121a390e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16bf098b9e2e490f8e47fa601059f975"}, {"url": "http://192.30.9.6:8776/v2/da1aa3dc9e564d3d922e61c0121a390e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc16fa4cf491444ca2f611d5692c1170"}, {"url": "http://192.30.9.6:8776/v2/da1aa3dc9e564d3d922e61c0121a390e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ccd2c5325dff4b90b391db9fdde67d99"}], "type": "volumev2", "id": "d09ac9123c34494abce21d6c27bee9d9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eac694332354a3aa0e61c31314166d7"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b4d4989c4e764717ab78d38675cadd3f"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff196e46b56d406d87a678f1a64497b0"}], "type": "compute", "id": "d4030ee932c84df58c5b910cc197caa7", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_95790658-ea1a-473f-b71a-0aa15c3467f2", "id": "6cb53a06110b45a6a2f21cb265048110"}, "audit_ids": ["Wn8M3Z44SA2McLQdPpQkAQ"], "issued_at": "2018-09-04T10:26:27.000000Z"}} 2018-09-04 10:26:27,668 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28: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}1eff421a4f8884fe8509b1c4b7b191f6715e6753" 2018-09-04 10:26:27,747 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:26:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1dd221b9-b970-45bb-9e19-5853e14f9032 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.28:5000/v3/", "rel": "self"}]}} 2018-09-04 10:26:27,747 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-1dd221b9-b970-45bb-9e19-5853e14f9032 2018-09-04 10:26:27,751 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/images?limit=20&disk_format=qcow2&name=NovaUtilsInstanceTests-f0e998db-8199-465d-9644-8c25b775da6c-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}1eff421a4f8884fe8509b1c4b7b191f6715e6753" 2018-09-04 10:26:27,969 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 167 Content-Type: application/json X-Openstack-Request-Id: req-df68d608-e331-4e25-85f9-0034465ba40e Date: Tue, 04 Sep 2018 10:26:27 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=NovaUtilsInstanceTests-f0e998db-8199-465d-9644-8c25b775da6c-image"} 2018-09-04 10:26:27,969 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images?limit=20&disk_format=qcow2&name=NovaUtilsInstanceTests-f0e998db-8199-465d-9644-8c25b775da6c-image used request id req-df68d608-e331-4e25-85f9-0034465ba40e 2018-09-04 10:26:27,972 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}1eff421a4f8884fe8509b1c4b7b191f6715e6753" 2018-09-04 10:26:28,526 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-4cec6019-ea36-44f2-9eb2-341579e71b51 Date: Tue, 04 Sep 2018 10:26:28 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-09-04 10:26:28,527 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/schemas/image used request id req-4cec6019-ea36-44f2-9eb2-341579e71b51 2018-09-04 10:26:28,555 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}1eff421a4f8884fe8509b1c4b7b191f6715e6753" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "NovaUtilsInstanceTests-f0e998db-8199-465d-9644-8c25b775da6c-image"}' 2018-09-04 10:26:28,832 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 626 Content-Type: application/json Location: http://172.30.9.28:9292/v2/images/53cedc7c-319e-4cec-981d-0dc21e509389 X-Openstack-Request-Id: req-da3e9519-2b35-44d2-bd7b-bc25ee143775 Date: Tue, 04 Sep 2018 10:26:28 GMT RESP BODY: {"status": "queued", "name": "NovaUtilsInstanceTests-f0e998db-8199-465d-9644-8c25b775da6c-image", "tags": [], "container_format": "bare", "created_at": "2018-09-04T10:26:28Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-09-04T10:26:28Z", "visibility": "shared", "locations": [], "self": "/v2/images/53cedc7c-319e-4cec-981d-0dc21e509389", "min_disk": 0, "protected": false, "id": "53cedc7c-319e-4cec-981d-0dc21e509389", "file": "/v2/images/53cedc7c-319e-4cec-981d-0dc21e509389/file", "checksum": null, "owner": "da1aa3dc9e564d3d922e61c0121a390e", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-09-04 10:26:28,832 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.28:9292/v2/images used request id req-da3e9519-2b35-44d2-bd7b-bc25ee143775 2018-09-04 10:26:28,843 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.28:9292/v2/images/53cedc7c-319e-4cec-981d-0dc21e509389/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}1eff421a4f8884fe8509b1c4b7b191f6715e6753" -d '' 2018-09-04 10:26:31,028 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-6d9a5f69-4e4f-492c-87eb-a37378a7df90 Date: Tue, 04 Sep 2018 10:26:31 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-09-04 10:26:31,028 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.28:9292/v2/images/53cedc7c-319e-4cec-981d-0dc21e509389/file used request id req-6d9a5f69-4e4f-492c-87eb-a37378a7df90 2018-09-04 10:26:31,029 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-09-04 10:26:31,032 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/images/53cedc7c-319e-4cec-981d-0dc21e509389 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}1eff421a4f8884fe8509b1c4b7b191f6715e6753" 2018-09-04 10:26:31,656 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 887 Content-Type: application/json X-Openstack-Request-Id: req-793da65c-3180-421d-81d6-382ba950e5b1 Date: Tue, 04 Sep 2018 10:26:31 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "NovaUtilsInstanceTests-f0e998db-8199-465d-9644-8c25b775da6c-image", "tags": [], "container_format": "bare", "created_at": "2018-09-04T10:26:28Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-09-04T10:26:31Z", "visibility": "shared", "locations": [{"url": "rbd://99671b03-94ed-44b3-b5f6-80b8e44d0570/images/53cedc7c-319e-4cec-981d-0dc21e509389/snap", "metadata": {}}], "self": "/v2/images/53cedc7c-319e-4cec-981d-0dc21e509389", "min_disk": 0, "protected": false, "id": "53cedc7c-319e-4cec-981d-0dc21e509389", "file": "/v2/images/53cedc7c-319e-4cec-981d-0dc21e509389/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "da1aa3dc9e564d3d922e61c0121a390e", "direct_url": "rbd://99671b03-94ed-44b3-b5f6-80b8e44d0570/images/53cedc7c-319e-4cec-981d-0dc21e509389/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-09-04 10:26:31,656 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images/53cedc7c-319e-4cec-981d-0dc21e509389 used request id req-793da65c-3180-421d-81d6-382ba950e5b1 2018-09-04 10:26:31,659 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}1eff421a4f8884fe8509b1c4b7b191f6715e6753" 2018-09-04 10:26:32,227 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-152abbc3-6fa7-4cee-bd67-f48cc9e5da3e Date: Tue, 04 Sep 2018 10:26:32 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-09-04 10:26:32,228 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/schemas/image used request id req-152abbc3-6fa7-4cee-bd67-f48cc9e5da3e 2018-09-04 10:26:32,231 - create_image - INFO - Created image with name - NovaUtilsInstanceTests-f0e998db-8199-465d-9644-8c25b775da6c-image 2018-09-04 10:26:32,234 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/images/53cedc7c-319e-4cec-981d-0dc21e509389 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}1eff421a4f8884fe8509b1c4b7b191f6715e6753" 2018-09-04 10:26:32,250 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 887 Content-Type: application/json X-Openstack-Request-Id: req-dbb0d7f1-6eb0-4b77-8ec0-1bb1fa82ee21 Date: Tue, 04 Sep 2018 10:26:32 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "NovaUtilsInstanceTests-f0e998db-8199-465d-9644-8c25b775da6c-image", "tags": [], "container_format": "bare", "created_at": "2018-09-04T10:26:28Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-09-04T10:26:31Z", "visibility": "shared", "locations": [{"url": "rbd://99671b03-94ed-44b3-b5f6-80b8e44d0570/images/53cedc7c-319e-4cec-981d-0dc21e509389/snap", "metadata": {}}], "self": "/v2/images/53cedc7c-319e-4cec-981d-0dc21e509389", "min_disk": 0, "protected": false, "id": "53cedc7c-319e-4cec-981d-0dc21e509389", "file": "/v2/images/53cedc7c-319e-4cec-981d-0dc21e509389/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "da1aa3dc9e564d3d922e61c0121a390e", "direct_url": "rbd://99671b03-94ed-44b3-b5f6-80b8e44d0570/images/53cedc7c-319e-4cec-981d-0dc21e509389/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-09-04 10:26:32,250 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images/53cedc7c-319e-4cec-981d-0dc21e509389 used request id req-dbb0d7f1-6eb0-4b77-8ec0-1bb1fa82ee21 2018-09-04 10:26:32,251 - create_image - DEBUG - Instance status is - active 2018-09-04 10:26:32,251 - create_image - DEBUG - Image is active with name - NovaUtilsInstanceTests-f0e998db-8199-465d-9644-8c25b775da6c-image 2018-09-04 10:26:32,251 - create_image - INFO - Image is now active with name - NovaUtilsInstanceTests-f0e998db-8199-465d-9644-8c25b775da6c-image 2018-09-04 10:26:32,252 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 10:26:32,252 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-09-04 10:26:32,634 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5ef645ad12fc453aa5d8a0c2cbf76196", "name": "heat_stack_owner"}, {"id": "9a944a8c31754b8f941d2fa9034d4301", "name": "Member"}, {"id": "3d416247e8224533841040c3ad2bce5a", "name": "admin"}], "expires_at": "2018-09-04T11:26:32.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "da1aa3dc9e564d3d922e61c0121a390e", "name": "api_check-project_95790658-ea1a-473f-b71a-0aa15c3467f2"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235635a698ef4bef9dc6b25273d185da"}, {"url": "http://192.30.9.6:8776/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "23b07b3fbfc340a58cf0f9b2871a0d23"}, {"url": "http://172.30.9.28:8776/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "72fd0aaa144d45419f4b04b6b26f69a7"}], "type": "volume", "id": "097241c25b4d4f7e91b3f8efa155909e", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v3/da1aa3dc9e564d3d922e61c0121a390e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93eb4cf3030a49e7840bec071422d397"}, {"url": "http://192.30.9.6:8776/v3/da1aa3dc9e564d3d922e61c0121a390e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8af439a6ac147fdbcb38ed9aa916b68"}, {"url": "http://192.30.9.6:8776/v3/da1aa3dc9e564d3d922e61c0121a390e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c4bfdbc9b7c74a23a40afdf578cfeba4"}], "type": "volumev3", "id": "1c85f4682ce44f729db1dabd98e965e8", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "82239574a29d4603a2161006f61851cf"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8d15f7134f364a7bbcfff2f84aac3bf2"}, {"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e01668c43a0c4c279b9a3d20a0280d6c"}], "type": "image", "id": "297d8415ca96454991054983920912f7", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7bb4d60e20734d4a9f31ec75e02cb823"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bf6adec15590466a9a0d3bddb00e8993"}, {"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f096f03a1d12411a8972f6f7c196b60d"}], "type": "policy", "id": "54c64351b56d44bbad74c2969cc3aa00", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "354ae6870a324fab82d0a0fb68ee0f26"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a3807e460dd4af488d982b66c52e64c"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e7c3da785076450abd71868e75ce0c33"}], "type": "cloudformation", "id": "6ac9917ae83c4639a15a4ab3cf0e76dd", "name": "heat-cfn"}, {"endpoints": [], "type": "metering", "id": "7fcc078e5e0645f29df67742ac14e388", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49e71628d386464cb950d6a9db00a328"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75b0a63ed8574bbcab1c851cc9b83d30"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9902b0a8b3c04cd192a1b84c417c232b"}], "type": "key-manager", "id": "9626544a32e74678a641c6e206f028a9", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "497340e5aa36485982fdf297f370558f"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7802beb4fc7c4952897b77bd5610b1fe"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c14af798917f4fa0b146d9772583e595"}], "type": "metric", "id": "973bfe8c658d4e5a8da725e76b9d550e", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "288ecc3674ea41d2aa3b790dcb832bf2"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7a6dc785cd7142f5b30f1a7ba0daeb03"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7f7d34e2351b4964befccc862c4e8e12"}], "type": "network", "id": "a348d7b06050474fb449be7f32ea6f5d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "21bce6ecb8464a1f8f3e3847aa698bd6"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0a8faf2246b47deb30e69e48d3551fb"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e71c6011de3d4d8589e5b53dcc79f288"}], "type": "identity", "id": "ad8d4b4953184137a1b913ecee9434ed", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "13474f9a78ca4f1184e4cddc84d0d98c"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad67365a18234bb78c336e6776958c00"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc54db13337f44f8921fbb9ad0f81de8"}], "type": "alarming", "id": "bb18dc3243034f08a6a7f69f7a1edccf", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0d91d7adf0304b2681c77f979e5cdb17"}, {"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "756e5ffca9774ab3ae2db41bf330417f"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c07c727a08c243b287827f539a124e63"}], "type": "placement", "id": "bb2c9432fcbd4c56913177122468f6ba", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1eed4912224b48cf9856446eae4d9928"}, {"url": "http://192.30.9.6:8004/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b73b7f99236541148d84f24f09e5dd40"}, {"url": "http://192.30.9.6:8004/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fbf12e52911244fdafc24a9d46f56e62"}], "type": "orchestration", "id": "c8918d139da945ba93df4ccce21d4904", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/da1aa3dc9e564d3d922e61c0121a390e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16bf098b9e2e490f8e47fa601059f975"}, {"url": "http://192.30.9.6:8776/v2/da1aa3dc9e564d3d922e61c0121a390e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc16fa4cf491444ca2f611d5692c1170"}, {"url": "http://192.30.9.6:8776/v2/da1aa3dc9e564d3d922e61c0121a390e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ccd2c5325dff4b90b391db9fdde67d99"}], "type": "volumev2", "id": "d09ac9123c34494abce21d6c27bee9d9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eac694332354a3aa0e61c31314166d7"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b4d4989c4e764717ab78d38675cadd3f"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff196e46b56d406d87a678f1a64497b0"}], "type": "compute", "id": "d4030ee932c84df58c5b910cc197caa7", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_95790658-ea1a-473f-b71a-0aa15c3467f2", "id": "6cb53a06110b45a6a2f21cb265048110"}, "audit_ids": ["TaUHQQucQWOm4mKd-jmPCQ"], "issued_at": "2018-09-04T10:26:32.000000Z"}} 2018-09-04 10:26:32,634 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28: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}ca4f027a7057bfcc9683629129648b78a9105e73" 2018-09-04 10:26:32,709 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:26:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8773d6cb-d6d5-45d7-bdbb-63af1fa92926 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.28:5000/v3/", "rel": "self"}]}} 2018-09-04 10:26:32,709 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-8773d6cb-d6d5-45d7-bdbb-63af1fa92926 2018-09-04 10:26:32,715 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=NovaUtilsInstanceTests-f0e998db-8199-465d-9644-8c25b775da6c-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ca4f027a7057bfcc9683629129648b78a9105e73" 2018-09-04 10:26:32,885 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-5e4652c6-d0b6-4388-8e6b-c0f0b9849a08 Date: Tue, 04 Sep 2018 10:26:32 GMT RESP BODY: {"networks":[]} 2018-09-04 10:26:32,885 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=NovaUtilsInstanceTests-f0e998db-8199-465d-9644-8c25b775da6c-net used request id req-5e4652c6-d0b6-4388-8e6b-c0f0b9849a08 2018-09-04 10:26:32,886 - neutron_utils - INFO - Creating network with name NovaUtilsInstanceTests-f0e998db-8199-465d-9644-8c25b775da6c-net 2018-09-04 10:26:32,891 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ca4f027a7057bfcc9683629129648b78a9105e73" -d '{"network": {"name": "NovaUtilsInstanceTests-f0e998db-8199-465d-9644-8c25b775da6c-net", "admin_state_up": true}}' 2018-09-04 10:26:33,309 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-40e201a2-64e9-46ae-b062-67d16832333f Date: Tue, 04 Sep 2018 10:26:33 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"provider:network_type":"vxlan","id":"ad1624e0-37d6-4740-b169-59d277309ce9","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"da1aa3dc9e564d3d922e61c0121a390e","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-09-04T10:26:33Z","is_default":false,"provider:segmentation_id":27,"name":"NovaUtilsInstanceTests-f0e998db-8199-465d-9644-8c25b775da6c-net","admin_state_up":true,"tenant_id":"da1aa3dc9e564d3d922e61c0121a390e","created_at":"2018-09-04T10:26:33Z","mtu":1450}} 2018-09-04 10:26:33,310 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/networks used request id req-40e201a2-64e9-46ae-b062-67d16832333f 2018-09-04 10:26:33,315 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?id=ad1624e0-37d6-4740-b169-59d277309ce9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ca4f027a7057bfcc9683629129648b78a9105e73" 2018-09-04 10:26:33,549 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 679 X-Openstack-Request-Id: req-e6e470aa-623b-4753-92c0-d4aec9b2fdc5 Date: Tue, 04 Sep 2018 10:26:33 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"ad1624e0-37d6-4740-b169-59d277309ce9","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"da1aa3dc9e564d3d922e61c0121a390e","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-09-04T10:26:33Z","provider:segmentation_id":27,"name":"NovaUtilsInstanceTests-f0e998db-8199-465d-9644-8c25b775da6c-net","admin_state_up":true,"tenant_id":"da1aa3dc9e564d3d922e61c0121a390e","created_at":"2018-09-04T10:26:33Z","provider:network_type":"vxlan"}]} 2018-09-04 10:26:33,549 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?id=ad1624e0-37d6-4740-b169-59d277309ce9 used request id req-e6e470aa-623b-4753-92c0-d4aec9b2fdc5 2018-09-04 10:26:33,554 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=ad1624e0-37d6-4740-b169-59d277309ce9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ca4f027a7057bfcc9683629129648b78a9105e73" 2018-09-04 10:26:33,744 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-26f74f8c-c4c0-49d1-9ddd-ccdffc5380df Date: Tue, 04 Sep 2018 10:26:33 GMT RESP BODY: {"subnets":[]} 2018-09-04 10:26:33,744 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=ad1624e0-37d6-4740-b169-59d277309ce9 used request id req-26f74f8c-c4c0-49d1-9ddd-ccdffc5380df 2018-09-04 10:26:33,745 - neutron_utils - INFO - Creating subnet with name NovaUtilsInstanceTests-f0e998db-8199-465d-9644-8c25b775da6c-subnet 2018-09-04 10:26:33,750 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ca4f027a7057bfcc9683629129648b78a9105e73" -d '{"subnets": [{"ip_version": 4, "network_id": "ad1624e0-37d6-4740-b169-59d277309ce9", "cidr": "10.55.0.0/24", "name": "NovaUtilsInstanceTests-f0e998db-8199-465d-9644-8c25b775da6c-subnet"}]}' 2018-09-04 10:26:34,309 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-7cf0e9b5-320b-4d5a-9844-46522c160f05 Date: Tue, 04 Sep 2018 10:26:34 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"ad1624e0-37d6-4740-b169-59d277309ce9","tenant_id":"da1aa3dc9e564d3d922e61c0121a390e","created_at":"2018-09-04T10:26:34Z","dns_nameservers":[],"updated_at":"2018-09-04T10:26:34Z","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":"da1aa3dc9e564d3d922e61c0121a390e","id":"b00eefb4-9d8b-4b83-9864-39f8e3f5f074","subnetpool_id":null,"name":"NovaUtilsInstanceTests-f0e998db-8199-465d-9644-8c25b775da6c-subnet"}]} 2018-09-04 10:26:34,309 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/subnets used request id req-7cf0e9b5-320b-4d5a-9844-46522c160f05 2018-09-04 10:26:34,315 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?id=ad1624e0-37d6-4740-b169-59d277309ce9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ca4f027a7057bfcc9683629129648b78a9105e73" 2018-09-04 10:26:34,558 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 723 X-Openstack-Request-Id: req-12da30c4-d1ff-41c8-84ce-776cb5268fe8 Date: Tue, 04 Sep 2018 10:26:34 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"ad1624e0-37d6-4740-b169-59d277309ce9","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"da1aa3dc9e564d3d922e61c0121a390e","status":"ACTIVE","subnets":["b00eefb4-9d8b-4b83-9864-39f8e3f5f074"],"description":"","tags":[],"updated_at":"2018-09-04T10:26:34Z","provider:segmentation_id":27,"name":"NovaUtilsInstanceTests-f0e998db-8199-465d-9644-8c25b775da6c-net","admin_state_up":true,"tenant_id":"da1aa3dc9e564d3d922e61c0121a390e","created_at":"2018-09-04T10:26:33Z","provider:network_type":"vxlan"}]} 2018-09-04 10:26:34,558 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?id=ad1624e0-37d6-4740-b169-59d277309ce9 used request id req-12da30c4-d1ff-41c8-84ce-776cb5268fe8 2018-09-04 10:26:34,563 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=ad1624e0-37d6-4740-b169-59d277309ce9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ca4f027a7057bfcc9683629129648b78a9105e73" 2018-09-04 10:26:34,610 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-5650ce14-c88d-4c8b-9d7b-2d2392cd8f2f Date: Tue, 04 Sep 2018 10:26:34 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"ad1624e0-37d6-4740-b169-59d277309ce9","tenant_id":"da1aa3dc9e564d3d922e61c0121a390e","created_at":"2018-09-04T10:26:34Z","dns_nameservers":[],"updated_at":"2018-09-04T10:26:34Z","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":"da1aa3dc9e564d3d922e61c0121a390e","id":"b00eefb4-9d8b-4b83-9864-39f8e3f5f074","subnetpool_id":null,"name":"NovaUtilsInstanceTests-f0e998db-8199-465d-9644-8c25b775da6c-subnet"}]} 2018-09-04 10:26:34,610 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=ad1624e0-37d6-4740-b169-59d277309ce9 used request id req-5650ce14-c88d-4c8b-9d7b-2d2392cd8f2f 2018-09-04 10:26:34,610 - OpenStackNetwork - DEBUG - Network [ad1624e0-37d6-4740-b169-59d277309ce9] created successfully 2018-09-04 10:26:34,611 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 10:26:34,611 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-09-04 10:26:35,008 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5ef645ad12fc453aa5d8a0c2cbf76196", "name": "heat_stack_owner"}, {"id": "9a944a8c31754b8f941d2fa9034d4301", "name": "Member"}, {"id": "3d416247e8224533841040c3ad2bce5a", "name": "admin"}], "expires_at": "2018-09-04T11:26:35.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "da1aa3dc9e564d3d922e61c0121a390e", "name": "api_check-project_95790658-ea1a-473f-b71a-0aa15c3467f2"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235635a698ef4bef9dc6b25273d185da"}, {"url": "http://192.30.9.6:8776/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "23b07b3fbfc340a58cf0f9b2871a0d23"}, {"url": "http://172.30.9.28:8776/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "72fd0aaa144d45419f4b04b6b26f69a7"}], "type": "volume", "id": "097241c25b4d4f7e91b3f8efa155909e", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v3/da1aa3dc9e564d3d922e61c0121a390e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93eb4cf3030a49e7840bec071422d397"}, {"url": "http://192.30.9.6:8776/v3/da1aa3dc9e564d3d922e61c0121a390e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8af439a6ac147fdbcb38ed9aa916b68"}, {"url": "http://192.30.9.6:8776/v3/da1aa3dc9e564d3d922e61c0121a390e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c4bfdbc9b7c74a23a40afdf578cfeba4"}], "type": "volumev3", "id": "1c85f4682ce44f729db1dabd98e965e8", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "82239574a29d4603a2161006f61851cf"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8d15f7134f364a7bbcfff2f84aac3bf2"}, {"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e01668c43a0c4c279b9a3d20a0280d6c"}], "type": "image", "id": "297d8415ca96454991054983920912f7", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7bb4d60e20734d4a9f31ec75e02cb823"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bf6adec15590466a9a0d3bddb00e8993"}, {"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f096f03a1d12411a8972f6f7c196b60d"}], "type": "policy", "id": "54c64351b56d44bbad74c2969cc3aa00", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "354ae6870a324fab82d0a0fb68ee0f26"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a3807e460dd4af488d982b66c52e64c"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e7c3da785076450abd71868e75ce0c33"}], "type": "cloudformation", "id": "6ac9917ae83c4639a15a4ab3cf0e76dd", "name": "heat-cfn"}, {"endpoints": [], "type": "metering", "id": "7fcc078e5e0645f29df67742ac14e388", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49e71628d386464cb950d6a9db00a328"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75b0a63ed8574bbcab1c851cc9b83d30"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9902b0a8b3c04cd192a1b84c417c232b"}], "type": "key-manager", "id": "9626544a32e74678a641c6e206f028a9", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "497340e5aa36485982fdf297f370558f"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7802beb4fc7c4952897b77bd5610b1fe"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c14af798917f4fa0b146d9772583e595"}], "type": "metric", "id": "973bfe8c658d4e5a8da725e76b9d550e", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "288ecc3674ea41d2aa3b790dcb832bf2"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7a6dc785cd7142f5b30f1a7ba0daeb03"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7f7d34e2351b4964befccc862c4e8e12"}], "type": "network", "id": "a348d7b06050474fb449be7f32ea6f5d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "21bce6ecb8464a1f8f3e3847aa698bd6"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0a8faf2246b47deb30e69e48d3551fb"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e71c6011de3d4d8589e5b53dcc79f288"}], "type": "identity", "id": "ad8d4b4953184137a1b913ecee9434ed", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "13474f9a78ca4f1184e4cddc84d0d98c"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad67365a18234bb78c336e6776958c00"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc54db13337f44f8921fbb9ad0f81de8"}], "type": "alarming", "id": "bb18dc3243034f08a6a7f69f7a1edccf", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0d91d7adf0304b2681c77f979e5cdb17"}, {"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "756e5ffca9774ab3ae2db41bf330417f"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c07c727a08c243b287827f539a124e63"}], "type": "placement", "id": "bb2c9432fcbd4c56913177122468f6ba", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1eed4912224b48cf9856446eae4d9928"}, {"url": "http://192.30.9.6:8004/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b73b7f99236541148d84f24f09e5dd40"}, {"url": "http://192.30.9.6:8004/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fbf12e52911244fdafc24a9d46f56e62"}], "type": "orchestration", "id": "c8918d139da945ba93df4ccce21d4904", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/da1aa3dc9e564d3d922e61c0121a390e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16bf098b9e2e490f8e47fa601059f975"}, {"url": "http://192.30.9.6:8776/v2/da1aa3dc9e564d3d922e61c0121a390e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc16fa4cf491444ca2f611d5692c1170"}, {"url": "http://192.30.9.6:8776/v2/da1aa3dc9e564d3d922e61c0121a390e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ccd2c5325dff4b90b391db9fdde67d99"}], "type": "volumev2", "id": "d09ac9123c34494abce21d6c27bee9d9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eac694332354a3aa0e61c31314166d7"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b4d4989c4e764717ab78d38675cadd3f"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff196e46b56d406d87a678f1a64497b0"}], "type": "compute", "id": "d4030ee932c84df58c5b910cc197caa7", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_95790658-ea1a-473f-b71a-0aa15c3467f2", "id": "6cb53a06110b45a6a2f21cb265048110"}, "audit_ids": ["pjLE-TrWS5CEQ5HJtfG1Dg"], "issued_at": "2018-09-04T10:26:35.000000Z"}} 2018-09-04 10:26:35,008 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28: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}ec0cc97f8bba26f4263862585a3c3212077ac1a5" 2018-09-04 10:26:35,097 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:26:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-97fb853b-c4e8-447f-b0c3-d04a985affc3 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.28:5000/v3/", "rel": "self"}]}} 2018-09-04 10:26:35,097 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-97fb853b-c4e8-447f-b0c3-d04a985affc3 2018-09-04 10:26:35,099 - nova_utils - DEBUG - Retrieving Nova Client 2018-09-04 10:26:35,103 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ec0cc97f8bba26f4263862585a3c3212077ac1a5" 2018-09-04 10:26:35,299 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:26:35 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-208523a4-47f0-4e1e-a197-e0dc910d662f x-compute-request-id: req-208523a4-47f0-4e1e-a197-e0dc910d662f Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-09-04 10:26:35,299 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors used request id req-208523a4-47f0-4e1e-a197-e0dc910d662f 2018-09-04 10:26:35,302 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ec0cc97f8bba26f4263862585a3c3212077ac1a5" -d '{"flavor": {"vcpus": 1, "disk": 10, "name": "NovaUtilsInstanceTests-f0e998db-8199-465d-9644-8c25b775da6c-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-09-04 10:26:35,500 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:26:35 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-0fc422e0-7504-4a4d-b1f2-8cc285f64c89 x-compute-request-id: req-0fc422e0-7504-4a4d-b1f2-8cc285f64c89 Content-Encoding: gzip Content-Length: 323 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/a20004f4-68e0-4fab-a197-332497c80b15", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/a20004f4-68e0-4fab-a197-332497c80b15", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "a20004f4-68e0-4fab-a197-332497c80b15", "name": "NovaUtilsInstanceTests-f0e998db-8199-465d-9644-8c25b775da6c-flavor-name", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-09-04 10:26:35,500 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/flavors used request id req-0fc422e0-7504-4a4d-b1f2-8cc285f64c89 2018-09-04 10:26:35,501 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 10:26:35,502 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-09-04 10:26:35,877 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5ef645ad12fc453aa5d8a0c2cbf76196", "name": "heat_stack_owner"}, {"id": "9a944a8c31754b8f941d2fa9034d4301", "name": "Member"}, {"id": "3d416247e8224533841040c3ad2bce5a", "name": "admin"}], "expires_at": "2018-09-04T11:26:35.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "da1aa3dc9e564d3d922e61c0121a390e", "name": "api_check-project_95790658-ea1a-473f-b71a-0aa15c3467f2"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235635a698ef4bef9dc6b25273d185da"}, {"url": "http://192.30.9.6:8776/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "23b07b3fbfc340a58cf0f9b2871a0d23"}, {"url": "http://172.30.9.28:8776/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "72fd0aaa144d45419f4b04b6b26f69a7"}], "type": "volume", "id": "097241c25b4d4f7e91b3f8efa155909e", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v3/da1aa3dc9e564d3d922e61c0121a390e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93eb4cf3030a49e7840bec071422d397"}, {"url": "http://192.30.9.6:8776/v3/da1aa3dc9e564d3d922e61c0121a390e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8af439a6ac147fdbcb38ed9aa916b68"}, {"url": "http://192.30.9.6:8776/v3/da1aa3dc9e564d3d922e61c0121a390e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c4bfdbc9b7c74a23a40afdf578cfeba4"}], "type": "volumev3", "id": "1c85f4682ce44f729db1dabd98e965e8", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "82239574a29d4603a2161006f61851cf"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8d15f7134f364a7bbcfff2f84aac3bf2"}, {"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e01668c43a0c4c279b9a3d20a0280d6c"}], "type": "image", "id": "297d8415ca96454991054983920912f7", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7bb4d60e20734d4a9f31ec75e02cb823"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bf6adec15590466a9a0d3bddb00e8993"}, {"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f096f03a1d12411a8972f6f7c196b60d"}], "type": "policy", "id": "54c64351b56d44bbad74c2969cc3aa00", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "354ae6870a324fab82d0a0fb68ee0f26"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a3807e460dd4af488d982b66c52e64c"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e7c3da785076450abd71868e75ce0c33"}], "type": "cloudformation", "id": "6ac9917ae83c4639a15a4ab3cf0e76dd", "name": "heat-cfn"}, {"endpoints": [], "type": "metering", "id": "7fcc078e5e0645f29df67742ac14e388", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49e71628d386464cb950d6a9db00a328"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75b0a63ed8574bbcab1c851cc9b83d30"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9902b0a8b3c04cd192a1b84c417c232b"}], "type": "key-manager", "id": "9626544a32e74678a641c6e206f028a9", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "497340e5aa36485982fdf297f370558f"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7802beb4fc7c4952897b77bd5610b1fe"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c14af798917f4fa0b146d9772583e595"}], "type": "metric", "id": "973bfe8c658d4e5a8da725e76b9d550e", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "288ecc3674ea41d2aa3b790dcb832bf2"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7a6dc785cd7142f5b30f1a7ba0daeb03"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7f7d34e2351b4964befccc862c4e8e12"}], "type": "network", "id": "a348d7b06050474fb449be7f32ea6f5d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "21bce6ecb8464a1f8f3e3847aa698bd6"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0a8faf2246b47deb30e69e48d3551fb"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e71c6011de3d4d8589e5b53dcc79f288"}], "type": "identity", "id": "ad8d4b4953184137a1b913ecee9434ed", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "13474f9a78ca4f1184e4cddc84d0d98c"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad67365a18234bb78c336e6776958c00"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc54db13337f44f8921fbb9ad0f81de8"}], "type": "alarming", "id": "bb18dc3243034f08a6a7f69f7a1edccf", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0d91d7adf0304b2681c77f979e5cdb17"}, {"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "756e5ffca9774ab3ae2db41bf330417f"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c07c727a08c243b287827f539a124e63"}], "type": "placement", "id": "bb2c9432fcbd4c56913177122468f6ba", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1eed4912224b48cf9856446eae4d9928"}, {"url": "http://192.30.9.6:8004/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b73b7f99236541148d84f24f09e5dd40"}, {"url": "http://192.30.9.6:8004/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fbf12e52911244fdafc24a9d46f56e62"}], "type": "orchestration", "id": "c8918d139da945ba93df4ccce21d4904", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/da1aa3dc9e564d3d922e61c0121a390e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16bf098b9e2e490f8e47fa601059f975"}, {"url": "http://192.30.9.6:8776/v2/da1aa3dc9e564d3d922e61c0121a390e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc16fa4cf491444ca2f611d5692c1170"}, {"url": "http://192.30.9.6:8776/v2/da1aa3dc9e564d3d922e61c0121a390e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ccd2c5325dff4b90b391db9fdde67d99"}], "type": "volumev2", "id": "d09ac9123c34494abce21d6c27bee9d9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eac694332354a3aa0e61c31314166d7"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b4d4989c4e764717ab78d38675cadd3f"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff196e46b56d406d87a678f1a64497b0"}], "type": "compute", "id": "d4030ee932c84df58c5b910cc197caa7", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_95790658-ea1a-473f-b71a-0aa15c3467f2", "id": "6cb53a06110b45a6a2f21cb265048110"}, "audit_ids": ["9Mnuv4oDTSKsQI5kLbeIug"], "issued_at": "2018-09-04T10:26:35.000000Z"}} 2018-09-04 10:26:35,878 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28: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}a982d24df8e682a712f2121a87276b65d5cd2e97" 2018-09-04 10:26:35,974 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:26:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-deece10a-ff43-4951-ba53-6580cfe7a0f1 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.28:5000/v3/", "rel": "self"}]}} 2018-09-04 10:26:35,974 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-deece10a-ff43-4951-ba53-6580cfe7a0f1 2018-09-04 10:26:35,981 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=NovaUtilsInstanceTests-f0e998db-8199-465d-9644-8c25b775da6c-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4ba16261081b04f80b548b51d0ac328923aa9628" 2018-09-04 10:26:36,219 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 723 X-Openstack-Request-Id: req-0e4765c0-dd9b-4d19-969c-da98ae0fec48 Date: Tue, 04 Sep 2018 10:26:36 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"ad1624e0-37d6-4740-b169-59d277309ce9","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"da1aa3dc9e564d3d922e61c0121a390e","status":"ACTIVE","subnets":["b00eefb4-9d8b-4b83-9864-39f8e3f5f074"],"description":"","tags":[],"updated_at":"2018-09-04T10:26:34Z","provider:segmentation_id":27,"name":"NovaUtilsInstanceTests-f0e998db-8199-465d-9644-8c25b775da6c-net","admin_state_up":true,"tenant_id":"da1aa3dc9e564d3d922e61c0121a390e","created_at":"2018-09-04T10:26:33Z","provider:network_type":"vxlan"}]} 2018-09-04 10:26:36,219 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=NovaUtilsInstanceTests-f0e998db-8199-465d-9644-8c25b775da6c-net used request id req-0e4765c0-dd9b-4d19-969c-da98ae0fec48 2018-09-04 10:26:36,224 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=ad1624e0-37d6-4740-b169-59d277309ce9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4ba16261081b04f80b548b51d0ac328923aa9628" 2018-09-04 10:26:36,447 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-dfcd4698-d52e-4a87-9cbb-f39f193523f3 Date: Tue, 04 Sep 2018 10:26:36 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"ad1624e0-37d6-4740-b169-59d277309ce9","tenant_id":"da1aa3dc9e564d3d922e61c0121a390e","created_at":"2018-09-04T10:26:34Z","dns_nameservers":[],"updated_at":"2018-09-04T10:26:34Z","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":"da1aa3dc9e564d3d922e61c0121a390e","id":"b00eefb4-9d8b-4b83-9864-39f8e3f5f074","subnetpool_id":null,"name":"NovaUtilsInstanceTests-f0e998db-8199-465d-9644-8c25b775da6c-subnet"}]} 2018-09-04 10:26:36,447 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=ad1624e0-37d6-4740-b169-59d277309ce9 used request id req-dfcd4698-d52e-4a87-9cbb-f39f193523f3 2018-09-04 10:26:36,452 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=NovaUtilsInstanceTests-f0e998db-8199-465d-9644-8c25b775da6c-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4ba16261081b04f80b548b51d0ac328923aa9628" 2018-09-04 10:26:36,721 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 723 X-Openstack-Request-Id: req-d847daf7-2714-4649-982f-2f806c6183ef Date: Tue, 04 Sep 2018 10:26:36 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"ad1624e0-37d6-4740-b169-59d277309ce9","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"da1aa3dc9e564d3d922e61c0121a390e","status":"ACTIVE","subnets":["b00eefb4-9d8b-4b83-9864-39f8e3f5f074"],"description":"","tags":[],"updated_at":"2018-09-04T10:26:34Z","provider:segmentation_id":27,"name":"NovaUtilsInstanceTests-f0e998db-8199-465d-9644-8c25b775da6c-net","admin_state_up":true,"tenant_id":"da1aa3dc9e564d3d922e61c0121a390e","created_at":"2018-09-04T10:26:33Z","provider:network_type":"vxlan"}]} 2018-09-04 10:26:36,721 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=NovaUtilsInstanceTests-f0e998db-8199-465d-9644-8c25b775da6c-net used request id req-d847daf7-2714-4649-982f-2f806c6183ef 2018-09-04 10:26:36,724 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-04 10:26:36,729 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 04 Sep 2018 10:26: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.28: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.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-04 10:26:36,730 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/da1aa3dc9e564d3d922e61c0121a390e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a982d24df8e682a712f2121a87276b65d5cd2e97" 2018-09-04 10:26:36,820 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:26:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d6f1e253-e107-404f-9178-014a6e2a4ad2 Content-Encoding: gzip Content-Length: 245 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.28:5000/v3/projects/da1aa3dc9e564d3d922e61c0121a390e"}, "enabled": true, "id": "da1aa3dc9e564d3d922e61c0121a390e", "parent_id": "default", "domain_id": "default", "name": "api_check-project_95790658-ea1a-473f-b71a-0aa15c3467f2"}} 2018-09-04 10:26:36,820 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/da1aa3dc9e564d3d922e61c0121a390e used request id req-d6f1e253-e107-404f-9178-014a6e2a4ad2 2018-09-04 10:26:36,825 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=ad1624e0-37d6-4740-b169-59d277309ce9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4ba16261081b04f80b548b51d0ac328923aa9628" 2018-09-04 10:26:36,873 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-325a9fa8-e52c-4c5f-af82-64cb709d3387 Date: Tue, 04 Sep 2018 10:26:36 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"ad1624e0-37d6-4740-b169-59d277309ce9","tenant_id":"da1aa3dc9e564d3d922e61c0121a390e","created_at":"2018-09-04T10:26:34Z","dns_nameservers":[],"updated_at":"2018-09-04T10:26:34Z","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":"da1aa3dc9e564d3d922e61c0121a390e","id":"b00eefb4-9d8b-4b83-9864-39f8e3f5f074","subnetpool_id":null,"name":"NovaUtilsInstanceTests-f0e998db-8199-465d-9644-8c25b775da6c-subnet"}]} 2018-09-04 10:26:36,874 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=ad1624e0-37d6-4740-b169-59d277309ce9 used request id req-325a9fa8-e52c-4c5f-af82-64cb709d3387 2018-09-04 10:26:36,874 - neutron_utils - INFO - Creating port for network with name - NovaUtilsInstanceTests-f0e998db-8199-465d-9644-8c25b775da6c-net 2018-09-04 10:26:36,879 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4ba16261081b04f80b548b51d0ac328923aa9628" -d '{"port": {"network_id": "ad1624e0-37d6-4740-b169-59d277309ce9", "name": "NovaUtilsInstanceTests-f0e998db-8199-465d-9644-8c25b775da6c-port", "admin_state_up": true}}' 2018-09-04 10:26:37,770 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 853 X-Openstack-Request-Id: req-3909a7ac-f2f0-4c3f-a65b-c7964b82d3ab Date: Tue, 04 Sep 2018 10:26:37 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T10:26:37Z","device_owner":"","revision_number":3,"binding:profile":{},"port_security_enabled":true,"fixed_ips":[{"subnet_id":"b00eefb4-9d8b-4b83-9864-39f8e3f5f074","ip_address":"10.55.0.12"}],"id":"6ba5b0d5-9bb1-4cd2-a36a-b63e436fe1be","security_groups":["a0350fb5-7963-482b-9b06-fea838951872"],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:49:5f:f7","project_id":"da1aa3dc9e564d3d922e61c0121a390e","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"","name":"NovaUtilsInstanceTests-f0e998db-8199-465d-9644-8c25b775da6c-port","admin_state_up":true,"network_id":"ad1624e0-37d6-4740-b169-59d277309ce9","tenant_id":"da1aa3dc9e564d3d922e61c0121a390e","created_at":"2018-09-04T10:26:37Z","binding:vnic_type":"normal"}} 2018-09-04 10:26:37,770 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/ports used request id req-3909a7ac-f2f0-4c3f-a65b-c7964b82d3ab 2018-09-04 10:26:37,776 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=NovaUtilsInstanceTests-f0e998db-8199-465d-9644-8c25b775da6c-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4ba16261081b04f80b548b51d0ac328923aa9628" 2018-09-04 10:26:38,011 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 723 X-Openstack-Request-Id: req-a944c1bc-2787-4bfc-90e7-bd05bbebdec0 Date: Tue, 04 Sep 2018 10:26:38 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"ad1624e0-37d6-4740-b169-59d277309ce9","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"da1aa3dc9e564d3d922e61c0121a390e","status":"ACTIVE","subnets":["b00eefb4-9d8b-4b83-9864-39f8e3f5f074"],"description":"","tags":[],"updated_at":"2018-09-04T10:26:34Z","provider:segmentation_id":27,"name":"NovaUtilsInstanceTests-f0e998db-8199-465d-9644-8c25b775da6c-net","admin_state_up":true,"tenant_id":"da1aa3dc9e564d3d922e61c0121a390e","created_at":"2018-09-04T10:26:33Z","provider:network_type":"vxlan"}]} 2018-09-04 10:26:38,012 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=NovaUtilsInstanceTests-f0e998db-8199-465d-9644-8c25b775da6c-net used request id req-a944c1bc-2787-4bfc-90e7-bd05bbebdec0 2018-09-04 10:26:38,015 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-04 10:26:38,020 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 04 Sep 2018 10:26:38 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.28: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.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-04 10:26:38,021 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/da1aa3dc9e564d3d922e61c0121a390e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4ba16261081b04f80b548b51d0ac328923aa9628" 2018-09-04 10:26:38,113 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:26:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cd0bae85-e261-4dd7-baf1-ca1a11a6cca7 Content-Encoding: gzip Content-Length: 245 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.28:5000/v3/projects/da1aa3dc9e564d3d922e61c0121a390e"}, "enabled": true, "id": "da1aa3dc9e564d3d922e61c0121a390e", "parent_id": "default", "domain_id": "default", "name": "api_check-project_95790658-ea1a-473f-b71a-0aa15c3467f2"}} 2018-09-04 10:26:38,113 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/da1aa3dc9e564d3d922e61c0121a390e used request id req-cd0bae85-e261-4dd7-baf1-ca1a11a6cca7 2018-09-04 10:26:38,119 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=ad1624e0-37d6-4740-b169-59d277309ce9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4ba16261081b04f80b548b51d0ac328923aa9628" 2018-09-04 10:26:38,307 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-eadd11ac-0a8f-409b-a80d-ab18371247a8 Date: Tue, 04 Sep 2018 10:26:38 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"ad1624e0-37d6-4740-b169-59d277309ce9","tenant_id":"da1aa3dc9e564d3d922e61c0121a390e","created_at":"2018-09-04T10:26:34Z","dns_nameservers":[],"updated_at":"2018-09-04T10:26:34Z","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":"da1aa3dc9e564d3d922e61c0121a390e","id":"b00eefb4-9d8b-4b83-9864-39f8e3f5f074","subnetpool_id":null,"name":"NovaUtilsInstanceTests-f0e998db-8199-465d-9644-8c25b775da6c-subnet"}]} 2018-09-04 10:26:38,308 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=ad1624e0-37d6-4740-b169-59d277309ce9 used request id req-eadd11ac-0a8f-409b-a80d-ab18371247a8 2018-09-04 10:26:38,313 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?network_id=ad1624e0-37d6-4740-b169-59d277309ce9&name=NovaUtilsInstanceTests-f0e998db-8199-465d-9644-8c25b775da6c-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4ba16261081b04f80b548b51d0ac328923aa9628" 2018-09-04 10:26:38,515 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 856 X-Openstack-Request-Id: req-0b61ff6b-d016-4dfd-b4b6-ae14f2692f37 Date: Tue, 04 Sep 2018 10:26:38 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T10:26:37Z","device_owner":"","revision_number":3,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"b00eefb4-9d8b-4b83-9864-39f8e3f5f074","ip_address":"10.55.0.12"}],"id":"6ba5b0d5-9bb1-4cd2-a36a-b63e436fe1be","security_groups":["a0350fb5-7963-482b-9b06-fea838951872"],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:49:5f:f7","project_id":"da1aa3dc9e564d3d922e61c0121a390e","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"","name":"NovaUtilsInstanceTests-f0e998db-8199-465d-9644-8c25b775da6c-port","admin_state_up":true,"network_id":"ad1624e0-37d6-4740-b169-59d277309ce9","tenant_id":"da1aa3dc9e564d3d922e61c0121a390e","created_at":"2018-09-04T10:26:37Z","binding:vnic_type":"normal"}]} 2018-09-04 10:26:38,515 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?network_id=ad1624e0-37d6-4740-b169-59d277309ce9&name=NovaUtilsInstanceTests-f0e998db-8199-465d-9644-8c25b775da6c-port&admin_state_up=True used request id req-0b61ff6b-d016-4dfd-b4b6-ae14f2692f37 2018-09-04 10:26:38,518 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/da1aa3dc9e564d3d922e61c0121a390e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4ba16261081b04f80b548b51d0ac328923aa9628" 2018-09-04 10:26:38,600 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:26:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2098af62-16a0-4d8c-8fae-544c4a745b97 Content-Encoding: gzip Content-Length: 245 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.28:5000/v3/projects/da1aa3dc9e564d3d922e61c0121a390e"}, "enabled": true, "id": "da1aa3dc9e564d3d922e61c0121a390e", "parent_id": "default", "domain_id": "default", "name": "api_check-project_95790658-ea1a-473f-b71a-0aa15c3467f2"}} 2018-09-04 10:26:38,600 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/da1aa3dc9e564d3d922e61c0121a390e used request id req-2098af62-16a0-4d8c-8fae-544c4a745b97 2018-09-04 10:26:38,601 - nova_utils - INFO - Creating VM with name - NovaUtilsInstanceTests-f0e998db-8199-465d-9644-8c25b775da6c-vm_inst 2018-09-04 10:26:38,604 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4ba16261081b04f80b548b51d0ac328923aa9628" 2018-09-04 10:26:39,254 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:26: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-ee790284-2dc6-4d8f-ad7a-a07dda5c92fd x-compute-request-id: req-ee790284-2dc6-4d8f-ad7a-a07dda5c92fd Content-Encoding: gzip Content-Length: 207 Content-Type: application/json RESP BODY: {"flavors": [{"id": "a20004f4-68e0-4fab-a197-332497c80b15", "links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/a20004f4-68e0-4fab-a197-332497c80b15", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/a20004f4-68e0-4fab-a197-332497c80b15", "rel": "bookmark"}], "name": "NovaUtilsInstanceTests-f0e998db-8199-465d-9644-8c25b775da6c-flavor-name"}]} 2018-09-04 10:26:39,254 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors used request id req-ee790284-2dc6-4d8f-ad7a-a07dda5c92fd 2018-09-04 10:26:39,258 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/flavors/a20004f4-68e0-4fab-a197-332497c80b15 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4ba16261081b04f80b548b51d0ac328923aa9628" 2018-09-04 10:26:39,388 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:26: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-4eac118b-5d66-4996-a907-5158222a3ac7 x-compute-request-id: req-4eac118b-5d66-4996-a907-5158222a3ac7 Content-Encoding: gzip Content-Length: 323 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/a20004f4-68e0-4fab-a197-332497c80b15", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/a20004f4-68e0-4fab-a197-332497c80b15", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "a20004f4-68e0-4fab-a197-332497c80b15", "name": "NovaUtilsInstanceTests-f0e998db-8199-465d-9644-8c25b775da6c-flavor-name", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-09-04 10:26:39,388 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors/a20004f4-68e0-4fab-a197-332497c80b15 used request id req-4eac118b-5d66-4996-a907-5158222a3ac7 2018-09-04 10:26:39,391 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/images?limit=20&disk_format=qcow2&name=NovaUtilsInstanceTests-f0e998db-8199-465d-9644-8c25b775da6c-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}4ba16261081b04f80b548b51d0ac328923aa9628" 2018-09-04 10:26:39,565 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1054 Content-Type: application/json X-Openstack-Request-Id: req-021a2b35-432e-4bd7-90a5-6b02a06fbb20 Date: Tue, 04 Sep 2018 10:26:39 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "NovaUtilsInstanceTests-f0e998db-8199-465d-9644-8c25b775da6c-image", "tags": [], "container_format": "bare", "created_at": "2018-09-04T10:26:28Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-09-04T10:26:31Z", "visibility": "shared", "locations": [{"url": "rbd://99671b03-94ed-44b3-b5f6-80b8e44d0570/images/53cedc7c-319e-4cec-981d-0dc21e509389/snap", "metadata": {}}], "self": "/v2/images/53cedc7c-319e-4cec-981d-0dc21e509389", "min_disk": 0, "protected": false, "id": "53cedc7c-319e-4cec-981d-0dc21e509389", "file": "/v2/images/53cedc7c-319e-4cec-981d-0dc21e509389/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "da1aa3dc9e564d3d922e61c0121a390e", "direct_url": "rbd://99671b03-94ed-44b3-b5f6-80b8e44d0570/images/53cedc7c-319e-4cec-981d-0dc21e509389/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=NovaUtilsInstanceTests-f0e998db-8199-465d-9644-8c25b775da6c-image"} 2018-09-04 10:26:39,565 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images?limit=20&disk_format=qcow2&name=NovaUtilsInstanceTests-f0e998db-8199-465d-9644-8c25b775da6c-image used request id req-021a2b35-432e-4bd7-90a5-6b02a06fbb20 2018-09-04 10:26:39,568 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}4ba16261081b04f80b548b51d0ac328923aa9628" 2018-09-04 10:26:39,707 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-d7ac8709-6fec-4fad-8167-41e32a3fb86f Date: Tue, 04 Sep 2018 10:26: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-09-04 10:26:39,707 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/schemas/image used request id req-d7ac8709-6fec-4fad-8167-41e32a3fb86f 2018-09-04 10:26:39,713 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4ba16261081b04f80b548b51d0ac328923aa9628" -d '{"server": {"name": "NovaUtilsInstanceTests-f0e998db-8199-465d-9644-8c25b775da6c-vm_inst", "imageRef": "53cedc7c-319e-4cec-981d-0dc21e509389", "flavorRef": "a20004f4-68e0-4fab-a197-332497c80b15", "max_count": 1, "min_count": 1, "networks": [{"port": "6ba5b0d5-9bb1-4cd2-a36a-b63e436fe1be"}]}}' 2018-09-04 10:26:42,501 - novaclient.v2.client - DEBUG - RESP: [202] Date: Tue, 04 Sep 2018 10:26: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-7ad1d68e-9343-42f9-9386-6eba211d7f93 x-compute-request-id: req-7ad1d68e-9343-42f9-9386-6eba211d7f93 Content-Length: 374 location: http://172.30.9.28:8774/v2.1/servers/6d73f8e9-59a7-4536-9d4a-f3c32974f366 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "6d73f8e9-59a7-4536-9d4a-f3c32974f366", "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/6d73f8e9-59a7-4536-9d4a-f3c32974f366", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/6d73f8e9-59a7-4536-9d4a-f3c32974f366", "rel": "bookmark"}], "adminPass": "A84aT5gU2cgm"}} 2018-09-04 10:26:42,501 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers used request id req-7ad1d68e-9343-42f9-9386-6eba211d7f93 2018-09-04 10:26:42,504 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/6d73f8e9-59a7-4536-9d4a-f3c32974f366 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4ba16261081b04f80b548b51d0ac328923aa9628" 2018-09-04 10:26:43,060 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:26: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-64c4528d-27bb-461a-8f03-d9d8b8c23e98 x-compute-request-id: req-64c4528d-27bb-461a-8f03-d9d8b8c23e98 Content-Encoding: gzip Content-Length: 644 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/6d73f8e9-59a7-4536-9d4a-f3c32974f366", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/6d73f8e9-59a7-4536-9d4a-f3c32974f366", "rel": "bookmark"}], "image": {"id": "53cedc7c-319e-4cec-981d-0dc21e509389", "links": [{"href": "http://172.30.9.28:8774/images/53cedc7c-319e-4cec-981d-0dc21e509389", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "a20004f4-68e0-4fab-a197-332497c80b15", "links": [{"href": "http://172.30.9.28:8774/flavors/a20004f4-68e0-4fab-a197-332497c80b15", "rel": "bookmark"}]}, "id": "6d73f8e9-59a7-4536-9d4a-f3c32974f366", "user_id": "6cb53a06110b45a6a2f21cb265048110", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-09-04T10:26: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": "NovaUtilsInstanceTests-f0e998db-8199-465d-9644-8c25b775da6c-vm_inst", "created": "2018-09-04T10:26:42Z", "tenant_id": "da1aa3dc9e564d3d922e61c0121a390e", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 10:26:43,060 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/6d73f8e9-59a7-4536-9d4a-f3c32974f366 used request id req-64c4528d-27bb-461a-8f03-d9d8b8c23e98 2018-09-04 10:26:43,063 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/6d73f8e9-59a7-4536-9d4a-f3c32974f366 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4ba16261081b04f80b548b51d0ac328923aa9628" 2018-09-04 10:26:43,453 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:26: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-105e8286-6f6d-4aa8-891c-4dcf64988763 x-compute-request-id: req-105e8286-6f6d-4aa8-891c-4dcf64988763 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.28:8774/v2.1/servers/6d73f8e9-59a7-4536-9d4a-f3c32974f366", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/6d73f8e9-59a7-4536-9d4a-f3c32974f366", "rel": "bookmark"}], "image": {"id": "53cedc7c-319e-4cec-981d-0dc21e509389", "links": [{"href": "http://172.30.9.28:8774/images/53cedc7c-319e-4cec-981d-0dc21e509389", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "a20004f4-68e0-4fab-a197-332497c80b15", "links": [{"href": "http://172.30.9.28:8774/flavors/a20004f4-68e0-4fab-a197-332497c80b15", "rel": "bookmark"}]}, "id": "6d73f8e9-59a7-4536-9d4a-f3c32974f366", "user_id": "6cb53a06110b45a6a2f21cb265048110", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-09-04T10:26: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": "NovaUtilsInstanceTests-f0e998db-8199-465d-9644-8c25b775da6c-vm_inst", "created": "2018-09-04T10:26:42Z", "tenant_id": "da1aa3dc9e564d3d922e61c0121a390e", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 10:26:43,454 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/6d73f8e9-59a7-4536-9d4a-f3c32974f366 used request id req-105e8286-6f6d-4aa8-891c-4dcf64988763 2018-09-04 10:26:46,460 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/6d73f8e9-59a7-4536-9d4a-f3c32974f366 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4ba16261081b04f80b548b51d0ac328923aa9628" 2018-09-04 10:26:47,432 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:26:46 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-23fa514a-dec1-4251-81f4-126859b39ff3 x-compute-request-id: req-23fa514a-dec1-4251-81f4-126859b39ff3 Content-Encoding: gzip Content-Length: 654 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/6d73f8e9-59a7-4536-9d4a-f3c32974f366", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/6d73f8e9-59a7-4536-9d4a-f3c32974f366", "rel": "bookmark"}], "image": {"id": "53cedc7c-319e-4cec-981d-0dc21e509389", "links": [{"href": "http://172.30.9.28:8774/images/53cedc7c-319e-4cec-981d-0dc21e509389", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000003", "OS-SRV-USG:launched_at": null, "flavor": {"id": "a20004f4-68e0-4fab-a197-332497c80b15", "links": [{"href": "http://172.30.9.28:8774/flavors/a20004f4-68e0-4fab-a197-332497c80b15", "rel": "bookmark"}]}, "id": "6d73f8e9-59a7-4536-9d4a-f3c32974f366", "user_id": "6cb53a06110b45a6a2f21cb265048110", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-04T10:26:44Z", "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-f0e998db-8199-465d-9644-8c25b775da6c-vm_inst", "created": "2018-09-04T10:26:42Z", "tenant_id": "da1aa3dc9e564d3d922e61c0121a390e", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 10:26:47,432 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/6d73f8e9-59a7-4536-9d4a-f3c32974f366 used request id req-23fa514a-dec1-4251-81f4-126859b39ff3 2018-09-04 10:26:50,438 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/6d73f8e9-59a7-4536-9d4a-f3c32974f366 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4ba16261081b04f80b548b51d0ac328923aa9628" 2018-09-04 10:26:50,973 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:26: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-9152bb7d-4fa5-4446-94d0-d460cb546690 x-compute-request-id: req-9152bb7d-4fa5-4446-94d0-d460cb546690 Content-Encoding: gzip Content-Length: 654 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/6d73f8e9-59a7-4536-9d4a-f3c32974f366", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/6d73f8e9-59a7-4536-9d4a-f3c32974f366", "rel": "bookmark"}], "image": {"id": "53cedc7c-319e-4cec-981d-0dc21e509389", "links": [{"href": "http://172.30.9.28:8774/images/53cedc7c-319e-4cec-981d-0dc21e509389", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000003", "OS-SRV-USG:launched_at": null, "flavor": {"id": "a20004f4-68e0-4fab-a197-332497c80b15", "links": [{"href": "http://172.30.9.28:8774/flavors/a20004f4-68e0-4fab-a197-332497c80b15", "rel": "bookmark"}]}, "id": "6d73f8e9-59a7-4536-9d4a-f3c32974f366", "user_id": "6cb53a06110b45a6a2f21cb265048110", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-04T10:26:44Z", "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-f0e998db-8199-465d-9644-8c25b775da6c-vm_inst", "created": "2018-09-04T10:26:42Z", "tenant_id": "da1aa3dc9e564d3d922e61c0121a390e", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 10:26:50,974 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/6d73f8e9-59a7-4536-9d4a-f3c32974f366 used request id req-9152bb7d-4fa5-4446-94d0-d460cb546690 2018-09-04 10:26:53,980 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/6d73f8e9-59a7-4536-9d4a-f3c32974f366 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4ba16261081b04f80b548b51d0ac328923aa9628" 2018-09-04 10:26:54,824 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:26: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-47fd42d8-1d43-4ab7-ba9f-f78922dea2ce x-compute-request-id: req-47fd42d8-1d43-4ab7-ba9f-f78922dea2ce Content-Encoding: gzip Content-Length: 654 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/6d73f8e9-59a7-4536-9d4a-f3c32974f366", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/6d73f8e9-59a7-4536-9d4a-f3c32974f366", "rel": "bookmark"}], "image": {"id": "53cedc7c-319e-4cec-981d-0dc21e509389", "links": [{"href": "http://172.30.9.28:8774/images/53cedc7c-319e-4cec-981d-0dc21e509389", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000003", "OS-SRV-USG:launched_at": null, "flavor": {"id": "a20004f4-68e0-4fab-a197-332497c80b15", "links": [{"href": "http://172.30.9.28:8774/flavors/a20004f4-68e0-4fab-a197-332497c80b15", "rel": "bookmark"}]}, "id": "6d73f8e9-59a7-4536-9d4a-f3c32974f366", "user_id": "6cb53a06110b45a6a2f21cb265048110", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-04T10:26:44Z", "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-f0e998db-8199-465d-9644-8c25b775da6c-vm_inst", "created": "2018-09-04T10:26:42Z", "tenant_id": "da1aa3dc9e564d3d922e61c0121a390e", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 10:26:54,824 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/6d73f8e9-59a7-4536-9d4a-f3c32974f366 used request id req-47fd42d8-1d43-4ab7-ba9f-f78922dea2ce 2018-09-04 10:26:57,829 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/6d73f8e9-59a7-4536-9d4a-f3c32974f366 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4ba16261081b04f80b548b51d0ac328923aa9628" 2018-09-04 10:26:58,277 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:26:57 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-a1dd69a0-4953-482d-bc0a-aa9de18afeed x-compute-request-id: req-a1dd69a0-4953-482d-bc0a-aa9de18afeed Content-Encoding: gzip Content-Length: 654 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/6d73f8e9-59a7-4536-9d4a-f3c32974f366", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/6d73f8e9-59a7-4536-9d4a-f3c32974f366", "rel": "bookmark"}], "image": {"id": "53cedc7c-319e-4cec-981d-0dc21e509389", "links": [{"href": "http://172.30.9.28:8774/images/53cedc7c-319e-4cec-981d-0dc21e509389", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000003", "OS-SRV-USG:launched_at": null, "flavor": {"id": "a20004f4-68e0-4fab-a197-332497c80b15", "links": [{"href": "http://172.30.9.28:8774/flavors/a20004f4-68e0-4fab-a197-332497c80b15", "rel": "bookmark"}]}, "id": "6d73f8e9-59a7-4536-9d4a-f3c32974f366", "user_id": "6cb53a06110b45a6a2f21cb265048110", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-04T10:26:44Z", "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-f0e998db-8199-465d-9644-8c25b775da6c-vm_inst", "created": "2018-09-04T10:26:42Z", "tenant_id": "da1aa3dc9e564d3d922e61c0121a390e", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 10:26:58,277 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/6d73f8e9-59a7-4536-9d4a-f3c32974f366 used request id req-a1dd69a0-4953-482d-bc0a-aa9de18afeed 2018-09-04 10:27:01,285 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/6d73f8e9-59a7-4536-9d4a-f3c32974f366 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4ba16261081b04f80b548b51d0ac328923aa9628" 2018-09-04 10:27:01,701 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:27:01 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-3f0ae209-e0b1-4092-a1ab-e2b1f9ea857c x-compute-request-id: req-3f0ae209-e0b1-4092-a1ab-e2b1f9ea857c Content-Encoding: gzip Content-Length: 654 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/6d73f8e9-59a7-4536-9d4a-f3c32974f366", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/6d73f8e9-59a7-4536-9d4a-f3c32974f366", "rel": "bookmark"}], "image": {"id": "53cedc7c-319e-4cec-981d-0dc21e509389", "links": [{"href": "http://172.30.9.28:8774/images/53cedc7c-319e-4cec-981d-0dc21e509389", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000003", "OS-SRV-USG:launched_at": null, "flavor": {"id": "a20004f4-68e0-4fab-a197-332497c80b15", "links": [{"href": "http://172.30.9.28:8774/flavors/a20004f4-68e0-4fab-a197-332497c80b15", "rel": "bookmark"}]}, "id": "6d73f8e9-59a7-4536-9d4a-f3c32974f366", "user_id": "6cb53a06110b45a6a2f21cb265048110", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-04T10:26:44Z", "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-f0e998db-8199-465d-9644-8c25b775da6c-vm_inst", "created": "2018-09-04T10:26:42Z", "tenant_id": "da1aa3dc9e564d3d922e61c0121a390e", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 10:27:01,701 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/6d73f8e9-59a7-4536-9d4a-f3c32974f366 used request id req-3f0ae209-e0b1-4092-a1ab-e2b1f9ea857c 2018-09-04 10:27:04,708 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/6d73f8e9-59a7-4536-9d4a-f3c32974f366 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4ba16261081b04f80b548b51d0ac328923aa9628" 2018-09-04 10:27:04,992 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:27:04 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-f95f093d-98a5-4b9a-a5c7-44a4b3fbde8f x-compute-request-id: req-f95f093d-98a5-4b9a-a5c7-44a4b3fbde8f Content-Encoding: gzip Content-Length: 654 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/6d73f8e9-59a7-4536-9d4a-f3c32974f366", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/6d73f8e9-59a7-4536-9d4a-f3c32974f366", "rel": "bookmark"}], "image": {"id": "53cedc7c-319e-4cec-981d-0dc21e509389", "links": [{"href": "http://172.30.9.28:8774/images/53cedc7c-319e-4cec-981d-0dc21e509389", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000003", "OS-SRV-USG:launched_at": null, "flavor": {"id": "a20004f4-68e0-4fab-a197-332497c80b15", "links": [{"href": "http://172.30.9.28:8774/flavors/a20004f4-68e0-4fab-a197-332497c80b15", "rel": "bookmark"}]}, "id": "6d73f8e9-59a7-4536-9d4a-f3c32974f366", "user_id": "6cb53a06110b45a6a2f21cb265048110", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-04T10:26:44Z", "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-f0e998db-8199-465d-9644-8c25b775da6c-vm_inst", "created": "2018-09-04T10:26:42Z", "tenant_id": "da1aa3dc9e564d3d922e61c0121a390e", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 10:27:04,993 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/6d73f8e9-59a7-4536-9d4a-f3c32974f366 used request id req-f95f093d-98a5-4b9a-a5c7-44a4b3fbde8f 2018-09-04 10:27:07,999 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/6d73f8e9-59a7-4536-9d4a-f3c32974f366 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4ba16261081b04f80b548b51d0ac328923aa9628" 2018-09-04 10:27:08,826 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:27: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-8e61e187-9c1c-4acb-81dc-0d264ea57799 x-compute-request-id: req-8e61e187-9c1c-4acb-81dc-0d264ea57799 Content-Encoding: gzip Content-Length: 654 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/6d73f8e9-59a7-4536-9d4a-f3c32974f366", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/6d73f8e9-59a7-4536-9d4a-f3c32974f366", "rel": "bookmark"}], "image": {"id": "53cedc7c-319e-4cec-981d-0dc21e509389", "links": [{"href": "http://172.30.9.28:8774/images/53cedc7c-319e-4cec-981d-0dc21e509389", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000003", "OS-SRV-USG:launched_at": null, "flavor": {"id": "a20004f4-68e0-4fab-a197-332497c80b15", "links": [{"href": "http://172.30.9.28:8774/flavors/a20004f4-68e0-4fab-a197-332497c80b15", "rel": "bookmark"}]}, "id": "6d73f8e9-59a7-4536-9d4a-f3c32974f366", "user_id": "6cb53a06110b45a6a2f21cb265048110", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-04T10:26:44Z", "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-f0e998db-8199-465d-9644-8c25b775da6c-vm_inst", "created": "2018-09-04T10:26:42Z", "tenant_id": "da1aa3dc9e564d3d922e61c0121a390e", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 10:27:08,827 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/6d73f8e9-59a7-4536-9d4a-f3c32974f366 used request id req-8e61e187-9c1c-4acb-81dc-0d264ea57799 2018-09-04 10:27:11,833 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/6d73f8e9-59a7-4536-9d4a-f3c32974f366 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4ba16261081b04f80b548b51d0ac328923aa9628" 2018-09-04 10:27:12,687 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:27: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-71bed3f3-9845-42b8-8d83-a5ba2ba61039 x-compute-request-id: req-71bed3f3-9845-42b8-8d83-a5ba2ba61039 Content-Encoding: gzip Content-Length: 654 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/6d73f8e9-59a7-4536-9d4a-f3c32974f366", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/6d73f8e9-59a7-4536-9d4a-f3c32974f366", "rel": "bookmark"}], "image": {"id": "53cedc7c-319e-4cec-981d-0dc21e509389", "links": [{"href": "http://172.30.9.28:8774/images/53cedc7c-319e-4cec-981d-0dc21e509389", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000003", "OS-SRV-USG:launched_at": null, "flavor": {"id": "a20004f4-68e0-4fab-a197-332497c80b15", "links": [{"href": "http://172.30.9.28:8774/flavors/a20004f4-68e0-4fab-a197-332497c80b15", "rel": "bookmark"}]}, "id": "6d73f8e9-59a7-4536-9d4a-f3c32974f366", "user_id": "6cb53a06110b45a6a2f21cb265048110", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-04T10:26:44Z", "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-f0e998db-8199-465d-9644-8c25b775da6c-vm_inst", "created": "2018-09-04T10:26:42Z", "tenant_id": "da1aa3dc9e564d3d922e61c0121a390e", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 10:27:12,688 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/6d73f8e9-59a7-4536-9d4a-f3c32974f366 used request id req-71bed3f3-9845-42b8-8d83-a5ba2ba61039 2018-09-04 10:27:15,694 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/6d73f8e9-59a7-4536-9d4a-f3c32974f366 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4ba16261081b04f80b548b51d0ac328923aa9628" 2018-09-04 10:27:16,082 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:27:15 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-7d7706c6-2029-41d4-bb20-78fddb01bac4 x-compute-request-id: req-7d7706c6-2029-41d4-bb20-78fddb01bac4 Content-Encoding: gzip Content-Length: 723 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/6d73f8e9-59a7-4536-9d4a-f3c32974f366", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/6d73f8e9-59a7-4536-9d4a-f3c32974f366", "rel": "bookmark"}], "image": {"id": "53cedc7c-319e-4cec-981d-0dc21e509389", "links": [{"href": "http://172.30.9.28:8774/images/53cedc7c-319e-4cec-981d-0dc21e509389", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000003", "OS-SRV-USG:launched_at": null, "flavor": {"id": "a20004f4-68e0-4fab-a197-332497c80b15", "links": [{"href": "http://172.30.9.28:8774/flavors/a20004f4-68e0-4fab-a197-332497c80b15", "rel": "bookmark"}]}, "id": "6d73f8e9-59a7-4536-9d4a-f3c32974f366", "user_id": "6cb53a06110b45a6a2f21cb265048110", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-04T10:27:15Z", "hostId": "92be8ba6728a92d3ed5c720961d3a910e67ba0dffe84004d883f496d", "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-f0e998db-8199-465d-9644-8c25b775da6c-vm_inst", "created": "2018-09-04T10:26:42Z", "tenant_id": "da1aa3dc9e564d3d922e61c0121a390e", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 10:27:16,082 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/6d73f8e9-59a7-4536-9d4a-f3c32974f366 used request id req-7d7706c6-2029-41d4-bb20-78fddb01bac4 2018-09-04 10:27:19,089 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/6d73f8e9-59a7-4536-9d4a-f3c32974f366 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4ba16261081b04f80b548b51d0ac328923aa9628" 2018-09-04 10:27:19,714 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:27: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-8f3cc217-4f7a-4903-b73c-0d7db91e429c x-compute-request-id: req-8f3cc217-4f7a-4903-b73c-0d7db91e429c Content-Encoding: gzip Content-Length: 816 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"NovaUtilsInstanceTests-f0e998db-8199-465d-9644-8c25b775da6c-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:49:5f:f7", "version": 4, "addr": "10.55.0.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/6d73f8e9-59a7-4536-9d4a-f3c32974f366", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/6d73f8e9-59a7-4536-9d4a-f3c32974f366", "rel": "bookmark"}], "image": {"id": "53cedc7c-319e-4cec-981d-0dc21e509389", "links": [{"href": "http://172.30.9.28:8774/images/53cedc7c-319e-4cec-981d-0dc21e509389", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000003", "OS-SRV-USG:launched_at": null, "flavor": {"id": "a20004f4-68e0-4fab-a197-332497c80b15", "links": [{"href": "http://172.30.9.28:8774/flavors/a20004f4-68e0-4fab-a197-332497c80b15", "rel": "bookmark"}]}, "id": "6d73f8e9-59a7-4536-9d4a-f3c32974f366", "security_groups": [{"name": "default"}], "user_id": "6cb53a06110b45a6a2f21cb265048110", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-04T10:27:15Z", "hostId": "92be8ba6728a92d3ed5c720961d3a910e67ba0dffe84004d883f496d", "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-f0e998db-8199-465d-9644-8c25b775da6c-vm_inst", "created": "2018-09-04T10:26:42Z", "tenant_id": "da1aa3dc9e564d3d922e61c0121a390e", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 10:27:19,715 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/6d73f8e9-59a7-4536-9d4a-f3c32974f366 used request id req-8f3cc217-4f7a-4903-b73c-0d7db91e429c 2018-09-04 10:27:22,721 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/6d73f8e9-59a7-4536-9d4a-f3c32974f366 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4ba16261081b04f80b548b51d0ac328923aa9628" 2018-09-04 10:27:23,711 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:27: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-98add5e2-004e-4e96-a1b2-cfe5bec6d865 x-compute-request-id: req-98add5e2-004e-4e96-a1b2-cfe5bec6d865 Content-Encoding: gzip Content-Length: 818 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceTests-f0e998db-8199-465d-9644-8c25b775da6c-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:49:5f:f7", "version": 4, "addr": "10.55.0.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/6d73f8e9-59a7-4536-9d4a-f3c32974f366", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/6d73f8e9-59a7-4536-9d4a-f3c32974f366", "rel": "bookmark"}], "image": {"id": "53cedc7c-319e-4cec-981d-0dc21e509389", "links": [{"href": "http://172.30.9.28:8774/images/53cedc7c-319e-4cec-981d-0dc21e509389", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000003", "OS-SRV-USG:launched_at": "2018-09-04T10:27:21.000000", "flavor": {"id": "a20004f4-68e0-4fab-a197-332497c80b15", "links": [{"href": "http://172.30.9.28:8774/flavors/a20004f4-68e0-4fab-a197-332497c80b15", "rel": "bookmark"}]}, "id": "6d73f8e9-59a7-4536-9d4a-f3c32974f366", "security_groups": [{"name": "default"}], "user_id": "6cb53a06110b45a6a2f21cb265048110", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-04T10:27:22Z", "hostId": "92be8ba6728a92d3ed5c720961d3a910e67ba0dffe84004d883f496d", "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-f0e998db-8199-465d-9644-8c25b775da6c-vm_inst", "created": "2018-09-04T10:26:42Z", "tenant_id": "da1aa3dc9e564d3d922e61c0121a390e", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 10:27:23,711 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/6d73f8e9-59a7-4536-9d4a-f3c32974f366 used request id req-98add5e2-004e-4e96-a1b2-cfe5bec6d865 2018-09-04 10:27:23,714 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/6d73f8e9-59a7-4536-9d4a-f3c32974f366 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4ba16261081b04f80b548b51d0ac328923aa9628" 2018-09-04 10:27:24,489 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:27:23 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-9d05bb00-c429-426c-a4ee-d7567cebdab2 x-compute-request-id: req-9d05bb00-c429-426c-a4ee-d7567cebdab2 Content-Encoding: gzip Content-Length: 818 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceTests-f0e998db-8199-465d-9644-8c25b775da6c-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:49:5f:f7", "version": 4, "addr": "10.55.0.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/6d73f8e9-59a7-4536-9d4a-f3c32974f366", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/6d73f8e9-59a7-4536-9d4a-f3c32974f366", "rel": "bookmark"}], "image": {"id": "53cedc7c-319e-4cec-981d-0dc21e509389", "links": [{"href": "http://172.30.9.28:8774/images/53cedc7c-319e-4cec-981d-0dc21e509389", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000003", "OS-SRV-USG:launched_at": "2018-09-04T10:27:21.000000", "flavor": {"id": "a20004f4-68e0-4fab-a197-332497c80b15", "links": [{"href": "http://172.30.9.28:8774/flavors/a20004f4-68e0-4fab-a197-332497c80b15", "rel": "bookmark"}]}, "id": "6d73f8e9-59a7-4536-9d4a-f3c32974f366", "security_groups": [{"name": "default"}], "user_id": "6cb53a06110b45a6a2f21cb265048110", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-04T10:27:22Z", "hostId": "92be8ba6728a92d3ed5c720961d3a910e67ba0dffe84004d883f496d", "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-f0e998db-8199-465d-9644-8c25b775da6c-vm_inst", "created": "2018-09-04T10:26:42Z", "tenant_id": "da1aa3dc9e564d3d922e61c0121a390e", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 10:27:24,489 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/6d73f8e9-59a7-4536-9d4a-f3c32974f366 used request id req-9d05bb00-c429-426c-a4ee-d7567cebdab2 2018-09-04 10:27:24,495 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=NovaUtilsInstanceTests-f0e998db-8199-465d-9644-8c25b775da6c-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4ba16261081b04f80b548b51d0ac328923aa9628" 2018-09-04 10:27:24,721 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 723 X-Openstack-Request-Id: req-d019229f-a296-4dd6-be7d-03aa611b9fa7 Date: Tue, 04 Sep 2018 10:27:24 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"ad1624e0-37d6-4740-b169-59d277309ce9","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"da1aa3dc9e564d3d922e61c0121a390e","status":"ACTIVE","subnets":["b00eefb4-9d8b-4b83-9864-39f8e3f5f074"],"description":"","tags":[],"updated_at":"2018-09-04T10:26:34Z","provider:segmentation_id":27,"name":"NovaUtilsInstanceTests-f0e998db-8199-465d-9644-8c25b775da6c-net","admin_state_up":true,"tenant_id":"da1aa3dc9e564d3d922e61c0121a390e","created_at":"2018-09-04T10:26:33Z","provider:network_type":"vxlan"}]} 2018-09-04 10:27:24,721 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=NovaUtilsInstanceTests-f0e998db-8199-465d-9644-8c25b775da6c-net used request id req-d019229f-a296-4dd6-be7d-03aa611b9fa7 2018-09-04 10:27:24,725 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/da1aa3dc9e564d3d922e61c0121a390e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4ba16261081b04f80b548b51d0ac328923aa9628" 2018-09-04 10:27:24,809 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:27:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bdcef309-15ac-4296-af69-8ebfc633bda2 Content-Encoding: gzip Content-Length: 245 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.28:5000/v3/projects/da1aa3dc9e564d3d922e61c0121a390e"}, "enabled": true, "id": "da1aa3dc9e564d3d922e61c0121a390e", "parent_id": "default", "domain_id": "default", "name": "api_check-project_95790658-ea1a-473f-b71a-0aa15c3467f2"}} 2018-09-04 10:27:24,809 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/da1aa3dc9e564d3d922e61c0121a390e used request id req-bdcef309-15ac-4296-af69-8ebfc633bda2 2018-09-04 10:27:24,814 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=ad1624e0-37d6-4740-b169-59d277309ce9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4ba16261081b04f80b548b51d0ac328923aa9628" 2018-09-04 10:27:24,861 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-055eaf53-04e5-4e99-ae98-9cd0e1d8b465 Date: Tue, 04 Sep 2018 10:27:24 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"ad1624e0-37d6-4740-b169-59d277309ce9","tenant_id":"da1aa3dc9e564d3d922e61c0121a390e","created_at":"2018-09-04T10:26:34Z","dns_nameservers":[],"updated_at":"2018-09-04T10:26:34Z","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":"da1aa3dc9e564d3d922e61c0121a390e","id":"b00eefb4-9d8b-4b83-9864-39f8e3f5f074","subnetpool_id":null,"name":"NovaUtilsInstanceTests-f0e998db-8199-465d-9644-8c25b775da6c-subnet"}]} 2018-09-04 10:27:24,862 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=ad1624e0-37d6-4740-b169-59d277309ce9 used request id req-055eaf53-04e5-4e99-ae98-9cd0e1d8b465 2018-09-04 10:27:24,866 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?network_id=ad1624e0-37d6-4740-b169-59d277309ce9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4ba16261081b04f80b548b51d0ac328923aa9628" 2018-09-04 10:27:25,059 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3529 X-Openstack-Request-Id: req-b365798d-956d-4052-be2a-6305590ae4ed Date: Tue, 04 Sep 2018 10:27:25 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T10:26:35Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"b00eefb4-9d8b-4b83-9864-39f8e3f5f074","ip_address":"10.55.0.2"}],"id":"4a5be913-7ba5-4596-9939-6a2ccceff44d","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:2d:11:3d","project_id":"da1aa3dc9e564d3d922e61c0121a390e","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-ad1624e0-37d6-4740-b169-59d277309ce9","name":"","admin_state_up":true,"network_id":"ad1624e0-37d6-4740-b169-59d277309ce9","tenant_id":"da1aa3dc9e564d3d922e61c0121a390e","created_at":"2018-09-04T10:26:34Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T10:26:36Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"b00eefb4-9d8b-4b83-9864-39f8e3f5f074","ip_address":"10.55.0.4"}],"id":"5b74eb31-7e8a-4307-9ec1-257d22e38e23","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:52:f8:8b","project_id":"da1aa3dc9e564d3d922e61c0121a390e","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-ad1624e0-37d6-4740-b169-59d277309ce9","name":"","admin_state_up":true,"network_id":"ad1624e0-37d6-4740-b169-59d277309ce9","tenant_id":"da1aa3dc9e564d3d922e61c0121a390e","created_at":"2018-09-04T10:26:35Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T10:27:16Z","device_owner":"compute:nova","revision_number":5,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"b00eefb4-9d8b-4b83-9864-39f8e3f5f074","ip_address":"10.55.0.12"}],"id":"6ba5b0d5-9bb1-4cd2-a36a-b63e436fe1be","security_groups":["a0350fb5-7963-482b-9b06-fea838951872"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:49:5f:f7","project_id":"da1aa3dc9e564d3d922e61c0121a390e","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"device_id":"6d73f8e9-59a7-4536-9d4a-f3c32974f366","name":"NovaUtilsInstanceTests-f0e998db-8199-465d-9644-8c25b775da6c-port","admin_state_up":true,"network_id":"ad1624e0-37d6-4740-b169-59d277309ce9","tenant_id":"da1aa3dc9e564d3d922e61c0121a390e","created_at":"2018-09-04T10:26:37Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T10:26:35Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"b00eefb4-9d8b-4b83-9864-39f8e3f5f074","ip_address":"10.55.0.3"}],"id":"7453bc59-5430-41b6-8b2f-d068b65d52a6","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:0b:b5:0d","project_id":"da1aa3dc9e564d3d922e61c0121a390e","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-ad1624e0-37d6-4740-b169-59d277309ce9","name":"","admin_state_up":true,"network_id":"ad1624e0-37d6-4740-b169-59d277309ce9","tenant_id":"da1aa3dc9e564d3d922e61c0121a390e","created_at":"2018-09-04T10:26:35Z","binding:vnic_type":"normal"}]} 2018-09-04 10:27:25,060 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?network_id=ad1624e0-37d6-4740-b169-59d277309ce9 used request id req-b365798d-956d-4052-be2a-6305590ae4ed 2018-09-04 10:27:25,063 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:8774/v2.1/servers/6d73f8e9-59a7-4536-9d4a-f3c32974f366 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4ba16261081b04f80b548b51d0ac328923aa9628" 2018-09-04 10:27:25,269 - novaclient.v2.client - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 10: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 x-openstack-request-id: req-e1bdaf45-54b1-4095-952b-a92c8912fbfd x-compute-request-id: req-e1bdaf45-54b1-4095-952b-a92c8912fbfd Content-Type: application/json 2018-09-04 10:27:25,269 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/servers/6d73f8e9-59a7-4536-9d4a-f3c32974f366 used request id req-e1bdaf45-54b1-4095-952b-a92c8912fbfd 2018-09-04 10:27:25,270 - neutron_utils - INFO - Deleting port with name NovaUtilsInstanceTests-f0e998db-8199-465d-9644-8c25b775da6c-port 2018-09-04 10:27:25,275 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/ports/6ba5b0d5-9bb1-4cd2-a36a-b63e436fe1be -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4ba16261081b04f80b548b51d0ac328923aa9628" 2018-09-04 10:27:25,848 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-809b4481-6ddb-4ff1-afdf-329e483fe50b Date: Tue, 04 Sep 2018 10:27:25 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-04 10:27:25,848 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/ports/6ba5b0d5-9bb1-4cd2-a36a-b63e436fe1be used request id req-809b4481-6ddb-4ff1-afdf-329e483fe50b 2018-09-04 10:27:25,851 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:8774/v2.1/flavors/a20004f4-68e0-4fab-a197-332497c80b15 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ec0cc97f8bba26f4263862585a3c3212077ac1a5" 2018-09-04 10:27:25,893 - novaclient.v2.client - DEBUG - RESP: [202] Date: Tue, 04 Sep 2018 10: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 x-openstack-request-id: req-e0d2a888-c2e6-47ba-b6a4-1f85e8fb5885 x-compute-request-id: req-e0d2a888-c2e6-47ba-b6a4-1f85e8fb5885 Content-Length: 0 Content-Type: application/json 2018-09-04 10:27:25,893 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/flavors/a20004f4-68e0-4fab-a197-332497c80b15 used request id req-e0d2a888-c2e6-47ba-b6a4-1f85e8fb5885 2018-09-04 10:27:25,894 - neutron_utils - INFO - Deleting subnet with name NovaUtilsInstanceTests-f0e998db-8199-465d-9644-8c25b775da6c-subnet 2018-09-04 10:27:25,894 - neutron_utils - INFO - Deleting subnet with name NovaUtilsInstanceTests-f0e998db-8199-465d-9644-8c25b775da6c-subnet 2018-09-04 10:27:25,900 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/subnets/b00eefb4-9d8b-4b83-9864-39f8e3f5f074 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ca4f027a7057bfcc9683629129648b78a9105e73" 2018-09-04 10:27:28,255 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-c84e95b5-112f-49ce-9055-fb0d044a4c3f Date: Tue, 04 Sep 2018 10:27:28 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-04 10:27:28,255 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/subnets/b00eefb4-9d8b-4b83-9864-39f8e3f5f074 used request id req-c84e95b5-112f-49ce-9055-fb0d044a4c3f 2018-09-04 10:27:28,256 - neutron_utils - INFO - Deleting network with name NovaUtilsInstanceTests-f0e998db-8199-465d-9644-8c25b775da6c-net 2018-09-04 10:27:28,260 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/networks/ad1624e0-37d6-4740-b169-59d277309ce9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ca4f027a7057bfcc9683629129648b78a9105e73" 2018-09-04 10:27:29,777 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-5aa5bd1d-4758-43a9-97b8-9363e8d25a54 Date: Tue, 04 Sep 2018 10:27:29 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-04 10:27:29,777 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/networks/ad1624e0-37d6-4740-b169-59d277309ce9 used request id req-5aa5bd1d-4758-43a9-97b8-9363e8d25a54 2018-09-04 10:27:29,778 - glance_utils - INFO - Deleting image named - NovaUtilsInstanceTests-f0e998db-8199-465d-9644-8c25b775da6c-image 2018-09-04 10:27:29,781 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9292/v2/images/53cedc7c-319e-4cec-981d-0dc21e509389 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}1eff421a4f8884fe8509b1c4b7b191f6715e6753" 2018-09-04 10:27:31,352 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-97359567-7c08-473b-ba5f-dae9cffc626a Date: Tue, 04 Sep 2018 10:27:31 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-09-04 10:27:31,353 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.28:9292/v2/images/53cedc7c-319e-4cec-981d-0dc21e509389 used request id req-97359567-7c08-473b-ba5f-dae9cffc626a 2018-09-04 10:27:31,355 - nova_utils - DEBUG - Retrieving Nova Client 2018-09-04 10:27:31,358 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-09-04 10:27:31,358 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 10:27:31,359 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-09-04 10:27:31,745 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5ef645ad12fc453aa5d8a0c2cbf76196", "name": "heat_stack_owner"}, {"id": "9a944a8c31754b8f941d2fa9034d4301", "name": "Member"}, {"id": "3d416247e8224533841040c3ad2bce5a", "name": "admin"}], "expires_at": "2018-09-04T11:27:31.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "da1aa3dc9e564d3d922e61c0121a390e", "name": "api_check-project_95790658-ea1a-473f-b71a-0aa15c3467f2"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235635a698ef4bef9dc6b25273d185da"}, {"url": "http://192.30.9.6:8776/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "23b07b3fbfc340a58cf0f9b2871a0d23"}, {"url": "http://172.30.9.28:8776/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "72fd0aaa144d45419f4b04b6b26f69a7"}], "type": "volume", "id": "097241c25b4d4f7e91b3f8efa155909e", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v3/da1aa3dc9e564d3d922e61c0121a390e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93eb4cf3030a49e7840bec071422d397"}, {"url": "http://192.30.9.6:8776/v3/da1aa3dc9e564d3d922e61c0121a390e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8af439a6ac147fdbcb38ed9aa916b68"}, {"url": "http://192.30.9.6:8776/v3/da1aa3dc9e564d3d922e61c0121a390e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c4bfdbc9b7c74a23a40afdf578cfeba4"}], "type": "volumev3", "id": "1c85f4682ce44f729db1dabd98e965e8", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "82239574a29d4603a2161006f61851cf"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8d15f7134f364a7bbcfff2f84aac3bf2"}, {"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e01668c43a0c4c279b9a3d20a0280d6c"}], "type": "image", "id": "297d8415ca96454991054983920912f7", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7bb4d60e20734d4a9f31ec75e02cb823"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bf6adec15590466a9a0d3bddb00e8993"}, {"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f096f03a1d12411a8972f6f7c196b60d"}], "type": "policy", "id": "54c64351b56d44bbad74c2969cc3aa00", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "354ae6870a324fab82d0a0fb68ee0f26"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a3807e460dd4af488d982b66c52e64c"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e7c3da785076450abd71868e75ce0c33"}], "type": "cloudformation", "id": "6ac9917ae83c4639a15a4ab3cf0e76dd", "name": "heat-cfn"}, {"endpoints": [], "type": "metering", "id": "7fcc078e5e0645f29df67742ac14e388", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49e71628d386464cb950d6a9db00a328"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75b0a63ed8574bbcab1c851cc9b83d30"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9902b0a8b3c04cd192a1b84c417c232b"}], "type": "key-manager", "id": "9626544a32e74678a641c6e206f028a9", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "497340e5aa36485982fdf297f370558f"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7802beb4fc7c4952897b77bd5610b1fe"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c14af798917f4fa0b146d9772583e595"}], "type": "metric", "id": "973bfe8c658d4e5a8da725e76b9d550e", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "288ecc3674ea41d2aa3b790dcb832bf2"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7a6dc785cd7142f5b30f1a7ba0daeb03"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7f7d34e2351b4964befccc862c4e8e12"}], "type": "network", "id": "a348d7b06050474fb449be7f32ea6f5d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "21bce6ecb8464a1f8f3e3847aa698bd6"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0a8faf2246b47deb30e69e48d3551fb"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e71c6011de3d4d8589e5b53dcc79f288"}], "type": "identity", "id": "ad8d4b4953184137a1b913ecee9434ed", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "13474f9a78ca4f1184e4cddc84d0d98c"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad67365a18234bb78c336e6776958c00"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc54db13337f44f8921fbb9ad0f81de8"}], "type": "alarming", "id": "bb18dc3243034f08a6a7f69f7a1edccf", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0d91d7adf0304b2681c77f979e5cdb17"}, {"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "756e5ffca9774ab3ae2db41bf330417f"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c07c727a08c243b287827f539a124e63"}], "type": "placement", "id": "bb2c9432fcbd4c56913177122468f6ba", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1eed4912224b48cf9856446eae4d9928"}, {"url": "http://192.30.9.6:8004/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b73b7f99236541148d84f24f09e5dd40"}, {"url": "http://192.30.9.6:8004/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fbf12e52911244fdafc24a9d46f56e62"}], "type": "orchestration", "id": "c8918d139da945ba93df4ccce21d4904", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/da1aa3dc9e564d3d922e61c0121a390e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16bf098b9e2e490f8e47fa601059f975"}, {"url": "http://192.30.9.6:8776/v2/da1aa3dc9e564d3d922e61c0121a390e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc16fa4cf491444ca2f611d5692c1170"}, {"url": "http://192.30.9.6:8776/v2/da1aa3dc9e564d3d922e61c0121a390e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ccd2c5325dff4b90b391db9fdde67d99"}], "type": "volumev2", "id": "d09ac9123c34494abce21d6c27bee9d9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eac694332354a3aa0e61c31314166d7"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b4d4989c4e764717ab78d38675cadd3f"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff196e46b56d406d87a678f1a64497b0"}], "type": "compute", "id": "d4030ee932c84df58c5b910cc197caa7", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_95790658-ea1a-473f-b71a-0aa15c3467f2", "id": "6cb53a06110b45a6a2f21cb265048110"}, "audit_ids": ["0XmWk-0tRGm0MEcsnOIr8A"], "issued_at": "2018-09-04T10:27:31.000000Z"}} 2018-09-04 10:27:31,746 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28: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}811563933a9dc55fbf2a352ae970996817dd526d" 2018-09-04 10:27:31,828 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:27:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fb80d7b5-f044-4983-8671-955ab35649b9 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.28:5000/v3/", "rel": "self"}]}} 2018-09-04 10:27:31,828 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-fb80d7b5-f044-4983-8671-955ab35649b9 2018-09-04 10:27:31,832 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/images?limit=20&disk_format=qcow2&name=NovaUtilsInstanceVolumeTests-5a69c5e6-ecaf-47a2-ba67-d73794c67091-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}811563933a9dc55fbf2a352ae970996817dd526d" 2018-09-04 10:27:32,004 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 173 Content-Type: application/json X-Openstack-Request-Id: req-192f2612-68fb-44e1-8651-c2b0be341041 Date: Tue, 04 Sep 2018 10:27:32 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=NovaUtilsInstanceVolumeTests-5a69c5e6-ecaf-47a2-ba67-d73794c67091-image"} 2018-09-04 10:27:32,004 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images?limit=20&disk_format=qcow2&name=NovaUtilsInstanceVolumeTests-5a69c5e6-ecaf-47a2-ba67-d73794c67091-image used request id req-192f2612-68fb-44e1-8651-c2b0be341041 2018-09-04 10:27:32,007 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}811563933a9dc55fbf2a352ae970996817dd526d" 2018-09-04 10:27:32,154 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-8bbc9b12-ad19-48fd-aa89-5323d03b7dc1 Date: Tue, 04 Sep 2018 10:27:32 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-09-04 10:27:32,154 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/schemas/image used request id req-8bbc9b12-ad19-48fd-aa89-5323d03b7dc1 2018-09-04 10:27:32,186 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}811563933a9dc55fbf2a352ae970996817dd526d" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "NovaUtilsInstanceVolumeTests-5a69c5e6-ecaf-47a2-ba67-d73794c67091-image"}' 2018-09-04 10:27:32,409 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 632 Content-Type: application/json Location: http://172.30.9.28:9292/v2/images/b42fb1e7-eadd-4685-bdd8-24c9228621e7 X-Openstack-Request-Id: req-b9baaa08-2578-459a-9435-02ee06923d41 Date: Tue, 04 Sep 2018 10:27:32 GMT RESP BODY: {"status": "queued", "name": "NovaUtilsInstanceVolumeTests-5a69c5e6-ecaf-47a2-ba67-d73794c67091-image", "tags": [], "container_format": "bare", "created_at": "2018-09-04T10:27:32Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-09-04T10:27:32Z", "visibility": "shared", "locations": [], "self": "/v2/images/b42fb1e7-eadd-4685-bdd8-24c9228621e7", "min_disk": 0, "protected": false, "id": "b42fb1e7-eadd-4685-bdd8-24c9228621e7", "file": "/v2/images/b42fb1e7-eadd-4685-bdd8-24c9228621e7/file", "checksum": null, "owner": "da1aa3dc9e564d3d922e61c0121a390e", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-09-04 10:27:32,409 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.28:9292/v2/images used request id req-b9baaa08-2578-459a-9435-02ee06923d41 2018-09-04 10:27:32,419 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.28:9292/v2/images/b42fb1e7-eadd-4685-bdd8-24c9228621e7/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}811563933a9dc55fbf2a352ae970996817dd526d" -d '' 2018-09-04 10:27:34,507 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-1f648c90-b70a-46eb-8114-9a70ba4aa9f3 Date: Tue, 04 Sep 2018 10:27:34 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-09-04 10:27:34,508 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.28:9292/v2/images/b42fb1e7-eadd-4685-bdd8-24c9228621e7/file used request id req-1f648c90-b70a-46eb-8114-9a70ba4aa9f3 2018-09-04 10:27:34,508 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-09-04 10:27:34,511 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/images/b42fb1e7-eadd-4685-bdd8-24c9228621e7 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}811563933a9dc55fbf2a352ae970996817dd526d" 2018-09-04 10:27:35,118 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 893 Content-Type: application/json X-Openstack-Request-Id: req-6e09ab61-8f32-477f-a096-787140538dd0 Date: Tue, 04 Sep 2018 10:27:35 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "NovaUtilsInstanceVolumeTests-5a69c5e6-ecaf-47a2-ba67-d73794c67091-image", "tags": [], "container_format": "bare", "created_at": "2018-09-04T10:27:32Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-09-04T10:27:34Z", "visibility": "shared", "locations": [{"url": "rbd://99671b03-94ed-44b3-b5f6-80b8e44d0570/images/b42fb1e7-eadd-4685-bdd8-24c9228621e7/snap", "metadata": {}}], "self": "/v2/images/b42fb1e7-eadd-4685-bdd8-24c9228621e7", "min_disk": 0, "protected": false, "id": "b42fb1e7-eadd-4685-bdd8-24c9228621e7", "file": "/v2/images/b42fb1e7-eadd-4685-bdd8-24c9228621e7/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "da1aa3dc9e564d3d922e61c0121a390e", "direct_url": "rbd://99671b03-94ed-44b3-b5f6-80b8e44d0570/images/b42fb1e7-eadd-4685-bdd8-24c9228621e7/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-09-04 10:27:35,118 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images/b42fb1e7-eadd-4685-bdd8-24c9228621e7 used request id req-6e09ab61-8f32-477f-a096-787140538dd0 2018-09-04 10:27:35,121 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}811563933a9dc55fbf2a352ae970996817dd526d" 2018-09-04 10:27:35,693 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-82511f39-157c-4893-8403-7ccc3fb96cd9 Date: Tue, 04 Sep 2018 10:27: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-09-04 10:27:35,693 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/schemas/image used request id req-82511f39-157c-4893-8403-7ccc3fb96cd9 2018-09-04 10:27:35,696 - create_image - INFO - Created image with name - NovaUtilsInstanceVolumeTests-5a69c5e6-ecaf-47a2-ba67-d73794c67091-image 2018-09-04 10:27:35,699 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/images/b42fb1e7-eadd-4685-bdd8-24c9228621e7 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}811563933a9dc55fbf2a352ae970996817dd526d" 2018-09-04 10:27:36,326 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 893 Content-Type: application/json X-Openstack-Request-Id: req-9ebc40da-8df6-43b7-bada-62506d81295d Date: Tue, 04 Sep 2018 10:27:36 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "NovaUtilsInstanceVolumeTests-5a69c5e6-ecaf-47a2-ba67-d73794c67091-image", "tags": [], "container_format": "bare", "created_at": "2018-09-04T10:27:32Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-09-04T10:27:34Z", "visibility": "shared", "locations": [{"url": "rbd://99671b03-94ed-44b3-b5f6-80b8e44d0570/images/b42fb1e7-eadd-4685-bdd8-24c9228621e7/snap", "metadata": {}}], "self": "/v2/images/b42fb1e7-eadd-4685-bdd8-24c9228621e7", "min_disk": 0, "protected": false, "id": "b42fb1e7-eadd-4685-bdd8-24c9228621e7", "file": "/v2/images/b42fb1e7-eadd-4685-bdd8-24c9228621e7/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "da1aa3dc9e564d3d922e61c0121a390e", "direct_url": "rbd://99671b03-94ed-44b3-b5f6-80b8e44d0570/images/b42fb1e7-eadd-4685-bdd8-24c9228621e7/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-09-04 10:27:36,327 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images/b42fb1e7-eadd-4685-bdd8-24c9228621e7 used request id req-9ebc40da-8df6-43b7-bada-62506d81295d 2018-09-04 10:27:36,327 - create_image - DEBUG - Instance status is - active 2018-09-04 10:27:36,327 - create_image - DEBUG - Image is active with name - NovaUtilsInstanceVolumeTests-5a69c5e6-ecaf-47a2-ba67-d73794c67091-image 2018-09-04 10:27:36,328 - create_image - INFO - Image is now active with name - NovaUtilsInstanceVolumeTests-5a69c5e6-ecaf-47a2-ba67-d73794c67091-image 2018-09-04 10:27:36,328 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 10:27:36,329 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-09-04 10:27:36,715 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5ef645ad12fc453aa5d8a0c2cbf76196", "name": "heat_stack_owner"}, {"id": "9a944a8c31754b8f941d2fa9034d4301", "name": "Member"}, {"id": "3d416247e8224533841040c3ad2bce5a", "name": "admin"}], "expires_at": "2018-09-04T11:27:36.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "da1aa3dc9e564d3d922e61c0121a390e", "name": "api_check-project_95790658-ea1a-473f-b71a-0aa15c3467f2"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235635a698ef4bef9dc6b25273d185da"}, {"url": "http://192.30.9.6:8776/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "23b07b3fbfc340a58cf0f9b2871a0d23"}, {"url": "http://172.30.9.28:8776/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "72fd0aaa144d45419f4b04b6b26f69a7"}], "type": "volume", "id": "097241c25b4d4f7e91b3f8efa155909e", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v3/da1aa3dc9e564d3d922e61c0121a390e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93eb4cf3030a49e7840bec071422d397"}, {"url": "http://192.30.9.6:8776/v3/da1aa3dc9e564d3d922e61c0121a390e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8af439a6ac147fdbcb38ed9aa916b68"}, {"url": "http://192.30.9.6:8776/v3/da1aa3dc9e564d3d922e61c0121a390e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c4bfdbc9b7c74a23a40afdf578cfeba4"}], "type": "volumev3", "id": "1c85f4682ce44f729db1dabd98e965e8", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "82239574a29d4603a2161006f61851cf"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8d15f7134f364a7bbcfff2f84aac3bf2"}, {"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e01668c43a0c4c279b9a3d20a0280d6c"}], "type": "image", "id": "297d8415ca96454991054983920912f7", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7bb4d60e20734d4a9f31ec75e02cb823"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bf6adec15590466a9a0d3bddb00e8993"}, {"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f096f03a1d12411a8972f6f7c196b60d"}], "type": "policy", "id": "54c64351b56d44bbad74c2969cc3aa00", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "354ae6870a324fab82d0a0fb68ee0f26"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a3807e460dd4af488d982b66c52e64c"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e7c3da785076450abd71868e75ce0c33"}], "type": "cloudformation", "id": "6ac9917ae83c4639a15a4ab3cf0e76dd", "name": "heat-cfn"}, {"endpoints": [], "type": "metering", "id": "7fcc078e5e0645f29df67742ac14e388", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49e71628d386464cb950d6a9db00a328"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75b0a63ed8574bbcab1c851cc9b83d30"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9902b0a8b3c04cd192a1b84c417c232b"}], "type": "key-manager", "id": "9626544a32e74678a641c6e206f028a9", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "497340e5aa36485982fdf297f370558f"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7802beb4fc7c4952897b77bd5610b1fe"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c14af798917f4fa0b146d9772583e595"}], "type": "metric", "id": "973bfe8c658d4e5a8da725e76b9d550e", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "288ecc3674ea41d2aa3b790dcb832bf2"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7a6dc785cd7142f5b30f1a7ba0daeb03"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7f7d34e2351b4964befccc862c4e8e12"}], "type": "network", "id": "a348d7b06050474fb449be7f32ea6f5d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "21bce6ecb8464a1f8f3e3847aa698bd6"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0a8faf2246b47deb30e69e48d3551fb"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e71c6011de3d4d8589e5b53dcc79f288"}], "type": "identity", "id": "ad8d4b4953184137a1b913ecee9434ed", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "13474f9a78ca4f1184e4cddc84d0d98c"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad67365a18234bb78c336e6776958c00"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc54db13337f44f8921fbb9ad0f81de8"}], "type": "alarming", "id": "bb18dc3243034f08a6a7f69f7a1edccf", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0d91d7adf0304b2681c77f979e5cdb17"}, {"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "756e5ffca9774ab3ae2db41bf330417f"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c07c727a08c243b287827f539a124e63"}], "type": "placement", "id": "bb2c9432fcbd4c56913177122468f6ba", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1eed4912224b48cf9856446eae4d9928"}, {"url": "http://192.30.9.6:8004/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b73b7f99236541148d84f24f09e5dd40"}, {"url": "http://192.30.9.6:8004/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fbf12e52911244fdafc24a9d46f56e62"}], "type": "orchestration", "id": "c8918d139da945ba93df4ccce21d4904", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/da1aa3dc9e564d3d922e61c0121a390e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16bf098b9e2e490f8e47fa601059f975"}, {"url": "http://192.30.9.6:8776/v2/da1aa3dc9e564d3d922e61c0121a390e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc16fa4cf491444ca2f611d5692c1170"}, {"url": "http://192.30.9.6:8776/v2/da1aa3dc9e564d3d922e61c0121a390e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ccd2c5325dff4b90b391db9fdde67d99"}], "type": "volumev2", "id": "d09ac9123c34494abce21d6c27bee9d9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eac694332354a3aa0e61c31314166d7"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b4d4989c4e764717ab78d38675cadd3f"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff196e46b56d406d87a678f1a64497b0"}], "type": "compute", "id": "d4030ee932c84df58c5b910cc197caa7", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_95790658-ea1a-473f-b71a-0aa15c3467f2", "id": "6cb53a06110b45a6a2f21cb265048110"}, "audit_ids": ["7oLm_HyIRCScPoor2QHWZw"], "issued_at": "2018-09-04T10:27:36.000000Z"}} 2018-09-04 10:27:36,715 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28: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}6a54d11b8beb452a6086545d7cf5c5767d4d4540" 2018-09-04 10:27:36,730 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:27:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-81c89473-3834-46c0-bb5e-f39e6ab62a87 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.28:5000/v3/", "rel": "self"}]}} 2018-09-04 10:27:36,730 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-81c89473-3834-46c0-bb5e-f39e6ab62a87 2018-09-04 10:27:36,737 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-5a69c5e6-ecaf-47a2-ba67-d73794c67091-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6a54d11b8beb452a6086545d7cf5c5767d4d4540" 2018-09-04 10:27:36,962 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-1c9392f0-200b-492a-9d93-d67cad441fed Date: Tue, 04 Sep 2018 10:27:36 GMT RESP BODY: {"networks":[]} 2018-09-04 10:27:36,962 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-5a69c5e6-ecaf-47a2-ba67-d73794c67091-net used request id req-1c9392f0-200b-492a-9d93-d67cad441fed 2018-09-04 10:27:36,962 - neutron_utils - INFO - Creating network with name NovaUtilsInstanceVolumeTests-5a69c5e6-ecaf-47a2-ba67-d73794c67091-net 2018-09-04 10:27:36,967 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6a54d11b8beb452a6086545d7cf5c5767d4d4540" -d '{"network": {"name": "NovaUtilsInstanceVolumeTests-5a69c5e6-ecaf-47a2-ba67-d73794c67091-net", "admin_state_up": true}}' 2018-09-04 10:27:37,429 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 701 X-Openstack-Request-Id: req-118e39f4-092d-4cd6-9a85-2713c2f59db3 Date: Tue, 04 Sep 2018 10:27:37 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"provider:network_type":"vxlan","id":"6201aa31-b0db-4ee2-9509-4ab28398d492","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"da1aa3dc9e564d3d922e61c0121a390e","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-09-04T10:27:37Z","is_default":false,"provider:segmentation_id":43,"name":"NovaUtilsInstanceVolumeTests-5a69c5e6-ecaf-47a2-ba67-d73794c67091-net","admin_state_up":true,"tenant_id":"da1aa3dc9e564d3d922e61c0121a390e","created_at":"2018-09-04T10:27:37Z","mtu":1450}} 2018-09-04 10:27:37,429 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/networks used request id req-118e39f4-092d-4cd6-9a85-2713c2f59db3 2018-09-04 10:27:37,435 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?id=6201aa31-b0db-4ee2-9509-4ab28398d492 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6a54d11b8beb452a6086545d7cf5c5767d4d4540" 2018-09-04 10:27:37,664 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-af436792-1a94-462f-960d-ca6264b50064 Date: Tue, 04 Sep 2018 10:27:37 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"6201aa31-b0db-4ee2-9509-4ab28398d492","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"da1aa3dc9e564d3d922e61c0121a390e","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-09-04T10:27:37Z","provider:segmentation_id":43,"name":"NovaUtilsInstanceVolumeTests-5a69c5e6-ecaf-47a2-ba67-d73794c67091-net","admin_state_up":true,"tenant_id":"da1aa3dc9e564d3d922e61c0121a390e","created_at":"2018-09-04T10:27:37Z","provider:network_type":"vxlan"}]} 2018-09-04 10:27:37,664 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?id=6201aa31-b0db-4ee2-9509-4ab28398d492 used request id req-af436792-1a94-462f-960d-ca6264b50064 2018-09-04 10:27:37,670 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=6201aa31-b0db-4ee2-9509-4ab28398d492 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6a54d11b8beb452a6086545d7cf5c5767d4d4540" 2018-09-04 10:27:37,878 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-ac25d060-ca94-4831-a840-66d29da00f94 Date: Tue, 04 Sep 2018 10:27:37 GMT RESP BODY: {"subnets":[]} 2018-09-04 10:27:37,878 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=6201aa31-b0db-4ee2-9509-4ab28398d492 used request id req-ac25d060-ca94-4831-a840-66d29da00f94 2018-09-04 10:27:37,879 - neutron_utils - INFO - Creating subnet with name NovaUtilsInstanceVolumeTests-5a69c5e6-ecaf-47a2-ba67-d73794c67091-subnet 2018-09-04 10:27:37,884 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6a54d11b8beb452a6086545d7cf5c5767d4d4540" -d '{"subnets": [{"ip_version": 4, "network_id": "6201aa31-b0db-4ee2-9509-4ab28398d492", "cidr": "10.55.0.0/24", "name": "NovaUtilsInstanceVolumeTests-5a69c5e6-ecaf-47a2-ba67-d73794c67091-subnet"}]}' 2018-09-04 10:27:38,345 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-a138da2f-a36f-4dcc-9e9d-ce12f91de50e Date: Tue, 04 Sep 2018 10:27:38 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"6201aa31-b0db-4ee2-9509-4ab28398d492","tenant_id":"da1aa3dc9e564d3d922e61c0121a390e","created_at":"2018-09-04T10:27:38Z","dns_nameservers":[],"updated_at":"2018-09-04T10:27:38Z","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":"da1aa3dc9e564d3d922e61c0121a390e","id":"6a286bec-b0ff-428b-ac3d-00f7f08d7754","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-5a69c5e6-ecaf-47a2-ba67-d73794c67091-subnet"}]} 2018-09-04 10:27:38,346 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/subnets used request id req-a138da2f-a36f-4dcc-9e9d-ce12f91de50e 2018-09-04 10:27:38,351 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?id=6201aa31-b0db-4ee2-9509-4ab28398d492 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6a54d11b8beb452a6086545d7cf5c5767d4d4540" 2018-09-04 10:27:38,639 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-7f3cde26-84d6-4e38-bd0b-c34774144b82 Date: Tue, 04 Sep 2018 10:27:38 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"6201aa31-b0db-4ee2-9509-4ab28398d492","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"da1aa3dc9e564d3d922e61c0121a390e","status":"ACTIVE","subnets":["6a286bec-b0ff-428b-ac3d-00f7f08d7754"],"description":"","tags":[],"updated_at":"2018-09-04T10:27:38Z","provider:segmentation_id":43,"name":"NovaUtilsInstanceVolumeTests-5a69c5e6-ecaf-47a2-ba67-d73794c67091-net","admin_state_up":true,"tenant_id":"da1aa3dc9e564d3d922e61c0121a390e","created_at":"2018-09-04T10:27:37Z","provider:network_type":"vxlan"}]} 2018-09-04 10:27:38,639 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?id=6201aa31-b0db-4ee2-9509-4ab28398d492 used request id req-7f3cde26-84d6-4e38-bd0b-c34774144b82 2018-09-04 10:27:38,644 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=6201aa31-b0db-4ee2-9509-4ab28398d492 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6a54d11b8beb452a6086545d7cf5c5767d4d4540" 2018-09-04 10:27:38,693 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-9a2b8073-21e5-465e-8cac-310ef55d137f Date: Tue, 04 Sep 2018 10:27:38 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"6201aa31-b0db-4ee2-9509-4ab28398d492","tenant_id":"da1aa3dc9e564d3d922e61c0121a390e","created_at":"2018-09-04T10:27:38Z","dns_nameservers":[],"updated_at":"2018-09-04T10:27:38Z","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":"da1aa3dc9e564d3d922e61c0121a390e","id":"6a286bec-b0ff-428b-ac3d-00f7f08d7754","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-5a69c5e6-ecaf-47a2-ba67-d73794c67091-subnet"}]} 2018-09-04 10:27:38,693 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=6201aa31-b0db-4ee2-9509-4ab28398d492 used request id req-9a2b8073-21e5-465e-8cac-310ef55d137f 2018-09-04 10:27:38,693 - OpenStackNetwork - DEBUG - Network [6201aa31-b0db-4ee2-9509-4ab28398d492] created successfully 2018-09-04 10:27:38,693 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 10:27:38,694 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-09-04 10:27:39,074 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5ef645ad12fc453aa5d8a0c2cbf76196", "name": "heat_stack_owner"}, {"id": "9a944a8c31754b8f941d2fa9034d4301", "name": "Member"}, {"id": "3d416247e8224533841040c3ad2bce5a", "name": "admin"}], "expires_at": "2018-09-04T11:27:39.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "da1aa3dc9e564d3d922e61c0121a390e", "name": "api_check-project_95790658-ea1a-473f-b71a-0aa15c3467f2"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235635a698ef4bef9dc6b25273d185da"}, {"url": "http://192.30.9.6:8776/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "23b07b3fbfc340a58cf0f9b2871a0d23"}, {"url": "http://172.30.9.28:8776/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "72fd0aaa144d45419f4b04b6b26f69a7"}], "type": "volume", "id": "097241c25b4d4f7e91b3f8efa155909e", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v3/da1aa3dc9e564d3d922e61c0121a390e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93eb4cf3030a49e7840bec071422d397"}, {"url": "http://192.30.9.6:8776/v3/da1aa3dc9e564d3d922e61c0121a390e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8af439a6ac147fdbcb38ed9aa916b68"}, {"url": "http://192.30.9.6:8776/v3/da1aa3dc9e564d3d922e61c0121a390e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c4bfdbc9b7c74a23a40afdf578cfeba4"}], "type": "volumev3", "id": "1c85f4682ce44f729db1dabd98e965e8", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "82239574a29d4603a2161006f61851cf"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8d15f7134f364a7bbcfff2f84aac3bf2"}, {"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e01668c43a0c4c279b9a3d20a0280d6c"}], "type": "image", "id": "297d8415ca96454991054983920912f7", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7bb4d60e20734d4a9f31ec75e02cb823"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bf6adec15590466a9a0d3bddb00e8993"}, {"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f096f03a1d12411a8972f6f7c196b60d"}], "type": "policy", "id": "54c64351b56d44bbad74c2969cc3aa00", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "354ae6870a324fab82d0a0fb68ee0f26"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a3807e460dd4af488d982b66c52e64c"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e7c3da785076450abd71868e75ce0c33"}], "type": "cloudformation", "id": "6ac9917ae83c4639a15a4ab3cf0e76dd", "name": "heat-cfn"}, {"endpoints": [], "type": "metering", "id": "7fcc078e5e0645f29df67742ac14e388", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49e71628d386464cb950d6a9db00a328"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75b0a63ed8574bbcab1c851cc9b83d30"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9902b0a8b3c04cd192a1b84c417c232b"}], "type": "key-manager", "id": "9626544a32e74678a641c6e206f028a9", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "497340e5aa36485982fdf297f370558f"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7802beb4fc7c4952897b77bd5610b1fe"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c14af798917f4fa0b146d9772583e595"}], "type": "metric", "id": "973bfe8c658d4e5a8da725e76b9d550e", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "288ecc3674ea41d2aa3b790dcb832bf2"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7a6dc785cd7142f5b30f1a7ba0daeb03"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7f7d34e2351b4964befccc862c4e8e12"}], "type": "network", "id": "a348d7b06050474fb449be7f32ea6f5d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "21bce6ecb8464a1f8f3e3847aa698bd6"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0a8faf2246b47deb30e69e48d3551fb"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e71c6011de3d4d8589e5b53dcc79f288"}], "type": "identity", "id": "ad8d4b4953184137a1b913ecee9434ed", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "13474f9a78ca4f1184e4cddc84d0d98c"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad67365a18234bb78c336e6776958c00"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc54db13337f44f8921fbb9ad0f81de8"}], "type": "alarming", "id": "bb18dc3243034f08a6a7f69f7a1edccf", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0d91d7adf0304b2681c77f979e5cdb17"}, {"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "756e5ffca9774ab3ae2db41bf330417f"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c07c727a08c243b287827f539a124e63"}], "type": "placement", "id": "bb2c9432fcbd4c56913177122468f6ba", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1eed4912224b48cf9856446eae4d9928"}, {"url": "http://192.30.9.6:8004/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b73b7f99236541148d84f24f09e5dd40"}, {"url": "http://192.30.9.6:8004/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fbf12e52911244fdafc24a9d46f56e62"}], "type": "orchestration", "id": "c8918d139da945ba93df4ccce21d4904", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/da1aa3dc9e564d3d922e61c0121a390e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16bf098b9e2e490f8e47fa601059f975"}, {"url": "http://192.30.9.6:8776/v2/da1aa3dc9e564d3d922e61c0121a390e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc16fa4cf491444ca2f611d5692c1170"}, {"url": "http://192.30.9.6:8776/v2/da1aa3dc9e564d3d922e61c0121a390e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ccd2c5325dff4b90b391db9fdde67d99"}], "type": "volumev2", "id": "d09ac9123c34494abce21d6c27bee9d9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eac694332354a3aa0e61c31314166d7"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b4d4989c4e764717ab78d38675cadd3f"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff196e46b56d406d87a678f1a64497b0"}], "type": "compute", "id": "d4030ee932c84df58c5b910cc197caa7", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_95790658-ea1a-473f-b71a-0aa15c3467f2", "id": "6cb53a06110b45a6a2f21cb265048110"}, "audit_ids": ["D8G8r10NQzqD8EbDTwkbTQ"], "issued_at": "2018-09-04T10:27:39.000000Z"}} 2018-09-04 10:27:39,074 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28: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}2ca13a7cb2a2286344a478813c7f0e6ee1855e31" 2018-09-04 10:27:39,164 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:27:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e71100d3-2788-4935-b9de-e694e8a8ad88 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.28:5000/v3/", "rel": "self"}]}} 2018-09-04 10:27:39,165 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-e71100d3-2788-4935-b9de-e694e8a8ad88 2018-09-04 10:27:39,166 - nova_utils - DEBUG - Retrieving Nova Client 2018-09-04 10:27:39,170 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2ca13a7cb2a2286344a478813c7f0e6ee1855e31" 2018-09-04 10:27:39,491 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:27: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-680a4b4f-ba43-4277-9960-57d73ba47409 x-compute-request-id: req-680a4b4f-ba43-4277-9960-57d73ba47409 Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-09-04 10:27:39,491 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors used request id req-680a4b4f-ba43-4277-9960-57d73ba47409 2018-09-04 10:27:39,495 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2ca13a7cb2a2286344a478813c7f0e6ee1855e31" -d '{"flavor": {"vcpus": 1, "disk": 10, "name": "NovaUtilsInstanceVolumeTests-5a69c5e6-ecaf-47a2-ba67-d73794c67091-flavor", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "ram": 256, "id": null, "swap": 0}}' 2018-09-04 10:27:39,566 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:27: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-00f836ea-cab0-48ee-85c0-20f5d07412e4 x-compute-request-id: req-00f836ea-cab0-48ee-85c0-20f5d07412e4 Content-Encoding: gzip Content-Length: 323 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/4544760d-177e-49a6-851a-256bdf0411c0", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/4544760d-177e-49a6-851a-256bdf0411c0", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "4544760d-177e-49a6-851a-256bdf0411c0", "name": "NovaUtilsInstanceVolumeTests-5a69c5e6-ecaf-47a2-ba67-d73794c67091-flavor", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-09-04 10:27:39,566 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/flavors used request id req-00f836ea-cab0-48ee-85c0-20f5d07412e4 2018-09-04 10:27:39,567 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 10:27:39,568 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-09-04 10:27:39,945 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5ef645ad12fc453aa5d8a0c2cbf76196", "name": "heat_stack_owner"}, {"id": "9a944a8c31754b8f941d2fa9034d4301", "name": "Member"}, {"id": "3d416247e8224533841040c3ad2bce5a", "name": "admin"}], "expires_at": "2018-09-04T11:27:39.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "da1aa3dc9e564d3d922e61c0121a390e", "name": "api_check-project_95790658-ea1a-473f-b71a-0aa15c3467f2"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235635a698ef4bef9dc6b25273d185da"}, {"url": "http://192.30.9.6:8776/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "23b07b3fbfc340a58cf0f9b2871a0d23"}, {"url": "http://172.30.9.28:8776/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "72fd0aaa144d45419f4b04b6b26f69a7"}], "type": "volume", "id": "097241c25b4d4f7e91b3f8efa155909e", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v3/da1aa3dc9e564d3d922e61c0121a390e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93eb4cf3030a49e7840bec071422d397"}, {"url": "http://192.30.9.6:8776/v3/da1aa3dc9e564d3d922e61c0121a390e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8af439a6ac147fdbcb38ed9aa916b68"}, {"url": "http://192.30.9.6:8776/v3/da1aa3dc9e564d3d922e61c0121a390e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c4bfdbc9b7c74a23a40afdf578cfeba4"}], "type": "volumev3", "id": "1c85f4682ce44f729db1dabd98e965e8", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "82239574a29d4603a2161006f61851cf"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8d15f7134f364a7bbcfff2f84aac3bf2"}, {"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e01668c43a0c4c279b9a3d20a0280d6c"}], "type": "image", "id": "297d8415ca96454991054983920912f7", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7bb4d60e20734d4a9f31ec75e02cb823"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bf6adec15590466a9a0d3bddb00e8993"}, {"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f096f03a1d12411a8972f6f7c196b60d"}], "type": "policy", "id": "54c64351b56d44bbad74c2969cc3aa00", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "354ae6870a324fab82d0a0fb68ee0f26"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a3807e460dd4af488d982b66c52e64c"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e7c3da785076450abd71868e75ce0c33"}], "type": "cloudformation", "id": "6ac9917ae83c4639a15a4ab3cf0e76dd", "name": "heat-cfn"}, {"endpoints": [], "type": "metering", "id": "7fcc078e5e0645f29df67742ac14e388", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49e71628d386464cb950d6a9db00a328"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75b0a63ed8574bbcab1c851cc9b83d30"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9902b0a8b3c04cd192a1b84c417c232b"}], "type": "key-manager", "id": "9626544a32e74678a641c6e206f028a9", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "497340e5aa36485982fdf297f370558f"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7802beb4fc7c4952897b77bd5610b1fe"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c14af798917f4fa0b146d9772583e595"}], "type": "metric", "id": "973bfe8c658d4e5a8da725e76b9d550e", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "288ecc3674ea41d2aa3b790dcb832bf2"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7a6dc785cd7142f5b30f1a7ba0daeb03"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7f7d34e2351b4964befccc862c4e8e12"}], "type": "network", "id": "a348d7b06050474fb449be7f32ea6f5d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "21bce6ecb8464a1f8f3e3847aa698bd6"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0a8faf2246b47deb30e69e48d3551fb"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e71c6011de3d4d8589e5b53dcc79f288"}], "type": "identity", "id": "ad8d4b4953184137a1b913ecee9434ed", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "13474f9a78ca4f1184e4cddc84d0d98c"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad67365a18234bb78c336e6776958c00"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc54db13337f44f8921fbb9ad0f81de8"}], "type": "alarming", "id": "bb18dc3243034f08a6a7f69f7a1edccf", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0d91d7adf0304b2681c77f979e5cdb17"}, {"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "756e5ffca9774ab3ae2db41bf330417f"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c07c727a08c243b287827f539a124e63"}], "type": "placement", "id": "bb2c9432fcbd4c56913177122468f6ba", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1eed4912224b48cf9856446eae4d9928"}, {"url": "http://192.30.9.6:8004/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b73b7f99236541148d84f24f09e5dd40"}, {"url": "http://192.30.9.6:8004/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fbf12e52911244fdafc24a9d46f56e62"}], "type": "orchestration", "id": "c8918d139da945ba93df4ccce21d4904", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/da1aa3dc9e564d3d922e61c0121a390e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16bf098b9e2e490f8e47fa601059f975"}, {"url": "http://192.30.9.6:8776/v2/da1aa3dc9e564d3d922e61c0121a390e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc16fa4cf491444ca2f611d5692c1170"}, {"url": "http://192.30.9.6:8776/v2/da1aa3dc9e564d3d922e61c0121a390e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ccd2c5325dff4b90b391db9fdde67d99"}], "type": "volumev2", "id": "d09ac9123c34494abce21d6c27bee9d9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eac694332354a3aa0e61c31314166d7"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b4d4989c4e764717ab78d38675cadd3f"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff196e46b56d406d87a678f1a64497b0"}], "type": "compute", "id": "d4030ee932c84df58c5b910cc197caa7", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_95790658-ea1a-473f-b71a-0aa15c3467f2", "id": "6cb53a06110b45a6a2f21cb265048110"}, "audit_ids": ["BPQPoWr8TjG4M6oqN-uAzA"], "issued_at": "2018-09-04T10:27:39.000000Z"}} 2018-09-04 10:27:39,945 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28: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}ef203dc7de0da3191c0e705b7505791ec5ea839f" 2018-09-04 10:27:40,026 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:27:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-88b4602a-88fb-4cf2-80bf-f227a93a6e60 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.28:5000/v3/", "rel": "self"}]}} 2018-09-04 10:27:40,026 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-88b4602a-88fb-4cf2-80bf-f227a93a6e60 2018-09-04 10:27:40,032 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8776/v3/da1aa3dc9e564d3d922e61c0121a390e/volumes/detail -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ef203dc7de0da3191c0e705b7505791ec5ea839f" 2018-09-04 10:27:40,784 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:27:40 GMT Server: Apache x-compute-request-id: req-4e9f97cd-5a03-4bd2-9944-02ec2f19e3d5 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-4e9f97cd-5a03-4bd2-9944-02ec2f19e3d5 Content-Length: 15 Content-Type: application/json RESP BODY: {"volumes": []} 2018-09-04 10:27:40,785 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/da1aa3dc9e564d3d922e61c0121a390e/volumes/detail used request id req-4e9f97cd-5a03-4bd2-9944-02ec2f19e3d5 2018-09-04 10:27:40,788 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:8776/v3/da1aa3dc9e564d3d922e61c0121a390e/volumes -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-4e9f97cd-5a03-4bd2-9944-02ec2f19e3d5" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ef203dc7de0da3191c0e705b7505791ec5ea839f" -d '{"volume": {"status": "creating", "user_id": null, "name": "NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-5a69c5e6-ecaf-47a2-ba67-d73794c67091", "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-09-04 10:27:41,946 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Tue, 04 Sep 2018 10:27:40 GMT Server: Apache x-compute-request-id: req-eeaf15fb-dbeb-4cc0-a8a2-bbfbcb1f644c OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-eeaf15fb-dbeb-4cc0-a8a2-bbfbcb1f644c Content-Length: 881 Content-Type: application/json RESP BODY: {"volume": {"status": "creating", "migration_status": null, "user_id": "6cb53a06110b45a6a2f21cb265048110", "attachments": [], "links": [{"href": "http://172.30.9.28:8776/v3/da1aa3dc9e564d3d922e61c0121a390e/volumes/829af9af-6cdd-48cc-9783-e28abe452670", "rel": "self"}, {"href": "http://172.30.9.28:8776/da1aa3dc9e564d3d922e61c0121a390e/volumes/829af9af-6cdd-48cc-9783-e28abe452670", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-09-04T10:27:41.830945", "description": null, "updated_at": null, "volume_type": null, "name": "NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-5a69c5e6-ecaf-47a2-ba67-d73794c67091", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "829af9af-6cdd-48cc-9783-e28abe452670", "size": 1}} 2018-09-04 10:27:41,946 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.28:8776/v3/da1aa3dc9e564d3d922e61c0121a390e/volumes used request id req-eeaf15fb-dbeb-4cc0-a8a2-bbfbcb1f644c 2018-09-04 10:27:41,949 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8776/v3/da1aa3dc9e564d3d922e61c0121a390e/volumes/829af9af-6cdd-48cc-9783-e28abe452670 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-4e9f97cd-5a03-4bd2-9944-02ec2f19e3d5" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ef203dc7de0da3191c0e705b7505791ec5ea839f" 2018-09-04 10:27:42,716 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:27:41 GMT Server: Apache x-compute-request-id: req-8e5cfa34-cd3a-4bb6-9712-251008d9021d OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-8e5cfa34-cd3a-4bb6-9712-251008d9021d Content-Encoding: gzip Content-Length: 523 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.28:8776/v3/da1aa3dc9e564d3d922e61c0121a390e/volumes/829af9af-6cdd-48cc-9783-e28abe452670", "rel": "self"}, {"href": "http://172.30.9.28:8776/da1aa3dc9e564d3d922e61c0121a390e/volumes/829af9af-6cdd-48cc-9783-e28abe452670", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-09-04T10:27:42.000000", "replication_status": null, "snapshot_id": null, "id": "829af9af-6cdd-48cc-9783-e28abe452670", "size": 1, "user_id": "6cb53a06110b45a6a2f21cb265048110", "os-vol-tenant-attr:tenant_id": "da1aa3dc9e564d3d922e61c0121a390e", "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-5a69c5e6-ecaf-47a2-ba67-d73794c67091", "bootable": "false", "created_at": "2018-09-04T10:27:41.000000", "volume_type": null}} 2018-09-04 10:27:42,716 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/da1aa3dc9e564d3d922e61c0121a390e/volumes/829af9af-6cdd-48cc-9783-e28abe452670 used request id req-8e5cfa34-cd3a-4bb6-9712-251008d9021d 2018-09-04 10:27:42,717 - create_volume - INFO - Created volume with name - NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-5a69c5e6-ecaf-47a2-ba67-d73794c67091 2018-09-04 10:27:42,719 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8776/v3/da1aa3dc9e564d3d922e61c0121a390e/volumes/829af9af-6cdd-48cc-9783-e28abe452670 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-4e9f97cd-5a03-4bd2-9944-02ec2f19e3d5" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ef203dc7de0da3191c0e705b7505791ec5ea839f" 2018-09-04 10:27:43,467 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:27:42 GMT Server: Apache x-compute-request-id: req-caa166f3-5510-4641-8bb3-4192e030f7ef OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-caa166f3-5510-4641-8bb3-4192e030f7ef Content-Encoding: gzip Content-Length: 523 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.28:8776/v3/da1aa3dc9e564d3d922e61c0121a390e/volumes/829af9af-6cdd-48cc-9783-e28abe452670", "rel": "self"}, {"href": "http://172.30.9.28:8776/da1aa3dc9e564d3d922e61c0121a390e/volumes/829af9af-6cdd-48cc-9783-e28abe452670", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-09-04T10:27:42.000000", "replication_status": null, "snapshot_id": null, "id": "829af9af-6cdd-48cc-9783-e28abe452670", "size": 1, "user_id": "6cb53a06110b45a6a2f21cb265048110", "os-vol-tenant-attr:tenant_id": "da1aa3dc9e564d3d922e61c0121a390e", "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-5a69c5e6-ecaf-47a2-ba67-d73794c67091", "bootable": "false", "created_at": "2018-09-04T10:27:41.000000", "volume_type": null}} 2018-09-04 10:27:43,468 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/da1aa3dc9e564d3d922e61c0121a390e/volumes/829af9af-6cdd-48cc-9783-e28abe452670 used request id req-caa166f3-5510-4641-8bb3-4192e030f7ef 2018-09-04 10:27:43,468 - create_volume - DEBUG - Instance status is - creating 2018-09-04 10:27:43,468 - create_volume - DEBUG - Retry querying volume status in 3 seconds 2018-09-04 10:27:46,471 - create_volume - DEBUG - Volume status query timeout in 296.245471001 2018-09-04 10:27:46,474 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8776/v3/da1aa3dc9e564d3d922e61c0121a390e/volumes/829af9af-6cdd-48cc-9783-e28abe452670 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-4e9f97cd-5a03-4bd2-9944-02ec2f19e3d5" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ef203dc7de0da3191c0e705b7505791ec5ea839f" 2018-09-04 10:27:47,255 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:27:46 GMT Server: Apache x-compute-request-id: req-a314d6ac-7779-4452-892f-de46baf91b13 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-a314d6ac-7779-4452-892f-de46baf91b13 Content-Encoding: gzip Content-Length: 520 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.28:8776/v3/da1aa3dc9e564d3d922e61c0121a390e/volumes/829af9af-6cdd-48cc-9783-e28abe452670", "rel": "self"}, {"href": "http://172.30.9.28:8776/da1aa3dc9e564d3d922e61c0121a390e/volumes/829af9af-6cdd-48cc-9783-e28abe452670", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-09-04T10:27:44.000000", "replication_status": null, "snapshot_id": null, "id": "829af9af-6cdd-48cc-9783-e28abe452670", "size": 1, "user_id": "6cb53a06110b45a6a2f21cb265048110", "os-vol-tenant-attr:tenant_id": "da1aa3dc9e564d3d922e61c0121a390e", "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-5a69c5e6-ecaf-47a2-ba67-d73794c67091", "bootable": "false", "created_at": "2018-09-04T10:27:41.000000", "volume_type": null}} 2018-09-04 10:27:47,255 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/da1aa3dc9e564d3d922e61c0121a390e/volumes/829af9af-6cdd-48cc-9783-e28abe452670 used request id req-a314d6ac-7779-4452-892f-de46baf91b13 2018-09-04 10:27:47,255 - create_volume - DEBUG - Instance status is - available 2018-09-04 10:27:47,255 - create_volume - DEBUG - Volume is active with name - NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-5a69c5e6-ecaf-47a2-ba67-d73794c67091 2018-09-04 10:27:47,256 - create_volume - INFO - Volume is now active with name - NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-5a69c5e6-ecaf-47a2-ba67-d73794c67091 2018-09-04 10:27:47,256 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 10:27:47,257 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-09-04 10:27:47,650 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5ef645ad12fc453aa5d8a0c2cbf76196", "name": "heat_stack_owner"}, {"id": "9a944a8c31754b8f941d2fa9034d4301", "name": "Member"}, {"id": "3d416247e8224533841040c3ad2bce5a", "name": "admin"}], "expires_at": "2018-09-04T11:27:47.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "da1aa3dc9e564d3d922e61c0121a390e", "name": "api_check-project_95790658-ea1a-473f-b71a-0aa15c3467f2"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235635a698ef4bef9dc6b25273d185da"}, {"url": "http://192.30.9.6:8776/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "23b07b3fbfc340a58cf0f9b2871a0d23"}, {"url": "http://172.30.9.28:8776/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "72fd0aaa144d45419f4b04b6b26f69a7"}], "type": "volume", "id": "097241c25b4d4f7e91b3f8efa155909e", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v3/da1aa3dc9e564d3d922e61c0121a390e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93eb4cf3030a49e7840bec071422d397"}, {"url": "http://192.30.9.6:8776/v3/da1aa3dc9e564d3d922e61c0121a390e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8af439a6ac147fdbcb38ed9aa916b68"}, {"url": "http://192.30.9.6:8776/v3/da1aa3dc9e564d3d922e61c0121a390e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c4bfdbc9b7c74a23a40afdf578cfeba4"}], "type": "volumev3", "id": "1c85f4682ce44f729db1dabd98e965e8", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "82239574a29d4603a2161006f61851cf"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8d15f7134f364a7bbcfff2f84aac3bf2"}, {"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e01668c43a0c4c279b9a3d20a0280d6c"}], "type": "image", "id": "297d8415ca96454991054983920912f7", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7bb4d60e20734d4a9f31ec75e02cb823"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bf6adec15590466a9a0d3bddb00e8993"}, {"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f096f03a1d12411a8972f6f7c196b60d"}], "type": "policy", "id": "54c64351b56d44bbad74c2969cc3aa00", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "354ae6870a324fab82d0a0fb68ee0f26"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a3807e460dd4af488d982b66c52e64c"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e7c3da785076450abd71868e75ce0c33"}], "type": "cloudformation", "id": "6ac9917ae83c4639a15a4ab3cf0e76dd", "name": "heat-cfn"}, {"endpoints": [], "type": "metering", "id": "7fcc078e5e0645f29df67742ac14e388", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49e71628d386464cb950d6a9db00a328"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75b0a63ed8574bbcab1c851cc9b83d30"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9902b0a8b3c04cd192a1b84c417c232b"}], "type": "key-manager", "id": "9626544a32e74678a641c6e206f028a9", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "497340e5aa36485982fdf297f370558f"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7802beb4fc7c4952897b77bd5610b1fe"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c14af798917f4fa0b146d9772583e595"}], "type": "metric", "id": "973bfe8c658d4e5a8da725e76b9d550e", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "288ecc3674ea41d2aa3b790dcb832bf2"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7a6dc785cd7142f5b30f1a7ba0daeb03"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7f7d34e2351b4964befccc862c4e8e12"}], "type": "network", "id": "a348d7b06050474fb449be7f32ea6f5d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "21bce6ecb8464a1f8f3e3847aa698bd6"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0a8faf2246b47deb30e69e48d3551fb"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e71c6011de3d4d8589e5b53dcc79f288"}], "type": "identity", "id": "ad8d4b4953184137a1b913ecee9434ed", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "13474f9a78ca4f1184e4cddc84d0d98c"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad67365a18234bb78c336e6776958c00"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc54db13337f44f8921fbb9ad0f81de8"}], "type": "alarming", "id": "bb18dc3243034f08a6a7f69f7a1edccf", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0d91d7adf0304b2681c77f979e5cdb17"}, {"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "756e5ffca9774ab3ae2db41bf330417f"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c07c727a08c243b287827f539a124e63"}], "type": "placement", "id": "bb2c9432fcbd4c56913177122468f6ba", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1eed4912224b48cf9856446eae4d9928"}, {"url": "http://192.30.9.6:8004/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b73b7f99236541148d84f24f09e5dd40"}, {"url": "http://192.30.9.6:8004/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fbf12e52911244fdafc24a9d46f56e62"}], "type": "orchestration", "id": "c8918d139da945ba93df4ccce21d4904", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/da1aa3dc9e564d3d922e61c0121a390e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16bf098b9e2e490f8e47fa601059f975"}, {"url": "http://192.30.9.6:8776/v2/da1aa3dc9e564d3d922e61c0121a390e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc16fa4cf491444ca2f611d5692c1170"}, {"url": "http://192.30.9.6:8776/v2/da1aa3dc9e564d3d922e61c0121a390e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ccd2c5325dff4b90b391db9fdde67d99"}], "type": "volumev2", "id": "d09ac9123c34494abce21d6c27bee9d9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eac694332354a3aa0e61c31314166d7"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b4d4989c4e764717ab78d38675cadd3f"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff196e46b56d406d87a678f1a64497b0"}], "type": "compute", "id": "d4030ee932c84df58c5b910cc197caa7", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_95790658-ea1a-473f-b71a-0aa15c3467f2", "id": "6cb53a06110b45a6a2f21cb265048110"}, "audit_ids": ["hzMKjAvrRo-5qib9ffmfKg"], "issued_at": "2018-09-04T10:27:47.000000Z"}} 2018-09-04 10:27:47,651 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28: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}908ad86dc54afe189086ba2fa9537b80b78b3f13" 2018-09-04 10:27:47,734 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:27:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-659ff791-d77f-4d88-af2d-fd8ac3942769 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.28:5000/v3/", "rel": "self"}]}} 2018-09-04 10:27:47,734 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-659ff791-d77f-4d88-af2d-fd8ac3942769 2018-09-04 10:27:47,735 - nova_utils - DEBUG - Retrieving Nova Client 2018-09-04 10:27:47,737 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28: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}908ad86dc54afe189086ba2fa9537b80b78b3f13" 2018-09-04 10:27:47,816 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:27:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-01eb3f8a-9de4-4580-86cc-ef7fdb0d1f39 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.28:5000/v3/", "rel": "self"}]}} 2018-09-04 10:27:47,816 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-01eb3f8a-9de4-4580-86cc-ef7fdb0d1f39 2018-09-04 10:27:47,824 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-5a69c5e6-ecaf-47a2-ba67-d73794c67091-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}908ad86dc54afe189086ba2fa9537b80b78b3f13" 2018-09-04 10:27:48,080 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-213853e3-e532-41a0-9329-dace4e4fdc87 Date: Tue, 04 Sep 2018 10:27:48 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"6201aa31-b0db-4ee2-9509-4ab28398d492","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"da1aa3dc9e564d3d922e61c0121a390e","status":"ACTIVE","subnets":["6a286bec-b0ff-428b-ac3d-00f7f08d7754"],"description":"","tags":[],"updated_at":"2018-09-04T10:27:38Z","provider:segmentation_id":43,"name":"NovaUtilsInstanceVolumeTests-5a69c5e6-ecaf-47a2-ba67-d73794c67091-net","admin_state_up":true,"tenant_id":"da1aa3dc9e564d3d922e61c0121a390e","created_at":"2018-09-04T10:27:37Z","provider:network_type":"vxlan"}]} 2018-09-04 10:27:48,080 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-5a69c5e6-ecaf-47a2-ba67-d73794c67091-net used request id req-213853e3-e532-41a0-9329-dace4e4fdc87 2018-09-04 10:27:48,084 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-04 10:27:48,088 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 04 Sep 2018 10:27:48 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.28: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.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-04 10:27:48,089 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/da1aa3dc9e564d3d922e61c0121a390e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}908ad86dc54afe189086ba2fa9537b80b78b3f13" 2018-09-04 10:27:48,178 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:27:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7a1f8abd-d969-4b2e-8634-44b45f896147 Content-Encoding: gzip Content-Length: 245 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.28:5000/v3/projects/da1aa3dc9e564d3d922e61c0121a390e"}, "enabled": true, "id": "da1aa3dc9e564d3d922e61c0121a390e", "parent_id": "default", "domain_id": "default", "name": "api_check-project_95790658-ea1a-473f-b71a-0aa15c3467f2"}} 2018-09-04 10:27:48,178 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/da1aa3dc9e564d3d922e61c0121a390e used request id req-7a1f8abd-d969-4b2e-8634-44b45f896147 2018-09-04 10:27:48,183 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=6201aa31-b0db-4ee2-9509-4ab28398d492 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}908ad86dc54afe189086ba2fa9537b80b78b3f13" 2018-09-04 10:27:48,481 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-efc345cd-b1dd-48be-aa5d-41a045ecaa54 Date: Tue, 04 Sep 2018 10:27:48 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"6201aa31-b0db-4ee2-9509-4ab28398d492","tenant_id":"da1aa3dc9e564d3d922e61c0121a390e","created_at":"2018-09-04T10:27:38Z","dns_nameservers":[],"updated_at":"2018-09-04T10:27:38Z","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":"da1aa3dc9e564d3d922e61c0121a390e","id":"6a286bec-b0ff-428b-ac3d-00f7f08d7754","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-5a69c5e6-ecaf-47a2-ba67-d73794c67091-subnet"}]} 2018-09-04 10:27:48,481 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=6201aa31-b0db-4ee2-9509-4ab28398d492 used request id req-efc345cd-b1dd-48be-aa5d-41a045ecaa54 2018-09-04 10:27:48,486 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?network_id=6201aa31-b0db-4ee2-9509-4ab28398d492&name=NovaUtilsInstanceVolumeTests-5a69c5e6-ecaf-47a2-ba67-d73794c67091-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}908ad86dc54afe189086ba2fa9537b80b78b3f13" 2018-09-04 10:27:48,666 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-64c85a14-6238-4c7b-aa22-8aad940a2f44 Date: Tue, 04 Sep 2018 10:27:48 GMT RESP BODY: {"ports":[]} 2018-09-04 10:27:48,666 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?network_id=6201aa31-b0db-4ee2-9509-4ab28398d492&name=NovaUtilsInstanceVolumeTests-5a69c5e6-ecaf-47a2-ba67-d73794c67091-port&admin_state_up=True used request id req-64c85a14-6238-4c7b-aa22-8aad940a2f44 2018-09-04 10:27:48,670 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/detail?name=NovaUtilsInstanceVolumeTests-5a69c5e6-ecaf-47a2-ba67-d73794c67091-vm_inst -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}908ad86dc54afe189086ba2fa9537b80b78b3f13" 2018-09-04 10:27:49,275 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:27:48 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-7bae0e74-ead4-421b-90d4-6ebf6a70f43b x-compute-request-id: req-7bae0e74-ead4-421b-90d4-6ebf6a70f43b Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-09-04 10:27:49,275 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail?name=NovaUtilsInstanceVolumeTests-5a69c5e6-ecaf-47a2-ba67-d73794c67091-vm_inst used request id req-7bae0e74-ead4-421b-90d4-6ebf6a70f43b 2018-09-04 10:27:49,280 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-5a69c5e6-ecaf-47a2-ba67-d73794c67091-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}908ad86dc54afe189086ba2fa9537b80b78b3f13" 2018-09-04 10:27:49,515 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-3b8315e9-f3bb-4186-a5cf-54cc3f7e5ab8 Date: Tue, 04 Sep 2018 10:27:49 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"6201aa31-b0db-4ee2-9509-4ab28398d492","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"da1aa3dc9e564d3d922e61c0121a390e","status":"ACTIVE","subnets":["6a286bec-b0ff-428b-ac3d-00f7f08d7754"],"description":"","tags":[],"updated_at":"2018-09-04T10:27:38Z","provider:segmentation_id":43,"name":"NovaUtilsInstanceVolumeTests-5a69c5e6-ecaf-47a2-ba67-d73794c67091-net","admin_state_up":true,"tenant_id":"da1aa3dc9e564d3d922e61c0121a390e","created_at":"2018-09-04T10:27:37Z","provider:network_type":"vxlan"}]} 2018-09-04 10:27:49,515 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-5a69c5e6-ecaf-47a2-ba67-d73794c67091-net used request id req-3b8315e9-f3bb-4186-a5cf-54cc3f7e5ab8 2018-09-04 10:27:49,518 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/da1aa3dc9e564d3d922e61c0121a390e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}908ad86dc54afe189086ba2fa9537b80b78b3f13" 2018-09-04 10:27:49,602 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:27:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-19f80956-de14-4913-a8e2-757817162f54 Content-Encoding: gzip Content-Length: 245 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.28:5000/v3/projects/da1aa3dc9e564d3d922e61c0121a390e"}, "enabled": true, "id": "da1aa3dc9e564d3d922e61c0121a390e", "parent_id": "default", "domain_id": "default", "name": "api_check-project_95790658-ea1a-473f-b71a-0aa15c3467f2"}} 2018-09-04 10:27:49,602 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/da1aa3dc9e564d3d922e61c0121a390e used request id req-19f80956-de14-4913-a8e2-757817162f54 2018-09-04 10:27:49,607 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=6201aa31-b0db-4ee2-9509-4ab28398d492 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}908ad86dc54afe189086ba2fa9537b80b78b3f13" 2018-09-04 10:27:49,799 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-7d004b04-0453-410b-a331-adaeec9502ad Date: Tue, 04 Sep 2018 10:27:49 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"6201aa31-b0db-4ee2-9509-4ab28398d492","tenant_id":"da1aa3dc9e564d3d922e61c0121a390e","created_at":"2018-09-04T10:27:38Z","dns_nameservers":[],"updated_at":"2018-09-04T10:27:38Z","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":"da1aa3dc9e564d3d922e61c0121a390e","id":"6a286bec-b0ff-428b-ac3d-00f7f08d7754","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-5a69c5e6-ecaf-47a2-ba67-d73794c67091-subnet"}]} 2018-09-04 10:27:49,799 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=6201aa31-b0db-4ee2-9509-4ab28398d492 used request id req-7d004b04-0453-410b-a331-adaeec9502ad 2018-09-04 10:27:49,805 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?network_id=6201aa31-b0db-4ee2-9509-4ab28398d492&name=NovaUtilsInstanceVolumeTests-5a69c5e6-ecaf-47a2-ba67-d73794c67091-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}908ad86dc54afe189086ba2fa9537b80b78b3f13" 2018-09-04 10:27:49,984 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-5f9e609d-d118-4c78-9bcf-5c4cd4a46686 Date: Tue, 04 Sep 2018 10:27:49 GMT RESP BODY: {"ports":[]} 2018-09-04 10:27:49,984 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?network_id=6201aa31-b0db-4ee2-9509-4ab28398d492&name=NovaUtilsInstanceVolumeTests-5a69c5e6-ecaf-47a2-ba67-d73794c67091-port&admin_state_up=True used request id req-5f9e609d-d118-4c78-9bcf-5c4cd4a46686 2018-09-04 10:27:49,985 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 10:27:49,985 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-09-04 10:27:50,372 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5ef645ad12fc453aa5d8a0c2cbf76196", "name": "heat_stack_owner"}, {"id": "9a944a8c31754b8f941d2fa9034d4301", "name": "Member"}, {"id": "3d416247e8224533841040c3ad2bce5a", "name": "admin"}], "expires_at": "2018-09-04T11:27:50.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "da1aa3dc9e564d3d922e61c0121a390e", "name": "api_check-project_95790658-ea1a-473f-b71a-0aa15c3467f2"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235635a698ef4bef9dc6b25273d185da"}, {"url": "http://192.30.9.6:8776/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "23b07b3fbfc340a58cf0f9b2871a0d23"}, {"url": "http://172.30.9.28:8776/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "72fd0aaa144d45419f4b04b6b26f69a7"}], "type": "volume", "id": "097241c25b4d4f7e91b3f8efa155909e", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v3/da1aa3dc9e564d3d922e61c0121a390e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93eb4cf3030a49e7840bec071422d397"}, {"url": "http://192.30.9.6:8776/v3/da1aa3dc9e564d3d922e61c0121a390e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8af439a6ac147fdbcb38ed9aa916b68"}, {"url": "http://192.30.9.6:8776/v3/da1aa3dc9e564d3d922e61c0121a390e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c4bfdbc9b7c74a23a40afdf578cfeba4"}], "type": "volumev3", "id": "1c85f4682ce44f729db1dabd98e965e8", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "82239574a29d4603a2161006f61851cf"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8d15f7134f364a7bbcfff2f84aac3bf2"}, {"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e01668c43a0c4c279b9a3d20a0280d6c"}], "type": "image", "id": "297d8415ca96454991054983920912f7", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7bb4d60e20734d4a9f31ec75e02cb823"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bf6adec15590466a9a0d3bddb00e8993"}, {"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f096f03a1d12411a8972f6f7c196b60d"}], "type": "policy", "id": "54c64351b56d44bbad74c2969cc3aa00", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "354ae6870a324fab82d0a0fb68ee0f26"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a3807e460dd4af488d982b66c52e64c"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e7c3da785076450abd71868e75ce0c33"}], "type": "cloudformation", "id": "6ac9917ae83c4639a15a4ab3cf0e76dd", "name": "heat-cfn"}, {"endpoints": [], "type": "metering", "id": "7fcc078e5e0645f29df67742ac14e388", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49e71628d386464cb950d6a9db00a328"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75b0a63ed8574bbcab1c851cc9b83d30"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9902b0a8b3c04cd192a1b84c417c232b"}], "type": "key-manager", "id": "9626544a32e74678a641c6e206f028a9", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "497340e5aa36485982fdf297f370558f"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7802beb4fc7c4952897b77bd5610b1fe"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c14af798917f4fa0b146d9772583e595"}], "type": "metric", "id": "973bfe8c658d4e5a8da725e76b9d550e", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "288ecc3674ea41d2aa3b790dcb832bf2"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7a6dc785cd7142f5b30f1a7ba0daeb03"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7f7d34e2351b4964befccc862c4e8e12"}], "type": "network", "id": "a348d7b06050474fb449be7f32ea6f5d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "21bce6ecb8464a1f8f3e3847aa698bd6"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0a8faf2246b47deb30e69e48d3551fb"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e71c6011de3d4d8589e5b53dcc79f288"}], "type": "identity", "id": "ad8d4b4953184137a1b913ecee9434ed", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "13474f9a78ca4f1184e4cddc84d0d98c"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad67365a18234bb78c336e6776958c00"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc54db13337f44f8921fbb9ad0f81de8"}], "type": "alarming", "id": "bb18dc3243034f08a6a7f69f7a1edccf", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0d91d7adf0304b2681c77f979e5cdb17"}, {"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "756e5ffca9774ab3ae2db41bf330417f"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c07c727a08c243b287827f539a124e63"}], "type": "placement", "id": "bb2c9432fcbd4c56913177122468f6ba", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1eed4912224b48cf9856446eae4d9928"}, {"url": "http://192.30.9.6:8004/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b73b7f99236541148d84f24f09e5dd40"}, {"url": "http://192.30.9.6:8004/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fbf12e52911244fdafc24a9d46f56e62"}], "type": "orchestration", "id": "c8918d139da945ba93df4ccce21d4904", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/da1aa3dc9e564d3d922e61c0121a390e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16bf098b9e2e490f8e47fa601059f975"}, {"url": "http://192.30.9.6:8776/v2/da1aa3dc9e564d3d922e61c0121a390e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc16fa4cf491444ca2f611d5692c1170"}, {"url": "http://192.30.9.6:8776/v2/da1aa3dc9e564d3d922e61c0121a390e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ccd2c5325dff4b90b391db9fdde67d99"}], "type": "volumev2", "id": "d09ac9123c34494abce21d6c27bee9d9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eac694332354a3aa0e61c31314166d7"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b4d4989c4e764717ab78d38675cadd3f"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff196e46b56d406d87a678f1a64497b0"}], "type": "compute", "id": "d4030ee932c84df58c5b910cc197caa7", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_95790658-ea1a-473f-b71a-0aa15c3467f2", "id": "6cb53a06110b45a6a2f21cb265048110"}, "audit_ids": ["YVCFEuNaRRmwCGYoN1yqpw"], "issued_at": "2018-09-04T10:27:50.000000Z"}} 2018-09-04 10:27:50,373 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28: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}cd9a6c337b2c65a3ea86e6d4e91f7455cc1aa440" 2018-09-04 10:27:50,470 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:27:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9e86081f-605b-419c-93c0-bce4d0ddae65 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.28:5000/v3/", "rel": "self"}]}} 2018-09-04 10:27:50,470 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-9e86081f-605b-419c-93c0-bce4d0ddae65 2018-09-04 10:27:50,477 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-5a69c5e6-ecaf-47a2-ba67-d73794c67091-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}908ad86dc54afe189086ba2fa9537b80b78b3f13" 2018-09-04 10:27:50,737 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-7a4500f3-7128-405f-9b21-4117d5638218 Date: Tue, 04 Sep 2018 10:27:50 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"6201aa31-b0db-4ee2-9509-4ab28398d492","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"da1aa3dc9e564d3d922e61c0121a390e","status":"ACTIVE","subnets":["6a286bec-b0ff-428b-ac3d-00f7f08d7754"],"description":"","tags":[],"updated_at":"2018-09-04T10:27:38Z","provider:segmentation_id":43,"name":"NovaUtilsInstanceVolumeTests-5a69c5e6-ecaf-47a2-ba67-d73794c67091-net","admin_state_up":true,"tenant_id":"da1aa3dc9e564d3d922e61c0121a390e","created_at":"2018-09-04T10:27:37Z","provider:network_type":"vxlan"}]} 2018-09-04 10:27:50,737 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-5a69c5e6-ecaf-47a2-ba67-d73794c67091-net used request id req-7a4500f3-7128-405f-9b21-4117d5638218 2018-09-04 10:27:50,742 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=6201aa31-b0db-4ee2-9509-4ab28398d492 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}908ad86dc54afe189086ba2fa9537b80b78b3f13" 2018-09-04 10:27:51,007 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-a0553015-c5c7-4d93-bedd-f2d26667b494 Date: Tue, 04 Sep 2018 10:27:51 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"6201aa31-b0db-4ee2-9509-4ab28398d492","tenant_id":"da1aa3dc9e564d3d922e61c0121a390e","created_at":"2018-09-04T10:27:38Z","dns_nameservers":[],"updated_at":"2018-09-04T10:27:38Z","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":"da1aa3dc9e564d3d922e61c0121a390e","id":"6a286bec-b0ff-428b-ac3d-00f7f08d7754","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-5a69c5e6-ecaf-47a2-ba67-d73794c67091-subnet"}]} 2018-09-04 10:27:51,007 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=6201aa31-b0db-4ee2-9509-4ab28398d492 used request id req-a0553015-c5c7-4d93-bedd-f2d26667b494 2018-09-04 10:27:51,012 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-5a69c5e6-ecaf-47a2-ba67-d73794c67091-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}908ad86dc54afe189086ba2fa9537b80b78b3f13" 2018-09-04 10:27:51,252 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-7ec58c90-658f-4ce2-b365-fd82e91bd539 Date: Tue, 04 Sep 2018 10:27:51 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"6201aa31-b0db-4ee2-9509-4ab28398d492","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"da1aa3dc9e564d3d922e61c0121a390e","status":"ACTIVE","subnets":["6a286bec-b0ff-428b-ac3d-00f7f08d7754"],"description":"","tags":[],"updated_at":"2018-09-04T10:27:38Z","provider:segmentation_id":43,"name":"NovaUtilsInstanceVolumeTests-5a69c5e6-ecaf-47a2-ba67-d73794c67091-net","admin_state_up":true,"tenant_id":"da1aa3dc9e564d3d922e61c0121a390e","created_at":"2018-09-04T10:27:37Z","provider:network_type":"vxlan"}]} 2018-09-04 10:27:51,252 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-5a69c5e6-ecaf-47a2-ba67-d73794c67091-net used request id req-7ec58c90-658f-4ce2-b365-fd82e91bd539 2018-09-04 10:27:51,256 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-04 10:27:51,261 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 04 Sep 2018 10:27:51 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.28: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.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-04 10:27:51,262 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/da1aa3dc9e564d3d922e61c0121a390e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cd9a6c337b2c65a3ea86e6d4e91f7455cc1aa440" 2018-09-04 10:27:51,345 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:27:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6545f330-8fd9-4332-aa1c-b727354fc341 Content-Encoding: gzip Content-Length: 245 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.28:5000/v3/projects/da1aa3dc9e564d3d922e61c0121a390e"}, "enabled": true, "id": "da1aa3dc9e564d3d922e61c0121a390e", "parent_id": "default", "domain_id": "default", "name": "api_check-project_95790658-ea1a-473f-b71a-0aa15c3467f2"}} 2018-09-04 10:27:51,345 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/da1aa3dc9e564d3d922e61c0121a390e used request id req-6545f330-8fd9-4332-aa1c-b727354fc341 2018-09-04 10:27:51,351 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=6201aa31-b0db-4ee2-9509-4ab28398d492 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}908ad86dc54afe189086ba2fa9537b80b78b3f13" 2018-09-04 10:27:51,555 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-5545cab1-903b-4d10-8786-fc130e309a0f Date: Tue, 04 Sep 2018 10:27:51 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"6201aa31-b0db-4ee2-9509-4ab28398d492","tenant_id":"da1aa3dc9e564d3d922e61c0121a390e","created_at":"2018-09-04T10:27:38Z","dns_nameservers":[],"updated_at":"2018-09-04T10:27:38Z","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":"da1aa3dc9e564d3d922e61c0121a390e","id":"6a286bec-b0ff-428b-ac3d-00f7f08d7754","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-5a69c5e6-ecaf-47a2-ba67-d73794c67091-subnet"}]} 2018-09-04 10:27:51,555 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=6201aa31-b0db-4ee2-9509-4ab28398d492 used request id req-5545cab1-903b-4d10-8786-fc130e309a0f 2018-09-04 10:27:51,556 - neutron_utils - INFO - Creating port for network with name - NovaUtilsInstanceVolumeTests-5a69c5e6-ecaf-47a2-ba67-d73794c67091-net 2018-09-04 10:27:51,561 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}908ad86dc54afe189086ba2fa9537b80b78b3f13" -d '{"port": {"network_id": "6201aa31-b0db-4ee2-9509-4ab28398d492", "name": "NovaUtilsInstanceVolumeTests-5a69c5e6-ecaf-47a2-ba67-d73794c67091-port", "admin_state_up": true}}' 2018-09-04 10:27:52,430 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 858 X-Openstack-Request-Id: req-98428265-521f-4c28-a136-9d4d3d65c166 Date: Tue, 04 Sep 2018 10:27:52 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T10:27:51Z","device_owner":"","revision_number":3,"binding:profile":{},"port_security_enabled":true,"fixed_ips":[{"subnet_id":"6a286bec-b0ff-428b-ac3d-00f7f08d7754","ip_address":"10.55.0.5"}],"id":"a6dff4e0-a994-4ca1-9166-d6f59fe43d4a","security_groups":["a0350fb5-7963-482b-9b06-fea838951872"],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:b5:bc:9f","project_id":"da1aa3dc9e564d3d922e61c0121a390e","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"","name":"NovaUtilsInstanceVolumeTests-5a69c5e6-ecaf-47a2-ba67-d73794c67091-port","admin_state_up":true,"network_id":"6201aa31-b0db-4ee2-9509-4ab28398d492","tenant_id":"da1aa3dc9e564d3d922e61c0121a390e","created_at":"2018-09-04T10:27:51Z","binding:vnic_type":"normal"}} 2018-09-04 10:27:52,430 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/ports used request id req-98428265-521f-4c28-a136-9d4d3d65c166 2018-09-04 10:27:52,436 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-5a69c5e6-ecaf-47a2-ba67-d73794c67091-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}908ad86dc54afe189086ba2fa9537b80b78b3f13" 2018-09-04 10:27:52,664 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-b14d1dc2-13bd-478b-a794-67c03e39a21f Date: Tue, 04 Sep 2018 10:27:52 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"6201aa31-b0db-4ee2-9509-4ab28398d492","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"da1aa3dc9e564d3d922e61c0121a390e","status":"ACTIVE","subnets":["6a286bec-b0ff-428b-ac3d-00f7f08d7754"],"description":"","tags":[],"updated_at":"2018-09-04T10:27:38Z","provider:segmentation_id":43,"name":"NovaUtilsInstanceVolumeTests-5a69c5e6-ecaf-47a2-ba67-d73794c67091-net","admin_state_up":true,"tenant_id":"da1aa3dc9e564d3d922e61c0121a390e","created_at":"2018-09-04T10:27:37Z","provider:network_type":"vxlan"}]} 2018-09-04 10:27:52,664 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-5a69c5e6-ecaf-47a2-ba67-d73794c67091-net used request id req-b14d1dc2-13bd-478b-a794-67c03e39a21f 2018-09-04 10:27:52,668 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/da1aa3dc9e564d3d922e61c0121a390e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}908ad86dc54afe189086ba2fa9537b80b78b3f13" 2018-09-04 10:27:52,759 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:27:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-50e624b9-0d9c-4a73-9e56-6167c870c1d0 Content-Encoding: gzip Content-Length: 245 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.28:5000/v3/projects/da1aa3dc9e564d3d922e61c0121a390e"}, "enabled": true, "id": "da1aa3dc9e564d3d922e61c0121a390e", "parent_id": "default", "domain_id": "default", "name": "api_check-project_95790658-ea1a-473f-b71a-0aa15c3467f2"}} 2018-09-04 10:27:52,759 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/da1aa3dc9e564d3d922e61c0121a390e used request id req-50e624b9-0d9c-4a73-9e56-6167c870c1d0 2018-09-04 10:27:52,764 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=6201aa31-b0db-4ee2-9509-4ab28398d492 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}908ad86dc54afe189086ba2fa9537b80b78b3f13" 2018-09-04 10:27:52,812 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-b6c3e987-4a53-40e6-9756-4e0ad37c5a81 Date: Tue, 04 Sep 2018 10:27:52 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"6201aa31-b0db-4ee2-9509-4ab28398d492","tenant_id":"da1aa3dc9e564d3d922e61c0121a390e","created_at":"2018-09-04T10:27:38Z","dns_nameservers":[],"updated_at":"2018-09-04T10:27:38Z","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":"da1aa3dc9e564d3d922e61c0121a390e","id":"6a286bec-b0ff-428b-ac3d-00f7f08d7754","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-5a69c5e6-ecaf-47a2-ba67-d73794c67091-subnet"}]} 2018-09-04 10:27:52,812 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=6201aa31-b0db-4ee2-9509-4ab28398d492 used request id req-b6c3e987-4a53-40e6-9756-4e0ad37c5a81 2018-09-04 10:27:52,818 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?network_id=6201aa31-b0db-4ee2-9509-4ab28398d492&name=NovaUtilsInstanceVolumeTests-5a69c5e6-ecaf-47a2-ba67-d73794c67091-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}908ad86dc54afe189086ba2fa9537b80b78b3f13" 2018-09-04 10:27:53,040 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 861 X-Openstack-Request-Id: req-16ca474c-124d-4287-9103-5d7946fbee49 Date: Tue, 04 Sep 2018 10:27:53 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T10:27:51Z","device_owner":"","revision_number":3,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"6a286bec-b0ff-428b-ac3d-00f7f08d7754","ip_address":"10.55.0.5"}],"id":"a6dff4e0-a994-4ca1-9166-d6f59fe43d4a","security_groups":["a0350fb5-7963-482b-9b06-fea838951872"],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:b5:bc:9f","project_id":"da1aa3dc9e564d3d922e61c0121a390e","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"","name":"NovaUtilsInstanceVolumeTests-5a69c5e6-ecaf-47a2-ba67-d73794c67091-port","admin_state_up":true,"network_id":"6201aa31-b0db-4ee2-9509-4ab28398d492","tenant_id":"da1aa3dc9e564d3d922e61c0121a390e","created_at":"2018-09-04T10:27:51Z","binding:vnic_type":"normal"}]} 2018-09-04 10:27:53,040 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?network_id=6201aa31-b0db-4ee2-9509-4ab28398d492&name=NovaUtilsInstanceVolumeTests-5a69c5e6-ecaf-47a2-ba67-d73794c67091-port&admin_state_up=True used request id req-16ca474c-124d-4287-9103-5d7946fbee49 2018-09-04 10:27:53,044 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/da1aa3dc9e564d3d922e61c0121a390e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}908ad86dc54afe189086ba2fa9537b80b78b3f13" 2018-09-04 10:27:53,123 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:27:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e93efc59-98a4-4b33-9209-bfbf5e5bced0 Content-Encoding: gzip Content-Length: 245 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.28:5000/v3/projects/da1aa3dc9e564d3d922e61c0121a390e"}, "enabled": true, "id": "da1aa3dc9e564d3d922e61c0121a390e", "parent_id": "default", "domain_id": "default", "name": "api_check-project_95790658-ea1a-473f-b71a-0aa15c3467f2"}} 2018-09-04 10:27:53,123 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/da1aa3dc9e564d3d922e61c0121a390e used request id req-e93efc59-98a4-4b33-9209-bfbf5e5bced0 2018-09-04 10:27:53,124 - nova_utils - INFO - Creating VM with name - NovaUtilsInstanceVolumeTests-5a69c5e6-ecaf-47a2-ba67-d73794c67091-vm_inst 2018-09-04 10:27:53,127 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}908ad86dc54afe189086ba2fa9537b80b78b3f13" 2018-09-04 10:27:53,286 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:27: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-c51d5069-90af-4522-9866-33aba0795e04 x-compute-request-id: req-c51d5069-90af-4522-9866-33aba0795e04 Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"flavors": [{"id": "4544760d-177e-49a6-851a-256bdf0411c0", "links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/4544760d-177e-49a6-851a-256bdf0411c0", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/4544760d-177e-49a6-851a-256bdf0411c0", "rel": "bookmark"}], "name": "NovaUtilsInstanceVolumeTests-5a69c5e6-ecaf-47a2-ba67-d73794c67091-flavor"}]} 2018-09-04 10:27:53,286 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors used request id req-c51d5069-90af-4522-9866-33aba0795e04 2018-09-04 10:27:53,289 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/flavors/4544760d-177e-49a6-851a-256bdf0411c0 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}908ad86dc54afe189086ba2fa9537b80b78b3f13" 2018-09-04 10:27:53,312 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:27: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-3c88ca88-c611-4634-aa61-337d7511958f x-compute-request-id: req-3c88ca88-c611-4634-aa61-337d7511958f Content-Encoding: gzip Content-Length: 323 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/4544760d-177e-49a6-851a-256bdf0411c0", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/4544760d-177e-49a6-851a-256bdf0411c0", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "4544760d-177e-49a6-851a-256bdf0411c0", "name": "NovaUtilsInstanceVolumeTests-5a69c5e6-ecaf-47a2-ba67-d73794c67091-flavor", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-09-04 10:27:53,312 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors/4544760d-177e-49a6-851a-256bdf0411c0 used request id req-3c88ca88-c611-4634-aa61-337d7511958f 2018-09-04 10:27:53,315 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/images?limit=20&disk_format=qcow2&name=NovaUtilsInstanceVolumeTests-5a69c5e6-ecaf-47a2-ba67-d73794c67091-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}908ad86dc54afe189086ba2fa9537b80b78b3f13" 2018-09-04 10:27:53,482 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1066 Content-Type: application/json X-Openstack-Request-Id: req-3a89f829-ce83-4788-9a7d-e5cb4162d1a5 Date: Tue, 04 Sep 2018 10:27:53 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "NovaUtilsInstanceVolumeTests-5a69c5e6-ecaf-47a2-ba67-d73794c67091-image", "tags": [], "container_format": "bare", "created_at": "2018-09-04T10:27:32Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-09-04T10:27:34Z", "visibility": "shared", "locations": [{"url": "rbd://99671b03-94ed-44b3-b5f6-80b8e44d0570/images/b42fb1e7-eadd-4685-bdd8-24c9228621e7/snap", "metadata": {}}], "self": "/v2/images/b42fb1e7-eadd-4685-bdd8-24c9228621e7", "min_disk": 0, "protected": false, "id": "b42fb1e7-eadd-4685-bdd8-24c9228621e7", "file": "/v2/images/b42fb1e7-eadd-4685-bdd8-24c9228621e7/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "da1aa3dc9e564d3d922e61c0121a390e", "direct_url": "rbd://99671b03-94ed-44b3-b5f6-80b8e44d0570/images/b42fb1e7-eadd-4685-bdd8-24c9228621e7/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=NovaUtilsInstanceVolumeTests-5a69c5e6-ecaf-47a2-ba67-d73794c67091-image"} 2018-09-04 10:27:53,482 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images?limit=20&disk_format=qcow2&name=NovaUtilsInstanceVolumeTests-5a69c5e6-ecaf-47a2-ba67-d73794c67091-image used request id req-3a89f829-ce83-4788-9a7d-e5cb4162d1a5 2018-09-04 10:27:53,485 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}908ad86dc54afe189086ba2fa9537b80b78b3f13" 2018-09-04 10:27:54,068 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-94b245a9-830d-46ac-a1f2-f81a9c117586 Date: Tue, 04 Sep 2018 10:27: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-09-04 10:27:54,069 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/schemas/image used request id req-94b245a9-830d-46ac-a1f2-f81a9c117586 2018-09-04 10:27:54,071 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}908ad86dc54afe189086ba2fa9537b80b78b3f13" -d '{"server": {"name": "NovaUtilsInstanceVolumeTests-5a69c5e6-ecaf-47a2-ba67-d73794c67091-vm_inst", "imageRef": "b42fb1e7-eadd-4685-bdd8-24c9228621e7", "flavorRef": "4544760d-177e-49a6-851a-256bdf0411c0", "max_count": 1, "min_count": 1, "networks": [{"port": "a6dff4e0-a994-4ca1-9166-d6f59fe43d4a"}]}}' 2018-09-04 10:27:56,692 - novaclient.v2.client - DEBUG - RESP: [202] Date: Tue, 04 Sep 2018 10:27: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-92ed8197-ebcc-4cf7-bf18-66bb88b09dbf x-compute-request-id: req-92ed8197-ebcc-4cf7-bf18-66bb88b09dbf Content-Length: 374 location: http://172.30.9.28:8774/v2.1/servers/1067bff7-026a-4d7b-9182-913d8e8ae235 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "1067bff7-026a-4d7b-9182-913d8e8ae235", "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/1067bff7-026a-4d7b-9182-913d8e8ae235", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/1067bff7-026a-4d7b-9182-913d8e8ae235", "rel": "bookmark"}], "adminPass": "RY3Dzgb6hQXr"}} 2018-09-04 10:27:56,693 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers used request id req-92ed8197-ebcc-4cf7-bf18-66bb88b09dbf 2018-09-04 10:27:56,696 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/1067bff7-026a-4d7b-9182-913d8e8ae235 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}908ad86dc54afe189086ba2fa9537b80b78b3f13" 2018-09-04 10:27:56,938 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:27: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-8868abc0-c8e2-4cba-8151-283059525a31 x-compute-request-id: req-8868abc0-c8e2-4cba-8151-283059525a31 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.28:8774/v2.1/servers/1067bff7-026a-4d7b-9182-913d8e8ae235", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/1067bff7-026a-4d7b-9182-913d8e8ae235", "rel": "bookmark"}], "image": {"id": "b42fb1e7-eadd-4685-bdd8-24c9228621e7", "links": [{"href": "http://172.30.9.28:8774/images/b42fb1e7-eadd-4685-bdd8-24c9228621e7", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "4544760d-177e-49a6-851a-256bdf0411c0", "links": [{"href": "http://172.30.9.28:8774/flavors/4544760d-177e-49a6-851a-256bdf0411c0", "rel": "bookmark"}]}, "id": "1067bff7-026a-4d7b-9182-913d8e8ae235", "user_id": "6cb53a06110b45a6a2f21cb265048110", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-09-04T10:27:56Z", "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-5a69c5e6-ecaf-47a2-ba67-d73794c67091-vm_inst", "created": "2018-09-04T10:27:56Z", "tenant_id": "da1aa3dc9e564d3d922e61c0121a390e", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 10:27:56,938 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/1067bff7-026a-4d7b-9182-913d8e8ae235 used request id req-8868abc0-c8e2-4cba-8151-283059525a31 2018-09-04 10:27:56,939 - create_instance - INFO - Created instance with name - NovaUtilsInstanceVolumeTests-5a69c5e6-ecaf-47a2-ba67-d73794c67091-vm_inst 2018-09-04 10:27:56,941 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/1067bff7-026a-4d7b-9182-913d8e8ae235 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}908ad86dc54afe189086ba2fa9537b80b78b3f13" 2018-09-04 10:27:57,170 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:27: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-06c321cd-257a-4d62-b679-3657c5c07231 x-compute-request-id: req-06c321cd-257a-4d62-b679-3657c5c07231 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.28:8774/v2.1/servers/1067bff7-026a-4d7b-9182-913d8e8ae235", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/1067bff7-026a-4d7b-9182-913d8e8ae235", "rel": "bookmark"}], "image": {"id": "b42fb1e7-eadd-4685-bdd8-24c9228621e7", "links": [{"href": "http://172.30.9.28:8774/images/b42fb1e7-eadd-4685-bdd8-24c9228621e7", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "4544760d-177e-49a6-851a-256bdf0411c0", "links": [{"href": "http://172.30.9.28:8774/flavors/4544760d-177e-49a6-851a-256bdf0411c0", "rel": "bookmark"}]}, "id": "1067bff7-026a-4d7b-9182-913d8e8ae235", "user_id": "6cb53a06110b45a6a2f21cb265048110", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-09-04T10:27:56Z", "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-5a69c5e6-ecaf-47a2-ba67-d73794c67091-vm_inst", "created": "2018-09-04T10:27:56Z", "tenant_id": "da1aa3dc9e564d3d922e61c0121a390e", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 10:27:57,170 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/1067bff7-026a-4d7b-9182-913d8e8ae235 used request id req-06c321cd-257a-4d62-b679-3657c5c07231 2018-09-04 10:27:57,171 - create_instance - DEBUG - Instance status [NovaUtilsInstanceVolumeTests-5a69c5e6-ecaf-47a2-ba67-d73794c67091-vm_inst] is - BUILD 2018-09-04 10:27:57,171 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-09-04 10:28:00,174 - create_instance - DEBUG - VM status query timeout in 896.764669895 2018-09-04 10:28:00,177 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/1067bff7-026a-4d7b-9182-913d8e8ae235 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}908ad86dc54afe189086ba2fa9537b80b78b3f13" 2018-09-04 10:28:00,821 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:28:00 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-8c1cb6ff-8158-4b40-ade1-0bc4ac8be7e0 x-compute-request-id: req-8c1cb6ff-8158-4b40-ade1-0bc4ac8be7e0 Content-Encoding: gzip Content-Length: 746 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/1067bff7-026a-4d7b-9182-913d8e8ae235", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/1067bff7-026a-4d7b-9182-913d8e8ae235", "rel": "bookmark"}], "image": {"id": "b42fb1e7-eadd-4685-bdd8-24c9228621e7", "links": [{"href": "http://172.30.9.28:8774/images/b42fb1e7-eadd-4685-bdd8-24c9228621e7", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000006", "OS-SRV-USG:launched_at": null, "flavor": {"id": "4544760d-177e-49a6-851a-256bdf0411c0", "links": [{"href": "http://172.30.9.28:8774/flavors/4544760d-177e-49a6-851a-256bdf0411c0", "rel": "bookmark"}]}, "id": "1067bff7-026a-4d7b-9182-913d8e8ae235", "security_groups": [{"name": "default"}], "user_id": "6cb53a06110b45a6a2f21cb265048110", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-04T10:27:59Z", "hostId": "92be8ba6728a92d3ed5c720961d3a910e67ba0dffe84004d883f496d", "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-5a69c5e6-ecaf-47a2-ba67-d73794c67091-vm_inst", "created": "2018-09-04T10:27:56Z", "tenant_id": "da1aa3dc9e564d3d922e61c0121a390e", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 10:28:00,821 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/1067bff7-026a-4d7b-9182-913d8e8ae235 used request id req-8c1cb6ff-8158-4b40-ade1-0bc4ac8be7e0 2018-09-04 10:28:00,822 - create_instance - DEBUG - Instance status [NovaUtilsInstanceVolumeTests-5a69c5e6-ecaf-47a2-ba67-d73794c67091-vm_inst] is - BUILD 2018-09-04 10:28:00,822 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-09-04 10:28:03,825 - create_instance - DEBUG - VM status query timeout in 893.113734961 2018-09-04 10:28:03,828 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/1067bff7-026a-4d7b-9182-913d8e8ae235 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}908ad86dc54afe189086ba2fa9537b80b78b3f13" 2018-09-04 10:28:04,605 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:28:03 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-51190beb-7736-4076-b035-21e51e0bff96 x-compute-request-id: req-51190beb-7736-4076-b035-21e51e0bff96 Content-Encoding: gzip Content-Length: 819 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceVolumeTests-5a69c5e6-ecaf-47a2-ba67-d73794c67091-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b5:bc:9f", "version": 4, "addr": "10.55.0.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/1067bff7-026a-4d7b-9182-913d8e8ae235", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/1067bff7-026a-4d7b-9182-913d8e8ae235", "rel": "bookmark"}], "image": {"id": "b42fb1e7-eadd-4685-bdd8-24c9228621e7", "links": [{"href": "http://172.30.9.28:8774/images/b42fb1e7-eadd-4685-bdd8-24c9228621e7", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000006", "OS-SRV-USG:launched_at": "2018-09-04T10:28:03.000000", "flavor": {"id": "4544760d-177e-49a6-851a-256bdf0411c0", "links": [{"href": "http://172.30.9.28:8774/flavors/4544760d-177e-49a6-851a-256bdf0411c0", "rel": "bookmark"}]}, "id": "1067bff7-026a-4d7b-9182-913d8e8ae235", "security_groups": [{"name": "default"}], "user_id": "6cb53a06110b45a6a2f21cb265048110", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-04T10:28:03Z", "hostId": "92be8ba6728a92d3ed5c720961d3a910e67ba0dffe84004d883f496d", "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-5a69c5e6-ecaf-47a2-ba67-d73794c67091-vm_inst", "created": "2018-09-04T10:27:56Z", "tenant_id": "da1aa3dc9e564d3d922e61c0121a390e", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 10:28:04,605 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/1067bff7-026a-4d7b-9182-913d8e8ae235 used request id req-51190beb-7736-4076-b035-21e51e0bff96 2018-09-04 10:28:04,605 - create_instance - DEBUG - Instance status [NovaUtilsInstanceVolumeTests-5a69c5e6-ecaf-47a2-ba67-d73794c67091-vm_inst] is - ACTIVE 2018-09-04 10:28:04,605 - create_instance - INFO - VM is - ACTIVE 2018-09-04 10:28:04,608 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/1067bff7-026a-4d7b-9182-913d8e8ae235 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}908ad86dc54afe189086ba2fa9537b80b78b3f13" 2018-09-04 10:28:05,433 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:28: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-9f65ba01-5697-4726-b869-37f530ef0dc4 x-compute-request-id: req-9f65ba01-5697-4726-b869-37f530ef0dc4 Content-Encoding: gzip Content-Length: 819 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceVolumeTests-5a69c5e6-ecaf-47a2-ba67-d73794c67091-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b5:bc:9f", "version": 4, "addr": "10.55.0.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/1067bff7-026a-4d7b-9182-913d8e8ae235", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/1067bff7-026a-4d7b-9182-913d8e8ae235", "rel": "bookmark"}], "image": {"id": "b42fb1e7-eadd-4685-bdd8-24c9228621e7", "links": [{"href": "http://172.30.9.28:8774/images/b42fb1e7-eadd-4685-bdd8-24c9228621e7", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000006", "OS-SRV-USG:launched_at": "2018-09-04T10:28:03.000000", "flavor": {"id": "4544760d-177e-49a6-851a-256bdf0411c0", "links": [{"href": "http://172.30.9.28:8774/flavors/4544760d-177e-49a6-851a-256bdf0411c0", "rel": "bookmark"}]}, "id": "1067bff7-026a-4d7b-9182-913d8e8ae235", "security_groups": [{"name": "default"}], "user_id": "6cb53a06110b45a6a2f21cb265048110", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-04T10:28:03Z", "hostId": "92be8ba6728a92d3ed5c720961d3a910e67ba0dffe84004d883f496d", "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-5a69c5e6-ecaf-47a2-ba67-d73794c67091-vm_inst", "created": "2018-09-04T10:27:56Z", "tenant_id": "da1aa3dc9e564d3d922e61c0121a390e", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 10:28:05,434 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/1067bff7-026a-4d7b-9182-913d8e8ae235 used request id req-9f65ba01-5697-4726-b869-37f530ef0dc4 2018-09-04 10:28:05,439 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-5a69c5e6-ecaf-47a2-ba67-d73794c67091-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}908ad86dc54afe189086ba2fa9537b80b78b3f13" 2018-09-04 10:28:05,529 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-27bc04f6-c93b-4bbf-9939-3be14b73c964 Date: Tue, 04 Sep 2018 10:28:05 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"6201aa31-b0db-4ee2-9509-4ab28398d492","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"da1aa3dc9e564d3d922e61c0121a390e","status":"ACTIVE","subnets":["6a286bec-b0ff-428b-ac3d-00f7f08d7754"],"description":"","tags":[],"updated_at":"2018-09-04T10:27:38Z","provider:segmentation_id":43,"name":"NovaUtilsInstanceVolumeTests-5a69c5e6-ecaf-47a2-ba67-d73794c67091-net","admin_state_up":true,"tenant_id":"da1aa3dc9e564d3d922e61c0121a390e","created_at":"2018-09-04T10:27:37Z","provider:network_type":"vxlan"}]} 2018-09-04 10:28:05,529 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-5a69c5e6-ecaf-47a2-ba67-d73794c67091-net used request id req-27bc04f6-c93b-4bbf-9939-3be14b73c964 2018-09-04 10:28:05,533 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/da1aa3dc9e564d3d922e61c0121a390e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}908ad86dc54afe189086ba2fa9537b80b78b3f13" 2018-09-04 10:28:05,619 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:28:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cc8b11b1-e4aa-4b1a-bbb3-028b658f9af0 Content-Encoding: gzip Content-Length: 245 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.28:5000/v3/projects/da1aa3dc9e564d3d922e61c0121a390e"}, "enabled": true, "id": "da1aa3dc9e564d3d922e61c0121a390e", "parent_id": "default", "domain_id": "default", "name": "api_check-project_95790658-ea1a-473f-b71a-0aa15c3467f2"}} 2018-09-04 10:28:05,619 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/da1aa3dc9e564d3d922e61c0121a390e used request id req-cc8b11b1-e4aa-4b1a-bbb3-028b658f9af0 2018-09-04 10:28:05,625 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=6201aa31-b0db-4ee2-9509-4ab28398d492 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}908ad86dc54afe189086ba2fa9537b80b78b3f13" 2018-09-04 10:28:05,711 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-7bbabf43-b366-481d-bda3-20e6e7e8799e Date: Tue, 04 Sep 2018 10:28:05 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"6201aa31-b0db-4ee2-9509-4ab28398d492","tenant_id":"da1aa3dc9e564d3d922e61c0121a390e","created_at":"2018-09-04T10:27:38Z","dns_nameservers":[],"updated_at":"2018-09-04T10:27:38Z","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":"da1aa3dc9e564d3d922e61c0121a390e","id":"6a286bec-b0ff-428b-ac3d-00f7f08d7754","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-5a69c5e6-ecaf-47a2-ba67-d73794c67091-subnet"}]} 2018-09-04 10:28:05,711 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=6201aa31-b0db-4ee2-9509-4ab28398d492 used request id req-7bbabf43-b366-481d-bda3-20e6e7e8799e 2018-09-04 10:28:05,716 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?network_id=6201aa31-b0db-4ee2-9509-4ab28398d492 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}908ad86dc54afe189086ba2fa9537b80b78b3f13" 2018-09-04 10:28:05,919 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3534 X-Openstack-Request-Id: req-7e3cc0bb-fcbd-4ac6-b490-1b1101829982 Date: Tue, 04 Sep 2018 10:28:05 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T10:27:39Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"6a286bec-b0ff-428b-ac3d-00f7f08d7754","ip_address":"10.55.0.3"}],"id":"4650fbdc-6777-4eaf-af45-c982461568f7","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:25:84:9f","project_id":"da1aa3dc9e564d3d922e61c0121a390e","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-6201aa31-b0db-4ee2-9509-4ab28398d492","name":"","admin_state_up":true,"network_id":"6201aa31-b0db-4ee2-9509-4ab28398d492","tenant_id":"da1aa3dc9e564d3d922e61c0121a390e","created_at":"2018-09-04T10:27:39Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T10:27:39Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"6a286bec-b0ff-428b-ac3d-00f7f08d7754","ip_address":"10.55.0.2"}],"id":"6cdcac20-de70-4eed-8835-df7fb92919f4","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:53:5b:38","project_id":"da1aa3dc9e564d3d922e61c0121a390e","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-6201aa31-b0db-4ee2-9509-4ab28398d492","name":"","admin_state_up":true,"network_id":"6201aa31-b0db-4ee2-9509-4ab28398d492","tenant_id":"da1aa3dc9e564d3d922e61c0121a390e","created_at":"2018-09-04T10:27:38Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T10:27:40Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"6a286bec-b0ff-428b-ac3d-00f7f08d7754","ip_address":"10.55.0.4"}],"id":"8a700450-093e-4ff6-aa4e-f3d2ad380183","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:3b:5a:e7","project_id":"da1aa3dc9e564d3d922e61c0121a390e","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-6201aa31-b0db-4ee2-9509-4ab28398d492","name":"","admin_state_up":true,"network_id":"6201aa31-b0db-4ee2-9509-4ab28398d492","tenant_id":"da1aa3dc9e564d3d922e61c0121a390e","created_at":"2018-09-04T10:27:39Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T10:28:00Z","device_owner":"compute:nova","revision_number":5,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"6a286bec-b0ff-428b-ac3d-00f7f08d7754","ip_address":"10.55.0.5"}],"id":"a6dff4e0-a994-4ca1-9166-d6f59fe43d4a","security_groups":["a0350fb5-7963-482b-9b06-fea838951872"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:b5:bc:9f","project_id":"da1aa3dc9e564d3d922e61c0121a390e","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"device_id":"1067bff7-026a-4d7b-9182-913d8e8ae235","name":"NovaUtilsInstanceVolumeTests-5a69c5e6-ecaf-47a2-ba67-d73794c67091-port","admin_state_up":true,"network_id":"6201aa31-b0db-4ee2-9509-4ab28398d492","tenant_id":"da1aa3dc9e564d3d922e61c0121a390e","created_at":"2018-09-04T10:27:51Z","binding:vnic_type":"normal"}]} 2018-09-04 10:28:05,919 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?network_id=6201aa31-b0db-4ee2-9509-4ab28398d492 used request id req-7e3cc0bb-fcbd-4ac6-b490-1b1101829982 2018-09-04 10:28:05,920 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-09-04 10:28:06,307 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5ef645ad12fc453aa5d8a0c2cbf76196", "name": "heat_stack_owner"}, {"id": "9a944a8c31754b8f941d2fa9034d4301", "name": "Member"}, {"id": "3d416247e8224533841040c3ad2bce5a", "name": "admin"}], "expires_at": "2018-09-04T11:28:06.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "da1aa3dc9e564d3d922e61c0121a390e", "name": "api_check-project_95790658-ea1a-473f-b71a-0aa15c3467f2"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235635a698ef4bef9dc6b25273d185da"}, {"url": "http://192.30.9.6:8776/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "23b07b3fbfc340a58cf0f9b2871a0d23"}, {"url": "http://172.30.9.28:8776/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "72fd0aaa144d45419f4b04b6b26f69a7"}], "type": "volume", "id": "097241c25b4d4f7e91b3f8efa155909e", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v3/da1aa3dc9e564d3d922e61c0121a390e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93eb4cf3030a49e7840bec071422d397"}, {"url": "http://192.30.9.6:8776/v3/da1aa3dc9e564d3d922e61c0121a390e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8af439a6ac147fdbcb38ed9aa916b68"}, {"url": "http://192.30.9.6:8776/v3/da1aa3dc9e564d3d922e61c0121a390e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c4bfdbc9b7c74a23a40afdf578cfeba4"}], "type": "volumev3", "id": "1c85f4682ce44f729db1dabd98e965e8", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "82239574a29d4603a2161006f61851cf"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8d15f7134f364a7bbcfff2f84aac3bf2"}, {"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e01668c43a0c4c279b9a3d20a0280d6c"}], "type": "image", "id": "297d8415ca96454991054983920912f7", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7bb4d60e20734d4a9f31ec75e02cb823"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bf6adec15590466a9a0d3bddb00e8993"}, {"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f096f03a1d12411a8972f6f7c196b60d"}], "type": "policy", "id": "54c64351b56d44bbad74c2969cc3aa00", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "354ae6870a324fab82d0a0fb68ee0f26"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a3807e460dd4af488d982b66c52e64c"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e7c3da785076450abd71868e75ce0c33"}], "type": "cloudformation", "id": "6ac9917ae83c4639a15a4ab3cf0e76dd", "name": "heat-cfn"}, {"endpoints": [], "type": "metering", "id": "7fcc078e5e0645f29df67742ac14e388", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49e71628d386464cb950d6a9db00a328"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75b0a63ed8574bbcab1c851cc9b83d30"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9902b0a8b3c04cd192a1b84c417c232b"}], "type": "key-manager", "id": "9626544a32e74678a641c6e206f028a9", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "497340e5aa36485982fdf297f370558f"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7802beb4fc7c4952897b77bd5610b1fe"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c14af798917f4fa0b146d9772583e595"}], "type": "metric", "id": "973bfe8c658d4e5a8da725e76b9d550e", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "288ecc3674ea41d2aa3b790dcb832bf2"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7a6dc785cd7142f5b30f1a7ba0daeb03"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7f7d34e2351b4964befccc862c4e8e12"}], "type": "network", "id": "a348d7b06050474fb449be7f32ea6f5d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "21bce6ecb8464a1f8f3e3847aa698bd6"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0a8faf2246b47deb30e69e48d3551fb"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e71c6011de3d4d8589e5b53dcc79f288"}], "type": "identity", "id": "ad8d4b4953184137a1b913ecee9434ed", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "13474f9a78ca4f1184e4cddc84d0d98c"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad67365a18234bb78c336e6776958c00"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc54db13337f44f8921fbb9ad0f81de8"}], "type": "alarming", "id": "bb18dc3243034f08a6a7f69f7a1edccf", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0d91d7adf0304b2681c77f979e5cdb17"}, {"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "756e5ffca9774ab3ae2db41bf330417f"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c07c727a08c243b287827f539a124e63"}], "type": "placement", "id": "bb2c9432fcbd4c56913177122468f6ba", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1eed4912224b48cf9856446eae4d9928"}, {"url": "http://192.30.9.6:8004/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b73b7f99236541148d84f24f09e5dd40"}, {"url": "http://192.30.9.6:8004/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fbf12e52911244fdafc24a9d46f56e62"}], "type": "orchestration", "id": "c8918d139da945ba93df4ccce21d4904", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/da1aa3dc9e564d3d922e61c0121a390e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16bf098b9e2e490f8e47fa601059f975"}, {"url": "http://192.30.9.6:8776/v2/da1aa3dc9e564d3d922e61c0121a390e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc16fa4cf491444ca2f611d5692c1170"}, {"url": "http://192.30.9.6:8776/v2/da1aa3dc9e564d3d922e61c0121a390e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ccd2c5325dff4b90b391db9fdde67d99"}], "type": "volumev2", "id": "d09ac9123c34494abce21d6c27bee9d9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eac694332354a3aa0e61c31314166d7"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b4d4989c4e764717ab78d38675cadd3f"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff196e46b56d406d87a678f1a64497b0"}], "type": "compute", "id": "d4030ee932c84df58c5b910cc197caa7", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_95790658-ea1a-473f-b71a-0aa15c3467f2", "id": "6cb53a06110b45a6a2f21cb265048110"}, "audit_ids": ["PI3AxC59TgKUCLAWjL4EFw"], "issued_at": "2018-09-04T10:28:06.000000Z"}} 2018-09-04 10:28:06,308 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28: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}ce2779df7325c424d3923e9f905097e2aed3bf4a" 2018-09-04 10:28:06,385 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:28:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e7fe79af-f664-427a-a058-83d0cd1c3348 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.28:5000/v3/", "rel": "self"}]}} 2018-09-04 10:28:06,385 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-e7fe79af-f664-427a-a058-83d0cd1c3348 2018-09-04 10:28:06,389 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/1067bff7-026a-4d7b-9182-913d8e8ae235 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}908ad86dc54afe189086ba2fa9537b80b78b3f13" 2018-09-04 10:28:06,991 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:28: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-72c6bb1c-fa52-45e3-88c2-e984dea16b8a x-compute-request-id: req-72c6bb1c-fa52-45e3-88c2-e984dea16b8a Content-Encoding: gzip Content-Length: 819 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceVolumeTests-5a69c5e6-ecaf-47a2-ba67-d73794c67091-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b5:bc:9f", "version": 4, "addr": "10.55.0.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/1067bff7-026a-4d7b-9182-913d8e8ae235", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/1067bff7-026a-4d7b-9182-913d8e8ae235", "rel": "bookmark"}], "image": {"id": "b42fb1e7-eadd-4685-bdd8-24c9228621e7", "links": [{"href": "http://172.30.9.28:8774/images/b42fb1e7-eadd-4685-bdd8-24c9228621e7", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000006", "OS-SRV-USG:launched_at": "2018-09-04T10:28:03.000000", "flavor": {"id": "4544760d-177e-49a6-851a-256bdf0411c0", "links": [{"href": "http://172.30.9.28:8774/flavors/4544760d-177e-49a6-851a-256bdf0411c0", "rel": "bookmark"}]}, "id": "1067bff7-026a-4d7b-9182-913d8e8ae235", "security_groups": [{"name": "default"}], "user_id": "6cb53a06110b45a6a2f21cb265048110", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-04T10:28:03Z", "hostId": "92be8ba6728a92d3ed5c720961d3a910e67ba0dffe84004d883f496d", "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-5a69c5e6-ecaf-47a2-ba67-d73794c67091-vm_inst", "created": "2018-09-04T10:27:56Z", "tenant_id": "da1aa3dc9e564d3d922e61c0121a390e", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 10:28:06,991 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/1067bff7-026a-4d7b-9182-913d8e8ae235 used request id req-72c6bb1c-fa52-45e3-88c2-e984dea16b8a 2018-09-04 10:28:06,997 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-5a69c5e6-ecaf-47a2-ba67-d73794c67091-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}908ad86dc54afe189086ba2fa9537b80b78b3f13" 2018-09-04 10:28:07,219 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-e6e5c4d8-4990-4a92-82c5-0058829879f8 Date: Tue, 04 Sep 2018 10:28:07 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"6201aa31-b0db-4ee2-9509-4ab28398d492","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"da1aa3dc9e564d3d922e61c0121a390e","status":"ACTIVE","subnets":["6a286bec-b0ff-428b-ac3d-00f7f08d7754"],"description":"","tags":[],"updated_at":"2018-09-04T10:27:38Z","provider:segmentation_id":43,"name":"NovaUtilsInstanceVolumeTests-5a69c5e6-ecaf-47a2-ba67-d73794c67091-net","admin_state_up":true,"tenant_id":"da1aa3dc9e564d3d922e61c0121a390e","created_at":"2018-09-04T10:27:37Z","provider:network_type":"vxlan"}]} 2018-09-04 10:28:07,219 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-5a69c5e6-ecaf-47a2-ba67-d73794c67091-net used request id req-e6e5c4d8-4990-4a92-82c5-0058829879f8 2018-09-04 10:28:07,223 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/da1aa3dc9e564d3d922e61c0121a390e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}908ad86dc54afe189086ba2fa9537b80b78b3f13" 2018-09-04 10:28:07,311 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:28:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a4c4cf78-c405-4f88-a482-8a319d1fd535 Content-Encoding: gzip Content-Length: 245 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.28:5000/v3/projects/da1aa3dc9e564d3d922e61c0121a390e"}, "enabled": true, "id": "da1aa3dc9e564d3d922e61c0121a390e", "parent_id": "default", "domain_id": "default", "name": "api_check-project_95790658-ea1a-473f-b71a-0aa15c3467f2"}} 2018-09-04 10:28:07,311 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/da1aa3dc9e564d3d922e61c0121a390e used request id req-a4c4cf78-c405-4f88-a482-8a319d1fd535 2018-09-04 10:28:07,317 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=6201aa31-b0db-4ee2-9509-4ab28398d492 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}908ad86dc54afe189086ba2fa9537b80b78b3f13" 2018-09-04 10:28:07,373 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-30eac518-fec0-4967-9bd4-21ed87f086ce Date: Tue, 04 Sep 2018 10:28:07 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"6201aa31-b0db-4ee2-9509-4ab28398d492","tenant_id":"da1aa3dc9e564d3d922e61c0121a390e","created_at":"2018-09-04T10:27:38Z","dns_nameservers":[],"updated_at":"2018-09-04T10:27:38Z","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":"da1aa3dc9e564d3d922e61c0121a390e","id":"6a286bec-b0ff-428b-ac3d-00f7f08d7754","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-5a69c5e6-ecaf-47a2-ba67-d73794c67091-subnet"}]} 2018-09-04 10:28:07,373 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=6201aa31-b0db-4ee2-9509-4ab28398d492 used request id req-30eac518-fec0-4967-9bd4-21ed87f086ce 2018-09-04 10:28:07,379 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?network_id=6201aa31-b0db-4ee2-9509-4ab28398d492 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}908ad86dc54afe189086ba2fa9537b80b78b3f13" 2018-09-04 10:28:07,424 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3534 X-Openstack-Request-Id: req-e5608b72-ebc9-44ea-8f0d-1df410849f5d Date: Tue, 04 Sep 2018 10:28:07 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T10:27:39Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"6a286bec-b0ff-428b-ac3d-00f7f08d7754","ip_address":"10.55.0.3"}],"id":"4650fbdc-6777-4eaf-af45-c982461568f7","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:25:84:9f","project_id":"da1aa3dc9e564d3d922e61c0121a390e","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-6201aa31-b0db-4ee2-9509-4ab28398d492","name":"","admin_state_up":true,"network_id":"6201aa31-b0db-4ee2-9509-4ab28398d492","tenant_id":"da1aa3dc9e564d3d922e61c0121a390e","created_at":"2018-09-04T10:27:39Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T10:27:39Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"6a286bec-b0ff-428b-ac3d-00f7f08d7754","ip_address":"10.55.0.2"}],"id":"6cdcac20-de70-4eed-8835-df7fb92919f4","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:53:5b:38","project_id":"da1aa3dc9e564d3d922e61c0121a390e","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-6201aa31-b0db-4ee2-9509-4ab28398d492","name":"","admin_state_up":true,"network_id":"6201aa31-b0db-4ee2-9509-4ab28398d492","tenant_id":"da1aa3dc9e564d3d922e61c0121a390e","created_at":"2018-09-04T10:27:38Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T10:27:40Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"6a286bec-b0ff-428b-ac3d-00f7f08d7754","ip_address":"10.55.0.4"}],"id":"8a700450-093e-4ff6-aa4e-f3d2ad380183","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:3b:5a:e7","project_id":"da1aa3dc9e564d3d922e61c0121a390e","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-6201aa31-b0db-4ee2-9509-4ab28398d492","name":"","admin_state_up":true,"network_id":"6201aa31-b0db-4ee2-9509-4ab28398d492","tenant_id":"da1aa3dc9e564d3d922e61c0121a390e","created_at":"2018-09-04T10:27:39Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T10:28:00Z","device_owner":"compute:nova","revision_number":5,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"6a286bec-b0ff-428b-ac3d-00f7f08d7754","ip_address":"10.55.0.5"}],"id":"a6dff4e0-a994-4ca1-9166-d6f59fe43d4a","security_groups":["a0350fb5-7963-482b-9b06-fea838951872"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:b5:bc:9f","project_id":"da1aa3dc9e564d3d922e61c0121a390e","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"device_id":"1067bff7-026a-4d7b-9182-913d8e8ae235","name":"NovaUtilsInstanceVolumeTests-5a69c5e6-ecaf-47a2-ba67-d73794c67091-port","admin_state_up":true,"network_id":"6201aa31-b0db-4ee2-9509-4ab28398d492","tenant_id":"da1aa3dc9e564d3d922e61c0121a390e","created_at":"2018-09-04T10:27:51Z","binding:vnic_type":"normal"}]} 2018-09-04 10:28:07,424 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?network_id=6201aa31-b0db-4ee2-9509-4ab28398d492 used request id req-e5608b72-ebc9-44ea-8f0d-1df410849f5d 2018-09-04 10:28:07,428 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:8774/v2.1/servers/1067bff7-026a-4d7b-9182-913d8e8ae235/os-volume_attachments -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ce2779df7325c424d3923e9f905097e2aed3bf4a" -d '{"volumeAttachment": {"volumeId": "829af9af-6cdd-48cc-9783-e28abe452670"}}' 2018-09-04 10:28:09,430 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:28: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-353f0f7b-b6bc-4ea8-b44e-7550822eeb97 x-compute-request-id: req-353f0f7b-b6bc-4ea8-b44e-7550822eeb97 Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"volumeAttachment": {"device": "/dev/vdb", "serverId": "1067bff7-026a-4d7b-9182-913d8e8ae235", "id": "829af9af-6cdd-48cc-9783-e28abe452670", "volumeId": "829af9af-6cdd-48cc-9783-e28abe452670"}} 2018-09-04 10:28:09,430 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/1067bff7-026a-4d7b-9182-913d8e8ae235/os-volume_attachments used request id req-353f0f7b-b6bc-4ea8-b44e-7550822eeb97 2018-09-04 10:28:09,434 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/1067bff7-026a-4d7b-9182-913d8e8ae235 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ce2779df7325c424d3923e9f905097e2aed3bf4a" 2018-09-04 10:28:10,733 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:28: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-e20c5b01-5e96-47f3-a8e0-b6020a04b4ab x-compute-request-id: req-e20c5b01-5e96-47f3-a8e0-b6020a04b4ab Content-Encoding: gzip Content-Length: 846 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceVolumeTests-5a69c5e6-ecaf-47a2-ba67-d73794c67091-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b5:bc:9f", "version": 4, "addr": "10.55.0.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/1067bff7-026a-4d7b-9182-913d8e8ae235", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/1067bff7-026a-4d7b-9182-913d8e8ae235", "rel": "bookmark"}], "image": {"id": "b42fb1e7-eadd-4685-bdd8-24c9228621e7", "links": [{"href": "http://172.30.9.28:8774/images/b42fb1e7-eadd-4685-bdd8-24c9228621e7", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000006", "OS-SRV-USG:launched_at": "2018-09-04T10:28:03.000000", "flavor": {"id": "4544760d-177e-49a6-851a-256bdf0411c0", "links": [{"href": "http://172.30.9.28:8774/flavors/4544760d-177e-49a6-851a-256bdf0411c0", "rel": "bookmark"}]}, "id": "1067bff7-026a-4d7b-9182-913d8e8ae235", "security_groups": [{"name": "default"}], "user_id": "6cb53a06110b45a6a2f21cb265048110", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-04T10:28:03Z", "hostId": "92be8ba6728a92d3ed5c720961d3a910e67ba0dffe84004d883f496d", "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-5a69c5e6-ecaf-47a2-ba67-d73794c67091-vm_inst", "created": "2018-09-04T10:27:56Z", "tenant_id": "da1aa3dc9e564d3d922e61c0121a390e", "os-extended-volumes:volumes_attached": [{"id": "829af9af-6cdd-48cc-9783-e28abe452670"}], "metadata": {}}} 2018-09-04 10:28:10,733 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/1067bff7-026a-4d7b-9182-913d8e8ae235 used request id req-e20c5b01-5e96-47f3-a8e0-b6020a04b4ab 2018-09-04 10:28:10,738 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-5a69c5e6-ecaf-47a2-ba67-d73794c67091-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ce2779df7325c424d3923e9f905097e2aed3bf4a" 2018-09-04 10:28:10,815 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-b7eb195e-1e9c-4225-8494-478e7dfa059c Date: Tue, 04 Sep 2018 10:28:10 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"6201aa31-b0db-4ee2-9509-4ab28398d492","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"da1aa3dc9e564d3d922e61c0121a390e","status":"ACTIVE","subnets":["6a286bec-b0ff-428b-ac3d-00f7f08d7754"],"description":"","tags":[],"updated_at":"2018-09-04T10:27:38Z","provider:segmentation_id":43,"name":"NovaUtilsInstanceVolumeTests-5a69c5e6-ecaf-47a2-ba67-d73794c67091-net","admin_state_up":true,"tenant_id":"da1aa3dc9e564d3d922e61c0121a390e","created_at":"2018-09-04T10:27:37Z","provider:network_type":"vxlan"}]} 2018-09-04 10:28:10,815 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-5a69c5e6-ecaf-47a2-ba67-d73794c67091-net used request id req-b7eb195e-1e9c-4225-8494-478e7dfa059c 2018-09-04 10:28:10,818 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-04 10:28:10,823 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 04 Sep 2018 10:28: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.28: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.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-04 10:28:10,825 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/da1aa3dc9e564d3d922e61c0121a390e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ce2779df7325c424d3923e9f905097e2aed3bf4a" 2018-09-04 10:28:10,906 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:28:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-20d8a132-d82d-4e98-bc12-8a373219bcf7 Content-Encoding: gzip Content-Length: 245 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.28:5000/v3/projects/da1aa3dc9e564d3d922e61c0121a390e"}, "enabled": true, "id": "da1aa3dc9e564d3d922e61c0121a390e", "parent_id": "default", "domain_id": "default", "name": "api_check-project_95790658-ea1a-473f-b71a-0aa15c3467f2"}} 2018-09-04 10:28:10,906 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/da1aa3dc9e564d3d922e61c0121a390e used request id req-20d8a132-d82d-4e98-bc12-8a373219bcf7 2018-09-04 10:28:10,912 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=6201aa31-b0db-4ee2-9509-4ab28398d492 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ce2779df7325c424d3923e9f905097e2aed3bf4a" 2018-09-04 10:28:11,112 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-26681d4e-9223-4f54-a54f-23c1ec5d4f2b Date: Tue, 04 Sep 2018 10:28:11 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"6201aa31-b0db-4ee2-9509-4ab28398d492","tenant_id":"da1aa3dc9e564d3d922e61c0121a390e","created_at":"2018-09-04T10:27:38Z","dns_nameservers":[],"updated_at":"2018-09-04T10:27:38Z","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":"da1aa3dc9e564d3d922e61c0121a390e","id":"6a286bec-b0ff-428b-ac3d-00f7f08d7754","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-5a69c5e6-ecaf-47a2-ba67-d73794c67091-subnet"}]} 2018-09-04 10:28:11,112 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=6201aa31-b0db-4ee2-9509-4ab28398d492 used request id req-26681d4e-9223-4f54-a54f-23c1ec5d4f2b 2018-09-04 10:28:11,117 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?network_id=6201aa31-b0db-4ee2-9509-4ab28398d492 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ce2779df7325c424d3923e9f905097e2aed3bf4a" 2018-09-04 10:28:11,306 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3534 X-Openstack-Request-Id: req-a4188244-7dd0-47b0-a96a-062ff6800476 Date: Tue, 04 Sep 2018 10:28:11 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T10:27:39Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"6a286bec-b0ff-428b-ac3d-00f7f08d7754","ip_address":"10.55.0.3"}],"id":"4650fbdc-6777-4eaf-af45-c982461568f7","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:25:84:9f","project_id":"da1aa3dc9e564d3d922e61c0121a390e","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-6201aa31-b0db-4ee2-9509-4ab28398d492","name":"","admin_state_up":true,"network_id":"6201aa31-b0db-4ee2-9509-4ab28398d492","tenant_id":"da1aa3dc9e564d3d922e61c0121a390e","created_at":"2018-09-04T10:27:39Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T10:27:39Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"6a286bec-b0ff-428b-ac3d-00f7f08d7754","ip_address":"10.55.0.2"}],"id":"6cdcac20-de70-4eed-8835-df7fb92919f4","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:53:5b:38","project_id":"da1aa3dc9e564d3d922e61c0121a390e","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-6201aa31-b0db-4ee2-9509-4ab28398d492","name":"","admin_state_up":true,"network_id":"6201aa31-b0db-4ee2-9509-4ab28398d492","tenant_id":"da1aa3dc9e564d3d922e61c0121a390e","created_at":"2018-09-04T10:27:38Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T10:27:40Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"6a286bec-b0ff-428b-ac3d-00f7f08d7754","ip_address":"10.55.0.4"}],"id":"8a700450-093e-4ff6-aa4e-f3d2ad380183","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:3b:5a:e7","project_id":"da1aa3dc9e564d3d922e61c0121a390e","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-6201aa31-b0db-4ee2-9509-4ab28398d492","name":"","admin_state_up":true,"network_id":"6201aa31-b0db-4ee2-9509-4ab28398d492","tenant_id":"da1aa3dc9e564d3d922e61c0121a390e","created_at":"2018-09-04T10:27:39Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T10:28:00Z","device_owner":"compute:nova","revision_number":5,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"6a286bec-b0ff-428b-ac3d-00f7f08d7754","ip_address":"10.55.0.5"}],"id":"a6dff4e0-a994-4ca1-9166-d6f59fe43d4a","security_groups":["a0350fb5-7963-482b-9b06-fea838951872"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:b5:bc:9f","project_id":"da1aa3dc9e564d3d922e61c0121a390e","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"device_id":"1067bff7-026a-4d7b-9182-913d8e8ae235","name":"NovaUtilsInstanceVolumeTests-5a69c5e6-ecaf-47a2-ba67-d73794c67091-port","admin_state_up":true,"network_id":"6201aa31-b0db-4ee2-9509-4ab28398d492","tenant_id":"da1aa3dc9e564d3d922e61c0121a390e","created_at":"2018-09-04T10:27:51Z","binding:vnic_type":"normal"}]} 2018-09-04 10:28:11,306 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?network_id=6201aa31-b0db-4ee2-9509-4ab28398d492 used request id req-a4188244-7dd0-47b0-a96a-062ff6800476 2018-09-04 10:28:11,310 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8776/v3/da1aa3dc9e564d3d922e61c0121a390e/volumes/829af9af-6cdd-48cc-9783-e28abe452670 -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ce2779df7325c424d3923e9f905097e2aed3bf4a" 2018-09-04 10:28:12,068 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:28:11 GMT Server: Apache x-compute-request-id: req-988d4e81-8c42-4696-8909-099438d8909c OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-988d4e81-8c42-4696-8909-099438d8909c Content-Encoding: gzip Content-Length: 523 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.28:8776/v3/da1aa3dc9e564d3d922e61c0121a390e/volumes/829af9af-6cdd-48cc-9783-e28abe452670", "rel": "self"}, {"href": "http://172.30.9.28:8776/da1aa3dc9e564d3d922e61c0121a390e/volumes/829af9af-6cdd-48cc-9783-e28abe452670", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-09-04T10:28:09.000000", "replication_status": null, "snapshot_id": null, "id": "829af9af-6cdd-48cc-9783-e28abe452670", "size": 1, "user_id": "6cb53a06110b45a6a2f21cb265048110", "os-vol-tenant-attr:tenant_id": "da1aa3dc9e564d3d922e61c0121a390e", "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-5a69c5e6-ecaf-47a2-ba67-d73794c67091", "bootable": "false", "created_at": "2018-09-04T10:27:41.000000", "volume_type": null}} 2018-09-04 10:28:12,068 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/da1aa3dc9e564d3d922e61c0121a390e/volumes/829af9af-6cdd-48cc-9783-e28abe452670 used request id req-988d4e81-8c42-4696-8909-099438d8909c 2018-09-04 10:28:15,075 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8776/v3/da1aa3dc9e564d3d922e61c0121a390e/volumes/829af9af-6cdd-48cc-9783-e28abe452670 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-988d4e81-8c42-4696-8909-099438d8909c" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ce2779df7325c424d3923e9f905097e2aed3bf4a" 2018-09-04 10:28:15,827 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:28:15 GMT Server: Apache x-compute-request-id: req-1fbeee7f-6090-41e8-82b7-701a18c66d63 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-1fbeee7f-6090-41e8-82b7-701a18c66d63 Content-Encoding: gzip Content-Length: 624 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [{"server_id": "1067bff7-026a-4d7b-9182-913d8e8ae235", "attachment_id": "1ddf277d-f60c-4765-abb8-ed4c842656c6", "attached_at": "2018-09-04T10:28:13.000000", "host_name": null, "volume_id": "829af9af-6cdd-48cc-9783-e28abe452670", "device": "/dev/vdb", "id": "829af9af-6cdd-48cc-9783-e28abe452670"}], "links": [{"href": "http://172.30.9.28:8776/v3/da1aa3dc9e564d3d922e61c0121a390e/volumes/829af9af-6cdd-48cc-9783-e28abe452670", "rel": "self"}, {"href": "http://172.30.9.28:8776/da1aa3dc9e564d3d922e61c0121a390e/volumes/829af9af-6cdd-48cc-9783-e28abe452670", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-09-04T10:28:13.000000", "replication_status": null, "snapshot_id": null, "id": "829af9af-6cdd-48cc-9783-e28abe452670", "size": 1, "user_id": "6cb53a06110b45a6a2f21cb265048110", "os-vol-tenant-attr:tenant_id": "da1aa3dc9e564d3d922e61c0121a390e", "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-5a69c5e6-ecaf-47a2-ba67-d73794c67091", "bootable": "false", "created_at": "2018-09-04T10:27:41.000000", "volume_type": null}} 2018-09-04 10:28:15,827 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/da1aa3dc9e564d3d922e61c0121a390e/volumes/829af9af-6cdd-48cc-9783-e28abe452670 used request id req-1fbeee7f-6090-41e8-82b7-701a18c66d63 2018-09-04 10:28:15,828 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28: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}ce2779df7325c424d3923e9f905097e2aed3bf4a" 2018-09-04 10:28:15,990 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:28:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-08079245-c0ae-436e-8def-0932ce37a788 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.28:5000/v3/", "rel": "self"}]}} 2018-09-04 10:28:15,990 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-08079245-c0ae-436e-8def-0932ce37a788 2018-09-04 10:28:15,993 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/1067bff7-026a-4d7b-9182-913d8e8ae235 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}908ad86dc54afe189086ba2fa9537b80b78b3f13" 2018-09-04 10:28:16,556 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:28: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-a559d36d-d628-44c1-9c54-c883bf2898e6 x-compute-request-id: req-a559d36d-d628-44c1-9c54-c883bf2898e6 Content-Encoding: gzip Content-Length: 847 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceVolumeTests-5a69c5e6-ecaf-47a2-ba67-d73794c67091-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b5:bc:9f", "version": 4, "addr": "10.55.0.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/1067bff7-026a-4d7b-9182-913d8e8ae235", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/1067bff7-026a-4d7b-9182-913d8e8ae235", "rel": "bookmark"}], "image": {"id": "b42fb1e7-eadd-4685-bdd8-24c9228621e7", "links": [{"href": "http://172.30.9.28:8774/images/b42fb1e7-eadd-4685-bdd8-24c9228621e7", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000006", "OS-SRV-USG:launched_at": "2018-09-04T10:28:03.000000", "flavor": {"id": "4544760d-177e-49a6-851a-256bdf0411c0", "links": [{"href": "http://172.30.9.28:8774/flavors/4544760d-177e-49a6-851a-256bdf0411c0", "rel": "bookmark"}]}, "id": "1067bff7-026a-4d7b-9182-913d8e8ae235", "security_groups": [{"name": "default"}], "user_id": "6cb53a06110b45a6a2f21cb265048110", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-04T10:28:12Z", "hostId": "92be8ba6728a92d3ed5c720961d3a910e67ba0dffe84004d883f496d", "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-5a69c5e6-ecaf-47a2-ba67-d73794c67091-vm_inst", "created": "2018-09-04T10:27:56Z", "tenant_id": "da1aa3dc9e564d3d922e61c0121a390e", "os-extended-volumes:volumes_attached": [{"id": "829af9af-6cdd-48cc-9783-e28abe452670"}], "metadata": {}}} 2018-09-04 10:28:16,556 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/1067bff7-026a-4d7b-9182-913d8e8ae235 used request id req-a559d36d-d628-44c1-9c54-c883bf2898e6 2018-09-04 10:28:16,562 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-5a69c5e6-ecaf-47a2-ba67-d73794c67091-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}908ad86dc54afe189086ba2fa9537b80b78b3f13" 2018-09-04 10:28:16,642 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-fe5e7bbd-2aae-492e-9960-839b26132255 Date: Tue, 04 Sep 2018 10:28:16 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"6201aa31-b0db-4ee2-9509-4ab28398d492","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"da1aa3dc9e564d3d922e61c0121a390e","status":"ACTIVE","subnets":["6a286bec-b0ff-428b-ac3d-00f7f08d7754"],"description":"","tags":[],"updated_at":"2018-09-04T10:27:38Z","provider:segmentation_id":43,"name":"NovaUtilsInstanceVolumeTests-5a69c5e6-ecaf-47a2-ba67-d73794c67091-net","admin_state_up":true,"tenant_id":"da1aa3dc9e564d3d922e61c0121a390e","created_at":"2018-09-04T10:27:37Z","provider:network_type":"vxlan"}]} 2018-09-04 10:28:16,642 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-5a69c5e6-ecaf-47a2-ba67-d73794c67091-net used request id req-fe5e7bbd-2aae-492e-9960-839b26132255 2018-09-04 10:28:16,646 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/da1aa3dc9e564d3d922e61c0121a390e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}908ad86dc54afe189086ba2fa9537b80b78b3f13" 2018-09-04 10:28:16,727 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:28:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0eb43dfa-2957-4f87-a878-ad3b2d8f8aa9 Content-Encoding: gzip Content-Length: 245 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.28:5000/v3/projects/da1aa3dc9e564d3d922e61c0121a390e"}, "enabled": true, "id": "da1aa3dc9e564d3d922e61c0121a390e", "parent_id": "default", "domain_id": "default", "name": "api_check-project_95790658-ea1a-473f-b71a-0aa15c3467f2"}} 2018-09-04 10:28:16,727 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/da1aa3dc9e564d3d922e61c0121a390e used request id req-0eb43dfa-2957-4f87-a878-ad3b2d8f8aa9 2018-09-04 10:28:16,732 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=6201aa31-b0db-4ee2-9509-4ab28398d492 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}908ad86dc54afe189086ba2fa9537b80b78b3f13" 2018-09-04 10:28:16,945 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-1e2a723e-931f-4b29-86ec-fbfe670967ff Date: Tue, 04 Sep 2018 10:28:16 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"6201aa31-b0db-4ee2-9509-4ab28398d492","tenant_id":"da1aa3dc9e564d3d922e61c0121a390e","created_at":"2018-09-04T10:27:38Z","dns_nameservers":[],"updated_at":"2018-09-04T10:27:38Z","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":"da1aa3dc9e564d3d922e61c0121a390e","id":"6a286bec-b0ff-428b-ac3d-00f7f08d7754","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-5a69c5e6-ecaf-47a2-ba67-d73794c67091-subnet"}]} 2018-09-04 10:28:16,945 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=6201aa31-b0db-4ee2-9509-4ab28398d492 used request id req-1e2a723e-931f-4b29-86ec-fbfe670967ff 2018-09-04 10:28:16,950 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?network_id=6201aa31-b0db-4ee2-9509-4ab28398d492 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}908ad86dc54afe189086ba2fa9537b80b78b3f13" 2018-09-04 10:28:17,136 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3534 X-Openstack-Request-Id: req-6401dbd2-4875-4cd6-991c-9bc4a8c8f693 Date: Tue, 04 Sep 2018 10:28:17 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T10:27:39Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"6a286bec-b0ff-428b-ac3d-00f7f08d7754","ip_address":"10.55.0.3"}],"id":"4650fbdc-6777-4eaf-af45-c982461568f7","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:25:84:9f","project_id":"da1aa3dc9e564d3d922e61c0121a390e","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-6201aa31-b0db-4ee2-9509-4ab28398d492","name":"","admin_state_up":true,"network_id":"6201aa31-b0db-4ee2-9509-4ab28398d492","tenant_id":"da1aa3dc9e564d3d922e61c0121a390e","created_at":"2018-09-04T10:27:39Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T10:27:39Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"6a286bec-b0ff-428b-ac3d-00f7f08d7754","ip_address":"10.55.0.2"}],"id":"6cdcac20-de70-4eed-8835-df7fb92919f4","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:53:5b:38","project_id":"da1aa3dc9e564d3d922e61c0121a390e","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-6201aa31-b0db-4ee2-9509-4ab28398d492","name":"","admin_state_up":true,"network_id":"6201aa31-b0db-4ee2-9509-4ab28398d492","tenant_id":"da1aa3dc9e564d3d922e61c0121a390e","created_at":"2018-09-04T10:27:38Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T10:27:40Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"6a286bec-b0ff-428b-ac3d-00f7f08d7754","ip_address":"10.55.0.4"}],"id":"8a700450-093e-4ff6-aa4e-f3d2ad380183","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:3b:5a:e7","project_id":"da1aa3dc9e564d3d922e61c0121a390e","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-6201aa31-b0db-4ee2-9509-4ab28398d492","name":"","admin_state_up":true,"network_id":"6201aa31-b0db-4ee2-9509-4ab28398d492","tenant_id":"da1aa3dc9e564d3d922e61c0121a390e","created_at":"2018-09-04T10:27:39Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T10:28:00Z","device_owner":"compute:nova","revision_number":5,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"6a286bec-b0ff-428b-ac3d-00f7f08d7754","ip_address":"10.55.0.5"}],"id":"a6dff4e0-a994-4ca1-9166-d6f59fe43d4a","security_groups":["a0350fb5-7963-482b-9b06-fea838951872"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:b5:bc:9f","project_id":"da1aa3dc9e564d3d922e61c0121a390e","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"device_id":"1067bff7-026a-4d7b-9182-913d8e8ae235","name":"NovaUtilsInstanceVolumeTests-5a69c5e6-ecaf-47a2-ba67-d73794c67091-port","admin_state_up":true,"network_id":"6201aa31-b0db-4ee2-9509-4ab28398d492","tenant_id":"da1aa3dc9e564d3d922e61c0121a390e","created_at":"2018-09-04T10:27:51Z","binding:vnic_type":"normal"}]} 2018-09-04 10:28:17,136 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?network_id=6201aa31-b0db-4ee2-9509-4ab28398d492 used request id req-6401dbd2-4875-4cd6-991c-9bc4a8c8f693 2018-09-04 10:28:17,140 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/1067bff7-026a-4d7b-9182-913d8e8ae235 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ce2779df7325c424d3923e9f905097e2aed3bf4a" 2018-09-04 10:28:17,738 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:28:17 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-eb5adf8c-d5bc-4dfa-9ac2-e41194674b74 x-compute-request-id: req-eb5adf8c-d5bc-4dfa-9ac2-e41194674b74 Content-Encoding: gzip Content-Length: 847 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceVolumeTests-5a69c5e6-ecaf-47a2-ba67-d73794c67091-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b5:bc:9f", "version": 4, "addr": "10.55.0.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/1067bff7-026a-4d7b-9182-913d8e8ae235", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/1067bff7-026a-4d7b-9182-913d8e8ae235", "rel": "bookmark"}], "image": {"id": "b42fb1e7-eadd-4685-bdd8-24c9228621e7", "links": [{"href": "http://172.30.9.28:8774/images/b42fb1e7-eadd-4685-bdd8-24c9228621e7", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000006", "OS-SRV-USG:launched_at": "2018-09-04T10:28:03.000000", "flavor": {"id": "4544760d-177e-49a6-851a-256bdf0411c0", "links": [{"href": "http://172.30.9.28:8774/flavors/4544760d-177e-49a6-851a-256bdf0411c0", "rel": "bookmark"}]}, "id": "1067bff7-026a-4d7b-9182-913d8e8ae235", "security_groups": [{"name": "default"}], "user_id": "6cb53a06110b45a6a2f21cb265048110", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-04T10:28:12Z", "hostId": "92be8ba6728a92d3ed5c720961d3a910e67ba0dffe84004d883f496d", "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-5a69c5e6-ecaf-47a2-ba67-d73794c67091-vm_inst", "created": "2018-09-04T10:27:56Z", "tenant_id": "da1aa3dc9e564d3d922e61c0121a390e", "os-extended-volumes:volumes_attached": [{"id": "829af9af-6cdd-48cc-9783-e28abe452670"}], "metadata": {}}} 2018-09-04 10:28:17,738 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/1067bff7-026a-4d7b-9182-913d8e8ae235 used request id req-eb5adf8c-d5bc-4dfa-9ac2-e41194674b74 2018-09-04 10:28:17,743 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-5a69c5e6-ecaf-47a2-ba67-d73794c67091-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ce2779df7325c424d3923e9f905097e2aed3bf4a" 2018-09-04 10:28:17,822 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-6b0ccc91-e106-4895-975b-7f0b328d78d1 Date: Tue, 04 Sep 2018 10:28:17 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"6201aa31-b0db-4ee2-9509-4ab28398d492","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"da1aa3dc9e564d3d922e61c0121a390e","status":"ACTIVE","subnets":["6a286bec-b0ff-428b-ac3d-00f7f08d7754"],"description":"","tags":[],"updated_at":"2018-09-04T10:27:38Z","provider:segmentation_id":43,"name":"NovaUtilsInstanceVolumeTests-5a69c5e6-ecaf-47a2-ba67-d73794c67091-net","admin_state_up":true,"tenant_id":"da1aa3dc9e564d3d922e61c0121a390e","created_at":"2018-09-04T10:27:37Z","provider:network_type":"vxlan"}]} 2018-09-04 10:28:17,822 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-5a69c5e6-ecaf-47a2-ba67-d73794c67091-net used request id req-6b0ccc91-e106-4895-975b-7f0b328d78d1 2018-09-04 10:28:17,826 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/da1aa3dc9e564d3d922e61c0121a390e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ce2779df7325c424d3923e9f905097e2aed3bf4a" 2018-09-04 10:28:17,912 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:28:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0d46e716-204e-4491-9fd8-fb58973f528b Content-Encoding: gzip Content-Length: 245 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.28:5000/v3/projects/da1aa3dc9e564d3d922e61c0121a390e"}, "enabled": true, "id": "da1aa3dc9e564d3d922e61c0121a390e", "parent_id": "default", "domain_id": "default", "name": "api_check-project_95790658-ea1a-473f-b71a-0aa15c3467f2"}} 2018-09-04 10:28:17,912 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/da1aa3dc9e564d3d922e61c0121a390e used request id req-0d46e716-204e-4491-9fd8-fb58973f528b 2018-09-04 10:28:17,916 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=6201aa31-b0db-4ee2-9509-4ab28398d492 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ce2779df7325c424d3923e9f905097e2aed3bf4a" 2018-09-04 10:28:18,111 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-b413cb4d-898d-4f7b-9ba5-a87aeccb6c26 Date: Tue, 04 Sep 2018 10:28:18 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"6201aa31-b0db-4ee2-9509-4ab28398d492","tenant_id":"da1aa3dc9e564d3d922e61c0121a390e","created_at":"2018-09-04T10:27:38Z","dns_nameservers":[],"updated_at":"2018-09-04T10:27:38Z","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":"da1aa3dc9e564d3d922e61c0121a390e","id":"6a286bec-b0ff-428b-ac3d-00f7f08d7754","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-5a69c5e6-ecaf-47a2-ba67-d73794c67091-subnet"}]} 2018-09-04 10:28:18,111 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=6201aa31-b0db-4ee2-9509-4ab28398d492 used request id req-b413cb4d-898d-4f7b-9ba5-a87aeccb6c26 2018-09-04 10:28:18,116 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?network_id=6201aa31-b0db-4ee2-9509-4ab28398d492 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ce2779df7325c424d3923e9f905097e2aed3bf4a" 2018-09-04 10:28:18,304 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3534 X-Openstack-Request-Id: req-590943f5-20f8-475f-9747-4825b6256257 Date: Tue, 04 Sep 2018 10:28:18 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T10:27:39Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"6a286bec-b0ff-428b-ac3d-00f7f08d7754","ip_address":"10.55.0.3"}],"id":"4650fbdc-6777-4eaf-af45-c982461568f7","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:25:84:9f","project_id":"da1aa3dc9e564d3d922e61c0121a390e","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-6201aa31-b0db-4ee2-9509-4ab28398d492","name":"","admin_state_up":true,"network_id":"6201aa31-b0db-4ee2-9509-4ab28398d492","tenant_id":"da1aa3dc9e564d3d922e61c0121a390e","created_at":"2018-09-04T10:27:39Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T10:27:39Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"6a286bec-b0ff-428b-ac3d-00f7f08d7754","ip_address":"10.55.0.2"}],"id":"6cdcac20-de70-4eed-8835-df7fb92919f4","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:53:5b:38","project_id":"da1aa3dc9e564d3d922e61c0121a390e","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-6201aa31-b0db-4ee2-9509-4ab28398d492","name":"","admin_state_up":true,"network_id":"6201aa31-b0db-4ee2-9509-4ab28398d492","tenant_id":"da1aa3dc9e564d3d922e61c0121a390e","created_at":"2018-09-04T10:27:38Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T10:27:40Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"6a286bec-b0ff-428b-ac3d-00f7f08d7754","ip_address":"10.55.0.4"}],"id":"8a700450-093e-4ff6-aa4e-f3d2ad380183","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:3b:5a:e7","project_id":"da1aa3dc9e564d3d922e61c0121a390e","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-6201aa31-b0db-4ee2-9509-4ab28398d492","name":"","admin_state_up":true,"network_id":"6201aa31-b0db-4ee2-9509-4ab28398d492","tenant_id":"da1aa3dc9e564d3d922e61c0121a390e","created_at":"2018-09-04T10:27:39Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T10:28:00Z","device_owner":"compute:nova","revision_number":5,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"6a286bec-b0ff-428b-ac3d-00f7f08d7754","ip_address":"10.55.0.5"}],"id":"a6dff4e0-a994-4ca1-9166-d6f59fe43d4a","security_groups":["a0350fb5-7963-482b-9b06-fea838951872"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:b5:bc:9f","project_id":"da1aa3dc9e564d3d922e61c0121a390e","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"device_id":"1067bff7-026a-4d7b-9182-913d8e8ae235","name":"NovaUtilsInstanceVolumeTests-5a69c5e6-ecaf-47a2-ba67-d73794c67091-port","admin_state_up":true,"network_id":"6201aa31-b0db-4ee2-9509-4ab28398d492","tenant_id":"da1aa3dc9e564d3d922e61c0121a390e","created_at":"2018-09-04T10:27:51Z","binding:vnic_type":"normal"}]} 2018-09-04 10:28:18,304 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?network_id=6201aa31-b0db-4ee2-9509-4ab28398d492 used request id req-590943f5-20f8-475f-9747-4825b6256257 2018-09-04 10:28:18,307 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/1067bff7-026a-4d7b-9182-913d8e8ae235 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}908ad86dc54afe189086ba2fa9537b80b78b3f13" 2018-09-04 10:28:19,060 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:28:18 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-e3188a28-12a1-4e61-95e2-1c24bde9a696 x-compute-request-id: req-e3188a28-12a1-4e61-95e2-1c24bde9a696 Content-Encoding: gzip Content-Length: 847 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceVolumeTests-5a69c5e6-ecaf-47a2-ba67-d73794c67091-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b5:bc:9f", "version": 4, "addr": "10.55.0.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/1067bff7-026a-4d7b-9182-913d8e8ae235", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/1067bff7-026a-4d7b-9182-913d8e8ae235", "rel": "bookmark"}], "image": {"id": "b42fb1e7-eadd-4685-bdd8-24c9228621e7", "links": [{"href": "http://172.30.9.28:8774/images/b42fb1e7-eadd-4685-bdd8-24c9228621e7", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000006", "OS-SRV-USG:launched_at": "2018-09-04T10:28:03.000000", "flavor": {"id": "4544760d-177e-49a6-851a-256bdf0411c0", "links": [{"href": "http://172.30.9.28:8774/flavors/4544760d-177e-49a6-851a-256bdf0411c0", "rel": "bookmark"}]}, "id": "1067bff7-026a-4d7b-9182-913d8e8ae235", "security_groups": [{"name": "default"}], "user_id": "6cb53a06110b45a6a2f21cb265048110", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-04T10:28:12Z", "hostId": "92be8ba6728a92d3ed5c720961d3a910e67ba0dffe84004d883f496d", "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-5a69c5e6-ecaf-47a2-ba67-d73794c67091-vm_inst", "created": "2018-09-04T10:27:56Z", "tenant_id": "da1aa3dc9e564d3d922e61c0121a390e", "os-extended-volumes:volumes_attached": [{"id": "829af9af-6cdd-48cc-9783-e28abe452670"}], "metadata": {}}} 2018-09-04 10:28:19,060 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/1067bff7-026a-4d7b-9182-913d8e8ae235 used request id req-e3188a28-12a1-4e61-95e2-1c24bde9a696 2018-09-04 10:28:19,066 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-5a69c5e6-ecaf-47a2-ba67-d73794c67091-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}908ad86dc54afe189086ba2fa9537b80b78b3f13" 2018-09-04 10:28:19,306 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-038424eb-9d10-4fc7-bf43-3bbef0721695 Date: Tue, 04 Sep 2018 10:28:19 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"6201aa31-b0db-4ee2-9509-4ab28398d492","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"da1aa3dc9e564d3d922e61c0121a390e","status":"ACTIVE","subnets":["6a286bec-b0ff-428b-ac3d-00f7f08d7754"],"description":"","tags":[],"updated_at":"2018-09-04T10:27:38Z","provider:segmentation_id":43,"name":"NovaUtilsInstanceVolumeTests-5a69c5e6-ecaf-47a2-ba67-d73794c67091-net","admin_state_up":true,"tenant_id":"da1aa3dc9e564d3d922e61c0121a390e","created_at":"2018-09-04T10:27:37Z","provider:network_type":"vxlan"}]} 2018-09-04 10:28:19,306 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-5a69c5e6-ecaf-47a2-ba67-d73794c67091-net used request id req-038424eb-9d10-4fc7-bf43-3bbef0721695 2018-09-04 10:28:19,310 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/da1aa3dc9e564d3d922e61c0121a390e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}908ad86dc54afe189086ba2fa9537b80b78b3f13" 2018-09-04 10:28:19,397 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:28:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-86f0d1ef-b9ce-4ee0-a709-167c6e0bcd69 Content-Encoding: gzip Content-Length: 245 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.28:5000/v3/projects/da1aa3dc9e564d3d922e61c0121a390e"}, "enabled": true, "id": "da1aa3dc9e564d3d922e61c0121a390e", "parent_id": "default", "domain_id": "default", "name": "api_check-project_95790658-ea1a-473f-b71a-0aa15c3467f2"}} 2018-09-04 10:28:19,398 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/da1aa3dc9e564d3d922e61c0121a390e used request id req-86f0d1ef-b9ce-4ee0-a709-167c6e0bcd69 2018-09-04 10:28:19,403 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=6201aa31-b0db-4ee2-9509-4ab28398d492 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}908ad86dc54afe189086ba2fa9537b80b78b3f13" 2018-09-04 10:28:19,597 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-a2a808e3-2768-4b62-b490-0b70ff1b7dca Date: Tue, 04 Sep 2018 10:28:19 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"6201aa31-b0db-4ee2-9509-4ab28398d492","tenant_id":"da1aa3dc9e564d3d922e61c0121a390e","created_at":"2018-09-04T10:27:38Z","dns_nameservers":[],"updated_at":"2018-09-04T10:27:38Z","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":"da1aa3dc9e564d3d922e61c0121a390e","id":"6a286bec-b0ff-428b-ac3d-00f7f08d7754","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-5a69c5e6-ecaf-47a2-ba67-d73794c67091-subnet"}]} 2018-09-04 10:28:19,597 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=6201aa31-b0db-4ee2-9509-4ab28398d492 used request id req-a2a808e3-2768-4b62-b490-0b70ff1b7dca 2018-09-04 10:28:19,602 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?network_id=6201aa31-b0db-4ee2-9509-4ab28398d492 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}908ad86dc54afe189086ba2fa9537b80b78b3f13" 2018-09-04 10:28:19,811 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3534 X-Openstack-Request-Id: req-dd793a44-0164-4578-a098-ae5a3df2bd4d Date: Tue, 04 Sep 2018 10:28:19 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T10:27:39Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"6a286bec-b0ff-428b-ac3d-00f7f08d7754","ip_address":"10.55.0.3"}],"id":"4650fbdc-6777-4eaf-af45-c982461568f7","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:25:84:9f","project_id":"da1aa3dc9e564d3d922e61c0121a390e","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-6201aa31-b0db-4ee2-9509-4ab28398d492","name":"","admin_state_up":true,"network_id":"6201aa31-b0db-4ee2-9509-4ab28398d492","tenant_id":"da1aa3dc9e564d3d922e61c0121a390e","created_at":"2018-09-04T10:27:39Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T10:27:39Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"6a286bec-b0ff-428b-ac3d-00f7f08d7754","ip_address":"10.55.0.2"}],"id":"6cdcac20-de70-4eed-8835-df7fb92919f4","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:53:5b:38","project_id":"da1aa3dc9e564d3d922e61c0121a390e","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-6201aa31-b0db-4ee2-9509-4ab28398d492","name":"","admin_state_up":true,"network_id":"6201aa31-b0db-4ee2-9509-4ab28398d492","tenant_id":"da1aa3dc9e564d3d922e61c0121a390e","created_at":"2018-09-04T10:27:38Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T10:27:40Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"6a286bec-b0ff-428b-ac3d-00f7f08d7754","ip_address":"10.55.0.4"}],"id":"8a700450-093e-4ff6-aa4e-f3d2ad380183","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:3b:5a:e7","project_id":"da1aa3dc9e564d3d922e61c0121a390e","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-6201aa31-b0db-4ee2-9509-4ab28398d492","name":"","admin_state_up":true,"network_id":"6201aa31-b0db-4ee2-9509-4ab28398d492","tenant_id":"da1aa3dc9e564d3d922e61c0121a390e","created_at":"2018-09-04T10:27:39Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T10:28:00Z","device_owner":"compute:nova","revision_number":5,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"6a286bec-b0ff-428b-ac3d-00f7f08d7754","ip_address":"10.55.0.5"}],"id":"a6dff4e0-a994-4ca1-9166-d6f59fe43d4a","security_groups":["a0350fb5-7963-482b-9b06-fea838951872"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:b5:bc:9f","project_id":"da1aa3dc9e564d3d922e61c0121a390e","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"device_id":"1067bff7-026a-4d7b-9182-913d8e8ae235","name":"NovaUtilsInstanceVolumeTests-5a69c5e6-ecaf-47a2-ba67-d73794c67091-port","admin_state_up":true,"network_id":"6201aa31-b0db-4ee2-9509-4ab28398d492","tenant_id":"da1aa3dc9e564d3d922e61c0121a390e","created_at":"2018-09-04T10:27:51Z","binding:vnic_type":"normal"}]} 2018-09-04 10:28:19,811 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?network_id=6201aa31-b0db-4ee2-9509-4ab28398d492 used request id req-dd793a44-0164-4578-a098-ae5a3df2bd4d 2018-09-04 10:28:19,813 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:8774/v2.1/servers/1067bff7-026a-4d7b-9182-913d8e8ae235/os-volume_attachments/829af9af-6cdd-48cc-9783-e28abe452670 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ce2779df7325c424d3923e9f905097e2aed3bf4a" 2018-09-04 10:28:22,121 - novaclient.v2.client - DEBUG - RESP: [202] Date: Tue, 04 Sep 2018 10:28: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-dc7586f5-0533-49b2-b76e-1535798bac3f x-compute-request-id: req-dc7586f5-0533-49b2-b76e-1535798bac3f Content-Length: 0 Content-Type: application/json 2018-09-04 10:28:22,121 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/servers/1067bff7-026a-4d7b-9182-913d8e8ae235/os-volume_attachments/829af9af-6cdd-48cc-9783-e28abe452670 used request id req-dc7586f5-0533-49b2-b76e-1535798bac3f 2018-09-04 10:28:22,125 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/1067bff7-026a-4d7b-9182-913d8e8ae235 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ce2779df7325c424d3923e9f905097e2aed3bf4a" 2018-09-04 10:28:22,429 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:28: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-f875bca6-a0b8-4877-acd6-4821eacea628 x-compute-request-id: req-f875bca6-a0b8-4877-acd6-4821eacea628 Content-Encoding: gzip Content-Length: 847 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceVolumeTests-5a69c5e6-ecaf-47a2-ba67-d73794c67091-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b5:bc:9f", "version": 4, "addr": "10.55.0.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/1067bff7-026a-4d7b-9182-913d8e8ae235", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/1067bff7-026a-4d7b-9182-913d8e8ae235", "rel": "bookmark"}], "image": {"id": "b42fb1e7-eadd-4685-bdd8-24c9228621e7", "links": [{"href": "http://172.30.9.28:8774/images/b42fb1e7-eadd-4685-bdd8-24c9228621e7", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000006", "OS-SRV-USG:launched_at": "2018-09-04T10:28:03.000000", "flavor": {"id": "4544760d-177e-49a6-851a-256bdf0411c0", "links": [{"href": "http://172.30.9.28:8774/flavors/4544760d-177e-49a6-851a-256bdf0411c0", "rel": "bookmark"}]}, "id": "1067bff7-026a-4d7b-9182-913d8e8ae235", "security_groups": [{"name": "default"}], "user_id": "6cb53a06110b45a6a2f21cb265048110", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-04T10:28:12Z", "hostId": "92be8ba6728a92d3ed5c720961d3a910e67ba0dffe84004d883f496d", "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-5a69c5e6-ecaf-47a2-ba67-d73794c67091-vm_inst", "created": "2018-09-04T10:27:56Z", "tenant_id": "da1aa3dc9e564d3d922e61c0121a390e", "os-extended-volumes:volumes_attached": [{"id": "829af9af-6cdd-48cc-9783-e28abe452670"}], "metadata": {}}} 2018-09-04 10:28:22,430 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/1067bff7-026a-4d7b-9182-913d8e8ae235 used request id req-f875bca6-a0b8-4877-acd6-4821eacea628 2018-09-04 10:28:22,436 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-5a69c5e6-ecaf-47a2-ba67-d73794c67091-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ce2779df7325c424d3923e9f905097e2aed3bf4a" 2018-09-04 10:28:22,805 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-9c26c0ca-5a80-4778-9f2b-0f0f885cfd6e Date: Tue, 04 Sep 2018 10:28:22 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"6201aa31-b0db-4ee2-9509-4ab28398d492","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"da1aa3dc9e564d3d922e61c0121a390e","status":"ACTIVE","subnets":["6a286bec-b0ff-428b-ac3d-00f7f08d7754"],"description":"","tags":[],"updated_at":"2018-09-04T10:27:38Z","provider:segmentation_id":43,"name":"NovaUtilsInstanceVolumeTests-5a69c5e6-ecaf-47a2-ba67-d73794c67091-net","admin_state_up":true,"tenant_id":"da1aa3dc9e564d3d922e61c0121a390e","created_at":"2018-09-04T10:27:37Z","provider:network_type":"vxlan"}]} 2018-09-04 10:28:22,805 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-5a69c5e6-ecaf-47a2-ba67-d73794c67091-net used request id req-9c26c0ca-5a80-4778-9f2b-0f0f885cfd6e 2018-09-04 10:28:22,809 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/da1aa3dc9e564d3d922e61c0121a390e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ce2779df7325c424d3923e9f905097e2aed3bf4a" 2018-09-04 10:28:22,896 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:28:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-37e13fa3-171b-4744-819d-13f9f75a2182 Content-Encoding: gzip Content-Length: 245 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.28:5000/v3/projects/da1aa3dc9e564d3d922e61c0121a390e"}, "enabled": true, "id": "da1aa3dc9e564d3d922e61c0121a390e", "parent_id": "default", "domain_id": "default", "name": "api_check-project_95790658-ea1a-473f-b71a-0aa15c3467f2"}} 2018-09-04 10:28:22,896 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/da1aa3dc9e564d3d922e61c0121a390e used request id req-37e13fa3-171b-4744-819d-13f9f75a2182 2018-09-04 10:28:22,902 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=6201aa31-b0db-4ee2-9509-4ab28398d492 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ce2779df7325c424d3923e9f905097e2aed3bf4a" 2018-09-04 10:28:23,116 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-23a20d71-0de6-4f4d-9515-ee5bb99bb4ee Date: Tue, 04 Sep 2018 10:28:23 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"6201aa31-b0db-4ee2-9509-4ab28398d492","tenant_id":"da1aa3dc9e564d3d922e61c0121a390e","created_at":"2018-09-04T10:27:38Z","dns_nameservers":[],"updated_at":"2018-09-04T10:27:38Z","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":"da1aa3dc9e564d3d922e61c0121a390e","id":"6a286bec-b0ff-428b-ac3d-00f7f08d7754","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-5a69c5e6-ecaf-47a2-ba67-d73794c67091-subnet"}]} 2018-09-04 10:28:23,116 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=6201aa31-b0db-4ee2-9509-4ab28398d492 used request id req-23a20d71-0de6-4f4d-9515-ee5bb99bb4ee 2018-09-04 10:28:23,121 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?network_id=6201aa31-b0db-4ee2-9509-4ab28398d492 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ce2779df7325c424d3923e9f905097e2aed3bf4a" 2018-09-04 10:28:23,321 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3534 X-Openstack-Request-Id: req-9402e5ea-c8f5-47a6-826d-b98070b969dd Date: Tue, 04 Sep 2018 10:28:23 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T10:27:39Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"6a286bec-b0ff-428b-ac3d-00f7f08d7754","ip_address":"10.55.0.3"}],"id":"4650fbdc-6777-4eaf-af45-c982461568f7","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:25:84:9f","project_id":"da1aa3dc9e564d3d922e61c0121a390e","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-6201aa31-b0db-4ee2-9509-4ab28398d492","name":"","admin_state_up":true,"network_id":"6201aa31-b0db-4ee2-9509-4ab28398d492","tenant_id":"da1aa3dc9e564d3d922e61c0121a390e","created_at":"2018-09-04T10:27:39Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T10:27:39Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"6a286bec-b0ff-428b-ac3d-00f7f08d7754","ip_address":"10.55.0.2"}],"id":"6cdcac20-de70-4eed-8835-df7fb92919f4","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:53:5b:38","project_id":"da1aa3dc9e564d3d922e61c0121a390e","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-6201aa31-b0db-4ee2-9509-4ab28398d492","name":"","admin_state_up":true,"network_id":"6201aa31-b0db-4ee2-9509-4ab28398d492","tenant_id":"da1aa3dc9e564d3d922e61c0121a390e","created_at":"2018-09-04T10:27:38Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T10:27:40Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"6a286bec-b0ff-428b-ac3d-00f7f08d7754","ip_address":"10.55.0.4"}],"id":"8a700450-093e-4ff6-aa4e-f3d2ad380183","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:3b:5a:e7","project_id":"da1aa3dc9e564d3d922e61c0121a390e","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-6201aa31-b0db-4ee2-9509-4ab28398d492","name":"","admin_state_up":true,"network_id":"6201aa31-b0db-4ee2-9509-4ab28398d492","tenant_id":"da1aa3dc9e564d3d922e61c0121a390e","created_at":"2018-09-04T10:27:39Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T10:28:00Z","device_owner":"compute:nova","revision_number":5,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"6a286bec-b0ff-428b-ac3d-00f7f08d7754","ip_address":"10.55.0.5"}],"id":"a6dff4e0-a994-4ca1-9166-d6f59fe43d4a","security_groups":["a0350fb5-7963-482b-9b06-fea838951872"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:b5:bc:9f","project_id":"da1aa3dc9e564d3d922e61c0121a390e","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"device_id":"1067bff7-026a-4d7b-9182-913d8e8ae235","name":"NovaUtilsInstanceVolumeTests-5a69c5e6-ecaf-47a2-ba67-d73794c67091-port","admin_state_up":true,"network_id":"6201aa31-b0db-4ee2-9509-4ab28398d492","tenant_id":"da1aa3dc9e564d3d922e61c0121a390e","created_at":"2018-09-04T10:27:51Z","binding:vnic_type":"normal"}]} 2018-09-04 10:28:23,321 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?network_id=6201aa31-b0db-4ee2-9509-4ab28398d492 used request id req-9402e5ea-c8f5-47a6-826d-b98070b969dd 2018-09-04 10:28:26,328 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/1067bff7-026a-4d7b-9182-913d8e8ae235 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ce2779df7325c424d3923e9f905097e2aed3bf4a" 2018-09-04 10:28:26,985 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:28:26 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-0961052d-2b24-4605-97bd-5bcfd2555cf7 x-compute-request-id: req-0961052d-2b24-4605-97bd-5bcfd2555cf7 Content-Encoding: gzip Content-Length: 821 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceVolumeTests-5a69c5e6-ecaf-47a2-ba67-d73794c67091-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b5:bc:9f", "version": 4, "addr": "10.55.0.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/1067bff7-026a-4d7b-9182-913d8e8ae235", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/1067bff7-026a-4d7b-9182-913d8e8ae235", "rel": "bookmark"}], "image": {"id": "b42fb1e7-eadd-4685-bdd8-24c9228621e7", "links": [{"href": "http://172.30.9.28:8774/images/b42fb1e7-eadd-4685-bdd8-24c9228621e7", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000006", "OS-SRV-USG:launched_at": "2018-09-04T10:28:03.000000", "flavor": {"id": "4544760d-177e-49a6-851a-256bdf0411c0", "links": [{"href": "http://172.30.9.28:8774/flavors/4544760d-177e-49a6-851a-256bdf0411c0", "rel": "bookmark"}]}, "id": "1067bff7-026a-4d7b-9182-913d8e8ae235", "security_groups": [{"name": "default"}], "user_id": "6cb53a06110b45a6a2f21cb265048110", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-04T10:28:12Z", "hostId": "92be8ba6728a92d3ed5c720961d3a910e67ba0dffe84004d883f496d", "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-5a69c5e6-ecaf-47a2-ba67-d73794c67091-vm_inst", "created": "2018-09-04T10:27:56Z", "tenant_id": "da1aa3dc9e564d3d922e61c0121a390e", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 10:28:26,986 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/1067bff7-026a-4d7b-9182-913d8e8ae235 used request id req-0961052d-2b24-4605-97bd-5bcfd2555cf7 2018-09-04 10:28:26,991 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-5a69c5e6-ecaf-47a2-ba67-d73794c67091-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ce2779df7325c424d3923e9f905097e2aed3bf4a" 2018-09-04 10:28:27,241 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-3ea31f9a-ae5d-4ad2-8325-18834966e974 Date: Tue, 04 Sep 2018 10:28:27 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"6201aa31-b0db-4ee2-9509-4ab28398d492","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"da1aa3dc9e564d3d922e61c0121a390e","status":"ACTIVE","subnets":["6a286bec-b0ff-428b-ac3d-00f7f08d7754"],"description":"","tags":[],"updated_at":"2018-09-04T10:27:38Z","provider:segmentation_id":43,"name":"NovaUtilsInstanceVolumeTests-5a69c5e6-ecaf-47a2-ba67-d73794c67091-net","admin_state_up":true,"tenant_id":"da1aa3dc9e564d3d922e61c0121a390e","created_at":"2018-09-04T10:27:37Z","provider:network_type":"vxlan"}]} 2018-09-04 10:28:27,241 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-5a69c5e6-ecaf-47a2-ba67-d73794c67091-net used request id req-3ea31f9a-ae5d-4ad2-8325-18834966e974 2018-09-04 10:28:27,245 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/da1aa3dc9e564d3d922e61c0121a390e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ce2779df7325c424d3923e9f905097e2aed3bf4a" 2018-09-04 10:28:27,329 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:28:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9807776b-bd08-401e-aa8e-cf3114020874 Content-Encoding: gzip Content-Length: 245 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.28:5000/v3/projects/da1aa3dc9e564d3d922e61c0121a390e"}, "enabled": true, "id": "da1aa3dc9e564d3d922e61c0121a390e", "parent_id": "default", "domain_id": "default", "name": "api_check-project_95790658-ea1a-473f-b71a-0aa15c3467f2"}} 2018-09-04 10:28:27,329 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/da1aa3dc9e564d3d922e61c0121a390e used request id req-9807776b-bd08-401e-aa8e-cf3114020874 2018-09-04 10:28:27,334 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=6201aa31-b0db-4ee2-9509-4ab28398d492 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ce2779df7325c424d3923e9f905097e2aed3bf4a" 2018-09-04 10:28:27,526 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-daf1b7ab-6cdc-4758-bbe2-ea8ac4805bb3 Date: Tue, 04 Sep 2018 10:28:27 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"6201aa31-b0db-4ee2-9509-4ab28398d492","tenant_id":"da1aa3dc9e564d3d922e61c0121a390e","created_at":"2018-09-04T10:27:38Z","dns_nameservers":[],"updated_at":"2018-09-04T10:27:38Z","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":"da1aa3dc9e564d3d922e61c0121a390e","id":"6a286bec-b0ff-428b-ac3d-00f7f08d7754","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-5a69c5e6-ecaf-47a2-ba67-d73794c67091-subnet"}]} 2018-09-04 10:28:27,527 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=6201aa31-b0db-4ee2-9509-4ab28398d492 used request id req-daf1b7ab-6cdc-4758-bbe2-ea8ac4805bb3 2018-09-04 10:28:27,532 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?network_id=6201aa31-b0db-4ee2-9509-4ab28398d492 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ce2779df7325c424d3923e9f905097e2aed3bf4a" 2018-09-04 10:28:27,733 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3534 X-Openstack-Request-Id: req-fec86e7f-8ef8-4633-9d26-e7a2a2764cb1 Date: Tue, 04 Sep 2018 10:28:27 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T10:27:39Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"6a286bec-b0ff-428b-ac3d-00f7f08d7754","ip_address":"10.55.0.3"}],"id":"4650fbdc-6777-4eaf-af45-c982461568f7","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:25:84:9f","project_id":"da1aa3dc9e564d3d922e61c0121a390e","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-6201aa31-b0db-4ee2-9509-4ab28398d492","name":"","admin_state_up":true,"network_id":"6201aa31-b0db-4ee2-9509-4ab28398d492","tenant_id":"da1aa3dc9e564d3d922e61c0121a390e","created_at":"2018-09-04T10:27:39Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T10:27:39Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"6a286bec-b0ff-428b-ac3d-00f7f08d7754","ip_address":"10.55.0.2"}],"id":"6cdcac20-de70-4eed-8835-df7fb92919f4","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:53:5b:38","project_id":"da1aa3dc9e564d3d922e61c0121a390e","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-6201aa31-b0db-4ee2-9509-4ab28398d492","name":"","admin_state_up":true,"network_id":"6201aa31-b0db-4ee2-9509-4ab28398d492","tenant_id":"da1aa3dc9e564d3d922e61c0121a390e","created_at":"2018-09-04T10:27:38Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T10:27:40Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"6a286bec-b0ff-428b-ac3d-00f7f08d7754","ip_address":"10.55.0.4"}],"id":"8a700450-093e-4ff6-aa4e-f3d2ad380183","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:3b:5a:e7","project_id":"da1aa3dc9e564d3d922e61c0121a390e","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-6201aa31-b0db-4ee2-9509-4ab28398d492","name":"","admin_state_up":true,"network_id":"6201aa31-b0db-4ee2-9509-4ab28398d492","tenant_id":"da1aa3dc9e564d3d922e61c0121a390e","created_at":"2018-09-04T10:27:39Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T10:28:00Z","device_owner":"compute:nova","revision_number":5,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"6a286bec-b0ff-428b-ac3d-00f7f08d7754","ip_address":"10.55.0.5"}],"id":"a6dff4e0-a994-4ca1-9166-d6f59fe43d4a","security_groups":["a0350fb5-7963-482b-9b06-fea838951872"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:b5:bc:9f","project_id":"da1aa3dc9e564d3d922e61c0121a390e","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"device_id":"1067bff7-026a-4d7b-9182-913d8e8ae235","name":"NovaUtilsInstanceVolumeTests-5a69c5e6-ecaf-47a2-ba67-d73794c67091-port","admin_state_up":true,"network_id":"6201aa31-b0db-4ee2-9509-4ab28398d492","tenant_id":"da1aa3dc9e564d3d922e61c0121a390e","created_at":"2018-09-04T10:27:51Z","binding:vnic_type":"normal"}]} 2018-09-04 10:28:27,733 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?network_id=6201aa31-b0db-4ee2-9509-4ab28398d492 used request id req-fec86e7f-8ef8-4633-9d26-e7a2a2764cb1 2018-09-04 10:28:27,737 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8776/v3/da1aa3dc9e564d3d922e61c0121a390e/volumes/829af9af-6cdd-48cc-9783-e28abe452670 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-988d4e81-8c42-4696-8909-099438d8909c" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ce2779df7325c424d3923e9f905097e2aed3bf4a" 2018-09-04 10:28:28,485 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:28:27 GMT Server: Apache x-compute-request-id: req-a5977917-3eae-496c-a4f8-4b9340d41cbe OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-a5977917-3eae-496c-a4f8-4b9340d41cbe Content-Encoding: gzip Content-Length: 522 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.28:8776/v3/da1aa3dc9e564d3d922e61c0121a390e/volumes/829af9af-6cdd-48cc-9783-e28abe452670", "rel": "self"}, {"href": "http://172.30.9.28:8776/da1aa3dc9e564d3d922e61c0121a390e/volumes/829af9af-6cdd-48cc-9783-e28abe452670", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-09-04T10:28:22.000000", "replication_status": null, "snapshot_id": null, "id": "829af9af-6cdd-48cc-9783-e28abe452670", "size": 1, "user_id": "6cb53a06110b45a6a2f21cb265048110", "os-vol-tenant-attr:tenant_id": "da1aa3dc9e564d3d922e61c0121a390e", "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-5a69c5e6-ecaf-47a2-ba67-d73794c67091", "bootable": "false", "created_at": "2018-09-04T10:27:41.000000", "volume_type": null}} 2018-09-04 10:28:28,485 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/da1aa3dc9e564d3d922e61c0121a390e/volumes/829af9af-6cdd-48cc-9783-e28abe452670 used request id req-a5977917-3eae-496c-a4f8-4b9340d41cbe 2018-09-04 10:28:28,488 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/1067bff7-026a-4d7b-9182-913d8e8ae235 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}908ad86dc54afe189086ba2fa9537b80b78b3f13" 2018-09-04 10:28:28,929 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:28: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-2901062b-4217-4d79-a665-911467db55cb x-compute-request-id: req-2901062b-4217-4d79-a665-911467db55cb Content-Encoding: gzip Content-Length: 821 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceVolumeTests-5a69c5e6-ecaf-47a2-ba67-d73794c67091-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b5:bc:9f", "version": 4, "addr": "10.55.0.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/1067bff7-026a-4d7b-9182-913d8e8ae235", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/1067bff7-026a-4d7b-9182-913d8e8ae235", "rel": "bookmark"}], "image": {"id": "b42fb1e7-eadd-4685-bdd8-24c9228621e7", "links": [{"href": "http://172.30.9.28:8774/images/b42fb1e7-eadd-4685-bdd8-24c9228621e7", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000006", "OS-SRV-USG:launched_at": "2018-09-04T10:28:03.000000", "flavor": {"id": "4544760d-177e-49a6-851a-256bdf0411c0", "links": [{"href": "http://172.30.9.28:8774/flavors/4544760d-177e-49a6-851a-256bdf0411c0", "rel": "bookmark"}]}, "id": "1067bff7-026a-4d7b-9182-913d8e8ae235", "security_groups": [{"name": "default"}], "user_id": "6cb53a06110b45a6a2f21cb265048110", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-04T10:28:12Z", "hostId": "92be8ba6728a92d3ed5c720961d3a910e67ba0dffe84004d883f496d", "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-5a69c5e6-ecaf-47a2-ba67-d73794c67091-vm_inst", "created": "2018-09-04T10:27:56Z", "tenant_id": "da1aa3dc9e564d3d922e61c0121a390e", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 10:28:28,929 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/1067bff7-026a-4d7b-9182-913d8e8ae235 used request id req-2901062b-4217-4d79-a665-911467db55cb 2018-09-04 10:28:28,935 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-5a69c5e6-ecaf-47a2-ba67-d73794c67091-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}908ad86dc54afe189086ba2fa9537b80b78b3f13" 2018-09-04 10:28:29,154 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-543066d6-7c45-4f32-8e01-eb9529ae5868 Date: Tue, 04 Sep 2018 10:28:29 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"6201aa31-b0db-4ee2-9509-4ab28398d492","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"da1aa3dc9e564d3d922e61c0121a390e","status":"ACTIVE","subnets":["6a286bec-b0ff-428b-ac3d-00f7f08d7754"],"description":"","tags":[],"updated_at":"2018-09-04T10:27:38Z","provider:segmentation_id":43,"name":"NovaUtilsInstanceVolumeTests-5a69c5e6-ecaf-47a2-ba67-d73794c67091-net","admin_state_up":true,"tenant_id":"da1aa3dc9e564d3d922e61c0121a390e","created_at":"2018-09-04T10:27:37Z","provider:network_type":"vxlan"}]} 2018-09-04 10:28:29,154 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-5a69c5e6-ecaf-47a2-ba67-d73794c67091-net used request id req-543066d6-7c45-4f32-8e01-eb9529ae5868 2018-09-04 10:28:29,158 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/da1aa3dc9e564d3d922e61c0121a390e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}908ad86dc54afe189086ba2fa9537b80b78b3f13" 2018-09-04 10:28:29,246 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:28:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2c28b9df-0f8f-4195-b0b7-a419ccd20c16 Content-Encoding: gzip Content-Length: 245 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.28:5000/v3/projects/da1aa3dc9e564d3d922e61c0121a390e"}, "enabled": true, "id": "da1aa3dc9e564d3d922e61c0121a390e", "parent_id": "default", "domain_id": "default", "name": "api_check-project_95790658-ea1a-473f-b71a-0aa15c3467f2"}} 2018-09-04 10:28:29,246 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/da1aa3dc9e564d3d922e61c0121a390e used request id req-2c28b9df-0f8f-4195-b0b7-a419ccd20c16 2018-09-04 10:28:29,251 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=6201aa31-b0db-4ee2-9509-4ab28398d492 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}908ad86dc54afe189086ba2fa9537b80b78b3f13" 2018-09-04 10:28:29,449 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-e334bafc-92c5-47b1-82c3-a1079330b40d Date: Tue, 04 Sep 2018 10:28:29 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"6201aa31-b0db-4ee2-9509-4ab28398d492","tenant_id":"da1aa3dc9e564d3d922e61c0121a390e","created_at":"2018-09-04T10:27:38Z","dns_nameservers":[],"updated_at":"2018-09-04T10:27:38Z","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":"da1aa3dc9e564d3d922e61c0121a390e","id":"6a286bec-b0ff-428b-ac3d-00f7f08d7754","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-5a69c5e6-ecaf-47a2-ba67-d73794c67091-subnet"}]} 2018-09-04 10:28:29,449 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=6201aa31-b0db-4ee2-9509-4ab28398d492 used request id req-e334bafc-92c5-47b1-82c3-a1079330b40d 2018-09-04 10:28:29,454 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?network_id=6201aa31-b0db-4ee2-9509-4ab28398d492 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}908ad86dc54afe189086ba2fa9537b80b78b3f13" 2018-09-04 10:28:29,499 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3534 X-Openstack-Request-Id: req-97235d2d-33f1-4d8b-b94b-cacda87c98c0 Date: Tue, 04 Sep 2018 10:28:29 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T10:27:39Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"6a286bec-b0ff-428b-ac3d-00f7f08d7754","ip_address":"10.55.0.3"}],"id":"4650fbdc-6777-4eaf-af45-c982461568f7","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:25:84:9f","project_id":"da1aa3dc9e564d3d922e61c0121a390e","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-6201aa31-b0db-4ee2-9509-4ab28398d492","name":"","admin_state_up":true,"network_id":"6201aa31-b0db-4ee2-9509-4ab28398d492","tenant_id":"da1aa3dc9e564d3d922e61c0121a390e","created_at":"2018-09-04T10:27:39Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T10:27:39Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"6a286bec-b0ff-428b-ac3d-00f7f08d7754","ip_address":"10.55.0.2"}],"id":"6cdcac20-de70-4eed-8835-df7fb92919f4","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:53:5b:38","project_id":"da1aa3dc9e564d3d922e61c0121a390e","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-6201aa31-b0db-4ee2-9509-4ab28398d492","name":"","admin_state_up":true,"network_id":"6201aa31-b0db-4ee2-9509-4ab28398d492","tenant_id":"da1aa3dc9e564d3d922e61c0121a390e","created_at":"2018-09-04T10:27:38Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T10:27:40Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"6a286bec-b0ff-428b-ac3d-00f7f08d7754","ip_address":"10.55.0.4"}],"id":"8a700450-093e-4ff6-aa4e-f3d2ad380183","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:3b:5a:e7","project_id":"da1aa3dc9e564d3d922e61c0121a390e","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-6201aa31-b0db-4ee2-9509-4ab28398d492","name":"","admin_state_up":true,"network_id":"6201aa31-b0db-4ee2-9509-4ab28398d492","tenant_id":"da1aa3dc9e564d3d922e61c0121a390e","created_at":"2018-09-04T10:27:39Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T10:28:00Z","device_owner":"compute:nova","revision_number":5,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"6a286bec-b0ff-428b-ac3d-00f7f08d7754","ip_address":"10.55.0.5"}],"id":"a6dff4e0-a994-4ca1-9166-d6f59fe43d4a","security_groups":["a0350fb5-7963-482b-9b06-fea838951872"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:b5:bc:9f","project_id":"da1aa3dc9e564d3d922e61c0121a390e","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"device_id":"1067bff7-026a-4d7b-9182-913d8e8ae235","name":"NovaUtilsInstanceVolumeTests-5a69c5e6-ecaf-47a2-ba67-d73794c67091-port","admin_state_up":true,"network_id":"6201aa31-b0db-4ee2-9509-4ab28398d492","tenant_id":"da1aa3dc9e564d3d922e61c0121a390e","created_at":"2018-09-04T10:27:51Z","binding:vnic_type":"normal"}]} 2018-09-04 10:28:29,499 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?network_id=6201aa31-b0db-4ee2-9509-4ab28398d492 used request id req-97235d2d-33f1-4d8b-b94b-cacda87c98c0 2018-09-04 10:28:29,503 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/1067bff7-026a-4d7b-9182-913d8e8ae235 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ce2779df7325c424d3923e9f905097e2aed3bf4a" 2018-09-04 10:28:30,255 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10: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-e1c36d73-5408-4c40-b493-5df561a671ea x-compute-request-id: req-e1c36d73-5408-4c40-b493-5df561a671ea Content-Encoding: gzip Content-Length: 821 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceVolumeTests-5a69c5e6-ecaf-47a2-ba67-d73794c67091-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b5:bc:9f", "version": 4, "addr": "10.55.0.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/1067bff7-026a-4d7b-9182-913d8e8ae235", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/1067bff7-026a-4d7b-9182-913d8e8ae235", "rel": "bookmark"}], "image": {"id": "b42fb1e7-eadd-4685-bdd8-24c9228621e7", "links": [{"href": "http://172.30.9.28:8774/images/b42fb1e7-eadd-4685-bdd8-24c9228621e7", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000006", "OS-SRV-USG:launched_at": "2018-09-04T10:28:03.000000", "flavor": {"id": "4544760d-177e-49a6-851a-256bdf0411c0", "links": [{"href": "http://172.30.9.28:8774/flavors/4544760d-177e-49a6-851a-256bdf0411c0", "rel": "bookmark"}]}, "id": "1067bff7-026a-4d7b-9182-913d8e8ae235", "security_groups": [{"name": "default"}], "user_id": "6cb53a06110b45a6a2f21cb265048110", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-04T10:28:12Z", "hostId": "92be8ba6728a92d3ed5c720961d3a910e67ba0dffe84004d883f496d", "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-5a69c5e6-ecaf-47a2-ba67-d73794c67091-vm_inst", "created": "2018-09-04T10:27:56Z", "tenant_id": "da1aa3dc9e564d3d922e61c0121a390e", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 10:28:30,255 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/1067bff7-026a-4d7b-9182-913d8e8ae235 used request id req-e1c36d73-5408-4c40-b493-5df561a671ea 2018-09-04 10:28:30,260 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-5a69c5e6-ecaf-47a2-ba67-d73794c67091-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ce2779df7325c424d3923e9f905097e2aed3bf4a" 2018-09-04 10:28:30,337 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-e68b19e8-dbd0-4d1a-81bd-63a36745c5db Date: Tue, 04 Sep 2018 10:28:30 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"6201aa31-b0db-4ee2-9509-4ab28398d492","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"da1aa3dc9e564d3d922e61c0121a390e","status":"ACTIVE","subnets":["6a286bec-b0ff-428b-ac3d-00f7f08d7754"],"description":"","tags":[],"updated_at":"2018-09-04T10:27:38Z","provider:segmentation_id":43,"name":"NovaUtilsInstanceVolumeTests-5a69c5e6-ecaf-47a2-ba67-d73794c67091-net","admin_state_up":true,"tenant_id":"da1aa3dc9e564d3d922e61c0121a390e","created_at":"2018-09-04T10:27:37Z","provider:network_type":"vxlan"}]} 2018-09-04 10:28:30,337 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-5a69c5e6-ecaf-47a2-ba67-d73794c67091-net used request id req-e68b19e8-dbd0-4d1a-81bd-63a36745c5db 2018-09-04 10:28:30,341 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/da1aa3dc9e564d3d922e61c0121a390e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ce2779df7325c424d3923e9f905097e2aed3bf4a" 2018-09-04 10:28:30,427 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:28:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b5a4bff4-33fd-49f5-8f91-8098047aa231 Content-Encoding: gzip Content-Length: 245 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.28:5000/v3/projects/da1aa3dc9e564d3d922e61c0121a390e"}, "enabled": true, "id": "da1aa3dc9e564d3d922e61c0121a390e", "parent_id": "default", "domain_id": "default", "name": "api_check-project_95790658-ea1a-473f-b71a-0aa15c3467f2"}} 2018-09-04 10:28:30,428 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/da1aa3dc9e564d3d922e61c0121a390e used request id req-b5a4bff4-33fd-49f5-8f91-8098047aa231 2018-09-04 10:28:30,432 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=6201aa31-b0db-4ee2-9509-4ab28398d492 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ce2779df7325c424d3923e9f905097e2aed3bf4a" 2018-09-04 10:28:30,481 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-c37e21d3-92c1-4c23-ae86-b8bba85662fa Date: Tue, 04 Sep 2018 10:28:30 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"6201aa31-b0db-4ee2-9509-4ab28398d492","tenant_id":"da1aa3dc9e564d3d922e61c0121a390e","created_at":"2018-09-04T10:27:38Z","dns_nameservers":[],"updated_at":"2018-09-04T10:27:38Z","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":"da1aa3dc9e564d3d922e61c0121a390e","id":"6a286bec-b0ff-428b-ac3d-00f7f08d7754","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-5a69c5e6-ecaf-47a2-ba67-d73794c67091-subnet"}]} 2018-09-04 10:28:30,481 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=6201aa31-b0db-4ee2-9509-4ab28398d492 used request id req-c37e21d3-92c1-4c23-ae86-b8bba85662fa 2018-09-04 10:28:30,486 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?network_id=6201aa31-b0db-4ee2-9509-4ab28398d492 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ce2779df7325c424d3923e9f905097e2aed3bf4a" 2018-09-04 10:28:30,536 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3534 X-Openstack-Request-Id: req-dce0a960-aa14-4755-aeb8-438f76c912bf Date: Tue, 04 Sep 2018 10:28:30 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T10:27:39Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"6a286bec-b0ff-428b-ac3d-00f7f08d7754","ip_address":"10.55.0.3"}],"id":"4650fbdc-6777-4eaf-af45-c982461568f7","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:25:84:9f","project_id":"da1aa3dc9e564d3d922e61c0121a390e","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-6201aa31-b0db-4ee2-9509-4ab28398d492","name":"","admin_state_up":true,"network_id":"6201aa31-b0db-4ee2-9509-4ab28398d492","tenant_id":"da1aa3dc9e564d3d922e61c0121a390e","created_at":"2018-09-04T10:27:39Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T10:27:39Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"6a286bec-b0ff-428b-ac3d-00f7f08d7754","ip_address":"10.55.0.2"}],"id":"6cdcac20-de70-4eed-8835-df7fb92919f4","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:53:5b:38","project_id":"da1aa3dc9e564d3d922e61c0121a390e","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-6201aa31-b0db-4ee2-9509-4ab28398d492","name":"","admin_state_up":true,"network_id":"6201aa31-b0db-4ee2-9509-4ab28398d492","tenant_id":"da1aa3dc9e564d3d922e61c0121a390e","created_at":"2018-09-04T10:27:38Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T10:27:40Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"6a286bec-b0ff-428b-ac3d-00f7f08d7754","ip_address":"10.55.0.4"}],"id":"8a700450-093e-4ff6-aa4e-f3d2ad380183","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:3b:5a:e7","project_id":"da1aa3dc9e564d3d922e61c0121a390e","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-6201aa31-b0db-4ee2-9509-4ab28398d492","name":"","admin_state_up":true,"network_id":"6201aa31-b0db-4ee2-9509-4ab28398d492","tenant_id":"da1aa3dc9e564d3d922e61c0121a390e","created_at":"2018-09-04T10:27:39Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T10:28:00Z","device_owner":"compute:nova","revision_number":5,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"6a286bec-b0ff-428b-ac3d-00f7f08d7754","ip_address":"10.55.0.5"}],"id":"a6dff4e0-a994-4ca1-9166-d6f59fe43d4a","security_groups":["a0350fb5-7963-482b-9b06-fea838951872"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:b5:bc:9f","project_id":"da1aa3dc9e564d3d922e61c0121a390e","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"device_id":"1067bff7-026a-4d7b-9182-913d8e8ae235","name":"NovaUtilsInstanceVolumeTests-5a69c5e6-ecaf-47a2-ba67-d73794c67091-port","admin_state_up":true,"network_id":"6201aa31-b0db-4ee2-9509-4ab28398d492","tenant_id":"da1aa3dc9e564d3d922e61c0121a390e","created_at":"2018-09-04T10:27:51Z","binding:vnic_type":"normal"}]} 2018-09-04 10:28:30,536 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?network_id=6201aa31-b0db-4ee2-9509-4ab28398d492 used request id req-dce0a960-aa14-4755-aeb8-438f76c912bf 2018-09-04 10:28:30,537 - create_instance - INFO - Deleting Port with ID - a6dff4e0-a994-4ca1-9166-d6f59fe43d4a 2018-09-04 10:28:30,537 - neutron_utils - INFO - Deleting port with name NovaUtilsInstanceVolumeTests-5a69c5e6-ecaf-47a2-ba67-d73794c67091-port 2018-09-04 10:28:30,542 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/ports/a6dff4e0-a994-4ca1-9166-d6f59fe43d4a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}908ad86dc54afe189086ba2fa9537b80b78b3f13" 2018-09-04 10:28:31,022 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-73be9583-bb65-4170-a21e-7d15cb0923ba Date: Tue, 04 Sep 2018 10:28:31 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-04 10:28:31,022 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/ports/a6dff4e0-a994-4ca1-9166-d6f59fe43d4a used request id req-73be9583-bb65-4170-a21e-7d15cb0923ba 2018-09-04 10:28:31,022 - create_instance - INFO - Deleting VM instance - NovaUtilsInstanceVolumeTests-5a69c5e6-ecaf-47a2-ba67-d73794c67091-vm_inst 2018-09-04 10:28:31,025 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:8774/v2.1/servers/1067bff7-026a-4d7b-9182-913d8e8ae235 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}908ad86dc54afe189086ba2fa9537b80b78b3f13" 2018-09-04 10:28:31,204 - novaclient.v2.client - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 10:28: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-672be47c-c097-403d-997a-5f0f4cd0287c x-compute-request-id: req-672be47c-c097-403d-997a-5f0f4cd0287c Content-Type: application/json 2018-09-04 10:28:31,204 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/servers/1067bff7-026a-4d7b-9182-913d8e8ae235 used request id req-672be47c-c097-403d-997a-5f0f4cd0287c 2018-09-04 10:28:31,205 - create_instance - INFO - Checking deletion status 2018-09-04 10:28:31,207 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/1067bff7-026a-4d7b-9182-913d8e8ae235 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}908ad86dc54afe189086ba2fa9537b80b78b3f13" 2018-09-04 10:28:32,014 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:28: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-c8529e7e-4493-4746-8728-98a67b195432 x-compute-request-id: req-c8529e7e-4493-4746-8728-98a67b195432 Content-Encoding: gzip Content-Length: 805 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"NovaUtilsInstanceVolumeTests-5a69c5e6-ecaf-47a2-ba67-d73794c67091-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b5:bc:9f", "version": 4, "addr": "10.55.0.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/1067bff7-026a-4d7b-9182-913d8e8ae235", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/1067bff7-026a-4d7b-9182-913d8e8ae235", "rel": "bookmark"}], "image": {"id": "b42fb1e7-eadd-4685-bdd8-24c9228621e7", "links": [{"href": "http://172.30.9.28:8774/images/b42fb1e7-eadd-4685-bdd8-24c9228621e7", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000006", "OS-SRV-USG:launched_at": "2018-09-04T10:28:03.000000", "flavor": {"id": "4544760d-177e-49a6-851a-256bdf0411c0", "links": [{"href": "http://172.30.9.28:8774/flavors/4544760d-177e-49a6-851a-256bdf0411c0", "rel": "bookmark"}]}, "id": "1067bff7-026a-4d7b-9182-913d8e8ae235", "user_id": "6cb53a06110b45a6a2f21cb265048110", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-04T10:28:31Z", "hostId": "92be8ba6728a92d3ed5c720961d3a910e67ba0dffe84004d883f496d", "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-5a69c5e6-ecaf-47a2-ba67-d73794c67091-vm_inst", "created": "2018-09-04T10:27:56Z", "tenant_id": "da1aa3dc9e564d3d922e61c0121a390e", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 10:28:32,014 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/1067bff7-026a-4d7b-9182-913d8e8ae235 used request id req-c8529e7e-4493-4746-8728-98a67b195432 2018-09-04 10:28:32,014 - create_instance - DEBUG - Instance status [NovaUtilsInstanceVolumeTests-5a69c5e6-ecaf-47a2-ba67-d73794c67091-vm_inst] is - ACTIVE 2018-09-04 10:28:32,014 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-09-04 10:28:35,018 - create_instance - DEBUG - VM status query timeout in 296.187294006 2018-09-04 10:28:35,020 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/1067bff7-026a-4d7b-9182-913d8e8ae235 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}908ad86dc54afe189086ba2fa9537b80b78b3f13" 2018-09-04 10:28:35,081 - novaclient.v2.client - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 10: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-5106900c-bc43-4f8b-9dfe-1e0b745c4bb9 x-compute-request-id: req-5106900c-bc43-4f8b-9dfe-1e0b745c4bb9 Content-Length: 111 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Instance 1067bff7-026a-4d7b-9182-913d8e8ae235 could not be found.", "code": 404}} 2018-09-04 10:28:35,082 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/1067bff7-026a-4d7b-9182-913d8e8ae235 used request id req-5106900c-bc43-4f8b-9dfe-1e0b745c4bb9 2018-09-04 10:28:35,082 - create_instance - DEBUG - Instance not found when querying status for DELETED with message Instance 1067bff7-026a-4d7b-9182-913d8e8ae235 could not be found. (HTTP 404) (Request-ID: req-5106900c-bc43-4f8b-9dfe-1e0b745c4bb9) 2018-09-04 10:28:35,082 - create_instance - INFO - VM has been properly deleted VM with name - NovaUtilsInstanceVolumeTests-5a69c5e6-ecaf-47a2-ba67-d73794c67091-vm_inst 2018-09-04 10:28:35,086 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8776/v3/da1aa3dc9e564d3d922e61c0121a390e/volumes/829af9af-6cdd-48cc-9783-e28abe452670 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-4e9f97cd-5a03-4bd2-9944-02ec2f19e3d5" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ef203dc7de0da3191c0e705b7505791ec5ea839f" 2018-09-04 10:28:35,836 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:28:35 GMT Server: Apache x-compute-request-id: req-51b377e1-8117-4fe2-93e2-443767335ea1 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-51b377e1-8117-4fe2-93e2-443767335ea1 Content-Encoding: gzip Content-Length: 522 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.28:8776/v3/da1aa3dc9e564d3d922e61c0121a390e/volumes/829af9af-6cdd-48cc-9783-e28abe452670", "rel": "self"}, {"href": "http://172.30.9.28:8776/da1aa3dc9e564d3d922e61c0121a390e/volumes/829af9af-6cdd-48cc-9783-e28abe452670", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-09-04T10:28:22.000000", "replication_status": null, "snapshot_id": null, "id": "829af9af-6cdd-48cc-9783-e28abe452670", "size": 1, "user_id": "6cb53a06110b45a6a2f21cb265048110", "os-vol-tenant-attr:tenant_id": "da1aa3dc9e564d3d922e61c0121a390e", "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-5a69c5e6-ecaf-47a2-ba67-d73794c67091", "bootable": "false", "created_at": "2018-09-04T10:27:41.000000", "volume_type": null}} 2018-09-04 10:28:35,836 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/da1aa3dc9e564d3d922e61c0121a390e/volumes/829af9af-6cdd-48cc-9783-e28abe452670 used request id req-51b377e1-8117-4fe2-93e2-443767335ea1 2018-09-04 10:28:35,837 - create_volume - DEBUG - Instance status is - available 2018-09-04 10:28:35,837 - create_volume - DEBUG - Volume is active with name - NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-5a69c5e6-ecaf-47a2-ba67-d73794c67091 2018-09-04 10:28:35,837 - cinder_utils - INFO - Deleting volume named - NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-5a69c5e6-ecaf-47a2-ba67-d73794c67091 2018-09-04 10:28:35,840 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:8776/v3/da1aa3dc9e564d3d922e61c0121a390e/volumes/829af9af-6cdd-48cc-9783-e28abe452670 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-4e9f97cd-5a03-4bd2-9944-02ec2f19e3d5" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ef203dc7de0da3191c0e705b7505791ec5ea839f" 2018-09-04 10:28:36,680 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Tue, 04 Sep 2018 10:28:35 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-e8e7a792-886d-45b5-98ca-322e1a04a7a6 Content-Length: 0 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-09-04 10:28:36,680 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.28:8776/v3/da1aa3dc9e564d3d922e61c0121a390e/volumes/829af9af-6cdd-48cc-9783-e28abe452670 used request id req-e8e7a792-886d-45b5-98ca-322e1a04a7a6 2018-09-04 10:28:36,683 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8776/v3/da1aa3dc9e564d3d922e61c0121a390e/volumes/829af9af-6cdd-48cc-9783-e28abe452670 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-4e9f97cd-5a03-4bd2-9944-02ec2f19e3d5" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ef203dc7de0da3191c0e705b7505791ec5ea839f" 2018-09-04 10:28:37,395 - cinderclient.v3.client - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 10:28:36 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-compute-request-id: req-dd37f82b-e612-44f3-8b21-65e4080ea7cd x-openstack-request-id: req-dd37f82b-e612-44f3-8b21-65e4080ea7cd Content-Length: 109 Content-Type: application/json RESP BODY: {"itemNotFound": {"message": "Volume 829af9af-6cdd-48cc-9783-e28abe452670 could not be found.", "code": 404}} 2018-09-04 10:28:37,395 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/da1aa3dc9e564d3d922e61c0121a390e/volumes/829af9af-6cdd-48cc-9783-e28abe452670 used request id req-dd37f82b-e612-44f3-8b21-65e4080ea7cd 2018-09-04 10:28:37,396 - create_volume - DEBUG - Volume not found when querying status for deleted with message Volume 829af9af-6cdd-48cc-9783-e28abe452670 could not be found. (HTTP 404) (Request-ID: req-dd37f82b-e612-44f3-8b21-65e4080ea7cd) 2018-09-04 10:28:37,396 - create_volume - INFO - Volume has been properly deleted with name - NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-5a69c5e6-ecaf-47a2-ba67-d73794c67091 2018-09-04 10:28:37,399 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:8774/v2.1/flavors/4544760d-177e-49a6-851a-256bdf0411c0 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2ca13a7cb2a2286344a478813c7f0e6ee1855e31" 2018-09-04 10:28:37,434 - novaclient.v2.client - DEBUG - RESP: [202] Date: Tue, 04 Sep 2018 10: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-064a321f-06e0-4b51-859a-6f7b545fb273 x-compute-request-id: req-064a321f-06e0-4b51-859a-6f7b545fb273 Content-Length: 0 Content-Type: application/json 2018-09-04 10:28:37,434 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/flavors/4544760d-177e-49a6-851a-256bdf0411c0 used request id req-064a321f-06e0-4b51-859a-6f7b545fb273 2018-09-04 10:28:37,435 - neutron_utils - INFO - Deleting subnet with name NovaUtilsInstanceVolumeTests-5a69c5e6-ecaf-47a2-ba67-d73794c67091-subnet 2018-09-04 10:28:37,435 - neutron_utils - INFO - Deleting subnet with name NovaUtilsInstanceVolumeTests-5a69c5e6-ecaf-47a2-ba67-d73794c67091-subnet 2018-09-04 10:28:37,440 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/subnets/6a286bec-b0ff-428b-ac3d-00f7f08d7754 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6a54d11b8beb452a6086545d7cf5c5767d4d4540" 2018-09-04 10:28:39,555 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-c29d6f12-f41e-4042-aa95-98e39548fe1f Date: Tue, 04 Sep 2018 10:28:39 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-04 10:28:39,555 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/subnets/6a286bec-b0ff-428b-ac3d-00f7f08d7754 used request id req-c29d6f12-f41e-4042-aa95-98e39548fe1f 2018-09-04 10:28:39,555 - neutron_utils - INFO - Deleting network with name NovaUtilsInstanceVolumeTests-5a69c5e6-ecaf-47a2-ba67-d73794c67091-net 2018-09-04 10:28:39,560 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/networks/6201aa31-b0db-4ee2-9509-4ab28398d492 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6a54d11b8beb452a6086545d7cf5c5767d4d4540" 2018-09-04 10:28:40,962 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-ad5a0256-4b1e-4847-bb9f-000aa5656d07 Date: Tue, 04 Sep 2018 10:28:40 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-04 10:28:40,962 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/networks/6201aa31-b0db-4ee2-9509-4ab28398d492 used request id req-ad5a0256-4b1e-4847-bb9f-000aa5656d07 2018-09-04 10:28:40,963 - glance_utils - INFO - Deleting image named - NovaUtilsInstanceVolumeTests-5a69c5e6-ecaf-47a2-ba67-d73794c67091-image 2018-09-04 10:28:40,966 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9292/v2/images/b42fb1e7-eadd-4685-bdd8-24c9228621e7 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}811563933a9dc55fbf2a352ae970996817dd526d" 2018-09-04 10:28:42,657 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-4713f01b-9ec6-40ab-8495-f39f9034b880 Date: Tue, 04 Sep 2018 10:28:42 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-09-04 10:28:42,657 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.28:9292/v2/images/b42fb1e7-eadd-4685-bdd8-24c9228621e7 used request id req-4713f01b-9ec6-40ab-8495-f39f9034b880 2018-09-04 10:28:42,659 - nova_utils - DEBUG - Retrieving Nova Client 2018-09-04 10:28:42,661 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-09-04 10:28:42,661 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 10:28:42,662 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-09-04 10:28:43,051 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5ef645ad12fc453aa5d8a0c2cbf76196", "name": "heat_stack_owner"}, {"id": "9a944a8c31754b8f941d2fa9034d4301", "name": "Member"}, {"id": "3d416247e8224533841040c3ad2bce5a", "name": "admin"}], "expires_at": "2018-09-04T11:28:43.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "da1aa3dc9e564d3d922e61c0121a390e", "name": "api_check-project_95790658-ea1a-473f-b71a-0aa15c3467f2"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235635a698ef4bef9dc6b25273d185da"}, {"url": "http://192.30.9.6:8776/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "23b07b3fbfc340a58cf0f9b2871a0d23"}, {"url": "http://172.30.9.28:8776/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "72fd0aaa144d45419f4b04b6b26f69a7"}], "type": "volume", "id": "097241c25b4d4f7e91b3f8efa155909e", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v3/da1aa3dc9e564d3d922e61c0121a390e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93eb4cf3030a49e7840bec071422d397"}, {"url": "http://192.30.9.6:8776/v3/da1aa3dc9e564d3d922e61c0121a390e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8af439a6ac147fdbcb38ed9aa916b68"}, {"url": "http://192.30.9.6:8776/v3/da1aa3dc9e564d3d922e61c0121a390e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c4bfdbc9b7c74a23a40afdf578cfeba4"}], "type": "volumev3", "id": "1c85f4682ce44f729db1dabd98e965e8", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "82239574a29d4603a2161006f61851cf"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8d15f7134f364a7bbcfff2f84aac3bf2"}, {"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e01668c43a0c4c279b9a3d20a0280d6c"}], "type": "image", "id": "297d8415ca96454991054983920912f7", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7bb4d60e20734d4a9f31ec75e02cb823"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bf6adec15590466a9a0d3bddb00e8993"}, {"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f096f03a1d12411a8972f6f7c196b60d"}], "type": "policy", "id": "54c64351b56d44bbad74c2969cc3aa00", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "354ae6870a324fab82d0a0fb68ee0f26"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a3807e460dd4af488d982b66c52e64c"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e7c3da785076450abd71868e75ce0c33"}], "type": "cloudformation", "id": "6ac9917ae83c4639a15a4ab3cf0e76dd", "name": "heat-cfn"}, {"endpoints": [], "type": "metering", "id": "7fcc078e5e0645f29df67742ac14e388", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49e71628d386464cb950d6a9db00a328"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75b0a63ed8574bbcab1c851cc9b83d30"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9902b0a8b3c04cd192a1b84c417c232b"}], "type": "key-manager", "id": "9626544a32e74678a641c6e206f028a9", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "497340e5aa36485982fdf297f370558f"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7802beb4fc7c4952897b77bd5610b1fe"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c14af798917f4fa0b146d9772583e595"}], "type": "metric", "id": "973bfe8c658d4e5a8da725e76b9d550e", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "288ecc3674ea41d2aa3b790dcb832bf2"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7a6dc785cd7142f5b30f1a7ba0daeb03"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7f7d34e2351b4964befccc862c4e8e12"}], "type": "network", "id": "a348d7b06050474fb449be7f32ea6f5d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "21bce6ecb8464a1f8f3e3847aa698bd6"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0a8faf2246b47deb30e69e48d3551fb"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e71c6011de3d4d8589e5b53dcc79f288"}], "type": "identity", "id": "ad8d4b4953184137a1b913ecee9434ed", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "13474f9a78ca4f1184e4cddc84d0d98c"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad67365a18234bb78c336e6776958c00"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc54db13337f44f8921fbb9ad0f81de8"}], "type": "alarming", "id": "bb18dc3243034f08a6a7f69f7a1edccf", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0d91d7adf0304b2681c77f979e5cdb17"}, {"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "756e5ffca9774ab3ae2db41bf330417f"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c07c727a08c243b287827f539a124e63"}], "type": "placement", "id": "bb2c9432fcbd4c56913177122468f6ba", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1eed4912224b48cf9856446eae4d9928"}, {"url": "http://192.30.9.6:8004/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b73b7f99236541148d84f24f09e5dd40"}, {"url": "http://192.30.9.6:8004/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fbf12e52911244fdafc24a9d46f56e62"}], "type": "orchestration", "id": "c8918d139da945ba93df4ccce21d4904", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/da1aa3dc9e564d3d922e61c0121a390e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16bf098b9e2e490f8e47fa601059f975"}, {"url": "http://192.30.9.6:8776/v2/da1aa3dc9e564d3d922e61c0121a390e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc16fa4cf491444ca2f611d5692c1170"}, {"url": "http://192.30.9.6:8776/v2/da1aa3dc9e564d3d922e61c0121a390e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ccd2c5325dff4b90b391db9fdde67d99"}], "type": "volumev2", "id": "d09ac9123c34494abce21d6c27bee9d9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eac694332354a3aa0e61c31314166d7"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b4d4989c4e764717ab78d38675cadd3f"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff196e46b56d406d87a678f1a64497b0"}], "type": "compute", "id": "d4030ee932c84df58c5b910cc197caa7", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_95790658-ea1a-473f-b71a-0aa15c3467f2", "id": "6cb53a06110b45a6a2f21cb265048110"}, "audit_ids": ["lbXODoJ5SsynssTb0FMEzQ"], "issued_at": "2018-09-04T10:28:43.000000Z"}} 2018-09-04 10:28:43,052 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28: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}439efcf85fa06eda0838bc1e8a1a5242b9d1a568" 2018-09-04 10:28:43,138 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:28:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-12910a85-5555-4965-a8e1-4b9f127fe00b 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.28:5000/v3/", "rel": "self"}]}} 2018-09-04 10:28:43,138 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-12910a85-5555-4965-a8e1-4b9f127fe00b 2018-09-04 10:28:43,142 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/images?limit=20&disk_format=qcow2&name=NovaUtilsInstanceVolumeTests-d4c9868d-f968-43a2-ac37-f1f9c79464b5-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}439efcf85fa06eda0838bc1e8a1a5242b9d1a568" 2018-09-04 10:28:43,302 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 173 Content-Type: application/json X-Openstack-Request-Id: req-117eb8b8-2ea3-44b4-bfa1-db55908e507a Date: Tue, 04 Sep 2018 10:28:43 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=NovaUtilsInstanceVolumeTests-d4c9868d-f968-43a2-ac37-f1f9c79464b5-image"} 2018-09-04 10:28:43,303 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images?limit=20&disk_format=qcow2&name=NovaUtilsInstanceVolumeTests-d4c9868d-f968-43a2-ac37-f1f9c79464b5-image used request id req-117eb8b8-2ea3-44b4-bfa1-db55908e507a 2018-09-04 10:28:43,306 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}439efcf85fa06eda0838bc1e8a1a5242b9d1a568" 2018-09-04 10:28:43,470 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-2ba70aed-8616-408a-b3dd-da98b6fcbb49 Date: Tue, 04 Sep 2018 10:28:43 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-09-04 10:28:43,470 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/schemas/image used request id req-2ba70aed-8616-408a-b3dd-da98b6fcbb49 2018-09-04 10:28:43,498 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}439efcf85fa06eda0838bc1e8a1a5242b9d1a568" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "NovaUtilsInstanceVolumeTests-d4c9868d-f968-43a2-ac37-f1f9c79464b5-image"}' 2018-09-04 10:28:43,726 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 632 Content-Type: application/json Location: http://172.30.9.28:9292/v2/images/bf2918a7-5eb5-4c24-966f-11769ffd0b53 X-Openstack-Request-Id: req-c0ddbe4e-f36f-413c-9021-f7ccaece4188 Date: Tue, 04 Sep 2018 10:28:43 GMT RESP BODY: {"status": "queued", "name": "NovaUtilsInstanceVolumeTests-d4c9868d-f968-43a2-ac37-f1f9c79464b5-image", "tags": [], "container_format": "bare", "created_at": "2018-09-04T10:28:43Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-09-04T10:28:43Z", "visibility": "shared", "locations": [], "self": "/v2/images/bf2918a7-5eb5-4c24-966f-11769ffd0b53", "min_disk": 0, "protected": false, "id": "bf2918a7-5eb5-4c24-966f-11769ffd0b53", "file": "/v2/images/bf2918a7-5eb5-4c24-966f-11769ffd0b53/file", "checksum": null, "owner": "da1aa3dc9e564d3d922e61c0121a390e", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-09-04 10:28:43,726 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.28:9292/v2/images used request id req-c0ddbe4e-f36f-413c-9021-f7ccaece4188 2018-09-04 10:28:43,737 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.28:9292/v2/images/bf2918a7-5eb5-4c24-966f-11769ffd0b53/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}439efcf85fa06eda0838bc1e8a1a5242b9d1a568" -d '' 2018-09-04 10:28:45,800 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-f6424637-0013-4a2a-9ad5-51972516448f Date: Tue, 04 Sep 2018 10:28:45 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-09-04 10:28:45,801 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.28:9292/v2/images/bf2918a7-5eb5-4c24-966f-11769ffd0b53/file used request id req-f6424637-0013-4a2a-9ad5-51972516448f 2018-09-04 10:28:45,801 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-09-04 10:28:45,804 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/images/bf2918a7-5eb5-4c24-966f-11769ffd0b53 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}439efcf85fa06eda0838bc1e8a1a5242b9d1a568" 2018-09-04 10:28:46,047 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 893 Content-Type: application/json X-Openstack-Request-Id: req-c5fcffa1-addf-4678-b8f7-39e3553c266e Date: Tue, 04 Sep 2018 10:28:46 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "NovaUtilsInstanceVolumeTests-d4c9868d-f968-43a2-ac37-f1f9c79464b5-image", "tags": [], "container_format": "bare", "created_at": "2018-09-04T10:28:43Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-09-04T10:28:45Z", "visibility": "shared", "locations": [{"url": "rbd://99671b03-94ed-44b3-b5f6-80b8e44d0570/images/bf2918a7-5eb5-4c24-966f-11769ffd0b53/snap", "metadata": {}}], "self": "/v2/images/bf2918a7-5eb5-4c24-966f-11769ffd0b53", "min_disk": 0, "protected": false, "id": "bf2918a7-5eb5-4c24-966f-11769ffd0b53", "file": "/v2/images/bf2918a7-5eb5-4c24-966f-11769ffd0b53/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "da1aa3dc9e564d3d922e61c0121a390e", "direct_url": "rbd://99671b03-94ed-44b3-b5f6-80b8e44d0570/images/bf2918a7-5eb5-4c24-966f-11769ffd0b53/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-09-04 10:28:46,048 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images/bf2918a7-5eb5-4c24-966f-11769ffd0b53 used request id req-c5fcffa1-addf-4678-b8f7-39e3553c266e 2018-09-04 10:28:46,051 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}439efcf85fa06eda0838bc1e8a1a5242b9d1a568" 2018-09-04 10:28:46,612 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-f87c1edb-7b6e-4cca-922a-81a65ac4d370 Date: Tue, 04 Sep 2018 10:28:46 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-09-04 10:28:46,613 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/schemas/image used request id req-f87c1edb-7b6e-4cca-922a-81a65ac4d370 2018-09-04 10:28:46,615 - create_image - INFO - Created image with name - NovaUtilsInstanceVolumeTests-d4c9868d-f968-43a2-ac37-f1f9c79464b5-image 2018-09-04 10:28:46,618 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/images/bf2918a7-5eb5-4c24-966f-11769ffd0b53 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}439efcf85fa06eda0838bc1e8a1a5242b9d1a568" 2018-09-04 10:28:46,636 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 893 Content-Type: application/json X-Openstack-Request-Id: req-82133f50-1d4a-4d9e-a734-99bb28e7ac56 Date: Tue, 04 Sep 2018 10:28:46 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "NovaUtilsInstanceVolumeTests-d4c9868d-f968-43a2-ac37-f1f9c79464b5-image", "tags": [], "container_format": "bare", "created_at": "2018-09-04T10:28:43Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-09-04T10:28:45Z", "visibility": "shared", "locations": [{"url": "rbd://99671b03-94ed-44b3-b5f6-80b8e44d0570/images/bf2918a7-5eb5-4c24-966f-11769ffd0b53/snap", "metadata": {}}], "self": "/v2/images/bf2918a7-5eb5-4c24-966f-11769ffd0b53", "min_disk": 0, "protected": false, "id": "bf2918a7-5eb5-4c24-966f-11769ffd0b53", "file": "/v2/images/bf2918a7-5eb5-4c24-966f-11769ffd0b53/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "da1aa3dc9e564d3d922e61c0121a390e", "direct_url": "rbd://99671b03-94ed-44b3-b5f6-80b8e44d0570/images/bf2918a7-5eb5-4c24-966f-11769ffd0b53/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-09-04 10:28:46,636 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images/bf2918a7-5eb5-4c24-966f-11769ffd0b53 used request id req-82133f50-1d4a-4d9e-a734-99bb28e7ac56 2018-09-04 10:28:46,636 - create_image - DEBUG - Instance status is - active 2018-09-04 10:28:46,637 - create_image - DEBUG - Image is active with name - NovaUtilsInstanceVolumeTests-d4c9868d-f968-43a2-ac37-f1f9c79464b5-image 2018-09-04 10:28:46,637 - create_image - INFO - Image is now active with name - NovaUtilsInstanceVolumeTests-d4c9868d-f968-43a2-ac37-f1f9c79464b5-image 2018-09-04 10:28:46,637 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 10:28:46,638 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-09-04 10:28:47,023 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5ef645ad12fc453aa5d8a0c2cbf76196", "name": "heat_stack_owner"}, {"id": "9a944a8c31754b8f941d2fa9034d4301", "name": "Member"}, {"id": "3d416247e8224533841040c3ad2bce5a", "name": "admin"}], "expires_at": "2018-09-04T11:28:47.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "da1aa3dc9e564d3d922e61c0121a390e", "name": "api_check-project_95790658-ea1a-473f-b71a-0aa15c3467f2"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235635a698ef4bef9dc6b25273d185da"}, {"url": "http://192.30.9.6:8776/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "23b07b3fbfc340a58cf0f9b2871a0d23"}, {"url": "http://172.30.9.28:8776/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "72fd0aaa144d45419f4b04b6b26f69a7"}], "type": "volume", "id": "097241c25b4d4f7e91b3f8efa155909e", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v3/da1aa3dc9e564d3d922e61c0121a390e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93eb4cf3030a49e7840bec071422d397"}, {"url": "http://192.30.9.6:8776/v3/da1aa3dc9e564d3d922e61c0121a390e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8af439a6ac147fdbcb38ed9aa916b68"}, {"url": "http://192.30.9.6:8776/v3/da1aa3dc9e564d3d922e61c0121a390e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c4bfdbc9b7c74a23a40afdf578cfeba4"}], "type": "volumev3", "id": "1c85f4682ce44f729db1dabd98e965e8", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "82239574a29d4603a2161006f61851cf"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8d15f7134f364a7bbcfff2f84aac3bf2"}, {"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e01668c43a0c4c279b9a3d20a0280d6c"}], "type": "image", "id": "297d8415ca96454991054983920912f7", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7bb4d60e20734d4a9f31ec75e02cb823"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bf6adec15590466a9a0d3bddb00e8993"}, {"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f096f03a1d12411a8972f6f7c196b60d"}], "type": "policy", "id": "54c64351b56d44bbad74c2969cc3aa00", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "354ae6870a324fab82d0a0fb68ee0f26"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a3807e460dd4af488d982b66c52e64c"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e7c3da785076450abd71868e75ce0c33"}], "type": "cloudformation", "id": "6ac9917ae83c4639a15a4ab3cf0e76dd", "name": "heat-cfn"}, {"endpoints": [], "type": "metering", "id": "7fcc078e5e0645f29df67742ac14e388", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49e71628d386464cb950d6a9db00a328"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75b0a63ed8574bbcab1c851cc9b83d30"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9902b0a8b3c04cd192a1b84c417c232b"}], "type": "key-manager", "id": "9626544a32e74678a641c6e206f028a9", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "497340e5aa36485982fdf297f370558f"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7802beb4fc7c4952897b77bd5610b1fe"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c14af798917f4fa0b146d9772583e595"}], "type": "metric", "id": "973bfe8c658d4e5a8da725e76b9d550e", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "288ecc3674ea41d2aa3b790dcb832bf2"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7a6dc785cd7142f5b30f1a7ba0daeb03"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7f7d34e2351b4964befccc862c4e8e12"}], "type": "network", "id": "a348d7b06050474fb449be7f32ea6f5d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "21bce6ecb8464a1f8f3e3847aa698bd6"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0a8faf2246b47deb30e69e48d3551fb"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e71c6011de3d4d8589e5b53dcc79f288"}], "type": "identity", "id": "ad8d4b4953184137a1b913ecee9434ed", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "13474f9a78ca4f1184e4cddc84d0d98c"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad67365a18234bb78c336e6776958c00"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc54db13337f44f8921fbb9ad0f81de8"}], "type": "alarming", "id": "bb18dc3243034f08a6a7f69f7a1edccf", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0d91d7adf0304b2681c77f979e5cdb17"}, {"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "756e5ffca9774ab3ae2db41bf330417f"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c07c727a08c243b287827f539a124e63"}], "type": "placement", "id": "bb2c9432fcbd4c56913177122468f6ba", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1eed4912224b48cf9856446eae4d9928"}, {"url": "http://192.30.9.6:8004/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b73b7f99236541148d84f24f09e5dd40"}, {"url": "http://192.30.9.6:8004/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fbf12e52911244fdafc24a9d46f56e62"}], "type": "orchestration", "id": "c8918d139da945ba93df4ccce21d4904", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/da1aa3dc9e564d3d922e61c0121a390e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16bf098b9e2e490f8e47fa601059f975"}, {"url": "http://192.30.9.6:8776/v2/da1aa3dc9e564d3d922e61c0121a390e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc16fa4cf491444ca2f611d5692c1170"}, {"url": "http://192.30.9.6:8776/v2/da1aa3dc9e564d3d922e61c0121a390e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ccd2c5325dff4b90b391db9fdde67d99"}], "type": "volumev2", "id": "d09ac9123c34494abce21d6c27bee9d9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eac694332354a3aa0e61c31314166d7"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b4d4989c4e764717ab78d38675cadd3f"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff196e46b56d406d87a678f1a64497b0"}], "type": "compute", "id": "d4030ee932c84df58c5b910cc197caa7", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_95790658-ea1a-473f-b71a-0aa15c3467f2", "id": "6cb53a06110b45a6a2f21cb265048110"}, "audit_ids": ["9k-wblYqRASA1sFUORP2dA"], "issued_at": "2018-09-04T10:28:47.000000Z"}} 2018-09-04 10:28:47,023 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28: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}8df8d734de0f712413b962bd9efad635e8fdcbd2" 2018-09-04 10:28:47,106 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:28:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3449e9eb-91e1-40b7-a62d-047ab1710928 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.28:5000/v3/", "rel": "self"}]}} 2018-09-04 10:28:47,106 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-3449e9eb-91e1-40b7-a62d-047ab1710928 2018-09-04 10:28:47,112 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-d4c9868d-f968-43a2-ac37-f1f9c79464b5-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8df8d734de0f712413b962bd9efad635e8fdcbd2" 2018-09-04 10:28:47,290 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-74ba60ed-2a01-4411-9a8b-d8a35591f2a2 Date: Tue, 04 Sep 2018 10:28:47 GMT RESP BODY: {"networks":[]} 2018-09-04 10:28:47,290 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-d4c9868d-f968-43a2-ac37-f1f9c79464b5-net used request id req-74ba60ed-2a01-4411-9a8b-d8a35591f2a2 2018-09-04 10:28:47,290 - neutron_utils - INFO - Creating network with name NovaUtilsInstanceVolumeTests-d4c9868d-f968-43a2-ac37-f1f9c79464b5-net 2018-09-04 10:28:47,295 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8df8d734de0f712413b962bd9efad635e8fdcbd2" -d '{"network": {"name": "NovaUtilsInstanceVolumeTests-d4c9868d-f968-43a2-ac37-f1f9c79464b5-net", "admin_state_up": true}}' 2018-09-04 10:28:47,753 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 701 X-Openstack-Request-Id: req-b6b45e31-143e-448c-b5f0-3c401dc97dad Date: Tue, 04 Sep 2018 10:28:47 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"provider:network_type":"vxlan","id":"d12ee378-888a-43f0-8149-20caec2c30e3","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"da1aa3dc9e564d3d922e61c0121a390e","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-09-04T10:28:47Z","is_default":false,"provider:segmentation_id":90,"name":"NovaUtilsInstanceVolumeTests-d4c9868d-f968-43a2-ac37-f1f9c79464b5-net","admin_state_up":true,"tenant_id":"da1aa3dc9e564d3d922e61c0121a390e","created_at":"2018-09-04T10:28:47Z","mtu":1450}} 2018-09-04 10:28:47,753 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/networks used request id req-b6b45e31-143e-448c-b5f0-3c401dc97dad 2018-09-04 10:28:47,758 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?id=d12ee378-888a-43f0-8149-20caec2c30e3 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8df8d734de0f712413b962bd9efad635e8fdcbd2" 2018-09-04 10:28:47,964 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-a0f37da1-6421-4290-b451-5c81f5a06d4f Date: Tue, 04 Sep 2018 10:28:47 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"d12ee378-888a-43f0-8149-20caec2c30e3","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"da1aa3dc9e564d3d922e61c0121a390e","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-09-04T10:28:47Z","provider:segmentation_id":90,"name":"NovaUtilsInstanceVolumeTests-d4c9868d-f968-43a2-ac37-f1f9c79464b5-net","admin_state_up":true,"tenant_id":"da1aa3dc9e564d3d922e61c0121a390e","created_at":"2018-09-04T10:28:47Z","provider:network_type":"vxlan"}]} 2018-09-04 10:28:47,965 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?id=d12ee378-888a-43f0-8149-20caec2c30e3 used request id req-a0f37da1-6421-4290-b451-5c81f5a06d4f 2018-09-04 10:28:47,970 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=d12ee378-888a-43f0-8149-20caec2c30e3 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8df8d734de0f712413b962bd9efad635e8fdcbd2" 2018-09-04 10:28:47,998 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-e2f480d3-f28f-4b8b-a4c0-b824b394eabf Date: Tue, 04 Sep 2018 10:28:48 GMT RESP BODY: {"subnets":[]} 2018-09-04 10:28:47,999 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=d12ee378-888a-43f0-8149-20caec2c30e3 used request id req-e2f480d3-f28f-4b8b-a4c0-b824b394eabf 2018-09-04 10:28:47,999 - neutron_utils - INFO - Creating subnet with name NovaUtilsInstanceVolumeTests-d4c9868d-f968-43a2-ac37-f1f9c79464b5-subnet 2018-09-04 10:28:48,003 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8df8d734de0f712413b962bd9efad635e8fdcbd2" -d '{"subnets": [{"ip_version": 4, "network_id": "d12ee378-888a-43f0-8149-20caec2c30e3", "cidr": "10.55.0.0/24", "name": "NovaUtilsInstanceVolumeTests-d4c9868d-f968-43a2-ac37-f1f9c79464b5-subnet"}]}' 2018-09-04 10:28:48,657 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-f487e59a-e97c-458d-8153-22ec05f14d12 Date: Tue, 04 Sep 2018 10:28:48 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"d12ee378-888a-43f0-8149-20caec2c30e3","tenant_id":"da1aa3dc9e564d3d922e61c0121a390e","created_at":"2018-09-04T10:28:48Z","dns_nameservers":[],"updated_at":"2018-09-04T10:28:48Z","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":"da1aa3dc9e564d3d922e61c0121a390e","id":"25a44d4f-36a8-45a6-9309-a222f8bdb859","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-d4c9868d-f968-43a2-ac37-f1f9c79464b5-subnet"}]} 2018-09-04 10:28:48,657 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/subnets used request id req-f487e59a-e97c-458d-8153-22ec05f14d12 2018-09-04 10:28:48,662 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?id=d12ee378-888a-43f0-8149-20caec2c30e3 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8df8d734de0f712413b962bd9efad635e8fdcbd2" 2018-09-04 10:28:48,895 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-403bded4-3307-4ccd-9dbe-5dfbb7cbff27 Date: Tue, 04 Sep 2018 10:28:48 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"d12ee378-888a-43f0-8149-20caec2c30e3","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"da1aa3dc9e564d3d922e61c0121a390e","status":"ACTIVE","subnets":["25a44d4f-36a8-45a6-9309-a222f8bdb859"],"description":"","tags":[],"updated_at":"2018-09-04T10:28:48Z","provider:segmentation_id":90,"name":"NovaUtilsInstanceVolumeTests-d4c9868d-f968-43a2-ac37-f1f9c79464b5-net","admin_state_up":true,"tenant_id":"da1aa3dc9e564d3d922e61c0121a390e","created_at":"2018-09-04T10:28:47Z","provider:network_type":"vxlan"}]} 2018-09-04 10:28:48,895 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?id=d12ee378-888a-43f0-8149-20caec2c30e3 used request id req-403bded4-3307-4ccd-9dbe-5dfbb7cbff27 2018-09-04 10:28:48,901 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=d12ee378-888a-43f0-8149-20caec2c30e3 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8df8d734de0f712413b962bd9efad635e8fdcbd2" 2018-09-04 10:28:49,104 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-a4eafb44-91cc-4184-989a-ccc824b06afe Date: Tue, 04 Sep 2018 10:28:49 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"d12ee378-888a-43f0-8149-20caec2c30e3","tenant_id":"da1aa3dc9e564d3d922e61c0121a390e","created_at":"2018-09-04T10:28:48Z","dns_nameservers":[],"updated_at":"2018-09-04T10:28:48Z","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":"da1aa3dc9e564d3d922e61c0121a390e","id":"25a44d4f-36a8-45a6-9309-a222f8bdb859","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-d4c9868d-f968-43a2-ac37-f1f9c79464b5-subnet"}]} 2018-09-04 10:28:49,104 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=d12ee378-888a-43f0-8149-20caec2c30e3 used request id req-a4eafb44-91cc-4184-989a-ccc824b06afe 2018-09-04 10:28:49,104 - OpenStackNetwork - DEBUG - Network [d12ee378-888a-43f0-8149-20caec2c30e3] created successfully 2018-09-04 10:28:49,104 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 10:28:49,105 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-09-04 10:28:49,488 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5ef645ad12fc453aa5d8a0c2cbf76196", "name": "heat_stack_owner"}, {"id": "9a944a8c31754b8f941d2fa9034d4301", "name": "Member"}, {"id": "3d416247e8224533841040c3ad2bce5a", "name": "admin"}], "expires_at": "2018-09-04T11:28:49.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "da1aa3dc9e564d3d922e61c0121a390e", "name": "api_check-project_95790658-ea1a-473f-b71a-0aa15c3467f2"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235635a698ef4bef9dc6b25273d185da"}, {"url": "http://192.30.9.6:8776/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "23b07b3fbfc340a58cf0f9b2871a0d23"}, {"url": "http://172.30.9.28:8776/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "72fd0aaa144d45419f4b04b6b26f69a7"}], "type": "volume", "id": "097241c25b4d4f7e91b3f8efa155909e", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v3/da1aa3dc9e564d3d922e61c0121a390e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93eb4cf3030a49e7840bec071422d397"}, {"url": "http://192.30.9.6:8776/v3/da1aa3dc9e564d3d922e61c0121a390e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8af439a6ac147fdbcb38ed9aa916b68"}, {"url": "http://192.30.9.6:8776/v3/da1aa3dc9e564d3d922e61c0121a390e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c4bfdbc9b7c74a23a40afdf578cfeba4"}], "type": "volumev3", "id": "1c85f4682ce44f729db1dabd98e965e8", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "82239574a29d4603a2161006f61851cf"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8d15f7134f364a7bbcfff2f84aac3bf2"}, {"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e01668c43a0c4c279b9a3d20a0280d6c"}], "type": "image", "id": "297d8415ca96454991054983920912f7", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7bb4d60e20734d4a9f31ec75e02cb823"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bf6adec15590466a9a0d3bddb00e8993"}, {"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f096f03a1d12411a8972f6f7c196b60d"}], "type": "policy", "id": "54c64351b56d44bbad74c2969cc3aa00", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "354ae6870a324fab82d0a0fb68ee0f26"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a3807e460dd4af488d982b66c52e64c"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e7c3da785076450abd71868e75ce0c33"}], "type": "cloudformation", "id": "6ac9917ae83c4639a15a4ab3cf0e76dd", "name": "heat-cfn"}, {"endpoints": [], "type": "metering", "id": "7fcc078e5e0645f29df67742ac14e388", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49e71628d386464cb950d6a9db00a328"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75b0a63ed8574bbcab1c851cc9b83d30"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9902b0a8b3c04cd192a1b84c417c232b"}], "type": "key-manager", "id": "9626544a32e74678a641c6e206f028a9", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "497340e5aa36485982fdf297f370558f"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7802beb4fc7c4952897b77bd5610b1fe"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c14af798917f4fa0b146d9772583e595"}], "type": "metric", "id": "973bfe8c658d4e5a8da725e76b9d550e", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "288ecc3674ea41d2aa3b790dcb832bf2"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7a6dc785cd7142f5b30f1a7ba0daeb03"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7f7d34e2351b4964befccc862c4e8e12"}], "type": "network", "id": "a348d7b06050474fb449be7f32ea6f5d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "21bce6ecb8464a1f8f3e3847aa698bd6"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0a8faf2246b47deb30e69e48d3551fb"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e71c6011de3d4d8589e5b53dcc79f288"}], "type": "identity", "id": "ad8d4b4953184137a1b913ecee9434ed", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "13474f9a78ca4f1184e4cddc84d0d98c"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad67365a18234bb78c336e6776958c00"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc54db13337f44f8921fbb9ad0f81de8"}], "type": "alarming", "id": "bb18dc3243034f08a6a7f69f7a1edccf", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0d91d7adf0304b2681c77f979e5cdb17"}, {"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "756e5ffca9774ab3ae2db41bf330417f"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c07c727a08c243b287827f539a124e63"}], "type": "placement", "id": "bb2c9432fcbd4c56913177122468f6ba", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1eed4912224b48cf9856446eae4d9928"}, {"url": "http://192.30.9.6:8004/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b73b7f99236541148d84f24f09e5dd40"}, {"url": "http://192.30.9.6:8004/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fbf12e52911244fdafc24a9d46f56e62"}], "type": "orchestration", "id": "c8918d139da945ba93df4ccce21d4904", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/da1aa3dc9e564d3d922e61c0121a390e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16bf098b9e2e490f8e47fa601059f975"}, {"url": "http://192.30.9.6:8776/v2/da1aa3dc9e564d3d922e61c0121a390e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc16fa4cf491444ca2f611d5692c1170"}, {"url": "http://192.30.9.6:8776/v2/da1aa3dc9e564d3d922e61c0121a390e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ccd2c5325dff4b90b391db9fdde67d99"}], "type": "volumev2", "id": "d09ac9123c34494abce21d6c27bee9d9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eac694332354a3aa0e61c31314166d7"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b4d4989c4e764717ab78d38675cadd3f"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff196e46b56d406d87a678f1a64497b0"}], "type": "compute", "id": "d4030ee932c84df58c5b910cc197caa7", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_95790658-ea1a-473f-b71a-0aa15c3467f2", "id": "6cb53a06110b45a6a2f21cb265048110"}, "audit_ids": ["zMtbxw9ERzqw5Z2eYRBrzQ"], "issued_at": "2018-09-04T10:28:49.000000Z"}} 2018-09-04 10:28:49,488 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28: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}6dbdc099eba9fecd82423effd83ef32449ae9038" 2018-09-04 10:28:49,569 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:28:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8bdf9028-744e-4572-bd90-60c14db07337 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.28:5000/v3/", "rel": "self"}]}} 2018-09-04 10:28:49,569 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-8bdf9028-744e-4572-bd90-60c14db07337 2018-09-04 10:28:49,570 - nova_utils - DEBUG - Retrieving Nova Client 2018-09-04 10:28:49,575 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6dbdc099eba9fecd82423effd83ef32449ae9038" 2018-09-04 10:28:49,770 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:28: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-384a4562-25da-4ca5-b0fc-9345cf1705f6 x-compute-request-id: req-384a4562-25da-4ca5-b0fc-9345cf1705f6 Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-09-04 10:28:49,770 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors used request id req-384a4562-25da-4ca5-b0fc-9345cf1705f6 2018-09-04 10:28:49,773 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6dbdc099eba9fecd82423effd83ef32449ae9038" -d '{"flavor": {"vcpus": 1, "disk": 10, "name": "NovaUtilsInstanceVolumeTests-d4c9868d-f968-43a2-ac37-f1f9c79464b5-flavor", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "ram": 256, "id": null, "swap": 0}}' 2018-09-04 10:28:50,069 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:28: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-d092f296-e066-4cf5-8909-d16ac9cb4289 x-compute-request-id: req-d092f296-e066-4cf5-8909-d16ac9cb4289 Content-Encoding: gzip Content-Length: 324 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/c3d3634d-7c81-4337-9b6a-6b8c5bf527d2", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/c3d3634d-7c81-4337-9b6a-6b8c5bf527d2", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "c3d3634d-7c81-4337-9b6a-6b8c5bf527d2", "name": "NovaUtilsInstanceVolumeTests-d4c9868d-f968-43a2-ac37-f1f9c79464b5-flavor", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-09-04 10:28:50,070 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/flavors used request id req-d092f296-e066-4cf5-8909-d16ac9cb4289 2018-09-04 10:28:50,070 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 10:28:50,071 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-09-04 10:28:50,459 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5ef645ad12fc453aa5d8a0c2cbf76196", "name": "heat_stack_owner"}, {"id": "9a944a8c31754b8f941d2fa9034d4301", "name": "Member"}, {"id": "3d416247e8224533841040c3ad2bce5a", "name": "admin"}], "expires_at": "2018-09-04T11:28:50.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "da1aa3dc9e564d3d922e61c0121a390e", "name": "api_check-project_95790658-ea1a-473f-b71a-0aa15c3467f2"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235635a698ef4bef9dc6b25273d185da"}, {"url": "http://192.30.9.6:8776/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "23b07b3fbfc340a58cf0f9b2871a0d23"}, {"url": "http://172.30.9.28:8776/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "72fd0aaa144d45419f4b04b6b26f69a7"}], "type": "volume", "id": "097241c25b4d4f7e91b3f8efa155909e", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v3/da1aa3dc9e564d3d922e61c0121a390e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93eb4cf3030a49e7840bec071422d397"}, {"url": "http://192.30.9.6:8776/v3/da1aa3dc9e564d3d922e61c0121a390e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8af439a6ac147fdbcb38ed9aa916b68"}, {"url": "http://192.30.9.6:8776/v3/da1aa3dc9e564d3d922e61c0121a390e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c4bfdbc9b7c74a23a40afdf578cfeba4"}], "type": "volumev3", "id": "1c85f4682ce44f729db1dabd98e965e8", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "82239574a29d4603a2161006f61851cf"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8d15f7134f364a7bbcfff2f84aac3bf2"}, {"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e01668c43a0c4c279b9a3d20a0280d6c"}], "type": "image", "id": "297d8415ca96454991054983920912f7", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7bb4d60e20734d4a9f31ec75e02cb823"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bf6adec15590466a9a0d3bddb00e8993"}, {"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f096f03a1d12411a8972f6f7c196b60d"}], "type": "policy", "id": "54c64351b56d44bbad74c2969cc3aa00", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "354ae6870a324fab82d0a0fb68ee0f26"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a3807e460dd4af488d982b66c52e64c"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e7c3da785076450abd71868e75ce0c33"}], "type": "cloudformation", "id": "6ac9917ae83c4639a15a4ab3cf0e76dd", "name": "heat-cfn"}, {"endpoints": [], "type": "metering", "id": "7fcc078e5e0645f29df67742ac14e388", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49e71628d386464cb950d6a9db00a328"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75b0a63ed8574bbcab1c851cc9b83d30"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9902b0a8b3c04cd192a1b84c417c232b"}], "type": "key-manager", "id": "9626544a32e74678a641c6e206f028a9", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "497340e5aa36485982fdf297f370558f"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7802beb4fc7c4952897b77bd5610b1fe"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c14af798917f4fa0b146d9772583e595"}], "type": "metric", "id": "973bfe8c658d4e5a8da725e76b9d550e", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "288ecc3674ea41d2aa3b790dcb832bf2"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7a6dc785cd7142f5b30f1a7ba0daeb03"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7f7d34e2351b4964befccc862c4e8e12"}], "type": "network", "id": "a348d7b06050474fb449be7f32ea6f5d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "21bce6ecb8464a1f8f3e3847aa698bd6"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0a8faf2246b47deb30e69e48d3551fb"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e71c6011de3d4d8589e5b53dcc79f288"}], "type": "identity", "id": "ad8d4b4953184137a1b913ecee9434ed", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "13474f9a78ca4f1184e4cddc84d0d98c"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad67365a18234bb78c336e6776958c00"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc54db13337f44f8921fbb9ad0f81de8"}], "type": "alarming", "id": "bb18dc3243034f08a6a7f69f7a1edccf", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0d91d7adf0304b2681c77f979e5cdb17"}, {"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "756e5ffca9774ab3ae2db41bf330417f"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c07c727a08c243b287827f539a124e63"}], "type": "placement", "id": "bb2c9432fcbd4c56913177122468f6ba", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1eed4912224b48cf9856446eae4d9928"}, {"url": "http://192.30.9.6:8004/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b73b7f99236541148d84f24f09e5dd40"}, {"url": "http://192.30.9.6:8004/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fbf12e52911244fdafc24a9d46f56e62"}], "type": "orchestration", "id": "c8918d139da945ba93df4ccce21d4904", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/da1aa3dc9e564d3d922e61c0121a390e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16bf098b9e2e490f8e47fa601059f975"}, {"url": "http://192.30.9.6:8776/v2/da1aa3dc9e564d3d922e61c0121a390e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc16fa4cf491444ca2f611d5692c1170"}, {"url": "http://192.30.9.6:8776/v2/da1aa3dc9e564d3d922e61c0121a390e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ccd2c5325dff4b90b391db9fdde67d99"}], "type": "volumev2", "id": "d09ac9123c34494abce21d6c27bee9d9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eac694332354a3aa0e61c31314166d7"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b4d4989c4e764717ab78d38675cadd3f"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff196e46b56d406d87a678f1a64497b0"}], "type": "compute", "id": "d4030ee932c84df58c5b910cc197caa7", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_95790658-ea1a-473f-b71a-0aa15c3467f2", "id": "6cb53a06110b45a6a2f21cb265048110"}, "audit_ids": ["7kQAP1R2RK6pra1XhrlchQ"], "issued_at": "2018-09-04T10:28:50.000000Z"}} 2018-09-04 10:28:50,459 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28: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}8aca1b0c444630fd605ff516c7865bf005b46806" 2018-09-04 10:28:50,542 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:28:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e3df89b2-761c-4eea-ace4-5de418a5a698 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.28:5000/v3/", "rel": "self"}]}} 2018-09-04 10:28:50,542 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-e3df89b2-761c-4eea-ace4-5de418a5a698 2018-09-04 10:28:50,548 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8776/v3/da1aa3dc9e564d3d922e61c0121a390e/volumes/detail -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8aca1b0c444630fd605ff516c7865bf005b46806" 2018-09-04 10:28:50,742 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:28:50 GMT Server: Apache x-compute-request-id: req-31688178-8eb3-4444-a4a6-def84b47fcf2 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-31688178-8eb3-4444-a4a6-def84b47fcf2 Content-Length: 15 Content-Type: application/json RESP BODY: {"volumes": []} 2018-09-04 10:28:50,742 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/da1aa3dc9e564d3d922e61c0121a390e/volumes/detail used request id req-31688178-8eb3-4444-a4a6-def84b47fcf2 2018-09-04 10:28:50,746 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:8776/v3/da1aa3dc9e564d3d922e61c0121a390e/volumes -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-31688178-8eb3-4444-a4a6-def84b47fcf2" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8aca1b0c444630fd605ff516c7865bf005b46806" -d '{"volume": {"status": "creating", "user_id": null, "name": "NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-d4c9868d-f968-43a2-ac37-f1f9c79464b5", "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-09-04 10:28:51,672 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Tue, 04 Sep 2018 10:28:50 GMT Server: Apache x-compute-request-id: req-fd4b215c-20f2-4b57-924e-a00182362950 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-fd4b215c-20f2-4b57-924e-a00182362950 Content-Length: 881 Content-Type: application/json RESP BODY: {"volume": {"status": "creating", "migration_status": null, "user_id": "6cb53a06110b45a6a2f21cb265048110", "attachments": [], "links": [{"href": "http://172.30.9.28:8776/v3/da1aa3dc9e564d3d922e61c0121a390e/volumes/411feb82-1348-482f-97aa-692ee200191c", "rel": "self"}, {"href": "http://172.30.9.28:8776/da1aa3dc9e564d3d922e61c0121a390e/volumes/411feb82-1348-482f-97aa-692ee200191c", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-09-04T10:28:51.556245", "description": null, "updated_at": null, "volume_type": null, "name": "NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-d4c9868d-f968-43a2-ac37-f1f9c79464b5", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "411feb82-1348-482f-97aa-692ee200191c", "size": 1}} 2018-09-04 10:28:51,673 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.28:8776/v3/da1aa3dc9e564d3d922e61c0121a390e/volumes used request id req-fd4b215c-20f2-4b57-924e-a00182362950 2018-09-04 10:28:51,676 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8776/v3/da1aa3dc9e564d3d922e61c0121a390e/volumes/411feb82-1348-482f-97aa-692ee200191c -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-31688178-8eb3-4444-a4a6-def84b47fcf2" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8aca1b0c444630fd605ff516c7865bf005b46806" 2018-09-04 10:28:52,433 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:28:51 GMT Server: Apache x-compute-request-id: req-260d6195-5291-4658-b0eb-d249fea2116a OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-260d6195-5291-4658-b0eb-d249fea2116a Content-Encoding: gzip Content-Length: 521 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.28:8776/v3/da1aa3dc9e564d3d922e61c0121a390e/volumes/411feb82-1348-482f-97aa-692ee200191c", "rel": "self"}, {"href": "http://172.30.9.28:8776/da1aa3dc9e564d3d922e61c0121a390e/volumes/411feb82-1348-482f-97aa-692ee200191c", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-09-04T10:28:52.000000", "replication_status": null, "snapshot_id": null, "id": "411feb82-1348-482f-97aa-692ee200191c", "size": 1, "user_id": "6cb53a06110b45a6a2f21cb265048110", "os-vol-tenant-attr:tenant_id": "da1aa3dc9e564d3d922e61c0121a390e", "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-d4c9868d-f968-43a2-ac37-f1f9c79464b5", "bootable": "false", "created_at": "2018-09-04T10:28:51.000000", "volume_type": null}} 2018-09-04 10:28:52,433 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/da1aa3dc9e564d3d922e61c0121a390e/volumes/411feb82-1348-482f-97aa-692ee200191c used request id req-260d6195-5291-4658-b0eb-d249fea2116a 2018-09-04 10:28:52,434 - create_volume - INFO - Created volume with name - NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-d4c9868d-f968-43a2-ac37-f1f9c79464b5 2018-09-04 10:28:52,436 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8776/v3/da1aa3dc9e564d3d922e61c0121a390e/volumes/411feb82-1348-482f-97aa-692ee200191c -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-31688178-8eb3-4444-a4a6-def84b47fcf2" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8aca1b0c444630fd605ff516c7865bf005b46806" 2018-09-04 10:28:53,193 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:28:52 GMT Server: Apache x-compute-request-id: req-df3a8e5f-78d3-42dd-ac79-072715d93ec6 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-df3a8e5f-78d3-42dd-ac79-072715d93ec6 Content-Encoding: gzip Content-Length: 521 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.28:8776/v3/da1aa3dc9e564d3d922e61c0121a390e/volumes/411feb82-1348-482f-97aa-692ee200191c", "rel": "self"}, {"href": "http://172.30.9.28:8776/da1aa3dc9e564d3d922e61c0121a390e/volumes/411feb82-1348-482f-97aa-692ee200191c", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-09-04T10:28:52.000000", "replication_status": null, "snapshot_id": null, "id": "411feb82-1348-482f-97aa-692ee200191c", "size": 1, "user_id": "6cb53a06110b45a6a2f21cb265048110", "os-vol-tenant-attr:tenant_id": "da1aa3dc9e564d3d922e61c0121a390e", "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-d4c9868d-f968-43a2-ac37-f1f9c79464b5", "bootable": "false", "created_at": "2018-09-04T10:28:51.000000", "volume_type": null}} 2018-09-04 10:28:53,194 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/da1aa3dc9e564d3d922e61c0121a390e/volumes/411feb82-1348-482f-97aa-692ee200191c used request id req-df3a8e5f-78d3-42dd-ac79-072715d93ec6 2018-09-04 10:28:53,194 - create_volume - DEBUG - Instance status is - available 2018-09-04 10:28:53,194 - create_volume - DEBUG - Volume is active with name - NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-d4c9868d-f968-43a2-ac37-f1f9c79464b5 2018-09-04 10:28:53,194 - create_volume - INFO - Volume is now active with name - NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-d4c9868d-f968-43a2-ac37-f1f9c79464b5 2018-09-04 10:28:53,194 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 10:28:53,195 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-09-04 10:28:53,591 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5ef645ad12fc453aa5d8a0c2cbf76196", "name": "heat_stack_owner"}, {"id": "9a944a8c31754b8f941d2fa9034d4301", "name": "Member"}, {"id": "3d416247e8224533841040c3ad2bce5a", "name": "admin"}], "expires_at": "2018-09-04T11:28:53.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "da1aa3dc9e564d3d922e61c0121a390e", "name": "api_check-project_95790658-ea1a-473f-b71a-0aa15c3467f2"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235635a698ef4bef9dc6b25273d185da"}, {"url": "http://192.30.9.6:8776/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "23b07b3fbfc340a58cf0f9b2871a0d23"}, {"url": "http://172.30.9.28:8776/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "72fd0aaa144d45419f4b04b6b26f69a7"}], "type": "volume", "id": "097241c25b4d4f7e91b3f8efa155909e", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v3/da1aa3dc9e564d3d922e61c0121a390e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93eb4cf3030a49e7840bec071422d397"}, {"url": "http://192.30.9.6:8776/v3/da1aa3dc9e564d3d922e61c0121a390e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8af439a6ac147fdbcb38ed9aa916b68"}, {"url": "http://192.30.9.6:8776/v3/da1aa3dc9e564d3d922e61c0121a390e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c4bfdbc9b7c74a23a40afdf578cfeba4"}], "type": "volumev3", "id": "1c85f4682ce44f729db1dabd98e965e8", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "82239574a29d4603a2161006f61851cf"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8d15f7134f364a7bbcfff2f84aac3bf2"}, {"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e01668c43a0c4c279b9a3d20a0280d6c"}], "type": "image", "id": "297d8415ca96454991054983920912f7", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7bb4d60e20734d4a9f31ec75e02cb823"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bf6adec15590466a9a0d3bddb00e8993"}, {"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f096f03a1d12411a8972f6f7c196b60d"}], "type": "policy", "id": "54c64351b56d44bbad74c2969cc3aa00", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "354ae6870a324fab82d0a0fb68ee0f26"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a3807e460dd4af488d982b66c52e64c"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e7c3da785076450abd71868e75ce0c33"}], "type": "cloudformation", "id": "6ac9917ae83c4639a15a4ab3cf0e76dd", "name": "heat-cfn"}, {"endpoints": [], "type": "metering", "id": "7fcc078e5e0645f29df67742ac14e388", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49e71628d386464cb950d6a9db00a328"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75b0a63ed8574bbcab1c851cc9b83d30"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9902b0a8b3c04cd192a1b84c417c232b"}], "type": "key-manager", "id": "9626544a32e74678a641c6e206f028a9", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "497340e5aa36485982fdf297f370558f"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7802beb4fc7c4952897b77bd5610b1fe"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c14af798917f4fa0b146d9772583e595"}], "type": "metric", "id": "973bfe8c658d4e5a8da725e76b9d550e", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "288ecc3674ea41d2aa3b790dcb832bf2"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7a6dc785cd7142f5b30f1a7ba0daeb03"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7f7d34e2351b4964befccc862c4e8e12"}], "type": "network", "id": "a348d7b06050474fb449be7f32ea6f5d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "21bce6ecb8464a1f8f3e3847aa698bd6"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0a8faf2246b47deb30e69e48d3551fb"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e71c6011de3d4d8589e5b53dcc79f288"}], "type": "identity", "id": "ad8d4b4953184137a1b913ecee9434ed", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "13474f9a78ca4f1184e4cddc84d0d98c"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad67365a18234bb78c336e6776958c00"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc54db13337f44f8921fbb9ad0f81de8"}], "type": "alarming", "id": "bb18dc3243034f08a6a7f69f7a1edccf", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0d91d7adf0304b2681c77f979e5cdb17"}, {"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "756e5ffca9774ab3ae2db41bf330417f"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c07c727a08c243b287827f539a124e63"}], "type": "placement", "id": "bb2c9432fcbd4c56913177122468f6ba", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1eed4912224b48cf9856446eae4d9928"}, {"url": "http://192.30.9.6:8004/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b73b7f99236541148d84f24f09e5dd40"}, {"url": "http://192.30.9.6:8004/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fbf12e52911244fdafc24a9d46f56e62"}], "type": "orchestration", "id": "c8918d139da945ba93df4ccce21d4904", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/da1aa3dc9e564d3d922e61c0121a390e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16bf098b9e2e490f8e47fa601059f975"}, {"url": "http://192.30.9.6:8776/v2/da1aa3dc9e564d3d922e61c0121a390e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc16fa4cf491444ca2f611d5692c1170"}, {"url": "http://192.30.9.6:8776/v2/da1aa3dc9e564d3d922e61c0121a390e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ccd2c5325dff4b90b391db9fdde67d99"}], "type": "volumev2", "id": "d09ac9123c34494abce21d6c27bee9d9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eac694332354a3aa0e61c31314166d7"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b4d4989c4e764717ab78d38675cadd3f"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff196e46b56d406d87a678f1a64497b0"}], "type": "compute", "id": "d4030ee932c84df58c5b910cc197caa7", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_95790658-ea1a-473f-b71a-0aa15c3467f2", "id": "6cb53a06110b45a6a2f21cb265048110"}, "audit_ids": ["8pFt41vFQt2aNMZ6jI7jzQ"], "issued_at": "2018-09-04T10:28:53.000000Z"}} 2018-09-04 10:28:53,591 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28: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}3a020009b1dfcec879e47f1863b20fe87961f7ad" 2018-09-04 10:28:53,666 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:28:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f0c5980a-f484-4749-b1b3-d31df4478194 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.28:5000/v3/", "rel": "self"}]}} 2018-09-04 10:28:53,666 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-f0c5980a-f484-4749-b1b3-d31df4478194 2018-09-04 10:28:53,667 - nova_utils - DEBUG - Retrieving Nova Client 2018-09-04 10:28:53,669 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28: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}3a020009b1dfcec879e47f1863b20fe87961f7ad" 2018-09-04 10:28:53,750 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:28:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1a4911fb-f3a0-443d-93c5-e8386cd9ee37 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.28:5000/v3/", "rel": "self"}]}} 2018-09-04 10:28:53,750 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-1a4911fb-f3a0-443d-93c5-e8386cd9ee37 2018-09-04 10:28:53,758 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-d4c9868d-f968-43a2-ac37-f1f9c79464b5-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3a020009b1dfcec879e47f1863b20fe87961f7ad" 2018-09-04 10:28:53,990 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-4459df68-9bde-4cc3-9660-852ea73cd26a Date: Tue, 04 Sep 2018 10:28:54 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"d12ee378-888a-43f0-8149-20caec2c30e3","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"da1aa3dc9e564d3d922e61c0121a390e","status":"ACTIVE","subnets":["25a44d4f-36a8-45a6-9309-a222f8bdb859"],"description":"","tags":[],"updated_at":"2018-09-04T10:28:48Z","provider:segmentation_id":90,"name":"NovaUtilsInstanceVolumeTests-d4c9868d-f968-43a2-ac37-f1f9c79464b5-net","admin_state_up":true,"tenant_id":"da1aa3dc9e564d3d922e61c0121a390e","created_at":"2018-09-04T10:28:47Z","provider:network_type":"vxlan"}]} 2018-09-04 10:28:53,990 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-d4c9868d-f968-43a2-ac37-f1f9c79464b5-net used request id req-4459df68-9bde-4cc3-9660-852ea73cd26a 2018-09-04 10:28:53,993 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-04 10:28:53,998 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 04 Sep 2018 10:28: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.28: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.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-04 10:28:53,999 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/da1aa3dc9e564d3d922e61c0121a390e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3a020009b1dfcec879e47f1863b20fe87961f7ad" 2018-09-04 10:28:54,018 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:28:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a46a6ca1-cedd-4398-a908-69a0ade0e8e2 Content-Encoding: gzip Content-Length: 245 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.28:5000/v3/projects/da1aa3dc9e564d3d922e61c0121a390e"}, "enabled": true, "id": "da1aa3dc9e564d3d922e61c0121a390e", "parent_id": "default", "domain_id": "default", "name": "api_check-project_95790658-ea1a-473f-b71a-0aa15c3467f2"}} 2018-09-04 10:28:54,018 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/da1aa3dc9e564d3d922e61c0121a390e used request id req-a46a6ca1-cedd-4398-a908-69a0ade0e8e2 2018-09-04 10:28:54,023 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=d12ee378-888a-43f0-8149-20caec2c30e3 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3a020009b1dfcec879e47f1863b20fe87961f7ad" 2018-09-04 10:28:54,238 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-95d5ac60-c943-448e-b988-e438b10e9597 Date: Tue, 04 Sep 2018 10:28:54 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"d12ee378-888a-43f0-8149-20caec2c30e3","tenant_id":"da1aa3dc9e564d3d922e61c0121a390e","created_at":"2018-09-04T10:28:48Z","dns_nameservers":[],"updated_at":"2018-09-04T10:28:48Z","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":"da1aa3dc9e564d3d922e61c0121a390e","id":"25a44d4f-36a8-45a6-9309-a222f8bdb859","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-d4c9868d-f968-43a2-ac37-f1f9c79464b5-subnet"}]} 2018-09-04 10:28:54,238 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=d12ee378-888a-43f0-8149-20caec2c30e3 used request id req-95d5ac60-c943-448e-b988-e438b10e9597 2018-09-04 10:28:54,243 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?network_id=d12ee378-888a-43f0-8149-20caec2c30e3&name=NovaUtilsInstanceVolumeTests-d4c9868d-f968-43a2-ac37-f1f9c79464b5-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3a020009b1dfcec879e47f1863b20fe87961f7ad" 2018-09-04 10:28:54,429 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-c2f386b7-7c38-442c-932e-c6e395997844 Date: Tue, 04 Sep 2018 10:28:54 GMT RESP BODY: {"ports":[]} 2018-09-04 10:28:54,429 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?network_id=d12ee378-888a-43f0-8149-20caec2c30e3&name=NovaUtilsInstanceVolumeTests-d4c9868d-f968-43a2-ac37-f1f9c79464b5-port&admin_state_up=True used request id req-c2f386b7-7c38-442c-932e-c6e395997844 2018-09-04 10:28:54,432 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/detail?name=NovaUtilsInstanceVolumeTests-d4c9868d-f968-43a2-ac37-f1f9c79464b5-vm_inst -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3a020009b1dfcec879e47f1863b20fe87961f7ad" 2018-09-04 10:28:55,070 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:28: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-c9622dcc-a0d9-4d3f-b3d9-50c12a23e584 x-compute-request-id: req-c9622dcc-a0d9-4d3f-b3d9-50c12a23e584 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-09-04 10:28:55,070 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail?name=NovaUtilsInstanceVolumeTests-d4c9868d-f968-43a2-ac37-f1f9c79464b5-vm_inst used request id req-c9622dcc-a0d9-4d3f-b3d9-50c12a23e584 2018-09-04 10:28:55,076 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-d4c9868d-f968-43a2-ac37-f1f9c79464b5-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3a020009b1dfcec879e47f1863b20fe87961f7ad" 2018-09-04 10:28:55,312 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-eebebdf4-e59e-4ff3-b0c7-16784b9b5051 Date: Tue, 04 Sep 2018 10:28:55 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"d12ee378-888a-43f0-8149-20caec2c30e3","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"da1aa3dc9e564d3d922e61c0121a390e","status":"ACTIVE","subnets":["25a44d4f-36a8-45a6-9309-a222f8bdb859"],"description":"","tags":[],"updated_at":"2018-09-04T10:28:48Z","provider:segmentation_id":90,"name":"NovaUtilsInstanceVolumeTests-d4c9868d-f968-43a2-ac37-f1f9c79464b5-net","admin_state_up":true,"tenant_id":"da1aa3dc9e564d3d922e61c0121a390e","created_at":"2018-09-04T10:28:47Z","provider:network_type":"vxlan"}]} 2018-09-04 10:28:55,312 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-d4c9868d-f968-43a2-ac37-f1f9c79464b5-net used request id req-eebebdf4-e59e-4ff3-b0c7-16784b9b5051 2018-09-04 10:28:55,316 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/da1aa3dc9e564d3d922e61c0121a390e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3a020009b1dfcec879e47f1863b20fe87961f7ad" 2018-09-04 10:28:55,398 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:28:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-aac353af-d166-4cf9-ae9d-16b00a765f1b Content-Encoding: gzip Content-Length: 245 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.28:5000/v3/projects/da1aa3dc9e564d3d922e61c0121a390e"}, "enabled": true, "id": "da1aa3dc9e564d3d922e61c0121a390e", "parent_id": "default", "domain_id": "default", "name": "api_check-project_95790658-ea1a-473f-b71a-0aa15c3467f2"}} 2018-09-04 10:28:55,398 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/da1aa3dc9e564d3d922e61c0121a390e used request id req-aac353af-d166-4cf9-ae9d-16b00a765f1b 2018-09-04 10:28:55,404 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=d12ee378-888a-43f0-8149-20caec2c30e3 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3a020009b1dfcec879e47f1863b20fe87961f7ad" 2018-09-04 10:28:55,604 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-ce76fbcd-caa8-45ea-9f94-d561ee27d959 Date: Tue, 04 Sep 2018 10:28:55 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"d12ee378-888a-43f0-8149-20caec2c30e3","tenant_id":"da1aa3dc9e564d3d922e61c0121a390e","created_at":"2018-09-04T10:28:48Z","dns_nameservers":[],"updated_at":"2018-09-04T10:28:48Z","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":"da1aa3dc9e564d3d922e61c0121a390e","id":"25a44d4f-36a8-45a6-9309-a222f8bdb859","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-d4c9868d-f968-43a2-ac37-f1f9c79464b5-subnet"}]} 2018-09-04 10:28:55,604 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=d12ee378-888a-43f0-8149-20caec2c30e3 used request id req-ce76fbcd-caa8-45ea-9f94-d561ee27d959 2018-09-04 10:28:55,610 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?network_id=d12ee378-888a-43f0-8149-20caec2c30e3&name=NovaUtilsInstanceVolumeTests-d4c9868d-f968-43a2-ac37-f1f9c79464b5-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3a020009b1dfcec879e47f1863b20fe87961f7ad" 2018-09-04 10:28:55,639 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-1c5f74f0-9224-46a9-b4ab-940a9d40d09e Date: Tue, 04 Sep 2018 10:28:55 GMT RESP BODY: {"ports":[]} 2018-09-04 10:28:55,639 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?network_id=d12ee378-888a-43f0-8149-20caec2c30e3&name=NovaUtilsInstanceVolumeTests-d4c9868d-f968-43a2-ac37-f1f9c79464b5-port&admin_state_up=True used request id req-1c5f74f0-9224-46a9-b4ab-940a9d40d09e 2018-09-04 10:28:55,639 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 10:28:55,640 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-09-04 10:28:56,023 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5ef645ad12fc453aa5d8a0c2cbf76196", "name": "heat_stack_owner"}, {"id": "9a944a8c31754b8f941d2fa9034d4301", "name": "Member"}, {"id": "3d416247e8224533841040c3ad2bce5a", "name": "admin"}], "expires_at": "2018-09-04T11:28:56.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "da1aa3dc9e564d3d922e61c0121a390e", "name": "api_check-project_95790658-ea1a-473f-b71a-0aa15c3467f2"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235635a698ef4bef9dc6b25273d185da"}, {"url": "http://192.30.9.6:8776/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "23b07b3fbfc340a58cf0f9b2871a0d23"}, {"url": "http://172.30.9.28:8776/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "72fd0aaa144d45419f4b04b6b26f69a7"}], "type": "volume", "id": "097241c25b4d4f7e91b3f8efa155909e", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v3/da1aa3dc9e564d3d922e61c0121a390e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93eb4cf3030a49e7840bec071422d397"}, {"url": "http://192.30.9.6:8776/v3/da1aa3dc9e564d3d922e61c0121a390e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8af439a6ac147fdbcb38ed9aa916b68"}, {"url": "http://192.30.9.6:8776/v3/da1aa3dc9e564d3d922e61c0121a390e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c4bfdbc9b7c74a23a40afdf578cfeba4"}], "type": "volumev3", "id": "1c85f4682ce44f729db1dabd98e965e8", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "82239574a29d4603a2161006f61851cf"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8d15f7134f364a7bbcfff2f84aac3bf2"}, {"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e01668c43a0c4c279b9a3d20a0280d6c"}], "type": "image", "id": "297d8415ca96454991054983920912f7", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7bb4d60e20734d4a9f31ec75e02cb823"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bf6adec15590466a9a0d3bddb00e8993"}, {"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f096f03a1d12411a8972f6f7c196b60d"}], "type": "policy", "id": "54c64351b56d44bbad74c2969cc3aa00", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "354ae6870a324fab82d0a0fb68ee0f26"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a3807e460dd4af488d982b66c52e64c"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e7c3da785076450abd71868e75ce0c33"}], "type": "cloudformation", "id": "6ac9917ae83c4639a15a4ab3cf0e76dd", "name": "heat-cfn"}, {"endpoints": [], "type": "metering", "id": "7fcc078e5e0645f29df67742ac14e388", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49e71628d386464cb950d6a9db00a328"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75b0a63ed8574bbcab1c851cc9b83d30"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9902b0a8b3c04cd192a1b84c417c232b"}], "type": "key-manager", "id": "9626544a32e74678a641c6e206f028a9", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "497340e5aa36485982fdf297f370558f"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7802beb4fc7c4952897b77bd5610b1fe"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c14af798917f4fa0b146d9772583e595"}], "type": "metric", "id": "973bfe8c658d4e5a8da725e76b9d550e", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "288ecc3674ea41d2aa3b790dcb832bf2"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7a6dc785cd7142f5b30f1a7ba0daeb03"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7f7d34e2351b4964befccc862c4e8e12"}], "type": "network", "id": "a348d7b06050474fb449be7f32ea6f5d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "21bce6ecb8464a1f8f3e3847aa698bd6"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0a8faf2246b47deb30e69e48d3551fb"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e71c6011de3d4d8589e5b53dcc79f288"}], "type": "identity", "id": "ad8d4b4953184137a1b913ecee9434ed", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "13474f9a78ca4f1184e4cddc84d0d98c"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad67365a18234bb78c336e6776958c00"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc54db13337f44f8921fbb9ad0f81de8"}], "type": "alarming", "id": "bb18dc3243034f08a6a7f69f7a1edccf", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0d91d7adf0304b2681c77f979e5cdb17"}, {"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "756e5ffca9774ab3ae2db41bf330417f"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c07c727a08c243b287827f539a124e63"}], "type": "placement", "id": "bb2c9432fcbd4c56913177122468f6ba", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1eed4912224b48cf9856446eae4d9928"}, {"url": "http://192.30.9.6:8004/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b73b7f99236541148d84f24f09e5dd40"}, {"url": "http://192.30.9.6:8004/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fbf12e52911244fdafc24a9d46f56e62"}], "type": "orchestration", "id": "c8918d139da945ba93df4ccce21d4904", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/da1aa3dc9e564d3d922e61c0121a390e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16bf098b9e2e490f8e47fa601059f975"}, {"url": "http://192.30.9.6:8776/v2/da1aa3dc9e564d3d922e61c0121a390e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc16fa4cf491444ca2f611d5692c1170"}, {"url": "http://192.30.9.6:8776/v2/da1aa3dc9e564d3d922e61c0121a390e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ccd2c5325dff4b90b391db9fdde67d99"}], "type": "volumev2", "id": "d09ac9123c34494abce21d6c27bee9d9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eac694332354a3aa0e61c31314166d7"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b4d4989c4e764717ab78d38675cadd3f"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff196e46b56d406d87a678f1a64497b0"}], "type": "compute", "id": "d4030ee932c84df58c5b910cc197caa7", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_95790658-ea1a-473f-b71a-0aa15c3467f2", "id": "6cb53a06110b45a6a2f21cb265048110"}, "audit_ids": ["-L5X7NxvQ-GTuWTcGbLwDA"], "issued_at": "2018-09-04T10:28:56.000000Z"}} 2018-09-04 10:28:56,023 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28: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}a1c93e654e76264dbba0c6db45d8dbfee0266ffb" 2018-09-04 10:28:56,099 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:28:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d30e3693-f625-4e7f-82b7-f461eeb8de43 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.28:5000/v3/", "rel": "self"}]}} 2018-09-04 10:28:56,099 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-d30e3693-f625-4e7f-82b7-f461eeb8de43 2018-09-04 10:28:56,105 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-d4c9868d-f968-43a2-ac37-f1f9c79464b5-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3a020009b1dfcec879e47f1863b20fe87961f7ad" 2018-09-04 10:28:56,376 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-88462896-649d-4189-827d-e022eefa28cf Date: Tue, 04 Sep 2018 10:28:56 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"d12ee378-888a-43f0-8149-20caec2c30e3","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"da1aa3dc9e564d3d922e61c0121a390e","status":"ACTIVE","subnets":["25a44d4f-36a8-45a6-9309-a222f8bdb859"],"description":"","tags":[],"updated_at":"2018-09-04T10:28:48Z","provider:segmentation_id":90,"name":"NovaUtilsInstanceVolumeTests-d4c9868d-f968-43a2-ac37-f1f9c79464b5-net","admin_state_up":true,"tenant_id":"da1aa3dc9e564d3d922e61c0121a390e","created_at":"2018-09-04T10:28:47Z","provider:network_type":"vxlan"}]} 2018-09-04 10:28:56,376 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-d4c9868d-f968-43a2-ac37-f1f9c79464b5-net used request id req-88462896-649d-4189-827d-e022eefa28cf 2018-09-04 10:28:56,381 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=d12ee378-888a-43f0-8149-20caec2c30e3 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3a020009b1dfcec879e47f1863b20fe87961f7ad" 2018-09-04 10:28:56,674 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-e191209f-7545-4f1d-b7fe-5dd16cc95ffe Date: Tue, 04 Sep 2018 10:28:56 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"d12ee378-888a-43f0-8149-20caec2c30e3","tenant_id":"da1aa3dc9e564d3d922e61c0121a390e","created_at":"2018-09-04T10:28:48Z","dns_nameservers":[],"updated_at":"2018-09-04T10:28:48Z","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":"da1aa3dc9e564d3d922e61c0121a390e","id":"25a44d4f-36a8-45a6-9309-a222f8bdb859","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-d4c9868d-f968-43a2-ac37-f1f9c79464b5-subnet"}]} 2018-09-04 10:28:56,675 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=d12ee378-888a-43f0-8149-20caec2c30e3 used request id req-e191209f-7545-4f1d-b7fe-5dd16cc95ffe 2018-09-04 10:28:56,680 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-d4c9868d-f968-43a2-ac37-f1f9c79464b5-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3a020009b1dfcec879e47f1863b20fe87961f7ad" 2018-09-04 10:28:56,891 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-fef4eaec-f486-4222-9d54-53878c9d9d29 Date: Tue, 04 Sep 2018 10:28:56 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"d12ee378-888a-43f0-8149-20caec2c30e3","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"da1aa3dc9e564d3d922e61c0121a390e","status":"ACTIVE","subnets":["25a44d4f-36a8-45a6-9309-a222f8bdb859"],"description":"","tags":[],"updated_at":"2018-09-04T10:28:48Z","provider:segmentation_id":90,"name":"NovaUtilsInstanceVolumeTests-d4c9868d-f968-43a2-ac37-f1f9c79464b5-net","admin_state_up":true,"tenant_id":"da1aa3dc9e564d3d922e61c0121a390e","created_at":"2018-09-04T10:28:47Z","provider:network_type":"vxlan"}]} 2018-09-04 10:28:56,891 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-d4c9868d-f968-43a2-ac37-f1f9c79464b5-net used request id req-fef4eaec-f486-4222-9d54-53878c9d9d29 2018-09-04 10:28:56,895 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-04 10:28:56,899 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 04 Sep 2018 10:28: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.28: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.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-04 10:28:56,900 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/da1aa3dc9e564d3d922e61c0121a390e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a1c93e654e76264dbba0c6db45d8dbfee0266ffb" 2018-09-04 10:28:56,985 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:28:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-55b91b41-23fd-4e99-a0b4-77cd738a9846 Content-Encoding: gzip Content-Length: 245 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.28:5000/v3/projects/da1aa3dc9e564d3d922e61c0121a390e"}, "enabled": true, "id": "da1aa3dc9e564d3d922e61c0121a390e", "parent_id": "default", "domain_id": "default", "name": "api_check-project_95790658-ea1a-473f-b71a-0aa15c3467f2"}} 2018-09-04 10:28:56,985 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/da1aa3dc9e564d3d922e61c0121a390e used request id req-55b91b41-23fd-4e99-a0b4-77cd738a9846 2018-09-04 10:28:56,991 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=d12ee378-888a-43f0-8149-20caec2c30e3 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3a020009b1dfcec879e47f1863b20fe87961f7ad" 2018-09-04 10:28:57,040 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-c00180c4-0bba-48b4-a0fb-e69fcc2ba276 Date: Tue, 04 Sep 2018 10:28:57 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"d12ee378-888a-43f0-8149-20caec2c30e3","tenant_id":"da1aa3dc9e564d3d922e61c0121a390e","created_at":"2018-09-04T10:28:48Z","dns_nameservers":[],"updated_at":"2018-09-04T10:28:48Z","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":"da1aa3dc9e564d3d922e61c0121a390e","id":"25a44d4f-36a8-45a6-9309-a222f8bdb859","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-d4c9868d-f968-43a2-ac37-f1f9c79464b5-subnet"}]} 2018-09-04 10:28:57,040 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=d12ee378-888a-43f0-8149-20caec2c30e3 used request id req-c00180c4-0bba-48b4-a0fb-e69fcc2ba276 2018-09-04 10:28:57,041 - neutron_utils - INFO - Creating port for network with name - NovaUtilsInstanceVolumeTests-d4c9868d-f968-43a2-ac37-f1f9c79464b5-net 2018-09-04 10:28:57,046 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3a020009b1dfcec879e47f1863b20fe87961f7ad" -d '{"port": {"network_id": "d12ee378-888a-43f0-8149-20caec2c30e3", "name": "NovaUtilsInstanceVolumeTests-d4c9868d-f968-43a2-ac37-f1f9c79464b5-port", "admin_state_up": true}}' 2018-09-04 10:28:57,639 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 858 X-Openstack-Request-Id: req-d6370d89-315f-4b54-8571-a723ace631c9 Date: Tue, 04 Sep 2018 10:28:57 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T10:28:57Z","device_owner":"","revision_number":3,"binding:profile":{},"port_security_enabled":true,"fixed_ips":[{"subnet_id":"25a44d4f-36a8-45a6-9309-a222f8bdb859","ip_address":"10.55.0.5"}],"id":"ad391a6e-0766-40d7-8153-ed5b79ae09f5","security_groups":["a0350fb5-7963-482b-9b06-fea838951872"],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:62:50:3f","project_id":"da1aa3dc9e564d3d922e61c0121a390e","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"","name":"NovaUtilsInstanceVolumeTests-d4c9868d-f968-43a2-ac37-f1f9c79464b5-port","admin_state_up":true,"network_id":"d12ee378-888a-43f0-8149-20caec2c30e3","tenant_id":"da1aa3dc9e564d3d922e61c0121a390e","created_at":"2018-09-04T10:28:57Z","binding:vnic_type":"normal"}} 2018-09-04 10:28:57,640 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/ports used request id req-d6370d89-315f-4b54-8571-a723ace631c9 2018-09-04 10:28:57,645 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-d4c9868d-f968-43a2-ac37-f1f9c79464b5-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3a020009b1dfcec879e47f1863b20fe87961f7ad" 2018-09-04 10:28:57,722 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-355c818b-4a0b-48cf-aa50-18772aaf69d9 Date: Tue, 04 Sep 2018 10:28:57 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"d12ee378-888a-43f0-8149-20caec2c30e3","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"da1aa3dc9e564d3d922e61c0121a390e","status":"ACTIVE","subnets":["25a44d4f-36a8-45a6-9309-a222f8bdb859"],"description":"","tags":[],"updated_at":"2018-09-04T10:28:48Z","provider:segmentation_id":90,"name":"NovaUtilsInstanceVolumeTests-d4c9868d-f968-43a2-ac37-f1f9c79464b5-net","admin_state_up":true,"tenant_id":"da1aa3dc9e564d3d922e61c0121a390e","created_at":"2018-09-04T10:28:47Z","provider:network_type":"vxlan"}]} 2018-09-04 10:28:57,722 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-d4c9868d-f968-43a2-ac37-f1f9c79464b5-net used request id req-355c818b-4a0b-48cf-aa50-18772aaf69d9 2018-09-04 10:28:57,726 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/da1aa3dc9e564d3d922e61c0121a390e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3a020009b1dfcec879e47f1863b20fe87961f7ad" 2018-09-04 10:28:57,802 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:28:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d2fc7104-ebdc-45b6-8c32-be2ed4f287b1 Content-Encoding: gzip Content-Length: 245 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.28:5000/v3/projects/da1aa3dc9e564d3d922e61c0121a390e"}, "enabled": true, "id": "da1aa3dc9e564d3d922e61c0121a390e", "parent_id": "default", "domain_id": "default", "name": "api_check-project_95790658-ea1a-473f-b71a-0aa15c3467f2"}} 2018-09-04 10:28:57,802 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/da1aa3dc9e564d3d922e61c0121a390e used request id req-d2fc7104-ebdc-45b6-8c32-be2ed4f287b1 2018-09-04 10:28:57,807 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=d12ee378-888a-43f0-8149-20caec2c30e3 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3a020009b1dfcec879e47f1863b20fe87961f7ad" 2018-09-04 10:28:57,857 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-ba37ce7a-c89c-42a4-b015-0095ce67403c Date: Tue, 04 Sep 2018 10:28:57 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"d12ee378-888a-43f0-8149-20caec2c30e3","tenant_id":"da1aa3dc9e564d3d922e61c0121a390e","created_at":"2018-09-04T10:28:48Z","dns_nameservers":[],"updated_at":"2018-09-04T10:28:48Z","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":"da1aa3dc9e564d3d922e61c0121a390e","id":"25a44d4f-36a8-45a6-9309-a222f8bdb859","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-d4c9868d-f968-43a2-ac37-f1f9c79464b5-subnet"}]} 2018-09-04 10:28:57,857 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=d12ee378-888a-43f0-8149-20caec2c30e3 used request id req-ba37ce7a-c89c-42a4-b015-0095ce67403c 2018-09-04 10:28:57,862 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?network_id=d12ee378-888a-43f0-8149-20caec2c30e3&name=NovaUtilsInstanceVolumeTests-d4c9868d-f968-43a2-ac37-f1f9c79464b5-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3a020009b1dfcec879e47f1863b20fe87961f7ad" 2018-09-04 10:28:57,907 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 861 X-Openstack-Request-Id: req-fa81f9c0-cae7-4132-877f-4ea836229bd7 Date: Tue, 04 Sep 2018 10:28:57 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T10:28:57Z","device_owner":"","revision_number":3,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"25a44d4f-36a8-45a6-9309-a222f8bdb859","ip_address":"10.55.0.5"}],"id":"ad391a6e-0766-40d7-8153-ed5b79ae09f5","security_groups":["a0350fb5-7963-482b-9b06-fea838951872"],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:62:50:3f","project_id":"da1aa3dc9e564d3d922e61c0121a390e","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"","name":"NovaUtilsInstanceVolumeTests-d4c9868d-f968-43a2-ac37-f1f9c79464b5-port","admin_state_up":true,"network_id":"d12ee378-888a-43f0-8149-20caec2c30e3","tenant_id":"da1aa3dc9e564d3d922e61c0121a390e","created_at":"2018-09-04T10:28:57Z","binding:vnic_type":"normal"}]} 2018-09-04 10:28:57,907 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?network_id=d12ee378-888a-43f0-8149-20caec2c30e3&name=NovaUtilsInstanceVolumeTests-d4c9868d-f968-43a2-ac37-f1f9c79464b5-port&admin_state_up=True used request id req-fa81f9c0-cae7-4132-877f-4ea836229bd7 2018-09-04 10:28:57,911 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/da1aa3dc9e564d3d922e61c0121a390e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3a020009b1dfcec879e47f1863b20fe87961f7ad" 2018-09-04 10:28:57,998 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:28:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-061901bc-3329-465e-8bf2-1a3712a3abf2 Content-Encoding: gzip Content-Length: 245 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.28:5000/v3/projects/da1aa3dc9e564d3d922e61c0121a390e"}, "enabled": true, "id": "da1aa3dc9e564d3d922e61c0121a390e", "parent_id": "default", "domain_id": "default", "name": "api_check-project_95790658-ea1a-473f-b71a-0aa15c3467f2"}} 2018-09-04 10:28:57,998 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/da1aa3dc9e564d3d922e61c0121a390e used request id req-061901bc-3329-465e-8bf2-1a3712a3abf2 2018-09-04 10:28:57,999 - nova_utils - INFO - Creating VM with name - NovaUtilsInstanceVolumeTests-d4c9868d-f968-43a2-ac37-f1f9c79464b5-vm_inst 2018-09-04 10:28:58,002 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3a020009b1dfcec879e47f1863b20fe87961f7ad" 2018-09-04 10:28:58,183 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:28: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-b6ad930d-44d2-47a2-8cfe-50bf132b04db x-compute-request-id: req-b6ad930d-44d2-47a2-8cfe-50bf132b04db Content-Encoding: gzip Content-Length: 210 Content-Type: application/json RESP BODY: {"flavors": [{"id": "c3d3634d-7c81-4337-9b6a-6b8c5bf527d2", "links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/c3d3634d-7c81-4337-9b6a-6b8c5bf527d2", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/c3d3634d-7c81-4337-9b6a-6b8c5bf527d2", "rel": "bookmark"}], "name": "NovaUtilsInstanceVolumeTests-d4c9868d-f968-43a2-ac37-f1f9c79464b5-flavor"}]} 2018-09-04 10:28:58,183 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors used request id req-b6ad930d-44d2-47a2-8cfe-50bf132b04db 2018-09-04 10:28:58,186 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/flavors/c3d3634d-7c81-4337-9b6a-6b8c5bf527d2 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3a020009b1dfcec879e47f1863b20fe87961f7ad" 2018-09-04 10:28:58,210 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:28: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-e26fe4f8-5f9f-44e8-811d-0ba8b39f4a4d x-compute-request-id: req-e26fe4f8-5f9f-44e8-811d-0ba8b39f4a4d Content-Encoding: gzip Content-Length: 324 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/c3d3634d-7c81-4337-9b6a-6b8c5bf527d2", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/c3d3634d-7c81-4337-9b6a-6b8c5bf527d2", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "c3d3634d-7c81-4337-9b6a-6b8c5bf527d2", "name": "NovaUtilsInstanceVolumeTests-d4c9868d-f968-43a2-ac37-f1f9c79464b5-flavor", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-09-04 10:28:58,211 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors/c3d3634d-7c81-4337-9b6a-6b8c5bf527d2 used request id req-e26fe4f8-5f9f-44e8-811d-0ba8b39f4a4d 2018-09-04 10:28:58,214 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/images?limit=20&disk_format=qcow2&name=NovaUtilsInstanceVolumeTests-d4c9868d-f968-43a2-ac37-f1f9c79464b5-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}3a020009b1dfcec879e47f1863b20fe87961f7ad" 2018-09-04 10:28:58,381 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1066 Content-Type: application/json X-Openstack-Request-Id: req-6c78c2db-fcff-45d0-8f6c-0d1d2bd00a81 Date: Tue, 04 Sep 2018 10:28:58 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "NovaUtilsInstanceVolumeTests-d4c9868d-f968-43a2-ac37-f1f9c79464b5-image", "tags": [], "container_format": "bare", "created_at": "2018-09-04T10:28:43Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-09-04T10:28:45Z", "visibility": "shared", "locations": [{"url": "rbd://99671b03-94ed-44b3-b5f6-80b8e44d0570/images/bf2918a7-5eb5-4c24-966f-11769ffd0b53/snap", "metadata": {}}], "self": "/v2/images/bf2918a7-5eb5-4c24-966f-11769ffd0b53", "min_disk": 0, "protected": false, "id": "bf2918a7-5eb5-4c24-966f-11769ffd0b53", "file": "/v2/images/bf2918a7-5eb5-4c24-966f-11769ffd0b53/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "da1aa3dc9e564d3d922e61c0121a390e", "direct_url": "rbd://99671b03-94ed-44b3-b5f6-80b8e44d0570/images/bf2918a7-5eb5-4c24-966f-11769ffd0b53/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=NovaUtilsInstanceVolumeTests-d4c9868d-f968-43a2-ac37-f1f9c79464b5-image"} 2018-09-04 10:28:58,381 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images?limit=20&disk_format=qcow2&name=NovaUtilsInstanceVolumeTests-d4c9868d-f968-43a2-ac37-f1f9c79464b5-image used request id req-6c78c2db-fcff-45d0-8f6c-0d1d2bd00a81 2018-09-04 10:28:58,384 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}3a020009b1dfcec879e47f1863b20fe87961f7ad" 2018-09-04 10:28:58,541 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-8b084aa4-aeca-4e35-9a8c-4aff7a2e3cbf Date: Tue, 04 Sep 2018 10:28: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-09-04 10:28:58,541 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/schemas/image used request id req-8b084aa4-aeca-4e35-9a8c-4aff7a2e3cbf 2018-09-04 10:28:58,546 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3a020009b1dfcec879e47f1863b20fe87961f7ad" -d '{"server": {"name": "NovaUtilsInstanceVolumeTests-d4c9868d-f968-43a2-ac37-f1f9c79464b5-vm_inst", "imageRef": "bf2918a7-5eb5-4c24-966f-11769ffd0b53", "flavorRef": "c3d3634d-7c81-4337-9b6a-6b8c5bf527d2", "max_count": 1, "min_count": 1, "networks": [{"port": "ad391a6e-0766-40d7-8153-ed5b79ae09f5"}]}}' 2018-09-04 10:29:00,756 - novaclient.v2.client - DEBUG - RESP: [202] Date: Tue, 04 Sep 2018 10:28: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-de635975-4754-4047-b9ed-2c6db13cfd6d x-compute-request-id: req-de635975-4754-4047-b9ed-2c6db13cfd6d Content-Length: 374 location: http://172.30.9.28:8774/v2.1/servers/49856ed4-e5a8-4f70-a870-84d9dc2330c3 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "49856ed4-e5a8-4f70-a870-84d9dc2330c3", "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/49856ed4-e5a8-4f70-a870-84d9dc2330c3", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/49856ed4-e5a8-4f70-a870-84d9dc2330c3", "rel": "bookmark"}], "adminPass": "seqdc76E9yPF"}} 2018-09-04 10:29:00,756 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers used request id req-de635975-4754-4047-b9ed-2c6db13cfd6d 2018-09-04 10:29:00,760 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/49856ed4-e5a8-4f70-a870-84d9dc2330c3 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3a020009b1dfcec879e47f1863b20fe87961f7ad" 2018-09-04 10:29:00,981 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:29: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-b693eead-4f9d-4482-a6e7-a857e50d2c44 x-compute-request-id: req-b693eead-4f9d-4482-a6e7-a857e50d2c44 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.28:8774/v2.1/servers/49856ed4-e5a8-4f70-a870-84d9dc2330c3", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/49856ed4-e5a8-4f70-a870-84d9dc2330c3", "rel": "bookmark"}], "image": {"id": "bf2918a7-5eb5-4c24-966f-11769ffd0b53", "links": [{"href": "http://172.30.9.28:8774/images/bf2918a7-5eb5-4c24-966f-11769ffd0b53", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "c3d3634d-7c81-4337-9b6a-6b8c5bf527d2", "links": [{"href": "http://172.30.9.28:8774/flavors/c3d3634d-7c81-4337-9b6a-6b8c5bf527d2", "rel": "bookmark"}]}, "id": "49856ed4-e5a8-4f70-a870-84d9dc2330c3", "user_id": "6cb53a06110b45a6a2f21cb265048110", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-09-04T10:29:00Z", "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-d4c9868d-f968-43a2-ac37-f1f9c79464b5-vm_inst", "created": "2018-09-04T10:29:00Z", "tenant_id": "da1aa3dc9e564d3d922e61c0121a390e", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 10:29:00,981 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/49856ed4-e5a8-4f70-a870-84d9dc2330c3 used request id req-b693eead-4f9d-4482-a6e7-a857e50d2c44 2018-09-04 10:29:00,982 - create_instance - INFO - Created instance with name - NovaUtilsInstanceVolumeTests-d4c9868d-f968-43a2-ac37-f1f9c79464b5-vm_inst 2018-09-04 10:29:00,984 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/49856ed4-e5a8-4f70-a870-84d9dc2330c3 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3a020009b1dfcec879e47f1863b20fe87961f7ad" 2018-09-04 10:29:01,373 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:29: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-c30be177-6373-4559-b92a-efb3b511e628 x-compute-request-id: req-c30be177-6373-4559-b92a-efb3b511e628 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.28:8774/v2.1/servers/49856ed4-e5a8-4f70-a870-84d9dc2330c3", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/49856ed4-e5a8-4f70-a870-84d9dc2330c3", "rel": "bookmark"}], "image": {"id": "bf2918a7-5eb5-4c24-966f-11769ffd0b53", "links": [{"href": "http://172.30.9.28:8774/images/bf2918a7-5eb5-4c24-966f-11769ffd0b53", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "c3d3634d-7c81-4337-9b6a-6b8c5bf527d2", "links": [{"href": "http://172.30.9.28:8774/flavors/c3d3634d-7c81-4337-9b6a-6b8c5bf527d2", "rel": "bookmark"}]}, "id": "49856ed4-e5a8-4f70-a870-84d9dc2330c3", "user_id": "6cb53a06110b45a6a2f21cb265048110", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-09-04T10:29: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-d4c9868d-f968-43a2-ac37-f1f9c79464b5-vm_inst", "created": "2018-09-04T10:29:00Z", "tenant_id": "da1aa3dc9e564d3d922e61c0121a390e", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 10:29:01,374 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/49856ed4-e5a8-4f70-a870-84d9dc2330c3 used request id req-c30be177-6373-4559-b92a-efb3b511e628 2018-09-04 10:29:01,374 - create_instance - DEBUG - Instance status [NovaUtilsInstanceVolumeTests-d4c9868d-f968-43a2-ac37-f1f9c79464b5-vm_inst] is - BUILD 2018-09-04 10:29:01,374 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-09-04 10:29:04,377 - create_instance - DEBUG - VM status query timeout in 896.604677916 2018-09-04 10:29:04,380 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/49856ed4-e5a8-4f70-a870-84d9dc2330c3 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3a020009b1dfcec879e47f1863b20fe87961f7ad" 2018-09-04 10:29:05,132 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:29: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-7d04b7d8-d49b-46c3-94f0-1420e5dc89ba x-compute-request-id: req-7d04b7d8-d49b-46c3-94f0-1420e5dc89ba Content-Encoding: gzip Content-Length: 749 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/49856ed4-e5a8-4f70-a870-84d9dc2330c3", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/49856ed4-e5a8-4f70-a870-84d9dc2330c3", "rel": "bookmark"}], "image": {"id": "bf2918a7-5eb5-4c24-966f-11769ffd0b53", "links": [{"href": "http://172.30.9.28:8774/images/bf2918a7-5eb5-4c24-966f-11769ffd0b53", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000009", "OS-SRV-USG:launched_at": null, "flavor": {"id": "c3d3634d-7c81-4337-9b6a-6b8c5bf527d2", "links": [{"href": "http://172.30.9.28:8774/flavors/c3d3634d-7c81-4337-9b6a-6b8c5bf527d2", "rel": "bookmark"}]}, "id": "49856ed4-e5a8-4f70-a870-84d9dc2330c3", "security_groups": [{"name": "default"}], "user_id": "6cb53a06110b45a6a2f21cb265048110", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-04T10:29:03Z", "hostId": "92be8ba6728a92d3ed5c720961d3a910e67ba0dffe84004d883f496d", "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-d4c9868d-f968-43a2-ac37-f1f9c79464b5-vm_inst", "created": "2018-09-04T10:29:00Z", "tenant_id": "da1aa3dc9e564d3d922e61c0121a390e", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 10:29:05,132 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/49856ed4-e5a8-4f70-a870-84d9dc2330c3 used request id req-7d04b7d8-d49b-46c3-94f0-1420e5dc89ba 2018-09-04 10:29:05,133 - create_instance - DEBUG - Instance status [NovaUtilsInstanceVolumeTests-d4c9868d-f968-43a2-ac37-f1f9c79464b5-vm_inst] is - BUILD 2018-09-04 10:29:05,133 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-09-04 10:29:08,134 - create_instance - DEBUG - VM status query timeout in 892.848144054 2018-09-04 10:29:08,137 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/49856ed4-e5a8-4f70-a870-84d9dc2330c3 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3a020009b1dfcec879e47f1863b20fe87961f7ad" 2018-09-04 10:29:08,911 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:29: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-686a71b3-1f2b-4460-af9e-4022748d3033 x-compute-request-id: req-686a71b3-1f2b-4460-af9e-4022748d3033 Content-Encoding: gzip Content-Length: 818 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceVolumeTests-d4c9868d-f968-43a2-ac37-f1f9c79464b5-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:62:50:3f", "version": 4, "addr": "10.55.0.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/49856ed4-e5a8-4f70-a870-84d9dc2330c3", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/49856ed4-e5a8-4f70-a870-84d9dc2330c3", "rel": "bookmark"}], "image": {"id": "bf2918a7-5eb5-4c24-966f-11769ffd0b53", "links": [{"href": "http://172.30.9.28:8774/images/bf2918a7-5eb5-4c24-966f-11769ffd0b53", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000009", "OS-SRV-USG:launched_at": "2018-09-04T10:29:07.000000", "flavor": {"id": "c3d3634d-7c81-4337-9b6a-6b8c5bf527d2", "links": [{"href": "http://172.30.9.28:8774/flavors/c3d3634d-7c81-4337-9b6a-6b8c5bf527d2", "rel": "bookmark"}]}, "id": "49856ed4-e5a8-4f70-a870-84d9dc2330c3", "security_groups": [{"name": "default"}], "user_id": "6cb53a06110b45a6a2f21cb265048110", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-04T10:29:07Z", "hostId": "92be8ba6728a92d3ed5c720961d3a910e67ba0dffe84004d883f496d", "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-d4c9868d-f968-43a2-ac37-f1f9c79464b5-vm_inst", "created": "2018-09-04T10:29:00Z", "tenant_id": "da1aa3dc9e564d3d922e61c0121a390e", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 10:29:08,911 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/49856ed4-e5a8-4f70-a870-84d9dc2330c3 used request id req-686a71b3-1f2b-4460-af9e-4022748d3033 2018-09-04 10:29:08,911 - create_instance - DEBUG - Instance status [NovaUtilsInstanceVolumeTests-d4c9868d-f968-43a2-ac37-f1f9c79464b5-vm_inst] is - ACTIVE 2018-09-04 10:29:08,911 - create_instance - INFO - VM is - ACTIVE 2018-09-04 10:29:08,914 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/49856ed4-e5a8-4f70-a870-84d9dc2330c3 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3a020009b1dfcec879e47f1863b20fe87961f7ad" 2018-09-04 10:29:09,470 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:29: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-2e12803d-7678-4b05-9ac3-02d8d35341b1 x-compute-request-id: req-2e12803d-7678-4b05-9ac3-02d8d35341b1 Content-Encoding: gzip Content-Length: 818 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceVolumeTests-d4c9868d-f968-43a2-ac37-f1f9c79464b5-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:62:50:3f", "version": 4, "addr": "10.55.0.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/49856ed4-e5a8-4f70-a870-84d9dc2330c3", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/49856ed4-e5a8-4f70-a870-84d9dc2330c3", "rel": "bookmark"}], "image": {"id": "bf2918a7-5eb5-4c24-966f-11769ffd0b53", "links": [{"href": "http://172.30.9.28:8774/images/bf2918a7-5eb5-4c24-966f-11769ffd0b53", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000009", "OS-SRV-USG:launched_at": "2018-09-04T10:29:07.000000", "flavor": {"id": "c3d3634d-7c81-4337-9b6a-6b8c5bf527d2", "links": [{"href": "http://172.30.9.28:8774/flavors/c3d3634d-7c81-4337-9b6a-6b8c5bf527d2", "rel": "bookmark"}]}, "id": "49856ed4-e5a8-4f70-a870-84d9dc2330c3", "security_groups": [{"name": "default"}], "user_id": "6cb53a06110b45a6a2f21cb265048110", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-04T10:29:07Z", "hostId": "92be8ba6728a92d3ed5c720961d3a910e67ba0dffe84004d883f496d", "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-d4c9868d-f968-43a2-ac37-f1f9c79464b5-vm_inst", "created": "2018-09-04T10:29:00Z", "tenant_id": "da1aa3dc9e564d3d922e61c0121a390e", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 10:29:09,471 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/49856ed4-e5a8-4f70-a870-84d9dc2330c3 used request id req-2e12803d-7678-4b05-9ac3-02d8d35341b1 2018-09-04 10:29:09,476 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-d4c9868d-f968-43a2-ac37-f1f9c79464b5-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3a020009b1dfcec879e47f1863b20fe87961f7ad" 2018-09-04 10:29:09,687 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-25837655-a9db-4280-93db-c0fd0197a448 Date: Tue, 04 Sep 2018 10:29:09 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"d12ee378-888a-43f0-8149-20caec2c30e3","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"da1aa3dc9e564d3d922e61c0121a390e","status":"ACTIVE","subnets":["25a44d4f-36a8-45a6-9309-a222f8bdb859"],"description":"","tags":[],"updated_at":"2018-09-04T10:28:48Z","provider:segmentation_id":90,"name":"NovaUtilsInstanceVolumeTests-d4c9868d-f968-43a2-ac37-f1f9c79464b5-net","admin_state_up":true,"tenant_id":"da1aa3dc9e564d3d922e61c0121a390e","created_at":"2018-09-04T10:28:47Z","provider:network_type":"vxlan"}]} 2018-09-04 10:29:09,687 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-d4c9868d-f968-43a2-ac37-f1f9c79464b5-net used request id req-25837655-a9db-4280-93db-c0fd0197a448 2018-09-04 10:29:09,691 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/da1aa3dc9e564d3d922e61c0121a390e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3a020009b1dfcec879e47f1863b20fe87961f7ad" 2018-09-04 10:29:09,780 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:29:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-222843ba-3de3-4446-a214-97f8a61490d7 Content-Encoding: gzip Content-Length: 245 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.28:5000/v3/projects/da1aa3dc9e564d3d922e61c0121a390e"}, "enabled": true, "id": "da1aa3dc9e564d3d922e61c0121a390e", "parent_id": "default", "domain_id": "default", "name": "api_check-project_95790658-ea1a-473f-b71a-0aa15c3467f2"}} 2018-09-04 10:29:09,780 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/da1aa3dc9e564d3d922e61c0121a390e used request id req-222843ba-3de3-4446-a214-97f8a61490d7 2018-09-04 10:29:09,784 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=d12ee378-888a-43f0-8149-20caec2c30e3 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3a020009b1dfcec879e47f1863b20fe87961f7ad" 2018-09-04 10:29:09,926 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-e628c21f-c3e0-4ec3-a19c-ef3ba2023be0 Date: Tue, 04 Sep 2018 10:29:09 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"d12ee378-888a-43f0-8149-20caec2c30e3","tenant_id":"da1aa3dc9e564d3d922e61c0121a390e","created_at":"2018-09-04T10:28:48Z","dns_nameservers":[],"updated_at":"2018-09-04T10:28:48Z","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":"da1aa3dc9e564d3d922e61c0121a390e","id":"25a44d4f-36a8-45a6-9309-a222f8bdb859","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-d4c9868d-f968-43a2-ac37-f1f9c79464b5-subnet"}]} 2018-09-04 10:29:09,927 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=d12ee378-888a-43f0-8149-20caec2c30e3 used request id req-e628c21f-c3e0-4ec3-a19c-ef3ba2023be0 2018-09-04 10:29:09,932 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?network_id=d12ee378-888a-43f0-8149-20caec2c30e3 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3a020009b1dfcec879e47f1863b20fe87961f7ad" 2018-09-04 10:29:10,117 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3534 X-Openstack-Request-Id: req-ef7cfb02-3528-4dcb-9bae-7c1b0b23f266 Date: Tue, 04 Sep 2018 10:29:10 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T10:28:50Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"25a44d4f-36a8-45a6-9309-a222f8bdb859","ip_address":"10.55.0.3"}],"id":"03c6ac1a-fd41-4ca4-b893-e667a210f367","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:f2:0e:b5","project_id":"da1aa3dc9e564d3d922e61c0121a390e","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-d12ee378-888a-43f0-8149-20caec2c30e3","name":"","admin_state_up":true,"network_id":"d12ee378-888a-43f0-8149-20caec2c30e3","tenant_id":"da1aa3dc9e564d3d922e61c0121a390e","created_at":"2018-09-04T10:28:49Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T10:28:49Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"25a44d4f-36a8-45a6-9309-a222f8bdb859","ip_address":"10.55.0.2"}],"id":"39b95fcf-fc30-45f7-bc9f-6386817f0c4a","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:1f:14:cc","project_id":"da1aa3dc9e564d3d922e61c0121a390e","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-d12ee378-888a-43f0-8149-20caec2c30e3","name":"","admin_state_up":true,"network_id":"d12ee378-888a-43f0-8149-20caec2c30e3","tenant_id":"da1aa3dc9e564d3d922e61c0121a390e","created_at":"2018-09-04T10:28:48Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T10:29:04Z","device_owner":"compute:nova","revision_number":5,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"25a44d4f-36a8-45a6-9309-a222f8bdb859","ip_address":"10.55.0.5"}],"id":"ad391a6e-0766-40d7-8153-ed5b79ae09f5","security_groups":["a0350fb5-7963-482b-9b06-fea838951872"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:62:50:3f","project_id":"da1aa3dc9e564d3d922e61c0121a390e","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"device_id":"49856ed4-e5a8-4f70-a870-84d9dc2330c3","name":"NovaUtilsInstanceVolumeTests-d4c9868d-f968-43a2-ac37-f1f9c79464b5-port","admin_state_up":true,"network_id":"d12ee378-888a-43f0-8149-20caec2c30e3","tenant_id":"da1aa3dc9e564d3d922e61c0121a390e","created_at":"2018-09-04T10:28:57Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T10:28:50Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"25a44d4f-36a8-45a6-9309-a222f8bdb859","ip_address":"10.55.0.4"}],"id":"d8b22a8d-f6d3-4fd1-98e0-35d6f1cd95dc","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:ec:77:b2","project_id":"da1aa3dc9e564d3d922e61c0121a390e","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-d12ee378-888a-43f0-8149-20caec2c30e3","name":"","admin_state_up":true,"network_id":"d12ee378-888a-43f0-8149-20caec2c30e3","tenant_id":"da1aa3dc9e564d3d922e61c0121a390e","created_at":"2018-09-04T10:28:50Z","binding:vnic_type":"normal"}]} 2018-09-04 10:29:10,117 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?network_id=d12ee378-888a-43f0-8149-20caec2c30e3 used request id req-ef7cfb02-3528-4dcb-9bae-7c1b0b23f266 2018-09-04 10:29:10,119 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-09-04 10:29:10,493 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5ef645ad12fc453aa5d8a0c2cbf76196", "name": "heat_stack_owner"}, {"id": "9a944a8c31754b8f941d2fa9034d4301", "name": "Member"}, {"id": "3d416247e8224533841040c3ad2bce5a", "name": "admin"}], "expires_at": "2018-09-04T11:29:10.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "da1aa3dc9e564d3d922e61c0121a390e", "name": "api_check-project_95790658-ea1a-473f-b71a-0aa15c3467f2"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235635a698ef4bef9dc6b25273d185da"}, {"url": "http://192.30.9.6:8776/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "23b07b3fbfc340a58cf0f9b2871a0d23"}, {"url": "http://172.30.9.28:8776/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "72fd0aaa144d45419f4b04b6b26f69a7"}], "type": "volume", "id": "097241c25b4d4f7e91b3f8efa155909e", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v3/da1aa3dc9e564d3d922e61c0121a390e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93eb4cf3030a49e7840bec071422d397"}, {"url": "http://192.30.9.6:8776/v3/da1aa3dc9e564d3d922e61c0121a390e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8af439a6ac147fdbcb38ed9aa916b68"}, {"url": "http://192.30.9.6:8776/v3/da1aa3dc9e564d3d922e61c0121a390e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c4bfdbc9b7c74a23a40afdf578cfeba4"}], "type": "volumev3", "id": "1c85f4682ce44f729db1dabd98e965e8", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "82239574a29d4603a2161006f61851cf"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8d15f7134f364a7bbcfff2f84aac3bf2"}, {"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e01668c43a0c4c279b9a3d20a0280d6c"}], "type": "image", "id": "297d8415ca96454991054983920912f7", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7bb4d60e20734d4a9f31ec75e02cb823"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bf6adec15590466a9a0d3bddb00e8993"}, {"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f096f03a1d12411a8972f6f7c196b60d"}], "type": "policy", "id": "54c64351b56d44bbad74c2969cc3aa00", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "354ae6870a324fab82d0a0fb68ee0f26"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a3807e460dd4af488d982b66c52e64c"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e7c3da785076450abd71868e75ce0c33"}], "type": "cloudformation", "id": "6ac9917ae83c4639a15a4ab3cf0e76dd", "name": "heat-cfn"}, {"endpoints": [], "type": "metering", "id": "7fcc078e5e0645f29df67742ac14e388", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49e71628d386464cb950d6a9db00a328"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75b0a63ed8574bbcab1c851cc9b83d30"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9902b0a8b3c04cd192a1b84c417c232b"}], "type": "key-manager", "id": "9626544a32e74678a641c6e206f028a9", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "497340e5aa36485982fdf297f370558f"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7802beb4fc7c4952897b77bd5610b1fe"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c14af798917f4fa0b146d9772583e595"}], "type": "metric", "id": "973bfe8c658d4e5a8da725e76b9d550e", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "288ecc3674ea41d2aa3b790dcb832bf2"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7a6dc785cd7142f5b30f1a7ba0daeb03"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7f7d34e2351b4964befccc862c4e8e12"}], "type": "network", "id": "a348d7b06050474fb449be7f32ea6f5d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "21bce6ecb8464a1f8f3e3847aa698bd6"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0a8faf2246b47deb30e69e48d3551fb"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e71c6011de3d4d8589e5b53dcc79f288"}], "type": "identity", "id": "ad8d4b4953184137a1b913ecee9434ed", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "13474f9a78ca4f1184e4cddc84d0d98c"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad67365a18234bb78c336e6776958c00"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc54db13337f44f8921fbb9ad0f81de8"}], "type": "alarming", "id": "bb18dc3243034f08a6a7f69f7a1edccf", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0d91d7adf0304b2681c77f979e5cdb17"}, {"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "756e5ffca9774ab3ae2db41bf330417f"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c07c727a08c243b287827f539a124e63"}], "type": "placement", "id": "bb2c9432fcbd4c56913177122468f6ba", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1eed4912224b48cf9856446eae4d9928"}, {"url": "http://192.30.9.6:8004/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b73b7f99236541148d84f24f09e5dd40"}, {"url": "http://192.30.9.6:8004/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fbf12e52911244fdafc24a9d46f56e62"}], "type": "orchestration", "id": "c8918d139da945ba93df4ccce21d4904", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/da1aa3dc9e564d3d922e61c0121a390e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16bf098b9e2e490f8e47fa601059f975"}, {"url": "http://192.30.9.6:8776/v2/da1aa3dc9e564d3d922e61c0121a390e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc16fa4cf491444ca2f611d5692c1170"}, {"url": "http://192.30.9.6:8776/v2/da1aa3dc9e564d3d922e61c0121a390e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ccd2c5325dff4b90b391db9fdde67d99"}], "type": "volumev2", "id": "d09ac9123c34494abce21d6c27bee9d9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eac694332354a3aa0e61c31314166d7"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b4d4989c4e764717ab78d38675cadd3f"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff196e46b56d406d87a678f1a64497b0"}], "type": "compute", "id": "d4030ee932c84df58c5b910cc197caa7", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_95790658-ea1a-473f-b71a-0aa15c3467f2", "id": "6cb53a06110b45a6a2f21cb265048110"}, "audit_ids": ["y99x-4MsS8qjSkTKm24xgA"], "issued_at": "2018-09-04T10:29:10.000000Z"}} 2018-09-04 10:29:10,493 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28: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}b5af8dd31e3209dcfa5fe49ef9a2439f826f2c8f" 2018-09-04 10:29:10,580 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:29:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-775d12ea-9a21-48ea-9071-c930fb1eab95 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.28:5000/v3/", "rel": "self"}]}} 2018-09-04 10:29:10,581 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-775d12ea-9a21-48ea-9071-c930fb1eab95 2018-09-04 10:29:10,585 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/49856ed4-e5a8-4f70-a870-84d9dc2330c3 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3a020009b1dfcec879e47f1863b20fe87961f7ad" 2018-09-04 10:29:11,377 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:29:10 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-9e0a795f-c53c-4f71-aafb-c607a94c3aee x-compute-request-id: req-9e0a795f-c53c-4f71-aafb-c607a94c3aee Content-Encoding: gzip Content-Length: 818 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceVolumeTests-d4c9868d-f968-43a2-ac37-f1f9c79464b5-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:62:50:3f", "version": 4, "addr": "10.55.0.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/49856ed4-e5a8-4f70-a870-84d9dc2330c3", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/49856ed4-e5a8-4f70-a870-84d9dc2330c3", "rel": "bookmark"}], "image": {"id": "bf2918a7-5eb5-4c24-966f-11769ffd0b53", "links": [{"href": "http://172.30.9.28:8774/images/bf2918a7-5eb5-4c24-966f-11769ffd0b53", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000009", "OS-SRV-USG:launched_at": "2018-09-04T10:29:07.000000", "flavor": {"id": "c3d3634d-7c81-4337-9b6a-6b8c5bf527d2", "links": [{"href": "http://172.30.9.28:8774/flavors/c3d3634d-7c81-4337-9b6a-6b8c5bf527d2", "rel": "bookmark"}]}, "id": "49856ed4-e5a8-4f70-a870-84d9dc2330c3", "security_groups": [{"name": "default"}], "user_id": "6cb53a06110b45a6a2f21cb265048110", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-04T10:29:07Z", "hostId": "92be8ba6728a92d3ed5c720961d3a910e67ba0dffe84004d883f496d", "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-d4c9868d-f968-43a2-ac37-f1f9c79464b5-vm_inst", "created": "2018-09-04T10:29:00Z", "tenant_id": "da1aa3dc9e564d3d922e61c0121a390e", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 10:29:11,377 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/49856ed4-e5a8-4f70-a870-84d9dc2330c3 used request id req-9e0a795f-c53c-4f71-aafb-c607a94c3aee 2018-09-04 10:29:11,382 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-d4c9868d-f968-43a2-ac37-f1f9c79464b5-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3a020009b1dfcec879e47f1863b20fe87961f7ad" 2018-09-04 10:29:11,464 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-ef725649-1679-4aee-9881-4270af741896 Date: Tue, 04 Sep 2018 10:29:11 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"d12ee378-888a-43f0-8149-20caec2c30e3","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"da1aa3dc9e564d3d922e61c0121a390e","status":"ACTIVE","subnets":["25a44d4f-36a8-45a6-9309-a222f8bdb859"],"description":"","tags":[],"updated_at":"2018-09-04T10:28:48Z","provider:segmentation_id":90,"name":"NovaUtilsInstanceVolumeTests-d4c9868d-f968-43a2-ac37-f1f9c79464b5-net","admin_state_up":true,"tenant_id":"da1aa3dc9e564d3d922e61c0121a390e","created_at":"2018-09-04T10:28:47Z","provider:network_type":"vxlan"}]} 2018-09-04 10:29:11,464 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-d4c9868d-f968-43a2-ac37-f1f9c79464b5-net used request id req-ef725649-1679-4aee-9881-4270af741896 2018-09-04 10:29:11,468 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/da1aa3dc9e564d3d922e61c0121a390e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3a020009b1dfcec879e47f1863b20fe87961f7ad" 2018-09-04 10:29:11,559 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:29:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f97d7e75-8a84-459c-bd41-c33924a37cc3 Content-Encoding: gzip Content-Length: 245 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.28:5000/v3/projects/da1aa3dc9e564d3d922e61c0121a390e"}, "enabled": true, "id": "da1aa3dc9e564d3d922e61c0121a390e", "parent_id": "default", "domain_id": "default", "name": "api_check-project_95790658-ea1a-473f-b71a-0aa15c3467f2"}} 2018-09-04 10:29:11,560 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/da1aa3dc9e564d3d922e61c0121a390e used request id req-f97d7e75-8a84-459c-bd41-c33924a37cc3 2018-09-04 10:29:11,565 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=d12ee378-888a-43f0-8149-20caec2c30e3 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3a020009b1dfcec879e47f1863b20fe87961f7ad" 2018-09-04 10:29:11,616 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-37fca7ff-c01a-4d5e-acf5-cdffa26dc5be Date: Tue, 04 Sep 2018 10:29:11 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"d12ee378-888a-43f0-8149-20caec2c30e3","tenant_id":"da1aa3dc9e564d3d922e61c0121a390e","created_at":"2018-09-04T10:28:48Z","dns_nameservers":[],"updated_at":"2018-09-04T10:28:48Z","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":"da1aa3dc9e564d3d922e61c0121a390e","id":"25a44d4f-36a8-45a6-9309-a222f8bdb859","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-d4c9868d-f968-43a2-ac37-f1f9c79464b5-subnet"}]} 2018-09-04 10:29:11,616 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=d12ee378-888a-43f0-8149-20caec2c30e3 used request id req-37fca7ff-c01a-4d5e-acf5-cdffa26dc5be 2018-09-04 10:29:11,620 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?network_id=d12ee378-888a-43f0-8149-20caec2c30e3 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3a020009b1dfcec879e47f1863b20fe87961f7ad" 2018-09-04 10:29:11,667 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3534 X-Openstack-Request-Id: req-2fa013d3-0581-44fd-bd41-6177260bafa8 Date: Tue, 04 Sep 2018 10:29:11 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T10:28:50Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"25a44d4f-36a8-45a6-9309-a222f8bdb859","ip_address":"10.55.0.3"}],"id":"03c6ac1a-fd41-4ca4-b893-e667a210f367","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:f2:0e:b5","project_id":"da1aa3dc9e564d3d922e61c0121a390e","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-d12ee378-888a-43f0-8149-20caec2c30e3","name":"","admin_state_up":true,"network_id":"d12ee378-888a-43f0-8149-20caec2c30e3","tenant_id":"da1aa3dc9e564d3d922e61c0121a390e","created_at":"2018-09-04T10:28:49Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T10:28:49Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"25a44d4f-36a8-45a6-9309-a222f8bdb859","ip_address":"10.55.0.2"}],"id":"39b95fcf-fc30-45f7-bc9f-6386817f0c4a","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:1f:14:cc","project_id":"da1aa3dc9e564d3d922e61c0121a390e","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-d12ee378-888a-43f0-8149-20caec2c30e3","name":"","admin_state_up":true,"network_id":"d12ee378-888a-43f0-8149-20caec2c30e3","tenant_id":"da1aa3dc9e564d3d922e61c0121a390e","created_at":"2018-09-04T10:28:48Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T10:29:04Z","device_owner":"compute:nova","revision_number":5,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"25a44d4f-36a8-45a6-9309-a222f8bdb859","ip_address":"10.55.0.5"}],"id":"ad391a6e-0766-40d7-8153-ed5b79ae09f5","security_groups":["a0350fb5-7963-482b-9b06-fea838951872"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:62:50:3f","project_id":"da1aa3dc9e564d3d922e61c0121a390e","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"device_id":"49856ed4-e5a8-4f70-a870-84d9dc2330c3","name":"NovaUtilsInstanceVolumeTests-d4c9868d-f968-43a2-ac37-f1f9c79464b5-port","admin_state_up":true,"network_id":"d12ee378-888a-43f0-8149-20caec2c30e3","tenant_id":"da1aa3dc9e564d3d922e61c0121a390e","created_at":"2018-09-04T10:28:57Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T10:28:50Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"25a44d4f-36a8-45a6-9309-a222f8bdb859","ip_address":"10.55.0.4"}],"id":"d8b22a8d-f6d3-4fd1-98e0-35d6f1cd95dc","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:ec:77:b2","project_id":"da1aa3dc9e564d3d922e61c0121a390e","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-d12ee378-888a-43f0-8149-20caec2c30e3","name":"","admin_state_up":true,"network_id":"d12ee378-888a-43f0-8149-20caec2c30e3","tenant_id":"da1aa3dc9e564d3d922e61c0121a390e","created_at":"2018-09-04T10:28:50Z","binding:vnic_type":"normal"}]} 2018-09-04 10:29:11,667 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?network_id=d12ee378-888a-43f0-8149-20caec2c30e3 used request id req-2fa013d3-0581-44fd-bd41-6177260bafa8 2018-09-04 10:29:11,671 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:8774/v2.1/servers/49856ed4-e5a8-4f70-a870-84d9dc2330c3/os-volume_attachments -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b5af8dd31e3209dcfa5fe49ef9a2439f826f2c8f" -d '{"volumeAttachment": {"volumeId": "411feb82-1348-482f-97aa-692ee200191c"}}' 2018-09-04 10:29:13,226 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:29: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-77c0b579-9623-4726-bbfd-b3a09828798f x-compute-request-id: req-77c0b579-9623-4726-bbfd-b3a09828798f Content-Encoding: gzip Content-Length: 147 Content-Type: application/json RESP BODY: {"volumeAttachment": {"device": "/dev/vdb", "serverId": "49856ed4-e5a8-4f70-a870-84d9dc2330c3", "id": "411feb82-1348-482f-97aa-692ee200191c", "volumeId": "411feb82-1348-482f-97aa-692ee200191c"}} 2018-09-04 10:29:13,227 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/49856ed4-e5a8-4f70-a870-84d9dc2330c3/os-volume_attachments used request id req-77c0b579-9623-4726-bbfd-b3a09828798f 2018-09-04 10:29:13,227 - create_instance - INFO - Deleting Port with ID - ad391a6e-0766-40d7-8153-ed5b79ae09f5 2018-09-04 10:29:13,228 - neutron_utils - INFO - Deleting port with name NovaUtilsInstanceVolumeTests-d4c9868d-f968-43a2-ac37-f1f9c79464b5-port 2018-09-04 10:29:13,233 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/ports/ad391a6e-0766-40d7-8153-ed5b79ae09f5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3a020009b1dfcec879e47f1863b20fe87961f7ad" 2018-09-04 10:29:13,813 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-9a429999-4120-4619-8c8e-12d0f572798d Date: Tue, 04 Sep 2018 10:29:13 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-04 10:29:13,813 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/ports/ad391a6e-0766-40d7-8153-ed5b79ae09f5 used request id req-9a429999-4120-4619-8c8e-12d0f572798d 2018-09-04 10:29:13,813 - create_instance - INFO - Deleting VM instance - NovaUtilsInstanceVolumeTests-d4c9868d-f968-43a2-ac37-f1f9c79464b5-vm_inst 2018-09-04 10:29:13,816 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:8774/v2.1/servers/49856ed4-e5a8-4f70-a870-84d9dc2330c3 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3a020009b1dfcec879e47f1863b20fe87961f7ad" 2018-09-04 10:29:14,037 - novaclient.v2.client - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 10:29: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-4376d9bc-0546-44b0-b773-ea47a96295ae x-compute-request-id: req-4376d9bc-0546-44b0-b773-ea47a96295ae Content-Type: application/json 2018-09-04 10:29:14,037 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/servers/49856ed4-e5a8-4f70-a870-84d9dc2330c3 used request id req-4376d9bc-0546-44b0-b773-ea47a96295ae 2018-09-04 10:29:14,037 - create_instance - INFO - Checking deletion status 2018-09-04 10:29:14,040 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/49856ed4-e5a8-4f70-a870-84d9dc2330c3 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3a020009b1dfcec879e47f1863b20fe87961f7ad" 2018-09-04 10:29:14,806 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:29:14 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-b6000126-53ab-4d81-b9de-2c2709d86e4f x-compute-request-id: req-b6000126-53ab-4d81-b9de-2c2709d86e4f Content-Encoding: gzip Content-Length: 830 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"NovaUtilsInstanceVolumeTests-d4c9868d-f968-43a2-ac37-f1f9c79464b5-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:62:50:3f", "version": 4, "addr": "10.55.0.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/49856ed4-e5a8-4f70-a870-84d9dc2330c3", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/49856ed4-e5a8-4f70-a870-84d9dc2330c3", "rel": "bookmark"}], "image": {"id": "bf2918a7-5eb5-4c24-966f-11769ffd0b53", "links": [{"href": "http://172.30.9.28:8774/images/bf2918a7-5eb5-4c24-966f-11769ffd0b53", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000009", "OS-SRV-USG:launched_at": "2018-09-04T10:29:07.000000", "flavor": {"id": "c3d3634d-7c81-4337-9b6a-6b8c5bf527d2", "links": [{"href": "http://172.30.9.28:8774/flavors/c3d3634d-7c81-4337-9b6a-6b8c5bf527d2", "rel": "bookmark"}]}, "id": "49856ed4-e5a8-4f70-a870-84d9dc2330c3", "user_id": "6cb53a06110b45a6a2f21cb265048110", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-04T10:29:13Z", "hostId": "92be8ba6728a92d3ed5c720961d3a910e67ba0dffe84004d883f496d", "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-d4c9868d-f968-43a2-ac37-f1f9c79464b5-vm_inst", "created": "2018-09-04T10:29:00Z", "tenant_id": "da1aa3dc9e564d3d922e61c0121a390e", "os-extended-volumes:volumes_attached": [{"id": "411feb82-1348-482f-97aa-692ee200191c"}], "metadata": {}}} 2018-09-04 10:29:14,806 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/49856ed4-e5a8-4f70-a870-84d9dc2330c3 used request id req-b6000126-53ab-4d81-b9de-2c2709d86e4f 2018-09-04 10:29:14,807 - create_instance - DEBUG - Instance status [NovaUtilsInstanceVolumeTests-d4c9868d-f968-43a2-ac37-f1f9c79464b5-vm_inst] is - ACTIVE 2018-09-04 10:29:14,807 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-09-04 10:29:17,810 - create_instance - DEBUG - VM status query timeout in 296.22731185 2018-09-04 10:29:17,813 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/49856ed4-e5a8-4f70-a870-84d9dc2330c3 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3a020009b1dfcec879e47f1863b20fe87961f7ad" 2018-09-04 10:29:18,044 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:29:17 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-a1651832-72df-4bc7-bdda-9c899862f979 x-compute-request-id: req-a1651832-72df-4bc7-bdda-9c899862f979 Content-Encoding: gzip Content-Length: 761 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/49856ed4-e5a8-4f70-a870-84d9dc2330c3", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/49856ed4-e5a8-4f70-a870-84d9dc2330c3", "rel": "bookmark"}], "image": {"id": "bf2918a7-5eb5-4c24-966f-11769ffd0b53", "links": [{"href": "http://172.30.9.28:8774/images/bf2918a7-5eb5-4c24-966f-11769ffd0b53", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000009", "OS-SRV-USG:launched_at": "2018-09-04T10:29:07.000000", "flavor": {"id": "c3d3634d-7c81-4337-9b6a-6b8c5bf527d2", "links": [{"href": "http://172.30.9.28:8774/flavors/c3d3634d-7c81-4337-9b6a-6b8c5bf527d2", "rel": "bookmark"}]}, "id": "49856ed4-e5a8-4f70-a870-84d9dc2330c3", "user_id": "6cb53a06110b45a6a2f21cb265048110", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-04T10:29:16Z", "hostId": "92be8ba6728a92d3ed5c720961d3a910e67ba0dffe84004d883f496d", "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-d4c9868d-f968-43a2-ac37-f1f9c79464b5-vm_inst", "created": "2018-09-04T10:29:00Z", "tenant_id": "da1aa3dc9e564d3d922e61c0121a390e", "os-extended-volumes:volumes_attached": [{"id": "411feb82-1348-482f-97aa-692ee200191c"}], "metadata": {}}} 2018-09-04 10:29:18,044 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/49856ed4-e5a8-4f70-a870-84d9dc2330c3 used request id req-a1651832-72df-4bc7-bdda-9c899862f979 2018-09-04 10:29:18,045 - create_instance - DEBUG - Instance status [NovaUtilsInstanceVolumeTests-d4c9868d-f968-43a2-ac37-f1f9c79464b5-vm_inst] is - ACTIVE 2018-09-04 10:29:18,045 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-09-04 10:29:21,048 - create_instance - DEBUG - VM status query timeout in 292.989421844 2018-09-04 10:29:21,051 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/49856ed4-e5a8-4f70-a870-84d9dc2330c3 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3a020009b1dfcec879e47f1863b20fe87961f7ad" 2018-09-04 10:29:21,121 - novaclient.v2.client - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 10:29: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-e57d4f37-9d92-450e-aa4d-a579bf10a1f0 x-compute-request-id: req-e57d4f37-9d92-450e-aa4d-a579bf10a1f0 Content-Length: 111 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Instance 49856ed4-e5a8-4f70-a870-84d9dc2330c3 could not be found.", "code": 404}} 2018-09-04 10:29:21,121 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/49856ed4-e5a8-4f70-a870-84d9dc2330c3 used request id req-e57d4f37-9d92-450e-aa4d-a579bf10a1f0 2018-09-04 10:29:21,122 - create_instance - DEBUG - Instance not found when querying status for DELETED with message Instance 49856ed4-e5a8-4f70-a870-84d9dc2330c3 could not be found. (HTTP 404) (Request-ID: req-e57d4f37-9d92-450e-aa4d-a579bf10a1f0) 2018-09-04 10:29:21,122 - create_instance - INFO - VM has been properly deleted VM with name - NovaUtilsInstanceVolumeTests-d4c9868d-f968-43a2-ac37-f1f9c79464b5-vm_inst 2018-09-04 10:29:21,126 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8776/v3/da1aa3dc9e564d3d922e61c0121a390e/volumes/411feb82-1348-482f-97aa-692ee200191c -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-31688178-8eb3-4444-a4a6-def84b47fcf2" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8aca1b0c444630fd605ff516c7865bf005b46806" 2018-09-04 10:29:21,898 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:29:21 GMT Server: Apache x-compute-request-id: req-16feb365-a791-400d-8016-ecdf9ffc608a OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-16feb365-a791-400d-8016-ecdf9ffc608a Content-Encoding: gzip Content-Length: 524 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.28:8776/v3/da1aa3dc9e564d3d922e61c0121a390e/volumes/411feb82-1348-482f-97aa-692ee200191c", "rel": "self"}, {"href": "http://172.30.9.28:8776/da1aa3dc9e564d3d922e61c0121a390e/volumes/411feb82-1348-482f-97aa-692ee200191c", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-09-04T10:29:15.000000", "replication_status": null, "snapshot_id": null, "id": "411feb82-1348-482f-97aa-692ee200191c", "size": 1, "user_id": "6cb53a06110b45a6a2f21cb265048110", "os-vol-tenant-attr:tenant_id": "da1aa3dc9e564d3d922e61c0121a390e", "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-d4c9868d-f968-43a2-ac37-f1f9c79464b5", "bootable": "false", "created_at": "2018-09-04T10:28:51.000000", "volume_type": null}} 2018-09-04 10:29:21,898 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/da1aa3dc9e564d3d922e61c0121a390e/volumes/411feb82-1348-482f-97aa-692ee200191c used request id req-16feb365-a791-400d-8016-ecdf9ffc608a 2018-09-04 10:29:21,899 - create_volume - DEBUG - Instance status is - available 2018-09-04 10:29:21,899 - create_volume - DEBUG - Volume is active with name - NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-d4c9868d-f968-43a2-ac37-f1f9c79464b5 2018-09-04 10:29:21,899 - cinder_utils - INFO - Deleting volume named - NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-d4c9868d-f968-43a2-ac37-f1f9c79464b5 2018-09-04 10:29:21,902 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:8776/v3/da1aa3dc9e564d3d922e61c0121a390e/volumes/411feb82-1348-482f-97aa-692ee200191c -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-31688178-8eb3-4444-a4a6-def84b47fcf2" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8aca1b0c444630fd605ff516c7865bf005b46806" 2018-09-04 10:29:22,157 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Tue, 04 Sep 2018 10:29:21 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-9defe869-0568-47fd-8fcc-81bad9a3a778 Content-Length: 0 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-09-04 10:29:22,157 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.28:8776/v3/da1aa3dc9e564d3d922e61c0121a390e/volumes/411feb82-1348-482f-97aa-692ee200191c used request id req-9defe869-0568-47fd-8fcc-81bad9a3a778 2018-09-04 10:29:22,160 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8776/v3/da1aa3dc9e564d3d922e61c0121a390e/volumes/411feb82-1348-482f-97aa-692ee200191c -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-31688178-8eb3-4444-a4a6-def84b47fcf2" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8aca1b0c444630fd605ff516c7865bf005b46806" 2018-09-04 10:29:22,888 - cinderclient.v3.client - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 10:29:22 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-compute-request-id: req-aaa270f1-5dbb-457d-82bb-118a3ea66535 x-openstack-request-id: req-aaa270f1-5dbb-457d-82bb-118a3ea66535 Content-Length: 109 Content-Type: application/json RESP BODY: {"itemNotFound": {"message": "Volume 411feb82-1348-482f-97aa-692ee200191c could not be found.", "code": 404}} 2018-09-04 10:29:22,889 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/da1aa3dc9e564d3d922e61c0121a390e/volumes/411feb82-1348-482f-97aa-692ee200191c used request id req-aaa270f1-5dbb-457d-82bb-118a3ea66535 2018-09-04 10:29:22,889 - create_volume - DEBUG - Volume not found when querying status for deleted with message Volume 411feb82-1348-482f-97aa-692ee200191c could not be found. (HTTP 404) (Request-ID: req-aaa270f1-5dbb-457d-82bb-118a3ea66535) 2018-09-04 10:29:22,889 - create_volume - INFO - Volume has been properly deleted with name - NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-d4c9868d-f968-43a2-ac37-f1f9c79464b5 2018-09-04 10:29:22,892 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:8774/v2.1/flavors/c3d3634d-7c81-4337-9b6a-6b8c5bf527d2 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6dbdc099eba9fecd82423effd83ef32449ae9038" 2018-09-04 10:29:22,924 - novaclient.v2.client - DEBUG - RESP: [202] Date: Tue, 04 Sep 2018 10:29:22 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-a5cd2be4-70bb-431c-bb66-5236fca3ec75 x-compute-request-id: req-a5cd2be4-70bb-431c-bb66-5236fca3ec75 Content-Length: 0 Content-Type: application/json 2018-09-04 10:29:22,924 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/flavors/c3d3634d-7c81-4337-9b6a-6b8c5bf527d2 used request id req-a5cd2be4-70bb-431c-bb66-5236fca3ec75 2018-09-04 10:29:22,925 - neutron_utils - INFO - Deleting subnet with name NovaUtilsInstanceVolumeTests-d4c9868d-f968-43a2-ac37-f1f9c79464b5-subnet 2018-09-04 10:29:22,925 - neutron_utils - INFO - Deleting subnet with name NovaUtilsInstanceVolumeTests-d4c9868d-f968-43a2-ac37-f1f9c79464b5-subnet 2018-09-04 10:29:22,930 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/subnets/25a44d4f-36a8-45a6-9309-a222f8bdb859 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8df8d734de0f712413b962bd9efad635e8fdcbd2" 2018-09-04 10:29:25,106 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-ee2f1b00-8d5c-46ce-a79f-2f28afe4f5ec Date: Tue, 04 Sep 2018 10:29:25 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-04 10:29:25,106 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/subnets/25a44d4f-36a8-45a6-9309-a222f8bdb859 used request id req-ee2f1b00-8d5c-46ce-a79f-2f28afe4f5ec 2018-09-04 10:29:25,106 - neutron_utils - INFO - Deleting network with name NovaUtilsInstanceVolumeTests-d4c9868d-f968-43a2-ac37-f1f9c79464b5-net 2018-09-04 10:29:25,111 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/networks/d12ee378-888a-43f0-8149-20caec2c30e3 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8df8d734de0f712413b962bd9efad635e8fdcbd2" 2018-09-04 10:29:26,411 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-afb13d8f-4a4e-497a-a8b7-094bef48efbb Date: Tue, 04 Sep 2018 10:29:26 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-04 10:29:26,412 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/networks/d12ee378-888a-43f0-8149-20caec2c30e3 used request id req-afb13d8f-4a4e-497a-a8b7-094bef48efbb 2018-09-04 10:29:26,412 - glance_utils - INFO - Deleting image named - NovaUtilsInstanceVolumeTests-d4c9868d-f968-43a2-ac37-f1f9c79464b5-image 2018-09-04 10:29:26,415 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9292/v2/images/bf2918a7-5eb5-4c24-966f-11769ffd0b53 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}439efcf85fa06eda0838bc1e8a1a5242b9d1a568" 2018-09-04 10:29:28,121 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-a794d1d4-bedb-40e4-ad96-447ceaa3aa9d Date: Tue, 04 Sep 2018 10:29:28 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-09-04 10:29:28,121 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.28:9292/v2/images/bf2918a7-5eb5-4c24-966f-11769ffd0b53 used request id req-a794d1d4-bedb-40e4-ad96-447ceaa3aa9d 2018-09-04 10:29:28,122 - nova_utils - DEBUG - Retrieving Nova Client 2018-09-04 10:29:28,125 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-09-04 10:29:28,125 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 10:29:28,126 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-09-04 10:29:28,502 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5ef645ad12fc453aa5d8a0c2cbf76196", "name": "heat_stack_owner"}, {"id": "9a944a8c31754b8f941d2fa9034d4301", "name": "Member"}, {"id": "3d416247e8224533841040c3ad2bce5a", "name": "admin"}], "expires_at": "2018-09-04T11:29:28.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "da1aa3dc9e564d3d922e61c0121a390e", "name": "api_check-project_95790658-ea1a-473f-b71a-0aa15c3467f2"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235635a698ef4bef9dc6b25273d185da"}, {"url": "http://192.30.9.6:8776/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "23b07b3fbfc340a58cf0f9b2871a0d23"}, {"url": "http://172.30.9.28:8776/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "72fd0aaa144d45419f4b04b6b26f69a7"}], "type": "volume", "id": "097241c25b4d4f7e91b3f8efa155909e", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v3/da1aa3dc9e564d3d922e61c0121a390e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93eb4cf3030a49e7840bec071422d397"}, {"url": "http://192.30.9.6:8776/v3/da1aa3dc9e564d3d922e61c0121a390e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8af439a6ac147fdbcb38ed9aa916b68"}, {"url": "http://192.30.9.6:8776/v3/da1aa3dc9e564d3d922e61c0121a390e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c4bfdbc9b7c74a23a40afdf578cfeba4"}], "type": "volumev3", "id": "1c85f4682ce44f729db1dabd98e965e8", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "82239574a29d4603a2161006f61851cf"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8d15f7134f364a7bbcfff2f84aac3bf2"}, {"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e01668c43a0c4c279b9a3d20a0280d6c"}], "type": "image", "id": "297d8415ca96454991054983920912f7", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7bb4d60e20734d4a9f31ec75e02cb823"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bf6adec15590466a9a0d3bddb00e8993"}, {"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f096f03a1d12411a8972f6f7c196b60d"}], "type": "policy", "id": "54c64351b56d44bbad74c2969cc3aa00", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "354ae6870a324fab82d0a0fb68ee0f26"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a3807e460dd4af488d982b66c52e64c"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e7c3da785076450abd71868e75ce0c33"}], "type": "cloudformation", "id": "6ac9917ae83c4639a15a4ab3cf0e76dd", "name": "heat-cfn"}, {"endpoints": [], "type": "metering", "id": "7fcc078e5e0645f29df67742ac14e388", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49e71628d386464cb950d6a9db00a328"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75b0a63ed8574bbcab1c851cc9b83d30"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9902b0a8b3c04cd192a1b84c417c232b"}], "type": "key-manager", "id": "9626544a32e74678a641c6e206f028a9", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "497340e5aa36485982fdf297f370558f"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7802beb4fc7c4952897b77bd5610b1fe"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c14af798917f4fa0b146d9772583e595"}], "type": "metric", "id": "973bfe8c658d4e5a8da725e76b9d550e", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "288ecc3674ea41d2aa3b790dcb832bf2"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7a6dc785cd7142f5b30f1a7ba0daeb03"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7f7d34e2351b4964befccc862c4e8e12"}], "type": "network", "id": "a348d7b06050474fb449be7f32ea6f5d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "21bce6ecb8464a1f8f3e3847aa698bd6"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0a8faf2246b47deb30e69e48d3551fb"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e71c6011de3d4d8589e5b53dcc79f288"}], "type": "identity", "id": "ad8d4b4953184137a1b913ecee9434ed", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "13474f9a78ca4f1184e4cddc84d0d98c"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad67365a18234bb78c336e6776958c00"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc54db13337f44f8921fbb9ad0f81de8"}], "type": "alarming", "id": "bb18dc3243034f08a6a7f69f7a1edccf", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0d91d7adf0304b2681c77f979e5cdb17"}, {"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "756e5ffca9774ab3ae2db41bf330417f"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c07c727a08c243b287827f539a124e63"}], "type": "placement", "id": "bb2c9432fcbd4c56913177122468f6ba", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1eed4912224b48cf9856446eae4d9928"}, {"url": "http://192.30.9.6:8004/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b73b7f99236541148d84f24f09e5dd40"}, {"url": "http://192.30.9.6:8004/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fbf12e52911244fdafc24a9d46f56e62"}], "type": "orchestration", "id": "c8918d139da945ba93df4ccce21d4904", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/da1aa3dc9e564d3d922e61c0121a390e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16bf098b9e2e490f8e47fa601059f975"}, {"url": "http://192.30.9.6:8776/v2/da1aa3dc9e564d3d922e61c0121a390e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc16fa4cf491444ca2f611d5692c1170"}, {"url": "http://192.30.9.6:8776/v2/da1aa3dc9e564d3d922e61c0121a390e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ccd2c5325dff4b90b391db9fdde67d99"}], "type": "volumev2", "id": "d09ac9123c34494abce21d6c27bee9d9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eac694332354a3aa0e61c31314166d7"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b4d4989c4e764717ab78d38675cadd3f"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff196e46b56d406d87a678f1a64497b0"}], "type": "compute", "id": "d4030ee932c84df58c5b910cc197caa7", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_95790658-ea1a-473f-b71a-0aa15c3467f2", "id": "6cb53a06110b45a6a2f21cb265048110"}, "audit_ids": ["yWWsdSANTeGqyxYgWBWmFA"], "issued_at": "2018-09-04T10:29:28.000000Z"}} 2018-09-04 10:29:28,503 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28: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}4d74625e82ba536f6ae001d1cea9c2a48d3e8a4f" 2018-09-04 10:29:28,584 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:29:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-888ad8b6-7ebe-4d6e-b172-7cfcab0bf680 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.28:5000/v3/", "rel": "self"}]}} 2018-09-04 10:29:28,584 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-888ad8b6-7ebe-4d6e-b172-7cfcab0bf680 2018-09-04 10:29:28,589 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/images?limit=20&disk_format=qcow2&name=NovaUtilsInstanceVolumeTests-718f72a4-403a-41ab-a25e-ddbe83f71f42-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}4d74625e82ba536f6ae001d1cea9c2a48d3e8a4f" 2018-09-04 10:29:28,810 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 173 Content-Type: application/json X-Openstack-Request-Id: req-b18d0761-95dd-46b8-a91c-febf47975895 Date: Tue, 04 Sep 2018 10:29:28 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=NovaUtilsInstanceVolumeTests-718f72a4-403a-41ab-a25e-ddbe83f71f42-image"} 2018-09-04 10:29:28,811 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images?limit=20&disk_format=qcow2&name=NovaUtilsInstanceVolumeTests-718f72a4-403a-41ab-a25e-ddbe83f71f42-image used request id req-b18d0761-95dd-46b8-a91c-febf47975895 2018-09-04 10:29:28,813 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}4d74625e82ba536f6ae001d1cea9c2a48d3e8a4f" 2018-09-04 10:29:29,395 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-f3be527e-6f63-4616-a17d-04f6c06ddc42 Date: Tue, 04 Sep 2018 10:29: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-09-04 10:29:29,395 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/schemas/image used request id req-f3be527e-6f63-4616-a17d-04f6c06ddc42 2018-09-04 10:29:29,426 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}4d74625e82ba536f6ae001d1cea9c2a48d3e8a4f" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "NovaUtilsInstanceVolumeTests-718f72a4-403a-41ab-a25e-ddbe83f71f42-image"}' 2018-09-04 10:29:29,714 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 632 Content-Type: application/json Location: http://172.30.9.28:9292/v2/images/b7c346ab-a3bb-4bde-b50a-e2551a8ccfc5 X-Openstack-Request-Id: req-db0afbef-9c7a-45c1-b6cd-f0f5ad86740b Date: Tue, 04 Sep 2018 10:29:29 GMT RESP BODY: {"status": "queued", "name": "NovaUtilsInstanceVolumeTests-718f72a4-403a-41ab-a25e-ddbe83f71f42-image", "tags": [], "container_format": "bare", "created_at": "2018-09-04T10:29:29Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-09-04T10:29:29Z", "visibility": "shared", "locations": [], "self": "/v2/images/b7c346ab-a3bb-4bde-b50a-e2551a8ccfc5", "min_disk": 0, "protected": false, "id": "b7c346ab-a3bb-4bde-b50a-e2551a8ccfc5", "file": "/v2/images/b7c346ab-a3bb-4bde-b50a-e2551a8ccfc5/file", "checksum": null, "owner": "da1aa3dc9e564d3d922e61c0121a390e", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-09-04 10:29:29,715 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.28:9292/v2/images used request id req-db0afbef-9c7a-45c1-b6cd-f0f5ad86740b 2018-09-04 10:29:29,725 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.28:9292/v2/images/b7c346ab-a3bb-4bde-b50a-e2551a8ccfc5/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}4d74625e82ba536f6ae001d1cea9c2a48d3e8a4f" -d '' 2018-09-04 10:29:30,962 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-286dd07e-0078-4f4d-89be-92bb9477203e Date: Tue, 04 Sep 2018 10:29:30 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-09-04 10:29:30,962 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.28:9292/v2/images/b7c346ab-a3bb-4bde-b50a-e2551a8ccfc5/file used request id req-286dd07e-0078-4f4d-89be-92bb9477203e 2018-09-04 10:29:30,962 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-09-04 10:29:30,965 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/images/b7c346ab-a3bb-4bde-b50a-e2551a8ccfc5 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}4d74625e82ba536f6ae001d1cea9c2a48d3e8a4f" 2018-09-04 10:29:31,129 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 893 Content-Type: application/json X-Openstack-Request-Id: req-e5a83ba1-f639-4883-a213-ce0953776723 Date: Tue, 04 Sep 2018 10:29:31 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "NovaUtilsInstanceVolumeTests-718f72a4-403a-41ab-a25e-ddbe83f71f42-image", "tags": [], "container_format": "bare", "created_at": "2018-09-04T10:29:29Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-09-04T10:29:30Z", "visibility": "shared", "locations": [{"url": "rbd://99671b03-94ed-44b3-b5f6-80b8e44d0570/images/b7c346ab-a3bb-4bde-b50a-e2551a8ccfc5/snap", "metadata": {}}], "self": "/v2/images/b7c346ab-a3bb-4bde-b50a-e2551a8ccfc5", "min_disk": 0, "protected": false, "id": "b7c346ab-a3bb-4bde-b50a-e2551a8ccfc5", "file": "/v2/images/b7c346ab-a3bb-4bde-b50a-e2551a8ccfc5/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "da1aa3dc9e564d3d922e61c0121a390e", "direct_url": "rbd://99671b03-94ed-44b3-b5f6-80b8e44d0570/images/b7c346ab-a3bb-4bde-b50a-e2551a8ccfc5/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-09-04 10:29:31,130 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images/b7c346ab-a3bb-4bde-b50a-e2551a8ccfc5 used request id req-e5a83ba1-f639-4883-a213-ce0953776723 2018-09-04 10:29:31,133 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}4d74625e82ba536f6ae001d1cea9c2a48d3e8a4f" 2018-09-04 10:29:31,716 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-4982c583-bd91-4227-9fe9-f359c9272b38 Date: Tue, 04 Sep 2018 10:29:31 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-09-04 10:29:31,716 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/schemas/image used request id req-4982c583-bd91-4227-9fe9-f359c9272b38 2018-09-04 10:29:31,719 - create_image - INFO - Created image with name - NovaUtilsInstanceVolumeTests-718f72a4-403a-41ab-a25e-ddbe83f71f42-image 2018-09-04 10:29:31,722 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/images/b7c346ab-a3bb-4bde-b50a-e2551a8ccfc5 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}4d74625e82ba536f6ae001d1cea9c2a48d3e8a4f" 2018-09-04 10:29:31,739 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 893 Content-Type: application/json X-Openstack-Request-Id: req-f99a597f-51b0-4937-9378-3352c9c77606 Date: Tue, 04 Sep 2018 10:29:31 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "NovaUtilsInstanceVolumeTests-718f72a4-403a-41ab-a25e-ddbe83f71f42-image", "tags": [], "container_format": "bare", "created_at": "2018-09-04T10:29:29Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-09-04T10:29:30Z", "visibility": "shared", "locations": [{"url": "rbd://99671b03-94ed-44b3-b5f6-80b8e44d0570/images/b7c346ab-a3bb-4bde-b50a-e2551a8ccfc5/snap", "metadata": {}}], "self": "/v2/images/b7c346ab-a3bb-4bde-b50a-e2551a8ccfc5", "min_disk": 0, "protected": false, "id": "b7c346ab-a3bb-4bde-b50a-e2551a8ccfc5", "file": "/v2/images/b7c346ab-a3bb-4bde-b50a-e2551a8ccfc5/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "da1aa3dc9e564d3d922e61c0121a390e", "direct_url": "rbd://99671b03-94ed-44b3-b5f6-80b8e44d0570/images/b7c346ab-a3bb-4bde-b50a-e2551a8ccfc5/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-09-04 10:29:31,739 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images/b7c346ab-a3bb-4bde-b50a-e2551a8ccfc5 used request id req-f99a597f-51b0-4937-9378-3352c9c77606 2018-09-04 10:29:31,740 - create_image - DEBUG - Instance status is - active 2018-09-04 10:29:31,740 - create_image - DEBUG - Image is active with name - NovaUtilsInstanceVolumeTests-718f72a4-403a-41ab-a25e-ddbe83f71f42-image 2018-09-04 10:29:31,740 - create_image - INFO - Image is now active with name - NovaUtilsInstanceVolumeTests-718f72a4-403a-41ab-a25e-ddbe83f71f42-image 2018-09-04 10:29:31,740 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 10:29:31,741 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-09-04 10:29:32,128 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5ef645ad12fc453aa5d8a0c2cbf76196", "name": "heat_stack_owner"}, {"id": "9a944a8c31754b8f941d2fa9034d4301", "name": "Member"}, {"id": "3d416247e8224533841040c3ad2bce5a", "name": "admin"}], "expires_at": "2018-09-04T11:29:32.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "da1aa3dc9e564d3d922e61c0121a390e", "name": "api_check-project_95790658-ea1a-473f-b71a-0aa15c3467f2"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235635a698ef4bef9dc6b25273d185da"}, {"url": "http://192.30.9.6:8776/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "23b07b3fbfc340a58cf0f9b2871a0d23"}, {"url": "http://172.30.9.28:8776/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "72fd0aaa144d45419f4b04b6b26f69a7"}], "type": "volume", "id": "097241c25b4d4f7e91b3f8efa155909e", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v3/da1aa3dc9e564d3d922e61c0121a390e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93eb4cf3030a49e7840bec071422d397"}, {"url": "http://192.30.9.6:8776/v3/da1aa3dc9e564d3d922e61c0121a390e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8af439a6ac147fdbcb38ed9aa916b68"}, {"url": "http://192.30.9.6:8776/v3/da1aa3dc9e564d3d922e61c0121a390e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c4bfdbc9b7c74a23a40afdf578cfeba4"}], "type": "volumev3", "id": "1c85f4682ce44f729db1dabd98e965e8", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "82239574a29d4603a2161006f61851cf"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8d15f7134f364a7bbcfff2f84aac3bf2"}, {"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e01668c43a0c4c279b9a3d20a0280d6c"}], "type": "image", "id": "297d8415ca96454991054983920912f7", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7bb4d60e20734d4a9f31ec75e02cb823"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bf6adec15590466a9a0d3bddb00e8993"}, {"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f096f03a1d12411a8972f6f7c196b60d"}], "type": "policy", "id": "54c64351b56d44bbad74c2969cc3aa00", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "354ae6870a324fab82d0a0fb68ee0f26"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a3807e460dd4af488d982b66c52e64c"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e7c3da785076450abd71868e75ce0c33"}], "type": "cloudformation", "id": "6ac9917ae83c4639a15a4ab3cf0e76dd", "name": "heat-cfn"}, {"endpoints": [], "type": "metering", "id": "7fcc078e5e0645f29df67742ac14e388", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49e71628d386464cb950d6a9db00a328"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75b0a63ed8574bbcab1c851cc9b83d30"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9902b0a8b3c04cd192a1b84c417c232b"}], "type": "key-manager", "id": "9626544a32e74678a641c6e206f028a9", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "497340e5aa36485982fdf297f370558f"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7802beb4fc7c4952897b77bd5610b1fe"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c14af798917f4fa0b146d9772583e595"}], "type": "metric", "id": "973bfe8c658d4e5a8da725e76b9d550e", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "288ecc3674ea41d2aa3b790dcb832bf2"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7a6dc785cd7142f5b30f1a7ba0daeb03"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7f7d34e2351b4964befccc862c4e8e12"}], "type": "network", "id": "a348d7b06050474fb449be7f32ea6f5d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "21bce6ecb8464a1f8f3e3847aa698bd6"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0a8faf2246b47deb30e69e48d3551fb"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e71c6011de3d4d8589e5b53dcc79f288"}], "type": "identity", "id": "ad8d4b4953184137a1b913ecee9434ed", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "13474f9a78ca4f1184e4cddc84d0d98c"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad67365a18234bb78c336e6776958c00"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc54db13337f44f8921fbb9ad0f81de8"}], "type": "alarming", "id": "bb18dc3243034f08a6a7f69f7a1edccf", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0d91d7adf0304b2681c77f979e5cdb17"}, {"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "756e5ffca9774ab3ae2db41bf330417f"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c07c727a08c243b287827f539a124e63"}], "type": "placement", "id": "bb2c9432fcbd4c56913177122468f6ba", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1eed4912224b48cf9856446eae4d9928"}, {"url": "http://192.30.9.6:8004/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b73b7f99236541148d84f24f09e5dd40"}, {"url": "http://192.30.9.6:8004/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fbf12e52911244fdafc24a9d46f56e62"}], "type": "orchestration", "id": "c8918d139da945ba93df4ccce21d4904", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/da1aa3dc9e564d3d922e61c0121a390e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16bf098b9e2e490f8e47fa601059f975"}, {"url": "http://192.30.9.6:8776/v2/da1aa3dc9e564d3d922e61c0121a390e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc16fa4cf491444ca2f611d5692c1170"}, {"url": "http://192.30.9.6:8776/v2/da1aa3dc9e564d3d922e61c0121a390e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ccd2c5325dff4b90b391db9fdde67d99"}], "type": "volumev2", "id": "d09ac9123c34494abce21d6c27bee9d9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eac694332354a3aa0e61c31314166d7"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b4d4989c4e764717ab78d38675cadd3f"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff196e46b56d406d87a678f1a64497b0"}], "type": "compute", "id": "d4030ee932c84df58c5b910cc197caa7", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_95790658-ea1a-473f-b71a-0aa15c3467f2", "id": "6cb53a06110b45a6a2f21cb265048110"}, "audit_ids": ["wVQhG_3_RaGwWcw-3OwGyQ"], "issued_at": "2018-09-04T10:29:32.000000Z"}} 2018-09-04 10:29:32,129 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28: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}00c1093c32a28b54def5fc4c5ad399611f553fcf" 2018-09-04 10:29:32,207 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:29:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0ce37f81-bcee-4d08-b2b4-1f0cbe1c1dbc 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.28:5000/v3/", "rel": "self"}]}} 2018-09-04 10:29:32,207 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-0ce37f81-bcee-4d08-b2b4-1f0cbe1c1dbc 2018-09-04 10:29:32,213 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-718f72a4-403a-41ab-a25e-ddbe83f71f42-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}00c1093c32a28b54def5fc4c5ad399611f553fcf" 2018-09-04 10:29:32,381 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-5db69713-209e-4e9b-a166-a051221c3b28 Date: Tue, 04 Sep 2018 10:29:32 GMT RESP BODY: {"networks":[]} 2018-09-04 10:29:32,381 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-718f72a4-403a-41ab-a25e-ddbe83f71f42-net used request id req-5db69713-209e-4e9b-a166-a051221c3b28 2018-09-04 10:29:32,381 - neutron_utils - INFO - Creating network with name NovaUtilsInstanceVolumeTests-718f72a4-403a-41ab-a25e-ddbe83f71f42-net 2018-09-04 10:29:32,387 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}00c1093c32a28b54def5fc4c5ad399611f553fcf" -d '{"network": {"name": "NovaUtilsInstanceVolumeTests-718f72a4-403a-41ab-a25e-ddbe83f71f42-net", "admin_state_up": true}}' 2018-09-04 10:29:32,855 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 701 X-Openstack-Request-Id: req-2611131f-739b-4b81-aaad-2438d6de4ae7 Date: Tue, 04 Sep 2018 10:29:32 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"provider:network_type":"vxlan","id":"da0ae635-de2c-4ead-a911-5f33bf3e29fe","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"da1aa3dc9e564d3d922e61c0121a390e","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-09-04T10:29:32Z","is_default":false,"provider:segmentation_id":68,"name":"NovaUtilsInstanceVolumeTests-718f72a4-403a-41ab-a25e-ddbe83f71f42-net","admin_state_up":true,"tenant_id":"da1aa3dc9e564d3d922e61c0121a390e","created_at":"2018-09-04T10:29:32Z","mtu":1450}} 2018-09-04 10:29:32,855 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/networks used request id req-2611131f-739b-4b81-aaad-2438d6de4ae7 2018-09-04 10:29:32,860 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?id=da0ae635-de2c-4ead-a911-5f33bf3e29fe -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}00c1093c32a28b54def5fc4c5ad399611f553fcf" 2018-09-04 10:29:33,084 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-ec9e13d5-fb55-4755-8449-d3d895111457 Date: Tue, 04 Sep 2018 10:29:33 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"da0ae635-de2c-4ead-a911-5f33bf3e29fe","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"da1aa3dc9e564d3d922e61c0121a390e","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-09-04T10:29:32Z","provider:segmentation_id":68,"name":"NovaUtilsInstanceVolumeTests-718f72a4-403a-41ab-a25e-ddbe83f71f42-net","admin_state_up":true,"tenant_id":"da1aa3dc9e564d3d922e61c0121a390e","created_at":"2018-09-04T10:29:32Z","provider:network_type":"vxlan"}]} 2018-09-04 10:29:33,084 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?id=da0ae635-de2c-4ead-a911-5f33bf3e29fe used request id req-ec9e13d5-fb55-4755-8449-d3d895111457 2018-09-04 10:29:33,090 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=da0ae635-de2c-4ead-a911-5f33bf3e29fe -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}00c1093c32a28b54def5fc4c5ad399611f553fcf" 2018-09-04 10:29:33,270 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-5e47420c-9fa9-4f1c-8241-319cdbc21f2f Date: Tue, 04 Sep 2018 10:29:33 GMT RESP BODY: {"subnets":[]} 2018-09-04 10:29:33,270 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=da0ae635-de2c-4ead-a911-5f33bf3e29fe used request id req-5e47420c-9fa9-4f1c-8241-319cdbc21f2f 2018-09-04 10:29:33,271 - neutron_utils - INFO - Creating subnet with name NovaUtilsInstanceVolumeTests-718f72a4-403a-41ab-a25e-ddbe83f71f42-subnet 2018-09-04 10:29:33,276 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}00c1093c32a28b54def5fc4c5ad399611f553fcf" -d '{"subnets": [{"ip_version": 4, "network_id": "da0ae635-de2c-4ead-a911-5f33bf3e29fe", "cidr": "10.55.0.0/24", "name": "NovaUtilsInstanceVolumeTests-718f72a4-403a-41ab-a25e-ddbe83f71f42-subnet"}]}' 2018-09-04 10:29:33,915 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-038cecf6-3505-47dd-94a0-ccd7bb5e2f0f Date: Tue, 04 Sep 2018 10:29:33 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"da0ae635-de2c-4ead-a911-5f33bf3e29fe","tenant_id":"da1aa3dc9e564d3d922e61c0121a390e","created_at":"2018-09-04T10:29:33Z","dns_nameservers":[],"updated_at":"2018-09-04T10:29:33Z","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":"da1aa3dc9e564d3d922e61c0121a390e","id":"c48c926e-9f43-4715-867f-a4c53af03a6b","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-718f72a4-403a-41ab-a25e-ddbe83f71f42-subnet"}]} 2018-09-04 10:29:33,915 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/subnets used request id req-038cecf6-3505-47dd-94a0-ccd7bb5e2f0f 2018-09-04 10:29:33,920 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?id=da0ae635-de2c-4ead-a911-5f33bf3e29fe -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}00c1093c32a28b54def5fc4c5ad399611f553fcf" 2018-09-04 10:29:34,150 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-9b011e74-ef56-4f48-b67a-3879b30c2f4c Date: Tue, 04 Sep 2018 10:29:34 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"da0ae635-de2c-4ead-a911-5f33bf3e29fe","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"da1aa3dc9e564d3d922e61c0121a390e","status":"ACTIVE","subnets":["c48c926e-9f43-4715-867f-a4c53af03a6b"],"description":"","tags":[],"updated_at":"2018-09-04T10:29:33Z","provider:segmentation_id":68,"name":"NovaUtilsInstanceVolumeTests-718f72a4-403a-41ab-a25e-ddbe83f71f42-net","admin_state_up":true,"tenant_id":"da1aa3dc9e564d3d922e61c0121a390e","created_at":"2018-09-04T10:29:32Z","provider:network_type":"vxlan"}]} 2018-09-04 10:29:34,151 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?id=da0ae635-de2c-4ead-a911-5f33bf3e29fe used request id req-9b011e74-ef56-4f48-b67a-3879b30c2f4c 2018-09-04 10:29:34,156 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=da0ae635-de2c-4ead-a911-5f33bf3e29fe -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}00c1093c32a28b54def5fc4c5ad399611f553fcf" 2018-09-04 10:29:34,359 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-af0f4164-4df0-47fc-9a9b-6e0d519362a6 Date: Tue, 04 Sep 2018 10:29:34 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"da0ae635-de2c-4ead-a911-5f33bf3e29fe","tenant_id":"da1aa3dc9e564d3d922e61c0121a390e","created_at":"2018-09-04T10:29:33Z","dns_nameservers":[],"updated_at":"2018-09-04T10:29:33Z","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":"da1aa3dc9e564d3d922e61c0121a390e","id":"c48c926e-9f43-4715-867f-a4c53af03a6b","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-718f72a4-403a-41ab-a25e-ddbe83f71f42-subnet"}]} 2018-09-04 10:29:34,360 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=da0ae635-de2c-4ead-a911-5f33bf3e29fe used request id req-af0f4164-4df0-47fc-9a9b-6e0d519362a6 2018-09-04 10:29:34,360 - OpenStackNetwork - DEBUG - Network [da0ae635-de2c-4ead-a911-5f33bf3e29fe] created successfully 2018-09-04 10:29:34,360 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 10:29:34,361 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-09-04 10:29:34,750 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5ef645ad12fc453aa5d8a0c2cbf76196", "name": "heat_stack_owner"}, {"id": "9a944a8c31754b8f941d2fa9034d4301", "name": "Member"}, {"id": "3d416247e8224533841040c3ad2bce5a", "name": "admin"}], "expires_at": "2018-09-04T11:29:34.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "da1aa3dc9e564d3d922e61c0121a390e", "name": "api_check-project_95790658-ea1a-473f-b71a-0aa15c3467f2"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235635a698ef4bef9dc6b25273d185da"}, {"url": "http://192.30.9.6:8776/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "23b07b3fbfc340a58cf0f9b2871a0d23"}, {"url": "http://172.30.9.28:8776/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "72fd0aaa144d45419f4b04b6b26f69a7"}], "type": "volume", "id": "097241c25b4d4f7e91b3f8efa155909e", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v3/da1aa3dc9e564d3d922e61c0121a390e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93eb4cf3030a49e7840bec071422d397"}, {"url": "http://192.30.9.6:8776/v3/da1aa3dc9e564d3d922e61c0121a390e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8af439a6ac147fdbcb38ed9aa916b68"}, {"url": "http://192.30.9.6:8776/v3/da1aa3dc9e564d3d922e61c0121a390e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c4bfdbc9b7c74a23a40afdf578cfeba4"}], "type": "volumev3", "id": "1c85f4682ce44f729db1dabd98e965e8", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "82239574a29d4603a2161006f61851cf"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8d15f7134f364a7bbcfff2f84aac3bf2"}, {"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e01668c43a0c4c279b9a3d20a0280d6c"}], "type": "image", "id": "297d8415ca96454991054983920912f7", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7bb4d60e20734d4a9f31ec75e02cb823"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bf6adec15590466a9a0d3bddb00e8993"}, {"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f096f03a1d12411a8972f6f7c196b60d"}], "type": "policy", "id": "54c64351b56d44bbad74c2969cc3aa00", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "354ae6870a324fab82d0a0fb68ee0f26"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a3807e460dd4af488d982b66c52e64c"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e7c3da785076450abd71868e75ce0c33"}], "type": "cloudformation", "id": "6ac9917ae83c4639a15a4ab3cf0e76dd", "name": "heat-cfn"}, {"endpoints": [], "type": "metering", "id": "7fcc078e5e0645f29df67742ac14e388", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49e71628d386464cb950d6a9db00a328"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75b0a63ed8574bbcab1c851cc9b83d30"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9902b0a8b3c04cd192a1b84c417c232b"}], "type": "key-manager", "id": "9626544a32e74678a641c6e206f028a9", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "497340e5aa36485982fdf297f370558f"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7802beb4fc7c4952897b77bd5610b1fe"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c14af798917f4fa0b146d9772583e595"}], "type": "metric", "id": "973bfe8c658d4e5a8da725e76b9d550e", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "288ecc3674ea41d2aa3b790dcb832bf2"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7a6dc785cd7142f5b30f1a7ba0daeb03"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7f7d34e2351b4964befccc862c4e8e12"}], "type": "network", "id": "a348d7b06050474fb449be7f32ea6f5d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "21bce6ecb8464a1f8f3e3847aa698bd6"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0a8faf2246b47deb30e69e48d3551fb"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e71c6011de3d4d8589e5b53dcc79f288"}], "type": "identity", "id": "ad8d4b4953184137a1b913ecee9434ed", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "13474f9a78ca4f1184e4cddc84d0d98c"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad67365a18234bb78c336e6776958c00"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc54db13337f44f8921fbb9ad0f81de8"}], "type": "alarming", "id": "bb18dc3243034f08a6a7f69f7a1edccf", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0d91d7adf0304b2681c77f979e5cdb17"}, {"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "756e5ffca9774ab3ae2db41bf330417f"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c07c727a08c243b287827f539a124e63"}], "type": "placement", "id": "bb2c9432fcbd4c56913177122468f6ba", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1eed4912224b48cf9856446eae4d9928"}, {"url": "http://192.30.9.6:8004/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b73b7f99236541148d84f24f09e5dd40"}, {"url": "http://192.30.9.6:8004/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fbf12e52911244fdafc24a9d46f56e62"}], "type": "orchestration", "id": "c8918d139da945ba93df4ccce21d4904", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/da1aa3dc9e564d3d922e61c0121a390e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16bf098b9e2e490f8e47fa601059f975"}, {"url": "http://192.30.9.6:8776/v2/da1aa3dc9e564d3d922e61c0121a390e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc16fa4cf491444ca2f611d5692c1170"}, {"url": "http://192.30.9.6:8776/v2/da1aa3dc9e564d3d922e61c0121a390e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ccd2c5325dff4b90b391db9fdde67d99"}], "type": "volumev2", "id": "d09ac9123c34494abce21d6c27bee9d9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eac694332354a3aa0e61c31314166d7"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b4d4989c4e764717ab78d38675cadd3f"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff196e46b56d406d87a678f1a64497b0"}], "type": "compute", "id": "d4030ee932c84df58c5b910cc197caa7", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_95790658-ea1a-473f-b71a-0aa15c3467f2", "id": "6cb53a06110b45a6a2f21cb265048110"}, "audit_ids": ["Pj6Vc1ScQdulrI0V4zlo4Q"], "issued_at": "2018-09-04T10:29:34.000000Z"}} 2018-09-04 10:29:34,750 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28: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}d5553ade897965a5e2f109a5eab81950f9a6189d" 2018-09-04 10:29:34,832 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:29:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-61b12fd8-d1ac-4b80-804e-f7055ce6a110 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.28:5000/v3/", "rel": "self"}]}} 2018-09-04 10:29:34,832 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-61b12fd8-d1ac-4b80-804e-f7055ce6a110 2018-09-04 10:29:34,833 - nova_utils - DEBUG - Retrieving Nova Client 2018-09-04 10:29:34,838 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d5553ade897965a5e2f109a5eab81950f9a6189d" 2018-09-04 10:29:35,548 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:29: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-d400fdb3-8e37-473f-b38d-d6a447fb4faa x-compute-request-id: req-d400fdb3-8e37-473f-b38d-d6a447fb4faa Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-09-04 10:29:35,548 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors used request id req-d400fdb3-8e37-473f-b38d-d6a447fb4faa 2018-09-04 10:29:35,552 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d5553ade897965a5e2f109a5eab81950f9a6189d" -d '{"flavor": {"vcpus": 1, "disk": 10, "name": "NovaUtilsInstanceVolumeTests-718f72a4-403a-41ab-a25e-ddbe83f71f42-flavor", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "ram": 256, "id": null, "swap": 0}}' 2018-09-04 10:29:35,650 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:29: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-4e43a5ca-6f2f-4648-a026-8532ecf05f48 x-compute-request-id: req-4e43a5ca-6f2f-4648-a026-8532ecf05f48 Content-Encoding: gzip Content-Length: 323 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/f9e6d6ab-b86c-4cca-a403-9e0bc72f87d0", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/f9e6d6ab-b86c-4cca-a403-9e0bc72f87d0", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "f9e6d6ab-b86c-4cca-a403-9e0bc72f87d0", "name": "NovaUtilsInstanceVolumeTests-718f72a4-403a-41ab-a25e-ddbe83f71f42-flavor", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-09-04 10:29:35,650 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/flavors used request id req-4e43a5ca-6f2f-4648-a026-8532ecf05f48 2018-09-04 10:29:35,651 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 10:29:35,652 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-09-04 10:29:36,031 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5ef645ad12fc453aa5d8a0c2cbf76196", "name": "heat_stack_owner"}, {"id": "9a944a8c31754b8f941d2fa9034d4301", "name": "Member"}, {"id": "3d416247e8224533841040c3ad2bce5a", "name": "admin"}], "expires_at": "2018-09-04T11:29:36.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "da1aa3dc9e564d3d922e61c0121a390e", "name": "api_check-project_95790658-ea1a-473f-b71a-0aa15c3467f2"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235635a698ef4bef9dc6b25273d185da"}, {"url": "http://192.30.9.6:8776/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "23b07b3fbfc340a58cf0f9b2871a0d23"}, {"url": "http://172.30.9.28:8776/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "72fd0aaa144d45419f4b04b6b26f69a7"}], "type": "volume", "id": "097241c25b4d4f7e91b3f8efa155909e", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v3/da1aa3dc9e564d3d922e61c0121a390e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93eb4cf3030a49e7840bec071422d397"}, {"url": "http://192.30.9.6:8776/v3/da1aa3dc9e564d3d922e61c0121a390e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8af439a6ac147fdbcb38ed9aa916b68"}, {"url": "http://192.30.9.6:8776/v3/da1aa3dc9e564d3d922e61c0121a390e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c4bfdbc9b7c74a23a40afdf578cfeba4"}], "type": "volumev3", "id": "1c85f4682ce44f729db1dabd98e965e8", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "82239574a29d4603a2161006f61851cf"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8d15f7134f364a7bbcfff2f84aac3bf2"}, {"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e01668c43a0c4c279b9a3d20a0280d6c"}], "type": "image", "id": "297d8415ca96454991054983920912f7", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7bb4d60e20734d4a9f31ec75e02cb823"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bf6adec15590466a9a0d3bddb00e8993"}, {"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f096f03a1d12411a8972f6f7c196b60d"}], "type": "policy", "id": "54c64351b56d44bbad74c2969cc3aa00", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "354ae6870a324fab82d0a0fb68ee0f26"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a3807e460dd4af488d982b66c52e64c"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e7c3da785076450abd71868e75ce0c33"}], "type": "cloudformation", "id": "6ac9917ae83c4639a15a4ab3cf0e76dd", "name": "heat-cfn"}, {"endpoints": [], "type": "metering", "id": "7fcc078e5e0645f29df67742ac14e388", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49e71628d386464cb950d6a9db00a328"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75b0a63ed8574bbcab1c851cc9b83d30"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9902b0a8b3c04cd192a1b84c417c232b"}], "type": "key-manager", "id": "9626544a32e74678a641c6e206f028a9", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "497340e5aa36485982fdf297f370558f"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7802beb4fc7c4952897b77bd5610b1fe"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c14af798917f4fa0b146d9772583e595"}], "type": "metric", "id": "973bfe8c658d4e5a8da725e76b9d550e", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "288ecc3674ea41d2aa3b790dcb832bf2"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7a6dc785cd7142f5b30f1a7ba0daeb03"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7f7d34e2351b4964befccc862c4e8e12"}], "type": "network", "id": "a348d7b06050474fb449be7f32ea6f5d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "21bce6ecb8464a1f8f3e3847aa698bd6"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0a8faf2246b47deb30e69e48d3551fb"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e71c6011de3d4d8589e5b53dcc79f288"}], "type": "identity", "id": "ad8d4b4953184137a1b913ecee9434ed", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "13474f9a78ca4f1184e4cddc84d0d98c"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad67365a18234bb78c336e6776958c00"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc54db13337f44f8921fbb9ad0f81de8"}], "type": "alarming", "id": "bb18dc3243034f08a6a7f69f7a1edccf", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0d91d7adf0304b2681c77f979e5cdb17"}, {"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "756e5ffca9774ab3ae2db41bf330417f"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c07c727a08c243b287827f539a124e63"}], "type": "placement", "id": "bb2c9432fcbd4c56913177122468f6ba", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1eed4912224b48cf9856446eae4d9928"}, {"url": "http://192.30.9.6:8004/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b73b7f99236541148d84f24f09e5dd40"}, {"url": "http://192.30.9.6:8004/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fbf12e52911244fdafc24a9d46f56e62"}], "type": "orchestration", "id": "c8918d139da945ba93df4ccce21d4904", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/da1aa3dc9e564d3d922e61c0121a390e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16bf098b9e2e490f8e47fa601059f975"}, {"url": "http://192.30.9.6:8776/v2/da1aa3dc9e564d3d922e61c0121a390e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc16fa4cf491444ca2f611d5692c1170"}, {"url": "http://192.30.9.6:8776/v2/da1aa3dc9e564d3d922e61c0121a390e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ccd2c5325dff4b90b391db9fdde67d99"}], "type": "volumev2", "id": "d09ac9123c34494abce21d6c27bee9d9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eac694332354a3aa0e61c31314166d7"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b4d4989c4e764717ab78d38675cadd3f"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff196e46b56d406d87a678f1a64497b0"}], "type": "compute", "id": "d4030ee932c84df58c5b910cc197caa7", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_95790658-ea1a-473f-b71a-0aa15c3467f2", "id": "6cb53a06110b45a6a2f21cb265048110"}, "audit_ids": ["a2Aq2DukTyi098Z5nEzXMw"], "issued_at": "2018-09-04T10:29:36.000000Z"}} 2018-09-04 10:29:36,031 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28: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}e80a074f7be9f92e47dea7d1bb2b96df29c641e1" 2018-09-04 10:29:36,108 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:29:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ac1e8eed-6d6a-4036-b0a3-da347f2735df 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.28:5000/v3/", "rel": "self"}]}} 2018-09-04 10:29:36,109 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-ac1e8eed-6d6a-4036-b0a3-da347f2735df 2018-09-04 10:29:36,114 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8776/v3/da1aa3dc9e564d3d922e61c0121a390e/volumes/detail -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e80a074f7be9f92e47dea7d1bb2b96df29c641e1" 2018-09-04 10:29:36,875 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:29:36 GMT Server: Apache x-compute-request-id: req-fde57b10-b416-4812-83e9-5c469a5259b9 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-fde57b10-b416-4812-83e9-5c469a5259b9 Content-Length: 15 Content-Type: application/json RESP BODY: {"volumes": []} 2018-09-04 10:29:36,875 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/da1aa3dc9e564d3d922e61c0121a390e/volumes/detail used request id req-fde57b10-b416-4812-83e9-5c469a5259b9 2018-09-04 10:29:36,879 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:8776/v3/da1aa3dc9e564d3d922e61c0121a390e/volumes -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-fde57b10-b416-4812-83e9-5c469a5259b9" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e80a074f7be9f92e47dea7d1bb2b96df29c641e1" -d '{"volume": {"status": "creating", "user_id": null, "name": "NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-718f72a4-403a-41ab-a25e-ddbe83f71f42", "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-09-04 10:29:37,896 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Tue, 04 Sep 2018 10:29:36 GMT Server: Apache x-compute-request-id: req-3593218c-f94a-4451-9c9d-461d36607072 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-3593218c-f94a-4451-9c9d-461d36607072 Content-Length: 881 Content-Type: application/json RESP BODY: {"volume": {"status": "creating", "migration_status": null, "user_id": "6cb53a06110b45a6a2f21cb265048110", "attachments": [], "links": [{"href": "http://172.30.9.28:8776/v3/da1aa3dc9e564d3d922e61c0121a390e/volumes/2a5daee7-4176-4cad-a6a3-e2cdff955522", "rel": "self"}, {"href": "http://172.30.9.28:8776/da1aa3dc9e564d3d922e61c0121a390e/volumes/2a5daee7-4176-4cad-a6a3-e2cdff955522", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-09-04T10:29:37.764501", "description": null, "updated_at": null, "volume_type": null, "name": "NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-718f72a4-403a-41ab-a25e-ddbe83f71f42", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "2a5daee7-4176-4cad-a6a3-e2cdff955522", "size": 1}} 2018-09-04 10:29:37,897 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.28:8776/v3/da1aa3dc9e564d3d922e61c0121a390e/volumes used request id req-3593218c-f94a-4451-9c9d-461d36607072 2018-09-04 10:29:37,900 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8776/v3/da1aa3dc9e564d3d922e61c0121a390e/volumes/2a5daee7-4176-4cad-a6a3-e2cdff955522 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-fde57b10-b416-4812-83e9-5c469a5259b9" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e80a074f7be9f92e47dea7d1bb2b96df29c641e1" 2018-09-04 10:29:38,636 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:29:37 GMT Server: Apache x-compute-request-id: req-fe48af2d-b69a-4761-b214-21e20113c84f OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-fe48af2d-b69a-4761-b214-21e20113c84f Content-Encoding: gzip Content-Length: 519 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.28:8776/v3/da1aa3dc9e564d3d922e61c0121a390e/volumes/2a5daee7-4176-4cad-a6a3-e2cdff955522", "rel": "self"}, {"href": "http://172.30.9.28:8776/da1aa3dc9e564d3d922e61c0121a390e/volumes/2a5daee7-4176-4cad-a6a3-e2cdff955522", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-09-04T10:29:38.000000", "replication_status": null, "snapshot_id": null, "id": "2a5daee7-4176-4cad-a6a3-e2cdff955522", "size": 1, "user_id": "6cb53a06110b45a6a2f21cb265048110", "os-vol-tenant-attr:tenant_id": "da1aa3dc9e564d3d922e61c0121a390e", "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-718f72a4-403a-41ab-a25e-ddbe83f71f42", "bootable": "false", "created_at": "2018-09-04T10:29:37.000000", "volume_type": null}} 2018-09-04 10:29:38,636 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/da1aa3dc9e564d3d922e61c0121a390e/volumes/2a5daee7-4176-4cad-a6a3-e2cdff955522 used request id req-fe48af2d-b69a-4761-b214-21e20113c84f 2018-09-04 10:29:38,636 - create_volume - INFO - Created volume with name - NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-718f72a4-403a-41ab-a25e-ddbe83f71f42 2018-09-04 10:29:38,639 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8776/v3/da1aa3dc9e564d3d922e61c0121a390e/volumes/2a5daee7-4176-4cad-a6a3-e2cdff955522 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-fde57b10-b416-4812-83e9-5c469a5259b9" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e80a074f7be9f92e47dea7d1bb2b96df29c641e1" 2018-09-04 10:29:38,693 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:29:38 GMT Server: Apache x-compute-request-id: req-f8fe9147-944f-408d-912d-5f26733a43e8 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-f8fe9147-944f-408d-912d-5f26733a43e8 Content-Encoding: gzip Content-Length: 519 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.28:8776/v3/da1aa3dc9e564d3d922e61c0121a390e/volumes/2a5daee7-4176-4cad-a6a3-e2cdff955522", "rel": "self"}, {"href": "http://172.30.9.28:8776/da1aa3dc9e564d3d922e61c0121a390e/volumes/2a5daee7-4176-4cad-a6a3-e2cdff955522", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-09-04T10:29:38.000000", "replication_status": null, "snapshot_id": null, "id": "2a5daee7-4176-4cad-a6a3-e2cdff955522", "size": 1, "user_id": "6cb53a06110b45a6a2f21cb265048110", "os-vol-tenant-attr:tenant_id": "da1aa3dc9e564d3d922e61c0121a390e", "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-718f72a4-403a-41ab-a25e-ddbe83f71f42", "bootable": "false", "created_at": "2018-09-04T10:29:37.000000", "volume_type": null}} 2018-09-04 10:29:38,693 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/da1aa3dc9e564d3d922e61c0121a390e/volumes/2a5daee7-4176-4cad-a6a3-e2cdff955522 used request id req-f8fe9147-944f-408d-912d-5f26733a43e8 2018-09-04 10:29:38,693 - create_volume - DEBUG - Instance status is - available 2018-09-04 10:29:38,694 - create_volume - DEBUG - Volume is active with name - NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-718f72a4-403a-41ab-a25e-ddbe83f71f42 2018-09-04 10:29:38,694 - create_volume - INFO - Volume is now active with name - NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-718f72a4-403a-41ab-a25e-ddbe83f71f42 2018-09-04 10:29:38,694 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 10:29:38,694 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-09-04 10:29:39,098 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5ef645ad12fc453aa5d8a0c2cbf76196", "name": "heat_stack_owner"}, {"id": "9a944a8c31754b8f941d2fa9034d4301", "name": "Member"}, {"id": "3d416247e8224533841040c3ad2bce5a", "name": "admin"}], "expires_at": "2018-09-04T11:29:39.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "da1aa3dc9e564d3d922e61c0121a390e", "name": "api_check-project_95790658-ea1a-473f-b71a-0aa15c3467f2"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235635a698ef4bef9dc6b25273d185da"}, {"url": "http://192.30.9.6:8776/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "23b07b3fbfc340a58cf0f9b2871a0d23"}, {"url": "http://172.30.9.28:8776/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "72fd0aaa144d45419f4b04b6b26f69a7"}], "type": "volume", "id": "097241c25b4d4f7e91b3f8efa155909e", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v3/da1aa3dc9e564d3d922e61c0121a390e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93eb4cf3030a49e7840bec071422d397"}, {"url": "http://192.30.9.6:8776/v3/da1aa3dc9e564d3d922e61c0121a390e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8af439a6ac147fdbcb38ed9aa916b68"}, {"url": "http://192.30.9.6:8776/v3/da1aa3dc9e564d3d922e61c0121a390e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c4bfdbc9b7c74a23a40afdf578cfeba4"}], "type": "volumev3", "id": "1c85f4682ce44f729db1dabd98e965e8", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "82239574a29d4603a2161006f61851cf"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8d15f7134f364a7bbcfff2f84aac3bf2"}, {"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e01668c43a0c4c279b9a3d20a0280d6c"}], "type": "image", "id": "297d8415ca96454991054983920912f7", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7bb4d60e20734d4a9f31ec75e02cb823"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bf6adec15590466a9a0d3bddb00e8993"}, {"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f096f03a1d12411a8972f6f7c196b60d"}], "type": "policy", "id": "54c64351b56d44bbad74c2969cc3aa00", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "354ae6870a324fab82d0a0fb68ee0f26"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a3807e460dd4af488d982b66c52e64c"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e7c3da785076450abd71868e75ce0c33"}], "type": "cloudformation", "id": "6ac9917ae83c4639a15a4ab3cf0e76dd", "name": "heat-cfn"}, {"endpoints": [], "type": "metering", "id": "7fcc078e5e0645f29df67742ac14e388", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49e71628d386464cb950d6a9db00a328"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75b0a63ed8574bbcab1c851cc9b83d30"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9902b0a8b3c04cd192a1b84c417c232b"}], "type": "key-manager", "id": "9626544a32e74678a641c6e206f028a9", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "497340e5aa36485982fdf297f370558f"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7802beb4fc7c4952897b77bd5610b1fe"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c14af798917f4fa0b146d9772583e595"}], "type": "metric", "id": "973bfe8c658d4e5a8da725e76b9d550e", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "288ecc3674ea41d2aa3b790dcb832bf2"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7a6dc785cd7142f5b30f1a7ba0daeb03"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7f7d34e2351b4964befccc862c4e8e12"}], "type": "network", "id": "a348d7b06050474fb449be7f32ea6f5d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "21bce6ecb8464a1f8f3e3847aa698bd6"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0a8faf2246b47deb30e69e48d3551fb"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e71c6011de3d4d8589e5b53dcc79f288"}], "type": "identity", "id": "ad8d4b4953184137a1b913ecee9434ed", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "13474f9a78ca4f1184e4cddc84d0d98c"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad67365a18234bb78c336e6776958c00"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc54db13337f44f8921fbb9ad0f81de8"}], "type": "alarming", "id": "bb18dc3243034f08a6a7f69f7a1edccf", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0d91d7adf0304b2681c77f979e5cdb17"}, {"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "756e5ffca9774ab3ae2db41bf330417f"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c07c727a08c243b287827f539a124e63"}], "type": "placement", "id": "bb2c9432fcbd4c56913177122468f6ba", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1eed4912224b48cf9856446eae4d9928"}, {"url": "http://192.30.9.6:8004/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b73b7f99236541148d84f24f09e5dd40"}, {"url": "http://192.30.9.6:8004/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fbf12e52911244fdafc24a9d46f56e62"}], "type": "orchestration", "id": "c8918d139da945ba93df4ccce21d4904", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/da1aa3dc9e564d3d922e61c0121a390e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16bf098b9e2e490f8e47fa601059f975"}, {"url": "http://192.30.9.6:8776/v2/da1aa3dc9e564d3d922e61c0121a390e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc16fa4cf491444ca2f611d5692c1170"}, {"url": "http://192.30.9.6:8776/v2/da1aa3dc9e564d3d922e61c0121a390e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ccd2c5325dff4b90b391db9fdde67d99"}], "type": "volumev2", "id": "d09ac9123c34494abce21d6c27bee9d9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eac694332354a3aa0e61c31314166d7"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b4d4989c4e764717ab78d38675cadd3f"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff196e46b56d406d87a678f1a64497b0"}], "type": "compute", "id": "d4030ee932c84df58c5b910cc197caa7", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_95790658-ea1a-473f-b71a-0aa15c3467f2", "id": "6cb53a06110b45a6a2f21cb265048110"}, "audit_ids": ["6dFEmtH3TgqIHs5elgGrhA"], "issued_at": "2018-09-04T10:29:39.000000Z"}} 2018-09-04 10:29:39,099 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28: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}6d67dcebfd8168613303b03db7fa1198c1b191d6" 2018-09-04 10:29:39,175 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:29:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bdd62ec6-82c8-4524-b317-6905c2ba9a56 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.28:5000/v3/", "rel": "self"}]}} 2018-09-04 10:29:39,175 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-bdd62ec6-82c8-4524-b317-6905c2ba9a56 2018-09-04 10:29:39,176 - nova_utils - DEBUG - Retrieving Nova Client 2018-09-04 10:29:39,178 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28: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}6d67dcebfd8168613303b03db7fa1198c1b191d6" 2018-09-04 10:29:39,261 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:29:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ad5df306-e58d-4f4f-bbc0-87487766995c 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.28:5000/v3/", "rel": "self"}]}} 2018-09-04 10:29:39,261 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-ad5df306-e58d-4f4f-bbc0-87487766995c 2018-09-04 10:29:39,269 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-718f72a4-403a-41ab-a25e-ddbe83f71f42-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6d67dcebfd8168613303b03db7fa1198c1b191d6" 2018-09-04 10:29:39,492 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-843f7077-08e6-4467-b30d-7a5e7359c3fa Date: Tue, 04 Sep 2018 10:29:39 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"da0ae635-de2c-4ead-a911-5f33bf3e29fe","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"da1aa3dc9e564d3d922e61c0121a390e","status":"ACTIVE","subnets":["c48c926e-9f43-4715-867f-a4c53af03a6b"],"description":"","tags":[],"updated_at":"2018-09-04T10:29:33Z","provider:segmentation_id":68,"name":"NovaUtilsInstanceVolumeTests-718f72a4-403a-41ab-a25e-ddbe83f71f42-net","admin_state_up":true,"tenant_id":"da1aa3dc9e564d3d922e61c0121a390e","created_at":"2018-09-04T10:29:32Z","provider:network_type":"vxlan"}]} 2018-09-04 10:29:39,492 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-718f72a4-403a-41ab-a25e-ddbe83f71f42-net used request id req-843f7077-08e6-4467-b30d-7a5e7359c3fa 2018-09-04 10:29:39,495 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-04 10:29:39,500 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 04 Sep 2018 10:29:39 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.28: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.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-04 10:29:39,501 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/da1aa3dc9e564d3d922e61c0121a390e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6d67dcebfd8168613303b03db7fa1198c1b191d6" 2018-09-04 10:29:39,653 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:29:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-31c85b14-6dc6-4e8c-82a6-502a7be62f21 Content-Encoding: gzip Content-Length: 245 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.28:5000/v3/projects/da1aa3dc9e564d3d922e61c0121a390e"}, "enabled": true, "id": "da1aa3dc9e564d3d922e61c0121a390e", "parent_id": "default", "domain_id": "default", "name": "api_check-project_95790658-ea1a-473f-b71a-0aa15c3467f2"}} 2018-09-04 10:29:39,653 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/da1aa3dc9e564d3d922e61c0121a390e used request id req-31c85b14-6dc6-4e8c-82a6-502a7be62f21 2018-09-04 10:29:39,658 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=da0ae635-de2c-4ead-a911-5f33bf3e29fe -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6d67dcebfd8168613303b03db7fa1198c1b191d6" 2018-09-04 10:29:39,860 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-722b0c04-d8f6-4ae2-9174-da56d822e90e Date: Tue, 04 Sep 2018 10:29:39 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"da0ae635-de2c-4ead-a911-5f33bf3e29fe","tenant_id":"da1aa3dc9e564d3d922e61c0121a390e","created_at":"2018-09-04T10:29:33Z","dns_nameservers":[],"updated_at":"2018-09-04T10:29:33Z","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":"da1aa3dc9e564d3d922e61c0121a390e","id":"c48c926e-9f43-4715-867f-a4c53af03a6b","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-718f72a4-403a-41ab-a25e-ddbe83f71f42-subnet"}]} 2018-09-04 10:29:39,861 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=da0ae635-de2c-4ead-a911-5f33bf3e29fe used request id req-722b0c04-d8f6-4ae2-9174-da56d822e90e 2018-09-04 10:29:39,866 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?network_id=da0ae635-de2c-4ead-a911-5f33bf3e29fe&name=NovaUtilsInstanceVolumeTests-718f72a4-403a-41ab-a25e-ddbe83f71f42-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6d67dcebfd8168613303b03db7fa1198c1b191d6" 2018-09-04 10:29:40,051 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-2804ed94-9ad6-4667-a060-8c3bcd07fedb Date: Tue, 04 Sep 2018 10:29:40 GMT RESP BODY: {"ports":[]} 2018-09-04 10:29:40,051 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?network_id=da0ae635-de2c-4ead-a911-5f33bf3e29fe&name=NovaUtilsInstanceVolumeTests-718f72a4-403a-41ab-a25e-ddbe83f71f42-port&admin_state_up=True used request id req-2804ed94-9ad6-4667-a060-8c3bcd07fedb 2018-09-04 10:29:40,054 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/detail?name=NovaUtilsInstanceVolumeTests-718f72a4-403a-41ab-a25e-ddbe83f71f42-vm_inst -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6d67dcebfd8168613303b03db7fa1198c1b191d6" 2018-09-04 10:29:40,288 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:29: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-252629e5-4990-466e-ae37-3a89eb8e9a00 x-compute-request-id: req-252629e5-4990-466e-ae37-3a89eb8e9a00 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-09-04 10:29:40,288 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail?name=NovaUtilsInstanceVolumeTests-718f72a4-403a-41ab-a25e-ddbe83f71f42-vm_inst used request id req-252629e5-4990-466e-ae37-3a89eb8e9a00 2018-09-04 10:29:40,293 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-718f72a4-403a-41ab-a25e-ddbe83f71f42-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6d67dcebfd8168613303b03db7fa1198c1b191d6" 2018-09-04 10:29:40,521 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-ce6a752c-67c5-452d-975c-4285564d6888 Date: Tue, 04 Sep 2018 10:29:40 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"da0ae635-de2c-4ead-a911-5f33bf3e29fe","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"da1aa3dc9e564d3d922e61c0121a390e","status":"ACTIVE","subnets":["c48c926e-9f43-4715-867f-a4c53af03a6b"],"description":"","tags":[],"updated_at":"2018-09-04T10:29:33Z","provider:segmentation_id":68,"name":"NovaUtilsInstanceVolumeTests-718f72a4-403a-41ab-a25e-ddbe83f71f42-net","admin_state_up":true,"tenant_id":"da1aa3dc9e564d3d922e61c0121a390e","created_at":"2018-09-04T10:29:32Z","provider:network_type":"vxlan"}]} 2018-09-04 10:29:40,521 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-718f72a4-403a-41ab-a25e-ddbe83f71f42-net used request id req-ce6a752c-67c5-452d-975c-4285564d6888 2018-09-04 10:29:40,524 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/da1aa3dc9e564d3d922e61c0121a390e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6d67dcebfd8168613303b03db7fa1198c1b191d6" 2018-09-04 10:29:40,601 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:29:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dfc66514-2f36-405c-9ff5-3c737bcbfa97 Content-Encoding: gzip Content-Length: 245 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.28:5000/v3/projects/da1aa3dc9e564d3d922e61c0121a390e"}, "enabled": true, "id": "da1aa3dc9e564d3d922e61c0121a390e", "parent_id": "default", "domain_id": "default", "name": "api_check-project_95790658-ea1a-473f-b71a-0aa15c3467f2"}} 2018-09-04 10:29:40,602 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/da1aa3dc9e564d3d922e61c0121a390e used request id req-dfc66514-2f36-405c-9ff5-3c737bcbfa97 2018-09-04 10:29:40,607 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=da0ae635-de2c-4ead-a911-5f33bf3e29fe -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6d67dcebfd8168613303b03db7fa1198c1b191d6" 2018-09-04 10:29:40,804 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-3dd05008-4b09-4917-bef1-e62858e342d1 Date: Tue, 04 Sep 2018 10:29:40 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"da0ae635-de2c-4ead-a911-5f33bf3e29fe","tenant_id":"da1aa3dc9e564d3d922e61c0121a390e","created_at":"2018-09-04T10:29:33Z","dns_nameservers":[],"updated_at":"2018-09-04T10:29:33Z","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":"da1aa3dc9e564d3d922e61c0121a390e","id":"c48c926e-9f43-4715-867f-a4c53af03a6b","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-718f72a4-403a-41ab-a25e-ddbe83f71f42-subnet"}]} 2018-09-04 10:29:40,804 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=da0ae635-de2c-4ead-a911-5f33bf3e29fe used request id req-3dd05008-4b09-4917-bef1-e62858e342d1 2018-09-04 10:29:40,809 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?network_id=da0ae635-de2c-4ead-a911-5f33bf3e29fe&name=NovaUtilsInstanceVolumeTests-718f72a4-403a-41ab-a25e-ddbe83f71f42-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6d67dcebfd8168613303b03db7fa1198c1b191d6" 2018-09-04 10:29:41,001 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-f2ce525a-f050-49f1-98fd-a22fd11ccf0c Date: Tue, 04 Sep 2018 10:29:41 GMT RESP BODY: {"ports":[]} 2018-09-04 10:29:41,001 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?network_id=da0ae635-de2c-4ead-a911-5f33bf3e29fe&name=NovaUtilsInstanceVolumeTests-718f72a4-403a-41ab-a25e-ddbe83f71f42-port&admin_state_up=True used request id req-f2ce525a-f050-49f1-98fd-a22fd11ccf0c 2018-09-04 10:29:41,001 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 10:29:41,002 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-09-04 10:29:41,394 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5ef645ad12fc453aa5d8a0c2cbf76196", "name": "heat_stack_owner"}, {"id": "9a944a8c31754b8f941d2fa9034d4301", "name": "Member"}, {"id": "3d416247e8224533841040c3ad2bce5a", "name": "admin"}], "expires_at": "2018-09-04T11:29:41.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "da1aa3dc9e564d3d922e61c0121a390e", "name": "api_check-project_95790658-ea1a-473f-b71a-0aa15c3467f2"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235635a698ef4bef9dc6b25273d185da"}, {"url": "http://192.30.9.6:8776/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "23b07b3fbfc340a58cf0f9b2871a0d23"}, {"url": "http://172.30.9.28:8776/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "72fd0aaa144d45419f4b04b6b26f69a7"}], "type": "volume", "id": "097241c25b4d4f7e91b3f8efa155909e", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v3/da1aa3dc9e564d3d922e61c0121a390e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93eb4cf3030a49e7840bec071422d397"}, {"url": "http://192.30.9.6:8776/v3/da1aa3dc9e564d3d922e61c0121a390e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8af439a6ac147fdbcb38ed9aa916b68"}, {"url": "http://192.30.9.6:8776/v3/da1aa3dc9e564d3d922e61c0121a390e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c4bfdbc9b7c74a23a40afdf578cfeba4"}], "type": "volumev3", "id": "1c85f4682ce44f729db1dabd98e965e8", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "82239574a29d4603a2161006f61851cf"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8d15f7134f364a7bbcfff2f84aac3bf2"}, {"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e01668c43a0c4c279b9a3d20a0280d6c"}], "type": "image", "id": "297d8415ca96454991054983920912f7", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7bb4d60e20734d4a9f31ec75e02cb823"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bf6adec15590466a9a0d3bddb00e8993"}, {"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f096f03a1d12411a8972f6f7c196b60d"}], "type": "policy", "id": "54c64351b56d44bbad74c2969cc3aa00", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "354ae6870a324fab82d0a0fb68ee0f26"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a3807e460dd4af488d982b66c52e64c"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e7c3da785076450abd71868e75ce0c33"}], "type": "cloudformation", "id": "6ac9917ae83c4639a15a4ab3cf0e76dd", "name": "heat-cfn"}, {"endpoints": [], "type": "metering", "id": "7fcc078e5e0645f29df67742ac14e388", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49e71628d386464cb950d6a9db00a328"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75b0a63ed8574bbcab1c851cc9b83d30"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9902b0a8b3c04cd192a1b84c417c232b"}], "type": "key-manager", "id": "9626544a32e74678a641c6e206f028a9", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "497340e5aa36485982fdf297f370558f"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7802beb4fc7c4952897b77bd5610b1fe"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c14af798917f4fa0b146d9772583e595"}], "type": "metric", "id": "973bfe8c658d4e5a8da725e76b9d550e", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "288ecc3674ea41d2aa3b790dcb832bf2"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7a6dc785cd7142f5b30f1a7ba0daeb03"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7f7d34e2351b4964befccc862c4e8e12"}], "type": "network", "id": "a348d7b06050474fb449be7f32ea6f5d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "21bce6ecb8464a1f8f3e3847aa698bd6"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0a8faf2246b47deb30e69e48d3551fb"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e71c6011de3d4d8589e5b53dcc79f288"}], "type": "identity", "id": "ad8d4b4953184137a1b913ecee9434ed", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "13474f9a78ca4f1184e4cddc84d0d98c"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad67365a18234bb78c336e6776958c00"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc54db13337f44f8921fbb9ad0f81de8"}], "type": "alarming", "id": "bb18dc3243034f08a6a7f69f7a1edccf", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0d91d7adf0304b2681c77f979e5cdb17"}, {"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "756e5ffca9774ab3ae2db41bf330417f"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c07c727a08c243b287827f539a124e63"}], "type": "placement", "id": "bb2c9432fcbd4c56913177122468f6ba", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1eed4912224b48cf9856446eae4d9928"}, {"url": "http://192.30.9.6:8004/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b73b7f99236541148d84f24f09e5dd40"}, {"url": "http://192.30.9.6:8004/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fbf12e52911244fdafc24a9d46f56e62"}], "type": "orchestration", "id": "c8918d139da945ba93df4ccce21d4904", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/da1aa3dc9e564d3d922e61c0121a390e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16bf098b9e2e490f8e47fa601059f975"}, {"url": "http://192.30.9.6:8776/v2/da1aa3dc9e564d3d922e61c0121a390e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc16fa4cf491444ca2f611d5692c1170"}, {"url": "http://192.30.9.6:8776/v2/da1aa3dc9e564d3d922e61c0121a390e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ccd2c5325dff4b90b391db9fdde67d99"}], "type": "volumev2", "id": "d09ac9123c34494abce21d6c27bee9d9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eac694332354a3aa0e61c31314166d7"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b4d4989c4e764717ab78d38675cadd3f"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff196e46b56d406d87a678f1a64497b0"}], "type": "compute", "id": "d4030ee932c84df58c5b910cc197caa7", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_95790658-ea1a-473f-b71a-0aa15c3467f2", "id": "6cb53a06110b45a6a2f21cb265048110"}, "audit_ids": ["gkAlyxfFQtONXgic5QIj-g"], "issued_at": "2018-09-04T10:29:41.000000Z"}} 2018-09-04 10:29:41,394 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28: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}2a2429a63a7a635481b698e26980a1f662114598" 2018-09-04 10:29:41,473 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:29:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fef57b05-9df0-43ad-8fd8-4bc84022d6ae 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.28:5000/v3/", "rel": "self"}]}} 2018-09-04 10:29:41,473 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-fef57b05-9df0-43ad-8fd8-4bc84022d6ae 2018-09-04 10:29:41,480 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-718f72a4-403a-41ab-a25e-ddbe83f71f42-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6d67dcebfd8168613303b03db7fa1198c1b191d6" 2018-09-04 10:29:41,561 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-68d7a099-d192-4c29-afdf-d45d1b49128f Date: Tue, 04 Sep 2018 10:29:41 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"da0ae635-de2c-4ead-a911-5f33bf3e29fe","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"da1aa3dc9e564d3d922e61c0121a390e","status":"ACTIVE","subnets":["c48c926e-9f43-4715-867f-a4c53af03a6b"],"description":"","tags":[],"updated_at":"2018-09-04T10:29:33Z","provider:segmentation_id":68,"name":"NovaUtilsInstanceVolumeTests-718f72a4-403a-41ab-a25e-ddbe83f71f42-net","admin_state_up":true,"tenant_id":"da1aa3dc9e564d3d922e61c0121a390e","created_at":"2018-09-04T10:29:32Z","provider:network_type":"vxlan"}]} 2018-09-04 10:29:41,561 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-718f72a4-403a-41ab-a25e-ddbe83f71f42-net used request id req-68d7a099-d192-4c29-afdf-d45d1b49128f 2018-09-04 10:29:41,566 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=da0ae635-de2c-4ead-a911-5f33bf3e29fe -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6d67dcebfd8168613303b03db7fa1198c1b191d6" 2018-09-04 10:29:41,813 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-7b4b0bd2-163e-4e22-8c86-9a9de5f30c09 Date: Tue, 04 Sep 2018 10:29:41 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"da0ae635-de2c-4ead-a911-5f33bf3e29fe","tenant_id":"da1aa3dc9e564d3d922e61c0121a390e","created_at":"2018-09-04T10:29:33Z","dns_nameservers":[],"updated_at":"2018-09-04T10:29:33Z","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":"da1aa3dc9e564d3d922e61c0121a390e","id":"c48c926e-9f43-4715-867f-a4c53af03a6b","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-718f72a4-403a-41ab-a25e-ddbe83f71f42-subnet"}]} 2018-09-04 10:29:41,813 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=da0ae635-de2c-4ead-a911-5f33bf3e29fe used request id req-7b4b0bd2-163e-4e22-8c86-9a9de5f30c09 2018-09-04 10:29:41,819 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-718f72a4-403a-41ab-a25e-ddbe83f71f42-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6d67dcebfd8168613303b03db7fa1198c1b191d6" 2018-09-04 10:29:42,039 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-1bbb1ab7-2252-4423-b6b4-f509327731b6 Date: Tue, 04 Sep 2018 10:29:42 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"da0ae635-de2c-4ead-a911-5f33bf3e29fe","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"da1aa3dc9e564d3d922e61c0121a390e","status":"ACTIVE","subnets":["c48c926e-9f43-4715-867f-a4c53af03a6b"],"description":"","tags":[],"updated_at":"2018-09-04T10:29:33Z","provider:segmentation_id":68,"name":"NovaUtilsInstanceVolumeTests-718f72a4-403a-41ab-a25e-ddbe83f71f42-net","admin_state_up":true,"tenant_id":"da1aa3dc9e564d3d922e61c0121a390e","created_at":"2018-09-04T10:29:32Z","provider:network_type":"vxlan"}]} 2018-09-04 10:29:42,039 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-718f72a4-403a-41ab-a25e-ddbe83f71f42-net used request id req-1bbb1ab7-2252-4423-b6b4-f509327731b6 2018-09-04 10:29:42,042 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-04 10:29:42,047 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 04 Sep 2018 10:29: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.28: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.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-04 10:29:42,048 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/da1aa3dc9e564d3d922e61c0121a390e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a2429a63a7a635481b698e26980a1f662114598" 2018-09-04 10:29:42,142 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:29:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-25711a9d-5b6a-41aa-a6cd-842d8d4e5d82 Content-Encoding: gzip Content-Length: 245 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.28:5000/v3/projects/da1aa3dc9e564d3d922e61c0121a390e"}, "enabled": true, "id": "da1aa3dc9e564d3d922e61c0121a390e", "parent_id": "default", "domain_id": "default", "name": "api_check-project_95790658-ea1a-473f-b71a-0aa15c3467f2"}} 2018-09-04 10:29:42,142 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/da1aa3dc9e564d3d922e61c0121a390e used request id req-25711a9d-5b6a-41aa-a6cd-842d8d4e5d82 2018-09-04 10:29:42,147 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=da0ae635-de2c-4ead-a911-5f33bf3e29fe -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6d67dcebfd8168613303b03db7fa1198c1b191d6" 2018-09-04 10:29:42,356 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-424816ef-97ac-4772-8c9b-56189ba8f944 Date: Tue, 04 Sep 2018 10:29:42 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"da0ae635-de2c-4ead-a911-5f33bf3e29fe","tenant_id":"da1aa3dc9e564d3d922e61c0121a390e","created_at":"2018-09-04T10:29:33Z","dns_nameservers":[],"updated_at":"2018-09-04T10:29:33Z","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":"da1aa3dc9e564d3d922e61c0121a390e","id":"c48c926e-9f43-4715-867f-a4c53af03a6b","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-718f72a4-403a-41ab-a25e-ddbe83f71f42-subnet"}]} 2018-09-04 10:29:42,356 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=da0ae635-de2c-4ead-a911-5f33bf3e29fe used request id req-424816ef-97ac-4772-8c9b-56189ba8f944 2018-09-04 10:29:42,357 - neutron_utils - INFO - Creating port for network with name - NovaUtilsInstanceVolumeTests-718f72a4-403a-41ab-a25e-ddbe83f71f42-net 2018-09-04 10:29:42,362 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6d67dcebfd8168613303b03db7fa1198c1b191d6" -d '{"port": {"network_id": "da0ae635-de2c-4ead-a911-5f33bf3e29fe", "name": "NovaUtilsInstanceVolumeTests-718f72a4-403a-41ab-a25e-ddbe83f71f42-port", "admin_state_up": true}}' 2018-09-04 10:29:43,094 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 859 X-Openstack-Request-Id: req-1de022de-7b3f-4c47-bcaa-2c46e3ba7a63 Date: Tue, 04 Sep 2018 10:29:43 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T10:29:42Z","device_owner":"","revision_number":3,"binding:profile":{},"port_security_enabled":true,"fixed_ips":[{"subnet_id":"c48c926e-9f43-4715-867f-a4c53af03a6b","ip_address":"10.55.0.10"}],"id":"a323de26-ce91-47fd-8337-1a1f7db62729","security_groups":["a0350fb5-7963-482b-9b06-fea838951872"],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:c5:bb:72","project_id":"da1aa3dc9e564d3d922e61c0121a390e","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"","name":"NovaUtilsInstanceVolumeTests-718f72a4-403a-41ab-a25e-ddbe83f71f42-port","admin_state_up":true,"network_id":"da0ae635-de2c-4ead-a911-5f33bf3e29fe","tenant_id":"da1aa3dc9e564d3d922e61c0121a390e","created_at":"2018-09-04T10:29:42Z","binding:vnic_type":"normal"}} 2018-09-04 10:29:43,095 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/ports used request id req-1de022de-7b3f-4c47-bcaa-2c46e3ba7a63 2018-09-04 10:29:43,100 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-718f72a4-403a-41ab-a25e-ddbe83f71f42-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6d67dcebfd8168613303b03db7fa1198c1b191d6" 2018-09-04 10:29:43,314 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-0fe52ca0-d48d-4cba-925f-804480981ed1 Date: Tue, 04 Sep 2018 10:29:43 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"da0ae635-de2c-4ead-a911-5f33bf3e29fe","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"da1aa3dc9e564d3d922e61c0121a390e","status":"ACTIVE","subnets":["c48c926e-9f43-4715-867f-a4c53af03a6b"],"description":"","tags":[],"updated_at":"2018-09-04T10:29:33Z","provider:segmentation_id":68,"name":"NovaUtilsInstanceVolumeTests-718f72a4-403a-41ab-a25e-ddbe83f71f42-net","admin_state_up":true,"tenant_id":"da1aa3dc9e564d3d922e61c0121a390e","created_at":"2018-09-04T10:29:32Z","provider:network_type":"vxlan"}]} 2018-09-04 10:29:43,314 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-718f72a4-403a-41ab-a25e-ddbe83f71f42-net used request id req-0fe52ca0-d48d-4cba-925f-804480981ed1 2018-09-04 10:29:43,318 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/da1aa3dc9e564d3d922e61c0121a390e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6d67dcebfd8168613303b03db7fa1198c1b191d6" 2018-09-04 10:29:43,397 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:29:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7aeeaf8b-80ae-4ce4-9b7b-901e71f7e188 Content-Encoding: gzip Content-Length: 245 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.28:5000/v3/projects/da1aa3dc9e564d3d922e61c0121a390e"}, "enabled": true, "id": "da1aa3dc9e564d3d922e61c0121a390e", "parent_id": "default", "domain_id": "default", "name": "api_check-project_95790658-ea1a-473f-b71a-0aa15c3467f2"}} 2018-09-04 10:29:43,398 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/da1aa3dc9e564d3d922e61c0121a390e used request id req-7aeeaf8b-80ae-4ce4-9b7b-901e71f7e188 2018-09-04 10:29:43,403 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=da0ae635-de2c-4ead-a911-5f33bf3e29fe -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6d67dcebfd8168613303b03db7fa1198c1b191d6" 2018-09-04 10:29:43,597 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-f3751260-10ff-4446-835a-1249edf298bb Date: Tue, 04 Sep 2018 10:29:43 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"da0ae635-de2c-4ead-a911-5f33bf3e29fe","tenant_id":"da1aa3dc9e564d3d922e61c0121a390e","created_at":"2018-09-04T10:29:33Z","dns_nameservers":[],"updated_at":"2018-09-04T10:29:33Z","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":"da1aa3dc9e564d3d922e61c0121a390e","id":"c48c926e-9f43-4715-867f-a4c53af03a6b","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-718f72a4-403a-41ab-a25e-ddbe83f71f42-subnet"}]} 2018-09-04 10:29:43,597 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=da0ae635-de2c-4ead-a911-5f33bf3e29fe used request id req-f3751260-10ff-4446-835a-1249edf298bb 2018-09-04 10:29:43,602 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?network_id=da0ae635-de2c-4ead-a911-5f33bf3e29fe&name=NovaUtilsInstanceVolumeTests-718f72a4-403a-41ab-a25e-ddbe83f71f42-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6d67dcebfd8168613303b03db7fa1198c1b191d6" 2018-09-04 10:29:43,649 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 862 X-Openstack-Request-Id: req-2e46810f-79ba-4178-b501-f505829f21ff Date: Tue, 04 Sep 2018 10:29:43 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T10:29:42Z","device_owner":"","revision_number":3,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"c48c926e-9f43-4715-867f-a4c53af03a6b","ip_address":"10.55.0.10"}],"id":"a323de26-ce91-47fd-8337-1a1f7db62729","security_groups":["a0350fb5-7963-482b-9b06-fea838951872"],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:c5:bb:72","project_id":"da1aa3dc9e564d3d922e61c0121a390e","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"","name":"NovaUtilsInstanceVolumeTests-718f72a4-403a-41ab-a25e-ddbe83f71f42-port","admin_state_up":true,"network_id":"da0ae635-de2c-4ead-a911-5f33bf3e29fe","tenant_id":"da1aa3dc9e564d3d922e61c0121a390e","created_at":"2018-09-04T10:29:42Z","binding:vnic_type":"normal"}]} 2018-09-04 10:29:43,650 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?network_id=da0ae635-de2c-4ead-a911-5f33bf3e29fe&name=NovaUtilsInstanceVolumeTests-718f72a4-403a-41ab-a25e-ddbe83f71f42-port&admin_state_up=True used request id req-2e46810f-79ba-4178-b501-f505829f21ff 2018-09-04 10:29:43,654 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/da1aa3dc9e564d3d922e61c0121a390e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6d67dcebfd8168613303b03db7fa1198c1b191d6" 2018-09-04 10:29:43,742 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:29:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9fb84e80-39b6-4e3b-9749-286b219c6f82 Content-Encoding: gzip Content-Length: 245 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.28:5000/v3/projects/da1aa3dc9e564d3d922e61c0121a390e"}, "enabled": true, "id": "da1aa3dc9e564d3d922e61c0121a390e", "parent_id": "default", "domain_id": "default", "name": "api_check-project_95790658-ea1a-473f-b71a-0aa15c3467f2"}} 2018-09-04 10:29:43,742 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/da1aa3dc9e564d3d922e61c0121a390e used request id req-9fb84e80-39b6-4e3b-9749-286b219c6f82 2018-09-04 10:29:43,742 - nova_utils - INFO - Creating VM with name - NovaUtilsInstanceVolumeTests-718f72a4-403a-41ab-a25e-ddbe83f71f42-vm_inst 2018-09-04 10:29:43,746 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6d67dcebfd8168613303b03db7fa1198c1b191d6" 2018-09-04 10:29:43,770 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:29: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-d2255305-a26a-4189-97c0-f379785eb400 x-compute-request-id: req-d2255305-a26a-4189-97c0-f379785eb400 Content-Encoding: gzip Content-Length: 211 Content-Type: application/json RESP BODY: {"flavors": [{"id": "f9e6d6ab-b86c-4cca-a403-9e0bc72f87d0", "links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/f9e6d6ab-b86c-4cca-a403-9e0bc72f87d0", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/f9e6d6ab-b86c-4cca-a403-9e0bc72f87d0", "rel": "bookmark"}], "name": "NovaUtilsInstanceVolumeTests-718f72a4-403a-41ab-a25e-ddbe83f71f42-flavor"}]} 2018-09-04 10:29:43,770 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors used request id req-d2255305-a26a-4189-97c0-f379785eb400 2018-09-04 10:29:43,773 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/flavors/f9e6d6ab-b86c-4cca-a403-9e0bc72f87d0 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6d67dcebfd8168613303b03db7fa1198c1b191d6" 2018-09-04 10:29:43,975 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:29: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-40f76d89-5d9f-4f01-b712-555d8009cced x-compute-request-id: req-40f76d89-5d9f-4f01-b712-555d8009cced Content-Encoding: gzip Content-Length: 323 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/f9e6d6ab-b86c-4cca-a403-9e0bc72f87d0", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/f9e6d6ab-b86c-4cca-a403-9e0bc72f87d0", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "f9e6d6ab-b86c-4cca-a403-9e0bc72f87d0", "name": "NovaUtilsInstanceVolumeTests-718f72a4-403a-41ab-a25e-ddbe83f71f42-flavor", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-09-04 10:29:43,975 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors/f9e6d6ab-b86c-4cca-a403-9e0bc72f87d0 used request id req-40f76d89-5d9f-4f01-b712-555d8009cced 2018-09-04 10:29:43,978 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/images?limit=20&disk_format=qcow2&name=NovaUtilsInstanceVolumeTests-718f72a4-403a-41ab-a25e-ddbe83f71f42-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}6d67dcebfd8168613303b03db7fa1198c1b191d6" 2018-09-04 10:29:44,155 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1066 Content-Type: application/json X-Openstack-Request-Id: req-cfa1a8e4-d2fd-4ca8-924d-f34141db27af Date: Tue, 04 Sep 2018 10:29:44 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "NovaUtilsInstanceVolumeTests-718f72a4-403a-41ab-a25e-ddbe83f71f42-image", "tags": [], "container_format": "bare", "created_at": "2018-09-04T10:29:29Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-09-04T10:29:30Z", "visibility": "shared", "locations": [{"url": "rbd://99671b03-94ed-44b3-b5f6-80b8e44d0570/images/b7c346ab-a3bb-4bde-b50a-e2551a8ccfc5/snap", "metadata": {}}], "self": "/v2/images/b7c346ab-a3bb-4bde-b50a-e2551a8ccfc5", "min_disk": 0, "protected": false, "id": "b7c346ab-a3bb-4bde-b50a-e2551a8ccfc5", "file": "/v2/images/b7c346ab-a3bb-4bde-b50a-e2551a8ccfc5/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "da1aa3dc9e564d3d922e61c0121a390e", "direct_url": "rbd://99671b03-94ed-44b3-b5f6-80b8e44d0570/images/b7c346ab-a3bb-4bde-b50a-e2551a8ccfc5/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=NovaUtilsInstanceVolumeTests-718f72a4-403a-41ab-a25e-ddbe83f71f42-image"} 2018-09-04 10:29:44,155 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images?limit=20&disk_format=qcow2&name=NovaUtilsInstanceVolumeTests-718f72a4-403a-41ab-a25e-ddbe83f71f42-image used request id req-cfa1a8e4-d2fd-4ca8-924d-f34141db27af 2018-09-04 10:29:44,158 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}6d67dcebfd8168613303b03db7fa1198c1b191d6" 2018-09-04 10:29:44,334 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-137897b1-ad14-40b7-9318-04aa582696a5 Date: Tue, 04 Sep 2018 10:29: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-09-04 10:29:44,334 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/schemas/image used request id req-137897b1-ad14-40b7-9318-04aa582696a5 2018-09-04 10:29:44,340 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6d67dcebfd8168613303b03db7fa1198c1b191d6" -d '{"server": {"name": "NovaUtilsInstanceVolumeTests-718f72a4-403a-41ab-a25e-ddbe83f71f42-vm_inst", "imageRef": "b7c346ab-a3bb-4bde-b50a-e2551a8ccfc5", "flavorRef": "f9e6d6ab-b86c-4cca-a403-9e0bc72f87d0", "max_count": 1, "min_count": 1, "networks": [{"port": "a323de26-ce91-47fd-8337-1a1f7db62729"}]}}' 2018-09-04 10:29:46,025 - novaclient.v2.client - DEBUG - RESP: [202] Date: Tue, 04 Sep 2018 10:29: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-59eac2e0-dc28-43d6-a6f3-2c079f0c75c0 x-compute-request-id: req-59eac2e0-dc28-43d6-a6f3-2c079f0c75c0 Content-Length: 374 location: http://172.30.9.28:8774/v2.1/servers/ab5c2fc8-0f9f-4ff3-b96a-24b8f4ddf7c3 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "ab5c2fc8-0f9f-4ff3-b96a-24b8f4ddf7c3", "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/ab5c2fc8-0f9f-4ff3-b96a-24b8f4ddf7c3", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/ab5c2fc8-0f9f-4ff3-b96a-24b8f4ddf7c3", "rel": "bookmark"}], "adminPass": "5E4iTfEAC6ez"}} 2018-09-04 10:29:46,025 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers used request id req-59eac2e0-dc28-43d6-a6f3-2c079f0c75c0 2018-09-04 10:29:46,028 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/ab5c2fc8-0f9f-4ff3-b96a-24b8f4ddf7c3 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6d67dcebfd8168613303b03db7fa1198c1b191d6" 2018-09-04 10:29:46,595 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:29: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-b2f198f5-93ac-4e71-8f48-12a1916ef9a1 x-compute-request-id: req-b2f198f5-93ac-4e71-8f48-12a1916ef9a1 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.28:8774/v2.1/servers/ab5c2fc8-0f9f-4ff3-b96a-24b8f4ddf7c3", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/ab5c2fc8-0f9f-4ff3-b96a-24b8f4ddf7c3", "rel": "bookmark"}], "image": {"id": "b7c346ab-a3bb-4bde-b50a-e2551a8ccfc5", "links": [{"href": "http://172.30.9.28:8774/images/b7c346ab-a3bb-4bde-b50a-e2551a8ccfc5", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "f9e6d6ab-b86c-4cca-a403-9e0bc72f87d0", "links": [{"href": "http://172.30.9.28:8774/flavors/f9e6d6ab-b86c-4cca-a403-9e0bc72f87d0", "rel": "bookmark"}]}, "id": "ab5c2fc8-0f9f-4ff3-b96a-24b8f4ddf7c3", "user_id": "6cb53a06110b45a6a2f21cb265048110", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-09-04T10:29:46Z", "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-718f72a4-403a-41ab-a25e-ddbe83f71f42-vm_inst", "created": "2018-09-04T10:29:45Z", "tenant_id": "da1aa3dc9e564d3d922e61c0121a390e", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 10:29:46,595 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/ab5c2fc8-0f9f-4ff3-b96a-24b8f4ddf7c3 used request id req-b2f198f5-93ac-4e71-8f48-12a1916ef9a1 2018-09-04 10:29:46,596 - create_instance - INFO - Created instance with name - NovaUtilsInstanceVolumeTests-718f72a4-403a-41ab-a25e-ddbe83f71f42-vm_inst 2018-09-04 10:29:46,598 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/ab5c2fc8-0f9f-4ff3-b96a-24b8f4ddf7c3 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6d67dcebfd8168613303b03db7fa1198c1b191d6" 2018-09-04 10:29:46,841 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:29: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-77cb5d7a-e422-4c48-91f8-2d7af2d9a9ed x-compute-request-id: req-77cb5d7a-e422-4c48-91f8-2d7af2d9a9ed Content-Encoding: gzip Content-Length: 659 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/ab5c2fc8-0f9f-4ff3-b96a-24b8f4ddf7c3", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/ab5c2fc8-0f9f-4ff3-b96a-24b8f4ddf7c3", "rel": "bookmark"}], "image": {"id": "b7c346ab-a3bb-4bde-b50a-e2551a8ccfc5", "links": [{"href": "http://172.30.9.28:8774/images/b7c346ab-a3bb-4bde-b50a-e2551a8ccfc5", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-0000000f", "OS-SRV-USG:launched_at": null, "flavor": {"id": "f9e6d6ab-b86c-4cca-a403-9e0bc72f87d0", "links": [{"href": "http://172.30.9.28:8774/flavors/f9e6d6ab-b86c-4cca-a403-9e0bc72f87d0", "rel": "bookmark"}]}, "id": "ab5c2fc8-0f9f-4ff3-b96a-24b8f4ddf7c3", "user_id": "6cb53a06110b45a6a2f21cb265048110", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-04T10:29:46Z", "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-718f72a4-403a-41ab-a25e-ddbe83f71f42-vm_inst", "created": "2018-09-04T10:29:45Z", "tenant_id": "da1aa3dc9e564d3d922e61c0121a390e", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 10:29:46,841 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/ab5c2fc8-0f9f-4ff3-b96a-24b8f4ddf7c3 used request id req-77cb5d7a-e422-4c48-91f8-2d7af2d9a9ed 2018-09-04 10:29:46,841 - create_instance - DEBUG - Instance status [NovaUtilsInstanceVolumeTests-718f72a4-403a-41ab-a25e-ddbe83f71f42-vm_inst] is - BUILD 2018-09-04 10:29:46,842 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-09-04 10:29:49,845 - create_instance - DEBUG - VM status query timeout in 896.751011133 2018-09-04 10:29:49,848 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/ab5c2fc8-0f9f-4ff3-b96a-24b8f4ddf7c3 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6d67dcebfd8168613303b03db7fa1198c1b191d6" 2018-09-04 10:29:50,573 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:29: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-d0424448-a7af-4699-8a24-70449efe5a33 x-compute-request-id: req-d0424448-a7af-4699-8a24-70449efe5a33 Content-Encoding: gzip Content-Length: 815 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"NovaUtilsInstanceVolumeTests-718f72a4-403a-41ab-a25e-ddbe83f71f42-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c5:bb:72", "version": 4, "addr": "10.55.0.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/ab5c2fc8-0f9f-4ff3-b96a-24b8f4ddf7c3", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/ab5c2fc8-0f9f-4ff3-b96a-24b8f4ddf7c3", "rel": "bookmark"}], "image": {"id": "b7c346ab-a3bb-4bde-b50a-e2551a8ccfc5", "links": [{"href": "http://172.30.9.28:8774/images/b7c346ab-a3bb-4bde-b50a-e2551a8ccfc5", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-0000000f", "OS-SRV-USG:launched_at": null, "flavor": {"id": "f9e6d6ab-b86c-4cca-a403-9e0bc72f87d0", "links": [{"href": "http://172.30.9.28:8774/flavors/f9e6d6ab-b86c-4cca-a403-9e0bc72f87d0", "rel": "bookmark"}]}, "id": "ab5c2fc8-0f9f-4ff3-b96a-24b8f4ddf7c3", "security_groups": [{"name": "default"}], "user_id": "6cb53a06110b45a6a2f21cb265048110", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-04T10:29:47Z", "hostId": "92be8ba6728a92d3ed5c720961d3a910e67ba0dffe84004d883f496d", "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-718f72a4-403a-41ab-a25e-ddbe83f71f42-vm_inst", "created": "2018-09-04T10:29:45Z", "tenant_id": "da1aa3dc9e564d3d922e61c0121a390e", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 10:29:50,573 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/ab5c2fc8-0f9f-4ff3-b96a-24b8f4ddf7c3 used request id req-d0424448-a7af-4699-8a24-70449efe5a33 2018-09-04 10:29:50,573 - create_instance - DEBUG - Instance status [NovaUtilsInstanceVolumeTests-718f72a4-403a-41ab-a25e-ddbe83f71f42-vm_inst] is - BUILD 2018-09-04 10:29:50,574 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-09-04 10:29:53,577 - create_instance - DEBUG - VM status query timeout in 893.018987179 2018-09-04 10:29:53,580 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/ab5c2fc8-0f9f-4ff3-b96a-24b8f4ddf7c3 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6d67dcebfd8168613303b03db7fa1198c1b191d6" 2018-09-04 10:29:54,070 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:29: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-0d4061e3-46e5-44c1-bca5-c5524e8f91f1 x-compute-request-id: req-0d4061e3-46e5-44c1-bca5-c5524e8f91f1 Content-Encoding: gzip Content-Length: 818 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceVolumeTests-718f72a4-403a-41ab-a25e-ddbe83f71f42-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c5:bb:72", "version": 4, "addr": "10.55.0.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/ab5c2fc8-0f9f-4ff3-b96a-24b8f4ddf7c3", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/ab5c2fc8-0f9f-4ff3-b96a-24b8f4ddf7c3", "rel": "bookmark"}], "image": {"id": "b7c346ab-a3bb-4bde-b50a-e2551a8ccfc5", "links": [{"href": "http://172.30.9.28:8774/images/b7c346ab-a3bb-4bde-b50a-e2551a8ccfc5", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000000f", "OS-SRV-USG:launched_at": "2018-09-04T10:29:50.000000", "flavor": {"id": "f9e6d6ab-b86c-4cca-a403-9e0bc72f87d0", "links": [{"href": "http://172.30.9.28:8774/flavors/f9e6d6ab-b86c-4cca-a403-9e0bc72f87d0", "rel": "bookmark"}]}, "id": "ab5c2fc8-0f9f-4ff3-b96a-24b8f4ddf7c3", "security_groups": [{"name": "default"}], "user_id": "6cb53a06110b45a6a2f21cb265048110", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-04T10:29:51Z", "hostId": "92be8ba6728a92d3ed5c720961d3a910e67ba0dffe84004d883f496d", "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-718f72a4-403a-41ab-a25e-ddbe83f71f42-vm_inst", "created": "2018-09-04T10:29:45Z", "tenant_id": "da1aa3dc9e564d3d922e61c0121a390e", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 10:29:54,070 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/ab5c2fc8-0f9f-4ff3-b96a-24b8f4ddf7c3 used request id req-0d4061e3-46e5-44c1-bca5-c5524e8f91f1 2018-09-04 10:29:54,071 - create_instance - DEBUG - Instance status [NovaUtilsInstanceVolumeTests-718f72a4-403a-41ab-a25e-ddbe83f71f42-vm_inst] is - ACTIVE 2018-09-04 10:29:54,071 - create_instance - INFO - VM is - ACTIVE 2018-09-04 10:29:54,074 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/ab5c2fc8-0f9f-4ff3-b96a-24b8f4ddf7c3 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6d67dcebfd8168613303b03db7fa1198c1b191d6" 2018-09-04 10:29:54,828 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10: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-9170b888-9e38-4ab2-9963-93519a5673e1 x-compute-request-id: req-9170b888-9e38-4ab2-9963-93519a5673e1 Content-Encoding: gzip Content-Length: 818 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceVolumeTests-718f72a4-403a-41ab-a25e-ddbe83f71f42-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c5:bb:72", "version": 4, "addr": "10.55.0.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/ab5c2fc8-0f9f-4ff3-b96a-24b8f4ddf7c3", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/ab5c2fc8-0f9f-4ff3-b96a-24b8f4ddf7c3", "rel": "bookmark"}], "image": {"id": "b7c346ab-a3bb-4bde-b50a-e2551a8ccfc5", "links": [{"href": "http://172.30.9.28:8774/images/b7c346ab-a3bb-4bde-b50a-e2551a8ccfc5", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000000f", "OS-SRV-USG:launched_at": "2018-09-04T10:29:50.000000", "flavor": {"id": "f9e6d6ab-b86c-4cca-a403-9e0bc72f87d0", "links": [{"href": "http://172.30.9.28:8774/flavors/f9e6d6ab-b86c-4cca-a403-9e0bc72f87d0", "rel": "bookmark"}]}, "id": "ab5c2fc8-0f9f-4ff3-b96a-24b8f4ddf7c3", "security_groups": [{"name": "default"}], "user_id": "6cb53a06110b45a6a2f21cb265048110", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-04T10:29:51Z", "hostId": "92be8ba6728a92d3ed5c720961d3a910e67ba0dffe84004d883f496d", "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-718f72a4-403a-41ab-a25e-ddbe83f71f42-vm_inst", "created": "2018-09-04T10:29:45Z", "tenant_id": "da1aa3dc9e564d3d922e61c0121a390e", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 10:29:54,828 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/ab5c2fc8-0f9f-4ff3-b96a-24b8f4ddf7c3 used request id req-9170b888-9e38-4ab2-9963-93519a5673e1 2018-09-04 10:29:54,834 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-718f72a4-403a-41ab-a25e-ddbe83f71f42-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6d67dcebfd8168613303b03db7fa1198c1b191d6" 2018-09-04 10:29:54,912 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-e02f0e86-34a0-47a9-9759-6c580a02d7ce Date: Tue, 04 Sep 2018 10:29:54 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"da0ae635-de2c-4ead-a911-5f33bf3e29fe","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"da1aa3dc9e564d3d922e61c0121a390e","status":"ACTIVE","subnets":["c48c926e-9f43-4715-867f-a4c53af03a6b"],"description":"","tags":[],"updated_at":"2018-09-04T10:29:33Z","provider:segmentation_id":68,"name":"NovaUtilsInstanceVolumeTests-718f72a4-403a-41ab-a25e-ddbe83f71f42-net","admin_state_up":true,"tenant_id":"da1aa3dc9e564d3d922e61c0121a390e","created_at":"2018-09-04T10:29:32Z","provider:network_type":"vxlan"}]} 2018-09-04 10:29:54,912 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-718f72a4-403a-41ab-a25e-ddbe83f71f42-net used request id req-e02f0e86-34a0-47a9-9759-6c580a02d7ce 2018-09-04 10:29:54,916 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/da1aa3dc9e564d3d922e61c0121a390e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6d67dcebfd8168613303b03db7fa1198c1b191d6" 2018-09-04 10:29:55,006 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:29:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d721e4b9-e576-4fbd-9547-8ac7a7ffa049 Content-Encoding: gzip Content-Length: 245 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.28:5000/v3/projects/da1aa3dc9e564d3d922e61c0121a390e"}, "enabled": true, "id": "da1aa3dc9e564d3d922e61c0121a390e", "parent_id": "default", "domain_id": "default", "name": "api_check-project_95790658-ea1a-473f-b71a-0aa15c3467f2"}} 2018-09-04 10:29:55,006 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/da1aa3dc9e564d3d922e61c0121a390e used request id req-d721e4b9-e576-4fbd-9547-8ac7a7ffa049 2018-09-04 10:29:55,012 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=da0ae635-de2c-4ead-a911-5f33bf3e29fe -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6d67dcebfd8168613303b03db7fa1198c1b191d6" 2018-09-04 10:29:55,070 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-7b90ef85-6678-4f8b-96b8-344f6d027be3 Date: Tue, 04 Sep 2018 10:29:55 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"da0ae635-de2c-4ead-a911-5f33bf3e29fe","tenant_id":"da1aa3dc9e564d3d922e61c0121a390e","created_at":"2018-09-04T10:29:33Z","dns_nameservers":[],"updated_at":"2018-09-04T10:29:33Z","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":"da1aa3dc9e564d3d922e61c0121a390e","id":"c48c926e-9f43-4715-867f-a4c53af03a6b","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-718f72a4-403a-41ab-a25e-ddbe83f71f42-subnet"}]} 2018-09-04 10:29:55,070 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=da0ae635-de2c-4ead-a911-5f33bf3e29fe used request id req-7b90ef85-6678-4f8b-96b8-344f6d027be3 2018-09-04 10:29:55,074 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?network_id=da0ae635-de2c-4ead-a911-5f33bf3e29fe -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6d67dcebfd8168613303b03db7fa1198c1b191d6" 2018-09-04 10:29:55,120 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3535 X-Openstack-Request-Id: req-2b84e4ac-cb9b-4ab6-97ad-2af11f7c2147 Date: Tue, 04 Sep 2018 10:29:55 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T10:29:35Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"c48c926e-9f43-4715-867f-a4c53af03a6b","ip_address":"10.55.0.3"}],"id":"2045943c-41a6-40d2-a2fd-5a80fb056381","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:b1:6a:73","project_id":"da1aa3dc9e564d3d922e61c0121a390e","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-da0ae635-de2c-4ead-a911-5f33bf3e29fe","name":"","admin_state_up":true,"network_id":"da0ae635-de2c-4ead-a911-5f33bf3e29fe","tenant_id":"da1aa3dc9e564d3d922e61c0121a390e","created_at":"2018-09-04T10:29:34Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T10:29:34Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"c48c926e-9f43-4715-867f-a4c53af03a6b","ip_address":"10.55.0.2"}],"id":"7dfd4daf-cb07-4fc3-86d1-cf91dfe7347d","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:3c:f1:e0","project_id":"da1aa3dc9e564d3d922e61c0121a390e","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-da0ae635-de2c-4ead-a911-5f33bf3e29fe","name":"","admin_state_up":true,"network_id":"da0ae635-de2c-4ead-a911-5f33bf3e29fe","tenant_id":"da1aa3dc9e564d3d922e61c0121a390e","created_at":"2018-09-04T10:29:34Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T10:29:48Z","device_owner":"compute:nova","revision_number":5,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"c48c926e-9f43-4715-867f-a4c53af03a6b","ip_address":"10.55.0.10"}],"id":"a323de26-ce91-47fd-8337-1a1f7db62729","security_groups":["a0350fb5-7963-482b-9b06-fea838951872"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:c5:bb:72","project_id":"da1aa3dc9e564d3d922e61c0121a390e","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"device_id":"ab5c2fc8-0f9f-4ff3-b96a-24b8f4ddf7c3","name":"NovaUtilsInstanceVolumeTests-718f72a4-403a-41ab-a25e-ddbe83f71f42-port","admin_state_up":true,"network_id":"da0ae635-de2c-4ead-a911-5f33bf3e29fe","tenant_id":"da1aa3dc9e564d3d922e61c0121a390e","created_at":"2018-09-04T10:29:42Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T10:29:36Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"c48c926e-9f43-4715-867f-a4c53af03a6b","ip_address":"10.55.0.4"}],"id":"ea9fabe5-c5e1-4575-825f-ebecb8653f6f","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:61:d1:fd","project_id":"da1aa3dc9e564d3d922e61c0121a390e","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-da0ae635-de2c-4ead-a911-5f33bf3e29fe","name":"","admin_state_up":true,"network_id":"da0ae635-de2c-4ead-a911-5f33bf3e29fe","tenant_id":"da1aa3dc9e564d3d922e61c0121a390e","created_at":"2018-09-04T10:29:35Z","binding:vnic_type":"normal"}]} 2018-09-04 10:29:55,120 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?network_id=da0ae635-de2c-4ead-a911-5f33bf3e29fe used request id req-2b84e4ac-cb9b-4ab6-97ad-2af11f7c2147 2018-09-04 10:29:55,121 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-09-04 10:29:55,495 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5ef645ad12fc453aa5d8a0c2cbf76196", "name": "heat_stack_owner"}, {"id": "9a944a8c31754b8f941d2fa9034d4301", "name": "Member"}, {"id": "3d416247e8224533841040c3ad2bce5a", "name": "admin"}], "expires_at": "2018-09-04T11:29:55.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "da1aa3dc9e564d3d922e61c0121a390e", "name": "api_check-project_95790658-ea1a-473f-b71a-0aa15c3467f2"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235635a698ef4bef9dc6b25273d185da"}, {"url": "http://192.30.9.6:8776/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "23b07b3fbfc340a58cf0f9b2871a0d23"}, {"url": "http://172.30.9.28:8776/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "72fd0aaa144d45419f4b04b6b26f69a7"}], "type": "volume", "id": "097241c25b4d4f7e91b3f8efa155909e", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v3/da1aa3dc9e564d3d922e61c0121a390e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93eb4cf3030a49e7840bec071422d397"}, {"url": "http://192.30.9.6:8776/v3/da1aa3dc9e564d3d922e61c0121a390e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8af439a6ac147fdbcb38ed9aa916b68"}, {"url": "http://192.30.9.6:8776/v3/da1aa3dc9e564d3d922e61c0121a390e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c4bfdbc9b7c74a23a40afdf578cfeba4"}], "type": "volumev3", "id": "1c85f4682ce44f729db1dabd98e965e8", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "82239574a29d4603a2161006f61851cf"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8d15f7134f364a7bbcfff2f84aac3bf2"}, {"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e01668c43a0c4c279b9a3d20a0280d6c"}], "type": "image", "id": "297d8415ca96454991054983920912f7", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7bb4d60e20734d4a9f31ec75e02cb823"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bf6adec15590466a9a0d3bddb00e8993"}, {"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f096f03a1d12411a8972f6f7c196b60d"}], "type": "policy", "id": "54c64351b56d44bbad74c2969cc3aa00", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "354ae6870a324fab82d0a0fb68ee0f26"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a3807e460dd4af488d982b66c52e64c"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e7c3da785076450abd71868e75ce0c33"}], "type": "cloudformation", "id": "6ac9917ae83c4639a15a4ab3cf0e76dd", "name": "heat-cfn"}, {"endpoints": [], "type": "metering", "id": "7fcc078e5e0645f29df67742ac14e388", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49e71628d386464cb950d6a9db00a328"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75b0a63ed8574bbcab1c851cc9b83d30"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9902b0a8b3c04cd192a1b84c417c232b"}], "type": "key-manager", "id": "9626544a32e74678a641c6e206f028a9", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "497340e5aa36485982fdf297f370558f"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7802beb4fc7c4952897b77bd5610b1fe"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c14af798917f4fa0b146d9772583e595"}], "type": "metric", "id": "973bfe8c658d4e5a8da725e76b9d550e", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "288ecc3674ea41d2aa3b790dcb832bf2"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7a6dc785cd7142f5b30f1a7ba0daeb03"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7f7d34e2351b4964befccc862c4e8e12"}], "type": "network", "id": "a348d7b06050474fb449be7f32ea6f5d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "21bce6ecb8464a1f8f3e3847aa698bd6"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0a8faf2246b47deb30e69e48d3551fb"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e71c6011de3d4d8589e5b53dcc79f288"}], "type": "identity", "id": "ad8d4b4953184137a1b913ecee9434ed", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "13474f9a78ca4f1184e4cddc84d0d98c"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad67365a18234bb78c336e6776958c00"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc54db13337f44f8921fbb9ad0f81de8"}], "type": "alarming", "id": "bb18dc3243034f08a6a7f69f7a1edccf", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0d91d7adf0304b2681c77f979e5cdb17"}, {"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "756e5ffca9774ab3ae2db41bf330417f"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c07c727a08c243b287827f539a124e63"}], "type": "placement", "id": "bb2c9432fcbd4c56913177122468f6ba", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1eed4912224b48cf9856446eae4d9928"}, {"url": "http://192.30.9.6:8004/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b73b7f99236541148d84f24f09e5dd40"}, {"url": "http://192.30.9.6:8004/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fbf12e52911244fdafc24a9d46f56e62"}], "type": "orchestration", "id": "c8918d139da945ba93df4ccce21d4904", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/da1aa3dc9e564d3d922e61c0121a390e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16bf098b9e2e490f8e47fa601059f975"}, {"url": "http://192.30.9.6:8776/v2/da1aa3dc9e564d3d922e61c0121a390e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc16fa4cf491444ca2f611d5692c1170"}, {"url": "http://192.30.9.6:8776/v2/da1aa3dc9e564d3d922e61c0121a390e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ccd2c5325dff4b90b391db9fdde67d99"}], "type": "volumev2", "id": "d09ac9123c34494abce21d6c27bee9d9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eac694332354a3aa0e61c31314166d7"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b4d4989c4e764717ab78d38675cadd3f"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff196e46b56d406d87a678f1a64497b0"}], "type": "compute", "id": "d4030ee932c84df58c5b910cc197caa7", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_95790658-ea1a-473f-b71a-0aa15c3467f2", "id": "6cb53a06110b45a6a2f21cb265048110"}, "audit_ids": ["6eq73daPS9WZLmiW3nUVaw"], "issued_at": "2018-09-04T10:29:55.000000Z"}} 2018-09-04 10:29:55,495 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28: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}80630ed3c9b66554e1d97d58924773cbc3d5aa0e" 2018-09-04 10:29:55,660 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:29:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-49913ecc-dad9-40e8-b461-682feef29a95 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.28:5000/v3/", "rel": "self"}]}} 2018-09-04 10:29:55,660 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-49913ecc-dad9-40e8-b461-682feef29a95 2018-09-04 10:29:55,664 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/ab5c2fc8-0f9f-4ff3-b96a-24b8f4ddf7c3 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6d67dcebfd8168613303b03db7fa1198c1b191d6" 2018-09-04 10:29:56,012 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10: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-486b7ea1-cea5-4d86-8b18-bd4e118697b8 x-compute-request-id: req-486b7ea1-cea5-4d86-8b18-bd4e118697b8 Content-Encoding: gzip Content-Length: 818 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceVolumeTests-718f72a4-403a-41ab-a25e-ddbe83f71f42-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c5:bb:72", "version": 4, "addr": "10.55.0.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/ab5c2fc8-0f9f-4ff3-b96a-24b8f4ddf7c3", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/ab5c2fc8-0f9f-4ff3-b96a-24b8f4ddf7c3", "rel": "bookmark"}], "image": {"id": "b7c346ab-a3bb-4bde-b50a-e2551a8ccfc5", "links": [{"href": "http://172.30.9.28:8774/images/b7c346ab-a3bb-4bde-b50a-e2551a8ccfc5", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000000f", "OS-SRV-USG:launched_at": "2018-09-04T10:29:50.000000", "flavor": {"id": "f9e6d6ab-b86c-4cca-a403-9e0bc72f87d0", "links": [{"href": "http://172.30.9.28:8774/flavors/f9e6d6ab-b86c-4cca-a403-9e0bc72f87d0", "rel": "bookmark"}]}, "id": "ab5c2fc8-0f9f-4ff3-b96a-24b8f4ddf7c3", "security_groups": [{"name": "default"}], "user_id": "6cb53a06110b45a6a2f21cb265048110", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-04T10:29:51Z", "hostId": "92be8ba6728a92d3ed5c720961d3a910e67ba0dffe84004d883f496d", "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-718f72a4-403a-41ab-a25e-ddbe83f71f42-vm_inst", "created": "2018-09-04T10:29:45Z", "tenant_id": "da1aa3dc9e564d3d922e61c0121a390e", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 10:29:56,012 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/ab5c2fc8-0f9f-4ff3-b96a-24b8f4ddf7c3 used request id req-486b7ea1-cea5-4d86-8b18-bd4e118697b8 2018-09-04 10:29:56,017 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-718f72a4-403a-41ab-a25e-ddbe83f71f42-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6d67dcebfd8168613303b03db7fa1198c1b191d6" 2018-09-04 10:29:56,099 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-062c8f1c-d7b0-4759-878b-133452b10f0e Date: Tue, 04 Sep 2018 10:29:56 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"da0ae635-de2c-4ead-a911-5f33bf3e29fe","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"da1aa3dc9e564d3d922e61c0121a390e","status":"ACTIVE","subnets":["c48c926e-9f43-4715-867f-a4c53af03a6b"],"description":"","tags":[],"updated_at":"2018-09-04T10:29:33Z","provider:segmentation_id":68,"name":"NovaUtilsInstanceVolumeTests-718f72a4-403a-41ab-a25e-ddbe83f71f42-net","admin_state_up":true,"tenant_id":"da1aa3dc9e564d3d922e61c0121a390e","created_at":"2018-09-04T10:29:32Z","provider:network_type":"vxlan"}]} 2018-09-04 10:29:56,099 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-718f72a4-403a-41ab-a25e-ddbe83f71f42-net used request id req-062c8f1c-d7b0-4759-878b-133452b10f0e 2018-09-04 10:29:56,103 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/da1aa3dc9e564d3d922e61c0121a390e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6d67dcebfd8168613303b03db7fa1198c1b191d6" 2018-09-04 10:29:56,191 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:29:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-551997ea-a5d3-4265-b5f7-3568df6b8fa1 Content-Encoding: gzip Content-Length: 245 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.28:5000/v3/projects/da1aa3dc9e564d3d922e61c0121a390e"}, "enabled": true, "id": "da1aa3dc9e564d3d922e61c0121a390e", "parent_id": "default", "domain_id": "default", "name": "api_check-project_95790658-ea1a-473f-b71a-0aa15c3467f2"}} 2018-09-04 10:29:56,191 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/da1aa3dc9e564d3d922e61c0121a390e used request id req-551997ea-a5d3-4265-b5f7-3568df6b8fa1 2018-09-04 10:29:56,196 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=da0ae635-de2c-4ead-a911-5f33bf3e29fe -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6d67dcebfd8168613303b03db7fa1198c1b191d6" 2018-09-04 10:29:56,427 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-ea6e0fdb-2cfc-48e5-841d-73ac8a300b8f Date: Tue, 04 Sep 2018 10:29:56 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"da0ae635-de2c-4ead-a911-5f33bf3e29fe","tenant_id":"da1aa3dc9e564d3d922e61c0121a390e","created_at":"2018-09-04T10:29:33Z","dns_nameservers":[],"updated_at":"2018-09-04T10:29:33Z","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":"da1aa3dc9e564d3d922e61c0121a390e","id":"c48c926e-9f43-4715-867f-a4c53af03a6b","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-718f72a4-403a-41ab-a25e-ddbe83f71f42-subnet"}]} 2018-09-04 10:29:56,428 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=da0ae635-de2c-4ead-a911-5f33bf3e29fe used request id req-ea6e0fdb-2cfc-48e5-841d-73ac8a300b8f 2018-09-04 10:29:56,431 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?network_id=da0ae635-de2c-4ead-a911-5f33bf3e29fe -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6d67dcebfd8168613303b03db7fa1198c1b191d6" 2018-09-04 10:29:56,638 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3535 X-Openstack-Request-Id: req-f604bed9-a6c1-4136-a532-628f40cd4150 Date: Tue, 04 Sep 2018 10:29:56 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T10:29:35Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"c48c926e-9f43-4715-867f-a4c53af03a6b","ip_address":"10.55.0.3"}],"id":"2045943c-41a6-40d2-a2fd-5a80fb056381","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:b1:6a:73","project_id":"da1aa3dc9e564d3d922e61c0121a390e","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-da0ae635-de2c-4ead-a911-5f33bf3e29fe","name":"","admin_state_up":true,"network_id":"da0ae635-de2c-4ead-a911-5f33bf3e29fe","tenant_id":"da1aa3dc9e564d3d922e61c0121a390e","created_at":"2018-09-04T10:29:34Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T10:29:34Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"c48c926e-9f43-4715-867f-a4c53af03a6b","ip_address":"10.55.0.2"}],"id":"7dfd4daf-cb07-4fc3-86d1-cf91dfe7347d","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:3c:f1:e0","project_id":"da1aa3dc9e564d3d922e61c0121a390e","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-da0ae635-de2c-4ead-a911-5f33bf3e29fe","name":"","admin_state_up":true,"network_id":"da0ae635-de2c-4ead-a911-5f33bf3e29fe","tenant_id":"da1aa3dc9e564d3d922e61c0121a390e","created_at":"2018-09-04T10:29:34Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T10:29:48Z","device_owner":"compute:nova","revision_number":5,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"c48c926e-9f43-4715-867f-a4c53af03a6b","ip_address":"10.55.0.10"}],"id":"a323de26-ce91-47fd-8337-1a1f7db62729","security_groups":["a0350fb5-7963-482b-9b06-fea838951872"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:c5:bb:72","project_id":"da1aa3dc9e564d3d922e61c0121a390e","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"device_id":"ab5c2fc8-0f9f-4ff3-b96a-24b8f4ddf7c3","name":"NovaUtilsInstanceVolumeTests-718f72a4-403a-41ab-a25e-ddbe83f71f42-port","admin_state_up":true,"network_id":"da0ae635-de2c-4ead-a911-5f33bf3e29fe","tenant_id":"da1aa3dc9e564d3d922e61c0121a390e","created_at":"2018-09-04T10:29:42Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T10:29:36Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"c48c926e-9f43-4715-867f-a4c53af03a6b","ip_address":"10.55.0.4"}],"id":"ea9fabe5-c5e1-4575-825f-ebecb8653f6f","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:61:d1:fd","project_id":"da1aa3dc9e564d3d922e61c0121a390e","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-da0ae635-de2c-4ead-a911-5f33bf3e29fe","name":"","admin_state_up":true,"network_id":"da0ae635-de2c-4ead-a911-5f33bf3e29fe","tenant_id":"da1aa3dc9e564d3d922e61c0121a390e","created_at":"2018-09-04T10:29:35Z","binding:vnic_type":"normal"}]} 2018-09-04 10:29:56,639 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?network_id=da0ae635-de2c-4ead-a911-5f33bf3e29fe used request id req-f604bed9-a6c1-4136-a532-628f40cd4150 2018-09-04 10:29:56,642 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:8774/v2.1/servers/ab5c2fc8-0f9f-4ff3-b96a-24b8f4ddf7c3/os-volume_attachments -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}80630ed3c9b66554e1d97d58924773cbc3d5aa0e" -d '{"volumeAttachment": {"volumeId": "2a5daee7-4176-4cad-a6a3-e2cdff955522"}}' 2018-09-04 10:29:58,897 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:29: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-d986a13d-8683-4c4e-a319-dc50a4b39965 x-compute-request-id: req-d986a13d-8683-4c4e-a319-dc50a4b39965 Content-Encoding: gzip Content-Length: 146 Content-Type: application/json RESP BODY: {"volumeAttachment": {"device": "/dev/vdb", "serverId": "ab5c2fc8-0f9f-4ff3-b96a-24b8f4ddf7c3", "id": "2a5daee7-4176-4cad-a6a3-e2cdff955522", "volumeId": "2a5daee7-4176-4cad-a6a3-e2cdff955522"}} 2018-09-04 10:29:58,897 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/ab5c2fc8-0f9f-4ff3-b96a-24b8f4ddf7c3/os-volume_attachments used request id req-d986a13d-8683-4c4e-a319-dc50a4b39965 2018-09-04 10:29:58,900 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/ab5c2fc8-0f9f-4ff3-b96a-24b8f4ddf7c3 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}80630ed3c9b66554e1d97d58924773cbc3d5aa0e" 2018-09-04 10:29:59,919 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:29:58 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-10e522f4-492b-482c-86d3-e5c8fde770c8 x-compute-request-id: req-10e522f4-492b-482c-86d3-e5c8fde770c8 Content-Encoding: gzip Content-Length: 844 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceVolumeTests-718f72a4-403a-41ab-a25e-ddbe83f71f42-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c5:bb:72", "version": 4, "addr": "10.55.0.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/ab5c2fc8-0f9f-4ff3-b96a-24b8f4ddf7c3", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/ab5c2fc8-0f9f-4ff3-b96a-24b8f4ddf7c3", "rel": "bookmark"}], "image": {"id": "b7c346ab-a3bb-4bde-b50a-e2551a8ccfc5", "links": [{"href": "http://172.30.9.28:8774/images/b7c346ab-a3bb-4bde-b50a-e2551a8ccfc5", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000000f", "OS-SRV-USG:launched_at": "2018-09-04T10:29:50.000000", "flavor": {"id": "f9e6d6ab-b86c-4cca-a403-9e0bc72f87d0", "links": [{"href": "http://172.30.9.28:8774/flavors/f9e6d6ab-b86c-4cca-a403-9e0bc72f87d0", "rel": "bookmark"}]}, "id": "ab5c2fc8-0f9f-4ff3-b96a-24b8f4ddf7c3", "security_groups": [{"name": "default"}], "user_id": "6cb53a06110b45a6a2f21cb265048110", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-04T10:29:51Z", "hostId": "92be8ba6728a92d3ed5c720961d3a910e67ba0dffe84004d883f496d", "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-718f72a4-403a-41ab-a25e-ddbe83f71f42-vm_inst", "created": "2018-09-04T10:29:45Z", "tenant_id": "da1aa3dc9e564d3d922e61c0121a390e", "os-extended-volumes:volumes_attached": [{"id": "2a5daee7-4176-4cad-a6a3-e2cdff955522"}], "metadata": {}}} 2018-09-04 10:29:59,919 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/ab5c2fc8-0f9f-4ff3-b96a-24b8f4ddf7c3 used request id req-10e522f4-492b-482c-86d3-e5c8fde770c8 2018-09-04 10:29:59,924 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-718f72a4-403a-41ab-a25e-ddbe83f71f42-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}80630ed3c9b66554e1d97d58924773cbc3d5aa0e" 2018-09-04 10:30:00,163 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-15e82601-d5ce-473e-9a2b-b694b4e9d483 Date: Tue, 04 Sep 2018 10:30:00 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"da0ae635-de2c-4ead-a911-5f33bf3e29fe","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"da1aa3dc9e564d3d922e61c0121a390e","status":"ACTIVE","subnets":["c48c926e-9f43-4715-867f-a4c53af03a6b"],"description":"","tags":[],"updated_at":"2018-09-04T10:29:33Z","provider:segmentation_id":68,"name":"NovaUtilsInstanceVolumeTests-718f72a4-403a-41ab-a25e-ddbe83f71f42-net","admin_state_up":true,"tenant_id":"da1aa3dc9e564d3d922e61c0121a390e","created_at":"2018-09-04T10:29:32Z","provider:network_type":"vxlan"}]} 2018-09-04 10:30:00,163 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-718f72a4-403a-41ab-a25e-ddbe83f71f42-net used request id req-15e82601-d5ce-473e-9a2b-b694b4e9d483 2018-09-04 10:30:00,167 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-04 10:30:00,172 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 04 Sep 2018 10:30: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.28: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.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-04 10:30:00,172 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/da1aa3dc9e564d3d922e61c0121a390e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}80630ed3c9b66554e1d97d58924773cbc3d5aa0e" 2018-09-04 10:30:00,257 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:30:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6306afb2-b64c-4be8-bfa9-9f5661fb0a9b Content-Encoding: gzip Content-Length: 245 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.28:5000/v3/projects/da1aa3dc9e564d3d922e61c0121a390e"}, "enabled": true, "id": "da1aa3dc9e564d3d922e61c0121a390e", "parent_id": "default", "domain_id": "default", "name": "api_check-project_95790658-ea1a-473f-b71a-0aa15c3467f2"}} 2018-09-04 10:30:00,257 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/da1aa3dc9e564d3d922e61c0121a390e used request id req-6306afb2-b64c-4be8-bfa9-9f5661fb0a9b 2018-09-04 10:30:00,263 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=da0ae635-de2c-4ead-a911-5f33bf3e29fe -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}80630ed3c9b66554e1d97d58924773cbc3d5aa0e" 2018-09-04 10:30:00,473 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-2403f862-a6db-4ed7-a07b-627b3419bd6a Date: Tue, 04 Sep 2018 10:30:00 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"da0ae635-de2c-4ead-a911-5f33bf3e29fe","tenant_id":"da1aa3dc9e564d3d922e61c0121a390e","created_at":"2018-09-04T10:29:33Z","dns_nameservers":[],"updated_at":"2018-09-04T10:29:33Z","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":"da1aa3dc9e564d3d922e61c0121a390e","id":"c48c926e-9f43-4715-867f-a4c53af03a6b","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-718f72a4-403a-41ab-a25e-ddbe83f71f42-subnet"}]} 2018-09-04 10:30:00,473 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=da0ae635-de2c-4ead-a911-5f33bf3e29fe used request id req-2403f862-a6db-4ed7-a07b-627b3419bd6a 2018-09-04 10:30:00,478 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?network_id=da0ae635-de2c-4ead-a911-5f33bf3e29fe -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}80630ed3c9b66554e1d97d58924773cbc3d5aa0e" 2018-09-04 10:30:00,662 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3535 X-Openstack-Request-Id: req-820baa53-03b4-4e6a-bbab-7f8b30d657cc Date: Tue, 04 Sep 2018 10:30:00 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T10:29:35Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"c48c926e-9f43-4715-867f-a4c53af03a6b","ip_address":"10.55.0.3"}],"id":"2045943c-41a6-40d2-a2fd-5a80fb056381","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:b1:6a:73","project_id":"da1aa3dc9e564d3d922e61c0121a390e","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-da0ae635-de2c-4ead-a911-5f33bf3e29fe","name":"","admin_state_up":true,"network_id":"da0ae635-de2c-4ead-a911-5f33bf3e29fe","tenant_id":"da1aa3dc9e564d3d922e61c0121a390e","created_at":"2018-09-04T10:29:34Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T10:29:34Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"c48c926e-9f43-4715-867f-a4c53af03a6b","ip_address":"10.55.0.2"}],"id":"7dfd4daf-cb07-4fc3-86d1-cf91dfe7347d","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:3c:f1:e0","project_id":"da1aa3dc9e564d3d922e61c0121a390e","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-da0ae635-de2c-4ead-a911-5f33bf3e29fe","name":"","admin_state_up":true,"network_id":"da0ae635-de2c-4ead-a911-5f33bf3e29fe","tenant_id":"da1aa3dc9e564d3d922e61c0121a390e","created_at":"2018-09-04T10:29:34Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T10:29:48Z","device_owner":"compute:nova","revision_number":5,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"c48c926e-9f43-4715-867f-a4c53af03a6b","ip_address":"10.55.0.10"}],"id":"a323de26-ce91-47fd-8337-1a1f7db62729","security_groups":["a0350fb5-7963-482b-9b06-fea838951872"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:c5:bb:72","project_id":"da1aa3dc9e564d3d922e61c0121a390e","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"device_id":"ab5c2fc8-0f9f-4ff3-b96a-24b8f4ddf7c3","name":"NovaUtilsInstanceVolumeTests-718f72a4-403a-41ab-a25e-ddbe83f71f42-port","admin_state_up":true,"network_id":"da0ae635-de2c-4ead-a911-5f33bf3e29fe","tenant_id":"da1aa3dc9e564d3d922e61c0121a390e","created_at":"2018-09-04T10:29:42Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T10:29:36Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"c48c926e-9f43-4715-867f-a4c53af03a6b","ip_address":"10.55.0.4"}],"id":"ea9fabe5-c5e1-4575-825f-ebecb8653f6f","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:61:d1:fd","project_id":"da1aa3dc9e564d3d922e61c0121a390e","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-da0ae635-de2c-4ead-a911-5f33bf3e29fe","name":"","admin_state_up":true,"network_id":"da0ae635-de2c-4ead-a911-5f33bf3e29fe","tenant_id":"da1aa3dc9e564d3d922e61c0121a390e","created_at":"2018-09-04T10:29:35Z","binding:vnic_type":"normal"}]} 2018-09-04 10:30:00,662 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?network_id=da0ae635-de2c-4ead-a911-5f33bf3e29fe used request id req-820baa53-03b4-4e6a-bbab-7f8b30d657cc 2018-09-04 10:30:00,663 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28: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}80630ed3c9b66554e1d97d58924773cbc3d5aa0e" 2018-09-04 10:30:00,744 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:30:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9581804f-2d85-4829-ba68-5205eecf584d 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.28:5000/v3/", "rel": "self"}]}} 2018-09-04 10:30:00,744 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-9581804f-2d85-4829-ba68-5205eecf584d 2018-09-04 10:30:00,748 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/ab5c2fc8-0f9f-4ff3-b96a-24b8f4ddf7c3 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6d67dcebfd8168613303b03db7fa1198c1b191d6" 2018-09-04 10:30:01,182 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10: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-f2ba2909-efc6-484b-afd0-16857d084bec x-compute-request-id: req-f2ba2909-efc6-484b-afd0-16857d084bec Content-Encoding: gzip Content-Length: 844 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceVolumeTests-718f72a4-403a-41ab-a25e-ddbe83f71f42-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c5:bb:72", "version": 4, "addr": "10.55.0.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/ab5c2fc8-0f9f-4ff3-b96a-24b8f4ddf7c3", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/ab5c2fc8-0f9f-4ff3-b96a-24b8f4ddf7c3", "rel": "bookmark"}], "image": {"id": "b7c346ab-a3bb-4bde-b50a-e2551a8ccfc5", "links": [{"href": "http://172.30.9.28:8774/images/b7c346ab-a3bb-4bde-b50a-e2551a8ccfc5", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000000f", "OS-SRV-USG:launched_at": "2018-09-04T10:29:50.000000", "flavor": {"id": "f9e6d6ab-b86c-4cca-a403-9e0bc72f87d0", "links": [{"href": "http://172.30.9.28:8774/flavors/f9e6d6ab-b86c-4cca-a403-9e0bc72f87d0", "rel": "bookmark"}]}, "id": "ab5c2fc8-0f9f-4ff3-b96a-24b8f4ddf7c3", "security_groups": [{"name": "default"}], "user_id": "6cb53a06110b45a6a2f21cb265048110", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-04T10:29:59Z", "hostId": "92be8ba6728a92d3ed5c720961d3a910e67ba0dffe84004d883f496d", "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-718f72a4-403a-41ab-a25e-ddbe83f71f42-vm_inst", "created": "2018-09-04T10:29:45Z", "tenant_id": "da1aa3dc9e564d3d922e61c0121a390e", "os-extended-volumes:volumes_attached": [{"id": "2a5daee7-4176-4cad-a6a3-e2cdff955522"}], "metadata": {}}} 2018-09-04 10:30:01,183 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/ab5c2fc8-0f9f-4ff3-b96a-24b8f4ddf7c3 used request id req-f2ba2909-efc6-484b-afd0-16857d084bec 2018-09-04 10:30:01,188 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-718f72a4-403a-41ab-a25e-ddbe83f71f42-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6d67dcebfd8168613303b03db7fa1198c1b191d6" 2018-09-04 10:30:01,274 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-bd420d3a-b258-46ee-a89b-8deb962f4d0f Date: Tue, 04 Sep 2018 10:30:01 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"da0ae635-de2c-4ead-a911-5f33bf3e29fe","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"da1aa3dc9e564d3d922e61c0121a390e","status":"ACTIVE","subnets":["c48c926e-9f43-4715-867f-a4c53af03a6b"],"description":"","tags":[],"updated_at":"2018-09-04T10:29:33Z","provider:segmentation_id":68,"name":"NovaUtilsInstanceVolumeTests-718f72a4-403a-41ab-a25e-ddbe83f71f42-net","admin_state_up":true,"tenant_id":"da1aa3dc9e564d3d922e61c0121a390e","created_at":"2018-09-04T10:29:32Z","provider:network_type":"vxlan"}]} 2018-09-04 10:30:01,274 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-718f72a4-403a-41ab-a25e-ddbe83f71f42-net used request id req-bd420d3a-b258-46ee-a89b-8deb962f4d0f 2018-09-04 10:30:01,278 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/da1aa3dc9e564d3d922e61c0121a390e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6d67dcebfd8168613303b03db7fa1198c1b191d6" 2018-09-04 10:30:01,357 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:30:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0f9aa6c3-958d-4e9d-9596-5c6808a88db0 Content-Encoding: gzip Content-Length: 245 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.28:5000/v3/projects/da1aa3dc9e564d3d922e61c0121a390e"}, "enabled": true, "id": "da1aa3dc9e564d3d922e61c0121a390e", "parent_id": "default", "domain_id": "default", "name": "api_check-project_95790658-ea1a-473f-b71a-0aa15c3467f2"}} 2018-09-04 10:30:01,357 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/da1aa3dc9e564d3d922e61c0121a390e used request id req-0f9aa6c3-958d-4e9d-9596-5c6808a88db0 2018-09-04 10:30:01,363 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=da0ae635-de2c-4ead-a911-5f33bf3e29fe -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6d67dcebfd8168613303b03db7fa1198c1b191d6" 2018-09-04 10:30:01,546 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-dae5269a-f3f1-4741-a377-e68cb8c62441 Date: Tue, 04 Sep 2018 10:30:01 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"da0ae635-de2c-4ead-a911-5f33bf3e29fe","tenant_id":"da1aa3dc9e564d3d922e61c0121a390e","created_at":"2018-09-04T10:29:33Z","dns_nameservers":[],"updated_at":"2018-09-04T10:29:33Z","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":"da1aa3dc9e564d3d922e61c0121a390e","id":"c48c926e-9f43-4715-867f-a4c53af03a6b","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-718f72a4-403a-41ab-a25e-ddbe83f71f42-subnet"}]} 2018-09-04 10:30:01,546 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=da0ae635-de2c-4ead-a911-5f33bf3e29fe used request id req-dae5269a-f3f1-4741-a377-e68cb8c62441 2018-09-04 10:30:01,551 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?network_id=da0ae635-de2c-4ead-a911-5f33bf3e29fe -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6d67dcebfd8168613303b03db7fa1198c1b191d6" 2018-09-04 10:30:01,608 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3535 X-Openstack-Request-Id: req-bed77512-3f5c-4e81-811c-37214ed1e92e Date: Tue, 04 Sep 2018 10:30:01 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T10:29:35Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"c48c926e-9f43-4715-867f-a4c53af03a6b","ip_address":"10.55.0.3"}],"id":"2045943c-41a6-40d2-a2fd-5a80fb056381","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:b1:6a:73","project_id":"da1aa3dc9e564d3d922e61c0121a390e","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-da0ae635-de2c-4ead-a911-5f33bf3e29fe","name":"","admin_state_up":true,"network_id":"da0ae635-de2c-4ead-a911-5f33bf3e29fe","tenant_id":"da1aa3dc9e564d3d922e61c0121a390e","created_at":"2018-09-04T10:29:34Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T10:29:34Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"c48c926e-9f43-4715-867f-a4c53af03a6b","ip_address":"10.55.0.2"}],"id":"7dfd4daf-cb07-4fc3-86d1-cf91dfe7347d","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:3c:f1:e0","project_id":"da1aa3dc9e564d3d922e61c0121a390e","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-da0ae635-de2c-4ead-a911-5f33bf3e29fe","name":"","admin_state_up":true,"network_id":"da0ae635-de2c-4ead-a911-5f33bf3e29fe","tenant_id":"da1aa3dc9e564d3d922e61c0121a390e","created_at":"2018-09-04T10:29:34Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T10:29:48Z","device_owner":"compute:nova","revision_number":5,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"c48c926e-9f43-4715-867f-a4c53af03a6b","ip_address":"10.55.0.10"}],"id":"a323de26-ce91-47fd-8337-1a1f7db62729","security_groups":["a0350fb5-7963-482b-9b06-fea838951872"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:c5:bb:72","project_id":"da1aa3dc9e564d3d922e61c0121a390e","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"device_id":"ab5c2fc8-0f9f-4ff3-b96a-24b8f4ddf7c3","name":"NovaUtilsInstanceVolumeTests-718f72a4-403a-41ab-a25e-ddbe83f71f42-port","admin_state_up":true,"network_id":"da0ae635-de2c-4ead-a911-5f33bf3e29fe","tenant_id":"da1aa3dc9e564d3d922e61c0121a390e","created_at":"2018-09-04T10:29:42Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T10:29:36Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"c48c926e-9f43-4715-867f-a4c53af03a6b","ip_address":"10.55.0.4"}],"id":"ea9fabe5-c5e1-4575-825f-ebecb8653f6f","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:61:d1:fd","project_id":"da1aa3dc9e564d3d922e61c0121a390e","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-da0ae635-de2c-4ead-a911-5f33bf3e29fe","name":"","admin_state_up":true,"network_id":"da0ae635-de2c-4ead-a911-5f33bf3e29fe","tenant_id":"da1aa3dc9e564d3d922e61c0121a390e","created_at":"2018-09-04T10:29:35Z","binding:vnic_type":"normal"}]} 2018-09-04 10:30:01,608 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?network_id=da0ae635-de2c-4ead-a911-5f33bf3e29fe used request id req-bed77512-3f5c-4e81-811c-37214ed1e92e 2018-09-04 10:30:01,610 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/ab5c2fc8-0f9f-4ff3-b96a-24b8f4ddf7c3 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}80630ed3c9b66554e1d97d58924773cbc3d5aa0e" 2018-09-04 10:30:02,204 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:30: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-23200777-bf78-4ed3-9a3d-2f5576afe457 x-compute-request-id: req-23200777-bf78-4ed3-9a3d-2f5576afe457 Content-Encoding: gzip Content-Length: 844 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceVolumeTests-718f72a4-403a-41ab-a25e-ddbe83f71f42-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c5:bb:72", "version": 4, "addr": "10.55.0.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/ab5c2fc8-0f9f-4ff3-b96a-24b8f4ddf7c3", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/ab5c2fc8-0f9f-4ff3-b96a-24b8f4ddf7c3", "rel": "bookmark"}], "image": {"id": "b7c346ab-a3bb-4bde-b50a-e2551a8ccfc5", "links": [{"href": "http://172.30.9.28:8774/images/b7c346ab-a3bb-4bde-b50a-e2551a8ccfc5", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000000f", "OS-SRV-USG:launched_at": "2018-09-04T10:29:50.000000", "flavor": {"id": "f9e6d6ab-b86c-4cca-a403-9e0bc72f87d0", "links": [{"href": "http://172.30.9.28:8774/flavors/f9e6d6ab-b86c-4cca-a403-9e0bc72f87d0", "rel": "bookmark"}]}, "id": "ab5c2fc8-0f9f-4ff3-b96a-24b8f4ddf7c3", "security_groups": [{"name": "default"}], "user_id": "6cb53a06110b45a6a2f21cb265048110", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-04T10:29:59Z", "hostId": "92be8ba6728a92d3ed5c720961d3a910e67ba0dffe84004d883f496d", "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-718f72a4-403a-41ab-a25e-ddbe83f71f42-vm_inst", "created": "2018-09-04T10:29:45Z", "tenant_id": "da1aa3dc9e564d3d922e61c0121a390e", "os-extended-volumes:volumes_attached": [{"id": "2a5daee7-4176-4cad-a6a3-e2cdff955522"}], "metadata": {}}} 2018-09-04 10:30:02,204 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/ab5c2fc8-0f9f-4ff3-b96a-24b8f4ddf7c3 used request id req-23200777-bf78-4ed3-9a3d-2f5576afe457 2018-09-04 10:30:02,209 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-718f72a4-403a-41ab-a25e-ddbe83f71f42-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}80630ed3c9b66554e1d97d58924773cbc3d5aa0e" 2018-09-04 10:30:02,288 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-a107fe07-860d-46f7-9aca-760b04cce394 Date: Tue, 04 Sep 2018 10:30:02 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"da0ae635-de2c-4ead-a911-5f33bf3e29fe","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"da1aa3dc9e564d3d922e61c0121a390e","status":"ACTIVE","subnets":["c48c926e-9f43-4715-867f-a4c53af03a6b"],"description":"","tags":[],"updated_at":"2018-09-04T10:29:33Z","provider:segmentation_id":68,"name":"NovaUtilsInstanceVolumeTests-718f72a4-403a-41ab-a25e-ddbe83f71f42-net","admin_state_up":true,"tenant_id":"da1aa3dc9e564d3d922e61c0121a390e","created_at":"2018-09-04T10:29:32Z","provider:network_type":"vxlan"}]} 2018-09-04 10:30:02,288 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-718f72a4-403a-41ab-a25e-ddbe83f71f42-net used request id req-a107fe07-860d-46f7-9aca-760b04cce394 2018-09-04 10:30:02,292 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/da1aa3dc9e564d3d922e61c0121a390e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}80630ed3c9b66554e1d97d58924773cbc3d5aa0e" 2018-09-04 10:30:02,376 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:30:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-497d905c-bfa1-4148-a6d3-1fdac0284cea Content-Encoding: gzip Content-Length: 245 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.28:5000/v3/projects/da1aa3dc9e564d3d922e61c0121a390e"}, "enabled": true, "id": "da1aa3dc9e564d3d922e61c0121a390e", "parent_id": "default", "domain_id": "default", "name": "api_check-project_95790658-ea1a-473f-b71a-0aa15c3467f2"}} 2018-09-04 10:30:02,377 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/da1aa3dc9e564d3d922e61c0121a390e used request id req-497d905c-bfa1-4148-a6d3-1fdac0284cea 2018-09-04 10:30:02,381 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=da0ae635-de2c-4ead-a911-5f33bf3e29fe -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}80630ed3c9b66554e1d97d58924773cbc3d5aa0e" 2018-09-04 10:30:02,525 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-be11645c-addd-4913-86c2-c128114cd007 Date: Tue, 04 Sep 2018 10:30:02 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"da0ae635-de2c-4ead-a911-5f33bf3e29fe","tenant_id":"da1aa3dc9e564d3d922e61c0121a390e","created_at":"2018-09-04T10:29:33Z","dns_nameservers":[],"updated_at":"2018-09-04T10:29:33Z","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":"da1aa3dc9e564d3d922e61c0121a390e","id":"c48c926e-9f43-4715-867f-a4c53af03a6b","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-718f72a4-403a-41ab-a25e-ddbe83f71f42-subnet"}]} 2018-09-04 10:30:02,525 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=da0ae635-de2c-4ead-a911-5f33bf3e29fe used request id req-be11645c-addd-4913-86c2-c128114cd007 2018-09-04 10:30:02,530 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?network_id=da0ae635-de2c-4ead-a911-5f33bf3e29fe -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}80630ed3c9b66554e1d97d58924773cbc3d5aa0e" 2018-09-04 10:30:02,723 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3535 X-Openstack-Request-Id: req-dded340a-7745-4c2a-8838-d513bc4f6bef Date: Tue, 04 Sep 2018 10:30:02 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T10:29:35Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"c48c926e-9f43-4715-867f-a4c53af03a6b","ip_address":"10.55.0.3"}],"id":"2045943c-41a6-40d2-a2fd-5a80fb056381","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:b1:6a:73","project_id":"da1aa3dc9e564d3d922e61c0121a390e","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-da0ae635-de2c-4ead-a911-5f33bf3e29fe","name":"","admin_state_up":true,"network_id":"da0ae635-de2c-4ead-a911-5f33bf3e29fe","tenant_id":"da1aa3dc9e564d3d922e61c0121a390e","created_at":"2018-09-04T10:29:34Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T10:29:34Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"c48c926e-9f43-4715-867f-a4c53af03a6b","ip_address":"10.55.0.2"}],"id":"7dfd4daf-cb07-4fc3-86d1-cf91dfe7347d","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:3c:f1:e0","project_id":"da1aa3dc9e564d3d922e61c0121a390e","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-da0ae635-de2c-4ead-a911-5f33bf3e29fe","name":"","admin_state_up":true,"network_id":"da0ae635-de2c-4ead-a911-5f33bf3e29fe","tenant_id":"da1aa3dc9e564d3d922e61c0121a390e","created_at":"2018-09-04T10:29:34Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T10:29:48Z","device_owner":"compute:nova","revision_number":5,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"c48c926e-9f43-4715-867f-a4c53af03a6b","ip_address":"10.55.0.10"}],"id":"a323de26-ce91-47fd-8337-1a1f7db62729","security_groups":["a0350fb5-7963-482b-9b06-fea838951872"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:c5:bb:72","project_id":"da1aa3dc9e564d3d922e61c0121a390e","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"device_id":"ab5c2fc8-0f9f-4ff3-b96a-24b8f4ddf7c3","name":"NovaUtilsInstanceVolumeTests-718f72a4-403a-41ab-a25e-ddbe83f71f42-port","admin_state_up":true,"network_id":"da0ae635-de2c-4ead-a911-5f33bf3e29fe","tenant_id":"da1aa3dc9e564d3d922e61c0121a390e","created_at":"2018-09-04T10:29:42Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T10:29:36Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"c48c926e-9f43-4715-867f-a4c53af03a6b","ip_address":"10.55.0.4"}],"id":"ea9fabe5-c5e1-4575-825f-ebecb8653f6f","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:61:d1:fd","project_id":"da1aa3dc9e564d3d922e61c0121a390e","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-da0ae635-de2c-4ead-a911-5f33bf3e29fe","name":"","admin_state_up":true,"network_id":"da0ae635-de2c-4ead-a911-5f33bf3e29fe","tenant_id":"da1aa3dc9e564d3d922e61c0121a390e","created_at":"2018-09-04T10:29:35Z","binding:vnic_type":"normal"}]} 2018-09-04 10:30:02,724 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?network_id=da0ae635-de2c-4ead-a911-5f33bf3e29fe used request id req-dded340a-7745-4c2a-8838-d513bc4f6bef 2018-09-04 10:30:02,727 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8776/v3/da1aa3dc9e564d3d922e61c0121a390e/volumes/2a5daee7-4176-4cad-a6a3-e2cdff955522 -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}80630ed3c9b66554e1d97d58924773cbc3d5aa0e" 2018-09-04 10:30:02,934 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:30:02 GMT Server: Apache x-compute-request-id: req-fb837367-c985-485a-a44c-021c0edd8613 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-fb837367-c985-485a-a44c-021c0edd8613 Content-Encoding: gzip Content-Length: 623 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [{"server_id": "ab5c2fc8-0f9f-4ff3-b96a-24b8f4ddf7c3", "attachment_id": "8d85adae-e691-4b8f-a0f9-f7e13fa594a4", "attached_at": "2018-09-04T10:30:00.000000", "host_name": null, "volume_id": "2a5daee7-4176-4cad-a6a3-e2cdff955522", "device": "/dev/vdb", "id": "2a5daee7-4176-4cad-a6a3-e2cdff955522"}], "links": [{"href": "http://172.30.9.28:8776/v3/da1aa3dc9e564d3d922e61c0121a390e/volumes/2a5daee7-4176-4cad-a6a3-e2cdff955522", "rel": "self"}, {"href": "http://172.30.9.28:8776/da1aa3dc9e564d3d922e61c0121a390e/volumes/2a5daee7-4176-4cad-a6a3-e2cdff955522", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-09-04T10:30:00.000000", "replication_status": null, "snapshot_id": null, "id": "2a5daee7-4176-4cad-a6a3-e2cdff955522", "size": 1, "user_id": "6cb53a06110b45a6a2f21cb265048110", "os-vol-tenant-attr:tenant_id": "da1aa3dc9e564d3d922e61c0121a390e", "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-718f72a4-403a-41ab-a25e-ddbe83f71f42", "bootable": "false", "created_at": "2018-09-04T10:29:37.000000", "volume_type": null}} 2018-09-04 10:30:02,934 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/da1aa3dc9e564d3d922e61c0121a390e/volumes/2a5daee7-4176-4cad-a6a3-e2cdff955522 used request id req-fb837367-c985-485a-a44c-021c0edd8613 2018-09-04 10:30:02,937 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/ab5c2fc8-0f9f-4ff3-b96a-24b8f4ddf7c3 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6d67dcebfd8168613303b03db7fa1198c1b191d6" 2018-09-04 10:30:03,532 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:30: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-63f45a52-7403-4c59-a241-b78008008ebd x-compute-request-id: req-63f45a52-7403-4c59-a241-b78008008ebd Content-Encoding: gzip Content-Length: 844 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceVolumeTests-718f72a4-403a-41ab-a25e-ddbe83f71f42-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c5:bb:72", "version": 4, "addr": "10.55.0.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/ab5c2fc8-0f9f-4ff3-b96a-24b8f4ddf7c3", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/ab5c2fc8-0f9f-4ff3-b96a-24b8f4ddf7c3", "rel": "bookmark"}], "image": {"id": "b7c346ab-a3bb-4bde-b50a-e2551a8ccfc5", "links": [{"href": "http://172.30.9.28:8774/images/b7c346ab-a3bb-4bde-b50a-e2551a8ccfc5", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000000f", "OS-SRV-USG:launched_at": "2018-09-04T10:29:50.000000", "flavor": {"id": "f9e6d6ab-b86c-4cca-a403-9e0bc72f87d0", "links": [{"href": "http://172.30.9.28:8774/flavors/f9e6d6ab-b86c-4cca-a403-9e0bc72f87d0", "rel": "bookmark"}]}, "id": "ab5c2fc8-0f9f-4ff3-b96a-24b8f4ddf7c3", "security_groups": [{"name": "default"}], "user_id": "6cb53a06110b45a6a2f21cb265048110", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-04T10:29:59Z", "hostId": "92be8ba6728a92d3ed5c720961d3a910e67ba0dffe84004d883f496d", "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-718f72a4-403a-41ab-a25e-ddbe83f71f42-vm_inst", "created": "2018-09-04T10:29:45Z", "tenant_id": "da1aa3dc9e564d3d922e61c0121a390e", "os-extended-volumes:volumes_attached": [{"id": "2a5daee7-4176-4cad-a6a3-e2cdff955522"}], "metadata": {}}} 2018-09-04 10:30:03,532 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/ab5c2fc8-0f9f-4ff3-b96a-24b8f4ddf7c3 used request id req-63f45a52-7403-4c59-a241-b78008008ebd 2018-09-04 10:30:03,537 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-718f72a4-403a-41ab-a25e-ddbe83f71f42-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6d67dcebfd8168613303b03db7fa1198c1b191d6" 2018-09-04 10:30:03,779 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-0b9b0f67-9489-48d2-9043-4384ad8b4791 Date: Tue, 04 Sep 2018 10:30:03 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"da0ae635-de2c-4ead-a911-5f33bf3e29fe","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"da1aa3dc9e564d3d922e61c0121a390e","status":"ACTIVE","subnets":["c48c926e-9f43-4715-867f-a4c53af03a6b"],"description":"","tags":[],"updated_at":"2018-09-04T10:29:33Z","provider:segmentation_id":68,"name":"NovaUtilsInstanceVolumeTests-718f72a4-403a-41ab-a25e-ddbe83f71f42-net","admin_state_up":true,"tenant_id":"da1aa3dc9e564d3d922e61c0121a390e","created_at":"2018-09-04T10:29:32Z","provider:network_type":"vxlan"}]} 2018-09-04 10:30:03,779 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-718f72a4-403a-41ab-a25e-ddbe83f71f42-net used request id req-0b9b0f67-9489-48d2-9043-4384ad8b4791 2018-09-04 10:30:03,783 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/da1aa3dc9e564d3d922e61c0121a390e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6d67dcebfd8168613303b03db7fa1198c1b191d6" 2018-09-04 10:30:03,873 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:30:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-97f0fed6-34e6-4d5a-9caf-c21fc5fa7b10 Content-Encoding: gzip Content-Length: 245 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.28:5000/v3/projects/da1aa3dc9e564d3d922e61c0121a390e"}, "enabled": true, "id": "da1aa3dc9e564d3d922e61c0121a390e", "parent_id": "default", "domain_id": "default", "name": "api_check-project_95790658-ea1a-473f-b71a-0aa15c3467f2"}} 2018-09-04 10:30:03,873 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/da1aa3dc9e564d3d922e61c0121a390e used request id req-97f0fed6-34e6-4d5a-9caf-c21fc5fa7b10 2018-09-04 10:30:03,878 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=da0ae635-de2c-4ead-a911-5f33bf3e29fe -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6d67dcebfd8168613303b03db7fa1198c1b191d6" 2018-09-04 10:30:03,926 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-336ae982-d901-417a-b407-1b7dbcf3b08f Date: Tue, 04 Sep 2018 10:30:03 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"da0ae635-de2c-4ead-a911-5f33bf3e29fe","tenant_id":"da1aa3dc9e564d3d922e61c0121a390e","created_at":"2018-09-04T10:29:33Z","dns_nameservers":[],"updated_at":"2018-09-04T10:29:33Z","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":"da1aa3dc9e564d3d922e61c0121a390e","id":"c48c926e-9f43-4715-867f-a4c53af03a6b","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-718f72a4-403a-41ab-a25e-ddbe83f71f42-subnet"}]} 2018-09-04 10:30:03,926 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=da0ae635-de2c-4ead-a911-5f33bf3e29fe used request id req-336ae982-d901-417a-b407-1b7dbcf3b08f 2018-09-04 10:30:03,932 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?network_id=da0ae635-de2c-4ead-a911-5f33bf3e29fe -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6d67dcebfd8168613303b03db7fa1198c1b191d6" 2018-09-04 10:30:03,990 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3535 X-Openstack-Request-Id: req-bfe99365-71b6-49e4-9362-c826fe6f3b6b Date: Tue, 04 Sep 2018 10:30:03 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T10:29:35Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"c48c926e-9f43-4715-867f-a4c53af03a6b","ip_address":"10.55.0.3"}],"id":"2045943c-41a6-40d2-a2fd-5a80fb056381","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:b1:6a:73","project_id":"da1aa3dc9e564d3d922e61c0121a390e","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-da0ae635-de2c-4ead-a911-5f33bf3e29fe","name":"","admin_state_up":true,"network_id":"da0ae635-de2c-4ead-a911-5f33bf3e29fe","tenant_id":"da1aa3dc9e564d3d922e61c0121a390e","created_at":"2018-09-04T10:29:34Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T10:29:34Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"c48c926e-9f43-4715-867f-a4c53af03a6b","ip_address":"10.55.0.2"}],"id":"7dfd4daf-cb07-4fc3-86d1-cf91dfe7347d","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:3c:f1:e0","project_id":"da1aa3dc9e564d3d922e61c0121a390e","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-da0ae635-de2c-4ead-a911-5f33bf3e29fe","name":"","admin_state_up":true,"network_id":"da0ae635-de2c-4ead-a911-5f33bf3e29fe","tenant_id":"da1aa3dc9e564d3d922e61c0121a390e","created_at":"2018-09-04T10:29:34Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T10:29:48Z","device_owner":"compute:nova","revision_number":5,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"c48c926e-9f43-4715-867f-a4c53af03a6b","ip_address":"10.55.0.10"}],"id":"a323de26-ce91-47fd-8337-1a1f7db62729","security_groups":["a0350fb5-7963-482b-9b06-fea838951872"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:c5:bb:72","project_id":"da1aa3dc9e564d3d922e61c0121a390e","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"device_id":"ab5c2fc8-0f9f-4ff3-b96a-24b8f4ddf7c3","name":"NovaUtilsInstanceVolumeTests-718f72a4-403a-41ab-a25e-ddbe83f71f42-port","admin_state_up":true,"network_id":"da0ae635-de2c-4ead-a911-5f33bf3e29fe","tenant_id":"da1aa3dc9e564d3d922e61c0121a390e","created_at":"2018-09-04T10:29:42Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T10:29:36Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"c48c926e-9f43-4715-867f-a4c53af03a6b","ip_address":"10.55.0.4"}],"id":"ea9fabe5-c5e1-4575-825f-ebecb8653f6f","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:61:d1:fd","project_id":"da1aa3dc9e564d3d922e61c0121a390e","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-da0ae635-de2c-4ead-a911-5f33bf3e29fe","name":"","admin_state_up":true,"network_id":"da0ae635-de2c-4ead-a911-5f33bf3e29fe","tenant_id":"da1aa3dc9e564d3d922e61c0121a390e","created_at":"2018-09-04T10:29:35Z","binding:vnic_type":"normal"}]} 2018-09-04 10:30:03,990 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?network_id=da0ae635-de2c-4ead-a911-5f33bf3e29fe used request id req-bfe99365-71b6-49e4-9362-c826fe6f3b6b 2018-09-04 10:30:03,994 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:8774/v2.1/servers/ab5c2fc8-0f9f-4ff3-b96a-24b8f4ddf7c3/os-volume_attachments/2a5daee7-4176-4cad-a6a3-e2cdff955522 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}80630ed3c9b66554e1d97d58924773cbc3d5aa0e" 2018-09-04 10:30:05,369 - novaclient.v2.client - DEBUG - RESP: [202] Date: Tue, 04 Sep 2018 10: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 x-openstack-request-id: req-e9d2dcf8-b519-4f76-863f-667fe2320987 x-compute-request-id: req-e9d2dcf8-b519-4f76-863f-667fe2320987 Content-Length: 0 Content-Type: application/json 2018-09-04 10:30:05,369 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/servers/ab5c2fc8-0f9f-4ff3-b96a-24b8f4ddf7c3/os-volume_attachments/2a5daee7-4176-4cad-a6a3-e2cdff955522 used request id req-e9d2dcf8-b519-4f76-863f-667fe2320987 2018-09-04 10:30:05,370 - create_instance - INFO - Deleting Port with ID - a323de26-ce91-47fd-8337-1a1f7db62729 2018-09-04 10:30:05,370 - neutron_utils - INFO - Deleting port with name NovaUtilsInstanceVolumeTests-718f72a4-403a-41ab-a25e-ddbe83f71f42-port 2018-09-04 10:30:05,375 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/ports/a323de26-ce91-47fd-8337-1a1f7db62729 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6d67dcebfd8168613303b03db7fa1198c1b191d6" 2018-09-04 10:30:05,837 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-3bd0593b-97a1-4cbe-a7e2-0a35d23786df Date: Tue, 04 Sep 2018 10:30:05 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-04 10:30:05,837 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/ports/a323de26-ce91-47fd-8337-1a1f7db62729 used request id req-3bd0593b-97a1-4cbe-a7e2-0a35d23786df 2018-09-04 10:30:05,838 - create_instance - INFO - Deleting VM instance - NovaUtilsInstanceVolumeTests-718f72a4-403a-41ab-a25e-ddbe83f71f42-vm_inst 2018-09-04 10:30:05,840 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:8774/v2.1/servers/ab5c2fc8-0f9f-4ff3-b96a-24b8f4ddf7c3 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6d67dcebfd8168613303b03db7fa1198c1b191d6" 2018-09-04 10:30:06,069 - novaclient.v2.client - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 10:30:05 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-52a523e6-47c6-4c58-855f-46b000b163d4 x-compute-request-id: req-52a523e6-47c6-4c58-855f-46b000b163d4 Content-Type: application/json 2018-09-04 10:30:06,069 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/servers/ab5c2fc8-0f9f-4ff3-b96a-24b8f4ddf7c3 used request id req-52a523e6-47c6-4c58-855f-46b000b163d4 2018-09-04 10:30:06,069 - create_instance - INFO - Checking deletion status 2018-09-04 10:30:06,072 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/ab5c2fc8-0f9f-4ff3-b96a-24b8f4ddf7c3 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6d67dcebfd8168613303b03db7fa1198c1b191d6" 2018-09-04 10:30:07,005 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:30: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-4718f95f-b429-471a-a854-62f487fc4317 x-compute-request-id: req-4718f95f-b429-471a-a854-62f487fc4317 Content-Encoding: gzip Content-Length: 761 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/ab5c2fc8-0f9f-4ff3-b96a-24b8f4ddf7c3", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/ab5c2fc8-0f9f-4ff3-b96a-24b8f4ddf7c3", "rel": "bookmark"}], "image": {"id": "b7c346ab-a3bb-4bde-b50a-e2551a8ccfc5", "links": [{"href": "http://172.30.9.28:8774/images/b7c346ab-a3bb-4bde-b50a-e2551a8ccfc5", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000000f", "OS-SRV-USG:launched_at": "2018-09-04T10:29:50.000000", "flavor": {"id": "f9e6d6ab-b86c-4cca-a403-9e0bc72f87d0", "links": [{"href": "http://172.30.9.28:8774/flavors/f9e6d6ab-b86c-4cca-a403-9e0bc72f87d0", "rel": "bookmark"}]}, "id": "ab5c2fc8-0f9f-4ff3-b96a-24b8f4ddf7c3", "user_id": "6cb53a06110b45a6a2f21cb265048110", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-04T10:30:05Z", "hostId": "92be8ba6728a92d3ed5c720961d3a910e67ba0dffe84004d883f496d", "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-718f72a4-403a-41ab-a25e-ddbe83f71f42-vm_inst", "created": "2018-09-04T10:29:45Z", "tenant_id": "da1aa3dc9e564d3d922e61c0121a390e", "os-extended-volumes:volumes_attached": [{"id": "2a5daee7-4176-4cad-a6a3-e2cdff955522"}], "metadata": {}}} 2018-09-04 10:30:07,005 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/ab5c2fc8-0f9f-4ff3-b96a-24b8f4ddf7c3 used request id req-4718f95f-b429-471a-a854-62f487fc4317 2018-09-04 10:30:07,005 - create_instance - DEBUG - Instance status [NovaUtilsInstanceVolumeTests-718f72a4-403a-41ab-a25e-ddbe83f71f42-vm_inst] is - ACTIVE 2018-09-04 10:30:07,006 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-09-04 10:30:10,007 - create_instance - DEBUG - VM status query timeout in 296.062429905 2018-09-04 10:30:10,010 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/ab5c2fc8-0f9f-4ff3-b96a-24b8f4ddf7c3 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6d67dcebfd8168613303b03db7fa1198c1b191d6" 2018-09-04 10:30:10,242 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:30: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-d328ac47-a06d-48c4-80db-62f155bc3b32 x-compute-request-id: req-d328ac47-a06d-48c4-80db-62f155bc3b32 Content-Encoding: gzip Content-Length: 732 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/ab5c2fc8-0f9f-4ff3-b96a-24b8f4ddf7c3", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/ab5c2fc8-0f9f-4ff3-b96a-24b8f4ddf7c3", "rel": "bookmark"}], "image": {"id": "b7c346ab-a3bb-4bde-b50a-e2551a8ccfc5", "links": [{"href": "http://172.30.9.28:8774/images/b7c346ab-a3bb-4bde-b50a-e2551a8ccfc5", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000000f", "OS-SRV-USG:launched_at": "2018-09-04T10:29:50.000000", "flavor": {"id": "f9e6d6ab-b86c-4cca-a403-9e0bc72f87d0", "links": [{"href": "http://172.30.9.28:8774/flavors/f9e6d6ab-b86c-4cca-a403-9e0bc72f87d0", "rel": "bookmark"}]}, "id": "ab5c2fc8-0f9f-4ff3-b96a-24b8f4ddf7c3", "user_id": "6cb53a06110b45a6a2f21cb265048110", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-04T10:30:05Z", "hostId": "92be8ba6728a92d3ed5c720961d3a910e67ba0dffe84004d883f496d", "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-718f72a4-403a-41ab-a25e-ddbe83f71f42-vm_inst", "created": "2018-09-04T10:29:45Z", "tenant_id": "da1aa3dc9e564d3d922e61c0121a390e", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 10:30:10,242 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/ab5c2fc8-0f9f-4ff3-b96a-24b8f4ddf7c3 used request id req-d328ac47-a06d-48c4-80db-62f155bc3b32 2018-09-04 10:30:10,242 - create_instance - DEBUG - Instance status [NovaUtilsInstanceVolumeTests-718f72a4-403a-41ab-a25e-ddbe83f71f42-vm_inst] is - ACTIVE 2018-09-04 10:30:10,243 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-09-04 10:30:13,246 - create_instance - DEBUG - VM status query timeout in 292.823582888 2018-09-04 10:30:13,249 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/ab5c2fc8-0f9f-4ff3-b96a-24b8f4ddf7c3 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6d67dcebfd8168613303b03db7fa1198c1b191d6" 2018-09-04 10:30:13,518 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:30: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-fbb39351-1533-4326-9870-ce0a20c480c4 x-compute-request-id: req-fbb39351-1533-4326-9870-ce0a20c480c4 Content-Encoding: gzip Content-Length: 732 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/ab5c2fc8-0f9f-4ff3-b96a-24b8f4ddf7c3", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/ab5c2fc8-0f9f-4ff3-b96a-24b8f4ddf7c3", "rel": "bookmark"}], "image": {"id": "b7c346ab-a3bb-4bde-b50a-e2551a8ccfc5", "links": [{"href": "http://172.30.9.28:8774/images/b7c346ab-a3bb-4bde-b50a-e2551a8ccfc5", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000000f", "OS-SRV-USG:launched_at": "2018-09-04T10:29:50.000000", "flavor": {"id": "f9e6d6ab-b86c-4cca-a403-9e0bc72f87d0", "links": [{"href": "http://172.30.9.28:8774/flavors/f9e6d6ab-b86c-4cca-a403-9e0bc72f87d0", "rel": "bookmark"}]}, "id": "ab5c2fc8-0f9f-4ff3-b96a-24b8f4ddf7c3", "user_id": "6cb53a06110b45a6a2f21cb265048110", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-04T10:30:05Z", "hostId": "92be8ba6728a92d3ed5c720961d3a910e67ba0dffe84004d883f496d", "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-718f72a4-403a-41ab-a25e-ddbe83f71f42-vm_inst", "created": "2018-09-04T10:29:45Z", "tenant_id": "da1aa3dc9e564d3d922e61c0121a390e", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 10:30:13,518 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/ab5c2fc8-0f9f-4ff3-b96a-24b8f4ddf7c3 used request id req-fbb39351-1533-4326-9870-ce0a20c480c4 2018-09-04 10:30:13,518 - create_instance - DEBUG - Instance status [NovaUtilsInstanceVolumeTests-718f72a4-403a-41ab-a25e-ddbe83f71f42-vm_inst] is - ACTIVE 2018-09-04 10:30:13,518 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-09-04 10:30:16,522 - create_instance - DEBUG - VM status query timeout in 289.547780037 2018-09-04 10:30:16,525 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/ab5c2fc8-0f9f-4ff3-b96a-24b8f4ddf7c3 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6d67dcebfd8168613303b03db7fa1198c1b191d6" 2018-09-04 10:30:16,568 - novaclient.v2.client - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 10:30: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-ebc39404-d250-4e9f-b95a-f3d0bec9f4b9 x-compute-request-id: req-ebc39404-d250-4e9f-b95a-f3d0bec9f4b9 Content-Length: 111 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Instance ab5c2fc8-0f9f-4ff3-b96a-24b8f4ddf7c3 could not be found.", "code": 404}} 2018-09-04 10:30:16,568 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/ab5c2fc8-0f9f-4ff3-b96a-24b8f4ddf7c3 used request id req-ebc39404-d250-4e9f-b95a-f3d0bec9f4b9 2018-09-04 10:30:16,568 - create_instance - DEBUG - Instance not found when querying status for DELETED with message Instance ab5c2fc8-0f9f-4ff3-b96a-24b8f4ddf7c3 could not be found. (HTTP 404) (Request-ID: req-ebc39404-d250-4e9f-b95a-f3d0bec9f4b9) 2018-09-04 10:30:16,569 - create_instance - INFO - VM has been properly deleted VM with name - NovaUtilsInstanceVolumeTests-718f72a4-403a-41ab-a25e-ddbe83f71f42-vm_inst 2018-09-04 10:30:16,572 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8776/v3/da1aa3dc9e564d3d922e61c0121a390e/volumes/2a5daee7-4176-4cad-a6a3-e2cdff955522 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-fde57b10-b416-4812-83e9-5c469a5259b9" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e80a074f7be9f92e47dea7d1bb2b96df29c641e1" 2018-09-04 10:30:17,334 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:30:16 GMT Server: Apache x-compute-request-id: req-499752f6-bf2a-4ecf-808e-5ada7de619cf OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-499752f6-bf2a-4ecf-808e-5ada7de619cf Content-Encoding: gzip Content-Length: 522 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.28:8776/v3/da1aa3dc9e564d3d922e61c0121a390e/volumes/2a5daee7-4176-4cad-a6a3-e2cdff955522", "rel": "self"}, {"href": "http://172.30.9.28:8776/da1aa3dc9e564d3d922e61c0121a390e/volumes/2a5daee7-4176-4cad-a6a3-e2cdff955522", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-09-04T10:30:14.000000", "replication_status": null, "snapshot_id": null, "id": "2a5daee7-4176-4cad-a6a3-e2cdff955522", "size": 1, "user_id": "6cb53a06110b45a6a2f21cb265048110", "os-vol-tenant-attr:tenant_id": "da1aa3dc9e564d3d922e61c0121a390e", "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-718f72a4-403a-41ab-a25e-ddbe83f71f42", "bootable": "false", "created_at": "2018-09-04T10:29:37.000000", "volume_type": null}} 2018-09-04 10:30:17,334 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/da1aa3dc9e564d3d922e61c0121a390e/volumes/2a5daee7-4176-4cad-a6a3-e2cdff955522 used request id req-499752f6-bf2a-4ecf-808e-5ada7de619cf 2018-09-04 10:30:17,335 - create_volume - DEBUG - Instance status is - available 2018-09-04 10:30:17,335 - create_volume - DEBUG - Volume is active with name - NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-718f72a4-403a-41ab-a25e-ddbe83f71f42 2018-09-04 10:30:17,335 - cinder_utils - INFO - Deleting volume named - NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-718f72a4-403a-41ab-a25e-ddbe83f71f42 2018-09-04 10:30:17,338 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:8776/v3/da1aa3dc9e564d3d922e61c0121a390e/volumes/2a5daee7-4176-4cad-a6a3-e2cdff955522 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-fde57b10-b416-4812-83e9-5c469a5259b9" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e80a074f7be9f92e47dea7d1bb2b96df29c641e1" 2018-09-04 10:30:18,211 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Tue, 04 Sep 2018 10:30:17 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-ebd141e1-b5ba-4d70-a827-0115c58f6343 Content-Length: 0 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-09-04 10:30:18,211 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.28:8776/v3/da1aa3dc9e564d3d922e61c0121a390e/volumes/2a5daee7-4176-4cad-a6a3-e2cdff955522 used request id req-ebd141e1-b5ba-4d70-a827-0115c58f6343 2018-09-04 10:30:18,214 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8776/v3/da1aa3dc9e564d3d922e61c0121a390e/volumes/2a5daee7-4176-4cad-a6a3-e2cdff955522 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-fde57b10-b416-4812-83e9-5c469a5259b9" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e80a074f7be9f92e47dea7d1bb2b96df29c641e1" 2018-09-04 10:30:18,424 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:30:18 GMT Server: Apache x-compute-request-id: req-4328a6cf-78ea-40ac-8b8e-de6ef305fca4 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-4328a6cf-78ea-40ac-8b8e-de6ef305fca4 Content-Encoding: gzip Content-Length: 524 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.28:8776/v3/da1aa3dc9e564d3d922e61c0121a390e/volumes/2a5daee7-4176-4cad-a6a3-e2cdff955522", "rel": "self"}, {"href": "http://172.30.9.28:8776/da1aa3dc9e564d3d922e61c0121a390e/volumes/2a5daee7-4176-4cad-a6a3-e2cdff955522", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-09-04T10:30:18.000000", "replication_status": null, "snapshot_id": null, "id": "2a5daee7-4176-4cad-a6a3-e2cdff955522", "size": 1, "user_id": "6cb53a06110b45a6a2f21cb265048110", "os-vol-tenant-attr:tenant_id": "da1aa3dc9e564d3d922e61c0121a390e", "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-718f72a4-403a-41ab-a25e-ddbe83f71f42", "bootable": "false", "created_at": "2018-09-04T10:29:37.000000", "volume_type": null}} 2018-09-04 10:30:18,425 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/da1aa3dc9e564d3d922e61c0121a390e/volumes/2a5daee7-4176-4cad-a6a3-e2cdff955522 used request id req-4328a6cf-78ea-40ac-8b8e-de6ef305fca4 2018-09-04 10:30:18,425 - create_volume - DEBUG - Instance status is - deleting 2018-09-04 10:30:18,425 - create_volume - DEBUG - Retry querying volume status in 3 seconds 2018-09-04 10:30:21,428 - create_volume - DEBUG - Volume status query timeout in 56.7834000587 2018-09-04 10:30:21,431 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8776/v3/da1aa3dc9e564d3d922e61c0121a390e/volumes/2a5daee7-4176-4cad-a6a3-e2cdff955522 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-fde57b10-b416-4812-83e9-5c469a5259b9" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e80a074f7be9f92e47dea7d1bb2b96df29c641e1" 2018-09-04 10:30:21,626 - cinderclient.v3.client - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 10:30:21 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-compute-request-id: req-8fad314a-945f-4bf1-9c6f-b336db18918c x-openstack-request-id: req-8fad314a-945f-4bf1-9c6f-b336db18918c Content-Length: 109 Content-Type: application/json RESP BODY: {"itemNotFound": {"message": "Volume 2a5daee7-4176-4cad-a6a3-e2cdff955522 could not be found.", "code": 404}} 2018-09-04 10:30:21,626 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/da1aa3dc9e564d3d922e61c0121a390e/volumes/2a5daee7-4176-4cad-a6a3-e2cdff955522 used request id req-8fad314a-945f-4bf1-9c6f-b336db18918c 2018-09-04 10:30:21,627 - create_volume - DEBUG - Volume not found when querying status for deleted with message Volume 2a5daee7-4176-4cad-a6a3-e2cdff955522 could not be found. (HTTP 404) (Request-ID: req-8fad314a-945f-4bf1-9c6f-b336db18918c) 2018-09-04 10:30:21,627 - create_volume - INFO - Volume has been properly deleted with name - NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-718f72a4-403a-41ab-a25e-ddbe83f71f42 2018-09-04 10:30:21,630 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:8774/v2.1/flavors/f9e6d6ab-b86c-4cca-a403-9e0bc72f87d0 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d5553ade897965a5e2f109a5eab81950f9a6189d" 2018-09-04 10:30:21,673 - novaclient.v2.client - DEBUG - RESP: [202] Date: Tue, 04 Sep 2018 10:30: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-982a639a-1830-4bef-a7c9-33a2f5713a87 x-compute-request-id: req-982a639a-1830-4bef-a7c9-33a2f5713a87 Content-Length: 0 Content-Type: application/json 2018-09-04 10:30:21,673 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/flavors/f9e6d6ab-b86c-4cca-a403-9e0bc72f87d0 used request id req-982a639a-1830-4bef-a7c9-33a2f5713a87 2018-09-04 10:30:21,674 - neutron_utils - INFO - Deleting subnet with name NovaUtilsInstanceVolumeTests-718f72a4-403a-41ab-a25e-ddbe83f71f42-subnet 2018-09-04 10:30:21,674 - neutron_utils - INFO - Deleting subnet with name NovaUtilsInstanceVolumeTests-718f72a4-403a-41ab-a25e-ddbe83f71f42-subnet 2018-09-04 10:30:21,679 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/subnets/c48c926e-9f43-4715-867f-a4c53af03a6b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}00c1093c32a28b54def5fc4c5ad399611f553fcf" 2018-09-04 10:30:23,970 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-18a1fbb4-eedd-4f1d-b6ed-fe65c63c8c21 Date: Tue, 04 Sep 2018 10:30:23 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-04 10:30:23,971 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/subnets/c48c926e-9f43-4715-867f-a4c53af03a6b used request id req-18a1fbb4-eedd-4f1d-b6ed-fe65c63c8c21 2018-09-04 10:30:23,971 - neutron_utils - INFO - Deleting network with name NovaUtilsInstanceVolumeTests-718f72a4-403a-41ab-a25e-ddbe83f71f42-net 2018-09-04 10:30:23,976 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/networks/da0ae635-de2c-4ead-a911-5f33bf3e29fe -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}00c1093c32a28b54def5fc4c5ad399611f553fcf" 2018-09-04 10:30:25,657 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-d5001e68-ef46-4d93-a6ce-c155fe3e1ee8 Date: Tue, 04 Sep 2018 10:30:25 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-04 10:30:25,658 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/networks/da0ae635-de2c-4ead-a911-5f33bf3e29fe used request id req-d5001e68-ef46-4d93-a6ce-c155fe3e1ee8 2018-09-04 10:30:25,658 - glance_utils - INFO - Deleting image named - NovaUtilsInstanceVolumeTests-718f72a4-403a-41ab-a25e-ddbe83f71f42-image 2018-09-04 10:30:25,661 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9292/v2/images/b7c346ab-a3bb-4bde-b50a-e2551a8ccfc5 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}4d74625e82ba536f6ae001d1cea9c2a48d3e8a4f" 2018-09-04 10:30:27,606 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-e99d7503-d526-47c0-a7dd-423c80e57266 Date: Tue, 04 Sep 2018 10:30:27 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-09-04 10:30:27,606 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.28:9292/v2/images/b7c346ab-a3bb-4bde-b50a-e2551a8ccfc5 used request id req-e99d7503-d526-47c0-a7dd-423c80e57266 2018-09-04 10:30:27,609 - nova_utils - DEBUG - Retrieving Nova Client 2018-09-04 10:30:27,610 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 10:30:27,611 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-09-04 10:30:27,990 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5ef645ad12fc453aa5d8a0c2cbf76196", "name": "heat_stack_owner"}, {"id": "9a944a8c31754b8f941d2fa9034d4301", "name": "Member"}, {"id": "3d416247e8224533841040c3ad2bce5a", "name": "admin"}], "expires_at": "2018-09-04T11:30:27.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "da1aa3dc9e564d3d922e61c0121a390e", "name": "api_check-project_95790658-ea1a-473f-b71a-0aa15c3467f2"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235635a698ef4bef9dc6b25273d185da"}, {"url": "http://192.30.9.6:8776/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "23b07b3fbfc340a58cf0f9b2871a0d23"}, {"url": "http://172.30.9.28:8776/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "72fd0aaa144d45419f4b04b6b26f69a7"}], "type": "volume", "id": "097241c25b4d4f7e91b3f8efa155909e", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v3/da1aa3dc9e564d3d922e61c0121a390e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93eb4cf3030a49e7840bec071422d397"}, {"url": "http://192.30.9.6:8776/v3/da1aa3dc9e564d3d922e61c0121a390e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8af439a6ac147fdbcb38ed9aa916b68"}, {"url": "http://192.30.9.6:8776/v3/da1aa3dc9e564d3d922e61c0121a390e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c4bfdbc9b7c74a23a40afdf578cfeba4"}], "type": "volumev3", "id": "1c85f4682ce44f729db1dabd98e965e8", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "82239574a29d4603a2161006f61851cf"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8d15f7134f364a7bbcfff2f84aac3bf2"}, {"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e01668c43a0c4c279b9a3d20a0280d6c"}], "type": "image", "id": "297d8415ca96454991054983920912f7", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7bb4d60e20734d4a9f31ec75e02cb823"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bf6adec15590466a9a0d3bddb00e8993"}, {"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f096f03a1d12411a8972f6f7c196b60d"}], "type": "policy", "id": "54c64351b56d44bbad74c2969cc3aa00", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "354ae6870a324fab82d0a0fb68ee0f26"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a3807e460dd4af488d982b66c52e64c"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e7c3da785076450abd71868e75ce0c33"}], "type": "cloudformation", "id": "6ac9917ae83c4639a15a4ab3cf0e76dd", "name": "heat-cfn"}, {"endpoints": [], "type": "metering", "id": "7fcc078e5e0645f29df67742ac14e388", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49e71628d386464cb950d6a9db00a328"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75b0a63ed8574bbcab1c851cc9b83d30"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9902b0a8b3c04cd192a1b84c417c232b"}], "type": "key-manager", "id": "9626544a32e74678a641c6e206f028a9", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "497340e5aa36485982fdf297f370558f"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7802beb4fc7c4952897b77bd5610b1fe"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c14af798917f4fa0b146d9772583e595"}], "type": "metric", "id": "973bfe8c658d4e5a8da725e76b9d550e", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "288ecc3674ea41d2aa3b790dcb832bf2"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7a6dc785cd7142f5b30f1a7ba0daeb03"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7f7d34e2351b4964befccc862c4e8e12"}], "type": "network", "id": "a348d7b06050474fb449be7f32ea6f5d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "21bce6ecb8464a1f8f3e3847aa698bd6"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0a8faf2246b47deb30e69e48d3551fb"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e71c6011de3d4d8589e5b53dcc79f288"}], "type": "identity", "id": "ad8d4b4953184137a1b913ecee9434ed", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "13474f9a78ca4f1184e4cddc84d0d98c"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad67365a18234bb78c336e6776958c00"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc54db13337f44f8921fbb9ad0f81de8"}], "type": "alarming", "id": "bb18dc3243034f08a6a7f69f7a1edccf", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0d91d7adf0304b2681c77f979e5cdb17"}, {"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "756e5ffca9774ab3ae2db41bf330417f"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c07c727a08c243b287827f539a124e63"}], "type": "placement", "id": "bb2c9432fcbd4c56913177122468f6ba", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1eed4912224b48cf9856446eae4d9928"}, {"url": "http://192.30.9.6:8004/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b73b7f99236541148d84f24f09e5dd40"}, {"url": "http://192.30.9.6:8004/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fbf12e52911244fdafc24a9d46f56e62"}], "type": "orchestration", "id": "c8918d139da945ba93df4ccce21d4904", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/da1aa3dc9e564d3d922e61c0121a390e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16bf098b9e2e490f8e47fa601059f975"}, {"url": "http://192.30.9.6:8776/v2/da1aa3dc9e564d3d922e61c0121a390e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc16fa4cf491444ca2f611d5692c1170"}, {"url": "http://192.30.9.6:8776/v2/da1aa3dc9e564d3d922e61c0121a390e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ccd2c5325dff4b90b391db9fdde67d99"}], "type": "volumev2", "id": "d09ac9123c34494abce21d6c27bee9d9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eac694332354a3aa0e61c31314166d7"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b4d4989c4e764717ab78d38675cadd3f"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff196e46b56d406d87a678f1a64497b0"}], "type": "compute", "id": "d4030ee932c84df58c5b910cc197caa7", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_95790658-ea1a-473f-b71a-0aa15c3467f2", "id": "6cb53a06110b45a6a2f21cb265048110"}, "audit_ids": ["3OXDSqP3SZ2cAipuFkxzMA"], "issued_at": "2018-09-04T10:30:27.000000Z"}} 2018-09-04 10:30:27,991 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28: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}6459182d422bc1ace9a81bdec0827bec0526a1e3" 2018-09-04 10:30:28,081 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:30:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-27e9ffdc-d434-40b1-806e-b8e33a1abea4 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.28:5000/v3/", "rel": "self"}]}} 2018-09-04 10:30:28,081 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-27e9ffdc-d434-40b1-806e-b8e33a1abea4 2018-09-04 10:30:28,082 - nova_utils - DEBUG - Retrieving Nova Client 2018-09-04 10:30:28,087 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6459182d422bc1ace9a81bdec0827bec0526a1e3" 2018-09-04 10:30:28,279 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:30: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-ea2d45fe-d069-4649-b7c4-d79bef669866 x-compute-request-id: req-ea2d45fe-d069-4649-b7c4-d79bef669866 Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-09-04 10:30:28,279 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors used request id req-ea2d45fe-d069-4649-b7c4-d79bef669866 2018-09-04 10:30:28,282 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6459182d422bc1ace9a81bdec0827bec0526a1e3" -d '{"flavor": {"vcpus": 1, "disk": 1, "name": "CreateFlavorTests-1f604819-21f3-4bbd-874f-ced314b13bc4name", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "ram": 1, "id": null, "swap": 0}}' 2018-09-04 10:30:28,342 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:30: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-b2a073bf-e08f-45f3-8e57-e7f719bb8a87 x-compute-request-id: req-b2a073bf-e08f-45f3-8e57-e7f719bb8a87 Content-Encoding: gzip Content-Length: 308 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/90aa3781-e2ab-411e-8a2b-f5f9fe5bfbf9", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/90aa3781-e2ab-411e-8a2b-f5f9fe5bfbf9", "rel": "bookmark"}], "ram": 1, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "90aa3781-e2ab-411e-8a2b-f5f9fe5bfbf9", "name": "CreateFlavorTests-1f604819-21f3-4bbd-874f-ced314b13bc4name", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-09-04 10:30:28,342 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/flavors used request id req-b2a073bf-e08f-45f3-8e57-e7f719bb8a87 2018-09-04 10:30:28,343 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-09-04 10:30:28,725 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5ef645ad12fc453aa5d8a0c2cbf76196", "name": "heat_stack_owner"}, {"id": "9a944a8c31754b8f941d2fa9034d4301", "name": "Member"}, {"id": "3d416247e8224533841040c3ad2bce5a", "name": "admin"}], "expires_at": "2018-09-04T11:30:28.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "da1aa3dc9e564d3d922e61c0121a390e", "name": "api_check-project_95790658-ea1a-473f-b71a-0aa15c3467f2"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235635a698ef4bef9dc6b25273d185da"}, {"url": "http://192.30.9.6:8776/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "23b07b3fbfc340a58cf0f9b2871a0d23"}, {"url": "http://172.30.9.28:8776/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "72fd0aaa144d45419f4b04b6b26f69a7"}], "type": "volume", "id": "097241c25b4d4f7e91b3f8efa155909e", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v3/da1aa3dc9e564d3d922e61c0121a390e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93eb4cf3030a49e7840bec071422d397"}, {"url": "http://192.30.9.6:8776/v3/da1aa3dc9e564d3d922e61c0121a390e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8af439a6ac147fdbcb38ed9aa916b68"}, {"url": "http://192.30.9.6:8776/v3/da1aa3dc9e564d3d922e61c0121a390e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c4bfdbc9b7c74a23a40afdf578cfeba4"}], "type": "volumev3", "id": "1c85f4682ce44f729db1dabd98e965e8", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "82239574a29d4603a2161006f61851cf"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8d15f7134f364a7bbcfff2f84aac3bf2"}, {"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e01668c43a0c4c279b9a3d20a0280d6c"}], "type": "image", "id": "297d8415ca96454991054983920912f7", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7bb4d60e20734d4a9f31ec75e02cb823"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bf6adec15590466a9a0d3bddb00e8993"}, {"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f096f03a1d12411a8972f6f7c196b60d"}], "type": "policy", "id": "54c64351b56d44bbad74c2969cc3aa00", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "354ae6870a324fab82d0a0fb68ee0f26"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a3807e460dd4af488d982b66c52e64c"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e7c3da785076450abd71868e75ce0c33"}], "type": "cloudformation", "id": "6ac9917ae83c4639a15a4ab3cf0e76dd", "name": "heat-cfn"}, {"endpoints": [], "type": "metering", "id": "7fcc078e5e0645f29df67742ac14e388", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49e71628d386464cb950d6a9db00a328"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75b0a63ed8574bbcab1c851cc9b83d30"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9902b0a8b3c04cd192a1b84c417c232b"}], "type": "key-manager", "id": "9626544a32e74678a641c6e206f028a9", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "497340e5aa36485982fdf297f370558f"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7802beb4fc7c4952897b77bd5610b1fe"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c14af798917f4fa0b146d9772583e595"}], "type": "metric", "id": "973bfe8c658d4e5a8da725e76b9d550e", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "288ecc3674ea41d2aa3b790dcb832bf2"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7a6dc785cd7142f5b30f1a7ba0daeb03"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7f7d34e2351b4964befccc862c4e8e12"}], "type": "network", "id": "a348d7b06050474fb449be7f32ea6f5d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "21bce6ecb8464a1f8f3e3847aa698bd6"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0a8faf2246b47deb30e69e48d3551fb"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e71c6011de3d4d8589e5b53dcc79f288"}], "type": "identity", "id": "ad8d4b4953184137a1b913ecee9434ed", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "13474f9a78ca4f1184e4cddc84d0d98c"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad67365a18234bb78c336e6776958c00"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc54db13337f44f8921fbb9ad0f81de8"}], "type": "alarming", "id": "bb18dc3243034f08a6a7f69f7a1edccf", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0d91d7adf0304b2681c77f979e5cdb17"}, {"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "756e5ffca9774ab3ae2db41bf330417f"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c07c727a08c243b287827f539a124e63"}], "type": "placement", "id": "bb2c9432fcbd4c56913177122468f6ba", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1eed4912224b48cf9856446eae4d9928"}, {"url": "http://192.30.9.6:8004/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b73b7f99236541148d84f24f09e5dd40"}, {"url": "http://192.30.9.6:8004/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fbf12e52911244fdafc24a9d46f56e62"}], "type": "orchestration", "id": "c8918d139da945ba93df4ccce21d4904", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/da1aa3dc9e564d3d922e61c0121a390e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16bf098b9e2e490f8e47fa601059f975"}, {"url": "http://192.30.9.6:8776/v2/da1aa3dc9e564d3d922e61c0121a390e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc16fa4cf491444ca2f611d5692c1170"}, {"url": "http://192.30.9.6:8776/v2/da1aa3dc9e564d3d922e61c0121a390e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ccd2c5325dff4b90b391db9fdde67d99"}], "type": "volumev2", "id": "d09ac9123c34494abce21d6c27bee9d9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eac694332354a3aa0e61c31314166d7"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b4d4989c4e764717ab78d38675cadd3f"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff196e46b56d406d87a678f1a64497b0"}], "type": "compute", "id": "d4030ee932c84df58c5b910cc197caa7", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_95790658-ea1a-473f-b71a-0aa15c3467f2", "id": "6cb53a06110b45a6a2f21cb265048110"}, "audit_ids": ["DcTd9LoFS06KVgItdEuKNQ"], "issued_at": "2018-09-04T10:30:28.000000Z"}} 2018-09-04 10:30:28,728 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/flavors/90aa3781-e2ab-411e-8a2b-f5f9fe5bfbf9 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bf10d680d172dc1456802e8e28dd3de14e443a6b" 2018-09-04 10:30:28,908 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:30: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-36eb01c6-3a8e-4061-9df3-c41571c01534 x-compute-request-id: req-36eb01c6-3a8e-4061-9df3-c41571c01534 Content-Encoding: gzip Content-Length: 308 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/90aa3781-e2ab-411e-8a2b-f5f9fe5bfbf9", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/90aa3781-e2ab-411e-8a2b-f5f9fe5bfbf9", "rel": "bookmark"}], "ram": 1, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "90aa3781-e2ab-411e-8a2b-f5f9fe5bfbf9", "name": "CreateFlavorTests-1f604819-21f3-4bbd-874f-ced314b13bc4name", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-09-04 10:30:28,908 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors/90aa3781-e2ab-411e-8a2b-f5f9fe5bfbf9 used request id req-36eb01c6-3a8e-4061-9df3-c41571c01534 2018-09-04 10:30:28,911 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/flavors/90aa3781-e2ab-411e-8a2b-f5f9fe5bfbf9/os-extra_specs -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bf10d680d172dc1456802e8e28dd3de14e443a6b" 2018-09-04 10:30:28,930 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:30: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-e58cfde7-8223-47b1-b886-73f68d74009d x-compute-request-id: req-e58cfde7-8223-47b1-b886-73f68d74009d Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-09-04 10:30:28,931 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors/90aa3781-e2ab-411e-8a2b-f5f9fe5bfbf9/os-extra_specs used request id req-e58cfde7-8223-47b1-b886-73f68d74009d 2018-09-04 10:30:28,933 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:8774/v2.1/flavors/90aa3781-e2ab-411e-8a2b-f5f9fe5bfbf9 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6459182d422bc1ace9a81bdec0827bec0526a1e3" 2018-09-04 10:30:28,978 - novaclient.v2.client - DEBUG - RESP: [202] Date: Tue, 04 Sep 2018 10:30: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-1bb662e4-023e-42fc-af1d-561e1f707153 x-compute-request-id: req-1bb662e4-023e-42fc-af1d-561e1f707153 Content-Length: 0 Content-Type: application/json 2018-09-04 10:30:28,978 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/flavors/90aa3781-e2ab-411e-8a2b-f5f9fe5bfbf9 used request id req-1bb662e4-023e-42fc-af1d-561e1f707153 2018-09-04 10:30:28,982 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bf10d680d172dc1456802e8e28dd3de14e443a6b" 2018-09-04 10:30:29,180 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:30: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-7935ed84-33a4-4df8-855b-5cb492199d36 x-compute-request-id: req-7935ed84-33a4-4df8-855b-5cb492199d36 Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-09-04 10:30:29,181 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors used request id req-7935ed84-33a4-4df8-855b-5cb492199d36 2018-09-04 10:30:29,182 - nova_utils - DEBUG - Retrieving Nova Client 2018-09-04 10:30:29,183 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 10:30:29,184 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-09-04 10:30:29,557 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5ef645ad12fc453aa5d8a0c2cbf76196", "name": "heat_stack_owner"}, {"id": "9a944a8c31754b8f941d2fa9034d4301", "name": "Member"}, {"id": "3d416247e8224533841040c3ad2bce5a", "name": "admin"}], "expires_at": "2018-09-04T11:30:29.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "da1aa3dc9e564d3d922e61c0121a390e", "name": "api_check-project_95790658-ea1a-473f-b71a-0aa15c3467f2"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235635a698ef4bef9dc6b25273d185da"}, {"url": "http://192.30.9.6:8776/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "23b07b3fbfc340a58cf0f9b2871a0d23"}, {"url": "http://172.30.9.28:8776/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "72fd0aaa144d45419f4b04b6b26f69a7"}], "type": "volume", "id": "097241c25b4d4f7e91b3f8efa155909e", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v3/da1aa3dc9e564d3d922e61c0121a390e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93eb4cf3030a49e7840bec071422d397"}, {"url": "http://192.30.9.6:8776/v3/da1aa3dc9e564d3d922e61c0121a390e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8af439a6ac147fdbcb38ed9aa916b68"}, {"url": "http://192.30.9.6:8776/v3/da1aa3dc9e564d3d922e61c0121a390e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c4bfdbc9b7c74a23a40afdf578cfeba4"}], "type": "volumev3", "id": "1c85f4682ce44f729db1dabd98e965e8", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "82239574a29d4603a2161006f61851cf"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8d15f7134f364a7bbcfff2f84aac3bf2"}, {"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e01668c43a0c4c279b9a3d20a0280d6c"}], "type": "image", "id": "297d8415ca96454991054983920912f7", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7bb4d60e20734d4a9f31ec75e02cb823"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bf6adec15590466a9a0d3bddb00e8993"}, {"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f096f03a1d12411a8972f6f7c196b60d"}], "type": "policy", "id": "54c64351b56d44bbad74c2969cc3aa00", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "354ae6870a324fab82d0a0fb68ee0f26"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a3807e460dd4af488d982b66c52e64c"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e7c3da785076450abd71868e75ce0c33"}], "type": "cloudformation", "id": "6ac9917ae83c4639a15a4ab3cf0e76dd", "name": "heat-cfn"}, {"endpoints": [], "type": "metering", "id": "7fcc078e5e0645f29df67742ac14e388", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49e71628d386464cb950d6a9db00a328"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75b0a63ed8574bbcab1c851cc9b83d30"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9902b0a8b3c04cd192a1b84c417c232b"}], "type": "key-manager", "id": "9626544a32e74678a641c6e206f028a9", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "497340e5aa36485982fdf297f370558f"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7802beb4fc7c4952897b77bd5610b1fe"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c14af798917f4fa0b146d9772583e595"}], "type": "metric", "id": "973bfe8c658d4e5a8da725e76b9d550e", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "288ecc3674ea41d2aa3b790dcb832bf2"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7a6dc785cd7142f5b30f1a7ba0daeb03"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7f7d34e2351b4964befccc862c4e8e12"}], "type": "network", "id": "a348d7b06050474fb449be7f32ea6f5d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "21bce6ecb8464a1f8f3e3847aa698bd6"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0a8faf2246b47deb30e69e48d3551fb"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e71c6011de3d4d8589e5b53dcc79f288"}], "type": "identity", "id": "ad8d4b4953184137a1b913ecee9434ed", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "13474f9a78ca4f1184e4cddc84d0d98c"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad67365a18234bb78c336e6776958c00"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc54db13337f44f8921fbb9ad0f81de8"}], "type": "alarming", "id": "bb18dc3243034f08a6a7f69f7a1edccf", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0d91d7adf0304b2681c77f979e5cdb17"}, {"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "756e5ffca9774ab3ae2db41bf330417f"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c07c727a08c243b287827f539a124e63"}], "type": "placement", "id": "bb2c9432fcbd4c56913177122468f6ba", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1eed4912224b48cf9856446eae4d9928"}, {"url": "http://192.30.9.6:8004/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b73b7f99236541148d84f24f09e5dd40"}, {"url": "http://192.30.9.6:8004/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fbf12e52911244fdafc24a9d46f56e62"}], "type": "orchestration", "id": "c8918d139da945ba93df4ccce21d4904", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/da1aa3dc9e564d3d922e61c0121a390e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16bf098b9e2e490f8e47fa601059f975"}, {"url": "http://192.30.9.6:8776/v2/da1aa3dc9e564d3d922e61c0121a390e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc16fa4cf491444ca2f611d5692c1170"}, {"url": "http://192.30.9.6:8776/v2/da1aa3dc9e564d3d922e61c0121a390e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ccd2c5325dff4b90b391db9fdde67d99"}], "type": "volumev2", "id": "d09ac9123c34494abce21d6c27bee9d9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eac694332354a3aa0e61c31314166d7"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b4d4989c4e764717ab78d38675cadd3f"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff196e46b56d406d87a678f1a64497b0"}], "type": "compute", "id": "d4030ee932c84df58c5b910cc197caa7", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_95790658-ea1a-473f-b71a-0aa15c3467f2", "id": "6cb53a06110b45a6a2f21cb265048110"}, "audit_ids": ["elzQNXIYRAWCfSd7NkWdgQ"], "issued_at": "2018-09-04T10:30:29.000000Z"}} 2018-09-04 10:30:29,558 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28: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}2dc1f1d95aa9a6f66078e2a53eeefeeeb311823d" 2018-09-04 10:30:29,645 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:30:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3d108e8f-6195-45a2-bc5c-f10abeb71081 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.28:5000/v3/", "rel": "self"}]}} 2018-09-04 10:30:29,645 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-3d108e8f-6195-45a2-bc5c-f10abeb71081 2018-09-04 10:30:29,646 - nova_utils - DEBUG - Retrieving Nova Client 2018-09-04 10:30:29,651 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2dc1f1d95aa9a6f66078e2a53eeefeeeb311823d" 2018-09-04 10:30:29,838 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:30: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-53bc0ea4-4cdc-4c51-9418-7d6b2923ffe8 x-compute-request-id: req-53bc0ea4-4cdc-4c51-9418-7d6b2923ffe8 Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-09-04 10:30:29,838 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors used request id req-53bc0ea4-4cdc-4c51-9418-7d6b2923ffe8 2018-09-04 10:30:29,841 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2dc1f1d95aa9a6f66078e2a53eeefeeeb311823d" -d '{"flavor": {"vcpus": 1, "disk": 1, "name": "CreateFlavorTests-b0c6a1a1-adae-43cf-92e6-9a64923d6bc8name", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "ram": 1, "id": null, "swap": 0}}' 2018-09-04 10:30:29,915 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:30: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-82d1120f-5a8e-4648-a806-e097dcd7f741 x-compute-request-id: req-82d1120f-5a8e-4648-a806-e097dcd7f741 Content-Encoding: gzip Content-Length: 309 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/97a42c79-0830-408b-aace-ab19151491fc", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/97a42c79-0830-408b-aace-ab19151491fc", "rel": "bookmark"}], "ram": 1, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "97a42c79-0830-408b-aace-ab19151491fc", "name": "CreateFlavorTests-b0c6a1a1-adae-43cf-92e6-9a64923d6bc8name", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-09-04 10:30:29,915 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/flavors used request id req-82d1120f-5a8e-4648-a806-e097dcd7f741 2018-09-04 10:30:29,916 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-09-04 10:30:30,301 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5ef645ad12fc453aa5d8a0c2cbf76196", "name": "heat_stack_owner"}, {"id": "9a944a8c31754b8f941d2fa9034d4301", "name": "Member"}, {"id": "3d416247e8224533841040c3ad2bce5a", "name": "admin"}], "expires_at": "2018-09-04T11:30:30.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "da1aa3dc9e564d3d922e61c0121a390e", "name": "api_check-project_95790658-ea1a-473f-b71a-0aa15c3467f2"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235635a698ef4bef9dc6b25273d185da"}, {"url": "http://192.30.9.6:8776/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "23b07b3fbfc340a58cf0f9b2871a0d23"}, {"url": "http://172.30.9.28:8776/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "72fd0aaa144d45419f4b04b6b26f69a7"}], "type": "volume", "id": "097241c25b4d4f7e91b3f8efa155909e", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v3/da1aa3dc9e564d3d922e61c0121a390e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93eb4cf3030a49e7840bec071422d397"}, {"url": "http://192.30.9.6:8776/v3/da1aa3dc9e564d3d922e61c0121a390e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8af439a6ac147fdbcb38ed9aa916b68"}, {"url": "http://192.30.9.6:8776/v3/da1aa3dc9e564d3d922e61c0121a390e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c4bfdbc9b7c74a23a40afdf578cfeba4"}], "type": "volumev3", "id": "1c85f4682ce44f729db1dabd98e965e8", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "82239574a29d4603a2161006f61851cf"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8d15f7134f364a7bbcfff2f84aac3bf2"}, {"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e01668c43a0c4c279b9a3d20a0280d6c"}], "type": "image", "id": "297d8415ca96454991054983920912f7", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7bb4d60e20734d4a9f31ec75e02cb823"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bf6adec15590466a9a0d3bddb00e8993"}, {"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f096f03a1d12411a8972f6f7c196b60d"}], "type": "policy", "id": "54c64351b56d44bbad74c2969cc3aa00", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "354ae6870a324fab82d0a0fb68ee0f26"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a3807e460dd4af488d982b66c52e64c"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e7c3da785076450abd71868e75ce0c33"}], "type": "cloudformation", "id": "6ac9917ae83c4639a15a4ab3cf0e76dd", "name": "heat-cfn"}, {"endpoints": [], "type": "metering", "id": "7fcc078e5e0645f29df67742ac14e388", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49e71628d386464cb950d6a9db00a328"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75b0a63ed8574bbcab1c851cc9b83d30"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9902b0a8b3c04cd192a1b84c417c232b"}], "type": "key-manager", "id": "9626544a32e74678a641c6e206f028a9", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "497340e5aa36485982fdf297f370558f"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7802beb4fc7c4952897b77bd5610b1fe"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c14af798917f4fa0b146d9772583e595"}], "type": "metric", "id": "973bfe8c658d4e5a8da725e76b9d550e", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "288ecc3674ea41d2aa3b790dcb832bf2"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7a6dc785cd7142f5b30f1a7ba0daeb03"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7f7d34e2351b4964befccc862c4e8e12"}], "type": "network", "id": "a348d7b06050474fb449be7f32ea6f5d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "21bce6ecb8464a1f8f3e3847aa698bd6"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0a8faf2246b47deb30e69e48d3551fb"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e71c6011de3d4d8589e5b53dcc79f288"}], "type": "identity", "id": "ad8d4b4953184137a1b913ecee9434ed", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "13474f9a78ca4f1184e4cddc84d0d98c"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad67365a18234bb78c336e6776958c00"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc54db13337f44f8921fbb9ad0f81de8"}], "type": "alarming", "id": "bb18dc3243034f08a6a7f69f7a1edccf", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0d91d7adf0304b2681c77f979e5cdb17"}, {"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "756e5ffca9774ab3ae2db41bf330417f"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c07c727a08c243b287827f539a124e63"}], "type": "placement", "id": "bb2c9432fcbd4c56913177122468f6ba", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1eed4912224b48cf9856446eae4d9928"}, {"url": "http://192.30.9.6:8004/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b73b7f99236541148d84f24f09e5dd40"}, {"url": "http://192.30.9.6:8004/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fbf12e52911244fdafc24a9d46f56e62"}], "type": "orchestration", "id": "c8918d139da945ba93df4ccce21d4904", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/da1aa3dc9e564d3d922e61c0121a390e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16bf098b9e2e490f8e47fa601059f975"}, {"url": "http://192.30.9.6:8776/v2/da1aa3dc9e564d3d922e61c0121a390e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc16fa4cf491444ca2f611d5692c1170"}, {"url": "http://192.30.9.6:8776/v2/da1aa3dc9e564d3d922e61c0121a390e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ccd2c5325dff4b90b391db9fdde67d99"}], "type": "volumev2", "id": "d09ac9123c34494abce21d6c27bee9d9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eac694332354a3aa0e61c31314166d7"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b4d4989c4e764717ab78d38675cadd3f"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff196e46b56d406d87a678f1a64497b0"}], "type": "compute", "id": "d4030ee932c84df58c5b910cc197caa7", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_95790658-ea1a-473f-b71a-0aa15c3467f2", "id": "6cb53a06110b45a6a2f21cb265048110"}, "audit_ids": ["FLIGr5dcQje-M2bl-kAOpQ"], "issued_at": "2018-09-04T10:30:30.000000Z"}} 2018-09-04 10:30:30,304 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/flavors/97a42c79-0830-408b-aace-ab19151491fc -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c145388e5f4f7dc3a40ecb8e8be6ff05030ae375" 2018-09-04 10:30:30,480 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10: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-ff1aca92-bd62-4efb-a31d-1f6791bf53ba x-compute-request-id: req-ff1aca92-bd62-4efb-a31d-1f6791bf53ba Content-Encoding: gzip Content-Length: 309 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/97a42c79-0830-408b-aace-ab19151491fc", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/97a42c79-0830-408b-aace-ab19151491fc", "rel": "bookmark"}], "ram": 1, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "97a42c79-0830-408b-aace-ab19151491fc", "name": "CreateFlavorTests-b0c6a1a1-adae-43cf-92e6-9a64923d6bc8name", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-09-04 10:30:30,480 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors/97a42c79-0830-408b-aace-ab19151491fc used request id req-ff1aca92-bd62-4efb-a31d-1f6791bf53ba 2018-09-04 10:30:30,483 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/flavors/97a42c79-0830-408b-aace-ab19151491fc/os-extra_specs -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c145388e5f4f7dc3a40ecb8e8be6ff05030ae375" 2018-09-04 10:30:30,501 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10: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 x-openstack-request-id: req-5d2f84b0-fb58-4c53-ae05-a67ffae86ca4 x-compute-request-id: req-5d2f84b0-fb58-4c53-ae05-a67ffae86ca4 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-09-04 10:30:30,501 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors/97a42c79-0830-408b-aace-ab19151491fc/os-extra_specs used request id req-5d2f84b0-fb58-4c53-ae05-a67ffae86ca4 2018-09-04 10:30:30,503 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:8774/v2.1/flavors/97a42c79-0830-408b-aace-ab19151491fc -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c145388e5f4f7dc3a40ecb8e8be6ff05030ae375" 2018-09-04 10:30:30,559 - novaclient.v2.client - DEBUG - RESP: [202] Date: Tue, 04 Sep 2018 10: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 x-openstack-request-id: req-f305c27d-cd22-435f-9503-1c3347b8ad43 x-compute-request-id: req-f305c27d-cd22-435f-9503-1c3347b8ad43 Content-Length: 0 Content-Type: application/json 2018-09-04 10:30:30,559 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/flavors/97a42c79-0830-408b-aace-ab19151491fc used request id req-f305c27d-cd22-435f-9503-1c3347b8ad43 2018-09-04 10:30:30,562 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c145388e5f4f7dc3a40ecb8e8be6ff05030ae375" 2018-09-04 10:30:30,586 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10: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 x-openstack-request-id: req-4f1871f9-7ccf-4b6e-8ce0-528c7b889b44 x-compute-request-id: req-4f1871f9-7ccf-4b6e-8ce0-528c7b889b44 Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-09-04 10:30:30,587 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors used request id req-4f1871f9-7ccf-4b6e-8ce0-528c7b889b44 2018-09-04 10:30:30,589 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:8774/v2.1/flavors/97a42c79-0830-408b-aace-ab19151491fc -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2dc1f1d95aa9a6f66078e2a53eeefeeeb311823d" 2018-09-04 10:30:30,605 - novaclient.v2.client - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 10: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 x-openstack-request-id: req-b31a24b2-579e-4609-ab74-9d34511a0f76 x-compute-request-id: req-b31a24b2-579e-4609-ab74-9d34511a0f76 Content-Length: 109 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Flavor 97a42c79-0830-408b-aace-ab19151491fc could not be found.", "code": 404}} 2018-09-04 10:30:30,605 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/flavors/97a42c79-0830-408b-aace-ab19151491fc used request id req-b31a24b2-579e-4609-ab74-9d34511a0f76 2018-09-04 10:30:30,606 - nova_utils - DEBUG - Retrieving Nova Client 2018-09-04 10:30:30,607 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 10:30:30,608 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-09-04 10:30:30,983 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5ef645ad12fc453aa5d8a0c2cbf76196", "name": "heat_stack_owner"}, {"id": "9a944a8c31754b8f941d2fa9034d4301", "name": "Member"}, {"id": "3d416247e8224533841040c3ad2bce5a", "name": "admin"}], "expires_at": "2018-09-04T11:30:30.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "da1aa3dc9e564d3d922e61c0121a390e", "name": "api_check-project_95790658-ea1a-473f-b71a-0aa15c3467f2"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235635a698ef4bef9dc6b25273d185da"}, {"url": "http://192.30.9.6:8776/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "23b07b3fbfc340a58cf0f9b2871a0d23"}, {"url": "http://172.30.9.28:8776/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "72fd0aaa144d45419f4b04b6b26f69a7"}], "type": "volume", "id": "097241c25b4d4f7e91b3f8efa155909e", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v3/da1aa3dc9e564d3d922e61c0121a390e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93eb4cf3030a49e7840bec071422d397"}, {"url": "http://192.30.9.6:8776/v3/da1aa3dc9e564d3d922e61c0121a390e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8af439a6ac147fdbcb38ed9aa916b68"}, {"url": "http://192.30.9.6:8776/v3/da1aa3dc9e564d3d922e61c0121a390e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c4bfdbc9b7c74a23a40afdf578cfeba4"}], "type": "volumev3", "id": "1c85f4682ce44f729db1dabd98e965e8", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "82239574a29d4603a2161006f61851cf"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8d15f7134f364a7bbcfff2f84aac3bf2"}, {"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e01668c43a0c4c279b9a3d20a0280d6c"}], "type": "image", "id": "297d8415ca96454991054983920912f7", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7bb4d60e20734d4a9f31ec75e02cb823"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bf6adec15590466a9a0d3bddb00e8993"}, {"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f096f03a1d12411a8972f6f7c196b60d"}], "type": "policy", "id": "54c64351b56d44bbad74c2969cc3aa00", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "354ae6870a324fab82d0a0fb68ee0f26"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a3807e460dd4af488d982b66c52e64c"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e7c3da785076450abd71868e75ce0c33"}], "type": "cloudformation", "id": "6ac9917ae83c4639a15a4ab3cf0e76dd", "name": "heat-cfn"}, {"endpoints": [], "type": "metering", "id": "7fcc078e5e0645f29df67742ac14e388", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49e71628d386464cb950d6a9db00a328"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75b0a63ed8574bbcab1c851cc9b83d30"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9902b0a8b3c04cd192a1b84c417c232b"}], "type": "key-manager", "id": "9626544a32e74678a641c6e206f028a9", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "497340e5aa36485982fdf297f370558f"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7802beb4fc7c4952897b77bd5610b1fe"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c14af798917f4fa0b146d9772583e595"}], "type": "metric", "id": "973bfe8c658d4e5a8da725e76b9d550e", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "288ecc3674ea41d2aa3b790dcb832bf2"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7a6dc785cd7142f5b30f1a7ba0daeb03"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7f7d34e2351b4964befccc862c4e8e12"}], "type": "network", "id": "a348d7b06050474fb449be7f32ea6f5d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "21bce6ecb8464a1f8f3e3847aa698bd6"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0a8faf2246b47deb30e69e48d3551fb"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e71c6011de3d4d8589e5b53dcc79f288"}], "type": "identity", "id": "ad8d4b4953184137a1b913ecee9434ed", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "13474f9a78ca4f1184e4cddc84d0d98c"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad67365a18234bb78c336e6776958c00"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc54db13337f44f8921fbb9ad0f81de8"}], "type": "alarming", "id": "bb18dc3243034f08a6a7f69f7a1edccf", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0d91d7adf0304b2681c77f979e5cdb17"}, {"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "756e5ffca9774ab3ae2db41bf330417f"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c07c727a08c243b287827f539a124e63"}], "type": "placement", "id": "bb2c9432fcbd4c56913177122468f6ba", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1eed4912224b48cf9856446eae4d9928"}, {"url": "http://192.30.9.6:8004/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b73b7f99236541148d84f24f09e5dd40"}, {"url": "http://192.30.9.6:8004/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fbf12e52911244fdafc24a9d46f56e62"}], "type": "orchestration", "id": "c8918d139da945ba93df4ccce21d4904", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/da1aa3dc9e564d3d922e61c0121a390e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16bf098b9e2e490f8e47fa601059f975"}, {"url": "http://192.30.9.6:8776/v2/da1aa3dc9e564d3d922e61c0121a390e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc16fa4cf491444ca2f611d5692c1170"}, {"url": "http://192.30.9.6:8776/v2/da1aa3dc9e564d3d922e61c0121a390e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ccd2c5325dff4b90b391db9fdde67d99"}], "type": "volumev2", "id": "d09ac9123c34494abce21d6c27bee9d9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eac694332354a3aa0e61c31314166d7"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b4d4989c4e764717ab78d38675cadd3f"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff196e46b56d406d87a678f1a64497b0"}], "type": "compute", "id": "d4030ee932c84df58c5b910cc197caa7", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_95790658-ea1a-473f-b71a-0aa15c3467f2", "id": "6cb53a06110b45a6a2f21cb265048110"}, "audit_ids": ["HSSFfXuxTOmCjgL6X-bu5Q"], "issued_at": "2018-09-04T10:30:30.000000Z"}} 2018-09-04 10:30:30,983 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28: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}de884f4a8cdc6fae7c97f4cf006549b12fcefd5d" 2018-09-04 10:30:31,071 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:30:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a9ebb836-f177-416e-a433-5411815ad99a 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.28:5000/v3/", "rel": "self"}]}} 2018-09-04 10:30:31,072 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-a9ebb836-f177-416e-a433-5411815ad99a 2018-09-04 10:30:31,073 - nova_utils - DEBUG - Retrieving Nova Client 2018-09-04 10:30:31,077 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}de884f4a8cdc6fae7c97f4cf006549b12fcefd5d" 2018-09-04 10:30:31,269 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:30: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-af8b4794-b9a8-453c-9b20-b28a73532807 x-compute-request-id: req-af8b4794-b9a8-453c-9b20-b28a73532807 Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-09-04 10:30:31,269 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors used request id req-af8b4794-b9a8-453c-9b20-b28a73532807 2018-09-04 10:30:31,272 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}de884f4a8cdc6fae7c97f4cf006549b12fcefd5d" -d '{"flavor": {"vcpus": 1, "disk": 1, "name": "CreateFlavorTests-0773fd06-4ad4-4b7f-8fcb-7ff32865305fname", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "ram": 1, "id": null, "swap": 0}}' 2018-09-04 10:30:31,346 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:30: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-391cd471-50ae-437d-a90b-28069764f854 x-compute-request-id: req-391cd471-50ae-437d-a90b-28069764f854 Content-Encoding: gzip Content-Length: 309 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/9c20c787-94cb-4fe6-872b-b489ebc9d7b2", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/9c20c787-94cb-4fe6-872b-b489ebc9d7b2", "rel": "bookmark"}], "ram": 1, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "9c20c787-94cb-4fe6-872b-b489ebc9d7b2", "name": "CreateFlavorTests-0773fd06-4ad4-4b7f-8fcb-7ff32865305fname", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-09-04 10:30:31,346 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/flavors used request id req-391cd471-50ae-437d-a90b-28069764f854 2018-09-04 10:30:31,347 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-09-04 10:30:31,733 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5ef645ad12fc453aa5d8a0c2cbf76196", "name": "heat_stack_owner"}, {"id": "9a944a8c31754b8f941d2fa9034d4301", "name": "Member"}, {"id": "3d416247e8224533841040c3ad2bce5a", "name": "admin"}], "expires_at": "2018-09-04T11:30:31.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "da1aa3dc9e564d3d922e61c0121a390e", "name": "api_check-project_95790658-ea1a-473f-b71a-0aa15c3467f2"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235635a698ef4bef9dc6b25273d185da"}, {"url": "http://192.30.9.6:8776/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "23b07b3fbfc340a58cf0f9b2871a0d23"}, {"url": "http://172.30.9.28:8776/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "72fd0aaa144d45419f4b04b6b26f69a7"}], "type": "volume", "id": "097241c25b4d4f7e91b3f8efa155909e", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v3/da1aa3dc9e564d3d922e61c0121a390e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93eb4cf3030a49e7840bec071422d397"}, {"url": "http://192.30.9.6:8776/v3/da1aa3dc9e564d3d922e61c0121a390e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8af439a6ac147fdbcb38ed9aa916b68"}, {"url": "http://192.30.9.6:8776/v3/da1aa3dc9e564d3d922e61c0121a390e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c4bfdbc9b7c74a23a40afdf578cfeba4"}], "type": "volumev3", "id": "1c85f4682ce44f729db1dabd98e965e8", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "82239574a29d4603a2161006f61851cf"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8d15f7134f364a7bbcfff2f84aac3bf2"}, {"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e01668c43a0c4c279b9a3d20a0280d6c"}], "type": "image", "id": "297d8415ca96454991054983920912f7", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7bb4d60e20734d4a9f31ec75e02cb823"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bf6adec15590466a9a0d3bddb00e8993"}, {"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f096f03a1d12411a8972f6f7c196b60d"}], "type": "policy", "id": "54c64351b56d44bbad74c2969cc3aa00", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "354ae6870a324fab82d0a0fb68ee0f26"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a3807e460dd4af488d982b66c52e64c"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e7c3da785076450abd71868e75ce0c33"}], "type": "cloudformation", "id": "6ac9917ae83c4639a15a4ab3cf0e76dd", "name": "heat-cfn"}, {"endpoints": [], "type": "metering", "id": "7fcc078e5e0645f29df67742ac14e388", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49e71628d386464cb950d6a9db00a328"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75b0a63ed8574bbcab1c851cc9b83d30"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9902b0a8b3c04cd192a1b84c417c232b"}], "type": "key-manager", "id": "9626544a32e74678a641c6e206f028a9", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "497340e5aa36485982fdf297f370558f"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7802beb4fc7c4952897b77bd5610b1fe"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c14af798917f4fa0b146d9772583e595"}], "type": "metric", "id": "973bfe8c658d4e5a8da725e76b9d550e", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "288ecc3674ea41d2aa3b790dcb832bf2"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7a6dc785cd7142f5b30f1a7ba0daeb03"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7f7d34e2351b4964befccc862c4e8e12"}], "type": "network", "id": "a348d7b06050474fb449be7f32ea6f5d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "21bce6ecb8464a1f8f3e3847aa698bd6"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0a8faf2246b47deb30e69e48d3551fb"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e71c6011de3d4d8589e5b53dcc79f288"}], "type": "identity", "id": "ad8d4b4953184137a1b913ecee9434ed", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "13474f9a78ca4f1184e4cddc84d0d98c"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad67365a18234bb78c336e6776958c00"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc54db13337f44f8921fbb9ad0f81de8"}], "type": "alarming", "id": "bb18dc3243034f08a6a7f69f7a1edccf", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0d91d7adf0304b2681c77f979e5cdb17"}, {"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "756e5ffca9774ab3ae2db41bf330417f"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c07c727a08c243b287827f539a124e63"}], "type": "placement", "id": "bb2c9432fcbd4c56913177122468f6ba", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1eed4912224b48cf9856446eae4d9928"}, {"url": "http://192.30.9.6:8004/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b73b7f99236541148d84f24f09e5dd40"}, {"url": "http://192.30.9.6:8004/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fbf12e52911244fdafc24a9d46f56e62"}], "type": "orchestration", "id": "c8918d139da945ba93df4ccce21d4904", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/da1aa3dc9e564d3d922e61c0121a390e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16bf098b9e2e490f8e47fa601059f975"}, {"url": "http://192.30.9.6:8776/v2/da1aa3dc9e564d3d922e61c0121a390e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc16fa4cf491444ca2f611d5692c1170"}, {"url": "http://192.30.9.6:8776/v2/da1aa3dc9e564d3d922e61c0121a390e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ccd2c5325dff4b90b391db9fdde67d99"}], "type": "volumev2", "id": "d09ac9123c34494abce21d6c27bee9d9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eac694332354a3aa0e61c31314166d7"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b4d4989c4e764717ab78d38675cadd3f"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff196e46b56d406d87a678f1a64497b0"}], "type": "compute", "id": "d4030ee932c84df58c5b910cc197caa7", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_95790658-ea1a-473f-b71a-0aa15c3467f2", "id": "6cb53a06110b45a6a2f21cb265048110"}, "audit_ids": ["LAt6UzGyRwCxX2S1vSYixw"], "issued_at": "2018-09-04T10:30:31.000000Z"}} 2018-09-04 10:30:31,736 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/flavors/9c20c787-94cb-4fe6-872b-b489ebc9d7b2 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c0829eea07be72fd5946b2e565ed04bc70b731a0" 2018-09-04 10:30:31,918 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:30: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-7b6967c9-0e8f-4b4c-8c04-e9bed85108e1 x-compute-request-id: req-7b6967c9-0e8f-4b4c-8c04-e9bed85108e1 Content-Encoding: gzip Content-Length: 309 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/9c20c787-94cb-4fe6-872b-b489ebc9d7b2", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/9c20c787-94cb-4fe6-872b-b489ebc9d7b2", "rel": "bookmark"}], "ram": 1, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "9c20c787-94cb-4fe6-872b-b489ebc9d7b2", "name": "CreateFlavorTests-0773fd06-4ad4-4b7f-8fcb-7ff32865305fname", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-09-04 10:30:31,918 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors/9c20c787-94cb-4fe6-872b-b489ebc9d7b2 used request id req-7b6967c9-0e8f-4b4c-8c04-e9bed85108e1 2018-09-04 10:30:31,921 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/flavors/9c20c787-94cb-4fe6-872b-b489ebc9d7b2/os-extra_specs -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c0829eea07be72fd5946b2e565ed04bc70b731a0" 2018-09-04 10:30:31,939 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:30: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-5d7564d9-600c-43f0-bd8a-311e3d08bbf1 x-compute-request-id: req-5d7564d9-600c-43f0-bd8a-311e3d08bbf1 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-09-04 10:30:31,939 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors/9c20c787-94cb-4fe6-872b-b489ebc9d7b2/os-extra_specs used request id req-5d7564d9-600c-43f0-bd8a-311e3d08bbf1 2018-09-04 10:30:31,942 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:8774/v2.1/flavors/9c20c787-94cb-4fe6-872b-b489ebc9d7b2 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}de884f4a8cdc6fae7c97f4cf006549b12fcefd5d" 2018-09-04 10:30:31,995 - novaclient.v2.client - DEBUG - RESP: [202] Date: Tue, 04 Sep 2018 10:30: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-0e44cb70-33fa-453b-919f-18bf3d335733 x-compute-request-id: req-0e44cb70-33fa-453b-919f-18bf3d335733 Content-Length: 0 Content-Type: application/json 2018-09-04 10:30:31,995 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/flavors/9c20c787-94cb-4fe6-872b-b489ebc9d7b2 used request id req-0e44cb70-33fa-453b-919f-18bf3d335733 2018-09-04 10:30:31,997 - nova_utils - DEBUG - Retrieving Nova Client 2018-09-04 10:30:31,998 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 10:30:31,999 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-09-04 10:30:32,376 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5ef645ad12fc453aa5d8a0c2cbf76196", "name": "heat_stack_owner"}, {"id": "9a944a8c31754b8f941d2fa9034d4301", "name": "Member"}, {"id": "3d416247e8224533841040c3ad2bce5a", "name": "admin"}], "expires_at": "2018-09-04T11:30:32.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "da1aa3dc9e564d3d922e61c0121a390e", "name": "api_check-project_95790658-ea1a-473f-b71a-0aa15c3467f2"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235635a698ef4bef9dc6b25273d185da"}, {"url": "http://192.30.9.6:8776/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "23b07b3fbfc340a58cf0f9b2871a0d23"}, {"url": "http://172.30.9.28:8776/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "72fd0aaa144d45419f4b04b6b26f69a7"}], "type": "volume", "id": "097241c25b4d4f7e91b3f8efa155909e", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v3/da1aa3dc9e564d3d922e61c0121a390e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93eb4cf3030a49e7840bec071422d397"}, {"url": "http://192.30.9.6:8776/v3/da1aa3dc9e564d3d922e61c0121a390e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8af439a6ac147fdbcb38ed9aa916b68"}, {"url": "http://192.30.9.6:8776/v3/da1aa3dc9e564d3d922e61c0121a390e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c4bfdbc9b7c74a23a40afdf578cfeba4"}], "type": "volumev3", "id": "1c85f4682ce44f729db1dabd98e965e8", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "82239574a29d4603a2161006f61851cf"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8d15f7134f364a7bbcfff2f84aac3bf2"}, {"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e01668c43a0c4c279b9a3d20a0280d6c"}], "type": "image", "id": "297d8415ca96454991054983920912f7", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7bb4d60e20734d4a9f31ec75e02cb823"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bf6adec15590466a9a0d3bddb00e8993"}, {"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f096f03a1d12411a8972f6f7c196b60d"}], "type": "policy", "id": "54c64351b56d44bbad74c2969cc3aa00", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "354ae6870a324fab82d0a0fb68ee0f26"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a3807e460dd4af488d982b66c52e64c"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e7c3da785076450abd71868e75ce0c33"}], "type": "cloudformation", "id": "6ac9917ae83c4639a15a4ab3cf0e76dd", "name": "heat-cfn"}, {"endpoints": [], "type": "metering", "id": "7fcc078e5e0645f29df67742ac14e388", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49e71628d386464cb950d6a9db00a328"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75b0a63ed8574bbcab1c851cc9b83d30"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9902b0a8b3c04cd192a1b84c417c232b"}], "type": "key-manager", "id": "9626544a32e74678a641c6e206f028a9", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "497340e5aa36485982fdf297f370558f"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7802beb4fc7c4952897b77bd5610b1fe"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c14af798917f4fa0b146d9772583e595"}], "type": "metric", "id": "973bfe8c658d4e5a8da725e76b9d550e", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "288ecc3674ea41d2aa3b790dcb832bf2"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7a6dc785cd7142f5b30f1a7ba0daeb03"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7f7d34e2351b4964befccc862c4e8e12"}], "type": "network", "id": "a348d7b06050474fb449be7f32ea6f5d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "21bce6ecb8464a1f8f3e3847aa698bd6"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0a8faf2246b47deb30e69e48d3551fb"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e71c6011de3d4d8589e5b53dcc79f288"}], "type": "identity", "id": "ad8d4b4953184137a1b913ecee9434ed", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "13474f9a78ca4f1184e4cddc84d0d98c"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad67365a18234bb78c336e6776958c00"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc54db13337f44f8921fbb9ad0f81de8"}], "type": "alarming", "id": "bb18dc3243034f08a6a7f69f7a1edccf", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0d91d7adf0304b2681c77f979e5cdb17"}, {"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "756e5ffca9774ab3ae2db41bf330417f"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c07c727a08c243b287827f539a124e63"}], "type": "placement", "id": "bb2c9432fcbd4c56913177122468f6ba", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1eed4912224b48cf9856446eae4d9928"}, {"url": "http://192.30.9.6:8004/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b73b7f99236541148d84f24f09e5dd40"}, {"url": "http://192.30.9.6:8004/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fbf12e52911244fdafc24a9d46f56e62"}], "type": "orchestration", "id": "c8918d139da945ba93df4ccce21d4904", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/da1aa3dc9e564d3d922e61c0121a390e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16bf098b9e2e490f8e47fa601059f975"}, {"url": "http://192.30.9.6:8776/v2/da1aa3dc9e564d3d922e61c0121a390e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc16fa4cf491444ca2f611d5692c1170"}, {"url": "http://192.30.9.6:8776/v2/da1aa3dc9e564d3d922e61c0121a390e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ccd2c5325dff4b90b391db9fdde67d99"}], "type": "volumev2", "id": "d09ac9123c34494abce21d6c27bee9d9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eac694332354a3aa0e61c31314166d7"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b4d4989c4e764717ab78d38675cadd3f"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff196e46b56d406d87a678f1a64497b0"}], "type": "compute", "id": "d4030ee932c84df58c5b910cc197caa7", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_95790658-ea1a-473f-b71a-0aa15c3467f2", "id": "6cb53a06110b45a6a2f21cb265048110"}, "audit_ids": ["50yoIiToRAmeAs7mQ0fqwQ"], "issued_at": "2018-09-04T10:30:32.000000Z"}} 2018-09-04 10:30:32,377 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28: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}4b3be7677b3a6c256d2fef43ea86f73ef3098813" 2018-09-04 10:30:32,460 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:30:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-75de4d56-bf8f-4b69-acc6-e06b9a578d81 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.28:5000/v3/", "rel": "self"}]}} 2018-09-04 10:30:32,461 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-75de4d56-bf8f-4b69-acc6-e06b9a578d81 2018-09-04 10:30:32,462 - nova_utils - DEBUG - Retrieving Nova Client 2018-09-04 10:30:32,466 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4b3be7677b3a6c256d2fef43ea86f73ef3098813" 2018-09-04 10:30:32,632 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:30: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-6e0ade62-00ef-4385-a40c-383045606537 x-compute-request-id: req-6e0ade62-00ef-4385-a40c-383045606537 Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-09-04 10:30:32,632 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors used request id req-6e0ade62-00ef-4385-a40c-383045606537 2018-09-04 10:30:32,636 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4b3be7677b3a6c256d2fef43ea86f73ef3098813" -d '{"flavor": {"vcpus": 1, "disk": 1, "name": "CreateFlavorTests-57e89031-e7f3-4b09-b066-b54d1e389e56name", "os-flavor-access:is_public": false, "rxtx_factor": 2.2, "OS-FLV-EXT-DATA:ephemeral": 2, "ram": 1, "id": null, "swap": 3}}' 2018-09-04 10:30:32,701 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:30: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-b16e8221-182e-480f-b0d3-f4f80559c971 x-compute-request-id: req-b16e8221-182e-480f-b0d3-f4f80559c971 Content-Encoding: gzip Content-Length: 306 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/dfe92df9-96ff-4338-aa56-8b193e35df4b", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/dfe92df9-96ff-4338-aa56-8b193e35df4b", "rel": "bookmark"}], "ram": 1, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": false, "rxtx_factor": 2.2, "disk": 1, "id": "dfe92df9-96ff-4338-aa56-8b193e35df4b", "name": "CreateFlavorTests-57e89031-e7f3-4b09-b066-b54d1e389e56name", "vcpus": 1, "swap": 3, "OS-FLV-EXT-DATA:ephemeral": 2}} 2018-09-04 10:30:32,701 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/flavors used request id req-b16e8221-182e-480f-b0d3-f4f80559c971 2018-09-04 10:30:32,702 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-09-04 10:30:33,094 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5ef645ad12fc453aa5d8a0c2cbf76196", "name": "heat_stack_owner"}, {"id": "9a944a8c31754b8f941d2fa9034d4301", "name": "Member"}, {"id": "3d416247e8224533841040c3ad2bce5a", "name": "admin"}], "expires_at": "2018-09-04T11:30:33.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "da1aa3dc9e564d3d922e61c0121a390e", "name": "api_check-project_95790658-ea1a-473f-b71a-0aa15c3467f2"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235635a698ef4bef9dc6b25273d185da"}, {"url": "http://192.30.9.6:8776/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "23b07b3fbfc340a58cf0f9b2871a0d23"}, {"url": "http://172.30.9.28:8776/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "72fd0aaa144d45419f4b04b6b26f69a7"}], "type": "volume", "id": "097241c25b4d4f7e91b3f8efa155909e", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v3/da1aa3dc9e564d3d922e61c0121a390e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93eb4cf3030a49e7840bec071422d397"}, {"url": "http://192.30.9.6:8776/v3/da1aa3dc9e564d3d922e61c0121a390e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8af439a6ac147fdbcb38ed9aa916b68"}, {"url": "http://192.30.9.6:8776/v3/da1aa3dc9e564d3d922e61c0121a390e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c4bfdbc9b7c74a23a40afdf578cfeba4"}], "type": "volumev3", "id": "1c85f4682ce44f729db1dabd98e965e8", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "82239574a29d4603a2161006f61851cf"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8d15f7134f364a7bbcfff2f84aac3bf2"}, {"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e01668c43a0c4c279b9a3d20a0280d6c"}], "type": "image", "id": "297d8415ca96454991054983920912f7", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7bb4d60e20734d4a9f31ec75e02cb823"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bf6adec15590466a9a0d3bddb00e8993"}, {"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f096f03a1d12411a8972f6f7c196b60d"}], "type": "policy", "id": "54c64351b56d44bbad74c2969cc3aa00", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "354ae6870a324fab82d0a0fb68ee0f26"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a3807e460dd4af488d982b66c52e64c"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e7c3da785076450abd71868e75ce0c33"}], "type": "cloudformation", "id": "6ac9917ae83c4639a15a4ab3cf0e76dd", "name": "heat-cfn"}, {"endpoints": [], "type": "metering", "id": "7fcc078e5e0645f29df67742ac14e388", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49e71628d386464cb950d6a9db00a328"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75b0a63ed8574bbcab1c851cc9b83d30"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9902b0a8b3c04cd192a1b84c417c232b"}], "type": "key-manager", "id": "9626544a32e74678a641c6e206f028a9", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "497340e5aa36485982fdf297f370558f"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7802beb4fc7c4952897b77bd5610b1fe"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c14af798917f4fa0b146d9772583e595"}], "type": "metric", "id": "973bfe8c658d4e5a8da725e76b9d550e", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "288ecc3674ea41d2aa3b790dcb832bf2"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7a6dc785cd7142f5b30f1a7ba0daeb03"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7f7d34e2351b4964befccc862c4e8e12"}], "type": "network", "id": "a348d7b06050474fb449be7f32ea6f5d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "21bce6ecb8464a1f8f3e3847aa698bd6"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0a8faf2246b47deb30e69e48d3551fb"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e71c6011de3d4d8589e5b53dcc79f288"}], "type": "identity", "id": "ad8d4b4953184137a1b913ecee9434ed", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "13474f9a78ca4f1184e4cddc84d0d98c"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad67365a18234bb78c336e6776958c00"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc54db13337f44f8921fbb9ad0f81de8"}], "type": "alarming", "id": "bb18dc3243034f08a6a7f69f7a1edccf", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0d91d7adf0304b2681c77f979e5cdb17"}, {"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "756e5ffca9774ab3ae2db41bf330417f"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c07c727a08c243b287827f539a124e63"}], "type": "placement", "id": "bb2c9432fcbd4c56913177122468f6ba", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1eed4912224b48cf9856446eae4d9928"}, {"url": "http://192.30.9.6:8004/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b73b7f99236541148d84f24f09e5dd40"}, {"url": "http://192.30.9.6:8004/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fbf12e52911244fdafc24a9d46f56e62"}], "type": "orchestration", "id": "c8918d139da945ba93df4ccce21d4904", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/da1aa3dc9e564d3d922e61c0121a390e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16bf098b9e2e490f8e47fa601059f975"}, {"url": "http://192.30.9.6:8776/v2/da1aa3dc9e564d3d922e61c0121a390e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc16fa4cf491444ca2f611d5692c1170"}, {"url": "http://192.30.9.6:8776/v2/da1aa3dc9e564d3d922e61c0121a390e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ccd2c5325dff4b90b391db9fdde67d99"}], "type": "volumev2", "id": "d09ac9123c34494abce21d6c27bee9d9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eac694332354a3aa0e61c31314166d7"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b4d4989c4e764717ab78d38675cadd3f"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff196e46b56d406d87a678f1a64497b0"}], "type": "compute", "id": "d4030ee932c84df58c5b910cc197caa7", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_95790658-ea1a-473f-b71a-0aa15c3467f2", "id": "6cb53a06110b45a6a2f21cb265048110"}, "audit_ids": ["xqKLRFFyQa2CWpDfgkJkIg"], "issued_at": "2018-09-04T10:30:33.000000Z"}} 2018-09-04 10:30:33,097 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/flavors/dfe92df9-96ff-4338-aa56-8b193e35df4b -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f432713c5a358b834d6a432b57eeb17a55b8214a" 2018-09-04 10:30:33,267 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:30: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-7a380a68-da38-4039-bb90-fc962f952b35 x-compute-request-id: req-7a380a68-da38-4039-bb90-fc962f952b35 Content-Encoding: gzip Content-Length: 306 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/dfe92df9-96ff-4338-aa56-8b193e35df4b", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/dfe92df9-96ff-4338-aa56-8b193e35df4b", "rel": "bookmark"}], "ram": 1, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": false, "rxtx_factor": 2.2, "disk": 1, "id": "dfe92df9-96ff-4338-aa56-8b193e35df4b", "name": "CreateFlavorTests-57e89031-e7f3-4b09-b066-b54d1e389e56name", "vcpus": 1, "swap": 3, "OS-FLV-EXT-DATA:ephemeral": 2}} 2018-09-04 10:30:33,267 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors/dfe92df9-96ff-4338-aa56-8b193e35df4b used request id req-7a380a68-da38-4039-bb90-fc962f952b35 2018-09-04 10:30:33,270 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/flavors/dfe92df9-96ff-4338-aa56-8b193e35df4b/os-extra_specs -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f432713c5a358b834d6a432b57eeb17a55b8214a" 2018-09-04 10:30:33,288 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:30: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-6ba79196-9439-4196-a4e4-dfdbfd59692e x-compute-request-id: req-6ba79196-9439-4196-a4e4-dfdbfd59692e Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-09-04 10:30:33,288 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors/dfe92df9-96ff-4338-aa56-8b193e35df4b/os-extra_specs used request id req-6ba79196-9439-4196-a4e4-dfdbfd59692e 2018-09-04 10:30:33,291 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:8774/v2.1/flavors/dfe92df9-96ff-4338-aa56-8b193e35df4b -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f432713c5a358b834d6a432b57eeb17a55b8214a" 2018-09-04 10:30:33,325 - novaclient.v2.client - DEBUG - RESP: [202] Date: Tue, 04 Sep 2018 10:30: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-d2f95377-3d28-40aa-ab75-13c27a506ae2 x-compute-request-id: req-d2f95377-3d28-40aa-ab75-13c27a506ae2 Content-Length: 0 Content-Type: application/json 2018-09-04 10:30:33,325 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/flavors/dfe92df9-96ff-4338-aa56-8b193e35df4b used request id req-d2f95377-3d28-40aa-ab75-13c27a506ae2 2018-09-04 10:30:33,329 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f432713c5a358b834d6a432b57eeb17a55b8214a" 2018-09-04 10:30:33,362 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:30: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-54f345b6-30f0-4c8f-83c6-a3e177cb6f95 x-compute-request-id: req-54f345b6-30f0-4c8f-83c6-a3e177cb6f95 Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-09-04 10:30:33,362 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors used request id req-54f345b6-30f0-4c8f-83c6-a3e177cb6f95 2018-09-04 10:30:33,365 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:8774/v2.1/flavors/dfe92df9-96ff-4338-aa56-8b193e35df4b -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4b3be7677b3a6c256d2fef43ea86f73ef3098813" 2018-09-04 10:30:33,383 - novaclient.v2.client - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 10:30: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-323772cf-1dcb-481f-8452-955f11324289 x-compute-request-id: req-323772cf-1dcb-481f-8452-955f11324289 Content-Length: 109 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Flavor dfe92df9-96ff-4338-aa56-8b193e35df4b could not be found.", "code": 404}} 2018-09-04 10:30:33,384 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/flavors/dfe92df9-96ff-4338-aa56-8b193e35df4b used request id req-323772cf-1dcb-481f-8452-955f11324289 2018-09-04 10:30:33,385 - nova_utils - DEBUG - Retrieving Nova Client 2018-09-04 10:30:33,386 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 10:30:33,387 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-09-04 10:30:33,763 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5ef645ad12fc453aa5d8a0c2cbf76196", "name": "heat_stack_owner"}, {"id": "9a944a8c31754b8f941d2fa9034d4301", "name": "Member"}, {"id": "3d416247e8224533841040c3ad2bce5a", "name": "admin"}], "expires_at": "2018-09-04T11:30:33.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "da1aa3dc9e564d3d922e61c0121a390e", "name": "api_check-project_95790658-ea1a-473f-b71a-0aa15c3467f2"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235635a698ef4bef9dc6b25273d185da"}, {"url": "http://192.30.9.6:8776/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "23b07b3fbfc340a58cf0f9b2871a0d23"}, {"url": "http://172.30.9.28:8776/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "72fd0aaa144d45419f4b04b6b26f69a7"}], "type": "volume", "id": "097241c25b4d4f7e91b3f8efa155909e", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v3/da1aa3dc9e564d3d922e61c0121a390e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93eb4cf3030a49e7840bec071422d397"}, {"url": "http://192.30.9.6:8776/v3/da1aa3dc9e564d3d922e61c0121a390e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8af439a6ac147fdbcb38ed9aa916b68"}, {"url": "http://192.30.9.6:8776/v3/da1aa3dc9e564d3d922e61c0121a390e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c4bfdbc9b7c74a23a40afdf578cfeba4"}], "type": "volumev3", "id": "1c85f4682ce44f729db1dabd98e965e8", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "82239574a29d4603a2161006f61851cf"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8d15f7134f364a7bbcfff2f84aac3bf2"}, {"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e01668c43a0c4c279b9a3d20a0280d6c"}], "type": "image", "id": "297d8415ca96454991054983920912f7", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7bb4d60e20734d4a9f31ec75e02cb823"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bf6adec15590466a9a0d3bddb00e8993"}, {"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f096f03a1d12411a8972f6f7c196b60d"}], "type": "policy", "id": "54c64351b56d44bbad74c2969cc3aa00", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "354ae6870a324fab82d0a0fb68ee0f26"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a3807e460dd4af488d982b66c52e64c"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e7c3da785076450abd71868e75ce0c33"}], "type": "cloudformation", "id": "6ac9917ae83c4639a15a4ab3cf0e76dd", "name": "heat-cfn"}, {"endpoints": [], "type": "metering", "id": "7fcc078e5e0645f29df67742ac14e388", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49e71628d386464cb950d6a9db00a328"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75b0a63ed8574bbcab1c851cc9b83d30"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9902b0a8b3c04cd192a1b84c417c232b"}], "type": "key-manager", "id": "9626544a32e74678a641c6e206f028a9", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "497340e5aa36485982fdf297f370558f"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7802beb4fc7c4952897b77bd5610b1fe"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c14af798917f4fa0b146d9772583e595"}], "type": "metric", "id": "973bfe8c658d4e5a8da725e76b9d550e", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "288ecc3674ea41d2aa3b790dcb832bf2"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7a6dc785cd7142f5b30f1a7ba0daeb03"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7f7d34e2351b4964befccc862c4e8e12"}], "type": "network", "id": "a348d7b06050474fb449be7f32ea6f5d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "21bce6ecb8464a1f8f3e3847aa698bd6"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0a8faf2246b47deb30e69e48d3551fb"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e71c6011de3d4d8589e5b53dcc79f288"}], "type": "identity", "id": "ad8d4b4953184137a1b913ecee9434ed", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "13474f9a78ca4f1184e4cddc84d0d98c"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad67365a18234bb78c336e6776958c00"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc54db13337f44f8921fbb9ad0f81de8"}], "type": "alarming", "id": "bb18dc3243034f08a6a7f69f7a1edccf", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0d91d7adf0304b2681c77f979e5cdb17"}, {"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "756e5ffca9774ab3ae2db41bf330417f"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c07c727a08c243b287827f539a124e63"}], "type": "placement", "id": "bb2c9432fcbd4c56913177122468f6ba", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1eed4912224b48cf9856446eae4d9928"}, {"url": "http://192.30.9.6:8004/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b73b7f99236541148d84f24f09e5dd40"}, {"url": "http://192.30.9.6:8004/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fbf12e52911244fdafc24a9d46f56e62"}], "type": "orchestration", "id": "c8918d139da945ba93df4ccce21d4904", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/da1aa3dc9e564d3d922e61c0121a390e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16bf098b9e2e490f8e47fa601059f975"}, {"url": "http://192.30.9.6:8776/v2/da1aa3dc9e564d3d922e61c0121a390e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc16fa4cf491444ca2f611d5692c1170"}, {"url": "http://192.30.9.6:8776/v2/da1aa3dc9e564d3d922e61c0121a390e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ccd2c5325dff4b90b391db9fdde67d99"}], "type": "volumev2", "id": "d09ac9123c34494abce21d6c27bee9d9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eac694332354a3aa0e61c31314166d7"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b4d4989c4e764717ab78d38675cadd3f"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff196e46b56d406d87a678f1a64497b0"}], "type": "compute", "id": "d4030ee932c84df58c5b910cc197caa7", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_95790658-ea1a-473f-b71a-0aa15c3467f2", "id": "6cb53a06110b45a6a2f21cb265048110"}, "audit_ids": ["Th1NqPZWRJetaSepOOiOnQ"], "issued_at": "2018-09-04T10:30:33.000000Z"}} 2018-09-04 10:30:33,764 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28: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}9427f1c60573a0e93a5fc1f8adfe3d013134eca1" 2018-09-04 10:30:33,846 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:30:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b4eabcb1-2a62-4fc8-aa6c-9598f9a16f62 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.28:5000/v3/", "rel": "self"}]}} 2018-09-04 10:30:33,846 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-b4eabcb1-2a62-4fc8-aa6c-9598f9a16f62 2018-09-04 10:30:33,848 - nova_utils - DEBUG - Retrieving Nova Client 2018-09-04 10:30:33,852 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9427f1c60573a0e93a5fc1f8adfe3d013134eca1" 2018-09-04 10:30:34,032 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:30: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-d0a54fde-93ae-4b51-abc2-f434995f948f x-compute-request-id: req-d0a54fde-93ae-4b51-abc2-f434995f948f Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-09-04 10:30:34,032 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors used request id req-d0a54fde-93ae-4b51-abc2-f434995f948f 2018-09-04 10:30:34,035 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9427f1c60573a0e93a5fc1f8adfe3d013134eca1" -d '{"flavor": {"vcpus": 1, "disk": 1, "name": "CreateFlavorTests-d7469efe-f8aa-4002-8294-4dbed577a473name", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "ram": 1, "id": null, "swap": 0}}' 2018-09-04 10:30:34,096 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10: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-42a1ce28-ba60-4686-bbe8-5467f22815ab x-compute-request-id: req-42a1ce28-ba60-4686-bbe8-5467f22815ab Content-Encoding: gzip Content-Length: 310 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/b4d93b1a-1647-45cd-b9d0-4b6b568ac950", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/b4d93b1a-1647-45cd-b9d0-4b6b568ac950", "rel": "bookmark"}], "ram": 1, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "b4d93b1a-1647-45cd-b9d0-4b6b568ac950", "name": "CreateFlavorTests-d7469efe-f8aa-4002-8294-4dbed577a473name", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-09-04 10:30:34,096 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/flavors used request id req-42a1ce28-ba60-4686-bbe8-5467f22815ab 2018-09-04 10:30:34,097 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-09-04 10:30:34,483 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5ef645ad12fc453aa5d8a0c2cbf76196", "name": "heat_stack_owner"}, {"id": "9a944a8c31754b8f941d2fa9034d4301", "name": "Member"}, {"id": "3d416247e8224533841040c3ad2bce5a", "name": "admin"}], "expires_at": "2018-09-04T11:30:34.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "da1aa3dc9e564d3d922e61c0121a390e", "name": "api_check-project_95790658-ea1a-473f-b71a-0aa15c3467f2"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235635a698ef4bef9dc6b25273d185da"}, {"url": "http://192.30.9.6:8776/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "23b07b3fbfc340a58cf0f9b2871a0d23"}, {"url": "http://172.30.9.28:8776/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "72fd0aaa144d45419f4b04b6b26f69a7"}], "type": "volume", "id": "097241c25b4d4f7e91b3f8efa155909e", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v3/da1aa3dc9e564d3d922e61c0121a390e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93eb4cf3030a49e7840bec071422d397"}, {"url": "http://192.30.9.6:8776/v3/da1aa3dc9e564d3d922e61c0121a390e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8af439a6ac147fdbcb38ed9aa916b68"}, {"url": "http://192.30.9.6:8776/v3/da1aa3dc9e564d3d922e61c0121a390e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c4bfdbc9b7c74a23a40afdf578cfeba4"}], "type": "volumev3", "id": "1c85f4682ce44f729db1dabd98e965e8", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "82239574a29d4603a2161006f61851cf"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8d15f7134f364a7bbcfff2f84aac3bf2"}, {"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e01668c43a0c4c279b9a3d20a0280d6c"}], "type": "image", "id": "297d8415ca96454991054983920912f7", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7bb4d60e20734d4a9f31ec75e02cb823"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bf6adec15590466a9a0d3bddb00e8993"}, {"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f096f03a1d12411a8972f6f7c196b60d"}], "type": "policy", "id": "54c64351b56d44bbad74c2969cc3aa00", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "354ae6870a324fab82d0a0fb68ee0f26"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a3807e460dd4af488d982b66c52e64c"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e7c3da785076450abd71868e75ce0c33"}], "type": "cloudformation", "id": "6ac9917ae83c4639a15a4ab3cf0e76dd", "name": "heat-cfn"}, {"endpoints": [], "type": "metering", "id": "7fcc078e5e0645f29df67742ac14e388", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49e71628d386464cb950d6a9db00a328"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75b0a63ed8574bbcab1c851cc9b83d30"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9902b0a8b3c04cd192a1b84c417c232b"}], "type": "key-manager", "id": "9626544a32e74678a641c6e206f028a9", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "497340e5aa36485982fdf297f370558f"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7802beb4fc7c4952897b77bd5610b1fe"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c14af798917f4fa0b146d9772583e595"}], "type": "metric", "id": "973bfe8c658d4e5a8da725e76b9d550e", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "288ecc3674ea41d2aa3b790dcb832bf2"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7a6dc785cd7142f5b30f1a7ba0daeb03"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7f7d34e2351b4964befccc862c4e8e12"}], "type": "network", "id": "a348d7b06050474fb449be7f32ea6f5d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "21bce6ecb8464a1f8f3e3847aa698bd6"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0a8faf2246b47deb30e69e48d3551fb"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e71c6011de3d4d8589e5b53dcc79f288"}], "type": "identity", "id": "ad8d4b4953184137a1b913ecee9434ed", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "13474f9a78ca4f1184e4cddc84d0d98c"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad67365a18234bb78c336e6776958c00"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc54db13337f44f8921fbb9ad0f81de8"}], "type": "alarming", "id": "bb18dc3243034f08a6a7f69f7a1edccf", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0d91d7adf0304b2681c77f979e5cdb17"}, {"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "756e5ffca9774ab3ae2db41bf330417f"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c07c727a08c243b287827f539a124e63"}], "type": "placement", "id": "bb2c9432fcbd4c56913177122468f6ba", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1eed4912224b48cf9856446eae4d9928"}, {"url": "http://192.30.9.6:8004/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b73b7f99236541148d84f24f09e5dd40"}, {"url": "http://192.30.9.6:8004/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fbf12e52911244fdafc24a9d46f56e62"}], "type": "orchestration", "id": "c8918d139da945ba93df4ccce21d4904", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/da1aa3dc9e564d3d922e61c0121a390e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16bf098b9e2e490f8e47fa601059f975"}, {"url": "http://192.30.9.6:8776/v2/da1aa3dc9e564d3d922e61c0121a390e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc16fa4cf491444ca2f611d5692c1170"}, {"url": "http://192.30.9.6:8776/v2/da1aa3dc9e564d3d922e61c0121a390e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ccd2c5325dff4b90b391db9fdde67d99"}], "type": "volumev2", "id": "d09ac9123c34494abce21d6c27bee9d9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eac694332354a3aa0e61c31314166d7"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b4d4989c4e764717ab78d38675cadd3f"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff196e46b56d406d87a678f1a64497b0"}], "type": "compute", "id": "d4030ee932c84df58c5b910cc197caa7", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_95790658-ea1a-473f-b71a-0aa15c3467f2", "id": "6cb53a06110b45a6a2f21cb265048110"}, "audit_ids": ["VPvdCJHzRTqOzDTGmJWMHw"], "issued_at": "2018-09-04T10:30:34.000000Z"}} 2018-09-04 10:30:34,486 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/flavors/b4d93b1a-1647-45cd-b9d0-4b6b568ac950 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5cab004a88dbe1ba394cbc4195c2bfaff8f988bb" 2018-09-04 10:30:34,658 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10: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-0a8aec33-95f9-475d-aea9-3b55af9bd77f x-compute-request-id: req-0a8aec33-95f9-475d-aea9-3b55af9bd77f Content-Encoding: gzip Content-Length: 310 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/b4d93b1a-1647-45cd-b9d0-4b6b568ac950", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/b4d93b1a-1647-45cd-b9d0-4b6b568ac950", "rel": "bookmark"}], "ram": 1, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "b4d93b1a-1647-45cd-b9d0-4b6b568ac950", "name": "CreateFlavorTests-d7469efe-f8aa-4002-8294-4dbed577a473name", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-09-04 10:30:34,659 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors/b4d93b1a-1647-45cd-b9d0-4b6b568ac950 used request id req-0a8aec33-95f9-475d-aea9-3b55af9bd77f 2018-09-04 10:30:34,661 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/flavors/b4d93b1a-1647-45cd-b9d0-4b6b568ac950/os-extra_specs -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5cab004a88dbe1ba394cbc4195c2bfaff8f988bb" 2018-09-04 10:30:34,678 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10: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 x-openstack-request-id: req-1a70b227-a811-45ac-ac2f-64d58aaf060c x-compute-request-id: req-1a70b227-a811-45ac-ac2f-64d58aaf060c Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-09-04 10:30:34,678 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors/b4d93b1a-1647-45cd-b9d0-4b6b568ac950/os-extra_specs used request id req-1a70b227-a811-45ac-ac2f-64d58aaf060c 2018-09-04 10:30:34,679 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 10:30:34,679 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-09-04 10:30:35,053 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5ef645ad12fc453aa5d8a0c2cbf76196", "name": "heat_stack_owner"}, {"id": "9a944a8c31754b8f941d2fa9034d4301", "name": "Member"}, {"id": "3d416247e8224533841040c3ad2bce5a", "name": "admin"}], "expires_at": "2018-09-04T11:30:35.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "da1aa3dc9e564d3d922e61c0121a390e", "name": "api_check-project_95790658-ea1a-473f-b71a-0aa15c3467f2"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235635a698ef4bef9dc6b25273d185da"}, {"url": "http://192.30.9.6:8776/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "23b07b3fbfc340a58cf0f9b2871a0d23"}, {"url": "http://172.30.9.28:8776/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "72fd0aaa144d45419f4b04b6b26f69a7"}], "type": "volume", "id": "097241c25b4d4f7e91b3f8efa155909e", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v3/da1aa3dc9e564d3d922e61c0121a390e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93eb4cf3030a49e7840bec071422d397"}, {"url": "http://192.30.9.6:8776/v3/da1aa3dc9e564d3d922e61c0121a390e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8af439a6ac147fdbcb38ed9aa916b68"}, {"url": "http://192.30.9.6:8776/v3/da1aa3dc9e564d3d922e61c0121a390e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c4bfdbc9b7c74a23a40afdf578cfeba4"}], "type": "volumev3", "id": "1c85f4682ce44f729db1dabd98e965e8", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "82239574a29d4603a2161006f61851cf"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8d15f7134f364a7bbcfff2f84aac3bf2"}, {"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e01668c43a0c4c279b9a3d20a0280d6c"}], "type": "image", "id": "297d8415ca96454991054983920912f7", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7bb4d60e20734d4a9f31ec75e02cb823"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bf6adec15590466a9a0d3bddb00e8993"}, {"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f096f03a1d12411a8972f6f7c196b60d"}], "type": "policy", "id": "54c64351b56d44bbad74c2969cc3aa00", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "354ae6870a324fab82d0a0fb68ee0f26"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a3807e460dd4af488d982b66c52e64c"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e7c3da785076450abd71868e75ce0c33"}], "type": "cloudformation", "id": "6ac9917ae83c4639a15a4ab3cf0e76dd", "name": "heat-cfn"}, {"endpoints": [], "type": "metering", "id": "7fcc078e5e0645f29df67742ac14e388", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49e71628d386464cb950d6a9db00a328"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75b0a63ed8574bbcab1c851cc9b83d30"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9902b0a8b3c04cd192a1b84c417c232b"}], "type": "key-manager", "id": "9626544a32e74678a641c6e206f028a9", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "497340e5aa36485982fdf297f370558f"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7802beb4fc7c4952897b77bd5610b1fe"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c14af798917f4fa0b146d9772583e595"}], "type": "metric", "id": "973bfe8c658d4e5a8da725e76b9d550e", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "288ecc3674ea41d2aa3b790dcb832bf2"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7a6dc785cd7142f5b30f1a7ba0daeb03"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7f7d34e2351b4964befccc862c4e8e12"}], "type": "network", "id": "a348d7b06050474fb449be7f32ea6f5d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "21bce6ecb8464a1f8f3e3847aa698bd6"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0a8faf2246b47deb30e69e48d3551fb"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e71c6011de3d4d8589e5b53dcc79f288"}], "type": "identity", "id": "ad8d4b4953184137a1b913ecee9434ed", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "13474f9a78ca4f1184e4cddc84d0d98c"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad67365a18234bb78c336e6776958c00"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc54db13337f44f8921fbb9ad0f81de8"}], "type": "alarming", "id": "bb18dc3243034f08a6a7f69f7a1edccf", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0d91d7adf0304b2681c77f979e5cdb17"}, {"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "756e5ffca9774ab3ae2db41bf330417f"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c07c727a08c243b287827f539a124e63"}], "type": "placement", "id": "bb2c9432fcbd4c56913177122468f6ba", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1eed4912224b48cf9856446eae4d9928"}, {"url": "http://192.30.9.6:8004/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b73b7f99236541148d84f24f09e5dd40"}, {"url": "http://192.30.9.6:8004/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fbf12e52911244fdafc24a9d46f56e62"}], "type": "orchestration", "id": "c8918d139da945ba93df4ccce21d4904", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/da1aa3dc9e564d3d922e61c0121a390e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16bf098b9e2e490f8e47fa601059f975"}, {"url": "http://192.30.9.6:8776/v2/da1aa3dc9e564d3d922e61c0121a390e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc16fa4cf491444ca2f611d5692c1170"}, {"url": "http://192.30.9.6:8776/v2/da1aa3dc9e564d3d922e61c0121a390e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ccd2c5325dff4b90b391db9fdde67d99"}], "type": "volumev2", "id": "d09ac9123c34494abce21d6c27bee9d9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eac694332354a3aa0e61c31314166d7"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b4d4989c4e764717ab78d38675cadd3f"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff196e46b56d406d87a678f1a64497b0"}], "type": "compute", "id": "d4030ee932c84df58c5b910cc197caa7", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_95790658-ea1a-473f-b71a-0aa15c3467f2", "id": "6cb53a06110b45a6a2f21cb265048110"}, "audit_ids": ["qMfVjjEAS06A9fEwyrl1qw"], "issued_at": "2018-09-04T10:30:35.000000Z"}} 2018-09-04 10:30:35,054 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28: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}46b47a9f101398080a5ccd09c25b1d85e91d221a" 2018-09-04 10:30:35,138 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:30:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e487577a-f215-4708-ada9-5a8ef23bb8c1 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.28:5000/v3/", "rel": "self"}]}} 2018-09-04 10:30:35,138 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-e487577a-f215-4708-ada9-5a8ef23bb8c1 2018-09-04 10:30:35,139 - nova_utils - DEBUG - Retrieving Nova Client 2018-09-04 10:30:35,145 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}46b47a9f101398080a5ccd09c25b1d85e91d221a" 2018-09-04 10:30:35,429 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:30: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-d5e15545-b33d-4a2f-884f-27af6ccf80d6 x-compute-request-id: req-d5e15545-b33d-4a2f-884f-27af6ccf80d6 Content-Encoding: gzip Content-Length: 197 Content-Type: application/json RESP BODY: {"flavors": [{"id": "b4d93b1a-1647-45cd-b9d0-4b6b568ac950", "links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/b4d93b1a-1647-45cd-b9d0-4b6b568ac950", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/b4d93b1a-1647-45cd-b9d0-4b6b568ac950", "rel": "bookmark"}], "name": "CreateFlavorTests-d7469efe-f8aa-4002-8294-4dbed577a473name"}]} 2018-09-04 10:30:35,429 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors used request id req-d5e15545-b33d-4a2f-884f-27af6ccf80d6 2018-09-04 10:30:35,433 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/flavors/b4d93b1a-1647-45cd-b9d0-4b6b568ac950 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}46b47a9f101398080a5ccd09c25b1d85e91d221a" 2018-09-04 10:30:35,452 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:30: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-403ad1cb-886c-48ee-ac54-2d396512c115 x-compute-request-id: req-403ad1cb-886c-48ee-ac54-2d396512c115 Content-Encoding: gzip Content-Length: 310 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/b4d93b1a-1647-45cd-b9d0-4b6b568ac950", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/b4d93b1a-1647-45cd-b9d0-4b6b568ac950", "rel": "bookmark"}], "ram": 1, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "b4d93b1a-1647-45cd-b9d0-4b6b568ac950", "name": "CreateFlavorTests-d7469efe-f8aa-4002-8294-4dbed577a473name", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-09-04 10:30:35,452 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors/b4d93b1a-1647-45cd-b9d0-4b6b568ac950 used request id req-403ad1cb-886c-48ee-ac54-2d396512c115 2018-09-04 10:30:35,453 - create_flavor - INFO - Found flavor with name - CreateFlavorTests-d7469efe-f8aa-4002-8294-4dbed577a473name 2018-09-04 10:30:35,455 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:8774/v2.1/flavors/b4d93b1a-1647-45cd-b9d0-4b6b568ac950 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9427f1c60573a0e93a5fc1f8adfe3d013134eca1" 2018-09-04 10:30:35,499 - novaclient.v2.client - DEBUG - RESP: [202] Date: Tue, 04 Sep 2018 10:30: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-7d67f122-ddc8-4461-a8d8-221d124e2615 x-compute-request-id: req-7d67f122-ddc8-4461-a8d8-221d124e2615 Content-Length: 0 Content-Type: application/json 2018-09-04 10:30:35,499 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/flavors/b4d93b1a-1647-45cd-b9d0-4b6b568ac950 used request id req-7d67f122-ddc8-4461-a8d8-221d124e2615 2018-09-04 10:30:35,501 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-09-04 10:30:35,501 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 10:30:35,502 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-09-04 10:30:35,891 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5ef645ad12fc453aa5d8a0c2cbf76196", "name": "heat_stack_owner"}, {"id": "9a944a8c31754b8f941d2fa9034d4301", "name": "Member"}, {"id": "3d416247e8224533841040c3ad2bce5a", "name": "admin"}], "expires_at": "2018-09-04T11:30:35.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "da1aa3dc9e564d3d922e61c0121a390e", "name": "api_check-project_95790658-ea1a-473f-b71a-0aa15c3467f2"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235635a698ef4bef9dc6b25273d185da"}, {"url": "http://192.30.9.6:8776/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "23b07b3fbfc340a58cf0f9b2871a0d23"}, {"url": "http://172.30.9.28:8776/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "72fd0aaa144d45419f4b04b6b26f69a7"}], "type": "volume", "id": "097241c25b4d4f7e91b3f8efa155909e", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v3/da1aa3dc9e564d3d922e61c0121a390e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93eb4cf3030a49e7840bec071422d397"}, {"url": "http://192.30.9.6:8776/v3/da1aa3dc9e564d3d922e61c0121a390e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8af439a6ac147fdbcb38ed9aa916b68"}, {"url": "http://192.30.9.6:8776/v3/da1aa3dc9e564d3d922e61c0121a390e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c4bfdbc9b7c74a23a40afdf578cfeba4"}], "type": "volumev3", "id": "1c85f4682ce44f729db1dabd98e965e8", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "82239574a29d4603a2161006f61851cf"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8d15f7134f364a7bbcfff2f84aac3bf2"}, {"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e01668c43a0c4c279b9a3d20a0280d6c"}], "type": "image", "id": "297d8415ca96454991054983920912f7", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7bb4d60e20734d4a9f31ec75e02cb823"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bf6adec15590466a9a0d3bddb00e8993"}, {"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f096f03a1d12411a8972f6f7c196b60d"}], "type": "policy", "id": "54c64351b56d44bbad74c2969cc3aa00", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "354ae6870a324fab82d0a0fb68ee0f26"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a3807e460dd4af488d982b66c52e64c"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e7c3da785076450abd71868e75ce0c33"}], "type": "cloudformation", "id": "6ac9917ae83c4639a15a4ab3cf0e76dd", "name": "heat-cfn"}, {"endpoints": [], "type": "metering", "id": "7fcc078e5e0645f29df67742ac14e388", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49e71628d386464cb950d6a9db00a328"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75b0a63ed8574bbcab1c851cc9b83d30"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9902b0a8b3c04cd192a1b84c417c232b"}], "type": "key-manager", "id": "9626544a32e74678a641c6e206f028a9", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "497340e5aa36485982fdf297f370558f"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7802beb4fc7c4952897b77bd5610b1fe"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c14af798917f4fa0b146d9772583e595"}], "type": "metric", "id": "973bfe8c658d4e5a8da725e76b9d550e", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "288ecc3674ea41d2aa3b790dcb832bf2"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7a6dc785cd7142f5b30f1a7ba0daeb03"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7f7d34e2351b4964befccc862c4e8e12"}], "type": "network", "id": "a348d7b06050474fb449be7f32ea6f5d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "21bce6ecb8464a1f8f3e3847aa698bd6"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0a8faf2246b47deb30e69e48d3551fb"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e71c6011de3d4d8589e5b53dcc79f288"}], "type": "identity", "id": "ad8d4b4953184137a1b913ecee9434ed", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "13474f9a78ca4f1184e4cddc84d0d98c"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad67365a18234bb78c336e6776958c00"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc54db13337f44f8921fbb9ad0f81de8"}], "type": "alarming", "id": "bb18dc3243034f08a6a7f69f7a1edccf", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0d91d7adf0304b2681c77f979e5cdb17"}, {"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "756e5ffca9774ab3ae2db41bf330417f"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c07c727a08c243b287827f539a124e63"}], "type": "placement", "id": "bb2c9432fcbd4c56913177122468f6ba", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1eed4912224b48cf9856446eae4d9928"}, {"url": "http://192.30.9.6:8004/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b73b7f99236541148d84f24f09e5dd40"}, {"url": "http://192.30.9.6:8004/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fbf12e52911244fdafc24a9d46f56e62"}], "type": "orchestration", "id": "c8918d139da945ba93df4ccce21d4904", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/da1aa3dc9e564d3d922e61c0121a390e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16bf098b9e2e490f8e47fa601059f975"}, {"url": "http://192.30.9.6:8776/v2/da1aa3dc9e564d3d922e61c0121a390e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc16fa4cf491444ca2f611d5692c1170"}, {"url": "http://192.30.9.6:8776/v2/da1aa3dc9e564d3d922e61c0121a390e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ccd2c5325dff4b90b391db9fdde67d99"}], "type": "volumev2", "id": "d09ac9123c34494abce21d6c27bee9d9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eac694332354a3aa0e61c31314166d7"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b4d4989c4e764717ab78d38675cadd3f"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff196e46b56d406d87a678f1a64497b0"}], "type": "compute", "id": "d4030ee932c84df58c5b910cc197caa7", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_95790658-ea1a-473f-b71a-0aa15c3467f2", "id": "6cb53a06110b45a6a2f21cb265048110"}, "audit_ids": ["AdNoIIxrSk2ocUUV-IFPhg"], "issued_at": "2018-09-04T10:30:35.000000Z"}} 2018-09-04 10:30:35,892 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28: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}8991dc69b54baa89e07ba7ff03ac01aa06729bd2" 2018-09-04 10:30:35,967 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:30:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f4c76001-3b83-45b7-b5ea-9e856a91917d 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.28:5000/v3/", "rel": "self"}]}} 2018-09-04 10:30:35,968 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-f4c76001-3b83-45b7-b5ea-9e856a91917d 2018-09-04 10:30:35,972 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/images?limit=20&disk_format=qcow2&name=HeatUtilsCreateSimpleStackTests-2563f14c-aac0-4c02-b3a4-e85b51dbe9ea-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}8991dc69b54baa89e07ba7ff03ac01aa06729bd2" 2018-09-04 10:30:36,144 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 176 Content-Type: application/json X-Openstack-Request-Id: req-e5539e76-1fa0-4695-a831-e0725f3d410a Date: Tue, 04 Sep 2018 10:30:36 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=HeatUtilsCreateSimpleStackTests-2563f14c-aac0-4c02-b3a4-e85b51dbe9ea-image"} 2018-09-04 10:30:36,144 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images?limit=20&disk_format=qcow2&name=HeatUtilsCreateSimpleStackTests-2563f14c-aac0-4c02-b3a4-e85b51dbe9ea-image used request id req-e5539e76-1fa0-4695-a831-e0725f3d410a 2018-09-04 10:30:36,147 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}8991dc69b54baa89e07ba7ff03ac01aa06729bd2" 2018-09-04 10:30:36,302 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-dccce871-0c6e-4fa9-9e61-b016839af8a1 Date: Tue, 04 Sep 2018 10:30:36 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-09-04 10:30:36,302 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/schemas/image used request id req-dccce871-0c6e-4fa9-9e61-b016839af8a1 2018-09-04 10:30:36,332 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}8991dc69b54baa89e07ba7ff03ac01aa06729bd2" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "HeatUtilsCreateSimpleStackTests-2563f14c-aac0-4c02-b3a4-e85b51dbe9ea-image"}' 2018-09-04 10:30:36,605 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 635 Content-Type: application/json Location: http://172.30.9.28:9292/v2/images/58c3460e-74c6-4a18-a5b5-57c88d6b6d3a X-Openstack-Request-Id: req-779b7122-8f44-4c65-9079-f4c68f6abc6f Date: Tue, 04 Sep 2018 10:30:36 GMT RESP BODY: {"status": "queued", "name": "HeatUtilsCreateSimpleStackTests-2563f14c-aac0-4c02-b3a4-e85b51dbe9ea-image", "tags": [], "container_format": "bare", "created_at": "2018-09-04T10:30:36Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-09-04T10:30:36Z", "visibility": "shared", "locations": [], "self": "/v2/images/58c3460e-74c6-4a18-a5b5-57c88d6b6d3a", "min_disk": 0, "protected": false, "id": "58c3460e-74c6-4a18-a5b5-57c88d6b6d3a", "file": "/v2/images/58c3460e-74c6-4a18-a5b5-57c88d6b6d3a/file", "checksum": null, "owner": "da1aa3dc9e564d3d922e61c0121a390e", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-09-04 10:30:36,605 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.28:9292/v2/images used request id req-779b7122-8f44-4c65-9079-f4c68f6abc6f 2018-09-04 10:30:36,616 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.28:9292/v2/images/58c3460e-74c6-4a18-a5b5-57c88d6b6d3a/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}8991dc69b54baa89e07ba7ff03ac01aa06729bd2" -d '' 2018-09-04 10:30:38,387 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-1b681bf1-5e1d-4bd2-b945-cdc475ab9d67 Date: Tue, 04 Sep 2018 10:30:38 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-09-04 10:30:38,387 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.28:9292/v2/images/58c3460e-74c6-4a18-a5b5-57c88d6b6d3a/file used request id req-1b681bf1-5e1d-4bd2-b945-cdc475ab9d67 2018-09-04 10:30:38,387 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-09-04 10:30:38,390 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/images/58c3460e-74c6-4a18-a5b5-57c88d6b6d3a -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}8991dc69b54baa89e07ba7ff03ac01aa06729bd2" 2018-09-04 10:30:38,597 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 896 Content-Type: application/json X-Openstack-Request-Id: req-7766ac4f-e2eb-419a-ac3a-c283d382004e Date: Tue, 04 Sep 2018 10:30:38 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "HeatUtilsCreateSimpleStackTests-2563f14c-aac0-4c02-b3a4-e85b51dbe9ea-image", "tags": [], "container_format": "bare", "created_at": "2018-09-04T10:30:36Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-09-04T10:30:38Z", "visibility": "shared", "locations": [{"url": "rbd://99671b03-94ed-44b3-b5f6-80b8e44d0570/images/58c3460e-74c6-4a18-a5b5-57c88d6b6d3a/snap", "metadata": {}}], "self": "/v2/images/58c3460e-74c6-4a18-a5b5-57c88d6b6d3a", "min_disk": 0, "protected": false, "id": "58c3460e-74c6-4a18-a5b5-57c88d6b6d3a", "file": "/v2/images/58c3460e-74c6-4a18-a5b5-57c88d6b6d3a/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "da1aa3dc9e564d3d922e61c0121a390e", "direct_url": "rbd://99671b03-94ed-44b3-b5f6-80b8e44d0570/images/58c3460e-74c6-4a18-a5b5-57c88d6b6d3a/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-09-04 10:30:38,597 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images/58c3460e-74c6-4a18-a5b5-57c88d6b6d3a used request id req-7766ac4f-e2eb-419a-ac3a-c283d382004e 2018-09-04 10:30:38,600 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}8991dc69b54baa89e07ba7ff03ac01aa06729bd2" 2018-09-04 10:30:39,183 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-d8fc35e5-36b6-46c0-875d-eb2fb6eeef08 Date: Tue, 04 Sep 2018 10:30: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-09-04 10:30:39,183 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/schemas/image used request id req-d8fc35e5-36b6-46c0-875d-eb2fb6eeef08 2018-09-04 10:30:39,186 - create_image - INFO - Created image with name - HeatUtilsCreateSimpleStackTests-2563f14c-aac0-4c02-b3a4-e85b51dbe9ea-image 2018-09-04 10:30:39,189 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/images/58c3460e-74c6-4a18-a5b5-57c88d6b6d3a -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}8991dc69b54baa89e07ba7ff03ac01aa06729bd2" 2018-09-04 10:30:39,392 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 896 Content-Type: application/json X-Openstack-Request-Id: req-c2698188-3909-465f-b57a-049d7619d85a Date: Tue, 04 Sep 2018 10:30:39 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "HeatUtilsCreateSimpleStackTests-2563f14c-aac0-4c02-b3a4-e85b51dbe9ea-image", "tags": [], "container_format": "bare", "created_at": "2018-09-04T10:30:36Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-09-04T10:30:38Z", "visibility": "shared", "locations": [{"url": "rbd://99671b03-94ed-44b3-b5f6-80b8e44d0570/images/58c3460e-74c6-4a18-a5b5-57c88d6b6d3a/snap", "metadata": {}}], "self": "/v2/images/58c3460e-74c6-4a18-a5b5-57c88d6b6d3a", "min_disk": 0, "protected": false, "id": "58c3460e-74c6-4a18-a5b5-57c88d6b6d3a", "file": "/v2/images/58c3460e-74c6-4a18-a5b5-57c88d6b6d3a/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "da1aa3dc9e564d3d922e61c0121a390e", "direct_url": "rbd://99671b03-94ed-44b3-b5f6-80b8e44d0570/images/58c3460e-74c6-4a18-a5b5-57c88d6b6d3a/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-09-04 10:30:39,393 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images/58c3460e-74c6-4a18-a5b5-57c88d6b6d3a used request id req-c2698188-3909-465f-b57a-049d7619d85a 2018-09-04 10:30:39,393 - create_image - DEBUG - Instance status is - active 2018-09-04 10:30:39,393 - create_image - DEBUG - Image is active with name - HeatUtilsCreateSimpleStackTests-2563f14c-aac0-4c02-b3a4-e85b51dbe9ea-image 2018-09-04 10:30:39,394 - create_image - INFO - Image is now active with name - HeatUtilsCreateSimpleStackTests-2563f14c-aac0-4c02-b3a4-e85b51dbe9ea-image 2018-09-04 10:30:39,394 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 10:30:39,395 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-09-04 10:30:39,780 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5ef645ad12fc453aa5d8a0c2cbf76196", "name": "heat_stack_owner"}, {"id": "9a944a8c31754b8f941d2fa9034d4301", "name": "Member"}, {"id": "3d416247e8224533841040c3ad2bce5a", "name": "admin"}], "expires_at": "2018-09-04T11:30:39.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "da1aa3dc9e564d3d922e61c0121a390e", "name": "api_check-project_95790658-ea1a-473f-b71a-0aa15c3467f2"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235635a698ef4bef9dc6b25273d185da"}, {"url": "http://192.30.9.6:8776/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "23b07b3fbfc340a58cf0f9b2871a0d23"}, {"url": "http://172.30.9.28:8776/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "72fd0aaa144d45419f4b04b6b26f69a7"}], "type": "volume", "id": "097241c25b4d4f7e91b3f8efa155909e", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v3/da1aa3dc9e564d3d922e61c0121a390e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93eb4cf3030a49e7840bec071422d397"}, {"url": "http://192.30.9.6:8776/v3/da1aa3dc9e564d3d922e61c0121a390e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8af439a6ac147fdbcb38ed9aa916b68"}, {"url": "http://192.30.9.6:8776/v3/da1aa3dc9e564d3d922e61c0121a390e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c4bfdbc9b7c74a23a40afdf578cfeba4"}], "type": "volumev3", "id": "1c85f4682ce44f729db1dabd98e965e8", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "82239574a29d4603a2161006f61851cf"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8d15f7134f364a7bbcfff2f84aac3bf2"}, {"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e01668c43a0c4c279b9a3d20a0280d6c"}], "type": "image", "id": "297d8415ca96454991054983920912f7", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7bb4d60e20734d4a9f31ec75e02cb823"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bf6adec15590466a9a0d3bddb00e8993"}, {"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f096f03a1d12411a8972f6f7c196b60d"}], "type": "policy", "id": "54c64351b56d44bbad74c2969cc3aa00", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "354ae6870a324fab82d0a0fb68ee0f26"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a3807e460dd4af488d982b66c52e64c"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e7c3da785076450abd71868e75ce0c33"}], "type": "cloudformation", "id": "6ac9917ae83c4639a15a4ab3cf0e76dd", "name": "heat-cfn"}, {"endpoints": [], "type": "metering", "id": "7fcc078e5e0645f29df67742ac14e388", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49e71628d386464cb950d6a9db00a328"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75b0a63ed8574bbcab1c851cc9b83d30"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9902b0a8b3c04cd192a1b84c417c232b"}], "type": "key-manager", "id": "9626544a32e74678a641c6e206f028a9", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "497340e5aa36485982fdf297f370558f"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7802beb4fc7c4952897b77bd5610b1fe"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c14af798917f4fa0b146d9772583e595"}], "type": "metric", "id": "973bfe8c658d4e5a8da725e76b9d550e", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "288ecc3674ea41d2aa3b790dcb832bf2"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7a6dc785cd7142f5b30f1a7ba0daeb03"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7f7d34e2351b4964befccc862c4e8e12"}], "type": "network", "id": "a348d7b06050474fb449be7f32ea6f5d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "21bce6ecb8464a1f8f3e3847aa698bd6"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0a8faf2246b47deb30e69e48d3551fb"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e71c6011de3d4d8589e5b53dcc79f288"}], "type": "identity", "id": "ad8d4b4953184137a1b913ecee9434ed", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "13474f9a78ca4f1184e4cddc84d0d98c"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad67365a18234bb78c336e6776958c00"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc54db13337f44f8921fbb9ad0f81de8"}], "type": "alarming", "id": "bb18dc3243034f08a6a7f69f7a1edccf", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0d91d7adf0304b2681c77f979e5cdb17"}, {"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "756e5ffca9774ab3ae2db41bf330417f"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c07c727a08c243b287827f539a124e63"}], "type": "placement", "id": "bb2c9432fcbd4c56913177122468f6ba", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1eed4912224b48cf9856446eae4d9928"}, {"url": "http://192.30.9.6:8004/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b73b7f99236541148d84f24f09e5dd40"}, {"url": "http://192.30.9.6:8004/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fbf12e52911244fdafc24a9d46f56e62"}], "type": "orchestration", "id": "c8918d139da945ba93df4ccce21d4904", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/da1aa3dc9e564d3d922e61c0121a390e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16bf098b9e2e490f8e47fa601059f975"}, {"url": "http://192.30.9.6:8776/v2/da1aa3dc9e564d3d922e61c0121a390e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc16fa4cf491444ca2f611d5692c1170"}, {"url": "http://192.30.9.6:8776/v2/da1aa3dc9e564d3d922e61c0121a390e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ccd2c5325dff4b90b391db9fdde67d99"}], "type": "volumev2", "id": "d09ac9123c34494abce21d6c27bee9d9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eac694332354a3aa0e61c31314166d7"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b4d4989c4e764717ab78d38675cadd3f"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff196e46b56d406d87a678f1a64497b0"}], "type": "compute", "id": "d4030ee932c84df58c5b910cc197caa7", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_95790658-ea1a-473f-b71a-0aa15c3467f2", "id": "6cb53a06110b45a6a2f21cb265048110"}, "audit_ids": ["G4P6ejVASdecDFwV_SI05g"], "issued_at": "2018-09-04T10:30:39.000000Z"}} 2018-09-04 10:30:39,781 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28: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}3dcd60d3025fdd864c9a28a1307b8abdbe437f87" 2018-09-04 10:30:39,862 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:30:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f73166e9-deed-47f7-b64f-4afc681ed481 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.28:5000/v3/", "rel": "self"}]}} 2018-09-04 10:30:39,862 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-f73166e9-deed-47f7-b64f-4afc681ed481 2018-09-04 10:30:39,864 - nova_utils - DEBUG - Retrieving Nova Client 2018-09-04 10:30:39,868 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3dcd60d3025fdd864c9a28a1307b8abdbe437f87" 2018-09-04 10:30:40,046 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:30: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-c798cb9d-fb6c-4890-a348-de48afcb1751 x-compute-request-id: req-c798cb9d-fb6c-4890-a348-de48afcb1751 Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-09-04 10:30:40,046 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors used request id req-c798cb9d-fb6c-4890-a348-de48afcb1751 2018-09-04 10:30:40,050 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3dcd60d3025fdd864c9a28a1307b8abdbe437f87" -d '{"flavor": {"vcpus": 1, "disk": 10, "name": "HeatUtilsCreateSimpleStackTests-2563f14c-aac0-4c02-b3a4-e85b51dbe9ea-flavor", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "ram": 256, "id": null, "swap": 0}}' 2018-09-04 10:30:40,146 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:30: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-230272f1-7957-4069-bdd1-9c54e024ff19 x-compute-request-id: req-230272f1-7957-4069-bdd1-9c54e024ff19 Content-Encoding: gzip Content-Length: 325 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/853cb3e4-17d8-424d-9f53-fd629b384b65", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/853cb3e4-17d8-424d-9f53-fd629b384b65", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "853cb3e4-17d8-424d-9f53-fd629b384b65", "name": "HeatUtilsCreateSimpleStackTests-2563f14c-aac0-4c02-b3a4-e85b51dbe9ea-flavor", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-09-04 10:30:40,146 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/flavors used request id req-230272f1-7957-4069-bdd1-9c54e024ff19 2018-09-04 10:30:40,147 - heat_utils - DEBUG - Retrieving Heat Client 2018-09-04 10:30:40,174 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-09-04 10:30:40,547 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5ef645ad12fc453aa5d8a0c2cbf76196", "name": "heat_stack_owner"}, {"id": "9a944a8c31754b8f941d2fa9034d4301", "name": "Member"}, {"id": "3d416247e8224533841040c3ad2bce5a", "name": "admin"}], "expires_at": "2018-09-04T11:30:40.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "da1aa3dc9e564d3d922e61c0121a390e", "name": "api_check-project_95790658-ea1a-473f-b71a-0aa15c3467f2"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235635a698ef4bef9dc6b25273d185da"}, {"url": "http://192.30.9.6:8776/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "23b07b3fbfc340a58cf0f9b2871a0d23"}, {"url": "http://172.30.9.28:8776/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "72fd0aaa144d45419f4b04b6b26f69a7"}], "type": "volume", "id": "097241c25b4d4f7e91b3f8efa155909e", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v3/da1aa3dc9e564d3d922e61c0121a390e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93eb4cf3030a49e7840bec071422d397"}, {"url": "http://192.30.9.6:8776/v3/da1aa3dc9e564d3d922e61c0121a390e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8af439a6ac147fdbcb38ed9aa916b68"}, {"url": "http://192.30.9.6:8776/v3/da1aa3dc9e564d3d922e61c0121a390e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c4bfdbc9b7c74a23a40afdf578cfeba4"}], "type": "volumev3", "id": "1c85f4682ce44f729db1dabd98e965e8", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "82239574a29d4603a2161006f61851cf"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8d15f7134f364a7bbcfff2f84aac3bf2"}, {"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e01668c43a0c4c279b9a3d20a0280d6c"}], "type": "image", "id": "297d8415ca96454991054983920912f7", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7bb4d60e20734d4a9f31ec75e02cb823"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bf6adec15590466a9a0d3bddb00e8993"}, {"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f096f03a1d12411a8972f6f7c196b60d"}], "type": "policy", "id": "54c64351b56d44bbad74c2969cc3aa00", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "354ae6870a324fab82d0a0fb68ee0f26"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a3807e460dd4af488d982b66c52e64c"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e7c3da785076450abd71868e75ce0c33"}], "type": "cloudformation", "id": "6ac9917ae83c4639a15a4ab3cf0e76dd", "name": "heat-cfn"}, {"endpoints": [], "type": "metering", "id": "7fcc078e5e0645f29df67742ac14e388", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49e71628d386464cb950d6a9db00a328"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75b0a63ed8574bbcab1c851cc9b83d30"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9902b0a8b3c04cd192a1b84c417c232b"}], "type": "key-manager", "id": "9626544a32e74678a641c6e206f028a9", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "497340e5aa36485982fdf297f370558f"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7802beb4fc7c4952897b77bd5610b1fe"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c14af798917f4fa0b146d9772583e595"}], "type": "metric", "id": "973bfe8c658d4e5a8da725e76b9d550e", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "288ecc3674ea41d2aa3b790dcb832bf2"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7a6dc785cd7142f5b30f1a7ba0daeb03"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7f7d34e2351b4964befccc862c4e8e12"}], "type": "network", "id": "a348d7b06050474fb449be7f32ea6f5d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "21bce6ecb8464a1f8f3e3847aa698bd6"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0a8faf2246b47deb30e69e48d3551fb"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e71c6011de3d4d8589e5b53dcc79f288"}], "type": "identity", "id": "ad8d4b4953184137a1b913ecee9434ed", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "13474f9a78ca4f1184e4cddc84d0d98c"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad67365a18234bb78c336e6776958c00"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc54db13337f44f8921fbb9ad0f81de8"}], "type": "alarming", "id": "bb18dc3243034f08a6a7f69f7a1edccf", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0d91d7adf0304b2681c77f979e5cdb17"}, {"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "756e5ffca9774ab3ae2db41bf330417f"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c07c727a08c243b287827f539a124e63"}], "type": "placement", "id": "bb2c9432fcbd4c56913177122468f6ba", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1eed4912224b48cf9856446eae4d9928"}, {"url": "http://192.30.9.6:8004/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b73b7f99236541148d84f24f09e5dd40"}, {"url": "http://192.30.9.6:8004/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fbf12e52911244fdafc24a9d46f56e62"}], "type": "orchestration", "id": "c8918d139da945ba93df4ccce21d4904", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/da1aa3dc9e564d3d922e61c0121a390e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16bf098b9e2e490f8e47fa601059f975"}, {"url": "http://192.30.9.6:8776/v2/da1aa3dc9e564d3d922e61c0121a390e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc16fa4cf491444ca2f611d5692c1170"}, {"url": "http://192.30.9.6:8776/v2/da1aa3dc9e564d3d922e61c0121a390e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ccd2c5325dff4b90b391db9fdde67d99"}], "type": "volumev2", "id": "d09ac9123c34494abce21d6c27bee9d9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eac694332354a3aa0e61c31314166d7"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b4d4989c4e764717ab78d38675cadd3f"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff196e46b56d406d87a678f1a64497b0"}], "type": "compute", "id": "d4030ee932c84df58c5b910cc197caa7", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_95790658-ea1a-473f-b71a-0aa15c3467f2", "id": "6cb53a06110b45a6a2f21cb265048110"}, "audit_ids": ["o3RN0_7xTvueyHucNDpF3w"], "issued_at": "2018-09-04T10:30:40.000000Z"}} 2018-09-04 10:30:40,550 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e/stacks -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}98a8a5cc2e0fd17d833efba4842931757d3af471" -d '{"stack_name": "HeatUtilsCreateSimpleStackTests-2563f14c-aac0-4c02-b3a4-e85b51dbe9ea-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-2563f14c-aac0-4c02-b3a4-e85b51dbe9ea-net", "inst_name": "HeatUtilsCreateSimpleStackTests-2563f14c-aac0-4c02-b3a4-e85b51dbe9ea-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-2563f14c-aac0-4c02-b3a4-e85b51dbe9ea-subnet", "image_name": "HeatUtilsCreateSimpleStackTests-2563f14c-aac0-4c02-b3a4-e85b51dbe9ea-image", "flavor_name": "HeatUtilsCreateSimpleStackTests-2563f14c-aac0-4c02-b3a4-e85b51dbe9ea-flavor"}}' 2018-09-04 10:30:43,605 - keystoneauth.session - DEBUG - RESP: [201] Date: Tue, 04 Sep 2018 10:30:40 GMT Server: Apache x-openstack-request-id: req-61ca3c16-66bc-4060-a1f9-847c8b83a8a8 Location: http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e/stacks/HeatUtilsCreateSimpleStackTests-2563f14c-aac0-4c02-b3a4-e85b51dbe9ea-stack1/2e346688-7d0e-4173-891d-4d5a96e15a66 Content-Length: 276 Content-Type: application/json RESP BODY: {"stack": {"id": "2e346688-7d0e-4173-891d-4d5a96e15a66", "links": [{"href": "http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e/stacks/HeatUtilsCreateSimpleStackTests-2563f14c-aac0-4c02-b3a4-e85b51dbe9ea-stack1/2e346688-7d0e-4173-891d-4d5a96e15a66", "rel": "self"}]}} 2018-09-04 10:30:43,605 - keystoneauth.session - DEBUG - POST call to orchestration for http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e/stacks used request id req-61ca3c16-66bc-4060-a1f9-847c8b83a8a8 2018-09-04 10:30:43,608 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e/stacks/2e346688-7d0e-4173-891d-4d5a96e15a66 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}98a8a5cc2e0fd17d833efba4842931757d3af471" 2018-09-04 10:30:44,291 - keystoneauth.session - DEBUG - RESP: [302] Date: Tue, 04 Sep 2018 10:30:43 GMT Server: Apache x-openstack-request-id: req-04361f74-2cda-4309-a36f-ed8be75b0cac Location: http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e/stacks/HeatUtilsCreateSimpleStackTests-2563f14c-aac0-4c02-b3a4-e85b51dbe9ea-stack1/2e346688-7d0e-4173-891d-4d5a96e15a66 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e/stacks/HeatUtilsCreateSimpleStackTests-2563f14c-aac0-4c02-b3a4-e85b51dbe9ea-stack1/2e346688-7d0e-4173-891d-4d5a96e15a66;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-09-04 10:30:45,035 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:30:44 GMT Server: Apache x-openstack-request-id: req-e438fd4e-6852-4f16-bd0e-ac10401377ed 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": "da1aa3dc9e564d3d922e61c0121a390e", "OS::stack_id": "2e346688-7d0e-4173-891d-4d5a96e15a66", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-2563f14c-aac0-4c02-b3a4-e85b51dbe9ea-stack1", "image_name": "HeatUtilsCreateSimpleStackTests-2563f14c-aac0-4c02-b3a4-e85b51dbe9ea-image", "inst_name": "HeatUtilsCreateSimpleStackTests-2563f14c-aac0-4c02-b3a4-e85b51dbe9ea-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-2563f14c-aac0-4c02-b3a4-e85b51dbe9ea-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-2563f14c-aac0-4c02-b3a4-e85b51dbe9ea-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-2563f14c-aac0-4c02-b3a4-e85b51dbe9ea-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-2563f14c-aac0-4c02-b3a4-e85b51dbe9ea-stack1", "stack_user_project_id": "47e6c850385449ee998008265fe57605", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-09-04T10:30:42Z", "links": [{"href": "http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e/stacks/HeatUtilsCreateSimpleStackTests-2563f14c-aac0-4c02-b3a4-e85b51dbe9ea-stack1/2e346688-7d0e-4173-891d-4d5a96e15a66", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "2e346688-7d0e-4173-891d-4d5a96e15a66", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-09-04 10:30:45,035 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e/stacks/HeatUtilsCreateSimpleStackTests-2563f14c-aac0-4c02-b3a4-e85b51dbe9ea-stack1/2e346688-7d0e-4173-891d-4d5a96e15a66 used request id req-e438fd4e-6852-4f16-bd0e-ac10401377ed 2018-09-04 10:30:45,038 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e/stacks?stack_name=HeatUtilsCreateSimpleStackTests-2563f14c-aac0-4c02-b3a4-e85b51dbe9ea-stack1 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}98a8a5cc2e0fd17d833efba4842931757d3af471" 2018-09-04 10:30:45,738 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:30:45 GMT Server: Apache x-openstack-request-id: req-488f5062-c51d-46b1-8834-58091d0a6b8d Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 392 Content-Type: application/json RESP BODY: {"stacks": [{"description": "", "parent": null, "stack_status_reason": "Stack CREATE started", "stack_name": "HeatUtilsCreateSimpleStackTests-2563f14c-aac0-4c02-b3a4-e85b51dbe9ea-stack1", "stack_user_project_id": "47e6c850385449ee998008265fe57605", "deletion_time": null, "creation_time": "2018-09-04T10:30:42Z", "links": [{"href": "http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e/stacks/HeatUtilsCreateSimpleStackTests-2563f14c-aac0-4c02-b3a4-e85b51dbe9ea-stack1/2e346688-7d0e-4173-891d-4d5a96e15a66", "rel": "self"}], "updated_time": null, "project": "da1aa3dc9e564d3d922e61c0121a390e", "stack_owner": null, "stack_status": "CREATE_IN_PROGRESS", "id": "2e346688-7d0e-4173-891d-4d5a96e15a66", "tags": null}]} 2018-09-04 10:30:45,738 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e/stacks?stack_name=HeatUtilsCreateSimpleStackTests-2563f14c-aac0-4c02-b3a4-e85b51dbe9ea-stack1 used request id req-488f5062-c51d-46b1-8834-58091d0a6b8d 2018-09-04 10:30:45,741 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e/stacks?stack_name=HeatUtilsCreateSimpleStackTests-2563f14c-aac0-4c02-b3a4-e85b51dbe9ea-stack1 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}98a8a5cc2e0fd17d833efba4842931757d3af471" 2018-09-04 10:30:46,449 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:30:45 GMT Server: Apache x-openstack-request-id: req-db282d6e-cd11-40ad-8353-4b8b59a0e00c Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 392 Content-Type: application/json RESP BODY: {"stacks": [{"description": "", "parent": null, "stack_status_reason": "Stack CREATE started", "stack_name": "HeatUtilsCreateSimpleStackTests-2563f14c-aac0-4c02-b3a4-e85b51dbe9ea-stack1", "stack_user_project_id": "47e6c850385449ee998008265fe57605", "deletion_time": null, "creation_time": "2018-09-04T10:30:42Z", "links": [{"href": "http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e/stacks/HeatUtilsCreateSimpleStackTests-2563f14c-aac0-4c02-b3a4-e85b51dbe9ea-stack1/2e346688-7d0e-4173-891d-4d5a96e15a66", "rel": "self"}], "updated_time": null, "project": "da1aa3dc9e564d3d922e61c0121a390e", "stack_owner": null, "stack_status": "CREATE_IN_PROGRESS", "id": "2e346688-7d0e-4173-891d-4d5a96e15a66", "tags": null}]} 2018-09-04 10:30:46,449 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e/stacks?stack_name=HeatUtilsCreateSimpleStackTests-2563f14c-aac0-4c02-b3a4-e85b51dbe9ea-stack1 used request id req-db282d6e-cd11-40ad-8353-4b8b59a0e00c 2018-09-04 10:30:46,452 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e/stacks/2e346688-7d0e-4173-891d-4d5a96e15a66 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}98a8a5cc2e0fd17d833efba4842931757d3af471" 2018-09-04 10:30:47,148 - keystoneauth.session - DEBUG - RESP: [302] Date: Tue, 04 Sep 2018 10:30:46 GMT Server: Apache x-openstack-request-id: req-f41c7cf1-8408-49bb-997b-d28a97538832 Location: http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e/stacks/HeatUtilsCreateSimpleStackTests-2563f14c-aac0-4c02-b3a4-e85b51dbe9ea-stack1/2e346688-7d0e-4173-891d-4d5a96e15a66 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e/stacks/HeatUtilsCreateSimpleStackTests-2563f14c-aac0-4c02-b3a4-e85b51dbe9ea-stack1/2e346688-7d0e-4173-891d-4d5a96e15a66;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-09-04 10:30:47,804 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:30:47 GMT Server: Apache x-openstack-request-id: req-c514e132-36ac-4c56-9568-43e0613a044e 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": "da1aa3dc9e564d3d922e61c0121a390e", "OS::stack_id": "2e346688-7d0e-4173-891d-4d5a96e15a66", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-2563f14c-aac0-4c02-b3a4-e85b51dbe9ea-stack1", "image_name": "HeatUtilsCreateSimpleStackTests-2563f14c-aac0-4c02-b3a4-e85b51dbe9ea-image", "inst_name": "HeatUtilsCreateSimpleStackTests-2563f14c-aac0-4c02-b3a4-e85b51dbe9ea-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-2563f14c-aac0-4c02-b3a4-e85b51dbe9ea-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-2563f14c-aac0-4c02-b3a4-e85b51dbe9ea-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-2563f14c-aac0-4c02-b3a4-e85b51dbe9ea-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-2563f14c-aac0-4c02-b3a4-e85b51dbe9ea-stack1", "stack_user_project_id": "47e6c850385449ee998008265fe57605", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-09-04T10:30:42Z", "links": [{"href": "http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e/stacks/HeatUtilsCreateSimpleStackTests-2563f14c-aac0-4c02-b3a4-e85b51dbe9ea-stack1/2e346688-7d0e-4173-891d-4d5a96e15a66", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "2e346688-7d0e-4173-891d-4d5a96e15a66", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-09-04 10:30:47,804 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e/stacks/HeatUtilsCreateSimpleStackTests-2563f14c-aac0-4c02-b3a4-e85b51dbe9ea-stack1/2e346688-7d0e-4173-891d-4d5a96e15a66 used request id req-c514e132-36ac-4c56-9568-43e0613a044e 2018-09-04 10:30:47,807 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e/stacks/2e346688-7d0e-4173-891d-4d5a96e15a66/resources -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}98a8a5cc2e0fd17d833efba4842931757d3af471" 2018-09-04 10:30:47,884 - keystoneauth.session - DEBUG - RESP: [302] Date: Tue, 04 Sep 2018 10:30:47 GMT Server: Apache x-openstack-request-id: req-436ae15b-1f4b-4861-b2cd-26e3bcc894a5 Location: http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e/stacks/HeatUtilsCreateSimpleStackTests-2563f14c-aac0-4c02-b3a4-e85b51dbe9ea-stack1/2e346688-7d0e-4173-891d-4d5a96e15a66/resources Content-Length: 521 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e/stacks/HeatUtilsCreateSimpleStackTests-2563f14c-aac0-4c02-b3a4-e85b51dbe9ea-stack1/2e346688-7d0e-4173-891d-4d5a96e15a66/resources;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-09-04 10:30:48,638 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:30:47 GMT Server: Apache x-openstack-request-id: req-4e206c88-d58d-45fa-8ea1-eedec035270d Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 573 Content-Type: application/json RESP BODY: {"resources": [{"resource_name": "server1_port", "links": [{"href": "http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e/stacks/HeatUtilsCreateSimpleStackTests-2563f14c-aac0-4c02-b3a4-e85b51dbe9ea-stack1/2e346688-7d0e-4173-891d-4d5a96e15a66/resources/server1_port", "rel": "self"}, {"href": "http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e/stacks/HeatUtilsCreateSimpleStackTests-2563f14c-aac0-4c02-b3a4-e85b51dbe9ea-stack1/2e346688-7d0e-4173-891d-4d5a96e15a66", "rel": "stack"}], "logical_resource_id": "server1_port", "creation_time": "2018-09-04T10:30:43Z", "resource_status": "CREATE_IN_PROGRESS", "updated_time": "2018-09-04T10:30:43Z", "required_by": ["my_instance"], "resource_status_reason": "state changed", "physical_resource_id": "4d9e0466-de80-4ec7-bec2-4c03b1e2d2c2", "resource_type": "OS::Neutron::Port"}, {"resource_name": "private_subnet", "links": [{"href": "http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e/stacks/HeatUtilsCreateSimpleStackTests-2563f14c-aac0-4c02-b3a4-e85b51dbe9ea-stack1/2e346688-7d0e-4173-891d-4d5a96e15a66/resources/private_subnet", "rel": "self"}, {"href": "http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e/stacks/HeatUtilsCreateSimpleStackTests-2563f14c-aac0-4c02-b3a4-e85b51dbe9ea-stack1/2e346688-7d0e-4173-891d-4d5a96e15a66", "rel": "stack"}], "logical_resource_id": "private_subnet", "creation_time": "2018-09-04T10:30:43Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-09-04T10:30:43Z", "required_by": ["server1_port", "my_instance"], "resource_status_reason": "state changed", "physical_resource_id": "b96bcead-17ad-443b-9ede-2e7fe1efa3b7", "resource_type": "OS::Neutron::Subnet"}, {"resource_name": "private_net", "links": [{"href": "http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e/stacks/HeatUtilsCreateSimpleStackTests-2563f14c-aac0-4c02-b3a4-e85b51dbe9ea-stack1/2e346688-7d0e-4173-891d-4d5a96e15a66/resources/private_net", "rel": "self"}, {"href": "http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e/stacks/HeatUtilsCreateSimpleStackTests-2563f14c-aac0-4c02-b3a4-e85b51dbe9ea-stack1/2e346688-7d0e-4173-891d-4d5a96e15a66", "rel": "stack"}], "logical_resource_id": "private_net", "creation_time": "2018-09-04T10:30:43Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-09-04T10:30:43Z", "required_by": ["server1_port", "private_subnet"], "resource_status_reason": "state changed", "physical_resource_id": "bfa0adaf-24b7-4456-a8a2-7df55b32298a", "resource_type": "OS::Neutron::Net"}, {"resource_name": "my_instance", "links": [{"href": "http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e/stacks/HeatUtilsCreateSimpleStackTests-2563f14c-aac0-4c02-b3a4-e85b51dbe9ea-stack1/2e346688-7d0e-4173-891d-4d5a96e15a66/resources/my_instance", "rel": "self"}, {"href": "http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e/stacks/HeatUtilsCreateSimpleStackTests-2563f14c-aac0-4c02-b3a4-e85b51dbe9ea-stack1/2e346688-7d0e-4173-891d-4d5a96e15a66", "rel": "stack"}], "logical_resource_id": "my_instance", "creation_time": "2018-09-04T10:30:43Z", "resource_status": "INIT_COMPLETE", "updated_time": "2018-09-04T10:30:43Z", "required_by": [], "resource_status_reason": "", "physical_resource_id": "", "resource_type": "OS::Nova::Server"}]} 2018-09-04 10:30:48,639 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e/stacks/HeatUtilsCreateSimpleStackTests-2563f14c-aac0-4c02-b3a4-e85b51dbe9ea-stack1/2e346688-7d0e-4173-891d-4d5a96e15a66/resources used request id req-4e206c88-d58d-45fa-8ea1-eedec035270d 2018-09-04 10:30:48,642 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e/stacks/2e346688-7d0e-4173-891d-4d5a96e15a66 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}98a8a5cc2e0fd17d833efba4842931757d3af471" 2018-09-04 10:30:48,720 - keystoneauth.session - DEBUG - RESP: [302] Date: Tue, 04 Sep 2018 10:30:48 GMT Server: Apache x-openstack-request-id: req-4a08e44b-e6e1-4a0b-8060-b8ddbbdcb58b Location: http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e/stacks/HeatUtilsCreateSimpleStackTests-2563f14c-aac0-4c02-b3a4-e85b51dbe9ea-stack1/2e346688-7d0e-4173-891d-4d5a96e15a66 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e/stacks/HeatUtilsCreateSimpleStackTests-2563f14c-aac0-4c02-b3a4-e85b51dbe9ea-stack1/2e346688-7d0e-4173-891d-4d5a96e15a66;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-09-04 10:30:49,391 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:30:48 GMT Server: Apache x-openstack-request-id: req-2d74ddd1-275a-468f-a26b-d7bed6eefc7d 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": "da1aa3dc9e564d3d922e61c0121a390e", "OS::stack_id": "2e346688-7d0e-4173-891d-4d5a96e15a66", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-2563f14c-aac0-4c02-b3a4-e85b51dbe9ea-stack1", "image_name": "HeatUtilsCreateSimpleStackTests-2563f14c-aac0-4c02-b3a4-e85b51dbe9ea-image", "inst_name": "HeatUtilsCreateSimpleStackTests-2563f14c-aac0-4c02-b3a4-e85b51dbe9ea-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-2563f14c-aac0-4c02-b3a4-e85b51dbe9ea-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-2563f14c-aac0-4c02-b3a4-e85b51dbe9ea-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-2563f14c-aac0-4c02-b3a4-e85b51dbe9ea-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-2563f14c-aac0-4c02-b3a4-e85b51dbe9ea-stack1", "stack_user_project_id": "47e6c850385449ee998008265fe57605", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-09-04T10:30:42Z", "links": [{"href": "http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e/stacks/HeatUtilsCreateSimpleStackTests-2563f14c-aac0-4c02-b3a4-e85b51dbe9ea-stack1/2e346688-7d0e-4173-891d-4d5a96e15a66", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "2e346688-7d0e-4173-891d-4d5a96e15a66", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-09-04 10:30:49,391 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e/stacks/HeatUtilsCreateSimpleStackTests-2563f14c-aac0-4c02-b3a4-e85b51dbe9ea-stack1/2e346688-7d0e-4173-891d-4d5a96e15a66 used request id req-2d74ddd1-275a-468f-a26b-d7bed6eefc7d 2018-09-04 10:30:49,395 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e/stacks/2e346688-7d0e-4173-891d-4d5a96e15a66 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}98a8a5cc2e0fd17d833efba4842931757d3af471" 2018-09-04 10:30:49,471 - keystoneauth.session - DEBUG - RESP: [302] Date: Tue, 04 Sep 2018 10:30:49 GMT Server: Apache x-openstack-request-id: req-c24af190-cda7-4920-98df-35fe05dd05fd Location: http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e/stacks/HeatUtilsCreateSimpleStackTests-2563f14c-aac0-4c02-b3a4-e85b51dbe9ea-stack1/2e346688-7d0e-4173-891d-4d5a96e15a66 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e/stacks/HeatUtilsCreateSimpleStackTests-2563f14c-aac0-4c02-b3a4-e85b51dbe9ea-stack1/2e346688-7d0e-4173-891d-4d5a96e15a66;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-09-04 10:30:50,219 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:30:49 GMT Server: Apache x-openstack-request-id: req-6e8ba0c4-0838-4c4b-8973-afe8c013e790 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": "da1aa3dc9e564d3d922e61c0121a390e", "OS::stack_id": "2e346688-7d0e-4173-891d-4d5a96e15a66", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-2563f14c-aac0-4c02-b3a4-e85b51dbe9ea-stack1", "image_name": "HeatUtilsCreateSimpleStackTests-2563f14c-aac0-4c02-b3a4-e85b51dbe9ea-image", "inst_name": "HeatUtilsCreateSimpleStackTests-2563f14c-aac0-4c02-b3a4-e85b51dbe9ea-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-2563f14c-aac0-4c02-b3a4-e85b51dbe9ea-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-2563f14c-aac0-4c02-b3a4-e85b51dbe9ea-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-2563f14c-aac0-4c02-b3a4-e85b51dbe9ea-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-2563f14c-aac0-4c02-b3a4-e85b51dbe9ea-stack1", "stack_user_project_id": "47e6c850385449ee998008265fe57605", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-09-04T10:30:42Z", "links": [{"href": "http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e/stacks/HeatUtilsCreateSimpleStackTests-2563f14c-aac0-4c02-b3a4-e85b51dbe9ea-stack1/2e346688-7d0e-4173-891d-4d5a96e15a66", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "2e346688-7d0e-4173-891d-4d5a96e15a66", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-09-04 10:30:50,219 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e/stacks/HeatUtilsCreateSimpleStackTests-2563f14c-aac0-4c02-b3a4-e85b51dbe9ea-stack1/2e346688-7d0e-4173-891d-4d5a96e15a66 used request id req-6e8ba0c4-0838-4c4b-8973-afe8c013e790 2018-09-04 10:30:53,226 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e/stacks/2e346688-7d0e-4173-891d-4d5a96e15a66 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}98a8a5cc2e0fd17d833efba4842931757d3af471" 2018-09-04 10:30:53,301 - keystoneauth.session - DEBUG - RESP: [302] Date: Tue, 04 Sep 2018 10:30:53 GMT Server: Apache x-openstack-request-id: req-908fec44-110a-4a5a-bcc1-352b5fcc1d1f Location: http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e/stacks/HeatUtilsCreateSimpleStackTests-2563f14c-aac0-4c02-b3a4-e85b51dbe9ea-stack1/2e346688-7d0e-4173-891d-4d5a96e15a66 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e/stacks/HeatUtilsCreateSimpleStackTests-2563f14c-aac0-4c02-b3a4-e85b51dbe9ea-stack1/2e346688-7d0e-4173-891d-4d5a96e15a66;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-09-04 10:30:53,425 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:30:53 GMT Server: Apache x-openstack-request-id: req-c0e53b27-744c-49ed-b4f2-e797a8a9ed27 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": "da1aa3dc9e564d3d922e61c0121a390e", "OS::stack_id": "2e346688-7d0e-4173-891d-4d5a96e15a66", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-2563f14c-aac0-4c02-b3a4-e85b51dbe9ea-stack1", "image_name": "HeatUtilsCreateSimpleStackTests-2563f14c-aac0-4c02-b3a4-e85b51dbe9ea-image", "inst_name": "HeatUtilsCreateSimpleStackTests-2563f14c-aac0-4c02-b3a4-e85b51dbe9ea-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-2563f14c-aac0-4c02-b3a4-e85b51dbe9ea-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-2563f14c-aac0-4c02-b3a4-e85b51dbe9ea-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-2563f14c-aac0-4c02-b3a4-e85b51dbe9ea-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-2563f14c-aac0-4c02-b3a4-e85b51dbe9ea-stack1", "stack_user_project_id": "47e6c850385449ee998008265fe57605", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-09-04T10:30:42Z", "links": [{"href": "http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e/stacks/HeatUtilsCreateSimpleStackTests-2563f14c-aac0-4c02-b3a4-e85b51dbe9ea-stack1/2e346688-7d0e-4173-891d-4d5a96e15a66", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "2e346688-7d0e-4173-891d-4d5a96e15a66", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-09-04 10:30:53,426 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e/stacks/HeatUtilsCreateSimpleStackTests-2563f14c-aac0-4c02-b3a4-e85b51dbe9ea-stack1/2e346688-7d0e-4173-891d-4d5a96e15a66 used request id req-c0e53b27-744c-49ed-b4f2-e797a8a9ed27 2018-09-04 10:30:56,432 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e/stacks/2e346688-7d0e-4173-891d-4d5a96e15a66 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}98a8a5cc2e0fd17d833efba4842931757d3af471" 2018-09-04 10:30:56,511 - keystoneauth.session - DEBUG - RESP: [302] Date: Tue, 04 Sep 2018 10:30:56 GMT Server: Apache x-openstack-request-id: req-abd7d3ef-15b0-4c72-89ba-0cf43b54c865 Location: http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e/stacks/HeatUtilsCreateSimpleStackTests-2563f14c-aac0-4c02-b3a4-e85b51dbe9ea-stack1/2e346688-7d0e-4173-891d-4d5a96e15a66 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e/stacks/HeatUtilsCreateSimpleStackTests-2563f14c-aac0-4c02-b3a4-e85b51dbe9ea-stack1/2e346688-7d0e-4173-891d-4d5a96e15a66;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-09-04 10:30:57,241 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:30:56 GMT Server: Apache x-openstack-request-id: req-3b772679-6291-4be1-aa44-d58a3fd66179 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": "da1aa3dc9e564d3d922e61c0121a390e", "OS::stack_id": "2e346688-7d0e-4173-891d-4d5a96e15a66", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-2563f14c-aac0-4c02-b3a4-e85b51dbe9ea-stack1", "image_name": "HeatUtilsCreateSimpleStackTests-2563f14c-aac0-4c02-b3a4-e85b51dbe9ea-image", "inst_name": "HeatUtilsCreateSimpleStackTests-2563f14c-aac0-4c02-b3a4-e85b51dbe9ea-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-2563f14c-aac0-4c02-b3a4-e85b51dbe9ea-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-2563f14c-aac0-4c02-b3a4-e85b51dbe9ea-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-2563f14c-aac0-4c02-b3a4-e85b51dbe9ea-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-2563f14c-aac0-4c02-b3a4-e85b51dbe9ea-stack1", "stack_user_project_id": "47e6c850385449ee998008265fe57605", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-09-04T10:30:42Z", "links": [{"href": "http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e/stacks/HeatUtilsCreateSimpleStackTests-2563f14c-aac0-4c02-b3a4-e85b51dbe9ea-stack1/2e346688-7d0e-4173-891d-4d5a96e15a66", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "2e346688-7d0e-4173-891d-4d5a96e15a66", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-09-04 10:30:57,241 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e/stacks/HeatUtilsCreateSimpleStackTests-2563f14c-aac0-4c02-b3a4-e85b51dbe9ea-stack1/2e346688-7d0e-4173-891d-4d5a96e15a66 used request id req-3b772679-6291-4be1-aa44-d58a3fd66179 2018-09-04 10:31:00,247 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e/stacks/2e346688-7d0e-4173-891d-4d5a96e15a66 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}98a8a5cc2e0fd17d833efba4842931757d3af471" 2018-09-04 10:31:00,322 - keystoneauth.session - DEBUG - RESP: [302] Date: Tue, 04 Sep 2018 10:31:00 GMT Server: Apache x-openstack-request-id: req-b6e27297-438c-49a0-b8bd-c2ed30c9af26 Location: http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e/stacks/HeatUtilsCreateSimpleStackTests-2563f14c-aac0-4c02-b3a4-e85b51dbe9ea-stack1/2e346688-7d0e-4173-891d-4d5a96e15a66 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e/stacks/HeatUtilsCreateSimpleStackTests-2563f14c-aac0-4c02-b3a4-e85b51dbe9ea-stack1/2e346688-7d0e-4173-891d-4d5a96e15a66;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-09-04 10:31:00,397 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:31:00 GMT Server: Apache x-openstack-request-id: req-ca47f58b-ed30-437b-80bc-3e6ffe2b9dad 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": "da1aa3dc9e564d3d922e61c0121a390e", "OS::stack_id": "2e346688-7d0e-4173-891d-4d5a96e15a66", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-2563f14c-aac0-4c02-b3a4-e85b51dbe9ea-stack1", "image_name": "HeatUtilsCreateSimpleStackTests-2563f14c-aac0-4c02-b3a4-e85b51dbe9ea-image", "inst_name": "HeatUtilsCreateSimpleStackTests-2563f14c-aac0-4c02-b3a4-e85b51dbe9ea-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-2563f14c-aac0-4c02-b3a4-e85b51dbe9ea-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-2563f14c-aac0-4c02-b3a4-e85b51dbe9ea-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-2563f14c-aac0-4c02-b3a4-e85b51dbe9ea-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-2563f14c-aac0-4c02-b3a4-e85b51dbe9ea-stack1", "stack_user_project_id": "47e6c850385449ee998008265fe57605", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-09-04T10:30:42Z", "links": [{"href": "http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e/stacks/HeatUtilsCreateSimpleStackTests-2563f14c-aac0-4c02-b3a4-e85b51dbe9ea-stack1/2e346688-7d0e-4173-891d-4d5a96e15a66", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "2e346688-7d0e-4173-891d-4d5a96e15a66", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-09-04 10:31:00,397 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e/stacks/HeatUtilsCreateSimpleStackTests-2563f14c-aac0-4c02-b3a4-e85b51dbe9ea-stack1/2e346688-7d0e-4173-891d-4d5a96e15a66 used request id req-ca47f58b-ed30-437b-80bc-3e6ffe2b9dad 2018-09-04 10:31:03,402 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e/stacks/2e346688-7d0e-4173-891d-4d5a96e15a66 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}98a8a5cc2e0fd17d833efba4842931757d3af471" 2018-09-04 10:31:03,479 - keystoneauth.session - DEBUG - RESP: [302] Date: Tue, 04 Sep 2018 10:31:03 GMT Server: Apache x-openstack-request-id: req-b06dc21b-d4d6-414d-9e26-21a70bdb0f2e Location: http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e/stacks/HeatUtilsCreateSimpleStackTests-2563f14c-aac0-4c02-b3a4-e85b51dbe9ea-stack1/2e346688-7d0e-4173-891d-4d5a96e15a66 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e/stacks/HeatUtilsCreateSimpleStackTests-2563f14c-aac0-4c02-b3a4-e85b51dbe9ea-stack1/2e346688-7d0e-4173-891d-4d5a96e15a66;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-09-04 10:31:03,557 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:31:03 GMT Server: Apache x-openstack-request-id: req-3785e216-430f-4717-b816-2353136d9f9c 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": "da1aa3dc9e564d3d922e61c0121a390e", "OS::stack_id": "2e346688-7d0e-4173-891d-4d5a96e15a66", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-2563f14c-aac0-4c02-b3a4-e85b51dbe9ea-stack1", "image_name": "HeatUtilsCreateSimpleStackTests-2563f14c-aac0-4c02-b3a4-e85b51dbe9ea-image", "inst_name": "HeatUtilsCreateSimpleStackTests-2563f14c-aac0-4c02-b3a4-e85b51dbe9ea-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-2563f14c-aac0-4c02-b3a4-e85b51dbe9ea-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-2563f14c-aac0-4c02-b3a4-e85b51dbe9ea-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-2563f14c-aac0-4c02-b3a4-e85b51dbe9ea-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-2563f14c-aac0-4c02-b3a4-e85b51dbe9ea-stack1", "stack_user_project_id": "47e6c850385449ee998008265fe57605", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2018-09-04T10:30:42Z", "links": [{"href": "http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e/stacks/HeatUtilsCreateSimpleStackTests-2563f14c-aac0-4c02-b3a4-e85b51dbe9ea-stack1/2e346688-7d0e-4173-891d-4d5a96e15a66", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "2e346688-7d0e-4173-891d-4d5a96e15a66", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-09-04 10:31:03,557 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e/stacks/HeatUtilsCreateSimpleStackTests-2563f14c-aac0-4c02-b3a4-e85b51dbe9ea-stack1/2e346688-7d0e-4173-891d-4d5a96e15a66 used request id req-3785e216-430f-4717-b816-2353136d9f9c 2018-09-04 10:31:03,560 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e/stacks/2e346688-7d0e-4173-891d-4d5a96e15a66/resources -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}98a8a5cc2e0fd17d833efba4842931757d3af471" 2018-09-04 10:31:03,735 - keystoneauth.session - DEBUG - RESP: [302] Date: Tue, 04 Sep 2018 10:31:03 GMT Server: Apache x-openstack-request-id: req-ce301343-009d-4cb4-9862-b30a9fdfdc66 Location: http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e/stacks/HeatUtilsCreateSimpleStackTests-2563f14c-aac0-4c02-b3a4-e85b51dbe9ea-stack1/2e346688-7d0e-4173-891d-4d5a96e15a66/resources Content-Length: 521 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e/stacks/HeatUtilsCreateSimpleStackTests-2563f14c-aac0-4c02-b3a4-e85b51dbe9ea-stack1/2e346688-7d0e-4173-891d-4d5a96e15a66/resources;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-09-04 10:31:03,911 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:31:03 GMT Server: Apache x-openstack-request-id: req-97e28133-3137-4367-9395-b6228c30445c Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 575 Content-Type: application/json RESP BODY: {"resources": [{"resource_name": "server1_port", "links": [{"href": "http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e/stacks/HeatUtilsCreateSimpleStackTests-2563f14c-aac0-4c02-b3a4-e85b51dbe9ea-stack1/2e346688-7d0e-4173-891d-4d5a96e15a66/resources/server1_port", "rel": "self"}, {"href": "http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e/stacks/HeatUtilsCreateSimpleStackTests-2563f14c-aac0-4c02-b3a4-e85b51dbe9ea-stack1/2e346688-7d0e-4173-891d-4d5a96e15a66", "rel": "stack"}], "logical_resource_id": "server1_port", "creation_time": "2018-09-04T10:30:43Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-09-04T10:30:43Z", "required_by": ["my_instance"], "resource_status_reason": "state changed", "physical_resource_id": "4d9e0466-de80-4ec7-bec2-4c03b1e2d2c2", "resource_type": "OS::Neutron::Port"}, {"resource_name": "private_subnet", "links": [{"href": "http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e/stacks/HeatUtilsCreateSimpleStackTests-2563f14c-aac0-4c02-b3a4-e85b51dbe9ea-stack1/2e346688-7d0e-4173-891d-4d5a96e15a66/resources/private_subnet", "rel": "self"}, {"href": "http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e/stacks/HeatUtilsCreateSimpleStackTests-2563f14c-aac0-4c02-b3a4-e85b51dbe9ea-stack1/2e346688-7d0e-4173-891d-4d5a96e15a66", "rel": "stack"}], "logical_resource_id": "private_subnet", "creation_time": "2018-09-04T10:30:43Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-09-04T10:30:43Z", "required_by": ["server1_port", "my_instance"], "resource_status_reason": "state changed", "physical_resource_id": "b96bcead-17ad-443b-9ede-2e7fe1efa3b7", "resource_type": "OS::Neutron::Subnet"}, {"resource_name": "private_net", "links": [{"href": "http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e/stacks/HeatUtilsCreateSimpleStackTests-2563f14c-aac0-4c02-b3a4-e85b51dbe9ea-stack1/2e346688-7d0e-4173-891d-4d5a96e15a66/resources/private_net", "rel": "self"}, {"href": "http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e/stacks/HeatUtilsCreateSimpleStackTests-2563f14c-aac0-4c02-b3a4-e85b51dbe9ea-stack1/2e346688-7d0e-4173-891d-4d5a96e15a66", "rel": "stack"}], "logical_resource_id": "private_net", "creation_time": "2018-09-04T10:30:43Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-09-04T10:30:43Z", "required_by": ["server1_port", "private_subnet"], "resource_status_reason": "state changed", "physical_resource_id": "bfa0adaf-24b7-4456-a8a2-7df55b32298a", "resource_type": "OS::Neutron::Net"}, {"resource_name": "my_instance", "links": [{"href": "http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e/stacks/HeatUtilsCreateSimpleStackTests-2563f14c-aac0-4c02-b3a4-e85b51dbe9ea-stack1/2e346688-7d0e-4173-891d-4d5a96e15a66/resources/my_instance", "rel": "self"}, {"href": "http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e/stacks/HeatUtilsCreateSimpleStackTests-2563f14c-aac0-4c02-b3a4-e85b51dbe9ea-stack1/2e346688-7d0e-4173-891d-4d5a96e15a66", "rel": "stack"}], "logical_resource_id": "my_instance", "creation_time": "2018-09-04T10:30:43Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-09-04T10:30:43Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "f00cd84f-82d7-4994-ad62-23e0536bbbb1", "resource_type": "OS::Nova::Server"}]} 2018-09-04 10:31:03,911 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e/stacks/HeatUtilsCreateSimpleStackTests-2563f14c-aac0-4c02-b3a4-e85b51dbe9ea-stack1/2e346688-7d0e-4173-891d-4d5a96e15a66/resources used request id req-97e28133-3137-4367-9395-b6228c30445c 2018-09-04 10:31:03,917 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?id=bfa0adaf-24b7-4456-a8a2-7df55b32298a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}98a8a5cc2e0fd17d833efba4842931757d3af471" 2018-09-04 10:31:03,996 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 732 X-Openstack-Request-Id: req-45f592ca-0257-487a-8dfb-087432d97429 Date: Tue, 04 Sep 2018 10:31:04 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"bfa0adaf-24b7-4456-a8a2-7df55b32298a","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"da1aa3dc9e564d3d922e61c0121a390e","status":"ACTIVE","subnets":["b96bcead-17ad-443b-9ede-2e7fe1efa3b7"],"description":"","tags":[],"updated_at":"2018-09-04T10:30:45Z","provider:segmentation_id":92,"name":"HeatUtilsCreateSimpleStackTests-2563f14c-aac0-4c02-b3a4-e85b51dbe9ea-net","admin_state_up":true,"tenant_id":"da1aa3dc9e564d3d922e61c0121a390e","created_at":"2018-09-04T10:30:44Z","provider:network_type":"vxlan"}]} 2018-09-04 10:31:03,996 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?id=bfa0adaf-24b7-4456-a8a2-7df55b32298a used request id req-45f592ca-0257-487a-8dfb-087432d97429 2018-09-04 10:31:04,002 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=bfa0adaf-24b7-4456-a8a2-7df55b32298a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}98a8a5cc2e0fd17d833efba4842931757d3af471" 2018-09-04 10:31:04,185 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-3fc6ee15-a3e9-45ae-9be3-f34985f233cd Date: Tue, 04 Sep 2018 10:31:04 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"bfa0adaf-24b7-4456-a8a2-7df55b32298a","tenant_id":"da1aa3dc9e564d3d922e61c0121a390e","created_at":"2018-09-04T10:30:45Z","dns_nameservers":[],"updated_at":"2018-09-04T10:30:45Z","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":"da1aa3dc9e564d3d922e61c0121a390e","id":"b96bcead-17ad-443b-9ede-2e7fe1efa3b7","subnetpool_id":null,"name":"HeatUtilsCreateSimpleStackTests-2563f14c-aac0-4c02-b3a4-e85b51dbe9ea-subnet"}]} 2018-09-04 10:31:04,185 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=bfa0adaf-24b7-4456-a8a2-7df55b32298a used request id req-3fc6ee15-a3e9-45ae-9be3-f34985f233cd 2018-09-04 10:31:04,191 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=bfa0adaf-24b7-4456-a8a2-7df55b32298a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}98a8a5cc2e0fd17d833efba4842931757d3af471" 2018-09-04 10:31:04,241 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-789a3fd3-8381-4212-8e73-aa65dcb4a102 Date: Tue, 04 Sep 2018 10:31:04 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"bfa0adaf-24b7-4456-a8a2-7df55b32298a","tenant_id":"da1aa3dc9e564d3d922e61c0121a390e","created_at":"2018-09-04T10:30:45Z","dns_nameservers":[],"updated_at":"2018-09-04T10:30:45Z","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":"da1aa3dc9e564d3d922e61c0121a390e","id":"b96bcead-17ad-443b-9ede-2e7fe1efa3b7","subnetpool_id":null,"name":"HeatUtilsCreateSimpleStackTests-2563f14c-aac0-4c02-b3a4-e85b51dbe9ea-subnet"}]} 2018-09-04 10:31:04,241 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=bfa0adaf-24b7-4456-a8a2-7df55b32298a used request id req-789a3fd3-8381-4212-8e73-aa65dcb4a102 2018-09-04 10:31:04,241 - nova_utils - DEBUG - Retrieving Nova Client 2018-09-04 10:31:04,243 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28: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}98a8a5cc2e0fd17d833efba4842931757d3af471" 2018-09-04 10:31:04,329 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:31:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7b11461a-78f8-42c0-805a-64b2f154f343 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.28:5000/v3/", "rel": "self"}]}} 2018-09-04 10:31:04,329 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-7b11461a-78f8-42c0-805a-64b2f154f343 2018-09-04 10:31:04,334 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e/stacks/2e346688-7d0e-4173-891d-4d5a96e15a66/resources -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}98a8a5cc2e0fd17d833efba4842931757d3af471" 2018-09-04 10:31:05,024 - keystoneauth.session - DEBUG - RESP: [302] Date: Tue, 04 Sep 2018 10:31:04 GMT Server: Apache x-openstack-request-id: req-43e87ad1-6c4d-4202-8d73-a6a8f60968ce Location: http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e/stacks/HeatUtilsCreateSimpleStackTests-2563f14c-aac0-4c02-b3a4-e85b51dbe9ea-stack1/2e346688-7d0e-4173-891d-4d5a96e15a66/resources Content-Length: 521 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e/stacks/HeatUtilsCreateSimpleStackTests-2563f14c-aac0-4c02-b3a4-e85b51dbe9ea-stack1/2e346688-7d0e-4173-891d-4d5a96e15a66/resources;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-09-04 10:31:05,746 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:31:05 GMT Server: Apache x-openstack-request-id: req-27cb7ef8-cf06-4ff1-adf8-a0348be1f19f Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 575 Content-Type: application/json RESP BODY: {"resources": [{"resource_name": "server1_port", "links": [{"href": "http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e/stacks/HeatUtilsCreateSimpleStackTests-2563f14c-aac0-4c02-b3a4-e85b51dbe9ea-stack1/2e346688-7d0e-4173-891d-4d5a96e15a66/resources/server1_port", "rel": "self"}, {"href": "http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e/stacks/HeatUtilsCreateSimpleStackTests-2563f14c-aac0-4c02-b3a4-e85b51dbe9ea-stack1/2e346688-7d0e-4173-891d-4d5a96e15a66", "rel": "stack"}], "logical_resource_id": "server1_port", "creation_time": "2018-09-04T10:30:43Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-09-04T10:30:43Z", "required_by": ["my_instance"], "resource_status_reason": "state changed", "physical_resource_id": "4d9e0466-de80-4ec7-bec2-4c03b1e2d2c2", "resource_type": "OS::Neutron::Port"}, {"resource_name": "private_subnet", "links": [{"href": "http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e/stacks/HeatUtilsCreateSimpleStackTests-2563f14c-aac0-4c02-b3a4-e85b51dbe9ea-stack1/2e346688-7d0e-4173-891d-4d5a96e15a66/resources/private_subnet", "rel": "self"}, {"href": "http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e/stacks/HeatUtilsCreateSimpleStackTests-2563f14c-aac0-4c02-b3a4-e85b51dbe9ea-stack1/2e346688-7d0e-4173-891d-4d5a96e15a66", "rel": "stack"}], "logical_resource_id": "private_subnet", "creation_time": "2018-09-04T10:30:43Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-09-04T10:30:43Z", "required_by": ["server1_port", "my_instance"], "resource_status_reason": "state changed", "physical_resource_id": "b96bcead-17ad-443b-9ede-2e7fe1efa3b7", "resource_type": "OS::Neutron::Subnet"}, {"resource_name": "private_net", "links": [{"href": "http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e/stacks/HeatUtilsCreateSimpleStackTests-2563f14c-aac0-4c02-b3a4-e85b51dbe9ea-stack1/2e346688-7d0e-4173-891d-4d5a96e15a66/resources/private_net", "rel": "self"}, {"href": "http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e/stacks/HeatUtilsCreateSimpleStackTests-2563f14c-aac0-4c02-b3a4-e85b51dbe9ea-stack1/2e346688-7d0e-4173-891d-4d5a96e15a66", "rel": "stack"}], "logical_resource_id": "private_net", "creation_time": "2018-09-04T10:30:43Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-09-04T10:30:43Z", "required_by": ["server1_port", "private_subnet"], "resource_status_reason": "state changed", "physical_resource_id": "bfa0adaf-24b7-4456-a8a2-7df55b32298a", "resource_type": "OS::Neutron::Net"}, {"resource_name": "my_instance", "links": [{"href": "http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e/stacks/HeatUtilsCreateSimpleStackTests-2563f14c-aac0-4c02-b3a4-e85b51dbe9ea-stack1/2e346688-7d0e-4173-891d-4d5a96e15a66/resources/my_instance", "rel": "self"}, {"href": "http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e/stacks/HeatUtilsCreateSimpleStackTests-2563f14c-aac0-4c02-b3a4-e85b51dbe9ea-stack1/2e346688-7d0e-4173-891d-4d5a96e15a66", "rel": "stack"}], "logical_resource_id": "my_instance", "creation_time": "2018-09-04T10:30:43Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-09-04T10:30:43Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "f00cd84f-82d7-4994-ad62-23e0536bbbb1", "resource_type": "OS::Nova::Server"}]} 2018-09-04 10:31:05,747 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e/stacks/HeatUtilsCreateSimpleStackTests-2563f14c-aac0-4c02-b3a4-e85b51dbe9ea-stack1/2e346688-7d0e-4173-891d-4d5a96e15a66/resources used request id req-27cb7ef8-cf06-4ff1-adf8-a0348be1f19f 2018-09-04 10:31:05,750 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/f00cd84f-82d7-4994-ad62-23e0536bbbb1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}98a8a5cc2e0fd17d833efba4842931757d3af471" 2018-09-04 10:31:06,289 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:31: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-ae63ac01-2425-402e-8d79-4f78c9dd61dc x-compute-request-id: req-ae63ac01-2425-402e-8d79-4f78c9dd61dc Content-Encoding: gzip Content-Length: 824 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"HeatUtilsCreateSimpleStackTests-2563f14c-aac0-4c02-b3a4-e85b51dbe9ea-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:21:7e:a5", "version": 4, "addr": "10.0.0.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/f00cd84f-82d7-4994-ad62-23e0536bbbb1", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/f00cd84f-82d7-4994-ad62-23e0536bbbb1", "rel": "bookmark"}], "image": {"id": "58c3460e-74c6-4a18-a5b5-57c88d6b6d3a", "links": [{"href": "http://172.30.9.28:8774/images/58c3460e-74c6-4a18-a5b5-57c88d6b6d3a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000012", "OS-SRV-USG:launched_at": "2018-09-04T10:31:00.000000", "flavor": {"id": "853cb3e4-17d8-424d-9f53-fd629b384b65", "links": [{"href": "http://172.30.9.28:8774/flavors/853cb3e4-17d8-424d-9f53-fd629b384b65", "rel": "bookmark"}]}, "id": "f00cd84f-82d7-4994-ad62-23e0536bbbb1", "security_groups": [{"name": "default"}], "user_id": "6cb53a06110b45a6a2f21cb265048110", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-04T10:31:00Z", "hostId": "92be8ba6728a92d3ed5c720961d3a910e67ba0dffe84004d883f496d", "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-2563f14c-aac0-4c02-b3a4-e85b51dbe9ea-inst", "created": "2018-09-04T10:30:52Z", "tenant_id": "da1aa3dc9e564d3d922e61c0121a390e", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 10:31:06,289 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/f00cd84f-82d7-4994-ad62-23e0536bbbb1 used request id req-ae63ac01-2425-402e-8d79-4f78c9dd61dc 2018-09-04 10:31:06,295 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=HeatUtilsCreateSimpleStackTests-2563f14c-aac0-4c02-b3a4-e85b51dbe9ea-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}98a8a5cc2e0fd17d833efba4842931757d3af471" 2018-09-04 10:31:06,374 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 732 X-Openstack-Request-Id: req-5ad1c831-3710-4a7b-8e49-32380eec26fe Date: Tue, 04 Sep 2018 10:31:06 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"bfa0adaf-24b7-4456-a8a2-7df55b32298a","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"da1aa3dc9e564d3d922e61c0121a390e","status":"ACTIVE","subnets":["b96bcead-17ad-443b-9ede-2e7fe1efa3b7"],"description":"","tags":[],"updated_at":"2018-09-04T10:30:45Z","provider:segmentation_id":92,"name":"HeatUtilsCreateSimpleStackTests-2563f14c-aac0-4c02-b3a4-e85b51dbe9ea-net","admin_state_up":true,"tenant_id":"da1aa3dc9e564d3d922e61c0121a390e","created_at":"2018-09-04T10:30:44Z","provider:network_type":"vxlan"}]} 2018-09-04 10:31:06,374 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=HeatUtilsCreateSimpleStackTests-2563f14c-aac0-4c02-b3a4-e85b51dbe9ea-net used request id req-5ad1c831-3710-4a7b-8e49-32380eec26fe 2018-09-04 10:31:06,377 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-04 10:31:06,382 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 04 Sep 2018 10:31:06 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.28: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.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-04 10:31:06,383 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/da1aa3dc9e564d3d922e61c0121a390e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}98a8a5cc2e0fd17d833efba4842931757d3af471" 2018-09-04 10:31:06,465 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:31:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-51bd7467-a441-4969-9a82-94253de025fd Content-Encoding: gzip Content-Length: 245 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.28:5000/v3/projects/da1aa3dc9e564d3d922e61c0121a390e"}, "enabled": true, "id": "da1aa3dc9e564d3d922e61c0121a390e", "parent_id": "default", "domain_id": "default", "name": "api_check-project_95790658-ea1a-473f-b71a-0aa15c3467f2"}} 2018-09-04 10:31:06,465 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/da1aa3dc9e564d3d922e61c0121a390e used request id req-51bd7467-a441-4969-9a82-94253de025fd 2018-09-04 10:31:06,470 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=bfa0adaf-24b7-4456-a8a2-7df55b32298a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}98a8a5cc2e0fd17d833efba4842931757d3af471" 2018-09-04 10:31:06,523 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-779664df-9827-410d-a359-954970d4fbf8 Date: Tue, 04 Sep 2018 10:31:06 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"bfa0adaf-24b7-4456-a8a2-7df55b32298a","tenant_id":"da1aa3dc9e564d3d922e61c0121a390e","created_at":"2018-09-04T10:30:45Z","dns_nameservers":[],"updated_at":"2018-09-04T10:30:45Z","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":"da1aa3dc9e564d3d922e61c0121a390e","id":"b96bcead-17ad-443b-9ede-2e7fe1efa3b7","subnetpool_id":null,"name":"HeatUtilsCreateSimpleStackTests-2563f14c-aac0-4c02-b3a4-e85b51dbe9ea-subnet"}]} 2018-09-04 10:31:06,523 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=bfa0adaf-24b7-4456-a8a2-7df55b32298a used request id req-779664df-9827-410d-a359-954970d4fbf8 2018-09-04 10:31:06,529 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?network_id=bfa0adaf-24b7-4456-a8a2-7df55b32298a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}98a8a5cc2e0fd17d833efba4842931757d3af471" 2018-09-04 10:31:06,575 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3562 X-Openstack-Request-Id: req-ad2d2780-bd56-4289-b7ed-2aa8861884e7 Date: Tue, 04 Sep 2018 10:31:06 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T10:30:58Z","device_owner":"compute:nova","revision_number":5,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"b96bcead-17ad-443b-9ede-2e7fe1efa3b7","ip_address":"10.0.0.12"}],"id":"4d9e0466-de80-4ec7-bec2-4c03b1e2d2c2","security_groups":["a0350fb5-7963-482b-9b06-fea838951872"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:21:7e:a5","project_id":"da1aa3dc9e564d3d922e61c0121a390e","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"device_id":"f00cd84f-82d7-4994-ad62-23e0536bbbb1","name":"HeatUtilsCreateSimpleStackTests-2563f14c-aac0-4c02-b3a4-e85b51dbe9ea-stack1-server1_port-slfc3tlsmtax","admin_state_up":true,"network_id":"bfa0adaf-24b7-4456-a8a2-7df55b32298a","tenant_id":"da1aa3dc9e564d3d922e61c0121a390e","created_at":"2018-09-04T10:30:47Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T10:30:47Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"b96bcead-17ad-443b-9ede-2e7fe1efa3b7","ip_address":"10.0.0.2"}],"id":"d8103ec5-eb80-48f7-902f-a51ffac4890e","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:c6:cb:f3","project_id":"da1aa3dc9e564d3d922e61c0121a390e","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-bfa0adaf-24b7-4456-a8a2-7df55b32298a","name":"","admin_state_up":true,"network_id":"bfa0adaf-24b7-4456-a8a2-7df55b32298a","tenant_id":"da1aa3dc9e564d3d922e61c0121a390e","created_at":"2018-09-04T10:30:46Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T10:30:47Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"b96bcead-17ad-443b-9ede-2e7fe1efa3b7","ip_address":"10.0.0.3"}],"id":"e7353305-8795-4640-b5de-0fe817d07cdc","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:81:8b:37","project_id":"da1aa3dc9e564d3d922e61c0121a390e","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-bfa0adaf-24b7-4456-a8a2-7df55b32298a","name":"","admin_state_up":true,"network_id":"bfa0adaf-24b7-4456-a8a2-7df55b32298a","tenant_id":"da1aa3dc9e564d3d922e61c0121a390e","created_at":"2018-09-04T10:30:46Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T10:30:48Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"b96bcead-17ad-443b-9ede-2e7fe1efa3b7","ip_address":"10.0.0.4"}],"id":"eeef4e9e-9521-4f12-b941-4a35cc96400d","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:21:a9:61","project_id":"da1aa3dc9e564d3d922e61c0121a390e","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-bfa0adaf-24b7-4456-a8a2-7df55b32298a","name":"","admin_state_up":true,"network_id":"bfa0adaf-24b7-4456-a8a2-7df55b32298a","tenant_id":"da1aa3dc9e564d3d922e61c0121a390e","created_at":"2018-09-04T10:30:47Z","binding:vnic_type":"normal"}]} 2018-09-04 10:31:06,575 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?network_id=bfa0adaf-24b7-4456-a8a2-7df55b32298a used request id req-ad2d2780-bd56-4289-b7ed-2aa8861884e7 2018-09-04 10:31:06,578 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e/stacks/2e346688-7d0e-4173-891d-4d5a96e15a66/resources -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}98a8a5cc2e0fd17d833efba4842931757d3af471" 2018-09-04 10:31:07,278 - keystoneauth.session - DEBUG - RESP: [302] Date: Tue, 04 Sep 2018 10:31:06 GMT Server: Apache x-openstack-request-id: req-5a372dfd-6d16-436b-99f3-7959d0bb8be4 Location: http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e/stacks/HeatUtilsCreateSimpleStackTests-2563f14c-aac0-4c02-b3a4-e85b51dbe9ea-stack1/2e346688-7d0e-4173-891d-4d5a96e15a66/resources Content-Length: 521 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e/stacks/HeatUtilsCreateSimpleStackTests-2563f14c-aac0-4c02-b3a4-e85b51dbe9ea-stack1/2e346688-7d0e-4173-891d-4d5a96e15a66/resources;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-09-04 10:31:07,989 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:31:07 GMT Server: Apache x-openstack-request-id: req-beb79937-4c61-4cb9-a78d-7613ca0ac361 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 575 Content-Type: application/json RESP BODY: {"resources": [{"resource_name": "server1_port", "links": [{"href": "http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e/stacks/HeatUtilsCreateSimpleStackTests-2563f14c-aac0-4c02-b3a4-e85b51dbe9ea-stack1/2e346688-7d0e-4173-891d-4d5a96e15a66/resources/server1_port", "rel": "self"}, {"href": "http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e/stacks/HeatUtilsCreateSimpleStackTests-2563f14c-aac0-4c02-b3a4-e85b51dbe9ea-stack1/2e346688-7d0e-4173-891d-4d5a96e15a66", "rel": "stack"}], "logical_resource_id": "server1_port", "creation_time": "2018-09-04T10:30:43Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-09-04T10:30:43Z", "required_by": ["my_instance"], "resource_status_reason": "state changed", "physical_resource_id": "4d9e0466-de80-4ec7-bec2-4c03b1e2d2c2", "resource_type": "OS::Neutron::Port"}, {"resource_name": "private_subnet", "links": [{"href": "http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e/stacks/HeatUtilsCreateSimpleStackTests-2563f14c-aac0-4c02-b3a4-e85b51dbe9ea-stack1/2e346688-7d0e-4173-891d-4d5a96e15a66/resources/private_subnet", "rel": "self"}, {"href": "http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e/stacks/HeatUtilsCreateSimpleStackTests-2563f14c-aac0-4c02-b3a4-e85b51dbe9ea-stack1/2e346688-7d0e-4173-891d-4d5a96e15a66", "rel": "stack"}], "logical_resource_id": "private_subnet", "creation_time": "2018-09-04T10:30:43Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-09-04T10:30:43Z", "required_by": ["server1_port", "my_instance"], "resource_status_reason": "state changed", "physical_resource_id": "b96bcead-17ad-443b-9ede-2e7fe1efa3b7", "resource_type": "OS::Neutron::Subnet"}, {"resource_name": "private_net", "links": [{"href": "http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e/stacks/HeatUtilsCreateSimpleStackTests-2563f14c-aac0-4c02-b3a4-e85b51dbe9ea-stack1/2e346688-7d0e-4173-891d-4d5a96e15a66/resources/private_net", "rel": "self"}, {"href": "http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e/stacks/HeatUtilsCreateSimpleStackTests-2563f14c-aac0-4c02-b3a4-e85b51dbe9ea-stack1/2e346688-7d0e-4173-891d-4d5a96e15a66", "rel": "stack"}], "logical_resource_id": "private_net", "creation_time": "2018-09-04T10:30:43Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-09-04T10:30:43Z", "required_by": ["server1_port", "private_subnet"], "resource_status_reason": "state changed", "physical_resource_id": "bfa0adaf-24b7-4456-a8a2-7df55b32298a", "resource_type": "OS::Neutron::Net"}, {"resource_name": "my_instance", "links": [{"href": "http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e/stacks/HeatUtilsCreateSimpleStackTests-2563f14c-aac0-4c02-b3a4-e85b51dbe9ea-stack1/2e346688-7d0e-4173-891d-4d5a96e15a66/resources/my_instance", "rel": "self"}, {"href": "http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e/stacks/HeatUtilsCreateSimpleStackTests-2563f14c-aac0-4c02-b3a4-e85b51dbe9ea-stack1/2e346688-7d0e-4173-891d-4d5a96e15a66", "rel": "stack"}], "logical_resource_id": "my_instance", "creation_time": "2018-09-04T10:30:43Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-09-04T10:30:43Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "f00cd84f-82d7-4994-ad62-23e0536bbbb1", "resource_type": "OS::Nova::Server"}]} 2018-09-04 10:31:07,990 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e/stacks/HeatUtilsCreateSimpleStackTests-2563f14c-aac0-4c02-b3a4-e85b51dbe9ea-stack1/2e346688-7d0e-4173-891d-4d5a96e15a66/resources used request id req-beb79937-4c61-4cb9-a78d-7613ca0ac361 2018-09-04 10:31:07,993 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e/stacks/2e346688-7d0e-4173-891d-4d5a96e15a66 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}98a8a5cc2e0fd17d833efba4842931757d3af471" 2018-09-04 10:31:08,666 - keystoneauth.session - DEBUG - RESP: [302] Date: Tue, 04 Sep 2018 10:31:08 GMT Server: Apache x-openstack-request-id: req-2114da17-5117-415d-9f65-f59085846b48 Location: http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e/stacks/HeatUtilsCreateSimpleStackTests-2563f14c-aac0-4c02-b3a4-e85b51dbe9ea-stack1/2e346688-7d0e-4173-891d-4d5a96e15a66 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e/stacks/HeatUtilsCreateSimpleStackTests-2563f14c-aac0-4c02-b3a4-e85b51dbe9ea-stack1/2e346688-7d0e-4173-891d-4d5a96e15a66;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-09-04 10:31:09,399 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 10:31:08 GMT Server: Apache x-openstack-request-id: req-e88de1cf-e7b0-4ace-ab70-89f6f23023cc Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 10:31:09,400 - keystoneauth.session - DEBUG - DELETE call to orchestration for http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e/stacks/HeatUtilsCreateSimpleStackTests-2563f14c-aac0-4c02-b3a4-e85b51dbe9ea-stack1/2e346688-7d0e-4173-891d-4d5a96e15a66 used request id req-e88de1cf-e7b0-4ace-ab70-89f6f23023cc 2018-09-04 10:31:09,400 - glance_utils - INFO - Deleting image named - HeatUtilsCreateSimpleStackTests-2563f14c-aac0-4c02-b3a4-e85b51dbe9ea-image 2018-09-04 10:31:09,403 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9292/v2/images/58c3460e-74c6-4a18-a5b5-57c88d6b6d3a -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}8991dc69b54baa89e07ba7ff03ac01aa06729bd2" 2018-09-04 10:31:13,101 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-838e7d05-91a7-4d9c-819c-4181f44f75e5 Date: Tue, 04 Sep 2018 10:31:13 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-09-04 10:31:13,101 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.28:9292/v2/images/58c3460e-74c6-4a18-a5b5-57c88d6b6d3a used request id req-838e7d05-91a7-4d9c-819c-4181f44f75e5 2018-09-04 10:31:13,106 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:8774/v2.1/flavors/853cb3e4-17d8-424d-9f53-fd629b384b65 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3dcd60d3025fdd864c9a28a1307b8abdbe437f87" 2018-09-04 10:31:13,158 - novaclient.v2.client - DEBUG - RESP: [202] Date: Tue, 04 Sep 2018 10:31: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-a81dbda5-f484-4859-9785-deb4ce4ac032 x-compute-request-id: req-a81dbda5-f484-4859-9785-deb4ce4ac032 Content-Length: 0 Content-Type: application/json 2018-09-04 10:31:13,158 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/flavors/853cb3e4-17d8-424d-9f53-fd629b384b65 used request id req-a81dbda5-f484-4859-9785-deb4ce4ac032 2018-09-04 10:31:13,160 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-09-04 10:31:13,161 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 10:31:13,162 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-09-04 10:31:13,568 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5ef645ad12fc453aa5d8a0c2cbf76196", "name": "heat_stack_owner"}, {"id": "9a944a8c31754b8f941d2fa9034d4301", "name": "Member"}, {"id": "3d416247e8224533841040c3ad2bce5a", "name": "admin"}], "expires_at": "2018-09-04T11:31:13.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "da1aa3dc9e564d3d922e61c0121a390e", "name": "api_check-project_95790658-ea1a-473f-b71a-0aa15c3467f2"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235635a698ef4bef9dc6b25273d185da"}, {"url": "http://192.30.9.6:8776/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "23b07b3fbfc340a58cf0f9b2871a0d23"}, {"url": "http://172.30.9.28:8776/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "72fd0aaa144d45419f4b04b6b26f69a7"}], "type": "volume", "id": "097241c25b4d4f7e91b3f8efa155909e", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v3/da1aa3dc9e564d3d922e61c0121a390e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93eb4cf3030a49e7840bec071422d397"}, {"url": "http://192.30.9.6:8776/v3/da1aa3dc9e564d3d922e61c0121a390e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8af439a6ac147fdbcb38ed9aa916b68"}, {"url": "http://192.30.9.6:8776/v3/da1aa3dc9e564d3d922e61c0121a390e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c4bfdbc9b7c74a23a40afdf578cfeba4"}], "type": "volumev3", "id": "1c85f4682ce44f729db1dabd98e965e8", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "82239574a29d4603a2161006f61851cf"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8d15f7134f364a7bbcfff2f84aac3bf2"}, {"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e01668c43a0c4c279b9a3d20a0280d6c"}], "type": "image", "id": "297d8415ca96454991054983920912f7", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7bb4d60e20734d4a9f31ec75e02cb823"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bf6adec15590466a9a0d3bddb00e8993"}, {"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f096f03a1d12411a8972f6f7c196b60d"}], "type": "policy", "id": "54c64351b56d44bbad74c2969cc3aa00", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "354ae6870a324fab82d0a0fb68ee0f26"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a3807e460dd4af488d982b66c52e64c"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e7c3da785076450abd71868e75ce0c33"}], "type": "cloudformation", "id": "6ac9917ae83c4639a15a4ab3cf0e76dd", "name": "heat-cfn"}, {"endpoints": [], "type": "metering", "id": "7fcc078e5e0645f29df67742ac14e388", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49e71628d386464cb950d6a9db00a328"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75b0a63ed8574bbcab1c851cc9b83d30"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9902b0a8b3c04cd192a1b84c417c232b"}], "type": "key-manager", "id": "9626544a32e74678a641c6e206f028a9", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "497340e5aa36485982fdf297f370558f"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7802beb4fc7c4952897b77bd5610b1fe"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c14af798917f4fa0b146d9772583e595"}], "type": "metric", "id": "973bfe8c658d4e5a8da725e76b9d550e", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "288ecc3674ea41d2aa3b790dcb832bf2"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7a6dc785cd7142f5b30f1a7ba0daeb03"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7f7d34e2351b4964befccc862c4e8e12"}], "type": "network", "id": "a348d7b06050474fb449be7f32ea6f5d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "21bce6ecb8464a1f8f3e3847aa698bd6"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0a8faf2246b47deb30e69e48d3551fb"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e71c6011de3d4d8589e5b53dcc79f288"}], "type": "identity", "id": "ad8d4b4953184137a1b913ecee9434ed", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "13474f9a78ca4f1184e4cddc84d0d98c"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad67365a18234bb78c336e6776958c00"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc54db13337f44f8921fbb9ad0f81de8"}], "type": "alarming", "id": "bb18dc3243034f08a6a7f69f7a1edccf", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0d91d7adf0304b2681c77f979e5cdb17"}, {"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "756e5ffca9774ab3ae2db41bf330417f"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c07c727a08c243b287827f539a124e63"}], "type": "placement", "id": "bb2c9432fcbd4c56913177122468f6ba", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1eed4912224b48cf9856446eae4d9928"}, {"url": "http://192.30.9.6:8004/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b73b7f99236541148d84f24f09e5dd40"}, {"url": "http://192.30.9.6:8004/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fbf12e52911244fdafc24a9d46f56e62"}], "type": "orchestration", "id": "c8918d139da945ba93df4ccce21d4904", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/da1aa3dc9e564d3d922e61c0121a390e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16bf098b9e2e490f8e47fa601059f975"}, {"url": "http://192.30.9.6:8776/v2/da1aa3dc9e564d3d922e61c0121a390e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc16fa4cf491444ca2f611d5692c1170"}, {"url": "http://192.30.9.6:8776/v2/da1aa3dc9e564d3d922e61c0121a390e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ccd2c5325dff4b90b391db9fdde67d99"}], "type": "volumev2", "id": "d09ac9123c34494abce21d6c27bee9d9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eac694332354a3aa0e61c31314166d7"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b4d4989c4e764717ab78d38675cadd3f"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff196e46b56d406d87a678f1a64497b0"}], "type": "compute", "id": "d4030ee932c84df58c5b910cc197caa7", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_95790658-ea1a-473f-b71a-0aa15c3467f2", "id": "6cb53a06110b45a6a2f21cb265048110"}, "audit_ids": ["cVOtjLKvTAm5tl_liEslvQ"], "issued_at": "2018-09-04T10:31:13.000000Z"}} 2018-09-04 10:31:13,568 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28: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}dc8a405c673465e8e2e007368923bc00716eed16" 2018-09-04 10:31:13,648 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:31:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f94a96c6-4765-4036-9b54-04bdb5d3f75d 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.28:5000/v3/", "rel": "self"}]}} 2018-09-04 10:31:13,649 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-f94a96c6-4765-4036-9b54-04bdb5d3f75d 2018-09-04 10:31:13,653 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/images?limit=20&disk_format=qcow2&name=HeatUtilsCreateSimpleStackTests-29297f11-b1ef-4da4-a5be-4979d63eed1c-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}dc8a405c673465e8e2e007368923bc00716eed16" 2018-09-04 10:31:14,292 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 176 Content-Type: application/json X-Openstack-Request-Id: req-e4b968f3-21b5-4c83-9b98-e6153a2de045 Date: Tue, 04 Sep 2018 10:31:14 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=HeatUtilsCreateSimpleStackTests-29297f11-b1ef-4da4-a5be-4979d63eed1c-image"} 2018-09-04 10:31:14,292 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images?limit=20&disk_format=qcow2&name=HeatUtilsCreateSimpleStackTests-29297f11-b1ef-4da4-a5be-4979d63eed1c-image used request id req-e4b968f3-21b5-4c83-9b98-e6153a2de045 2018-09-04 10:31:14,295 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}dc8a405c673465e8e2e007368923bc00716eed16" 2018-09-04 10:31:14,456 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-f3205b5e-bc17-4643-a946-62ed102ed0ac Date: Tue, 04 Sep 2018 10:31: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-09-04 10:31:14,456 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/schemas/image used request id req-f3205b5e-bc17-4643-a946-62ed102ed0ac 2018-09-04 10:31:14,484 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}dc8a405c673465e8e2e007368923bc00716eed16" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "HeatUtilsCreateSimpleStackTests-29297f11-b1ef-4da4-a5be-4979d63eed1c-image"}' 2018-09-04 10:31:14,697 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 635 Content-Type: application/json Location: http://172.30.9.28:9292/v2/images/b67b5dbd-3343-425e-b5cb-6ce4f9164728 X-Openstack-Request-Id: req-ccb8964e-ff57-4502-93e2-0b48aa83cd74 Date: Tue, 04 Sep 2018 10:31:14 GMT RESP BODY: {"status": "queued", "name": "HeatUtilsCreateSimpleStackTests-29297f11-b1ef-4da4-a5be-4979d63eed1c-image", "tags": [], "container_format": "bare", "created_at": "2018-09-04T10:31:14Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-09-04T10:31:14Z", "visibility": "shared", "locations": [], "self": "/v2/images/b67b5dbd-3343-425e-b5cb-6ce4f9164728", "min_disk": 0, "protected": false, "id": "b67b5dbd-3343-425e-b5cb-6ce4f9164728", "file": "/v2/images/b67b5dbd-3343-425e-b5cb-6ce4f9164728/file", "checksum": null, "owner": "da1aa3dc9e564d3d922e61c0121a390e", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-09-04 10:31:14,697 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.28:9292/v2/images used request id req-ccb8964e-ff57-4502-93e2-0b48aa83cd74 2018-09-04 10:31:14,708 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.28:9292/v2/images/b67b5dbd-3343-425e-b5cb-6ce4f9164728/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}dc8a405c673465e8e2e007368923bc00716eed16" -d '' 2018-09-04 10:31:17,547 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-2cd888a1-0a7a-49a1-a5aa-95831f42ad16 Date: Tue, 04 Sep 2018 10:31:17 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-09-04 10:31:17,547 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.28:9292/v2/images/b67b5dbd-3343-425e-b5cb-6ce4f9164728/file used request id req-2cd888a1-0a7a-49a1-a5aa-95831f42ad16 2018-09-04 10:31:17,547 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-09-04 10:31:17,551 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/images/b67b5dbd-3343-425e-b5cb-6ce4f9164728 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}dc8a405c673465e8e2e007368923bc00716eed16" 2018-09-04 10:31:17,566 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 896 Content-Type: application/json X-Openstack-Request-Id: req-29c83ae2-e68f-4866-b4bc-b5e92d574aa1 Date: Tue, 04 Sep 2018 10:31:17 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "HeatUtilsCreateSimpleStackTests-29297f11-b1ef-4da4-a5be-4979d63eed1c-image", "tags": [], "container_format": "bare", "created_at": "2018-09-04T10:31:14Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-09-04T10:31:17Z", "visibility": "shared", "locations": [{"url": "rbd://99671b03-94ed-44b3-b5f6-80b8e44d0570/images/b67b5dbd-3343-425e-b5cb-6ce4f9164728/snap", "metadata": {}}], "self": "/v2/images/b67b5dbd-3343-425e-b5cb-6ce4f9164728", "min_disk": 0, "protected": false, "id": "b67b5dbd-3343-425e-b5cb-6ce4f9164728", "file": "/v2/images/b67b5dbd-3343-425e-b5cb-6ce4f9164728/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "da1aa3dc9e564d3d922e61c0121a390e", "direct_url": "rbd://99671b03-94ed-44b3-b5f6-80b8e44d0570/images/b67b5dbd-3343-425e-b5cb-6ce4f9164728/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-09-04 10:31:17,566 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images/b67b5dbd-3343-425e-b5cb-6ce4f9164728 used request id req-29c83ae2-e68f-4866-b4bc-b5e92d574aa1 2018-09-04 10:31:17,569 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}dc8a405c673465e8e2e007368923bc00716eed16" 2018-09-04 10:31:17,724 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-ffd31e70-188a-44e8-b2a6-565d2909879a Date: Tue, 04 Sep 2018 10:31: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-09-04 10:31:17,725 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/schemas/image used request id req-ffd31e70-188a-44e8-b2a6-565d2909879a 2018-09-04 10:31:17,727 - create_image - INFO - Created image with name - HeatUtilsCreateSimpleStackTests-29297f11-b1ef-4da4-a5be-4979d63eed1c-image 2018-09-04 10:31:17,730 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/images/b67b5dbd-3343-425e-b5cb-6ce4f9164728 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}dc8a405c673465e8e2e007368923bc00716eed16" 2018-09-04 10:31:17,884 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 896 Content-Type: application/json X-Openstack-Request-Id: req-3b44e74a-b9bd-4722-9f6b-c8d09627094e Date: Tue, 04 Sep 2018 10:31:17 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "HeatUtilsCreateSimpleStackTests-29297f11-b1ef-4da4-a5be-4979d63eed1c-image", "tags": [], "container_format": "bare", "created_at": "2018-09-04T10:31:14Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-09-04T10:31:17Z", "visibility": "shared", "locations": [{"url": "rbd://99671b03-94ed-44b3-b5f6-80b8e44d0570/images/b67b5dbd-3343-425e-b5cb-6ce4f9164728/snap", "metadata": {}}], "self": "/v2/images/b67b5dbd-3343-425e-b5cb-6ce4f9164728", "min_disk": 0, "protected": false, "id": "b67b5dbd-3343-425e-b5cb-6ce4f9164728", "file": "/v2/images/b67b5dbd-3343-425e-b5cb-6ce4f9164728/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "da1aa3dc9e564d3d922e61c0121a390e", "direct_url": "rbd://99671b03-94ed-44b3-b5f6-80b8e44d0570/images/b67b5dbd-3343-425e-b5cb-6ce4f9164728/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-09-04 10:31:17,884 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images/b67b5dbd-3343-425e-b5cb-6ce4f9164728 used request id req-3b44e74a-b9bd-4722-9f6b-c8d09627094e 2018-09-04 10:31:17,885 - create_image - DEBUG - Instance status is - active 2018-09-04 10:31:17,885 - create_image - DEBUG - Image is active with name - HeatUtilsCreateSimpleStackTests-29297f11-b1ef-4da4-a5be-4979d63eed1c-image 2018-09-04 10:31:17,885 - create_image - INFO - Image is now active with name - HeatUtilsCreateSimpleStackTests-29297f11-b1ef-4da4-a5be-4979d63eed1c-image 2018-09-04 10:31:17,885 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 10:31:17,886 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-09-04 10:31:18,259 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5ef645ad12fc453aa5d8a0c2cbf76196", "name": "heat_stack_owner"}, {"id": "9a944a8c31754b8f941d2fa9034d4301", "name": "Member"}, {"id": "3d416247e8224533841040c3ad2bce5a", "name": "admin"}], "expires_at": "2018-09-04T11:31:18.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "da1aa3dc9e564d3d922e61c0121a390e", "name": "api_check-project_95790658-ea1a-473f-b71a-0aa15c3467f2"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235635a698ef4bef9dc6b25273d185da"}, {"url": "http://192.30.9.6:8776/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "23b07b3fbfc340a58cf0f9b2871a0d23"}, {"url": "http://172.30.9.28:8776/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "72fd0aaa144d45419f4b04b6b26f69a7"}], "type": "volume", "id": "097241c25b4d4f7e91b3f8efa155909e", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v3/da1aa3dc9e564d3d922e61c0121a390e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93eb4cf3030a49e7840bec071422d397"}, {"url": "http://192.30.9.6:8776/v3/da1aa3dc9e564d3d922e61c0121a390e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8af439a6ac147fdbcb38ed9aa916b68"}, {"url": "http://192.30.9.6:8776/v3/da1aa3dc9e564d3d922e61c0121a390e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c4bfdbc9b7c74a23a40afdf578cfeba4"}], "type": "volumev3", "id": "1c85f4682ce44f729db1dabd98e965e8", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "82239574a29d4603a2161006f61851cf"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8d15f7134f364a7bbcfff2f84aac3bf2"}, {"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e01668c43a0c4c279b9a3d20a0280d6c"}], "type": "image", "id": "297d8415ca96454991054983920912f7", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7bb4d60e20734d4a9f31ec75e02cb823"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bf6adec15590466a9a0d3bddb00e8993"}, {"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f096f03a1d12411a8972f6f7c196b60d"}], "type": "policy", "id": "54c64351b56d44bbad74c2969cc3aa00", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "354ae6870a324fab82d0a0fb68ee0f26"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a3807e460dd4af488d982b66c52e64c"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e7c3da785076450abd71868e75ce0c33"}], "type": "cloudformation", "id": "6ac9917ae83c4639a15a4ab3cf0e76dd", "name": "heat-cfn"}, {"endpoints": [], "type": "metering", "id": "7fcc078e5e0645f29df67742ac14e388", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49e71628d386464cb950d6a9db00a328"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75b0a63ed8574bbcab1c851cc9b83d30"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9902b0a8b3c04cd192a1b84c417c232b"}], "type": "key-manager", "id": "9626544a32e74678a641c6e206f028a9", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "497340e5aa36485982fdf297f370558f"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7802beb4fc7c4952897b77bd5610b1fe"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c14af798917f4fa0b146d9772583e595"}], "type": "metric", "id": "973bfe8c658d4e5a8da725e76b9d550e", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "288ecc3674ea41d2aa3b790dcb832bf2"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7a6dc785cd7142f5b30f1a7ba0daeb03"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7f7d34e2351b4964befccc862c4e8e12"}], "type": "network", "id": "a348d7b06050474fb449be7f32ea6f5d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "21bce6ecb8464a1f8f3e3847aa698bd6"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0a8faf2246b47deb30e69e48d3551fb"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e71c6011de3d4d8589e5b53dcc79f288"}], "type": "identity", "id": "ad8d4b4953184137a1b913ecee9434ed", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "13474f9a78ca4f1184e4cddc84d0d98c"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad67365a18234bb78c336e6776958c00"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc54db13337f44f8921fbb9ad0f81de8"}], "type": "alarming", "id": "bb18dc3243034f08a6a7f69f7a1edccf", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0d91d7adf0304b2681c77f979e5cdb17"}, {"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "756e5ffca9774ab3ae2db41bf330417f"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c07c727a08c243b287827f539a124e63"}], "type": "placement", "id": "bb2c9432fcbd4c56913177122468f6ba", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1eed4912224b48cf9856446eae4d9928"}, {"url": "http://192.30.9.6:8004/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b73b7f99236541148d84f24f09e5dd40"}, {"url": "http://192.30.9.6:8004/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fbf12e52911244fdafc24a9d46f56e62"}], "type": "orchestration", "id": "c8918d139da945ba93df4ccce21d4904", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/da1aa3dc9e564d3d922e61c0121a390e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16bf098b9e2e490f8e47fa601059f975"}, {"url": "http://192.30.9.6:8776/v2/da1aa3dc9e564d3d922e61c0121a390e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc16fa4cf491444ca2f611d5692c1170"}, {"url": "http://192.30.9.6:8776/v2/da1aa3dc9e564d3d922e61c0121a390e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ccd2c5325dff4b90b391db9fdde67d99"}], "type": "volumev2", "id": "d09ac9123c34494abce21d6c27bee9d9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eac694332354a3aa0e61c31314166d7"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b4d4989c4e764717ab78d38675cadd3f"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff196e46b56d406d87a678f1a64497b0"}], "type": "compute", "id": "d4030ee932c84df58c5b910cc197caa7", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_95790658-ea1a-473f-b71a-0aa15c3467f2", "id": "6cb53a06110b45a6a2f21cb265048110"}, "audit_ids": ["5srijl_qSUuH6EaQKLQF4w"], "issued_at": "2018-09-04T10:31:18.000000Z"}} 2018-09-04 10:31:18,259 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28: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}826f9f504b75975a49f3b4ce59c8b6cbb82d3291" 2018-09-04 10:31:18,338 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:31:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ef5bd252-12be-48cf-8499-07d6c75c80b7 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.28:5000/v3/", "rel": "self"}]}} 2018-09-04 10:31:18,338 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-ef5bd252-12be-48cf-8499-07d6c75c80b7 2018-09-04 10:31:18,340 - nova_utils - DEBUG - Retrieving Nova Client 2018-09-04 10:31:18,344 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}826f9f504b75975a49f3b4ce59c8b6cbb82d3291" 2018-09-04 10:31:18,472 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:31: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-ca4e1c76-ea8f-40f5-b69b-244fdfb0bcac x-compute-request-id: req-ca4e1c76-ea8f-40f5-b69b-244fdfb0bcac Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-09-04 10:31:18,472 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors used request id req-ca4e1c76-ea8f-40f5-b69b-244fdfb0bcac 2018-09-04 10:31:18,475 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}826f9f504b75975a49f3b4ce59c8b6cbb82d3291" -d '{"flavor": {"vcpus": 1, "disk": 10, "name": "HeatUtilsCreateSimpleStackTests-29297f11-b1ef-4da4-a5be-4979d63eed1c-flavor", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "ram": 256, "id": null, "swap": 0}}' 2018-09-04 10:31:18,537 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:31: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-1fdb6dfc-6ff8-47d3-8c28-425e7934de1a x-compute-request-id: req-1fdb6dfc-6ff8-47d3-8c28-425e7934de1a Content-Encoding: gzip Content-Length: 323 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/e7052c52-d213-462c-9e16-79a7af1eba4e", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/e7052c52-d213-462c-9e16-79a7af1eba4e", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "e7052c52-d213-462c-9e16-79a7af1eba4e", "name": "HeatUtilsCreateSimpleStackTests-29297f11-b1ef-4da4-a5be-4979d63eed1c-flavor", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-09-04 10:31:18,537 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/flavors used request id req-1fdb6dfc-6ff8-47d3-8c28-425e7934de1a 2018-09-04 10:31:18,538 - heat_utils - DEBUG - Retrieving Heat Client 2018-09-04 10:31:18,565 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-09-04 10:31:18,944 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5ef645ad12fc453aa5d8a0c2cbf76196", "name": "heat_stack_owner"}, {"id": "9a944a8c31754b8f941d2fa9034d4301", "name": "Member"}, {"id": "3d416247e8224533841040c3ad2bce5a", "name": "admin"}], "expires_at": "2018-09-04T11:31:18.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "da1aa3dc9e564d3d922e61c0121a390e", "name": "api_check-project_95790658-ea1a-473f-b71a-0aa15c3467f2"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235635a698ef4bef9dc6b25273d185da"}, {"url": "http://192.30.9.6:8776/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "23b07b3fbfc340a58cf0f9b2871a0d23"}, {"url": "http://172.30.9.28:8776/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "72fd0aaa144d45419f4b04b6b26f69a7"}], "type": "volume", "id": "097241c25b4d4f7e91b3f8efa155909e", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v3/da1aa3dc9e564d3d922e61c0121a390e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93eb4cf3030a49e7840bec071422d397"}, {"url": "http://192.30.9.6:8776/v3/da1aa3dc9e564d3d922e61c0121a390e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8af439a6ac147fdbcb38ed9aa916b68"}, {"url": "http://192.30.9.6:8776/v3/da1aa3dc9e564d3d922e61c0121a390e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c4bfdbc9b7c74a23a40afdf578cfeba4"}], "type": "volumev3", "id": "1c85f4682ce44f729db1dabd98e965e8", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "82239574a29d4603a2161006f61851cf"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8d15f7134f364a7bbcfff2f84aac3bf2"}, {"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e01668c43a0c4c279b9a3d20a0280d6c"}], "type": "image", "id": "297d8415ca96454991054983920912f7", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7bb4d60e20734d4a9f31ec75e02cb823"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bf6adec15590466a9a0d3bddb00e8993"}, {"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f096f03a1d12411a8972f6f7c196b60d"}], "type": "policy", "id": "54c64351b56d44bbad74c2969cc3aa00", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "354ae6870a324fab82d0a0fb68ee0f26"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a3807e460dd4af488d982b66c52e64c"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e7c3da785076450abd71868e75ce0c33"}], "type": "cloudformation", "id": "6ac9917ae83c4639a15a4ab3cf0e76dd", "name": "heat-cfn"}, {"endpoints": [], "type": "metering", "id": "7fcc078e5e0645f29df67742ac14e388", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49e71628d386464cb950d6a9db00a328"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75b0a63ed8574bbcab1c851cc9b83d30"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9902b0a8b3c04cd192a1b84c417c232b"}], "type": "key-manager", "id": "9626544a32e74678a641c6e206f028a9", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "497340e5aa36485982fdf297f370558f"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7802beb4fc7c4952897b77bd5610b1fe"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c14af798917f4fa0b146d9772583e595"}], "type": "metric", "id": "973bfe8c658d4e5a8da725e76b9d550e", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "288ecc3674ea41d2aa3b790dcb832bf2"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7a6dc785cd7142f5b30f1a7ba0daeb03"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7f7d34e2351b4964befccc862c4e8e12"}], "type": "network", "id": "a348d7b06050474fb449be7f32ea6f5d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "21bce6ecb8464a1f8f3e3847aa698bd6"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0a8faf2246b47deb30e69e48d3551fb"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e71c6011de3d4d8589e5b53dcc79f288"}], "type": "identity", "id": "ad8d4b4953184137a1b913ecee9434ed", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "13474f9a78ca4f1184e4cddc84d0d98c"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad67365a18234bb78c336e6776958c00"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc54db13337f44f8921fbb9ad0f81de8"}], "type": "alarming", "id": "bb18dc3243034f08a6a7f69f7a1edccf", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0d91d7adf0304b2681c77f979e5cdb17"}, {"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "756e5ffca9774ab3ae2db41bf330417f"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c07c727a08c243b287827f539a124e63"}], "type": "placement", "id": "bb2c9432fcbd4c56913177122468f6ba", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1eed4912224b48cf9856446eae4d9928"}, {"url": "http://192.30.9.6:8004/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b73b7f99236541148d84f24f09e5dd40"}, {"url": "http://192.30.9.6:8004/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fbf12e52911244fdafc24a9d46f56e62"}], "type": "orchestration", "id": "c8918d139da945ba93df4ccce21d4904", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/da1aa3dc9e564d3d922e61c0121a390e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16bf098b9e2e490f8e47fa601059f975"}, {"url": "http://192.30.9.6:8776/v2/da1aa3dc9e564d3d922e61c0121a390e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc16fa4cf491444ca2f611d5692c1170"}, {"url": "http://192.30.9.6:8776/v2/da1aa3dc9e564d3d922e61c0121a390e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ccd2c5325dff4b90b391db9fdde67d99"}], "type": "volumev2", "id": "d09ac9123c34494abce21d6c27bee9d9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eac694332354a3aa0e61c31314166d7"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b4d4989c4e764717ab78d38675cadd3f"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff196e46b56d406d87a678f1a64497b0"}], "type": "compute", "id": "d4030ee932c84df58c5b910cc197caa7", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_95790658-ea1a-473f-b71a-0aa15c3467f2", "id": "6cb53a06110b45a6a2f21cb265048110"}, "audit_ids": ["CpVeY8zkQt-n7obup-pIsA"], "issued_at": "2018-09-04T10:31:18.000000Z"}} 2018-09-04 10:31:18,946 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e/stacks -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3b9ff0891f6a63ddb97525d1f87a6292802403f6" -d '{"stack_name": "HeatUtilsCreateSimpleStackTests-29297f11-b1ef-4da4-a5be-4979d63eed1c-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-29297f11-b1ef-4da4-a5be-4979d63eed1c-net", "inst_name": "HeatUtilsCreateSimpleStackTests-29297f11-b1ef-4da4-a5be-4979d63eed1c-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-29297f11-b1ef-4da4-a5be-4979d63eed1c-subnet", "image_name": "HeatUtilsCreateSimpleStackTests-29297f11-b1ef-4da4-a5be-4979d63eed1c-image", "flavor_name": "HeatUtilsCreateSimpleStackTests-29297f11-b1ef-4da4-a5be-4979d63eed1c-flavor"}}' 2018-09-04 10:31:22,434 - keystoneauth.session - DEBUG - RESP: [201] Date: Tue, 04 Sep 2018 10:31:18 GMT Server: Apache x-openstack-request-id: req-3620f7cc-4734-497a-a874-ce6512be1c72 Location: http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e/stacks/HeatUtilsCreateSimpleStackTests-29297f11-b1ef-4da4-a5be-4979d63eed1c-stack1/cb437d90-38a2-45b4-9bf0-63b57c1b0544 Content-Length: 276 Content-Type: application/json RESP BODY: {"stack": {"id": "cb437d90-38a2-45b4-9bf0-63b57c1b0544", "links": [{"href": "http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e/stacks/HeatUtilsCreateSimpleStackTests-29297f11-b1ef-4da4-a5be-4979d63eed1c-stack1/cb437d90-38a2-45b4-9bf0-63b57c1b0544", "rel": "self"}]}} 2018-09-04 10:31:22,434 - keystoneauth.session - DEBUG - POST call to orchestration for http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e/stacks used request id req-3620f7cc-4734-497a-a874-ce6512be1c72 2018-09-04 10:31:22,437 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e/stacks/cb437d90-38a2-45b4-9bf0-63b57c1b0544 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3b9ff0891f6a63ddb97525d1f87a6292802403f6" 2018-09-04 10:31:23,129 - keystoneauth.session - DEBUG - RESP: [302] Date: Tue, 04 Sep 2018 10:31:22 GMT Server: Apache x-openstack-request-id: req-bafe72ef-11db-4521-a109-a98fd6464152 Location: http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e/stacks/HeatUtilsCreateSimpleStackTests-29297f11-b1ef-4da4-a5be-4979d63eed1c-stack1/cb437d90-38a2-45b4-9bf0-63b57c1b0544 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e/stacks/HeatUtilsCreateSimpleStackTests-29297f11-b1ef-4da4-a5be-4979d63eed1c-stack1/cb437d90-38a2-45b4-9bf0-63b57c1b0544;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-09-04 10:31:23,349 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:31:23 GMT Server: Apache x-openstack-request-id: req-72e26c06-b769-48fb-8214-1a85a1f94dd4 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": "da1aa3dc9e564d3d922e61c0121a390e", "OS::stack_id": "cb437d90-38a2-45b4-9bf0-63b57c1b0544", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-29297f11-b1ef-4da4-a5be-4979d63eed1c-stack1", "image_name": "HeatUtilsCreateSimpleStackTests-29297f11-b1ef-4da4-a5be-4979d63eed1c-image", "inst_name": "HeatUtilsCreateSimpleStackTests-29297f11-b1ef-4da4-a5be-4979d63eed1c-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-29297f11-b1ef-4da4-a5be-4979d63eed1c-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-29297f11-b1ef-4da4-a5be-4979d63eed1c-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-29297f11-b1ef-4da4-a5be-4979d63eed1c-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-29297f11-b1ef-4da4-a5be-4979d63eed1c-stack1", "stack_user_project_id": "352e1a6996cd45bca10a194f2337b54b", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-09-04T10:31:21Z", "links": [{"href": "http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e/stacks/HeatUtilsCreateSimpleStackTests-29297f11-b1ef-4da4-a5be-4979d63eed1c-stack1/cb437d90-38a2-45b4-9bf0-63b57c1b0544", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "cb437d90-38a2-45b4-9bf0-63b57c1b0544", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-09-04 10:31:23,349 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e/stacks/HeatUtilsCreateSimpleStackTests-29297f11-b1ef-4da4-a5be-4979d63eed1c-stack1/cb437d90-38a2-45b4-9bf0-63b57c1b0544 used request id req-72e26c06-b769-48fb-8214-1a85a1f94dd4 2018-09-04 10:31:23,352 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e/stacks?stack_name=HeatUtilsCreateSimpleStackTests-29297f11-b1ef-4da4-a5be-4979d63eed1c-stack1 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3b9ff0891f6a63ddb97525d1f87a6292802403f6" 2018-09-04 10:31:23,580 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:31:23 GMT Server: Apache x-openstack-request-id: req-b680dd2d-1450-42bd-9d8a-a862756554d0 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-29297f11-b1ef-4da4-a5be-4979d63eed1c-stack1", "stack_user_project_id": "352e1a6996cd45bca10a194f2337b54b", "deletion_time": null, "creation_time": "2018-09-04T10:31:21Z", "links": [{"href": "http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e/stacks/HeatUtilsCreateSimpleStackTests-29297f11-b1ef-4da4-a5be-4979d63eed1c-stack1/cb437d90-38a2-45b4-9bf0-63b57c1b0544", "rel": "self"}], "updated_time": null, "project": "da1aa3dc9e564d3d922e61c0121a390e", "stack_owner": null, "stack_status": "CREATE_IN_PROGRESS", "id": "cb437d90-38a2-45b4-9bf0-63b57c1b0544", "tags": null}]} 2018-09-04 10:31:23,580 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e/stacks?stack_name=HeatUtilsCreateSimpleStackTests-29297f11-b1ef-4da4-a5be-4979d63eed1c-stack1 used request id req-b680dd2d-1450-42bd-9d8a-a862756554d0 2018-09-04 10:31:23,583 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e/stacks?stack_name=HeatUtilsCreateSimpleStackTests-29297f11-b1ef-4da4-a5be-4979d63eed1c-stack1 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3b9ff0891f6a63ddb97525d1f87a6292802403f6" 2018-09-04 10:31:23,801 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:31:23 GMT Server: Apache x-openstack-request-id: req-cd54bc15-e6f5-4b7d-89c1-584d4ee2ba9f 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-29297f11-b1ef-4da4-a5be-4979d63eed1c-stack1", "stack_user_project_id": "352e1a6996cd45bca10a194f2337b54b", "deletion_time": null, "creation_time": "2018-09-04T10:31:21Z", "links": [{"href": "http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e/stacks/HeatUtilsCreateSimpleStackTests-29297f11-b1ef-4da4-a5be-4979d63eed1c-stack1/cb437d90-38a2-45b4-9bf0-63b57c1b0544", "rel": "self"}], "updated_time": null, "project": "da1aa3dc9e564d3d922e61c0121a390e", "stack_owner": null, "stack_status": "CREATE_IN_PROGRESS", "id": "cb437d90-38a2-45b4-9bf0-63b57c1b0544", "tags": null}]} 2018-09-04 10:31:23,802 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e/stacks?stack_name=HeatUtilsCreateSimpleStackTests-29297f11-b1ef-4da4-a5be-4979d63eed1c-stack1 used request id req-cd54bc15-e6f5-4b7d-89c1-584d4ee2ba9f 2018-09-04 10:31:23,805 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e/stacks/cb437d90-38a2-45b4-9bf0-63b57c1b0544 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3b9ff0891f6a63ddb97525d1f87a6292802403f6" 2018-09-04 10:31:23,880 - keystoneauth.session - DEBUG - RESP: [302] Date: Tue, 04 Sep 2018 10:31:23 GMT Server: Apache x-openstack-request-id: req-33ac657a-7b39-463b-a496-e138a98673fb Location: http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e/stacks/HeatUtilsCreateSimpleStackTests-29297f11-b1ef-4da4-a5be-4979d63eed1c-stack1/cb437d90-38a2-45b4-9bf0-63b57c1b0544 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e/stacks/HeatUtilsCreateSimpleStackTests-29297f11-b1ef-4da4-a5be-4979d63eed1c-stack1/cb437d90-38a2-45b4-9bf0-63b57c1b0544;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-09-04 10:31:23,921 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:31:23 GMT Server: Apache x-openstack-request-id: req-704a7493-63e6-4423-8aaf-12f9c2bf1003 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": "da1aa3dc9e564d3d922e61c0121a390e", "OS::stack_id": "cb437d90-38a2-45b4-9bf0-63b57c1b0544", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-29297f11-b1ef-4da4-a5be-4979d63eed1c-stack1", "image_name": "HeatUtilsCreateSimpleStackTests-29297f11-b1ef-4da4-a5be-4979d63eed1c-image", "inst_name": "HeatUtilsCreateSimpleStackTests-29297f11-b1ef-4da4-a5be-4979d63eed1c-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-29297f11-b1ef-4da4-a5be-4979d63eed1c-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-29297f11-b1ef-4da4-a5be-4979d63eed1c-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-29297f11-b1ef-4da4-a5be-4979d63eed1c-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-29297f11-b1ef-4da4-a5be-4979d63eed1c-stack1", "stack_user_project_id": "352e1a6996cd45bca10a194f2337b54b", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-09-04T10:31:21Z", "links": [{"href": "http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e/stacks/HeatUtilsCreateSimpleStackTests-29297f11-b1ef-4da4-a5be-4979d63eed1c-stack1/cb437d90-38a2-45b4-9bf0-63b57c1b0544", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "cb437d90-38a2-45b4-9bf0-63b57c1b0544", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-09-04 10:31:23,922 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e/stacks/HeatUtilsCreateSimpleStackTests-29297f11-b1ef-4da4-a5be-4979d63eed1c-stack1/cb437d90-38a2-45b4-9bf0-63b57c1b0544 used request id req-704a7493-63e6-4423-8aaf-12f9c2bf1003 2018-09-04 10:31:23,925 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e/stacks/cb437d90-38a2-45b4-9bf0-63b57c1b0544 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3b9ff0891f6a63ddb97525d1f87a6292802403f6" 2018-09-04 10:31:24,104 - keystoneauth.session - DEBUG - RESP: [302] Date: Tue, 04 Sep 2018 10:31:23 GMT Server: Apache x-openstack-request-id: req-261fc395-1537-4269-8971-86f3018a80fc Location: http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e/stacks/HeatUtilsCreateSimpleStackTests-29297f11-b1ef-4da4-a5be-4979d63eed1c-stack1/cb437d90-38a2-45b4-9bf0-63b57c1b0544 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e/stacks/HeatUtilsCreateSimpleStackTests-29297f11-b1ef-4da4-a5be-4979d63eed1c-stack1/cb437d90-38a2-45b4-9bf0-63b57c1b0544;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-09-04 10:31:24,293 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:31:24 GMT Server: Apache x-openstack-request-id: req-9b2ea0dd-ea33-4a68-9f09-27f4687277fb 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": "da1aa3dc9e564d3d922e61c0121a390e", "OS::stack_id": "cb437d90-38a2-45b4-9bf0-63b57c1b0544", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-29297f11-b1ef-4da4-a5be-4979d63eed1c-stack1", "image_name": "HeatUtilsCreateSimpleStackTests-29297f11-b1ef-4da4-a5be-4979d63eed1c-image", "inst_name": "HeatUtilsCreateSimpleStackTests-29297f11-b1ef-4da4-a5be-4979d63eed1c-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-29297f11-b1ef-4da4-a5be-4979d63eed1c-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-29297f11-b1ef-4da4-a5be-4979d63eed1c-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-29297f11-b1ef-4da4-a5be-4979d63eed1c-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-29297f11-b1ef-4da4-a5be-4979d63eed1c-stack1", "stack_user_project_id": "352e1a6996cd45bca10a194f2337b54b", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-09-04T10:31:21Z", "links": [{"href": "http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e/stacks/HeatUtilsCreateSimpleStackTests-29297f11-b1ef-4da4-a5be-4979d63eed1c-stack1/cb437d90-38a2-45b4-9bf0-63b57c1b0544", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "cb437d90-38a2-45b4-9bf0-63b57c1b0544", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-09-04 10:31:24,294 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e/stacks/HeatUtilsCreateSimpleStackTests-29297f11-b1ef-4da4-a5be-4979d63eed1c-stack1/cb437d90-38a2-45b4-9bf0-63b57c1b0544 used request id req-9b2ea0dd-ea33-4a68-9f09-27f4687277fb 2018-09-04 10:31:27,300 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e/stacks/cb437d90-38a2-45b4-9bf0-63b57c1b0544 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3b9ff0891f6a63ddb97525d1f87a6292802403f6" 2018-09-04 10:31:27,504 - keystoneauth.session - DEBUG - RESP: [302] Date: Tue, 04 Sep 2018 10:31:27 GMT Server: Apache x-openstack-request-id: req-7c92a3ef-956a-4e42-8a37-80099db352dc Location: http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e/stacks/HeatUtilsCreateSimpleStackTests-29297f11-b1ef-4da4-a5be-4979d63eed1c-stack1/cb437d90-38a2-45b4-9bf0-63b57c1b0544 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e/stacks/HeatUtilsCreateSimpleStackTests-29297f11-b1ef-4da4-a5be-4979d63eed1c-stack1/cb437d90-38a2-45b4-9bf0-63b57c1b0544;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-09-04 10:31:28,183 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:31:27 GMT Server: Apache x-openstack-request-id: req-42bca4cb-cc80-4f33-8a31-44372aed2cd6 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": "da1aa3dc9e564d3d922e61c0121a390e", "OS::stack_id": "cb437d90-38a2-45b4-9bf0-63b57c1b0544", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-29297f11-b1ef-4da4-a5be-4979d63eed1c-stack1", "image_name": "HeatUtilsCreateSimpleStackTests-29297f11-b1ef-4da4-a5be-4979d63eed1c-image", "inst_name": "HeatUtilsCreateSimpleStackTests-29297f11-b1ef-4da4-a5be-4979d63eed1c-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-29297f11-b1ef-4da4-a5be-4979d63eed1c-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-29297f11-b1ef-4da4-a5be-4979d63eed1c-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-29297f11-b1ef-4da4-a5be-4979d63eed1c-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-29297f11-b1ef-4da4-a5be-4979d63eed1c-stack1", "stack_user_project_id": "352e1a6996cd45bca10a194f2337b54b", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-09-04T10:31:21Z", "links": [{"href": "http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e/stacks/HeatUtilsCreateSimpleStackTests-29297f11-b1ef-4da4-a5be-4979d63eed1c-stack1/cb437d90-38a2-45b4-9bf0-63b57c1b0544", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "cb437d90-38a2-45b4-9bf0-63b57c1b0544", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-09-04 10:31:28,183 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e/stacks/HeatUtilsCreateSimpleStackTests-29297f11-b1ef-4da4-a5be-4979d63eed1c-stack1/cb437d90-38a2-45b4-9bf0-63b57c1b0544 used request id req-42bca4cb-cc80-4f33-8a31-44372aed2cd6 2018-09-04 10:31:31,189 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e/stacks/cb437d90-38a2-45b4-9bf0-63b57c1b0544 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3b9ff0891f6a63ddb97525d1f87a6292802403f6" 2018-09-04 10:31:31,216 - keystoneauth.session - DEBUG - RESP: [302] Date: Tue, 04 Sep 2018 10:31:31 GMT Server: Apache x-openstack-request-id: req-1dfb936c-c504-4fe7-b059-b794b02b5840 Location: http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e/stacks/HeatUtilsCreateSimpleStackTests-29297f11-b1ef-4da4-a5be-4979d63eed1c-stack1/cb437d90-38a2-45b4-9bf0-63b57c1b0544 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e/stacks/HeatUtilsCreateSimpleStackTests-29297f11-b1ef-4da4-a5be-4979d63eed1c-stack1/cb437d90-38a2-45b4-9bf0-63b57c1b0544;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-09-04 10:31:31,258 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:31:31 GMT Server: Apache x-openstack-request-id: req-e60a6e4a-447a-400a-96fc-b80a25adaaaa 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": "da1aa3dc9e564d3d922e61c0121a390e", "OS::stack_id": "cb437d90-38a2-45b4-9bf0-63b57c1b0544", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-29297f11-b1ef-4da4-a5be-4979d63eed1c-stack1", "image_name": "HeatUtilsCreateSimpleStackTests-29297f11-b1ef-4da4-a5be-4979d63eed1c-image", "inst_name": "HeatUtilsCreateSimpleStackTests-29297f11-b1ef-4da4-a5be-4979d63eed1c-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-29297f11-b1ef-4da4-a5be-4979d63eed1c-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-29297f11-b1ef-4da4-a5be-4979d63eed1c-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-29297f11-b1ef-4da4-a5be-4979d63eed1c-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-29297f11-b1ef-4da4-a5be-4979d63eed1c-stack1", "stack_user_project_id": "352e1a6996cd45bca10a194f2337b54b", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-09-04T10:31:21Z", "links": [{"href": "http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e/stacks/HeatUtilsCreateSimpleStackTests-29297f11-b1ef-4da4-a5be-4979d63eed1c-stack1/cb437d90-38a2-45b4-9bf0-63b57c1b0544", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "cb437d90-38a2-45b4-9bf0-63b57c1b0544", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-09-04 10:31:31,258 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e/stacks/HeatUtilsCreateSimpleStackTests-29297f11-b1ef-4da4-a5be-4979d63eed1c-stack1/cb437d90-38a2-45b4-9bf0-63b57c1b0544 used request id req-e60a6e4a-447a-400a-96fc-b80a25adaaaa 2018-09-04 10:31:34,265 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e/stacks/cb437d90-38a2-45b4-9bf0-63b57c1b0544 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3b9ff0891f6a63ddb97525d1f87a6292802403f6" 2018-09-04 10:31:34,438 - keystoneauth.session - DEBUG - RESP: [302] Date: Tue, 04 Sep 2018 10:31:34 GMT Server: Apache x-openstack-request-id: req-62227e6f-3039-44e2-a9b3-795bac5962a4 Location: http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e/stacks/HeatUtilsCreateSimpleStackTests-29297f11-b1ef-4da4-a5be-4979d63eed1c-stack1/cb437d90-38a2-45b4-9bf0-63b57c1b0544 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e/stacks/HeatUtilsCreateSimpleStackTests-29297f11-b1ef-4da4-a5be-4979d63eed1c-stack1/cb437d90-38a2-45b4-9bf0-63b57c1b0544;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-09-04 10:31:34,512 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:31:34 GMT Server: Apache x-openstack-request-id: req-3b93260f-db55-4d4f-9da3-31dab8cd553c 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": "da1aa3dc9e564d3d922e61c0121a390e", "OS::stack_id": "cb437d90-38a2-45b4-9bf0-63b57c1b0544", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-29297f11-b1ef-4da4-a5be-4979d63eed1c-stack1", "image_name": "HeatUtilsCreateSimpleStackTests-29297f11-b1ef-4da4-a5be-4979d63eed1c-image", "inst_name": "HeatUtilsCreateSimpleStackTests-29297f11-b1ef-4da4-a5be-4979d63eed1c-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-29297f11-b1ef-4da4-a5be-4979d63eed1c-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-29297f11-b1ef-4da4-a5be-4979d63eed1c-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-29297f11-b1ef-4da4-a5be-4979d63eed1c-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-29297f11-b1ef-4da4-a5be-4979d63eed1c-stack1", "stack_user_project_id": "352e1a6996cd45bca10a194f2337b54b", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-09-04T10:31:21Z", "links": [{"href": "http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e/stacks/HeatUtilsCreateSimpleStackTests-29297f11-b1ef-4da4-a5be-4979d63eed1c-stack1/cb437d90-38a2-45b4-9bf0-63b57c1b0544", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "cb437d90-38a2-45b4-9bf0-63b57c1b0544", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-09-04 10:31:34,512 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e/stacks/HeatUtilsCreateSimpleStackTests-29297f11-b1ef-4da4-a5be-4979d63eed1c-stack1/cb437d90-38a2-45b4-9bf0-63b57c1b0544 used request id req-3b93260f-db55-4d4f-9da3-31dab8cd553c 2018-09-04 10:31:37,518 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e/stacks/cb437d90-38a2-45b4-9bf0-63b57c1b0544 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3b9ff0891f6a63ddb97525d1f87a6292802403f6" 2018-09-04 10:31:37,707 - keystoneauth.session - DEBUG - RESP: [302] Date: Tue, 04 Sep 2018 10:31:37 GMT Server: Apache x-openstack-request-id: req-e457e55f-af59-4db0-8947-298ad6403753 Location: http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e/stacks/HeatUtilsCreateSimpleStackTests-29297f11-b1ef-4da4-a5be-4979d63eed1c-stack1/cb437d90-38a2-45b4-9bf0-63b57c1b0544 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e/stacks/HeatUtilsCreateSimpleStackTests-29297f11-b1ef-4da4-a5be-4979d63eed1c-stack1/cb437d90-38a2-45b4-9bf0-63b57c1b0544;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-09-04 10:31:37,748 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:31:37 GMT Server: Apache x-openstack-request-id: req-6cba70a4-85d6-43a0-b300-88c064498acf 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": "da1aa3dc9e564d3d922e61c0121a390e", "OS::stack_id": "cb437d90-38a2-45b4-9bf0-63b57c1b0544", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-29297f11-b1ef-4da4-a5be-4979d63eed1c-stack1", "image_name": "HeatUtilsCreateSimpleStackTests-29297f11-b1ef-4da4-a5be-4979d63eed1c-image", "inst_name": "HeatUtilsCreateSimpleStackTests-29297f11-b1ef-4da4-a5be-4979d63eed1c-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-29297f11-b1ef-4da4-a5be-4979d63eed1c-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-29297f11-b1ef-4da4-a5be-4979d63eed1c-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-29297f11-b1ef-4da4-a5be-4979d63eed1c-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-29297f11-b1ef-4da4-a5be-4979d63eed1c-stack1", "stack_user_project_id": "352e1a6996cd45bca10a194f2337b54b", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2018-09-04T10:31:21Z", "links": [{"href": "http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e/stacks/HeatUtilsCreateSimpleStackTests-29297f11-b1ef-4da4-a5be-4979d63eed1c-stack1/cb437d90-38a2-45b4-9bf0-63b57c1b0544", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "cb437d90-38a2-45b4-9bf0-63b57c1b0544", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-09-04 10:31:37,748 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e/stacks/HeatUtilsCreateSimpleStackTests-29297f11-b1ef-4da4-a5be-4979d63eed1c-stack1/cb437d90-38a2-45b4-9bf0-63b57c1b0544 used request id req-6cba70a4-85d6-43a0-b300-88c064498acf 2018-09-04 10:31:37,779 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e/stacks -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3b9ff0891f6a63ddb97525d1f87a6292802403f6" -d '{"stack_name": "HeatUtilsCreateSimpleStackTests-29297f11-b1ef-4da4-a5be-4979d63eed1c-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-29297f11-b1ef-4da4-a5be-4979d63eed1c-net", "inst_name": "HeatUtilsCreateSimpleStackTests-29297f11-b1ef-4da4-a5be-4979d63eed1c-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-29297f11-b1ef-4da4-a5be-4979d63eed1c-subnet", "image_name": "HeatUtilsCreateSimpleStackTests-29297f11-b1ef-4da4-a5be-4979d63eed1c-image", "flavor_name": "HeatUtilsCreateSimpleStackTests-29297f11-b1ef-4da4-a5be-4979d63eed1c-flavor"}}' 2018-09-04 10:31:40,282 - keystoneauth.session - DEBUG - RESP: [201] Date: Tue, 04 Sep 2018 10:31:37 GMT Server: Apache x-openstack-request-id: req-63b77cc3-46cd-4ea5-ab86-857b3a7d44fe Location: http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e/stacks/HeatUtilsCreateSimpleStackTests-29297f11-b1ef-4da4-a5be-4979d63eed1c-stack2/370eee84-6c1e-4f6b-b997-a7b35850bf5a Content-Length: 276 Content-Type: application/json RESP BODY: {"stack": {"id": "370eee84-6c1e-4f6b-b997-a7b35850bf5a", "links": [{"href": "http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e/stacks/HeatUtilsCreateSimpleStackTests-29297f11-b1ef-4da4-a5be-4979d63eed1c-stack2/370eee84-6c1e-4f6b-b997-a7b35850bf5a", "rel": "self"}]}} 2018-09-04 10:31:40,283 - keystoneauth.session - DEBUG - POST call to orchestration for http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e/stacks used request id req-63b77cc3-46cd-4ea5-ab86-857b3a7d44fe 2018-09-04 10:31:40,286 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e/stacks/370eee84-6c1e-4f6b-b997-a7b35850bf5a -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3b9ff0891f6a63ddb97525d1f87a6292802403f6" 2018-09-04 10:31:40,917 - keystoneauth.session - DEBUG - RESP: [302] Date: Tue, 04 Sep 2018 10:31:40 GMT Server: Apache x-openstack-request-id: req-8c2c0e4c-7944-4abd-afcd-9de8ca8b0866 Location: http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e/stacks/HeatUtilsCreateSimpleStackTests-29297f11-b1ef-4da4-a5be-4979d63eed1c-stack2/370eee84-6c1e-4f6b-b997-a7b35850bf5a Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e/stacks/HeatUtilsCreateSimpleStackTests-29297f11-b1ef-4da4-a5be-4979d63eed1c-stack2/370eee84-6c1e-4f6b-b997-a7b35850bf5a;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-09-04 10:31:40,959 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:31:40 GMT Server: Apache x-openstack-request-id: req-ca62563e-7f1c-4dce-b580-3e33b7d8cd68 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": "da1aa3dc9e564d3d922e61c0121a390e", "OS::stack_id": "370eee84-6c1e-4f6b-b997-a7b35850bf5a", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-29297f11-b1ef-4da4-a5be-4979d63eed1c-stack2", "image_name": "HeatUtilsCreateSimpleStackTests-29297f11-b1ef-4da4-a5be-4979d63eed1c-image", "inst_name": "HeatUtilsCreateSimpleStackTests-29297f11-b1ef-4da4-a5be-4979d63eed1c-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-29297f11-b1ef-4da4-a5be-4979d63eed1c-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-29297f11-b1ef-4da4-a5be-4979d63eed1c-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-29297f11-b1ef-4da4-a5be-4979d63eed1c-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-29297f11-b1ef-4da4-a5be-4979d63eed1c-stack2", "stack_user_project_id": "4b72dbf2678d4bae8e4c86055794a45e", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-09-04T10:31:39Z", "links": [{"href": "http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e/stacks/HeatUtilsCreateSimpleStackTests-29297f11-b1ef-4da4-a5be-4979d63eed1c-stack2/370eee84-6c1e-4f6b-b997-a7b35850bf5a", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "370eee84-6c1e-4f6b-b997-a7b35850bf5a", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-09-04 10:31:40,959 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e/stacks/HeatUtilsCreateSimpleStackTests-29297f11-b1ef-4da4-a5be-4979d63eed1c-stack2/370eee84-6c1e-4f6b-b997-a7b35850bf5a used request id req-ca62563e-7f1c-4dce-b580-3e33b7d8cd68 2018-09-04 10:31:40,962 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e/stacks?stack_name=HeatUtilsCreateSimpleStackTests-29297f11-b1ef-4da4-a5be-4979d63eed1c-stack2 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3b9ff0891f6a63ddb97525d1f87a6292802403f6" 2018-09-04 10:31:41,159 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:31:40 GMT Server: Apache x-openstack-request-id: req-53a6581f-ddd3-4636-ae58-a276e75b2e8f 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-29297f11-b1ef-4da4-a5be-4979d63eed1c-stack2", "stack_user_project_id": "4b72dbf2678d4bae8e4c86055794a45e", "deletion_time": null, "creation_time": "2018-09-04T10:31:39Z", "links": [{"href": "http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e/stacks/HeatUtilsCreateSimpleStackTests-29297f11-b1ef-4da4-a5be-4979d63eed1c-stack2/370eee84-6c1e-4f6b-b997-a7b35850bf5a", "rel": "self"}], "updated_time": null, "project": "da1aa3dc9e564d3d922e61c0121a390e", "stack_owner": null, "stack_status": "CREATE_IN_PROGRESS", "id": "370eee84-6c1e-4f6b-b997-a7b35850bf5a", "tags": null}]} 2018-09-04 10:31:41,159 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e/stacks?stack_name=HeatUtilsCreateSimpleStackTests-29297f11-b1ef-4da4-a5be-4979d63eed1c-stack2 used request id req-53a6581f-ddd3-4636-ae58-a276e75b2e8f 2018-09-04 10:31:41,162 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e/stacks?stack_name=HeatUtilsCreateSimpleStackTests-29297f11-b1ef-4da4-a5be-4979d63eed1c-stack2 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3b9ff0891f6a63ddb97525d1f87a6292802403f6" 2018-09-04 10:31:41,816 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:31:41 GMT Server: Apache x-openstack-request-id: req-18d13b1b-7f5c-4b57-9287-29778915c7cc 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-29297f11-b1ef-4da4-a5be-4979d63eed1c-stack2", "stack_user_project_id": "4b72dbf2678d4bae8e4c86055794a45e", "deletion_time": null, "creation_time": "2018-09-04T10:31:39Z", "links": [{"href": "http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e/stacks/HeatUtilsCreateSimpleStackTests-29297f11-b1ef-4da4-a5be-4979d63eed1c-stack2/370eee84-6c1e-4f6b-b997-a7b35850bf5a", "rel": "self"}], "updated_time": null, "project": "da1aa3dc9e564d3d922e61c0121a390e", "stack_owner": null, "stack_status": "CREATE_IN_PROGRESS", "id": "370eee84-6c1e-4f6b-b997-a7b35850bf5a", "tags": null}]} 2018-09-04 10:31:41,816 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e/stacks?stack_name=HeatUtilsCreateSimpleStackTests-29297f11-b1ef-4da4-a5be-4979d63eed1c-stack2 used request id req-18d13b1b-7f5c-4b57-9287-29778915c7cc 2018-09-04 10:31:41,819 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e/stacks/370eee84-6c1e-4f6b-b997-a7b35850bf5a -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3b9ff0891f6a63ddb97525d1f87a6292802403f6" 2018-09-04 10:31:41,845 - keystoneauth.session - DEBUG - RESP: [302] Date: Tue, 04 Sep 2018 10:31:41 GMT Server: Apache x-openstack-request-id: req-ef90a4a8-70d4-47c7-bd7f-2af6a095f6aa Location: http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e/stacks/HeatUtilsCreateSimpleStackTests-29297f11-b1ef-4da4-a5be-4979d63eed1c-stack2/370eee84-6c1e-4f6b-b997-a7b35850bf5a Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e/stacks/HeatUtilsCreateSimpleStackTests-29297f11-b1ef-4da4-a5be-4979d63eed1c-stack2/370eee84-6c1e-4f6b-b997-a7b35850bf5a;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-09-04 10:31:41,886 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:31:41 GMT Server: Apache x-openstack-request-id: req-fcb3b52d-1a3d-4cb9-8d8c-e505383bb0c2 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": "da1aa3dc9e564d3d922e61c0121a390e", "OS::stack_id": "370eee84-6c1e-4f6b-b997-a7b35850bf5a", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-29297f11-b1ef-4da4-a5be-4979d63eed1c-stack2", "image_name": "HeatUtilsCreateSimpleStackTests-29297f11-b1ef-4da4-a5be-4979d63eed1c-image", "inst_name": "HeatUtilsCreateSimpleStackTests-29297f11-b1ef-4da4-a5be-4979d63eed1c-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-29297f11-b1ef-4da4-a5be-4979d63eed1c-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-29297f11-b1ef-4da4-a5be-4979d63eed1c-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-29297f11-b1ef-4da4-a5be-4979d63eed1c-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-29297f11-b1ef-4da4-a5be-4979d63eed1c-stack2", "stack_user_project_id": "4b72dbf2678d4bae8e4c86055794a45e", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-09-04T10:31:39Z", "links": [{"href": "http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e/stacks/HeatUtilsCreateSimpleStackTests-29297f11-b1ef-4da4-a5be-4979d63eed1c-stack2/370eee84-6c1e-4f6b-b997-a7b35850bf5a", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "370eee84-6c1e-4f6b-b997-a7b35850bf5a", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-09-04 10:31:41,886 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e/stacks/HeatUtilsCreateSimpleStackTests-29297f11-b1ef-4da4-a5be-4979d63eed1c-stack2/370eee84-6c1e-4f6b-b997-a7b35850bf5a used request id req-fcb3b52d-1a3d-4cb9-8d8c-e505383bb0c2 2018-09-04 10:31:41,889 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e/stacks/370eee84-6c1e-4f6b-b997-a7b35850bf5a -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3b9ff0891f6a63ddb97525d1f87a6292802403f6" 2018-09-04 10:31:41,915 - keystoneauth.session - DEBUG - RESP: [302] Date: Tue, 04 Sep 2018 10:31:41 GMT Server: Apache x-openstack-request-id: req-62bbc173-9a88-4886-a01f-500013a807cf Location: http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e/stacks/HeatUtilsCreateSimpleStackTests-29297f11-b1ef-4da4-a5be-4979d63eed1c-stack2/370eee84-6c1e-4f6b-b997-a7b35850bf5a Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e/stacks/HeatUtilsCreateSimpleStackTests-29297f11-b1ef-4da4-a5be-4979d63eed1c-stack2/370eee84-6c1e-4f6b-b997-a7b35850bf5a;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-09-04 10:31:42,084 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:31:41 GMT Server: Apache x-openstack-request-id: req-021201f8-e332-4d06-9189-666c1bfce5b1 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": "da1aa3dc9e564d3d922e61c0121a390e", "OS::stack_id": "370eee84-6c1e-4f6b-b997-a7b35850bf5a", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-29297f11-b1ef-4da4-a5be-4979d63eed1c-stack2", "image_name": "HeatUtilsCreateSimpleStackTests-29297f11-b1ef-4da4-a5be-4979d63eed1c-image", "inst_name": "HeatUtilsCreateSimpleStackTests-29297f11-b1ef-4da4-a5be-4979d63eed1c-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-29297f11-b1ef-4da4-a5be-4979d63eed1c-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-29297f11-b1ef-4da4-a5be-4979d63eed1c-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-29297f11-b1ef-4da4-a5be-4979d63eed1c-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-29297f11-b1ef-4da4-a5be-4979d63eed1c-stack2", "stack_user_project_id": "4b72dbf2678d4bae8e4c86055794a45e", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-09-04T10:31:39Z", "links": [{"href": "http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e/stacks/HeatUtilsCreateSimpleStackTests-29297f11-b1ef-4da4-a5be-4979d63eed1c-stack2/370eee84-6c1e-4f6b-b997-a7b35850bf5a", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "370eee84-6c1e-4f6b-b997-a7b35850bf5a", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-09-04 10:31:42,084 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e/stacks/HeatUtilsCreateSimpleStackTests-29297f11-b1ef-4da4-a5be-4979d63eed1c-stack2/370eee84-6c1e-4f6b-b997-a7b35850bf5a used request id req-021201f8-e332-4d06-9189-666c1bfce5b1 2018-09-04 10:31:45,091 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e/stacks/370eee84-6c1e-4f6b-b997-a7b35850bf5a -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3b9ff0891f6a63ddb97525d1f87a6292802403f6" 2018-09-04 10:31:45,266 - keystoneauth.session - DEBUG - RESP: [302] Date: Tue, 04 Sep 2018 10:31:45 GMT Server: Apache x-openstack-request-id: req-33ae188f-8c8f-46d2-a8f5-30291b70eb7f Location: http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e/stacks/HeatUtilsCreateSimpleStackTests-29297f11-b1ef-4da4-a5be-4979d63eed1c-stack2/370eee84-6c1e-4f6b-b997-a7b35850bf5a Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e/stacks/HeatUtilsCreateSimpleStackTests-29297f11-b1ef-4da4-a5be-4979d63eed1c-stack2/370eee84-6c1e-4f6b-b997-a7b35850bf5a;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-09-04 10:31:45,342 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:31:45 GMT Server: Apache x-openstack-request-id: req-82d3355b-0e38-4571-8cfa-7ad7d6964acf 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": "da1aa3dc9e564d3d922e61c0121a390e", "OS::stack_id": "370eee84-6c1e-4f6b-b997-a7b35850bf5a", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-29297f11-b1ef-4da4-a5be-4979d63eed1c-stack2", "image_name": "HeatUtilsCreateSimpleStackTests-29297f11-b1ef-4da4-a5be-4979d63eed1c-image", "inst_name": "HeatUtilsCreateSimpleStackTests-29297f11-b1ef-4da4-a5be-4979d63eed1c-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-29297f11-b1ef-4da4-a5be-4979d63eed1c-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-29297f11-b1ef-4da4-a5be-4979d63eed1c-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-29297f11-b1ef-4da4-a5be-4979d63eed1c-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-29297f11-b1ef-4da4-a5be-4979d63eed1c-stack2", "stack_user_project_id": "4b72dbf2678d4bae8e4c86055794a45e", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-09-04T10:31:39Z", "links": [{"href": "http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e/stacks/HeatUtilsCreateSimpleStackTests-29297f11-b1ef-4da4-a5be-4979d63eed1c-stack2/370eee84-6c1e-4f6b-b997-a7b35850bf5a", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "370eee84-6c1e-4f6b-b997-a7b35850bf5a", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-09-04 10:31:45,342 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e/stacks/HeatUtilsCreateSimpleStackTests-29297f11-b1ef-4da4-a5be-4979d63eed1c-stack2/370eee84-6c1e-4f6b-b997-a7b35850bf5a used request id req-82d3355b-0e38-4571-8cfa-7ad7d6964acf 2018-09-04 10:31:48,349 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e/stacks/370eee84-6c1e-4f6b-b997-a7b35850bf5a -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3b9ff0891f6a63ddb97525d1f87a6292802403f6" 2018-09-04 10:31:48,376 - keystoneauth.session - DEBUG - RESP: [302] Date: Tue, 04 Sep 2018 10:31:48 GMT Server: Apache x-openstack-request-id: req-21c984f8-cd03-4aa8-8e83-fc39169be9a2 Location: http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e/stacks/HeatUtilsCreateSimpleStackTests-29297f11-b1ef-4da4-a5be-4979d63eed1c-stack2/370eee84-6c1e-4f6b-b997-a7b35850bf5a Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e/stacks/HeatUtilsCreateSimpleStackTests-29297f11-b1ef-4da4-a5be-4979d63eed1c-stack2/370eee84-6c1e-4f6b-b997-a7b35850bf5a;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-09-04 10:31:48,420 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:31:48 GMT Server: Apache x-openstack-request-id: req-b5039e96-5805-43fa-ab66-5fc3888b6bdf 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": "da1aa3dc9e564d3d922e61c0121a390e", "OS::stack_id": "370eee84-6c1e-4f6b-b997-a7b35850bf5a", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-29297f11-b1ef-4da4-a5be-4979d63eed1c-stack2", "image_name": "HeatUtilsCreateSimpleStackTests-29297f11-b1ef-4da4-a5be-4979d63eed1c-image", "inst_name": "HeatUtilsCreateSimpleStackTests-29297f11-b1ef-4da4-a5be-4979d63eed1c-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-29297f11-b1ef-4da4-a5be-4979d63eed1c-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-29297f11-b1ef-4da4-a5be-4979d63eed1c-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-29297f11-b1ef-4da4-a5be-4979d63eed1c-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-29297f11-b1ef-4da4-a5be-4979d63eed1c-stack2", "stack_user_project_id": "4b72dbf2678d4bae8e4c86055794a45e", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-09-04T10:31:39Z", "links": [{"href": "http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e/stacks/HeatUtilsCreateSimpleStackTests-29297f11-b1ef-4da4-a5be-4979d63eed1c-stack2/370eee84-6c1e-4f6b-b997-a7b35850bf5a", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "370eee84-6c1e-4f6b-b997-a7b35850bf5a", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-09-04 10:31:48,421 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e/stacks/HeatUtilsCreateSimpleStackTests-29297f11-b1ef-4da4-a5be-4979d63eed1c-stack2/370eee84-6c1e-4f6b-b997-a7b35850bf5a used request id req-b5039e96-5805-43fa-ab66-5fc3888b6bdf 2018-09-04 10:31:51,427 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e/stacks/370eee84-6c1e-4f6b-b997-a7b35850bf5a -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3b9ff0891f6a63ddb97525d1f87a6292802403f6" 2018-09-04 10:31:51,455 - keystoneauth.session - DEBUG - RESP: [302] Date: Tue, 04 Sep 2018 10:31:51 GMT Server: Apache x-openstack-request-id: req-f6ad96c8-ad41-4388-a2d4-3ac452beb6e9 Location: http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e/stacks/HeatUtilsCreateSimpleStackTests-29297f11-b1ef-4da4-a5be-4979d63eed1c-stack2/370eee84-6c1e-4f6b-b997-a7b35850bf5a Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e/stacks/HeatUtilsCreateSimpleStackTests-29297f11-b1ef-4da4-a5be-4979d63eed1c-stack2/370eee84-6c1e-4f6b-b997-a7b35850bf5a;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-09-04 10:31:51,676 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:31:51 GMT Server: Apache x-openstack-request-id: req-d46fe124-aca3-4ba5-96bb-ff9d7de7156e 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": "da1aa3dc9e564d3d922e61c0121a390e", "OS::stack_id": "370eee84-6c1e-4f6b-b997-a7b35850bf5a", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-29297f11-b1ef-4da4-a5be-4979d63eed1c-stack2", "image_name": "HeatUtilsCreateSimpleStackTests-29297f11-b1ef-4da4-a5be-4979d63eed1c-image", "inst_name": "HeatUtilsCreateSimpleStackTests-29297f11-b1ef-4da4-a5be-4979d63eed1c-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-29297f11-b1ef-4da4-a5be-4979d63eed1c-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-29297f11-b1ef-4da4-a5be-4979d63eed1c-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-29297f11-b1ef-4da4-a5be-4979d63eed1c-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-29297f11-b1ef-4da4-a5be-4979d63eed1c-stack2", "stack_user_project_id": "4b72dbf2678d4bae8e4c86055794a45e", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-09-04T10:31:39Z", "links": [{"href": "http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e/stacks/HeatUtilsCreateSimpleStackTests-29297f11-b1ef-4da4-a5be-4979d63eed1c-stack2/370eee84-6c1e-4f6b-b997-a7b35850bf5a", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "370eee84-6c1e-4f6b-b997-a7b35850bf5a", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-09-04 10:31:51,677 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e/stacks/HeatUtilsCreateSimpleStackTests-29297f11-b1ef-4da4-a5be-4979d63eed1c-stack2/370eee84-6c1e-4f6b-b997-a7b35850bf5a used request id req-d46fe124-aca3-4ba5-96bb-ff9d7de7156e 2018-09-04 10:31:54,683 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e/stacks/370eee84-6c1e-4f6b-b997-a7b35850bf5a -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3b9ff0891f6a63ddb97525d1f87a6292802403f6" 2018-09-04 10:31:54,710 - keystoneauth.session - DEBUG - RESP: [302] Date: Tue, 04 Sep 2018 10:31:54 GMT Server: Apache x-openstack-request-id: req-585eaf4e-4a8c-4ef4-917c-c86b8fe5e991 Location: http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e/stacks/HeatUtilsCreateSimpleStackTests-29297f11-b1ef-4da4-a5be-4979d63eed1c-stack2/370eee84-6c1e-4f6b-b997-a7b35850bf5a Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e/stacks/HeatUtilsCreateSimpleStackTests-29297f11-b1ef-4da4-a5be-4979d63eed1c-stack2/370eee84-6c1e-4f6b-b997-a7b35850bf5a;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-09-04 10:31:54,785 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:31:54 GMT Server: Apache x-openstack-request-id: req-0a13b16e-d184-45fd-a111-05bf729a735b 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": "da1aa3dc9e564d3d922e61c0121a390e", "OS::stack_id": "370eee84-6c1e-4f6b-b997-a7b35850bf5a", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-29297f11-b1ef-4da4-a5be-4979d63eed1c-stack2", "image_name": "HeatUtilsCreateSimpleStackTests-29297f11-b1ef-4da4-a5be-4979d63eed1c-image", "inst_name": "HeatUtilsCreateSimpleStackTests-29297f11-b1ef-4da4-a5be-4979d63eed1c-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-29297f11-b1ef-4da4-a5be-4979d63eed1c-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-29297f11-b1ef-4da4-a5be-4979d63eed1c-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-29297f11-b1ef-4da4-a5be-4979d63eed1c-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-29297f11-b1ef-4da4-a5be-4979d63eed1c-stack2", "stack_user_project_id": "4b72dbf2678d4bae8e4c86055794a45e", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-09-04T10:31:39Z", "links": [{"href": "http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e/stacks/HeatUtilsCreateSimpleStackTests-29297f11-b1ef-4da4-a5be-4979d63eed1c-stack2/370eee84-6c1e-4f6b-b997-a7b35850bf5a", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "370eee84-6c1e-4f6b-b997-a7b35850bf5a", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-09-04 10:31:54,785 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e/stacks/HeatUtilsCreateSimpleStackTests-29297f11-b1ef-4da4-a5be-4979d63eed1c-stack2/370eee84-6c1e-4f6b-b997-a7b35850bf5a used request id req-0a13b16e-d184-45fd-a111-05bf729a735b 2018-09-04 10:31:57,792 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e/stacks/370eee84-6c1e-4f6b-b997-a7b35850bf5a -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3b9ff0891f6a63ddb97525d1f87a6292802403f6" 2018-09-04 10:31:57,819 - keystoneauth.session - DEBUG - RESP: [302] Date: Tue, 04 Sep 2018 10:31:57 GMT Server: Apache x-openstack-request-id: req-f968ab6b-3c76-4a9b-985e-24ed63c44e2b Location: http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e/stacks/HeatUtilsCreateSimpleStackTests-29297f11-b1ef-4da4-a5be-4979d63eed1c-stack2/370eee84-6c1e-4f6b-b997-a7b35850bf5a Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e/stacks/HeatUtilsCreateSimpleStackTests-29297f11-b1ef-4da4-a5be-4979d63eed1c-stack2/370eee84-6c1e-4f6b-b997-a7b35850bf5a;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-09-04 10:31:58,510 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:31:57 GMT Server: Apache x-openstack-request-id: req-9f546b49-10d3-4658-83e6-b8a6a4dedefc 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": "da1aa3dc9e564d3d922e61c0121a390e", "OS::stack_id": "370eee84-6c1e-4f6b-b997-a7b35850bf5a", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-29297f11-b1ef-4da4-a5be-4979d63eed1c-stack2", "image_name": "HeatUtilsCreateSimpleStackTests-29297f11-b1ef-4da4-a5be-4979d63eed1c-image", "inst_name": "HeatUtilsCreateSimpleStackTests-29297f11-b1ef-4da4-a5be-4979d63eed1c-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-29297f11-b1ef-4da4-a5be-4979d63eed1c-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-29297f11-b1ef-4da4-a5be-4979d63eed1c-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-29297f11-b1ef-4da4-a5be-4979d63eed1c-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-29297f11-b1ef-4da4-a5be-4979d63eed1c-stack2", "stack_user_project_id": "4b72dbf2678d4bae8e4c86055794a45e", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-09-04T10:31:39Z", "links": [{"href": "http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e/stacks/HeatUtilsCreateSimpleStackTests-29297f11-b1ef-4da4-a5be-4979d63eed1c-stack2/370eee84-6c1e-4f6b-b997-a7b35850bf5a", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "370eee84-6c1e-4f6b-b997-a7b35850bf5a", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-09-04 10:31:58,510 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e/stacks/HeatUtilsCreateSimpleStackTests-29297f11-b1ef-4da4-a5be-4979d63eed1c-stack2/370eee84-6c1e-4f6b-b997-a7b35850bf5a used request id req-9f546b49-10d3-4658-83e6-b8a6a4dedefc 2018-09-04 10:32:01,517 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e/stacks/370eee84-6c1e-4f6b-b997-a7b35850bf5a -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3b9ff0891f6a63ddb97525d1f87a6292802403f6" 2018-09-04 10:32:01,544 - keystoneauth.session - DEBUG - RESP: [302] Date: Tue, 04 Sep 2018 10:32:01 GMT Server: Apache x-openstack-request-id: req-55a8b2d1-db46-4626-bc4e-90e2573b7c25 Location: http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e/stacks/HeatUtilsCreateSimpleStackTests-29297f11-b1ef-4da4-a5be-4979d63eed1c-stack2/370eee84-6c1e-4f6b-b997-a7b35850bf5a Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e/stacks/HeatUtilsCreateSimpleStackTests-29297f11-b1ef-4da4-a5be-4979d63eed1c-stack2/370eee84-6c1e-4f6b-b997-a7b35850bf5a;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-09-04 10:32:01,617 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:32:01 GMT Server: Apache x-openstack-request-id: req-39d47c21-efb1-4250-98a8-be94a5176a0f 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": "da1aa3dc9e564d3d922e61c0121a390e", "OS::stack_id": "370eee84-6c1e-4f6b-b997-a7b35850bf5a", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-29297f11-b1ef-4da4-a5be-4979d63eed1c-stack2", "image_name": "HeatUtilsCreateSimpleStackTests-29297f11-b1ef-4da4-a5be-4979d63eed1c-image", "inst_name": "HeatUtilsCreateSimpleStackTests-29297f11-b1ef-4da4-a5be-4979d63eed1c-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-29297f11-b1ef-4da4-a5be-4979d63eed1c-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-29297f11-b1ef-4da4-a5be-4979d63eed1c-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-29297f11-b1ef-4da4-a5be-4979d63eed1c-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-29297f11-b1ef-4da4-a5be-4979d63eed1c-stack2", "stack_user_project_id": "4b72dbf2678d4bae8e4c86055794a45e", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-09-04T10:31:39Z", "links": [{"href": "http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e/stacks/HeatUtilsCreateSimpleStackTests-29297f11-b1ef-4da4-a5be-4979d63eed1c-stack2/370eee84-6c1e-4f6b-b997-a7b35850bf5a", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "370eee84-6c1e-4f6b-b997-a7b35850bf5a", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-09-04 10:32:01,618 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e/stacks/HeatUtilsCreateSimpleStackTests-29297f11-b1ef-4da4-a5be-4979d63eed1c-stack2/370eee84-6c1e-4f6b-b997-a7b35850bf5a used request id req-39d47c21-efb1-4250-98a8-be94a5176a0f 2018-09-04 10:32:04,624 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e/stacks/370eee84-6c1e-4f6b-b997-a7b35850bf5a -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3b9ff0891f6a63ddb97525d1f87a6292802403f6" 2018-09-04 10:32:04,651 - keystoneauth.session - DEBUG - RESP: [302] Date: Tue, 04 Sep 2018 10:32:04 GMT Server: Apache x-openstack-request-id: req-1f26f8a3-247b-406e-8294-3eaa8d1b0ffd Location: http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e/stacks/HeatUtilsCreateSimpleStackTests-29297f11-b1ef-4da4-a5be-4979d63eed1c-stack2/370eee84-6c1e-4f6b-b997-a7b35850bf5a Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e/stacks/HeatUtilsCreateSimpleStackTests-29297f11-b1ef-4da4-a5be-4979d63eed1c-stack2/370eee84-6c1e-4f6b-b997-a7b35850bf5a;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-09-04 10:32:04,724 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:32:04 GMT Server: Apache x-openstack-request-id: req-c07db486-640d-41f0-a549-fb483ca62201 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": "da1aa3dc9e564d3d922e61c0121a390e", "OS::stack_id": "370eee84-6c1e-4f6b-b997-a7b35850bf5a", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-29297f11-b1ef-4da4-a5be-4979d63eed1c-stack2", "image_name": "HeatUtilsCreateSimpleStackTests-29297f11-b1ef-4da4-a5be-4979d63eed1c-image", "inst_name": "HeatUtilsCreateSimpleStackTests-29297f11-b1ef-4da4-a5be-4979d63eed1c-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-29297f11-b1ef-4da4-a5be-4979d63eed1c-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-29297f11-b1ef-4da4-a5be-4979d63eed1c-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-29297f11-b1ef-4da4-a5be-4979d63eed1c-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-29297f11-b1ef-4da4-a5be-4979d63eed1c-stack2", "stack_user_project_id": "4b72dbf2678d4bae8e4c86055794a45e", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-09-04T10:31:39Z", "links": [{"href": "http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e/stacks/HeatUtilsCreateSimpleStackTests-29297f11-b1ef-4da4-a5be-4979d63eed1c-stack2/370eee84-6c1e-4f6b-b997-a7b35850bf5a", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "370eee84-6c1e-4f6b-b997-a7b35850bf5a", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-09-04 10:32:04,724 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e/stacks/HeatUtilsCreateSimpleStackTests-29297f11-b1ef-4da4-a5be-4979d63eed1c-stack2/370eee84-6c1e-4f6b-b997-a7b35850bf5a used request id req-c07db486-640d-41f0-a549-fb483ca62201 2018-09-04 10:32:07,731 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e/stacks/370eee84-6c1e-4f6b-b997-a7b35850bf5a -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3b9ff0891f6a63ddb97525d1f87a6292802403f6" 2018-09-04 10:32:08,409 - keystoneauth.session - DEBUG - RESP: [302] Date: Tue, 04 Sep 2018 10:32:07 GMT Server: Apache x-openstack-request-id: req-58dfa8bb-475c-4169-8692-3856fde24f5e Location: http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e/stacks/HeatUtilsCreateSimpleStackTests-29297f11-b1ef-4da4-a5be-4979d63eed1c-stack2/370eee84-6c1e-4f6b-b997-a7b35850bf5a Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e/stacks/HeatUtilsCreateSimpleStackTests-29297f11-b1ef-4da4-a5be-4979d63eed1c-stack2/370eee84-6c1e-4f6b-b997-a7b35850bf5a;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-09-04 10:32:09,165 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:32:08 GMT Server: Apache x-openstack-request-id: req-f3cd6ee4-ebc6-4379-bb8d-b308fd62d72c 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": "da1aa3dc9e564d3d922e61c0121a390e", "OS::stack_id": "370eee84-6c1e-4f6b-b997-a7b35850bf5a", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-29297f11-b1ef-4da4-a5be-4979d63eed1c-stack2", "image_name": "HeatUtilsCreateSimpleStackTests-29297f11-b1ef-4da4-a5be-4979d63eed1c-image", "inst_name": "HeatUtilsCreateSimpleStackTests-29297f11-b1ef-4da4-a5be-4979d63eed1c-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-29297f11-b1ef-4da4-a5be-4979d63eed1c-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-29297f11-b1ef-4da4-a5be-4979d63eed1c-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-29297f11-b1ef-4da4-a5be-4979d63eed1c-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-29297f11-b1ef-4da4-a5be-4979d63eed1c-stack2", "stack_user_project_id": "4b72dbf2678d4bae8e4c86055794a45e", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-09-04T10:31:39Z", "links": [{"href": "http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e/stacks/HeatUtilsCreateSimpleStackTests-29297f11-b1ef-4da4-a5be-4979d63eed1c-stack2/370eee84-6c1e-4f6b-b997-a7b35850bf5a", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "370eee84-6c1e-4f6b-b997-a7b35850bf5a", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-09-04 10:32:09,165 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e/stacks/HeatUtilsCreateSimpleStackTests-29297f11-b1ef-4da4-a5be-4979d63eed1c-stack2/370eee84-6c1e-4f6b-b997-a7b35850bf5a used request id req-f3cd6ee4-ebc6-4379-bb8d-b308fd62d72c 2018-09-04 10:32:12,172 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e/stacks/370eee84-6c1e-4f6b-b997-a7b35850bf5a -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3b9ff0891f6a63ddb97525d1f87a6292802403f6" 2018-09-04 10:32:12,199 - keystoneauth.session - DEBUG - RESP: [302] Date: Tue, 04 Sep 2018 10:32:12 GMT Server: Apache x-openstack-request-id: req-92975d9d-2f73-4e12-aed1-68683ecf5317 Location: http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e/stacks/HeatUtilsCreateSimpleStackTests-29297f11-b1ef-4da4-a5be-4979d63eed1c-stack2/370eee84-6c1e-4f6b-b997-a7b35850bf5a Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e/stacks/HeatUtilsCreateSimpleStackTests-29297f11-b1ef-4da4-a5be-4979d63eed1c-stack2/370eee84-6c1e-4f6b-b997-a7b35850bf5a;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-09-04 10:32:12,274 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:32:12 GMT Server: Apache x-openstack-request-id: req-822cf938-c050-416f-9bb8-7e6ed92dc8d4 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": "da1aa3dc9e564d3d922e61c0121a390e", "OS::stack_id": "370eee84-6c1e-4f6b-b997-a7b35850bf5a", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-29297f11-b1ef-4da4-a5be-4979d63eed1c-stack2", "image_name": "HeatUtilsCreateSimpleStackTests-29297f11-b1ef-4da4-a5be-4979d63eed1c-image", "inst_name": "HeatUtilsCreateSimpleStackTests-29297f11-b1ef-4da4-a5be-4979d63eed1c-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-29297f11-b1ef-4da4-a5be-4979d63eed1c-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-29297f11-b1ef-4da4-a5be-4979d63eed1c-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-29297f11-b1ef-4da4-a5be-4979d63eed1c-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-29297f11-b1ef-4da4-a5be-4979d63eed1c-stack2", "stack_user_project_id": "4b72dbf2678d4bae8e4c86055794a45e", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-09-04T10:31:39Z", "links": [{"href": "http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e/stacks/HeatUtilsCreateSimpleStackTests-29297f11-b1ef-4da4-a5be-4979d63eed1c-stack2/370eee84-6c1e-4f6b-b997-a7b35850bf5a", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "370eee84-6c1e-4f6b-b997-a7b35850bf5a", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-09-04 10:32:12,274 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e/stacks/HeatUtilsCreateSimpleStackTests-29297f11-b1ef-4da4-a5be-4979d63eed1c-stack2/370eee84-6c1e-4f6b-b997-a7b35850bf5a used request id req-822cf938-c050-416f-9bb8-7e6ed92dc8d4 2018-09-04 10:32:15,281 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e/stacks/370eee84-6c1e-4f6b-b997-a7b35850bf5a -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3b9ff0891f6a63ddb97525d1f87a6292802403f6" 2018-09-04 10:32:15,309 - keystoneauth.session - DEBUG - RESP: [302] Date: Tue, 04 Sep 2018 10:32:15 GMT Server: Apache x-openstack-request-id: req-8f603977-5e72-4e88-847c-45dec4e1efd6 Location: http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e/stacks/HeatUtilsCreateSimpleStackTests-29297f11-b1ef-4da4-a5be-4979d63eed1c-stack2/370eee84-6c1e-4f6b-b997-a7b35850bf5a Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e/stacks/HeatUtilsCreateSimpleStackTests-29297f11-b1ef-4da4-a5be-4979d63eed1c-stack2/370eee84-6c1e-4f6b-b997-a7b35850bf5a;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-09-04 10:32:15,385 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:32:15 GMT Server: Apache x-openstack-request-id: req-29b2b89d-bfa6-4a9a-b64a-1f577ff43f9f 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": "da1aa3dc9e564d3d922e61c0121a390e", "OS::stack_id": "370eee84-6c1e-4f6b-b997-a7b35850bf5a", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-29297f11-b1ef-4da4-a5be-4979d63eed1c-stack2", "image_name": "HeatUtilsCreateSimpleStackTests-29297f11-b1ef-4da4-a5be-4979d63eed1c-image", "inst_name": "HeatUtilsCreateSimpleStackTests-29297f11-b1ef-4da4-a5be-4979d63eed1c-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-29297f11-b1ef-4da4-a5be-4979d63eed1c-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-29297f11-b1ef-4da4-a5be-4979d63eed1c-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-29297f11-b1ef-4da4-a5be-4979d63eed1c-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-29297f11-b1ef-4da4-a5be-4979d63eed1c-stack2", "stack_user_project_id": "4b72dbf2678d4bae8e4c86055794a45e", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-09-04T10:31:39Z", "links": [{"href": "http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e/stacks/HeatUtilsCreateSimpleStackTests-29297f11-b1ef-4da4-a5be-4979d63eed1c-stack2/370eee84-6c1e-4f6b-b997-a7b35850bf5a", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "370eee84-6c1e-4f6b-b997-a7b35850bf5a", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-09-04 10:32:15,385 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e/stacks/HeatUtilsCreateSimpleStackTests-29297f11-b1ef-4da4-a5be-4979d63eed1c-stack2/370eee84-6c1e-4f6b-b997-a7b35850bf5a used request id req-29b2b89d-bfa6-4a9a-b64a-1f577ff43f9f 2018-09-04 10:32:18,392 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e/stacks/370eee84-6c1e-4f6b-b997-a7b35850bf5a -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3b9ff0891f6a63ddb97525d1f87a6292802403f6" 2018-09-04 10:32:18,420 - keystoneauth.session - DEBUG - RESP: [302] Date: Tue, 04 Sep 2018 10:32:18 GMT Server: Apache x-openstack-request-id: req-ace058b4-ade3-4852-9f14-da98e4464cfb Location: http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e/stacks/HeatUtilsCreateSimpleStackTests-29297f11-b1ef-4da4-a5be-4979d63eed1c-stack2/370eee84-6c1e-4f6b-b997-a7b35850bf5a Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e/stacks/HeatUtilsCreateSimpleStackTests-29297f11-b1ef-4da4-a5be-4979d63eed1c-stack2/370eee84-6c1e-4f6b-b997-a7b35850bf5a;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-09-04 10:32:18,494 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:32:18 GMT Server: Apache x-openstack-request-id: req-4f96bb7b-5615-4c96-9d16-efa056b70041 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": "da1aa3dc9e564d3d922e61c0121a390e", "OS::stack_id": "370eee84-6c1e-4f6b-b997-a7b35850bf5a", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-29297f11-b1ef-4da4-a5be-4979d63eed1c-stack2", "image_name": "HeatUtilsCreateSimpleStackTests-29297f11-b1ef-4da4-a5be-4979d63eed1c-image", "inst_name": "HeatUtilsCreateSimpleStackTests-29297f11-b1ef-4da4-a5be-4979d63eed1c-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-29297f11-b1ef-4da4-a5be-4979d63eed1c-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-29297f11-b1ef-4da4-a5be-4979d63eed1c-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-29297f11-b1ef-4da4-a5be-4979d63eed1c-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-29297f11-b1ef-4da4-a5be-4979d63eed1c-stack2", "stack_user_project_id": "4b72dbf2678d4bae8e4c86055794a45e", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-09-04T10:31:39Z", "links": [{"href": "http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e/stacks/HeatUtilsCreateSimpleStackTests-29297f11-b1ef-4da4-a5be-4979d63eed1c-stack2/370eee84-6c1e-4f6b-b997-a7b35850bf5a", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "370eee84-6c1e-4f6b-b997-a7b35850bf5a", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-09-04 10:32:18,495 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e/stacks/HeatUtilsCreateSimpleStackTests-29297f11-b1ef-4da4-a5be-4979d63eed1c-stack2/370eee84-6c1e-4f6b-b997-a7b35850bf5a used request id req-4f96bb7b-5615-4c96-9d16-efa056b70041 2018-09-04 10:32:21,500 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e/stacks/370eee84-6c1e-4f6b-b997-a7b35850bf5a -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3b9ff0891f6a63ddb97525d1f87a6292802403f6" 2018-09-04 10:32:21,527 - keystoneauth.session - DEBUG - RESP: [302] Date: Tue, 04 Sep 2018 10:32:21 GMT Server: Apache x-openstack-request-id: req-fc4c75dc-6dd0-4aa8-9df0-e22cb6d614dd Location: http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e/stacks/HeatUtilsCreateSimpleStackTests-29297f11-b1ef-4da4-a5be-4979d63eed1c-stack2/370eee84-6c1e-4f6b-b997-a7b35850bf5a Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e/stacks/HeatUtilsCreateSimpleStackTests-29297f11-b1ef-4da4-a5be-4979d63eed1c-stack2/370eee84-6c1e-4f6b-b997-a7b35850bf5a;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-09-04 10:32:22,177 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:32:21 GMT Server: Apache x-openstack-request-id: req-3faa76c2-7d58-425c-a0ba-e43b674fa27d 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": "da1aa3dc9e564d3d922e61c0121a390e", "OS::stack_id": "370eee84-6c1e-4f6b-b997-a7b35850bf5a", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-29297f11-b1ef-4da4-a5be-4979d63eed1c-stack2", "image_name": "HeatUtilsCreateSimpleStackTests-29297f11-b1ef-4da4-a5be-4979d63eed1c-image", "inst_name": "HeatUtilsCreateSimpleStackTests-29297f11-b1ef-4da4-a5be-4979d63eed1c-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-29297f11-b1ef-4da4-a5be-4979d63eed1c-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-29297f11-b1ef-4da4-a5be-4979d63eed1c-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-29297f11-b1ef-4da4-a5be-4979d63eed1c-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-29297f11-b1ef-4da4-a5be-4979d63eed1c-stack2", "stack_user_project_id": "4b72dbf2678d4bae8e4c86055794a45e", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-09-04T10:31:39Z", "links": [{"href": "http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e/stacks/HeatUtilsCreateSimpleStackTests-29297f11-b1ef-4da4-a5be-4979d63eed1c-stack2/370eee84-6c1e-4f6b-b997-a7b35850bf5a", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "370eee84-6c1e-4f6b-b997-a7b35850bf5a", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-09-04 10:32:22,177 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e/stacks/HeatUtilsCreateSimpleStackTests-29297f11-b1ef-4da4-a5be-4979d63eed1c-stack2/370eee84-6c1e-4f6b-b997-a7b35850bf5a used request id req-3faa76c2-7d58-425c-a0ba-e43b674fa27d 2018-09-04 10:32:25,181 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e/stacks/370eee84-6c1e-4f6b-b997-a7b35850bf5a -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3b9ff0891f6a63ddb97525d1f87a6292802403f6" 2018-09-04 10:32:25,828 - keystoneauth.session - DEBUG - RESP: [302] Date: Tue, 04 Sep 2018 10:32:25 GMT Server: Apache x-openstack-request-id: req-ee582fbf-3acb-4865-b760-c3f5b044b461 Location: http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e/stacks/HeatUtilsCreateSimpleStackTests-29297f11-b1ef-4da4-a5be-4979d63eed1c-stack2/370eee84-6c1e-4f6b-b997-a7b35850bf5a Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e/stacks/HeatUtilsCreateSimpleStackTests-29297f11-b1ef-4da4-a5be-4979d63eed1c-stack2/370eee84-6c1e-4f6b-b997-a7b35850bf5a;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-09-04 10:32:25,901 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:32:25 GMT Server: Apache x-openstack-request-id: req-deb23e94-97a9-44c8-940f-1e482a937aae 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": "da1aa3dc9e564d3d922e61c0121a390e", "OS::stack_id": "370eee84-6c1e-4f6b-b997-a7b35850bf5a", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-29297f11-b1ef-4da4-a5be-4979d63eed1c-stack2", "image_name": "HeatUtilsCreateSimpleStackTests-29297f11-b1ef-4da4-a5be-4979d63eed1c-image", "inst_name": "HeatUtilsCreateSimpleStackTests-29297f11-b1ef-4da4-a5be-4979d63eed1c-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-29297f11-b1ef-4da4-a5be-4979d63eed1c-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-29297f11-b1ef-4da4-a5be-4979d63eed1c-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-29297f11-b1ef-4da4-a5be-4979d63eed1c-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-29297f11-b1ef-4da4-a5be-4979d63eed1c-stack2", "stack_user_project_id": "4b72dbf2678d4bae8e4c86055794a45e", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2018-09-04T10:31:39Z", "links": [{"href": "http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e/stacks/HeatUtilsCreateSimpleStackTests-29297f11-b1ef-4da4-a5be-4979d63eed1c-stack2/370eee84-6c1e-4f6b-b997-a7b35850bf5a", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "370eee84-6c1e-4f6b-b997-a7b35850bf5a", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-09-04 10:32:25,901 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e/stacks/HeatUtilsCreateSimpleStackTests-29297f11-b1ef-4da4-a5be-4979d63eed1c-stack2/370eee84-6c1e-4f6b-b997-a7b35850bf5a used request id req-deb23e94-97a9-44c8-940f-1e482a937aae 2018-09-04 10:32:25,904 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e/stacks/cb437d90-38a2-45b4-9bf0-63b57c1b0544 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3b9ff0891f6a63ddb97525d1f87a6292802403f6" 2018-09-04 10:32:25,930 - keystoneauth.session - DEBUG - RESP: [302] Date: Tue, 04 Sep 2018 10:32:25 GMT Server: Apache x-openstack-request-id: req-a3329e9b-85c4-4eb3-a6e6-02460f65e162 Location: http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e/stacks/HeatUtilsCreateSimpleStackTests-29297f11-b1ef-4da4-a5be-4979d63eed1c-stack1/cb437d90-38a2-45b4-9bf0-63b57c1b0544 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e/stacks/HeatUtilsCreateSimpleStackTests-29297f11-b1ef-4da4-a5be-4979d63eed1c-stack1/cb437d90-38a2-45b4-9bf0-63b57c1b0544;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-09-04 10:32:25,972 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 10:32:25 GMT Server: Apache x-openstack-request-id: req-d41c3afe-3dcf-4ab9-9f40-bcb0ea739c08 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 10:32:25,972 - keystoneauth.session - DEBUG - DELETE call to orchestration for http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e/stacks/HeatUtilsCreateSimpleStackTests-29297f11-b1ef-4da4-a5be-4979d63eed1c-stack1/cb437d90-38a2-45b4-9bf0-63b57c1b0544 used request id req-d41c3afe-3dcf-4ab9-9f40-bcb0ea739c08 2018-09-04 10:32:25,975 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e/stacks/370eee84-6c1e-4f6b-b997-a7b35850bf5a -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3b9ff0891f6a63ddb97525d1f87a6292802403f6" 2018-09-04 10:32:26,002 - keystoneauth.session - DEBUG - RESP: [302] Date: Tue, 04 Sep 2018 10:32:25 GMT Server: Apache x-openstack-request-id: req-f18611ff-e6de-4572-9421-14090dda5075 Location: http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e/stacks/HeatUtilsCreateSimpleStackTests-29297f11-b1ef-4da4-a5be-4979d63eed1c-stack2/370eee84-6c1e-4f6b-b997-a7b35850bf5a Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e/stacks/HeatUtilsCreateSimpleStackTests-29297f11-b1ef-4da4-a5be-4979d63eed1c-stack2/370eee84-6c1e-4f6b-b997-a7b35850bf5a;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-09-04 10:32:26,074 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 10:32:26 GMT Server: Apache x-openstack-request-id: req-71afa711-4897-42dc-bc0d-bc9671cf6b4c Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 10:32:26,075 - keystoneauth.session - DEBUG - DELETE call to orchestration for http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e/stacks/HeatUtilsCreateSimpleStackTests-29297f11-b1ef-4da4-a5be-4979d63eed1c-stack2/370eee84-6c1e-4f6b-b997-a7b35850bf5a used request id req-71afa711-4897-42dc-bc0d-bc9671cf6b4c 2018-09-04 10:32:26,075 - glance_utils - INFO - Deleting image named - HeatUtilsCreateSimpleStackTests-29297f11-b1ef-4da4-a5be-4979d63eed1c-image 2018-09-04 10:32:26,078 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9292/v2/images/b67b5dbd-3343-425e-b5cb-6ce4f9164728 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}dc8a405c673465e8e2e007368923bc00716eed16" 2018-09-04 10:32:29,214 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-b22a3843-8e4b-41e0-81f0-0d09ab02d0f1 Date: Tue, 04 Sep 2018 10:32:29 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-09-04 10:32:29,214 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.28:9292/v2/images/b67b5dbd-3343-425e-b5cb-6ce4f9164728 used request id req-b22a3843-8e4b-41e0-81f0-0d09ab02d0f1 2018-09-04 10:32:29,218 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:8774/v2.1/flavors/e7052c52-d213-462c-9e16-79a7af1eba4e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}826f9f504b75975a49f3b4ce59c8b6cbb82d3291" 2018-09-04 10:32:29,254 - novaclient.v2.client - DEBUG - RESP: [202] Date: Tue, 04 Sep 2018 10:32: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-7b9369f2-192a-4fa0-891b-3273f1cf2e88 x-compute-request-id: req-7b9369f2-192a-4fa0-891b-3273f1cf2e88 Content-Length: 0 Content-Type: application/json 2018-09-04 10:32:29,254 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/flavors/e7052c52-d213-462c-9e16-79a7af1eba4e used request id req-7b9369f2-192a-4fa0-891b-3273f1cf2e88 2018-09-04 10:32:29,256 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-09-04 10:32:29,256 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 10:32:29,257 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-09-04 10:32:29,636 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5ef645ad12fc453aa5d8a0c2cbf76196", "name": "heat_stack_owner"}, {"id": "9a944a8c31754b8f941d2fa9034d4301", "name": "Member"}, {"id": "3d416247e8224533841040c3ad2bce5a", "name": "admin"}], "expires_at": "2018-09-04T11:32:29.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "da1aa3dc9e564d3d922e61c0121a390e", "name": "api_check-project_95790658-ea1a-473f-b71a-0aa15c3467f2"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235635a698ef4bef9dc6b25273d185da"}, {"url": "http://192.30.9.6:8776/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "23b07b3fbfc340a58cf0f9b2871a0d23"}, {"url": "http://172.30.9.28:8776/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "72fd0aaa144d45419f4b04b6b26f69a7"}], "type": "volume", "id": "097241c25b4d4f7e91b3f8efa155909e", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v3/da1aa3dc9e564d3d922e61c0121a390e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93eb4cf3030a49e7840bec071422d397"}, {"url": "http://192.30.9.6:8776/v3/da1aa3dc9e564d3d922e61c0121a390e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8af439a6ac147fdbcb38ed9aa916b68"}, {"url": "http://192.30.9.6:8776/v3/da1aa3dc9e564d3d922e61c0121a390e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c4bfdbc9b7c74a23a40afdf578cfeba4"}], "type": "volumev3", "id": "1c85f4682ce44f729db1dabd98e965e8", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "82239574a29d4603a2161006f61851cf"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8d15f7134f364a7bbcfff2f84aac3bf2"}, {"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e01668c43a0c4c279b9a3d20a0280d6c"}], "type": "image", "id": "297d8415ca96454991054983920912f7", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7bb4d60e20734d4a9f31ec75e02cb823"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bf6adec15590466a9a0d3bddb00e8993"}, {"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f096f03a1d12411a8972f6f7c196b60d"}], "type": "policy", "id": "54c64351b56d44bbad74c2969cc3aa00", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "354ae6870a324fab82d0a0fb68ee0f26"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a3807e460dd4af488d982b66c52e64c"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e7c3da785076450abd71868e75ce0c33"}], "type": "cloudformation", "id": "6ac9917ae83c4639a15a4ab3cf0e76dd", "name": "heat-cfn"}, {"endpoints": [], "type": "metering", "id": "7fcc078e5e0645f29df67742ac14e388", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49e71628d386464cb950d6a9db00a328"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75b0a63ed8574bbcab1c851cc9b83d30"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9902b0a8b3c04cd192a1b84c417c232b"}], "type": "key-manager", "id": "9626544a32e74678a641c6e206f028a9", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "497340e5aa36485982fdf297f370558f"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7802beb4fc7c4952897b77bd5610b1fe"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c14af798917f4fa0b146d9772583e595"}], "type": "metric", "id": "973bfe8c658d4e5a8da725e76b9d550e", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "288ecc3674ea41d2aa3b790dcb832bf2"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7a6dc785cd7142f5b30f1a7ba0daeb03"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7f7d34e2351b4964befccc862c4e8e12"}], "type": "network", "id": "a348d7b06050474fb449be7f32ea6f5d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "21bce6ecb8464a1f8f3e3847aa698bd6"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0a8faf2246b47deb30e69e48d3551fb"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e71c6011de3d4d8589e5b53dcc79f288"}], "type": "identity", "id": "ad8d4b4953184137a1b913ecee9434ed", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "13474f9a78ca4f1184e4cddc84d0d98c"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad67365a18234bb78c336e6776958c00"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc54db13337f44f8921fbb9ad0f81de8"}], "type": "alarming", "id": "bb18dc3243034f08a6a7f69f7a1edccf", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0d91d7adf0304b2681c77f979e5cdb17"}, {"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "756e5ffca9774ab3ae2db41bf330417f"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c07c727a08c243b287827f539a124e63"}], "type": "placement", "id": "bb2c9432fcbd4c56913177122468f6ba", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1eed4912224b48cf9856446eae4d9928"}, {"url": "http://192.30.9.6:8004/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b73b7f99236541148d84f24f09e5dd40"}, {"url": "http://192.30.9.6:8004/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fbf12e52911244fdafc24a9d46f56e62"}], "type": "orchestration", "id": "c8918d139da945ba93df4ccce21d4904", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/da1aa3dc9e564d3d922e61c0121a390e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16bf098b9e2e490f8e47fa601059f975"}, {"url": "http://192.30.9.6:8776/v2/da1aa3dc9e564d3d922e61c0121a390e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc16fa4cf491444ca2f611d5692c1170"}, {"url": "http://192.30.9.6:8776/v2/da1aa3dc9e564d3d922e61c0121a390e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ccd2c5325dff4b90b391db9fdde67d99"}], "type": "volumev2", "id": "d09ac9123c34494abce21d6c27bee9d9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eac694332354a3aa0e61c31314166d7"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b4d4989c4e764717ab78d38675cadd3f"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff196e46b56d406d87a678f1a64497b0"}], "type": "compute", "id": "d4030ee932c84df58c5b910cc197caa7", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_95790658-ea1a-473f-b71a-0aa15c3467f2", "id": "6cb53a06110b45a6a2f21cb265048110"}, "audit_ids": ["9Z_Jd439RT-tw7282MXq7Q"], "issued_at": "2018-09-04T10:32:29.000000Z"}} 2018-09-04 10:32:29,637 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28: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}b53c5c57d8d66aea1f70184296e431b775d8d0be" 2018-09-04 10:32:29,715 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:32:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2f8f4690-f7d5-45d8-b8d0-7fc47d362e41 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.28:5000/v3/", "rel": "self"}]}} 2018-09-04 10:32:29,715 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-2f8f4690-f7d5-45d8-b8d0-7fc47d362e41 2018-09-04 10:32:29,720 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/images?limit=20&disk_format=qcow2&name=HeatUtilsCreateComplexStackTests-adf88a03-5313-4c97-b7c2-887436234ce3-image1 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}b53c5c57d8d66aea1f70184296e431b775d8d0be" 2018-09-04 10:32:29,888 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 178 Content-Type: application/json X-Openstack-Request-Id: req-fb16c423-2c0a-4466-9a1b-7b7eda44dedd Date: Tue, 04 Sep 2018 10:32:29 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=HeatUtilsCreateComplexStackTests-adf88a03-5313-4c97-b7c2-887436234ce3-image1"} 2018-09-04 10:32:29,888 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images?limit=20&disk_format=qcow2&name=HeatUtilsCreateComplexStackTests-adf88a03-5313-4c97-b7c2-887436234ce3-image1 used request id req-fb16c423-2c0a-4466-9a1b-7b7eda44dedd 2018-09-04 10:32:29,891 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}b53c5c57d8d66aea1f70184296e431b775d8d0be" 2018-09-04 10:32:30,044 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-bfdbf13d-f61b-44e9-82eb-e83452e5c747 Date: Tue, 04 Sep 2018 10:32:30 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-09-04 10:32:30,044 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/schemas/image used request id req-bfdbf13d-f61b-44e9-82eb-e83452e5c747 2018-09-04 10:32:30,073 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}b53c5c57d8d66aea1f70184296e431b775d8d0be" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "HeatUtilsCreateComplexStackTests-adf88a03-5313-4c97-b7c2-887436234ce3-image1"}' 2018-09-04 10:32:30,370 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 637 Content-Type: application/json Location: http://172.30.9.28:9292/v2/images/cc0abb17-54c0-4a2d-86fb-805bc470e8f8 X-Openstack-Request-Id: req-831dfd86-0d48-4f8b-aa22-2899acd677f6 Date: Tue, 04 Sep 2018 10:32:30 GMT RESP BODY: {"status": "queued", "name": "HeatUtilsCreateComplexStackTests-adf88a03-5313-4c97-b7c2-887436234ce3-image1", "tags": [], "container_format": "bare", "created_at": "2018-09-04T10:32:30Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-09-04T10:32:30Z", "visibility": "shared", "locations": [], "self": "/v2/images/cc0abb17-54c0-4a2d-86fb-805bc470e8f8", "min_disk": 0, "protected": false, "id": "cc0abb17-54c0-4a2d-86fb-805bc470e8f8", "file": "/v2/images/cc0abb17-54c0-4a2d-86fb-805bc470e8f8/file", "checksum": null, "owner": "da1aa3dc9e564d3d922e61c0121a390e", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-09-04 10:32:30,370 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.28:9292/v2/images used request id req-831dfd86-0d48-4f8b-aa22-2899acd677f6 2018-09-04 10:32:30,381 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.28:9292/v2/images/cc0abb17-54c0-4a2d-86fb-805bc470e8f8/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}b53c5c57d8d66aea1f70184296e431b775d8d0be" -d '' 2018-09-04 10:32:32,011 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-2f6e7218-56af-490a-8ec0-4f42463c12c3 Date: Tue, 04 Sep 2018 10:32:32 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-09-04 10:32:32,011 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.28:9292/v2/images/cc0abb17-54c0-4a2d-86fb-805bc470e8f8/file used request id req-2f6e7218-56af-490a-8ec0-4f42463c12c3 2018-09-04 10:32:32,011 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-09-04 10:32:32,014 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/images/cc0abb17-54c0-4a2d-86fb-805bc470e8f8 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}b53c5c57d8d66aea1f70184296e431b775d8d0be" 2018-09-04 10:32:32,177 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 898 Content-Type: application/json X-Openstack-Request-Id: req-f4b93c2c-8705-4044-9f8d-8dbbf87b01f2 Date: Tue, 04 Sep 2018 10:32:32 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "HeatUtilsCreateComplexStackTests-adf88a03-5313-4c97-b7c2-887436234ce3-image1", "tags": [], "container_format": "bare", "created_at": "2018-09-04T10:32:30Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-09-04T10:32:31Z", "visibility": "shared", "locations": [{"url": "rbd://99671b03-94ed-44b3-b5f6-80b8e44d0570/images/cc0abb17-54c0-4a2d-86fb-805bc470e8f8/snap", "metadata": {}}], "self": "/v2/images/cc0abb17-54c0-4a2d-86fb-805bc470e8f8", "min_disk": 0, "protected": false, "id": "cc0abb17-54c0-4a2d-86fb-805bc470e8f8", "file": "/v2/images/cc0abb17-54c0-4a2d-86fb-805bc470e8f8/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "da1aa3dc9e564d3d922e61c0121a390e", "direct_url": "rbd://99671b03-94ed-44b3-b5f6-80b8e44d0570/images/cc0abb17-54c0-4a2d-86fb-805bc470e8f8/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-09-04 10:32:32,177 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images/cc0abb17-54c0-4a2d-86fb-805bc470e8f8 used request id req-f4b93c2c-8705-4044-9f8d-8dbbf87b01f2 2018-09-04 10:32:32,180 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}b53c5c57d8d66aea1f70184296e431b775d8d0be" 2018-09-04 10:32:32,340 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-4e13083a-0943-4aa4-b0f4-abdaf518665b Date: Tue, 04 Sep 2018 10:32:32 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-09-04 10:32:32,340 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/schemas/image used request id req-4e13083a-0943-4aa4-b0f4-abdaf518665b 2018-09-04 10:32:32,343 - create_image - INFO - Created image with name - HeatUtilsCreateComplexStackTests-adf88a03-5313-4c97-b7c2-887436234ce3-image1 2018-09-04 10:32:32,346 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/images/cc0abb17-54c0-4a2d-86fb-805bc470e8f8 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}b53c5c57d8d66aea1f70184296e431b775d8d0be" 2018-09-04 10:32:32,525 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 898 Content-Type: application/json X-Openstack-Request-Id: req-129b428a-3812-4ffd-9cec-8f71fdb98a1c Date: Tue, 04 Sep 2018 10:32:32 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "HeatUtilsCreateComplexStackTests-adf88a03-5313-4c97-b7c2-887436234ce3-image1", "tags": [], "container_format": "bare", "created_at": "2018-09-04T10:32:30Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-09-04T10:32:31Z", "visibility": "shared", "locations": [{"url": "rbd://99671b03-94ed-44b3-b5f6-80b8e44d0570/images/cc0abb17-54c0-4a2d-86fb-805bc470e8f8/snap", "metadata": {}}], "self": "/v2/images/cc0abb17-54c0-4a2d-86fb-805bc470e8f8", "min_disk": 0, "protected": false, "id": "cc0abb17-54c0-4a2d-86fb-805bc470e8f8", "file": "/v2/images/cc0abb17-54c0-4a2d-86fb-805bc470e8f8/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "da1aa3dc9e564d3d922e61c0121a390e", "direct_url": "rbd://99671b03-94ed-44b3-b5f6-80b8e44d0570/images/cc0abb17-54c0-4a2d-86fb-805bc470e8f8/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-09-04 10:32:32,525 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images/cc0abb17-54c0-4a2d-86fb-805bc470e8f8 used request id req-129b428a-3812-4ffd-9cec-8f71fdb98a1c 2018-09-04 10:32:32,526 - create_image - DEBUG - Instance status is - active 2018-09-04 10:32:32,526 - create_image - DEBUG - Image is active with name - HeatUtilsCreateComplexStackTests-adf88a03-5313-4c97-b7c2-887436234ce3-image1 2018-09-04 10:32:32,526 - create_image - INFO - Image is now active with name - HeatUtilsCreateComplexStackTests-adf88a03-5313-4c97-b7c2-887436234ce3-image1 2018-09-04 10:32:32,526 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-09-04 10:32:32,526 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 10:32:32,527 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-09-04 10:32:32,920 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5ef645ad12fc453aa5d8a0c2cbf76196", "name": "heat_stack_owner"}, {"id": "9a944a8c31754b8f941d2fa9034d4301", "name": "Member"}, {"id": "3d416247e8224533841040c3ad2bce5a", "name": "admin"}], "expires_at": "2018-09-04T11:32:32.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "da1aa3dc9e564d3d922e61c0121a390e", "name": "api_check-project_95790658-ea1a-473f-b71a-0aa15c3467f2"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235635a698ef4bef9dc6b25273d185da"}, {"url": "http://192.30.9.6:8776/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "23b07b3fbfc340a58cf0f9b2871a0d23"}, {"url": "http://172.30.9.28:8776/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "72fd0aaa144d45419f4b04b6b26f69a7"}], "type": "volume", "id": "097241c25b4d4f7e91b3f8efa155909e", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v3/da1aa3dc9e564d3d922e61c0121a390e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93eb4cf3030a49e7840bec071422d397"}, {"url": "http://192.30.9.6:8776/v3/da1aa3dc9e564d3d922e61c0121a390e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8af439a6ac147fdbcb38ed9aa916b68"}, {"url": "http://192.30.9.6:8776/v3/da1aa3dc9e564d3d922e61c0121a390e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c4bfdbc9b7c74a23a40afdf578cfeba4"}], "type": "volumev3", "id": "1c85f4682ce44f729db1dabd98e965e8", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "82239574a29d4603a2161006f61851cf"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8d15f7134f364a7bbcfff2f84aac3bf2"}, {"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e01668c43a0c4c279b9a3d20a0280d6c"}], "type": "image", "id": "297d8415ca96454991054983920912f7", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7bb4d60e20734d4a9f31ec75e02cb823"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bf6adec15590466a9a0d3bddb00e8993"}, {"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f096f03a1d12411a8972f6f7c196b60d"}], "type": "policy", "id": "54c64351b56d44bbad74c2969cc3aa00", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "354ae6870a324fab82d0a0fb68ee0f26"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a3807e460dd4af488d982b66c52e64c"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e7c3da785076450abd71868e75ce0c33"}], "type": "cloudformation", "id": "6ac9917ae83c4639a15a4ab3cf0e76dd", "name": "heat-cfn"}, {"endpoints": [], "type": "metering", "id": "7fcc078e5e0645f29df67742ac14e388", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49e71628d386464cb950d6a9db00a328"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75b0a63ed8574bbcab1c851cc9b83d30"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9902b0a8b3c04cd192a1b84c417c232b"}], "type": "key-manager", "id": "9626544a32e74678a641c6e206f028a9", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "497340e5aa36485982fdf297f370558f"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7802beb4fc7c4952897b77bd5610b1fe"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c14af798917f4fa0b146d9772583e595"}], "type": "metric", "id": "973bfe8c658d4e5a8da725e76b9d550e", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "288ecc3674ea41d2aa3b790dcb832bf2"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7a6dc785cd7142f5b30f1a7ba0daeb03"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7f7d34e2351b4964befccc862c4e8e12"}], "type": "network", "id": "a348d7b06050474fb449be7f32ea6f5d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "21bce6ecb8464a1f8f3e3847aa698bd6"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0a8faf2246b47deb30e69e48d3551fb"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e71c6011de3d4d8589e5b53dcc79f288"}], "type": "identity", "id": "ad8d4b4953184137a1b913ecee9434ed", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "13474f9a78ca4f1184e4cddc84d0d98c"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad67365a18234bb78c336e6776958c00"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc54db13337f44f8921fbb9ad0f81de8"}], "type": "alarming", "id": "bb18dc3243034f08a6a7f69f7a1edccf", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0d91d7adf0304b2681c77f979e5cdb17"}, {"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "756e5ffca9774ab3ae2db41bf330417f"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c07c727a08c243b287827f539a124e63"}], "type": "placement", "id": "bb2c9432fcbd4c56913177122468f6ba", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1eed4912224b48cf9856446eae4d9928"}, {"url": "http://192.30.9.6:8004/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b73b7f99236541148d84f24f09e5dd40"}, {"url": "http://192.30.9.6:8004/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fbf12e52911244fdafc24a9d46f56e62"}], "type": "orchestration", "id": "c8918d139da945ba93df4ccce21d4904", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/da1aa3dc9e564d3d922e61c0121a390e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16bf098b9e2e490f8e47fa601059f975"}, {"url": "http://192.30.9.6:8776/v2/da1aa3dc9e564d3d922e61c0121a390e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc16fa4cf491444ca2f611d5692c1170"}, {"url": "http://192.30.9.6:8776/v2/da1aa3dc9e564d3d922e61c0121a390e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ccd2c5325dff4b90b391db9fdde67d99"}], "type": "volumev2", "id": "d09ac9123c34494abce21d6c27bee9d9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eac694332354a3aa0e61c31314166d7"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b4d4989c4e764717ab78d38675cadd3f"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff196e46b56d406d87a678f1a64497b0"}], "type": "compute", "id": "d4030ee932c84df58c5b910cc197caa7", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_95790658-ea1a-473f-b71a-0aa15c3467f2", "id": "6cb53a06110b45a6a2f21cb265048110"}, "audit_ids": ["bKPpPCjBSR26xRCLbsPd3w"], "issued_at": "2018-09-04T10:32:32.000000Z"}} 2018-09-04 10:32:32,921 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28: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}d0ed9624d6a63a082493c14a084bb22e88c3c81b" 2018-09-04 10:32:33,005 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:32:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-662bd458-4dec-4616-86ff-ee35396bdf01 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.28:5000/v3/", "rel": "self"}]}} 2018-09-04 10:32:33,006 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-662bd458-4dec-4616-86ff-ee35396bdf01 2018-09-04 10:32:33,010 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/images?limit=20&disk_format=qcow2&name=HeatUtilsCreateComplexStackTests-adf88a03-5313-4c97-b7c2-887436234ce3-image2 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}d0ed9624d6a63a082493c14a084bb22e88c3c81b" 2018-09-04 10:32:33,216 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 178 Content-Type: application/json X-Openstack-Request-Id: req-5927468c-e0b2-497a-8ff3-37549b5dc204 Date: Tue, 04 Sep 2018 10:32:33 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=HeatUtilsCreateComplexStackTests-adf88a03-5313-4c97-b7c2-887436234ce3-image2"} 2018-09-04 10:32:33,217 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images?limit=20&disk_format=qcow2&name=HeatUtilsCreateComplexStackTests-adf88a03-5313-4c97-b7c2-887436234ce3-image2 used request id req-5927468c-e0b2-497a-8ff3-37549b5dc204 2018-09-04 10:32:33,219 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}d0ed9624d6a63a082493c14a084bb22e88c3c81b" 2018-09-04 10:32:33,384 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-af417608-9d86-459f-aff5-917e38659d6a Date: Tue, 04 Sep 2018 10:32:33 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-09-04 10:32:33,384 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/schemas/image used request id req-af417608-9d86-459f-aff5-917e38659d6a 2018-09-04 10:32:33,412 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}d0ed9624d6a63a082493c14a084bb22e88c3c81b" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "HeatUtilsCreateComplexStackTests-adf88a03-5313-4c97-b7c2-887436234ce3-image2"}' 2018-09-04 10:32:33,909 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 637 Content-Type: application/json Location: http://172.30.9.28:9292/v2/images/ce3598e8-f9a2-491e-9181-f71b674a41a9 X-Openstack-Request-Id: req-d844343b-53f4-4fc2-8752-e0b94041c495 Date: Tue, 04 Sep 2018 10:32:33 GMT RESP BODY: {"status": "queued", "name": "HeatUtilsCreateComplexStackTests-adf88a03-5313-4c97-b7c2-887436234ce3-image2", "tags": [], "container_format": "bare", "created_at": "2018-09-04T10:32:33Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-09-04T10:32:33Z", "visibility": "shared", "locations": [], "self": "/v2/images/ce3598e8-f9a2-491e-9181-f71b674a41a9", "min_disk": 0, "protected": false, "id": "ce3598e8-f9a2-491e-9181-f71b674a41a9", "file": "/v2/images/ce3598e8-f9a2-491e-9181-f71b674a41a9/file", "checksum": null, "owner": "da1aa3dc9e564d3d922e61c0121a390e", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-09-04 10:32:33,909 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.28:9292/v2/images used request id req-d844343b-53f4-4fc2-8752-e0b94041c495 2018-09-04 10:32:33,920 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.28:9292/v2/images/ce3598e8-f9a2-491e-9181-f71b674a41a9/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}d0ed9624d6a63a082493c14a084bb22e88c3c81b" -d '' 2018-09-04 10:32:35,718 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-1aaf02b8-ab28-4dd6-9c60-5d2b93ad6ed3 Date: Tue, 04 Sep 2018 10:32:35 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-09-04 10:32:35,718 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.28:9292/v2/images/ce3598e8-f9a2-491e-9181-f71b674a41a9/file used request id req-1aaf02b8-ab28-4dd6-9c60-5d2b93ad6ed3 2018-09-04 10:32:35,718 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-09-04 10:32:35,721 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/images/ce3598e8-f9a2-491e-9181-f71b674a41a9 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}d0ed9624d6a63a082493c14a084bb22e88c3c81b" 2018-09-04 10:32:35,875 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 898 Content-Type: application/json X-Openstack-Request-Id: req-a54ef552-0617-4601-8823-5a7ec47358c5 Date: Tue, 04 Sep 2018 10:32:35 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "HeatUtilsCreateComplexStackTests-adf88a03-5313-4c97-b7c2-887436234ce3-image2", "tags": [], "container_format": "bare", "created_at": "2018-09-04T10:32:33Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-09-04T10:32:35Z", "visibility": "shared", "locations": [{"url": "rbd://99671b03-94ed-44b3-b5f6-80b8e44d0570/images/ce3598e8-f9a2-491e-9181-f71b674a41a9/snap", "metadata": {}}], "self": "/v2/images/ce3598e8-f9a2-491e-9181-f71b674a41a9", "min_disk": 0, "protected": false, "id": "ce3598e8-f9a2-491e-9181-f71b674a41a9", "file": "/v2/images/ce3598e8-f9a2-491e-9181-f71b674a41a9/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "da1aa3dc9e564d3d922e61c0121a390e", "direct_url": "rbd://99671b03-94ed-44b3-b5f6-80b8e44d0570/images/ce3598e8-f9a2-491e-9181-f71b674a41a9/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-09-04 10:32:35,876 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images/ce3598e8-f9a2-491e-9181-f71b674a41a9 used request id req-a54ef552-0617-4601-8823-5a7ec47358c5 2018-09-04 10:32:35,878 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}d0ed9624d6a63a082493c14a084bb22e88c3c81b" 2018-09-04 10:32:35,885 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-e8d0381d-0fe1-41e9-8010-84352c8e2bd6 Date: Tue, 04 Sep 2018 10:32: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-09-04 10:32:35,885 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/schemas/image used request id req-e8d0381d-0fe1-41e9-8010-84352c8e2bd6 2018-09-04 10:32:35,888 - create_image - INFO - Created image with name - HeatUtilsCreateComplexStackTests-adf88a03-5313-4c97-b7c2-887436234ce3-image2 2018-09-04 10:32:35,891 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/images/ce3598e8-f9a2-491e-9181-f71b674a41a9 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}d0ed9624d6a63a082493c14a084bb22e88c3c81b" 2018-09-04 10:32:36,055 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 898 Content-Type: application/json X-Openstack-Request-Id: req-2b6b06d7-209f-4f4f-9577-79ef6fa03974 Date: Tue, 04 Sep 2018 10:32:36 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "HeatUtilsCreateComplexStackTests-adf88a03-5313-4c97-b7c2-887436234ce3-image2", "tags": [], "container_format": "bare", "created_at": "2018-09-04T10:32:33Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-09-04T10:32:35Z", "visibility": "shared", "locations": [{"url": "rbd://99671b03-94ed-44b3-b5f6-80b8e44d0570/images/ce3598e8-f9a2-491e-9181-f71b674a41a9/snap", "metadata": {}}], "self": "/v2/images/ce3598e8-f9a2-491e-9181-f71b674a41a9", "min_disk": 0, "protected": false, "id": "ce3598e8-f9a2-491e-9181-f71b674a41a9", "file": "/v2/images/ce3598e8-f9a2-491e-9181-f71b674a41a9/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "da1aa3dc9e564d3d922e61c0121a390e", "direct_url": "rbd://99671b03-94ed-44b3-b5f6-80b8e44d0570/images/ce3598e8-f9a2-491e-9181-f71b674a41a9/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-09-04 10:32:36,055 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images/ce3598e8-f9a2-491e-9181-f71b674a41a9 used request id req-2b6b06d7-209f-4f4f-9577-79ef6fa03974 2018-09-04 10:32:36,056 - create_image - DEBUG - Instance status is - active 2018-09-04 10:32:36,056 - create_image - DEBUG - Image is active with name - HeatUtilsCreateComplexStackTests-adf88a03-5313-4c97-b7c2-887436234ce3-image2 2018-09-04 10:32:36,056 - create_image - INFO - Image is now active with name - HeatUtilsCreateComplexStackTests-adf88a03-5313-4c97-b7c2-887436234ce3-image2 2018-09-04 10:32:36,056 - heat_utils - DEBUG - Retrieving Heat Client 2018-09-04 10:32:36,121 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-09-04 10:32:36,505 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5ef645ad12fc453aa5d8a0c2cbf76196", "name": "heat_stack_owner"}, {"id": "9a944a8c31754b8f941d2fa9034d4301", "name": "Member"}, {"id": "3d416247e8224533841040c3ad2bce5a", "name": "admin"}], "expires_at": "2018-09-04T11:32:36.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "da1aa3dc9e564d3d922e61c0121a390e", "name": "api_check-project_95790658-ea1a-473f-b71a-0aa15c3467f2"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235635a698ef4bef9dc6b25273d185da"}, {"url": "http://192.30.9.6:8776/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "23b07b3fbfc340a58cf0f9b2871a0d23"}, {"url": "http://172.30.9.28:8776/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "72fd0aaa144d45419f4b04b6b26f69a7"}], "type": "volume", "id": "097241c25b4d4f7e91b3f8efa155909e", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v3/da1aa3dc9e564d3d922e61c0121a390e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93eb4cf3030a49e7840bec071422d397"}, {"url": "http://192.30.9.6:8776/v3/da1aa3dc9e564d3d922e61c0121a390e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8af439a6ac147fdbcb38ed9aa916b68"}, {"url": "http://192.30.9.6:8776/v3/da1aa3dc9e564d3d922e61c0121a390e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c4bfdbc9b7c74a23a40afdf578cfeba4"}], "type": "volumev3", "id": "1c85f4682ce44f729db1dabd98e965e8", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "82239574a29d4603a2161006f61851cf"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8d15f7134f364a7bbcfff2f84aac3bf2"}, {"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e01668c43a0c4c279b9a3d20a0280d6c"}], "type": "image", "id": "297d8415ca96454991054983920912f7", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7bb4d60e20734d4a9f31ec75e02cb823"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bf6adec15590466a9a0d3bddb00e8993"}, {"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f096f03a1d12411a8972f6f7c196b60d"}], "type": "policy", "id": "54c64351b56d44bbad74c2969cc3aa00", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "354ae6870a324fab82d0a0fb68ee0f26"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a3807e460dd4af488d982b66c52e64c"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e7c3da785076450abd71868e75ce0c33"}], "type": "cloudformation", "id": "6ac9917ae83c4639a15a4ab3cf0e76dd", "name": "heat-cfn"}, {"endpoints": [], "type": "metering", "id": "7fcc078e5e0645f29df67742ac14e388", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49e71628d386464cb950d6a9db00a328"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75b0a63ed8574bbcab1c851cc9b83d30"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9902b0a8b3c04cd192a1b84c417c232b"}], "type": "key-manager", "id": "9626544a32e74678a641c6e206f028a9", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "497340e5aa36485982fdf297f370558f"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7802beb4fc7c4952897b77bd5610b1fe"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c14af798917f4fa0b146d9772583e595"}], "type": "metric", "id": "973bfe8c658d4e5a8da725e76b9d550e", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "288ecc3674ea41d2aa3b790dcb832bf2"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7a6dc785cd7142f5b30f1a7ba0daeb03"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7f7d34e2351b4964befccc862c4e8e12"}], "type": "network", "id": "a348d7b06050474fb449be7f32ea6f5d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "21bce6ecb8464a1f8f3e3847aa698bd6"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0a8faf2246b47deb30e69e48d3551fb"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e71c6011de3d4d8589e5b53dcc79f288"}], "type": "identity", "id": "ad8d4b4953184137a1b913ecee9434ed", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "13474f9a78ca4f1184e4cddc84d0d98c"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad67365a18234bb78c336e6776958c00"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc54db13337f44f8921fbb9ad0f81de8"}], "type": "alarming", "id": "bb18dc3243034f08a6a7f69f7a1edccf", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0d91d7adf0304b2681c77f979e5cdb17"}, {"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "756e5ffca9774ab3ae2db41bf330417f"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c07c727a08c243b287827f539a124e63"}], "type": "placement", "id": "bb2c9432fcbd4c56913177122468f6ba", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1eed4912224b48cf9856446eae4d9928"}, {"url": "http://192.30.9.6:8004/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b73b7f99236541148d84f24f09e5dd40"}, {"url": "http://192.30.9.6:8004/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fbf12e52911244fdafc24a9d46f56e62"}], "type": "orchestration", "id": "c8918d139da945ba93df4ccce21d4904", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/da1aa3dc9e564d3d922e61c0121a390e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16bf098b9e2e490f8e47fa601059f975"}, {"url": "http://192.30.9.6:8776/v2/da1aa3dc9e564d3d922e61c0121a390e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc16fa4cf491444ca2f611d5692c1170"}, {"url": "http://192.30.9.6:8776/v2/da1aa3dc9e564d3d922e61c0121a390e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ccd2c5325dff4b90b391db9fdde67d99"}], "type": "volumev2", "id": "d09ac9123c34494abce21d6c27bee9d9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eac694332354a3aa0e61c31314166d7"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b4d4989c4e764717ab78d38675cadd3f"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff196e46b56d406d87a678f1a64497b0"}], "type": "compute", "id": "d4030ee932c84df58c5b910cc197caa7", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_95790658-ea1a-473f-b71a-0aa15c3467f2", "id": "6cb53a06110b45a6a2f21cb265048110"}, "audit_ids": ["6M7L10N5TBaypCBOl89ISQ"], "issued_at": "2018-09-04T10:32:36.000000Z"}} 2018-09-04 10:32:36,508 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e/stacks -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}04e90a2149113ab219a0855c7e6c620adbcadcd0" -d '{"stack_name": "HeatUtilsCreateComplexStackTests-adf88a03-5313-4c97-b7c2-887436234ce3-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-adf88a03-5313-4c97-b7c2-887436234ce3-flavor2", "keypair_name": "HeatUtilsCreateComplexStackTests-adf88a03-5313-4c97-b7c2-887436234ce3-keypair", "subnet_name": "HeatUtilsCreateComplexStackTests-adf88a03-5313-4c97-b7c2-887436234ce3-subnet", "image1_name": "HeatUtilsCreateComplexStackTests-adf88a03-5313-4c97-b7c2-887436234ce3-image1", "external_net_name": "external", "inst2_name": "HeatUtilsCreateComplexStackTests-adf88a03-5313-4c97-b7c2-887436234ce3-inst2", "inst1_name": "HeatUtilsCreateComplexStackTests-adf88a03-5313-4c97-b7c2-887436234ce3-inst1", "image2_name": "HeatUtilsCreateComplexStackTests-adf88a03-5313-4c97-b7c2-887436234ce3-image2", "flavor1_name": "HeatUtilsCreateComplexStackTests-adf88a03-5313-4c97-b7c2-887436234ce3-flavor1", "net_name": "HeatUtilsCreateComplexStackTests-adf88a03-5313-4c97-b7c2-887436234ce3-net"}}' 2018-09-04 10:32:40,403 - keystoneauth.session - DEBUG - RESP: [201] Date: Tue, 04 Sep 2018 10:32:36 GMT Server: Apache x-openstack-request-id: req-fb47e3e3-8898-45f9-956c-874712814afa Location: http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e/stacks/HeatUtilsCreateComplexStackTests-adf88a03-5313-4c97-b7c2-887436234ce3-stack/a2c8d6c0-8032-46c5-9231-80f29efcae21 Content-Length: 276 Content-Type: application/json RESP BODY: {"stack": {"id": "a2c8d6c0-8032-46c5-9231-80f29efcae21", "links": [{"href": "http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e/stacks/HeatUtilsCreateComplexStackTests-adf88a03-5313-4c97-b7c2-887436234ce3-stack/a2c8d6c0-8032-46c5-9231-80f29efcae21", "rel": "self"}]}} 2018-09-04 10:32:40,403 - keystoneauth.session - DEBUG - POST call to orchestration for http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e/stacks used request id req-fb47e3e3-8898-45f9-956c-874712814afa 2018-09-04 10:32:40,406 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e/stacks/a2c8d6c0-8032-46c5-9231-80f29efcae21 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}04e90a2149113ab219a0855c7e6c620adbcadcd0" 2018-09-04 10:32:40,580 - keystoneauth.session - DEBUG - RESP: [302] Date: Tue, 04 Sep 2018 10:32:40 GMT Server: Apache x-openstack-request-id: req-c670c15b-1b04-4431-b6eb-a891ccbe2b3c Location: http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e/stacks/HeatUtilsCreateComplexStackTests-adf88a03-5313-4c97-b7c2-887436234ce3-stack/a2c8d6c0-8032-46c5-9231-80f29efcae21 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e/stacks/HeatUtilsCreateComplexStackTests-adf88a03-5313-4c97-b7c2-887436234ce3-stack/a2c8d6c0-8032-46c5-9231-80f29efcae21;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-09-04 10:32:40,764 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:32:40 GMT Server: Apache x-openstack-request-id: req-74022300-9839-47bd-9548-f7ac85fa41e1 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-adf88a03-5313-4c97-b7c2-887436234ce3-flavor2", "OS::project_id": "da1aa3dc9e564d3d922e61c0121a390e", "OS::stack_id": "a2c8d6c0-8032-46c5-9231-80f29efcae21", "OS::stack_name": "HeatUtilsCreateComplexStackTests-adf88a03-5313-4c97-b7c2-887436234ce3-stack", "router_name": "mgmt_router", "keypair_name": "HeatUtilsCreateComplexStackTests-adf88a03-5313-4c97-b7c2-887436234ce3-keypair", "security_group_name": "security_group_name", "subnet_name": "HeatUtilsCreateComplexStackTests-adf88a03-5313-4c97-b7c2-887436234ce3-subnet", "net_name": "HeatUtilsCreateComplexStackTests-adf88a03-5313-4c97-b7c2-887436234ce3-net", "external_net_name": "external", "inst2_name": "HeatUtilsCreateComplexStackTests-adf88a03-5313-4c97-b7c2-887436234ce3-inst2", "inst1_name": "HeatUtilsCreateComplexStackTests-adf88a03-5313-4c97-b7c2-887436234ce3-inst1", "image2_name": "HeatUtilsCreateComplexStackTests-adf88a03-5313-4c97-b7c2-887436234ce3-image2", "flavor1_name": "HeatUtilsCreateComplexStackTests-adf88a03-5313-4c97-b7c2-887436234ce3-flavor1", "image1_name": "HeatUtilsCreateComplexStackTests-adf88a03-5313-4c97-b7c2-887436234ce3-image1"}, "deletion_time": null, "stack_name": "HeatUtilsCreateComplexStackTests-adf88a03-5313-4c97-b7c2-887436234ce3-stack", "stack_user_project_id": "6fb9bbac6c77477d99fbe19f1f644895", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-09-04T10:32:39Z", "links": [{"href": "http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e/stacks/HeatUtilsCreateComplexStackTests-adf88a03-5313-4c97-b7c2-887436234ce3-stack/a2c8d6c0-8032-46c5-9231-80f29efcae21", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "a2c8d6c0-8032-46c5-9231-80f29efcae21", "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-09-04 10:32:40,764 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e/stacks/HeatUtilsCreateComplexStackTests-adf88a03-5313-4c97-b7c2-887436234ce3-stack/a2c8d6c0-8032-46c5-9231-80f29efcae21 used request id req-74022300-9839-47bd-9548-f7ac85fa41e1 2018-09-04 10:32:40,767 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e/stacks/a2c8d6c0-8032-46c5-9231-80f29efcae21 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}04e90a2149113ab219a0855c7e6c620adbcadcd0" 2018-09-04 10:32:40,942 - keystoneauth.session - DEBUG - RESP: [302] Date: Tue, 04 Sep 2018 10:32:40 GMT Server: Apache x-openstack-request-id: req-10887804-addb-4d06-8732-e98025b5569b Location: http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e/stacks/HeatUtilsCreateComplexStackTests-adf88a03-5313-4c97-b7c2-887436234ce3-stack/a2c8d6c0-8032-46c5-9231-80f29efcae21 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e/stacks/HeatUtilsCreateComplexStackTests-adf88a03-5313-4c97-b7c2-887436234ce3-stack/a2c8d6c0-8032-46c5-9231-80f29efcae21;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-09-04 10:32:41,162 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:32:40 GMT Server: Apache x-openstack-request-id: req-1c7e63a8-7f22-4ca7-956d-c3df42250fd5 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-adf88a03-5313-4c97-b7c2-887436234ce3-flavor2", "OS::project_id": "da1aa3dc9e564d3d922e61c0121a390e", "OS::stack_id": "a2c8d6c0-8032-46c5-9231-80f29efcae21", "OS::stack_name": "HeatUtilsCreateComplexStackTests-adf88a03-5313-4c97-b7c2-887436234ce3-stack", "router_name": "mgmt_router", "keypair_name": "HeatUtilsCreateComplexStackTests-adf88a03-5313-4c97-b7c2-887436234ce3-keypair", "security_group_name": "security_group_name", "subnet_name": "HeatUtilsCreateComplexStackTests-adf88a03-5313-4c97-b7c2-887436234ce3-subnet", "net_name": "HeatUtilsCreateComplexStackTests-adf88a03-5313-4c97-b7c2-887436234ce3-net", "external_net_name": "external", "inst2_name": "HeatUtilsCreateComplexStackTests-adf88a03-5313-4c97-b7c2-887436234ce3-inst2", "inst1_name": "HeatUtilsCreateComplexStackTests-adf88a03-5313-4c97-b7c2-887436234ce3-inst1", "image2_name": "HeatUtilsCreateComplexStackTests-adf88a03-5313-4c97-b7c2-887436234ce3-image2", "flavor1_name": "HeatUtilsCreateComplexStackTests-adf88a03-5313-4c97-b7c2-887436234ce3-flavor1", "image1_name": "HeatUtilsCreateComplexStackTests-adf88a03-5313-4c97-b7c2-887436234ce3-image1"}, "deletion_time": null, "stack_name": "HeatUtilsCreateComplexStackTests-adf88a03-5313-4c97-b7c2-887436234ce3-stack", "stack_user_project_id": "6fb9bbac6c77477d99fbe19f1f644895", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-09-04T10:32:39Z", "links": [{"href": "http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e/stacks/HeatUtilsCreateComplexStackTests-adf88a03-5313-4c97-b7c2-887436234ce3-stack/a2c8d6c0-8032-46c5-9231-80f29efcae21", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "a2c8d6c0-8032-46c5-9231-80f29efcae21", "outputs": [{"output_value": "", "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-09-04 10:32:41,163 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e/stacks/HeatUtilsCreateComplexStackTests-adf88a03-5313-4c97-b7c2-887436234ce3-stack/a2c8d6c0-8032-46c5-9231-80f29efcae21 used request id req-1c7e63a8-7f22-4ca7-956d-c3df42250fd5 2018-09-04 10:32:44,169 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e/stacks/a2c8d6c0-8032-46c5-9231-80f29efcae21 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}04e90a2149113ab219a0855c7e6c620adbcadcd0" 2018-09-04 10:32:44,332 - keystoneauth.session - DEBUG - RESP: [302] Date: Tue, 04 Sep 2018 10:32:44 GMT Server: Apache x-openstack-request-id: req-f7d2589e-b028-47b4-87c0-fb2801f2b5b6 Location: http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e/stacks/HeatUtilsCreateComplexStackTests-adf88a03-5313-4c97-b7c2-887436234ce3-stack/a2c8d6c0-8032-46c5-9231-80f29efcae21 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e/stacks/HeatUtilsCreateComplexStackTests-adf88a03-5313-4c97-b7c2-887436234ce3-stack/a2c8d6c0-8032-46c5-9231-80f29efcae21;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-09-04 10:32:44,666 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:32:44 GMT Server: Apache x-openstack-request-id: req-d18c3737-49cf-477e-ab09-4660e14a99aa 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-adf88a03-5313-4c97-b7c2-887436234ce3-flavor2", "OS::project_id": "da1aa3dc9e564d3d922e61c0121a390e", "OS::stack_id": "a2c8d6c0-8032-46c5-9231-80f29efcae21", "OS::stack_name": "HeatUtilsCreateComplexStackTests-adf88a03-5313-4c97-b7c2-887436234ce3-stack", "router_name": "mgmt_router", "keypair_name": "HeatUtilsCreateComplexStackTests-adf88a03-5313-4c97-b7c2-887436234ce3-keypair", "security_group_name": "security_group_name", "subnet_name": "HeatUtilsCreateComplexStackTests-adf88a03-5313-4c97-b7c2-887436234ce3-subnet", "net_name": "HeatUtilsCreateComplexStackTests-adf88a03-5313-4c97-b7c2-887436234ce3-net", "external_net_name": "external", "inst2_name": "HeatUtilsCreateComplexStackTests-adf88a03-5313-4c97-b7c2-887436234ce3-inst2", "inst1_name": "HeatUtilsCreateComplexStackTests-adf88a03-5313-4c97-b7c2-887436234ce3-inst1", "image2_name": "HeatUtilsCreateComplexStackTests-adf88a03-5313-4c97-b7c2-887436234ce3-image2", "flavor1_name": "HeatUtilsCreateComplexStackTests-adf88a03-5313-4c97-b7c2-887436234ce3-flavor1", "image1_name": "HeatUtilsCreateComplexStackTests-adf88a03-5313-4c97-b7c2-887436234ce3-image1"}, "deletion_time": null, "stack_name": "HeatUtilsCreateComplexStackTests-adf88a03-5313-4c97-b7c2-887436234ce3-stack", "stack_user_project_id": "6fb9bbac6c77477d99fbe19f1f644895", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-09-04T10:32:39Z", "links": [{"href": "http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e/stacks/HeatUtilsCreateComplexStackTests-adf88a03-5313-4c97-b7c2-887436234ce3-stack/a2c8d6c0-8032-46c5-9231-80f29efcae21", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "a2c8d6c0-8032-46c5-9231-80f29efcae21", "outputs": [{"output_value": "-----BEGIN RSA PRIVATE KEY-----\nMIIEowIBAAKCAQEAqVdqPf6Z2Dai+OUIfYJkO+FCa8E1ZXXJFmME26j9FnU8HOki\nOpq4FkkttcUvN9ZbMXfhMvMk9UReu4hXBkVT4gW7iB1rK+9mqBca2T4/XmBzNtI8\nhHQojKEwUT9Ttul23dRRj3+wDP6K7rrNE5nDHiV2X5/7KVTkZc7SVLiwZKjrk92c\nVleKc05MicCRJ+yT4dzXF3pkBRdlW7dLmye94kH1HFrtUeOQSMB/GX+n1J9SS6HI\nwqG01+gJXwsPjbzYOysSB5Sm8OtHnHl1ybO57vR8fFGBlcCrig5UipbI1YyPqjci\n33QWsXnyrLkeG3TksidaJY3N3Ej/ruVg74UYwQIDAQABAoIBABgQXP+cS35nHTej\nTFaRje7YbtjjJtRZLY8p2Qnh9L0ZQcaV9pA/ZkN8eKto7vHPWzwnXfAgjzLvWUrq\n7/rrJSVsTR7ll1Ix/fOK/Py8FMMzj4vNyl3EJ/L8AOK6zgmjGYoiXsi2i2z9Sv7r\nurK7WffRuQWTtVxFPQOepVL2v9I914d1dJk59T7bCwqpaasImZeuo37N2kiguRg4\ntMnQwC47nHitWvUsMyPQlEFdJ38GAjxcnOv1CYcDs/D0gFOjTWgx+DIsX7hg7Zoc\nr3S1hGnr1ubzA7R0N+OtpyP9yKeoxVlhvd4ZeojfOhXHn3u7mB5ssKhb7r6OI5/N\noiFiMwUCgYEA4W3n0xfABsl6mYckIcgHeaA73bj/Wso2HA2tJXAyh7ckxaoIwJI3\nM/lO8SeWD652e7zBlpDxhLrD7zB7FSR7hpz7/ZtbLciCCWlCZ092+7a7kYLqgBz4\nmLSy7fXZPoQ3GxLODbRxjkQ1g8DYeeNPyZcZgaPGVHYkX0TxD4Jbj38CgYEAwE5X\nUEbLrKdfXvVndKrnT9nhiiN7Fq+mmyq//CaurSOPdoYXB5jpBN6AUFhLtFjqtQMS\n2XkhwcYUKQHvvX4vHscvs4WiusCKuXUKwc0kqOdtQsAsdv/jsKXCdbyn3JQXcPVy\nLKzNBd/fjUS6bOAR3jfeA3hVnTsEUp+FtNL/d78CgYBtk27MPQ8qPWVKm1YE1aZM\niIaREAuPphsHJ96yBAeL0IofSrdWY7xRly24KvXWSYduPiIbffjn+6Ch837gmAsz\nM7uJWqrHZl9PE8sjTI0ZbYlfAbPa8jokgDE5WfdvW/UtQ8bFAqDv9lfM40BWfxeZ\ndckAKwuMoqCrbmd+km7PIQKBgCJ8qinqWFJhPbhA2EnS8GKgl1L3o/Zgj8dZ9k4Y\n/dBtBShjSbQCFx/Zazd9bi4smALYR0Qa9hPTGwBzqXPZMkgZvpM6TwGg0AAMXl59\nFKr5vd1vq0m4ADRItcP5jjz/jeijC9O5NZdtG6ExByHJWUr5x+Xlaa0lzVOn6gmQ\noWHvAoGBAIE262e5gSi6yjxb29GKzi1suIlafX6Oeb589+91YOsgm2+xBD0+l1wD\nC4w0D67FXRipTw7Iy7on1d7qtHN2K5zb3SRx6Ht33kX8UqRxtPmX2aUVARbYXB9e\nLsl9cjP6y5yqruxIMB2aCNdCei1pWvPXtLopbIeG+rHxp/+j21iu\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-09-04 10:32:44,666 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e/stacks/HeatUtilsCreateComplexStackTests-adf88a03-5313-4c97-b7c2-887436234ce3-stack/a2c8d6c0-8032-46c5-9231-80f29efcae21 used request id req-d18c3737-49cf-477e-ab09-4660e14a99aa 2018-09-04 10:32:47,672 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e/stacks/a2c8d6c0-8032-46c5-9231-80f29efcae21 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}04e90a2149113ab219a0855c7e6c620adbcadcd0" 2018-09-04 10:32:47,698 - keystoneauth.session - DEBUG - RESP: [302] Date: Tue, 04 Sep 2018 10:32:47 GMT Server: Apache x-openstack-request-id: req-0adfebcb-4b3a-42cd-85af-ae22622b914d Location: http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e/stacks/HeatUtilsCreateComplexStackTests-adf88a03-5313-4c97-b7c2-887436234ce3-stack/a2c8d6c0-8032-46c5-9231-80f29efcae21 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e/stacks/HeatUtilsCreateComplexStackTests-adf88a03-5313-4c97-b7c2-887436234ce3-stack/a2c8d6c0-8032-46c5-9231-80f29efcae21;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-09-04 10:32:48,043 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:32:47 GMT Server: Apache x-openstack-request-id: req-2ba1b165-85f2-4add-978e-ca7eb6c3c85c 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-adf88a03-5313-4c97-b7c2-887436234ce3-flavor2", "OS::project_id": "da1aa3dc9e564d3d922e61c0121a390e", "OS::stack_id": "a2c8d6c0-8032-46c5-9231-80f29efcae21", "OS::stack_name": "HeatUtilsCreateComplexStackTests-adf88a03-5313-4c97-b7c2-887436234ce3-stack", "router_name": "mgmt_router", "keypair_name": "HeatUtilsCreateComplexStackTests-adf88a03-5313-4c97-b7c2-887436234ce3-keypair", "security_group_name": "security_group_name", "subnet_name": "HeatUtilsCreateComplexStackTests-adf88a03-5313-4c97-b7c2-887436234ce3-subnet", "net_name": "HeatUtilsCreateComplexStackTests-adf88a03-5313-4c97-b7c2-887436234ce3-net", "external_net_name": "external", "inst2_name": "HeatUtilsCreateComplexStackTests-adf88a03-5313-4c97-b7c2-887436234ce3-inst2", "inst1_name": "HeatUtilsCreateComplexStackTests-adf88a03-5313-4c97-b7c2-887436234ce3-inst1", "image2_name": "HeatUtilsCreateComplexStackTests-adf88a03-5313-4c97-b7c2-887436234ce3-image2", "flavor1_name": "HeatUtilsCreateComplexStackTests-adf88a03-5313-4c97-b7c2-887436234ce3-flavor1", "image1_name": "HeatUtilsCreateComplexStackTests-adf88a03-5313-4c97-b7c2-887436234ce3-image1"}, "deletion_time": null, "stack_name": "HeatUtilsCreateComplexStackTests-adf88a03-5313-4c97-b7c2-887436234ce3-stack", "stack_user_project_id": "6fb9bbac6c77477d99fbe19f1f644895", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-09-04T10:32:39Z", "links": [{"href": "http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e/stacks/HeatUtilsCreateComplexStackTests-adf88a03-5313-4c97-b7c2-887436234ce3-stack/a2c8d6c0-8032-46c5-9231-80f29efcae21", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "a2c8d6c0-8032-46c5-9231-80f29efcae21", "outputs": [{"output_value": "-----BEGIN RSA PRIVATE KEY-----\nMIIEowIBAAKCAQEAqVdqPf6Z2Dai+OUIfYJkO+FCa8E1ZXXJFmME26j9FnU8HOki\nOpq4FkkttcUvN9ZbMXfhMvMk9UReu4hXBkVT4gW7iB1rK+9mqBca2T4/XmBzNtI8\nhHQojKEwUT9Ttul23dRRj3+wDP6K7rrNE5nDHiV2X5/7KVTkZc7SVLiwZKjrk92c\nVleKc05MicCRJ+yT4dzXF3pkBRdlW7dLmye94kH1HFrtUeOQSMB/GX+n1J9SS6HI\nwqG01+gJXwsPjbzYOysSB5Sm8OtHnHl1ybO57vR8fFGBlcCrig5UipbI1YyPqjci\n33QWsXnyrLkeG3TksidaJY3N3Ej/ruVg74UYwQIDAQABAoIBABgQXP+cS35nHTej\nTFaRje7YbtjjJtRZLY8p2Qnh9L0ZQcaV9pA/ZkN8eKto7vHPWzwnXfAgjzLvWUrq\n7/rrJSVsTR7ll1Ix/fOK/Py8FMMzj4vNyl3EJ/L8AOK6zgmjGYoiXsi2i2z9Sv7r\nurK7WffRuQWTtVxFPQOepVL2v9I914d1dJk59T7bCwqpaasImZeuo37N2kiguRg4\ntMnQwC47nHitWvUsMyPQlEFdJ38GAjxcnOv1CYcDs/D0gFOjTWgx+DIsX7hg7Zoc\nr3S1hGnr1ubzA7R0N+OtpyP9yKeoxVlhvd4ZeojfOhXHn3u7mB5ssKhb7r6OI5/N\noiFiMwUCgYEA4W3n0xfABsl6mYckIcgHeaA73bj/Wso2HA2tJXAyh7ckxaoIwJI3\nM/lO8SeWD652e7zBlpDxhLrD7zB7FSR7hpz7/ZtbLciCCWlCZ092+7a7kYLqgBz4\nmLSy7fXZPoQ3GxLODbRxjkQ1g8DYeeNPyZcZgaPGVHYkX0TxD4Jbj38CgYEAwE5X\nUEbLrKdfXvVndKrnT9nhiiN7Fq+mmyq//CaurSOPdoYXB5jpBN6AUFhLtFjqtQMS\n2XkhwcYUKQHvvX4vHscvs4WiusCKuXUKwc0kqOdtQsAsdv/jsKXCdbyn3JQXcPVy\nLKzNBd/fjUS6bOAR3jfeA3hVnTsEUp+FtNL/d78CgYBtk27MPQ8qPWVKm1YE1aZM\niIaREAuPphsHJ96yBAeL0IofSrdWY7xRly24KvXWSYduPiIbffjn+6Ch837gmAsz\nM7uJWqrHZl9PE8sjTI0ZbYlfAbPa8jokgDE5WfdvW/UtQ8bFAqDv9lfM40BWfxeZ\ndckAKwuMoqCrbmd+km7PIQKBgCJ8qinqWFJhPbhA2EnS8GKgl1L3o/Zgj8dZ9k4Y\n/dBtBShjSbQCFx/Zazd9bi4smALYR0Qa9hPTGwBzqXPZMkgZvpM6TwGg0AAMXl59\nFKr5vd1vq0m4ADRItcP5jjz/jeijC9O5NZdtG6ExByHJWUr5x+Xlaa0lzVOn6gmQ\noWHvAoGBAIE262e5gSi6yjxb29GKzi1suIlafX6Oeb589+91YOsgm2+xBD0+l1wD\nC4w0D67FXRipTw7Iy7on1d7qtHN2K5zb3SRx6Ht33kX8UqRxtPmX2aUVARbYXB9e\nLsl9cjP6y5yqruxIMB2aCNdCei1pWvPXtLopbIeG+rHxp/+j21iu\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-09-04 10:32:48,043 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e/stacks/HeatUtilsCreateComplexStackTests-adf88a03-5313-4c97-b7c2-887436234ce3-stack/a2c8d6c0-8032-46c5-9231-80f29efcae21 used request id req-2ba1b165-85f2-4add-978e-ca7eb6c3c85c 2018-09-04 10:32:51,049 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e/stacks/a2c8d6c0-8032-46c5-9231-80f29efcae21 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}04e90a2149113ab219a0855c7e6c620adbcadcd0" 2018-09-04 10:32:51,220 - keystoneauth.session - DEBUG - RESP: [302] Date: Tue, 04 Sep 2018 10:32:51 GMT Server: Apache x-openstack-request-id: req-feee8266-6388-4696-be42-551ddcbfd7f8 Location: http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e/stacks/HeatUtilsCreateComplexStackTests-adf88a03-5313-4c97-b7c2-887436234ce3-stack/a2c8d6c0-8032-46c5-9231-80f29efcae21 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e/stacks/HeatUtilsCreateComplexStackTests-adf88a03-5313-4c97-b7c2-887436234ce3-stack/a2c8d6c0-8032-46c5-9231-80f29efcae21;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-09-04 10:32:51,393 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:32:51 GMT Server: Apache x-openstack-request-id: req-6d426802-5d79-4ea1-a30a-8f9e3f7c1f20 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-adf88a03-5313-4c97-b7c2-887436234ce3-flavor2", "OS::project_id": "da1aa3dc9e564d3d922e61c0121a390e", "OS::stack_id": "a2c8d6c0-8032-46c5-9231-80f29efcae21", "OS::stack_name": "HeatUtilsCreateComplexStackTests-adf88a03-5313-4c97-b7c2-887436234ce3-stack", "router_name": "mgmt_router", "keypair_name": "HeatUtilsCreateComplexStackTests-adf88a03-5313-4c97-b7c2-887436234ce3-keypair", "security_group_name": "security_group_name", "subnet_name": "HeatUtilsCreateComplexStackTests-adf88a03-5313-4c97-b7c2-887436234ce3-subnet", "net_name": "HeatUtilsCreateComplexStackTests-adf88a03-5313-4c97-b7c2-887436234ce3-net", "external_net_name": "external", "inst2_name": "HeatUtilsCreateComplexStackTests-adf88a03-5313-4c97-b7c2-887436234ce3-inst2", "inst1_name": "HeatUtilsCreateComplexStackTests-adf88a03-5313-4c97-b7c2-887436234ce3-inst1", "image2_name": "HeatUtilsCreateComplexStackTests-adf88a03-5313-4c97-b7c2-887436234ce3-image2", "flavor1_name": "HeatUtilsCreateComplexStackTests-adf88a03-5313-4c97-b7c2-887436234ce3-flavor1", "image1_name": "HeatUtilsCreateComplexStackTests-adf88a03-5313-4c97-b7c2-887436234ce3-image1"}, "deletion_time": null, "stack_name": "HeatUtilsCreateComplexStackTests-adf88a03-5313-4c97-b7c2-887436234ce3-stack", "stack_user_project_id": "6fb9bbac6c77477d99fbe19f1f644895", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-09-04T10:32:39Z", "links": [{"href": "http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e/stacks/HeatUtilsCreateComplexStackTests-adf88a03-5313-4c97-b7c2-887436234ce3-stack/a2c8d6c0-8032-46c5-9231-80f29efcae21", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "a2c8d6c0-8032-46c5-9231-80f29efcae21", "outputs": [{"output_value": "-----BEGIN RSA PRIVATE KEY-----\nMIIEowIBAAKCAQEAqVdqPf6Z2Dai+OUIfYJkO+FCa8E1ZXXJFmME26j9FnU8HOki\nOpq4FkkttcUvN9ZbMXfhMvMk9UReu4hXBkVT4gW7iB1rK+9mqBca2T4/XmBzNtI8\nhHQojKEwUT9Ttul23dRRj3+wDP6K7rrNE5nDHiV2X5/7KVTkZc7SVLiwZKjrk92c\nVleKc05MicCRJ+yT4dzXF3pkBRdlW7dLmye94kH1HFrtUeOQSMB/GX+n1J9SS6HI\nwqG01+gJXwsPjbzYOysSB5Sm8OtHnHl1ybO57vR8fFGBlcCrig5UipbI1YyPqjci\n33QWsXnyrLkeG3TksidaJY3N3Ej/ruVg74UYwQIDAQABAoIBABgQXP+cS35nHTej\nTFaRje7YbtjjJtRZLY8p2Qnh9L0ZQcaV9pA/ZkN8eKto7vHPWzwnXfAgjzLvWUrq\n7/rrJSVsTR7ll1Ix/fOK/Py8FMMzj4vNyl3EJ/L8AOK6zgmjGYoiXsi2i2z9Sv7r\nurK7WffRuQWTtVxFPQOepVL2v9I914d1dJk59T7bCwqpaasImZeuo37N2kiguRg4\ntMnQwC47nHitWvUsMyPQlEFdJ38GAjxcnOv1CYcDs/D0gFOjTWgx+DIsX7hg7Zoc\nr3S1hGnr1ubzA7R0N+OtpyP9yKeoxVlhvd4ZeojfOhXHn3u7mB5ssKhb7r6OI5/N\noiFiMwUCgYEA4W3n0xfABsl6mYckIcgHeaA73bj/Wso2HA2tJXAyh7ckxaoIwJI3\nM/lO8SeWD652e7zBlpDxhLrD7zB7FSR7hpz7/ZtbLciCCWlCZ092+7a7kYLqgBz4\nmLSy7fXZPoQ3GxLODbRxjkQ1g8DYeeNPyZcZgaPGVHYkX0TxD4Jbj38CgYEAwE5X\nUEbLrKdfXvVndKrnT9nhiiN7Fq+mmyq//CaurSOPdoYXB5jpBN6AUFhLtFjqtQMS\n2XkhwcYUKQHvvX4vHscvs4WiusCKuXUKwc0kqOdtQsAsdv/jsKXCdbyn3JQXcPVy\nLKzNBd/fjUS6bOAR3jfeA3hVnTsEUp+FtNL/d78CgYBtk27MPQ8qPWVKm1YE1aZM\niIaREAuPphsHJ96yBAeL0IofSrdWY7xRly24KvXWSYduPiIbffjn+6Ch837gmAsz\nM7uJWqrHZl9PE8sjTI0ZbYlfAbPa8jokgDE5WfdvW/UtQ8bFAqDv9lfM40BWfxeZ\ndckAKwuMoqCrbmd+km7PIQKBgCJ8qinqWFJhPbhA2EnS8GKgl1L3o/Zgj8dZ9k4Y\n/dBtBShjSbQCFx/Zazd9bi4smALYR0Qa9hPTGwBzqXPZMkgZvpM6TwGg0AAMXl59\nFKr5vd1vq0m4ADRItcP5jjz/jeijC9O5NZdtG6ExByHJWUr5x+Xlaa0lzVOn6gmQ\noWHvAoGBAIE262e5gSi6yjxb29GKzi1suIlafX6Oeb589+91YOsgm2+xBD0+l1wD\nC4w0D67FXRipTw7Iy7on1d7qtHN2K5zb3SRx6Ht33kX8UqRxtPmX2aUVARbYXB9e\nLsl9cjP6y5yqruxIMB2aCNdCei1pWvPXtLopbIeG+rHxp/+j21iu\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-09-04 10:32:51,394 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e/stacks/HeatUtilsCreateComplexStackTests-adf88a03-5313-4c97-b7c2-887436234ce3-stack/a2c8d6c0-8032-46c5-9231-80f29efcae21 used request id req-6d426802-5d79-4ea1-a30a-8f9e3f7c1f20 2018-09-04 10:32:54,400 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e/stacks/a2c8d6c0-8032-46c5-9231-80f29efcae21 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}04e90a2149113ab219a0855c7e6c620adbcadcd0" 2018-09-04 10:32:54,426 - keystoneauth.session - DEBUG - RESP: [302] Date: Tue, 04 Sep 2018 10:32:54 GMT Server: Apache x-openstack-request-id: req-6b92dab8-1be5-49ad-b9f2-676f34153d41 Location: http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e/stacks/HeatUtilsCreateComplexStackTests-adf88a03-5313-4c97-b7c2-887436234ce3-stack/a2c8d6c0-8032-46c5-9231-80f29efcae21 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e/stacks/HeatUtilsCreateComplexStackTests-adf88a03-5313-4c97-b7c2-887436234ce3-stack/a2c8d6c0-8032-46c5-9231-80f29efcae21;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-09-04 10:32:54,653 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:32:54 GMT Server: Apache x-openstack-request-id: req-5bfe7dfb-e6ef-4c3f-ad3b-62e39d7e6026 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-adf88a03-5313-4c97-b7c2-887436234ce3-flavor2", "OS::project_id": "da1aa3dc9e564d3d922e61c0121a390e", "OS::stack_id": "a2c8d6c0-8032-46c5-9231-80f29efcae21", "OS::stack_name": "HeatUtilsCreateComplexStackTests-adf88a03-5313-4c97-b7c2-887436234ce3-stack", "router_name": "mgmt_router", "keypair_name": "HeatUtilsCreateComplexStackTests-adf88a03-5313-4c97-b7c2-887436234ce3-keypair", "security_group_name": "security_group_name", "subnet_name": "HeatUtilsCreateComplexStackTests-adf88a03-5313-4c97-b7c2-887436234ce3-subnet", "net_name": "HeatUtilsCreateComplexStackTests-adf88a03-5313-4c97-b7c2-887436234ce3-net", "external_net_name": "external", "inst2_name": "HeatUtilsCreateComplexStackTests-adf88a03-5313-4c97-b7c2-887436234ce3-inst2", "inst1_name": "HeatUtilsCreateComplexStackTests-adf88a03-5313-4c97-b7c2-887436234ce3-inst1", "image2_name": "HeatUtilsCreateComplexStackTests-adf88a03-5313-4c97-b7c2-887436234ce3-image2", "flavor1_name": "HeatUtilsCreateComplexStackTests-adf88a03-5313-4c97-b7c2-887436234ce3-flavor1", "image1_name": "HeatUtilsCreateComplexStackTests-adf88a03-5313-4c97-b7c2-887436234ce3-image1"}, "deletion_time": null, "stack_name": "HeatUtilsCreateComplexStackTests-adf88a03-5313-4c97-b7c2-887436234ce3-stack", "stack_user_project_id": "6fb9bbac6c77477d99fbe19f1f644895", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-09-04T10:32:39Z", "links": [{"href": "http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e/stacks/HeatUtilsCreateComplexStackTests-adf88a03-5313-4c97-b7c2-887436234ce3-stack/a2c8d6c0-8032-46c5-9231-80f29efcae21", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "a2c8d6c0-8032-46c5-9231-80f29efcae21", "outputs": [{"output_value": "-----BEGIN RSA PRIVATE KEY-----\nMIIEowIBAAKCAQEAqVdqPf6Z2Dai+OUIfYJkO+FCa8E1ZXXJFmME26j9FnU8HOki\nOpq4FkkttcUvN9ZbMXfhMvMk9UReu4hXBkVT4gW7iB1rK+9mqBca2T4/XmBzNtI8\nhHQojKEwUT9Ttul23dRRj3+wDP6K7rrNE5nDHiV2X5/7KVTkZc7SVLiwZKjrk92c\nVleKc05MicCRJ+yT4dzXF3pkBRdlW7dLmye94kH1HFrtUeOQSMB/GX+n1J9SS6HI\nwqG01+gJXwsPjbzYOysSB5Sm8OtHnHl1ybO57vR8fFGBlcCrig5UipbI1YyPqjci\n33QWsXnyrLkeG3TksidaJY3N3Ej/ruVg74UYwQIDAQABAoIBABgQXP+cS35nHTej\nTFaRje7YbtjjJtRZLY8p2Qnh9L0ZQcaV9pA/ZkN8eKto7vHPWzwnXfAgjzLvWUrq\n7/rrJSVsTR7ll1Ix/fOK/Py8FMMzj4vNyl3EJ/L8AOK6zgmjGYoiXsi2i2z9Sv7r\nurK7WffRuQWTtVxFPQOepVL2v9I914d1dJk59T7bCwqpaasImZeuo37N2kiguRg4\ntMnQwC47nHitWvUsMyPQlEFdJ38GAjxcnOv1CYcDs/D0gFOjTWgx+DIsX7hg7Zoc\nr3S1hGnr1ubzA7R0N+OtpyP9yKeoxVlhvd4ZeojfOhXHn3u7mB5ssKhb7r6OI5/N\noiFiMwUCgYEA4W3n0xfABsl6mYckIcgHeaA73bj/Wso2HA2tJXAyh7ckxaoIwJI3\nM/lO8SeWD652e7zBlpDxhLrD7zB7FSR7hpz7/ZtbLciCCWlCZ092+7a7kYLqgBz4\nmLSy7fXZPoQ3GxLODbRxjkQ1g8DYeeNPyZcZgaPGVHYkX0TxD4Jbj38CgYEAwE5X\nUEbLrKdfXvVndKrnT9nhiiN7Fq+mmyq//CaurSOPdoYXB5jpBN6AUFhLtFjqtQMS\n2XkhwcYUKQHvvX4vHscvs4WiusCKuXUKwc0kqOdtQsAsdv/jsKXCdbyn3JQXcPVy\nLKzNBd/fjUS6bOAR3jfeA3hVnTsEUp+FtNL/d78CgYBtk27MPQ8qPWVKm1YE1aZM\niIaREAuPphsHJ96yBAeL0IofSrdWY7xRly24KvXWSYduPiIbffjn+6Ch837gmAsz\nM7uJWqrHZl9PE8sjTI0ZbYlfAbPa8jokgDE5WfdvW/UtQ8bFAqDv9lfM40BWfxeZ\ndckAKwuMoqCrbmd+km7PIQKBgCJ8qinqWFJhPbhA2EnS8GKgl1L3o/Zgj8dZ9k4Y\n/dBtBShjSbQCFx/Zazd9bi4smALYR0Qa9hPTGwBzqXPZMkgZvpM6TwGg0AAMXl59\nFKr5vd1vq0m4ADRItcP5jjz/jeijC9O5NZdtG6ExByHJWUr5x+Xlaa0lzVOn6gmQ\noWHvAoGBAIE262e5gSi6yjxb29GKzi1suIlafX6Oeb589+91YOsgm2+xBD0+l1wD\nC4w0D67FXRipTw7Iy7on1d7qtHN2K5zb3SRx6Ht33kX8UqRxtPmX2aUVARbYXB9e\nLsl9cjP6y5yqruxIMB2aCNdCei1pWvPXtLopbIeG+rHxp/+j21iu\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-09-04 10:32:54,653 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e/stacks/HeatUtilsCreateComplexStackTests-adf88a03-5313-4c97-b7c2-887436234ce3-stack/a2c8d6c0-8032-46c5-9231-80f29efcae21 used request id req-5bfe7dfb-e6ef-4c3f-ad3b-62e39d7e6026 2018-09-04 10:32:57,659 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e/stacks/a2c8d6c0-8032-46c5-9231-80f29efcae21 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}04e90a2149113ab219a0855c7e6c620adbcadcd0" 2018-09-04 10:32:58,286 - keystoneauth.session - DEBUG - RESP: [302] Date: Tue, 04 Sep 2018 10:32:57 GMT Server: Apache x-openstack-request-id: req-c4f86c79-9181-49e2-b7c5-69515b814b41 Location: http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e/stacks/HeatUtilsCreateComplexStackTests-adf88a03-5313-4c97-b7c2-887436234ce3-stack/a2c8d6c0-8032-46c5-9231-80f29efcae21 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e/stacks/HeatUtilsCreateComplexStackTests-adf88a03-5313-4c97-b7c2-887436234ce3-stack/a2c8d6c0-8032-46c5-9231-80f29efcae21;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-09-04 10:32:58,620 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:32:58 GMT Server: Apache x-openstack-request-id: req-485c19f9-7c2b-4ae7-bed2-cba68a6490f3 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-adf88a03-5313-4c97-b7c2-887436234ce3-flavor2", "OS::project_id": "da1aa3dc9e564d3d922e61c0121a390e", "OS::stack_id": "a2c8d6c0-8032-46c5-9231-80f29efcae21", "OS::stack_name": "HeatUtilsCreateComplexStackTests-adf88a03-5313-4c97-b7c2-887436234ce3-stack", "router_name": "mgmt_router", "keypair_name": "HeatUtilsCreateComplexStackTests-adf88a03-5313-4c97-b7c2-887436234ce3-keypair", "security_group_name": "security_group_name", "subnet_name": "HeatUtilsCreateComplexStackTests-adf88a03-5313-4c97-b7c2-887436234ce3-subnet", "net_name": "HeatUtilsCreateComplexStackTests-adf88a03-5313-4c97-b7c2-887436234ce3-net", "external_net_name": "external", "inst2_name": "HeatUtilsCreateComplexStackTests-adf88a03-5313-4c97-b7c2-887436234ce3-inst2", "inst1_name": "HeatUtilsCreateComplexStackTests-adf88a03-5313-4c97-b7c2-887436234ce3-inst1", "image2_name": "HeatUtilsCreateComplexStackTests-adf88a03-5313-4c97-b7c2-887436234ce3-image2", "flavor1_name": "HeatUtilsCreateComplexStackTests-adf88a03-5313-4c97-b7c2-887436234ce3-flavor1", "image1_name": "HeatUtilsCreateComplexStackTests-adf88a03-5313-4c97-b7c2-887436234ce3-image1"}, "deletion_time": null, "stack_name": "HeatUtilsCreateComplexStackTests-adf88a03-5313-4c97-b7c2-887436234ce3-stack", "stack_user_project_id": "6fb9bbac6c77477d99fbe19f1f644895", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-09-04T10:32:39Z", "links": [{"href": "http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e/stacks/HeatUtilsCreateComplexStackTests-adf88a03-5313-4c97-b7c2-887436234ce3-stack/a2c8d6c0-8032-46c5-9231-80f29efcae21", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "a2c8d6c0-8032-46c5-9231-80f29efcae21", "outputs": [{"output_value": "-----BEGIN RSA PRIVATE KEY-----\nMIIEowIBAAKCAQEAqVdqPf6Z2Dai+OUIfYJkO+FCa8E1ZXXJFmME26j9FnU8HOki\nOpq4FkkttcUvN9ZbMXfhMvMk9UReu4hXBkVT4gW7iB1rK+9mqBca2T4/XmBzNtI8\nhHQojKEwUT9Ttul23dRRj3+wDP6K7rrNE5nDHiV2X5/7KVTkZc7SVLiwZKjrk92c\nVleKc05MicCRJ+yT4dzXF3pkBRdlW7dLmye94kH1HFrtUeOQSMB/GX+n1J9SS6HI\nwqG01+gJXwsPjbzYOysSB5Sm8OtHnHl1ybO57vR8fFGBlcCrig5UipbI1YyPqjci\n33QWsXnyrLkeG3TksidaJY3N3Ej/ruVg74UYwQIDAQABAoIBABgQXP+cS35nHTej\nTFaRje7YbtjjJtRZLY8p2Qnh9L0ZQcaV9pA/ZkN8eKto7vHPWzwnXfAgjzLvWUrq\n7/rrJSVsTR7ll1Ix/fOK/Py8FMMzj4vNyl3EJ/L8AOK6zgmjGYoiXsi2i2z9Sv7r\nurK7WffRuQWTtVxFPQOepVL2v9I914d1dJk59T7bCwqpaasImZeuo37N2kiguRg4\ntMnQwC47nHitWvUsMyPQlEFdJ38GAjxcnOv1CYcDs/D0gFOjTWgx+DIsX7hg7Zoc\nr3S1hGnr1ubzA7R0N+OtpyP9yKeoxVlhvd4ZeojfOhXHn3u7mB5ssKhb7r6OI5/N\noiFiMwUCgYEA4W3n0xfABsl6mYckIcgHeaA73bj/Wso2HA2tJXAyh7ckxaoIwJI3\nM/lO8SeWD652e7zBlpDxhLrD7zB7FSR7hpz7/ZtbLciCCWlCZ092+7a7kYLqgBz4\nmLSy7fXZPoQ3GxLODbRxjkQ1g8DYeeNPyZcZgaPGVHYkX0TxD4Jbj38CgYEAwE5X\nUEbLrKdfXvVndKrnT9nhiiN7Fq+mmyq//CaurSOPdoYXB5jpBN6AUFhLtFjqtQMS\n2XkhwcYUKQHvvX4vHscvs4WiusCKuXUKwc0kqOdtQsAsdv/jsKXCdbyn3JQXcPVy\nLKzNBd/fjUS6bOAR3jfeA3hVnTsEUp+FtNL/d78CgYBtk27MPQ8qPWVKm1YE1aZM\niIaREAuPphsHJ96yBAeL0IofSrdWY7xRly24KvXWSYduPiIbffjn+6Ch837gmAsz\nM7uJWqrHZl9PE8sjTI0ZbYlfAbPa8jokgDE5WfdvW/UtQ8bFAqDv9lfM40BWfxeZ\ndckAKwuMoqCrbmd+km7PIQKBgCJ8qinqWFJhPbhA2EnS8GKgl1L3o/Zgj8dZ9k4Y\n/dBtBShjSbQCFx/Zazd9bi4smALYR0Qa9hPTGwBzqXPZMkgZvpM6TwGg0AAMXl59\nFKr5vd1vq0m4ADRItcP5jjz/jeijC9O5NZdtG6ExByHJWUr5x+Xlaa0lzVOn6gmQ\noWHvAoGBAIE262e5gSi6yjxb29GKzi1suIlafX6Oeb589+91YOsgm2+xBD0+l1wD\nC4w0D67FXRipTw7Iy7on1d7qtHN2K5zb3SRx6Ht33kX8UqRxtPmX2aUVARbYXB9e\nLsl9cjP6y5yqruxIMB2aCNdCei1pWvPXtLopbIeG+rHxp/+j21iu\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-09-04 10:32:58,620 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e/stacks/HeatUtilsCreateComplexStackTests-adf88a03-5313-4c97-b7c2-887436234ce3-stack/a2c8d6c0-8032-46c5-9231-80f29efcae21 used request id req-485c19f9-7c2b-4ae7-bed2-cba68a6490f3 2018-09-04 10:33:01,624 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e/stacks/a2c8d6c0-8032-46c5-9231-80f29efcae21 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}04e90a2149113ab219a0855c7e6c620adbcadcd0" 2018-09-04 10:33:01,652 - keystoneauth.session - DEBUG - RESP: [302] Date: Tue, 04 Sep 2018 10:33:01 GMT Server: Apache x-openstack-request-id: req-3e2c34d2-21e1-41c0-a3a0-a7450f83e3fc Location: http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e/stacks/HeatUtilsCreateComplexStackTests-adf88a03-5313-4c97-b7c2-887436234ce3-stack/a2c8d6c0-8032-46c5-9231-80f29efcae21 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e/stacks/HeatUtilsCreateComplexStackTests-adf88a03-5313-4c97-b7c2-887436234ce3-stack/a2c8d6c0-8032-46c5-9231-80f29efcae21;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-09-04 10:33:01,826 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:33:01 GMT Server: Apache x-openstack-request-id: req-f14be644-f50d-4eea-8255-4e4652c41e30 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-adf88a03-5313-4c97-b7c2-887436234ce3-flavor2", "OS::project_id": "da1aa3dc9e564d3d922e61c0121a390e", "OS::stack_id": "a2c8d6c0-8032-46c5-9231-80f29efcae21", "OS::stack_name": "HeatUtilsCreateComplexStackTests-adf88a03-5313-4c97-b7c2-887436234ce3-stack", "router_name": "mgmt_router", "keypair_name": "HeatUtilsCreateComplexStackTests-adf88a03-5313-4c97-b7c2-887436234ce3-keypair", "security_group_name": "security_group_name", "subnet_name": "HeatUtilsCreateComplexStackTests-adf88a03-5313-4c97-b7c2-887436234ce3-subnet", "net_name": "HeatUtilsCreateComplexStackTests-adf88a03-5313-4c97-b7c2-887436234ce3-net", "external_net_name": "external", "inst2_name": "HeatUtilsCreateComplexStackTests-adf88a03-5313-4c97-b7c2-887436234ce3-inst2", "inst1_name": "HeatUtilsCreateComplexStackTests-adf88a03-5313-4c97-b7c2-887436234ce3-inst1", "image2_name": "HeatUtilsCreateComplexStackTests-adf88a03-5313-4c97-b7c2-887436234ce3-image2", "flavor1_name": "HeatUtilsCreateComplexStackTests-adf88a03-5313-4c97-b7c2-887436234ce3-flavor1", "image1_name": "HeatUtilsCreateComplexStackTests-adf88a03-5313-4c97-b7c2-887436234ce3-image1"}, "deletion_time": null, "stack_name": "HeatUtilsCreateComplexStackTests-adf88a03-5313-4c97-b7c2-887436234ce3-stack", "stack_user_project_id": "6fb9bbac6c77477d99fbe19f1f644895", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-09-04T10:32:39Z", "links": [{"href": "http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e/stacks/HeatUtilsCreateComplexStackTests-adf88a03-5313-4c97-b7c2-887436234ce3-stack/a2c8d6c0-8032-46c5-9231-80f29efcae21", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "a2c8d6c0-8032-46c5-9231-80f29efcae21", "outputs": [{"output_value": "-----BEGIN RSA PRIVATE KEY-----\nMIIEowIBAAKCAQEAqVdqPf6Z2Dai+OUIfYJkO+FCa8E1ZXXJFmME26j9FnU8HOki\nOpq4FkkttcUvN9ZbMXfhMvMk9UReu4hXBkVT4gW7iB1rK+9mqBca2T4/XmBzNtI8\nhHQojKEwUT9Ttul23dRRj3+wDP6K7rrNE5nDHiV2X5/7KVTkZc7SVLiwZKjrk92c\nVleKc05MicCRJ+yT4dzXF3pkBRdlW7dLmye94kH1HFrtUeOQSMB/GX+n1J9SS6HI\nwqG01+gJXwsPjbzYOysSB5Sm8OtHnHl1ybO57vR8fFGBlcCrig5UipbI1YyPqjci\n33QWsXnyrLkeG3TksidaJY3N3Ej/ruVg74UYwQIDAQABAoIBABgQXP+cS35nHTej\nTFaRje7YbtjjJtRZLY8p2Qnh9L0ZQcaV9pA/ZkN8eKto7vHPWzwnXfAgjzLvWUrq\n7/rrJSVsTR7ll1Ix/fOK/Py8FMMzj4vNyl3EJ/L8AOK6zgmjGYoiXsi2i2z9Sv7r\nurK7WffRuQWTtVxFPQOepVL2v9I914d1dJk59T7bCwqpaasImZeuo37N2kiguRg4\ntMnQwC47nHitWvUsMyPQlEFdJ38GAjxcnOv1CYcDs/D0gFOjTWgx+DIsX7hg7Zoc\nr3S1hGnr1ubzA7R0N+OtpyP9yKeoxVlhvd4ZeojfOhXHn3u7mB5ssKhb7r6OI5/N\noiFiMwUCgYEA4W3n0xfABsl6mYckIcgHeaA73bj/Wso2HA2tJXAyh7ckxaoIwJI3\nM/lO8SeWD652e7zBlpDxhLrD7zB7FSR7hpz7/ZtbLciCCWlCZ092+7a7kYLqgBz4\nmLSy7fXZPoQ3GxLODbRxjkQ1g8DYeeNPyZcZgaPGVHYkX0TxD4Jbj38CgYEAwE5X\nUEbLrKdfXvVndKrnT9nhiiN7Fq+mmyq//CaurSOPdoYXB5jpBN6AUFhLtFjqtQMS\n2XkhwcYUKQHvvX4vHscvs4WiusCKuXUKwc0kqOdtQsAsdv/jsKXCdbyn3JQXcPVy\nLKzNBd/fjUS6bOAR3jfeA3hVnTsEUp+FtNL/d78CgYBtk27MPQ8qPWVKm1YE1aZM\niIaREAuPphsHJ96yBAeL0IofSrdWY7xRly24KvXWSYduPiIbffjn+6Ch837gmAsz\nM7uJWqrHZl9PE8sjTI0ZbYlfAbPa8jokgDE5WfdvW/UtQ8bFAqDv9lfM40BWfxeZ\ndckAKwuMoqCrbmd+km7PIQKBgCJ8qinqWFJhPbhA2EnS8GKgl1L3o/Zgj8dZ9k4Y\n/dBtBShjSbQCFx/Zazd9bi4smALYR0Qa9hPTGwBzqXPZMkgZvpM6TwGg0AAMXl59\nFKr5vd1vq0m4ADRItcP5jjz/jeijC9O5NZdtG6ExByHJWUr5x+Xlaa0lzVOn6gmQ\noWHvAoGBAIE262e5gSi6yjxb29GKzi1suIlafX6Oeb589+91YOsgm2+xBD0+l1wD\nC4w0D67FXRipTw7Iy7on1d7qtHN2K5zb3SRx6Ht33kX8UqRxtPmX2aUVARbYXB9e\nLsl9cjP6y5yqruxIMB2aCNdCei1pWvPXtLopbIeG+rHxp/+j21iu\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-09-04 10:33:01,826 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e/stacks/HeatUtilsCreateComplexStackTests-adf88a03-5313-4c97-b7c2-887436234ce3-stack/a2c8d6c0-8032-46c5-9231-80f29efcae21 used request id req-f14be644-f50d-4eea-8255-4e4652c41e30 2018-09-04 10:33:04,833 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e/stacks/a2c8d6c0-8032-46c5-9231-80f29efcae21 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}04e90a2149113ab219a0855c7e6c620adbcadcd0" 2018-09-04 10:33:05,017 - keystoneauth.session - DEBUG - RESP: [302] Date: Tue, 04 Sep 2018 10:33:04 GMT Server: Apache x-openstack-request-id: req-34050efc-3d1c-4745-8a12-950ab4eda706 Location: http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e/stacks/HeatUtilsCreateComplexStackTests-adf88a03-5313-4c97-b7c2-887436234ce3-stack/a2c8d6c0-8032-46c5-9231-80f29efcae21 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e/stacks/HeatUtilsCreateComplexStackTests-adf88a03-5313-4c97-b7c2-887436234ce3-stack/a2c8d6c0-8032-46c5-9231-80f29efcae21;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-09-04 10:33:05,193 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:33:05 GMT Server: Apache x-openstack-request-id: req-5ebe399d-6db7-4866-a098-cd74a1af6339 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 2082 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-adf88a03-5313-4c97-b7c2-887436234ce3-flavor2", "OS::project_id": "da1aa3dc9e564d3d922e61c0121a390e", "OS::stack_id": "a2c8d6c0-8032-46c5-9231-80f29efcae21", "OS::stack_name": "HeatUtilsCreateComplexStackTests-adf88a03-5313-4c97-b7c2-887436234ce3-stack", "router_name": "mgmt_router", "keypair_name": "HeatUtilsCreateComplexStackTests-adf88a03-5313-4c97-b7c2-887436234ce3-keypair", "security_group_name": "security_group_name", "subnet_name": "HeatUtilsCreateComplexStackTests-adf88a03-5313-4c97-b7c2-887436234ce3-subnet", "net_name": "HeatUtilsCreateComplexStackTests-adf88a03-5313-4c97-b7c2-887436234ce3-net", "external_net_name": "external", "inst2_name": "HeatUtilsCreateComplexStackTests-adf88a03-5313-4c97-b7c2-887436234ce3-inst2", "inst1_name": "HeatUtilsCreateComplexStackTests-adf88a03-5313-4c97-b7c2-887436234ce3-inst1", "image2_name": "HeatUtilsCreateComplexStackTests-adf88a03-5313-4c97-b7c2-887436234ce3-image2", "flavor1_name": "HeatUtilsCreateComplexStackTests-adf88a03-5313-4c97-b7c2-887436234ce3-flavor1", "image1_name": "HeatUtilsCreateComplexStackTests-adf88a03-5313-4c97-b7c2-887436234ce3-image1"}, "deletion_time": null, "stack_name": "HeatUtilsCreateComplexStackTests-adf88a03-5313-4c97-b7c2-887436234ce3-stack", "stack_user_project_id": "6fb9bbac6c77477d99fbe19f1f644895", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2018-09-04T10:32:39Z", "links": [{"href": "http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e/stacks/HeatUtilsCreateComplexStackTests-adf88a03-5313-4c97-b7c2-887436234ce3-stack/a2c8d6c0-8032-46c5-9231-80f29efcae21", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "a2c8d6c0-8032-46c5-9231-80f29efcae21", "outputs": [{"output_value": "-----BEGIN RSA PRIVATE KEY-----\nMIIEowIBAAKCAQEAqVdqPf6Z2Dai+OUIfYJkO+FCa8E1ZXXJFmME26j9FnU8HOki\nOpq4FkkttcUvN9ZbMXfhMvMk9UReu4hXBkVT4gW7iB1rK+9mqBca2T4/XmBzNtI8\nhHQojKEwUT9Ttul23dRRj3+wDP6K7rrNE5nDHiV2X5/7KVTkZc7SVLiwZKjrk92c\nVleKc05MicCRJ+yT4dzXF3pkBRdlW7dLmye94kH1HFrtUeOQSMB/GX+n1J9SS6HI\nwqG01+gJXwsPjbzYOysSB5Sm8OtHnHl1ybO57vR8fFGBlcCrig5UipbI1YyPqjci\n33QWsXnyrLkeG3TksidaJY3N3Ej/ruVg74UYwQIDAQABAoIBABgQXP+cS35nHTej\nTFaRje7YbtjjJtRZLY8p2Qnh9L0ZQcaV9pA/ZkN8eKto7vHPWzwnXfAgjzLvWUrq\n7/rrJSVsTR7ll1Ix/fOK/Py8FMMzj4vNyl3EJ/L8AOK6zgmjGYoiXsi2i2z9Sv7r\nurK7WffRuQWTtVxFPQOepVL2v9I914d1dJk59T7bCwqpaasImZeuo37N2kiguRg4\ntMnQwC47nHitWvUsMyPQlEFdJ38GAjxcnOv1CYcDs/D0gFOjTWgx+DIsX7hg7Zoc\nr3S1hGnr1ubzA7R0N+OtpyP9yKeoxVlhvd4ZeojfOhXHn3u7mB5ssKhb7r6OI5/N\noiFiMwUCgYEA4W3n0xfABsl6mYckIcgHeaA73bj/Wso2HA2tJXAyh7ckxaoIwJI3\nM/lO8SeWD652e7zBlpDxhLrD7zB7FSR7hpz7/ZtbLciCCWlCZ092+7a7kYLqgBz4\nmLSy7fXZPoQ3GxLODbRxjkQ1g8DYeeNPyZcZgaPGVHYkX0TxD4Jbj38CgYEAwE5X\nUEbLrKdfXvVndKrnT9nhiiN7Fq+mmyq//CaurSOPdoYXB5jpBN6AUFhLtFjqtQMS\n2XkhwcYUKQHvvX4vHscvs4WiusCKuXUKwc0kqOdtQsAsdv/jsKXCdbyn3JQXcPVy\nLKzNBd/fjUS6bOAR3jfeA3hVnTsEUp+FtNL/d78CgYBtk27MPQ8qPWVKm1YE1aZM\niIaREAuPphsHJ96yBAeL0IofSrdWY7xRly24KvXWSYduPiIbffjn+6Ch837gmAsz\nM7uJWqrHZl9PE8sjTI0ZbYlfAbPa8jokgDE5WfdvW/UtQ8bFAqDv9lfM40BWfxeZ\ndckAKwuMoqCrbmd+km7PIQKBgCJ8qinqWFJhPbhA2EnS8GKgl1L3o/Zgj8dZ9k4Y\n/dBtBShjSbQCFx/Zazd9bi4smALYR0Qa9hPTGwBzqXPZMkgZvpM6TwGg0AAMXl59\nFKr5vd1vq0m4ADRItcP5jjz/jeijC9O5NZdtG6ExByHJWUr5x+Xlaa0lzVOn6gmQ\noWHvAoGBAIE262e5gSi6yjxb29GKzi1suIlafX6Oeb589+91YOsgm2+xBD0+l1wD\nC4w0D67FXRipTw7Iy7on1d7qtHN2K5zb3SRx6Ht33kX8UqRxtPmX2aUVARbYXB9e\nLsl9cjP6y5yqruxIMB2aCNdCei1pWvPXtLopbIeG+rHxp/+j21iu\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-09-04 10:33:05,193 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e/stacks/HeatUtilsCreateComplexStackTests-adf88a03-5313-4c97-b7c2-887436234ce3-stack/a2c8d6c0-8032-46c5-9231-80f29efcae21 used request id req-5ebe399d-6db7-4866-a098-cd74a1af6339 2018-09-04 10:33:05,196 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e/stacks/a2c8d6c0-8032-46c5-9231-80f29efcae21/resources -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}04e90a2149113ab219a0855c7e6c620adbcadcd0" 2018-09-04 10:33:05,223 - keystoneauth.session - DEBUG - RESP: [302] Date: Tue, 04 Sep 2018 10:33:05 GMT Server: Apache x-openstack-request-id: req-d99e7786-f7f0-4a55-b327-7021f5b19503 Location: http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e/stacks/HeatUtilsCreateComplexStackTests-adf88a03-5313-4c97-b7c2-887436234ce3-stack/a2c8d6c0-8032-46c5-9231-80f29efcae21/resources Content-Length: 521 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e/stacks/HeatUtilsCreateComplexStackTests-adf88a03-5313-4c97-b7c2-887436234ce3-stack/a2c8d6c0-8032-46c5-9231-80f29efcae21/resources;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-09-04 10:33:05,351 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:33:05 GMT Server: Apache x-openstack-request-id: req-154d27bf-7392-49fc-9a4e-dbf638134a7d Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 1035 Content-Type: application/json RESP BODY: {"resources": [{"resource_name": "flavor2", "links": [{"href": "http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e/stacks/HeatUtilsCreateComplexStackTests-adf88a03-5313-4c97-b7c2-887436234ce3-stack/a2c8d6c0-8032-46c5-9231-80f29efcae21/resources/flavor2", "rel": "self"}, {"href": "http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e/stacks/HeatUtilsCreateComplexStackTests-adf88a03-5313-4c97-b7c2-887436234ce3-stack/a2c8d6c0-8032-46c5-9231-80f29efcae21", "rel": "stack"}], "logical_resource_id": "flavor2", "creation_time": "2018-09-04T10:32:40Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-09-04T10:32:40Z", "required_by": ["vm2"], "resource_status_reason": "state changed", "physical_resource_id": "a5a36de7-cebe-473b-b2e9-0e0376f9415e", "resource_type": "OS::Nova::Flavor"}, {"resource_name": "flavor1", "links": [{"href": "http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e/stacks/HeatUtilsCreateComplexStackTests-adf88a03-5313-4c97-b7c2-887436234ce3-stack/a2c8d6c0-8032-46c5-9231-80f29efcae21/resources/flavor1", "rel": "self"}, {"href": "http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e/stacks/HeatUtilsCreateComplexStackTests-adf88a03-5313-4c97-b7c2-887436234ce3-stack/a2c8d6c0-8032-46c5-9231-80f29efcae21", "rel": "stack"}], "logical_resource_id": "flavor1", "creation_time": "2018-09-04T10:32:40Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-09-04T10:32:40Z", "required_by": ["vm1"], "resource_status_reason": "state changed", "physical_resource_id": "657e53ca-be75-4158-abf0-e35ebc942a19", "resource_type": "OS::Nova::Flavor"}, {"resource_name": "network", "links": [{"href": "http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e/stacks/HeatUtilsCreateComplexStackTests-adf88a03-5313-4c97-b7c2-887436234ce3-stack/a2c8d6c0-8032-46c5-9231-80f29efcae21/resources/network", "rel": "self"}, {"href": "http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e/stacks/HeatUtilsCreateComplexStackTests-adf88a03-5313-4c97-b7c2-887436234ce3-stack/a2c8d6c0-8032-46c5-9231-80f29efcae21", "rel": "stack"}], "logical_resource_id": "network", "creation_time": "2018-09-04T10:32:40Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-09-04T10:32:40Z", "required_by": ["subnet", "vm2", "port1"], "resource_status_reason": "state changed", "physical_resource_id": "1fccdb3c-8265-426b-90ed-f25b81b181da", "resource_type": "OS::Neutron::Net"}, {"resource_name": "server_security_group", "links": [{"href": "http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e/stacks/HeatUtilsCreateComplexStackTests-adf88a03-5313-4c97-b7c2-887436234ce3-stack/a2c8d6c0-8032-46c5-9231-80f29efcae21/resources/server_security_group", "rel": "self"}, {"href": "http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e/stacks/HeatUtilsCreateComplexStackTests-adf88a03-5313-4c97-b7c2-887436234ce3-stack/a2c8d6c0-8032-46c5-9231-80f29efcae21", "rel": "stack"}], "logical_resource_id": "server_security_group", "creation_time": "2018-09-04T10:32:40Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-09-04T10:32:40Z", "required_by": ["port1"], "resource_status_reason": "state changed", "physical_resource_id": "d0733bce-dc84-4296-8777-22310d540998", "resource_type": "OS::Neutron::SecurityGroup"}, {"resource_name": "floating_ip", "links": [{"href": "http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e/stacks/HeatUtilsCreateComplexStackTests-adf88a03-5313-4c97-b7c2-887436234ce3-stack/a2c8d6c0-8032-46c5-9231-80f29efcae21/resources/floating_ip", "rel": "self"}, {"href": "http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e/stacks/HeatUtilsCreateComplexStackTests-adf88a03-5313-4c97-b7c2-887436234ce3-stack/a2c8d6c0-8032-46c5-9231-80f29efcae21", "rel": "stack"}], "logical_resource_id": "floating_ip", "creation_time": "2018-09-04T10:32:40Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-09-04T10:32:40Z", "required_by": ["floating_ip_association"], "resource_status_reason": "state changed", "physical_resource_id": "385b9b94-a35f-47aa-9bd1-fcff0586c0f8", "resource_type": "OS::Neutron::FloatingIP"}, {"resource_name": "floating_ip_association", "links": [{"href": "http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e/stacks/HeatUtilsCreateComplexStackTests-adf88a03-5313-4c97-b7c2-887436234ce3-stack/a2c8d6c0-8032-46c5-9231-80f29efcae21/resources/floating_ip_association", "rel": "self"}, {"href": "http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e/stacks/HeatUtilsCreateComplexStackTests-adf88a03-5313-4c97-b7c2-887436234ce3-stack/a2c8d6c0-8032-46c5-9231-80f29efcae21", "rel": "stack"}], "logical_resource_id": "floating_ip_association", "creation_time": "2018-09-04T10:32:40Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-09-04T10:32:40Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "54", "resource_type": "OS::Neutron::FloatingIPAssociation"}, {"resource_name": "keypair", "links": [{"href": "http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e/stacks/HeatUtilsCreateComplexStackTests-adf88a03-5313-4c97-b7c2-887436234ce3-stack/a2c8d6c0-8032-46c5-9231-80f29efcae21/resources/keypair", "rel": "self"}, {"href": "http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e/stacks/HeatUtilsCreateComplexStackTests-adf88a03-5313-4c97-b7c2-887436234ce3-stack/a2c8d6c0-8032-46c5-9231-80f29efcae21", "rel": "stack"}], "logical_resource_id": "keypair", "creation_time": "2018-09-04T10:32:40Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-09-04T10:32:40Z", "required_by": ["vm1", "vm2"], "resource_status_reason": "state changed", "physical_resource_id": "HeatUtilsCreateComplexStackTests-adf88a03-5313-4c97-b7c2-887436234ce3-keypair", "resource_type": "OS::Nova::KeyPair"}, {"resource_name": "management_router_interface", "links": [{"href": "http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e/stacks/HeatUtilsCreateComplexStackTests-adf88a03-5313-4c97-b7c2-887436234ce3-stack/a2c8d6c0-8032-46c5-9231-80f29efcae21/resources/management_router_interface", "rel": "self"}, {"href": "http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e/stacks/HeatUtilsCreateComplexStackTests-adf88a03-5313-4c97-b7c2-887436234ce3-stack/a2c8d6c0-8032-46c5-9231-80f29efcae21", "rel": "stack"}], "logical_resource_id": "management_router_interface", "creation_time": "2018-09-04T10:32:40Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-09-04T10:32:40Z", "required_by": ["floating_ip_association"], "resource_status_reason": "state changed", "physical_resource_id": "abf4fa54-8da8-4c7c-9c12-dbc3aef84c6e:subnet_id=cbaff2b6-d0b0-4232-8929-189413de659f", "resource_type": "OS::Neutron::RouterInterface"}, {"resource_name": "subnet", "links": [{"href": "http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e/stacks/HeatUtilsCreateComplexStackTests-adf88a03-5313-4c97-b7c2-887436234ce3-stack/a2c8d6c0-8032-46c5-9231-80f29efcae21/resources/subnet", "rel": "self"}, {"href": "http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e/stacks/HeatUtilsCreateComplexStackTests-adf88a03-5313-4c97-b7c2-887436234ce3-stack/a2c8d6c0-8032-46c5-9231-80f29efcae21", "rel": "stack"}], "logical_resource_id": "subnet", "creation_time": "2018-09-04T10:32:40Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-09-04T10:32:40Z", "required_by": ["management_router_interface", "vm1", "port1", "vm2"], "resource_status_reason": "state changed", "physical_resource_id": "cbaff2b6-d0b0-4232-8929-189413de659f", "resource_type": "OS::Neutron::Subnet"}, {"resource_name": "management_router", "links": [{"href": "http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e/stacks/HeatUtilsCreateComplexStackTests-adf88a03-5313-4c97-b7c2-887436234ce3-stack/a2c8d6c0-8032-46c5-9231-80f29efcae21/resources/management_router", "rel": "self"}, {"href": "http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e/stacks/HeatUtilsCreateComplexStackTests-adf88a03-5313-4c97-b7c2-887436234ce3-stack/a2c8d6c0-8032-46c5-9231-80f29efcae21", "rel": "stack"}], "logical_resource_id": "management_router", "creation_time": "2018-09-04T10:32:40Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-09-04T10:32:40Z", "required_by": ["management_router_interface", "floating_ip"], "resource_status_reason": "state changed", "physical_resource_id": "abf4fa54-8da8-4c7c-9c12-dbc3aef84c6e", "resource_type": "OS::Neutron::Router"}, {"resource_name": "vm1", "links": [{"href": "http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e/stacks/HeatUtilsCreateComplexStackTests-adf88a03-5313-4c97-b7c2-887436234ce3-stack/a2c8d6c0-8032-46c5-9231-80f29efcae21/resources/vm1", "rel": "self"}, {"href": "http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e/stacks/HeatUtilsCreateComplexStackTests-adf88a03-5313-4c97-b7c2-887436234ce3-stack/a2c8d6c0-8032-46c5-9231-80f29efcae21", "rel": "stack"}], "logical_resource_id": "vm1", "creation_time": "2018-09-04T10:32:40Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-09-04T10:32:40Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "270c7481-6481-489d-90a9-0ce5f886e445", "resource_type": "OS::Nova::Server"}, {"resource_name": "vm2", "links": [{"href": "http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e/stacks/HeatUtilsCreateComplexStackTests-adf88a03-5313-4c97-b7c2-887436234ce3-stack/a2c8d6c0-8032-46c5-9231-80f29efcae21/resources/vm2", "rel": "self"}, {"href": "http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e/stacks/HeatUtilsCreateComplexStackTests-adf88a03-5313-4c97-b7c2-887436234ce3-stack/a2c8d6c0-8032-46c5-9231-80f29efcae21", "rel": "stack"}], "logical_resource_id": "vm2", "creation_time": "2018-09-04T10:32:40Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-09-04T10:32:40Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "8d80efa6-e8c9-47a9-a977-6c4625dc6e01", "resource_type": "OS::Nova::Server"}, {"resource_name": "port1", "links": [{"href": "http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e/stacks/HeatUtilsCreateComplexStackTests-adf88a03-5313-4c97-b7c2-887436234ce3-stack/a2c8d6c0-8032-46c5-9231-80f29efcae21/resources/port1", "rel": "self"}, {"href": "http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e/stacks/HeatUtilsCreateComplexStackTests-adf88a03-5313-4c97-b7c2-887436234ce3-stack/a2c8d6c0-8032-46c5-9231-80f29efcae21", "rel": "stack"}], "logical_resource_id": "port1", "creation_time": "2018-09-04T10:32:40Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-09-04T10:32:40Z", "required_by": ["floating_ip_association", "vm1"], "resource_status_reason": "state changed", "physical_resource_id": "cb19fc4f-7376-4066-a5e7-444a8d1b8bce", "resource_type": "OS::Neutron::Port"}]} 2018-09-04 10:33:05,351 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e/stacks/HeatUtilsCreateComplexStackTests-adf88a03-5313-4c97-b7c2-887436234ce3-stack/a2c8d6c0-8032-46c5-9231-80f29efcae21/resources used request id req-154d27bf-7392-49fc-9a4e-dbf638134a7d 2018-09-04 10:33:05,355 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e/stacks/a2c8d6c0-8032-46c5-9231-80f29efcae21 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}04e90a2149113ab219a0855c7e6c620adbcadcd0" 2018-09-04 10:33:05,381 - keystoneauth.session - DEBUG - RESP: [302] Date: Tue, 04 Sep 2018 10:33:05 GMT Server: Apache x-openstack-request-id: req-65f527c3-dc5c-4586-a02b-b5357ece81c8 Location: http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e/stacks/HeatUtilsCreateComplexStackTests-adf88a03-5313-4c97-b7c2-887436234ce3-stack/a2c8d6c0-8032-46c5-9231-80f29efcae21 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e/stacks/HeatUtilsCreateComplexStackTests-adf88a03-5313-4c97-b7c2-887436234ce3-stack/a2c8d6c0-8032-46c5-9231-80f29efcae21;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-09-04 10:33:05,658 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:33:05 GMT Server: Apache x-openstack-request-id: req-03aa90b9-d959-45ec-b23a-97def3127cbe Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 2082 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-adf88a03-5313-4c97-b7c2-887436234ce3-flavor2", "OS::project_id": "da1aa3dc9e564d3d922e61c0121a390e", "OS::stack_id": "a2c8d6c0-8032-46c5-9231-80f29efcae21", "OS::stack_name": "HeatUtilsCreateComplexStackTests-adf88a03-5313-4c97-b7c2-887436234ce3-stack", "router_name": "mgmt_router", "keypair_name": "HeatUtilsCreateComplexStackTests-adf88a03-5313-4c97-b7c2-887436234ce3-keypair", "security_group_name": "security_group_name", "subnet_name": "HeatUtilsCreateComplexStackTests-adf88a03-5313-4c97-b7c2-887436234ce3-subnet", "net_name": "HeatUtilsCreateComplexStackTests-adf88a03-5313-4c97-b7c2-887436234ce3-net", "external_net_name": "external", "inst2_name": "HeatUtilsCreateComplexStackTests-adf88a03-5313-4c97-b7c2-887436234ce3-inst2", "inst1_name": "HeatUtilsCreateComplexStackTests-adf88a03-5313-4c97-b7c2-887436234ce3-inst1", "image2_name": "HeatUtilsCreateComplexStackTests-adf88a03-5313-4c97-b7c2-887436234ce3-image2", "flavor1_name": "HeatUtilsCreateComplexStackTests-adf88a03-5313-4c97-b7c2-887436234ce3-flavor1", "image1_name": "HeatUtilsCreateComplexStackTests-adf88a03-5313-4c97-b7c2-887436234ce3-image1"}, "deletion_time": null, "stack_name": "HeatUtilsCreateComplexStackTests-adf88a03-5313-4c97-b7c2-887436234ce3-stack", "stack_user_project_id": "6fb9bbac6c77477d99fbe19f1f644895", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2018-09-04T10:32:39Z", "links": [{"href": "http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e/stacks/HeatUtilsCreateComplexStackTests-adf88a03-5313-4c97-b7c2-887436234ce3-stack/a2c8d6c0-8032-46c5-9231-80f29efcae21", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "a2c8d6c0-8032-46c5-9231-80f29efcae21", "outputs": [{"output_value": "-----BEGIN RSA PRIVATE KEY-----\nMIIEowIBAAKCAQEAqVdqPf6Z2Dai+OUIfYJkO+FCa8E1ZXXJFmME26j9FnU8HOki\nOpq4FkkttcUvN9ZbMXfhMvMk9UReu4hXBkVT4gW7iB1rK+9mqBca2T4/XmBzNtI8\nhHQojKEwUT9Ttul23dRRj3+wDP6K7rrNE5nDHiV2X5/7KVTkZc7SVLiwZKjrk92c\nVleKc05MicCRJ+yT4dzXF3pkBRdlW7dLmye94kH1HFrtUeOQSMB/GX+n1J9SS6HI\nwqG01+gJXwsPjbzYOysSB5Sm8OtHnHl1ybO57vR8fFGBlcCrig5UipbI1YyPqjci\n33QWsXnyrLkeG3TksidaJY3N3Ej/ruVg74UYwQIDAQABAoIBABgQXP+cS35nHTej\nTFaRje7YbtjjJtRZLY8p2Qnh9L0ZQcaV9pA/ZkN8eKto7vHPWzwnXfAgjzLvWUrq\n7/rrJSVsTR7ll1Ix/fOK/Py8FMMzj4vNyl3EJ/L8AOK6zgmjGYoiXsi2i2z9Sv7r\nurK7WffRuQWTtVxFPQOepVL2v9I914d1dJk59T7bCwqpaasImZeuo37N2kiguRg4\ntMnQwC47nHitWvUsMyPQlEFdJ38GAjxcnOv1CYcDs/D0gFOjTWgx+DIsX7hg7Zoc\nr3S1hGnr1ubzA7R0N+OtpyP9yKeoxVlhvd4ZeojfOhXHn3u7mB5ssKhb7r6OI5/N\noiFiMwUCgYEA4W3n0xfABsl6mYckIcgHeaA73bj/Wso2HA2tJXAyh7ckxaoIwJI3\nM/lO8SeWD652e7zBlpDxhLrD7zB7FSR7hpz7/ZtbLciCCWlCZ092+7a7kYLqgBz4\nmLSy7fXZPoQ3GxLODbRxjkQ1g8DYeeNPyZcZgaPGVHYkX0TxD4Jbj38CgYEAwE5X\nUEbLrKdfXvVndKrnT9nhiiN7Fq+mmyq//CaurSOPdoYXB5jpBN6AUFhLtFjqtQMS\n2XkhwcYUKQHvvX4vHscvs4WiusCKuXUKwc0kqOdtQsAsdv/jsKXCdbyn3JQXcPVy\nLKzNBd/fjUS6bOAR3jfeA3hVnTsEUp+FtNL/d78CgYBtk27MPQ8qPWVKm1YE1aZM\niIaREAuPphsHJ96yBAeL0IofSrdWY7xRly24KvXWSYduPiIbffjn+6Ch837gmAsz\nM7uJWqrHZl9PE8sjTI0ZbYlfAbPa8jokgDE5WfdvW/UtQ8bFAqDv9lfM40BWfxeZ\ndckAKwuMoqCrbmd+km7PIQKBgCJ8qinqWFJhPbhA2EnS8GKgl1L3o/Zgj8dZ9k4Y\n/dBtBShjSbQCFx/Zazd9bi4smALYR0Qa9hPTGwBzqXPZMkgZvpM6TwGg0AAMXl59\nFKr5vd1vq0m4ADRItcP5jjz/jeijC9O5NZdtG6ExByHJWUr5x+Xlaa0lzVOn6gmQ\noWHvAoGBAIE262e5gSi6yjxb29GKzi1suIlafX6Oeb589+91YOsgm2+xBD0+l1wD\nC4w0D67FXRipTw7Iy7on1d7qtHN2K5zb3SRx6Ht33kX8UqRxtPmX2aUVARbYXB9e\nLsl9cjP6y5yqruxIMB2aCNdCei1pWvPXtLopbIeG+rHxp/+j21iu\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-09-04 10:33:05,658 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e/stacks/HeatUtilsCreateComplexStackTests-adf88a03-5313-4c97-b7c2-887436234ce3-stack/a2c8d6c0-8032-46c5-9231-80f29efcae21 used request id req-03aa90b9-d959-45ec-b23a-97def3127cbe 2018-09-04 10:33:05,661 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e/stacks/a2c8d6c0-8032-46c5-9231-80f29efcae21/resources -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}04e90a2149113ab219a0855c7e6c620adbcadcd0" 2018-09-04 10:33:05,688 - keystoneauth.session - DEBUG - RESP: [302] Date: Tue, 04 Sep 2018 10:33:05 GMT Server: Apache x-openstack-request-id: req-72a7d3a1-f9b2-4f9d-951d-eba38fe7e084 Location: http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e/stacks/HeatUtilsCreateComplexStackTests-adf88a03-5313-4c97-b7c2-887436234ce3-stack/a2c8d6c0-8032-46c5-9231-80f29efcae21/resources Content-Length: 521 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e/stacks/HeatUtilsCreateComplexStackTests-adf88a03-5313-4c97-b7c2-887436234ce3-stack/a2c8d6c0-8032-46c5-9231-80f29efcae21/resources;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-09-04 10:33:05,765 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:33:05 GMT Server: Apache x-openstack-request-id: req-7fe15e54-4dfc-4793-a7eb-052fd0aa346c Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 1033 Content-Type: application/json RESP BODY: {"resources": [{"resource_name": "flavor2", "links": [{"href": "http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e/stacks/HeatUtilsCreateComplexStackTests-adf88a03-5313-4c97-b7c2-887436234ce3-stack/a2c8d6c0-8032-46c5-9231-80f29efcae21/resources/flavor2", "rel": "self"}, {"href": "http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e/stacks/HeatUtilsCreateComplexStackTests-adf88a03-5313-4c97-b7c2-887436234ce3-stack/a2c8d6c0-8032-46c5-9231-80f29efcae21", "rel": "stack"}], "logical_resource_id": "flavor2", "creation_time": "2018-09-04T10:32:40Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-09-04T10:32:40Z", "required_by": ["vm2"], "resource_status_reason": "state changed", "physical_resource_id": "a5a36de7-cebe-473b-b2e9-0e0376f9415e", "resource_type": "OS::Nova::Flavor"}, {"resource_name": "flavor1", "links": [{"href": "http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e/stacks/HeatUtilsCreateComplexStackTests-adf88a03-5313-4c97-b7c2-887436234ce3-stack/a2c8d6c0-8032-46c5-9231-80f29efcae21/resources/flavor1", "rel": "self"}, {"href": "http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e/stacks/HeatUtilsCreateComplexStackTests-adf88a03-5313-4c97-b7c2-887436234ce3-stack/a2c8d6c0-8032-46c5-9231-80f29efcae21", "rel": "stack"}], "logical_resource_id": "flavor1", "creation_time": "2018-09-04T10:32:40Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-09-04T10:32:40Z", "required_by": ["vm1"], "resource_status_reason": "state changed", "physical_resource_id": "657e53ca-be75-4158-abf0-e35ebc942a19", "resource_type": "OS::Nova::Flavor"}, {"resource_name": "network", "links": [{"href": "http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e/stacks/HeatUtilsCreateComplexStackTests-adf88a03-5313-4c97-b7c2-887436234ce3-stack/a2c8d6c0-8032-46c5-9231-80f29efcae21/resources/network", "rel": "self"}, {"href": "http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e/stacks/HeatUtilsCreateComplexStackTests-adf88a03-5313-4c97-b7c2-887436234ce3-stack/a2c8d6c0-8032-46c5-9231-80f29efcae21", "rel": "stack"}], "logical_resource_id": "network", "creation_time": "2018-09-04T10:32:40Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-09-04T10:32:40Z", "required_by": ["subnet", "vm2", "port1"], "resource_status_reason": "state changed", "physical_resource_id": "1fccdb3c-8265-426b-90ed-f25b81b181da", "resource_type": "OS::Neutron::Net"}, {"resource_name": "server_security_group", "links": [{"href": "http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e/stacks/HeatUtilsCreateComplexStackTests-adf88a03-5313-4c97-b7c2-887436234ce3-stack/a2c8d6c0-8032-46c5-9231-80f29efcae21/resources/server_security_group", "rel": "self"}, {"href": "http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e/stacks/HeatUtilsCreateComplexStackTests-adf88a03-5313-4c97-b7c2-887436234ce3-stack/a2c8d6c0-8032-46c5-9231-80f29efcae21", "rel": "stack"}], "logical_resource_id": "server_security_group", "creation_time": "2018-09-04T10:32:40Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-09-04T10:32:40Z", "required_by": ["port1"], "resource_status_reason": "state changed", "physical_resource_id": "d0733bce-dc84-4296-8777-22310d540998", "resource_type": "OS::Neutron::SecurityGroup"}, {"resource_name": "floating_ip", "links": [{"href": "http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e/stacks/HeatUtilsCreateComplexStackTests-adf88a03-5313-4c97-b7c2-887436234ce3-stack/a2c8d6c0-8032-46c5-9231-80f29efcae21/resources/floating_ip", "rel": "self"}, {"href": "http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e/stacks/HeatUtilsCreateComplexStackTests-adf88a03-5313-4c97-b7c2-887436234ce3-stack/a2c8d6c0-8032-46c5-9231-80f29efcae21", "rel": "stack"}], "logical_resource_id": "floating_ip", "creation_time": "2018-09-04T10:32:40Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-09-04T10:32:40Z", "required_by": ["floating_ip_association"], "resource_status_reason": "state changed", "physical_resource_id": "385b9b94-a35f-47aa-9bd1-fcff0586c0f8", "resource_type": "OS::Neutron::FloatingIP"}, {"resource_name": "floating_ip_association", "links": [{"href": "http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e/stacks/HeatUtilsCreateComplexStackTests-adf88a03-5313-4c97-b7c2-887436234ce3-stack/a2c8d6c0-8032-46c5-9231-80f29efcae21/resources/floating_ip_association", "rel": "self"}, {"href": "http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e/stacks/HeatUtilsCreateComplexStackTests-adf88a03-5313-4c97-b7c2-887436234ce3-stack/a2c8d6c0-8032-46c5-9231-80f29efcae21", "rel": "stack"}], "logical_resource_id": "floating_ip_association", "creation_time": "2018-09-04T10:32:40Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-09-04T10:32:40Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "54", "resource_type": "OS::Neutron::FloatingIPAssociation"}, {"resource_name": "keypair", "links": [{"href": "http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e/stacks/HeatUtilsCreateComplexStackTests-adf88a03-5313-4c97-b7c2-887436234ce3-stack/a2c8d6c0-8032-46c5-9231-80f29efcae21/resources/keypair", "rel": "self"}, {"href": "http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e/stacks/HeatUtilsCreateComplexStackTests-adf88a03-5313-4c97-b7c2-887436234ce3-stack/a2c8d6c0-8032-46c5-9231-80f29efcae21", "rel": "stack"}], "logical_resource_id": "keypair", "creation_time": "2018-09-04T10:32:40Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-09-04T10:32:40Z", "required_by": ["vm1", "vm2"], "resource_status_reason": "state changed", "physical_resource_id": "HeatUtilsCreateComplexStackTests-adf88a03-5313-4c97-b7c2-887436234ce3-keypair", "resource_type": "OS::Nova::KeyPair"}, {"resource_name": "management_router_interface", "links": [{"href": "http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e/stacks/HeatUtilsCreateComplexStackTests-adf88a03-5313-4c97-b7c2-887436234ce3-stack/a2c8d6c0-8032-46c5-9231-80f29efcae21/resources/management_router_interface", "rel": "self"}, {"href": "http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e/stacks/HeatUtilsCreateComplexStackTests-adf88a03-5313-4c97-b7c2-887436234ce3-stack/a2c8d6c0-8032-46c5-9231-80f29efcae21", "rel": "stack"}], "logical_resource_id": "management_router_interface", "creation_time": "2018-09-04T10:32:40Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-09-04T10:32:40Z", "required_by": ["floating_ip_association"], "resource_status_reason": "state changed", "physical_resource_id": "abf4fa54-8da8-4c7c-9c12-dbc3aef84c6e:subnet_id=cbaff2b6-d0b0-4232-8929-189413de659f", "resource_type": "OS::Neutron::RouterInterface"}, {"resource_name": "subnet", "links": [{"href": "http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e/stacks/HeatUtilsCreateComplexStackTests-adf88a03-5313-4c97-b7c2-887436234ce3-stack/a2c8d6c0-8032-46c5-9231-80f29efcae21/resources/subnet", "rel": "self"}, {"href": "http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e/stacks/HeatUtilsCreateComplexStackTests-adf88a03-5313-4c97-b7c2-887436234ce3-stack/a2c8d6c0-8032-46c5-9231-80f29efcae21", "rel": "stack"}], "logical_resource_id": "subnet", "creation_time": "2018-09-04T10:32:40Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-09-04T10:32:40Z", "required_by": ["management_router_interface", "vm1", "vm2", "port1"], "resource_status_reason": "state changed", "physical_resource_id": "cbaff2b6-d0b0-4232-8929-189413de659f", "resource_type": "OS::Neutron::Subnet"}, {"resource_name": "management_router", "links": [{"href": "http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e/stacks/HeatUtilsCreateComplexStackTests-adf88a03-5313-4c97-b7c2-887436234ce3-stack/a2c8d6c0-8032-46c5-9231-80f29efcae21/resources/management_router", "rel": "self"}, {"href": "http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e/stacks/HeatUtilsCreateComplexStackTests-adf88a03-5313-4c97-b7c2-887436234ce3-stack/a2c8d6c0-8032-46c5-9231-80f29efcae21", "rel": "stack"}], "logical_resource_id": "management_router", "creation_time": "2018-09-04T10:32:40Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-09-04T10:32:40Z", "required_by": ["management_router_interface", "floating_ip"], "resource_status_reason": "state changed", "physical_resource_id": "abf4fa54-8da8-4c7c-9c12-dbc3aef84c6e", "resource_type": "OS::Neutron::Router"}, {"resource_name": "vm1", "links": [{"href": "http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e/stacks/HeatUtilsCreateComplexStackTests-adf88a03-5313-4c97-b7c2-887436234ce3-stack/a2c8d6c0-8032-46c5-9231-80f29efcae21/resources/vm1", "rel": "self"}, {"href": "http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e/stacks/HeatUtilsCreateComplexStackTests-adf88a03-5313-4c97-b7c2-887436234ce3-stack/a2c8d6c0-8032-46c5-9231-80f29efcae21", "rel": "stack"}], "logical_resource_id": "vm1", "creation_time": "2018-09-04T10:32:40Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-09-04T10:32:40Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "270c7481-6481-489d-90a9-0ce5f886e445", "resource_type": "OS::Nova::Server"}, {"resource_name": "vm2", "links": [{"href": "http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e/stacks/HeatUtilsCreateComplexStackTests-adf88a03-5313-4c97-b7c2-887436234ce3-stack/a2c8d6c0-8032-46c5-9231-80f29efcae21/resources/vm2", "rel": "self"}, {"href": "http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e/stacks/HeatUtilsCreateComplexStackTests-adf88a03-5313-4c97-b7c2-887436234ce3-stack/a2c8d6c0-8032-46c5-9231-80f29efcae21", "rel": "stack"}], "logical_resource_id": "vm2", "creation_time": "2018-09-04T10:32:40Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-09-04T10:32:40Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "8d80efa6-e8c9-47a9-a977-6c4625dc6e01", "resource_type": "OS::Nova::Server"}, {"resource_name": "port1", "links": [{"href": "http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e/stacks/HeatUtilsCreateComplexStackTests-adf88a03-5313-4c97-b7c2-887436234ce3-stack/a2c8d6c0-8032-46c5-9231-80f29efcae21/resources/port1", "rel": "self"}, {"href": "http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e/stacks/HeatUtilsCreateComplexStackTests-adf88a03-5313-4c97-b7c2-887436234ce3-stack/a2c8d6c0-8032-46c5-9231-80f29efcae21", "rel": "stack"}], "logical_resource_id": "port1", "creation_time": "2018-09-04T10:32:40Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-09-04T10:32:40Z", "required_by": ["floating_ip_association", "vm1"], "resource_status_reason": "state changed", "physical_resource_id": "cb19fc4f-7376-4066-a5e7-444a8d1b8bce", "resource_type": "OS::Neutron::Port"}]} 2018-09-04 10:33:05,765 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e/stacks/HeatUtilsCreateComplexStackTests-adf88a03-5313-4c97-b7c2-887436234ce3-stack/a2c8d6c0-8032-46c5-9231-80f29efcae21/resources used request id req-7fe15e54-4dfc-4793-a7eb-052fd0aa346c 2018-09-04 10:33:05,771 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?id=1fccdb3c-8265-426b-90ed-f25b81b181da -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}04e90a2149113ab219a0855c7e6c620adbcadcd0" 2018-09-04 10:33:05,858 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 733 X-Openstack-Request-Id: req-f2d9ad72-75cf-4c7a-9c4c-d97b5f807048 Date: Tue, 04 Sep 2018 10:33:05 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"1fccdb3c-8265-426b-90ed-f25b81b181da","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"da1aa3dc9e564d3d922e61c0121a390e","status":"ACTIVE","subnets":["cbaff2b6-d0b0-4232-8929-189413de659f"],"description":"","tags":[],"updated_at":"2018-09-04T10:32:45Z","provider:segmentation_id":69,"name":"HeatUtilsCreateComplexStackTests-adf88a03-5313-4c97-b7c2-887436234ce3-net","admin_state_up":true,"tenant_id":"da1aa3dc9e564d3d922e61c0121a390e","created_at":"2018-09-04T10:32:43Z","provider:network_type":"vxlan"}]} 2018-09-04 10:33:05,858 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?id=1fccdb3c-8265-426b-90ed-f25b81b181da used request id req-f2d9ad72-75cf-4c7a-9c4c-d97b5f807048 2018-09-04 10:33:05,863 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=1fccdb3c-8265-426b-90ed-f25b81b181da -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}04e90a2149113ab219a0855c7e6c620adbcadcd0" 2018-09-04 10:33:05,911 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-f4c395bc-3b48-4751-934c-67cdbc5e9aa8 Date: Tue, 04 Sep 2018 10:33:05 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"1fccdb3c-8265-426b-90ed-f25b81b181da","tenant_id":"da1aa3dc9e564d3d922e61c0121a390e","created_at":"2018-09-04T10:32:45Z","dns_nameservers":[],"updated_at":"2018-09-04T10:32:45Z","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":"da1aa3dc9e564d3d922e61c0121a390e","id":"cbaff2b6-d0b0-4232-8929-189413de659f","subnetpool_id":null,"name":"HeatUtilsCreateComplexStackTests-adf88a03-5313-4c97-b7c2-887436234ce3-subnet"}]} 2018-09-04 10:33:05,911 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=1fccdb3c-8265-426b-90ed-f25b81b181da used request id req-f4c395bc-3b48-4751-934c-67cdbc5e9aa8 2018-09-04 10:33:05,916 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=1fccdb3c-8265-426b-90ed-f25b81b181da -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}04e90a2149113ab219a0855c7e6c620adbcadcd0" 2018-09-04 10:33:05,965 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-43552f2f-ef27-4093-9010-93689e9976f6 Date: Tue, 04 Sep 2018 10:33:05 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"1fccdb3c-8265-426b-90ed-f25b81b181da","tenant_id":"da1aa3dc9e564d3d922e61c0121a390e","created_at":"2018-09-04T10:32:45Z","dns_nameservers":[],"updated_at":"2018-09-04T10:32:45Z","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":"da1aa3dc9e564d3d922e61c0121a390e","id":"cbaff2b6-d0b0-4232-8929-189413de659f","subnetpool_id":null,"name":"HeatUtilsCreateComplexStackTests-adf88a03-5313-4c97-b7c2-887436234ce3-subnet"}]} 2018-09-04 10:33:05,966 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=1fccdb3c-8265-426b-90ed-f25b81b181da used request id req-43552f2f-ef27-4093-9010-93689e9976f6 2018-09-04 10:33:05,966 - nova_utils - DEBUG - Retrieving Nova Client 2018-09-04 10:33:05,968 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28: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}04e90a2149113ab219a0855c7e6c620adbcadcd0" 2018-09-04 10:33:06,054 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:33:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b0c71abf-7b47-42f6-a11a-ccd7bc333444 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.28:5000/v3/", "rel": "self"}]}} 2018-09-04 10:33:06,054 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-b0c71abf-7b47-42f6-a11a-ccd7bc333444 2018-09-04 10:33:06,059 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e/stacks/a2c8d6c0-8032-46c5-9231-80f29efcae21/resources -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}04e90a2149113ab219a0855c7e6c620adbcadcd0" 2018-09-04 10:33:06,086 - keystoneauth.session - DEBUG - RESP: [302] Date: Tue, 04 Sep 2018 10:33:06 GMT Server: Apache x-openstack-request-id: req-34d80add-cbd9-43a2-9692-7163dce0fe7a Location: http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e/stacks/HeatUtilsCreateComplexStackTests-adf88a03-5313-4c97-b7c2-887436234ce3-stack/a2c8d6c0-8032-46c5-9231-80f29efcae21/resources Content-Length: 521 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e/stacks/HeatUtilsCreateComplexStackTests-adf88a03-5313-4c97-b7c2-887436234ce3-stack/a2c8d6c0-8032-46c5-9231-80f29efcae21/resources;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-09-04 10:33:06,303 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:33:06 GMT Server: Apache x-openstack-request-id: req-2b9ca32e-f466-4bc2-9d72-4d9eac2cc2fb Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 1035 Content-Type: application/json RESP BODY: {"resources": [{"resource_name": "flavor2", "links": [{"href": "http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e/stacks/HeatUtilsCreateComplexStackTests-adf88a03-5313-4c97-b7c2-887436234ce3-stack/a2c8d6c0-8032-46c5-9231-80f29efcae21/resources/flavor2", "rel": "self"}, {"href": "http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e/stacks/HeatUtilsCreateComplexStackTests-adf88a03-5313-4c97-b7c2-887436234ce3-stack/a2c8d6c0-8032-46c5-9231-80f29efcae21", "rel": "stack"}], "logical_resource_id": "flavor2", "creation_time": "2018-09-04T10:32:40Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-09-04T10:32:40Z", "required_by": ["vm2"], "resource_status_reason": "state changed", "physical_resource_id": "a5a36de7-cebe-473b-b2e9-0e0376f9415e", "resource_type": "OS::Nova::Flavor"}, {"resource_name": "flavor1", "links": [{"href": "http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e/stacks/HeatUtilsCreateComplexStackTests-adf88a03-5313-4c97-b7c2-887436234ce3-stack/a2c8d6c0-8032-46c5-9231-80f29efcae21/resources/flavor1", "rel": "self"}, {"href": "http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e/stacks/HeatUtilsCreateComplexStackTests-adf88a03-5313-4c97-b7c2-887436234ce3-stack/a2c8d6c0-8032-46c5-9231-80f29efcae21", "rel": "stack"}], "logical_resource_id": "flavor1", "creation_time": "2018-09-04T10:32:40Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-09-04T10:32:40Z", "required_by": ["vm1"], "resource_status_reason": "state changed", "physical_resource_id": "657e53ca-be75-4158-abf0-e35ebc942a19", "resource_type": "OS::Nova::Flavor"}, {"resource_name": "network", "links": [{"href": "http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e/stacks/HeatUtilsCreateComplexStackTests-adf88a03-5313-4c97-b7c2-887436234ce3-stack/a2c8d6c0-8032-46c5-9231-80f29efcae21/resources/network", "rel": "self"}, {"href": "http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e/stacks/HeatUtilsCreateComplexStackTests-adf88a03-5313-4c97-b7c2-887436234ce3-stack/a2c8d6c0-8032-46c5-9231-80f29efcae21", "rel": "stack"}], "logical_resource_id": "network", "creation_time": "2018-09-04T10:32:40Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-09-04T10:32:40Z", "required_by": ["subnet", "vm2", "port1"], "resource_status_reason": "state changed", "physical_resource_id": "1fccdb3c-8265-426b-90ed-f25b81b181da", "resource_type": "OS::Neutron::Net"}, {"resource_name": "server_security_group", "links": [{"href": "http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e/stacks/HeatUtilsCreateComplexStackTests-adf88a03-5313-4c97-b7c2-887436234ce3-stack/a2c8d6c0-8032-46c5-9231-80f29efcae21/resources/server_security_group", "rel": "self"}, {"href": "http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e/stacks/HeatUtilsCreateComplexStackTests-adf88a03-5313-4c97-b7c2-887436234ce3-stack/a2c8d6c0-8032-46c5-9231-80f29efcae21", "rel": "stack"}], "logical_resource_id": "server_security_group", "creation_time": "2018-09-04T10:32:40Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-09-04T10:32:40Z", "required_by": ["port1"], "resource_status_reason": "state changed", "physical_resource_id": "d0733bce-dc84-4296-8777-22310d540998", "resource_type": "OS::Neutron::SecurityGroup"}, {"resource_name": "floating_ip", "links": [{"href": "http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e/stacks/HeatUtilsCreateComplexStackTests-adf88a03-5313-4c97-b7c2-887436234ce3-stack/a2c8d6c0-8032-46c5-9231-80f29efcae21/resources/floating_ip", "rel": "self"}, {"href": "http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e/stacks/HeatUtilsCreateComplexStackTests-adf88a03-5313-4c97-b7c2-887436234ce3-stack/a2c8d6c0-8032-46c5-9231-80f29efcae21", "rel": "stack"}], "logical_resource_id": "floating_ip", "creation_time": "2018-09-04T10:32:40Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-09-04T10:32:40Z", "required_by": ["floating_ip_association"], "resource_status_reason": "state changed", "physical_resource_id": "385b9b94-a35f-47aa-9bd1-fcff0586c0f8", "resource_type": "OS::Neutron::FloatingIP"}, {"resource_name": "floating_ip_association", "links": [{"href": "http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e/stacks/HeatUtilsCreateComplexStackTests-adf88a03-5313-4c97-b7c2-887436234ce3-stack/a2c8d6c0-8032-46c5-9231-80f29efcae21/resources/floating_ip_association", "rel": "self"}, {"href": "http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e/stacks/HeatUtilsCreateComplexStackTests-adf88a03-5313-4c97-b7c2-887436234ce3-stack/a2c8d6c0-8032-46c5-9231-80f29efcae21", "rel": "stack"}], "logical_resource_id": "floating_ip_association", "creation_time": "2018-09-04T10:32:40Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-09-04T10:32:40Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "54", "resource_type": "OS::Neutron::FloatingIPAssociation"}, {"resource_name": "keypair", "links": [{"href": "http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e/stacks/HeatUtilsCreateComplexStackTests-adf88a03-5313-4c97-b7c2-887436234ce3-stack/a2c8d6c0-8032-46c5-9231-80f29efcae21/resources/keypair", "rel": "self"}, {"href": "http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e/stacks/HeatUtilsCreateComplexStackTests-adf88a03-5313-4c97-b7c2-887436234ce3-stack/a2c8d6c0-8032-46c5-9231-80f29efcae21", "rel": "stack"}], "logical_resource_id": "keypair", "creation_time": "2018-09-04T10:32:40Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-09-04T10:32:40Z", "required_by": ["vm1", "vm2"], "resource_status_reason": "state changed", "physical_resource_id": "HeatUtilsCreateComplexStackTests-adf88a03-5313-4c97-b7c2-887436234ce3-keypair", "resource_type": "OS::Nova::KeyPair"}, {"resource_name": "management_router_interface", "links": [{"href": "http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e/stacks/HeatUtilsCreateComplexStackTests-adf88a03-5313-4c97-b7c2-887436234ce3-stack/a2c8d6c0-8032-46c5-9231-80f29efcae21/resources/management_router_interface", "rel": "self"}, {"href": "http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e/stacks/HeatUtilsCreateComplexStackTests-adf88a03-5313-4c97-b7c2-887436234ce3-stack/a2c8d6c0-8032-46c5-9231-80f29efcae21", "rel": "stack"}], "logical_resource_id": "management_router_interface", "creation_time": "2018-09-04T10:32:40Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-09-04T10:32:40Z", "required_by": ["floating_ip_association"], "resource_status_reason": "state changed", "physical_resource_id": "abf4fa54-8da8-4c7c-9c12-dbc3aef84c6e:subnet_id=cbaff2b6-d0b0-4232-8929-189413de659f", "resource_type": "OS::Neutron::RouterInterface"}, {"resource_name": "subnet", "links": [{"href": "http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e/stacks/HeatUtilsCreateComplexStackTests-adf88a03-5313-4c97-b7c2-887436234ce3-stack/a2c8d6c0-8032-46c5-9231-80f29efcae21/resources/subnet", "rel": "self"}, {"href": "http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e/stacks/HeatUtilsCreateComplexStackTests-adf88a03-5313-4c97-b7c2-887436234ce3-stack/a2c8d6c0-8032-46c5-9231-80f29efcae21", "rel": "stack"}], "logical_resource_id": "subnet", "creation_time": "2018-09-04T10:32:40Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-09-04T10:32:40Z", "required_by": ["management_router_interface", "vm1", "port1", "vm2"], "resource_status_reason": "state changed", "physical_resource_id": "cbaff2b6-d0b0-4232-8929-189413de659f", "resource_type": "OS::Neutron::Subnet"}, {"resource_name": "management_router", "links": [{"href": "http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e/stacks/HeatUtilsCreateComplexStackTests-adf88a03-5313-4c97-b7c2-887436234ce3-stack/a2c8d6c0-8032-46c5-9231-80f29efcae21/resources/management_router", "rel": "self"}, {"href": "http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e/stacks/HeatUtilsCreateComplexStackTests-adf88a03-5313-4c97-b7c2-887436234ce3-stack/a2c8d6c0-8032-46c5-9231-80f29efcae21", "rel": "stack"}], "logical_resource_id": "management_router", "creation_time": "2018-09-04T10:32:40Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-09-04T10:32:40Z", "required_by": ["management_router_interface", "floating_ip"], "resource_status_reason": "state changed", "physical_resource_id": "abf4fa54-8da8-4c7c-9c12-dbc3aef84c6e", "resource_type": "OS::Neutron::Router"}, {"resource_name": "vm1", "links": [{"href": "http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e/stacks/HeatUtilsCreateComplexStackTests-adf88a03-5313-4c97-b7c2-887436234ce3-stack/a2c8d6c0-8032-46c5-9231-80f29efcae21/resources/vm1", "rel": "self"}, {"href": "http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e/stacks/HeatUtilsCreateComplexStackTests-adf88a03-5313-4c97-b7c2-887436234ce3-stack/a2c8d6c0-8032-46c5-9231-80f29efcae21", "rel": "stack"}], "logical_resource_id": "vm1", "creation_time": "2018-09-04T10:32:40Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-09-04T10:32:40Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "270c7481-6481-489d-90a9-0ce5f886e445", "resource_type": "OS::Nova::Server"}, {"resource_name": "vm2", "links": [{"href": "http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e/stacks/HeatUtilsCreateComplexStackTests-adf88a03-5313-4c97-b7c2-887436234ce3-stack/a2c8d6c0-8032-46c5-9231-80f29efcae21/resources/vm2", "rel": "self"}, {"href": "http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e/stacks/HeatUtilsCreateComplexStackTests-adf88a03-5313-4c97-b7c2-887436234ce3-stack/a2c8d6c0-8032-46c5-9231-80f29efcae21", "rel": "stack"}], "logical_resource_id": "vm2", "creation_time": "2018-09-04T10:32:40Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-09-04T10:32:40Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "8d80efa6-e8c9-47a9-a977-6c4625dc6e01", "resource_type": "OS::Nova::Server"}, {"resource_name": "port1", "links": [{"href": "http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e/stacks/HeatUtilsCreateComplexStackTests-adf88a03-5313-4c97-b7c2-887436234ce3-stack/a2c8d6c0-8032-46c5-9231-80f29efcae21/resources/port1", "rel": "self"}, {"href": "http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e/stacks/HeatUtilsCreateComplexStackTests-adf88a03-5313-4c97-b7c2-887436234ce3-stack/a2c8d6c0-8032-46c5-9231-80f29efcae21", "rel": "stack"}], "logical_resource_id": "port1", "creation_time": "2018-09-04T10:32:40Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-09-04T10:32:40Z", "required_by": ["floating_ip_association", "vm1"], "resource_status_reason": "state changed", "physical_resource_id": "cb19fc4f-7376-4066-a5e7-444a8d1b8bce", "resource_type": "OS::Neutron::Port"}]} 2018-09-04 10:33:06,304 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e/stacks/HeatUtilsCreateComplexStackTests-adf88a03-5313-4c97-b7c2-887436234ce3-stack/a2c8d6c0-8032-46c5-9231-80f29efcae21/resources used request id req-2b9ca32e-f466-4bc2-9d72-4d9eac2cc2fb 2018-09-04 10:33:06,307 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/270c7481-6481-489d-90a9-0ce5f886e445 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}04e90a2149113ab219a0855c7e6c620adbcadcd0" 2018-09-04 10:33:06,758 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:33: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-8890cae9-654d-47ea-af71-812254fefabb x-compute-request-id: req-8890cae9-654d-47ea-af71-812254fefabb Content-Encoding: gzip Content-Length: 849 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"HeatUtilsCreateComplexStackTests-adf88a03-5313-4c97-b7c2-887436234ce3-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d9:d6:dd", "version": 4, "addr": "10.1.2.12", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d9:d6:dd", "version": 4, "addr": "172.30.9.202", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/270c7481-6481-489d-90a9-0ce5f886e445", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/270c7481-6481-489d-90a9-0ce5f886e445", "rel": "bookmark"}], "image": {"id": "cc0abb17-54c0-4a2d-86fb-805bc470e8f8", "links": [{"href": "http://172.30.9.28:8774/images/cc0abb17-54c0-4a2d-86fb-805bc470e8f8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000001e", "OS-SRV-USG:launched_at": "2018-09-04T10:33:01.000000", "flavor": {"id": "657e53ca-be75-4158-abf0-e35ebc942a19", "links": [{"href": "http://172.30.9.28:8774/flavors/657e53ca-be75-4158-abf0-e35ebc942a19", "rel": "bookmark"}]}, "id": "270c7481-6481-489d-90a9-0ce5f886e445", "security_groups": [{"name": "security_group_name"}], "user_id": "6cb53a06110b45a6a2f21cb265048110", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-04T10:33:01Z", "hostId": "f12373e30c30fb0cad5678203885c9b60a3c589f6ce8eb4ced872f03", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": "HeatUtilsCreateComplexStackTests-adf88a03-5313-4c97-b7c2-887436234ce3-keypair", "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "HeatUtilsCreateComplexStackTests-adf88a03-5313-4c97-b7c2-887436234ce3-inst1", "created": "2018-09-04T10:32:51Z", "tenant_id": "da1aa3dc9e564d3d922e61c0121a390e", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 10:33:06,759 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/270c7481-6481-489d-90a9-0ce5f886e445 used request id req-8890cae9-654d-47ea-af71-812254fefabb 2018-09-04 10:33:06,764 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=HeatUtilsCreateComplexStackTests-adf88a03-5313-4c97-b7c2-887436234ce3-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}04e90a2149113ab219a0855c7e6c620adbcadcd0" 2018-09-04 10:33:06,846 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 733 X-Openstack-Request-Id: req-34164211-2704-4df4-8e5a-0d0cdf589b2f Date: Tue, 04 Sep 2018 10:33:06 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"1fccdb3c-8265-426b-90ed-f25b81b181da","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"da1aa3dc9e564d3d922e61c0121a390e","status":"ACTIVE","subnets":["cbaff2b6-d0b0-4232-8929-189413de659f"],"description":"","tags":[],"updated_at":"2018-09-04T10:32:45Z","provider:segmentation_id":69,"name":"HeatUtilsCreateComplexStackTests-adf88a03-5313-4c97-b7c2-887436234ce3-net","admin_state_up":true,"tenant_id":"da1aa3dc9e564d3d922e61c0121a390e","created_at":"2018-09-04T10:32:43Z","provider:network_type":"vxlan"}]} 2018-09-04 10:33:06,846 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=HeatUtilsCreateComplexStackTests-adf88a03-5313-4c97-b7c2-887436234ce3-net used request id req-34164211-2704-4df4-8e5a-0d0cdf589b2f 2018-09-04 10:33:06,850 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-04 10:33:06,856 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 04 Sep 2018 10:33:06 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.28: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.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-04 10:33:06,857 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/da1aa3dc9e564d3d922e61c0121a390e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}04e90a2149113ab219a0855c7e6c620adbcadcd0" 2018-09-04 10:33:06,947 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:33:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9c036386-28e0-496a-a103-46f66cc8182f Content-Encoding: gzip Content-Length: 245 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.28:5000/v3/projects/da1aa3dc9e564d3d922e61c0121a390e"}, "enabled": true, "id": "da1aa3dc9e564d3d922e61c0121a390e", "parent_id": "default", "domain_id": "default", "name": "api_check-project_95790658-ea1a-473f-b71a-0aa15c3467f2"}} 2018-09-04 10:33:06,947 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/da1aa3dc9e564d3d922e61c0121a390e used request id req-9c036386-28e0-496a-a103-46f66cc8182f 2018-09-04 10:33:06,953 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=1fccdb3c-8265-426b-90ed-f25b81b181da -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}04e90a2149113ab219a0855c7e6c620adbcadcd0" 2018-09-04 10:33:07,147 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-7b8c48c8-8161-4dc9-8ecf-cbfa16e006c5 Date: Tue, 04 Sep 2018 10:33:07 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"1fccdb3c-8265-426b-90ed-f25b81b181da","tenant_id":"da1aa3dc9e564d3d922e61c0121a390e","created_at":"2018-09-04T10:32:45Z","dns_nameservers":[],"updated_at":"2018-09-04T10:32:45Z","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":"da1aa3dc9e564d3d922e61c0121a390e","id":"cbaff2b6-d0b0-4232-8929-189413de659f","subnetpool_id":null,"name":"HeatUtilsCreateComplexStackTests-adf88a03-5313-4c97-b7c2-887436234ce3-subnet"}]} 2018-09-04 10:33:07,147 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=1fccdb3c-8265-426b-90ed-f25b81b181da used request id req-7b8c48c8-8161-4dc9-8ecf-cbfa16e006c5 2018-09-04 10:33:07,153 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?network_id=1fccdb3c-8265-426b-90ed-f25b81b181da -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}04e90a2149113ab219a0855c7e6c620adbcadcd0" 2018-09-04 10:33:07,198 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 5217 X-Openstack-Request-Id: req-5e2f8b7a-3de6-4472-bab2-375e36acdb42 Date: Tue, 04 Sep 2018 10:33:07 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T10:32:46Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"cbaff2b6-d0b0-4232-8929-189413de659f","ip_address":"10.1.2.2"}],"id":"26d80fdc-9a91-4ab0-8586-26346d25cd3f","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:98:58:5c","project_id":"da1aa3dc9e564d3d922e61c0121a390e","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-1fccdb3c-8265-426b-90ed-f25b81b181da","name":"","admin_state_up":true,"network_id":"1fccdb3c-8265-426b-90ed-f25b81b181da","tenant_id":"da1aa3dc9e564d3d922e61c0121a390e","created_at":"2018-09-04T10:32:45Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T10:32:49Z","device_owner":"network:router_interface","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"cbaff2b6-d0b0-4232-8929-189413de659f","ip_address":"10.1.2.1"}],"id":"4e0d0401-6906-461c-89f4-5cb60630bf17","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:c3:96:ea","project_id":"da1aa3dc9e564d3d922e61c0121a390e","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"abf4fa54-8da8-4c7c-9c12-dbc3aef84c6e","name":"","admin_state_up":true,"network_id":"1fccdb3c-8265-426b-90ed-f25b81b181da","tenant_id":"da1aa3dc9e564d3d922e61c0121a390e","created_at":"2018-09-04T10:32:48Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T10:32:52Z","device_owner":"compute:nova","revision_number":5,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"cbaff2b6-d0b0-4232-8929-189413de659f","ip_address":"10.1.2.9"}],"id":"754e6da3-8d07-4db6-a263-dedf52bee30e","security_groups":["a0350fb5-7963-482b-9b06-fea838951872"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:d4:64:66","project_id":"da1aa3dc9e564d3d922e61c0121a390e","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"device_id":"8d80efa6-e8c9-47a9-a977-6c4625dc6e01","name":"","admin_state_up":true,"network_id":"1fccdb3c-8265-426b-90ed-f25b81b181da","tenant_id":"da1aa3dc9e564d3d922e61c0121a390e","created_at":"2018-09-04T10:32:51Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T10:32:47Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"cbaff2b6-d0b0-4232-8929-189413de659f","ip_address":"10.1.2.3"}],"id":"7d2f7c23-1839-42cb-aa00-ac863b2c8b26","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:b5:5c:ff","project_id":"da1aa3dc9e564d3d922e61c0121a390e","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-1fccdb3c-8265-426b-90ed-f25b81b181da","name":"","admin_state_up":true,"network_id":"1fccdb3c-8265-426b-90ed-f25b81b181da","tenant_id":"da1aa3dc9e564d3d922e61c0121a390e","created_at":"2018-09-04T10:32:46Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T10:32:57Z","device_owner":"compute:nova","revision_number":5,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"cbaff2b6-d0b0-4232-8929-189413de659f","ip_address":"10.1.2.12"}],"id":"cb19fc4f-7376-4066-a5e7-444a8d1b8bce","security_groups":["d0733bce-dc84-4296-8777-22310d540998"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:d9:d6:dd","project_id":"da1aa3dc9e564d3d922e61c0121a390e","status":"ACTIVE","binding:host_id":"overcloud-novacompute-0.opnfvlf.org","description":"","tags":[],"device_id":"270c7481-6481-489d-90a9-0ce5f886e445","name":"HeatUtilsCreateComplexStackTests-adf88a03-5313-4c97-b7c2-887436234ce3-stack-port1-wqjjfgzrtcmp","admin_state_up":true,"network_id":"1fccdb3c-8265-426b-90ed-f25b81b181da","tenant_id":"da1aa3dc9e564d3d922e61c0121a390e","created_at":"2018-09-04T10:32:48Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T10:32:47Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"cbaff2b6-d0b0-4232-8929-189413de659f","ip_address":"10.1.2.4"}],"id":"cf33a4c3-6c2c-482e-8d98-16a3a37877cd","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:40:53:a9","project_id":"da1aa3dc9e564d3d922e61c0121a390e","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-1fccdb3c-8265-426b-90ed-f25b81b181da","name":"","admin_state_up":true,"network_id":"1fccdb3c-8265-426b-90ed-f25b81b181da","tenant_id":"da1aa3dc9e564d3d922e61c0121a390e","created_at":"2018-09-04T10:32:46Z","binding:vnic_type":"normal"}]} 2018-09-04 10:33:07,198 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?network_id=1fccdb3c-8265-426b-90ed-f25b81b181da used request id req-5e2f8b7a-3de6-4472-bab2-375e36acdb42 2018-09-04 10:33:07,202 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/8d80efa6-e8c9-47a9-a977-6c4625dc6e01 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}04e90a2149113ab219a0855c7e6c620adbcadcd0" 2018-09-04 10:33:07,650 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:33: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-1fc4fb78-fe51-4b67-bf15-f24ee459ccd8 x-compute-request-id: req-1fc4fb78-fe51-4b67-bf15-f24ee459ccd8 Content-Encoding: gzip Content-Length: 830 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"HeatUtilsCreateComplexStackTests-adf88a03-5313-4c97-b7c2-887436234ce3-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d4:64:66", "version": 4, "addr": "10.1.2.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/8d80efa6-e8c9-47a9-a977-6c4625dc6e01", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/8d80efa6-e8c9-47a9-a977-6c4625dc6e01", "rel": "bookmark"}], "image": {"id": "ce3598e8-f9a2-491e-9181-f71b674a41a9", "links": [{"href": "http://172.30.9.28:8774/images/ce3598e8-f9a2-491e-9181-f71b674a41a9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000001b", "OS-SRV-USG:launched_at": "2018-09-04T10:32:54.000000", "flavor": {"id": "a5a36de7-cebe-473b-b2e9-0e0376f9415e", "links": [{"href": "http://172.30.9.28:8774/flavors/a5a36de7-cebe-473b-b2e9-0e0376f9415e", "rel": "bookmark"}]}, "id": "8d80efa6-e8c9-47a9-a977-6c4625dc6e01", "security_groups": [{"name": "default"}], "user_id": "6cb53a06110b45a6a2f21cb265048110", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-04T10:32:54Z", "hostId": "92be8ba6728a92d3ed5c720961d3a910e67ba0dffe84004d883f496d", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": "HeatUtilsCreateComplexStackTests-adf88a03-5313-4c97-b7c2-887436234ce3-keypair", "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "HeatUtilsCreateComplexStackTests-adf88a03-5313-4c97-b7c2-887436234ce3-inst2", "created": "2018-09-04T10:32:48Z", "tenant_id": "da1aa3dc9e564d3d922e61c0121a390e", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 10:33:07,650 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/8d80efa6-e8c9-47a9-a977-6c4625dc6e01 used request id req-1fc4fb78-fe51-4b67-bf15-f24ee459ccd8 2018-09-04 10:33:07,656 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=HeatUtilsCreateComplexStackTests-adf88a03-5313-4c97-b7c2-887436234ce3-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}04e90a2149113ab219a0855c7e6c620adbcadcd0" 2018-09-04 10:33:07,893 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 733 X-Openstack-Request-Id: req-92f89ac3-c97a-4ce5-8f5b-3e56b6e4137c Date: Tue, 04 Sep 2018 10:33:07 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"1fccdb3c-8265-426b-90ed-f25b81b181da","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"da1aa3dc9e564d3d922e61c0121a390e","status":"ACTIVE","subnets":["cbaff2b6-d0b0-4232-8929-189413de659f"],"description":"","tags":[],"updated_at":"2018-09-04T10:32:45Z","provider:segmentation_id":69,"name":"HeatUtilsCreateComplexStackTests-adf88a03-5313-4c97-b7c2-887436234ce3-net","admin_state_up":true,"tenant_id":"da1aa3dc9e564d3d922e61c0121a390e","created_at":"2018-09-04T10:32:43Z","provider:network_type":"vxlan"}]} 2018-09-04 10:33:07,893 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=HeatUtilsCreateComplexStackTests-adf88a03-5313-4c97-b7c2-887436234ce3-net used request id req-92f89ac3-c97a-4ce5-8f5b-3e56b6e4137c 2018-09-04 10:33:07,897 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/da1aa3dc9e564d3d922e61c0121a390e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}04e90a2149113ab219a0855c7e6c620adbcadcd0" 2018-09-04 10:33:08,073 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:33:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-eaa24d10-4c46-45a9-aacc-9c7ae92bb3b2 Content-Encoding: gzip Content-Length: 245 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.28:5000/v3/projects/da1aa3dc9e564d3d922e61c0121a390e"}, "enabled": true, "id": "da1aa3dc9e564d3d922e61c0121a390e", "parent_id": "default", "domain_id": "default", "name": "api_check-project_95790658-ea1a-473f-b71a-0aa15c3467f2"}} 2018-09-04 10:33:08,073 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/da1aa3dc9e564d3d922e61c0121a390e used request id req-eaa24d10-4c46-45a9-aacc-9c7ae92bb3b2 2018-09-04 10:33:08,078 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=1fccdb3c-8265-426b-90ed-f25b81b181da -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}04e90a2149113ab219a0855c7e6c620adbcadcd0" 2018-09-04 10:33:08,162 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-69af0e98-ea98-4755-b936-cb6287f6f036 Date: Tue, 04 Sep 2018 10:33:08 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"1fccdb3c-8265-426b-90ed-f25b81b181da","tenant_id":"da1aa3dc9e564d3d922e61c0121a390e","created_at":"2018-09-04T10:32:45Z","dns_nameservers":[],"updated_at":"2018-09-04T10:32:45Z","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":"da1aa3dc9e564d3d922e61c0121a390e","id":"cbaff2b6-d0b0-4232-8929-189413de659f","subnetpool_id":null,"name":"HeatUtilsCreateComplexStackTests-adf88a03-5313-4c97-b7c2-887436234ce3-subnet"}]} 2018-09-04 10:33:08,162 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=1fccdb3c-8265-426b-90ed-f25b81b181da used request id req-69af0e98-ea98-4755-b936-cb6287f6f036 2018-09-04 10:33:08,167 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?network_id=1fccdb3c-8265-426b-90ed-f25b81b181da -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}04e90a2149113ab219a0855c7e6c620adbcadcd0" 2018-09-04 10:33:08,212 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 5217 X-Openstack-Request-Id: req-1e365697-b7d0-42b4-b5fb-659ca5a56146 Date: Tue, 04 Sep 2018 10:33:08 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T10:32:46Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"cbaff2b6-d0b0-4232-8929-189413de659f","ip_address":"10.1.2.2"}],"id":"26d80fdc-9a91-4ab0-8586-26346d25cd3f","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:98:58:5c","project_id":"da1aa3dc9e564d3d922e61c0121a390e","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-1fccdb3c-8265-426b-90ed-f25b81b181da","name":"","admin_state_up":true,"network_id":"1fccdb3c-8265-426b-90ed-f25b81b181da","tenant_id":"da1aa3dc9e564d3d922e61c0121a390e","created_at":"2018-09-04T10:32:45Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T10:32:49Z","device_owner":"network:router_interface","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"cbaff2b6-d0b0-4232-8929-189413de659f","ip_address":"10.1.2.1"}],"id":"4e0d0401-6906-461c-89f4-5cb60630bf17","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:c3:96:ea","project_id":"da1aa3dc9e564d3d922e61c0121a390e","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"abf4fa54-8da8-4c7c-9c12-dbc3aef84c6e","name":"","admin_state_up":true,"network_id":"1fccdb3c-8265-426b-90ed-f25b81b181da","tenant_id":"da1aa3dc9e564d3d922e61c0121a390e","created_at":"2018-09-04T10:32:48Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T10:32:52Z","device_owner":"compute:nova","revision_number":5,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"cbaff2b6-d0b0-4232-8929-189413de659f","ip_address":"10.1.2.9"}],"id":"754e6da3-8d07-4db6-a263-dedf52bee30e","security_groups":["a0350fb5-7963-482b-9b06-fea838951872"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:d4:64:66","project_id":"da1aa3dc9e564d3d922e61c0121a390e","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"device_id":"8d80efa6-e8c9-47a9-a977-6c4625dc6e01","name":"","admin_state_up":true,"network_id":"1fccdb3c-8265-426b-90ed-f25b81b181da","tenant_id":"da1aa3dc9e564d3d922e61c0121a390e","created_at":"2018-09-04T10:32:51Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T10:32:47Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"cbaff2b6-d0b0-4232-8929-189413de659f","ip_address":"10.1.2.3"}],"id":"7d2f7c23-1839-42cb-aa00-ac863b2c8b26","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:b5:5c:ff","project_id":"da1aa3dc9e564d3d922e61c0121a390e","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-1fccdb3c-8265-426b-90ed-f25b81b181da","name":"","admin_state_up":true,"network_id":"1fccdb3c-8265-426b-90ed-f25b81b181da","tenant_id":"da1aa3dc9e564d3d922e61c0121a390e","created_at":"2018-09-04T10:32:46Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T10:32:57Z","device_owner":"compute:nova","revision_number":5,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"cbaff2b6-d0b0-4232-8929-189413de659f","ip_address":"10.1.2.12"}],"id":"cb19fc4f-7376-4066-a5e7-444a8d1b8bce","security_groups":["d0733bce-dc84-4296-8777-22310d540998"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:d9:d6:dd","project_id":"da1aa3dc9e564d3d922e61c0121a390e","status":"ACTIVE","binding:host_id":"overcloud-novacompute-0.opnfvlf.org","description":"","tags":[],"device_id":"270c7481-6481-489d-90a9-0ce5f886e445","name":"HeatUtilsCreateComplexStackTests-adf88a03-5313-4c97-b7c2-887436234ce3-stack-port1-wqjjfgzrtcmp","admin_state_up":true,"network_id":"1fccdb3c-8265-426b-90ed-f25b81b181da","tenant_id":"da1aa3dc9e564d3d922e61c0121a390e","created_at":"2018-09-04T10:32:48Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T10:32:47Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"cbaff2b6-d0b0-4232-8929-189413de659f","ip_address":"10.1.2.4"}],"id":"cf33a4c3-6c2c-482e-8d98-16a3a37877cd","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:40:53:a9","project_id":"da1aa3dc9e564d3d922e61c0121a390e","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-1fccdb3c-8265-426b-90ed-f25b81b181da","name":"","admin_state_up":true,"network_id":"1fccdb3c-8265-426b-90ed-f25b81b181da","tenant_id":"da1aa3dc9e564d3d922e61c0121a390e","created_at":"2018-09-04T10:32:46Z","binding:vnic_type":"normal"}]} 2018-09-04 10:33:08,212 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?network_id=1fccdb3c-8265-426b-90ed-f25b81b181da used request id req-1e365697-b7d0-42b4-b5fb-659ca5a56146 2018-09-04 10:33:08,215 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e/stacks/a2c8d6c0-8032-46c5-9231-80f29efcae21/resources -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}04e90a2149113ab219a0855c7e6c620adbcadcd0" 2018-09-04 10:33:08,877 - keystoneauth.session - DEBUG - RESP: [302] Date: Tue, 04 Sep 2018 10:33:08 GMT Server: Apache x-openstack-request-id: req-7a73f378-ab0e-402a-a62e-a4d96cac0999 Location: http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e/stacks/HeatUtilsCreateComplexStackTests-adf88a03-5313-4c97-b7c2-887436234ce3-stack/a2c8d6c0-8032-46c5-9231-80f29efcae21/resources Content-Length: 521 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e/stacks/HeatUtilsCreateComplexStackTests-adf88a03-5313-4c97-b7c2-887436234ce3-stack/a2c8d6c0-8032-46c5-9231-80f29efcae21/resources;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-09-04 10:33:09,094 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:33:08 GMT Server: Apache x-openstack-request-id: req-138236be-c4db-4bf0-8554-a21eac34f62b Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 1035 Content-Type: application/json RESP BODY: {"resources": [{"resource_name": "flavor2", "links": [{"href": "http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e/stacks/HeatUtilsCreateComplexStackTests-adf88a03-5313-4c97-b7c2-887436234ce3-stack/a2c8d6c0-8032-46c5-9231-80f29efcae21/resources/flavor2", "rel": "self"}, {"href": "http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e/stacks/HeatUtilsCreateComplexStackTests-adf88a03-5313-4c97-b7c2-887436234ce3-stack/a2c8d6c0-8032-46c5-9231-80f29efcae21", "rel": "stack"}], "logical_resource_id": "flavor2", "creation_time": "2018-09-04T10:32:40Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-09-04T10:32:40Z", "required_by": ["vm2"], "resource_status_reason": "state changed", "physical_resource_id": "a5a36de7-cebe-473b-b2e9-0e0376f9415e", "resource_type": "OS::Nova::Flavor"}, {"resource_name": "flavor1", "links": [{"href": "http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e/stacks/HeatUtilsCreateComplexStackTests-adf88a03-5313-4c97-b7c2-887436234ce3-stack/a2c8d6c0-8032-46c5-9231-80f29efcae21/resources/flavor1", "rel": "self"}, {"href": "http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e/stacks/HeatUtilsCreateComplexStackTests-adf88a03-5313-4c97-b7c2-887436234ce3-stack/a2c8d6c0-8032-46c5-9231-80f29efcae21", "rel": "stack"}], "logical_resource_id": "flavor1", "creation_time": "2018-09-04T10:32:40Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-09-04T10:32:40Z", "required_by": ["vm1"], "resource_status_reason": "state changed", "physical_resource_id": "657e53ca-be75-4158-abf0-e35ebc942a19", "resource_type": "OS::Nova::Flavor"}, {"resource_name": "network", "links": [{"href": "http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e/stacks/HeatUtilsCreateComplexStackTests-adf88a03-5313-4c97-b7c2-887436234ce3-stack/a2c8d6c0-8032-46c5-9231-80f29efcae21/resources/network", "rel": "self"}, {"href": "http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e/stacks/HeatUtilsCreateComplexStackTests-adf88a03-5313-4c97-b7c2-887436234ce3-stack/a2c8d6c0-8032-46c5-9231-80f29efcae21", "rel": "stack"}], "logical_resource_id": "network", "creation_time": "2018-09-04T10:32:40Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-09-04T10:32:40Z", "required_by": ["subnet", "vm2", "port1"], "resource_status_reason": "state changed", "physical_resource_id": "1fccdb3c-8265-426b-90ed-f25b81b181da", "resource_type": "OS::Neutron::Net"}, {"resource_name": "server_security_group", "links": [{"href": "http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e/stacks/HeatUtilsCreateComplexStackTests-adf88a03-5313-4c97-b7c2-887436234ce3-stack/a2c8d6c0-8032-46c5-9231-80f29efcae21/resources/server_security_group", "rel": "self"}, {"href": "http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e/stacks/HeatUtilsCreateComplexStackTests-adf88a03-5313-4c97-b7c2-887436234ce3-stack/a2c8d6c0-8032-46c5-9231-80f29efcae21", "rel": "stack"}], "logical_resource_id": "server_security_group", "creation_time": "2018-09-04T10:32:40Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-09-04T10:32:40Z", "required_by": ["port1"], "resource_status_reason": "state changed", "physical_resource_id": "d0733bce-dc84-4296-8777-22310d540998", "resource_type": "OS::Neutron::SecurityGroup"}, {"resource_name": "floating_ip", "links": [{"href": "http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e/stacks/HeatUtilsCreateComplexStackTests-adf88a03-5313-4c97-b7c2-887436234ce3-stack/a2c8d6c0-8032-46c5-9231-80f29efcae21/resources/floating_ip", "rel": "self"}, {"href": "http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e/stacks/HeatUtilsCreateComplexStackTests-adf88a03-5313-4c97-b7c2-887436234ce3-stack/a2c8d6c0-8032-46c5-9231-80f29efcae21", "rel": "stack"}], "logical_resource_id": "floating_ip", "creation_time": "2018-09-04T10:32:40Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-09-04T10:32:40Z", "required_by": ["floating_ip_association"], "resource_status_reason": "state changed", "physical_resource_id": "385b9b94-a35f-47aa-9bd1-fcff0586c0f8", "resource_type": "OS::Neutron::FloatingIP"}, {"resource_name": "floating_ip_association", "links": [{"href": "http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e/stacks/HeatUtilsCreateComplexStackTests-adf88a03-5313-4c97-b7c2-887436234ce3-stack/a2c8d6c0-8032-46c5-9231-80f29efcae21/resources/floating_ip_association", "rel": "self"}, {"href": "http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e/stacks/HeatUtilsCreateComplexStackTests-adf88a03-5313-4c97-b7c2-887436234ce3-stack/a2c8d6c0-8032-46c5-9231-80f29efcae21", "rel": "stack"}], "logical_resource_id": "floating_ip_association", "creation_time": "2018-09-04T10:32:40Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-09-04T10:32:40Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "54", "resource_type": "OS::Neutron::FloatingIPAssociation"}, {"resource_name": "keypair", "links": [{"href": "http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e/stacks/HeatUtilsCreateComplexStackTests-adf88a03-5313-4c97-b7c2-887436234ce3-stack/a2c8d6c0-8032-46c5-9231-80f29efcae21/resources/keypair", "rel": "self"}, {"href": "http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e/stacks/HeatUtilsCreateComplexStackTests-adf88a03-5313-4c97-b7c2-887436234ce3-stack/a2c8d6c0-8032-46c5-9231-80f29efcae21", "rel": "stack"}], "logical_resource_id": "keypair", "creation_time": "2018-09-04T10:32:40Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-09-04T10:32:40Z", "required_by": ["vm1", "vm2"], "resource_status_reason": "state changed", "physical_resource_id": "HeatUtilsCreateComplexStackTests-adf88a03-5313-4c97-b7c2-887436234ce3-keypair", "resource_type": "OS::Nova::KeyPair"}, {"resource_name": "management_router_interface", "links": [{"href": "http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e/stacks/HeatUtilsCreateComplexStackTests-adf88a03-5313-4c97-b7c2-887436234ce3-stack/a2c8d6c0-8032-46c5-9231-80f29efcae21/resources/management_router_interface", "rel": "self"}, {"href": "http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e/stacks/HeatUtilsCreateComplexStackTests-adf88a03-5313-4c97-b7c2-887436234ce3-stack/a2c8d6c0-8032-46c5-9231-80f29efcae21", "rel": "stack"}], "logical_resource_id": "management_router_interface", "creation_time": "2018-09-04T10:32:40Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-09-04T10:32:40Z", "required_by": ["floating_ip_association"], "resource_status_reason": "state changed", "physical_resource_id": "abf4fa54-8da8-4c7c-9c12-dbc3aef84c6e:subnet_id=cbaff2b6-d0b0-4232-8929-189413de659f", "resource_type": "OS::Neutron::RouterInterface"}, {"resource_name": "subnet", "links": [{"href": "http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e/stacks/HeatUtilsCreateComplexStackTests-adf88a03-5313-4c97-b7c2-887436234ce3-stack/a2c8d6c0-8032-46c5-9231-80f29efcae21/resources/subnet", "rel": "self"}, {"href": "http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e/stacks/HeatUtilsCreateComplexStackTests-adf88a03-5313-4c97-b7c2-887436234ce3-stack/a2c8d6c0-8032-46c5-9231-80f29efcae21", "rel": "stack"}], "logical_resource_id": "subnet", "creation_time": "2018-09-04T10:32:40Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-09-04T10:32:40Z", "required_by": ["management_router_interface", "vm1", "port1", "vm2"], "resource_status_reason": "state changed", "physical_resource_id": "cbaff2b6-d0b0-4232-8929-189413de659f", "resource_type": "OS::Neutron::Subnet"}, {"resource_name": "management_router", "links": [{"href": "http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e/stacks/HeatUtilsCreateComplexStackTests-adf88a03-5313-4c97-b7c2-887436234ce3-stack/a2c8d6c0-8032-46c5-9231-80f29efcae21/resources/management_router", "rel": "self"}, {"href": "http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e/stacks/HeatUtilsCreateComplexStackTests-adf88a03-5313-4c97-b7c2-887436234ce3-stack/a2c8d6c0-8032-46c5-9231-80f29efcae21", "rel": "stack"}], "logical_resource_id": "management_router", "creation_time": "2018-09-04T10:32:40Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-09-04T10:32:40Z", "required_by": ["management_router_interface", "floating_ip"], "resource_status_reason": "state changed", "physical_resource_id": "abf4fa54-8da8-4c7c-9c12-dbc3aef84c6e", "resource_type": "OS::Neutron::Router"}, {"resource_name": "vm1", "links": [{"href": "http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e/stacks/HeatUtilsCreateComplexStackTests-adf88a03-5313-4c97-b7c2-887436234ce3-stack/a2c8d6c0-8032-46c5-9231-80f29efcae21/resources/vm1", "rel": "self"}, {"href": "http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e/stacks/HeatUtilsCreateComplexStackTests-adf88a03-5313-4c97-b7c2-887436234ce3-stack/a2c8d6c0-8032-46c5-9231-80f29efcae21", "rel": "stack"}], "logical_resource_id": "vm1", "creation_time": "2018-09-04T10:32:40Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-09-04T10:32:40Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "270c7481-6481-489d-90a9-0ce5f886e445", "resource_type": "OS::Nova::Server"}, {"resource_name": "vm2", "links": [{"href": "http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e/stacks/HeatUtilsCreateComplexStackTests-adf88a03-5313-4c97-b7c2-887436234ce3-stack/a2c8d6c0-8032-46c5-9231-80f29efcae21/resources/vm2", "rel": "self"}, {"href": "http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e/stacks/HeatUtilsCreateComplexStackTests-adf88a03-5313-4c97-b7c2-887436234ce3-stack/a2c8d6c0-8032-46c5-9231-80f29efcae21", "rel": "stack"}], "logical_resource_id": "vm2", "creation_time": "2018-09-04T10:32:40Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-09-04T10:32:40Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "8d80efa6-e8c9-47a9-a977-6c4625dc6e01", "resource_type": "OS::Nova::Server"}, {"resource_name": "port1", "links": [{"href": "http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e/stacks/HeatUtilsCreateComplexStackTests-adf88a03-5313-4c97-b7c2-887436234ce3-stack/a2c8d6c0-8032-46c5-9231-80f29efcae21/resources/port1", "rel": "self"}, {"href": "http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e/stacks/HeatUtilsCreateComplexStackTests-adf88a03-5313-4c97-b7c2-887436234ce3-stack/a2c8d6c0-8032-46c5-9231-80f29efcae21", "rel": "stack"}], "logical_resource_id": "port1", "creation_time": "2018-09-04T10:32:40Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-09-04T10:32:40Z", "required_by": ["floating_ip_association", "vm1"], "resource_status_reason": "state changed", "physical_resource_id": "cb19fc4f-7376-4066-a5e7-444a8d1b8bce", "resource_type": "OS::Neutron::Port"}]} 2018-09-04 10:33:09,094 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e/stacks/HeatUtilsCreateComplexStackTests-adf88a03-5313-4c97-b7c2-887436234ce3-stack/a2c8d6c0-8032-46c5-9231-80f29efcae21/resources used request id req-138236be-c4db-4bf0-8554-a21eac34f62b 2018-09-04 10:33:09,098 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/images/cc0abb17-54c0-4a2d-86fb-805bc470e8f8 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}04e90a2149113ab219a0855c7e6c620adbcadcd0" 2018-09-04 10:33:09,115 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 898 Content-Type: application/json X-Openstack-Request-Id: req-667592e4-7f3b-4d98-975f-d46c021b5b58 Date: Tue, 04 Sep 2018 10:33:09 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "HeatUtilsCreateComplexStackTests-adf88a03-5313-4c97-b7c2-887436234ce3-image1", "tags": [], "container_format": "bare", "created_at": "2018-09-04T10:32:30Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-09-04T10:32:31Z", "visibility": "shared", "locations": [{"url": "rbd://99671b03-94ed-44b3-b5f6-80b8e44d0570/images/cc0abb17-54c0-4a2d-86fb-805bc470e8f8/snap", "metadata": {}}], "self": "/v2/images/cc0abb17-54c0-4a2d-86fb-805bc470e8f8", "min_disk": 0, "protected": false, "id": "cc0abb17-54c0-4a2d-86fb-805bc470e8f8", "file": "/v2/images/cc0abb17-54c0-4a2d-86fb-805bc470e8f8/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "da1aa3dc9e564d3d922e61c0121a390e", "direct_url": "rbd://99671b03-94ed-44b3-b5f6-80b8e44d0570/images/cc0abb17-54c0-4a2d-86fb-805bc470e8f8/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-09-04 10:33:09,115 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images/cc0abb17-54c0-4a2d-86fb-805bc470e8f8 used request id req-667592e4-7f3b-4d98-975f-d46c021b5b58 2018-09-04 10:33:09,119 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}04e90a2149113ab219a0855c7e6c620adbcadcd0" 2018-09-04 10:33:09,273 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-453686b3-a003-41a2-adbf-2374ec9648a0 Date: Tue, 04 Sep 2018 10:33: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-09-04 10:33:09,274 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/schemas/image used request id req-453686b3-a003-41a2-adbf-2374ec9648a0 2018-09-04 10:33:09,279 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/images/ce3598e8-f9a2-491e-9181-f71b674a41a9 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}04e90a2149113ab219a0855c7e6c620adbcadcd0" 2018-09-04 10:33:09,448 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 898 Content-Type: application/json X-Openstack-Request-Id: req-30c83151-1623-4822-acc5-203b8c2cf43d Date: Tue, 04 Sep 2018 10:33:09 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "HeatUtilsCreateComplexStackTests-adf88a03-5313-4c97-b7c2-887436234ce3-image2", "tags": [], "container_format": "bare", "created_at": "2018-09-04T10:32:33Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-09-04T10:32:35Z", "visibility": "shared", "locations": [{"url": "rbd://99671b03-94ed-44b3-b5f6-80b8e44d0570/images/ce3598e8-f9a2-491e-9181-f71b674a41a9/snap", "metadata": {}}], "self": "/v2/images/ce3598e8-f9a2-491e-9181-f71b674a41a9", "min_disk": 0, "protected": false, "id": "ce3598e8-f9a2-491e-9181-f71b674a41a9", "file": "/v2/images/ce3598e8-f9a2-491e-9181-f71b674a41a9/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "da1aa3dc9e564d3d922e61c0121a390e", "direct_url": "rbd://99671b03-94ed-44b3-b5f6-80b8e44d0570/images/ce3598e8-f9a2-491e-9181-f71b674a41a9/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-09-04 10:33:09,448 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images/ce3598e8-f9a2-491e-9181-f71b674a41a9 used request id req-30c83151-1623-4822-acc5-203b8c2cf43d 2018-09-04 10:33:09,451 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/images/ce3598e8-f9a2-491e-9181-f71b674a41a9 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}04e90a2149113ab219a0855c7e6c620adbcadcd0" 2018-09-04 10:33:09,469 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 898 Content-Type: application/json X-Openstack-Request-Id: req-c423b08c-7cf9-498c-b5d2-797d9f5343f2 Date: Tue, 04 Sep 2018 10:33:09 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "HeatUtilsCreateComplexStackTests-adf88a03-5313-4c97-b7c2-887436234ce3-image2", "tags": [], "container_format": "bare", "created_at": "2018-09-04T10:32:33Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-09-04T10:32:35Z", "visibility": "shared", "locations": [{"url": "rbd://99671b03-94ed-44b3-b5f6-80b8e44d0570/images/ce3598e8-f9a2-491e-9181-f71b674a41a9/snap", "metadata": {}}], "self": "/v2/images/ce3598e8-f9a2-491e-9181-f71b674a41a9", "min_disk": 0, "protected": false, "id": "ce3598e8-f9a2-491e-9181-f71b674a41a9", "file": "/v2/images/ce3598e8-f9a2-491e-9181-f71b674a41a9/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "da1aa3dc9e564d3d922e61c0121a390e", "direct_url": "rbd://99671b03-94ed-44b3-b5f6-80b8e44d0570/images/ce3598e8-f9a2-491e-9181-f71b674a41a9/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-09-04 10:33:09,469 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images/ce3598e8-f9a2-491e-9181-f71b674a41a9 used request id req-c423b08c-7cf9-498c-b5d2-797d9f5343f2 2018-09-04 10:33:09,472 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e/stacks/a2c8d6c0-8032-46c5-9231-80f29efcae21 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}04e90a2149113ab219a0855c7e6c620adbcadcd0" 2018-09-04 10:33:09,498 - keystoneauth.session - DEBUG - RESP: [302] Date: Tue, 04 Sep 2018 10:33:09 GMT Server: Apache x-openstack-request-id: req-2a656a0e-a415-49d5-b331-760ce747ab22 Location: http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e/stacks/HeatUtilsCreateComplexStackTests-adf88a03-5313-4c97-b7c2-887436234ce3-stack/a2c8d6c0-8032-46c5-9231-80f29efcae21 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e/stacks/HeatUtilsCreateComplexStackTests-adf88a03-5313-4c97-b7c2-887436234ce3-stack/a2c8d6c0-8032-46c5-9231-80f29efcae21;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-09-04 10:33:10,288 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:33:09 GMT Server: Apache x-openstack-request-id: req-d58ca507-f538-4514-a251-f9e1263817cc Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 2082 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-adf88a03-5313-4c97-b7c2-887436234ce3-flavor2", "OS::project_id": "da1aa3dc9e564d3d922e61c0121a390e", "OS::stack_id": "a2c8d6c0-8032-46c5-9231-80f29efcae21", "OS::stack_name": "HeatUtilsCreateComplexStackTests-adf88a03-5313-4c97-b7c2-887436234ce3-stack", "router_name": "mgmt_router", "keypair_name": "HeatUtilsCreateComplexStackTests-adf88a03-5313-4c97-b7c2-887436234ce3-keypair", "security_group_name": "security_group_name", "subnet_name": "HeatUtilsCreateComplexStackTests-adf88a03-5313-4c97-b7c2-887436234ce3-subnet", "net_name": "HeatUtilsCreateComplexStackTests-adf88a03-5313-4c97-b7c2-887436234ce3-net", "external_net_name": "external", "inst2_name": "HeatUtilsCreateComplexStackTests-adf88a03-5313-4c97-b7c2-887436234ce3-inst2", "inst1_name": "HeatUtilsCreateComplexStackTests-adf88a03-5313-4c97-b7c2-887436234ce3-inst1", "image2_name": "HeatUtilsCreateComplexStackTests-adf88a03-5313-4c97-b7c2-887436234ce3-image2", "flavor1_name": "HeatUtilsCreateComplexStackTests-adf88a03-5313-4c97-b7c2-887436234ce3-flavor1", "image1_name": "HeatUtilsCreateComplexStackTests-adf88a03-5313-4c97-b7c2-887436234ce3-image1"}, "deletion_time": null, "stack_name": "HeatUtilsCreateComplexStackTests-adf88a03-5313-4c97-b7c2-887436234ce3-stack", "stack_user_project_id": "6fb9bbac6c77477d99fbe19f1f644895", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2018-09-04T10:32:39Z", "links": [{"href": "http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e/stacks/HeatUtilsCreateComplexStackTests-adf88a03-5313-4c97-b7c2-887436234ce3-stack/a2c8d6c0-8032-46c5-9231-80f29efcae21", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "a2c8d6c0-8032-46c5-9231-80f29efcae21", "outputs": [{"output_value": "-----BEGIN RSA PRIVATE KEY-----\nMIIEowIBAAKCAQEAqVdqPf6Z2Dai+OUIfYJkO+FCa8E1ZXXJFmME26j9FnU8HOki\nOpq4FkkttcUvN9ZbMXfhMvMk9UReu4hXBkVT4gW7iB1rK+9mqBca2T4/XmBzNtI8\nhHQojKEwUT9Ttul23dRRj3+wDP6K7rrNE5nDHiV2X5/7KVTkZc7SVLiwZKjrk92c\nVleKc05MicCRJ+yT4dzXF3pkBRdlW7dLmye94kH1HFrtUeOQSMB/GX+n1J9SS6HI\nwqG01+gJXwsPjbzYOysSB5Sm8OtHnHl1ybO57vR8fFGBlcCrig5UipbI1YyPqjci\n33QWsXnyrLkeG3TksidaJY3N3Ej/ruVg74UYwQIDAQABAoIBABgQXP+cS35nHTej\nTFaRje7YbtjjJtRZLY8p2Qnh9L0ZQcaV9pA/ZkN8eKto7vHPWzwnXfAgjzLvWUrq\n7/rrJSVsTR7ll1Ix/fOK/Py8FMMzj4vNyl3EJ/L8AOK6zgmjGYoiXsi2i2z9Sv7r\nurK7WffRuQWTtVxFPQOepVL2v9I914d1dJk59T7bCwqpaasImZeuo37N2kiguRg4\ntMnQwC47nHitWvUsMyPQlEFdJ38GAjxcnOv1CYcDs/D0gFOjTWgx+DIsX7hg7Zoc\nr3S1hGnr1ubzA7R0N+OtpyP9yKeoxVlhvd4ZeojfOhXHn3u7mB5ssKhb7r6OI5/N\noiFiMwUCgYEA4W3n0xfABsl6mYckIcgHeaA73bj/Wso2HA2tJXAyh7ckxaoIwJI3\nM/lO8SeWD652e7zBlpDxhLrD7zB7FSR7hpz7/ZtbLciCCWlCZ092+7a7kYLqgBz4\nmLSy7fXZPoQ3GxLODbRxjkQ1g8DYeeNPyZcZgaPGVHYkX0TxD4Jbj38CgYEAwE5X\nUEbLrKdfXvVndKrnT9nhiiN7Fq+mmyq//CaurSOPdoYXB5jpBN6AUFhLtFjqtQMS\n2XkhwcYUKQHvvX4vHscvs4WiusCKuXUKwc0kqOdtQsAsdv/jsKXCdbyn3JQXcPVy\nLKzNBd/fjUS6bOAR3jfeA3hVnTsEUp+FtNL/d78CgYBtk27MPQ8qPWVKm1YE1aZM\niIaREAuPphsHJ96yBAeL0IofSrdWY7xRly24KvXWSYduPiIbffjn+6Ch837gmAsz\nM7uJWqrHZl9PE8sjTI0ZbYlfAbPa8jokgDE5WfdvW/UtQ8bFAqDv9lfM40BWfxeZ\ndckAKwuMoqCrbmd+km7PIQKBgCJ8qinqWFJhPbhA2EnS8GKgl1L3o/Zgj8dZ9k4Y\n/dBtBShjSbQCFx/Zazd9bi4smALYR0Qa9hPTGwBzqXPZMkgZvpM6TwGg0AAMXl59\nFKr5vd1vq0m4ADRItcP5jjz/jeijC9O5NZdtG6ExByHJWUr5x+Xlaa0lzVOn6gmQ\noWHvAoGBAIE262e5gSi6yjxb29GKzi1suIlafX6Oeb589+91YOsgm2+xBD0+l1wD\nC4w0D67FXRipTw7Iy7on1d7qtHN2K5zb3SRx6Ht33kX8UqRxtPmX2aUVARbYXB9e\nLsl9cjP6y5yqruxIMB2aCNdCei1pWvPXtLopbIeG+rHxp/+j21iu\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-09-04 10:33:10,288 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e/stacks/HeatUtilsCreateComplexStackTests-adf88a03-5313-4c97-b7c2-887436234ce3-stack/a2c8d6c0-8032-46c5-9231-80f29efcae21 used request id req-d58ca507-f538-4514-a251-f9e1263817cc 2018-09-04 10:33:10,293 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e/stacks/a2c8d6c0-8032-46c5-9231-80f29efcae21 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}04e90a2149113ab219a0855c7e6c620adbcadcd0" 2018-09-04 10:33:10,475 - keystoneauth.session - DEBUG - RESP: [302] Date: Tue, 04 Sep 2018 10:33:10 GMT Server: Apache x-openstack-request-id: req-5bf43585-9232-4918-98d7-8c5f1c2c442a Location: http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e/stacks/HeatUtilsCreateComplexStackTests-adf88a03-5313-4c97-b7c2-887436234ce3-stack/a2c8d6c0-8032-46c5-9231-80f29efcae21 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e/stacks/HeatUtilsCreateComplexStackTests-adf88a03-5313-4c97-b7c2-887436234ce3-stack/a2c8d6c0-8032-46c5-9231-80f29efcae21;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-09-04 10:33:10,785 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:33:10 GMT Server: Apache x-openstack-request-id: req-412b6d5f-59da-49e7-8856-b1010d4d8198 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 2082 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-adf88a03-5313-4c97-b7c2-887436234ce3-flavor2", "OS::project_id": "da1aa3dc9e564d3d922e61c0121a390e", "OS::stack_id": "a2c8d6c0-8032-46c5-9231-80f29efcae21", "OS::stack_name": "HeatUtilsCreateComplexStackTests-adf88a03-5313-4c97-b7c2-887436234ce3-stack", "router_name": "mgmt_router", "keypair_name": "HeatUtilsCreateComplexStackTests-adf88a03-5313-4c97-b7c2-887436234ce3-keypair", "security_group_name": "security_group_name", "subnet_name": "HeatUtilsCreateComplexStackTests-adf88a03-5313-4c97-b7c2-887436234ce3-subnet", "net_name": "HeatUtilsCreateComplexStackTests-adf88a03-5313-4c97-b7c2-887436234ce3-net", "external_net_name": "external", "inst2_name": "HeatUtilsCreateComplexStackTests-adf88a03-5313-4c97-b7c2-887436234ce3-inst2", "inst1_name": "HeatUtilsCreateComplexStackTests-adf88a03-5313-4c97-b7c2-887436234ce3-inst1", "image2_name": "HeatUtilsCreateComplexStackTests-adf88a03-5313-4c97-b7c2-887436234ce3-image2", "flavor1_name": "HeatUtilsCreateComplexStackTests-adf88a03-5313-4c97-b7c2-887436234ce3-flavor1", "image1_name": "HeatUtilsCreateComplexStackTests-adf88a03-5313-4c97-b7c2-887436234ce3-image1"}, "deletion_time": null, "stack_name": "HeatUtilsCreateComplexStackTests-adf88a03-5313-4c97-b7c2-887436234ce3-stack", "stack_user_project_id": "6fb9bbac6c77477d99fbe19f1f644895", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2018-09-04T10:32:39Z", "links": [{"href": "http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e/stacks/HeatUtilsCreateComplexStackTests-adf88a03-5313-4c97-b7c2-887436234ce3-stack/a2c8d6c0-8032-46c5-9231-80f29efcae21", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "a2c8d6c0-8032-46c5-9231-80f29efcae21", "outputs": [{"output_value": "-----BEGIN RSA PRIVATE KEY-----\nMIIEowIBAAKCAQEAqVdqPf6Z2Dai+OUIfYJkO+FCa8E1ZXXJFmME26j9FnU8HOki\nOpq4FkkttcUvN9ZbMXfhMvMk9UReu4hXBkVT4gW7iB1rK+9mqBca2T4/XmBzNtI8\nhHQojKEwUT9Ttul23dRRj3+wDP6K7rrNE5nDHiV2X5/7KVTkZc7SVLiwZKjrk92c\nVleKc05MicCRJ+yT4dzXF3pkBRdlW7dLmye94kH1HFrtUeOQSMB/GX+n1J9SS6HI\nwqG01+gJXwsPjbzYOysSB5Sm8OtHnHl1ybO57vR8fFGBlcCrig5UipbI1YyPqjci\n33QWsXnyrLkeG3TksidaJY3N3Ej/ruVg74UYwQIDAQABAoIBABgQXP+cS35nHTej\nTFaRje7YbtjjJtRZLY8p2Qnh9L0ZQcaV9pA/ZkN8eKto7vHPWzwnXfAgjzLvWUrq\n7/rrJSVsTR7ll1Ix/fOK/Py8FMMzj4vNyl3EJ/L8AOK6zgmjGYoiXsi2i2z9Sv7r\nurK7WffRuQWTtVxFPQOepVL2v9I914d1dJk59T7bCwqpaasImZeuo37N2kiguRg4\ntMnQwC47nHitWvUsMyPQlEFdJ38GAjxcnOv1CYcDs/D0gFOjTWgx+DIsX7hg7Zoc\nr3S1hGnr1ubzA7R0N+OtpyP9yKeoxVlhvd4ZeojfOhXHn3u7mB5ssKhb7r6OI5/N\noiFiMwUCgYEA4W3n0xfABsl6mYckIcgHeaA73bj/Wso2HA2tJXAyh7ckxaoIwJI3\nM/lO8SeWD652e7zBlpDxhLrD7zB7FSR7hpz7/ZtbLciCCWlCZ092+7a7kYLqgBz4\nmLSy7fXZPoQ3GxLODbRxjkQ1g8DYeeNPyZcZgaPGVHYkX0TxD4Jbj38CgYEAwE5X\nUEbLrKdfXvVndKrnT9nhiiN7Fq+mmyq//CaurSOPdoYXB5jpBN6AUFhLtFjqtQMS\n2XkhwcYUKQHvvX4vHscvs4WiusCKuXUKwc0kqOdtQsAsdv/jsKXCdbyn3JQXcPVy\nLKzNBd/fjUS6bOAR3jfeA3hVnTsEUp+FtNL/d78CgYBtk27MPQ8qPWVKm1YE1aZM\niIaREAuPphsHJ96yBAeL0IofSrdWY7xRly24KvXWSYduPiIbffjn+6Ch837gmAsz\nM7uJWqrHZl9PE8sjTI0ZbYlfAbPa8jokgDE5WfdvW/UtQ8bFAqDv9lfM40BWfxeZ\ndckAKwuMoqCrbmd+km7PIQKBgCJ8qinqWFJhPbhA2EnS8GKgl1L3o/Zgj8dZ9k4Y\n/dBtBShjSbQCFx/Zazd9bi4smALYR0Qa9hPTGwBzqXPZMkgZvpM6TwGg0AAMXl59\nFKr5vd1vq0m4ADRItcP5jjz/jeijC9O5NZdtG6ExByHJWUr5x+Xlaa0lzVOn6gmQ\noWHvAoGBAIE262e5gSi6yjxb29GKzi1suIlafX6Oeb589+91YOsgm2+xBD0+l1wD\nC4w0D67FXRipTw7Iy7on1d7qtHN2K5zb3SRx6Ht33kX8UqRxtPmX2aUVARbYXB9e\nLsl9cjP6y5yqruxIMB2aCNdCei1pWvPXtLopbIeG+rHxp/+j21iu\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-09-04 10:33:10,786 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e/stacks/HeatUtilsCreateComplexStackTests-adf88a03-5313-4c97-b7c2-887436234ce3-stack/a2c8d6c0-8032-46c5-9231-80f29efcae21 used request id req-412b6d5f-59da-49e7-8856-b1010d4d8198 2018-09-04 10:33:10,789 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e/stacks/a2c8d6c0-8032-46c5-9231-80f29efcae21 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}04e90a2149113ab219a0855c7e6c620adbcadcd0" 2018-09-04 10:33:10,816 - keystoneauth.session - DEBUG - RESP: [302] Date: Tue, 04 Sep 2018 10:33:10 GMT Server: Apache x-openstack-request-id: req-121c3b81-1ad7-4de3-b6a1-b292620b4f15 Location: http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e/stacks/HeatUtilsCreateComplexStackTests-adf88a03-5313-4c97-b7c2-887436234ce3-stack/a2c8d6c0-8032-46c5-9231-80f29efcae21 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e/stacks/HeatUtilsCreateComplexStackTests-adf88a03-5313-4c97-b7c2-887436234ce3-stack/a2c8d6c0-8032-46c5-9231-80f29efcae21;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-09-04 10:33:10,940 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 10:33:10 GMT Server: Apache x-openstack-request-id: req-9483f457-f4af-4688-874b-7591c9b8f335 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 10:33:10,940 - keystoneauth.session - DEBUG - DELETE call to orchestration for http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e/stacks/HeatUtilsCreateComplexStackTests-adf88a03-5313-4c97-b7c2-887436234ce3-stack/a2c8d6c0-8032-46c5-9231-80f29efcae21 used request id req-9483f457-f4af-4688-874b-7591c9b8f335 2018-09-04 10:33:10,943 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e/stacks/a2c8d6c0-8032-46c5-9231-80f29efcae21 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}04e90a2149113ab219a0855c7e6c620adbcadcd0" 2018-09-04 10:33:10,969 - keystoneauth.session - DEBUG - RESP: [302] Date: Tue, 04 Sep 2018 10:33:10 GMT Server: Apache x-openstack-request-id: req-c0d66e57-0ed4-4c26-99a0-a92f8aa085b7 Location: http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e/stacks/HeatUtilsCreateComplexStackTests-adf88a03-5313-4c97-b7c2-887436234ce3-stack/a2c8d6c0-8032-46c5-9231-80f29efcae21 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e/stacks/HeatUtilsCreateComplexStackTests-adf88a03-5313-4c97-b7c2-887436234ce3-stack/a2c8d6c0-8032-46c5-9231-80f29efcae21;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-09-04 10:33:11,144 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:33:10 GMT Server: Apache x-openstack-request-id: req-8a6b8962-5fa0-4e39-932d-0902a05e3c66 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 2082 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-adf88a03-5313-4c97-b7c2-887436234ce3-flavor2", "OS::project_id": "da1aa3dc9e564d3d922e61c0121a390e", "OS::stack_id": "a2c8d6c0-8032-46c5-9231-80f29efcae21", "OS::stack_name": "HeatUtilsCreateComplexStackTests-adf88a03-5313-4c97-b7c2-887436234ce3-stack", "router_name": "mgmt_router", "keypair_name": "HeatUtilsCreateComplexStackTests-adf88a03-5313-4c97-b7c2-887436234ce3-keypair", "security_group_name": "security_group_name", "subnet_name": "HeatUtilsCreateComplexStackTests-adf88a03-5313-4c97-b7c2-887436234ce3-subnet", "net_name": "HeatUtilsCreateComplexStackTests-adf88a03-5313-4c97-b7c2-887436234ce3-net", "external_net_name": "external", "inst2_name": "HeatUtilsCreateComplexStackTests-adf88a03-5313-4c97-b7c2-887436234ce3-inst2", "inst1_name": "HeatUtilsCreateComplexStackTests-adf88a03-5313-4c97-b7c2-887436234ce3-inst1", "image2_name": "HeatUtilsCreateComplexStackTests-adf88a03-5313-4c97-b7c2-887436234ce3-image2", "flavor1_name": "HeatUtilsCreateComplexStackTests-adf88a03-5313-4c97-b7c2-887436234ce3-flavor1", "image1_name": "HeatUtilsCreateComplexStackTests-adf88a03-5313-4c97-b7c2-887436234ce3-image1"}, "deletion_time": null, "stack_name": "HeatUtilsCreateComplexStackTests-adf88a03-5313-4c97-b7c2-887436234ce3-stack", "stack_user_project_id": "6fb9bbac6c77477d99fbe19f1f644895", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2018-09-04T10:32:39Z", "links": [{"href": "http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e/stacks/HeatUtilsCreateComplexStackTests-adf88a03-5313-4c97-b7c2-887436234ce3-stack/a2c8d6c0-8032-46c5-9231-80f29efcae21", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "a2c8d6c0-8032-46c5-9231-80f29efcae21", "outputs": [{"output_value": "-----BEGIN RSA PRIVATE KEY-----\nMIIEowIBAAKCAQEAqVdqPf6Z2Dai+OUIfYJkO+FCa8E1ZXXJFmME26j9FnU8HOki\nOpq4FkkttcUvN9ZbMXfhMvMk9UReu4hXBkVT4gW7iB1rK+9mqBca2T4/XmBzNtI8\nhHQojKEwUT9Ttul23dRRj3+wDP6K7rrNE5nDHiV2X5/7KVTkZc7SVLiwZKjrk92c\nVleKc05MicCRJ+yT4dzXF3pkBRdlW7dLmye94kH1HFrtUeOQSMB/GX+n1J9SS6HI\nwqG01+gJXwsPjbzYOysSB5Sm8OtHnHl1ybO57vR8fFGBlcCrig5UipbI1YyPqjci\n33QWsXnyrLkeG3TksidaJY3N3Ej/ruVg74UYwQIDAQABAoIBABgQXP+cS35nHTej\nTFaRje7YbtjjJtRZLY8p2Qnh9L0ZQcaV9pA/ZkN8eKto7vHPWzwnXfAgjzLvWUrq\n7/rrJSVsTR7ll1Ix/fOK/Py8FMMzj4vNyl3EJ/L8AOK6zgmjGYoiXsi2i2z9Sv7r\nurK7WffRuQWTtVxFPQOepVL2v9I914d1dJk59T7bCwqpaasImZeuo37N2kiguRg4\ntMnQwC47nHitWvUsMyPQlEFdJ38GAjxcnOv1CYcDs/D0gFOjTWgx+DIsX7hg7Zoc\nr3S1hGnr1ubzA7R0N+OtpyP9yKeoxVlhvd4ZeojfOhXHn3u7mB5ssKhb7r6OI5/N\noiFiMwUCgYEA4W3n0xfABsl6mYckIcgHeaA73bj/Wso2HA2tJXAyh7ckxaoIwJI3\nM/lO8SeWD652e7zBlpDxhLrD7zB7FSR7hpz7/ZtbLciCCWlCZ092+7a7kYLqgBz4\nmLSy7fXZPoQ3GxLODbRxjkQ1g8DYeeNPyZcZgaPGVHYkX0TxD4Jbj38CgYEAwE5X\nUEbLrKdfXvVndKrnT9nhiiN7Fq+mmyq//CaurSOPdoYXB5jpBN6AUFhLtFjqtQMS\n2XkhwcYUKQHvvX4vHscvs4WiusCKuXUKwc0kqOdtQsAsdv/jsKXCdbyn3JQXcPVy\nLKzNBd/fjUS6bOAR3jfeA3hVnTsEUp+FtNL/d78CgYBtk27MPQ8qPWVKm1YE1aZM\niIaREAuPphsHJ96yBAeL0IofSrdWY7xRly24KvXWSYduPiIbffjn+6Ch837gmAsz\nM7uJWqrHZl9PE8sjTI0ZbYlfAbPa8jokgDE5WfdvW/UtQ8bFAqDv9lfM40BWfxeZ\ndckAKwuMoqCrbmd+km7PIQKBgCJ8qinqWFJhPbhA2EnS8GKgl1L3o/Zgj8dZ9k4Y\n/dBtBShjSbQCFx/Zazd9bi4smALYR0Qa9hPTGwBzqXPZMkgZvpM6TwGg0AAMXl59\nFKr5vd1vq0m4ADRItcP5jjz/jeijC9O5NZdtG6ExByHJWUr5x+Xlaa0lzVOn6gmQ\noWHvAoGBAIE262e5gSi6yjxb29GKzi1suIlafX6Oeb589+91YOsgm2+xBD0+l1wD\nC4w0D67FXRipTw7Iy7on1d7qtHN2K5zb3SRx6Ht33kX8UqRxtPmX2aUVARbYXB9e\nLsl9cjP6y5yqruxIMB2aCNdCei1pWvPXtLopbIeG+rHxp/+j21iu\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-09-04 10:33:11,144 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e/stacks/HeatUtilsCreateComplexStackTests-adf88a03-5313-4c97-b7c2-887436234ce3-stack/a2c8d6c0-8032-46c5-9231-80f29efcae21 used request id req-8a6b8962-5fa0-4e39-932d-0902a05e3c66 2018-09-04 10:33:14,151 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e/stacks/a2c8d6c0-8032-46c5-9231-80f29efcae21 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}04e90a2149113ab219a0855c7e6c620adbcadcd0" 2018-09-04 10:33:14,778 - keystoneauth.session - DEBUG - RESP: [302] Date: Tue, 04 Sep 2018 10:33:14 GMT Server: Apache x-openstack-request-id: req-56a0ca36-04f2-4854-a16c-367d233b6dbc Location: http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e/stacks/HeatUtilsCreateComplexStackTests-adf88a03-5313-4c97-b7c2-887436234ce3-stack/a2c8d6c0-8032-46c5-9231-80f29efcae21 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e/stacks/HeatUtilsCreateComplexStackTests-adf88a03-5313-4c97-b7c2-887436234ce3-stack/a2c8d6c0-8032-46c5-9231-80f29efcae21;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-09-04 10:33:14,804 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:33:14 GMT Server: Apache x-openstack-request-id: req-f28ce143-bb8b-4b9a-9c9b-878afa6afab7 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 686 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-adf88a03-5313-4c97-b7c2-887436234ce3-flavor2", "OS::project_id": "da1aa3dc9e564d3d922e61c0121a390e", "OS::stack_id": "a2c8d6c0-8032-46c5-9231-80f29efcae21", "OS::stack_name": "HeatUtilsCreateComplexStackTests-adf88a03-5313-4c97-b7c2-887436234ce3-stack", "router_name": "mgmt_router", "keypair_name": "HeatUtilsCreateComplexStackTests-adf88a03-5313-4c97-b7c2-887436234ce3-keypair", "security_group_name": "security_group_name", "subnet_name": "HeatUtilsCreateComplexStackTests-adf88a03-5313-4c97-b7c2-887436234ce3-subnet", "net_name": "HeatUtilsCreateComplexStackTests-adf88a03-5313-4c97-b7c2-887436234ce3-net", "external_net_name": "external", "inst2_name": "HeatUtilsCreateComplexStackTests-adf88a03-5313-4c97-b7c2-887436234ce3-inst2", "inst1_name": "HeatUtilsCreateComplexStackTests-adf88a03-5313-4c97-b7c2-887436234ce3-inst1", "image2_name": "HeatUtilsCreateComplexStackTests-adf88a03-5313-4c97-b7c2-887436234ce3-image2", "flavor1_name": "HeatUtilsCreateComplexStackTests-adf88a03-5313-4c97-b7c2-887436234ce3-flavor1", "image1_name": "HeatUtilsCreateComplexStackTests-adf88a03-5313-4c97-b7c2-887436234ce3-image1"}, "deletion_time": null, "stack_name": "HeatUtilsCreateComplexStackTests-adf88a03-5313-4c97-b7c2-887436234ce3-stack", "stack_user_project_id": "6fb9bbac6c77477d99fbe19f1f644895", "tags": null, "creation_time": "2018-09-04T10:32:39Z", "links": [{"href": "http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e/stacks/HeatUtilsCreateComplexStackTests-adf88a03-5313-4c97-b7c2-887436234ce3-stack/a2c8d6c0-8032-46c5-9231-80f29efcae21", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-09-04T10:33:10Z", "id": "a2c8d6c0-8032-46c5-9231-80f29efcae21", "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-09-04 10:33:14,804 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e/stacks/HeatUtilsCreateComplexStackTests-adf88a03-5313-4c97-b7c2-887436234ce3-stack/a2c8d6c0-8032-46c5-9231-80f29efcae21 used request id req-f28ce143-bb8b-4b9a-9c9b-878afa6afab7 2018-09-04 10:33:17,808 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e/stacks/a2c8d6c0-8032-46c5-9231-80f29efcae21 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}04e90a2149113ab219a0855c7e6c620adbcadcd0" 2018-09-04 10:33:17,836 - keystoneauth.session - DEBUG - RESP: [302] Date: Tue, 04 Sep 2018 10:33:17 GMT Server: Apache x-openstack-request-id: req-ba970fa6-43f2-4a0f-b500-96809115b042 Location: http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e/stacks/HeatUtilsCreateComplexStackTests-adf88a03-5313-4c97-b7c2-887436234ce3-stack/a2c8d6c0-8032-46c5-9231-80f29efcae21 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e/stacks/HeatUtilsCreateComplexStackTests-adf88a03-5313-4c97-b7c2-887436234ce3-stack/a2c8d6c0-8032-46c5-9231-80f29efcae21;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-09-04 10:33:17,862 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:33:17 GMT Server: Apache x-openstack-request-id: req-1edb2e96-6f2b-415f-a3c5-143f6a0d8463 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 686 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-adf88a03-5313-4c97-b7c2-887436234ce3-flavor2", "OS::project_id": "da1aa3dc9e564d3d922e61c0121a390e", "OS::stack_id": "a2c8d6c0-8032-46c5-9231-80f29efcae21", "OS::stack_name": "HeatUtilsCreateComplexStackTests-adf88a03-5313-4c97-b7c2-887436234ce3-stack", "router_name": "mgmt_router", "keypair_name": "HeatUtilsCreateComplexStackTests-adf88a03-5313-4c97-b7c2-887436234ce3-keypair", "security_group_name": "security_group_name", "subnet_name": "HeatUtilsCreateComplexStackTests-adf88a03-5313-4c97-b7c2-887436234ce3-subnet", "net_name": "HeatUtilsCreateComplexStackTests-adf88a03-5313-4c97-b7c2-887436234ce3-net", "external_net_name": "external", "inst2_name": "HeatUtilsCreateComplexStackTests-adf88a03-5313-4c97-b7c2-887436234ce3-inst2", "inst1_name": "HeatUtilsCreateComplexStackTests-adf88a03-5313-4c97-b7c2-887436234ce3-inst1", "image2_name": "HeatUtilsCreateComplexStackTests-adf88a03-5313-4c97-b7c2-887436234ce3-image2", "flavor1_name": "HeatUtilsCreateComplexStackTests-adf88a03-5313-4c97-b7c2-887436234ce3-flavor1", "image1_name": "HeatUtilsCreateComplexStackTests-adf88a03-5313-4c97-b7c2-887436234ce3-image1"}, "deletion_time": null, "stack_name": "HeatUtilsCreateComplexStackTests-adf88a03-5313-4c97-b7c2-887436234ce3-stack", "stack_user_project_id": "6fb9bbac6c77477d99fbe19f1f644895", "tags": null, "creation_time": "2018-09-04T10:32:39Z", "links": [{"href": "http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e/stacks/HeatUtilsCreateComplexStackTests-adf88a03-5313-4c97-b7c2-887436234ce3-stack/a2c8d6c0-8032-46c5-9231-80f29efcae21", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-09-04T10:33:10Z", "id": "a2c8d6c0-8032-46c5-9231-80f29efcae21", "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-09-04 10:33:17,863 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e/stacks/HeatUtilsCreateComplexStackTests-adf88a03-5313-4c97-b7c2-887436234ce3-stack/a2c8d6c0-8032-46c5-9231-80f29efcae21 used request id req-1edb2e96-6f2b-415f-a3c5-143f6a0d8463 2018-09-04 10:33:20,869 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e/stacks/a2c8d6c0-8032-46c5-9231-80f29efcae21 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}04e90a2149113ab219a0855c7e6c620adbcadcd0" 2018-09-04 10:33:20,896 - keystoneauth.session - DEBUG - RESP: [302] Date: Tue, 04 Sep 2018 10:33:20 GMT Server: Apache x-openstack-request-id: req-e25de45f-47f1-43fb-bf74-dad9b3dbd24c Location: http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e/stacks/HeatUtilsCreateComplexStackTests-adf88a03-5313-4c97-b7c2-887436234ce3-stack/a2c8d6c0-8032-46c5-9231-80f29efcae21 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e/stacks/HeatUtilsCreateComplexStackTests-adf88a03-5313-4c97-b7c2-887436234ce3-stack/a2c8d6c0-8032-46c5-9231-80f29efcae21;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-09-04 10:33:21,091 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:33:20 GMT Server: Apache x-openstack-request-id: req-a1f14466-7fc0-4fbb-aa1d-b0df0c655c30 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 686 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-adf88a03-5313-4c97-b7c2-887436234ce3-flavor2", "OS::project_id": "da1aa3dc9e564d3d922e61c0121a390e", "OS::stack_id": "a2c8d6c0-8032-46c5-9231-80f29efcae21", "OS::stack_name": "HeatUtilsCreateComplexStackTests-adf88a03-5313-4c97-b7c2-887436234ce3-stack", "router_name": "mgmt_router", "keypair_name": "HeatUtilsCreateComplexStackTests-adf88a03-5313-4c97-b7c2-887436234ce3-keypair", "security_group_name": "security_group_name", "subnet_name": "HeatUtilsCreateComplexStackTests-adf88a03-5313-4c97-b7c2-887436234ce3-subnet", "net_name": "HeatUtilsCreateComplexStackTests-adf88a03-5313-4c97-b7c2-887436234ce3-net", "external_net_name": "external", "inst2_name": "HeatUtilsCreateComplexStackTests-adf88a03-5313-4c97-b7c2-887436234ce3-inst2", "inst1_name": "HeatUtilsCreateComplexStackTests-adf88a03-5313-4c97-b7c2-887436234ce3-inst1", "image2_name": "HeatUtilsCreateComplexStackTests-adf88a03-5313-4c97-b7c2-887436234ce3-image2", "flavor1_name": "HeatUtilsCreateComplexStackTests-adf88a03-5313-4c97-b7c2-887436234ce3-flavor1", "image1_name": "HeatUtilsCreateComplexStackTests-adf88a03-5313-4c97-b7c2-887436234ce3-image1"}, "deletion_time": null, "stack_name": "HeatUtilsCreateComplexStackTests-adf88a03-5313-4c97-b7c2-887436234ce3-stack", "stack_user_project_id": "6fb9bbac6c77477d99fbe19f1f644895", "tags": null, "creation_time": "2018-09-04T10:32:39Z", "links": [{"href": "http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e/stacks/HeatUtilsCreateComplexStackTests-adf88a03-5313-4c97-b7c2-887436234ce3-stack/a2c8d6c0-8032-46c5-9231-80f29efcae21", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-09-04T10:33:10Z", "id": "a2c8d6c0-8032-46c5-9231-80f29efcae21", "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-09-04 10:33:21,091 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e/stacks/HeatUtilsCreateComplexStackTests-adf88a03-5313-4c97-b7c2-887436234ce3-stack/a2c8d6c0-8032-46c5-9231-80f29efcae21 used request id req-a1f14466-7fc0-4fbb-aa1d-b0df0c655c30 2018-09-04 10:33:24,097 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e/stacks/a2c8d6c0-8032-46c5-9231-80f29efcae21 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}04e90a2149113ab219a0855c7e6c620adbcadcd0" 2018-09-04 10:33:24,124 - keystoneauth.session - DEBUG - RESP: [302] Date: Tue, 04 Sep 2018 10:33:24 GMT Server: Apache x-openstack-request-id: req-dfc06ae8-cf38-4983-a57c-b1ddd41acdd2 Location: http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e/stacks/HeatUtilsCreateComplexStackTests-adf88a03-5313-4c97-b7c2-887436234ce3-stack/a2c8d6c0-8032-46c5-9231-80f29efcae21 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e/stacks/HeatUtilsCreateComplexStackTests-adf88a03-5313-4c97-b7c2-887436234ce3-stack/a2c8d6c0-8032-46c5-9231-80f29efcae21;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-09-04 10:33:24,166 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:33:24 GMT Server: Apache x-openstack-request-id: req-d3befaf2-7d7b-468d-babc-fb2ccb4145cd Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 691 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-adf88a03-5313-4c97-b7c2-887436234ce3-flavor2", "OS::project_id": "da1aa3dc9e564d3d922e61c0121a390e", "OS::stack_id": "a2c8d6c0-8032-46c5-9231-80f29efcae21", "OS::stack_name": "HeatUtilsCreateComplexStackTests-adf88a03-5313-4c97-b7c2-887436234ce3-stack", "router_name": "mgmt_router", "keypair_name": "HeatUtilsCreateComplexStackTests-adf88a03-5313-4c97-b7c2-887436234ce3-keypair", "security_group_name": "security_group_name", "subnet_name": "HeatUtilsCreateComplexStackTests-adf88a03-5313-4c97-b7c2-887436234ce3-subnet", "net_name": "HeatUtilsCreateComplexStackTests-adf88a03-5313-4c97-b7c2-887436234ce3-net", "external_net_name": "external", "inst2_name": "HeatUtilsCreateComplexStackTests-adf88a03-5313-4c97-b7c2-887436234ce3-inst2", "inst1_name": "HeatUtilsCreateComplexStackTests-adf88a03-5313-4c97-b7c2-887436234ce3-inst1", "image2_name": "HeatUtilsCreateComplexStackTests-adf88a03-5313-4c97-b7c2-887436234ce3-image2", "flavor1_name": "HeatUtilsCreateComplexStackTests-adf88a03-5313-4c97-b7c2-887436234ce3-flavor1", "image1_name": "HeatUtilsCreateComplexStackTests-adf88a03-5313-4c97-b7c2-887436234ce3-image1"}, "deletion_time": "2018-09-04T10:33:23Z", "stack_name": "HeatUtilsCreateComplexStackTests-adf88a03-5313-4c97-b7c2-887436234ce3-stack", "stack_user_project_id": "6fb9bbac6c77477d99fbe19f1f644895", "tags": null, "creation_time": "2018-09-04T10:32:39Z", "links": [{"href": "http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e/stacks/HeatUtilsCreateComplexStackTests-adf88a03-5313-4c97-b7c2-887436234ce3-stack/a2c8d6c0-8032-46c5-9231-80f29efcae21", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_COMPLETE", "stack_owner": null, "updated_time": "2018-09-04T10:33:10Z", "id": "a2c8d6c0-8032-46c5-9231-80f29efcae21", "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-09-04 10:33:24,167 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e/stacks/HeatUtilsCreateComplexStackTests-adf88a03-5313-4c97-b7c2-887436234ce3-stack/a2c8d6c0-8032-46c5-9231-80f29efcae21 used request id req-d3befaf2-7d7b-468d-babc-fb2ccb4145cd 2018-09-04 10:33:24,167 - glance_utils - INFO - Deleting image named - HeatUtilsCreateComplexStackTests-adf88a03-5313-4c97-b7c2-887436234ce3-image1 2018-09-04 10:33:24,170 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9292/v2/images/cc0abb17-54c0-4a2d-86fb-805bc470e8f8 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}b53c5c57d8d66aea1f70184296e431b775d8d0be" 2018-09-04 10:33:26,319 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-14f57b63-c5a1-4731-a5a4-b42c94b2937f Date: Tue, 04 Sep 2018 10:33:26 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-09-04 10:33:26,319 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.28:9292/v2/images/cc0abb17-54c0-4a2d-86fb-805bc470e8f8 used request id req-14f57b63-c5a1-4731-a5a4-b42c94b2937f 2018-09-04 10:33:26,320 - glance_utils - INFO - Deleting image named - HeatUtilsCreateComplexStackTests-adf88a03-5313-4c97-b7c2-887436234ce3-image2 2018-09-04 10:33:26,323 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9292/v2/images/ce3598e8-f9a2-491e-9181-f71b674a41a9 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}d0ed9624d6a63a082493c14a084bb22e88c3c81b" 2018-09-04 10:33:28,739 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-d660b5af-a668-4795-8680-1f7e093b0608 Date: Tue, 04 Sep 2018 10:33:28 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-09-04 10:33:28,739 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.28:9292/v2/images/ce3598e8-f9a2-491e-9181-f71b674a41a9 used request id req-d660b5af-a668-4795-8680-1f7e093b0608 2018-09-04 10:33:28,742 - heat_utils - DEBUG - Retrieving Heat Client 2018-09-04 10:33:28,742 - nova_utils - DEBUG - Retrieving Nova Client 2018-09-04 10:33:28,750 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-09-04 10:33:29,196 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5ef645ad12fc453aa5d8a0c2cbf76196", "name": "heat_stack_owner"}, {"id": "9a944a8c31754b8f941d2fa9034d4301", "name": "Member"}, {"id": "3d416247e8224533841040c3ad2bce5a", "name": "admin"}], "expires_at": "2018-09-04T11:33:29.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "da1aa3dc9e564d3d922e61c0121a390e", "name": "api_check-project_95790658-ea1a-473f-b71a-0aa15c3467f2"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235635a698ef4bef9dc6b25273d185da"}, {"url": "http://192.30.9.6:8776/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "23b07b3fbfc340a58cf0f9b2871a0d23"}, {"url": "http://172.30.9.28:8776/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "72fd0aaa144d45419f4b04b6b26f69a7"}], "type": "volume", "id": "097241c25b4d4f7e91b3f8efa155909e", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v3/da1aa3dc9e564d3d922e61c0121a390e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93eb4cf3030a49e7840bec071422d397"}, {"url": "http://192.30.9.6:8776/v3/da1aa3dc9e564d3d922e61c0121a390e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8af439a6ac147fdbcb38ed9aa916b68"}, {"url": "http://192.30.9.6:8776/v3/da1aa3dc9e564d3d922e61c0121a390e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c4bfdbc9b7c74a23a40afdf578cfeba4"}], "type": "volumev3", "id": "1c85f4682ce44f729db1dabd98e965e8", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "82239574a29d4603a2161006f61851cf"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8d15f7134f364a7bbcfff2f84aac3bf2"}, {"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e01668c43a0c4c279b9a3d20a0280d6c"}], "type": "image", "id": "297d8415ca96454991054983920912f7", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7bb4d60e20734d4a9f31ec75e02cb823"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bf6adec15590466a9a0d3bddb00e8993"}, {"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f096f03a1d12411a8972f6f7c196b60d"}], "type": "policy", "id": "54c64351b56d44bbad74c2969cc3aa00", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "354ae6870a324fab82d0a0fb68ee0f26"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a3807e460dd4af488d982b66c52e64c"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e7c3da785076450abd71868e75ce0c33"}], "type": "cloudformation", "id": "6ac9917ae83c4639a15a4ab3cf0e76dd", "name": "heat-cfn"}, {"endpoints": [], "type": "metering", "id": "7fcc078e5e0645f29df67742ac14e388", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49e71628d386464cb950d6a9db00a328"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75b0a63ed8574bbcab1c851cc9b83d30"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9902b0a8b3c04cd192a1b84c417c232b"}], "type": "key-manager", "id": "9626544a32e74678a641c6e206f028a9", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "497340e5aa36485982fdf297f370558f"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7802beb4fc7c4952897b77bd5610b1fe"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c14af798917f4fa0b146d9772583e595"}], "type": "metric", "id": "973bfe8c658d4e5a8da725e76b9d550e", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "288ecc3674ea41d2aa3b790dcb832bf2"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7a6dc785cd7142f5b30f1a7ba0daeb03"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7f7d34e2351b4964befccc862c4e8e12"}], "type": "network", "id": "a348d7b06050474fb449be7f32ea6f5d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "21bce6ecb8464a1f8f3e3847aa698bd6"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0a8faf2246b47deb30e69e48d3551fb"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e71c6011de3d4d8589e5b53dcc79f288"}], "type": "identity", "id": "ad8d4b4953184137a1b913ecee9434ed", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "13474f9a78ca4f1184e4cddc84d0d98c"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad67365a18234bb78c336e6776958c00"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc54db13337f44f8921fbb9ad0f81de8"}], "type": "alarming", "id": "bb18dc3243034f08a6a7f69f7a1edccf", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0d91d7adf0304b2681c77f979e5cdb17"}, {"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "756e5ffca9774ab3ae2db41bf330417f"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c07c727a08c243b287827f539a124e63"}], "type": "placement", "id": "bb2c9432fcbd4c56913177122468f6ba", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1eed4912224b48cf9856446eae4d9928"}, {"url": "http://192.30.9.6:8004/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b73b7f99236541148d84f24f09e5dd40"}, {"url": "http://192.30.9.6:8004/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fbf12e52911244fdafc24a9d46f56e62"}], "type": "orchestration", "id": "c8918d139da945ba93df4ccce21d4904", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/da1aa3dc9e564d3d922e61c0121a390e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16bf098b9e2e490f8e47fa601059f975"}, {"url": "http://192.30.9.6:8776/v2/da1aa3dc9e564d3d922e61c0121a390e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc16fa4cf491444ca2f611d5692c1170"}, {"url": "http://192.30.9.6:8776/v2/da1aa3dc9e564d3d922e61c0121a390e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ccd2c5325dff4b90b391db9fdde67d99"}], "type": "volumev2", "id": "d09ac9123c34494abce21d6c27bee9d9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eac694332354a3aa0e61c31314166d7"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b4d4989c4e764717ab78d38675cadd3f"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff196e46b56d406d87a678f1a64497b0"}], "type": "compute", "id": "d4030ee932c84df58c5b910cc197caa7", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_95790658-ea1a-473f-b71a-0aa15c3467f2", "id": "6cb53a06110b45a6a2f21cb265048110"}, "audit_ids": ["t3cOy3JWTiuS6R3taqd4aw"], "issued_at": "2018-09-04T10:33:29.000000Z"}} 2018-09-04 10:33:29,199 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e/stacks -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a47f49d6d0041e5c4914dd943c517d0abb758c87" -d '{"stack_name": "HeatUtilsFlavorTests-23191dbc-bdb9-48c8-9c0d-f609a17745ed-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-09-04 10:33:30,943 - keystoneauth.session - DEBUG - RESP: [201] Date: Tue, 04 Sep 2018 10:33:29 GMT Server: Apache x-openstack-request-id: req-aadf1e3f-4bb2-4cf4-8747-167cc87834a0 Location: http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e/stacks/HeatUtilsFlavorTests-23191dbc-bdb9-48c8-9c0d-f609a17745ed-stack/23533d66-b530-4c6d-9059-2e5026a26ba8 Content-Length: 264 Content-Type: application/json RESP BODY: {"stack": {"id": "23533d66-b530-4c6d-9059-2e5026a26ba8", "links": [{"href": "http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e/stacks/HeatUtilsFlavorTests-23191dbc-bdb9-48c8-9c0d-f609a17745ed-stack/23533d66-b530-4c6d-9059-2e5026a26ba8", "rel": "self"}]}} 2018-09-04 10:33:30,943 - keystoneauth.session - DEBUG - POST call to orchestration for http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e/stacks used request id req-aadf1e3f-4bb2-4cf4-8747-167cc87834a0 2018-09-04 10:33:31,043 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e/stacks/23533d66-b530-4c6d-9059-2e5026a26ba8 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a47f49d6d0041e5c4914dd943c517d0abb758c87" 2018-09-04 10:33:31,222 - keystoneauth.session - DEBUG - RESP: [302] Date: Tue, 04 Sep 2018 10:33:31 GMT Server: Apache x-openstack-request-id: req-ce15ab3d-3f4f-45e4-86b5-a0a661c19de7 Location: http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e/stacks/HeatUtilsFlavorTests-23191dbc-bdb9-48c8-9c0d-f609a17745ed-stack/23533d66-b530-4c6d-9059-2e5026a26ba8 Content-Length: 477 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e/stacks/HeatUtilsFlavorTests-23191dbc-bdb9-48c8-9c0d-f609a17745ed-stack/23533d66-b530-4c6d-9059-2e5026a26ba8;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-09-04 10:33:31,869 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:33:31 GMT Server: Apache x-openstack-request-id: req-05becc1d-5fb0-4234-ab89-a2dad431b038 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 514 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": "da1aa3dc9e564d3d922e61c0121a390e", "OS::stack_id": "23533d66-b530-4c6d-9059-2e5026a26ba8", "OS::stack_name": "HeatUtilsFlavorTests-23191dbc-bdb9-48c8-9c0d-f609a17745ed-stack"}, "deletion_time": null, "stack_name": "HeatUtilsFlavorTests-23191dbc-bdb9-48c8-9c0d-f609a17745ed-stack", "stack_user_project_id": "260c87d769bc4619a0c2697056398c86", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2018-09-04T10:33:30Z", "links": [{"href": "http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e/stacks/HeatUtilsFlavorTests-23191dbc-bdb9-48c8-9c0d-f609a17745ed-stack/23533d66-b530-4c6d-9059-2e5026a26ba8", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "23533d66-b530-4c6d-9059-2e5026a26ba8", "outputs": [], "template_description": "Simple template to deploy a single volume with encryption"}} 2018-09-04 10:33:31,869 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e/stacks/HeatUtilsFlavorTests-23191dbc-bdb9-48c8-9c0d-f609a17745ed-stack/23533d66-b530-4c6d-9059-2e5026a26ba8 used request id req-05becc1d-5fb0-4234-ab89-a2dad431b038 2018-09-04 10:33:31,872 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e/stacks/23533d66-b530-4c6d-9059-2e5026a26ba8 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a47f49d6d0041e5c4914dd943c517d0abb758c87" 2018-09-04 10:33:32,056 - keystoneauth.session - DEBUG - RESP: [302] Date: Tue, 04 Sep 2018 10:33:31 GMT Server: Apache x-openstack-request-id: req-60c3821a-4d68-4743-9b6b-6d5a01cf348d Location: http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e/stacks/HeatUtilsFlavorTests-23191dbc-bdb9-48c8-9c0d-f609a17745ed-stack/23533d66-b530-4c6d-9059-2e5026a26ba8 Content-Length: 477 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e/stacks/HeatUtilsFlavorTests-23191dbc-bdb9-48c8-9c0d-f609a17745ed-stack/23533d66-b530-4c6d-9059-2e5026a26ba8;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-09-04 10:33:32,097 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:33:32 GMT Server: Apache x-openstack-request-id: req-ab23ccb6-58d7-4525-9e00-8258b073fad0 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 514 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": "da1aa3dc9e564d3d922e61c0121a390e", "OS::stack_id": "23533d66-b530-4c6d-9059-2e5026a26ba8", "OS::stack_name": "HeatUtilsFlavorTests-23191dbc-bdb9-48c8-9c0d-f609a17745ed-stack"}, "deletion_time": null, "stack_name": "HeatUtilsFlavorTests-23191dbc-bdb9-48c8-9c0d-f609a17745ed-stack", "stack_user_project_id": "260c87d769bc4619a0c2697056398c86", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2018-09-04T10:33:30Z", "links": [{"href": "http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e/stacks/HeatUtilsFlavorTests-23191dbc-bdb9-48c8-9c0d-f609a17745ed-stack/23533d66-b530-4c6d-9059-2e5026a26ba8", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "23533d66-b530-4c6d-9059-2e5026a26ba8", "outputs": [], "template_description": "Simple template to deploy a single volume with encryption"}} 2018-09-04 10:33:32,098 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e/stacks/HeatUtilsFlavorTests-23191dbc-bdb9-48c8-9c0d-f609a17745ed-stack/23533d66-b530-4c6d-9059-2e5026a26ba8 used request id req-ab23ccb6-58d7-4525-9e00-8258b073fad0 2018-09-04 10:33:32,101 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e/stacks/23533d66-b530-4c6d-9059-2e5026a26ba8/resources -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a47f49d6d0041e5c4914dd943c517d0abb758c87" 2018-09-04 10:33:32,293 - keystoneauth.session - DEBUG - RESP: [302] Date: Tue, 04 Sep 2018 10:33:32 GMT Server: Apache x-openstack-request-id: req-6f7af756-27ad-4783-9869-3566baab3959 Location: http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e/stacks/HeatUtilsFlavorTests-23191dbc-bdb9-48c8-9c0d-f609a17745ed-stack/23533d66-b530-4c6d-9059-2e5026a26ba8/resources Content-Length: 497 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e/stacks/HeatUtilsFlavorTests-23191dbc-bdb9-48c8-9c0d-f609a17745ed-stack/23533d66-b530-4c6d-9059-2e5026a26ba8/resources;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-09-04 10:33:32,478 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:33:32 GMT Server: Apache x-openstack-request-id: req-1d0099dd-9e75-42da-903a-38544435dc75 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.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e/stacks/HeatUtilsFlavorTests-23191dbc-bdb9-48c8-9c0d-f609a17745ed-stack/23533d66-b530-4c6d-9059-2e5026a26ba8/resources/flavor", "rel": "self"}, {"href": "http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e/stacks/HeatUtilsFlavorTests-23191dbc-bdb9-48c8-9c0d-f609a17745ed-stack/23533d66-b530-4c6d-9059-2e5026a26ba8", "rel": "stack"}], "logical_resource_id": "flavor", "creation_time": "2018-09-04T10:33:30Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-09-04T10:33:30Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "dca18112-c408-4ea0-8340-cb9a2d671cb8", "resource_type": "OS::Nova::Flavor"}]} 2018-09-04 10:33:32,479 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e/stacks/HeatUtilsFlavorTests-23191dbc-bdb9-48c8-9c0d-f609a17745ed-stack/23533d66-b530-4c6d-9059-2e5026a26ba8/resources used request id req-1d0099dd-9e75-42da-903a-38544435dc75 2018-09-04 10:33:32,482 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/flavors/dca18112-c408-4ea0-8340-cb9a2d671cb8 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a47f49d6d0041e5c4914dd943c517d0abb758c87" 2018-09-04 10:33:32,501 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:33: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-490bed93-297d-4743-b19a-6edde13f434d x-compute-request-id: req-490bed93-297d-4743-b19a-6edde13f434d Content-Encoding: gzip Content-Length: 330 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/dca18112-c408-4ea0-8340-cb9a2d671cb8", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/dca18112-c408-4ea0-8340-cb9a2d671cb8", "rel": "bookmark"}], "ram": 1024, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 200, "id": "dca18112-c408-4ea0-8340-cb9a2d671cb8", "name": "HeatUtilsFlavorTests-23191dbc-bdb9-48c8-9c0d-f609a17745ed-stack-flavor-lfuzcgi27stw", "vcpus": 8, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-09-04 10:33:32,502 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors/dca18112-c408-4ea0-8340-cb9a2d671cb8 used request id req-490bed93-297d-4743-b19a-6edde13f434d 2018-09-04 10:33:32,504 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e/stacks/23533d66-b530-4c6d-9059-2e5026a26ba8 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a47f49d6d0041e5c4914dd943c517d0abb758c87" 2018-09-04 10:33:32,696 - keystoneauth.session - DEBUG - RESP: [302] Date: Tue, 04 Sep 2018 10:33:32 GMT Server: Apache x-openstack-request-id: req-ab12aa00-38d1-470e-aa64-aadb06d35065 Location: http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e/stacks/HeatUtilsFlavorTests-23191dbc-bdb9-48c8-9c0d-f609a17745ed-stack/23533d66-b530-4c6d-9059-2e5026a26ba8 Content-Length: 477 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e/stacks/HeatUtilsFlavorTests-23191dbc-bdb9-48c8-9c0d-f609a17745ed-stack/23533d66-b530-4c6d-9059-2e5026a26ba8;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-09-04 10:33:32,892 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 10:33:32 GMT Server: Apache x-openstack-request-id: req-df98e94c-79ee-4275-996a-551c338f3008 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 10:33:32,892 - keystoneauth.session - DEBUG - DELETE call to orchestration for http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e/stacks/HeatUtilsFlavorTests-23191dbc-bdb9-48c8-9c0d-f609a17745ed-stack/23533d66-b530-4c6d-9059-2e5026a26ba8 used request id req-df98e94c-79ee-4275-996a-551c338f3008 2018-09-04 10:33:32,893 - heat_utils - DEBUG - Retrieving Heat Client 2018-09-04 10:33:32,894 - nova_utils - DEBUG - Retrieving Nova Client 2018-09-04 10:33:32,906 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-09-04 10:33:33,291 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5ef645ad12fc453aa5d8a0c2cbf76196", "name": "heat_stack_owner"}, {"id": "9a944a8c31754b8f941d2fa9034d4301", "name": "Member"}, {"id": "3d416247e8224533841040c3ad2bce5a", "name": "admin"}], "expires_at": "2018-09-04T11:33:33.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "da1aa3dc9e564d3d922e61c0121a390e", "name": "api_check-project_95790658-ea1a-473f-b71a-0aa15c3467f2"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235635a698ef4bef9dc6b25273d185da"}, {"url": "http://192.30.9.6:8776/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "23b07b3fbfc340a58cf0f9b2871a0d23"}, {"url": "http://172.30.9.28:8776/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "72fd0aaa144d45419f4b04b6b26f69a7"}], "type": "volume", "id": "097241c25b4d4f7e91b3f8efa155909e", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v3/da1aa3dc9e564d3d922e61c0121a390e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93eb4cf3030a49e7840bec071422d397"}, {"url": "http://192.30.9.6:8776/v3/da1aa3dc9e564d3d922e61c0121a390e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8af439a6ac147fdbcb38ed9aa916b68"}, {"url": "http://192.30.9.6:8776/v3/da1aa3dc9e564d3d922e61c0121a390e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c4bfdbc9b7c74a23a40afdf578cfeba4"}], "type": "volumev3", "id": "1c85f4682ce44f729db1dabd98e965e8", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "82239574a29d4603a2161006f61851cf"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8d15f7134f364a7bbcfff2f84aac3bf2"}, {"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e01668c43a0c4c279b9a3d20a0280d6c"}], "type": "image", "id": "297d8415ca96454991054983920912f7", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7bb4d60e20734d4a9f31ec75e02cb823"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bf6adec15590466a9a0d3bddb00e8993"}, {"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f096f03a1d12411a8972f6f7c196b60d"}], "type": "policy", "id": "54c64351b56d44bbad74c2969cc3aa00", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "354ae6870a324fab82d0a0fb68ee0f26"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a3807e460dd4af488d982b66c52e64c"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e7c3da785076450abd71868e75ce0c33"}], "type": "cloudformation", "id": "6ac9917ae83c4639a15a4ab3cf0e76dd", "name": "heat-cfn"}, {"endpoints": [], "type": "metering", "id": "7fcc078e5e0645f29df67742ac14e388", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49e71628d386464cb950d6a9db00a328"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75b0a63ed8574bbcab1c851cc9b83d30"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9902b0a8b3c04cd192a1b84c417c232b"}], "type": "key-manager", "id": "9626544a32e74678a641c6e206f028a9", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "497340e5aa36485982fdf297f370558f"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7802beb4fc7c4952897b77bd5610b1fe"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c14af798917f4fa0b146d9772583e595"}], "type": "metric", "id": "973bfe8c658d4e5a8da725e76b9d550e", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "288ecc3674ea41d2aa3b790dcb832bf2"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7a6dc785cd7142f5b30f1a7ba0daeb03"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7f7d34e2351b4964befccc862c4e8e12"}], "type": "network", "id": "a348d7b06050474fb449be7f32ea6f5d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "21bce6ecb8464a1f8f3e3847aa698bd6"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0a8faf2246b47deb30e69e48d3551fb"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e71c6011de3d4d8589e5b53dcc79f288"}], "type": "identity", "id": "ad8d4b4953184137a1b913ecee9434ed", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "13474f9a78ca4f1184e4cddc84d0d98c"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad67365a18234bb78c336e6776958c00"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc54db13337f44f8921fbb9ad0f81de8"}], "type": "alarming", "id": "bb18dc3243034f08a6a7f69f7a1edccf", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0d91d7adf0304b2681c77f979e5cdb17"}, {"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "756e5ffca9774ab3ae2db41bf330417f"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c07c727a08c243b287827f539a124e63"}], "type": "placement", "id": "bb2c9432fcbd4c56913177122468f6ba", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1eed4912224b48cf9856446eae4d9928"}, {"url": "http://192.30.9.6:8004/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b73b7f99236541148d84f24f09e5dd40"}, {"url": "http://192.30.9.6:8004/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fbf12e52911244fdafc24a9d46f56e62"}], "type": "orchestration", "id": "c8918d139da945ba93df4ccce21d4904", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/da1aa3dc9e564d3d922e61c0121a390e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16bf098b9e2e490f8e47fa601059f975"}, {"url": "http://192.30.9.6:8776/v2/da1aa3dc9e564d3d922e61c0121a390e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc16fa4cf491444ca2f611d5692c1170"}, {"url": "http://192.30.9.6:8776/v2/da1aa3dc9e564d3d922e61c0121a390e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ccd2c5325dff4b90b391db9fdde67d99"}], "type": "volumev2", "id": "d09ac9123c34494abce21d6c27bee9d9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eac694332354a3aa0e61c31314166d7"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b4d4989c4e764717ab78d38675cadd3f"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff196e46b56d406d87a678f1a64497b0"}], "type": "compute", "id": "d4030ee932c84df58c5b910cc197caa7", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_95790658-ea1a-473f-b71a-0aa15c3467f2", "id": "6cb53a06110b45a6a2f21cb265048110"}, "audit_ids": ["GyAkX2PlQcOek0J7EfR8SQ"], "issued_at": "2018-09-04T10:33:33.000000Z"}} 2018-09-04 10:33:33,294 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e/stacks -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}095524ffae0bf0e920d2891fc9b8ad5f84ba163b" -d '{"stack_name": "HeatUtilsKeypairTests-c6636d12-c03a-4017-ac44-22fadf766ce1-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-c6636d12-c03a-4017-ac44-22fadf766ce1-kp"}}' 2018-09-04 10:33:34,923 - keystoneauth.session - DEBUG - RESP: [201] Date: Tue, 04 Sep 2018 10:33:33 GMT Server: Apache x-openstack-request-id: req-b60628db-37c6-455e-9e0a-c6beae4a1da0 Location: http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e/stacks/HeatUtilsKeypairTests-c6636d12-c03a-4017-ac44-22fadf766ce1-stack/b734e98d-2dae-47f9-b497-c15ec41e0e73 Content-Length: 265 Content-Type: application/json RESP BODY: {"stack": {"id": "b734e98d-2dae-47f9-b497-c15ec41e0e73", "links": [{"href": "http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e/stacks/HeatUtilsKeypairTests-c6636d12-c03a-4017-ac44-22fadf766ce1-stack/b734e98d-2dae-47f9-b497-c15ec41e0e73", "rel": "self"}]}} 2018-09-04 10:33:34,923 - keystoneauth.session - DEBUG - POST call to orchestration for http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e/stacks used request id req-b60628db-37c6-455e-9e0a-c6beae4a1da0 2018-09-04 10:33:34,927 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e/stacks/b734e98d-2dae-47f9-b497-c15ec41e0e73 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}095524ffae0bf0e920d2891fc9b8ad5f84ba163b" 2018-09-04 10:33:35,097 - keystoneauth.session - DEBUG - RESP: [302] Date: Tue, 04 Sep 2018 10:33:34 GMT Server: Apache x-openstack-request-id: req-eeb1fc57-cddd-454b-89e0-63a62b2c066f Location: http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e/stacks/HeatUtilsKeypairTests-c6636d12-c03a-4017-ac44-22fadf766ce1-stack/b734e98d-2dae-47f9-b497-c15ec41e0e73 Content-Length: 479 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e/stacks/HeatUtilsKeypairTests-c6636d12-c03a-4017-ac44-22fadf766ce1-stack/b734e98d-2dae-47f9-b497-c15ec41e0e73;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-09-04 10:33:35,278 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:33:35 GMT Server: Apache x-openstack-request-id: req-5f36d959-b9e7-4178-89eb-269d7a66cf43 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 555 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": "da1aa3dc9e564d3d922e61c0121a390e", "OS::stack_id": "b734e98d-2dae-47f9-b497-c15ec41e0e73", "OS::stack_name": "HeatUtilsKeypairTests-c6636d12-c03a-4017-ac44-22fadf766ce1-stack", "keypair_name": "HeatUtilsKeypairTests-c6636d12-c03a-4017-ac44-22fadf766ce1-kp"}, "deletion_time": null, "stack_name": "HeatUtilsKeypairTests-c6636d12-c03a-4017-ac44-22fadf766ce1-stack", "stack_user_project_id": "d7db5bf8c7184e6fa5350663abe8764f", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-09-04T10:33:34Z", "links": [{"href": "http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e/stacks/HeatUtilsKeypairTests-c6636d12-c03a-4017-ac44-22fadf766ce1-stack/b734e98d-2dae-47f9-b497-c15ec41e0e73", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "b734e98d-2dae-47f9-b497-c15ec41e0e73", "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-09-04 10:33:35,279 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e/stacks/HeatUtilsKeypairTests-c6636d12-c03a-4017-ac44-22fadf766ce1-stack/b734e98d-2dae-47f9-b497-c15ec41e0e73 used request id req-5f36d959-b9e7-4178-89eb-269d7a66cf43 2018-09-04 10:33:35,283 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e/stacks/b734e98d-2dae-47f9-b497-c15ec41e0e73 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}095524ffae0bf0e920d2891fc9b8ad5f84ba163b" 2018-09-04 10:33:35,465 - keystoneauth.session - DEBUG - RESP: [302] Date: Tue, 04 Sep 2018 10:33:35 GMT Server: Apache x-openstack-request-id: req-cd0e9c8b-aa4f-4110-84f4-78a0c05fbd86 Location: http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e/stacks/HeatUtilsKeypairTests-c6636d12-c03a-4017-ac44-22fadf766ce1-stack/b734e98d-2dae-47f9-b497-c15ec41e0e73 Content-Length: 479 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e/stacks/HeatUtilsKeypairTests-c6636d12-c03a-4017-ac44-22fadf766ce1-stack/b734e98d-2dae-47f9-b497-c15ec41e0e73;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-09-04 10:33:35,728 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:33:35 GMT Server: Apache x-openstack-request-id: req-298a400f-9dfd-4b40-ad80-4587bcd7f09a Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 1905 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": "da1aa3dc9e564d3d922e61c0121a390e", "OS::stack_id": "b734e98d-2dae-47f9-b497-c15ec41e0e73", "OS::stack_name": "HeatUtilsKeypairTests-c6636d12-c03a-4017-ac44-22fadf766ce1-stack", "keypair_name": "HeatUtilsKeypairTests-c6636d12-c03a-4017-ac44-22fadf766ce1-kp"}, "deletion_time": null, "stack_name": "HeatUtilsKeypairTests-c6636d12-c03a-4017-ac44-22fadf766ce1-stack", "stack_user_project_id": "d7db5bf8c7184e6fa5350663abe8764f", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2018-09-04T10:33:34Z", "links": [{"href": "http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e/stacks/HeatUtilsKeypairTests-c6636d12-c03a-4017-ac44-22fadf766ce1-stack/b734e98d-2dae-47f9-b497-c15ec41e0e73", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "b734e98d-2dae-47f9-b497-c15ec41e0e73", "outputs": [{"output_value": "-----BEGIN RSA PRIVATE KEY-----\nMIIEowIBAAKCAQEA2QbQBz/wAkRMtq/MnIp4KQsPl0ChZ/omvpuQQqOQZrO13tzX\ncY55+9tM7AtsGkPGM94JVaH2bOFV7uNhwI6gAcpvHZNCIGMXVq6gcQrKrKj8JsPA\nioudqTw7AyK8Zj/uyW29Ohl0wCLycdUgR3ZbRw4qEM5iesrz2A+2np8Hwryh+FdO\n03CObdTOqQhkkr0KYt9pF9ydHA2hBBOAFYe5cWdDDs22s2h4341+UWkDuafhqcMP\nk+xt396fJ2rrtNIkZfq3I+SUh0iVVMxxRKntbVImk8LjAavd7MCyapO7Z+m5+Dr5\nOdnFX3Yw2FP7irYu8m3O9tnuOp2l24Gtg5QE4QIDAQABAoIBAQC6t2HC2v9i8+AM\nTLN8+qTmqt1/A9vZ2R38X1p9+rsBoRuX4eh5ilrolIRZkHoxHp4ngaAGTJH2mueT\n34z6XbrLz55Jk6gQtTAfI55loyM76ScHMuM0T2oVb/xVdk0gq2CFbCShF8WaiHaN\n+Q8MbIebWlRWoTmY64NfICW90pSatJmY/xJMWVqQCS9+1ya0qmV6mzkGUs82FspN\n92K/0O2RWHE5JaaajzVcJ9Gkoh2j5vbzHFF4dGuiOeUUp81FLXXBU3ajnVuOi+mJ\ngxUJIPKlcM9Bd/Nt8cbUjx4AAsfcvwkOLBBGqivTuTjomVb6A+xAquHbqMm7QIkY\ndqxJOEwBAoGBAPc9Lg1obhpY8DeTrzNlm2nQez35Wzo0KSA0gVIF090fuU6uD464\nJNbO4DvcWqv4eWEP2Q+BSTb57S9fS1Hf/ac1/5LVJgjn2ZjfSQuPz5+Wn6dTrY8i\n9oeUOVCzjdtQUudAruxXspwAcuWmGtYWkaF59H08nLZmcalmmqKUQxyVAoGBAOC3\nj+yEYeCR+FoGf6sqcEFicUz27tY5qc3wG7FxZJ36xOYPRt/qv1ju1lBZN03Y/Ptl\n0B4y3XT6scRGLRqk6I/c1WcuZjaTDM5zRtF0rie+axDkhKtz5Z/VYMu1IXHR0aOV\nTuP41+UYO+Y2NV7mgjxg1PxEgZ/7pNjkfGDyWKgdAoGAcX4AGd+KS0XwX1LH5gwK\nX3R4XmaM3hb7mfEAPCq4qpTZd6inM5iMMJ8eh9wLM04ISeoAdgGfHkF0A373EEqG\nIa/D9h8qKoRjeq1k1o3ZfSSjfSgIT+B40pvUA5uozrf8lnM22P8Y2kvKcmjhgM0z\nZLCa7rJYLdKw8lZLPb5ZYFECgYAI/K5f2ieD8LKK/ymJ8eeNZd98IYAJx0KYPtsM\nrKlGfCn1vXSrLds7NkoR6o+AqIXtk/PP0V7z97a2T8wr/Z5jaoSKXNuvoQ/pDcku\nRUlVw5LKmSkJJlhvnPwDCZptz+NfdHA0Q9Z2jhKPMWnPAs8AlSrPb/nzKQA9wF2N\nDwQmrQKBgGem8+fhDCm+N0gZr9M2PTW1Fkz2f6C7N/tkFP1aobCEzqNuKjDjqZM6\nSJtw7xOp19OLlGYbfKC/PcyouPem0tDUPIN8ou9qy3rKK+lT1sP5mqCkLnUfDhza\n7CfbNsyuOFo/oi6ZzBxBaVYf7taEgh+yauzaj0ElDMp21JOoySah\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-09-04 10:33:35,728 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e/stacks/HeatUtilsKeypairTests-c6636d12-c03a-4017-ac44-22fadf766ce1-stack/b734e98d-2dae-47f9-b497-c15ec41e0e73 used request id req-298a400f-9dfd-4b40-ad80-4587bcd7f09a 2018-09-04 10:33:35,731 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e/stacks/b734e98d-2dae-47f9-b497-c15ec41e0e73/resources -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}095524ffae0bf0e920d2891fc9b8ad5f84ba163b" 2018-09-04 10:33:35,916 - keystoneauth.session - DEBUG - RESP: [302] Date: Tue, 04 Sep 2018 10:33:35 GMT Server: Apache x-openstack-request-id: req-b0ce87b8-3f04-43f5-81de-766528609205 Location: http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e/stacks/HeatUtilsKeypairTests-c6636d12-c03a-4017-ac44-22fadf766ce1-stack/b734e98d-2dae-47f9-b497-c15ec41e0e73/resources Content-Length: 499 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e/stacks/HeatUtilsKeypairTests-c6636d12-c03a-4017-ac44-22fadf766ce1-stack/b734e98d-2dae-47f9-b497-c15ec41e0e73/resources;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-09-04 10:33:36,120 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:33:35 GMT Server: Apache x-openstack-request-id: req-893f95ba-8b20-46b9-b6ff-5f403a7668d3 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 367 Content-Type: application/json RESP BODY: {"resources": [{"resource_name": "keypair", "links": [{"href": "http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e/stacks/HeatUtilsKeypairTests-c6636d12-c03a-4017-ac44-22fadf766ce1-stack/b734e98d-2dae-47f9-b497-c15ec41e0e73/resources/keypair", "rel": "self"}, {"href": "http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e/stacks/HeatUtilsKeypairTests-c6636d12-c03a-4017-ac44-22fadf766ce1-stack/b734e98d-2dae-47f9-b497-c15ec41e0e73", "rel": "stack"}], "logical_resource_id": "keypair", "creation_time": "2018-09-04T10:33:34Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-09-04T10:33:34Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "HeatUtilsKeypairTests-c6636d12-c03a-4017-ac44-22fadf766ce1-kp", "resource_type": "OS::Nova::KeyPair"}]} 2018-09-04 10:33:36,120 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e/stacks/HeatUtilsKeypairTests-c6636d12-c03a-4017-ac44-22fadf766ce1-stack/b734e98d-2dae-47f9-b497-c15ec41e0e73/resources used request id req-893f95ba-8b20-46b9-b6ff-5f403a7668d3 2018-09-04 10:33:36,123 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/os-keypairs/HeatUtilsKeypairTests-c6636d12-c03a-4017-ac44-22fadf766ce1-kp -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}095524ffae0bf0e920d2891fc9b8ad5f84ba163b" 2018-09-04 10:33:36,138 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:33: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-5b6ee066-51de-4c4a-8cf5-d5626569d11a x-compute-request-id: req-5b6ee066-51de-4c4a-8cf5-d5626569d11a Content-Encoding: gzip Content-Length: 572 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDZBtAHP/ACREy2r8ycingpCw+XQKFn+ia+m5BCo5Bms7Xe3Ndxjnn720zsC2waQ8Yz3glVofZs4VXu42HAjqABym8dk0IgYxdWrqBxCsqsqPwmw8CKi52pPDsDIrxmP+7Jbb06GXTAIvJx1SBHdltHDioQzmJ6yvPYD7aenwfCvKH4V07TcI5t1M6pCGSSvQpi32kX3J0cDaEEE4AVh7lxZ0MOzbazaHjfjX5RaQO5p+Gpww+T7G3f3p8nauu00iRl+rcj5JSHSJVUzHFEqe1tUiaTwuMBq93swLJqk7tn6bn4Ovk52cVfdjDYU/uKti7ybc722e46naXbga2DlATh Generated-by-Nova", "user_id": "6cb53a06110b45a6a2f21cb265048110", "name": "HeatUtilsKeypairTests-c6636d12-c03a-4017-ac44-22fadf766ce1-kp", "deleted": false, "created_at": "2018-09-04T10:33:35.000000", "updated_at": null, "fingerprint": "c3:97:c6:af:3b:a4:61:88:9a:b8:b9:44:8d:26:2b:6d", "deleted_at": null, "id": 15}} 2018-09-04 10:33:36,138 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/os-keypairs/HeatUtilsKeypairTests-c6636d12-c03a-4017-ac44-22fadf766ce1-kp used request id req-5b6ee066-51de-4c4a-8cf5-d5626569d11a 2018-09-04 10:33:36,141 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e/stacks/b734e98d-2dae-47f9-b497-c15ec41e0e73 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}095524ffae0bf0e920d2891fc9b8ad5f84ba163b" 2018-09-04 10:33:36,301 - keystoneauth.session - DEBUG - RESP: [302] Date: Tue, 04 Sep 2018 10:33:36 GMT Server: Apache x-openstack-request-id: req-0bcccc3e-c4c4-4c8d-afa7-6dad741a715d Location: http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e/stacks/HeatUtilsKeypairTests-c6636d12-c03a-4017-ac44-22fadf766ce1-stack/b734e98d-2dae-47f9-b497-c15ec41e0e73 Content-Length: 479 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e/stacks/HeatUtilsKeypairTests-c6636d12-c03a-4017-ac44-22fadf766ce1-stack/b734e98d-2dae-47f9-b497-c15ec41e0e73;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-09-04 10:33:36,620 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:33:36 GMT Server: Apache x-openstack-request-id: req-4e6c1e80-5f24-41a0-b9b5-a5bad368c97d Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 1905 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": "da1aa3dc9e564d3d922e61c0121a390e", "OS::stack_id": "b734e98d-2dae-47f9-b497-c15ec41e0e73", "OS::stack_name": "HeatUtilsKeypairTests-c6636d12-c03a-4017-ac44-22fadf766ce1-stack", "keypair_name": "HeatUtilsKeypairTests-c6636d12-c03a-4017-ac44-22fadf766ce1-kp"}, "deletion_time": null, "stack_name": "HeatUtilsKeypairTests-c6636d12-c03a-4017-ac44-22fadf766ce1-stack", "stack_user_project_id": "d7db5bf8c7184e6fa5350663abe8764f", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2018-09-04T10:33:34Z", "links": [{"href": "http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e/stacks/HeatUtilsKeypairTests-c6636d12-c03a-4017-ac44-22fadf766ce1-stack/b734e98d-2dae-47f9-b497-c15ec41e0e73", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "b734e98d-2dae-47f9-b497-c15ec41e0e73", "outputs": [{"output_value": "-----BEGIN RSA PRIVATE KEY-----\nMIIEowIBAAKCAQEA2QbQBz/wAkRMtq/MnIp4KQsPl0ChZ/omvpuQQqOQZrO13tzX\ncY55+9tM7AtsGkPGM94JVaH2bOFV7uNhwI6gAcpvHZNCIGMXVq6gcQrKrKj8JsPA\nioudqTw7AyK8Zj/uyW29Ohl0wCLycdUgR3ZbRw4qEM5iesrz2A+2np8Hwryh+FdO\n03CObdTOqQhkkr0KYt9pF9ydHA2hBBOAFYe5cWdDDs22s2h4341+UWkDuafhqcMP\nk+xt396fJ2rrtNIkZfq3I+SUh0iVVMxxRKntbVImk8LjAavd7MCyapO7Z+m5+Dr5\nOdnFX3Yw2FP7irYu8m3O9tnuOp2l24Gtg5QE4QIDAQABAoIBAQC6t2HC2v9i8+AM\nTLN8+qTmqt1/A9vZ2R38X1p9+rsBoRuX4eh5ilrolIRZkHoxHp4ngaAGTJH2mueT\n34z6XbrLz55Jk6gQtTAfI55loyM76ScHMuM0T2oVb/xVdk0gq2CFbCShF8WaiHaN\n+Q8MbIebWlRWoTmY64NfICW90pSatJmY/xJMWVqQCS9+1ya0qmV6mzkGUs82FspN\n92K/0O2RWHE5JaaajzVcJ9Gkoh2j5vbzHFF4dGuiOeUUp81FLXXBU3ajnVuOi+mJ\ngxUJIPKlcM9Bd/Nt8cbUjx4AAsfcvwkOLBBGqivTuTjomVb6A+xAquHbqMm7QIkY\ndqxJOEwBAoGBAPc9Lg1obhpY8DeTrzNlm2nQez35Wzo0KSA0gVIF090fuU6uD464\nJNbO4DvcWqv4eWEP2Q+BSTb57S9fS1Hf/ac1/5LVJgjn2ZjfSQuPz5+Wn6dTrY8i\n9oeUOVCzjdtQUudAruxXspwAcuWmGtYWkaF59H08nLZmcalmmqKUQxyVAoGBAOC3\nj+yEYeCR+FoGf6sqcEFicUz27tY5qc3wG7FxZJ36xOYPRt/qv1ju1lBZN03Y/Ptl\n0B4y3XT6scRGLRqk6I/c1WcuZjaTDM5zRtF0rie+axDkhKtz5Z/VYMu1IXHR0aOV\nTuP41+UYO+Y2NV7mgjxg1PxEgZ/7pNjkfGDyWKgdAoGAcX4AGd+KS0XwX1LH5gwK\nX3R4XmaM3hb7mfEAPCq4qpTZd6inM5iMMJ8eh9wLM04ISeoAdgGfHkF0A373EEqG\nIa/D9h8qKoRjeq1k1o3ZfSSjfSgIT+B40pvUA5uozrf8lnM22P8Y2kvKcmjhgM0z\nZLCa7rJYLdKw8lZLPb5ZYFECgYAI/K5f2ieD8LKK/ymJ8eeNZd98IYAJx0KYPtsM\nrKlGfCn1vXSrLds7NkoR6o+AqIXtk/PP0V7z97a2T8wr/Z5jaoSKXNuvoQ/pDcku\nRUlVw5LKmSkJJlhvnPwDCZptz+NfdHA0Q9Z2jhKPMWnPAs8AlSrPb/nzKQA9wF2N\nDwQmrQKBgGem8+fhDCm+N0gZr9M2PTW1Fkz2f6C7N/tkFP1aobCEzqNuKjDjqZM6\nSJtw7xOp19OLlGYbfKC/PcyouPem0tDUPIN8ou9qy3rKK+lT1sP5mqCkLnUfDhza\n7CfbNsyuOFo/oi6ZzBxBaVYf7taEgh+yauzaj0ElDMp21JOoySah\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-09-04 10:33:36,620 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e/stacks/HeatUtilsKeypairTests-c6636d12-c03a-4017-ac44-22fadf766ce1-stack/b734e98d-2dae-47f9-b497-c15ec41e0e73 used request id req-4e6c1e80-5f24-41a0-b9b5-a5bad368c97d 2018-09-04 10:33:36,623 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/os-keypairs/HeatUtilsKeypairTests-c6636d12-c03a-4017-ac44-22fadf766ce1-kp -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}095524ffae0bf0e920d2891fc9b8ad5f84ba163b" 2018-09-04 10:33:36,638 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:33: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-a7745664-8692-4dea-8187-63eaf9b5eb79 x-compute-request-id: req-a7745664-8692-4dea-8187-63eaf9b5eb79 Content-Encoding: gzip Content-Length: 572 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDZBtAHP/ACREy2r8ycingpCw+XQKFn+ia+m5BCo5Bms7Xe3Ndxjnn720zsC2waQ8Yz3glVofZs4VXu42HAjqABym8dk0IgYxdWrqBxCsqsqPwmw8CKi52pPDsDIrxmP+7Jbb06GXTAIvJx1SBHdltHDioQzmJ6yvPYD7aenwfCvKH4V07TcI5t1M6pCGSSvQpi32kX3J0cDaEEE4AVh7lxZ0MOzbazaHjfjX5RaQO5p+Gpww+T7G3f3p8nauu00iRl+rcj5JSHSJVUzHFEqe1tUiaTwuMBq93swLJqk7tn6bn4Ovk52cVfdjDYU/uKti7ybc722e46naXbga2DlATh Generated-by-Nova", "user_id": "6cb53a06110b45a6a2f21cb265048110", "name": "HeatUtilsKeypairTests-c6636d12-c03a-4017-ac44-22fadf766ce1-kp", "deleted": false, "created_at": "2018-09-04T10:33:35.000000", "updated_at": null, "fingerprint": "c3:97:c6:af:3b:a4:61:88:9a:b8:b9:44:8d:26:2b:6d", "deleted_at": null, "id": 15}} 2018-09-04 10:33:36,638 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/os-keypairs/HeatUtilsKeypairTests-c6636d12-c03a-4017-ac44-22fadf766ce1-kp used request id req-a7745664-8692-4dea-8187-63eaf9b5eb79 2018-09-04 10:33:36,641 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e/stacks/b734e98d-2dae-47f9-b497-c15ec41e0e73 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}095524ffae0bf0e920d2891fc9b8ad5f84ba163b" 2018-09-04 10:33:36,829 - keystoneauth.session - DEBUG - RESP: [302] Date: Tue, 04 Sep 2018 10:33:36 GMT Server: Apache x-openstack-request-id: req-57015a66-78f1-4bac-92b1-cdae21792dea Location: http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e/stacks/HeatUtilsKeypairTests-c6636d12-c03a-4017-ac44-22fadf766ce1-stack/b734e98d-2dae-47f9-b497-c15ec41e0e73 Content-Length: 479 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e/stacks/HeatUtilsKeypairTests-c6636d12-c03a-4017-ac44-22fadf766ce1-stack/b734e98d-2dae-47f9-b497-c15ec41e0e73;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-09-04 10:33:36,870 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 10:33:36 GMT Server: Apache x-openstack-request-id: req-34af8e56-9120-4295-9784-2de19910c95f Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 10:33:36,870 - keystoneauth.session - DEBUG - DELETE call to orchestration for http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e/stacks/HeatUtilsKeypairTests-c6636d12-c03a-4017-ac44-22fadf766ce1-stack/b734e98d-2dae-47f9-b497-c15ec41e0e73 used request id req-34af8e56-9120-4295-9784-2de19910c95f 2018-09-04 10:33:36,871 - heat_utils - DEBUG - Retrieving Heat Client 2018-09-04 10:33:36,885 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-09-04 10:33:37,274 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5ef645ad12fc453aa5d8a0c2cbf76196", "name": "heat_stack_owner"}, {"id": "9a944a8c31754b8f941d2fa9034d4301", "name": "Member"}, {"id": "3d416247e8224533841040c3ad2bce5a", "name": "admin"}], "expires_at": "2018-09-04T11:33:37.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "da1aa3dc9e564d3d922e61c0121a390e", "name": "api_check-project_95790658-ea1a-473f-b71a-0aa15c3467f2"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235635a698ef4bef9dc6b25273d185da"}, {"url": "http://192.30.9.6:8776/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "23b07b3fbfc340a58cf0f9b2871a0d23"}, {"url": "http://172.30.9.28:8776/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "72fd0aaa144d45419f4b04b6b26f69a7"}], "type": "volume", "id": "097241c25b4d4f7e91b3f8efa155909e", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v3/da1aa3dc9e564d3d922e61c0121a390e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93eb4cf3030a49e7840bec071422d397"}, {"url": "http://192.30.9.6:8776/v3/da1aa3dc9e564d3d922e61c0121a390e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8af439a6ac147fdbcb38ed9aa916b68"}, {"url": "http://192.30.9.6:8776/v3/da1aa3dc9e564d3d922e61c0121a390e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c4bfdbc9b7c74a23a40afdf578cfeba4"}], "type": "volumev3", "id": "1c85f4682ce44f729db1dabd98e965e8", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "82239574a29d4603a2161006f61851cf"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8d15f7134f364a7bbcfff2f84aac3bf2"}, {"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e01668c43a0c4c279b9a3d20a0280d6c"}], "type": "image", "id": "297d8415ca96454991054983920912f7", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7bb4d60e20734d4a9f31ec75e02cb823"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bf6adec15590466a9a0d3bddb00e8993"}, {"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f096f03a1d12411a8972f6f7c196b60d"}], "type": "policy", "id": "54c64351b56d44bbad74c2969cc3aa00", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "354ae6870a324fab82d0a0fb68ee0f26"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a3807e460dd4af488d982b66c52e64c"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e7c3da785076450abd71868e75ce0c33"}], "type": "cloudformation", "id": "6ac9917ae83c4639a15a4ab3cf0e76dd", "name": "heat-cfn"}, {"endpoints": [], "type": "metering", "id": "7fcc078e5e0645f29df67742ac14e388", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49e71628d386464cb950d6a9db00a328"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75b0a63ed8574bbcab1c851cc9b83d30"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9902b0a8b3c04cd192a1b84c417c232b"}], "type": "key-manager", "id": "9626544a32e74678a641c6e206f028a9", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "497340e5aa36485982fdf297f370558f"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7802beb4fc7c4952897b77bd5610b1fe"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c14af798917f4fa0b146d9772583e595"}], "type": "metric", "id": "973bfe8c658d4e5a8da725e76b9d550e", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "288ecc3674ea41d2aa3b790dcb832bf2"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7a6dc785cd7142f5b30f1a7ba0daeb03"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7f7d34e2351b4964befccc862c4e8e12"}], "type": "network", "id": "a348d7b06050474fb449be7f32ea6f5d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "21bce6ecb8464a1f8f3e3847aa698bd6"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0a8faf2246b47deb30e69e48d3551fb"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e71c6011de3d4d8589e5b53dcc79f288"}], "type": "identity", "id": "ad8d4b4953184137a1b913ecee9434ed", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "13474f9a78ca4f1184e4cddc84d0d98c"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad67365a18234bb78c336e6776958c00"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc54db13337f44f8921fbb9ad0f81de8"}], "type": "alarming", "id": "bb18dc3243034f08a6a7f69f7a1edccf", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0d91d7adf0304b2681c77f979e5cdb17"}, {"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "756e5ffca9774ab3ae2db41bf330417f"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c07c727a08c243b287827f539a124e63"}], "type": "placement", "id": "bb2c9432fcbd4c56913177122468f6ba", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1eed4912224b48cf9856446eae4d9928"}, {"url": "http://192.30.9.6:8004/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b73b7f99236541148d84f24f09e5dd40"}, {"url": "http://192.30.9.6:8004/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fbf12e52911244fdafc24a9d46f56e62"}], "type": "orchestration", "id": "c8918d139da945ba93df4ccce21d4904", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/da1aa3dc9e564d3d922e61c0121a390e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16bf098b9e2e490f8e47fa601059f975"}, {"url": "http://192.30.9.6:8776/v2/da1aa3dc9e564d3d922e61c0121a390e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc16fa4cf491444ca2f611d5692c1170"}, {"url": "http://192.30.9.6:8776/v2/da1aa3dc9e564d3d922e61c0121a390e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ccd2c5325dff4b90b391db9fdde67d99"}], "type": "volumev2", "id": "d09ac9123c34494abce21d6c27bee9d9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eac694332354a3aa0e61c31314166d7"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b4d4989c4e764717ab78d38675cadd3f"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff196e46b56d406d87a678f1a64497b0"}], "type": "compute", "id": "d4030ee932c84df58c5b910cc197caa7", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_95790658-ea1a-473f-b71a-0aa15c3467f2", "id": "6cb53a06110b45a6a2f21cb265048110"}, "audit_ids": ["nSguefK6Q76eWrPhspWVlA"], "issued_at": "2018-09-04T10:33:37.000000Z"}} 2018-09-04 10:33:37,278 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e/stacks -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bcef966fbc68c402c1c3af4a5e6afbcc5949fa44" -d '{"stack_name": "HeatUtilsSecurityGroupTests-3f7fa99f-2649-4f29-bdbb-08dab3643f91-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-3f7fa99f-2649-4f29-bdbb-08dab3643f91-sec-grp"}}' 2018-09-04 10:33:38,801 - keystoneauth.session - DEBUG - RESP: [201] Date: Tue, 04 Sep 2018 10:33:37 GMT Server: Apache x-openstack-request-id: req-702ffe92-b0bc-4098-bd39-4784a8dda0c6 Location: http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e/stacks/HeatUtilsSecurityGroupTests-3f7fa99f-2649-4f29-bdbb-08dab3643f91-stack/2abfe41f-6749-41ca-8d1b-58dca82c3612 Content-Length: 271 Content-Type: application/json RESP BODY: {"stack": {"id": "2abfe41f-6749-41ca-8d1b-58dca82c3612", "links": [{"href": "http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e/stacks/HeatUtilsSecurityGroupTests-3f7fa99f-2649-4f29-bdbb-08dab3643f91-stack/2abfe41f-6749-41ca-8d1b-58dca82c3612", "rel": "self"}]}} 2018-09-04 10:33:38,802 - keystoneauth.session - DEBUG - POST call to orchestration for http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e/stacks used request id req-702ffe92-b0bc-4098-bd39-4784a8dda0c6 2018-09-04 10:33:38,804 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e/stacks/2abfe41f-6749-41ca-8d1b-58dca82c3612 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bcef966fbc68c402c1c3af4a5e6afbcc5949fa44" 2018-09-04 10:33:38,987 - keystoneauth.session - DEBUG - RESP: [302] Date: Tue, 04 Sep 2018 10:33:38 GMT Server: Apache x-openstack-request-id: req-a0403264-95f6-4576-9965-8c3e298ebb65 Location: http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e/stacks/HeatUtilsSecurityGroupTests-3f7fa99f-2649-4f29-bdbb-08dab3643f91-stack/2abfe41f-6749-41ca-8d1b-58dca82c3612 Content-Length: 491 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e/stacks/HeatUtilsSecurityGroupTests-3f7fa99f-2649-4f29-bdbb-08dab3643f91-stack/2abfe41f-6749-41ca-8d1b-58dca82c3612;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-09-04 10:33:39,187 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:33:38 GMT Server: Apache x-openstack-request-id: req-6bee5d94-e5d5-47f1-9526-f40a246a8bda 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": "da1aa3dc9e564d3d922e61c0121a390e", "OS::stack_id": "2abfe41f-6749-41ca-8d1b-58dca82c3612", "OS::stack_name": "HeatUtilsSecurityGroupTests-3f7fa99f-2649-4f29-bdbb-08dab3643f91-stack", "security_group_name": "HeatUtilsSecurityGroupTests-3f7fa99f-2649-4f29-bdbb-08dab3643f91-sec-grp"}, "deletion_time": null, "stack_name": "HeatUtilsSecurityGroupTests-3f7fa99f-2649-4f29-bdbb-08dab3643f91-stack", "stack_user_project_id": "23bb0fa3eb8247c0a7c3730c3cc13ba0", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-09-04T10:33:38Z", "links": [{"href": "http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e/stacks/HeatUtilsSecurityGroupTests-3f7fa99f-2649-4f29-bdbb-08dab3643f91-stack/2abfe41f-6749-41ca-8d1b-58dca82c3612", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "2abfe41f-6749-41ca-8d1b-58dca82c3612", "outputs": [], "template_description": "Sample template for creating a single SecurityGroup\n"}} 2018-09-04 10:33:39,188 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e/stacks/HeatUtilsSecurityGroupTests-3f7fa99f-2649-4f29-bdbb-08dab3643f91-stack/2abfe41f-6749-41ca-8d1b-58dca82c3612 used request id req-6bee5d94-e5d5-47f1-9526-f40a246a8bda 2018-09-04 10:33:39,191 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e/stacks/2abfe41f-6749-41ca-8d1b-58dca82c3612 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bcef966fbc68c402c1c3af4a5e6afbcc5949fa44" 2018-09-04 10:33:39,372 - keystoneauth.session - DEBUG - RESP: [302] Date: Tue, 04 Sep 2018 10:33:39 GMT Server: Apache x-openstack-request-id: req-ae6c16fe-adf5-4d81-8227-4e1d0adb991e Location: http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e/stacks/HeatUtilsSecurityGroupTests-3f7fa99f-2649-4f29-bdbb-08dab3643f91-stack/2abfe41f-6749-41ca-8d1b-58dca82c3612 Content-Length: 491 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e/stacks/HeatUtilsSecurityGroupTests-3f7fa99f-2649-4f29-bdbb-08dab3643f91-stack/2abfe41f-6749-41ca-8d1b-58dca82c3612;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-09-04 10:33:39,552 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:33:39 GMT Server: Apache x-openstack-request-id: req-4752e6f0-0488-454e-8c96-83c4b46217e2 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": "da1aa3dc9e564d3d922e61c0121a390e", "OS::stack_id": "2abfe41f-6749-41ca-8d1b-58dca82c3612", "OS::stack_name": "HeatUtilsSecurityGroupTests-3f7fa99f-2649-4f29-bdbb-08dab3643f91-stack", "security_group_name": "HeatUtilsSecurityGroupTests-3f7fa99f-2649-4f29-bdbb-08dab3643f91-sec-grp"}, "deletion_time": null, "stack_name": "HeatUtilsSecurityGroupTests-3f7fa99f-2649-4f29-bdbb-08dab3643f91-stack", "stack_user_project_id": "23bb0fa3eb8247c0a7c3730c3cc13ba0", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-09-04T10:33:38Z", "links": [{"href": "http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e/stacks/HeatUtilsSecurityGroupTests-3f7fa99f-2649-4f29-bdbb-08dab3643f91-stack/2abfe41f-6749-41ca-8d1b-58dca82c3612", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "2abfe41f-6749-41ca-8d1b-58dca82c3612", "outputs": [], "template_description": "Sample template for creating a single SecurityGroup\n"}} 2018-09-04 10:33:39,552 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e/stacks/HeatUtilsSecurityGroupTests-3f7fa99f-2649-4f29-bdbb-08dab3643f91-stack/2abfe41f-6749-41ca-8d1b-58dca82c3612 used request id req-4752e6f0-0488-454e-8c96-83c4b46217e2 2018-09-04 10:33:42,559 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e/stacks/2abfe41f-6749-41ca-8d1b-58dca82c3612 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bcef966fbc68c402c1c3af4a5e6afbcc5949fa44" 2018-09-04 10:33:42,586 - keystoneauth.session - DEBUG - RESP: [302] Date: Tue, 04 Sep 2018 10:33:42 GMT Server: Apache x-openstack-request-id: req-633b2670-2222-4f30-b9c0-1c2442a02ef0 Location: http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e/stacks/HeatUtilsSecurityGroupTests-3f7fa99f-2649-4f29-bdbb-08dab3643f91-stack/2abfe41f-6749-41ca-8d1b-58dca82c3612 Content-Length: 491 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e/stacks/HeatUtilsSecurityGroupTests-3f7fa99f-2649-4f29-bdbb-08dab3643f91-stack/2abfe41f-6749-41ca-8d1b-58dca82c3612;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-09-04 10:33:42,771 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:33:42 GMT Server: Apache x-openstack-request-id: req-effabecd-7a0c-456b-a20f-3800ba2d769a Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 524 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": "da1aa3dc9e564d3d922e61c0121a390e", "OS::stack_id": "2abfe41f-6749-41ca-8d1b-58dca82c3612", "OS::stack_name": "HeatUtilsSecurityGroupTests-3f7fa99f-2649-4f29-bdbb-08dab3643f91-stack", "security_group_name": "HeatUtilsSecurityGroupTests-3f7fa99f-2649-4f29-bdbb-08dab3643f91-sec-grp"}, "deletion_time": null, "stack_name": "HeatUtilsSecurityGroupTests-3f7fa99f-2649-4f29-bdbb-08dab3643f91-stack", "stack_user_project_id": "23bb0fa3eb8247c0a7c3730c3cc13ba0", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2018-09-04T10:33:38Z", "links": [{"href": "http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e/stacks/HeatUtilsSecurityGroupTests-3f7fa99f-2649-4f29-bdbb-08dab3643f91-stack/2abfe41f-6749-41ca-8d1b-58dca82c3612", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "2abfe41f-6749-41ca-8d1b-58dca82c3612", "outputs": [], "template_description": "Sample template for creating a single SecurityGroup\n"}} 2018-09-04 10:33:42,771 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e/stacks/HeatUtilsSecurityGroupTests-3f7fa99f-2649-4f29-bdbb-08dab3643f91-stack/2abfe41f-6749-41ca-8d1b-58dca82c3612 used request id req-effabecd-7a0c-456b-a20f-3800ba2d769a 2018-09-04 10:33:42,774 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e/stacks/2abfe41f-6749-41ca-8d1b-58dca82c3612/resources -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bcef966fbc68c402c1c3af4a5e6afbcc5949fa44" 2018-09-04 10:33:42,962 - keystoneauth.session - DEBUG - RESP: [302] Date: Tue, 04 Sep 2018 10:33:42 GMT Server: Apache x-openstack-request-id: req-b30fd833-e21d-4027-9edf-75a305c197e1 Location: http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e/stacks/HeatUtilsSecurityGroupTests-3f7fa99f-2649-4f29-bdbb-08dab3643f91-stack/2abfe41f-6749-41ca-8d1b-58dca82c3612/resources Content-Length: 511 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e/stacks/HeatUtilsSecurityGroupTests-3f7fa99f-2649-4f29-bdbb-08dab3643f91-stack/2abfe41f-6749-41ca-8d1b-58dca82c3612/resources;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-09-04 10:33:43,167 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:33:42 GMT Server: Apache x-openstack-request-id: req-38fa5553-dd20-458d-85ed-2d4f74305927 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 401 Content-Type: application/json RESP BODY: {"resources": [{"resource_name": "server_security_group", "links": [{"href": "http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e/stacks/HeatUtilsSecurityGroupTests-3f7fa99f-2649-4f29-bdbb-08dab3643f91-stack/2abfe41f-6749-41ca-8d1b-58dca82c3612/resources/server_security_group", "rel": "self"}, {"href": "http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e/stacks/HeatUtilsSecurityGroupTests-3f7fa99f-2649-4f29-bdbb-08dab3643f91-stack/2abfe41f-6749-41ca-8d1b-58dca82c3612", "rel": "stack"}], "logical_resource_id": "server_security_group", "creation_time": "2018-09-04T10:33:38Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-09-04T10:33:38Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "595fa5fd-7f7c-453e-992a-9ce12a77e216", "resource_type": "OS::Neutron::SecurityGroup"}]} 2018-09-04 10:33:43,167 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e/stacks/HeatUtilsSecurityGroupTests-3f7fa99f-2649-4f29-bdbb-08dab3643f91-stack/2abfe41f-6749-41ca-8d1b-58dca82c3612/resources used request id req-38fa5553-dd20-458d-85ed-2d4f74305927 2018-09-04 10:33:43,168 - neutron_utils - INFO - Retrieving security group with ID - 595fa5fd-7f7c-453e-992a-9ce12a77e216 2018-09-04 10:33:43,173 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?id=595fa5fd-7f7c-453e-992a-9ce12a77e216 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bcef966fbc68c402c1c3af4a5e6afbcc5949fa44" 2018-09-04 10:33:43,363 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1433 X-Openstack-Request-Id: req-17ca1619-5eb1-4b72-8b29-c610afae8dea Date: Tue, 04 Sep 2018 10:33:43 GMT RESP BODY: {"security_groups": [{"description": "Test description", "tags": [], "tenant_id": "da1aa3dc9e564d3d922e61c0121a390e", "created_at": "2018-09-04T10:33:39Z", "updated_at": "2018-09-04T10:33:40Z", "security_group_rules": [{"direction": "egress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-09-04T10:33:40Z", "revision_number": 0, "id": "a742ba60-1b1c-4d8f-bcd7-068d531fd39b", "remote_group_id": null, "remote_ip_prefix": "0.0.0.0/0", "created_at": "2018-09-04T10:33:40Z", "security_group_id": "595fa5fd-7f7c-453e-992a-9ce12a77e216", "tenant_id": "da1aa3dc9e564d3d922e61c0121a390e", "port_range_min": 22, "ethertype": "IPv4", "project_id": "da1aa3dc9e564d3d922e61c0121a390e"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-09-04T10:33:40Z", "revision_number": 0, "id": "b7b76ab7-bd4d-41d2-beeb-e7a6289ae26f", "remote_group_id": null, "remote_ip_prefix": "0.0.0.0/0", "created_at": "2018-09-04T10:33:40Z", "security_group_id": "595fa5fd-7f7c-453e-992a-9ce12a77e216", "tenant_id": "da1aa3dc9e564d3d922e61c0121a390e", "port_range_min": null, "ethertype": "IPv4", "project_id": "da1aa3dc9e564d3d922e61c0121a390e"}], "revision_number": 6, "project_id": "da1aa3dc9e564d3d922e61c0121a390e", "id": "595fa5fd-7f7c-453e-992a-9ce12a77e216", "name": "HeatUtilsSecurityGroupTests-3f7fa99f-2649-4f29-bdbb-08dab3643f91-sec-grp"}]} 2018-09-04 10:33:43,364 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?id=595fa5fd-7f7c-453e-992a-9ce12a77e216 used request id req-17ca1619-5eb1-4b72-8b29-c610afae8dea 2018-09-04 10:33:43,364 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 595fa5fd-7f7c-453e-992a-9ce12a77e216 2018-09-04 10:33:43,369 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=595fa5fd-7f7c-453e-992a-9ce12a77e216 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bcef966fbc68c402c1c3af4a5e6afbcc5949fa44" 2018-09-04 10:33:43,569 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1012 X-Openstack-Request-Id: req-72c6167f-273d-49c8-90ea-6922c8c7ebff Date: Tue, 04 Sep 2018 10:33:43 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-09-04T10:33:40Z", "security_group_id": "595fa5fd-7f7c-453e-992a-9ce12a77e216", "port_range_min": 22, "revision_number": 0, "tenant_id": "da1aa3dc9e564d3d922e61c0121a390e", "created_at": "2018-09-04T10:33:40Z", "project_id": "da1aa3dc9e564d3d922e61c0121a390e", "id": "a742ba60-1b1c-4d8f-bcd7-068d531fd39b"}, {"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-09-04T10:33:40Z", "security_group_id": "595fa5fd-7f7c-453e-992a-9ce12a77e216", "port_range_min": null, "revision_number": 0, "tenant_id": "da1aa3dc9e564d3d922e61c0121a390e", "created_at": "2018-09-04T10:33:40Z", "project_id": "da1aa3dc9e564d3d922e61c0121a390e", "id": "b7b76ab7-bd4d-41d2-beeb-e7a6289ae26f"}]} 2018-09-04 10:33:43,569 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=595fa5fd-7f7c-453e-992a-9ce12a77e216 used request id req-72c6167f-273d-49c8-90ea-6922c8c7ebff 2018-09-04 10:33:43,572 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e/stacks/2abfe41f-6749-41ca-8d1b-58dca82c3612 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bcef966fbc68c402c1c3af4a5e6afbcc5949fa44" 2018-09-04 10:33:43,755 - keystoneauth.session - DEBUG - RESP: [302] Date: Tue, 04 Sep 2018 10:33:43 GMT Server: Apache x-openstack-request-id: req-a7b8febc-24b7-4d3d-92d9-84a029b7e10d Location: http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e/stacks/HeatUtilsSecurityGroupTests-3f7fa99f-2649-4f29-bdbb-08dab3643f91-stack/2abfe41f-6749-41ca-8d1b-58dca82c3612 Content-Length: 491 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e/stacks/HeatUtilsSecurityGroupTests-3f7fa99f-2649-4f29-bdbb-08dab3643f91-stack/2abfe41f-6749-41ca-8d1b-58dca82c3612;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-09-04 10:33:43,941 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 10:33:43 GMT Server: Apache x-openstack-request-id: req-f8fdcda2-6c89-4cf8-a311-10beb89a9e22 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 10:33:43,941 - keystoneauth.session - DEBUG - DELETE call to orchestration for http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e/stacks/HeatUtilsSecurityGroupTests-3f7fa99f-2649-4f29-bdbb-08dab3643f91-stack/2abfe41f-6749-41ca-8d1b-58dca82c3612 used request id req-f8fdcda2-6c89-4cf8-a311-10beb89a9e22 2018-09-04 10:33:43,944 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-09-04 10:33:44,330 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5ef645ad12fc453aa5d8a0c2cbf76196", "name": "heat_stack_owner"}, {"id": "9a944a8c31754b8f941d2fa9034d4301", "name": "Member"}, {"id": "3d416247e8224533841040c3ad2bce5a", "name": "admin"}], "expires_at": "2018-09-04T11:33:44.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "da1aa3dc9e564d3d922e61c0121a390e", "name": "api_check-project_95790658-ea1a-473f-b71a-0aa15c3467f2"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235635a698ef4bef9dc6b25273d185da"}, {"url": "http://192.30.9.6:8776/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "23b07b3fbfc340a58cf0f9b2871a0d23"}, {"url": "http://172.30.9.28:8776/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "72fd0aaa144d45419f4b04b6b26f69a7"}], "type": "volume", "id": "097241c25b4d4f7e91b3f8efa155909e", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v3/da1aa3dc9e564d3d922e61c0121a390e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93eb4cf3030a49e7840bec071422d397"}, {"url": "http://192.30.9.6:8776/v3/da1aa3dc9e564d3d922e61c0121a390e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8af439a6ac147fdbcb38ed9aa916b68"}, {"url": "http://192.30.9.6:8776/v3/da1aa3dc9e564d3d922e61c0121a390e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c4bfdbc9b7c74a23a40afdf578cfeba4"}], "type": "volumev3", "id": "1c85f4682ce44f729db1dabd98e965e8", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "82239574a29d4603a2161006f61851cf"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8d15f7134f364a7bbcfff2f84aac3bf2"}, {"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e01668c43a0c4c279b9a3d20a0280d6c"}], "type": "image", "id": "297d8415ca96454991054983920912f7", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7bb4d60e20734d4a9f31ec75e02cb823"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bf6adec15590466a9a0d3bddb00e8993"}, {"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f096f03a1d12411a8972f6f7c196b60d"}], "type": "policy", "id": "54c64351b56d44bbad74c2969cc3aa00", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "354ae6870a324fab82d0a0fb68ee0f26"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a3807e460dd4af488d982b66c52e64c"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e7c3da785076450abd71868e75ce0c33"}], "type": "cloudformation", "id": "6ac9917ae83c4639a15a4ab3cf0e76dd", "name": "heat-cfn"}, {"endpoints": [], "type": "metering", "id": "7fcc078e5e0645f29df67742ac14e388", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49e71628d386464cb950d6a9db00a328"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75b0a63ed8574bbcab1c851cc9b83d30"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9902b0a8b3c04cd192a1b84c417c232b"}], "type": "key-manager", "id": "9626544a32e74678a641c6e206f028a9", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "497340e5aa36485982fdf297f370558f"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7802beb4fc7c4952897b77bd5610b1fe"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c14af798917f4fa0b146d9772583e595"}], "type": "metric", "id": "973bfe8c658d4e5a8da725e76b9d550e", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "288ecc3674ea41d2aa3b790dcb832bf2"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7a6dc785cd7142f5b30f1a7ba0daeb03"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7f7d34e2351b4964befccc862c4e8e12"}], "type": "network", "id": "a348d7b06050474fb449be7f32ea6f5d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "21bce6ecb8464a1f8f3e3847aa698bd6"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0a8faf2246b47deb30e69e48d3551fb"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e71c6011de3d4d8589e5b53dcc79f288"}], "type": "identity", "id": "ad8d4b4953184137a1b913ecee9434ed", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "13474f9a78ca4f1184e4cddc84d0d98c"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad67365a18234bb78c336e6776958c00"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc54db13337f44f8921fbb9ad0f81de8"}], "type": "alarming", "id": "bb18dc3243034f08a6a7f69f7a1edccf", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0d91d7adf0304b2681c77f979e5cdb17"}, {"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "756e5ffca9774ab3ae2db41bf330417f"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c07c727a08c243b287827f539a124e63"}], "type": "placement", "id": "bb2c9432fcbd4c56913177122468f6ba", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1eed4912224b48cf9856446eae4d9928"}, {"url": "http://192.30.9.6:8004/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b73b7f99236541148d84f24f09e5dd40"}, {"url": "http://192.30.9.6:8004/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fbf12e52911244fdafc24a9d46f56e62"}], "type": "orchestration", "id": "c8918d139da945ba93df4ccce21d4904", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/da1aa3dc9e564d3d922e61c0121a390e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16bf098b9e2e490f8e47fa601059f975"}, {"url": "http://192.30.9.6:8776/v2/da1aa3dc9e564d3d922e61c0121a390e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc16fa4cf491444ca2f611d5692c1170"}, {"url": "http://192.30.9.6:8776/v2/da1aa3dc9e564d3d922e61c0121a390e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ccd2c5325dff4b90b391db9fdde67d99"}], "type": "volumev2", "id": "d09ac9123c34494abce21d6c27bee9d9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eac694332354a3aa0e61c31314166d7"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b4d4989c4e764717ab78d38675cadd3f"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff196e46b56d406d87a678f1a64497b0"}], "type": "compute", "id": "d4030ee932c84df58c5b910cc197caa7", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_95790658-ea1a-473f-b71a-0aa15c3467f2", "id": "6cb53a06110b45a6a2f21cb265048110"}, "audit_ids": ["QnO_qc9RRQSKx9k53yB9sQ"], "issued_at": "2018-09-04T10:33:44.000000Z"}} 2018-09-04 10:33:44,333 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:8776/v3/da1aa3dc9e564d3d922e61c0121a390e/qos-specs -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}96bfc39e3b7ea77321d82f979ee37927d7803848" -d '{"qos_specs": {"consumer": "both", "name": "CinderUtilsQoSTests-2f5c62fc-8427-47b5-8f43-70c1ea16042d"}}' 2018-09-04 10:33:44,541 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:33:44 GMT Server: Apache x-compute-request-id: req-11c417bd-5170-4b98-b110-31d496d8fc19 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-11c417bd-5170-4b98-b110-31d496d8fc19 Content-Encoding: gzip Content-Length: 242 Content-Type: application/json RESP BODY: {"qos_specs": {"specs": {}, "consumer": "both", "id": "883d233b-8976-4e5a-bbed-7a28535e1674", "name": "CinderUtilsQoSTests-2f5c62fc-8427-47b5-8f43-70c1ea16042d"}, "links": [{"href": "http://172.30.9.28:8776/v3/da1aa3dc9e564d3d922e61c0121a390e/qos-specs/883d233b-8976-4e5a-bbed-7a28535e1674", "rel": "self"}, {"href": "http://172.30.9.28:8776/da1aa3dc9e564d3d922e61c0121a390e/qos-specs/883d233b-8976-4e5a-bbed-7a28535e1674", "rel": "bookmark"}]} 2018-09-04 10:33:44,541 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.28:8776/v3/da1aa3dc9e564d3d922e61c0121a390e/qos-specs used request id req-11c417bd-5170-4b98-b110-31d496d8fc19 2018-09-04 10:33:44,545 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8776/v3/da1aa3dc9e564d3d922e61c0121a390e/qos-specs -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-11c417bd-5170-4b98-b110-31d496d8fc19" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}96bfc39e3b7ea77321d82f979ee37927d7803848" 2018-09-04 10:33:45,258 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:33:44 GMT Server: Apache x-compute-request-id: req-5fb5b147-67ee-4b97-8727-c70d1f358a66 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-5fb5b147-67ee-4b97-8727-c70d1f358a66 Content-Encoding: gzip Content-Length: 154 Content-Type: application/json RESP BODY: {"qos_specs": [{"specs": {}, "consumer": "both", "id": "883d233b-8976-4e5a-bbed-7a28535e1674", "name": "CinderUtilsQoSTests-2f5c62fc-8427-47b5-8f43-70c1ea16042d"}]} 2018-09-04 10:33:45,258 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/da1aa3dc9e564d3d922e61c0121a390e/qos-specs used request id req-5fb5b147-67ee-4b97-8727-c70d1f358a66 2018-09-04 10:33:45,259 - cinder_utils - INFO - Deleting QoS named - CinderUtilsQoSTests-2f5c62fc-8427-47b5-8f43-70c1ea16042d 2018-09-04 10:33:45,262 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:8776/v3/da1aa3dc9e564d3d922e61c0121a390e/qos-specs/883d233b-8976-4e5a-bbed-7a28535e1674?force=False -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-11c417bd-5170-4b98-b110-31d496d8fc19" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}96bfc39e3b7ea77321d82f979ee37927d7803848" 2018-09-04 10:33:45,577 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Tue, 04 Sep 2018 10:33:45 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-7ac1d9c8-b6e9-4f6d-89fe-d942653d13da Content-Length: 0 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-09-04 10:33:45,578 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.28:8776/v3/da1aa3dc9e564d3d922e61c0121a390e/qos-specs/883d233b-8976-4e5a-bbed-7a28535e1674?force=False used request id req-7ac1d9c8-b6e9-4f6d-89fe-d942653d13da 2018-09-04 10:33:45,580 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8776/v3/da1aa3dc9e564d3d922e61c0121a390e/qos-specs -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-11c417bd-5170-4b98-b110-31d496d8fc19" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}96bfc39e3b7ea77321d82f979ee37927d7803848" 2018-09-04 10:33:46,290 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:33:45 GMT Server: Apache x-compute-request-id: req-939dfa42-504e-44dd-9d02-91bbc36c9444 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-939dfa42-504e-44dd-9d02-91bbc36c9444 Content-Length: 17 Content-Type: application/json RESP BODY: {"qos_specs": []} 2018-09-04 10:33:46,290 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/da1aa3dc9e564d3d922e61c0121a390e/qos-specs used request id req-939dfa42-504e-44dd-9d02-91bbc36c9444 2018-09-04 10:33:46,291 - cinder_utils - INFO - Deleting QoS named - CinderUtilsQoSTests-2f5c62fc-8427-47b5-8f43-70c1ea16042d 2018-09-04 10:33:46,294 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:8776/v3/da1aa3dc9e564d3d922e61c0121a390e/qos-specs/883d233b-8976-4e5a-bbed-7a28535e1674?force=False -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-11c417bd-5170-4b98-b110-31d496d8fc19" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}96bfc39e3b7ea77321d82f979ee37927d7803848" 2018-09-04 10:33:46,578 - cinderclient.v3.client - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 10:33:46 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-compute-request-id: req-d9cee480-2fc7-4eff-8312-d9d9d996e122 x-openstack-request-id: req-d9cee480-2fc7-4eff-8312-d9d9d996e122 Content-Length: 100 Content-Type: application/json RESP BODY: {"itemNotFound": {"message": "No such QoS spec 883d233b-8976-4e5a-bbed-7a28535e1674.", "code": 404}} 2018-09-04 10:33:46,578 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.28:8776/v3/da1aa3dc9e564d3d922e61c0121a390e/qos-specs/883d233b-8976-4e5a-bbed-7a28535e1674?force=False used request id req-d9cee480-2fc7-4eff-8312-d9d9d996e122 2018-09-04 10:33:46,581 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-09-04 10:33:46,973 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5ef645ad12fc453aa5d8a0c2cbf76196", "name": "heat_stack_owner"}, {"id": "9a944a8c31754b8f941d2fa9034d4301", "name": "Member"}, {"id": "3d416247e8224533841040c3ad2bce5a", "name": "admin"}], "expires_at": "2018-09-04T11:33:46.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "da1aa3dc9e564d3d922e61c0121a390e", "name": "api_check-project_95790658-ea1a-473f-b71a-0aa15c3467f2"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235635a698ef4bef9dc6b25273d185da"}, {"url": "http://192.30.9.6:8776/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "23b07b3fbfc340a58cf0f9b2871a0d23"}, {"url": "http://172.30.9.28:8776/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "72fd0aaa144d45419f4b04b6b26f69a7"}], "type": "volume", "id": "097241c25b4d4f7e91b3f8efa155909e", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v3/da1aa3dc9e564d3d922e61c0121a390e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93eb4cf3030a49e7840bec071422d397"}, {"url": "http://192.30.9.6:8776/v3/da1aa3dc9e564d3d922e61c0121a390e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8af439a6ac147fdbcb38ed9aa916b68"}, {"url": "http://192.30.9.6:8776/v3/da1aa3dc9e564d3d922e61c0121a390e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c4bfdbc9b7c74a23a40afdf578cfeba4"}], "type": "volumev3", "id": "1c85f4682ce44f729db1dabd98e965e8", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "82239574a29d4603a2161006f61851cf"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8d15f7134f364a7bbcfff2f84aac3bf2"}, {"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e01668c43a0c4c279b9a3d20a0280d6c"}], "type": "image", "id": "297d8415ca96454991054983920912f7", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7bb4d60e20734d4a9f31ec75e02cb823"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bf6adec15590466a9a0d3bddb00e8993"}, {"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f096f03a1d12411a8972f6f7c196b60d"}], "type": "policy", "id": "54c64351b56d44bbad74c2969cc3aa00", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "354ae6870a324fab82d0a0fb68ee0f26"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a3807e460dd4af488d982b66c52e64c"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e7c3da785076450abd71868e75ce0c33"}], "type": "cloudformation", "id": "6ac9917ae83c4639a15a4ab3cf0e76dd", "name": "heat-cfn"}, {"endpoints": [], "type": "metering", "id": "7fcc078e5e0645f29df67742ac14e388", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49e71628d386464cb950d6a9db00a328"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75b0a63ed8574bbcab1c851cc9b83d30"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9902b0a8b3c04cd192a1b84c417c232b"}], "type": "key-manager", "id": "9626544a32e74678a641c6e206f028a9", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "497340e5aa36485982fdf297f370558f"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7802beb4fc7c4952897b77bd5610b1fe"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c14af798917f4fa0b146d9772583e595"}], "type": "metric", "id": "973bfe8c658d4e5a8da725e76b9d550e", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "288ecc3674ea41d2aa3b790dcb832bf2"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7a6dc785cd7142f5b30f1a7ba0daeb03"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7f7d34e2351b4964befccc862c4e8e12"}], "type": "network", "id": "a348d7b06050474fb449be7f32ea6f5d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "21bce6ecb8464a1f8f3e3847aa698bd6"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0a8faf2246b47deb30e69e48d3551fb"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e71c6011de3d4d8589e5b53dcc79f288"}], "type": "identity", "id": "ad8d4b4953184137a1b913ecee9434ed", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "13474f9a78ca4f1184e4cddc84d0d98c"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad67365a18234bb78c336e6776958c00"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc54db13337f44f8921fbb9ad0f81de8"}], "type": "alarming", "id": "bb18dc3243034f08a6a7f69f7a1edccf", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0d91d7adf0304b2681c77f979e5cdb17"}, {"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "756e5ffca9774ab3ae2db41bf330417f"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c07c727a08c243b287827f539a124e63"}], "type": "placement", "id": "bb2c9432fcbd4c56913177122468f6ba", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1eed4912224b48cf9856446eae4d9928"}, {"url": "http://192.30.9.6:8004/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b73b7f99236541148d84f24f09e5dd40"}, {"url": "http://192.30.9.6:8004/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fbf12e52911244fdafc24a9d46f56e62"}], "type": "orchestration", "id": "c8918d139da945ba93df4ccce21d4904", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/da1aa3dc9e564d3d922e61c0121a390e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16bf098b9e2e490f8e47fa601059f975"}, {"url": "http://192.30.9.6:8776/v2/da1aa3dc9e564d3d922e61c0121a390e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc16fa4cf491444ca2f611d5692c1170"}, {"url": "http://192.30.9.6:8776/v2/da1aa3dc9e564d3d922e61c0121a390e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ccd2c5325dff4b90b391db9fdde67d99"}], "type": "volumev2", "id": "d09ac9123c34494abce21d6c27bee9d9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eac694332354a3aa0e61c31314166d7"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b4d4989c4e764717ab78d38675cadd3f"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff196e46b56d406d87a678f1a64497b0"}], "type": "compute", "id": "d4030ee932c84df58c5b910cc197caa7", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_95790658-ea1a-473f-b71a-0aa15c3467f2", "id": "6cb53a06110b45a6a2f21cb265048110"}, "audit_ids": ["gfzbrGoMQhugRqQ4CHymyw"], "issued_at": "2018-09-04T10:33:46.000000Z"}} 2018-09-04 10:33:46,976 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:8776/v3/da1aa3dc9e564d3d922e61c0121a390e/qos-specs -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f414bedcedcceae4a7b66cdd3c95dbb9a87652cd" -d '{"qos_specs": {"foo": "bar ", "consumer": "back-end", "name": "CinderUtilsQoSTests-cb2549ed-36be-4322-b58e-7cbcdab50dbe"}}' 2018-09-04 10:33:47,163 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:33:46 GMT Server: Apache x-compute-request-id: req-2342633d-2cce-4adf-babd-b0b4d55f0c63 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-2342633d-2cce-4adf-babd-b0b4d55f0c63 Content-Encoding: gzip Content-Length: 252 Content-Type: application/json RESP BODY: {"qos_specs": {"specs": {"foo": "bar "}, "consumer": "back-end", "id": "3f32189d-5956-4ba6-85dc-6b774d66ff62", "name": "CinderUtilsQoSTests-cb2549ed-36be-4322-b58e-7cbcdab50dbe"}, "links": [{"href": "http://172.30.9.28:8776/v3/da1aa3dc9e564d3d922e61c0121a390e/qos-specs/3f32189d-5956-4ba6-85dc-6b774d66ff62", "rel": "self"}, {"href": "http://172.30.9.28:8776/da1aa3dc9e564d3d922e61c0121a390e/qos-specs/3f32189d-5956-4ba6-85dc-6b774d66ff62", "rel": "bookmark"}]} 2018-09-04 10:33:47,163 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.28:8776/v3/da1aa3dc9e564d3d922e61c0121a390e/qos-specs used request id req-2342633d-2cce-4adf-babd-b0b4d55f0c63 2018-09-04 10:33:47,166 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8776/v3/da1aa3dc9e564d3d922e61c0121a390e/qos-specs -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-2342633d-2cce-4adf-babd-b0b4d55f0c63" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f414bedcedcceae4a7b66cdd3c95dbb9a87652cd" 2018-09-04 10:33:47,340 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:33:47 GMT Server: Apache x-compute-request-id: req-9453fd7f-d017-426e-aad4-dbf7aa7d6725 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-9453fd7f-d017-426e-aad4-dbf7aa7d6725 Content-Encoding: gzip Content-Length: 164 Content-Type: application/json RESP BODY: {"qos_specs": [{"specs": {"foo": "bar "}, "consumer": "back-end", "id": "3f32189d-5956-4ba6-85dc-6b774d66ff62", "name": "CinderUtilsQoSTests-cb2549ed-36be-4322-b58e-7cbcdab50dbe"}]} 2018-09-04 10:33:47,340 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/da1aa3dc9e564d3d922e61c0121a390e/qos-specs used request id req-9453fd7f-d017-426e-aad4-dbf7aa7d6725 2018-09-04 10:33:47,343 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8776/v3/da1aa3dc9e564d3d922e61c0121a390e/qos-specs/3f32189d-5956-4ba6-85dc-6b774d66ff62 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-2342633d-2cce-4adf-babd-b0b4d55f0c63" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f414bedcedcceae4a7b66cdd3c95dbb9a87652cd" 2018-09-04 10:33:48,043 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:33:47 GMT Server: Apache x-compute-request-id: req-9b572483-5540-4d3e-98e2-060b3cc0d391 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-9b572483-5540-4d3e-98e2-060b3cc0d391 Content-Encoding: gzip Content-Length: 252 Content-Type: application/json RESP BODY: {"qos_specs": {"specs": {"foo": "bar "}, "consumer": "back-end", "id": "3f32189d-5956-4ba6-85dc-6b774d66ff62", "name": "CinderUtilsQoSTests-cb2549ed-36be-4322-b58e-7cbcdab50dbe"}, "links": [{"href": "http://172.30.9.28:8776/v3/da1aa3dc9e564d3d922e61c0121a390e/qos-specs/3f32189d-5956-4ba6-85dc-6b774d66ff62", "rel": "self"}, {"href": "http://172.30.9.28:8776/da1aa3dc9e564d3d922e61c0121a390e/qos-specs/3f32189d-5956-4ba6-85dc-6b774d66ff62", "rel": "bookmark"}]} 2018-09-04 10:33:48,043 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/da1aa3dc9e564d3d922e61c0121a390e/qos-specs/3f32189d-5956-4ba6-85dc-6b774d66ff62 used request id req-9b572483-5540-4d3e-98e2-060b3cc0d391 2018-09-04 10:33:48,044 - cinder_utils - INFO - Deleting QoS named - CinderUtilsQoSTests-cb2549ed-36be-4322-b58e-7cbcdab50dbe 2018-09-04 10:33:48,046 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:8776/v3/da1aa3dc9e564d3d922e61c0121a390e/qos-specs/3f32189d-5956-4ba6-85dc-6b774d66ff62?force=False -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-2342633d-2cce-4adf-babd-b0b4d55f0c63" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f414bedcedcceae4a7b66cdd3c95dbb9a87652cd" 2018-09-04 10:33:48,092 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Tue, 04 Sep 2018 10:33:48 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-bf5e7aec-1975-4669-a285-5282102f8a0a Content-Length: 0 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-09-04 10:33:48,092 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.28:8776/v3/da1aa3dc9e564d3d922e61c0121a390e/qos-specs/3f32189d-5956-4ba6-85dc-6b774d66ff62?force=False used request id req-bf5e7aec-1975-4669-a285-5282102f8a0a 2018-09-04 10:33:48,095 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-09-04 10:33:48,480 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5ef645ad12fc453aa5d8a0c2cbf76196", "name": "heat_stack_owner"}, {"id": "9a944a8c31754b8f941d2fa9034d4301", "name": "Member"}, {"id": "3d416247e8224533841040c3ad2bce5a", "name": "admin"}], "expires_at": "2018-09-04T11:33:48.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "da1aa3dc9e564d3d922e61c0121a390e", "name": "api_check-project_95790658-ea1a-473f-b71a-0aa15c3467f2"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235635a698ef4bef9dc6b25273d185da"}, {"url": "http://192.30.9.6:8776/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "23b07b3fbfc340a58cf0f9b2871a0d23"}, {"url": "http://172.30.9.28:8776/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "72fd0aaa144d45419f4b04b6b26f69a7"}], "type": "volume", "id": "097241c25b4d4f7e91b3f8efa155909e", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v3/da1aa3dc9e564d3d922e61c0121a390e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93eb4cf3030a49e7840bec071422d397"}, {"url": "http://192.30.9.6:8776/v3/da1aa3dc9e564d3d922e61c0121a390e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8af439a6ac147fdbcb38ed9aa916b68"}, {"url": "http://192.30.9.6:8776/v3/da1aa3dc9e564d3d922e61c0121a390e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c4bfdbc9b7c74a23a40afdf578cfeba4"}], "type": "volumev3", "id": "1c85f4682ce44f729db1dabd98e965e8", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "82239574a29d4603a2161006f61851cf"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8d15f7134f364a7bbcfff2f84aac3bf2"}, {"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e01668c43a0c4c279b9a3d20a0280d6c"}], "type": "image", "id": "297d8415ca96454991054983920912f7", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7bb4d60e20734d4a9f31ec75e02cb823"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bf6adec15590466a9a0d3bddb00e8993"}, {"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f096f03a1d12411a8972f6f7c196b60d"}], "type": "policy", "id": "54c64351b56d44bbad74c2969cc3aa00", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "354ae6870a324fab82d0a0fb68ee0f26"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a3807e460dd4af488d982b66c52e64c"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e7c3da785076450abd71868e75ce0c33"}], "type": "cloudformation", "id": "6ac9917ae83c4639a15a4ab3cf0e76dd", "name": "heat-cfn"}, {"endpoints": [], "type": "metering", "id": "7fcc078e5e0645f29df67742ac14e388", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49e71628d386464cb950d6a9db00a328"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75b0a63ed8574bbcab1c851cc9b83d30"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9902b0a8b3c04cd192a1b84c417c232b"}], "type": "key-manager", "id": "9626544a32e74678a641c6e206f028a9", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "497340e5aa36485982fdf297f370558f"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7802beb4fc7c4952897b77bd5610b1fe"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c14af798917f4fa0b146d9772583e595"}], "type": "metric", "id": "973bfe8c658d4e5a8da725e76b9d550e", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "288ecc3674ea41d2aa3b790dcb832bf2"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7a6dc785cd7142f5b30f1a7ba0daeb03"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7f7d34e2351b4964befccc862c4e8e12"}], "type": "network", "id": "a348d7b06050474fb449be7f32ea6f5d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "21bce6ecb8464a1f8f3e3847aa698bd6"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0a8faf2246b47deb30e69e48d3551fb"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e71c6011de3d4d8589e5b53dcc79f288"}], "type": "identity", "id": "ad8d4b4953184137a1b913ecee9434ed", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "13474f9a78ca4f1184e4cddc84d0d98c"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad67365a18234bb78c336e6776958c00"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc54db13337f44f8921fbb9ad0f81de8"}], "type": "alarming", "id": "bb18dc3243034f08a6a7f69f7a1edccf", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0d91d7adf0304b2681c77f979e5cdb17"}, {"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "756e5ffca9774ab3ae2db41bf330417f"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c07c727a08c243b287827f539a124e63"}], "type": "placement", "id": "bb2c9432fcbd4c56913177122468f6ba", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1eed4912224b48cf9856446eae4d9928"}, {"url": "http://192.30.9.6:8004/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b73b7f99236541148d84f24f09e5dd40"}, {"url": "http://192.30.9.6:8004/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fbf12e52911244fdafc24a9d46f56e62"}], "type": "orchestration", "id": "c8918d139da945ba93df4ccce21d4904", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/da1aa3dc9e564d3d922e61c0121a390e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16bf098b9e2e490f8e47fa601059f975"}, {"url": "http://192.30.9.6:8776/v2/da1aa3dc9e564d3d922e61c0121a390e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc16fa4cf491444ca2f611d5692c1170"}, {"url": "http://192.30.9.6:8776/v2/da1aa3dc9e564d3d922e61c0121a390e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ccd2c5325dff4b90b391db9fdde67d99"}], "type": "volumev2", "id": "d09ac9123c34494abce21d6c27bee9d9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eac694332354a3aa0e61c31314166d7"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b4d4989c4e764717ab78d38675cadd3f"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff196e46b56d406d87a678f1a64497b0"}], "type": "compute", "id": "d4030ee932c84df58c5b910cc197caa7", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_95790658-ea1a-473f-b71a-0aa15c3467f2", "id": "6cb53a06110b45a6a2f21cb265048110"}, "audit_ids": ["o3jwmxghQEekSQbZfO2DNw"], "issued_at": "2018-09-04T10:33:48.000000Z"}} 2018-09-04 10:33:48,483 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:8776/v3/da1aa3dc9e564d3d922e61c0121a390e/qos-specs -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}48720441a1a8d047150d6e23d98e5b8d61d78048" -d '{"qos_specs": {"foo": "bar ", "consumer": "both", "name": "CinderUtilsQoSTests-06364248-9d34-445d-aae3-4524a891bedf"}}' 2018-09-04 10:33:48,687 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:33:48 GMT Server: Apache x-compute-request-id: req-4b9dbe4f-6311-420e-b280-105483083d5d OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-4b9dbe4f-6311-420e-b280-105483083d5d Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"qos_specs": {"specs": {"foo": "bar "}, "consumer": "both", "id": "9cd499ec-8e64-4264-b0de-da70db3fa43a", "name": "CinderUtilsQoSTests-06364248-9d34-445d-aae3-4524a891bedf"}, "links": [{"href": "http://172.30.9.28:8776/v3/da1aa3dc9e564d3d922e61c0121a390e/qos-specs/9cd499ec-8e64-4264-b0de-da70db3fa43a", "rel": "self"}, {"href": "http://172.30.9.28:8776/da1aa3dc9e564d3d922e61c0121a390e/qos-specs/9cd499ec-8e64-4264-b0de-da70db3fa43a", "rel": "bookmark"}]} 2018-09-04 10:33:48,688 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.28:8776/v3/da1aa3dc9e564d3d922e61c0121a390e/qos-specs used request id req-4b9dbe4f-6311-420e-b280-105483083d5d 2018-09-04 10:33:48,691 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8776/v3/da1aa3dc9e564d3d922e61c0121a390e/qos-specs -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-4b9dbe4f-6311-420e-b280-105483083d5d" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}48720441a1a8d047150d6e23d98e5b8d61d78048" 2018-09-04 10:33:48,865 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:33:48 GMT Server: Apache x-compute-request-id: req-bcf9427b-a344-4924-b5a3-66254c32b495 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-bcf9427b-a344-4924-b5a3-66254c32b495 Content-Encoding: gzip Content-Length: 162 Content-Type: application/json RESP BODY: {"qos_specs": [{"specs": {"foo": "bar "}, "consumer": "both", "id": "9cd499ec-8e64-4264-b0de-da70db3fa43a", "name": "CinderUtilsQoSTests-06364248-9d34-445d-aae3-4524a891bedf"}]} 2018-09-04 10:33:48,865 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/da1aa3dc9e564d3d922e61c0121a390e/qos-specs used request id req-bcf9427b-a344-4924-b5a3-66254c32b495 2018-09-04 10:33:48,868 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8776/v3/da1aa3dc9e564d3d922e61c0121a390e/qos-specs/9cd499ec-8e64-4264-b0de-da70db3fa43a -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-4b9dbe4f-6311-420e-b280-105483083d5d" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}48720441a1a8d047150d6e23d98e5b8d61d78048" 2018-09-04 10:33:49,032 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:33:48 GMT Server: Apache x-compute-request-id: req-e342ac41-aced-430d-8467-09efa6c8c5d6 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-e342ac41-aced-430d-8467-09efa6c8c5d6 Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"qos_specs": {"specs": {"foo": "bar "}, "consumer": "both", "id": "9cd499ec-8e64-4264-b0de-da70db3fa43a", "name": "CinderUtilsQoSTests-06364248-9d34-445d-aae3-4524a891bedf"}, "links": [{"href": "http://172.30.9.28:8776/v3/da1aa3dc9e564d3d922e61c0121a390e/qos-specs/9cd499ec-8e64-4264-b0de-da70db3fa43a", "rel": "self"}, {"href": "http://172.30.9.28:8776/da1aa3dc9e564d3d922e61c0121a390e/qos-specs/9cd499ec-8e64-4264-b0de-da70db3fa43a", "rel": "bookmark"}]} 2018-09-04 10:33:49,032 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/da1aa3dc9e564d3d922e61c0121a390e/qos-specs/9cd499ec-8e64-4264-b0de-da70db3fa43a used request id req-e342ac41-aced-430d-8467-09efa6c8c5d6 2018-09-04 10:33:49,033 - cinder_utils - INFO - Deleting QoS named - CinderUtilsQoSTests-06364248-9d34-445d-aae3-4524a891bedf 2018-09-04 10:33:49,035 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:8776/v3/da1aa3dc9e564d3d922e61c0121a390e/qos-specs/9cd499ec-8e64-4264-b0de-da70db3fa43a?force=False -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-4b9dbe4f-6311-420e-b280-105483083d5d" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}48720441a1a8d047150d6e23d98e5b8d61d78048" 2018-09-04 10:33:49,241 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Tue, 04 Sep 2018 10:33:49 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-cd23017b-5adf-415a-a073-a9ef1ec410ec Content-Length: 0 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-09-04 10:33:49,241 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.28:8776/v3/da1aa3dc9e564d3d922e61c0121a390e/qos-specs/9cd499ec-8e64-4264-b0de-da70db3fa43a?force=False used request id req-cd23017b-5adf-415a-a073-a9ef1ec410ec 2018-09-04 10:33:49,244 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-09-04 10:33:49,621 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5ef645ad12fc453aa5d8a0c2cbf76196", "name": "heat_stack_owner"}, {"id": "9a944a8c31754b8f941d2fa9034d4301", "name": "Member"}, {"id": "3d416247e8224533841040c3ad2bce5a", "name": "admin"}], "expires_at": "2018-09-04T11:33:49.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "da1aa3dc9e564d3d922e61c0121a390e", "name": "api_check-project_95790658-ea1a-473f-b71a-0aa15c3467f2"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235635a698ef4bef9dc6b25273d185da"}, {"url": "http://192.30.9.6:8776/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "23b07b3fbfc340a58cf0f9b2871a0d23"}, {"url": "http://172.30.9.28:8776/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "72fd0aaa144d45419f4b04b6b26f69a7"}], "type": "volume", "id": "097241c25b4d4f7e91b3f8efa155909e", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v3/da1aa3dc9e564d3d922e61c0121a390e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93eb4cf3030a49e7840bec071422d397"}, {"url": "http://192.30.9.6:8776/v3/da1aa3dc9e564d3d922e61c0121a390e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8af439a6ac147fdbcb38ed9aa916b68"}, {"url": "http://192.30.9.6:8776/v3/da1aa3dc9e564d3d922e61c0121a390e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c4bfdbc9b7c74a23a40afdf578cfeba4"}], "type": "volumev3", "id": "1c85f4682ce44f729db1dabd98e965e8", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "82239574a29d4603a2161006f61851cf"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8d15f7134f364a7bbcfff2f84aac3bf2"}, {"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e01668c43a0c4c279b9a3d20a0280d6c"}], "type": "image", "id": "297d8415ca96454991054983920912f7", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7bb4d60e20734d4a9f31ec75e02cb823"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bf6adec15590466a9a0d3bddb00e8993"}, {"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f096f03a1d12411a8972f6f7c196b60d"}], "type": "policy", "id": "54c64351b56d44bbad74c2969cc3aa00", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "354ae6870a324fab82d0a0fb68ee0f26"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a3807e460dd4af488d982b66c52e64c"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e7c3da785076450abd71868e75ce0c33"}], "type": "cloudformation", "id": "6ac9917ae83c4639a15a4ab3cf0e76dd", "name": "heat-cfn"}, {"endpoints": [], "type": "metering", "id": "7fcc078e5e0645f29df67742ac14e388", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49e71628d386464cb950d6a9db00a328"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75b0a63ed8574bbcab1c851cc9b83d30"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9902b0a8b3c04cd192a1b84c417c232b"}], "type": "key-manager", "id": "9626544a32e74678a641c6e206f028a9", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "497340e5aa36485982fdf297f370558f"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7802beb4fc7c4952897b77bd5610b1fe"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c14af798917f4fa0b146d9772583e595"}], "type": "metric", "id": "973bfe8c658d4e5a8da725e76b9d550e", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "288ecc3674ea41d2aa3b790dcb832bf2"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7a6dc785cd7142f5b30f1a7ba0daeb03"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7f7d34e2351b4964befccc862c4e8e12"}], "type": "network", "id": "a348d7b06050474fb449be7f32ea6f5d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "21bce6ecb8464a1f8f3e3847aa698bd6"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0a8faf2246b47deb30e69e48d3551fb"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e71c6011de3d4d8589e5b53dcc79f288"}], "type": "identity", "id": "ad8d4b4953184137a1b913ecee9434ed", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "13474f9a78ca4f1184e4cddc84d0d98c"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad67365a18234bb78c336e6776958c00"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc54db13337f44f8921fbb9ad0f81de8"}], "type": "alarming", "id": "bb18dc3243034f08a6a7f69f7a1edccf", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0d91d7adf0304b2681c77f979e5cdb17"}, {"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "756e5ffca9774ab3ae2db41bf330417f"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c07c727a08c243b287827f539a124e63"}], "type": "placement", "id": "bb2c9432fcbd4c56913177122468f6ba", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1eed4912224b48cf9856446eae4d9928"}, {"url": "http://192.30.9.6:8004/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b73b7f99236541148d84f24f09e5dd40"}, {"url": "http://192.30.9.6:8004/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fbf12e52911244fdafc24a9d46f56e62"}], "type": "orchestration", "id": "c8918d139da945ba93df4ccce21d4904", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/da1aa3dc9e564d3d922e61c0121a390e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16bf098b9e2e490f8e47fa601059f975"}, {"url": "http://192.30.9.6:8776/v2/da1aa3dc9e564d3d922e61c0121a390e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc16fa4cf491444ca2f611d5692c1170"}, {"url": "http://192.30.9.6:8776/v2/da1aa3dc9e564d3d922e61c0121a390e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ccd2c5325dff4b90b391db9fdde67d99"}], "type": "volumev2", "id": "d09ac9123c34494abce21d6c27bee9d9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eac694332354a3aa0e61c31314166d7"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b4d4989c4e764717ab78d38675cadd3f"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff196e46b56d406d87a678f1a64497b0"}], "type": "compute", "id": "d4030ee932c84df58c5b910cc197caa7", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_95790658-ea1a-473f-b71a-0aa15c3467f2", "id": "6cb53a06110b45a6a2f21cb265048110"}, "audit_ids": ["wm-nUgbCTxm46XFTwPqHJA"], "issued_at": "2018-09-04T10:33:49.000000Z"}} 2018-09-04 10:33:49,624 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:8776/v3/da1aa3dc9e564d3d922e61c0121a390e/qos-specs -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e21c9a4e97abe6039db3215038f45b7ce9c6088b" -d '{"qos_specs": {"foo": "bar ", "consumer": "front-end", "name": "CinderUtilsQoSTests-ab5b191b-fa03-4cae-819e-7d2d6a668db9"}}' 2018-09-04 10:33:49,813 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:33:49 GMT Server: Apache x-compute-request-id: req-c25ce566-5fa8-4185-af93-f5fbe9900598 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-c25ce566-5fa8-4185-af93-f5fbe9900598 Content-Encoding: gzip Content-Length: 253 Content-Type: application/json RESP BODY: {"qos_specs": {"specs": {"foo": "bar "}, "consumer": "front-end", "id": "1ff517e5-7c44-4e19-9163-3b0f20b7e6db", "name": "CinderUtilsQoSTests-ab5b191b-fa03-4cae-819e-7d2d6a668db9"}, "links": [{"href": "http://172.30.9.28:8776/v3/da1aa3dc9e564d3d922e61c0121a390e/qos-specs/1ff517e5-7c44-4e19-9163-3b0f20b7e6db", "rel": "self"}, {"href": "http://172.30.9.28:8776/da1aa3dc9e564d3d922e61c0121a390e/qos-specs/1ff517e5-7c44-4e19-9163-3b0f20b7e6db", "rel": "bookmark"}]} 2018-09-04 10:33:49,813 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.28:8776/v3/da1aa3dc9e564d3d922e61c0121a390e/qos-specs used request id req-c25ce566-5fa8-4185-af93-f5fbe9900598 2018-09-04 10:33:49,816 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8776/v3/da1aa3dc9e564d3d922e61c0121a390e/qos-specs -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-c25ce566-5fa8-4185-af93-f5fbe9900598" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e21c9a4e97abe6039db3215038f45b7ce9c6088b" 2018-09-04 10:33:49,975 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:33:49 GMT Server: Apache x-compute-request-id: req-ec341100-bc14-4a2e-b6f4-c5951029461d OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-ec341100-bc14-4a2e-b6f4-c5951029461d Content-Encoding: gzip Content-Length: 166 Content-Type: application/json RESP BODY: {"qos_specs": [{"specs": {"foo": "bar "}, "consumer": "front-end", "id": "1ff517e5-7c44-4e19-9163-3b0f20b7e6db", "name": "CinderUtilsQoSTests-ab5b191b-fa03-4cae-819e-7d2d6a668db9"}]} 2018-09-04 10:33:49,975 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/da1aa3dc9e564d3d922e61c0121a390e/qos-specs used request id req-ec341100-bc14-4a2e-b6f4-c5951029461d 2018-09-04 10:33:49,978 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8776/v3/da1aa3dc9e564d3d922e61c0121a390e/qos-specs/1ff517e5-7c44-4e19-9163-3b0f20b7e6db -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-c25ce566-5fa8-4185-af93-f5fbe9900598" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e21c9a4e97abe6039db3215038f45b7ce9c6088b" 2018-09-04 10:33:50,146 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:33:49 GMT Server: Apache x-compute-request-id: req-467dec41-7164-445b-9a1a-ac008f1fc63b OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-467dec41-7164-445b-9a1a-ac008f1fc63b Content-Encoding: gzip Content-Length: 253 Content-Type: application/json RESP BODY: {"qos_specs": {"specs": {"foo": "bar "}, "consumer": "front-end", "id": "1ff517e5-7c44-4e19-9163-3b0f20b7e6db", "name": "CinderUtilsQoSTests-ab5b191b-fa03-4cae-819e-7d2d6a668db9"}, "links": [{"href": "http://172.30.9.28:8776/v3/da1aa3dc9e564d3d922e61c0121a390e/qos-specs/1ff517e5-7c44-4e19-9163-3b0f20b7e6db", "rel": "self"}, {"href": "http://172.30.9.28:8776/da1aa3dc9e564d3d922e61c0121a390e/qos-specs/1ff517e5-7c44-4e19-9163-3b0f20b7e6db", "rel": "bookmark"}]} 2018-09-04 10:33:50,146 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/da1aa3dc9e564d3d922e61c0121a390e/qos-specs/1ff517e5-7c44-4e19-9163-3b0f20b7e6db used request id req-467dec41-7164-445b-9a1a-ac008f1fc63b 2018-09-04 10:33:50,147 - cinder_utils - INFO - Deleting QoS named - CinderUtilsQoSTests-ab5b191b-fa03-4cae-819e-7d2d6a668db9 2018-09-04 10:33:50,149 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:8776/v3/da1aa3dc9e564d3d922e61c0121a390e/qos-specs/1ff517e5-7c44-4e19-9163-3b0f20b7e6db?force=False -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-c25ce566-5fa8-4185-af93-f5fbe9900598" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e21c9a4e97abe6039db3215038f45b7ce9c6088b" 2018-09-04 10:33:50,360 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Tue, 04 Sep 2018 10:33:50 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-01ce20e9-8553-497f-ba73-05e28d5d0aa7 Content-Length: 0 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-09-04 10:33:50,361 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.28:8776/v3/da1aa3dc9e564d3d922e61c0121a390e/qos-specs/1ff517e5-7c44-4e19-9163-3b0f20b7e6db?force=False used request id req-01ce20e9-8553-497f-ba73-05e28d5d0aa7 2018-09-04 10:33:50,363 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-09-04 10:33:50,751 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5ef645ad12fc453aa5d8a0c2cbf76196", "name": "heat_stack_owner"}, {"id": "9a944a8c31754b8f941d2fa9034d4301", "name": "Member"}, {"id": "3d416247e8224533841040c3ad2bce5a", "name": "admin"}], "expires_at": "2018-09-04T11:33:50.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "da1aa3dc9e564d3d922e61c0121a390e", "name": "api_check-project_95790658-ea1a-473f-b71a-0aa15c3467f2"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235635a698ef4bef9dc6b25273d185da"}, {"url": "http://192.30.9.6:8776/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "23b07b3fbfc340a58cf0f9b2871a0d23"}, {"url": "http://172.30.9.28:8776/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "72fd0aaa144d45419f4b04b6b26f69a7"}], "type": "volume", "id": "097241c25b4d4f7e91b3f8efa155909e", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v3/da1aa3dc9e564d3d922e61c0121a390e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93eb4cf3030a49e7840bec071422d397"}, {"url": "http://192.30.9.6:8776/v3/da1aa3dc9e564d3d922e61c0121a390e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8af439a6ac147fdbcb38ed9aa916b68"}, {"url": "http://192.30.9.6:8776/v3/da1aa3dc9e564d3d922e61c0121a390e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c4bfdbc9b7c74a23a40afdf578cfeba4"}], "type": "volumev3", "id": "1c85f4682ce44f729db1dabd98e965e8", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "82239574a29d4603a2161006f61851cf"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8d15f7134f364a7bbcfff2f84aac3bf2"}, {"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e01668c43a0c4c279b9a3d20a0280d6c"}], "type": "image", "id": "297d8415ca96454991054983920912f7", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7bb4d60e20734d4a9f31ec75e02cb823"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bf6adec15590466a9a0d3bddb00e8993"}, {"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f096f03a1d12411a8972f6f7c196b60d"}], "type": "policy", "id": "54c64351b56d44bbad74c2969cc3aa00", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "354ae6870a324fab82d0a0fb68ee0f26"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a3807e460dd4af488d982b66c52e64c"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e7c3da785076450abd71868e75ce0c33"}], "type": "cloudformation", "id": "6ac9917ae83c4639a15a4ab3cf0e76dd", "name": "heat-cfn"}, {"endpoints": [], "type": "metering", "id": "7fcc078e5e0645f29df67742ac14e388", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49e71628d386464cb950d6a9db00a328"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75b0a63ed8574bbcab1c851cc9b83d30"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9902b0a8b3c04cd192a1b84c417c232b"}], "type": "key-manager", "id": "9626544a32e74678a641c6e206f028a9", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "497340e5aa36485982fdf297f370558f"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7802beb4fc7c4952897b77bd5610b1fe"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c14af798917f4fa0b146d9772583e595"}], "type": "metric", "id": "973bfe8c658d4e5a8da725e76b9d550e", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "288ecc3674ea41d2aa3b790dcb832bf2"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7a6dc785cd7142f5b30f1a7ba0daeb03"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7f7d34e2351b4964befccc862c4e8e12"}], "type": "network", "id": "a348d7b06050474fb449be7f32ea6f5d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "21bce6ecb8464a1f8f3e3847aa698bd6"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0a8faf2246b47deb30e69e48d3551fb"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e71c6011de3d4d8589e5b53dcc79f288"}], "type": "identity", "id": "ad8d4b4953184137a1b913ecee9434ed", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "13474f9a78ca4f1184e4cddc84d0d98c"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad67365a18234bb78c336e6776958c00"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc54db13337f44f8921fbb9ad0f81de8"}], "type": "alarming", "id": "bb18dc3243034f08a6a7f69f7a1edccf", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0d91d7adf0304b2681c77f979e5cdb17"}, {"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "756e5ffca9774ab3ae2db41bf330417f"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c07c727a08c243b287827f539a124e63"}], "type": "placement", "id": "bb2c9432fcbd4c56913177122468f6ba", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1eed4912224b48cf9856446eae4d9928"}, {"url": "http://192.30.9.6:8004/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b73b7f99236541148d84f24f09e5dd40"}, {"url": "http://192.30.9.6:8004/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fbf12e52911244fdafc24a9d46f56e62"}], "type": "orchestration", "id": "c8918d139da945ba93df4ccce21d4904", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/da1aa3dc9e564d3d922e61c0121a390e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16bf098b9e2e490f8e47fa601059f975"}, {"url": "http://192.30.9.6:8776/v2/da1aa3dc9e564d3d922e61c0121a390e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc16fa4cf491444ca2f611d5692c1170"}, {"url": "http://192.30.9.6:8776/v2/da1aa3dc9e564d3d922e61c0121a390e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ccd2c5325dff4b90b391db9fdde67d99"}], "type": "volumev2", "id": "d09ac9123c34494abce21d6c27bee9d9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eac694332354a3aa0e61c31314166d7"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b4d4989c4e764717ab78d38675cadd3f"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff196e46b56d406d87a678f1a64497b0"}], "type": "compute", "id": "d4030ee932c84df58c5b910cc197caa7", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_95790658-ea1a-473f-b71a-0aa15c3467f2", "id": "6cb53a06110b45a6a2f21cb265048110"}, "audit_ids": ["FO0THqVSTY6PA__rV8nu2g"], "issued_at": "2018-09-04T10:33:50.000000Z"}} 2018-09-04 10:33:50,752 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28: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}3e77c1d06ce34ef87dac3f2d92729221ef65afd6" 2018-09-04 10:33:50,836 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:33:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c4500aa9-850c-4060-95fb-67e6835ce709 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.28:5000/v3/", "rel": "self"}]}} 2018-09-04 10:33:50,836 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-c4500aa9-850c-4060-95fb-67e6835ce709 2018-09-04 10:33:50,841 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:8776/v3/da1aa3dc9e564d3d922e61c0121a390e/volumes -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3e77c1d06ce34ef87dac3f2d92729221ef65afd6" -d '{"volume": {"status": "creating", "user_id": null, "name": "CinderUtilsVolumeTests-45d3360e-d51b-4dfb-ad1f-4c04db444954", "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-09-04 10:33:51,327 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Tue, 04 Sep 2018 10:33:50 GMT Server: Apache x-compute-request-id: req-c03ff412-d37c-4931-8bc7-320cc0df61d3 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-c03ff412-d37c-4931-8bc7-320cc0df61d3 Content-Length: 846 Content-Type: application/json RESP BODY: {"volume": {"status": "creating", "migration_status": null, "user_id": "6cb53a06110b45a6a2f21cb265048110", "attachments": [], "links": [{"href": "http://172.30.9.28:8776/v3/da1aa3dc9e564d3d922e61c0121a390e/volumes/afc8988a-1270-474b-96b1-56249a7cc257", "rel": "self"}, {"href": "http://172.30.9.28:8776/da1aa3dc9e564d3d922e61c0121a390e/volumes/afc8988a-1270-474b-96b1-56249a7cc257", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-09-04T10:33:51.101410", "description": null, "updated_at": null, "volume_type": null, "name": "CinderUtilsVolumeTests-45d3360e-d51b-4dfb-ad1f-4c04db444954", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "afc8988a-1270-474b-96b1-56249a7cc257", "size": 1}} 2018-09-04 10:33:51,327 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.28:8776/v3/da1aa3dc9e564d3d922e61c0121a390e/volumes used request id req-c03ff412-d37c-4931-8bc7-320cc0df61d3 2018-09-04 10:33:51,330 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8776/v3/da1aa3dc9e564d3d922e61c0121a390e/volumes/afc8988a-1270-474b-96b1-56249a7cc257 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-c03ff412-d37c-4931-8bc7-320cc0df61d3" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3e77c1d06ce34ef87dac3f2d92729221ef65afd6" 2018-09-04 10:33:52,157 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:33:51 GMT Server: Apache x-compute-request-id: req-a95325f0-2842-4bd8-a5c4-b894eff7e6c1 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-a95325f0-2842-4bd8-a5c4-b894eff7e6c1 Content-Encoding: gzip Content-Length: 511 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.28:8776/v3/da1aa3dc9e564d3d922e61c0121a390e/volumes/afc8988a-1270-474b-96b1-56249a7cc257", "rel": "self"}, {"href": "http://172.30.9.28:8776/da1aa3dc9e564d3d922e61c0121a390e/volumes/afc8988a-1270-474b-96b1-56249a7cc257", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-09-04T10:33:51.000000", "replication_status": null, "snapshot_id": null, "id": "afc8988a-1270-474b-96b1-56249a7cc257", "size": 1, "user_id": "6cb53a06110b45a6a2f21cb265048110", "os-vol-tenant-attr:tenant_id": "da1aa3dc9e564d3d922e61c0121a390e", "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-45d3360e-d51b-4dfb-ad1f-4c04db444954", "bootable": "false", "created_at": "2018-09-04T10:33:51.000000", "volume_type": null}} 2018-09-04 10:33:52,157 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/da1aa3dc9e564d3d922e61c0121a390e/volumes/afc8988a-1270-474b-96b1-56249a7cc257 used request id req-a95325f0-2842-4bd8-a5c4-b894eff7e6c1 2018-09-04 10:33:52,160 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8776/v3/da1aa3dc9e564d3d922e61c0121a390e/volumes/afc8988a-1270-474b-96b1-56249a7cc257 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-c03ff412-d37c-4931-8bc7-320cc0df61d3" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3e77c1d06ce34ef87dac3f2d92729221ef65afd6" 2018-09-04 10:33:52,363 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:33:52 GMT Server: Apache x-compute-request-id: req-df2b478f-837b-4ece-b8cf-cf92d7203655 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-df2b478f-837b-4ece-b8cf-cf92d7203655 Content-Encoding: gzip Content-Length: 511 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.28:8776/v3/da1aa3dc9e564d3d922e61c0121a390e/volumes/afc8988a-1270-474b-96b1-56249a7cc257", "rel": "self"}, {"href": "http://172.30.9.28:8776/da1aa3dc9e564d3d922e61c0121a390e/volumes/afc8988a-1270-474b-96b1-56249a7cc257", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-09-04T10:33:51.000000", "replication_status": null, "snapshot_id": null, "id": "afc8988a-1270-474b-96b1-56249a7cc257", "size": 1, "user_id": "6cb53a06110b45a6a2f21cb265048110", "os-vol-tenant-attr:tenant_id": "da1aa3dc9e564d3d922e61c0121a390e", "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-45d3360e-d51b-4dfb-ad1f-4c04db444954", "bootable": "false", "created_at": "2018-09-04T10:33:51.000000", "volume_type": null}} 2018-09-04 10:33:52,363 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/da1aa3dc9e564d3d922e61c0121a390e/volumes/afc8988a-1270-474b-96b1-56249a7cc257 used request id req-df2b478f-837b-4ece-b8cf-cf92d7203655 2018-09-04 10:33:52,366 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8776/v3/da1aa3dc9e564d3d922e61c0121a390e/volumes/detail -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-c03ff412-d37c-4931-8bc7-320cc0df61d3" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3e77c1d06ce34ef87dac3f2d92729221ef65afd6" 2018-09-04 10:33:52,570 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:33:52 GMT Server: Apache x-compute-request-id: req-2ade3e47-1247-409d-b7e8-17e2f019e73d OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-2ade3e47-1247-409d-b7e8-17e2f019e73d Content-Encoding: gzip Content-Length: 510 Content-Type: application/json RESP BODY: {"volumes": [{"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.28:8776/v3/da1aa3dc9e564d3d922e61c0121a390e/volumes/afc8988a-1270-474b-96b1-56249a7cc257", "rel": "self"}, {"href": "http://172.30.9.28:8776/da1aa3dc9e564d3d922e61c0121a390e/volumes/afc8988a-1270-474b-96b1-56249a7cc257", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-09-04T10:33:51.000000", "replication_status": null, "snapshot_id": null, "id": "afc8988a-1270-474b-96b1-56249a7cc257", "size": 1, "user_id": "6cb53a06110b45a6a2f21cb265048110", "os-vol-tenant-attr:tenant_id": "da1aa3dc9e564d3d922e61c0121a390e", "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-45d3360e-d51b-4dfb-ad1f-4c04db444954", "bootable": "false", "created_at": "2018-09-04T10:33:51.000000", "volume_type": null}]} 2018-09-04 10:33:52,570 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/da1aa3dc9e564d3d922e61c0121a390e/volumes/detail used request id req-2ade3e47-1247-409d-b7e8-17e2f019e73d 2018-09-04 10:33:52,574 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-04 10:33:52,578 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 04 Sep 2018 10:33: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.28: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.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-04 10:33:52,580 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/da1aa3dc9e564d3d922e61c0121a390e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3e77c1d06ce34ef87dac3f2d92729221ef65afd6" 2018-09-04 10:33:52,594 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:33:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ec7ff6c3-7403-418a-89c3-ad2b7b07053b Content-Encoding: gzip Content-Length: 245 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.28:5000/v3/projects/da1aa3dc9e564d3d922e61c0121a390e"}, "enabled": true, "id": "da1aa3dc9e564d3d922e61c0121a390e", "parent_id": "default", "domain_id": "default", "name": "api_check-project_95790658-ea1a-473f-b71a-0aa15c3467f2"}} 2018-09-04 10:33:52,594 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/da1aa3dc9e564d3d922e61c0121a390e used request id req-ec7ff6c3-7403-418a-89c3-ad2b7b07053b 2018-09-04 10:33:52,595 - cinder_utils - INFO - Deleting volume named - CinderUtilsVolumeTests-45d3360e-d51b-4dfb-ad1f-4c04db444954 2018-09-04 10:33:52,597 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:8776/v3/da1aa3dc9e564d3d922e61c0121a390e/volumes/afc8988a-1270-474b-96b1-56249a7cc257 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-c03ff412-d37c-4931-8bc7-320cc0df61d3" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3e77c1d06ce34ef87dac3f2d92729221ef65afd6" 2018-09-04 10:33:52,822 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Tue, 04 Sep 2018 10:33:52 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-d23b4395-e390-4fba-b859-8db2799b9602 Content-Length: 0 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-09-04 10:33:52,822 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.28:8776/v3/da1aa3dc9e564d3d922e61c0121a390e/volumes/afc8988a-1270-474b-96b1-56249a7cc257 used request id req-d23b4395-e390-4fba-b859-8db2799b9602 2018-09-04 10:33:52,825 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8776/v3/da1aa3dc9e564d3d922e61c0121a390e/volumes/afc8988a-1270-474b-96b1-56249a7cc257 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-c03ff412-d37c-4931-8bc7-320cc0df61d3" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3e77c1d06ce34ef87dac3f2d92729221ef65afd6" 2018-09-04 10:33:53,025 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:33:52 GMT Server: Apache x-compute-request-id: req-6eaff288-a602-4ebf-949c-d9d3e0e1cb71 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-6eaff288-a602-4ebf-949c-d9d3e0e1cb71 Content-Encoding: gzip Content-Length: 517 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.28:8776/v3/da1aa3dc9e564d3d922e61c0121a390e/volumes/afc8988a-1270-474b-96b1-56249a7cc257", "rel": "self"}, {"href": "http://172.30.9.28:8776/da1aa3dc9e564d3d922e61c0121a390e/volumes/afc8988a-1270-474b-96b1-56249a7cc257", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-09-04T10:33:52.000000", "replication_status": null, "snapshot_id": null, "id": "afc8988a-1270-474b-96b1-56249a7cc257", "size": 1, "user_id": "6cb53a06110b45a6a2f21cb265048110", "os-vol-tenant-attr:tenant_id": "da1aa3dc9e564d3d922e61c0121a390e", "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-45d3360e-d51b-4dfb-ad1f-4c04db444954", "bootable": "false", "created_at": "2018-09-04T10:33:51.000000", "volume_type": null}} 2018-09-04 10:33:53,025 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/da1aa3dc9e564d3d922e61c0121a390e/volumes/afc8988a-1270-474b-96b1-56249a7cc257 used request id req-6eaff288-a602-4ebf-949c-d9d3e0e1cb71 2018-09-04 10:33:56,031 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8776/v3/da1aa3dc9e564d3d922e61c0121a390e/volumes/afc8988a-1270-474b-96b1-56249a7cc257 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-c03ff412-d37c-4931-8bc7-320cc0df61d3" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3e77c1d06ce34ef87dac3f2d92729221ef65afd6" 2018-09-04 10:33:56,213 - cinderclient.v3.client - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 10:33:56 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-compute-request-id: req-a166f049-9c49-477b-9a86-cab2367f0243 x-openstack-request-id: req-a166f049-9c49-477b-9a86-cab2367f0243 Content-Length: 109 Content-Type: application/json RESP BODY: {"itemNotFound": {"message": "Volume afc8988a-1270-474b-96b1-56249a7cc257 could not be found.", "code": 404}} 2018-09-04 10:33:56,213 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/da1aa3dc9e564d3d922e61c0121a390e/volumes/afc8988a-1270-474b-96b1-56249a7cc257 used request id req-a166f049-9c49-477b-9a86-cab2367f0243 2018-09-04 10:33:56,215 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8776/v3/da1aa3dc9e564d3d922e61c0121a390e/volumes/detail -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-c03ff412-d37c-4931-8bc7-320cc0df61d3" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3e77c1d06ce34ef87dac3f2d92729221ef65afd6" 2018-09-04 10:33:56,360 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:33:56 GMT Server: Apache x-compute-request-id: req-2ec4de7a-ddc2-451c-ad6f-8ef2d5e471d7 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-2ec4de7a-ddc2-451c-ad6f-8ef2d5e471d7 Content-Length: 15 Content-Type: application/json RESP BODY: {"volumes": []} 2018-09-04 10:33:56,361 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/da1aa3dc9e564d3d922e61c0121a390e/volumes/detail used request id req-2ec4de7a-ddc2-451c-ad6f-8ef2d5e471d7 2018-09-04 10:33:56,361 - cinder_utils - INFO - Deleting volume named - CinderUtilsVolumeTests-45d3360e-d51b-4dfb-ad1f-4c04db444954 2018-09-04 10:33:56,364 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:8776/v3/da1aa3dc9e564d3d922e61c0121a390e/volumes/afc8988a-1270-474b-96b1-56249a7cc257 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-c03ff412-d37c-4931-8bc7-320cc0df61d3" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3e77c1d06ce34ef87dac3f2d92729221ef65afd6" 2018-09-04 10:33:56,562 - cinderclient.v3.client - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 10:33:56 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-compute-request-id: req-a2c7617c-469c-4d74-88d4-3388b38ad6b1 x-openstack-request-id: req-a2c7617c-469c-4d74-88d4-3388b38ad6b1 Content-Length: 109 Content-Type: application/json RESP BODY: {"itemNotFound": {"message": "Volume afc8988a-1270-474b-96b1-56249a7cc257 could not be found.", "code": 404}} 2018-09-04 10:33:56,562 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.28:8776/v3/da1aa3dc9e564d3d922e61c0121a390e/volumes/afc8988a-1270-474b-96b1-56249a7cc257 used request id req-a2c7617c-469c-4d74-88d4-3388b38ad6b1 2018-09-04 10:33:56,565 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8776/v3/da1aa3dc9e564d3d922e61c0121a390e/volumes/afc8988a-1270-474b-96b1-56249a7cc257 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-c03ff412-d37c-4931-8bc7-320cc0df61d3" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3e77c1d06ce34ef87dac3f2d92729221ef65afd6" 2018-09-04 10:33:56,598 - cinderclient.v3.client - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 10:33:56 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-compute-request-id: req-3ad18cc1-02e2-4de4-af03-3661250c51c3 x-openstack-request-id: req-3ad18cc1-02e2-4de4-af03-3661250c51c3 Content-Length: 109 Content-Type: application/json RESP BODY: {"itemNotFound": {"message": "Volume afc8988a-1270-474b-96b1-56249a7cc257 could not be found.", "code": 404}} 2018-09-04 10:33:56,598 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/da1aa3dc9e564d3d922e61c0121a390e/volumes/afc8988a-1270-474b-96b1-56249a7cc257 used request id req-3ad18cc1-02e2-4de4-af03-3661250c51c3 2018-09-04 10:33:56,600 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-09-04 10:33:56,987 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5ef645ad12fc453aa5d8a0c2cbf76196", "name": "heat_stack_owner"}, {"id": "9a944a8c31754b8f941d2fa9034d4301", "name": "Member"}, {"id": "3d416247e8224533841040c3ad2bce5a", "name": "admin"}], "expires_at": "2018-09-04T11:33:56.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "da1aa3dc9e564d3d922e61c0121a390e", "name": "api_check-project_95790658-ea1a-473f-b71a-0aa15c3467f2"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235635a698ef4bef9dc6b25273d185da"}, {"url": "http://192.30.9.6:8776/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "23b07b3fbfc340a58cf0f9b2871a0d23"}, {"url": "http://172.30.9.28:8776/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "72fd0aaa144d45419f4b04b6b26f69a7"}], "type": "volume", "id": "097241c25b4d4f7e91b3f8efa155909e", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v3/da1aa3dc9e564d3d922e61c0121a390e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93eb4cf3030a49e7840bec071422d397"}, {"url": "http://192.30.9.6:8776/v3/da1aa3dc9e564d3d922e61c0121a390e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8af439a6ac147fdbcb38ed9aa916b68"}, {"url": "http://192.30.9.6:8776/v3/da1aa3dc9e564d3d922e61c0121a390e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c4bfdbc9b7c74a23a40afdf578cfeba4"}], "type": "volumev3", "id": "1c85f4682ce44f729db1dabd98e965e8", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "82239574a29d4603a2161006f61851cf"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8d15f7134f364a7bbcfff2f84aac3bf2"}, {"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e01668c43a0c4c279b9a3d20a0280d6c"}], "type": "image", "id": "297d8415ca96454991054983920912f7", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7bb4d60e20734d4a9f31ec75e02cb823"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bf6adec15590466a9a0d3bddb00e8993"}, {"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f096f03a1d12411a8972f6f7c196b60d"}], "type": "policy", "id": "54c64351b56d44bbad74c2969cc3aa00", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "354ae6870a324fab82d0a0fb68ee0f26"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a3807e460dd4af488d982b66c52e64c"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e7c3da785076450abd71868e75ce0c33"}], "type": "cloudformation", "id": "6ac9917ae83c4639a15a4ab3cf0e76dd", "name": "heat-cfn"}, {"endpoints": [], "type": "metering", "id": "7fcc078e5e0645f29df67742ac14e388", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49e71628d386464cb950d6a9db00a328"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75b0a63ed8574bbcab1c851cc9b83d30"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9902b0a8b3c04cd192a1b84c417c232b"}], "type": "key-manager", "id": "9626544a32e74678a641c6e206f028a9", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "497340e5aa36485982fdf297f370558f"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7802beb4fc7c4952897b77bd5610b1fe"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c14af798917f4fa0b146d9772583e595"}], "type": "metric", "id": "973bfe8c658d4e5a8da725e76b9d550e", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "288ecc3674ea41d2aa3b790dcb832bf2"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7a6dc785cd7142f5b30f1a7ba0daeb03"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7f7d34e2351b4964befccc862c4e8e12"}], "type": "network", "id": "a348d7b06050474fb449be7f32ea6f5d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "21bce6ecb8464a1f8f3e3847aa698bd6"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0a8faf2246b47deb30e69e48d3551fb"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e71c6011de3d4d8589e5b53dcc79f288"}], "type": "identity", "id": "ad8d4b4953184137a1b913ecee9434ed", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "13474f9a78ca4f1184e4cddc84d0d98c"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad67365a18234bb78c336e6776958c00"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc54db13337f44f8921fbb9ad0f81de8"}], "type": "alarming", "id": "bb18dc3243034f08a6a7f69f7a1edccf", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0d91d7adf0304b2681c77f979e5cdb17"}, {"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "756e5ffca9774ab3ae2db41bf330417f"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c07c727a08c243b287827f539a124e63"}], "type": "placement", "id": "bb2c9432fcbd4c56913177122468f6ba", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1eed4912224b48cf9856446eae4d9928"}, {"url": "http://192.30.9.6:8004/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b73b7f99236541148d84f24f09e5dd40"}, {"url": "http://192.30.9.6:8004/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fbf12e52911244fdafc24a9d46f56e62"}], "type": "orchestration", "id": "c8918d139da945ba93df4ccce21d4904", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/da1aa3dc9e564d3d922e61c0121a390e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16bf098b9e2e490f8e47fa601059f975"}, {"url": "http://192.30.9.6:8776/v2/da1aa3dc9e564d3d922e61c0121a390e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc16fa4cf491444ca2f611d5692c1170"}, {"url": "http://192.30.9.6:8776/v2/da1aa3dc9e564d3d922e61c0121a390e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ccd2c5325dff4b90b391db9fdde67d99"}], "type": "volumev2", "id": "d09ac9123c34494abce21d6c27bee9d9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eac694332354a3aa0e61c31314166d7"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b4d4989c4e764717ab78d38675cadd3f"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff196e46b56d406d87a678f1a64497b0"}], "type": "compute", "id": "d4030ee932c84df58c5b910cc197caa7", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_95790658-ea1a-473f-b71a-0aa15c3467f2", "id": "6cb53a06110b45a6a2f21cb265048110"}, "audit_ids": ["wnQFAI0dTAyg9SczXw6JmA"], "issued_at": "2018-09-04T10:33:56.000000Z"}} 2018-09-04 10:33:56,987 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28: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}04def9629f5280432aabd6c76c819b9302c4f1e7" 2018-09-04 10:33:57,062 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:33:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ea512912-379d-4648-bc53-a481356a1420 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.28:5000/v3/", "rel": "self"}]}} 2018-09-04 10:33:57,062 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-ea512912-379d-4648-bc53-a481356a1420 2018-09-04 10:33:57,066 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:8776/v3/da1aa3dc9e564d3d922e61c0121a390e/volumes -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}04def9629f5280432aabd6c76c819b9302c4f1e7" -d '{"volume": {"status": "creating", "user_id": null, "name": "CinderUtilsVolumeTests-bf62f500-91e6-4ef5-9d14-02dfa36472d5", "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-09-04 10:33:57,539 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Tue, 04 Sep 2018 10:33:57 GMT Server: Apache x-compute-request-id: req-eb370867-b2ea-4d5b-a57e-2cc4468c3692 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-eb370867-b2ea-4d5b-a57e-2cc4468c3692 Content-Length: 846 Content-Type: application/json RESP BODY: {"volume": {"status": "creating", "migration_status": null, "user_id": "6cb53a06110b45a6a2f21cb265048110", "attachments": [], "links": [{"href": "http://172.30.9.28:8776/v3/da1aa3dc9e564d3d922e61c0121a390e/volumes/b51e1f55-5d3d-4d22-a936-14ac2fce27c4", "rel": "self"}, {"href": "http://172.30.9.28:8776/da1aa3dc9e564d3d922e61c0121a390e/volumes/b51e1f55-5d3d-4d22-a936-14ac2fce27c4", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-09-04T10:33:57.331253", "description": null, "updated_at": null, "volume_type": null, "name": "CinderUtilsVolumeTests-bf62f500-91e6-4ef5-9d14-02dfa36472d5", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "b51e1f55-5d3d-4d22-a936-14ac2fce27c4", "size": 1}} 2018-09-04 10:33:57,540 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.28:8776/v3/da1aa3dc9e564d3d922e61c0121a390e/volumes used request id req-eb370867-b2ea-4d5b-a57e-2cc4468c3692 2018-09-04 10:33:57,543 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8776/v3/da1aa3dc9e564d3d922e61c0121a390e/volumes/b51e1f55-5d3d-4d22-a936-14ac2fce27c4 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-eb370867-b2ea-4d5b-a57e-2cc4468c3692" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}04def9629f5280432aabd6c76c819b9302c4f1e7" 2018-09-04 10:33:57,762 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:33:57 GMT Server: Apache x-compute-request-id: req-58f09a8e-f6b4-4e3e-a62e-08e8777c87ca OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-58f09a8e-f6b4-4e3e-a62e-08e8777c87ca Content-Encoding: gzip Content-Length: 513 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.28:8776/v3/da1aa3dc9e564d3d922e61c0121a390e/volumes/b51e1f55-5d3d-4d22-a936-14ac2fce27c4", "rel": "self"}, {"href": "http://172.30.9.28:8776/da1aa3dc9e564d3d922e61c0121a390e/volumes/b51e1f55-5d3d-4d22-a936-14ac2fce27c4", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-09-04T10:33:57.000000", "replication_status": null, "snapshot_id": null, "id": "b51e1f55-5d3d-4d22-a936-14ac2fce27c4", "size": 1, "user_id": "6cb53a06110b45a6a2f21cb265048110", "os-vol-tenant-attr:tenant_id": "da1aa3dc9e564d3d922e61c0121a390e", "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-bf62f500-91e6-4ef5-9d14-02dfa36472d5", "bootable": "false", "created_at": "2018-09-04T10:33:57.000000", "volume_type": null}} 2018-09-04 10:33:57,762 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/da1aa3dc9e564d3d922e61c0121a390e/volumes/b51e1f55-5d3d-4d22-a936-14ac2fce27c4 used request id req-58f09a8e-f6b4-4e3e-a62e-08e8777c87ca 2018-09-04 10:33:57,765 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8776/v3/da1aa3dc9e564d3d922e61c0121a390e/volumes/b51e1f55-5d3d-4d22-a936-14ac2fce27c4 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-eb370867-b2ea-4d5b-a57e-2cc4468c3692" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}04def9629f5280432aabd6c76c819b9302c4f1e7" 2018-09-04 10:33:57,967 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:33:57 GMT Server: Apache x-compute-request-id: req-cf82fe21-a7f0-4160-9484-601d976a3cd0 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-cf82fe21-a7f0-4160-9484-601d976a3cd0 Content-Encoding: gzip Content-Length: 510 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.28:8776/v3/da1aa3dc9e564d3d922e61c0121a390e/volumes/b51e1f55-5d3d-4d22-a936-14ac2fce27c4", "rel": "self"}, {"href": "http://172.30.9.28:8776/da1aa3dc9e564d3d922e61c0121a390e/volumes/b51e1f55-5d3d-4d22-a936-14ac2fce27c4", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-09-04T10:33:57.000000", "replication_status": null, "snapshot_id": null, "id": "b51e1f55-5d3d-4d22-a936-14ac2fce27c4", "size": 1, "user_id": "6cb53a06110b45a6a2f21cb265048110", "os-vol-tenant-attr:tenant_id": "da1aa3dc9e564d3d922e61c0121a390e", "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-bf62f500-91e6-4ef5-9d14-02dfa36472d5", "bootable": "false", "created_at": "2018-09-04T10:33:57.000000", "volume_type": null}} 2018-09-04 10:33:57,967 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/da1aa3dc9e564d3d922e61c0121a390e/volumes/b51e1f55-5d3d-4d22-a936-14ac2fce27c4 used request id req-cf82fe21-a7f0-4160-9484-601d976a3cd0 2018-09-04 10:33:57,970 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8776/v3/da1aa3dc9e564d3d922e61c0121a390e/volumes/detail -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-eb370867-b2ea-4d5b-a57e-2cc4468c3692" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}04def9629f5280432aabd6c76c819b9302c4f1e7" 2018-09-04 10:33:58,164 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:33:57 GMT Server: Apache x-compute-request-id: req-7173c820-4460-46df-89f4-d3e47e214dda OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-7173c820-4460-46df-89f4-d3e47e214dda Content-Encoding: gzip Content-Length: 509 Content-Type: application/json RESP BODY: {"volumes": [{"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.28:8776/v3/da1aa3dc9e564d3d922e61c0121a390e/volumes/b51e1f55-5d3d-4d22-a936-14ac2fce27c4", "rel": "self"}, {"href": "http://172.30.9.28:8776/da1aa3dc9e564d3d922e61c0121a390e/volumes/b51e1f55-5d3d-4d22-a936-14ac2fce27c4", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-09-04T10:33:57.000000", "replication_status": null, "snapshot_id": null, "id": "b51e1f55-5d3d-4d22-a936-14ac2fce27c4", "size": 1, "user_id": "6cb53a06110b45a6a2f21cb265048110", "os-vol-tenant-attr:tenant_id": "da1aa3dc9e564d3d922e61c0121a390e", "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-bf62f500-91e6-4ef5-9d14-02dfa36472d5", "bootable": "false", "created_at": "2018-09-04T10:33:57.000000", "volume_type": null}]} 2018-09-04 10:33:58,164 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/da1aa3dc9e564d3d922e61c0121a390e/volumes/detail used request id req-7173c820-4460-46df-89f4-d3e47e214dda 2018-09-04 10:33:58,168 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-04 10:33:58,173 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 04 Sep 2018 10:33: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.28: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.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-04 10:33:58,174 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/da1aa3dc9e564d3d922e61c0121a390e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}04def9629f5280432aabd6c76c819b9302c4f1e7" 2018-09-04 10:33:58,261 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:33:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a2e2e82c-700b-40a2-9b09-2c6457666cfd Content-Encoding: gzip Content-Length: 245 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.28:5000/v3/projects/da1aa3dc9e564d3d922e61c0121a390e"}, "enabled": true, "id": "da1aa3dc9e564d3d922e61c0121a390e", "parent_id": "default", "domain_id": "default", "name": "api_check-project_95790658-ea1a-473f-b71a-0aa15c3467f2"}} 2018-09-04 10:33:58,261 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/da1aa3dc9e564d3d922e61c0121a390e used request id req-a2e2e82c-700b-40a2-9b09-2c6457666cfd 2018-09-04 10:33:58,262 - cinder_utils - INFO - Deleting volume named - CinderUtilsVolumeTests-bf62f500-91e6-4ef5-9d14-02dfa36472d5 2018-09-04 10:33:58,265 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:8776/v3/da1aa3dc9e564d3d922e61c0121a390e/volumes/b51e1f55-5d3d-4d22-a936-14ac2fce27c4 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-eb370867-b2ea-4d5b-a57e-2cc4468c3692" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}04def9629f5280432aabd6c76c819b9302c4f1e7" 2018-09-04 10:33:58,518 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Tue, 04 Sep 2018 10:33:58 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-052e476a-a779-4640-a76d-07b39d2152b4 Content-Length: 0 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-09-04 10:33:58,518 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.28:8776/v3/da1aa3dc9e564d3d922e61c0121a390e/volumes/b51e1f55-5d3d-4d22-a936-14ac2fce27c4 used request id req-052e476a-a779-4640-a76d-07b39d2152b4 2018-09-04 10:33:58,522 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8776/v3/da1aa3dc9e564d3d922e61c0121a390e/volumes/b51e1f55-5d3d-4d22-a936-14ac2fce27c4 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-eb370867-b2ea-4d5b-a57e-2cc4468c3692" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}04def9629f5280432aabd6c76c819b9302c4f1e7" 2018-09-04 10:33:58,730 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:33:58 GMT Server: Apache x-compute-request-id: req-5ee7e91d-b553-4c18-9708-34559e69da88 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-5ee7e91d-b553-4c18-9708-34559e69da88 Content-Encoding: gzip Content-Length: 516 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.28:8776/v3/da1aa3dc9e564d3d922e61c0121a390e/volumes/b51e1f55-5d3d-4d22-a936-14ac2fce27c4", "rel": "self"}, {"href": "http://172.30.9.28:8776/da1aa3dc9e564d3d922e61c0121a390e/volumes/b51e1f55-5d3d-4d22-a936-14ac2fce27c4", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-09-04T10:33:58.000000", "replication_status": null, "snapshot_id": null, "id": "b51e1f55-5d3d-4d22-a936-14ac2fce27c4", "size": 1, "user_id": "6cb53a06110b45a6a2f21cb265048110", "os-vol-tenant-attr:tenant_id": "da1aa3dc9e564d3d922e61c0121a390e", "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-bf62f500-91e6-4ef5-9d14-02dfa36472d5", "bootable": "false", "created_at": "2018-09-04T10:33:57.000000", "volume_type": null}} 2018-09-04 10:33:58,730 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/da1aa3dc9e564d3d922e61c0121a390e/volumes/b51e1f55-5d3d-4d22-a936-14ac2fce27c4 used request id req-5ee7e91d-b553-4c18-9708-34559e69da88 2018-09-04 10:34:01,737 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8776/v3/da1aa3dc9e564d3d922e61c0121a390e/volumes/b51e1f55-5d3d-4d22-a936-14ac2fce27c4 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-eb370867-b2ea-4d5b-a57e-2cc4468c3692" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}04def9629f5280432aabd6c76c819b9302c4f1e7" 2018-09-04 10:34:01,953 - cinderclient.v3.client - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 10:34:01 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-compute-request-id: req-b5994a7f-2223-4c43-a111-38d914b3af69 x-openstack-request-id: req-b5994a7f-2223-4c43-a111-38d914b3af69 Content-Length: 109 Content-Type: application/json RESP BODY: {"itemNotFound": {"message": "Volume b51e1f55-5d3d-4d22-a936-14ac2fce27c4 could not be found.", "code": 404}} 2018-09-04 10:34:01,953 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/da1aa3dc9e564d3d922e61c0121a390e/volumes/b51e1f55-5d3d-4d22-a936-14ac2fce27c4 used request id req-b5994a7f-2223-4c43-a111-38d914b3af69 2018-09-04 10:34:01,956 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-09-04 10:34:02,337 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5ef645ad12fc453aa5d8a0c2cbf76196", "name": "heat_stack_owner"}, {"id": "9a944a8c31754b8f941d2fa9034d4301", "name": "Member"}, {"id": "3d416247e8224533841040c3ad2bce5a", "name": "admin"}], "expires_at": "2018-09-04T11:34:02.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "da1aa3dc9e564d3d922e61c0121a390e", "name": "api_check-project_95790658-ea1a-473f-b71a-0aa15c3467f2"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235635a698ef4bef9dc6b25273d185da"}, {"url": "http://192.30.9.6:8776/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "23b07b3fbfc340a58cf0f9b2871a0d23"}, {"url": "http://172.30.9.28:8776/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "72fd0aaa144d45419f4b04b6b26f69a7"}], "type": "volume", "id": "097241c25b4d4f7e91b3f8efa155909e", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v3/da1aa3dc9e564d3d922e61c0121a390e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93eb4cf3030a49e7840bec071422d397"}, {"url": "http://192.30.9.6:8776/v3/da1aa3dc9e564d3d922e61c0121a390e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8af439a6ac147fdbcb38ed9aa916b68"}, {"url": "http://192.30.9.6:8776/v3/da1aa3dc9e564d3d922e61c0121a390e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c4bfdbc9b7c74a23a40afdf578cfeba4"}], "type": "volumev3", "id": "1c85f4682ce44f729db1dabd98e965e8", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "82239574a29d4603a2161006f61851cf"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8d15f7134f364a7bbcfff2f84aac3bf2"}, {"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e01668c43a0c4c279b9a3d20a0280d6c"}], "type": "image", "id": "297d8415ca96454991054983920912f7", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7bb4d60e20734d4a9f31ec75e02cb823"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bf6adec15590466a9a0d3bddb00e8993"}, {"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f096f03a1d12411a8972f6f7c196b60d"}], "type": "policy", "id": "54c64351b56d44bbad74c2969cc3aa00", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "354ae6870a324fab82d0a0fb68ee0f26"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a3807e460dd4af488d982b66c52e64c"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e7c3da785076450abd71868e75ce0c33"}], "type": "cloudformation", "id": "6ac9917ae83c4639a15a4ab3cf0e76dd", "name": "heat-cfn"}, {"endpoints": [], "type": "metering", "id": "7fcc078e5e0645f29df67742ac14e388", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49e71628d386464cb950d6a9db00a328"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75b0a63ed8574bbcab1c851cc9b83d30"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9902b0a8b3c04cd192a1b84c417c232b"}], "type": "key-manager", "id": "9626544a32e74678a641c6e206f028a9", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "497340e5aa36485982fdf297f370558f"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7802beb4fc7c4952897b77bd5610b1fe"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c14af798917f4fa0b146d9772583e595"}], "type": "metric", "id": "973bfe8c658d4e5a8da725e76b9d550e", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "288ecc3674ea41d2aa3b790dcb832bf2"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7a6dc785cd7142f5b30f1a7ba0daeb03"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7f7d34e2351b4964befccc862c4e8e12"}], "type": "network", "id": "a348d7b06050474fb449be7f32ea6f5d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "21bce6ecb8464a1f8f3e3847aa698bd6"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0a8faf2246b47deb30e69e48d3551fb"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e71c6011de3d4d8589e5b53dcc79f288"}], "type": "identity", "id": "ad8d4b4953184137a1b913ecee9434ed", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "13474f9a78ca4f1184e4cddc84d0d98c"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad67365a18234bb78c336e6776958c00"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc54db13337f44f8921fbb9ad0f81de8"}], "type": "alarming", "id": "bb18dc3243034f08a6a7f69f7a1edccf", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0d91d7adf0304b2681c77f979e5cdb17"}, {"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "756e5ffca9774ab3ae2db41bf330417f"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c07c727a08c243b287827f539a124e63"}], "type": "placement", "id": "bb2c9432fcbd4c56913177122468f6ba", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1eed4912224b48cf9856446eae4d9928"}, {"url": "http://192.30.9.6:8004/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b73b7f99236541148d84f24f09e5dd40"}, {"url": "http://192.30.9.6:8004/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fbf12e52911244fdafc24a9d46f56e62"}], "type": "orchestration", "id": "c8918d139da945ba93df4ccce21d4904", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/da1aa3dc9e564d3d922e61c0121a390e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16bf098b9e2e490f8e47fa601059f975"}, {"url": "http://192.30.9.6:8776/v2/da1aa3dc9e564d3d922e61c0121a390e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc16fa4cf491444ca2f611d5692c1170"}, {"url": "http://192.30.9.6:8776/v2/da1aa3dc9e564d3d922e61c0121a390e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ccd2c5325dff4b90b391db9fdde67d99"}], "type": "volumev2", "id": "d09ac9123c34494abce21d6c27bee9d9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eac694332354a3aa0e61c31314166d7"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b4d4989c4e764717ab78d38675cadd3f"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff196e46b56d406d87a678f1a64497b0"}], "type": "compute", "id": "d4030ee932c84df58c5b910cc197caa7", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_95790658-ea1a-473f-b71a-0aa15c3467f2", "id": "6cb53a06110b45a6a2f21cb265048110"}, "audit_ids": ["5HkoQQahTgalPVImB3OtiA"], "issued_at": "2018-09-04T10:34:02.000000Z"}} 2018-09-04 10:34:02,341 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:8776/v3/da1aa3dc9e564d3d922e61c0121a390e/types -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}645d03e3d06c60b0de68fefee539aca0465b938f" -d '{"volume_type": {"os-volume-type-access:is_public": false, "name": "CinderUtilsSimpleVolumeTypeTests-96392cd7-7796-48fc-aa6b-60e83a323e79", "description": null}}' 2018-09-04 10:34:02,552 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:34:02 GMT Server: Apache x-compute-request-id: req-44933674-ec3c-4614-8502-2154185b99c7 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-44933674-ec3c-4614-8502-2154185b99c7 Content-Encoding: gzip Content-Length: 198 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsSimpleVolumeTypeTests-96392cd7-7796-48fc-aa6b-60e83a323e79", "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "f3c29d8a-0988-4f21-9ffa-eadbe50740d6", "description": null}} 2018-09-04 10:34:02,553 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.28:8776/v3/da1aa3dc9e564d3d922e61c0121a390e/types used request id req-44933674-ec3c-4614-8502-2154185b99c7 2018-09-04 10:34:02,567 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8776/v3/da1aa3dc9e564d3d922e61c0121a390e/types?is_public=None -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-44933674-ec3c-4614-8502-2154185b99c7" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}645d03e3d06c60b0de68fefee539aca0465b938f" 2018-09-04 10:34:02,740 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:34:02 GMT Server: Apache x-compute-request-id: req-97e9e2f2-f767-460a-9d73-4a23dd279f4f OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-97e9e2f2-f767-460a-9d73-4a23dd279f4f Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"volume_types": [{"name": "CinderUtilsSimpleVolumeTypeTests-96392cd7-7796-48fc-aa6b-60e83a323e79", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "f3c29d8a-0988-4f21-9ffa-eadbe50740d6", "description": null}]} 2018-09-04 10:34:02,740 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/da1aa3dc9e564d3d922e61c0121a390e/types?is_public=None used request id req-97e9e2f2-f767-460a-9d73-4a23dd279f4f 2018-09-04 10:34:02,744 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8776/v3/da1aa3dc9e564d3d922e61c0121a390e/types/f3c29d8a-0988-4f21-9ffa-eadbe50740d6 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-44933674-ec3c-4614-8502-2154185b99c7" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}645d03e3d06c60b0de68fefee539aca0465b938f" 2018-09-04 10:34:02,922 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:34:02 GMT Server: Apache x-compute-request-id: req-9b59d6ae-827c-4ea4-a4ac-1f838e6ab55e OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-9b59d6ae-827c-4ea4-a4ac-1f838e6ab55e Content-Encoding: gzip Content-Length: 208 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsSimpleVolumeTypeTests-96392cd7-7796-48fc-aa6b-60e83a323e79", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "f3c29d8a-0988-4f21-9ffa-eadbe50740d6", "description": null}} 2018-09-04 10:34:02,922 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/da1aa3dc9e564d3d922e61c0121a390e/types/f3c29d8a-0988-4f21-9ffa-eadbe50740d6 used request id req-9b59d6ae-827c-4ea4-a4ac-1f838e6ab55e 2018-09-04 10:34:02,925 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8776/v3/da1aa3dc9e564d3d922e61c0121a390e/types/f3c29d8a-0988-4f21-9ffa-eadbe50740d6/encryption -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-44933674-ec3c-4614-8502-2154185b99c7" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}645d03e3d06c60b0de68fefee539aca0465b938f" 2018-09-04 10:34:03,091 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:34:02 GMT Server: Apache x-compute-request-id: req-af05c983-88cc-40e1-8e89-3a7382a5e13c OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-af05c983-88cc-40e1-8e89-3a7382a5e13c Content-Length: 2 Content-Type: application/json RESP BODY: {} 2018-09-04 10:34:03,091 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/da1aa3dc9e564d3d922e61c0121a390e/types/f3c29d8a-0988-4f21-9ffa-eadbe50740d6/encryption used request id req-af05c983-88cc-40e1-8e89-3a7382a5e13c 2018-09-04 10:34:03,091 - cinder_utils - INFO - Deleting volume named - CinderUtilsSimpleVolumeTypeTests-96392cd7-7796-48fc-aa6b-60e83a323e79 2018-09-04 10:34:03,094 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:8776/v3/da1aa3dc9e564d3d922e61c0121a390e/types/f3c29d8a-0988-4f21-9ffa-eadbe50740d6 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-44933674-ec3c-4614-8502-2154185b99c7" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}645d03e3d06c60b0de68fefee539aca0465b938f" 2018-09-04 10:34:03,323 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Tue, 04 Sep 2018 10:34:03 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-d5f20e6a-7ed5-489c-8b86-a35e2fece54e Content-Length: 0 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-09-04 10:34:03,323 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.28:8776/v3/da1aa3dc9e564d3d922e61c0121a390e/types/f3c29d8a-0988-4f21-9ffa-eadbe50740d6 used request id req-d5f20e6a-7ed5-489c-8b86-a35e2fece54e 2018-09-04 10:34:03,326 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8776/v3/da1aa3dc9e564d3d922e61c0121a390e/types/f3c29d8a-0988-4f21-9ffa-eadbe50740d6 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-44933674-ec3c-4614-8502-2154185b99c7" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}645d03e3d06c60b0de68fefee539aca0465b938f" 2018-09-04 10:34:03,510 - cinderclient.v3.client - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 10:34:03 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-compute-request-id: req-eac9bb63-01db-4b5d-8485-30338e82b0d3 x-openstack-request-id: req-eac9bb63-01db-4b5d-8485-30338e82b0d3 Content-Length: 114 Content-Type: application/json RESP BODY: {"itemNotFound": {"message": "Volume type f3c29d8a-0988-4f21-9ffa-eadbe50740d6 could not be found.", "code": 404}} 2018-09-04 10:34:03,510 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/da1aa3dc9e564d3d922e61c0121a390e/types/f3c29d8a-0988-4f21-9ffa-eadbe50740d6 used request id req-eac9bb63-01db-4b5d-8485-30338e82b0d3 2018-09-04 10:34:03,510 - cinder_utils - INFO - Volume with ID [f3c29d8a-0988-4f21-9ffa-eadbe50740d6] does not exist 2018-09-04 10:34:03,510 - cinder_utils - INFO - Deleting volume named - CinderUtilsSimpleVolumeTypeTests-96392cd7-7796-48fc-aa6b-60e83a323e79 2018-09-04 10:34:03,513 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:8776/v3/da1aa3dc9e564d3d922e61c0121a390e/types/f3c29d8a-0988-4f21-9ffa-eadbe50740d6 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-44933674-ec3c-4614-8502-2154185b99c7" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}645d03e3d06c60b0de68fefee539aca0465b938f" 2018-09-04 10:34:03,697 - cinderclient.v3.client - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 10:34:03 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-compute-request-id: req-43e12537-a977-4b42-9abe-aba1a06543a7 x-openstack-request-id: req-43e12537-a977-4b42-9abe-aba1a06543a7 Content-Length: 114 Content-Type: application/json RESP BODY: {"itemNotFound": {"message": "Volume type f3c29d8a-0988-4f21-9ffa-eadbe50740d6 could not be found.", "code": 404}} 2018-09-04 10:34:03,697 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.28:8776/v3/da1aa3dc9e564d3d922e61c0121a390e/types/f3c29d8a-0988-4f21-9ffa-eadbe50740d6 used request id req-43e12537-a977-4b42-9abe-aba1a06543a7 2018-09-04 10:34:03,700 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-09-04 10:34:04,105 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5ef645ad12fc453aa5d8a0c2cbf76196", "name": "heat_stack_owner"}, {"id": "9a944a8c31754b8f941d2fa9034d4301", "name": "Member"}, {"id": "3d416247e8224533841040c3ad2bce5a", "name": "admin"}], "expires_at": "2018-09-04T11:34:04.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "da1aa3dc9e564d3d922e61c0121a390e", "name": "api_check-project_95790658-ea1a-473f-b71a-0aa15c3467f2"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235635a698ef4bef9dc6b25273d185da"}, {"url": "http://192.30.9.6:8776/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "23b07b3fbfc340a58cf0f9b2871a0d23"}, {"url": "http://172.30.9.28:8776/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "72fd0aaa144d45419f4b04b6b26f69a7"}], "type": "volume", "id": "097241c25b4d4f7e91b3f8efa155909e", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v3/da1aa3dc9e564d3d922e61c0121a390e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93eb4cf3030a49e7840bec071422d397"}, {"url": "http://192.30.9.6:8776/v3/da1aa3dc9e564d3d922e61c0121a390e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8af439a6ac147fdbcb38ed9aa916b68"}, {"url": "http://192.30.9.6:8776/v3/da1aa3dc9e564d3d922e61c0121a390e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c4bfdbc9b7c74a23a40afdf578cfeba4"}], "type": "volumev3", "id": "1c85f4682ce44f729db1dabd98e965e8", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "82239574a29d4603a2161006f61851cf"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8d15f7134f364a7bbcfff2f84aac3bf2"}, {"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e01668c43a0c4c279b9a3d20a0280d6c"}], "type": "image", "id": "297d8415ca96454991054983920912f7", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7bb4d60e20734d4a9f31ec75e02cb823"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bf6adec15590466a9a0d3bddb00e8993"}, {"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f096f03a1d12411a8972f6f7c196b60d"}], "type": "policy", "id": "54c64351b56d44bbad74c2969cc3aa00", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "354ae6870a324fab82d0a0fb68ee0f26"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a3807e460dd4af488d982b66c52e64c"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e7c3da785076450abd71868e75ce0c33"}], "type": "cloudformation", "id": "6ac9917ae83c4639a15a4ab3cf0e76dd", "name": "heat-cfn"}, {"endpoints": [], "type": "metering", "id": "7fcc078e5e0645f29df67742ac14e388", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49e71628d386464cb950d6a9db00a328"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75b0a63ed8574bbcab1c851cc9b83d30"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9902b0a8b3c04cd192a1b84c417c232b"}], "type": "key-manager", "id": "9626544a32e74678a641c6e206f028a9", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "497340e5aa36485982fdf297f370558f"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7802beb4fc7c4952897b77bd5610b1fe"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c14af798917f4fa0b146d9772583e595"}], "type": "metric", "id": "973bfe8c658d4e5a8da725e76b9d550e", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "288ecc3674ea41d2aa3b790dcb832bf2"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7a6dc785cd7142f5b30f1a7ba0daeb03"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7f7d34e2351b4964befccc862c4e8e12"}], "type": "network", "id": "a348d7b06050474fb449be7f32ea6f5d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "21bce6ecb8464a1f8f3e3847aa698bd6"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0a8faf2246b47deb30e69e48d3551fb"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e71c6011de3d4d8589e5b53dcc79f288"}], "type": "identity", "id": "ad8d4b4953184137a1b913ecee9434ed", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "13474f9a78ca4f1184e4cddc84d0d98c"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad67365a18234bb78c336e6776958c00"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc54db13337f44f8921fbb9ad0f81de8"}], "type": "alarming", "id": "bb18dc3243034f08a6a7f69f7a1edccf", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0d91d7adf0304b2681c77f979e5cdb17"}, {"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "756e5ffca9774ab3ae2db41bf330417f"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c07c727a08c243b287827f539a124e63"}], "type": "placement", "id": "bb2c9432fcbd4c56913177122468f6ba", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1eed4912224b48cf9856446eae4d9928"}, {"url": "http://192.30.9.6:8004/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b73b7f99236541148d84f24f09e5dd40"}, {"url": "http://192.30.9.6:8004/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fbf12e52911244fdafc24a9d46f56e62"}], "type": "orchestration", "id": "c8918d139da945ba93df4ccce21d4904", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/da1aa3dc9e564d3d922e61c0121a390e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16bf098b9e2e490f8e47fa601059f975"}, {"url": "http://192.30.9.6:8776/v2/da1aa3dc9e564d3d922e61c0121a390e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc16fa4cf491444ca2f611d5692c1170"}, {"url": "http://192.30.9.6:8776/v2/da1aa3dc9e564d3d922e61c0121a390e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ccd2c5325dff4b90b391db9fdde67d99"}], "type": "volumev2", "id": "d09ac9123c34494abce21d6c27bee9d9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eac694332354a3aa0e61c31314166d7"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b4d4989c4e764717ab78d38675cadd3f"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff196e46b56d406d87a678f1a64497b0"}], "type": "compute", "id": "d4030ee932c84df58c5b910cc197caa7", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_95790658-ea1a-473f-b71a-0aa15c3467f2", "id": "6cb53a06110b45a6a2f21cb265048110"}, "audit_ids": ["Vggkje-gRM2eLmAaOY1ozA"], "issued_at": "2018-09-04T10:34:04.000000Z"}} 2018-09-04 10:34:04,108 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:8776/v3/da1aa3dc9e564d3d922e61c0121a390e/types -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}82e75059d1e80a2c475442640d7fc4da7335b314" -d '{"volume_type": {"os-volume-type-access:is_public": false, "name": "CinderUtilsSimpleVolumeTypeTests-72cd021c-9b5d-402e-bfd9-8a013bf9f785", "description": null}}' 2018-09-04 10:34:04,338 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:34:04 GMT Server: Apache x-compute-request-id: req-6717f33e-4e69-4475-81bf-503ba8531799 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-6717f33e-4e69-4475-81bf-503ba8531799 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsSimpleVolumeTypeTests-72cd021c-9b5d-402e-bfd9-8a013bf9f785", "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "e0c4535f-16fc-40ee-9298-10101a82c39a", "description": null}} 2018-09-04 10:34:04,339 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.28:8776/v3/da1aa3dc9e564d3d922e61c0121a390e/types used request id req-6717f33e-4e69-4475-81bf-503ba8531799 2018-09-04 10:34:04,342 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8776/v3/da1aa3dc9e564d3d922e61c0121a390e/types?is_public=None -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-6717f33e-4e69-4475-81bf-503ba8531799" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}82e75059d1e80a2c475442640d7fc4da7335b314" 2018-09-04 10:34:04,522 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:34:04 GMT Server: Apache x-compute-request-id: req-52ba36f2-fc32-4b23-85c3-84a3ef2d6d63 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-52ba36f2-fc32-4b23-85c3-84a3ef2d6d63 Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"volume_types": [{"name": "CinderUtilsSimpleVolumeTypeTests-72cd021c-9b5d-402e-bfd9-8a013bf9f785", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "e0c4535f-16fc-40ee-9298-10101a82c39a", "description": null}]} 2018-09-04 10:34:04,522 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/da1aa3dc9e564d3d922e61c0121a390e/types?is_public=None used request id req-52ba36f2-fc32-4b23-85c3-84a3ef2d6d63 2018-09-04 10:34:04,525 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8776/v3/da1aa3dc9e564d3d922e61c0121a390e/types/e0c4535f-16fc-40ee-9298-10101a82c39a -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-6717f33e-4e69-4475-81bf-503ba8531799" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}82e75059d1e80a2c475442640d7fc4da7335b314" 2018-09-04 10:34:04,755 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:34:04 GMT Server: Apache x-compute-request-id: req-4383674c-1741-45ad-9a31-bf02c7ab60e6 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-4383674c-1741-45ad-9a31-bf02c7ab60e6 Content-Encoding: gzip Content-Length: 207 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsSimpleVolumeTypeTests-72cd021c-9b5d-402e-bfd9-8a013bf9f785", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "e0c4535f-16fc-40ee-9298-10101a82c39a", "description": null}} 2018-09-04 10:34:04,755 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/da1aa3dc9e564d3d922e61c0121a390e/types/e0c4535f-16fc-40ee-9298-10101a82c39a used request id req-4383674c-1741-45ad-9a31-bf02c7ab60e6 2018-09-04 10:34:04,758 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8776/v3/da1aa3dc9e564d3d922e61c0121a390e/types/e0c4535f-16fc-40ee-9298-10101a82c39a/encryption -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-6717f33e-4e69-4475-81bf-503ba8531799" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}82e75059d1e80a2c475442640d7fc4da7335b314" 2018-09-04 10:34:04,916 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:34:04 GMT Server: Apache x-compute-request-id: req-3576a488-f8d0-4363-9f31-d928d2f2f3e9 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-3576a488-f8d0-4363-9f31-d928d2f2f3e9 Content-Length: 2 Content-Type: application/json RESP BODY: {} 2018-09-04 10:34:04,916 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/da1aa3dc9e564d3d922e61c0121a390e/types/e0c4535f-16fc-40ee-9298-10101a82c39a/encryption used request id req-3576a488-f8d0-4363-9f31-d928d2f2f3e9 2018-09-04 10:34:04,919 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8776/v3/da1aa3dc9e564d3d922e61c0121a390e/types/e0c4535f-16fc-40ee-9298-10101a82c39a -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-6717f33e-4e69-4475-81bf-503ba8531799" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}82e75059d1e80a2c475442640d7fc4da7335b314" 2018-09-04 10:34:05,086 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:34:04 GMT Server: Apache x-compute-request-id: req-408611ab-0bec-4995-b791-d0f8728886e0 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-408611ab-0bec-4995-b791-d0f8728886e0 Content-Encoding: gzip Content-Length: 207 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsSimpleVolumeTypeTests-72cd021c-9b5d-402e-bfd9-8a013bf9f785", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "e0c4535f-16fc-40ee-9298-10101a82c39a", "description": null}} 2018-09-04 10:34:05,087 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/da1aa3dc9e564d3d922e61c0121a390e/types/e0c4535f-16fc-40ee-9298-10101a82c39a used request id req-408611ab-0bec-4995-b791-d0f8728886e0 2018-09-04 10:34:05,090 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8776/v3/da1aa3dc9e564d3d922e61c0121a390e/types/e0c4535f-16fc-40ee-9298-10101a82c39a -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-6717f33e-4e69-4475-81bf-503ba8531799" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}82e75059d1e80a2c475442640d7fc4da7335b314" 2018-09-04 10:34:05,252 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:34:05 GMT Server: Apache x-compute-request-id: req-0f705cdb-140e-4383-be49-fb6f106705ea OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-0f705cdb-140e-4383-be49-fb6f106705ea Content-Encoding: gzip Content-Length: 207 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsSimpleVolumeTypeTests-72cd021c-9b5d-402e-bfd9-8a013bf9f785", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "e0c4535f-16fc-40ee-9298-10101a82c39a", "description": null}} 2018-09-04 10:34:05,252 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/da1aa3dc9e564d3d922e61c0121a390e/types/e0c4535f-16fc-40ee-9298-10101a82c39a used request id req-0f705cdb-140e-4383-be49-fb6f106705ea 2018-09-04 10:34:05,255 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8776/v3/da1aa3dc9e564d3d922e61c0121a390e/types/e0c4535f-16fc-40ee-9298-10101a82c39a/encryption -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-6717f33e-4e69-4475-81bf-503ba8531799" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}82e75059d1e80a2c475442640d7fc4da7335b314" 2018-09-04 10:34:05,274 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:34:05 GMT Server: Apache x-compute-request-id: req-a72051a9-e1b7-477d-862a-85973ef10346 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-a72051a9-e1b7-477d-862a-85973ef10346 Content-Length: 2 Content-Type: application/json RESP BODY: {} 2018-09-04 10:34:05,275 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/da1aa3dc9e564d3d922e61c0121a390e/types/e0c4535f-16fc-40ee-9298-10101a82c39a/encryption used request id req-a72051a9-e1b7-477d-862a-85973ef10346 2018-09-04 10:34:05,275 - cinder_utils - INFO - Deleting volume named - CinderUtilsSimpleVolumeTypeTests-72cd021c-9b5d-402e-bfd9-8a013bf9f785 2018-09-04 10:34:05,278 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:8776/v3/da1aa3dc9e564d3d922e61c0121a390e/types/e0c4535f-16fc-40ee-9298-10101a82c39a -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-6717f33e-4e69-4475-81bf-503ba8531799" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}82e75059d1e80a2c475442640d7fc4da7335b314" 2018-09-04 10:34:05,499 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Tue, 04 Sep 2018 10:34:05 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-717529c8-14bc-4c80-b9a7-3ec942f35d97 Content-Length: 0 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-09-04 10:34:05,499 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.28:8776/v3/da1aa3dc9e564d3d922e61c0121a390e/types/e0c4535f-16fc-40ee-9298-10101a82c39a used request id req-717529c8-14bc-4c80-b9a7-3ec942f35d97 2018-09-04 10:34:05,502 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-09-04 10:34:05,966 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5ef645ad12fc453aa5d8a0c2cbf76196", "name": "heat_stack_owner"}, {"id": "9a944a8c31754b8f941d2fa9034d4301", "name": "Member"}, {"id": "3d416247e8224533841040c3ad2bce5a", "name": "admin"}], "expires_at": "2018-09-04T11:34:05.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "da1aa3dc9e564d3d922e61c0121a390e", "name": "api_check-project_95790658-ea1a-473f-b71a-0aa15c3467f2"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235635a698ef4bef9dc6b25273d185da"}, {"url": "http://192.30.9.6:8776/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "23b07b3fbfc340a58cf0f9b2871a0d23"}, {"url": "http://172.30.9.28:8776/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "72fd0aaa144d45419f4b04b6b26f69a7"}], "type": "volume", "id": "097241c25b4d4f7e91b3f8efa155909e", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v3/da1aa3dc9e564d3d922e61c0121a390e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93eb4cf3030a49e7840bec071422d397"}, {"url": "http://192.30.9.6:8776/v3/da1aa3dc9e564d3d922e61c0121a390e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8af439a6ac147fdbcb38ed9aa916b68"}, {"url": "http://192.30.9.6:8776/v3/da1aa3dc9e564d3d922e61c0121a390e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c4bfdbc9b7c74a23a40afdf578cfeba4"}], "type": "volumev3", "id": "1c85f4682ce44f729db1dabd98e965e8", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "82239574a29d4603a2161006f61851cf"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8d15f7134f364a7bbcfff2f84aac3bf2"}, {"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e01668c43a0c4c279b9a3d20a0280d6c"}], "type": "image", "id": "297d8415ca96454991054983920912f7", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7bb4d60e20734d4a9f31ec75e02cb823"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bf6adec15590466a9a0d3bddb00e8993"}, {"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f096f03a1d12411a8972f6f7c196b60d"}], "type": "policy", "id": "54c64351b56d44bbad74c2969cc3aa00", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "354ae6870a324fab82d0a0fb68ee0f26"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a3807e460dd4af488d982b66c52e64c"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e7c3da785076450abd71868e75ce0c33"}], "type": "cloudformation", "id": "6ac9917ae83c4639a15a4ab3cf0e76dd", "name": "heat-cfn"}, {"endpoints": [], "type": "metering", "id": "7fcc078e5e0645f29df67742ac14e388", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49e71628d386464cb950d6a9db00a328"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75b0a63ed8574bbcab1c851cc9b83d30"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9902b0a8b3c04cd192a1b84c417c232b"}], "type": "key-manager", "id": "9626544a32e74678a641c6e206f028a9", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "497340e5aa36485982fdf297f370558f"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7802beb4fc7c4952897b77bd5610b1fe"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c14af798917f4fa0b146d9772583e595"}], "type": "metric", "id": "973bfe8c658d4e5a8da725e76b9d550e", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "288ecc3674ea41d2aa3b790dcb832bf2"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7a6dc785cd7142f5b30f1a7ba0daeb03"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7f7d34e2351b4964befccc862c4e8e12"}], "type": "network", "id": "a348d7b06050474fb449be7f32ea6f5d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "21bce6ecb8464a1f8f3e3847aa698bd6"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0a8faf2246b47deb30e69e48d3551fb"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e71c6011de3d4d8589e5b53dcc79f288"}], "type": "identity", "id": "ad8d4b4953184137a1b913ecee9434ed", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "13474f9a78ca4f1184e4cddc84d0d98c"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad67365a18234bb78c336e6776958c00"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc54db13337f44f8921fbb9ad0f81de8"}], "type": "alarming", "id": "bb18dc3243034f08a6a7f69f7a1edccf", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0d91d7adf0304b2681c77f979e5cdb17"}, {"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "756e5ffca9774ab3ae2db41bf330417f"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c07c727a08c243b287827f539a124e63"}], "type": "placement", "id": "bb2c9432fcbd4c56913177122468f6ba", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1eed4912224b48cf9856446eae4d9928"}, {"url": "http://192.30.9.6:8004/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b73b7f99236541148d84f24f09e5dd40"}, {"url": "http://192.30.9.6:8004/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fbf12e52911244fdafc24a9d46f56e62"}], "type": "orchestration", "id": "c8918d139da945ba93df4ccce21d4904", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/da1aa3dc9e564d3d922e61c0121a390e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16bf098b9e2e490f8e47fa601059f975"}, {"url": "http://192.30.9.6:8776/v2/da1aa3dc9e564d3d922e61c0121a390e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc16fa4cf491444ca2f611d5692c1170"}, {"url": "http://192.30.9.6:8776/v2/da1aa3dc9e564d3d922e61c0121a390e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ccd2c5325dff4b90b391db9fdde67d99"}], "type": "volumev2", "id": "d09ac9123c34494abce21d6c27bee9d9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eac694332354a3aa0e61c31314166d7"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b4d4989c4e764717ab78d38675cadd3f"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff196e46b56d406d87a678f1a64497b0"}], "type": "compute", "id": "d4030ee932c84df58c5b910cc197caa7", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_95790658-ea1a-473f-b71a-0aa15c3467f2", "id": "6cb53a06110b45a6a2f21cb265048110"}, "audit_ids": ["tqt-IdefRH624KBZHO3yxg"], "issued_at": "2018-09-04T10:34:05.000000Z"}} 2018-09-04 10:34:05,969 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:8776/v3/da1aa3dc9e564d3d922e61c0121a390e/types -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4a0b3c0739dcc3a6d7becaf3eacf0eda49a0e111" -d '{"volume_type": {"os-volume-type-access:is_public": false, "name": "CinderUtilsAddEncryptionTests-df796111-ae48-4f6d-92fc-a78676ef2f60-type", "description": null}}' 2018-09-04 10:34:06,197 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:34:05 GMT Server: Apache x-compute-request-id: req-51aa758f-a31a-4399-b798-841ad4bf723e OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-51aa758f-a31a-4399-b798-841ad4bf723e Content-Encoding: gzip Content-Length: 198 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsAddEncryptionTests-df796111-ae48-4f6d-92fc-a78676ef2f60-type", "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "86d981ef-e6f2-44e8-b95b-a721c451b2bf", "description": null}} 2018-09-04 10:34:06,197 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.28:8776/v3/da1aa3dc9e564d3d922e61c0121a390e/types used request id req-51aa758f-a31a-4399-b798-841ad4bf723e 2018-09-04 10:34:06,200 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:8776/v3/da1aa3dc9e564d3d922e61c0121a390e/types/86d981ef-e6f2-44e8-b95b-a721c451b2bf/encryption -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-51aa758f-a31a-4399-b798-841ad4bf723e" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4a0b3c0739dcc3a6d7becaf3eacf0eda49a0e111" -d '{"encryption": {"name": "CinderUtilsAddEncryptionTests-df796111-ae48-4f6d-92fc-a78676ef2f60", "control_location": "back-end", "key_size": -1, "provider": "foo", "provider_class": "foo", "cipher": "bar"}}' 2018-09-04 10:34:06,373 - cinderclient.v3.client - DEBUG - RESP: [400] Date: Tue, 04 Sep 2018 10:34:06 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-compute-request-id: req-065702fe-dc48-4899-b7a7-489f7324c6da x-openstack-request-id: req-065702fe-dc48-4899-b7a7-489f7324c6da Content-Length: 65 Content-Type: application/json RESP BODY: {"badRequest": {"message": "key_size must be >= 0", "code": 400}} 2018-09-04 10:34:06,373 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.28:8776/v3/da1aa3dc9e564d3d922e61c0121a390e/types/86d981ef-e6f2-44e8-b95b-a721c451b2bf/encryption used request id req-065702fe-dc48-4899-b7a7-489f7324c6da 2018-09-04 10:34:06,373 - cinder_utils - INFO - Deleting volume named - CinderUtilsAddEncryptionTests-df796111-ae48-4f6d-92fc-a78676ef2f60-type 2018-09-04 10:34:06,376 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:8776/v3/da1aa3dc9e564d3d922e61c0121a390e/types/86d981ef-e6f2-44e8-b95b-a721c451b2bf -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-51aa758f-a31a-4399-b798-841ad4bf723e" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4a0b3c0739dcc3a6d7becaf3eacf0eda49a0e111" 2018-09-04 10:34:06,583 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Tue, 04 Sep 2018 10:34:06 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-b13a3af0-f401-44a4-93db-084b2af93085 Content-Length: 0 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-09-04 10:34:06,583 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.28:8776/v3/da1aa3dc9e564d3d922e61c0121a390e/types/86d981ef-e6f2-44e8-b95b-a721c451b2bf used request id req-b13a3af0-f401-44a4-93db-084b2af93085 2018-09-04 10:34:06,586 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-09-04 10:34:06,966 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5ef645ad12fc453aa5d8a0c2cbf76196", "name": "heat_stack_owner"}, {"id": "9a944a8c31754b8f941d2fa9034d4301", "name": "Member"}, {"id": "3d416247e8224533841040c3ad2bce5a", "name": "admin"}], "expires_at": "2018-09-04T11:34:06.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "da1aa3dc9e564d3d922e61c0121a390e", "name": "api_check-project_95790658-ea1a-473f-b71a-0aa15c3467f2"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235635a698ef4bef9dc6b25273d185da"}, {"url": "http://192.30.9.6:8776/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "23b07b3fbfc340a58cf0f9b2871a0d23"}, {"url": "http://172.30.9.28:8776/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "72fd0aaa144d45419f4b04b6b26f69a7"}], "type": "volume", "id": "097241c25b4d4f7e91b3f8efa155909e", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v3/da1aa3dc9e564d3d922e61c0121a390e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93eb4cf3030a49e7840bec071422d397"}, {"url": "http://192.30.9.6:8776/v3/da1aa3dc9e564d3d922e61c0121a390e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8af439a6ac147fdbcb38ed9aa916b68"}, {"url": "http://192.30.9.6:8776/v3/da1aa3dc9e564d3d922e61c0121a390e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c4bfdbc9b7c74a23a40afdf578cfeba4"}], "type": "volumev3", "id": "1c85f4682ce44f729db1dabd98e965e8", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "82239574a29d4603a2161006f61851cf"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8d15f7134f364a7bbcfff2f84aac3bf2"}, {"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e01668c43a0c4c279b9a3d20a0280d6c"}], "type": "image", "id": "297d8415ca96454991054983920912f7", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7bb4d60e20734d4a9f31ec75e02cb823"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bf6adec15590466a9a0d3bddb00e8993"}, {"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f096f03a1d12411a8972f6f7c196b60d"}], "type": "policy", "id": "54c64351b56d44bbad74c2969cc3aa00", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "354ae6870a324fab82d0a0fb68ee0f26"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a3807e460dd4af488d982b66c52e64c"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e7c3da785076450abd71868e75ce0c33"}], "type": "cloudformation", "id": "6ac9917ae83c4639a15a4ab3cf0e76dd", "name": "heat-cfn"}, {"endpoints": [], "type": "metering", "id": "7fcc078e5e0645f29df67742ac14e388", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49e71628d386464cb950d6a9db00a328"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75b0a63ed8574bbcab1c851cc9b83d30"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9902b0a8b3c04cd192a1b84c417c232b"}], "type": "key-manager", "id": "9626544a32e74678a641c6e206f028a9", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "497340e5aa36485982fdf297f370558f"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7802beb4fc7c4952897b77bd5610b1fe"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c14af798917f4fa0b146d9772583e595"}], "type": "metric", "id": "973bfe8c658d4e5a8da725e76b9d550e", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "288ecc3674ea41d2aa3b790dcb832bf2"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7a6dc785cd7142f5b30f1a7ba0daeb03"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7f7d34e2351b4964befccc862c4e8e12"}], "type": "network", "id": "a348d7b06050474fb449be7f32ea6f5d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "21bce6ecb8464a1f8f3e3847aa698bd6"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0a8faf2246b47deb30e69e48d3551fb"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e71c6011de3d4d8589e5b53dcc79f288"}], "type": "identity", "id": "ad8d4b4953184137a1b913ecee9434ed", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "13474f9a78ca4f1184e4cddc84d0d98c"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad67365a18234bb78c336e6776958c00"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc54db13337f44f8921fbb9ad0f81de8"}], "type": "alarming", "id": "bb18dc3243034f08a6a7f69f7a1edccf", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0d91d7adf0304b2681c77f979e5cdb17"}, {"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "756e5ffca9774ab3ae2db41bf330417f"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c07c727a08c243b287827f539a124e63"}], "type": "placement", "id": "bb2c9432fcbd4c56913177122468f6ba", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1eed4912224b48cf9856446eae4d9928"}, {"url": "http://192.30.9.6:8004/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b73b7f99236541148d84f24f09e5dd40"}, {"url": "http://192.30.9.6:8004/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fbf12e52911244fdafc24a9d46f56e62"}], "type": "orchestration", "id": "c8918d139da945ba93df4ccce21d4904", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/da1aa3dc9e564d3d922e61c0121a390e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16bf098b9e2e490f8e47fa601059f975"}, {"url": "http://192.30.9.6:8776/v2/da1aa3dc9e564d3d922e61c0121a390e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc16fa4cf491444ca2f611d5692c1170"}, {"url": "http://192.30.9.6:8776/v2/da1aa3dc9e564d3d922e61c0121a390e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ccd2c5325dff4b90b391db9fdde67d99"}], "type": "volumev2", "id": "d09ac9123c34494abce21d6c27bee9d9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eac694332354a3aa0e61c31314166d7"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b4d4989c4e764717ab78d38675cadd3f"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff196e46b56d406d87a678f1a64497b0"}], "type": "compute", "id": "d4030ee932c84df58c5b910cc197caa7", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_95790658-ea1a-473f-b71a-0aa15c3467f2", "id": "6cb53a06110b45a6a2f21cb265048110"}, "audit_ids": ["NePycOBqQkWA_MY8oVfEbw"], "issued_at": "2018-09-04T10:34:06.000000Z"}} 2018-09-04 10:34:06,969 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:8776/v3/da1aa3dc9e564d3d922e61c0121a390e/types -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}88befb28a2016783134e5e7b2d6fba670b6b41f5" -d '{"volume_type": {"os-volume-type-access:is_public": false, "name": "CinderUtilsAddEncryptionTests-6b799e5c-9557-411d-858c-5cc4048b4438-type", "description": null}}' 2018-09-04 10:34:07,183 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:34:06 GMT Server: Apache x-compute-request-id: req-d558e333-e768-4bf7-b9f3-51a32e100f5d OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-d558e333-e768-4bf7-b9f3-51a32e100f5d Content-Encoding: gzip Content-Length: 198 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsAddEncryptionTests-6b799e5c-9557-411d-858c-5cc4048b4438-type", "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "967a17fa-60b8-4751-8c26-f7435b072e53", "description": null}} 2018-09-04 10:34:07,183 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.28:8776/v3/da1aa3dc9e564d3d922e61c0121a390e/types used request id req-d558e333-e768-4bf7-b9f3-51a32e100f5d 2018-09-04 10:34:07,186 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:8776/v3/da1aa3dc9e564d3d922e61c0121a390e/types/967a17fa-60b8-4751-8c26-f7435b072e53/encryption -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-d558e333-e768-4bf7-b9f3-51a32e100f5d" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}88befb28a2016783134e5e7b2d6fba670b6b41f5" -d '{"encryption": {"control_location": "back-end", "provider_class": "LuksEncryptor", "name": "CinderUtilsAddEncryptionTests-6b799e5c-9557-411d-858c-5cc4048b4438", "provider": "LuksEncryptor"}}' 2018-09-04 10:34:07,400 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:34:07 GMT Server: Apache x-compute-request-id: req-5c115ab9-06e7-49fb-bcf3-a76e73751046 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-5c115ab9-06e7-49fb-bcf3-a76e73751046 Content-Encoding: gzip Content-Length: 223 Content-Type: application/json RESP BODY: {"encryption": {"volume_type_id": "967a17fa-60b8-4751-8c26-f7435b072e53", "name": "CinderUtilsAddEncryptionTests-6b799e5c-9557-411d-858c-5cc4048b4438", "control_location": "back-end", "encryption_id": "df9dc230-dcee-418b-a522-be8a8d92dc1b", "provider": "LuksEncryptor", "provider_class": "LuksEncryptor"}} 2018-09-04 10:34:07,400 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.28:8776/v3/da1aa3dc9e564d3d922e61c0121a390e/types/967a17fa-60b8-4751-8c26-f7435b072e53/encryption used request id req-5c115ab9-06e7-49fb-bcf3-a76e73751046 2018-09-04 10:34:07,403 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8776/v3/da1aa3dc9e564d3d922e61c0121a390e/types/967a17fa-60b8-4751-8c26-f7435b072e53 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-d558e333-e768-4bf7-b9f3-51a32e100f5d" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}88befb28a2016783134e5e7b2d6fba670b6b41f5" 2018-09-04 10:34:07,590 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:34:07 GMT Server: Apache x-compute-request-id: req-f824cd2b-814b-4cc4-910e-724e55a3d93a OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-f824cd2b-814b-4cc4-910e-724e55a3d93a Content-Encoding: gzip Content-Length: 210 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsAddEncryptionTests-6b799e5c-9557-411d-858c-5cc4048b4438-type", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "967a17fa-60b8-4751-8c26-f7435b072e53", "description": null}} 2018-09-04 10:34:07,590 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/da1aa3dc9e564d3d922e61c0121a390e/types/967a17fa-60b8-4751-8c26-f7435b072e53 used request id req-f824cd2b-814b-4cc4-910e-724e55a3d93a 2018-09-04 10:34:07,593 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8776/v3/da1aa3dc9e564d3d922e61c0121a390e/types/967a17fa-60b8-4751-8c26-f7435b072e53/encryption -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-d558e333-e768-4bf7-b9f3-51a32e100f5d" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}88befb28a2016783134e5e7b2d6fba670b6b41f5" 2018-09-04 10:34:07,771 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:34:07 GMT Server: Apache x-compute-request-id: req-df09cf63-0641-4e2e-99d9-0eb5e8c1221d OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-df09cf63-0641-4e2e-99d9-0eb5e8c1221d Content-Encoding: gzip Content-Length: 226 Content-Type: application/json RESP BODY: {"volume_type_id": "967a17fa-60b8-4751-8c26-f7435b072e53", "control_location": "back-end", "deleted": false, "created_at": "2018-09-04T10:34:07.000000", "updated_at": null, "encryption_id": "df9dc230-dcee-418b-a522-be8a8d92dc1b", "key_size": null, "provider": "LuksEncryptor", "deleted_at": null, "cipher": null} 2018-09-04 10:34:07,771 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/da1aa3dc9e564d3d922e61c0121a390e/types/967a17fa-60b8-4751-8c26-f7435b072e53/encryption used request id req-df09cf63-0641-4e2e-99d9-0eb5e8c1221d 2018-09-04 10:34:07,771 - cinder_utils - INFO - Deleting volume encryption for volume type - CinderUtilsAddEncryptionTests-6b799e5c-9557-411d-858c-5cc4048b4438-type 2018-09-04 10:34:07,774 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8776/v3/da1aa3dc9e564d3d922e61c0121a390e/types/967a17fa-60b8-4751-8c26-f7435b072e53 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-d558e333-e768-4bf7-b9f3-51a32e100f5d" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}88befb28a2016783134e5e7b2d6fba670b6b41f5" 2018-09-04 10:34:08,480 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:34:07 GMT Server: Apache x-compute-request-id: req-6a75ef4e-df76-4ba9-b078-5a0f5140849a OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-6a75ef4e-df76-4ba9-b078-5a0f5140849a Content-Encoding: gzip Content-Length: 210 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsAddEncryptionTests-6b799e5c-9557-411d-858c-5cc4048b4438-type", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "967a17fa-60b8-4751-8c26-f7435b072e53", "description": null}} 2018-09-04 10:34:08,480 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/da1aa3dc9e564d3d922e61c0121a390e/types/967a17fa-60b8-4751-8c26-f7435b072e53 used request id req-6a75ef4e-df76-4ba9-b078-5a0f5140849a 2018-09-04 10:34:08,483 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:8776/v3/da1aa3dc9e564d3d922e61c0121a390e/types/967a17fa-60b8-4751-8c26-f7435b072e53/encryption/provider -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-d558e333-e768-4bf7-b9f3-51a32e100f5d" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}88befb28a2016783134e5e7b2d6fba670b6b41f5" 2018-09-04 10:34:08,701 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Tue, 04 Sep 2018 10:34:08 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-c66666e3-a719-42f0-9f6e-d9d4a703021f Content-Length: 0 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-09-04 10:34:08,701 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.28:8776/v3/da1aa3dc9e564d3d922e61c0121a390e/types/967a17fa-60b8-4751-8c26-f7435b072e53/encryption/provider used request id req-c66666e3-a719-42f0-9f6e-d9d4a703021f 2018-09-04 10:34:08,704 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8776/v3/da1aa3dc9e564d3d922e61c0121a390e/types/967a17fa-60b8-4751-8c26-f7435b072e53 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-d558e333-e768-4bf7-b9f3-51a32e100f5d" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}88befb28a2016783134e5e7b2d6fba670b6b41f5" 2018-09-04 10:34:08,862 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:34:08 GMT Server: Apache x-compute-request-id: req-2d4ff119-4d7e-46c2-a18b-caa40953656e OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-2d4ff119-4d7e-46c2-a18b-caa40953656e Content-Encoding: gzip Content-Length: 210 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsAddEncryptionTests-6b799e5c-9557-411d-858c-5cc4048b4438-type", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "967a17fa-60b8-4751-8c26-f7435b072e53", "description": null}} 2018-09-04 10:34:08,862 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/da1aa3dc9e564d3d922e61c0121a390e/types/967a17fa-60b8-4751-8c26-f7435b072e53 used request id req-2d4ff119-4d7e-46c2-a18b-caa40953656e 2018-09-04 10:34:08,865 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8776/v3/da1aa3dc9e564d3d922e61c0121a390e/types/967a17fa-60b8-4751-8c26-f7435b072e53/encryption -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-d558e333-e768-4bf7-b9f3-51a32e100f5d" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}88befb28a2016783134e5e7b2d6fba670b6b41f5" 2018-09-04 10:34:09,038 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:34:08 GMT Server: Apache x-compute-request-id: req-fcde6b0a-3c2e-4c91-9823-2877f08f280d OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-fcde6b0a-3c2e-4c91-9823-2877f08f280d Content-Length: 2 Content-Type: application/json RESP BODY: {} 2018-09-04 10:34:09,039 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/da1aa3dc9e564d3d922e61c0121a390e/types/967a17fa-60b8-4751-8c26-f7435b072e53/encryption used request id req-fcde6b0a-3c2e-4c91-9823-2877f08f280d 2018-09-04 10:34:09,039 - cinder_utils - INFO - Deleting volume encryption for volume type - CinderUtilsAddEncryptionTests-6b799e5c-9557-411d-858c-5cc4048b4438-type 2018-09-04 10:34:09,041 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8776/v3/da1aa3dc9e564d3d922e61c0121a390e/types/967a17fa-60b8-4751-8c26-f7435b072e53 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-d558e333-e768-4bf7-b9f3-51a32e100f5d" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}88befb28a2016783134e5e7b2d6fba670b6b41f5" 2018-09-04 10:34:09,211 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:34:09 GMT Server: Apache x-compute-request-id: req-1b9fcf8f-198c-410b-b532-c60cb3ea28a5 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-1b9fcf8f-198c-410b-b532-c60cb3ea28a5 Content-Encoding: gzip Content-Length: 210 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsAddEncryptionTests-6b799e5c-9557-411d-858c-5cc4048b4438-type", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "967a17fa-60b8-4751-8c26-f7435b072e53", "description": null}} 2018-09-04 10:34:09,212 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/da1aa3dc9e564d3d922e61c0121a390e/types/967a17fa-60b8-4751-8c26-f7435b072e53 used request id req-1b9fcf8f-198c-410b-b532-c60cb3ea28a5 2018-09-04 10:34:09,215 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:8776/v3/da1aa3dc9e564d3d922e61c0121a390e/types/967a17fa-60b8-4751-8c26-f7435b072e53/encryption/provider -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-d558e333-e768-4bf7-b9f3-51a32e100f5d" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}88befb28a2016783134e5e7b2d6fba670b6b41f5" 2018-09-04 10:34:09,243 - cinderclient.v3.client - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 10:34:09 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-compute-request-id: req-de9aede3-c64d-4164-b623-20fd7de26276 x-openstack-request-id: req-de9aede3-c64d-4164-b623-20fd7de26276 Content-Length: 130 Content-Type: application/json RESP BODY: {"itemNotFound": {"message": "Volume type encryption for type 967a17fa-60b8-4751-8c26-f7435b072e53 does not exist.", "code": 404}} 2018-09-04 10:34:09,243 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.28:8776/v3/da1aa3dc9e564d3d922e61c0121a390e/types/967a17fa-60b8-4751-8c26-f7435b072e53/encryption/provider used request id req-de9aede3-c64d-4164-b623-20fd7de26276 2018-09-04 10:34:09,243 - cinder_utils - INFO - Deleting volume named - CinderUtilsAddEncryptionTests-6b799e5c-9557-411d-858c-5cc4048b4438-type 2018-09-04 10:34:09,246 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:8776/v3/da1aa3dc9e564d3d922e61c0121a390e/types/967a17fa-60b8-4751-8c26-f7435b072e53 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-d558e333-e768-4bf7-b9f3-51a32e100f5d" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}88befb28a2016783134e5e7b2d6fba670b6b41f5" 2018-09-04 10:34:09,461 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Tue, 04 Sep 2018 10:34:09 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-912154b9-a574-4d35-801d-fd975c297425 Content-Length: 0 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-09-04 10:34:09,461 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.28:8776/v3/da1aa3dc9e564d3d922e61c0121a390e/types/967a17fa-60b8-4751-8c26-f7435b072e53 used request id req-912154b9-a574-4d35-801d-fd975c297425 2018-09-04 10:34:09,463 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-09-04 10:34:09,874 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5ef645ad12fc453aa5d8a0c2cbf76196", "name": "heat_stack_owner"}, {"id": "9a944a8c31754b8f941d2fa9034d4301", "name": "Member"}, {"id": "3d416247e8224533841040c3ad2bce5a", "name": "admin"}], "expires_at": "2018-09-04T11:34:09.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "da1aa3dc9e564d3d922e61c0121a390e", "name": "api_check-project_95790658-ea1a-473f-b71a-0aa15c3467f2"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235635a698ef4bef9dc6b25273d185da"}, {"url": "http://192.30.9.6:8776/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "23b07b3fbfc340a58cf0f9b2871a0d23"}, {"url": "http://172.30.9.28:8776/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "72fd0aaa144d45419f4b04b6b26f69a7"}], "type": "volume", "id": "097241c25b4d4f7e91b3f8efa155909e", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v3/da1aa3dc9e564d3d922e61c0121a390e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93eb4cf3030a49e7840bec071422d397"}, {"url": "http://192.30.9.6:8776/v3/da1aa3dc9e564d3d922e61c0121a390e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8af439a6ac147fdbcb38ed9aa916b68"}, {"url": "http://192.30.9.6:8776/v3/da1aa3dc9e564d3d922e61c0121a390e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c4bfdbc9b7c74a23a40afdf578cfeba4"}], "type": "volumev3", "id": "1c85f4682ce44f729db1dabd98e965e8", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "82239574a29d4603a2161006f61851cf"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8d15f7134f364a7bbcfff2f84aac3bf2"}, {"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e01668c43a0c4c279b9a3d20a0280d6c"}], "type": "image", "id": "297d8415ca96454991054983920912f7", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7bb4d60e20734d4a9f31ec75e02cb823"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bf6adec15590466a9a0d3bddb00e8993"}, {"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f096f03a1d12411a8972f6f7c196b60d"}], "type": "policy", "id": "54c64351b56d44bbad74c2969cc3aa00", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "354ae6870a324fab82d0a0fb68ee0f26"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a3807e460dd4af488d982b66c52e64c"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e7c3da785076450abd71868e75ce0c33"}], "type": "cloudformation", "id": "6ac9917ae83c4639a15a4ab3cf0e76dd", "name": "heat-cfn"}, {"endpoints": [], "type": "metering", "id": "7fcc078e5e0645f29df67742ac14e388", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49e71628d386464cb950d6a9db00a328"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75b0a63ed8574bbcab1c851cc9b83d30"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9902b0a8b3c04cd192a1b84c417c232b"}], "type": "key-manager", "id": "9626544a32e74678a641c6e206f028a9", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "497340e5aa36485982fdf297f370558f"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7802beb4fc7c4952897b77bd5610b1fe"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c14af798917f4fa0b146d9772583e595"}], "type": "metric", "id": "973bfe8c658d4e5a8da725e76b9d550e", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "288ecc3674ea41d2aa3b790dcb832bf2"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7a6dc785cd7142f5b30f1a7ba0daeb03"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7f7d34e2351b4964befccc862c4e8e12"}], "type": "network", "id": "a348d7b06050474fb449be7f32ea6f5d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "21bce6ecb8464a1f8f3e3847aa698bd6"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0a8faf2246b47deb30e69e48d3551fb"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e71c6011de3d4d8589e5b53dcc79f288"}], "type": "identity", "id": "ad8d4b4953184137a1b913ecee9434ed", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "13474f9a78ca4f1184e4cddc84d0d98c"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad67365a18234bb78c336e6776958c00"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc54db13337f44f8921fbb9ad0f81de8"}], "type": "alarming", "id": "bb18dc3243034f08a6a7f69f7a1edccf", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0d91d7adf0304b2681c77f979e5cdb17"}, {"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "756e5ffca9774ab3ae2db41bf330417f"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c07c727a08c243b287827f539a124e63"}], "type": "placement", "id": "bb2c9432fcbd4c56913177122468f6ba", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1eed4912224b48cf9856446eae4d9928"}, {"url": "http://192.30.9.6:8004/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b73b7f99236541148d84f24f09e5dd40"}, {"url": "http://192.30.9.6:8004/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fbf12e52911244fdafc24a9d46f56e62"}], "type": "orchestration", "id": "c8918d139da945ba93df4ccce21d4904", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/da1aa3dc9e564d3d922e61c0121a390e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16bf098b9e2e490f8e47fa601059f975"}, {"url": "http://192.30.9.6:8776/v2/da1aa3dc9e564d3d922e61c0121a390e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc16fa4cf491444ca2f611d5692c1170"}, {"url": "http://192.30.9.6:8776/v2/da1aa3dc9e564d3d922e61c0121a390e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ccd2c5325dff4b90b391db9fdde67d99"}], "type": "volumev2", "id": "d09ac9123c34494abce21d6c27bee9d9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eac694332354a3aa0e61c31314166d7"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b4d4989c4e764717ab78d38675cadd3f"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff196e46b56d406d87a678f1a64497b0"}], "type": "compute", "id": "d4030ee932c84df58c5b910cc197caa7", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_95790658-ea1a-473f-b71a-0aa15c3467f2", "id": "6cb53a06110b45a6a2f21cb265048110"}, "audit_ids": ["4Sln8B50TRW7s_zvohpHyA"], "issued_at": "2018-09-04T10:34:09.000000Z"}} 2018-09-04 10:34:09,877 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:8776/v3/da1aa3dc9e564d3d922e61c0121a390e/types -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ebe4a5d9b08b1cd585b68f438549d1849b7434ba" -d '{"volume_type": {"os-volume-type-access:is_public": false, "name": "CinderUtilsAddEncryptionTests-397dd6f4-a4a3-4647-a700-a40e7148c732-type", "description": null}}' 2018-09-04 10:34:10,091 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:34:09 GMT Server: Apache x-compute-request-id: req-ce0cdc6e-808a-4207-821e-eb57a961d316 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-ce0cdc6e-808a-4207-821e-eb57a961d316 Content-Encoding: gzip Content-Length: 196 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsAddEncryptionTests-397dd6f4-a4a3-4647-a700-a40e7148c732-type", "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "92ad3973-b2a4-4a3e-b543-721fa1a8b7f5", "description": null}} 2018-09-04 10:34:10,091 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.28:8776/v3/da1aa3dc9e564d3d922e61c0121a390e/types used request id req-ce0cdc6e-808a-4207-821e-eb57a961d316 2018-09-04 10:34:10,095 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:8776/v3/da1aa3dc9e564d3d922e61c0121a390e/types/92ad3973-b2a4-4a3e-b543-721fa1a8b7f5/encryption -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-ce0cdc6e-808a-4207-821e-eb57a961d316" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ebe4a5d9b08b1cd585b68f438549d1849b7434ba" -d '{"encryption": {"control_location": "front-end", "provider_class": "foo", "name": "CinderUtilsAddEncryptionTests-397dd6f4-a4a3-4647-a700-a40e7148c732", "provider": "foo"}}' 2018-09-04 10:34:10,308 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:34:10 GMT Server: Apache x-compute-request-id: req-b2d8c9be-45b4-4a96-9cbd-85b895c1717e OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-b2d8c9be-45b4-4a96-9cbd-85b895c1717e Content-Encoding: gzip Content-Length: 216 Content-Type: application/json RESP BODY: {"encryption": {"volume_type_id": "92ad3973-b2a4-4a3e-b543-721fa1a8b7f5", "name": "CinderUtilsAddEncryptionTests-397dd6f4-a4a3-4647-a700-a40e7148c732", "control_location": "front-end", "encryption_id": "2b6fee9a-7a21-489d-bddb-55bdd5b2d778", "provider": "foo", "provider_class": "foo"}} 2018-09-04 10:34:10,309 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.28:8776/v3/da1aa3dc9e564d3d922e61c0121a390e/types/92ad3973-b2a4-4a3e-b543-721fa1a8b7f5/encryption used request id req-b2d8c9be-45b4-4a96-9cbd-85b895c1717e 2018-09-04 10:34:10,312 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8776/v3/da1aa3dc9e564d3d922e61c0121a390e/types/92ad3973-b2a4-4a3e-b543-721fa1a8b7f5 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-ce0cdc6e-808a-4207-821e-eb57a961d316" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ebe4a5d9b08b1cd585b68f438549d1849b7434ba" 2018-09-04 10:34:11,032 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:34:10 GMT Server: Apache x-compute-request-id: req-ef1d2d03-76b2-4ad2-8f42-038fb4b6b24f OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-ef1d2d03-76b2-4ad2-8f42-038fb4b6b24f Content-Encoding: gzip Content-Length: 206 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsAddEncryptionTests-397dd6f4-a4a3-4647-a700-a40e7148c732-type", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "92ad3973-b2a4-4a3e-b543-721fa1a8b7f5", "description": null}} 2018-09-04 10:34:11,032 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/da1aa3dc9e564d3d922e61c0121a390e/types/92ad3973-b2a4-4a3e-b543-721fa1a8b7f5 used request id req-ef1d2d03-76b2-4ad2-8f42-038fb4b6b24f 2018-09-04 10:34:11,035 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8776/v3/da1aa3dc9e564d3d922e61c0121a390e/types/92ad3973-b2a4-4a3e-b543-721fa1a8b7f5/encryption -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-ce0cdc6e-808a-4207-821e-eb57a961d316" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ebe4a5d9b08b1cd585b68f438549d1849b7434ba" 2018-09-04 10:34:11,208 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:34:11 GMT Server: Apache x-compute-request-id: req-fb872961-5094-442a-82ed-d6a3e35823b5 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-fb872961-5094-442a-82ed-d6a3e35823b5 Content-Encoding: gzip Content-Length: 218 Content-Type: application/json RESP BODY: {"volume_type_id": "92ad3973-b2a4-4a3e-b543-721fa1a8b7f5", "control_location": "front-end", "deleted": false, "created_at": "2018-09-04T10:34:10.000000", "updated_at": null, "encryption_id": "2b6fee9a-7a21-489d-bddb-55bdd5b2d778", "key_size": null, "provider": "foo", "deleted_at": null, "cipher": null} 2018-09-04 10:34:11,209 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/da1aa3dc9e564d3d922e61c0121a390e/types/92ad3973-b2a4-4a3e-b543-721fa1a8b7f5/encryption used request id req-fb872961-5094-442a-82ed-d6a3e35823b5 2018-09-04 10:34:11,209 - cinder_utils - INFO - Deleting volume encryption for volume type - CinderUtilsAddEncryptionTests-397dd6f4-a4a3-4647-a700-a40e7148c732-type 2018-09-04 10:34:11,212 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8776/v3/da1aa3dc9e564d3d922e61c0121a390e/types/92ad3973-b2a4-4a3e-b543-721fa1a8b7f5 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-ce0cdc6e-808a-4207-821e-eb57a961d316" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ebe4a5d9b08b1cd585b68f438549d1849b7434ba" 2018-09-04 10:34:11,961 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:34:11 GMT Server: Apache x-compute-request-id: req-8b4056f8-a5ba-445b-92f9-e560fc90ed3c OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-8b4056f8-a5ba-445b-92f9-e560fc90ed3c Content-Encoding: gzip Content-Length: 206 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsAddEncryptionTests-397dd6f4-a4a3-4647-a700-a40e7148c732-type", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "92ad3973-b2a4-4a3e-b543-721fa1a8b7f5", "description": null}} 2018-09-04 10:34:11,961 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/da1aa3dc9e564d3d922e61c0121a390e/types/92ad3973-b2a4-4a3e-b543-721fa1a8b7f5 used request id req-8b4056f8-a5ba-445b-92f9-e560fc90ed3c 2018-09-04 10:34:11,964 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:8776/v3/da1aa3dc9e564d3d922e61c0121a390e/types/92ad3973-b2a4-4a3e-b543-721fa1a8b7f5/encryption/provider -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-ce0cdc6e-808a-4207-821e-eb57a961d316" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ebe4a5d9b08b1cd585b68f438549d1849b7434ba" 2018-09-04 10:34:12,174 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Tue, 04 Sep 2018 10:34:11 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-d8205caf-6647-4d36-9a9e-5954dec19563 Content-Length: 0 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-09-04 10:34:12,174 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.28:8776/v3/da1aa3dc9e564d3d922e61c0121a390e/types/92ad3973-b2a4-4a3e-b543-721fa1a8b7f5/encryption/provider used request id req-d8205caf-6647-4d36-9a9e-5954dec19563 2018-09-04 10:34:12,174 - cinder_utils - INFO - Deleting volume named - CinderUtilsAddEncryptionTests-397dd6f4-a4a3-4647-a700-a40e7148c732-type 2018-09-04 10:34:12,177 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:8776/v3/da1aa3dc9e564d3d922e61c0121a390e/types/92ad3973-b2a4-4a3e-b543-721fa1a8b7f5 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-ce0cdc6e-808a-4207-821e-eb57a961d316" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ebe4a5d9b08b1cd585b68f438549d1849b7434ba" 2018-09-04 10:34:12,392 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Tue, 04 Sep 2018 10:34:12 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-11ca8add-733a-4a36-aa56-4582e07a4031 Content-Length: 0 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-09-04 10:34:12,392 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.28:8776/v3/da1aa3dc9e564d3d922e61c0121a390e/types/92ad3973-b2a4-4a3e-b543-721fa1a8b7f5 used request id req-11ca8add-733a-4a36-aa56-4582e07a4031 2018-09-04 10:34:12,395 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-09-04 10:34:12,793 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5ef645ad12fc453aa5d8a0c2cbf76196", "name": "heat_stack_owner"}, {"id": "9a944a8c31754b8f941d2fa9034d4301", "name": "Member"}, {"id": "3d416247e8224533841040c3ad2bce5a", "name": "admin"}], "expires_at": "2018-09-04T11:34:12.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "da1aa3dc9e564d3d922e61c0121a390e", "name": "api_check-project_95790658-ea1a-473f-b71a-0aa15c3467f2"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235635a698ef4bef9dc6b25273d185da"}, {"url": "http://192.30.9.6:8776/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "23b07b3fbfc340a58cf0f9b2871a0d23"}, {"url": "http://172.30.9.28:8776/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "72fd0aaa144d45419f4b04b6b26f69a7"}], "type": "volume", "id": "097241c25b4d4f7e91b3f8efa155909e", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v3/da1aa3dc9e564d3d922e61c0121a390e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93eb4cf3030a49e7840bec071422d397"}, {"url": "http://192.30.9.6:8776/v3/da1aa3dc9e564d3d922e61c0121a390e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8af439a6ac147fdbcb38ed9aa916b68"}, {"url": "http://192.30.9.6:8776/v3/da1aa3dc9e564d3d922e61c0121a390e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c4bfdbc9b7c74a23a40afdf578cfeba4"}], "type": "volumev3", "id": "1c85f4682ce44f729db1dabd98e965e8", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "82239574a29d4603a2161006f61851cf"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8d15f7134f364a7bbcfff2f84aac3bf2"}, {"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e01668c43a0c4c279b9a3d20a0280d6c"}], "type": "image", "id": "297d8415ca96454991054983920912f7", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7bb4d60e20734d4a9f31ec75e02cb823"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bf6adec15590466a9a0d3bddb00e8993"}, {"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f096f03a1d12411a8972f6f7c196b60d"}], "type": "policy", "id": "54c64351b56d44bbad74c2969cc3aa00", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "354ae6870a324fab82d0a0fb68ee0f26"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a3807e460dd4af488d982b66c52e64c"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e7c3da785076450abd71868e75ce0c33"}], "type": "cloudformation", "id": "6ac9917ae83c4639a15a4ab3cf0e76dd", "name": "heat-cfn"}, {"endpoints": [], "type": "metering", "id": "7fcc078e5e0645f29df67742ac14e388", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49e71628d386464cb950d6a9db00a328"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75b0a63ed8574bbcab1c851cc9b83d30"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9902b0a8b3c04cd192a1b84c417c232b"}], "type": "key-manager", "id": "9626544a32e74678a641c6e206f028a9", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "497340e5aa36485982fdf297f370558f"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7802beb4fc7c4952897b77bd5610b1fe"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c14af798917f4fa0b146d9772583e595"}], "type": "metric", "id": "973bfe8c658d4e5a8da725e76b9d550e", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "288ecc3674ea41d2aa3b790dcb832bf2"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7a6dc785cd7142f5b30f1a7ba0daeb03"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7f7d34e2351b4964befccc862c4e8e12"}], "type": "network", "id": "a348d7b06050474fb449be7f32ea6f5d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "21bce6ecb8464a1f8f3e3847aa698bd6"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0a8faf2246b47deb30e69e48d3551fb"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e71c6011de3d4d8589e5b53dcc79f288"}], "type": "identity", "id": "ad8d4b4953184137a1b913ecee9434ed", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "13474f9a78ca4f1184e4cddc84d0d98c"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad67365a18234bb78c336e6776958c00"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc54db13337f44f8921fbb9ad0f81de8"}], "type": "alarming", "id": "bb18dc3243034f08a6a7f69f7a1edccf", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0d91d7adf0304b2681c77f979e5cdb17"}, {"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "756e5ffca9774ab3ae2db41bf330417f"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c07c727a08c243b287827f539a124e63"}], "type": "placement", "id": "bb2c9432fcbd4c56913177122468f6ba", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1eed4912224b48cf9856446eae4d9928"}, {"url": "http://192.30.9.6:8004/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b73b7f99236541148d84f24f09e5dd40"}, {"url": "http://192.30.9.6:8004/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fbf12e52911244fdafc24a9d46f56e62"}], "type": "orchestration", "id": "c8918d139da945ba93df4ccce21d4904", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/da1aa3dc9e564d3d922e61c0121a390e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16bf098b9e2e490f8e47fa601059f975"}, {"url": "http://192.30.9.6:8776/v2/da1aa3dc9e564d3d922e61c0121a390e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc16fa4cf491444ca2f611d5692c1170"}, {"url": "http://192.30.9.6:8776/v2/da1aa3dc9e564d3d922e61c0121a390e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ccd2c5325dff4b90b391db9fdde67d99"}], "type": "volumev2", "id": "d09ac9123c34494abce21d6c27bee9d9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eac694332354a3aa0e61c31314166d7"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b4d4989c4e764717ab78d38675cadd3f"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff196e46b56d406d87a678f1a64497b0"}], "type": "compute", "id": "d4030ee932c84df58c5b910cc197caa7", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_95790658-ea1a-473f-b71a-0aa15c3467f2", "id": "6cb53a06110b45a6a2f21cb265048110"}, "audit_ids": ["UnmzB0k8SZ2LpPqG4CGlyA"], "issued_at": "2018-09-04T10:34:12.000000Z"}} 2018-09-04 10:34:12,796 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:8776/v3/da1aa3dc9e564d3d922e61c0121a390e/types -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b0176646fb88497c0645e6f4d208fdcc33e38f45" -d '{"volume_type": {"os-volume-type-access:is_public": false, "name": "CinderUtilsAddEncryptionTests-fc6d18de-37a2-48d0-a303-1b01de8b4e39-type", "description": null}}' 2018-09-04 10:34:13,009 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:34:12 GMT Server: Apache x-compute-request-id: req-4e763de4-fac6-4336-aca2-7c41841ab937 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-4e763de4-fac6-4336-aca2-7c41841ab937 Content-Encoding: gzip Content-Length: 198 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsAddEncryptionTests-fc6d18de-37a2-48d0-a303-1b01de8b4e39-type", "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "c930587b-a722-4c7f-8f34-6ca2f1d3de3a", "description": null}} 2018-09-04 10:34:13,010 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.28:8776/v3/da1aa3dc9e564d3d922e61c0121a390e/types used request id req-4e763de4-fac6-4336-aca2-7c41841ab937 2018-09-04 10:34:13,013 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:8776/v3/da1aa3dc9e564d3d922e61c0121a390e/types/c930587b-a722-4c7f-8f34-6ca2f1d3de3a/encryption -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-4e763de4-fac6-4336-aca2-7c41841ab937" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b0176646fb88497c0645e6f4d208fdcc33e38f45" -d '{"encryption": {"name": "CinderUtilsAddEncryptionTests-fc6d18de-37a2-48d0-a303-1b01de8b4e39", "control_location": "back-end", "key_size": 1, "provider": "foo", "provider_class": "foo", "cipher": "bar"}}' 2018-09-04 10:34:13,212 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:34:13 GMT Server: Apache x-compute-request-id: req-e59fb746-0942-4fd3-a5cd-9eb13e6dc614 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-e59fb746-0942-4fd3-a5cd-9eb13e6dc614 Content-Encoding: gzip Content-Length: 234 Content-Type: application/json RESP BODY: {"encryption": {"volume_type_id": "c930587b-a722-4c7f-8f34-6ca2f1d3de3a", "name": "CinderUtilsAddEncryptionTests-fc6d18de-37a2-48d0-a303-1b01de8b4e39", "control_location": "back-end", "encryption_id": "3f49fd72-0355-4118-b987-ffb5b48b485a", "key_size": 1, "provider": "foo", "provider_class": "foo", "cipher": "bar"}} 2018-09-04 10:34:13,212 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.28:8776/v3/da1aa3dc9e564d3d922e61c0121a390e/types/c930587b-a722-4c7f-8f34-6ca2f1d3de3a/encryption used request id req-e59fb746-0942-4fd3-a5cd-9eb13e6dc614 2018-09-04 10:34:13,215 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8776/v3/da1aa3dc9e564d3d922e61c0121a390e/types/c930587b-a722-4c7f-8f34-6ca2f1d3de3a -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-4e763de4-fac6-4336-aca2-7c41841ab937" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b0176646fb88497c0645e6f4d208fdcc33e38f45" 2018-09-04 10:34:13,387 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:34:13 GMT Server: Apache x-compute-request-id: req-b9f8498b-3767-4970-a1f3-b589367d21d5 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-b9f8498b-3767-4970-a1f3-b589367d21d5 Content-Encoding: gzip Content-Length: 209 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsAddEncryptionTests-fc6d18de-37a2-48d0-a303-1b01de8b4e39-type", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "c930587b-a722-4c7f-8f34-6ca2f1d3de3a", "description": null}} 2018-09-04 10:34:13,387 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/da1aa3dc9e564d3d922e61c0121a390e/types/c930587b-a722-4c7f-8f34-6ca2f1d3de3a used request id req-b9f8498b-3767-4970-a1f3-b589367d21d5 2018-09-04 10:34:13,390 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8776/v3/da1aa3dc9e564d3d922e61c0121a390e/types/c930587b-a722-4c7f-8f34-6ca2f1d3de3a/encryption -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-4e763de4-fac6-4336-aca2-7c41841ab937" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b0176646fb88497c0645e6f4d208fdcc33e38f45" 2018-09-04 10:34:13,561 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:34:13 GMT Server: Apache x-compute-request-id: req-bea7caec-fba1-49dd-8d2f-468906fa05a2 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-bea7caec-fba1-49dd-8d2f-468906fa05a2 Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"volume_type_id": "c930587b-a722-4c7f-8f34-6ca2f1d3de3a", "control_location": "back-end", "deleted": false, "created_at": "2018-09-04T10:34:13.000000", "updated_at": null, "encryption_id": "3f49fd72-0355-4118-b987-ffb5b48b485a", "key_size": 1, "provider": "foo", "deleted_at": null, "cipher": "bar"} 2018-09-04 10:34:13,561 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/da1aa3dc9e564d3d922e61c0121a390e/types/c930587b-a722-4c7f-8f34-6ca2f1d3de3a/encryption used request id req-bea7caec-fba1-49dd-8d2f-468906fa05a2 2018-09-04 10:34:13,562 - cinder_utils - INFO - Deleting volume encryption for volume type - CinderUtilsAddEncryptionTests-fc6d18de-37a2-48d0-a303-1b01de8b4e39-type 2018-09-04 10:34:13,564 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8776/v3/da1aa3dc9e564d3d922e61c0121a390e/types/c930587b-a722-4c7f-8f34-6ca2f1d3de3a -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-4e763de4-fac6-4336-aca2-7c41841ab937" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b0176646fb88497c0645e6f4d208fdcc33e38f45" 2018-09-04 10:34:13,730 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:34:13 GMT Server: Apache x-compute-request-id: req-cd837bff-48f8-489a-9067-fea62c11f5a6 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-cd837bff-48f8-489a-9067-fea62c11f5a6 Content-Encoding: gzip Content-Length: 209 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsAddEncryptionTests-fc6d18de-37a2-48d0-a303-1b01de8b4e39-type", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "c930587b-a722-4c7f-8f34-6ca2f1d3de3a", "description": null}} 2018-09-04 10:34:13,730 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/da1aa3dc9e564d3d922e61c0121a390e/types/c930587b-a722-4c7f-8f34-6ca2f1d3de3a used request id req-cd837bff-48f8-489a-9067-fea62c11f5a6 2018-09-04 10:34:13,734 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:8776/v3/da1aa3dc9e564d3d922e61c0121a390e/types/c930587b-a722-4c7f-8f34-6ca2f1d3de3a/encryption/provider -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-4e763de4-fac6-4336-aca2-7c41841ab937" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b0176646fb88497c0645e6f4d208fdcc33e38f45" 2018-09-04 10:34:13,940 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Tue, 04 Sep 2018 10:34:13 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-6f43219f-9d9d-4ead-ad0c-bc9c98149cef Content-Length: 0 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-09-04 10:34:13,941 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.28:8776/v3/da1aa3dc9e564d3d922e61c0121a390e/types/c930587b-a722-4c7f-8f34-6ca2f1d3de3a/encryption/provider used request id req-6f43219f-9d9d-4ead-ad0c-bc9c98149cef 2018-09-04 10:34:13,941 - cinder_utils - INFO - Deleting volume named - CinderUtilsAddEncryptionTests-fc6d18de-37a2-48d0-a303-1b01de8b4e39-type 2018-09-04 10:34:13,944 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:8776/v3/da1aa3dc9e564d3d922e61c0121a390e/types/c930587b-a722-4c7f-8f34-6ca2f1d3de3a -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-4e763de4-fac6-4336-aca2-7c41841ab937" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b0176646fb88497c0645e6f4d208fdcc33e38f45" 2018-09-04 10:34:13,996 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Tue, 04 Sep 2018 10:34:13 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-6380e71a-9844-4399-b098-0f9ba8d8f748 Content-Length: 0 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-09-04 10:34:13,996 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.28:8776/v3/da1aa3dc9e564d3d922e61c0121a390e/types/c930587b-a722-4c7f-8f34-6ca2f1d3de3a used request id req-6380e71a-9844-4399-b098-0f9ba8d8f748 2018-09-04 10:34:13,999 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-09-04 10:34:14,377 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5ef645ad12fc453aa5d8a0c2cbf76196", "name": "heat_stack_owner"}, {"id": "9a944a8c31754b8f941d2fa9034d4301", "name": "Member"}, {"id": "3d416247e8224533841040c3ad2bce5a", "name": "admin"}], "expires_at": "2018-09-04T11:34:14.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "da1aa3dc9e564d3d922e61c0121a390e", "name": "api_check-project_95790658-ea1a-473f-b71a-0aa15c3467f2"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235635a698ef4bef9dc6b25273d185da"}, {"url": "http://192.30.9.6:8776/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "23b07b3fbfc340a58cf0f9b2871a0d23"}, {"url": "http://172.30.9.28:8776/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "72fd0aaa144d45419f4b04b6b26f69a7"}], "type": "volume", "id": "097241c25b4d4f7e91b3f8efa155909e", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v3/da1aa3dc9e564d3d922e61c0121a390e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93eb4cf3030a49e7840bec071422d397"}, {"url": "http://192.30.9.6:8776/v3/da1aa3dc9e564d3d922e61c0121a390e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8af439a6ac147fdbcb38ed9aa916b68"}, {"url": "http://192.30.9.6:8776/v3/da1aa3dc9e564d3d922e61c0121a390e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c4bfdbc9b7c74a23a40afdf578cfeba4"}], "type": "volumev3", "id": "1c85f4682ce44f729db1dabd98e965e8", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "82239574a29d4603a2161006f61851cf"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8d15f7134f364a7bbcfff2f84aac3bf2"}, {"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e01668c43a0c4c279b9a3d20a0280d6c"}], "type": "image", "id": "297d8415ca96454991054983920912f7", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7bb4d60e20734d4a9f31ec75e02cb823"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bf6adec15590466a9a0d3bddb00e8993"}, {"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f096f03a1d12411a8972f6f7c196b60d"}], "type": "policy", "id": "54c64351b56d44bbad74c2969cc3aa00", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "354ae6870a324fab82d0a0fb68ee0f26"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a3807e460dd4af488d982b66c52e64c"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e7c3da785076450abd71868e75ce0c33"}], "type": "cloudformation", "id": "6ac9917ae83c4639a15a4ab3cf0e76dd", "name": "heat-cfn"}, {"endpoints": [], "type": "metering", "id": "7fcc078e5e0645f29df67742ac14e388", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49e71628d386464cb950d6a9db00a328"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75b0a63ed8574bbcab1c851cc9b83d30"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9902b0a8b3c04cd192a1b84c417c232b"}], "type": "key-manager", "id": "9626544a32e74678a641c6e206f028a9", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "497340e5aa36485982fdf297f370558f"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7802beb4fc7c4952897b77bd5610b1fe"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c14af798917f4fa0b146d9772583e595"}], "type": "metric", "id": "973bfe8c658d4e5a8da725e76b9d550e", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "288ecc3674ea41d2aa3b790dcb832bf2"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7a6dc785cd7142f5b30f1a7ba0daeb03"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7f7d34e2351b4964befccc862c4e8e12"}], "type": "network", "id": "a348d7b06050474fb449be7f32ea6f5d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "21bce6ecb8464a1f8f3e3847aa698bd6"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0a8faf2246b47deb30e69e48d3551fb"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e71c6011de3d4d8589e5b53dcc79f288"}], "type": "identity", "id": "ad8d4b4953184137a1b913ecee9434ed", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "13474f9a78ca4f1184e4cddc84d0d98c"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad67365a18234bb78c336e6776958c00"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc54db13337f44f8921fbb9ad0f81de8"}], "type": "alarming", "id": "bb18dc3243034f08a6a7f69f7a1edccf", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0d91d7adf0304b2681c77f979e5cdb17"}, {"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "756e5ffca9774ab3ae2db41bf330417f"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c07c727a08c243b287827f539a124e63"}], "type": "placement", "id": "bb2c9432fcbd4c56913177122468f6ba", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1eed4912224b48cf9856446eae4d9928"}, {"url": "http://192.30.9.6:8004/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b73b7f99236541148d84f24f09e5dd40"}, {"url": "http://192.30.9.6:8004/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fbf12e52911244fdafc24a9d46f56e62"}], "type": "orchestration", "id": "c8918d139da945ba93df4ccce21d4904", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/da1aa3dc9e564d3d922e61c0121a390e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16bf098b9e2e490f8e47fa601059f975"}, {"url": "http://192.30.9.6:8776/v2/da1aa3dc9e564d3d922e61c0121a390e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc16fa4cf491444ca2f611d5692c1170"}, {"url": "http://192.30.9.6:8776/v2/da1aa3dc9e564d3d922e61c0121a390e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ccd2c5325dff4b90b391db9fdde67d99"}], "type": "volumev2", "id": "d09ac9123c34494abce21d6c27bee9d9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eac694332354a3aa0e61c31314166d7"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b4d4989c4e764717ab78d38675cadd3f"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff196e46b56d406d87a678f1a64497b0"}], "type": "compute", "id": "d4030ee932c84df58c5b910cc197caa7", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_95790658-ea1a-473f-b71a-0aa15c3467f2", "id": "6cb53a06110b45a6a2f21cb265048110"}, "audit_ids": ["Mm0n2jDzRLCIl4KENvELIA"], "issued_at": "2018-09-04T10:34:14.000000Z"}} 2018-09-04 10:34:14,380 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:8776/v3/da1aa3dc9e564d3d922e61c0121a390e/qos-specs -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}faa8a000d54cf1660a088ec0c06507aa4c1e71f2" -d '{"qos_specs": {"foo": "bar", "consumer": "both", "name": "CinderUtilsVolumeTypeCompleteTests-5ce04e96-c2b4-4d3a-b1aa-78fed43b06c6-qos"}}' 2018-09-04 10:34:14,592 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:34:14 GMT Server: Apache x-compute-request-id: req-bca72753-7036-4fa0-aa57-7d0eb978d2fd OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-bca72753-7036-4fa0-aa57-7d0eb978d2fd Content-Encoding: gzip Content-Length: 261 Content-Type: application/json RESP BODY: {"qos_specs": {"specs": {"foo": "bar"}, "consumer": "both", "id": "8ada8cf0-7efe-4c53-b676-294100da1dc2", "name": "CinderUtilsVolumeTypeCompleteTests-5ce04e96-c2b4-4d3a-b1aa-78fed43b06c6-qos"}, "links": [{"href": "http://172.30.9.28:8776/v3/da1aa3dc9e564d3d922e61c0121a390e/qos-specs/8ada8cf0-7efe-4c53-b676-294100da1dc2", "rel": "self"}, {"href": "http://172.30.9.28:8776/da1aa3dc9e564d3d922e61c0121a390e/qos-specs/8ada8cf0-7efe-4c53-b676-294100da1dc2", "rel": "bookmark"}]} 2018-09-04 10:34:14,592 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.28:8776/v3/da1aa3dc9e564d3d922e61c0121a390e/qos-specs used request id req-bca72753-7036-4fa0-aa57-7d0eb978d2fd 2018-09-04 10:34:14,596 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:8776/v3/da1aa3dc9e564d3d922e61c0121a390e/types -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-bca72753-7036-4fa0-aa57-7d0eb978d2fd" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}faa8a000d54cf1660a088ec0c06507aa4c1e71f2" -d '{"volume_type": {"os-volume-type-access:is_public": false, "name": "CinderUtilsVolumeTypeCompleteTests-5ce04e96-c2b4-4d3a-b1aa-78fed43b06c6", "description": null}}' 2018-09-04 10:34:14,785 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:34:14 GMT Server: Apache x-compute-request-id: req-6f64d4cf-9682-4472-8c53-bc2a400d917f OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-6f64d4cf-9682-4472-8c53-bc2a400d917f Content-Encoding: gzip Content-Length: 199 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsVolumeTypeCompleteTests-5ce04e96-c2b4-4d3a-b1aa-78fed43b06c6", "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "b5703f07-b7ce-40de-a271-559af661fcd9", "description": null}} 2018-09-04 10:34:14,785 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.28:8776/v3/da1aa3dc9e564d3d922e61c0121a390e/types used request id req-6f64d4cf-9682-4472-8c53-bc2a400d917f 2018-09-04 10:34:14,788 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:8776/v3/da1aa3dc9e564d3d922e61c0121a390e/types/b5703f07-b7ce-40de-a271-559af661fcd9/encryption -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-bca72753-7036-4fa0-aa57-7d0eb978d2fd" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}faa8a000d54cf1660a088ec0c06507aa4c1e71f2" -d '{"encryption": {"control_location": "back-end", "provider_class": "bar", "name": "foo", "provider": "bar"}}' 2018-09-04 10:34:14,997 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:34:14 GMT Server: Apache x-compute-request-id: req-779ff620-e971-4515-8f47-dc28ead453e8 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-779ff620-e971-4515-8f47-dc28ead453e8 Content-Encoding: gzip Content-Length: 169 Content-Type: application/json RESP BODY: {"encryption": {"volume_type_id": "b5703f07-b7ce-40de-a271-559af661fcd9", "name": "foo", "control_location": "back-end", "encryption_id": "975a941b-a1e3-43a5-a00f-d491cab383ba", "provider": "bar", "provider_class": "bar"}} 2018-09-04 10:34:14,997 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.28:8776/v3/da1aa3dc9e564d3d922e61c0121a390e/types/b5703f07-b7ce-40de-a271-559af661fcd9/encryption used request id req-779ff620-e971-4515-8f47-dc28ead453e8 2018-09-04 10:34:15,000 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8776/v3/da1aa3dc9e564d3d922e61c0121a390e/types/b5703f07-b7ce-40de-a271-559af661fcd9 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-bca72753-7036-4fa0-aa57-7d0eb978d2fd" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}faa8a000d54cf1660a088ec0c06507aa4c1e71f2" 2018-09-04 10:34:15,167 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:34:15 GMT Server: Apache x-compute-request-id: req-bedc1b81-fa42-43bf-9e07-5f0a0199fab4 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-bedc1b81-fa42-43bf-9e07-5f0a0199fab4 Content-Encoding: gzip Content-Length: 208 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsVolumeTypeCompleteTests-5ce04e96-c2b4-4d3a-b1aa-78fed43b06c6", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "b5703f07-b7ce-40de-a271-559af661fcd9", "description": null}} 2018-09-04 10:34:15,168 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/da1aa3dc9e564d3d922e61c0121a390e/types/b5703f07-b7ce-40de-a271-559af661fcd9 used request id req-bedc1b81-fa42-43bf-9e07-5f0a0199fab4 2018-09-04 10:34:15,170 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8776/v3/da1aa3dc9e564d3d922e61c0121a390e/types/b5703f07-b7ce-40de-a271-559af661fcd9/encryption -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-bca72753-7036-4fa0-aa57-7d0eb978d2fd" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}faa8a000d54cf1660a088ec0c06507aa4c1e71f2" 2018-09-04 10:34:15,328 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:34:15 GMT Server: Apache x-compute-request-id: req-4c977451-b9cb-4285-8fb9-10b6c92c44f7 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-4c977451-b9cb-4285-8fb9-10b6c92c44f7 Content-Encoding: gzip Content-Length: 213 Content-Type: application/json RESP BODY: {"volume_type_id": "b5703f07-b7ce-40de-a271-559af661fcd9", "control_location": "back-end", "deleted": false, "created_at": "2018-09-04T10:34:14.000000", "updated_at": null, "encryption_id": "975a941b-a1e3-43a5-a00f-d491cab383ba", "key_size": null, "provider": "bar", "deleted_at": null, "cipher": null} 2018-09-04 10:34:15,328 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/da1aa3dc9e564d3d922e61c0121a390e/types/b5703f07-b7ce-40de-a271-559af661fcd9/encryption used request id req-4c977451-b9cb-4285-8fb9-10b6c92c44f7 2018-09-04 10:34:15,328 - cinder_utils - INFO - Deleting volume encryption for volume type - CinderUtilsVolumeTypeCompleteTests-5ce04e96-c2b4-4d3a-b1aa-78fed43b06c6 2018-09-04 10:34:15,331 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8776/v3/da1aa3dc9e564d3d922e61c0121a390e/types/b5703f07-b7ce-40de-a271-559af661fcd9 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-bca72753-7036-4fa0-aa57-7d0eb978d2fd" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}faa8a000d54cf1660a088ec0c06507aa4c1e71f2" 2018-09-04 10:34:15,507 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:34:15 GMT Server: Apache x-compute-request-id: req-8318116b-c713-4216-ab59-0549acfd5a70 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-8318116b-c713-4216-ab59-0549acfd5a70 Content-Encoding: gzip Content-Length: 208 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsVolumeTypeCompleteTests-5ce04e96-c2b4-4d3a-b1aa-78fed43b06c6", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "b5703f07-b7ce-40de-a271-559af661fcd9", "description": null}} 2018-09-04 10:34:15,507 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/da1aa3dc9e564d3d922e61c0121a390e/types/b5703f07-b7ce-40de-a271-559af661fcd9 used request id req-8318116b-c713-4216-ab59-0549acfd5a70 2018-09-04 10:34:15,510 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:8776/v3/da1aa3dc9e564d3d922e61c0121a390e/types/b5703f07-b7ce-40de-a271-559af661fcd9/encryption/provider -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-bca72753-7036-4fa0-aa57-7d0eb978d2fd" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}faa8a000d54cf1660a088ec0c06507aa4c1e71f2" 2018-09-04 10:34:15,557 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Tue, 04 Sep 2018 10:34:15 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-9f83586d-c712-4812-a0d8-4f583931c40f Content-Length: 0 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-09-04 10:34:15,557 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.28:8776/v3/da1aa3dc9e564d3d922e61c0121a390e/types/b5703f07-b7ce-40de-a271-559af661fcd9/encryption/provider used request id req-9f83586d-c712-4812-a0d8-4f583931c40f 2018-09-04 10:34:15,557 - cinder_utils - INFO - Deleting volume named - CinderUtilsVolumeTypeCompleteTests-5ce04e96-c2b4-4d3a-b1aa-78fed43b06c6 2018-09-04 10:34:15,560 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:8776/v3/da1aa3dc9e564d3d922e61c0121a390e/types/b5703f07-b7ce-40de-a271-559af661fcd9 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-bca72753-7036-4fa0-aa57-7d0eb978d2fd" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}faa8a000d54cf1660a088ec0c06507aa4c1e71f2" 2018-09-04 10:34:15,606 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Tue, 04 Sep 2018 10:34:15 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-e19b6759-8820-4058-8235-25d65e8d490f Content-Length: 0 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-09-04 10:34:15,607 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.28:8776/v3/da1aa3dc9e564d3d922e61c0121a390e/types/b5703f07-b7ce-40de-a271-559af661fcd9 used request id req-e19b6759-8820-4058-8235-25d65e8d490f 2018-09-04 10:34:15,607 - cinder_utils - INFO - Deleting QoS named - CinderUtilsVolumeTypeCompleteTests-5ce04e96-c2b4-4d3a-b1aa-78fed43b06c6-qos 2018-09-04 10:34:15,609 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:8776/v3/da1aa3dc9e564d3d922e61c0121a390e/qos-specs/8ada8cf0-7efe-4c53-b676-294100da1dc2?force=False -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-bca72753-7036-4fa0-aa57-7d0eb978d2fd" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}faa8a000d54cf1660a088ec0c06507aa4c1e71f2" 2018-09-04 10:34:15,815 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Tue, 04 Sep 2018 10:34:15 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-c4f0c7cf-2321-4ae2-ace8-d06fd6dc6801 Content-Length: 0 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-09-04 10:34:15,816 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.28:8776/v3/da1aa3dc9e564d3d922e61c0121a390e/qos-specs/8ada8cf0-7efe-4c53-b676-294100da1dc2?force=False used request id req-c4f0c7cf-2321-4ae2-ace8-d06fd6dc6801 2018-09-04 10:34:15,818 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-09-04 10:34:16,208 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5ef645ad12fc453aa5d8a0c2cbf76196", "name": "heat_stack_owner"}, {"id": "9a944a8c31754b8f941d2fa9034d4301", "name": "Member"}, {"id": "3d416247e8224533841040c3ad2bce5a", "name": "admin"}], "expires_at": "2018-09-04T11:34:16.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "da1aa3dc9e564d3d922e61c0121a390e", "name": "api_check-project_95790658-ea1a-473f-b71a-0aa15c3467f2"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235635a698ef4bef9dc6b25273d185da"}, {"url": "http://192.30.9.6:8776/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "23b07b3fbfc340a58cf0f9b2871a0d23"}, {"url": "http://172.30.9.28:8776/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "72fd0aaa144d45419f4b04b6b26f69a7"}], "type": "volume", "id": "097241c25b4d4f7e91b3f8efa155909e", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v3/da1aa3dc9e564d3d922e61c0121a390e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93eb4cf3030a49e7840bec071422d397"}, {"url": "http://192.30.9.6:8776/v3/da1aa3dc9e564d3d922e61c0121a390e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8af439a6ac147fdbcb38ed9aa916b68"}, {"url": "http://192.30.9.6:8776/v3/da1aa3dc9e564d3d922e61c0121a390e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c4bfdbc9b7c74a23a40afdf578cfeba4"}], "type": "volumev3", "id": "1c85f4682ce44f729db1dabd98e965e8", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "82239574a29d4603a2161006f61851cf"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8d15f7134f364a7bbcfff2f84aac3bf2"}, {"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e01668c43a0c4c279b9a3d20a0280d6c"}], "type": "image", "id": "297d8415ca96454991054983920912f7", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7bb4d60e20734d4a9f31ec75e02cb823"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bf6adec15590466a9a0d3bddb00e8993"}, {"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f096f03a1d12411a8972f6f7c196b60d"}], "type": "policy", "id": "54c64351b56d44bbad74c2969cc3aa00", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "354ae6870a324fab82d0a0fb68ee0f26"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a3807e460dd4af488d982b66c52e64c"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e7c3da785076450abd71868e75ce0c33"}], "type": "cloudformation", "id": "6ac9917ae83c4639a15a4ab3cf0e76dd", "name": "heat-cfn"}, {"endpoints": [], "type": "metering", "id": "7fcc078e5e0645f29df67742ac14e388", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49e71628d386464cb950d6a9db00a328"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75b0a63ed8574bbcab1c851cc9b83d30"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9902b0a8b3c04cd192a1b84c417c232b"}], "type": "key-manager", "id": "9626544a32e74678a641c6e206f028a9", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "497340e5aa36485982fdf297f370558f"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7802beb4fc7c4952897b77bd5610b1fe"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c14af798917f4fa0b146d9772583e595"}], "type": "metric", "id": "973bfe8c658d4e5a8da725e76b9d550e", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "288ecc3674ea41d2aa3b790dcb832bf2"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7a6dc785cd7142f5b30f1a7ba0daeb03"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7f7d34e2351b4964befccc862c4e8e12"}], "type": "network", "id": "a348d7b06050474fb449be7f32ea6f5d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "21bce6ecb8464a1f8f3e3847aa698bd6"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0a8faf2246b47deb30e69e48d3551fb"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e71c6011de3d4d8589e5b53dcc79f288"}], "type": "identity", "id": "ad8d4b4953184137a1b913ecee9434ed", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "13474f9a78ca4f1184e4cddc84d0d98c"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad67365a18234bb78c336e6776958c00"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc54db13337f44f8921fbb9ad0f81de8"}], "type": "alarming", "id": "bb18dc3243034f08a6a7f69f7a1edccf", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0d91d7adf0304b2681c77f979e5cdb17"}, {"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "756e5ffca9774ab3ae2db41bf330417f"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c07c727a08c243b287827f539a124e63"}], "type": "placement", "id": "bb2c9432fcbd4c56913177122468f6ba", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1eed4912224b48cf9856446eae4d9928"}, {"url": "http://192.30.9.6:8004/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b73b7f99236541148d84f24f09e5dd40"}, {"url": "http://192.30.9.6:8004/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fbf12e52911244fdafc24a9d46f56e62"}], "type": "orchestration", "id": "c8918d139da945ba93df4ccce21d4904", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/da1aa3dc9e564d3d922e61c0121a390e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16bf098b9e2e490f8e47fa601059f975"}, {"url": "http://192.30.9.6:8776/v2/da1aa3dc9e564d3d922e61c0121a390e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc16fa4cf491444ca2f611d5692c1170"}, {"url": "http://192.30.9.6:8776/v2/da1aa3dc9e564d3d922e61c0121a390e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ccd2c5325dff4b90b391db9fdde67d99"}], "type": "volumev2", "id": "d09ac9123c34494abce21d6c27bee9d9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eac694332354a3aa0e61c31314166d7"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b4d4989c4e764717ab78d38675cadd3f"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff196e46b56d406d87a678f1a64497b0"}], "type": "compute", "id": "d4030ee932c84df58c5b910cc197caa7", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_95790658-ea1a-473f-b71a-0aa15c3467f2", "id": "6cb53a06110b45a6a2f21cb265048110"}, "audit_ids": ["JRI1O_oeTzC2EvrfkeqKMA"], "issued_at": "2018-09-04T10:34:16.000000Z"}} 2018-09-04 10:34:16,211 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:8776/v3/da1aa3dc9e564d3d922e61c0121a390e/qos-specs -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2871dcfeb255d75a2fff9fedcd3e287dd7a70b7c" -d '{"qos_specs": {"foo": "bar", "consumer": "both", "name": "CinderUtilsVolumeTypeCompleteTests-2f3eea94-9e67-4b34-9643-54914d946fa7-qos"}}' 2018-09-04 10:34:16,405 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:34:16 GMT Server: Apache x-compute-request-id: req-751e222c-91d1-4ea3-8f36-f35fd4a8a195 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-751e222c-91d1-4ea3-8f36-f35fd4a8a195 Content-Encoding: gzip Content-Length: 260 Content-Type: application/json RESP BODY: {"qos_specs": {"specs": {"foo": "bar"}, "consumer": "both", "id": "61215423-ec3b-4be1-acbb-5a4ad75ef775", "name": "CinderUtilsVolumeTypeCompleteTests-2f3eea94-9e67-4b34-9643-54914d946fa7-qos"}, "links": [{"href": "http://172.30.9.28:8776/v3/da1aa3dc9e564d3d922e61c0121a390e/qos-specs/61215423-ec3b-4be1-acbb-5a4ad75ef775", "rel": "self"}, {"href": "http://172.30.9.28:8776/da1aa3dc9e564d3d922e61c0121a390e/qos-specs/61215423-ec3b-4be1-acbb-5a4ad75ef775", "rel": "bookmark"}]} 2018-09-04 10:34:16,405 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.28:8776/v3/da1aa3dc9e564d3d922e61c0121a390e/qos-specs used request id req-751e222c-91d1-4ea3-8f36-f35fd4a8a195 2018-09-04 10:34:16,408 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:8776/v3/da1aa3dc9e564d3d922e61c0121a390e/types -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-751e222c-91d1-4ea3-8f36-f35fd4a8a195" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2871dcfeb255d75a2fff9fedcd3e287dd7a70b7c" -d '{"volume_type": {"os-volume-type-access:is_public": false, "name": "CinderUtilsVolumeTypeCompleteTests-2f3eea94-9e67-4b34-9643-54914d946fa7", "description": null}}' 2018-09-04 10:34:16,625 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:34:16 GMT Server: Apache x-compute-request-id: req-e41029f4-f311-4ac8-9509-0867196cb041 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-e41029f4-f311-4ac8-9509-0867196cb041 Content-Encoding: gzip Content-Length: 196 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsVolumeTypeCompleteTests-2f3eea94-9e67-4b34-9643-54914d946fa7", "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "09e75c6b-325d-4874-9fb5-d84544123a58", "description": null}} 2018-09-04 10:34:16,625 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.28:8776/v3/da1aa3dc9e564d3d922e61c0121a390e/types used request id req-e41029f4-f311-4ac8-9509-0867196cb041 2018-09-04 10:34:16,628 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8776/v3/da1aa3dc9e564d3d922e61c0121a390e/qos-specs -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-751e222c-91d1-4ea3-8f36-f35fd4a8a195" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2871dcfeb255d75a2fff9fedcd3e287dd7a70b7c" 2018-09-04 10:34:16,789 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:34:16 GMT Server: Apache x-compute-request-id: req-4efd1598-23d6-4d83-bfdd-fd4f2a0aedce OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-4efd1598-23d6-4d83-bfdd-fd4f2a0aedce Content-Encoding: gzip Content-Length: 175 Content-Type: application/json RESP BODY: {"qos_specs": [{"specs": {"foo": "bar"}, "consumer": "both", "id": "61215423-ec3b-4be1-acbb-5a4ad75ef775", "name": "CinderUtilsVolumeTypeCompleteTests-2f3eea94-9e67-4b34-9643-54914d946fa7-qos"}]} 2018-09-04 10:34:16,789 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/da1aa3dc9e564d3d922e61c0121a390e/qos-specs used request id req-4efd1598-23d6-4d83-bfdd-fd4f2a0aedce 2018-09-04 10:34:16,792 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8776/v3/da1aa3dc9e564d3d922e61c0121a390e/qos-specs/None/associate?vol_type_id=09e75c6b-325d-4874-9fb5-d84544123a58 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-751e222c-91d1-4ea3-8f36-f35fd4a8a195" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2871dcfeb255d75a2fff9fedcd3e287dd7a70b7c" 2018-09-04 10:34:16,949 - cinderclient.v3.client - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 10:34:16 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-compute-request-id: req-b8e74018-e3b4-4bf0-92a8-7212d799f6ae x-openstack-request-id: req-b8e74018-e3b4-4bf0-92a8-7212d799f6ae Content-Length: 68 Content-Type: application/json RESP BODY: {"itemNotFound": {"message": "No such QoS spec None.", "code": 404}} 2018-09-04 10:34:16,949 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/da1aa3dc9e564d3d922e61c0121a390e/qos-specs/None/associate?vol_type_id=09e75c6b-325d-4874-9fb5-d84544123a58 used request id req-b8e74018-e3b4-4bf0-92a8-7212d799f6ae 2018-09-04 10:34:16,949 - cinder_utils - WARNING - Unable to locate qos_spec named foo - No such QoS spec None. (HTTP 404) (Request-ID: req-b8e74018-e3b4-4bf0-92a8-7212d799f6ae) 2018-09-04 10:34:16,950 - cinder_utils - INFO - Deleting volume named - CinderUtilsVolumeTypeCompleteTests-2f3eea94-9e67-4b34-9643-54914d946fa7 2018-09-04 10:34:16,952 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:8776/v3/da1aa3dc9e564d3d922e61c0121a390e/types/09e75c6b-325d-4874-9fb5-d84544123a58 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-751e222c-91d1-4ea3-8f36-f35fd4a8a195" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2871dcfeb255d75a2fff9fedcd3e287dd7a70b7c" 2018-09-04 10:34:17,180 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Tue, 04 Sep 2018 10:34:16 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-b5665281-5cf3-4d82-9b56-11552173909c Content-Length: 0 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-09-04 10:34:17,180 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.28:8776/v3/da1aa3dc9e564d3d922e61c0121a390e/types/09e75c6b-325d-4874-9fb5-d84544123a58 used request id req-b5665281-5cf3-4d82-9b56-11552173909c 2018-09-04 10:34:17,180 - cinder_utils - INFO - Deleting QoS named - CinderUtilsVolumeTypeCompleteTests-2f3eea94-9e67-4b34-9643-54914d946fa7-qos 2018-09-04 10:34:17,183 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:8776/v3/da1aa3dc9e564d3d922e61c0121a390e/qos-specs/61215423-ec3b-4be1-acbb-5a4ad75ef775?force=False -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-751e222c-91d1-4ea3-8f36-f35fd4a8a195" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2871dcfeb255d75a2fff9fedcd3e287dd7a70b7c" 2018-09-04 10:34:17,380 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Tue, 04 Sep 2018 10:34:17 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-84740f46-5887-4883-a051-181efe9b8391 Content-Length: 0 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-09-04 10:34:17,380 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.28:8776/v3/da1aa3dc9e564d3d922e61c0121a390e/qos-specs/61215423-ec3b-4be1-acbb-5a4ad75ef775?force=False used request id req-84740f46-5887-4883-a051-181efe9b8391 2018-09-04 10:34:17,382 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-09-04 10:34:17,766 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5ef645ad12fc453aa5d8a0c2cbf76196", "name": "heat_stack_owner"}, {"id": "9a944a8c31754b8f941d2fa9034d4301", "name": "Member"}, {"id": "3d416247e8224533841040c3ad2bce5a", "name": "admin"}], "expires_at": "2018-09-04T11:34:17.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "da1aa3dc9e564d3d922e61c0121a390e", "name": "api_check-project_95790658-ea1a-473f-b71a-0aa15c3467f2"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235635a698ef4bef9dc6b25273d185da"}, {"url": "http://192.30.9.6:8776/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "23b07b3fbfc340a58cf0f9b2871a0d23"}, {"url": "http://172.30.9.28:8776/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "72fd0aaa144d45419f4b04b6b26f69a7"}], "type": "volume", "id": "097241c25b4d4f7e91b3f8efa155909e", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v3/da1aa3dc9e564d3d922e61c0121a390e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93eb4cf3030a49e7840bec071422d397"}, {"url": "http://192.30.9.6:8776/v3/da1aa3dc9e564d3d922e61c0121a390e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8af439a6ac147fdbcb38ed9aa916b68"}, {"url": "http://192.30.9.6:8776/v3/da1aa3dc9e564d3d922e61c0121a390e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c4bfdbc9b7c74a23a40afdf578cfeba4"}], "type": "volumev3", "id": "1c85f4682ce44f729db1dabd98e965e8", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "82239574a29d4603a2161006f61851cf"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8d15f7134f364a7bbcfff2f84aac3bf2"}, {"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e01668c43a0c4c279b9a3d20a0280d6c"}], "type": "image", "id": "297d8415ca96454991054983920912f7", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7bb4d60e20734d4a9f31ec75e02cb823"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bf6adec15590466a9a0d3bddb00e8993"}, {"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f096f03a1d12411a8972f6f7c196b60d"}], "type": "policy", "id": "54c64351b56d44bbad74c2969cc3aa00", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "354ae6870a324fab82d0a0fb68ee0f26"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a3807e460dd4af488d982b66c52e64c"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e7c3da785076450abd71868e75ce0c33"}], "type": "cloudformation", "id": "6ac9917ae83c4639a15a4ab3cf0e76dd", "name": "heat-cfn"}, {"endpoints": [], "type": "metering", "id": "7fcc078e5e0645f29df67742ac14e388", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49e71628d386464cb950d6a9db00a328"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75b0a63ed8574bbcab1c851cc9b83d30"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9902b0a8b3c04cd192a1b84c417c232b"}], "type": "key-manager", "id": "9626544a32e74678a641c6e206f028a9", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "497340e5aa36485982fdf297f370558f"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7802beb4fc7c4952897b77bd5610b1fe"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c14af798917f4fa0b146d9772583e595"}], "type": "metric", "id": "973bfe8c658d4e5a8da725e76b9d550e", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "288ecc3674ea41d2aa3b790dcb832bf2"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7a6dc785cd7142f5b30f1a7ba0daeb03"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7f7d34e2351b4964befccc862c4e8e12"}], "type": "network", "id": "a348d7b06050474fb449be7f32ea6f5d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "21bce6ecb8464a1f8f3e3847aa698bd6"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0a8faf2246b47deb30e69e48d3551fb"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e71c6011de3d4d8589e5b53dcc79f288"}], "type": "identity", "id": "ad8d4b4953184137a1b913ecee9434ed", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "13474f9a78ca4f1184e4cddc84d0d98c"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad67365a18234bb78c336e6776958c00"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc54db13337f44f8921fbb9ad0f81de8"}], "type": "alarming", "id": "bb18dc3243034f08a6a7f69f7a1edccf", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0d91d7adf0304b2681c77f979e5cdb17"}, {"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "756e5ffca9774ab3ae2db41bf330417f"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c07c727a08c243b287827f539a124e63"}], "type": "placement", "id": "bb2c9432fcbd4c56913177122468f6ba", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1eed4912224b48cf9856446eae4d9928"}, {"url": "http://192.30.9.6:8004/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b73b7f99236541148d84f24f09e5dd40"}, {"url": "http://192.30.9.6:8004/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fbf12e52911244fdafc24a9d46f56e62"}], "type": "orchestration", "id": "c8918d139da945ba93df4ccce21d4904", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/da1aa3dc9e564d3d922e61c0121a390e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16bf098b9e2e490f8e47fa601059f975"}, {"url": "http://192.30.9.6:8776/v2/da1aa3dc9e564d3d922e61c0121a390e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc16fa4cf491444ca2f611d5692c1170"}, {"url": "http://192.30.9.6:8776/v2/da1aa3dc9e564d3d922e61c0121a390e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ccd2c5325dff4b90b391db9fdde67d99"}], "type": "volumev2", "id": "d09ac9123c34494abce21d6c27bee9d9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eac694332354a3aa0e61c31314166d7"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b4d4989c4e764717ab78d38675cadd3f"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff196e46b56d406d87a678f1a64497b0"}], "type": "compute", "id": "d4030ee932c84df58c5b910cc197caa7", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_95790658-ea1a-473f-b71a-0aa15c3467f2", "id": "6cb53a06110b45a6a2f21cb265048110"}, "audit_ids": ["2NEmua0BSziiwzW0JJOPfQ"], "issued_at": "2018-09-04T10:34:17.000000Z"}} 2018-09-04 10:34:17,769 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:8776/v3/da1aa3dc9e564d3d922e61c0121a390e/qos-specs -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}31fcf19bc6cdd16aef1269d02ced677bde5acee7" -d '{"qos_specs": {"foo": "bar", "consumer": "both", "name": "CinderUtilsVolumeTypeCompleteTests-b8b91f91-3ac8-4970-a1f3-b11ed06cce85-qos"}}' 2018-09-04 10:34:17,985 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:34:17 GMT Server: Apache x-compute-request-id: req-f6ebcdb3-8c7a-44fa-ba1a-04d888f5135e OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-f6ebcdb3-8c7a-44fa-ba1a-04d888f5135e Content-Encoding: gzip Content-Length: 262 Content-Type: application/json RESP BODY: {"qos_specs": {"specs": {"foo": "bar"}, "consumer": "both", "id": "920f87d9-31a7-476e-bd7c-4e38fe90f614", "name": "CinderUtilsVolumeTypeCompleteTests-b8b91f91-3ac8-4970-a1f3-b11ed06cce85-qos"}, "links": [{"href": "http://172.30.9.28:8776/v3/da1aa3dc9e564d3d922e61c0121a390e/qos-specs/920f87d9-31a7-476e-bd7c-4e38fe90f614", "rel": "self"}, {"href": "http://172.30.9.28:8776/da1aa3dc9e564d3d922e61c0121a390e/qos-specs/920f87d9-31a7-476e-bd7c-4e38fe90f614", "rel": "bookmark"}]} 2018-09-04 10:34:17,985 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.28:8776/v3/da1aa3dc9e564d3d922e61c0121a390e/qos-specs used request id req-f6ebcdb3-8c7a-44fa-ba1a-04d888f5135e 2018-09-04 10:34:17,989 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:8776/v3/da1aa3dc9e564d3d922e61c0121a390e/types -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-f6ebcdb3-8c7a-44fa-ba1a-04d888f5135e" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}31fcf19bc6cdd16aef1269d02ced677bde5acee7" -d '{"volume_type": {"os-volume-type-access:is_public": false, "name": "CinderUtilsVolumeTypeCompleteTests-b8b91f91-3ac8-4970-a1f3-b11ed06cce85", "description": null}}' 2018-09-04 10:34:18,194 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:34:18 GMT Server: Apache x-compute-request-id: req-289c32f0-d769-4ff1-b44e-48c0eec46aa0 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-289c32f0-d769-4ff1-b44e-48c0eec46aa0 Content-Encoding: gzip Content-Length: 197 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsVolumeTypeCompleteTests-b8b91f91-3ac8-4970-a1f3-b11ed06cce85", "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "2e78b6ac-d80e-4b57-b532-fa062ccefa5f", "description": null}} 2018-09-04 10:34:18,194 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.28:8776/v3/da1aa3dc9e564d3d922e61c0121a390e/types used request id req-289c32f0-d769-4ff1-b44e-48c0eec46aa0 2018-09-04 10:34:18,198 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8776/v3/da1aa3dc9e564d3d922e61c0121a390e/qos-specs -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-f6ebcdb3-8c7a-44fa-ba1a-04d888f5135e" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}31fcf19bc6cdd16aef1269d02ced677bde5acee7" 2018-09-04 10:34:18,969 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:34:18 GMT Server: Apache x-compute-request-id: req-df8b7f69-1243-4afd-a2d8-d141ae29fa8c OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-df8b7f69-1243-4afd-a2d8-d141ae29fa8c Content-Encoding: gzip Content-Length: 176 Content-Type: application/json RESP BODY: {"qos_specs": [{"specs": {"foo": "bar"}, "consumer": "both", "id": "920f87d9-31a7-476e-bd7c-4e38fe90f614", "name": "CinderUtilsVolumeTypeCompleteTests-b8b91f91-3ac8-4970-a1f3-b11ed06cce85-qos"}]} 2018-09-04 10:34:18,970 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/da1aa3dc9e564d3d922e61c0121a390e/qos-specs used request id req-df8b7f69-1243-4afd-a2d8-d141ae29fa8c 2018-09-04 10:34:18,973 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8776/v3/da1aa3dc9e564d3d922e61c0121a390e/qos-specs/920f87d9-31a7-476e-bd7c-4e38fe90f614/associate?vol_type_id=2e78b6ac-d80e-4b57-b532-fa062ccefa5f -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-f6ebcdb3-8c7a-44fa-ba1a-04d888f5135e" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}31fcf19bc6cdd16aef1269d02ced677bde5acee7" 2018-09-04 10:34:19,176 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Tue, 04 Sep 2018 10:34:18 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-edd7051c-0667-484d-80c5-1e98a90b8ef3 Content-Length: 0 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-09-04 10:34:19,176 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/da1aa3dc9e564d3d922e61c0121a390e/qos-specs/920f87d9-31a7-476e-bd7c-4e38fe90f614/associate?vol_type_id=2e78b6ac-d80e-4b57-b532-fa062ccefa5f used request id req-edd7051c-0667-484d-80c5-1e98a90b8ef3 2018-09-04 10:34:19,176 - cinder_utils - INFO - Deleting volume named - CinderUtilsVolumeTypeCompleteTests-b8b91f91-3ac8-4970-a1f3-b11ed06cce85 2018-09-04 10:34:19,178 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:8776/v3/da1aa3dc9e564d3d922e61c0121a390e/types/2e78b6ac-d80e-4b57-b532-fa062ccefa5f -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-f6ebcdb3-8c7a-44fa-ba1a-04d888f5135e" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}31fcf19bc6cdd16aef1269d02ced677bde5acee7" 2018-09-04 10:34:19,385 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Tue, 04 Sep 2018 10:34:19 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-33e9a3b0-9f81-4461-8961-ee0cddaccfd5 Content-Length: 0 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-09-04 10:34:19,385 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.28:8776/v3/da1aa3dc9e564d3d922e61c0121a390e/types/2e78b6ac-d80e-4b57-b532-fa062ccefa5f used request id req-33e9a3b0-9f81-4461-8961-ee0cddaccfd5 2018-09-04 10:34:19,386 - cinder_utils - INFO - Deleting QoS named - CinderUtilsVolumeTypeCompleteTests-b8b91f91-3ac8-4970-a1f3-b11ed06cce85-qos 2018-09-04 10:34:19,388 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:8776/v3/da1aa3dc9e564d3d922e61c0121a390e/qos-specs/920f87d9-31a7-476e-bd7c-4e38fe90f614?force=False -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-f6ebcdb3-8c7a-44fa-ba1a-04d888f5135e" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}31fcf19bc6cdd16aef1269d02ced677bde5acee7" 2018-09-04 10:34:19,577 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Tue, 04 Sep 2018 10:34:19 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-48b9c957-6a8d-45b4-b724-64749a205dc8 Content-Length: 0 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-09-04 10:34:19,577 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.28:8776/v3/da1aa3dc9e564d3d922e61c0121a390e/qos-specs/920f87d9-31a7-476e-bd7c-4e38fe90f614?force=False used request id req-48b9c957-6a8d-45b4-b724-64749a205dc8 2018-09-04 10:34:19,579 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-09-04 10:34:20,028 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5ef645ad12fc453aa5d8a0c2cbf76196", "name": "heat_stack_owner"}, {"id": "9a944a8c31754b8f941d2fa9034d4301", "name": "Member"}, {"id": "3d416247e8224533841040c3ad2bce5a", "name": "admin"}], "expires_at": "2018-09-04T11:34:20.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "da1aa3dc9e564d3d922e61c0121a390e", "name": "api_check-project_95790658-ea1a-473f-b71a-0aa15c3467f2"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235635a698ef4bef9dc6b25273d185da"}, {"url": "http://192.30.9.6:8776/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "23b07b3fbfc340a58cf0f9b2871a0d23"}, {"url": "http://172.30.9.28:8776/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "72fd0aaa144d45419f4b04b6b26f69a7"}], "type": "volume", "id": "097241c25b4d4f7e91b3f8efa155909e", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v3/da1aa3dc9e564d3d922e61c0121a390e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93eb4cf3030a49e7840bec071422d397"}, {"url": "http://192.30.9.6:8776/v3/da1aa3dc9e564d3d922e61c0121a390e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8af439a6ac147fdbcb38ed9aa916b68"}, {"url": "http://192.30.9.6:8776/v3/da1aa3dc9e564d3d922e61c0121a390e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c4bfdbc9b7c74a23a40afdf578cfeba4"}], "type": "volumev3", "id": "1c85f4682ce44f729db1dabd98e965e8", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "82239574a29d4603a2161006f61851cf"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8d15f7134f364a7bbcfff2f84aac3bf2"}, {"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e01668c43a0c4c279b9a3d20a0280d6c"}], "type": "image", "id": "297d8415ca96454991054983920912f7", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7bb4d60e20734d4a9f31ec75e02cb823"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bf6adec15590466a9a0d3bddb00e8993"}, {"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f096f03a1d12411a8972f6f7c196b60d"}], "type": "policy", "id": "54c64351b56d44bbad74c2969cc3aa00", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "354ae6870a324fab82d0a0fb68ee0f26"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a3807e460dd4af488d982b66c52e64c"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e7c3da785076450abd71868e75ce0c33"}], "type": "cloudformation", "id": "6ac9917ae83c4639a15a4ab3cf0e76dd", "name": "heat-cfn"}, {"endpoints": [], "type": "metering", "id": "7fcc078e5e0645f29df67742ac14e388", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49e71628d386464cb950d6a9db00a328"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75b0a63ed8574bbcab1c851cc9b83d30"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9902b0a8b3c04cd192a1b84c417c232b"}], "type": "key-manager", "id": "9626544a32e74678a641c6e206f028a9", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "497340e5aa36485982fdf297f370558f"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7802beb4fc7c4952897b77bd5610b1fe"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c14af798917f4fa0b146d9772583e595"}], "type": "metric", "id": "973bfe8c658d4e5a8da725e76b9d550e", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "288ecc3674ea41d2aa3b790dcb832bf2"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7a6dc785cd7142f5b30f1a7ba0daeb03"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7f7d34e2351b4964befccc862c4e8e12"}], "type": "network", "id": "a348d7b06050474fb449be7f32ea6f5d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "21bce6ecb8464a1f8f3e3847aa698bd6"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0a8faf2246b47deb30e69e48d3551fb"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e71c6011de3d4d8589e5b53dcc79f288"}], "type": "identity", "id": "ad8d4b4953184137a1b913ecee9434ed", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "13474f9a78ca4f1184e4cddc84d0d98c"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad67365a18234bb78c336e6776958c00"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc54db13337f44f8921fbb9ad0f81de8"}], "type": "alarming", "id": "bb18dc3243034f08a6a7f69f7a1edccf", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0d91d7adf0304b2681c77f979e5cdb17"}, {"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "756e5ffca9774ab3ae2db41bf330417f"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c07c727a08c243b287827f539a124e63"}], "type": "placement", "id": "bb2c9432fcbd4c56913177122468f6ba", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8004/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1eed4912224b48cf9856446eae4d9928"}, {"url": "http://192.30.9.6:8004/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b73b7f99236541148d84f24f09e5dd40"}, {"url": "http://192.30.9.6:8004/v1/da1aa3dc9e564d3d922e61c0121a390e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fbf12e52911244fdafc24a9d46f56e62"}], "type": "orchestration", "id": "c8918d139da945ba93df4ccce21d4904", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/da1aa3dc9e564d3d922e61c0121a390e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16bf098b9e2e490f8e47fa601059f975"}, {"url": "http://192.30.9.6:8776/v2/da1aa3dc9e564d3d922e61c0121a390e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc16fa4cf491444ca2f611d5692c1170"}, {"url": "http://192.30.9.6:8776/v2/da1aa3dc9e564d3d922e61c0121a390e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ccd2c5325dff4b90b391db9fdde67d99"}], "type": "volumev2", "id": "d09ac9123c34494abce21d6c27bee9d9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eac694332354a3aa0e61c31314166d7"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b4d4989c4e764717ab78d38675cadd3f"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff196e46b56d406d87a678f1a64497b0"}], "type": "compute", "id": "d4030ee932c84df58c5b910cc197caa7", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_95790658-ea1a-473f-b71a-0aa15c3467f2", "id": "6cb53a06110b45a6a2f21cb265048110"}, "audit_ids": ["PqVyJWTESLCybko9OVST6g"], "issued_at": "2018-09-04T10:34:20.000000Z"}} 2018-09-04 10:34:20,031 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:8776/v3/da1aa3dc9e564d3d922e61c0121a390e/qos-specs -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8c353655d8a828266bfd674bd1360176f14c1e2b" -d '{"qos_specs": {"foo": "bar", "consumer": "both", "name": "CinderUtilsVolumeTypeCompleteTests-8c828519-a6a5-4786-8719-099b6aaa0eea-qos"}}' 2018-09-04 10:34:20,225 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:34:20 GMT Server: Apache x-compute-request-id: req-05c02431-868d-4ece-8c84-da317ec711e2 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-05c02431-868d-4ece-8c84-da317ec711e2 Content-Encoding: gzip Content-Length: 261 Content-Type: application/json RESP BODY: {"qos_specs": {"specs": {"foo": "bar"}, "consumer": "both", "id": "1ac8502a-6830-4ff3-afda-3ef3a5b2b128", "name": "CinderUtilsVolumeTypeCompleteTests-8c828519-a6a5-4786-8719-099b6aaa0eea-qos"}, "links": [{"href": "http://172.30.9.28:8776/v3/da1aa3dc9e564d3d922e61c0121a390e/qos-specs/1ac8502a-6830-4ff3-afda-3ef3a5b2b128", "rel": "self"}, {"href": "http://172.30.9.28:8776/da1aa3dc9e564d3d922e61c0121a390e/qos-specs/1ac8502a-6830-4ff3-afda-3ef3a5b2b128", "rel": "bookmark"}]} 2018-09-04 10:34:20,225 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.28:8776/v3/da1aa3dc9e564d3d922e61c0121a390e/qos-specs used request id req-05c02431-868d-4ece-8c84-da317ec711e2 2018-09-04 10:34:20,228 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:8776/v3/da1aa3dc9e564d3d922e61c0121a390e/types -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-05c02431-868d-4ece-8c84-da317ec711e2" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8c353655d8a828266bfd674bd1360176f14c1e2b" -d '{"volume_type": {"os-volume-type-access:is_public": false, "name": "CinderUtilsVolumeTypeCompleteTests-8c828519-a6a5-4786-8719-099b6aaa0eea", "description": null}}' 2018-09-04 10:34:20,434 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:34:20 GMT Server: Apache x-compute-request-id: req-0cba8c70-b9da-4b08-af24-677f9905ecb2 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-0cba8c70-b9da-4b08-af24-677f9905ecb2 Content-Encoding: gzip Content-Length: 196 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsVolumeTypeCompleteTests-8c828519-a6a5-4786-8719-099b6aaa0eea", "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "c29e88b0-190d-4723-a61f-9d2a4fd5d196", "description": null}} 2018-09-04 10:34:20,434 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.28:8776/v3/da1aa3dc9e564d3d922e61c0121a390e/types used request id req-0cba8c70-b9da-4b08-af24-677f9905ecb2 2018-09-04 10:34:20,437 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:8776/v3/da1aa3dc9e564d3d922e61c0121a390e/types/c29e88b0-190d-4723-a61f-9d2a4fd5d196/encryption -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-05c02431-868d-4ece-8c84-da317ec711e2" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8c353655d8a828266bfd674bd1360176f14c1e2b" -d '{"encryption": {"control_location": "back-end", "provider_class": "bar", "name": "foo", "provider": "bar"}}' 2018-09-04 10:34:20,632 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:34:20 GMT Server: Apache x-compute-request-id: req-2b5f4ad6-5689-459c-8872-e3f4b2cba149 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-2b5f4ad6-5689-459c-8872-e3f4b2cba149 Content-Encoding: gzip Content-Length: 169 Content-Type: application/json RESP BODY: {"encryption": {"volume_type_id": "c29e88b0-190d-4723-a61f-9d2a4fd5d196", "name": "foo", "control_location": "back-end", "encryption_id": "078c5c4a-8e04-46af-84d6-e7306e85a6ef", "provider": "bar", "provider_class": "bar"}} 2018-09-04 10:34:20,632 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.28:8776/v3/da1aa3dc9e564d3d922e61c0121a390e/types/c29e88b0-190d-4723-a61f-9d2a4fd5d196/encryption used request id req-2b5f4ad6-5689-459c-8872-e3f4b2cba149 2018-09-04 10:34:20,635 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8776/v3/da1aa3dc9e564d3d922e61c0121a390e/qos-specs -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-05c02431-868d-4ece-8c84-da317ec711e2" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8c353655d8a828266bfd674bd1360176f14c1e2b" 2018-09-04 10:34:21,344 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:34:20 GMT Server: Apache x-compute-request-id: req-fd776cc3-b038-47be-8f81-20026ef8f890 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-fd776cc3-b038-47be-8f81-20026ef8f890 Content-Encoding: gzip Content-Length: 175 Content-Type: application/json RESP BODY: {"qos_specs": [{"specs": {"foo": "bar"}, "consumer": "both", "id": "1ac8502a-6830-4ff3-afda-3ef3a5b2b128", "name": "CinderUtilsVolumeTypeCompleteTests-8c828519-a6a5-4786-8719-099b6aaa0eea-qos"}]} 2018-09-04 10:34:21,344 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/da1aa3dc9e564d3d922e61c0121a390e/qos-specs used request id req-fd776cc3-b038-47be-8f81-20026ef8f890 2018-09-04 10:34:21,348 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8776/v3/da1aa3dc9e564d3d922e61c0121a390e/qos-specs/1ac8502a-6830-4ff3-afda-3ef3a5b2b128/associate?vol_type_id=c29e88b0-190d-4723-a61f-9d2a4fd5d196 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-05c02431-868d-4ece-8c84-da317ec711e2" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8c353655d8a828266bfd674bd1360176f14c1e2b" 2018-09-04 10:34:21,578 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Tue, 04 Sep 2018 10:34:21 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-1bde738b-74bc-426c-9e5b-b2dfa05c4cfe Content-Length: 0 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-09-04 10:34:21,578 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/da1aa3dc9e564d3d922e61c0121a390e/qos-specs/1ac8502a-6830-4ff3-afda-3ef3a5b2b128/associate?vol_type_id=c29e88b0-190d-4723-a61f-9d2a4fd5d196 used request id req-1bde738b-74bc-426c-9e5b-b2dfa05c4cfe 2018-09-04 10:34:21,579 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8776/v3/da1aa3dc9e564d3d922e61c0121a390e/types/c29e88b0-190d-4723-a61f-9d2a4fd5d196 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-05c02431-868d-4ece-8c84-da317ec711e2" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8c353655d8a828266bfd674bd1360176f14c1e2b" 2018-09-04 10:34:21,766 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:34:21 GMT Server: Apache x-compute-request-id: req-04a3aeef-4af9-4f75-92af-995d7b277919 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-04a3aeef-4af9-4f75-92af-995d7b277919 Content-Encoding: gzip Content-Length: 230 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsVolumeTypeCompleteTests-8c828519-a6a5-4786-8719-099b6aaa0eea", "qos_specs_id": "1ac8502a-6830-4ff3-afda-3ef3a5b2b128", "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "c29e88b0-190d-4723-a61f-9d2a4fd5d196", "description": null}} 2018-09-04 10:34:21,766 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/da1aa3dc9e564d3d922e61c0121a390e/types/c29e88b0-190d-4723-a61f-9d2a4fd5d196 used request id req-04a3aeef-4af9-4f75-92af-995d7b277919 2018-09-04 10:34:21,769 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8776/v3/da1aa3dc9e564d3d922e61c0121a390e/types/c29e88b0-190d-4723-a61f-9d2a4fd5d196/encryption -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-05c02431-868d-4ece-8c84-da317ec711e2" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8c353655d8a828266bfd674bd1360176f14c1e2b" 2018-09-04 10:34:21,789 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:34:21 GMT Server: Apache x-compute-request-id: req-d5e8201c-2818-4ae4-ac33-c70f4f9d3db3 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-d5e8201c-2818-4ae4-ac33-c70f4f9d3db3 Content-Encoding: gzip Content-Length: 215 Content-Type: application/json RESP BODY: {"volume_type_id": "c29e88b0-190d-4723-a61f-9d2a4fd5d196", "control_location": "back-end", "deleted": false, "created_at": "2018-09-04T10:34:20.000000", "updated_at": null, "encryption_id": "078c5c4a-8e04-46af-84d6-e7306e85a6ef", "key_size": null, "provider": "bar", "deleted_at": null, "cipher": null} 2018-09-04 10:34:21,789 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/da1aa3dc9e564d3d922e61c0121a390e/types/c29e88b0-190d-4723-a61f-9d2a4fd5d196/encryption used request id req-d5e8201c-2818-4ae4-ac33-c70f4f9d3db3 2018-09-04 10:34:21,789 - cinder_utils - INFO - Deleting volume encryption for volume type - CinderUtilsVolumeTypeCompleteTests-8c828519-a6a5-4786-8719-099b6aaa0eea 2018-09-04 10:34:21,791 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8776/v3/da1aa3dc9e564d3d922e61c0121a390e/types/c29e88b0-190d-4723-a61f-9d2a4fd5d196 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-05c02431-868d-4ece-8c84-da317ec711e2" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8c353655d8a828266bfd674bd1360176f14c1e2b" 2018-09-04 10:34:21,954 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:34:21 GMT Server: Apache x-compute-request-id: req-f328e6da-385f-4708-af56-290c118f758f OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-f328e6da-385f-4708-af56-290c118f758f Content-Encoding: gzip Content-Length: 230 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsVolumeTypeCompleteTests-8c828519-a6a5-4786-8719-099b6aaa0eea", "qos_specs_id": "1ac8502a-6830-4ff3-afda-3ef3a5b2b128", "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "c29e88b0-190d-4723-a61f-9d2a4fd5d196", "description": null}} 2018-09-04 10:34:21,954 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/da1aa3dc9e564d3d922e61c0121a390e/types/c29e88b0-190d-4723-a61f-9d2a4fd5d196 used request id req-f328e6da-385f-4708-af56-290c118f758f 2018-09-04 10:34:21,956 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:8776/v3/da1aa3dc9e564d3d922e61c0121a390e/types/c29e88b0-190d-4723-a61f-9d2a4fd5d196/encryption/provider -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-05c02431-868d-4ece-8c84-da317ec711e2" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8c353655d8a828266bfd674bd1360176f14c1e2b" 2018-09-04 10:34:22,173 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Tue, 04 Sep 2018 10:34:21 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-7886c44f-dbe0-47dd-b50b-fbeba69b2f98 Content-Length: 0 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-09-04 10:34:22,174 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.28:8776/v3/da1aa3dc9e564d3d922e61c0121a390e/types/c29e88b0-190d-4723-a61f-9d2a4fd5d196/encryption/provider used request id req-7886c44f-dbe0-47dd-b50b-fbeba69b2f98 2018-09-04 10:34:22,174 - cinder_utils - INFO - Deleting volume named - CinderUtilsVolumeTypeCompleteTests-8c828519-a6a5-4786-8719-099b6aaa0eea 2018-09-04 10:34:22,175 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:8776/v3/da1aa3dc9e564d3d922e61c0121a390e/types/c29e88b0-190d-4723-a61f-9d2a4fd5d196 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-05c02431-868d-4ece-8c84-da317ec711e2" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8c353655d8a828266bfd674bd1360176f14c1e2b" 2018-09-04 10:34:22,374 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Tue, 04 Sep 2018 10:34:22 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-49fa029f-e36c-44ae-b11a-26802adee4fd Content-Length: 0 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-09-04 10:34:22,374 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.28:8776/v3/da1aa3dc9e564d3d922e61c0121a390e/types/c29e88b0-190d-4723-a61f-9d2a4fd5d196 used request id req-49fa029f-e36c-44ae-b11a-26802adee4fd 2018-09-04 10:34:22,374 - cinder_utils - INFO - Deleting QoS named - CinderUtilsVolumeTypeCompleteTests-8c828519-a6a5-4786-8719-099b6aaa0eea-qos 2018-09-04 10:34:22,376 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:8776/v3/da1aa3dc9e564d3d922e61c0121a390e/qos-specs/1ac8502a-6830-4ff3-afda-3ef3a5b2b128?force=False -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-05c02431-868d-4ece-8c84-da317ec711e2" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8c353655d8a828266bfd674bd1360176f14c1e2b" 2018-09-04 10:34:22,559 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Tue, 04 Sep 2018 10:34:22 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-e87ac93f-e646-42b4-9927-f75b3aac2480 Content-Length: 0 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-09-04 10:34:22,559 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.28:8776/v3/da1aa3dc9e564d3d922e61c0121a390e/qos-specs/1ac8502a-6830-4ff3-afda-3ef3a5b2b128?force=False used request id req-e87ac93f-e646-42b4-9927-f75b3aac2480 2018-09-04 10:34:22,560 - 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 725.889s OK 2018-09-04 10:34:22,681 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-09-04 10:34:22,681 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | api_check | functest | 12:06 | PASS | +-------------------+------------------+------------------+----------------+ 2018-09-04 10:34:22,684 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-09-04 10:34:22,684 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eab9e2aad6476d6be0ed37b610a446b8db0576a0" 2018-09-04 10:34:22,763 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:34:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7be2ff7c-c37f-4016-9e31-c5cc27cbc8e5 Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3d416247e8224533841040c3ad2bce5a", "links": {"self": "http://172.30.9.28:5000/v3/roles/3d416247e8224533841040c3ad2bce5a"}, "name": "admin"}, {"domain_id": null, "id": "5ef645ad12fc453aa5d8a0c2cbf76196", "links": {"self": "http://172.30.9.28:5000/v3/roles/5ef645ad12fc453aa5d8a0c2cbf76196"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "6fc48fbb08d4410680bf5ace535e410c", "links": {"self": "http://172.30.9.28:5000/v3/roles/6fc48fbb08d4410680bf5ace535e410c"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9a944a8c31754b8f941d2fa9034d4301", "links": {"self": "http://172.30.9.28:5000/v3/roles/9a944a8c31754b8f941d2fa9034d4301"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "fea739ce4d1249249c128f55b640b79d", "links": {"self": "http://172.30.9.28:5000/v3/roles/fea739ce4d1249249c128f55b640b79d"}, "name": "ResellerAdmin"}]} 2018-09-04 10:34:22,763 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-7be2ff7c-c37f-4016-9e31-c5cc27cbc8e5 2018-09-04 10:34:22,764 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0796930789948s 2018-09-04 10:34:22,765 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleDelete 2018-09-04 10:34:22,766 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:5000/v3/roles/5ef645ad12fc453aa5d8a0c2cbf76196 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eab9e2aad6476d6be0ed37b610a446b8db0576a0" 2018-09-04 10:34:22,912 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 10:34:22 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-42f9fe6d-7c7d-47ab-be27-29ff97b951ac Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 10:34:22,912 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/roles/5ef645ad12fc453aa5d8a0c2cbf76196 used request id req-42f9fe6d-7c7d-47ab-be27-29ff97b951ac 2018-09-04 10:34:22,912 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleDelete in 0.146563053131s 2018-09-04 10:34:22,913 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-09-04 10:34:22,913 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}eab9e2aad6476d6be0ed37b610a446b8db0576a0" 2018-09-04 10:34:23,003 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:34:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b0d22f62-90a1-4251-9ebd-15c84f085c55 Content-Encoding: gzip Content-Length: 837 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.28:5000/v3/users/2719bb13630f43dfa92537864b7b9156"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2719bb13630f43dfa92537864b7b9156", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.28:5000/v3/users/36910ef6abf94075a2d6069c8571e383"}, "domain_id": "default", "enabled": true, "options": {}, "id": "36910ef6abf94075a2d6069c8571e383", "email": "cinder@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.28:5000/v3/users/42c3a9abd8ad4ce8ab2c4cc6e0403c33"}, "domain_id": "default", "enabled": true, "options": {}, "id": "42c3a9abd8ad4ce8ab2c4cc6e0403c33", "email": "admin@example.com", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.28:5000/v3/users/449836e5f54549afb8a7ce28abf3d544"}, "domain_id": "default", "enabled": true, "options": {}, "id": "449836e5f54549afb8a7ce28abf3d544", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.28:5000/v3/users/4f2d44b313674c27b065e562198a2eaf"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4f2d44b313674c27b065e562198a2eaf", "email": "placement@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.28:5000/v3/users/53e472b53b3247cc998195108afb0333"}, "domain_id": "default", "enabled": true, "options": {}, "id": "53e472b53b3247cc998195108afb0333", "email": "heat-cfn@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "api_check-user_95790658-ea1a-473f-b71a-0aa15c3467f2", "links": {"self": "http://172.30.9.28:5000/v3/users/6cb53a06110b45a6a2f21cb265048110"}, "domain_id": "default", "enabled": true, "id": "6cb53a06110b45a6a2f21cb265048110", "options": {}}, {"name": "glance", "links": {"self": "http://172.30.9.28:5000/v3/users/72c8a4f27c80473bb772f1af33725838"}, "domain_id": "default", "enabled": true, "options": {}, "id": "72c8a4f27c80473bb772f1af33725838", "email": "glance@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.28:5000/v3/users/7661c02c249442d984369889093013fe"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7661c02c249442d984369889093013fe", "email": "barbican@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.28:5000/v3/users/78cfb105b70a43c69c179056f12732d4"}, "domain_id": "bb3675e8f7584634b56038f5732ae451", "enabled": true, "options": {}, "id": "78cfb105b70a43c69c179056f12732d4", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.28:5000/v3/users/7cc5af47f4974b51be24b8af469f48f6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7cc5af47f4974b51be24b8af469f48f6", "email": "aodh@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.28:5000/v3/users/828ac5d6a2ef4b0091fb761ec963b324"}, "domain_id": "default", "enabled": true, "options": {}, "id": "828ac5d6a2ef4b0091fb761ec963b324", "email": "congress@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.28:5000/v3/users/9dcf57654b41495ea7db845703bc37f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9dcf57654b41495ea7db845703bc37f8", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.28:5000/v3/users/c4e0c9bcba5d4f0895d28f0f72346c41"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c4e0c9bcba5d4f0895d28f0f72346c41", "email": "neutron@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.28:5000/v3/users/ef3f2972886b4078848941109f593feb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ef3f2972886b4078848941109f593feb", "email": "nova@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.28:5000/v3/users", "previous": null, "next": null}} 2018-09-04 10:34:23,003 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-b0d22f62-90a1-4251-9ebd-15c84f085c55 2018-09-04 10:34:23,004 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0907990932465s 2018-09-04 10:34:23,004 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-b0d22f62-90a1-4251-9ebd-15c84f085c55 2018-09-04 10:34:23,009 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-09-04 10:34:23,010 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/users/6cb53a06110b45a6a2f21cb265048110 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}eab9e2aad6476d6be0ed37b610a446b8db0576a0" 2018-09-04 10:34:23,105 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:34:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0c75564e-6333-4583-8978-dff962e0eeb9 Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.28:5000/v3/users/6cb53a06110b45a6a2f21cb265048110"}, "enabled": true, "id": "6cb53a06110b45a6a2f21cb265048110", "options": {}, "domain_id": "default", "name": "api_check-user_95790658-ea1a-473f-b71a-0aa15c3467f2"}} 2018-09-04 10:34:23,106 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users/6cb53a06110b45a6a2f21cb265048110 used request id req-0c75564e-6333-4583-8978-dff962e0eeb9 2018-09-04 10:34:23,106 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0961420536041s 2018-09-04 10:34:23,106 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users/6cb53a06110b45a6a2f21cb265048110 used request id req-0c75564e-6333-4583-8978-dff962e0eeb9 2018-09-04 10:34:23,107 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-09-04 10:34:23,107 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:5000/v3/users/6cb53a06110b45a6a2f21cb265048110 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}eab9e2aad6476d6be0ed37b610a446b8db0576a0" 2018-09-04 10:34:23,355 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 10:34:23 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-feab6980-4771-4723-b557-035e420587a3 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 10:34:23,355 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/users/6cb53a06110b45a6a2f21cb265048110 used request id req-feab6980-4771-4723-b557-035e420587a3 2018-09-04 10:34:23,355 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.248250007629s 2018-09-04 10:34:23,355 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/users/6cb53a06110b45a6a2f21cb265048110 used request id req-feab6980-4771-4723-b557-035e420587a3 2018-09-04 10:34:23,356 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-09-04 10:34:23,356 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}eab9e2aad6476d6be0ed37b610a446b8db0576a0" 2018-09-04 10:34:23,424 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:34:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e79447ef-0fec-43f6-ac10-85f23f22bd72 Content-Encoding: gzip Content-Length: 377 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.28:5000/v3/projects/18025ed81c804927a1f0e0e0ba20836f"}, "enabled": true, "id": "18025ed81c804927a1f0e0e0ba20836f", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.28:5000/v3/projects/1e2f68a072b64978bd7ea91c2d64aca6"}, "enabled": true, "id": "1e2f68a072b64978bd7ea91c2d64aca6", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.28:5000/v3/projects/da1aa3dc9e564d3d922e61c0121a390e"}, "enabled": true, "id": "da1aa3dc9e564d3d922e61c0121a390e", "parent_id": "default", "domain_id": "default", "name": "api_check-project_95790658-ea1a-473f-b71a-0aa15c3467f2"}]} 2018-09-04 10:34:23,424 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects used request id req-e79447ef-0fec-43f6-ac10-85f23f22bd72 2018-09-04 10:34:23,425 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0687379837036s 2018-09-04 10:34:23,425 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects used request id req-e79447ef-0fec-43f6-ac10-85f23f22bd72 2018-09-04 10:34:23,427 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-09-04 10:34:23,428 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:5000/v3/projects/da1aa3dc9e564d3d922e61c0121a390e -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}eab9e2aad6476d6be0ed37b610a446b8db0576a0" 2018-09-04 10:34:23,603 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 10:34:23 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d5a7be4d-5b39-4f06-9439-321447042bcd Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 10:34:23,603 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/projects/da1aa3dc9e564d3d922e61c0121a390e used request id req-d5a7be4d-5b39-4f06-9439-321447042bcd 2018-09-04 10:34:23,603 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.175976991653s 2018-09-04 10:34:23,604 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/projects/da1aa3dc9e564d3d922e61c0121a390e used request id req-d5a7be4d-5b39-4f06-9439-321447042bcd 2018-09-04 10:34:23,604 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-09-04 10:34:23,604 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eab9e2aad6476d6be0ed37b610a446b8db0576a0" 2018-09-04 10:34:23,685 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:34:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6d98e3da-6b0c-4974-ae2f-745dab55fc17 Content-Encoding: gzip Content-Length: 314 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3d416247e8224533841040c3ad2bce5a", "links": {"self": "http://172.30.9.28:5000/v3/roles/3d416247e8224533841040c3ad2bce5a"}, "name": "admin"}, {"domain_id": null, "id": "6fc48fbb08d4410680bf5ace535e410c", "links": {"self": "http://172.30.9.28:5000/v3/roles/6fc48fbb08d4410680bf5ace535e410c"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9a944a8c31754b8f941d2fa9034d4301", "links": {"self": "http://172.30.9.28:5000/v3/roles/9a944a8c31754b8f941d2fa9034d4301"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "fea739ce4d1249249c128f55b640b79d", "links": {"self": "http://172.30.9.28:5000/v3/roles/fea739ce4d1249249c128f55b640b79d"}, "name": "ResellerAdmin"}]} 2018-09-04 10:34:23,686 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-6d98e3da-6b0c-4974-ae2f-745dab55fc17 2018-09-04 10:34:23,686 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0819618701935s 2018-09-04 10:34:23,688 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleDelete 2018-09-04 10:34:23,688 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:5000/v3/roles/9a944a8c31754b8f941d2fa9034d4301 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eab9e2aad6476d6be0ed37b610a446b8db0576a0" 2018-09-04 10:34:23,787 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 10:34:23 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-cb4c8deb-fd8b-478b-8f05-8dc753c07708 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 10:34:23,787 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/roles/9a944a8c31754b8f941d2fa9034d4301 used request id req-cb4c8deb-fd8b-478b-8f05-8dc753c07708 2018-09-04 10:34:23,787 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleDelete in 0.0991761684418s 2018-09-04 10:34:23,808 - xtesting.ci.run_tests - INFO - Loading test case 'snaps_health_check'... 2018-09-04 10:34:23,826 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-09-04 10:34:23,827 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-09-04 10:34:23,827 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-09-04 10:34:23,827 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-09-04 10:34:23,827 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-09-04 10:34:23,827 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-09-04 10:34:23,827 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-09-04 10:34:23,827 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-09-04 10:34:23,827 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-09-04 10:34:23,827 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-09-04 10:34:23,828 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-09-04 10:34:23,828 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-09-04 10:34:23,828 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-09-04 10:34:23,828 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-09-04 10:34:23,828 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-09-04 10:34:23,828 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-09-04 10:34:23,828 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-09-04 10:34:23,828 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-09-04 10:34:23,828 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-09-04 10:34:23,828 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-09-04 10:34:23,828 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-09-04 10:34:23,829 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-09-04 10:34:23,831 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainList 2018-09-04 10:34:23,832 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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-09-04 10:34:23,838 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:34:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b1f7531f-dbad-4cbe-99d9-a04dcd095d20 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.28:5000/v3/", "rel": "self"}]}} 2018-09-04 10:34:23,838 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-b1f7531f-dbad-4cbe-99d9-a04dcd095d20 2018-09-04 10:34:23,838 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-09-04 10:34:24,219 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "3d416247e8224533841040c3ad2bce5a", "name": "admin"}], "expires_at": "2018-09-04T11:34:24.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1e2f68a072b64978bd7ea91c2d64aca6", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v1/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235635a698ef4bef9dc6b25273d185da"}, {"url": "http://192.30.9.6:8776/v1/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "23b07b3fbfc340a58cf0f9b2871a0d23"}, {"url": "http://172.30.9.28:8776/v1/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "72fd0aaa144d45419f4b04b6b26f69a7"}], "type": "volume", "id": "097241c25b4d4f7e91b3f8efa155909e", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v3/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93eb4cf3030a49e7840bec071422d397"}, {"url": "http://192.30.9.6:8776/v3/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8af439a6ac147fdbcb38ed9aa916b68"}, {"url": "http://192.30.9.6:8776/v3/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c4bfdbc9b7c74a23a40afdf578cfeba4"}], "type": "volumev3", "id": "1c85f4682ce44f729db1dabd98e965e8", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "82239574a29d4603a2161006f61851cf"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8d15f7134f364a7bbcfff2f84aac3bf2"}, {"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e01668c43a0c4c279b9a3d20a0280d6c"}], "type": "image", "id": "297d8415ca96454991054983920912f7", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7bb4d60e20734d4a9f31ec75e02cb823"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bf6adec15590466a9a0d3bddb00e8993"}, {"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f096f03a1d12411a8972f6f7c196b60d"}], "type": "policy", "id": "54c64351b56d44bbad74c2969cc3aa00", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "354ae6870a324fab82d0a0fb68ee0f26"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a3807e460dd4af488d982b66c52e64c"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e7c3da785076450abd71868e75ce0c33"}], "type": "cloudformation", "id": "6ac9917ae83c4639a15a4ab3cf0e76dd", "name": "heat-cfn"}, {"endpoints": [], "type": "metering", "id": "7fcc078e5e0645f29df67742ac14e388", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49e71628d386464cb950d6a9db00a328"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75b0a63ed8574bbcab1c851cc9b83d30"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9902b0a8b3c04cd192a1b84c417c232b"}], "type": "key-manager", "id": "9626544a32e74678a641c6e206f028a9", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "497340e5aa36485982fdf297f370558f"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7802beb4fc7c4952897b77bd5610b1fe"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c14af798917f4fa0b146d9772583e595"}], "type": "metric", "id": "973bfe8c658d4e5a8da725e76b9d550e", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "288ecc3674ea41d2aa3b790dcb832bf2"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7a6dc785cd7142f5b30f1a7ba0daeb03"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7f7d34e2351b4964befccc862c4e8e12"}], "type": "network", "id": "a348d7b06050474fb449be7f32ea6f5d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "21bce6ecb8464a1f8f3e3847aa698bd6"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0a8faf2246b47deb30e69e48d3551fb"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e71c6011de3d4d8589e5b53dcc79f288"}], "type": "identity", "id": "ad8d4b4953184137a1b913ecee9434ed", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "13474f9a78ca4f1184e4cddc84d0d98c"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad67365a18234bb78c336e6776958c00"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc54db13337f44f8921fbb9ad0f81de8"}], "type": "alarming", "id": "bb18dc3243034f08a6a7f69f7a1edccf", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0d91d7adf0304b2681c77f979e5cdb17"}, {"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "756e5ffca9774ab3ae2db41bf330417f"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c07c727a08c243b287827f539a124e63"}], "type": "placement", "id": "bb2c9432fcbd4c56913177122468f6ba", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8004/v1/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1eed4912224b48cf9856446eae4d9928"}, {"url": "http://192.30.9.6:8004/v1/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b73b7f99236541148d84f24f09e5dd40"}, {"url": "http://192.30.9.6:8004/v1/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fbf12e52911244fdafc24a9d46f56e62"}], "type": "orchestration", "id": "c8918d139da945ba93df4ccce21d4904", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16bf098b9e2e490f8e47fa601059f975"}, {"url": "http://192.30.9.6:8776/v2/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc16fa4cf491444ca2f611d5692c1170"}, {"url": "http://192.30.9.6:8776/v2/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ccd2c5325dff4b90b391db9fdde67d99"}], "type": "volumev2", "id": "d09ac9123c34494abce21d6c27bee9d9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eac694332354a3aa0e61c31314166d7"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b4d4989c4e764717ab78d38675cadd3f"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff196e46b56d406d87a678f1a64497b0"}], "type": "compute", "id": "d4030ee932c84df58c5b910cc197caa7", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "42c3a9abd8ad4ce8ab2c4cc6e0403c33"}, "audit_ids": ["_kPPLCQ9T3acDtJ3gi48Fw"], "issued_at": "2018-09-04T10:34:24.000000Z"}} 2018-09-04 10:34:24,222 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}e5627365f29cf7747b33bb1db392555d7f5501ae" 2018-09-04 10:34:24,227 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 04 Sep 2018 10:34: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.28: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.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-04 10:34:24,231 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/domains? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e5627365f29cf7747b33bb1db392555d7f5501ae" 2018-09-04 10:34:24,313 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:34:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d373ea55-eb6c-4822-9ca0-974f2c7c6766 Content-Encoding: gzip Content-Length: 213 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.28:5000/v3/domains/bb3675e8f7584634b56038f5732ae451"}, "description": "", "name": "heat_stack", "enabled": true, "id": "bb3675e8f7584634b56038f5732ae451"}, {"links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains", "previous": null, "next": null}} 2018-09-04 10:34:24,313 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains used request id req-d373ea55-eb6c-4822-9ca0-974f2c7c6766 2018-09-04 10:34:24,314 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainList in 0.48252415657s 2018-09-04 10:34:24,315 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-09-04 10:34:24,316 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28: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}e5627365f29cf7747b33bb1db392555d7f5501ae" -d '{"project": {"description": "Created by OPNFV Functest: snaps_health_check", "enabled": true, "domain_id": "default", "name": "snaps_health_check-project_f3bc4919-11b1-4924-8857-2a48e0030f8f"}}' 2018-09-04 10:34:24,421 - keystoneauth.session - DEBUG - RESP: [201] Date: Tue, 04 Sep 2018 10:34:24 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ad0189c9-c606-4ba0-9ea5-7aea776730f9 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.28:5000/v3/projects/63ce1c38db314aae844c45218d595c6c"}, "enabled": true, "id": "63ce1c38db314aae844c45218d595c6c", "parent_id": "default", "domain_id": "default", "name": "snaps_health_check-project_f3bc4919-11b1-4924-8857-2a48e0030f8f"}} 2018-09-04 10:34:24,421 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/projects used request id req-ad0189c9-c606-4ba0-9ea5-7aea776730f9 2018-09-04 10:34:24,422 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.106122970581s 2018-09-04 10:34:24,422 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/projects used request id req-ad0189c9-c606-4ba0-9ea5-7aea776730f9 2018-09-04 10:34:24,422 - functest.core.tenantnetwork - DEBUG - project: Munch({'is_enabled': True, 'parent_id': u'default', 'is_domain': False, 'name': u'snaps_health_check-project_f3bc4919-11b1-4924-8857-2a48e0030f8f', 'id': u'63ce1c38db314aae844c45218d595c6c', '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-09-04 10:34:24,423 - shade.task_manager - DEBUG - Manager envvars:regionOne running task UserCreate 2018-09-04 10:34:24,787 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task UserCreate in 0.364377975464s 2018-09-04 10:34:24,788 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/users/150012a50ed642dc815059cb3881f910 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e5627365f29cf7747b33bb1db392555d7f5501ae" 2018-09-04 10:34:24,883 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:34:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e016fc5a-ee5b-4668-9c8c-de0a51c471b5 Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.28:5000/v3/users/150012a50ed642dc815059cb3881f910"}, "enabled": true, "id": "150012a50ed642dc815059cb3881f910", "options": {}, "domain_id": "default", "name": "snaps_health_check-user_f3bc4919-11b1-4924-8857-2a48e0030f8f"}} 2018-09-04 10:34:24,883 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users/150012a50ed642dc815059cb3881f910 used request id req-e016fc5a-ee5b-4668-9c8c-de0a51c471b5 2018-09-04 10:34:24,884 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'150012a50ed642dc815059cb3881f910', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'snaps_health_check-user_f3bc4919-11b1-4924-8857-2a48e0030f8f'}) 2018-09-04 10:34:24,884 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-09-04 10:34:24,885 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e5627365f29cf7747b33bb1db392555d7f5501ae" 2018-09-04 10:34:24,968 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:34:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fbf82d56-0aa7-4f02-b1b1-06c3ac17e519 Content-Encoding: gzip Content-Length: 284 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3d416247e8224533841040c3ad2bce5a", "links": {"self": "http://172.30.9.28:5000/v3/roles/3d416247e8224533841040c3ad2bce5a"}, "name": "admin"}, {"domain_id": null, "id": "6fc48fbb08d4410680bf5ace535e410c", "links": {"self": "http://172.30.9.28:5000/v3/roles/6fc48fbb08d4410680bf5ace535e410c"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "fea739ce4d1249249c128f55b640b79d", "links": {"self": "http://172.30.9.28:5000/v3/roles/fea739ce4d1249249c128f55b640b79d"}, "name": "ResellerAdmin"}]} 2018-09-04 10:34:24,968 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-fbf82d56-0aa7-4f02-b1b1-06c3ac17e519 2018-09-04 10:34:24,969 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0843391418457s 2018-09-04 10:34:24,970 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-09-04 10:34:24,970 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e5627365f29cf7747b33bb1db392555d7f5501ae" 2018-09-04 10:34:25,045 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:34:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ffcc8cb8-f4f6-434a-a207-8ec5c29890dd Content-Encoding: gzip Content-Length: 284 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3d416247e8224533841040c3ad2bce5a", "links": {"self": "http://172.30.9.28:5000/v3/roles/3d416247e8224533841040c3ad2bce5a"}, "name": "admin"}, {"domain_id": null, "id": "6fc48fbb08d4410680bf5ace535e410c", "links": {"self": "http://172.30.9.28:5000/v3/roles/6fc48fbb08d4410680bf5ace535e410c"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "fea739ce4d1249249c128f55b640b79d", "links": {"self": "http://172.30.9.28:5000/v3/roles/fea739ce4d1249249c128f55b640b79d"}, "name": "ResellerAdmin"}]} 2018-09-04 10:34:25,045 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-ffcc8cb8-f4f6-434a-a207-8ec5c29890dd 2018-09-04 10:34:25,045 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0755190849304s 2018-09-04 10:34:25,046 - functest.core.tenantnetwork - INFO - Creating default role Member 2018-09-04 10:34:25,046 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleCreate 2018-09-04 10:34:25,047 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e5627365f29cf7747b33bb1db392555d7f5501ae" -d '{"role": {"name": "Member"}}' 2018-09-04 10:34:25,140 - keystoneauth.session - DEBUG - RESP: [201] Date: Tue, 04 Sep 2018 10:34:25 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-4d8657d9-5b56-445e-93c9-dae0f8beeb7a Content-Length: 177 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "e18ad2d0d48a44969f2b9c35ef23aba1", "links": {"self": "http://172.30.9.28:5000/v3/roles/e18ad2d0d48a44969f2b9c35ef23aba1"}, "name": "Member"}} 2018-09-04 10:34:25,140 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/roles used request id req-4d8657d9-5b56-445e-93c9-dae0f8beeb7a 2018-09-04 10:34:25,140 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleCreate in 0.0935208797455s 2018-09-04 10:34:25,141 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/roles/e18ad2d0d48a44969f2b9c35ef23aba1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e5627365f29cf7747b33bb1db392555d7f5501ae" 2018-09-04 10:34:25,219 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:34:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f6022584-d0b5-4f49-a475-484927aad3cc Content-Encoding: gzip Content-Length: 143 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.28:5000/v3/roles/e18ad2d0d48a44969f2b9c35ef23aba1"}, "domain_id": null, "name": "Member", "id": "e18ad2d0d48a44969f2b9c35ef23aba1"}} 2018-09-04 10:34:25,219 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles/e18ad2d0d48a44969f2b9c35ef23aba1 used request id req-f6022584-d0b5-4f49-a475-484927aad3cc 2018-09-04 10:34:25,219 - functest.core.tenantnetwork - DEBUG - role: Munch({'NAME_ATTR': 'name', 'name': u'Member', 'links': {u'self': u'http://172.30.9.28:5000/v3/roles/e18ad2d0d48a44969f2b9c35ef23aba1'}, 'domain_id': None, 'human_id': None, 'id': u'e18ad2d0d48a44969f2b9c35ef23aba1', 'HUMAN_ID': False}) 2018-09-04 10:34:25,220 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-09-04 10:34:25,220 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e5627365f29cf7747b33bb1db392555d7f5501ae" 2018-09-04 10:34:25,294 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:34:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c197e9d2-77a1-4685-afae-fe53eb62ca72 Content-Encoding: gzip Content-Length: 317 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3d416247e8224533841040c3ad2bce5a", "links": {"self": "http://172.30.9.28:5000/v3/roles/3d416247e8224533841040c3ad2bce5a"}, "name": "admin"}, {"domain_id": null, "id": "6fc48fbb08d4410680bf5ace535e410c", "links": {"self": "http://172.30.9.28:5000/v3/roles/6fc48fbb08d4410680bf5ace535e410c"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "e18ad2d0d48a44969f2b9c35ef23aba1", "links": {"self": "http://172.30.9.28:5000/v3/roles/e18ad2d0d48a44969f2b9c35ef23aba1"}, "name": "Member"}, {"domain_id": null, "id": "fea739ce4d1249249c128f55b640b79d", "links": {"self": "http://172.30.9.28:5000/v3/roles/fea739ce4d1249249c128f55b640b79d"}, "name": "ResellerAdmin"}]} 2018-09-04 10:34:25,295 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-c197e9d2-77a1-4685-afae-fe53eb62ca72 2018-09-04 10:34:25,295 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0752141475677s 2018-09-04 10:34:25,296 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2018-09-04 10:34:25,297 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e5627365f29cf7747b33bb1db392555d7f5501ae" 2018-09-04 10:34:25,374 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:34:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dc56fd58-8959-46ef-9bcd-fc9ade40adf1 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.28:5000/v3/domains/default"}, "name": "Default"}} 2018-09-04 10:34:25,374 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains/default used request id req-dc56fd58-8959-46ef-9bcd-fc9ade40adf1 2018-09-04 10:34:25,375 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.0784850120544s 2018-09-04 10:34:25,376 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-09-04 10:34:25,376 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}e5627365f29cf7747b33bb1db392555d7f5501ae" 2018-09-04 10:34:25,558 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:34:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-35fecc98-760d-4b8c-a7c7-5b76264aff42 Content-Encoding: gzip Content-Length: 843 Content-Type: application/json RESP BODY: {"users": [{"password_expires_at": null, "name": "snaps_health_check-user_f3bc4919-11b1-4924-8857-2a48e0030f8f", "links": {"self": "http://172.30.9.28:5000/v3/users/150012a50ed642dc815059cb3881f910"}, "domain_id": "default", "enabled": true, "id": "150012a50ed642dc815059cb3881f910", "options": {}}, {"name": "heat", "links": {"self": "http://172.30.9.28:5000/v3/users/2719bb13630f43dfa92537864b7b9156"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2719bb13630f43dfa92537864b7b9156", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.28:5000/v3/users/36910ef6abf94075a2d6069c8571e383"}, "domain_id": "default", "enabled": true, "options": {}, "id": "36910ef6abf94075a2d6069c8571e383", "email": "cinder@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.28:5000/v3/users/42c3a9abd8ad4ce8ab2c4cc6e0403c33"}, "domain_id": "default", "enabled": true, "options": {}, "id": "42c3a9abd8ad4ce8ab2c4cc6e0403c33", "email": "admin@example.com", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.28:5000/v3/users/449836e5f54549afb8a7ce28abf3d544"}, "domain_id": "default", "enabled": true, "options": {}, "id": "449836e5f54549afb8a7ce28abf3d544", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.28:5000/v3/users/4f2d44b313674c27b065e562198a2eaf"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4f2d44b313674c27b065e562198a2eaf", "email": "placement@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.28:5000/v3/users/53e472b53b3247cc998195108afb0333"}, "domain_id": "default", "enabled": true, "options": {}, "id": "53e472b53b3247cc998195108afb0333", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.28:5000/v3/users/72c8a4f27c80473bb772f1af33725838"}, "domain_id": "default", "enabled": true, "options": {}, "id": "72c8a4f27c80473bb772f1af33725838", "email": "glance@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.28:5000/v3/users/7661c02c249442d984369889093013fe"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7661c02c249442d984369889093013fe", "email": "barbican@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.28:5000/v3/users/78cfb105b70a43c69c179056f12732d4"}, "domain_id": "bb3675e8f7584634b56038f5732ae451", "enabled": true, "options": {}, "id": "78cfb105b70a43c69c179056f12732d4", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.28:5000/v3/users/7cc5af47f4974b51be24b8af469f48f6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7cc5af47f4974b51be24b8af469f48f6", "email": "aodh@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.28:5000/v3/users/828ac5d6a2ef4b0091fb761ec963b324"}, "domain_id": "default", "enabled": true, "options": {}, "id": "828ac5d6a2ef4b0091fb761ec963b324", "email": "congress@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.28:5000/v3/users/9dcf57654b41495ea7db845703bc37f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9dcf57654b41495ea7db845703bc37f8", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.28:5000/v3/users/c4e0c9bcba5d4f0895d28f0f72346c41"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c4e0c9bcba5d4f0895d28f0f72346c41", "email": "neutron@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.28:5000/v3/users/ef3f2972886b4078848941109f593feb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ef3f2972886b4078848941109f593feb", "email": "nova@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.28:5000/v3/users", "previous": null, "next": null}} 2018-09-04 10:34:25,558 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-35fecc98-760d-4b8c-a7c7-5b76264aff42 2018-09-04 10:34:25,558 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.182464122772s 2018-09-04 10:34:25,559 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-35fecc98-760d-4b8c-a7c7-5b76264aff42 2018-09-04 10:34:25,564 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-09-04 10:34:25,565 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28: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}e5627365f29cf7747b33bb1db392555d7f5501ae" 2018-09-04 10:34:25,638 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:34:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-494dd69c-ad18-4c7c-bd9b-9e1ae839860a Content-Encoding: gzip Content-Length: 397 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28: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.28:5000/v3/projects/18025ed81c804927a1f0e0e0ba20836f"}, "enabled": true, "id": "18025ed81c804927a1f0e0e0ba20836f", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.28:5000/v3/projects/1e2f68a072b64978bd7ea91c2d64aca6"}, "enabled": true, "id": "1e2f68a072b64978bd7ea91c2d64aca6", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: snaps_health_check", "links": {"self": "http://172.30.9.28:5000/v3/projects/63ce1c38db314aae844c45218d595c6c"}, "enabled": true, "id": "63ce1c38db314aae844c45218d595c6c", "parent_id": "default", "domain_id": "default", "name": "snaps_health_check-project_f3bc4919-11b1-4924-8857-2a48e0030f8f"}]} 2018-09-04 10:34:25,638 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?domain_id=default used request id req-494dd69c-ad18-4c7c-bd9b-9e1ae839860a 2018-09-04 10:34:25,638 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0739560127258s 2018-09-04 10:34:25,639 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?domain_id=default used request id req-494dd69c-ad18-4c7c-bd9b-9e1ae839860a 2018-09-04 10:34:25,641 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2018-09-04 10:34:25,642 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/role_assignments?user.id=150012a50ed642dc815059cb3881f910&scope.project.id=63ce1c38db314aae844c45218d595c6c&role.id=e18ad2d0d48a44969f2b9c35ef23aba1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e5627365f29cf7747b33bb1db392555d7f5501ae" 2018-09-04 10:34:25,724 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:34:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7f6c09fb-a243-4277-a523-410989ffa0fd Content-Encoding: gzip Content-Length: 210 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.28:5000/v3/role_assignments?user.id=150012a50ed642dc815059cb3881f910&scope.project.id=63ce1c38db314aae844c45218d595c6c&role.id=e18ad2d0d48a44969f2b9c35ef23aba1", "previous": null, "next": null}} 2018-09-04 10:34:25,724 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/role_assignments?user.id=150012a50ed642dc815059cb3881f910&scope.project.id=63ce1c38db314aae844c45218d595c6c&role.id=e18ad2d0d48a44969f2b9c35ef23aba1 used request id req-7f6c09fb-a243-4277-a523-410989ffa0fd 2018-09-04 10:34:25,724 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.0828869342804s 2018-09-04 10:34:25,725 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2018-09-04 10:34:25,725 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.28:5000/v3/projects/63ce1c38db314aae844c45218d595c6c/users/150012a50ed642dc815059cb3881f910/roles/e18ad2d0d48a44969f2b9c35ef23aba1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e5627365f29cf7747b33bb1db392555d7f5501ae" 2018-09-04 10:34:25,848 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 10:34:25 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8a1bc7bb-bc9b-4e3c-8a59-60edb865b8b4 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 10:34:25,848 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.28:5000/v3/projects/63ce1c38db314aae844c45218d595c6c/users/150012a50ed642dc815059cb3881f910/roles/e18ad2d0d48a44969f2b9c35ef23aba1 used request id req-8a1bc7bb-bc9b-4e3c-8a59-60edb865b8b4 2018-09-04 10:34:25,849 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.124116897583s 2018-09-04 10:34:25,850 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'snaps_health_check-project_f3bc4919-11b1-4924-8857-2a48e0030f8f', 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': '1d1e480a-d0b5-4687-84f5-cf62892d36e6', 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_f3bc4919-11b1-4924-8857-2a48e0030f8f', 'project_id': u'63ce1c38db314aae844c45218d595c6c', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.28:5000/v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2018-09-04 10:34:25,851 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-09-04 10:34:25,851 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-09-04 10:34:25,851 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-09-04 10:34:25,851 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-09-04 10:34:25,851 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-09-04 10:34:25,852 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-09-04 10:34:25,852 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-09-04 10:34:25,852 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-09-04 10:34:25,852 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-09-04 10:34:25,852 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-09-04 10:34:25,852 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-09-04 10:34:25,852 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-09-04 10:34:25,852 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-09-04 10:34:25,852 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-09-04 10:34:25,853 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-09-04 10:34:25,853 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-09-04 10:34:25,853 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-09-04 10:34:25,853 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-09-04 10:34:25,853 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-09-04 10:34:25,853 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-09-04 10:34:25,853 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-09-04 10:34:25,853 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-09-04 10:34:25,855 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'snaps_health_check-user_f3bc4919-11b1-4924-8857-2a48e0030f8f', 'password': '1d1e480a-d0b5-4687-84f5-cf62892d36e6', 'project_name': 'snaps_health_check-project_f3bc4919-11b1-4924-8857-2a48e0030f8f', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.28:5000/v3', 'project_id': '63ce1c38db314aae844c45218d595c6c', 'project_domain_name': 'Default'} 2018-09-04 10:34:25,855 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-09-04 10:34:25,856 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e5627365f29cf7747b33bb1db392555d7f5501ae" 2018-09-04 10:34:25,929 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:34:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-37b2978a-b5dc-429f-b248-44b39552b10a Content-Encoding: gzip Content-Length: 317 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3d416247e8224533841040c3ad2bce5a", "links": {"self": "http://172.30.9.28:5000/v3/roles/3d416247e8224533841040c3ad2bce5a"}, "name": "admin"}, {"domain_id": null, "id": "6fc48fbb08d4410680bf5ace535e410c", "links": {"self": "http://172.30.9.28:5000/v3/roles/6fc48fbb08d4410680bf5ace535e410c"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "e18ad2d0d48a44969f2b9c35ef23aba1", "links": {"self": "http://172.30.9.28:5000/v3/roles/e18ad2d0d48a44969f2b9c35ef23aba1"}, "name": "Member"}, {"domain_id": null, "id": "fea739ce4d1249249c128f55b640b79d", "links": {"self": "http://172.30.9.28:5000/v3/roles/fea739ce4d1249249c128f55b640b79d"}, "name": "ResellerAdmin"}]} 2018-09-04 10:34:25,929 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-37b2978a-b5dc-429f-b248-44b39552b10a 2018-09-04 10:34:25,930 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0742840766907s 2018-09-04 10:34:25,931 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-09-04 10:34:25,931 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e5627365f29cf7747b33bb1db392555d7f5501ae" 2018-09-04 10:34:26,011 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:34:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ae7eb11a-0105-45be-b602-d4ee8df78645 Content-Encoding: gzip Content-Length: 317 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3d416247e8224533841040c3ad2bce5a", "links": {"self": "http://172.30.9.28:5000/v3/roles/3d416247e8224533841040c3ad2bce5a"}, "name": "admin"}, {"domain_id": null, "id": "6fc48fbb08d4410680bf5ace535e410c", "links": {"self": "http://172.30.9.28:5000/v3/roles/6fc48fbb08d4410680bf5ace535e410c"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "e18ad2d0d48a44969f2b9c35ef23aba1", "links": {"self": "http://172.30.9.28:5000/v3/roles/e18ad2d0d48a44969f2b9c35ef23aba1"}, "name": "Member"}, {"domain_id": null, "id": "fea739ce4d1249249c128f55b640b79d", "links": {"self": "http://172.30.9.28:5000/v3/roles/fea739ce4d1249249c128f55b640b79d"}, "name": "ResellerAdmin"}]} 2018-09-04 10:34:26,011 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-ae7eb11a-0105-45be-b602-d4ee8df78645 2018-09-04 10:34:26,012 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0806181430817s 2018-09-04 10:34:26,013 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2018-09-04 10:34:26,013 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e5627365f29cf7747b33bb1db392555d7f5501ae" 2018-09-04 10:34:26,097 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:34:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3311731f-8d57-4caa-93cf-46c57e910e35 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.28:5000/v3/domains/default"}, "name": "Default"}} 2018-09-04 10:34:26,097 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains/default used request id req-3311731f-8d57-4caa-93cf-46c57e910e35 2018-09-04 10:34:26,097 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.0842411518097s 2018-09-04 10:34:26,098 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-09-04 10:34:26,099 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}e5627365f29cf7747b33bb1db392555d7f5501ae" 2018-09-04 10:34:26,185 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:34:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d56d3275-c725-4012-b2c9-8529fbe70174 Content-Encoding: gzip Content-Length: 843 Content-Type: application/json RESP BODY: {"users": [{"password_expires_at": null, "name": "snaps_health_check-user_f3bc4919-11b1-4924-8857-2a48e0030f8f", "links": {"self": "http://172.30.9.28:5000/v3/users/150012a50ed642dc815059cb3881f910"}, "domain_id": "default", "enabled": true, "id": "150012a50ed642dc815059cb3881f910", "options": {}}, {"name": "heat", "links": {"self": "http://172.30.9.28:5000/v3/users/2719bb13630f43dfa92537864b7b9156"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2719bb13630f43dfa92537864b7b9156", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.28:5000/v3/users/36910ef6abf94075a2d6069c8571e383"}, "domain_id": "default", "enabled": true, "options": {}, "id": "36910ef6abf94075a2d6069c8571e383", "email": "cinder@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.28:5000/v3/users/42c3a9abd8ad4ce8ab2c4cc6e0403c33"}, "domain_id": "default", "enabled": true, "options": {}, "id": "42c3a9abd8ad4ce8ab2c4cc6e0403c33", "email": "admin@example.com", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.28:5000/v3/users/449836e5f54549afb8a7ce28abf3d544"}, "domain_id": "default", "enabled": true, "options": {}, "id": "449836e5f54549afb8a7ce28abf3d544", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.28:5000/v3/users/4f2d44b313674c27b065e562198a2eaf"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4f2d44b313674c27b065e562198a2eaf", "email": "placement@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.28:5000/v3/users/53e472b53b3247cc998195108afb0333"}, "domain_id": "default", "enabled": true, "options": {}, "id": "53e472b53b3247cc998195108afb0333", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.28:5000/v3/users/72c8a4f27c80473bb772f1af33725838"}, "domain_id": "default", "enabled": true, "options": {}, "id": "72c8a4f27c80473bb772f1af33725838", "email": "glance@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.28:5000/v3/users/7661c02c249442d984369889093013fe"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7661c02c249442d984369889093013fe", "email": "barbican@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.28:5000/v3/users/78cfb105b70a43c69c179056f12732d4"}, "domain_id": "bb3675e8f7584634b56038f5732ae451", "enabled": true, "options": {}, "id": "78cfb105b70a43c69c179056f12732d4", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.28:5000/v3/users/7cc5af47f4974b51be24b8af469f48f6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7cc5af47f4974b51be24b8af469f48f6", "email": "aodh@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.28:5000/v3/users/828ac5d6a2ef4b0091fb761ec963b324"}, "domain_id": "default", "enabled": true, "options": {}, "id": "828ac5d6a2ef4b0091fb761ec963b324", "email": "congress@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.28:5000/v3/users/9dcf57654b41495ea7db845703bc37f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9dcf57654b41495ea7db845703bc37f8", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.28:5000/v3/users/c4e0c9bcba5d4f0895d28f0f72346c41"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c4e0c9bcba5d4f0895d28f0f72346c41", "email": "neutron@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.28:5000/v3/users/ef3f2972886b4078848941109f593feb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ef3f2972886b4078848941109f593feb", "email": "nova@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.28:5000/v3/users", "previous": null, "next": null}} 2018-09-04 10:34:26,185 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-d56d3275-c725-4012-b2c9-8529fbe70174 2018-09-04 10:34:26,185 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0870299339294s 2018-09-04 10:34:26,186 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-d56d3275-c725-4012-b2c9-8529fbe70174 2018-09-04 10:34:26,191 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-09-04 10:34:26,192 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28: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}e5627365f29cf7747b33bb1db392555d7f5501ae" 2018-09-04 10:34:26,271 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:34:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b09f314d-1fec-4943-b1fc-8b39a013fa84 Content-Encoding: gzip Content-Length: 397 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28: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.28:5000/v3/projects/18025ed81c804927a1f0e0e0ba20836f"}, "enabled": true, "id": "18025ed81c804927a1f0e0e0ba20836f", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.28:5000/v3/projects/1e2f68a072b64978bd7ea91c2d64aca6"}, "enabled": true, "id": "1e2f68a072b64978bd7ea91c2d64aca6", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: snaps_health_check", "links": {"self": "http://172.30.9.28:5000/v3/projects/63ce1c38db314aae844c45218d595c6c"}, "enabled": true, "id": "63ce1c38db314aae844c45218d595c6c", "parent_id": "default", "domain_id": "default", "name": "snaps_health_check-project_f3bc4919-11b1-4924-8857-2a48e0030f8f"}]} 2018-09-04 10:34:26,271 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?domain_id=default used request id req-b09f314d-1fec-4943-b1fc-8b39a013fa84 2018-09-04 10:34:26,271 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0797560214996s 2018-09-04 10:34:26,272 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?domain_id=default used request id req-b09f314d-1fec-4943-b1fc-8b39a013fa84 2018-09-04 10:34:26,274 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2018-09-04 10:34:26,274 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/role_assignments?user.id=150012a50ed642dc815059cb3881f910&scope.project.id=63ce1c38db314aae844c45218d595c6c&role.id=3d416247e8224533841040c3ad2bce5a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e5627365f29cf7747b33bb1db392555d7f5501ae" 2018-09-04 10:34:26,355 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:34:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f75354bf-9b0c-4b5e-9c34-4b638c396a92 Content-Encoding: gzip Content-Length: 210 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.28:5000/v3/role_assignments?user.id=150012a50ed642dc815059cb3881f910&scope.project.id=63ce1c38db314aae844c45218d595c6c&role.id=3d416247e8224533841040c3ad2bce5a", "previous": null, "next": null}} 2018-09-04 10:34:26,356 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/role_assignments?user.id=150012a50ed642dc815059cb3881f910&scope.project.id=63ce1c38db314aae844c45218d595c6c&role.id=3d416247e8224533841040c3ad2bce5a used request id req-f75354bf-9b0c-4b5e-9c34-4b638c396a92 2018-09-04 10:34:26,356 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.0821568965912s 2018-09-04 10:34:26,356 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2018-09-04 10:34:26,357 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.28:5000/v3/projects/63ce1c38db314aae844c45218d595c6c/users/150012a50ed642dc815059cb3881f910/roles/3d416247e8224533841040c3ad2bce5a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e5627365f29cf7747b33bb1db392555d7f5501ae" 2018-09-04 10:34:26,478 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 10:34:26 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-237723a4-fba9-431c-889d-e2b61ad3e09e Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 10:34:26,478 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.28:5000/v3/projects/63ce1c38db314aae844c45218d595c6c/users/150012a50ed642dc815059cb3881f910/roles/3d416247e8224533841040c3ad2bce5a used request id req-237723a4-fba9-431c-889d-e2b61ad3e09e 2018-09-04 10:34:26,479 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.122106075287s 2018-09-04 10:34:26,479 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-09-04 10:34:26,479 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e5627365f29cf7747b33bb1db392555d7f5501ae" 2018-09-04 10:34:26,559 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:34:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2f57eea1-bcf0-4809-a3a3-56c7a7457056 Content-Encoding: gzip Content-Length: 317 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3d416247e8224533841040c3ad2bce5a", "links": {"self": "http://172.30.9.28:5000/v3/roles/3d416247e8224533841040c3ad2bce5a"}, "name": "admin"}, {"domain_id": null, "id": "6fc48fbb08d4410680bf5ace535e410c", "links": {"self": "http://172.30.9.28:5000/v3/roles/6fc48fbb08d4410680bf5ace535e410c"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "e18ad2d0d48a44969f2b9c35ef23aba1", "links": {"self": "http://172.30.9.28:5000/v3/roles/e18ad2d0d48a44969f2b9c35ef23aba1"}, "name": "Member"}, {"domain_id": null, "id": "fea739ce4d1249249c128f55b640b79d", "links": {"self": "http://172.30.9.28:5000/v3/roles/fea739ce4d1249249c128f55b640b79d"}, "name": "ResellerAdmin"}]} 2018-09-04 10:34:26,559 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-2f57eea1-bcf0-4809-a3a3-56c7a7457056 2018-09-04 10:34:26,559 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0802810192108s 2018-09-04 10:34:26,560 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleCreate 2018-09-04 10:34:26,561 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e5627365f29cf7747b33bb1db392555d7f5501ae" -d '{"role": {"name": "heat_stack_owner"}}' 2018-09-04 10:34:26,654 - keystoneauth.session - DEBUG - RESP: [201] Date: Tue, 04 Sep 2018 10:34:26 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-4c486779-6e6e-4be3-baec-17c45772255d Content-Length: 187 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "fe6240ba282c4427b938f9a6bdabf001", "links": {"self": "http://172.30.9.28:5000/v3/roles/fe6240ba282c4427b938f9a6bdabf001"}, "name": "heat_stack_owner"}} 2018-09-04 10:34:26,654 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/roles used request id req-4c486779-6e6e-4be3-baec-17c45772255d 2018-09-04 10:34:26,655 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleCreate in 0.0942480564117s 2018-09-04 10:34:26,655 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/roles/fe6240ba282c4427b938f9a6bdabf001 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e5627365f29cf7747b33bb1db392555d7f5501ae" 2018-09-04 10:34:26,727 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:34:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4c8b51f9-5fdd-46fa-9d3d-812e6c4f965d Content-Encoding: gzip Content-Length: 149 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.28:5000/v3/roles/fe6240ba282c4427b938f9a6bdabf001"}, "domain_id": null, "name": "heat_stack_owner", "id": "fe6240ba282c4427b938f9a6bdabf001"}} 2018-09-04 10:34:26,727 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles/fe6240ba282c4427b938f9a6bdabf001 used request id req-4c8b51f9-5fdd-46fa-9d3d-812e6c4f965d 2018-09-04 10:34:26,728 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-09-04 10:34:26,729 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e5627365f29cf7747b33bb1db392555d7f5501ae" 2018-09-04 10:34:26,809 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:34:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-49c1eda8-f7d9-4547-aa8f-7d7459a6ca69 Content-Encoding: gzip Content-Length: 349 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3d416247e8224533841040c3ad2bce5a", "links": {"self": "http://172.30.9.28:5000/v3/roles/3d416247e8224533841040c3ad2bce5a"}, "name": "admin"}, {"domain_id": null, "id": "6fc48fbb08d4410680bf5ace535e410c", "links": {"self": "http://172.30.9.28:5000/v3/roles/6fc48fbb08d4410680bf5ace535e410c"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "e18ad2d0d48a44969f2b9c35ef23aba1", "links": {"self": "http://172.30.9.28:5000/v3/roles/e18ad2d0d48a44969f2b9c35ef23aba1"}, "name": "Member"}, {"domain_id": null, "id": "fe6240ba282c4427b938f9a6bdabf001", "links": {"self": "http://172.30.9.28:5000/v3/roles/fe6240ba282c4427b938f9a6bdabf001"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "fea739ce4d1249249c128f55b640b79d", "links": {"self": "http://172.30.9.28:5000/v3/roles/fea739ce4d1249249c128f55b640b79d"}, "name": "ResellerAdmin"}]} 2018-09-04 10:34:26,809 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-49c1eda8-f7d9-4547-aa8f-7d7459a6ca69 2018-09-04 10:34:26,809 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0810678005219s 2018-09-04 10:34:26,811 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2018-09-04 10:34:26,811 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e5627365f29cf7747b33bb1db392555d7f5501ae" 2018-09-04 10:34:26,891 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:34:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-09c13c81-b921-4021-94c5-fc8ffeb07dd4 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.28:5000/v3/domains/default"}, "name": "Default"}} 2018-09-04 10:34:26,891 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains/default used request id req-09c13c81-b921-4021-94c5-fc8ffeb07dd4 2018-09-04 10:34:26,891 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.0803120136261s 2018-09-04 10:34:26,892 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-09-04 10:34:26,893 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}e5627365f29cf7747b33bb1db392555d7f5501ae" 2018-09-04 10:34:26,980 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:34:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9fdd1270-d6c7-41c8-b30f-422656ecfb46 Content-Encoding: gzip Content-Length: 843 Content-Type: application/json RESP BODY: {"users": [{"password_expires_at": null, "name": "snaps_health_check-user_f3bc4919-11b1-4924-8857-2a48e0030f8f", "links": {"self": "http://172.30.9.28:5000/v3/users/150012a50ed642dc815059cb3881f910"}, "domain_id": "default", "enabled": true, "id": "150012a50ed642dc815059cb3881f910", "options": {}}, {"name": "heat", "links": {"self": "http://172.30.9.28:5000/v3/users/2719bb13630f43dfa92537864b7b9156"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2719bb13630f43dfa92537864b7b9156", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.28:5000/v3/users/36910ef6abf94075a2d6069c8571e383"}, "domain_id": "default", "enabled": true, "options": {}, "id": "36910ef6abf94075a2d6069c8571e383", "email": "cinder@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.28:5000/v3/users/42c3a9abd8ad4ce8ab2c4cc6e0403c33"}, "domain_id": "default", "enabled": true, "options": {}, "id": "42c3a9abd8ad4ce8ab2c4cc6e0403c33", "email": "admin@example.com", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.28:5000/v3/users/449836e5f54549afb8a7ce28abf3d544"}, "domain_id": "default", "enabled": true, "options": {}, "id": "449836e5f54549afb8a7ce28abf3d544", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.28:5000/v3/users/4f2d44b313674c27b065e562198a2eaf"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4f2d44b313674c27b065e562198a2eaf", "email": "placement@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.28:5000/v3/users/53e472b53b3247cc998195108afb0333"}, "domain_id": "default", "enabled": true, "options": {}, "id": "53e472b53b3247cc998195108afb0333", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.28:5000/v3/users/72c8a4f27c80473bb772f1af33725838"}, "domain_id": "default", "enabled": true, "options": {}, "id": "72c8a4f27c80473bb772f1af33725838", "email": "glance@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.28:5000/v3/users/7661c02c249442d984369889093013fe"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7661c02c249442d984369889093013fe", "email": "barbican@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.28:5000/v3/users/78cfb105b70a43c69c179056f12732d4"}, "domain_id": "bb3675e8f7584634b56038f5732ae451", "enabled": true, "options": {}, "id": "78cfb105b70a43c69c179056f12732d4", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.28:5000/v3/users/7cc5af47f4974b51be24b8af469f48f6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7cc5af47f4974b51be24b8af469f48f6", "email": "aodh@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.28:5000/v3/users/828ac5d6a2ef4b0091fb761ec963b324"}, "domain_id": "default", "enabled": true, "options": {}, "id": "828ac5d6a2ef4b0091fb761ec963b324", "email": "congress@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.28:5000/v3/users/9dcf57654b41495ea7db845703bc37f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9dcf57654b41495ea7db845703bc37f8", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.28:5000/v3/users/c4e0c9bcba5d4f0895d28f0f72346c41"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c4e0c9bcba5d4f0895d28f0f72346c41", "email": "neutron@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.28:5000/v3/users/ef3f2972886b4078848941109f593feb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ef3f2972886b4078848941109f593feb", "email": "nova@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.28:5000/v3/users", "previous": null, "next": null}} 2018-09-04 10:34:26,981 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-9fdd1270-d6c7-41c8-b30f-422656ecfb46 2018-09-04 10:34:26,981 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0886449813843s 2018-09-04 10:34:26,981 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-9fdd1270-d6c7-41c8-b30f-422656ecfb46 2018-09-04 10:34:26,986 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-09-04 10:34:26,987 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28: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}e5627365f29cf7747b33bb1db392555d7f5501ae" 2018-09-04 10:34:27,070 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:34:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d98e36e9-dfca-46e5-897d-f25ad3655a71 Content-Encoding: gzip Content-Length: 397 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28: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.28:5000/v3/projects/18025ed81c804927a1f0e0e0ba20836f"}, "enabled": true, "id": "18025ed81c804927a1f0e0e0ba20836f", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.28:5000/v3/projects/1e2f68a072b64978bd7ea91c2d64aca6"}, "enabled": true, "id": "1e2f68a072b64978bd7ea91c2d64aca6", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: snaps_health_check", "links": {"self": "http://172.30.9.28:5000/v3/projects/63ce1c38db314aae844c45218d595c6c"}, "enabled": true, "id": "63ce1c38db314aae844c45218d595c6c", "parent_id": "default", "domain_id": "default", "name": "snaps_health_check-project_f3bc4919-11b1-4924-8857-2a48e0030f8f"}]} 2018-09-04 10:34:27,070 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?domain_id=default used request id req-d98e36e9-dfca-46e5-897d-f25ad3655a71 2018-09-04 10:34:27,070 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0839211940765s 2018-09-04 10:34:27,070 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?domain_id=default used request id req-d98e36e9-dfca-46e5-897d-f25ad3655a71 2018-09-04 10:34:27,072 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2018-09-04 10:34:27,073 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/role_assignments?user.id=150012a50ed642dc815059cb3881f910&scope.project.id=63ce1c38db314aae844c45218d595c6c&role.id=fe6240ba282c4427b938f9a6bdabf001 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e5627365f29cf7747b33bb1db392555d7f5501ae" 2018-09-04 10:34:27,149 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:34:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6c1286d7-d2d4-41b0-a71f-bfbcbe9dfd56 Content-Encoding: gzip Content-Length: 209 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.28:5000/v3/role_assignments?user.id=150012a50ed642dc815059cb3881f910&scope.project.id=63ce1c38db314aae844c45218d595c6c&role.id=fe6240ba282c4427b938f9a6bdabf001", "previous": null, "next": null}} 2018-09-04 10:34:27,149 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/role_assignments?user.id=150012a50ed642dc815059cb3881f910&scope.project.id=63ce1c38db314aae844c45218d595c6c&role.id=fe6240ba282c4427b938f9a6bdabf001 used request id req-6c1286d7-d2d4-41b0-a71f-bfbcbe9dfd56 2018-09-04 10:34:27,150 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.0776669979095s 2018-09-04 10:34:27,150 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2018-09-04 10:34:27,151 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.28:5000/v3/projects/63ce1c38db314aae844c45218d595c6c/users/150012a50ed642dc815059cb3881f910/roles/fe6240ba282c4427b938f9a6bdabf001 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e5627365f29cf7747b33bb1db392555d7f5501ae" 2018-09-04 10:34:27,268 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 10:34:27 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-7018ac09-45cf-4f0d-b8ba-f349a6590993 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 10:34:27,268 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.28:5000/v3/projects/63ce1c38db314aae844c45218d595c6c/users/150012a50ed642dc815059cb3881f910/roles/fe6240ba282c4427b938f9a6bdabf001 used request id req-7018ac09-45cf-4f0d-b8ba-f349a6590993 2018-09-04 10:34:27,268 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.118046045303s 2018-09-04 10:34:27,269 - openstack_tests - DEBUG - Reading RC file - /var/lib/xtesting/conf/env_file 2018-09-04 10:34:27,269 - file_utils - INFO - Attempting to read OS environment file - /var/lib/xtesting/conf/env_file 2018-09-04 10:34:27,269 - openstack_tests - INFO - OS Credentials = > 2018-09-04 10:34:27,269 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 10:34:27,270 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-09-04 10:34:27,658 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "e18ad2d0d48a44969f2b9c35ef23aba1", "name": "Member"}, {"id": "fe6240ba282c4427b938f9a6bdabf001", "name": "heat_stack_owner"}, {"id": "3d416247e8224533841040c3ad2bce5a", "name": "admin"}], "expires_at": "2018-09-04T11:34:27.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "63ce1c38db314aae844c45218d595c6c", "name": "snaps_health_check-project_f3bc4919-11b1-4924-8857-2a48e0030f8f"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v1/63ce1c38db314aae844c45218d595c6c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235635a698ef4bef9dc6b25273d185da"}, {"url": "http://192.30.9.6:8776/v1/63ce1c38db314aae844c45218d595c6c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "23b07b3fbfc340a58cf0f9b2871a0d23"}, {"url": "http://172.30.9.28:8776/v1/63ce1c38db314aae844c45218d595c6c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "72fd0aaa144d45419f4b04b6b26f69a7"}], "type": "volume", "id": "097241c25b4d4f7e91b3f8efa155909e", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v3/63ce1c38db314aae844c45218d595c6c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93eb4cf3030a49e7840bec071422d397"}, {"url": "http://192.30.9.6:8776/v3/63ce1c38db314aae844c45218d595c6c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8af439a6ac147fdbcb38ed9aa916b68"}, {"url": "http://192.30.9.6:8776/v3/63ce1c38db314aae844c45218d595c6c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c4bfdbc9b7c74a23a40afdf578cfeba4"}], "type": "volumev3", "id": "1c85f4682ce44f729db1dabd98e965e8", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "82239574a29d4603a2161006f61851cf"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8d15f7134f364a7bbcfff2f84aac3bf2"}, {"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e01668c43a0c4c279b9a3d20a0280d6c"}], "type": "image", "id": "297d8415ca96454991054983920912f7", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7bb4d60e20734d4a9f31ec75e02cb823"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bf6adec15590466a9a0d3bddb00e8993"}, {"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f096f03a1d12411a8972f6f7c196b60d"}], "type": "policy", "id": "54c64351b56d44bbad74c2969cc3aa00", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "354ae6870a324fab82d0a0fb68ee0f26"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a3807e460dd4af488d982b66c52e64c"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e7c3da785076450abd71868e75ce0c33"}], "type": "cloudformation", "id": "6ac9917ae83c4639a15a4ab3cf0e76dd", "name": "heat-cfn"}, {"endpoints": [], "type": "metering", "id": "7fcc078e5e0645f29df67742ac14e388", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49e71628d386464cb950d6a9db00a328"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75b0a63ed8574bbcab1c851cc9b83d30"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9902b0a8b3c04cd192a1b84c417c232b"}], "type": "key-manager", "id": "9626544a32e74678a641c6e206f028a9", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "497340e5aa36485982fdf297f370558f"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7802beb4fc7c4952897b77bd5610b1fe"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c14af798917f4fa0b146d9772583e595"}], "type": "metric", "id": "973bfe8c658d4e5a8da725e76b9d550e", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "288ecc3674ea41d2aa3b790dcb832bf2"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7a6dc785cd7142f5b30f1a7ba0daeb03"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7f7d34e2351b4964befccc862c4e8e12"}], "type": "network", "id": "a348d7b06050474fb449be7f32ea6f5d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "21bce6ecb8464a1f8f3e3847aa698bd6"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0a8faf2246b47deb30e69e48d3551fb"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e71c6011de3d4d8589e5b53dcc79f288"}], "type": "identity", "id": "ad8d4b4953184137a1b913ecee9434ed", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "13474f9a78ca4f1184e4cddc84d0d98c"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad67365a18234bb78c336e6776958c00"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc54db13337f44f8921fbb9ad0f81de8"}], "type": "alarming", "id": "bb18dc3243034f08a6a7f69f7a1edccf", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0d91d7adf0304b2681c77f979e5cdb17"}, {"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "756e5ffca9774ab3ae2db41bf330417f"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c07c727a08c243b287827f539a124e63"}], "type": "placement", "id": "bb2c9432fcbd4c56913177122468f6ba", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8004/v1/63ce1c38db314aae844c45218d595c6c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1eed4912224b48cf9856446eae4d9928"}, {"url": "http://192.30.9.6:8004/v1/63ce1c38db314aae844c45218d595c6c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b73b7f99236541148d84f24f09e5dd40"}, {"url": "http://192.30.9.6:8004/v1/63ce1c38db314aae844c45218d595c6c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fbf12e52911244fdafc24a9d46f56e62"}], "type": "orchestration", "id": "c8918d139da945ba93df4ccce21d4904", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/63ce1c38db314aae844c45218d595c6c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16bf098b9e2e490f8e47fa601059f975"}, {"url": "http://192.30.9.6:8776/v2/63ce1c38db314aae844c45218d595c6c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc16fa4cf491444ca2f611d5692c1170"}, {"url": "http://192.30.9.6:8776/v2/63ce1c38db314aae844c45218d595c6c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ccd2c5325dff4b90b391db9fdde67d99"}], "type": "volumev2", "id": "d09ac9123c34494abce21d6c27bee9d9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eac694332354a3aa0e61c31314166d7"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b4d4989c4e764717ab78d38675cadd3f"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff196e46b56d406d87a678f1a64497b0"}], "type": "compute", "id": "d4030ee932c84df58c5b910cc197caa7", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_health_check-user_f3bc4919-11b1-4924-8857-2a48e0030f8f", "id": "150012a50ed642dc815059cb3881f910"}, "audit_ids": ["tJjPGt7cTYmVZ6ayuHPU3Q"], "issued_at": "2018-09-04T10:34:27.000000Z"}} 2018-09-04 10:34:27,664 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?router%3Aexternal=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e88f0958c19a853a75467362e6302a0d1cf15c24" 2018-09-04 10:34:27,901 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-ed3b3162-2872-437e-8daf-b038cf7074e0 Date: Tue, 04 Sep 2018 10:34:27 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"4097e349-dd4a-4a5e-95d6-eed5c2d7b85a","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"18025ed81c804927a1f0e0e0ba20836f","status":"ACTIVE","subnets":["5092c110-d468-4f12-acae-47d56d35dff1"],"description":"","tags":[],"updated_at":"2018-09-04T10:10:50Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"18025ed81c804927a1f0e0e0ba20836f","created_at":"2018-09-04T10:10:44Z","provider:network_type":"flat"}]} 2018-09-04 10:34:27,901 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?router%3Aexternal=True used request id req-ed3b3162-2872-437e-8daf-b038cf7074e0 2018-09-04 10:34:27,906 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=4097e349-dd4a-4a5e-95d6-eed5c2d7b85a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e88f0958c19a853a75467362e6302a0d1cf15c24" 2018-09-04 10:34:28,111 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 624 X-Openstack-Request-Id: req-9b090549-8977-4728-9d34-9051bb567d22 Date: Tue, 04 Sep 2018 10:34:28 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"4097e349-dd4a-4a5e-95d6-eed5c2d7b85a","tenant_id":"18025ed81c804927a1f0e0e0ba20836f","created_at":"2018-09-04T10:10:50Z","dns_nameservers":[],"updated_at":"2018-09-04T10:10:50Z","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":"18025ed81c804927a1f0e0e0ba20836f","id":"5092c110-d468-4f12-acae-47d56d35dff1","subnetpool_id":null,"name":"external-subnet"}]} 2018-09-04 10:34:28,111 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=4097e349-dd4a-4a5e-95d6-eed5c2d7b85a used request id req-9b090549-8977-4728-9d34-9051bb567d22 2018-09-04 10:34:28,112 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata '{}' 2018-09-04 10:34:28,112 - xtesting.ci.run_tests - INFO - Running test case 'snaps_health_check'... 2018-09-04 10:34:28,113 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 10:34:28,114 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-09-04 10:34:28,501 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "e18ad2d0d48a44969f2b9c35ef23aba1", "name": "Member"}, {"id": "fe6240ba282c4427b938f9a6bdabf001", "name": "heat_stack_owner"}, {"id": "3d416247e8224533841040c3ad2bce5a", "name": "admin"}], "expires_at": "2018-09-04T11:34:28.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "63ce1c38db314aae844c45218d595c6c", "name": "snaps_health_check-project_f3bc4919-11b1-4924-8857-2a48e0030f8f"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v1/63ce1c38db314aae844c45218d595c6c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235635a698ef4bef9dc6b25273d185da"}, {"url": "http://192.30.9.6:8776/v1/63ce1c38db314aae844c45218d595c6c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "23b07b3fbfc340a58cf0f9b2871a0d23"}, {"url": "http://172.30.9.28:8776/v1/63ce1c38db314aae844c45218d595c6c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "72fd0aaa144d45419f4b04b6b26f69a7"}], "type": "volume", "id": "097241c25b4d4f7e91b3f8efa155909e", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v3/63ce1c38db314aae844c45218d595c6c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93eb4cf3030a49e7840bec071422d397"}, {"url": "http://192.30.9.6:8776/v3/63ce1c38db314aae844c45218d595c6c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8af439a6ac147fdbcb38ed9aa916b68"}, {"url": "http://192.30.9.6:8776/v3/63ce1c38db314aae844c45218d595c6c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c4bfdbc9b7c74a23a40afdf578cfeba4"}], "type": "volumev3", "id": "1c85f4682ce44f729db1dabd98e965e8", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "82239574a29d4603a2161006f61851cf"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8d15f7134f364a7bbcfff2f84aac3bf2"}, {"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e01668c43a0c4c279b9a3d20a0280d6c"}], "type": "image", "id": "297d8415ca96454991054983920912f7", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7bb4d60e20734d4a9f31ec75e02cb823"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bf6adec15590466a9a0d3bddb00e8993"}, {"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f096f03a1d12411a8972f6f7c196b60d"}], "type": "policy", "id": "54c64351b56d44bbad74c2969cc3aa00", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "354ae6870a324fab82d0a0fb68ee0f26"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a3807e460dd4af488d982b66c52e64c"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e7c3da785076450abd71868e75ce0c33"}], "type": "cloudformation", "id": "6ac9917ae83c4639a15a4ab3cf0e76dd", "name": "heat-cfn"}, {"endpoints": [], "type": "metering", "id": "7fcc078e5e0645f29df67742ac14e388", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49e71628d386464cb950d6a9db00a328"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75b0a63ed8574bbcab1c851cc9b83d30"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9902b0a8b3c04cd192a1b84c417c232b"}], "type": "key-manager", "id": "9626544a32e74678a641c6e206f028a9", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "497340e5aa36485982fdf297f370558f"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7802beb4fc7c4952897b77bd5610b1fe"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c14af798917f4fa0b146d9772583e595"}], "type": "metric", "id": "973bfe8c658d4e5a8da725e76b9d550e", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "288ecc3674ea41d2aa3b790dcb832bf2"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7a6dc785cd7142f5b30f1a7ba0daeb03"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7f7d34e2351b4964befccc862c4e8e12"}], "type": "network", "id": "a348d7b06050474fb449be7f32ea6f5d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "21bce6ecb8464a1f8f3e3847aa698bd6"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0a8faf2246b47deb30e69e48d3551fb"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e71c6011de3d4d8589e5b53dcc79f288"}], "type": "identity", "id": "ad8d4b4953184137a1b913ecee9434ed", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "13474f9a78ca4f1184e4cddc84d0d98c"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad67365a18234bb78c336e6776958c00"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc54db13337f44f8921fbb9ad0f81de8"}], "type": "alarming", "id": "bb18dc3243034f08a6a7f69f7a1edccf", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0d91d7adf0304b2681c77f979e5cdb17"}, {"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "756e5ffca9774ab3ae2db41bf330417f"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c07c727a08c243b287827f539a124e63"}], "type": "placement", "id": "bb2c9432fcbd4c56913177122468f6ba", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8004/v1/63ce1c38db314aae844c45218d595c6c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1eed4912224b48cf9856446eae4d9928"}, {"url": "http://192.30.9.6:8004/v1/63ce1c38db314aae844c45218d595c6c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b73b7f99236541148d84f24f09e5dd40"}, {"url": "http://192.30.9.6:8004/v1/63ce1c38db314aae844c45218d595c6c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fbf12e52911244fdafc24a9d46f56e62"}], "type": "orchestration", "id": "c8918d139da945ba93df4ccce21d4904", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/63ce1c38db314aae844c45218d595c6c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16bf098b9e2e490f8e47fa601059f975"}, {"url": "http://192.30.9.6:8776/v2/63ce1c38db314aae844c45218d595c6c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc16fa4cf491444ca2f611d5692c1170"}, {"url": "http://192.30.9.6:8776/v2/63ce1c38db314aae844c45218d595c6c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ccd2c5325dff4b90b391db9fdde67d99"}], "type": "volumev2", "id": "d09ac9123c34494abce21d6c27bee9d9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eac694332354a3aa0e61c31314166d7"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b4d4989c4e764717ab78d38675cadd3f"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff196e46b56d406d87a678f1a64497b0"}], "type": "compute", "id": "d4030ee932c84df58c5b910cc197caa7", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_health_check-user_f3bc4919-11b1-4924-8857-2a48e0030f8f", "id": "150012a50ed642dc815059cb3881f910"}, "audit_ids": ["Icp19IVJRPOzGoQuFypW0g"], "issued_at": "2018-09-04T10:34:28.000000Z"}} 2018-09-04 10:34:28,501 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28: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}4bad153cfa826729d019ec079390020b19c6761d" 2018-09-04 10:34:28,579 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:34:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-224a1cfb-ff3b-40e0-aaf2-30526e3a4f90 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.28:5000/v3/", "rel": "self"}]}} 2018-09-04 10:34:28,579 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-224a1cfb-ff3b-40e0-aaf2-30526e3a4f90 2018-09-04 10:34:28,580 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 10:34:28,580 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-09-04 10:34:28,958 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "e18ad2d0d48a44969f2b9c35ef23aba1", "name": "Member"}, {"id": "fe6240ba282c4427b938f9a6bdabf001", "name": "heat_stack_owner"}, {"id": "3d416247e8224533841040c3ad2bce5a", "name": "admin"}], "expires_at": "2018-09-04T11:34:28.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "63ce1c38db314aae844c45218d595c6c", "name": "snaps_health_check-project_f3bc4919-11b1-4924-8857-2a48e0030f8f"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v1/63ce1c38db314aae844c45218d595c6c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235635a698ef4bef9dc6b25273d185da"}, {"url": "http://192.30.9.6:8776/v1/63ce1c38db314aae844c45218d595c6c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "23b07b3fbfc340a58cf0f9b2871a0d23"}, {"url": "http://172.30.9.28:8776/v1/63ce1c38db314aae844c45218d595c6c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "72fd0aaa144d45419f4b04b6b26f69a7"}], "type": "volume", "id": "097241c25b4d4f7e91b3f8efa155909e", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v3/63ce1c38db314aae844c45218d595c6c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93eb4cf3030a49e7840bec071422d397"}, {"url": "http://192.30.9.6:8776/v3/63ce1c38db314aae844c45218d595c6c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8af439a6ac147fdbcb38ed9aa916b68"}, {"url": "http://192.30.9.6:8776/v3/63ce1c38db314aae844c45218d595c6c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c4bfdbc9b7c74a23a40afdf578cfeba4"}], "type": "volumev3", "id": "1c85f4682ce44f729db1dabd98e965e8", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "82239574a29d4603a2161006f61851cf"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8d15f7134f364a7bbcfff2f84aac3bf2"}, {"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e01668c43a0c4c279b9a3d20a0280d6c"}], "type": "image", "id": "297d8415ca96454991054983920912f7", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7bb4d60e20734d4a9f31ec75e02cb823"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bf6adec15590466a9a0d3bddb00e8993"}, {"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f096f03a1d12411a8972f6f7c196b60d"}], "type": "policy", "id": "54c64351b56d44bbad74c2969cc3aa00", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "354ae6870a324fab82d0a0fb68ee0f26"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a3807e460dd4af488d982b66c52e64c"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e7c3da785076450abd71868e75ce0c33"}], "type": "cloudformation", "id": "6ac9917ae83c4639a15a4ab3cf0e76dd", "name": "heat-cfn"}, {"endpoints": [], "type": "metering", "id": "7fcc078e5e0645f29df67742ac14e388", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49e71628d386464cb950d6a9db00a328"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75b0a63ed8574bbcab1c851cc9b83d30"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9902b0a8b3c04cd192a1b84c417c232b"}], "type": "key-manager", "id": "9626544a32e74678a641c6e206f028a9", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "497340e5aa36485982fdf297f370558f"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7802beb4fc7c4952897b77bd5610b1fe"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c14af798917f4fa0b146d9772583e595"}], "type": "metric", "id": "973bfe8c658d4e5a8da725e76b9d550e", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "288ecc3674ea41d2aa3b790dcb832bf2"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7a6dc785cd7142f5b30f1a7ba0daeb03"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7f7d34e2351b4964befccc862c4e8e12"}], "type": "network", "id": "a348d7b06050474fb449be7f32ea6f5d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "21bce6ecb8464a1f8f3e3847aa698bd6"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0a8faf2246b47deb30e69e48d3551fb"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e71c6011de3d4d8589e5b53dcc79f288"}], "type": "identity", "id": "ad8d4b4953184137a1b913ecee9434ed", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "13474f9a78ca4f1184e4cddc84d0d98c"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad67365a18234bb78c336e6776958c00"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc54db13337f44f8921fbb9ad0f81de8"}], "type": "alarming", "id": "bb18dc3243034f08a6a7f69f7a1edccf", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0d91d7adf0304b2681c77f979e5cdb17"}, {"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "756e5ffca9774ab3ae2db41bf330417f"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c07c727a08c243b287827f539a124e63"}], "type": "placement", "id": "bb2c9432fcbd4c56913177122468f6ba", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8004/v1/63ce1c38db314aae844c45218d595c6c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1eed4912224b48cf9856446eae4d9928"}, {"url": "http://192.30.9.6:8004/v1/63ce1c38db314aae844c45218d595c6c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b73b7f99236541148d84f24f09e5dd40"}, {"url": "http://192.30.9.6:8004/v1/63ce1c38db314aae844c45218d595c6c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fbf12e52911244fdafc24a9d46f56e62"}], "type": "orchestration", "id": "c8918d139da945ba93df4ccce21d4904", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/63ce1c38db314aae844c45218d595c6c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16bf098b9e2e490f8e47fa601059f975"}, {"url": "http://192.30.9.6:8776/v2/63ce1c38db314aae844c45218d595c6c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc16fa4cf491444ca2f611d5692c1170"}, {"url": "http://192.30.9.6:8776/v2/63ce1c38db314aae844c45218d595c6c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ccd2c5325dff4b90b391db9fdde67d99"}], "type": "volumev2", "id": "d09ac9123c34494abce21d6c27bee9d9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eac694332354a3aa0e61c31314166d7"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b4d4989c4e764717ab78d38675cadd3f"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff196e46b56d406d87a678f1a64497b0"}], "type": "compute", "id": "d4030ee932c84df58c5b910cc197caa7", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_health_check-user_f3bc4919-11b1-4924-8857-2a48e0030f8f", "id": "150012a50ed642dc815059cb3881f910"}, "audit_ids": ["07aZlWffQuGQYorXh_l7Sw"], "issued_at": "2018-09-04T10:34:28.000000Z"}} 2018-09-04 10:34:28,959 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28: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}af9fea618236975798b9f7a22edd3a8a8121a5a6" 2018-09-04 10:34:29,043 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:34:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3a1a57cb-7d96-4c8b-9441-a21413f8cc0c 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.28:5000/v3/", "rel": "self"}]}} 2018-09-04 10:34:29,044 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-3a1a57cb-7d96-4c8b-9441-a21413f8cc0c 2018-09-04 10:34:29,048 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-04 10:34:29,052 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 04 Sep 2018 10:34: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.28: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.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-04 10:34:29,053 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=SimpleHealthCheck-666d62a6-45eb-4d6-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}af9fea618236975798b9f7a22edd3a8a8121a5a6" 2018-09-04 10:34:29,140 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:34:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-04400b3d-806a-4839-8ed1-ddcc5ec5f7e1 Content-Encoding: gzip Content-Length: 175 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=SimpleHealthCheck-666d62a6-45eb-4d6-proj", "previous": null, "next": null}, "projects": []} 2018-09-04 10:34:29,141 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=SimpleHealthCheck-666d62a6-45eb-4d6-proj used request id req-04400b3d-806a-4839-8ed1-ddcc5ec5f7e1 2018-09-04 10:34:29,144 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}af9fea618236975798b9f7a22edd3a8a8121a5a6" 2018-09-04 10:34:29,233 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:34:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-43a481c3-7962-4023-bd51-99d514578b27 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-09-04 10:34:29,233 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains?name=Default used request id req-43a481c3-7962-4023-bd51-99d514578b27 2018-09-04 10:34:29,236 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}af9fea618236975798b9f7a22edd3a8a8121a5a6" -d '{"project": {"enabled": true, "domain_id": "default", "name": "SimpleHealthCheck-666d62a6-45eb-4d6-proj"}}' 2018-09-04 10:34:29,344 - keystoneauth.session - DEBUG - RESP: [201] Date: Tue, 04 Sep 2018 10:34:29 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-13cae912-6f5e-4b78-8378-1b11cb36a9d8 Content-Length: 302 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/1960765e8a3f4cef9b425bab3c37dc2a"}, "enabled": true, "id": "1960765e8a3f4cef9b425bab3c37dc2a", "parent_id": "default", "domain_id": "default", "name": "SimpleHealthCheck-666d62a6-45eb-4d6-proj"}} 2018-09-04 10:34:29,344 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/projects used request id req-13cae912-6f5e-4b78-8378-1b11cb36a9d8 2018-09-04 10:34:29,345 - keystone_utils - INFO - Created project with name - SimpleHealthCheck-666d62a6-45eb-4d6-proj 2018-09-04 10:34:29,345 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 10:34:29,346 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-09-04 10:34:29,757 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "e18ad2d0d48a44969f2b9c35ef23aba1", "name": "Member"}, {"id": "fe6240ba282c4427b938f9a6bdabf001", "name": "heat_stack_owner"}, {"id": "3d416247e8224533841040c3ad2bce5a", "name": "admin"}], "expires_at": "2018-09-04T11:34:29.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "63ce1c38db314aae844c45218d595c6c", "name": "snaps_health_check-project_f3bc4919-11b1-4924-8857-2a48e0030f8f"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v1/63ce1c38db314aae844c45218d595c6c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235635a698ef4bef9dc6b25273d185da"}, {"url": "http://192.30.9.6:8776/v1/63ce1c38db314aae844c45218d595c6c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "23b07b3fbfc340a58cf0f9b2871a0d23"}, {"url": "http://172.30.9.28:8776/v1/63ce1c38db314aae844c45218d595c6c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "72fd0aaa144d45419f4b04b6b26f69a7"}], "type": "volume", "id": "097241c25b4d4f7e91b3f8efa155909e", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v3/63ce1c38db314aae844c45218d595c6c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93eb4cf3030a49e7840bec071422d397"}, {"url": "http://192.30.9.6:8776/v3/63ce1c38db314aae844c45218d595c6c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8af439a6ac147fdbcb38ed9aa916b68"}, {"url": "http://192.30.9.6:8776/v3/63ce1c38db314aae844c45218d595c6c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c4bfdbc9b7c74a23a40afdf578cfeba4"}], "type": "volumev3", "id": "1c85f4682ce44f729db1dabd98e965e8", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "82239574a29d4603a2161006f61851cf"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8d15f7134f364a7bbcfff2f84aac3bf2"}, {"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e01668c43a0c4c279b9a3d20a0280d6c"}], "type": "image", "id": "297d8415ca96454991054983920912f7", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7bb4d60e20734d4a9f31ec75e02cb823"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bf6adec15590466a9a0d3bddb00e8993"}, {"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f096f03a1d12411a8972f6f7c196b60d"}], "type": "policy", "id": "54c64351b56d44bbad74c2969cc3aa00", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "354ae6870a324fab82d0a0fb68ee0f26"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a3807e460dd4af488d982b66c52e64c"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e7c3da785076450abd71868e75ce0c33"}], "type": "cloudformation", "id": "6ac9917ae83c4639a15a4ab3cf0e76dd", "name": "heat-cfn"}, {"endpoints": [], "type": "metering", "id": "7fcc078e5e0645f29df67742ac14e388", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49e71628d386464cb950d6a9db00a328"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75b0a63ed8574bbcab1c851cc9b83d30"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9902b0a8b3c04cd192a1b84c417c232b"}], "type": "key-manager", "id": "9626544a32e74678a641c6e206f028a9", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "497340e5aa36485982fdf297f370558f"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7802beb4fc7c4952897b77bd5610b1fe"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c14af798917f4fa0b146d9772583e595"}], "type": "metric", "id": "973bfe8c658d4e5a8da725e76b9d550e", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "288ecc3674ea41d2aa3b790dcb832bf2"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7a6dc785cd7142f5b30f1a7ba0daeb03"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7f7d34e2351b4964befccc862c4e8e12"}], "type": "network", "id": "a348d7b06050474fb449be7f32ea6f5d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "21bce6ecb8464a1f8f3e3847aa698bd6"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0a8faf2246b47deb30e69e48d3551fb"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e71c6011de3d4d8589e5b53dcc79f288"}], "type": "identity", "id": "ad8d4b4953184137a1b913ecee9434ed", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "13474f9a78ca4f1184e4cddc84d0d98c"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad67365a18234bb78c336e6776958c00"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc54db13337f44f8921fbb9ad0f81de8"}], "type": "alarming", "id": "bb18dc3243034f08a6a7f69f7a1edccf", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0d91d7adf0304b2681c77f979e5cdb17"}, {"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "756e5ffca9774ab3ae2db41bf330417f"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c07c727a08c243b287827f539a124e63"}], "type": "placement", "id": "bb2c9432fcbd4c56913177122468f6ba", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8004/v1/63ce1c38db314aae844c45218d595c6c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1eed4912224b48cf9856446eae4d9928"}, {"url": "http://192.30.9.6:8004/v1/63ce1c38db314aae844c45218d595c6c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b73b7f99236541148d84f24f09e5dd40"}, {"url": "http://192.30.9.6:8004/v1/63ce1c38db314aae844c45218d595c6c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fbf12e52911244fdafc24a9d46f56e62"}], "type": "orchestration", "id": "c8918d139da945ba93df4ccce21d4904", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/63ce1c38db314aae844c45218d595c6c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16bf098b9e2e490f8e47fa601059f975"}, {"url": "http://192.30.9.6:8776/v2/63ce1c38db314aae844c45218d595c6c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc16fa4cf491444ca2f611d5692c1170"}, {"url": "http://192.30.9.6:8776/v2/63ce1c38db314aae844c45218d595c6c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ccd2c5325dff4b90b391db9fdde67d99"}], "type": "volumev2", "id": "d09ac9123c34494abce21d6c27bee9d9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eac694332354a3aa0e61c31314166d7"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b4d4989c4e764717ab78d38675cadd3f"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff196e46b56d406d87a678f1a64497b0"}], "type": "compute", "id": "d4030ee932c84df58c5b910cc197caa7", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_health_check-user_f3bc4919-11b1-4924-8857-2a48e0030f8f", "id": "150012a50ed642dc815059cb3881f910"}, "audit_ids": ["TL0cixfaToOruYZRPcr3CQ"], "issued_at": "2018-09-04T10:34:29.000000Z"}} 2018-09-04 10:34:29,758 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28: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}84932aa7ec79b0021ebfe8fe3d84e30c2a492593" 2018-09-04 10:34:29,770 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:34:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fc1ab740-da3f-4c72-a946-093431e54a37 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.28:5000/v3/", "rel": "self"}]}} 2018-09-04 10:34:29,770 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-fc1ab740-da3f-4c72-a946-093431e54a37 2018-09-04 10:34:29,773 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-04 10:34:29,777 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 04 Sep 2018 10:34: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.28: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.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-04 10:34:29,777 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}84932aa7ec79b0021ebfe8fe3d84e30c2a492593" 2018-09-04 10:34:29,884 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:34:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-79a4f5c3-ce3d-4b0c-b614-eb149cf02b7a Content-Encoding: gzip Content-Length: 843 Content-Type: application/json RESP BODY: {"users": [{"password_expires_at": null, "name": "snaps_health_check-user_f3bc4919-11b1-4924-8857-2a48e0030f8f", "links": {"self": "http://172.30.9.28:5000/v3/users/150012a50ed642dc815059cb3881f910"}, "domain_id": "default", "enabled": true, "id": "150012a50ed642dc815059cb3881f910", "options": {}}, {"name": "heat", "links": {"self": "http://172.30.9.28:5000/v3/users/2719bb13630f43dfa92537864b7b9156"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2719bb13630f43dfa92537864b7b9156", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.28:5000/v3/users/36910ef6abf94075a2d6069c8571e383"}, "domain_id": "default", "enabled": true, "options": {}, "id": "36910ef6abf94075a2d6069c8571e383", "email": "cinder@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.28:5000/v3/users/42c3a9abd8ad4ce8ab2c4cc6e0403c33"}, "domain_id": "default", "enabled": true, "options": {}, "id": "42c3a9abd8ad4ce8ab2c4cc6e0403c33", "email": "admin@example.com", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.28:5000/v3/users/449836e5f54549afb8a7ce28abf3d544"}, "domain_id": "default", "enabled": true, "options": {}, "id": "449836e5f54549afb8a7ce28abf3d544", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.28:5000/v3/users/4f2d44b313674c27b065e562198a2eaf"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4f2d44b313674c27b065e562198a2eaf", "email": "placement@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.28:5000/v3/users/53e472b53b3247cc998195108afb0333"}, "domain_id": "default", "enabled": true, "options": {}, "id": "53e472b53b3247cc998195108afb0333", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.28:5000/v3/users/72c8a4f27c80473bb772f1af33725838"}, "domain_id": "default", "enabled": true, "options": {}, "id": "72c8a4f27c80473bb772f1af33725838", "email": "glance@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.28:5000/v3/users/7661c02c249442d984369889093013fe"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7661c02c249442d984369889093013fe", "email": "barbican@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.28:5000/v3/users/78cfb105b70a43c69c179056f12732d4"}, "domain_id": "bb3675e8f7584634b56038f5732ae451", "enabled": true, "options": {}, "id": "78cfb105b70a43c69c179056f12732d4", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.28:5000/v3/users/7cc5af47f4974b51be24b8af469f48f6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7cc5af47f4974b51be24b8af469f48f6", "email": "aodh@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.28:5000/v3/users/828ac5d6a2ef4b0091fb761ec963b324"}, "domain_id": "default", "enabled": true, "options": {}, "id": "828ac5d6a2ef4b0091fb761ec963b324", "email": "congress@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.28:5000/v3/users/9dcf57654b41495ea7db845703bc37f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9dcf57654b41495ea7db845703bc37f8", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.28:5000/v3/users/c4e0c9bcba5d4f0895d28f0f72346c41"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c4e0c9bcba5d4f0895d28f0f72346c41", "email": "neutron@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.28:5000/v3/users/ef3f2972886b4078848941109f593feb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ef3f2972886b4078848941109f593feb", "email": "nova@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.28:5000/v3/users", "previous": null, "next": null}} 2018-09-04 10:34:29,884 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-79a4f5c3-ce3d-4b0c-b614-eb149cf02b7a 2018-09-04 10:34:29,888 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects?name=SimpleHealthCheck-666d62a6-45eb-4d6-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}84932aa7ec79b0021ebfe8fe3d84e30c2a492593" 2018-09-04 10:34:29,979 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:34:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fc45c0af-1834-4075-a85a-e9a698085e98 Content-Encoding: gzip Content-Length: 250 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?name=SimpleHealthCheck-666d62a6-45eb-4d6-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/1960765e8a3f4cef9b425bab3c37dc2a"}, "enabled": true, "id": "1960765e8a3f4cef9b425bab3c37dc2a", "parent_id": "default", "domain_id": "default", "name": "SimpleHealthCheck-666d62a6-45eb-4d6-proj"}]} 2018-09-04 10:34:29,979 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?name=SimpleHealthCheck-666d62a6-45eb-4d6-proj used request id req-fc45c0af-1834-4075-a85a-e9a698085e98 2018-09-04 10:34:29,983 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}84932aa7ec79b0021ebfe8fe3d84e30c2a492593" 2018-09-04 10:34:30,061 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:34:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-70322b73-1c68-4727-a2ef-a9f7fbdb92ea Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-09-04 10:34:30,061 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains?name=Default used request id req-70322b73-1c68-4727-a2ef-a9f7fbdb92ea 2018-09-04 10:34:30,368 - keystone_utils - INFO - Created user with name - SimpleHealthCheck-666d62a6-45eb-4d6-user 2018-09-04 10:34:30,368 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 10:34:30,372 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}af9fea618236975798b9f7a22edd3a8a8121a5a6" 2018-09-04 10:34:30,473 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:34:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0c9570ab-90c7-490d-8652-a52b259e4dc5 Content-Encoding: gzip Content-Length: 349 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3d416247e8224533841040c3ad2bce5a", "links": {"self": "http://172.30.9.28:5000/v3/roles/3d416247e8224533841040c3ad2bce5a"}, "name": "admin"}, {"domain_id": null, "id": "6fc48fbb08d4410680bf5ace535e410c", "links": {"self": "http://172.30.9.28:5000/v3/roles/6fc48fbb08d4410680bf5ace535e410c"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "e18ad2d0d48a44969f2b9c35ef23aba1", "links": {"self": "http://172.30.9.28:5000/v3/roles/e18ad2d0d48a44969f2b9c35ef23aba1"}, "name": "Member"}, {"domain_id": null, "id": "fe6240ba282c4427b938f9a6bdabf001", "links": {"self": "http://172.30.9.28:5000/v3/roles/fe6240ba282c4427b938f9a6bdabf001"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "fea739ce4d1249249c128f55b640b79d", "links": {"self": "http://172.30.9.28:5000/v3/roles/fea739ce4d1249249c128f55b640b79d"}, "name": "ResellerAdmin"}]} 2018-09-04 10:34:30,474 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-0c9570ab-90c7-490d-8652-a52b259e4dc5 2018-09-04 10:34:30,477 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}af9fea618236975798b9f7a22edd3a8a8121a5a6" -d '{"role": {"name": "SimpleHealthCheck-666d62a6-45eb-4d6-proj-role"}}' 2018-09-04 10:34:30,577 - keystoneauth.session - DEBUG - RESP: [201] Date: Tue, 04 Sep 2018 10:34:30 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-9b200180-664c-4529-974e-1813d090137a Content-Length: 216 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "49f5ce857efc4894859947d7c8aebd03", "links": {"self": "http://172.30.9.28:5000/v3/roles/49f5ce857efc4894859947d7c8aebd03"}, "name": "SimpleHealthCheck-666d62a6-45eb-4d6-proj-role"}} 2018-09-04 10:34:30,577 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/roles used request id req-9b200180-664c-4529-974e-1813d090137a 2018-09-04 10:34:30,577 - keystone_utils - INFO - Created role with name - SimpleHealthCheck-666d62a6-45eb-4d6-proj-role 2018-09-04 10:34:30,581 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles/49f5ce857efc4894859947d7c8aebd03 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}af9fea618236975798b9f7a22edd3a8a8121a5a6" 2018-09-04 10:34:30,600 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:34:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-25835073-dad7-4d1a-82b6-4a4a305a189f Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.28:5000/v3/roles/49f5ce857efc4894859947d7c8aebd03"}, "domain_id": null, "name": "SimpleHealthCheck-666d62a6-45eb-4d6-proj-role", "id": "49f5ce857efc4894859947d7c8aebd03"}} 2018-09-04 10:34:30,600 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles/49f5ce857efc4894859947d7c8aebd03 used request id req-25835073-dad7-4d1a-82b6-4a4a305a189f 2018-09-04 10:34:30,600 - keystone_utils - INFO - Granting role SimpleHealthCheck-666d62a6-45eb-4d6-proj-role to project SimpleHealthCheck-666d62a6-45eb-4d6-proj 2018-09-04 10:34:30,603 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.28:5000/v3/projects/1960765e8a3f4cef9b425bab3c37dc2a/users/1e54b4922ddf409783915c609dc57c02/roles/49f5ce857efc4894859947d7c8aebd03 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}af9fea618236975798b9f7a22edd3a8a8121a5a6" 2018-09-04 10:34:30,741 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 10:34:30 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e58ee442-9d6f-41ed-afab-e102d3d486ff Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 10:34:30,741 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.28:5000/v3/projects/1960765e8a3f4cef9b425bab3c37dc2a/users/1e54b4922ddf409783915c609dc57c02/roles/49f5ce857efc4894859947d7c8aebd03 used request id req-e58ee442-9d6f-41ed-afab-e102d3d486ff 2018-09-04 10:34:30,741 - nova_utils - DEBUG - Retrieving Nova Client 2018-09-04 10:34:30,743 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-09-04 10:34:30,743 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 10:34:30,744 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-09-04 10:34:31,123 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "49f5ce857efc4894859947d7c8aebd03", "name": "SimpleHealthCheck-666d62a6-45eb-4d6-proj-role"}], "expires_at": "2018-09-04T11:34:31.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1960765e8a3f4cef9b425bab3c37dc2a", "name": "SimpleHealthCheck-666d62a6-45eb-4d6-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v1/1960765e8a3f4cef9b425bab3c37dc2a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235635a698ef4bef9dc6b25273d185da"}, {"url": "http://192.30.9.6:8776/v1/1960765e8a3f4cef9b425bab3c37dc2a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "23b07b3fbfc340a58cf0f9b2871a0d23"}, {"url": "http://172.30.9.28:8776/v1/1960765e8a3f4cef9b425bab3c37dc2a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "72fd0aaa144d45419f4b04b6b26f69a7"}], "type": "volume", "id": "097241c25b4d4f7e91b3f8efa155909e", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v3/1960765e8a3f4cef9b425bab3c37dc2a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93eb4cf3030a49e7840bec071422d397"}, {"url": "http://192.30.9.6:8776/v3/1960765e8a3f4cef9b425bab3c37dc2a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8af439a6ac147fdbcb38ed9aa916b68"}, {"url": "http://192.30.9.6:8776/v3/1960765e8a3f4cef9b425bab3c37dc2a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c4bfdbc9b7c74a23a40afdf578cfeba4"}], "type": "volumev3", "id": "1c85f4682ce44f729db1dabd98e965e8", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "82239574a29d4603a2161006f61851cf"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8d15f7134f364a7bbcfff2f84aac3bf2"}, {"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e01668c43a0c4c279b9a3d20a0280d6c"}], "type": "image", "id": "297d8415ca96454991054983920912f7", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7bb4d60e20734d4a9f31ec75e02cb823"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bf6adec15590466a9a0d3bddb00e8993"}, {"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f096f03a1d12411a8972f6f7c196b60d"}], "type": "policy", "id": "54c64351b56d44bbad74c2969cc3aa00", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "354ae6870a324fab82d0a0fb68ee0f26"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a3807e460dd4af488d982b66c52e64c"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e7c3da785076450abd71868e75ce0c33"}], "type": "cloudformation", "id": "6ac9917ae83c4639a15a4ab3cf0e76dd", "name": "heat-cfn"}, {"endpoints": [], "type": "metering", "id": "7fcc078e5e0645f29df67742ac14e388", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49e71628d386464cb950d6a9db00a328"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75b0a63ed8574bbcab1c851cc9b83d30"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9902b0a8b3c04cd192a1b84c417c232b"}], "type": "key-manager", "id": "9626544a32e74678a641c6e206f028a9", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "497340e5aa36485982fdf297f370558f"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7802beb4fc7c4952897b77bd5610b1fe"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c14af798917f4fa0b146d9772583e595"}], "type": "metric", "id": "973bfe8c658d4e5a8da725e76b9d550e", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "288ecc3674ea41d2aa3b790dcb832bf2"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7a6dc785cd7142f5b30f1a7ba0daeb03"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7f7d34e2351b4964befccc862c4e8e12"}], "type": "network", "id": "a348d7b06050474fb449be7f32ea6f5d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "21bce6ecb8464a1f8f3e3847aa698bd6"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0a8faf2246b47deb30e69e48d3551fb"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e71c6011de3d4d8589e5b53dcc79f288"}], "type": "identity", "id": "ad8d4b4953184137a1b913ecee9434ed", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "13474f9a78ca4f1184e4cddc84d0d98c"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad67365a18234bb78c336e6776958c00"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc54db13337f44f8921fbb9ad0f81de8"}], "type": "alarming", "id": "bb18dc3243034f08a6a7f69f7a1edccf", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0d91d7adf0304b2681c77f979e5cdb17"}, {"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "756e5ffca9774ab3ae2db41bf330417f"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c07c727a08c243b287827f539a124e63"}], "type": "placement", "id": "bb2c9432fcbd4c56913177122468f6ba", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8004/v1/1960765e8a3f4cef9b425bab3c37dc2a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1eed4912224b48cf9856446eae4d9928"}, {"url": "http://192.30.9.6:8004/v1/1960765e8a3f4cef9b425bab3c37dc2a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b73b7f99236541148d84f24f09e5dd40"}, {"url": "http://192.30.9.6:8004/v1/1960765e8a3f4cef9b425bab3c37dc2a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fbf12e52911244fdafc24a9d46f56e62"}], "type": "orchestration", "id": "c8918d139da945ba93df4ccce21d4904", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/1960765e8a3f4cef9b425bab3c37dc2a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16bf098b9e2e490f8e47fa601059f975"}, {"url": "http://192.30.9.6:8776/v2/1960765e8a3f4cef9b425bab3c37dc2a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc16fa4cf491444ca2f611d5692c1170"}, {"url": "http://192.30.9.6:8776/v2/1960765e8a3f4cef9b425bab3c37dc2a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ccd2c5325dff4b90b391db9fdde67d99"}], "type": "volumev2", "id": "d09ac9123c34494abce21d6c27bee9d9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eac694332354a3aa0e61c31314166d7"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b4d4989c4e764717ab78d38675cadd3f"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff196e46b56d406d87a678f1a64497b0"}], "type": "compute", "id": "d4030ee932c84df58c5b910cc197caa7", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "SimpleHealthCheck-666d62a6-45eb-4d6-user", "id": "1e54b4922ddf409783915c609dc57c02"}, "audit_ids": ["0zkLFGVwSOmoB8IS3Lgy_A"], "issued_at": "2018-09-04T10:34:31.000000Z"}} 2018-09-04 10:34:31,123 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28: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}9c63d242eea8c842e3fb75b5b9b435607180dc1e" 2018-09-04 10:34:31,206 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:34:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8fc76f8c-2ead-4076-a654-a8f531d479f1 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.28:5000/v3/", "rel": "self"}]}} 2018-09-04 10:34:31,206 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-8fc76f8c-2ead-4076-a654-a8f531d479f1 2018-09-04 10:34:31,210 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/images?limit=20&disk_format=qcow2&name=SimpleHealthCheck-8f6b88b3-5cec-492a-8296-1eb1316a1fdb-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}9c63d242eea8c842e3fb75b5b9b435607180dc1e" 2018-09-04 10:34:31,394 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 162 Content-Type: application/json X-Openstack-Request-Id: req-95aadfc1-63ec-4777-9a7e-7ed382dd249a Date: Tue, 04 Sep 2018 10:34:31 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=SimpleHealthCheck-8f6b88b3-5cec-492a-8296-1eb1316a1fdb-image"} 2018-09-04 10:34:31,394 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images?limit=20&disk_format=qcow2&name=SimpleHealthCheck-8f6b88b3-5cec-492a-8296-1eb1316a1fdb-image used request id req-95aadfc1-63ec-4777-9a7e-7ed382dd249a 2018-09-04 10:34:31,397 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}9c63d242eea8c842e3fb75b5b9b435607180dc1e" 2018-09-04 10:34:31,554 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-6c085495-6e68-4bb8-8ae8-1b2d7c196c4b Date: Tue, 04 Sep 2018 10:34:31 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-09-04 10:34:31,554 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/schemas/image used request id req-6c085495-6e68-4bb8-8ae8-1b2d7c196c4b 2018-09-04 10:34:31,583 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}9c63d242eea8c842e3fb75b5b9b435607180dc1e" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "SimpleHealthCheck-8f6b88b3-5cec-492a-8296-1eb1316a1fdb-image"}' 2018-09-04 10:34:31,766 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 621 Content-Type: application/json Location: http://172.30.9.28:9292/v2/images/1cfc545f-18fd-4dec-a743-4091048230a0 X-Openstack-Request-Id: req-4a8b4685-e974-4695-941e-fdf6bb50ca7c Date: Tue, 04 Sep 2018 10:34:31 GMT RESP BODY: {"status": "queued", "name": "SimpleHealthCheck-8f6b88b3-5cec-492a-8296-1eb1316a1fdb-image", "tags": [], "container_format": "bare", "created_at": "2018-09-04T10:34:31Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-09-04T10:34:31Z", "visibility": "shared", "locations": [], "self": "/v2/images/1cfc545f-18fd-4dec-a743-4091048230a0", "min_disk": 0, "protected": false, "id": "1cfc545f-18fd-4dec-a743-4091048230a0", "file": "/v2/images/1cfc545f-18fd-4dec-a743-4091048230a0/file", "checksum": null, "owner": "1960765e8a3f4cef9b425bab3c37dc2a", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-09-04 10:34:31,766 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.28:9292/v2/images used request id req-4a8b4685-e974-4695-941e-fdf6bb50ca7c 2018-09-04 10:34:31,776 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.28:9292/v2/images/1cfc545f-18fd-4dec-a743-4091048230a0/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}9c63d242eea8c842e3fb75b5b9b435607180dc1e" -d '' 2018-09-04 10:34:33,872 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-26723a46-9781-4b3d-91c7-380ac1299526 Date: Tue, 04 Sep 2018 10:34:33 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-09-04 10:34:33,872 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.28:9292/v2/images/1cfc545f-18fd-4dec-a743-4091048230a0/file used request id req-26723a46-9781-4b3d-91c7-380ac1299526 2018-09-04 10:34:33,872 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-09-04 10:34:33,876 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/images/1cfc545f-18fd-4dec-a743-4091048230a0 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}9c63d242eea8c842e3fb75b5b9b435607180dc1e" 2018-09-04 10:34:33,892 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 882 Content-Type: application/json X-Openstack-Request-Id: req-9af98b47-3618-4518-83b8-0613c23dba24 Date: Tue, 04 Sep 2018 10:34:33 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "SimpleHealthCheck-8f6b88b3-5cec-492a-8296-1eb1316a1fdb-image", "tags": [], "container_format": "bare", "created_at": "2018-09-04T10:34:31Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-09-04T10:34:33Z", "visibility": "shared", "locations": [{"url": "rbd://99671b03-94ed-44b3-b5f6-80b8e44d0570/images/1cfc545f-18fd-4dec-a743-4091048230a0/snap", "metadata": {}}], "self": "/v2/images/1cfc545f-18fd-4dec-a743-4091048230a0", "min_disk": 0, "protected": false, "id": "1cfc545f-18fd-4dec-a743-4091048230a0", "file": "/v2/images/1cfc545f-18fd-4dec-a743-4091048230a0/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "1960765e8a3f4cef9b425bab3c37dc2a", "direct_url": "rbd://99671b03-94ed-44b3-b5f6-80b8e44d0570/images/1cfc545f-18fd-4dec-a743-4091048230a0/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-09-04 10:34:33,892 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images/1cfc545f-18fd-4dec-a743-4091048230a0 used request id req-9af98b47-3618-4518-83b8-0613c23dba24 2018-09-04 10:34:33,895 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}9c63d242eea8c842e3fb75b5b9b435607180dc1e" 2018-09-04 10:34:34,039 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-ef384a34-ecd4-4808-a72b-868ed86c0ae8 Date: Tue, 04 Sep 2018 10:34:34 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-09-04 10:34:34,040 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/schemas/image used request id req-ef384a34-ecd4-4808-a72b-868ed86c0ae8 2018-09-04 10:34:34,042 - create_image - INFO - Created image with name - SimpleHealthCheck-8f6b88b3-5cec-492a-8296-1eb1316a1fdb-image 2018-09-04 10:34:34,045 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/images/1cfc545f-18fd-4dec-a743-4091048230a0 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}9c63d242eea8c842e3fb75b5b9b435607180dc1e" 2018-09-04 10:34:34,215 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 882 Content-Type: application/json X-Openstack-Request-Id: req-016fc78f-8edc-4498-8cd0-28994b89c975 Date: Tue, 04 Sep 2018 10:34:34 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "SimpleHealthCheck-8f6b88b3-5cec-492a-8296-1eb1316a1fdb-image", "tags": [], "container_format": "bare", "created_at": "2018-09-04T10:34:31Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-09-04T10:34:33Z", "visibility": "shared", "locations": [{"url": "rbd://99671b03-94ed-44b3-b5f6-80b8e44d0570/images/1cfc545f-18fd-4dec-a743-4091048230a0/snap", "metadata": {}}], "self": "/v2/images/1cfc545f-18fd-4dec-a743-4091048230a0", "min_disk": 0, "protected": false, "id": "1cfc545f-18fd-4dec-a743-4091048230a0", "file": "/v2/images/1cfc545f-18fd-4dec-a743-4091048230a0/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "1960765e8a3f4cef9b425bab3c37dc2a", "direct_url": "rbd://99671b03-94ed-44b3-b5f6-80b8e44d0570/images/1cfc545f-18fd-4dec-a743-4091048230a0/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-09-04 10:34:34,215 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images/1cfc545f-18fd-4dec-a743-4091048230a0 used request id req-016fc78f-8edc-4498-8cd0-28994b89c975 2018-09-04 10:34:34,215 - create_image - DEBUG - Instance status is - active 2018-09-04 10:34:34,216 - create_image - DEBUG - Image is active with name - SimpleHealthCheck-8f6b88b3-5cec-492a-8296-1eb1316a1fdb-image 2018-09-04 10:34:34,216 - create_image - INFO - Image is now active with name - SimpleHealthCheck-8f6b88b3-5cec-492a-8296-1eb1316a1fdb-image 2018-09-04 10:34:34,216 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 10:34:34,217 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-09-04 10:34:34,596 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "49f5ce857efc4894859947d7c8aebd03", "name": "SimpleHealthCheck-666d62a6-45eb-4d6-proj-role"}], "expires_at": "2018-09-04T11:34:34.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1960765e8a3f4cef9b425bab3c37dc2a", "name": "SimpleHealthCheck-666d62a6-45eb-4d6-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v1/1960765e8a3f4cef9b425bab3c37dc2a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235635a698ef4bef9dc6b25273d185da"}, {"url": "http://192.30.9.6:8776/v1/1960765e8a3f4cef9b425bab3c37dc2a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "23b07b3fbfc340a58cf0f9b2871a0d23"}, {"url": "http://172.30.9.28:8776/v1/1960765e8a3f4cef9b425bab3c37dc2a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "72fd0aaa144d45419f4b04b6b26f69a7"}], "type": "volume", "id": "097241c25b4d4f7e91b3f8efa155909e", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v3/1960765e8a3f4cef9b425bab3c37dc2a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93eb4cf3030a49e7840bec071422d397"}, {"url": "http://192.30.9.6:8776/v3/1960765e8a3f4cef9b425bab3c37dc2a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8af439a6ac147fdbcb38ed9aa916b68"}, {"url": "http://192.30.9.6:8776/v3/1960765e8a3f4cef9b425bab3c37dc2a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c4bfdbc9b7c74a23a40afdf578cfeba4"}], "type": "volumev3", "id": "1c85f4682ce44f729db1dabd98e965e8", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "82239574a29d4603a2161006f61851cf"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8d15f7134f364a7bbcfff2f84aac3bf2"}, {"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e01668c43a0c4c279b9a3d20a0280d6c"}], "type": "image", "id": "297d8415ca96454991054983920912f7", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7bb4d60e20734d4a9f31ec75e02cb823"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bf6adec15590466a9a0d3bddb00e8993"}, {"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f096f03a1d12411a8972f6f7c196b60d"}], "type": "policy", "id": "54c64351b56d44bbad74c2969cc3aa00", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "354ae6870a324fab82d0a0fb68ee0f26"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a3807e460dd4af488d982b66c52e64c"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e7c3da785076450abd71868e75ce0c33"}], "type": "cloudformation", "id": "6ac9917ae83c4639a15a4ab3cf0e76dd", "name": "heat-cfn"}, {"endpoints": [], "type": "metering", "id": "7fcc078e5e0645f29df67742ac14e388", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49e71628d386464cb950d6a9db00a328"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75b0a63ed8574bbcab1c851cc9b83d30"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9902b0a8b3c04cd192a1b84c417c232b"}], "type": "key-manager", "id": "9626544a32e74678a641c6e206f028a9", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "497340e5aa36485982fdf297f370558f"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7802beb4fc7c4952897b77bd5610b1fe"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c14af798917f4fa0b146d9772583e595"}], "type": "metric", "id": "973bfe8c658d4e5a8da725e76b9d550e", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "288ecc3674ea41d2aa3b790dcb832bf2"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7a6dc785cd7142f5b30f1a7ba0daeb03"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7f7d34e2351b4964befccc862c4e8e12"}], "type": "network", "id": "a348d7b06050474fb449be7f32ea6f5d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "21bce6ecb8464a1f8f3e3847aa698bd6"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0a8faf2246b47deb30e69e48d3551fb"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e71c6011de3d4d8589e5b53dcc79f288"}], "type": "identity", "id": "ad8d4b4953184137a1b913ecee9434ed", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "13474f9a78ca4f1184e4cddc84d0d98c"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad67365a18234bb78c336e6776958c00"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc54db13337f44f8921fbb9ad0f81de8"}], "type": "alarming", "id": "bb18dc3243034f08a6a7f69f7a1edccf", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0d91d7adf0304b2681c77f979e5cdb17"}, {"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "756e5ffca9774ab3ae2db41bf330417f"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c07c727a08c243b287827f539a124e63"}], "type": "placement", "id": "bb2c9432fcbd4c56913177122468f6ba", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8004/v1/1960765e8a3f4cef9b425bab3c37dc2a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1eed4912224b48cf9856446eae4d9928"}, {"url": "http://192.30.9.6:8004/v1/1960765e8a3f4cef9b425bab3c37dc2a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b73b7f99236541148d84f24f09e5dd40"}, {"url": "http://192.30.9.6:8004/v1/1960765e8a3f4cef9b425bab3c37dc2a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fbf12e52911244fdafc24a9d46f56e62"}], "type": "orchestration", "id": "c8918d139da945ba93df4ccce21d4904", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/1960765e8a3f4cef9b425bab3c37dc2a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16bf098b9e2e490f8e47fa601059f975"}, {"url": "http://192.30.9.6:8776/v2/1960765e8a3f4cef9b425bab3c37dc2a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc16fa4cf491444ca2f611d5692c1170"}, {"url": "http://192.30.9.6:8776/v2/1960765e8a3f4cef9b425bab3c37dc2a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ccd2c5325dff4b90b391db9fdde67d99"}], "type": "volumev2", "id": "d09ac9123c34494abce21d6c27bee9d9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eac694332354a3aa0e61c31314166d7"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b4d4989c4e764717ab78d38675cadd3f"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff196e46b56d406d87a678f1a64497b0"}], "type": "compute", "id": "d4030ee932c84df58c5b910cc197caa7", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "SimpleHealthCheck-666d62a6-45eb-4d6-user", "id": "1e54b4922ddf409783915c609dc57c02"}, "audit_ids": ["NR-mEhf3SJyA_jGXLdB9EA"], "issued_at": "2018-09-04T10:34:34.000000Z"}} 2018-09-04 10:34:34,597 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28: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}75850074ccd66f85ec303258c9adbbe278fd4a99" 2018-09-04 10:34:34,663 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:34:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ef0e3a3e-ae37-4d09-9154-a2257ee58651 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.28:5000/v3/", "rel": "self"}]}} 2018-09-04 10:34:34,663 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-ef0e3a3e-ae37-4d09-9154-a2257ee58651 2018-09-04 10:34:34,669 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=SimpleHealthCheck-8f6b88b3-5cec-492a-8296-1eb1316a1fdb-priv-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}75850074ccd66f85ec303258c9adbbe278fd4a99" 2018-09-04 10:34:34,829 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-47d64dbd-9013-437a-98a6-21ee8e7f4466 Date: Tue, 04 Sep 2018 10:34:34 GMT RESP BODY: {"networks":[]} 2018-09-04 10:34:34,830 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=SimpleHealthCheck-8f6b88b3-5cec-492a-8296-1eb1316a1fdb-priv-net used request id req-47d64dbd-9013-437a-98a6-21ee8e7f4466 2018-09-04 10:34:34,830 - neutron_utils - INFO - Creating network with name SimpleHealthCheck-8f6b88b3-5cec-492a-8296-1eb1316a1fdb-priv-net 2018-09-04 10:34:34,834 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}75850074ccd66f85ec303258c9adbbe278fd4a99" -d '{"network": {"name": "SimpleHealthCheck-8f6b88b3-5cec-492a-8296-1eb1316a1fdb-priv-net", "admin_state_up": true}}' 2018-09-04 10:34:35,437 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 600 X-Openstack-Request-Id: req-2f284751-646f-408b-9fe7-aefad164f374 Date: Tue, 04 Sep 2018 10:34:35 GMT RESP BODY: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"1960765e8a3f4cef9b425bab3c37dc2a","created_at":"2018-09-04T10:34:35Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-09-04T10:34:35Z","admin_state_up":true,"revision_number":2,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"1960765e8a3f4cef9b425bab3c37dc2a","id":"fc207c4d-94a3-4d26-8d1b-23430983896c","name":"SimpleHealthCheck-8f6b88b3-5cec-492a-8296-1eb1316a1fdb-priv-net"}} 2018-09-04 10:34:35,437 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/networks used request id req-2f284751-646f-408b-9fe7-aefad164f374 2018-09-04 10:34:35,443 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?id=fc207c4d-94a3-4d26-8d1b-23430983896c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}75850074ccd66f85ec303258c9adbbe278fd4a99" 2018-09-04 10:34:35,684 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 584 X-Openstack-Request-Id: req-7d5319f2-ad2e-4331-b441-0fbcce1662ff Date: Tue, 04 Sep 2018 10:34:35 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":[],"updated_at":"2018-09-04T10:34:35Z","tenant_id":"1960765e8a3f4cef9b425bab3c37dc2a","created_at":"2018-09-04T10:34:35Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"1960765e8a3f4cef9b425bab3c37dc2a","id":"fc207c4d-94a3-4d26-8d1b-23430983896c","name":"SimpleHealthCheck-8f6b88b3-5cec-492a-8296-1eb1316a1fdb-priv-net"}]} 2018-09-04 10:34:35,684 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?id=fc207c4d-94a3-4d26-8d1b-23430983896c used request id req-7d5319f2-ad2e-4331-b441-0fbcce1662ff 2018-09-04 10:34:35,689 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=fc207c4d-94a3-4d26-8d1b-23430983896c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}75850074ccd66f85ec303258c9adbbe278fd4a99" 2018-09-04 10:34:35,718 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-694dbd18-f861-4741-8084-a7f5c7225614 Date: Tue, 04 Sep 2018 10:34:35 GMT RESP BODY: {"subnets":[]} 2018-09-04 10:34:35,718 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=fc207c4d-94a3-4d26-8d1b-23430983896c used request id req-694dbd18-f861-4741-8084-a7f5c7225614 2018-09-04 10:34:35,718 - neutron_utils - INFO - Creating subnet with name SimpleHealthCheck-8f6b88b3-5cec-492a-8296-1eb1316a1fdb-priv-subnet 2018-09-04 10:34:35,723 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}75850074ccd66f85ec303258c9adbbe278fd4a99" -d '{"subnets": [{"ip_version": 4, "network_id": "fc207c4d-94a3-4d26-8d1b-23430983896c", "cidr": "10.55.0.0/24", "name": "SimpleHealthCheck-8f6b88b3-5cec-492a-8296-1eb1316a1fdb-priv-subnet"}]}' 2018-09-04 10:34:36,282 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-bca2b7b5-6fa0-4065-b124-4a529838e621 Date: Tue, 04 Sep 2018 10:34:36 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"fc207c4d-94a3-4d26-8d1b-23430983896c","tenant_id":"1960765e8a3f4cef9b425bab3c37dc2a","created_at":"2018-09-04T10:34:35Z","dns_nameservers":[],"updated_at":"2018-09-04T10:34:35Z","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":"1960765e8a3f4cef9b425bab3c37dc2a","id":"781c2a5a-7263-46b3-9721-9e78807717e9","subnetpool_id":null,"name":"SimpleHealthCheck-8f6b88b3-5cec-492a-8296-1eb1316a1fdb-priv-subnet"}]} 2018-09-04 10:34:36,282 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/subnets used request id req-bca2b7b5-6fa0-4065-b124-4a529838e621 2018-09-04 10:34:36,287 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?id=fc207c4d-94a3-4d26-8d1b-23430983896c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}75850074ccd66f85ec303258c9adbbe278fd4a99" 2018-09-04 10:34:36,534 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 628 X-Openstack-Request-Id: req-cfa0caa3-5213-49d4-ae36-71f1d784eeb2 Date: Tue, 04 Sep 2018 10:34:36 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["781c2a5a-7263-46b3-9721-9e78807717e9"],"updated_at":"2018-09-04T10:34:35Z","tenant_id":"1960765e8a3f4cef9b425bab3c37dc2a","created_at":"2018-09-04T10:34:35Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"1960765e8a3f4cef9b425bab3c37dc2a","id":"fc207c4d-94a3-4d26-8d1b-23430983896c","name":"SimpleHealthCheck-8f6b88b3-5cec-492a-8296-1eb1316a1fdb-priv-net"}]} 2018-09-04 10:34:36,534 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?id=fc207c4d-94a3-4d26-8d1b-23430983896c used request id req-cfa0caa3-5213-49d4-ae36-71f1d784eeb2 2018-09-04 10:34:36,540 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=fc207c4d-94a3-4d26-8d1b-23430983896c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}75850074ccd66f85ec303258c9adbbe278fd4a99" 2018-09-04 10:34:36,594 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-10ff4219-1751-488c-a0bd-83c24d1d8c25 Date: Tue, 04 Sep 2018 10:34:36 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"fc207c4d-94a3-4d26-8d1b-23430983896c","tenant_id":"1960765e8a3f4cef9b425bab3c37dc2a","created_at":"2018-09-04T10:34:35Z","dns_nameservers":[],"updated_at":"2018-09-04T10:34:35Z","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":"1960765e8a3f4cef9b425bab3c37dc2a","id":"781c2a5a-7263-46b3-9721-9e78807717e9","subnetpool_id":null,"name":"SimpleHealthCheck-8f6b88b3-5cec-492a-8296-1eb1316a1fdb-priv-subnet"}]} 2018-09-04 10:34:36,594 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=fc207c4d-94a3-4d26-8d1b-23430983896c used request id req-10ff4219-1751-488c-a0bd-83c24d1d8c25 2018-09-04 10:34:36,595 - OpenStackNetwork - DEBUG - Network [fc207c4d-94a3-4d26-8d1b-23430983896c] created successfully 2018-09-04 10:34:36,595 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 10:34:36,596 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-09-04 10:34:36,977 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "e18ad2d0d48a44969f2b9c35ef23aba1", "name": "Member"}, {"id": "fe6240ba282c4427b938f9a6bdabf001", "name": "heat_stack_owner"}, {"id": "3d416247e8224533841040c3ad2bce5a", "name": "admin"}], "expires_at": "2018-09-04T11:34:36.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "63ce1c38db314aae844c45218d595c6c", "name": "snaps_health_check-project_f3bc4919-11b1-4924-8857-2a48e0030f8f"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v1/63ce1c38db314aae844c45218d595c6c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235635a698ef4bef9dc6b25273d185da"}, {"url": "http://192.30.9.6:8776/v1/63ce1c38db314aae844c45218d595c6c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "23b07b3fbfc340a58cf0f9b2871a0d23"}, {"url": "http://172.30.9.28:8776/v1/63ce1c38db314aae844c45218d595c6c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "72fd0aaa144d45419f4b04b6b26f69a7"}], "type": "volume", "id": "097241c25b4d4f7e91b3f8efa155909e", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v3/63ce1c38db314aae844c45218d595c6c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93eb4cf3030a49e7840bec071422d397"}, {"url": "http://192.30.9.6:8776/v3/63ce1c38db314aae844c45218d595c6c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8af439a6ac147fdbcb38ed9aa916b68"}, {"url": "http://192.30.9.6:8776/v3/63ce1c38db314aae844c45218d595c6c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c4bfdbc9b7c74a23a40afdf578cfeba4"}], "type": "volumev3", "id": "1c85f4682ce44f729db1dabd98e965e8", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "82239574a29d4603a2161006f61851cf"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8d15f7134f364a7bbcfff2f84aac3bf2"}, {"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e01668c43a0c4c279b9a3d20a0280d6c"}], "type": "image", "id": "297d8415ca96454991054983920912f7", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7bb4d60e20734d4a9f31ec75e02cb823"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bf6adec15590466a9a0d3bddb00e8993"}, {"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f096f03a1d12411a8972f6f7c196b60d"}], "type": "policy", "id": "54c64351b56d44bbad74c2969cc3aa00", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "354ae6870a324fab82d0a0fb68ee0f26"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a3807e460dd4af488d982b66c52e64c"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e7c3da785076450abd71868e75ce0c33"}], "type": "cloudformation", "id": "6ac9917ae83c4639a15a4ab3cf0e76dd", "name": "heat-cfn"}, {"endpoints": [], "type": "metering", "id": "7fcc078e5e0645f29df67742ac14e388", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49e71628d386464cb950d6a9db00a328"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75b0a63ed8574bbcab1c851cc9b83d30"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9902b0a8b3c04cd192a1b84c417c232b"}], "type": "key-manager", "id": "9626544a32e74678a641c6e206f028a9", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "497340e5aa36485982fdf297f370558f"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7802beb4fc7c4952897b77bd5610b1fe"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c14af798917f4fa0b146d9772583e595"}], "type": "metric", "id": "973bfe8c658d4e5a8da725e76b9d550e", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "288ecc3674ea41d2aa3b790dcb832bf2"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7a6dc785cd7142f5b30f1a7ba0daeb03"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7f7d34e2351b4964befccc862c4e8e12"}], "type": "network", "id": "a348d7b06050474fb449be7f32ea6f5d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "21bce6ecb8464a1f8f3e3847aa698bd6"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0a8faf2246b47deb30e69e48d3551fb"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e71c6011de3d4d8589e5b53dcc79f288"}], "type": "identity", "id": "ad8d4b4953184137a1b913ecee9434ed", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "13474f9a78ca4f1184e4cddc84d0d98c"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad67365a18234bb78c336e6776958c00"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc54db13337f44f8921fbb9ad0f81de8"}], "type": "alarming", "id": "bb18dc3243034f08a6a7f69f7a1edccf", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0d91d7adf0304b2681c77f979e5cdb17"}, {"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "756e5ffca9774ab3ae2db41bf330417f"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c07c727a08c243b287827f539a124e63"}], "type": "placement", "id": "bb2c9432fcbd4c56913177122468f6ba", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8004/v1/63ce1c38db314aae844c45218d595c6c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1eed4912224b48cf9856446eae4d9928"}, {"url": "http://192.30.9.6:8004/v1/63ce1c38db314aae844c45218d595c6c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b73b7f99236541148d84f24f09e5dd40"}, {"url": "http://192.30.9.6:8004/v1/63ce1c38db314aae844c45218d595c6c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fbf12e52911244fdafc24a9d46f56e62"}], "type": "orchestration", "id": "c8918d139da945ba93df4ccce21d4904", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/63ce1c38db314aae844c45218d595c6c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16bf098b9e2e490f8e47fa601059f975"}, {"url": "http://192.30.9.6:8776/v2/63ce1c38db314aae844c45218d595c6c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc16fa4cf491444ca2f611d5692c1170"}, {"url": "http://192.30.9.6:8776/v2/63ce1c38db314aae844c45218d595c6c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ccd2c5325dff4b90b391db9fdde67d99"}], "type": "volumev2", "id": "d09ac9123c34494abce21d6c27bee9d9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eac694332354a3aa0e61c31314166d7"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b4d4989c4e764717ab78d38675cadd3f"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff196e46b56d406d87a678f1a64497b0"}], "type": "compute", "id": "d4030ee932c84df58c5b910cc197caa7", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_health_check-user_f3bc4919-11b1-4924-8857-2a48e0030f8f", "id": "150012a50ed642dc815059cb3881f910"}, "audit_ids": ["RQ8piETsTQ2MedVLt25T_Q"], "issued_at": "2018-09-04T10:34:36.000000Z"}} 2018-09-04 10:34:36,977 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28: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}6910c57d578eaec98b1774bad3c800e1067a8fe0" 2018-09-04 10:34:37,055 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:34:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a1d43c81-7c6b-4653-bccf-afaa4335fd31 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.28:5000/v3/", "rel": "self"}]}} 2018-09-04 10:34:37,055 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-a1d43c81-7c6b-4653-bccf-afaa4335fd31 2018-09-04 10:34:37,056 - nova_utils - DEBUG - Retrieving Nova Client 2018-09-04 10:34:37,062 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6910c57d578eaec98b1774bad3c800e1067a8fe0" 2018-09-04 10:34:37,246 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:34: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-9f8d1a3f-2871-4472-8662-0f2dcf7177fa x-compute-request-id: req-9f8d1a3f-2871-4472-8662-0f2dcf7177fa Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-09-04 10:34:37,247 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors used request id req-9f8d1a3f-2871-4472-8662-0f2dcf7177fa 2018-09-04 10:34:37,250 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6910c57d578eaec98b1774bad3c800e1067a8fe0" -d '{"flavor": {"vcpus": 1, "disk": 10, "name": "SimpleHealthCheck-8f6b88b3-5cec-492a-8296-1eb1316a1fdb-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-09-04 10:34:37,327 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:34: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-38ca99a3-988e-4ca6-803b-112e3c8293d7 x-compute-request-id: req-38ca99a3-988e-4ca6-803b-112e3c8293d7 Content-Encoding: gzip Content-Length: 318 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/c662a3dd-76a7-4b38-a654-a158b6dc7582", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/c662a3dd-76a7-4b38-a654-a158b6dc7582", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "c662a3dd-76a7-4b38-a654-a158b6dc7582", "name": "SimpleHealthCheck-8f6b88b3-5cec-492a-8296-1eb1316a1fdb-flavor-name", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-09-04 10:34:37,328 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/flavors used request id req-38ca99a3-988e-4ca6-803b-112e3c8293d7 2018-09-04 10:34:37,328 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 10:34:37,329 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-09-04 10:34:37,719 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "49f5ce857efc4894859947d7c8aebd03", "name": "SimpleHealthCheck-666d62a6-45eb-4d6-proj-role"}], "expires_at": "2018-09-04T11:34:37.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1960765e8a3f4cef9b425bab3c37dc2a", "name": "SimpleHealthCheck-666d62a6-45eb-4d6-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v1/1960765e8a3f4cef9b425bab3c37dc2a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235635a698ef4bef9dc6b25273d185da"}, {"url": "http://192.30.9.6:8776/v1/1960765e8a3f4cef9b425bab3c37dc2a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "23b07b3fbfc340a58cf0f9b2871a0d23"}, {"url": "http://172.30.9.28:8776/v1/1960765e8a3f4cef9b425bab3c37dc2a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "72fd0aaa144d45419f4b04b6b26f69a7"}], "type": "volume", "id": "097241c25b4d4f7e91b3f8efa155909e", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v3/1960765e8a3f4cef9b425bab3c37dc2a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93eb4cf3030a49e7840bec071422d397"}, {"url": "http://192.30.9.6:8776/v3/1960765e8a3f4cef9b425bab3c37dc2a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8af439a6ac147fdbcb38ed9aa916b68"}, {"url": "http://192.30.9.6:8776/v3/1960765e8a3f4cef9b425bab3c37dc2a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c4bfdbc9b7c74a23a40afdf578cfeba4"}], "type": "volumev3", "id": "1c85f4682ce44f729db1dabd98e965e8", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "82239574a29d4603a2161006f61851cf"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8d15f7134f364a7bbcfff2f84aac3bf2"}, {"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e01668c43a0c4c279b9a3d20a0280d6c"}], "type": "image", "id": "297d8415ca96454991054983920912f7", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7bb4d60e20734d4a9f31ec75e02cb823"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bf6adec15590466a9a0d3bddb00e8993"}, {"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f096f03a1d12411a8972f6f7c196b60d"}], "type": "policy", "id": "54c64351b56d44bbad74c2969cc3aa00", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "354ae6870a324fab82d0a0fb68ee0f26"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a3807e460dd4af488d982b66c52e64c"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e7c3da785076450abd71868e75ce0c33"}], "type": "cloudformation", "id": "6ac9917ae83c4639a15a4ab3cf0e76dd", "name": "heat-cfn"}, {"endpoints": [], "type": "metering", "id": "7fcc078e5e0645f29df67742ac14e388", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49e71628d386464cb950d6a9db00a328"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75b0a63ed8574bbcab1c851cc9b83d30"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9902b0a8b3c04cd192a1b84c417c232b"}], "type": "key-manager", "id": "9626544a32e74678a641c6e206f028a9", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "497340e5aa36485982fdf297f370558f"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7802beb4fc7c4952897b77bd5610b1fe"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c14af798917f4fa0b146d9772583e595"}], "type": "metric", "id": "973bfe8c658d4e5a8da725e76b9d550e", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "288ecc3674ea41d2aa3b790dcb832bf2"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7a6dc785cd7142f5b30f1a7ba0daeb03"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7f7d34e2351b4964befccc862c4e8e12"}], "type": "network", "id": "a348d7b06050474fb449be7f32ea6f5d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "21bce6ecb8464a1f8f3e3847aa698bd6"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0a8faf2246b47deb30e69e48d3551fb"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e71c6011de3d4d8589e5b53dcc79f288"}], "type": "identity", "id": "ad8d4b4953184137a1b913ecee9434ed", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "13474f9a78ca4f1184e4cddc84d0d98c"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad67365a18234bb78c336e6776958c00"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc54db13337f44f8921fbb9ad0f81de8"}], "type": "alarming", "id": "bb18dc3243034f08a6a7f69f7a1edccf", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0d91d7adf0304b2681c77f979e5cdb17"}, {"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "756e5ffca9774ab3ae2db41bf330417f"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c07c727a08c243b287827f539a124e63"}], "type": "placement", "id": "bb2c9432fcbd4c56913177122468f6ba", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8004/v1/1960765e8a3f4cef9b425bab3c37dc2a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1eed4912224b48cf9856446eae4d9928"}, {"url": "http://192.30.9.6:8004/v1/1960765e8a3f4cef9b425bab3c37dc2a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b73b7f99236541148d84f24f09e5dd40"}, {"url": "http://192.30.9.6:8004/v1/1960765e8a3f4cef9b425bab3c37dc2a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fbf12e52911244fdafc24a9d46f56e62"}], "type": "orchestration", "id": "c8918d139da945ba93df4ccce21d4904", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/1960765e8a3f4cef9b425bab3c37dc2a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16bf098b9e2e490f8e47fa601059f975"}, {"url": "http://192.30.9.6:8776/v2/1960765e8a3f4cef9b425bab3c37dc2a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc16fa4cf491444ca2f611d5692c1170"}, {"url": "http://192.30.9.6:8776/v2/1960765e8a3f4cef9b425bab3c37dc2a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ccd2c5325dff4b90b391db9fdde67d99"}], "type": "volumev2", "id": "d09ac9123c34494abce21d6c27bee9d9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eac694332354a3aa0e61c31314166d7"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b4d4989c4e764717ab78d38675cadd3f"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff196e46b56d406d87a678f1a64497b0"}], "type": "compute", "id": "d4030ee932c84df58c5b910cc197caa7", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "SimpleHealthCheck-666d62a6-45eb-4d6-user", "id": "1e54b4922ddf409783915c609dc57c02"}, "audit_ids": ["uwwiCazyQBGiQhd5R4fXHQ"], "issued_at": "2018-09-04T10:34:37.000000Z"}} 2018-09-04 10:34:37,720 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28: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}ed533bd0fc9d97500c56f4fa8517eb14f442cd8b" 2018-09-04 10:34:37,798 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:34:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3148acd5-443d-4bf3-824e-8476b5cc8e12 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.28:5000/v3/", "rel": "self"}]}} 2018-09-04 10:34:37,798 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-3148acd5-443d-4bf3-824e-8476b5cc8e12 2018-09-04 10:34:37,799 - nova_utils - DEBUG - Retrieving Nova Client 2018-09-04 10:34:37,801 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28: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}ed533bd0fc9d97500c56f4fa8517eb14f442cd8b" 2018-09-04 10:34:37,882 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:34:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5b7427b8-47c9-4211-b97e-05a0fd423281 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.28:5000/v3/", "rel": "self"}]}} 2018-09-04 10:34:37,882 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-5b7427b8-47c9-4211-b97e-05a0fd423281 2018-09-04 10:34:37,890 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=SimpleHealthCheck-8f6b88b3-5cec-492a-8296-1eb1316a1fdb-priv-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ed533bd0fc9d97500c56f4fa8517eb14f442cd8b" 2018-09-04 10:34:38,282 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 628 X-Openstack-Request-Id: req-c0b9a00b-9a8c-4a97-9088-f1affa33e48b Date: Tue, 04 Sep 2018 10:34:38 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":["781c2a5a-7263-46b3-9721-9e78807717e9"],"updated_at":"2018-09-04T10:34:35Z","tenant_id":"1960765e8a3f4cef9b425bab3c37dc2a","created_at":"2018-09-04T10:34:35Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"1960765e8a3f4cef9b425bab3c37dc2a","id":"fc207c4d-94a3-4d26-8d1b-23430983896c","name":"SimpleHealthCheck-8f6b88b3-5cec-492a-8296-1eb1316a1fdb-priv-net"}]} 2018-09-04 10:34:38,282 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=SimpleHealthCheck-8f6b88b3-5cec-492a-8296-1eb1316a1fdb-priv-net used request id req-c0b9a00b-9a8c-4a97-9088-f1affa33e48b 2018-09-04 10:34:38,285 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-04 10:34:38,290 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 04 Sep 2018 10:34:38 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.28: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.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-04 10:34:38,291 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/1960765e8a3f4cef9b425bab3c37dc2a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ed533bd0fc9d97500c56f4fa8517eb14f442cd8b" 2018-09-04 10:34:38,366 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:34:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8c24d9be-818a-4bf4-bd54-1fe15453f85b Content-Encoding: gzip Content-Length: 213 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/1960765e8a3f4cef9b425bab3c37dc2a"}, "enabled": true, "id": "1960765e8a3f4cef9b425bab3c37dc2a", "parent_id": "default", "domain_id": "default", "name": "SimpleHealthCheck-666d62a6-45eb-4d6-proj"}} 2018-09-04 10:34:38,366 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/1960765e8a3f4cef9b425bab3c37dc2a used request id req-8c24d9be-818a-4bf4-bd54-1fe15453f85b 2018-09-04 10:34:38,372 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=fc207c4d-94a3-4d26-8d1b-23430983896c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ed533bd0fc9d97500c56f4fa8517eb14f442cd8b" 2018-09-04 10:34:38,566 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-a2492b15-8abf-44f8-b7e0-5c4d84fe1949 Date: Tue, 04 Sep 2018 10:34:38 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"fc207c4d-94a3-4d26-8d1b-23430983896c","tenant_id":"1960765e8a3f4cef9b425bab3c37dc2a","created_at":"2018-09-04T10:34:35Z","dns_nameservers":[],"updated_at":"2018-09-04T10:34:35Z","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":"1960765e8a3f4cef9b425bab3c37dc2a","id":"781c2a5a-7263-46b3-9721-9e78807717e9","subnetpool_id":null,"name":"SimpleHealthCheck-8f6b88b3-5cec-492a-8296-1eb1316a1fdb-priv-subnet"}]} 2018-09-04 10:34:38,566 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=fc207c4d-94a3-4d26-8d1b-23430983896c used request id req-a2492b15-8abf-44f8-b7e0-5c4d84fe1949 2018-09-04 10:34:38,571 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?network_id=fc207c4d-94a3-4d26-8d1b-23430983896c&name=SimpleHealthCheck-8f6b88b3-5cec-492a-8296-1eb1316a1fdbport-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ed533bd0fc9d97500c56f4fa8517eb14f442cd8b" 2018-09-04 10:34:38,750 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-e05874cf-37fd-467e-be22-d02f06d74647 Date: Tue, 04 Sep 2018 10:34:38 GMT RESP BODY: {"ports":[]} 2018-09-04 10:34:38,750 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?network_id=fc207c4d-94a3-4d26-8d1b-23430983896c&name=SimpleHealthCheck-8f6b88b3-5cec-492a-8296-1eb1316a1fdbport-1&admin_state_up=True used request id req-e05874cf-37fd-467e-be22-d02f06d74647 2018-09-04 10:34:38,753 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/detail?name=SimpleHealthCheck-8f6b88b3-5cec-492a-8296-1eb1316a1fdb-inst -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ed533bd0fc9d97500c56f4fa8517eb14f442cd8b" 2018-09-04 10:34:38,998 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:34: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-6064b69b-3ad9-4616-80a7-ef93043757c6 x-compute-request-id: req-6064b69b-3ad9-4616-80a7-ef93043757c6 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-09-04 10:34:38,998 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail?name=SimpleHealthCheck-8f6b88b3-5cec-492a-8296-1eb1316a1fdb-inst used request id req-6064b69b-3ad9-4616-80a7-ef93043757c6 2018-09-04 10:34:39,004 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=SimpleHealthCheck-8f6b88b3-5cec-492a-8296-1eb1316a1fdb-priv-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ed533bd0fc9d97500c56f4fa8517eb14f442cd8b" 2018-09-04 10:34:39,101 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 628 X-Openstack-Request-Id: req-fd923967-e985-4632-9b5c-6120aaf25bdc Date: Tue, 04 Sep 2018 10:34:39 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["781c2a5a-7263-46b3-9721-9e78807717e9"],"updated_at":"2018-09-04T10:34:35Z","tenant_id":"1960765e8a3f4cef9b425bab3c37dc2a","created_at":"2018-09-04T10:34:35Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"1960765e8a3f4cef9b425bab3c37dc2a","id":"fc207c4d-94a3-4d26-8d1b-23430983896c","name":"SimpleHealthCheck-8f6b88b3-5cec-492a-8296-1eb1316a1fdb-priv-net"}]} 2018-09-04 10:34:39,101 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=SimpleHealthCheck-8f6b88b3-5cec-492a-8296-1eb1316a1fdb-priv-net used request id req-fd923967-e985-4632-9b5c-6120aaf25bdc 2018-09-04 10:34:39,105 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/1960765e8a3f4cef9b425bab3c37dc2a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ed533bd0fc9d97500c56f4fa8517eb14f442cd8b" 2018-09-04 10:34:39,183 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:34:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5feb5e9b-8e0d-4dfc-89da-d0526cfb4d3c Content-Encoding: gzip Content-Length: 213 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/1960765e8a3f4cef9b425bab3c37dc2a"}, "enabled": true, "id": "1960765e8a3f4cef9b425bab3c37dc2a", "parent_id": "default", "domain_id": "default", "name": "SimpleHealthCheck-666d62a6-45eb-4d6-proj"}} 2018-09-04 10:34:39,183 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/1960765e8a3f4cef9b425bab3c37dc2a used request id req-5feb5e9b-8e0d-4dfc-89da-d0526cfb4d3c 2018-09-04 10:34:39,188 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=fc207c4d-94a3-4d26-8d1b-23430983896c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ed533bd0fc9d97500c56f4fa8517eb14f442cd8b" 2018-09-04 10:34:39,238 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-8701f27a-87cf-41e0-9e61-4c95fdcbda7a Date: Tue, 04 Sep 2018 10:34:39 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"fc207c4d-94a3-4d26-8d1b-23430983896c","tenant_id":"1960765e8a3f4cef9b425bab3c37dc2a","created_at":"2018-09-04T10:34:35Z","dns_nameservers":[],"updated_at":"2018-09-04T10:34:35Z","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":"1960765e8a3f4cef9b425bab3c37dc2a","id":"781c2a5a-7263-46b3-9721-9e78807717e9","subnetpool_id":null,"name":"SimpleHealthCheck-8f6b88b3-5cec-492a-8296-1eb1316a1fdb-priv-subnet"}]} 2018-09-04 10:34:39,238 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=fc207c4d-94a3-4d26-8d1b-23430983896c used request id req-8701f27a-87cf-41e0-9e61-4c95fdcbda7a 2018-09-04 10:34:39,244 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?network_id=fc207c4d-94a3-4d26-8d1b-23430983896c&name=SimpleHealthCheck-8f6b88b3-5cec-492a-8296-1eb1316a1fdbport-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ed533bd0fc9d97500c56f4fa8517eb14f442cd8b" 2018-09-04 10:34:39,414 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-9ed8cd5a-3c30-4f5f-a6fd-58e96950161a Date: Tue, 04 Sep 2018 10:34:39 GMT RESP BODY: {"ports":[]} 2018-09-04 10:34:39,414 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?network_id=fc207c4d-94a3-4d26-8d1b-23430983896c&name=SimpleHealthCheck-8f6b88b3-5cec-492a-8296-1eb1316a1fdbport-1&admin_state_up=True used request id req-9ed8cd5a-3c30-4f5f-a6fd-58e96950161a 2018-09-04 10:34:39,415 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-04 10:34:39,416 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-09-04 10:34:39,804 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "49f5ce857efc4894859947d7c8aebd03", "name": "SimpleHealthCheck-666d62a6-45eb-4d6-proj-role"}], "expires_at": "2018-09-04T11:34:39.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1960765e8a3f4cef9b425bab3c37dc2a", "name": "SimpleHealthCheck-666d62a6-45eb-4d6-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v1/1960765e8a3f4cef9b425bab3c37dc2a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235635a698ef4bef9dc6b25273d185da"}, {"url": "http://192.30.9.6:8776/v1/1960765e8a3f4cef9b425bab3c37dc2a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "23b07b3fbfc340a58cf0f9b2871a0d23"}, {"url": "http://172.30.9.28:8776/v1/1960765e8a3f4cef9b425bab3c37dc2a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "72fd0aaa144d45419f4b04b6b26f69a7"}], "type": "volume", "id": "097241c25b4d4f7e91b3f8efa155909e", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v3/1960765e8a3f4cef9b425bab3c37dc2a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93eb4cf3030a49e7840bec071422d397"}, {"url": "http://192.30.9.6:8776/v3/1960765e8a3f4cef9b425bab3c37dc2a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8af439a6ac147fdbcb38ed9aa916b68"}, {"url": "http://192.30.9.6:8776/v3/1960765e8a3f4cef9b425bab3c37dc2a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c4bfdbc9b7c74a23a40afdf578cfeba4"}], "type": "volumev3", "id": "1c85f4682ce44f729db1dabd98e965e8", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "82239574a29d4603a2161006f61851cf"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8d15f7134f364a7bbcfff2f84aac3bf2"}, {"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e01668c43a0c4c279b9a3d20a0280d6c"}], "type": "image", "id": "297d8415ca96454991054983920912f7", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7bb4d60e20734d4a9f31ec75e02cb823"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bf6adec15590466a9a0d3bddb00e8993"}, {"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f096f03a1d12411a8972f6f7c196b60d"}], "type": "policy", "id": "54c64351b56d44bbad74c2969cc3aa00", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "354ae6870a324fab82d0a0fb68ee0f26"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a3807e460dd4af488d982b66c52e64c"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e7c3da785076450abd71868e75ce0c33"}], "type": "cloudformation", "id": "6ac9917ae83c4639a15a4ab3cf0e76dd", "name": "heat-cfn"}, {"endpoints": [], "type": "metering", "id": "7fcc078e5e0645f29df67742ac14e388", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49e71628d386464cb950d6a9db00a328"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75b0a63ed8574bbcab1c851cc9b83d30"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9902b0a8b3c04cd192a1b84c417c232b"}], "type": "key-manager", "id": "9626544a32e74678a641c6e206f028a9", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "497340e5aa36485982fdf297f370558f"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7802beb4fc7c4952897b77bd5610b1fe"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c14af798917f4fa0b146d9772583e595"}], "type": "metric", "id": "973bfe8c658d4e5a8da725e76b9d550e", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "288ecc3674ea41d2aa3b790dcb832bf2"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7a6dc785cd7142f5b30f1a7ba0daeb03"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7f7d34e2351b4964befccc862c4e8e12"}], "type": "network", "id": "a348d7b06050474fb449be7f32ea6f5d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "21bce6ecb8464a1f8f3e3847aa698bd6"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0a8faf2246b47deb30e69e48d3551fb"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e71c6011de3d4d8589e5b53dcc79f288"}], "type": "identity", "id": "ad8d4b4953184137a1b913ecee9434ed", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "13474f9a78ca4f1184e4cddc84d0d98c"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad67365a18234bb78c336e6776958c00"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc54db13337f44f8921fbb9ad0f81de8"}], "type": "alarming", "id": "bb18dc3243034f08a6a7f69f7a1edccf", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0d91d7adf0304b2681c77f979e5cdb17"}, {"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "756e5ffca9774ab3ae2db41bf330417f"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c07c727a08c243b287827f539a124e63"}], "type": "placement", "id": "bb2c9432fcbd4c56913177122468f6ba", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8004/v1/1960765e8a3f4cef9b425bab3c37dc2a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1eed4912224b48cf9856446eae4d9928"}, {"url": "http://192.30.9.6:8004/v1/1960765e8a3f4cef9b425bab3c37dc2a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b73b7f99236541148d84f24f09e5dd40"}, {"url": "http://192.30.9.6:8004/v1/1960765e8a3f4cef9b425bab3c37dc2a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fbf12e52911244fdafc24a9d46f56e62"}], "type": "orchestration", "id": "c8918d139da945ba93df4ccce21d4904", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/1960765e8a3f4cef9b425bab3c37dc2a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16bf098b9e2e490f8e47fa601059f975"}, {"url": "http://192.30.9.6:8776/v2/1960765e8a3f4cef9b425bab3c37dc2a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc16fa4cf491444ca2f611d5692c1170"}, {"url": "http://192.30.9.6:8776/v2/1960765e8a3f4cef9b425bab3c37dc2a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ccd2c5325dff4b90b391db9fdde67d99"}], "type": "volumev2", "id": "d09ac9123c34494abce21d6c27bee9d9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eac694332354a3aa0e61c31314166d7"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b4d4989c4e764717ab78d38675cadd3f"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff196e46b56d406d87a678f1a64497b0"}], "type": "compute", "id": "d4030ee932c84df58c5b910cc197caa7", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "SimpleHealthCheck-666d62a6-45eb-4d6-user", "id": "1e54b4922ddf409783915c609dc57c02"}, "audit_ids": ["sLYRGSyEQmerdtZPTOB9GQ"], "issued_at": "2018-09-04T10:34:39.000000Z"}} 2018-09-04 10:34:39,805 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28: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}4f0d428de937cb791675ef89ce098c763edd7bae" 2018-09-04 10:34:39,877 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:34:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c6a1fc92-75e0-494a-8c86-7b752ec71026 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.28:5000/v3/", "rel": "self"}]}} 2018-09-04 10:34:39,877 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-c6a1fc92-75e0-494a-8c86-7b752ec71026 2018-09-04 10:34:39,884 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=SimpleHealthCheck-8f6b88b3-5cec-492a-8296-1eb1316a1fdb-priv-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ed533bd0fc9d97500c56f4fa8517eb14f442cd8b" 2018-09-04 10:34:40,255 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 628 X-Openstack-Request-Id: req-df39a828-7288-4e36-99d6-c2c412462a05 Date: Tue, 04 Sep 2018 10:34: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":["781c2a5a-7263-46b3-9721-9e78807717e9"],"updated_at":"2018-09-04T10:34:35Z","tenant_id":"1960765e8a3f4cef9b425bab3c37dc2a","created_at":"2018-09-04T10:34:35Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"1960765e8a3f4cef9b425bab3c37dc2a","id":"fc207c4d-94a3-4d26-8d1b-23430983896c","name":"SimpleHealthCheck-8f6b88b3-5cec-492a-8296-1eb1316a1fdb-priv-net"}]} 2018-09-04 10:34:40,256 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=SimpleHealthCheck-8f6b88b3-5cec-492a-8296-1eb1316a1fdb-priv-net used request id req-df39a828-7288-4e36-99d6-c2c412462a05 2018-09-04 10:34:40,261 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=fc207c4d-94a3-4d26-8d1b-23430983896c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ed533bd0fc9d97500c56f4fa8517eb14f442cd8b" 2018-09-04 10:34:40,310 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-c6e8b82f-e9c9-42cb-b6a3-d7721e151bb8 Date: Tue, 04 Sep 2018 10:34:40 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"fc207c4d-94a3-4d26-8d1b-23430983896c","tenant_id":"1960765e8a3f4cef9b425bab3c37dc2a","created_at":"2018-09-04T10:34:35Z","dns_nameservers":[],"updated_at":"2018-09-04T10:34:35Z","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":"1960765e8a3f4cef9b425bab3c37dc2a","id":"781c2a5a-7263-46b3-9721-9e78807717e9","subnetpool_id":null,"name":"SimpleHealthCheck-8f6b88b3-5cec-492a-8296-1eb1316a1fdb-priv-subnet"}]} 2018-09-04 10:34:40,311 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=fc207c4d-94a3-4d26-8d1b-23430983896c used request id req-c6e8b82f-e9c9-42cb-b6a3-d7721e151bb8 2018-09-04 10:34:40,316 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=SimpleHealthCheck-8f6b88b3-5cec-492a-8296-1eb1316a1fdb-priv-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ed533bd0fc9d97500c56f4fa8517eb14f442cd8b" 2018-09-04 10:34:40,559 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 628 X-Openstack-Request-Id: req-75f50b0b-0a28-474f-85d7-058e7c024a9f Date: Tue, 04 Sep 2018 10:34: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":["781c2a5a-7263-46b3-9721-9e78807717e9"],"updated_at":"2018-09-04T10:34:35Z","tenant_id":"1960765e8a3f4cef9b425bab3c37dc2a","created_at":"2018-09-04T10:34:35Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"1960765e8a3f4cef9b425bab3c37dc2a","id":"fc207c4d-94a3-4d26-8d1b-23430983896c","name":"SimpleHealthCheck-8f6b88b3-5cec-492a-8296-1eb1316a1fdb-priv-net"}]} 2018-09-04 10:34:40,559 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=SimpleHealthCheck-8f6b88b3-5cec-492a-8296-1eb1316a1fdb-priv-net used request id req-75f50b0b-0a28-474f-85d7-058e7c024a9f 2018-09-04 10:34:40,563 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-04 10:34:40,568 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 04 Sep 2018 10:34: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.28: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.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-04 10:34:40,569 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/1960765e8a3f4cef9b425bab3c37dc2a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4f0d428de937cb791675ef89ce098c763edd7bae" 2018-09-04 10:34:40,641 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:34:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9db06ca0-7d2e-46a1-93f8-917df9194136 Content-Encoding: gzip Content-Length: 213 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/1960765e8a3f4cef9b425bab3c37dc2a"}, "enabled": true, "id": "1960765e8a3f4cef9b425bab3c37dc2a", "parent_id": "default", "domain_id": "default", "name": "SimpleHealthCheck-666d62a6-45eb-4d6-proj"}} 2018-09-04 10:34:40,642 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/1960765e8a3f4cef9b425bab3c37dc2a used request id req-9db06ca0-7d2e-46a1-93f8-917df9194136 2018-09-04 10:34:40,647 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=fc207c4d-94a3-4d26-8d1b-23430983896c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ed533bd0fc9d97500c56f4fa8517eb14f442cd8b" 2018-09-04 10:34:40,950 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-32226749-93fe-455f-9506-58e77c8e3b5c Date: Tue, 04 Sep 2018 10:34:40 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"fc207c4d-94a3-4d26-8d1b-23430983896c","tenant_id":"1960765e8a3f4cef9b425bab3c37dc2a","created_at":"2018-09-04T10:34:35Z","dns_nameservers":[],"updated_at":"2018-09-04T10:34:35Z","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":"1960765e8a3f4cef9b425bab3c37dc2a","id":"781c2a5a-7263-46b3-9721-9e78807717e9","subnetpool_id":null,"name":"SimpleHealthCheck-8f6b88b3-5cec-492a-8296-1eb1316a1fdb-priv-subnet"}]} 2018-09-04 10:34:40,950 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=fc207c4d-94a3-4d26-8d1b-23430983896c used request id req-32226749-93fe-455f-9506-58e77c8e3b5c 2018-09-04 10:34:40,951 - neutron_utils - INFO - Creating port for network with name - SimpleHealthCheck-8f6b88b3-5cec-492a-8296-1eb1316a1fdb-priv-net 2018-09-04 10:34:40,956 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ed533bd0fc9d97500c56f4fa8517eb14f442cd8b" -d '{"port": {"network_id": "fc207c4d-94a3-4d26-8d1b-23430983896c", "name": "SimpleHealthCheck-8f6b88b3-5cec-492a-8296-1eb1316a1fdbport-1", "admin_state_up": true}}' 2018-09-04 10:34:41,934 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 753 X-Openstack-Request-Id: req-f49d44d2-f602-4b40-bf3e-b5c775001848 Date: Tue, 04 Sep 2018 10:34:41 GMT RESP BODY: {"port":{"status":"DOWN","created_at":"2018-09-04T10:34:41Z","description":"","allowed_address_pairs":[],"tags":[],"network_id":"fc207c4d-94a3-4d26-8d1b-23430983896c","tenant_id":"1960765e8a3f4cef9b425bab3c37dc2a","extra_dhcp_opts":[],"admin_state_up":true,"updated_at":"2018-09-04T10:34:41Z","name":"SimpleHealthCheck-8f6b88b3-5cec-492a-8296-1eb1316a1fdbport-1","device_owner":"","revision_number":3,"mac_address":"fa:16:3e:95:08:47","binding:vnic_type":"normal","port_security_enabled":true,"project_id":"1960765e8a3f4cef9b425bab3c37dc2a","fixed_ips":[{"subnet_id":"781c2a5a-7263-46b3-9721-9e78807717e9","ip_address":"10.55.0.12"}],"id":"0f0165bd-3d51-4c1b-9168-18bba2545a95","security_groups":["d4b15a1b-d048-4414-84ef-481a05b106c5"],"device_id":""}} 2018-09-04 10:34:41,935 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/ports used request id req-f49d44d2-f602-4b40-bf3e-b5c775001848 2018-09-04 10:34:41,940 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=SimpleHealthCheck-8f6b88b3-5cec-492a-8296-1eb1316a1fdb-priv-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ed533bd0fc9d97500c56f4fa8517eb14f442cd8b" 2018-09-04 10:34:42,042 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 628 X-Openstack-Request-Id: req-ae6a87ba-b4b4-430c-abf2-85b1aed29c4a Date: Tue, 04 Sep 2018 10:34:42 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["781c2a5a-7263-46b3-9721-9e78807717e9"],"updated_at":"2018-09-04T10:34:35Z","tenant_id":"1960765e8a3f4cef9b425bab3c37dc2a","created_at":"2018-09-04T10:34:35Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"1960765e8a3f4cef9b425bab3c37dc2a","id":"fc207c4d-94a3-4d26-8d1b-23430983896c","name":"SimpleHealthCheck-8f6b88b3-5cec-492a-8296-1eb1316a1fdb-priv-net"}]} 2018-09-04 10:34:42,042 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=SimpleHealthCheck-8f6b88b3-5cec-492a-8296-1eb1316a1fdb-priv-net used request id req-ae6a87ba-b4b4-430c-abf2-85b1aed29c4a 2018-09-04 10:34:42,046 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/1960765e8a3f4cef9b425bab3c37dc2a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ed533bd0fc9d97500c56f4fa8517eb14f442cd8b" 2018-09-04 10:34:42,127 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:34:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bd289f0d-3f74-4299-9ba0-4ef49be5873a Content-Encoding: gzip Content-Length: 213 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/1960765e8a3f4cef9b425bab3c37dc2a"}, "enabled": true, "id": "1960765e8a3f4cef9b425bab3c37dc2a", "parent_id": "default", "domain_id": "default", "name": "SimpleHealthCheck-666d62a6-45eb-4d6-proj"}} 2018-09-04 10:34:42,127 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/1960765e8a3f4cef9b425bab3c37dc2a used request id req-bd289f0d-3f74-4299-9ba0-4ef49be5873a 2018-09-04 10:34:42,133 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=fc207c4d-94a3-4d26-8d1b-23430983896c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ed533bd0fc9d97500c56f4fa8517eb14f442cd8b" 2018-09-04 10:34:42,325 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-01811992-1b59-474b-8a9f-4380bf63bb58 Date: Tue, 04 Sep 2018 10:34:42 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"fc207c4d-94a3-4d26-8d1b-23430983896c","tenant_id":"1960765e8a3f4cef9b425bab3c37dc2a","created_at":"2018-09-04T10:34:35Z","dns_nameservers":[],"updated_at":"2018-09-04T10:34:35Z","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":"1960765e8a3f4cef9b425bab3c37dc2a","id":"781c2a5a-7263-46b3-9721-9e78807717e9","subnetpool_id":null,"name":"SimpleHealthCheck-8f6b88b3-5cec-492a-8296-1eb1316a1fdb-priv-subnet"}]} 2018-09-04 10:34:42,325 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=fc207c4d-94a3-4d26-8d1b-23430983896c used request id req-01811992-1b59-474b-8a9f-4380bf63bb58 2018-09-04 10:34:42,331 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?network_id=fc207c4d-94a3-4d26-8d1b-23430983896c&name=SimpleHealthCheck-8f6b88b3-5cec-492a-8296-1eb1316a1fdbport-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ed533bd0fc9d97500c56f4fa8517eb14f442cd8b" 2018-09-04 10:34:42,387 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 756 X-Openstack-Request-Id: req-5b276cf3-0563-44d6-acbe-ff5d086551f8 Date: Tue, 04 Sep 2018 10:34:42 GMT RESP BODY: {"ports":[{"status":"DOWN","description":"","allowed_address_pairs":[],"tags":[],"network_id":"fc207c4d-94a3-4d26-8d1b-23430983896c","tenant_id":"1960765e8a3f4cef9b425bab3c37dc2a","created_at":"2018-09-04T10:34:41Z","admin_state_up":true,"updated_at":"2018-09-04T10:34:41Z","binding:vnic_type":"normal","device_id":"","device_owner":"","revision_number":3,"mac_address":"fa:16:3e:95:08:47","id":"0f0165bd-3d51-4c1b-9168-18bba2545a95","port_security_enabled":true,"project_id":"1960765e8a3f4cef9b425bab3c37dc2a","fixed_ips":[{"subnet_id":"781c2a5a-7263-46b3-9721-9e78807717e9","ip_address":"10.55.0.12"}],"extra_dhcp_opts":[],"security_groups":["d4b15a1b-d048-4414-84ef-481a05b106c5"],"name":"SimpleHealthCheck-8f6b88b3-5cec-492a-8296-1eb1316a1fdbport-1"}]} 2018-09-04 10:34:42,387 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?network_id=fc207c4d-94a3-4d26-8d1b-23430983896c&name=SimpleHealthCheck-8f6b88b3-5cec-492a-8296-1eb1316a1fdbport-1&admin_state_up=True used request id req-5b276cf3-0563-44d6-acbe-ff5d086551f8 2018-09-04 10:34:42,391 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/1960765e8a3f4cef9b425bab3c37dc2a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ed533bd0fc9d97500c56f4fa8517eb14f442cd8b" 2018-09-04 10:34:42,473 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:34:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-90b1a9c8-8f7d-4a99-97af-8fa77d90f2cf Content-Encoding: gzip Content-Length: 213 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/1960765e8a3f4cef9b425bab3c37dc2a"}, "enabled": true, "id": "1960765e8a3f4cef9b425bab3c37dc2a", "parent_id": "default", "domain_id": "default", "name": "SimpleHealthCheck-666d62a6-45eb-4d6-proj"}} 2018-09-04 10:34:42,473 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/1960765e8a3f4cef9b425bab3c37dc2a used request id req-90b1a9c8-8f7d-4a99-97af-8fa77d90f2cf 2018-09-04 10:34:42,473 - nova_utils - INFO - Creating VM with name - SimpleHealthCheck-8f6b88b3-5cec-492a-8296-1eb1316a1fdb-inst 2018-09-04 10:34:42,477 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ed533bd0fc9d97500c56f4fa8517eb14f442cd8b" 2018-09-04 10:34:42,503 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10: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-3e537144-ebfd-4111-be64-c768fa6d138b x-compute-request-id: req-3e537144-ebfd-4111-be64-c768fa6d138b Content-Encoding: gzip Content-Length: 204 Content-Type: application/json RESP BODY: {"flavors": [{"id": "c662a3dd-76a7-4b38-a654-a158b6dc7582", "links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/c662a3dd-76a7-4b38-a654-a158b6dc7582", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/c662a3dd-76a7-4b38-a654-a158b6dc7582", "rel": "bookmark"}], "name": "SimpleHealthCheck-8f6b88b3-5cec-492a-8296-1eb1316a1fdb-flavor-name"}]} 2018-09-04 10:34:42,503 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors used request id req-3e537144-ebfd-4111-be64-c768fa6d138b 2018-09-04 10:34:42,506 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/flavors/c662a3dd-76a7-4b38-a654-a158b6dc7582 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ed533bd0fc9d97500c56f4fa8517eb14f442cd8b" 2018-09-04 10:34:42,526 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10: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-93131b51-f673-4d0b-8dd5-e5f0c9543ec0 x-compute-request-id: req-93131b51-f673-4d0b-8dd5-e5f0c9543ec0 Content-Encoding: gzip Content-Length: 318 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/c662a3dd-76a7-4b38-a654-a158b6dc7582", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/c662a3dd-76a7-4b38-a654-a158b6dc7582", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "c662a3dd-76a7-4b38-a654-a158b6dc7582", "name": "SimpleHealthCheck-8f6b88b3-5cec-492a-8296-1eb1316a1fdb-flavor-name", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-09-04 10:34:42,527 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors/c662a3dd-76a7-4b38-a654-a158b6dc7582 used request id req-93131b51-f673-4d0b-8dd5-e5f0c9543ec0 2018-09-04 10:34:42,530 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/images?limit=20&disk_format=qcow2&name=SimpleHealthCheck-8f6b88b3-5cec-492a-8296-1eb1316a1fdb-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}ed533bd0fc9d97500c56f4fa8517eb14f442cd8b" 2018-09-04 10:34:42,703 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1044 Content-Type: application/json X-Openstack-Request-Id: req-f24909c1-1425-4e2d-a270-19aef1c2ac81 Date: Tue, 04 Sep 2018 10:34:42 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "SimpleHealthCheck-8f6b88b3-5cec-492a-8296-1eb1316a1fdb-image", "tags": [], "container_format": "bare", "created_at": "2018-09-04T10:34:31Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-09-04T10:34:33Z", "visibility": "shared", "locations": [{"url": "rbd://99671b03-94ed-44b3-b5f6-80b8e44d0570/images/1cfc545f-18fd-4dec-a743-4091048230a0/snap", "metadata": {}}], "self": "/v2/images/1cfc545f-18fd-4dec-a743-4091048230a0", "min_disk": 0, "protected": false, "id": "1cfc545f-18fd-4dec-a743-4091048230a0", "file": "/v2/images/1cfc545f-18fd-4dec-a743-4091048230a0/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "1960765e8a3f4cef9b425bab3c37dc2a", "direct_url": "rbd://99671b03-94ed-44b3-b5f6-80b8e44d0570/images/1cfc545f-18fd-4dec-a743-4091048230a0/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=SimpleHealthCheck-8f6b88b3-5cec-492a-8296-1eb1316a1fdb-image"} 2018-09-04 10:34:42,703 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images?limit=20&disk_format=qcow2&name=SimpleHealthCheck-8f6b88b3-5cec-492a-8296-1eb1316a1fdb-image used request id req-f24909c1-1425-4e2d-a270-19aef1c2ac81 2018-09-04 10:34:42,706 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}ed533bd0fc9d97500c56f4fa8517eb14f442cd8b" 2018-09-04 10:34:42,870 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-1e909392-21d6-4797-8390-8f5b52114725 Date: Tue, 04 Sep 2018 10:34:42 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-09-04 10:34:42,871 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/schemas/image used request id req-1e909392-21d6-4797-8390-8f5b52114725 2018-09-04 10:34:42,876 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ed533bd0fc9d97500c56f4fa8517eb14f442cd8b" -d '{"server": {"name": "SimpleHealthCheck-8f6b88b3-5cec-492a-8296-1eb1316a1fdb-inst", "imageRef": "1cfc545f-18fd-4dec-a743-4091048230a0", "flavorRef": "c662a3dd-76a7-4b38-a654-a158b6dc7582", "max_count": 1, "min_count": 1, "networks": [{"port": "0f0165bd-3d51-4c1b-9168-18bba2545a95"}]}}' 2018-09-04 10:34:43,881 - novaclient.v2.client - DEBUG - RESP: [202] Date: Tue, 04 Sep 2018 10: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-a430c557-80a3-4488-918a-ce8ee6a544a4 x-compute-request-id: req-a430c557-80a3-4488-918a-ce8ee6a544a4 Content-Length: 374 location: http://172.30.9.28:8774/v2.1/servers/e98fafa4-1d83-4186-a42f-abb98642c580 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "e98fafa4-1d83-4186-a42f-abb98642c580", "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/e98fafa4-1d83-4186-a42f-abb98642c580", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/e98fafa4-1d83-4186-a42f-abb98642c580", "rel": "bookmark"}], "adminPass": "reRNZ54AuBQ2"}} 2018-09-04 10:34:43,881 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers used request id req-a430c557-80a3-4488-918a-ce8ee6a544a4 2018-09-04 10:34:43,884 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/e98fafa4-1d83-4186-a42f-abb98642c580 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ed533bd0fc9d97500c56f4fa8517eb14f442cd8b" 2018-09-04 10:34:44,246 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10: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-4256c766-a3d0-42d2-ad58-7df32d3e5c0e x-compute-request-id: req-4256c766-a3d0-42d2-ad58-7df32d3e5c0e Content-Encoding: gzip Content-Length: 608 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/e98fafa4-1d83-4186-a42f-abb98642c580", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/e98fafa4-1d83-4186-a42f-abb98642c580", "rel": "bookmark"}], "image": {"id": "1cfc545f-18fd-4dec-a743-4091048230a0", "links": [{"href": "http://172.30.9.28:8774/images/1cfc545f-18fd-4dec-a743-4091048230a0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "c662a3dd-76a7-4b38-a654-a158b6dc7582", "links": [{"href": "http://172.30.9.28:8774/flavors/c662a3dd-76a7-4b38-a654-a158b6dc7582", "rel": "bookmark"}]}, "id": "e98fafa4-1d83-4186-a42f-abb98642c580", "user_id": "1e54b4922ddf409783915c609dc57c02", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-09-04T10:34:43Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "SimpleHealthCheck-8f6b88b3-5cec-492a-8296-1eb1316a1fdb-inst", "created": "2018-09-04T10:34:43Z", "tenant_id": "1960765e8a3f4cef9b425bab3c37dc2a", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 10:34:44,246 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/e98fafa4-1d83-4186-a42f-abb98642c580 used request id req-4256c766-a3d0-42d2-ad58-7df32d3e5c0e 2018-09-04 10:34:44,246 - create_instance - INFO - Created instance with name - SimpleHealthCheck-8f6b88b3-5cec-492a-8296-1eb1316a1fdb-inst 2018-09-04 10:34:44,249 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/e98fafa4-1d83-4186-a42f-abb98642c580 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ed533bd0fc9d97500c56f4fa8517eb14f442cd8b" 2018-09-04 10:34:44,461 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:34:44 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-ecfcdaba-4847-4ffd-8f00-f1a5735dd504 x-compute-request-id: req-ecfcdaba-4847-4ffd-8f00-f1a5735dd504 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.28:8774/v2.1/servers/e98fafa4-1d83-4186-a42f-abb98642c580", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/e98fafa4-1d83-4186-a42f-abb98642c580", "rel": "bookmark"}], "image": {"id": "1cfc545f-18fd-4dec-a743-4091048230a0", "links": [{"href": "http://172.30.9.28:8774/images/1cfc545f-18fd-4dec-a743-4091048230a0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "c662a3dd-76a7-4b38-a654-a158b6dc7582", "links": [{"href": "http://172.30.9.28:8774/flavors/c662a3dd-76a7-4b38-a654-a158b6dc7582", "rel": "bookmark"}]}, "id": "e98fafa4-1d83-4186-a42f-abb98642c580", "user_id": "1e54b4922ddf409783915c609dc57c02", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-09-04T10:34:44Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "SimpleHealthCheck-8f6b88b3-5cec-492a-8296-1eb1316a1fdb-inst", "created": "2018-09-04T10:34:43Z", "tenant_id": "1960765e8a3f4cef9b425bab3c37dc2a", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 10:34:44,461 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/e98fafa4-1d83-4186-a42f-abb98642c580 used request id req-ecfcdaba-4847-4ffd-8f00-f1a5735dd504 2018-09-04 10:34:44,461 - create_instance - DEBUG - Instance status [SimpleHealthCheck-8f6b88b3-5cec-492a-8296-1eb1316a1fdb-inst] is - BUILD 2018-09-04 10:34:44,462 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-09-04 10:34:47,465 - create_instance - DEBUG - VM status query timeout in 896.78176403 2018-09-04 10:34:47,468 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/e98fafa4-1d83-4186-a42f-abb98642c580 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ed533bd0fc9d97500c56f4fa8517eb14f442cd8b" 2018-09-04 10:34:47,931 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10: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-91d823d6-bb9e-4148-9752-11143eb2a9de x-compute-request-id: req-91d823d6-bb9e-4148-9752-11143eb2a9de Content-Encoding: gzip Content-Length: 672 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/e98fafa4-1d83-4186-a42f-abb98642c580", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/e98fafa4-1d83-4186-a42f-abb98642c580", "rel": "bookmark"}], "image": {"id": "1cfc545f-18fd-4dec-a743-4091048230a0", "links": [{"href": "http://172.30.9.28:8774/images/1cfc545f-18fd-4dec-a743-4091048230a0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "c662a3dd-76a7-4b38-a654-a158b6dc7582", "links": [{"href": "http://172.30.9.28:8774/flavors/c662a3dd-76a7-4b38-a654-a158b6dc7582", "rel": "bookmark"}]}, "id": "e98fafa4-1d83-4186-a42f-abb98642c580", "security_groups": [{"name": "default"}], "user_id": "1e54b4922ddf409783915c609dc57c02", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-04T10:34:44Z", "hostId": "851ac21cf6a8c0f64b8ebc2f7093e0254bb4af9b7658fec00ffacf50", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "SimpleHealthCheck-8f6b88b3-5cec-492a-8296-1eb1316a1fdb-inst", "created": "2018-09-04T10:34:43Z", "tenant_id": "1960765e8a3f4cef9b425bab3c37dc2a", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 10:34:47,931 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/e98fafa4-1d83-4186-a42f-abb98642c580 used request id req-91d823d6-bb9e-4148-9752-11143eb2a9de 2018-09-04 10:34:47,931 - create_instance - DEBUG - Instance status [SimpleHealthCheck-8f6b88b3-5cec-492a-8296-1eb1316a1fdb-inst] is - BUILD 2018-09-04 10:34:47,931 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-09-04 10:34:50,935 - create_instance - DEBUG - VM status query timeout in 893.311837912 2018-09-04 10:34:50,938 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/e98fafa4-1d83-4186-a42f-abb98642c580 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ed533bd0fc9d97500c56f4fa8517eb14f442cd8b" 2018-09-04 10:34:51,586 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:34: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-fbace9d3-8777-41be-b9f1-518acf9742d8 x-compute-request-id: req-fbace9d3-8777-41be-b9f1-518acf9742d8 Content-Encoding: gzip Content-Length: 751 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"SimpleHealthCheck-8f6b88b3-5cec-492a-8296-1eb1316a1fdb-priv-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:95:08:47", "version": 4, "addr": "10.55.0.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/e98fafa4-1d83-4186-a42f-abb98642c580", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/e98fafa4-1d83-4186-a42f-abb98642c580", "rel": "bookmark"}], "image": {"id": "1cfc545f-18fd-4dec-a743-4091048230a0", "links": [{"href": "http://172.30.9.28:8774/images/1cfc545f-18fd-4dec-a743-4091048230a0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-04T10:34:47.000000", "flavor": {"id": "c662a3dd-76a7-4b38-a654-a158b6dc7582", "links": [{"href": "http://172.30.9.28:8774/flavors/c662a3dd-76a7-4b38-a654-a158b6dc7582", "rel": "bookmark"}]}, "id": "e98fafa4-1d83-4186-a42f-abb98642c580", "security_groups": [{"name": "default"}], "user_id": "1e54b4922ddf409783915c609dc57c02", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-04T10:34:48Z", "hostId": "851ac21cf6a8c0f64b8ebc2f7093e0254bb4af9b7658fec00ffacf50", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "SimpleHealthCheck-8f6b88b3-5cec-492a-8296-1eb1316a1fdb-inst", "created": "2018-09-04T10:34:43Z", "tenant_id": "1960765e8a3f4cef9b425bab3c37dc2a", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 10:34:51,586 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/e98fafa4-1d83-4186-a42f-abb98642c580 used request id req-fbace9d3-8777-41be-b9f1-518acf9742d8 2018-09-04 10:34:51,587 - create_instance - DEBUG - Instance status [SimpleHealthCheck-8f6b88b3-5cec-492a-8296-1eb1316a1fdb-inst] is - ACTIVE 2018-09-04 10:34:51,587 - create_instance - INFO - VM is - ACTIVE 2018-09-04 10:34:51,590 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/e98fafa4-1d83-4186-a42f-abb98642c580 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ed533bd0fc9d97500c56f4fa8517eb14f442cd8b" 2018-09-04 10:34:52,179 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:34: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-fa5bd27c-b3fd-4613-a174-f23ba28778bf x-compute-request-id: req-fa5bd27c-b3fd-4613-a174-f23ba28778bf Content-Encoding: gzip Content-Length: 751 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"SimpleHealthCheck-8f6b88b3-5cec-492a-8296-1eb1316a1fdb-priv-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:95:08:47", "version": 4, "addr": "10.55.0.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/e98fafa4-1d83-4186-a42f-abb98642c580", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/e98fafa4-1d83-4186-a42f-abb98642c580", "rel": "bookmark"}], "image": {"id": "1cfc545f-18fd-4dec-a743-4091048230a0", "links": [{"href": "http://172.30.9.28:8774/images/1cfc545f-18fd-4dec-a743-4091048230a0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-04T10:34:47.000000", "flavor": {"id": "c662a3dd-76a7-4b38-a654-a158b6dc7582", "links": [{"href": "http://172.30.9.28:8774/flavors/c662a3dd-76a7-4b38-a654-a158b6dc7582", "rel": "bookmark"}]}, "id": "e98fafa4-1d83-4186-a42f-abb98642c580", "security_groups": [{"name": "default"}], "user_id": "1e54b4922ddf409783915c609dc57c02", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-04T10:34:48Z", "hostId": "851ac21cf6a8c0f64b8ebc2f7093e0254bb4af9b7658fec00ffacf50", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "SimpleHealthCheck-8f6b88b3-5cec-492a-8296-1eb1316a1fdb-inst", "created": "2018-09-04T10:34:43Z", "tenant_id": "1960765e8a3f4cef9b425bab3c37dc2a", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 10:34:52,179 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/e98fafa4-1d83-4186-a42f-abb98642c580 used request id req-fa5bd27c-b3fd-4613-a174-f23ba28778bf 2018-09-04 10:34:52,185 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=SimpleHealthCheck-8f6b88b3-5cec-492a-8296-1eb1316a1fdb-priv-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ed533bd0fc9d97500c56f4fa8517eb14f442cd8b" 2018-09-04 10:34:52,541 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 628 X-Openstack-Request-Id: req-85a103bf-62ab-4a23-90a7-3bb7e700499a Date: Tue, 04 Sep 2018 10:34: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":["781c2a5a-7263-46b3-9721-9e78807717e9"],"updated_at":"2018-09-04T10:34:35Z","tenant_id":"1960765e8a3f4cef9b425bab3c37dc2a","created_at":"2018-09-04T10:34:35Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"1960765e8a3f4cef9b425bab3c37dc2a","id":"fc207c4d-94a3-4d26-8d1b-23430983896c","name":"SimpleHealthCheck-8f6b88b3-5cec-492a-8296-1eb1316a1fdb-priv-net"}]} 2018-09-04 10:34:52,541 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=SimpleHealthCheck-8f6b88b3-5cec-492a-8296-1eb1316a1fdb-priv-net used request id req-85a103bf-62ab-4a23-90a7-3bb7e700499a 2018-09-04 10:34:52,545 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/1960765e8a3f4cef9b425bab3c37dc2a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ed533bd0fc9d97500c56f4fa8517eb14f442cd8b" 2018-09-04 10:34:52,619 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:34:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-11d6d8a7-a9bf-46b7-b688-94a27e47c2fa Content-Encoding: gzip Content-Length: 213 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/1960765e8a3f4cef9b425bab3c37dc2a"}, "enabled": true, "id": "1960765e8a3f4cef9b425bab3c37dc2a", "parent_id": "default", "domain_id": "default", "name": "SimpleHealthCheck-666d62a6-45eb-4d6-proj"}} 2018-09-04 10:34:52,619 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/1960765e8a3f4cef9b425bab3c37dc2a used request id req-11d6d8a7-a9bf-46b7-b688-94a27e47c2fa 2018-09-04 10:34:52,624 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=fc207c4d-94a3-4d26-8d1b-23430983896c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ed533bd0fc9d97500c56f4fa8517eb14f442cd8b" 2018-09-04 10:34:52,829 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-d08b6d25-256b-4899-a189-93941cbec293 Date: Tue, 04 Sep 2018 10:34:52 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"fc207c4d-94a3-4d26-8d1b-23430983896c","tenant_id":"1960765e8a3f4cef9b425bab3c37dc2a","created_at":"2018-09-04T10:34:35Z","dns_nameservers":[],"updated_at":"2018-09-04T10:34:35Z","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":"1960765e8a3f4cef9b425bab3c37dc2a","id":"781c2a5a-7263-46b3-9721-9e78807717e9","subnetpool_id":null,"name":"SimpleHealthCheck-8f6b88b3-5cec-492a-8296-1eb1316a1fdb-priv-subnet"}]} 2018-09-04 10:34:52,829 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=fc207c4d-94a3-4d26-8d1b-23430983896c used request id req-d08b6d25-256b-4899-a189-93941cbec293 2018-09-04 10:34:52,835 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?network_id=fc207c4d-94a3-4d26-8d1b-23430983896c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ed533bd0fc9d97500c56f4fa8517eb14f442cd8b" 2018-09-04 10:34:52,918 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3020 X-Openstack-Request-Id: req-1bdc6a08-2883-4755-b0e7-c58b42ace58f Date: Tue, 04 Sep 2018 10:34:52 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"fc207c4d-94a3-4d26-8d1b-23430983896c","tenant_id":"1960765e8a3f4cef9b425bab3c37dc2a","created_at":"2018-09-04T10:34:36Z","admin_state_up":true,"updated_at":"2018-09-04T10:34:37Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-fc207c4d-94a3-4d26-8d1b-23430983896c","device_owner":"network:dhcp","revision_number":4,"mac_address":"fa:16:3e:d4:80:b0","id":"0b5879cd-4091-466f-819e-7885b28e4373","port_security_enabled":false,"project_id":"1960765e8a3f4cef9b425bab3c37dc2a","fixed_ips":[{"subnet_id":"781c2a5a-7263-46b3-9721-9e78807717e9","ip_address":"10.55.0.2"}],"extra_dhcp_opts":[],"security_groups":[],"name":""},{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"fc207c4d-94a3-4d26-8d1b-23430983896c","tenant_id":"1960765e8a3f4cef9b425bab3c37dc2a","created_at":"2018-09-04T10:34:41Z","admin_state_up":true,"updated_at":"2018-09-04T10:34:45Z","binding:vnic_type":"normal","device_id":"e98fafa4-1d83-4186-a42f-abb98642c580","device_owner":"compute:nova","revision_number":5,"mac_address":"fa:16:3e:95:08:47","id":"0f0165bd-3d51-4c1b-9168-18bba2545a95","port_security_enabled":true,"project_id":"1960765e8a3f4cef9b425bab3c37dc2a","fixed_ips":[{"subnet_id":"781c2a5a-7263-46b3-9721-9e78807717e9","ip_address":"10.55.0.12"}],"extra_dhcp_opts":[],"security_groups":["d4b15a1b-d048-4414-84ef-481a05b106c5"],"name":"SimpleHealthCheck-8f6b88b3-5cec-492a-8296-1eb1316a1fdbport-1"},{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"fc207c4d-94a3-4d26-8d1b-23430983896c","tenant_id":"1960765e8a3f4cef9b425bab3c37dc2a","created_at":"2018-09-04T10:34:37Z","admin_state_up":true,"updated_at":"2018-09-04T10:34:38Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-fc207c4d-94a3-4d26-8d1b-23430983896c","device_owner":"network:dhcp","revision_number":4,"mac_address":"fa:16:3e:d6:d9:07","id":"7cecb73f-c67c-4173-8ebb-1c148ea16408","port_security_enabled":false,"project_id":"1960765e8a3f4cef9b425bab3c37dc2a","fixed_ips":[{"subnet_id":"781c2a5a-7263-46b3-9721-9e78807717e9","ip_address":"10.55.0.4"}],"extra_dhcp_opts":[],"security_groups":[],"name":""},{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"fc207c4d-94a3-4d26-8d1b-23430983896c","tenant_id":"1960765e8a3f4cef9b425bab3c37dc2a","created_at":"2018-09-04T10:34:36Z","admin_state_up":true,"updated_at":"2018-09-04T10:34:37Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-fc207c4d-94a3-4d26-8d1b-23430983896c","device_owner":"network:dhcp","revision_number":4,"mac_address":"fa:16:3e:8f:ba:10","id":"b6bcd8e9-ef63-426c-9a89-5d5d13aef98f","port_security_enabled":false,"project_id":"1960765e8a3f4cef9b425bab3c37dc2a","fixed_ips":[{"subnet_id":"781c2a5a-7263-46b3-9721-9e78807717e9","ip_address":"10.55.0.3"}],"extra_dhcp_opts":[],"security_groups":[],"name":""}]} 2018-09-04 10:34:52,918 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?network_id=fc207c4d-94a3-4d26-8d1b-23430983896c used request id req-1bdc6a08-2883-4755-b0e7-c58b42ace58f 2018-09-04 10:34:52,919 - create_instance_tests - INFO - Looking for IP 10.55.0.12 in the console log 2018-09-04 10:34:52,921 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/e98fafa4-1d83-4186-a42f-abb98642c580 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ed533bd0fc9d97500c56f4fa8517eb14f442cd8b" 2018-09-04 10:34:53,528 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:34: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-63d0e2a9-58a7-472e-8942-03b6258bc092 x-compute-request-id: req-63d0e2a9-58a7-472e-8942-03b6258bc092 Content-Encoding: gzip Content-Length: 751 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"SimpleHealthCheck-8f6b88b3-5cec-492a-8296-1eb1316a1fdb-priv-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:95:08:47", "version": 4, "addr": "10.55.0.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/e98fafa4-1d83-4186-a42f-abb98642c580", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/e98fafa4-1d83-4186-a42f-abb98642c580", "rel": "bookmark"}], "image": {"id": "1cfc545f-18fd-4dec-a743-4091048230a0", "links": [{"href": "http://172.30.9.28:8774/images/1cfc545f-18fd-4dec-a743-4091048230a0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-04T10:34:47.000000", "flavor": {"id": "c662a3dd-76a7-4b38-a654-a158b6dc7582", "links": [{"href": "http://172.30.9.28:8774/flavors/c662a3dd-76a7-4b38-a654-a158b6dc7582", "rel": "bookmark"}]}, "id": "e98fafa4-1d83-4186-a42f-abb98642c580", "security_groups": [{"name": "default"}], "user_id": "1e54b4922ddf409783915c609dc57c02", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-04T10:34:48Z", "hostId": "851ac21cf6a8c0f64b8ebc2f7093e0254bb4af9b7658fec00ffacf50", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "SimpleHealthCheck-8f6b88b3-5cec-492a-8296-1eb1316a1fdb-inst", "created": "2018-09-04T10:34:43Z", "tenant_id": "1960765e8a3f4cef9b425bab3c37dc2a", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 10:34:53,529 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/e98fafa4-1d83-4186-a42f-abb98642c580 used request id req-63d0e2a9-58a7-472e-8942-03b6258bc092 2018-09-04 10:34:53,532 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:8774/v2.1/servers/e98fafa4-1d83-4186-a42f-abb98642c580/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ed533bd0fc9d97500c56f4fa8517eb14f442cd8b" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-04 10:34:54,633 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10: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,Accept-Encoding x-openstack-request-id: req-03d34aad-9f36-42ed-80a3-76fe66bbb529 x-compute-request-id: req-03d34aad-9f36-42ed-80a3-76fe66bbb529 Content-Encoding: gzip Content-Length: 7667 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 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 564598379 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 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.912 MHz processor\n[ 0.147613] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.149263] pid_max: default: 32768 minimum: 301\n[ 0.150152] ACPI: Core revision 20150930\n[ 0.151541] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.152842] Security Framework initialized\n[ 0.153652] Yama: becoming mindful.\n[ 0.154380] AppArmor: AppArmor initialized\n[ 0.155234] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.156517] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.157764] Mount-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.158949] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.160325] Initializing cgroup subsys io\n[ 0.161133] Initializing cgroup subsys memory\n[ 0.161983] Initializing cgroup subsys devices\n[ 0.162859] Initializing cgroup subsys freezer\n[ 0.163723] Initializing cgroup subsys net_cls\n[ 0.164581] Initializing cgroup subsys perf_event\n[ 0.165478] Initializing cgroup subsys net_prio\n[ 0.166349] Initializing cgroup subsys hugetlb\n[ 0.167213] Initializing cgroup subsys pids\n[ 0.168081] CPU: Physical Processor ID: 0\n[ 0.169566] mce: CPU supports 10 MCE banks\n[ 0.170408] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.171405] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.182343] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.188960] ftrace: allocating 31920 entries in 125 pages\n[ 0.216304] smpboot: Max logical packages: 1\n[ 0.217150] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.218490] x2apic enabled\n[ 0.219309] Switched APIC routing to physical x2apic.\n[ 0.221049] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.222161] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.224142] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.225913] KVM setup paravirtual spinlock\n[ 0.227247] x86: Booted up 1 node, 1 CPUs\n[ 0.228045] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.229425] devtmpfs: initialized\n[ 0.231126] evm: security.selinux\n[ 0.231817] evm: security.SMACK64\n[ 0.232509] evm: security.SMACK64EXEC\n[ 0.233247] evm: security.SMACK64TRANSMUTE\n[ 0.234044] evm: security.SMACK64MMAP\n[ 0.234788] evm: security.ima\n[ 0.235426] evm: security.capability\n[ 0.236227] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.238066] pinctrl core: initialized pinctrl subsystem\n[ 0.239169] RTC time: 10:34:47, date: 09/04/18\n[ 0.240124] NET: Registered protocol family 16\n[ 0.241096] cpuidle: using governor ladder\n[ 0.241907] cpuidle: using governor menu\n[ 0.242690] PCCT header not found.\n[ 0.243443] ACPI: bus type PCI registered\n[ 0.244243] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.245481] PCI: Using configuration type 1 for base access\n[ 0.247239] ACPI: Added _OSI(Module Device)\n[ 0.248081] ACPI: Added _OSI(Processor Device)\n[ 0.248938] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.249832] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.251911] ACPI: Interpreter enabled\n[ 0.252697] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.254551] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.256401] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.258256] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.260103] ACPI: (supports S0 S5)\n[ 0.260808] ACPI: Using IOAPIC for interrupt routing\n[ 0.261914] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.265026] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.266184] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.267423] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.268620] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.270850] acpiphp: Slot [3] registered\n[ 0.271656] acpiphp: Slot [4] registered\n[ 0.272461] acpiphp: Slot [5] registered\n[ 0.273262] acpiphp: Slot [6] registered\n[ 0.274063] acpiphp: Slot [7] registered\n[ 0.274865] acpiphp: Slot [8] registered\n[ 0.275666] acpiphp: Slot [9] registered\n[ 0.276467] acpiphp: Slot [10] registered\n[ 0.277286] acpiphp: Slot [11] registered\n[ 0.278101] acpiphp: Slot [12] registered\n[ 0.278918] acpiphp: Slot [13] registered\n[ 0.279734] acpiphp: Slot [14] registered\n[ 0.280545] acpiphp: Slot [15] registered\n[ 0.291377] acpiphp: Slot [16] registered\n[ 0.292197] acpiphp: Slot [17] registered\n[ 0.293008] acpiphp: Slot [18] registered\n[ 0.293825] acpiphp: Slot [19] registered\n[ 0.294639] acpiphp: Slot [20] registered\n[ 0.295458] acpiphp: Slot [21] registered\n[ 0.296272] acpiphp: Slot [22] registered\n[ 0.297085] acpiphp: Slot [23] registered\n[ 0.297897] acpiphp: Slot [24] registered\n[ 0.298714] acpiphp: Slot [25] registered\n[ 0.299535] acpiphp: Slot [26] registered\n[ 0.300350] acpiphp: Slot [27] registered\n[ 0.301162] acpiphp: Slot [28] registered\n[ 0.301970] acpiphp: Slot [29] registered\n[ 0.302793] acpiphp: Slot [30] registered\n[ 0.303617] acpiphp: Slot [31] registered\n[ 0.304430] PCI host bridge to bus 0000:00\n[ 0.305242] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.306455] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.307673] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.309127] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window]\n[ 0.310579] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.316673] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.317955] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.319138] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.320408] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.327319] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.328759] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.375173] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.376669] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.378088] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.379513] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.380906] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.382849] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.384022] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.385077] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.386618] vgaarb: loaded\n[ 0.387224] vgaarb: bridge control possible 0000:00:02.0\n[ 0.388380] SCSI subsystem initialized\n[ 0.389217] ACPI: bus type USB registered\n[ 0.390032] usbcore: registered new interface driver usbfs\n[ 0.391073] usbcore: registered new interface driver hub\n[ 0.392078] usbcore: registered new device driver usb\n[ 0.393140] PCI: Using ACPI for IRQ routing\n[ 0.394175] NetLabel: Initializing\n[ 0.394889] NetLabel: domain hash size = 128\n[ 0.395744] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.396697] NetLabel: unlabeled traffic allowed by default\n[ 0.397793] clocksource: Switched to clocksource kvm-clock\n[ 0.403375] AppArmor: AppArmor Filesystem Enabled\n[ 0.404343] pnp: PnP ACPI init\n[ 0.405268] pnp: PnP ACPI: found 5 devices\n[ 0.411302] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.412998] NET: Registered protocol family 2\n[ 0.413984] TCP established hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.415269] TCP bind hash table entries: 2048 (order: 3, 32768 bytes)\n[ 0.416437] TCP: Hash tables configured (established 2048 bind 2048)\n[ 0.417600] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.418678] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.419852] NET: Registered protocol family 1\n[ 0.420723] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.421817] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.422890] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.437293] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.451566] Trying to unpack rootfs image as initramfs...\n[ 0.503538] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000)\n[ 0.518128] Scanning for low memory corruption every 60 seconds\n[ 0.519805] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.521564] audit: initializing netlink subsys (disabled)\n[ 0.523122] audit: type=2000 audit(1536057288.751:1): initialized\n[ 0.525041] Initialise system trusted keyring\n[ 0.526394] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.528170] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.530777] zbud: loaded\n[ 0.531726] VFS: Disk quotas dquot_6.6.0\n[ 0.532920] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.535124] fuse init (API version 7.23)\n[ 0.536393] Key type big_key registered\n[ 0.537570] Allocating IMA MOK and blacklist keyrings.\n[ 0.539179] Key type asymmetric registered\n[ 0.540420] Asymmetric key parser 'x509' registered\n[ 0.541844] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.543985] io scheduler noop registered\n[ 0.545173] io scheduler deadline registered (default)\n[ 0.546651] io scheduler cfq registered\n[ 0.547833] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.549373] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.551293] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.553474] ACPI: Power Button [PWRF]\n[ 0.554692] GHES: HEST is not enabled!\n[ 0.568692] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.596789] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.599019] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.624480] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.626766] Linux agpgart interface v0.103\n[ 0.629242] brd: module loaded\n[ 0.630428] loop: module loaded\n[ 0.634426] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.635859] GPT:90111 != 20971519\n[ 0.636540] GPT:Alternate GPT header not at the end of the disk.\n[ 0.637615] GPT:90111 != 20971519\n[ 0.638300] GPT: Use GNU Parted to correct GPT errors.\n[ 0.639260] vda: vda1 vda15\n[ 0.641177] scsi host0: ata_piix\n[ 0.642283] scsi host1: ata_piix\n[ 0.642985] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.644185] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.645607] libphy: Fixed MDIO Bus: probed\n[ 0.646428] tun: Universal TUN/TAP device driver, 1.6\n[ 0.647370] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.649569] PPP generic driver version 2.4.2\n[ 0.650699] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.651881] ehci-pci: EHCI PCI platform driver\n[ 0.652747] ehci-platform: EHCI generic platform driver\n[ 0.653720] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.654841] ohci-pci: OHCI PCI platform driver\n[ 0.655712] ohci-platform: OHCI generic platform driver\n[ 0.656678] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.671332] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.672324] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.673753] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.674771] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.675872] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.677092] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.678516] usb usb1: Product: UHCI Host Controller\n[ 0.679444] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.680570] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.681596] hub 1-0:1.0: USB hub found\n[ 0.682380] hub 1-0:1.0: 2 ports detected\n[ 0.683285] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.685372] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.686322] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.687343] mousedev: PS/2 mouse device common for all mice\n[ 0.688590] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.690408] rtc_cmos 00:00: RTC can wake from S4\n[ 0.691493] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.692676] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.693867] i2c /dev entries driver\n[ 0.694627] device-mapper: uevent: version 1.0.3\n[ 0.695550] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.697149] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.698413] NET: Registered protocol family 10\n[ 0.699409] NET: Registered protocol family 17\n[ 0.700289] Key type dns_resolver registered\n[ 0.701194] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.702273] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.704026] registered taskstats version 1\n[ 0.704845] Loading compiled-in X.509 certificates\n[ 0.706279] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.708108] zswap: loaded using pool lzo/zbud\n[ 0.709465] Key type trusted registered\n[ 0.711007] Key type encrypted registered\n[ 0.711834] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.712852] ima: No TPM chip found, activating TPM-bypass!\n[ 0.713890] evm: HMAC attrs: 0x1\n[ 0.714830] Magic number: 2:407:577\n[ 0.715671] rtc_cmos 00:00: setting system clock to 2018-09-04 10:34:48 UTC (1536057288)\n[ 0.717256] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.718359] EDD information not available.\n[ 0.802767] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.804301] Write protecting the kernel read-only data: 14336k\n[ 0.815963] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.817748] 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.858595] 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.14\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found 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-09-04 10:34:54,634 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/e98fafa4-1d83-4186-a42f-abb98642c580/action used request id req-03d34aad-9f36-42ed-80a3-76fe66bbb529 2018-09-04 10:34:54,638 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/e98fafa4-1d83-4186-a42f-abb98642c580 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ed533bd0fc9d97500c56f4fa8517eb14f442cd8b" 2018-09-04 10:34:55,096 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10: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-6d327197-3689-433e-8b3b-de0558c5681b x-compute-request-id: req-6d327197-3689-433e-8b3b-de0558c5681b Content-Encoding: gzip Content-Length: 751 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"SimpleHealthCheck-8f6b88b3-5cec-492a-8296-1eb1316a1fdb-priv-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:95:08:47", "version": 4, "addr": "10.55.0.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/e98fafa4-1d83-4186-a42f-abb98642c580", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/e98fafa4-1d83-4186-a42f-abb98642c580", "rel": "bookmark"}], "image": {"id": "1cfc545f-18fd-4dec-a743-4091048230a0", "links": [{"href": "http://172.30.9.28:8774/images/1cfc545f-18fd-4dec-a743-4091048230a0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-04T10:34:47.000000", "flavor": {"id": "c662a3dd-76a7-4b38-a654-a158b6dc7582", "links": [{"href": "http://172.30.9.28:8774/flavors/c662a3dd-76a7-4b38-a654-a158b6dc7582", "rel": "bookmark"}]}, "id": "e98fafa4-1d83-4186-a42f-abb98642c580", "security_groups": [{"name": "default"}], "user_id": "1e54b4922ddf409783915c609dc57c02", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-04T10:34:48Z", "hostId": "851ac21cf6a8c0f64b8ebc2f7093e0254bb4af9b7658fec00ffacf50", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "SimpleHealthCheck-8f6b88b3-5cec-492a-8296-1eb1316a1fdb-inst", "created": "2018-09-04T10:34:43Z", "tenant_id": "1960765e8a3f4cef9b425bab3c37dc2a", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 10:34:55,096 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/e98fafa4-1d83-4186-a42f-abb98642c580 used request id req-6d327197-3689-433e-8b3b-de0558c5681b 2018-09-04 10:34:55,099 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:8774/v2.1/servers/e98fafa4-1d83-4186-a42f-abb98642c580/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ed533bd0fc9d97500c56f4fa8517eb14f442cd8b" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-04 10:34:56,193 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:34: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-68d1f1ec-e876-4564-ae1d-d115c155eeab x-compute-request-id: req-68d1f1ec-e876-4564-ae1d-d115c155eeab Content-Encoding: gzip Content-Length: 7667 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 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 564598379 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 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.912 MHz processor\n[ 0.147613] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.149263] pid_max: default: 32768 minimum: 301\n[ 0.150152] ACPI: Core revision 20150930\n[ 0.151541] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.152842] Security Framework initialized\n[ 0.153652] Yama: becoming mindful.\n[ 0.154380] AppArmor: AppArmor initialized\n[ 0.155234] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.156517] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.157764] Mount-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.158949] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.160325] Initializing cgroup subsys io\n[ 0.161133] Initializing cgroup subsys memory\n[ 0.161983] Initializing cgroup subsys devices\n[ 0.162859] Initializing cgroup subsys freezer\n[ 0.163723] Initializing cgroup subsys net_cls\n[ 0.164581] Initializing cgroup subsys perf_event\n[ 0.165478] Initializing cgroup subsys net_prio\n[ 0.166349] Initializing cgroup subsys hugetlb\n[ 0.167213] Initializing cgroup subsys pids\n[ 0.168081] CPU: Physical Processor ID: 0\n[ 0.169566] mce: CPU supports 10 MCE banks\n[ 0.170408] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.171405] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.182343] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.188960] ftrace: allocating 31920 entries in 125 pages\n[ 0.216304] smpboot: Max logical packages: 1\n[ 0.217150] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.218490] x2apic enabled\n[ 0.219309] Switched APIC routing to physical x2apic.\n[ 0.221049] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.222161] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.224142] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.225913] KVM setup paravirtual spinlock\n[ 0.227247] x86: Booted up 1 node, 1 CPUs\n[ 0.228045] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.229425] devtmpfs: initialized\n[ 0.231126] evm: security.selinux\n[ 0.231817] evm: security.SMACK64\n[ 0.232509] evm: security.SMACK64EXEC\n[ 0.233247] evm: security.SMACK64TRANSMUTE\n[ 0.234044] evm: security.SMACK64MMAP\n[ 0.234788] evm: security.ima\n[ 0.235426] evm: security.capability\n[ 0.236227] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.238066] pinctrl core: initialized pinctrl subsystem\n[ 0.239169] RTC time: 10:34:47, date: 09/04/18\n[ 0.240124] NET: Registered protocol family 16\n[ 0.241096] cpuidle: using governor ladder\n[ 0.241907] cpuidle: using governor menu\n[ 0.242690] PCCT header not found.\n[ 0.243443] ACPI: bus type PCI registered\n[ 0.244243] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.245481] PCI: Using configuration type 1 for base access\n[ 0.247239] ACPI: Added _OSI(Module Device)\n[ 0.248081] ACPI: Added _OSI(Processor Device)\n[ 0.248938] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.249832] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.251911] ACPI: Interpreter enabled\n[ 0.252697] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.254551] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.256401] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.258256] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.260103] ACPI: (supports S0 S5)\n[ 0.260808] ACPI: Using IOAPIC for interrupt routing\n[ 0.261914] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.265026] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.266184] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.267423] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.268620] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.270850] acpiphp: Slot [3] registered\n[ 0.271656] acpiphp: Slot [4] registered\n[ 0.272461] acpiphp: Slot [5] registered\n[ 0.273262] acpiphp: Slot [6] registered\n[ 0.274063] acpiphp: Slot [7] registered\n[ 0.274865] acpiphp: Slot [8] registered\n[ 0.275666] acpiphp: Slot [9] registered\n[ 0.276467] acpiphp: Slot [10] registered\n[ 0.277286] acpiphp: Slot [11] registered\n[ 0.278101] acpiphp: Slot [12] registered\n[ 0.278918] acpiphp: Slot [13] registered\n[ 0.279734] acpiphp: Slot [14] registered\n[ 0.280545] acpiphp: Slot [15] registered\n[ 0.291377] acpiphp: Slot [16] registered\n[ 0.292197] acpiphp: Slot [17] registered\n[ 0.293008] acpiphp: Slot [18] registered\n[ 0.293825] acpiphp: Slot [19] registered\n[ 0.294639] acpiphp: Slot [20] registered\n[ 0.295458] acpiphp: Slot [21] registered\n[ 0.296272] acpiphp: Slot [22] registered\n[ 0.297085] acpiphp: Slot [23] registered\n[ 0.297897] acpiphp: Slot [24] registered\n[ 0.298714] acpiphp: Slot [25] registered\n[ 0.299535] acpiphp: Slot [26] registered\n[ 0.300350] acpiphp: Slot [27] registered\n[ 0.301162] acpiphp: Slot [28] registered\n[ 0.301970] acpiphp: Slot [29] registered\n[ 0.302793] acpiphp: Slot [30] registered\n[ 0.303617] acpiphp: Slot [31] registered\n[ 0.304430] PCI host bridge to bus 0000:00\n[ 0.305242] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.306455] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.307673] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.309127] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window]\n[ 0.310579] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.316673] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.317955] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.319138] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.320408] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.327319] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.328759] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.375173] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.376669] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.378088] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.379513] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.380906] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.382849] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.384022] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.385077] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.386618] vgaarb: loaded\n[ 0.387224] vgaarb: bridge control possible 0000:00:02.0\n[ 0.388380] SCSI subsystem initialized\n[ 0.389217] ACPI: bus type USB registered\n[ 0.390032] usbcore: registered new interface driver usbfs\n[ 0.391073] usbcore: registered new interface driver hub\n[ 0.392078] usbcore: registered new device driver usb\n[ 0.393140] PCI: Using ACPI for IRQ routing\n[ 0.394175] NetLabel: Initializing\n[ 0.394889] NetLabel: domain hash size = 128\n[ 0.395744] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.396697] NetLabel: unlabeled traffic allowed by default\n[ 0.397793] clocksource: Switched to clocksource kvm-clock\n[ 0.403375] AppArmor: AppArmor Filesystem Enabled\n[ 0.404343] pnp: PnP ACPI init\n[ 0.405268] pnp: PnP ACPI: found 5 devices\n[ 0.411302] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.412998] NET: Registered protocol family 2\n[ 0.413984] TCP established hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.415269] TCP bind hash table entries: 2048 (order: 3, 32768 bytes)\n[ 0.416437] TCP: Hash tables configured (established 2048 bind 2048)\n[ 0.417600] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.418678] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.419852] NET: Registered protocol family 1\n[ 0.420723] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.421817] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.422890] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.437293] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.451566] Trying to unpack rootfs image as initramfs...\n[ 0.503538] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000)\n[ 0.518128] Scanning for low memory corruption every 60 seconds\n[ 0.519805] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.521564] audit: initializing netlink subsys (disabled)\n[ 0.523122] audit: type=2000 audit(1536057288.751:1): initialized\n[ 0.525041] Initialise system trusted keyring\n[ 0.526394] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.528170] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.530777] zbud: loaded\n[ 0.531726] VFS: Disk quotas dquot_6.6.0\n[ 0.532920] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.535124] fuse init (API version 7.23)\n[ 0.536393] Key type big_key registered\n[ 0.537570] Allocating IMA MOK and blacklist keyrings.\n[ 0.539179] Key type asymmetric registered\n[ 0.540420] Asymmetric key parser 'x509' registered\n[ 0.541844] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.543985] io scheduler noop registered\n[ 0.545173] io scheduler deadline registered (default)\n[ 0.546651] io scheduler cfq registered\n[ 0.547833] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.549373] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.551293] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.553474] ACPI: Power Button [PWRF]\n[ 0.554692] GHES: HEST is not enabled!\n[ 0.568692] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.596789] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.599019] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.624480] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.626766] Linux agpgart interface v0.103\n[ 0.629242] brd: module loaded\n[ 0.630428] loop: module loaded\n[ 0.634426] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.635859] GPT:90111 != 20971519\n[ 0.636540] GPT:Alternate GPT header not at the end of the disk.\n[ 0.637615] GPT:90111 != 20971519\n[ 0.638300] GPT: Use GNU Parted to correct GPT errors.\n[ 0.639260] vda: vda1 vda15\n[ 0.641177] scsi host0: ata_piix\n[ 0.642283] scsi host1: ata_piix\n[ 0.642985] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.644185] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.645607] libphy: Fixed MDIO Bus: probed\n[ 0.646428] tun: Universal TUN/TAP device driver, 1.6\n[ 0.647370] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.649569] PPP generic driver version 2.4.2\n[ 0.650699] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.651881] ehci-pci: EHCI PCI platform driver\n[ 0.652747] ehci-platform: EHCI generic platform driver\n[ 0.653720] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.654841] ohci-pci: OHCI PCI platform driver\n[ 0.655712] ohci-platform: OHCI generic platform driver\n[ 0.656678] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.671332] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.672324] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.673753] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.674771] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.675872] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.677092] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.678516] usb usb1: Product: UHCI Host Controller\n[ 0.679444] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.680570] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.681596] hub 1-0:1.0: USB hub found\n[ 0.682380] hub 1-0:1.0: 2 ports detected\n[ 0.683285] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.685372] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.686322] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.687343] mousedev: PS/2 mouse device common for all mice\n[ 0.688590] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.690408] rtc_cmos 00:00: RTC can wake from S4\n[ 0.691493] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.692676] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.693867] i2c /dev entries driver\n[ 0.694627] device-mapper: uevent: version 1.0.3\n[ 0.695550] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.697149] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.698413] NET: Registered protocol family 10\n[ 0.699409] NET: Registered protocol family 17\n[ 0.700289] Key type dns_resolver registered\n[ 0.701194] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.702273] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.704026] registered taskstats version 1\n[ 0.704845] Loading compiled-in X.509 certificates\n[ 0.706279] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.708108] zswap: loaded using pool lzo/zbud\n[ 0.709465] Key type trusted registered\n[ 0.711007] Key type encrypted registered\n[ 0.711834] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.712852] ima: No TPM chip found, activating TPM-bypass!\n[ 0.713890] evm: HMAC attrs: 0x1\n[ 0.714830] Magic number: 2:407:577\n[ 0.715671] rtc_cmos 00:00: setting system clock to 2018-09-04 10:34:48 UTC (1536057288)\n[ 0.717256] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.718359] EDD information not available.\n[ 0.802767] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.804301] Write protecting the kernel read-only data: 14336k\n[ 0.815963] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.817748] 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.858595] 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.14\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found 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-09-04 10:34:56,193 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/e98fafa4-1d83-4186-a42f-abb98642c580/action used request id req-68d1f1ec-e876-4564-ae1d-d115c155eeab 2018-09-04 10:34:56,197 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/e98fafa4-1d83-4186-a42f-abb98642c580 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ed533bd0fc9d97500c56f4fa8517eb14f442cd8b" 2018-09-04 10:34:56,944 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:34: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-e2d4c70f-7433-4e59-b20b-66f10db342ae x-compute-request-id: req-e2d4c70f-7433-4e59-b20b-66f10db342ae Content-Encoding: gzip Content-Length: 751 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"SimpleHealthCheck-8f6b88b3-5cec-492a-8296-1eb1316a1fdb-priv-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:95:08:47", "version": 4, "addr": "10.55.0.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/e98fafa4-1d83-4186-a42f-abb98642c580", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/e98fafa4-1d83-4186-a42f-abb98642c580", "rel": "bookmark"}], "image": {"id": "1cfc545f-18fd-4dec-a743-4091048230a0", "links": [{"href": "http://172.30.9.28:8774/images/1cfc545f-18fd-4dec-a743-4091048230a0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-04T10:34:47.000000", "flavor": {"id": "c662a3dd-76a7-4b38-a654-a158b6dc7582", "links": [{"href": "http://172.30.9.28:8774/flavors/c662a3dd-76a7-4b38-a654-a158b6dc7582", "rel": "bookmark"}]}, "id": "e98fafa4-1d83-4186-a42f-abb98642c580", "security_groups": [{"name": "default"}], "user_id": "1e54b4922ddf409783915c609dc57c02", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-04T10:34:48Z", "hostId": "851ac21cf6a8c0f64b8ebc2f7093e0254bb4af9b7658fec00ffacf50", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "SimpleHealthCheck-8f6b88b3-5cec-492a-8296-1eb1316a1fdb-inst", "created": "2018-09-04T10:34:43Z", "tenant_id": "1960765e8a3f4cef9b425bab3c37dc2a", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 10:34:56,944 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/e98fafa4-1d83-4186-a42f-abb98642c580 used request id req-e2d4c70f-7433-4e59-b20b-66f10db342ae 2018-09-04 10:34:56,947 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:8774/v2.1/servers/e98fafa4-1d83-4186-a42f-abb98642c580/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ed533bd0fc9d97500c56f4fa8517eb14f442cd8b" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-04 10:34:58,064 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:34: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-2558220b-6470-43a9-9fca-4b234ff3fa60 x-compute-request-id: req-2558220b-6470-43a9-9fca-4b234ff3fa60 Content-Encoding: gzip Content-Length: 7667 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 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 564598379 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 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.912 MHz processor\n[ 0.147613] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.149263] pid_max: default: 32768 minimum: 301\n[ 0.150152] ACPI: Core revision 20150930\n[ 0.151541] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.152842] Security Framework initialized\n[ 0.153652] Yama: becoming mindful.\n[ 0.154380] AppArmor: AppArmor initialized\n[ 0.155234] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.156517] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.157764] Mount-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.158949] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.160325] Initializing cgroup subsys io\n[ 0.161133] Initializing cgroup subsys memory\n[ 0.161983] Initializing cgroup subsys devices\n[ 0.162859] Initializing cgroup subsys freezer\n[ 0.163723] Initializing cgroup subsys net_cls\n[ 0.164581] Initializing cgroup subsys perf_event\n[ 0.165478] Initializing cgroup subsys net_prio\n[ 0.166349] Initializing cgroup subsys hugetlb\n[ 0.167213] Initializing cgroup subsys pids\n[ 0.168081] CPU: Physical Processor ID: 0\n[ 0.169566] mce: CPU supports 10 MCE banks\n[ 0.170408] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.171405] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.182343] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.188960] ftrace: allocating 31920 entries in 125 pages\n[ 0.216304] smpboot: Max logical packages: 1\n[ 0.217150] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.218490] x2apic enabled\n[ 0.219309] Switched APIC routing to physical x2apic.\n[ 0.221049] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.222161] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.224142] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.225913] KVM setup paravirtual spinlock\n[ 0.227247] x86: Booted up 1 node, 1 CPUs\n[ 0.228045] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.229425] devtmpfs: initialized\n[ 0.231126] evm: security.selinux\n[ 0.231817] evm: security.SMACK64\n[ 0.232509] evm: security.SMACK64EXEC\n[ 0.233247] evm: security.SMACK64TRANSMUTE\n[ 0.234044] evm: security.SMACK64MMAP\n[ 0.234788] evm: security.ima\n[ 0.235426] evm: security.capability\n[ 0.236227] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.238066] pinctrl core: initialized pinctrl subsystem\n[ 0.239169] RTC time: 10:34:47, date: 09/04/18\n[ 0.240124] NET: Registered protocol family 16\n[ 0.241096] cpuidle: using governor ladder\n[ 0.241907] cpuidle: using governor menu\n[ 0.242690] PCCT header not found.\n[ 0.243443] ACPI: bus type PCI registered\n[ 0.244243] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.245481] PCI: Using configuration type 1 for base access\n[ 0.247239] ACPI: Added _OSI(Module Device)\n[ 0.248081] ACPI: Added _OSI(Processor Device)\n[ 0.248938] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.249832] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.251911] ACPI: Interpreter enabled\n[ 0.252697] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.254551] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.256401] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.258256] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.260103] ACPI: (supports S0 S5)\n[ 0.260808] ACPI: Using IOAPIC for interrupt routing\n[ 0.261914] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.265026] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.266184] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.267423] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.268620] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.270850] acpiphp: Slot [3] registered\n[ 0.271656] acpiphp: Slot [4] registered\n[ 0.272461] acpiphp: Slot [5] registered\n[ 0.273262] acpiphp: Slot [6] registered\n[ 0.274063] acpiphp: Slot [7] registered\n[ 0.274865] acpiphp: Slot [8] registered\n[ 0.275666] acpiphp: Slot [9] registered\n[ 0.276467] acpiphp: Slot [10] registered\n[ 0.277286] acpiphp: Slot [11] registered\n[ 0.278101] acpiphp: Slot [12] registered\n[ 0.278918] acpiphp: Slot [13] registered\n[ 0.279734] acpiphp: Slot [14] registered\n[ 0.280545] acpiphp: Slot [15] registered\n[ 0.291377] acpiphp: Slot [16] registered\n[ 0.292197] acpiphp: Slot [17] registered\n[ 0.293008] acpiphp: Slot [18] registered\n[ 0.293825] acpiphp: Slot [19] registered\n[ 0.294639] acpiphp: Slot [20] registered\n[ 0.295458] acpiphp: Slot [21] registered\n[ 0.296272] acpiphp: Slot [22] registered\n[ 0.297085] acpiphp: Slot [23] registered\n[ 0.297897] acpiphp: Slot [24] registered\n[ 0.298714] acpiphp: Slot [25] registered\n[ 0.299535] acpiphp: Slot [26] registered\n[ 0.300350] acpiphp: Slot [27] registered\n[ 0.301162] acpiphp: Slot [28] registered\n[ 0.301970] acpiphp: Slot [29] registered\n[ 0.302793] acpiphp: Slot [30] registered\n[ 0.303617] acpiphp: Slot [31] registered\n[ 0.304430] PCI host bridge to bus 0000:00\n[ 0.305242] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.306455] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.307673] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.309127] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window]\n[ 0.310579] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.316673] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.317955] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.319138] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.320408] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.327319] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.328759] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.375173] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.376669] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.378088] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.379513] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.380906] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.382849] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.384022] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.385077] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.386618] vgaarb: loaded\n[ 0.387224] vgaarb: bridge control possible 0000:00:02.0\n[ 0.388380] SCSI subsystem initialized\n[ 0.389217] ACPI: bus type USB registered\n[ 0.390032] usbcore: registered new interface driver usbfs\n[ 0.391073] usbcore: registered new interface driver hub\n[ 0.392078] usbcore: registered new device driver usb\n[ 0.393140] PCI: Using ACPI for IRQ routing\n[ 0.394175] NetLabel: Initializing\n[ 0.394889] NetLabel: domain hash size = 128\n[ 0.395744] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.396697] NetLabel: unlabeled traffic allowed by default\n[ 0.397793] clocksource: Switched to clocksource kvm-clock\n[ 0.403375] AppArmor: AppArmor Filesystem Enabled\n[ 0.404343] pnp: PnP ACPI init\n[ 0.405268] pnp: PnP ACPI: found 5 devices\n[ 0.411302] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.412998] NET: Registered protocol family 2\n[ 0.413984] TCP established hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.415269] TCP bind hash table entries: 2048 (order: 3, 32768 bytes)\n[ 0.416437] TCP: Hash tables configured (established 2048 bind 2048)\n[ 0.417600] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.418678] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.419852] NET: Registered protocol family 1\n[ 0.420723] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.421817] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.422890] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.437293] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.451566] Trying to unpack rootfs image as initramfs...\n[ 0.503538] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000)\n[ 0.518128] Scanning for low memory corruption every 60 seconds\n[ 0.519805] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.521564] audit: initializing netlink subsys (disabled)\n[ 0.523122] audit: type=2000 audit(1536057288.751:1): initialized\n[ 0.525041] Initialise system trusted keyring\n[ 0.526394] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.528170] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.530777] zbud: loaded\n[ 0.531726] VFS: Disk quotas dquot_6.6.0\n[ 0.532920] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.535124] fuse init (API version 7.23)\n[ 0.536393] Key type big_key registered\n[ 0.537570] Allocating IMA MOK and blacklist keyrings.\n[ 0.539179] Key type asymmetric registered\n[ 0.540420] Asymmetric key parser 'x509' registered\n[ 0.541844] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.543985] io scheduler noop registered\n[ 0.545173] io scheduler deadline registered (default)\n[ 0.546651] io scheduler cfq registered\n[ 0.547833] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.549373] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.551293] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.553474] ACPI: Power Button [PWRF]\n[ 0.554692] GHES: HEST is not enabled!\n[ 0.568692] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.596789] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.599019] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.624480] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.626766] Linux agpgart interface v0.103\n[ 0.629242] brd: module loaded\n[ 0.630428] loop: module loaded\n[ 0.634426] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.635859] GPT:90111 != 20971519\n[ 0.636540] GPT:Alternate GPT header not at the end of the disk.\n[ 0.637615] GPT:90111 != 20971519\n[ 0.638300] GPT: Use GNU Parted to correct GPT errors.\n[ 0.639260] vda: vda1 vda15\n[ 0.641177] scsi host0: ata_piix\n[ 0.642283] scsi host1: ata_piix\n[ 0.642985] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.644185] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.645607] libphy: Fixed MDIO Bus: probed\n[ 0.646428] tun: Universal TUN/TAP device driver, 1.6\n[ 0.647370] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.649569] PPP generic driver version 2.4.2\n[ 0.650699] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.651881] ehci-pci: EHCI PCI platform driver\n[ 0.652747] ehci-platform: EHCI generic platform driver\n[ 0.653720] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.654841] ohci-pci: OHCI PCI platform driver\n[ 0.655712] ohci-platform: OHCI generic platform driver\n[ 0.656678] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.671332] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.672324] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.673753] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.674771] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.675872] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.677092] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.678516] usb usb1: Product: UHCI Host Controller\n[ 0.679444] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.680570] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.681596] hub 1-0:1.0: USB hub found\n[ 0.682380] hub 1-0:1.0: 2 ports detected\n[ 0.683285] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.685372] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.686322] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.687343] mousedev: PS/2 mouse device common for all mice\n[ 0.688590] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.690408] rtc_cmos 00:00: RTC can wake from S4\n[ 0.691493] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.692676] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.693867] i2c /dev entries driver\n[ 0.694627] device-mapper: uevent: version 1.0.3\n[ 0.695550] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.697149] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.698413] NET: Registered protocol family 10\n[ 0.699409] NET: Registered protocol family 17\n[ 0.700289] Key type dns_resolver registered\n[ 0.701194] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.702273] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.704026] registered taskstats version 1\n[ 0.704845] Loading compiled-in X.509 certificates\n[ 0.706279] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.708108] zswap: loaded using pool lzo/zbud\n[ 0.709465] Key type trusted registered\n[ 0.711007] Key type encrypted registered\n[ 0.711834] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.712852] ima: No TPM chip found, activating TPM-bypass!\n[ 0.713890] evm: HMAC attrs: 0x1\n[ 0.714830] Magic number: 2:407:577\n[ 0.715671] rtc_cmos 00:00: setting system clock to 2018-09-04 10:34:48 UTC (1536057288)\n[ 0.717256] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.718359] EDD information not available.\n[ 0.802767] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.804301] Write protecting the kernel read-only data: 14336k\n[ 0.815963] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.817748] 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.858595] 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.14\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found 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-09-04 10:34:58,064 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/e98fafa4-1d83-4186-a42f-abb98642c580/action used request id req-2558220b-6470-43a9-9fca-4b234ff3fa60 2018-09-04 10:34:58,068 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/e98fafa4-1d83-4186-a42f-abb98642c580 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ed533bd0fc9d97500c56f4fa8517eb14f442cd8b" 2018-09-04 10:34:58,617 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:34: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-27e4427e-d446-441c-933d-17b8415014da x-compute-request-id: req-27e4427e-d446-441c-933d-17b8415014da Content-Encoding: gzip Content-Length: 751 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"SimpleHealthCheck-8f6b88b3-5cec-492a-8296-1eb1316a1fdb-priv-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:95:08:47", "version": 4, "addr": "10.55.0.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/e98fafa4-1d83-4186-a42f-abb98642c580", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/e98fafa4-1d83-4186-a42f-abb98642c580", "rel": "bookmark"}], "image": {"id": "1cfc545f-18fd-4dec-a743-4091048230a0", "links": [{"href": "http://172.30.9.28:8774/images/1cfc545f-18fd-4dec-a743-4091048230a0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-04T10:34:47.000000", "flavor": {"id": "c662a3dd-76a7-4b38-a654-a158b6dc7582", "links": [{"href": "http://172.30.9.28:8774/flavors/c662a3dd-76a7-4b38-a654-a158b6dc7582", "rel": "bookmark"}]}, "id": "e98fafa4-1d83-4186-a42f-abb98642c580", "security_groups": [{"name": "default"}], "user_id": "1e54b4922ddf409783915c609dc57c02", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-04T10:34:48Z", "hostId": "851ac21cf6a8c0f64b8ebc2f7093e0254bb4af9b7658fec00ffacf50", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "SimpleHealthCheck-8f6b88b3-5cec-492a-8296-1eb1316a1fdb-inst", "created": "2018-09-04T10:34:43Z", "tenant_id": "1960765e8a3f4cef9b425bab3c37dc2a", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 10:34:58,617 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/e98fafa4-1d83-4186-a42f-abb98642c580 used request id req-27e4427e-d446-441c-933d-17b8415014da 2018-09-04 10:34:58,620 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:8774/v2.1/servers/e98fafa4-1d83-4186-a42f-abb98642c580/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ed533bd0fc9d97500c56f4fa8517eb14f442cd8b" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-04 10:34:59,763 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:34: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-087df893-48e5-49c9-b797-841c2871a824 x-compute-request-id: req-087df893-48e5-49c9-b797-841c2871a824 Content-Encoding: gzip Content-Length: 7667 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 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 564598379 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 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.912 MHz processor\n[ 0.147613] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.149263] pid_max: default: 32768 minimum: 301\n[ 0.150152] ACPI: Core revision 20150930\n[ 0.151541] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.152842] Security Framework initialized\n[ 0.153652] Yama: becoming mindful.\n[ 0.154380] AppArmor: AppArmor initialized\n[ 0.155234] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.156517] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.157764] Mount-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.158949] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.160325] Initializing cgroup subsys io\n[ 0.161133] Initializing cgroup subsys memory\n[ 0.161983] Initializing cgroup subsys devices\n[ 0.162859] Initializing cgroup subsys freezer\n[ 0.163723] Initializing cgroup subsys net_cls\n[ 0.164581] Initializing cgroup subsys perf_event\n[ 0.165478] Initializing cgroup subsys net_prio\n[ 0.166349] Initializing cgroup subsys hugetlb\n[ 0.167213] Initializing cgroup subsys pids\n[ 0.168081] CPU: Physical Processor ID: 0\n[ 0.169566] mce: CPU supports 10 MCE banks\n[ 0.170408] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.171405] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.182343] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.188960] ftrace: allocating 31920 entries in 125 pages\n[ 0.216304] smpboot: Max logical packages: 1\n[ 0.217150] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.218490] x2apic enabled\n[ 0.219309] Switched APIC routing to physical x2apic.\n[ 0.221049] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.222161] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.224142] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.225913] KVM setup paravirtual spinlock\n[ 0.227247] x86: Booted up 1 node, 1 CPUs\n[ 0.228045] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.229425] devtmpfs: initialized\n[ 0.231126] evm: security.selinux\n[ 0.231817] evm: security.SMACK64\n[ 0.232509] evm: security.SMACK64EXEC\n[ 0.233247] evm: security.SMACK64TRANSMUTE\n[ 0.234044] evm: security.SMACK64MMAP\n[ 0.234788] evm: security.ima\n[ 0.235426] evm: security.capability\n[ 0.236227] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.238066] pinctrl core: initialized pinctrl subsystem\n[ 0.239169] RTC time: 10:34:47, date: 09/04/18\n[ 0.240124] NET: Registered protocol family 16\n[ 0.241096] cpuidle: using governor ladder\n[ 0.241907] cpuidle: using governor menu\n[ 0.242690] PCCT header not found.\n[ 0.243443] ACPI: bus type PCI registered\n[ 0.244243] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.245481] PCI: Using configuration type 1 for base access\n[ 0.247239] ACPI: Added _OSI(Module Device)\n[ 0.248081] ACPI: Added _OSI(Processor Device)\n[ 0.248938] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.249832] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.251911] ACPI: Interpreter enabled\n[ 0.252697] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.254551] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.256401] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.258256] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.260103] ACPI: (supports S0 S5)\n[ 0.260808] ACPI: Using IOAPIC for interrupt routing\n[ 0.261914] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.265026] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.266184] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.267423] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.268620] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.270850] acpiphp: Slot [3] registered\n[ 0.271656] acpiphp: Slot [4] registered\n[ 0.272461] acpiphp: Slot [5] registered\n[ 0.273262] acpiphp: Slot [6] registered\n[ 0.274063] acpiphp: Slot [7] registered\n[ 0.274865] acpiphp: Slot [8] registered\n[ 0.275666] acpiphp: Slot [9] registered\n[ 0.276467] acpiphp: Slot [10] registered\n[ 0.277286] acpiphp: Slot [11] registered\n[ 0.278101] acpiphp: Slot [12] registered\n[ 0.278918] acpiphp: Slot [13] registered\n[ 0.279734] acpiphp: Slot [14] registered\n[ 0.280545] acpiphp: Slot [15] registered\n[ 0.291377] acpiphp: Slot [16] registered\n[ 0.292197] acpiphp: Slot [17] registered\n[ 0.293008] acpiphp: Slot [18] registered\n[ 0.293825] acpiphp: Slot [19] registered\n[ 0.294639] acpiphp: Slot [20] registered\n[ 0.295458] acpiphp: Slot [21] registered\n[ 0.296272] acpiphp: Slot [22] registered\n[ 0.297085] acpiphp: Slot [23] registered\n[ 0.297897] acpiphp: Slot [24] registered\n[ 0.298714] acpiphp: Slot [25] registered\n[ 0.299535] acpiphp: Slot [26] registered\n[ 0.300350] acpiphp: Slot [27] registered\n[ 0.301162] acpiphp: Slot [28] registered\n[ 0.301970] acpiphp: Slot [29] registered\n[ 0.302793] acpiphp: Slot [30] registered\n[ 0.303617] acpiphp: Slot [31] registered\n[ 0.304430] PCI host bridge to bus 0000:00\n[ 0.305242] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.306455] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.307673] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.309127] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window]\n[ 0.310579] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.316673] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.317955] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.319138] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.320408] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.327319] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.328759] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.375173] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.376669] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.378088] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.379513] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.380906] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.382849] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.384022] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.385077] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.386618] vgaarb: loaded\n[ 0.387224] vgaarb: bridge control possible 0000:00:02.0\n[ 0.388380] SCSI subsystem initialized\n[ 0.389217] ACPI: bus type USB registered\n[ 0.390032] usbcore: registered new interface driver usbfs\n[ 0.391073] usbcore: registered new interface driver hub\n[ 0.392078] usbcore: registered new device driver usb\n[ 0.393140] PCI: Using ACPI for IRQ routing\n[ 0.394175] NetLabel: Initializing\n[ 0.394889] NetLabel: domain hash size = 128\n[ 0.395744] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.396697] NetLabel: unlabeled traffic allowed by default\n[ 0.397793] clocksource: Switched to clocksource kvm-clock\n[ 0.403375] AppArmor: AppArmor Filesystem Enabled\n[ 0.404343] pnp: PnP ACPI init\n[ 0.405268] pnp: PnP ACPI: found 5 devices\n[ 0.411302] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.412998] NET: Registered protocol family 2\n[ 0.413984] TCP established hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.415269] TCP bind hash table entries: 2048 (order: 3, 32768 bytes)\n[ 0.416437] TCP: Hash tables configured (established 2048 bind 2048)\n[ 0.417600] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.418678] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.419852] NET: Registered protocol family 1\n[ 0.420723] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.421817] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.422890] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.437293] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.451566] Trying to unpack rootfs image as initramfs...\n[ 0.503538] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000)\n[ 0.518128] Scanning for low memory corruption every 60 seconds\n[ 0.519805] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.521564] audit: initializing netlink subsys (disabled)\n[ 0.523122] audit: type=2000 audit(1536057288.751:1): initialized\n[ 0.525041] Initialise system trusted keyring\n[ 0.526394] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.528170] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.530777] zbud: loaded\n[ 0.531726] VFS: Disk quotas dquot_6.6.0\n[ 0.532920] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.535124] fuse init (API version 7.23)\n[ 0.536393] Key type big_key registered\n[ 0.537570] Allocating IMA MOK and blacklist keyrings.\n[ 0.539179] Key type asymmetric registered\n[ 0.540420] Asymmetric key parser 'x509' registered\n[ 0.541844] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.543985] io scheduler noop registered\n[ 0.545173] io scheduler deadline registered (default)\n[ 0.546651] io scheduler cfq registered\n[ 0.547833] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.549373] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.551293] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.553474] ACPI: Power Button [PWRF]\n[ 0.554692] GHES: HEST is not enabled!\n[ 0.568692] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.596789] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.599019] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.624480] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.626766] Linux agpgart interface v0.103\n[ 0.629242] brd: module loaded\n[ 0.630428] loop: module loaded\n[ 0.634426] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.635859] GPT:90111 != 20971519\n[ 0.636540] GPT:Alternate GPT header not at the end of the disk.\n[ 0.637615] GPT:90111 != 20971519\n[ 0.638300] GPT: Use GNU Parted to correct GPT errors.\n[ 0.639260] vda: vda1 vda15\n[ 0.641177] scsi host0: ata_piix\n[ 0.642283] scsi host1: ata_piix\n[ 0.642985] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.644185] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.645607] libphy: Fixed MDIO Bus: probed\n[ 0.646428] tun: Universal TUN/TAP device driver, 1.6\n[ 0.647370] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.649569] PPP generic driver version 2.4.2\n[ 0.650699] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.651881] ehci-pci: EHCI PCI platform driver\n[ 0.652747] ehci-platform: EHCI generic platform driver\n[ 0.653720] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.654841] ohci-pci: OHCI PCI platform driver\n[ 0.655712] ohci-platform: OHCI generic platform driver\n[ 0.656678] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.671332] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.672324] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.673753] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.674771] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.675872] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.677092] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.678516] usb usb1: Product: UHCI Host Controller\n[ 0.679444] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.680570] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.681596] hub 1-0:1.0: USB hub found\n[ 0.682380] hub 1-0:1.0: 2 ports detected\n[ 0.683285] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.685372] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.686322] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.687343] mousedev: PS/2 mouse device common for all mice\n[ 0.688590] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.690408] rtc_cmos 00:00: RTC can wake from S4\n[ 0.691493] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.692676] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.693867] i2c /dev entries driver\n[ 0.694627] device-mapper: uevent: version 1.0.3\n[ 0.695550] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.697149] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.698413] NET: Registered protocol family 10\n[ 0.699409] NET: Registered protocol family 17\n[ 0.700289] Key type dns_resolver registered\n[ 0.701194] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.702273] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.704026] registered taskstats version 1\n[ 0.704845] Loading compiled-in X.509 certificates\n[ 0.706279] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.708108] zswap: loaded using pool lzo/zbud\n[ 0.709465] Key type trusted registered\n[ 0.711007] Key type encrypted registered\n[ 0.711834] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.712852] ima: No TPM chip found, activating TPM-bypass!\n[ 0.713890] evm: HMAC attrs: 0x1\n[ 0.714830] Magic number: 2:407:577\n[ 0.715671] rtc_cmos 00:00: setting system clock to 2018-09-04 10:34:48 UTC (1536057288)\n[ 0.717256] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.718359] EDD information not available.\n[ 0.802767] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.804301] Write protecting the kernel read-only data: 14336k\n[ 0.815963] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.817748] 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.858595] 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.14\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found 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-09-04 10:34:59,764 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/e98fafa4-1d83-4186-a42f-abb98642c580/action used request id req-087df893-48e5-49c9-b797-841c2871a824 2018-09-04 10:34:59,769 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/e98fafa4-1d83-4186-a42f-abb98642c580 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ed533bd0fc9d97500c56f4fa8517eb14f442cd8b" 2018-09-04 10:35:00,093 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:34: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-290ac669-ad01-4af0-82f7-4d7975b88f4b x-compute-request-id: req-290ac669-ad01-4af0-82f7-4d7975b88f4b Content-Encoding: gzip Content-Length: 751 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"SimpleHealthCheck-8f6b88b3-5cec-492a-8296-1eb1316a1fdb-priv-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:95:08:47", "version": 4, "addr": "10.55.0.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/e98fafa4-1d83-4186-a42f-abb98642c580", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/e98fafa4-1d83-4186-a42f-abb98642c580", "rel": "bookmark"}], "image": {"id": "1cfc545f-18fd-4dec-a743-4091048230a0", "links": [{"href": "http://172.30.9.28:8774/images/1cfc545f-18fd-4dec-a743-4091048230a0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-04T10:34:47.000000", "flavor": {"id": "c662a3dd-76a7-4b38-a654-a158b6dc7582", "links": [{"href": "http://172.30.9.28:8774/flavors/c662a3dd-76a7-4b38-a654-a158b6dc7582", "rel": "bookmark"}]}, "id": "e98fafa4-1d83-4186-a42f-abb98642c580", "security_groups": [{"name": "default"}], "user_id": "1e54b4922ddf409783915c609dc57c02", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-04T10:34:48Z", "hostId": "851ac21cf6a8c0f64b8ebc2f7093e0254bb4af9b7658fec00ffacf50", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "SimpleHealthCheck-8f6b88b3-5cec-492a-8296-1eb1316a1fdb-inst", "created": "2018-09-04T10:34:43Z", "tenant_id": "1960765e8a3f4cef9b425bab3c37dc2a", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 10:35:00,093 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/e98fafa4-1d83-4186-a42f-abb98642c580 used request id req-290ac669-ad01-4af0-82f7-4d7975b88f4b 2018-09-04 10:35:00,096 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:8774/v2.1/servers/e98fafa4-1d83-4186-a42f-abb98642c580/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ed533bd0fc9d97500c56f4fa8517eb14f442cd8b" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-04 10:35:01,236 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:35: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-af7698b6-7478-4127-ad02-fbd35dc3903e x-compute-request-id: req-af7698b6-7478-4127-ad02-fbd35dc3903e Content-Encoding: gzip Content-Length: 7667 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 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 564598379 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 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.912 MHz processor\n[ 0.147613] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.149263] pid_max: default: 32768 minimum: 301\n[ 0.150152] ACPI: Core revision 20150930\n[ 0.151541] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.152842] Security Framework initialized\n[ 0.153652] Yama: becoming mindful.\n[ 0.154380] AppArmor: AppArmor initialized\n[ 0.155234] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.156517] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.157764] Mount-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.158949] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.160325] Initializing cgroup subsys io\n[ 0.161133] Initializing cgroup subsys memory\n[ 0.161983] Initializing cgroup subsys devices\n[ 0.162859] Initializing cgroup subsys freezer\n[ 0.163723] Initializing cgroup subsys net_cls\n[ 0.164581] Initializing cgroup subsys perf_event\n[ 0.165478] Initializing cgroup subsys net_prio\n[ 0.166349] Initializing cgroup subsys hugetlb\n[ 0.167213] Initializing cgroup subsys pids\n[ 0.168081] CPU: Physical Processor ID: 0\n[ 0.169566] mce: CPU supports 10 MCE banks\n[ 0.170408] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.171405] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.182343] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.188960] ftrace: allocating 31920 entries in 125 pages\n[ 0.216304] smpboot: Max logical packages: 1\n[ 0.217150] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.218490] x2apic enabled\n[ 0.219309] Switched APIC routing to physical x2apic.\n[ 0.221049] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.222161] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.224142] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.225913] KVM setup paravirtual spinlock\n[ 0.227247] x86: Booted up 1 node, 1 CPUs\n[ 0.228045] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.229425] devtmpfs: initialized\n[ 0.231126] evm: security.selinux\n[ 0.231817] evm: security.SMACK64\n[ 0.232509] evm: security.SMACK64EXEC\n[ 0.233247] evm: security.SMACK64TRANSMUTE\n[ 0.234044] evm: security.SMACK64MMAP\n[ 0.234788] evm: security.ima\n[ 0.235426] evm: security.capability\n[ 0.236227] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.238066] pinctrl core: initialized pinctrl subsystem\n[ 0.239169] RTC time: 10:34:47, date: 09/04/18\n[ 0.240124] NET: Registered protocol family 16\n[ 0.241096] cpuidle: using governor ladder\n[ 0.241907] cpuidle: using governor menu\n[ 0.242690] PCCT header not found.\n[ 0.243443] ACPI: bus type PCI registered\n[ 0.244243] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.245481] PCI: Using configuration type 1 for base access\n[ 0.247239] ACPI: Added _OSI(Module Device)\n[ 0.248081] ACPI: Added _OSI(Processor Device)\n[ 0.248938] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.249832] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.251911] ACPI: Interpreter enabled\n[ 0.252697] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.254551] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.256401] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.258256] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.260103] ACPI: (supports S0 S5)\n[ 0.260808] ACPI: Using IOAPIC for interrupt routing\n[ 0.261914] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.265026] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.266184] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.267423] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.268620] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.270850] acpiphp: Slot [3] registered\n[ 0.271656] acpiphp: Slot [4] registered\n[ 0.272461] acpiphp: Slot [5] registered\n[ 0.273262] acpiphp: Slot [6] registered\n[ 0.274063] acpiphp: Slot [7] registered\n[ 0.274865] acpiphp: Slot [8] registered\n[ 0.275666] acpiphp: Slot [9] registered\n[ 0.276467] acpiphp: Slot [10] registered\n[ 0.277286] acpiphp: Slot [11] registered\n[ 0.278101] acpiphp: Slot [12] registered\n[ 0.278918] acpiphp: Slot [13] registered\n[ 0.279734] acpiphp: Slot [14] registered\n[ 0.280545] acpiphp: Slot [15] registered\n[ 0.291377] acpiphp: Slot [16] registered\n[ 0.292197] acpiphp: Slot [17] registered\n[ 0.293008] acpiphp: Slot [18] registered\n[ 0.293825] acpiphp: Slot [19] registered\n[ 0.294639] acpiphp: Slot [20] registered\n[ 0.295458] acpiphp: Slot [21] registered\n[ 0.296272] acpiphp: Slot [22] registered\n[ 0.297085] acpiphp: Slot [23] registered\n[ 0.297897] acpiphp: Slot [24] registered\n[ 0.298714] acpiphp: Slot [25] registered\n[ 0.299535] acpiphp: Slot [26] registered\n[ 0.300350] acpiphp: Slot [27] registered\n[ 0.301162] acpiphp: Slot [28] registered\n[ 0.301970] acpiphp: Slot [29] registered\n[ 0.302793] acpiphp: Slot [30] registered\n[ 0.303617] acpiphp: Slot [31] registered\n[ 0.304430] PCI host bridge to bus 0000:00\n[ 0.305242] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.306455] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.307673] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.309127] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window]\n[ 0.310579] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.316673] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.317955] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.319138] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.320408] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.327319] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.328759] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.375173] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.376669] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.378088] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.379513] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.380906] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.382849] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.384022] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.385077] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.386618] vgaarb: loaded\n[ 0.387224] vgaarb: bridge control possible 0000:00:02.0\n[ 0.388380] SCSI subsystem initialized\n[ 0.389217] ACPI: bus type USB registered\n[ 0.390032] usbcore: registered new interface driver usbfs\n[ 0.391073] usbcore: registered new interface driver hub\n[ 0.392078] usbcore: registered new device driver usb\n[ 0.393140] PCI: Using ACPI for IRQ routing\n[ 0.394175] NetLabel: Initializing\n[ 0.394889] NetLabel: domain hash size = 128\n[ 0.395744] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.396697] NetLabel: unlabeled traffic allowed by default\n[ 0.397793] clocksource: Switched to clocksource kvm-clock\n[ 0.403375] AppArmor: AppArmor Filesystem Enabled\n[ 0.404343] pnp: PnP ACPI init\n[ 0.405268] pnp: PnP ACPI: found 5 devices\n[ 0.411302] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.412998] NET: Registered protocol family 2\n[ 0.413984] TCP established hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.415269] TCP bind hash table entries: 2048 (order: 3, 32768 bytes)\n[ 0.416437] TCP: Hash tables configured (established 2048 bind 2048)\n[ 0.417600] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.418678] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.419852] NET: Registered protocol family 1\n[ 0.420723] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.421817] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.422890] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.437293] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.451566] Trying to unpack rootfs image as initramfs...\n[ 0.503538] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000)\n[ 0.518128] Scanning for low memory corruption every 60 seconds\n[ 0.519805] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.521564] audit: initializing netlink subsys (disabled)\n[ 0.523122] audit: type=2000 audit(1536057288.751:1): initialized\n[ 0.525041] Initialise system trusted keyring\n[ 0.526394] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.528170] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.530777] zbud: loaded\n[ 0.531726] VFS: Disk quotas dquot_6.6.0\n[ 0.532920] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.535124] fuse init (API version 7.23)\n[ 0.536393] Key type big_key registered\n[ 0.537570] Allocating IMA MOK and blacklist keyrings.\n[ 0.539179] Key type asymmetric registered\n[ 0.540420] Asymmetric key parser 'x509' registered\n[ 0.541844] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.543985] io scheduler noop registered\n[ 0.545173] io scheduler deadline registered (default)\n[ 0.546651] io scheduler cfq registered\n[ 0.547833] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.549373] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.551293] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.553474] ACPI: Power Button [PWRF]\n[ 0.554692] GHES: HEST is not enabled!\n[ 0.568692] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.596789] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.599019] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.624480] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.626766] Linux agpgart interface v0.103\n[ 0.629242] brd: module loaded\n[ 0.630428] loop: module loaded\n[ 0.634426] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.635859] GPT:90111 != 20971519\n[ 0.636540] GPT:Alternate GPT header not at the end of the disk.\n[ 0.637615] GPT:90111 != 20971519\n[ 0.638300] GPT: Use GNU Parted to correct GPT errors.\n[ 0.639260] vda: vda1 vda15\n[ 0.641177] scsi host0: ata_piix\n[ 0.642283] scsi host1: ata_piix\n[ 0.642985] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.644185] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.645607] libphy: Fixed MDIO Bus: probed\n[ 0.646428] tun: Universal TUN/TAP device driver, 1.6\n[ 0.647370] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.649569] PPP generic driver version 2.4.2\n[ 0.650699] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.651881] ehci-pci: EHCI PCI platform driver\n[ 0.652747] ehci-platform: EHCI generic platform driver\n[ 0.653720] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.654841] ohci-pci: OHCI PCI platform driver\n[ 0.655712] ohci-platform: OHCI generic platform driver\n[ 0.656678] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.671332] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.672324] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.673753] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.674771] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.675872] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.677092] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.678516] usb usb1: Product: UHCI Host Controller\n[ 0.679444] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.680570] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.681596] hub 1-0:1.0: USB hub found\n[ 0.682380] hub 1-0:1.0: 2 ports detected\n[ 0.683285] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.685372] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.686322] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.687343] mousedev: PS/2 mouse device common for all mice\n[ 0.688590] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.690408] rtc_cmos 00:00: RTC can wake from S4\n[ 0.691493] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.692676] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.693867] i2c /dev entries driver\n[ 0.694627] device-mapper: uevent: version 1.0.3\n[ 0.695550] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.697149] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.698413] NET: Registered protocol family 10\n[ 0.699409] NET: Registered protocol family 17\n[ 0.700289] Key type dns_resolver registered\n[ 0.701194] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.702273] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.704026] registered taskstats version 1\n[ 0.704845] Loading compiled-in X.509 certificates\n[ 0.706279] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.708108] zswap: loaded using pool lzo/zbud\n[ 0.709465] Key type trusted registered\n[ 0.711007] Key type encrypted registered\n[ 0.711834] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.712852] ima: No TPM chip found, activating TPM-bypass!\n[ 0.713890] evm: HMAC attrs: 0x1\n[ 0.714830] Magic number: 2:407:577\n[ 0.715671] rtc_cmos 00:00: setting system clock to 2018-09-04 10:34:48 UTC (1536057288)\n[ 0.717256] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.718359] EDD information not available.\n[ 0.802767] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.804301] Write protecting the kernel read-only data: 14336k\n[ 0.815963] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.817748] 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.858595] 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.14\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found 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-09-04 10:35:01,237 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/e98fafa4-1d83-4186-a42f-abb98642c580/action used request id req-af7698b6-7478-4127-ad02-fbd35dc3903e 2018-09-04 10:35:01,241 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/e98fafa4-1d83-4186-a42f-abb98642c580 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ed533bd0fc9d97500c56f4fa8517eb14f442cd8b" 2018-09-04 10:35:02,217 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:35: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-4b658b2c-d31f-4f9d-a020-689f833d2144 x-compute-request-id: req-4b658b2c-d31f-4f9d-a020-689f833d2144 Content-Encoding: gzip Content-Length: 751 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"SimpleHealthCheck-8f6b88b3-5cec-492a-8296-1eb1316a1fdb-priv-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:95:08:47", "version": 4, "addr": "10.55.0.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/e98fafa4-1d83-4186-a42f-abb98642c580", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/e98fafa4-1d83-4186-a42f-abb98642c580", "rel": "bookmark"}], "image": {"id": "1cfc545f-18fd-4dec-a743-4091048230a0", "links": [{"href": "http://172.30.9.28:8774/images/1cfc545f-18fd-4dec-a743-4091048230a0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-04T10:34:47.000000", "flavor": {"id": "c662a3dd-76a7-4b38-a654-a158b6dc7582", "links": [{"href": "http://172.30.9.28:8774/flavors/c662a3dd-76a7-4b38-a654-a158b6dc7582", "rel": "bookmark"}]}, "id": "e98fafa4-1d83-4186-a42f-abb98642c580", "security_groups": [{"name": "default"}], "user_id": "1e54b4922ddf409783915c609dc57c02", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-04T10:34:48Z", "hostId": "851ac21cf6a8c0f64b8ebc2f7093e0254bb4af9b7658fec00ffacf50", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "SimpleHealthCheck-8f6b88b3-5cec-492a-8296-1eb1316a1fdb-inst", "created": "2018-09-04T10:34:43Z", "tenant_id": "1960765e8a3f4cef9b425bab3c37dc2a", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 10:35:02,217 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/e98fafa4-1d83-4186-a42f-abb98642c580 used request id req-4b658b2c-d31f-4f9d-a020-689f833d2144 2018-09-04 10:35:02,221 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:8774/v2.1/servers/e98fafa4-1d83-4186-a42f-abb98642c580/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ed533bd0fc9d97500c56f4fa8517eb14f442cd8b" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-04 10:35:03,287 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:35: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-f34289f4-c214-40da-9178-2dd58e6e9a83 x-compute-request-id: req-f34289f4-c214-40da-9178-2dd58e6e9a83 Content-Encoding: gzip Content-Length: 7667 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 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 564598379 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 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.912 MHz processor\n[ 0.147613] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.149263] pid_max: default: 32768 minimum: 301\n[ 0.150152] ACPI: Core revision 20150930\n[ 0.151541] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.152842] Security Framework initialized\n[ 0.153652] Yama: becoming mindful.\n[ 0.154380] AppArmor: AppArmor initialized\n[ 0.155234] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.156517] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.157764] Mount-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.158949] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.160325] Initializing cgroup subsys io\n[ 0.161133] Initializing cgroup subsys memory\n[ 0.161983] Initializing cgroup subsys devices\n[ 0.162859] Initializing cgroup subsys freezer\n[ 0.163723] Initializing cgroup subsys net_cls\n[ 0.164581] Initializing cgroup subsys perf_event\n[ 0.165478] Initializing cgroup subsys net_prio\n[ 0.166349] Initializing cgroup subsys hugetlb\n[ 0.167213] Initializing cgroup subsys pids\n[ 0.168081] CPU: Physical Processor ID: 0\n[ 0.169566] mce: CPU supports 10 MCE banks\n[ 0.170408] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.171405] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.182343] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.188960] ftrace: allocating 31920 entries in 125 pages\n[ 0.216304] smpboot: Max logical packages: 1\n[ 0.217150] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.218490] x2apic enabled\n[ 0.219309] Switched APIC routing to physical x2apic.\n[ 0.221049] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.222161] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.224142] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.225913] KVM setup paravirtual spinlock\n[ 0.227247] x86: Booted up 1 node, 1 CPUs\n[ 0.228045] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.229425] devtmpfs: initialized\n[ 0.231126] evm: security.selinux\n[ 0.231817] evm: security.SMACK64\n[ 0.232509] evm: security.SMACK64EXEC\n[ 0.233247] evm: security.SMACK64TRANSMUTE\n[ 0.234044] evm: security.SMACK64MMAP\n[ 0.234788] evm: security.ima\n[ 0.235426] evm: security.capability\n[ 0.236227] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.238066] pinctrl core: initialized pinctrl subsystem\n[ 0.239169] RTC time: 10:34:47, date: 09/04/18\n[ 0.240124] NET: Registered protocol family 16\n[ 0.241096] cpuidle: using governor ladder\n[ 0.241907] cpuidle: using governor menu\n[ 0.242690] PCCT header not found.\n[ 0.243443] ACPI: bus type PCI registered\n[ 0.244243] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.245481] PCI: Using configuration type 1 for base access\n[ 0.247239] ACPI: Added _OSI(Module Device)\n[ 0.248081] ACPI: Added _OSI(Processor Device)\n[ 0.248938] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.249832] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.251911] ACPI: Interpreter enabled\n[ 0.252697] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.254551] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.256401] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.258256] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.260103] ACPI: (supports S0 S5)\n[ 0.260808] ACPI: Using IOAPIC for interrupt routing\n[ 0.261914] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.265026] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.266184] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.267423] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.268620] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.270850] acpiphp: Slot [3] registered\n[ 0.271656] acpiphp: Slot [4] registered\n[ 0.272461] acpiphp: Slot [5] registered\n[ 0.273262] acpiphp: Slot [6] registered\n[ 0.274063] acpiphp: Slot [7] registered\n[ 0.274865] acpiphp: Slot [8] registered\n[ 0.275666] acpiphp: Slot [9] registered\n[ 0.276467] acpiphp: Slot [10] registered\n[ 0.277286] acpiphp: Slot [11] registered\n[ 0.278101] acpiphp: Slot [12] registered\n[ 0.278918] acpiphp: Slot [13] registered\n[ 0.279734] acpiphp: Slot [14] registered\n[ 0.280545] acpiphp: Slot [15] registered\n[ 0.291377] acpiphp: Slot [16] registered\n[ 0.292197] acpiphp: Slot [17] registered\n[ 0.293008] acpiphp: Slot [18] registered\n[ 0.293825] acpiphp: Slot [19] registered\n[ 0.294639] acpiphp: Slot [20] registered\n[ 0.295458] acpiphp: Slot [21] registered\n[ 0.296272] acpiphp: Slot [22] registered\n[ 0.297085] acpiphp: Slot [23] registered\n[ 0.297897] acpiphp: Slot [24] registered\n[ 0.298714] acpiphp: Slot [25] registered\n[ 0.299535] acpiphp: Slot [26] registered\n[ 0.300350] acpiphp: Slot [27] registered\n[ 0.301162] acpiphp: Slot [28] registered\n[ 0.301970] acpiphp: Slot [29] registered\n[ 0.302793] acpiphp: Slot [30] registered\n[ 0.303617] acpiphp: Slot [31] registered\n[ 0.304430] PCI host bridge to bus 0000:00\n[ 0.305242] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.306455] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.307673] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.309127] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window]\n[ 0.310579] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.316673] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.317955] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.319138] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.320408] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.327319] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.328759] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.375173] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.376669] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.378088] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.379513] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.380906] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.382849] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.384022] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.385077] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.386618] vgaarb: loaded\n[ 0.387224] vgaarb: bridge control possible 0000:00:02.0\n[ 0.388380] SCSI subsystem initialized\n[ 0.389217] ACPI: bus type USB registered\n[ 0.390032] usbcore: registered new interface driver usbfs\n[ 0.391073] usbcore: registered new interface driver hub\n[ 0.392078] usbcore: registered new device driver usb\n[ 0.393140] PCI: Using ACPI for IRQ routing\n[ 0.394175] NetLabel: Initializing\n[ 0.394889] NetLabel: domain hash size = 128\n[ 0.395744] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.396697] NetLabel: unlabeled traffic allowed by default\n[ 0.397793] clocksource: Switched to clocksource kvm-clock\n[ 0.403375] AppArmor: AppArmor Filesystem Enabled\n[ 0.404343] pnp: PnP ACPI init\n[ 0.405268] pnp: PnP ACPI: found 5 devices\n[ 0.411302] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.412998] NET: Registered protocol family 2\n[ 0.413984] TCP established hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.415269] TCP bind hash table entries: 2048 (order: 3, 32768 bytes)\n[ 0.416437] TCP: Hash tables configured (established 2048 bind 2048)\n[ 0.417600] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.418678] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.419852] NET: Registered protocol family 1\n[ 0.420723] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.421817] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.422890] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.437293] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.451566] Trying to unpack rootfs image as initramfs...\n[ 0.503538] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000)\n[ 0.518128] Scanning for low memory corruption every 60 seconds\n[ 0.519805] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.521564] audit: initializing netlink subsys (disabled)\n[ 0.523122] audit: type=2000 audit(1536057288.751:1): initialized\n[ 0.525041] Initialise system trusted keyring\n[ 0.526394] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.528170] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.530777] zbud: loaded\n[ 0.531726] VFS: Disk quotas dquot_6.6.0\n[ 0.532920] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.535124] fuse init (API version 7.23)\n[ 0.536393] Key type big_key registered\n[ 0.537570] Allocating IMA MOK and blacklist keyrings.\n[ 0.539179] Key type asymmetric registered\n[ 0.540420] Asymmetric key parser 'x509' registered\n[ 0.541844] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.543985] io scheduler noop registered\n[ 0.545173] io scheduler deadline registered (default)\n[ 0.546651] io scheduler cfq registered\n[ 0.547833] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.549373] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.551293] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.553474] ACPI: Power Button [PWRF]\n[ 0.554692] GHES: HEST is not enabled!\n[ 0.568692] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.596789] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.599019] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.624480] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.626766] Linux agpgart interface v0.103\n[ 0.629242] brd: module loaded\n[ 0.630428] loop: module loaded\n[ 0.634426] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.635859] GPT:90111 != 20971519\n[ 0.636540] GPT:Alternate GPT header not at the end of the disk.\n[ 0.637615] GPT:90111 != 20971519\n[ 0.638300] GPT: Use GNU Parted to correct GPT errors.\n[ 0.639260] vda: vda1 vda15\n[ 0.641177] scsi host0: ata_piix\n[ 0.642283] scsi host1: ata_piix\n[ 0.642985] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.644185] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.645607] libphy: Fixed MDIO Bus: probed\n[ 0.646428] tun: Universal TUN/TAP device driver, 1.6\n[ 0.647370] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.649569] PPP generic driver version 2.4.2\n[ 0.650699] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.651881] ehci-pci: EHCI PCI platform driver\n[ 0.652747] ehci-platform: EHCI generic platform driver\n[ 0.653720] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.654841] ohci-pci: OHCI PCI platform driver\n[ 0.655712] ohci-platform: OHCI generic platform driver\n[ 0.656678] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.671332] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.672324] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.673753] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.674771] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.675872] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.677092] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.678516] usb usb1: Product: UHCI Host Controller\n[ 0.679444] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.680570] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.681596] hub 1-0:1.0: USB hub found\n[ 0.682380] hub 1-0:1.0: 2 ports detected\n[ 0.683285] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.685372] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.686322] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.687343] mousedev: PS/2 mouse device common for all mice\n[ 0.688590] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.690408] rtc_cmos 00:00: RTC can wake from S4\n[ 0.691493] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.692676] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.693867] i2c /dev entries driver\n[ 0.694627] device-mapper: uevent: version 1.0.3\n[ 0.695550] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.697149] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.698413] NET: Registered protocol family 10\n[ 0.699409] NET: Registered protocol family 17\n[ 0.700289] Key type dns_resolver registered\n[ 0.701194] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.702273] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.704026] registered taskstats version 1\n[ 0.704845] Loading compiled-in X.509 certificates\n[ 0.706279] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.708108] zswap: loaded using pool lzo/zbud\n[ 0.709465] Key type trusted registered\n[ 0.711007] Key type encrypted registered\n[ 0.711834] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.712852] ima: No TPM chip found, activating TPM-bypass!\n[ 0.713890] evm: HMAC attrs: 0x1\n[ 0.714830] Magic number: 2:407:577\n[ 0.715671] rtc_cmos 00:00: setting system clock to 2018-09-04 10:34:48 UTC (1536057288)\n[ 0.717256] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.718359] EDD information not available.\n[ 0.802767] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.804301] Write protecting the kernel read-only data: 14336k\n[ 0.815963] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.817748] 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.858595] 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.14\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found 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-09-04 10:35:03,288 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/e98fafa4-1d83-4186-a42f-abb98642c580/action used request id req-f34289f4-c214-40da-9178-2dd58e6e9a83 2018-09-04 10:35:03,292 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/e98fafa4-1d83-4186-a42f-abb98642c580 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ed533bd0fc9d97500c56f4fa8517eb14f442cd8b" 2018-09-04 10:35:03,751 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:35: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-4caceae8-d47f-4781-82ca-802e42293632 x-compute-request-id: req-4caceae8-d47f-4781-82ca-802e42293632 Content-Encoding: gzip Content-Length: 751 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"SimpleHealthCheck-8f6b88b3-5cec-492a-8296-1eb1316a1fdb-priv-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:95:08:47", "version": 4, "addr": "10.55.0.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/e98fafa4-1d83-4186-a42f-abb98642c580", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/e98fafa4-1d83-4186-a42f-abb98642c580", "rel": "bookmark"}], "image": {"id": "1cfc545f-18fd-4dec-a743-4091048230a0", "links": [{"href": "http://172.30.9.28:8774/images/1cfc545f-18fd-4dec-a743-4091048230a0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-04T10:34:47.000000", "flavor": {"id": "c662a3dd-76a7-4b38-a654-a158b6dc7582", "links": [{"href": "http://172.30.9.28:8774/flavors/c662a3dd-76a7-4b38-a654-a158b6dc7582", "rel": "bookmark"}]}, "id": "e98fafa4-1d83-4186-a42f-abb98642c580", "security_groups": [{"name": "default"}], "user_id": "1e54b4922ddf409783915c609dc57c02", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-04T10:34:48Z", "hostId": "851ac21cf6a8c0f64b8ebc2f7093e0254bb4af9b7658fec00ffacf50", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "SimpleHealthCheck-8f6b88b3-5cec-492a-8296-1eb1316a1fdb-inst", "created": "2018-09-04T10:34:43Z", "tenant_id": "1960765e8a3f4cef9b425bab3c37dc2a", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 10:35:03,751 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/e98fafa4-1d83-4186-a42f-abb98642c580 used request id req-4caceae8-d47f-4781-82ca-802e42293632 2018-09-04 10:35:03,754 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:8774/v2.1/servers/e98fafa4-1d83-4186-a42f-abb98642c580/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ed533bd0fc9d97500c56f4fa8517eb14f442cd8b" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-04 10:35:04,876 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:35: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-f07a758c-7b35-436e-998e-43fa3ebb7b49 x-compute-request-id: req-f07a758c-7b35-436e-998e-43fa3ebb7b49 Content-Encoding: gzip Content-Length: 7667 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 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 564598379 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 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.912 MHz processor\n[ 0.147613] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.149263] pid_max: default: 32768 minimum: 301\n[ 0.150152] ACPI: Core revision 20150930\n[ 0.151541] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.152842] Security Framework initialized\n[ 0.153652] Yama: becoming mindful.\n[ 0.154380] AppArmor: AppArmor initialized\n[ 0.155234] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.156517] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.157764] Mount-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.158949] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.160325] Initializing cgroup subsys io\n[ 0.161133] Initializing cgroup subsys memory\n[ 0.161983] Initializing cgroup subsys devices\n[ 0.162859] Initializing cgroup subsys freezer\n[ 0.163723] Initializing cgroup subsys net_cls\n[ 0.164581] Initializing cgroup subsys perf_event\n[ 0.165478] Initializing cgroup subsys net_prio\n[ 0.166349] Initializing cgroup subsys hugetlb\n[ 0.167213] Initializing cgroup subsys pids\n[ 0.168081] CPU: Physical Processor ID: 0\n[ 0.169566] mce: CPU supports 10 MCE banks\n[ 0.170408] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.171405] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.182343] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.188960] ftrace: allocating 31920 entries in 125 pages\n[ 0.216304] smpboot: Max logical packages: 1\n[ 0.217150] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.218490] x2apic enabled\n[ 0.219309] Switched APIC routing to physical x2apic.\n[ 0.221049] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.222161] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.224142] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.225913] KVM setup paravirtual spinlock\n[ 0.227247] x86: Booted up 1 node, 1 CPUs\n[ 0.228045] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.229425] devtmpfs: initialized\n[ 0.231126] evm: security.selinux\n[ 0.231817] evm: security.SMACK64\n[ 0.232509] evm: security.SMACK64EXEC\n[ 0.233247] evm: security.SMACK64TRANSMUTE\n[ 0.234044] evm: security.SMACK64MMAP\n[ 0.234788] evm: security.ima\n[ 0.235426] evm: security.capability\n[ 0.236227] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.238066] pinctrl core: initialized pinctrl subsystem\n[ 0.239169] RTC time: 10:34:47, date: 09/04/18\n[ 0.240124] NET: Registered protocol family 16\n[ 0.241096] cpuidle: using governor ladder\n[ 0.241907] cpuidle: using governor menu\n[ 0.242690] PCCT header not found.\n[ 0.243443] ACPI: bus type PCI registered\n[ 0.244243] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.245481] PCI: Using configuration type 1 for base access\n[ 0.247239] ACPI: Added _OSI(Module Device)\n[ 0.248081] ACPI: Added _OSI(Processor Device)\n[ 0.248938] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.249832] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.251911] ACPI: Interpreter enabled\n[ 0.252697] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.254551] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.256401] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.258256] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.260103] ACPI: (supports S0 S5)\n[ 0.260808] ACPI: Using IOAPIC for interrupt routing\n[ 0.261914] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.265026] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.266184] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.267423] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.268620] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.270850] acpiphp: Slot [3] registered\n[ 0.271656] acpiphp: Slot [4] registered\n[ 0.272461] acpiphp: Slot [5] registered\n[ 0.273262] acpiphp: Slot [6] registered\n[ 0.274063] acpiphp: Slot [7] registered\n[ 0.274865] acpiphp: Slot [8] registered\n[ 0.275666] acpiphp: Slot [9] registered\n[ 0.276467] acpiphp: Slot [10] registered\n[ 0.277286] acpiphp: Slot [11] registered\n[ 0.278101] acpiphp: Slot [12] registered\n[ 0.278918] acpiphp: Slot [13] registered\n[ 0.279734] acpiphp: Slot [14] registered\n[ 0.280545] acpiphp: Slot [15] registered\n[ 0.291377] acpiphp: Slot [16] registered\n[ 0.292197] acpiphp: Slot [17] registered\n[ 0.293008] acpiphp: Slot [18] registered\n[ 0.293825] acpiphp: Slot [19] registered\n[ 0.294639] acpiphp: Slot [20] registered\n[ 0.295458] acpiphp: Slot [21] registered\n[ 0.296272] acpiphp: Slot [22] registered\n[ 0.297085] acpiphp: Slot [23] registered\n[ 0.297897] acpiphp: Slot [24] registered\n[ 0.298714] acpiphp: Slot [25] registered\n[ 0.299535] acpiphp: Slot [26] registered\n[ 0.300350] acpiphp: Slot [27] registered\n[ 0.301162] acpiphp: Slot [28] registered\n[ 0.301970] acpiphp: Slot [29] registered\n[ 0.302793] acpiphp: Slot [30] registered\n[ 0.303617] acpiphp: Slot [31] registered\n[ 0.304430] PCI host bridge to bus 0000:00\n[ 0.305242] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.306455] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.307673] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.309127] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window]\n[ 0.310579] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.316673] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.317955] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.319138] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.320408] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.327319] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.328759] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.375173] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.376669] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.378088] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.379513] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.380906] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.382849] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.384022] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.385077] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.386618] vgaarb: loaded\n[ 0.387224] vgaarb: bridge control possible 0000:00:02.0\n[ 0.388380] SCSI subsystem initialized\n[ 0.389217] ACPI: bus type USB registered\n[ 0.390032] usbcore: registered new interface driver usbfs\n[ 0.391073] usbcore: registered new interface driver hub\n[ 0.392078] usbcore: registered new device driver usb\n[ 0.393140] PCI: Using ACPI for IRQ routing\n[ 0.394175] NetLabel: Initializing\n[ 0.394889] NetLabel: domain hash size = 128\n[ 0.395744] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.396697] NetLabel: unlabeled traffic allowed by default\n[ 0.397793] clocksource: Switched to clocksource kvm-clock\n[ 0.403375] AppArmor: AppArmor Filesystem Enabled\n[ 0.404343] pnp: PnP ACPI init\n[ 0.405268] pnp: PnP ACPI: found 5 devices\n[ 0.411302] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.412998] NET: Registered protocol family 2\n[ 0.413984] TCP established hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.415269] TCP bind hash table entries: 2048 (order: 3, 32768 bytes)\n[ 0.416437] TCP: Hash tables configured (established 2048 bind 2048)\n[ 0.417600] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.418678] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.419852] NET: Registered protocol family 1\n[ 0.420723] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.421817] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.422890] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.437293] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.451566] Trying to unpack rootfs image as initramfs...\n[ 0.503538] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000)\n[ 0.518128] Scanning for low memory corruption every 60 seconds\n[ 0.519805] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.521564] audit: initializing netlink subsys (disabled)\n[ 0.523122] audit: type=2000 audit(1536057288.751:1): initialized\n[ 0.525041] Initialise system trusted keyring\n[ 0.526394] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.528170] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.530777] zbud: loaded\n[ 0.531726] VFS: Disk quotas dquot_6.6.0\n[ 0.532920] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.535124] fuse init (API version 7.23)\n[ 0.536393] Key type big_key registered\n[ 0.537570] Allocating IMA MOK and blacklist keyrings.\n[ 0.539179] Key type asymmetric registered\n[ 0.540420] Asymmetric key parser 'x509' registered\n[ 0.541844] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.543985] io scheduler noop registered\n[ 0.545173] io scheduler deadline registered (default)\n[ 0.546651] io scheduler cfq registered\n[ 0.547833] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.549373] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.551293] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.553474] ACPI: Power Button [PWRF]\n[ 0.554692] GHES: HEST is not enabled!\n[ 0.568692] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.596789] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.599019] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.624480] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.626766] Linux agpgart interface v0.103\n[ 0.629242] brd: module loaded\n[ 0.630428] loop: module loaded\n[ 0.634426] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.635859] GPT:90111 != 20971519\n[ 0.636540] GPT:Alternate GPT header not at the end of the disk.\n[ 0.637615] GPT:90111 != 20971519\n[ 0.638300] GPT: Use GNU Parted to correct GPT errors.\n[ 0.639260] vda: vda1 vda15\n[ 0.641177] scsi host0: ata_piix\n[ 0.642283] scsi host1: ata_piix\n[ 0.642985] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.644185] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.645607] libphy: Fixed MDIO Bus: probed\n[ 0.646428] tun: Universal TUN/TAP device driver, 1.6\n[ 0.647370] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.649569] PPP generic driver version 2.4.2\n[ 0.650699] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.651881] ehci-pci: EHCI PCI platform driver\n[ 0.652747] ehci-platform: EHCI generic platform driver\n[ 0.653720] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.654841] ohci-pci: OHCI PCI platform driver\n[ 0.655712] ohci-platform: OHCI generic platform driver\n[ 0.656678] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.671332] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.672324] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.673753] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.674771] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.675872] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.677092] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.678516] usb usb1: Product: UHCI Host Controller\n[ 0.679444] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.680570] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.681596] hub 1-0:1.0: USB hub found\n[ 0.682380] hub 1-0:1.0: 2 ports detected\n[ 0.683285] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.685372] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.686322] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.687343] mousedev: PS/2 mouse device common for all mice\n[ 0.688590] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.690408] rtc_cmos 00:00: RTC can wake from S4\n[ 0.691493] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.692676] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.693867] i2c /dev entries driver\n[ 0.694627] device-mapper: uevent: version 1.0.3\n[ 0.695550] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.697149] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.698413] NET: Registered protocol family 10\n[ 0.699409] NET: Registered protocol family 17\n[ 0.700289] Key type dns_resolver registered\n[ 0.701194] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.702273] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.704026] registered taskstats version 1\n[ 0.704845] Loading compiled-in X.509 certificates\n[ 0.706279] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.708108] zswap: loaded using pool lzo/zbud\n[ 0.709465] Key type trusted registered\n[ 0.711007] Key type encrypted registered\n[ 0.711834] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.712852] ima: No TPM chip found, activating TPM-bypass!\n[ 0.713890] evm: HMAC attrs: 0x1\n[ 0.714830] Magic number: 2:407:577\n[ 0.715671] rtc_cmos 00:00: setting system clock to 2018-09-04 10:34:48 UTC (1536057288)\n[ 0.717256] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.718359] EDD information not available.\n[ 0.802767] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.804301] Write protecting the kernel read-only data: 14336k\n[ 0.815963] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.817748] 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.858595] 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.14\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found 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-09-04 10:35:04,877 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/e98fafa4-1d83-4186-a42f-abb98642c580/action used request id req-f07a758c-7b35-436e-998e-43fa3ebb7b49 2018-09-04 10:35:04,881 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/e98fafa4-1d83-4186-a42f-abb98642c580 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ed533bd0fc9d97500c56f4fa8517eb14f442cd8b" 2018-09-04 10:35:05,477 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:35: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-f7704699-7610-4626-a46e-70ced7a148ca x-compute-request-id: req-f7704699-7610-4626-a46e-70ced7a148ca Content-Encoding: gzip Content-Length: 751 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"SimpleHealthCheck-8f6b88b3-5cec-492a-8296-1eb1316a1fdb-priv-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:95:08:47", "version": 4, "addr": "10.55.0.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/e98fafa4-1d83-4186-a42f-abb98642c580", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/e98fafa4-1d83-4186-a42f-abb98642c580", "rel": "bookmark"}], "image": {"id": "1cfc545f-18fd-4dec-a743-4091048230a0", "links": [{"href": "http://172.30.9.28:8774/images/1cfc545f-18fd-4dec-a743-4091048230a0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-04T10:34:47.000000", "flavor": {"id": "c662a3dd-76a7-4b38-a654-a158b6dc7582", "links": [{"href": "http://172.30.9.28:8774/flavors/c662a3dd-76a7-4b38-a654-a158b6dc7582", "rel": "bookmark"}]}, "id": "e98fafa4-1d83-4186-a42f-abb98642c580", "security_groups": [{"name": "default"}], "user_id": "1e54b4922ddf409783915c609dc57c02", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-04T10:34:48Z", "hostId": "851ac21cf6a8c0f64b8ebc2f7093e0254bb4af9b7658fec00ffacf50", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "SimpleHealthCheck-8f6b88b3-5cec-492a-8296-1eb1316a1fdb-inst", "created": "2018-09-04T10:34:43Z", "tenant_id": "1960765e8a3f4cef9b425bab3c37dc2a", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 10:35:05,477 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/e98fafa4-1d83-4186-a42f-abb98642c580 used request id req-f7704699-7610-4626-a46e-70ced7a148ca 2018-09-04 10:35:05,480 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:8774/v2.1/servers/e98fafa4-1d83-4186-a42f-abb98642c580/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ed533bd0fc9d97500c56f4fa8517eb14f442cd8b" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-04 10:35:06,549 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:35: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-3792435a-9ff2-4442-ba2f-c72546dbeb68 x-compute-request-id: req-3792435a-9ff2-4442-ba2f-c72546dbeb68 Content-Encoding: gzip Content-Length: 7667 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 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 564598379 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 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.912 MHz processor\n[ 0.147613] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.149263] pid_max: default: 32768 minimum: 301\n[ 0.150152] ACPI: Core revision 20150930\n[ 0.151541] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.152842] Security Framework initialized\n[ 0.153652] Yama: becoming mindful.\n[ 0.154380] AppArmor: AppArmor initialized\n[ 0.155234] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.156517] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.157764] Mount-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.158949] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.160325] Initializing cgroup subsys io\n[ 0.161133] Initializing cgroup subsys memory\n[ 0.161983] Initializing cgroup subsys devices\n[ 0.162859] Initializing cgroup subsys freezer\n[ 0.163723] Initializing cgroup subsys net_cls\n[ 0.164581] Initializing cgroup subsys perf_event\n[ 0.165478] Initializing cgroup subsys net_prio\n[ 0.166349] Initializing cgroup subsys hugetlb\n[ 0.167213] Initializing cgroup subsys pids\n[ 0.168081] CPU: Physical Processor ID: 0\n[ 0.169566] mce: CPU supports 10 MCE banks\n[ 0.170408] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.171405] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.182343] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.188960] ftrace: allocating 31920 entries in 125 pages\n[ 0.216304] smpboot: Max logical packages: 1\n[ 0.217150] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.218490] x2apic enabled\n[ 0.219309] Switched APIC routing to physical x2apic.\n[ 0.221049] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.222161] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.224142] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.225913] KVM setup paravirtual spinlock\n[ 0.227247] x86: Booted up 1 node, 1 CPUs\n[ 0.228045] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.229425] devtmpfs: initialized\n[ 0.231126] evm: security.selinux\n[ 0.231817] evm: security.SMACK64\n[ 0.232509] evm: security.SMACK64EXEC\n[ 0.233247] evm: security.SMACK64TRANSMUTE\n[ 0.234044] evm: security.SMACK64MMAP\n[ 0.234788] evm: security.ima\n[ 0.235426] evm: security.capability\n[ 0.236227] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.238066] pinctrl core: initialized pinctrl subsystem\n[ 0.239169] RTC time: 10:34:47, date: 09/04/18\n[ 0.240124] NET: Registered protocol family 16\n[ 0.241096] cpuidle: using governor ladder\n[ 0.241907] cpuidle: using governor menu\n[ 0.242690] PCCT header not found.\n[ 0.243443] ACPI: bus type PCI registered\n[ 0.244243] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.245481] PCI: Using configuration type 1 for base access\n[ 0.247239] ACPI: Added _OSI(Module Device)\n[ 0.248081] ACPI: Added _OSI(Processor Device)\n[ 0.248938] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.249832] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.251911] ACPI: Interpreter enabled\n[ 0.252697] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.254551] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.256401] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.258256] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.260103] ACPI: (supports S0 S5)\n[ 0.260808] ACPI: Using IOAPIC for interrupt routing\n[ 0.261914] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.265026] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.266184] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.267423] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.268620] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.270850] acpiphp: Slot [3] registered\n[ 0.271656] acpiphp: Slot [4] registered\n[ 0.272461] acpiphp: Slot [5] registered\n[ 0.273262] acpiphp: Slot [6] registered\n[ 0.274063] acpiphp: Slot [7] registered\n[ 0.274865] acpiphp: Slot [8] registered\n[ 0.275666] acpiphp: Slot [9] registered\n[ 0.276467] acpiphp: Slot [10] registered\n[ 0.277286] acpiphp: Slot [11] registered\n[ 0.278101] acpiphp: Slot [12] registered\n[ 0.278918] acpiphp: Slot [13] registered\n[ 0.279734] acpiphp: Slot [14] registered\n[ 0.280545] acpiphp: Slot [15] registered\n[ 0.291377] acpiphp: Slot [16] registered\n[ 0.292197] acpiphp: Slot [17] registered\n[ 0.293008] acpiphp: Slot [18] registered\n[ 0.293825] acpiphp: Slot [19] registered\n[ 0.294639] acpiphp: Slot [20] registered\n[ 0.295458] acpiphp: Slot [21] registered\n[ 0.296272] acpiphp: Slot [22] registered\n[ 0.297085] acpiphp: Slot [23] registered\n[ 0.297897] acpiphp: Slot [24] registered\n[ 0.298714] acpiphp: Slot [25] registered\n[ 0.299535] acpiphp: Slot [26] registered\n[ 0.300350] acpiphp: Slot [27] registered\n[ 0.301162] acpiphp: Slot [28] registered\n[ 0.301970] acpiphp: Slot [29] registered\n[ 0.302793] acpiphp: Slot [30] registered\n[ 0.303617] acpiphp: Slot [31] registered\n[ 0.304430] PCI host bridge to bus 0000:00\n[ 0.305242] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.306455] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.307673] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.309127] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window]\n[ 0.310579] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.316673] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.317955] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.319138] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.320408] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.327319] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.328759] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.375173] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.376669] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.378088] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.379513] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.380906] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.382849] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.384022] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.385077] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.386618] vgaarb: loaded\n[ 0.387224] vgaarb: bridge control possible 0000:00:02.0\n[ 0.388380] SCSI subsystem initialized\n[ 0.389217] ACPI: bus type USB registered\n[ 0.390032] usbcore: registered new interface driver usbfs\n[ 0.391073] usbcore: registered new interface driver hub\n[ 0.392078] usbcore: registered new device driver usb\n[ 0.393140] PCI: Using ACPI for IRQ routing\n[ 0.394175] NetLabel: Initializing\n[ 0.394889] NetLabel: domain hash size = 128\n[ 0.395744] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.396697] NetLabel: unlabeled traffic allowed by default\n[ 0.397793] clocksource: Switched to clocksource kvm-clock\n[ 0.403375] AppArmor: AppArmor Filesystem Enabled\n[ 0.404343] pnp: PnP ACPI init\n[ 0.405268] pnp: PnP ACPI: found 5 devices\n[ 0.411302] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.412998] NET: Registered protocol family 2\n[ 0.413984] TCP established hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.415269] TCP bind hash table entries: 2048 (order: 3, 32768 bytes)\n[ 0.416437] TCP: Hash tables configured (established 2048 bind 2048)\n[ 0.417600] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.418678] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.419852] NET: Registered protocol family 1\n[ 0.420723] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.421817] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.422890] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.437293] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.451566] Trying to unpack rootfs image as initramfs...\n[ 0.503538] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000)\n[ 0.518128] Scanning for low memory corruption every 60 seconds\n[ 0.519805] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.521564] audit: initializing netlink subsys (disabled)\n[ 0.523122] audit: type=2000 audit(1536057288.751:1): initialized\n[ 0.525041] Initialise system trusted keyring\n[ 0.526394] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.528170] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.530777] zbud: loaded\n[ 0.531726] VFS: Disk quotas dquot_6.6.0\n[ 0.532920] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.535124] fuse init (API version 7.23)\n[ 0.536393] Key type big_key registered\n[ 0.537570] Allocating IMA MOK and blacklist keyrings.\n[ 0.539179] Key type asymmetric registered\n[ 0.540420] Asymmetric key parser 'x509' registered\n[ 0.541844] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.543985] io scheduler noop registered\n[ 0.545173] io scheduler deadline registered (default)\n[ 0.546651] io scheduler cfq registered\n[ 0.547833] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.549373] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.551293] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.553474] ACPI: Power Button [PWRF]\n[ 0.554692] GHES: HEST is not enabled!\n[ 0.568692] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.596789] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.599019] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.624480] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.626766] Linux agpgart interface v0.103\n[ 0.629242] brd: module loaded\n[ 0.630428] loop: module loaded\n[ 0.634426] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.635859] GPT:90111 != 20971519\n[ 0.636540] GPT:Alternate GPT header not at the end of the disk.\n[ 0.637615] GPT:90111 != 20971519\n[ 0.638300] GPT: Use GNU Parted to correct GPT errors.\n[ 0.639260] vda: vda1 vda15\n[ 0.641177] scsi host0: ata_piix\n[ 0.642283] scsi host1: ata_piix\n[ 0.642985] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.644185] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.645607] libphy: Fixed MDIO Bus: probed\n[ 0.646428] tun: Universal TUN/TAP device driver, 1.6\n[ 0.647370] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.649569] PPP generic driver version 2.4.2\n[ 0.650699] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.651881] ehci-pci: EHCI PCI platform driver\n[ 0.652747] ehci-platform: EHCI generic platform driver\n[ 0.653720] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.654841] ohci-pci: OHCI PCI platform driver\n[ 0.655712] ohci-platform: OHCI generic platform driver\n[ 0.656678] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.671332] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.672324] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.673753] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.674771] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.675872] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.677092] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.678516] usb usb1: Product: UHCI Host Controller\n[ 0.679444] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.680570] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.681596] hub 1-0:1.0: USB hub found\n[ 0.682380] hub 1-0:1.0: 2 ports detected\n[ 0.683285] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.685372] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.686322] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.687343] mousedev: PS/2 mouse device common for all mice\n[ 0.688590] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.690408] rtc_cmos 00:00: RTC can wake from S4\n[ 0.691493] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.692676] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.693867] i2c /dev entries driver\n[ 0.694627] device-mapper: uevent: version 1.0.3\n[ 0.695550] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.697149] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.698413] NET: Registered protocol family 10\n[ 0.699409] NET: Registered protocol family 17\n[ 0.700289] Key type dns_resolver registered\n[ 0.701194] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.702273] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.704026] registered taskstats version 1\n[ 0.704845] Loading compiled-in X.509 certificates\n[ 0.706279] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.708108] zswap: loaded using pool lzo/zbud\n[ 0.709465] Key type trusted registered\n[ 0.711007] Key type encrypted registered\n[ 0.711834] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.712852] ima: No TPM chip found, activating TPM-bypass!\n[ 0.713890] evm: HMAC attrs: 0x1\n[ 0.714830] Magic number: 2:407:577\n[ 0.715671] rtc_cmos 00:00: setting system clock to 2018-09-04 10:34:48 UTC (1536057288)\n[ 0.717256] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.718359] EDD information not available.\n[ 0.802767] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.804301] Write protecting the kernel read-only data: 14336k\n[ 0.815963] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.817748] 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.858595] 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.14\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found 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-09-04 10:35:06,549 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/e98fafa4-1d83-4186-a42f-abb98642c580/action used request id req-3792435a-9ff2-4442-ba2f-c72546dbeb68 2018-09-04 10:35:06,554 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/e98fafa4-1d83-4186-a42f-abb98642c580 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ed533bd0fc9d97500c56f4fa8517eb14f442cd8b" 2018-09-04 10:35:06,722 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:35: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-733de661-4209-4c02-8652-17ae9a0e3c55 x-compute-request-id: req-733de661-4209-4c02-8652-17ae9a0e3c55 Content-Encoding: gzip Content-Length: 751 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"SimpleHealthCheck-8f6b88b3-5cec-492a-8296-1eb1316a1fdb-priv-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:95:08:47", "version": 4, "addr": "10.55.0.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/e98fafa4-1d83-4186-a42f-abb98642c580", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/e98fafa4-1d83-4186-a42f-abb98642c580", "rel": "bookmark"}], "image": {"id": "1cfc545f-18fd-4dec-a743-4091048230a0", "links": [{"href": "http://172.30.9.28:8774/images/1cfc545f-18fd-4dec-a743-4091048230a0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-04T10:34:47.000000", "flavor": {"id": "c662a3dd-76a7-4b38-a654-a158b6dc7582", "links": [{"href": "http://172.30.9.28:8774/flavors/c662a3dd-76a7-4b38-a654-a158b6dc7582", "rel": "bookmark"}]}, "id": "e98fafa4-1d83-4186-a42f-abb98642c580", "security_groups": [{"name": "default"}], "user_id": "1e54b4922ddf409783915c609dc57c02", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-04T10:34:48Z", "hostId": "851ac21cf6a8c0f64b8ebc2f7093e0254bb4af9b7658fec00ffacf50", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "SimpleHealthCheck-8f6b88b3-5cec-492a-8296-1eb1316a1fdb-inst", "created": "2018-09-04T10:34:43Z", "tenant_id": "1960765e8a3f4cef9b425bab3c37dc2a", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 10:35:06,722 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/e98fafa4-1d83-4186-a42f-abb98642c580 used request id req-733de661-4209-4c02-8652-17ae9a0e3c55 2018-09-04 10:35:06,725 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:8774/v2.1/servers/e98fafa4-1d83-4186-a42f-abb98642c580/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ed533bd0fc9d97500c56f4fa8517eb14f442cd8b" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-04 10:35:07,794 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:35: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-d7d63622-652f-48f0-b7c7-3b77382008ab x-compute-request-id: req-d7d63622-652f-48f0-b7c7-3b77382008ab Content-Encoding: gzip Content-Length: 7667 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 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 564598379 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 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.912 MHz processor\n[ 0.147613] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.149263] pid_max: default: 32768 minimum: 301\n[ 0.150152] ACPI: Core revision 20150930\n[ 0.151541] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.152842] Security Framework initialized\n[ 0.153652] Yama: becoming mindful.\n[ 0.154380] AppArmor: AppArmor initialized\n[ 0.155234] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.156517] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.157764] Mount-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.158949] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.160325] Initializing cgroup subsys io\n[ 0.161133] Initializing cgroup subsys memory\n[ 0.161983] Initializing cgroup subsys devices\n[ 0.162859] Initializing cgroup subsys freezer\n[ 0.163723] Initializing cgroup subsys net_cls\n[ 0.164581] Initializing cgroup subsys perf_event\n[ 0.165478] Initializing cgroup subsys net_prio\n[ 0.166349] Initializing cgroup subsys hugetlb\n[ 0.167213] Initializing cgroup subsys pids\n[ 0.168081] CPU: Physical Processor ID: 0\n[ 0.169566] mce: CPU supports 10 MCE banks\n[ 0.170408] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.171405] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.182343] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.188960] ftrace: allocating 31920 entries in 125 pages\n[ 0.216304] smpboot: Max logical packages: 1\n[ 0.217150] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.218490] x2apic enabled\n[ 0.219309] Switched APIC routing to physical x2apic.\n[ 0.221049] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.222161] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.224142] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.225913] KVM setup paravirtual spinlock\n[ 0.227247] x86: Booted up 1 node, 1 CPUs\n[ 0.228045] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.229425] devtmpfs: initialized\n[ 0.231126] evm: security.selinux\n[ 0.231817] evm: security.SMACK64\n[ 0.232509] evm: security.SMACK64EXEC\n[ 0.233247] evm: security.SMACK64TRANSMUTE\n[ 0.234044] evm: security.SMACK64MMAP\n[ 0.234788] evm: security.ima\n[ 0.235426] evm: security.capability\n[ 0.236227] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.238066] pinctrl core: initialized pinctrl subsystem\n[ 0.239169] RTC time: 10:34:47, date: 09/04/18\n[ 0.240124] NET: Registered protocol family 16\n[ 0.241096] cpuidle: using governor ladder\n[ 0.241907] cpuidle: using governor menu\n[ 0.242690] PCCT header not found.\n[ 0.243443] ACPI: bus type PCI registered\n[ 0.244243] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.245481] PCI: Using configuration type 1 for base access\n[ 0.247239] ACPI: Added _OSI(Module Device)\n[ 0.248081] ACPI: Added _OSI(Processor Device)\n[ 0.248938] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.249832] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.251911] ACPI: Interpreter enabled\n[ 0.252697] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.254551] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.256401] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.258256] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.260103] ACPI: (supports S0 S5)\n[ 0.260808] ACPI: Using IOAPIC for interrupt routing\n[ 0.261914] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.265026] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.266184] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.267423] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.268620] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.270850] acpiphp: Slot [3] registered\n[ 0.271656] acpiphp: Slot [4] registered\n[ 0.272461] acpiphp: Slot [5] registered\n[ 0.273262] acpiphp: Slot [6] registered\n[ 0.274063] acpiphp: Slot [7] registered\n[ 0.274865] acpiphp: Slot [8] registered\n[ 0.275666] acpiphp: Slot [9] registered\n[ 0.276467] acpiphp: Slot [10] registered\n[ 0.277286] acpiphp: Slot [11] registered\n[ 0.278101] acpiphp: Slot [12] registered\n[ 0.278918] acpiphp: Slot [13] registered\n[ 0.279734] acpiphp: Slot [14] registered\n[ 0.280545] acpiphp: Slot [15] registered\n[ 0.291377] acpiphp: Slot [16] registered\n[ 0.292197] acpiphp: Slot [17] registered\n[ 0.293008] acpiphp: Slot [18] registered\n[ 0.293825] acpiphp: Slot [19] registered\n[ 0.294639] acpiphp: Slot [20] registered\n[ 0.295458] acpiphp: Slot [21] registered\n[ 0.296272] acpiphp: Slot [22] registered\n[ 0.297085] acpiphp: Slot [23] registered\n[ 0.297897] acpiphp: Slot [24] registered\n[ 0.298714] acpiphp: Slot [25] registered\n[ 0.299535] acpiphp: Slot [26] registered\n[ 0.300350] acpiphp: Slot [27] registered\n[ 0.301162] acpiphp: Slot [28] registered\n[ 0.301970] acpiphp: Slot [29] registered\n[ 0.302793] acpiphp: Slot [30] registered\n[ 0.303617] acpiphp: Slot [31] registered\n[ 0.304430] PCI host bridge to bus 0000:00\n[ 0.305242] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.306455] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.307673] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.309127] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window]\n[ 0.310579] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.316673] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.317955] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.319138] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.320408] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.327319] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.328759] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.375173] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.376669] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.378088] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.379513] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.380906] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.382849] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.384022] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.385077] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.386618] vgaarb: loaded\n[ 0.387224] vgaarb: bridge control possible 0000:00:02.0\n[ 0.388380] SCSI subsystem initialized\n[ 0.389217] ACPI: bus type USB registered\n[ 0.390032] usbcore: registered new interface driver usbfs\n[ 0.391073] usbcore: registered new interface driver hub\n[ 0.392078] usbcore: registered new device driver usb\n[ 0.393140] PCI: Using ACPI for IRQ routing\n[ 0.394175] NetLabel: Initializing\n[ 0.394889] NetLabel: domain hash size = 128\n[ 0.395744] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.396697] NetLabel: unlabeled traffic allowed by default\n[ 0.397793] clocksource: Switched to clocksource kvm-clock\n[ 0.403375] AppArmor: AppArmor Filesystem Enabled\n[ 0.404343] pnp: PnP ACPI init\n[ 0.405268] pnp: PnP ACPI: found 5 devices\n[ 0.411302] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.412998] NET: Registered protocol family 2\n[ 0.413984] TCP established hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.415269] TCP bind hash table entries: 2048 (order: 3, 32768 bytes)\n[ 0.416437] TCP: Hash tables configured (established 2048 bind 2048)\n[ 0.417600] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.418678] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.419852] NET: Registered protocol family 1\n[ 0.420723] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.421817] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.422890] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.437293] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.451566] Trying to unpack rootfs image as initramfs...\n[ 0.503538] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000)\n[ 0.518128] Scanning for low memory corruption every 60 seconds\n[ 0.519805] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.521564] audit: initializing netlink subsys (disabled)\n[ 0.523122] audit: type=2000 audit(1536057288.751:1): initialized\n[ 0.525041] Initialise system trusted keyring\n[ 0.526394] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.528170] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.530777] zbud: loaded\n[ 0.531726] VFS: Disk quotas dquot_6.6.0\n[ 0.532920] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.535124] fuse init (API version 7.23)\n[ 0.536393] Key type big_key registered\n[ 0.537570] Allocating IMA MOK and blacklist keyrings.\n[ 0.539179] Key type asymmetric registered\n[ 0.540420] Asymmetric key parser 'x509' registered\n[ 0.541844] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.543985] io scheduler noop registered\n[ 0.545173] io scheduler deadline registered (default)\n[ 0.546651] io scheduler cfq registered\n[ 0.547833] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.549373] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.551293] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.553474] ACPI: Power Button [PWRF]\n[ 0.554692] GHES: HEST is not enabled!\n[ 0.568692] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.596789] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.599019] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.624480] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.626766] Linux agpgart interface v0.103\n[ 0.629242] brd: module loaded\n[ 0.630428] loop: module loaded\n[ 0.634426] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.635859] GPT:90111 != 20971519\n[ 0.636540] GPT:Alternate GPT header not at the end of the disk.\n[ 0.637615] GPT:90111 != 20971519\n[ 0.638300] GPT: Use GNU Parted to correct GPT errors.\n[ 0.639260] vda: vda1 vda15\n[ 0.641177] scsi host0: ata_piix\n[ 0.642283] scsi host1: ata_piix\n[ 0.642985] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.644185] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.645607] libphy: Fixed MDIO Bus: probed\n[ 0.646428] tun: Universal TUN/TAP device driver, 1.6\n[ 0.647370] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.649569] PPP generic driver version 2.4.2\n[ 0.650699] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.651881] ehci-pci: EHCI PCI platform driver\n[ 0.652747] ehci-platform: EHCI generic platform driver\n[ 0.653720] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.654841] ohci-pci: OHCI PCI platform driver\n[ 0.655712] ohci-platform: OHCI generic platform driver\n[ 0.656678] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.671332] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.672324] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.673753] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.674771] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.675872] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.677092] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.678516] usb usb1: Product: UHCI Host Controller\n[ 0.679444] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.680570] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.681596] hub 1-0:1.0: USB hub found\n[ 0.682380] hub 1-0:1.0: 2 ports detected\n[ 0.683285] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.685372] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.686322] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.687343] mousedev: PS/2 mouse device common for all mice\n[ 0.688590] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.690408] rtc_cmos 00:00: RTC can wake from S4\n[ 0.691493] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.692676] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.693867] i2c /dev entries driver\n[ 0.694627] device-mapper: uevent: version 1.0.3\n[ 0.695550] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.697149] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.698413] NET: Registered protocol family 10\n[ 0.699409] NET: Registered protocol family 17\n[ 0.700289] Key type dns_resolver registered\n[ 0.701194] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.702273] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.704026] registered taskstats version 1\n[ 0.704845] Loading compiled-in X.509 certificates\n[ 0.706279] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.708108] zswap: loaded using pool lzo/zbud\n[ 0.709465] Key type trusted registered\n[ 0.711007] Key type encrypted registered\n[ 0.711834] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.712852] ima: No TPM chip found, activating TPM-bypass!\n[ 0.713890] evm: HMAC attrs: 0x1\n[ 0.714830] Magic number: 2:407:577\n[ 0.715671] rtc_cmos 00:00: setting system clock to 2018-09-04 10:34:48 UTC (1536057288)\n[ 0.717256] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.718359] EDD information not available.\n[ 0.802767] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.804301] Write protecting the kernel read-only data: 14336k\n[ 0.815963] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.817748] 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.858595] 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.14\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found 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-09-04 10:35:07,794 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/e98fafa4-1d83-4186-a42f-abb98642c580/action used request id req-d7d63622-652f-48f0-b7c7-3b77382008ab 2018-09-04 10:35:07,799 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/e98fafa4-1d83-4186-a42f-abb98642c580 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ed533bd0fc9d97500c56f4fa8517eb14f442cd8b" 2018-09-04 10:35:08,586 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10: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-df6c628f-aba6-430c-a982-6acd2927d3b6 x-compute-request-id: req-df6c628f-aba6-430c-a982-6acd2927d3b6 Content-Encoding: gzip Content-Length: 751 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"SimpleHealthCheck-8f6b88b3-5cec-492a-8296-1eb1316a1fdb-priv-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:95:08:47", "version": 4, "addr": "10.55.0.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/e98fafa4-1d83-4186-a42f-abb98642c580", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/e98fafa4-1d83-4186-a42f-abb98642c580", "rel": "bookmark"}], "image": {"id": "1cfc545f-18fd-4dec-a743-4091048230a0", "links": [{"href": "http://172.30.9.28:8774/images/1cfc545f-18fd-4dec-a743-4091048230a0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-04T10:34:47.000000", "flavor": {"id": "c662a3dd-76a7-4b38-a654-a158b6dc7582", "links": [{"href": "http://172.30.9.28:8774/flavors/c662a3dd-76a7-4b38-a654-a158b6dc7582", "rel": "bookmark"}]}, "id": "e98fafa4-1d83-4186-a42f-abb98642c580", "security_groups": [{"name": "default"}], "user_id": "1e54b4922ddf409783915c609dc57c02", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-04T10:34:48Z", "hostId": "851ac21cf6a8c0f64b8ebc2f7093e0254bb4af9b7658fec00ffacf50", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "SimpleHealthCheck-8f6b88b3-5cec-492a-8296-1eb1316a1fdb-inst", "created": "2018-09-04T10:34:43Z", "tenant_id": "1960765e8a3f4cef9b425bab3c37dc2a", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 10:35:08,587 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/e98fafa4-1d83-4186-a42f-abb98642c580 used request id req-df6c628f-aba6-430c-a982-6acd2927d3b6 2018-09-04 10:35:08,590 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:8774/v2.1/servers/e98fafa4-1d83-4186-a42f-abb98642c580/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ed533bd0fc9d97500c56f4fa8517eb14f442cd8b" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-04 10:35:09,661 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:35: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-e12d4e68-3561-40fe-bb2c-cc1b84b8f2e9 x-compute-request-id: req-e12d4e68-3561-40fe-bb2c-cc1b84b8f2e9 Content-Encoding: gzip Content-Length: 7667 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 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 564598379 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 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.912 MHz processor\n[ 0.147613] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.149263] pid_max: default: 32768 minimum: 301\n[ 0.150152] ACPI: Core revision 20150930\n[ 0.151541] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.152842] Security Framework initialized\n[ 0.153652] Yama: becoming mindful.\n[ 0.154380] AppArmor: AppArmor initialized\n[ 0.155234] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.156517] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.157764] Mount-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.158949] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.160325] Initializing cgroup subsys io\n[ 0.161133] Initializing cgroup subsys memory\n[ 0.161983] Initializing cgroup subsys devices\n[ 0.162859] Initializing cgroup subsys freezer\n[ 0.163723] Initializing cgroup subsys net_cls\n[ 0.164581] Initializing cgroup subsys perf_event\n[ 0.165478] Initializing cgroup subsys net_prio\n[ 0.166349] Initializing cgroup subsys hugetlb\n[ 0.167213] Initializing cgroup subsys pids\n[ 0.168081] CPU: Physical Processor ID: 0\n[ 0.169566] mce: CPU supports 10 MCE banks\n[ 0.170408] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.171405] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.182343] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.188960] ftrace: allocating 31920 entries in 125 pages\n[ 0.216304] smpboot: Max logical packages: 1\n[ 0.217150] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.218490] x2apic enabled\n[ 0.219309] Switched APIC routing to physical x2apic.\n[ 0.221049] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.222161] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.224142] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.225913] KVM setup paravirtual spinlock\n[ 0.227247] x86: Booted up 1 node, 1 CPUs\n[ 0.228045] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.229425] devtmpfs: initialized\n[ 0.231126] evm: security.selinux\n[ 0.231817] evm: security.SMACK64\n[ 0.232509] evm: security.SMACK64EXEC\n[ 0.233247] evm: security.SMACK64TRANSMUTE\n[ 0.234044] evm: security.SMACK64MMAP\n[ 0.234788] evm: security.ima\n[ 0.235426] evm: security.capability\n[ 0.236227] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.238066] pinctrl core: initialized pinctrl subsystem\n[ 0.239169] RTC time: 10:34:47, date: 09/04/18\n[ 0.240124] NET: Registered protocol family 16\n[ 0.241096] cpuidle: using governor ladder\n[ 0.241907] cpuidle: using governor menu\n[ 0.242690] PCCT header not found.\n[ 0.243443] ACPI: bus type PCI registered\n[ 0.244243] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.245481] PCI: Using configuration type 1 for base access\n[ 0.247239] ACPI: Added _OSI(Module Device)\n[ 0.248081] ACPI: Added _OSI(Processor Device)\n[ 0.248938] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.249832] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.251911] ACPI: Interpreter enabled\n[ 0.252697] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.254551] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.256401] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.258256] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.260103] ACPI: (supports S0 S5)\n[ 0.260808] ACPI: Using IOAPIC for interrupt routing\n[ 0.261914] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.265026] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.266184] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.267423] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.268620] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.270850] acpiphp: Slot [3] registered\n[ 0.271656] acpiphp: Slot [4] registered\n[ 0.272461] acpiphp: Slot [5] registered\n[ 0.273262] acpiphp: Slot [6] registered\n[ 0.274063] acpiphp: Slot [7] registered\n[ 0.274865] acpiphp: Slot [8] registered\n[ 0.275666] acpiphp: Slot [9] registered\n[ 0.276467] acpiphp: Slot [10] registered\n[ 0.277286] acpiphp: Slot [11] registered\n[ 0.278101] acpiphp: Slot [12] registered\n[ 0.278918] acpiphp: Slot [13] registered\n[ 0.279734] acpiphp: Slot [14] registered\n[ 0.280545] acpiphp: Slot [15] registered\n[ 0.291377] acpiphp: Slot [16] registered\n[ 0.292197] acpiphp: Slot [17] registered\n[ 0.293008] acpiphp: Slot [18] registered\n[ 0.293825] acpiphp: Slot [19] registered\n[ 0.294639] acpiphp: Slot [20] registered\n[ 0.295458] acpiphp: Slot [21] registered\n[ 0.296272] acpiphp: Slot [22] registered\n[ 0.297085] acpiphp: Slot [23] registered\n[ 0.297897] acpiphp: Slot [24] registered\n[ 0.298714] acpiphp: Slot [25] registered\n[ 0.299535] acpiphp: Slot [26] registered\n[ 0.300350] acpiphp: Slot [27] registered\n[ 0.301162] acpiphp: Slot [28] registered\n[ 0.301970] acpiphp: Slot [29] registered\n[ 0.302793] acpiphp: Slot [30] registered\n[ 0.303617] acpiphp: Slot [31] registered\n[ 0.304430] PCI host bridge to bus 0000:00\n[ 0.305242] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.306455] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.307673] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.309127] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window]\n[ 0.310579] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.316673] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.317955] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.319138] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.320408] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.327319] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.328759] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.375173] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.376669] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.378088] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.379513] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.380906] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.382849] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.384022] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.385077] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.386618] vgaarb: loaded\n[ 0.387224] vgaarb: bridge control possible 0000:00:02.0\n[ 0.388380] SCSI subsystem initialized\n[ 0.389217] ACPI: bus type USB registered\n[ 0.390032] usbcore: registered new interface driver usbfs\n[ 0.391073] usbcore: registered new interface driver hub\n[ 0.392078] usbcore: registered new device driver usb\n[ 0.393140] PCI: Using ACPI for IRQ routing\n[ 0.394175] NetLabel: Initializing\n[ 0.394889] NetLabel: domain hash size = 128\n[ 0.395744] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.396697] NetLabel: unlabeled traffic allowed by default\n[ 0.397793] clocksource: Switched to clocksource kvm-clock\n[ 0.403375] AppArmor: AppArmor Filesystem Enabled\n[ 0.404343] pnp: PnP ACPI init\n[ 0.405268] pnp: PnP ACPI: found 5 devices\n[ 0.411302] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.412998] NET: Registered protocol family 2\n[ 0.413984] TCP established hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.415269] TCP bind hash table entries: 2048 (order: 3, 32768 bytes)\n[ 0.416437] TCP: Hash tables configured (established 2048 bind 2048)\n[ 0.417600] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.418678] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.419852] NET: Registered protocol family 1\n[ 0.420723] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.421817] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.422890] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.437293] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.451566] Trying to unpack rootfs image as initramfs...\n[ 0.503538] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000)\n[ 0.518128] Scanning for low memory corruption every 60 seconds\n[ 0.519805] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.521564] audit: initializing netlink subsys (disabled)\n[ 0.523122] audit: type=2000 audit(1536057288.751:1): initialized\n[ 0.525041] Initialise system trusted keyring\n[ 0.526394] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.528170] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.530777] zbud: loaded\n[ 0.531726] VFS: Disk quotas dquot_6.6.0\n[ 0.532920] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.535124] fuse init (API version 7.23)\n[ 0.536393] Key type big_key registered\n[ 0.537570] Allocating IMA MOK and blacklist keyrings.\n[ 0.539179] Key type asymmetric registered\n[ 0.540420] Asymmetric key parser 'x509' registered\n[ 0.541844] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.543985] io scheduler noop registered\n[ 0.545173] io scheduler deadline registered (default)\n[ 0.546651] io scheduler cfq registered\n[ 0.547833] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.549373] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.551293] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.553474] ACPI: Power Button [PWRF]\n[ 0.554692] GHES: HEST is not enabled!\n[ 0.568692] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.596789] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.599019] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.624480] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.626766] Linux agpgart interface v0.103\n[ 0.629242] brd: module loaded\n[ 0.630428] loop: module loaded\n[ 0.634426] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.635859] GPT:90111 != 20971519\n[ 0.636540] GPT:Alternate GPT header not at the end of the disk.\n[ 0.637615] GPT:90111 != 20971519\n[ 0.638300] GPT: Use GNU Parted to correct GPT errors.\n[ 0.639260] vda: vda1 vda15\n[ 0.641177] scsi host0: ata_piix\n[ 0.642283] scsi host1: ata_piix\n[ 0.642985] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.644185] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.645607] libphy: Fixed MDIO Bus: probed\n[ 0.646428] tun: Universal TUN/TAP device driver, 1.6\n[ 0.647370] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.649569] PPP generic driver version 2.4.2\n[ 0.650699] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.651881] ehci-pci: EHCI PCI platform driver\n[ 0.652747] ehci-platform: EHCI generic platform driver\n[ 0.653720] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.654841] ohci-pci: OHCI PCI platform driver\n[ 0.655712] ohci-platform: OHCI generic platform driver\n[ 0.656678] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.671332] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.672324] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.673753] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.674771] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.675872] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.677092] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.678516] usb usb1: Product: UHCI Host Controller\n[ 0.679444] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.680570] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.681596] hub 1-0:1.0: USB hub found\n[ 0.682380] hub 1-0:1.0: 2 ports detected\n[ 0.683285] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.685372] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.686322] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.687343] mousedev: PS/2 mouse device common for all mice\n[ 0.688590] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.690408] rtc_cmos 00:00: RTC can wake from S4\n[ 0.691493] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.692676] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.693867] i2c /dev entries driver\n[ 0.694627] device-mapper: uevent: version 1.0.3\n[ 0.695550] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.697149] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.698413] NET: Registered protocol family 10\n[ 0.699409] NET: Registered protocol family 17\n[ 0.700289] Key type dns_resolver registered\n[ 0.701194] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.702273] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.704026] registered taskstats version 1\n[ 0.704845] Loading compiled-in X.509 certificates\n[ 0.706279] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.708108] zswap: loaded using pool lzo/zbud\n[ 0.709465] Key type trusted registered\n[ 0.711007] Key type encrypted registered\n[ 0.711834] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.712852] ima: No TPM chip found, activating TPM-bypass!\n[ 0.713890] evm: HMAC attrs: 0x1\n[ 0.714830] Magic number: 2:407:577\n[ 0.715671] rtc_cmos 00:00: setting system clock to 2018-09-04 10:34:48 UTC (1536057288)\n[ 0.717256] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.718359] EDD information not available.\n[ 0.802767] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.804301] Write protecting the kernel read-only data: 14336k\n[ 0.815963] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.817748] 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.858595] 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.14\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found 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-09-04 10:35:09,661 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/e98fafa4-1d83-4186-a42f-abb98642c580/action used request id req-e12d4e68-3561-40fe-bb2c-cc1b84b8f2e9 2018-09-04 10:35:09,666 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/e98fafa4-1d83-4186-a42f-abb98642c580 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ed533bd0fc9d97500c56f4fa8517eb14f442cd8b" 2018-09-04 10:35:10,284 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10: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-e6215b48-1f19-4518-8080-2442b13698a2 x-compute-request-id: req-e6215b48-1f19-4518-8080-2442b13698a2 Content-Encoding: gzip Content-Length: 751 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"SimpleHealthCheck-8f6b88b3-5cec-492a-8296-1eb1316a1fdb-priv-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:95:08:47", "version": 4, "addr": "10.55.0.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/e98fafa4-1d83-4186-a42f-abb98642c580", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/e98fafa4-1d83-4186-a42f-abb98642c580", "rel": "bookmark"}], "image": {"id": "1cfc545f-18fd-4dec-a743-4091048230a0", "links": [{"href": "http://172.30.9.28:8774/images/1cfc545f-18fd-4dec-a743-4091048230a0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-04T10:34:47.000000", "flavor": {"id": "c662a3dd-76a7-4b38-a654-a158b6dc7582", "links": [{"href": "http://172.30.9.28:8774/flavors/c662a3dd-76a7-4b38-a654-a158b6dc7582", "rel": "bookmark"}]}, "id": "e98fafa4-1d83-4186-a42f-abb98642c580", "security_groups": [{"name": "default"}], "user_id": "1e54b4922ddf409783915c609dc57c02", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-04T10:34:48Z", "hostId": "851ac21cf6a8c0f64b8ebc2f7093e0254bb4af9b7658fec00ffacf50", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "SimpleHealthCheck-8f6b88b3-5cec-492a-8296-1eb1316a1fdb-inst", "created": "2018-09-04T10:34:43Z", "tenant_id": "1960765e8a3f4cef9b425bab3c37dc2a", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 10:35:10,285 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/e98fafa4-1d83-4186-a42f-abb98642c580 used request id req-e6215b48-1f19-4518-8080-2442b13698a2 2018-09-04 10:35:10,287 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:8774/v2.1/servers/e98fafa4-1d83-4186-a42f-abb98642c580/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ed533bd0fc9d97500c56f4fa8517eb14f442cd8b" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-04 10:35:11,383 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:35: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-271ee1fe-4966-44b4-8999-cc417aa270e0 x-compute-request-id: req-271ee1fe-4966-44b4-8999-cc417aa270e0 Content-Encoding: gzip Content-Length: 7667 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 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 564598379 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 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.912 MHz processor\n[ 0.147613] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.149263] pid_max: default: 32768 minimum: 301\n[ 0.150152] ACPI: Core revision 20150930\n[ 0.151541] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.152842] Security Framework initialized\n[ 0.153652] Yama: becoming mindful.\n[ 0.154380] AppArmor: AppArmor initialized\n[ 0.155234] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.156517] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.157764] Mount-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.158949] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.160325] Initializing cgroup subsys io\n[ 0.161133] Initializing cgroup subsys memory\n[ 0.161983] Initializing cgroup subsys devices\n[ 0.162859] Initializing cgroup subsys freezer\n[ 0.163723] Initializing cgroup subsys net_cls\n[ 0.164581] Initializing cgroup subsys perf_event\n[ 0.165478] Initializing cgroup subsys net_prio\n[ 0.166349] Initializing cgroup subsys hugetlb\n[ 0.167213] Initializing cgroup subsys pids\n[ 0.168081] CPU: Physical Processor ID: 0\n[ 0.169566] mce: CPU supports 10 MCE banks\n[ 0.170408] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.171405] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.182343] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.188960] ftrace: allocating 31920 entries in 125 pages\n[ 0.216304] smpboot: Max logical packages: 1\n[ 0.217150] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.218490] x2apic enabled\n[ 0.219309] Switched APIC routing to physical x2apic.\n[ 0.221049] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.222161] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.224142] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.225913] KVM setup paravirtual spinlock\n[ 0.227247] x86: Booted up 1 node, 1 CPUs\n[ 0.228045] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.229425] devtmpfs: initialized\n[ 0.231126] evm: security.selinux\n[ 0.231817] evm: security.SMACK64\n[ 0.232509] evm: security.SMACK64EXEC\n[ 0.233247] evm: security.SMACK64TRANSMUTE\n[ 0.234044] evm: security.SMACK64MMAP\n[ 0.234788] evm: security.ima\n[ 0.235426] evm: security.capability\n[ 0.236227] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.238066] pinctrl core: initialized pinctrl subsystem\n[ 0.239169] RTC time: 10:34:47, date: 09/04/18\n[ 0.240124] NET: Registered protocol family 16\n[ 0.241096] cpuidle: using governor ladder\n[ 0.241907] cpuidle: using governor menu\n[ 0.242690] PCCT header not found.\n[ 0.243443] ACPI: bus type PCI registered\n[ 0.244243] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.245481] PCI: Using configuration type 1 for base access\n[ 0.247239] ACPI: Added _OSI(Module Device)\n[ 0.248081] ACPI: Added _OSI(Processor Device)\n[ 0.248938] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.249832] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.251911] ACPI: Interpreter enabled\n[ 0.252697] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.254551] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.256401] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.258256] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.260103] ACPI: (supports S0 S5)\n[ 0.260808] ACPI: Using IOAPIC for interrupt routing\n[ 0.261914] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.265026] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.266184] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.267423] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.268620] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.270850] acpiphp: Slot [3] registered\n[ 0.271656] acpiphp: Slot [4] registered\n[ 0.272461] acpiphp: Slot [5] registered\n[ 0.273262] acpiphp: Slot [6] registered\n[ 0.274063] acpiphp: Slot [7] registered\n[ 0.274865] acpiphp: Slot [8] registered\n[ 0.275666] acpiphp: Slot [9] registered\n[ 0.276467] acpiphp: Slot [10] registered\n[ 0.277286] acpiphp: Slot [11] registered\n[ 0.278101] acpiphp: Slot [12] registered\n[ 0.278918] acpiphp: Slot [13] registered\n[ 0.279734] acpiphp: Slot [14] registered\n[ 0.280545] acpiphp: Slot [15] registered\n[ 0.291377] acpiphp: Slot [16] registered\n[ 0.292197] acpiphp: Slot [17] registered\n[ 0.293008] acpiphp: Slot [18] registered\n[ 0.293825] acpiphp: Slot [19] registered\n[ 0.294639] acpiphp: Slot [20] registered\n[ 0.295458] acpiphp: Slot [21] registered\n[ 0.296272] acpiphp: Slot [22] registered\n[ 0.297085] acpiphp: Slot [23] registered\n[ 0.297897] acpiphp: Slot [24] registered\n[ 0.298714] acpiphp: Slot [25] registered\n[ 0.299535] acpiphp: Slot [26] registered\n[ 0.300350] acpiphp: Slot [27] registered\n[ 0.301162] acpiphp: Slot [28] registered\n[ 0.301970] acpiphp: Slot [29] registered\n[ 0.302793] acpiphp: Slot [30] registered\n[ 0.303617] acpiphp: Slot [31] registered\n[ 0.304430] PCI host bridge to bus 0000:00\n[ 0.305242] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.306455] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.307673] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.309127] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window]\n[ 0.310579] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.316673] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.317955] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.319138] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.320408] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.327319] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.328759] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.375173] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.376669] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.378088] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.379513] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.380906] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.382849] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.384022] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.385077] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.386618] vgaarb: loaded\n[ 0.387224] vgaarb: bridge control possible 0000:00:02.0\n[ 0.388380] SCSI subsystem initialized\n[ 0.389217] ACPI: bus type USB registered\n[ 0.390032] usbcore: registered new interface driver usbfs\n[ 0.391073] usbcore: registered new interface driver hub\n[ 0.392078] usbcore: registered new device driver usb\n[ 0.393140] PCI: Using ACPI for IRQ routing\n[ 0.394175] NetLabel: Initializing\n[ 0.394889] NetLabel: domain hash size = 128\n[ 0.395744] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.396697] NetLabel: unlabeled traffic allowed by default\n[ 0.397793] clocksource: Switched to clocksource kvm-clock\n[ 0.403375] AppArmor: AppArmor Filesystem Enabled\n[ 0.404343] pnp: PnP ACPI init\n[ 0.405268] pnp: PnP ACPI: found 5 devices\n[ 0.411302] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.412998] NET: Registered protocol family 2\n[ 0.413984] TCP established hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.415269] TCP bind hash table entries: 2048 (order: 3, 32768 bytes)\n[ 0.416437] TCP: Hash tables configured (established 2048 bind 2048)\n[ 0.417600] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.418678] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.419852] NET: Registered protocol family 1\n[ 0.420723] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.421817] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.422890] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.437293] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.451566] Trying to unpack rootfs image as initramfs...\n[ 0.503538] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000)\n[ 0.518128] Scanning for low memory corruption every 60 seconds\n[ 0.519805] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.521564] audit: initializing netlink subsys (disabled)\n[ 0.523122] audit: type=2000 audit(1536057288.751:1): initialized\n[ 0.525041] Initialise system trusted keyring\n[ 0.526394] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.528170] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.530777] zbud: loaded\n[ 0.531726] VFS: Disk quotas dquot_6.6.0\n[ 0.532920] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.535124] fuse init (API version 7.23)\n[ 0.536393] Key type big_key registered\n[ 0.537570] Allocating IMA MOK and blacklist keyrings.\n[ 0.539179] Key type asymmetric registered\n[ 0.540420] Asymmetric key parser 'x509' registered\n[ 0.541844] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.543985] io scheduler noop registered\n[ 0.545173] io scheduler deadline registered (default)\n[ 0.546651] io scheduler cfq registered\n[ 0.547833] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.549373] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.551293] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.553474] ACPI: Power Button [PWRF]\n[ 0.554692] GHES: HEST is not enabled!\n[ 0.568692] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.596789] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.599019] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.624480] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.626766] Linux agpgart interface v0.103\n[ 0.629242] brd: module loaded\n[ 0.630428] loop: module loaded\n[ 0.634426] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.635859] GPT:90111 != 20971519\n[ 0.636540] GPT:Alternate GPT header not at the end of the disk.\n[ 0.637615] GPT:90111 != 20971519\n[ 0.638300] GPT: Use GNU Parted to correct GPT errors.\n[ 0.639260] vda: vda1 vda15\n[ 0.641177] scsi host0: ata_piix\n[ 0.642283] scsi host1: ata_piix\n[ 0.642985] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.644185] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.645607] libphy: Fixed MDIO Bus: probed\n[ 0.646428] tun: Universal TUN/TAP device driver, 1.6\n[ 0.647370] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.649569] PPP generic driver version 2.4.2\n[ 0.650699] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.651881] ehci-pci: EHCI PCI platform driver\n[ 0.652747] ehci-platform: EHCI generic platform driver\n[ 0.653720] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.654841] ohci-pci: OHCI PCI platform driver\n[ 0.655712] ohci-platform: OHCI generic platform driver\n[ 0.656678] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.671332] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.672324] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.673753] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.674771] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.675872] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.677092] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.678516] usb usb1: Product: UHCI Host Controller\n[ 0.679444] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.680570] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.681596] hub 1-0:1.0: USB hub found\n[ 0.682380] hub 1-0:1.0: 2 ports detected\n[ 0.683285] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.685372] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.686322] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.687343] mousedev: PS/2 mouse device common for all mice\n[ 0.688590] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.690408] rtc_cmos 00:00: RTC can wake from S4\n[ 0.691493] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.692676] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.693867] i2c /dev entries driver\n[ 0.694627] device-mapper: uevent: version 1.0.3\n[ 0.695550] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.697149] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.698413] NET: Registered protocol family 10\n[ 0.699409] NET: Registered protocol family 17\n[ 0.700289] Key type dns_resolver registered\n[ 0.701194] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.702273] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.704026] registered taskstats version 1\n[ 0.704845] Loading compiled-in X.509 certificates\n[ 0.706279] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.708108] zswap: loaded using pool lzo/zbud\n[ 0.709465] Key type trusted registered\n[ 0.711007] Key type encrypted registered\n[ 0.711834] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.712852] ima: No TPM chip found, activating TPM-bypass!\n[ 0.713890] evm: HMAC attrs: 0x1\n[ 0.714830] Magic number: 2:407:577\n[ 0.715671] rtc_cmos 00:00: setting system clock to 2018-09-04 10:34:48 UTC (1536057288)\n[ 0.717256] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.718359] EDD information not available.\n[ 0.802767] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.804301] Write protecting the kernel read-only data: 14336k\n[ 0.815963] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.817748] 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.858595] 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.14\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found 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-09-04 10:35:11,384 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/e98fafa4-1d83-4186-a42f-abb98642c580/action used request id req-271ee1fe-4966-44b4-8999-cc417aa270e0 2018-09-04 10:35:11,388 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/e98fafa4-1d83-4186-a42f-abb98642c580 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ed533bd0fc9d97500c56f4fa8517eb14f442cd8b" 2018-09-04 10:35:12,028 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:35: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-08d68c6b-3434-448f-b950-8208be01973b x-compute-request-id: req-08d68c6b-3434-448f-b950-8208be01973b Content-Encoding: gzip Content-Length: 751 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"SimpleHealthCheck-8f6b88b3-5cec-492a-8296-1eb1316a1fdb-priv-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:95:08:47", "version": 4, "addr": "10.55.0.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/e98fafa4-1d83-4186-a42f-abb98642c580", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/e98fafa4-1d83-4186-a42f-abb98642c580", "rel": "bookmark"}], "image": {"id": "1cfc545f-18fd-4dec-a743-4091048230a0", "links": [{"href": "http://172.30.9.28:8774/images/1cfc545f-18fd-4dec-a743-4091048230a0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-04T10:34:47.000000", "flavor": {"id": "c662a3dd-76a7-4b38-a654-a158b6dc7582", "links": [{"href": "http://172.30.9.28:8774/flavors/c662a3dd-76a7-4b38-a654-a158b6dc7582", "rel": "bookmark"}]}, "id": "e98fafa4-1d83-4186-a42f-abb98642c580", "security_groups": [{"name": "default"}], "user_id": "1e54b4922ddf409783915c609dc57c02", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-04T10:34:48Z", "hostId": "851ac21cf6a8c0f64b8ebc2f7093e0254bb4af9b7658fec00ffacf50", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "SimpleHealthCheck-8f6b88b3-5cec-492a-8296-1eb1316a1fdb-inst", "created": "2018-09-04T10:34:43Z", "tenant_id": "1960765e8a3f4cef9b425bab3c37dc2a", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 10:35:12,028 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/e98fafa4-1d83-4186-a42f-abb98642c580 used request id req-08d68c6b-3434-448f-b950-8208be01973b 2018-09-04 10:35:12,032 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:8774/v2.1/servers/e98fafa4-1d83-4186-a42f-abb98642c580/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ed533bd0fc9d97500c56f4fa8517eb14f442cd8b" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-04 10:35:13,144 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:35: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-f0a6c520-6251-4966-af45-505acf478755 x-compute-request-id: req-f0a6c520-6251-4966-af45-505acf478755 Content-Encoding: gzip Content-Length: 7667 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 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 564598379 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 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.912 MHz processor\n[ 0.147613] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.149263] pid_max: default: 32768 minimum: 301\n[ 0.150152] ACPI: Core revision 20150930\n[ 0.151541] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.152842] Security Framework initialized\n[ 0.153652] Yama: becoming mindful.\n[ 0.154380] AppArmor: AppArmor initialized\n[ 0.155234] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.156517] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.157764] Mount-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.158949] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.160325] Initializing cgroup subsys io\n[ 0.161133] Initializing cgroup subsys memory\n[ 0.161983] Initializing cgroup subsys devices\n[ 0.162859] Initializing cgroup subsys freezer\n[ 0.163723] Initializing cgroup subsys net_cls\n[ 0.164581] Initializing cgroup subsys perf_event\n[ 0.165478] Initializing cgroup subsys net_prio\n[ 0.166349] Initializing cgroup subsys hugetlb\n[ 0.167213] Initializing cgroup subsys pids\n[ 0.168081] CPU: Physical Processor ID: 0\n[ 0.169566] mce: CPU supports 10 MCE banks\n[ 0.170408] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.171405] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.182343] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.188960] ftrace: allocating 31920 entries in 125 pages\n[ 0.216304] smpboot: Max logical packages: 1\n[ 0.217150] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.218490] x2apic enabled\n[ 0.219309] Switched APIC routing to physical x2apic.\n[ 0.221049] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.222161] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.224142] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.225913] KVM setup paravirtual spinlock\n[ 0.227247] x86: Booted up 1 node, 1 CPUs\n[ 0.228045] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.229425] devtmpfs: initialized\n[ 0.231126] evm: security.selinux\n[ 0.231817] evm: security.SMACK64\n[ 0.232509] evm: security.SMACK64EXEC\n[ 0.233247] evm: security.SMACK64TRANSMUTE\n[ 0.234044] evm: security.SMACK64MMAP\n[ 0.234788] evm: security.ima\n[ 0.235426] evm: security.capability\n[ 0.236227] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.238066] pinctrl core: initialized pinctrl subsystem\n[ 0.239169] RTC time: 10:34:47, date: 09/04/18\n[ 0.240124] NET: Registered protocol family 16\n[ 0.241096] cpuidle: using governor ladder\n[ 0.241907] cpuidle: using governor menu\n[ 0.242690] PCCT header not found.\n[ 0.243443] ACPI: bus type PCI registered\n[ 0.244243] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.245481] PCI: Using configuration type 1 for base access\n[ 0.247239] ACPI: Added _OSI(Module Device)\n[ 0.248081] ACPI: Added _OSI(Processor Device)\n[ 0.248938] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.249832] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.251911] ACPI: Interpreter enabled\n[ 0.252697] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.254551] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.256401] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.258256] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.260103] ACPI: (supports S0 S5)\n[ 0.260808] ACPI: Using IOAPIC for interrupt routing\n[ 0.261914] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.265026] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.266184] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.267423] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.268620] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.270850] acpiphp: Slot [3] registered\n[ 0.271656] acpiphp: Slot [4] registered\n[ 0.272461] acpiphp: Slot [5] registered\n[ 0.273262] acpiphp: Slot [6] registered\n[ 0.274063] acpiphp: Slot [7] registered\n[ 0.274865] acpiphp: Slot [8] registered\n[ 0.275666] acpiphp: Slot [9] registered\n[ 0.276467] acpiphp: Slot [10] registered\n[ 0.277286] acpiphp: Slot [11] registered\n[ 0.278101] acpiphp: Slot [12] registered\n[ 0.278918] acpiphp: Slot [13] registered\n[ 0.279734] acpiphp: Slot [14] registered\n[ 0.280545] acpiphp: Slot [15] registered\n[ 0.291377] acpiphp: Slot [16] registered\n[ 0.292197] acpiphp: Slot [17] registered\n[ 0.293008] acpiphp: Slot [18] registered\n[ 0.293825] acpiphp: Slot [19] registered\n[ 0.294639] acpiphp: Slot [20] registered\n[ 0.295458] acpiphp: Slot [21] registered\n[ 0.296272] acpiphp: Slot [22] registered\n[ 0.297085] acpiphp: Slot [23] registered\n[ 0.297897] acpiphp: Slot [24] registered\n[ 0.298714] acpiphp: Slot [25] registered\n[ 0.299535] acpiphp: Slot [26] registered\n[ 0.300350] acpiphp: Slot [27] registered\n[ 0.301162] acpiphp: Slot [28] registered\n[ 0.301970] acpiphp: Slot [29] registered\n[ 0.302793] acpiphp: Slot [30] registered\n[ 0.303617] acpiphp: Slot [31] registered\n[ 0.304430] PCI host bridge to bus 0000:00\n[ 0.305242] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.306455] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.307673] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.309127] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window]\n[ 0.310579] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.316673] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.317955] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.319138] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.320408] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.327319] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.328759] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.375173] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.376669] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.378088] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.379513] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.380906] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.382849] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.384022] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.385077] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.386618] vgaarb: loaded\n[ 0.387224] vgaarb: bridge control possible 0000:00:02.0\n[ 0.388380] SCSI subsystem initialized\n[ 0.389217] ACPI: bus type USB registered\n[ 0.390032] usbcore: registered new interface driver usbfs\n[ 0.391073] usbcore: registered new interface driver hub\n[ 0.392078] usbcore: registered new device driver usb\n[ 0.393140] PCI: Using ACPI for IRQ routing\n[ 0.394175] NetLabel: Initializing\n[ 0.394889] NetLabel: domain hash size = 128\n[ 0.395744] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.396697] NetLabel: unlabeled traffic allowed by default\n[ 0.397793] clocksource: Switched to clocksource kvm-clock\n[ 0.403375] AppArmor: AppArmor Filesystem Enabled\n[ 0.404343] pnp: PnP ACPI init\n[ 0.405268] pnp: PnP ACPI: found 5 devices\n[ 0.411302] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.412998] NET: Registered protocol family 2\n[ 0.413984] TCP established hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.415269] TCP bind hash table entries: 2048 (order: 3, 32768 bytes)\n[ 0.416437] TCP: Hash tables configured (established 2048 bind 2048)\n[ 0.417600] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.418678] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.419852] NET: Registered protocol family 1\n[ 0.420723] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.421817] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.422890] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.437293] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.451566] Trying to unpack rootfs image as initramfs...\n[ 0.503538] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000)\n[ 0.518128] Scanning for low memory corruption every 60 seconds\n[ 0.519805] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.521564] audit: initializing netlink subsys (disabled)\n[ 0.523122] audit: type=2000 audit(1536057288.751:1): initialized\n[ 0.525041] Initialise system trusted keyring\n[ 0.526394] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.528170] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.530777] zbud: loaded\n[ 0.531726] VFS: Disk quotas dquot_6.6.0\n[ 0.532920] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.535124] fuse init (API version 7.23)\n[ 0.536393] Key type big_key registered\n[ 0.537570] Allocating IMA MOK and blacklist keyrings.\n[ 0.539179] Key type asymmetric registered\n[ 0.540420] Asymmetric key parser 'x509' registered\n[ 0.541844] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.543985] io scheduler noop registered\n[ 0.545173] io scheduler deadline registered (default)\n[ 0.546651] io scheduler cfq registered\n[ 0.547833] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.549373] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.551293] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.553474] ACPI: Power Button [PWRF]\n[ 0.554692] GHES: HEST is not enabled!\n[ 0.568692] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.596789] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.599019] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.624480] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.626766] Linux agpgart interface v0.103\n[ 0.629242] brd: module loaded\n[ 0.630428] loop: module loaded\n[ 0.634426] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.635859] GPT:90111 != 20971519\n[ 0.636540] GPT:Alternate GPT header not at the end of the disk.\n[ 0.637615] GPT:90111 != 20971519\n[ 0.638300] GPT: Use GNU Parted to correct GPT errors.\n[ 0.639260] vda: vda1 vda15\n[ 0.641177] scsi host0: ata_piix\n[ 0.642283] scsi host1: ata_piix\n[ 0.642985] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.644185] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.645607] libphy: Fixed MDIO Bus: probed\n[ 0.646428] tun: Universal TUN/TAP device driver, 1.6\n[ 0.647370] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.649569] PPP generic driver version 2.4.2\n[ 0.650699] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.651881] ehci-pci: EHCI PCI platform driver\n[ 0.652747] ehci-platform: EHCI generic platform driver\n[ 0.653720] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.654841] ohci-pci: OHCI PCI platform driver\n[ 0.655712] ohci-platform: OHCI generic platform driver\n[ 0.656678] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.671332] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.672324] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.673753] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.674771] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.675872] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.677092] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.678516] usb usb1: Product: UHCI Host Controller\n[ 0.679444] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.680570] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.681596] hub 1-0:1.0: USB hub found\n[ 0.682380] hub 1-0:1.0: 2 ports detected\n[ 0.683285] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.685372] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.686322] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.687343] mousedev: PS/2 mouse device common for all mice\n[ 0.688590] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.690408] rtc_cmos 00:00: RTC can wake from S4\n[ 0.691493] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.692676] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.693867] i2c /dev entries driver\n[ 0.694627] device-mapper: uevent: version 1.0.3\n[ 0.695550] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.697149] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.698413] NET: Registered protocol family 10\n[ 0.699409] NET: Registered protocol family 17\n[ 0.700289] Key type dns_resolver registered\n[ 0.701194] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.702273] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.704026] registered taskstats version 1\n[ 0.704845] Loading compiled-in X.509 certificates\n[ 0.706279] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.708108] zswap: loaded using pool lzo/zbud\n[ 0.709465] Key type trusted registered\n[ 0.711007] Key type encrypted registered\n[ 0.711834] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.712852] ima: No TPM chip found, activating TPM-bypass!\n[ 0.713890] evm: HMAC attrs: 0x1\n[ 0.714830] Magic number: 2:407:577\n[ 0.715671] rtc_cmos 00:00: setting system clock to 2018-09-04 10:34:48 UTC (1536057288)\n[ 0.717256] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.718359] EDD information not available.\n[ 0.802767] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.804301] Write protecting the kernel read-only data: 14336k\n[ 0.815963] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.817748] 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.858595] 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.14\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found 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-09-04 10:35:13,145 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/e98fafa4-1d83-4186-a42f-abb98642c580/action used request id req-f0a6c520-6251-4966-af45-505acf478755 2018-09-04 10:35:13,149 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/e98fafa4-1d83-4186-a42f-abb98642c580 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ed533bd0fc9d97500c56f4fa8517eb14f442cd8b" 2018-09-04 10:35:13,775 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:35: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-e018a8c1-096c-49dc-bba7-2841429fb29a x-compute-request-id: req-e018a8c1-096c-49dc-bba7-2841429fb29a Content-Encoding: gzip Content-Length: 751 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"SimpleHealthCheck-8f6b88b3-5cec-492a-8296-1eb1316a1fdb-priv-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:95:08:47", "version": 4, "addr": "10.55.0.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/e98fafa4-1d83-4186-a42f-abb98642c580", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/e98fafa4-1d83-4186-a42f-abb98642c580", "rel": "bookmark"}], "image": {"id": "1cfc545f-18fd-4dec-a743-4091048230a0", "links": [{"href": "http://172.30.9.28:8774/images/1cfc545f-18fd-4dec-a743-4091048230a0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-04T10:34:47.000000", "flavor": {"id": "c662a3dd-76a7-4b38-a654-a158b6dc7582", "links": [{"href": "http://172.30.9.28:8774/flavors/c662a3dd-76a7-4b38-a654-a158b6dc7582", "rel": "bookmark"}]}, "id": "e98fafa4-1d83-4186-a42f-abb98642c580", "security_groups": [{"name": "default"}], "user_id": "1e54b4922ddf409783915c609dc57c02", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-04T10:34:48Z", "hostId": "851ac21cf6a8c0f64b8ebc2f7093e0254bb4af9b7658fec00ffacf50", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "SimpleHealthCheck-8f6b88b3-5cec-492a-8296-1eb1316a1fdb-inst", "created": "2018-09-04T10:34:43Z", "tenant_id": "1960765e8a3f4cef9b425bab3c37dc2a", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 10:35:13,776 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/e98fafa4-1d83-4186-a42f-abb98642c580 used request id req-e018a8c1-096c-49dc-bba7-2841429fb29a 2018-09-04 10:35:13,779 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:8774/v2.1/servers/e98fafa4-1d83-4186-a42f-abb98642c580/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ed533bd0fc9d97500c56f4fa8517eb14f442cd8b" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-04 10:35:14,845 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:35: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-4dc9ead1-41ca-48b0-87f1-c25bd64dfb6c x-compute-request-id: req-4dc9ead1-41ca-48b0-87f1-c25bd64dfb6c Content-Encoding: gzip Content-Length: 7667 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 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 564598379 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 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.912 MHz processor\n[ 0.147613] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.149263] pid_max: default: 32768 minimum: 301\n[ 0.150152] ACPI: Core revision 20150930\n[ 0.151541] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.152842] Security Framework initialized\n[ 0.153652] Yama: becoming mindful.\n[ 0.154380] AppArmor: AppArmor initialized\n[ 0.155234] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.156517] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.157764] Mount-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.158949] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.160325] Initializing cgroup subsys io\n[ 0.161133] Initializing cgroup subsys memory\n[ 0.161983] Initializing cgroup subsys devices\n[ 0.162859] Initializing cgroup subsys freezer\n[ 0.163723] Initializing cgroup subsys net_cls\n[ 0.164581] Initializing cgroup subsys perf_event\n[ 0.165478] Initializing cgroup subsys net_prio\n[ 0.166349] Initializing cgroup subsys hugetlb\n[ 0.167213] Initializing cgroup subsys pids\n[ 0.168081] CPU: Physical Processor ID: 0\n[ 0.169566] mce: CPU supports 10 MCE banks\n[ 0.170408] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.171405] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.182343] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.188960] ftrace: allocating 31920 entries in 125 pages\n[ 0.216304] smpboot: Max logical packages: 1\n[ 0.217150] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.218490] x2apic enabled\n[ 0.219309] Switched APIC routing to physical x2apic.\n[ 0.221049] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.222161] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.224142] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.225913] KVM setup paravirtual spinlock\n[ 0.227247] x86: Booted up 1 node, 1 CPUs\n[ 0.228045] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.229425] devtmpfs: initialized\n[ 0.231126] evm: security.selinux\n[ 0.231817] evm: security.SMACK64\n[ 0.232509] evm: security.SMACK64EXEC\n[ 0.233247] evm: security.SMACK64TRANSMUTE\n[ 0.234044] evm: security.SMACK64MMAP\n[ 0.234788] evm: security.ima\n[ 0.235426] evm: security.capability\n[ 0.236227] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.238066] pinctrl core: initialized pinctrl subsystem\n[ 0.239169] RTC time: 10:34:47, date: 09/04/18\n[ 0.240124] NET: Registered protocol family 16\n[ 0.241096] cpuidle: using governor ladder\n[ 0.241907] cpuidle: using governor menu\n[ 0.242690] PCCT header not found.\n[ 0.243443] ACPI: bus type PCI registered\n[ 0.244243] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.245481] PCI: Using configuration type 1 for base access\n[ 0.247239] ACPI: Added _OSI(Module Device)\n[ 0.248081] ACPI: Added _OSI(Processor Device)\n[ 0.248938] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.249832] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.251911] ACPI: Interpreter enabled\n[ 0.252697] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.254551] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.256401] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.258256] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.260103] ACPI: (supports S0 S5)\n[ 0.260808] ACPI: Using IOAPIC for interrupt routing\n[ 0.261914] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.265026] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.266184] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.267423] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.268620] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.270850] acpiphp: Slot [3] registered\n[ 0.271656] acpiphp: Slot [4] registered\n[ 0.272461] acpiphp: Slot [5] registered\n[ 0.273262] acpiphp: Slot [6] registered\n[ 0.274063] acpiphp: Slot [7] registered\n[ 0.274865] acpiphp: Slot [8] registered\n[ 0.275666] acpiphp: Slot [9] registered\n[ 0.276467] acpiphp: Slot [10] registered\n[ 0.277286] acpiphp: Slot [11] registered\n[ 0.278101] acpiphp: Slot [12] registered\n[ 0.278918] acpiphp: Slot [13] registered\n[ 0.279734] acpiphp: Slot [14] registered\n[ 0.280545] acpiphp: Slot [15] registered\n[ 0.291377] acpiphp: Slot [16] registered\n[ 0.292197] acpiphp: Slot [17] registered\n[ 0.293008] acpiphp: Slot [18] registered\n[ 0.293825] acpiphp: Slot [19] registered\n[ 0.294639] acpiphp: Slot [20] registered\n[ 0.295458] acpiphp: Slot [21] registered\n[ 0.296272] acpiphp: Slot [22] registered\n[ 0.297085] acpiphp: Slot [23] registered\n[ 0.297897] acpiphp: Slot [24] registered\n[ 0.298714] acpiphp: Slot [25] registered\n[ 0.299535] acpiphp: Slot [26] registered\n[ 0.300350] acpiphp: Slot [27] registered\n[ 0.301162] acpiphp: Slot [28] registered\n[ 0.301970] acpiphp: Slot [29] registered\n[ 0.302793] acpiphp: Slot [30] registered\n[ 0.303617] acpiphp: Slot [31] registered\n[ 0.304430] PCI host bridge to bus 0000:00\n[ 0.305242] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.306455] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.307673] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.309127] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window]\n[ 0.310579] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.316673] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.317955] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.319138] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.320408] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.327319] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.328759] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.375173] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.376669] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.378088] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.379513] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.380906] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.382849] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.384022] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.385077] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.386618] vgaarb: loaded\n[ 0.387224] vgaarb: bridge control possible 0000:00:02.0\n[ 0.388380] SCSI subsystem initialized\n[ 0.389217] ACPI: bus type USB registered\n[ 0.390032] usbcore: registered new interface driver usbfs\n[ 0.391073] usbcore: registered new interface driver hub\n[ 0.392078] usbcore: registered new device driver usb\n[ 0.393140] PCI: Using ACPI for IRQ routing\n[ 0.394175] NetLabel: Initializing\n[ 0.394889] NetLabel: domain hash size = 128\n[ 0.395744] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.396697] NetLabel: unlabeled traffic allowed by default\n[ 0.397793] clocksource: Switched to clocksource kvm-clock\n[ 0.403375] AppArmor: AppArmor Filesystem Enabled\n[ 0.404343] pnp: PnP ACPI init\n[ 0.405268] pnp: PnP ACPI: found 5 devices\n[ 0.411302] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.412998] NET: Registered protocol family 2\n[ 0.413984] TCP established hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.415269] TCP bind hash table entries: 2048 (order: 3, 32768 bytes)\n[ 0.416437] TCP: Hash tables configured (established 2048 bind 2048)\n[ 0.417600] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.418678] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.419852] NET: Registered protocol family 1\n[ 0.420723] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.421817] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.422890] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.437293] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.451566] Trying to unpack rootfs image as initramfs...\n[ 0.503538] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000)\n[ 0.518128] Scanning for low memory corruption every 60 seconds\n[ 0.519805] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.521564] audit: initializing netlink subsys (disabled)\n[ 0.523122] audit: type=2000 audit(1536057288.751:1): initialized\n[ 0.525041] Initialise system trusted keyring\n[ 0.526394] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.528170] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.530777] zbud: loaded\n[ 0.531726] VFS: Disk quotas dquot_6.6.0\n[ 0.532920] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.535124] fuse init (API version 7.23)\n[ 0.536393] Key type big_key registered\n[ 0.537570] Allocating IMA MOK and blacklist keyrings.\n[ 0.539179] Key type asymmetric registered\n[ 0.540420] Asymmetric key parser 'x509' registered\n[ 0.541844] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.543985] io scheduler noop registered\n[ 0.545173] io scheduler deadline registered (default)\n[ 0.546651] io scheduler cfq registered\n[ 0.547833] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.549373] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.551293] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.553474] ACPI: Power Button [PWRF]\n[ 0.554692] GHES: HEST is not enabled!\n[ 0.568692] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.596789] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.599019] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.624480] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.626766] Linux agpgart interface v0.103\n[ 0.629242] brd: module loaded\n[ 0.630428] loop: module loaded\n[ 0.634426] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.635859] GPT:90111 != 20971519\n[ 0.636540] GPT:Alternate GPT header not at the end of the disk.\n[ 0.637615] GPT:90111 != 20971519\n[ 0.638300] GPT: Use GNU Parted to correct GPT errors.\n[ 0.639260] vda: vda1 vda15\n[ 0.641177] scsi host0: ata_piix\n[ 0.642283] scsi host1: ata_piix\n[ 0.642985] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.644185] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.645607] libphy: Fixed MDIO Bus: probed\n[ 0.646428] tun: Universal TUN/TAP device driver, 1.6\n[ 0.647370] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.649569] PPP generic driver version 2.4.2\n[ 0.650699] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.651881] ehci-pci: EHCI PCI platform driver\n[ 0.652747] ehci-platform: EHCI generic platform driver\n[ 0.653720] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.654841] ohci-pci: OHCI PCI platform driver\n[ 0.655712] ohci-platform: OHCI generic platform driver\n[ 0.656678] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.671332] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.672324] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.673753] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.674771] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.675872] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.677092] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.678516] usb usb1: Product: UHCI Host Controller\n[ 0.679444] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.680570] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.681596] hub 1-0:1.0: USB hub found\n[ 0.682380] hub 1-0:1.0: 2 ports detected\n[ 0.683285] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.685372] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.686322] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.687343] mousedev: PS/2 mouse device common for all mice\n[ 0.688590] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.690408] rtc_cmos 00:00: RTC can wake from S4\n[ 0.691493] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.692676] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.693867] i2c /dev entries driver\n[ 0.694627] device-mapper: uevent: version 1.0.3\n[ 0.695550] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.697149] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.698413] NET: Registered protocol family 10\n[ 0.699409] NET: Registered protocol family 17\n[ 0.700289] Key type dns_resolver registered\n[ 0.701194] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.702273] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.704026] registered taskstats version 1\n[ 0.704845] Loading compiled-in X.509 certificates\n[ 0.706279] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.708108] zswap: loaded using pool lzo/zbud\n[ 0.709465] Key type trusted registered\n[ 0.711007] Key type encrypted registered\n[ 0.711834] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.712852] ima: No TPM chip found, activating TPM-bypass!\n[ 0.713890] evm: HMAC attrs: 0x1\n[ 0.714830] Magic number: 2:407:577\n[ 0.715671] rtc_cmos 00:00: setting system clock to 2018-09-04 10:34:48 UTC (1536057288)\n[ 0.717256] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.718359] EDD information not available.\n[ 0.802767] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.804301] Write protecting the kernel read-only data: 14336k\n[ 0.815963] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.817748] 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.858595] 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.14\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found 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-09-04 10:35:14,846 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/e98fafa4-1d83-4186-a42f-abb98642c580/action used request id req-4dc9ead1-41ca-48b0-87f1-c25bd64dfb6c 2018-09-04 10:35:14,850 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/e98fafa4-1d83-4186-a42f-abb98642c580 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ed533bd0fc9d97500c56f4fa8517eb14f442cd8b" 2018-09-04 10:35:15,316 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:35: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-eb403019-8ac2-4792-8ac6-8a6936e39c7a x-compute-request-id: req-eb403019-8ac2-4792-8ac6-8a6936e39c7a Content-Encoding: gzip Content-Length: 751 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"SimpleHealthCheck-8f6b88b3-5cec-492a-8296-1eb1316a1fdb-priv-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:95:08:47", "version": 4, "addr": "10.55.0.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/e98fafa4-1d83-4186-a42f-abb98642c580", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/e98fafa4-1d83-4186-a42f-abb98642c580", "rel": "bookmark"}], "image": {"id": "1cfc545f-18fd-4dec-a743-4091048230a0", "links": [{"href": "http://172.30.9.28:8774/images/1cfc545f-18fd-4dec-a743-4091048230a0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-04T10:34:47.000000", "flavor": {"id": "c662a3dd-76a7-4b38-a654-a158b6dc7582", "links": [{"href": "http://172.30.9.28:8774/flavors/c662a3dd-76a7-4b38-a654-a158b6dc7582", "rel": "bookmark"}]}, "id": "e98fafa4-1d83-4186-a42f-abb98642c580", "security_groups": [{"name": "default"}], "user_id": "1e54b4922ddf409783915c609dc57c02", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-04T10:34:48Z", "hostId": "851ac21cf6a8c0f64b8ebc2f7093e0254bb4af9b7658fec00ffacf50", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "SimpleHealthCheck-8f6b88b3-5cec-492a-8296-1eb1316a1fdb-inst", "created": "2018-09-04T10:34:43Z", "tenant_id": "1960765e8a3f4cef9b425bab3c37dc2a", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 10:35:15,316 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/e98fafa4-1d83-4186-a42f-abb98642c580 used request id req-eb403019-8ac2-4792-8ac6-8a6936e39c7a 2018-09-04 10:35:15,319 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:8774/v2.1/servers/e98fafa4-1d83-4186-a42f-abb98642c580/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ed533bd0fc9d97500c56f4fa8517eb14f442cd8b" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-04 10:35:16,430 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10: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-26254447-ceaa-4344-a486-9dc6b1a98ad4 x-compute-request-id: req-26254447-ceaa-4344-a486-9dc6b1a98ad4 Content-Encoding: gzip Content-Length: 7667 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 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 564598379 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 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.912 MHz processor\n[ 0.147613] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.149263] pid_max: default: 32768 minimum: 301\n[ 0.150152] ACPI: Core revision 20150930\n[ 0.151541] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.152842] Security Framework initialized\n[ 0.153652] Yama: becoming mindful.\n[ 0.154380] AppArmor: AppArmor initialized\n[ 0.155234] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.156517] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.157764] Mount-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.158949] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.160325] Initializing cgroup subsys io\n[ 0.161133] Initializing cgroup subsys memory\n[ 0.161983] Initializing cgroup subsys devices\n[ 0.162859] Initializing cgroup subsys freezer\n[ 0.163723] Initializing cgroup subsys net_cls\n[ 0.164581] Initializing cgroup subsys perf_event\n[ 0.165478] Initializing cgroup subsys net_prio\n[ 0.166349] Initializing cgroup subsys hugetlb\n[ 0.167213] Initializing cgroup subsys pids\n[ 0.168081] CPU: Physical Processor ID: 0\n[ 0.169566] mce: CPU supports 10 MCE banks\n[ 0.170408] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.171405] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.182343] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.188960] ftrace: allocating 31920 entries in 125 pages\n[ 0.216304] smpboot: Max logical packages: 1\n[ 0.217150] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.218490] x2apic enabled\n[ 0.219309] Switched APIC routing to physical x2apic.\n[ 0.221049] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.222161] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.224142] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.225913] KVM setup paravirtual spinlock\n[ 0.227247] x86: Booted up 1 node, 1 CPUs\n[ 0.228045] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.229425] devtmpfs: initialized\n[ 0.231126] evm: security.selinux\n[ 0.231817] evm: security.SMACK64\n[ 0.232509] evm: security.SMACK64EXEC\n[ 0.233247] evm: security.SMACK64TRANSMUTE\n[ 0.234044] evm: security.SMACK64MMAP\n[ 0.234788] evm: security.ima\n[ 0.235426] evm: security.capability\n[ 0.236227] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.238066] pinctrl core: initialized pinctrl subsystem\n[ 0.239169] RTC time: 10:34:47, date: 09/04/18\n[ 0.240124] NET: Registered protocol family 16\n[ 0.241096] cpuidle: using governor ladder\n[ 0.241907] cpuidle: using governor menu\n[ 0.242690] PCCT header not found.\n[ 0.243443] ACPI: bus type PCI registered\n[ 0.244243] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.245481] PCI: Using configuration type 1 for base access\n[ 0.247239] ACPI: Added _OSI(Module Device)\n[ 0.248081] ACPI: Added _OSI(Processor Device)\n[ 0.248938] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.249832] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.251911] ACPI: Interpreter enabled\n[ 0.252697] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.254551] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.256401] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.258256] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.260103] ACPI: (supports S0 S5)\n[ 0.260808] ACPI: Using IOAPIC for interrupt routing\n[ 0.261914] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.265026] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.266184] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.267423] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.268620] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.270850] acpiphp: Slot [3] registered\n[ 0.271656] acpiphp: Slot [4] registered\n[ 0.272461] acpiphp: Slot [5] registered\n[ 0.273262] acpiphp: Slot [6] registered\n[ 0.274063] acpiphp: Slot [7] registered\n[ 0.274865] acpiphp: Slot [8] registered\n[ 0.275666] acpiphp: Slot [9] registered\n[ 0.276467] acpiphp: Slot [10] registered\n[ 0.277286] acpiphp: Slot [11] registered\n[ 0.278101] acpiphp: Slot [12] registered\n[ 0.278918] acpiphp: Slot [13] registered\n[ 0.279734] acpiphp: Slot [14] registered\n[ 0.280545] acpiphp: Slot [15] registered\n[ 0.291377] acpiphp: Slot [16] registered\n[ 0.292197] acpiphp: Slot [17] registered\n[ 0.293008] acpiphp: Slot [18] registered\n[ 0.293825] acpiphp: Slot [19] registered\n[ 0.294639] acpiphp: Slot [20] registered\n[ 0.295458] acpiphp: Slot [21] registered\n[ 0.296272] acpiphp: Slot [22] registered\n[ 0.297085] acpiphp: Slot [23] registered\n[ 0.297897] acpiphp: Slot [24] registered\n[ 0.298714] acpiphp: Slot [25] registered\n[ 0.299535] acpiphp: Slot [26] registered\n[ 0.300350] acpiphp: Slot [27] registered\n[ 0.301162] acpiphp: Slot [28] registered\n[ 0.301970] acpiphp: Slot [29] registered\n[ 0.302793] acpiphp: Slot [30] registered\n[ 0.303617] acpiphp: Slot [31] registered\n[ 0.304430] PCI host bridge to bus 0000:00\n[ 0.305242] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.306455] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.307673] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.309127] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window]\n[ 0.310579] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.316673] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.317955] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.319138] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.320408] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.327319] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.328759] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.375173] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.376669] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.378088] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.379513] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.380906] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.382849] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.384022] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.385077] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.386618] vgaarb: loaded\n[ 0.387224] vgaarb: bridge control possible 0000:00:02.0\n[ 0.388380] SCSI subsystem initialized\n[ 0.389217] ACPI: bus type USB registered\n[ 0.390032] usbcore: registered new interface driver usbfs\n[ 0.391073] usbcore: registered new interface driver hub\n[ 0.392078] usbcore: registered new device driver usb\n[ 0.393140] PCI: Using ACPI for IRQ routing\n[ 0.394175] NetLabel: Initializing\n[ 0.394889] NetLabel: domain hash size = 128\n[ 0.395744] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.396697] NetLabel: unlabeled traffic allowed by default\n[ 0.397793] clocksource: Switched to clocksource kvm-clock\n[ 0.403375] AppArmor: AppArmor Filesystem Enabled\n[ 0.404343] pnp: PnP ACPI init\n[ 0.405268] pnp: PnP ACPI: found 5 devices\n[ 0.411302] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.412998] NET: Registered protocol family 2\n[ 0.413984] TCP established hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.415269] TCP bind hash table entries: 2048 (order: 3, 32768 bytes)\n[ 0.416437] TCP: Hash tables configured (established 2048 bind 2048)\n[ 0.417600] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.418678] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.419852] NET: Registered protocol family 1\n[ 0.420723] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.421817] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.422890] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.437293] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.451566] Trying to unpack rootfs image as initramfs...\n[ 0.503538] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000)\n[ 0.518128] Scanning for low memory corruption every 60 seconds\n[ 0.519805] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.521564] audit: initializing netlink subsys (disabled)\n[ 0.523122] audit: type=2000 audit(1536057288.751:1): initialized\n[ 0.525041] Initialise system trusted keyring\n[ 0.526394] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.528170] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.530777] zbud: loaded\n[ 0.531726] VFS: Disk quotas dquot_6.6.0\n[ 0.532920] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.535124] fuse init (API version 7.23)\n[ 0.536393] Key type big_key registered\n[ 0.537570] Allocating IMA MOK and blacklist keyrings.\n[ 0.539179] Key type asymmetric registered\n[ 0.540420] Asymmetric key parser 'x509' registered\n[ 0.541844] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.543985] io scheduler noop registered\n[ 0.545173] io scheduler deadline registered (default)\n[ 0.546651] io scheduler cfq registered\n[ 0.547833] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.549373] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.551293] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.553474] ACPI: Power Button [PWRF]\n[ 0.554692] GHES: HEST is not enabled!\n[ 0.568692] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.596789] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.599019] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.624480] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.626766] Linux agpgart interface v0.103\n[ 0.629242] brd: module loaded\n[ 0.630428] loop: module loaded\n[ 0.634426] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.635859] GPT:90111 != 20971519\n[ 0.636540] GPT:Alternate GPT header not at the end of the disk.\n[ 0.637615] GPT:90111 != 20971519\n[ 0.638300] GPT: Use GNU Parted to correct GPT errors.\n[ 0.639260] vda: vda1 vda15\n[ 0.641177] scsi host0: ata_piix\n[ 0.642283] scsi host1: ata_piix\n[ 0.642985] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.644185] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.645607] libphy: Fixed MDIO Bus: probed\n[ 0.646428] tun: Universal TUN/TAP device driver, 1.6\n[ 0.647370] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.649569] PPP generic driver version 2.4.2\n[ 0.650699] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.651881] ehci-pci: EHCI PCI platform driver\n[ 0.652747] ehci-platform: EHCI generic platform driver\n[ 0.653720] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.654841] ohci-pci: OHCI PCI platform driver\n[ 0.655712] ohci-platform: OHCI generic platform driver\n[ 0.656678] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.671332] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.672324] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.673753] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.674771] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.675872] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.677092] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.678516] usb usb1: Product: UHCI Host Controller\n[ 0.679444] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.680570] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.681596] hub 1-0:1.0: USB hub found\n[ 0.682380] hub 1-0:1.0: 2 ports detected\n[ 0.683285] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.685372] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.686322] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.687343] mousedev: PS/2 mouse device common for all mice\n[ 0.688590] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.690408] rtc_cmos 00:00: RTC can wake from S4\n[ 0.691493] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.692676] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.693867] i2c /dev entries driver\n[ 0.694627] device-mapper: uevent: version 1.0.3\n[ 0.695550] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.697149] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.698413] NET: Registered protocol family 10\n[ 0.699409] NET: Registered protocol family 17\n[ 0.700289] Key type dns_resolver registered\n[ 0.701194] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.702273] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.704026] registered taskstats version 1\n[ 0.704845] Loading compiled-in X.509 certificates\n[ 0.706279] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.708108] zswap: loaded using pool lzo/zbud\n[ 0.709465] Key type trusted registered\n[ 0.711007] Key type encrypted registered\n[ 0.711834] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.712852] ima: No TPM chip found, activating TPM-bypass!\n[ 0.713890] evm: HMAC attrs: 0x1\n[ 0.714830] Magic number: 2:407:577\n[ 0.715671] rtc_cmos 00:00: setting system clock to 2018-09-04 10:34:48 UTC (1536057288)\n[ 0.717256] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.718359] EDD information not available.\n[ 0.802767] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.804301] Write protecting the kernel read-only data: 14336k\n[ 0.815963] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.817748] 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.858595] 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.14\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found 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-09-04 10:35:16,430 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/e98fafa4-1d83-4186-a42f-abb98642c580/action used request id req-26254447-ceaa-4344-a486-9dc6b1a98ad4 2018-09-04 10:35:16,435 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/e98fafa4-1d83-4186-a42f-abb98642c580 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ed533bd0fc9d97500c56f4fa8517eb14f442cd8b" 2018-09-04 10:35:16,883 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:35: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-f81db52b-cd93-4141-a617-3a9ed3a14684 x-compute-request-id: req-f81db52b-cd93-4141-a617-3a9ed3a14684 Content-Encoding: gzip Content-Length: 751 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"SimpleHealthCheck-8f6b88b3-5cec-492a-8296-1eb1316a1fdb-priv-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:95:08:47", "version": 4, "addr": "10.55.0.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/e98fafa4-1d83-4186-a42f-abb98642c580", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/e98fafa4-1d83-4186-a42f-abb98642c580", "rel": "bookmark"}], "image": {"id": "1cfc545f-18fd-4dec-a743-4091048230a0", "links": [{"href": "http://172.30.9.28:8774/images/1cfc545f-18fd-4dec-a743-4091048230a0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-04T10:34:47.000000", "flavor": {"id": "c662a3dd-76a7-4b38-a654-a158b6dc7582", "links": [{"href": "http://172.30.9.28:8774/flavors/c662a3dd-76a7-4b38-a654-a158b6dc7582", "rel": "bookmark"}]}, "id": "e98fafa4-1d83-4186-a42f-abb98642c580", "security_groups": [{"name": "default"}], "user_id": "1e54b4922ddf409783915c609dc57c02", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-04T10:34:48Z", "hostId": "851ac21cf6a8c0f64b8ebc2f7093e0254bb4af9b7658fec00ffacf50", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "SimpleHealthCheck-8f6b88b3-5cec-492a-8296-1eb1316a1fdb-inst", "created": "2018-09-04T10:34:43Z", "tenant_id": "1960765e8a3f4cef9b425bab3c37dc2a", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 10:35:16,884 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/e98fafa4-1d83-4186-a42f-abb98642c580 used request id req-f81db52b-cd93-4141-a617-3a9ed3a14684 2018-09-04 10:35:16,887 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:8774/v2.1/servers/e98fafa4-1d83-4186-a42f-abb98642c580/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ed533bd0fc9d97500c56f4fa8517eb14f442cd8b" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-04 10:35:17,991 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:35: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-1a5d89df-9b1f-437a-865c-308753e1e2cc x-compute-request-id: req-1a5d89df-9b1f-437a-865c-308753e1e2cc Content-Encoding: gzip Content-Length: 7667 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 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 564598379 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 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.912 MHz processor\n[ 0.147613] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.149263] pid_max: default: 32768 minimum: 301\n[ 0.150152] ACPI: Core revision 20150930\n[ 0.151541] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.152842] Security Framework initialized\n[ 0.153652] Yama: becoming mindful.\n[ 0.154380] AppArmor: AppArmor initialized\n[ 0.155234] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.156517] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.157764] Mount-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.158949] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.160325] Initializing cgroup subsys io\n[ 0.161133] Initializing cgroup subsys memory\n[ 0.161983] Initializing cgroup subsys devices\n[ 0.162859] Initializing cgroup subsys freezer\n[ 0.163723] Initializing cgroup subsys net_cls\n[ 0.164581] Initializing cgroup subsys perf_event\n[ 0.165478] Initializing cgroup subsys net_prio\n[ 0.166349] Initializing cgroup subsys hugetlb\n[ 0.167213] Initializing cgroup subsys pids\n[ 0.168081] CPU: Physical Processor ID: 0\n[ 0.169566] mce: CPU supports 10 MCE banks\n[ 0.170408] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.171405] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.182343] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.188960] ftrace: allocating 31920 entries in 125 pages\n[ 0.216304] smpboot: Max logical packages: 1\n[ 0.217150] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.218490] x2apic enabled\n[ 0.219309] Switched APIC routing to physical x2apic.\n[ 0.221049] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.222161] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.224142] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.225913] KVM setup paravirtual spinlock\n[ 0.227247] x86: Booted up 1 node, 1 CPUs\n[ 0.228045] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.229425] devtmpfs: initialized\n[ 0.231126] evm: security.selinux\n[ 0.231817] evm: security.SMACK64\n[ 0.232509] evm: security.SMACK64EXEC\n[ 0.233247] evm: security.SMACK64TRANSMUTE\n[ 0.234044] evm: security.SMACK64MMAP\n[ 0.234788] evm: security.ima\n[ 0.235426] evm: security.capability\n[ 0.236227] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.238066] pinctrl core: initialized pinctrl subsystem\n[ 0.239169] RTC time: 10:34:47, date: 09/04/18\n[ 0.240124] NET: Registered protocol family 16\n[ 0.241096] cpuidle: using governor ladder\n[ 0.241907] cpuidle: using governor menu\n[ 0.242690] PCCT header not found.\n[ 0.243443] ACPI: bus type PCI registered\n[ 0.244243] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.245481] PCI: Using configuration type 1 for base access\n[ 0.247239] ACPI: Added _OSI(Module Device)\n[ 0.248081] ACPI: Added _OSI(Processor Device)\n[ 0.248938] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.249832] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.251911] ACPI: Interpreter enabled\n[ 0.252697] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.254551] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.256401] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.258256] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.260103] ACPI: (supports S0 S5)\n[ 0.260808] ACPI: Using IOAPIC for interrupt routing\n[ 0.261914] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.265026] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.266184] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.267423] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.268620] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.270850] acpiphp: Slot [3] registered\n[ 0.271656] acpiphp: Slot [4] registered\n[ 0.272461] acpiphp: Slot [5] registered\n[ 0.273262] acpiphp: Slot [6] registered\n[ 0.274063] acpiphp: Slot [7] registered\n[ 0.274865] acpiphp: Slot [8] registered\n[ 0.275666] acpiphp: Slot [9] registered\n[ 0.276467] acpiphp: Slot [10] registered\n[ 0.277286] acpiphp: Slot [11] registered\n[ 0.278101] acpiphp: Slot [12] registered\n[ 0.278918] acpiphp: Slot [13] registered\n[ 0.279734] acpiphp: Slot [14] registered\n[ 0.280545] acpiphp: Slot [15] registered\n[ 0.291377] acpiphp: Slot [16] registered\n[ 0.292197] acpiphp: Slot [17] registered\n[ 0.293008] acpiphp: Slot [18] registered\n[ 0.293825] acpiphp: Slot [19] registered\n[ 0.294639] acpiphp: Slot [20] registered\n[ 0.295458] acpiphp: Slot [21] registered\n[ 0.296272] acpiphp: Slot [22] registered\n[ 0.297085] acpiphp: Slot [23] registered\n[ 0.297897] acpiphp: Slot [24] registered\n[ 0.298714] acpiphp: Slot [25] registered\n[ 0.299535] acpiphp: Slot [26] registered\n[ 0.300350] acpiphp: Slot [27] registered\n[ 0.301162] acpiphp: Slot [28] registered\n[ 0.301970] acpiphp: Slot [29] registered\n[ 0.302793] acpiphp: Slot [30] registered\n[ 0.303617] acpiphp: Slot [31] registered\n[ 0.304430] PCI host bridge to bus 0000:00\n[ 0.305242] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.306455] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.307673] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.309127] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window]\n[ 0.310579] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.316673] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.317955] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.319138] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.320408] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.327319] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.328759] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.375173] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.376669] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.378088] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.379513] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.380906] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.382849] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.384022] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.385077] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.386618] vgaarb: loaded\n[ 0.387224] vgaarb: bridge control possible 0000:00:02.0\n[ 0.388380] SCSI subsystem initialized\n[ 0.389217] ACPI: bus type USB registered\n[ 0.390032] usbcore: registered new interface driver usbfs\n[ 0.391073] usbcore: registered new interface driver hub\n[ 0.392078] usbcore: registered new device driver usb\n[ 0.393140] PCI: Using ACPI for IRQ routing\n[ 0.394175] NetLabel: Initializing\n[ 0.394889] NetLabel: domain hash size = 128\n[ 0.395744] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.396697] NetLabel: unlabeled traffic allowed by default\n[ 0.397793] clocksource: Switched to clocksource kvm-clock\n[ 0.403375] AppArmor: AppArmor Filesystem Enabled\n[ 0.404343] pnp: PnP ACPI init\n[ 0.405268] pnp: PnP ACPI: found 5 devices\n[ 0.411302] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.412998] NET: Registered protocol family 2\n[ 0.413984] TCP established hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.415269] TCP bind hash table entries: 2048 (order: 3, 32768 bytes)\n[ 0.416437] TCP: Hash tables configured (established 2048 bind 2048)\n[ 0.417600] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.418678] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.419852] NET: Registered protocol family 1\n[ 0.420723] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.421817] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.422890] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.437293] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.451566] Trying to unpack rootfs image as initramfs...\n[ 0.503538] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000)\n[ 0.518128] Scanning for low memory corruption every 60 seconds\n[ 0.519805] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.521564] audit: initializing netlink subsys (disabled)\n[ 0.523122] audit: type=2000 audit(1536057288.751:1): initialized\n[ 0.525041] Initialise system trusted keyring\n[ 0.526394] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.528170] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.530777] zbud: loaded\n[ 0.531726] VFS: Disk quotas dquot_6.6.0\n[ 0.532920] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.535124] fuse init (API version 7.23)\n[ 0.536393] Key type big_key registered\n[ 0.537570] Allocating IMA MOK and blacklist keyrings.\n[ 0.539179] Key type asymmetric registered\n[ 0.540420] Asymmetric key parser 'x509' registered\n[ 0.541844] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.543985] io scheduler noop registered\n[ 0.545173] io scheduler deadline registered (default)\n[ 0.546651] io scheduler cfq registered\n[ 0.547833] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.549373] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.551293] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.553474] ACPI: Power Button [PWRF]\n[ 0.554692] GHES: HEST is not enabled!\n[ 0.568692] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.596789] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.599019] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.624480] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.626766] Linux agpgart interface v0.103\n[ 0.629242] brd: module loaded\n[ 0.630428] loop: module loaded\n[ 0.634426] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.635859] GPT:90111 != 20971519\n[ 0.636540] GPT:Alternate GPT header not at the end of the disk.\n[ 0.637615] GPT:90111 != 20971519\n[ 0.638300] GPT: Use GNU Parted to correct GPT errors.\n[ 0.639260] vda: vda1 vda15\n[ 0.641177] scsi host0: ata_piix\n[ 0.642283] scsi host1: ata_piix\n[ 0.642985] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.644185] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.645607] libphy: Fixed MDIO Bus: probed\n[ 0.646428] tun: Universal TUN/TAP device driver, 1.6\n[ 0.647370] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.649569] PPP generic driver version 2.4.2\n[ 0.650699] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.651881] ehci-pci: EHCI PCI platform driver\n[ 0.652747] ehci-platform: EHCI generic platform driver\n[ 0.653720] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.654841] ohci-pci: OHCI PCI platform driver\n[ 0.655712] ohci-platform: OHCI generic platform driver\n[ 0.656678] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.671332] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.672324] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.673753] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.674771] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.675872] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.677092] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.678516] usb usb1: Product: UHCI Host Controller\n[ 0.679444] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.680570] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.681596] hub 1-0:1.0: USB hub found\n[ 0.682380] hub 1-0:1.0: 2 ports detected\n[ 0.683285] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.685372] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.686322] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.687343] mousedev: PS/2 mouse device common for all mice\n[ 0.688590] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.690408] rtc_cmos 00:00: RTC can wake from S4\n[ 0.691493] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.692676] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.693867] i2c /dev entries driver\n[ 0.694627] device-mapper: uevent: version 1.0.3\n[ 0.695550] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.697149] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.698413] NET: Registered protocol family 10\n[ 0.699409] NET: Registered protocol family 17\n[ 0.700289] Key type dns_resolver registered\n[ 0.701194] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.702273] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.704026] registered taskstats version 1\n[ 0.704845] Loading compiled-in X.509 certificates\n[ 0.706279] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.708108] zswap: loaded using pool lzo/zbud\n[ 0.709465] Key type trusted registered\n[ 0.711007] Key type encrypted registered\n[ 0.711834] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.712852] ima: No TPM chip found, activating TPM-bypass!\n[ 0.713890] evm: HMAC attrs: 0x1\n[ 0.714830] Magic number: 2:407:577\n[ 0.715671] rtc_cmos 00:00: setting system clock to 2018-09-04 10:34:48 UTC (1536057288)\n[ 0.717256] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.718359] EDD information not available.\n[ 0.802767] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.804301] Write protecting the kernel read-only data: 14336k\n[ 0.815963] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.817748] 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.858595] 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.14\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found 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-09-04 10:35:17,992 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/e98fafa4-1d83-4186-a42f-abb98642c580/action used request id req-1a5d89df-9b1f-437a-865c-308753e1e2cc 2018-09-04 10:35:17,996 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/e98fafa4-1d83-4186-a42f-abb98642c580 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ed533bd0fc9d97500c56f4fa8517eb14f442cd8b" 2018-09-04 10:35:18,486 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10: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-34cedff8-ed5f-4479-b137-053b668101e7 x-compute-request-id: req-34cedff8-ed5f-4479-b137-053b668101e7 Content-Encoding: gzip Content-Length: 751 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"SimpleHealthCheck-8f6b88b3-5cec-492a-8296-1eb1316a1fdb-priv-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:95:08:47", "version": 4, "addr": "10.55.0.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/e98fafa4-1d83-4186-a42f-abb98642c580", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/e98fafa4-1d83-4186-a42f-abb98642c580", "rel": "bookmark"}], "image": {"id": "1cfc545f-18fd-4dec-a743-4091048230a0", "links": [{"href": "http://172.30.9.28:8774/images/1cfc545f-18fd-4dec-a743-4091048230a0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-04T10:34:47.000000", "flavor": {"id": "c662a3dd-76a7-4b38-a654-a158b6dc7582", "links": [{"href": "http://172.30.9.28:8774/flavors/c662a3dd-76a7-4b38-a654-a158b6dc7582", "rel": "bookmark"}]}, "id": "e98fafa4-1d83-4186-a42f-abb98642c580", "security_groups": [{"name": "default"}], "user_id": "1e54b4922ddf409783915c609dc57c02", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-04T10:34:48Z", "hostId": "851ac21cf6a8c0f64b8ebc2f7093e0254bb4af9b7658fec00ffacf50", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "SimpleHealthCheck-8f6b88b3-5cec-492a-8296-1eb1316a1fdb-inst", "created": "2018-09-04T10:34:43Z", "tenant_id": "1960765e8a3f4cef9b425bab3c37dc2a", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 10:35:18,487 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/e98fafa4-1d83-4186-a42f-abb98642c580 used request id req-34cedff8-ed5f-4479-b137-053b668101e7 2018-09-04 10:35:18,490 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:8774/v2.1/servers/e98fafa4-1d83-4186-a42f-abb98642c580/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ed533bd0fc9d97500c56f4fa8517eb14f442cd8b" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-04 10:35:19,651 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10: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-9e162062-c071-4277-82ab-81230dc33ffb x-compute-request-id: req-9e162062-c071-4277-82ab-81230dc33ffb Content-Encoding: gzip Content-Length: 7667 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 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 564598379 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 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.912 MHz processor\n[ 0.147613] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.149263] pid_max: default: 32768 minimum: 301\n[ 0.150152] ACPI: Core revision 20150930\n[ 0.151541] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.152842] Security Framework initialized\n[ 0.153652] Yama: becoming mindful.\n[ 0.154380] AppArmor: AppArmor initialized\n[ 0.155234] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.156517] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.157764] Mount-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.158949] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.160325] Initializing cgroup subsys io\n[ 0.161133] Initializing cgroup subsys memory\n[ 0.161983] Initializing cgroup subsys devices\n[ 0.162859] Initializing cgroup subsys freezer\n[ 0.163723] Initializing cgroup subsys net_cls\n[ 0.164581] Initializing cgroup subsys perf_event\n[ 0.165478] Initializing cgroup subsys net_prio\n[ 0.166349] Initializing cgroup subsys hugetlb\n[ 0.167213] Initializing cgroup subsys pids\n[ 0.168081] CPU: Physical Processor ID: 0\n[ 0.169566] mce: CPU supports 10 MCE banks\n[ 0.170408] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.171405] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.182343] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.188960] ftrace: allocating 31920 entries in 125 pages\n[ 0.216304] smpboot: Max logical packages: 1\n[ 0.217150] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.218490] x2apic enabled\n[ 0.219309] Switched APIC routing to physical x2apic.\n[ 0.221049] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.222161] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.224142] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.225913] KVM setup paravirtual spinlock\n[ 0.227247] x86: Booted up 1 node, 1 CPUs\n[ 0.228045] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.229425] devtmpfs: initialized\n[ 0.231126] evm: security.selinux\n[ 0.231817] evm: security.SMACK64\n[ 0.232509] evm: security.SMACK64EXEC\n[ 0.233247] evm: security.SMACK64TRANSMUTE\n[ 0.234044] evm: security.SMACK64MMAP\n[ 0.234788] evm: security.ima\n[ 0.235426] evm: security.capability\n[ 0.236227] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.238066] pinctrl core: initialized pinctrl subsystem\n[ 0.239169] RTC time: 10:34:47, date: 09/04/18\n[ 0.240124] NET: Registered protocol family 16\n[ 0.241096] cpuidle: using governor ladder\n[ 0.241907] cpuidle: using governor menu\n[ 0.242690] PCCT header not found.\n[ 0.243443] ACPI: bus type PCI registered\n[ 0.244243] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.245481] PCI: Using configuration type 1 for base access\n[ 0.247239] ACPI: Added _OSI(Module Device)\n[ 0.248081] ACPI: Added _OSI(Processor Device)\n[ 0.248938] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.249832] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.251911] ACPI: Interpreter enabled\n[ 0.252697] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.254551] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.256401] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.258256] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.260103] ACPI: (supports S0 S5)\n[ 0.260808] ACPI: Using IOAPIC for interrupt routing\n[ 0.261914] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.265026] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.266184] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.267423] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.268620] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.270850] acpiphp: Slot [3] registered\n[ 0.271656] acpiphp: Slot [4] registered\n[ 0.272461] acpiphp: Slot [5] registered\n[ 0.273262] acpiphp: Slot [6] registered\n[ 0.274063] acpiphp: Slot [7] registered\n[ 0.274865] acpiphp: Slot [8] registered\n[ 0.275666] acpiphp: Slot [9] registered\n[ 0.276467] acpiphp: Slot [10] registered\n[ 0.277286] acpiphp: Slot [11] registered\n[ 0.278101] acpiphp: Slot [12] registered\n[ 0.278918] acpiphp: Slot [13] registered\n[ 0.279734] acpiphp: Slot [14] registered\n[ 0.280545] acpiphp: Slot [15] registered\n[ 0.291377] acpiphp: Slot [16] registered\n[ 0.292197] acpiphp: Slot [17] registered\n[ 0.293008] acpiphp: Slot [18] registered\n[ 0.293825] acpiphp: Slot [19] registered\n[ 0.294639] acpiphp: Slot [20] registered\n[ 0.295458] acpiphp: Slot [21] registered\n[ 0.296272] acpiphp: Slot [22] registered\n[ 0.297085] acpiphp: Slot [23] registered\n[ 0.297897] acpiphp: Slot [24] registered\n[ 0.298714] acpiphp: Slot [25] registered\n[ 0.299535] acpiphp: Slot [26] registered\n[ 0.300350] acpiphp: Slot [27] registered\n[ 0.301162] acpiphp: Slot [28] registered\n[ 0.301970] acpiphp: Slot [29] registered\n[ 0.302793] acpiphp: Slot [30] registered\n[ 0.303617] acpiphp: Slot [31] registered\n[ 0.304430] PCI host bridge to bus 0000:00\n[ 0.305242] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.306455] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.307673] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.309127] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window]\n[ 0.310579] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.316673] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.317955] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.319138] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.320408] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.327319] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.328759] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.375173] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.376669] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.378088] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.379513] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.380906] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.382849] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.384022] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.385077] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.386618] vgaarb: loaded\n[ 0.387224] vgaarb: bridge control possible 0000:00:02.0\n[ 0.388380] SCSI subsystem initialized\n[ 0.389217] ACPI: bus type USB registered\n[ 0.390032] usbcore: registered new interface driver usbfs\n[ 0.391073] usbcore: registered new interface driver hub\n[ 0.392078] usbcore: registered new device driver usb\n[ 0.393140] PCI: Using ACPI for IRQ routing\n[ 0.394175] NetLabel: Initializing\n[ 0.394889] NetLabel: domain hash size = 128\n[ 0.395744] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.396697] NetLabel: unlabeled traffic allowed by default\n[ 0.397793] clocksource: Switched to clocksource kvm-clock\n[ 0.403375] AppArmor: AppArmor Filesystem Enabled\n[ 0.404343] pnp: PnP ACPI init\n[ 0.405268] pnp: PnP ACPI: found 5 devices\n[ 0.411302] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.412998] NET: Registered protocol family 2\n[ 0.413984] TCP established hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.415269] TCP bind hash table entries: 2048 (order: 3, 32768 bytes)\n[ 0.416437] TCP: Hash tables configured (established 2048 bind 2048)\n[ 0.417600] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.418678] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.419852] NET: Registered protocol family 1\n[ 0.420723] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.421817] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.422890] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.437293] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.451566] Trying to unpack rootfs image as initramfs...\n[ 0.503538] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000)\n[ 0.518128] Scanning for low memory corruption every 60 seconds\n[ 0.519805] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.521564] audit: initializing netlink subsys (disabled)\n[ 0.523122] audit: type=2000 audit(1536057288.751:1): initialized\n[ 0.525041] Initialise system trusted keyring\n[ 0.526394] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.528170] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.530777] zbud: loaded\n[ 0.531726] VFS: Disk quotas dquot_6.6.0\n[ 0.532920] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.535124] fuse init (API version 7.23)\n[ 0.536393] Key type big_key registered\n[ 0.537570] Allocating IMA MOK and blacklist keyrings.\n[ 0.539179] Key type asymmetric registered\n[ 0.540420] Asymmetric key parser 'x509' registered\n[ 0.541844] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.543985] io scheduler noop registered\n[ 0.545173] io scheduler deadline registered (default)\n[ 0.546651] io scheduler cfq registered\n[ 0.547833] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.549373] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.551293] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.553474] ACPI: Power Button [PWRF]\n[ 0.554692] GHES: HEST is not enabled!\n[ 0.568692] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.596789] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.599019] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.624480] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.626766] Linux agpgart interface v0.103\n[ 0.629242] brd: module loaded\n[ 0.630428] loop: module loaded\n[ 0.634426] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.635859] GPT:90111 != 20971519\n[ 0.636540] GPT:Alternate GPT header not at the end of the disk.\n[ 0.637615] GPT:90111 != 20971519\n[ 0.638300] GPT: Use GNU Parted to correct GPT errors.\n[ 0.639260] vda: vda1 vda15\n[ 0.641177] scsi host0: ata_piix\n[ 0.642283] scsi host1: ata_piix\n[ 0.642985] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.644185] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.645607] libphy: Fixed MDIO Bus: probed\n[ 0.646428] tun: Universal TUN/TAP device driver, 1.6\n[ 0.647370] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.649569] PPP generic driver version 2.4.2\n[ 0.650699] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.651881] ehci-pci: EHCI PCI platform driver\n[ 0.652747] ehci-platform: EHCI generic platform driver\n[ 0.653720] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.654841] ohci-pci: OHCI PCI platform driver\n[ 0.655712] ohci-platform: OHCI generic platform driver\n[ 0.656678] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.671332] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.672324] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.673753] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.674771] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.675872] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.677092] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.678516] usb usb1: Product: UHCI Host Controller\n[ 0.679444] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.680570] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.681596] hub 1-0:1.0: USB hub found\n[ 0.682380] hub 1-0:1.0: 2 ports detected\n[ 0.683285] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.685372] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.686322] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.687343] mousedev: PS/2 mouse device common for all mice\n[ 0.688590] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.690408] rtc_cmos 00:00: RTC can wake from S4\n[ 0.691493] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.692676] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.693867] i2c /dev entries driver\n[ 0.694627] device-mapper: uevent: version 1.0.3\n[ 0.695550] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.697149] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.698413] NET: Registered protocol family 10\n[ 0.699409] NET: Registered protocol family 17\n[ 0.700289] Key type dns_resolver registered\n[ 0.701194] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.702273] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.704026] registered taskstats version 1\n[ 0.704845] Loading compiled-in X.509 certificates\n[ 0.706279] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.708108] zswap: loaded using pool lzo/zbud\n[ 0.709465] Key type trusted registered\n[ 0.711007] Key type encrypted registered\n[ 0.711834] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.712852] ima: No TPM chip found, activating TPM-bypass!\n[ 0.713890] evm: HMAC attrs: 0x1\n[ 0.714830] Magic number: 2:407:577\n[ 0.715671] rtc_cmos 00:00: setting system clock to 2018-09-04 10:34:48 UTC (1536057288)\n[ 0.717256] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.718359] EDD information not available.\n[ 0.802767] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.804301] Write protecting the kernel read-only data: 14336k\n[ 0.815963] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.817748] 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.858595] 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.14\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found 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-09-04 10:35:19,651 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/e98fafa4-1d83-4186-a42f-abb98642c580/action used request id req-9e162062-c071-4277-82ab-81230dc33ffb 2018-09-04 10:35:19,656 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/e98fafa4-1d83-4186-a42f-abb98642c580 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ed533bd0fc9d97500c56f4fa8517eb14f442cd8b" 2018-09-04 10:35:19,991 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:35: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-7fe2fb15-3be4-4f55-829b-bb73810f5374 x-compute-request-id: req-7fe2fb15-3be4-4f55-829b-bb73810f5374 Content-Encoding: gzip Content-Length: 751 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"SimpleHealthCheck-8f6b88b3-5cec-492a-8296-1eb1316a1fdb-priv-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:95:08:47", "version": 4, "addr": "10.55.0.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/e98fafa4-1d83-4186-a42f-abb98642c580", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/e98fafa4-1d83-4186-a42f-abb98642c580", "rel": "bookmark"}], "image": {"id": "1cfc545f-18fd-4dec-a743-4091048230a0", "links": [{"href": "http://172.30.9.28:8774/images/1cfc545f-18fd-4dec-a743-4091048230a0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-04T10:34:47.000000", "flavor": {"id": "c662a3dd-76a7-4b38-a654-a158b6dc7582", "links": [{"href": "http://172.30.9.28:8774/flavors/c662a3dd-76a7-4b38-a654-a158b6dc7582", "rel": "bookmark"}]}, "id": "e98fafa4-1d83-4186-a42f-abb98642c580", "security_groups": [{"name": "default"}], "user_id": "1e54b4922ddf409783915c609dc57c02", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-04T10:34:48Z", "hostId": "851ac21cf6a8c0f64b8ebc2f7093e0254bb4af9b7658fec00ffacf50", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "SimpleHealthCheck-8f6b88b3-5cec-492a-8296-1eb1316a1fdb-inst", "created": "2018-09-04T10:34:43Z", "tenant_id": "1960765e8a3f4cef9b425bab3c37dc2a", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 10:35:19,992 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/e98fafa4-1d83-4186-a42f-abb98642c580 used request id req-7fe2fb15-3be4-4f55-829b-bb73810f5374 2018-09-04 10:35:19,995 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:8774/v2.1/servers/e98fafa4-1d83-4186-a42f-abb98642c580/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ed533bd0fc9d97500c56f4fa8517eb14f442cd8b" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-04 10:35:21,062 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:35: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-094da820-6af8-4e22-9c49-6a027da8719b x-compute-request-id: req-094da820-6af8-4e22-9c49-6a027da8719b Content-Encoding: gzip Content-Length: 7667 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 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 564598379 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 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.912 MHz processor\n[ 0.147613] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.149263] pid_max: default: 32768 minimum: 301\n[ 0.150152] ACPI: Core revision 20150930\n[ 0.151541] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.152842] Security Framework initialized\n[ 0.153652] Yama: becoming mindful.\n[ 0.154380] AppArmor: AppArmor initialized\n[ 0.155234] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.156517] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.157764] Mount-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.158949] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.160325] Initializing cgroup subsys io\n[ 0.161133] Initializing cgroup subsys memory\n[ 0.161983] Initializing cgroup subsys devices\n[ 0.162859] Initializing cgroup subsys freezer\n[ 0.163723] Initializing cgroup subsys net_cls\n[ 0.164581] Initializing cgroup subsys perf_event\n[ 0.165478] Initializing cgroup subsys net_prio\n[ 0.166349] Initializing cgroup subsys hugetlb\n[ 0.167213] Initializing cgroup subsys pids\n[ 0.168081] CPU: Physical Processor ID: 0\n[ 0.169566] mce: CPU supports 10 MCE banks\n[ 0.170408] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.171405] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.182343] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.188960] ftrace: allocating 31920 entries in 125 pages\n[ 0.216304] smpboot: Max logical packages: 1\n[ 0.217150] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.218490] x2apic enabled\n[ 0.219309] Switched APIC routing to physical x2apic.\n[ 0.221049] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.222161] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.224142] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.225913] KVM setup paravirtual spinlock\n[ 0.227247] x86: Booted up 1 node, 1 CPUs\n[ 0.228045] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.229425] devtmpfs: initialized\n[ 0.231126] evm: security.selinux\n[ 0.231817] evm: security.SMACK64\n[ 0.232509] evm: security.SMACK64EXEC\n[ 0.233247] evm: security.SMACK64TRANSMUTE\n[ 0.234044] evm: security.SMACK64MMAP\n[ 0.234788] evm: security.ima\n[ 0.235426] evm: security.capability\n[ 0.236227] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.238066] pinctrl core: initialized pinctrl subsystem\n[ 0.239169] RTC time: 10:34:47, date: 09/04/18\n[ 0.240124] NET: Registered protocol family 16\n[ 0.241096] cpuidle: using governor ladder\n[ 0.241907] cpuidle: using governor menu\n[ 0.242690] PCCT header not found.\n[ 0.243443] ACPI: bus type PCI registered\n[ 0.244243] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.245481] PCI: Using configuration type 1 for base access\n[ 0.247239] ACPI: Added _OSI(Module Device)\n[ 0.248081] ACPI: Added _OSI(Processor Device)\n[ 0.248938] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.249832] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.251911] ACPI: Interpreter enabled\n[ 0.252697] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.254551] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.256401] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.258256] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.260103] ACPI: (supports S0 S5)\n[ 0.260808] ACPI: Using IOAPIC for interrupt routing\n[ 0.261914] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.265026] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.266184] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.267423] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.268620] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.270850] acpiphp: Slot [3] registered\n[ 0.271656] acpiphp: Slot [4] registered\n[ 0.272461] acpiphp: Slot [5] registered\n[ 0.273262] acpiphp: Slot [6] registered\n[ 0.274063] acpiphp: Slot [7] registered\n[ 0.274865] acpiphp: Slot [8] registered\n[ 0.275666] acpiphp: Slot [9] registered\n[ 0.276467] acpiphp: Slot [10] registered\n[ 0.277286] acpiphp: Slot [11] registered\n[ 0.278101] acpiphp: Slot [12] registered\n[ 0.278918] acpiphp: Slot [13] registered\n[ 0.279734] acpiphp: Slot [14] registered\n[ 0.280545] acpiphp: Slot [15] registered\n[ 0.291377] acpiphp: Slot [16] registered\n[ 0.292197] acpiphp: Slot [17] registered\n[ 0.293008] acpiphp: Slot [18] registered\n[ 0.293825] acpiphp: Slot [19] registered\n[ 0.294639] acpiphp: Slot [20] registered\n[ 0.295458] acpiphp: Slot [21] registered\n[ 0.296272] acpiphp: Slot [22] registered\n[ 0.297085] acpiphp: Slot [23] registered\n[ 0.297897] acpiphp: Slot [24] registered\n[ 0.298714] acpiphp: Slot [25] registered\n[ 0.299535] acpiphp: Slot [26] registered\n[ 0.300350] acpiphp: Slot [27] registered\n[ 0.301162] acpiphp: Slot [28] registered\n[ 0.301970] acpiphp: Slot [29] registered\n[ 0.302793] acpiphp: Slot [30] registered\n[ 0.303617] acpiphp: Slot [31] registered\n[ 0.304430] PCI host bridge to bus 0000:00\n[ 0.305242] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.306455] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.307673] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.309127] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window]\n[ 0.310579] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.316673] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.317955] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.319138] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.320408] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.327319] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.328759] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.375173] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.376669] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.378088] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.379513] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.380906] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.382849] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.384022] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.385077] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.386618] vgaarb: loaded\n[ 0.387224] vgaarb: bridge control possible 0000:00:02.0\n[ 0.388380] SCSI subsystem initialized\n[ 0.389217] ACPI: bus type USB registered\n[ 0.390032] usbcore: registered new interface driver usbfs\n[ 0.391073] usbcore: registered new interface driver hub\n[ 0.392078] usbcore: registered new device driver usb\n[ 0.393140] PCI: Using ACPI for IRQ routing\n[ 0.394175] NetLabel: Initializing\n[ 0.394889] NetLabel: domain hash size = 128\n[ 0.395744] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.396697] NetLabel: unlabeled traffic allowed by default\n[ 0.397793] clocksource: Switched to clocksource kvm-clock\n[ 0.403375] AppArmor: AppArmor Filesystem Enabled\n[ 0.404343] pnp: PnP ACPI init\n[ 0.405268] pnp: PnP ACPI: found 5 devices\n[ 0.411302] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.412998] NET: Registered protocol family 2\n[ 0.413984] TCP established hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.415269] TCP bind hash table entries: 2048 (order: 3, 32768 bytes)\n[ 0.416437] TCP: Hash tables configured (established 2048 bind 2048)\n[ 0.417600] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.418678] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.419852] NET: Registered protocol family 1\n[ 0.420723] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.421817] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.422890] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.437293] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.451566] Trying to unpack rootfs image as initramfs...\n[ 0.503538] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000)\n[ 0.518128] Scanning for low memory corruption every 60 seconds\n[ 0.519805] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.521564] audit: initializing netlink subsys (disabled)\n[ 0.523122] audit: type=2000 audit(1536057288.751:1): initialized\n[ 0.525041] Initialise system trusted keyring\n[ 0.526394] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.528170] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.530777] zbud: loaded\n[ 0.531726] VFS: Disk quotas dquot_6.6.0\n[ 0.532920] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.535124] fuse init (API version 7.23)\n[ 0.536393] Key type big_key registered\n[ 0.537570] Allocating IMA MOK and blacklist keyrings.\n[ 0.539179] Key type asymmetric registered\n[ 0.540420] Asymmetric key parser 'x509' registered\n[ 0.541844] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.543985] io scheduler noop registered\n[ 0.545173] io scheduler deadline registered (default)\n[ 0.546651] io scheduler cfq registered\n[ 0.547833] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.549373] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.551293] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.553474] ACPI: Power Button [PWRF]\n[ 0.554692] GHES: HEST is not enabled!\n[ 0.568692] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.596789] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.599019] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.624480] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.626766] Linux agpgart interface v0.103\n[ 0.629242] brd: module loaded\n[ 0.630428] loop: module loaded\n[ 0.634426] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.635859] GPT:90111 != 20971519\n[ 0.636540] GPT:Alternate GPT header not at the end of the disk.\n[ 0.637615] GPT:90111 != 20971519\n[ 0.638300] GPT: Use GNU Parted to correct GPT errors.\n[ 0.639260] vda: vda1 vda15\n[ 0.641177] scsi host0: ata_piix\n[ 0.642283] scsi host1: ata_piix\n[ 0.642985] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.644185] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.645607] libphy: Fixed MDIO Bus: probed\n[ 0.646428] tun: Universal TUN/TAP device driver, 1.6\n[ 0.647370] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.649569] PPP generic driver version 2.4.2\n[ 0.650699] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.651881] ehci-pci: EHCI PCI platform driver\n[ 0.652747] ehci-platform: EHCI generic platform driver\n[ 0.653720] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.654841] ohci-pci: OHCI PCI platform driver\n[ 0.655712] ohci-platform: OHCI generic platform driver\n[ 0.656678] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.671332] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.672324] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.673753] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.674771] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.675872] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.677092] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.678516] usb usb1: Product: UHCI Host Controller\n[ 0.679444] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.680570] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.681596] hub 1-0:1.0: USB hub found\n[ 0.682380] hub 1-0:1.0: 2 ports detected\n[ 0.683285] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.685372] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.686322] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.687343] mousedev: PS/2 mouse device common for all mice\n[ 0.688590] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.690408] rtc_cmos 00:00: RTC can wake from S4\n[ 0.691493] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.692676] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.693867] i2c /dev entries driver\n[ 0.694627] device-mapper: uevent: version 1.0.3\n[ 0.695550] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.697149] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.698413] NET: Registered protocol family 10\n[ 0.699409] NET: Registered protocol family 17\n[ 0.700289] Key type dns_resolver registered\n[ 0.701194] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.702273] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.704026] registered taskstats version 1\n[ 0.704845] Loading compiled-in X.509 certificates\n[ 0.706279] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.708108] zswap: loaded using pool lzo/zbud\n[ 0.709465] Key type trusted registered\n[ 0.711007] Key type encrypted registered\n[ 0.711834] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.712852] ima: No TPM chip found, activating TPM-bypass!\n[ 0.713890] evm: HMAC attrs: 0x1\n[ 0.714830] Magic number: 2:407:577\n[ 0.715671] rtc_cmos 00:00: setting system clock to 2018-09-04 10:34:48 UTC (1536057288)\n[ 0.717256] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.718359] EDD information not available.\n[ 0.802767] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.804301] Write protecting the kernel read-only data: 14336k\n[ 0.815963] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.817748] 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.858595] 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.14\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found 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-09-04 10:35:21,063 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/e98fafa4-1d83-4186-a42f-abb98642c580/action used request id req-094da820-6af8-4e22-9c49-6a027da8719b 2018-09-04 10:35:21,068 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/e98fafa4-1d83-4186-a42f-abb98642c580 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ed533bd0fc9d97500c56f4fa8517eb14f442cd8b" 2018-09-04 10:35:21,679 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10: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-7dfece49-dd9f-4034-bb4a-0078a3ddeb47 x-compute-request-id: req-7dfece49-dd9f-4034-bb4a-0078a3ddeb47 Content-Encoding: gzip Content-Length: 751 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"SimpleHealthCheck-8f6b88b3-5cec-492a-8296-1eb1316a1fdb-priv-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:95:08:47", "version": 4, "addr": "10.55.0.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/e98fafa4-1d83-4186-a42f-abb98642c580", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/e98fafa4-1d83-4186-a42f-abb98642c580", "rel": "bookmark"}], "image": {"id": "1cfc545f-18fd-4dec-a743-4091048230a0", "links": [{"href": "http://172.30.9.28:8774/images/1cfc545f-18fd-4dec-a743-4091048230a0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-04T10:34:47.000000", "flavor": {"id": "c662a3dd-76a7-4b38-a654-a158b6dc7582", "links": [{"href": "http://172.30.9.28:8774/flavors/c662a3dd-76a7-4b38-a654-a158b6dc7582", "rel": "bookmark"}]}, "id": "e98fafa4-1d83-4186-a42f-abb98642c580", "security_groups": [{"name": "default"}], "user_id": "1e54b4922ddf409783915c609dc57c02", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-04T10:34:48Z", "hostId": "851ac21cf6a8c0f64b8ebc2f7093e0254bb4af9b7658fec00ffacf50", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "SimpleHealthCheck-8f6b88b3-5cec-492a-8296-1eb1316a1fdb-inst", "created": "2018-09-04T10:34:43Z", "tenant_id": "1960765e8a3f4cef9b425bab3c37dc2a", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 10:35:21,679 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/e98fafa4-1d83-4186-a42f-abb98642c580 used request id req-7dfece49-dd9f-4034-bb4a-0078a3ddeb47 2018-09-04 10:35:21,681 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:8774/v2.1/servers/e98fafa4-1d83-4186-a42f-abb98642c580/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ed533bd0fc9d97500c56f4fa8517eb14f442cd8b" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-04 10:35:22,746 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10: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-a78867b7-6bf2-4304-a8a6-2a23647bdb6c x-compute-request-id: req-a78867b7-6bf2-4304-a8a6-2a23647bdb6c Content-Encoding: gzip Content-Length: 7667 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 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 564598379 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 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.912 MHz processor\n[ 0.147613] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.149263] pid_max: default: 32768 minimum: 301\n[ 0.150152] ACPI: Core revision 20150930\n[ 0.151541] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.152842] Security Framework initialized\n[ 0.153652] Yama: becoming mindful.\n[ 0.154380] AppArmor: AppArmor initialized\n[ 0.155234] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.156517] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.157764] Mount-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.158949] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.160325] Initializing cgroup subsys io\n[ 0.161133] Initializing cgroup subsys memory\n[ 0.161983] Initializing cgroup subsys devices\n[ 0.162859] Initializing cgroup subsys freezer\n[ 0.163723] Initializing cgroup subsys net_cls\n[ 0.164581] Initializing cgroup subsys perf_event\n[ 0.165478] Initializing cgroup subsys net_prio\n[ 0.166349] Initializing cgroup subsys hugetlb\n[ 0.167213] Initializing cgroup subsys pids\n[ 0.168081] CPU: Physical Processor ID: 0\n[ 0.169566] mce: CPU supports 10 MCE banks\n[ 0.170408] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.171405] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.182343] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.188960] ftrace: allocating 31920 entries in 125 pages\n[ 0.216304] smpboot: Max logical packages: 1\n[ 0.217150] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.218490] x2apic enabled\n[ 0.219309] Switched APIC routing to physical x2apic.\n[ 0.221049] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.222161] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.224142] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.225913] KVM setup paravirtual spinlock\n[ 0.227247] x86: Booted up 1 node, 1 CPUs\n[ 0.228045] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.229425] devtmpfs: initialized\n[ 0.231126] evm: security.selinux\n[ 0.231817] evm: security.SMACK64\n[ 0.232509] evm: security.SMACK64EXEC\n[ 0.233247] evm: security.SMACK64TRANSMUTE\n[ 0.234044] evm: security.SMACK64MMAP\n[ 0.234788] evm: security.ima\n[ 0.235426] evm: security.capability\n[ 0.236227] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.238066] pinctrl core: initialized pinctrl subsystem\n[ 0.239169] RTC time: 10:34:47, date: 09/04/18\n[ 0.240124] NET: Registered protocol family 16\n[ 0.241096] cpuidle: using governor ladder\n[ 0.241907] cpuidle: using governor menu\n[ 0.242690] PCCT header not found.\n[ 0.243443] ACPI: bus type PCI registered\n[ 0.244243] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.245481] PCI: Using configuration type 1 for base access\n[ 0.247239] ACPI: Added _OSI(Module Device)\n[ 0.248081] ACPI: Added _OSI(Processor Device)\n[ 0.248938] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.249832] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.251911] ACPI: Interpreter enabled\n[ 0.252697] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.254551] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.256401] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.258256] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.260103] ACPI: (supports S0 S5)\n[ 0.260808] ACPI: Using IOAPIC for interrupt routing\n[ 0.261914] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.265026] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.266184] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.267423] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.268620] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.270850] acpiphp: Slot [3] registered\n[ 0.271656] acpiphp: Slot [4] registered\n[ 0.272461] acpiphp: Slot [5] registered\n[ 0.273262] acpiphp: Slot [6] registered\n[ 0.274063] acpiphp: Slot [7] registered\n[ 0.274865] acpiphp: Slot [8] registered\n[ 0.275666] acpiphp: Slot [9] registered\n[ 0.276467] acpiphp: Slot [10] registered\n[ 0.277286] acpiphp: Slot [11] registered\n[ 0.278101] acpiphp: Slot [12] registered\n[ 0.278918] acpiphp: Slot [13] registered\n[ 0.279734] acpiphp: Slot [14] registered\n[ 0.280545] acpiphp: Slot [15] registered\n[ 0.291377] acpiphp: Slot [16] registered\n[ 0.292197] acpiphp: Slot [17] registered\n[ 0.293008] acpiphp: Slot [18] registered\n[ 0.293825] acpiphp: Slot [19] registered\n[ 0.294639] acpiphp: Slot [20] registered\n[ 0.295458] acpiphp: Slot [21] registered\n[ 0.296272] acpiphp: Slot [22] registered\n[ 0.297085] acpiphp: Slot [23] registered\n[ 0.297897] acpiphp: Slot [24] registered\n[ 0.298714] acpiphp: Slot [25] registered\n[ 0.299535] acpiphp: Slot [26] registered\n[ 0.300350] acpiphp: Slot [27] registered\n[ 0.301162] acpiphp: Slot [28] registered\n[ 0.301970] acpiphp: Slot [29] registered\n[ 0.302793] acpiphp: Slot [30] registered\n[ 0.303617] acpiphp: Slot [31] registered\n[ 0.304430] PCI host bridge to bus 0000:00\n[ 0.305242] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.306455] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.307673] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.309127] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window]\n[ 0.310579] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.316673] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.317955] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.319138] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.320408] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.327319] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.328759] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.375173] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.376669] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.378088] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.379513] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.380906] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.382849] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.384022] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.385077] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.386618] vgaarb: loaded\n[ 0.387224] vgaarb: bridge control possible 0000:00:02.0\n[ 0.388380] SCSI subsystem initialized\n[ 0.389217] ACPI: bus type USB registered\n[ 0.390032] usbcore: registered new interface driver usbfs\n[ 0.391073] usbcore: registered new interface driver hub\n[ 0.392078] usbcore: registered new device driver usb\n[ 0.393140] PCI: Using ACPI for IRQ routing\n[ 0.394175] NetLabel: Initializing\n[ 0.394889] NetLabel: domain hash size = 128\n[ 0.395744] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.396697] NetLabel: unlabeled traffic allowed by default\n[ 0.397793] clocksource: Switched to clocksource kvm-clock\n[ 0.403375] AppArmor: AppArmor Filesystem Enabled\n[ 0.404343] pnp: PnP ACPI init\n[ 0.405268] pnp: PnP ACPI: found 5 devices\n[ 0.411302] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.412998] NET: Registered protocol family 2\n[ 0.413984] TCP established hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.415269] TCP bind hash table entries: 2048 (order: 3, 32768 bytes)\n[ 0.416437] TCP: Hash tables configured (established 2048 bind 2048)\n[ 0.417600] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.418678] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.419852] NET: Registered protocol family 1\n[ 0.420723] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.421817] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.422890] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.437293] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.451566] Trying to unpack rootfs image as initramfs...\n[ 0.503538] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000)\n[ 0.518128] Scanning for low memory corruption every 60 seconds\n[ 0.519805] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.521564] audit: initializing netlink subsys (disabled)\n[ 0.523122] audit: type=2000 audit(1536057288.751:1): initialized\n[ 0.525041] Initialise system trusted keyring\n[ 0.526394] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.528170] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.530777] zbud: loaded\n[ 0.531726] VFS: Disk quotas dquot_6.6.0\n[ 0.532920] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.535124] fuse init (API version 7.23)\n[ 0.536393] Key type big_key registered\n[ 0.537570] Allocating IMA MOK and blacklist keyrings.\n[ 0.539179] Key type asymmetric registered\n[ 0.540420] Asymmetric key parser 'x509' registered\n[ 0.541844] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.543985] io scheduler noop registered\n[ 0.545173] io scheduler deadline registered (default)\n[ 0.546651] io scheduler cfq registered\n[ 0.547833] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.549373] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.551293] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.553474] ACPI: Power Button [PWRF]\n[ 0.554692] GHES: HEST is not enabled!\n[ 0.568692] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.596789] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.599019] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.624480] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.626766] Linux agpgart interface v0.103\n[ 0.629242] brd: module loaded\n[ 0.630428] loop: module loaded\n[ 0.634426] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.635859] GPT:90111 != 20971519\n[ 0.636540] GPT:Alternate GPT header not at the end of the disk.\n[ 0.637615] GPT:90111 != 20971519\n[ 0.638300] GPT: Use GNU Parted to correct GPT errors.\n[ 0.639260] vda: vda1 vda15\n[ 0.641177] scsi host0: ata_piix\n[ 0.642283] scsi host1: ata_piix\n[ 0.642985] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.644185] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.645607] libphy: Fixed MDIO Bus: probed\n[ 0.646428] tun: Universal TUN/TAP device driver, 1.6\n[ 0.647370] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.649569] PPP generic driver version 2.4.2\n[ 0.650699] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.651881] ehci-pci: EHCI PCI platform driver\n[ 0.652747] ehci-platform: EHCI generic platform driver\n[ 0.653720] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.654841] ohci-pci: OHCI PCI platform driver\n[ 0.655712] ohci-platform: OHCI generic platform driver\n[ 0.656678] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.671332] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.672324] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.673753] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.674771] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.675872] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.677092] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.678516] usb usb1: Product: UHCI Host Controller\n[ 0.679444] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.680570] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.681596] hub 1-0:1.0: USB hub found\n[ 0.682380] hub 1-0:1.0: 2 ports detected\n[ 0.683285] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.685372] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.686322] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.687343] mousedev: PS/2 mouse device common for all mice\n[ 0.688590] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.690408] rtc_cmos 00:00: RTC can wake from S4\n[ 0.691493] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.692676] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.693867] i2c /dev entries driver\n[ 0.694627] device-mapper: uevent: version 1.0.3\n[ 0.695550] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.697149] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.698413] NET: Registered protocol family 10\n[ 0.699409] NET: Registered protocol family 17\n[ 0.700289] Key type dns_resolver registered\n[ 0.701194] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.702273] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.704026] registered taskstats version 1\n[ 0.704845] Loading compiled-in X.509 certificates\n[ 0.706279] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.708108] zswap: loaded using pool lzo/zbud\n[ 0.709465] Key type trusted registered\n[ 0.711007] Key type encrypted registered\n[ 0.711834] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.712852] ima: No TPM chip found, activating TPM-bypass!\n[ 0.713890] evm: HMAC attrs: 0x1\n[ 0.714830] Magic number: 2:407:577\n[ 0.715671] rtc_cmos 00:00: setting system clock to 2018-09-04 10:34:48 UTC (1536057288)\n[ 0.717256] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.718359] EDD information not available.\n[ 0.802767] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.804301] Write protecting the kernel read-only data: 14336k\n[ 0.815963] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.817748] 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.858595] 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.14\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found 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-09-04 10:35:22,747 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/e98fafa4-1d83-4186-a42f-abb98642c580/action used request id req-a78867b7-6bf2-4304-a8a6-2a23647bdb6c 2018-09-04 10:35:22,752 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/e98fafa4-1d83-4186-a42f-abb98642c580 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ed533bd0fc9d97500c56f4fa8517eb14f442cd8b" 2018-09-04 10:35:23,239 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:35: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-3b398b00-299b-4d3c-aa11-68fba3fce094 x-compute-request-id: req-3b398b00-299b-4d3c-aa11-68fba3fce094 Content-Encoding: gzip Content-Length: 751 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"SimpleHealthCheck-8f6b88b3-5cec-492a-8296-1eb1316a1fdb-priv-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:95:08:47", "version": 4, "addr": "10.55.0.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/e98fafa4-1d83-4186-a42f-abb98642c580", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/e98fafa4-1d83-4186-a42f-abb98642c580", "rel": "bookmark"}], "image": {"id": "1cfc545f-18fd-4dec-a743-4091048230a0", "links": [{"href": "http://172.30.9.28:8774/images/1cfc545f-18fd-4dec-a743-4091048230a0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-04T10:34:47.000000", "flavor": {"id": "c662a3dd-76a7-4b38-a654-a158b6dc7582", "links": [{"href": "http://172.30.9.28:8774/flavors/c662a3dd-76a7-4b38-a654-a158b6dc7582", "rel": "bookmark"}]}, "id": "e98fafa4-1d83-4186-a42f-abb98642c580", "security_groups": [{"name": "default"}], "user_id": "1e54b4922ddf409783915c609dc57c02", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-04T10:34:48Z", "hostId": "851ac21cf6a8c0f64b8ebc2f7093e0254bb4af9b7658fec00ffacf50", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "SimpleHealthCheck-8f6b88b3-5cec-492a-8296-1eb1316a1fdb-inst", "created": "2018-09-04T10:34:43Z", "tenant_id": "1960765e8a3f4cef9b425bab3c37dc2a", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 10:35:23,239 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/e98fafa4-1d83-4186-a42f-abb98642c580 used request id req-3b398b00-299b-4d3c-aa11-68fba3fce094 2018-09-04 10:35:23,242 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:8774/v2.1/servers/e98fafa4-1d83-4186-a42f-abb98642c580/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ed533bd0fc9d97500c56f4fa8517eb14f442cd8b" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-04 10:35:24,308 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:35: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-8b37fa13-b55e-451a-b35f-2189f4df28d5 x-compute-request-id: req-8b37fa13-b55e-451a-b35f-2189f4df28d5 Content-Encoding: gzip Content-Length: 7667 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 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 564598379 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 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.912 MHz processor\n[ 0.147613] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.149263] pid_max: default: 32768 minimum: 301\n[ 0.150152] ACPI: Core revision 20150930\n[ 0.151541] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.152842] Security Framework initialized\n[ 0.153652] Yama: becoming mindful.\n[ 0.154380] AppArmor: AppArmor initialized\n[ 0.155234] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.156517] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.157764] Mount-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.158949] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.160325] Initializing cgroup subsys io\n[ 0.161133] Initializing cgroup subsys memory\n[ 0.161983] Initializing cgroup subsys devices\n[ 0.162859] Initializing cgroup subsys freezer\n[ 0.163723] Initializing cgroup subsys net_cls\n[ 0.164581] Initializing cgroup subsys perf_event\n[ 0.165478] Initializing cgroup subsys net_prio\n[ 0.166349] Initializing cgroup subsys hugetlb\n[ 0.167213] Initializing cgroup subsys pids\n[ 0.168081] CPU: Physical Processor ID: 0\n[ 0.169566] mce: CPU supports 10 MCE banks\n[ 0.170408] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.171405] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.182343] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.188960] ftrace: allocating 31920 entries in 125 pages\n[ 0.216304] smpboot: Max logical packages: 1\n[ 0.217150] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.218490] x2apic enabled\n[ 0.219309] Switched APIC routing to physical x2apic.\n[ 0.221049] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.222161] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.224142] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.225913] KVM setup paravirtual spinlock\n[ 0.227247] x86: Booted up 1 node, 1 CPUs\n[ 0.228045] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.229425] devtmpfs: initialized\n[ 0.231126] evm: security.selinux\n[ 0.231817] evm: security.SMACK64\n[ 0.232509] evm: security.SMACK64EXEC\n[ 0.233247] evm: security.SMACK64TRANSMUTE\n[ 0.234044] evm: security.SMACK64MMAP\n[ 0.234788] evm: security.ima\n[ 0.235426] evm: security.capability\n[ 0.236227] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.238066] pinctrl core: initialized pinctrl subsystem\n[ 0.239169] RTC time: 10:34:47, date: 09/04/18\n[ 0.240124] NET: Registered protocol family 16\n[ 0.241096] cpuidle: using governor ladder\n[ 0.241907] cpuidle: using governor menu\n[ 0.242690] PCCT header not found.\n[ 0.243443] ACPI: bus type PCI registered\n[ 0.244243] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.245481] PCI: Using configuration type 1 for base access\n[ 0.247239] ACPI: Added _OSI(Module Device)\n[ 0.248081] ACPI: Added _OSI(Processor Device)\n[ 0.248938] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.249832] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.251911] ACPI: Interpreter enabled\n[ 0.252697] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.254551] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.256401] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.258256] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.260103] ACPI: (supports S0 S5)\n[ 0.260808] ACPI: Using IOAPIC for interrupt routing\n[ 0.261914] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.265026] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.266184] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.267423] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.268620] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.270850] acpiphp: Slot [3] registered\n[ 0.271656] acpiphp: Slot [4] registered\n[ 0.272461] acpiphp: Slot [5] registered\n[ 0.273262] acpiphp: Slot [6] registered\n[ 0.274063] acpiphp: Slot [7] registered\n[ 0.274865] acpiphp: Slot [8] registered\n[ 0.275666] acpiphp: Slot [9] registered\n[ 0.276467] acpiphp: Slot [10] registered\n[ 0.277286] acpiphp: Slot [11] registered\n[ 0.278101] acpiphp: Slot [12] registered\n[ 0.278918] acpiphp: Slot [13] registered\n[ 0.279734] acpiphp: Slot [14] registered\n[ 0.280545] acpiphp: Slot [15] registered\n[ 0.291377] acpiphp: Slot [16] registered\n[ 0.292197] acpiphp: Slot [17] registered\n[ 0.293008] acpiphp: Slot [18] registered\n[ 0.293825] acpiphp: Slot [19] registered\n[ 0.294639] acpiphp: Slot [20] registered\n[ 0.295458] acpiphp: Slot [21] registered\n[ 0.296272] acpiphp: Slot [22] registered\n[ 0.297085] acpiphp: Slot [23] registered\n[ 0.297897] acpiphp: Slot [24] registered\n[ 0.298714] acpiphp: Slot [25] registered\n[ 0.299535] acpiphp: Slot [26] registered\n[ 0.300350] acpiphp: Slot [27] registered\n[ 0.301162] acpiphp: Slot [28] registered\n[ 0.301970] acpiphp: Slot [29] registered\n[ 0.302793] acpiphp: Slot [30] registered\n[ 0.303617] acpiphp: Slot [31] registered\n[ 0.304430] PCI host bridge to bus 0000:00\n[ 0.305242] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.306455] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.307673] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.309127] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window]\n[ 0.310579] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.316673] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.317955] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.319138] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.320408] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.327319] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.328759] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.375173] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.376669] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.378088] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.379513] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.380906] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.382849] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.384022] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.385077] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.386618] vgaarb: loaded\n[ 0.387224] vgaarb: bridge control possible 0000:00:02.0\n[ 0.388380] SCSI subsystem initialized\n[ 0.389217] ACPI: bus type USB registered\n[ 0.390032] usbcore: registered new interface driver usbfs\n[ 0.391073] usbcore: registered new interface driver hub\n[ 0.392078] usbcore: registered new device driver usb\n[ 0.393140] PCI: Using ACPI for IRQ routing\n[ 0.394175] NetLabel: Initializing\n[ 0.394889] NetLabel: domain hash size = 128\n[ 0.395744] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.396697] NetLabel: unlabeled traffic allowed by default\n[ 0.397793] clocksource: Switched to clocksource kvm-clock\n[ 0.403375] AppArmor: AppArmor Filesystem Enabled\n[ 0.404343] pnp: PnP ACPI init\n[ 0.405268] pnp: PnP ACPI: found 5 devices\n[ 0.411302] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.412998] NET: Registered protocol family 2\n[ 0.413984] TCP established hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.415269] TCP bind hash table entries: 2048 (order: 3, 32768 bytes)\n[ 0.416437] TCP: Hash tables configured (established 2048 bind 2048)\n[ 0.417600] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.418678] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.419852] NET: Registered protocol family 1\n[ 0.420723] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.421817] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.422890] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.437293] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.451566] Trying to unpack rootfs image as initramfs...\n[ 0.503538] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000)\n[ 0.518128] Scanning for low memory corruption every 60 seconds\n[ 0.519805] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.521564] audit: initializing netlink subsys (disabled)\n[ 0.523122] audit: type=2000 audit(1536057288.751:1): initialized\n[ 0.525041] Initialise system trusted keyring\n[ 0.526394] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.528170] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.530777] zbud: loaded\n[ 0.531726] VFS: Disk quotas dquot_6.6.0\n[ 0.532920] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.535124] fuse init (API version 7.23)\n[ 0.536393] Key type big_key registered\n[ 0.537570] Allocating IMA MOK and blacklist keyrings.\n[ 0.539179] Key type asymmetric registered\n[ 0.540420] Asymmetric key parser 'x509' registered\n[ 0.541844] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.543985] io scheduler noop registered\n[ 0.545173] io scheduler deadline registered (default)\n[ 0.546651] io scheduler cfq registered\n[ 0.547833] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.549373] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.551293] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.553474] ACPI: Power Button [PWRF]\n[ 0.554692] GHES: HEST is not enabled!\n[ 0.568692] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.596789] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.599019] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.624480] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.626766] Linux agpgart interface v0.103\n[ 0.629242] brd: module loaded\n[ 0.630428] loop: module loaded\n[ 0.634426] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.635859] GPT:90111 != 20971519\n[ 0.636540] GPT:Alternate GPT header not at the end of the disk.\n[ 0.637615] GPT:90111 != 20971519\n[ 0.638300] GPT: Use GNU Parted to correct GPT errors.\n[ 0.639260] vda: vda1 vda15\n[ 0.641177] scsi host0: ata_piix\n[ 0.642283] scsi host1: ata_piix\n[ 0.642985] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.644185] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.645607] libphy: Fixed MDIO Bus: probed\n[ 0.646428] tun: Universal TUN/TAP device driver, 1.6\n[ 0.647370] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.649569] PPP generic driver version 2.4.2\n[ 0.650699] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.651881] ehci-pci: EHCI PCI platform driver\n[ 0.652747] ehci-platform: EHCI generic platform driver\n[ 0.653720] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.654841] ohci-pci: OHCI PCI platform driver\n[ 0.655712] ohci-platform: OHCI generic platform driver\n[ 0.656678] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.671332] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.672324] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.673753] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.674771] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.675872] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.677092] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.678516] usb usb1: Product: UHCI Host Controller\n[ 0.679444] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.680570] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.681596] hub 1-0:1.0: USB hub found\n[ 0.682380] hub 1-0:1.0: 2 ports detected\n[ 0.683285] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.685372] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.686322] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.687343] mousedev: PS/2 mouse device common for all mice\n[ 0.688590] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.690408] rtc_cmos 00:00: RTC can wake from S4\n[ 0.691493] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.692676] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.693867] i2c /dev entries driver\n[ 0.694627] device-mapper: uevent: version 1.0.3\n[ 0.695550] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.697149] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.698413] NET: Registered protocol family 10\n[ 0.699409] NET: Registered protocol family 17\n[ 0.700289] Key type dns_resolver registered\n[ 0.701194] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.702273] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.704026] registered taskstats version 1\n[ 0.704845] Loading compiled-in X.509 certificates\n[ 0.706279] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.708108] zswap: loaded using pool lzo/zbud\n[ 0.709465] Key type trusted registered\n[ 0.711007] Key type encrypted registered\n[ 0.711834] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.712852] ima: No TPM chip found, activating TPM-bypass!\n[ 0.713890] evm: HMAC attrs: 0x1\n[ 0.714830] Magic number: 2:407:577\n[ 0.715671] rtc_cmos 00:00: setting system clock to 2018-09-04 10:34:48 UTC (1536057288)\n[ 0.717256] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.718359] EDD information not available.\n[ 0.802767] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.804301] Write protecting the kernel read-only data: 14336k\n[ 0.815963] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.817748] 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.858595] 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.14\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found 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-09-04 10:35:24,309 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/e98fafa4-1d83-4186-a42f-abb98642c580/action used request id req-8b37fa13-b55e-451a-b35f-2189f4df28d5 2018-09-04 10:35:24,314 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/e98fafa4-1d83-4186-a42f-abb98642c580 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ed533bd0fc9d97500c56f4fa8517eb14f442cd8b" 2018-09-04 10:35:24,788 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:35: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-716ea67f-9e6d-4f9f-a7de-f0700ce89f95 x-compute-request-id: req-716ea67f-9e6d-4f9f-a7de-f0700ce89f95 Content-Encoding: gzip Content-Length: 751 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"SimpleHealthCheck-8f6b88b3-5cec-492a-8296-1eb1316a1fdb-priv-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:95:08:47", "version": 4, "addr": "10.55.0.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/e98fafa4-1d83-4186-a42f-abb98642c580", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/e98fafa4-1d83-4186-a42f-abb98642c580", "rel": "bookmark"}], "image": {"id": "1cfc545f-18fd-4dec-a743-4091048230a0", "links": [{"href": "http://172.30.9.28:8774/images/1cfc545f-18fd-4dec-a743-4091048230a0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-04T10:34:47.000000", "flavor": {"id": "c662a3dd-76a7-4b38-a654-a158b6dc7582", "links": [{"href": "http://172.30.9.28:8774/flavors/c662a3dd-76a7-4b38-a654-a158b6dc7582", "rel": "bookmark"}]}, "id": "e98fafa4-1d83-4186-a42f-abb98642c580", "security_groups": [{"name": "default"}], "user_id": "1e54b4922ddf409783915c609dc57c02", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-04T10:34:48Z", "hostId": "851ac21cf6a8c0f64b8ebc2f7093e0254bb4af9b7658fec00ffacf50", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "SimpleHealthCheck-8f6b88b3-5cec-492a-8296-1eb1316a1fdb-inst", "created": "2018-09-04T10:34:43Z", "tenant_id": "1960765e8a3f4cef9b425bab3c37dc2a", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 10:35:24,788 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/e98fafa4-1d83-4186-a42f-abb98642c580 used request id req-716ea67f-9e6d-4f9f-a7de-f0700ce89f95 2018-09-04 10:35:24,791 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:8774/v2.1/servers/e98fafa4-1d83-4186-a42f-abb98642c580/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ed533bd0fc9d97500c56f4fa8517eb14f442cd8b" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-04 10:35:25,914 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:35: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-dd13bda6-0572-4929-9809-dc192de652ad x-compute-request-id: req-dd13bda6-0572-4929-9809-dc192de652ad Content-Encoding: gzip Content-Length: 7667 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 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 564598379 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 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.912 MHz processor\n[ 0.147613] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.149263] pid_max: default: 32768 minimum: 301\n[ 0.150152] ACPI: Core revision 20150930\n[ 0.151541] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.152842] Security Framework initialized\n[ 0.153652] Yama: becoming mindful.\n[ 0.154380] AppArmor: AppArmor initialized\n[ 0.155234] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.156517] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.157764] Mount-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.158949] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.160325] Initializing cgroup subsys io\n[ 0.161133] Initializing cgroup subsys memory\n[ 0.161983] Initializing cgroup subsys devices\n[ 0.162859] Initializing cgroup subsys freezer\n[ 0.163723] Initializing cgroup subsys net_cls\n[ 0.164581] Initializing cgroup subsys perf_event\n[ 0.165478] Initializing cgroup subsys net_prio\n[ 0.166349] Initializing cgroup subsys hugetlb\n[ 0.167213] Initializing cgroup subsys pids\n[ 0.168081] CPU: Physical Processor ID: 0\n[ 0.169566] mce: CPU supports 10 MCE banks\n[ 0.170408] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.171405] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.182343] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.188960] ftrace: allocating 31920 entries in 125 pages\n[ 0.216304] smpboot: Max logical packages: 1\n[ 0.217150] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.218490] x2apic enabled\n[ 0.219309] Switched APIC routing to physical x2apic.\n[ 0.221049] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.222161] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.224142] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.225913] KVM setup paravirtual spinlock\n[ 0.227247] x86: Booted up 1 node, 1 CPUs\n[ 0.228045] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.229425] devtmpfs: initialized\n[ 0.231126] evm: security.selinux\n[ 0.231817] evm: security.SMACK64\n[ 0.232509] evm: security.SMACK64EXEC\n[ 0.233247] evm: security.SMACK64TRANSMUTE\n[ 0.234044] evm: security.SMACK64MMAP\n[ 0.234788] evm: security.ima\n[ 0.235426] evm: security.capability\n[ 0.236227] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.238066] pinctrl core: initialized pinctrl subsystem\n[ 0.239169] RTC time: 10:34:47, date: 09/04/18\n[ 0.240124] NET: Registered protocol family 16\n[ 0.241096] cpuidle: using governor ladder\n[ 0.241907] cpuidle: using governor menu\n[ 0.242690] PCCT header not found.\n[ 0.243443] ACPI: bus type PCI registered\n[ 0.244243] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.245481] PCI: Using configuration type 1 for base access\n[ 0.247239] ACPI: Added _OSI(Module Device)\n[ 0.248081] ACPI: Added _OSI(Processor Device)\n[ 0.248938] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.249832] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.251911] ACPI: Interpreter enabled\n[ 0.252697] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.254551] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.256401] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.258256] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.260103] ACPI: (supports S0 S5)\n[ 0.260808] ACPI: Using IOAPIC for interrupt routing\n[ 0.261914] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.265026] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.266184] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.267423] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.268620] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.270850] acpiphp: Slot [3] registered\n[ 0.271656] acpiphp: Slot [4] registered\n[ 0.272461] acpiphp: Slot [5] registered\n[ 0.273262] acpiphp: Slot [6] registered\n[ 0.274063] acpiphp: Slot [7] registered\n[ 0.274865] acpiphp: Slot [8] registered\n[ 0.275666] acpiphp: Slot [9] registered\n[ 0.276467] acpiphp: Slot [10] registered\n[ 0.277286] acpiphp: Slot [11] registered\n[ 0.278101] acpiphp: Slot [12] registered\n[ 0.278918] acpiphp: Slot [13] registered\n[ 0.279734] acpiphp: Slot [14] registered\n[ 0.280545] acpiphp: Slot [15] registered\n[ 0.291377] acpiphp: Slot [16] registered\n[ 0.292197] acpiphp: Slot [17] registered\n[ 0.293008] acpiphp: Slot [18] registered\n[ 0.293825] acpiphp: Slot [19] registered\n[ 0.294639] acpiphp: Slot [20] registered\n[ 0.295458] acpiphp: Slot [21] registered\n[ 0.296272] acpiphp: Slot [22] registered\n[ 0.297085] acpiphp: Slot [23] registered\n[ 0.297897] acpiphp: Slot [24] registered\n[ 0.298714] acpiphp: Slot [25] registered\n[ 0.299535] acpiphp: Slot [26] registered\n[ 0.300350] acpiphp: Slot [27] registered\n[ 0.301162] acpiphp: Slot [28] registered\n[ 0.301970] acpiphp: Slot [29] registered\n[ 0.302793] acpiphp: Slot [30] registered\n[ 0.303617] acpiphp: Slot [31] registered\n[ 0.304430] PCI host bridge to bus 0000:00\n[ 0.305242] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.306455] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.307673] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.309127] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window]\n[ 0.310579] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.316673] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.317955] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.319138] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.320408] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.327319] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.328759] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.375173] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.376669] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.378088] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.379513] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.380906] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.382849] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.384022] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.385077] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.386618] vgaarb: loaded\n[ 0.387224] vgaarb: bridge control possible 0000:00:02.0\n[ 0.388380] SCSI subsystem initialized\n[ 0.389217] ACPI: bus type USB registered\n[ 0.390032] usbcore: registered new interface driver usbfs\n[ 0.391073] usbcore: registered new interface driver hub\n[ 0.392078] usbcore: registered new device driver usb\n[ 0.393140] PCI: Using ACPI for IRQ routing\n[ 0.394175] NetLabel: Initializing\n[ 0.394889] NetLabel: domain hash size = 128\n[ 0.395744] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.396697] NetLabel: unlabeled traffic allowed by default\n[ 0.397793] clocksource: Switched to clocksource kvm-clock\n[ 0.403375] AppArmor: AppArmor Filesystem Enabled\n[ 0.404343] pnp: PnP ACPI init\n[ 0.405268] pnp: PnP ACPI: found 5 devices\n[ 0.411302] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.412998] NET: Registered protocol family 2\n[ 0.413984] TCP established hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.415269] TCP bind hash table entries: 2048 (order: 3, 32768 bytes)\n[ 0.416437] TCP: Hash tables configured (established 2048 bind 2048)\n[ 0.417600] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.418678] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.419852] NET: Registered protocol family 1\n[ 0.420723] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.421817] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.422890] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.437293] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.451566] Trying to unpack rootfs image as initramfs...\n[ 0.503538] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000)\n[ 0.518128] Scanning for low memory corruption every 60 seconds\n[ 0.519805] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.521564] audit: initializing netlink subsys (disabled)\n[ 0.523122] audit: type=2000 audit(1536057288.751:1): initialized\n[ 0.525041] Initialise system trusted keyring\n[ 0.526394] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.528170] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.530777] zbud: loaded\n[ 0.531726] VFS: Disk quotas dquot_6.6.0\n[ 0.532920] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.535124] fuse init (API version 7.23)\n[ 0.536393] Key type big_key registered\n[ 0.537570] Allocating IMA MOK and blacklist keyrings.\n[ 0.539179] Key type asymmetric registered\n[ 0.540420] Asymmetric key parser 'x509' registered\n[ 0.541844] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.543985] io scheduler noop registered\n[ 0.545173] io scheduler deadline registered (default)\n[ 0.546651] io scheduler cfq registered\n[ 0.547833] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.549373] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.551293] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.553474] ACPI: Power Button [PWRF]\n[ 0.554692] GHES: HEST is not enabled!\n[ 0.568692] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.596789] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.599019] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.624480] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.626766] Linux agpgart interface v0.103\n[ 0.629242] brd: module loaded\n[ 0.630428] loop: module loaded\n[ 0.634426] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.635859] GPT:90111 != 20971519\n[ 0.636540] GPT:Alternate GPT header not at the end of the disk.\n[ 0.637615] GPT:90111 != 20971519\n[ 0.638300] GPT: Use GNU Parted to correct GPT errors.\n[ 0.639260] vda: vda1 vda15\n[ 0.641177] scsi host0: ata_piix\n[ 0.642283] scsi host1: ata_piix\n[ 0.642985] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.644185] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.645607] libphy: Fixed MDIO Bus: probed\n[ 0.646428] tun: Universal TUN/TAP device driver, 1.6\n[ 0.647370] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.649569] PPP generic driver version 2.4.2\n[ 0.650699] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.651881] ehci-pci: EHCI PCI platform driver\n[ 0.652747] ehci-platform: EHCI generic platform driver\n[ 0.653720] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.654841] ohci-pci: OHCI PCI platform driver\n[ 0.655712] ohci-platform: OHCI generic platform driver\n[ 0.656678] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.671332] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.672324] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.673753] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.674771] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.675872] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.677092] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.678516] usb usb1: Product: UHCI Host Controller\n[ 0.679444] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.680570] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.681596] hub 1-0:1.0: USB hub found\n[ 0.682380] hub 1-0:1.0: 2 ports detected\n[ 0.683285] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.685372] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.686322] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.687343] mousedev: PS/2 mouse device common for all mice\n[ 0.688590] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.690408] rtc_cmos 00:00: RTC can wake from S4\n[ 0.691493] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.692676] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.693867] i2c /dev entries driver\n[ 0.694627] device-mapper: uevent: version 1.0.3\n[ 0.695550] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.697149] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.698413] NET: Registered protocol family 10\n[ 0.699409] NET: Registered protocol family 17\n[ 0.700289] Key type dns_resolver registered\n[ 0.701194] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.702273] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.704026] registered taskstats version 1\n[ 0.704845] Loading compiled-in X.509 certificates\n[ 0.706279] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.708108] zswap: loaded using pool lzo/zbud\n[ 0.709465] Key type trusted registered\n[ 0.711007] Key type encrypted registered\n[ 0.711834] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.712852] ima: No TPM chip found, activating TPM-bypass!\n[ 0.713890] evm: HMAC attrs: 0x1\n[ 0.714830] Magic number: 2:407:577\n[ 0.715671] rtc_cmos 00:00: setting system clock to 2018-09-04 10:34:48 UTC (1536057288)\n[ 0.717256] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.718359] EDD information not available.\n[ 0.802767] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.804301] Write protecting the kernel read-only data: 14336k\n[ 0.815963] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.817748] 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.858595] 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.14\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found 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-09-04 10:35:25,914 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/e98fafa4-1d83-4186-a42f-abb98642c580/action used request id req-dd13bda6-0572-4929-9809-dc192de652ad 2018-09-04 10:35:25,920 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/e98fafa4-1d83-4186-a42f-abb98642c580 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ed533bd0fc9d97500c56f4fa8517eb14f442cd8b" 2018-09-04 10:35:26,107 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10: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-61f1dc2c-cf73-4091-a64e-857eddc50e1a x-compute-request-id: req-61f1dc2c-cf73-4091-a64e-857eddc50e1a Content-Encoding: gzip Content-Length: 751 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"SimpleHealthCheck-8f6b88b3-5cec-492a-8296-1eb1316a1fdb-priv-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:95:08:47", "version": 4, "addr": "10.55.0.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/e98fafa4-1d83-4186-a42f-abb98642c580", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/e98fafa4-1d83-4186-a42f-abb98642c580", "rel": "bookmark"}], "image": {"id": "1cfc545f-18fd-4dec-a743-4091048230a0", "links": [{"href": "http://172.30.9.28:8774/images/1cfc545f-18fd-4dec-a743-4091048230a0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-04T10:34:47.000000", "flavor": {"id": "c662a3dd-76a7-4b38-a654-a158b6dc7582", "links": [{"href": "http://172.30.9.28:8774/flavors/c662a3dd-76a7-4b38-a654-a158b6dc7582", "rel": "bookmark"}]}, "id": "e98fafa4-1d83-4186-a42f-abb98642c580", "security_groups": [{"name": "default"}], "user_id": "1e54b4922ddf409783915c609dc57c02", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-04T10:34:48Z", "hostId": "851ac21cf6a8c0f64b8ebc2f7093e0254bb4af9b7658fec00ffacf50", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "SimpleHealthCheck-8f6b88b3-5cec-492a-8296-1eb1316a1fdb-inst", "created": "2018-09-04T10:34:43Z", "tenant_id": "1960765e8a3f4cef9b425bab3c37dc2a", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 10:35:26,107 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/e98fafa4-1d83-4186-a42f-abb98642c580 used request id req-61f1dc2c-cf73-4091-a64e-857eddc50e1a 2018-09-04 10:35:26,111 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:8774/v2.1/servers/e98fafa4-1d83-4186-a42f-abb98642c580/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ed533bd0fc9d97500c56f4fa8517eb14f442cd8b" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-04 10:35:27,208 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10: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,Accept-Encoding x-openstack-request-id: req-7205d895-7798-49d1-b64a-2e7437930649 x-compute-request-id: req-7205d895-7798-49d1-b64a-2e7437930649 Content-Encoding: gzip Content-Length: 7667 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 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 564598379 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 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.912 MHz processor\n[ 0.147613] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.149263] pid_max: default: 32768 minimum: 301\n[ 0.150152] ACPI: Core revision 20150930\n[ 0.151541] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.152842] Security Framework initialized\n[ 0.153652] Yama: becoming mindful.\n[ 0.154380] AppArmor: AppArmor initialized\n[ 0.155234] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.156517] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.157764] Mount-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.158949] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.160325] Initializing cgroup subsys io\n[ 0.161133] Initializing cgroup subsys memory\n[ 0.161983] Initializing cgroup subsys devices\n[ 0.162859] Initializing cgroup subsys freezer\n[ 0.163723] Initializing cgroup subsys net_cls\n[ 0.164581] Initializing cgroup subsys perf_event\n[ 0.165478] Initializing cgroup subsys net_prio\n[ 0.166349] Initializing cgroup subsys hugetlb\n[ 0.167213] Initializing cgroup subsys pids\n[ 0.168081] CPU: Physical Processor ID: 0\n[ 0.169566] mce: CPU supports 10 MCE banks\n[ 0.170408] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.171405] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.182343] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.188960] ftrace: allocating 31920 entries in 125 pages\n[ 0.216304] smpboot: Max logical packages: 1\n[ 0.217150] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.218490] x2apic enabled\n[ 0.219309] Switched APIC routing to physical x2apic.\n[ 0.221049] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.222161] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.224142] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.225913] KVM setup paravirtual spinlock\n[ 0.227247] x86: Booted up 1 node, 1 CPUs\n[ 0.228045] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.229425] devtmpfs: initialized\n[ 0.231126] evm: security.selinux\n[ 0.231817] evm: security.SMACK64\n[ 0.232509] evm: security.SMACK64EXEC\n[ 0.233247] evm: security.SMACK64TRANSMUTE\n[ 0.234044] evm: security.SMACK64MMAP\n[ 0.234788] evm: security.ima\n[ 0.235426] evm: security.capability\n[ 0.236227] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.238066] pinctrl core: initialized pinctrl subsystem\n[ 0.239169] RTC time: 10:34:47, date: 09/04/18\n[ 0.240124] NET: Registered protocol family 16\n[ 0.241096] cpuidle: using governor ladder\n[ 0.241907] cpuidle: using governor menu\n[ 0.242690] PCCT header not found.\n[ 0.243443] ACPI: bus type PCI registered\n[ 0.244243] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.245481] PCI: Using configuration type 1 for base access\n[ 0.247239] ACPI: Added _OSI(Module Device)\n[ 0.248081] ACPI: Added _OSI(Processor Device)\n[ 0.248938] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.249832] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.251911] ACPI: Interpreter enabled\n[ 0.252697] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.254551] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.256401] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.258256] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.260103] ACPI: (supports S0 S5)\n[ 0.260808] ACPI: Using IOAPIC for interrupt routing\n[ 0.261914] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.265026] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.266184] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.267423] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.268620] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.270850] acpiphp: Slot [3] registered\n[ 0.271656] acpiphp: Slot [4] registered\n[ 0.272461] acpiphp: Slot [5] registered\n[ 0.273262] acpiphp: Slot [6] registered\n[ 0.274063] acpiphp: Slot [7] registered\n[ 0.274865] acpiphp: Slot [8] registered\n[ 0.275666] acpiphp: Slot [9] registered\n[ 0.276467] acpiphp: Slot [10] registered\n[ 0.277286] acpiphp: Slot [11] registered\n[ 0.278101] acpiphp: Slot [12] registered\n[ 0.278918] acpiphp: Slot [13] registered\n[ 0.279734] acpiphp: Slot [14] registered\n[ 0.280545] acpiphp: Slot [15] registered\n[ 0.291377] acpiphp: Slot [16] registered\n[ 0.292197] acpiphp: Slot [17] registered\n[ 0.293008] acpiphp: Slot [18] registered\n[ 0.293825] acpiphp: Slot [19] registered\n[ 0.294639] acpiphp: Slot [20] registered\n[ 0.295458] acpiphp: Slot [21] registered\n[ 0.296272] acpiphp: Slot [22] registered\n[ 0.297085] acpiphp: Slot [23] registered\n[ 0.297897] acpiphp: Slot [24] registered\n[ 0.298714] acpiphp: Slot [25] registered\n[ 0.299535] acpiphp: Slot [26] registered\n[ 0.300350] acpiphp: Slot [27] registered\n[ 0.301162] acpiphp: Slot [28] registered\n[ 0.301970] acpiphp: Slot [29] registered\n[ 0.302793] acpiphp: Slot [30] registered\n[ 0.303617] acpiphp: Slot [31] registered\n[ 0.304430] PCI host bridge to bus 0000:00\n[ 0.305242] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.306455] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.307673] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.309127] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window]\n[ 0.310579] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.316673] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.317955] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.319138] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.320408] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.327319] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.328759] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.375173] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.376669] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.378088] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.379513] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.380906] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.382849] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.384022] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.385077] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.386618] vgaarb: loaded\n[ 0.387224] vgaarb: bridge control possible 0000:00:02.0\n[ 0.388380] SCSI subsystem initialized\n[ 0.389217] ACPI: bus type USB registered\n[ 0.390032] usbcore: registered new interface driver usbfs\n[ 0.391073] usbcore: registered new interface driver hub\n[ 0.392078] usbcore: registered new device driver usb\n[ 0.393140] PCI: Using ACPI for IRQ routing\n[ 0.394175] NetLabel: Initializing\n[ 0.394889] NetLabel: domain hash size = 128\n[ 0.395744] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.396697] NetLabel: unlabeled traffic allowed by default\n[ 0.397793] clocksource: Switched to clocksource kvm-clock\n[ 0.403375] AppArmor: AppArmor Filesystem Enabled\n[ 0.404343] pnp: PnP ACPI init\n[ 0.405268] pnp: PnP ACPI: found 5 devices\n[ 0.411302] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.412998] NET: Registered protocol family 2\n[ 0.413984] TCP established hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.415269] TCP bind hash table entries: 2048 (order: 3, 32768 bytes)\n[ 0.416437] TCP: Hash tables configured (established 2048 bind 2048)\n[ 0.417600] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.418678] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.419852] NET: Registered protocol family 1\n[ 0.420723] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.421817] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.422890] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.437293] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.451566] Trying to unpack rootfs image as initramfs...\n[ 0.503538] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000)\n[ 0.518128] Scanning for low memory corruption every 60 seconds\n[ 0.519805] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.521564] audit: initializing netlink subsys (disabled)\n[ 0.523122] audit: type=2000 audit(1536057288.751:1): initialized\n[ 0.525041] Initialise system trusted keyring\n[ 0.526394] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.528170] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.530777] zbud: loaded\n[ 0.531726] VFS: Disk quotas dquot_6.6.0\n[ 0.532920] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.535124] fuse init (API version 7.23)\n[ 0.536393] Key type big_key registered\n[ 0.537570] Allocating IMA MOK and blacklist keyrings.\n[ 0.539179] Key type asymmetric registered\n[ 0.540420] Asymmetric key parser 'x509' registered\n[ 0.541844] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.543985] io scheduler noop registered\n[ 0.545173] io scheduler deadline registered (default)\n[ 0.546651] io scheduler cfq registered\n[ 0.547833] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.549373] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.551293] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.553474] ACPI: Power Button [PWRF]\n[ 0.554692] GHES: HEST is not enabled!\n[ 0.568692] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.596789] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.599019] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.624480] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.626766] Linux agpgart interface v0.103\n[ 0.629242] brd: module loaded\n[ 0.630428] loop: module loaded\n[ 0.634426] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.635859] GPT:90111 != 20971519\n[ 0.636540] GPT:Alternate GPT header not at the end of the disk.\n[ 0.637615] GPT:90111 != 20971519\n[ 0.638300] GPT: Use GNU Parted to correct GPT errors.\n[ 0.639260] vda: vda1 vda15\n[ 0.641177] scsi host0: ata_piix\n[ 0.642283] scsi host1: ata_piix\n[ 0.642985] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.644185] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.645607] libphy: Fixed MDIO Bus: probed\n[ 0.646428] tun: Universal TUN/TAP device driver, 1.6\n[ 0.647370] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.649569] PPP generic driver version 2.4.2\n[ 0.650699] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.651881] ehci-pci: EHCI PCI platform driver\n[ 0.652747] ehci-platform: EHCI generic platform driver\n[ 0.653720] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.654841] ohci-pci: OHCI PCI platform driver\n[ 0.655712] ohci-platform: OHCI generic platform driver\n[ 0.656678] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.671332] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.672324] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.673753] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.674771] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.675872] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.677092] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.678516] usb usb1: Product: UHCI Host Controller\n[ 0.679444] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.680570] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.681596] hub 1-0:1.0: USB hub found\n[ 0.682380] hub 1-0:1.0: 2 ports detected\n[ 0.683285] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.685372] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.686322] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.687343] mousedev: PS/2 mouse device common for all mice\n[ 0.688590] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.690408] rtc_cmos 00:00: RTC can wake from S4\n[ 0.691493] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.692676] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.693867] i2c /dev entries driver\n[ 0.694627] device-mapper: uevent: version 1.0.3\n[ 0.695550] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.697149] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.698413] NET: Registered protocol family 10\n[ 0.699409] NET: Registered protocol family 17\n[ 0.700289] Key type dns_resolver registered\n[ 0.701194] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.702273] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.704026] registered taskstats version 1\n[ 0.704845] Loading compiled-in X.509 certificates\n[ 0.706279] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.708108] zswap: loaded using pool lzo/zbud\n[ 0.709465] Key type trusted registered\n[ 0.711007] Key type encrypted registered\n[ 0.711834] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.712852] ima: No TPM chip found, activating TPM-bypass!\n[ 0.713890] evm: HMAC attrs: 0x1\n[ 0.714830] Magic number: 2:407:577\n[ 0.715671] rtc_cmos 00:00: setting system clock to 2018-09-04 10:34:48 UTC (1536057288)\n[ 0.717256] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.718359] EDD information not available.\n[ 0.802767] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.804301] Write protecting the kernel read-only data: 14336k\n[ 0.815963] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.817748] 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.858595] 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.14\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found 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-09-04 10:35:27,209 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/e98fafa4-1d83-4186-a42f-abb98642c580/action used request id req-7205d895-7798-49d1-b64a-2e7437930649 2018-09-04 10:35:27,215 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/e98fafa4-1d83-4186-a42f-abb98642c580 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ed533bd0fc9d97500c56f4fa8517eb14f442cd8b" 2018-09-04 10:35:27,760 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:35: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-6378b4e7-6e41-4d61-a57f-0bb5eeabad7a x-compute-request-id: req-6378b4e7-6e41-4d61-a57f-0bb5eeabad7a Content-Encoding: gzip Content-Length: 751 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"SimpleHealthCheck-8f6b88b3-5cec-492a-8296-1eb1316a1fdb-priv-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:95:08:47", "version": 4, "addr": "10.55.0.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/e98fafa4-1d83-4186-a42f-abb98642c580", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/e98fafa4-1d83-4186-a42f-abb98642c580", "rel": "bookmark"}], "image": {"id": "1cfc545f-18fd-4dec-a743-4091048230a0", "links": [{"href": "http://172.30.9.28:8774/images/1cfc545f-18fd-4dec-a743-4091048230a0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-04T10:34:47.000000", "flavor": {"id": "c662a3dd-76a7-4b38-a654-a158b6dc7582", "links": [{"href": "http://172.30.9.28:8774/flavors/c662a3dd-76a7-4b38-a654-a158b6dc7582", "rel": "bookmark"}]}, "id": "e98fafa4-1d83-4186-a42f-abb98642c580", "security_groups": [{"name": "default"}], "user_id": "1e54b4922ddf409783915c609dc57c02", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-04T10:34:48Z", "hostId": "851ac21cf6a8c0f64b8ebc2f7093e0254bb4af9b7658fec00ffacf50", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "SimpleHealthCheck-8f6b88b3-5cec-492a-8296-1eb1316a1fdb-inst", "created": "2018-09-04T10:34:43Z", "tenant_id": "1960765e8a3f4cef9b425bab3c37dc2a", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 10:35:27,760 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/e98fafa4-1d83-4186-a42f-abb98642c580 used request id req-6378b4e7-6e41-4d61-a57f-0bb5eeabad7a 2018-09-04 10:35:27,763 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:8774/v2.1/servers/e98fafa4-1d83-4186-a42f-abb98642c580/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ed533bd0fc9d97500c56f4fa8517eb14f442cd8b" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-04 10:35:28,857 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:35: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-ad0f4eb8-ef4a-4134-bb27-50edd8b3a997 x-compute-request-id: req-ad0f4eb8-ef4a-4134-bb27-50edd8b3a997 Content-Encoding: gzip Content-Length: 7667 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 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 564598379 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 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.912 MHz processor\n[ 0.147613] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.149263] pid_max: default: 32768 minimum: 301\n[ 0.150152] ACPI: Core revision 20150930\n[ 0.151541] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.152842] Security Framework initialized\n[ 0.153652] Yama: becoming mindful.\n[ 0.154380] AppArmor: AppArmor initialized\n[ 0.155234] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.156517] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.157764] Mount-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.158949] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.160325] Initializing cgroup subsys io\n[ 0.161133] Initializing cgroup subsys memory\n[ 0.161983] Initializing cgroup subsys devices\n[ 0.162859] Initializing cgroup subsys freezer\n[ 0.163723] Initializing cgroup subsys net_cls\n[ 0.164581] Initializing cgroup subsys perf_event\n[ 0.165478] Initializing cgroup subsys net_prio\n[ 0.166349] Initializing cgroup subsys hugetlb\n[ 0.167213] Initializing cgroup subsys pids\n[ 0.168081] CPU: Physical Processor ID: 0\n[ 0.169566] mce: CPU supports 10 MCE banks\n[ 0.170408] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.171405] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.182343] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.188960] ftrace: allocating 31920 entries in 125 pages\n[ 0.216304] smpboot: Max logical packages: 1\n[ 0.217150] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.218490] x2apic enabled\n[ 0.219309] Switched APIC routing to physical x2apic.\n[ 0.221049] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.222161] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.224142] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.225913] KVM setup paravirtual spinlock\n[ 0.227247] x86: Booted up 1 node, 1 CPUs\n[ 0.228045] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.229425] devtmpfs: initialized\n[ 0.231126] evm: security.selinux\n[ 0.231817] evm: security.SMACK64\n[ 0.232509] evm: security.SMACK64EXEC\n[ 0.233247] evm: security.SMACK64TRANSMUTE\n[ 0.234044] evm: security.SMACK64MMAP\n[ 0.234788] evm: security.ima\n[ 0.235426] evm: security.capability\n[ 0.236227] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.238066] pinctrl core: initialized pinctrl subsystem\n[ 0.239169] RTC time: 10:34:47, date: 09/04/18\n[ 0.240124] NET: Registered protocol family 16\n[ 0.241096] cpuidle: using governor ladder\n[ 0.241907] cpuidle: using governor menu\n[ 0.242690] PCCT header not found.\n[ 0.243443] ACPI: bus type PCI registered\n[ 0.244243] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.245481] PCI: Using configuration type 1 for base access\n[ 0.247239] ACPI: Added _OSI(Module Device)\n[ 0.248081] ACPI: Added _OSI(Processor Device)\n[ 0.248938] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.249832] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.251911] ACPI: Interpreter enabled\n[ 0.252697] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.254551] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.256401] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.258256] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.260103] ACPI: (supports S0 S5)\n[ 0.260808] ACPI: Using IOAPIC for interrupt routing\n[ 0.261914] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.265026] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.266184] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.267423] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.268620] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.270850] acpiphp: Slot [3] registered\n[ 0.271656] acpiphp: Slot [4] registered\n[ 0.272461] acpiphp: Slot [5] registered\n[ 0.273262] acpiphp: Slot [6] registered\n[ 0.274063] acpiphp: Slot [7] registered\n[ 0.274865] acpiphp: Slot [8] registered\n[ 0.275666] acpiphp: Slot [9] registered\n[ 0.276467] acpiphp: Slot [10] registered\n[ 0.277286] acpiphp: Slot [11] registered\n[ 0.278101] acpiphp: Slot [12] registered\n[ 0.278918] acpiphp: Slot [13] registered\n[ 0.279734] acpiphp: Slot [14] registered\n[ 0.280545] acpiphp: Slot [15] registered\n[ 0.291377] acpiphp: Slot [16] registered\n[ 0.292197] acpiphp: Slot [17] registered\n[ 0.293008] acpiphp: Slot [18] registered\n[ 0.293825] acpiphp: Slot [19] registered\n[ 0.294639] acpiphp: Slot [20] registered\n[ 0.295458] acpiphp: Slot [21] registered\n[ 0.296272] acpiphp: Slot [22] registered\n[ 0.297085] acpiphp: Slot [23] registered\n[ 0.297897] acpiphp: Slot [24] registered\n[ 0.298714] acpiphp: Slot [25] registered\n[ 0.299535] acpiphp: Slot [26] registered\n[ 0.300350] acpiphp: Slot [27] registered\n[ 0.301162] acpiphp: Slot [28] registered\n[ 0.301970] acpiphp: Slot [29] registered\n[ 0.302793] acpiphp: Slot [30] registered\n[ 0.303617] acpiphp: Slot [31] registered\n[ 0.304430] PCI host bridge to bus 0000:00\n[ 0.305242] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.306455] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.307673] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.309127] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window]\n[ 0.310579] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.316673] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.317955] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.319138] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.320408] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.327319] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.328759] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.375173] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.376669] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.378088] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.379513] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.380906] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.382849] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.384022] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.385077] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.386618] vgaarb: loaded\n[ 0.387224] vgaarb: bridge control possible 0000:00:02.0\n[ 0.388380] SCSI subsystem initialized\n[ 0.389217] ACPI: bus type USB registered\n[ 0.390032] usbcore: registered new interface driver usbfs\n[ 0.391073] usbcore: registered new interface driver hub\n[ 0.392078] usbcore: registered new device driver usb\n[ 0.393140] PCI: Using ACPI for IRQ routing\n[ 0.394175] NetLabel: Initializing\n[ 0.394889] NetLabel: domain hash size = 128\n[ 0.395744] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.396697] NetLabel: unlabeled traffic allowed by default\n[ 0.397793] clocksource: Switched to clocksource kvm-clock\n[ 0.403375] AppArmor: AppArmor Filesystem Enabled\n[ 0.404343] pnp: PnP ACPI init\n[ 0.405268] pnp: PnP ACPI: found 5 devices\n[ 0.411302] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.412998] NET: Registered protocol family 2\n[ 0.413984] TCP established hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.415269] TCP bind hash table entries: 2048 (order: 3, 32768 bytes)\n[ 0.416437] TCP: Hash tables configured (established 2048 bind 2048)\n[ 0.417600] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.418678] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.419852] NET: Registered protocol family 1\n[ 0.420723] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.421817] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.422890] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.437293] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.451566] Trying to unpack rootfs image as initramfs...\n[ 0.503538] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000)\n[ 0.518128] Scanning for low memory corruption every 60 seconds\n[ 0.519805] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.521564] audit: initializing netlink subsys (disabled)\n[ 0.523122] audit: type=2000 audit(1536057288.751:1): initialized\n[ 0.525041] Initialise system trusted keyring\n[ 0.526394] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.528170] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.530777] zbud: loaded\n[ 0.531726] VFS: Disk quotas dquot_6.6.0\n[ 0.532920] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.535124] fuse init (API version 7.23)\n[ 0.536393] Key type big_key registered\n[ 0.537570] Allocating IMA MOK and blacklist keyrings.\n[ 0.539179] Key type asymmetric registered\n[ 0.540420] Asymmetric key parser 'x509' registered\n[ 0.541844] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.543985] io scheduler noop registered\n[ 0.545173] io scheduler deadline registered (default)\n[ 0.546651] io scheduler cfq registered\n[ 0.547833] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.549373] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.551293] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.553474] ACPI: Power Button [PWRF]\n[ 0.554692] GHES: HEST is not enabled!\n[ 0.568692] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.596789] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.599019] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.624480] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.626766] Linux agpgart interface v0.103\n[ 0.629242] brd: module loaded\n[ 0.630428] loop: module loaded\n[ 0.634426] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.635859] GPT:90111 != 20971519\n[ 0.636540] GPT:Alternate GPT header not at the end of the disk.\n[ 0.637615] GPT:90111 != 20971519\n[ 0.638300] GPT: Use GNU Parted to correct GPT errors.\n[ 0.639260] vda: vda1 vda15\n[ 0.641177] scsi host0: ata_piix\n[ 0.642283] scsi host1: ata_piix\n[ 0.642985] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.644185] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.645607] libphy: Fixed MDIO Bus: probed\n[ 0.646428] tun: Universal TUN/TAP device driver, 1.6\n[ 0.647370] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.649569] PPP generic driver version 2.4.2\n[ 0.650699] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.651881] ehci-pci: EHCI PCI platform driver\n[ 0.652747] ehci-platform: EHCI generic platform driver\n[ 0.653720] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.654841] ohci-pci: OHCI PCI platform driver\n[ 0.655712] ohci-platform: OHCI generic platform driver\n[ 0.656678] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.671332] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.672324] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.673753] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.674771] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.675872] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.677092] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.678516] usb usb1: Product: UHCI Host Controller\n[ 0.679444] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.680570] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.681596] hub 1-0:1.0: USB hub found\n[ 0.682380] hub 1-0:1.0: 2 ports detected\n[ 0.683285] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.685372] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.686322] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.687343] mousedev: PS/2 mouse device common for all mice\n[ 0.688590] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.690408] rtc_cmos 00:00: RTC can wake from S4\n[ 0.691493] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.692676] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.693867] i2c /dev entries driver\n[ 0.694627] device-mapper: uevent: version 1.0.3\n[ 0.695550] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.697149] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.698413] NET: Registered protocol family 10\n[ 0.699409] NET: Registered protocol family 17\n[ 0.700289] Key type dns_resolver registered\n[ 0.701194] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.702273] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.704026] registered taskstats version 1\n[ 0.704845] Loading compiled-in X.509 certificates\n[ 0.706279] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.708108] zswap: loaded using pool lzo/zbud\n[ 0.709465] Key type trusted registered\n[ 0.711007] Key type encrypted registered\n[ 0.711834] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.712852] ima: No TPM chip found, activating TPM-bypass!\n[ 0.713890] evm: HMAC attrs: 0x1\n[ 0.714830] Magic number: 2:407:577\n[ 0.715671] rtc_cmos 00:00: setting system clock to 2018-09-04 10:34:48 UTC (1536057288)\n[ 0.717256] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.718359] EDD information not available.\n[ 0.802767] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.804301] Write protecting the kernel read-only data: 14336k\n[ 0.815963] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.817748] 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.858595] 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.14\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found 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-09-04 10:35:28,858 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/e98fafa4-1d83-4186-a42f-abb98642c580/action used request id req-ad0f4eb8-ef4a-4134-bb27-50edd8b3a997 2018-09-04 10:35:28,864 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/e98fafa4-1d83-4186-a42f-abb98642c580 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ed533bd0fc9d97500c56f4fa8517eb14f442cd8b" 2018-09-04 10:35:29,326 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10: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-c63746e4-f44d-4e96-9a76-5bfa73890474 x-compute-request-id: req-c63746e4-f44d-4e96-9a76-5bfa73890474 Content-Encoding: gzip Content-Length: 751 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"SimpleHealthCheck-8f6b88b3-5cec-492a-8296-1eb1316a1fdb-priv-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:95:08:47", "version": 4, "addr": "10.55.0.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/e98fafa4-1d83-4186-a42f-abb98642c580", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/e98fafa4-1d83-4186-a42f-abb98642c580", "rel": "bookmark"}], "image": {"id": "1cfc545f-18fd-4dec-a743-4091048230a0", "links": [{"href": "http://172.30.9.28:8774/images/1cfc545f-18fd-4dec-a743-4091048230a0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-04T10:34:47.000000", "flavor": {"id": "c662a3dd-76a7-4b38-a654-a158b6dc7582", "links": [{"href": "http://172.30.9.28:8774/flavors/c662a3dd-76a7-4b38-a654-a158b6dc7582", "rel": "bookmark"}]}, "id": "e98fafa4-1d83-4186-a42f-abb98642c580", "security_groups": [{"name": "default"}], "user_id": "1e54b4922ddf409783915c609dc57c02", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-04T10:34:48Z", "hostId": "851ac21cf6a8c0f64b8ebc2f7093e0254bb4af9b7658fec00ffacf50", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "SimpleHealthCheck-8f6b88b3-5cec-492a-8296-1eb1316a1fdb-inst", "created": "2018-09-04T10:34:43Z", "tenant_id": "1960765e8a3f4cef9b425bab3c37dc2a", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 10:35:29,327 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/e98fafa4-1d83-4186-a42f-abb98642c580 used request id req-c63746e4-f44d-4e96-9a76-5bfa73890474 2018-09-04 10:35:29,330 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:8774/v2.1/servers/e98fafa4-1d83-4186-a42f-abb98642c580/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ed533bd0fc9d97500c56f4fa8517eb14f442cd8b" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-04 10:35:30,419 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:35: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-8ce74456-1489-4ccb-bf75-af60586745af x-compute-request-id: req-8ce74456-1489-4ccb-bf75-af60586745af Content-Encoding: gzip Content-Length: 7667 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 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 564598379 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 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.912 MHz processor\n[ 0.147613] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.149263] pid_max: default: 32768 minimum: 301\n[ 0.150152] ACPI: Core revision 20150930\n[ 0.151541] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.152842] Security Framework initialized\n[ 0.153652] Yama: becoming mindful.\n[ 0.154380] AppArmor: AppArmor initialized\n[ 0.155234] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.156517] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.157764] Mount-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.158949] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.160325] Initializing cgroup subsys io\n[ 0.161133] Initializing cgroup subsys memory\n[ 0.161983] Initializing cgroup subsys devices\n[ 0.162859] Initializing cgroup subsys freezer\n[ 0.163723] Initializing cgroup subsys net_cls\n[ 0.164581] Initializing cgroup subsys perf_event\n[ 0.165478] Initializing cgroup subsys net_prio\n[ 0.166349] Initializing cgroup subsys hugetlb\n[ 0.167213] Initializing cgroup subsys pids\n[ 0.168081] CPU: Physical Processor ID: 0\n[ 0.169566] mce: CPU supports 10 MCE banks\n[ 0.170408] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.171405] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.182343] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.188960] ftrace: allocating 31920 entries in 125 pages\n[ 0.216304] smpboot: Max logical packages: 1\n[ 0.217150] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.218490] x2apic enabled\n[ 0.219309] Switched APIC routing to physical x2apic.\n[ 0.221049] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.222161] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.224142] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.225913] KVM setup paravirtual spinlock\n[ 0.227247] x86: Booted up 1 node, 1 CPUs\n[ 0.228045] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.229425] devtmpfs: initialized\n[ 0.231126] evm: security.selinux\n[ 0.231817] evm: security.SMACK64\n[ 0.232509] evm: security.SMACK64EXEC\n[ 0.233247] evm: security.SMACK64TRANSMUTE\n[ 0.234044] evm: security.SMACK64MMAP\n[ 0.234788] evm: security.ima\n[ 0.235426] evm: security.capability\n[ 0.236227] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.238066] pinctrl core: initialized pinctrl subsystem\n[ 0.239169] RTC time: 10:34:47, date: 09/04/18\n[ 0.240124] NET: Registered protocol family 16\n[ 0.241096] cpuidle: using governor ladder\n[ 0.241907] cpuidle: using governor menu\n[ 0.242690] PCCT header not found.\n[ 0.243443] ACPI: bus type PCI registered\n[ 0.244243] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.245481] PCI: Using configuration type 1 for base access\n[ 0.247239] ACPI: Added _OSI(Module Device)\n[ 0.248081] ACPI: Added _OSI(Processor Device)\n[ 0.248938] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.249832] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.251911] ACPI: Interpreter enabled\n[ 0.252697] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.254551] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.256401] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.258256] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.260103] ACPI: (supports S0 S5)\n[ 0.260808] ACPI: Using IOAPIC for interrupt routing\n[ 0.261914] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.265026] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.266184] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.267423] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.268620] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.270850] acpiphp: Slot [3] registered\n[ 0.271656] acpiphp: Slot [4] registered\n[ 0.272461] acpiphp: Slot [5] registered\n[ 0.273262] acpiphp: Slot [6] registered\n[ 0.274063] acpiphp: Slot [7] registered\n[ 0.274865] acpiphp: Slot [8] registered\n[ 0.275666] acpiphp: Slot [9] registered\n[ 0.276467] acpiphp: Slot [10] registered\n[ 0.277286] acpiphp: Slot [11] registered\n[ 0.278101] acpiphp: Slot [12] registered\n[ 0.278918] acpiphp: Slot [13] registered\n[ 0.279734] acpiphp: Slot [14] registered\n[ 0.280545] acpiphp: Slot [15] registered\n[ 0.291377] acpiphp: Slot [16] registered\n[ 0.292197] acpiphp: Slot [17] registered\n[ 0.293008] acpiphp: Slot [18] registered\n[ 0.293825] acpiphp: Slot [19] registered\n[ 0.294639] acpiphp: Slot [20] registered\n[ 0.295458] acpiphp: Slot [21] registered\n[ 0.296272] acpiphp: Slot [22] registered\n[ 0.297085] acpiphp: Slot [23] registered\n[ 0.297897] acpiphp: Slot [24] registered\n[ 0.298714] acpiphp: Slot [25] registered\n[ 0.299535] acpiphp: Slot [26] registered\n[ 0.300350] acpiphp: Slot [27] registered\n[ 0.301162] acpiphp: Slot [28] registered\n[ 0.301970] acpiphp: Slot [29] registered\n[ 0.302793] acpiphp: Slot [30] registered\n[ 0.303617] acpiphp: Slot [31] registered\n[ 0.304430] PCI host bridge to bus 0000:00\n[ 0.305242] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.306455] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.307673] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.309127] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window]\n[ 0.310579] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.316673] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.317955] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.319138] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.320408] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.327319] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.328759] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.375173] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.376669] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.378088] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.379513] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.380906] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.382849] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.384022] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.385077] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.386618] vgaarb: loaded\n[ 0.387224] vgaarb: bridge control possible 0000:00:02.0\n[ 0.388380] SCSI subsystem initialized\n[ 0.389217] ACPI: bus type USB registered\n[ 0.390032] usbcore: registered new interface driver usbfs\n[ 0.391073] usbcore: registered new interface driver hub\n[ 0.392078] usbcore: registered new device driver usb\n[ 0.393140] PCI: Using ACPI for IRQ routing\n[ 0.394175] NetLabel: Initializing\n[ 0.394889] NetLabel: domain hash size = 128\n[ 0.395744] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.396697] NetLabel: unlabeled traffic allowed by default\n[ 0.397793] clocksource: Switched to clocksource kvm-clock\n[ 0.403375] AppArmor: AppArmor Filesystem Enabled\n[ 0.404343] pnp: PnP ACPI init\n[ 0.405268] pnp: PnP ACPI: found 5 devices\n[ 0.411302] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.412998] NET: Registered protocol family 2\n[ 0.413984] TCP established hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.415269] TCP bind hash table entries: 2048 (order: 3, 32768 bytes)\n[ 0.416437] TCP: Hash tables configured (established 2048 bind 2048)\n[ 0.417600] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.418678] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.419852] NET: Registered protocol family 1\n[ 0.420723] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.421817] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.422890] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.437293] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.451566] Trying to unpack rootfs image as initramfs...\n[ 0.503538] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000)\n[ 0.518128] Scanning for low memory corruption every 60 seconds\n[ 0.519805] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.521564] audit: initializing netlink subsys (disabled)\n[ 0.523122] audit: type=2000 audit(1536057288.751:1): initialized\n[ 0.525041] Initialise system trusted keyring\n[ 0.526394] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.528170] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.530777] zbud: loaded\n[ 0.531726] VFS: Disk quotas dquot_6.6.0\n[ 0.532920] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.535124] fuse init (API version 7.23)\n[ 0.536393] Key type big_key registered\n[ 0.537570] Allocating IMA MOK and blacklist keyrings.\n[ 0.539179] Key type asymmetric registered\n[ 0.540420] Asymmetric key parser 'x509' registered\n[ 0.541844] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.543985] io scheduler noop registered\n[ 0.545173] io scheduler deadline registered (default)\n[ 0.546651] io scheduler cfq registered\n[ 0.547833] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.549373] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.551293] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.553474] ACPI: Power Button [PWRF]\n[ 0.554692] GHES: HEST is not enabled!\n[ 0.568692] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.596789] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.599019] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.624480] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.626766] Linux agpgart interface v0.103\n[ 0.629242] brd: module loaded\n[ 0.630428] loop: module loaded\n[ 0.634426] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.635859] GPT:90111 != 20971519\n[ 0.636540] GPT:Alternate GPT header not at the end of the disk.\n[ 0.637615] GPT:90111 != 20971519\n[ 0.638300] GPT: Use GNU Parted to correct GPT errors.\n[ 0.639260] vda: vda1 vda15\n[ 0.641177] scsi host0: ata_piix\n[ 0.642283] scsi host1: ata_piix\n[ 0.642985] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.644185] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.645607] libphy: Fixed MDIO Bus: probed\n[ 0.646428] tun: Universal TUN/TAP device driver, 1.6\n[ 0.647370] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.649569] PPP generic driver version 2.4.2\n[ 0.650699] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.651881] ehci-pci: EHCI PCI platform driver\n[ 0.652747] ehci-platform: EHCI generic platform driver\n[ 0.653720] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.654841] ohci-pci: OHCI PCI platform driver\n[ 0.655712] ohci-platform: OHCI generic platform driver\n[ 0.656678] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.671332] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.672324] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.673753] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.674771] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.675872] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.677092] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.678516] usb usb1: Product: UHCI Host Controller\n[ 0.679444] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.680570] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.681596] hub 1-0:1.0: USB hub found\n[ 0.682380] hub 1-0:1.0: 2 ports detected\n[ 0.683285] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.685372] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.686322] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.687343] mousedev: PS/2 mouse device common for all mice\n[ 0.688590] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.690408] rtc_cmos 00:00: RTC can wake from S4\n[ 0.691493] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.692676] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.693867] i2c /dev entries driver\n[ 0.694627] device-mapper: uevent: version 1.0.3\n[ 0.695550] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.697149] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.698413] NET: Registered protocol family 10\n[ 0.699409] NET: Registered protocol family 17\n[ 0.700289] Key type dns_resolver registered\n[ 0.701194] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.702273] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.704026] registered taskstats version 1\n[ 0.704845] Loading compiled-in X.509 certificates\n[ 0.706279] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.708108] zswap: loaded using pool lzo/zbud\n[ 0.709465] Key type trusted registered\n[ 0.711007] Key type encrypted registered\n[ 0.711834] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.712852] ima: No TPM chip found, activating TPM-bypass!\n[ 0.713890] evm: HMAC attrs: 0x1\n[ 0.714830] Magic number: 2:407:577\n[ 0.715671] rtc_cmos 00:00: setting system clock to 2018-09-04 10:34:48 UTC (1536057288)\n[ 0.717256] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.718359] EDD information not available.\n[ 0.802767] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.804301] Write protecting the kernel read-only data: 14336k\n[ 0.815963] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.817748] 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.858595] 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.14\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found 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-09-04 10:35:30,420 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/e98fafa4-1d83-4186-a42f-abb98642c580/action used request id req-8ce74456-1489-4ccb-bf75-af60586745af 2018-09-04 10:35:30,426 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/e98fafa4-1d83-4186-a42f-abb98642c580 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ed533bd0fc9d97500c56f4fa8517eb14f442cd8b" 2018-09-04 10:35:31,128 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10: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-92a81804-ad0e-4da3-b68a-40e33d69423c x-compute-request-id: req-92a81804-ad0e-4da3-b68a-40e33d69423c Content-Encoding: gzip Content-Length: 751 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"SimpleHealthCheck-8f6b88b3-5cec-492a-8296-1eb1316a1fdb-priv-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:95:08:47", "version": 4, "addr": "10.55.0.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/e98fafa4-1d83-4186-a42f-abb98642c580", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/e98fafa4-1d83-4186-a42f-abb98642c580", "rel": "bookmark"}], "image": {"id": "1cfc545f-18fd-4dec-a743-4091048230a0", "links": [{"href": "http://172.30.9.28:8774/images/1cfc545f-18fd-4dec-a743-4091048230a0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-04T10:34:47.000000", "flavor": {"id": "c662a3dd-76a7-4b38-a654-a158b6dc7582", "links": [{"href": "http://172.30.9.28:8774/flavors/c662a3dd-76a7-4b38-a654-a158b6dc7582", "rel": "bookmark"}]}, "id": "e98fafa4-1d83-4186-a42f-abb98642c580", "security_groups": [{"name": "default"}], "user_id": "1e54b4922ddf409783915c609dc57c02", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-04T10:34:48Z", "hostId": "851ac21cf6a8c0f64b8ebc2f7093e0254bb4af9b7658fec00ffacf50", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "SimpleHealthCheck-8f6b88b3-5cec-492a-8296-1eb1316a1fdb-inst", "created": "2018-09-04T10:34:43Z", "tenant_id": "1960765e8a3f4cef9b425bab3c37dc2a", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 10:35:31,129 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/e98fafa4-1d83-4186-a42f-abb98642c580 used request id req-92a81804-ad0e-4da3-b68a-40e33d69423c 2018-09-04 10:35:31,132 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:8774/v2.1/servers/e98fafa4-1d83-4186-a42f-abb98642c580/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ed533bd0fc9d97500c56f4fa8517eb14f442cd8b" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-04 10:35:32,201 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:35: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-b6e99bb4-2005-403b-a9ab-225b8bab411c x-compute-request-id: req-b6e99bb4-2005-403b-a9ab-225b8bab411c Content-Encoding: gzip Content-Length: 7667 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 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 564598379 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 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.912 MHz processor\n[ 0.147613] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.149263] pid_max: default: 32768 minimum: 301\n[ 0.150152] ACPI: Core revision 20150930\n[ 0.151541] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.152842] Security Framework initialized\n[ 0.153652] Yama: becoming mindful.\n[ 0.154380] AppArmor: AppArmor initialized\n[ 0.155234] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.156517] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.157764] Mount-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.158949] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.160325] Initializing cgroup subsys io\n[ 0.161133] Initializing cgroup subsys memory\n[ 0.161983] Initializing cgroup subsys devices\n[ 0.162859] Initializing cgroup subsys freezer\n[ 0.163723] Initializing cgroup subsys net_cls\n[ 0.164581] Initializing cgroup subsys perf_event\n[ 0.165478] Initializing cgroup subsys net_prio\n[ 0.166349] Initializing cgroup subsys hugetlb\n[ 0.167213] Initializing cgroup subsys pids\n[ 0.168081] CPU: Physical Processor ID: 0\n[ 0.169566] mce: CPU supports 10 MCE banks\n[ 0.170408] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.171405] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.182343] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.188960] ftrace: allocating 31920 entries in 125 pages\n[ 0.216304] smpboot: Max logical packages: 1\n[ 0.217150] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.218490] x2apic enabled\n[ 0.219309] Switched APIC routing to physical x2apic.\n[ 0.221049] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.222161] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.224142] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.225913] KVM setup paravirtual spinlock\n[ 0.227247] x86: Booted up 1 node, 1 CPUs\n[ 0.228045] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.229425] devtmpfs: initialized\n[ 0.231126] evm: security.selinux\n[ 0.231817] evm: security.SMACK64\n[ 0.232509] evm: security.SMACK64EXEC\n[ 0.233247] evm: security.SMACK64TRANSMUTE\n[ 0.234044] evm: security.SMACK64MMAP\n[ 0.234788] evm: security.ima\n[ 0.235426] evm: security.capability\n[ 0.236227] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.238066] pinctrl core: initialized pinctrl subsystem\n[ 0.239169] RTC time: 10:34:47, date: 09/04/18\n[ 0.240124] NET: Registered protocol family 16\n[ 0.241096] cpuidle: using governor ladder\n[ 0.241907] cpuidle: using governor menu\n[ 0.242690] PCCT header not found.\n[ 0.243443] ACPI: bus type PCI registered\n[ 0.244243] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.245481] PCI: Using configuration type 1 for base access\n[ 0.247239] ACPI: Added _OSI(Module Device)\n[ 0.248081] ACPI: Added _OSI(Processor Device)\n[ 0.248938] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.249832] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.251911] ACPI: Interpreter enabled\n[ 0.252697] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.254551] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.256401] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.258256] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.260103] ACPI: (supports S0 S5)\n[ 0.260808] ACPI: Using IOAPIC for interrupt routing\n[ 0.261914] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.265026] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.266184] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.267423] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.268620] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.270850] acpiphp: Slot [3] registered\n[ 0.271656] acpiphp: Slot [4] registered\n[ 0.272461] acpiphp: Slot [5] registered\n[ 0.273262] acpiphp: Slot [6] registered\n[ 0.274063] acpiphp: Slot [7] registered\n[ 0.274865] acpiphp: Slot [8] registered\n[ 0.275666] acpiphp: Slot [9] registered\n[ 0.276467] acpiphp: Slot [10] registered\n[ 0.277286] acpiphp: Slot [11] registered\n[ 0.278101] acpiphp: Slot [12] registered\n[ 0.278918] acpiphp: Slot [13] registered\n[ 0.279734] acpiphp: Slot [14] registered\n[ 0.280545] acpiphp: Slot [15] registered\n[ 0.291377] acpiphp: Slot [16] registered\n[ 0.292197] acpiphp: Slot [17] registered\n[ 0.293008] acpiphp: Slot [18] registered\n[ 0.293825] acpiphp: Slot [19] registered\n[ 0.294639] acpiphp: Slot [20] registered\n[ 0.295458] acpiphp: Slot [21] registered\n[ 0.296272] acpiphp: Slot [22] registered\n[ 0.297085] acpiphp: Slot [23] registered\n[ 0.297897] acpiphp: Slot [24] registered\n[ 0.298714] acpiphp: Slot [25] registered\n[ 0.299535] acpiphp: Slot [26] registered\n[ 0.300350] acpiphp: Slot [27] registered\n[ 0.301162] acpiphp: Slot [28] registered\n[ 0.301970] acpiphp: Slot [29] registered\n[ 0.302793] acpiphp: Slot [30] registered\n[ 0.303617] acpiphp: Slot [31] registered\n[ 0.304430] PCI host bridge to bus 0000:00\n[ 0.305242] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.306455] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.307673] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.309127] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window]\n[ 0.310579] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.316673] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.317955] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.319138] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.320408] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.327319] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.328759] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.375173] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.376669] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.378088] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.379513] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.380906] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.382849] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.384022] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.385077] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.386618] vgaarb: loaded\n[ 0.387224] vgaarb: bridge control possible 0000:00:02.0\n[ 0.388380] SCSI subsystem initialized\n[ 0.389217] ACPI: bus type USB registered\n[ 0.390032] usbcore: registered new interface driver usbfs\n[ 0.391073] usbcore: registered new interface driver hub\n[ 0.392078] usbcore: registered new device driver usb\n[ 0.393140] PCI: Using ACPI for IRQ routing\n[ 0.394175] NetLabel: Initializing\n[ 0.394889] NetLabel: domain hash size = 128\n[ 0.395744] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.396697] NetLabel: unlabeled traffic allowed by default\n[ 0.397793] clocksource: Switched to clocksource kvm-clock\n[ 0.403375] AppArmor: AppArmor Filesystem Enabled\n[ 0.404343] pnp: PnP ACPI init\n[ 0.405268] pnp: PnP ACPI: found 5 devices\n[ 0.411302] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.412998] NET: Registered protocol family 2\n[ 0.413984] TCP established hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.415269] TCP bind hash table entries: 2048 (order: 3, 32768 bytes)\n[ 0.416437] TCP: Hash tables configured (established 2048 bind 2048)\n[ 0.417600] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.418678] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.419852] NET: Registered protocol family 1\n[ 0.420723] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.421817] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.422890] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.437293] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.451566] Trying to unpack rootfs image as initramfs...\n[ 0.503538] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000)\n[ 0.518128] Scanning for low memory corruption every 60 seconds\n[ 0.519805] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.521564] audit: initializing netlink subsys (disabled)\n[ 0.523122] audit: type=2000 audit(1536057288.751:1): initialized\n[ 0.525041] Initialise system trusted keyring\n[ 0.526394] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.528170] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.530777] zbud: loaded\n[ 0.531726] VFS: Disk quotas dquot_6.6.0\n[ 0.532920] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.535124] fuse init (API version 7.23)\n[ 0.536393] Key type big_key registered\n[ 0.537570] Allocating IMA MOK and blacklist keyrings.\n[ 0.539179] Key type asymmetric registered\n[ 0.540420] Asymmetric key parser 'x509' registered\n[ 0.541844] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.543985] io scheduler noop registered\n[ 0.545173] io scheduler deadline registered (default)\n[ 0.546651] io scheduler cfq registered\n[ 0.547833] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.549373] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.551293] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.553474] ACPI: Power Button [PWRF]\n[ 0.554692] GHES: HEST is not enabled!\n[ 0.568692] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.596789] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.599019] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.624480] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.626766] Linux agpgart interface v0.103\n[ 0.629242] brd: module loaded\n[ 0.630428] loop: module loaded\n[ 0.634426] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.635859] GPT:90111 != 20971519\n[ 0.636540] GPT:Alternate GPT header not at the end of the disk.\n[ 0.637615] GPT:90111 != 20971519\n[ 0.638300] GPT: Use GNU Parted to correct GPT errors.\n[ 0.639260] vda: vda1 vda15\n[ 0.641177] scsi host0: ata_piix\n[ 0.642283] scsi host1: ata_piix\n[ 0.642985] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.644185] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.645607] libphy: Fixed MDIO Bus: probed\n[ 0.646428] tun: Universal TUN/TAP device driver, 1.6\n[ 0.647370] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.649569] PPP generic driver version 2.4.2\n[ 0.650699] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.651881] ehci-pci: EHCI PCI platform driver\n[ 0.652747] ehci-platform: EHCI generic platform driver\n[ 0.653720] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.654841] ohci-pci: OHCI PCI platform driver\n[ 0.655712] ohci-platform: OHCI generic platform driver\n[ 0.656678] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.671332] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.672324] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.673753] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.674771] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.675872] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.677092] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.678516] usb usb1: Product: UHCI Host Controller\n[ 0.679444] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.680570] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.681596] hub 1-0:1.0: USB hub found\n[ 0.682380] hub 1-0:1.0: 2 ports detected\n[ 0.683285] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.685372] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.686322] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.687343] mousedev: PS/2 mouse device common for all mice\n[ 0.688590] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.690408] rtc_cmos 00:00: RTC can wake from S4\n[ 0.691493] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.692676] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.693867] i2c /dev entries driver\n[ 0.694627] device-mapper: uevent: version 1.0.3\n[ 0.695550] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.697149] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.698413] NET: Registered protocol family 10\n[ 0.699409] NET: Registered protocol family 17\n[ 0.700289] Key type dns_resolver registered\n[ 0.701194] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.702273] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.704026] registered taskstats version 1\n[ 0.704845] Loading compiled-in X.509 certificates\n[ 0.706279] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.708108] zswap: loaded using pool lzo/zbud\n[ 0.709465] Key type trusted registered\n[ 0.711007] Key type encrypted registered\n[ 0.711834] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.712852] ima: No TPM chip found, activating TPM-bypass!\n[ 0.713890] evm: HMAC attrs: 0x1\n[ 0.714830] Magic number: 2:407:577\n[ 0.715671] rtc_cmos 00:00: setting system clock to 2018-09-04 10:34:48 UTC (1536057288)\n[ 0.717256] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.718359] EDD information not available.\n[ 0.802767] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.804301] Write protecting the kernel read-only data: 14336k\n[ 0.815963] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.817748] 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.858595] 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.14\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found 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-09-04 10:35:32,202 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/e98fafa4-1d83-4186-a42f-abb98642c580/action used request id req-b6e99bb4-2005-403b-a9ab-225b8bab411c 2018-09-04 10:35:32,208 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/e98fafa4-1d83-4186-a42f-abb98642c580 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ed533bd0fc9d97500c56f4fa8517eb14f442cd8b" 2018-09-04 10:35:32,535 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:35: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-aeca0ea3-9a5a-4add-b5f1-2a231519015b x-compute-request-id: req-aeca0ea3-9a5a-4add-b5f1-2a231519015b Content-Encoding: gzip Content-Length: 751 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"SimpleHealthCheck-8f6b88b3-5cec-492a-8296-1eb1316a1fdb-priv-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:95:08:47", "version": 4, "addr": "10.55.0.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/e98fafa4-1d83-4186-a42f-abb98642c580", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/e98fafa4-1d83-4186-a42f-abb98642c580", "rel": "bookmark"}], "image": {"id": "1cfc545f-18fd-4dec-a743-4091048230a0", "links": [{"href": "http://172.30.9.28:8774/images/1cfc545f-18fd-4dec-a743-4091048230a0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-04T10:34:47.000000", "flavor": {"id": "c662a3dd-76a7-4b38-a654-a158b6dc7582", "links": [{"href": "http://172.30.9.28:8774/flavors/c662a3dd-76a7-4b38-a654-a158b6dc7582", "rel": "bookmark"}]}, "id": "e98fafa4-1d83-4186-a42f-abb98642c580", "security_groups": [{"name": "default"}], "user_id": "1e54b4922ddf409783915c609dc57c02", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-04T10:34:48Z", "hostId": "851ac21cf6a8c0f64b8ebc2f7093e0254bb4af9b7658fec00ffacf50", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "SimpleHealthCheck-8f6b88b3-5cec-492a-8296-1eb1316a1fdb-inst", "created": "2018-09-04T10:34:43Z", "tenant_id": "1960765e8a3f4cef9b425bab3c37dc2a", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 10:35:32,535 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/e98fafa4-1d83-4186-a42f-abb98642c580 used request id req-aeca0ea3-9a5a-4add-b5f1-2a231519015b 2018-09-04 10:35:32,538 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:8774/v2.1/servers/e98fafa4-1d83-4186-a42f-abb98642c580/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ed533bd0fc9d97500c56f4fa8517eb14f442cd8b" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-04 10:35:33,605 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:35: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-6bc6b090-af95-4cf0-9671-6d6767c12f78 x-compute-request-id: req-6bc6b090-af95-4cf0-9671-6d6767c12f78 Content-Encoding: gzip Content-Length: 7667 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 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 564598379 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 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.912 MHz processor\n[ 0.147613] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.149263] pid_max: default: 32768 minimum: 301\n[ 0.150152] ACPI: Core revision 20150930\n[ 0.151541] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.152842] Security Framework initialized\n[ 0.153652] Yama: becoming mindful.\n[ 0.154380] AppArmor: AppArmor initialized\n[ 0.155234] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.156517] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.157764] Mount-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.158949] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.160325] Initializing cgroup subsys io\n[ 0.161133] Initializing cgroup subsys memory\n[ 0.161983] Initializing cgroup subsys devices\n[ 0.162859] Initializing cgroup subsys freezer\n[ 0.163723] Initializing cgroup subsys net_cls\n[ 0.164581] Initializing cgroup subsys perf_event\n[ 0.165478] Initializing cgroup subsys net_prio\n[ 0.166349] Initializing cgroup subsys hugetlb\n[ 0.167213] Initializing cgroup subsys pids\n[ 0.168081] CPU: Physical Processor ID: 0\n[ 0.169566] mce: CPU supports 10 MCE banks\n[ 0.170408] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.171405] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.182343] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.188960] ftrace: allocating 31920 entries in 125 pages\n[ 0.216304] smpboot: Max logical packages: 1\n[ 0.217150] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.218490] x2apic enabled\n[ 0.219309] Switched APIC routing to physical x2apic.\n[ 0.221049] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.222161] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.224142] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.225913] KVM setup paravirtual spinlock\n[ 0.227247] x86: Booted up 1 node, 1 CPUs\n[ 0.228045] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.229425] devtmpfs: initialized\n[ 0.231126] evm: security.selinux\n[ 0.231817] evm: security.SMACK64\n[ 0.232509] evm: security.SMACK64EXEC\n[ 0.233247] evm: security.SMACK64TRANSMUTE\n[ 0.234044] evm: security.SMACK64MMAP\n[ 0.234788] evm: security.ima\n[ 0.235426] evm: security.capability\n[ 0.236227] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.238066] pinctrl core: initialized pinctrl subsystem\n[ 0.239169] RTC time: 10:34:47, date: 09/04/18\n[ 0.240124] NET: Registered protocol family 16\n[ 0.241096] cpuidle: using governor ladder\n[ 0.241907] cpuidle: using governor menu\n[ 0.242690] PCCT header not found.\n[ 0.243443] ACPI: bus type PCI registered\n[ 0.244243] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.245481] PCI: Using configuration type 1 for base access\n[ 0.247239] ACPI: Added _OSI(Module Device)\n[ 0.248081] ACPI: Added _OSI(Processor Device)\n[ 0.248938] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.249832] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.251911] ACPI: Interpreter enabled\n[ 0.252697] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.254551] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.256401] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.258256] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.260103] ACPI: (supports S0 S5)\n[ 0.260808] ACPI: Using IOAPIC for interrupt routing\n[ 0.261914] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.265026] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.266184] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.267423] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.268620] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.270850] acpiphp: Slot [3] registered\n[ 0.271656] acpiphp: Slot [4] registered\n[ 0.272461] acpiphp: Slot [5] registered\n[ 0.273262] acpiphp: Slot [6] registered\n[ 0.274063] acpiphp: Slot [7] registered\n[ 0.274865] acpiphp: Slot [8] registered\n[ 0.275666] acpiphp: Slot [9] registered\n[ 0.276467] acpiphp: Slot [10] registered\n[ 0.277286] acpiphp: Slot [11] registered\n[ 0.278101] acpiphp: Slot [12] registered\n[ 0.278918] acpiphp: Slot [13] registered\n[ 0.279734] acpiphp: Slot [14] registered\n[ 0.280545] acpiphp: Slot [15] registered\n[ 0.291377] acpiphp: Slot [16] registered\n[ 0.292197] acpiphp: Slot [17] registered\n[ 0.293008] acpiphp: Slot [18] registered\n[ 0.293825] acpiphp: Slot [19] registered\n[ 0.294639] acpiphp: Slot [20] registered\n[ 0.295458] acpiphp: Slot [21] registered\n[ 0.296272] acpiphp: Slot [22] registered\n[ 0.297085] acpiphp: Slot [23] registered\n[ 0.297897] acpiphp: Slot [24] registered\n[ 0.298714] acpiphp: Slot [25] registered\n[ 0.299535] acpiphp: Slot [26] registered\n[ 0.300350] acpiphp: Slot [27] registered\n[ 0.301162] acpiphp: Slot [28] registered\n[ 0.301970] acpiphp: Slot [29] registered\n[ 0.302793] acpiphp: Slot [30] registered\n[ 0.303617] acpiphp: Slot [31] registered\n[ 0.304430] PCI host bridge to bus 0000:00\n[ 0.305242] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.306455] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.307673] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.309127] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window]\n[ 0.310579] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.316673] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.317955] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.319138] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.320408] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.327319] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.328759] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.375173] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.376669] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.378088] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.379513] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.380906] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.382849] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.384022] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.385077] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.386618] vgaarb: loaded\n[ 0.387224] vgaarb: bridge control possible 0000:00:02.0\n[ 0.388380] SCSI subsystem initialized\n[ 0.389217] ACPI: bus type USB registered\n[ 0.390032] usbcore: registered new interface driver usbfs\n[ 0.391073] usbcore: registered new interface driver hub\n[ 0.392078] usbcore: registered new device driver usb\n[ 0.393140] PCI: Using ACPI for IRQ routing\n[ 0.394175] NetLabel: Initializing\n[ 0.394889] NetLabel: domain hash size = 128\n[ 0.395744] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.396697] NetLabel: unlabeled traffic allowed by default\n[ 0.397793] clocksource: Switched to clocksource kvm-clock\n[ 0.403375] AppArmor: AppArmor Filesystem Enabled\n[ 0.404343] pnp: PnP ACPI init\n[ 0.405268] pnp: PnP ACPI: found 5 devices\n[ 0.411302] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.412998] NET: Registered protocol family 2\n[ 0.413984] TCP established hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.415269] TCP bind hash table entries: 2048 (order: 3, 32768 bytes)\n[ 0.416437] TCP: Hash tables configured (established 2048 bind 2048)\n[ 0.417600] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.418678] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.419852] NET: Registered protocol family 1\n[ 0.420723] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.421817] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.422890] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.437293] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.451566] Trying to unpack rootfs image as initramfs...\n[ 0.503538] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000)\n[ 0.518128] Scanning for low memory corruption every 60 seconds\n[ 0.519805] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.521564] audit: initializing netlink subsys (disabled)\n[ 0.523122] audit: type=2000 audit(1536057288.751:1): initialized\n[ 0.525041] Initialise system trusted keyring\n[ 0.526394] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.528170] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.530777] zbud: loaded\n[ 0.531726] VFS: Disk quotas dquot_6.6.0\n[ 0.532920] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.535124] fuse init (API version 7.23)\n[ 0.536393] Key type big_key registered\n[ 0.537570] Allocating IMA MOK and blacklist keyrings.\n[ 0.539179] Key type asymmetric registered\n[ 0.540420] Asymmetric key parser 'x509' registered\n[ 0.541844] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.543985] io scheduler noop registered\n[ 0.545173] io scheduler deadline registered (default)\n[ 0.546651] io scheduler cfq registered\n[ 0.547833] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.549373] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.551293] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.553474] ACPI: Power Button [PWRF]\n[ 0.554692] GHES: HEST is not enabled!\n[ 0.568692] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.596789] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.599019] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.624480] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.626766] Linux agpgart interface v0.103\n[ 0.629242] brd: module loaded\n[ 0.630428] loop: module loaded\n[ 0.634426] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.635859] GPT:90111 != 20971519\n[ 0.636540] GPT:Alternate GPT header not at the end of the disk.\n[ 0.637615] GPT:90111 != 20971519\n[ 0.638300] GPT: Use GNU Parted to correct GPT errors.\n[ 0.639260] vda: vda1 vda15\n[ 0.641177] scsi host0: ata_piix\n[ 0.642283] scsi host1: ata_piix\n[ 0.642985] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.644185] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.645607] libphy: Fixed MDIO Bus: probed\n[ 0.646428] tun: Universal TUN/TAP device driver, 1.6\n[ 0.647370] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.649569] PPP generic driver version 2.4.2\n[ 0.650699] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.651881] ehci-pci: EHCI PCI platform driver\n[ 0.652747] ehci-platform: EHCI generic platform driver\n[ 0.653720] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.654841] ohci-pci: OHCI PCI platform driver\n[ 0.655712] ohci-platform: OHCI generic platform driver\n[ 0.656678] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.671332] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.672324] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.673753] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.674771] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.675872] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.677092] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.678516] usb usb1: Product: UHCI Host Controller\n[ 0.679444] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.680570] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.681596] hub 1-0:1.0: USB hub found\n[ 0.682380] hub 1-0:1.0: 2 ports detected\n[ 0.683285] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.685372] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.686322] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.687343] mousedev: PS/2 mouse device common for all mice\n[ 0.688590] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.690408] rtc_cmos 00:00: RTC can wake from S4\n[ 0.691493] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.692676] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.693867] i2c /dev entries driver\n[ 0.694627] device-mapper: uevent: version 1.0.3\n[ 0.695550] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.697149] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.698413] NET: Registered protocol family 10\n[ 0.699409] NET: Registered protocol family 17\n[ 0.700289] Key type dns_resolver registered\n[ 0.701194] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.702273] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.704026] registered taskstats version 1\n[ 0.704845] Loading compiled-in X.509 certificates\n[ 0.706279] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.708108] zswap: loaded using pool lzo/zbud\n[ 0.709465] Key type trusted registered\n[ 0.711007] Key type encrypted registered\n[ 0.711834] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.712852] ima: No TPM chip found, activating TPM-bypass!\n[ 0.713890] evm: HMAC attrs: 0x1\n[ 0.714830] Magic number: 2:407:577\n[ 0.715671] rtc_cmos 00:00: setting system clock to 2018-09-04 10:34:48 UTC (1536057288)\n[ 0.717256] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.718359] EDD information not available.\n[ 0.802767] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.804301] Write protecting the kernel read-only data: 14336k\n[ 0.815963] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.817748] 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.858595] 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.14\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found 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-09-04 10:35:33,606 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/e98fafa4-1d83-4186-a42f-abb98642c580/action used request id req-6bc6b090-af95-4cf0-9671-6d6767c12f78 2018-09-04 10:35:33,613 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/e98fafa4-1d83-4186-a42f-abb98642c580 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ed533bd0fc9d97500c56f4fa8517eb14f442cd8b" 2018-09-04 10:35:34,502 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:35: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-02a12067-7b8a-4de3-8fe5-329e60a8bca9 x-compute-request-id: req-02a12067-7b8a-4de3-8fe5-329e60a8bca9 Content-Encoding: gzip Content-Length: 751 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"SimpleHealthCheck-8f6b88b3-5cec-492a-8296-1eb1316a1fdb-priv-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:95:08:47", "version": 4, "addr": "10.55.0.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/e98fafa4-1d83-4186-a42f-abb98642c580", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/e98fafa4-1d83-4186-a42f-abb98642c580", "rel": "bookmark"}], "image": {"id": "1cfc545f-18fd-4dec-a743-4091048230a0", "links": [{"href": "http://172.30.9.28:8774/images/1cfc545f-18fd-4dec-a743-4091048230a0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-04T10:34:47.000000", "flavor": {"id": "c662a3dd-76a7-4b38-a654-a158b6dc7582", "links": [{"href": "http://172.30.9.28:8774/flavors/c662a3dd-76a7-4b38-a654-a158b6dc7582", "rel": "bookmark"}]}, "id": "e98fafa4-1d83-4186-a42f-abb98642c580", "security_groups": [{"name": "default"}], "user_id": "1e54b4922ddf409783915c609dc57c02", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-04T10:34:48Z", "hostId": "851ac21cf6a8c0f64b8ebc2f7093e0254bb4af9b7658fec00ffacf50", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "SimpleHealthCheck-8f6b88b3-5cec-492a-8296-1eb1316a1fdb-inst", "created": "2018-09-04T10:34:43Z", "tenant_id": "1960765e8a3f4cef9b425bab3c37dc2a", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 10:35:34,502 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/e98fafa4-1d83-4186-a42f-abb98642c580 used request id req-02a12067-7b8a-4de3-8fe5-329e60a8bca9 2018-09-04 10:35:34,506 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:8774/v2.1/servers/e98fafa4-1d83-4186-a42f-abb98642c580/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ed533bd0fc9d97500c56f4fa8517eb14f442cd8b" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-04 10:35:35,583 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10: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-c110e04d-a0b0-43ab-9b7a-61ea42b4366f x-compute-request-id: req-c110e04d-a0b0-43ab-9b7a-61ea42b4366f Content-Encoding: gzip Content-Length: 7667 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 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 564598379 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 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.912 MHz processor\n[ 0.147613] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.149263] pid_max: default: 32768 minimum: 301\n[ 0.150152] ACPI: Core revision 20150930\n[ 0.151541] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.152842] Security Framework initialized\n[ 0.153652] Yama: becoming mindful.\n[ 0.154380] AppArmor: AppArmor initialized\n[ 0.155234] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.156517] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.157764] Mount-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.158949] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.160325] Initializing cgroup subsys io\n[ 0.161133] Initializing cgroup subsys memory\n[ 0.161983] Initializing cgroup subsys devices\n[ 0.162859] Initializing cgroup subsys freezer\n[ 0.163723] Initializing cgroup subsys net_cls\n[ 0.164581] Initializing cgroup subsys perf_event\n[ 0.165478] Initializing cgroup subsys net_prio\n[ 0.166349] Initializing cgroup subsys hugetlb\n[ 0.167213] Initializing cgroup subsys pids\n[ 0.168081] CPU: Physical Processor ID: 0\n[ 0.169566] mce: CPU supports 10 MCE banks\n[ 0.170408] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.171405] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.182343] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.188960] ftrace: allocating 31920 entries in 125 pages\n[ 0.216304] smpboot: Max logical packages: 1\n[ 0.217150] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.218490] x2apic enabled\n[ 0.219309] Switched APIC routing to physical x2apic.\n[ 0.221049] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.222161] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.224142] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.225913] KVM setup paravirtual spinlock\n[ 0.227247] x86: Booted up 1 node, 1 CPUs\n[ 0.228045] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.229425] devtmpfs: initialized\n[ 0.231126] evm: security.selinux\n[ 0.231817] evm: security.SMACK64\n[ 0.232509] evm: security.SMACK64EXEC\n[ 0.233247] evm: security.SMACK64TRANSMUTE\n[ 0.234044] evm: security.SMACK64MMAP\n[ 0.234788] evm: security.ima\n[ 0.235426] evm: security.capability\n[ 0.236227] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.238066] pinctrl core: initialized pinctrl subsystem\n[ 0.239169] RTC time: 10:34:47, date: 09/04/18\n[ 0.240124] NET: Registered protocol family 16\n[ 0.241096] cpuidle: using governor ladder\n[ 0.241907] cpuidle: using governor menu\n[ 0.242690] PCCT header not found.\n[ 0.243443] ACPI: bus type PCI registered\n[ 0.244243] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.245481] PCI: Using configuration type 1 for base access\n[ 0.247239] ACPI: Added _OSI(Module Device)\n[ 0.248081] ACPI: Added _OSI(Processor Device)\n[ 0.248938] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.249832] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.251911] ACPI: Interpreter enabled\n[ 0.252697] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.254551] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.256401] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.258256] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.260103] ACPI: (supports S0 S5)\n[ 0.260808] ACPI: Using IOAPIC for interrupt routing\n[ 0.261914] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.265026] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.266184] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.267423] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.268620] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.270850] acpiphp: Slot [3] registered\n[ 0.271656] acpiphp: Slot [4] registered\n[ 0.272461] acpiphp: Slot [5] registered\n[ 0.273262] acpiphp: Slot [6] registered\n[ 0.274063] acpiphp: Slot [7] registered\n[ 0.274865] acpiphp: Slot [8] registered\n[ 0.275666] acpiphp: Slot [9] registered\n[ 0.276467] acpiphp: Slot [10] registered\n[ 0.277286] acpiphp: Slot [11] registered\n[ 0.278101] acpiphp: Slot [12] registered\n[ 0.278918] acpiphp: Slot [13] registered\n[ 0.279734] acpiphp: Slot [14] registered\n[ 0.280545] acpiphp: Slot [15] registered\n[ 0.291377] acpiphp: Slot [16] registered\n[ 0.292197] acpiphp: Slot [17] registered\n[ 0.293008] acpiphp: Slot [18] registered\n[ 0.293825] acpiphp: Slot [19] registered\n[ 0.294639] acpiphp: Slot [20] registered\n[ 0.295458] acpiphp: Slot [21] registered\n[ 0.296272] acpiphp: Slot [22] registered\n[ 0.297085] acpiphp: Slot [23] registered\n[ 0.297897] acpiphp: Slot [24] registered\n[ 0.298714] acpiphp: Slot [25] registered\n[ 0.299535] acpiphp: Slot [26] registered\n[ 0.300350] acpiphp: Slot [27] registered\n[ 0.301162] acpiphp: Slot [28] registered\n[ 0.301970] acpiphp: Slot [29] registered\n[ 0.302793] acpiphp: Slot [30] registered\n[ 0.303617] acpiphp: Slot [31] registered\n[ 0.304430] PCI host bridge to bus 0000:00\n[ 0.305242] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.306455] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.307673] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.309127] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window]\n[ 0.310579] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.316673] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.317955] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.319138] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.320408] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.327319] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.328759] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.375173] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.376669] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.378088] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.379513] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.380906] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.382849] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.384022] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.385077] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.386618] vgaarb: loaded\n[ 0.387224] vgaarb: bridge control possible 0000:00:02.0\n[ 0.388380] SCSI subsystem initialized\n[ 0.389217] ACPI: bus type USB registered\n[ 0.390032] usbcore: registered new interface driver usbfs\n[ 0.391073] usbcore: registered new interface driver hub\n[ 0.392078] usbcore: registered new device driver usb\n[ 0.393140] PCI: Using ACPI for IRQ routing\n[ 0.394175] NetLabel: Initializing\n[ 0.394889] NetLabel: domain hash size = 128\n[ 0.395744] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.396697] NetLabel: unlabeled traffic allowed by default\n[ 0.397793] clocksource: Switched to clocksource kvm-clock\n[ 0.403375] AppArmor: AppArmor Filesystem Enabled\n[ 0.404343] pnp: PnP ACPI init\n[ 0.405268] pnp: PnP ACPI: found 5 devices\n[ 0.411302] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.412998] NET: Registered protocol family 2\n[ 0.413984] TCP established hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.415269] TCP bind hash table entries: 2048 (order: 3, 32768 bytes)\n[ 0.416437] TCP: Hash tables configured (established 2048 bind 2048)\n[ 0.417600] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.418678] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.419852] NET: Registered protocol family 1\n[ 0.420723] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.421817] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.422890] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.437293] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.451566] Trying to unpack rootfs image as initramfs...\n[ 0.503538] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000)\n[ 0.518128] Scanning for low memory corruption every 60 seconds\n[ 0.519805] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.521564] audit: initializing netlink subsys (disabled)\n[ 0.523122] audit: type=2000 audit(1536057288.751:1): initialized\n[ 0.525041] Initialise system trusted keyring\n[ 0.526394] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.528170] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.530777] zbud: loaded\n[ 0.531726] VFS: Disk quotas dquot_6.6.0\n[ 0.532920] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.535124] fuse init (API version 7.23)\n[ 0.536393] Key type big_key registered\n[ 0.537570] Allocating IMA MOK and blacklist keyrings.\n[ 0.539179] Key type asymmetric registered\n[ 0.540420] Asymmetric key parser 'x509' registered\n[ 0.541844] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.543985] io scheduler noop registered\n[ 0.545173] io scheduler deadline registered (default)\n[ 0.546651] io scheduler cfq registered\n[ 0.547833] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.549373] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.551293] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.553474] ACPI: Power Button [PWRF]\n[ 0.554692] GHES: HEST is not enabled!\n[ 0.568692] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.596789] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.599019] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.624480] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.626766] Linux agpgart interface v0.103\n[ 0.629242] brd: module loaded\n[ 0.630428] loop: module loaded\n[ 0.634426] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.635859] GPT:90111 != 20971519\n[ 0.636540] GPT:Alternate GPT header not at the end of the disk.\n[ 0.637615] GPT:90111 != 20971519\n[ 0.638300] GPT: Use GNU Parted to correct GPT errors.\n[ 0.639260] vda: vda1 vda15\n[ 0.641177] scsi host0: ata_piix\n[ 0.642283] scsi host1: ata_piix\n[ 0.642985] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.644185] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.645607] libphy: Fixed MDIO Bus: probed\n[ 0.646428] tun: Universal TUN/TAP device driver, 1.6\n[ 0.647370] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.649569] PPP generic driver version 2.4.2\n[ 0.650699] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.651881] ehci-pci: EHCI PCI platform driver\n[ 0.652747] ehci-platform: EHCI generic platform driver\n[ 0.653720] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.654841] ohci-pci: OHCI PCI platform driver\n[ 0.655712] ohci-platform: OHCI generic platform driver\n[ 0.656678] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.671332] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.672324] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.673753] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.674771] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.675872] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.677092] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.678516] usb usb1: Product: UHCI Host Controller\n[ 0.679444] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.680570] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.681596] hub 1-0:1.0: USB hub found\n[ 0.682380] hub 1-0:1.0: 2 ports detected\n[ 0.683285] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.685372] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.686322] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.687343] mousedev: PS/2 mouse device common for all mice\n[ 0.688590] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.690408] rtc_cmos 00:00: RTC can wake from S4\n[ 0.691493] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.692676] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.693867] i2c /dev entries driver\n[ 0.694627] device-mapper: uevent: version 1.0.3\n[ 0.695550] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.697149] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.698413] NET: Registered protocol family 10\n[ 0.699409] NET: Registered protocol family 17\n[ 0.700289] Key type dns_resolver registered\n[ 0.701194] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.702273] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.704026] registered taskstats version 1\n[ 0.704845] Loading compiled-in X.509 certificates\n[ 0.706279] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.708108] zswap: loaded using pool lzo/zbud\n[ 0.709465] Key type trusted registered\n[ 0.711007] Key type encrypted registered\n[ 0.711834] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.712852] ima: No TPM chip found, activating TPM-bypass!\n[ 0.713890] evm: HMAC attrs: 0x1\n[ 0.714830] Magic number: 2:407:577\n[ 0.715671] rtc_cmos 00:00: setting system clock to 2018-09-04 10:34:48 UTC (1536057288)\n[ 0.717256] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.718359] EDD information not available.\n[ 0.802767] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.804301] Write protecting the kernel read-only data: 14336k\n[ 0.815963] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.817748] 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.858595] 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.14\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found 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-09-04 10:35:35,583 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/e98fafa4-1d83-4186-a42f-abb98642c580/action used request id req-c110e04d-a0b0-43ab-9b7a-61ea42b4366f 2018-09-04 10:35:35,589 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/e98fafa4-1d83-4186-a42f-abb98642c580 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ed533bd0fc9d97500c56f4fa8517eb14f442cd8b" 2018-09-04 10:35:36,076 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:35: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-cedc0d03-5d87-4b1f-bac4-ba93d383d29d x-compute-request-id: req-cedc0d03-5d87-4b1f-bac4-ba93d383d29d Content-Encoding: gzip Content-Length: 751 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"SimpleHealthCheck-8f6b88b3-5cec-492a-8296-1eb1316a1fdb-priv-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:95:08:47", "version": 4, "addr": "10.55.0.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/e98fafa4-1d83-4186-a42f-abb98642c580", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/e98fafa4-1d83-4186-a42f-abb98642c580", "rel": "bookmark"}], "image": {"id": "1cfc545f-18fd-4dec-a743-4091048230a0", "links": [{"href": "http://172.30.9.28:8774/images/1cfc545f-18fd-4dec-a743-4091048230a0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-04T10:34:47.000000", "flavor": {"id": "c662a3dd-76a7-4b38-a654-a158b6dc7582", "links": [{"href": "http://172.30.9.28:8774/flavors/c662a3dd-76a7-4b38-a654-a158b6dc7582", "rel": "bookmark"}]}, "id": "e98fafa4-1d83-4186-a42f-abb98642c580", "security_groups": [{"name": "default"}], "user_id": "1e54b4922ddf409783915c609dc57c02", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-04T10:34:48Z", "hostId": "851ac21cf6a8c0f64b8ebc2f7093e0254bb4af9b7658fec00ffacf50", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "SimpleHealthCheck-8f6b88b3-5cec-492a-8296-1eb1316a1fdb-inst", "created": "2018-09-04T10:34:43Z", "tenant_id": "1960765e8a3f4cef9b425bab3c37dc2a", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 10:35:36,076 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/e98fafa4-1d83-4186-a42f-abb98642c580 used request id req-cedc0d03-5d87-4b1f-bac4-ba93d383d29d 2018-09-04 10:35:36,079 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:8774/v2.1/servers/e98fafa4-1d83-4186-a42f-abb98642c580/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ed533bd0fc9d97500c56f4fa8517eb14f442cd8b" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-04 10:35:37,146 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:35: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-6d2d1416-2d09-4719-9a3c-7c51ae61ac4a x-compute-request-id: req-6d2d1416-2d09-4719-9a3c-7c51ae61ac4a Content-Encoding: gzip Content-Length: 7667 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 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 564598379 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 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.912 MHz processor\n[ 0.147613] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.149263] pid_max: default: 32768 minimum: 301\n[ 0.150152] ACPI: Core revision 20150930\n[ 0.151541] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.152842] Security Framework initialized\n[ 0.153652] Yama: becoming mindful.\n[ 0.154380] AppArmor: AppArmor initialized\n[ 0.155234] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.156517] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.157764] Mount-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.158949] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.160325] Initializing cgroup subsys io\n[ 0.161133] Initializing cgroup subsys memory\n[ 0.161983] Initializing cgroup subsys devices\n[ 0.162859] Initializing cgroup subsys freezer\n[ 0.163723] Initializing cgroup subsys net_cls\n[ 0.164581] Initializing cgroup subsys perf_event\n[ 0.165478] Initializing cgroup subsys net_prio\n[ 0.166349] Initializing cgroup subsys hugetlb\n[ 0.167213] Initializing cgroup subsys pids\n[ 0.168081] CPU: Physical Processor ID: 0\n[ 0.169566] mce: CPU supports 10 MCE banks\n[ 0.170408] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.171405] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.182343] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.188960] ftrace: allocating 31920 entries in 125 pages\n[ 0.216304] smpboot: Max logical packages: 1\n[ 0.217150] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.218490] x2apic enabled\n[ 0.219309] Switched APIC routing to physical x2apic.\n[ 0.221049] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.222161] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.224142] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.225913] KVM setup paravirtual spinlock\n[ 0.227247] x86: Booted up 1 node, 1 CPUs\n[ 0.228045] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.229425] devtmpfs: initialized\n[ 0.231126] evm: security.selinux\n[ 0.231817] evm: security.SMACK64\n[ 0.232509] evm: security.SMACK64EXEC\n[ 0.233247] evm: security.SMACK64TRANSMUTE\n[ 0.234044] evm: security.SMACK64MMAP\n[ 0.234788] evm: security.ima\n[ 0.235426] evm: security.capability\n[ 0.236227] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.238066] pinctrl core: initialized pinctrl subsystem\n[ 0.239169] RTC time: 10:34:47, date: 09/04/18\n[ 0.240124] NET: Registered protocol family 16\n[ 0.241096] cpuidle: using governor ladder\n[ 0.241907] cpuidle: using governor menu\n[ 0.242690] PCCT header not found.\n[ 0.243443] ACPI: bus type PCI registered\n[ 0.244243] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.245481] PCI: Using configuration type 1 for base access\n[ 0.247239] ACPI: Added _OSI(Module Device)\n[ 0.248081] ACPI: Added _OSI(Processor Device)\n[ 0.248938] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.249832] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.251911] ACPI: Interpreter enabled\n[ 0.252697] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.254551] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.256401] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.258256] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.260103] ACPI: (supports S0 S5)\n[ 0.260808] ACPI: Using IOAPIC for interrupt routing\n[ 0.261914] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.265026] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.266184] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.267423] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.268620] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.270850] acpiphp: Slot [3] registered\n[ 0.271656] acpiphp: Slot [4] registered\n[ 0.272461] acpiphp: Slot [5] registered\n[ 0.273262] acpiphp: Slot [6] registered\n[ 0.274063] acpiphp: Slot [7] registered\n[ 0.274865] acpiphp: Slot [8] registered\n[ 0.275666] acpiphp: Slot [9] registered\n[ 0.276467] acpiphp: Slot [10] registered\n[ 0.277286] acpiphp: Slot [11] registered\n[ 0.278101] acpiphp: Slot [12] registered\n[ 0.278918] acpiphp: Slot [13] registered\n[ 0.279734] acpiphp: Slot [14] registered\n[ 0.280545] acpiphp: Slot [15] registered\n[ 0.291377] acpiphp: Slot [16] registered\n[ 0.292197] acpiphp: Slot [17] registered\n[ 0.293008] acpiphp: Slot [18] registered\n[ 0.293825] acpiphp: Slot [19] registered\n[ 0.294639] acpiphp: Slot [20] registered\n[ 0.295458] acpiphp: Slot [21] registered\n[ 0.296272] acpiphp: Slot [22] registered\n[ 0.297085] acpiphp: Slot [23] registered\n[ 0.297897] acpiphp: Slot [24] registered\n[ 0.298714] acpiphp: Slot [25] registered\n[ 0.299535] acpiphp: Slot [26] registered\n[ 0.300350] acpiphp: Slot [27] registered\n[ 0.301162] acpiphp: Slot [28] registered\n[ 0.301970] acpiphp: Slot [29] registered\n[ 0.302793] acpiphp: Slot [30] registered\n[ 0.303617] acpiphp: Slot [31] registered\n[ 0.304430] PCI host bridge to bus 0000:00\n[ 0.305242] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.306455] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.307673] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.309127] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window]\n[ 0.310579] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.316673] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.317955] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.319138] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.320408] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.327319] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.328759] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.375173] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.376669] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.378088] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.379513] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.380906] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.382849] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.384022] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.385077] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.386618] vgaarb: loaded\n[ 0.387224] vgaarb: bridge control possible 0000:00:02.0\n[ 0.388380] SCSI subsystem initialized\n[ 0.389217] ACPI: bus type USB registered\n[ 0.390032] usbcore: registered new interface driver usbfs\n[ 0.391073] usbcore: registered new interface driver hub\n[ 0.392078] usbcore: registered new device driver usb\n[ 0.393140] PCI: Using ACPI for IRQ routing\n[ 0.394175] NetLabel: Initializing\n[ 0.394889] NetLabel: domain hash size = 128\n[ 0.395744] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.396697] NetLabel: unlabeled traffic allowed by default\n[ 0.397793] clocksource: Switched to clocksource kvm-clock\n[ 0.403375] AppArmor: AppArmor Filesystem Enabled\n[ 0.404343] pnp: PnP ACPI init\n[ 0.405268] pnp: PnP ACPI: found 5 devices\n[ 0.411302] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.412998] NET: Registered protocol family 2\n[ 0.413984] TCP established hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.415269] TCP bind hash table entries: 2048 (order: 3, 32768 bytes)\n[ 0.416437] TCP: Hash tables configured (established 2048 bind 2048)\n[ 0.417600] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.418678] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.419852] NET: Registered protocol family 1\n[ 0.420723] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.421817] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.422890] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.437293] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.451566] Trying to unpack rootfs image as initramfs...\n[ 0.503538] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000)\n[ 0.518128] Scanning for low memory corruption every 60 seconds\n[ 0.519805] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.521564] audit: initializing netlink subsys (disabled)\n[ 0.523122] audit: type=2000 audit(1536057288.751:1): initialized\n[ 0.525041] Initialise system trusted keyring\n[ 0.526394] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.528170] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.530777] zbud: loaded\n[ 0.531726] VFS: Disk quotas dquot_6.6.0\n[ 0.532920] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.535124] fuse init (API version 7.23)\n[ 0.536393] Key type big_key registered\n[ 0.537570] Allocating IMA MOK and blacklist keyrings.\n[ 0.539179] Key type asymmetric registered\n[ 0.540420] Asymmetric key parser 'x509' registered\n[ 0.541844] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.543985] io scheduler noop registered\n[ 0.545173] io scheduler deadline registered (default)\n[ 0.546651] io scheduler cfq registered\n[ 0.547833] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.549373] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.551293] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.553474] ACPI: Power Button [PWRF]\n[ 0.554692] GHES: HEST is not enabled!\n[ 0.568692] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.596789] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.599019] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.624480] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.626766] Linux agpgart interface v0.103\n[ 0.629242] brd: module loaded\n[ 0.630428] loop: module loaded\n[ 0.634426] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.635859] GPT:90111 != 20971519\n[ 0.636540] GPT:Alternate GPT header not at the end of the disk.\n[ 0.637615] GPT:90111 != 20971519\n[ 0.638300] GPT: Use GNU Parted to correct GPT errors.\n[ 0.639260] vda: vda1 vda15\n[ 0.641177] scsi host0: ata_piix\n[ 0.642283] scsi host1: ata_piix\n[ 0.642985] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.644185] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.645607] libphy: Fixed MDIO Bus: probed\n[ 0.646428] tun: Universal TUN/TAP device driver, 1.6\n[ 0.647370] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.649569] PPP generic driver version 2.4.2\n[ 0.650699] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.651881] ehci-pci: EHCI PCI platform driver\n[ 0.652747] ehci-platform: EHCI generic platform driver\n[ 0.653720] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.654841] ohci-pci: OHCI PCI platform driver\n[ 0.655712] ohci-platform: OHCI generic platform driver\n[ 0.656678] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.671332] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.672324] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.673753] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.674771] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.675872] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.677092] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.678516] usb usb1: Product: UHCI Host Controller\n[ 0.679444] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.680570] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.681596] hub 1-0:1.0: USB hub found\n[ 0.682380] hub 1-0:1.0: 2 ports detected\n[ 0.683285] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.685372] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.686322] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.687343] mousedev: PS/2 mouse device common for all mice\n[ 0.688590] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.690408] rtc_cmos 00:00: RTC can wake from S4\n[ 0.691493] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.692676] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.693867] i2c /dev entries driver\n[ 0.694627] device-mapper: uevent: version 1.0.3\n[ 0.695550] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.697149] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.698413] NET: Registered protocol family 10\n[ 0.699409] NET: Registered protocol family 17\n[ 0.700289] Key type dns_resolver registered\n[ 0.701194] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.702273] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.704026] registered taskstats version 1\n[ 0.704845] Loading compiled-in X.509 certificates\n[ 0.706279] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.708108] zswap: loaded using pool lzo/zbud\n[ 0.709465] Key type trusted registered\n[ 0.711007] Key type encrypted registered\n[ 0.711834] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.712852] ima: No TPM chip found, activating TPM-bypass!\n[ 0.713890] evm: HMAC attrs: 0x1\n[ 0.714830] Magic number: 2:407:577\n[ 0.715671] rtc_cmos 00:00: setting system clock to 2018-09-04 10:34:48 UTC (1536057288)\n[ 0.717256] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.718359] EDD information not available.\n[ 0.802767] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.804301] Write protecting the kernel read-only data: 14336k\n[ 0.815963] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.817748] 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.858595] 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.14\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found 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-09-04 10:35:37,146 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/e98fafa4-1d83-4186-a42f-abb98642c580/action used request id req-6d2d1416-2d09-4719-9a3c-7c51ae61ac4a 2018-09-04 10:35:37,153 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/e98fafa4-1d83-4186-a42f-abb98642c580 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ed533bd0fc9d97500c56f4fa8517eb14f442cd8b" 2018-09-04 10:35:37,636 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:35: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-c01b4699-8e12-4d40-8459-6ce9a7a66a51 x-compute-request-id: req-c01b4699-8e12-4d40-8459-6ce9a7a66a51 Content-Encoding: gzip Content-Length: 751 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"SimpleHealthCheck-8f6b88b3-5cec-492a-8296-1eb1316a1fdb-priv-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:95:08:47", "version": 4, "addr": "10.55.0.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/e98fafa4-1d83-4186-a42f-abb98642c580", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/e98fafa4-1d83-4186-a42f-abb98642c580", "rel": "bookmark"}], "image": {"id": "1cfc545f-18fd-4dec-a743-4091048230a0", "links": [{"href": "http://172.30.9.28:8774/images/1cfc545f-18fd-4dec-a743-4091048230a0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-04T10:34:47.000000", "flavor": {"id": "c662a3dd-76a7-4b38-a654-a158b6dc7582", "links": [{"href": "http://172.30.9.28:8774/flavors/c662a3dd-76a7-4b38-a654-a158b6dc7582", "rel": "bookmark"}]}, "id": "e98fafa4-1d83-4186-a42f-abb98642c580", "security_groups": [{"name": "default"}], "user_id": "1e54b4922ddf409783915c609dc57c02", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-04T10:34:48Z", "hostId": "851ac21cf6a8c0f64b8ebc2f7093e0254bb4af9b7658fec00ffacf50", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "SimpleHealthCheck-8f6b88b3-5cec-492a-8296-1eb1316a1fdb-inst", "created": "2018-09-04T10:34:43Z", "tenant_id": "1960765e8a3f4cef9b425bab3c37dc2a", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 10:35:37,636 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/e98fafa4-1d83-4186-a42f-abb98642c580 used request id req-c01b4699-8e12-4d40-8459-6ce9a7a66a51 2018-09-04 10:35:37,639 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:8774/v2.1/servers/e98fafa4-1d83-4186-a42f-abb98642c580/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ed533bd0fc9d97500c56f4fa8517eb14f442cd8b" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-04 10:35:38,707 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:35: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-c429d250-ad7a-4604-b9c1-a37660fb5eae x-compute-request-id: req-c429d250-ad7a-4604-b9c1-a37660fb5eae Content-Encoding: gzip Content-Length: 7667 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 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 564598379 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 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.912 MHz processor\n[ 0.147613] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.149263] pid_max: default: 32768 minimum: 301\n[ 0.150152] ACPI: Core revision 20150930\n[ 0.151541] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.152842] Security Framework initialized\n[ 0.153652] Yama: becoming mindful.\n[ 0.154380] AppArmor: AppArmor initialized\n[ 0.155234] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.156517] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.157764] Mount-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.158949] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.160325] Initializing cgroup subsys io\n[ 0.161133] Initializing cgroup subsys memory\n[ 0.161983] Initializing cgroup subsys devices\n[ 0.162859] Initializing cgroup subsys freezer\n[ 0.163723] Initializing cgroup subsys net_cls\n[ 0.164581] Initializing cgroup subsys perf_event\n[ 0.165478] Initializing cgroup subsys net_prio\n[ 0.166349] Initializing cgroup subsys hugetlb\n[ 0.167213] Initializing cgroup subsys pids\n[ 0.168081] CPU: Physical Processor ID: 0\n[ 0.169566] mce: CPU supports 10 MCE banks\n[ 0.170408] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.171405] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.182343] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.188960] ftrace: allocating 31920 entries in 125 pages\n[ 0.216304] smpboot: Max logical packages: 1\n[ 0.217150] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.218490] x2apic enabled\n[ 0.219309] Switched APIC routing to physical x2apic.\n[ 0.221049] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.222161] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.224142] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.225913] KVM setup paravirtual spinlock\n[ 0.227247] x86: Booted up 1 node, 1 CPUs\n[ 0.228045] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.229425] devtmpfs: initialized\n[ 0.231126] evm: security.selinux\n[ 0.231817] evm: security.SMACK64\n[ 0.232509] evm: security.SMACK64EXEC\n[ 0.233247] evm: security.SMACK64TRANSMUTE\n[ 0.234044] evm: security.SMACK64MMAP\n[ 0.234788] evm: security.ima\n[ 0.235426] evm: security.capability\n[ 0.236227] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.238066] pinctrl core: initialized pinctrl subsystem\n[ 0.239169] RTC time: 10:34:47, date: 09/04/18\n[ 0.240124] NET: Registered protocol family 16\n[ 0.241096] cpuidle: using governor ladder\n[ 0.241907] cpuidle: using governor menu\n[ 0.242690] PCCT header not found.\n[ 0.243443] ACPI: bus type PCI registered\n[ 0.244243] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.245481] PCI: Using configuration type 1 for base access\n[ 0.247239] ACPI: Added _OSI(Module Device)\n[ 0.248081] ACPI: Added _OSI(Processor Device)\n[ 0.248938] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.249832] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.251911] ACPI: Interpreter enabled\n[ 0.252697] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.254551] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.256401] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.258256] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.260103] ACPI: (supports S0 S5)\n[ 0.260808] ACPI: Using IOAPIC for interrupt routing\n[ 0.261914] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.265026] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.266184] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.267423] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.268620] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.270850] acpiphp: Slot [3] registered\n[ 0.271656] acpiphp: Slot [4] registered\n[ 0.272461] acpiphp: Slot [5] registered\n[ 0.273262] acpiphp: Slot [6] registered\n[ 0.274063] acpiphp: Slot [7] registered\n[ 0.274865] acpiphp: Slot [8] registered\n[ 0.275666] acpiphp: Slot [9] registered\n[ 0.276467] acpiphp: Slot [10] registered\n[ 0.277286] acpiphp: Slot [11] registered\n[ 0.278101] acpiphp: Slot [12] registered\n[ 0.278918] acpiphp: Slot [13] registered\n[ 0.279734] acpiphp: Slot [14] registered\n[ 0.280545] acpiphp: Slot [15] registered\n[ 0.291377] acpiphp: Slot [16] registered\n[ 0.292197] acpiphp: Slot [17] registered\n[ 0.293008] acpiphp: Slot [18] registered\n[ 0.293825] acpiphp: Slot [19] registered\n[ 0.294639] acpiphp: Slot [20] registered\n[ 0.295458] acpiphp: Slot [21] registered\n[ 0.296272] acpiphp: Slot [22] registered\n[ 0.297085] acpiphp: Slot [23] registered\n[ 0.297897] acpiphp: Slot [24] registered\n[ 0.298714] acpiphp: Slot [25] registered\n[ 0.299535] acpiphp: Slot [26] registered\n[ 0.300350] acpiphp: Slot [27] registered\n[ 0.301162] acpiphp: Slot [28] registered\n[ 0.301970] acpiphp: Slot [29] registered\n[ 0.302793] acpiphp: Slot [30] registered\n[ 0.303617] acpiphp: Slot [31] registered\n[ 0.304430] PCI host bridge to bus 0000:00\n[ 0.305242] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.306455] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.307673] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.309127] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window]\n[ 0.310579] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.316673] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.317955] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.319138] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.320408] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.327319] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.328759] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.375173] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.376669] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.378088] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.379513] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.380906] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.382849] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.384022] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.385077] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.386618] vgaarb: loaded\n[ 0.387224] vgaarb: bridge control possible 0000:00:02.0\n[ 0.388380] SCSI subsystem initialized\n[ 0.389217] ACPI: bus type USB registered\n[ 0.390032] usbcore: registered new interface driver usbfs\n[ 0.391073] usbcore: registered new interface driver hub\n[ 0.392078] usbcore: registered new device driver usb\n[ 0.393140] PCI: Using ACPI for IRQ routing\n[ 0.394175] NetLabel: Initializing\n[ 0.394889] NetLabel: domain hash size = 128\n[ 0.395744] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.396697] NetLabel: unlabeled traffic allowed by default\n[ 0.397793] clocksource: Switched to clocksource kvm-clock\n[ 0.403375] AppArmor: AppArmor Filesystem Enabled\n[ 0.404343] pnp: PnP ACPI init\n[ 0.405268] pnp: PnP ACPI: found 5 devices\n[ 0.411302] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.412998] NET: Registered protocol family 2\n[ 0.413984] TCP established hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.415269] TCP bind hash table entries: 2048 (order: 3, 32768 bytes)\n[ 0.416437] TCP: Hash tables configured (established 2048 bind 2048)\n[ 0.417600] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.418678] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.419852] NET: Registered protocol family 1\n[ 0.420723] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.421817] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.422890] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.437293] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.451566] Trying to unpack rootfs image as initramfs...\n[ 0.503538] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000)\n[ 0.518128] Scanning for low memory corruption every 60 seconds\n[ 0.519805] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.521564] audit: initializing netlink subsys (disabled)\n[ 0.523122] audit: type=2000 audit(1536057288.751:1): initialized\n[ 0.525041] Initialise system trusted keyring\n[ 0.526394] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.528170] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.530777] zbud: loaded\n[ 0.531726] VFS: Disk quotas dquot_6.6.0\n[ 0.532920] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.535124] fuse init (API version 7.23)\n[ 0.536393] Key type big_key registered\n[ 0.537570] Allocating IMA MOK and blacklist keyrings.\n[ 0.539179] Key type asymmetric registered\n[ 0.540420] Asymmetric key parser 'x509' registered\n[ 0.541844] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.543985] io scheduler noop registered\n[ 0.545173] io scheduler deadline registered (default)\n[ 0.546651] io scheduler cfq registered\n[ 0.547833] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.549373] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.551293] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.553474] ACPI: Power Button [PWRF]\n[ 0.554692] GHES: HEST is not enabled!\n[ 0.568692] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.596789] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.599019] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.624480] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.626766] Linux agpgart interface v0.103\n[ 0.629242] brd: module loaded\n[ 0.630428] loop: module loaded\n[ 0.634426] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.635859] GPT:90111 != 20971519\n[ 0.636540] GPT:Alternate GPT header not at the end of the disk.\n[ 0.637615] GPT:90111 != 20971519\n[ 0.638300] GPT: Use GNU Parted to correct GPT errors.\n[ 0.639260] vda: vda1 vda15\n[ 0.641177] scsi host0: ata_piix\n[ 0.642283] scsi host1: ata_piix\n[ 0.642985] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.644185] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.645607] libphy: Fixed MDIO Bus: probed\n[ 0.646428] tun: Universal TUN/TAP device driver, 1.6\n[ 0.647370] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.649569] PPP generic driver version 2.4.2\n[ 0.650699] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.651881] ehci-pci: EHCI PCI platform driver\n[ 0.652747] ehci-platform: EHCI generic platform driver\n[ 0.653720] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.654841] ohci-pci: OHCI PCI platform driver\n[ 0.655712] ohci-platform: OHCI generic platform driver\n[ 0.656678] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.671332] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.672324] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.673753] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.674771] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.675872] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.677092] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.678516] usb usb1: Product: UHCI Host Controller\n[ 0.679444] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.680570] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.681596] hub 1-0:1.0: USB hub found\n[ 0.682380] hub 1-0:1.0: 2 ports detected\n[ 0.683285] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.685372] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.686322] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.687343] mousedev: PS/2 mouse device common for all mice\n[ 0.688590] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.690408] rtc_cmos 00:00: RTC can wake from S4\n[ 0.691493] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.692676] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.693867] i2c /dev entries driver\n[ 0.694627] device-mapper: uevent: version 1.0.3\n[ 0.695550] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.697149] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.698413] NET: Registered protocol family 10\n[ 0.699409] NET: Registered protocol family 17\n[ 0.700289] Key type dns_resolver registered\n[ 0.701194] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.702273] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.704026] registered taskstats version 1\n[ 0.704845] Loading compiled-in X.509 certificates\n[ 0.706279] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.708108] zswap: loaded using pool lzo/zbud\n[ 0.709465] Key type trusted registered\n[ 0.711007] Key type encrypted registered\n[ 0.711834] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.712852] ima: No TPM chip found, activating TPM-bypass!\n[ 0.713890] evm: HMAC attrs: 0x1\n[ 0.714830] Magic number: 2:407:577\n[ 0.715671] rtc_cmos 00:00: setting system clock to 2018-09-04 10:34:48 UTC (1536057288)\n[ 0.717256] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.718359] EDD information not available.\n[ 0.802767] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.804301] Write protecting the kernel read-only data: 14336k\n[ 0.815963] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.817748] 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.858595] 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.14\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found 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-09-04 10:35:38,707 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/e98fafa4-1d83-4186-a42f-abb98642c580/action used request id req-c429d250-ad7a-4604-b9c1-a37660fb5eae 2018-09-04 10:35:38,713 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/e98fafa4-1d83-4186-a42f-abb98642c580 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ed533bd0fc9d97500c56f4fa8517eb14f442cd8b" 2018-09-04 10:35:39,189 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10: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-26d90c8d-1e96-4d58-9fe3-9df76a9ffff8 x-compute-request-id: req-26d90c8d-1e96-4d58-9fe3-9df76a9ffff8 Content-Encoding: gzip Content-Length: 751 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"SimpleHealthCheck-8f6b88b3-5cec-492a-8296-1eb1316a1fdb-priv-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:95:08:47", "version": 4, "addr": "10.55.0.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/e98fafa4-1d83-4186-a42f-abb98642c580", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/e98fafa4-1d83-4186-a42f-abb98642c580", "rel": "bookmark"}], "image": {"id": "1cfc545f-18fd-4dec-a743-4091048230a0", "links": [{"href": "http://172.30.9.28:8774/images/1cfc545f-18fd-4dec-a743-4091048230a0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-04T10:34:47.000000", "flavor": {"id": "c662a3dd-76a7-4b38-a654-a158b6dc7582", "links": [{"href": "http://172.30.9.28:8774/flavors/c662a3dd-76a7-4b38-a654-a158b6dc7582", "rel": "bookmark"}]}, "id": "e98fafa4-1d83-4186-a42f-abb98642c580", "security_groups": [{"name": "default"}], "user_id": "1e54b4922ddf409783915c609dc57c02", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-04T10:34:48Z", "hostId": "851ac21cf6a8c0f64b8ebc2f7093e0254bb4af9b7658fec00ffacf50", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "SimpleHealthCheck-8f6b88b3-5cec-492a-8296-1eb1316a1fdb-inst", "created": "2018-09-04T10:34:43Z", "tenant_id": "1960765e8a3f4cef9b425bab3c37dc2a", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 10:35:39,189 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/e98fafa4-1d83-4186-a42f-abb98642c580 used request id req-26d90c8d-1e96-4d58-9fe3-9df76a9ffff8 2018-09-04 10:35:39,193 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:8774/v2.1/servers/e98fafa4-1d83-4186-a42f-abb98642c580/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ed533bd0fc9d97500c56f4fa8517eb14f442cd8b" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-04 10:35:40,259 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10: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,Accept-Encoding x-openstack-request-id: req-552b7d39-9ddb-4e07-b4e8-973287067a16 x-compute-request-id: req-552b7d39-9ddb-4e07-b4e8-973287067a16 Content-Encoding: gzip Content-Length: 7667 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 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 564598379 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 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.912 MHz processor\n[ 0.147613] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.149263] pid_max: default: 32768 minimum: 301\n[ 0.150152] ACPI: Core revision 20150930\n[ 0.151541] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.152842] Security Framework initialized\n[ 0.153652] Yama: becoming mindful.\n[ 0.154380] AppArmor: AppArmor initialized\n[ 0.155234] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.156517] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.157764] Mount-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.158949] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.160325] Initializing cgroup subsys io\n[ 0.161133] Initializing cgroup subsys memory\n[ 0.161983] Initializing cgroup subsys devices\n[ 0.162859] Initializing cgroup subsys freezer\n[ 0.163723] Initializing cgroup subsys net_cls\n[ 0.164581] Initializing cgroup subsys perf_event\n[ 0.165478] Initializing cgroup subsys net_prio\n[ 0.166349] Initializing cgroup subsys hugetlb\n[ 0.167213] Initializing cgroup subsys pids\n[ 0.168081] CPU: Physical Processor ID: 0\n[ 0.169566] mce: CPU supports 10 MCE banks\n[ 0.170408] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.171405] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.182343] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.188960] ftrace: allocating 31920 entries in 125 pages\n[ 0.216304] smpboot: Max logical packages: 1\n[ 0.217150] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.218490] x2apic enabled\n[ 0.219309] Switched APIC routing to physical x2apic.\n[ 0.221049] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.222161] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.224142] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.225913] KVM setup paravirtual spinlock\n[ 0.227247] x86: Booted up 1 node, 1 CPUs\n[ 0.228045] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.229425] devtmpfs: initialized\n[ 0.231126] evm: security.selinux\n[ 0.231817] evm: security.SMACK64\n[ 0.232509] evm: security.SMACK64EXEC\n[ 0.233247] evm: security.SMACK64TRANSMUTE\n[ 0.234044] evm: security.SMACK64MMAP\n[ 0.234788] evm: security.ima\n[ 0.235426] evm: security.capability\n[ 0.236227] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.238066] pinctrl core: initialized pinctrl subsystem\n[ 0.239169] RTC time: 10:34:47, date: 09/04/18\n[ 0.240124] NET: Registered protocol family 16\n[ 0.241096] cpuidle: using governor ladder\n[ 0.241907] cpuidle: using governor menu\n[ 0.242690] PCCT header not found.\n[ 0.243443] ACPI: bus type PCI registered\n[ 0.244243] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.245481] PCI: Using configuration type 1 for base access\n[ 0.247239] ACPI: Added _OSI(Module Device)\n[ 0.248081] ACPI: Added _OSI(Processor Device)\n[ 0.248938] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.249832] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.251911] ACPI: Interpreter enabled\n[ 0.252697] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.254551] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.256401] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.258256] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.260103] ACPI: (supports S0 S5)\n[ 0.260808] ACPI: Using IOAPIC for interrupt routing\n[ 0.261914] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.265026] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.266184] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.267423] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.268620] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.270850] acpiphp: Slot [3] registered\n[ 0.271656] acpiphp: Slot [4] registered\n[ 0.272461] acpiphp: Slot [5] registered\n[ 0.273262] acpiphp: Slot [6] registered\n[ 0.274063] acpiphp: Slot [7] registered\n[ 0.274865] acpiphp: Slot [8] registered\n[ 0.275666] acpiphp: Slot [9] registered\n[ 0.276467] acpiphp: Slot [10] registered\n[ 0.277286] acpiphp: Slot [11] registered\n[ 0.278101] acpiphp: Slot [12] registered\n[ 0.278918] acpiphp: Slot [13] registered\n[ 0.279734] acpiphp: Slot [14] registered\n[ 0.280545] acpiphp: Slot [15] registered\n[ 0.291377] acpiphp: Slot [16] registered\n[ 0.292197] acpiphp: Slot [17] registered\n[ 0.293008] acpiphp: Slot [18] registered\n[ 0.293825] acpiphp: Slot [19] registered\n[ 0.294639] acpiphp: Slot [20] registered\n[ 0.295458] acpiphp: Slot [21] registered\n[ 0.296272] acpiphp: Slot [22] registered\n[ 0.297085] acpiphp: Slot [23] registered\n[ 0.297897] acpiphp: Slot [24] registered\n[ 0.298714] acpiphp: Slot [25] registered\n[ 0.299535] acpiphp: Slot [26] registered\n[ 0.300350] acpiphp: Slot [27] registered\n[ 0.301162] acpiphp: Slot [28] registered\n[ 0.301970] acpiphp: Slot [29] registered\n[ 0.302793] acpiphp: Slot [30] registered\n[ 0.303617] acpiphp: Slot [31] registered\n[ 0.304430] PCI host bridge to bus 0000:00\n[ 0.305242] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.306455] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.307673] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.309127] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window]\n[ 0.310579] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.316673] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.317955] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.319138] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.320408] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.327319] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.328759] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.375173] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.376669] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.378088] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.379513] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.380906] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.382849] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.384022] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.385077] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.386618] vgaarb: loaded\n[ 0.387224] vgaarb: bridge control possible 0000:00:02.0\n[ 0.388380] SCSI subsystem initialized\n[ 0.389217] ACPI: bus type USB registered\n[ 0.390032] usbcore: registered new interface driver usbfs\n[ 0.391073] usbcore: registered new interface driver hub\n[ 0.392078] usbcore: registered new device driver usb\n[ 0.393140] PCI: Using ACPI for IRQ routing\n[ 0.394175] NetLabel: Initializing\n[ 0.394889] NetLabel: domain hash size = 128\n[ 0.395744] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.396697] NetLabel: unlabeled traffic allowed by default\n[ 0.397793] clocksource: Switched to clocksource kvm-clock\n[ 0.403375] AppArmor: AppArmor Filesystem Enabled\n[ 0.404343] pnp: PnP ACPI init\n[ 0.405268] pnp: PnP ACPI: found 5 devices\n[ 0.411302] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.412998] NET: Registered protocol family 2\n[ 0.413984] TCP established hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.415269] TCP bind hash table entries: 2048 (order: 3, 32768 bytes)\n[ 0.416437] TCP: Hash tables configured (established 2048 bind 2048)\n[ 0.417600] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.418678] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.419852] NET: Registered protocol family 1\n[ 0.420723] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.421817] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.422890] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.437293] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.451566] Trying to unpack rootfs image as initramfs...\n[ 0.503538] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000)\n[ 0.518128] Scanning for low memory corruption every 60 seconds\n[ 0.519805] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.521564] audit: initializing netlink subsys (disabled)\n[ 0.523122] audit: type=2000 audit(1536057288.751:1): initialized\n[ 0.525041] Initialise system trusted keyring\n[ 0.526394] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.528170] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.530777] zbud: loaded\n[ 0.531726] VFS: Disk quotas dquot_6.6.0\n[ 0.532920] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.535124] fuse init (API version 7.23)\n[ 0.536393] Key type big_key registered\n[ 0.537570] Allocating IMA MOK and blacklist keyrings.\n[ 0.539179] Key type asymmetric registered\n[ 0.540420] Asymmetric key parser 'x509' registered\n[ 0.541844] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.543985] io scheduler noop registered\n[ 0.545173] io scheduler deadline registered (default)\n[ 0.546651] io scheduler cfq registered\n[ 0.547833] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.549373] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.551293] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.553474] ACPI: Power Button [PWRF]\n[ 0.554692] GHES: HEST is not enabled!\n[ 0.568692] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.596789] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.599019] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.624480] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.626766] Linux agpgart interface v0.103\n[ 0.629242] brd: module loaded\n[ 0.630428] loop: module loaded\n[ 0.634426] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.635859] GPT:90111 != 20971519\n[ 0.636540] GPT:Alternate GPT header not at the end of the disk.\n[ 0.637615] GPT:90111 != 20971519\n[ 0.638300] GPT: Use GNU Parted to correct GPT errors.\n[ 0.639260] vda: vda1 vda15\n[ 0.641177] scsi host0: ata_piix\n[ 0.642283] scsi host1: ata_piix\n[ 0.642985] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.644185] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.645607] libphy: Fixed MDIO Bus: probed\n[ 0.646428] tun: Universal TUN/TAP device driver, 1.6\n[ 0.647370] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.649569] PPP generic driver version 2.4.2\n[ 0.650699] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.651881] ehci-pci: EHCI PCI platform driver\n[ 0.652747] ehci-platform: EHCI generic platform driver\n[ 0.653720] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.654841] ohci-pci: OHCI PCI platform driver\n[ 0.655712] ohci-platform: OHCI generic platform driver\n[ 0.656678] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.671332] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.672324] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.673753] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.674771] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.675872] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.677092] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.678516] usb usb1: Product: UHCI Host Controller\n[ 0.679444] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.680570] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.681596] hub 1-0:1.0: USB hub found\n[ 0.682380] hub 1-0:1.0: 2 ports detected\n[ 0.683285] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.685372] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.686322] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.687343] mousedev: PS/2 mouse device common for all mice\n[ 0.688590] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.690408] rtc_cmos 00:00: RTC can wake from S4\n[ 0.691493] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.692676] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.693867] i2c /dev entries driver\n[ 0.694627] device-mapper: uevent: version 1.0.3\n[ 0.695550] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.697149] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.698413] NET: Registered protocol family 10\n[ 0.699409] NET: Registered protocol family 17\n[ 0.700289] Key type dns_resolver registered\n[ 0.701194] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.702273] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.704026] registered taskstats version 1\n[ 0.704845] Loading compiled-in X.509 certificates\n[ 0.706279] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.708108] zswap: loaded using pool lzo/zbud\n[ 0.709465] Key type trusted registered\n[ 0.711007] Key type encrypted registered\n[ 0.711834] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.712852] ima: No TPM chip found, activating TPM-bypass!\n[ 0.713890] evm: HMAC attrs: 0x1\n[ 0.714830] Magic number: 2:407:577\n[ 0.715671] rtc_cmos 00:00: setting system clock to 2018-09-04 10:34:48 UTC (1536057288)\n[ 0.717256] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.718359] EDD information not available.\n[ 0.802767] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.804301] Write protecting the kernel read-only data: 14336k\n[ 0.815963] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.817748] 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.858595] 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.14\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found 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-09-04 10:35:40,259 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/e98fafa4-1d83-4186-a42f-abb98642c580/action used request id req-552b7d39-9ddb-4e07-b4e8-973287067a16 2018-09-04 10:35:40,266 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/e98fafa4-1d83-4186-a42f-abb98642c580 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ed533bd0fc9d97500c56f4fa8517eb14f442cd8b" 2018-09-04 10:35:40,596 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10: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-17dcdc58-41a3-4ce8-822e-1f1d0943faf9 x-compute-request-id: req-17dcdc58-41a3-4ce8-822e-1f1d0943faf9 Content-Encoding: gzip Content-Length: 751 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"SimpleHealthCheck-8f6b88b3-5cec-492a-8296-1eb1316a1fdb-priv-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:95:08:47", "version": 4, "addr": "10.55.0.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/e98fafa4-1d83-4186-a42f-abb98642c580", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/e98fafa4-1d83-4186-a42f-abb98642c580", "rel": "bookmark"}], "image": {"id": "1cfc545f-18fd-4dec-a743-4091048230a0", "links": [{"href": "http://172.30.9.28:8774/images/1cfc545f-18fd-4dec-a743-4091048230a0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-04T10:34:47.000000", "flavor": {"id": "c662a3dd-76a7-4b38-a654-a158b6dc7582", "links": [{"href": "http://172.30.9.28:8774/flavors/c662a3dd-76a7-4b38-a654-a158b6dc7582", "rel": "bookmark"}]}, "id": "e98fafa4-1d83-4186-a42f-abb98642c580", "security_groups": [{"name": "default"}], "user_id": "1e54b4922ddf409783915c609dc57c02", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-04T10:34:48Z", "hostId": "851ac21cf6a8c0f64b8ebc2f7093e0254bb4af9b7658fec00ffacf50", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "SimpleHealthCheck-8f6b88b3-5cec-492a-8296-1eb1316a1fdb-inst", "created": "2018-09-04T10:34:43Z", "tenant_id": "1960765e8a3f4cef9b425bab3c37dc2a", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 10:35:40,596 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/e98fafa4-1d83-4186-a42f-abb98642c580 used request id req-17dcdc58-41a3-4ce8-822e-1f1d0943faf9 2018-09-04 10:35:40,599 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:8774/v2.1/servers/e98fafa4-1d83-4186-a42f-abb98642c580/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ed533bd0fc9d97500c56f4fa8517eb14f442cd8b" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-04 10:35:41,667 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10: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-3c0a1e5e-08b3-4123-b44d-a9bfd699a13c x-compute-request-id: req-3c0a1e5e-08b3-4123-b44d-a9bfd699a13c Content-Encoding: gzip Content-Length: 7667 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 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 564598379 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 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.912 MHz processor\n[ 0.147613] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.149263] pid_max: default: 32768 minimum: 301\n[ 0.150152] ACPI: Core revision 20150930\n[ 0.151541] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.152842] Security Framework initialized\n[ 0.153652] Yama: becoming mindful.\n[ 0.154380] AppArmor: AppArmor initialized\n[ 0.155234] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.156517] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.157764] Mount-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.158949] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.160325] Initializing cgroup subsys io\n[ 0.161133] Initializing cgroup subsys memory\n[ 0.161983] Initializing cgroup subsys devices\n[ 0.162859] Initializing cgroup subsys freezer\n[ 0.163723] Initializing cgroup subsys net_cls\n[ 0.164581] Initializing cgroup subsys perf_event\n[ 0.165478] Initializing cgroup subsys net_prio\n[ 0.166349] Initializing cgroup subsys hugetlb\n[ 0.167213] Initializing cgroup subsys pids\n[ 0.168081] CPU: Physical Processor ID: 0\n[ 0.169566] mce: CPU supports 10 MCE banks\n[ 0.170408] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.171405] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.182343] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.188960] ftrace: allocating 31920 entries in 125 pages\n[ 0.216304] smpboot: Max logical packages: 1\n[ 0.217150] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.218490] x2apic enabled\n[ 0.219309] Switched APIC routing to physical x2apic.\n[ 0.221049] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.222161] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.224142] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.225913] KVM setup paravirtual spinlock\n[ 0.227247] x86: Booted up 1 node, 1 CPUs\n[ 0.228045] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.229425] devtmpfs: initialized\n[ 0.231126] evm: security.selinux\n[ 0.231817] evm: security.SMACK64\n[ 0.232509] evm: security.SMACK64EXEC\n[ 0.233247] evm: security.SMACK64TRANSMUTE\n[ 0.234044] evm: security.SMACK64MMAP\n[ 0.234788] evm: security.ima\n[ 0.235426] evm: security.capability\n[ 0.236227] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.238066] pinctrl core: initialized pinctrl subsystem\n[ 0.239169] RTC time: 10:34:47, date: 09/04/18\n[ 0.240124] NET: Registered protocol family 16\n[ 0.241096] cpuidle: using governor ladder\n[ 0.241907] cpuidle: using governor menu\n[ 0.242690] PCCT header not found.\n[ 0.243443] ACPI: bus type PCI registered\n[ 0.244243] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.245481] PCI: Using configuration type 1 for base access\n[ 0.247239] ACPI: Added _OSI(Module Device)\n[ 0.248081] ACPI: Added _OSI(Processor Device)\n[ 0.248938] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.249832] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.251911] ACPI: Interpreter enabled\n[ 0.252697] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.254551] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.256401] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.258256] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.260103] ACPI: (supports S0 S5)\n[ 0.260808] ACPI: Using IOAPIC for interrupt routing\n[ 0.261914] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.265026] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.266184] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.267423] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.268620] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.270850] acpiphp: Slot [3] registered\n[ 0.271656] acpiphp: Slot [4] registered\n[ 0.272461] acpiphp: Slot [5] registered\n[ 0.273262] acpiphp: Slot [6] registered\n[ 0.274063] acpiphp: Slot [7] registered\n[ 0.274865] acpiphp: Slot [8] registered\n[ 0.275666] acpiphp: Slot [9] registered\n[ 0.276467] acpiphp: Slot [10] registered\n[ 0.277286] acpiphp: Slot [11] registered\n[ 0.278101] acpiphp: Slot [12] registered\n[ 0.278918] acpiphp: Slot [13] registered\n[ 0.279734] acpiphp: Slot [14] registered\n[ 0.280545] acpiphp: Slot [15] registered\n[ 0.291377] acpiphp: Slot [16] registered\n[ 0.292197] acpiphp: Slot [17] registered\n[ 0.293008] acpiphp: Slot [18] registered\n[ 0.293825] acpiphp: Slot [19] registered\n[ 0.294639] acpiphp: Slot [20] registered\n[ 0.295458] acpiphp: Slot [21] registered\n[ 0.296272] acpiphp: Slot [22] registered\n[ 0.297085] acpiphp: Slot [23] registered\n[ 0.297897] acpiphp: Slot [24] registered\n[ 0.298714] acpiphp: Slot [25] registered\n[ 0.299535] acpiphp: Slot [26] registered\n[ 0.300350] acpiphp: Slot [27] registered\n[ 0.301162] acpiphp: Slot [28] registered\n[ 0.301970] acpiphp: Slot [29] registered\n[ 0.302793] acpiphp: Slot [30] registered\n[ 0.303617] acpiphp: Slot [31] registered\n[ 0.304430] PCI host bridge to bus 0000:00\n[ 0.305242] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.306455] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.307673] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.309127] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window]\n[ 0.310579] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.316673] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.317955] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.319138] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.320408] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.327319] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.328759] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.375173] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.376669] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.378088] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.379513] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.380906] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.382849] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.384022] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.385077] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.386618] vgaarb: loaded\n[ 0.387224] vgaarb: bridge control possible 0000:00:02.0\n[ 0.388380] SCSI subsystem initialized\n[ 0.389217] ACPI: bus type USB registered\n[ 0.390032] usbcore: registered new interface driver usbfs\n[ 0.391073] usbcore: registered new interface driver hub\n[ 0.392078] usbcore: registered new device driver usb\n[ 0.393140] PCI: Using ACPI for IRQ routing\n[ 0.394175] NetLabel: Initializing\n[ 0.394889] NetLabel: domain hash size = 128\n[ 0.395744] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.396697] NetLabel: unlabeled traffic allowed by default\n[ 0.397793] clocksource: Switched to clocksource kvm-clock\n[ 0.403375] AppArmor: AppArmor Filesystem Enabled\n[ 0.404343] pnp: PnP ACPI init\n[ 0.405268] pnp: PnP ACPI: found 5 devices\n[ 0.411302] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.412998] NET: Registered protocol family 2\n[ 0.413984] TCP established hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.415269] TCP bind hash table entries: 2048 (order: 3, 32768 bytes)\n[ 0.416437] TCP: Hash tables configured (established 2048 bind 2048)\n[ 0.417600] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.418678] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.419852] NET: Registered protocol family 1\n[ 0.420723] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.421817] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.422890] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.437293] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.451566] Trying to unpack rootfs image as initramfs...\n[ 0.503538] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000)\n[ 0.518128] Scanning for low memory corruption every 60 seconds\n[ 0.519805] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.521564] audit: initializing netlink subsys (disabled)\n[ 0.523122] audit: type=2000 audit(1536057288.751:1): initialized\n[ 0.525041] Initialise system trusted keyring\n[ 0.526394] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.528170] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.530777] zbud: loaded\n[ 0.531726] VFS: Disk quotas dquot_6.6.0\n[ 0.532920] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.535124] fuse init (API version 7.23)\n[ 0.536393] Key type big_key registered\n[ 0.537570] Allocating IMA MOK and blacklist keyrings.\n[ 0.539179] Key type asymmetric registered\n[ 0.540420] Asymmetric key parser 'x509' registered\n[ 0.541844] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.543985] io scheduler noop registered\n[ 0.545173] io scheduler deadline registered (default)\n[ 0.546651] io scheduler cfq registered\n[ 0.547833] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.549373] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.551293] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.553474] ACPI: Power Button [PWRF]\n[ 0.554692] GHES: HEST is not enabled!\n[ 0.568692] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.596789] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.599019] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.624480] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.626766] Linux agpgart interface v0.103\n[ 0.629242] brd: module loaded\n[ 0.630428] loop: module loaded\n[ 0.634426] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.635859] GPT:90111 != 20971519\n[ 0.636540] GPT:Alternate GPT header not at the end of the disk.\n[ 0.637615] GPT:90111 != 20971519\n[ 0.638300] GPT: Use GNU Parted to correct GPT errors.\n[ 0.639260] vda: vda1 vda15\n[ 0.641177] scsi host0: ata_piix\n[ 0.642283] scsi host1: ata_piix\n[ 0.642985] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.644185] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.645607] libphy: Fixed MDIO Bus: probed\n[ 0.646428] tun: Universal TUN/TAP device driver, 1.6\n[ 0.647370] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.649569] PPP generic driver version 2.4.2\n[ 0.650699] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.651881] ehci-pci: EHCI PCI platform driver\n[ 0.652747] ehci-platform: EHCI generic platform driver\n[ 0.653720] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.654841] ohci-pci: OHCI PCI platform driver\n[ 0.655712] ohci-platform: OHCI generic platform driver\n[ 0.656678] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.671332] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.672324] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.673753] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.674771] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.675872] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.677092] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.678516] usb usb1: Product: UHCI Host Controller\n[ 0.679444] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.680570] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.681596] hub 1-0:1.0: USB hub found\n[ 0.682380] hub 1-0:1.0: 2 ports detected\n[ 0.683285] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.685372] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.686322] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.687343] mousedev: PS/2 mouse device common for all mice\n[ 0.688590] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.690408] rtc_cmos 00:00: RTC can wake from S4\n[ 0.691493] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.692676] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.693867] i2c /dev entries driver\n[ 0.694627] device-mapper: uevent: version 1.0.3\n[ 0.695550] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.697149] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.698413] NET: Registered protocol family 10\n[ 0.699409] NET: Registered protocol family 17\n[ 0.700289] Key type dns_resolver registered\n[ 0.701194] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.702273] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.704026] registered taskstats version 1\n[ 0.704845] Loading compiled-in X.509 certificates\n[ 0.706279] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.708108] zswap: loaded using pool lzo/zbud\n[ 0.709465] Key type trusted registered\n[ 0.711007] Key type encrypted registered\n[ 0.711834] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.712852] ima: No TPM chip found, activating TPM-bypass!\n[ 0.713890] evm: HMAC attrs: 0x1\n[ 0.714830] Magic number: 2:407:577\n[ 0.715671] rtc_cmos 00:00: setting system clock to 2018-09-04 10:34:48 UTC (1536057288)\n[ 0.717256] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.718359] EDD information not available.\n[ 0.802767] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.804301] Write protecting the kernel read-only data: 14336k\n[ 0.815963] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.817748] 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.858595] 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.14\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found 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-09-04 10:35:41,668 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/e98fafa4-1d83-4186-a42f-abb98642c580/action used request id req-3c0a1e5e-08b3-4123-b44d-a9bfd699a13c 2018-09-04 10:35:41,675 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/e98fafa4-1d83-4186-a42f-abb98642c580 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ed533bd0fc9d97500c56f4fa8517eb14f442cd8b" 2018-09-04 10:35:42,136 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:35: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-34ac80ee-1242-4b6a-843b-6dce92438461 x-compute-request-id: req-34ac80ee-1242-4b6a-843b-6dce92438461 Content-Encoding: gzip Content-Length: 751 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"SimpleHealthCheck-8f6b88b3-5cec-492a-8296-1eb1316a1fdb-priv-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:95:08:47", "version": 4, "addr": "10.55.0.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/e98fafa4-1d83-4186-a42f-abb98642c580", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/e98fafa4-1d83-4186-a42f-abb98642c580", "rel": "bookmark"}], "image": {"id": "1cfc545f-18fd-4dec-a743-4091048230a0", "links": [{"href": "http://172.30.9.28:8774/images/1cfc545f-18fd-4dec-a743-4091048230a0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-04T10:34:47.000000", "flavor": {"id": "c662a3dd-76a7-4b38-a654-a158b6dc7582", "links": [{"href": "http://172.30.9.28:8774/flavors/c662a3dd-76a7-4b38-a654-a158b6dc7582", "rel": "bookmark"}]}, "id": "e98fafa4-1d83-4186-a42f-abb98642c580", "security_groups": [{"name": "default"}], "user_id": "1e54b4922ddf409783915c609dc57c02", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-04T10:34:48Z", "hostId": "851ac21cf6a8c0f64b8ebc2f7093e0254bb4af9b7658fec00ffacf50", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "SimpleHealthCheck-8f6b88b3-5cec-492a-8296-1eb1316a1fdb-inst", "created": "2018-09-04T10:34:43Z", "tenant_id": "1960765e8a3f4cef9b425bab3c37dc2a", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 10:35:42,136 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/e98fafa4-1d83-4186-a42f-abb98642c580 used request id req-34ac80ee-1242-4b6a-843b-6dce92438461 2018-09-04 10:35:42,139 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:8774/v2.1/servers/e98fafa4-1d83-4186-a42f-abb98642c580/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ed533bd0fc9d97500c56f4fa8517eb14f442cd8b" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-04 10:35:43,208 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:35: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-67550e70-33bd-4f7e-91a3-10d8bda9a439 x-compute-request-id: req-67550e70-33bd-4f7e-91a3-10d8bda9a439 Content-Encoding: gzip Content-Length: 7667 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 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 564598379 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 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.912 MHz processor\n[ 0.147613] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.149263] pid_max: default: 32768 minimum: 301\n[ 0.150152] ACPI: Core revision 20150930\n[ 0.151541] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.152842] Security Framework initialized\n[ 0.153652] Yama: becoming mindful.\n[ 0.154380] AppArmor: AppArmor initialized\n[ 0.155234] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.156517] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.157764] Mount-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.158949] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.160325] Initializing cgroup subsys io\n[ 0.161133] Initializing cgroup subsys memory\n[ 0.161983] Initializing cgroup subsys devices\n[ 0.162859] Initializing cgroup subsys freezer\n[ 0.163723] Initializing cgroup subsys net_cls\n[ 0.164581] Initializing cgroup subsys perf_event\n[ 0.165478] Initializing cgroup subsys net_prio\n[ 0.166349] Initializing cgroup subsys hugetlb\n[ 0.167213] Initializing cgroup subsys pids\n[ 0.168081] CPU: Physical Processor ID: 0\n[ 0.169566] mce: CPU supports 10 MCE banks\n[ 0.170408] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.171405] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.182343] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.188960] ftrace: allocating 31920 entries in 125 pages\n[ 0.216304] smpboot: Max logical packages: 1\n[ 0.217150] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.218490] x2apic enabled\n[ 0.219309] Switched APIC routing to physical x2apic.\n[ 0.221049] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.222161] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.224142] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.225913] KVM setup paravirtual spinlock\n[ 0.227247] x86: Booted up 1 node, 1 CPUs\n[ 0.228045] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.229425] devtmpfs: initialized\n[ 0.231126] evm: security.selinux\n[ 0.231817] evm: security.SMACK64\n[ 0.232509] evm: security.SMACK64EXEC\n[ 0.233247] evm: security.SMACK64TRANSMUTE\n[ 0.234044] evm: security.SMACK64MMAP\n[ 0.234788] evm: security.ima\n[ 0.235426] evm: security.capability\n[ 0.236227] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.238066] pinctrl core: initialized pinctrl subsystem\n[ 0.239169] RTC time: 10:34:47, date: 09/04/18\n[ 0.240124] NET: Registered protocol family 16\n[ 0.241096] cpuidle: using governor ladder\n[ 0.241907] cpuidle: using governor menu\n[ 0.242690] PCCT header not found.\n[ 0.243443] ACPI: bus type PCI registered\n[ 0.244243] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.245481] PCI: Using configuration type 1 for base access\n[ 0.247239] ACPI: Added _OSI(Module Device)\n[ 0.248081] ACPI: Added _OSI(Processor Device)\n[ 0.248938] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.249832] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.251911] ACPI: Interpreter enabled\n[ 0.252697] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.254551] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.256401] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.258256] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.260103] ACPI: (supports S0 S5)\n[ 0.260808] ACPI: Using IOAPIC for interrupt routing\n[ 0.261914] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.265026] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.266184] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.267423] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.268620] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.270850] acpiphp: Slot [3] registered\n[ 0.271656] acpiphp: Slot [4] registered\n[ 0.272461] acpiphp: Slot [5] registered\n[ 0.273262] acpiphp: Slot [6] registered\n[ 0.274063] acpiphp: Slot [7] registered\n[ 0.274865] acpiphp: Slot [8] registered\n[ 0.275666] acpiphp: Slot [9] registered\n[ 0.276467] acpiphp: Slot [10] registered\n[ 0.277286] acpiphp: Slot [11] registered\n[ 0.278101] acpiphp: Slot [12] registered\n[ 0.278918] acpiphp: Slot [13] registered\n[ 0.279734] acpiphp: Slot [14] registered\n[ 0.280545] acpiphp: Slot [15] registered\n[ 0.291377] acpiphp: Slot [16] registered\n[ 0.292197] acpiphp: Slot [17] registered\n[ 0.293008] acpiphp: Slot [18] registered\n[ 0.293825] acpiphp: Slot [19] registered\n[ 0.294639] acpiphp: Slot [20] registered\n[ 0.295458] acpiphp: Slot [21] registered\n[ 0.296272] acpiphp: Slot [22] registered\n[ 0.297085] acpiphp: Slot [23] registered\n[ 0.297897] acpiphp: Slot [24] registered\n[ 0.298714] acpiphp: Slot [25] registered\n[ 0.299535] acpiphp: Slot [26] registered\n[ 0.300350] acpiphp: Slot [27] registered\n[ 0.301162] acpiphp: Slot [28] registered\n[ 0.301970] acpiphp: Slot [29] registered\n[ 0.302793] acpiphp: Slot [30] registered\n[ 0.303617] acpiphp: Slot [31] registered\n[ 0.304430] PCI host bridge to bus 0000:00\n[ 0.305242] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.306455] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.307673] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.309127] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window]\n[ 0.310579] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.316673] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.317955] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.319138] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.320408] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.327319] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.328759] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.375173] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.376669] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.378088] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.379513] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.380906] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.382849] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.384022] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.385077] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.386618] vgaarb: loaded\n[ 0.387224] vgaarb: bridge control possible 0000:00:02.0\n[ 0.388380] SCSI subsystem initialized\n[ 0.389217] ACPI: bus type USB registered\n[ 0.390032] usbcore: registered new interface driver usbfs\n[ 0.391073] usbcore: registered new interface driver hub\n[ 0.392078] usbcore: registered new device driver usb\n[ 0.393140] PCI: Using ACPI for IRQ routing\n[ 0.394175] NetLabel: Initializing\n[ 0.394889] NetLabel: domain hash size = 128\n[ 0.395744] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.396697] NetLabel: unlabeled traffic allowed by default\n[ 0.397793] clocksource: Switched to clocksource kvm-clock\n[ 0.403375] AppArmor: AppArmor Filesystem Enabled\n[ 0.404343] pnp: PnP ACPI init\n[ 0.405268] pnp: PnP ACPI: found 5 devices\n[ 0.411302] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.412998] NET: Registered protocol family 2\n[ 0.413984] TCP established hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.415269] TCP bind hash table entries: 2048 (order: 3, 32768 bytes)\n[ 0.416437] TCP: Hash tables configured (established 2048 bind 2048)\n[ 0.417600] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.418678] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.419852] NET: Registered protocol family 1\n[ 0.420723] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.421817] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.422890] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.437293] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.451566] Trying to unpack rootfs image as initramfs...\n[ 0.503538] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000)\n[ 0.518128] Scanning for low memory corruption every 60 seconds\n[ 0.519805] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.521564] audit: initializing netlink subsys (disabled)\n[ 0.523122] audit: type=2000 audit(1536057288.751:1): initialized\n[ 0.525041] Initialise system trusted keyring\n[ 0.526394] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.528170] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.530777] zbud: loaded\n[ 0.531726] VFS: Disk quotas dquot_6.6.0\n[ 0.532920] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.535124] fuse init (API version 7.23)\n[ 0.536393] Key type big_key registered\n[ 0.537570] Allocating IMA MOK and blacklist keyrings.\n[ 0.539179] Key type asymmetric registered\n[ 0.540420] Asymmetric key parser 'x509' registered\n[ 0.541844] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.543985] io scheduler noop registered\n[ 0.545173] io scheduler deadline registered (default)\n[ 0.546651] io scheduler cfq registered\n[ 0.547833] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.549373] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.551293] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.553474] ACPI: Power Button [PWRF]\n[ 0.554692] GHES: HEST is not enabled!\n[ 0.568692] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.596789] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.599019] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.624480] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.626766] Linux agpgart interface v0.103\n[ 0.629242] brd: module loaded\n[ 0.630428] loop: module loaded\n[ 0.634426] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.635859] GPT:90111 != 20971519\n[ 0.636540] GPT:Alternate GPT header not at the end of the disk.\n[ 0.637615] GPT:90111 != 20971519\n[ 0.638300] GPT: Use GNU Parted to correct GPT errors.\n[ 0.639260] vda: vda1 vda15\n[ 0.641177] scsi host0: ata_piix\n[ 0.642283] scsi host1: ata_piix\n[ 0.642985] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.644185] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.645607] libphy: Fixed MDIO Bus: probed\n[ 0.646428] tun: Universal TUN/TAP device driver, 1.6\n[ 0.647370] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.649569] PPP generic driver version 2.4.2\n[ 0.650699] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.651881] ehci-pci: EHCI PCI platform driver\n[ 0.652747] ehci-platform: EHCI generic platform driver\n[ 0.653720] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.654841] ohci-pci: OHCI PCI platform driver\n[ 0.655712] ohci-platform: OHCI generic platform driver\n[ 0.656678] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.671332] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.672324] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.673753] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.674771] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.675872] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.677092] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.678516] usb usb1: Product: UHCI Host Controller\n[ 0.679444] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.680570] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.681596] hub 1-0:1.0: USB hub found\n[ 0.682380] hub 1-0:1.0: 2 ports detected\n[ 0.683285] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.685372] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.686322] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.687343] mousedev: PS/2 mouse device common for all mice\n[ 0.688590] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.690408] rtc_cmos 00:00: RTC can wake from S4\n[ 0.691493] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.692676] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.693867] i2c /dev entries driver\n[ 0.694627] device-mapper: uevent: version 1.0.3\n[ 0.695550] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.697149] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.698413] NET: Registered protocol family 10\n[ 0.699409] NET: Registered protocol family 17\n[ 0.700289] Key type dns_resolver registered\n[ 0.701194] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.702273] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.704026] registered taskstats version 1\n[ 0.704845] Loading compiled-in X.509 certificates\n[ 0.706279] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.708108] zswap: loaded using pool lzo/zbud\n[ 0.709465] Key type trusted registered\n[ 0.711007] Key type encrypted registered\n[ 0.711834] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.712852] ima: No TPM chip found, activating TPM-bypass!\n[ 0.713890] evm: HMAC attrs: 0x1\n[ 0.714830] Magic number: 2:407:577\n[ 0.715671] rtc_cmos 00:00: setting system clock to 2018-09-04 10:34:48 UTC (1536057288)\n[ 0.717256] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.718359] EDD information not available.\n[ 0.802767] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.804301] Write protecting the kernel read-only data: 14336k\n[ 0.815963] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.817748] 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.858595] 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.14\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found 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-09-04 10:35:43,208 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/e98fafa4-1d83-4186-a42f-abb98642c580/action used request id req-67550e70-33bd-4f7e-91a3-10d8bda9a439 2018-09-04 10:35:43,216 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/e98fafa4-1d83-4186-a42f-abb98642c580 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ed533bd0fc9d97500c56f4fa8517eb14f442cd8b" 2018-09-04 10:35:43,679 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10: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-218365b0-2a70-4158-a62c-8c6c1a46b25f x-compute-request-id: req-218365b0-2a70-4158-a62c-8c6c1a46b25f Content-Encoding: gzip Content-Length: 751 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"SimpleHealthCheck-8f6b88b3-5cec-492a-8296-1eb1316a1fdb-priv-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:95:08:47", "version": 4, "addr": "10.55.0.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/e98fafa4-1d83-4186-a42f-abb98642c580", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/e98fafa4-1d83-4186-a42f-abb98642c580", "rel": "bookmark"}], "image": {"id": "1cfc545f-18fd-4dec-a743-4091048230a0", "links": [{"href": "http://172.30.9.28:8774/images/1cfc545f-18fd-4dec-a743-4091048230a0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-04T10:34:47.000000", "flavor": {"id": "c662a3dd-76a7-4b38-a654-a158b6dc7582", "links": [{"href": "http://172.30.9.28:8774/flavors/c662a3dd-76a7-4b38-a654-a158b6dc7582", "rel": "bookmark"}]}, "id": "e98fafa4-1d83-4186-a42f-abb98642c580", "security_groups": [{"name": "default"}], "user_id": "1e54b4922ddf409783915c609dc57c02", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-04T10:34:48Z", "hostId": "851ac21cf6a8c0f64b8ebc2f7093e0254bb4af9b7658fec00ffacf50", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "SimpleHealthCheck-8f6b88b3-5cec-492a-8296-1eb1316a1fdb-inst", "created": "2018-09-04T10:34:43Z", "tenant_id": "1960765e8a3f4cef9b425bab3c37dc2a", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 10:35:43,679 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/e98fafa4-1d83-4186-a42f-abb98642c580 used request id req-218365b0-2a70-4158-a62c-8c6c1a46b25f 2018-09-04 10:35:43,682 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:8774/v2.1/servers/e98fafa4-1d83-4186-a42f-abb98642c580/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ed533bd0fc9d97500c56f4fa8517eb14f442cd8b" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-04 10:35:44,781 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10: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-52c05f11-96d8-47d5-9594-8a2f07dbf227 x-compute-request-id: req-52c05f11-96d8-47d5-9594-8a2f07dbf227 Content-Encoding: gzip Content-Length: 7667 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 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 564598379 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 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.912 MHz processor\n[ 0.147613] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.149263] pid_max: default: 32768 minimum: 301\n[ 0.150152] ACPI: Core revision 20150930\n[ 0.151541] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.152842] Security Framework initialized\n[ 0.153652] Yama: becoming mindful.\n[ 0.154380] AppArmor: AppArmor initialized\n[ 0.155234] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.156517] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.157764] Mount-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.158949] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.160325] Initializing cgroup subsys io\n[ 0.161133] Initializing cgroup subsys memory\n[ 0.161983] Initializing cgroup subsys devices\n[ 0.162859] Initializing cgroup subsys freezer\n[ 0.163723] Initializing cgroup subsys net_cls\n[ 0.164581] Initializing cgroup subsys perf_event\n[ 0.165478] Initializing cgroup subsys net_prio\n[ 0.166349] Initializing cgroup subsys hugetlb\n[ 0.167213] Initializing cgroup subsys pids\n[ 0.168081] CPU: Physical Processor ID: 0\n[ 0.169566] mce: CPU supports 10 MCE banks\n[ 0.170408] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.171405] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.182343] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.188960] ftrace: allocating 31920 entries in 125 pages\n[ 0.216304] smpboot: Max logical packages: 1\n[ 0.217150] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.218490] x2apic enabled\n[ 0.219309] Switched APIC routing to physical x2apic.\n[ 0.221049] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.222161] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.224142] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.225913] KVM setup paravirtual spinlock\n[ 0.227247] x86: Booted up 1 node, 1 CPUs\n[ 0.228045] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.229425] devtmpfs: initialized\n[ 0.231126] evm: security.selinux\n[ 0.231817] evm: security.SMACK64\n[ 0.232509] evm: security.SMACK64EXEC\n[ 0.233247] evm: security.SMACK64TRANSMUTE\n[ 0.234044] evm: security.SMACK64MMAP\n[ 0.234788] evm: security.ima\n[ 0.235426] evm: security.capability\n[ 0.236227] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.238066] pinctrl core: initialized pinctrl subsystem\n[ 0.239169] RTC time: 10:34:47, date: 09/04/18\n[ 0.240124] NET: Registered protocol family 16\n[ 0.241096] cpuidle: using governor ladder\n[ 0.241907] cpuidle: using governor menu\n[ 0.242690] PCCT header not found.\n[ 0.243443] ACPI: bus type PCI registered\n[ 0.244243] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.245481] PCI: Using configuration type 1 for base access\n[ 0.247239] ACPI: Added _OSI(Module Device)\n[ 0.248081] ACPI: Added _OSI(Processor Device)\n[ 0.248938] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.249832] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.251911] ACPI: Interpreter enabled\n[ 0.252697] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.254551] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.256401] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.258256] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.260103] ACPI: (supports S0 S5)\n[ 0.260808] ACPI: Using IOAPIC for interrupt routing\n[ 0.261914] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.265026] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.266184] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.267423] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.268620] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.270850] acpiphp: Slot [3] registered\n[ 0.271656] acpiphp: Slot [4] registered\n[ 0.272461] acpiphp: Slot [5] registered\n[ 0.273262] acpiphp: Slot [6] registered\n[ 0.274063] acpiphp: Slot [7] registered\n[ 0.274865] acpiphp: Slot [8] registered\n[ 0.275666] acpiphp: Slot [9] registered\n[ 0.276467] acpiphp: Slot [10] registered\n[ 0.277286] acpiphp: Slot [11] registered\n[ 0.278101] acpiphp: Slot [12] registered\n[ 0.278918] acpiphp: Slot [13] registered\n[ 0.279734] acpiphp: Slot [14] registered\n[ 0.280545] acpiphp: Slot [15] registered\n[ 0.291377] acpiphp: Slot [16] registered\n[ 0.292197] acpiphp: Slot [17] registered\n[ 0.293008] acpiphp: Slot [18] registered\n[ 0.293825] acpiphp: Slot [19] registered\n[ 0.294639] acpiphp: Slot [20] registered\n[ 0.295458] acpiphp: Slot [21] registered\n[ 0.296272] acpiphp: Slot [22] registered\n[ 0.297085] acpiphp: Slot [23] registered\n[ 0.297897] acpiphp: Slot [24] registered\n[ 0.298714] acpiphp: Slot [25] registered\n[ 0.299535] acpiphp: Slot [26] registered\n[ 0.300350] acpiphp: Slot [27] registered\n[ 0.301162] acpiphp: Slot [28] registered\n[ 0.301970] acpiphp: Slot [29] registered\n[ 0.302793] acpiphp: Slot [30] registered\n[ 0.303617] acpiphp: Slot [31] registered\n[ 0.304430] PCI host bridge to bus 0000:00\n[ 0.305242] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.306455] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.307673] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.309127] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window]\n[ 0.310579] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.316673] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.317955] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.319138] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.320408] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.327319] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.328759] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.375173] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.376669] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.378088] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.379513] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.380906] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.382849] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.384022] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.385077] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.386618] vgaarb: loaded\n[ 0.387224] vgaarb: bridge control possible 0000:00:02.0\n[ 0.388380] SCSI subsystem initialized\n[ 0.389217] ACPI: bus type USB registered\n[ 0.390032] usbcore: registered new interface driver usbfs\n[ 0.391073] usbcore: registered new interface driver hub\n[ 0.392078] usbcore: registered new device driver usb\n[ 0.393140] PCI: Using ACPI for IRQ routing\n[ 0.394175] NetLabel: Initializing\n[ 0.394889] NetLabel: domain hash size = 128\n[ 0.395744] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.396697] NetLabel: unlabeled traffic allowed by default\n[ 0.397793] clocksource: Switched to clocksource kvm-clock\n[ 0.403375] AppArmor: AppArmor Filesystem Enabled\n[ 0.404343] pnp: PnP ACPI init\n[ 0.405268] pnp: PnP ACPI: found 5 devices\n[ 0.411302] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.412998] NET: Registered protocol family 2\n[ 0.413984] TCP established hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.415269] TCP bind hash table entries: 2048 (order: 3, 32768 bytes)\n[ 0.416437] TCP: Hash tables configured (established 2048 bind 2048)\n[ 0.417600] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.418678] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.419852] NET: Registered protocol family 1\n[ 0.420723] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.421817] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.422890] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.437293] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.451566] Trying to unpack rootfs image as initramfs...\n[ 0.503538] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000)\n[ 0.518128] Scanning for low memory corruption every 60 seconds\n[ 0.519805] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.521564] audit: initializing netlink subsys (disabled)\n[ 0.523122] audit: type=2000 audit(1536057288.751:1): initialized\n[ 0.525041] Initialise system trusted keyring\n[ 0.526394] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.528170] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.530777] zbud: loaded\n[ 0.531726] VFS: Disk quotas dquot_6.6.0\n[ 0.532920] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.535124] fuse init (API version 7.23)\n[ 0.536393] Key type big_key registered\n[ 0.537570] Allocating IMA MOK and blacklist keyrings.\n[ 0.539179] Key type asymmetric registered\n[ 0.540420] Asymmetric key parser 'x509' registered\n[ 0.541844] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.543985] io scheduler noop registered\n[ 0.545173] io scheduler deadline registered (default)\n[ 0.546651] io scheduler cfq registered\n[ 0.547833] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.549373] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.551293] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.553474] ACPI: Power Button [PWRF]\n[ 0.554692] GHES: HEST is not enabled!\n[ 0.568692] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.596789] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.599019] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.624480] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.626766] Linux agpgart interface v0.103\n[ 0.629242] brd: module loaded\n[ 0.630428] loop: module loaded\n[ 0.634426] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.635859] GPT:90111 != 20971519\n[ 0.636540] GPT:Alternate GPT header not at the end of the disk.\n[ 0.637615] GPT:90111 != 20971519\n[ 0.638300] GPT: Use GNU Parted to correct GPT errors.\n[ 0.639260] vda: vda1 vda15\n[ 0.641177] scsi host0: ata_piix\n[ 0.642283] scsi host1: ata_piix\n[ 0.642985] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.644185] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.645607] libphy: Fixed MDIO Bus: probed\n[ 0.646428] tun: Universal TUN/TAP device driver, 1.6\n[ 0.647370] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.649569] PPP generic driver version 2.4.2\n[ 0.650699] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.651881] ehci-pci: EHCI PCI platform driver\n[ 0.652747] ehci-platform: EHCI generic platform driver\n[ 0.653720] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.654841] ohci-pci: OHCI PCI platform driver\n[ 0.655712] ohci-platform: OHCI generic platform driver\n[ 0.656678] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.671332] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.672324] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.673753] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.674771] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.675872] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.677092] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.678516] usb usb1: Product: UHCI Host Controller\n[ 0.679444] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.680570] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.681596] hub 1-0:1.0: USB hub found\n[ 0.682380] hub 1-0:1.0: 2 ports detected\n[ 0.683285] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.685372] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.686322] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.687343] mousedev: PS/2 mouse device common for all mice\n[ 0.688590] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.690408] rtc_cmos 00:00: RTC can wake from S4\n[ 0.691493] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.692676] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.693867] i2c /dev entries driver\n[ 0.694627] device-mapper: uevent: version 1.0.3\n[ 0.695550] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.697149] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.698413] NET: Registered protocol family 10\n[ 0.699409] NET: Registered protocol family 17\n[ 0.700289] Key type dns_resolver registered\n[ 0.701194] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.702273] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.704026] registered taskstats version 1\n[ 0.704845] Loading compiled-in X.509 certificates\n[ 0.706279] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.708108] zswap: loaded using pool lzo/zbud\n[ 0.709465] Key type trusted registered\n[ 0.711007] Key type encrypted registered\n[ 0.711834] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.712852] ima: No TPM chip found, activating TPM-bypass!\n[ 0.713890] evm: HMAC attrs: 0x1\n[ 0.714830] Magic number: 2:407:577\n[ 0.715671] rtc_cmos 00:00: setting system clock to 2018-09-04 10:34:48 UTC (1536057288)\n[ 0.717256] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.718359] EDD information not available.\n[ 0.802767] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.804301] Write protecting the kernel read-only data: 14336k\n[ 0.815963] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.817748] 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.858595] 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.14\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found 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-09-04 10:35:44,782 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/e98fafa4-1d83-4186-a42f-abb98642c580/action used request id req-52c05f11-96d8-47d5-9594-8a2f07dbf227 2018-09-04 10:35:44,788 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/e98fafa4-1d83-4186-a42f-abb98642c580 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ed533bd0fc9d97500c56f4fa8517eb14f442cd8b" 2018-09-04 10:35:45,546 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:35: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-063361c6-cefb-492b-a944-b3b487fc09b0 x-compute-request-id: req-063361c6-cefb-492b-a944-b3b487fc09b0 Content-Encoding: gzip Content-Length: 751 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"SimpleHealthCheck-8f6b88b3-5cec-492a-8296-1eb1316a1fdb-priv-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:95:08:47", "version": 4, "addr": "10.55.0.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/e98fafa4-1d83-4186-a42f-abb98642c580", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/e98fafa4-1d83-4186-a42f-abb98642c580", "rel": "bookmark"}], "image": {"id": "1cfc545f-18fd-4dec-a743-4091048230a0", "links": [{"href": "http://172.30.9.28:8774/images/1cfc545f-18fd-4dec-a743-4091048230a0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-04T10:34:47.000000", "flavor": {"id": "c662a3dd-76a7-4b38-a654-a158b6dc7582", "links": [{"href": "http://172.30.9.28:8774/flavors/c662a3dd-76a7-4b38-a654-a158b6dc7582", "rel": "bookmark"}]}, "id": "e98fafa4-1d83-4186-a42f-abb98642c580", "security_groups": [{"name": "default"}], "user_id": "1e54b4922ddf409783915c609dc57c02", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-04T10:34:48Z", "hostId": "851ac21cf6a8c0f64b8ebc2f7093e0254bb4af9b7658fec00ffacf50", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "SimpleHealthCheck-8f6b88b3-5cec-492a-8296-1eb1316a1fdb-inst", "created": "2018-09-04T10:34:43Z", "tenant_id": "1960765e8a3f4cef9b425bab3c37dc2a", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 10:35:45,546 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/e98fafa4-1d83-4186-a42f-abb98642c580 used request id req-063361c6-cefb-492b-a944-b3b487fc09b0 2018-09-04 10:35:45,549 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:8774/v2.1/servers/e98fafa4-1d83-4186-a42f-abb98642c580/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ed533bd0fc9d97500c56f4fa8517eb14f442cd8b" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-04 10:35:46,616 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:35: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-6cd684aa-371b-44de-80d4-34e6910251fd x-compute-request-id: req-6cd684aa-371b-44de-80d4-34e6910251fd Content-Encoding: gzip Content-Length: 7667 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 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 564598379 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 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.912 MHz processor\n[ 0.147613] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.149263] pid_max: default: 32768 minimum: 301\n[ 0.150152] ACPI: Core revision 20150930\n[ 0.151541] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.152842] Security Framework initialized\n[ 0.153652] Yama: becoming mindful.\n[ 0.154380] AppArmor: AppArmor initialized\n[ 0.155234] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.156517] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.157764] Mount-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.158949] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.160325] Initializing cgroup subsys io\n[ 0.161133] Initializing cgroup subsys memory\n[ 0.161983] Initializing cgroup subsys devices\n[ 0.162859] Initializing cgroup subsys freezer\n[ 0.163723] Initializing cgroup subsys net_cls\n[ 0.164581] Initializing cgroup subsys perf_event\n[ 0.165478] Initializing cgroup subsys net_prio\n[ 0.166349] Initializing cgroup subsys hugetlb\n[ 0.167213] Initializing cgroup subsys pids\n[ 0.168081] CPU: Physical Processor ID: 0\n[ 0.169566] mce: CPU supports 10 MCE banks\n[ 0.170408] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.171405] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.182343] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.188960] ftrace: allocating 31920 entries in 125 pages\n[ 0.216304] smpboot: Max logical packages: 1\n[ 0.217150] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.218490] x2apic enabled\n[ 0.219309] Switched APIC routing to physical x2apic.\n[ 0.221049] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.222161] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.224142] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.225913] KVM setup paravirtual spinlock\n[ 0.227247] x86: Booted up 1 node, 1 CPUs\n[ 0.228045] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.229425] devtmpfs: initialized\n[ 0.231126] evm: security.selinux\n[ 0.231817] evm: security.SMACK64\n[ 0.232509] evm: security.SMACK64EXEC\n[ 0.233247] evm: security.SMACK64TRANSMUTE\n[ 0.234044] evm: security.SMACK64MMAP\n[ 0.234788] evm: security.ima\n[ 0.235426] evm: security.capability\n[ 0.236227] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.238066] pinctrl core: initialized pinctrl subsystem\n[ 0.239169] RTC time: 10:34:47, date: 09/04/18\n[ 0.240124] NET: Registered protocol family 16\n[ 0.241096] cpuidle: using governor ladder\n[ 0.241907] cpuidle: using governor menu\n[ 0.242690] PCCT header not found.\n[ 0.243443] ACPI: bus type PCI registered\n[ 0.244243] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.245481] PCI: Using configuration type 1 for base access\n[ 0.247239] ACPI: Added _OSI(Module Device)\n[ 0.248081] ACPI: Added _OSI(Processor Device)\n[ 0.248938] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.249832] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.251911] ACPI: Interpreter enabled\n[ 0.252697] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.254551] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.256401] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.258256] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.260103] ACPI: (supports S0 S5)\n[ 0.260808] ACPI: Using IOAPIC for interrupt routing\n[ 0.261914] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.265026] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.266184] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.267423] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.268620] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.270850] acpiphp: Slot [3] registered\n[ 0.271656] acpiphp: Slot [4] registered\n[ 0.272461] acpiphp: Slot [5] registered\n[ 0.273262] acpiphp: Slot [6] registered\n[ 0.274063] acpiphp: Slot [7] registered\n[ 0.274865] acpiphp: Slot [8] registered\n[ 0.275666] acpiphp: Slot [9] registered\n[ 0.276467] acpiphp: Slot [10] registered\n[ 0.277286] acpiphp: Slot [11] registered\n[ 0.278101] acpiphp: Slot [12] registered\n[ 0.278918] acpiphp: Slot [13] registered\n[ 0.279734] acpiphp: Slot [14] registered\n[ 0.280545] acpiphp: Slot [15] registered\n[ 0.291377] acpiphp: Slot [16] registered\n[ 0.292197] acpiphp: Slot [17] registered\n[ 0.293008] acpiphp: Slot [18] registered\n[ 0.293825] acpiphp: Slot [19] registered\n[ 0.294639] acpiphp: Slot [20] registered\n[ 0.295458] acpiphp: Slot [21] registered\n[ 0.296272] acpiphp: Slot [22] registered\n[ 0.297085] acpiphp: Slot [23] registered\n[ 0.297897] acpiphp: Slot [24] registered\n[ 0.298714] acpiphp: Slot [25] registered\n[ 0.299535] acpiphp: Slot [26] registered\n[ 0.300350] acpiphp: Slot [27] registered\n[ 0.301162] acpiphp: Slot [28] registered\n[ 0.301970] acpiphp: Slot [29] registered\n[ 0.302793] acpiphp: Slot [30] registered\n[ 0.303617] acpiphp: Slot [31] registered\n[ 0.304430] PCI host bridge to bus 0000:00\n[ 0.305242] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.306455] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.307673] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.309127] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window]\n[ 0.310579] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.316673] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.317955] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.319138] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.320408] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.327319] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.328759] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.375173] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.376669] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.378088] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.379513] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.380906] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.382849] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.384022] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.385077] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.386618] vgaarb: loaded\n[ 0.387224] vgaarb: bridge control possible 0000:00:02.0\n[ 0.388380] SCSI subsystem initialized\n[ 0.389217] ACPI: bus type USB registered\n[ 0.390032] usbcore: registered new interface driver usbfs\n[ 0.391073] usbcore: registered new interface driver hub\n[ 0.392078] usbcore: registered new device driver usb\n[ 0.393140] PCI: Using ACPI for IRQ routing\n[ 0.394175] NetLabel: Initializing\n[ 0.394889] NetLabel: domain hash size = 128\n[ 0.395744] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.396697] NetLabel: unlabeled traffic allowed by default\n[ 0.397793] clocksource: Switched to clocksource kvm-clock\n[ 0.403375] AppArmor: AppArmor Filesystem Enabled\n[ 0.404343] pnp: PnP ACPI init\n[ 0.405268] pnp: PnP ACPI: found 5 devices\n[ 0.411302] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.412998] NET: Registered protocol family 2\n[ 0.413984] TCP established hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.415269] TCP bind hash table entries: 2048 (order: 3, 32768 bytes)\n[ 0.416437] TCP: Hash tables configured (established 2048 bind 2048)\n[ 0.417600] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.418678] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.419852] NET: Registered protocol family 1\n[ 0.420723] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.421817] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.422890] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.437293] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.451566] Trying to unpack rootfs image as initramfs...\n[ 0.503538] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000)\n[ 0.518128] Scanning for low memory corruption every 60 seconds\n[ 0.519805] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.521564] audit: initializing netlink subsys (disabled)\n[ 0.523122] audit: type=2000 audit(1536057288.751:1): initialized\n[ 0.525041] Initialise system trusted keyring\n[ 0.526394] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.528170] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.530777] zbud: loaded\n[ 0.531726] VFS: Disk quotas dquot_6.6.0\n[ 0.532920] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.535124] fuse init (API version 7.23)\n[ 0.536393] Key type big_key registered\n[ 0.537570] Allocating IMA MOK and blacklist keyrings.\n[ 0.539179] Key type asymmetric registered\n[ 0.540420] Asymmetric key parser 'x509' registered\n[ 0.541844] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.543985] io scheduler noop registered\n[ 0.545173] io scheduler deadline registered (default)\n[ 0.546651] io scheduler cfq registered\n[ 0.547833] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.549373] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.551293] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.553474] ACPI: Power Button [PWRF]\n[ 0.554692] GHES: HEST is not enabled!\n[ 0.568692] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.596789] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.599019] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.624480] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.626766] Linux agpgart interface v0.103\n[ 0.629242] brd: module loaded\n[ 0.630428] loop: module loaded\n[ 0.634426] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.635859] GPT:90111 != 20971519\n[ 0.636540] GPT:Alternate GPT header not at the end of the disk.\n[ 0.637615] GPT:90111 != 20971519\n[ 0.638300] GPT: Use GNU Parted to correct GPT errors.\n[ 0.639260] vda: vda1 vda15\n[ 0.641177] scsi host0: ata_piix\n[ 0.642283] scsi host1: ata_piix\n[ 0.642985] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.644185] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.645607] libphy: Fixed MDIO Bus: probed\n[ 0.646428] tun: Universal TUN/TAP device driver, 1.6\n[ 0.647370] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.649569] PPP generic driver version 2.4.2\n[ 0.650699] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.651881] ehci-pci: EHCI PCI platform driver\n[ 0.652747] ehci-platform: EHCI generic platform driver\n[ 0.653720] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.654841] ohci-pci: OHCI PCI platform driver\n[ 0.655712] ohci-platform: OHCI generic platform driver\n[ 0.656678] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.671332] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.672324] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.673753] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.674771] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.675872] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.677092] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.678516] usb usb1: Product: UHCI Host Controller\n[ 0.679444] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.680570] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.681596] hub 1-0:1.0: USB hub found\n[ 0.682380] hub 1-0:1.0: 2 ports detected\n[ 0.683285] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.685372] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.686322] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.687343] mousedev: PS/2 mouse device common for all mice\n[ 0.688590] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.690408] rtc_cmos 00:00: RTC can wake from S4\n[ 0.691493] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.692676] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.693867] i2c /dev entries driver\n[ 0.694627] device-mapper: uevent: version 1.0.3\n[ 0.695550] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.697149] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.698413] NET: Registered protocol family 10\n[ 0.699409] NET: Registered protocol family 17\n[ 0.700289] Key type dns_resolver registered\n[ 0.701194] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.702273] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.704026] registered taskstats version 1\n[ 0.704845] Loading compiled-in X.509 certificates\n[ 0.706279] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.708108] zswap: loaded using pool lzo/zbud\n[ 0.709465] Key type trusted registered\n[ 0.711007] Key type encrypted registered\n[ 0.711834] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.712852] ima: No TPM chip found, activating TPM-bypass!\n[ 0.713890] evm: HMAC attrs: 0x1\n[ 0.714830] Magic number: 2:407:577\n[ 0.715671] rtc_cmos 00:00: setting system clock to 2018-09-04 10:34:48 UTC (1536057288)\n[ 0.717256] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.718359] EDD information not available.\n[ 0.802767] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.804301] Write protecting the kernel read-only data: 14336k\n[ 0.815963] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.817748] 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.858595] 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.14\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found 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-09-04 10:35:46,616 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/e98fafa4-1d83-4186-a42f-abb98642c580/action used request id req-6cd684aa-371b-44de-80d4-34e6910251fd 2018-09-04 10:35:46,622 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/e98fafa4-1d83-4186-a42f-abb98642c580 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ed533bd0fc9d97500c56f4fa8517eb14f442cd8b" 2018-09-04 10:35:47,099 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10: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-7f60592f-4d08-4afd-a419-690b817b22ca x-compute-request-id: req-7f60592f-4d08-4afd-a419-690b817b22ca Content-Encoding: gzip Content-Length: 751 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"SimpleHealthCheck-8f6b88b3-5cec-492a-8296-1eb1316a1fdb-priv-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:95:08:47", "version": 4, "addr": "10.55.0.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/e98fafa4-1d83-4186-a42f-abb98642c580", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/e98fafa4-1d83-4186-a42f-abb98642c580", "rel": "bookmark"}], "image": {"id": "1cfc545f-18fd-4dec-a743-4091048230a0", "links": [{"href": "http://172.30.9.28:8774/images/1cfc545f-18fd-4dec-a743-4091048230a0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-04T10:34:47.000000", "flavor": {"id": "c662a3dd-76a7-4b38-a654-a158b6dc7582", "links": [{"href": "http://172.30.9.28:8774/flavors/c662a3dd-76a7-4b38-a654-a158b6dc7582", "rel": "bookmark"}]}, "id": "e98fafa4-1d83-4186-a42f-abb98642c580", "security_groups": [{"name": "default"}], "user_id": "1e54b4922ddf409783915c609dc57c02", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-04T10:34:48Z", "hostId": "851ac21cf6a8c0f64b8ebc2f7093e0254bb4af9b7658fec00ffacf50", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "SimpleHealthCheck-8f6b88b3-5cec-492a-8296-1eb1316a1fdb-inst", "created": "2018-09-04T10:34:43Z", "tenant_id": "1960765e8a3f4cef9b425bab3c37dc2a", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 10:35:47,099 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/e98fafa4-1d83-4186-a42f-abb98642c580 used request id req-7f60592f-4d08-4afd-a419-690b817b22ca 2018-09-04 10:35:47,102 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:8774/v2.1/servers/e98fafa4-1d83-4186-a42f-abb98642c580/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ed533bd0fc9d97500c56f4fa8517eb14f442cd8b" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-04 10:35:48,169 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:35: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-976c4d6d-0731-4b0f-b73d-26a140dc1739 x-compute-request-id: req-976c4d6d-0731-4b0f-b73d-26a140dc1739 Content-Encoding: gzip Content-Length: 7667 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 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 564598379 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 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.912 MHz processor\n[ 0.147613] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.149263] pid_max: default: 32768 minimum: 301\n[ 0.150152] ACPI: Core revision 20150930\n[ 0.151541] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.152842] Security Framework initialized\n[ 0.153652] Yama: becoming mindful.\n[ 0.154380] AppArmor: AppArmor initialized\n[ 0.155234] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.156517] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.157764] Mount-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.158949] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.160325] Initializing cgroup subsys io\n[ 0.161133] Initializing cgroup subsys memory\n[ 0.161983] Initializing cgroup subsys devices\n[ 0.162859] Initializing cgroup subsys freezer\n[ 0.163723] Initializing cgroup subsys net_cls\n[ 0.164581] Initializing cgroup subsys perf_event\n[ 0.165478] Initializing cgroup subsys net_prio\n[ 0.166349] Initializing cgroup subsys hugetlb\n[ 0.167213] Initializing cgroup subsys pids\n[ 0.168081] CPU: Physical Processor ID: 0\n[ 0.169566] mce: CPU supports 10 MCE banks\n[ 0.170408] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.171405] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.182343] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.188960] ftrace: allocating 31920 entries in 125 pages\n[ 0.216304] smpboot: Max logical packages: 1\n[ 0.217150] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.218490] x2apic enabled\n[ 0.219309] Switched APIC routing to physical x2apic.\n[ 0.221049] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.222161] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.224142] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.225913] KVM setup paravirtual spinlock\n[ 0.227247] x86: Booted up 1 node, 1 CPUs\n[ 0.228045] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.229425] devtmpfs: initialized\n[ 0.231126] evm: security.selinux\n[ 0.231817] evm: security.SMACK64\n[ 0.232509] evm: security.SMACK64EXEC\n[ 0.233247] evm: security.SMACK64TRANSMUTE\n[ 0.234044] evm: security.SMACK64MMAP\n[ 0.234788] evm: security.ima\n[ 0.235426] evm: security.capability\n[ 0.236227] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.238066] pinctrl core: initialized pinctrl subsystem\n[ 0.239169] RTC time: 10:34:47, date: 09/04/18\n[ 0.240124] NET: Registered protocol family 16\n[ 0.241096] cpuidle: using governor ladder\n[ 0.241907] cpuidle: using governor menu\n[ 0.242690] PCCT header not found.\n[ 0.243443] ACPI: bus type PCI registered\n[ 0.244243] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.245481] PCI: Using configuration type 1 for base access\n[ 0.247239] ACPI: Added _OSI(Module Device)\n[ 0.248081] ACPI: Added _OSI(Processor Device)\n[ 0.248938] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.249832] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.251911] ACPI: Interpreter enabled\n[ 0.252697] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.254551] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.256401] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.258256] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.260103] ACPI: (supports S0 S5)\n[ 0.260808] ACPI: Using IOAPIC for interrupt routing\n[ 0.261914] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.265026] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.266184] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.267423] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.268620] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.270850] acpiphp: Slot [3] registered\n[ 0.271656] acpiphp: Slot [4] registered\n[ 0.272461] acpiphp: Slot [5] registered\n[ 0.273262] acpiphp: Slot [6] registered\n[ 0.274063] acpiphp: Slot [7] registered\n[ 0.274865] acpiphp: Slot [8] registered\n[ 0.275666] acpiphp: Slot [9] registered\n[ 0.276467] acpiphp: Slot [10] registered\n[ 0.277286] acpiphp: Slot [11] registered\n[ 0.278101] acpiphp: Slot [12] registered\n[ 0.278918] acpiphp: Slot [13] registered\n[ 0.279734] acpiphp: Slot [14] registered\n[ 0.280545] acpiphp: Slot [15] registered\n[ 0.291377] acpiphp: Slot [16] registered\n[ 0.292197] acpiphp: Slot [17] registered\n[ 0.293008] acpiphp: Slot [18] registered\n[ 0.293825] acpiphp: Slot [19] registered\n[ 0.294639] acpiphp: Slot [20] registered\n[ 0.295458] acpiphp: Slot [21] registered\n[ 0.296272] acpiphp: Slot [22] registered\n[ 0.297085] acpiphp: Slot [23] registered\n[ 0.297897] acpiphp: Slot [24] registered\n[ 0.298714] acpiphp: Slot [25] registered\n[ 0.299535] acpiphp: Slot [26] registered\n[ 0.300350] acpiphp: Slot [27] registered\n[ 0.301162] acpiphp: Slot [28] registered\n[ 0.301970] acpiphp: Slot [29] registered\n[ 0.302793] acpiphp: Slot [30] registered\n[ 0.303617] acpiphp: Slot [31] registered\n[ 0.304430] PCI host bridge to bus 0000:00\n[ 0.305242] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.306455] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.307673] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.309127] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window]\n[ 0.310579] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.316673] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.317955] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.319138] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.320408] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.327319] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.328759] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.375173] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.376669] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.378088] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.379513] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.380906] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.382849] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.384022] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.385077] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.386618] vgaarb: loaded\n[ 0.387224] vgaarb: bridge control possible 0000:00:02.0\n[ 0.388380] SCSI subsystem initialized\n[ 0.389217] ACPI: bus type USB registered\n[ 0.390032] usbcore: registered new interface driver usbfs\n[ 0.391073] usbcore: registered new interface driver hub\n[ 0.392078] usbcore: registered new device driver usb\n[ 0.393140] PCI: Using ACPI for IRQ routing\n[ 0.394175] NetLabel: Initializing\n[ 0.394889] NetLabel: domain hash size = 128\n[ 0.395744] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.396697] NetLabel: unlabeled traffic allowed by default\n[ 0.397793] clocksource: Switched to clocksource kvm-clock\n[ 0.403375] AppArmor: AppArmor Filesystem Enabled\n[ 0.404343] pnp: PnP ACPI init\n[ 0.405268] pnp: PnP ACPI: found 5 devices\n[ 0.411302] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.412998] NET: Registered protocol family 2\n[ 0.413984] TCP established hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.415269] TCP bind hash table entries: 2048 (order: 3, 32768 bytes)\n[ 0.416437] TCP: Hash tables configured (established 2048 bind 2048)\n[ 0.417600] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.418678] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.419852] NET: Registered protocol family 1\n[ 0.420723] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.421817] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.422890] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.437293] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.451566] Trying to unpack rootfs image as initramfs...\n[ 0.503538] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000)\n[ 0.518128] Scanning for low memory corruption every 60 seconds\n[ 0.519805] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.521564] audit: initializing netlink subsys (disabled)\n[ 0.523122] audit: type=2000 audit(1536057288.751:1): initialized\n[ 0.525041] Initialise system trusted keyring\n[ 0.526394] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.528170] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.530777] zbud: loaded\n[ 0.531726] VFS: Disk quotas dquot_6.6.0\n[ 0.532920] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.535124] fuse init (API version 7.23)\n[ 0.536393] Key type big_key registered\n[ 0.537570] Allocating IMA MOK and blacklist keyrings.\n[ 0.539179] Key type asymmetric registered\n[ 0.540420] Asymmetric key parser 'x509' registered\n[ 0.541844] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.543985] io scheduler noop registered\n[ 0.545173] io scheduler deadline registered (default)\n[ 0.546651] io scheduler cfq registered\n[ 0.547833] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.549373] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.551293] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.553474] ACPI: Power Button [PWRF]\n[ 0.554692] GHES: HEST is not enabled!\n[ 0.568692] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.596789] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.599019] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.624480] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.626766] Linux agpgart interface v0.103\n[ 0.629242] brd: module loaded\n[ 0.630428] loop: module loaded\n[ 0.634426] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.635859] GPT:90111 != 20971519\n[ 0.636540] GPT:Alternate GPT header not at the end of the disk.\n[ 0.637615] GPT:90111 != 20971519\n[ 0.638300] GPT: Use GNU Parted to correct GPT errors.\n[ 0.639260] vda: vda1 vda15\n[ 0.641177] scsi host0: ata_piix\n[ 0.642283] scsi host1: ata_piix\n[ 0.642985] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.644185] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.645607] libphy: Fixed MDIO Bus: probed\n[ 0.646428] tun: Universal TUN/TAP device driver, 1.6\n[ 0.647370] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.649569] PPP generic driver version 2.4.2\n[ 0.650699] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.651881] ehci-pci: EHCI PCI platform driver\n[ 0.652747] ehci-platform: EHCI generic platform driver\n[ 0.653720] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.654841] ohci-pci: OHCI PCI platform driver\n[ 0.655712] ohci-platform: OHCI generic platform driver\n[ 0.656678] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.671332] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.672324] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.673753] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.674771] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.675872] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.677092] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.678516] usb usb1: Product: UHCI Host Controller\n[ 0.679444] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.680570] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.681596] hub 1-0:1.0: USB hub found\n[ 0.682380] hub 1-0:1.0: 2 ports detected\n[ 0.683285] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.685372] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.686322] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.687343] mousedev: PS/2 mouse device common for all mice\n[ 0.688590] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.690408] rtc_cmos 00:00: RTC can wake from S4\n[ 0.691493] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.692676] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.693867] i2c /dev entries driver\n[ 0.694627] device-mapper: uevent: version 1.0.3\n[ 0.695550] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.697149] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.698413] NET: Registered protocol family 10\n[ 0.699409] NET: Registered protocol family 17\n[ 0.700289] Key type dns_resolver registered\n[ 0.701194] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.702273] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.704026] registered taskstats version 1\n[ 0.704845] Loading compiled-in X.509 certificates\n[ 0.706279] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.708108] zswap: loaded using pool lzo/zbud\n[ 0.709465] Key type trusted registered\n[ 0.711007] Key type encrypted registered\n[ 0.711834] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.712852] ima: No TPM chip found, activating TPM-bypass!\n[ 0.713890] evm: HMAC attrs: 0x1\n[ 0.714830] Magic number: 2:407:577\n[ 0.715671] rtc_cmos 00:00: setting system clock to 2018-09-04 10:34:48 UTC (1536057288)\n[ 0.717256] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.718359] EDD information not available.\n[ 0.802767] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.804301] Write protecting the kernel read-only data: 14336k\n[ 0.815963] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.817748] 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.858595] 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.14\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found 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-09-04 10:35:48,169 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/e98fafa4-1d83-4186-a42f-abb98642c580/action used request id req-976c4d6d-0731-4b0f-b73d-26a140dc1739 2018-09-04 10:35:48,177 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/e98fafa4-1d83-4186-a42f-abb98642c580 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ed533bd0fc9d97500c56f4fa8517eb14f442cd8b" 2018-09-04 10:35:48,620 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:35: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-c5bed3dd-d654-4514-be99-0a147772197f x-compute-request-id: req-c5bed3dd-d654-4514-be99-0a147772197f Content-Encoding: gzip Content-Length: 751 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"SimpleHealthCheck-8f6b88b3-5cec-492a-8296-1eb1316a1fdb-priv-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:95:08:47", "version": 4, "addr": "10.55.0.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/e98fafa4-1d83-4186-a42f-abb98642c580", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/e98fafa4-1d83-4186-a42f-abb98642c580", "rel": "bookmark"}], "image": {"id": "1cfc545f-18fd-4dec-a743-4091048230a0", "links": [{"href": "http://172.30.9.28:8774/images/1cfc545f-18fd-4dec-a743-4091048230a0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-04T10:34:47.000000", "flavor": {"id": "c662a3dd-76a7-4b38-a654-a158b6dc7582", "links": [{"href": "http://172.30.9.28:8774/flavors/c662a3dd-76a7-4b38-a654-a158b6dc7582", "rel": "bookmark"}]}, "id": "e98fafa4-1d83-4186-a42f-abb98642c580", "security_groups": [{"name": "default"}], "user_id": "1e54b4922ddf409783915c609dc57c02", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-04T10:34:48Z", "hostId": "851ac21cf6a8c0f64b8ebc2f7093e0254bb4af9b7658fec00ffacf50", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "SimpleHealthCheck-8f6b88b3-5cec-492a-8296-1eb1316a1fdb-inst", "created": "2018-09-04T10:34:43Z", "tenant_id": "1960765e8a3f4cef9b425bab3c37dc2a", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 10:35:48,621 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/e98fafa4-1d83-4186-a42f-abb98642c580 used request id req-c5bed3dd-d654-4514-be99-0a147772197f 2018-09-04 10:35:48,624 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:8774/v2.1/servers/e98fafa4-1d83-4186-a42f-abb98642c580/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ed533bd0fc9d97500c56f4fa8517eb14f442cd8b" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-04 10:35:49,742 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:35: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-70cd7c1b-bf01-46f0-bd0b-925f2d7e0ddb x-compute-request-id: req-70cd7c1b-bf01-46f0-bd0b-925f2d7e0ddb Content-Encoding: gzip Content-Length: 7667 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 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 564598379 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 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.912 MHz processor\n[ 0.147613] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.149263] pid_max: default: 32768 minimum: 301\n[ 0.150152] ACPI: Core revision 20150930\n[ 0.151541] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.152842] Security Framework initialized\n[ 0.153652] Yama: becoming mindful.\n[ 0.154380] AppArmor: AppArmor initialized\n[ 0.155234] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.156517] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.157764] Mount-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.158949] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.160325] Initializing cgroup subsys io\n[ 0.161133] Initializing cgroup subsys memory\n[ 0.161983] Initializing cgroup subsys devices\n[ 0.162859] Initializing cgroup subsys freezer\n[ 0.163723] Initializing cgroup subsys net_cls\n[ 0.164581] Initializing cgroup subsys perf_event\n[ 0.165478] Initializing cgroup subsys net_prio\n[ 0.166349] Initializing cgroup subsys hugetlb\n[ 0.167213] Initializing cgroup subsys pids\n[ 0.168081] CPU: Physical Processor ID: 0\n[ 0.169566] mce: CPU supports 10 MCE banks\n[ 0.170408] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.171405] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.182343] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.188960] ftrace: allocating 31920 entries in 125 pages\n[ 0.216304] smpboot: Max logical packages: 1\n[ 0.217150] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.218490] x2apic enabled\n[ 0.219309] Switched APIC routing to physical x2apic.\n[ 0.221049] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.222161] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.224142] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.225913] KVM setup paravirtual spinlock\n[ 0.227247] x86: Booted up 1 node, 1 CPUs\n[ 0.228045] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.229425] devtmpfs: initialized\n[ 0.231126] evm: security.selinux\n[ 0.231817] evm: security.SMACK64\n[ 0.232509] evm: security.SMACK64EXEC\n[ 0.233247] evm: security.SMACK64TRANSMUTE\n[ 0.234044] evm: security.SMACK64MMAP\n[ 0.234788] evm: security.ima\n[ 0.235426] evm: security.capability\n[ 0.236227] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.238066] pinctrl core: initialized pinctrl subsystem\n[ 0.239169] RTC time: 10:34:47, date: 09/04/18\n[ 0.240124] NET: Registered protocol family 16\n[ 0.241096] cpuidle: using governor ladder\n[ 0.241907] cpuidle: using governor menu\n[ 0.242690] PCCT header not found.\n[ 0.243443] ACPI: bus type PCI registered\n[ 0.244243] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.245481] PCI: Using configuration type 1 for base access\n[ 0.247239] ACPI: Added _OSI(Module Device)\n[ 0.248081] ACPI: Added _OSI(Processor Device)\n[ 0.248938] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.249832] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.251911] ACPI: Interpreter enabled\n[ 0.252697] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.254551] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.256401] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.258256] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.260103] ACPI: (supports S0 S5)\n[ 0.260808] ACPI: Using IOAPIC for interrupt routing\n[ 0.261914] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.265026] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.266184] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.267423] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.268620] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.270850] acpiphp: Slot [3] registered\n[ 0.271656] acpiphp: Slot [4] registered\n[ 0.272461] acpiphp: Slot [5] registered\n[ 0.273262] acpiphp: Slot [6] registered\n[ 0.274063] acpiphp: Slot [7] registered\n[ 0.274865] acpiphp: Slot [8] registered\n[ 0.275666] acpiphp: Slot [9] registered\n[ 0.276467] acpiphp: Slot [10] registered\n[ 0.277286] acpiphp: Slot [11] registered\n[ 0.278101] acpiphp: Slot [12] registered\n[ 0.278918] acpiphp: Slot [13] registered\n[ 0.279734] acpiphp: Slot [14] registered\n[ 0.280545] acpiphp: Slot [15] registered\n[ 0.291377] acpiphp: Slot [16] registered\n[ 0.292197] acpiphp: Slot [17] registered\n[ 0.293008] acpiphp: Slot [18] registered\n[ 0.293825] acpiphp: Slot [19] registered\n[ 0.294639] acpiphp: Slot [20] registered\n[ 0.295458] acpiphp: Slot [21] registered\n[ 0.296272] acpiphp: Slot [22] registered\n[ 0.297085] acpiphp: Slot [23] registered\n[ 0.297897] acpiphp: Slot [24] registered\n[ 0.298714] acpiphp: Slot [25] registered\n[ 0.299535] acpiphp: Slot [26] registered\n[ 0.300350] acpiphp: Slot [27] registered\n[ 0.301162] acpiphp: Slot [28] registered\n[ 0.301970] acpiphp: Slot [29] registered\n[ 0.302793] acpiphp: Slot [30] registered\n[ 0.303617] acpiphp: Slot [31] registered\n[ 0.304430] PCI host bridge to bus 0000:00\n[ 0.305242] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.306455] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.307673] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.309127] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window]\n[ 0.310579] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.316673] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.317955] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.319138] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.320408] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.327319] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.328759] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.375173] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.376669] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.378088] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.379513] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.380906] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.382849] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.384022] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.385077] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.386618] vgaarb: loaded\n[ 0.387224] vgaarb: bridge control possible 0000:00:02.0\n[ 0.388380] SCSI subsystem initialized\n[ 0.389217] ACPI: bus type USB registered\n[ 0.390032] usbcore: registered new interface driver usbfs\n[ 0.391073] usbcore: registered new interface driver hub\n[ 0.392078] usbcore: registered new device driver usb\n[ 0.393140] PCI: Using ACPI for IRQ routing\n[ 0.394175] NetLabel: Initializing\n[ 0.394889] NetLabel: domain hash size = 128\n[ 0.395744] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.396697] NetLabel: unlabeled traffic allowed by default\n[ 0.397793] clocksource: Switched to clocksource kvm-clock\n[ 0.403375] AppArmor: AppArmor Filesystem Enabled\n[ 0.404343] pnp: PnP ACPI init\n[ 0.405268] pnp: PnP ACPI: found 5 devices\n[ 0.411302] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.412998] NET: Registered protocol family 2\n[ 0.413984] TCP established hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.415269] TCP bind hash table entries: 2048 (order: 3, 32768 bytes)\n[ 0.416437] TCP: Hash tables configured (established 2048 bind 2048)\n[ 0.417600] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.418678] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.419852] NET: Registered protocol family 1\n[ 0.420723] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.421817] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.422890] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.437293] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.451566] Trying to unpack rootfs image as initramfs...\n[ 0.503538] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000)\n[ 0.518128] Scanning for low memory corruption every 60 seconds\n[ 0.519805] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.521564] audit: initializing netlink subsys (disabled)\n[ 0.523122] audit: type=2000 audit(1536057288.751:1): initialized\n[ 0.525041] Initialise system trusted keyring\n[ 0.526394] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.528170] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.530777] zbud: loaded\n[ 0.531726] VFS: Disk quotas dquot_6.6.0\n[ 0.532920] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.535124] fuse init (API version 7.23)\n[ 0.536393] Key type big_key registered\n[ 0.537570] Allocating IMA MOK and blacklist keyrings.\n[ 0.539179] Key type asymmetric registered\n[ 0.540420] Asymmetric key parser 'x509' registered\n[ 0.541844] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.543985] io scheduler noop registered\n[ 0.545173] io scheduler deadline registered (default)\n[ 0.546651] io scheduler cfq registered\n[ 0.547833] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.549373] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.551293] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.553474] ACPI: Power Button [PWRF]\n[ 0.554692] GHES: HEST is not enabled!\n[ 0.568692] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.596789] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.599019] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.624480] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.626766] Linux agpgart interface v0.103\n[ 0.629242] brd: module loaded\n[ 0.630428] loop: module loaded\n[ 0.634426] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.635859] GPT:90111 != 20971519\n[ 0.636540] GPT:Alternate GPT header not at the end of the disk.\n[ 0.637615] GPT:90111 != 20971519\n[ 0.638300] GPT: Use GNU Parted to correct GPT errors.\n[ 0.639260] vda: vda1 vda15\n[ 0.641177] scsi host0: ata_piix\n[ 0.642283] scsi host1: ata_piix\n[ 0.642985] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.644185] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.645607] libphy: Fixed MDIO Bus: probed\n[ 0.646428] tun: Universal TUN/TAP device driver, 1.6\n[ 0.647370] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.649569] PPP generic driver version 2.4.2\n[ 0.650699] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.651881] ehci-pci: EHCI PCI platform driver\n[ 0.652747] ehci-platform: EHCI generic platform driver\n[ 0.653720] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.654841] ohci-pci: OHCI PCI platform driver\n[ 0.655712] ohci-platform: OHCI generic platform driver\n[ 0.656678] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.671332] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.672324] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.673753] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.674771] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.675872] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.677092] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.678516] usb usb1: Product: UHCI Host Controller\n[ 0.679444] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.680570] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.681596] hub 1-0:1.0: USB hub found\n[ 0.682380] hub 1-0:1.0: 2 ports detected\n[ 0.683285] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.685372] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.686322] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.687343] mousedev: PS/2 mouse device common for all mice\n[ 0.688590] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.690408] rtc_cmos 00:00: RTC can wake from S4\n[ 0.691493] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.692676] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.693867] i2c /dev entries driver\n[ 0.694627] device-mapper: uevent: version 1.0.3\n[ 0.695550] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.697149] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.698413] NET: Registered protocol family 10\n[ 0.699409] NET: Registered protocol family 17\n[ 0.700289] Key type dns_resolver registered\n[ 0.701194] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.702273] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.704026] registered taskstats version 1\n[ 0.704845] Loading compiled-in X.509 certificates\n[ 0.706279] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.708108] zswap: loaded using pool lzo/zbud\n[ 0.709465] Key type trusted registered\n[ 0.711007] Key type encrypted registered\n[ 0.711834] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.712852] ima: No TPM chip found, activating TPM-bypass!\n[ 0.713890] evm: HMAC attrs: 0x1\n[ 0.714830] Magic number: 2:407:577\n[ 0.715671] rtc_cmos 00:00: setting system clock to 2018-09-04 10:34:48 UTC (1536057288)\n[ 0.717256] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.718359] EDD information not available.\n[ 0.802767] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.804301] Write protecting the kernel read-only data: 14336k\n[ 0.815963] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.817748] 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.858595] 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.14\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found 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-09-04 10:35:49,743 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/e98fafa4-1d83-4186-a42f-abb98642c580/action used request id req-70cd7c1b-bf01-46f0-bd0b-925f2d7e0ddb 2018-09-04 10:35:49,750 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/e98fafa4-1d83-4186-a42f-abb98642c580 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ed533bd0fc9d97500c56f4fa8517eb14f442cd8b" 2018-09-04 10:35:50,069 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:35: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-6db42b51-7b5d-4af5-98a4-b7c5a3683aa9 x-compute-request-id: req-6db42b51-7b5d-4af5-98a4-b7c5a3683aa9 Content-Encoding: gzip Content-Length: 751 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"SimpleHealthCheck-8f6b88b3-5cec-492a-8296-1eb1316a1fdb-priv-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:95:08:47", "version": 4, "addr": "10.55.0.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/e98fafa4-1d83-4186-a42f-abb98642c580", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/e98fafa4-1d83-4186-a42f-abb98642c580", "rel": "bookmark"}], "image": {"id": "1cfc545f-18fd-4dec-a743-4091048230a0", "links": [{"href": "http://172.30.9.28:8774/images/1cfc545f-18fd-4dec-a743-4091048230a0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-04T10:34:47.000000", "flavor": {"id": "c662a3dd-76a7-4b38-a654-a158b6dc7582", "links": [{"href": "http://172.30.9.28:8774/flavors/c662a3dd-76a7-4b38-a654-a158b6dc7582", "rel": "bookmark"}]}, "id": "e98fafa4-1d83-4186-a42f-abb98642c580", "security_groups": [{"name": "default"}], "user_id": "1e54b4922ddf409783915c609dc57c02", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-04T10:34:48Z", "hostId": "851ac21cf6a8c0f64b8ebc2f7093e0254bb4af9b7658fec00ffacf50", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "SimpleHealthCheck-8f6b88b3-5cec-492a-8296-1eb1316a1fdb-inst", "created": "2018-09-04T10:34:43Z", "tenant_id": "1960765e8a3f4cef9b425bab3c37dc2a", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 10:35:50,070 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/e98fafa4-1d83-4186-a42f-abb98642c580 used request id req-6db42b51-7b5d-4af5-98a4-b7c5a3683aa9 2018-09-04 10:35:50,073 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:8774/v2.1/servers/e98fafa4-1d83-4186-a42f-abb98642c580/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ed533bd0fc9d97500c56f4fa8517eb14f442cd8b" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-04 10:35:51,187 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10: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-c72163df-adfd-4e12-a476-2604027c652b x-compute-request-id: req-c72163df-adfd-4e12-a476-2604027c652b Content-Encoding: gzip Content-Length: 7800 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 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 564598379 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 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.912 MHz processor\n[ 0.147613] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.149263] pid_max: default: 32768 minimum: 301\n[ 0.150152] ACPI: Core revision 20150930\n[ 0.151541] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.152842] Security Framework initialized\n[ 0.153652] Yama: becoming mindful.\n[ 0.154380] AppArmor: AppArmor initialized\n[ 0.155234] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.156517] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.157764] Mount-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.158949] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.160325] Initializing cgroup subsys io\n[ 0.161133] Initializing cgroup subsys memory\n[ 0.161983] Initializing cgroup subsys devices\n[ 0.162859] Initializing cgroup subsys freezer\n[ 0.163723] Initializing cgroup subsys net_cls\n[ 0.164581] Initializing cgroup subsys perf_event\n[ 0.165478] Initializing cgroup subsys net_prio\n[ 0.166349] Initializing cgroup subsys hugetlb\n[ 0.167213] Initializing cgroup subsys pids\n[ 0.168081] CPU: Physical Processor ID: 0\n[ 0.169566] mce: CPU supports 10 MCE banks\n[ 0.170408] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.171405] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.182343] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.188960] ftrace: allocating 31920 entries in 125 pages\n[ 0.216304] smpboot: Max logical packages: 1\n[ 0.217150] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.218490] x2apic enabled\n[ 0.219309] Switched APIC routing to physical x2apic.\n[ 0.221049] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.222161] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.224142] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.225913] KVM setup paravirtual spinlock\n[ 0.227247] x86: Booted up 1 node, 1 CPUs\n[ 0.228045] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.229425] devtmpfs: initialized\n[ 0.231126] evm: security.selinux\n[ 0.231817] evm: security.SMACK64\n[ 0.232509] evm: security.SMACK64EXEC\n[ 0.233247] evm: security.SMACK64TRANSMUTE\n[ 0.234044] evm: security.SMACK64MMAP\n[ 0.234788] evm: security.ima\n[ 0.235426] evm: security.capability\n[ 0.236227] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.238066] pinctrl core: initialized pinctrl subsystem\n[ 0.239169] RTC time: 10:34:47, date: 09/04/18\n[ 0.240124] NET: Registered protocol family 16\n[ 0.241096] cpuidle: using governor ladder\n[ 0.241907] cpuidle: using governor menu\n[ 0.242690] PCCT header not found.\n[ 0.243443] ACPI: bus type PCI registered\n[ 0.244243] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.245481] PCI: Using configuration type 1 for base access\n[ 0.247239] ACPI: Added _OSI(Module Device)\n[ 0.248081] ACPI: Added _OSI(Processor Device)\n[ 0.248938] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.249832] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.251911] ACPI: Interpreter enabled\n[ 0.252697] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.254551] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.256401] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.258256] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.260103] ACPI: (supports S0 S5)\n[ 0.260808] ACPI: Using IOAPIC for interrupt routing\n[ 0.261914] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.265026] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.266184] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.267423] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.268620] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.270850] acpiphp: Slot [3] registered\n[ 0.271656] acpiphp: Slot [4] registered\n[ 0.272461] acpiphp: Slot [5] registered\n[ 0.273262] acpiphp: Slot [6] registered\n[ 0.274063] acpiphp: Slot [7] registered\n[ 0.274865] acpiphp: Slot [8] registered\n[ 0.275666] acpiphp: Slot [9] registered\n[ 0.276467] acpiphp: Slot [10] registered\n[ 0.277286] acpiphp: Slot [11] registered\n[ 0.278101] acpiphp: Slot [12] registered\n[ 0.278918] acpiphp: Slot [13] registered\n[ 0.279734] acpiphp: Slot [14] registered\n[ 0.280545] acpiphp: Slot [15] registered\n[ 0.291377] acpiphp: Slot [16] registered\n[ 0.292197] acpiphp: Slot [17] registered\n[ 0.293008] acpiphp: Slot [18] registered\n[ 0.293825] acpiphp: Slot [19] registered\n[ 0.294639] acpiphp: Slot [20] registered\n[ 0.295458] acpiphp: Slot [21] registered\n[ 0.296272] acpiphp: Slot [22] registered\n[ 0.297085] acpiphp: Slot [23] registered\n[ 0.297897] acpiphp: Slot [24] registered\n[ 0.298714] acpiphp: Slot [25] registered\n[ 0.299535] acpiphp: Slot [26] registered\n[ 0.300350] acpiphp: Slot [27] registered\n[ 0.301162] acpiphp: Slot [28] registered\n[ 0.301970] acpiphp: Slot [29] registered\n[ 0.302793] acpiphp: Slot [30] registered\n[ 0.303617] acpiphp: Slot [31] registered\n[ 0.304430] PCI host bridge to bus 0000:00\n[ 0.305242] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.306455] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.307673] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.309127] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window]\n[ 0.310579] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.316673] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.317955] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.319138] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.320408] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.327319] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.328759] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.375173] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.376669] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.378088] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.379513] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.380906] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.382849] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.384022] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.385077] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.386618] vgaarb: loaded\n[ 0.387224] vgaarb: bridge control possible 0000:00:02.0\n[ 0.388380] SCSI subsystem initialized\n[ 0.389217] ACPI: bus type USB registered\n[ 0.390032] usbcore: registered new interface driver usbfs\n[ 0.391073] usbcore: registered new interface driver hub\n[ 0.392078] usbcore: registered new device driver usb\n[ 0.393140] PCI: Using ACPI for IRQ routing\n[ 0.394175] NetLabel: Initializing\n[ 0.394889] NetLabel: domain hash size = 128\n[ 0.395744] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.396697] NetLabel: unlabeled traffic allowed by default\n[ 0.397793] clocksource: Switched to clocksource kvm-clock\n[ 0.403375] AppArmor: AppArmor Filesystem Enabled\n[ 0.404343] pnp: PnP ACPI init\n[ 0.405268] pnp: PnP ACPI: found 5 devices\n[ 0.411302] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.412998] NET: Registered protocol family 2\n[ 0.413984] TCP established hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.415269] TCP bind hash table entries: 2048 (order: 3, 32768 bytes)\n[ 0.416437] TCP: Hash tables configured (established 2048 bind 2048)\n[ 0.417600] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.418678] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.419852] NET: Registered protocol family 1\n[ 0.420723] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.421817] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.422890] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.437293] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.451566] Trying to unpack rootfs image as initramfs...\n[ 0.503538] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000)\n[ 0.518128] Scanning for low memory corruption every 60 seconds\n[ 0.519805] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.521564] audit: initializing netlink subsys (disabled)\n[ 0.523122] audit: type=2000 audit(1536057288.751:1): initialized\n[ 0.525041] Initialise system trusted keyring\n[ 0.526394] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.528170] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.530777] zbud: loaded\n[ 0.531726] VFS: Disk quotas dquot_6.6.0\n[ 0.532920] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.535124] fuse init (API version 7.23)\n[ 0.536393] Key type big_key registered\n[ 0.537570] Allocating IMA MOK and blacklist keyrings.\n[ 0.539179] Key type asymmetric registered\n[ 0.540420] Asymmetric key parser 'x509' registered\n[ 0.541844] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.543985] io scheduler noop registered\n[ 0.545173] io scheduler deadline registered (default)\n[ 0.546651] io scheduler cfq registered\n[ 0.547833] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.549373] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.551293] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.553474] ACPI: Power Button [PWRF]\n[ 0.554692] GHES: HEST is not enabled!\n[ 0.568692] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.596789] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.599019] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.624480] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.626766] Linux agpgart interface v0.103\n[ 0.629242] brd: module loaded\n[ 0.630428] loop: module loaded\n[ 0.634426] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.635859] GPT:90111 != 20971519\n[ 0.636540] GPT:Alternate GPT header not at the end of the disk.\n[ 0.637615] GPT:90111 != 20971519\n[ 0.638300] GPT: Use GNU Parted to correct GPT errors.\n[ 0.639260] vda: vda1 vda15\n[ 0.641177] scsi host0: ata_piix\n[ 0.642283] scsi host1: ata_piix\n[ 0.642985] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.644185] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.645607] libphy: Fixed MDIO Bus: probed\n[ 0.646428] tun: Universal TUN/TAP device driver, 1.6\n[ 0.647370] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.649569] PPP generic driver version 2.4.2\n[ 0.650699] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.651881] ehci-pci: EHCI PCI platform driver\n[ 0.652747] ehci-platform: EHCI generic platform driver\n[ 0.653720] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.654841] ohci-pci: OHCI PCI platform driver\n[ 0.655712] ohci-platform: OHCI generic platform driver\n[ 0.656678] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.671332] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.672324] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.673753] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.674771] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.675872] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.677092] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.678516] usb usb1: Product: UHCI Host Controller\n[ 0.679444] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.680570] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.681596] hub 1-0:1.0: USB hub found\n[ 0.682380] hub 1-0:1.0: 2 ports detected\n[ 0.683285] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.685372] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.686322] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.687343] mousedev: PS/2 mouse device common for all mice\n[ 0.688590] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.690408] rtc_cmos 00:00: RTC can wake from S4\n[ 0.691493] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.692676] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.693867] i2c /dev entries driver\n[ 0.694627] device-mapper: uevent: version 1.0.3\n[ 0.695550] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.697149] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.698413] NET: Registered protocol family 10\n[ 0.699409] NET: Registered protocol family 17\n[ 0.700289] Key type dns_resolver registered\n[ 0.701194] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.702273] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.704026] registered taskstats version 1\n[ 0.704845] Loading compiled-in X.509 certificates\n[ 0.706279] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.708108] zswap: loaded using pool lzo/zbud\n[ 0.709465] Key type trusted registered\n[ 0.711007] Key type encrypted registered\n[ 0.711834] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.712852] ima: No TPM chip found, activating TPM-bypass!\n[ 0.713890] evm: HMAC attrs: 0x1\n[ 0.714830] Magic number: 2:407:577\n[ 0.715671] rtc_cmos 00:00: setting system clock to 2018-09-04 10:34:48 UTC (1536057288)\n[ 0.717256] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.718359] EDD information not available.\n[ 0.802767] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.804301] Write protecting the kernel read-only data: 14336k\n[ 0.815963] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.817748] 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.858595] 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.14\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found 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.12...\nLease of 10.55.0.12 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-09-04 10:35:51,188 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/e98fafa4-1d83-4186-a42f-abb98642c580/action used request id req-c72163df-adfd-4e12-a476-2604027c652b 2018-09-04 10:35:51,192 - create_instance_tests - INFO - DHCP lease obtained logged in console 2018-09-04 10:35:51,195 - 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 564598379 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.912 MHz processor [ 0.147613] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.149263] pid_max: default: 32768 minimum: 301 [ 0.150152] ACPI: Core revision 20150930 [ 0.151541] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.152842] Security Framework initialized [ 0.153652] Yama: becoming mindful. [ 0.154380] AppArmor: AppArmor initialized [ 0.155234] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.156517] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes) [ 0.157764] Mount-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.158949] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.160325] Initializing cgroup subsys io [ 0.161133] Initializing cgroup subsys memory [ 0.161983] Initializing cgroup subsys devices [ 0.162859] Initializing cgroup subsys freezer [ 0.163723] Initializing cgroup subsys net_cls [ 0.164581] Initializing cgroup subsys perf_event [ 0.165478] Initializing cgroup subsys net_prio [ 0.166349] Initializing cgroup subsys hugetlb [ 0.167213] Initializing cgroup subsys pids [ 0.168081] CPU: Physical Processor ID: 0 [ 0.169566] mce: CPU supports 10 MCE banks [ 0.170408] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.171405] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.182343] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.188960] ftrace: allocating 31920 entries in 125 pages [ 0.216304] smpboot: Max logical packages: 1 [ 0.217150] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.218490] x2apic enabled [ 0.219309] Switched APIC routing to physical x2apic. [ 0.221049] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.222161] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.224142] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.225913] KVM setup paravirtual spinlock [ 0.227247] x86: Booted up 1 node, 1 CPUs [ 0.228045] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.229425] devtmpfs: initialized [ 0.231126] evm: security.selinux [ 0.231817] evm: security.SMACK64 [ 0.232509] evm: security.SMACK64EXEC [ 0.233247] evm: security.SMACK64TRANSMUTE [ 0.234044] evm: security.SMACK64MMAP [ 0.234788] evm: security.ima [ 0.235426] evm: security.capability [ 0.236227] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.238066] pinctrl core: initialized pinctrl subsystem [ 0.239169] RTC time: 10:34:47, date: 09/04/18 [ 0.240124] NET: Registered protocol family 16 [ 0.241096] cpuidle: using governor ladder [ 0.241907] cpuidle: using governor menu [ 0.242690] PCCT header not found. [ 0.243443] ACPI: bus type PCI registered [ 0.244243] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.245481] PCI: Using configuration type 1 for base access [ 0.247239] ACPI: Added _OSI(Module Device) [ 0.248081] ACPI: Added _OSI(Processor Device) [ 0.248938] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.249832] ACPI: Added _OSI(Processor Aggregator Device) [ 0.251911] ACPI: Interpreter enabled [ 0.252697] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.254551] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.256401] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.258256] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.260103] ACPI: (supports S0 S5) [ 0.260808] ACPI: Using IOAPIC for interrupt routing [ 0.261914] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.265026] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.266184] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.267423] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.268620] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.270850] acpiphp: Slot [3] registered [ 0.271656] acpiphp: Slot [4] registered [ 0.272461] acpiphp: Slot [5] registered [ 0.273262] acpiphp: Slot [6] registered [ 0.274063] acpiphp: Slot [7] registered [ 0.274865] acpiphp: Slot [8] registered [ 0.275666] acpiphp: Slot [9] registered [ 0.276467] acpiphp: Slot [10] registered [ 0.277286] acpiphp: Slot [11] registered [ 0.278101] acpiphp: Slot [12] registered [ 0.278918] acpiphp: Slot [13] registered [ 0.279734] acpiphp: Slot [14] registered [ 0.280545] acpiphp: Slot [15] registered [ 0.291377] acpiphp: Slot [16] registered [ 0.292197] acpiphp: Slot [17] registered [ 0.293008] acpiphp: Slot [18] registered [ 0.293825] acpiphp: Slot [19] registered [ 0.294639] acpiphp: Slot [20] registered [ 0.295458] acpiphp: Slot [21] registered [ 0.296272] acpiphp: Slot [22] registered [ 0.297085] acpiphp: Slot [23] registered [ 0.297897] acpiphp: Slot [24] registered [ 0.298714] acpiphp: Slot [25] registered [ 0.299535] acpiphp: Slot [26] registered [ 0.300350] acpiphp: Slot [27] registered [ 0.301162] acpiphp: Slot [28] registered [ 0.301970] acpiphp: Slot [29] registered [ 0.302793] acpiphp: Slot [30] registered [ 0.303617] acpiphp: Slot [31] registered [ 0.304430] PCI host bridge to bus 0000:00 [ 0.305242] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.306455] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.307673] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.309127] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window] [ 0.310579] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.316673] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.317955] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.319138] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.320408] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.327319] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.328759] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.375173] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.376669] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.378088] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.379513] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.380906] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.382849] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.384022] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.385077] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.386618] vgaarb: loaded [ 0.387224] vgaarb: bridge control possible 0000:00:02.0 [ 0.388380] SCSI subsystem initialized [ 0.389217] ACPI: bus type USB registered [ 0.390032] usbcore: registered new interface driver usbfs [ 0.391073] usbcore: registered new interface driver hub [ 0.392078] usbcore: registered new device driver usb [ 0.393140] PCI: Using ACPI for IRQ routing [ 0.394175] NetLabel: Initializing [ 0.394889] NetLabel: domain hash size = 128 [ 0.395744] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.396697] NetLabel: unlabeled traffic allowed by default [ 0.397793] clocksource: Switched to clocksource kvm-clock [ 0.403375] AppArmor: AppArmor Filesystem Enabled [ 0.404343] pnp: PnP ACPI init [ 0.405268] pnp: PnP ACPI: found 5 devices [ 0.411302] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.412998] NET: Registered protocol family 2 [ 0.413984] TCP established hash table entries: 2048 (order: 2, 16384 bytes) [ 0.415269] TCP bind hash table entries: 2048 (order: 3, 32768 bytes) [ 0.416437] TCP: Hash tables configured (established 2048 bind 2048) [ 0.417600] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.418678] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.419852] NET: Registered protocol family 1 [ 0.420723] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.421817] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.422890] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.437293] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.451566] Trying to unpack rootfs image as initramfs... [ 0.503538] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000) [ 0.518128] Scanning for low memory corruption every 60 seconds [ 0.519805] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.521564] audit: initializing netlink subsys (disabled) [ 0.523122] audit: type=2000 audit(1536057288.751:1): initialized [ 0.525041] Initialise system trusted keyring [ 0.526394] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.528170] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.530777] zbud: loaded [ 0.531726] VFS: Disk quotas dquot_6.6.0 [ 0.532920] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.535124] fuse init (API version 7.23) [ 0.536393] Key type big_key registered [ 0.537570] Allocating IMA MOK and blacklist keyrings. [ 0.539179] Key type asymmetric registered [ 0.540420] Asymmetric key parser 'x509' registered [ 0.541844] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.543985] io scheduler noop registered [ 0.545173] io scheduler deadline registered (default) [ 0.546651] io scheduler cfq registered [ 0.547833] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.549373] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.551293] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.553474] ACPI: Power Button [PWRF] [ 0.554692] GHES: HEST is not enabled! [ 0.568692] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.596789] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.599019] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.624480] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.626766] Linux agpgart interface v0.103 [ 0.629242] brd: module loaded [ 0.630428] loop: module loaded [ 0.634426] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.635859] GPT:90111 != 20971519 [ 0.636540] GPT:Alternate GPT header not at the end of the disk. [ 0.637615] GPT:90111 != 20971519 [ 0.638300] GPT: Use GNU Parted to correct GPT errors. [ 0.639260] vda: vda1 vda15 [ 0.641177] scsi host0: ata_piix [ 0.642283] scsi host1: ata_piix [ 0.642985] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.644185] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.645607] libphy: Fixed MDIO Bus: probed [ 0.646428] tun: Universal TUN/TAP device driver, 1.6 [ 0.647370] tun: (C) 1999-2004 Max Krasnyansky [ 0.649569] PPP generic driver version 2.4.2 [ 0.650699] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.651881] ehci-pci: EHCI PCI platform driver [ 0.652747] ehci-platform: EHCI generic platform driver [ 0.653720] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.654841] ohci-pci: OHCI PCI platform driver [ 0.655712] ohci-platform: OHCI generic platform driver [ 0.656678] uhci_hcd: USB Universal Host Controller Interface driver [ 0.671332] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.672324] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.673753] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.674771] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.675872] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.677092] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.678516] usb usb1: Product: UHCI Host Controller [ 0.679444] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.680570] usb usb1: SerialNumber: 0000:00:01.2 [ 0.681596] hub 1-0:1.0: USB hub found [ 0.682380] hub 1-0:1.0: 2 ports detected [ 0.683285] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.685372] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.686322] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.687343] mousedev: PS/2 mouse device common for all mice [ 0.688590] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.690408] rtc_cmos 00:00: RTC can wake from S4 [ 0.691493] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.692676] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.693867] i2c /dev entries driver [ 0.694627] device-mapper: uevent: version 1.0.3 [ 0.695550] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.697149] ledtrig-cpu: registered to indicate activity on CPUs [ 0.698413] NET: Registered protocol family 10 [ 0.699409] NET: Registered protocol family 17 [ 0.700289] Key type dns_resolver registered [ 0.701194] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.702273] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.704026] registered taskstats version 1 [ 0.704845] Loading compiled-in X.509 certificates [ 0.706279] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.708108] zswap: loaded using pool lzo/zbud [ 0.709465] Key type trusted registered [ 0.711007] Key type encrypted registered [ 0.711834] AppArmor: AppArmor sha1 policy hashing enabled [ 0.712852] ima: No TPM chip found, activating TPM-bypass! [ 0.713890] evm: HMAC attrs: 0x1 [ 0.714830] Magic number: 2:407:577 [ 0.715671] rtc_cmos 00:00: setting system clock to 2018-09-04 10:34:48 UTC (1536057288) [ 0.717256] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.718359] EDD information not available. [ 0.802767] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.804301] Write protecting the kernel read-only data: 14336k [ 0.815963] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.817748] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.63 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.858595] 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.14 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 564598379 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.912 MHz processor [ 0.147613] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.149263] pid_max: default: 32768 minimum: 301 [ 0.150152] ACPI: Core revision 20150930 [ 0.151541] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.152842] Security Framework initialized [ 0.153652] Yama: becoming mindful. [ 0.154380] AppArmor: AppArmor initialized [ 0.155234] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.156517] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes) [ 0.157764] Mount-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.158949] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.160325] Initializing cgroup subsys io [ 0.161133] Initializing cgroup subsys memory [ 0.161983] Initializing cgroup subsys devices [ 0.162859] Initializing cgroup subsys freezer [ 0.163723] Initializing cgroup subsys net_cls [ 0.164581] Initializing cgroup subsys perf_event [ 0.165478] Initializing cgroup subsys net_prio [ 0.166349] Initializing cgroup subsys hugetlb [ 0.167213] Initializing cgroup subsys pids [ 0.168081] CPU: Physical Processor ID: 0 [ 0.169566] mce: CPU supports 10 MCE banks [ 0.170408] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.171405] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.182343] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.188960] ftrace: allocating 31920 entries in 125 pages [ 0.216304] smpboot: Max logical packages: 1 [ 0.217150] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.218490] x2apic enabled [ 0.219309] Switched APIC routing to physical x2apic. [ 0.221049] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.222161] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.224142] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.225913] KVM setup paravirtual spinlock [ 0.227247] x86: Booted up 1 node, 1 CPUs [ 0.228045] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.229425] devtmpfs: initialized [ 0.231126] evm: security.selinux [ 0.231817] evm: security.SMACK64 [ 0.232509] evm: security.SMACK64EXEC [ 0.233247] evm: security.SMACK64TRANSMUTE [ 0.234044] evm: security.SMACK64MMAP [ 0.234788] evm: security.ima [ 0.235426] evm: security.capability [ 0.236227] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.238066] pinctrl core: initialized pinctrl subsystem [ 0.239169] RTC time: 10:34:47, date: 09/04/18 [ 0.240124] NET: Registered protocol family 16 [ 0.241096] cpuidle: using governor ladder [ 0.241907] cpuidle: using governor menu [ 0.242690] PCCT header not found. [ 0.243443] ACPI: bus type PCI registered [ 0.244243] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.245481] PCI: Using configuration type 1 for base access [ 0.247239] ACPI: Added _OSI(Module Device) [ 0.248081] ACPI: Added _OSI(Processor Device) [ 0.248938] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.249832] ACPI: Added _OSI(Processor Aggregator Device) [ 0.251911] ACPI: Interpreter enabled [ 0.252697] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.254551] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.256401] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.258256] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.260103] ACPI: (supports S0 S5) [ 0.260808] ACPI: Using IOAPIC for interrupt routing [ 0.261914] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.265026] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.266184] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.267423] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.268620] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.270850] acpiphp: Slot [3] registered [ 0.271656] acpiphp: Slot [4] registered [ 0.272461] acpiphp: Slot [5] registered [ 0.273262] acpiphp: Slot [6] registered [ 0.274063] acpiphp: Slot [7] registered [ 0.274865] acpiphp: Slot [8] registered [ 0.275666] acpiphp: Slot [9] registered [ 0.276467] acpiphp: Slot [10] registered [ 0.277286] acpiphp: Slot [11] registered [ 0.278101] acpiphp: Slot [12] registered [ 0.278918] acpiphp: Slot [13] registered [ 0.279734] acpiphp: Slot [14] registered [ 0.280545] acpiphp: Slot [15] registered [ 0.291377] acpiphp: Slot [16] registered [ 0.292197] acpiphp: Slot [17] registered [ 0.293008] acpiphp: Slot [18] registered [ 0.293825] acpiphp: Slot [19] registered [ 0.294639] acpiphp: Slot [20] registered [ 0.295458] acpiphp: Slot [21] registered [ 0.296272] acpiphp: Slot [22] registered [ 0.297085] acpiphp: Slot [23] registered [ 0.297897] acpiphp: Slot [24] registered [ 0.298714] acpiphp: Slot [25] registered [ 0.299535] acpiphp: Slot [26] registered [ 0.300350] acpiphp: Slot [27] registered [ 0.301162] acpiphp: Slot [28] registered [ 0.301970] acpiphp: Slot [29] registered [ 0.302793] acpiphp: Slot [30] registered [ 0.303617] acpiphp: Slot [31] registered [ 0.304430] PCI host bridge to bus 0000:00 [ 0.305242] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.306455] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.307673] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.309127] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window] [ 0.310579] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.316673] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.317955] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.319138] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.320408] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.327319] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.328759] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.375173] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.376669] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.378088] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.379513] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.380906] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.382849] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.384022] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.385077] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.386618] vgaarb: loaded [ 0.387224] vgaarb: bridge control possible 0000:00:02.0 [ 0.388380] SCSI subsystem initialized [ 0.389217] ACPI: bus type USB registered [ 0.390032] usbcore: registered new interface driver usbfs [ 0.391073] usbcore: registered new interface driver hub [ 0.392078] usbcore: registered new device driver usb [ 0.393140] PCI: Using ACPI for IRQ routing [ 0.394175] NetLabel: Initializing [ 0.394889] NetLabel: domain hash size = 128 [ 0.395744] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.396697] NetLabel: unlabeled traffic allowed by default [ 0.397793] clocksource: Switched to clocksource kvm-clock [ 0.403375] AppArmor: AppArmor Filesystem Enabled [ 0.404343] pnp: PnP ACPI init [ 0.405268] pnp: PnP ACPI: found 5 devices [ 0.411302] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.412998] NET: Registered protocol family 2 [ 0.413984] TCP established hash table entries: 2048 (order: 2, 16384 bytes) [ 0.415269] TCP bind hash table entries: 2048 (order: 3, 32768 bytes) [ 0.416437] TCP: Hash tables configured (established 2048 bind 2048) [ 0.417600] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.418678] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.419852] NET: Registered protocol family 1 [ 0.420723] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.421817] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.422890] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.437293] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.451566] Trying to unpack rootfs image as initramfs... [ 0.503538] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000) [ 0.518128] Scanning for low memory corruption every 60 seconds [ 0.519805] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.521564] audit: initializing netlink subsys (disabled) [ 0.523122] audit: type=2000 audit(1536057288.751:1): initialized [ 0.525041] Initialise system trusted keyring [ 0.526394] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.528170] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.530777] zbud: loaded [ 0.531726] VFS: Disk quotas dquot_6.6.0 [ 0.532920] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.535124] fuse init (API version 7.23) [ 0.536393] Key type big_key registered [ 0.537570] Allocating IMA MOK and blacklist keyrings. [ 0.539179] Key type asymmetric registered [ 0.540420] Asymmetric key parser 'x509' registered [ 0.541844] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.543985] io scheduler noop registered [ 0.545173] io scheduler deadline registered (default) [ 0.546651] io scheduler cfq registered [ 0.547833] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.549373] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.551293] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.553474] ACPI: Power Button [PWRF] [ 0.554692] GHES: HEST is not enabled! [ 0.568692] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.596789] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.599019] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.624480] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.626766] Linux agpgart interface v0.103 [ 0.629242] brd: module loaded [ 0.630428] loop: module loaded [ 0.634426] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.635859] GPT:90111 != 20971519 [ 0.636540] GPT:Alternate GPT header not at the end of the disk. [ 0.637615] GPT:90111 != 20971519 [ 0.638300] GPT: Use GNU Parted to correct GPT errors. [ 0.639260] vda: vda1 vda15 [ 0.641177] scsi host0: ata_piix [ 0.642283] scsi host1: ata_piix [ 0.642985] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.644185] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.645607] libphy: Fixed MDIO Bus: probed [ 0.646428] tun: Universal TUN/TAP device driver, 1.6 [ 0.647370] tun: (C) 1999-2004 Max Krasnyansky [ 0.649569] PPP generic driver version 2.4.2 [ 0.650699] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.651881] ehci-pci: EHCI PCI platform driver [ 0.652747] ehci-platform: EHCI generic platform driver [ 0.653720] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.654841] ohci-pci: OHCI PCI platform driver [ 0.655712] ohci-platform: OHCI generic platform driver [ 0.656678] uhci_hcd: USB Universal Host Controller Interface driver [ 0.671332] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.672324] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.673753] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.674771] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.675872] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.677092] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.678516] usb usb1: Product: UHCI Host Controller [ 0.679444] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.680570] usb usb1: SerialNumber: 0000:00:01.2 [ 0.681596] hub 1-0:1.0: USB hub found [ 0.682380] hub 1-0:1.0: 2 ports detected [ 0.683285] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.685372] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.686322] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.687343] mousedev: PS/2 mouse device common for all mice [ 0.688590] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.690408] rtc_cmos 00:00: RTC can wake from S4 [ 0.691493] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.692676] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.693867] i2c /dev entries driver [ 0.694627] device-mapper: uevent: version 1.0.3 [ 0.695550] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.697149] ledtrig-cpu: registered to indicate activity on CPUs [ 0.698413] NET: Registered protocol family 10 [ 0.699409] NET: Registered protocol family 17 [ 0.700289] Key type dns_resolver registered [ 0.701194] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.702273] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.704026] registered taskstats version 1 [ 0.704845] Loading compiled-in X.509 certificates [ 0.706279] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.708108] zswap: loaded using pool lzo/zbud [ 0.709465] Key type trusted registered [ 0.711007] Key type encrypted registered [ 0.711834] AppArmor: AppArmor sha1 policy hashing enabled [ 0.712852] ima: No TPM chip found, activating TPM-bypass! [ 0.713890] evm: HMAC attrs: 0x1 [ 0.714830] Magic number: 2:407:577 [ 0.715671] rtc_cmos 00:00: setting system clock to 2018-09-04 10:34:48 UTC (1536057288) [ 0.717256] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.718359] EDD information not available. [ 0.802767] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.804301] Write protecting the kernel read-only data: 14336k [ 0.815963] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.817748] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.63 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.858595] 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.14 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 564598379 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.912 MHz processor [ 0.147613] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.149263] pid_max: default: 32768 minimum: 301 [ 0.150152] ACPI: Core revision 20150930 [ 0.151541] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.152842] Security Framework initialized [ 0.153652] Yama: becoming mindful. [ 0.154380] AppArmor: AppArmor initialized [ 0.155234] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.156517] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes) [ 0.157764] Mount-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.158949] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.160325] Initializing cgroup subsys io [ 0.161133] Initializing cgroup subsys memory [ 0.161983] Initializing cgroup subsys devices [ 0.162859] Initializing cgroup subsys freezer [ 0.163723] Initializing cgroup subsys net_cls [ 0.164581] Initializing cgroup subsys perf_event [ 0.165478] Initializing cgroup subsys net_prio [ 0.166349] Initializing cgroup subsys hugetlb [ 0.167213] Initializing cgroup subsys pids [ 0.168081] CPU: Physical Processor ID: 0 [ 0.169566] mce: CPU supports 10 MCE banks [ 0.170408] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.171405] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.182343] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.188960] ftrace: allocating 31920 entries in 125 pages [ 0.216304] smpboot: Max logical packages: 1 [ 0.217150] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.218490] x2apic enabled [ 0.219309] Switched APIC routing to physical x2apic. [ 0.221049] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.222161] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.224142] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.225913] KVM setup paravirtual spinlock [ 0.227247] x86: Booted up 1 node, 1 CPUs [ 0.228045] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.229425] devtmpfs: initialized [ 0.231126] evm: security.selinux [ 0.231817] evm: security.SMACK64 [ 0.232509] evm: security.SMACK64EXEC [ 0.233247] evm: security.SMACK64TRANSMUTE [ 0.234044] evm: security.SMACK64MMAP [ 0.234788] evm: security.ima [ 0.235426] evm: security.capability [ 0.236227] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.238066] pinctrl core: initialized pinctrl subsystem [ 0.239169] RTC time: 10:34:47, date: 09/04/18 [ 0.240124] NET: Registered protocol family 16 [ 0.241096] cpuidle: using governor ladder [ 0.241907] cpuidle: using governor menu [ 0.242690] PCCT header not found. [ 0.243443] ACPI: bus type PCI registered [ 0.244243] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.245481] PCI: Using configuration type 1 for base access [ 0.247239] ACPI: Added _OSI(Module Device) [ 0.248081] ACPI: Added _OSI(Processor Device) [ 0.248938] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.249832] ACPI: Added _OSI(Processor Aggregator Device) [ 0.251911] ACPI: Interpreter enabled [ 0.252697] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.254551] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.256401] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.258256] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.260103] ACPI: (supports S0 S5) [ 0.260808] ACPI: Using IOAPIC for interrupt routing [ 0.261914] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.265026] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.266184] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.267423] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.268620] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.270850] acpiphp: Slot [3] registered [ 0.271656] acpiphp: Slot [4] registered [ 0.272461] acpiphp: Slot [5] registered [ 0.273262] acpiphp: Slot [6] registered [ 0.274063] acpiphp: Slot [7] registered [ 0.274865] acpiphp: Slot [8] registered [ 0.275666] acpiphp: Slot [9] registered [ 0.276467] acpiphp: Slot [10] registered [ 0.277286] acpiphp: Slot [11] registered [ 0.278101] acpiphp: Slot [12] registered [ 0.278918] acpiphp: Slot [13] registered [ 0.279734] acpiphp: Slot [14] registered [ 0.280545] acpiphp: Slot [15] registered [ 0.291377] acpiphp: Slot [16] registered [ 0.292197] acpiphp: Slot [17] registered [ 0.293008] acpiphp: Slot [18] registered [ 0.293825] acpiphp: Slot [19] registered [ 0.294639] acpiphp: Slot [20] registered [ 0.295458] acpiphp: Slot [21] registered [ 0.296272] acpiphp: Slot [22] registered [ 0.297085] acpiphp: Slot [23] registered [ 0.297897] acpiphp: Slot [24] registered [ 0.298714] acpiphp: Slot [25] registered [ 0.299535] acpiphp: Slot [26] registered [ 0.300350] acpiphp: Slot [27] registered [ 0.301162] acpiphp: Slot [28] registered [ 0.301970] acpiphp: Slot [29] registered [ 0.302793] acpiphp: Slot [30] registered [ 0.303617] acpiphp: Slot [31] registered [ 0.304430] PCI host bridge to bus 0000:00 [ 0.305242] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.306455] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.307673] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.309127] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window] [ 0.310579] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.316673] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.317955] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.319138] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.320408] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.327319] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.328759] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.375173] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.376669] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.378088] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.379513] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.380906] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.382849] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.384022] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.385077] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.386618] vgaarb: loaded [ 0.387224] vgaarb: bridge control possible 0000:00:02.0 [ 0.388380] SCSI subsystem initialized [ 0.389217] ACPI: bus type USB registered [ 0.390032] usbcore: registered new interface driver usbfs [ 0.391073] usbcore: registered new interface driver hub [ 0.392078] usbcore: registered new device driver usb [ 0.393140] PCI: Using ACPI for IRQ routing [ 0.394175] NetLabel: Initializing [ 0.394889] NetLabel: domain hash size = 128 [ 0.395744] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.396697] NetLabel: unlabeled traffic allowed by default [ 0.397793] clocksource: Switched to clocksource kvm-clock [ 0.403375] AppArmor: AppArmor Filesystem Enabled [ 0.404343] pnp: PnP ACPI init [ 0.405268] pnp: PnP ACPI: found 5 devices [ 0.411302] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.412998] NET: Registered protocol family 2 [ 0.413984] TCP established hash table entries: 2048 (order: 2, 16384 bytes) [ 0.415269] TCP bind hash table entries: 2048 (order: 3, 32768 bytes) [ 0.416437] TCP: Hash tables configured (established 2048 bind 2048) [ 0.417600] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.418678] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.419852] NET: Registered protocol family 1 [ 0.420723] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.421817] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.422890] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.437293] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.451566] Trying to unpack rootfs image as initramfs... [ 0.503538] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000) [ 0.518128] Scanning for low memory corruption every 60 seconds [ 0.519805] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.521564] audit: initializing netlink subsys (disabled) [ 0.523122] audit: type=2000 audit(1536057288.751:1): initialized [ 0.525041] Initialise system trusted keyring [ 0.526394] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.528170] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.530777] zbud: loaded [ 0.531726] VFS: Disk quotas dquot_6.6.0 [ 0.532920] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.535124] fuse init (API version 7.23) [ 0.536393] Key type big_key registered [ 0.537570] Allocating IMA MOK and blacklist keyrings. [ 0.539179] Key type asymmetric registered [ 0.540420] Asymmetric key parser 'x509' registered [ 0.541844] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.543985] io scheduler noop registered [ 0.545173] io scheduler deadline registered (default) [ 0.546651] io scheduler cfq registered [ 0.547833] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.549373] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.551293] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.553474] ACPI: Power Button [PWRF] [ 0.554692] GHES: HEST is not enabled! [ 0.568692] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.596789] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.599019] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.624480] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.626766] Linux agpgart interface v0.103 [ 0.629242] brd: module loaded [ 0.630428] loop: module loaded [ 0.634426] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.635859] GPT:90111 != 20971519 [ 0.636540] GPT:Alternate GPT header not at the end of the disk. [ 0.637615] GPT:90111 != 20971519 [ 0.638300] GPT: Use GNU Parted to correct GPT errors. [ 0.639260] vda: vda1 vda15 [ 0.641177] scsi host0: ata_piix [ 0.642283] scsi host1: ata_piix [ 0.642985] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.644185] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.645607] libphy: Fixed MDIO Bus: probed [ 0.646428] tun: Universal TUN/TAP device driver, 1.6 [ 0.647370] tun: (C) 1999-2004 Max Krasnyansky [ 0.649569] PPP generic driver version 2.4.2 [ 0.650699] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.651881] ehci-pci: EHCI PCI platform driver [ 0.652747] ehci-platform: EHCI generic platform driver [ 0.653720] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.654841] ohci-pci: OHCI PCI platform driver [ 0.655712] ohci-platform: OHCI generic platform driver [ 0.656678] uhci_hcd: USB Universal Host Controller Interface driver [ 0.671332] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.672324] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.673753] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.674771] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.675872] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.677092] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.678516] usb usb1: Product: UHCI Host Controller [ 0.679444] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.680570] usb usb1: SerialNumber: 0000:00:01.2 [ 0.681596] hub 1-0:1.0: USB hub found [ 0.682380] hub 1-0:1.0: 2 ports detected [ 0.683285] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.685372] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.686322] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.687343] mousedev: PS/2 mouse device common for all mice [ 0.688590] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.690408] rtc_cmos 00:00: RTC can wake from S4 [ 0.691493] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.692676] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.693867] i2c /dev entries driver [ 0.694627] device-mapper: uevent: version 1.0.3 [ 0.695550] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.697149] ledtrig-cpu: registered to indicate activity on CPUs [ 0.698413] NET: Registered protocol family 10 [ 0.699409] NET: Registered protocol family 17 [ 0.700289] Key type dns_resolver registered [ 0.701194] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.702273] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.704026] registered taskstats version 1 [ 0.704845] Loading compiled-in X.509 certificates [ 0.706279] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.708108] zswap: loaded using pool lzo/zbud [ 0.709465] Key type trusted registered [ 0.711007] Key type encrypted registered [ 0.711834] AppArmor: AppArmor sha1 policy hashing enabled [ 0.712852] ima: No TPM chip found, activating TPM-bypass! [ 0.713890] evm: HMAC attrs: 0x1 [ 0.714830] Magic number: 2:407:577 [ 0.715671] rtc_cmos 00:00: setting system clock to 2018-09-04 10:34:48 UTC (1536057288) [ 0.717256] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.718359] EDD information not available. [ 0.802767] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.804301] Write protecting the kernel read-only data: 14336k [ 0.815963] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.817748] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.63 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.858595] 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.14 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 564598379 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.912 MHz processor [ 0.147613] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.149263] pid_max: default: 32768 minimum: 301 [ 0.150152] ACPI: Core revision 20150930 [ 0.151541] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.152842] Security Framework initialized [ 0.153652] Yama: becoming mindful. [ 0.154380] AppArmor: AppArmor initialized [ 0.155234] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.156517] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes) [ 0.157764] Mount-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.158949] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.160325] Initializing cgroup subsys io [ 0.161133] Initializing cgroup subsys memory [ 0.161983] Initializing cgroup subsys devices [ 0.162859] Initializing cgroup subsys freezer [ 0.163723] Initializing cgroup subsys net_cls [ 0.164581] Initializing cgroup subsys perf_event [ 0.165478] Initializing cgroup subsys net_prio [ 0.166349] Initializing cgroup subsys hugetlb [ 0.167213] Initializing cgroup subsys pids [ 0.168081] CPU: Physical Processor ID: 0 [ 0.169566] mce: CPU supports 10 MCE banks [ 0.170408] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.171405] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.182343] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.188960] ftrace: allocating 31920 entries in 125 pages [ 0.216304] smpboot: Max logical packages: 1 [ 0.217150] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.218490] x2apic enabled [ 0.219309] Switched APIC routing to physical x2apic. [ 0.221049] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.222161] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.224142] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.225913] KVM setup paravirtual spinlock [ 0.227247] x86: Booted up 1 node, 1 CPUs [ 0.228045] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.229425] devtmpfs: initialized [ 0.231126] evm: security.selinux [ 0.231817] evm: security.SMACK64 [ 0.232509] evm: security.SMACK64EXEC [ 0.233247] evm: security.SMACK64TRANSMUTE [ 0.234044] evm: security.SMACK64MMAP [ 0.234788] evm: security.ima [ 0.235426] evm: security.capability [ 0.236227] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.238066] pinctrl core: initialized pinctrl subsystem [ 0.239169] RTC time: 10:34:47, date: 09/04/18 [ 0.240124] NET: Registered protocol family 16 [ 0.241096] cpuidle: using governor ladder [ 0.241907] cpuidle: using governor menu [ 0.242690] PCCT header not found. [ 0.243443] ACPI: bus type PCI registered [ 0.244243] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.245481] PCI: Using configuration type 1 for base access [ 0.247239] ACPI: Added _OSI(Module Device) [ 0.248081] ACPI: Added _OSI(Processor Device) [ 0.248938] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.249832] ACPI: Added _OSI(Processor Aggregator Device) [ 0.251911] ACPI: Interpreter enabled [ 0.252697] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.254551] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.256401] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.258256] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.260103] ACPI: (supports S0 S5) [ 0.260808] ACPI: Using IOAPIC for interrupt routing [ 0.261914] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.265026] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.266184] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.267423] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.268620] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.270850] acpiphp: Slot [3] registered [ 0.271656] acpiphp: Slot [4] registered [ 0.272461] acpiphp: Slot [5] registered [ 0.273262] acpiphp: Slot [6] registered [ 0.274063] acpiphp: Slot [7] registered [ 0.274865] acpiphp: Slot [8] registered [ 0.275666] acpiphp: Slot [9] registered [ 0.276467] acpiphp: Slot [10] registered [ 0.277286] acpiphp: Slot [11] registered [ 0.278101] acpiphp: Slot [12] registered [ 0.278918] acpiphp: Slot [13] registered [ 0.279734] acpiphp: Slot [14] registered [ 0.280545] acpiphp: Slot [15] registered [ 0.291377] acpiphp: Slot [16] registered [ 0.292197] acpiphp: Slot [17] registered [ 0.293008] acpiphp: Slot [18] registered [ 0.293825] acpiphp: Slot [19] registered [ 0.294639] acpiphp: Slot [20] registered [ 0.295458] acpiphp: Slot [21] registered [ 0.296272] acpiphp: Slot [22] registered [ 0.297085] acpiphp: Slot [23] registered [ 0.297897] acpiphp: Slot [24] registered [ 0.298714] acpiphp: Slot [25] registered [ 0.299535] acpiphp: Slot [26] registered [ 0.300350] acpiphp: Slot [27] registered [ 0.301162] acpiphp: Slot [28] registered [ 0.301970] acpiphp: Slot [29] registered [ 0.302793] acpiphp: Slot [30] registered [ 0.303617] acpiphp: Slot [31] registered [ 0.304430] PCI host bridge to bus 0000:00 [ 0.305242] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.306455] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.307673] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.309127] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window] [ 0.310579] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.316673] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.317955] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.319138] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.320408] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.327319] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.328759] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.375173] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.376669] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.378088] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.379513] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.380906] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.382849] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.384022] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.385077] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.386618] vgaarb: loaded [ 0.387224] vgaarb: bridge control possible 0000:00:02.0 [ 0.388380] SCSI subsystem initialized [ 0.389217] ACPI: bus type USB registered [ 0.390032] usbcore: registered new interface driver usbfs [ 0.391073] usbcore: registered new interface driver hub [ 0.392078] usbcore: registered new device driver usb [ 0.393140] PCI: Using ACPI for IRQ routing [ 0.394175] NetLabel: Initializing [ 0.394889] NetLabel: domain hash size = 128 [ 0.395744] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.396697] NetLabel: unlabeled traffic allowed by default [ 0.397793] clocksource: Switched to clocksource kvm-clock [ 0.403375] AppArmor: AppArmor Filesystem Enabled [ 0.404343] pnp: PnP ACPI init [ 0.405268] pnp: PnP ACPI: found 5 devices [ 0.411302] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.412998] NET: Registered protocol family 2 [ 0.413984] TCP established hash table entries: 2048 (order: 2, 16384 bytes) [ 0.415269] TCP bind hash table entries: 2048 (order: 3, 32768 bytes) [ 0.416437] TCP: Hash tables configured (established 2048 bind 2048) [ 0.417600] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.418678] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.419852] NET: Registered protocol family 1 [ 0.420723] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.421817] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.422890] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.437293] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.451566] Trying to unpack rootfs image as initramfs... [ 0.503538] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000) [ 0.518128] Scanning for low memory corruption every 60 seconds [ 0.519805] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.521564] audit: initializing netlink subsys (disabled) [ 0.523122] audit: type=2000 audit(1536057288.751:1): initialized [ 0.525041] Initialise system trusted keyring [ 0.526394] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.528170] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.530777] zbud: loaded [ 0.531726] VFS: Disk quotas dquot_6.6.0 [ 0.532920] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.535124] fuse init (API version 7.23) [ 0.536393] Key type big_key registered [ 0.537570] Allocating IMA MOK and blacklist keyrings. [ 0.539179] Key type asymmetric registered [ 0.540420] Asymmetric key parser 'x509' registered [ 0.541844] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.543985] io scheduler noop registered [ 0.545173] io scheduler deadline registered (default) [ 0.546651] io scheduler cfq registered [ 0.547833] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.549373] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.551293] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.553474] ACPI: Power Button [PWRF] [ 0.554692] GHES: HEST is not enabled! [ 0.568692] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.596789] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.599019] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.624480] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.626766] Linux agpgart interface v0.103 [ 0.629242] brd: module loaded [ 0.630428] loop: module loaded [ 0.634426] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.635859] GPT:90111 != 20971519 [ 0.636540] GPT:Alternate GPT header not at the end of the disk. [ 0.637615] GPT:90111 != 20971519 [ 0.638300] GPT: Use GNU Parted to correct GPT errors. [ 0.639260] vda: vda1 vda15 [ 0.641177] scsi host0: ata_piix [ 0.642283] scsi host1: ata_piix [ 0.642985] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.644185] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.645607] libphy: Fixed MDIO Bus: probed [ 0.646428] tun: Universal TUN/TAP device driver, 1.6 [ 0.647370] tun: (C) 1999-2004 Max Krasnyansky [ 0.649569] PPP generic driver version 2.4.2 [ 0.650699] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.651881] ehci-pci: EHCI PCI platform driver [ 0.652747] ehci-platform: EHCI generic platform driver [ 0.653720] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.654841] ohci-pci: OHCI PCI platform driver [ 0.655712] ohci-platform: OHCI generic platform driver [ 0.656678] uhci_hcd: USB Universal Host Controller Interface driver [ 0.671332] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.672324] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.673753] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.674771] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.675872] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.677092] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.678516] usb usb1: Product: UHCI Host Controller [ 0.679444] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.680570] usb usb1: SerialNumber: 0000:00:01.2 [ 0.681596] hub 1-0:1.0: USB hub found [ 0.682380] hub 1-0:1.0: 2 ports detected [ 0.683285] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.685372] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.686322] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.687343] mousedev: PS/2 mouse device common for all mice [ 0.688590] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.690408] rtc_cmos 00:00: RTC can wake from S4 [ 0.691493] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.692676] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.693867] i2c /dev entries driver [ 0.694627] device-mapper: uevent: version 1.0.3 [ 0.695550] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.697149] ledtrig-cpu: registered to indicate activity on CPUs [ 0.698413] NET: Registered protocol family 10 [ 0.699409] NET: Registered protocol family 17 [ 0.700289] Key type dns_resolver registered [ 0.701194] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.702273] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.704026] registered taskstats version 1 [ 0.704845] Loading compiled-in X.509 certificates [ 0.706279] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.708108] zswap: loaded using pool lzo/zbud [ 0.709465] Key type trusted registered [ 0.711007] Key type encrypted registered [ 0.711834] AppArmor: AppArmor sha1 policy hashing enabled [ 0.712852] ima: No TPM chip found, activating TPM-bypass! [ 0.713890] evm: HMAC attrs: 0x1 [ 0.714830] Magic number: 2:407:577 [ 0.715671] rtc_cmos 00:00: setting system clock to 2018-09-04 10:34:48 UTC (1536057288) [ 0.717256] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.718359] EDD information not available. [ 0.802767] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.804301] Write protecting the kernel read-only data: 14336k [ 0.815963] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.817748] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.63 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.858595] 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.14 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 564598379 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.912 MHz processor [ 0.147613] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.149263] pid_max: default: 32768 minimum: 301 [ 0.150152] ACPI: Core revision 20150930 [ 0.151541] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.152842] Security Framework initialized [ 0.153652] Yama: becoming mindful. [ 0.154380] AppArmor: AppArmor initialized [ 0.155234] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.156517] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes) [ 0.157764] Mount-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.158949] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.160325] Initializing cgroup subsys io [ 0.161133] Initializing cgroup subsys memory [ 0.161983] Initializing cgroup subsys devices [ 0.162859] Initializing cgroup subsys freezer [ 0.163723] Initializing cgroup subsys net_cls [ 0.164581] Initializing cgroup subsys perf_event [ 0.165478] Initializing cgroup subsys net_prio [ 0.166349] Initializing cgroup subsys hugetlb [ 0.167213] Initializing cgroup subsys pids [ 0.168081] CPU: Physical Processor ID: 0 [ 0.169566] mce: CPU supports 10 MCE banks [ 0.170408] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.171405] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.182343] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.188960] ftrace: allocating 31920 entries in 125 pages [ 0.216304] smpboot: Max logical packages: 1 [ 0.217150] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.218490] x2apic enabled [ 0.219309] Switched APIC routing to physical x2apic. [ 0.221049] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.222161] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.224142] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.225913] KVM setup paravirtual spinlock [ 0.227247] x86: Booted up 1 node, 1 CPUs [ 0.228045] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.229425] devtmpfs: initialized [ 0.231126] evm: security.selinux [ 0.231817] evm: security.SMACK64 [ 0.232509] evm: security.SMACK64EXEC [ 0.233247] evm: security.SMACK64TRANSMUTE [ 0.234044] evm: security.SMACK64MMAP [ 0.234788] evm: security.ima [ 0.235426] evm: security.capability [ 0.236227] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.238066] pinctrl core: initialized pinctrl subsystem [ 0.239169] RTC time: 10:34:47, date: 09/04/18 [ 0.240124] NET: Registered protocol family 16 [ 0.241096] cpuidle: using governor ladder [ 0.241907] cpuidle: using governor menu [ 0.242690] PCCT header not found. [ 0.243443] ACPI: bus type PCI registered [ 0.244243] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.245481] PCI: Using configuration type 1 for base access [ 0.247239] ACPI: Added _OSI(Module Device) [ 0.248081] ACPI: Added _OSI(Processor Device) [ 0.248938] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.249832] ACPI: Added _OSI(Processor Aggregator Device) [ 0.251911] ACPI: Interpreter enabled [ 0.252697] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.254551] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.256401] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.258256] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.260103] ACPI: (supports S0 S5) [ 0.260808] ACPI: Using IOAPIC for interrupt routing [ 0.261914] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.265026] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.266184] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.267423] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.268620] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.270850] acpiphp: Slot [3] registered [ 0.271656] acpiphp: Slot [4] registered [ 0.272461] acpiphp: Slot [5] registered [ 0.273262] acpiphp: Slot [6] registered [ 0.274063] acpiphp: Slot [7] registered [ 0.274865] acpiphp: Slot [8] registered [ 0.275666] acpiphp: Slot [9] registered [ 0.276467] acpiphp: Slot [10] registered [ 0.277286] acpiphp: Slot [11] registered [ 0.278101] acpiphp: Slot [12] registered [ 0.278918] acpiphp: Slot [13] registered [ 0.279734] acpiphp: Slot [14] registered [ 0.280545] acpiphp: Slot [15] registered [ 0.291377] acpiphp: Slot [16] registered [ 0.292197] acpiphp: Slot [17] registered [ 0.293008] acpiphp: Slot [18] registered [ 0.293825] acpiphp: Slot [19] registered [ 0.294639] acpiphp: Slot [20] registered [ 0.295458] acpiphp: Slot [21] registered [ 0.296272] acpiphp: Slot [22] registered [ 0.297085] acpiphp: Slot [23] registered [ 0.297897] acpiphp: Slot [24] registered [ 0.298714] acpiphp: Slot [25] registered [ 0.299535] acpiphp: Slot [26] registered [ 0.300350] acpiphp: Slot [27] registered [ 0.301162] acpiphp: Slot [28] registered [ 0.301970] acpiphp: Slot [29] registered [ 0.302793] acpiphp: Slot [30] registered [ 0.303617] acpiphp: Slot [31] registered [ 0.304430] PCI host bridge to bus 0000:00 [ 0.305242] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.306455] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.307673] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.309127] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window] [ 0.310579] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.316673] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.317955] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.319138] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.320408] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.327319] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.328759] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.375173] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.376669] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.378088] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.379513] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.380906] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.382849] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.384022] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.385077] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.386618] vgaarb: loaded [ 0.387224] vgaarb: bridge control possible 0000:00:02.0 [ 0.388380] SCSI subsystem initialized [ 0.389217] ACPI: bus type USB registered [ 0.390032] usbcore: registered new interface driver usbfs [ 0.391073] usbcore: registered new interface driver hub [ 0.392078] usbcore: registered new device driver usb [ 0.393140] PCI: Using ACPI for IRQ routing [ 0.394175] NetLabel: Initializing [ 0.394889] NetLabel: domain hash size = 128 [ 0.395744] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.396697] NetLabel: unlabeled traffic allowed by default [ 0.397793] clocksource: Switched to clocksource kvm-clock [ 0.403375] AppArmor: AppArmor Filesystem Enabled [ 0.404343] pnp: PnP ACPI init [ 0.405268] pnp: PnP ACPI: found 5 devices [ 0.411302] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.412998] NET: Registered protocol family 2 [ 0.413984] TCP established hash table entries: 2048 (order: 2, 16384 bytes) [ 0.415269] TCP bind hash table entries: 2048 (order: 3, 32768 bytes) [ 0.416437] TCP: Hash tables configured (established 2048 bind 2048) [ 0.417600] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.418678] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.419852] NET: Registered protocol family 1 [ 0.420723] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.421817] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.422890] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.437293] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.451566] Trying to unpack rootfs image as initramfs... [ 0.503538] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000) [ 0.518128] Scanning for low memory corruption every 60 seconds [ 0.519805] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.521564] audit: initializing netlink subsys (disabled) [ 0.523122] audit: type=2000 audit(1536057288.751:1): initialized [ 0.525041] Initialise system trusted keyring [ 0.526394] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.528170] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.530777] zbud: loaded [ 0.531726] VFS: Disk quotas dquot_6.6.0 [ 0.532920] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.535124] fuse init (API version 7.23) [ 0.536393] Key type big_key registered [ 0.537570] Allocating IMA MOK and blacklist keyrings. [ 0.539179] Key type asymmetric registered [ 0.540420] Asymmetric key parser 'x509' registered [ 0.541844] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.543985] io scheduler noop registered [ 0.545173] io scheduler deadline registered (default) [ 0.546651] io scheduler cfq registered [ 0.547833] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.549373] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.551293] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.553474] ACPI: Power Button [PWRF] [ 0.554692] GHES: HEST is not enabled! [ 0.568692] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.596789] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.599019] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.624480] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.626766] Linux agpgart interface v0.103 [ 0.629242] brd: module loaded [ 0.630428] loop: module loaded [ 0.634426] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.635859] GPT:90111 != 20971519 [ 0.636540] GPT:Alternate GPT header not at the end of the disk. [ 0.637615] GPT:90111 != 20971519 [ 0.638300] GPT: Use GNU Parted to correct GPT errors. [ 0.639260] vda: vda1 vda15 [ 0.641177] scsi host0: ata_piix [ 0.642283] scsi host1: ata_piix [ 0.642985] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.644185] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.645607] libphy: Fixed MDIO Bus: probed [ 0.646428] tun: Universal TUN/TAP device driver, 1.6 [ 0.647370] tun: (C) 1999-2004 Max Krasnyansky [ 0.649569] PPP generic driver version 2.4.2 [ 0.650699] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.651881] ehci-pci: EHCI PCI platform driver [ 0.652747] ehci-platform: EHCI generic platform driver [ 0.653720] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.654841] ohci-pci: OHCI PCI platform driver [ 0.655712] ohci-platform: OHCI generic platform driver [ 0.656678] uhci_hcd: USB Universal Host Controller Interface driver [ 0.671332] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.672324] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.673753] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.674771] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.675872] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.677092] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.678516] usb usb1: Product: UHCI Host Controller [ 0.679444] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.680570] usb usb1: SerialNumber: 0000:00:01.2 [ 0.681596] hub 1-0:1.0: USB hub found [ 0.682380] hub 1-0:1.0: 2 ports detected [ 0.683285] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.685372] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.686322] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.687343] mousedev: PS/2 mouse device common for all mice [ 0.688590] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.690408] rtc_cmos 00:00: RTC can wake from S4 [ 0.691493] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.692676] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.693867] i2c /dev entries driver [ 0.694627] device-mapper: uevent: version 1.0.3 [ 0.695550] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.697149] ledtrig-cpu: registered to indicate activity on CPUs [ 0.698413] NET: Registered protocol family 10 [ 0.699409] NET: Registered protocol family 17 [ 0.700289] Key type dns_resolver registered [ 0.701194] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.702273] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.704026] registered taskstats version 1 [ 0.704845] Loading compiled-in X.509 certificates [ 0.706279] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.708108] zswap: loaded using pool lzo/zbud [ 0.709465] Key type trusted registered [ 0.711007] Key type encrypted registered [ 0.711834] AppArmor: AppArmor sha1 policy hashing enabled [ 0.712852] ima: No TPM chip found, activating TPM-bypass! [ 0.713890] evm: HMAC attrs: 0x1 [ 0.714830] Magic number: 2:407:577 [ 0.715671] rtc_cmos 00:00: setting system clock to 2018-09-04 10:34:48 UTC (1536057288) [ 0.717256] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.718359] EDD information not available. [ 0.802767] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.804301] Write protecting the kernel read-only data: 14336k [ 0.815963] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.817748] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.63 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.858595] 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.14 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 564598379 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.912 MHz processor [ 0.147613] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.149263] pid_max: default: 32768 minimum: 301 [ 0.150152] ACPI: Core revision 20150930 [ 0.151541] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.152842] Security Framework initialized [ 0.153652] Yama: becoming mindful. [ 0.154380] AppArmor: AppArmor initialized [ 0.155234] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.156517] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes) [ 0.157764] Mount-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.158949] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.160325] Initializing cgroup subsys io [ 0.161133] Initializing cgroup subsys memory [ 0.161983] Initializing cgroup subsys devices [ 0.162859] Initializing cgroup subsys freezer [ 0.163723] Initializing cgroup subsys net_cls [ 0.164581] Initializing cgroup subsys perf_event [ 0.165478] Initializing cgroup subsys net_prio [ 0.166349] Initializing cgroup subsys hugetlb [ 0.167213] Initializing cgroup subsys pids [ 0.168081] CPU: Physical Processor ID: 0 [ 0.169566] mce: CPU supports 10 MCE banks [ 0.170408] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.171405] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.182343] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.188960] ftrace: allocating 31920 entries in 125 pages [ 0.216304] smpboot: Max logical packages: 1 [ 0.217150] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.218490] x2apic enabled [ 0.219309] Switched APIC routing to physical x2apic. [ 0.221049] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.222161] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.224142] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.225913] KVM setup paravirtual spinlock [ 0.227247] x86: Booted up 1 node, 1 CPUs [ 0.228045] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.229425] devtmpfs: initialized [ 0.231126] evm: security.selinux [ 0.231817] evm: security.SMACK64 [ 0.232509] evm: security.SMACK64EXEC [ 0.233247] evm: security.SMACK64TRANSMUTE [ 0.234044] evm: security.SMACK64MMAP [ 0.234788] evm: security.ima [ 0.235426] evm: security.capability [ 0.236227] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.238066] pinctrl core: initialized pinctrl subsystem [ 0.239169] RTC time: 10:34:47, date: 09/04/18 [ 0.240124] NET: Registered protocol family 16 [ 0.241096] cpuidle: using governor ladder [ 0.241907] cpuidle: using governor menu [ 0.242690] PCCT header not found. [ 0.243443] ACPI: bus type PCI registered [ 0.244243] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.245481] PCI: Using configuration type 1 for base access [ 0.247239] ACPI: Added _OSI(Module Device) [ 0.248081] ACPI: Added _OSI(Processor Device) [ 0.248938] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.249832] ACPI: Added _OSI(Processor Aggregator Device) [ 0.251911] ACPI: Interpreter enabled [ 0.252697] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.254551] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.256401] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.258256] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.260103] ACPI: (supports S0 S5) [ 0.260808] ACPI: Using IOAPIC for interrupt routing [ 0.261914] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.265026] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.266184] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.267423] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.268620] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.270850] acpiphp: Slot [3] registered [ 0.271656] acpiphp: Slot [4] registered [ 0.272461] acpiphp: Slot [5] registered [ 0.273262] acpiphp: Slot [6] registered [ 0.274063] acpiphp: Slot [7] registered [ 0.274865] acpiphp: Slot [8] registered [ 0.275666] acpiphp: Slot [9] registered [ 0.276467] acpiphp: Slot [10] registered [ 0.277286] acpiphp: Slot [11] registered [ 0.278101] acpiphp: Slot [12] registered [ 0.278918] acpiphp: Slot [13] registered [ 0.279734] acpiphp: Slot [14] registered [ 0.280545] acpiphp: Slot [15] registered [ 0.291377] acpiphp: Slot [16] registered [ 0.292197] acpiphp: Slot [17] registered [ 0.293008] acpiphp: Slot [18] registered [ 0.293825] acpiphp: Slot [19] registered [ 0.294639] acpiphp: Slot [20] registered [ 0.295458] acpiphp: Slot [21] registered [ 0.296272] acpiphp: Slot [22] registered [ 0.297085] acpiphp: Slot [23] registered [ 0.297897] acpiphp: Slot [24] registered [ 0.298714] acpiphp: Slot [25] registered [ 0.299535] acpiphp: Slot [26] registered [ 0.300350] acpiphp: Slot [27] registered [ 0.301162] acpiphp: Slot [28] registered [ 0.301970] acpiphp: Slot [29] registered [ 0.302793] acpiphp: Slot [30] registered [ 0.303617] acpiphp: Slot [31] registered [ 0.304430] PCI host bridge to bus 0000:00 [ 0.305242] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.306455] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.307673] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.309127] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window] [ 0.310579] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.316673] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.317955] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.319138] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.320408] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.327319] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.328759] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.375173] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.376669] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.378088] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.379513] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.380906] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.382849] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.384022] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.385077] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.386618] vgaarb: loaded [ 0.387224] vgaarb: bridge control possible 0000:00:02.0 [ 0.388380] SCSI subsystem initialized [ 0.389217] ACPI: bus type USB registered [ 0.390032] usbcore: registered new interface driver usbfs [ 0.391073] usbcore: registered new interface driver hub [ 0.392078] usbcore: registered new device driver usb [ 0.393140] PCI: Using ACPI for IRQ routing [ 0.394175] NetLabel: Initializing [ 0.394889] NetLabel: domain hash size = 128 [ 0.395744] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.396697] NetLabel: unlabeled traffic allowed by default [ 0.397793] clocksource: Switched to clocksource kvm-clock [ 0.403375] AppArmor: AppArmor Filesystem Enabled [ 0.404343] pnp: PnP ACPI init [ 0.405268] pnp: PnP ACPI: found 5 devices [ 0.411302] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.412998] NET: Registered protocol family 2 [ 0.413984] TCP established hash table entries: 2048 (order: 2, 16384 bytes) [ 0.415269] TCP bind hash table entries: 2048 (order: 3, 32768 bytes) [ 0.416437] TCP: Hash tables configured (established 2048 bind 2048) [ 0.417600] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.418678] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.419852] NET: Registered protocol family 1 [ 0.420723] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.421817] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.422890] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.437293] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.451566] Trying to unpack rootfs image as initramfs... [ 0.503538] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000) [ 0.518128] Scanning for low memory corruption every 60 seconds [ 0.519805] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.521564] audit: initializing netlink subsys (disabled) [ 0.523122] audit: type=2000 audit(1536057288.751:1): initialized [ 0.525041] Initialise system trusted keyring [ 0.526394] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.528170] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.530777] zbud: loaded [ 0.531726] VFS: Disk quotas dquot_6.6.0 [ 0.532920] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.535124] fuse init (API version 7.23) [ 0.536393] Key type big_key registered [ 0.537570] Allocating IMA MOK and blacklist keyrings. [ 0.539179] Key type asymmetric registered [ 0.540420] Asymmetric key parser 'x509' registered [ 0.541844] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.543985] io scheduler noop registered [ 0.545173] io scheduler deadline registered (default) [ 0.546651] io scheduler cfq registered [ 0.547833] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.549373] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.551293] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.553474] ACPI: Power Button [PWRF] [ 0.554692] GHES: HEST is not enabled! [ 0.568692] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.596789] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.599019] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.624480] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.626766] Linux agpgart interface v0.103 [ 0.629242] brd: module loaded [ 0.630428] loop: module loaded [ 0.634426] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.635859] GPT:90111 != 20971519 [ 0.636540] GPT:Alternate GPT header not at the end of the disk. [ 0.637615] GPT:90111 != 20971519 [ 0.638300] GPT: Use GNU Parted to correct GPT errors. [ 0.639260] vda: vda1 vda15 [ 0.641177] scsi host0: ata_piix [ 0.642283] scsi host1: ata_piix [ 0.642985] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.644185] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.645607] libphy: Fixed MDIO Bus: probed [ 0.646428] tun: Universal TUN/TAP device driver, 1.6 [ 0.647370] tun: (C) 1999-2004 Max Krasnyansky [ 0.649569] PPP generic driver version 2.4.2 [ 0.650699] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.651881] ehci-pci: EHCI PCI platform driver [ 0.652747] ehci-platform: EHCI generic platform driver [ 0.653720] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.654841] ohci-pci: OHCI PCI platform driver [ 0.655712] ohci-platform: OHCI generic platform driver [ 0.656678] uhci_hcd: USB Universal Host Controller Interface driver [ 0.671332] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.672324] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.673753] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.674771] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.675872] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.677092] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.678516] usb usb1: Product: UHCI Host Controller [ 0.679444] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.680570] usb usb1: SerialNumber: 0000:00:01.2 [ 0.681596] hub 1-0:1.0: USB hub found [ 0.682380] hub 1-0:1.0: 2 ports detected [ 0.683285] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.685372] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.686322] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.687343] mousedev: PS/2 mouse device common for all mice [ 0.688590] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.690408] rtc_cmos 00:00: RTC can wake from S4 [ 0.691493] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.692676] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.693867] i2c /dev entries driver [ 0.694627] device-mapper: uevent: version 1.0.3 [ 0.695550] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.697149] ledtrig-cpu: registered to indicate activity on CPUs [ 0.698413] NET: Registered protocol family 10 [ 0.699409] NET: Registered protocol family 17 [ 0.700289] Key type dns_resolver registered [ 0.701194] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.702273] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.704026] registered taskstats version 1 [ 0.704845] Loading compiled-in X.509 certificates [ 0.706279] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.708108] zswap: loaded using pool lzo/zbud [ 0.709465] Key type trusted registered [ 0.711007] Key type encrypted registered [ 0.711834] AppArmor: AppArmor sha1 policy hashing enabled [ 0.712852] ima: No TPM chip found, activating TPM-bypass! [ 0.713890] evm: HMAC attrs: 0x1 [ 0.714830] Magic number: 2:407:577 [ 0.715671] rtc_cmos 00:00: setting system clock to 2018-09-04 10:34:48 UTC (1536057288) [ 0.717256] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.718359] EDD information not available. [ 0.802767] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.804301] Write protecting the kernel read-only data: 14336k [ 0.815963] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.817748] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.63 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.858595] 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.14 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 564598379 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.912 MHz processor [ 0.147613] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.149263] pid_max: default: 32768 minimum: 301 [ 0.150152] ACPI: Core revision 20150930 [ 0.151541] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.152842] Security Framework initialized [ 0.153652] Yama: becoming mindful. [ 0.154380] AppArmor: AppArmor initialized [ 0.155234] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.156517] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes) [ 0.157764] Mount-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.158949] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.160325] Initializing cgroup subsys io [ 0.161133] Initializing cgroup subsys memory [ 0.161983] Initializing cgroup subsys devices [ 0.162859] Initializing cgroup subsys freezer [ 0.163723] Initializing cgroup subsys net_cls [ 0.164581] Initializing cgroup subsys perf_event [ 0.165478] Initializing cgroup subsys net_prio [ 0.166349] Initializing cgroup subsys hugetlb [ 0.167213] Initializing cgroup subsys pids [ 0.168081] CPU: Physical Processor ID: 0 [ 0.169566] mce: CPU supports 10 MCE banks [ 0.170408] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.171405] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.182343] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.188960] ftrace: allocating 31920 entries in 125 pages [ 0.216304] smpboot: Max logical packages: 1 [ 0.217150] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.218490] x2apic enabled [ 0.219309] Switched APIC routing to physical x2apic. [ 0.221049] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.222161] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.224142] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.225913] KVM setup paravirtual spinlock [ 0.227247] x86: Booted up 1 node, 1 CPUs [ 0.228045] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.229425] devtmpfs: initialized [ 0.231126] evm: security.selinux [ 0.231817] evm: security.SMACK64 [ 0.232509] evm: security.SMACK64EXEC [ 0.233247] evm: security.SMACK64TRANSMUTE [ 0.234044] evm: security.SMACK64MMAP [ 0.234788] evm: security.ima [ 0.235426] evm: security.capability [ 0.236227] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.238066] pinctrl core: initialized pinctrl subsystem [ 0.239169] RTC time: 10:34:47, date: 09/04/18 [ 0.240124] NET: Registered protocol family 16 [ 0.241096] cpuidle: using governor ladder [ 0.241907] cpuidle: using governor menu [ 0.242690] PCCT header not found. [ 0.243443] ACPI: bus type PCI registered [ 0.244243] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.245481] PCI: Using configuration type 1 for base access [ 0.247239] ACPI: Added _OSI(Module Device) [ 0.248081] ACPI: Added _OSI(Processor Device) [ 0.248938] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.249832] ACPI: Added _OSI(Processor Aggregator Device) [ 0.251911] ACPI: Interpreter enabled [ 0.252697] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.254551] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.256401] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.258256] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.260103] ACPI: (supports S0 S5) [ 0.260808] ACPI: Using IOAPIC for interrupt routing [ 0.261914] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.265026] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.266184] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.267423] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.268620] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.270850] acpiphp: Slot [3] registered [ 0.271656] acpiphp: Slot [4] registered [ 0.272461] acpiphp: Slot [5] registered [ 0.273262] acpiphp: Slot [6] registered [ 0.274063] acpiphp: Slot [7] registered [ 0.274865] acpiphp: Slot [8] registered [ 0.275666] acpiphp: Slot [9] registered [ 0.276467] acpiphp: Slot [10] registered [ 0.277286] acpiphp: Slot [11] registered [ 0.278101] acpiphp: Slot [12] registered [ 0.278918] acpiphp: Slot [13] registered [ 0.279734] acpiphp: Slot [14] registered [ 0.280545] acpiphp: Slot [15] registered [ 0.291377] acpiphp: Slot [16] registered [ 0.292197] acpiphp: Slot [17] registered [ 0.293008] acpiphp: Slot [18] registered [ 0.293825] acpiphp: Slot [19] registered [ 0.294639] acpiphp: Slot [20] registered [ 0.295458] acpiphp: Slot [21] registered [ 0.296272] acpiphp: Slot [22] registered [ 0.297085] acpiphp: Slot [23] registered [ 0.297897] acpiphp: Slot [24] registered [ 0.298714] acpiphp: Slot [25] registered [ 0.299535] acpiphp: Slot [26] registered [ 0.300350] acpiphp: Slot [27] registered [ 0.301162] acpiphp: Slot [28] registered [ 0.301970] acpiphp: Slot [29] registered [ 0.302793] acpiphp: Slot [30] registered [ 0.303617] acpiphp: Slot [31] registered [ 0.304430] PCI host bridge to bus 0000:00 [ 0.305242] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.306455] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.307673] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.309127] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window] [ 0.310579] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.316673] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.317955] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.319138] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.320408] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.327319] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.328759] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.375173] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.376669] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.378088] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.379513] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.380906] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.382849] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.384022] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.385077] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.386618] vgaarb: loaded [ 0.387224] vgaarb: bridge control possible 0000:00:02.0 [ 0.388380] SCSI subsystem initialized [ 0.389217] ACPI: bus type USB registered [ 0.390032] usbcore: registered new interface driver usbfs [ 0.391073] usbcore: registered new interface driver hub [ 0.392078] usbcore: registered new device driver usb [ 0.393140] PCI: Using ACPI for IRQ routing [ 0.394175] NetLabel: Initializing [ 0.394889] NetLabel: domain hash size = 128 [ 0.395744] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.396697] NetLabel: unlabeled traffic allowed by default [ 0.397793] clocksource: Switched to clocksource kvm-clock [ 0.403375] AppArmor: AppArmor Filesystem Enabled [ 0.404343] pnp: PnP ACPI init [ 0.405268] pnp: PnP ACPI: found 5 devices [ 0.411302] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.412998] NET: Registered protocol family 2 [ 0.413984] TCP established hash table entries: 2048 (order: 2, 16384 bytes) [ 0.415269] TCP bind hash table entries: 2048 (order: 3, 32768 bytes) [ 0.416437] TCP: Hash tables configured (established 2048 bind 2048) [ 0.417600] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.418678] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.419852] NET: Registered protocol family 1 [ 0.420723] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.421817] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.422890] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.437293] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.451566] Trying to unpack rootfs image as initramfs... [ 0.503538] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000) [ 0.518128] Scanning for low memory corruption every 60 seconds [ 0.519805] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.521564] audit: initializing netlink subsys (disabled) [ 0.523122] audit: type=2000 audit(1536057288.751:1): initialized [ 0.525041] Initialise system trusted keyring [ 0.526394] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.528170] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.530777] zbud: loaded [ 0.531726] VFS: Disk quotas dquot_6.6.0 [ 0.532920] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.535124] fuse init (API version 7.23) [ 0.536393] Key type big_key registered [ 0.537570] Allocating IMA MOK and blacklist keyrings. [ 0.539179] Key type asymmetric registered [ 0.540420] Asymmetric key parser 'x509' registered [ 0.541844] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.543985] io scheduler noop registered [ 0.545173] io scheduler deadline registered (default) [ 0.546651] io scheduler cfq registered [ 0.547833] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.549373] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.551293] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.553474] ACPI: Power Button [PWRF] [ 0.554692] GHES: HEST is not enabled! [ 0.568692] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.596789] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.599019] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.624480] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.626766] Linux agpgart interface v0.103 [ 0.629242] brd: module loaded [ 0.630428] loop: module loaded [ 0.634426] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.635859] GPT:90111 != 20971519 [ 0.636540] GPT:Alternate GPT header not at the end of the disk. [ 0.637615] GPT:90111 != 20971519 [ 0.638300] GPT: Use GNU Parted to correct GPT errors. [ 0.639260] vda: vda1 vda15 [ 0.641177] scsi host0: ata_piix [ 0.642283] scsi host1: ata_piix [ 0.642985] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.644185] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.645607] libphy: Fixed MDIO Bus: probed [ 0.646428] tun: Universal TUN/TAP device driver, 1.6 [ 0.647370] tun: (C) 1999-2004 Max Krasnyansky [ 0.649569] PPP generic driver version 2.4.2 [ 0.650699] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.651881] ehci-pci: EHCI PCI platform driver [ 0.652747] ehci-platform: EHCI generic platform driver [ 0.653720] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.654841] ohci-pci: OHCI PCI platform driver [ 0.655712] ohci-platform: OHCI generic platform driver [ 0.656678] uhci_hcd: USB Universal Host Controller Interface driver [ 0.671332] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.672324] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.673753] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.674771] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.675872] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.677092] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.678516] usb usb1: Product: UHCI Host Controller [ 0.679444] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.680570] usb usb1: SerialNumber: 0000:00:01.2 [ 0.681596] hub 1-0:1.0: USB hub found [ 0.682380] hub 1-0:1.0: 2 ports detected [ 0.683285] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.685372] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.686322] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.687343] mousedev: PS/2 mouse device common for all mice [ 0.688590] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.690408] rtc_cmos 00:00: RTC can wake from S4 [ 0.691493] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.692676] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.693867] i2c /dev entries driver [ 0.694627] device-mapper: uevent: version 1.0.3 [ 0.695550] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.697149] ledtrig-cpu: registered to indicate activity on CPUs [ 0.698413] NET: Registered protocol family 10 [ 0.699409] NET: Registered protocol family 17 [ 0.700289] Key type dns_resolver registered [ 0.701194] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.702273] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.704026] registered taskstats version 1 [ 0.704845] Loading compiled-in X.509 certificates [ 0.706279] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.708108] zswap: loaded using pool lzo/zbud [ 0.709465] Key type trusted registered [ 0.711007] Key type encrypted registered [ 0.711834] AppArmor: AppArmor sha1 policy hashing enabled [ 0.712852] ima: No TPM chip found, activating TPM-bypass! [ 0.713890] evm: HMAC attrs: 0x1 [ 0.714830] Magic number: 2:407:577 [ 0.715671] rtc_cmos 00:00: setting system clock to 2018-09-04 10:34:48 UTC (1536057288) [ 0.717256] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.718359] EDD information not available. [ 0.802767] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.804301] Write protecting the kernel read-only data: 14336k [ 0.815963] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.817748] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.63 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.858595] 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.14 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 564598379 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.912 MHz processor [ 0.147613] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.149263] pid_max: default: 32768 minimum: 301 [ 0.150152] ACPI: Core revision 20150930 [ 0.151541] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.152842] Security Framework initialized [ 0.153652] Yama: becoming mindful. [ 0.154380] AppArmor: AppArmor initialized [ 0.155234] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.156517] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes) [ 0.157764] Mount-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.158949] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.160325] Initializing cgroup subsys io [ 0.161133] Initializing cgroup subsys memory [ 0.161983] Initializing cgroup subsys devices [ 0.162859] Initializing cgroup subsys freezer [ 0.163723] Initializing cgroup subsys net_cls [ 0.164581] Initializing cgroup subsys perf_event [ 0.165478] Initializing cgroup subsys net_prio [ 0.166349] Initializing cgroup subsys hugetlb [ 0.167213] Initializing cgroup subsys pids [ 0.168081] CPU: Physical Processor ID: 0 [ 0.169566] mce: CPU supports 10 MCE banks [ 0.170408] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.171405] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.182343] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.188960] ftrace: allocating 31920 entries in 125 pages [ 0.216304] smpboot: Max logical packages: 1 [ 0.217150] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.218490] x2apic enabled [ 0.219309] Switched APIC routing to physical x2apic. [ 0.221049] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.222161] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.224142] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.225913] KVM setup paravirtual spinlock [ 0.227247] x86: Booted up 1 node, 1 CPUs [ 0.228045] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.229425] devtmpfs: initialized [ 0.231126] evm: security.selinux [ 0.231817] evm: security.SMACK64 [ 0.232509] evm: security.SMACK64EXEC [ 0.233247] evm: security.SMACK64TRANSMUTE [ 0.234044] evm: security.SMACK64MMAP [ 0.234788] evm: security.ima [ 0.235426] evm: security.capability [ 0.236227] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.238066] pinctrl core: initialized pinctrl subsystem [ 0.239169] RTC time: 10:34:47, date: 09/04/18 [ 0.240124] NET: Registered protocol family 16 [ 0.241096] cpuidle: using governor ladder [ 0.241907] cpuidle: using governor menu [ 0.242690] PCCT header not found. [ 0.243443] ACPI: bus type PCI registered [ 0.244243] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.245481] PCI: Using configuration type 1 for base access [ 0.247239] ACPI: Added _OSI(Module Device) [ 0.248081] ACPI: Added _OSI(Processor Device) [ 0.248938] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.249832] ACPI: Added _OSI(Processor Aggregator Device) [ 0.251911] ACPI: Interpreter enabled [ 0.252697] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.254551] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.256401] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.258256] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.260103] ACPI: (supports S0 S5) [ 0.260808] ACPI: Using IOAPIC for interrupt routing [ 0.261914] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.265026] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.266184] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.267423] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.268620] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.270850] acpiphp: Slot [3] registered [ 0.271656] acpiphp: Slot [4] registered [ 0.272461] acpiphp: Slot [5] registered [ 0.273262] acpiphp: Slot [6] registered [ 0.274063] acpiphp: Slot [7] registered [ 0.274865] acpiphp: Slot [8] registered [ 0.275666] acpiphp: Slot [9] registered [ 0.276467] acpiphp: Slot [10] registered [ 0.277286] acpiphp: Slot [11] registered [ 0.278101] acpiphp: Slot [12] registered [ 0.278918] acpiphp: Slot [13] registered [ 0.279734] acpiphp: Slot [14] registered [ 0.280545] acpiphp: Slot [15] registered [ 0.291377] acpiphp: Slot [16] registered [ 0.292197] acpiphp: Slot [17] registered [ 0.293008] acpiphp: Slot [18] registered [ 0.293825] acpiphp: Slot [19] registered [ 0.294639] acpiphp: Slot [20] registered [ 0.295458] acpiphp: Slot [21] registered [ 0.296272] acpiphp: Slot [22] registered [ 0.297085] acpiphp: Slot [23] registered [ 0.297897] acpiphp: Slot [24] registered [ 0.298714] acpiphp: Slot [25] registered [ 0.299535] acpiphp: Slot [26] registered [ 0.300350] acpiphp: Slot [27] registered [ 0.301162] acpiphp: Slot [28] registered [ 0.301970] acpiphp: Slot [29] registered [ 0.302793] acpiphp: Slot [30] registered [ 0.303617] acpiphp: Slot [31] registered [ 0.304430] PCI host bridge to bus 0000:00 [ 0.305242] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.306455] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.307673] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.309127] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window] [ 0.310579] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.316673] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.317955] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.319138] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.320408] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.327319] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.328759] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.375173] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.376669] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.378088] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.379513] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.380906] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.382849] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.384022] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.385077] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.386618] vgaarb: loaded [ 0.387224] vgaarb: bridge control possible 0000:00:02.0 [ 0.388380] SCSI subsystem initialized [ 0.389217] ACPI: bus type USB registered [ 0.390032] usbcore: registered new interface driver usbfs [ 0.391073] usbcore: registered new interface driver hub [ 0.392078] usbcore: registered new device driver usb [ 0.393140] PCI: Using ACPI for IRQ routing [ 0.394175] NetLabel: Initializing [ 0.394889] NetLabel: domain hash size = 128 [ 0.395744] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.396697] NetLabel: unlabeled traffic allowed by default [ 0.397793] clocksource: Switched to clocksource kvm-clock [ 0.403375] AppArmor: AppArmor Filesystem Enabled [ 0.404343] pnp: PnP ACPI init [ 0.405268] pnp: PnP ACPI: found 5 devices [ 0.411302] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.412998] NET: Registered protocol family 2 [ 0.413984] TCP established hash table entries: 2048 (order: 2, 16384 bytes) [ 0.415269] TCP bind hash table entries: 2048 (order: 3, 32768 bytes) [ 0.416437] TCP: Hash tables configured (established 2048 bind 2048) [ 0.417600] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.418678] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.419852] NET: Registered protocol family 1 [ 0.420723] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.421817] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.422890] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.437293] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.451566] Trying to unpack rootfs image as initramfs... [ 0.503538] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000) [ 0.518128] Scanning for low memory corruption every 60 seconds [ 0.519805] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.521564] audit: initializing netlink subsys (disabled) [ 0.523122] audit: type=2000 audit(1536057288.751:1): initialized [ 0.525041] Initialise system trusted keyring [ 0.526394] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.528170] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.530777] zbud: loaded [ 0.531726] VFS: Disk quotas dquot_6.6.0 [ 0.532920] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.535124] fuse init (API version 7.23) [ 0.536393] Key type big_key registered [ 0.537570] Allocating IMA MOK and blacklist keyrings. [ 0.539179] Key type asymmetric registered [ 0.540420] Asymmetric key parser 'x509' registered [ 0.541844] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.543985] io scheduler noop registered [ 0.545173] io scheduler deadline registered (default) [ 0.546651] io scheduler cfq registered [ 0.547833] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.549373] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.551293] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.553474] ACPI: Power Button [PWRF] [ 0.554692] GHES: HEST is not enabled! [ 0.568692] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.596789] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.599019] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.624480] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.626766] Linux agpgart interface v0.103 [ 0.629242] brd: module loaded [ 0.630428] loop: module loaded [ 0.634426] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.635859] GPT:90111 != 20971519 [ 0.636540] GPT:Alternate GPT header not at the end of the disk. [ 0.637615] GPT:90111 != 20971519 [ 0.638300] GPT: Use GNU Parted to correct GPT errors. [ 0.639260] vda: vda1 vda15 [ 0.641177] scsi host0: ata_piix [ 0.642283] scsi host1: ata_piix [ 0.642985] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.644185] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.645607] libphy: Fixed MDIO Bus: probed [ 0.646428] tun: Universal TUN/TAP device driver, 1.6 [ 0.647370] tun: (C) 1999-2004 Max Krasnyansky [ 0.649569] PPP generic driver version 2.4.2 [ 0.650699] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.651881] ehci-pci: EHCI PCI platform driver [ 0.652747] ehci-platform: EHCI generic platform driver [ 0.653720] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.654841] ohci-pci: OHCI PCI platform driver [ 0.655712] ohci-platform: OHCI generic platform driver [ 0.656678] uhci_hcd: USB Universal Host Controller Interface driver [ 0.671332] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.672324] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.673753] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.674771] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.675872] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.677092] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.678516] usb usb1: Product: UHCI Host Controller [ 0.679444] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.680570] usb usb1: SerialNumber: 0000:00:01.2 [ 0.681596] hub 1-0:1.0: USB hub found [ 0.682380] hub 1-0:1.0: 2 ports detected [ 0.683285] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.685372] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.686322] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.687343] mousedev: PS/2 mouse device common for all mice [ 0.688590] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.690408] rtc_cmos 00:00: RTC can wake from S4 [ 0.691493] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.692676] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.693867] i2c /dev entries driver [ 0.694627] device-mapper: uevent: version 1.0.3 [ 0.695550] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.697149] ledtrig-cpu: registered to indicate activity on CPUs [ 0.698413] NET: Registered protocol family 10 [ 0.699409] NET: Registered protocol family 17 [ 0.700289] Key type dns_resolver registered [ 0.701194] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.702273] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.704026] registered taskstats version 1 [ 0.704845] Loading compiled-in X.509 certificates [ 0.706279] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.708108] zswap: loaded using pool lzo/zbud [ 0.709465] Key type trusted registered [ 0.711007] Key type encrypted registered [ 0.711834] AppArmor: AppArmor sha1 policy hashing enabled [ 0.712852] ima: No TPM chip found, activating TPM-bypass! [ 0.713890] evm: HMAC attrs: 0x1 [ 0.714830] Magic number: 2:407:577 [ 0.715671] rtc_cmos 00:00: setting system clock to 2018-09-04 10:34:48 UTC (1536057288) [ 0.717256] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.718359] EDD information not available. [ 0.802767] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.804301] Write protecting the kernel read-only data: 14336k [ 0.815963] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.817748] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.63 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.858595] 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.14 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 564598379 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.912 MHz processor [ 0.147613] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.149263] pid_max: default: 32768 minimum: 301 [ 0.150152] ACPI: Core revision 20150930 [ 0.151541] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.152842] Security Framework initialized [ 0.153652] Yama: becoming mindful. [ 0.154380] AppArmor: AppArmor initialized [ 0.155234] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.156517] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes) [ 0.157764] Mount-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.158949] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.160325] Initializing cgroup subsys io [ 0.161133] Initializing cgroup subsys memory [ 0.161983] Initializing cgroup subsys devices [ 0.162859] Initializing cgroup subsys freezer [ 0.163723] Initializing cgroup subsys net_cls [ 0.164581] Initializing cgroup subsys perf_event [ 0.165478] Initializing cgroup subsys net_prio [ 0.166349] Initializing cgroup subsys hugetlb [ 0.167213] Initializing cgroup subsys pids [ 0.168081] CPU: Physical Processor ID: 0 [ 0.169566] mce: CPU supports 10 MCE banks [ 0.170408] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.171405] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.182343] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.188960] ftrace: allocating 31920 entries in 125 pages [ 0.216304] smpboot: Max logical packages: 1 [ 0.217150] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.218490] x2apic enabled [ 0.219309] Switched APIC routing to physical x2apic. [ 0.221049] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.222161] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.224142] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.225913] KVM setup paravirtual spinlock [ 0.227247] x86: Booted up 1 node, 1 CPUs [ 0.228045] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.229425] devtmpfs: initialized [ 0.231126] evm: security.selinux [ 0.231817] evm: security.SMACK64 [ 0.232509] evm: security.SMACK64EXEC [ 0.233247] evm: security.SMACK64TRANSMUTE [ 0.234044] evm: security.SMACK64MMAP [ 0.234788] evm: security.ima [ 0.235426] evm: security.capability [ 0.236227] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.238066] pinctrl core: initialized pinctrl subsystem [ 0.239169] RTC time: 10:34:47, date: 09/04/18 [ 0.240124] NET: Registered protocol family 16 [ 0.241096] cpuidle: using governor ladder [ 0.241907] cpuidle: using governor menu [ 0.242690] PCCT header not found. [ 0.243443] ACPI: bus type PCI registered [ 0.244243] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.245481] PCI: Using configuration type 1 for base access [ 0.247239] ACPI: Added _OSI(Module Device) [ 0.248081] ACPI: Added _OSI(Processor Device) [ 0.248938] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.249832] ACPI: Added _OSI(Processor Aggregator Device) [ 0.251911] ACPI: Interpreter enabled [ 0.252697] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.254551] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.256401] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.258256] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.260103] ACPI: (supports S0 S5) [ 0.260808] ACPI: Using IOAPIC for interrupt routing [ 0.261914] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.265026] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.266184] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.267423] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.268620] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.270850] acpiphp: Slot [3] registered [ 0.271656] acpiphp: Slot [4] registered [ 0.272461] acpiphp: Slot [5] registered [ 0.273262] acpiphp: Slot [6] registered [ 0.274063] acpiphp: Slot [7] registered [ 0.274865] acpiphp: Slot [8] registered [ 0.275666] acpiphp: Slot [9] registered [ 0.276467] acpiphp: Slot [10] registered [ 0.277286] acpiphp: Slot [11] registered [ 0.278101] acpiphp: Slot [12] registered [ 0.278918] acpiphp: Slot [13] registered [ 0.279734] acpiphp: Slot [14] registered [ 0.280545] acpiphp: Slot [15] registered [ 0.291377] acpiphp: Slot [16] registered [ 0.292197] acpiphp: Slot [17] registered [ 0.293008] acpiphp: Slot [18] registered [ 0.293825] acpiphp: Slot [19] registered [ 0.294639] acpiphp: Slot [20] registered [ 0.295458] acpiphp: Slot [21] registered [ 0.296272] acpiphp: Slot [22] registered [ 0.297085] acpiphp: Slot [23] registered [ 0.297897] acpiphp: Slot [24] registered [ 0.298714] acpiphp: Slot [25] registered [ 0.299535] acpiphp: Slot [26] registered [ 0.300350] acpiphp: Slot [27] registered [ 0.301162] acpiphp: Slot [28] registered [ 0.301970] acpiphp: Slot [29] registered [ 0.302793] acpiphp: Slot [30] registered [ 0.303617] acpiphp: Slot [31] registered [ 0.304430] PCI host bridge to bus 0000:00 [ 0.305242] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.306455] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.307673] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.309127] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window] [ 0.310579] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.316673] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.317955] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.319138] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.320408] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.327319] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.328759] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.375173] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.376669] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.378088] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.379513] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.380906] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.382849] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.384022] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.385077] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.386618] vgaarb: loaded [ 0.387224] vgaarb: bridge control possible 0000:00:02.0 [ 0.388380] SCSI subsystem initialized [ 0.389217] ACPI: bus type USB registered [ 0.390032] usbcore: registered new interface driver usbfs [ 0.391073] usbcore: registered new interface driver hub [ 0.392078] usbcore: registered new device driver usb [ 0.393140] PCI: Using ACPI for IRQ routing [ 0.394175] NetLabel: Initializing [ 0.394889] NetLabel: domain hash size = 128 [ 0.395744] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.396697] NetLabel: unlabeled traffic allowed by default [ 0.397793] clocksource: Switched to clocksource kvm-clock [ 0.403375] AppArmor: AppArmor Filesystem Enabled [ 0.404343] pnp: PnP ACPI init [ 0.405268] pnp: PnP ACPI: found 5 devices [ 0.411302] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.412998] NET: Registered protocol family 2 [ 0.413984] TCP established hash table entries: 2048 (order: 2, 16384 bytes) [ 0.415269] TCP bind hash table entries: 2048 (order: 3, 32768 bytes) [ 0.416437] TCP: Hash tables configured (established 2048 bind 2048) [ 0.417600] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.418678] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.419852] NET: Registered protocol family 1 [ 0.420723] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.421817] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.422890] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.437293] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.451566] Trying to unpack rootfs image as initramfs... [ 0.503538] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000) [ 0.518128] Scanning for low memory corruption every 60 seconds [ 0.519805] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.521564] audit: initializing netlink subsys (disabled) [ 0.523122] audit: type=2000 audit(1536057288.751:1): initialized [ 0.525041] Initialise system trusted keyring [ 0.526394] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.528170] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.530777] zbud: loaded [ 0.531726] VFS: Disk quotas dquot_6.6.0 [ 0.532920] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.535124] fuse init (API version 7.23) [ 0.536393] Key type big_key registered [ 0.537570] Allocating IMA MOK and blacklist keyrings. [ 0.539179] Key type asymmetric registered [ 0.540420] Asymmetric key parser 'x509' registered [ 0.541844] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.543985] io scheduler noop registered [ 0.545173] io scheduler deadline registered (default) [ 0.546651] io scheduler cfq registered [ 0.547833] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.549373] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.551293] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.553474] ACPI: Power Button [PWRF] [ 0.554692] GHES: HEST is not enabled! [ 0.568692] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.596789] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.599019] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.624480] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.626766] Linux agpgart interface v0.103 [ 0.629242] brd: module loaded [ 0.630428] loop: module loaded [ 0.634426] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.635859] GPT:90111 != 20971519 [ 0.636540] GPT:Alternate GPT header not at the end of the disk. [ 0.637615] GPT:90111 != 20971519 [ 0.638300] GPT: Use GNU Parted to correct GPT errors. [ 0.639260] vda: vda1 vda15 [ 0.641177] scsi host0: ata_piix [ 0.642283] scsi host1: ata_piix [ 0.642985] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.644185] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.645607] libphy: Fixed MDIO Bus: probed [ 0.646428] tun: Universal TUN/TAP device driver, 1.6 [ 0.647370] tun: (C) 1999-2004 Max Krasnyansky [ 0.649569] PPP generic driver version 2.4.2 [ 0.650699] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.651881] ehci-pci: EHCI PCI platform driver [ 0.652747] ehci-platform: EHCI generic platform driver [ 0.653720] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.654841] ohci-pci: OHCI PCI platform driver [ 0.655712] ohci-platform: OHCI generic platform driver [ 0.656678] uhci_hcd: USB Universal Host Controller Interface driver [ 0.671332] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.672324] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.673753] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.674771] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.675872] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.677092] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.678516] usb usb1: Product: UHCI Host Controller [ 0.679444] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.680570] usb usb1: SerialNumber: 0000:00:01.2 [ 0.681596] hub 1-0:1.0: USB hub found [ 0.682380] hub 1-0:1.0: 2 ports detected [ 0.683285] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.685372] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.686322] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.687343] mousedev: PS/2 mouse device common for all mice [ 0.688590] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.690408] rtc_cmos 00:00: RTC can wake from S4 [ 0.691493] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.692676] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.693867] i2c /dev entries driver [ 0.694627] device-mapper: uevent: version 1.0.3 [ 0.695550] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.697149] ledtrig-cpu: registered to indicate activity on CPUs [ 0.698413] NET: Registered protocol family 10 [ 0.699409] NET: Registered protocol family 17 [ 0.700289] Key type dns_resolver registered [ 0.701194] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.702273] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.704026] registered taskstats version 1 [ 0.704845] Loading compiled-in X.509 certificates [ 0.706279] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.708108] zswap: loaded using pool lzo/zbud [ 0.709465] Key type trusted registered [ 0.711007] Key type encrypted registered [ 0.711834] AppArmor: AppArmor sha1 policy hashing enabled [ 0.712852] ima: No TPM chip found, activating TPM-bypass! [ 0.713890] evm: HMAC attrs: 0x1 [ 0.714830] Magic number: 2:407:577 [ 0.715671] rtc_cmos 00:00: setting system clock to 2018-09-04 10:34:48 UTC (1536057288) [ 0.717256] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.718359] EDD information not available. [ 0.802767] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.804301] Write protecting the kernel read-only data: 14336k [ 0.815963] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.817748] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.63 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.858595] 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.14 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 564598379 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.912 MHz processor [ 0.147613] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.149263] pid_max: default: 32768 minimum: 301 [ 0.150152] ACPI: Core revision 20150930 [ 0.151541] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.152842] Security Framework initialized [ 0.153652] Yama: becoming mindful. [ 0.154380] AppArmor: AppArmor initialized [ 0.155234] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.156517] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes) [ 0.157764] Mount-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.158949] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.160325] Initializing cgroup subsys io [ 0.161133] Initializing cgroup subsys memory [ 0.161983] Initializing cgroup subsys devices [ 0.162859] Initializing cgroup subsys freezer [ 0.163723] Initializing cgroup subsys net_cls [ 0.164581] Initializing cgroup subsys perf_event [ 0.165478] Initializing cgroup subsys net_prio [ 0.166349] Initializing cgroup subsys hugetlb [ 0.167213] Initializing cgroup subsys pids [ 0.168081] CPU: Physical Processor ID: 0 [ 0.169566] mce: CPU supports 10 MCE banks [ 0.170408] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.171405] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.182343] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.188960] ftrace: allocating 31920 entries in 125 pages [ 0.216304] smpboot: Max logical packages: 1 [ 0.217150] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.218490] x2apic enabled [ 0.219309] Switched APIC routing to physical x2apic. [ 0.221049] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.222161] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.224142] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.225913] KVM setup paravirtual spinlock [ 0.227247] x86: Booted up 1 node, 1 CPUs [ 0.228045] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.229425] devtmpfs: initialized [ 0.231126] evm: security.selinux [ 0.231817] evm: security.SMACK64 [ 0.232509] evm: security.SMACK64EXEC [ 0.233247] evm: security.SMACK64TRANSMUTE [ 0.234044] evm: security.SMACK64MMAP [ 0.234788] evm: security.ima [ 0.235426] evm: security.capability [ 0.236227] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.238066] pinctrl core: initialized pinctrl subsystem [ 0.239169] RTC time: 10:34:47, date: 09/04/18 [ 0.240124] NET: Registered protocol family 16 [ 0.241096] cpuidle: using governor ladder [ 0.241907] cpuidle: using governor menu [ 0.242690] PCCT header not found. [ 0.243443] ACPI: bus type PCI registered [ 0.244243] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.245481] PCI: Using configuration type 1 for base access [ 0.247239] ACPI: Added _OSI(Module Device) [ 0.248081] ACPI: Added _OSI(Processor Device) [ 0.248938] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.249832] ACPI: Added _OSI(Processor Aggregator Device) [ 0.251911] ACPI: Interpreter enabled [ 0.252697] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.254551] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.256401] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.258256] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.260103] ACPI: (supports S0 S5) [ 0.260808] ACPI: Using IOAPIC for interrupt routing [ 0.261914] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.265026] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.266184] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.267423] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.268620] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.270850] acpiphp: Slot [3] registered [ 0.271656] acpiphp: Slot [4] registered [ 0.272461] acpiphp: Slot [5] registered [ 0.273262] acpiphp: Slot [6] registered [ 0.274063] acpiphp: Slot [7] registered [ 0.274865] acpiphp: Slot [8] registered [ 0.275666] acpiphp: Slot [9] registered [ 0.276467] acpiphp: Slot [10] registered [ 0.277286] acpiphp: Slot [11] registered [ 0.278101] acpiphp: Slot [12] registered [ 0.278918] acpiphp: Slot [13] registered [ 0.279734] acpiphp: Slot [14] registered [ 0.280545] acpiphp: Slot [15] registered [ 0.291377] acpiphp: Slot [16] registered [ 0.292197] acpiphp: Slot [17] registered [ 0.293008] acpiphp: Slot [18] registered [ 0.293825] acpiphp: Slot [19] registered [ 0.294639] acpiphp: Slot [20] registered [ 0.295458] acpiphp: Slot [21] registered [ 0.296272] acpiphp: Slot [22] registered [ 0.297085] acpiphp: Slot [23] registered [ 0.297897] acpiphp: Slot [24] registered [ 0.298714] acpiphp: Slot [25] registered [ 0.299535] acpiphp: Slot [26] registered [ 0.300350] acpiphp: Slot [27] registered [ 0.301162] acpiphp: Slot [28] registered [ 0.301970] acpiphp: Slot [29] registered [ 0.302793] acpiphp: Slot [30] registered [ 0.303617] acpiphp: Slot [31] registered [ 0.304430] PCI host bridge to bus 0000:00 [ 0.305242] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.306455] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.307673] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.309127] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window] [ 0.310579] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.316673] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.317955] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.319138] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.320408] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.327319] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.328759] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.375173] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.376669] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.378088] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.379513] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.380906] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.382849] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.384022] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.385077] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.386618] vgaarb: loaded [ 0.387224] vgaarb: bridge control possible 0000:00:02.0 [ 0.388380] SCSI subsystem initialized [ 0.389217] ACPI: bus type USB registered [ 0.390032] usbcore: registered new interface driver usbfs [ 0.391073] usbcore: registered new interface driver hub [ 0.392078] usbcore: registered new device driver usb [ 0.393140] PCI: Using ACPI for IRQ routing [ 0.394175] NetLabel: Initializing [ 0.394889] NetLabel: domain hash size = 128 [ 0.395744] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.396697] NetLabel: unlabeled traffic allowed by default [ 0.397793] clocksource: Switched to clocksource kvm-clock [ 0.403375] AppArmor: AppArmor Filesystem Enabled [ 0.404343] pnp: PnP ACPI init [ 0.405268] pnp: PnP ACPI: found 5 devices [ 0.411302] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.412998] NET: Registered protocol family 2 [ 0.413984] TCP established hash table entries: 2048 (order: 2, 16384 bytes) [ 0.415269] TCP bind hash table entries: 2048 (order: 3, 32768 bytes) [ 0.416437] TCP: Hash tables configured (established 2048 bind 2048) [ 0.417600] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.418678] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.419852] NET: Registered protocol family 1 [ 0.420723] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.421817] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.422890] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.437293] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.451566] Trying to unpack rootfs image as initramfs... [ 0.503538] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000) [ 0.518128] Scanning for low memory corruption every 60 seconds [ 0.519805] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.521564] audit: initializing netlink subsys (disabled) [ 0.523122] audit: type=2000 audit(1536057288.751:1): initialized [ 0.525041] Initialise system trusted keyring [ 0.526394] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.528170] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.530777] zbud: loaded [ 0.531726] VFS: Disk quotas dquot_6.6.0 [ 0.532920] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.535124] fuse init (API version 7.23) [ 0.536393] Key type big_key registered [ 0.537570] Allocating IMA MOK and blacklist keyrings. [ 0.539179] Key type asymmetric registered [ 0.540420] Asymmetric key parser 'x509' registered [ 0.541844] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.543985] io scheduler noop registered [ 0.545173] io scheduler deadline registered (default) [ 0.546651] io scheduler cfq registered [ 0.547833] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.549373] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.551293] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.553474] ACPI: Power Button [PWRF] [ 0.554692] GHES: HEST is not enabled! [ 0.568692] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.596789] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.599019] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.624480] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.626766] Linux agpgart interface v0.103 [ 0.629242] brd: module loaded [ 0.630428] loop: module loaded [ 0.634426] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.635859] GPT:90111 != 20971519 [ 0.636540] GPT:Alternate GPT header not at the end of the disk. [ 0.637615] GPT:90111 != 20971519 [ 0.638300] GPT: Use GNU Parted to correct GPT errors. [ 0.639260] vda: vda1 vda15 [ 0.641177] scsi host0: ata_piix [ 0.642283] scsi host1: ata_piix [ 0.642985] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.644185] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.645607] libphy: Fixed MDIO Bus: probed [ 0.646428] tun: Universal TUN/TAP device driver, 1.6 [ 0.647370] tun: (C) 1999-2004 Max Krasnyansky [ 0.649569] PPP generic driver version 2.4.2 [ 0.650699] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.651881] ehci-pci: EHCI PCI platform driver [ 0.652747] ehci-platform: EHCI generic platform driver [ 0.653720] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.654841] ohci-pci: OHCI PCI platform driver [ 0.655712] ohci-platform: OHCI generic platform driver [ 0.656678] uhci_hcd: USB Universal Host Controller Interface driver [ 0.671332] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.672324] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.673753] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.674771] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.675872] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.677092] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.678516] usb usb1: Product: UHCI Host Controller [ 0.679444] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.680570] usb usb1: SerialNumber: 0000:00:01.2 [ 0.681596] hub 1-0:1.0: USB hub found [ 0.682380] hub 1-0:1.0: 2 ports detected [ 0.683285] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.685372] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.686322] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.687343] mousedev: PS/2 mouse device common for all mice [ 0.688590] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.690408] rtc_cmos 00:00: RTC can wake from S4 [ 0.691493] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.692676] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.693867] i2c /dev entries driver [ 0.694627] device-mapper: uevent: version 1.0.3 [ 0.695550] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.697149] ledtrig-cpu: registered to indicate activity on CPUs [ 0.698413] NET: Registered protocol family 10 [ 0.699409] NET: Registered protocol family 17 [ 0.700289] Key type dns_resolver registered [ 0.701194] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.702273] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.704026] registered taskstats version 1 [ 0.704845] Loading compiled-in X.509 certificates [ 0.706279] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.708108] zswap: loaded using pool lzo/zbud [ 0.709465] Key type trusted registered [ 0.711007] Key type encrypted registered [ 0.711834] AppArmor: AppArmor sha1 policy hashing enabled [ 0.712852] ima: No TPM chip found, activating TPM-bypass! [ 0.713890] evm: HMAC attrs: 0x1 [ 0.714830] Magic number: 2:407:577 [ 0.715671] rtc_cmos 00:00: setting system clock to 2018-09-04 10:34:48 UTC (1536057288) [ 0.717256] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.718359] EDD information not available. [ 0.802767] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.804301] Write protecting the kernel read-only data: 14336k [ 0.815963] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.817748] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.63 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.858595] 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.14 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 564598379 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.912 MHz processor [ 0.147613] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.149263] pid_max: default: 32768 minimum: 301 [ 0.150152] ACPI: Core revision 20150930 [ 0.151541] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.152842] Security Framework initialized [ 0.153652] Yama: becoming mindful. [ 0.154380] AppArmor: AppArmor initialized [ 0.155234] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.156517] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes) [ 0.157764] Mount-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.158949] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.160325] Initializing cgroup subsys io [ 0.161133] Initializing cgroup subsys memory [ 0.161983] Initializing cgroup subsys devices [ 0.162859] Initializing cgroup subsys freezer [ 0.163723] Initializing cgroup subsys net_cls [ 0.164581] Initializing cgroup subsys perf_event [ 0.165478] Initializing cgroup subsys net_prio [ 0.166349] Initializing cgroup subsys hugetlb [ 0.167213] Initializing cgroup subsys pids [ 0.168081] CPU: Physical Processor ID: 0 [ 0.169566] mce: CPU supports 10 MCE banks [ 0.170408] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.171405] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.182343] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.188960] ftrace: allocating 31920 entries in 125 pages [ 0.216304] smpboot: Max logical packages: 1 [ 0.217150] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.218490] x2apic enabled [ 0.219309] Switched APIC routing to physical x2apic. [ 0.221049] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.222161] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.224142] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.225913] KVM setup paravirtual spinlock [ 0.227247] x86: Booted up 1 node, 1 CPUs [ 0.228045] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.229425] devtmpfs: initialized [ 0.231126] evm: security.selinux [ 0.231817] evm: security.SMACK64 [ 0.232509] evm: security.SMACK64EXEC [ 0.233247] evm: security.SMACK64TRANSMUTE [ 0.234044] evm: security.SMACK64MMAP [ 0.234788] evm: security.ima [ 0.235426] evm: security.capability [ 0.236227] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.238066] pinctrl core: initialized pinctrl subsystem [ 0.239169] RTC time: 10:34:47, date: 09/04/18 [ 0.240124] NET: Registered protocol family 16 [ 0.241096] cpuidle: using governor ladder [ 0.241907] cpuidle: using governor menu [ 0.242690] PCCT header not found. [ 0.243443] ACPI: bus type PCI registered [ 0.244243] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.245481] PCI: Using configuration type 1 for base access [ 0.247239] ACPI: Added _OSI(Module Device) [ 0.248081] ACPI: Added _OSI(Processor Device) [ 0.248938] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.249832] ACPI: Added _OSI(Processor Aggregator Device) [ 0.251911] ACPI: Interpreter enabled [ 0.252697] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.254551] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.256401] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.258256] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.260103] ACPI: (supports S0 S5) [ 0.260808] ACPI: Using IOAPIC for interrupt routing [ 0.261914] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.265026] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.266184] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.267423] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.268620] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.270850] acpiphp: Slot [3] registered [ 0.271656] acpiphp: Slot [4] registered [ 0.272461] acpiphp: Slot [5] registered [ 0.273262] acpiphp: Slot [6] registered [ 0.274063] acpiphp: Slot [7] registered [ 0.274865] acpiphp: Slot [8] registered [ 0.275666] acpiphp: Slot [9] registered [ 0.276467] acpiphp: Slot [10] registered [ 0.277286] acpiphp: Slot [11] registered [ 0.278101] acpiphp: Slot [12] registered [ 0.278918] acpiphp: Slot [13] registered [ 0.279734] acpiphp: Slot [14] registered [ 0.280545] acpiphp: Slot [15] registered [ 0.291377] acpiphp: Slot [16] registered [ 0.292197] acpiphp: Slot [17] registered [ 0.293008] acpiphp: Slot [18] registered [ 0.293825] acpiphp: Slot [19] registered [ 0.294639] acpiphp: Slot [20] registered [ 0.295458] acpiphp: Slot [21] registered [ 0.296272] acpiphp: Slot [22] registered [ 0.297085] acpiphp: Slot [23] registered [ 0.297897] acpiphp: Slot [24] registered [ 0.298714] acpiphp: Slot [25] registered [ 0.299535] acpiphp: Slot [26] registered [ 0.300350] acpiphp: Slot [27] registered [ 0.301162] acpiphp: Slot [28] registered [ 0.301970] acpiphp: Slot [29] registered [ 0.302793] acpiphp: Slot [30] registered [ 0.303617] acpiphp: Slot [31] registered [ 0.304430] PCI host bridge to bus 0000:00 [ 0.305242] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.306455] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.307673] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.309127] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window] [ 0.310579] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.316673] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.317955] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.319138] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.320408] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.327319] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.328759] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.375173] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.376669] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.378088] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.379513] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.380906] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.382849] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.384022] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.385077] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.386618] vgaarb: loaded [ 0.387224] vgaarb: bridge control possible 0000:00:02.0 [ 0.388380] SCSI subsystem initialized [ 0.389217] ACPI: bus type USB registered [ 0.390032] usbcore: registered new interface driver usbfs [ 0.391073] usbcore: registered new interface driver hub [ 0.392078] usbcore: registered new device driver usb [ 0.393140] PCI: Using ACPI for IRQ routing [ 0.394175] NetLabel: Initializing [ 0.394889] NetLabel: domain hash size = 128 [ 0.395744] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.396697] NetLabel: unlabeled traffic allowed by default [ 0.397793] clocksource: Switched to clocksource kvm-clock [ 0.403375] AppArmor: AppArmor Filesystem Enabled [ 0.404343] pnp: PnP ACPI init [ 0.405268] pnp: PnP ACPI: found 5 devices [ 0.411302] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.412998] NET: Registered protocol family 2 [ 0.413984] TCP established hash table entries: 2048 (order: 2, 16384 bytes) [ 0.415269] TCP bind hash table entries: 2048 (order: 3, 32768 bytes) [ 0.416437] TCP: Hash tables configured (established 2048 bind 2048) [ 0.417600] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.418678] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.419852] NET: Registered protocol family 1 [ 0.420723] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.421817] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.422890] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.437293] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.451566] Trying to unpack rootfs image as initramfs... [ 0.503538] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000) [ 0.518128] Scanning for low memory corruption every 60 seconds [ 0.519805] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.521564] audit: initializing netlink subsys (disabled) [ 0.523122] audit: type=2000 audit(1536057288.751:1): initialized [ 0.525041] Initialise system trusted keyring [ 0.526394] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.528170] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.530777] zbud: loaded [ 0.531726] VFS: Disk quotas dquot_6.6.0 [ 0.532920] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.535124] fuse init (API version 7.23) [ 0.536393] Key type big_key registered [ 0.537570] Allocating IMA MOK and blacklist keyrings. [ 0.539179] Key type asymmetric registered [ 0.540420] Asymmetric key parser 'x509' registered [ 0.541844] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.543985] io scheduler noop registered [ 0.545173] io scheduler deadline registered (default) [ 0.546651] io scheduler cfq registered [ 0.547833] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.549373] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.551293] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.553474] ACPI: Power Button [PWRF] [ 0.554692] GHES: HEST is not enabled! [ 0.568692] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.596789] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.599019] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.624480] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.626766] Linux agpgart interface v0.103 [ 0.629242] brd: module loaded [ 0.630428] loop: module loaded [ 0.634426] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.635859] GPT:90111 != 20971519 [ 0.636540] GPT:Alternate GPT header not at the end of the disk. [ 0.637615] GPT:90111 != 20971519 [ 0.638300] GPT: Use GNU Parted to correct GPT errors. [ 0.639260] vda: vda1 vda15 [ 0.641177] scsi host0: ata_piix [ 0.642283] scsi host1: ata_piix [ 0.642985] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.644185] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.645607] libphy: Fixed MDIO Bus: probed [ 0.646428] tun: Universal TUN/TAP device driver, 1.6 [ 0.647370] tun: (C) 1999-2004 Max Krasnyansky [ 0.649569] PPP generic driver version 2.4.2 [ 0.650699] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.651881] ehci-pci: EHCI PCI platform driver [ 0.652747] ehci-platform: EHCI generic platform driver [ 0.653720] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.654841] ohci-pci: OHCI PCI platform driver [ 0.655712] ohci-platform: OHCI generic platform driver [ 0.656678] uhci_hcd: USB Universal Host Controller Interface driver [ 0.671332] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.672324] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.673753] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.674771] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.675872] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.677092] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.678516] usb usb1: Product: UHCI Host Controller [ 0.679444] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.680570] usb usb1: SerialNumber: 0000:00:01.2 [ 0.681596] hub 1-0:1.0: USB hub found [ 0.682380] hub 1-0:1.0: 2 ports detected [ 0.683285] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.685372] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.686322] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.687343] mousedev: PS/2 mouse device common for all mice [ 0.688590] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.690408] rtc_cmos 00:00: RTC can wake from S4 [ 0.691493] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.692676] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.693867] i2c /dev entries driver [ 0.694627] device-mapper: uevent: version 1.0.3 [ 0.695550] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.697149] ledtrig-cpu: registered to indicate activity on CPUs [ 0.698413] NET: Registered protocol family 10 [ 0.699409] NET: Registered protocol family 17 [ 0.700289] Key type dns_resolver registered [ 0.701194] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.702273] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.704026] registered taskstats version 1 [ 0.704845] Loading compiled-in X.509 certificates [ 0.706279] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.708108] zswap: loaded using pool lzo/zbud [ 0.709465] Key type trusted registered [ 0.711007] Key type encrypted registered [ 0.711834] AppArmor: AppArmor sha1 policy hashing enabled [ 0.712852] ima: No TPM chip found, activating TPM-bypass! [ 0.713890] evm: HMAC attrs: 0x1 [ 0.714830] Magic number: 2:407:577 [ 0.715671] rtc_cmos 00:00: setting system clock to 2018-09-04 10:34:48 UTC (1536057288) [ 0.717256] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.718359] EDD information not available. [ 0.802767] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.804301] Write protecting the kernel read-only data: 14336k [ 0.815963] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.817748] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.63 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.858595] 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.14 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 564598379 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.912 MHz processor [ 0.147613] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.149263] pid_max: default: 32768 minimum: 301 [ 0.150152] ACPI: Core revision 20150930 [ 0.151541] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.152842] Security Framework initialized [ 0.153652] Yama: becoming mindful. [ 0.154380] AppArmor: AppArmor initialized [ 0.155234] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.156517] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes) [ 0.157764] Mount-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.158949] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.160325] Initializing cgroup subsys io [ 0.161133] Initializing cgroup subsys memory [ 0.161983] Initializing cgroup subsys devices [ 0.162859] Initializing cgroup subsys freezer [ 0.163723] Initializing cgroup subsys net_cls [ 0.164581] Initializing cgroup subsys perf_event [ 0.165478] Initializing cgroup subsys net_prio [ 0.166349] Initializing cgroup subsys hugetlb [ 0.167213] Initializing cgroup subsys pids [ 0.168081] CPU: Physical Processor ID: 0 [ 0.169566] mce: CPU supports 10 MCE banks [ 0.170408] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.171405] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.182343] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.188960] ftrace: allocating 31920 entries in 125 pages [ 0.216304] smpboot: Max logical packages: 1 [ 0.217150] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.218490] x2apic enabled [ 0.219309] Switched APIC routing to physical x2apic. [ 0.221049] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.222161] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.224142] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.225913] KVM setup paravirtual spinlock [ 0.227247] x86: Booted up 1 node, 1 CPUs [ 0.228045] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.229425] devtmpfs: initialized [ 0.231126] evm: security.selinux [ 0.231817] evm: security.SMACK64 [ 0.232509] evm: security.SMACK64EXEC [ 0.233247] evm: security.SMACK64TRANSMUTE [ 0.234044] evm: security.SMACK64MMAP [ 0.234788] evm: security.ima [ 0.235426] evm: security.capability [ 0.236227] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.238066] pinctrl core: initialized pinctrl subsystem [ 0.239169] RTC time: 10:34:47, date: 09/04/18 [ 0.240124] NET: Registered protocol family 16 [ 0.241096] cpuidle: using governor ladder [ 0.241907] cpuidle: using governor menu [ 0.242690] PCCT header not found. [ 0.243443] ACPI: bus type PCI registered [ 0.244243] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.245481] PCI: Using configuration type 1 for base access [ 0.247239] ACPI: Added _OSI(Module Device) [ 0.248081] ACPI: Added _OSI(Processor Device) [ 0.248938] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.249832] ACPI: Added _OSI(Processor Aggregator Device) [ 0.251911] ACPI: Interpreter enabled [ 0.252697] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.254551] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.256401] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.258256] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.260103] ACPI: (supports S0 S5) [ 0.260808] ACPI: Using IOAPIC for interrupt routing [ 0.261914] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.265026] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.266184] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.267423] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.268620] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.270850] acpiphp: Slot [3] registered [ 0.271656] acpiphp: Slot [4] registered [ 0.272461] acpiphp: Slot [5] registered [ 0.273262] acpiphp: Slot [6] registered [ 0.274063] acpiphp: Slot [7] registered [ 0.274865] acpiphp: Slot [8] registered [ 0.275666] acpiphp: Slot [9] registered [ 0.276467] acpiphp: Slot [10] registered [ 0.277286] acpiphp: Slot [11] registered [ 0.278101] acpiphp: Slot [12] registered [ 0.278918] acpiphp: Slot [13] registered [ 0.279734] acpiphp: Slot [14] registered [ 0.280545] acpiphp: Slot [15] registered [ 0.291377] acpiphp: Slot [16] registered [ 0.292197] acpiphp: Slot [17] registered [ 0.293008] acpiphp: Slot [18] registered [ 0.293825] acpiphp: Slot [19] registered [ 0.294639] acpiphp: Slot [20] registered [ 0.295458] acpiphp: Slot [21] registered [ 0.296272] acpiphp: Slot [22] registered [ 0.297085] acpiphp: Slot [23] registered [ 0.297897] acpiphp: Slot [24] registered [ 0.298714] acpiphp: Slot [25] registered [ 0.299535] acpiphp: Slot [26] registered [ 0.300350] acpiphp: Slot [27] registered [ 0.301162] acpiphp: Slot [28] registered [ 0.301970] acpiphp: Slot [29] registered [ 0.302793] acpiphp: Slot [30] registered [ 0.303617] acpiphp: Slot [31] registered [ 0.304430] PCI host bridge to bus 0000:00 [ 0.305242] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.306455] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.307673] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.309127] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window] [ 0.310579] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.316673] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.317955] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.319138] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.320408] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.327319] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.328759] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.375173] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.376669] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.378088] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.379513] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.380906] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.382849] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.384022] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.385077] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.386618] vgaarb: loaded [ 0.387224] vgaarb: bridge control possible 0000:00:02.0 [ 0.388380] SCSI subsystem initialized [ 0.389217] ACPI: bus type USB registered [ 0.390032] usbcore: registered new interface driver usbfs [ 0.391073] usbcore: registered new interface driver hub [ 0.392078] usbcore: registered new device driver usb [ 0.393140] PCI: Using ACPI for IRQ routing [ 0.394175] NetLabel: Initializing [ 0.394889] NetLabel: domain hash size = 128 [ 0.395744] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.396697] NetLabel: unlabeled traffic allowed by default [ 0.397793] clocksource: Switched to clocksource kvm-clock [ 0.403375] AppArmor: AppArmor Filesystem Enabled [ 0.404343] pnp: PnP ACPI init [ 0.405268] pnp: PnP ACPI: found 5 devices [ 0.411302] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.412998] NET: Registered protocol family 2 [ 0.413984] TCP established hash table entries: 2048 (order: 2, 16384 bytes) [ 0.415269] TCP bind hash table entries: 2048 (order: 3, 32768 bytes) [ 0.416437] TCP: Hash tables configured (established 2048 bind 2048) [ 0.417600] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.418678] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.419852] NET: Registered protocol family 1 [ 0.420723] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.421817] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.422890] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.437293] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.451566] Trying to unpack rootfs image as initramfs... [ 0.503538] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000) [ 0.518128] Scanning for low memory corruption every 60 seconds [ 0.519805] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.521564] audit: initializing netlink subsys (disabled) [ 0.523122] audit: type=2000 audit(1536057288.751:1): initialized [ 0.525041] Initialise system trusted keyring [ 0.526394] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.528170] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.530777] zbud: loaded [ 0.531726] VFS: Disk quotas dquot_6.6.0 [ 0.532920] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.535124] fuse init (API version 7.23) [ 0.536393] Key type big_key registered [ 0.537570] Allocating IMA MOK and blacklist keyrings. [ 0.539179] Key type asymmetric registered [ 0.540420] Asymmetric key parser 'x509' registered [ 0.541844] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.543985] io scheduler noop registered [ 0.545173] io scheduler deadline registered (default) [ 0.546651] io scheduler cfq registered [ 0.547833] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.549373] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.551293] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.553474] ACPI: Power Button [PWRF] [ 0.554692] GHES: HEST is not enabled! [ 0.568692] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.596789] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.599019] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.624480] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.626766] Linux agpgart interface v0.103 [ 0.629242] brd: module loaded [ 0.630428] loop: module loaded [ 0.634426] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.635859] GPT:90111 != 20971519 [ 0.636540] GPT:Alternate GPT header not at the end of the disk. [ 0.637615] GPT:90111 != 20971519 [ 0.638300] GPT: Use GNU Parted to correct GPT errors. [ 0.639260] vda: vda1 vda15 [ 0.641177] scsi host0: ata_piix [ 0.642283] scsi host1: ata_piix [ 0.642985] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.644185] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.645607] libphy: Fixed MDIO Bus: probed [ 0.646428] tun: Universal TUN/TAP device driver, 1.6 [ 0.647370] tun: (C) 1999-2004 Max Krasnyansky [ 0.649569] PPP generic driver version 2.4.2 [ 0.650699] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.651881] ehci-pci: EHCI PCI platform driver [ 0.652747] ehci-platform: EHCI generic platform driver [ 0.653720] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.654841] ohci-pci: OHCI PCI platform driver [ 0.655712] ohci-platform: OHCI generic platform driver [ 0.656678] uhci_hcd: USB Universal Host Controller Interface driver [ 0.671332] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.672324] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.673753] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.674771] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.675872] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.677092] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.678516] usb usb1: Product: UHCI Host Controller [ 0.679444] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.680570] usb usb1: SerialNumber: 0000:00:01.2 [ 0.681596] hub 1-0:1.0: USB hub found [ 0.682380] hub 1-0:1.0: 2 ports detected [ 0.683285] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.685372] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.686322] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.687343] mousedev: PS/2 mouse device common for all mice [ 0.688590] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.690408] rtc_cmos 00:00: RTC can wake from S4 [ 0.691493] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.692676] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.693867] i2c /dev entries driver [ 0.694627] device-mapper: uevent: version 1.0.3 [ 0.695550] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.697149] ledtrig-cpu: registered to indicate activity on CPUs [ 0.698413] NET: Registered protocol family 10 [ 0.699409] NET: Registered protocol family 17 [ 0.700289] Key type dns_resolver registered [ 0.701194] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.702273] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.704026] registered taskstats version 1 [ 0.704845] Loading compiled-in X.509 certificates [ 0.706279] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.708108] zswap: loaded using pool lzo/zbud [ 0.709465] Key type trusted registered [ 0.711007] Key type encrypted registered [ 0.711834] AppArmor: AppArmor sha1 policy hashing enabled [ 0.712852] ima: No TPM chip found, activating TPM-bypass! [ 0.713890] evm: HMAC attrs: 0x1 [ 0.714830] Magic number: 2:407:577 [ 0.715671] rtc_cmos 00:00: setting system clock to 2018-09-04 10:34:48 UTC (1536057288) [ 0.717256] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.718359] EDD information not available. [ 0.802767] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.804301] Write protecting the kernel read-only data: 14336k [ 0.815963] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.817748] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.63 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.858595] 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.14 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 564598379 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.912 MHz processor [ 0.147613] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.149263] pid_max: default: 32768 minimum: 301 [ 0.150152] ACPI: Core revision 20150930 [ 0.151541] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.152842] Security Framework initialized [ 0.153652] Yama: becoming mindful. [ 0.154380] AppArmor: AppArmor initialized [ 0.155234] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.156517] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes) [ 0.157764] Mount-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.158949] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.160325] Initializing cgroup subsys io [ 0.161133] Initializing cgroup subsys memory [ 0.161983] Initializing cgroup subsys devices [ 0.162859] Initializing cgroup subsys freezer [ 0.163723] Initializing cgroup subsys net_cls [ 0.164581] Initializing cgroup subsys perf_event [ 0.165478] Initializing cgroup subsys net_prio [ 0.166349] Initializing cgroup subsys hugetlb [ 0.167213] Initializing cgroup subsys pids [ 0.168081] CPU: Physical Processor ID: 0 [ 0.169566] mce: CPU supports 10 MCE banks [ 0.170408] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.171405] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.182343] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.188960] ftrace: allocating 31920 entries in 125 pages [ 0.216304] smpboot: Max logical packages: 1 [ 0.217150] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.218490] x2apic enabled [ 0.219309] Switched APIC routing to physical x2apic. [ 0.221049] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.222161] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.224142] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.225913] KVM setup paravirtual spinlock [ 0.227247] x86: Booted up 1 node, 1 CPUs [ 0.228045] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.229425] devtmpfs: initialized [ 0.231126] evm: security.selinux [ 0.231817] evm: security.SMACK64 [ 0.232509] evm: security.SMACK64EXEC [ 0.233247] evm: security.SMACK64TRANSMUTE [ 0.234044] evm: security.SMACK64MMAP [ 0.234788] evm: security.ima [ 0.235426] evm: security.capability [ 0.236227] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.238066] pinctrl core: initialized pinctrl subsystem [ 0.239169] RTC time: 10:34:47, date: 09/04/18 [ 0.240124] NET: Registered protocol family 16 [ 0.241096] cpuidle: using governor ladder [ 0.241907] cpuidle: using governor menu [ 0.242690] PCCT header not found. [ 0.243443] ACPI: bus type PCI registered [ 0.244243] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.245481] PCI: Using configuration type 1 for base access [ 0.247239] ACPI: Added _OSI(Module Device) [ 0.248081] ACPI: Added _OSI(Processor Device) [ 0.248938] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.249832] ACPI: Added _OSI(Processor Aggregator Device) [ 0.251911] ACPI: Interpreter enabled [ 0.252697] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.254551] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.256401] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.258256] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.260103] ACPI: (supports S0 S5) [ 0.260808] ACPI: Using IOAPIC for interrupt routing [ 0.261914] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.265026] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.266184] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.267423] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.268620] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.270850] acpiphp: Slot [3] registered [ 0.271656] acpiphp: Slot [4] registered [ 0.272461] acpiphp: Slot [5] registered [ 0.273262] acpiphp: Slot [6] registered [ 0.274063] acpiphp: Slot [7] registered [ 0.274865] acpiphp: Slot [8] registered [ 0.275666] acpiphp: Slot [9] registered [ 0.276467] acpiphp: Slot [10] registered [ 0.277286] acpiphp: Slot [11] registered [ 0.278101] acpiphp: Slot [12] registered [ 0.278918] acpiphp: Slot [13] registered [ 0.279734] acpiphp: Slot [14] registered [ 0.280545] acpiphp: Slot [15] registered [ 0.291377] acpiphp: Slot [16] registered [ 0.292197] acpiphp: Slot [17] registered [ 0.293008] acpiphp: Slot [18] registered [ 0.293825] acpiphp: Slot [19] registered [ 0.294639] acpiphp: Slot [20] registered [ 0.295458] acpiphp: Slot [21] registered [ 0.296272] acpiphp: Slot [22] registered [ 0.297085] acpiphp: Slot [23] registered [ 0.297897] acpiphp: Slot [24] registered [ 0.298714] acpiphp: Slot [25] registered [ 0.299535] acpiphp: Slot [26] registered [ 0.300350] acpiphp: Slot [27] registered [ 0.301162] acpiphp: Slot [28] registered [ 0.301970] acpiphp: Slot [29] registered [ 0.302793] acpiphp: Slot [30] registered [ 0.303617] acpiphp: Slot [31] registered [ 0.304430] PCI host bridge to bus 0000:00 [ 0.305242] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.306455] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.307673] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.309127] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window] [ 0.310579] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.316673] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.317955] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.319138] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.320408] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.327319] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.328759] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.375173] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.376669] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.378088] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.379513] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.380906] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.382849] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.384022] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.385077] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.386618] vgaarb: loaded [ 0.387224] vgaarb: bridge control possible 0000:00:02.0 [ 0.388380] SCSI subsystem initialized [ 0.389217] ACPI: bus type USB registered [ 0.390032] usbcore: registered new interface driver usbfs [ 0.391073] usbcore: registered new interface driver hub [ 0.392078] usbcore: registered new device driver usb [ 0.393140] PCI: Using ACPI for IRQ routing [ 0.394175] NetLabel: Initializing [ 0.394889] NetLabel: domain hash size = 128 [ 0.395744] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.396697] NetLabel: unlabeled traffic allowed by default [ 0.397793] clocksource: Switched to clocksource kvm-clock [ 0.403375] AppArmor: AppArmor Filesystem Enabled [ 0.404343] pnp: PnP ACPI init [ 0.405268] pnp: PnP ACPI: found 5 devices [ 0.411302] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.412998] NET: Registered protocol family 2 [ 0.413984] TCP established hash table entries: 2048 (order: 2, 16384 bytes) [ 0.415269] TCP bind hash table entries: 2048 (order: 3, 32768 bytes) [ 0.416437] TCP: Hash tables configured (established 2048 bind 2048) [ 0.417600] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.418678] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.419852] NET: Registered protocol family 1 [ 0.420723] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.421817] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.422890] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.437293] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.451566] Trying to unpack rootfs image as initramfs... [ 0.503538] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000) [ 0.518128] Scanning for low memory corruption every 60 seconds [ 0.519805] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.521564] audit: initializing netlink subsys (disabled) [ 0.523122] audit: type=2000 audit(1536057288.751:1): initialized [ 0.525041] Initialise system trusted keyring [ 0.526394] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.528170] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.530777] zbud: loaded [ 0.531726] VFS: Disk quotas dquot_6.6.0 [ 0.532920] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.535124] fuse init (API version 7.23) [ 0.536393] Key type big_key registered [ 0.537570] Allocating IMA MOK and blacklist keyrings. [ 0.539179] Key type asymmetric registered [ 0.540420] Asymmetric key parser 'x509' registered [ 0.541844] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.543985] io scheduler noop registered [ 0.545173] io scheduler deadline registered (default) [ 0.546651] io scheduler cfq registered [ 0.547833] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.549373] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.551293] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.553474] ACPI: Power Button [PWRF] [ 0.554692] GHES: HEST is not enabled! [ 0.568692] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.596789] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.599019] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.624480] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.626766] Linux agpgart interface v0.103 [ 0.629242] brd: module loaded [ 0.630428] loop: module loaded [ 0.634426] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.635859] GPT:90111 != 20971519 [ 0.636540] GPT:Alternate GPT header not at the end of the disk. [ 0.637615] GPT:90111 != 20971519 [ 0.638300] GPT: Use GNU Parted to correct GPT errors. [ 0.639260] vda: vda1 vda15 [ 0.641177] scsi host0: ata_piix [ 0.642283] scsi host1: ata_piix [ 0.642985] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.644185] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.645607] libphy: Fixed MDIO Bus: probed [ 0.646428] tun: Universal TUN/TAP device driver, 1.6 [ 0.647370] tun: (C) 1999-2004 Max Krasnyansky [ 0.649569] PPP generic driver version 2.4.2 [ 0.650699] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.651881] ehci-pci: EHCI PCI platform driver [ 0.652747] ehci-platform: EHCI generic platform driver [ 0.653720] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.654841] ohci-pci: OHCI PCI platform driver [ 0.655712] ohci-platform: OHCI generic platform driver [ 0.656678] uhci_hcd: USB Universal Host Controller Interface driver [ 0.671332] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.672324] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.673753] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.674771] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.675872] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.677092] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.678516] usb usb1: Product: UHCI Host Controller [ 0.679444] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.680570] usb usb1: SerialNumber: 0000:00:01.2 [ 0.681596] hub 1-0:1.0: USB hub found [ 0.682380] hub 1-0:1.0: 2 ports detected [ 0.683285] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.685372] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.686322] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.687343] mousedev: PS/2 mouse device common for all mice [ 0.688590] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.690408] rtc_cmos 00:00: RTC can wake from S4 [ 0.691493] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.692676] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.693867] i2c /dev entries driver [ 0.694627] device-mapper: uevent: version 1.0.3 [ 0.695550] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.697149] ledtrig-cpu: registered to indicate activity on CPUs [ 0.698413] NET: Registered protocol family 10 [ 0.699409] NET: Registered protocol family 17 [ 0.700289] Key type dns_resolver registered [ 0.701194] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.702273] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.704026] registered taskstats version 1 [ 0.704845] Loading compiled-in X.509 certificates [ 0.706279] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.708108] zswap: loaded using pool lzo/zbud [ 0.709465] Key type trusted registered [ 0.711007] Key type encrypted registered [ 0.711834] AppArmor: AppArmor sha1 policy hashing enabled [ 0.712852] ima: No TPM chip found, activating TPM-bypass! [ 0.713890] evm: HMAC attrs: 0x1 [ 0.714830] Magic number: 2:407:577 [ 0.715671] rtc_cmos 00:00: setting system clock to 2018-09-04 10:34:48 UTC (1536057288) [ 0.717256] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.718359] EDD information not available. [ 0.802767] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.804301] Write protecting the kernel read-only data: 14336k [ 0.815963] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.817748] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.63 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.858595] 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.14 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 564598379 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.912 MHz processor [ 0.147613] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.149263] pid_max: default: 32768 minimum: 301 [ 0.150152] ACPI: Core revision 20150930 [ 0.151541] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.152842] Security Framework initialized [ 0.153652] Yama: becoming mindful. [ 0.154380] AppArmor: AppArmor initialized [ 0.155234] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.156517] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes) [ 0.157764] Mount-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.158949] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.160325] Initializing cgroup subsys io [ 0.161133] Initializing cgroup subsys memory [ 0.161983] Initializing cgroup subsys devices [ 0.162859] Initializing cgroup subsys freezer [ 0.163723] Initializing cgroup subsys net_cls [ 0.164581] Initializing cgroup subsys perf_event [ 0.165478] Initializing cgroup subsys net_prio [ 0.166349] Initializing cgroup subsys hugetlb [ 0.167213] Initializing cgroup subsys pids [ 0.168081] CPU: Physical Processor ID: 0 [ 0.169566] mce: CPU supports 10 MCE banks [ 0.170408] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.171405] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.182343] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.188960] ftrace: allocating 31920 entries in 125 pages [ 0.216304] smpboot: Max logical packages: 1 [ 0.217150] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.218490] x2apic enabled [ 0.219309] Switched APIC routing to physical x2apic. [ 0.221049] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.222161] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.224142] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.225913] KVM setup paravirtual spinlock [ 0.227247] x86: Booted up 1 node, 1 CPUs [ 0.228045] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.229425] devtmpfs: initialized [ 0.231126] evm: security.selinux [ 0.231817] evm: security.SMACK64 [ 0.232509] evm: security.SMACK64EXEC [ 0.233247] evm: security.SMACK64TRANSMUTE [ 0.234044] evm: security.SMACK64MMAP [ 0.234788] evm: security.ima [ 0.235426] evm: security.capability [ 0.236227] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.238066] pinctrl core: initialized pinctrl subsystem [ 0.239169] RTC time: 10:34:47, date: 09/04/18 [ 0.240124] NET: Registered protocol family 16 [ 0.241096] cpuidle: using governor ladder [ 0.241907] cpuidle: using governor menu [ 0.242690] PCCT header not found. [ 0.243443] ACPI: bus type PCI registered [ 0.244243] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.245481] PCI: Using configuration type 1 for base access [ 0.247239] ACPI: Added _OSI(Module Device) [ 0.248081] ACPI: Added _OSI(Processor Device) [ 0.248938] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.249832] ACPI: Added _OSI(Processor Aggregator Device) [ 0.251911] ACPI: Interpreter enabled [ 0.252697] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.254551] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.256401] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.258256] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.260103] ACPI: (supports S0 S5) [ 0.260808] ACPI: Using IOAPIC for interrupt routing [ 0.261914] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.265026] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.266184] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.267423] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.268620] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.270850] acpiphp: Slot [3] registered [ 0.271656] acpiphp: Slot [4] registered [ 0.272461] acpiphp: Slot [5] registered [ 0.273262] acpiphp: Slot [6] registered [ 0.274063] acpiphp: Slot [7] registered [ 0.274865] acpiphp: Slot [8] registered [ 0.275666] acpiphp: Slot [9] registered [ 0.276467] acpiphp: Slot [10] registered [ 0.277286] acpiphp: Slot [11] registered [ 0.278101] acpiphp: Slot [12] registered [ 0.278918] acpiphp: Slot [13] registered [ 0.279734] acpiphp: Slot [14] registered [ 0.280545] acpiphp: Slot [15] registered [ 0.291377] acpiphp: Slot [16] registered [ 0.292197] acpiphp: Slot [17] registered [ 0.293008] acpiphp: Slot [18] registered [ 0.293825] acpiphp: Slot [19] registered [ 0.294639] acpiphp: Slot [20] registered [ 0.295458] acpiphp: Slot [21] registered [ 0.296272] acpiphp: Slot [22] registered [ 0.297085] acpiphp: Slot [23] registered [ 0.297897] acpiphp: Slot [24] registered [ 0.298714] acpiphp: Slot [25] registered [ 0.299535] acpiphp: Slot [26] registered [ 0.300350] acpiphp: Slot [27] registered [ 0.301162] acpiphp: Slot [28] registered [ 0.301970] acpiphp: Slot [29] registered [ 0.302793] acpiphp: Slot [30] registered [ 0.303617] acpiphp: Slot [31] registered [ 0.304430] PCI host bridge to bus 0000:00 [ 0.305242] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.306455] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.307673] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.309127] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window] [ 0.310579] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.316673] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.317955] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.319138] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.320408] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.327319] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.328759] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.375173] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.376669] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.378088] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.379513] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.380906] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.382849] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.384022] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.385077] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.386618] vgaarb: loaded [ 0.387224] vgaarb: bridge control possible 0000:00:02.0 [ 0.388380] SCSI subsystem initialized [ 0.389217] ACPI: bus type USB registered [ 0.390032] usbcore: registered new interface driver usbfs [ 0.391073] usbcore: registered new interface driver hub [ 0.392078] usbcore: registered new device driver usb [ 0.393140] PCI: Using ACPI for IRQ routing [ 0.394175] NetLabel: Initializing [ 0.394889] NetLabel: domain hash size = 128 [ 0.395744] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.396697] NetLabel: unlabeled traffic allowed by default [ 0.397793] clocksource: Switched to clocksource kvm-clock [ 0.403375] AppArmor: AppArmor Filesystem Enabled [ 0.404343] pnp: PnP ACPI init [ 0.405268] pnp: PnP ACPI: found 5 devices [ 0.411302] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.412998] NET: Registered protocol family 2 [ 0.413984] TCP established hash table entries: 2048 (order: 2, 16384 bytes) [ 0.415269] TCP bind hash table entries: 2048 (order: 3, 32768 bytes) [ 0.416437] TCP: Hash tables configured (established 2048 bind 2048) [ 0.417600] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.418678] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.419852] NET: Registered protocol family 1 [ 0.420723] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.421817] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.422890] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.437293] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.451566] Trying to unpack rootfs image as initramfs... [ 0.503538] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000) [ 0.518128] Scanning for low memory corruption every 60 seconds [ 0.519805] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.521564] audit: initializing netlink subsys (disabled) [ 0.523122] audit: type=2000 audit(1536057288.751:1): initialized [ 0.525041] Initialise system trusted keyring [ 0.526394] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.528170] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.530777] zbud: loaded [ 0.531726] VFS: Disk quotas dquot_6.6.0 [ 0.532920] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.535124] fuse init (API version 7.23) [ 0.536393] Key type big_key registered [ 0.537570] Allocating IMA MOK and blacklist keyrings. [ 0.539179] Key type asymmetric registered [ 0.540420] Asymmetric key parser 'x509' registered [ 0.541844] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.543985] io scheduler noop registered [ 0.545173] io scheduler deadline registered (default) [ 0.546651] io scheduler cfq registered [ 0.547833] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.549373] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.551293] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.553474] ACPI: Power Button [PWRF] [ 0.554692] GHES: HEST is not enabled! [ 0.568692] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.596789] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.599019] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.624480] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.626766] Linux agpgart interface v0.103 [ 0.629242] brd: module loaded [ 0.630428] loop: module loaded [ 0.634426] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.635859] GPT:90111 != 20971519 [ 0.636540] GPT:Alternate GPT header not at the end of the disk. [ 0.637615] GPT:90111 != 20971519 [ 0.638300] GPT: Use GNU Parted to correct GPT errors. [ 0.639260] vda: vda1 vda15 [ 0.641177] scsi host0: ata_piix [ 0.642283] scsi host1: ata_piix [ 0.642985] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.644185] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.645607] libphy: Fixed MDIO Bus: probed [ 0.646428] tun: Universal TUN/TAP device driver, 1.6 [ 0.647370] tun: (C) 1999-2004 Max Krasnyansky [ 0.649569] PPP generic driver version 2.4.2 [ 0.650699] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.651881] ehci-pci: EHCI PCI platform driver [ 0.652747] ehci-platform: EHCI generic platform driver [ 0.653720] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.654841] ohci-pci: OHCI PCI platform driver [ 0.655712] ohci-platform: OHCI generic platform driver [ 0.656678] uhci_hcd: USB Universal Host Controller Interface driver [ 0.671332] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.672324] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.673753] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.674771] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.675872] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.677092] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.678516] usb usb1: Product: UHCI Host Controller [ 0.679444] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.680570] usb usb1: SerialNumber: 0000:00:01.2 [ 0.681596] hub 1-0:1.0: USB hub found [ 0.682380] hub 1-0:1.0: 2 ports detected [ 0.683285] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.685372] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.686322] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.687343] mousedev: PS/2 mouse device common for all mice [ 0.688590] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.690408] rtc_cmos 00:00: RTC can wake from S4 [ 0.691493] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.692676] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.693867] i2c /dev entries driver [ 0.694627] device-mapper: uevent: version 1.0.3 [ 0.695550] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.697149] ledtrig-cpu: registered to indicate activity on CPUs [ 0.698413] NET: Registered protocol family 10 [ 0.699409] NET: Registered protocol family 17 [ 0.700289] Key type dns_resolver registered [ 0.701194] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.702273] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.704026] registered taskstats version 1 [ 0.704845] Loading compiled-in X.509 certificates [ 0.706279] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.708108] zswap: loaded using pool lzo/zbud [ 0.709465] Key type trusted registered [ 0.711007] Key type encrypted registered [ 0.711834] AppArmor: AppArmor sha1 policy hashing enabled [ 0.712852] ima: No TPM chip found, activating TPM-bypass! [ 0.713890] evm: HMAC attrs: 0x1 [ 0.714830] Magic number: 2:407:577 [ 0.715671] rtc_cmos 00:00: setting system clock to 2018-09-04 10:34:48 UTC (1536057288) [ 0.717256] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.718359] EDD information not available. [ 0.802767] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.804301] Write protecting the kernel read-only data: 14336k [ 0.815963] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.817748] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.63 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.858595] 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.14 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 564598379 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.912 MHz processor [ 0.147613] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.149263] pid_max: default: 32768 minimum: 301 [ 0.150152] ACPI: Core revision 20150930 [ 0.151541] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.152842] Security Framework initialized [ 0.153652] Yama: becoming mindful. [ 0.154380] AppArmor: AppArmor initialized [ 0.155234] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.156517] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes) [ 0.157764] Mount-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.158949] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.160325] Initializing cgroup subsys io [ 0.161133] Initializing cgroup subsys memory [ 0.161983] Initializing cgroup subsys devices [ 0.162859] Initializing cgroup subsys freezer [ 0.163723] Initializing cgroup subsys net_cls [ 0.164581] Initializing cgroup subsys perf_event [ 0.165478] Initializing cgroup subsys net_prio [ 0.166349] Initializing cgroup subsys hugetlb [ 0.167213] Initializing cgroup subsys pids [ 0.168081] CPU: Physical Processor ID: 0 [ 0.169566] mce: CPU supports 10 MCE banks [ 0.170408] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.171405] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.182343] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.188960] ftrace: allocating 31920 entries in 125 pages [ 0.216304] smpboot: Max logical packages: 1 [ 0.217150] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.218490] x2apic enabled [ 0.219309] Switched APIC routing to physical x2apic. [ 0.221049] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.222161] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.224142] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.225913] KVM setup paravirtual spinlock [ 0.227247] x86: Booted up 1 node, 1 CPUs [ 0.228045] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.229425] devtmpfs: initialized [ 0.231126] evm: security.selinux [ 0.231817] evm: security.SMACK64 [ 0.232509] evm: security.SMACK64EXEC [ 0.233247] evm: security.SMACK64TRANSMUTE [ 0.234044] evm: security.SMACK64MMAP [ 0.234788] evm: security.ima [ 0.235426] evm: security.capability [ 0.236227] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.238066] pinctrl core: initialized pinctrl subsystem [ 0.239169] RTC time: 10:34:47, date: 09/04/18 [ 0.240124] NET: Registered protocol family 16 [ 0.241096] cpuidle: using governor ladder [ 0.241907] cpuidle: using governor menu [ 0.242690] PCCT header not found. [ 0.243443] ACPI: bus type PCI registered [ 0.244243] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.245481] PCI: Using configuration type 1 for base access [ 0.247239] ACPI: Added _OSI(Module Device) [ 0.248081] ACPI: Added _OSI(Processor Device) [ 0.248938] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.249832] ACPI: Added _OSI(Processor Aggregator Device) [ 0.251911] ACPI: Interpreter enabled [ 0.252697] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.254551] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.256401] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.258256] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.260103] ACPI: (supports S0 S5) [ 0.260808] ACPI: Using IOAPIC for interrupt routing [ 0.261914] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.265026] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.266184] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.267423] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.268620] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.270850] acpiphp: Slot [3] registered [ 0.271656] acpiphp: Slot [4] registered [ 0.272461] acpiphp: Slot [5] registered [ 0.273262] acpiphp: Slot [6] registered [ 0.274063] acpiphp: Slot [7] registered [ 0.274865] acpiphp: Slot [8] registered [ 0.275666] acpiphp: Slot [9] registered [ 0.276467] acpiphp: Slot [10] registered [ 0.277286] acpiphp: Slot [11] registered [ 0.278101] acpiphp: Slot [12] registered [ 0.278918] acpiphp: Slot [13] registered [ 0.279734] acpiphp: Slot [14] registered [ 0.280545] acpiphp: Slot [15] registered [ 0.291377] acpiphp: Slot [16] registered [ 0.292197] acpiphp: Slot [17] registered [ 0.293008] acpiphp: Slot [18] registered [ 0.293825] acpiphp: Slot [19] registered [ 0.294639] acpiphp: Slot [20] registered [ 0.295458] acpiphp: Slot [21] registered [ 0.296272] acpiphp: Slot [22] registered [ 0.297085] acpiphp: Slot [23] registered [ 0.297897] acpiphp: Slot [24] registered [ 0.298714] acpiphp: Slot [25] registered [ 0.299535] acpiphp: Slot [26] registered [ 0.300350] acpiphp: Slot [27] registered [ 0.301162] acpiphp: Slot [28] registered [ 0.301970] acpiphp: Slot [29] registered [ 0.302793] acpiphp: Slot [30] registered [ 0.303617] acpiphp: Slot [31] registered [ 0.304430] PCI host bridge to bus 0000:00 [ 0.305242] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.306455] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.307673] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.309127] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window] [ 0.310579] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.316673] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.317955] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.319138] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.320408] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.327319] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.328759] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.375173] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.376669] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.378088] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.379513] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.380906] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.382849] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.384022] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.385077] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.386618] vgaarb: loaded [ 0.387224] vgaarb: bridge control possible 0000:00:02.0 [ 0.388380] SCSI subsystem initialized [ 0.389217] ACPI: bus type USB registered [ 0.390032] usbcore: registered new interface driver usbfs [ 0.391073] usbcore: registered new interface driver hub [ 0.392078] usbcore: registered new device driver usb [ 0.393140] PCI: Using ACPI for IRQ routing [ 0.394175] NetLabel: Initializing [ 0.394889] NetLabel: domain hash size = 128 [ 0.395744] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.396697] NetLabel: unlabeled traffic allowed by default [ 0.397793] clocksource: Switched to clocksource kvm-clock [ 0.403375] AppArmor: AppArmor Filesystem Enabled [ 0.404343] pnp: PnP ACPI init [ 0.405268] pnp: PnP ACPI: found 5 devices [ 0.411302] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.412998] NET: Registered protocol family 2 [ 0.413984] TCP established hash table entries: 2048 (order: 2, 16384 bytes) [ 0.415269] TCP bind hash table entries: 2048 (order: 3, 32768 bytes) [ 0.416437] TCP: Hash tables configured (established 2048 bind 2048) [ 0.417600] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.418678] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.419852] NET: Registered protocol family 1 [ 0.420723] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.421817] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.422890] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.437293] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.451566] Trying to unpack rootfs image as initramfs... [ 0.503538] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000) [ 0.518128] Scanning for low memory corruption every 60 seconds [ 0.519805] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.521564] audit: initializing netlink subsys (disabled) [ 0.523122] audit: type=2000 audit(1536057288.751:1): initialized [ 0.525041] Initialise system trusted keyring [ 0.526394] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.528170] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.530777] zbud: loaded [ 0.531726] VFS: Disk quotas dquot_6.6.0 [ 0.532920] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.535124] fuse init (API version 7.23) [ 0.536393] Key type big_key registered [ 0.537570] Allocating IMA MOK and blacklist keyrings. [ 0.539179] Key type asymmetric registered [ 0.540420] Asymmetric key parser 'x509' registered [ 0.541844] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.543985] io scheduler noop registered [ 0.545173] io scheduler deadline registered (default) [ 0.546651] io scheduler cfq registered [ 0.547833] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.549373] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.551293] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.553474] ACPI: Power Button [PWRF] [ 0.554692] GHES: HEST is not enabled! [ 0.568692] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.596789] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.599019] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.624480] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.626766] Linux agpgart interface v0.103 [ 0.629242] brd: module loaded [ 0.630428] loop: module loaded [ 0.634426] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.635859] GPT:90111 != 20971519 [ 0.636540] GPT:Alternate GPT header not at the end of the disk. [ 0.637615] GPT:90111 != 20971519 [ 0.638300] GPT: Use GNU Parted to correct GPT errors. [ 0.639260] vda: vda1 vda15 [ 0.641177] scsi host0: ata_piix [ 0.642283] scsi host1: ata_piix [ 0.642985] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.644185] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.645607] libphy: Fixed MDIO Bus: probed [ 0.646428] tun: Universal TUN/TAP device driver, 1.6 [ 0.647370] tun: (C) 1999-2004 Max Krasnyansky [ 0.649569] PPP generic driver version 2.4.2 [ 0.650699] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.651881] ehci-pci: EHCI PCI platform driver [ 0.652747] ehci-platform: EHCI generic platform driver [ 0.653720] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.654841] ohci-pci: OHCI PCI platform driver [ 0.655712] ohci-platform: OHCI generic platform driver [ 0.656678] uhci_hcd: USB Universal Host Controller Interface driver [ 0.671332] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.672324] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.673753] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.674771] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.675872] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.677092] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.678516] usb usb1: Product: UHCI Host Controller [ 0.679444] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.680570] usb usb1: SerialNumber: 0000:00:01.2 [ 0.681596] hub 1-0:1.0: USB hub found [ 0.682380] hub 1-0:1.0: 2 ports detected [ 0.683285] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.685372] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.686322] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.687343] mousedev: PS/2 mouse device common for all mice [ 0.688590] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.690408] rtc_cmos 00:00: RTC can wake from S4 [ 0.691493] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.692676] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.693867] i2c /dev entries driver [ 0.694627] device-mapper: uevent: version 1.0.3 [ 0.695550] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.697149] ledtrig-cpu: registered to indicate activity on CPUs [ 0.698413] NET: Registered protocol family 10 [ 0.699409] NET: Registered protocol family 17 [ 0.700289] Key type dns_resolver registered [ 0.701194] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.702273] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.704026] registered taskstats version 1 [ 0.704845] Loading compiled-in X.509 certificates [ 0.706279] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.708108] zswap: loaded using pool lzo/zbud [ 0.709465] Key type trusted registered [ 0.711007] Key type encrypted registered [ 0.711834] AppArmor: AppArmor sha1 policy hashing enabled [ 0.712852] ima: No TPM chip found, activating TPM-bypass! [ 0.713890] evm: HMAC attrs: 0x1 [ 0.714830] Magic number: 2:407:577 [ 0.715671] rtc_cmos 00:00: setting system clock to 2018-09-04 10:34:48 UTC (1536057288) [ 0.717256] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.718359] EDD information not available. [ 0.802767] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.804301] Write protecting the kernel read-only data: 14336k [ 0.815963] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.817748] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.63 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.858595] 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.14 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 564598379 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.912 MHz processor [ 0.147613] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.149263] pid_max: default: 32768 minimum: 301 [ 0.150152] ACPI: Core revision 20150930 [ 0.151541] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.152842] Security Framework initialized [ 0.153652] Yama: becoming mindful. [ 0.154380] AppArmor: AppArmor initialized [ 0.155234] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.156517] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes) [ 0.157764] Mount-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.158949] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.160325] Initializing cgroup subsys io [ 0.161133] Initializing cgroup subsys memory [ 0.161983] Initializing cgroup subsys devices [ 0.162859] Initializing cgroup subsys freezer [ 0.163723] Initializing cgroup subsys net_cls [ 0.164581] Initializing cgroup subsys perf_event [ 0.165478] Initializing cgroup subsys net_prio [ 0.166349] Initializing cgroup subsys hugetlb [ 0.167213] Initializing cgroup subsys pids [ 0.168081] CPU: Physical Processor ID: 0 [ 0.169566] mce: CPU supports 10 MCE banks [ 0.170408] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.171405] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.182343] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.188960] ftrace: allocating 31920 entries in 125 pages [ 0.216304] smpboot: Max logical packages: 1 [ 0.217150] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.218490] x2apic enabled [ 0.219309] Switched APIC routing to physical x2apic. [ 0.221049] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.222161] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.224142] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.225913] KVM setup paravirtual spinlock [ 0.227247] x86: Booted up 1 node, 1 CPUs [ 0.228045] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.229425] devtmpfs: initialized [ 0.231126] evm: security.selinux [ 0.231817] evm: security.SMACK64 [ 0.232509] evm: security.SMACK64EXEC [ 0.233247] evm: security.SMACK64TRANSMUTE [ 0.234044] evm: security.SMACK64MMAP [ 0.234788] evm: security.ima [ 0.235426] evm: security.capability [ 0.236227] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.238066] pinctrl core: initialized pinctrl subsystem [ 0.239169] RTC time: 10:34:47, date: 09/04/18 [ 0.240124] NET: Registered protocol family 16 [ 0.241096] cpuidle: using governor ladder [ 0.241907] cpuidle: using governor menu [ 0.242690] PCCT header not found. [ 0.243443] ACPI: bus type PCI registered [ 0.244243] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.245481] PCI: Using configuration type 1 for base access [ 0.247239] ACPI: Added _OSI(Module Device) [ 0.248081] ACPI: Added _OSI(Processor Device) [ 0.248938] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.249832] ACPI: Added _OSI(Processor Aggregator Device) [ 0.251911] ACPI: Interpreter enabled [ 0.252697] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.254551] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.256401] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.258256] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.260103] ACPI: (supports S0 S5) [ 0.260808] ACPI: Using IOAPIC for interrupt routing [ 0.261914] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.265026] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.266184] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.267423] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.268620] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.270850] acpiphp: Slot [3] registered [ 0.271656] acpiphp: Slot [4] registered [ 0.272461] acpiphp: Slot [5] registered [ 0.273262] acpiphp: Slot [6] registered [ 0.274063] acpiphp: Slot [7] registered [ 0.274865] acpiphp: Slot [8] registered [ 0.275666] acpiphp: Slot [9] registered [ 0.276467] acpiphp: Slot [10] registered [ 0.277286] acpiphp: Slot [11] registered [ 0.278101] acpiphp: Slot [12] registered [ 0.278918] acpiphp: Slot [13] registered [ 0.279734] acpiphp: Slot [14] registered [ 0.280545] acpiphp: Slot [15] registered [ 0.291377] acpiphp: Slot [16] registered [ 0.292197] acpiphp: Slot [17] registered [ 0.293008] acpiphp: Slot [18] registered [ 0.293825] acpiphp: Slot [19] registered [ 0.294639] acpiphp: Slot [20] registered [ 0.295458] acpiphp: Slot [21] registered [ 0.296272] acpiphp: Slot [22] registered [ 0.297085] acpiphp: Slot [23] registered [ 0.297897] acpiphp: Slot [24] registered [ 0.298714] acpiphp: Slot [25] registered [ 0.299535] acpiphp: Slot [26] registered [ 0.300350] acpiphp: Slot [27] registered [ 0.301162] acpiphp: Slot [28] registered [ 0.301970] acpiphp: Slot [29] registered [ 0.302793] acpiphp: Slot [30] registered [ 0.303617] acpiphp: Slot [31] registered [ 0.304430] PCI host bridge to bus 0000:00 [ 0.305242] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.306455] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.307673] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.309127] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window] [ 0.310579] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.316673] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.317955] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.319138] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.320408] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.327319] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.328759] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.375173] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.376669] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.378088] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.379513] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.380906] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.382849] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.384022] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.385077] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.386618] vgaarb: loaded [ 0.387224] vgaarb: bridge control possible 0000:00:02.0 [ 0.388380] SCSI subsystem initialized [ 0.389217] ACPI: bus type USB registered [ 0.390032] usbcore: registered new interface driver usbfs [ 0.391073] usbcore: registered new interface driver hub [ 0.392078] usbcore: registered new device driver usb [ 0.393140] PCI: Using ACPI for IRQ routing [ 0.394175] NetLabel: Initializing [ 0.394889] NetLabel: domain hash size = 128 [ 0.395744] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.396697] NetLabel: unlabeled traffic allowed by default [ 0.397793] clocksource: Switched to clocksource kvm-clock [ 0.403375] AppArmor: AppArmor Filesystem Enabled [ 0.404343] pnp: PnP ACPI init [ 0.405268] pnp: PnP ACPI: found 5 devices [ 0.411302] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.412998] NET: Registered protocol family 2 [ 0.413984] TCP established hash table entries: 2048 (order: 2, 16384 bytes) [ 0.415269] TCP bind hash table entries: 2048 (order: 3, 32768 bytes) [ 0.416437] TCP: Hash tables configured (established 2048 bind 2048) [ 0.417600] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.418678] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.419852] NET: Registered protocol family 1 [ 0.420723] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.421817] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.422890] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.437293] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.451566] Trying to unpack rootfs image as initramfs... [ 0.503538] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000) [ 0.518128] Scanning for low memory corruption every 60 seconds [ 0.519805] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.521564] audit: initializing netlink subsys (disabled) [ 0.523122] audit: type=2000 audit(1536057288.751:1): initialized [ 0.525041] Initialise system trusted keyring [ 0.526394] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.528170] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.530777] zbud: loaded [ 0.531726] VFS: Disk quotas dquot_6.6.0 [ 0.532920] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.535124] fuse init (API version 7.23) [ 0.536393] Key type big_key registered [ 0.537570] Allocating IMA MOK and blacklist keyrings. [ 0.539179] Key type asymmetric registered [ 0.540420] Asymmetric key parser 'x509' registered [ 0.541844] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.543985] io scheduler noop registered [ 0.545173] io scheduler deadline registered (default) [ 0.546651] io scheduler cfq registered [ 0.547833] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.549373] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.551293] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.553474] ACPI: Power Button [PWRF] [ 0.554692] GHES: HEST is not enabled! [ 0.568692] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.596789] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.599019] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.624480] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.626766] Linux agpgart interface v0.103 [ 0.629242] brd: module loaded [ 0.630428] loop: module loaded [ 0.634426] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.635859] GPT:90111 != 20971519 [ 0.636540] GPT:Alternate GPT header not at the end of the disk. [ 0.637615] GPT:90111 != 20971519 [ 0.638300] GPT: Use GNU Parted to correct GPT errors. [ 0.639260] vda: vda1 vda15 [ 0.641177] scsi host0: ata_piix [ 0.642283] scsi host1: ata_piix [ 0.642985] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.644185] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.645607] libphy: Fixed MDIO Bus: probed [ 0.646428] tun: Universal TUN/TAP device driver, 1.6 [ 0.647370] tun: (C) 1999-2004 Max Krasnyansky [ 0.649569] PPP generic driver version 2.4.2 [ 0.650699] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.651881] ehci-pci: EHCI PCI platform driver [ 0.652747] ehci-platform: EHCI generic platform driver [ 0.653720] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.654841] ohci-pci: OHCI PCI platform driver [ 0.655712] ohci-platform: OHCI generic platform driver [ 0.656678] uhci_hcd: USB Universal Host Controller Interface driver [ 0.671332] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.672324] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.673753] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.674771] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.675872] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.677092] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.678516] usb usb1: Product: UHCI Host Controller [ 0.679444] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.680570] usb usb1: SerialNumber: 0000:00:01.2 [ 0.681596] hub 1-0:1.0: USB hub found [ 0.682380] hub 1-0:1.0: 2 ports detected [ 0.683285] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.685372] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.686322] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.687343] mousedev: PS/2 mouse device common for all mice [ 0.688590] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.690408] rtc_cmos 00:00: RTC can wake from S4 [ 0.691493] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.692676] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.693867] i2c /dev entries driver [ 0.694627] device-mapper: uevent: version 1.0.3 [ 0.695550] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.697149] ledtrig-cpu: registered to indicate activity on CPUs [ 0.698413] NET: Registered protocol family 10 [ 0.699409] NET: Registered protocol family 17 [ 0.700289] Key type dns_resolver registered [ 0.701194] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.702273] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.704026] registered taskstats version 1 [ 0.704845] Loading compiled-in X.509 certificates [ 0.706279] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.708108] zswap: loaded using pool lzo/zbud [ 0.709465] Key type trusted registered [ 0.711007] Key type encrypted registered [ 0.711834] AppArmor: AppArmor sha1 policy hashing enabled [ 0.712852] ima: No TPM chip found, activating TPM-bypass! [ 0.713890] evm: HMAC attrs: 0x1 [ 0.714830] Magic number: 2:407:577 [ 0.715671] rtc_cmos 00:00: setting system clock to 2018-09-04 10:34:48 UTC (1536057288) [ 0.717256] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.718359] EDD information not available. [ 0.802767] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.804301] Write protecting the kernel read-only data: 14336k [ 0.815963] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.817748] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.63 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.858595] 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.14 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 564598379 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.912 MHz processor [ 0.147613] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.149263] pid_max: default: 32768 minimum: 301 [ 0.150152] ACPI: Core revision 20150930 [ 0.151541] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.152842] Security Framework initialized [ 0.153652] Yama: becoming mindful. [ 0.154380] AppArmor: AppArmor initialized [ 0.155234] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.156517] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes) [ 0.157764] Mount-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.158949] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.160325] Initializing cgroup subsys io [ 0.161133] Initializing cgroup subsys memory [ 0.161983] Initializing cgroup subsys devices [ 0.162859] Initializing cgroup subsys freezer [ 0.163723] Initializing cgroup subsys net_cls [ 0.164581] Initializing cgroup subsys perf_event [ 0.165478] Initializing cgroup subsys net_prio [ 0.166349] Initializing cgroup subsys hugetlb [ 0.167213] Initializing cgroup subsys pids [ 0.168081] CPU: Physical Processor ID: 0 [ 0.169566] mce: CPU supports 10 MCE banks [ 0.170408] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.171405] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.182343] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.188960] ftrace: allocating 31920 entries in 125 pages [ 0.216304] smpboot: Max logical packages: 1 [ 0.217150] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.218490] x2apic enabled [ 0.219309] Switched APIC routing to physical x2apic. [ 0.221049] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.222161] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.224142] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.225913] KVM setup paravirtual spinlock [ 0.227247] x86: Booted up 1 node, 1 CPUs [ 0.228045] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.229425] devtmpfs: initialized [ 0.231126] evm: security.selinux [ 0.231817] evm: security.SMACK64 [ 0.232509] evm: security.SMACK64EXEC [ 0.233247] evm: security.SMACK64TRANSMUTE [ 0.234044] evm: security.SMACK64MMAP [ 0.234788] evm: security.ima [ 0.235426] evm: security.capability [ 0.236227] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.238066] pinctrl core: initialized pinctrl subsystem [ 0.239169] RTC time: 10:34:47, date: 09/04/18 [ 0.240124] NET: Registered protocol family 16 [ 0.241096] cpuidle: using governor ladder [ 0.241907] cpuidle: using governor menu [ 0.242690] PCCT header not found. [ 0.243443] ACPI: bus type PCI registered [ 0.244243] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.245481] PCI: Using configuration type 1 for base access [ 0.247239] ACPI: Added _OSI(Module Device) [ 0.248081] ACPI: Added _OSI(Processor Device) [ 0.248938] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.249832] ACPI: Added _OSI(Processor Aggregator Device) [ 0.251911] ACPI: Interpreter enabled [ 0.252697] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.254551] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.256401] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.258256] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.260103] ACPI: (supports S0 S5) [ 0.260808] ACPI: Using IOAPIC for interrupt routing [ 0.261914] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.265026] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.266184] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.267423] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.268620] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.270850] acpiphp: Slot [3] registered [ 0.271656] acpiphp: Slot [4] registered [ 0.272461] acpiphp: Slot [5] registered [ 0.273262] acpiphp: Slot [6] registered [ 0.274063] acpiphp: Slot [7] registered [ 0.274865] acpiphp: Slot [8] registered [ 0.275666] acpiphp: Slot [9] registered [ 0.276467] acpiphp: Slot [10] registered [ 0.277286] acpiphp: Slot [11] registered [ 0.278101] acpiphp: Slot [12] registered [ 0.278918] acpiphp: Slot [13] registered [ 0.279734] acpiphp: Slot [14] registered [ 0.280545] acpiphp: Slot [15] registered [ 0.291377] acpiphp: Slot [16] registered [ 0.292197] acpiphp: Slot [17] registered [ 0.293008] acpiphp: Slot [18] registered [ 0.293825] acpiphp: Slot [19] registered [ 0.294639] acpiphp: Slot [20] registered [ 0.295458] acpiphp: Slot [21] registered [ 0.296272] acpiphp: Slot [22] registered [ 0.297085] acpiphp: Slot [23] registered [ 0.297897] acpiphp: Slot [24] registered [ 0.298714] acpiphp: Slot [25] registered [ 0.299535] acpiphp: Slot [26] registered [ 0.300350] acpiphp: Slot [27] registered [ 0.301162] acpiphp: Slot [28] registered [ 0.301970] acpiphp: Slot [29] registered [ 0.302793] acpiphp: Slot [30] registered [ 0.303617] acpiphp: Slot [31] registered [ 0.304430] PCI host bridge to bus 0000:00 [ 0.305242] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.306455] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.307673] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.309127] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window] [ 0.310579] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.316673] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.317955] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.319138] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.320408] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.327319] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.328759] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.375173] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.376669] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.378088] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.379513] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.380906] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.382849] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.384022] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.385077] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.386618] vgaarb: loaded [ 0.387224] vgaarb: bridge control possible 0000:00:02.0 [ 0.388380] SCSI subsystem initialized [ 0.389217] ACPI: bus type USB registered [ 0.390032] usbcore: registered new interface driver usbfs [ 0.391073] usbcore: registered new interface driver hub [ 0.392078] usbcore: registered new device driver usb [ 0.393140] PCI: Using ACPI for IRQ routing [ 0.394175] NetLabel: Initializing [ 0.394889] NetLabel: domain hash size = 128 [ 0.395744] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.396697] NetLabel: unlabeled traffic allowed by default [ 0.397793] clocksource: Switched to clocksource kvm-clock [ 0.403375] AppArmor: AppArmor Filesystem Enabled [ 0.404343] pnp: PnP ACPI init [ 0.405268] pnp: PnP ACPI: found 5 devices [ 0.411302] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.412998] NET: Registered protocol family 2 [ 0.413984] TCP established hash table entries: 2048 (order: 2, 16384 bytes) [ 0.415269] TCP bind hash table entries: 2048 (order: 3, 32768 bytes) [ 0.416437] TCP: Hash tables configured (established 2048 bind 2048) [ 0.417600] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.418678] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.419852] NET: Registered protocol family 1 [ 0.420723] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.421817] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.422890] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.437293] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.451566] Trying to unpack rootfs image as initramfs... [ 0.503538] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000) [ 0.518128] Scanning for low memory corruption every 60 seconds [ 0.519805] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.521564] audit: initializing netlink subsys (disabled) [ 0.523122] audit: type=2000 audit(1536057288.751:1): initialized [ 0.525041] Initialise system trusted keyring [ 0.526394] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.528170] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.530777] zbud: loaded [ 0.531726] VFS: Disk quotas dquot_6.6.0 [ 0.532920] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.535124] fuse init (API version 7.23) [ 0.536393] Key type big_key registered [ 0.537570] Allocating IMA MOK and blacklist keyrings. [ 0.539179] Key type asymmetric registered [ 0.540420] Asymmetric key parser 'x509' registered [ 0.541844] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.543985] io scheduler noop registered [ 0.545173] io scheduler deadline registered (default) [ 0.546651] io scheduler cfq registered [ 0.547833] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.549373] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.551293] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.553474] ACPI: Power Button [PWRF] [ 0.554692] GHES: HEST is not enabled! [ 0.568692] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.596789] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.599019] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.624480] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.626766] Linux agpgart interface v0.103 [ 0.629242] brd: module loaded [ 0.630428] loop: module loaded [ 0.634426] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.635859] GPT:90111 != 20971519 [ 0.636540] GPT:Alternate GPT header not at the end of the disk. [ 0.637615] GPT:90111 != 20971519 [ 0.638300] GPT: Use GNU Parted to correct GPT errors. [ 0.639260] vda: vda1 vda15 [ 0.641177] scsi host0: ata_piix [ 0.642283] scsi host1: ata_piix [ 0.642985] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.644185] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.645607] libphy: Fixed MDIO Bus: probed [ 0.646428] tun: Universal TUN/TAP device driver, 1.6 [ 0.647370] tun: (C) 1999-2004 Max Krasnyansky [ 0.649569] PPP generic driver version 2.4.2 [ 0.650699] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.651881] ehci-pci: EHCI PCI platform driver [ 0.652747] ehci-platform: EHCI generic platform driver [ 0.653720] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.654841] ohci-pci: OHCI PCI platform driver [ 0.655712] ohci-platform: OHCI generic platform driver [ 0.656678] uhci_hcd: USB Universal Host Controller Interface driver [ 0.671332] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.672324] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.673753] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.674771] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.675872] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.677092] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.678516] usb usb1: Product: UHCI Host Controller [ 0.679444] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.680570] usb usb1: SerialNumber: 0000:00:01.2 [ 0.681596] hub 1-0:1.0: USB hub found [ 0.682380] hub 1-0:1.0: 2 ports detected [ 0.683285] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.685372] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.686322] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.687343] mousedev: PS/2 mouse device common for all mice [ 0.688590] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.690408] rtc_cmos 00:00: RTC can wake from S4 [ 0.691493] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.692676] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.693867] i2c /dev entries driver [ 0.694627] device-mapper: uevent: version 1.0.3 [ 0.695550] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.697149] ledtrig-cpu: registered to indicate activity on CPUs [ 0.698413] NET: Registered protocol family 10 [ 0.699409] NET: Registered protocol family 17 [ 0.700289] Key type dns_resolver registered [ 0.701194] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.702273] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.704026] registered taskstats version 1 [ 0.704845] Loading compiled-in X.509 certificates [ 0.706279] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.708108] zswap: loaded using pool lzo/zbud [ 0.709465] Key type trusted registered [ 0.711007] Key type encrypted registered [ 0.711834] AppArmor: AppArmor sha1 policy hashing enabled [ 0.712852] ima: No TPM chip found, activating TPM-bypass! [ 0.713890] evm: HMAC attrs: 0x1 [ 0.714830] Magic number: 2:407:577 [ 0.715671] rtc_cmos 00:00: setting system clock to 2018-09-04 10:34:48 UTC (1536057288) [ 0.717256] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.718359] EDD information not available. [ 0.802767] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.804301] Write protecting the kernel read-only data: 14336k [ 0.815963] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.817748] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.63 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.858595] 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.14 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 564598379 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.912 MHz processor [ 0.147613] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.149263] pid_max: default: 32768 minimum: 301 [ 0.150152] ACPI: Core revision 20150930 [ 0.151541] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.152842] Security Framework initialized [ 0.153652] Yama: becoming mindful. [ 0.154380] AppArmor: AppArmor initialized [ 0.155234] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.156517] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes) [ 0.157764] Mount-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.158949] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.160325] Initializing cgroup subsys io [ 0.161133] Initializing cgroup subsys memory [ 0.161983] Initializing cgroup subsys devices [ 0.162859] Initializing cgroup subsys freezer [ 0.163723] Initializing cgroup subsys net_cls [ 0.164581] Initializing cgroup subsys perf_event [ 0.165478] Initializing cgroup subsys net_prio [ 0.166349] Initializing cgroup subsys hugetlb [ 0.167213] Initializing cgroup subsys pids [ 0.168081] CPU: Physical Processor ID: 0 [ 0.169566] mce: CPU supports 10 MCE banks [ 0.170408] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.171405] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.182343] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.188960] ftrace: allocating 31920 entries in 125 pages [ 0.216304] smpboot: Max logical packages: 1 [ 0.217150] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.218490] x2apic enabled [ 0.219309] Switched APIC routing to physical x2apic. [ 0.221049] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.222161] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.224142] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.225913] KVM setup paravirtual spinlock [ 0.227247] x86: Booted up 1 node, 1 CPUs [ 0.228045] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.229425] devtmpfs: initialized [ 0.231126] evm: security.selinux [ 0.231817] evm: security.SMACK64 [ 0.232509] evm: security.SMACK64EXEC [ 0.233247] evm: security.SMACK64TRANSMUTE [ 0.234044] evm: security.SMACK64MMAP [ 0.234788] evm: security.ima [ 0.235426] evm: security.capability [ 0.236227] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.238066] pinctrl core: initialized pinctrl subsystem [ 0.239169] RTC time: 10:34:47, date: 09/04/18 [ 0.240124] NET: Registered protocol family 16 [ 0.241096] cpuidle: using governor ladder [ 0.241907] cpuidle: using governor menu [ 0.242690] PCCT header not found. [ 0.243443] ACPI: bus type PCI registered [ 0.244243] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.245481] PCI: Using configuration type 1 for base access [ 0.247239] ACPI: Added _OSI(Module Device) [ 0.248081] ACPI: Added _OSI(Processor Device) [ 0.248938] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.249832] ACPI: Added _OSI(Processor Aggregator Device) [ 0.251911] ACPI: Interpreter enabled [ 0.252697] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.254551] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.256401] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.258256] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.260103] ACPI: (supports S0 S5) [ 0.260808] ACPI: Using IOAPIC for interrupt routing [ 0.261914] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.265026] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.266184] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.267423] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.268620] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.270850] acpiphp: Slot [3] registered [ 0.271656] acpiphp: Slot [4] registered [ 0.272461] acpiphp: Slot [5] registered [ 0.273262] acpiphp: Slot [6] registered [ 0.274063] acpiphp: Slot [7] registered [ 0.274865] acpiphp: Slot [8] registered [ 0.275666] acpiphp: Slot [9] registered [ 0.276467] acpiphp: Slot [10] registered [ 0.277286] acpiphp: Slot [11] registered [ 0.278101] acpiphp: Slot [12] registered [ 0.278918] acpiphp: Slot [13] registered [ 0.279734] acpiphp: Slot [14] registered [ 0.280545] acpiphp: Slot [15] registered [ 0.291377] acpiphp: Slot [16] registered [ 0.292197] acpiphp: Slot [17] registered [ 0.293008] acpiphp: Slot [18] registered [ 0.293825] acpiphp: Slot [19] registered [ 0.294639] acpiphp: Slot [20] registered [ 0.295458] acpiphp: Slot [21] registered [ 0.296272] acpiphp: Slot [22] registered [ 0.297085] acpiphp: Slot [23] registered [ 0.297897] acpiphp: Slot [24] registered [ 0.298714] acpiphp: Slot [25] registered [ 0.299535] acpiphp: Slot [26] registered [ 0.300350] acpiphp: Slot [27] registered [ 0.301162] acpiphp: Slot [28] registered [ 0.301970] acpiphp: Slot [29] registered [ 0.302793] acpiphp: Slot [30] registered [ 0.303617] acpiphp: Slot [31] registered [ 0.304430] PCI host bridge to bus 0000:00 [ 0.305242] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.306455] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.307673] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.309127] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window] [ 0.310579] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.316673] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.317955] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.319138] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.320408] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.327319] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.328759] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.375173] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.376669] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.378088] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.379513] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.380906] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.382849] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.384022] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.385077] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.386618] vgaarb: loaded [ 0.387224] vgaarb: bridge control possible 0000:00:02.0 [ 0.388380] SCSI subsystem initialized [ 0.389217] ACPI: bus type USB registered [ 0.390032] usbcore: registered new interface driver usbfs [ 0.391073] usbcore: registered new interface driver hub [ 0.392078] usbcore: registered new device driver usb [ 0.393140] PCI: Using ACPI for IRQ routing [ 0.394175] NetLabel: Initializing [ 0.394889] NetLabel: domain hash size = 128 [ 0.395744] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.396697] NetLabel: unlabeled traffic allowed by default [ 0.397793] clocksource: Switched to clocksource kvm-clock [ 0.403375] AppArmor: AppArmor Filesystem Enabled [ 0.404343] pnp: PnP ACPI init [ 0.405268] pnp: PnP ACPI: found 5 devices [ 0.411302] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.412998] NET: Registered protocol family 2 [ 0.413984] TCP established hash table entries: 2048 (order: 2, 16384 bytes) [ 0.415269] TCP bind hash table entries: 2048 (order: 3, 32768 bytes) [ 0.416437] TCP: Hash tables configured (established 2048 bind 2048) [ 0.417600] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.418678] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.419852] NET: Registered protocol family 1 [ 0.420723] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.421817] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.422890] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.437293] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.451566] Trying to unpack rootfs image as initramfs... [ 0.503538] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000) [ 0.518128] Scanning for low memory corruption every 60 seconds [ 0.519805] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.521564] audit: initializing netlink subsys (disabled) [ 0.523122] audit: type=2000 audit(1536057288.751:1): initialized [ 0.525041] Initialise system trusted keyring [ 0.526394] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.528170] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.530777] zbud: loaded [ 0.531726] VFS: Disk quotas dquot_6.6.0 [ 0.532920] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.535124] fuse init (API version 7.23) [ 0.536393] Key type big_key registered [ 0.537570] Allocating IMA MOK and blacklist keyrings. [ 0.539179] Key type asymmetric registered [ 0.540420] Asymmetric key parser 'x509' registered [ 0.541844] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.543985] io scheduler noop registered [ 0.545173] io scheduler deadline registered (default) [ 0.546651] io scheduler cfq registered [ 0.547833] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.549373] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.551293] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.553474] ACPI: Power Button [PWRF] [ 0.554692] GHES: HEST is not enabled! [ 0.568692] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.596789] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.599019] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.624480] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.626766] Linux agpgart interface v0.103 [ 0.629242] brd: module loaded [ 0.630428] loop: module loaded [ 0.634426] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.635859] GPT:90111 != 20971519 [ 0.636540] GPT:Alternate GPT header not at the end of the disk. [ 0.637615] GPT:90111 != 20971519 [ 0.638300] GPT: Use GNU Parted to correct GPT errors. [ 0.639260] vda: vda1 vda15 [ 0.641177] scsi host0: ata_piix [ 0.642283] scsi host1: ata_piix [ 0.642985] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.644185] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.645607] libphy: Fixed MDIO Bus: probed [ 0.646428] tun: Universal TUN/TAP device driver, 1.6 [ 0.647370] tun: (C) 1999-2004 Max Krasnyansky [ 0.649569] PPP generic driver version 2.4.2 [ 0.650699] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.651881] ehci-pci: EHCI PCI platform driver [ 0.652747] ehci-platform: EHCI generic platform driver [ 0.653720] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.654841] ohci-pci: OHCI PCI platform driver [ 0.655712] ohci-platform: OHCI generic platform driver [ 0.656678] uhci_hcd: USB Universal Host Controller Interface driver [ 0.671332] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.672324] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.673753] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.674771] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.675872] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.677092] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.678516] usb usb1: Product: UHCI Host Controller [ 0.679444] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.680570] usb usb1: SerialNumber: 0000:00:01.2 [ 0.681596] hub 1-0:1.0: USB hub found [ 0.682380] hub 1-0:1.0: 2 ports detected [ 0.683285] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.685372] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.686322] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.687343] mousedev: PS/2 mouse device common for all mice [ 0.688590] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.690408] rtc_cmos 00:00: RTC can wake from S4 [ 0.691493] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.692676] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.693867] i2c /dev entries driver [ 0.694627] device-mapper: uevent: version 1.0.3 [ 0.695550] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.697149] ledtrig-cpu: registered to indicate activity on CPUs [ 0.698413] NET: Registered protocol family 10 [ 0.699409] NET: Registered protocol family 17 [ 0.700289] Key type dns_resolver registered [ 0.701194] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.702273] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.704026] registered taskstats version 1 [ 0.704845] Loading compiled-in X.509 certificates [ 0.706279] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.708108] zswap: loaded using pool lzo/zbud [ 0.709465] Key type trusted registered [ 0.711007] Key type encrypted registered [ 0.711834] AppArmor: AppArmor sha1 policy hashing enabled [ 0.712852] ima: No TPM chip found, activating TPM-bypass! [ 0.713890] evm: HMAC attrs: 0x1 [ 0.714830] Magic number: 2:407:577 [ 0.715671] rtc_cmos 00:00: setting system clock to 2018-09-04 10:34:48 UTC (1536057288) [ 0.717256] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.718359] EDD information not available. [ 0.802767] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.804301] Write protecting the kernel read-only data: 14336k [ 0.815963] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.817748] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.63 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.858595] 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.14 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 564598379 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.912 MHz processor [ 0.147613] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.149263] pid_max: default: 32768 minimum: 301 [ 0.150152] ACPI: Core revision 20150930 [ 0.151541] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.152842] Security Framework initialized [ 0.153652] Yama: becoming mindful. [ 0.154380] AppArmor: AppArmor initialized [ 0.155234] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.156517] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes) [ 0.157764] Mount-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.158949] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.160325] Initializing cgroup subsys io [ 0.161133] Initializing cgroup subsys memory [ 0.161983] Initializing cgroup subsys devices [ 0.162859] Initializing cgroup subsys freezer [ 0.163723] Initializing cgroup subsys net_cls [ 0.164581] Initializing cgroup subsys perf_event [ 0.165478] Initializing cgroup subsys net_prio [ 0.166349] Initializing cgroup subsys hugetlb [ 0.167213] Initializing cgroup subsys pids [ 0.168081] CPU: Physical Processor ID: 0 [ 0.169566] mce: CPU supports 10 MCE banks [ 0.170408] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.171405] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.182343] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.188960] ftrace: allocating 31920 entries in 125 pages [ 0.216304] smpboot: Max logical packages: 1 [ 0.217150] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.218490] x2apic enabled [ 0.219309] Switched APIC routing to physical x2apic. [ 0.221049] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.222161] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.224142] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.225913] KVM setup paravirtual spinlock [ 0.227247] x86: Booted up 1 node, 1 CPUs [ 0.228045] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.229425] devtmpfs: initialized [ 0.231126] evm: security.selinux [ 0.231817] evm: security.SMACK64 [ 0.232509] evm: security.SMACK64EXEC [ 0.233247] evm: security.SMACK64TRANSMUTE [ 0.234044] evm: security.SMACK64MMAP [ 0.234788] evm: security.ima [ 0.235426] evm: security.capability [ 0.236227] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.238066] pinctrl core: initialized pinctrl subsystem [ 0.239169] RTC time: 10:34:47, date: 09/04/18 [ 0.240124] NET: Registered protocol family 16 [ 0.241096] cpuidle: using governor ladder [ 0.241907] cpuidle: using governor menu [ 0.242690] PCCT header not found. [ 0.243443] ACPI: bus type PCI registered [ 0.244243] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.245481] PCI: Using configuration type 1 for base access [ 0.247239] ACPI: Added _OSI(Module Device) [ 0.248081] ACPI: Added _OSI(Processor Device) [ 0.248938] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.249832] ACPI: Added _OSI(Processor Aggregator Device) [ 0.251911] ACPI: Interpreter enabled [ 0.252697] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.254551] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.256401] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.258256] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.260103] ACPI: (supports S0 S5) [ 0.260808] ACPI: Using IOAPIC for interrupt routing [ 0.261914] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.265026] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.266184] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.267423] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.268620] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.270850] acpiphp: Slot [3] registered [ 0.271656] acpiphp: Slot [4] registered [ 0.272461] acpiphp: Slot [5] registered [ 0.273262] acpiphp: Slot [6] registered [ 0.274063] acpiphp: Slot [7] registered [ 0.274865] acpiphp: Slot [8] registered [ 0.275666] acpiphp: Slot [9] registered [ 0.276467] acpiphp: Slot [10] registered [ 0.277286] acpiphp: Slot [11] registered [ 0.278101] acpiphp: Slot [12] registered [ 0.278918] acpiphp: Slot [13] registered [ 0.279734] acpiphp: Slot [14] registered [ 0.280545] acpiphp: Slot [15] registered [ 0.291377] acpiphp: Slot [16] registered [ 0.292197] acpiphp: Slot [17] registered [ 0.293008] acpiphp: Slot [18] registered [ 0.293825] acpiphp: Slot [19] registered [ 0.294639] acpiphp: Slot [20] registered [ 0.295458] acpiphp: Slot [21] registered [ 0.296272] acpiphp: Slot [22] registered [ 0.297085] acpiphp: Slot [23] registered [ 0.297897] acpiphp: Slot [24] registered [ 0.298714] acpiphp: Slot [25] registered [ 0.299535] acpiphp: Slot [26] registered [ 0.300350] acpiphp: Slot [27] registered [ 0.301162] acpiphp: Slot [28] registered [ 0.301970] acpiphp: Slot [29] registered [ 0.302793] acpiphp: Slot [30] registered [ 0.303617] acpiphp: Slot [31] registered [ 0.304430] PCI host bridge to bus 0000:00 [ 0.305242] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.306455] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.307673] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.309127] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window] [ 0.310579] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.316673] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.317955] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.319138] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.320408] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.327319] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.328759] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.375173] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.376669] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.378088] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.379513] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.380906] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.382849] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.384022] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.385077] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.386618] vgaarb: loaded [ 0.387224] vgaarb: bridge control possible 0000:00:02.0 [ 0.388380] SCSI subsystem initialized [ 0.389217] ACPI: bus type USB registered [ 0.390032] usbcore: registered new interface driver usbfs [ 0.391073] usbcore: registered new interface driver hub [ 0.392078] usbcore: registered new device driver usb [ 0.393140] PCI: Using ACPI for IRQ routing [ 0.394175] NetLabel: Initializing [ 0.394889] NetLabel: domain hash size = 128 [ 0.395744] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.396697] NetLabel: unlabeled traffic allowed by default [ 0.397793] clocksource: Switched to clocksource kvm-clock [ 0.403375] AppArmor: AppArmor Filesystem Enabled [ 0.404343] pnp: PnP ACPI init [ 0.405268] pnp: PnP ACPI: found 5 devices [ 0.411302] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.412998] NET: Registered protocol family 2 [ 0.413984] TCP established hash table entries: 2048 (order: 2, 16384 bytes) [ 0.415269] TCP bind hash table entries: 2048 (order: 3, 32768 bytes) [ 0.416437] TCP: Hash tables configured (established 2048 bind 2048) [ 0.417600] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.418678] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.419852] NET: Registered protocol family 1 [ 0.420723] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.421817] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.422890] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.437293] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.451566] Trying to unpack rootfs image as initramfs... [ 0.503538] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000) [ 0.518128] Scanning for low memory corruption every 60 seconds [ 0.519805] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.521564] audit: initializing netlink subsys (disabled) [ 0.523122] audit: type=2000 audit(1536057288.751:1): initialized [ 0.525041] Initialise system trusted keyring [ 0.526394] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.528170] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.530777] zbud: loaded [ 0.531726] VFS: Disk quotas dquot_6.6.0 [ 0.532920] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.535124] fuse init (API version 7.23) [ 0.536393] Key type big_key registered [ 0.537570] Allocating IMA MOK and blacklist keyrings. [ 0.539179] Key type asymmetric registered [ 0.540420] Asymmetric key parser 'x509' registered [ 0.541844] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.543985] io scheduler noop registered [ 0.545173] io scheduler deadline registered (default) [ 0.546651] io scheduler cfq registered [ 0.547833] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.549373] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.551293] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.553474] ACPI: Power Button [PWRF] [ 0.554692] GHES: HEST is not enabled! [ 0.568692] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.596789] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.599019] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.624480] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.626766] Linux agpgart interface v0.103 [ 0.629242] brd: module loaded [ 0.630428] loop: module loaded [ 0.634426] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.635859] GPT:90111 != 20971519 [ 0.636540] GPT:Alternate GPT header not at the end of the disk. [ 0.637615] GPT:90111 != 20971519 [ 0.638300] GPT: Use GNU Parted to correct GPT errors. [ 0.639260] vda: vda1 vda15 [ 0.641177] scsi host0: ata_piix [ 0.642283] scsi host1: ata_piix [ 0.642985] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.644185] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.645607] libphy: Fixed MDIO Bus: probed [ 0.646428] tun: Universal TUN/TAP device driver, 1.6 [ 0.647370] tun: (C) 1999-2004 Max Krasnyansky [ 0.649569] PPP generic driver version 2.4.2 [ 0.650699] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.651881] ehci-pci: EHCI PCI platform driver [ 0.652747] ehci-platform: EHCI generic platform driver [ 0.653720] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.654841] ohci-pci: OHCI PCI platform driver [ 0.655712] ohci-platform: OHCI generic platform driver [ 0.656678] uhci_hcd: USB Universal Host Controller Interface driver [ 0.671332] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.672324] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.673753] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.674771] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.675872] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.677092] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.678516] usb usb1: Product: UHCI Host Controller [ 0.679444] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.680570] usb usb1: SerialNumber: 0000:00:01.2 [ 0.681596] hub 1-0:1.0: USB hub found [ 0.682380] hub 1-0:1.0: 2 ports detected [ 0.683285] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.685372] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.686322] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.687343] mousedev: PS/2 mouse device common for all mice [ 0.688590] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.690408] rtc_cmos 00:00: RTC can wake from S4 [ 0.691493] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.692676] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.693867] i2c /dev entries driver [ 0.694627] device-mapper: uevent: version 1.0.3 [ 0.695550] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.697149] ledtrig-cpu: registered to indicate activity on CPUs [ 0.698413] NET: Registered protocol family 10 [ 0.699409] NET: Registered protocol family 17 [ 0.700289] Key type dns_resolver registered [ 0.701194] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.702273] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.704026] registered taskstats version 1 [ 0.704845] Loading compiled-in X.509 certificates [ 0.706279] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.708108] zswap: loaded using pool lzo/zbud [ 0.709465] Key type trusted registered [ 0.711007] Key type encrypted registered [ 0.711834] AppArmor: AppArmor sha1 policy hashing enabled [ 0.712852] ima: No TPM chip found, activating TPM-bypass! [ 0.713890] evm: HMAC attrs: 0x1 [ 0.714830] Magic number: 2:407:577 [ 0.715671] rtc_cmos 00:00: setting system clock to 2018-09-04 10:34:48 UTC (1536057288) [ 0.717256] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.718359] EDD information not available. [ 0.802767] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.804301] Write protecting the kernel read-only data: 14336k [ 0.815963] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.817748] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.63 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.858595] 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.14 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 564598379 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.912 MHz processor [ 0.147613] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.149263] pid_max: default: 32768 minimum: 301 [ 0.150152] ACPI: Core revision 20150930 [ 0.151541] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.152842] Security Framework initialized [ 0.153652] Yama: becoming mindful. [ 0.154380] AppArmor: AppArmor initialized [ 0.155234] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.156517] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes) [ 0.157764] Mount-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.158949] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.160325] Initializing cgroup subsys io [ 0.161133] Initializing cgroup subsys memory [ 0.161983] Initializing cgroup subsys devices [ 0.162859] Initializing cgroup subsys freezer [ 0.163723] Initializing cgroup subsys net_cls [ 0.164581] Initializing cgroup subsys perf_event [ 0.165478] Initializing cgroup subsys net_prio [ 0.166349] Initializing cgroup subsys hugetlb [ 0.167213] Initializing cgroup subsys pids [ 0.168081] CPU: Physical Processor ID: 0 [ 0.169566] mce: CPU supports 10 MCE banks [ 0.170408] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.171405] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.182343] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.188960] ftrace: allocating 31920 entries in 125 pages [ 0.216304] smpboot: Max logical packages: 1 [ 0.217150] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.218490] x2apic enabled [ 0.219309] Switched APIC routing to physical x2apic. [ 0.221049] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.222161] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.224142] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.225913] KVM setup paravirtual spinlock [ 0.227247] x86: Booted up 1 node, 1 CPUs [ 0.228045] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.229425] devtmpfs: initialized [ 0.231126] evm: security.selinux [ 0.231817] evm: security.SMACK64 [ 0.232509] evm: security.SMACK64EXEC [ 0.233247] evm: security.SMACK64TRANSMUTE [ 0.234044] evm: security.SMACK64MMAP [ 0.234788] evm: security.ima [ 0.235426] evm: security.capability [ 0.236227] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.238066] pinctrl core: initialized pinctrl subsystem [ 0.239169] RTC time: 10:34:47, date: 09/04/18 [ 0.240124] NET: Registered protocol family 16 [ 0.241096] cpuidle: using governor ladder [ 0.241907] cpuidle: using governor menu [ 0.242690] PCCT header not found. [ 0.243443] ACPI: bus type PCI registered [ 0.244243] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.245481] PCI: Using configuration type 1 for base access [ 0.247239] ACPI: Added _OSI(Module Device) [ 0.248081] ACPI: Added _OSI(Processor Device) [ 0.248938] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.249832] ACPI: Added _OSI(Processor Aggregator Device) [ 0.251911] ACPI: Interpreter enabled [ 0.252697] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.254551] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.256401] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.258256] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.260103] ACPI: (supports S0 S5) [ 0.260808] ACPI: Using IOAPIC for interrupt routing [ 0.261914] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.265026] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.266184] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.267423] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.268620] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.270850] acpiphp: Slot [3] registered [ 0.271656] acpiphp: Slot [4] registered [ 0.272461] acpiphp: Slot [5] registered [ 0.273262] acpiphp: Slot [6] registered [ 0.274063] acpiphp: Slot [7] registered [ 0.274865] acpiphp: Slot [8] registered [ 0.275666] acpiphp: Slot [9] registered [ 0.276467] acpiphp: Slot [10] registered [ 0.277286] acpiphp: Slot [11] registered [ 0.278101] acpiphp: Slot [12] registered [ 0.278918] acpiphp: Slot [13] registered [ 0.279734] acpiphp: Slot [14] registered [ 0.280545] acpiphp: Slot [15] registered [ 0.291377] acpiphp: Slot [16] registered [ 0.292197] acpiphp: Slot [17] registered [ 0.293008] acpiphp: Slot [18] registered [ 0.293825] acpiphp: Slot [19] registered [ 0.294639] acpiphp: Slot [20] registered [ 0.295458] acpiphp: Slot [21] registered [ 0.296272] acpiphp: Slot [22] registered [ 0.297085] acpiphp: Slot [23] registered [ 0.297897] acpiphp: Slot [24] registered [ 0.298714] acpiphp: Slot [25] registered [ 0.299535] acpiphp: Slot [26] registered [ 0.300350] acpiphp: Slot [27] registered [ 0.301162] acpiphp: Slot [28] registered [ 0.301970] acpiphp: Slot [29] registered [ 0.302793] acpiphp: Slot [30] registered [ 0.303617] acpiphp: Slot [31] registered [ 0.304430] PCI host bridge to bus 0000:00 [ 0.305242] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.306455] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.307673] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.309127] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window] [ 0.310579] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.316673] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.317955] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.319138] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.320408] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.327319] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.328759] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.375173] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.376669] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.378088] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.379513] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.380906] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.382849] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.384022] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.385077] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.386618] vgaarb: loaded [ 0.387224] vgaarb: bridge control possible 0000:00:02.0 [ 0.388380] SCSI subsystem initialized [ 0.389217] ACPI: bus type USB registered [ 0.390032] usbcore: registered new interface driver usbfs [ 0.391073] usbcore: registered new interface driver hub [ 0.392078] usbcore: registered new device driver usb [ 0.393140] PCI: Using ACPI for IRQ routing [ 0.394175] NetLabel: Initializing [ 0.394889] NetLabel: domain hash size = 128 [ 0.395744] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.396697] NetLabel: unlabeled traffic allowed by default [ 0.397793] clocksource: Switched to clocksource kvm-clock [ 0.403375] AppArmor: AppArmor Filesystem Enabled [ 0.404343] pnp: PnP ACPI init [ 0.405268] pnp: PnP ACPI: found 5 devices [ 0.411302] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.412998] NET: Registered protocol family 2 [ 0.413984] TCP established hash table entries: 2048 (order: 2, 16384 bytes) [ 0.415269] TCP bind hash table entries: 2048 (order: 3, 32768 bytes) [ 0.416437] TCP: Hash tables configured (established 2048 bind 2048) [ 0.417600] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.418678] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.419852] NET: Registered protocol family 1 [ 0.420723] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.421817] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.422890] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.437293] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.451566] Trying to unpack rootfs image as initramfs... [ 0.503538] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000) [ 0.518128] Scanning for low memory corruption every 60 seconds [ 0.519805] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.521564] audit: initializing netlink subsys (disabled) [ 0.523122] audit: type=2000 audit(1536057288.751:1): initialized [ 0.525041] Initialise system trusted keyring [ 0.526394] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.528170] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.530777] zbud: loaded [ 0.531726] VFS: Disk quotas dquot_6.6.0 [ 0.532920] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.535124] fuse init (API version 7.23) [ 0.536393] Key type big_key registered [ 0.537570] Allocating IMA MOK and blacklist keyrings. [ 0.539179] Key type asymmetric registered [ 0.540420] Asymmetric key parser 'x509' registered [ 0.541844] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.543985] io scheduler noop registered [ 0.545173] io scheduler deadline registered (default) [ 0.546651] io scheduler cfq registered [ 0.547833] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.549373] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.551293] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.553474] ACPI: Power Button [PWRF] [ 0.554692] GHES: HEST is not enabled! [ 0.568692] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.596789] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.599019] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.624480] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.626766] Linux agpgart interface v0.103 [ 0.629242] brd: module loaded [ 0.630428] loop: module loaded [ 0.634426] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.635859] GPT:90111 != 20971519 [ 0.636540] GPT:Alternate GPT header not at the end of the disk. [ 0.637615] GPT:90111 != 20971519 [ 0.638300] GPT: Use GNU Parted to correct GPT errors. [ 0.639260] vda: vda1 vda15 [ 0.641177] scsi host0: ata_piix [ 0.642283] scsi host1: ata_piix [ 0.642985] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.644185] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.645607] libphy: Fixed MDIO Bus: probed [ 0.646428] tun: Universal TUN/TAP device driver, 1.6 [ 0.647370] tun: (C) 1999-2004 Max Krasnyansky [ 0.649569] PPP generic driver version 2.4.2 [ 0.650699] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.651881] ehci-pci: EHCI PCI platform driver [ 0.652747] ehci-platform: EHCI generic platform driver [ 0.653720] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.654841] ohci-pci: OHCI PCI platform driver [ 0.655712] ohci-platform: OHCI generic platform driver [ 0.656678] uhci_hcd: USB Universal Host Controller Interface driver [ 0.671332] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.672324] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.673753] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.674771] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.675872] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.677092] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.678516] usb usb1: Product: UHCI Host Controller [ 0.679444] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.680570] usb usb1: SerialNumber: 0000:00:01.2 [ 0.681596] hub 1-0:1.0: USB hub found [ 0.682380] hub 1-0:1.0: 2 ports detected [ 0.683285] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.685372] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.686322] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.687343] mousedev: PS/2 mouse device common for all mice [ 0.688590] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.690408] rtc_cmos 00:00: RTC can wake from S4 [ 0.691493] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.692676] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.693867] i2c /dev entries driver [ 0.694627] device-mapper: uevent: version 1.0.3 [ 0.695550] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.697149] ledtrig-cpu: registered to indicate activity on CPUs [ 0.698413] NET: Registered protocol family 10 [ 0.699409] NET: Registered protocol family 17 [ 0.700289] Key type dns_resolver registered [ 0.701194] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.702273] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.704026] registered taskstats version 1 [ 0.704845] Loading compiled-in X.509 certificates [ 0.706279] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.708108] zswap: loaded using pool lzo/zbud [ 0.709465] Key type trusted registered [ 0.711007] Key type encrypted registered [ 0.711834] AppArmor: AppArmor sha1 policy hashing enabled [ 0.712852] ima: No TPM chip found, activating TPM-bypass! [ 0.713890] evm: HMAC attrs: 0x1 [ 0.714830] Magic number: 2:407:577 [ 0.715671] rtc_cmos 00:00: setting system clock to 2018-09-04 10:34:48 UTC (1536057288) [ 0.717256] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.718359] EDD information not available. [ 0.802767] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.804301] Write protecting the kernel read-only data: 14336k [ 0.815963] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.817748] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.63 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.858595] 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.14 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 564598379 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.912 MHz processor [ 0.147613] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.149263] pid_max: default: 32768 minimum: 301 [ 0.150152] ACPI: Core revision 20150930 [ 0.151541] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.152842] Security Framework initialized [ 0.153652] Yama: becoming mindful. [ 0.154380] AppArmor: AppArmor initialized [ 0.155234] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.156517] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes) [ 0.157764] Mount-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.158949] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.160325] Initializing cgroup subsys io [ 0.161133] Initializing cgroup subsys memory [ 0.161983] Initializing cgroup subsys devices [ 0.162859] Initializing cgroup subsys freezer [ 0.163723] Initializing cgroup subsys net_cls [ 0.164581] Initializing cgroup subsys perf_event [ 0.165478] Initializing cgroup subsys net_prio [ 0.166349] Initializing cgroup subsys hugetlb [ 0.167213] Initializing cgroup subsys pids [ 0.168081] CPU: Physical Processor ID: 0 [ 0.169566] mce: CPU supports 10 MCE banks [ 0.170408] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.171405] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.182343] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.188960] ftrace: allocating 31920 entries in 125 pages [ 0.216304] smpboot: Max logical packages: 1 [ 0.217150] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.218490] x2apic enabled [ 0.219309] Switched APIC routing to physical x2apic. [ 0.221049] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.222161] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.224142] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.225913] KVM setup paravirtual spinlock [ 0.227247] x86: Booted up 1 node, 1 CPUs [ 0.228045] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.229425] devtmpfs: initialized [ 0.231126] evm: security.selinux [ 0.231817] evm: security.SMACK64 [ 0.232509] evm: security.SMACK64EXEC [ 0.233247] evm: security.SMACK64TRANSMUTE [ 0.234044] evm: security.SMACK64MMAP [ 0.234788] evm: security.ima [ 0.235426] evm: security.capability [ 0.236227] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.238066] pinctrl core: initialized pinctrl subsystem [ 0.239169] RTC time: 10:34:47, date: 09/04/18 [ 0.240124] NET: Registered protocol family 16 [ 0.241096] cpuidle: using governor ladder [ 0.241907] cpuidle: using governor menu [ 0.242690] PCCT header not found. [ 0.243443] ACPI: bus type PCI registered [ 0.244243] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.245481] PCI: Using configuration type 1 for base access [ 0.247239] ACPI: Added _OSI(Module Device) [ 0.248081] ACPI: Added _OSI(Processor Device) [ 0.248938] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.249832] ACPI: Added _OSI(Processor Aggregator Device) [ 0.251911] ACPI: Interpreter enabled [ 0.252697] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.254551] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.256401] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.258256] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.260103] ACPI: (supports S0 S5) [ 0.260808] ACPI: Using IOAPIC for interrupt routing [ 0.261914] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.265026] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.266184] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.267423] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.268620] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.270850] acpiphp: Slot [3] registered [ 0.271656] acpiphp: Slot [4] registered [ 0.272461] acpiphp: Slot [5] registered [ 0.273262] acpiphp: Slot [6] registered [ 0.274063] acpiphp: Slot [7] registered [ 0.274865] acpiphp: Slot [8] registered [ 0.275666] acpiphp: Slot [9] registered [ 0.276467] acpiphp: Slot [10] registered [ 0.277286] acpiphp: Slot [11] registered [ 0.278101] acpiphp: Slot [12] registered [ 0.278918] acpiphp: Slot [13] registered [ 0.279734] acpiphp: Slot [14] registered [ 0.280545] acpiphp: Slot [15] registered [ 0.291377] acpiphp: Slot [16] registered [ 0.292197] acpiphp: Slot [17] registered [ 0.293008] acpiphp: Slot [18] registered [ 0.293825] acpiphp: Slot [19] registered [ 0.294639] acpiphp: Slot [20] registered [ 0.295458] acpiphp: Slot [21] registered [ 0.296272] acpiphp: Slot [22] registered [ 0.297085] acpiphp: Slot [23] registered [ 0.297897] acpiphp: Slot [24] registered [ 0.298714] acpiphp: Slot [25] registered [ 0.299535] acpiphp: Slot [26] registered [ 0.300350] acpiphp: Slot [27] registered [ 0.301162] acpiphp: Slot [28] registered [ 0.301970] acpiphp: Slot [29] registered [ 0.302793] acpiphp: Slot [30] registered [ 0.303617] acpiphp: Slot [31] registered [ 0.304430] PCI host bridge to bus 0000:00 [ 0.305242] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.306455] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.307673] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.309127] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window] [ 0.310579] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.316673] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.317955] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.319138] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.320408] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.327319] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.328759] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.375173] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.376669] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.378088] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.379513] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.380906] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.382849] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.384022] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.385077] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.386618] vgaarb: loaded [ 0.387224] vgaarb: bridge control possible 0000:00:02.0 [ 0.388380] SCSI subsystem initialized [ 0.389217] ACPI: bus type USB registered [ 0.390032] usbcore: registered new interface driver usbfs [ 0.391073] usbcore: registered new interface driver hub [ 0.392078] usbcore: registered new device driver usb [ 0.393140] PCI: Using ACPI for IRQ routing [ 0.394175] NetLabel: Initializing [ 0.394889] NetLabel: domain hash size = 128 [ 0.395744] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.396697] NetLabel: unlabeled traffic allowed by default [ 0.397793] clocksource: Switched to clocksource kvm-clock [ 0.403375] AppArmor: AppArmor Filesystem Enabled [ 0.404343] pnp: PnP ACPI init [ 0.405268] pnp: PnP ACPI: found 5 devices [ 0.411302] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.412998] NET: Registered protocol family 2 [ 0.413984] TCP established hash table entries: 2048 (order: 2, 16384 bytes) [ 0.415269] TCP bind hash table entries: 2048 (order: 3, 32768 bytes) [ 0.416437] TCP: Hash tables configured (established 2048 bind 2048) [ 0.417600] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.418678] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.419852] NET: Registered protocol family 1 [ 0.420723] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.421817] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.422890] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.437293] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.451566] Trying to unpack rootfs image as initramfs... [ 0.503538] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000) [ 0.518128] Scanning for low memory corruption every 60 seconds [ 0.519805] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.521564] audit: initializing netlink subsys (disabled) [ 0.523122] audit: type=2000 audit(1536057288.751:1): initialized [ 0.525041] Initialise system trusted keyring [ 0.526394] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.528170] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.530777] zbud: loaded [ 0.531726] VFS: Disk quotas dquot_6.6.0 [ 0.532920] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.535124] fuse init (API version 7.23) [ 0.536393] Key type big_key registered [ 0.537570] Allocating IMA MOK and blacklist keyrings. [ 0.539179] Key type asymmetric registered [ 0.540420] Asymmetric key parser 'x509' registered [ 0.541844] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.543985] io scheduler noop registered [ 0.545173] io scheduler deadline registered (default) [ 0.546651] io scheduler cfq registered [ 0.547833] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.549373] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.551293] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.553474] ACPI: Power Button [PWRF] [ 0.554692] GHES: HEST is not enabled! [ 0.568692] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.596789] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.599019] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.624480] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.626766] Linux agpgart interface v0.103 [ 0.629242] brd: module loaded [ 0.630428] loop: module loaded [ 0.634426] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.635859] GPT:90111 != 20971519 [ 0.636540] GPT:Alternate GPT header not at the end of the disk. [ 0.637615] GPT:90111 != 20971519 [ 0.638300] GPT: Use GNU Parted to correct GPT errors. [ 0.639260] vda: vda1 vda15 [ 0.641177] scsi host0: ata_piix [ 0.642283] scsi host1: ata_piix [ 0.642985] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.644185] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.645607] libphy: Fixed MDIO Bus: probed [ 0.646428] tun: Universal TUN/TAP device driver, 1.6 [ 0.647370] tun: (C) 1999-2004 Max Krasnyansky [ 0.649569] PPP generic driver version 2.4.2 [ 0.650699] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.651881] ehci-pci: EHCI PCI platform driver [ 0.652747] ehci-platform: EHCI generic platform driver [ 0.653720] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.654841] ohci-pci: OHCI PCI platform driver [ 0.655712] ohci-platform: OHCI generic platform driver [ 0.656678] uhci_hcd: USB Universal Host Controller Interface driver [ 0.671332] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.672324] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.673753] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.674771] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.675872] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.677092] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.678516] usb usb1: Product: UHCI Host Controller [ 0.679444] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.680570] usb usb1: SerialNumber: 0000:00:01.2 [ 0.681596] hub 1-0:1.0: USB hub found [ 0.682380] hub 1-0:1.0: 2 ports detected [ 0.683285] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.685372] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.686322] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.687343] mousedev: PS/2 mouse device common for all mice [ 0.688590] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.690408] rtc_cmos 00:00: RTC can wake from S4 [ 0.691493] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.692676] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.693867] i2c /dev entries driver [ 0.694627] device-mapper: uevent: version 1.0.3 [ 0.695550] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.697149] ledtrig-cpu: registered to indicate activity on CPUs [ 0.698413] NET: Registered protocol family 10 [ 0.699409] NET: Registered protocol family 17 [ 0.700289] Key type dns_resolver registered [ 0.701194] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.702273] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.704026] registered taskstats version 1 [ 0.704845] Loading compiled-in X.509 certificates [ 0.706279] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.708108] zswap: loaded using pool lzo/zbud [ 0.709465] Key type trusted registered [ 0.711007] Key type encrypted registered [ 0.711834] AppArmor: AppArmor sha1 policy hashing enabled [ 0.712852] ima: No TPM chip found, activating TPM-bypass! [ 0.713890] evm: HMAC attrs: 0x1 [ 0.714830] Magic number: 2:407:577 [ 0.715671] rtc_cmos 00:00: setting system clock to 2018-09-04 10:34:48 UTC (1536057288) [ 0.717256] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.718359] EDD information not available. [ 0.802767] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.804301] Write protecting the kernel read-only data: 14336k [ 0.815963] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.817748] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.63 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.858595] 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.14 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 564598379 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.912 MHz processor [ 0.147613] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.149263] pid_max: default: 32768 minimum: 301 [ 0.150152] ACPI: Core revision 20150930 [ 0.151541] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.152842] Security Framework initialized [ 0.153652] Yama: becoming mindful. [ 0.154380] AppArmor: AppArmor initialized [ 0.155234] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.156517] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes) [ 0.157764] Mount-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.158949] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.160325] Initializing cgroup subsys io [ 0.161133] Initializing cgroup subsys memory [ 0.161983] Initializing cgroup subsys devices [ 0.162859] Initializing cgroup subsys freezer [ 0.163723] Initializing cgroup subsys net_cls [ 0.164581] Initializing cgroup subsys perf_event [ 0.165478] Initializing cgroup subsys net_prio [ 0.166349] Initializing cgroup subsys hugetlb [ 0.167213] Initializing cgroup subsys pids [ 0.168081] CPU: Physical Processor ID: 0 [ 0.169566] mce: CPU supports 10 MCE banks [ 0.170408] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.171405] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.182343] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.188960] ftrace: allocating 31920 entries in 125 pages [ 0.216304] smpboot: Max logical packages: 1 [ 0.217150] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.218490] x2apic enabled [ 0.219309] Switched APIC routing to physical x2apic. [ 0.221049] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.222161] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.224142] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.225913] KVM setup paravirtual spinlock [ 0.227247] x86: Booted up 1 node, 1 CPUs [ 0.228045] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.229425] devtmpfs: initialized [ 0.231126] evm: security.selinux [ 0.231817] evm: security.SMACK64 [ 0.232509] evm: security.SMACK64EXEC [ 0.233247] evm: security.SMACK64TRANSMUTE [ 0.234044] evm: security.SMACK64MMAP [ 0.234788] evm: security.ima [ 0.235426] evm: security.capability [ 0.236227] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.238066] pinctrl core: initialized pinctrl subsystem [ 0.239169] RTC time: 10:34:47, date: 09/04/18 [ 0.240124] NET: Registered protocol family 16 [ 0.241096] cpuidle: using governor ladder [ 0.241907] cpuidle: using governor menu [ 0.242690] PCCT header not found. [ 0.243443] ACPI: bus type PCI registered [ 0.244243] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.245481] PCI: Using configuration type 1 for base access [ 0.247239] ACPI: Added _OSI(Module Device) [ 0.248081] ACPI: Added _OSI(Processor Device) [ 0.248938] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.249832] ACPI: Added _OSI(Processor Aggregator Device) [ 0.251911] ACPI: Interpreter enabled [ 0.252697] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.254551] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.256401] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.258256] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.260103] ACPI: (supports S0 S5) [ 0.260808] ACPI: Using IOAPIC for interrupt routing [ 0.261914] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.265026] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.266184] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.267423] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.268620] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.270850] acpiphp: Slot [3] registered [ 0.271656] acpiphp: Slot [4] registered [ 0.272461] acpiphp: Slot [5] registered [ 0.273262] acpiphp: Slot [6] registered [ 0.274063] acpiphp: Slot [7] registered [ 0.274865] acpiphp: Slot [8] registered [ 0.275666] acpiphp: Slot [9] registered [ 0.276467] acpiphp: Slot [10] registered [ 0.277286] acpiphp: Slot [11] registered [ 0.278101] acpiphp: Slot [12] registered [ 0.278918] acpiphp: Slot [13] registered [ 0.279734] acpiphp: Slot [14] registered [ 0.280545] acpiphp: Slot [15] registered [ 0.291377] acpiphp: Slot [16] registered [ 0.292197] acpiphp: Slot [17] registered [ 0.293008] acpiphp: Slot [18] registered [ 0.293825] acpiphp: Slot [19] registered [ 0.294639] acpiphp: Slot [20] registered [ 0.295458] acpiphp: Slot [21] registered [ 0.296272] acpiphp: Slot [22] registered [ 0.297085] acpiphp: Slot [23] registered [ 0.297897] acpiphp: Slot [24] registered [ 0.298714] acpiphp: Slot [25] registered [ 0.299535] acpiphp: Slot [26] registered [ 0.300350] acpiphp: Slot [27] registered [ 0.301162] acpiphp: Slot [28] registered [ 0.301970] acpiphp: Slot [29] registered [ 0.302793] acpiphp: Slot [30] registered [ 0.303617] acpiphp: Slot [31] registered [ 0.304430] PCI host bridge to bus 0000:00 [ 0.305242] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.306455] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.307673] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.309127] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window] [ 0.310579] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.316673] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.317955] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.319138] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.320408] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.327319] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.328759] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.375173] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.376669] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.378088] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.379513] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.380906] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.382849] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.384022] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.385077] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.386618] vgaarb: loaded [ 0.387224] vgaarb: bridge control possible 0000:00:02.0 [ 0.388380] SCSI subsystem initialized [ 0.389217] ACPI: bus type USB registered [ 0.390032] usbcore: registered new interface driver usbfs [ 0.391073] usbcore: registered new interface driver hub [ 0.392078] usbcore: registered new device driver usb [ 0.393140] PCI: Using ACPI for IRQ routing [ 0.394175] NetLabel: Initializing [ 0.394889] NetLabel: domain hash size = 128 [ 0.395744] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.396697] NetLabel: unlabeled traffic allowed by default [ 0.397793] clocksource: Switched to clocksource kvm-clock [ 0.403375] AppArmor: AppArmor Filesystem Enabled [ 0.404343] pnp: PnP ACPI init [ 0.405268] pnp: PnP ACPI: found 5 devices [ 0.411302] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.412998] NET: Registered protocol family 2 [ 0.413984] TCP established hash table entries: 2048 (order: 2, 16384 bytes) [ 0.415269] TCP bind hash table entries: 2048 (order: 3, 32768 bytes) [ 0.416437] TCP: Hash tables configured (established 2048 bind 2048) [ 0.417600] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.418678] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.419852] NET: Registered protocol family 1 [ 0.420723] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.421817] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.422890] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.437293] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.451566] Trying to unpack rootfs image as initramfs... [ 0.503538] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000) [ 0.518128] Scanning for low memory corruption every 60 seconds [ 0.519805] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.521564] audit: initializing netlink subsys (disabled) [ 0.523122] audit: type=2000 audit(1536057288.751:1): initialized [ 0.525041] Initialise system trusted keyring [ 0.526394] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.528170] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.530777] zbud: loaded [ 0.531726] VFS: Disk quotas dquot_6.6.0 [ 0.532920] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.535124] fuse init (API version 7.23) [ 0.536393] Key type big_key registered [ 0.537570] Allocating IMA MOK and blacklist keyrings. [ 0.539179] Key type asymmetric registered [ 0.540420] Asymmetric key parser 'x509' registered [ 0.541844] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.543985] io scheduler noop registered [ 0.545173] io scheduler deadline registered (default) [ 0.546651] io scheduler cfq registered [ 0.547833] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.549373] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.551293] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.553474] ACPI: Power Button [PWRF] [ 0.554692] GHES: HEST is not enabled! [ 0.568692] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.596789] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.599019] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.624480] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.626766] Linux agpgart interface v0.103 [ 0.629242] brd: module loaded [ 0.630428] loop: module loaded [ 0.634426] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.635859] GPT:90111 != 20971519 [ 0.636540] GPT:Alternate GPT header not at the end of the disk. [ 0.637615] GPT:90111 != 20971519 [ 0.638300] GPT: Use GNU Parted to correct GPT errors. [ 0.639260] vda: vda1 vda15 [ 0.641177] scsi host0: ata_piix [ 0.642283] scsi host1: ata_piix [ 0.642985] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.644185] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.645607] libphy: Fixed MDIO Bus: probed [ 0.646428] tun: Universal TUN/TAP device driver, 1.6 [ 0.647370] tun: (C) 1999-2004 Max Krasnyansky [ 0.649569] PPP generic driver version 2.4.2 [ 0.650699] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.651881] ehci-pci: EHCI PCI platform driver [ 0.652747] ehci-platform: EHCI generic platform driver [ 0.653720] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.654841] ohci-pci: OHCI PCI platform driver [ 0.655712] ohci-platform: OHCI generic platform driver [ 0.656678] uhci_hcd: USB Universal Host Controller Interface driver [ 0.671332] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.672324] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.673753] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.674771] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.675872] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.677092] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.678516] usb usb1: Product: UHCI Host Controller [ 0.679444] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.680570] usb usb1: SerialNumber: 0000:00:01.2 [ 0.681596] hub 1-0:1.0: USB hub found [ 0.682380] hub 1-0:1.0: 2 ports detected [ 0.683285] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.685372] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.686322] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.687343] mousedev: PS/2 mouse device common for all mice [ 0.688590] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.690408] rtc_cmos 00:00: RTC can wake from S4 [ 0.691493] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.692676] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.693867] i2c /dev entries driver [ 0.694627] device-mapper: uevent: version 1.0.3 [ 0.695550] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.697149] ledtrig-cpu: registered to indicate activity on CPUs [ 0.698413] NET: Registered protocol family 10 [ 0.699409] NET: Registered protocol family 17 [ 0.700289] Key type dns_resolver registered [ 0.701194] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.702273] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.704026] registered taskstats version 1 [ 0.704845] Loading compiled-in X.509 certificates [ 0.706279] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.708108] zswap: loaded using pool lzo/zbud [ 0.709465] Key type trusted registered [ 0.711007] Key type encrypted registered [ 0.711834] AppArmor: AppArmor sha1 policy hashing enabled [ 0.712852] ima: No TPM chip found, activating TPM-bypass! [ 0.713890] evm: HMAC attrs: 0x1 [ 0.714830] Magic number: 2:407:577 [ 0.715671] rtc_cmos 00:00: setting system clock to 2018-09-04 10:34:48 UTC (1536057288) [ 0.717256] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.718359] EDD information not available. [ 0.802767] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.804301] Write protecting the kernel read-only data: 14336k [ 0.815963] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.817748] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.63 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.858595] 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.14 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 564598379 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.912 MHz processor [ 0.147613] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.149263] pid_max: default: 32768 minimum: 301 [ 0.150152] ACPI: Core revision 20150930 [ 0.151541] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.152842] Security Framework initialized [ 0.153652] Yama: becoming mindful. [ 0.154380] AppArmor: AppArmor initialized [ 0.155234] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.156517] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes) [ 0.157764] Mount-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.158949] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.160325] Initializing cgroup subsys io [ 0.161133] Initializing cgroup subsys memory [ 0.161983] Initializing cgroup subsys devices [ 0.162859] Initializing cgroup subsys freezer [ 0.163723] Initializing cgroup subsys net_cls [ 0.164581] Initializing cgroup subsys perf_event [ 0.165478] Initializing cgroup subsys net_prio [ 0.166349] Initializing cgroup subsys hugetlb [ 0.167213] Initializing cgroup subsys pids [ 0.168081] CPU: Physical Processor ID: 0 [ 0.169566] mce: CPU supports 10 MCE banks [ 0.170408] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.171405] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.182343] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.188960] ftrace: allocating 31920 entries in 125 pages [ 0.216304] smpboot: Max logical packages: 1 [ 0.217150] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.218490] x2apic enabled [ 0.219309] Switched APIC routing to physical x2apic. [ 0.221049] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.222161] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.224142] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.225913] KVM setup paravirtual spinlock [ 0.227247] x86: Booted up 1 node, 1 CPUs [ 0.228045] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.229425] devtmpfs: initialized [ 0.231126] evm: security.selinux [ 0.231817] evm: security.SMACK64 [ 0.232509] evm: security.SMACK64EXEC [ 0.233247] evm: security.SMACK64TRANSMUTE [ 0.234044] evm: security.SMACK64MMAP [ 0.234788] evm: security.ima [ 0.235426] evm: security.capability [ 0.236227] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.238066] pinctrl core: initialized pinctrl subsystem [ 0.239169] RTC time: 10:34:47, date: 09/04/18 [ 0.240124] NET: Registered protocol family 16 [ 0.241096] cpuidle: using governor ladder [ 0.241907] cpuidle: using governor menu [ 0.242690] PCCT header not found. [ 0.243443] ACPI: bus type PCI registered [ 0.244243] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.245481] PCI: Using configuration type 1 for base access [ 0.247239] ACPI: Added _OSI(Module Device) [ 0.248081] ACPI: Added _OSI(Processor Device) [ 0.248938] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.249832] ACPI: Added _OSI(Processor Aggregator Device) [ 0.251911] ACPI: Interpreter enabled [ 0.252697] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.254551] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.256401] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.258256] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.260103] ACPI: (supports S0 S5) [ 0.260808] ACPI: Using IOAPIC for interrupt routing [ 0.261914] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.265026] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.266184] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.267423] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.268620] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.270850] acpiphp: Slot [3] registered [ 0.271656] acpiphp: Slot [4] registered [ 0.272461] acpiphp: Slot [5] registered [ 0.273262] acpiphp: Slot [6] registered [ 0.274063] acpiphp: Slot [7] registered [ 0.274865] acpiphp: Slot [8] registered [ 0.275666] acpiphp: Slot [9] registered [ 0.276467] acpiphp: Slot [10] registered [ 0.277286] acpiphp: Slot [11] registered [ 0.278101] acpiphp: Slot [12] registered [ 0.278918] acpiphp: Slot [13] registered [ 0.279734] acpiphp: Slot [14] registered [ 0.280545] acpiphp: Slot [15] registered [ 0.291377] acpiphp: Slot [16] registered [ 0.292197] acpiphp: Slot [17] registered [ 0.293008] acpiphp: Slot [18] registered [ 0.293825] acpiphp: Slot [19] registered [ 0.294639] acpiphp: Slot [20] registered [ 0.295458] acpiphp: Slot [21] registered [ 0.296272] acpiphp: Slot [22] registered [ 0.297085] acpiphp: Slot [23] registered [ 0.297897] acpiphp: Slot [24] registered [ 0.298714] acpiphp: Slot [25] registered [ 0.299535] acpiphp: Slot [26] registered [ 0.300350] acpiphp: Slot [27] registered [ 0.301162] acpiphp: Slot [28] registered [ 0.301970] acpiphp: Slot [29] registered [ 0.302793] acpiphp: Slot [30] registered [ 0.303617] acpiphp: Slot [31] registered [ 0.304430] PCI host bridge to bus 0000:00 [ 0.305242] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.306455] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.307673] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.309127] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window] [ 0.310579] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.316673] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.317955] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.319138] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.320408] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.327319] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.328759] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.375173] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.376669] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.378088] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.379513] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.380906] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.382849] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.384022] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.385077] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.386618] vgaarb: loaded [ 0.387224] vgaarb: bridge control possible 0000:00:02.0 [ 0.388380] SCSI subsystem initialized [ 0.389217] ACPI: bus type USB registered [ 0.390032] usbcore: registered new interface driver usbfs [ 0.391073] usbcore: registered new interface driver hub [ 0.392078] usbcore: registered new device driver usb [ 0.393140] PCI: Using ACPI for IRQ routing [ 0.394175] NetLabel: Initializing [ 0.394889] NetLabel: domain hash size = 128 [ 0.395744] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.396697] NetLabel: unlabeled traffic allowed by default [ 0.397793] clocksource: Switched to clocksource kvm-clock [ 0.403375] AppArmor: AppArmor Filesystem Enabled [ 0.404343] pnp: PnP ACPI init [ 0.405268] pnp: PnP ACPI: found 5 devices [ 0.411302] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.412998] NET: Registered protocol family 2 [ 0.413984] TCP established hash table entries: 2048 (order: 2, 16384 bytes) [ 0.415269] TCP bind hash table entries: 2048 (order: 3, 32768 bytes) [ 0.416437] TCP: Hash tables configured (established 2048 bind 2048) [ 0.417600] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.418678] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.419852] NET: Registered protocol family 1 [ 0.420723] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.421817] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.422890] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.437293] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.451566] Trying to unpack rootfs image as initramfs... [ 0.503538] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000) [ 0.518128] Scanning for low memory corruption every 60 seconds [ 0.519805] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.521564] audit: initializing netlink subsys (disabled) [ 0.523122] audit: type=2000 audit(1536057288.751:1): initialized [ 0.525041] Initialise system trusted keyring [ 0.526394] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.528170] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.530777] zbud: loaded [ 0.531726] VFS: Disk quotas dquot_6.6.0 [ 0.532920] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.535124] fuse init (API version 7.23) [ 0.536393] Key type big_key registered [ 0.537570] Allocating IMA MOK and blacklist keyrings. [ 0.539179] Key type asymmetric registered [ 0.540420] Asymmetric key parser 'x509' registered [ 0.541844] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.543985] io scheduler noop registered [ 0.545173] io scheduler deadline registered (default) [ 0.546651] io scheduler cfq registered [ 0.547833] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.549373] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.551293] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.553474] ACPI: Power Button [PWRF] [ 0.554692] GHES: HEST is not enabled! [ 0.568692] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.596789] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.599019] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.624480] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.626766] Linux agpgart interface v0.103 [ 0.629242] brd: module loaded [ 0.630428] loop: module loaded [ 0.634426] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.635859] GPT:90111 != 20971519 [ 0.636540] GPT:Alternate GPT header not at the end of the disk. [ 0.637615] GPT:90111 != 20971519 [ 0.638300] GPT: Use GNU Parted to correct GPT errors. [ 0.639260] vda: vda1 vda15 [ 0.641177] scsi host0: ata_piix [ 0.642283] scsi host1: ata_piix [ 0.642985] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.644185] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.645607] libphy: Fixed MDIO Bus: probed [ 0.646428] tun: Universal TUN/TAP device driver, 1.6 [ 0.647370] tun: (C) 1999-2004 Max Krasnyansky [ 0.649569] PPP generic driver version 2.4.2 [ 0.650699] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.651881] ehci-pci: EHCI PCI platform driver [ 0.652747] ehci-platform: EHCI generic platform driver [ 0.653720] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.654841] ohci-pci: OHCI PCI platform driver [ 0.655712] ohci-platform: OHCI generic platform driver [ 0.656678] uhci_hcd: USB Universal Host Controller Interface driver [ 0.671332] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.672324] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.673753] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.674771] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.675872] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.677092] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.678516] usb usb1: Product: UHCI Host Controller [ 0.679444] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.680570] usb usb1: SerialNumber: 0000:00:01.2 [ 0.681596] hub 1-0:1.0: USB hub found [ 0.682380] hub 1-0:1.0: 2 ports detected [ 0.683285] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.685372] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.686322] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.687343] mousedev: PS/2 mouse device common for all mice [ 0.688590] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.690408] rtc_cmos 00:00: RTC can wake from S4 [ 0.691493] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.692676] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.693867] i2c /dev entries driver [ 0.694627] device-mapper: uevent: version 1.0.3 [ 0.695550] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.697149] ledtrig-cpu: registered to indicate activity on CPUs [ 0.698413] NET: Registered protocol family 10 [ 0.699409] NET: Registered protocol family 17 [ 0.700289] Key type dns_resolver registered [ 0.701194] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.702273] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.704026] registered taskstats version 1 [ 0.704845] Loading compiled-in X.509 certificates [ 0.706279] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.708108] zswap: loaded using pool lzo/zbud [ 0.709465] Key type trusted registered [ 0.711007] Key type encrypted registered [ 0.711834] AppArmor: AppArmor sha1 policy hashing enabled [ 0.712852] ima: No TPM chip found, activating TPM-bypass! [ 0.713890] evm: HMAC attrs: 0x1 [ 0.714830] Magic number: 2:407:577 [ 0.715671] rtc_cmos 00:00: setting system clock to 2018-09-04 10:34:48 UTC (1536057288) [ 0.717256] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.718359] EDD information not available. [ 0.802767] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.804301] Write protecting the kernel read-only data: 14336k [ 0.815963] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.817748] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.63 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.858595] 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.14 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 564598379 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.912 MHz processor [ 0.147613] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.149263] pid_max: default: 32768 minimum: 301 [ 0.150152] ACPI: Core revision 20150930 [ 0.151541] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.152842] Security Framework initialized [ 0.153652] Yama: becoming mindful. [ 0.154380] AppArmor: AppArmor initialized [ 0.155234] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.156517] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes) [ 0.157764] Mount-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.158949] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.160325] Initializing cgroup subsys io [ 0.161133] Initializing cgroup subsys memory [ 0.161983] Initializing cgroup subsys devices [ 0.162859] Initializing cgroup subsys freezer [ 0.163723] Initializing cgroup subsys net_cls [ 0.164581] Initializing cgroup subsys perf_event [ 0.165478] Initializing cgroup subsys net_prio [ 0.166349] Initializing cgroup subsys hugetlb [ 0.167213] Initializing cgroup subsys pids [ 0.168081] CPU: Physical Processor ID: 0 [ 0.169566] mce: CPU supports 10 MCE banks [ 0.170408] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.171405] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.182343] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.188960] ftrace: allocating 31920 entries in 125 pages [ 0.216304] smpboot: Max logical packages: 1 [ 0.217150] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.218490] x2apic enabled [ 0.219309] Switched APIC routing to physical x2apic. [ 0.221049] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.222161] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.224142] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.225913] KVM setup paravirtual spinlock [ 0.227247] x86: Booted up 1 node, 1 CPUs [ 0.228045] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.229425] devtmpfs: initialized [ 0.231126] evm: security.selinux [ 0.231817] evm: security.SMACK64 [ 0.232509] evm: security.SMACK64EXEC [ 0.233247] evm: security.SMACK64TRANSMUTE [ 0.234044] evm: security.SMACK64MMAP [ 0.234788] evm: security.ima [ 0.235426] evm: security.capability [ 0.236227] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.238066] pinctrl core: initialized pinctrl subsystem [ 0.239169] RTC time: 10:34:47, date: 09/04/18 [ 0.240124] NET: Registered protocol family 16 [ 0.241096] cpuidle: using governor ladder [ 0.241907] cpuidle: using governor menu [ 0.242690] PCCT header not found. [ 0.243443] ACPI: bus type PCI registered [ 0.244243] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.245481] PCI: Using configuration type 1 for base access [ 0.247239] ACPI: Added _OSI(Module Device) [ 0.248081] ACPI: Added _OSI(Processor Device) [ 0.248938] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.249832] ACPI: Added _OSI(Processor Aggregator Device) [ 0.251911] ACPI: Interpreter enabled [ 0.252697] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.254551] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.256401] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.258256] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.260103] ACPI: (supports S0 S5) [ 0.260808] ACPI: Using IOAPIC for interrupt routing [ 0.261914] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.265026] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.266184] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.267423] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.268620] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.270850] acpiphp: Slot [3] registered [ 0.271656] acpiphp: Slot [4] registered [ 0.272461] acpiphp: Slot [5] registered [ 0.273262] acpiphp: Slot [6] registered [ 0.274063] acpiphp: Slot [7] registered [ 0.274865] acpiphp: Slot [8] registered [ 0.275666] acpiphp: Slot [9] registered [ 0.276467] acpiphp: Slot [10] registered [ 0.277286] acpiphp: Slot [11] registered [ 0.278101] acpiphp: Slot [12] registered [ 0.278918] acpiphp: Slot [13] registered [ 0.279734] acpiphp: Slot [14] registered [ 0.280545] acpiphp: Slot [15] registered [ 0.291377] acpiphp: Slot [16] registered [ 0.292197] acpiphp: Slot [17] registered [ 0.293008] acpiphp: Slot [18] registered [ 0.293825] acpiphp: Slot [19] registered [ 0.294639] acpiphp: Slot [20] registered [ 0.295458] acpiphp: Slot [21] registered [ 0.296272] acpiphp: Slot [22] registered [ 0.297085] acpiphp: Slot [23] registered [ 0.297897] acpiphp: Slot [24] registered [ 0.298714] acpiphp: Slot [25] registered [ 0.299535] acpiphp: Slot [26] registered [ 0.300350] acpiphp: Slot [27] registered [ 0.301162] acpiphp: Slot [28] registered [ 0.301970] acpiphp: Slot [29] registered [ 0.302793] acpiphp: Slot [30] registered [ 0.303617] acpiphp: Slot [31] registered [ 0.304430] PCI host bridge to bus 0000:00 [ 0.305242] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.306455] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.307673] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.309127] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window] [ 0.310579] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.316673] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.317955] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.319138] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.320408] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.327319] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.328759] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.375173] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.376669] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.378088] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.379513] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.380906] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.382849] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.384022] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.385077] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.386618] vgaarb: loaded [ 0.387224] vgaarb: bridge control possible 0000:00:02.0 [ 0.388380] SCSI subsystem initialized [ 0.389217] ACPI: bus type USB registered [ 0.390032] usbcore: registered new interface driver usbfs [ 0.391073] usbcore: registered new interface driver hub [ 0.392078] usbcore: registered new device driver usb [ 0.393140] PCI: Using ACPI for IRQ routing [ 0.394175] NetLabel: Initializing [ 0.394889] NetLabel: domain hash size = 128 [ 0.395744] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.396697] NetLabel: unlabeled traffic allowed by default [ 0.397793] clocksource: Switched to clocksource kvm-clock [ 0.403375] AppArmor: AppArmor Filesystem Enabled [ 0.404343] pnp: PnP ACPI init [ 0.405268] pnp: PnP ACPI: found 5 devices [ 0.411302] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.412998] NET: Registered protocol family 2 [ 0.413984] TCP established hash table entries: 2048 (order: 2, 16384 bytes) [ 0.415269] TCP bind hash table entries: 2048 (order: 3, 32768 bytes) [ 0.416437] TCP: Hash tables configured (established 2048 bind 2048) [ 0.417600] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.418678] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.419852] NET: Registered protocol family 1 [ 0.420723] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.421817] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.422890] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.437293] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.451566] Trying to unpack rootfs image as initramfs... [ 0.503538] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000) [ 0.518128] Scanning for low memory corruption every 60 seconds [ 0.519805] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.521564] audit: initializing netlink subsys (disabled) [ 0.523122] audit: type=2000 audit(1536057288.751:1): initialized [ 0.525041] Initialise system trusted keyring [ 0.526394] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.528170] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.530777] zbud: loaded [ 0.531726] VFS: Disk quotas dquot_6.6.0 [ 0.532920] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.535124] fuse init (API version 7.23) [ 0.536393] Key type big_key registered [ 0.537570] Allocating IMA MOK and blacklist keyrings. [ 0.539179] Key type asymmetric registered [ 0.540420] Asymmetric key parser 'x509' registered [ 0.541844] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.543985] io scheduler noop registered [ 0.545173] io scheduler deadline registered (default) [ 0.546651] io scheduler cfq registered [ 0.547833] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.549373] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.551293] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.553474] ACPI: Power Button [PWRF] [ 0.554692] GHES: HEST is not enabled! [ 0.568692] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.596789] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.599019] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.624480] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.626766] Linux agpgart interface v0.103 [ 0.629242] brd: module loaded [ 0.630428] loop: module loaded [ 0.634426] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.635859] GPT:90111 != 20971519 [ 0.636540] GPT:Alternate GPT header not at the end of the disk. [ 0.637615] GPT:90111 != 20971519 [ 0.638300] GPT: Use GNU Parted to correct GPT errors. [ 0.639260] vda: vda1 vda15 [ 0.641177] scsi host0: ata_piix [ 0.642283] scsi host1: ata_piix [ 0.642985] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.644185] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.645607] libphy: Fixed MDIO Bus: probed [ 0.646428] tun: Universal TUN/TAP device driver, 1.6 [ 0.647370] tun: (C) 1999-2004 Max Krasnyansky [ 0.649569] PPP generic driver version 2.4.2 [ 0.650699] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.651881] ehci-pci: EHCI PCI platform driver [ 0.652747] ehci-platform: EHCI generic platform driver [ 0.653720] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.654841] ohci-pci: OHCI PCI platform driver [ 0.655712] ohci-platform: OHCI generic platform driver [ 0.656678] uhci_hcd: USB Universal Host Controller Interface driver [ 0.671332] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.672324] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.673753] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.674771] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.675872] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.677092] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.678516] usb usb1: Product: UHCI Host Controller [ 0.679444] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.680570] usb usb1: SerialNumber: 0000:00:01.2 [ 0.681596] hub 1-0:1.0: USB hub found [ 0.682380] hub 1-0:1.0: 2 ports detected [ 0.683285] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.685372] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.686322] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.687343] mousedev: PS/2 mouse device common for all mice [ 0.688590] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.690408] rtc_cmos 00:00: RTC can wake from S4 [ 0.691493] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.692676] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.693867] i2c /dev entries driver [ 0.694627] device-mapper: uevent: version 1.0.3 [ 0.695550] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.697149] ledtrig-cpu: registered to indicate activity on CPUs [ 0.698413] NET: Registered protocol family 10 [ 0.699409] NET: Registered protocol family 17 [ 0.700289] Key type dns_resolver registered [ 0.701194] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.702273] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.704026] registered taskstats version 1 [ 0.704845] Loading compiled-in X.509 certificates [ 0.706279] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.708108] zswap: loaded using pool lzo/zbud [ 0.709465] Key type trusted registered [ 0.711007] Key type encrypted registered [ 0.711834] AppArmor: AppArmor sha1 policy hashing enabled [ 0.712852] ima: No TPM chip found, activating TPM-bypass! [ 0.713890] evm: HMAC attrs: 0x1 [ 0.714830] Magic number: 2:407:577 [ 0.715671] rtc_cmos 00:00: setting system clock to 2018-09-04 10:34:48 UTC (1536057288) [ 0.717256] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.718359] EDD information not available. [ 0.802767] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.804301] Write protecting the kernel read-only data: 14336k [ 0.815963] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.817748] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.63 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.858595] 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.14 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 564598379 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.912 MHz processor [ 0.147613] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.149263] pid_max: default: 32768 minimum: 301 [ 0.150152] ACPI: Core revision 20150930 [ 0.151541] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.152842] Security Framework initialized [ 0.153652] Yama: becoming mindful. [ 0.154380] AppArmor: AppArmor initialized [ 0.155234] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.156517] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes) [ 0.157764] Mount-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.158949] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.160325] Initializing cgroup subsys io [ 0.161133] Initializing cgroup subsys memory [ 0.161983] Initializing cgroup subsys devices [ 0.162859] Initializing cgroup subsys freezer [ 0.163723] Initializing cgroup subsys net_cls [ 0.164581] Initializing cgroup subsys perf_event [ 0.165478] Initializing cgroup subsys net_prio [ 0.166349] Initializing cgroup subsys hugetlb [ 0.167213] Initializing cgroup subsys pids [ 0.168081] CPU: Physical Processor ID: 0 [ 0.169566] mce: CPU supports 10 MCE banks [ 0.170408] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.171405] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.182343] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.188960] ftrace: allocating 31920 entries in 125 pages [ 0.216304] smpboot: Max logical packages: 1 [ 0.217150] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.218490] x2apic enabled [ 0.219309] Switched APIC routing to physical x2apic. [ 0.221049] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.222161] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.224142] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.225913] KVM setup paravirtual spinlock [ 0.227247] x86: Booted up 1 node, 1 CPUs [ 0.228045] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.229425] devtmpfs: initialized [ 0.231126] evm: security.selinux [ 0.231817] evm: security.SMACK64 [ 0.232509] evm: security.SMACK64EXEC [ 0.233247] evm: security.SMACK64TRANSMUTE [ 0.234044] evm: security.SMACK64MMAP [ 0.234788] evm: security.ima [ 0.235426] evm: security.capability [ 0.236227] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.238066] pinctrl core: initialized pinctrl subsystem [ 0.239169] RTC time: 10:34:47, date: 09/04/18 [ 0.240124] NET: Registered protocol family 16 [ 0.241096] cpuidle: using governor ladder [ 0.241907] cpuidle: using governor menu [ 0.242690] PCCT header not found. [ 0.243443] ACPI: bus type PCI registered [ 0.244243] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.245481] PCI: Using configuration type 1 for base access [ 0.247239] ACPI: Added _OSI(Module Device) [ 0.248081] ACPI: Added _OSI(Processor Device) [ 0.248938] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.249832] ACPI: Added _OSI(Processor Aggregator Device) [ 0.251911] ACPI: Interpreter enabled [ 0.252697] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.254551] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.256401] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.258256] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.260103] ACPI: (supports S0 S5) [ 0.260808] ACPI: Using IOAPIC for interrupt routing [ 0.261914] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.265026] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.266184] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.267423] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.268620] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.270850] acpiphp: Slot [3] registered [ 0.271656] acpiphp: Slot [4] registered [ 0.272461] acpiphp: Slot [5] registered [ 0.273262] acpiphp: Slot [6] registered [ 0.274063] acpiphp: Slot [7] registered [ 0.274865] acpiphp: Slot [8] registered [ 0.275666] acpiphp: Slot [9] registered [ 0.276467] acpiphp: Slot [10] registered [ 0.277286] acpiphp: Slot [11] registered [ 0.278101] acpiphp: Slot [12] registered [ 0.278918] acpiphp: Slot [13] registered [ 0.279734] acpiphp: Slot [14] registered [ 0.280545] acpiphp: Slot [15] registered [ 0.291377] acpiphp: Slot [16] registered [ 0.292197] acpiphp: Slot [17] registered [ 0.293008] acpiphp: Slot [18] registered [ 0.293825] acpiphp: Slot [19] registered [ 0.294639] acpiphp: Slot [20] registered [ 0.295458] acpiphp: Slot [21] registered [ 0.296272] acpiphp: Slot [22] registered [ 0.297085] acpiphp: Slot [23] registered [ 0.297897] acpiphp: Slot [24] registered [ 0.298714] acpiphp: Slot [25] registered [ 0.299535] acpiphp: Slot [26] registered [ 0.300350] acpiphp: Slot [27] registered [ 0.301162] acpiphp: Slot [28] registered [ 0.301970] acpiphp: Slot [29] registered [ 0.302793] acpiphp: Slot [30] registered [ 0.303617] acpiphp: Slot [31] registered [ 0.304430] PCI host bridge to bus 0000:00 [ 0.305242] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.306455] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.307673] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.309127] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window] [ 0.310579] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.316673] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.317955] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.319138] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.320408] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.327319] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.328759] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.375173] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.376669] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.378088] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.379513] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.380906] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.382849] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.384022] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.385077] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.386618] vgaarb: loaded [ 0.387224] vgaarb: bridge control possible 0000:00:02.0 [ 0.388380] SCSI subsystem initialized [ 0.389217] ACPI: bus type USB registered [ 0.390032] usbcore: registered new interface driver usbfs [ 0.391073] usbcore: registered new interface driver hub [ 0.392078] usbcore: registered new device driver usb [ 0.393140] PCI: Using ACPI for IRQ routing [ 0.394175] NetLabel: Initializing [ 0.394889] NetLabel: domain hash size = 128 [ 0.395744] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.396697] NetLabel: unlabeled traffic allowed by default [ 0.397793] clocksource: Switched to clocksource kvm-clock [ 0.403375] AppArmor: AppArmor Filesystem Enabled [ 0.404343] pnp: PnP ACPI init [ 0.405268] pnp: PnP ACPI: found 5 devices [ 0.411302] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.412998] NET: Registered protocol family 2 [ 0.413984] TCP established hash table entries: 2048 (order: 2, 16384 bytes) [ 0.415269] TCP bind hash table entries: 2048 (order: 3, 32768 bytes) [ 0.416437] TCP: Hash tables configured (established 2048 bind 2048) [ 0.417600] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.418678] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.419852] NET: Registered protocol family 1 [ 0.420723] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.421817] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.422890] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.437293] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.451566] Trying to unpack rootfs image as initramfs... [ 0.503538] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000) [ 0.518128] Scanning for low memory corruption every 60 seconds [ 0.519805] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.521564] audit: initializing netlink subsys (disabled) [ 0.523122] audit: type=2000 audit(1536057288.751:1): initialized [ 0.525041] Initialise system trusted keyring [ 0.526394] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.528170] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.530777] zbud: loaded [ 0.531726] VFS: Disk quotas dquot_6.6.0 [ 0.532920] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.535124] fuse init (API version 7.23) [ 0.536393] Key type big_key registered [ 0.537570] Allocating IMA MOK and blacklist keyrings. [ 0.539179] Key type asymmetric registered [ 0.540420] Asymmetric key parser 'x509' registered [ 0.541844] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.543985] io scheduler noop registered [ 0.545173] io scheduler deadline registered (default) [ 0.546651] io scheduler cfq registered [ 0.547833] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.549373] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.551293] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.553474] ACPI: Power Button [PWRF] [ 0.554692] GHES: HEST is not enabled! [ 0.568692] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.596789] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.599019] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.624480] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.626766] Linux agpgart interface v0.103 [ 0.629242] brd: module loaded [ 0.630428] loop: module loaded [ 0.634426] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.635859] GPT:90111 != 20971519 [ 0.636540] GPT:Alternate GPT header not at the end of the disk. [ 0.637615] GPT:90111 != 20971519 [ 0.638300] GPT: Use GNU Parted to correct GPT errors. [ 0.639260] vda: vda1 vda15 [ 0.641177] scsi host0: ata_piix [ 0.642283] scsi host1: ata_piix [ 0.642985] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.644185] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.645607] libphy: Fixed MDIO Bus: probed [ 0.646428] tun: Universal TUN/TAP device driver, 1.6 [ 0.647370] tun: (C) 1999-2004 Max Krasnyansky [ 0.649569] PPP generic driver version 2.4.2 [ 0.650699] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.651881] ehci-pci: EHCI PCI platform driver [ 0.652747] ehci-platform: EHCI generic platform driver [ 0.653720] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.654841] ohci-pci: OHCI PCI platform driver [ 0.655712] ohci-platform: OHCI generic platform driver [ 0.656678] uhci_hcd: USB Universal Host Controller Interface driver [ 0.671332] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.672324] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.673753] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.674771] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.675872] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.677092] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.678516] usb usb1: Product: UHCI Host Controller [ 0.679444] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.680570] usb usb1: SerialNumber: 0000:00:01.2 [ 0.681596] hub 1-0:1.0: USB hub found [ 0.682380] hub 1-0:1.0: 2 ports detected [ 0.683285] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.685372] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.686322] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.687343] mousedev: PS/2 mouse device common for all mice [ 0.688590] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.690408] rtc_cmos 00:00: RTC can wake from S4 [ 0.691493] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.692676] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.693867] i2c /dev entries driver [ 0.694627] device-mapper: uevent: version 1.0.3 [ 0.695550] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.697149] ledtrig-cpu: registered to indicate activity on CPUs [ 0.698413] NET: Registered protocol family 10 [ 0.699409] NET: Registered protocol family 17 [ 0.700289] Key type dns_resolver registered [ 0.701194] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.702273] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.704026] registered taskstats version 1 [ 0.704845] Loading compiled-in X.509 certificates [ 0.706279] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.708108] zswap: loaded using pool lzo/zbud [ 0.709465] Key type trusted registered [ 0.711007] Key type encrypted registered [ 0.711834] AppArmor: AppArmor sha1 policy hashing enabled [ 0.712852] ima: No TPM chip found, activating TPM-bypass! [ 0.713890] evm: HMAC attrs: 0x1 [ 0.714830] Magic number: 2:407:577 [ 0.715671] rtc_cmos 00:00: setting system clock to 2018-09-04 10:34:48 UTC (1536057288) [ 0.717256] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.718359] EDD information not available. [ 0.802767] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.804301] Write protecting the kernel read-only data: 14336k [ 0.815963] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.817748] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.63 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.858595] 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.14 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 564598379 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.912 MHz processor [ 0.147613] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.149263] pid_max: default: 32768 minimum: 301 [ 0.150152] ACPI: Core revision 20150930 [ 0.151541] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.152842] Security Framework initialized [ 0.153652] Yama: becoming mindful. [ 0.154380] AppArmor: AppArmor initialized [ 0.155234] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.156517] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes) [ 0.157764] Mount-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.158949] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.160325] Initializing cgroup subsys io [ 0.161133] Initializing cgroup subsys memory [ 0.161983] Initializing cgroup subsys devices [ 0.162859] Initializing cgroup subsys freezer [ 0.163723] Initializing cgroup subsys net_cls [ 0.164581] Initializing cgroup subsys perf_event [ 0.165478] Initializing cgroup subsys net_prio [ 0.166349] Initializing cgroup subsys hugetlb [ 0.167213] Initializing cgroup subsys pids [ 0.168081] CPU: Physical Processor ID: 0 [ 0.169566] mce: CPU supports 10 MCE banks [ 0.170408] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.171405] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.182343] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.188960] ftrace: allocating 31920 entries in 125 pages [ 0.216304] smpboot: Max logical packages: 1 [ 0.217150] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.218490] x2apic enabled [ 0.219309] Switched APIC routing to physical x2apic. [ 0.221049] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.222161] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.224142] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.225913] KVM setup paravirtual spinlock [ 0.227247] x86: Booted up 1 node, 1 CPUs [ 0.228045] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.229425] devtmpfs: initialized [ 0.231126] evm: security.selinux [ 0.231817] evm: security.SMACK64 [ 0.232509] evm: security.SMACK64EXEC [ 0.233247] evm: security.SMACK64TRANSMUTE [ 0.234044] evm: security.SMACK64MMAP [ 0.234788] evm: security.ima [ 0.235426] evm: security.capability [ 0.236227] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.238066] pinctrl core: initialized pinctrl subsystem [ 0.239169] RTC time: 10:34:47, date: 09/04/18 [ 0.240124] NET: Registered protocol family 16 [ 0.241096] cpuidle: using governor ladder [ 0.241907] cpuidle: using governor menu [ 0.242690] PCCT header not found. [ 0.243443] ACPI: bus type PCI registered [ 0.244243] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.245481] PCI: Using configuration type 1 for base access [ 0.247239] ACPI: Added _OSI(Module Device) [ 0.248081] ACPI: Added _OSI(Processor Device) [ 0.248938] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.249832] ACPI: Added _OSI(Processor Aggregator Device) [ 0.251911] ACPI: Interpreter enabled [ 0.252697] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.254551] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.256401] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.258256] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.260103] ACPI: (supports S0 S5) [ 0.260808] ACPI: Using IOAPIC for interrupt routing [ 0.261914] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.265026] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.266184] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.267423] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.268620] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.270850] acpiphp: Slot [3] registered [ 0.271656] acpiphp: Slot [4] registered [ 0.272461] acpiphp: Slot [5] registered [ 0.273262] acpiphp: Slot [6] registered [ 0.274063] acpiphp: Slot [7] registered [ 0.274865] acpiphp: Slot [8] registered [ 0.275666] acpiphp: Slot [9] registered [ 0.276467] acpiphp: Slot [10] registered [ 0.277286] acpiphp: Slot [11] registered [ 0.278101] acpiphp: Slot [12] registered [ 0.278918] acpiphp: Slot [13] registered [ 0.279734] acpiphp: Slot [14] registered [ 0.280545] acpiphp: Slot [15] registered [ 0.291377] acpiphp: Slot [16] registered [ 0.292197] acpiphp: Slot [17] registered [ 0.293008] acpiphp: Slot [18] registered [ 0.293825] acpiphp: Slot [19] registered [ 0.294639] acpiphp: Slot [20] registered [ 0.295458] acpiphp: Slot [21] registered [ 0.296272] acpiphp: Slot [22] registered [ 0.297085] acpiphp: Slot [23] registered [ 0.297897] acpiphp: Slot [24] registered [ 0.298714] acpiphp: Slot [25] registered [ 0.299535] acpiphp: Slot [26] registered [ 0.300350] acpiphp: Slot [27] registered [ 0.301162] acpiphp: Slot [28] registered [ 0.301970] acpiphp: Slot [29] registered [ 0.302793] acpiphp: Slot [30] registered [ 0.303617] acpiphp: Slot [31] registered [ 0.304430] PCI host bridge to bus 0000:00 [ 0.305242] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.306455] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.307673] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.309127] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window] [ 0.310579] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.316673] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.317955] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.319138] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.320408] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.327319] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.328759] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.375173] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.376669] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.378088] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.379513] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.380906] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.382849] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.384022] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.385077] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.386618] vgaarb: loaded [ 0.387224] vgaarb: bridge control possible 0000:00:02.0 [ 0.388380] SCSI subsystem initialized [ 0.389217] ACPI: bus type USB registered [ 0.390032] usbcore: registered new interface driver usbfs [ 0.391073] usbcore: registered new interface driver hub [ 0.392078] usbcore: registered new device driver usb [ 0.393140] PCI: Using ACPI for IRQ routing [ 0.394175] NetLabel: Initializing [ 0.394889] NetLabel: domain hash size = 128 [ 0.395744] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.396697] NetLabel: unlabeled traffic allowed by default [ 0.397793] clocksource: Switched to clocksource kvm-clock [ 0.403375] AppArmor: AppArmor Filesystem Enabled [ 0.404343] pnp: PnP ACPI init [ 0.405268] pnp: PnP ACPI: found 5 devices [ 0.411302] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.412998] NET: Registered protocol family 2 [ 0.413984] TCP established hash table entries: 2048 (order: 2, 16384 bytes) [ 0.415269] TCP bind hash table entries: 2048 (order: 3, 32768 bytes) [ 0.416437] TCP: Hash tables configured (established 2048 bind 2048) [ 0.417600] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.418678] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.419852] NET: Registered protocol family 1 [ 0.420723] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.421817] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.422890] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.437293] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.451566] Trying to unpack rootfs image as initramfs... [ 0.503538] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000) [ 0.518128] Scanning for low memory corruption every 60 seconds [ 0.519805] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.521564] audit: initializing netlink subsys (disabled) [ 0.523122] audit: type=2000 audit(1536057288.751:1): initialized [ 0.525041] Initialise system trusted keyring [ 0.526394] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.528170] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.530777] zbud: loaded [ 0.531726] VFS: Disk quotas dquot_6.6.0 [ 0.532920] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.535124] fuse init (API version 7.23) [ 0.536393] Key type big_key registered [ 0.537570] Allocating IMA MOK and blacklist keyrings. [ 0.539179] Key type asymmetric registered [ 0.540420] Asymmetric key parser 'x509' registered [ 0.541844] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.543985] io scheduler noop registered [ 0.545173] io scheduler deadline registered (default) [ 0.546651] io scheduler cfq registered [ 0.547833] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.549373] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.551293] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.553474] ACPI: Power Button [PWRF] [ 0.554692] GHES: HEST is not enabled! [ 0.568692] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.596789] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.599019] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.624480] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.626766] Linux agpgart interface v0.103 [ 0.629242] brd: module loaded [ 0.630428] loop: module loaded [ 0.634426] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.635859] GPT:90111 != 20971519 [ 0.636540] GPT:Alternate GPT header not at the end of the disk. [ 0.637615] GPT:90111 != 20971519 [ 0.638300] GPT: Use GNU Parted to correct GPT errors. [ 0.639260] vda: vda1 vda15 [ 0.641177] scsi host0: ata_piix [ 0.642283] scsi host1: ata_piix [ 0.642985] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.644185] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.645607] libphy: Fixed MDIO Bus: probed [ 0.646428] tun: Universal TUN/TAP device driver, 1.6 [ 0.647370] tun: (C) 1999-2004 Max Krasnyansky [ 0.649569] PPP generic driver version 2.4.2 [ 0.650699] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.651881] ehci-pci: EHCI PCI platform driver [ 0.652747] ehci-platform: EHCI generic platform driver [ 0.653720] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.654841] ohci-pci: OHCI PCI platform driver [ 0.655712] ohci-platform: OHCI generic platform driver [ 0.656678] uhci_hcd: USB Universal Host Controller Interface driver [ 0.671332] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.672324] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.673753] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.674771] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.675872] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.677092] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.678516] usb usb1: Product: UHCI Host Controller [ 0.679444] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.680570] usb usb1: SerialNumber: 0000:00:01.2 [ 0.681596] hub 1-0:1.0: USB hub found [ 0.682380] hub 1-0:1.0: 2 ports detected [ 0.683285] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.685372] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.686322] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.687343] mousedev: PS/2 mouse device common for all mice [ 0.688590] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.690408] rtc_cmos 00:00: RTC can wake from S4 [ 0.691493] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.692676] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.693867] i2c /dev entries driver [ 0.694627] device-mapper: uevent: version 1.0.3 [ 0.695550] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.697149] ledtrig-cpu: registered to indicate activity on CPUs [ 0.698413] NET: Registered protocol family 10 [ 0.699409] NET: Registered protocol family 17 [ 0.700289] Key type dns_resolver registered [ 0.701194] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.702273] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.704026] registered taskstats version 1 [ 0.704845] Loading compiled-in X.509 certificates [ 0.706279] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.708108] zswap: loaded using pool lzo/zbud [ 0.709465] Key type trusted registered [ 0.711007] Key type encrypted registered [ 0.711834] AppArmor: AppArmor sha1 policy hashing enabled [ 0.712852] ima: No TPM chip found, activating TPM-bypass! [ 0.713890] evm: HMAC attrs: 0x1 [ 0.714830] Magic number: 2:407:577 [ 0.715671] rtc_cmos 00:00: setting system clock to 2018-09-04 10:34:48 UTC (1536057288) [ 0.717256] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.718359] EDD information not available. [ 0.802767] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.804301] Write protecting the kernel read-only data: 14336k [ 0.815963] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.817748] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.63 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.858595] 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.14 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 564598379 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.912 MHz processor [ 0.147613] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.149263] pid_max: default: 32768 minimum: 301 [ 0.150152] ACPI: Core revision 20150930 [ 0.151541] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.152842] Security Framework initialized [ 0.153652] Yama: becoming mindful. [ 0.154380] AppArmor: AppArmor initialized [ 0.155234] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.156517] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes) [ 0.157764] Mount-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.158949] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.160325] Initializing cgroup subsys io [ 0.161133] Initializing cgroup subsys memory [ 0.161983] Initializing cgroup subsys devices [ 0.162859] Initializing cgroup subsys freezer [ 0.163723] Initializing cgroup subsys net_cls [ 0.164581] Initializing cgroup subsys perf_event [ 0.165478] Initializing cgroup subsys net_prio [ 0.166349] Initializing cgroup subsys hugetlb [ 0.167213] Initializing cgroup subsys pids [ 0.168081] CPU: Physical Processor ID: 0 [ 0.169566] mce: CPU supports 10 MCE banks [ 0.170408] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.171405] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.182343] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.188960] ftrace: allocating 31920 entries in 125 pages [ 0.216304] smpboot: Max logical packages: 1 [ 0.217150] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.218490] x2apic enabled [ 0.219309] Switched APIC routing to physical x2apic. [ 0.221049] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.222161] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.224142] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.225913] KVM setup paravirtual spinlock [ 0.227247] x86: Booted up 1 node, 1 CPUs [ 0.228045] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.229425] devtmpfs: initialized [ 0.231126] evm: security.selinux [ 0.231817] evm: security.SMACK64 [ 0.232509] evm: security.SMACK64EXEC [ 0.233247] evm: security.SMACK64TRANSMUTE [ 0.234044] evm: security.SMACK64MMAP [ 0.234788] evm: security.ima [ 0.235426] evm: security.capability [ 0.236227] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.238066] pinctrl core: initialized pinctrl subsystem [ 0.239169] RTC time: 10:34:47, date: 09/04/18 [ 0.240124] NET: Registered protocol family 16 [ 0.241096] cpuidle: using governor ladder [ 0.241907] cpuidle: using governor menu [ 0.242690] PCCT header not found. [ 0.243443] ACPI: bus type PCI registered [ 0.244243] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.245481] PCI: Using configuration type 1 for base access [ 0.247239] ACPI: Added _OSI(Module Device) [ 0.248081] ACPI: Added _OSI(Processor Device) [ 0.248938] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.249832] ACPI: Added _OSI(Processor Aggregator Device) [ 0.251911] ACPI: Interpreter enabled [ 0.252697] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.254551] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.256401] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.258256] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.260103] ACPI: (supports S0 S5) [ 0.260808] ACPI: Using IOAPIC for interrupt routing [ 0.261914] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.265026] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.266184] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.267423] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.268620] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.270850] acpiphp: Slot [3] registered [ 0.271656] acpiphp: Slot [4] registered [ 0.272461] acpiphp: Slot [5] registered [ 0.273262] acpiphp: Slot [6] registered [ 0.274063] acpiphp: Slot [7] registered [ 0.274865] acpiphp: Slot [8] registered [ 0.275666] acpiphp: Slot [9] registered [ 0.276467] acpiphp: Slot [10] registered [ 0.277286] acpiphp: Slot [11] registered [ 0.278101] acpiphp: Slot [12] registered [ 0.278918] acpiphp: Slot [13] registered [ 0.279734] acpiphp: Slot [14] registered [ 0.280545] acpiphp: Slot [15] registered [ 0.291377] acpiphp: Slot [16] registered [ 0.292197] acpiphp: Slot [17] registered [ 0.293008] acpiphp: Slot [18] registered [ 0.293825] acpiphp: Slot [19] registered [ 0.294639] acpiphp: Slot [20] registered [ 0.295458] acpiphp: Slot [21] registered [ 0.296272] acpiphp: Slot [22] registered [ 0.297085] acpiphp: Slot [23] registered [ 0.297897] acpiphp: Slot [24] registered [ 0.298714] acpiphp: Slot [25] registered [ 0.299535] acpiphp: Slot [26] registered [ 0.300350] acpiphp: Slot [27] registered [ 0.301162] acpiphp: Slot [28] registered [ 0.301970] acpiphp: Slot [29] registered [ 0.302793] acpiphp: Slot [30] registered [ 0.303617] acpiphp: Slot [31] registered [ 0.304430] PCI host bridge to bus 0000:00 [ 0.305242] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.306455] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.307673] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.309127] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window] [ 0.310579] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.316673] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.317955] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.319138] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.320408] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.327319] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.328759] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.375173] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.376669] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.378088] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.379513] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.380906] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.382849] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.384022] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.385077] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.386618] vgaarb: loaded [ 0.387224] vgaarb: bridge control possible 0000:00:02.0 [ 0.388380] SCSI subsystem initialized [ 0.389217] ACPI: bus type USB registered [ 0.390032] usbcore: registered new interface driver usbfs [ 0.391073] usbcore: registered new interface driver hub [ 0.392078] usbcore: registered new device driver usb [ 0.393140] PCI: Using ACPI for IRQ routing [ 0.394175] NetLabel: Initializing [ 0.394889] NetLabel: domain hash size = 128 [ 0.395744] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.396697] NetLabel: unlabeled traffic allowed by default [ 0.397793] clocksource: Switched to clocksource kvm-clock [ 0.403375] AppArmor: AppArmor Filesystem Enabled [ 0.404343] pnp: PnP ACPI init [ 0.405268] pnp: PnP ACPI: found 5 devices [ 0.411302] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.412998] NET: Registered protocol family 2 [ 0.413984] TCP established hash table entries: 2048 (order: 2, 16384 bytes) [ 0.415269] TCP bind hash table entries: 2048 (order: 3, 32768 bytes) [ 0.416437] TCP: Hash tables configured (established 2048 bind 2048) [ 0.417600] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.418678] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.419852] NET: Registered protocol family 1 [ 0.420723] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.421817] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.422890] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.437293] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.451566] Trying to unpack rootfs image as initramfs... [ 0.503538] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000) [ 0.518128] Scanning for low memory corruption every 60 seconds [ 0.519805] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.521564] audit: initializing netlink subsys (disabled) [ 0.523122] audit: type=2000 audit(1536057288.751:1): initialized [ 0.525041] Initialise system trusted keyring [ 0.526394] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.528170] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.530777] zbud: loaded [ 0.531726] VFS: Disk quotas dquot_6.6.0 [ 0.532920] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.535124] fuse init (API version 7.23) [ 0.536393] Key type big_key registered [ 0.537570] Allocating IMA MOK and blacklist keyrings. [ 0.539179] Key type asymmetric registered [ 0.540420] Asymmetric key parser 'x509' registered [ 0.541844] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.543985] io scheduler noop registered [ 0.545173] io scheduler deadline registered (default) [ 0.546651] io scheduler cfq registered [ 0.547833] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.549373] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.551293] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.553474] ACPI: Power Button [PWRF] [ 0.554692] GHES: HEST is not enabled! [ 0.568692] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.596789] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.599019] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.624480] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.626766] Linux agpgart interface v0.103 [ 0.629242] brd: module loaded [ 0.630428] loop: module loaded [ 0.634426] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.635859] GPT:90111 != 20971519 [ 0.636540] GPT:Alternate GPT header not at the end of the disk. [ 0.637615] GPT:90111 != 20971519 [ 0.638300] GPT: Use GNU Parted to correct GPT errors. [ 0.639260] vda: vda1 vda15 [ 0.641177] scsi host0: ata_piix [ 0.642283] scsi host1: ata_piix [ 0.642985] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.644185] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.645607] libphy: Fixed MDIO Bus: probed [ 0.646428] tun: Universal TUN/TAP device driver, 1.6 [ 0.647370] tun: (C) 1999-2004 Max Krasnyansky [ 0.649569] PPP generic driver version 2.4.2 [ 0.650699] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.651881] ehci-pci: EHCI PCI platform driver [ 0.652747] ehci-platform: EHCI generic platform driver [ 0.653720] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.654841] ohci-pci: OHCI PCI platform driver [ 0.655712] ohci-platform: OHCI generic platform driver [ 0.656678] uhci_hcd: USB Universal Host Controller Interface driver [ 0.671332] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.672324] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.673753] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.674771] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.675872] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.677092] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.678516] usb usb1: Product: UHCI Host Controller [ 0.679444] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.680570] usb usb1: SerialNumber: 0000:00:01.2 [ 0.681596] hub 1-0:1.0: USB hub found [ 0.682380] hub 1-0:1.0: 2 ports detected [ 0.683285] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.685372] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.686322] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.687343] mousedev: PS/2 mouse device common for all mice [ 0.688590] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.690408] rtc_cmos 00:00: RTC can wake from S4 [ 0.691493] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.692676] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.693867] i2c /dev entries driver [ 0.694627] device-mapper: uevent: version 1.0.3 [ 0.695550] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.697149] ledtrig-cpu: registered to indicate activity on CPUs [ 0.698413] NET: Registered protocol family 10 [ 0.699409] NET: Registered protocol family 17 [ 0.700289] Key type dns_resolver registered [ 0.701194] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.702273] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.704026] registered taskstats version 1 [ 0.704845] Loading compiled-in X.509 certificates [ 0.706279] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.708108] zswap: loaded using pool lzo/zbud [ 0.709465] Key type trusted registered [ 0.711007] Key type encrypted registered [ 0.711834] AppArmor: AppArmor sha1 policy hashing enabled [ 0.712852] ima: No TPM chip found, activating TPM-bypass! [ 0.713890] evm: HMAC attrs: 0x1 [ 0.714830] Magic number: 2:407:577 [ 0.715671] rtc_cmos 00:00: setting system clock to 2018-09-04 10:34:48 UTC (1536057288) [ 0.717256] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.718359] EDD information not available. [ 0.802767] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.804301] Write protecting the kernel read-only data: 14336k [ 0.815963] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.817748] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.63 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.858595] 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.14 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 564598379 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.912 MHz processor [ 0.147613] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.149263] pid_max: default: 32768 minimum: 301 [ 0.150152] ACPI: Core revision 20150930 [ 0.151541] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.152842] Security Framework initialized [ 0.153652] Yama: becoming mindful. [ 0.154380] AppArmor: AppArmor initialized [ 0.155234] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.156517] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes) [ 0.157764] Mount-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.158949] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.160325] Initializing cgroup subsys io [ 0.161133] Initializing cgroup subsys memory [ 0.161983] Initializing cgroup subsys devices [ 0.162859] Initializing cgroup subsys freezer [ 0.163723] Initializing cgroup subsys net_cls [ 0.164581] Initializing cgroup subsys perf_event [ 0.165478] Initializing cgroup subsys net_prio [ 0.166349] Initializing cgroup subsys hugetlb [ 0.167213] Initializing cgroup subsys pids [ 0.168081] CPU: Physical Processor ID: 0 [ 0.169566] mce: CPU supports 10 MCE banks [ 0.170408] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.171405] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.182343] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.188960] ftrace: allocating 31920 entries in 125 pages [ 0.216304] smpboot: Max logical packages: 1 [ 0.217150] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.218490] x2apic enabled [ 0.219309] Switched APIC routing to physical x2apic. [ 0.221049] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.222161] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.224142] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.225913] KVM setup paravirtual spinlock [ 0.227247] x86: Booted up 1 node, 1 CPUs [ 0.228045] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.229425] devtmpfs: initialized [ 0.231126] evm: security.selinux [ 0.231817] evm: security.SMACK64 [ 0.232509] evm: security.SMACK64EXEC [ 0.233247] evm: security.SMACK64TRANSMUTE [ 0.234044] evm: security.SMACK64MMAP [ 0.234788] evm: security.ima [ 0.235426] evm: security.capability [ 0.236227] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.238066] pinctrl core: initialized pinctrl subsystem [ 0.239169] RTC time: 10:34:47, date: 09/04/18 [ 0.240124] NET: Registered protocol family 16 [ 0.241096] cpuidle: using governor ladder [ 0.241907] cpuidle: using governor menu [ 0.242690] PCCT header not found. [ 0.243443] ACPI: bus type PCI registered [ 0.244243] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.245481] PCI: Using configuration type 1 for base access [ 0.247239] ACPI: Added _OSI(Module Device) [ 0.248081] ACPI: Added _OSI(Processor Device) [ 0.248938] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.249832] ACPI: Added _OSI(Processor Aggregator Device) [ 0.251911] ACPI: Interpreter enabled [ 0.252697] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.254551] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.256401] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.258256] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.260103] ACPI: (supports S0 S5) [ 0.260808] ACPI: Using IOAPIC for interrupt routing [ 0.261914] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.265026] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.266184] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.267423] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.268620] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.270850] acpiphp: Slot [3] registered [ 0.271656] acpiphp: Slot [4] registered [ 0.272461] acpiphp: Slot [5] registered [ 0.273262] acpiphp: Slot [6] registered [ 0.274063] acpiphp: Slot [7] registered [ 0.274865] acpiphp: Slot [8] registered [ 0.275666] acpiphp: Slot [9] registered [ 0.276467] acpiphp: Slot [10] registered [ 0.277286] acpiphp: Slot [11] registered [ 0.278101] acpiphp: Slot [12] registered [ 0.278918] acpiphp: Slot [13] registered [ 0.279734] acpiphp: Slot [14] registered [ 0.280545] acpiphp: Slot [15] registered [ 0.291377] acpiphp: Slot [16] registered [ 0.292197] acpiphp: Slot [17] registered [ 0.293008] acpiphp: Slot [18] registered [ 0.293825] acpiphp: Slot [19] registered [ 0.294639] acpiphp: Slot [20] registered [ 0.295458] acpiphp: Slot [21] registered [ 0.296272] acpiphp: Slot [22] registered [ 0.297085] acpiphp: Slot [23] registered [ 0.297897] acpiphp: Slot [24] registered [ 0.298714] acpiphp: Slot [25] registered [ 0.299535] acpiphp: Slot [26] registered [ 0.300350] acpiphp: Slot [27] registered [ 0.301162] acpiphp: Slot [28] registered [ 0.301970] acpiphp: Slot [29] registered [ 0.302793] acpiphp: Slot [30] registered [ 0.303617] acpiphp: Slot [31] registered [ 0.304430] PCI host bridge to bus 0000:00 [ 0.305242] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.306455] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.307673] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.309127] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window] [ 0.310579] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.316673] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.317955] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.319138] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.320408] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.327319] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.328759] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.375173] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.376669] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.378088] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.379513] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.380906] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.382849] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.384022] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.385077] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.386618] vgaarb: loaded [ 0.387224] vgaarb: bridge control possible 0000:00:02.0 [ 0.388380] SCSI subsystem initialized [ 0.389217] ACPI: bus type USB registered [ 0.390032] usbcore: registered new interface driver usbfs [ 0.391073] usbcore: registered new interface driver hub [ 0.392078] usbcore: registered new device driver usb [ 0.393140] PCI: Using ACPI for IRQ routing [ 0.394175] NetLabel: Initializing [ 0.394889] NetLabel: domain hash size = 128 [ 0.395744] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.396697] NetLabel: unlabeled traffic allowed by default [ 0.397793] clocksource: Switched to clocksource kvm-clock [ 0.403375] AppArmor: AppArmor Filesystem Enabled [ 0.404343] pnp: PnP ACPI init [ 0.405268] pnp: PnP ACPI: found 5 devices [ 0.411302] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.412998] NET: Registered protocol family 2 [ 0.413984] TCP established hash table entries: 2048 (order: 2, 16384 bytes) [ 0.415269] TCP bind hash table entries: 2048 (order: 3, 32768 bytes) [ 0.416437] TCP: Hash tables configured (established 2048 bind 2048) [ 0.417600] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.418678] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.419852] NET: Registered protocol family 1 [ 0.420723] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.421817] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.422890] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.437293] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.451566] Trying to unpack rootfs image as initramfs... [ 0.503538] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000) [ 0.518128] Scanning for low memory corruption every 60 seconds [ 0.519805] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.521564] audit: initializing netlink subsys (disabled) [ 0.523122] audit: type=2000 audit(1536057288.751:1): initialized [ 0.525041] Initialise system trusted keyring [ 0.526394] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.528170] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.530777] zbud: loaded [ 0.531726] VFS: Disk quotas dquot_6.6.0 [ 0.532920] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.535124] fuse init (API version 7.23) [ 0.536393] Key type big_key registered [ 0.537570] Allocating IMA MOK and blacklist keyrings. [ 0.539179] Key type asymmetric registered [ 0.540420] Asymmetric key parser 'x509' registered [ 0.541844] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.543985] io scheduler noop registered [ 0.545173] io scheduler deadline registered (default) [ 0.546651] io scheduler cfq registered [ 0.547833] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.549373] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.551293] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.553474] ACPI: Power Button [PWRF] [ 0.554692] GHES: HEST is not enabled! [ 0.568692] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.596789] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.599019] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.624480] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.626766] Linux agpgart interface v0.103 [ 0.629242] brd: module loaded [ 0.630428] loop: module loaded [ 0.634426] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.635859] GPT:90111 != 20971519 [ 0.636540] GPT:Alternate GPT header not at the end of the disk. [ 0.637615] GPT:90111 != 20971519 [ 0.638300] GPT: Use GNU Parted to correct GPT errors. [ 0.639260] vda: vda1 vda15 [ 0.641177] scsi host0: ata_piix [ 0.642283] scsi host1: ata_piix [ 0.642985] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.644185] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.645607] libphy: Fixed MDIO Bus: probed [ 0.646428] tun: Universal TUN/TAP device driver, 1.6 [ 0.647370] tun: (C) 1999-2004 Max Krasnyansky [ 0.649569] PPP generic driver version 2.4.2 [ 0.650699] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.651881] ehci-pci: EHCI PCI platform driver [ 0.652747] ehci-platform: EHCI generic platform driver [ 0.653720] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.654841] ohci-pci: OHCI PCI platform driver [ 0.655712] ohci-platform: OHCI generic platform driver [ 0.656678] uhci_hcd: USB Universal Host Controller Interface driver [ 0.671332] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.672324] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.673753] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.674771] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.675872] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.677092] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.678516] usb usb1: Product: UHCI Host Controller [ 0.679444] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.680570] usb usb1: SerialNumber: 0000:00:01.2 [ 0.681596] hub 1-0:1.0: USB hub found [ 0.682380] hub 1-0:1.0: 2 ports detected [ 0.683285] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.685372] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.686322] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.687343] mousedev: PS/2 mouse device common for all mice [ 0.688590] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.690408] rtc_cmos 00:00: RTC can wake from S4 [ 0.691493] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.692676] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.693867] i2c /dev entries driver [ 0.694627] device-mapper: uevent: version 1.0.3 [ 0.695550] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.697149] ledtrig-cpu: registered to indicate activity on CPUs [ 0.698413] NET: Registered protocol family 10 [ 0.699409] NET: Registered protocol family 17 [ 0.700289] Key type dns_resolver registered [ 0.701194] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.702273] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.704026] registered taskstats version 1 [ 0.704845] Loading compiled-in X.509 certificates [ 0.706279] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.708108] zswap: loaded using pool lzo/zbud [ 0.709465] Key type trusted registered [ 0.711007] Key type encrypted registered [ 0.711834] AppArmor: AppArmor sha1 policy hashing enabled [ 0.712852] ima: No TPM chip found, activating TPM-bypass! [ 0.713890] evm: HMAC attrs: 0x1 [ 0.714830] Magic number: 2:407:577 [ 0.715671] rtc_cmos 00:00: setting system clock to 2018-09-04 10:34:48 UTC (1536057288) [ 0.717256] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.718359] EDD information not available. [ 0.802767] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.804301] Write protecting the kernel read-only data: 14336k [ 0.815963] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.817748] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.63 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.858595] 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.14 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 564598379 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.912 MHz processor [ 0.147613] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.149263] pid_max: default: 32768 minimum: 301 [ 0.150152] ACPI: Core revision 20150930 [ 0.151541] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.152842] Security Framework initialized [ 0.153652] Yama: becoming mindful. [ 0.154380] AppArmor: AppArmor initialized [ 0.155234] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.156517] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes) [ 0.157764] Mount-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.158949] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.160325] Initializing cgroup subsys io [ 0.161133] Initializing cgroup subsys memory [ 0.161983] Initializing cgroup subsys devices [ 0.162859] Initializing cgroup subsys freezer [ 0.163723] Initializing cgroup subsys net_cls [ 0.164581] Initializing cgroup subsys perf_event [ 0.165478] Initializing cgroup subsys net_prio [ 0.166349] Initializing cgroup subsys hugetlb [ 0.167213] Initializing cgroup subsys pids [ 0.168081] CPU: Physical Processor ID: 0 [ 0.169566] mce: CPU supports 10 MCE banks [ 0.170408] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.171405] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.182343] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.188960] ftrace: allocating 31920 entries in 125 pages [ 0.216304] smpboot: Max logical packages: 1 [ 0.217150] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.218490] x2apic enabled [ 0.219309] Switched APIC routing to physical x2apic. [ 0.221049] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.222161] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.224142] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.225913] KVM setup paravirtual spinlock [ 0.227247] x86: Booted up 1 node, 1 CPUs [ 0.228045] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.229425] devtmpfs: initialized [ 0.231126] evm: security.selinux [ 0.231817] evm: security.SMACK64 [ 0.232509] evm: security.SMACK64EXEC [ 0.233247] evm: security.SMACK64TRANSMUTE [ 0.234044] evm: security.SMACK64MMAP [ 0.234788] evm: security.ima [ 0.235426] evm: security.capability [ 0.236227] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.238066] pinctrl core: initialized pinctrl subsystem [ 0.239169] RTC time: 10:34:47, date: 09/04/18 [ 0.240124] NET: Registered protocol family 16 [ 0.241096] cpuidle: using governor ladder [ 0.241907] cpuidle: using governor menu [ 0.242690] PCCT header not found. [ 0.243443] ACPI: bus type PCI registered [ 0.244243] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.245481] PCI: Using configuration type 1 for base access [ 0.247239] ACPI: Added _OSI(Module Device) [ 0.248081] ACPI: Added _OSI(Processor Device) [ 0.248938] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.249832] ACPI: Added _OSI(Processor Aggregator Device) [ 0.251911] ACPI: Interpreter enabled [ 0.252697] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.254551] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.256401] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.258256] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.260103] ACPI: (supports S0 S5) [ 0.260808] ACPI: Using IOAPIC for interrupt routing [ 0.261914] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.265026] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.266184] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.267423] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.268620] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.270850] acpiphp: Slot [3] registered [ 0.271656] acpiphp: Slot [4] registered [ 0.272461] acpiphp: Slot [5] registered [ 0.273262] acpiphp: Slot [6] registered [ 0.274063] acpiphp: Slot [7] registered [ 0.274865] acpiphp: Slot [8] registered [ 0.275666] acpiphp: Slot [9] registered [ 0.276467] acpiphp: Slot [10] registered [ 0.277286] acpiphp: Slot [11] registered [ 0.278101] acpiphp: Slot [12] registered [ 0.278918] acpiphp: Slot [13] registered [ 0.279734] acpiphp: Slot [14] registered [ 0.280545] acpiphp: Slot [15] registered [ 0.291377] acpiphp: Slot [16] registered [ 0.292197] acpiphp: Slot [17] registered [ 0.293008] acpiphp: Slot [18] registered [ 0.293825] acpiphp: Slot [19] registered [ 0.294639] acpiphp: Slot [20] registered [ 0.295458] acpiphp: Slot [21] registered [ 0.296272] acpiphp: Slot [22] registered [ 0.297085] acpiphp: Slot [23] registered [ 0.297897] acpiphp: Slot [24] registered [ 0.298714] acpiphp: Slot [25] registered [ 0.299535] acpiphp: Slot [26] registered [ 0.300350] acpiphp: Slot [27] registered [ 0.301162] acpiphp: Slot [28] registered [ 0.301970] acpiphp: Slot [29] registered [ 0.302793] acpiphp: Slot [30] registered [ 0.303617] acpiphp: Slot [31] registered [ 0.304430] PCI host bridge to bus 0000:00 [ 0.305242] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.306455] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.307673] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.309127] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window] [ 0.310579] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.316673] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.317955] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.319138] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.320408] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.327319] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.328759] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.375173] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.376669] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.378088] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.379513] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.380906] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.382849] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.384022] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.385077] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.386618] vgaarb: loaded [ 0.387224] vgaarb: bridge control possible 0000:00:02.0 [ 0.388380] SCSI subsystem initialized [ 0.389217] ACPI: bus type USB registered [ 0.390032] usbcore: registered new interface driver usbfs [ 0.391073] usbcore: registered new interface driver hub [ 0.392078] usbcore: registered new device driver usb [ 0.393140] PCI: Using ACPI for IRQ routing [ 0.394175] NetLabel: Initializing [ 0.394889] NetLabel: domain hash size = 128 [ 0.395744] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.396697] NetLabel: unlabeled traffic allowed by default [ 0.397793] clocksource: Switched to clocksource kvm-clock [ 0.403375] AppArmor: AppArmor Filesystem Enabled [ 0.404343] pnp: PnP ACPI init [ 0.405268] pnp: PnP ACPI: found 5 devices [ 0.411302] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.412998] NET: Registered protocol family 2 [ 0.413984] TCP established hash table entries: 2048 (order: 2, 16384 bytes) [ 0.415269] TCP bind hash table entries: 2048 (order: 3, 32768 bytes) [ 0.416437] TCP: Hash tables configured (established 2048 bind 2048) [ 0.417600] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.418678] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.419852] NET: Registered protocol family 1 [ 0.420723] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.421817] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.422890] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.437293] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.451566] Trying to unpack rootfs image as initramfs... [ 0.503538] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000) [ 0.518128] Scanning for low memory corruption every 60 seconds [ 0.519805] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.521564] audit: initializing netlink subsys (disabled) [ 0.523122] audit: type=2000 audit(1536057288.751:1): initialized [ 0.525041] Initialise system trusted keyring [ 0.526394] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.528170] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.530777] zbud: loaded [ 0.531726] VFS: Disk quotas dquot_6.6.0 [ 0.532920] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.535124] fuse init (API version 7.23) [ 0.536393] Key type big_key registered [ 0.537570] Allocating IMA MOK and blacklist keyrings. [ 0.539179] Key type asymmetric registered [ 0.540420] Asymmetric key parser 'x509' registered [ 0.541844] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.543985] io scheduler noop registered [ 0.545173] io scheduler deadline registered (default) [ 0.546651] io scheduler cfq registered [ 0.547833] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.549373] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.551293] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.553474] ACPI: Power Button [PWRF] [ 0.554692] GHES: HEST is not enabled! [ 0.568692] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.596789] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.599019] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.624480] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.626766] Linux agpgart interface v0.103 [ 0.629242] brd: module loaded [ 0.630428] loop: module loaded [ 0.634426] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.635859] GPT:90111 != 20971519 [ 0.636540] GPT:Alternate GPT header not at the end of the disk. [ 0.637615] GPT:90111 != 20971519 [ 0.638300] GPT: Use GNU Parted to correct GPT errors. [ 0.639260] vda: vda1 vda15 [ 0.641177] scsi host0: ata_piix [ 0.642283] scsi host1: ata_piix [ 0.642985] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.644185] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.645607] libphy: Fixed MDIO Bus: probed [ 0.646428] tun: Universal TUN/TAP device driver, 1.6 [ 0.647370] tun: (C) 1999-2004 Max Krasnyansky [ 0.649569] PPP generic driver version 2.4.2 [ 0.650699] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.651881] ehci-pci: EHCI PCI platform driver [ 0.652747] ehci-platform: EHCI generic platform driver [ 0.653720] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.654841] ohci-pci: OHCI PCI platform driver [ 0.655712] ohci-platform: OHCI generic platform driver [ 0.656678] uhci_hcd: USB Universal Host Controller Interface driver [ 0.671332] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.672324] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.673753] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.674771] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.675872] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.677092] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.678516] usb usb1: Product: UHCI Host Controller [ 0.679444] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.680570] usb usb1: SerialNumber: 0000:00:01.2 [ 0.681596] hub 1-0:1.0: USB hub found [ 0.682380] hub 1-0:1.0: 2 ports detected [ 0.683285] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.685372] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.686322] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.687343] mousedev: PS/2 mouse device common for all mice [ 0.688590] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.690408] rtc_cmos 00:00: RTC can wake from S4 [ 0.691493] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.692676] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.693867] i2c /dev entries driver [ 0.694627] device-mapper: uevent: version 1.0.3 [ 0.695550] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.697149] ledtrig-cpu: registered to indicate activity on CPUs [ 0.698413] NET: Registered protocol family 10 [ 0.699409] NET: Registered protocol family 17 [ 0.700289] Key type dns_resolver registered [ 0.701194] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.702273] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.704026] registered taskstats version 1 [ 0.704845] Loading compiled-in X.509 certificates [ 0.706279] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.708108] zswap: loaded using pool lzo/zbud [ 0.709465] Key type trusted registered [ 0.711007] Key type encrypted registered [ 0.711834] AppArmor: AppArmor sha1 policy hashing enabled [ 0.712852] ima: No TPM chip found, activating TPM-bypass! [ 0.713890] evm: HMAC attrs: 0x1 [ 0.714830] Magic number: 2:407:577 [ 0.715671] rtc_cmos 00:00: setting system clock to 2018-09-04 10:34:48 UTC (1536057288) [ 0.717256] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.718359] EDD information not available. [ 0.802767] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.804301] Write protecting the kernel read-only data: 14336k [ 0.815963] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.817748] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.63 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.858595] 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.14 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 564598379 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.912 MHz processor [ 0.147613] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.149263] pid_max: default: 32768 minimum: 301 [ 0.150152] ACPI: Core revision 20150930 [ 0.151541] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.152842] Security Framework initialized [ 0.153652] Yama: becoming mindful. [ 0.154380] AppArmor: AppArmor initialized [ 0.155234] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.156517] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes) [ 0.157764] Mount-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.158949] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.160325] Initializing cgroup subsys io [ 0.161133] Initializing cgroup subsys memory [ 0.161983] Initializing cgroup subsys devices [ 0.162859] Initializing cgroup subsys freezer [ 0.163723] Initializing cgroup subsys net_cls [ 0.164581] Initializing cgroup subsys perf_event [ 0.165478] Initializing cgroup subsys net_prio [ 0.166349] Initializing cgroup subsys hugetlb [ 0.167213] Initializing cgroup subsys pids [ 0.168081] CPU: Physical Processor ID: 0 [ 0.169566] mce: CPU supports 10 MCE banks [ 0.170408] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.171405] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.182343] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.188960] ftrace: allocating 31920 entries in 125 pages [ 0.216304] smpboot: Max logical packages: 1 [ 0.217150] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.218490] x2apic enabled [ 0.219309] Switched APIC routing to physical x2apic. [ 0.221049] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.222161] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.224142] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.225913] KVM setup paravirtual spinlock [ 0.227247] x86: Booted up 1 node, 1 CPUs [ 0.228045] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.229425] devtmpfs: initialized [ 0.231126] evm: security.selinux [ 0.231817] evm: security.SMACK64 [ 0.232509] evm: security.SMACK64EXEC [ 0.233247] evm: security.SMACK64TRANSMUTE [ 0.234044] evm: security.SMACK64MMAP [ 0.234788] evm: security.ima [ 0.235426] evm: security.capability [ 0.236227] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.238066] pinctrl core: initialized pinctrl subsystem [ 0.239169] RTC time: 10:34:47, date: 09/04/18 [ 0.240124] NET: Registered protocol family 16 [ 0.241096] cpuidle: using governor ladder [ 0.241907] cpuidle: using governor menu [ 0.242690] PCCT header not found. [ 0.243443] ACPI: bus type PCI registered [ 0.244243] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.245481] PCI: Using configuration type 1 for base access [ 0.247239] ACPI: Added _OSI(Module Device) [ 0.248081] ACPI: Added _OSI(Processor Device) [ 0.248938] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.249832] ACPI: Added _OSI(Processor Aggregator Device) [ 0.251911] ACPI: Interpreter enabled [ 0.252697] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.254551] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.256401] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.258256] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.260103] ACPI: (supports S0 S5) [ 0.260808] ACPI: Using IOAPIC for interrupt routing [ 0.261914] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.265026] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.266184] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.267423] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.268620] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.270850] acpiphp: Slot [3] registered [ 0.271656] acpiphp: Slot [4] registered [ 0.272461] acpiphp: Slot [5] registered [ 0.273262] acpiphp: Slot [6] registered [ 0.274063] acpiphp: Slot [7] registered [ 0.274865] acpiphp: Slot [8] registered [ 0.275666] acpiphp: Slot [9] registered [ 0.276467] acpiphp: Slot [10] registered [ 0.277286] acpiphp: Slot [11] registered [ 0.278101] acpiphp: Slot [12] registered [ 0.278918] acpiphp: Slot [13] registered [ 0.279734] acpiphp: Slot [14] registered [ 0.280545] acpiphp: Slot [15] registered [ 0.291377] acpiphp: Slot [16] registered [ 0.292197] acpiphp: Slot [17] registered [ 0.293008] acpiphp: Slot [18] registered [ 0.293825] acpiphp: Slot [19] registered [ 0.294639] acpiphp: Slot [20] registered [ 0.295458] acpiphp: Slot [21] registered [ 0.296272] acpiphp: Slot [22] registered [ 0.297085] acpiphp: Slot [23] registered [ 0.297897] acpiphp: Slot [24] registered [ 0.298714] acpiphp: Slot [25] registered [ 0.299535] acpiphp: Slot [26] registered [ 0.300350] acpiphp: Slot [27] registered [ 0.301162] acpiphp: Slot [28] registered [ 0.301970] acpiphp: Slot [29] registered [ 0.302793] acpiphp: Slot [30] registered [ 0.303617] acpiphp: Slot [31] registered [ 0.304430] PCI host bridge to bus 0000:00 [ 0.305242] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.306455] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.307673] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.309127] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window] [ 0.310579] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.316673] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.317955] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.319138] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.320408] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.327319] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.328759] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.375173] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.376669] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.378088] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.379513] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.380906] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.382849] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.384022] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.385077] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.386618] vgaarb: loaded [ 0.387224] vgaarb: bridge control possible 0000:00:02.0 [ 0.388380] SCSI subsystem initialized [ 0.389217] ACPI: bus type USB registered [ 0.390032] usbcore: registered new interface driver usbfs [ 0.391073] usbcore: registered new interface driver hub [ 0.392078] usbcore: registered new device driver usb [ 0.393140] PCI: Using ACPI for IRQ routing [ 0.394175] NetLabel: Initializing [ 0.394889] NetLabel: domain hash size = 128 [ 0.395744] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.396697] NetLabel: unlabeled traffic allowed by default [ 0.397793] clocksource: Switched to clocksource kvm-clock [ 0.403375] AppArmor: AppArmor Filesystem Enabled [ 0.404343] pnp: PnP ACPI init [ 0.405268] pnp: PnP ACPI: found 5 devices [ 0.411302] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.412998] NET: Registered protocol family 2 [ 0.413984] TCP established hash table entries: 2048 (order: 2, 16384 bytes) [ 0.415269] TCP bind hash table entries: 2048 (order: 3, 32768 bytes) [ 0.416437] TCP: Hash tables configured (established 2048 bind 2048) [ 0.417600] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.418678] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.419852] NET: Registered protocol family 1 [ 0.420723] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.421817] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.422890] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.437293] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.451566] Trying to unpack rootfs image as initramfs... [ 0.503538] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000) [ 0.518128] Scanning for low memory corruption every 60 seconds [ 0.519805] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.521564] audit: initializing netlink subsys (disabled) [ 0.523122] audit: type=2000 audit(1536057288.751:1): initialized [ 0.525041] Initialise system trusted keyring [ 0.526394] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.528170] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.530777] zbud: loaded [ 0.531726] VFS: Disk quotas dquot_6.6.0 [ 0.532920] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.535124] fuse init (API version 7.23) [ 0.536393] Key type big_key registered [ 0.537570] Allocating IMA MOK and blacklist keyrings. [ 0.539179] Key type asymmetric registered [ 0.540420] Asymmetric key parser 'x509' registered [ 0.541844] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.543985] io scheduler noop registered [ 0.545173] io scheduler deadline registered (default) [ 0.546651] io scheduler cfq registered [ 0.547833] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.549373] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.551293] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.553474] ACPI: Power Button [PWRF] [ 0.554692] GHES: HEST is not enabled! [ 0.568692] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.596789] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.599019] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.624480] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.626766] Linux agpgart interface v0.103 [ 0.629242] brd: module loaded [ 0.630428] loop: module loaded [ 0.634426] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.635859] GPT:90111 != 20971519 [ 0.636540] GPT:Alternate GPT header not at the end of the disk. [ 0.637615] GPT:90111 != 20971519 [ 0.638300] GPT: Use GNU Parted to correct GPT errors. [ 0.639260] vda: vda1 vda15 [ 0.641177] scsi host0: ata_piix [ 0.642283] scsi host1: ata_piix [ 0.642985] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.644185] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.645607] libphy: Fixed MDIO Bus: probed [ 0.646428] tun: Universal TUN/TAP device driver, 1.6 [ 0.647370] tun: (C) 1999-2004 Max Krasnyansky [ 0.649569] PPP generic driver version 2.4.2 [ 0.650699] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.651881] ehci-pci: EHCI PCI platform driver [ 0.652747] ehci-platform: EHCI generic platform driver [ 0.653720] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.654841] ohci-pci: OHCI PCI platform driver [ 0.655712] ohci-platform: OHCI generic platform driver [ 0.656678] uhci_hcd: USB Universal Host Controller Interface driver [ 0.671332] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.672324] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.673753] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.674771] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.675872] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.677092] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.678516] usb usb1: Product: UHCI Host Controller [ 0.679444] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.680570] usb usb1: SerialNumber: 0000:00:01.2 [ 0.681596] hub 1-0:1.0: USB hub found [ 0.682380] hub 1-0:1.0: 2 ports detected [ 0.683285] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.685372] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.686322] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.687343] mousedev: PS/2 mouse device common for all mice [ 0.688590] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.690408] rtc_cmos 00:00: RTC can wake from S4 [ 0.691493] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.692676] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.693867] i2c /dev entries driver [ 0.694627] device-mapper: uevent: version 1.0.3 [ 0.695550] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.697149] ledtrig-cpu: registered to indicate activity on CPUs [ 0.698413] NET: Registered protocol family 10 [ 0.699409] NET: Registered protocol family 17 [ 0.700289] Key type dns_resolver registered [ 0.701194] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.702273] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.704026] registered taskstats version 1 [ 0.704845] Loading compiled-in X.509 certificates [ 0.706279] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.708108] zswap: loaded using pool lzo/zbud [ 0.709465] Key type trusted registered [ 0.711007] Key type encrypted registered [ 0.711834] AppArmor: AppArmor sha1 policy hashing enabled [ 0.712852] ima: No TPM chip found, activating TPM-bypass! [ 0.713890] evm: HMAC attrs: 0x1 [ 0.714830] Magic number: 2:407:577 [ 0.715671] rtc_cmos 00:00: setting system clock to 2018-09-04 10:34:48 UTC (1536057288) [ 0.717256] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.718359] EDD information not available. [ 0.802767] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.804301] Write protecting the kernel read-only data: 14336k [ 0.815963] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.817748] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.63 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.858595] 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.14 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 564598379 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.912 MHz processor [ 0.147613] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.149263] pid_max: default: 32768 minimum: 301 [ 0.150152] ACPI: Core revision 20150930 [ 0.151541] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.152842] Security Framework initialized [ 0.153652] Yama: becoming mindful. [ 0.154380] AppArmor: AppArmor initialized [ 0.155234] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.156517] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes) [ 0.157764] Mount-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.158949] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.160325] Initializing cgroup subsys io [ 0.161133] Initializing cgroup subsys memory [ 0.161983] Initializing cgroup subsys devices [ 0.162859] Initializing cgroup subsys freezer [ 0.163723] Initializing cgroup subsys net_cls [ 0.164581] Initializing cgroup subsys perf_event [ 0.165478] Initializing cgroup subsys net_prio [ 0.166349] Initializing cgroup subsys hugetlb [ 0.167213] Initializing cgroup subsys pids [ 0.168081] CPU: Physical Processor ID: 0 [ 0.169566] mce: CPU supports 10 MCE banks [ 0.170408] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.171405] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.182343] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.188960] ftrace: allocating 31920 entries in 125 pages [ 0.216304] smpboot: Max logical packages: 1 [ 0.217150] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.218490] x2apic enabled [ 0.219309] Switched APIC routing to physical x2apic. [ 0.221049] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.222161] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.224142] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.225913] KVM setup paravirtual spinlock [ 0.227247] x86: Booted up 1 node, 1 CPUs [ 0.228045] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.229425] devtmpfs: initialized [ 0.231126] evm: security.selinux [ 0.231817] evm: security.SMACK64 [ 0.232509] evm: security.SMACK64EXEC [ 0.233247] evm: security.SMACK64TRANSMUTE [ 0.234044] evm: security.SMACK64MMAP [ 0.234788] evm: security.ima [ 0.235426] evm: security.capability [ 0.236227] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.238066] pinctrl core: initialized pinctrl subsystem [ 0.239169] RTC time: 10:34:47, date: 09/04/18 [ 0.240124] NET: Registered protocol family 16 [ 0.241096] cpuidle: using governor ladder [ 0.241907] cpuidle: using governor menu [ 0.242690] PCCT header not found. [ 0.243443] ACPI: bus type PCI registered [ 0.244243] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.245481] PCI: Using configuration type 1 for base access [ 0.247239] ACPI: Added _OSI(Module Device) [ 0.248081] ACPI: Added _OSI(Processor Device) [ 0.248938] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.249832] ACPI: Added _OSI(Processor Aggregator Device) [ 0.251911] ACPI: Interpreter enabled [ 0.252697] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.254551] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.256401] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.258256] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.260103] ACPI: (supports S0 S5) [ 0.260808] ACPI: Using IOAPIC for interrupt routing [ 0.261914] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.265026] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.266184] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.267423] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.268620] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.270850] acpiphp: Slot [3] registered [ 0.271656] acpiphp: Slot [4] registered [ 0.272461] acpiphp: Slot [5] registered [ 0.273262] acpiphp: Slot [6] registered [ 0.274063] acpiphp: Slot [7] registered [ 0.274865] acpiphp: Slot [8] registered [ 0.275666] acpiphp: Slot [9] registered [ 0.276467] acpiphp: Slot [10] registered [ 0.277286] acpiphp: Slot [11] registered [ 0.278101] acpiphp: Slot [12] registered [ 0.278918] acpiphp: Slot [13] registered [ 0.279734] acpiphp: Slot [14] registered [ 0.280545] acpiphp: Slot [15] registered [ 0.291377] acpiphp: Slot [16] registered [ 0.292197] acpiphp: Slot [17] registered [ 0.293008] acpiphp: Slot [18] registered [ 0.293825] acpiphp: Slot [19] registered [ 0.294639] acpiphp: Slot [20] registered [ 0.295458] acpiphp: Slot [21] registered [ 0.296272] acpiphp: Slot [22] registered [ 0.297085] acpiphp: Slot [23] registered [ 0.297897] acpiphp: Slot [24] registered [ 0.298714] acpiphp: Slot [25] registered [ 0.299535] acpiphp: Slot [26] registered [ 0.300350] acpiphp: Slot [27] registered [ 0.301162] acpiphp: Slot [28] registered [ 0.301970] acpiphp: Slot [29] registered [ 0.302793] acpiphp: Slot [30] registered [ 0.303617] acpiphp: Slot [31] registered [ 0.304430] PCI host bridge to bus 0000:00 [ 0.305242] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.306455] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.307673] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.309127] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window] [ 0.310579] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.316673] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.317955] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.319138] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.320408] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.327319] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.328759] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.375173] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.376669] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.378088] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.379513] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.380906] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.382849] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.384022] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.385077] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.386618] vgaarb: loaded [ 0.387224] vgaarb: bridge control possible 0000:00:02.0 [ 0.388380] SCSI subsystem initialized [ 0.389217] ACPI: bus type USB registered [ 0.390032] usbcore: registered new interface driver usbfs [ 0.391073] usbcore: registered new interface driver hub [ 0.392078] usbcore: registered new device driver usb [ 0.393140] PCI: Using ACPI for IRQ routing [ 0.394175] NetLabel: Initializing [ 0.394889] NetLabel: domain hash size = 128 [ 0.395744] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.396697] NetLabel: unlabeled traffic allowed by default [ 0.397793] clocksource: Switched to clocksource kvm-clock [ 0.403375] AppArmor: AppArmor Filesystem Enabled [ 0.404343] pnp: PnP ACPI init [ 0.405268] pnp: PnP ACPI: found 5 devices [ 0.411302] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.412998] NET: Registered protocol family 2 [ 0.413984] TCP established hash table entries: 2048 (order: 2, 16384 bytes) [ 0.415269] TCP bind hash table entries: 2048 (order: 3, 32768 bytes) [ 0.416437] TCP: Hash tables configured (established 2048 bind 2048) [ 0.417600] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.418678] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.419852] NET: Registered protocol family 1 [ 0.420723] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.421817] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.422890] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.437293] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.451566] Trying to unpack rootfs image as initramfs... [ 0.503538] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000) [ 0.518128] Scanning for low memory corruption every 60 seconds [ 0.519805] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.521564] audit: initializing netlink subsys (disabled) [ 0.523122] audit: type=2000 audit(1536057288.751:1): initialized [ 0.525041] Initialise system trusted keyring [ 0.526394] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.528170] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.530777] zbud: loaded [ 0.531726] VFS: Disk quotas dquot_6.6.0 [ 0.532920] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.535124] fuse init (API version 7.23) [ 0.536393] Key type big_key registered [ 0.537570] Allocating IMA MOK and blacklist keyrings. [ 0.539179] Key type asymmetric registered [ 0.540420] Asymmetric key parser 'x509' registered [ 0.541844] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.543985] io scheduler noop registered [ 0.545173] io scheduler deadline registered (default) [ 0.546651] io scheduler cfq registered [ 0.547833] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.549373] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.551293] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.553474] ACPI: Power Button [PWRF] [ 0.554692] GHES: HEST is not enabled! [ 0.568692] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.596789] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.599019] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.624480] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.626766] Linux agpgart interface v0.103 [ 0.629242] brd: module loaded [ 0.630428] loop: module loaded [ 0.634426] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.635859] GPT:90111 != 20971519 [ 0.636540] GPT:Alternate GPT header not at the end of the disk. [ 0.637615] GPT:90111 != 20971519 [ 0.638300] GPT: Use GNU Parted to correct GPT errors. [ 0.639260] vda: vda1 vda15 [ 0.641177] scsi host0: ata_piix [ 0.642283] scsi host1: ata_piix [ 0.642985] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.644185] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.645607] libphy: Fixed MDIO Bus: probed [ 0.646428] tun: Universal TUN/TAP device driver, 1.6 [ 0.647370] tun: (C) 1999-2004 Max Krasnyansky [ 0.649569] PPP generic driver version 2.4.2 [ 0.650699] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.651881] ehci-pci: EHCI PCI platform driver [ 0.652747] ehci-platform: EHCI generic platform driver [ 0.653720] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.654841] ohci-pci: OHCI PCI platform driver [ 0.655712] ohci-platform: OHCI generic platform driver [ 0.656678] uhci_hcd: USB Universal Host Controller Interface driver [ 0.671332] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.672324] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.673753] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.674771] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.675872] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.677092] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.678516] usb usb1: Product: UHCI Host Controller [ 0.679444] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.680570] usb usb1: SerialNumber: 0000:00:01.2 [ 0.681596] hub 1-0:1.0: USB hub found [ 0.682380] hub 1-0:1.0: 2 ports detected [ 0.683285] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.685372] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.686322] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.687343] mousedev: PS/2 mouse device common for all mice [ 0.688590] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.690408] rtc_cmos 00:00: RTC can wake from S4 [ 0.691493] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.692676] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.693867] i2c /dev entries driver [ 0.694627] device-mapper: uevent: version 1.0.3 [ 0.695550] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.697149] ledtrig-cpu: registered to indicate activity on CPUs [ 0.698413] NET: Registered protocol family 10 [ 0.699409] NET: Registered protocol family 17 [ 0.700289] Key type dns_resolver registered [ 0.701194] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.702273] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.704026] registered taskstats version 1 [ 0.704845] Loading compiled-in X.509 certificates [ 0.706279] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.708108] zswap: loaded using pool lzo/zbud [ 0.709465] Key type trusted registered [ 0.711007] Key type encrypted registered [ 0.711834] AppArmor: AppArmor sha1 policy hashing enabled [ 0.712852] ima: No TPM chip found, activating TPM-bypass! [ 0.713890] evm: HMAC attrs: 0x1 [ 0.714830] Magic number: 2:407:577 [ 0.715671] rtc_cmos 00:00: setting system clock to 2018-09-04 10:34:48 UTC (1536057288) [ 0.717256] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.718359] EDD information not available. [ 0.802767] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.804301] Write protecting the kernel read-only data: 14336k [ 0.815963] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.817748] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.63 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.858595] 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.14 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 564598379 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.912 MHz processor [ 0.147613] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.149263] pid_max: default: 32768 minimum: 301 [ 0.150152] ACPI: Core revision 20150930 [ 0.151541] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.152842] Security Framework initialized [ 0.153652] Yama: becoming mindful. [ 0.154380] AppArmor: AppArmor initialized [ 0.155234] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.156517] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes) [ 0.157764] Mount-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.158949] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.160325] Initializing cgroup subsys io [ 0.161133] Initializing cgroup subsys memory [ 0.161983] Initializing cgroup subsys devices [ 0.162859] Initializing cgroup subsys freezer [ 0.163723] Initializing cgroup subsys net_cls [ 0.164581] Initializing cgroup subsys perf_event [ 0.165478] Initializing cgroup subsys net_prio [ 0.166349] Initializing cgroup subsys hugetlb [ 0.167213] Initializing cgroup subsys pids [ 0.168081] CPU: Physical Processor ID: 0 [ 0.169566] mce: CPU supports 10 MCE banks [ 0.170408] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.171405] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.182343] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.188960] ftrace: allocating 31920 entries in 125 pages [ 0.216304] smpboot: Max logical packages: 1 [ 0.217150] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.218490] x2apic enabled [ 0.219309] Switched APIC routing to physical x2apic. [ 0.221049] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.222161] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.224142] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.225913] KVM setup paravirtual spinlock [ 0.227247] x86: Booted up 1 node, 1 CPUs [ 0.228045] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.229425] devtmpfs: initialized [ 0.231126] evm: security.selinux [ 0.231817] evm: security.SMACK64 [ 0.232509] evm: security.SMACK64EXEC [ 0.233247] evm: security.SMACK64TRANSMUTE [ 0.234044] evm: security.SMACK64MMAP [ 0.234788] evm: security.ima [ 0.235426] evm: security.capability [ 0.236227] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.238066] pinctrl core: initialized pinctrl subsystem [ 0.239169] RTC time: 10:34:47, date: 09/04/18 [ 0.240124] NET: Registered protocol family 16 [ 0.241096] cpuidle: using governor ladder [ 0.241907] cpuidle: using governor menu [ 0.242690] PCCT header not found. [ 0.243443] ACPI: bus type PCI registered [ 0.244243] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.245481] PCI: Using configuration type 1 for base access [ 0.247239] ACPI: Added _OSI(Module Device) [ 0.248081] ACPI: Added _OSI(Processor Device) [ 0.248938] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.249832] ACPI: Added _OSI(Processor Aggregator Device) [ 0.251911] ACPI: Interpreter enabled [ 0.252697] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.254551] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.256401] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.258256] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.260103] ACPI: (supports S0 S5) [ 0.260808] ACPI: Using IOAPIC for interrupt routing [ 0.261914] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.265026] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.266184] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.267423] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.268620] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.270850] acpiphp: Slot [3] registered [ 0.271656] acpiphp: Slot [4] registered [ 0.272461] acpiphp: Slot [5] registered [ 0.273262] acpiphp: Slot [6] registered [ 0.274063] acpiphp: Slot [7] registered [ 0.274865] acpiphp: Slot [8] registered [ 0.275666] acpiphp: Slot [9] registered [ 0.276467] acpiphp: Slot [10] registered [ 0.277286] acpiphp: Slot [11] registered [ 0.278101] acpiphp: Slot [12] registered [ 0.278918] acpiphp: Slot [13] registered [ 0.279734] acpiphp: Slot [14] registered [ 0.280545] acpiphp: Slot [15] registered [ 0.291377] acpiphp: Slot [16] registered [ 0.292197] acpiphp: Slot [17] registered [ 0.293008] acpiphp: Slot [18] registered [ 0.293825] acpiphp: Slot [19] registered [ 0.294639] acpiphp: Slot [20] registered [ 0.295458] acpiphp: Slot [21] registered [ 0.296272] acpiphp: Slot [22] registered [ 0.297085] acpiphp: Slot [23] registered [ 0.297897] acpiphp: Slot [24] registered [ 0.298714] acpiphp: Slot [25] registered [ 0.299535] acpiphp: Slot [26] registered [ 0.300350] acpiphp: Slot [27] registered [ 0.301162] acpiphp: Slot [28] registered [ 0.301970] acpiphp: Slot [29] registered [ 0.302793] acpiphp: Slot [30] registered [ 0.303617] acpiphp: Slot [31] registered [ 0.304430] PCI host bridge to bus 0000:00 [ 0.305242] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.306455] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.307673] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.309127] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window] [ 0.310579] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.316673] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.317955] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.319138] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.320408] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.327319] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.328759] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.375173] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.376669] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.378088] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.379513] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.380906] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.382849] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.384022] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.385077] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.386618] vgaarb: loaded [ 0.387224] vgaarb: bridge control possible 0000:00:02.0 [ 0.388380] SCSI subsystem initialized [ 0.389217] ACPI: bus type USB registered [ 0.390032] usbcore: registered new interface driver usbfs [ 0.391073] usbcore: registered new interface driver hub [ 0.392078] usbcore: registered new device driver usb [ 0.393140] PCI: Using ACPI for IRQ routing [ 0.394175] NetLabel: Initializing [ 0.394889] NetLabel: domain hash size = 128 [ 0.395744] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.396697] NetLabel: unlabeled traffic allowed by default [ 0.397793] clocksource: Switched to clocksource kvm-clock [ 0.403375] AppArmor: AppArmor Filesystem Enabled [ 0.404343] pnp: PnP ACPI init [ 0.405268] pnp: PnP ACPI: found 5 devices [ 0.411302] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.412998] NET: Registered protocol family 2 [ 0.413984] TCP established hash table entries: 2048 (order: 2, 16384 bytes) [ 0.415269] TCP bind hash table entries: 2048 (order: 3, 32768 bytes) [ 0.416437] TCP: Hash tables configured (established 2048 bind 2048) [ 0.417600] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.418678] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.419852] NET: Registered protocol family 1 [ 0.420723] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.421817] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.422890] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.437293] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.451566] Trying to unpack rootfs image as initramfs... [ 0.503538] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000) [ 0.518128] Scanning for low memory corruption every 60 seconds [ 0.519805] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.521564] audit: initializing netlink subsys (disabled) [ 0.523122] audit: type=2000 audit(1536057288.751:1): initialized [ 0.525041] Initialise system trusted keyring [ 0.526394] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.528170] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.530777] zbud: loaded [ 0.531726] VFS: Disk quotas dquot_6.6.0 [ 0.532920] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.535124] fuse init (API version 7.23) [ 0.536393] Key type big_key registered [ 0.537570] Allocating IMA MOK and blacklist keyrings. [ 0.539179] Key type asymmetric registered [ 0.540420] Asymmetric key parser 'x509' registered [ 0.541844] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.543985] io scheduler noop registered [ 0.545173] io scheduler deadline registered (default) [ 0.546651] io scheduler cfq registered [ 0.547833] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.549373] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.551293] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.553474] ACPI: Power Button [PWRF] [ 0.554692] GHES: HEST is not enabled! [ 0.568692] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.596789] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.599019] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.624480] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.626766] Linux agpgart interface v0.103 [ 0.629242] brd: module loaded [ 0.630428] loop: module loaded [ 0.634426] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.635859] GPT:90111 != 20971519 [ 0.636540] GPT:Alternate GPT header not at the end of the disk. [ 0.637615] GPT:90111 != 20971519 [ 0.638300] GPT: Use GNU Parted to correct GPT errors. [ 0.639260] vda: vda1 vda15 [ 0.641177] scsi host0: ata_piix [ 0.642283] scsi host1: ata_piix [ 0.642985] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.644185] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.645607] libphy: Fixed MDIO Bus: probed [ 0.646428] tun: Universal TUN/TAP device driver, 1.6 [ 0.647370] tun: (C) 1999-2004 Max Krasnyansky [ 0.649569] PPP generic driver version 2.4.2 [ 0.650699] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.651881] ehci-pci: EHCI PCI platform driver [ 0.652747] ehci-platform: EHCI generic platform driver [ 0.653720] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.654841] ohci-pci: OHCI PCI platform driver [ 0.655712] ohci-platform: OHCI generic platform driver [ 0.656678] uhci_hcd: USB Universal Host Controller Interface driver [ 0.671332] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.672324] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.673753] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.674771] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.675872] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.677092] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.678516] usb usb1: Product: UHCI Host Controller [ 0.679444] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.680570] usb usb1: SerialNumber: 0000:00:01.2 [ 0.681596] hub 1-0:1.0: USB hub found [ 0.682380] hub 1-0:1.0: 2 ports detected [ 0.683285] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.685372] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.686322] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.687343] mousedev: PS/2 mouse device common for all mice [ 0.688590] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.690408] rtc_cmos 00:00: RTC can wake from S4 [ 0.691493] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.692676] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.693867] i2c /dev entries driver [ 0.694627] device-mapper: uevent: version 1.0.3 [ 0.695550] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.697149] ledtrig-cpu: registered to indicate activity on CPUs [ 0.698413] NET: Registered protocol family 10 [ 0.699409] NET: Registered protocol family 17 [ 0.700289] Key type dns_resolver registered [ 0.701194] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.702273] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.704026] registered taskstats version 1 [ 0.704845] Loading compiled-in X.509 certificates [ 0.706279] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.708108] zswap: loaded using pool lzo/zbud [ 0.709465] Key type trusted registered [ 0.711007] Key type encrypted registered [ 0.711834] AppArmor: AppArmor sha1 policy hashing enabled [ 0.712852] ima: No TPM chip found, activating TPM-bypass! [ 0.713890] evm: HMAC attrs: 0x1 [ 0.714830] Magic number: 2:407:577 [ 0.715671] rtc_cmos 00:00: setting system clock to 2018-09-04 10:34:48 UTC (1536057288) [ 0.717256] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.718359] EDD information not available. [ 0.802767] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.804301] Write protecting the kernel read-only data: 14336k [ 0.815963] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.817748] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.63 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.858595] 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.14 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 564598379 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.912 MHz processor [ 0.147613] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.149263] pid_max: default: 32768 minimum: 301 [ 0.150152] ACPI: Core revision 20150930 [ 0.151541] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.152842] Security Framework initialized [ 0.153652] Yama: becoming mindful. [ 0.154380] AppArmor: AppArmor initialized [ 0.155234] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.156517] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes) [ 0.157764] Mount-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.158949] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.160325] Initializing cgroup subsys io [ 0.161133] Initializing cgroup subsys memory [ 0.161983] Initializing cgroup subsys devices [ 0.162859] Initializing cgroup subsys freezer [ 0.163723] Initializing cgroup subsys net_cls [ 0.164581] Initializing cgroup subsys perf_event [ 0.165478] Initializing cgroup subsys net_prio [ 0.166349] Initializing cgroup subsys hugetlb [ 0.167213] Initializing cgroup subsys pids [ 0.168081] CPU: Physical Processor ID: 0 [ 0.169566] mce: CPU supports 10 MCE banks [ 0.170408] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.171405] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.182343] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.188960] ftrace: allocating 31920 entries in 125 pages [ 0.216304] smpboot: Max logical packages: 1 [ 0.217150] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.218490] x2apic enabled [ 0.219309] Switched APIC routing to physical x2apic. [ 0.221049] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.222161] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.224142] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.225913] KVM setup paravirtual spinlock [ 0.227247] x86: Booted up 1 node, 1 CPUs [ 0.228045] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.229425] devtmpfs: initialized [ 0.231126] evm: security.selinux [ 0.231817] evm: security.SMACK64 [ 0.232509] evm: security.SMACK64EXEC [ 0.233247] evm: security.SMACK64TRANSMUTE [ 0.234044] evm: security.SMACK64MMAP [ 0.234788] evm: security.ima [ 0.235426] evm: security.capability [ 0.236227] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.238066] pinctrl core: initialized pinctrl subsystem [ 0.239169] RTC time: 10:34:47, date: 09/04/18 [ 0.240124] NET: Registered protocol family 16 [ 0.241096] cpuidle: using governor ladder [ 0.241907] cpuidle: using governor menu [ 0.242690] PCCT header not found. [ 0.243443] ACPI: bus type PCI registered [ 0.244243] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.245481] PCI: Using configuration type 1 for base access [ 0.247239] ACPI: Added _OSI(Module Device) [ 0.248081] ACPI: Added _OSI(Processor Device) [ 0.248938] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.249832] ACPI: Added _OSI(Processor Aggregator Device) [ 0.251911] ACPI: Interpreter enabled [ 0.252697] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.254551] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.256401] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.258256] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.260103] ACPI: (supports S0 S5) [ 0.260808] ACPI: Using IOAPIC for interrupt routing [ 0.261914] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.265026] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.266184] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.267423] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.268620] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.270850] acpiphp: Slot [3] registered [ 0.271656] acpiphp: Slot [4] registered [ 0.272461] acpiphp: Slot [5] registered [ 0.273262] acpiphp: Slot [6] registered [ 0.274063] acpiphp: Slot [7] registered [ 0.274865] acpiphp: Slot [8] registered [ 0.275666] acpiphp: Slot [9] registered [ 0.276467] acpiphp: Slot [10] registered [ 0.277286] acpiphp: Slot [11] registered [ 0.278101] acpiphp: Slot [12] registered [ 0.278918] acpiphp: Slot [13] registered [ 0.279734] acpiphp: Slot [14] registered [ 0.280545] acpiphp: Slot [15] registered [ 0.291377] acpiphp: Slot [16] registered [ 0.292197] acpiphp: Slot [17] registered [ 0.293008] acpiphp: Slot [18] registered [ 0.293825] acpiphp: Slot [19] registered [ 0.294639] acpiphp: Slot [20] registered [ 0.295458] acpiphp: Slot [21] registered [ 0.296272] acpiphp: Slot [22] registered [ 0.297085] acpiphp: Slot [23] registered [ 0.297897] acpiphp: Slot [24] registered [ 0.298714] acpiphp: Slot [25] registered [ 0.299535] acpiphp: Slot [26] registered [ 0.300350] acpiphp: Slot [27] registered [ 0.301162] acpiphp: Slot [28] registered [ 0.301970] acpiphp: Slot [29] registered [ 0.302793] acpiphp: Slot [30] registered [ 0.303617] acpiphp: Slot [31] registered [ 0.304430] PCI host bridge to bus 0000:00 [ 0.305242] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.306455] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.307673] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.309127] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window] [ 0.310579] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.316673] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.317955] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.319138] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.320408] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.327319] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.328759] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.375173] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.376669] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.378088] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.379513] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.380906] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.382849] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.384022] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.385077] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.386618] vgaarb: loaded [ 0.387224] vgaarb: bridge control possible 0000:00:02.0 [ 0.388380] SCSI subsystem initialized [ 0.389217] ACPI: bus type USB registered [ 0.390032] usbcore: registered new interface driver usbfs [ 0.391073] usbcore: registered new interface driver hub [ 0.392078] usbcore: registered new device driver usb [ 0.393140] PCI: Using ACPI for IRQ routing [ 0.394175] NetLabel: Initializing [ 0.394889] NetLabel: domain hash size = 128 [ 0.395744] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.396697] NetLabel: unlabeled traffic allowed by default [ 0.397793] clocksource: Switched to clocksource kvm-clock [ 0.403375] AppArmor: AppArmor Filesystem Enabled [ 0.404343] pnp: PnP ACPI init [ 0.405268] pnp: PnP ACPI: found 5 devices [ 0.411302] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.412998] NET: Registered protocol family 2 [ 0.413984] TCP established hash table entries: 2048 (order: 2, 16384 bytes) [ 0.415269] TCP bind hash table entries: 2048 (order: 3, 32768 bytes) [ 0.416437] TCP: Hash tables configured (established 2048 bind 2048) [ 0.417600] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.418678] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.419852] NET: Registered protocol family 1 [ 0.420723] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.421817] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.422890] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.437293] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.451566] Trying to unpack rootfs image as initramfs... [ 0.503538] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000) [ 0.518128] Scanning for low memory corruption every 60 seconds [ 0.519805] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.521564] audit: initializing netlink subsys (disabled) [ 0.523122] audit: type=2000 audit(1536057288.751:1): initialized [ 0.525041] Initialise system trusted keyring [ 0.526394] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.528170] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.530777] zbud: loaded [ 0.531726] VFS: Disk quotas dquot_6.6.0 [ 0.532920] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.535124] fuse init (API version 7.23) [ 0.536393] Key type big_key registered [ 0.537570] Allocating IMA MOK and blacklist keyrings. [ 0.539179] Key type asymmetric registered [ 0.540420] Asymmetric key parser 'x509' registered [ 0.541844] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.543985] io scheduler noop registered [ 0.545173] io scheduler deadline registered (default) [ 0.546651] io scheduler cfq registered [ 0.547833] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.549373] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.551293] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.553474] ACPI: Power Button [PWRF] [ 0.554692] GHES: HEST is not enabled! [ 0.568692] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.596789] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.599019] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.624480] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.626766] Linux agpgart interface v0.103 [ 0.629242] brd: module loaded [ 0.630428] loop: module loaded [ 0.634426] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.635859] GPT:90111 != 20971519 [ 0.636540] GPT:Alternate GPT header not at the end of the disk. [ 0.637615] GPT:90111 != 20971519 [ 0.638300] GPT: Use GNU Parted to correct GPT errors. [ 0.639260] vda: vda1 vda15 [ 0.641177] scsi host0: ata_piix [ 0.642283] scsi host1: ata_piix [ 0.642985] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.644185] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.645607] libphy: Fixed MDIO Bus: probed [ 0.646428] tun: Universal TUN/TAP device driver, 1.6 [ 0.647370] tun: (C) 1999-2004 Max Krasnyansky [ 0.649569] PPP generic driver version 2.4.2 [ 0.650699] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.651881] ehci-pci: EHCI PCI platform driver [ 0.652747] ehci-platform: EHCI generic platform driver [ 0.653720] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.654841] ohci-pci: OHCI PCI platform driver [ 0.655712] ohci-platform: OHCI generic platform driver [ 0.656678] uhci_hcd: USB Universal Host Controller Interface driver [ 0.671332] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.672324] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.673753] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.674771] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.675872] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.677092] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.678516] usb usb1: Product: UHCI Host Controller [ 0.679444] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.680570] usb usb1: SerialNumber: 0000:00:01.2 [ 0.681596] hub 1-0:1.0: USB hub found [ 0.682380] hub 1-0:1.0: 2 ports detected [ 0.683285] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.685372] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.686322] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.687343] mousedev: PS/2 mouse device common for all mice [ 0.688590] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.690408] rtc_cmos 00:00: RTC can wake from S4 [ 0.691493] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.692676] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.693867] i2c /dev entries driver [ 0.694627] device-mapper: uevent: version 1.0.3 [ 0.695550] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.697149] ledtrig-cpu: registered to indicate activity on CPUs [ 0.698413] NET: Registered protocol family 10 [ 0.699409] NET: Registered protocol family 17 [ 0.700289] Key type dns_resolver registered [ 0.701194] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.702273] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.704026] registered taskstats version 1 [ 0.704845] Loading compiled-in X.509 certificates [ 0.706279] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.708108] zswap: loaded using pool lzo/zbud [ 0.709465] Key type trusted registered [ 0.711007] Key type encrypted registered [ 0.711834] AppArmor: AppArmor sha1 policy hashing enabled [ 0.712852] ima: No TPM chip found, activating TPM-bypass! [ 0.713890] evm: HMAC attrs: 0x1 [ 0.714830] Magic number: 2:407:577 [ 0.715671] rtc_cmos 00:00: setting system clock to 2018-09-04 10:34:48 UTC (1536057288) [ 0.717256] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.718359] EDD information not available. [ 0.802767] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.804301] Write protecting the kernel read-only data: 14336k [ 0.815963] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.817748] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.63 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.858595] 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.14 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 564598379 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.912 MHz processor [ 0.147613] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.149263] pid_max: default: 32768 minimum: 301 [ 0.150152] ACPI: Core revision 20150930 [ 0.151541] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.152842] Security Framework initialized [ 0.153652] Yama: becoming mindful. [ 0.154380] AppArmor: AppArmor initialized [ 0.155234] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.156517] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes) [ 0.157764] Mount-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.158949] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.160325] Initializing cgroup subsys io [ 0.161133] Initializing cgroup subsys memory [ 0.161983] Initializing cgroup subsys devices [ 0.162859] Initializing cgroup subsys freezer [ 0.163723] Initializing cgroup subsys net_cls [ 0.164581] Initializing cgroup subsys perf_event [ 0.165478] Initializing cgroup subsys net_prio [ 0.166349] Initializing cgroup subsys hugetlb [ 0.167213] Initializing cgroup subsys pids [ 0.168081] CPU: Physical Processor ID: 0 [ 0.169566] mce: CPU supports 10 MCE banks [ 0.170408] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.171405] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.182343] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.188960] ftrace: allocating 31920 entries in 125 pages [ 0.216304] smpboot: Max logical packages: 1 [ 0.217150] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.218490] x2apic enabled [ 0.219309] Switched APIC routing to physical x2apic. [ 0.221049] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.222161] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.224142] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.225913] KVM setup paravirtual spinlock [ 0.227247] x86: Booted up 1 node, 1 CPUs [ 0.228045] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.229425] devtmpfs: initialized [ 0.231126] evm: security.selinux [ 0.231817] evm: security.SMACK64 [ 0.232509] evm: security.SMACK64EXEC [ 0.233247] evm: security.SMACK64TRANSMUTE [ 0.234044] evm: security.SMACK64MMAP [ 0.234788] evm: security.ima [ 0.235426] evm: security.capability [ 0.236227] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.238066] pinctrl core: initialized pinctrl subsystem [ 0.239169] RTC time: 10:34:47, date: 09/04/18 [ 0.240124] NET: Registered protocol family 16 [ 0.241096] cpuidle: using governor ladder [ 0.241907] cpuidle: using governor menu [ 0.242690] PCCT header not found. [ 0.243443] ACPI: bus type PCI registered [ 0.244243] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.245481] PCI: Using configuration type 1 for base access [ 0.247239] ACPI: Added _OSI(Module Device) [ 0.248081] ACPI: Added _OSI(Processor Device) [ 0.248938] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.249832] ACPI: Added _OSI(Processor Aggregator Device) [ 0.251911] ACPI: Interpreter enabled [ 0.252697] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.254551] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.256401] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.258256] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.260103] ACPI: (supports S0 S5) [ 0.260808] ACPI: Using IOAPIC for interrupt routing [ 0.261914] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.265026] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.266184] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.267423] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.268620] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.270850] acpiphp: Slot [3] registered [ 0.271656] acpiphp: Slot [4] registered [ 0.272461] acpiphp: Slot [5] registered [ 0.273262] acpiphp: Slot [6] registered [ 0.274063] acpiphp: Slot [7] registered [ 0.274865] acpiphp: Slot [8] registered [ 0.275666] acpiphp: Slot [9] registered [ 0.276467] acpiphp: Slot [10] registered [ 0.277286] acpiphp: Slot [11] registered [ 0.278101] acpiphp: Slot [12] registered [ 0.278918] acpiphp: Slot [13] registered [ 0.279734] acpiphp: Slot [14] registered [ 0.280545] acpiphp: Slot [15] registered [ 0.291377] acpiphp: Slot [16] registered [ 0.292197] acpiphp: Slot [17] registered [ 0.293008] acpiphp: Slot [18] registered [ 0.293825] acpiphp: Slot [19] registered [ 0.294639] acpiphp: Slot [20] registered [ 0.295458] acpiphp: Slot [21] registered [ 0.296272] acpiphp: Slot [22] registered [ 0.297085] acpiphp: Slot [23] registered [ 0.297897] acpiphp: Slot [24] registered [ 0.298714] acpiphp: Slot [25] registered [ 0.299535] acpiphp: Slot [26] registered [ 0.300350] acpiphp: Slot [27] registered [ 0.301162] acpiphp: Slot [28] registered [ 0.301970] acpiphp: Slot [29] registered [ 0.302793] acpiphp: Slot [30] registered [ 0.303617] acpiphp: Slot [31] registered [ 0.304430] PCI host bridge to bus 0000:00 [ 0.305242] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.306455] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.307673] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.309127] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window] [ 0.310579] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.316673] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.317955] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.319138] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.320408] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.327319] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.328759] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.375173] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.376669] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.378088] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.379513] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.380906] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.382849] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.384022] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.385077] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.386618] vgaarb: loaded [ 0.387224] vgaarb: bridge control possible 0000:00:02.0 [ 0.388380] SCSI subsystem initialized [ 0.389217] ACPI: bus type USB registered [ 0.390032] usbcore: registered new interface driver usbfs [ 0.391073] usbcore: registered new interface driver hub [ 0.392078] usbcore: registered new device driver usb [ 0.393140] PCI: Using ACPI for IRQ routing [ 0.394175] NetLabel: Initializing [ 0.394889] NetLabel: domain hash size = 128 [ 0.395744] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.396697] NetLabel: unlabeled traffic allowed by default [ 0.397793] clocksource: Switched to clocksource kvm-clock [ 0.403375] AppArmor: AppArmor Filesystem Enabled [ 0.404343] pnp: PnP ACPI init [ 0.405268] pnp: PnP ACPI: found 5 devices [ 0.411302] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.412998] NET: Registered protocol family 2 [ 0.413984] TCP established hash table entries: 2048 (order: 2, 16384 bytes) [ 0.415269] TCP bind hash table entries: 2048 (order: 3, 32768 bytes) [ 0.416437] TCP: Hash tables configured (established 2048 bind 2048) [ 0.417600] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.418678] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.419852] NET: Registered protocol family 1 [ 0.420723] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.421817] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.422890] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.437293] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.451566] Trying to unpack rootfs image as initramfs... [ 0.503538] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000) [ 0.518128] Scanning for low memory corruption every 60 seconds [ 0.519805] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.521564] audit: initializing netlink subsys (disabled) [ 0.523122] audit: type=2000 audit(1536057288.751:1): initialized [ 0.525041] Initialise system trusted keyring [ 0.526394] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.528170] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.530777] zbud: loaded [ 0.531726] VFS: Disk quotas dquot_6.6.0 [ 0.532920] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.535124] fuse init (API version 7.23) [ 0.536393] Key type big_key registered [ 0.537570] Allocating IMA MOK and blacklist keyrings. [ 0.539179] Key type asymmetric registered [ 0.540420] Asymmetric key parser 'x509' registered [ 0.541844] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.543985] io scheduler noop registered [ 0.545173] io scheduler deadline registered (default) [ 0.546651] io scheduler cfq registered [ 0.547833] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.549373] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.551293] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.553474] ACPI: Power Button [PWRF] [ 0.554692] GHES: HEST is not enabled! [ 0.568692] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.596789] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.599019] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.624480] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.626766] Linux agpgart interface v0.103 [ 0.629242] brd: module loaded [ 0.630428] loop: module loaded [ 0.634426] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.635859] GPT:90111 != 20971519 [ 0.636540] GPT:Alternate GPT header not at the end of the disk. [ 0.637615] GPT:90111 != 20971519 [ 0.638300] GPT: Use GNU Parted to correct GPT errors. [ 0.639260] vda: vda1 vda15 [ 0.641177] scsi host0: ata_piix [ 0.642283] scsi host1: ata_piix [ 0.642985] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.644185] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.645607] libphy: Fixed MDIO Bus: probed [ 0.646428] tun: Universal TUN/TAP device driver, 1.6 [ 0.647370] tun: (C) 1999-2004 Max Krasnyansky [ 0.649569] PPP generic driver version 2.4.2 [ 0.650699] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.651881] ehci-pci: EHCI PCI platform driver [ 0.652747] ehci-platform: EHCI generic platform driver [ 0.653720] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.654841] ohci-pci: OHCI PCI platform driver [ 0.655712] ohci-platform: OHCI generic platform driver [ 0.656678] uhci_hcd: USB Universal Host Controller Interface driver [ 0.671332] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.672324] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.673753] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.674771] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.675872] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.677092] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.678516] usb usb1: Product: UHCI Host Controller [ 0.679444] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.680570] usb usb1: SerialNumber: 0000:00:01.2 [ 0.681596] hub 1-0:1.0: USB hub found [ 0.682380] hub 1-0:1.0: 2 ports detected [ 0.683285] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.685372] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.686322] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.687343] mousedev: PS/2 mouse device common for all mice [ 0.688590] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.690408] rtc_cmos 00:00: RTC can wake from S4 [ 0.691493] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.692676] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.693867] i2c /dev entries driver [ 0.694627] device-mapper: uevent: version 1.0.3 [ 0.695550] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.697149] ledtrig-cpu: registered to indicate activity on CPUs [ 0.698413] NET: Registered protocol family 10 [ 0.699409] NET: Registered protocol family 17 [ 0.700289] Key type dns_resolver registered [ 0.701194] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.702273] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.704026] registered taskstats version 1 [ 0.704845] Loading compiled-in X.509 certificates [ 0.706279] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.708108] zswap: loaded using pool lzo/zbud [ 0.709465] Key type trusted registered [ 0.711007] Key type encrypted registered [ 0.711834] AppArmor: AppArmor sha1 policy hashing enabled [ 0.712852] ima: No TPM chip found, activating TPM-bypass! [ 0.713890] evm: HMAC attrs: 0x1 [ 0.714830] Magic number: 2:407:577 [ 0.715671] rtc_cmos 00:00: setting system clock to 2018-09-04 10:34:48 UTC (1536057288) [ 0.717256] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.718359] EDD information not available. [ 0.802767] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.804301] Write protecting the kernel read-only data: 14336k [ 0.815963] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.817748] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.63 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.858595] 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.14 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 564598379 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.912 MHz processor [ 0.147613] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.149263] pid_max: default: 32768 minimum: 301 [ 0.150152] ACPI: Core revision 20150930 [ 0.151541] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.152842] Security Framework initialized [ 0.153652] Yama: becoming mindful. [ 0.154380] AppArmor: AppArmor initialized [ 0.155234] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.156517] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes) [ 0.157764] Mount-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.158949] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.160325] Initializing cgroup subsys io [ 0.161133] Initializing cgroup subsys memory [ 0.161983] Initializing cgroup subsys devices [ 0.162859] Initializing cgroup subsys freezer [ 0.163723] Initializing cgroup subsys net_cls [ 0.164581] Initializing cgroup subsys perf_event [ 0.165478] Initializing cgroup subsys net_prio [ 0.166349] Initializing cgroup subsys hugetlb [ 0.167213] Initializing cgroup subsys pids [ 0.168081] CPU: Physical Processor ID: 0 [ 0.169566] mce: CPU supports 10 MCE banks [ 0.170408] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.171405] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.182343] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.188960] ftrace: allocating 31920 entries in 125 pages [ 0.216304] smpboot: Max logical packages: 1 [ 0.217150] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.218490] x2apic enabled [ 0.219309] Switched APIC routing to physical x2apic. [ 0.221049] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.222161] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.224142] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.225913] KVM setup paravirtual spinlock [ 0.227247] x86: Booted up 1 node, 1 CPUs [ 0.228045] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.229425] devtmpfs: initialized [ 0.231126] evm: security.selinux [ 0.231817] evm: security.SMACK64 [ 0.232509] evm: security.SMACK64EXEC [ 0.233247] evm: security.SMACK64TRANSMUTE [ 0.234044] evm: security.SMACK64MMAP [ 0.234788] evm: security.ima [ 0.235426] evm: security.capability [ 0.236227] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.238066] pinctrl core: initialized pinctrl subsystem [ 0.239169] RTC time: 10:34:47, date: 09/04/18 [ 0.240124] NET: Registered protocol family 16 [ 0.241096] cpuidle: using governor ladder [ 0.241907] cpuidle: using governor menu [ 0.242690] PCCT header not found. [ 0.243443] ACPI: bus type PCI registered [ 0.244243] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.245481] PCI: Using configuration type 1 for base access [ 0.247239] ACPI: Added _OSI(Module Device) [ 0.248081] ACPI: Added _OSI(Processor Device) [ 0.248938] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.249832] ACPI: Added _OSI(Processor Aggregator Device) [ 0.251911] ACPI: Interpreter enabled [ 0.252697] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.254551] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.256401] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.258256] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.260103] ACPI: (supports S0 S5) [ 0.260808] ACPI: Using IOAPIC for interrupt routing [ 0.261914] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.265026] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.266184] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.267423] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.268620] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.270850] acpiphp: Slot [3] registered [ 0.271656] acpiphp: Slot [4] registered [ 0.272461] acpiphp: Slot [5] registered [ 0.273262] acpiphp: Slot [6] registered [ 0.274063] acpiphp: Slot [7] registered [ 0.274865] acpiphp: Slot [8] registered [ 0.275666] acpiphp: Slot [9] registered [ 0.276467] acpiphp: Slot [10] registered [ 0.277286] acpiphp: Slot [11] registered [ 0.278101] acpiphp: Slot [12] registered [ 0.278918] acpiphp: Slot [13] registered [ 0.279734] acpiphp: Slot [14] registered [ 0.280545] acpiphp: Slot [15] registered [ 0.291377] acpiphp: Slot [16] registered [ 0.292197] acpiphp: Slot [17] registered [ 0.293008] acpiphp: Slot [18] registered [ 0.293825] acpiphp: Slot [19] registered [ 0.294639] acpiphp: Slot [20] registered [ 0.295458] acpiphp: Slot [21] registered [ 0.296272] acpiphp: Slot [22] registered [ 0.297085] acpiphp: Slot [23] registered [ 0.297897] acpiphp: Slot [24] registered [ 0.298714] acpiphp: Slot [25] registered [ 0.299535] acpiphp: Slot [26] registered [ 0.300350] acpiphp: Slot [27] registered [ 0.301162] acpiphp: Slot [28] registered [ 0.301970] acpiphp: Slot [29] registered [ 0.302793] acpiphp: Slot [30] registered [ 0.303617] acpiphp: Slot [31] registered [ 0.304430] PCI host bridge to bus 0000:00 [ 0.305242] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.306455] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.307673] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.309127] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window] [ 0.310579] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.316673] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.317955] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.319138] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.320408] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.327319] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.328759] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.375173] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.376669] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.378088] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.379513] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.380906] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.382849] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.384022] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.385077] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.386618] vgaarb: loaded [ 0.387224] vgaarb: bridge control possible 0000:00:02.0 [ 0.388380] SCSI subsystem initialized [ 0.389217] ACPI: bus type USB registered [ 0.390032] usbcore: registered new interface driver usbfs [ 0.391073] usbcore: registered new interface driver hub [ 0.392078] usbcore: registered new device driver usb [ 0.393140] PCI: Using ACPI for IRQ routing [ 0.394175] NetLabel: Initializing [ 0.394889] NetLabel: domain hash size = 128 [ 0.395744] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.396697] NetLabel: unlabeled traffic allowed by default [ 0.397793] clocksource: Switched to clocksource kvm-clock [ 0.403375] AppArmor: AppArmor Filesystem Enabled [ 0.404343] pnp: PnP ACPI init [ 0.405268] pnp: PnP ACPI: found 5 devices [ 0.411302] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.412998] NET: Registered protocol family 2 [ 0.413984] TCP established hash table entries: 2048 (order: 2, 16384 bytes) [ 0.415269] TCP bind hash table entries: 2048 (order: 3, 32768 bytes) [ 0.416437] TCP: Hash tables configured (established 2048 bind 2048) [ 0.417600] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.418678] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.419852] NET: Registered protocol family 1 [ 0.420723] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.421817] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.422890] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.437293] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.451566] Trying to unpack rootfs image as initramfs... [ 0.503538] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000) [ 0.518128] Scanning for low memory corruption every 60 seconds [ 0.519805] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.521564] audit: initializing netlink subsys (disabled) [ 0.523122] audit: type=2000 audit(1536057288.751:1): initialized [ 0.525041] Initialise system trusted keyring [ 0.526394] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.528170] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.530777] zbud: loaded [ 0.531726] VFS: Disk quotas dquot_6.6.0 [ 0.532920] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.535124] fuse init (API version 7.23) [ 0.536393] Key type big_key registered [ 0.537570] Allocating IMA MOK and blacklist keyrings. [ 0.539179] Key type asymmetric registered [ 0.540420] Asymmetric key parser 'x509' registered [ 0.541844] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.543985] io scheduler noop registered [ 0.545173] io scheduler deadline registered (default) [ 0.546651] io scheduler cfq registered [ 0.547833] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.549373] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.551293] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.553474] ACPI: Power Button [PWRF] [ 0.554692] GHES: HEST is not enabled! [ 0.568692] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.596789] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.599019] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.624480] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.626766] Linux agpgart interface v0.103 [ 0.629242] brd: module loaded [ 0.630428] loop: module loaded [ 0.634426] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.635859] GPT:90111 != 20971519 [ 0.636540] GPT:Alternate GPT header not at the end of the disk. [ 0.637615] GPT:90111 != 20971519 [ 0.638300] GPT: Use GNU Parted to correct GPT errors. [ 0.639260] vda: vda1 vda15 [ 0.641177] scsi host0: ata_piix [ 0.642283] scsi host1: ata_piix [ 0.642985] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.644185] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.645607] libphy: Fixed MDIO Bus: probed [ 0.646428] tun: Universal TUN/TAP device driver, 1.6 [ 0.647370] tun: (C) 1999-2004 Max Krasnyansky [ 0.649569] PPP generic driver version 2.4.2 [ 0.650699] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.651881] ehci-pci: EHCI PCI platform driver [ 0.652747] ehci-platform: EHCI generic platform driver [ 0.653720] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.654841] ohci-pci: OHCI PCI platform driver [ 0.655712] ohci-platform: OHCI generic platform driver [ 0.656678] uhci_hcd: USB Universal Host Controller Interface driver [ 0.671332] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.672324] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.673753] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.674771] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.675872] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.677092] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.678516] usb usb1: Product: UHCI Host Controller [ 0.679444] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.680570] usb usb1: SerialNumber: 0000:00:01.2 [ 0.681596] hub 1-0:1.0: USB hub found [ 0.682380] hub 1-0:1.0: 2 ports detected [ 0.683285] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.685372] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.686322] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.687343] mousedev: PS/2 mouse device common for all mice [ 0.688590] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.690408] rtc_cmos 00:00: RTC can wake from S4 [ 0.691493] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.692676] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.693867] i2c /dev entries driver [ 0.694627] device-mapper: uevent: version 1.0.3 [ 0.695550] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.697149] ledtrig-cpu: registered to indicate activity on CPUs [ 0.698413] NET: Registered protocol family 10 [ 0.699409] NET: Registered protocol family 17 [ 0.700289] Key type dns_resolver registered [ 0.701194] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.702273] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.704026] registered taskstats version 1 [ 0.704845] Loading compiled-in X.509 certificates [ 0.706279] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.708108] zswap: loaded using pool lzo/zbud [ 0.709465] Key type trusted registered [ 0.711007] Key type encrypted registered [ 0.711834] AppArmor: AppArmor sha1 policy hashing enabled [ 0.712852] ima: No TPM chip found, activating TPM-bypass! [ 0.713890] evm: HMAC attrs: 0x1 [ 0.714830] Magic number: 2:407:577 [ 0.715671] rtc_cmos 00:00: setting system clock to 2018-09-04 10:34:48 UTC (1536057288) [ 0.717256] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.718359] EDD information not available. [ 0.802767] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.804301] Write protecting the kernel read-only data: 14336k [ 0.815963] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.817748] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.63 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.858595] 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.14 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 564598379 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.912 MHz processor [ 0.147613] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.149263] pid_max: default: 32768 minimum: 301 [ 0.150152] ACPI: Core revision 20150930 [ 0.151541] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.152842] Security Framework initialized [ 0.153652] Yama: becoming mindful. [ 0.154380] AppArmor: AppArmor initialized [ 0.155234] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.156517] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes) [ 0.157764] Mount-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.158949] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.160325] Initializing cgroup subsys io [ 0.161133] Initializing cgroup subsys memory [ 0.161983] Initializing cgroup subsys devices [ 0.162859] Initializing cgroup subsys freezer [ 0.163723] Initializing cgroup subsys net_cls [ 0.164581] Initializing cgroup subsys perf_event [ 0.165478] Initializing cgroup subsys net_prio [ 0.166349] Initializing cgroup subsys hugetlb [ 0.167213] Initializing cgroup subsys pids [ 0.168081] CPU: Physical Processor ID: 0 [ 0.169566] mce: CPU supports 10 MCE banks [ 0.170408] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.171405] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.182343] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.188960] ftrace: allocating 31920 entries in 125 pages [ 0.216304] smpboot: Max logical packages: 1 [ 0.217150] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.218490] x2apic enabled [ 0.219309] Switched APIC routing to physical x2apic. [ 0.221049] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.222161] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.224142] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.225913] KVM setup paravirtual spinlock [ 0.227247] x86: Booted up 1 node, 1 CPUs [ 0.228045] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.229425] devtmpfs: initialized [ 0.231126] evm: security.selinux [ 0.231817] evm: security.SMACK64 [ 0.232509] evm: security.SMACK64EXEC [ 0.233247] evm: security.SMACK64TRANSMUTE [ 0.234044] evm: security.SMACK64MMAP [ 0.234788] evm: security.ima [ 0.235426] evm: security.capability [ 0.236227] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.238066] pinctrl core: initialized pinctrl subsystem [ 0.239169] RTC time: 10:34:47, date: 09/04/18 [ 0.240124] NET: Registered protocol family 16 [ 0.241096] cpuidle: using governor ladder [ 0.241907] cpuidle: using governor menu [ 0.242690] PCCT header not found. [ 0.243443] ACPI: bus type PCI registered [ 0.244243] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.245481] PCI: Using configuration type 1 for base access [ 0.247239] ACPI: Added _OSI(Module Device) [ 0.248081] ACPI: Added _OSI(Processor Device) [ 0.248938] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.249832] ACPI: Added _OSI(Processor Aggregator Device) [ 0.251911] ACPI: Interpreter enabled [ 0.252697] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.254551] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.256401] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.258256] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.260103] ACPI: (supports S0 S5) [ 0.260808] ACPI: Using IOAPIC for interrupt routing [ 0.261914] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.265026] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.266184] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.267423] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.268620] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.270850] acpiphp: Slot [3] registered [ 0.271656] acpiphp: Slot [4] registered [ 0.272461] acpiphp: Slot [5] registered [ 0.273262] acpiphp: Slot [6] registered [ 0.274063] acpiphp: Slot [7] registered [ 0.274865] acpiphp: Slot [8] registered [ 0.275666] acpiphp: Slot [9] registered [ 0.276467] acpiphp: Slot [10] registered [ 0.277286] acpiphp: Slot [11] registered [ 0.278101] acpiphp: Slot [12] registered [ 0.278918] acpiphp: Slot [13] registered [ 0.279734] acpiphp: Slot [14] registered [ 0.280545] acpiphp: Slot [15] registered [ 0.291377] acpiphp: Slot [16] registered [ 0.292197] acpiphp: Slot [17] registered [ 0.293008] acpiphp: Slot [18] registered [ 0.293825] acpiphp: Slot [19] registered [ 0.294639] acpiphp: Slot [20] registered [ 0.295458] acpiphp: Slot [21] registered [ 0.296272] acpiphp: Slot [22] registered [ 0.297085] acpiphp: Slot [23] registered [ 0.297897] acpiphp: Slot [24] registered [ 0.298714] acpiphp: Slot [25] registered [ 0.299535] acpiphp: Slot [26] registered [ 0.300350] acpiphp: Slot [27] registered [ 0.301162] acpiphp: Slot [28] registered [ 0.301970] acpiphp: Slot [29] registered [ 0.302793] acpiphp: Slot [30] registered [ 0.303617] acpiphp: Slot [31] registered [ 0.304430] PCI host bridge to bus 0000:00 [ 0.305242] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.306455] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.307673] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.309127] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window] [ 0.310579] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.316673] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.317955] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.319138] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.320408] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.327319] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.328759] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.375173] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.376669] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.378088] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.379513] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.380906] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.382849] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.384022] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.385077] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.386618] vgaarb: loaded [ 0.387224] vgaarb: bridge control possible 0000:00:02.0 [ 0.388380] SCSI subsystem initialized [ 0.389217] ACPI: bus type USB registered [ 0.390032] usbcore: registered new interface driver usbfs [ 0.391073] usbcore: registered new interface driver hub [ 0.392078] usbcore: registered new device driver usb [ 0.393140] PCI: Using ACPI for IRQ routing [ 0.394175] NetLabel: Initializing [ 0.394889] NetLabel: domain hash size = 128 [ 0.395744] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.396697] NetLabel: unlabeled traffic allowed by default [ 0.397793] clocksource: Switched to clocksource kvm-clock [ 0.403375] AppArmor: AppArmor Filesystem Enabled [ 0.404343] pnp: PnP ACPI init [ 0.405268] pnp: PnP ACPI: found 5 devices [ 0.411302] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.412998] NET: Registered protocol family 2 [ 0.413984] TCP established hash table entries: 2048 (order: 2, 16384 bytes) [ 0.415269] TCP bind hash table entries: 2048 (order: 3, 32768 bytes) [ 0.416437] TCP: Hash tables configured (established 2048 bind 2048) [ 0.417600] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.418678] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.419852] NET: Registered protocol family 1 [ 0.420723] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.421817] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.422890] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.437293] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.451566] Trying to unpack rootfs image as initramfs... [ 0.503538] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000) [ 0.518128] Scanning for low memory corruption every 60 seconds [ 0.519805] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.521564] audit: initializing netlink subsys (disabled) [ 0.523122] audit: type=2000 audit(1536057288.751:1): initialized [ 0.525041] Initialise system trusted keyring [ 0.526394] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.528170] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.530777] zbud: loaded [ 0.531726] VFS: Disk quotas dquot_6.6.0 [ 0.532920] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.535124] fuse init (API version 7.23) [ 0.536393] Key type big_key registered [ 0.537570] Allocating IMA MOK and blacklist keyrings. [ 0.539179] Key type asymmetric registered [ 0.540420] Asymmetric key parser 'x509' registered [ 0.541844] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.543985] io scheduler noop registered [ 0.545173] io scheduler deadline registered (default) [ 0.546651] io scheduler cfq registered [ 0.547833] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.549373] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.551293] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.553474] ACPI: Power Button [PWRF] [ 0.554692] GHES: HEST is not enabled! [ 0.568692] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.596789] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.599019] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.624480] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.626766] Linux agpgart interface v0.103 [ 0.629242] brd: module loaded [ 0.630428] loop: module loaded [ 0.634426] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.635859] GPT:90111 != 20971519 [ 0.636540] GPT:Alternate GPT header not at the end of the disk. [ 0.637615] GPT:90111 != 20971519 [ 0.638300] GPT: Use GNU Parted to correct GPT errors. [ 0.639260] vda: vda1 vda15 [ 0.641177] scsi host0: ata_piix [ 0.642283] scsi host1: ata_piix [ 0.642985] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.644185] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.645607] libphy: Fixed MDIO Bus: probed [ 0.646428] tun: Universal TUN/TAP device driver, 1.6 [ 0.647370] tun: (C) 1999-2004 Max Krasnyansky [ 0.649569] PPP generic driver version 2.4.2 [ 0.650699] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.651881] ehci-pci: EHCI PCI platform driver [ 0.652747] ehci-platform: EHCI generic platform driver [ 0.653720] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.654841] ohci-pci: OHCI PCI platform driver [ 0.655712] ohci-platform: OHCI generic platform driver [ 0.656678] uhci_hcd: USB Universal Host Controller Interface driver [ 0.671332] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.672324] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.673753] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.674771] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.675872] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.677092] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.678516] usb usb1: Product: UHCI Host Controller [ 0.679444] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.680570] usb usb1: SerialNumber: 0000:00:01.2 [ 0.681596] hub 1-0:1.0: USB hub found [ 0.682380] hub 1-0:1.0: 2 ports detected [ 0.683285] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.685372] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.686322] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.687343] mousedev: PS/2 mouse device common for all mice [ 0.688590] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.690408] rtc_cmos 00:00: RTC can wake from S4 [ 0.691493] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.692676] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.693867] i2c /dev entries driver [ 0.694627] device-mapper: uevent: version 1.0.3 [ 0.695550] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.697149] ledtrig-cpu: registered to indicate activity on CPUs [ 0.698413] NET: Registered protocol family 10 [ 0.699409] NET: Registered protocol family 17 [ 0.700289] Key type dns_resolver registered [ 0.701194] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.702273] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.704026] registered taskstats version 1 [ 0.704845] Loading compiled-in X.509 certificates [ 0.706279] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.708108] zswap: loaded using pool lzo/zbud [ 0.709465] Key type trusted registered [ 0.711007] Key type encrypted registered [ 0.711834] AppArmor: AppArmor sha1 policy hashing enabled [ 0.712852] ima: No TPM chip found, activating TPM-bypass! [ 0.713890] evm: HMAC attrs: 0x1 [ 0.714830] Magic number: 2:407:577 [ 0.715671] rtc_cmos 00:00: setting system clock to 2018-09-04 10:34:48 UTC (1536057288) [ 0.717256] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.718359] EDD information not available. [ 0.802767] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.804301] Write protecting the kernel read-only data: 14336k [ 0.815963] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.817748] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.63 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.858595] 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.14 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.12... Lease of 10.55.0.12 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-09-04 10:35:51,208 - create_instance - INFO - Deleting Port with ID - 0f0165bd-3d51-4c1b-9168-18bba2545a95 2018-09-04 10:35:51,208 - neutron_utils - INFO - Deleting port with name SimpleHealthCheck-8f6b88b3-5cec-492a-8296-1eb1316a1fdbport-1 2018-09-04 10:35:51,213 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/ports/0f0165bd-3d51-4c1b-9168-18bba2545a95 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ed533bd0fc9d97500c56f4fa8517eb14f442cd8b" 2018-09-04 10:35:51,786 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-a172230e-049d-42ca-b175-8d8467bc5471 Date: Tue, 04 Sep 2018 10:35:51 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-04 10:35:51,786 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/ports/0f0165bd-3d51-4c1b-9168-18bba2545a95 used request id req-a172230e-049d-42ca-b175-8d8467bc5471 2018-09-04 10:35:51,786 - create_instance - INFO - Deleting VM instance - SimpleHealthCheck-8f6b88b3-5cec-492a-8296-1eb1316a1fdb-inst 2018-09-04 10:35:51,789 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:8774/v2.1/servers/e98fafa4-1d83-4186-a42f-abb98642c580 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ed533bd0fc9d97500c56f4fa8517eb14f442cd8b" 2018-09-04 10:35:51,938 - novaclient.v2.client - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 10: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-bcbb059d-508f-4f01-bfdc-811ed159e9f0 x-compute-request-id: req-bcbb059d-508f-4f01-bfdc-811ed159e9f0 Content-Type: application/json 2018-09-04 10:35:51,939 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/servers/e98fafa4-1d83-4186-a42f-abb98642c580 used request id req-bcbb059d-508f-4f01-bfdc-811ed159e9f0 2018-09-04 10:35:51,939 - create_instance - INFO - Checking deletion status 2018-09-04 10:35:51,942 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/e98fafa4-1d83-4186-a42f-abb98642c580 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ed533bd0fc9d97500c56f4fa8517eb14f442cd8b" 2018-09-04 10:35:52,186 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10: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,Accept-Encoding x-openstack-request-id: req-a19872f3-5369-4779-8dd1-2de2e448db2b x-compute-request-id: req-a19872f3-5369-4779-8dd1-2de2e448db2b Content-Encoding: gzip Content-Length: 736 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"SimpleHealthCheck-8f6b88b3-5cec-492a-8296-1eb1316a1fdb-priv-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:95:08:47", "version": 4, "addr": "10.55.0.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/e98fafa4-1d83-4186-a42f-abb98642c580", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/e98fafa4-1d83-4186-a42f-abb98642c580", "rel": "bookmark"}], "image": {"id": "1cfc545f-18fd-4dec-a743-4091048230a0", "links": [{"href": "http://172.30.9.28:8774/images/1cfc545f-18fd-4dec-a743-4091048230a0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-04T10:34:47.000000", "flavor": {"id": "c662a3dd-76a7-4b38-a654-a158b6dc7582", "links": [{"href": "http://172.30.9.28:8774/flavors/c662a3dd-76a7-4b38-a654-a158b6dc7582", "rel": "bookmark"}]}, "id": "e98fafa4-1d83-4186-a42f-abb98642c580", "user_id": "1e54b4922ddf409783915c609dc57c02", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-04T10:35:51Z", "hostId": "851ac21cf6a8c0f64b8ebc2f7093e0254bb4af9b7658fec00ffacf50", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "SimpleHealthCheck-8f6b88b3-5cec-492a-8296-1eb1316a1fdb-inst", "created": "2018-09-04T10:34:43Z", "tenant_id": "1960765e8a3f4cef9b425bab3c37dc2a", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 10:35:52,186 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/e98fafa4-1d83-4186-a42f-abb98642c580 used request id req-a19872f3-5369-4779-8dd1-2de2e448db2b 2018-09-04 10:35:52,186 - create_instance - DEBUG - Instance status [SimpleHealthCheck-8f6b88b3-5cec-492a-8296-1eb1316a1fdb-inst] is - ACTIVE 2018-09-04 10:35:52,187 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-09-04 10:35:55,190 - create_instance - DEBUG - VM status query timeout in 296.749404907 2018-09-04 10:35:55,193 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/e98fafa4-1d83-4186-a42f-abb98642c580 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ed533bd0fc9d97500c56f4fa8517eb14f442cd8b" 2018-09-04 10:35:55,252 - novaclient.v2.client - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 10:35: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-2a280ef1-12c4-4363-9908-d52fba939f57 x-compute-request-id: req-2a280ef1-12c4-4363-9908-d52fba939f57 Content-Length: 111 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Instance e98fafa4-1d83-4186-a42f-abb98642c580 could not be found.", "code": 404}} 2018-09-04 10:35:55,252 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/e98fafa4-1d83-4186-a42f-abb98642c580 used request id req-2a280ef1-12c4-4363-9908-d52fba939f57 2018-09-04 10:35:55,253 - create_instance - DEBUG - Instance not found when querying status for DELETED with message Instance e98fafa4-1d83-4186-a42f-abb98642c580 could not be found. (HTTP 404) (Request-ID: req-2a280ef1-12c4-4363-9908-d52fba939f57) 2018-09-04 10:35:55,253 - create_instance - INFO - VM has been properly deleted VM with name - SimpleHealthCheck-8f6b88b3-5cec-492a-8296-1eb1316a1fdb-inst 2018-09-04 10:35:55,254 - neutron_utils - INFO - Deleting subnet with name SimpleHealthCheck-8f6b88b3-5cec-492a-8296-1eb1316a1fdb-priv-subnet 2018-09-04 10:35:55,254 - neutron_utils - INFO - Deleting subnet with name SimpleHealthCheck-8f6b88b3-5cec-492a-8296-1eb1316a1fdb-priv-subnet 2018-09-04 10:35:55,259 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/subnets/781c2a5a-7263-46b3-9721-9e78807717e9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}75850074ccd66f85ec303258c9adbbe278fd4a99" 2018-09-04 10:35:57,685 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-11cb7056-b0ab-42cf-8da9-d1b872f6cb4c Date: Tue, 04 Sep 2018 10:35:57 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-04 10:35:57,685 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/subnets/781c2a5a-7263-46b3-9721-9e78807717e9 used request id req-11cb7056-b0ab-42cf-8da9-d1b872f6cb4c 2018-09-04 10:35:57,685 - neutron_utils - INFO - Deleting network with name SimpleHealthCheck-8f6b88b3-5cec-492a-8296-1eb1316a1fdb-priv-net 2018-09-04 10:35:57,690 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/networks/fc207c4d-94a3-4d26-8d1b-23430983896c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}75850074ccd66f85ec303258c9adbbe278fd4a99" 2018-09-04 10:35:58,994 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-c46abe96-e306-448c-ba10-08505e6367e5 Date: Tue, 04 Sep 2018 10:35:59 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-04 10:35:58,994 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/networks/fc207c4d-94a3-4d26-8d1b-23430983896c used request id req-c46abe96-e306-448c-ba10-08505e6367e5 2018-09-04 10:35:58,998 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:8774/v2.1/flavors/c662a3dd-76a7-4b38-a654-a158b6dc7582 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6910c57d578eaec98b1774bad3c800e1067a8fe0" 2018-09-04 10:35:59,184 - novaclient.v2.client - DEBUG - RESP: [202] Date: Tue, 04 Sep 2018 10:35: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-5a840fd8-2527-4a3f-ba4d-77d36d752a43 x-compute-request-id: req-5a840fd8-2527-4a3f-ba4d-77d36d752a43 Content-Length: 0 Content-Type: application/json 2018-09-04 10:35:59,184 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/flavors/c662a3dd-76a7-4b38-a654-a158b6dc7582 used request id req-5a840fd8-2527-4a3f-ba4d-77d36d752a43 2018-09-04 10:35:59,185 - glance_utils - INFO - Deleting image named - SimpleHealthCheck-8f6b88b3-5cec-492a-8296-1eb1316a1fdb-image 2018-09-04 10:35:59,188 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9292/v2/images/1cfc545f-18fd-4dec-a743-4091048230a0 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}9c63d242eea8c842e3fb75b5b9b435607180dc1e" 2018-09-04 10:36:00,901 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-4343e5de-0414-4c94-bdc5-2bb72a6476d6 Date: Tue, 04 Sep 2018 10:36:00 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-09-04 10:36:00,902 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.28:9292/v2/images/1cfc545f-18fd-4dec-a743-4091048230a0 used request id req-4343e5de-0414-4c94-bdc5-2bb72a6476d6 2018-09-04 10:36:00,908 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}af9fea618236975798b9f7a22edd3a8a8121a5a6" 2018-09-04 10:36:01,266 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 11766 X-Openstack-Request-Id: req-94effab5-f027-4577-8fb7-a281547009b2 Date: Tue, 04 Sep 2018 10:36:01 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "18025ed81c804927a1f0e0e0ba20836f", "created_at": "2018-09-04T10:10:44Z", "updated_at": "2018-09-04T10:10:44Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T10:10:44Z", "revision_number": 0, "id": "4987cdc7-3c69-4296-b962-dfcdfe2af09e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T10:10:44Z", "security_group_id": "4eb60975-feab-4b85-9171-1c970d3680f7", "tenant_id": "18025ed81c804927a1f0e0e0ba20836f", "port_range_min": null, "ethertype": "IPv4", "project_id": "18025ed81c804927a1f0e0e0ba20836f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T10:10:44Z", "revision_number": 0, "id": "6278c51b-2852-4d07-abf1-4545e40daadb", "remote_group_id": "4eb60975-feab-4b85-9171-1c970d3680f7", "remote_ip_prefix": null, "created_at": "2018-09-04T10:10:44Z", "security_group_id": "4eb60975-feab-4b85-9171-1c970d3680f7", "tenant_id": "18025ed81c804927a1f0e0e0ba20836f", "port_range_min": null, "ethertype": "IPv4", "project_id": "18025ed81c804927a1f0e0e0ba20836f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T10:10:44Z", "revision_number": 0, "id": "dd2062ca-238a-4ae8-8397-ca60210bbde5", "remote_group_id": "4eb60975-feab-4b85-9171-1c970d3680f7", "remote_ip_prefix": null, "created_at": "2018-09-04T10:10:44Z", "security_group_id": "4eb60975-feab-4b85-9171-1c970d3680f7", "tenant_id": "18025ed81c804927a1f0e0e0ba20836f", "port_range_min": null, "ethertype": "IPv6", "project_id": "18025ed81c804927a1f0e0e0ba20836f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T10:10:44Z", "revision_number": 0, "id": "f5388a44-6a0f-4e22-bd76-f4873903daf0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T10:10:44Z", "security_group_id": "4eb60975-feab-4b85-9171-1c970d3680f7", "tenant_id": "18025ed81c804927a1f0e0e0ba20836f", "port_range_min": null, "ethertype": "IPv6", "project_id": "18025ed81c804927a1f0e0e0ba20836f"}], "revision_number": 4, "project_id": "18025ed81c804927a1f0e0e0ba20836f", "id": "4eb60975-feab-4b85-9171-1c970d3680f7", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "63ce1c38db314aae844c45218d595c6c", "created_at": "2018-09-04T10:36:01Z", "updated_at": "2018-09-04T10:36:01Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T10:36:01Z", "revision_number": 0, "id": "3cc084b5-d5b8-441b-87e5-b96f6548adf0", "remote_group_id": "726a4fa4-547d-495f-8506-2692d1793ed7", "remote_ip_prefix": null, "created_at": "2018-09-04T10:36:01Z", "security_group_id": "726a4fa4-547d-495f-8506-2692d1793ed7", "tenant_id": "63ce1c38db314aae844c45218d595c6c", "port_range_min": null, "ethertype": "IPv6", "project_id": "63ce1c38db314aae844c45218d595c6c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T10:36:01Z", "revision_number": 0, "id": "886448b7-2e0a-4f88-9e2c-57aaa06a9e95", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T10:36:01Z", "security_group_id": "726a4fa4-547d-495f-8506-2692d1793ed7", "tenant_id": "63ce1c38db314aae844c45218d595c6c", "port_range_min": null, "ethertype": "IPv6", "project_id": "63ce1c38db314aae844c45218d595c6c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T10:36:01Z", "revision_number": 0, "id": "a0477c48-e14e-4b9b-af17-a26d3304a1d9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T10:36:01Z", "security_group_id": "726a4fa4-547d-495f-8506-2692d1793ed7", "tenant_id": "63ce1c38db314aae844c45218d595c6c", "port_range_min": null, "ethertype": "IPv4", "project_id": "63ce1c38db314aae844c45218d595c6c"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T10:36:01Z", "revision_number": 0, "id": "f1d26eba-07e3-4a87-a74e-10f7d2d051a4", "remote_group_id": "726a4fa4-547d-495f-8506-2692d1793ed7", "remote_ip_prefix": null, "created_at": "2018-09-04T10:36:01Z", "security_group_id": "726a4fa4-547d-495f-8506-2692d1793ed7", "tenant_id": "63ce1c38db314aae844c45218d595c6c", "port_range_min": null, "ethertype": "IPv4", "project_id": "63ce1c38db314aae844c45218d595c6c"}], "revision_number": 4, "project_id": "63ce1c38db314aae844c45218d595c6c", "id": "726a4fa4-547d-495f-8506-2692d1793ed7", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "da1aa3dc9e564d3d922e61c0121a390e", "created_at": "2018-09-04T10:22:45Z", "updated_at": "2018-09-04T10:22:45Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T10:22:45Z", "revision_number": 0, "id": "0a310294-28cb-46e7-ab05-42129ac27199", "remote_group_id": "a0350fb5-7963-482b-9b06-fea838951872", "remote_ip_prefix": null, "created_at": "2018-09-04T10:22:45Z", "security_group_id": "a0350fb5-7963-482b-9b06-fea838951872", "tenant_id": "da1aa3dc9e564d3d922e61c0121a390e", "port_range_min": null, "ethertype": "IPv4", "project_id": "da1aa3dc9e564d3d922e61c0121a390e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T10:22:45Z", "revision_number": 0, "id": "3e9c32e8-8527-472a-956b-e0426fc61806", "remote_group_id": "a0350fb5-7963-482b-9b06-fea838951872", "remote_ip_prefix": null, "created_at": "2018-09-04T10:22:45Z", "security_group_id": "a0350fb5-7963-482b-9b06-fea838951872", "tenant_id": "da1aa3dc9e564d3d922e61c0121a390e", "port_range_min": null, "ethertype": "IPv6", "project_id": "da1aa3dc9e564d3d922e61c0121a390e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T10:22:45Z", "revision_number": 0, "id": "5d2caf42-b02e-4256-9265-4a0c49451d50", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T10:22:45Z", "security_group_id": "a0350fb5-7963-482b-9b06-fea838951872", "tenant_id": "da1aa3dc9e564d3d922e61c0121a390e", "port_range_min": null, "ethertype": "IPv6", "project_id": "da1aa3dc9e564d3d922e61c0121a390e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T10:22:45Z", "revision_number": 0, "id": "e17daf2d-5508-45e7-9ba3-14bcd176789e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T10:22:45Z", "security_group_id": "a0350fb5-7963-482b-9b06-fea838951872", "tenant_id": "da1aa3dc9e564d3d922e61c0121a390e", "port_range_min": null, "ethertype": "IPv4", "project_id": "da1aa3dc9e564d3d922e61c0121a390e"}], "revision_number": 4, "project_id": "da1aa3dc9e564d3d922e61c0121a390e", "id": "a0350fb5-7963-482b-9b06-fea838951872", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-09-04T10:24:20Z", "updated_at": "2018-09-04T10:24:20Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T10:24:20Z", "revision_number": 0, "id": "2ea596f0-86ac-463c-b411-9ff94832a4d2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T10:24:20Z", "security_group_id": "c1c896f2-3aa4-47ce-9d8a-695c2f3fb7a4", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T10:24:20Z", "revision_number": 0, "id": "95325a12-195c-43ac-a360-a2e3e0e66934", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T10:24:20Z", "security_group_id": "c1c896f2-3aa4-47ce-9d8a-695c2f3fb7a4", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T10:24:20Z", "revision_number": 0, "id": "aa58bb28-c625-4096-800e-8a443d41f02a", "remote_group_id": "c1c896f2-3aa4-47ce-9d8a-695c2f3fb7a4", "remote_ip_prefix": null, "created_at": "2018-09-04T10:24:20Z", "security_group_id": "c1c896f2-3aa4-47ce-9d8a-695c2f3fb7a4", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T10:24:20Z", "revision_number": 0, "id": "c66f070f-ca83-4ef4-bb72-07224113f248", "remote_group_id": "c1c896f2-3aa4-47ce-9d8a-695c2f3fb7a4", "remote_ip_prefix": null, "created_at": "2018-09-04T10:24:20Z", "security_group_id": "c1c896f2-3aa4-47ce-9d8a-695c2f3fb7a4", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "c1c896f2-3aa4-47ce-9d8a-695c2f3fb7a4", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "1960765e8a3f4cef9b425bab3c37dc2a", "created_at": "2018-09-04T10:34:35Z", "updated_at": "2018-09-04T10:34:35Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T10:34:35Z", "revision_number": 0, "id": "014a0dde-1c6e-4f30-a2f1-dea87261ff29", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T10:34:35Z", "security_group_id": "d4b15a1b-d048-4414-84ef-481a05b106c5", "tenant_id": "1960765e8a3f4cef9b425bab3c37dc2a", "port_range_min": null, "ethertype": "IPv6", "project_id": "1960765e8a3f4cef9b425bab3c37dc2a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T10:34:35Z", "revision_number": 0, "id": "1c295fd2-8e40-4ce1-a991-3ee3febd8382", "remote_group_id": "d4b15a1b-d048-4414-84ef-481a05b106c5", "remote_ip_prefix": null, "created_at": "2018-09-04T10:34:35Z", "security_group_id": "d4b15a1b-d048-4414-84ef-481a05b106c5", "tenant_id": "1960765e8a3f4cef9b425bab3c37dc2a", "port_range_min": null, "ethertype": "IPv4", "project_id": "1960765e8a3f4cef9b425bab3c37dc2a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T10:34:35Z", "revision_number": 0, "id": "7978f7ab-f166-42b2-8adc-c41065d4cfad", "remote_group_id": "d4b15a1b-d048-4414-84ef-481a05b106c5", "remote_ip_prefix": null, "created_at": "2018-09-04T10:34:35Z", "security_group_id": "d4b15a1b-d048-4414-84ef-481a05b106c5", "tenant_id": "1960765e8a3f4cef9b425bab3c37dc2a", "port_range_min": null, "ethertype": "IPv6", "project_id": "1960765e8a3f4cef9b425bab3c37dc2a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T10:34:35Z", "revision_number": 0, "id": "ef94cedc-9ce0-46ff-87f6-33261e335710", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T10:34:35Z", "security_group_id": "d4b15a1b-d048-4414-84ef-481a05b106c5", "tenant_id": "1960765e8a3f4cef9b425bab3c37dc2a", "port_range_min": null, "ethertype": "IPv4", "project_id": "1960765e8a3f4cef9b425bab3c37dc2a"}], "revision_number": 4, "project_id": "1960765e8a3f4cef9b425bab3c37dc2a", "id": "d4b15a1b-d048-4414-84ef-481a05b106c5", "name": "default"}]} 2018-09-04 10:36:01,266 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?name=default used request id req-94effab5-f027-4577-8fb7-a281547009b2 2018-09-04 10:36:01,271 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/18025ed81c804927a1f0e0e0ba20836f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}af9fea618236975798b9f7a22edd3a8a8121a5a6" 2018-09-04 10:36:01,359 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:36:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1b14d6d8-dfc6-4e29-8ac8-ed9579669104 Content-Encoding: gzip Content-Length: 207 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.28:5000/v3/projects/18025ed81c804927a1f0e0e0ba20836f"}, "enabled": true, "id": "18025ed81c804927a1f0e0e0ba20836f", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-09-04 10:36:01,359 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/18025ed81c804927a1f0e0e0ba20836f used request id req-1b14d6d8-dfc6-4e29-8ac8-ed9579669104 2018-09-04 10:36:01,363 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/63ce1c38db314aae844c45218d595c6c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}af9fea618236975798b9f7a22edd3a8a8121a5a6" 2018-09-04 10:36:01,454 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:36:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f27b21b3-22f8-4f17-858b-b6a984e615b8 Content-Encoding: gzip Content-Length: 252 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_health_check", "links": {"self": "http://172.30.9.28:5000/v3/projects/63ce1c38db314aae844c45218d595c6c"}, "enabled": true, "id": "63ce1c38db314aae844c45218d595c6c", "parent_id": "default", "domain_id": "default", "name": "snaps_health_check-project_f3bc4919-11b1-4924-8857-2a48e0030f8f"}} 2018-09-04 10:36:01,454 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/63ce1c38db314aae844c45218d595c6c used request id req-f27b21b3-22f8-4f17-858b-b6a984e615b8 2018-09-04 10:36:01,458 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/da1aa3dc9e564d3d922e61c0121a390e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}af9fea618236975798b9f7a22edd3a8a8121a5a6" 2018-09-04 10:36:01,537 - keystoneauth.session - DEBUG - RESP: [404] Date: Tue, 04 Sep 2018 10:36:01 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-be38a17f-a057-4953-a998-773c0af77334 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: da1aa3dc9e564d3d922e61c0121a390e.", "code": 404, "title": "Not Found"}} 2018-09-04 10:36:01,538 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/da1aa3dc9e564d3d922e61c0121a390e used request id req-be38a17f-a057-4953-a998-773c0af77334 2018-09-04 10:36:01,538 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-04 10:36:01,542 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/1960765e8a3f4cef9b425bab3c37dc2a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}af9fea618236975798b9f7a22edd3a8a8121a5a6" 2018-09-04 10:36:01,630 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:36:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f0a0c652-cddd-48ae-8310-a56a3eec667e Content-Encoding: gzip Content-Length: 213 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/1960765e8a3f4cef9b425bab3c37dc2a"}, "enabled": true, "id": "1960765e8a3f4cef9b425bab3c37dc2a", "parent_id": "default", "domain_id": "default", "name": "SimpleHealthCheck-666d62a6-45eb-4d6-proj"}} 2018-09-04 10:36:01,630 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/1960765e8a3f4cef9b425bab3c37dc2a used request id req-f0a0c652-cddd-48ae-8310-a56a3eec667e 2018-09-04 10:36:01,630 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - d4b15a1b-d048-4414-84ef-481a05b106c5 2018-09-04 10:36:01,635 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=d4b15a1b-d048-4414-84ef-481a05b106c5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}af9fea618236975798b9f7a22edd3a8a8121a5a6" 2018-09-04 10:36:01,818 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-0c040c12-c025-4ad4-a086-5e0f88cd4c5e Date: Tue, 04 Sep 2018 10:36:01 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-09-04T10:34:35Z", "security_group_id": "d4b15a1b-d048-4414-84ef-481a05b106c5", "port_range_min": null, "revision_number": 0, "tenant_id": "1960765e8a3f4cef9b425bab3c37dc2a", "created_at": "2018-09-04T10:34:35Z", "project_id": "1960765e8a3f4cef9b425bab3c37dc2a", "id": "014a0dde-1c6e-4f30-a2f1-dea87261ff29"}, {"remote_group_id": "d4b15a1b-d048-4414-84ef-481a05b106c5", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T10:34:35Z", "security_group_id": "d4b15a1b-d048-4414-84ef-481a05b106c5", "port_range_min": null, "revision_number": 0, "tenant_id": "1960765e8a3f4cef9b425bab3c37dc2a", "created_at": "2018-09-04T10:34:35Z", "project_id": "1960765e8a3f4cef9b425bab3c37dc2a", "id": "1c295fd2-8e40-4ce1-a991-3ee3febd8382"}, {"remote_group_id": "d4b15a1b-d048-4414-84ef-481a05b106c5", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T10:34:35Z", "security_group_id": "d4b15a1b-d048-4414-84ef-481a05b106c5", "port_range_min": null, "revision_number": 0, "tenant_id": "1960765e8a3f4cef9b425bab3c37dc2a", "created_at": "2018-09-04T10:34:35Z", "project_id": "1960765e8a3f4cef9b425bab3c37dc2a", "id": "7978f7ab-f166-42b2-8adc-c41065d4cfad"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T10:34:35Z", "security_group_id": "d4b15a1b-d048-4414-84ef-481a05b106c5", "port_range_min": null, "revision_number": 0, "tenant_id": "1960765e8a3f4cef9b425bab3c37dc2a", "created_at": "2018-09-04T10:34:35Z", "project_id": "1960765e8a3f4cef9b425bab3c37dc2a", "id": "ef94cedc-9ce0-46ff-87f6-33261e335710"}]} 2018-09-04 10:36:01,818 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=d4b15a1b-d048-4414-84ef-481a05b106c5 used request id req-0c040c12-c025-4ad4-a086-5e0f88cd4c5e 2018-09-04 10:36:01,819 - neutron_utils - INFO - Deleting security group with name - default 2018-09-04 10:36:01,824 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/security-groups/d4b15a1b-d048-4414-84ef-481a05b106c5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}af9fea618236975798b9f7a22edd3a8a8121a5a6" 2018-09-04 10:36:02,153 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-250dfb64-ac1f-4b07-956a-4667f54cafc4 Content-Length: 0 Date: Tue, 04 Sep 2018 10:36:02 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-04 10:36:02,154 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/security-groups/d4b15a1b-d048-4414-84ef-481a05b106c5 used request id req-250dfb64-ac1f-4b07-956a-4667f54cafc4 2018-09-04 10:36:02,154 - keystone_utils - INFO - Deleting project with name - SimpleHealthCheck-666d62a6-45eb-4d6-proj 2018-09-04 10:36:02,158 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/projects/1960765e8a3f4cef9b425bab3c37dc2a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}af9fea618236975798b9f7a22edd3a8a8121a5a6" 2018-09-04 10:36:02,437 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 10:36:02 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-4ee0f465-7cd3-4be6-857e-2f48e41a1e17 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 10:36:02,437 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/projects/1960765e8a3f4cef9b425bab3c37dc2a used request id req-4ee0f465-7cd3-4be6-857e-2f48e41a1e17 2018-09-04 10:36:02,437 - keystone_utils - INFO - Deleting role with name - SimpleHealthCheck-666d62a6-45eb-4d6-proj-role 2018-09-04 10:36:02,441 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/roles/49f5ce857efc4894859947d7c8aebd03 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}af9fea618236975798b9f7a22edd3a8a8121a5a6" 2018-09-04 10:36:02,541 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 10:36:02 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-366786e0-1a43-4f71-8864-0f37ffb5c787 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 10:36:02,541 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/roles/49f5ce857efc4894859947d7c8aebd03 used request id req-366786e0-1a43-4f71-8864-0f37ffb5c787 2018-09-04 10:36:02,545 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}af9fea618236975798b9f7a22edd3a8a8121a5a6" 2018-09-04 10:36:02,632 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:36:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d1056afc-1e80-4363-a105-b111adf49105 Content-Encoding: gzip Content-Length: 349 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3d416247e8224533841040c3ad2bce5a", "links": {"self": "http://172.30.9.28:5000/v3/roles/3d416247e8224533841040c3ad2bce5a"}, "name": "admin"}, {"domain_id": null, "id": "6fc48fbb08d4410680bf5ace535e410c", "links": {"self": "http://172.30.9.28:5000/v3/roles/6fc48fbb08d4410680bf5ace535e410c"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "e18ad2d0d48a44969f2b9c35ef23aba1", "links": {"self": "http://172.30.9.28:5000/v3/roles/e18ad2d0d48a44969f2b9c35ef23aba1"}, "name": "Member"}, {"domain_id": null, "id": "fe6240ba282c4427b938f9a6bdabf001", "links": {"self": "http://172.30.9.28:5000/v3/roles/fe6240ba282c4427b938f9a6bdabf001"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "fea739ce4d1249249c128f55b640b79d", "links": {"self": "http://172.30.9.28:5000/v3/roles/fea739ce4d1249249c128f55b640b79d"}, "name": "ResellerAdmin"}]} 2018-09-04 10:36:02,632 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-d1056afc-1e80-4363-a105-b111adf49105 2018-09-04 10:36:02,633 - keystone_utils - INFO - Deleting user with name - SimpleHealthCheck-666d62a6-45eb-4d6-user 2018-09-04 10:36:02,636 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/users/1e54b4922ddf409783915c609dc57c02 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}84932aa7ec79b0021ebfe8fe3d84e30c2a492593" 2018-09-04 10:36:02,817 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 10:36:02 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f3b036a2-af2d-4d14-a1da-9a7615f78305 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 10:36:02,817 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/users/1e54b4922ddf409783915c609dc57c02 used request id req-f3b036a2-af2d-4d14-a1da-9a7615f78305 2018-09-04 10:36:02,818 - xtesting.core.unit - DEBUG - test_check_vm_ip_dhcp (snaps.openstack.tests.create_instance_tests.SimpleHealthCheck) ... ok ---------------------------------------------------------------------- Ran 1 test in 94.704s OK 2018-09-04 10:36:02,935 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-09-04 10:36:02,935 - xtesting.ci.run_tests - INFO - Test result: +----------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +----------------------------+------------------+------------------+----------------+ | snaps_health_check | functest | 01:35 | PASS | +----------------------------+------------------+------------------+----------------+ 2018-09-04 10:36:02,941 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-09-04 10:36:02,942 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e5627365f29cf7747b33bb1db392555d7f5501ae" 2018-09-04 10:36:03,018 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:36:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-13242c06-bb98-4912-8017-b72359d00375 Content-Encoding: gzip Content-Length: 349 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3d416247e8224533841040c3ad2bce5a", "links": {"self": "http://172.30.9.28:5000/v3/roles/3d416247e8224533841040c3ad2bce5a"}, "name": "admin"}, {"domain_id": null, "id": "6fc48fbb08d4410680bf5ace535e410c", "links": {"self": "http://172.30.9.28:5000/v3/roles/6fc48fbb08d4410680bf5ace535e410c"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "e18ad2d0d48a44969f2b9c35ef23aba1", "links": {"self": "http://172.30.9.28:5000/v3/roles/e18ad2d0d48a44969f2b9c35ef23aba1"}, "name": "Member"}, {"domain_id": null, "id": "fe6240ba282c4427b938f9a6bdabf001", "links": {"self": "http://172.30.9.28:5000/v3/roles/fe6240ba282c4427b938f9a6bdabf001"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "fea739ce4d1249249c128f55b640b79d", "links": {"self": "http://172.30.9.28:5000/v3/roles/fea739ce4d1249249c128f55b640b79d"}, "name": "ResellerAdmin"}]} 2018-09-04 10:36:03,018 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-13242c06-bb98-4912-8017-b72359d00375 2018-09-04 10:36:03,019 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.077437877655s 2018-09-04 10:36:03,020 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleDelete 2018-09-04 10:36:03,021 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:5000/v3/roles/fe6240ba282c4427b938f9a6bdabf001 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e5627365f29cf7747b33bb1db392555d7f5501ae" 2018-09-04 10:36:03,212 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 10:36:03 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-7198c227-c475-481f-8f84-d6b4f06b7120 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 10:36:03,212 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/roles/fe6240ba282c4427b938f9a6bdabf001 used request id req-7198c227-c475-481f-8f84-d6b4f06b7120 2018-09-04 10:36:03,212 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleDelete in 0.19176697731s 2018-09-04 10:36:03,213 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-09-04 10:36:03,213 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}e5627365f29cf7747b33bb1db392555d7f5501ae" 2018-09-04 10:36:03,309 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:36:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-57b18daf-8bb9-4df3-beea-220546707c3c Content-Encoding: gzip Content-Length: 843 Content-Type: application/json RESP BODY: {"users": [{"password_expires_at": null, "name": "snaps_health_check-user_f3bc4919-11b1-4924-8857-2a48e0030f8f", "links": {"self": "http://172.30.9.28:5000/v3/users/150012a50ed642dc815059cb3881f910"}, "domain_id": "default", "enabled": true, "id": "150012a50ed642dc815059cb3881f910", "options": {}}, {"name": "heat", "links": {"self": "http://172.30.9.28:5000/v3/users/2719bb13630f43dfa92537864b7b9156"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2719bb13630f43dfa92537864b7b9156", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.28:5000/v3/users/36910ef6abf94075a2d6069c8571e383"}, "domain_id": "default", "enabled": true, "options": {}, "id": "36910ef6abf94075a2d6069c8571e383", "email": "cinder@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.28:5000/v3/users/42c3a9abd8ad4ce8ab2c4cc6e0403c33"}, "domain_id": "default", "enabled": true, "options": {}, "id": "42c3a9abd8ad4ce8ab2c4cc6e0403c33", "email": "admin@example.com", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.28:5000/v3/users/449836e5f54549afb8a7ce28abf3d544"}, "domain_id": "default", "enabled": true, "options": {}, "id": "449836e5f54549afb8a7ce28abf3d544", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.28:5000/v3/users/4f2d44b313674c27b065e562198a2eaf"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4f2d44b313674c27b065e562198a2eaf", "email": "placement@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.28:5000/v3/users/53e472b53b3247cc998195108afb0333"}, "domain_id": "default", "enabled": true, "options": {}, "id": "53e472b53b3247cc998195108afb0333", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.28:5000/v3/users/72c8a4f27c80473bb772f1af33725838"}, "domain_id": "default", "enabled": true, "options": {}, "id": "72c8a4f27c80473bb772f1af33725838", "email": "glance@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.28:5000/v3/users/7661c02c249442d984369889093013fe"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7661c02c249442d984369889093013fe", "email": "barbican@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.28:5000/v3/users/78cfb105b70a43c69c179056f12732d4"}, "domain_id": "bb3675e8f7584634b56038f5732ae451", "enabled": true, "options": {}, "id": "78cfb105b70a43c69c179056f12732d4", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.28:5000/v3/users/7cc5af47f4974b51be24b8af469f48f6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7cc5af47f4974b51be24b8af469f48f6", "email": "aodh@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.28:5000/v3/users/828ac5d6a2ef4b0091fb761ec963b324"}, "domain_id": "default", "enabled": true, "options": {}, "id": "828ac5d6a2ef4b0091fb761ec963b324", "email": "congress@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.28:5000/v3/users/9dcf57654b41495ea7db845703bc37f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9dcf57654b41495ea7db845703bc37f8", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.28:5000/v3/users/c4e0c9bcba5d4f0895d28f0f72346c41"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c4e0c9bcba5d4f0895d28f0f72346c41", "email": "neutron@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.28:5000/v3/users/ef3f2972886b4078848941109f593feb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ef3f2972886b4078848941109f593feb", "email": "nova@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.28:5000/v3/users", "previous": null, "next": null}} 2018-09-04 10:36:03,309 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-57b18daf-8bb9-4df3-beea-220546707c3c 2018-09-04 10:36:03,310 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0965769290924s 2018-09-04 10:36:03,310 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-57b18daf-8bb9-4df3-beea-220546707c3c 2018-09-04 10:36:03,316 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-09-04 10:36:03,316 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/users/150012a50ed642dc815059cb3881f910 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}e5627365f29cf7747b33bb1db392555d7f5501ae" 2018-09-04 10:36:03,404 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:36:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ebb446cb-bd25-4d2b-9eb7-0ae7b171593c Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.28:5000/v3/users/150012a50ed642dc815059cb3881f910"}, "enabled": true, "id": "150012a50ed642dc815059cb3881f910", "options": {}, "domain_id": "default", "name": "snaps_health_check-user_f3bc4919-11b1-4924-8857-2a48e0030f8f"}} 2018-09-04 10:36:03,404 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users/150012a50ed642dc815059cb3881f910 used request id req-ebb446cb-bd25-4d2b-9eb7-0ae7b171593c 2018-09-04 10:36:03,404 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0882830619812s 2018-09-04 10:36:03,404 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users/150012a50ed642dc815059cb3881f910 used request id req-ebb446cb-bd25-4d2b-9eb7-0ae7b171593c 2018-09-04 10:36:03,405 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-09-04 10:36:03,406 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:5000/v3/users/150012a50ed642dc815059cb3881f910 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}e5627365f29cf7747b33bb1db392555d7f5501ae" 2018-09-04 10:36:03,594 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 10:36:03 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c40cdaa5-3a3e-47c4-ac3c-36b111d416cb Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 10:36:03,595 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/users/150012a50ed642dc815059cb3881f910 used request id req-c40cdaa5-3a3e-47c4-ac3c-36b111d416cb 2018-09-04 10:36:03,595 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.189594984055s 2018-09-04 10:36:03,595 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/users/150012a50ed642dc815059cb3881f910 used request id req-c40cdaa5-3a3e-47c4-ac3c-36b111d416cb 2018-09-04 10:36:03,595 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-09-04 10:36:03,596 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}e5627365f29cf7747b33bb1db392555d7f5501ae" 2018-09-04 10:36:03,678 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:36:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dc5a5b12-c39e-44ce-95dc-88c9c6e011b7 Content-Encoding: gzip Content-Length: 385 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.28:5000/v3/projects/18025ed81c804927a1f0e0e0ba20836f"}, "enabled": true, "id": "18025ed81c804927a1f0e0e0ba20836f", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.28:5000/v3/projects/1e2f68a072b64978bd7ea91c2d64aca6"}, "enabled": true, "id": "1e2f68a072b64978bd7ea91c2d64aca6", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: snaps_health_check", "links": {"self": "http://172.30.9.28:5000/v3/projects/63ce1c38db314aae844c45218d595c6c"}, "enabled": true, "id": "63ce1c38db314aae844c45218d595c6c", "parent_id": "default", "domain_id": "default", "name": "snaps_health_check-project_f3bc4919-11b1-4924-8857-2a48e0030f8f"}]} 2018-09-04 10:36:03,679 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects used request id req-dc5a5b12-c39e-44ce-95dc-88c9c6e011b7 2018-09-04 10:36:03,679 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0830798149109s 2018-09-04 10:36:03,679 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects used request id req-dc5a5b12-c39e-44ce-95dc-88c9c6e011b7 2018-09-04 10:36:03,681 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-09-04 10:36:03,682 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:5000/v3/projects/63ce1c38db314aae844c45218d595c6c -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}e5627365f29cf7747b33bb1db392555d7f5501ae" 2018-09-04 10:36:03,819 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 10:36:03 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8972e09a-838c-4379-8e18-6171e04d1fc4 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 10:36:03,819 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/projects/63ce1c38db314aae844c45218d595c6c used request id req-8972e09a-838c-4379-8e18-6171e04d1fc4 2018-09-04 10:36:03,819 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.137826919556s 2018-09-04 10:36:03,819 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/projects/63ce1c38db314aae844c45218d595c6c used request id req-8972e09a-838c-4379-8e18-6171e04d1fc4 2018-09-04 10:36:03,820 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-09-04 10:36:03,820 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e5627365f29cf7747b33bb1db392555d7f5501ae" 2018-09-04 10:36:03,895 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:36:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fc7d179a-6aff-45d8-b6c0-94e0dd07856a Content-Encoding: gzip Content-Length: 317 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3d416247e8224533841040c3ad2bce5a", "links": {"self": "http://172.30.9.28:5000/v3/roles/3d416247e8224533841040c3ad2bce5a"}, "name": "admin"}, {"domain_id": null, "id": "6fc48fbb08d4410680bf5ace535e410c", "links": {"self": "http://172.30.9.28:5000/v3/roles/6fc48fbb08d4410680bf5ace535e410c"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "e18ad2d0d48a44969f2b9c35ef23aba1", "links": {"self": "http://172.30.9.28:5000/v3/roles/e18ad2d0d48a44969f2b9c35ef23aba1"}, "name": "Member"}, {"domain_id": null, "id": "fea739ce4d1249249c128f55b640b79d", "links": {"self": "http://172.30.9.28:5000/v3/roles/fea739ce4d1249249c128f55b640b79d"}, "name": "ResellerAdmin"}]} 2018-09-04 10:36:03,895 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-fc7d179a-6aff-45d8-b6c0-94e0dd07856a 2018-09-04 10:36:03,896 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0757739543915s 2018-09-04 10:36:03,897 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleDelete 2018-09-04 10:36:03,898 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:5000/v3/roles/e18ad2d0d48a44969f2b9c35ef23aba1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e5627365f29cf7747b33bb1db392555d7f5501ae" 2018-09-04 10:36:03,996 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 10:36:03 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-3a1282ef-0467-4f9a-90e3-fb01edd37e69 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 10:36:03,996 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/roles/e18ad2d0d48a44969f2b9c35ef23aba1 used request id req-3a1282ef-0467-4f9a-90e3-fb01edd37e69 2018-09-04 10:36:03,996 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleDelete in 0.0988538265228s 2018-09-04 10:36:03,997 - xtesting.ci.run_tests - INFO - Xtesting report: +----------------------------+------------------+---------------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +----------------------------+------------------+---------------------+------------------+----------------+ | connection_check | functest | healthcheck | 00:11 | PASS | | api_check | functest | healthcheck | 12:06 | PASS | | snaps_health_check | functest | healthcheck | 01:35 | PASS | +----------------------------+------------------+---------------------+------------------+----------------+ 2018-09-04 10:36:04,001 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_OK 2018-09-04 10:36:49,025 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-fraser-275 | | 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-09-04 10:36:49,029 - 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=sMm7fUKQ9MBhjVpaGRpybdxGx export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.28,192.30.9.6 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.28: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.6 export OS_REGION_NAME=regionOne 2018-09-04 10:36:49,029 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-09-04 10:36:49,030 - 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-09-04 10:36:49,061 - xtesting.ci.run_tests - INFO - Loading test case 'vping_ssh'... 2018-09-04 10:36:50,079 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-09-04 10:36:50,079 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-09-04 10:36:50,079 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-09-04 10:36:50,079 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-09-04 10:36:50,079 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-09-04 10:36:50,079 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-09-04 10:36:50,079 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-09-04 10:36:50,079 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-09-04 10:36:50,079 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-09-04 10:36:50,079 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-09-04 10:36:50,079 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-09-04 10:36:50,079 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-09-04 10:36:50,080 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-09-04 10:36:50,080 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-09-04 10:36:50,080 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-09-04 10:36:50,080 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-09-04 10:36:50,080 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-09-04 10:36:50,080 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-09-04 10:36:50,080 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-09-04 10:36:50,080 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-09-04 10:36:50,080 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-09-04 10:36:50,086 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-09-04 10:36:50,086 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-09-04 10:36:50,086 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-09-04 10:36:50,088 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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-09-04 10:36:50,095 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:36:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fdff2898-2732-4c28-9642-daf1ab8c508e 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.28:5000/v3/", "rel": "self"}]}} 2018-09-04 10:36:50,095 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-fdff2898-2732-4c28-9642-daf1ab8c508e 2018-09-04 10:36:50,096 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-09-04 10:36:50,490 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "3d416247e8224533841040c3ad2bce5a", "name": "admin"}], "expires_at": "2018-09-04T11:36:50.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1e2f68a072b64978bd7ea91c2d64aca6", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v1/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235635a698ef4bef9dc6b25273d185da"}, {"url": "http://192.30.9.6:8776/v1/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "23b07b3fbfc340a58cf0f9b2871a0d23"}, {"url": "http://172.30.9.28:8776/v1/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "72fd0aaa144d45419f4b04b6b26f69a7"}], "type": "volume", "id": "097241c25b4d4f7e91b3f8efa155909e", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v3/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93eb4cf3030a49e7840bec071422d397"}, {"url": "http://192.30.9.6:8776/v3/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8af439a6ac147fdbcb38ed9aa916b68"}, {"url": "http://192.30.9.6:8776/v3/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c4bfdbc9b7c74a23a40afdf578cfeba4"}], "type": "volumev3", "id": "1c85f4682ce44f729db1dabd98e965e8", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "82239574a29d4603a2161006f61851cf"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8d15f7134f364a7bbcfff2f84aac3bf2"}, {"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e01668c43a0c4c279b9a3d20a0280d6c"}], "type": "image", "id": "297d8415ca96454991054983920912f7", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7bb4d60e20734d4a9f31ec75e02cb823"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bf6adec15590466a9a0d3bddb00e8993"}, {"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f096f03a1d12411a8972f6f7c196b60d"}], "type": "policy", "id": "54c64351b56d44bbad74c2969cc3aa00", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "354ae6870a324fab82d0a0fb68ee0f26"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a3807e460dd4af488d982b66c52e64c"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e7c3da785076450abd71868e75ce0c33"}], "type": "cloudformation", "id": "6ac9917ae83c4639a15a4ab3cf0e76dd", "name": "heat-cfn"}, {"endpoints": [], "type": "metering", "id": "7fcc078e5e0645f29df67742ac14e388", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49e71628d386464cb950d6a9db00a328"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75b0a63ed8574bbcab1c851cc9b83d30"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9902b0a8b3c04cd192a1b84c417c232b"}], "type": "key-manager", "id": "9626544a32e74678a641c6e206f028a9", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "497340e5aa36485982fdf297f370558f"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7802beb4fc7c4952897b77bd5610b1fe"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c14af798917f4fa0b146d9772583e595"}], "type": "metric", "id": "973bfe8c658d4e5a8da725e76b9d550e", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "288ecc3674ea41d2aa3b790dcb832bf2"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7a6dc785cd7142f5b30f1a7ba0daeb03"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7f7d34e2351b4964befccc862c4e8e12"}], "type": "network", "id": "a348d7b06050474fb449be7f32ea6f5d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "21bce6ecb8464a1f8f3e3847aa698bd6"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0a8faf2246b47deb30e69e48d3551fb"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e71c6011de3d4d8589e5b53dcc79f288"}], "type": "identity", "id": "ad8d4b4953184137a1b913ecee9434ed", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "13474f9a78ca4f1184e4cddc84d0d98c"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad67365a18234bb78c336e6776958c00"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc54db13337f44f8921fbb9ad0f81de8"}], "type": "alarming", "id": "bb18dc3243034f08a6a7f69f7a1edccf", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0d91d7adf0304b2681c77f979e5cdb17"}, {"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "756e5ffca9774ab3ae2db41bf330417f"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c07c727a08c243b287827f539a124e63"}], "type": "placement", "id": "bb2c9432fcbd4c56913177122468f6ba", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8004/v1/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1eed4912224b48cf9856446eae4d9928"}, {"url": "http://192.30.9.6:8004/v1/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b73b7f99236541148d84f24f09e5dd40"}, {"url": "http://192.30.9.6:8004/v1/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fbf12e52911244fdafc24a9d46f56e62"}], "type": "orchestration", "id": "c8918d139da945ba93df4ccce21d4904", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16bf098b9e2e490f8e47fa601059f975"}, {"url": "http://192.30.9.6:8776/v2/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc16fa4cf491444ca2f611d5692c1170"}, {"url": "http://192.30.9.6:8776/v2/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ccd2c5325dff4b90b391db9fdde67d99"}], "type": "volumev2", "id": "d09ac9123c34494abce21d6c27bee9d9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eac694332354a3aa0e61c31314166d7"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b4d4989c4e764717ab78d38675cadd3f"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff196e46b56d406d87a678f1a64497b0"}], "type": "compute", "id": "d4030ee932c84df58c5b910cc197caa7", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "42c3a9abd8ad4ce8ab2c4cc6e0403c33"}, "audit_ids": ["WY6j8CXAQ5auNVjRz-M-ZQ"], "issued_at": "2018-09-04T10:36:50.000000Z"}} 2018-09-04 10:36:50,493 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-04 10:36:50,494 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28: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}2b5ffa4a1c78182964852748ee11596d78fcb0e2" 2018-09-04 10:36:50,745 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-72550131-05b2-49b8-9e2d-ac392660293e Date: Tue, 04 Sep 2018 10:36:50 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"4097e349-dd4a-4a5e-95d6-eed5c2d7b85a","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"18025ed81c804927a1f0e0e0ba20836f","status":"ACTIVE","subnets":["5092c110-d468-4f12-acae-47d56d35dff1"],"description":"","tags":[],"updated_at":"2018-09-04T10:10:50Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"18025ed81c804927a1f0e0e0ba20836f","created_at":"2018-09-04T10:10:44Z","provider:network_type":"flat"}]} 2018-09-04 10:36:50,745 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json?router%3Aexternal=True used request id req-72550131-05b2-49b8-9e2d-ac392660293e 2018-09-04 10:36:50,746 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.252215147018s 2018-09-04 10:36:50,746 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json?router%3Aexternal=True used request id req-72550131-05b2-49b8-9e2d-ac392660293e 2018-09-04 10:36:50,751 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainList 2018-09-04 10:36:50,755 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}2b5ffa4a1c78182964852748ee11596d78fcb0e2" 2018-09-04 10:36:50,760 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 04 Sep 2018 10:36: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.28: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.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-04 10:36:50,978 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/domains? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2b5ffa4a1c78182964852748ee11596d78fcb0e2" 2018-09-04 10:36:51,055 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:36:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bf444c34-ba4e-46a7-9c27-1699c3074586 Content-Encoding: gzip Content-Length: 213 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.28:5000/v3/domains/bb3675e8f7584634b56038f5732ae451"}, "description": "", "name": "heat_stack", "enabled": true, "id": "bb3675e8f7584634b56038f5732ae451"}, {"links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains", "previous": null, "next": null}} 2018-09-04 10:36:51,055 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains used request id req-bf444c34-ba4e-46a7-9c27-1699c3074586 2018-09-04 10:36:51,055 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainList in 0.303550004959s 2018-09-04 10:36:51,056 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-09-04 10:36:51,056 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28: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}2b5ffa4a1c78182964852748ee11596d78fcb0e2" -d '{"project": {"description": "Created by OPNFV Functest: vping_ssh", "enabled": true, "domain_id": "default", "name": "vping_ssh-project_765e872f-da41-4d34-89de-e797c7840b14"}}' 2018-09-04 10:36:51,165 - keystoneauth.session - DEBUG - RESP: [201] Date: Tue, 04 Sep 2018 10:36:51 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1e6d03fe-5163-4e2b-8838-114f8dd25864 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.28:5000/v3/projects/4ad41bc126174d318b5e7a8516fcf4af"}, "enabled": true, "id": "4ad41bc126174d318b5e7a8516fcf4af", "parent_id": "default", "domain_id": "default", "name": "vping_ssh-project_765e872f-da41-4d34-89de-e797c7840b14"}} 2018-09-04 10:36:51,165 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/projects used request id req-1e6d03fe-5163-4e2b-8838-114f8dd25864 2018-09-04 10:36:51,166 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.109539031982s 2018-09-04 10:36:51,166 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/projects used request id req-1e6d03fe-5163-4e2b-8838-114f8dd25864 2018-09-04 10:36:51,167 - functest.core.tenantnetwork - DEBUG - project: Munch({'is_enabled': True, 'parent_id': u'default', 'is_domain': False, 'name': u'vping_ssh-project_765e872f-da41-4d34-89de-e797c7840b14', 'id': u'4ad41bc126174d318b5e7a8516fcf4af', '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-09-04 10:36:51,167 - shade.task_manager - DEBUG - Manager envvars:regionOne running task UserCreate 2018-09-04 10:36:51,572 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task UserCreate in 0.40495800972s 2018-09-04 10:36:51,573 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/users/a130cb00c12346ac914af686eb312045 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2b5ffa4a1c78182964852748ee11596d78fcb0e2" 2018-09-04 10:36:51,665 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:36:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e19fc5d5-910a-419e-bdc2-235f011519e6 Content-Encoding: gzip Content-Length: 213 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.28:5000/v3/users/a130cb00c12346ac914af686eb312045"}, "enabled": true, "id": "a130cb00c12346ac914af686eb312045", "options": {}, "domain_id": "default", "name": "vping_ssh-user_765e872f-da41-4d34-89de-e797c7840b14"}} 2018-09-04 10:36:51,665 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users/a130cb00c12346ac914af686eb312045 used request id req-e19fc5d5-910a-419e-bdc2-235f011519e6 2018-09-04 10:36:51,666 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'a130cb00c12346ac914af686eb312045', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'vping_ssh-user_765e872f-da41-4d34-89de-e797c7840b14'}) 2018-09-04 10:36:51,666 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-09-04 10:36:51,667 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2b5ffa4a1c78182964852748ee11596d78fcb0e2" 2018-09-04 10:36:51,684 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:36:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4d77069f-01a7-4ba1-99e5-b3352ac1af9f Content-Encoding: gzip Content-Length: 284 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3d416247e8224533841040c3ad2bce5a", "links": {"self": "http://172.30.9.28:5000/v3/roles/3d416247e8224533841040c3ad2bce5a"}, "name": "admin"}, {"domain_id": null, "id": "6fc48fbb08d4410680bf5ace535e410c", "links": {"self": "http://172.30.9.28:5000/v3/roles/6fc48fbb08d4410680bf5ace535e410c"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "fea739ce4d1249249c128f55b640b79d", "links": {"self": "http://172.30.9.28:5000/v3/roles/fea739ce4d1249249c128f55b640b79d"}, "name": "ResellerAdmin"}]} 2018-09-04 10:36:51,684 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-4d77069f-01a7-4ba1-99e5-b3352ac1af9f 2018-09-04 10:36:51,684 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0178470611572s 2018-09-04 10:36:51,685 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-09-04 10:36:51,686 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2b5ffa4a1c78182964852748ee11596d78fcb0e2" 2018-09-04 10:36:51,771 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:36:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1184d0ef-7981-4820-8377-378134102a44 Content-Encoding: gzip Content-Length: 284 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3d416247e8224533841040c3ad2bce5a", "links": {"self": "http://172.30.9.28:5000/v3/roles/3d416247e8224533841040c3ad2bce5a"}, "name": "admin"}, {"domain_id": null, "id": "6fc48fbb08d4410680bf5ace535e410c", "links": {"self": "http://172.30.9.28:5000/v3/roles/6fc48fbb08d4410680bf5ace535e410c"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "fea739ce4d1249249c128f55b640b79d", "links": {"self": "http://172.30.9.28:5000/v3/roles/fea739ce4d1249249c128f55b640b79d"}, "name": "ResellerAdmin"}]} 2018-09-04 10:36:51,771 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-1184d0ef-7981-4820-8377-378134102a44 2018-09-04 10:36:51,772 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0861039161682s 2018-09-04 10:36:51,773 - functest.core.tenantnetwork - INFO - Creating default role Member 2018-09-04 10:36:51,774 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleCreate 2018-09-04 10:36:51,774 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2b5ffa4a1c78182964852748ee11596d78fcb0e2" -d '{"role": {"name": "Member"}}' 2018-09-04 10:36:51,871 - keystoneauth.session - DEBUG - RESP: [201] Date: Tue, 04 Sep 2018 10:36:51 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ad879bd9-4fba-465b-8beb-8a48762af675 Content-Length: 177 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "742f44a3e0dd49a9b23341eba1a5aa95", "links": {"self": "http://172.30.9.28:5000/v3/roles/742f44a3e0dd49a9b23341eba1a5aa95"}, "name": "Member"}} 2018-09-04 10:36:51,871 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/roles used request id req-ad879bd9-4fba-465b-8beb-8a48762af675 2018-09-04 10:36:51,871 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleCreate in 0.0976829528809s 2018-09-04 10:36:51,872 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/roles/742f44a3e0dd49a9b23341eba1a5aa95 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2b5ffa4a1c78182964852748ee11596d78fcb0e2" 2018-09-04 10:36:51,951 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:36:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d12e14f0-7f11-457c-8061-992d910d969b Content-Encoding: gzip Content-Length: 142 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.28:5000/v3/roles/742f44a3e0dd49a9b23341eba1a5aa95"}, "domain_id": null, "name": "Member", "id": "742f44a3e0dd49a9b23341eba1a5aa95"}} 2018-09-04 10:36:51,951 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles/742f44a3e0dd49a9b23341eba1a5aa95 used request id req-d12e14f0-7f11-457c-8061-992d910d969b 2018-09-04 10:36:51,951 - functest.core.tenantnetwork - DEBUG - role: Munch({'NAME_ATTR': 'name', 'name': u'Member', 'links': {u'self': u'http://172.30.9.28:5000/v3/roles/742f44a3e0dd49a9b23341eba1a5aa95'}, 'domain_id': None, 'human_id': None, 'id': u'742f44a3e0dd49a9b23341eba1a5aa95', 'HUMAN_ID': False}) 2018-09-04 10:36:51,952 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-09-04 10:36:51,952 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2b5ffa4a1c78182964852748ee11596d78fcb0e2" 2018-09-04 10:36:52,029 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:36:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2d005fa9-353b-43d8-9eb2-f2eaf8f3480f Content-Encoding: gzip Content-Length: 314 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3d416247e8224533841040c3ad2bce5a", "links": {"self": "http://172.30.9.28:5000/v3/roles/3d416247e8224533841040c3ad2bce5a"}, "name": "admin"}, {"domain_id": null, "id": "6fc48fbb08d4410680bf5ace535e410c", "links": {"self": "http://172.30.9.28:5000/v3/roles/6fc48fbb08d4410680bf5ace535e410c"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "742f44a3e0dd49a9b23341eba1a5aa95", "links": {"self": "http://172.30.9.28:5000/v3/roles/742f44a3e0dd49a9b23341eba1a5aa95"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "fea739ce4d1249249c128f55b640b79d", "links": {"self": "http://172.30.9.28:5000/v3/roles/fea739ce4d1249249c128f55b640b79d"}, "name": "ResellerAdmin"}]} 2018-09-04 10:36:52,029 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-2d005fa9-353b-43d8-9eb2-f2eaf8f3480f 2018-09-04 10:36:52,029 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0771389007568s 2018-09-04 10:36:52,030 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2018-09-04 10:36:52,031 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2b5ffa4a1c78182964852748ee11596d78fcb0e2" 2018-09-04 10:36:52,103 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:36:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-65953c95-0ad9-42f8-ba96-b8bbaa3a8220 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.28:5000/v3/domains/default"}, "name": "Default"}} 2018-09-04 10:36:52,103 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains/default used request id req-65953c95-0ad9-42f8-ba96-b8bbaa3a8220 2018-09-04 10:36:52,104 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.0732710361481s 2018-09-04 10:36:52,105 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-09-04 10:36:52,105 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}2b5ffa4a1c78182964852748ee11596d78fcb0e2" 2018-09-04 10:36:52,198 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:36:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a9e4e496-b8c9-4be3-83fd-6a685cea88be Content-Encoding: gzip Content-Length: 835 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.28:5000/v3/users/2719bb13630f43dfa92537864b7b9156"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2719bb13630f43dfa92537864b7b9156", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.28:5000/v3/users/36910ef6abf94075a2d6069c8571e383"}, "domain_id": "default", "enabled": true, "options": {}, "id": "36910ef6abf94075a2d6069c8571e383", "email": "cinder@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.28:5000/v3/users/42c3a9abd8ad4ce8ab2c4cc6e0403c33"}, "domain_id": "default", "enabled": true, "options": {}, "id": "42c3a9abd8ad4ce8ab2c4cc6e0403c33", "email": "admin@example.com", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.28:5000/v3/users/449836e5f54549afb8a7ce28abf3d544"}, "domain_id": "default", "enabled": true, "options": {}, "id": "449836e5f54549afb8a7ce28abf3d544", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.28:5000/v3/users/4f2d44b313674c27b065e562198a2eaf"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4f2d44b313674c27b065e562198a2eaf", "email": "placement@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.28:5000/v3/users/53e472b53b3247cc998195108afb0333"}, "domain_id": "default", "enabled": true, "options": {}, "id": "53e472b53b3247cc998195108afb0333", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.28:5000/v3/users/72c8a4f27c80473bb772f1af33725838"}, "domain_id": "default", "enabled": true, "options": {}, "id": "72c8a4f27c80473bb772f1af33725838", "email": "glance@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.28:5000/v3/users/7661c02c249442d984369889093013fe"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7661c02c249442d984369889093013fe", "email": "barbican@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.28:5000/v3/users/78cfb105b70a43c69c179056f12732d4"}, "domain_id": "bb3675e8f7584634b56038f5732ae451", "enabled": true, "options": {}, "id": "78cfb105b70a43c69c179056f12732d4", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.28:5000/v3/users/7cc5af47f4974b51be24b8af469f48f6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7cc5af47f4974b51be24b8af469f48f6", "email": "aodh@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.28:5000/v3/users/828ac5d6a2ef4b0091fb761ec963b324"}, "domain_id": "default", "enabled": true, "options": {}, "id": "828ac5d6a2ef4b0091fb761ec963b324", "email": "congress@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.28:5000/v3/users/9dcf57654b41495ea7db845703bc37f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9dcf57654b41495ea7db845703bc37f8", "email": "gnocchi@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "vping_ssh-user_765e872f-da41-4d34-89de-e797c7840b14", "links": {"self": "http://172.30.9.28:5000/v3/users/a130cb00c12346ac914af686eb312045"}, "domain_id": "default", "enabled": true, "id": "a130cb00c12346ac914af686eb312045", "options": {}}, {"name": "neutron", "links": {"self": "http://172.30.9.28:5000/v3/users/c4e0c9bcba5d4f0895d28f0f72346c41"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c4e0c9bcba5d4f0895d28f0f72346c41", "email": "neutron@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.28:5000/v3/users/ef3f2972886b4078848941109f593feb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ef3f2972886b4078848941109f593feb", "email": "nova@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.28:5000/v3/users", "previous": null, "next": null}} 2018-09-04 10:36:52,198 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-a9e4e496-b8c9-4be3-83fd-6a685cea88be 2018-09-04 10:36:52,198 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0936748981476s 2018-09-04 10:36:52,199 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-a9e4e496-b8c9-4be3-83fd-6a685cea88be 2018-09-04 10:36:52,205 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-09-04 10:36:52,205 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28: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}2b5ffa4a1c78182964852748ee11596d78fcb0e2" 2018-09-04 10:36:52,291 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:36:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a5328379-4326-4b2f-951f-f386cb3c985c Content-Encoding: gzip Content-Length: 390 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28: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.28:5000/v3/projects/18025ed81c804927a1f0e0e0ba20836f"}, "enabled": true, "id": "18025ed81c804927a1f0e0e0ba20836f", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.28:5000/v3/projects/1e2f68a072b64978bd7ea91c2d64aca6"}, "enabled": true, "id": "1e2f68a072b64978bd7ea91c2d64aca6", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: vping_ssh", "links": {"self": "http://172.30.9.28:5000/v3/projects/4ad41bc126174d318b5e7a8516fcf4af"}, "enabled": true, "id": "4ad41bc126174d318b5e7a8516fcf4af", "parent_id": "default", "domain_id": "default", "name": "vping_ssh-project_765e872f-da41-4d34-89de-e797c7840b14"}]} 2018-09-04 10:36:52,291 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?domain_id=default used request id req-a5328379-4326-4b2f-951f-f386cb3c985c 2018-09-04 10:36:52,291 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0864310264587s 2018-09-04 10:36:52,292 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?domain_id=default used request id req-a5328379-4326-4b2f-951f-f386cb3c985c 2018-09-04 10:36:52,294 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2018-09-04 10:36:52,295 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/role_assignments?user.id=a130cb00c12346ac914af686eb312045&scope.project.id=4ad41bc126174d318b5e7a8516fcf4af&role.id=742f44a3e0dd49a9b23341eba1a5aa95 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2b5ffa4a1c78182964852748ee11596d78fcb0e2" 2018-09-04 10:36:52,366 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:36:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fdf93e1a-1103-443a-9de5-c00d610fc31b Content-Encoding: gzip Content-Length: 211 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.28:5000/v3/role_assignments?user.id=a130cb00c12346ac914af686eb312045&scope.project.id=4ad41bc126174d318b5e7a8516fcf4af&role.id=742f44a3e0dd49a9b23341eba1a5aa95", "previous": null, "next": null}} 2018-09-04 10:36:52,366 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/role_assignments?user.id=a130cb00c12346ac914af686eb312045&scope.project.id=4ad41bc126174d318b5e7a8516fcf4af&role.id=742f44a3e0dd49a9b23341eba1a5aa95 used request id req-fdf93e1a-1103-443a-9de5-c00d610fc31b 2018-09-04 10:36:52,367 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.0724968910217s 2018-09-04 10:36:52,367 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2018-09-04 10:36:52,368 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.28:5000/v3/projects/4ad41bc126174d318b5e7a8516fcf4af/users/a130cb00c12346ac914af686eb312045/roles/742f44a3e0dd49a9b23341eba1a5aa95 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2b5ffa4a1c78182964852748ee11596d78fcb0e2" 2018-09-04 10:36:52,491 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 10:36:52 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-3690337e-a35d-4a97-a47f-a454ba848eba Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 10:36:52,491 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.28:5000/v3/projects/4ad41bc126174d318b5e7a8516fcf4af/users/a130cb00c12346ac914af686eb312045/roles/742f44a3e0dd49a9b23341eba1a5aa95 used request id req-3690337e-a35d-4a97-a47f-a454ba848eba 2018-09-04 10:36:52,491 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.123961925507s 2018-09-04 10:36:52,492 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'vping_ssh-project_765e872f-da41-4d34-89de-e797c7840b14', 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': '4746b58b-fa45-4bf4-8e21-159b6a4ed314', 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_765e872f-da41-4d34-89de-e797c7840b14', 'project_id': u'4ad41bc126174d318b5e7a8516fcf4af', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.28:5000/v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2018-09-04 10:36:52,493 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-09-04 10:36:52,494 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-09-04 10:36:52,494 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-09-04 10:36:52,494 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-09-04 10:36:52,494 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-09-04 10:36:52,494 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-09-04 10:36:52,494 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-09-04 10:36:52,494 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-09-04 10:36:52,495 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-09-04 10:36:52,495 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-09-04 10:36:52,495 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-09-04 10:36:52,495 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-09-04 10:36:52,495 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-09-04 10:36:52,495 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-09-04 10:36:52,495 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-09-04 10:36:52,495 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-09-04 10:36:52,495 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-09-04 10:36:52,496 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-09-04 10:36:52,496 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-09-04 10:36:52,496 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-09-04 10:36:52,496 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-09-04 10:36:52,496 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-09-04 10:36:52,496 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-09-04 10:36:52,496 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-09-04 10:36:52,498 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'vping_ssh-user_765e872f-da41-4d34-89de-e797c7840b14', 'password': '4746b58b-fa45-4bf4-8e21-159b6a4ed314', 'project_name': 'vping_ssh-project_765e872f-da41-4d34-89de-e797c7840b14', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.28:5000/v3', 'project_id': '4ad41bc126174d318b5e7a8516fcf4af', 'project_domain_name': 'Default'} 2018-09-04 10:36:52,498 - xtesting.ci.run_tests - INFO - Running test case 'vping_ssh'... 2018-09-04 10:36:52,499 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainList 2018-09-04 10:36:52,499 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/domains? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2b5ffa4a1c78182964852748ee11596d78fcb0e2" 2018-09-04 10:36:52,582 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:36:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b5dd6222-1d91-4c22-9f02-1cc4f04c5465 Content-Encoding: gzip Content-Length: 213 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.28:5000/v3/domains/bb3675e8f7584634b56038f5732ae451"}, "description": "", "name": "heat_stack", "enabled": true, "id": "bb3675e8f7584634b56038f5732ae451"}, {"links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains", "previous": null, "next": null}} 2018-09-04 10:36:52,582 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains used request id req-b5dd6222-1d91-4c22-9f02-1cc4f04c5465 2018-09-04 10:36:52,583 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainList in 0.0839860439301s 2018-09-04 10:36:52,584 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-09-04 10:36:52,585 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28: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}2b5ffa4a1c78182964852748ee11596d78fcb0e2" 2018-09-04 10:36:52,663 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:36:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-71e2ffb0-7ef8-47c4-b4d4-e758f9d3ac5e Content-Encoding: gzip Content-Length: 390 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28: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.28:5000/v3/projects/18025ed81c804927a1f0e0e0ba20836f"}, "enabled": true, "id": "18025ed81c804927a1f0e0e0ba20836f", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.28:5000/v3/projects/1e2f68a072b64978bd7ea91c2d64aca6"}, "enabled": true, "id": "1e2f68a072b64978bd7ea91c2d64aca6", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: vping_ssh", "links": {"self": "http://172.30.9.28:5000/v3/projects/4ad41bc126174d318b5e7a8516fcf4af"}, "enabled": true, "id": "4ad41bc126174d318b5e7a8516fcf4af", "parent_id": "default", "domain_id": "default", "name": "vping_ssh-project_765e872f-da41-4d34-89de-e797c7840b14"}]} 2018-09-04 10:36:52,663 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?domain_id=default used request id req-71e2ffb0-7ef8-47c4-b4d4-e758f9d3ac5e 2018-09-04 10:36:52,663 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.079038143158s 2018-09-04 10:36:52,664 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?domain_id=default used request id req-71e2ffb0-7ef8-47c4-b4d4-e758f9d3ac5e 2018-09-04 10:36:52,667 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-09-04 10:36:52,667 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28: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}2b5ffa4a1c78182964852748ee11596d78fcb0e2" -d '{"network": {"tenant_id": "4ad41bc126174d318b5e7a8516fcf4af", "name": "vping_ssh-net_765e872f-da41-4d34-89de-e797c7840b14", "admin_state_up": true}}' 2018-09-04 10:36:53,258 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-e2e3b196-a615-4d2c-98d7-e84ff61ff2e7 Date: Tue, 04 Sep 2018 10:36: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":"38af771c-820d-4a64-b632-1c8051984458","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"4ad41bc126174d318b5e7a8516fcf4af","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-09-04T10:36:53Z","is_default":false,"provider:segmentation_id":64,"name":"vping_ssh-net_765e872f-da41-4d34-89de-e797c7840b14","admin_state_up":true,"tenant_id":"4ad41bc126174d318b5e7a8516fcf4af","created_at":"2018-09-04T10:36:53Z","mtu":1450}} 2018-09-04 10:36:53,259 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-e2e3b196-a615-4d2c-98d7-e84ff61ff2e7 2018-09-04 10:36:53,259 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.592003107071s 2018-09-04 10:36:53,259 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-e2e3b196-a615-4d2c-98d7-e84ff61ff2e7 2018-09-04 10:36:53,259 - functest.core.tenantnetwork - DEBUG - network: Munch({u'status': u'ACTIVE', u'subnets': [], u'description': u'', u'provider:physical_network': None, u'tags': [], u'ipv6_address_scope': None, u'updated_at': u'2018-09-04T10:36:53Z', u'is_default': False, u'revision_number': 2, u'port_security_enabled': True, u'provider:network_type': u'vxlan', u'id': u'38af771c-820d-4a64-b632-1c8051984458', u'provider:segmentation_id': 64, u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'vping_ssh-net_765e872f-da41-4d34-89de-e797c7840b14', u'admin_state_up': True, u'tenant_id': u'4ad41bc126174d318b5e7a8516fcf4af', u'created_at': u'2018-09-04T10:36:53Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'4ad41bc126174d318b5e7a8516fcf4af'}) 2018-09-04 10:36:53,261 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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-09-04 10:36:53,267 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:36:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-239f68a5-49d3-4067-aa7a-2bcd05c75365 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.28:5000/v3/", "rel": "self"}]}} 2018-09-04 10:36:53,267 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-239f68a5-49d3-4067-aa7a-2bcd05c75365 2018-09-04 10:36:53,268 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-09-04 10:36:53,647 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "742f44a3e0dd49a9b23341eba1a5aa95", "name": "Member"}], "expires_at": "2018-09-04T11:36:53.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "4ad41bc126174d318b5e7a8516fcf4af", "name": "vping_ssh-project_765e872f-da41-4d34-89de-e797c7840b14"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v1/4ad41bc126174d318b5e7a8516fcf4af", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235635a698ef4bef9dc6b25273d185da"}, {"url": "http://192.30.9.6:8776/v1/4ad41bc126174d318b5e7a8516fcf4af", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "23b07b3fbfc340a58cf0f9b2871a0d23"}, {"url": "http://172.30.9.28:8776/v1/4ad41bc126174d318b5e7a8516fcf4af", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "72fd0aaa144d45419f4b04b6b26f69a7"}], "type": "volume", "id": "097241c25b4d4f7e91b3f8efa155909e", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v3/4ad41bc126174d318b5e7a8516fcf4af", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93eb4cf3030a49e7840bec071422d397"}, {"url": "http://192.30.9.6:8776/v3/4ad41bc126174d318b5e7a8516fcf4af", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8af439a6ac147fdbcb38ed9aa916b68"}, {"url": "http://192.30.9.6:8776/v3/4ad41bc126174d318b5e7a8516fcf4af", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c4bfdbc9b7c74a23a40afdf578cfeba4"}], "type": "volumev3", "id": "1c85f4682ce44f729db1dabd98e965e8", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "82239574a29d4603a2161006f61851cf"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8d15f7134f364a7bbcfff2f84aac3bf2"}, {"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e01668c43a0c4c279b9a3d20a0280d6c"}], "type": "image", "id": "297d8415ca96454991054983920912f7", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7bb4d60e20734d4a9f31ec75e02cb823"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bf6adec15590466a9a0d3bddb00e8993"}, {"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f096f03a1d12411a8972f6f7c196b60d"}], "type": "policy", "id": "54c64351b56d44bbad74c2969cc3aa00", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "354ae6870a324fab82d0a0fb68ee0f26"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a3807e460dd4af488d982b66c52e64c"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e7c3da785076450abd71868e75ce0c33"}], "type": "cloudformation", "id": "6ac9917ae83c4639a15a4ab3cf0e76dd", "name": "heat-cfn"}, {"endpoints": [], "type": "metering", "id": "7fcc078e5e0645f29df67742ac14e388", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49e71628d386464cb950d6a9db00a328"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75b0a63ed8574bbcab1c851cc9b83d30"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9902b0a8b3c04cd192a1b84c417c232b"}], "type": "key-manager", "id": "9626544a32e74678a641c6e206f028a9", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "497340e5aa36485982fdf297f370558f"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7802beb4fc7c4952897b77bd5610b1fe"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c14af798917f4fa0b146d9772583e595"}], "type": "metric", "id": "973bfe8c658d4e5a8da725e76b9d550e", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "288ecc3674ea41d2aa3b790dcb832bf2"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7a6dc785cd7142f5b30f1a7ba0daeb03"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7f7d34e2351b4964befccc862c4e8e12"}], "type": "network", "id": "a348d7b06050474fb449be7f32ea6f5d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "21bce6ecb8464a1f8f3e3847aa698bd6"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0a8faf2246b47deb30e69e48d3551fb"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e71c6011de3d4d8589e5b53dcc79f288"}], "type": "identity", "id": "ad8d4b4953184137a1b913ecee9434ed", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "13474f9a78ca4f1184e4cddc84d0d98c"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad67365a18234bb78c336e6776958c00"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc54db13337f44f8921fbb9ad0f81de8"}], "type": "alarming", "id": "bb18dc3243034f08a6a7f69f7a1edccf", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0d91d7adf0304b2681c77f979e5cdb17"}, {"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "756e5ffca9774ab3ae2db41bf330417f"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c07c727a08c243b287827f539a124e63"}], "type": "placement", "id": "bb2c9432fcbd4c56913177122468f6ba", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8004/v1/4ad41bc126174d318b5e7a8516fcf4af", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1eed4912224b48cf9856446eae4d9928"}, {"url": "http://192.30.9.6:8004/v1/4ad41bc126174d318b5e7a8516fcf4af", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b73b7f99236541148d84f24f09e5dd40"}, {"url": "http://192.30.9.6:8004/v1/4ad41bc126174d318b5e7a8516fcf4af", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fbf12e52911244fdafc24a9d46f56e62"}], "type": "orchestration", "id": "c8918d139da945ba93df4ccce21d4904", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/4ad41bc126174d318b5e7a8516fcf4af", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16bf098b9e2e490f8e47fa601059f975"}, {"url": "http://192.30.9.6:8776/v2/4ad41bc126174d318b5e7a8516fcf4af", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc16fa4cf491444ca2f611d5692c1170"}, {"url": "http://192.30.9.6:8776/v2/4ad41bc126174d318b5e7a8516fcf4af", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ccd2c5325dff4b90b391db9fdde67d99"}], "type": "volumev2", "id": "d09ac9123c34494abce21d6c27bee9d9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eac694332354a3aa0e61c31314166d7"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b4d4989c4e764717ab78d38675cadd3f"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff196e46b56d406d87a678f1a64497b0"}], "type": "compute", "id": "d4030ee932c84df58c5b910cc197caa7", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "vping_ssh-user_765e872f-da41-4d34-89de-e797c7840b14", "id": "a130cb00c12346ac914af686eb312045"}, "audit_ids": ["1ulDYnApSHWXSuexVh04ag"], "issued_at": "2018-09-04T10:36:53.000000Z"}} 2018-09-04 10:36:53,650 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-04 10:36:53,651 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}bc04d2dc83247703d8fdba5144f592ef531cee7c" 2018-09-04 10:36:53,906 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1148 X-Openstack-Request-Id: req-ca404aa4-1a47-4567-a0f4-a1acf25a19dd Date: Tue, 04 Sep 2018 10:36:53 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":[],"updated_at":"2018-09-04T10:36:53Z","tenant_id":"4ad41bc126174d318b5e7a8516fcf4af","created_at":"2018-09-04T10:36:53Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"4ad41bc126174d318b5e7a8516fcf4af","id":"38af771c-820d-4a64-b632-1c8051984458","name":"vping_ssh-net_765e872f-da41-4d34-89de-e797c7840b14"},{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["5092c110-d468-4f12-acae-47d56d35dff1"],"updated_at":"2018-09-04T10:10:50Z","tenant_id":"18025ed81c804927a1f0e0e0ba20836f","created_at":"2018-09-04T10:10:44Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"18025ed81c804927a1f0e0e0ba20836f","id":"4097e349-dd4a-4a5e-95d6-eed5c2d7b85a","name":"external"}]} 2018-09-04 10:36:53,906 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-ca404aa4-1a47-4567-a0f4-a1acf25a19dd 2018-09-04 10:36:53,907 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.256365060806s 2018-09-04 10:36:53,907 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-ca404aa4-1a47-4567-a0f4-a1acf25a19dd 2018-09-04 10:36:53,908 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-09-04 10:36:53,909 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28: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}bc04d2dc83247703d8fdba5144f592ef531cee7c" -d '{"subnet": {"name": "vping_ssh-subnet_765e872f-da41-4d34-89de-e797c7840b14", "enable_dhcp": true, "network_id": "38af771c-820d-4a64-b632-1c8051984458", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-09-04 10:36:54,630 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 677 X-Openstack-Request-Id: req-2fe98f40-136f-41e0-a3d6-a13dde270db1 Date: Tue, 04 Sep 2018 10:36:54 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"38af771c-820d-4a64-b632-1c8051984458","tenant_id":"4ad41bc126174d318b5e7a8516fcf4af","created_at":"2018-09-04T10:36:54Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-09-04T10:36:54Z","gateway_ip":"192.168.120.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"192.168.120.0/24","project_id":"4ad41bc126174d318b5e7a8516fcf4af","id":"221b800a-9f82-4af9-9256-b4d42731e505","subnetpool_id":null,"name":"vping_ssh-subnet_765e872f-da41-4d34-89de-e797c7840b14"}} 2018-09-04 10:36:54,630 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/subnets.json used request id req-2fe98f40-136f-41e0-a3d6-a13dde270db1 2018-09-04 10:36:54,630 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 0.721558094025s 2018-09-04 10:36:54,630 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/subnets.json used request id req-2fe98f40-136f-41e0-a3d6-a13dde270db1 2018-09-04 10:36:54,631 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-09-04T10:36:54Z', u'ipv6_ra_mode': None, u'allocation_pools': [{u'start': u'192.168.120.2', u'end': u'192.168.120.254'}], u'host_routes': [], u'revision_number': 0, u'ipv6_address_mode': None, u'cidr': u'192.168.120.0/24', u'id': u'221b800a-9f82-4af9-9256-b4d42731e505', u'subnetpool_id': None, u'service_types': [], u'name': u'vping_ssh-subnet_765e872f-da41-4d34-89de-e797c7840b14', u'enable_dhcp': True, u'network_id': u'38af771c-820d-4a64-b632-1c8051984458', u'tenant_id': u'4ad41bc126174d318b5e7a8516fcf4af', u'created_at': u'2018-09-04T10:36:54Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'4ad41bc126174d318b5e7a8516fcf4af'}) 2018-09-04 10:36:54,631 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-09-04 10:36:54,633 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28: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}bc04d2dc83247703d8fdba5144f592ef531cee7c" -d '{"router": {"external_gateway_info": {"network_id": "4097e349-dd4a-4a5e-95d6-eed5c2d7b85a"}, "name": "vping_ssh-router_765e872f-da41-4d34-89de-e797c7840b14", "admin_state_up": true}}' 2018-09-04 10:37:01,490 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 620 X-Openstack-Request-Id: req-edfb3bd5-44e6-4a77-a403-75a08df19e71 Date: Tue, 04 Sep 2018 10:37:01 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "4097e349-dd4a-4a5e-95d6-eed5c2d7b85a", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "5092c110-d468-4f12-acae-47d56d35dff1", "ip_address": "172.30.9.215"}]}, "description": "", "tags": [], "tenant_id": "4ad41bc126174d318b5e7a8516fcf4af", "created_at": "2018-09-04T10:37:00Z", "admin_state_up": true, "updated_at": "2018-09-04T10:37:01Z", "revision_number": 2, "routes": [], "project_id": "4ad41bc126174d318b5e7a8516fcf4af", "id": "f8441678-4ef0-4f00-9425-ad7170e569d7", "name": "vping_ssh-router_765e872f-da41-4d34-89de-e797c7840b14"}} 2018-09-04 10:37:01,491 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/routers.json used request id req-edfb3bd5-44e6-4a77-a403-75a08df19e71 2018-09-04 10:37:01,491 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 6.85920906067s 2018-09-04 10:37:01,491 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/routers.json used request id req-edfb3bd5-44e6-4a77-a403-75a08df19e71 2018-09-04 10:37:01,492 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'4097e349-dd4a-4a5e-95d6-eed5c2d7b85a', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'5092c110-d468-4f12-acae-47d56d35dff1', u'ip_address': u'172.30.9.215'}]}, u'description': u'', u'tags': [], u'tenant_id': u'4ad41bc126174d318b5e7a8516fcf4af', u'created_at': u'2018-09-04T10:37:00Z', u'admin_state_up': True, u'updated_at': u'2018-09-04T10:37:01Z', u'revision_number': 2, u'routes': [], u'project_id': u'4ad41bc126174d318b5e7a8516fcf4af', u'id': u'f8441678-4ef0-4f00-9425-ad7170e569d7', u'name': u'vping_ssh-router_765e872f-da41-4d34-89de-e797c7840b14'}) 2018-09-04 10:37:01,493 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-09-04 10:37:01,494 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.28:9696/v2.0/routers/f8441678-4ef0-4f00-9425-ad7170e569d7/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}bc04d2dc83247703d8fdba5144f592ef531cee7c" -d '{"subnet_id": "221b800a-9f82-4af9-9256-b4d42731e505"}' 2018-09-04 10:37:03,205 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-d2c80e5e-868c-4996-b6cf-550d1c351ea6 Date: Tue, 04 Sep 2018 10:37:03 GMT RESP BODY: {"network_id": "38af771c-820d-4a64-b632-1c8051984458", "tenant_id": "4ad41bc126174d318b5e7a8516fcf4af", "subnet_id": "221b800a-9f82-4af9-9256-b4d42731e505", "subnet_ids": ["221b800a-9f82-4af9-9256-b4d42731e505"], "port_id": "b921eff7-5451-4d4d-a38b-c55fa9d09a8d", "id": "f8441678-4ef0-4f00-9425-ad7170e569d7"} 2018-09-04 10:37:03,205 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.28:9696/v2.0/routers/f8441678-4ef0-4f00-9425-ad7170e569d7/add_router_interface.json used request id req-d2c80e5e-868c-4996-b6cf-550d1c351ea6 2018-09-04 10:37:03,205 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 1.71256709099s 2018-09-04 10:37:03,206 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.28:9696/v2.0/routers/f8441678-4ef0-4f00-9425-ad7170e569d7/add_router_interface.json used request id req-d2c80e5e-868c-4996-b6cf-550d1c351ea6 returning object f8441678-4ef0-4f00-9425-ad7170e569d7 2018-09-04 10:37:03,206 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-09-04 10:37:03,329 - shade - DEBUG - Image file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img md5:443b7623e27ecf03dc9e01ee93f67afe sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8 2018-09-04 10:37:03,332 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}bc04d2dc83247703d8fdba5144f592ef531cee7c" 2018-09-04 10:37:03,336 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 648 Date: Tue, 04 Sep 2018 10:37:03 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.5", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}]} 2018-09-04 10:37:03,338 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-09-04 10:37:03,338 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}bc04d2dc83247703d8fdba5144f592ef531cee7c" 2018-09-04 10:37:03,514 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-2b0343c6-d46e-40f8-be01-ee0a74e93fc8 Date: Tue, 04 Sep 2018 10:37:03 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-09-04 10:37:03,514 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-2b0343c6-d46e-40f8-be01-ee0a74e93fc8 2018-09-04 10:37:03,514 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.176180124283s 2018-09-04 10:37:03,515 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-2b0343c6-d46e-40f8-be01-ee0a74e93fc8 2018-09-04 10:37:03,516 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-09-04 10:37:03,517 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28: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}bc04d2dc83247703d8fdba5144f592ef531cee7c" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/vping_ssh-img_765e872f-da41-4d34-89de-e797c7840b14", "container_format": "bare", "disk_format": "qcow2", "visibility": "private", "name": "vping_ssh-img_765e872f-da41-4d34-89de-e797c7840b14"}' 2018-09-04 10:37:03,743 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 870 Content-Type: application/json Location: http://172.30.9.28:9292/v2/images/1920edb0-48eb-4ed9-8c61-551882a9dc7b X-Openstack-Request-Id: req-b16fe90d-48d3-4c85-abfd-2f79d6da6f1b Date: Tue, 04 Sep 2018 10:37:03 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "locations": [], "file": "/v2/images/1920edb0-48eb-4ed9-8c61-551882a9dc7b/file", "owner": "4ad41bc126174d318b5e7a8516fcf4af", "id": "1920edb0-48eb-4ed9-8c61-551882a9dc7b", "size": null, "self": "/v2/images/1920edb0-48eb-4ed9-8c61-551882a9dc7b", "disk_format": "qcow2", "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-09-04T10:37:03Z", "visibility": "private", "owner_specified.shade.object": "images/vping_ssh-img_765e872f-da41-4d34-89de-e797c7840b14", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_ssh-img_765e872f-da41-4d34-89de-e797c7840b14", "checksum": null, "created_at": "2018-09-04T10:37:03Z", "protected": false} 2018-09-04 10:37:03,743 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.28:9292/v2/images used request id req-b16fe90d-48d3-4c85-abfd-2f79d6da6f1b 2018-09-04 10:37:03,743 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.227159023285s 2018-09-04 10:37:03,744 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.28:9292/v2/images used request id req-b16fe90d-48d3-4c85-abfd-2f79d6da6f1b returning object 1920edb0-48eb-4ed9-8c61-551882a9dc7b 2018-09-04 10:37:03,745 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-09-04 10:37:03,745 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.28:9292/v2/images/1920edb0-48eb-4ed9-8c61-551882a9dc7b/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}bc04d2dc83247703d8fdba5144f592ef531cee7c" -d '' 2018-09-04 10:37:04,803 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-026ec21e-e32b-43ba-8210-3c09782056a1 Date: Tue, 04 Sep 2018 10:37:04 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-09-04 10:37:04,804 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.28:9292/v2/images/1920edb0-48eb-4ed9-8c61-551882a9dc7b/file used request id req-026ec21e-e32b-43ba-8210-3c09782056a1 2018-09-04 10:37:04,804 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 1.05897307396s 2018-09-04 10:37:04,804 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.28:9292/v2/images/1920edb0-48eb-4ed9-8c61-551882a9dc7b/file used request id req-026ec21e-e32b-43ba-8210-3c09782056a1 2018-09-04 10:37:04,805 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-09-04 10:37:04,805 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}bc04d2dc83247703d8fdba5144f592ef531cee7c" 2018-09-04 10:37:04,988 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1200 Content-Type: application/json X-Openstack-Request-Id: req-5bcde60f-bb08-4a3d-a463-6c0bf1264cf0 Date: Tue, 04 Sep 2018 10:37:04 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://99671b03-94ed-44b3-b5f6-80b8e44d0570/images/1920edb0-48eb-4ed9-8c61-551882a9dc7b/snap", "metadata": {}}], "file": "/v2/images/1920edb0-48eb-4ed9-8c61-551882a9dc7b/file", "owner": "4ad41bc126174d318b5e7a8516fcf4af", "id": "1920edb0-48eb-4ed9-8c61-551882a9dc7b", "size": 12716032, "self": "/v2/images/1920edb0-48eb-4ed9-8c61-551882a9dc7b", "disk_format": "qcow2", "direct_url": "rbd://99671b03-94ed-44b3-b5f6-80b8e44d0570/images/1920edb0-48eb-4ed9-8c61-551882a9dc7b/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-09-04T10:37:04Z", "visibility": "private", "owner_specified.shade.object": "images/vping_ssh-img_765e872f-da41-4d34-89de-e797c7840b14", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_ssh-img_765e872f-da41-4d34-89de-e797c7840b14", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-09-04T10:37:03Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-09-04 10:37:04,989 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-5bcde60f-bb08-4a3d-a463-6c0bf1264cf0 2018-09-04 10:37:04,989 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.184086084366s 2018-09-04 10:37:04,989 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-5bcde60f-bb08-4a3d-a463-6c0bf1264cf0 2018-09-04 10:37:04,991 - functest.core.singlevm - DEBUG - image: Munch({'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://99671b03-94ed-44b3-b5f6-80b8e44d0570/images/1920edb0-48eb-4ed9-8c61-551882a9dc7b/snap', u'metadata': Munch({})})], 'file': u'/v2/images/1920edb0-48eb-4ed9-8c61-551882a9dc7b/file', 'owner': u'4ad41bc126174d318b5e7a8516fcf4af', 'id': u'1920edb0-48eb-4ed9-8c61-551882a9dc7b', 'size': 12716032, u'self': u'/v2/images/1920edb0-48eb-4ed9-8c61-551882a9dc7b', 'disk_format': u'qcow2', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'4ad41bc126174d318b5e7a8516fcf4af', 'name': 'vping_ssh-project_765e872f-da41-4d34-89de-e797c7840b14', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://99671b03-94ed-44b3-b5f6-80b8e44d0570/images/1920edb0-48eb-4ed9-8c61-551882a9dc7b/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-09-04T10:37:04Z', 'tags': [], 'visibility': u'private', 'updated_at': u'2018-09-04T10:37:04Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/vping_ssh-img_765e872f-da41-4d34-89de-e797c7840b14', 'min_disk': 0, 'is_public': False, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'self': u'/v2/images/1920edb0-48eb-4ed9-8c61-551882a9dc7b', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/vping_ssh-img_765e872f-da41-4d34-89de-e797c7840b14', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}, 'name': u'vping_ssh-img_765e872f-da41-4d34-89de-e797c7840b14', 'created': u'2018-09-04T10:37:03Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-09-04T10:37:03Z', 'minDisk': 0, 'is_protected': False, 'metadata': {u'self': u'/v2/images/1920edb0-48eb-4ed9-8c61-551882a9dc7b', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/vping_ssh-img_765e872f-da41-4d34-89de-e797c7840b14', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}}) 2018-09-04 10:37:04,992 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-09-04 10:37:04,995 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28: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}2b5ffa4a1c78182964852748ee11596d78fcb0e2" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "vping_ssh-flavor_765e872f-da41-4d34-89de-e797c7840b14", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-09-04 10:37:05,243 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10: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-7370afe8-9ff9-4436-8434-79d13da0aa98 x-compute-request-id: req-7370afe8-9ff9-4436-8434-79d13da0aa98 Content-Encoding: gzip Content-Length: 308 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/bfa52e47-4fe8-4dc7-b814-05dce008e7a5", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/bfa52e47-4fe8-4dc7-b814-05dce008e7a5", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "bfa52e47-4fe8-4dc7-b814-05dce008e7a5", "name": "vping_ssh-flavor_765e872f-da41-4d34-89de-e797c7840b14", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-09-04 10:37:05,244 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/flavors used request id req-7370afe8-9ff9-4436-8434-79d13da0aa98 2018-09-04 10:37:05,244 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.251098155975s 2018-09-04 10:37:05,244 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/flavors used request id req-7370afe8-9ff9-4436-8434-79d13da0aa98 returning object bfa52e47-4fe8-4dc7-b814-05dce008e7a5 2018-09-04 10:37:05,245 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'vping_ssh-flavor_765e872f-da41-4d34-89de-e797c7840b14', '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'1e2f68a072b64978bd7ea91c2d64aca6', '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'bfa52e47-4fe8-4dc7-b814-05dce008e7a5', 'swap': 0}) 2018-09-04 10:37:05,246 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-09-04 10:37:05,248 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/flavors/bfa52e47-4fe8-4dc7-b814-05dce008e7a5/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}2b5ffa4a1c78182964852748ee11596d78fcb0e2" -d '{"extra_specs": {}}' 2018-09-04 10:37:05,264 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10: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 x-openstack-request-id: req-40fddeca-840d-4a76-99ba-6a7fccf9844f x-compute-request-id: req-40fddeca-840d-4a76-99ba-6a7fccf9844f Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-09-04 10:37:05,265 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/flavors/bfa52e47-4fe8-4dc7-b814-05dce008e7a5/os-extra_specs used request id req-40fddeca-840d-4a76-99ba-6a7fccf9844f 2018-09-04 10:37:05,265 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0191459655762s 2018-09-04 10:37:05,265 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/flavors/bfa52e47-4fe8-4dc7-b814-05dce008e7a5/os-extra_specs used request id req-40fddeca-840d-4a76-99ba-6a7fccf9844f 2018-09-04 10:37:05,266 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.os-keypairs 2018-09-04 10:37:05,268 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28: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}bc04d2dc83247703d8fdba5144f592ef531cee7c" -d '{"keypair": {"name": "vping_ssh-kp_765e872f-da41-4d34-89de-e797c7840b14"}}' 2018-09-04 10:37:05,576 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10: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-c5326eae-37c6-485b-bddd-3a0cbbd7569d x-compute-request-id: req-c5326eae-37c6-485b-bddd-3a0cbbd7569d Content-Encoding: gzip Content-Length: 1807 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCwOuayri729J6QP61/tigI3mFkYt2Z+AfN5fe3Orv746od+swzMpDdLKOexPJpKJbpwHSDkuu3FeA5dhYCA0scUsr1+m7Hfzh2Sxv8cnPTcmN4gc7QB9WkPYX18ms4JGZQviDpmb2YKh8qfTusQ8eDCJQZ1yNXhEPTmosWGCLQy8jqu+DYN0yBxAEQIqvuJms3PR21mby4Eo+9s68toCpgAyiqTcW/lSvyN9UVUlGGOOfj5Jb5+hQD3YqOAtwSmi5eflkNLHfTYTD20l8T7LfkFNbN4JR06ROwXVxY1+BPaJq5sDSAbD+ir+xQRuDgxSSKWWwq5O3yPqrWlXm3nZF9 Generated-by-Nova", "private_key": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEAsDrmsq4u9vSekD+tf7YoCN5hZGLdmfgHzeX3tzq7++OqHfrM\nMzKQ3SyjnsTyaSiW6cB0g5LrtxXgOXYWAgNLHFLK9fpux384dksb/HJz03JjeIHO\n0AfVpD2F9fJrOCRmUL4g6Zm9mCofKn07rEPHgwiUGdcjV4RD05qLFhgi0MvI6rvg\n2DdMgcQBECKr7iZrNz0dtZm8uBKPvbOvLaAqYAMoqk3Fv5Ur8jfVFVJRhjjn4+SW\n+foUA92KjgLcEpouXn5ZDSx302Ew9tJfE+y35BTWzeCUdOkTsF1cWNfgT2iaubA0\ngGw/oq/sUEbg4MUkillsKuTt8j6q1pV5t52RfQIDAQABAoIBAQCvCfH2a7fOJm4Q\nDI+BmCXvmSHXGbPNqGPoCJCg97+bkyd3G5ITEBh+9kWV/zxfYqdyiWuw/A8QDLRn\nnniBi0/hVAKviwzZLe2g4T1s4ylUTfuqyBPo4L88oLcb8Kq6Wr0dWZtLKx77smq+\nQyEwGyphZfXkLKG33XGZDZk0WsjJ5Nk6jGfpJqVvIzxOIpRGH7D/GBLI5cGiL8yo\nhapXPQglYRFY+it85Yn5f2ALBKH5LxJgUVVR2zojwebXaqfJiDrlbick9XxMjzan\nrR1Y8tzOCqNtqMKvk8XTYuQaR5GeBRbZu4TJCUmQS4KOzTO7gGPXfEzVqHOaFiRw\n+9sJ13ApAoGBANWatYlV2UcrH8wJ9RAorp7J5EJO58BJ2LlAN9D6uOObgkaNYU3D\n0bD7cwXcKWPOb1Fhcs8OgxD/Lah+u0U/KCqX+rRQi/4dl0D4nCL/W9AGIAxPTJda\nyrp0fUY23YBxfRXUzqlhwTIcV8oyyRUEMeIfuynR3iVQMzIBSeDnPUbLAoGBANM1\nMmMY0TmpMhKFPBhf5nhjdrkWevLfyHfn2zPwCHKn3jqNk3PThPgp5byIfzu8rPuP\nhqhTunuDvzfwPH53MroTm7OzWdR6df3XOymQiLwBUmipXaz7cu/g0CUerwPbeJWU\n3whEL8IMcpj0XQa/iwLU9bkJ/wwD2JZzTh0jJLfXAoGAWzHuB3BLj4Lt1GL76aY0\nxz5S4axmbUYZ7R1ptyMUBLjD6fM6c8UCpZj1Bq90TFQ6WnhMV/JOKteHWsSgl3Pb\nZjP0qT8qRZfEl8yMfLShMjMrQ5YnkQcGPoy1X2DVOJ07VjLA+Lfvj8FiCcWc7Aga\nc/wwIC6ltTCEavj53bdcBfkCgYEAobJydwfC9sAgQ6mZTpftHHIZrK4XRuYo1hO9\n8E9uSElYi79kCiMAA/Yfmm1t61ARpy5Ey43+kR1WQf88cR3UyjzE0ZkXxuJSfxpO\ngw3SgQ0KCHLR8uM3JYsaD7EkEHHwKaSl8/AwGAHrokpDBi2SwYJE9Xs/tfUj1ltE\njG4haFUCgYBait0lxApIaMzOVjCo23cFIfAsEhFvQTaNIlfoGgcjrFnRV0/SJHhw\nDiIhMabyz+9ehD8j3xb/G91xaDeh/Pg1Ze8sdjosCp82w4aEd5m/Vc+xaWHKz1X8\n9r+ZAR18J7Vu4+oVg1qSrwZzz/ys+ZJdh0043huuOQIPUGuK1V9ITg==\n-----END RSA PRIVATE KEY-----\n", "user_id": "a130cb00c12346ac914af686eb312045", "name": "vping_ssh-kp_765e872f-da41-4d34-89de-e797c7840b14", "fingerprint": "35:a8:89:39:b3:6b:1f:3c:3f:59:05:36:bf:30:b3:f8"}} 2018-09-04 10:37:05,576 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/os-keypairs used request id req-c5326eae-37c6-485b-bddd-3a0cbbd7569d 2018-09-04 10:37:05,576 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.os-keypairs in 0.310375213623s 2018-09-04 10:37:05,577 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/os-keypairs used request id req-c5326eae-37c6-485b-bddd-3a0cbbd7569d 2018-09-04 10:37:05,577 - functest.core.singlevm - DEBUG - keypair: Munch({'public_key': u'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCwOuayri729J6QP61/tigI3mFkYt2Z+AfN5fe3Orv746od+swzMpDdLKOexPJpKJbpwHSDkuu3FeA5dhYCA0scUsr1+m7Hfzh2Sxv8cnPTcmN4gc7QB9WkPYX18ms4JGZQviDpmb2YKh8qfTusQ8eDCJQZ1yNXhEPTmosWGCLQy8jqu+DYN0yBxAEQIqvuJms3PR21mby4Eo+9s68toCpgAyiqTcW/lSvyN9UVUlGGOOfj5Jb5+hQD3YqOAtwSmi5eflkNLHfTYTD20l8T7LfkFNbN4JR06ROwXVxY1+BPaJq5sDSAbD+ir+xQRuDgxSSKWWwq5O3yPqrWlXm3nZF9 Generated-by-Nova', 'private_key': u'-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEAsDrmsq4u9vSekD+tf7YoCN5hZGLdmfgHzeX3tzq7++OqHfrM\nMzKQ3SyjnsTyaSiW6cB0g5LrtxXgOXYWAgNLHFLK9fpux384dksb/HJz03JjeIHO\n0AfVpD2F9fJrOCRmUL4g6Zm9mCofKn07rEPHgwiUGdcjV4RD05qLFhgi0MvI6rvg\n2DdMgcQBECKr7iZrNz0dtZm8uBKPvbOvLaAqYAMoqk3Fv5Ur8jfVFVJRhjjn4+SW\n+foUA92KjgLcEpouXn5ZDSx302Ew9tJfE+y35BTWzeCUdOkTsF1cWNfgT2iaubA0\ngGw/oq/sUEbg4MUkillsKuTt8j6q1pV5t52RfQIDAQABAoIBAQCvCfH2a7fOJm4Q\nDI+BmCXvmSHXGbPNqGPoCJCg97+bkyd3G5ITEBh+9kWV/zxfYqdyiWuw/A8QDLRn\nnniBi0/hVAKviwzZLe2g4T1s4ylUTfuqyBPo4L88oLcb8Kq6Wr0dWZtLKx77smq+\nQyEwGyphZfXkLKG33XGZDZk0WsjJ5Nk6jGfpJqVvIzxOIpRGH7D/GBLI5cGiL8yo\nhapXPQglYRFY+it85Yn5f2ALBKH5LxJgUVVR2zojwebXaqfJiDrlbick9XxMjzan\nrR1Y8tzOCqNtqMKvk8XTYuQaR5GeBRbZu4TJCUmQS4KOzTO7gGPXfEzVqHOaFiRw\n+9sJ13ApAoGBANWatYlV2UcrH8wJ9RAorp7J5EJO58BJ2LlAN9D6uOObgkaNYU3D\n0bD7cwXcKWPOb1Fhcs8OgxD/Lah+u0U/KCqX+rRQi/4dl0D4nCL/W9AGIAxPTJda\nyrp0fUY23YBxfRXUzqlhwTIcV8oyyRUEMeIfuynR3iVQMzIBSeDnPUbLAoGBANM1\nMmMY0TmpMhKFPBhf5nhjdrkWevLfyHfn2zPwCHKn3jqNk3PThPgp5byIfzu8rPuP\nhqhTunuDvzfwPH53MroTm7OzWdR6df3XOymQiLwBUmipXaz7cu/g0CUerwPbeJWU\n3whEL8IMcpj0XQa/iwLU9bkJ/wwD2JZzTh0jJLfXAoGAWzHuB3BLj4Lt1GL76aY0\nxz5S4axmbUYZ7R1ptyMUBLjD6fM6c8UCpZj1Bq90TFQ6WnhMV/JOKteHWsSgl3Pb\nZjP0qT8qRZfEl8yMfLShMjMrQ5YnkQcGPoy1X2DVOJ07VjLA+Lfvj8FiCcWc7Aga\nc/wwIC6ltTCEavj53bdcBfkCgYEAobJydwfC9sAgQ6mZTpftHHIZrK4XRuYo1hO9\n8E9uSElYi79kCiMAA/Yfmm1t61ARpy5Ey43+kR1WQf88cR3UyjzE0ZkXxuJSfxpO\ngw3SgQ0KCHLR8uM3JYsaD7EkEHHwKaSl8/AwGAHrokpDBi2SwYJE9Xs/tfUj1ltE\njG4haFUCgYBait0lxApIaMzOVjCo23cFIfAsEhFvQTaNIlfoGgcjrFnRV0/SJHhw\nDiIhMabyz+9ehD8j3xb/G91xaDeh/Pg1Ze8sdjosCp82w4aEd5m/Vc+xaWHKz1X8\n9r+ZAR18J7Vu4+oVg1qSrwZzz/ys+ZJdh0043huuOQIPUGuK1V9ITg==\n-----END RSA PRIVATE KEY-----\n', 'user_id': u'a130cb00c12346ac914af686eb312045', 'name': u'vping_ssh-kp_765e872f-da41-4d34-89de-e797c7840b14', 'created_at': '2018-09-04T10:37:05.577819', 'properties': Munch({}), 'location': Munch({'project': Munch({'domain_id': None, 'id': u'4ad41bc126174d318b5e7a8516fcf4af', 'name': 'vping_ssh-project_765e872f-da41-4d34-89de-e797c7840b14', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'fingerprint': u'35:a8:89:39:b3:6b:1f:3c:3f:59:05:36:bf:30:b3:f8', 'type': 'ssh', 'id': u'vping_ssh-kp_765e872f-da41-4d34-89de-e797c7840b14'}) 2018-09-04 10:37:05,578 - functest.core.singlevm - DEBUG - private_key: -----BEGIN RSA PRIVATE KEY----- MIIEpAIBAAKCAQEAsDrmsq4u9vSekD+tf7YoCN5hZGLdmfgHzeX3tzq7++OqHfrM MzKQ3SyjnsTyaSiW6cB0g5LrtxXgOXYWAgNLHFLK9fpux384dksb/HJz03JjeIHO 0AfVpD2F9fJrOCRmUL4g6Zm9mCofKn07rEPHgwiUGdcjV4RD05qLFhgi0MvI6rvg 2DdMgcQBECKr7iZrNz0dtZm8uBKPvbOvLaAqYAMoqk3Fv5Ur8jfVFVJRhjjn4+SW +foUA92KjgLcEpouXn5ZDSx302Ew9tJfE+y35BTWzeCUdOkTsF1cWNfgT2iaubA0 gGw/oq/sUEbg4MUkillsKuTt8j6q1pV5t52RfQIDAQABAoIBAQCvCfH2a7fOJm4Q DI+BmCXvmSHXGbPNqGPoCJCg97+bkyd3G5ITEBh+9kWV/zxfYqdyiWuw/A8QDLRn nniBi0/hVAKviwzZLe2g4T1s4ylUTfuqyBPo4L88oLcb8Kq6Wr0dWZtLKx77smq+ QyEwGyphZfXkLKG33XGZDZk0WsjJ5Nk6jGfpJqVvIzxOIpRGH7D/GBLI5cGiL8yo hapXPQglYRFY+it85Yn5f2ALBKH5LxJgUVVR2zojwebXaqfJiDrlbick9XxMjzan rR1Y8tzOCqNtqMKvk8XTYuQaR5GeBRbZu4TJCUmQS4KOzTO7gGPXfEzVqHOaFiRw +9sJ13ApAoGBANWatYlV2UcrH8wJ9RAorp7J5EJO58BJ2LlAN9D6uOObgkaNYU3D 0bD7cwXcKWPOb1Fhcs8OgxD/Lah+u0U/KCqX+rRQi/4dl0D4nCL/W9AGIAxPTJda yrp0fUY23YBxfRXUzqlhwTIcV8oyyRUEMeIfuynR3iVQMzIBSeDnPUbLAoGBANM1 MmMY0TmpMhKFPBhf5nhjdrkWevLfyHfn2zPwCHKn3jqNk3PThPgp5byIfzu8rPuP hqhTunuDvzfwPH53MroTm7OzWdR6df3XOymQiLwBUmipXaz7cu/g0CUerwPbeJWU 3whEL8IMcpj0XQa/iwLU9bkJ/wwD2JZzTh0jJLfXAoGAWzHuB3BLj4Lt1GL76aY0 xz5S4axmbUYZ7R1ptyMUBLjD6fM6c8UCpZj1Bq90TFQ6WnhMV/JOKteHWsSgl3Pb ZjP0qT8qRZfEl8yMfLShMjMrQ5YnkQcGPoy1X2DVOJ07VjLA+Lfvj8FiCcWc7Aga c/wwIC6ltTCEavj53bdcBfkCgYEAobJydwfC9sAgQ6mZTpftHHIZrK4XRuYo1hO9 8E9uSElYi79kCiMAA/Yfmm1t61ARpy5Ey43+kR1WQf88cR3UyjzE0ZkXxuJSfxpO gw3SgQ0KCHLR8uM3JYsaD7EkEHHwKaSl8/AwGAHrokpDBi2SwYJE9Xs/tfUj1ltE jG4haFUCgYBait0lxApIaMzOVjCo23cFIfAsEhFvQTaNIlfoGgcjrFnRV0/SJHhw DiIhMabyz+9ehD8j3xb/G91xaDeh/Pg1Ze8sdjosCp82w4aEd5m/Vc+xaWHKz1X8 9r+ZAR18J7Vu4+oVg1qSrwZzz/ys+ZJdh0043huuOQIPUGuK1V9ITg== -----END RSA PRIVATE KEY----- 2018-09-04 10:37:05,581 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-groups 2018-09-04 10:37:05,582 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28: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}bc04d2dc83247703d8fdba5144f592ef531cee7c" -d '{"security_group": {"name": "vping_ssh-sg_765e872f-da41-4d34-89de-e797c7840b14", "description": "created by OPNFV Functest (vping_ssh)"}}' 2018-09-04 10:37:05,969 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1418 X-Openstack-Request-Id: req-fa4b8619-1ac9-4f39-8367-10f21794ad7c Date: Tue, 04 Sep 2018 10:37:05 GMT RESP BODY: {"security_group": {"description": "created by OPNFV Functest (vping_ssh)", "tags": [], "tenant_id": "4ad41bc126174d318b5e7a8516fcf4af", "created_at": "2018-09-04T10:37:05Z", "updated_at": "2018-09-04T10:37:05Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T10:37:05Z", "revision_number": 0, "id": "820c0c76-5264-45d7-827b-85db7a0c3b9d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T10:37:05Z", "security_group_id": "5d61c8c3-ad58-4d74-aea0-7d5e3feb7556", "tenant_id": "4ad41bc126174d318b5e7a8516fcf4af", "port_range_min": null, "ethertype": "IPv6", "project_id": "4ad41bc126174d318b5e7a8516fcf4af"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T10:37:05Z", "revision_number": 0, "id": "cf6142b2-a61c-423d-8834-d7f797c75c87", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T10:37:05Z", "security_group_id": "5d61c8c3-ad58-4d74-aea0-7d5e3feb7556", "tenant_id": "4ad41bc126174d318b5e7a8516fcf4af", "port_range_min": null, "ethertype": "IPv4", "project_id": "4ad41bc126174d318b5e7a8516fcf4af"}], "revision_number": 2, "project_id": "4ad41bc126174d318b5e7a8516fcf4af", "id": "5d61c8c3-ad58-4d74-aea0-7d5e3feb7556", "name": "vping_ssh-sg_765e872f-da41-4d34-89de-e797c7840b14"}} 2018-09-04 10:37:05,970 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/security-groups.json used request id req-fa4b8619-1ac9-4f39-8367-10f21794ad7c 2018-09-04 10:37:05,970 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-groups in 0.388714075089s 2018-09-04 10:37:05,970 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/security-groups.json used request id req-fa4b8619-1ac9-4f39-8367-10f21794ad7c 2018-09-04 10:37:05,975 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-09-04 10:37:05,976 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}bc04d2dc83247703d8fdba5144f592ef531cee7c" 2018-09-04 10:37:06,175 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3834 X-Openstack-Request-Id: req-ebb98697-8881-4c37-8c71-c6d0350d0cf1 Date: Tue, 04 Sep 2018 10:37:06 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "4ad41bc126174d318b5e7a8516fcf4af", "created_at": "2018-09-04T10:36:52Z", "updated_at": "2018-09-04T10:36:52Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T10:36:52Z", "revision_number": 0, "id": "072e055d-09a1-408a-9aa5-bbbb4ba26972", "remote_group_id": "48bfa0ac-51ab-4c50-8f57-88ab4e0f17e1", "remote_ip_prefix": null, "created_at": "2018-09-04T10:36:52Z", "security_group_id": "48bfa0ac-51ab-4c50-8f57-88ab4e0f17e1", "tenant_id": "4ad41bc126174d318b5e7a8516fcf4af", "port_range_min": null, "ethertype": "IPv4", "project_id": "4ad41bc126174d318b5e7a8516fcf4af"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T10:36:52Z", "revision_number": 0, "id": "519e417e-8aaa-4012-ade2-01ed5d67c268", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T10:36:52Z", "security_group_id": "48bfa0ac-51ab-4c50-8f57-88ab4e0f17e1", "tenant_id": "4ad41bc126174d318b5e7a8516fcf4af", "port_range_min": null, "ethertype": "IPv4", "project_id": "4ad41bc126174d318b5e7a8516fcf4af"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T10:36:52Z", "revision_number": 0, "id": "7440170e-04e2-412b-b3af-3ba203e43ec0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T10:36:52Z", "security_group_id": "48bfa0ac-51ab-4c50-8f57-88ab4e0f17e1", "tenant_id": "4ad41bc126174d318b5e7a8516fcf4af", "port_range_min": null, "ethertype": "IPv6", "project_id": "4ad41bc126174d318b5e7a8516fcf4af"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T10:36:52Z", "revision_number": 0, "id": "b5b6d93e-a8d1-4a65-92be-995bd9ce8f00", "remote_group_id": "48bfa0ac-51ab-4c50-8f57-88ab4e0f17e1", "remote_ip_prefix": null, "created_at": "2018-09-04T10:36:52Z", "security_group_id": "48bfa0ac-51ab-4c50-8f57-88ab4e0f17e1", "tenant_id": "4ad41bc126174d318b5e7a8516fcf4af", "port_range_min": null, "ethertype": "IPv6", "project_id": "4ad41bc126174d318b5e7a8516fcf4af"}], "revision_number": 4, "project_id": "4ad41bc126174d318b5e7a8516fcf4af", "id": "48bfa0ac-51ab-4c50-8f57-88ab4e0f17e1", "name": "default"}, {"description": "created by OPNFV Functest (vping_ssh)", "tags": [], "tenant_id": "4ad41bc126174d318b5e7a8516fcf4af", "created_at": "2018-09-04T10:37:05Z", "updated_at": "2018-09-04T10:37:05Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T10:37:05Z", "revision_number": 0, "id": "820c0c76-5264-45d7-827b-85db7a0c3b9d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T10:37:05Z", "security_group_id": "5d61c8c3-ad58-4d74-aea0-7d5e3feb7556", "tenant_id": "4ad41bc126174d318b5e7a8516fcf4af", "port_range_min": null, "ethertype": "IPv6", "project_id": "4ad41bc126174d318b5e7a8516fcf4af"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T10:37:05Z", "revision_number": 0, "id": "cf6142b2-a61c-423d-8834-d7f797c75c87", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T10:37:05Z", "security_group_id": "5d61c8c3-ad58-4d74-aea0-7d5e3feb7556", "tenant_id": "4ad41bc126174d318b5e7a8516fcf4af", "port_range_min": null, "ethertype": "IPv4", "project_id": "4ad41bc126174d318b5e7a8516fcf4af"}], "revision_number": 2, "project_id": "4ad41bc126174d318b5e7a8516fcf4af", "id": "5d61c8c3-ad58-4d74-aea0-7d5e3feb7556", "name": "vping_ssh-sg_765e872f-da41-4d34-89de-e797c7840b14"}]} 2018-09-04 10:37:06,175 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups.json used request id req-ebb98697-8881-4c37-8c71-c6d0350d0cf1 2018-09-04 10:37:06,175 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.200033903122s 2018-09-04 10:37:06,175 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups.json used request id req-ebb98697-8881-4c37-8c71-c6d0350d0cf1 2018-09-04 10:37:06,179 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-09-04 10:37:06,180 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28: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}bc04d2dc83247703d8fdba5144f592ef531cee7c" -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": "5d61c8c3-ad58-4d74-aea0-7d5e3feb7556"}}' 2018-09-04 10:37:06,494 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 507 X-Openstack-Request-Id: req-288be42c-7fc7-409f-b04e-97608ee6771c Date: Tue, 04 Sep 2018 10:37:06 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 22, "updated_at": "2018-09-04T10:37:06Z", "security_group_id": "5d61c8c3-ad58-4d74-aea0-7d5e3feb7556", "port_range_min": 22, "revision_number": 0, "tenant_id": "4ad41bc126174d318b5e7a8516fcf4af", "created_at": "2018-09-04T10:37:06Z", "project_id": "4ad41bc126174d318b5e7a8516fcf4af", "id": "12f44fd2-089c-489b-b4c4-a0b7a31a8091"}} 2018-09-04 10:37:06,495 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/security-group-rules.json used request id req-288be42c-7fc7-409f-b04e-97608ee6771c 2018-09-04 10:37:06,495 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.315310001373s 2018-09-04 10:37:06,495 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/security-group-rules.json used request id req-288be42c-7fc7-409f-b04e-97608ee6771c 2018-09-04 10:37:06,499 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-09-04 10:37:06,499 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}bc04d2dc83247703d8fdba5144f592ef531cee7c" 2018-09-04 10:37:06,553 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4330 X-Openstack-Request-Id: req-8203dd06-1307-40e6-b564-f2814cdfee8b Date: Tue, 04 Sep 2018 10:37:06 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "4ad41bc126174d318b5e7a8516fcf4af", "created_at": "2018-09-04T10:36:52Z", "updated_at": "2018-09-04T10:36:52Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T10:36:52Z", "revision_number": 0, "id": "072e055d-09a1-408a-9aa5-bbbb4ba26972", "remote_group_id": "48bfa0ac-51ab-4c50-8f57-88ab4e0f17e1", "remote_ip_prefix": null, "created_at": "2018-09-04T10:36:52Z", "security_group_id": "48bfa0ac-51ab-4c50-8f57-88ab4e0f17e1", "tenant_id": "4ad41bc126174d318b5e7a8516fcf4af", "port_range_min": null, "ethertype": "IPv4", "project_id": "4ad41bc126174d318b5e7a8516fcf4af"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T10:36:52Z", "revision_number": 0, "id": "519e417e-8aaa-4012-ade2-01ed5d67c268", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T10:36:52Z", "security_group_id": "48bfa0ac-51ab-4c50-8f57-88ab4e0f17e1", "tenant_id": "4ad41bc126174d318b5e7a8516fcf4af", "port_range_min": null, "ethertype": "IPv4", "project_id": "4ad41bc126174d318b5e7a8516fcf4af"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T10:36:52Z", "revision_number": 0, "id": "7440170e-04e2-412b-b3af-3ba203e43ec0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T10:36:52Z", "security_group_id": "48bfa0ac-51ab-4c50-8f57-88ab4e0f17e1", "tenant_id": "4ad41bc126174d318b5e7a8516fcf4af", "port_range_min": null, "ethertype": "IPv6", "project_id": "4ad41bc126174d318b5e7a8516fcf4af"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T10:36:52Z", "revision_number": 0, "id": "b5b6d93e-a8d1-4a65-92be-995bd9ce8f00", "remote_group_id": "48bfa0ac-51ab-4c50-8f57-88ab4e0f17e1", "remote_ip_prefix": null, "created_at": "2018-09-04T10:36:52Z", "security_group_id": "48bfa0ac-51ab-4c50-8f57-88ab4e0f17e1", "tenant_id": "4ad41bc126174d318b5e7a8516fcf4af", "port_range_min": null, "ethertype": "IPv6", "project_id": "4ad41bc126174d318b5e7a8516fcf4af"}], "revision_number": 4, "project_id": "4ad41bc126174d318b5e7a8516fcf4af", "id": "48bfa0ac-51ab-4c50-8f57-88ab4e0f17e1", "name": "default"}, {"description": "created by OPNFV Functest (vping_ssh)", "tags": [], "tenant_id": "4ad41bc126174d318b5e7a8516fcf4af", "created_at": "2018-09-04T10:37:05Z", "updated_at": "2018-09-04T10:37:06Z", "security_group_rules": [{"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-09-04T10:37:06Z", "revision_number": 0, "id": "12f44fd2-089c-489b-b4c4-a0b7a31a8091", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T10:37:06Z", "security_group_id": "5d61c8c3-ad58-4d74-aea0-7d5e3feb7556", "tenant_id": "4ad41bc126174d318b5e7a8516fcf4af", "port_range_min": 22, "ethertype": "IPv4", "project_id": "4ad41bc126174d318b5e7a8516fcf4af"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T10:37:05Z", "revision_number": 0, "id": "820c0c76-5264-45d7-827b-85db7a0c3b9d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T10:37:05Z", "security_group_id": "5d61c8c3-ad58-4d74-aea0-7d5e3feb7556", "tenant_id": "4ad41bc126174d318b5e7a8516fcf4af", "port_range_min": null, "ethertype": "IPv6", "project_id": "4ad41bc126174d318b5e7a8516fcf4af"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T10:37:05Z", "revision_number": 0, "id": "cf6142b2-a61c-423d-8834-d7f797c75c87", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T10:37:05Z", "security_group_id": "5d61c8c3-ad58-4d74-aea0-7d5e3feb7556", "tenant_id": "4ad41bc126174d318b5e7a8516fcf4af", "port_range_min": null, "ethertype": "IPv4", "project_id": "4ad41bc126174d318b5e7a8516fcf4af"}], "revision_number": 3, "project_id": "4ad41bc126174d318b5e7a8516fcf4af", "id": "5d61c8c3-ad58-4d74-aea0-7d5e3feb7556", "name": "vping_ssh-sg_765e872f-da41-4d34-89de-e797c7840b14"}]} 2018-09-04 10:37:06,553 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups.json used request id req-8203dd06-1307-40e6-b564-f2814cdfee8b 2018-09-04 10:37:06,553 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.0542199611664s 2018-09-04 10:37:06,553 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups.json used request id req-8203dd06-1307-40e6-b564-f2814cdfee8b 2018-09-04 10:37:06,556 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-09-04 10:37:06,557 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28: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}bc04d2dc83247703d8fdba5144f592ef531cee7c" -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": "5d61c8c3-ad58-4d74-aea0-7d5e3feb7556"}}' 2018-09-04 10:37:06,903 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 512 X-Openstack-Request-Id: req-8db2e06a-2b11-4557-9e41-ef7bd56822aa Date: Tue, 04 Sep 2018 10:37:06 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "icmp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T10:37:06Z", "security_group_id": "5d61c8c3-ad58-4d74-aea0-7d5e3feb7556", "port_range_min": null, "revision_number": 0, "tenant_id": "4ad41bc126174d318b5e7a8516fcf4af", "created_at": "2018-09-04T10:37:06Z", "project_id": "4ad41bc126174d318b5e7a8516fcf4af", "id": "c45398d6-53de-4961-980f-9641dd40de91"}} 2018-09-04 10:37:06,903 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/security-group-rules.json used request id req-8db2e06a-2b11-4557-9e41-ef7bd56822aa 2018-09-04 10:37:06,904 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.347235918045s 2018-09-04 10:37:06,904 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/security-group-rules.json used request id req-8db2e06a-2b11-4557-9e41-ef7bd56822aa 2018-09-04 10:37:06,905 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-04 10:37:06,906 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}bc04d2dc83247703d8fdba5144f592ef531cee7c" 2018-09-04 10:37:07,156 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1192 X-Openstack-Request-Id: req-df8cf758-d4e2-4227-9c6f-fc73810fa803 Date: Tue, 04 Sep 2018 10:37:07 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["221b800a-9f82-4af9-9256-b4d42731e505"],"updated_at":"2018-09-04T10:36:54Z","tenant_id":"4ad41bc126174d318b5e7a8516fcf4af","created_at":"2018-09-04T10:36:53Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"4ad41bc126174d318b5e7a8516fcf4af","id":"38af771c-820d-4a64-b632-1c8051984458","name":"vping_ssh-net_765e872f-da41-4d34-89de-e797c7840b14"},{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["5092c110-d468-4f12-acae-47d56d35dff1"],"updated_at":"2018-09-04T10:10:50Z","tenant_id":"18025ed81c804927a1f0e0e0ba20836f","created_at":"2018-09-04T10:10:44Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"18025ed81c804927a1f0e0e0ba20836f","id":"4097e349-dd4a-4a5e-95d6-eed5c2d7b85a","name":"external"}]} 2018-09-04 10:37:07,156 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-df8cf758-d4e2-4227-9c6f-fc73810fa803 2018-09-04 10:37:07,156 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.250919103622s 2018-09-04 10:37:07,157 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-df8cf758-d4e2-4227-9c6f-fc73810fa803 2018-09-04 10:37:07,158 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-09-04 10:37:07,158 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}bc04d2dc83247703d8fdba5144f592ef531cee7c" 2018-09-04 10:37:07,330 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1200 Content-Type: application/json X-Openstack-Request-Id: req-5569b891-5dc5-4199-b856-92eba75d2d3b Date: Tue, 04 Sep 2018 10:37:07 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://99671b03-94ed-44b3-b5f6-80b8e44d0570/images/1920edb0-48eb-4ed9-8c61-551882a9dc7b/snap", "metadata": {}}], "file": "/v2/images/1920edb0-48eb-4ed9-8c61-551882a9dc7b/file", "owner": "4ad41bc126174d318b5e7a8516fcf4af", "id": "1920edb0-48eb-4ed9-8c61-551882a9dc7b", "size": 12716032, "self": "/v2/images/1920edb0-48eb-4ed9-8c61-551882a9dc7b", "disk_format": "qcow2", "direct_url": "rbd://99671b03-94ed-44b3-b5f6-80b8e44d0570/images/1920edb0-48eb-4ed9-8c61-551882a9dc7b/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-09-04T10:37:04Z", "visibility": "private", "owner_specified.shade.object": "images/vping_ssh-img_765e872f-da41-4d34-89de-e797c7840b14", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_ssh-img_765e872f-da41-4d34-89de-e797c7840b14", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-09-04T10:37:03Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-09-04 10:37:07,330 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-5569b891-5dc5-4199-b856-92eba75d2d3b 2018-09-04 10:37:07,331 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.172507047653s 2018-09-04 10:37:07,331 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-5569b891-5dc5-4199-b856-92eba75d2d3b 2018-09-04 10:37:07,333 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-09-04 10:37:07,335 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28: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}bc04d2dc83247703d8fdba5144f592ef531cee7c" 2018-09-04 10:37:07,368 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:37: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-6093c533-e0ac-442a-af2d-8aafafa497f4 x-compute-request-id: req-6093c533-e0ac-442a-af2d-8aafafa497f4 Content-Encoding: gzip Content-Length: 307 Content-Type: application/json RESP BODY: {"flavors": [{"links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/bfa52e47-4fe8-4dc7-b814-05dce008e7a5", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/bfa52e47-4fe8-4dc7-b814-05dce008e7a5", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "bfa52e47-4fe8-4dc7-b814-05dce008e7a5", "name": "vping_ssh-flavor_765e872f-da41-4d34-89de-e797c7840b14", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}]} 2018-09-04 10:37:07,368 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors/detail?is_public=None used request id req-6093c533-e0ac-442a-af2d-8aafafa497f4 2018-09-04 10:37:07,368 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0354609489441s 2018-09-04 10:37:07,369 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors/detail?is_public=None used request id req-6093c533-e0ac-442a-af2d-8aafafa497f4 2018-09-04 10:37:07,370 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers 2018-09-04 10:37:07,372 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28: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}bc04d2dc83247703d8fdba5144f592ef531cee7c" -d '{"server": {"name": "vping_ssh-vm2_765e872f-da41-4d34-89de-e797c7840b14", "imageRef": "1920edb0-48eb-4ed9-8c61-551882a9dc7b", "flavorRef": "bfa52e47-4fe8-4dc7-b814-05dce008e7a5", "max_count": 1, "min_count": 1, "networks": [{"uuid": "38af771c-820d-4a64-b632-1c8051984458"}], "security_groups": [{"name": "5d61c8c3-ad58-4d74-aea0-7d5e3feb7556"}]}}' 2018-09-04 10:37:09,500 - keystoneauth.session - DEBUG - RESP: [202] Date: Tue, 04 Sep 2018 10:37: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-0b5e694d-401b-40ad-83c0-8088f2b80f1c x-compute-request-id: req-0b5e694d-401b-40ad-83c0-8088f2b80f1c Content-Length: 403 location: http://172.30.9.28:8774/v2.1/servers/0ae97522-b0f9-45e7-beb5-1d1fbea64233 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "5d61c8c3-ad58-4d74-aea0-7d5e3feb7556"}], "OS-DCF:diskConfig": "MANUAL", "id": "0ae97522-b0f9-45e7-beb5-1d1fbea64233", "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/0ae97522-b0f9-45e7-beb5-1d1fbea64233", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/0ae97522-b0f9-45e7-beb5-1d1fbea64233", "rel": "bookmark"}], "adminPass": "qxak5cTDmgVq"}} 2018-09-04 10:37:09,500 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers used request id req-0b5e694d-401b-40ad-83c0-8088f2b80f1c 2018-09-04 10:37:09,501 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers in 2.13029098511s 2018-09-04 10:37:09,501 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers used request id req-0b5e694d-401b-40ad-83c0-8088f2b80f1c 2018-09-04 10:37:09,502 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-04 10:37:09,504 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}bc04d2dc83247703d8fdba5144f592ef531cee7c" 2018-09-04 10:37:09,904 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:37: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-c863368e-46c2-47f1-bb5b-35fab2acbe9f x-compute-request-id: req-c863368e-46c2-47f1-bb5b-35fab2acbe9f Content-Encoding: gzip Content-Length: 600 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/0ae97522-b0f9-45e7-beb5-1d1fbea64233", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/0ae97522-b0f9-45e7-beb5-1d1fbea64233", "rel": "bookmark"}], "image": {"id": "1920edb0-48eb-4ed9-8c61-551882a9dc7b", "links": [{"href": "http://172.30.9.28:8774/images/1920edb0-48eb-4ed9-8c61-551882a9dc7b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "bfa52e47-4fe8-4dc7-b814-05dce008e7a5", "links": [{"href": "http://172.30.9.28:8774/flavors/bfa52e47-4fe8-4dc7-b814-05dce008e7a5", "rel": "bookmark"}]}, "id": "0ae97522-b0f9-45e7-beb5-1d1fbea64233", "user_id": "a130cb00c12346ac914af686eb312045", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-09-04T10:37:09Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_765e872f-da41-4d34-89de-e797c7840b14", "created": "2018-09-04T10:37:09Z", "tenant_id": "4ad41bc126174d318b5e7a8516fcf4af", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-04 10:37:09,904 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-c863368e-46c2-47f1-bb5b-35fab2acbe9f 2018-09-04 10:37:09,905 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.402940034866s 2018-09-04 10:37:09,905 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-c863368e-46c2-47f1-bb5b-35fab2acbe9f 2018-09-04 10:37:09,912 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-04 10:37:09,913 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}bc04d2dc83247703d8fdba5144f592ef531cee7c" 2018-09-04 10:37:10,165 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1192 X-Openstack-Request-Id: req-2ffb1739-df59-4dc6-b84e-2f3bdc25d948 Date: Tue, 04 Sep 2018 10:37:10 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":["221b800a-9f82-4af9-9256-b4d42731e505"],"updated_at":"2018-09-04T10:36:54Z","tenant_id":"4ad41bc126174d318b5e7a8516fcf4af","created_at":"2018-09-04T10:36:53Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"4ad41bc126174d318b5e7a8516fcf4af","id":"38af771c-820d-4a64-b632-1c8051984458","name":"vping_ssh-net_765e872f-da41-4d34-89de-e797c7840b14"},{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["5092c110-d468-4f12-acae-47d56d35dff1"],"updated_at":"2018-09-04T10:10:50Z","tenant_id":"18025ed81c804927a1f0e0e0ba20836f","created_at":"2018-09-04T10:10:44Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"18025ed81c804927a1f0e0e0ba20836f","id":"4097e349-dd4a-4a5e-95d6-eed5c2d7b85a","name":"external"}]} 2018-09-04 10:37:10,165 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-2ffb1739-df59-4dc6-b84e-2f3bdc25d948 2018-09-04 10:37:10,165 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.252913951874s 2018-09-04 10:37:10,166 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-2ffb1739-df59-4dc6-b84e-2f3bdc25d948 2018-09-04 10:37:10,167 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-09-04 10:37:10,167 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}bc04d2dc83247703d8fdba5144f592ef531cee7c" 2018-09-04 10:37:10,359 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 680 X-Openstack-Request-Id: req-4944c7e6-6570-424e-9c37-25f1be35aa07 Date: Tue, 04 Sep 2018 10:37:10 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"38af771c-820d-4a64-b632-1c8051984458","tenant_id":"4ad41bc126174d318b5e7a8516fcf4af","created_at":"2018-09-04T10:36:54Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-09-04T10:36:54Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"gateway_ip":"192.168.120.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"192.168.120.0/24","project_id":"4ad41bc126174d318b5e7a8516fcf4af","id":"221b800a-9f82-4af9-9256-b4d42731e505","subnetpool_id":null,"name":"vping_ssh-subnet_765e872f-da41-4d34-89de-e797c7840b14"}]} 2018-09-04 10:37:10,359 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets.json used request id req-4944c7e6-6570-424e-9c37-25f1be35aa07 2018-09-04 10:37:10,359 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.192171096802s 2018-09-04 10:37:10,359 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets.json used request id req-4944c7e6-6570-424e-9c37-25f1be35aa07 2018-09-04 10:37:10,360 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-04 10:37:12,363 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-04 10:37:12,366 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}bc04d2dc83247703d8fdba5144f592ef531cee7c" 2018-09-04 10:37:13,026 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:37: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-5804ba6d-0c92-4695-8d0d-526d4f7c9ceb x-compute-request-id: req-5804ba6d-0c92-4695-8d0d-526d4f7c9ceb 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.28:8774/v2.1/servers/0ae97522-b0f9-45e7-beb5-1d1fbea64233", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/0ae97522-b0f9-45e7-beb5-1d1fbea64233", "rel": "bookmark"}], "image": {"id": "1920edb0-48eb-4ed9-8c61-551882a9dc7b", "links": [{"href": "http://172.30.9.28:8774/images/1920edb0-48eb-4ed9-8c61-551882a9dc7b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "bfa52e47-4fe8-4dc7-b814-05dce008e7a5", "links": [{"href": "http://172.30.9.28:8774/flavors/bfa52e47-4fe8-4dc7-b814-05dce008e7a5", "rel": "bookmark"}]}, "id": "0ae97522-b0f9-45e7-beb5-1d1fbea64233", "security_groups": [{"name": "vping_ssh-sg_765e872f-da41-4d34-89de-e797c7840b14"}], "user_id": "a130cb00c12346ac914af686eb312045", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-04T10:37:10Z", "hostId": "985c06eae46281b27166440baf4ebf87893e4dde2ef274d8fc222046", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_765e872f-da41-4d34-89de-e797c7840b14", "created": "2018-09-04T10:37:09Z", "tenant_id": "4ad41bc126174d318b5e7a8516fcf4af", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-04 10:37:13,026 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-5804ba6d-0c92-4695-8d0d-526d4f7c9ceb 2018-09-04 10:37:13,026 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.662909984589s 2018-09-04 10:37:13,027 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-5804ba6d-0c92-4695-8d0d-526d4f7c9ceb 2018-09-04 10:37:13,031 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-04 10:37:15,033 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-04 10:37:15,036 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}bc04d2dc83247703d8fdba5144f592ef531cee7c" 2018-09-04 10:37:15,530 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:37: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-75940dca-b85a-4409-9df8-efe005649457 x-compute-request-id: req-75940dca-b85a-4409-9df8-efe005649457 Content-Encoding: gzip Content-Length: 743 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_ssh-net_765e872f-da41-4d34-89de-e797c7840b14": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e0:08:06", "version": 4, "addr": "192.168.120.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/0ae97522-b0f9-45e7-beb5-1d1fbea64233", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/0ae97522-b0f9-45e7-beb5-1d1fbea64233", "rel": "bookmark"}], "image": {"id": "1920edb0-48eb-4ed9-8c61-551882a9dc7b", "links": [{"href": "http://172.30.9.28:8774/images/1920edb0-48eb-4ed9-8c61-551882a9dc7b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-04T10:37:13.000000", "flavor": {"id": "bfa52e47-4fe8-4dc7-b814-05dce008e7a5", "links": [{"href": "http://172.30.9.28:8774/flavors/bfa52e47-4fe8-4dc7-b814-05dce008e7a5", "rel": "bookmark"}]}, "id": "0ae97522-b0f9-45e7-beb5-1d1fbea64233", "security_groups": [{"name": "vping_ssh-sg_765e872f-da41-4d34-89de-e797c7840b14"}], "user_id": "a130cb00c12346ac914af686eb312045", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-04T10:37:14Z", "hostId": "985c06eae46281b27166440baf4ebf87893e4dde2ef274d8fc222046", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_765e872f-da41-4d34-89de-e797c7840b14", "created": "2018-09-04T10:37:09Z", "tenant_id": "4ad41bc126174d318b5e7a8516fcf4af", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-04 10:37:15,531 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-75940dca-b85a-4409-9df8-efe005649457 2018-09-04 10:37:15,531 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.497008085251s 2018-09-04 10:37:15,531 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-75940dca-b85a-4409-9df8-efe005649457 2018-09-04 10:37:15,534 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-09-04 10:37:15,535 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:9696/v2.0/ports.json?device_id=0ae97522-b0f9-45e7-beb5-1d1fbea64233" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}bc04d2dc83247703d8fdba5144f592ef531cee7c" 2018-09-04 10:37:15,588 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-ec4cf604-4cfd-408a-a9c3-cf285e991963 Date: Tue, 04 Sep 2018 10:37:15 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"38af771c-820d-4a64-b632-1c8051984458","tenant_id":"4ad41bc126174d318b5e7a8516fcf4af","created_at":"2018-09-04T10:37:11Z","admin_state_up":true,"updated_at":"2018-09-04T10:37:12Z","binding:vnic_type":"normal","device_id":"0ae97522-b0f9-45e7-beb5-1d1fbea64233","device_owner":"compute:nova","revision_number":5,"mac_address":"fa:16:3e:e0:08:06","id":"e450ecfe-2a46-4dfd-8e4b-d53fee3cb232","port_security_enabled":true,"project_id":"4ad41bc126174d318b5e7a8516fcf4af","fixed_ips":[{"subnet_id":"221b800a-9f82-4af9-9256-b4d42731e505","ip_address":"192.168.120.14"}],"extra_dhcp_opts":[],"security_groups":["5d61c8c3-ad58-4d74-aea0-7d5e3feb7556"],"name":""}]} 2018-09-04 10:37:15,588 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports.json?device_id=0ae97522-b0f9-45e7-beb5-1d1fbea64233 used request id req-ec4cf604-4cfd-408a-a9c3-cf285e991963 2018-09-04 10:37:15,588 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0536048412323s 2018-09-04 10:37:15,588 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports.json?device_id=0ae97522-b0f9-45e7-beb5-1d1fbea64233 used request id req-ec4cf604-4cfd-408a-a9c3-cf285e991963 2018-09-04 10:37:15,594 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-09-04 10:37:15,594 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:9696/v2.0/floatingips.json?port_id=e450ecfe-2a46-4dfd-8e4b-d53fee3cb232" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}bc04d2dc83247703d8fdba5144f592ef531cee7c" 2018-09-04 10:37:15,770 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-63c71d57-d699-44e2-b4ef-ff8a41aacef2 Date: Tue, 04 Sep 2018 10:37:15 GMT RESP BODY: {"floatingips": []} 2018-09-04 10:37:15,770 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/floatingips.json?port_id=e450ecfe-2a46-4dfd-8e4b-d53fee3cb232 used request id req-63c71d57-d699-44e2-b4ef-ff8a41aacef2 2018-09-04 10:37:15,770 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.176633834839s 2018-09-04 10:37:15,771 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/floatingips.json?port_id=e450ecfe-2a46-4dfd-8e4b-d53fee3cb232 used request id req-63c71d57-d699-44e2-b4ef-ff8a41aacef2 2018-09-04 10:37:15,771 - functest.core.singlevm - DEBUG - vm: Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'vping_ssh-net_765e872f-da41-4d34-89de-e797c7840b14': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:e0:08:06', u'version': 4, u'addr': u'192.168.120.14', u'OS-EXT-IPS:type': u'fixed'})]}), 'terminated_at': None, 'image': Munch({u'id': u'1920edb0-48eb-4ed9-8c61-551882a9dc7b'}), u'OS-EXT-AZ:availability_zone': u'nova', u'OS-EXT-STS:vm_state': u'active', u'OS-SRV-USG:launched_at': u'2018-09-04T10:37:13.000000', 'flavor': Munch({u'id': u'bfa52e47-4fe8-4dc7-b814-05dce008e7a5'}), 'az': u'nova', 'id': u'0ae97522-b0f9-45e7-beb5-1d1fbea64233', 'security_groups': [Munch({u'name': u'vping_ssh-sg_765e872f-da41-4d34-89de-e797c7840b14'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'a130cb00c12346ac914af686eb312045', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'4ad41bc126174d318b5e7a8516fcf4af', 'name': 'vping_ssh-project_765e872f-da41-4d34-89de-e797c7840b14', 'domain_name': 'Default'}), 'zone': u'nova', 'region_name': 'regionOne', 'cloud': 'envvars'}), 'power_state': 1, 'public_v4': '', 'progress': 0, u'OS-EXT-STS:power_state': 1, 'interface_ip': '', 'launched_at': u'2018-09-04T10:37:13.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-09-04T10:37:14Z', 'hostId': u'985c06eae46281b27166440baf4ebf87893e4dde2ef274d8fc222046', u'OS-SRV-USG:terminated_at': None, 'key_name': None, 'public_v6': '', 'private_v4': u'192.168.120.14', 'cloud': 'envvars', 'host_id': u'985c06eae46281b27166440baf4ebf87893e4dde2ef274d8fc222046', 'task_state': None, 'properties': Munch({u'OS-EXT-STS:task_state': None, u'OS-SRV-USG:terminated_at': None, u'OS-DCF:diskConfig': u'MANUAL', u'os-extended-volumes:volumes_attached': [], u'OS-EXT-STS:vm_state': u'active', u'OS-SRV-USG:launched_at': u'2018-09-04T10:37:13.000000', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'4ad41bc126174d318b5e7a8516fcf4af', 'name': u'vping_ssh-vm2_765e872f-da41-4d34-89de-e797c7840b14', 'adminPass': u'qxak5cTDmgVq', 'tenant_id': u'4ad41bc126174d318b5e7a8516fcf4af', 'region': 'regionOne', 'created': u'2018-09-04T10:37:09Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u''}) 2018-09-04 10:37:15,773 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-04 10:37:15,773 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}bc04d2dc83247703d8fdba5144f592ef531cee7c" 2018-09-04 10:37:16,031 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1192 X-Openstack-Request-Id: req-af7eb71f-a31b-4d9d-9b8b-b2a5adbbdeae Date: Tue, 04 Sep 2018 10:37:16 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":["221b800a-9f82-4af9-9256-b4d42731e505"],"updated_at":"2018-09-04T10:36:54Z","tenant_id":"4ad41bc126174d318b5e7a8516fcf4af","created_at":"2018-09-04T10:36:53Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"4ad41bc126174d318b5e7a8516fcf4af","id":"38af771c-820d-4a64-b632-1c8051984458","name":"vping_ssh-net_765e872f-da41-4d34-89de-e797c7840b14"},{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["5092c110-d468-4f12-acae-47d56d35dff1"],"updated_at":"2018-09-04T10:10:50Z","tenant_id":"18025ed81c804927a1f0e0e0ba20836f","created_at":"2018-09-04T10:10:44Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"18025ed81c804927a1f0e0e0ba20836f","id":"4097e349-dd4a-4a5e-95d6-eed5c2d7b85a","name":"external"}]} 2018-09-04 10:37:16,031 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-af7eb71f-a31b-4d9d-9b8b-b2a5adbbdeae 2018-09-04 10:37:16,031 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.258437871933s 2018-09-04 10:37:16,032 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-af7eb71f-a31b-4d9d-9b8b-b2a5adbbdeae 2018-09-04 10:37:16,033 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-09-04 10:37:16,033 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}bc04d2dc83247703d8fdba5144f592ef531cee7c" 2018-09-04 10:37:16,214 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1200 Content-Type: application/json X-Openstack-Request-Id: req-2c5a4e05-066d-4f1e-91a8-b4cb5a27e2f4 Date: Tue, 04 Sep 2018 10:37:16 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://99671b03-94ed-44b3-b5f6-80b8e44d0570/images/1920edb0-48eb-4ed9-8c61-551882a9dc7b/snap", "metadata": {}}], "file": "/v2/images/1920edb0-48eb-4ed9-8c61-551882a9dc7b/file", "owner": "4ad41bc126174d318b5e7a8516fcf4af", "id": "1920edb0-48eb-4ed9-8c61-551882a9dc7b", "size": 12716032, "self": "/v2/images/1920edb0-48eb-4ed9-8c61-551882a9dc7b", "disk_format": "qcow2", "direct_url": "rbd://99671b03-94ed-44b3-b5f6-80b8e44d0570/images/1920edb0-48eb-4ed9-8c61-551882a9dc7b/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-09-04T10:37:04Z", "visibility": "private", "owner_specified.shade.object": "images/vping_ssh-img_765e872f-da41-4d34-89de-e797c7840b14", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_ssh-img_765e872f-da41-4d34-89de-e797c7840b14", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-09-04T10:37:03Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-09-04 10:37:16,214 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-2c5a4e05-066d-4f1e-91a8-b4cb5a27e2f4 2018-09-04 10:37:16,214 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.181472063065s 2018-09-04 10:37:16,215 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-2c5a4e05-066d-4f1e-91a8-b4cb5a27e2f4 2018-09-04 10:37:16,216 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-09-04 10:37:16,218 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28: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}bc04d2dc83247703d8fdba5144f592ef531cee7c" 2018-09-04 10:37:16,249 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:37: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-6a71f3cf-df15-48c8-b34f-371c4b1284e4 x-compute-request-id: req-6a71f3cf-df15-48c8-b34f-371c4b1284e4 Content-Encoding: gzip Content-Length: 307 Content-Type: application/json RESP BODY: {"flavors": [{"links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/bfa52e47-4fe8-4dc7-b814-05dce008e7a5", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/bfa52e47-4fe8-4dc7-b814-05dce008e7a5", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "bfa52e47-4fe8-4dc7-b814-05dce008e7a5", "name": "vping_ssh-flavor_765e872f-da41-4d34-89de-e797c7840b14", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}]} 2018-09-04 10:37:16,250 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors/detail?is_public=None used request id req-6a71f3cf-df15-48c8-b34f-371c4b1284e4 2018-09-04 10:37:16,250 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0336620807648s 2018-09-04 10:37:16,250 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors/detail?is_public=None used request id req-6a71f3cf-df15-48c8-b34f-371c4b1284e4 2018-09-04 10:37:16,252 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers 2018-09-04 10:37:16,255 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28: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}bc04d2dc83247703d8fdba5144f592ef531cee7c" -d '{"server": {"name": "vping_ssh-vm_765e872f-da41-4d34-89de-e797c7840b14", "imageRef": "1920edb0-48eb-4ed9-8c61-551882a9dc7b", "key_name": "vping_ssh-kp_765e872f-da41-4d34-89de-e797c7840b14", "flavorRef": "bfa52e47-4fe8-4dc7-b814-05dce008e7a5", "max_count": 1, "min_count": 1, "networks": [{"uuid": "38af771c-820d-4a64-b632-1c8051984458"}], "security_groups": [{"name": "5d61c8c3-ad58-4d74-aea0-7d5e3feb7556"}]}}' 2018-09-04 10:37:17,941 - keystoneauth.session - DEBUG - RESP: [202] Date: Tue, 04 Sep 2018 10:37: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-a3dacce8-51fc-4746-bd3b-3e7e26d07807 x-compute-request-id: req-a3dacce8-51fc-4746-bd3b-3e7e26d07807 Content-Length: 403 location: http://172.30.9.28:8774/v2.1/servers/5e3fd031-8357-41e9-9d25-80b9c56aeb99 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "5d61c8c3-ad58-4d74-aea0-7d5e3feb7556"}], "OS-DCF:diskConfig": "MANUAL", "id": "5e3fd031-8357-41e9-9d25-80b9c56aeb99", "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/5e3fd031-8357-41e9-9d25-80b9c56aeb99", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/5e3fd031-8357-41e9-9d25-80b9c56aeb99", "rel": "bookmark"}], "adminPass": "poiC3HBN2via"}} 2018-09-04 10:37:17,941 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers used request id req-a3dacce8-51fc-4746-bd3b-3e7e26d07807 2018-09-04 10:37:17,941 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers in 1.68970108032s 2018-09-04 10:37:17,942 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers used request id req-a3dacce8-51fc-4746-bd3b-3e7e26d07807 2018-09-04 10:37:17,942 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-04 10:37:17,945 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}bc04d2dc83247703d8fdba5144f592ef531cee7c" 2018-09-04 10:37:18,587 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10: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-190fae4e-2dff-4cac-97a1-de8b9755615c x-compute-request-id: req-190fae4e-2dff-4cac-97a1-de8b9755615c 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.28:8774/v2.1/servers/5e3fd031-8357-41e9-9d25-80b9c56aeb99", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/5e3fd031-8357-41e9-9d25-80b9c56aeb99", "rel": "bookmark"}], "image": {"id": "1920edb0-48eb-4ed9-8c61-551882a9dc7b", "links": [{"href": "http://172.30.9.28:8774/images/1920edb0-48eb-4ed9-8c61-551882a9dc7b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "bfa52e47-4fe8-4dc7-b814-05dce008e7a5", "links": [{"href": "http://172.30.9.28:8774/flavors/bfa52e47-4fe8-4dc7-b814-05dce008e7a5", "rel": "bookmark"}]}, "id": "5e3fd031-8357-41e9-9d25-80b9c56aeb99", "user_id": "a130cb00c12346ac914af686eb312045", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-09-04T10:37:18Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "vping_ssh-kp_765e872f-da41-4d34-89de-e797c7840b14", "name": "vping_ssh-vm_765e872f-da41-4d34-89de-e797c7840b14", "created": "2018-09-04T10:37:17Z", "tenant_id": "4ad41bc126174d318b5e7a8516fcf4af", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_ssh-net_765e872f-da41-4d34-89de-e797c7840b14": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e0:08:06", "version": 4, "addr": "192.168.120.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/0ae97522-b0f9-45e7-beb5-1d1fbea64233", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/0ae97522-b0f9-45e7-beb5-1d1fbea64233", "rel": "bookmark"}], "image": {"id": "1920edb0-48eb-4ed9-8c61-551882a9dc7b", "links": [{"href": "http://172.30.9.28:8774/images/1920edb0-48eb-4ed9-8c61-551882a9dc7b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-04T10:37:13.000000", "flavor": {"id": "bfa52e47-4fe8-4dc7-b814-05dce008e7a5", "links": [{"href": "http://172.30.9.28:8774/flavors/bfa52e47-4fe8-4dc7-b814-05dce008e7a5", "rel": "bookmark"}]}, "id": "0ae97522-b0f9-45e7-beb5-1d1fbea64233", "security_groups": [{"name": "vping_ssh-sg_765e872f-da41-4d34-89de-e797c7840b14"}], "user_id": "a130cb00c12346ac914af686eb312045", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-04T10:37:14Z", "hostId": "985c06eae46281b27166440baf4ebf87893e4dde2ef274d8fc222046", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_765e872f-da41-4d34-89de-e797c7840b14", "created": "2018-09-04T10:37:09Z", "tenant_id": "4ad41bc126174d318b5e7a8516fcf4af", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-04 10:37:18,587 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-190fae4e-2dff-4cac-97a1-de8b9755615c 2018-09-04 10:37:18,588 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.645055055618s 2018-09-04 10:37:18,588 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-190fae4e-2dff-4cac-97a1-de8b9755615c 2018-09-04 10:37:18,594 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-04 10:37:20,594 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-04 10:37:20,597 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}bc04d2dc83247703d8fdba5144f592ef531cee7c" 2018-09-04 10:37:21,408 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:37: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-5d4f89d2-ee66-4130-b6fb-b564e4f9de04 x-compute-request-id: req-5d4f89d2-ee66-4130-b6fb-b564e4f9de04 Content-Encoding: gzip Content-Length: 887 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/5e3fd031-8357-41e9-9d25-80b9c56aeb99", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/5e3fd031-8357-41e9-9d25-80b9c56aeb99", "rel": "bookmark"}], "image": {"id": "1920edb0-48eb-4ed9-8c61-551882a9dc7b", "links": [{"href": "http://172.30.9.28:8774/images/1920edb0-48eb-4ed9-8c61-551882a9dc7b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "bfa52e47-4fe8-4dc7-b814-05dce008e7a5", "links": [{"href": "http://172.30.9.28:8774/flavors/bfa52e47-4fe8-4dc7-b814-05dce008e7a5", "rel": "bookmark"}]}, "id": "5e3fd031-8357-41e9-9d25-80b9c56aeb99", "security_groups": [{"name": "vping_ssh-sg_765e872f-da41-4d34-89de-e797c7840b14"}], "user_id": "a130cb00c12346ac914af686eb312045", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-04T10:37:19Z", "hostId": "bd6e81c874ddae44a79515f770c5004802201ea0afc949daa78fb531", "OS-SRV-USG:terminated_at": null, "key_name": "vping_ssh-kp_765e872f-da41-4d34-89de-e797c7840b14", "name": "vping_ssh-vm_765e872f-da41-4d34-89de-e797c7840b14", "created": "2018-09-04T10:37:17Z", "tenant_id": "4ad41bc126174d318b5e7a8516fcf4af", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_ssh-net_765e872f-da41-4d34-89de-e797c7840b14": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e0:08:06", "version": 4, "addr": "192.168.120.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/0ae97522-b0f9-45e7-beb5-1d1fbea64233", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/0ae97522-b0f9-45e7-beb5-1d1fbea64233", "rel": "bookmark"}], "image": {"id": "1920edb0-48eb-4ed9-8c61-551882a9dc7b", "links": [{"href": "http://172.30.9.28:8774/images/1920edb0-48eb-4ed9-8c61-551882a9dc7b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-04T10:37:13.000000", "flavor": {"id": "bfa52e47-4fe8-4dc7-b814-05dce008e7a5", "links": [{"href": "http://172.30.9.28:8774/flavors/bfa52e47-4fe8-4dc7-b814-05dce008e7a5", "rel": "bookmark"}]}, "id": "0ae97522-b0f9-45e7-beb5-1d1fbea64233", "security_groups": [{"name": "vping_ssh-sg_765e872f-da41-4d34-89de-e797c7840b14"}], "user_id": "a130cb00c12346ac914af686eb312045", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-04T10:37:14Z", "hostId": "985c06eae46281b27166440baf4ebf87893e4dde2ef274d8fc222046", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_765e872f-da41-4d34-89de-e797c7840b14", "created": "2018-09-04T10:37:09Z", "tenant_id": "4ad41bc126174d318b5e7a8516fcf4af", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-04 10:37:21,408 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-5d4f89d2-ee66-4130-b6fb-b564e4f9de04 2018-09-04 10:37:21,408 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.813560962677s 2018-09-04 10:37:21,409 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-5d4f89d2-ee66-4130-b6fb-b564e4f9de04 2018-09-04 10:37:21,414 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-04 10:37:23,417 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-04 10:37:23,419 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}bc04d2dc83247703d8fdba5144f592ef531cee7c" 2018-09-04 10:37:23,924 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10: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-8602499f-aef0-4b59-aa80-83c710ef83a3 x-compute-request-id: req-8602499f-aef0-4b59-aa80-83c710ef83a3 Content-Encoding: gzip Content-Length: 887 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/5e3fd031-8357-41e9-9d25-80b9c56aeb99", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/5e3fd031-8357-41e9-9d25-80b9c56aeb99", "rel": "bookmark"}], "image": {"id": "1920edb0-48eb-4ed9-8c61-551882a9dc7b", "links": [{"href": "http://172.30.9.28:8774/images/1920edb0-48eb-4ed9-8c61-551882a9dc7b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "bfa52e47-4fe8-4dc7-b814-05dce008e7a5", "links": [{"href": "http://172.30.9.28:8774/flavors/bfa52e47-4fe8-4dc7-b814-05dce008e7a5", "rel": "bookmark"}]}, "id": "5e3fd031-8357-41e9-9d25-80b9c56aeb99", "security_groups": [{"name": "vping_ssh-sg_765e872f-da41-4d34-89de-e797c7840b14"}], "user_id": "a130cb00c12346ac914af686eb312045", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-04T10:37:19Z", "hostId": "bd6e81c874ddae44a79515f770c5004802201ea0afc949daa78fb531", "OS-SRV-USG:terminated_at": null, "key_name": "vping_ssh-kp_765e872f-da41-4d34-89de-e797c7840b14", "name": "vping_ssh-vm_765e872f-da41-4d34-89de-e797c7840b14", "created": "2018-09-04T10:37:17Z", "tenant_id": "4ad41bc126174d318b5e7a8516fcf4af", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_ssh-net_765e872f-da41-4d34-89de-e797c7840b14": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e0:08:06", "version": 4, "addr": "192.168.120.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/0ae97522-b0f9-45e7-beb5-1d1fbea64233", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/0ae97522-b0f9-45e7-beb5-1d1fbea64233", "rel": "bookmark"}], "image": {"id": "1920edb0-48eb-4ed9-8c61-551882a9dc7b", "links": [{"href": "http://172.30.9.28:8774/images/1920edb0-48eb-4ed9-8c61-551882a9dc7b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-04T10:37:13.000000", "flavor": {"id": "bfa52e47-4fe8-4dc7-b814-05dce008e7a5", "links": [{"href": "http://172.30.9.28:8774/flavors/bfa52e47-4fe8-4dc7-b814-05dce008e7a5", "rel": "bookmark"}]}, "id": "0ae97522-b0f9-45e7-beb5-1d1fbea64233", "security_groups": [{"name": "vping_ssh-sg_765e872f-da41-4d34-89de-e797c7840b14"}], "user_id": "a130cb00c12346ac914af686eb312045", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-04T10:37:14Z", "hostId": "985c06eae46281b27166440baf4ebf87893e4dde2ef274d8fc222046", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_765e872f-da41-4d34-89de-e797c7840b14", "created": "2018-09-04T10:37:09Z", "tenant_id": "4ad41bc126174d318b5e7a8516fcf4af", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-04 10:37:23,924 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-8602499f-aef0-4b59-aa80-83c710ef83a3 2018-09-04 10:37:23,925 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.5078561306s 2018-09-04 10:37:23,925 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-8602499f-aef0-4b59-aa80-83c710ef83a3 2018-09-04 10:37:23,930 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-04 10:37:25,932 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-04 10:37:25,935 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}bc04d2dc83247703d8fdba5144f592ef531cee7c" 2018-09-04 10:37:26,304 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:37: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-40cf7b45-077f-46ef-a426-eff5ba876682 x-compute-request-id: req-40cf7b45-077f-46ef-a426-eff5ba876682 Content-Encoding: gzip Content-Length: 871 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_ssh-net_765e872f-da41-4d34-89de-e797c7840b14": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:b9:d2", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/5e3fd031-8357-41e9-9d25-80b9c56aeb99", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/5e3fd031-8357-41e9-9d25-80b9c56aeb99", "rel": "bookmark"}], "image": {"id": "1920edb0-48eb-4ed9-8c61-551882a9dc7b", "links": [{"href": "http://172.30.9.28:8774/images/1920edb0-48eb-4ed9-8c61-551882a9dc7b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-04T10:37:24.000000", "flavor": {"id": "bfa52e47-4fe8-4dc7-b814-05dce008e7a5", "links": [{"href": "http://172.30.9.28:8774/flavors/bfa52e47-4fe8-4dc7-b814-05dce008e7a5", "rel": "bookmark"}]}, "id": "5e3fd031-8357-41e9-9d25-80b9c56aeb99", "security_groups": [{"name": "vping_ssh-sg_765e872f-da41-4d34-89de-e797c7840b14"}], "user_id": "a130cb00c12346ac914af686eb312045", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-04T10:37:24Z", "hostId": "bd6e81c874ddae44a79515f770c5004802201ea0afc949daa78fb531", "OS-SRV-USG:terminated_at": null, "key_name": "vping_ssh-kp_765e872f-da41-4d34-89de-e797c7840b14", "name": "vping_ssh-vm_765e872f-da41-4d34-89de-e797c7840b14", "created": "2018-09-04T10:37:17Z", "tenant_id": "4ad41bc126174d318b5e7a8516fcf4af", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_ssh-net_765e872f-da41-4d34-89de-e797c7840b14": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e0:08:06", "version": 4, "addr": "192.168.120.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/0ae97522-b0f9-45e7-beb5-1d1fbea64233", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/0ae97522-b0f9-45e7-beb5-1d1fbea64233", "rel": "bookmark"}], "image": {"id": "1920edb0-48eb-4ed9-8c61-551882a9dc7b", "links": [{"href": "http://172.30.9.28:8774/images/1920edb0-48eb-4ed9-8c61-551882a9dc7b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-04T10:37:13.000000", "flavor": {"id": "bfa52e47-4fe8-4dc7-b814-05dce008e7a5", "links": [{"href": "http://172.30.9.28:8774/flavors/bfa52e47-4fe8-4dc7-b814-05dce008e7a5", "rel": "bookmark"}]}, "id": "0ae97522-b0f9-45e7-beb5-1d1fbea64233", "security_groups": [{"name": "vping_ssh-sg_765e872f-da41-4d34-89de-e797c7840b14"}], "user_id": "a130cb00c12346ac914af686eb312045", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-04T10:37:14Z", "hostId": "985c06eae46281b27166440baf4ebf87893e4dde2ef274d8fc222046", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_765e872f-da41-4d34-89de-e797c7840b14", "created": "2018-09-04T10:37:09Z", "tenant_id": "4ad41bc126174d318b5e7a8516fcf4af", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-04 10:37:26,304 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-40cf7b45-077f-46ef-a426-eff5ba876682 2018-09-04 10:37:26,304 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.371695995331s 2018-09-04 10:37:26,305 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-40cf7b45-077f-46ef-a426-eff5ba876682 2018-09-04 10:37:26,309 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-09-04 10:37:26,310 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:9696/v2.0/ports.json?device_id=5e3fd031-8357-41e9-9d25-80b9c56aeb99" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}bc04d2dc83247703d8fdba5144f592ef531cee7c" 2018-09-04 10:37:26,792 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-62cfecaa-7c93-4d2a-81de-775279798106 Date: Tue, 04 Sep 2018 10:37:26 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"38af771c-820d-4a64-b632-1c8051984458","tenant_id":"4ad41bc126174d318b5e7a8516fcf4af","created_at":"2018-09-04T10:37:19Z","admin_state_up":true,"updated_at":"2018-09-04T10:37:21Z","binding:vnic_type":"normal","device_id":"5e3fd031-8357-41e9-9d25-80b9c56aeb99","device_owner":"compute:nova","revision_number":5,"mac_address":"fa:16:3e:07:b9:d2","id":"0377fdc8-91d4-4a4d-b821-e1fb07367d28","port_security_enabled":true,"project_id":"4ad41bc126174d318b5e7a8516fcf4af","fixed_ips":[{"subnet_id":"221b800a-9f82-4af9-9256-b4d42731e505","ip_address":"192.168.120.13"}],"extra_dhcp_opts":[],"security_groups":["5d61c8c3-ad58-4d74-aea0-7d5e3feb7556"],"name":""}]} 2018-09-04 10:37:26,792 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports.json?device_id=5e3fd031-8357-41e9-9d25-80b9c56aeb99 used request id req-62cfecaa-7c93-4d2a-81de-775279798106 2018-09-04 10:37:26,792 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.482636928558s 2018-09-04 10:37:26,793 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports.json?device_id=5e3fd031-8357-41e9-9d25-80b9c56aeb99 used request id req-62cfecaa-7c93-4d2a-81de-775279798106 2018-09-04 10:37:26,798 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-09-04 10:37:26,799 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:9696/v2.0/floatingips.json?port_id=0377fdc8-91d4-4a4d-b821-e1fb07367d28" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}bc04d2dc83247703d8fdba5144f592ef531cee7c" 2018-09-04 10:37:26,816 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-52da8d8f-e35b-4d48-8047-2f76a1e711a0 Date: Tue, 04 Sep 2018 10:37:26 GMT RESP BODY: {"floatingips": []} 2018-09-04 10:37:26,816 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/floatingips.json?port_id=0377fdc8-91d4-4a4d-b821-e1fb07367d28 used request id req-52da8d8f-e35b-4d48-8047-2f76a1e711a0 2018-09-04 10:37:26,816 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.018364906311s 2018-09-04 10:37:26,817 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/floatingips.json?port_id=0377fdc8-91d4-4a4d-b821-e1fb07367d28 used request id req-52da8d8f-e35b-4d48-8047-2f76a1e711a0 2018-09-04 10:37:26,817 - functest.core.singlevm - DEBUG - vm: Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'vping_ssh-net_765e872f-da41-4d34-89de-e797c7840b14': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:07:b9:d2', 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'1920edb0-48eb-4ed9-8c61-551882a9dc7b'}), u'OS-EXT-AZ:availability_zone': u'nova', u'OS-EXT-STS:vm_state': u'active', u'OS-SRV-USG:launched_at': u'2018-09-04T10:37:24.000000', 'flavor': Munch({u'id': u'bfa52e47-4fe8-4dc7-b814-05dce008e7a5'}), 'az': u'nova', 'id': u'5e3fd031-8357-41e9-9d25-80b9c56aeb99', 'security_groups': [Munch({u'name': u'vping_ssh-sg_765e872f-da41-4d34-89de-e797c7840b14'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'a130cb00c12346ac914af686eb312045', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'4ad41bc126174d318b5e7a8516fcf4af', 'name': 'vping_ssh-project_765e872f-da41-4d34-89de-e797c7840b14', 'domain_name': 'Default'}), 'zone': u'nova', 'region_name': 'regionOne', 'cloud': 'envvars'}), 'power_state': 1, 'public_v4': '', 'progress': 0, u'OS-EXT-STS:power_state': 1, 'interface_ip': '', 'launched_at': u'2018-09-04T10:37:24.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-09-04T10:37:24Z', 'hostId': u'bd6e81c874ddae44a79515f770c5004802201ea0afc949daa78fb531', u'OS-SRV-USG:terminated_at': None, 'key_name': u'vping_ssh-kp_765e872f-da41-4d34-89de-e797c7840b14', 'public_v6': '', 'private_v4': u'192.168.120.13', 'cloud': 'envvars', 'host_id': u'bd6e81c874ddae44a79515f770c5004802201ea0afc949daa78fb531', 'task_state': None, 'properties': Munch({u'OS-EXT-STS:task_state': None, u'OS-SRV-USG:terminated_at': None, u'OS-DCF:diskConfig': u'MANUAL', u'os-extended-volumes:volumes_attached': [], u'OS-EXT-STS:vm_state': u'active', u'OS-SRV-USG:launched_at': u'2018-09-04T10:37:24.000000', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'4ad41bc126174d318b5e7a8516fcf4af', 'name': u'vping_ssh-vm_765e872f-da41-4d34-89de-e797c7840b14', 'adminPass': u'poiC3HBN2via', 'tenant_id': u'4ad41bc126174d318b5e7a8516fcf4af', 'region': 'regionOne', 'created': u'2018-09-04T10:37:17Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u''}) 2018-09-04 10:37:26,820 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-04 10:37:26,821 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}bc04d2dc83247703d8fdba5144f592ef531cee7c" 2018-09-04 10:37:26,932 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1192 X-Openstack-Request-Id: req-d1f68e67-6953-4a13-8207-61a424ac6e78 Date: Tue, 04 Sep 2018 10:37:26 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":["221b800a-9f82-4af9-9256-b4d42731e505"],"updated_at":"2018-09-04T10:36:54Z","tenant_id":"4ad41bc126174d318b5e7a8516fcf4af","created_at":"2018-09-04T10:36:53Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"4ad41bc126174d318b5e7a8516fcf4af","id":"38af771c-820d-4a64-b632-1c8051984458","name":"vping_ssh-net_765e872f-da41-4d34-89de-e797c7840b14"},{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["5092c110-d468-4f12-acae-47d56d35dff1"],"updated_at":"2018-09-04T10:10:50Z","tenant_id":"18025ed81c804927a1f0e0e0ba20836f","created_at":"2018-09-04T10:10:44Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"18025ed81c804927a1f0e0e0ba20836f","id":"4097e349-dd4a-4a5e-95d6-eed5c2d7b85a","name":"external"}]} 2018-09-04 10:37:26,933 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-d1f68e67-6953-4a13-8207-61a424ac6e78 2018-09-04 10:37:26,933 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.112206935883s 2018-09-04 10:37:26,933 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-d1f68e67-6953-4a13-8207-61a424ac6e78 2018-09-04 10:37:26,935 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-09-04 10:37:26,935 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:9696/v2.0/ports.json?device_id=5e3fd031-8357-41e9-9d25-80b9c56aeb99" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}bc04d2dc83247703d8fdba5144f592ef531cee7c" 2018-09-04 10:37:27,128 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-8218a260-8629-4a9e-bbf5-483ca71e90dc Date: Tue, 04 Sep 2018 10:37:27 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"38af771c-820d-4a64-b632-1c8051984458","tenant_id":"4ad41bc126174d318b5e7a8516fcf4af","created_at":"2018-09-04T10:37:19Z","admin_state_up":true,"updated_at":"2018-09-04T10:37:21Z","binding:vnic_type":"normal","device_id":"5e3fd031-8357-41e9-9d25-80b9c56aeb99","device_owner":"compute:nova","revision_number":5,"mac_address":"fa:16:3e:07:b9:d2","id":"0377fdc8-91d4-4a4d-b821-e1fb07367d28","port_security_enabled":true,"project_id":"4ad41bc126174d318b5e7a8516fcf4af","fixed_ips":[{"subnet_id":"221b800a-9f82-4af9-9256-b4d42731e505","ip_address":"192.168.120.13"}],"extra_dhcp_opts":[],"security_groups":["5d61c8c3-ad58-4d74-aea0-7d5e3feb7556"],"name":""}]} 2018-09-04 10:37:27,128 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports.json?device_id=5e3fd031-8357-41e9-9d25-80b9c56aeb99 used request id req-8218a260-8629-4a9e-bbf5-483ca71e90dc 2018-09-04 10:37:27,128 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.193101167679s 2018-09-04 10:37:27,128 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports.json?device_id=5e3fd031-8357-41e9-9d25-80b9c56aeb99 used request id req-8218a260-8629-4a9e-bbf5-483ca71e90dc 2018-09-04 10:37:27,129 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.floatingips 2018-09-04 10:37:27,130 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28: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}bc04d2dc83247703d8fdba5144f592ef531cee7c" -d '{"floatingip": {"floating_network_id": "4097e349-dd4a-4a5e-95d6-eed5c2d7b85a", "fixed_ip_address": "192.168.120.13", "port_id": "0377fdc8-91d4-4a4d-b821-e1fb07367d28"}}' 2018-09-04 10:37:28,661 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 554 X-Openstack-Request-Id: req-17913d0d-9e63-4fa6-ae62-fc4c9f8cae82 Date: Tue, 04 Sep 2018 10:37:28 GMT RESP BODY: {"floatingip": {"router_id": "f8441678-4ef0-4f00-9425-ad7170e569d7", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-09-04T10:37:27Z", "floating_network_id": "4097e349-dd4a-4a5e-95d6-eed5c2d7b85a", "fixed_ip_address": "192.168.120.13", "floating_ip_address": "172.30.9.209", "revision_number": 0, "port_id": "0377fdc8-91d4-4a4d-b821-e1fb07367d28", "id": "a1cf30c9-2410-4bd5-a779-a93e13b8b3d7", "tenant_id": "4ad41bc126174d318b5e7a8516fcf4af", "created_at": "2018-09-04T10:37:27Z", "project_id": "4ad41bc126174d318b5e7a8516fcf4af"}} 2018-09-04 10:37:28,661 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/floatingips.json used request id req-17913d0d-9e63-4fa6-ae62-fc4c9f8cae82 2018-09-04 10:37:28,661 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.floatingips in 1.53210806847s 2018-09-04 10:37:28,662 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/floatingips.json used request id req-17913d0d-9e63-4fa6-ae62-fc4c9f8cae82 2018-09-04 10:37:28,669 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-09-04 10:37:28,670 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}bc04d2dc83247703d8fdba5144f592ef531cee7c" 2018-09-04 10:37:28,693 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 557 X-Openstack-Request-Id: req-7ef8a8ab-d831-4d62-bc71-7b7fe9e1b294 Date: Tue, 04 Sep 2018 10:37:28 GMT RESP BODY: {"floatingips": [{"router_id": "f8441678-4ef0-4f00-9425-ad7170e569d7", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-09-04T10:37:27Z", "floating_network_id": "4097e349-dd4a-4a5e-95d6-eed5c2d7b85a", "fixed_ip_address": "192.168.120.13", "floating_ip_address": "172.30.9.209", "revision_number": 0, "port_id": "0377fdc8-91d4-4a4d-b821-e1fb07367d28", "id": "a1cf30c9-2410-4bd5-a779-a93e13b8b3d7", "tenant_id": "4ad41bc126174d318b5e7a8516fcf4af", "created_at": "2018-09-04T10:37:27Z", "project_id": "4ad41bc126174d318b5e7a8516fcf4af"}]} 2018-09-04 10:37:28,693 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/floatingips.json used request id req-7ef8a8ab-d831-4d62-bc71-7b7fe9e1b294 2018-09-04 10:37:28,694 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0238649845123s 2018-09-04 10:37:28,694 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/floatingips.json used request id req-7ef8a8ab-d831-4d62-bc71-7b7fe9e1b294 2018-09-04 10:37:28,698 - functest.core.singlevm - DEBUG - floating_ip: Munch({'status': u'ACTIVE', 'router_id': u'f8441678-4ef0-4f00-9425-ad7170e569d7', 'properties': Munch({u'tags': []}), 'description': u'', u'tags': [], 'tenant_id': u'4ad41bc126174d318b5e7a8516fcf4af', 'created_at': u'2018-09-04T10:37:27Z', 'attached': True, 'updated_at': u'2018-09-04T10:37:27Z', 'id': u'a1cf30c9-2410-4bd5-a779-a93e13b8b3d7', 'floating_network_id': u'4097e349-dd4a-4a5e-95d6-eed5c2d7b85a', 'fixed_ip_address': u'192.168.120.13', 'floating_ip_address': u'172.30.9.209', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'4ad41bc126174d318b5e7a8516fcf4af', 'name': 'vping_ssh-project_765e872f-da41-4d34-89de-e797c7840b14', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'revision_number': 0, 'router': u'f8441678-4ef0-4f00-9425-ad7170e569d7', 'project_id': u'4ad41bc126174d318b5e7a8516fcf4af', 'port_id': u'0377fdc8-91d4-4a4d-b821-e1fb07367d28', 'port': u'0377fdc8-91d4-4a4d-b821-e1fb07367d28', 'network': u'4097e349-dd4a-4a5e-95d6-eed5c2d7b85a'}) 2018-09-04 10:37:28,699 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-09-04 10:37:28,702 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/servers/5e3fd031-8357-41e9-9d25-80b9c56aeb99/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}bc04d2dc83247703d8fdba5144f592ef531cee7c" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-04 10:37:29,798 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:37: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-6a5e9d95-49ca-4025-b0a8-1d7b82e3e6a8 x-compute-request-id: req-6a5e9d95-49ca-4025-b0a8-1d7b82e3e6a8 Content-Encoding: gzip Content-Length: 7709 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 486577007 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 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.133809] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.135498] pid_max: default: 32768 minimum: 301\n[ 0.136405] ACPI: Core revision 20150930\n[ 0.137794] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.139094] Security Framework initialized\n[ 0.139906] Yama: becoming mindful.\n[ 0.140633] AppArmor: AppArmor initialized\n[ 0.141526] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.142842] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.144122] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.145354] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.146763] Initializing cgroup subsys io\n[ 0.147625] Initializing cgroup subsys memory\n[ 0.148494] Initializing cgroup subsys devices\n[ 0.149416] Initializing cgroup subsys freezer\n[ 0.150279] Initializing cgroup subsys net_cls\n[ 0.151136] Initializing cgroup subsys perf_event\n[ 0.152037] Initializing cgroup subsys net_prio\n[ 0.152934] Initializing cgroup subsys hugetlb\n[ 0.153813] Initializing cgroup subsys pids\n[ 0.154680] CPU: Physical Processor ID: 0\n[ 0.156158] mce: CPU supports 10 MCE banks\n[ 0.157054] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.158059] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.168989] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.175271] ftrace: allocating 31920 entries in 125 pages\n[ 0.201231] smpboot: Max logical packages: 1\n[ 0.202103] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.203444] x2apic enabled\n[ 0.204238] Switched APIC routing to physical x2apic.\n[ 0.205992] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.207141] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.209135] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.210903] KVM setup paravirtual spinlock\n[ 0.212210] x86: Booted up 1 node, 1 CPUs\n[ 0.213015] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.214392] devtmpfs: initialized\n[ 0.216075] evm: security.selinux\n[ 0.216769] evm: security.SMACK64\n[ 0.217486] evm: security.SMACK64EXEC\n[ 0.218224] evm: security.SMACK64TRANSMUTE\n[ 0.219024] evm: security.SMACK64MMAP\n[ 0.219762] evm: security.ima\n[ 0.220407] evm: security.capability\n[ 0.221202] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.223045] pinctrl core: initialized pinctrl subsystem\n[ 0.224141] RTC time: 10:37:24, date: 09/04/18\n[ 0.225083] NET: Registered protocol family 16\n[ 0.226046] cpuidle: using governor ladder\n[ 0.226851] cpuidle: using governor menu\n[ 0.227662] PCCT header not found.\n[ 0.228448] ACPI: bus type PCI registered\n[ 0.229250] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.230485] PCI: Using configuration type 1 for base access\n[ 0.232215] ACPI: Added _OSI(Module Device)\n[ 0.233053] ACPI: Added _OSI(Processor Device)\n[ 0.233904] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.234798] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.236926] ACPI: Interpreter enabled\n[ 0.237728] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.239591] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.241415] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.243250] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.245076] ACPI: (supports S0 S5)\n[ 0.245775] ACPI: Using IOAPIC for interrupt routing\n[ 0.246863] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.250037] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.251173] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.252401] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.253586] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.255787] acpiphp: Slot [3] registered\n[ 0.256599] acpiphp: Slot [4] registered\n[ 0.257471] acpiphp: Slot [5] registered\n[ 0.258310] acpiphp: Slot [6] registered\n[ 0.259095] acpiphp: Slot [7] registered\n[ 0.259885] acpiphp: Slot [8] registered\n[ 0.260677] acpiphp: Slot [9] registered\n[ 0.261467] acpiphp: Slot [10] registered\n[ 0.262287] acpiphp: Slot [11] registered\n[ 0.263116] acpiphp: Slot [12] registered\n[ 0.263933] acpiphp: Slot [13] registered\n[ 0.264733] acpiphp: Slot [14] registered\n[ 0.265542] acpiphp: Slot [15] registered\n[ 0.276353] acpiphp: Slot [16] registered\n[ 0.277164] acpiphp: Slot [17] registered\n[ 0.277995] acpiphp: Slot [18] registered\n[ 0.278826] acpiphp: Slot [19] registered\n[ 0.279628] acpiphp: Slot [20] registered\n[ 0.280438] acpiphp: Slot [21] registered\n[ 0.281244] acpiphp: Slot [22] registered\n[ 0.282049] acpiphp: Slot [23] registered\n[ 0.282850] acpiphp: Slot [24] registered\n[ 0.283651] acpiphp: Slot [25] registered\n[ 0.284466] acpiphp: Slot [26] registered\n[ 0.285269] acpiphp: Slot [27] registered\n[ 0.286074] acpiphp: Slot [28] registered\n[ 0.286874] acpiphp: Slot [29] registered\n[ 0.287689] acpiphp: Slot [30] registered\n[ 0.288519] acpiphp: Slot [31] registered\n[ 0.289321] PCI host bridge to bus 0000:00\n[ 0.290118] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.291315] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.292518] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.293965] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.295397] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.301704] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.302984] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.304161] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.305421] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.311773] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.313193] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.358849] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.360376] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.361817] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363260] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.364664] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.365903] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.367353] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.368434] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.370021] vgaarb: loaded\n[ 0.370614] vgaarb: bridge control possible 0000:00:02.0\n[ 0.371745] SCSI subsystem initialized\n[ 0.372562] ACPI: bus type USB registered\n[ 0.373399] usbcore: registered new interface driver usbfs\n[ 0.374457] usbcore: registered new interface driver hub\n[ 0.375483] usbcore: registered new device driver usb\n[ 0.376581] PCI: Using ACPI for IRQ routing\n[ 0.377625] NetLabel: Initializing\n[ 0.378366] NetLabel: domain hash size = 128\n[ 0.379232] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.380207] NetLabel: unlabeled traffic allowed by default\n[ 0.381348] clocksource: Switched to clocksource kvm-clock\n[ 0.386844] AppArmor: AppArmor Filesystem Enabled\n[ 0.387816] pnp: PnP ACPI init\n[ 0.388720] pnp: PnP ACPI: found 5 devices\n[ 0.395108] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.396824] NET: Registered protocol family 2\n[ 0.397800] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.399105] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.400307] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.401513] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.402627] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403822] NET: Registered protocol family 1\n[ 0.404714] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.405849] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.406961] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.420960] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.435077] Trying to unpack rootfs image as initramfs...\n[ 0.484635] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.498763] Scanning for low memory corruption every 60 seconds\n[ 0.500142] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.501334] audit: initializing netlink subsys (disabled)\n[ 0.502390] audit: type=2000 audit(1536057445.357:1): initialized\n[ 0.503693] Initialise system trusted keyring\n[ 0.504626] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.505854] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.507796] zbud: loaded\n[ 0.508502] VFS: Disk quotas dquot_6.6.0\n[ 0.509330] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.510872] fuse init (API version 7.23)\n[ 0.511794] Key type big_key registered\n[ 0.512594] Allocating IMA MOK and blacklist keyrings.\n[ 0.513701] Key type asymmetric registered\n[ 0.514529] Asymmetric key parser 'x509' registered\n[ 0.515496] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.517323] io scheduler noop registered\n[ 0.518133] io scheduler deadline registered (default)\n[ 0.519134] io scheduler cfq registered\n[ 0.519961] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.521055] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.522342] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.523791] ACPI: Power Button [PWRF]\n[ 0.524616] GHES: HEST is not enabled!\n[ 0.538027] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.565778] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.568041] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.593646] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.595962] Linux agpgart interface v0.103\n[ 0.598048] brd: module loaded\n[ 0.599246] loop: module loaded\n[ 0.604103] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.605609] GPT:90111 != 2097151\n[ 0.606307] GPT:Alternate GPT header not at the end of the disk.\n[ 0.607422] GPT:90111 != 2097151\n[ 0.608117] GPT: Use GNU Parted to correct GPT errors.\n[ 0.609104] vda: vda1 vda15\n[ 0.610880] scsi host0: ata_piix\n[ 0.611632] scsi host1: ata_piix\n[ 0.612348] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.613590] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.615060] libphy: Fixed MDIO Bus: probed\n[ 0.615888] tun: Universal TUN/TAP device driver, 1.6\n[ 0.616857] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.619153] PPP generic driver version 2.4.2\n[ 0.620048] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.621384] ehci-pci: EHCI PCI platform driver\n[ 0.622251] ehci-platform: EHCI generic platform driver\n[ 0.623227] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.624352] ohci-pci: OHCI PCI platform driver\n[ 0.625212] ohci-platform: OHCI generic platform driver\n[ 0.626196] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.640673] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.641695] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.643145] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.644155] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.645261] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.646477] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.647888] usb usb1: Product: UHCI Host Controller\n[ 0.648816] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.649951] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.650958] hub 1-0:1.0: USB hub found\n[ 0.651739] hub 1-0:1.0: 2 ports detected\n[ 0.652637] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.654762] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.655749] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.656769] mousedev: PS/2 mouse device common for all mice\n[ 0.658032] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.659855] rtc_cmos 00:00: RTC can wake from S4\n[ 0.660951] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.662150] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.663328] i2c /dev entries driver\n[ 0.664072] device-mapper: uevent: version 1.0.3\n[ 0.664994] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.666613] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.667885] NET: Registered protocol family 10\n[ 0.668870] NET: Registered protocol family 17\n[ 0.669763] Key type dns_resolver registered\n[ 0.670683] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.671768] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.673510] registered taskstats version 1\n[ 0.674336] Loading compiled-in X.509 certificates\n[ 0.675763] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.677601] zswap: loaded using pool lzo/zbud\n[ 0.678949] Key type trusted registered\n[ 0.680495] Key type encrypted registered\n[ 0.681329] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.682371] ima: No TPM chip found, activating TPM-bypass!\n[ 0.683415] evm: HMAC attrs: 0x1\n[ 0.684351] Magic number: 2:957:627\n[ 0.685111] block vda15: hash matches\n[ 0.685944] rtc_cmos 00:00: setting system clock to 2018-09-04 10:37:25 UTC (1536057445)\n[ 0.687536] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.688641] EDD information not available.\n[ 0.774578] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.786429] Write protecting the kernel read-only data: 14336k\n[ 0.788059] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.789887] 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.52\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found 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.734314] 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-09-04 10:37:29,798 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/5e3fd031-8357-41e9-9d25-80b9c56aeb99/action used request id req-6a5e9d95-49ca-4025-b0a8-1d7b82e3e6a8 2018-09-04 10:37:29,798 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.09935998917s 2018-09-04 10:37:29,799 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/5e3fd031-8357-41e9-9d25-80b9c56aeb99/action used request id req-6a5e9d95-49ca-4025-b0a8-1d7b82e3e6a8 2018-09-04 10:37:29,799 - 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 486577007 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.133809] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.135498] pid_max: default: 32768 minimum: 301 [ 0.136405] ACPI: Core revision 20150930 [ 0.137794] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.139094] Security Framework initialized [ 0.139906] Yama: becoming mindful. [ 0.140633] AppArmor: AppArmor initialized [ 0.141526] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.142842] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.144122] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.145354] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.146763] Initializing cgroup subsys io [ 0.147625] Initializing cgroup subsys memory [ 0.148494] Initializing cgroup subsys devices [ 0.149416] Initializing cgroup subsys freezer [ 0.150279] Initializing cgroup subsys net_cls [ 0.151136] Initializing cgroup subsys perf_event [ 0.152037] Initializing cgroup subsys net_prio [ 0.152934] Initializing cgroup subsys hugetlb [ 0.153813] Initializing cgroup subsys pids [ 0.154680] CPU: Physical Processor ID: 0 [ 0.156158] mce: CPU supports 10 MCE banks [ 0.157054] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.158059] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.168989] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.175271] ftrace: allocating 31920 entries in 125 pages [ 0.201231] smpboot: Max logical packages: 1 [ 0.202103] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.203444] x2apic enabled [ 0.204238] Switched APIC routing to physical x2apic. [ 0.205992] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.207141] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.209135] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.210903] KVM setup paravirtual spinlock [ 0.212210] x86: Booted up 1 node, 1 CPUs [ 0.213015] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.214392] devtmpfs: initialized [ 0.216075] evm: security.selinux [ 0.216769] evm: security.SMACK64 [ 0.217486] evm: security.SMACK64EXEC [ 0.218224] evm: security.SMACK64TRANSMUTE [ 0.219024] evm: security.SMACK64MMAP [ 0.219762] evm: security.ima [ 0.220407] evm: security.capability [ 0.221202] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.223045] pinctrl core: initialized pinctrl subsystem [ 0.224141] RTC time: 10:37:24, date: 09/04/18 [ 0.225083] NET: Registered protocol family 16 [ 0.226046] cpuidle: using governor ladder [ 0.226851] cpuidle: using governor menu [ 0.227662] PCCT header not found. [ 0.228448] ACPI: bus type PCI registered [ 0.229250] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.230485] PCI: Using configuration type 1 for base access [ 0.232215] ACPI: Added _OSI(Module Device) [ 0.233053] ACPI: Added _OSI(Processor Device) [ 0.233904] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.234798] ACPI: Added _OSI(Processor Aggregator Device) [ 0.236926] ACPI: Interpreter enabled [ 0.237728] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.239591] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.241415] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.243250] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.245076] ACPI: (supports S0 S5) [ 0.245775] ACPI: Using IOAPIC for interrupt routing [ 0.246863] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.250037] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.251173] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.252401] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.253586] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.255787] acpiphp: Slot [3] registered [ 0.256599] acpiphp: Slot [4] registered [ 0.257471] acpiphp: Slot [5] registered [ 0.258310] acpiphp: Slot [6] registered [ 0.259095] acpiphp: Slot [7] registered [ 0.259885] acpiphp: Slot [8] registered [ 0.260677] acpiphp: Slot [9] registered [ 0.261467] acpiphp: Slot [10] registered [ 0.262287] acpiphp: Slot [11] registered [ 0.263116] acpiphp: Slot [12] registered [ 0.263933] acpiphp: Slot [13] registered [ 0.264733] acpiphp: Slot [14] registered [ 0.265542] acpiphp: Slot [15] registered [ 0.276353] acpiphp: Slot [16] registered [ 0.277164] acpiphp: Slot [17] registered [ 0.277995] acpiphp: Slot [18] registered [ 0.278826] acpiphp: Slot [19] registered [ 0.279628] acpiphp: Slot [20] registered [ 0.280438] acpiphp: Slot [21] registered [ 0.281244] acpiphp: Slot [22] registered [ 0.282049] acpiphp: Slot [23] registered [ 0.282850] acpiphp: Slot [24] registered [ 0.283651] acpiphp: Slot [25] registered [ 0.284466] acpiphp: Slot [26] registered [ 0.285269] acpiphp: Slot [27] registered [ 0.286074] acpiphp: Slot [28] registered [ 0.286874] acpiphp: Slot [29] registered [ 0.287689] acpiphp: Slot [30] registered [ 0.288519] acpiphp: Slot [31] registered [ 0.289321] PCI host bridge to bus 0000:00 [ 0.290118] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.291315] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.292518] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.293965] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.295397] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.301704] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.302984] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.304161] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.305421] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.311773] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.313193] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.358849] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360376] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.361817] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363260] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.364664] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.365903] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.367353] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.368434] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370021] vgaarb: loaded [ 0.370614] vgaarb: bridge control possible 0000:00:02.0 [ 0.371745] SCSI subsystem initialized [ 0.372562] ACPI: bus type USB registered [ 0.373399] usbcore: registered new interface driver usbfs [ 0.374457] usbcore: registered new interface driver hub [ 0.375483] usbcore: registered new device driver usb [ 0.376581] PCI: Using ACPI for IRQ routing [ 0.377625] NetLabel: Initializing [ 0.378366] NetLabel: domain hash size = 128 [ 0.379232] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380207] NetLabel: unlabeled traffic allowed by default [ 0.381348] clocksource: Switched to clocksource kvm-clock [ 0.386844] AppArmor: AppArmor Filesystem Enabled [ 0.387816] pnp: PnP ACPI init [ 0.388720] pnp: PnP ACPI: found 5 devices [ 0.395108] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.396824] NET: Registered protocol family 2 [ 0.397800] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399105] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400307] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401513] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.402627] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.403822] NET: Registered protocol family 1 [ 0.404714] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.405849] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.406961] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.420960] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435077] Trying to unpack rootfs image as initramfs... [ 0.484635] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.498763] Scanning for low memory corruption every 60 seconds [ 0.500142] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.501334] audit: initializing netlink subsys (disabled) [ 0.502390] audit: type=2000 audit(1536057445.357:1): initialized [ 0.503693] Initialise system trusted keyring [ 0.504626] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.505854] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.507796] zbud: loaded [ 0.508502] VFS: Disk quotas dquot_6.6.0 [ 0.509330] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.510872] fuse init (API version 7.23) [ 0.511794] Key type big_key registered [ 0.512594] Allocating IMA MOK and blacklist keyrings. [ 0.513701] Key type asymmetric registered [ 0.514529] Asymmetric key parser 'x509' registered [ 0.515496] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.517323] io scheduler noop registered [ 0.518133] io scheduler deadline registered (default) [ 0.519134] io scheduler cfq registered [ 0.519961] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.521055] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.522342] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.523791] ACPI: Power Button [PWRF] [ 0.524616] GHES: HEST is not enabled! [ 0.538027] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.565778] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.568041] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.593646] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.595962] Linux agpgart interface v0.103 [ 0.598048] brd: module loaded [ 0.599246] loop: module loaded [ 0.604103] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.605609] GPT:90111 != 2097151 [ 0.606307] GPT:Alternate GPT header not at the end of the disk. [ 0.607422] GPT:90111 != 2097151 [ 0.608117] GPT: Use GNU Parted to correct GPT errors. [ 0.609104] vda: vda1 vda15 [ 0.610880] scsi host0: ata_piix [ 0.611632] scsi host1: ata_piix [ 0.612348] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.613590] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.615060] libphy: Fixed MDIO Bus: probed [ 0.615888] tun: Universal TUN/TAP device driver, 1.6 [ 0.616857] tun: (C) 1999-2004 Max Krasnyansky [ 0.619153] PPP generic driver version 2.4.2 [ 0.620048] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.621384] ehci-pci: EHCI PCI platform driver [ 0.622251] ehci-platform: EHCI generic platform driver [ 0.623227] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.624352] ohci-pci: OHCI PCI platform driver [ 0.625212] ohci-platform: OHCI generic platform driver [ 0.626196] uhci_hcd: USB Universal Host Controller Interface driver [ 0.640673] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.641695] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.643145] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.644155] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.645261] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.646477] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.647888] usb usb1: Product: UHCI Host Controller [ 0.648816] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.649951] usb usb1: SerialNumber: 0000:00:01.2 [ 0.650958] hub 1-0:1.0: USB hub found [ 0.651739] hub 1-0:1.0: 2 ports detected [ 0.652637] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.654762] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.655749] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.656769] mousedev: PS/2 mouse device common for all mice [ 0.658032] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.659855] rtc_cmos 00:00: RTC can wake from S4 [ 0.660951] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.662150] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.663328] i2c /dev entries driver [ 0.664072] device-mapper: uevent: version 1.0.3 [ 0.664994] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.666613] ledtrig-cpu: registered to indicate activity on CPUs [ 0.667885] NET: Registered protocol family 10 [ 0.668870] NET: Registered protocol family 17 [ 0.669763] Key type dns_resolver registered [ 0.670683] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.671768] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.673510] registered taskstats version 1 [ 0.674336] Loading compiled-in X.509 certificates [ 0.675763] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.677601] zswap: loaded using pool lzo/zbud [ 0.678949] Key type trusted registered [ 0.680495] Key type encrypted registered [ 0.681329] AppArmor: AppArmor sha1 policy hashing enabled [ 0.682371] ima: No TPM chip found, activating TPM-bypass! [ 0.683415] evm: HMAC attrs: 0x1 [ 0.684351] Magic number: 2:957:627 [ 0.685111] block vda15: hash matches [ 0.685944] rtc_cmos 00:00: setting system clock to 2018-09-04 10:37:25 UTC (1536057445) [ 0.687536] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.688641] EDD information not available. [ 0.774578] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.786429] Write protecting the kernel read-only data: 14336k [ 0.788059] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.789887] 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.52 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.734314] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... 2018-09-04 10:37:30,802 - functest.core.singlevm - DEBUG - try 1: cannot connect to 172.30.9.209: timed out 2018-09-04 10:37:39,812 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-09-04 10:37:39,815 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/servers/5e3fd031-8357-41e9-9d25-80b9c56aeb99/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}bc04d2dc83247703d8fdba5144f592ef531cee7c" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-04 10:37:40,936 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:37: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-bf8789bc-d843-42f1-acc8-ed46d58d0ae7 x-compute-request-id: req-bf8789bc-d843-42f1-acc8-ed46d58d0ae7 Content-Encoding: gzip Content-Length: 7709 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 486577007 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 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.133809] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.135498] pid_max: default: 32768 minimum: 301\n[ 0.136405] ACPI: Core revision 20150930\n[ 0.137794] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.139094] Security Framework initialized\n[ 0.139906] Yama: becoming mindful.\n[ 0.140633] AppArmor: AppArmor initialized\n[ 0.141526] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.142842] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.144122] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.145354] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.146763] Initializing cgroup subsys io\n[ 0.147625] Initializing cgroup subsys memory\n[ 0.148494] Initializing cgroup subsys devices\n[ 0.149416] Initializing cgroup subsys freezer\n[ 0.150279] Initializing cgroup subsys net_cls\n[ 0.151136] Initializing cgroup subsys perf_event\n[ 0.152037] Initializing cgroup subsys net_prio\n[ 0.152934] Initializing cgroup subsys hugetlb\n[ 0.153813] Initializing cgroup subsys pids\n[ 0.154680] CPU: Physical Processor ID: 0\n[ 0.156158] mce: CPU supports 10 MCE banks\n[ 0.157054] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.158059] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.168989] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.175271] ftrace: allocating 31920 entries in 125 pages\n[ 0.201231] smpboot: Max logical packages: 1\n[ 0.202103] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.203444] x2apic enabled\n[ 0.204238] Switched APIC routing to physical x2apic.\n[ 0.205992] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.207141] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.209135] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.210903] KVM setup paravirtual spinlock\n[ 0.212210] x86: Booted up 1 node, 1 CPUs\n[ 0.213015] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.214392] devtmpfs: initialized\n[ 0.216075] evm: security.selinux\n[ 0.216769] evm: security.SMACK64\n[ 0.217486] evm: security.SMACK64EXEC\n[ 0.218224] evm: security.SMACK64TRANSMUTE\n[ 0.219024] evm: security.SMACK64MMAP\n[ 0.219762] evm: security.ima\n[ 0.220407] evm: security.capability\n[ 0.221202] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.223045] pinctrl core: initialized pinctrl subsystem\n[ 0.224141] RTC time: 10:37:24, date: 09/04/18\n[ 0.225083] NET: Registered protocol family 16\n[ 0.226046] cpuidle: using governor ladder\n[ 0.226851] cpuidle: using governor menu\n[ 0.227662] PCCT header not found.\n[ 0.228448] ACPI: bus type PCI registered\n[ 0.229250] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.230485] PCI: Using configuration type 1 for base access\n[ 0.232215] ACPI: Added _OSI(Module Device)\n[ 0.233053] ACPI: Added _OSI(Processor Device)\n[ 0.233904] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.234798] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.236926] ACPI: Interpreter enabled\n[ 0.237728] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.239591] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.241415] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.243250] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.245076] ACPI: (supports S0 S5)\n[ 0.245775] ACPI: Using IOAPIC for interrupt routing\n[ 0.246863] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.250037] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.251173] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.252401] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.253586] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.255787] acpiphp: Slot [3] registered\n[ 0.256599] acpiphp: Slot [4] registered\n[ 0.257471] acpiphp: Slot [5] registered\n[ 0.258310] acpiphp: Slot [6] registered\n[ 0.259095] acpiphp: Slot [7] registered\n[ 0.259885] acpiphp: Slot [8] registered\n[ 0.260677] acpiphp: Slot [9] registered\n[ 0.261467] acpiphp: Slot [10] registered\n[ 0.262287] acpiphp: Slot [11] registered\n[ 0.263116] acpiphp: Slot [12] registered\n[ 0.263933] acpiphp: Slot [13] registered\n[ 0.264733] acpiphp: Slot [14] registered\n[ 0.265542] acpiphp: Slot [15] registered\n[ 0.276353] acpiphp: Slot [16] registered\n[ 0.277164] acpiphp: Slot [17] registered\n[ 0.277995] acpiphp: Slot [18] registered\n[ 0.278826] acpiphp: Slot [19] registered\n[ 0.279628] acpiphp: Slot [20] registered\n[ 0.280438] acpiphp: Slot [21] registered\n[ 0.281244] acpiphp: Slot [22] registered\n[ 0.282049] acpiphp: Slot [23] registered\n[ 0.282850] acpiphp: Slot [24] registered\n[ 0.283651] acpiphp: Slot [25] registered\n[ 0.284466] acpiphp: Slot [26] registered\n[ 0.285269] acpiphp: Slot [27] registered\n[ 0.286074] acpiphp: Slot [28] registered\n[ 0.286874] acpiphp: Slot [29] registered\n[ 0.287689] acpiphp: Slot [30] registered\n[ 0.288519] acpiphp: Slot [31] registered\n[ 0.289321] PCI host bridge to bus 0000:00\n[ 0.290118] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.291315] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.292518] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.293965] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.295397] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.301704] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.302984] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.304161] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.305421] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.311773] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.313193] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.358849] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.360376] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.361817] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363260] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.364664] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.365903] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.367353] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.368434] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.370021] vgaarb: loaded\n[ 0.370614] vgaarb: bridge control possible 0000:00:02.0\n[ 0.371745] SCSI subsystem initialized\n[ 0.372562] ACPI: bus type USB registered\n[ 0.373399] usbcore: registered new interface driver usbfs\n[ 0.374457] usbcore: registered new interface driver hub\n[ 0.375483] usbcore: registered new device driver usb\n[ 0.376581] PCI: Using ACPI for IRQ routing\n[ 0.377625] NetLabel: Initializing\n[ 0.378366] NetLabel: domain hash size = 128\n[ 0.379232] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.380207] NetLabel: unlabeled traffic allowed by default\n[ 0.381348] clocksource: Switched to clocksource kvm-clock\n[ 0.386844] AppArmor: AppArmor Filesystem Enabled\n[ 0.387816] pnp: PnP ACPI init\n[ 0.388720] pnp: PnP ACPI: found 5 devices\n[ 0.395108] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.396824] NET: Registered protocol family 2\n[ 0.397800] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.399105] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.400307] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.401513] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.402627] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403822] NET: Registered protocol family 1\n[ 0.404714] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.405849] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.406961] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.420960] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.435077] Trying to unpack rootfs image as initramfs...\n[ 0.484635] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.498763] Scanning for low memory corruption every 60 seconds\n[ 0.500142] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.501334] audit: initializing netlink subsys (disabled)\n[ 0.502390] audit: type=2000 audit(1536057445.357:1): initialized\n[ 0.503693] Initialise system trusted keyring\n[ 0.504626] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.505854] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.507796] zbud: loaded\n[ 0.508502] VFS: Disk quotas dquot_6.6.0\n[ 0.509330] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.510872] fuse init (API version 7.23)\n[ 0.511794] Key type big_key registered\n[ 0.512594] Allocating IMA MOK and blacklist keyrings.\n[ 0.513701] Key type asymmetric registered\n[ 0.514529] Asymmetric key parser 'x509' registered\n[ 0.515496] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.517323] io scheduler noop registered\n[ 0.518133] io scheduler deadline registered (default)\n[ 0.519134] io scheduler cfq registered\n[ 0.519961] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.521055] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.522342] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.523791] ACPI: Power Button [PWRF]\n[ 0.524616] GHES: HEST is not enabled!\n[ 0.538027] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.565778] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.568041] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.593646] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.595962] Linux agpgart interface v0.103\n[ 0.598048] brd: module loaded\n[ 0.599246] loop: module loaded\n[ 0.604103] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.605609] GPT:90111 != 2097151\n[ 0.606307] GPT:Alternate GPT header not at the end of the disk.\n[ 0.607422] GPT:90111 != 2097151\n[ 0.608117] GPT: Use GNU Parted to correct GPT errors.\n[ 0.609104] vda: vda1 vda15\n[ 0.610880] scsi host0: ata_piix\n[ 0.611632] scsi host1: ata_piix\n[ 0.612348] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.613590] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.615060] libphy: Fixed MDIO Bus: probed\n[ 0.615888] tun: Universal TUN/TAP device driver, 1.6\n[ 0.616857] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.619153] PPP generic driver version 2.4.2\n[ 0.620048] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.621384] ehci-pci: EHCI PCI platform driver\n[ 0.622251] ehci-platform: EHCI generic platform driver\n[ 0.623227] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.624352] ohci-pci: OHCI PCI platform driver\n[ 0.625212] ohci-platform: OHCI generic platform driver\n[ 0.626196] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.640673] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.641695] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.643145] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.644155] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.645261] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.646477] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.647888] usb usb1: Product: UHCI Host Controller\n[ 0.648816] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.649951] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.650958] hub 1-0:1.0: USB hub found\n[ 0.651739] hub 1-0:1.0: 2 ports detected\n[ 0.652637] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.654762] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.655749] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.656769] mousedev: PS/2 mouse device common for all mice\n[ 0.658032] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.659855] rtc_cmos 00:00: RTC can wake from S4\n[ 0.660951] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.662150] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.663328] i2c /dev entries driver\n[ 0.664072] device-mapper: uevent: version 1.0.3\n[ 0.664994] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.666613] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.667885] NET: Registered protocol family 10\n[ 0.668870] NET: Registered protocol family 17\n[ 0.669763] Key type dns_resolver registered\n[ 0.670683] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.671768] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.673510] registered taskstats version 1\n[ 0.674336] Loading compiled-in X.509 certificates\n[ 0.675763] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.677601] zswap: loaded using pool lzo/zbud\n[ 0.678949] Key type trusted registered\n[ 0.680495] Key type encrypted registered\n[ 0.681329] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.682371] ima: No TPM chip found, activating TPM-bypass!\n[ 0.683415] evm: HMAC attrs: 0x1\n[ 0.684351] Magic number: 2:957:627\n[ 0.685111] block vda15: hash matches\n[ 0.685944] rtc_cmos 00:00: setting system clock to 2018-09-04 10:37:25 UTC (1536057445)\n[ 0.687536] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.688641] EDD information not available.\n[ 0.774578] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.786429] Write protecting the kernel read-only data: 14336k\n[ 0.788059] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.789887] 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.52\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found 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.734314] 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-09-04 10:37:40,936 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/5e3fd031-8357-41e9-9d25-80b9c56aeb99/action used request id req-bf8789bc-d843-42f1-acc8-ed46d58d0ae7 2018-09-04 10:37:40,937 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.12427282333s 2018-09-04 10:37:40,937 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/5e3fd031-8357-41e9-9d25-80b9c56aeb99/action used request id req-bf8789bc-d843-42f1-acc8-ed46d58d0ae7 2018-09-04 10:37:40,938 - 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 486577007 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.133809] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.135498] pid_max: default: 32768 minimum: 301 [ 0.136405] ACPI: Core revision 20150930 [ 0.137794] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.139094] Security Framework initialized [ 0.139906] Yama: becoming mindful. [ 0.140633] AppArmor: AppArmor initialized [ 0.141526] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.142842] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.144122] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.145354] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.146763] Initializing cgroup subsys io [ 0.147625] Initializing cgroup subsys memory [ 0.148494] Initializing cgroup subsys devices [ 0.149416] Initializing cgroup subsys freezer [ 0.150279] Initializing cgroup subsys net_cls [ 0.151136] Initializing cgroup subsys perf_event [ 0.152037] Initializing cgroup subsys net_prio [ 0.152934] Initializing cgroup subsys hugetlb [ 0.153813] Initializing cgroup subsys pids [ 0.154680] CPU: Physical Processor ID: 0 [ 0.156158] mce: CPU supports 10 MCE banks [ 0.157054] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.158059] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.168989] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.175271] ftrace: allocating 31920 entries in 125 pages [ 0.201231] smpboot: Max logical packages: 1 [ 0.202103] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.203444] x2apic enabled [ 0.204238] Switched APIC routing to physical x2apic. [ 0.205992] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.207141] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.209135] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.210903] KVM setup paravirtual spinlock [ 0.212210] x86: Booted up 1 node, 1 CPUs [ 0.213015] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.214392] devtmpfs: initialized [ 0.216075] evm: security.selinux [ 0.216769] evm: security.SMACK64 [ 0.217486] evm: security.SMACK64EXEC [ 0.218224] evm: security.SMACK64TRANSMUTE [ 0.219024] evm: security.SMACK64MMAP [ 0.219762] evm: security.ima [ 0.220407] evm: security.capability [ 0.221202] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.223045] pinctrl core: initialized pinctrl subsystem [ 0.224141] RTC time: 10:37:24, date: 09/04/18 [ 0.225083] NET: Registered protocol family 16 [ 0.226046] cpuidle: using governor ladder [ 0.226851] cpuidle: using governor menu [ 0.227662] PCCT header not found. [ 0.228448] ACPI: bus type PCI registered [ 0.229250] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.230485] PCI: Using configuration type 1 for base access [ 0.232215] ACPI: Added _OSI(Module Device) [ 0.233053] ACPI: Added _OSI(Processor Device) [ 0.233904] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.234798] ACPI: Added _OSI(Processor Aggregator Device) [ 0.236926] ACPI: Interpreter enabled [ 0.237728] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.239591] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.241415] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.243250] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.245076] ACPI: (supports S0 S5) [ 0.245775] ACPI: Using IOAPIC for interrupt routing [ 0.246863] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.250037] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.251173] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.252401] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.253586] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.255787] acpiphp: Slot [3] registered [ 0.256599] acpiphp: Slot [4] registered [ 0.257471] acpiphp: Slot [5] registered [ 0.258310] acpiphp: Slot [6] registered [ 0.259095] acpiphp: Slot [7] registered [ 0.259885] acpiphp: Slot [8] registered [ 0.260677] acpiphp: Slot [9] registered [ 0.261467] acpiphp: Slot [10] registered [ 0.262287] acpiphp: Slot [11] registered [ 0.263116] acpiphp: Slot [12] registered [ 0.263933] acpiphp: Slot [13] registered [ 0.264733] acpiphp: Slot [14] registered [ 0.265542] acpiphp: Slot [15] registered [ 0.276353] acpiphp: Slot [16] registered [ 0.277164] acpiphp: Slot [17] registered [ 0.277995] acpiphp: Slot [18] registered [ 0.278826] acpiphp: Slot [19] registered [ 0.279628] acpiphp: Slot [20] registered [ 0.280438] acpiphp: Slot [21] registered [ 0.281244] acpiphp: Slot [22] registered [ 0.282049] acpiphp: Slot [23] registered [ 0.282850] acpiphp: Slot [24] registered [ 0.283651] acpiphp: Slot [25] registered [ 0.284466] acpiphp: Slot [26] registered [ 0.285269] acpiphp: Slot [27] registered [ 0.286074] acpiphp: Slot [28] registered [ 0.286874] acpiphp: Slot [29] registered [ 0.287689] acpiphp: Slot [30] registered [ 0.288519] acpiphp: Slot [31] registered [ 0.289321] PCI host bridge to bus 0000:00 [ 0.290118] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.291315] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.292518] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.293965] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.295397] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.301704] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.302984] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.304161] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.305421] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.311773] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.313193] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.358849] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360376] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.361817] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363260] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.364664] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.365903] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.367353] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.368434] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370021] vgaarb: loaded [ 0.370614] vgaarb: bridge control possible 0000:00:02.0 [ 0.371745] SCSI subsystem initialized [ 0.372562] ACPI: bus type USB registered [ 0.373399] usbcore: registered new interface driver usbfs [ 0.374457] usbcore: registered new interface driver hub [ 0.375483] usbcore: registered new device driver usb [ 0.376581] PCI: Using ACPI for IRQ routing [ 0.377625] NetLabel: Initializing [ 0.378366] NetLabel: domain hash size = 128 [ 0.379232] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380207] NetLabel: unlabeled traffic allowed by default [ 0.381348] clocksource: Switched to clocksource kvm-clock [ 0.386844] AppArmor: AppArmor Filesystem Enabled [ 0.387816] pnp: PnP ACPI init [ 0.388720] pnp: PnP ACPI: found 5 devices [ 0.395108] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.396824] NET: Registered protocol family 2 [ 0.397800] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399105] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400307] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401513] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.402627] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.403822] NET: Registered protocol family 1 [ 0.404714] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.405849] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.406961] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.420960] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435077] Trying to unpack rootfs image as initramfs... [ 0.484635] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.498763] Scanning for low memory corruption every 60 seconds [ 0.500142] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.501334] audit: initializing netlink subsys (disabled) [ 0.502390] audit: type=2000 audit(1536057445.357:1): initialized [ 0.503693] Initialise system trusted keyring [ 0.504626] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.505854] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.507796] zbud: loaded [ 0.508502] VFS: Disk quotas dquot_6.6.0 [ 0.509330] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.510872] fuse init (API version 7.23) [ 0.511794] Key type big_key registered [ 0.512594] Allocating IMA MOK and blacklist keyrings. [ 0.513701] Key type asymmetric registered [ 0.514529] Asymmetric key parser 'x509' registered [ 0.515496] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.517323] io scheduler noop registered [ 0.518133] io scheduler deadline registered (default) [ 0.519134] io scheduler cfq registered [ 0.519961] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.521055] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.522342] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.523791] ACPI: Power Button [PWRF] [ 0.524616] GHES: HEST is not enabled! [ 0.538027] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.565778] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.568041] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.593646] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.595962] Linux agpgart interface v0.103 [ 0.598048] brd: module loaded [ 0.599246] loop: module loaded [ 0.604103] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.605609] GPT:90111 != 2097151 [ 0.606307] GPT:Alternate GPT header not at the end of the disk. [ 0.607422] GPT:90111 != 2097151 [ 0.608117] GPT: Use GNU Parted to correct GPT errors. [ 0.609104] vda: vda1 vda15 [ 0.610880] scsi host0: ata_piix [ 0.611632] scsi host1: ata_piix [ 0.612348] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.613590] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.615060] libphy: Fixed MDIO Bus: probed [ 0.615888] tun: Universal TUN/TAP device driver, 1.6 [ 0.616857] tun: (C) 1999-2004 Max Krasnyansky [ 0.619153] PPP generic driver version 2.4.2 [ 0.620048] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.621384] ehci-pci: EHCI PCI platform driver [ 0.622251] ehci-platform: EHCI generic platform driver [ 0.623227] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.624352] ohci-pci: OHCI PCI platform driver [ 0.625212] ohci-platform: OHCI generic platform driver [ 0.626196] uhci_hcd: USB Universal Host Controller Interface driver [ 0.640673] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.641695] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.643145] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.644155] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.645261] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.646477] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.647888] usb usb1: Product: UHCI Host Controller [ 0.648816] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.649951] usb usb1: SerialNumber: 0000:00:01.2 [ 0.650958] hub 1-0:1.0: USB hub found [ 0.651739] hub 1-0:1.0: 2 ports detected [ 0.652637] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.654762] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.655749] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.656769] mousedev: PS/2 mouse device common for all mice [ 0.658032] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.659855] rtc_cmos 00:00: RTC can wake from S4 [ 0.660951] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.662150] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.663328] i2c /dev entries driver [ 0.664072] device-mapper: uevent: version 1.0.3 [ 0.664994] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.666613] ledtrig-cpu: registered to indicate activity on CPUs [ 0.667885] NET: Registered protocol family 10 [ 0.668870] NET: Registered protocol family 17 [ 0.669763] Key type dns_resolver registered [ 0.670683] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.671768] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.673510] registered taskstats version 1 [ 0.674336] Loading compiled-in X.509 certificates [ 0.675763] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.677601] zswap: loaded using pool lzo/zbud [ 0.678949] Key type trusted registered [ 0.680495] Key type encrypted registered [ 0.681329] AppArmor: AppArmor sha1 policy hashing enabled [ 0.682371] ima: No TPM chip found, activating TPM-bypass! [ 0.683415] evm: HMAC attrs: 0x1 [ 0.684351] Magic number: 2:957:627 [ 0.685111] block vda15: hash matches [ 0.685944] rtc_cmos 00:00: setting system clock to 2018-09-04 10:37:25 UTC (1536057445) [ 0.687536] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.688641] EDD information not available. [ 0.774578] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.786429] Write protecting the kernel read-only data: 14336k [ 0.788059] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.789887] 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.52 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.734314] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... 2018-09-04 10:37:41,940 - functest.core.singlevm - DEBUG - try 2: cannot connect to 172.30.9.209: timed out 2018-09-04 10:37:50,950 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-09-04 10:37:50,953 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/servers/5e3fd031-8357-41e9-9d25-80b9c56aeb99/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}bc04d2dc83247703d8fdba5144f592ef531cee7c" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-04 10:37:52,070 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10: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-5401f4a2-e0d6-485f-a6a6-f846efb039e4 x-compute-request-id: req-5401f4a2-e0d6-485f-a6a6-f846efb039e4 Content-Encoding: gzip Content-Length: 7709 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 486577007 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 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.133809] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.135498] pid_max: default: 32768 minimum: 301\n[ 0.136405] ACPI: Core revision 20150930\n[ 0.137794] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.139094] Security Framework initialized\n[ 0.139906] Yama: becoming mindful.\n[ 0.140633] AppArmor: AppArmor initialized\n[ 0.141526] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.142842] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.144122] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.145354] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.146763] Initializing cgroup subsys io\n[ 0.147625] Initializing cgroup subsys memory\n[ 0.148494] Initializing cgroup subsys devices\n[ 0.149416] Initializing cgroup subsys freezer\n[ 0.150279] Initializing cgroup subsys net_cls\n[ 0.151136] Initializing cgroup subsys perf_event\n[ 0.152037] Initializing cgroup subsys net_prio\n[ 0.152934] Initializing cgroup subsys hugetlb\n[ 0.153813] Initializing cgroup subsys pids\n[ 0.154680] CPU: Physical Processor ID: 0\n[ 0.156158] mce: CPU supports 10 MCE banks\n[ 0.157054] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.158059] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.168989] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.175271] ftrace: allocating 31920 entries in 125 pages\n[ 0.201231] smpboot: Max logical packages: 1\n[ 0.202103] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.203444] x2apic enabled\n[ 0.204238] Switched APIC routing to physical x2apic.\n[ 0.205992] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.207141] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.209135] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.210903] KVM setup paravirtual spinlock\n[ 0.212210] x86: Booted up 1 node, 1 CPUs\n[ 0.213015] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.214392] devtmpfs: initialized\n[ 0.216075] evm: security.selinux\n[ 0.216769] evm: security.SMACK64\n[ 0.217486] evm: security.SMACK64EXEC\n[ 0.218224] evm: security.SMACK64TRANSMUTE\n[ 0.219024] evm: security.SMACK64MMAP\n[ 0.219762] evm: security.ima\n[ 0.220407] evm: security.capability\n[ 0.221202] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.223045] pinctrl core: initialized pinctrl subsystem\n[ 0.224141] RTC time: 10:37:24, date: 09/04/18\n[ 0.225083] NET: Registered protocol family 16\n[ 0.226046] cpuidle: using governor ladder\n[ 0.226851] cpuidle: using governor menu\n[ 0.227662] PCCT header not found.\n[ 0.228448] ACPI: bus type PCI registered\n[ 0.229250] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.230485] PCI: Using configuration type 1 for base access\n[ 0.232215] ACPI: Added _OSI(Module Device)\n[ 0.233053] ACPI: Added _OSI(Processor Device)\n[ 0.233904] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.234798] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.236926] ACPI: Interpreter enabled\n[ 0.237728] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.239591] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.241415] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.243250] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.245076] ACPI: (supports S0 S5)\n[ 0.245775] ACPI: Using IOAPIC for interrupt routing\n[ 0.246863] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.250037] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.251173] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.252401] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.253586] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.255787] acpiphp: Slot [3] registered\n[ 0.256599] acpiphp: Slot [4] registered\n[ 0.257471] acpiphp: Slot [5] registered\n[ 0.258310] acpiphp: Slot [6] registered\n[ 0.259095] acpiphp: Slot [7] registered\n[ 0.259885] acpiphp: Slot [8] registered\n[ 0.260677] acpiphp: Slot [9] registered\n[ 0.261467] acpiphp: Slot [10] registered\n[ 0.262287] acpiphp: Slot [11] registered\n[ 0.263116] acpiphp: Slot [12] registered\n[ 0.263933] acpiphp: Slot [13] registered\n[ 0.264733] acpiphp: Slot [14] registered\n[ 0.265542] acpiphp: Slot [15] registered\n[ 0.276353] acpiphp: Slot [16] registered\n[ 0.277164] acpiphp: Slot [17] registered\n[ 0.277995] acpiphp: Slot [18] registered\n[ 0.278826] acpiphp: Slot [19] registered\n[ 0.279628] acpiphp: Slot [20] registered\n[ 0.280438] acpiphp: Slot [21] registered\n[ 0.281244] acpiphp: Slot [22] registered\n[ 0.282049] acpiphp: Slot [23] registered\n[ 0.282850] acpiphp: Slot [24] registered\n[ 0.283651] acpiphp: Slot [25] registered\n[ 0.284466] acpiphp: Slot [26] registered\n[ 0.285269] acpiphp: Slot [27] registered\n[ 0.286074] acpiphp: Slot [28] registered\n[ 0.286874] acpiphp: Slot [29] registered\n[ 0.287689] acpiphp: Slot [30] registered\n[ 0.288519] acpiphp: Slot [31] registered\n[ 0.289321] PCI host bridge to bus 0000:00\n[ 0.290118] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.291315] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.292518] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.293965] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.295397] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.301704] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.302984] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.304161] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.305421] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.311773] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.313193] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.358849] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.360376] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.361817] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363260] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.364664] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.365903] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.367353] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.368434] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.370021] vgaarb: loaded\n[ 0.370614] vgaarb: bridge control possible 0000:00:02.0\n[ 0.371745] SCSI subsystem initialized\n[ 0.372562] ACPI: bus type USB registered\n[ 0.373399] usbcore: registered new interface driver usbfs\n[ 0.374457] usbcore: registered new interface driver hub\n[ 0.375483] usbcore: registered new device driver usb\n[ 0.376581] PCI: Using ACPI for IRQ routing\n[ 0.377625] NetLabel: Initializing\n[ 0.378366] NetLabel: domain hash size = 128\n[ 0.379232] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.380207] NetLabel: unlabeled traffic allowed by default\n[ 0.381348] clocksource: Switched to clocksource kvm-clock\n[ 0.386844] AppArmor: AppArmor Filesystem Enabled\n[ 0.387816] pnp: PnP ACPI init\n[ 0.388720] pnp: PnP ACPI: found 5 devices\n[ 0.395108] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.396824] NET: Registered protocol family 2\n[ 0.397800] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.399105] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.400307] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.401513] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.402627] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403822] NET: Registered protocol family 1\n[ 0.404714] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.405849] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.406961] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.420960] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.435077] Trying to unpack rootfs image as initramfs...\n[ 0.484635] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.498763] Scanning for low memory corruption every 60 seconds\n[ 0.500142] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.501334] audit: initializing netlink subsys (disabled)\n[ 0.502390] audit: type=2000 audit(1536057445.357:1): initialized\n[ 0.503693] Initialise system trusted keyring\n[ 0.504626] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.505854] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.507796] zbud: loaded\n[ 0.508502] VFS: Disk quotas dquot_6.6.0\n[ 0.509330] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.510872] fuse init (API version 7.23)\n[ 0.511794] Key type big_key registered\n[ 0.512594] Allocating IMA MOK and blacklist keyrings.\n[ 0.513701] Key type asymmetric registered\n[ 0.514529] Asymmetric key parser 'x509' registered\n[ 0.515496] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.517323] io scheduler noop registered\n[ 0.518133] io scheduler deadline registered (default)\n[ 0.519134] io scheduler cfq registered\n[ 0.519961] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.521055] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.522342] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.523791] ACPI: Power Button [PWRF]\n[ 0.524616] GHES: HEST is not enabled!\n[ 0.538027] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.565778] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.568041] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.593646] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.595962] Linux agpgart interface v0.103\n[ 0.598048] brd: module loaded\n[ 0.599246] loop: module loaded\n[ 0.604103] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.605609] GPT:90111 != 2097151\n[ 0.606307] GPT:Alternate GPT header not at the end of the disk.\n[ 0.607422] GPT:90111 != 2097151\n[ 0.608117] GPT: Use GNU Parted to correct GPT errors.\n[ 0.609104] vda: vda1 vda15\n[ 0.610880] scsi host0: ata_piix\n[ 0.611632] scsi host1: ata_piix\n[ 0.612348] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.613590] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.615060] libphy: Fixed MDIO Bus: probed\n[ 0.615888] tun: Universal TUN/TAP device driver, 1.6\n[ 0.616857] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.619153] PPP generic driver version 2.4.2\n[ 0.620048] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.621384] ehci-pci: EHCI PCI platform driver\n[ 0.622251] ehci-platform: EHCI generic platform driver\n[ 0.623227] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.624352] ohci-pci: OHCI PCI platform driver\n[ 0.625212] ohci-platform: OHCI generic platform driver\n[ 0.626196] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.640673] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.641695] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.643145] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.644155] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.645261] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.646477] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.647888] usb usb1: Product: UHCI Host Controller\n[ 0.648816] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.649951] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.650958] hub 1-0:1.0: USB hub found\n[ 0.651739] hub 1-0:1.0: 2 ports detected\n[ 0.652637] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.654762] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.655749] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.656769] mousedev: PS/2 mouse device common for all mice\n[ 0.658032] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.659855] rtc_cmos 00:00: RTC can wake from S4\n[ 0.660951] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.662150] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.663328] i2c /dev entries driver\n[ 0.664072] device-mapper: uevent: version 1.0.3\n[ 0.664994] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.666613] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.667885] NET: Registered protocol family 10\n[ 0.668870] NET: Registered protocol family 17\n[ 0.669763] Key type dns_resolver registered\n[ 0.670683] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.671768] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.673510] registered taskstats version 1\n[ 0.674336] Loading compiled-in X.509 certificates\n[ 0.675763] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.677601] zswap: loaded using pool lzo/zbud\n[ 0.678949] Key type trusted registered\n[ 0.680495] Key type encrypted registered\n[ 0.681329] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.682371] ima: No TPM chip found, activating TPM-bypass!\n[ 0.683415] evm: HMAC attrs: 0x1\n[ 0.684351] Magic number: 2:957:627\n[ 0.685111] block vda15: hash matches\n[ 0.685944] rtc_cmos 00:00: setting system clock to 2018-09-04 10:37:25 UTC (1536057445)\n[ 0.687536] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.688641] EDD information not available.\n[ 0.774578] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.786429] Write protecting the kernel read-only data: 14336k\n[ 0.788059] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.789887] 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.52\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found 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.734314] 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-09-04 10:37:52,071 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/5e3fd031-8357-41e9-9d25-80b9c56aeb99/action used request id req-5401f4a2-e0d6-485f-a6a6-f846efb039e4 2018-09-04 10:37:52,071 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.12067294121s 2018-09-04 10:37:52,072 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/5e3fd031-8357-41e9-9d25-80b9c56aeb99/action used request id req-5401f4a2-e0d6-485f-a6a6-f846efb039e4 2018-09-04 10:37:52,072 - 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 486577007 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.133809] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.135498] pid_max: default: 32768 minimum: 301 [ 0.136405] ACPI: Core revision 20150930 [ 0.137794] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.139094] Security Framework initialized [ 0.139906] Yama: becoming mindful. [ 0.140633] AppArmor: AppArmor initialized [ 0.141526] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.142842] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.144122] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.145354] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.146763] Initializing cgroup subsys io [ 0.147625] Initializing cgroup subsys memory [ 0.148494] Initializing cgroup subsys devices [ 0.149416] Initializing cgroup subsys freezer [ 0.150279] Initializing cgroup subsys net_cls [ 0.151136] Initializing cgroup subsys perf_event [ 0.152037] Initializing cgroup subsys net_prio [ 0.152934] Initializing cgroup subsys hugetlb [ 0.153813] Initializing cgroup subsys pids [ 0.154680] CPU: Physical Processor ID: 0 [ 0.156158] mce: CPU supports 10 MCE banks [ 0.157054] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.158059] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.168989] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.175271] ftrace: allocating 31920 entries in 125 pages [ 0.201231] smpboot: Max logical packages: 1 [ 0.202103] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.203444] x2apic enabled [ 0.204238] Switched APIC routing to physical x2apic. [ 0.205992] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.207141] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.209135] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.210903] KVM setup paravirtual spinlock [ 0.212210] x86: Booted up 1 node, 1 CPUs [ 0.213015] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.214392] devtmpfs: initialized [ 0.216075] evm: security.selinux [ 0.216769] evm: security.SMACK64 [ 0.217486] evm: security.SMACK64EXEC [ 0.218224] evm: security.SMACK64TRANSMUTE [ 0.219024] evm: security.SMACK64MMAP [ 0.219762] evm: security.ima [ 0.220407] evm: security.capability [ 0.221202] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.223045] pinctrl core: initialized pinctrl subsystem [ 0.224141] RTC time: 10:37:24, date: 09/04/18 [ 0.225083] NET: Registered protocol family 16 [ 0.226046] cpuidle: using governor ladder [ 0.226851] cpuidle: using governor menu [ 0.227662] PCCT header not found. [ 0.228448] ACPI: bus type PCI registered [ 0.229250] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.230485] PCI: Using configuration type 1 for base access [ 0.232215] ACPI: Added _OSI(Module Device) [ 0.233053] ACPI: Added _OSI(Processor Device) [ 0.233904] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.234798] ACPI: Added _OSI(Processor Aggregator Device) [ 0.236926] ACPI: Interpreter enabled [ 0.237728] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.239591] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.241415] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.243250] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.245076] ACPI: (supports S0 S5) [ 0.245775] ACPI: Using IOAPIC for interrupt routing [ 0.246863] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.250037] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.251173] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.252401] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.253586] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.255787] acpiphp: Slot [3] registered [ 0.256599] acpiphp: Slot [4] registered [ 0.257471] acpiphp: Slot [5] registered [ 0.258310] acpiphp: Slot [6] registered [ 0.259095] acpiphp: Slot [7] registered [ 0.259885] acpiphp: Slot [8] registered [ 0.260677] acpiphp: Slot [9] registered [ 0.261467] acpiphp: Slot [10] registered [ 0.262287] acpiphp: Slot [11] registered [ 0.263116] acpiphp: Slot [12] registered [ 0.263933] acpiphp: Slot [13] registered [ 0.264733] acpiphp: Slot [14] registered [ 0.265542] acpiphp: Slot [15] registered [ 0.276353] acpiphp: Slot [16] registered [ 0.277164] acpiphp: Slot [17] registered [ 0.277995] acpiphp: Slot [18] registered [ 0.278826] acpiphp: Slot [19] registered [ 0.279628] acpiphp: Slot [20] registered [ 0.280438] acpiphp: Slot [21] registered [ 0.281244] acpiphp: Slot [22] registered [ 0.282049] acpiphp: Slot [23] registered [ 0.282850] acpiphp: Slot [24] registered [ 0.283651] acpiphp: Slot [25] registered [ 0.284466] acpiphp: Slot [26] registered [ 0.285269] acpiphp: Slot [27] registered [ 0.286074] acpiphp: Slot [28] registered [ 0.286874] acpiphp: Slot [29] registered [ 0.287689] acpiphp: Slot [30] registered [ 0.288519] acpiphp: Slot [31] registered [ 0.289321] PCI host bridge to bus 0000:00 [ 0.290118] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.291315] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.292518] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.293965] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.295397] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.301704] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.302984] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.304161] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.305421] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.311773] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.313193] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.358849] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360376] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.361817] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363260] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.364664] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.365903] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.367353] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.368434] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370021] vgaarb: loaded [ 0.370614] vgaarb: bridge control possible 0000:00:02.0 [ 0.371745] SCSI subsystem initialized [ 0.372562] ACPI: bus type USB registered [ 0.373399] usbcore: registered new interface driver usbfs [ 0.374457] usbcore: registered new interface driver hub [ 0.375483] usbcore: registered new device driver usb [ 0.376581] PCI: Using ACPI for IRQ routing [ 0.377625] NetLabel: Initializing [ 0.378366] NetLabel: domain hash size = 128 [ 0.379232] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380207] NetLabel: unlabeled traffic allowed by default [ 0.381348] clocksource: Switched to clocksource kvm-clock [ 0.386844] AppArmor: AppArmor Filesystem Enabled [ 0.387816] pnp: PnP ACPI init [ 0.388720] pnp: PnP ACPI: found 5 devices [ 0.395108] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.396824] NET: Registered protocol family 2 [ 0.397800] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399105] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400307] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401513] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.402627] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.403822] NET: Registered protocol family 1 [ 0.404714] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.405849] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.406961] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.420960] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435077] Trying to unpack rootfs image as initramfs... [ 0.484635] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.498763] Scanning for low memory corruption every 60 seconds [ 0.500142] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.501334] audit: initializing netlink subsys (disabled) [ 0.502390] audit: type=2000 audit(1536057445.357:1): initialized [ 0.503693] Initialise system trusted keyring [ 0.504626] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.505854] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.507796] zbud: loaded [ 0.508502] VFS: Disk quotas dquot_6.6.0 [ 0.509330] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.510872] fuse init (API version 7.23) [ 0.511794] Key type big_key registered [ 0.512594] Allocating IMA MOK and blacklist keyrings. [ 0.513701] Key type asymmetric registered [ 0.514529] Asymmetric key parser 'x509' registered [ 0.515496] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.517323] io scheduler noop registered [ 0.518133] io scheduler deadline registered (default) [ 0.519134] io scheduler cfq registered [ 0.519961] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.521055] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.522342] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.523791] ACPI: Power Button [PWRF] [ 0.524616] GHES: HEST is not enabled! [ 0.538027] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.565778] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.568041] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.593646] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.595962] Linux agpgart interface v0.103 [ 0.598048] brd: module loaded [ 0.599246] loop: module loaded [ 0.604103] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.605609] GPT:90111 != 2097151 [ 0.606307] GPT:Alternate GPT header not at the end of the disk. [ 0.607422] GPT:90111 != 2097151 [ 0.608117] GPT: Use GNU Parted to correct GPT errors. [ 0.609104] vda: vda1 vda15 [ 0.610880] scsi host0: ata_piix [ 0.611632] scsi host1: ata_piix [ 0.612348] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.613590] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.615060] libphy: Fixed MDIO Bus: probed [ 0.615888] tun: Universal TUN/TAP device driver, 1.6 [ 0.616857] tun: (C) 1999-2004 Max Krasnyansky [ 0.619153] PPP generic driver version 2.4.2 [ 0.620048] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.621384] ehci-pci: EHCI PCI platform driver [ 0.622251] ehci-platform: EHCI generic platform driver [ 0.623227] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.624352] ohci-pci: OHCI PCI platform driver [ 0.625212] ohci-platform: OHCI generic platform driver [ 0.626196] uhci_hcd: USB Universal Host Controller Interface driver [ 0.640673] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.641695] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.643145] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.644155] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.645261] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.646477] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.647888] usb usb1: Product: UHCI Host Controller [ 0.648816] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.649951] usb usb1: SerialNumber: 0000:00:01.2 [ 0.650958] hub 1-0:1.0: USB hub found [ 0.651739] hub 1-0:1.0: 2 ports detected [ 0.652637] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.654762] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.655749] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.656769] mousedev: PS/2 mouse device common for all mice [ 0.658032] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.659855] rtc_cmos 00:00: RTC can wake from S4 [ 0.660951] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.662150] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.663328] i2c /dev entries driver [ 0.664072] device-mapper: uevent: version 1.0.3 [ 0.664994] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.666613] ledtrig-cpu: registered to indicate activity on CPUs [ 0.667885] NET: Registered protocol family 10 [ 0.668870] NET: Registered protocol family 17 [ 0.669763] Key type dns_resolver registered [ 0.670683] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.671768] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.673510] registered taskstats version 1 [ 0.674336] Loading compiled-in X.509 certificates [ 0.675763] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.677601] zswap: loaded using pool lzo/zbud [ 0.678949] Key type trusted registered [ 0.680495] Key type encrypted registered [ 0.681329] AppArmor: AppArmor sha1 policy hashing enabled [ 0.682371] ima: No TPM chip found, activating TPM-bypass! [ 0.683415] evm: HMAC attrs: 0x1 [ 0.684351] Magic number: 2:957:627 [ 0.685111] block vda15: hash matches [ 0.685944] rtc_cmos 00:00: setting system clock to 2018-09-04 10:37:25 UTC (1536057445) [ 0.687536] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.688641] EDD information not available. [ 0.774578] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.786429] Write protecting the kernel read-only data: 14336k [ 0.788059] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.789887] 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.52 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.734314] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... 2018-09-04 10:37:53,075 - functest.core.singlevm - DEBUG - try 3: cannot connect to 172.30.9.209: timed out 2018-09-04 10:38:02,085 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-09-04 10:38:02,088 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/servers/5e3fd031-8357-41e9-9d25-80b9c56aeb99/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}bc04d2dc83247703d8fdba5144f592ef531cee7c" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-04 10:38:03,204 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:38: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-3185bfe4-c560-4e61-8f6b-81ab788e6828 x-compute-request-id: req-3185bfe4-c560-4e61-8f6b-81ab788e6828 Content-Encoding: gzip Content-Length: 7709 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 486577007 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 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.133809] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.135498] pid_max: default: 32768 minimum: 301\n[ 0.136405] ACPI: Core revision 20150930\n[ 0.137794] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.139094] Security Framework initialized\n[ 0.139906] Yama: becoming mindful.\n[ 0.140633] AppArmor: AppArmor initialized\n[ 0.141526] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.142842] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.144122] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.145354] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.146763] Initializing cgroup subsys io\n[ 0.147625] Initializing cgroup subsys memory\n[ 0.148494] Initializing cgroup subsys devices\n[ 0.149416] Initializing cgroup subsys freezer\n[ 0.150279] Initializing cgroup subsys net_cls\n[ 0.151136] Initializing cgroup subsys perf_event\n[ 0.152037] Initializing cgroup subsys net_prio\n[ 0.152934] Initializing cgroup subsys hugetlb\n[ 0.153813] Initializing cgroup subsys pids\n[ 0.154680] CPU: Physical Processor ID: 0\n[ 0.156158] mce: CPU supports 10 MCE banks\n[ 0.157054] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.158059] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.168989] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.175271] ftrace: allocating 31920 entries in 125 pages\n[ 0.201231] smpboot: Max logical packages: 1\n[ 0.202103] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.203444] x2apic enabled\n[ 0.204238] Switched APIC routing to physical x2apic.\n[ 0.205992] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.207141] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.209135] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.210903] KVM setup paravirtual spinlock\n[ 0.212210] x86: Booted up 1 node, 1 CPUs\n[ 0.213015] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.214392] devtmpfs: initialized\n[ 0.216075] evm: security.selinux\n[ 0.216769] evm: security.SMACK64\n[ 0.217486] evm: security.SMACK64EXEC\n[ 0.218224] evm: security.SMACK64TRANSMUTE\n[ 0.219024] evm: security.SMACK64MMAP\n[ 0.219762] evm: security.ima\n[ 0.220407] evm: security.capability\n[ 0.221202] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.223045] pinctrl core: initialized pinctrl subsystem\n[ 0.224141] RTC time: 10:37:24, date: 09/04/18\n[ 0.225083] NET: Registered protocol family 16\n[ 0.226046] cpuidle: using governor ladder\n[ 0.226851] cpuidle: using governor menu\n[ 0.227662] PCCT header not found.\n[ 0.228448] ACPI: bus type PCI registered\n[ 0.229250] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.230485] PCI: Using configuration type 1 for base access\n[ 0.232215] ACPI: Added _OSI(Module Device)\n[ 0.233053] ACPI: Added _OSI(Processor Device)\n[ 0.233904] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.234798] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.236926] ACPI: Interpreter enabled\n[ 0.237728] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.239591] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.241415] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.243250] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.245076] ACPI: (supports S0 S5)\n[ 0.245775] ACPI: Using IOAPIC for interrupt routing\n[ 0.246863] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.250037] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.251173] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.252401] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.253586] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.255787] acpiphp: Slot [3] registered\n[ 0.256599] acpiphp: Slot [4] registered\n[ 0.257471] acpiphp: Slot [5] registered\n[ 0.258310] acpiphp: Slot [6] registered\n[ 0.259095] acpiphp: Slot [7] registered\n[ 0.259885] acpiphp: Slot [8] registered\n[ 0.260677] acpiphp: Slot [9] registered\n[ 0.261467] acpiphp: Slot [10] registered\n[ 0.262287] acpiphp: Slot [11] registered\n[ 0.263116] acpiphp: Slot [12] registered\n[ 0.263933] acpiphp: Slot [13] registered\n[ 0.264733] acpiphp: Slot [14] registered\n[ 0.265542] acpiphp: Slot [15] registered\n[ 0.276353] acpiphp: Slot [16] registered\n[ 0.277164] acpiphp: Slot [17] registered\n[ 0.277995] acpiphp: Slot [18] registered\n[ 0.278826] acpiphp: Slot [19] registered\n[ 0.279628] acpiphp: Slot [20] registered\n[ 0.280438] acpiphp: Slot [21] registered\n[ 0.281244] acpiphp: Slot [22] registered\n[ 0.282049] acpiphp: Slot [23] registered\n[ 0.282850] acpiphp: Slot [24] registered\n[ 0.283651] acpiphp: Slot [25] registered\n[ 0.284466] acpiphp: Slot [26] registered\n[ 0.285269] acpiphp: Slot [27] registered\n[ 0.286074] acpiphp: Slot [28] registered\n[ 0.286874] acpiphp: Slot [29] registered\n[ 0.287689] acpiphp: Slot [30] registered\n[ 0.288519] acpiphp: Slot [31] registered\n[ 0.289321] PCI host bridge to bus 0000:00\n[ 0.290118] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.291315] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.292518] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.293965] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.295397] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.301704] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.302984] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.304161] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.305421] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.311773] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.313193] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.358849] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.360376] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.361817] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363260] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.364664] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.365903] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.367353] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.368434] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.370021] vgaarb: loaded\n[ 0.370614] vgaarb: bridge control possible 0000:00:02.0\n[ 0.371745] SCSI subsystem initialized\n[ 0.372562] ACPI: bus type USB registered\n[ 0.373399] usbcore: registered new interface driver usbfs\n[ 0.374457] usbcore: registered new interface driver hub\n[ 0.375483] usbcore: registered new device driver usb\n[ 0.376581] PCI: Using ACPI for IRQ routing\n[ 0.377625] NetLabel: Initializing\n[ 0.378366] NetLabel: domain hash size = 128\n[ 0.379232] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.380207] NetLabel: unlabeled traffic allowed by default\n[ 0.381348] clocksource: Switched to clocksource kvm-clock\n[ 0.386844] AppArmor: AppArmor Filesystem Enabled\n[ 0.387816] pnp: PnP ACPI init\n[ 0.388720] pnp: PnP ACPI: found 5 devices\n[ 0.395108] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.396824] NET: Registered protocol family 2\n[ 0.397800] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.399105] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.400307] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.401513] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.402627] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403822] NET: Registered protocol family 1\n[ 0.404714] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.405849] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.406961] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.420960] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.435077] Trying to unpack rootfs image as initramfs...\n[ 0.484635] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.498763] Scanning for low memory corruption every 60 seconds\n[ 0.500142] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.501334] audit: initializing netlink subsys (disabled)\n[ 0.502390] audit: type=2000 audit(1536057445.357:1): initialized\n[ 0.503693] Initialise system trusted keyring\n[ 0.504626] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.505854] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.507796] zbud: loaded\n[ 0.508502] VFS: Disk quotas dquot_6.6.0\n[ 0.509330] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.510872] fuse init (API version 7.23)\n[ 0.511794] Key type big_key registered\n[ 0.512594] Allocating IMA MOK and blacklist keyrings.\n[ 0.513701] Key type asymmetric registered\n[ 0.514529] Asymmetric key parser 'x509' registered\n[ 0.515496] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.517323] io scheduler noop registered\n[ 0.518133] io scheduler deadline registered (default)\n[ 0.519134] io scheduler cfq registered\n[ 0.519961] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.521055] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.522342] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.523791] ACPI: Power Button [PWRF]\n[ 0.524616] GHES: HEST is not enabled!\n[ 0.538027] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.565778] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.568041] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.593646] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.595962] Linux agpgart interface v0.103\n[ 0.598048] brd: module loaded\n[ 0.599246] loop: module loaded\n[ 0.604103] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.605609] GPT:90111 != 2097151\n[ 0.606307] GPT:Alternate GPT header not at the end of the disk.\n[ 0.607422] GPT:90111 != 2097151\n[ 0.608117] GPT: Use GNU Parted to correct GPT errors.\n[ 0.609104] vda: vda1 vda15\n[ 0.610880] scsi host0: ata_piix\n[ 0.611632] scsi host1: ata_piix\n[ 0.612348] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.613590] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.615060] libphy: Fixed MDIO Bus: probed\n[ 0.615888] tun: Universal TUN/TAP device driver, 1.6\n[ 0.616857] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.619153] PPP generic driver version 2.4.2\n[ 0.620048] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.621384] ehci-pci: EHCI PCI platform driver\n[ 0.622251] ehci-platform: EHCI generic platform driver\n[ 0.623227] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.624352] ohci-pci: OHCI PCI platform driver\n[ 0.625212] ohci-platform: OHCI generic platform driver\n[ 0.626196] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.640673] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.641695] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.643145] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.644155] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.645261] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.646477] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.647888] usb usb1: Product: UHCI Host Controller\n[ 0.648816] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.649951] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.650958] hub 1-0:1.0: USB hub found\n[ 0.651739] hub 1-0:1.0: 2 ports detected\n[ 0.652637] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.654762] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.655749] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.656769] mousedev: PS/2 mouse device common for all mice\n[ 0.658032] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.659855] rtc_cmos 00:00: RTC can wake from S4\n[ 0.660951] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.662150] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.663328] i2c /dev entries driver\n[ 0.664072] device-mapper: uevent: version 1.0.3\n[ 0.664994] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.666613] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.667885] NET: Registered protocol family 10\n[ 0.668870] NET: Registered protocol family 17\n[ 0.669763] Key type dns_resolver registered\n[ 0.670683] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.671768] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.673510] registered taskstats version 1\n[ 0.674336] Loading compiled-in X.509 certificates\n[ 0.675763] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.677601] zswap: loaded using pool lzo/zbud\n[ 0.678949] Key type trusted registered\n[ 0.680495] Key type encrypted registered\n[ 0.681329] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.682371] ima: No TPM chip found, activating TPM-bypass!\n[ 0.683415] evm: HMAC attrs: 0x1\n[ 0.684351] Magic number: 2:957:627\n[ 0.685111] block vda15: hash matches\n[ 0.685944] rtc_cmos 00:00: setting system clock to 2018-09-04 10:37:25 UTC (1536057445)\n[ 0.687536] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.688641] EDD information not available.\n[ 0.774578] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.786429] Write protecting the kernel read-only data: 14336k\n[ 0.788059] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.789887] 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.52\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found 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.734314] 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-09-04 10:38:03,204 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/5e3fd031-8357-41e9-9d25-80b9c56aeb99/action used request id req-3185bfe4-c560-4e61-8f6b-81ab788e6828 2018-09-04 10:38:03,205 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.11958599091s 2018-09-04 10:38:03,205 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/5e3fd031-8357-41e9-9d25-80b9c56aeb99/action used request id req-3185bfe4-c560-4e61-8f6b-81ab788e6828 2018-09-04 10:38:03,206 - 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 486577007 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.133809] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.135498] pid_max: default: 32768 minimum: 301 [ 0.136405] ACPI: Core revision 20150930 [ 0.137794] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.139094] Security Framework initialized [ 0.139906] Yama: becoming mindful. [ 0.140633] AppArmor: AppArmor initialized [ 0.141526] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.142842] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.144122] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.145354] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.146763] Initializing cgroup subsys io [ 0.147625] Initializing cgroup subsys memory [ 0.148494] Initializing cgroup subsys devices [ 0.149416] Initializing cgroup subsys freezer [ 0.150279] Initializing cgroup subsys net_cls [ 0.151136] Initializing cgroup subsys perf_event [ 0.152037] Initializing cgroup subsys net_prio [ 0.152934] Initializing cgroup subsys hugetlb [ 0.153813] Initializing cgroup subsys pids [ 0.154680] CPU: Physical Processor ID: 0 [ 0.156158] mce: CPU supports 10 MCE banks [ 0.157054] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.158059] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.168989] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.175271] ftrace: allocating 31920 entries in 125 pages [ 0.201231] smpboot: Max logical packages: 1 [ 0.202103] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.203444] x2apic enabled [ 0.204238] Switched APIC routing to physical x2apic. [ 0.205992] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.207141] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.209135] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.210903] KVM setup paravirtual spinlock [ 0.212210] x86: Booted up 1 node, 1 CPUs [ 0.213015] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.214392] devtmpfs: initialized [ 0.216075] evm: security.selinux [ 0.216769] evm: security.SMACK64 [ 0.217486] evm: security.SMACK64EXEC [ 0.218224] evm: security.SMACK64TRANSMUTE [ 0.219024] evm: security.SMACK64MMAP [ 0.219762] evm: security.ima [ 0.220407] evm: security.capability [ 0.221202] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.223045] pinctrl core: initialized pinctrl subsystem [ 0.224141] RTC time: 10:37:24, date: 09/04/18 [ 0.225083] NET: Registered protocol family 16 [ 0.226046] cpuidle: using governor ladder [ 0.226851] cpuidle: using governor menu [ 0.227662] PCCT header not found. [ 0.228448] ACPI: bus type PCI registered [ 0.229250] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.230485] PCI: Using configuration type 1 for base access [ 0.232215] ACPI: Added _OSI(Module Device) [ 0.233053] ACPI: Added _OSI(Processor Device) [ 0.233904] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.234798] ACPI: Added _OSI(Processor Aggregator Device) [ 0.236926] ACPI: Interpreter enabled [ 0.237728] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.239591] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.241415] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.243250] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.245076] ACPI: (supports S0 S5) [ 0.245775] ACPI: Using IOAPIC for interrupt routing [ 0.246863] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.250037] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.251173] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.252401] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.253586] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.255787] acpiphp: Slot [3] registered [ 0.256599] acpiphp: Slot [4] registered [ 0.257471] acpiphp: Slot [5] registered [ 0.258310] acpiphp: Slot [6] registered [ 0.259095] acpiphp: Slot [7] registered [ 0.259885] acpiphp: Slot [8] registered [ 0.260677] acpiphp: Slot [9] registered [ 0.261467] acpiphp: Slot [10] registered [ 0.262287] acpiphp: Slot [11] registered [ 0.263116] acpiphp: Slot [12] registered [ 0.263933] acpiphp: Slot [13] registered [ 0.264733] acpiphp: Slot [14] registered [ 0.265542] acpiphp: Slot [15] registered [ 0.276353] acpiphp: Slot [16] registered [ 0.277164] acpiphp: Slot [17] registered [ 0.277995] acpiphp: Slot [18] registered [ 0.278826] acpiphp: Slot [19] registered [ 0.279628] acpiphp: Slot [20] registered [ 0.280438] acpiphp: Slot [21] registered [ 0.281244] acpiphp: Slot [22] registered [ 0.282049] acpiphp: Slot [23] registered [ 0.282850] acpiphp: Slot [24] registered [ 0.283651] acpiphp: Slot [25] registered [ 0.284466] acpiphp: Slot [26] registered [ 0.285269] acpiphp: Slot [27] registered [ 0.286074] acpiphp: Slot [28] registered [ 0.286874] acpiphp: Slot [29] registered [ 0.287689] acpiphp: Slot [30] registered [ 0.288519] acpiphp: Slot [31] registered [ 0.289321] PCI host bridge to bus 0000:00 [ 0.290118] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.291315] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.292518] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.293965] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.295397] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.301704] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.302984] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.304161] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.305421] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.311773] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.313193] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.358849] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360376] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.361817] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363260] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.364664] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.365903] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.367353] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.368434] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370021] vgaarb: loaded [ 0.370614] vgaarb: bridge control possible 0000:00:02.0 [ 0.371745] SCSI subsystem initialized [ 0.372562] ACPI: bus type USB registered [ 0.373399] usbcore: registered new interface driver usbfs [ 0.374457] usbcore: registered new interface driver hub [ 0.375483] usbcore: registered new device driver usb [ 0.376581] PCI: Using ACPI for IRQ routing [ 0.377625] NetLabel: Initializing [ 0.378366] NetLabel: domain hash size = 128 [ 0.379232] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380207] NetLabel: unlabeled traffic allowed by default [ 0.381348] clocksource: Switched to clocksource kvm-clock [ 0.386844] AppArmor: AppArmor Filesystem Enabled [ 0.387816] pnp: PnP ACPI init [ 0.388720] pnp: PnP ACPI: found 5 devices [ 0.395108] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.396824] NET: Registered protocol family 2 [ 0.397800] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399105] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400307] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401513] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.402627] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.403822] NET: Registered protocol family 1 [ 0.404714] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.405849] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.406961] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.420960] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435077] Trying to unpack rootfs image as initramfs... [ 0.484635] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.498763] Scanning for low memory corruption every 60 seconds [ 0.500142] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.501334] audit: initializing netlink subsys (disabled) [ 0.502390] audit: type=2000 audit(1536057445.357:1): initialized [ 0.503693] Initialise system trusted keyring [ 0.504626] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.505854] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.507796] zbud: loaded [ 0.508502] VFS: Disk quotas dquot_6.6.0 [ 0.509330] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.510872] fuse init (API version 7.23) [ 0.511794] Key type big_key registered [ 0.512594] Allocating IMA MOK and blacklist keyrings. [ 0.513701] Key type asymmetric registered [ 0.514529] Asymmetric key parser 'x509' registered [ 0.515496] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.517323] io scheduler noop registered [ 0.518133] io scheduler deadline registered (default) [ 0.519134] io scheduler cfq registered [ 0.519961] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.521055] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.522342] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.523791] ACPI: Power Button [PWRF] [ 0.524616] GHES: HEST is not enabled! [ 0.538027] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.565778] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.568041] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.593646] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.595962] Linux agpgart interface v0.103 [ 0.598048] brd: module loaded [ 0.599246] loop: module loaded [ 0.604103] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.605609] GPT:90111 != 2097151 [ 0.606307] GPT:Alternate GPT header not at the end of the disk. [ 0.607422] GPT:90111 != 2097151 [ 0.608117] GPT: Use GNU Parted to correct GPT errors. [ 0.609104] vda: vda1 vda15 [ 0.610880] scsi host0: ata_piix [ 0.611632] scsi host1: ata_piix [ 0.612348] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.613590] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.615060] libphy: Fixed MDIO Bus: probed [ 0.615888] tun: Universal TUN/TAP device driver, 1.6 [ 0.616857] tun: (C) 1999-2004 Max Krasnyansky [ 0.619153] PPP generic driver version 2.4.2 [ 0.620048] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.621384] ehci-pci: EHCI PCI platform driver [ 0.622251] ehci-platform: EHCI generic platform driver [ 0.623227] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.624352] ohci-pci: OHCI PCI platform driver [ 0.625212] ohci-platform: OHCI generic platform driver [ 0.626196] uhci_hcd: USB Universal Host Controller Interface driver [ 0.640673] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.641695] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.643145] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.644155] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.645261] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.646477] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.647888] usb usb1: Product: UHCI Host Controller [ 0.648816] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.649951] usb usb1: SerialNumber: 0000:00:01.2 [ 0.650958] hub 1-0:1.0: USB hub found [ 0.651739] hub 1-0:1.0: 2 ports detected [ 0.652637] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.654762] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.655749] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.656769] mousedev: PS/2 mouse device common for all mice [ 0.658032] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.659855] rtc_cmos 00:00: RTC can wake from S4 [ 0.660951] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.662150] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.663328] i2c /dev entries driver [ 0.664072] device-mapper: uevent: version 1.0.3 [ 0.664994] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.666613] ledtrig-cpu: registered to indicate activity on CPUs [ 0.667885] NET: Registered protocol family 10 [ 0.668870] NET: Registered protocol family 17 [ 0.669763] Key type dns_resolver registered [ 0.670683] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.671768] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.673510] registered taskstats version 1 [ 0.674336] Loading compiled-in X.509 certificates [ 0.675763] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.677601] zswap: loaded using pool lzo/zbud [ 0.678949] Key type trusted registered [ 0.680495] Key type encrypted registered [ 0.681329] AppArmor: AppArmor sha1 policy hashing enabled [ 0.682371] ima: No TPM chip found, activating TPM-bypass! [ 0.683415] evm: HMAC attrs: 0x1 [ 0.684351] Magic number: 2:957:627 [ 0.685111] block vda15: hash matches [ 0.685944] rtc_cmos 00:00: setting system clock to 2018-09-04 10:37:25 UTC (1536057445) [ 0.687536] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.688641] EDD information not available. [ 0.774578] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.786429] Write protecting the kernel read-only data: 14336k [ 0.788059] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.789887] 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.52 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.734314] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... 2018-09-04 10:38:04,208 - functest.core.singlevm - DEBUG - try 4: cannot connect to 172.30.9.209: timed out 2018-09-04 10:38:13,218 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-09-04 10:38:13,222 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/servers/5e3fd031-8357-41e9-9d25-80b9c56aeb99/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}bc04d2dc83247703d8fdba5144f592ef531cee7c" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-04 10:38:14,324 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:38:13 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-3bbcf99a-ebf3-49ea-acc8-6521a1169184 x-compute-request-id: req-3bbcf99a-ebf3-49ea-acc8-6521a1169184 Content-Encoding: gzip Content-Length: 7709 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 486577007 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 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.133809] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.135498] pid_max: default: 32768 minimum: 301\n[ 0.136405] ACPI: Core revision 20150930\n[ 0.137794] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.139094] Security Framework initialized\n[ 0.139906] Yama: becoming mindful.\n[ 0.140633] AppArmor: AppArmor initialized\n[ 0.141526] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.142842] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.144122] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.145354] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.146763] Initializing cgroup subsys io\n[ 0.147625] Initializing cgroup subsys memory\n[ 0.148494] Initializing cgroup subsys devices\n[ 0.149416] Initializing cgroup subsys freezer\n[ 0.150279] Initializing cgroup subsys net_cls\n[ 0.151136] Initializing cgroup subsys perf_event\n[ 0.152037] Initializing cgroup subsys net_prio\n[ 0.152934] Initializing cgroup subsys hugetlb\n[ 0.153813] Initializing cgroup subsys pids\n[ 0.154680] CPU: Physical Processor ID: 0\n[ 0.156158] mce: CPU supports 10 MCE banks\n[ 0.157054] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.158059] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.168989] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.175271] ftrace: allocating 31920 entries in 125 pages\n[ 0.201231] smpboot: Max logical packages: 1\n[ 0.202103] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.203444] x2apic enabled\n[ 0.204238] Switched APIC routing to physical x2apic.\n[ 0.205992] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.207141] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.209135] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.210903] KVM setup paravirtual spinlock\n[ 0.212210] x86: Booted up 1 node, 1 CPUs\n[ 0.213015] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.214392] devtmpfs: initialized\n[ 0.216075] evm: security.selinux\n[ 0.216769] evm: security.SMACK64\n[ 0.217486] evm: security.SMACK64EXEC\n[ 0.218224] evm: security.SMACK64TRANSMUTE\n[ 0.219024] evm: security.SMACK64MMAP\n[ 0.219762] evm: security.ima\n[ 0.220407] evm: security.capability\n[ 0.221202] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.223045] pinctrl core: initialized pinctrl subsystem\n[ 0.224141] RTC time: 10:37:24, date: 09/04/18\n[ 0.225083] NET: Registered protocol family 16\n[ 0.226046] cpuidle: using governor ladder\n[ 0.226851] cpuidle: using governor menu\n[ 0.227662] PCCT header not found.\n[ 0.228448] ACPI: bus type PCI registered\n[ 0.229250] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.230485] PCI: Using configuration type 1 for base access\n[ 0.232215] ACPI: Added _OSI(Module Device)\n[ 0.233053] ACPI: Added _OSI(Processor Device)\n[ 0.233904] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.234798] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.236926] ACPI: Interpreter enabled\n[ 0.237728] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.239591] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.241415] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.243250] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.245076] ACPI: (supports S0 S5)\n[ 0.245775] ACPI: Using IOAPIC for interrupt routing\n[ 0.246863] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.250037] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.251173] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.252401] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.253586] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.255787] acpiphp: Slot [3] registered\n[ 0.256599] acpiphp: Slot [4] registered\n[ 0.257471] acpiphp: Slot [5] registered\n[ 0.258310] acpiphp: Slot [6] registered\n[ 0.259095] acpiphp: Slot [7] registered\n[ 0.259885] acpiphp: Slot [8] registered\n[ 0.260677] acpiphp: Slot [9] registered\n[ 0.261467] acpiphp: Slot [10] registered\n[ 0.262287] acpiphp: Slot [11] registered\n[ 0.263116] acpiphp: Slot [12] registered\n[ 0.263933] acpiphp: Slot [13] registered\n[ 0.264733] acpiphp: Slot [14] registered\n[ 0.265542] acpiphp: Slot [15] registered\n[ 0.276353] acpiphp: Slot [16] registered\n[ 0.277164] acpiphp: Slot [17] registered\n[ 0.277995] acpiphp: Slot [18] registered\n[ 0.278826] acpiphp: Slot [19] registered\n[ 0.279628] acpiphp: Slot [20] registered\n[ 0.280438] acpiphp: Slot [21] registered\n[ 0.281244] acpiphp: Slot [22] registered\n[ 0.282049] acpiphp: Slot [23] registered\n[ 0.282850] acpiphp: Slot [24] registered\n[ 0.283651] acpiphp: Slot [25] registered\n[ 0.284466] acpiphp: Slot [26] registered\n[ 0.285269] acpiphp: Slot [27] registered\n[ 0.286074] acpiphp: Slot [28] registered\n[ 0.286874] acpiphp: Slot [29] registered\n[ 0.287689] acpiphp: Slot [30] registered\n[ 0.288519] acpiphp: Slot [31] registered\n[ 0.289321] PCI host bridge to bus 0000:00\n[ 0.290118] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.291315] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.292518] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.293965] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.295397] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.301704] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.302984] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.304161] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.305421] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.311773] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.313193] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.358849] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.360376] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.361817] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363260] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.364664] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.365903] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.367353] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.368434] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.370021] vgaarb: loaded\n[ 0.370614] vgaarb: bridge control possible 0000:00:02.0\n[ 0.371745] SCSI subsystem initialized\n[ 0.372562] ACPI: bus type USB registered\n[ 0.373399] usbcore: registered new interface driver usbfs\n[ 0.374457] usbcore: registered new interface driver hub\n[ 0.375483] usbcore: registered new device driver usb\n[ 0.376581] PCI: Using ACPI for IRQ routing\n[ 0.377625] NetLabel: Initializing\n[ 0.378366] NetLabel: domain hash size = 128\n[ 0.379232] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.380207] NetLabel: unlabeled traffic allowed by default\n[ 0.381348] clocksource: Switched to clocksource kvm-clock\n[ 0.386844] AppArmor: AppArmor Filesystem Enabled\n[ 0.387816] pnp: PnP ACPI init\n[ 0.388720] pnp: PnP ACPI: found 5 devices\n[ 0.395108] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.396824] NET: Registered protocol family 2\n[ 0.397800] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.399105] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.400307] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.401513] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.402627] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403822] NET: Registered protocol family 1\n[ 0.404714] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.405849] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.406961] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.420960] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.435077] Trying to unpack rootfs image as initramfs...\n[ 0.484635] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.498763] Scanning for low memory corruption every 60 seconds\n[ 0.500142] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.501334] audit: initializing netlink subsys (disabled)\n[ 0.502390] audit: type=2000 audit(1536057445.357:1): initialized\n[ 0.503693] Initialise system trusted keyring\n[ 0.504626] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.505854] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.507796] zbud: loaded\n[ 0.508502] VFS: Disk quotas dquot_6.6.0\n[ 0.509330] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.510872] fuse init (API version 7.23)\n[ 0.511794] Key type big_key registered\n[ 0.512594] Allocating IMA MOK and blacklist keyrings.\n[ 0.513701] Key type asymmetric registered\n[ 0.514529] Asymmetric key parser 'x509' registered\n[ 0.515496] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.517323] io scheduler noop registered\n[ 0.518133] io scheduler deadline registered (default)\n[ 0.519134] io scheduler cfq registered\n[ 0.519961] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.521055] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.522342] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.523791] ACPI: Power Button [PWRF]\n[ 0.524616] GHES: HEST is not enabled!\n[ 0.538027] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.565778] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.568041] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.593646] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.595962] Linux agpgart interface v0.103\n[ 0.598048] brd: module loaded\n[ 0.599246] loop: module loaded\n[ 0.604103] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.605609] GPT:90111 != 2097151\n[ 0.606307] GPT:Alternate GPT header not at the end of the disk.\n[ 0.607422] GPT:90111 != 2097151\n[ 0.608117] GPT: Use GNU Parted to correct GPT errors.\n[ 0.609104] vda: vda1 vda15\n[ 0.610880] scsi host0: ata_piix\n[ 0.611632] scsi host1: ata_piix\n[ 0.612348] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.613590] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.615060] libphy: Fixed MDIO Bus: probed\n[ 0.615888] tun: Universal TUN/TAP device driver, 1.6\n[ 0.616857] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.619153] PPP generic driver version 2.4.2\n[ 0.620048] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.621384] ehci-pci: EHCI PCI platform driver\n[ 0.622251] ehci-platform: EHCI generic platform driver\n[ 0.623227] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.624352] ohci-pci: OHCI PCI platform driver\n[ 0.625212] ohci-platform: OHCI generic platform driver\n[ 0.626196] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.640673] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.641695] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.643145] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.644155] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.645261] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.646477] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.647888] usb usb1: Product: UHCI Host Controller\n[ 0.648816] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.649951] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.650958] hub 1-0:1.0: USB hub found\n[ 0.651739] hub 1-0:1.0: 2 ports detected\n[ 0.652637] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.654762] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.655749] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.656769] mousedev: PS/2 mouse device common for all mice\n[ 0.658032] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.659855] rtc_cmos 00:00: RTC can wake from S4\n[ 0.660951] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.662150] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.663328] i2c /dev entries driver\n[ 0.664072] device-mapper: uevent: version 1.0.3\n[ 0.664994] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.666613] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.667885] NET: Registered protocol family 10\n[ 0.668870] NET: Registered protocol family 17\n[ 0.669763] Key type dns_resolver registered\n[ 0.670683] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.671768] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.673510] registered taskstats version 1\n[ 0.674336] Loading compiled-in X.509 certificates\n[ 0.675763] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.677601] zswap: loaded using pool lzo/zbud\n[ 0.678949] Key type trusted registered\n[ 0.680495] Key type encrypted registered\n[ 0.681329] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.682371] ima: No TPM chip found, activating TPM-bypass!\n[ 0.683415] evm: HMAC attrs: 0x1\n[ 0.684351] Magic number: 2:957:627\n[ 0.685111] block vda15: hash matches\n[ 0.685944] rtc_cmos 00:00: setting system clock to 2018-09-04 10:37:25 UTC (1536057445)\n[ 0.687536] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.688641] EDD information not available.\n[ 0.774578] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.786429] Write protecting the kernel read-only data: 14336k\n[ 0.788059] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.789887] 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.52\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found 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.734314] 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-09-04 10:38:14,325 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/5e3fd031-8357-41e9-9d25-80b9c56aeb99/action used request id req-3bbcf99a-ebf3-49ea-acc8-6521a1169184 2018-09-04 10:38:14,325 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.10660004616s 2018-09-04 10:38:14,326 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/5e3fd031-8357-41e9-9d25-80b9c56aeb99/action used request id req-3bbcf99a-ebf3-49ea-acc8-6521a1169184 2018-09-04 10:38:14,326 - 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 486577007 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.133809] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.135498] pid_max: default: 32768 minimum: 301 [ 0.136405] ACPI: Core revision 20150930 [ 0.137794] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.139094] Security Framework initialized [ 0.139906] Yama: becoming mindful. [ 0.140633] AppArmor: AppArmor initialized [ 0.141526] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.142842] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.144122] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.145354] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.146763] Initializing cgroup subsys io [ 0.147625] Initializing cgroup subsys memory [ 0.148494] Initializing cgroup subsys devices [ 0.149416] Initializing cgroup subsys freezer [ 0.150279] Initializing cgroup subsys net_cls [ 0.151136] Initializing cgroup subsys perf_event [ 0.152037] Initializing cgroup subsys net_prio [ 0.152934] Initializing cgroup subsys hugetlb [ 0.153813] Initializing cgroup subsys pids [ 0.154680] CPU: Physical Processor ID: 0 [ 0.156158] mce: CPU supports 10 MCE banks [ 0.157054] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.158059] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.168989] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.175271] ftrace: allocating 31920 entries in 125 pages [ 0.201231] smpboot: Max logical packages: 1 [ 0.202103] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.203444] x2apic enabled [ 0.204238] Switched APIC routing to physical x2apic. [ 0.205992] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.207141] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.209135] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.210903] KVM setup paravirtual spinlock [ 0.212210] x86: Booted up 1 node, 1 CPUs [ 0.213015] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.214392] devtmpfs: initialized [ 0.216075] evm: security.selinux [ 0.216769] evm: security.SMACK64 [ 0.217486] evm: security.SMACK64EXEC [ 0.218224] evm: security.SMACK64TRANSMUTE [ 0.219024] evm: security.SMACK64MMAP [ 0.219762] evm: security.ima [ 0.220407] evm: security.capability [ 0.221202] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.223045] pinctrl core: initialized pinctrl subsystem [ 0.224141] RTC time: 10:37:24, date: 09/04/18 [ 0.225083] NET: Registered protocol family 16 [ 0.226046] cpuidle: using governor ladder [ 0.226851] cpuidle: using governor menu [ 0.227662] PCCT header not found. [ 0.228448] ACPI: bus type PCI registered [ 0.229250] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.230485] PCI: Using configuration type 1 for base access [ 0.232215] ACPI: Added _OSI(Module Device) [ 0.233053] ACPI: Added _OSI(Processor Device) [ 0.233904] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.234798] ACPI: Added _OSI(Processor Aggregator Device) [ 0.236926] ACPI: Interpreter enabled [ 0.237728] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.239591] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.241415] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.243250] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.245076] ACPI: (supports S0 S5) [ 0.245775] ACPI: Using IOAPIC for interrupt routing [ 0.246863] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.250037] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.251173] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.252401] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.253586] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.255787] acpiphp: Slot [3] registered [ 0.256599] acpiphp: Slot [4] registered [ 0.257471] acpiphp: Slot [5] registered [ 0.258310] acpiphp: Slot [6] registered [ 0.259095] acpiphp: Slot [7] registered [ 0.259885] acpiphp: Slot [8] registered [ 0.260677] acpiphp: Slot [9] registered [ 0.261467] acpiphp: Slot [10] registered [ 0.262287] acpiphp: Slot [11] registered [ 0.263116] acpiphp: Slot [12] registered [ 0.263933] acpiphp: Slot [13] registered [ 0.264733] acpiphp: Slot [14] registered [ 0.265542] acpiphp: Slot [15] registered [ 0.276353] acpiphp: Slot [16] registered [ 0.277164] acpiphp: Slot [17] registered [ 0.277995] acpiphp: Slot [18] registered [ 0.278826] acpiphp: Slot [19] registered [ 0.279628] acpiphp: Slot [20] registered [ 0.280438] acpiphp: Slot [21] registered [ 0.281244] acpiphp: Slot [22] registered [ 0.282049] acpiphp: Slot [23] registered [ 0.282850] acpiphp: Slot [24] registered [ 0.283651] acpiphp: Slot [25] registered [ 0.284466] acpiphp: Slot [26] registered [ 0.285269] acpiphp: Slot [27] registered [ 0.286074] acpiphp: Slot [28] registered [ 0.286874] acpiphp: Slot [29] registered [ 0.287689] acpiphp: Slot [30] registered [ 0.288519] acpiphp: Slot [31] registered [ 0.289321] PCI host bridge to bus 0000:00 [ 0.290118] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.291315] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.292518] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.293965] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.295397] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.301704] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.302984] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.304161] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.305421] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.311773] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.313193] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.358849] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360376] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.361817] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363260] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.364664] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.365903] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.367353] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.368434] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370021] vgaarb: loaded [ 0.370614] vgaarb: bridge control possible 0000:00:02.0 [ 0.371745] SCSI subsystem initialized [ 0.372562] ACPI: bus type USB registered [ 0.373399] usbcore: registered new interface driver usbfs [ 0.374457] usbcore: registered new interface driver hub [ 0.375483] usbcore: registered new device driver usb [ 0.376581] PCI: Using ACPI for IRQ routing [ 0.377625] NetLabel: Initializing [ 0.378366] NetLabel: domain hash size = 128 [ 0.379232] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380207] NetLabel: unlabeled traffic allowed by default [ 0.381348] clocksource: Switched to clocksource kvm-clock [ 0.386844] AppArmor: AppArmor Filesystem Enabled [ 0.387816] pnp: PnP ACPI init [ 0.388720] pnp: PnP ACPI: found 5 devices [ 0.395108] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.396824] NET: Registered protocol family 2 [ 0.397800] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399105] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400307] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401513] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.402627] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.403822] NET: Registered protocol family 1 [ 0.404714] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.405849] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.406961] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.420960] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435077] Trying to unpack rootfs image as initramfs... [ 0.484635] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.498763] Scanning for low memory corruption every 60 seconds [ 0.500142] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.501334] audit: initializing netlink subsys (disabled) [ 0.502390] audit: type=2000 audit(1536057445.357:1): initialized [ 0.503693] Initialise system trusted keyring [ 0.504626] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.505854] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.507796] zbud: loaded [ 0.508502] VFS: Disk quotas dquot_6.6.0 [ 0.509330] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.510872] fuse init (API version 7.23) [ 0.511794] Key type big_key registered [ 0.512594] Allocating IMA MOK and blacklist keyrings. [ 0.513701] Key type asymmetric registered [ 0.514529] Asymmetric key parser 'x509' registered [ 0.515496] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.517323] io scheduler noop registered [ 0.518133] io scheduler deadline registered (default) [ 0.519134] io scheduler cfq registered [ 0.519961] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.521055] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.522342] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.523791] ACPI: Power Button [PWRF] [ 0.524616] GHES: HEST is not enabled! [ 0.538027] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.565778] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.568041] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.593646] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.595962] Linux agpgart interface v0.103 [ 0.598048] brd: module loaded [ 0.599246] loop: module loaded [ 0.604103] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.605609] GPT:90111 != 2097151 [ 0.606307] GPT:Alternate GPT header not at the end of the disk. [ 0.607422] GPT:90111 != 2097151 [ 0.608117] GPT: Use GNU Parted to correct GPT errors. [ 0.609104] vda: vda1 vda15 [ 0.610880] scsi host0: ata_piix [ 0.611632] scsi host1: ata_piix [ 0.612348] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.613590] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.615060] libphy: Fixed MDIO Bus: probed [ 0.615888] tun: Universal TUN/TAP device driver, 1.6 [ 0.616857] tun: (C) 1999-2004 Max Krasnyansky [ 0.619153] PPP generic driver version 2.4.2 [ 0.620048] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.621384] ehci-pci: EHCI PCI platform driver [ 0.622251] ehci-platform: EHCI generic platform driver [ 0.623227] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.624352] ohci-pci: OHCI PCI platform driver [ 0.625212] ohci-platform: OHCI generic platform driver [ 0.626196] uhci_hcd: USB Universal Host Controller Interface driver [ 0.640673] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.641695] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.643145] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.644155] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.645261] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.646477] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.647888] usb usb1: Product: UHCI Host Controller [ 0.648816] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.649951] usb usb1: SerialNumber: 0000:00:01.2 [ 0.650958] hub 1-0:1.0: USB hub found [ 0.651739] hub 1-0:1.0: 2 ports detected [ 0.652637] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.654762] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.655749] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.656769] mousedev: PS/2 mouse device common for all mice [ 0.658032] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.659855] rtc_cmos 00:00: RTC can wake from S4 [ 0.660951] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.662150] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.663328] i2c /dev entries driver [ 0.664072] device-mapper: uevent: version 1.0.3 [ 0.664994] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.666613] ledtrig-cpu: registered to indicate activity on CPUs [ 0.667885] NET: Registered protocol family 10 [ 0.668870] NET: Registered protocol family 17 [ 0.669763] Key type dns_resolver registered [ 0.670683] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.671768] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.673510] registered taskstats version 1 [ 0.674336] Loading compiled-in X.509 certificates [ 0.675763] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.677601] zswap: loaded using pool lzo/zbud [ 0.678949] Key type trusted registered [ 0.680495] Key type encrypted registered [ 0.681329] AppArmor: AppArmor sha1 policy hashing enabled [ 0.682371] ima: No TPM chip found, activating TPM-bypass! [ 0.683415] evm: HMAC attrs: 0x1 [ 0.684351] Magic number: 2:957:627 [ 0.685111] block vda15: hash matches [ 0.685944] rtc_cmos 00:00: setting system clock to 2018-09-04 10:37:25 UTC (1536057445) [ 0.687536] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.688641] EDD information not available. [ 0.774578] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.786429] Write protecting the kernel read-only data: 14336k [ 0.788059] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.789887] 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.52 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.734314] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... 2018-09-04 10:38:15,329 - functest.core.singlevm - DEBUG - try 5: cannot connect to 172.30.9.209: timed out 2018-09-04 10:38:24,339 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-09-04 10:38:24,342 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/servers/5e3fd031-8357-41e9-9d25-80b9c56aeb99/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}bc04d2dc83247703d8fdba5144f592ef531cee7c" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-04 10:38:25,419 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:38: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-2f44fb93-51b9-40e6-aed4-36ce41873230 x-compute-request-id: req-2f44fb93-51b9-40e6-aed4-36ce41873230 Content-Encoding: gzip Content-Length: 7709 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 486577007 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 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.133809] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.135498] pid_max: default: 32768 minimum: 301\n[ 0.136405] ACPI: Core revision 20150930\n[ 0.137794] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.139094] Security Framework initialized\n[ 0.139906] Yama: becoming mindful.\n[ 0.140633] AppArmor: AppArmor initialized\n[ 0.141526] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.142842] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.144122] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.145354] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.146763] Initializing cgroup subsys io\n[ 0.147625] Initializing cgroup subsys memory\n[ 0.148494] Initializing cgroup subsys devices\n[ 0.149416] Initializing cgroup subsys freezer\n[ 0.150279] Initializing cgroup subsys net_cls\n[ 0.151136] Initializing cgroup subsys perf_event\n[ 0.152037] Initializing cgroup subsys net_prio\n[ 0.152934] Initializing cgroup subsys hugetlb\n[ 0.153813] Initializing cgroup subsys pids\n[ 0.154680] CPU: Physical Processor ID: 0\n[ 0.156158] mce: CPU supports 10 MCE banks\n[ 0.157054] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.158059] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.168989] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.175271] ftrace: allocating 31920 entries in 125 pages\n[ 0.201231] smpboot: Max logical packages: 1\n[ 0.202103] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.203444] x2apic enabled\n[ 0.204238] Switched APIC routing to physical x2apic.\n[ 0.205992] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.207141] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.209135] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.210903] KVM setup paravirtual spinlock\n[ 0.212210] x86: Booted up 1 node, 1 CPUs\n[ 0.213015] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.214392] devtmpfs: initialized\n[ 0.216075] evm: security.selinux\n[ 0.216769] evm: security.SMACK64\n[ 0.217486] evm: security.SMACK64EXEC\n[ 0.218224] evm: security.SMACK64TRANSMUTE\n[ 0.219024] evm: security.SMACK64MMAP\n[ 0.219762] evm: security.ima\n[ 0.220407] evm: security.capability\n[ 0.221202] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.223045] pinctrl core: initialized pinctrl subsystem\n[ 0.224141] RTC time: 10:37:24, date: 09/04/18\n[ 0.225083] NET: Registered protocol family 16\n[ 0.226046] cpuidle: using governor ladder\n[ 0.226851] cpuidle: using governor menu\n[ 0.227662] PCCT header not found.\n[ 0.228448] ACPI: bus type PCI registered\n[ 0.229250] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.230485] PCI: Using configuration type 1 for base access\n[ 0.232215] ACPI: Added _OSI(Module Device)\n[ 0.233053] ACPI: Added _OSI(Processor Device)\n[ 0.233904] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.234798] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.236926] ACPI: Interpreter enabled\n[ 0.237728] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.239591] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.241415] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.243250] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.245076] ACPI: (supports S0 S5)\n[ 0.245775] ACPI: Using IOAPIC for interrupt routing\n[ 0.246863] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.250037] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.251173] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.252401] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.253586] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.255787] acpiphp: Slot [3] registered\n[ 0.256599] acpiphp: Slot [4] registered\n[ 0.257471] acpiphp: Slot [5] registered\n[ 0.258310] acpiphp: Slot [6] registered\n[ 0.259095] acpiphp: Slot [7] registered\n[ 0.259885] acpiphp: Slot [8] registered\n[ 0.260677] acpiphp: Slot [9] registered\n[ 0.261467] acpiphp: Slot [10] registered\n[ 0.262287] acpiphp: Slot [11] registered\n[ 0.263116] acpiphp: Slot [12] registered\n[ 0.263933] acpiphp: Slot [13] registered\n[ 0.264733] acpiphp: Slot [14] registered\n[ 0.265542] acpiphp: Slot [15] registered\n[ 0.276353] acpiphp: Slot [16] registered\n[ 0.277164] acpiphp: Slot [17] registered\n[ 0.277995] acpiphp: Slot [18] registered\n[ 0.278826] acpiphp: Slot [19] registered\n[ 0.279628] acpiphp: Slot [20] registered\n[ 0.280438] acpiphp: Slot [21] registered\n[ 0.281244] acpiphp: Slot [22] registered\n[ 0.282049] acpiphp: Slot [23] registered\n[ 0.282850] acpiphp: Slot [24] registered\n[ 0.283651] acpiphp: Slot [25] registered\n[ 0.284466] acpiphp: Slot [26] registered\n[ 0.285269] acpiphp: Slot [27] registered\n[ 0.286074] acpiphp: Slot [28] registered\n[ 0.286874] acpiphp: Slot [29] registered\n[ 0.287689] acpiphp: Slot [30] registered\n[ 0.288519] acpiphp: Slot [31] registered\n[ 0.289321] PCI host bridge to bus 0000:00\n[ 0.290118] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.291315] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.292518] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.293965] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.295397] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.301704] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.302984] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.304161] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.305421] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.311773] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.313193] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.358849] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.360376] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.361817] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363260] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.364664] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.365903] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.367353] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.368434] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.370021] vgaarb: loaded\n[ 0.370614] vgaarb: bridge control possible 0000:00:02.0\n[ 0.371745] SCSI subsystem initialized\n[ 0.372562] ACPI: bus type USB registered\n[ 0.373399] usbcore: registered new interface driver usbfs\n[ 0.374457] usbcore: registered new interface driver hub\n[ 0.375483] usbcore: registered new device driver usb\n[ 0.376581] PCI: Using ACPI for IRQ routing\n[ 0.377625] NetLabel: Initializing\n[ 0.378366] NetLabel: domain hash size = 128\n[ 0.379232] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.380207] NetLabel: unlabeled traffic allowed by default\n[ 0.381348] clocksource: Switched to clocksource kvm-clock\n[ 0.386844] AppArmor: AppArmor Filesystem Enabled\n[ 0.387816] pnp: PnP ACPI init\n[ 0.388720] pnp: PnP ACPI: found 5 devices\n[ 0.395108] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.396824] NET: Registered protocol family 2\n[ 0.397800] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.399105] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.400307] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.401513] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.402627] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403822] NET: Registered protocol family 1\n[ 0.404714] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.405849] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.406961] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.420960] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.435077] Trying to unpack rootfs image as initramfs...\n[ 0.484635] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.498763] Scanning for low memory corruption every 60 seconds\n[ 0.500142] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.501334] audit: initializing netlink subsys (disabled)\n[ 0.502390] audit: type=2000 audit(1536057445.357:1): initialized\n[ 0.503693] Initialise system trusted keyring\n[ 0.504626] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.505854] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.507796] zbud: loaded\n[ 0.508502] VFS: Disk quotas dquot_6.6.0\n[ 0.509330] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.510872] fuse init (API version 7.23)\n[ 0.511794] Key type big_key registered\n[ 0.512594] Allocating IMA MOK and blacklist keyrings.\n[ 0.513701] Key type asymmetric registered\n[ 0.514529] Asymmetric key parser 'x509' registered\n[ 0.515496] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.517323] io scheduler noop registered\n[ 0.518133] io scheduler deadline registered (default)\n[ 0.519134] io scheduler cfq registered\n[ 0.519961] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.521055] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.522342] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.523791] ACPI: Power Button [PWRF]\n[ 0.524616] GHES: HEST is not enabled!\n[ 0.538027] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.565778] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.568041] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.593646] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.595962] Linux agpgart interface v0.103\n[ 0.598048] brd: module loaded\n[ 0.599246] loop: module loaded\n[ 0.604103] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.605609] GPT:90111 != 2097151\n[ 0.606307] GPT:Alternate GPT header not at the end of the disk.\n[ 0.607422] GPT:90111 != 2097151\n[ 0.608117] GPT: Use GNU Parted to correct GPT errors.\n[ 0.609104] vda: vda1 vda15\n[ 0.610880] scsi host0: ata_piix\n[ 0.611632] scsi host1: ata_piix\n[ 0.612348] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.613590] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.615060] libphy: Fixed MDIO Bus: probed\n[ 0.615888] tun: Universal TUN/TAP device driver, 1.6\n[ 0.616857] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.619153] PPP generic driver version 2.4.2\n[ 0.620048] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.621384] ehci-pci: EHCI PCI platform driver\n[ 0.622251] ehci-platform: EHCI generic platform driver\n[ 0.623227] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.624352] ohci-pci: OHCI PCI platform driver\n[ 0.625212] ohci-platform: OHCI generic platform driver\n[ 0.626196] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.640673] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.641695] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.643145] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.644155] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.645261] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.646477] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.647888] usb usb1: Product: UHCI Host Controller\n[ 0.648816] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.649951] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.650958] hub 1-0:1.0: USB hub found\n[ 0.651739] hub 1-0:1.0: 2 ports detected\n[ 0.652637] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.654762] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.655749] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.656769] mousedev: PS/2 mouse device common for all mice\n[ 0.658032] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.659855] rtc_cmos 00:00: RTC can wake from S4\n[ 0.660951] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.662150] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.663328] i2c /dev entries driver\n[ 0.664072] device-mapper: uevent: version 1.0.3\n[ 0.664994] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.666613] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.667885] NET: Registered protocol family 10\n[ 0.668870] NET: Registered protocol family 17\n[ 0.669763] Key type dns_resolver registered\n[ 0.670683] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.671768] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.673510] registered taskstats version 1\n[ 0.674336] Loading compiled-in X.509 certificates\n[ 0.675763] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.677601] zswap: loaded using pool lzo/zbud\n[ 0.678949] Key type trusted registered\n[ 0.680495] Key type encrypted registered\n[ 0.681329] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.682371] ima: No TPM chip found, activating TPM-bypass!\n[ 0.683415] evm: HMAC attrs: 0x1\n[ 0.684351] Magic number: 2:957:627\n[ 0.685111] block vda15: hash matches\n[ 0.685944] rtc_cmos 00:00: setting system clock to 2018-09-04 10:37:25 UTC (1536057445)\n[ 0.687536] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.688641] EDD information not available.\n[ 0.774578] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.786429] Write protecting the kernel read-only data: 14336k\n[ 0.788059] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.789887] 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.52\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found 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.734314] 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-09-04 10:38:25,419 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/5e3fd031-8357-41e9-9d25-80b9c56aeb99/action used request id req-2f44fb93-51b9-40e6-aed4-36ce41873230 2018-09-04 10:38:25,419 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.08046603203s 2018-09-04 10:38:25,420 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/5e3fd031-8357-41e9-9d25-80b9c56aeb99/action used request id req-2f44fb93-51b9-40e6-aed4-36ce41873230 2018-09-04 10:38:25,421 - 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 486577007 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.133809] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.135498] pid_max: default: 32768 minimum: 301 [ 0.136405] ACPI: Core revision 20150930 [ 0.137794] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.139094] Security Framework initialized [ 0.139906] Yama: becoming mindful. [ 0.140633] AppArmor: AppArmor initialized [ 0.141526] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.142842] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.144122] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.145354] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.146763] Initializing cgroup subsys io [ 0.147625] Initializing cgroup subsys memory [ 0.148494] Initializing cgroup subsys devices [ 0.149416] Initializing cgroup subsys freezer [ 0.150279] Initializing cgroup subsys net_cls [ 0.151136] Initializing cgroup subsys perf_event [ 0.152037] Initializing cgroup subsys net_prio [ 0.152934] Initializing cgroup subsys hugetlb [ 0.153813] Initializing cgroup subsys pids [ 0.154680] CPU: Physical Processor ID: 0 [ 0.156158] mce: CPU supports 10 MCE banks [ 0.157054] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.158059] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.168989] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.175271] ftrace: allocating 31920 entries in 125 pages [ 0.201231] smpboot: Max logical packages: 1 [ 0.202103] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.203444] x2apic enabled [ 0.204238] Switched APIC routing to physical x2apic. [ 0.205992] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.207141] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.209135] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.210903] KVM setup paravirtual spinlock [ 0.212210] x86: Booted up 1 node, 1 CPUs [ 0.213015] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.214392] devtmpfs: initialized [ 0.216075] evm: security.selinux [ 0.216769] evm: security.SMACK64 [ 0.217486] evm: security.SMACK64EXEC [ 0.218224] evm: security.SMACK64TRANSMUTE [ 0.219024] evm: security.SMACK64MMAP [ 0.219762] evm: security.ima [ 0.220407] evm: security.capability [ 0.221202] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.223045] pinctrl core: initialized pinctrl subsystem [ 0.224141] RTC time: 10:37:24, date: 09/04/18 [ 0.225083] NET: Registered protocol family 16 [ 0.226046] cpuidle: using governor ladder [ 0.226851] cpuidle: using governor menu [ 0.227662] PCCT header not found. [ 0.228448] ACPI: bus type PCI registered [ 0.229250] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.230485] PCI: Using configuration type 1 for base access [ 0.232215] ACPI: Added _OSI(Module Device) [ 0.233053] ACPI: Added _OSI(Processor Device) [ 0.233904] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.234798] ACPI: Added _OSI(Processor Aggregator Device) [ 0.236926] ACPI: Interpreter enabled [ 0.237728] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.239591] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.241415] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.243250] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.245076] ACPI: (supports S0 S5) [ 0.245775] ACPI: Using IOAPIC for interrupt routing [ 0.246863] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.250037] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.251173] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.252401] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.253586] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.255787] acpiphp: Slot [3] registered [ 0.256599] acpiphp: Slot [4] registered [ 0.257471] acpiphp: Slot [5] registered [ 0.258310] acpiphp: Slot [6] registered [ 0.259095] acpiphp: Slot [7] registered [ 0.259885] acpiphp: Slot [8] registered [ 0.260677] acpiphp: Slot [9] registered [ 0.261467] acpiphp: Slot [10] registered [ 0.262287] acpiphp: Slot [11] registered [ 0.263116] acpiphp: Slot [12] registered [ 0.263933] acpiphp: Slot [13] registered [ 0.264733] acpiphp: Slot [14] registered [ 0.265542] acpiphp: Slot [15] registered [ 0.276353] acpiphp: Slot [16] registered [ 0.277164] acpiphp: Slot [17] registered [ 0.277995] acpiphp: Slot [18] registered [ 0.278826] acpiphp: Slot [19] registered [ 0.279628] acpiphp: Slot [20] registered [ 0.280438] acpiphp: Slot [21] registered [ 0.281244] acpiphp: Slot [22] registered [ 0.282049] acpiphp: Slot [23] registered [ 0.282850] acpiphp: Slot [24] registered [ 0.283651] acpiphp: Slot [25] registered [ 0.284466] acpiphp: Slot [26] registered [ 0.285269] acpiphp: Slot [27] registered [ 0.286074] acpiphp: Slot [28] registered [ 0.286874] acpiphp: Slot [29] registered [ 0.287689] acpiphp: Slot [30] registered [ 0.288519] acpiphp: Slot [31] registered [ 0.289321] PCI host bridge to bus 0000:00 [ 0.290118] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.291315] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.292518] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.293965] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.295397] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.301704] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.302984] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.304161] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.305421] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.311773] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.313193] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.358849] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360376] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.361817] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363260] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.364664] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.365903] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.367353] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.368434] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370021] vgaarb: loaded [ 0.370614] vgaarb: bridge control possible 0000:00:02.0 [ 0.371745] SCSI subsystem initialized [ 0.372562] ACPI: bus type USB registered [ 0.373399] usbcore: registered new interface driver usbfs [ 0.374457] usbcore: registered new interface driver hub [ 0.375483] usbcore: registered new device driver usb [ 0.376581] PCI: Using ACPI for IRQ routing [ 0.377625] NetLabel: Initializing [ 0.378366] NetLabel: domain hash size = 128 [ 0.379232] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380207] NetLabel: unlabeled traffic allowed by default [ 0.381348] clocksource: Switched to clocksource kvm-clock [ 0.386844] AppArmor: AppArmor Filesystem Enabled [ 0.387816] pnp: PnP ACPI init [ 0.388720] pnp: PnP ACPI: found 5 devices [ 0.395108] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.396824] NET: Registered protocol family 2 [ 0.397800] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399105] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400307] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401513] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.402627] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.403822] NET: Registered protocol family 1 [ 0.404714] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.405849] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.406961] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.420960] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435077] Trying to unpack rootfs image as initramfs... [ 0.484635] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.498763] Scanning for low memory corruption every 60 seconds [ 0.500142] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.501334] audit: initializing netlink subsys (disabled) [ 0.502390] audit: type=2000 audit(1536057445.357:1): initialized [ 0.503693] Initialise system trusted keyring [ 0.504626] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.505854] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.507796] zbud: loaded [ 0.508502] VFS: Disk quotas dquot_6.6.0 [ 0.509330] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.510872] fuse init (API version 7.23) [ 0.511794] Key type big_key registered [ 0.512594] Allocating IMA MOK and blacklist keyrings. [ 0.513701] Key type asymmetric registered [ 0.514529] Asymmetric key parser 'x509' registered [ 0.515496] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.517323] io scheduler noop registered [ 0.518133] io scheduler deadline registered (default) [ 0.519134] io scheduler cfq registered [ 0.519961] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.521055] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.522342] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.523791] ACPI: Power Button [PWRF] [ 0.524616] GHES: HEST is not enabled! [ 0.538027] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.565778] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.568041] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.593646] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.595962] Linux agpgart interface v0.103 [ 0.598048] brd: module loaded [ 0.599246] loop: module loaded [ 0.604103] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.605609] GPT:90111 != 2097151 [ 0.606307] GPT:Alternate GPT header not at the end of the disk. [ 0.607422] GPT:90111 != 2097151 [ 0.608117] GPT: Use GNU Parted to correct GPT errors. [ 0.609104] vda: vda1 vda15 [ 0.610880] scsi host0: ata_piix [ 0.611632] scsi host1: ata_piix [ 0.612348] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.613590] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.615060] libphy: Fixed MDIO Bus: probed [ 0.615888] tun: Universal TUN/TAP device driver, 1.6 [ 0.616857] tun: (C) 1999-2004 Max Krasnyansky [ 0.619153] PPP generic driver version 2.4.2 [ 0.620048] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.621384] ehci-pci: EHCI PCI platform driver [ 0.622251] ehci-platform: EHCI generic platform driver [ 0.623227] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.624352] ohci-pci: OHCI PCI platform driver [ 0.625212] ohci-platform: OHCI generic platform driver [ 0.626196] uhci_hcd: USB Universal Host Controller Interface driver [ 0.640673] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.641695] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.643145] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.644155] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.645261] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.646477] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.647888] usb usb1: Product: UHCI Host Controller [ 0.648816] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.649951] usb usb1: SerialNumber: 0000:00:01.2 [ 0.650958] hub 1-0:1.0: USB hub found [ 0.651739] hub 1-0:1.0: 2 ports detected [ 0.652637] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.654762] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.655749] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.656769] mousedev: PS/2 mouse device common for all mice [ 0.658032] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.659855] rtc_cmos 00:00: RTC can wake from S4 [ 0.660951] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.662150] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.663328] i2c /dev entries driver [ 0.664072] device-mapper: uevent: version 1.0.3 [ 0.664994] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.666613] ledtrig-cpu: registered to indicate activity on CPUs [ 0.667885] NET: Registered protocol family 10 [ 0.668870] NET: Registered protocol family 17 [ 0.669763] Key type dns_resolver registered [ 0.670683] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.671768] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.673510] registered taskstats version 1 [ 0.674336] Loading compiled-in X.509 certificates [ 0.675763] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.677601] zswap: loaded using pool lzo/zbud [ 0.678949] Key type trusted registered [ 0.680495] Key type encrypted registered [ 0.681329] AppArmor: AppArmor sha1 policy hashing enabled [ 0.682371] ima: No TPM chip found, activating TPM-bypass! [ 0.683415] evm: HMAC attrs: 0x1 [ 0.684351] Magic number: 2:957:627 [ 0.685111] block vda15: hash matches [ 0.685944] rtc_cmos 00:00: setting system clock to 2018-09-04 10:37:25 UTC (1536057445) [ 0.687536] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.688641] EDD information not available. [ 0.774578] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.786429] Write protecting the kernel read-only data: 14336k [ 0.788059] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.789887] 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.52 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.734314] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... 2018-09-04 10:38:26,423 - functest.core.singlevm - DEBUG - try 6: cannot connect to 172.30.9.209: timed out 2018-09-04 10:38:35,433 - functest.core.singlevm - ERROR - cannot connect to 172.30.9.209 2018-09-04 10:38:35,433 - functest.core.singlevm - ERROR - Cannot run vping_ssh Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/functest/core/singlevm.py", line 427, in run (self.fip, self.ssh) = self.connect(self.sshvm) TypeError: 'NoneType' object is not iterable 2018-09-04 10:38:35,552 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-09-04 10:38:35,552 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | vping_ssh | functest | 01:43 | FAIL | +-------------------+------------------+------------------+----------------+ 2018-09-04 10:38:35,558 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.servers 2018-09-04 10:38:35,561 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:8774/v2.1/servers/0ae97522-b0f9-45e7-beb5-1d1fbea64233 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}bc04d2dc83247703d8fdba5144f592ef531cee7c" 2018-09-04 10:38:35,717 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 10:38: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-5d029cda-28d4-4aae-bffe-da7e996eed45 x-compute-request-id: req-5d029cda-28d4-4aae-bffe-da7e996eed45 Content-Type: application/json 2018-09-04 10:38:35,717 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/servers/0ae97522-b0f9-45e7-beb5-1d1fbea64233 used request id req-5d029cda-28d4-4aae-bffe-da7e996eed45 2018-09-04 10:38:35,717 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.servers in 0.158971071243s 2018-09-04 10:38:35,718 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/servers/0ae97522-b0f9-45e7-beb5-1d1fbea64233 used request id req-5d029cda-28d4-4aae-bffe-da7e996eed45 2018-09-04 10:38:35,718 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-04 10:38:35,721 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}bc04d2dc83247703d8fdba5144f592ef531cee7c" 2018-09-04 10:38:36,382 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:38: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-3502d36f-8371-4d7e-8894-062fc4484a52 x-compute-request-id: req-3502d36f-8371-4d7e-8894-062fc4484a52 Content-Encoding: gzip Content-Length: 901 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_ssh-net_765e872f-da41-4d34-89de-e797c7840b14": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:b9:d2", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:b9:d2", "version": 4, "addr": "172.30.9.209", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/5e3fd031-8357-41e9-9d25-80b9c56aeb99", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/5e3fd031-8357-41e9-9d25-80b9c56aeb99", "rel": "bookmark"}], "image": {"id": "1920edb0-48eb-4ed9-8c61-551882a9dc7b", "links": [{"href": "http://172.30.9.28:8774/images/1920edb0-48eb-4ed9-8c61-551882a9dc7b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-04T10:37:24.000000", "flavor": {"id": "bfa52e47-4fe8-4dc7-b814-05dce008e7a5", "links": [{"href": "http://172.30.9.28:8774/flavors/bfa52e47-4fe8-4dc7-b814-05dce008e7a5", "rel": "bookmark"}]}, "id": "5e3fd031-8357-41e9-9d25-80b9c56aeb99", "security_groups": [{"name": "vping_ssh-sg_765e872f-da41-4d34-89de-e797c7840b14"}], "user_id": "a130cb00c12346ac914af686eb312045", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-04T10:37:24Z", "hostId": "bd6e81c874ddae44a79515f770c5004802201ea0afc949daa78fb531", "OS-SRV-USG:terminated_at": null, "key_name": "vping_ssh-kp_765e872f-da41-4d34-89de-e797c7840b14", "name": "vping_ssh-vm_765e872f-da41-4d34-89de-e797c7840b14", "created": "2018-09-04T10:37:17Z", "tenant_id": "4ad41bc126174d318b5e7a8516fcf4af", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": "deleting", "addresses": {"vping_ssh-net_765e872f-da41-4d34-89de-e797c7840b14": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e0:08:06", "version": 4, "addr": "192.168.120.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/0ae97522-b0f9-45e7-beb5-1d1fbea64233", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/0ae97522-b0f9-45e7-beb5-1d1fbea64233", "rel": "bookmark"}], "image": {"id": "1920edb0-48eb-4ed9-8c61-551882a9dc7b", "links": [{"href": "http://172.30.9.28:8774/images/1920edb0-48eb-4ed9-8c61-551882a9dc7b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-04T10:37:13.000000", "flavor": {"id": "bfa52e47-4fe8-4dc7-b814-05dce008e7a5", "links": [{"href": "http://172.30.9.28:8774/flavors/bfa52e47-4fe8-4dc7-b814-05dce008e7a5", "rel": "bookmark"}]}, "id": "0ae97522-b0f9-45e7-beb5-1d1fbea64233", "security_groups": [{"name": "vping_ssh-sg_765e872f-da41-4d34-89de-e797c7840b14"}], "user_id": "a130cb00c12346ac914af686eb312045", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-04T10:38:35Z", "hostId": "985c06eae46281b27166440baf4ebf87893e4dde2ef274d8fc222046", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_765e872f-da41-4d34-89de-e797c7840b14", "created": "2018-09-04T10:37:09Z", "tenant_id": "4ad41bc126174d318b5e7a8516fcf4af", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-04 10:38:36,382 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-3502d36f-8371-4d7e-8894-062fc4484a52 2018-09-04 10:38:36,383 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.664364099503s 2018-09-04 10:38:36,383 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-3502d36f-8371-4d7e-8894-062fc4484a52 2018-09-04 10:38:36,385 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-04 10:38:38,388 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-04 10:38:38,391 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}bc04d2dc83247703d8fdba5144f592ef531cee7c" 2018-09-04 10:38:39,006 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:38: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-b787ad63-7950-462f-911e-124fad367541 x-compute-request-id: req-b787ad63-7950-462f-911e-124fad367541 Content-Encoding: gzip Content-Length: 762 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_ssh-net_765e872f-da41-4d34-89de-e797c7840b14": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:b9:d2", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:b9:d2", "version": 4, "addr": "172.30.9.209", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/5e3fd031-8357-41e9-9d25-80b9c56aeb99", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/5e3fd031-8357-41e9-9d25-80b9c56aeb99", "rel": "bookmark"}], "image": {"id": "1920edb0-48eb-4ed9-8c61-551882a9dc7b", "links": [{"href": "http://172.30.9.28:8774/images/1920edb0-48eb-4ed9-8c61-551882a9dc7b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-04T10:37:24.000000", "flavor": {"id": "bfa52e47-4fe8-4dc7-b814-05dce008e7a5", "links": [{"href": "http://172.30.9.28:8774/flavors/bfa52e47-4fe8-4dc7-b814-05dce008e7a5", "rel": "bookmark"}]}, "id": "5e3fd031-8357-41e9-9d25-80b9c56aeb99", "security_groups": [{"name": "vping_ssh-sg_765e872f-da41-4d34-89de-e797c7840b14"}], "user_id": "a130cb00c12346ac914af686eb312045", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-04T10:37:24Z", "hostId": "bd6e81c874ddae44a79515f770c5004802201ea0afc949daa78fb531", "OS-SRV-USG:terminated_at": null, "key_name": "vping_ssh-kp_765e872f-da41-4d34-89de-e797c7840b14", "name": "vping_ssh-vm_765e872f-da41-4d34-89de-e797c7840b14", "created": "2018-09-04T10:37:17Z", "tenant_id": "4ad41bc126174d318b5e7a8516fcf4af", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-04 10:38:39,006 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-b787ad63-7950-462f-911e-124fad367541 2018-09-04 10:38:39,006 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.618124008179s 2018-09-04 10:38:39,007 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-b787ad63-7950-462f-911e-124fad367541 2018-09-04 10:38:39,008 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.servers 2018-09-04 10:38:39,011 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:8774/v2.1/servers/5e3fd031-8357-41e9-9d25-80b9c56aeb99 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}bc04d2dc83247703d8fdba5144f592ef531cee7c" 2018-09-04 10:38:39,155 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 10: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-0f193187-ac7b-42c4-844a-405b17d52fcc x-compute-request-id: req-0f193187-ac7b-42c4-844a-405b17d52fcc Content-Type: application/json 2018-09-04 10:38:39,155 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/servers/5e3fd031-8357-41e9-9d25-80b9c56aeb99 used request id req-0f193187-ac7b-42c4-844a-405b17d52fcc 2018-09-04 10:38:39,155 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.servers in 0.146522045135s 2018-09-04 10:38:39,155 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/servers/5e3fd031-8357-41e9-9d25-80b9c56aeb99 used request id req-0f193187-ac7b-42c4-844a-405b17d52fcc 2018-09-04 10:38:39,156 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-04 10:38:39,158 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}bc04d2dc83247703d8fdba5144f592ef531cee7c" 2018-09-04 10:38:39,776 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10: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,Accept-Encoding x-openstack-request-id: req-a85a578e-c543-48ab-8bfc-032aa7399065 x-compute-request-id: req-a85a578e-c543-48ab-8bfc-032aa7399065 Content-Encoding: gzip Content-Length: 768 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "deleting", "addresses": {"vping_ssh-net_765e872f-da41-4d34-89de-e797c7840b14": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:b9:d2", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:b9:d2", "version": 4, "addr": "172.30.9.209", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/5e3fd031-8357-41e9-9d25-80b9c56aeb99", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/5e3fd031-8357-41e9-9d25-80b9c56aeb99", "rel": "bookmark"}], "image": {"id": "1920edb0-48eb-4ed9-8c61-551882a9dc7b", "links": [{"href": "http://172.30.9.28:8774/images/1920edb0-48eb-4ed9-8c61-551882a9dc7b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-04T10:37:24.000000", "flavor": {"id": "bfa52e47-4fe8-4dc7-b814-05dce008e7a5", "links": [{"href": "http://172.30.9.28:8774/flavors/bfa52e47-4fe8-4dc7-b814-05dce008e7a5", "rel": "bookmark"}]}, "id": "5e3fd031-8357-41e9-9d25-80b9c56aeb99", "security_groups": [{"name": "vping_ssh-sg_765e872f-da41-4d34-89de-e797c7840b14"}], "user_id": "a130cb00c12346ac914af686eb312045", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-04T10:38:39Z", "hostId": "bd6e81c874ddae44a79515f770c5004802201ea0afc949daa78fb531", "OS-SRV-USG:terminated_at": null, "key_name": "vping_ssh-kp_765e872f-da41-4d34-89de-e797c7840b14", "name": "vping_ssh-vm_765e872f-da41-4d34-89de-e797c7840b14", "created": "2018-09-04T10:37:17Z", "tenant_id": "4ad41bc126174d318b5e7a8516fcf4af", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-04 10:38:39,776 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-a85a578e-c543-48ab-8bfc-032aa7399065 2018-09-04 10:38:39,776 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.620527029037s 2018-09-04 10:38:39,777 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-a85a578e-c543-48ab-8bfc-032aa7399065 2018-09-04 10:38:39,778 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-04 10:38:41,781 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-04 10:38:41,784 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}bc04d2dc83247703d8fdba5144f592ef531cee7c" 2018-09-04 10:38:41,864 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:38: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-27497cd3-3db1-4e4d-908a-afa3ddd8b3f9 x-compute-request-id: req-27497cd3-3db1-4e4d-908a-afa3ddd8b3f9 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-09-04 10:38:41,864 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-27497cd3-3db1-4e4d-908a-afa3ddd8b3f9 2018-09-04 10:38:41,864 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.0835468769073s 2018-09-04 10:38:41,865 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-27497cd3-3db1-4e4d-908a-afa3ddd8b3f9 2018-09-04 10:38:41,868 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-09-04 10:38:41,868 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}bc04d2dc83247703d8fdba5144f592ef531cee7c" 2018-09-04 10:38:41,924 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4831 X-Openstack-Request-Id: req-c9210b47-94cf-4588-9430-574e190c2879 Date: Tue, 04 Sep 2018 10:38:41 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "4ad41bc126174d318b5e7a8516fcf4af", "created_at": "2018-09-04T10:36:52Z", "updated_at": "2018-09-04T10:36:52Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T10:36:52Z", "revision_number": 0, "id": "072e055d-09a1-408a-9aa5-bbbb4ba26972", "remote_group_id": "48bfa0ac-51ab-4c50-8f57-88ab4e0f17e1", "remote_ip_prefix": null, "created_at": "2018-09-04T10:36:52Z", "security_group_id": "48bfa0ac-51ab-4c50-8f57-88ab4e0f17e1", "tenant_id": "4ad41bc126174d318b5e7a8516fcf4af", "port_range_min": null, "ethertype": "IPv4", "project_id": "4ad41bc126174d318b5e7a8516fcf4af"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T10:36:52Z", "revision_number": 0, "id": "519e417e-8aaa-4012-ade2-01ed5d67c268", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T10:36:52Z", "security_group_id": "48bfa0ac-51ab-4c50-8f57-88ab4e0f17e1", "tenant_id": "4ad41bc126174d318b5e7a8516fcf4af", "port_range_min": null, "ethertype": "IPv4", "project_id": "4ad41bc126174d318b5e7a8516fcf4af"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T10:36:52Z", "revision_number": 0, "id": "7440170e-04e2-412b-b3af-3ba203e43ec0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T10:36:52Z", "security_group_id": "48bfa0ac-51ab-4c50-8f57-88ab4e0f17e1", "tenant_id": "4ad41bc126174d318b5e7a8516fcf4af", "port_range_min": null, "ethertype": "IPv6", "project_id": "4ad41bc126174d318b5e7a8516fcf4af"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T10:36:52Z", "revision_number": 0, "id": "b5b6d93e-a8d1-4a65-92be-995bd9ce8f00", "remote_group_id": "48bfa0ac-51ab-4c50-8f57-88ab4e0f17e1", "remote_ip_prefix": null, "created_at": "2018-09-04T10:36:52Z", "security_group_id": "48bfa0ac-51ab-4c50-8f57-88ab4e0f17e1", "tenant_id": "4ad41bc126174d318b5e7a8516fcf4af", "port_range_min": null, "ethertype": "IPv6", "project_id": "4ad41bc126174d318b5e7a8516fcf4af"}], "revision_number": 4, "project_id": "4ad41bc126174d318b5e7a8516fcf4af", "id": "48bfa0ac-51ab-4c50-8f57-88ab4e0f17e1", "name": "default"}, {"description": "created by OPNFV Functest (vping_ssh)", "tags": [], "tenant_id": "4ad41bc126174d318b5e7a8516fcf4af", "created_at": "2018-09-04T10:37:05Z", "updated_at": "2018-09-04T10:37:06Z", "security_group_rules": [{"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-09-04T10:37:06Z", "revision_number": 0, "id": "12f44fd2-089c-489b-b4c4-a0b7a31a8091", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T10:37:06Z", "security_group_id": "5d61c8c3-ad58-4d74-aea0-7d5e3feb7556", "tenant_id": "4ad41bc126174d318b5e7a8516fcf4af", "port_range_min": 22, "ethertype": "IPv4", "project_id": "4ad41bc126174d318b5e7a8516fcf4af"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T10:37:05Z", "revision_number": 0, "id": "820c0c76-5264-45d7-827b-85db7a0c3b9d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T10:37:05Z", "security_group_id": "5d61c8c3-ad58-4d74-aea0-7d5e3feb7556", "tenant_id": "4ad41bc126174d318b5e7a8516fcf4af", "port_range_min": null, "ethertype": "IPv6", "project_id": "4ad41bc126174d318b5e7a8516fcf4af"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-09-04T10:37:06Z", "revision_number": 0, "id": "c45398d6-53de-4961-980f-9641dd40de91", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T10:37:06Z", "security_group_id": "5d61c8c3-ad58-4d74-aea0-7d5e3feb7556", "tenant_id": "4ad41bc126174d318b5e7a8516fcf4af", "port_range_min": null, "ethertype": "IPv4", "project_id": "4ad41bc126174d318b5e7a8516fcf4af"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T10:37:05Z", "revision_number": 0, "id": "cf6142b2-a61c-423d-8834-d7f797c75c87", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T10:37:05Z", "security_group_id": "5d61c8c3-ad58-4d74-aea0-7d5e3feb7556", "tenant_id": "4ad41bc126174d318b5e7a8516fcf4af", "port_range_min": null, "ethertype": "IPv4", "project_id": "4ad41bc126174d318b5e7a8516fcf4af"}], "revision_number": 4, "project_id": "4ad41bc126174d318b5e7a8516fcf4af", "id": "5d61c8c3-ad58-4d74-aea0-7d5e3feb7556", "name": "vping_ssh-sg_765e872f-da41-4d34-89de-e797c7840b14"}]} 2018-09-04 10:38:41,925 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups.json used request id req-c9210b47-94cf-4588-9430-574e190c2879 2018-09-04 10:38:41,925 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.0567090511322s 2018-09-04 10:38:41,925 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups.json used request id req-c9210b47-94cf-4588-9430-574e190c2879 2018-09-04 10:38:41,929 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.security-groups 2018-09-04 10:38:41,929 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:9696/v2.0/security-groups/5d61c8c3-ad58-4d74-aea0-7d5e3feb7556.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}bc04d2dc83247703d8fdba5144f592ef531cee7c" 2018-09-04 10:38:42,114 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-1c658e33-c072-434e-8f2f-6362920409c2 Content-Length: 0 Date: Tue, 04 Sep 2018 10:38:42 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-04 10:38:42,114 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/security-groups/5d61c8c3-ad58-4d74-aea0-7d5e3feb7556.json used request id req-1c658e33-c072-434e-8f2f-6362920409c2 2018-09-04 10:38:42,114 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.security-groups in 0.185419082642s 2018-09-04 10:38:42,114 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/security-groups/5d61c8c3-ad58-4d74-aea0-7d5e3feb7556.json used request id req-1c658e33-c072-434e-8f2f-6362920409c2 2018-09-04 10:38:42,115 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.os-keypairs 2018-09-04 10:38:42,117 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:8774/v2.1/os-keypairs/vping_ssh-kp_765e872f-da41-4d34-89de-e797c7840b14 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}bc04d2dc83247703d8fdba5144f592ef531cee7c" 2018-09-04 10:38:42,153 - keystoneauth.session - DEBUG - RESP: [202] Date: Tue, 04 Sep 2018 10: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-057912dc-5856-4f32-b32a-df17737bcd4d x-compute-request-id: req-057912dc-5856-4f32-b32a-df17737bcd4d Content-Length: 0 Content-Type: application/json 2018-09-04 10:38:42,153 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/os-keypairs/vping_ssh-kp_765e872f-da41-4d34-89de-e797c7840b14 used request id req-057912dc-5856-4f32-b32a-df17737bcd4d 2018-09-04 10:38:42,153 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.os-keypairs in 0.0383658409119s 2018-09-04 10:38:42,154 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/os-keypairs/vping_ssh-kp_765e872f-da41-4d34-89de-e797c7840b14 used request id req-057912dc-5856-4f32-b32a-df17737bcd4d 2018-09-04 10:38:42,154 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-09-04 10:38:42,154 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.28:9696/v2.0/routers/f8441678-4ef0-4f00-9425-ad7170e569d7/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}bc04d2dc83247703d8fdba5144f592ef531cee7c" -d '{"subnet_id": "221b800a-9f82-4af9-9256-b4d42731e505"}' 2018-09-04 10:38:43,257 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-4e4a2bc1-fea8-41c1-af49-84ce9598a043 Date: Tue, 04 Sep 2018 10:38:43 GMT RESP BODY: {"network_id": "38af771c-820d-4a64-b632-1c8051984458", "tenant_id": "4ad41bc126174d318b5e7a8516fcf4af", "subnet_id": "221b800a-9f82-4af9-9256-b4d42731e505", "subnet_ids": ["221b800a-9f82-4af9-9256-b4d42731e505"], "port_id": "b921eff7-5451-4d4d-a38b-c55fa9d09a8d", "id": "f8441678-4ef0-4f00-9425-ad7170e569d7"} 2018-09-04 10:38:43,258 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.28:9696/v2.0/routers/f8441678-4ef0-4f00-9425-ad7170e569d7/remove_router_interface.json used request id req-4e4a2bc1-fea8-41c1-af49-84ce9598a043 2018-09-04 10:38:43,258 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 1.10378503799s 2018-09-04 10:38:43,258 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.28:9696/v2.0/routers/f8441678-4ef0-4f00-9425-ad7170e569d7/remove_router_interface.json used request id req-4e4a2bc1-fea8-41c1-af49-84ce9598a043 returning object f8441678-4ef0-4f00-9425-ad7170e569d7 2018-09-04 10:38:43,259 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-09-04 10:38:43,259 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}bc04d2dc83247703d8fdba5144f592ef531cee7c" 2018-09-04 10:38:43,342 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3063 X-Openstack-Request-Id: req-9edb27f2-1f10-42f6-86c0-a026900e9be6 Date: Tue, 04 Sep 2018 10:38:43 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "4097e349-dd4a-4a5e-95d6-eed5c2d7b85a", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "5092c110-d468-4f12-acae-47d56d35dff1", "ip_address": "172.30.9.207"}]}, "description": "", "tags": [], "tenant_id": "4ad41bc126174d318b5e7a8516fcf4af", "created_at": "2018-09-04T10:36:54Z", "admin_state_up": true, "updated_at": "2018-09-04T10:36:55Z", "revision_number": 2, "routes": [], "project_id": "4ad41bc126174d318b5e7a8516fcf4af", "id": "02e10efe-d43d-4769-a57b-731a12f27a9b", "name": "vping_ssh-router_765e872f-da41-4d34-89de-e797c7840b14"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "4097e349-dd4a-4a5e-95d6-eed5c2d7b85a", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "5092c110-d468-4f12-acae-47d56d35dff1", "ip_address": "172.30.9.208"}]}, "description": "", "tags": [], "tenant_id": "4ad41bc126174d318b5e7a8516fcf4af", "created_at": "2018-09-04T10:36:57Z", "admin_state_up": true, "updated_at": "2018-09-04T10:36:58Z", "revision_number": 2, "routes": [], "project_id": "4ad41bc126174d318b5e7a8516fcf4af", "id": "43561eec-efc7-4a36-8d0f-7244a4f70d60", "name": "vping_ssh-router_765e872f-da41-4d34-89de-e797c7840b14"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "4097e349-dd4a-4a5e-95d6-eed5c2d7b85a", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "5092c110-d468-4f12-acae-47d56d35dff1", "ip_address": "172.30.9.212"}]}, "description": "", "tags": [], "tenant_id": "4ad41bc126174d318b5e7a8516fcf4af", "created_at": "2018-09-04T10:36:58Z", "admin_state_up": true, "updated_at": "2018-09-04T10:36:59Z", "revision_number": 2, "routes": [], "project_id": "4ad41bc126174d318b5e7a8516fcf4af", "id": "8396e7af-43cc-4203-9fea-cd1d80adbf13", "name": "vping_ssh-router_765e872f-da41-4d34-89de-e797c7840b14"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "4097e349-dd4a-4a5e-95d6-eed5c2d7b85a", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "5092c110-d468-4f12-acae-47d56d35dff1", "ip_address": "172.30.9.205"}]}, "description": "", "tags": [], "tenant_id": "4ad41bc126174d318b5e7a8516fcf4af", "created_at": "2018-09-04T10:36:56Z", "admin_state_up": true, "updated_at": "2018-09-04T10:36:57Z", "revision_number": 2, "routes": [], "project_id": "4ad41bc126174d318b5e7a8516fcf4af", "id": "e2fc4530-9f5b-4981-b75a-4c4ebdeab16a", "name": "vping_ssh-router_765e872f-da41-4d34-89de-e797c7840b14"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "4097e349-dd4a-4a5e-95d6-eed5c2d7b85a", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "5092c110-d468-4f12-acae-47d56d35dff1", "ip_address": "172.30.9.215"}]}, "description": "", "tags": [], "tenant_id": "4ad41bc126174d318b5e7a8516fcf4af", "created_at": "2018-09-04T10:37:00Z", "admin_state_up": true, "updated_at": "2018-09-04T10:38:42Z", "revision_number": 4, "routes": [], "project_id": "4ad41bc126174d318b5e7a8516fcf4af", "id": "f8441678-4ef0-4f00-9425-ad7170e569d7", "name": "vping_ssh-router_765e872f-da41-4d34-89de-e797c7840b14"}]} 2018-09-04 10:38:43,343 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/routers.json used request id req-9edb27f2-1f10-42f6-86c0-a026900e9be6 2018-09-04 10:38:43,343 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.0836629867554s 2018-09-04 10:38:43,343 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/routers.json used request id req-9edb27f2-1f10-42f6-86c0-a026900e9be6 2018-09-04 10:38:43,345 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-09-04 10:38:43,346 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:9696/v2.0/routers/f8441678-4ef0-4f00-9425-ad7170e569d7.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}bc04d2dc83247703d8fdba5144f592ef531cee7c" 2018-09-04 10:38:44,638 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-2acc0084-cb4a-479c-8cbe-9edc7a6ebf44 Content-Length: 0 Date: Tue, 04 Sep 2018 10:38:44 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-04 10:38:44,639 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/routers/f8441678-4ef0-4f00-9425-ad7170e569d7.json used request id req-2acc0084-cb4a-479c-8cbe-9edc7a6ebf44 2018-09-04 10:38:44,639 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 1.29353308678s 2018-09-04 10:38:44,639 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/routers/f8441678-4ef0-4f00-9425-ad7170e569d7.json used request id req-2acc0084-cb4a-479c-8cbe-9edc7a6ebf44 2018-09-04 10:38:44,639 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-09-04 10:38:44,640 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}bc04d2dc83247703d8fdba5144f592ef531cee7c" 2018-09-04 10:38:44,926 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 680 X-Openstack-Request-Id: req-b3a6ef31-296d-4ca7-be72-6850f324523c Date: Tue, 04 Sep 2018 10:38:44 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"38af771c-820d-4a64-b632-1c8051984458","tenant_id":"4ad41bc126174d318b5e7a8516fcf4af","created_at":"2018-09-04T10:36:54Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-09-04T10:36:54Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"gateway_ip":"192.168.120.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"192.168.120.0/24","project_id":"4ad41bc126174d318b5e7a8516fcf4af","id":"221b800a-9f82-4af9-9256-b4d42731e505","subnetpool_id":null,"name":"vping_ssh-subnet_765e872f-da41-4d34-89de-e797c7840b14"}]} 2018-09-04 10:38:44,926 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets.json used request id req-b3a6ef31-296d-4ca7-be72-6850f324523c 2018-09-04 10:38:44,926 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.286425113678s 2018-09-04 10:38:44,926 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets.json used request id req-b3a6ef31-296d-4ca7-be72-6850f324523c 2018-09-04 10:38:44,928 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-09-04 10:38:44,928 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:9696/v2.0/subnets/221b800a-9f82-4af9-9256-b4d42731e505.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}bc04d2dc83247703d8fdba5144f592ef531cee7c" 2018-09-04 10:38:47,197 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-5819f841-a996-4619-b767-68e20978ec61 Date: Tue, 04 Sep 2018 10:38:47 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-04 10:38:47,197 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/subnets/221b800a-9f82-4af9-9256-b4d42731e505.json used request id req-5819f841-a996-4619-b767-68e20978ec61 2018-09-04 10:38:47,197 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 2.26952505112s 2018-09-04 10:38:47,198 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/subnets/221b800a-9f82-4af9-9256-b4d42731e505.json used request id req-5819f841-a996-4619-b767-68e20978ec61 2018-09-04 10:38:47,198 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-04 10:38:47,199 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}bc04d2dc83247703d8fdba5144f592ef531cee7c" 2018-09-04 10:38:47,517 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1154 X-Openstack-Request-Id: req-f8ae5e75-c8e9-4e69-bc0a-07e1f8ad6469 Date: Tue, 04 Sep 2018 10:38:47 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":[],"updated_at":"2018-09-04T10:38:47Z","tenant_id":"4ad41bc126174d318b5e7a8516fcf4af","created_at":"2018-09-04T10:36:53Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"4ad41bc126174d318b5e7a8516fcf4af","id":"38af771c-820d-4a64-b632-1c8051984458","name":"vping_ssh-net_765e872f-da41-4d34-89de-e797c7840b14"},{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["5092c110-d468-4f12-acae-47d56d35dff1"],"updated_at":"2018-09-04T10:10:50Z","tenant_id":"18025ed81c804927a1f0e0e0ba20836f","created_at":"2018-09-04T10:10:44Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"18025ed81c804927a1f0e0e0ba20836f","id":"4097e349-dd4a-4a5e-95d6-eed5c2d7b85a","name":"external"}]} 2018-09-04 10:38:47,517 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-f8ae5e75-c8e9-4e69-bc0a-07e1f8ad6469 2018-09-04 10:38:47,517 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.318922996521s 2018-09-04 10:38:47,517 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-f8ae5e75-c8e9-4e69-bc0a-07e1f8ad6469 2018-09-04 10:38:47,519 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-09-04 10:38:47,519 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:9696/v2.0/networks/38af771c-820d-4a64-b632-1c8051984458.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}bc04d2dc83247703d8fdba5144f592ef531cee7c" 2018-09-04 10:38:48,733 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-c4a67efb-e446-4d80-987f-bbd14d1c416d Date: Tue, 04 Sep 2018 10:38:48 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-04 10:38:48,734 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/networks/38af771c-820d-4a64-b632-1c8051984458.json used request id req-c4a67efb-e446-4d80-987f-bbd14d1c416d 2018-09-04 10:38:48,734 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.21502113342s 2018-09-04 10:38:48,734 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/networks/38af771c-820d-4a64-b632-1c8051984458.json used request id req-c4a67efb-e446-4d80-987f-bbd14d1c416d 2018-09-04 10:38:48,735 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-09-04 10:38:48,735 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}bc04d2dc83247703d8fdba5144f592ef531cee7c" 2018-09-04 10:38:48,771 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1200 Content-Type: application/json X-Openstack-Request-Id: req-4ed4a1d1-dacb-4076-a240-48447866f54b Date: Tue, 04 Sep 2018 10:38:48 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://99671b03-94ed-44b3-b5f6-80b8e44d0570/images/1920edb0-48eb-4ed9-8c61-551882a9dc7b/snap", "metadata": {}}], "file": "/v2/images/1920edb0-48eb-4ed9-8c61-551882a9dc7b/file", "owner": "4ad41bc126174d318b5e7a8516fcf4af", "id": "1920edb0-48eb-4ed9-8c61-551882a9dc7b", "size": 12716032, "self": "/v2/images/1920edb0-48eb-4ed9-8c61-551882a9dc7b", "disk_format": "qcow2", "direct_url": "rbd://99671b03-94ed-44b3-b5f6-80b8e44d0570/images/1920edb0-48eb-4ed9-8c61-551882a9dc7b/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-09-04T10:37:04Z", "visibility": "private", "owner_specified.shade.object": "images/vping_ssh-img_765e872f-da41-4d34-89de-e797c7840b14", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_ssh-img_765e872f-da41-4d34-89de-e797c7840b14", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-09-04T10:37:03Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-09-04 10:38:48,772 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-4ed4a1d1-dacb-4076-a240-48447866f54b 2018-09-04 10:38:48,772 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0371909141541s 2018-09-04 10:38:48,772 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-4ed4a1d1-dacb-4076-a240-48447866f54b 2018-09-04 10:38:48,774 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-09-04 10:38:48,774 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:9292/v2/images/1920edb0-48eb-4ed9-8c61-551882a9dc7b -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}bc04d2dc83247703d8fdba5144f592ef531cee7c" 2018-09-04 10:38:50,776 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-49ac056e-544d-4ee5-9529-0bac2b54a754 Date: Tue, 04 Sep 2018 10:38:50 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-09-04 10:38:50,776 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.28:9292/v2/images/1920edb0-48eb-4ed9-8c61-551882a9dc7b used request id req-49ac056e-544d-4ee5-9529-0bac2b54a754 2018-09-04 10:38:50,776 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 2.00257492065s 2018-09-04 10:38:50,777 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.28:9292/v2/images/1920edb0-48eb-4ed9-8c61-551882a9dc7b used request id req-49ac056e-544d-4ee5-9529-0bac2b54a754 2018-09-04 10:38:50,777 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-09-04 10:38:50,780 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28: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}2b5ffa4a1c78182964852748ee11596d78fcb0e2" 2018-09-04 10:38:50,808 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:38: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-b3a02bfc-906f-461f-9eee-6655c4fad1f8 x-compute-request-id: req-b3a02bfc-906f-461f-9eee-6655c4fad1f8 Content-Encoding: gzip Content-Length: 307 Content-Type: application/json RESP BODY: {"flavors": [{"links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/bfa52e47-4fe8-4dc7-b814-05dce008e7a5", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/bfa52e47-4fe8-4dc7-b814-05dce008e7a5", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "bfa52e47-4fe8-4dc7-b814-05dce008e7a5", "name": "vping_ssh-flavor_765e872f-da41-4d34-89de-e797c7840b14", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}]} 2018-09-04 10:38:50,808 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors/detail?is_public=None used request id req-b3a02bfc-906f-461f-9eee-6655c4fad1f8 2018-09-04 10:38:50,808 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0308880805969s 2018-09-04 10:38:50,808 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors/detail?is_public=None used request id req-b3a02bfc-906f-461f-9eee-6655c4fad1f8 2018-09-04 10:38:50,810 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-09-04 10:38:50,812 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:8774/v2.1/flavors/bfa52e47-4fe8-4dc7-b814-05dce008e7a5 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}2b5ffa4a1c78182964852748ee11596d78fcb0e2" 2018-09-04 10:38:50,861 - keystoneauth.session - DEBUG - RESP: [202] Date: Tue, 04 Sep 2018 10:38: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-4add418a-917e-4bd0-bc2e-7da1f972d715 x-compute-request-id: req-4add418a-917e-4bd0-bc2e-7da1f972d715 Content-Length: 0 Content-Type: application/json 2018-09-04 10:38:50,861 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/flavors/bfa52e47-4fe8-4dc7-b814-05dce008e7a5 used request id req-4add418a-917e-4bd0-bc2e-7da1f972d715 2018-09-04 10:38:50,861 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0512869358063s 2018-09-04 10:38:50,861 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/flavors/bfa52e47-4fe8-4dc7-b814-05dce008e7a5 used request id req-4add418a-917e-4bd0-bc2e-7da1f972d715 2018-09-04 10:38:50,862 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-09-04 10:38:50,862 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}2b5ffa4a1c78182964852748ee11596d78fcb0e2" 2018-09-04 10:38:50,951 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:38:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-43f6748a-2043-4b4c-8ff4-76b5a4b8440e Content-Encoding: gzip Content-Length: 835 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.28:5000/v3/users/2719bb13630f43dfa92537864b7b9156"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2719bb13630f43dfa92537864b7b9156", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.28:5000/v3/users/36910ef6abf94075a2d6069c8571e383"}, "domain_id": "default", "enabled": true, "options": {}, "id": "36910ef6abf94075a2d6069c8571e383", "email": "cinder@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.28:5000/v3/users/42c3a9abd8ad4ce8ab2c4cc6e0403c33"}, "domain_id": "default", "enabled": true, "options": {}, "id": "42c3a9abd8ad4ce8ab2c4cc6e0403c33", "email": "admin@example.com", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.28:5000/v3/users/449836e5f54549afb8a7ce28abf3d544"}, "domain_id": "default", "enabled": true, "options": {}, "id": "449836e5f54549afb8a7ce28abf3d544", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.28:5000/v3/users/4f2d44b313674c27b065e562198a2eaf"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4f2d44b313674c27b065e562198a2eaf", "email": "placement@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.28:5000/v3/users/53e472b53b3247cc998195108afb0333"}, "domain_id": "default", "enabled": true, "options": {}, "id": "53e472b53b3247cc998195108afb0333", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.28:5000/v3/users/72c8a4f27c80473bb772f1af33725838"}, "domain_id": "default", "enabled": true, "options": {}, "id": "72c8a4f27c80473bb772f1af33725838", "email": "glance@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.28:5000/v3/users/7661c02c249442d984369889093013fe"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7661c02c249442d984369889093013fe", "email": "barbican@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.28:5000/v3/users/78cfb105b70a43c69c179056f12732d4"}, "domain_id": "bb3675e8f7584634b56038f5732ae451", "enabled": true, "options": {}, "id": "78cfb105b70a43c69c179056f12732d4", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.28:5000/v3/users/7cc5af47f4974b51be24b8af469f48f6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7cc5af47f4974b51be24b8af469f48f6", "email": "aodh@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.28:5000/v3/users/828ac5d6a2ef4b0091fb761ec963b324"}, "domain_id": "default", "enabled": true, "options": {}, "id": "828ac5d6a2ef4b0091fb761ec963b324", "email": "congress@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.28:5000/v3/users/9dcf57654b41495ea7db845703bc37f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9dcf57654b41495ea7db845703bc37f8", "email": "gnocchi@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "vping_ssh-user_765e872f-da41-4d34-89de-e797c7840b14", "links": {"self": "http://172.30.9.28:5000/v3/users/a130cb00c12346ac914af686eb312045"}, "domain_id": "default", "enabled": true, "id": "a130cb00c12346ac914af686eb312045", "options": {}}, {"name": "neutron", "links": {"self": "http://172.30.9.28:5000/v3/users/c4e0c9bcba5d4f0895d28f0f72346c41"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c4e0c9bcba5d4f0895d28f0f72346c41", "email": "neutron@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.28:5000/v3/users/ef3f2972886b4078848941109f593feb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ef3f2972886b4078848941109f593feb", "email": "nova@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.28:5000/v3/users", "previous": null, "next": null}} 2018-09-04 10:38:50,951 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-43f6748a-2043-4b4c-8ff4-76b5a4b8440e 2018-09-04 10:38:50,952 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.08988904953s 2018-09-04 10:38:50,952 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-43f6748a-2043-4b4c-8ff4-76b5a4b8440e 2018-09-04 10:38:50,957 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-09-04 10:38:50,958 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/users/a130cb00c12346ac914af686eb312045 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}2b5ffa4a1c78182964852748ee11596d78fcb0e2" 2018-09-04 10:38:51,047 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:38:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fe99a77d-dd28-404c-8a6f-26370bfec460 Content-Encoding: gzip Content-Length: 213 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.28:5000/v3/users/a130cb00c12346ac914af686eb312045"}, "enabled": true, "id": "a130cb00c12346ac914af686eb312045", "options": {}, "domain_id": "default", "name": "vping_ssh-user_765e872f-da41-4d34-89de-e797c7840b14"}} 2018-09-04 10:38:51,048 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users/a130cb00c12346ac914af686eb312045 used request id req-fe99a77d-dd28-404c-8a6f-26370bfec460 2018-09-04 10:38:51,048 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0902628898621s 2018-09-04 10:38:51,048 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users/a130cb00c12346ac914af686eb312045 used request id req-fe99a77d-dd28-404c-8a6f-26370bfec460 2018-09-04 10:38:51,049 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-09-04 10:38:51,049 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:5000/v3/users/a130cb00c12346ac914af686eb312045 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}2b5ffa4a1c78182964852748ee11596d78fcb0e2" 2018-09-04 10:38:51,323 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 10:38:51 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-4b4b6955-6414-4842-bb61-c9371a798ac5 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 10:38:51,324 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/users/a130cb00c12346ac914af686eb312045 used request id req-4b4b6955-6414-4842-bb61-c9371a798ac5 2018-09-04 10:38:51,324 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.274889945984s 2018-09-04 10:38:51,324 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/users/a130cb00c12346ac914af686eb312045 used request id req-4b4b6955-6414-4842-bb61-c9371a798ac5 2018-09-04 10:38:51,324 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-09-04 10:38:51,325 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}2b5ffa4a1c78182964852748ee11596d78fcb0e2" 2018-09-04 10:38:51,397 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:38:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9ef0f18d-3231-438e-846c-74a5f819d4fa Content-Encoding: gzip Content-Length: 377 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.28:5000/v3/projects/18025ed81c804927a1f0e0e0ba20836f"}, "enabled": true, "id": "18025ed81c804927a1f0e0e0ba20836f", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.28:5000/v3/projects/1e2f68a072b64978bd7ea91c2d64aca6"}, "enabled": true, "id": "1e2f68a072b64978bd7ea91c2d64aca6", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: vping_ssh", "links": {"self": "http://172.30.9.28:5000/v3/projects/4ad41bc126174d318b5e7a8516fcf4af"}, "enabled": true, "id": "4ad41bc126174d318b5e7a8516fcf4af", "parent_id": "default", "domain_id": "default", "name": "vping_ssh-project_765e872f-da41-4d34-89de-e797c7840b14"}]} 2018-09-04 10:38:51,397 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects used request id req-9ef0f18d-3231-438e-846c-74a5f819d4fa 2018-09-04 10:38:51,398 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0730228424072s 2018-09-04 10:38:51,398 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects used request id req-9ef0f18d-3231-438e-846c-74a5f819d4fa 2018-09-04 10:38:51,400 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-09-04 10:38:51,400 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:5000/v3/projects/4ad41bc126174d318b5e7a8516fcf4af -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}2b5ffa4a1c78182964852748ee11596d78fcb0e2" 2018-09-04 10:38:51,564 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 10:38:51 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-3f0c8586-15da-4a26-8e39-8edb1644c38c Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 10:38:51,564 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/projects/4ad41bc126174d318b5e7a8516fcf4af used request id req-3f0c8586-15da-4a26-8e39-8edb1644c38c 2018-09-04 10:38:51,564 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.163959026337s 2018-09-04 10:38:51,564 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/projects/4ad41bc126174d318b5e7a8516fcf4af used request id req-3f0c8586-15da-4a26-8e39-8edb1644c38c 2018-09-04 10:38:51,564 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-09-04 10:38:51,565 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2b5ffa4a1c78182964852748ee11596d78fcb0e2" 2018-09-04 10:38:51,646 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:38:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-77dba12d-7cfc-4c1a-9c16-7e0c13d9f18f Content-Encoding: gzip Content-Length: 314 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3d416247e8224533841040c3ad2bce5a", "links": {"self": "http://172.30.9.28:5000/v3/roles/3d416247e8224533841040c3ad2bce5a"}, "name": "admin"}, {"domain_id": null, "id": "6fc48fbb08d4410680bf5ace535e410c", "links": {"self": "http://172.30.9.28:5000/v3/roles/6fc48fbb08d4410680bf5ace535e410c"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "742f44a3e0dd49a9b23341eba1a5aa95", "links": {"self": "http://172.30.9.28:5000/v3/roles/742f44a3e0dd49a9b23341eba1a5aa95"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "fea739ce4d1249249c128f55b640b79d", "links": {"self": "http://172.30.9.28:5000/v3/roles/fea739ce4d1249249c128f55b640b79d"}, "name": "ResellerAdmin"}]} 2018-09-04 10:38:51,646 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-77dba12d-7cfc-4c1a-9c16-7e0c13d9f18f 2018-09-04 10:38:51,647 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0819609165192s 2018-09-04 10:38:51,648 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleDelete 2018-09-04 10:38:51,649 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:5000/v3/roles/742f44a3e0dd49a9b23341eba1a5aa95 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2b5ffa4a1c78182964852748ee11596d78fcb0e2" 2018-09-04 10:38:51,792 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 10:38:51 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-96c208d2-4a2b-47bb-bc4f-48a97f15ec5d Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 10:38:51,792 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/roles/742f44a3e0dd49a9b23341eba1a5aa95 used request id req-96c208d2-4a2b-47bb-bc4f-48a97f15ec5d 2018-09-04 10:38:51,792 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleDelete in 0.144016981125s 2018-09-04 10:38:51,793 - xtesting.ci.run_tests - ERROR - The test case 'vping_ssh' failed. 2018-09-04 10:38:51,843 - xtesting.ci.run_tests - INFO - Loading test case 'vping_userdata'... 2018-09-04 10:38:51,882 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-09-04 10:38:51,882 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-09-04 10:38:51,882 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-09-04 10:38:51,883 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-09-04 10:38:51,883 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-09-04 10:38:51,883 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-09-04 10:38:51,883 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-09-04 10:38:51,883 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-09-04 10:38:51,883 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-09-04 10:38:51,883 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-09-04 10:38:51,883 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-09-04 10:38:51,883 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-09-04 10:38:51,883 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-09-04 10:38:51,883 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-09-04 10:38:51,883 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-09-04 10:38:51,884 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-09-04 10:38:51,884 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-09-04 10:38:51,884 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-09-04 10:38:51,884 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-09-04 10:38:51,884 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-09-04 10:38:51,884 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-09-04 10:38:51,884 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-09-04 10:38:51,884 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-09-04 10:38:51,884 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-09-04 10:38:51,886 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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-09-04 10:38:51,892 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:38:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dd751049-203b-4041-980b-ed5bbd6722fe 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.28:5000/v3/", "rel": "self"}]}} 2018-09-04 10:38:51,892 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-dd751049-203b-4041-980b-ed5bbd6722fe 2018-09-04 10:38:51,893 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-09-04 10:38:52,276 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "3d416247e8224533841040c3ad2bce5a", "name": "admin"}], "expires_at": "2018-09-04T11:38:52.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1e2f68a072b64978bd7ea91c2d64aca6", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v1/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235635a698ef4bef9dc6b25273d185da"}, {"url": "http://192.30.9.6:8776/v1/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "23b07b3fbfc340a58cf0f9b2871a0d23"}, {"url": "http://172.30.9.28:8776/v1/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "72fd0aaa144d45419f4b04b6b26f69a7"}], "type": "volume", "id": "097241c25b4d4f7e91b3f8efa155909e", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v3/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93eb4cf3030a49e7840bec071422d397"}, {"url": "http://192.30.9.6:8776/v3/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8af439a6ac147fdbcb38ed9aa916b68"}, {"url": "http://192.30.9.6:8776/v3/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c4bfdbc9b7c74a23a40afdf578cfeba4"}], "type": "volumev3", "id": "1c85f4682ce44f729db1dabd98e965e8", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "82239574a29d4603a2161006f61851cf"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8d15f7134f364a7bbcfff2f84aac3bf2"}, {"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e01668c43a0c4c279b9a3d20a0280d6c"}], "type": "image", "id": "297d8415ca96454991054983920912f7", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7bb4d60e20734d4a9f31ec75e02cb823"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bf6adec15590466a9a0d3bddb00e8993"}, {"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f096f03a1d12411a8972f6f7c196b60d"}], "type": "policy", "id": "54c64351b56d44bbad74c2969cc3aa00", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "354ae6870a324fab82d0a0fb68ee0f26"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a3807e460dd4af488d982b66c52e64c"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e7c3da785076450abd71868e75ce0c33"}], "type": "cloudformation", "id": "6ac9917ae83c4639a15a4ab3cf0e76dd", "name": "heat-cfn"}, {"endpoints": [], "type": "metering", "id": "7fcc078e5e0645f29df67742ac14e388", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49e71628d386464cb950d6a9db00a328"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75b0a63ed8574bbcab1c851cc9b83d30"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9902b0a8b3c04cd192a1b84c417c232b"}], "type": "key-manager", "id": "9626544a32e74678a641c6e206f028a9", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "497340e5aa36485982fdf297f370558f"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7802beb4fc7c4952897b77bd5610b1fe"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c14af798917f4fa0b146d9772583e595"}], "type": "metric", "id": "973bfe8c658d4e5a8da725e76b9d550e", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "288ecc3674ea41d2aa3b790dcb832bf2"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7a6dc785cd7142f5b30f1a7ba0daeb03"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7f7d34e2351b4964befccc862c4e8e12"}], "type": "network", "id": "a348d7b06050474fb449be7f32ea6f5d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "21bce6ecb8464a1f8f3e3847aa698bd6"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0a8faf2246b47deb30e69e48d3551fb"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e71c6011de3d4d8589e5b53dcc79f288"}], "type": "identity", "id": "ad8d4b4953184137a1b913ecee9434ed", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "13474f9a78ca4f1184e4cddc84d0d98c"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad67365a18234bb78c336e6776958c00"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc54db13337f44f8921fbb9ad0f81de8"}], "type": "alarming", "id": "bb18dc3243034f08a6a7f69f7a1edccf", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0d91d7adf0304b2681c77f979e5cdb17"}, {"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "756e5ffca9774ab3ae2db41bf330417f"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c07c727a08c243b287827f539a124e63"}], "type": "placement", "id": "bb2c9432fcbd4c56913177122468f6ba", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8004/v1/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1eed4912224b48cf9856446eae4d9928"}, {"url": "http://192.30.9.6:8004/v1/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b73b7f99236541148d84f24f09e5dd40"}, {"url": "http://192.30.9.6:8004/v1/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fbf12e52911244fdafc24a9d46f56e62"}], "type": "orchestration", "id": "c8918d139da945ba93df4ccce21d4904", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16bf098b9e2e490f8e47fa601059f975"}, {"url": "http://192.30.9.6:8776/v2/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc16fa4cf491444ca2f611d5692c1170"}, {"url": "http://192.30.9.6:8776/v2/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ccd2c5325dff4b90b391db9fdde67d99"}], "type": "volumev2", "id": "d09ac9123c34494abce21d6c27bee9d9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eac694332354a3aa0e61c31314166d7"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b4d4989c4e764717ab78d38675cadd3f"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff196e46b56d406d87a678f1a64497b0"}], "type": "compute", "id": "d4030ee932c84df58c5b910cc197caa7", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "42c3a9abd8ad4ce8ab2c4cc6e0403c33"}, "audit_ids": ["pHJHsp9yRWSKEvP8Kn51dw"], "issued_at": "2018-09-04T10:38:52.000000Z"}} 2018-09-04 10:38:52,279 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-04 10:38:52,280 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28: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}9305b2289d81871a857c883943a3ecd8d79d9a57" 2018-09-04 10:38:52,509 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-e4733eb8-410e-4b2a-9c13-2c3785095fda Date: Tue, 04 Sep 2018 10:38:52 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"4097e349-dd4a-4a5e-95d6-eed5c2d7b85a","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"18025ed81c804927a1f0e0e0ba20836f","status":"ACTIVE","subnets":["5092c110-d468-4f12-acae-47d56d35dff1"],"description":"","tags":[],"updated_at":"2018-09-04T10:10:50Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"18025ed81c804927a1f0e0e0ba20836f","created_at":"2018-09-04T10:10:44Z","provider:network_type":"flat"}]} 2018-09-04 10:38:52,509 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json?router%3Aexternal=True used request id req-e4733eb8-410e-4b2a-9c13-2c3785095fda 2018-09-04 10:38:52,509 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.229636907578s 2018-09-04 10:38:52,509 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json?router%3Aexternal=True used request id req-e4733eb8-410e-4b2a-9c13-2c3785095fda 2018-09-04 10:38:52,510 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainList 2018-09-04 10:38:52,513 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}9305b2289d81871a857c883943a3ecd8d79d9a57" 2018-09-04 10:38:52,519 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 04 Sep 2018 10:38: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.28: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.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-04 10:38:52,523 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/domains? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9305b2289d81871a857c883943a3ecd8d79d9a57" 2018-09-04 10:38:52,600 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:38:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-690f0160-10ff-40d6-8c50-682534af0fe6 Content-Encoding: gzip Content-Length: 213 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.28:5000/v3/domains/bb3675e8f7584634b56038f5732ae451"}, "description": "", "name": "heat_stack", "enabled": true, "id": "bb3675e8f7584634b56038f5732ae451"}, {"links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains", "previous": null, "next": null}} 2018-09-04 10:38:52,600 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains used request id req-690f0160-10ff-40d6-8c50-682534af0fe6 2018-09-04 10:38:52,600 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainList in 0.0899569988251s 2018-09-04 10:38:52,601 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-09-04 10:38:52,602 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28: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}9305b2289d81871a857c883943a3ecd8d79d9a57" -d '{"project": {"description": "Created by OPNFV Functest: vping_userdata", "enabled": true, "domain_id": "default", "name": "vping_userdata-project_4c72e486-8686-4d13-9a22-c1b34edca007"}}' 2018-09-04 10:38:52,710 - keystoneauth.session - DEBUG - RESP: [201] Date: Tue, 04 Sep 2018 10:38:52 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-2c11e19d-eafb-4290-83b1-109d745c3cb0 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.28:5000/v3/projects/dd849fe9e11c435393e8fa6b997c6f1a"}, "enabled": true, "id": "dd849fe9e11c435393e8fa6b997c6f1a", "parent_id": "default", "domain_id": "default", "name": "vping_userdata-project_4c72e486-8686-4d13-9a22-c1b34edca007"}} 2018-09-04 10:38:52,710 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/projects used request id req-2c11e19d-eafb-4290-83b1-109d745c3cb0 2018-09-04 10:38:52,710 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.108506917953s 2018-09-04 10:38:52,710 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/projects used request id req-2c11e19d-eafb-4290-83b1-109d745c3cb0 2018-09-04 10:38:52,711 - functest.core.tenantnetwork - DEBUG - project: Munch({'is_enabled': True, 'parent_id': u'default', 'is_domain': False, 'name': u'vping_userdata-project_4c72e486-8686-4d13-9a22-c1b34edca007', 'id': u'dd849fe9e11c435393e8fa6b997c6f1a', '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-09-04 10:38:52,712 - shade.task_manager - DEBUG - Manager envvars:regionOne running task UserCreate 2018-09-04 10:38:53,058 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task UserCreate in 0.346304893494s 2018-09-04 10:38:53,059 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/users/82120a4f51474158bdeb04bb7ea3a6b8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9305b2289d81871a857c883943a3ecd8d79d9a57" 2018-09-04 10:38:53,152 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:38:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-397fc608-f0ab-4755-8a34-4e13d8a87b25 Content-Encoding: gzip Content-Length: 214 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.28:5000/v3/users/82120a4f51474158bdeb04bb7ea3a6b8"}, "enabled": true, "id": "82120a4f51474158bdeb04bb7ea3a6b8", "options": {}, "domain_id": "default", "name": "vping_userdata-user_4c72e486-8686-4d13-9a22-c1b34edca007"}} 2018-09-04 10:38:53,153 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users/82120a4f51474158bdeb04bb7ea3a6b8 used request id req-397fc608-f0ab-4755-8a34-4e13d8a87b25 2018-09-04 10:38:53,153 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'82120a4f51474158bdeb04bb7ea3a6b8', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'vping_userdata-user_4c72e486-8686-4d13-9a22-c1b34edca007'}) 2018-09-04 10:38:53,154 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-09-04 10:38:53,154 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9305b2289d81871a857c883943a3ecd8d79d9a57" 2018-09-04 10:38:53,234 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:38:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-42baa5d7-26f2-49ce-8d1f-70881141979b Content-Encoding: gzip Content-Length: 284 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3d416247e8224533841040c3ad2bce5a", "links": {"self": "http://172.30.9.28:5000/v3/roles/3d416247e8224533841040c3ad2bce5a"}, "name": "admin"}, {"domain_id": null, "id": "6fc48fbb08d4410680bf5ace535e410c", "links": {"self": "http://172.30.9.28:5000/v3/roles/6fc48fbb08d4410680bf5ace535e410c"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "fea739ce4d1249249c128f55b640b79d", "links": {"self": "http://172.30.9.28:5000/v3/roles/fea739ce4d1249249c128f55b640b79d"}, "name": "ResellerAdmin"}]} 2018-09-04 10:38:53,234 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-42baa5d7-26f2-49ce-8d1f-70881141979b 2018-09-04 10:38:53,235 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0809760093689s 2018-09-04 10:38:53,236 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-09-04 10:38:53,236 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9305b2289d81871a857c883943a3ecd8d79d9a57" 2018-09-04 10:38:53,314 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:38:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f39c8100-66df-4174-868d-a0a60bde266a Content-Encoding: gzip Content-Length: 284 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3d416247e8224533841040c3ad2bce5a", "links": {"self": "http://172.30.9.28:5000/v3/roles/3d416247e8224533841040c3ad2bce5a"}, "name": "admin"}, {"domain_id": null, "id": "6fc48fbb08d4410680bf5ace535e410c", "links": {"self": "http://172.30.9.28:5000/v3/roles/6fc48fbb08d4410680bf5ace535e410c"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "fea739ce4d1249249c128f55b640b79d", "links": {"self": "http://172.30.9.28:5000/v3/roles/fea739ce4d1249249c128f55b640b79d"}, "name": "ResellerAdmin"}]} 2018-09-04 10:38:53,314 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-f39c8100-66df-4174-868d-a0a60bde266a 2018-09-04 10:38:53,315 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0785908699036s 2018-09-04 10:38:53,315 - functest.core.tenantnetwork - INFO - Creating default role Member 2018-09-04 10:38:53,316 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleCreate 2018-09-04 10:38:53,317 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9305b2289d81871a857c883943a3ecd8d79d9a57" -d '{"role": {"name": "Member"}}' 2018-09-04 10:38:53,442 - keystoneauth.session - DEBUG - RESP: [201] Date: Tue, 04 Sep 2018 10:38:53 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-2e3a1433-550e-4e6f-a016-d416e2c96472 Content-Length: 177 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "e58b4e6e68494cbca73f76d891ebd0dc", "links": {"self": "http://172.30.9.28:5000/v3/roles/e58b4e6e68494cbca73f76d891ebd0dc"}, "name": "Member"}} 2018-09-04 10:38:53,442 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/roles used request id req-2e3a1433-550e-4e6f-a016-d416e2c96472 2018-09-04 10:38:53,442 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleCreate in 0.126219034195s 2018-09-04 10:38:53,443 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/roles/e58b4e6e68494cbca73f76d891ebd0dc -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9305b2289d81871a857c883943a3ecd8d79d9a57" 2018-09-04 10:38:53,533 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:38:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-61c3747e-0d76-4cdd-83c3-791add31b4e1 Content-Encoding: gzip Content-Length: 144 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.28:5000/v3/roles/e58b4e6e68494cbca73f76d891ebd0dc"}, "domain_id": null, "name": "Member", "id": "e58b4e6e68494cbca73f76d891ebd0dc"}} 2018-09-04 10:38:53,533 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles/e58b4e6e68494cbca73f76d891ebd0dc used request id req-61c3747e-0d76-4cdd-83c3-791add31b4e1 2018-09-04 10:38:53,534 - functest.core.tenantnetwork - DEBUG - role: Munch({'NAME_ATTR': 'name', 'name': u'Member', 'links': {u'self': u'http://172.30.9.28:5000/v3/roles/e58b4e6e68494cbca73f76d891ebd0dc'}, 'domain_id': None, 'human_id': None, 'id': u'e58b4e6e68494cbca73f76d891ebd0dc', 'HUMAN_ID': False}) 2018-09-04 10:38:53,534 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-09-04 10:38:53,535 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9305b2289d81871a857c883943a3ecd8d79d9a57" 2018-09-04 10:38:53,608 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:38:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8903090d-b794-4c5f-922b-d4fc2c02d2e1 Content-Encoding: gzip Content-Length: 316 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3d416247e8224533841040c3ad2bce5a", "links": {"self": "http://172.30.9.28:5000/v3/roles/3d416247e8224533841040c3ad2bce5a"}, "name": "admin"}, {"domain_id": null, "id": "6fc48fbb08d4410680bf5ace535e410c", "links": {"self": "http://172.30.9.28:5000/v3/roles/6fc48fbb08d4410680bf5ace535e410c"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "e58b4e6e68494cbca73f76d891ebd0dc", "links": {"self": "http://172.30.9.28:5000/v3/roles/e58b4e6e68494cbca73f76d891ebd0dc"}, "name": "Member"}, {"domain_id": null, "id": "fea739ce4d1249249c128f55b640b79d", "links": {"self": "http://172.30.9.28:5000/v3/roles/fea739ce4d1249249c128f55b640b79d"}, "name": "ResellerAdmin"}]} 2018-09-04 10:38:53,608 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-8903090d-b794-4c5f-922b-d4fc2c02d2e1 2018-09-04 10:38:53,609 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0745089054108s 2018-09-04 10:38:53,610 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2018-09-04 10:38:53,611 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9305b2289d81871a857c883943a3ecd8d79d9a57" 2018-09-04 10:38:53,685 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:38:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8a7934c0-3028-4a37-9e1e-d396e4dbb0af 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.28:5000/v3/domains/default"}, "name": "Default"}} 2018-09-04 10:38:53,685 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains/default used request id req-8a7934c0-3028-4a37-9e1e-d396e4dbb0af 2018-09-04 10:38:53,685 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.0749700069427s 2018-09-04 10:38:53,686 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-09-04 10:38:53,686 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}9305b2289d81871a857c883943a3ecd8d79d9a57" 2018-09-04 10:38:53,781 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:38:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ed9de276-de38-4bd4-a906-8a9e60e7a605 Content-Encoding: gzip Content-Length: 834 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.28:5000/v3/users/2719bb13630f43dfa92537864b7b9156"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2719bb13630f43dfa92537864b7b9156", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.28:5000/v3/users/36910ef6abf94075a2d6069c8571e383"}, "domain_id": "default", "enabled": true, "options": {}, "id": "36910ef6abf94075a2d6069c8571e383", "email": "cinder@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.28:5000/v3/users/42c3a9abd8ad4ce8ab2c4cc6e0403c33"}, "domain_id": "default", "enabled": true, "options": {}, "id": "42c3a9abd8ad4ce8ab2c4cc6e0403c33", "email": "admin@example.com", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.28:5000/v3/users/449836e5f54549afb8a7ce28abf3d544"}, "domain_id": "default", "enabled": true, "options": {}, "id": "449836e5f54549afb8a7ce28abf3d544", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.28:5000/v3/users/4f2d44b313674c27b065e562198a2eaf"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4f2d44b313674c27b065e562198a2eaf", "email": "placement@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.28:5000/v3/users/53e472b53b3247cc998195108afb0333"}, "domain_id": "default", "enabled": true, "options": {}, "id": "53e472b53b3247cc998195108afb0333", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.28:5000/v3/users/72c8a4f27c80473bb772f1af33725838"}, "domain_id": "default", "enabled": true, "options": {}, "id": "72c8a4f27c80473bb772f1af33725838", "email": "glance@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.28:5000/v3/users/7661c02c249442d984369889093013fe"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7661c02c249442d984369889093013fe", "email": "barbican@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.28:5000/v3/users/78cfb105b70a43c69c179056f12732d4"}, "domain_id": "bb3675e8f7584634b56038f5732ae451", "enabled": true, "options": {}, "id": "78cfb105b70a43c69c179056f12732d4", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.28:5000/v3/users/7cc5af47f4974b51be24b8af469f48f6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7cc5af47f4974b51be24b8af469f48f6", "email": "aodh@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "vping_userdata-user_4c72e486-8686-4d13-9a22-c1b34edca007", "links": {"self": "http://172.30.9.28:5000/v3/users/82120a4f51474158bdeb04bb7ea3a6b8"}, "domain_id": "default", "enabled": true, "id": "82120a4f51474158bdeb04bb7ea3a6b8", "options": {}}, {"name": "congress", "links": {"self": "http://172.30.9.28:5000/v3/users/828ac5d6a2ef4b0091fb761ec963b324"}, "domain_id": "default", "enabled": true, "options": {}, "id": "828ac5d6a2ef4b0091fb761ec963b324", "email": "congress@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.28:5000/v3/users/9dcf57654b41495ea7db845703bc37f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9dcf57654b41495ea7db845703bc37f8", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.28:5000/v3/users/c4e0c9bcba5d4f0895d28f0f72346c41"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c4e0c9bcba5d4f0895d28f0f72346c41", "email": "neutron@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.28:5000/v3/users/ef3f2972886b4078848941109f593feb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ef3f2972886b4078848941109f593feb", "email": "nova@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.28:5000/v3/users", "previous": null, "next": null}} 2018-09-04 10:38:53,782 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-ed9de276-de38-4bd4-a906-8a9e60e7a605 2018-09-04 10:38:53,782 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0957298278809s 2018-09-04 10:38:53,782 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-ed9de276-de38-4bd4-a906-8a9e60e7a605 2018-09-04 10:38:53,788 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-09-04 10:38:53,789 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28: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}9305b2289d81871a857c883943a3ecd8d79d9a57" 2018-09-04 10:38:53,862 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:38:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f9a6824e-e050-46c2-bc24-ae1e13ad6960 Content-Encoding: gzip Content-Length: 393 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28: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.28:5000/v3/projects/18025ed81c804927a1f0e0e0ba20836f"}, "enabled": true, "id": "18025ed81c804927a1f0e0e0ba20836f", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.28:5000/v3/projects/1e2f68a072b64978bd7ea91c2d64aca6"}, "enabled": true, "id": "1e2f68a072b64978bd7ea91c2d64aca6", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: vping_userdata", "links": {"self": "http://172.30.9.28:5000/v3/projects/dd849fe9e11c435393e8fa6b997c6f1a"}, "enabled": true, "id": "dd849fe9e11c435393e8fa6b997c6f1a", "parent_id": "default", "domain_id": "default", "name": "vping_userdata-project_4c72e486-8686-4d13-9a22-c1b34edca007"}]} 2018-09-04 10:38:53,862 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?domain_id=default used request id req-f9a6824e-e050-46c2-bc24-ae1e13ad6960 2018-09-04 10:38:53,863 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0740921497345s 2018-09-04 10:38:53,863 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?domain_id=default used request id req-f9a6824e-e050-46c2-bc24-ae1e13ad6960 2018-09-04 10:38:53,865 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2018-09-04 10:38:53,866 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/role_assignments?user.id=82120a4f51474158bdeb04bb7ea3a6b8&scope.project.id=dd849fe9e11c435393e8fa6b997c6f1a&role.id=e58b4e6e68494cbca73f76d891ebd0dc -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9305b2289d81871a857c883943a3ecd8d79d9a57" 2018-09-04 10:38:53,951 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:38:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-79a3842c-34dc-445f-8595-ec0ffed86f75 Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.28:5000/v3/role_assignments?user.id=82120a4f51474158bdeb04bb7ea3a6b8&scope.project.id=dd849fe9e11c435393e8fa6b997c6f1a&role.id=e58b4e6e68494cbca73f76d891ebd0dc", "previous": null, "next": null}} 2018-09-04 10:38:53,952 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/role_assignments?user.id=82120a4f51474158bdeb04bb7ea3a6b8&scope.project.id=dd849fe9e11c435393e8fa6b997c6f1a&role.id=e58b4e6e68494cbca73f76d891ebd0dc used request id req-79a3842c-34dc-445f-8595-ec0ffed86f75 2018-09-04 10:38:53,952 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.0862510204315s 2018-09-04 10:38:53,952 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2018-09-04 10:38:53,953 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.28:5000/v3/projects/dd849fe9e11c435393e8fa6b997c6f1a/users/82120a4f51474158bdeb04bb7ea3a6b8/roles/e58b4e6e68494cbca73f76d891ebd0dc -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9305b2289d81871a857c883943a3ecd8d79d9a57" 2018-09-04 10:38:54,005 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 10:38:53 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-460219fc-850e-4cdb-bc0b-78499c40f7a6 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 10:38:54,006 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.28:5000/v3/projects/dd849fe9e11c435393e8fa6b997c6f1a/users/82120a4f51474158bdeb04bb7ea3a6b8/roles/e58b4e6e68494cbca73f76d891ebd0dc used request id req-460219fc-850e-4cdb-bc0b-78499c40f7a6 2018-09-04 10:38:54,006 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.0534620285034s 2018-09-04 10:38:54,007 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'vping_userdata-project_4c72e486-8686-4d13-9a22-c1b34edca007', 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': '9cb809a1-3075-4f21-b9f7-8ea7fc933994', 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_4c72e486-8686-4d13-9a22-c1b34edca007', 'project_id': u'dd849fe9e11c435393e8fa6b997c6f1a', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.28:5000/v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2018-09-04 10:38:54,008 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-09-04 10:38:54,008 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-09-04 10:38:54,008 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-09-04 10:38:54,008 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-09-04 10:38:54,008 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-09-04 10:38:54,008 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-09-04 10:38:54,008 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-09-04 10:38:54,009 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-09-04 10:38:54,009 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-09-04 10:38:54,009 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-09-04 10:38:54,009 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-09-04 10:38:54,009 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-09-04 10:38:54,009 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-09-04 10:38:54,009 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-09-04 10:38:54,009 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-09-04 10:38:54,009 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-09-04 10:38:54,010 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-09-04 10:38:54,010 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-09-04 10:38:54,010 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-09-04 10:38:54,010 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-09-04 10:38:54,010 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-09-04 10:38:54,010 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-09-04 10:38:54,010 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-09-04 10:38:54,010 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-09-04 10:38:54,012 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'vping_userdata-user_4c72e486-8686-4d13-9a22-c1b34edca007', 'password': '9cb809a1-3075-4f21-b9f7-8ea7fc933994', 'project_name': 'vping_userdata-project_4c72e486-8686-4d13-9a22-c1b34edca007', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.28:5000/v3', 'project_id': 'dd849fe9e11c435393e8fa6b997c6f1a', 'project_domain_name': 'Default'} 2018-09-04 10:38:54,012 - xtesting.ci.run_tests - INFO - Running test case 'vping_userdata'... 2018-09-04 10:38:54,012 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainList 2018-09-04 10:38:54,013 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/domains? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9305b2289d81871a857c883943a3ecd8d79d9a57" 2018-09-04 10:38:54,087 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:38:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-32ea48a5-ebff-4a53-aa0a-788007ad32e8 Content-Encoding: gzip Content-Length: 213 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.28:5000/v3/domains/bb3675e8f7584634b56038f5732ae451"}, "description": "", "name": "heat_stack", "enabled": true, "id": "bb3675e8f7584634b56038f5732ae451"}, {"links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains", "previous": null, "next": null}} 2018-09-04 10:38:54,087 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains used request id req-32ea48a5-ebff-4a53-aa0a-788007ad32e8 2018-09-04 10:38:54,088 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainList in 0.0750908851624s 2018-09-04 10:38:54,089 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-09-04 10:38:54,090 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28: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}9305b2289d81871a857c883943a3ecd8d79d9a57" 2018-09-04 10:38:54,169 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:38:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-655de855-24a1-42dc-8395-b816312b089f Content-Encoding: gzip Content-Length: 393 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28: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.28:5000/v3/projects/18025ed81c804927a1f0e0e0ba20836f"}, "enabled": true, "id": "18025ed81c804927a1f0e0e0ba20836f", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.28:5000/v3/projects/1e2f68a072b64978bd7ea91c2d64aca6"}, "enabled": true, "id": "1e2f68a072b64978bd7ea91c2d64aca6", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: vping_userdata", "links": {"self": "http://172.30.9.28:5000/v3/projects/dd849fe9e11c435393e8fa6b997c6f1a"}, "enabled": true, "id": "dd849fe9e11c435393e8fa6b997c6f1a", "parent_id": "default", "domain_id": "default", "name": "vping_userdata-project_4c72e486-8686-4d13-9a22-c1b34edca007"}]} 2018-09-04 10:38:54,169 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?domain_id=default used request id req-655de855-24a1-42dc-8395-b816312b089f 2018-09-04 10:38:54,169 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0799028873444s 2018-09-04 10:38:54,169 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?domain_id=default used request id req-655de855-24a1-42dc-8395-b816312b089f 2018-09-04 10:38:54,173 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-09-04 10:38:54,173 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28: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}9305b2289d81871a857c883943a3ecd8d79d9a57" -d '{"network": {"tenant_id": "dd849fe9e11c435393e8fa6b997c6f1a", "name": "vping_userdata-net_4c72e486-8686-4d13-9a22-c1b34edca007", "admin_state_up": true}}' 2018-09-04 10:38:54,816 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 687 X-Openstack-Request-Id: req-c098094e-6448-4a5d-a585-f65552f16e91 Date: Tue, 04 Sep 2018 10:38: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":"334d4fff-29b1-48b7-8619-290986d1236a","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"dd849fe9e11c435393e8fa6b997c6f1a","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-09-04T10:38:54Z","is_default":false,"provider:segmentation_id":42,"name":"vping_userdata-net_4c72e486-8686-4d13-9a22-c1b34edca007","admin_state_up":true,"tenant_id":"dd849fe9e11c435393e8fa6b997c6f1a","created_at":"2018-09-04T10:38:54Z","mtu":1450}} 2018-09-04 10:38:54,817 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-c098094e-6448-4a5d-a585-f65552f16e91 2018-09-04 10:38:54,817 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.643996953964s 2018-09-04 10:38:54,817 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-c098094e-6448-4a5d-a585-f65552f16e91 2018-09-04 10:38:54,818 - functest.core.tenantnetwork - DEBUG - network: Munch({u'status': u'ACTIVE', u'subnets': [], u'description': u'', u'provider:physical_network': None, u'tags': [], u'ipv6_address_scope': None, u'updated_at': u'2018-09-04T10:38:54Z', u'is_default': False, u'revision_number': 2, u'port_security_enabled': True, u'provider:network_type': u'vxlan', u'id': u'334d4fff-29b1-48b7-8619-290986d1236a', u'provider:segmentation_id': 42, u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'vping_userdata-net_4c72e486-8686-4d13-9a22-c1b34edca007', u'admin_state_up': True, u'tenant_id': u'dd849fe9e11c435393e8fa6b997c6f1a', u'created_at': u'2018-09-04T10:38:54Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'dd849fe9e11c435393e8fa6b997c6f1a'}) 2018-09-04 10:38:54,819 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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-09-04 10:38:54,825 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:38:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9450fa79-537a-463a-b667-d407bff8f3d7 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.28:5000/v3/", "rel": "self"}]}} 2018-09-04 10:38:54,826 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-9450fa79-537a-463a-b667-d407bff8f3d7 2018-09-04 10:38:54,826 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-09-04 10:38:55,194 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "e58b4e6e68494cbca73f76d891ebd0dc", "name": "Member"}], "expires_at": "2018-09-04T11:38:55.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dd849fe9e11c435393e8fa6b997c6f1a", "name": "vping_userdata-project_4c72e486-8686-4d13-9a22-c1b34edca007"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v1/dd849fe9e11c435393e8fa6b997c6f1a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235635a698ef4bef9dc6b25273d185da"}, {"url": "http://192.30.9.6:8776/v1/dd849fe9e11c435393e8fa6b997c6f1a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "23b07b3fbfc340a58cf0f9b2871a0d23"}, {"url": "http://172.30.9.28:8776/v1/dd849fe9e11c435393e8fa6b997c6f1a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "72fd0aaa144d45419f4b04b6b26f69a7"}], "type": "volume", "id": "097241c25b4d4f7e91b3f8efa155909e", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v3/dd849fe9e11c435393e8fa6b997c6f1a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93eb4cf3030a49e7840bec071422d397"}, {"url": "http://192.30.9.6:8776/v3/dd849fe9e11c435393e8fa6b997c6f1a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8af439a6ac147fdbcb38ed9aa916b68"}, {"url": "http://192.30.9.6:8776/v3/dd849fe9e11c435393e8fa6b997c6f1a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c4bfdbc9b7c74a23a40afdf578cfeba4"}], "type": "volumev3", "id": "1c85f4682ce44f729db1dabd98e965e8", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "82239574a29d4603a2161006f61851cf"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8d15f7134f364a7bbcfff2f84aac3bf2"}, {"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e01668c43a0c4c279b9a3d20a0280d6c"}], "type": "image", "id": "297d8415ca96454991054983920912f7", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7bb4d60e20734d4a9f31ec75e02cb823"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bf6adec15590466a9a0d3bddb00e8993"}, {"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f096f03a1d12411a8972f6f7c196b60d"}], "type": "policy", "id": "54c64351b56d44bbad74c2969cc3aa00", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "354ae6870a324fab82d0a0fb68ee0f26"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a3807e460dd4af488d982b66c52e64c"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e7c3da785076450abd71868e75ce0c33"}], "type": "cloudformation", "id": "6ac9917ae83c4639a15a4ab3cf0e76dd", "name": "heat-cfn"}, {"endpoints": [], "type": "metering", "id": "7fcc078e5e0645f29df67742ac14e388", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49e71628d386464cb950d6a9db00a328"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75b0a63ed8574bbcab1c851cc9b83d30"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9902b0a8b3c04cd192a1b84c417c232b"}], "type": "key-manager", "id": "9626544a32e74678a641c6e206f028a9", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "497340e5aa36485982fdf297f370558f"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7802beb4fc7c4952897b77bd5610b1fe"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c14af798917f4fa0b146d9772583e595"}], "type": "metric", "id": "973bfe8c658d4e5a8da725e76b9d550e", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "288ecc3674ea41d2aa3b790dcb832bf2"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7a6dc785cd7142f5b30f1a7ba0daeb03"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7f7d34e2351b4964befccc862c4e8e12"}], "type": "network", "id": "a348d7b06050474fb449be7f32ea6f5d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "21bce6ecb8464a1f8f3e3847aa698bd6"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0a8faf2246b47deb30e69e48d3551fb"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e71c6011de3d4d8589e5b53dcc79f288"}], "type": "identity", "id": "ad8d4b4953184137a1b913ecee9434ed", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "13474f9a78ca4f1184e4cddc84d0d98c"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad67365a18234bb78c336e6776958c00"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc54db13337f44f8921fbb9ad0f81de8"}], "type": "alarming", "id": "bb18dc3243034f08a6a7f69f7a1edccf", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0d91d7adf0304b2681c77f979e5cdb17"}, {"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "756e5ffca9774ab3ae2db41bf330417f"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c07c727a08c243b287827f539a124e63"}], "type": "placement", "id": "bb2c9432fcbd4c56913177122468f6ba", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8004/v1/dd849fe9e11c435393e8fa6b997c6f1a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1eed4912224b48cf9856446eae4d9928"}, {"url": "http://192.30.9.6:8004/v1/dd849fe9e11c435393e8fa6b997c6f1a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b73b7f99236541148d84f24f09e5dd40"}, {"url": "http://192.30.9.6:8004/v1/dd849fe9e11c435393e8fa6b997c6f1a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fbf12e52911244fdafc24a9d46f56e62"}], "type": "orchestration", "id": "c8918d139da945ba93df4ccce21d4904", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/dd849fe9e11c435393e8fa6b997c6f1a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16bf098b9e2e490f8e47fa601059f975"}, {"url": "http://192.30.9.6:8776/v2/dd849fe9e11c435393e8fa6b997c6f1a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc16fa4cf491444ca2f611d5692c1170"}, {"url": "http://192.30.9.6:8776/v2/dd849fe9e11c435393e8fa6b997c6f1a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ccd2c5325dff4b90b391db9fdde67d99"}], "type": "volumev2", "id": "d09ac9123c34494abce21d6c27bee9d9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eac694332354a3aa0e61c31314166d7"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b4d4989c4e764717ab78d38675cadd3f"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff196e46b56d406d87a678f1a64497b0"}], "type": "compute", "id": "d4030ee932c84df58c5b910cc197caa7", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "vping_userdata-user_4c72e486-8686-4d13-9a22-c1b34edca007", "id": "82120a4f51474158bdeb04bb7ea3a6b8"}, "audit_ids": ["UgkAQIuSQliLwgZPe0wdKw"], "issued_at": "2018-09-04T10:38:55.000000Z"}} 2018-09-04 10:38:55,197 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-04 10:38:55,198 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}81f5375d51faa84d08c71016e89f424f4b8c1322" 2018-09-04 10:38:55,455 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1153 X-Openstack-Request-Id: req-af02e93a-a8d4-4d68-a22f-ef89687d2d01 Date: Tue, 04 Sep 2018 10:38:55 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":[],"updated_at":"2018-09-04T10:38:54Z","tenant_id":"dd849fe9e11c435393e8fa6b997c6f1a","created_at":"2018-09-04T10:38:54Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"dd849fe9e11c435393e8fa6b997c6f1a","id":"334d4fff-29b1-48b7-8619-290986d1236a","name":"vping_userdata-net_4c72e486-8686-4d13-9a22-c1b34edca007"},{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["5092c110-d468-4f12-acae-47d56d35dff1"],"updated_at":"2018-09-04T10:10:50Z","tenant_id":"18025ed81c804927a1f0e0e0ba20836f","created_at":"2018-09-04T10:10:44Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"18025ed81c804927a1f0e0e0ba20836f","id":"4097e349-dd4a-4a5e-95d6-eed5c2d7b85a","name":"external"}]} 2018-09-04 10:38:55,455 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-af02e93a-a8d4-4d68-a22f-ef89687d2d01 2018-09-04 10:38:55,456 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.258267879486s 2018-09-04 10:38:55,456 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-af02e93a-a8d4-4d68-a22f-ef89687d2d01 2018-09-04 10:38:55,457 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-09-04 10:38:55,458 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28: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}81f5375d51faa84d08c71016e89f424f4b8c1322" -d '{"subnet": {"name": "vping_userdata-subnet_4c72e486-8686-4d13-9a22-c1b34edca007", "enable_dhcp": true, "network_id": "334d4fff-29b1-48b7-8619-290986d1236a", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-09-04 10:38:56,301 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-4e294840-ee16-420f-bb9e-b1047ec83b95 Date: Tue, 04 Sep 2018 10:38:56 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"334d4fff-29b1-48b7-8619-290986d1236a","tenant_id":"dd849fe9e11c435393e8fa6b997c6f1a","created_at":"2018-09-04T10:38:55Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-09-04T10:38:55Z","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":"dd849fe9e11c435393e8fa6b997c6f1a","id":"ed3e7e66-aa0f-4cf5-b483-5d4bc4e46d17","subnetpool_id":null,"name":"vping_userdata-subnet_4c72e486-8686-4d13-9a22-c1b34edca007"}} 2018-09-04 10:38:56,301 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/subnets.json used request id req-4e294840-ee16-420f-bb9e-b1047ec83b95 2018-09-04 10:38:56,301 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 0.843549013138s 2018-09-04 10:38:56,301 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/subnets.json used request id req-4e294840-ee16-420f-bb9e-b1047ec83b95 2018-09-04 10:38:56,302 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-09-04T10:38:55Z', 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'ed3e7e66-aa0f-4cf5-b483-5d4bc4e46d17', u'subnetpool_id': None, u'service_types': [], u'name': u'vping_userdata-subnet_4c72e486-8686-4d13-9a22-c1b34edca007', u'enable_dhcp': True, u'network_id': u'334d4fff-29b1-48b7-8619-290986d1236a', u'tenant_id': u'dd849fe9e11c435393e8fa6b997c6f1a', u'created_at': u'2018-09-04T10:38:55Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'dd849fe9e11c435393e8fa6b997c6f1a'}) 2018-09-04 10:38:56,302 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-09-04 10:38:56,303 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28: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}81f5375d51faa84d08c71016e89f424f4b8c1322" -d '{"router": {"external_gateway_info": {"network_id": "4097e349-dd4a-4a5e-95d6-eed5c2d7b85a"}, "name": "vping_userdata-router_4c72e486-8686-4d13-9a22-c1b34edca007", "admin_state_up": true}}' 2018-09-04 10:38:57,628 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 625 X-Openstack-Request-Id: req-7ecbfb32-0825-405e-86cf-ff9619245b7f Date: Tue, 04 Sep 2018 10:38:57 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "4097e349-dd4a-4a5e-95d6-eed5c2d7b85a", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "5092c110-d468-4f12-acae-47d56d35dff1", "ip_address": "172.30.9.202"}]}, "description": "", "tags": [], "tenant_id": "dd849fe9e11c435393e8fa6b997c6f1a", "created_at": "2018-09-04T10:38:56Z", "admin_state_up": true, "updated_at": "2018-09-04T10:38:57Z", "revision_number": 2, "routes": [], "project_id": "dd849fe9e11c435393e8fa6b997c6f1a", "id": "f91fd1f4-294c-41ea-89bf-a7de474a8edc", "name": "vping_userdata-router_4c72e486-8686-4d13-9a22-c1b34edca007"}} 2018-09-04 10:38:57,628 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/routers.json used request id req-7ecbfb32-0825-405e-86cf-ff9619245b7f 2018-09-04 10:38:57,628 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 1.32544803619s 2018-09-04 10:38:57,628 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/routers.json used request id req-7ecbfb32-0825-405e-86cf-ff9619245b7f 2018-09-04 10:38:57,629 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'4097e349-dd4a-4a5e-95d6-eed5c2d7b85a', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'5092c110-d468-4f12-acae-47d56d35dff1', u'ip_address': u'172.30.9.202'}]}, u'description': u'', u'tags': [], u'tenant_id': u'dd849fe9e11c435393e8fa6b997c6f1a', u'created_at': u'2018-09-04T10:38:56Z', u'admin_state_up': True, u'updated_at': u'2018-09-04T10:38:57Z', u'revision_number': 2, u'routes': [], u'project_id': u'dd849fe9e11c435393e8fa6b997c6f1a', u'id': u'f91fd1f4-294c-41ea-89bf-a7de474a8edc', u'name': u'vping_userdata-router_4c72e486-8686-4d13-9a22-c1b34edca007'}) 2018-09-04 10:38:57,629 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-09-04 10:38:57,630 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.28:9696/v2.0/routers/f91fd1f4-294c-41ea-89bf-a7de474a8edc/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}81f5375d51faa84d08c71016e89f424f4b8c1322" -d '{"subnet_id": "ed3e7e66-aa0f-4cf5-b483-5d4bc4e46d17"}' 2018-09-04 10:38:59,837 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-2ec0f9d6-2ef5-42c6-8cf0-4e3619e30809 Date: Tue, 04 Sep 2018 10:38:59 GMT RESP BODY: {"network_id": "334d4fff-29b1-48b7-8619-290986d1236a", "tenant_id": "dd849fe9e11c435393e8fa6b997c6f1a", "subnet_id": "ed3e7e66-aa0f-4cf5-b483-5d4bc4e46d17", "subnet_ids": ["ed3e7e66-aa0f-4cf5-b483-5d4bc4e46d17"], "port_id": "f8f63c7a-2864-41db-8cb9-f4e32a4e0926", "id": "f91fd1f4-294c-41ea-89bf-a7de474a8edc"} 2018-09-04 10:38:59,837 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.28:9696/v2.0/routers/f91fd1f4-294c-41ea-89bf-a7de474a8edc/add_router_interface.json used request id req-2ec0f9d6-2ef5-42c6-8cf0-4e3619e30809 2018-09-04 10:38:59,837 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 2.20772504807s 2018-09-04 10:38:59,838 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.28:9696/v2.0/routers/f91fd1f4-294c-41ea-89bf-a7de474a8edc/add_router_interface.json used request id req-2ec0f9d6-2ef5-42c6-8cf0-4e3619e30809 returning object f91fd1f4-294c-41ea-89bf-a7de474a8edc 2018-09-04 10:38:59,838 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-09-04 10:38:59,970 - shade - DEBUG - Image file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img md5:443b7623e27ecf03dc9e01ee93f67afe sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8 2018-09-04 10:38:59,972 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}81f5375d51faa84d08c71016e89f424f4b8c1322" 2018-09-04 10:38:59,977 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 648 Date: Tue, 04 Sep 2018 10:38:59 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.5", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}]} 2018-09-04 10:38:59,980 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-09-04 10:38:59,981 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}81f5375d51faa84d08c71016e89f424f4b8c1322" 2018-09-04 10:39:00,156 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-357e689c-3ec6-4bd2-b413-0481cbe5913b Date: Tue, 04 Sep 2018 10:39:00 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-09-04 10:39:00,156 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-357e689c-3ec6-4bd2-b413-0481cbe5913b 2018-09-04 10:39:00,156 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.175493001938s 2018-09-04 10:39:00,156 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-357e689c-3ec6-4bd2-b413-0481cbe5913b 2018-09-04 10:39:00,158 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-09-04 10:39:00,159 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28: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}81f5375d51faa84d08c71016e89f424f4b8c1322" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/vping_userdata-img_4c72e486-8686-4d13-9a22-c1b34edca007", "container_format": "bare", "disk_format": "qcow2", "visibility": "private", "name": "vping_userdata-img_4c72e486-8686-4d13-9a22-c1b34edca007"}' 2018-09-04 10:39:00,366 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 880 Content-Type: application/json Location: http://172.30.9.28:9292/v2/images/643311ef-6f8a-4fdb-afc3-f267f9fbd94e X-Openstack-Request-Id: req-7a563815-4efd-4605-9d7b-ba8e73414e3e Date: Tue, 04 Sep 2018 10:39:00 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "locations": [], "file": "/v2/images/643311ef-6f8a-4fdb-afc3-f267f9fbd94e/file", "owner": "dd849fe9e11c435393e8fa6b997c6f1a", "id": "643311ef-6f8a-4fdb-afc3-f267f9fbd94e", "size": null, "self": "/v2/images/643311ef-6f8a-4fdb-afc3-f267f9fbd94e", "disk_format": "qcow2", "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-09-04T10:39:00Z", "visibility": "private", "owner_specified.shade.object": "images/vping_userdata-img_4c72e486-8686-4d13-9a22-c1b34edca007", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_userdata-img_4c72e486-8686-4d13-9a22-c1b34edca007", "checksum": null, "created_at": "2018-09-04T10:39:00Z", "protected": false} 2018-09-04 10:39:00,366 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.28:9292/v2/images used request id req-7a563815-4efd-4605-9d7b-ba8e73414e3e 2018-09-04 10:39:00,366 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.208026885986s 2018-09-04 10:39:00,367 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.28:9292/v2/images used request id req-7a563815-4efd-4605-9d7b-ba8e73414e3e returning object 643311ef-6f8a-4fdb-afc3-f267f9fbd94e 2018-09-04 10:39:00,367 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-09-04 10:39:00,368 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.28:9292/v2/images/643311ef-6f8a-4fdb-afc3-f267f9fbd94e/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}81f5375d51faa84d08c71016e89f424f4b8c1322" -d '' 2018-09-04 10:39:02,751 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-a01238fb-43b2-4e37-b669-d86259be8e24 Date: Tue, 04 Sep 2018 10:39:02 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-09-04 10:39:02,751 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.28:9292/v2/images/643311ef-6f8a-4fdb-afc3-f267f9fbd94e/file used request id req-a01238fb-43b2-4e37-b669-d86259be8e24 2018-09-04 10:39:02,752 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 2.38406300545s 2018-09-04 10:39:02,752 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.28:9292/v2/images/643311ef-6f8a-4fdb-afc3-f267f9fbd94e/file used request id req-a01238fb-43b2-4e37-b669-d86259be8e24 2018-09-04 10:39:02,752 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-09-04 10:39:02,753 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}81f5375d51faa84d08c71016e89f424f4b8c1322" 2018-09-04 10:39:02,924 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1210 Content-Type: application/json X-Openstack-Request-Id: req-14e7d4dc-7e0a-4f6c-93c6-9cbdf54c6bb8 Date: Tue, 04 Sep 2018 10:39:02 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://99671b03-94ed-44b3-b5f6-80b8e44d0570/images/643311ef-6f8a-4fdb-afc3-f267f9fbd94e/snap", "metadata": {}}], "file": "/v2/images/643311ef-6f8a-4fdb-afc3-f267f9fbd94e/file", "owner": "dd849fe9e11c435393e8fa6b997c6f1a", "id": "643311ef-6f8a-4fdb-afc3-f267f9fbd94e", "size": 12716032, "self": "/v2/images/643311ef-6f8a-4fdb-afc3-f267f9fbd94e", "disk_format": "qcow2", "direct_url": "rbd://99671b03-94ed-44b3-b5f6-80b8e44d0570/images/643311ef-6f8a-4fdb-afc3-f267f9fbd94e/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-09-04T10:39:02Z", "visibility": "private", "owner_specified.shade.object": "images/vping_userdata-img_4c72e486-8686-4d13-9a22-c1b34edca007", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_userdata-img_4c72e486-8686-4d13-9a22-c1b34edca007", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-09-04T10:39:00Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-09-04 10:39:02,924 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-14e7d4dc-7e0a-4f6c-93c6-9cbdf54c6bb8 2018-09-04 10:39:02,924 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.171854019165s 2018-09-04 10:39:02,925 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-14e7d4dc-7e0a-4f6c-93c6-9cbdf54c6bb8 2018-09-04 10:39:02,927 - functest.core.singlevm - DEBUG - image: Munch({'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://99671b03-94ed-44b3-b5f6-80b8e44d0570/images/643311ef-6f8a-4fdb-afc3-f267f9fbd94e/snap', u'metadata': Munch({})})], 'file': u'/v2/images/643311ef-6f8a-4fdb-afc3-f267f9fbd94e/file', 'owner': u'dd849fe9e11c435393e8fa6b997c6f1a', 'id': u'643311ef-6f8a-4fdb-afc3-f267f9fbd94e', 'size': 12716032, u'self': u'/v2/images/643311ef-6f8a-4fdb-afc3-f267f9fbd94e', 'disk_format': u'qcow2', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'dd849fe9e11c435393e8fa6b997c6f1a', 'name': 'vping_userdata-project_4c72e486-8686-4d13-9a22-c1b34edca007', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://99671b03-94ed-44b3-b5f6-80b8e44d0570/images/643311ef-6f8a-4fdb-afc3-f267f9fbd94e/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-09-04T10:39:02Z', 'tags': [], 'visibility': u'private', 'updated_at': u'2018-09-04T10:39:02Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/vping_userdata-img_4c72e486-8686-4d13-9a22-c1b34edca007', 'min_disk': 0, 'is_public': False, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'self': u'/v2/images/643311ef-6f8a-4fdb-afc3-f267f9fbd94e', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/vping_userdata-img_4c72e486-8686-4d13-9a22-c1b34edca007', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}, 'name': u'vping_userdata-img_4c72e486-8686-4d13-9a22-c1b34edca007', 'created': u'2018-09-04T10:39:00Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-09-04T10:39:00Z', 'minDisk': 0, 'is_protected': False, 'metadata': {u'self': u'/v2/images/643311ef-6f8a-4fdb-afc3-f267f9fbd94e', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/vping_userdata-img_4c72e486-8686-4d13-9a22-c1b34edca007', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}}) 2018-09-04 10:39:02,928 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-09-04 10:39:02,931 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28: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}9305b2289d81871a857c883943a3ecd8d79d9a57" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "vping_userdata-flavor_4c72e486-8686-4d13-9a22-c1b34edca007", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-09-04 10:39:03,148 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10: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-6049a5d4-a219-4961-8384-e552b3d49eb8 x-compute-request-id: req-6049a5d4-a219-4961-8384-e552b3d49eb8 Content-Encoding: gzip Content-Length: 312 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/e8fdc5cd-0f28-49a4-82b8-8f939aea7ab9", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/e8fdc5cd-0f28-49a4-82b8-8f939aea7ab9", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "e8fdc5cd-0f28-49a4-82b8-8f939aea7ab9", "name": "vping_userdata-flavor_4c72e486-8686-4d13-9a22-c1b34edca007", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-09-04 10:39:03,148 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/flavors used request id req-6049a5d4-a219-4961-8384-e552b3d49eb8 2018-09-04 10:39:03,148 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.220502138138s 2018-09-04 10:39:03,149 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/flavors used request id req-6049a5d4-a219-4961-8384-e552b3d49eb8 returning object e8fdc5cd-0f28-49a4-82b8-8f939aea7ab9 2018-09-04 10:39:03,149 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'vping_userdata-flavor_4c72e486-8686-4d13-9a22-c1b34edca007', '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'1e2f68a072b64978bd7ea91c2d64aca6', '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'e8fdc5cd-0f28-49a4-82b8-8f939aea7ab9', 'swap': 0}) 2018-09-04 10:39:03,150 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-09-04 10:39:03,153 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/flavors/e8fdc5cd-0f28-49a4-82b8-8f939aea7ab9/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}9305b2289d81871a857c883943a3ecd8d79d9a57" -d '{"extra_specs": {}}' 2018-09-04 10:39:03,170 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:39: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-5cd4c64f-79e2-443b-9f6b-0faf93954ff4 x-compute-request-id: req-5cd4c64f-79e2-443b-9f6b-0faf93954ff4 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-09-04 10:39:03,170 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/flavors/e8fdc5cd-0f28-49a4-82b8-8f939aea7ab9/os-extra_specs used request id req-5cd4c64f-79e2-443b-9f6b-0faf93954ff4 2018-09-04 10:39:03,171 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0204679965973s 2018-09-04 10:39:03,171 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/flavors/e8fdc5cd-0f28-49a4-82b8-8f939aea7ab9/os-extra_specs used request id req-5cd4c64f-79e2-443b-9f6b-0faf93954ff4 2018-09-04 10:39:03,172 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-04 10:39:03,172 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}81f5375d51faa84d08c71016e89f424f4b8c1322" 2018-09-04 10:39:03,536 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1197 X-Openstack-Request-Id: req-42b7b82f-c66f-4f13-9c3e-a7b52e51e8b7 Date: Tue, 04 Sep 2018 10:39:03 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":["ed3e7e66-aa0f-4cf5-b483-5d4bc4e46d17"],"updated_at":"2018-09-04T10:38:55Z","tenant_id":"dd849fe9e11c435393e8fa6b997c6f1a","created_at":"2018-09-04T10:38:54Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"dd849fe9e11c435393e8fa6b997c6f1a","id":"334d4fff-29b1-48b7-8619-290986d1236a","name":"vping_userdata-net_4c72e486-8686-4d13-9a22-c1b34edca007"},{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["5092c110-d468-4f12-acae-47d56d35dff1"],"updated_at":"2018-09-04T10:10:50Z","tenant_id":"18025ed81c804927a1f0e0e0ba20836f","created_at":"2018-09-04T10:10:44Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"18025ed81c804927a1f0e0e0ba20836f","id":"4097e349-dd4a-4a5e-95d6-eed5c2d7b85a","name":"external"}]} 2018-09-04 10:39:03,536 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-42b7b82f-c66f-4f13-9c3e-a7b52e51e8b7 2018-09-04 10:39:03,537 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.364812135696s 2018-09-04 10:39:03,537 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-42b7b82f-c66f-4f13-9c3e-a7b52e51e8b7 2018-09-04 10:39:03,538 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-09-04 10:39:03,539 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}81f5375d51faa84d08c71016e89f424f4b8c1322" 2018-09-04 10:39:03,768 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1210 Content-Type: application/json X-Openstack-Request-Id: req-d25bb2ef-6c0d-4f77-97e6-af02531075d4 Date: Tue, 04 Sep 2018 10:39:03 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://99671b03-94ed-44b3-b5f6-80b8e44d0570/images/643311ef-6f8a-4fdb-afc3-f267f9fbd94e/snap", "metadata": {}}], "file": "/v2/images/643311ef-6f8a-4fdb-afc3-f267f9fbd94e/file", "owner": "dd849fe9e11c435393e8fa6b997c6f1a", "id": "643311ef-6f8a-4fdb-afc3-f267f9fbd94e", "size": 12716032, "self": "/v2/images/643311ef-6f8a-4fdb-afc3-f267f9fbd94e", "disk_format": "qcow2", "direct_url": "rbd://99671b03-94ed-44b3-b5f6-80b8e44d0570/images/643311ef-6f8a-4fdb-afc3-f267f9fbd94e/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-09-04T10:39:02Z", "visibility": "private", "owner_specified.shade.object": "images/vping_userdata-img_4c72e486-8686-4d13-9a22-c1b34edca007", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_userdata-img_4c72e486-8686-4d13-9a22-c1b34edca007", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-09-04T10:39:00Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-09-04 10:39:03,769 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-d25bb2ef-6c0d-4f77-97e6-af02531075d4 2018-09-04 10:39:03,769 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.230592012405s 2018-09-04 10:39:03,769 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-d25bb2ef-6c0d-4f77-97e6-af02531075d4 2018-09-04 10:39:03,771 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-09-04 10:39:03,774 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28: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}81f5375d51faa84d08c71016e89f424f4b8c1322" 2018-09-04 10:39:03,953 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:39: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-bdf2af9c-c69a-47d5-a2df-7840c171e978 x-compute-request-id: req-bdf2af9c-c69a-47d5-a2df-7840c171e978 Content-Encoding: gzip Content-Length: 311 Content-Type: application/json RESP BODY: {"flavors": [{"links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/e8fdc5cd-0f28-49a4-82b8-8f939aea7ab9", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/e8fdc5cd-0f28-49a4-82b8-8f939aea7ab9", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "e8fdc5cd-0f28-49a4-82b8-8f939aea7ab9", "name": "vping_userdata-flavor_4c72e486-8686-4d13-9a22-c1b34edca007", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}]} 2018-09-04 10:39:03,954 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors/detail?is_public=None used request id req-bdf2af9c-c69a-47d5-a2df-7840c171e978 2018-09-04 10:39:03,954 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.182603120804s 2018-09-04 10:39:03,954 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors/detail?is_public=None used request id req-bdf2af9c-c69a-47d5-a2df-7840c171e978 2018-09-04 10:39:03,956 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers 2018-09-04 10:39:03,959 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28: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}81f5375d51faa84d08c71016e89f424f4b8c1322" -d '{"server": {"name": "vping_userdata-vm_4c72e486-8686-4d13-9a22-c1b34edca007", "imageRef": "643311ef-6f8a-4fdb-afc3-f267f9fbd94e", "flavorRef": "e8fdc5cd-0f28-49a4-82b8-8f939aea7ab9", "max_count": 1, "min_count": 1, "networks": [{"uuid": "334d4fff-29b1-48b7-8619-290986d1236a"}]}}' 2018-09-04 10:39:05,735 - keystoneauth.session - DEBUG - RESP: [202] Date: Tue, 04 Sep 2018 10:39: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-f88eac52-a11b-4dc2-8360-8e373e51c009 x-compute-request-id: req-f88eac52-a11b-4dc2-8360-8e373e51c009 Content-Length: 374 location: http://172.30.9.28:8774/v2.1/servers/bd29cea3-a1f9-4395-b41f-4e072025e905 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "bd29cea3-a1f9-4395-b41f-4e072025e905", "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/bd29cea3-a1f9-4395-b41f-4e072025e905", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/bd29cea3-a1f9-4395-b41f-4e072025e905", "rel": "bookmark"}], "adminPass": "LhjrhKSQ3F4K"}} 2018-09-04 10:39:05,735 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers used request id req-f88eac52-a11b-4dc2-8360-8e373e51c009 2018-09-04 10:39:05,736 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers in 1.77911400795s 2018-09-04 10:39:05,736 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers used request id req-f88eac52-a11b-4dc2-8360-8e373e51c009 2018-09-04 10:39:05,737 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-04 10:39:05,739 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}81f5375d51faa84d08c71016e89f424f4b8c1322" 2018-09-04 10:39:06,175 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10: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-9cb7be09-9b84-4d00-b911-94c7a4163d19 x-compute-request-id: req-9cb7be09-9b84-4d00-b911-94c7a4163d19 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.28:8774/v2.1/servers/bd29cea3-a1f9-4395-b41f-4e072025e905", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/bd29cea3-a1f9-4395-b41f-4e072025e905", "rel": "bookmark"}], "image": {"id": "643311ef-6f8a-4fdb-afc3-f267f9fbd94e", "links": [{"href": "http://172.30.9.28:8774/images/643311ef-6f8a-4fdb-afc3-f267f9fbd94e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e8fdc5cd-0f28-49a4-82b8-8f939aea7ab9", "links": [{"href": "http://172.30.9.28:8774/flavors/e8fdc5cd-0f28-49a4-82b8-8f939aea7ab9", "rel": "bookmark"}]}, "id": "bd29cea3-a1f9-4395-b41f-4e072025e905", "user_id": "82120a4f51474158bdeb04bb7ea3a6b8", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-09-04T10:39:05Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_4c72e486-8686-4d13-9a22-c1b34edca007", "created": "2018-09-04T10:39:05Z", "tenant_id": "dd849fe9e11c435393e8fa6b997c6f1a", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-04 10:39:06,175 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-9cb7be09-9b84-4d00-b911-94c7a4163d19 2018-09-04 10:39:06,176 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.438988924026s 2018-09-04 10:39:06,176 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-9cb7be09-9b84-4d00-b911-94c7a4163d19 2018-09-04 10:39:06,183 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-04 10:39:06,183 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}81f5375d51faa84d08c71016e89f424f4b8c1322" 2018-09-04 10:39:06,502 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1197 X-Openstack-Request-Id: req-77599aa4-1960-498d-9dc2-63385a8e55dc Date: Tue, 04 Sep 2018 10:39:06 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":["ed3e7e66-aa0f-4cf5-b483-5d4bc4e46d17"],"updated_at":"2018-09-04T10:38:55Z","tenant_id":"dd849fe9e11c435393e8fa6b997c6f1a","created_at":"2018-09-04T10:38:54Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"dd849fe9e11c435393e8fa6b997c6f1a","id":"334d4fff-29b1-48b7-8619-290986d1236a","name":"vping_userdata-net_4c72e486-8686-4d13-9a22-c1b34edca007"},{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["5092c110-d468-4f12-acae-47d56d35dff1"],"updated_at":"2018-09-04T10:10:50Z","tenant_id":"18025ed81c804927a1f0e0e0ba20836f","created_at":"2018-09-04T10:10:44Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"18025ed81c804927a1f0e0e0ba20836f","id":"4097e349-dd4a-4a5e-95d6-eed5c2d7b85a","name":"external"}]} 2018-09-04 10:39:06,502 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-77599aa4-1960-498d-9dc2-63385a8e55dc 2018-09-04 10:39:06,502 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.319385051727s 2018-09-04 10:39:06,502 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-77599aa4-1960-498d-9dc2-63385a8e55dc 2018-09-04 10:39:06,503 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-09-04 10:39:06,504 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}81f5375d51faa84d08c71016e89f424f4b8c1322" 2018-09-04 10:39:06,853 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-ef45c56c-0cf9-40bb-a4cf-a74ff658e6ae Date: Tue, 04 Sep 2018 10:39:06 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"334d4fff-29b1-48b7-8619-290986d1236a","tenant_id":"dd849fe9e11c435393e8fa6b997c6f1a","created_at":"2018-09-04T10:38:55Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-09-04T10:38:55Z","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":"dd849fe9e11c435393e8fa6b997c6f1a","id":"ed3e7e66-aa0f-4cf5-b483-5d4bc4e46d17","subnetpool_id":null,"name":"vping_userdata-subnet_4c72e486-8686-4d13-9a22-c1b34edca007"}]} 2018-09-04 10:39:06,854 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets.json used request id req-ef45c56c-0cf9-40bb-a4cf-a74ff658e6ae 2018-09-04 10:39:06,854 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.350222826004s 2018-09-04 10:39:06,854 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets.json used request id req-ef45c56c-0cf9-40bb-a4cf-a74ff658e6ae 2018-09-04 10:39:06,855 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-04 10:39:08,857 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-04 10:39:08,860 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}81f5375d51faa84d08c71016e89f424f4b8c1322" 2018-09-04 10:39:09,501 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:39: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-4db202e7-dc06-4a9d-8bae-3034e667e197 x-compute-request-id: req-4db202e7-dc06-4a9d-8bae-3034e667e197 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.28:8774/v2.1/servers/bd29cea3-a1f9-4395-b41f-4e072025e905", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/bd29cea3-a1f9-4395-b41f-4e072025e905", "rel": "bookmark"}], "image": {"id": "643311ef-6f8a-4fdb-afc3-f267f9fbd94e", "links": [{"href": "http://172.30.9.28:8774/images/643311ef-6f8a-4fdb-afc3-f267f9fbd94e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e8fdc5cd-0f28-49a4-82b8-8f939aea7ab9", "links": [{"href": "http://172.30.9.28:8774/flavors/e8fdc5cd-0f28-49a4-82b8-8f939aea7ab9", "rel": "bookmark"}]}, "id": "bd29cea3-a1f9-4395-b41f-4e072025e905", "security_groups": [{"name": "default"}], "user_id": "82120a4f51474158bdeb04bb7ea3a6b8", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-04T10:39:07Z", "hostId": "0014a18eadb253bf3488ebfe0c653efe9ed6b10a7a42b82ff2731f62", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_4c72e486-8686-4d13-9a22-c1b34edca007", "created": "2018-09-04T10:39:05Z", "tenant_id": "dd849fe9e11c435393e8fa6b997c6f1a", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-04 10:39:09,501 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-4db202e7-dc06-4a9d-8bae-3034e667e197 2018-09-04 10:39:09,501 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.64393901825s 2018-09-04 10:39:09,502 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-4db202e7-dc06-4a9d-8bae-3034e667e197 2018-09-04 10:39:09,505 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-04 10:39:11,507 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-04 10:39:11,510 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}81f5375d51faa84d08c71016e89f424f4b8c1322" 2018-09-04 10:39:12,015 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10: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,Accept-Encoding x-openstack-request-id: req-19d73cae-7524-447f-b0fe-fb512979c023 x-compute-request-id: req-19d73cae-7524-447f-b0fe-fb512979c023 Content-Encoding: gzip Content-Length: 744 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_4c72e486-8686-4d13-9a22-c1b34edca007": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:be:ae:4a", "version": 4, "addr": "192.168.120.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/bd29cea3-a1f9-4395-b41f-4e072025e905", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/bd29cea3-a1f9-4395-b41f-4e072025e905", "rel": "bookmark"}], "image": {"id": "643311ef-6f8a-4fdb-afc3-f267f9fbd94e", "links": [{"href": "http://172.30.9.28:8774/images/643311ef-6f8a-4fdb-afc3-f267f9fbd94e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-04T10:39:10.000000", "flavor": {"id": "e8fdc5cd-0f28-49a4-82b8-8f939aea7ab9", "links": [{"href": "http://172.30.9.28:8774/flavors/e8fdc5cd-0f28-49a4-82b8-8f939aea7ab9", "rel": "bookmark"}]}, "id": "bd29cea3-a1f9-4395-b41f-4e072025e905", "security_groups": [{"name": "default"}], "user_id": "82120a4f51474158bdeb04bb7ea3a6b8", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-04T10:39:11Z", "hostId": "0014a18eadb253bf3488ebfe0c653efe9ed6b10a7a42b82ff2731f62", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_4c72e486-8686-4d13-9a22-c1b34edca007", "created": "2018-09-04T10:39:05Z", "tenant_id": "dd849fe9e11c435393e8fa6b997c6f1a", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-04 10:39:12,015 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-19d73cae-7524-447f-b0fe-fb512979c023 2018-09-04 10:39:12,016 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.508041143417s 2018-09-04 10:39:12,016 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-19d73cae-7524-447f-b0fe-fb512979c023 2018-09-04 10:39:12,020 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-09-04 10:39:12,020 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:9696/v2.0/ports.json?device_id=bd29cea3-a1f9-4395-b41f-4e072025e905" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}81f5375d51faa84d08c71016e89f424f4b8c1322" 2018-09-04 10:39:12,165 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-121cc284-9240-423a-a040-82583e47a989 Date: Tue, 04 Sep 2018 10:39:12 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"334d4fff-29b1-48b7-8619-290986d1236a","tenant_id":"dd849fe9e11c435393e8fa6b997c6f1a","created_at":"2018-09-04T10:39:08Z","admin_state_up":true,"updated_at":"2018-09-04T10:39:09Z","binding:vnic_type":"normal","device_id":"bd29cea3-a1f9-4395-b41f-4e072025e905","device_owner":"compute:nova","revision_number":5,"mac_address":"fa:16:3e:be:ae:4a","id":"906be32f-bb09-4b8e-ab50-2e37cbc3570c","port_security_enabled":true,"project_id":"dd849fe9e11c435393e8fa6b997c6f1a","fixed_ips":[{"subnet_id":"ed3e7e66-aa0f-4cf5-b483-5d4bc4e46d17","ip_address":"192.168.120.14"}],"extra_dhcp_opts":[],"security_groups":["28b5af70-f489-4ee2-ace7-033a2638f61f"],"name":""}]} 2018-09-04 10:39:12,166 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports.json?device_id=bd29cea3-a1f9-4395-b41f-4e072025e905 used request id req-121cc284-9240-423a-a040-82583e47a989 2018-09-04 10:39:12,166 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.145786046982s 2018-09-04 10:39:12,166 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports.json?device_id=bd29cea3-a1f9-4395-b41f-4e072025e905 used request id req-121cc284-9240-423a-a040-82583e47a989 2018-09-04 10:39:12,171 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-09-04 10:39:12,172 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:9696/v2.0/floatingips.json?port_id=906be32f-bb09-4b8e-ab50-2e37cbc3570c" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}81f5375d51faa84d08c71016e89f424f4b8c1322" 2018-09-04 10:39:12,342 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-a9140197-f7e6-49c5-a0a8-ae48883ec0a8 Date: Tue, 04 Sep 2018 10:39:12 GMT RESP BODY: {"floatingips": []} 2018-09-04 10:39:12,342 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/floatingips.json?port_id=906be32f-bb09-4b8e-ab50-2e37cbc3570c used request id req-a9140197-f7e6-49c5-a0a8-ae48883ec0a8 2018-09-04 10:39:12,342 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.170618057251s 2018-09-04 10:39:12,342 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/floatingips.json?port_id=906be32f-bb09-4b8e-ab50-2e37cbc3570c used request id req-a9140197-f7e6-49c5-a0a8-ae48883ec0a8 2018-09-04 10:39:12,343 - functest.core.singlevm - DEBUG - vm: Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'vping_userdata-net_4c72e486-8686-4d13-9a22-c1b34edca007': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:be:ae:4a', u'version': 4, u'addr': u'192.168.120.14', u'OS-EXT-IPS:type': u'fixed'})]}), 'terminated_at': None, 'image': Munch({u'id': u'643311ef-6f8a-4fdb-afc3-f267f9fbd94e'}), u'OS-EXT-AZ:availability_zone': u'nova', u'OS-EXT-STS:vm_state': u'active', u'OS-SRV-USG:launched_at': u'2018-09-04T10:39:10.000000', 'flavor': Munch({u'id': u'e8fdc5cd-0f28-49a4-82b8-8f939aea7ab9'}), 'az': u'nova', 'id': u'bd29cea3-a1f9-4395-b41f-4e072025e905', 'security_groups': [Munch({u'name': u'default'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'82120a4f51474158bdeb04bb7ea3a6b8', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'dd849fe9e11c435393e8fa6b997c6f1a', 'name': 'vping_userdata-project_4c72e486-8686-4d13-9a22-c1b34edca007', 'domain_name': 'Default'}), 'zone': u'nova', 'region_name': 'regionOne', 'cloud': 'envvars'}), 'power_state': 1, 'public_v4': '', 'progress': 0, u'OS-EXT-STS:power_state': 1, 'interface_ip': '', 'launched_at': u'2018-09-04T10:39:10.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-09-04T10:39:11Z', 'hostId': u'0014a18eadb253bf3488ebfe0c653efe9ed6b10a7a42b82ff2731f62', u'OS-SRV-USG:terminated_at': None, 'key_name': None, 'public_v6': '', 'private_v4': u'192.168.120.14', 'cloud': 'envvars', 'host_id': u'0014a18eadb253bf3488ebfe0c653efe9ed6b10a7a42b82ff2731f62', 'task_state': None, 'properties': Munch({u'OS-EXT-STS:task_state': None, u'OS-SRV-USG:terminated_at': None, u'OS-DCF:diskConfig': u'MANUAL', u'os-extended-volumes:volumes_attached': [], u'OS-EXT-STS:vm_state': u'active', u'OS-SRV-USG:launched_at': u'2018-09-04T10:39:10.000000', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'dd849fe9e11c435393e8fa6b997c6f1a', 'name': u'vping_userdata-vm_4c72e486-8686-4d13-9a22-c1b34edca007', 'adminPass': u'LhjrhKSQ3F4K', 'tenant_id': u'dd849fe9e11c435393e8fa6b997c6f1a', 'region': 'regionOne', 'created': u'2018-09-04T10:39:05Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u''}) 2018-09-04 10:39:12,344 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-04 10:39:12,344 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}81f5375d51faa84d08c71016e89f424f4b8c1322" 2018-09-04 10:39:12,457 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1197 X-Openstack-Request-Id: req-a7695f9d-f128-40a6-9539-5abb3ae78d6f Date: Tue, 04 Sep 2018 10:39:12 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":["ed3e7e66-aa0f-4cf5-b483-5d4bc4e46d17"],"updated_at":"2018-09-04T10:38:55Z","tenant_id":"dd849fe9e11c435393e8fa6b997c6f1a","created_at":"2018-09-04T10:38:54Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"dd849fe9e11c435393e8fa6b997c6f1a","id":"334d4fff-29b1-48b7-8619-290986d1236a","name":"vping_userdata-net_4c72e486-8686-4d13-9a22-c1b34edca007"},{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["5092c110-d468-4f12-acae-47d56d35dff1"],"updated_at":"2018-09-04T10:10:50Z","tenant_id":"18025ed81c804927a1f0e0e0ba20836f","created_at":"2018-09-04T10:10:44Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"18025ed81c804927a1f0e0e0ba20836f","id":"4097e349-dd4a-4a5e-95d6-eed5c2d7b85a","name":"external"}]} 2018-09-04 10:39:12,458 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-a7695f9d-f128-40a6-9539-5abb3ae78d6f 2018-09-04 10:39:12,458 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.113817930222s 2018-09-04 10:39:12,458 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-a7695f9d-f128-40a6-9539-5abb3ae78d6f 2018-09-04 10:39:12,459 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-09-04 10:39:12,460 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}81f5375d51faa84d08c71016e89f424f4b8c1322" 2018-09-04 10:39:12,638 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1210 Content-Type: application/json X-Openstack-Request-Id: req-03131d3a-cb98-460b-960f-96c192d6c373 Date: Tue, 04 Sep 2018 10:39:12 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://99671b03-94ed-44b3-b5f6-80b8e44d0570/images/643311ef-6f8a-4fdb-afc3-f267f9fbd94e/snap", "metadata": {}}], "file": "/v2/images/643311ef-6f8a-4fdb-afc3-f267f9fbd94e/file", "owner": "dd849fe9e11c435393e8fa6b997c6f1a", "id": "643311ef-6f8a-4fdb-afc3-f267f9fbd94e", "size": 12716032, "self": "/v2/images/643311ef-6f8a-4fdb-afc3-f267f9fbd94e", "disk_format": "qcow2", "direct_url": "rbd://99671b03-94ed-44b3-b5f6-80b8e44d0570/images/643311ef-6f8a-4fdb-afc3-f267f9fbd94e/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-09-04T10:39:02Z", "visibility": "private", "owner_specified.shade.object": "images/vping_userdata-img_4c72e486-8686-4d13-9a22-c1b34edca007", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_userdata-img_4c72e486-8686-4d13-9a22-c1b34edca007", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-09-04T10:39:00Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-09-04 10:39:12,638 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-03131d3a-cb98-460b-960f-96c192d6c373 2018-09-04 10:39:12,639 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.179097175598s 2018-09-04 10:39:12,639 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-03131d3a-cb98-460b-960f-96c192d6c373 2018-09-04 10:39:12,641 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-09-04 10:39:12,644 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28: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}81f5375d51faa84d08c71016e89f424f4b8c1322" 2018-09-04 10:39:12,674 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:39:12 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-efa27987-a0d9-41ef-9c7a-51fbe2c7f221 x-compute-request-id: req-efa27987-a0d9-41ef-9c7a-51fbe2c7f221 Content-Encoding: gzip Content-Length: 311 Content-Type: application/json RESP BODY: {"flavors": [{"links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/e8fdc5cd-0f28-49a4-82b8-8f939aea7ab9", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/e8fdc5cd-0f28-49a4-82b8-8f939aea7ab9", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "e8fdc5cd-0f28-49a4-82b8-8f939aea7ab9", "name": "vping_userdata-flavor_4c72e486-8686-4d13-9a22-c1b34edca007", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}]} 2018-09-04 10:39:12,674 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors/detail?is_public=None used request id req-efa27987-a0d9-41ef-9c7a-51fbe2c7f221 2018-09-04 10:39:12,674 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0336358547211s 2018-09-04 10:39:12,675 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors/detail?is_public=None used request id req-efa27987-a0d9-41ef-9c7a-51fbe2c7f221 2018-09-04 10:39:12,676 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers 2018-09-04 10:39:12,678 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28: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}81f5375d51faa84d08c71016e89f424f4b8c1322" -d '{"server": {"name": "vping_userdata-vm2_4c72e486-8686-4d13-9a22-c1b34edca007", "imageRef": "643311ef-6f8a-4fdb-afc3-f267f9fbd94e", "flavorRef": "e8fdc5cd-0f28-49a4-82b8-8f939aea7ab9", "user_data": "IyEvYmluL3NoCgp3aGlsZSB0cnVlOyBkbwogcGluZyAtYyAxIDE5Mi4xNjguMTIwLjE0IDI+JjEgPi9kZXYvbnVsbAogUkVTPSQ/CiBpZiBbICJaJFJFUyIgPSAiWjAiIF0gOyB0aGVuCiAgZWNobyAndlBpbmcgT0snCiAgYnJlYWsKIGVsc2UKICBlY2hvICd2UGluZyBLTycKIGZpCiBzbGVlcCAxCmRvbmUK", "max_count": 1, "min_count": 1, "networks": [{"uuid": "334d4fff-29b1-48b7-8619-290986d1236a"}]}}' 2018-09-04 10:39:13,816 - keystoneauth.session - DEBUG - RESP: [202] Date: Tue, 04 Sep 2018 10:39:12 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-0b9b0653-7838-4ea8-8fd2-4b3b44fbb987 x-compute-request-id: req-0b9b0653-7838-4ea8-8fd2-4b3b44fbb987 Content-Length: 374 location: http://172.30.9.28:8774/v2.1/servers/2ed64a1b-6e6e-4141-b127-28da795670c4 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "2ed64a1b-6e6e-4141-b127-28da795670c4", "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/2ed64a1b-6e6e-4141-b127-28da795670c4", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/2ed64a1b-6e6e-4141-b127-28da795670c4", "rel": "bookmark"}], "adminPass": "anRUw8RWjin5"}} 2018-09-04 10:39:13,816 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers used request id req-0b9b0653-7838-4ea8-8fd2-4b3b44fbb987 2018-09-04 10:39:13,816 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers in 1.14014410973s 2018-09-04 10:39:13,816 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers used request id req-0b9b0653-7838-4ea8-8fd2-4b3b44fbb987 2018-09-04 10:39:13,817 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-04 10:39:13,820 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}81f5375d51faa84d08c71016e89f424f4b8c1322" 2018-09-04 10:39:14,441 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10: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-660cfae4-4b20-4992-bd37-0638cd4f0ddb x-compute-request-id: req-660cfae4-4b20-4992-bd37-0638cd4f0ddb Content-Encoding: gzip Content-Length: 842 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/2ed64a1b-6e6e-4141-b127-28da795670c4", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/2ed64a1b-6e6e-4141-b127-28da795670c4", "rel": "bookmark"}], "image": {"id": "643311ef-6f8a-4fdb-afc3-f267f9fbd94e", "links": [{"href": "http://172.30.9.28:8774/images/643311ef-6f8a-4fdb-afc3-f267f9fbd94e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e8fdc5cd-0f28-49a4-82b8-8f939aea7ab9", "links": [{"href": "http://172.30.9.28:8774/flavors/e8fdc5cd-0f28-49a4-82b8-8f939aea7ab9", "rel": "bookmark"}]}, "id": "2ed64a1b-6e6e-4141-b127-28da795670c4", "user_id": "82120a4f51474158bdeb04bb7ea3a6b8", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-09-04T10:39:13Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_4c72e486-8686-4d13-9a22-c1b34edca007", "created": "2018-09-04T10:39:13Z", "tenant_id": "dd849fe9e11c435393e8fa6b997c6f1a", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_4c72e486-8686-4d13-9a22-c1b34edca007": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:be:ae:4a", "version": 4, "addr": "192.168.120.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/bd29cea3-a1f9-4395-b41f-4e072025e905", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/bd29cea3-a1f9-4395-b41f-4e072025e905", "rel": "bookmark"}], "image": {"id": "643311ef-6f8a-4fdb-afc3-f267f9fbd94e", "links": [{"href": "http://172.30.9.28:8774/images/643311ef-6f8a-4fdb-afc3-f267f9fbd94e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-04T10:39:10.000000", "flavor": {"id": "e8fdc5cd-0f28-49a4-82b8-8f939aea7ab9", "links": [{"href": "http://172.30.9.28:8774/flavors/e8fdc5cd-0f28-49a4-82b8-8f939aea7ab9", "rel": "bookmark"}]}, "id": "bd29cea3-a1f9-4395-b41f-4e072025e905", "security_groups": [{"name": "default"}], "user_id": "82120a4f51474158bdeb04bb7ea3a6b8", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-04T10:39:11Z", "hostId": "0014a18eadb253bf3488ebfe0c653efe9ed6b10a7a42b82ff2731f62", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_4c72e486-8686-4d13-9a22-c1b34edca007", "created": "2018-09-04T10:39:05Z", "tenant_id": "dd849fe9e11c435393e8fa6b997c6f1a", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-04 10:39:14,441 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-660cfae4-4b20-4992-bd37-0638cd4f0ddb 2018-09-04 10:39:14,441 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.623721122742s 2018-09-04 10:39:14,441 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-660cfae4-4b20-4992-bd37-0638cd4f0ddb 2018-09-04 10:39:14,447 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-04 10:39:16,449 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-04 10:39:16,453 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}81f5375d51faa84d08c71016e89f424f4b8c1322" 2018-09-04 10:39:16,975 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:39: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-9488454a-0c7a-4549-afc0-d55bcb1a17a4 x-compute-request-id: req-9488454a-0c7a-4549-afc0-d55bcb1a17a4 Content-Encoding: gzip Content-Length: 879 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/2ed64a1b-6e6e-4141-b127-28da795670c4", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/2ed64a1b-6e6e-4141-b127-28da795670c4", "rel": "bookmark"}], "image": {"id": "643311ef-6f8a-4fdb-afc3-f267f9fbd94e", "links": [{"href": "http://172.30.9.28:8774/images/643311ef-6f8a-4fdb-afc3-f267f9fbd94e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e8fdc5cd-0f28-49a4-82b8-8f939aea7ab9", "links": [{"href": "http://172.30.9.28:8774/flavors/e8fdc5cd-0f28-49a4-82b8-8f939aea7ab9", "rel": "bookmark"}]}, "id": "2ed64a1b-6e6e-4141-b127-28da795670c4", "security_groups": [{"name": "default"}], "user_id": "82120a4f51474158bdeb04bb7ea3a6b8", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-04T10:39:15Z", "hostId": "d74e979858fcee3ab50933129eeb86edda60086deeaf21d320de6c77", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_4c72e486-8686-4d13-9a22-c1b34edca007", "created": "2018-09-04T10:39:13Z", "tenant_id": "dd849fe9e11c435393e8fa6b997c6f1a", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_4c72e486-8686-4d13-9a22-c1b34edca007": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:be:ae:4a", "version": 4, "addr": "192.168.120.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/bd29cea3-a1f9-4395-b41f-4e072025e905", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/bd29cea3-a1f9-4395-b41f-4e072025e905", "rel": "bookmark"}], "image": {"id": "643311ef-6f8a-4fdb-afc3-f267f9fbd94e", "links": [{"href": "http://172.30.9.28:8774/images/643311ef-6f8a-4fdb-afc3-f267f9fbd94e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-04T10:39:10.000000", "flavor": {"id": "e8fdc5cd-0f28-49a4-82b8-8f939aea7ab9", "links": [{"href": "http://172.30.9.28:8774/flavors/e8fdc5cd-0f28-49a4-82b8-8f939aea7ab9", "rel": "bookmark"}]}, "id": "bd29cea3-a1f9-4395-b41f-4e072025e905", "security_groups": [{"name": "default"}], "user_id": "82120a4f51474158bdeb04bb7ea3a6b8", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-04T10:39:11Z", "hostId": "0014a18eadb253bf3488ebfe0c653efe9ed6b10a7a42b82ff2731f62", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_4c72e486-8686-4d13-9a22-c1b34edca007", "created": "2018-09-04T10:39:05Z", "tenant_id": "dd849fe9e11c435393e8fa6b997c6f1a", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-04 10:39:16,975 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-9488454a-0c7a-4549-afc0-d55bcb1a17a4 2018-09-04 10:39:16,975 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.525736093521s 2018-09-04 10:39:16,976 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-9488454a-0c7a-4549-afc0-d55bcb1a17a4 2018-09-04 10:39:16,981 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-04 10:39:18,983 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-04 10:39:18,987 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}81f5375d51faa84d08c71016e89f424f4b8c1322" 2018-09-04 10:39:19,482 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10: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-e79a7564-b237-4d9c-acfb-aabf11bc71dc x-compute-request-id: req-e79a7564-b237-4d9c-acfb-aabf11bc71dc Content-Encoding: gzip Content-Length: 879 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/2ed64a1b-6e6e-4141-b127-28da795670c4", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/2ed64a1b-6e6e-4141-b127-28da795670c4", "rel": "bookmark"}], "image": {"id": "643311ef-6f8a-4fdb-afc3-f267f9fbd94e", "links": [{"href": "http://172.30.9.28:8774/images/643311ef-6f8a-4fdb-afc3-f267f9fbd94e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e8fdc5cd-0f28-49a4-82b8-8f939aea7ab9", "links": [{"href": "http://172.30.9.28:8774/flavors/e8fdc5cd-0f28-49a4-82b8-8f939aea7ab9", "rel": "bookmark"}]}, "id": "2ed64a1b-6e6e-4141-b127-28da795670c4", "security_groups": [{"name": "default"}], "user_id": "82120a4f51474158bdeb04bb7ea3a6b8", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-04T10:39:15Z", "hostId": "d74e979858fcee3ab50933129eeb86edda60086deeaf21d320de6c77", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_4c72e486-8686-4d13-9a22-c1b34edca007", "created": "2018-09-04T10:39:13Z", "tenant_id": "dd849fe9e11c435393e8fa6b997c6f1a", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_4c72e486-8686-4d13-9a22-c1b34edca007": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:be:ae:4a", "version": 4, "addr": "192.168.120.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/bd29cea3-a1f9-4395-b41f-4e072025e905", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/bd29cea3-a1f9-4395-b41f-4e072025e905", "rel": "bookmark"}], "image": {"id": "643311ef-6f8a-4fdb-afc3-f267f9fbd94e", "links": [{"href": "http://172.30.9.28:8774/images/643311ef-6f8a-4fdb-afc3-f267f9fbd94e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-04T10:39:10.000000", "flavor": {"id": "e8fdc5cd-0f28-49a4-82b8-8f939aea7ab9", "links": [{"href": "http://172.30.9.28:8774/flavors/e8fdc5cd-0f28-49a4-82b8-8f939aea7ab9", "rel": "bookmark"}]}, "id": "bd29cea3-a1f9-4395-b41f-4e072025e905", "security_groups": [{"name": "default"}], "user_id": "82120a4f51474158bdeb04bb7ea3a6b8", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-04T10:39:11Z", "hostId": "0014a18eadb253bf3488ebfe0c653efe9ed6b10a7a42b82ff2731f62", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_4c72e486-8686-4d13-9a22-c1b34edca007", "created": "2018-09-04T10:39:05Z", "tenant_id": "dd849fe9e11c435393e8fa6b997c6f1a", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-04 10:39:19,482 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-e79a7564-b237-4d9c-acfb-aabf11bc71dc 2018-09-04 10:39:19,482 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.498631000519s 2018-09-04 10:39:19,483 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-e79a7564-b237-4d9c-acfb-aabf11bc71dc 2018-09-04 10:39:19,488 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-04 10:39:21,490 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-04 10:39:21,494 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}81f5375d51faa84d08c71016e89f424f4b8c1322" 2018-09-04 10:39:21,930 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:39: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-a04bb8d5-03d7-4e92-8893-5d4d44860fed x-compute-request-id: req-a04bb8d5-03d7-4e92-8893-5d4d44860fed Content-Encoding: gzip Content-Length: 864 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_4c72e486-8686-4d13-9a22-c1b34edca007": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:46:1d:65", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/2ed64a1b-6e6e-4141-b127-28da795670c4", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/2ed64a1b-6e6e-4141-b127-28da795670c4", "rel": "bookmark"}], "image": {"id": "643311ef-6f8a-4fdb-afc3-f267f9fbd94e", "links": [{"href": "http://172.30.9.28:8774/images/643311ef-6f8a-4fdb-afc3-f267f9fbd94e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-04T10:39:19.000000", "flavor": {"id": "e8fdc5cd-0f28-49a4-82b8-8f939aea7ab9", "links": [{"href": "http://172.30.9.28:8774/flavors/e8fdc5cd-0f28-49a4-82b8-8f939aea7ab9", "rel": "bookmark"}]}, "id": "2ed64a1b-6e6e-4141-b127-28da795670c4", "security_groups": [{"name": "default"}], "user_id": "82120a4f51474158bdeb04bb7ea3a6b8", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-04T10:39:20Z", "hostId": "d74e979858fcee3ab50933129eeb86edda60086deeaf21d320de6c77", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_4c72e486-8686-4d13-9a22-c1b34edca007", "created": "2018-09-04T10:39:13Z", "tenant_id": "dd849fe9e11c435393e8fa6b997c6f1a", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_4c72e486-8686-4d13-9a22-c1b34edca007": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:be:ae:4a", "version": 4, "addr": "192.168.120.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/bd29cea3-a1f9-4395-b41f-4e072025e905", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/bd29cea3-a1f9-4395-b41f-4e072025e905", "rel": "bookmark"}], "image": {"id": "643311ef-6f8a-4fdb-afc3-f267f9fbd94e", "links": [{"href": "http://172.30.9.28:8774/images/643311ef-6f8a-4fdb-afc3-f267f9fbd94e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-04T10:39:10.000000", "flavor": {"id": "e8fdc5cd-0f28-49a4-82b8-8f939aea7ab9", "links": [{"href": "http://172.30.9.28:8774/flavors/e8fdc5cd-0f28-49a4-82b8-8f939aea7ab9", "rel": "bookmark"}]}, "id": "bd29cea3-a1f9-4395-b41f-4e072025e905", "security_groups": [{"name": "default"}], "user_id": "82120a4f51474158bdeb04bb7ea3a6b8", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-04T10:39:11Z", "hostId": "0014a18eadb253bf3488ebfe0c653efe9ed6b10a7a42b82ff2731f62", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_4c72e486-8686-4d13-9a22-c1b34edca007", "created": "2018-09-04T10:39:05Z", "tenant_id": "dd849fe9e11c435393e8fa6b997c6f1a", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-04 10:39:21,930 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-a04bb8d5-03d7-4e92-8893-5d4d44860fed 2018-09-04 10:39:21,930 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.439554929733s 2018-09-04 10:39:21,931 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-a04bb8d5-03d7-4e92-8893-5d4d44860fed 2018-09-04 10:39:21,936 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-09-04 10:39:21,936 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:9696/v2.0/ports.json?device_id=2ed64a1b-6e6e-4141-b127-28da795670c4" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}81f5375d51faa84d08c71016e89f424f4b8c1322" 2018-09-04 10:39:22,004 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 749 X-Openstack-Request-Id: req-8f60b7ce-081b-4b92-b954-c47f556b3f99 Date: Tue, 04 Sep 2018 10:39:22 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"334d4fff-29b1-48b7-8619-290986d1236a","tenant_id":"dd849fe9e11c435393e8fa6b997c6f1a","created_at":"2018-09-04T10:39:15Z","admin_state_up":true,"updated_at":"2018-09-04T10:39:16Z","binding:vnic_type":"normal","device_id":"2ed64a1b-6e6e-4141-b127-28da795670c4","device_owner":"compute:nova","revision_number":5,"mac_address":"fa:16:3e:46:1d:65","id":"bbb999fc-054d-40b8-9ac8-0f83205b27a4","port_security_enabled":true,"project_id":"dd849fe9e11c435393e8fa6b997c6f1a","fixed_ips":[{"subnet_id":"ed3e7e66-aa0f-4cf5-b483-5d4bc4e46d17","ip_address":"192.168.120.8"}],"extra_dhcp_opts":[],"security_groups":["28b5af70-f489-4ee2-ace7-033a2638f61f"],"name":""}]} 2018-09-04 10:39:22,004 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports.json?device_id=2ed64a1b-6e6e-4141-b127-28da795670c4 used request id req-8f60b7ce-081b-4b92-b954-c47f556b3f99 2018-09-04 10:39:22,005 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0687711238861s 2018-09-04 10:39:22,005 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports.json?device_id=2ed64a1b-6e6e-4141-b127-28da795670c4 used request id req-8f60b7ce-081b-4b92-b954-c47f556b3f99 2018-09-04 10:39:22,010 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-09-04 10:39:22,011 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:9696/v2.0/floatingips.json?port_id=bbb999fc-054d-40b8-9ac8-0f83205b27a4" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}81f5375d51faa84d08c71016e89f424f4b8c1322" 2018-09-04 10:39:22,028 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-0cb8c742-1b70-4789-8401-f06ffb792e45 Date: Tue, 04 Sep 2018 10:39:22 GMT RESP BODY: {"floatingips": []} 2018-09-04 10:39:22,028 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/floatingips.json?port_id=bbb999fc-054d-40b8-9ac8-0f83205b27a4 used request id req-0cb8c742-1b70-4789-8401-f06ffb792e45 2018-09-04 10:39:22,028 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0180439949036s 2018-09-04 10:39:22,029 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/floatingips.json?port_id=bbb999fc-054d-40b8-9ac8-0f83205b27a4 used request id req-0cb8c742-1b70-4789-8401-f06ffb792e45 2018-09-04 10:39:22,029 - functest.core.singlevm - DEBUG - vm: Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'vping_userdata-net_4c72e486-8686-4d13-9a22-c1b34edca007': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:46:1d:65', 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'643311ef-6f8a-4fdb-afc3-f267f9fbd94e'}), u'OS-EXT-AZ:availability_zone': u'nova', u'OS-EXT-STS:vm_state': u'active', u'OS-SRV-USG:launched_at': u'2018-09-04T10:39:19.000000', 'flavor': Munch({u'id': u'e8fdc5cd-0f28-49a4-82b8-8f939aea7ab9'}), 'az': u'nova', 'id': u'2ed64a1b-6e6e-4141-b127-28da795670c4', 'security_groups': [Munch({u'name': u'default'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'82120a4f51474158bdeb04bb7ea3a6b8', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'dd849fe9e11c435393e8fa6b997c6f1a', 'name': 'vping_userdata-project_4c72e486-8686-4d13-9a22-c1b34edca007', 'domain_name': 'Default'}), 'zone': u'nova', 'region_name': 'regionOne', 'cloud': 'envvars'}), 'power_state': 1, 'public_v4': '', 'progress': 0, u'OS-EXT-STS:power_state': 1, 'interface_ip': '', 'launched_at': u'2018-09-04T10:39:19.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-09-04T10:39:20Z', 'hostId': u'd74e979858fcee3ab50933129eeb86edda60086deeaf21d320de6c77', u'OS-SRV-USG:terminated_at': None, 'key_name': None, 'public_v6': '', 'private_v4': u'192.168.120.8', 'cloud': 'envvars', 'host_id': u'd74e979858fcee3ab50933129eeb86edda60086deeaf21d320de6c77', 'task_state': None, 'properties': Munch({u'OS-EXT-STS:task_state': None, u'OS-SRV-USG:terminated_at': None, u'OS-DCF:diskConfig': u'MANUAL', u'os-extended-volumes:volumes_attached': [], u'OS-EXT-STS:vm_state': u'active', u'OS-SRV-USG:launched_at': u'2018-09-04T10:39:19.000000', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'dd849fe9e11c435393e8fa6b997c6f1a', 'name': u'vping_userdata-vm2_4c72e486-8686-4d13-9a22-c1b34edca007', 'adminPass': u'anRUw8RWjin5', 'tenant_id': u'dd849fe9e11c435393e8fa6b997c6f1a', 'region': 'regionOne', 'created': u'2018-09-04T10:39:13Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u''}) 2018-09-04 10:39:22,030 - functest.opnfv_tests.openstack.vping.vping_userdata - INFO - Waiting for ping... 2018-09-04 10:39:23,031 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-04 10:39:23,034 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}81f5375d51faa84d08c71016e89f424f4b8c1322" 2018-09-04 10:39:23,405 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10: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-c16b4aab-2e6c-459e-96c7-4d9a8b2449d3 x-compute-request-id: req-c16b4aab-2e6c-459e-96c7-4d9a8b2449d3 Content-Encoding: gzip Content-Length: 864 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_4c72e486-8686-4d13-9a22-c1b34edca007": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:46:1d:65", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/2ed64a1b-6e6e-4141-b127-28da795670c4", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/2ed64a1b-6e6e-4141-b127-28da795670c4", "rel": "bookmark"}], "image": {"id": "643311ef-6f8a-4fdb-afc3-f267f9fbd94e", "links": [{"href": "http://172.30.9.28:8774/images/643311ef-6f8a-4fdb-afc3-f267f9fbd94e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-04T10:39:19.000000", "flavor": {"id": "e8fdc5cd-0f28-49a4-82b8-8f939aea7ab9", "links": [{"href": "http://172.30.9.28:8774/flavors/e8fdc5cd-0f28-49a4-82b8-8f939aea7ab9", "rel": "bookmark"}]}, "id": "2ed64a1b-6e6e-4141-b127-28da795670c4", "security_groups": [{"name": "default"}], "user_id": "82120a4f51474158bdeb04bb7ea3a6b8", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-04T10:39:20Z", "hostId": "d74e979858fcee3ab50933129eeb86edda60086deeaf21d320de6c77", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_4c72e486-8686-4d13-9a22-c1b34edca007", "created": "2018-09-04T10:39:13Z", "tenant_id": "dd849fe9e11c435393e8fa6b997c6f1a", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_4c72e486-8686-4d13-9a22-c1b34edca007": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:be:ae:4a", "version": 4, "addr": "192.168.120.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/bd29cea3-a1f9-4395-b41f-4e072025e905", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/bd29cea3-a1f9-4395-b41f-4e072025e905", "rel": "bookmark"}], "image": {"id": "643311ef-6f8a-4fdb-afc3-f267f9fbd94e", "links": [{"href": "http://172.30.9.28:8774/images/643311ef-6f8a-4fdb-afc3-f267f9fbd94e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-04T10:39:10.000000", "flavor": {"id": "e8fdc5cd-0f28-49a4-82b8-8f939aea7ab9", "links": [{"href": "http://172.30.9.28:8774/flavors/e8fdc5cd-0f28-49a4-82b8-8f939aea7ab9", "rel": "bookmark"}]}, "id": "bd29cea3-a1f9-4395-b41f-4e072025e905", "security_groups": [{"name": "default"}], "user_id": "82120a4f51474158bdeb04bb7ea3a6b8", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-04T10:39:11Z", "hostId": "0014a18eadb253bf3488ebfe0c653efe9ed6b10a7a42b82ff2731f62", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_4c72e486-8686-4d13-9a22-c1b34edca007", "created": "2018-09-04T10:39:05Z", "tenant_id": "dd849fe9e11c435393e8fa6b997c6f1a", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-04 10:39:23,405 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-c16b4aab-2e6c-459e-96c7-4d9a8b2449d3 2018-09-04 10:39:23,406 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.373795032501s 2018-09-04 10:39:23,406 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-c16b4aab-2e6c-459e-96c7-4d9a8b2449d3 2018-09-04 10:39:23,409 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-09-04 10:39:23,411 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/servers/2ed64a1b-6e6e-4141-b127-28da795670c4/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}81f5375d51faa84d08c71016e89f424f4b8c1322" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-04 10:39:24,502 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10: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-903a9960-3715-401e-b6f1-c0c60ea92453 x-compute-request-id: req-903a9960-3715-401e-b6f1-c0c60ea92453 Content-Encoding: gzip Content-Length: 7911 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 539758507 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 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.147728] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.149459] pid_max: default: 32768 minimum: 301\n[ 0.150561] ACPI: Core revision 20150930\n[ 0.152010] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.153664] Security Framework initialized\n[ 0.154766] Yama: becoming mindful.\n[ 0.155760] AppArmor: AppArmor initialized\n[ 0.156904] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.158702] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.160403] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.162034] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.163886] Initializing cgroup subsys io\n[ 0.164959] Initializing cgroup subsys memory\n[ 0.166093] Initializing cgroup subsys devices\n[ 0.167289] Initializing cgroup subsys freezer\n[ 0.168475] Initializing cgroup subsys net_cls\n[ 0.169630] Initializing cgroup subsys perf_event\n[ 0.170852] Initializing cgroup subsys net_prio\n[ 0.172062] Initializing cgroup subsys hugetlb\n[ 0.173233] Initializing cgroup subsys pids\n[ 0.174389] CPU: Physical Processor ID: 0\n[ 0.176175] mce: CPU supports 10 MCE banks\n[ 0.177291] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.178658] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.190943] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.197858] ftrace: allocating 31920 entries in 125 pages\n[ 0.224494] smpboot: Max logical packages: 1\n[ 0.225633] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.227412] x2apic enabled\n[ 0.228403] Switched APIC routing to physical x2apic.\n[ 0.230467] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.231970] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.234581] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.236931] KVM setup paravirtual spinlock\n[ 0.238484] x86: Booted up 1 node, 1 CPUs\n[ 0.239546] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.241350] devtmpfs: initialized\n[ 0.243262] evm: security.selinux\n[ 0.244171] evm: security.SMACK64\n[ 0.245073] evm: security.SMACK64EXEC\n[ 0.246052] evm: security.SMACK64TRANSMUTE\n[ 0.247114] evm: security.SMACK64MMAP\n[ 0.248080] evm: security.ima\n[ 0.248908] evm: security.capability\n[ 0.249936] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.252408] pinctrl core: initialized pinctrl subsystem\n[ 0.253832] RTC time: 10:39:19, date: 09/04/18\n[ 0.255076] NET: Registered protocol family 16\n[ 0.256346] cpuidle: using governor ladder\n[ 0.257437] cpuidle: using governor menu\n[ 0.258490] PCCT header not found.\n[ 0.259460] ACPI: bus type PCI registered\n[ 0.260522] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.262155] PCI: Using configuration type 1 for base access\n[ 0.264156] ACPI: Added _OSI(Module Device)\n[ 0.265171] ACPI: Added _OSI(Processor Device)\n[ 0.266216] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.267300] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.269611] ACPI: Interpreter enabled\n[ 0.270547] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.272410] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.275124] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.277831] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.280674] ACPI: (supports S0 S5)\n[ 0.281704] ACPI: Using IOAPIC for interrupt routing\n[ 0.283134] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.287130] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.288843] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.290735] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.292564] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.295817] acpiphp: Slot [3] registered\n[ 0.296971] acpiphp: Slot [4] registered\n[ 0.298162] acpiphp: Slot [5] registered\n[ 0.299337] acpiphp: Slot [6] registered\n[ 0.300509] acpiphp: Slot [7] registered\n[ 0.301638] acpiphp: Slot [8] registered\n[ 0.302765] acpiphp: Slot [9] registered\n[ 0.303936] acpiphp: Slot [10] registered\n[ 0.305096] acpiphp: Slot [11] registered\n[ 0.306293] acpiphp: Slot [12] registered\n[ 0.307446] acpiphp: Slot [13] registered\n[ 0.308605] acpiphp: Slot [14] registered\n[ 0.309772] acpiphp: Slot [15] registered\n[ 0.321008] acpiphp: Slot [16] registered\n[ 0.322095] acpiphp: Slot [17] registered\n[ 0.323171] acpiphp: Slot [18] registered\n[ 0.324312] acpiphp: Slot [19] registered\n[ 0.325476] acpiphp: Slot [20] registered\n[ 0.326652] acpiphp: Slot [21] registered\n[ 0.327744] acpiphp: Slot [22] registered\n[ 0.328874] acpiphp: Slot [23] registered\n[ 0.330200] acpiphp: Slot [24] registered\n[ 0.331006] acpiphp: Slot [25] registered\n[ 0.331919] acpiphp: Slot [26] registered\n[ 0.332955] acpiphp: Slot [27] registered\n[ 0.333858] acpiphp: Slot [28] registered\n[ 0.334669] acpiphp: Slot [29] registered\n[ 0.335553] acpiphp: Slot [30] registered\n[ 0.336370] acpiphp: Slot [31] registered\n[ 0.337413] PCI host bridge to bus 0000:00\n[ 0.338468] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.339914] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.341111] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.342537] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.343972] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.350320] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.351592] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.352752] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.354003] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.360565] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.362270] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.410380] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.411853] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.413257] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.414652] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.416943] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.418182] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.419325] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.420562] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.422585] vgaarb: loaded\n[ 0.423345] vgaarb: bridge control possible 0000:00:02.0\n[ 0.424811] SCSI subsystem initialized\n[ 0.425847] ACPI: bus type USB registered\n[ 0.426720] usbcore: registered new interface driver usbfs\n[ 0.427818] usbcore: registered new interface driver hub\n[ 0.428814] usbcore: registered new device driver usb\n[ 0.429864] PCI: Using ACPI for IRQ routing\n[ 0.430898] NetLabel: Initializing\n[ 0.431613] NetLabel: domain hash size = 128\n[ 0.432462] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.433410] NetLabel: unlabeled traffic allowed by default\n[ 0.434505] clocksource: Switched to clocksource kvm-clock\n[ 0.440184] AppArmor: AppArmor Filesystem Enabled\n[ 0.441150] pnp: PnP ACPI init\n[ 0.442434] pnp: PnP ACPI: found 5 devices\n[ 0.449225] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.451918] NET: Registered protocol family 2\n[ 0.453400] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.455468] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.457299] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.459066] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.460754] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.462521] NET: Registered protocol family 1\n[ 0.463835] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.465523] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.467148] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.483937] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.498291] Trying to unpack rootfs image as initramfs...\n[ 0.548579] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.564780] Scanning for low memory corruption every 60 seconds\n[ 0.567357] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.569184] audit: initializing netlink subsys (disabled)\n[ 0.570813] audit: type=2000 audit(1536057560.761:1): initialized\n[ 0.572786] Initialise system trusted keyring\n[ 0.574171] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.576036] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.578716] zbud: loaded\n[ 0.579698] VFS: Disk quotas dquot_6.6.0\n[ 0.580971] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.583243] fuse init (API version 7.23)\n[ 0.584323] Key type big_key registered\n[ 0.585129] Allocating IMA MOK and blacklist keyrings.\n[ 0.586258] Key type asymmetric registered\n[ 0.587098] Asymmetric key parser 'x509' registered\n[ 0.588067] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.589922] io scheduler noop registered\n[ 0.590753] io scheduler deadline registered (default)\n[ 0.591763] io scheduler cfq registered\n[ 0.592625] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.593688] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.594990] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.596474] ACPI: Power Button [PWRF]\n[ 0.597329] GHES: HEST is not enabled!\n[ 0.610901] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.639566] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.642193] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.665959] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.668108] Linux agpgart interface v0.103\n[ 0.670125] brd: module loaded\n[ 0.671341] loop: module loaded\n[ 0.931649] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.933134] GPT:90111 != 2097151\n[ 0.933806] GPT:Alternate GPT header not at the end of the disk.\n[ 0.934888] GPT:90111 != 2097151\n[ 0.935564] GPT: Use GNU Parted to correct GPT errors.\n[ 0.936516] vda: vda1 vda15\n[ 0.938085] scsi host0: ata_piix\n[ 0.938833] scsi host1: ata_piix\n[ 0.939532] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.940727] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.942159] libphy: Fixed MDIO Bus: probed\n[ 0.942979] tun: Universal TUN/TAP device driver, 1.6\n[ 0.943911] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.946228] PPP generic driver version 2.4.2\n[ 0.947312] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.948690] ehci-pci: EHCI PCI platform driver\n[ 0.949626] ehci-platform: EHCI generic platform driver\n[ 0.950676] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.951984] ohci-pci: OHCI PCI platform driver\n[ 0.952891] ohci-platform: OHCI generic platform driver\n[ 0.953921] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.968597] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.969672] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.971215] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.972277] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.973486] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.974774] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.976265] usb usb1: Product: UHCI Host Controller\n[ 0.977235] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.978403] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.979384] hub 1-0:1.0: USB hub found\n[ 0.980183] hub 1-0:1.0: 2 ports detected\n[ 0.981116] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.983282] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.984260] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.985307] mousedev: PS/2 mouse device common for all mice\n[ 0.986795] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.988723] rtc_cmos 00:00: RTC can wake from S4\n[ 0.989855] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.991122] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.992384] i2c /dev entries driver\n[ 0.993163] device-mapper: uevent: version 1.0.3\n[ 0.994123] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.995801] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.997131] NET: Registered protocol family 10\n[ 0.998269] NET: Registered protocol family 17\n[ 0.999198] Key type dns_resolver registered\n[ 1.000158] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 1.001293] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 1.003092] registered taskstats version 1\n[ 1.003947] Loading compiled-in X.509 certificates\n[ 1.005406] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 1.007312] zswap: loaded using pool lzo/zbud\n[ 1.009200] Key type trusted registered\n[ 1.010916] Key type encrypted registered\n[ 1.011770] AppArmor: AppArmor sha1 policy hashing enabled\n[ 1.012825] ima: No TPM chip found, activating TPM-bypass!\n[ 1.013880] evm: HMAC attrs: 0x1\n[ 1.014863] Magic number: 2:510:678\n[ 1.015756] rtc_cmos 00:00: setting system clock to 2018-09-04 10:39:20 UTC (1536057560)\n[ 1.017489] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 1.018704] EDD information not available.\n[ 1.099519] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 1.101149] Write protecting the kernel read-only data: 14336k\n[ 1.113074] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 1.114971] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.92\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module 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[ 1.157491] 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 2.48\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found 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 2.57. 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\n"} 2018-09-04 10:39:24,503 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/2ed64a1b-6e6e-4141-b127-28da795670c4/action used request id req-903a9960-3715-401e-b6f1-c0c60ea92453 2018-09-04 10:39:24,503 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.09398007393s 2018-09-04 10:39:24,504 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/2ed64a1b-6e6e-4141-b127-28da795670c4/action used request id req-903a9960-3715-401e-b6f1-c0c60ea92453 2018-09-04 10:39:24,504 - 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 539758507 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.147728] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.149459] pid_max: default: 32768 minimum: 301 [ 0.150561] ACPI: Core revision 20150930 [ 0.152010] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.153664] Security Framework initialized [ 0.154766] Yama: becoming mindful. [ 0.155760] AppArmor: AppArmor initialized [ 0.156904] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.158702] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.160403] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.162034] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.163886] Initializing cgroup subsys io [ 0.164959] Initializing cgroup subsys memory [ 0.166093] Initializing cgroup subsys devices [ 0.167289] Initializing cgroup subsys freezer [ 0.168475] Initializing cgroup subsys net_cls [ 0.169630] Initializing cgroup subsys perf_event [ 0.170852] Initializing cgroup subsys net_prio [ 0.172062] Initializing cgroup subsys hugetlb [ 0.173233] Initializing cgroup subsys pids [ 0.174389] CPU: Physical Processor ID: 0 [ 0.176175] mce: CPU supports 10 MCE banks [ 0.177291] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.178658] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.190943] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.197858] ftrace: allocating 31920 entries in 125 pages [ 0.224494] smpboot: Max logical packages: 1 [ 0.225633] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.227412] x2apic enabled [ 0.228403] Switched APIC routing to physical x2apic. [ 0.230467] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.231970] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.234581] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.236931] KVM setup paravirtual spinlock [ 0.238484] x86: Booted up 1 node, 1 CPUs [ 0.239546] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.241350] devtmpfs: initialized [ 0.243262] evm: security.selinux [ 0.244171] evm: security.SMACK64 [ 0.245073] evm: security.SMACK64EXEC [ 0.246052] evm: security.SMACK64TRANSMUTE [ 0.247114] evm: security.SMACK64MMAP [ 0.248080] evm: security.ima [ 0.248908] evm: security.capability [ 0.249936] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.252408] pinctrl core: initialized pinctrl subsystem [ 0.253832] RTC time: 10:39:19, date: 09/04/18 [ 0.255076] NET: Registered protocol family 16 [ 0.256346] cpuidle: using governor ladder [ 0.257437] cpuidle: using governor menu [ 0.258490] PCCT header not found. [ 0.259460] ACPI: bus type PCI registered [ 0.260522] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.262155] PCI: Using configuration type 1 for base access [ 0.264156] ACPI: Added _OSI(Module Device) [ 0.265171] ACPI: Added _OSI(Processor Device) [ 0.266216] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.267300] ACPI: Added _OSI(Processor Aggregator Device) [ 0.269611] ACPI: Interpreter enabled [ 0.270547] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.272410] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.275124] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.277831] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.280674] ACPI: (supports S0 S5) [ 0.281704] ACPI: Using IOAPIC for interrupt routing [ 0.283134] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.287130] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.288843] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.290735] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.292564] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.295817] acpiphp: Slot [3] registered [ 0.296971] acpiphp: Slot [4] registered [ 0.298162] acpiphp: Slot [5] registered [ 0.299337] acpiphp: Slot [6] registered [ 0.300509] acpiphp: Slot [7] registered [ 0.301638] acpiphp: Slot [8] registered [ 0.302765] acpiphp: Slot [9] registered [ 0.303936] acpiphp: Slot [10] registered [ 0.305096] acpiphp: Slot [11] registered [ 0.306293] acpiphp: Slot [12] registered [ 0.307446] acpiphp: Slot [13] registered [ 0.308605] acpiphp: Slot [14] registered [ 0.309772] acpiphp: Slot [15] registered [ 0.321008] acpiphp: Slot [16] registered [ 0.322095] acpiphp: Slot [17] registered [ 0.323171] acpiphp: Slot [18] registered [ 0.324312] acpiphp: Slot [19] registered [ 0.325476] acpiphp: Slot [20] registered [ 0.326652] acpiphp: Slot [21] registered [ 0.327744] acpiphp: Slot [22] registered [ 0.328874] acpiphp: Slot [23] registered [ 0.330200] acpiphp: Slot [24] registered [ 0.331006] acpiphp: Slot [25] registered [ 0.331919] acpiphp: Slot [26] registered [ 0.332955] acpiphp: Slot [27] registered [ 0.333858] acpiphp: Slot [28] registered [ 0.334669] acpiphp: Slot [29] registered [ 0.335553] acpiphp: Slot [30] registered [ 0.336370] acpiphp: Slot [31] registered [ 0.337413] PCI host bridge to bus 0000:00 [ 0.338468] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.339914] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.341111] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.342537] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.343972] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.350320] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.351592] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.352752] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.354003] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.360565] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.362270] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.410380] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.411853] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.413257] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.414652] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.416943] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.418182] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.419325] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.420562] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.422585] vgaarb: loaded [ 0.423345] vgaarb: bridge control possible 0000:00:02.0 [ 0.424811] SCSI subsystem initialized [ 0.425847] ACPI: bus type USB registered [ 0.426720] usbcore: registered new interface driver usbfs [ 0.427818] usbcore: registered new interface driver hub [ 0.428814] usbcore: registered new device driver usb [ 0.429864] PCI: Using ACPI for IRQ routing [ 0.430898] NetLabel: Initializing [ 0.431613] NetLabel: domain hash size = 128 [ 0.432462] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.433410] NetLabel: unlabeled traffic allowed by default [ 0.434505] clocksource: Switched to clocksource kvm-clock [ 0.440184] AppArmor: AppArmor Filesystem Enabled [ 0.441150] pnp: PnP ACPI init [ 0.442434] pnp: PnP ACPI: found 5 devices [ 0.449225] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.451918] NET: Registered protocol family 2 [ 0.453400] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.455468] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.457299] TCP: Hash tables configured (established 4096 bind 4096) [ 0.459066] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.460754] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.462521] NET: Registered protocol family 1 [ 0.463835] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.465523] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.467148] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.483937] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.498291] Trying to unpack rootfs image as initramfs... [ 0.548579] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.564780] Scanning for low memory corruption every 60 seconds [ 0.567357] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.569184] audit: initializing netlink subsys (disabled) [ 0.570813] audit: type=2000 audit(1536057560.761:1): initialized [ 0.572786] Initialise system trusted keyring [ 0.574171] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.576036] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.578716] zbud: loaded [ 0.579698] VFS: Disk quotas dquot_6.6.0 [ 0.580971] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.583243] fuse init (API version 7.23) [ 0.584323] Key type big_key registered [ 0.585129] Allocating IMA MOK and blacklist keyrings. [ 0.586258] Key type asymmetric registered [ 0.587098] Asymmetric key parser 'x509' registered [ 0.588067] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.589922] io scheduler noop registered [ 0.590753] io scheduler deadline registered (default) [ 0.591763] io scheduler cfq registered [ 0.592625] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.593688] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.594990] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.596474] ACPI: Power Button [PWRF] [ 0.597329] GHES: HEST is not enabled! [ 0.610901] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.639566] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.642193] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.665959] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.668108] Linux agpgart interface v0.103 [ 0.670125] brd: module loaded [ 0.671341] loop: module loaded [ 0.931649] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.933134] GPT:90111 != 2097151 [ 0.933806] GPT:Alternate GPT header not at the end of the disk. [ 0.934888] GPT:90111 != 2097151 [ 0.935564] GPT: Use GNU Parted to correct GPT errors. [ 0.936516] vda: vda1 vda15 [ 0.938085] scsi host0: ata_piix [ 0.938833] scsi host1: ata_piix [ 0.939532] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.940727] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.942159] libphy: Fixed MDIO Bus: probed [ 0.942979] tun: Universal TUN/TAP device driver, 1.6 [ 0.943911] tun: (C) 1999-2004 Max Krasnyansky [ 0.946228] PPP generic driver version 2.4.2 [ 0.947312] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.948690] ehci-pci: EHCI PCI platform driver [ 0.949626] ehci-platform: EHCI generic platform driver [ 0.950676] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.951984] ohci-pci: OHCI PCI platform driver [ 0.952891] ohci-platform: OHCI generic platform driver [ 0.953921] uhci_hcd: USB Universal Host Controller Interface driver [ 0.968597] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.969672] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.971215] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.972277] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.973486] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.974774] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.976265] usb usb1: Product: UHCI Host Controller [ 0.977235] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.978403] usb usb1: SerialNumber: 0000:00:01.2 [ 0.979384] hub 1-0:1.0: USB hub found [ 0.980183] hub 1-0:1.0: 2 ports detected [ 0.981116] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.983282] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.984260] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.985307] mousedev: PS/2 mouse device common for all mice [ 0.986795] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.988723] rtc_cmos 00:00: RTC can wake from S4 [ 0.989855] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.991122] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.992384] i2c /dev entries driver [ 0.993163] device-mapper: uevent: version 1.0.3 [ 0.994123] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.995801] ledtrig-cpu: registered to indicate activity on CPUs [ 0.997131] NET: Registered protocol family 10 [ 0.998269] NET: Registered protocol family 17 [ 0.999198] Key type dns_resolver registered [ 1.000158] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 1.001293] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 1.003092] registered taskstats version 1 [ 1.003947] Loading compiled-in X.509 certificates [ 1.005406] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 1.007312] zswap: loaded using pool lzo/zbud [ 1.009200] Key type trusted registered [ 1.010916] Key type encrypted registered [ 1.011770] AppArmor: AppArmor sha1 policy hashing enabled [ 1.012825] ima: No TPM chip found, activating TPM-bypass! [ 1.013880] evm: HMAC attrs: 0x1 [ 1.014863] Magic number: 2:510:678 [ 1.015756] rtc_cmos 00:00: setting system clock to 2018-09-04 10:39:20 UTC (1536057560) [ 1.017489] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 1.018704] EDD information not available. [ 1.099519] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 1.101149] Write protecting the kernel read-only data: 14336k [ 1.113074] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 1.114971] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.92 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 [ 1.157491] 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 2.48 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 2.57. 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 2018-09-04 10:39:24,505 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - Pinging 192.168.120.14. Waiting for response... 2018-09-04 10:39:25,507 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-04 10:39:25,511 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}81f5375d51faa84d08c71016e89f424f4b8c1322" 2018-09-04 10:39:26,353 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10: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-45ff1d6b-7016-4bb9-ae67-8b5fb8fbe67b x-compute-request-id: req-45ff1d6b-7016-4bb9-ae67-8b5fb8fbe67b Content-Encoding: gzip Content-Length: 864 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_4c72e486-8686-4d13-9a22-c1b34edca007": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:46:1d:65", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/2ed64a1b-6e6e-4141-b127-28da795670c4", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/2ed64a1b-6e6e-4141-b127-28da795670c4", "rel": "bookmark"}], "image": {"id": "643311ef-6f8a-4fdb-afc3-f267f9fbd94e", "links": [{"href": "http://172.30.9.28:8774/images/643311ef-6f8a-4fdb-afc3-f267f9fbd94e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-04T10:39:19.000000", "flavor": {"id": "e8fdc5cd-0f28-49a4-82b8-8f939aea7ab9", "links": [{"href": "http://172.30.9.28:8774/flavors/e8fdc5cd-0f28-49a4-82b8-8f939aea7ab9", "rel": "bookmark"}]}, "id": "2ed64a1b-6e6e-4141-b127-28da795670c4", "security_groups": [{"name": "default"}], "user_id": "82120a4f51474158bdeb04bb7ea3a6b8", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-04T10:39:20Z", "hostId": "d74e979858fcee3ab50933129eeb86edda60086deeaf21d320de6c77", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_4c72e486-8686-4d13-9a22-c1b34edca007", "created": "2018-09-04T10:39:13Z", "tenant_id": "dd849fe9e11c435393e8fa6b997c6f1a", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_4c72e486-8686-4d13-9a22-c1b34edca007": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:be:ae:4a", "version": 4, "addr": "192.168.120.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/bd29cea3-a1f9-4395-b41f-4e072025e905", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/bd29cea3-a1f9-4395-b41f-4e072025e905", "rel": "bookmark"}], "image": {"id": "643311ef-6f8a-4fdb-afc3-f267f9fbd94e", "links": [{"href": "http://172.30.9.28:8774/images/643311ef-6f8a-4fdb-afc3-f267f9fbd94e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-04T10:39:10.000000", "flavor": {"id": "e8fdc5cd-0f28-49a4-82b8-8f939aea7ab9", "links": [{"href": "http://172.30.9.28:8774/flavors/e8fdc5cd-0f28-49a4-82b8-8f939aea7ab9", "rel": "bookmark"}]}, "id": "bd29cea3-a1f9-4395-b41f-4e072025e905", "security_groups": [{"name": "default"}], "user_id": "82120a4f51474158bdeb04bb7ea3a6b8", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-04T10:39:11Z", "hostId": "0014a18eadb253bf3488ebfe0c653efe9ed6b10a7a42b82ff2731f62", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_4c72e486-8686-4d13-9a22-c1b34edca007", "created": "2018-09-04T10:39:05Z", "tenant_id": "dd849fe9e11c435393e8fa6b997c6f1a", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-04 10:39:26,353 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-45ff1d6b-7016-4bb9-ae67-8b5fb8fbe67b 2018-09-04 10:39:26,353 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.846013069153s 2018-09-04 10:39:26,354 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-45ff1d6b-7016-4bb9-ae67-8b5fb8fbe67b 2018-09-04 10:39:26,356 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-09-04 10:39:26,359 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/servers/2ed64a1b-6e6e-4141-b127-28da795670c4/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}81f5375d51faa84d08c71016e89f424f4b8c1322" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-04 10:39:27,460 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:39:26 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-e0dbcd05-8620-4875-b103-5981b8704902 x-compute-request-id: req-e0dbcd05-8620-4875-b103-5981b8704902 Content-Encoding: gzip Content-Length: 9389 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 539758507 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 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.147728] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.149459] pid_max: default: 32768 minimum: 301\n[ 0.150561] ACPI: Core revision 20150930\n[ 0.152010] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.153664] Security Framework initialized\n[ 0.154766] Yama: becoming mindful.\n[ 0.155760] AppArmor: AppArmor initialized\n[ 0.156904] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.158702] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.160403] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.162034] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.163886] Initializing cgroup subsys io\n[ 0.164959] Initializing cgroup subsys memory\n[ 0.166093] Initializing cgroup subsys devices\n[ 0.167289] Initializing cgroup subsys freezer\n[ 0.168475] Initializing cgroup subsys net_cls\n[ 0.169630] Initializing cgroup subsys perf_event\n[ 0.170852] Initializing cgroup subsys net_prio\n[ 0.172062] Initializing cgroup subsys hugetlb\n[ 0.173233] Initializing cgroup subsys pids\n[ 0.174389] CPU: Physical Processor ID: 0\n[ 0.176175] mce: CPU supports 10 MCE banks\n[ 0.177291] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.178658] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.190943] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.197858] ftrace: allocating 31920 entries in 125 pages\n[ 0.224494] smpboot: Max logical packages: 1\n[ 0.225633] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.227412] x2apic enabled\n[ 0.228403] Switched APIC routing to physical x2apic.\n[ 0.230467] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.231970] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.234581] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.236931] KVM setup paravirtual spinlock\n[ 0.238484] x86: Booted up 1 node, 1 CPUs\n[ 0.239546] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.241350] devtmpfs: initialized\n[ 0.243262] evm: security.selinux\n[ 0.244171] evm: security.SMACK64\n[ 0.245073] evm: security.SMACK64EXEC\n[ 0.246052] evm: security.SMACK64TRANSMUTE\n[ 0.247114] evm: security.SMACK64MMAP\n[ 0.248080] evm: security.ima\n[ 0.248908] evm: security.capability\n[ 0.249936] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.252408] pinctrl core: initialized pinctrl subsystem\n[ 0.253832] RTC time: 10:39:19, date: 09/04/18\n[ 0.255076] NET: Registered protocol family 16\n[ 0.256346] cpuidle: using governor ladder\n[ 0.257437] cpuidle: using governor menu\n[ 0.258490] PCCT header not found.\n[ 0.259460] ACPI: bus type PCI registered\n[ 0.260522] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.262155] PCI: Using configuration type 1 for base access\n[ 0.264156] ACPI: Added _OSI(Module Device)\n[ 0.265171] ACPI: Added _OSI(Processor Device)\n[ 0.266216] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.267300] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.269611] ACPI: Interpreter enabled\n[ 0.270547] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.272410] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.275124] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.277831] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.280674] ACPI: (supports S0 S5)\n[ 0.281704] ACPI: Using IOAPIC for interrupt routing\n[ 0.283134] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.287130] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.288843] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.290735] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.292564] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.295817] acpiphp: Slot [3] registered\n[ 0.296971] acpiphp: Slot [4] registered\n[ 0.298162] acpiphp: Slot [5] registered\n[ 0.299337] acpiphp: Slot [6] registered\n[ 0.300509] acpiphp: Slot [7] registered\n[ 0.301638] acpiphp: Slot [8] registered\n[ 0.302765] acpiphp: Slot [9] registered\n[ 0.303936] acpiphp: Slot [10] registered\n[ 0.305096] acpiphp: Slot [11] registered\n[ 0.306293] acpiphp: Slot [12] registered\n[ 0.307446] acpiphp: Slot [13] registered\n[ 0.308605] acpiphp: Slot [14] registered\n[ 0.309772] acpiphp: Slot [15] registered\n[ 0.321008] acpiphp: Slot [16] registered\n[ 0.322095] acpiphp: Slot [17] registered\n[ 0.323171] acpiphp: Slot [18] registered\n[ 0.324312] acpiphp: Slot [19] registered\n[ 0.325476] acpiphp: Slot [20] registered\n[ 0.326652] acpiphp: Slot [21] registered\n[ 0.327744] acpiphp: Slot [22] registered\n[ 0.328874] acpiphp: Slot [23] registered\n[ 0.330200] acpiphp: Slot [24] registered\n[ 0.331006] acpiphp: Slot [25] registered\n[ 0.331919] acpiphp: Slot [26] registered\n[ 0.332955] acpiphp: Slot [27] registered\n[ 0.333858] acpiphp: Slot [28] registered\n[ 0.334669] acpiphp: Slot [29] registered\n[ 0.335553] acpiphp: Slot [30] registered\n[ 0.336370] acpiphp: Slot [31] registered\n[ 0.337413] PCI host bridge to bus 0000:00\n[ 0.338468] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.339914] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.341111] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.342537] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.343972] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.350320] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.351592] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.352752] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.354003] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.360565] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.362270] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.410380] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.411853] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.413257] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.414652] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.416943] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.418182] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.419325] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.420562] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.422585] vgaarb: loaded\n[ 0.423345] vgaarb: bridge control possible 0000:00:02.0\n[ 0.424811] SCSI subsystem initialized\n[ 0.425847] ACPI: bus type USB registered\n[ 0.426720] usbcore: registered new interface driver usbfs\n[ 0.427818] usbcore: registered new interface driver hub\n[ 0.428814] usbcore: registered new device driver usb\n[ 0.429864] PCI: Using ACPI for IRQ routing\n[ 0.430898] NetLabel: Initializing\n[ 0.431613] NetLabel: domain hash size = 128\n[ 0.432462] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.433410] NetLabel: unlabeled traffic allowed by default\n[ 0.434505] clocksource: Switched to clocksource kvm-clock\n[ 0.440184] AppArmor: AppArmor Filesystem Enabled\n[ 0.441150] pnp: PnP ACPI init\n[ 0.442434] pnp: PnP ACPI: found 5 devices\n[ 0.449225] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.451918] NET: Registered protocol family 2\n[ 0.453400] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.455468] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.457299] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.459066] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.460754] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.462521] NET: Registered protocol family 1\n[ 0.463835] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.465523] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.467148] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.483937] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.498291] Trying to unpack rootfs image as initramfs...\n[ 0.548579] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.564780] Scanning for low memory corruption every 60 seconds\n[ 0.567357] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.569184] audit: initializing netlink subsys (disabled)\n[ 0.570813] audit: type=2000 audit(1536057560.761:1): initialized\n[ 0.572786] Initialise system trusted keyring\n[ 0.574171] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.576036] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.578716] zbud: loaded\n[ 0.579698] VFS: Disk quotas dquot_6.6.0\n[ 0.580971] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.583243] fuse init (API version 7.23)\n[ 0.584323] Key type big_key registered\n[ 0.585129] Allocating IMA MOK and blacklist keyrings.\n[ 0.586258] Key type asymmetric registered\n[ 0.587098] Asymmetric key parser 'x509' registered\n[ 0.588067] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.589922] io scheduler noop registered\n[ 0.590753] io scheduler deadline registered (default)\n[ 0.591763] io scheduler cfq registered\n[ 0.592625] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.593688] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.594990] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.596474] ACPI: Power Button [PWRF]\n[ 0.597329] GHES: HEST is not enabled!\n[ 0.610901] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.639566] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.642193] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.665959] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.668108] Linux agpgart interface v0.103\n[ 0.670125] brd: module loaded\n[ 0.671341] loop: module loaded\n[ 0.931649] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.933134] GPT:90111 != 2097151\n[ 0.933806] GPT:Alternate GPT header not at the end of the disk.\n[ 0.934888] GPT:90111 != 2097151\n[ 0.935564] GPT: Use GNU Parted to correct GPT errors.\n[ 0.936516] vda: vda1 vda15\n[ 0.938085] scsi host0: ata_piix\n[ 0.938833] scsi host1: ata_piix\n[ 0.939532] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.940727] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.942159] libphy: Fixed MDIO Bus: probed\n[ 0.942979] tun: Universal TUN/TAP device driver, 1.6\n[ 0.943911] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.946228] PPP generic driver version 2.4.2\n[ 0.947312] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.948690] ehci-pci: EHCI PCI platform driver\n[ 0.949626] ehci-platform: EHCI generic platform driver\n[ 0.950676] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.951984] ohci-pci: OHCI PCI platform driver\n[ 0.952891] ohci-platform: OHCI generic platform driver\n[ 0.953921] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.968597] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.969672] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.971215] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.972277] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.973486] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.974774] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.976265] usb usb1: Product: UHCI Host Controller\n[ 0.977235] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.978403] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.979384] hub 1-0:1.0: USB hub found\n[ 0.980183] hub 1-0:1.0: 2 ports detected\n[ 0.981116] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.983282] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.984260] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.985307] mousedev: PS/2 mouse device common for all mice\n[ 0.986795] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.988723] rtc_cmos 00:00: RTC can wake from S4\n[ 0.989855] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.991122] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.992384] i2c /dev entries driver\n[ 0.993163] device-mapper: uevent: version 1.0.3\n[ 0.994123] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.995801] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.997131] NET: Registered protocol family 10\n[ 0.998269] NET: Registered protocol family 17\n[ 0.999198] Key type dns_resolver registered\n[ 1.000158] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 1.001293] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 1.003092] registered taskstats version 1\n[ 1.003947] Loading compiled-in X.509 certificates\n[ 1.005406] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 1.007312] zswap: loaded using pool lzo/zbud\n[ 1.009200] Key type trusted registered\n[ 1.010916] Key type encrypted registered\n[ 1.011770] AppArmor: AppArmor sha1 policy hashing enabled\n[ 1.012825] ima: No TPM chip found, activating TPM-bypass!\n[ 1.013880] evm: HMAC attrs: 0x1\n[ 1.014863] Magic number: 2:510:678\n[ 1.015756] rtc_cmos 00:00: setting system clock to 2018-09-04 10:39:20 UTC (1536057560)\n[ 1.017489] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 1.018704] EDD information not available.\n[ 1.099519] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 1.101149] Write protecting the kernel read-only data: 14336k\n[ 1.113074] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 1.114971] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.92\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module 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[ 1.157491] 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 2.48\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found 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 2.57. 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.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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCDbpkiE1kWyBn7ZjOY8mRa8qMsromTZ826NrHw+4TQuUoihSp/n4hnKGQ7PKoNZcghJMnMY4bF+NqHwhxwGt/C614f6EF0kPp0IqMT8DgwXoAWPNyc8EqAGP7bmsEHAMr1Tgf+jU4iX8z99OV1FN44BXNBJ4Ic83Y8tSmdSse2DcEwz8Xxj3G0D0V9TP88TGDzFeVw3uMIWpE8DFc6+/DalUm6YUfjudjZwSg7Kf/N/YJ9Ymu68V7xBxc90zLEuQn0kGsu9dpS3xUVu953/Xu122cJy9xxN8MolxHcPHuvM42L2DMr0tr2I6dxWVJD77P3NV18TkjT9VjHQb9tx4BH root@vping-userdata-vm2-4c72e486-8686-4d13-9a22-c1b34edca007\nssh-dss AAAAB3NzaC1kc3MAAACBAMr3k/diTFAUToiqmZ6CoYBBoeytNB8LBtUlv+z3x0kTsflE6C/B6MpvaFJhmJ3r9YefukvkZdPOhSFTBD4B5MpQRcPWXjDHyl1zN2B+0ayYeT8Ep61Dc0zVtkS2qqstKXaKPof2RlKlEszKeRj9OyKaXjqwxYlc/KwbvXg+qdy9AAAAFQD4QKwD9tlfQIhqtpL2WezRsTdrqwAAAIEArPuCXjWb//ZhXFtyksonI+TnZ/6S0zTXjmaX3MdxjADTDrtecjvqlZeeJ6ky+i2luY27S8rxI9Nfu0dUVFcHbQ0up2/Be1GuF0YhtRUzy+wyzz0tW7Tna3sYvKIzneKYqtpbHhNgPy6ATduzSS5UNhPZ9WEwYeRiVdgKPlJ/+B0AAACAXUhqNrVuqY0E0i70u3ANrpd+AomgUg55piVJytuWh969b7mapIILkXtt5osBCWEtGnSS1KHjOsdYcaqutdW8mjDTLdTJxcKZJU3SrXy7r3qDDsyzYhaFgbTCYOUUnP/trBncMoMHfCPfYFXkVU3pnjHfyjxaXWYGp+R7PoZ2tcU= root@vping-userdata-vm2-4c72e486-8686-4d13-9a22-c1b34edca007\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:fe46:1d65/64,\nip-route:default via 192.168.120.1 dev eth0 \nip-route:169.254.169.254 via 192.168.120.3 dev eth0 \nip-route:192.168.120.0/24 dev eth0 src 192.168.120.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-4c72e486-8686-4d13-9a22-c1b34edca007\nlaunch-index: 0\n=== cirros: current=0.4.0 latest=0.4.0 uptime=6.22 ===\n"} 2018-09-04 10:39:27,461 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/2ed64a1b-6e6e-4141-b127-28da795670c4/action used request id req-e0dbcd05-8620-4875-b103-5981b8704902 2018-09-04 10:39:27,461 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.1047399044s 2018-09-04 10:39:27,462 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/2ed64a1b-6e6e-4141-b127-28da795670c4/action used request id req-e0dbcd05-8620-4875-b103-5981b8704902 2018-09-04 10:39:27,462 - 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 539758507 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.147728] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.149459] pid_max: default: 32768 minimum: 301 [ 0.150561] ACPI: Core revision 20150930 [ 0.152010] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.153664] Security Framework initialized [ 0.154766] Yama: becoming mindful. [ 0.155760] AppArmor: AppArmor initialized [ 0.156904] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.158702] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.160403] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.162034] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.163886] Initializing cgroup subsys io [ 0.164959] Initializing cgroup subsys memory [ 0.166093] Initializing cgroup subsys devices [ 0.167289] Initializing cgroup subsys freezer [ 0.168475] Initializing cgroup subsys net_cls [ 0.169630] Initializing cgroup subsys perf_event [ 0.170852] Initializing cgroup subsys net_prio [ 0.172062] Initializing cgroup subsys hugetlb [ 0.173233] Initializing cgroup subsys pids [ 0.174389] CPU: Physical Processor ID: 0 [ 0.176175] mce: CPU supports 10 MCE banks [ 0.177291] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.178658] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.190943] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.197858] ftrace: allocating 31920 entries in 125 pages [ 0.224494] smpboot: Max logical packages: 1 [ 0.225633] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.227412] x2apic enabled [ 0.228403] Switched APIC routing to physical x2apic. [ 0.230467] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.231970] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.234581] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.236931] KVM setup paravirtual spinlock [ 0.238484] x86: Booted up 1 node, 1 CPUs [ 0.239546] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.241350] devtmpfs: initialized [ 0.243262] evm: security.selinux [ 0.244171] evm: security.SMACK64 [ 0.245073] evm: security.SMACK64EXEC [ 0.246052] evm: security.SMACK64TRANSMUTE [ 0.247114] evm: security.SMACK64MMAP [ 0.248080] evm: security.ima [ 0.248908] evm: security.capability [ 0.249936] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.252408] pinctrl core: initialized pinctrl subsystem [ 0.253832] RTC time: 10:39:19, date: 09/04/18 [ 0.255076] NET: Registered protocol family 16 [ 0.256346] cpuidle: using governor ladder [ 0.257437] cpuidle: using governor menu [ 0.258490] PCCT header not found. [ 0.259460] ACPI: bus type PCI registered [ 0.260522] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.262155] PCI: Using configuration type 1 for base access [ 0.264156] ACPI: Added _OSI(Module Device) [ 0.265171] ACPI: Added _OSI(Processor Device) [ 0.266216] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.267300] ACPI: Added _OSI(Processor Aggregator Device) [ 0.269611] ACPI: Interpreter enabled [ 0.270547] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.272410] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.275124] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.277831] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.280674] ACPI: (supports S0 S5) [ 0.281704] ACPI: Using IOAPIC for interrupt routing [ 0.283134] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.287130] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.288843] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.290735] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.292564] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.295817] acpiphp: Slot [3] registered [ 0.296971] acpiphp: Slot [4] registered [ 0.298162] acpiphp: Slot [5] registered [ 0.299337] acpiphp: Slot [6] registered [ 0.300509] acpiphp: Slot [7] registered [ 0.301638] acpiphp: Slot [8] registered [ 0.302765] acpiphp: Slot [9] registered [ 0.303936] acpiphp: Slot [10] registered [ 0.305096] acpiphp: Slot [11] registered [ 0.306293] acpiphp: Slot [12] registered [ 0.307446] acpiphp: Slot [13] registered [ 0.308605] acpiphp: Slot [14] registered [ 0.309772] acpiphp: Slot [15] registered [ 0.321008] acpiphp: Slot [16] registered [ 0.322095] acpiphp: Slot [17] registered [ 0.323171] acpiphp: Slot [18] registered [ 0.324312] acpiphp: Slot [19] registered [ 0.325476] acpiphp: Slot [20] registered [ 0.326652] acpiphp: Slot [21] registered [ 0.327744] acpiphp: Slot [22] registered [ 0.328874] acpiphp: Slot [23] registered [ 0.330200] acpiphp: Slot [24] registered [ 0.331006] acpiphp: Slot [25] registered [ 0.331919] acpiphp: Slot [26] registered [ 0.332955] acpiphp: Slot [27] registered [ 0.333858] acpiphp: Slot [28] registered [ 0.334669] acpiphp: Slot [29] registered [ 0.335553] acpiphp: Slot [30] registered [ 0.336370] acpiphp: Slot [31] registered [ 0.337413] PCI host bridge to bus 0000:00 [ 0.338468] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.339914] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.341111] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.342537] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.343972] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.350320] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.351592] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.352752] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.354003] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.360565] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.362270] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.410380] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.411853] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.413257] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.414652] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.416943] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.418182] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.419325] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.420562] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.422585] vgaarb: loaded [ 0.423345] vgaarb: bridge control possible 0000:00:02.0 [ 0.424811] SCSI subsystem initialized [ 0.425847] ACPI: bus type USB registered [ 0.426720] usbcore: registered new interface driver usbfs [ 0.427818] usbcore: registered new interface driver hub [ 0.428814] usbcore: registered new device driver usb [ 0.429864] PCI: Using ACPI for IRQ routing [ 0.430898] NetLabel: Initializing [ 0.431613] NetLabel: domain hash size = 128 [ 0.432462] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.433410] NetLabel: unlabeled traffic allowed by default [ 0.434505] clocksource: Switched to clocksource kvm-clock [ 0.440184] AppArmor: AppArmor Filesystem Enabled [ 0.441150] pnp: PnP ACPI init [ 0.442434] pnp: PnP ACPI: found 5 devices [ 0.449225] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.451918] NET: Registered protocol family 2 [ 0.453400] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.455468] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.457299] TCP: Hash tables configured (established 4096 bind 4096) [ 0.459066] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.460754] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.462521] NET: Registered protocol family 1 [ 0.463835] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.465523] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.467148] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.483937] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.498291] Trying to unpack rootfs image as initramfs... [ 0.548579] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.564780] Scanning for low memory corruption every 60 seconds [ 0.567357] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.569184] audit: initializing netlink subsys (disabled) [ 0.570813] audit: type=2000 audit(1536057560.761:1): initialized [ 0.572786] Initialise system trusted keyring [ 0.574171] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.576036] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.578716] zbud: loaded [ 0.579698] VFS: Disk quotas dquot_6.6.0 [ 0.580971] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.583243] fuse init (API version 7.23) [ 0.584323] Key type big_key registered [ 0.585129] Allocating IMA MOK and blacklist keyrings. [ 0.586258] Key type asymmetric registered [ 0.587098] Asymmetric key parser 'x509' registered [ 0.588067] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.589922] io scheduler noop registered [ 0.590753] io scheduler deadline registered (default) [ 0.591763] io scheduler cfq registered [ 0.592625] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.593688] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.594990] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.596474] ACPI: Power Button [PWRF] [ 0.597329] GHES: HEST is not enabled! [ 0.610901] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.639566] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.642193] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.665959] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.668108] Linux agpgart interface v0.103 [ 0.670125] brd: module loaded [ 0.671341] loop: module loaded [ 0.931649] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.933134] GPT:90111 != 2097151 [ 0.933806] GPT:Alternate GPT header not at the end of the disk. [ 0.934888] GPT:90111 != 2097151 [ 0.935564] GPT: Use GNU Parted to correct GPT errors. [ 0.936516] vda: vda1 vda15 [ 0.938085] scsi host0: ata_piix [ 0.938833] scsi host1: ata_piix [ 0.939532] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.940727] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.942159] libphy: Fixed MDIO Bus: probed [ 0.942979] tun: Universal TUN/TAP device driver, 1.6 [ 0.943911] tun: (C) 1999-2004 Max Krasnyansky [ 0.946228] PPP generic driver version 2.4.2 [ 0.947312] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.948690] ehci-pci: EHCI PCI platform driver [ 0.949626] ehci-platform: EHCI generic platform driver [ 0.950676] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.951984] ohci-pci: OHCI PCI platform driver [ 0.952891] ohci-platform: OHCI generic platform driver [ 0.953921] uhci_hcd: USB Universal Host Controller Interface driver [ 0.968597] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.969672] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.971215] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.972277] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.973486] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.974774] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.976265] usb usb1: Product: UHCI Host Controller [ 0.977235] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.978403] usb usb1: SerialNumber: 0000:00:01.2 [ 0.979384] hub 1-0:1.0: USB hub found [ 0.980183] hub 1-0:1.0: 2 ports detected [ 0.981116] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.983282] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.984260] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.985307] mousedev: PS/2 mouse device common for all mice [ 0.986795] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.988723] rtc_cmos 00:00: RTC can wake from S4 [ 0.989855] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.991122] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.992384] i2c /dev entries driver [ 0.993163] device-mapper: uevent: version 1.0.3 [ 0.994123] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.995801] ledtrig-cpu: registered to indicate activity on CPUs [ 0.997131] NET: Registered protocol family 10 [ 0.998269] NET: Registered protocol family 17 [ 0.999198] Key type dns_resolver registered [ 1.000158] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 1.001293] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 1.003092] registered taskstats version 1 [ 1.003947] Loading compiled-in X.509 certificates [ 1.005406] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 1.007312] zswap: loaded using pool lzo/zbud [ 1.009200] Key type trusted registered [ 1.010916] Key type encrypted registered [ 1.011770] AppArmor: AppArmor sha1 policy hashing enabled [ 1.012825] ima: No TPM chip found, activating TPM-bypass! [ 1.013880] evm: HMAC attrs: 0x1 [ 1.014863] Magic number: 2:510:678 [ 1.015756] rtc_cmos 00:00: setting system clock to 2018-09-04 10:39:20 UTC (1536057560) [ 1.017489] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 1.018704] EDD information not available. [ 1.099519] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 1.101149] Write protecting the kernel read-only data: 14336k [ 1.113074] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 1.114971] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.92 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 [ 1.157491] 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 2.48 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 2.57. 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.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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCDbpkiE1kWyBn7ZjOY8mRa8qMsromTZ826NrHw+4TQuUoihSp/n4hnKGQ7PKoNZcghJMnMY4bF+NqHwhxwGt/C614f6EF0kPp0IqMT8DgwXoAWPNyc8EqAGP7bmsEHAMr1Tgf+jU4iX8z99OV1FN44BXNBJ4Ic83Y8tSmdSse2DcEwz8Xxj3G0D0V9TP88TGDzFeVw3uMIWpE8DFc6+/DalUm6YUfjudjZwSg7Kf/N/YJ9Ymu68V7xBxc90zLEuQn0kGsu9dpS3xUVu953/Xu122cJy9xxN8MolxHcPHuvM42L2DMr0tr2I6dxWVJD77P3NV18TkjT9VjHQb9tx4BH root@vping-userdata-vm2-4c72e486-8686-4d13-9a22-c1b34edca007 ssh-dss AAAAB3NzaC1kc3MAAACBAMr3k/diTFAUToiqmZ6CoYBBoeytNB8LBtUlv+z3x0kTsflE6C/B6MpvaFJhmJ3r9YefukvkZdPOhSFTBD4B5MpQRcPWXjDHyl1zN2B+0ayYeT8Ep61Dc0zVtkS2qqstKXaKPof2RlKlEszKeRj9OyKaXjqwxYlc/KwbvXg+qdy9AAAAFQD4QKwD9tlfQIhqtpL2WezRsTdrqwAAAIEArPuCXjWb//ZhXFtyksonI+TnZ/6S0zTXjmaX3MdxjADTDrtecjvqlZeeJ6ky+i2luY27S8rxI9Nfu0dUVFcHbQ0up2/Be1GuF0YhtRUzy+wyzz0tW7Tna3sYvKIzneKYqtpbHhNgPy6ATduzSS5UNhPZ9WEwYeRiVdgKPlJ/+B0AAACAXUhqNrVuqY0E0i70u3ANrpd+AomgUg55piVJytuWh969b7mapIILkXtt5osBCWEtGnSS1KHjOsdYcaqutdW8mjDTLdTJxcKZJU3SrXy7r3qDDsyzYhaFgbTCYOUUnP/trBncMoMHfCPfYFXkVU3pnjHfyjxaXWYGp+R7PoZ2tcU= root@vping-userdata-vm2-4c72e486-8686-4d13-9a22-c1b34edca007 -----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:fe46:1d65/64, ip-route:default via 192.168.120.1 dev eth0 ip-route:169.254.169.254 via 192.168.120.3 dev eth0 ip-route:192.168.120.0/24 dev eth0 src 192.168.120.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-4c72e486-8686-4d13-9a22-c1b34edca007 launch-index: 0 === cirros: current=0.4.0 latest=0.4.0 uptime=6.22 === 2018-09-04 10:39:27,464 - functest.opnfv_tests.openstack.vping.vping_userdata - INFO - vPing detected! 2018-09-04 10:39:27,569 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-09-04 10:39:27,569 - xtesting.ci.run_tests - INFO - Test result: +------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +------------------------+------------------+------------------+----------------+ | vping_userdata | functest | 00:33 | PASS | +------------------------+------------------+------------------+----------------+ 2018-09-04 10:39:27,574 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.servers 2018-09-04 10:39:27,577 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:8774/v2.1/servers/bd29cea3-a1f9-4395-b41f-4e072025e905 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}81f5375d51faa84d08c71016e89f424f4b8c1322" 2018-09-04 10:39:27,742 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 10: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 x-openstack-request-id: req-e1a9e8f5-1f0d-402a-93e0-1e86267c7b24 x-compute-request-id: req-e1a9e8f5-1f0d-402a-93e0-1e86267c7b24 Content-Type: application/json 2018-09-04 10:39:27,742 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/servers/bd29cea3-a1f9-4395-b41f-4e072025e905 used request id req-e1a9e8f5-1f0d-402a-93e0-1e86267c7b24 2018-09-04 10:39:27,743 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.servers in 0.167984962463s 2018-09-04 10:39:27,743 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/servers/bd29cea3-a1f9-4395-b41f-4e072025e905 used request id req-e1a9e8f5-1f0d-402a-93e0-1e86267c7b24 2018-09-04 10:39:27,743 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-04 10:39:27,746 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}81f5375d51faa84d08c71016e89f424f4b8c1322" 2018-09-04 10:39:28,276 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10: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-e0da5b23-c477-4052-af55-495a4080070c x-compute-request-id: req-e0da5b23-c477-4052-af55-495a4080070c Content-Encoding: gzip Content-Length: 873 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_4c72e486-8686-4d13-9a22-c1b34edca007": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:46:1d:65", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/2ed64a1b-6e6e-4141-b127-28da795670c4", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/2ed64a1b-6e6e-4141-b127-28da795670c4", "rel": "bookmark"}], "image": {"id": "643311ef-6f8a-4fdb-afc3-f267f9fbd94e", "links": [{"href": "http://172.30.9.28:8774/images/643311ef-6f8a-4fdb-afc3-f267f9fbd94e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-04T10:39:19.000000", "flavor": {"id": "e8fdc5cd-0f28-49a4-82b8-8f939aea7ab9", "links": [{"href": "http://172.30.9.28:8774/flavors/e8fdc5cd-0f28-49a4-82b8-8f939aea7ab9", "rel": "bookmark"}]}, "id": "2ed64a1b-6e6e-4141-b127-28da795670c4", "security_groups": [{"name": "default"}], "user_id": "82120a4f51474158bdeb04bb7ea3a6b8", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-04T10:39:20Z", "hostId": "d74e979858fcee3ab50933129eeb86edda60086deeaf21d320de6c77", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_4c72e486-8686-4d13-9a22-c1b34edca007", "created": "2018-09-04T10:39:13Z", "tenant_id": "dd849fe9e11c435393e8fa6b997c6f1a", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": "deleting", "addresses": {"vping_userdata-net_4c72e486-8686-4d13-9a22-c1b34edca007": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:be:ae:4a", "version": 4, "addr": "192.168.120.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/bd29cea3-a1f9-4395-b41f-4e072025e905", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/bd29cea3-a1f9-4395-b41f-4e072025e905", "rel": "bookmark"}], "image": {"id": "643311ef-6f8a-4fdb-afc3-f267f9fbd94e", "links": [{"href": "http://172.30.9.28:8774/images/643311ef-6f8a-4fdb-afc3-f267f9fbd94e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-04T10:39:10.000000", "flavor": {"id": "e8fdc5cd-0f28-49a4-82b8-8f939aea7ab9", "links": [{"href": "http://172.30.9.28:8774/flavors/e8fdc5cd-0f28-49a4-82b8-8f939aea7ab9", "rel": "bookmark"}]}, "id": "bd29cea3-a1f9-4395-b41f-4e072025e905", "security_groups": [{"name": "default"}], "user_id": "82120a4f51474158bdeb04bb7ea3a6b8", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-04T10:39:27Z", "hostId": "0014a18eadb253bf3488ebfe0c653efe9ed6b10a7a42b82ff2731f62", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_4c72e486-8686-4d13-9a22-c1b34edca007", "created": "2018-09-04T10:39:05Z", "tenant_id": "dd849fe9e11c435393e8fa6b997c6f1a", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-04 10:39:28,276 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-e0da5b23-c477-4052-af55-495a4080070c 2018-09-04 10:39:28,276 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.532932043076s 2018-09-04 10:39:28,277 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-e0da5b23-c477-4052-af55-495a4080070c 2018-09-04 10:39:28,279 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-04 10:39:30,282 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-04 10:39:30,285 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}81f5375d51faa84d08c71016e89f424f4b8c1322" 2018-09-04 10:39:30,948 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:39: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-823cc7e7-1c69-4f90-984f-2ddb86dcbfef x-compute-request-id: req-823cc7e7-1c69-4f90-984f-2ddb86dcbfef Content-Encoding: gzip Content-Length: 873 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_4c72e486-8686-4d13-9a22-c1b34edca007": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:46:1d:65", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/2ed64a1b-6e6e-4141-b127-28da795670c4", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/2ed64a1b-6e6e-4141-b127-28da795670c4", "rel": "bookmark"}], "image": {"id": "643311ef-6f8a-4fdb-afc3-f267f9fbd94e", "links": [{"href": "http://172.30.9.28:8774/images/643311ef-6f8a-4fdb-afc3-f267f9fbd94e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-04T10:39:19.000000", "flavor": {"id": "e8fdc5cd-0f28-49a4-82b8-8f939aea7ab9", "links": [{"href": "http://172.30.9.28:8774/flavors/e8fdc5cd-0f28-49a4-82b8-8f939aea7ab9", "rel": "bookmark"}]}, "id": "2ed64a1b-6e6e-4141-b127-28da795670c4", "security_groups": [{"name": "default"}], "user_id": "82120a4f51474158bdeb04bb7ea3a6b8", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-04T10:39:20Z", "hostId": "d74e979858fcee3ab50933129eeb86edda60086deeaf21d320de6c77", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_4c72e486-8686-4d13-9a22-c1b34edca007", "created": "2018-09-04T10:39:13Z", "tenant_id": "dd849fe9e11c435393e8fa6b997c6f1a", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": "deleting", "addresses": {"vping_userdata-net_4c72e486-8686-4d13-9a22-c1b34edca007": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:be:ae:4a", "version": 4, "addr": "192.168.120.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/bd29cea3-a1f9-4395-b41f-4e072025e905", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/bd29cea3-a1f9-4395-b41f-4e072025e905", "rel": "bookmark"}], "image": {"id": "643311ef-6f8a-4fdb-afc3-f267f9fbd94e", "links": [{"href": "http://172.30.9.28:8774/images/643311ef-6f8a-4fdb-afc3-f267f9fbd94e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-04T10:39:10.000000", "flavor": {"id": "e8fdc5cd-0f28-49a4-82b8-8f939aea7ab9", "links": [{"href": "http://172.30.9.28:8774/flavors/e8fdc5cd-0f28-49a4-82b8-8f939aea7ab9", "rel": "bookmark"}]}, "id": "bd29cea3-a1f9-4395-b41f-4e072025e905", "user_id": "82120a4f51474158bdeb04bb7ea3a6b8", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-04T10:39:29Z", "hostId": "0014a18eadb253bf3488ebfe0c653efe9ed6b10a7a42b82ff2731f62", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_4c72e486-8686-4d13-9a22-c1b34edca007", "created": "2018-09-04T10:39:05Z", "tenant_id": "dd849fe9e11c435393e8fa6b997c6f1a", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-04 10:39:30,948 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-823cc7e7-1c69-4f90-984f-2ddb86dcbfef 2018-09-04 10:39:30,948 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.666165113449s 2018-09-04 10:39:30,949 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-823cc7e7-1c69-4f90-984f-2ddb86dcbfef 2018-09-04 10:39:30,951 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-04 10:39:32,954 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-04 10:39:32,956 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}81f5375d51faa84d08c71016e89f424f4b8c1322" 2018-09-04 10:39:33,624 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:39: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-912b89f5-3b1b-4dbd-95be-11e48eb58600 x-compute-request-id: req-912b89f5-3b1b-4dbd-95be-11e48eb58600 Content-Encoding: gzip Content-Length: 745 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_4c72e486-8686-4d13-9a22-c1b34edca007": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:46:1d:65", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/2ed64a1b-6e6e-4141-b127-28da795670c4", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/2ed64a1b-6e6e-4141-b127-28da795670c4", "rel": "bookmark"}], "image": {"id": "643311ef-6f8a-4fdb-afc3-f267f9fbd94e", "links": [{"href": "http://172.30.9.28:8774/images/643311ef-6f8a-4fdb-afc3-f267f9fbd94e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-04T10:39:19.000000", "flavor": {"id": "e8fdc5cd-0f28-49a4-82b8-8f939aea7ab9", "links": [{"href": "http://172.30.9.28:8774/flavors/e8fdc5cd-0f28-49a4-82b8-8f939aea7ab9", "rel": "bookmark"}]}, "id": "2ed64a1b-6e6e-4141-b127-28da795670c4", "security_groups": [{"name": "default"}], "user_id": "82120a4f51474158bdeb04bb7ea3a6b8", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-04T10:39:20Z", "hostId": "d74e979858fcee3ab50933129eeb86edda60086deeaf21d320de6c77", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_4c72e486-8686-4d13-9a22-c1b34edca007", "created": "2018-09-04T10:39:13Z", "tenant_id": "dd849fe9e11c435393e8fa6b997c6f1a", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-04 10:39:33,624 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-912b89f5-3b1b-4dbd-95be-11e48eb58600 2018-09-04 10:39:33,624 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.670336008072s 2018-09-04 10:39:33,624 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-912b89f5-3b1b-4dbd-95be-11e48eb58600 2018-09-04 10:39:33,626 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.servers 2018-09-04 10:39:33,629 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:8774/v2.1/servers/2ed64a1b-6e6e-4141-b127-28da795670c4 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}81f5375d51faa84d08c71016e89f424f4b8c1322" 2018-09-04 10:39:33,800 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 10:39:33 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-812239e2-6264-401e-a392-12a77ef15400 x-compute-request-id: req-812239e2-6264-401e-a392-12a77ef15400 Content-Type: application/json 2018-09-04 10:39:33,801 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/servers/2ed64a1b-6e6e-4141-b127-28da795670c4 used request id req-812239e2-6264-401e-a392-12a77ef15400 2018-09-04 10:39:33,801 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.servers in 0.174452066422s 2018-09-04 10:39:33,801 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/servers/2ed64a1b-6e6e-4141-b127-28da795670c4 used request id req-812239e2-6264-401e-a392-12a77ef15400 2018-09-04 10:39:33,801 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-04 10:39:33,804 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}81f5375d51faa84d08c71016e89f424f4b8c1322" 2018-09-04 10:39:34,312 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:39:33 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-f92a07c4-4f76-488c-9f45-6b9afae12db1 x-compute-request-id: req-f92a07c4-4f76-488c-9f45-6b9afae12db1 Content-Encoding: gzip Content-Length: 746 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "deleting", "addresses": {"vping_userdata-net_4c72e486-8686-4d13-9a22-c1b34edca007": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:46:1d:65", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/2ed64a1b-6e6e-4141-b127-28da795670c4", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/2ed64a1b-6e6e-4141-b127-28da795670c4", "rel": "bookmark"}], "image": {"id": "643311ef-6f8a-4fdb-afc3-f267f9fbd94e", "links": [{"href": "http://172.30.9.28:8774/images/643311ef-6f8a-4fdb-afc3-f267f9fbd94e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-04T10:39:19.000000", "flavor": {"id": "e8fdc5cd-0f28-49a4-82b8-8f939aea7ab9", "links": [{"href": "http://172.30.9.28:8774/flavors/e8fdc5cd-0f28-49a4-82b8-8f939aea7ab9", "rel": "bookmark"}]}, "id": "2ed64a1b-6e6e-4141-b127-28da795670c4", "security_groups": [{"name": "default"}], "user_id": "82120a4f51474158bdeb04bb7ea3a6b8", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-04T10:39:33Z", "hostId": "d74e979858fcee3ab50933129eeb86edda60086deeaf21d320de6c77", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_4c72e486-8686-4d13-9a22-c1b34edca007", "created": "2018-09-04T10:39:13Z", "tenant_id": "dd849fe9e11c435393e8fa6b997c6f1a", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-04 10:39:34,312 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-f92a07c4-4f76-488c-9f45-6b9afae12db1 2018-09-04 10:39:34,312 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.510771989822s 2018-09-04 10:39:34,313 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-f92a07c4-4f76-488c-9f45-6b9afae12db1 2018-09-04 10:39:34,314 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-04 10:39:36,317 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-04 10:39:36,319 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}81f5375d51faa84d08c71016e89f424f4b8c1322" 2018-09-04 10:39:36,752 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10: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,Accept-Encoding x-openstack-request-id: req-da178988-7a3c-4d50-8757-db9cb30bd59b x-compute-request-id: req-da178988-7a3c-4d50-8757-db9cb30bd59b Content-Encoding: gzip Content-Length: 644 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/2ed64a1b-6e6e-4141-b127-28da795670c4", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/2ed64a1b-6e6e-4141-b127-28da795670c4", "rel": "bookmark"}], "image": {"id": "643311ef-6f8a-4fdb-afc3-f267f9fbd94e", "links": [{"href": "http://172.30.9.28:8774/images/643311ef-6f8a-4fdb-afc3-f267f9fbd94e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "deleted", "OS-SRV-USG:launched_at": "2018-09-04T10:39:19.000000", "flavor": {"id": "e8fdc5cd-0f28-49a4-82b8-8f939aea7ab9", "links": [{"href": "http://172.30.9.28:8774/flavors/e8fdc5cd-0f28-49a4-82b8-8f939aea7ab9", "rel": "bookmark"}]}, "id": "2ed64a1b-6e6e-4141-b127-28da795670c4", "user_id": "82120a4f51474158bdeb04bb7ea3a6b8", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "DELETED", "updated": "2018-09-04T10:39:36Z", "hostId": "d74e979858fcee3ab50933129eeb86edda60086deeaf21d320de6c77", "OS-SRV-USG:terminated_at": "2018-09-04T10:39:36.000000", "key_name": null, "name": "vping_userdata-vm2_4c72e486-8686-4d13-9a22-c1b34edca007", "created": "2018-09-04T10:39:13Z", "tenant_id": "dd849fe9e11c435393e8fa6b997c6f1a", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-04 10:39:36,752 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-da178988-7a3c-4d50-8757-db9cb30bd59b 2018-09-04 10:39:36,753 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.435757160187s 2018-09-04 10:39:36,753 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-da178988-7a3c-4d50-8757-db9cb30bd59b 2018-09-04 10:39:36,754 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-04 10:39:38,757 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-04 10:39:38,760 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}81f5375d51faa84d08c71016e89f424f4b8c1322" 2018-09-04 10:39:38,852 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10: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-d542a686-64e8-481f-8804-0935796b3055 x-compute-request-id: req-d542a686-64e8-481f-8804-0935796b3055 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-09-04 10:39:38,852 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-d542a686-64e8-481f-8804-0935796b3055 2018-09-04 10:39:38,852 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.094831943512s 2018-09-04 10:39:38,852 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-d542a686-64e8-481f-8804-0935796b3055 2018-09-04 10:39:38,853 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-09-04 10:39:38,854 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.28:9696/v2.0/routers/f91fd1f4-294c-41ea-89bf-a7de474a8edc/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}81f5375d51faa84d08c71016e89f424f4b8c1322" -d '{"subnet_id": "ed3e7e66-aa0f-4cf5-b483-5d4bc4e46d17"}' 2018-09-04 10:39:39,957 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-4d690ce6-a324-4c62-9cbc-dfa95c47a1db Date: Tue, 04 Sep 2018 10:39:39 GMT RESP BODY: {"network_id": "334d4fff-29b1-48b7-8619-290986d1236a", "tenant_id": "dd849fe9e11c435393e8fa6b997c6f1a", "subnet_id": "ed3e7e66-aa0f-4cf5-b483-5d4bc4e46d17", "subnet_ids": ["ed3e7e66-aa0f-4cf5-b483-5d4bc4e46d17"], "port_id": "f8f63c7a-2864-41db-8cb9-f4e32a4e0926", "id": "f91fd1f4-294c-41ea-89bf-a7de474a8edc"} 2018-09-04 10:39:39,957 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.28:9696/v2.0/routers/f91fd1f4-294c-41ea-89bf-a7de474a8edc/remove_router_interface.json used request id req-4d690ce6-a324-4c62-9cbc-dfa95c47a1db 2018-09-04 10:39:39,957 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 1.10373902321s 2018-09-04 10:39:39,957 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.28:9696/v2.0/routers/f91fd1f4-294c-41ea-89bf-a7de474a8edc/remove_router_interface.json used request id req-4d690ce6-a324-4c62-9cbc-dfa95c47a1db returning object f91fd1f4-294c-41ea-89bf-a7de474a8edc 2018-09-04 10:39:39,958 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-09-04 10:39:39,959 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}81f5375d51faa84d08c71016e89f424f4b8c1322" 2018-09-04 10:39:40,033 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 628 X-Openstack-Request-Id: req-8de007d9-55bc-4f70-bf95-5abce95e181c Date: Tue, 04 Sep 2018 10:39:40 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "4097e349-dd4a-4a5e-95d6-eed5c2d7b85a", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "5092c110-d468-4f12-acae-47d56d35dff1", "ip_address": "172.30.9.202"}]}, "description": "", "tags": [], "tenant_id": "dd849fe9e11c435393e8fa6b997c6f1a", "created_at": "2018-09-04T10:38:56Z", "admin_state_up": true, "updated_at": "2018-09-04T10:39:39Z", "revision_number": 4, "routes": [], "project_id": "dd849fe9e11c435393e8fa6b997c6f1a", "id": "f91fd1f4-294c-41ea-89bf-a7de474a8edc", "name": "vping_userdata-router_4c72e486-8686-4d13-9a22-c1b34edca007"}]} 2018-09-04 10:39:40,034 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/routers.json used request id req-8de007d9-55bc-4f70-bf95-5abce95e181c 2018-09-04 10:39:40,034 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.0755929946899s 2018-09-04 10:39:40,034 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/routers.json used request id req-8de007d9-55bc-4f70-bf95-5abce95e181c 2018-09-04 10:39:40,035 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-09-04 10:39:40,036 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:9696/v2.0/routers/f91fd1f4-294c-41ea-89bf-a7de474a8edc.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}81f5375d51faa84d08c71016e89f424f4b8c1322" 2018-09-04 10:39:41,125 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-80dc001a-69f0-4dd9-a8fd-f26578512f7d Content-Length: 0 Date: Tue, 04 Sep 2018 10:39:41 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-04 10:39:41,125 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/routers/f91fd1f4-294c-41ea-89bf-a7de474a8edc.json used request id req-80dc001a-69f0-4dd9-a8fd-f26578512f7d 2018-09-04 10:39:41,125 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 1.08944392204s 2018-09-04 10:39:41,125 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/routers/f91fd1f4-294c-41ea-89bf-a7de474a8edc.json used request id req-80dc001a-69f0-4dd9-a8fd-f26578512f7d 2018-09-04 10:39:41,126 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-09-04 10:39:41,126 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}81f5375d51faa84d08c71016e89f424f4b8c1322" 2018-09-04 10:39:41,188 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-6a9d70cb-6d19-41fd-bd91-d4efab4e2995 Date: Tue, 04 Sep 2018 10:39:41 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"334d4fff-29b1-48b7-8619-290986d1236a","tenant_id":"dd849fe9e11c435393e8fa6b997c6f1a","created_at":"2018-09-04T10:38:55Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-09-04T10:38:55Z","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":"dd849fe9e11c435393e8fa6b997c6f1a","id":"ed3e7e66-aa0f-4cf5-b483-5d4bc4e46d17","subnetpool_id":null,"name":"vping_userdata-subnet_4c72e486-8686-4d13-9a22-c1b34edca007"}]} 2018-09-04 10:39:41,189 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets.json used request id req-6a9d70cb-6d19-41fd-bd91-d4efab4e2995 2018-09-04 10:39:41,189 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0630710124969s 2018-09-04 10:39:41,189 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets.json used request id req-6a9d70cb-6d19-41fd-bd91-d4efab4e2995 2018-09-04 10:39:41,190 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-09-04 10:39:41,191 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:9696/v2.0/subnets/ed3e7e66-aa0f-4cf5-b483-5d4bc4e46d17.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}81f5375d51faa84d08c71016e89f424f4b8c1322" 2018-09-04 10:39:43,852 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-ab7dc0c5-c4b6-48ca-a08f-fe7265aac35b Date: Tue, 04 Sep 2018 10:39:43 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-04 10:39:43,852 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/subnets/ed3e7e66-aa0f-4cf5-b483-5d4bc4e46d17.json used request id req-ab7dc0c5-c4b6-48ca-a08f-fe7265aac35b 2018-09-04 10:39:43,852 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 2.66158699989s 2018-09-04 10:39:43,852 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/subnets/ed3e7e66-aa0f-4cf5-b483-5d4bc4e46d17.json used request id req-ab7dc0c5-c4b6-48ca-a08f-fe7265aac35b 2018-09-04 10:39:43,853 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-04 10:39:43,853 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}81f5375d51faa84d08c71016e89f424f4b8c1322" 2018-09-04 10:39:43,995 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1159 X-Openstack-Request-Id: req-b6d8dd9c-769d-4073-b2b4-5e3664129bbc Date: Tue, 04 Sep 2018 10:39:44 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":[],"updated_at":"2018-09-04T10:39:43Z","tenant_id":"dd849fe9e11c435393e8fa6b997c6f1a","created_at":"2018-09-04T10:38:54Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"dd849fe9e11c435393e8fa6b997c6f1a","id":"334d4fff-29b1-48b7-8619-290986d1236a","name":"vping_userdata-net_4c72e486-8686-4d13-9a22-c1b34edca007"},{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["5092c110-d468-4f12-acae-47d56d35dff1"],"updated_at":"2018-09-04T10:10:50Z","tenant_id":"18025ed81c804927a1f0e0e0ba20836f","created_at":"2018-09-04T10:10:44Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"18025ed81c804927a1f0e0e0ba20836f","id":"4097e349-dd4a-4a5e-95d6-eed5c2d7b85a","name":"external"}]} 2018-09-04 10:39:43,995 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-b6d8dd9c-769d-4073-b2b4-5e3664129bbc 2018-09-04 10:39:43,995 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.142327070236s 2018-09-04 10:39:43,996 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-b6d8dd9c-769d-4073-b2b4-5e3664129bbc 2018-09-04 10:39:43,997 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-09-04 10:39:43,997 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:9696/v2.0/networks/334d4fff-29b1-48b7-8619-290986d1236a.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}81f5375d51faa84d08c71016e89f424f4b8c1322" 2018-09-04 10:39:45,612 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-4ad22f08-f7ed-4c1d-a28b-74357780b7a1 Date: Tue, 04 Sep 2018 10:39:45 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-04 10:39:45,612 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/networks/334d4fff-29b1-48b7-8619-290986d1236a.json used request id req-4ad22f08-f7ed-4c1d-a28b-74357780b7a1 2018-09-04 10:39:45,612 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.61512804031s 2018-09-04 10:39:45,612 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/networks/334d4fff-29b1-48b7-8619-290986d1236a.json used request id req-4ad22f08-f7ed-4c1d-a28b-74357780b7a1 2018-09-04 10:39:45,613 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-09-04 10:39:45,613 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}81f5375d51faa84d08c71016e89f424f4b8c1322" 2018-09-04 10:39:45,798 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1210 Content-Type: application/json X-Openstack-Request-Id: req-c3f3ed67-b70b-4502-aeb9-d3f909544529 Date: Tue, 04 Sep 2018 10:39:45 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://99671b03-94ed-44b3-b5f6-80b8e44d0570/images/643311ef-6f8a-4fdb-afc3-f267f9fbd94e/snap", "metadata": {}}], "file": "/v2/images/643311ef-6f8a-4fdb-afc3-f267f9fbd94e/file", "owner": "dd849fe9e11c435393e8fa6b997c6f1a", "id": "643311ef-6f8a-4fdb-afc3-f267f9fbd94e", "size": 12716032, "self": "/v2/images/643311ef-6f8a-4fdb-afc3-f267f9fbd94e", "disk_format": "qcow2", "direct_url": "rbd://99671b03-94ed-44b3-b5f6-80b8e44d0570/images/643311ef-6f8a-4fdb-afc3-f267f9fbd94e/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-09-04T10:39:02Z", "visibility": "private", "owner_specified.shade.object": "images/vping_userdata-img_4c72e486-8686-4d13-9a22-c1b34edca007", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_userdata-img_4c72e486-8686-4d13-9a22-c1b34edca007", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-09-04T10:39:00Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-09-04 10:39:45,798 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-c3f3ed67-b70b-4502-aeb9-d3f909544529 2018-09-04 10:39:45,798 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.185454845428s 2018-09-04 10:39:45,799 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-c3f3ed67-b70b-4502-aeb9-d3f909544529 2018-09-04 10:39:45,802 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-09-04 10:39:45,802 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:9292/v2/images/643311ef-6f8a-4fdb-afc3-f267f9fbd94e -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}81f5375d51faa84d08c71016e89f424f4b8c1322" 2018-09-04 10:39:47,671 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-dfdb6fe8-4cf2-4121-afb9-9db565cb18c3 Date: Tue, 04 Sep 2018 10:39:47 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-09-04 10:39:47,672 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.28:9292/v2/images/643311ef-6f8a-4fdb-afc3-f267f9fbd94e used request id req-dfdb6fe8-4cf2-4121-afb9-9db565cb18c3 2018-09-04 10:39:47,672 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 1.8700799942s 2018-09-04 10:39:47,672 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.28:9292/v2/images/643311ef-6f8a-4fdb-afc3-f267f9fbd94e used request id req-dfdb6fe8-4cf2-4121-afb9-9db565cb18c3 2018-09-04 10:39:47,673 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-09-04 10:39:47,676 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28: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}9305b2289d81871a857c883943a3ecd8d79d9a57" 2018-09-04 10:39:47,709 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10: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-6507f753-353c-44f5-ac0f-c69b666d6267 x-compute-request-id: req-6507f753-353c-44f5-ac0f-c69b666d6267 Content-Encoding: gzip Content-Length: 311 Content-Type: application/json RESP BODY: {"flavors": [{"links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/e8fdc5cd-0f28-49a4-82b8-8f939aea7ab9", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/e8fdc5cd-0f28-49a4-82b8-8f939aea7ab9", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "e8fdc5cd-0f28-49a4-82b8-8f939aea7ab9", "name": "vping_userdata-flavor_4c72e486-8686-4d13-9a22-c1b34edca007", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}]} 2018-09-04 10:39:47,709 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors/detail?is_public=None used request id req-6507f753-353c-44f5-ac0f-c69b666d6267 2018-09-04 10:39:47,709 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0366070270538s 2018-09-04 10:39:47,710 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors/detail?is_public=None used request id req-6507f753-353c-44f5-ac0f-c69b666d6267 2018-09-04 10:39:47,711 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-09-04 10:39:47,714 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:8774/v2.1/flavors/e8fdc5cd-0f28-49a4-82b8-8f939aea7ab9 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}9305b2289d81871a857c883943a3ecd8d79d9a57" 2018-09-04 10:39:47,754 - keystoneauth.session - DEBUG - RESP: [202] Date: Tue, 04 Sep 2018 10: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 x-openstack-request-id: req-c0f97c8c-50cb-42bf-b87d-61dbfc523357 x-compute-request-id: req-c0f97c8c-50cb-42bf-b87d-61dbfc523357 Content-Length: 0 Content-Type: application/json 2018-09-04 10:39:47,754 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/flavors/e8fdc5cd-0f28-49a4-82b8-8f939aea7ab9 used request id req-c0f97c8c-50cb-42bf-b87d-61dbfc523357 2018-09-04 10:39:47,754 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0427360534668s 2018-09-04 10:39:47,754 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/flavors/e8fdc5cd-0f28-49a4-82b8-8f939aea7ab9 used request id req-c0f97c8c-50cb-42bf-b87d-61dbfc523357 2018-09-04 10:39:47,755 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-09-04 10:39:47,755 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}9305b2289d81871a857c883943a3ecd8d79d9a57" 2018-09-04 10:39:47,854 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:39:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-729cd0a3-34df-4fe2-b8e0-b84e73badfc4 Content-Encoding: gzip Content-Length: 834 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.28:5000/v3/users/2719bb13630f43dfa92537864b7b9156"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2719bb13630f43dfa92537864b7b9156", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.28:5000/v3/users/36910ef6abf94075a2d6069c8571e383"}, "domain_id": "default", "enabled": true, "options": {}, "id": "36910ef6abf94075a2d6069c8571e383", "email": "cinder@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.28:5000/v3/users/42c3a9abd8ad4ce8ab2c4cc6e0403c33"}, "domain_id": "default", "enabled": true, "options": {}, "id": "42c3a9abd8ad4ce8ab2c4cc6e0403c33", "email": "admin@example.com", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.28:5000/v3/users/449836e5f54549afb8a7ce28abf3d544"}, "domain_id": "default", "enabled": true, "options": {}, "id": "449836e5f54549afb8a7ce28abf3d544", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.28:5000/v3/users/4f2d44b313674c27b065e562198a2eaf"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4f2d44b313674c27b065e562198a2eaf", "email": "placement@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.28:5000/v3/users/53e472b53b3247cc998195108afb0333"}, "domain_id": "default", "enabled": true, "options": {}, "id": "53e472b53b3247cc998195108afb0333", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.28:5000/v3/users/72c8a4f27c80473bb772f1af33725838"}, "domain_id": "default", "enabled": true, "options": {}, "id": "72c8a4f27c80473bb772f1af33725838", "email": "glance@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.28:5000/v3/users/7661c02c249442d984369889093013fe"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7661c02c249442d984369889093013fe", "email": "barbican@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.28:5000/v3/users/78cfb105b70a43c69c179056f12732d4"}, "domain_id": "bb3675e8f7584634b56038f5732ae451", "enabled": true, "options": {}, "id": "78cfb105b70a43c69c179056f12732d4", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.28:5000/v3/users/7cc5af47f4974b51be24b8af469f48f6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7cc5af47f4974b51be24b8af469f48f6", "email": "aodh@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "vping_userdata-user_4c72e486-8686-4d13-9a22-c1b34edca007", "links": {"self": "http://172.30.9.28:5000/v3/users/82120a4f51474158bdeb04bb7ea3a6b8"}, "domain_id": "default", "enabled": true, "id": "82120a4f51474158bdeb04bb7ea3a6b8", "options": {}}, {"name": "congress", "links": {"self": "http://172.30.9.28:5000/v3/users/828ac5d6a2ef4b0091fb761ec963b324"}, "domain_id": "default", "enabled": true, "options": {}, "id": "828ac5d6a2ef4b0091fb761ec963b324", "email": "congress@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.28:5000/v3/users/9dcf57654b41495ea7db845703bc37f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9dcf57654b41495ea7db845703bc37f8", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.28:5000/v3/users/c4e0c9bcba5d4f0895d28f0f72346c41"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c4e0c9bcba5d4f0895d28f0f72346c41", "email": "neutron@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.28:5000/v3/users/ef3f2972886b4078848941109f593feb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ef3f2972886b4078848941109f593feb", "email": "nova@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.28:5000/v3/users", "previous": null, "next": null}} 2018-09-04 10:39:47,854 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-729cd0a3-34df-4fe2-b8e0-b84e73badfc4 2018-09-04 10:39:47,855 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0998179912567s 2018-09-04 10:39:47,855 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-729cd0a3-34df-4fe2-b8e0-b84e73badfc4 2018-09-04 10:39:47,861 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-09-04 10:39:47,861 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/users/82120a4f51474158bdeb04bb7ea3a6b8 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}9305b2289d81871a857c883943a3ecd8d79d9a57" 2018-09-04 10:39:47,951 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:39:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-893e4af3-2e6b-4a40-a04b-024982a123a3 Content-Encoding: gzip Content-Length: 214 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.28:5000/v3/users/82120a4f51474158bdeb04bb7ea3a6b8"}, "enabled": true, "id": "82120a4f51474158bdeb04bb7ea3a6b8", "options": {}, "domain_id": "default", "name": "vping_userdata-user_4c72e486-8686-4d13-9a22-c1b34edca007"}} 2018-09-04 10:39:47,951 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users/82120a4f51474158bdeb04bb7ea3a6b8 used request id req-893e4af3-2e6b-4a40-a04b-024982a123a3 2018-09-04 10:39:47,951 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0906231403351s 2018-09-04 10:39:47,952 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users/82120a4f51474158bdeb04bb7ea3a6b8 used request id req-893e4af3-2e6b-4a40-a04b-024982a123a3 2018-09-04 10:39:47,952 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-09-04 10:39:47,953 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:5000/v3/users/82120a4f51474158bdeb04bb7ea3a6b8 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}9305b2289d81871a857c883943a3ecd8d79d9a57" 2018-09-04 10:39:48,212 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 10:39:47 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0f2ce052-2e4e-460c-8240-d1564389fed5 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 10:39:48,212 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/users/82120a4f51474158bdeb04bb7ea3a6b8 used request id req-0f2ce052-2e4e-460c-8240-d1564389fed5 2018-09-04 10:39:48,212 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.259469032288s 2018-09-04 10:39:48,212 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/users/82120a4f51474158bdeb04bb7ea3a6b8 used request id req-0f2ce052-2e4e-460c-8240-d1564389fed5 2018-09-04 10:39:48,213 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-09-04 10:39:48,213 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}9305b2289d81871a857c883943a3ecd8d79d9a57" 2018-09-04 10:39:48,296 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:39:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d6bd593c-4930-4be5-9db3-32ec68cd1060 Content-Encoding: gzip Content-Length: 382 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.28:5000/v3/projects/18025ed81c804927a1f0e0e0ba20836f"}, "enabled": true, "id": "18025ed81c804927a1f0e0e0ba20836f", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.28:5000/v3/projects/1e2f68a072b64978bd7ea91c2d64aca6"}, "enabled": true, "id": "1e2f68a072b64978bd7ea91c2d64aca6", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: vping_userdata", "links": {"self": "http://172.30.9.28:5000/v3/projects/dd849fe9e11c435393e8fa6b997c6f1a"}, "enabled": true, "id": "dd849fe9e11c435393e8fa6b997c6f1a", "parent_id": "default", "domain_id": "default", "name": "vping_userdata-project_4c72e486-8686-4d13-9a22-c1b34edca007"}]} 2018-09-04 10:39:48,297 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects used request id req-d6bd593c-4930-4be5-9db3-32ec68cd1060 2018-09-04 10:39:48,297 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0839281082153s 2018-09-04 10:39:48,297 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects used request id req-d6bd593c-4930-4be5-9db3-32ec68cd1060 2018-09-04 10:39:48,299 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-09-04 10:39:48,300 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:5000/v3/projects/dd849fe9e11c435393e8fa6b997c6f1a -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}9305b2289d81871a857c883943a3ecd8d79d9a57" 2018-09-04 10:39:48,462 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 10:39:48 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0ca2bdcc-c415-410d-90db-80fe25e374e8 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 10:39:48,462 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/projects/dd849fe9e11c435393e8fa6b997c6f1a used request id req-0ca2bdcc-c415-410d-90db-80fe25e374e8 2018-09-04 10:39:48,462 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.162942171097s 2018-09-04 10:39:48,463 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/projects/dd849fe9e11c435393e8fa6b997c6f1a used request id req-0ca2bdcc-c415-410d-90db-80fe25e374e8 2018-09-04 10:39:48,463 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-09-04 10:39:48,464 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9305b2289d81871a857c883943a3ecd8d79d9a57" 2018-09-04 10:39:48,538 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:39:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ca49ef31-6b15-4553-beda-71b2aff6d895 Content-Encoding: gzip Content-Length: 316 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3d416247e8224533841040c3ad2bce5a", "links": {"self": "http://172.30.9.28:5000/v3/roles/3d416247e8224533841040c3ad2bce5a"}, "name": "admin"}, {"domain_id": null, "id": "6fc48fbb08d4410680bf5ace535e410c", "links": {"self": "http://172.30.9.28:5000/v3/roles/6fc48fbb08d4410680bf5ace535e410c"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "e58b4e6e68494cbca73f76d891ebd0dc", "links": {"self": "http://172.30.9.28:5000/v3/roles/e58b4e6e68494cbca73f76d891ebd0dc"}, "name": "Member"}, {"domain_id": null, "id": "fea739ce4d1249249c128f55b640b79d", "links": {"self": "http://172.30.9.28:5000/v3/roles/fea739ce4d1249249c128f55b640b79d"}, "name": "ResellerAdmin"}]} 2018-09-04 10:39:48,538 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-ca49ef31-6b15-4553-beda-71b2aff6d895 2018-09-04 10:39:48,538 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0752608776093s 2018-09-04 10:39:48,540 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleDelete 2018-09-04 10:39:48,541 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:5000/v3/roles/e58b4e6e68494cbca73f76d891ebd0dc -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9305b2289d81871a857c883943a3ecd8d79d9a57" 2018-09-04 10:39:48,644 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 10:39:48 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-cb27486a-a754-487b-9da2-0e90cbcce235 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 10:39:48,644 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/roles/e58b4e6e68494cbca73f76d891ebd0dc used request id req-cb27486a-a754-487b-9da2-0e90cbcce235 2018-09-04 10:39:48,644 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleDelete in 0.103729963303s 2018-09-04 10:39:48,732 - xtesting.ci.run_tests - INFO - Loading test case 'tempest_smoke_serial'... 2018-09-04 10:39:48,763 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-09-04 10:39:48,763 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-09-04 10:39:48,763 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-09-04 10:39:48,763 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-09-04 10:39:48,763 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-09-04 10:39:48,764 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-09-04 10:39:48,764 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-09-04 10:39:48,764 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-09-04 10:39:48,764 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-09-04 10:39:48,764 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-09-04 10:39:48,764 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-09-04 10:39:48,764 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-09-04 10:39:48,764 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-09-04 10:39:48,764 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-09-04 10:39:48,764 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-09-04 10:39:48,764 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-09-04 10:39:48,764 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-09-04 10:39:48,764 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-09-04 10:39:48,764 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-09-04 10:39:48,764 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-09-04 10:39:48,764 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-09-04 10:39:48,764 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-09-04 10:39:48,764 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-09-04 10:39:48,765 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-09-04 10:39:48,766 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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-09-04 10:39:48,771 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:39:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fa06ec50-0727-4c1f-9a0a-dabfc150ad0d 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.28:5000/v3/", "rel": "self"}]}} 2018-09-04 10:39:48,771 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-fa06ec50-0727-4c1f-9a0a-dabfc150ad0d 2018-09-04 10:39:48,771 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-09-04 10:39:49,137 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "3d416247e8224533841040c3ad2bce5a", "name": "admin"}], "expires_at": "2018-09-04T11:39:49.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1e2f68a072b64978bd7ea91c2d64aca6", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v1/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235635a698ef4bef9dc6b25273d185da"}, {"url": "http://192.30.9.6:8776/v1/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "23b07b3fbfc340a58cf0f9b2871a0d23"}, {"url": "http://172.30.9.28:8776/v1/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "72fd0aaa144d45419f4b04b6b26f69a7"}], "type": "volume", "id": "097241c25b4d4f7e91b3f8efa155909e", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v3/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93eb4cf3030a49e7840bec071422d397"}, {"url": "http://192.30.9.6:8776/v3/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8af439a6ac147fdbcb38ed9aa916b68"}, {"url": "http://192.30.9.6:8776/v3/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c4bfdbc9b7c74a23a40afdf578cfeba4"}], "type": "volumev3", "id": "1c85f4682ce44f729db1dabd98e965e8", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "82239574a29d4603a2161006f61851cf"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8d15f7134f364a7bbcfff2f84aac3bf2"}, {"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e01668c43a0c4c279b9a3d20a0280d6c"}], "type": "image", "id": "297d8415ca96454991054983920912f7", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7bb4d60e20734d4a9f31ec75e02cb823"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bf6adec15590466a9a0d3bddb00e8993"}, {"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f096f03a1d12411a8972f6f7c196b60d"}], "type": "policy", "id": "54c64351b56d44bbad74c2969cc3aa00", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "354ae6870a324fab82d0a0fb68ee0f26"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a3807e460dd4af488d982b66c52e64c"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e7c3da785076450abd71868e75ce0c33"}], "type": "cloudformation", "id": "6ac9917ae83c4639a15a4ab3cf0e76dd", "name": "heat-cfn"}, {"endpoints": [], "type": "metering", "id": "7fcc078e5e0645f29df67742ac14e388", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49e71628d386464cb950d6a9db00a328"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75b0a63ed8574bbcab1c851cc9b83d30"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9902b0a8b3c04cd192a1b84c417c232b"}], "type": "key-manager", "id": "9626544a32e74678a641c6e206f028a9", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "497340e5aa36485982fdf297f370558f"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7802beb4fc7c4952897b77bd5610b1fe"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c14af798917f4fa0b146d9772583e595"}], "type": "metric", "id": "973bfe8c658d4e5a8da725e76b9d550e", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "288ecc3674ea41d2aa3b790dcb832bf2"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7a6dc785cd7142f5b30f1a7ba0daeb03"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7f7d34e2351b4964befccc862c4e8e12"}], "type": "network", "id": "a348d7b06050474fb449be7f32ea6f5d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "21bce6ecb8464a1f8f3e3847aa698bd6"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0a8faf2246b47deb30e69e48d3551fb"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e71c6011de3d4d8589e5b53dcc79f288"}], "type": "identity", "id": "ad8d4b4953184137a1b913ecee9434ed", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "13474f9a78ca4f1184e4cddc84d0d98c"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad67365a18234bb78c336e6776958c00"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc54db13337f44f8921fbb9ad0f81de8"}], "type": "alarming", "id": "bb18dc3243034f08a6a7f69f7a1edccf", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0d91d7adf0304b2681c77f979e5cdb17"}, {"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "756e5ffca9774ab3ae2db41bf330417f"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c07c727a08c243b287827f539a124e63"}], "type": "placement", "id": "bb2c9432fcbd4c56913177122468f6ba", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8004/v1/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1eed4912224b48cf9856446eae4d9928"}, {"url": "http://192.30.9.6:8004/v1/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b73b7f99236541148d84f24f09e5dd40"}, {"url": "http://192.30.9.6:8004/v1/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fbf12e52911244fdafc24a9d46f56e62"}], "type": "orchestration", "id": "c8918d139da945ba93df4ccce21d4904", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16bf098b9e2e490f8e47fa601059f975"}, {"url": "http://192.30.9.6:8776/v2/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc16fa4cf491444ca2f611d5692c1170"}, {"url": "http://192.30.9.6:8776/v2/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ccd2c5325dff4b90b391db9fdde67d99"}], "type": "volumev2", "id": "d09ac9123c34494abce21d6c27bee9d9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eac694332354a3aa0e61c31314166d7"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b4d4989c4e764717ab78d38675cadd3f"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff196e46b56d406d87a678f1a64497b0"}], "type": "compute", "id": "d4030ee932c84df58c5b910cc197caa7", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "42c3a9abd8ad4ce8ab2c4cc6e0403c33"}, "audit_ids": ["Tx-lUIHMQJSCCV_-OVH8qQ"], "issued_at": "2018-09-04T10:39:49.000000Z"}} 2018-09-04 10:39:49,140 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-04 10:39:49,141 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28: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}9f2c75b8cfa39d659ce3b4224e3490a405116704" 2018-09-04 10:39:49,371 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-06c074d1-c905-43b6-a630-6ea83c8a80b3 Date: Tue, 04 Sep 2018 10:39:49 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"4097e349-dd4a-4a5e-95d6-eed5c2d7b85a","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"18025ed81c804927a1f0e0e0ba20836f","status":"ACTIVE","subnets":["5092c110-d468-4f12-acae-47d56d35dff1"],"description":"","tags":[],"updated_at":"2018-09-04T10:10:50Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"18025ed81c804927a1f0e0e0ba20836f","created_at":"2018-09-04T10:10:44Z","provider:network_type":"flat"}]} 2018-09-04 10:39:49,371 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json?router%3Aexternal=True used request id req-06c074d1-c905-43b6-a630-6ea83c8a80b3 2018-09-04 10:39:49,371 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.230565071106s 2018-09-04 10:39:49,371 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json?router%3Aexternal=True used request id req-06c074d1-c905-43b6-a630-6ea83c8a80b3 2018-09-04 10:39:49,372 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainList 2018-09-04 10:39:49,375 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}9f2c75b8cfa39d659ce3b4224e3490a405116704" 2018-09-04 10:39:49,380 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 04 Sep 2018 10:39: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://172.30.9.28: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.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-04 10:39:49,384 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/domains? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9f2c75b8cfa39d659ce3b4224e3490a405116704" 2018-09-04 10:39:49,463 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:39:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b234da22-0340-4e44-8cf2-1ab411b7ec81 Content-Encoding: gzip Content-Length: 213 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.28:5000/v3/domains/bb3675e8f7584634b56038f5732ae451"}, "description": "", "name": "heat_stack", "enabled": true, "id": "bb3675e8f7584634b56038f5732ae451"}, {"links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains", "previous": null, "next": null}} 2018-09-04 10:39:49,463 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains used request id req-b234da22-0340-4e44-8cf2-1ab411b7ec81 2018-09-04 10:39:49,464 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainList in 0.0914211273193s 2018-09-04 10:39:49,465 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-09-04 10:39:49,466 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28: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}9f2c75b8cfa39d659ce3b4224e3490a405116704" -d '{"project": {"description": "Created by OPNFV Functest: tempest_smoke_serial", "enabled": true, "domain_id": "default", "name": "tempest_smoke_seri-project_068261eb-5f06-4915-acc8-7f5edd711ae8"}}' 2018-09-04 10:39:49,633 - keystoneauth.session - DEBUG - RESP: [201] Date: Tue, 04 Sep 2018 10:39:49 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-5f4ca6f6-cb17-4016-aaaa-ccddaf22c13c 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.28:5000/v3/projects/14e46315a5e14e95a6bd31ddd3090094"}, "enabled": true, "id": "14e46315a5e14e95a6bd31ddd3090094", "parent_id": "default", "domain_id": "default", "name": "tempest_smoke_seri-project_068261eb-5f06-4915-acc8-7f5edd711ae8"}} 2018-09-04 10:39:49,634 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/projects used request id req-5f4ca6f6-cb17-4016-aaaa-ccddaf22c13c 2018-09-04 10:39:49,634 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.168496131897s 2018-09-04 10:39:49,634 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/projects used request id req-5f4ca6f6-cb17-4016-aaaa-ccddaf22c13c 2018-09-04 10:39:49,635 - functest.core.tenantnetwork - DEBUG - project: Munch({'is_enabled': True, 'parent_id': u'default', 'is_domain': False, 'name': u'tempest_smoke_seri-project_068261eb-5f06-4915-acc8-7f5edd711ae8', 'id': u'14e46315a5e14e95a6bd31ddd3090094', '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-09-04 10:39:49,635 - shade.task_manager - DEBUG - Manager envvars:regionOne running task UserCreate 2018-09-04 10:39:49,986 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task UserCreate in 0.350492954254s 2018-09-04 10:39:49,987 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/users/c3ea0f1119d44480b1e969c14992aecb -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9f2c75b8cfa39d659ce3b4224e3490a405116704" 2018-09-04 10:39:50,080 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:39:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-06c38f8a-54f5-4b27-8bd3-5322ee654f8f Content-Encoding: gzip Content-Length: 218 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.28:5000/v3/users/c3ea0f1119d44480b1e969c14992aecb"}, "enabled": true, "id": "c3ea0f1119d44480b1e969c14992aecb", "options": {}, "domain_id": "default", "name": "tempest_smoke_serial-user_068261eb-5f06-4915-acc8-7f5edd711ae8"}} 2018-09-04 10:39:50,081 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users/c3ea0f1119d44480b1e969c14992aecb used request id req-06c38f8a-54f5-4b27-8bd3-5322ee654f8f 2018-09-04 10:39:50,081 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'c3ea0f1119d44480b1e969c14992aecb', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'tempest_smoke_serial-user_068261eb-5f06-4915-acc8-7f5edd711ae8'}) 2018-09-04 10:39:50,082 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-09-04 10:39:50,082 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9f2c75b8cfa39d659ce3b4224e3490a405116704" 2018-09-04 10:39:50,154 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:39:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2779c6cc-d03f-43be-a653-fb0045454ad6 Content-Encoding: gzip Content-Length: 284 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3d416247e8224533841040c3ad2bce5a", "links": {"self": "http://172.30.9.28:5000/v3/roles/3d416247e8224533841040c3ad2bce5a"}, "name": "admin"}, {"domain_id": null, "id": "6fc48fbb08d4410680bf5ace535e410c", "links": {"self": "http://172.30.9.28:5000/v3/roles/6fc48fbb08d4410680bf5ace535e410c"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "fea739ce4d1249249c128f55b640b79d", "links": {"self": "http://172.30.9.28:5000/v3/roles/fea739ce4d1249249c128f55b640b79d"}, "name": "ResellerAdmin"}]} 2018-09-04 10:39:50,154 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-2779c6cc-d03f-43be-a653-fb0045454ad6 2018-09-04 10:39:50,155 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0728449821472s 2018-09-04 10:39:50,156 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-09-04 10:39:50,156 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9f2c75b8cfa39d659ce3b4224e3490a405116704" 2018-09-04 10:39:50,235 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:39:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-42d3dfae-5199-4deb-ad99-c13bc82248e5 Content-Encoding: gzip Content-Length: 284 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3d416247e8224533841040c3ad2bce5a", "links": {"self": "http://172.30.9.28:5000/v3/roles/3d416247e8224533841040c3ad2bce5a"}, "name": "admin"}, {"domain_id": null, "id": "6fc48fbb08d4410680bf5ace535e410c", "links": {"self": "http://172.30.9.28:5000/v3/roles/6fc48fbb08d4410680bf5ace535e410c"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "fea739ce4d1249249c128f55b640b79d", "links": {"self": "http://172.30.9.28:5000/v3/roles/fea739ce4d1249249c128f55b640b79d"}, "name": "ResellerAdmin"}]} 2018-09-04 10:39:50,236 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-42d3dfae-5199-4deb-ad99-c13bc82248e5 2018-09-04 10:39:50,236 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0802118778229s 2018-09-04 10:39:50,237 - functest.core.tenantnetwork - INFO - Creating default role Member 2018-09-04 10:39:50,237 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleCreate 2018-09-04 10:39:50,238 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9f2c75b8cfa39d659ce3b4224e3490a405116704" -d '{"role": {"name": "Member"}}' 2018-09-04 10:39:50,360 - keystoneauth.session - DEBUG - RESP: [201] Date: Tue, 04 Sep 2018 10:39:50 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-9c5dfc4d-3b1f-410a-98e1-35fc9853bc14 Content-Length: 177 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "3a7fbeea7ce544488fa1e0fede8e56f0", "links": {"self": "http://172.30.9.28:5000/v3/roles/3a7fbeea7ce544488fa1e0fede8e56f0"}, "name": "Member"}} 2018-09-04 10:39:50,361 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/roles used request id req-9c5dfc4d-3b1f-410a-98e1-35fc9853bc14 2018-09-04 10:39:50,361 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleCreate in 0.123528957367s 2018-09-04 10:39:50,362 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/roles/3a7fbeea7ce544488fa1e0fede8e56f0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9f2c75b8cfa39d659ce3b4224e3490a405116704" 2018-09-04 10:39:50,433 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:39:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ab69ded0-ffd5-4ce4-8ecb-dbcde9c807bf Content-Encoding: gzip Content-Length: 143 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.28:5000/v3/roles/3a7fbeea7ce544488fa1e0fede8e56f0"}, "domain_id": null, "name": "Member", "id": "3a7fbeea7ce544488fa1e0fede8e56f0"}} 2018-09-04 10:39:50,433 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles/3a7fbeea7ce544488fa1e0fede8e56f0 used request id req-ab69ded0-ffd5-4ce4-8ecb-dbcde9c807bf 2018-09-04 10:39:50,434 - functest.core.tenantnetwork - DEBUG - role: Munch({'NAME_ATTR': 'name', 'name': u'Member', 'links': {u'self': u'http://172.30.9.28:5000/v3/roles/3a7fbeea7ce544488fa1e0fede8e56f0'}, 'domain_id': None, 'human_id': None, 'id': u'3a7fbeea7ce544488fa1e0fede8e56f0', 'HUMAN_ID': False}) 2018-09-04 10:39:50,434 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-09-04 10:39:50,435 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9f2c75b8cfa39d659ce3b4224e3490a405116704" 2018-09-04 10:39:50,523 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:39:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fe2ee77b-0574-497a-b41c-614ae8d12713 Content-Encoding: gzip Content-Length: 315 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3a7fbeea7ce544488fa1e0fede8e56f0", "links": {"self": "http://172.30.9.28:5000/v3/roles/3a7fbeea7ce544488fa1e0fede8e56f0"}, "name": "Member"}, {"domain_id": null, "id": "3d416247e8224533841040c3ad2bce5a", "links": {"self": "http://172.30.9.28:5000/v3/roles/3d416247e8224533841040c3ad2bce5a"}, "name": "admin"}, {"domain_id": null, "id": "6fc48fbb08d4410680bf5ace535e410c", "links": {"self": "http://172.30.9.28:5000/v3/roles/6fc48fbb08d4410680bf5ace535e410c"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "fea739ce4d1249249c128f55b640b79d", "links": {"self": "http://172.30.9.28:5000/v3/roles/fea739ce4d1249249c128f55b640b79d"}, "name": "ResellerAdmin"}]} 2018-09-04 10:39:50,523 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-fe2ee77b-0574-497a-b41c-614ae8d12713 2018-09-04 10:39:50,523 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0892269611359s 2018-09-04 10:39:50,525 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2018-09-04 10:39:50,525 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9f2c75b8cfa39d659ce3b4224e3490a405116704" 2018-09-04 10:39:50,604 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:39:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1417e341-b4bd-49b4-8d04-2949d1c730eb 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.28:5000/v3/domains/default"}, "name": "Default"}} 2018-09-04 10:39:50,605 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains/default used request id req-1417e341-b4bd-49b4-8d04-2949d1c730eb 2018-09-04 10:39:50,605 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.0801088809967s 2018-09-04 10:39:50,606 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-09-04 10:39:50,606 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}9f2c75b8cfa39d659ce3b4224e3490a405116704" 2018-09-04 10:39:50,695 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:39:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0a41ad14-bd10-4327-b647-676312b2687e Content-Encoding: gzip Content-Length: 847 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.28:5000/v3/users/2719bb13630f43dfa92537864b7b9156"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2719bb13630f43dfa92537864b7b9156", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.28:5000/v3/users/36910ef6abf94075a2d6069c8571e383"}, "domain_id": "default", "enabled": true, "options": {}, "id": "36910ef6abf94075a2d6069c8571e383", "email": "cinder@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.28:5000/v3/users/42c3a9abd8ad4ce8ab2c4cc6e0403c33"}, "domain_id": "default", "enabled": true, "options": {}, "id": "42c3a9abd8ad4ce8ab2c4cc6e0403c33", "email": "admin@example.com", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.28:5000/v3/users/449836e5f54549afb8a7ce28abf3d544"}, "domain_id": "default", "enabled": true, "options": {}, "id": "449836e5f54549afb8a7ce28abf3d544", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.28:5000/v3/users/4f2d44b313674c27b065e562198a2eaf"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4f2d44b313674c27b065e562198a2eaf", "email": "placement@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.28:5000/v3/users/53e472b53b3247cc998195108afb0333"}, "domain_id": "default", "enabled": true, "options": {}, "id": "53e472b53b3247cc998195108afb0333", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.28:5000/v3/users/72c8a4f27c80473bb772f1af33725838"}, "domain_id": "default", "enabled": true, "options": {}, "id": "72c8a4f27c80473bb772f1af33725838", "email": "glance@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.28:5000/v3/users/7661c02c249442d984369889093013fe"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7661c02c249442d984369889093013fe", "email": "barbican@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.28:5000/v3/users/78cfb105b70a43c69c179056f12732d4"}, "domain_id": "bb3675e8f7584634b56038f5732ae451", "enabled": true, "options": {}, "id": "78cfb105b70a43c69c179056f12732d4", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.28:5000/v3/users/7cc5af47f4974b51be24b8af469f48f6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7cc5af47f4974b51be24b8af469f48f6", "email": "aodh@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.28:5000/v3/users/828ac5d6a2ef4b0091fb761ec963b324"}, "domain_id": "default", "enabled": true, "options": {}, "id": "828ac5d6a2ef4b0091fb761ec963b324", "email": "congress@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.28:5000/v3/users/9dcf57654b41495ea7db845703bc37f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9dcf57654b41495ea7db845703bc37f8", "email": "gnocchi@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "tempest_smoke_serial-user_068261eb-5f06-4915-acc8-7f5edd711ae8", "links": {"self": "http://172.30.9.28:5000/v3/users/c3ea0f1119d44480b1e969c14992aecb"}, "domain_id": "default", "enabled": true, "id": "c3ea0f1119d44480b1e969c14992aecb", "options": {}}, {"name": "neutron", "links": {"self": "http://172.30.9.28:5000/v3/users/c4e0c9bcba5d4f0895d28f0f72346c41"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c4e0c9bcba5d4f0895d28f0f72346c41", "email": "neutron@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.28:5000/v3/users/ef3f2972886b4078848941109f593feb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ef3f2972886b4078848941109f593feb", "email": "nova@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.28:5000/v3/users", "previous": null, "next": null}} 2018-09-04 10:39:50,696 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-0a41ad14-bd10-4327-b647-676312b2687e 2018-09-04 10:39:50,696 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.089900970459s 2018-09-04 10:39:50,696 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-0a41ad14-bd10-4327-b647-676312b2687e 2018-09-04 10:39:50,701 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-09-04 10:39:50,701 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28: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}9f2c75b8cfa39d659ce3b4224e3490a405116704" 2018-09-04 10:39:50,780 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:39:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6840f7d9-8dac-49c4-9608-6c3a2c67afd7 Content-Encoding: gzip Content-Length: 396 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: tempest_smoke_serial", "links": {"self": "http://172.30.9.28:5000/v3/projects/14e46315a5e14e95a6bd31ddd3090094"}, "enabled": true, "id": "14e46315a5e14e95a6bd31ddd3090094", "parent_id": "default", "domain_id": "default", "name": "tempest_smoke_seri-project_068261eb-5f06-4915-acc8-7f5edd711ae8"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.28:5000/v3/projects/18025ed81c804927a1f0e0e0ba20836f"}, "enabled": true, "id": "18025ed81c804927a1f0e0e0ba20836f", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.28:5000/v3/projects/1e2f68a072b64978bd7ea91c2d64aca6"}, "enabled": true, "id": "1e2f68a072b64978bd7ea91c2d64aca6", "parent_id": "default", "domain_id": "default", "name": "admin"}]} 2018-09-04 10:39:50,781 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?domain_id=default used request id req-6840f7d9-8dac-49c4-9608-6c3a2c67afd7 2018-09-04 10:39:50,781 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0799870491028s 2018-09-04 10:39:50,781 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?domain_id=default used request id req-6840f7d9-8dac-49c4-9608-6c3a2c67afd7 2018-09-04 10:39:50,784 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2018-09-04 10:39:50,784 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/role_assignments?user.id=c3ea0f1119d44480b1e969c14992aecb&scope.project.id=14e46315a5e14e95a6bd31ddd3090094&role.id=3a7fbeea7ce544488fa1e0fede8e56f0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9f2c75b8cfa39d659ce3b4224e3490a405116704" 2018-09-04 10:39:50,865 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:39:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4af43517-a618-4aa8-a65a-010d1d182cc3 Content-Encoding: gzip Content-Length: 208 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.28:5000/v3/role_assignments?user.id=c3ea0f1119d44480b1e969c14992aecb&scope.project.id=14e46315a5e14e95a6bd31ddd3090094&role.id=3a7fbeea7ce544488fa1e0fede8e56f0", "previous": null, "next": null}} 2018-09-04 10:39:50,865 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/role_assignments?user.id=c3ea0f1119d44480b1e969c14992aecb&scope.project.id=14e46315a5e14e95a6bd31ddd3090094&role.id=3a7fbeea7ce544488fa1e0fede8e56f0 used request id req-4af43517-a618-4aa8-a65a-010d1d182cc3 2018-09-04 10:39:50,866 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.0818731784821s 2018-09-04 10:39:50,866 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2018-09-04 10:39:50,867 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.28:5000/v3/projects/14e46315a5e14e95a6bd31ddd3090094/users/c3ea0f1119d44480b1e969c14992aecb/roles/3a7fbeea7ce544488fa1e0fede8e56f0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9f2c75b8cfa39d659ce3b4224e3490a405116704" 2018-09-04 10:39:51,066 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 10:39:50 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0299b192-33e6-4cb5-b14b-d4fb073a672d Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 10:39:51,066 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.28:5000/v3/projects/14e46315a5e14e95a6bd31ddd3090094/users/c3ea0f1119d44480b1e969c14992aecb/roles/3a7fbeea7ce544488fa1e0fede8e56f0 used request id req-0299b192-33e6-4cb5-b14b-d4fb073a672d 2018-09-04 10:39:51,067 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.200520992279s 2018-09-04 10:39:51,067 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'tempest_smoke_seri-project_068261eb-5f06-4915-acc8-7f5edd711ae8', 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': 'a72fd28c-2d8c-4ff1-8c2a-88cc7f914929', 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_068261eb-5f06-4915-acc8-7f5edd711ae8', 'project_id': u'14e46315a5e14e95a6bd31ddd3090094', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.28:5000/v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2018-09-04 10:39:51,069 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-09-04 10:39:51,069 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-09-04 10:39:51,069 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-09-04 10:39:51,069 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-09-04 10:39:51,069 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-09-04 10:39:51,069 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-09-04 10:39:51,069 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-09-04 10:39:51,070 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-09-04 10:39:51,070 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-09-04 10:39:51,070 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-09-04 10:39:51,070 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-09-04 10:39:51,070 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-09-04 10:39:51,070 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-09-04 10:39:51,070 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-09-04 10:39:51,070 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-09-04 10:39:51,070 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-09-04 10:39:51,071 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-09-04 10:39:51,071 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-09-04 10:39:51,071 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-09-04 10:39:51,071 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-09-04 10:39:51,071 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-09-04 10:39:51,071 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-09-04 10:39:51,071 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-09-04 10:39:51,071 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-09-04 10:39:51,073 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'tempest_smoke_serial-user_068261eb-5f06-4915-acc8-7f5edd711ae8', 'password': 'a72fd28c-2d8c-4ff1-8c2a-88cc7f914929', 'project_name': 'tempest_smoke_seri-project_068261eb-5f06-4915-acc8-7f5edd711ae8', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.28:5000/v3', 'project_id': '14e46315a5e14e95a6bd31ddd3090094', 'project_domain_name': 'Default'} 2018-09-04 10:39:51,073 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-09-04 10:39:51,074 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9f2c75b8cfa39d659ce3b4224e3490a405116704" 2018-09-04 10:39:51,154 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:39:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-88e975c9-6094-45c8-9e5b-8d5d0f6e603d Content-Encoding: gzip Content-Length: 315 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3a7fbeea7ce544488fa1e0fede8e56f0", "links": {"self": "http://172.30.9.28:5000/v3/roles/3a7fbeea7ce544488fa1e0fede8e56f0"}, "name": "Member"}, {"domain_id": null, "id": "3d416247e8224533841040c3ad2bce5a", "links": {"self": "http://172.30.9.28:5000/v3/roles/3d416247e8224533841040c3ad2bce5a"}, "name": "admin"}, {"domain_id": null, "id": "6fc48fbb08d4410680bf5ace535e410c", "links": {"self": "http://172.30.9.28:5000/v3/roles/6fc48fbb08d4410680bf5ace535e410c"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "fea739ce4d1249249c128f55b640b79d", "links": {"self": "http://172.30.9.28:5000/v3/roles/fea739ce4d1249249c128f55b640b79d"}, "name": "ResellerAdmin"}]} 2018-09-04 10:39:51,154 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-88e975c9-6094-45c8-9e5b-8d5d0f6e603d 2018-09-04 10:39:51,155 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0811741352081s 2018-09-04 10:39:51,156 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-09-04 10:39:51,157 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9f2c75b8cfa39d659ce3b4224e3490a405116704" 2018-09-04 10:39:51,231 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:39:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e7f3996e-5eee-4863-ab73-1498a55279de Content-Encoding: gzip Content-Length: 315 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3a7fbeea7ce544488fa1e0fede8e56f0", "links": {"self": "http://172.30.9.28:5000/v3/roles/3a7fbeea7ce544488fa1e0fede8e56f0"}, "name": "Member"}, {"domain_id": null, "id": "3d416247e8224533841040c3ad2bce5a", "links": {"self": "http://172.30.9.28:5000/v3/roles/3d416247e8224533841040c3ad2bce5a"}, "name": "admin"}, {"domain_id": null, "id": "6fc48fbb08d4410680bf5ace535e410c", "links": {"self": "http://172.30.9.28:5000/v3/roles/6fc48fbb08d4410680bf5ace535e410c"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "fea739ce4d1249249c128f55b640b79d", "links": {"self": "http://172.30.9.28:5000/v3/roles/fea739ce4d1249249c128f55b640b79d"}, "name": "ResellerAdmin"}]} 2018-09-04 10:39:51,231 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-e7f3996e-5eee-4863-ab73-1498a55279de 2018-09-04 10:39:51,231 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0752611160278s 2018-09-04 10:39:51,232 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2018-09-04 10:39:51,233 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9f2c75b8cfa39d659ce3b4224e3490a405116704" 2018-09-04 10:39:51,307 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:39:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c4b8739c-10f6-4310-adb8-727237c04cc9 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.28:5000/v3/domains/default"}, "name": "Default"}} 2018-09-04 10:39:51,307 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains/default used request id req-c4b8739c-10f6-4310-adb8-727237c04cc9 2018-09-04 10:39:51,307 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.0748081207275s 2018-09-04 10:39:51,308 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-09-04 10:39:51,309 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}9f2c75b8cfa39d659ce3b4224e3490a405116704" 2018-09-04 10:39:51,411 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:39:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-308cb408-be26-488c-9c9f-5d458be2036d Content-Encoding: gzip Content-Length: 847 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.28:5000/v3/users/2719bb13630f43dfa92537864b7b9156"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2719bb13630f43dfa92537864b7b9156", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.28:5000/v3/users/36910ef6abf94075a2d6069c8571e383"}, "domain_id": "default", "enabled": true, "options": {}, "id": "36910ef6abf94075a2d6069c8571e383", "email": "cinder@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.28:5000/v3/users/42c3a9abd8ad4ce8ab2c4cc6e0403c33"}, "domain_id": "default", "enabled": true, "options": {}, "id": "42c3a9abd8ad4ce8ab2c4cc6e0403c33", "email": "admin@example.com", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.28:5000/v3/users/449836e5f54549afb8a7ce28abf3d544"}, "domain_id": "default", "enabled": true, "options": {}, "id": "449836e5f54549afb8a7ce28abf3d544", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.28:5000/v3/users/4f2d44b313674c27b065e562198a2eaf"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4f2d44b313674c27b065e562198a2eaf", "email": "placement@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.28:5000/v3/users/53e472b53b3247cc998195108afb0333"}, "domain_id": "default", "enabled": true, "options": {}, "id": "53e472b53b3247cc998195108afb0333", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.28:5000/v3/users/72c8a4f27c80473bb772f1af33725838"}, "domain_id": "default", "enabled": true, "options": {}, "id": "72c8a4f27c80473bb772f1af33725838", "email": "glance@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.28:5000/v3/users/7661c02c249442d984369889093013fe"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7661c02c249442d984369889093013fe", "email": "barbican@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.28:5000/v3/users/78cfb105b70a43c69c179056f12732d4"}, "domain_id": "bb3675e8f7584634b56038f5732ae451", "enabled": true, "options": {}, "id": "78cfb105b70a43c69c179056f12732d4", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.28:5000/v3/users/7cc5af47f4974b51be24b8af469f48f6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7cc5af47f4974b51be24b8af469f48f6", "email": "aodh@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.28:5000/v3/users/828ac5d6a2ef4b0091fb761ec963b324"}, "domain_id": "default", "enabled": true, "options": {}, "id": "828ac5d6a2ef4b0091fb761ec963b324", "email": "congress@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.28:5000/v3/users/9dcf57654b41495ea7db845703bc37f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9dcf57654b41495ea7db845703bc37f8", "email": "gnocchi@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "tempest_smoke_serial-user_068261eb-5f06-4915-acc8-7f5edd711ae8", "links": {"self": "http://172.30.9.28:5000/v3/users/c3ea0f1119d44480b1e969c14992aecb"}, "domain_id": "default", "enabled": true, "id": "c3ea0f1119d44480b1e969c14992aecb", "options": {}}, {"name": "neutron", "links": {"self": "http://172.30.9.28:5000/v3/users/c4e0c9bcba5d4f0895d28f0f72346c41"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c4e0c9bcba5d4f0895d28f0f72346c41", "email": "neutron@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.28:5000/v3/users/ef3f2972886b4078848941109f593feb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ef3f2972886b4078848941109f593feb", "email": "nova@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.28:5000/v3/users", "previous": null, "next": null}} 2018-09-04 10:39:51,412 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-308cb408-be26-488c-9c9f-5d458be2036d 2018-09-04 10:39:51,412 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.103369951248s 2018-09-04 10:39:51,412 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-308cb408-be26-488c-9c9f-5d458be2036d 2018-09-04 10:39:51,418 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-09-04 10:39:51,418 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28: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}9f2c75b8cfa39d659ce3b4224e3490a405116704" 2018-09-04 10:39:51,501 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:39:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1794a059-2ea7-4ae8-a1d5-7d936b7bf8d4 Content-Encoding: gzip Content-Length: 396 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: tempest_smoke_serial", "links": {"self": "http://172.30.9.28:5000/v3/projects/14e46315a5e14e95a6bd31ddd3090094"}, "enabled": true, "id": "14e46315a5e14e95a6bd31ddd3090094", "parent_id": "default", "domain_id": "default", "name": "tempest_smoke_seri-project_068261eb-5f06-4915-acc8-7f5edd711ae8"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.28:5000/v3/projects/18025ed81c804927a1f0e0e0ba20836f"}, "enabled": true, "id": "18025ed81c804927a1f0e0e0ba20836f", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.28:5000/v3/projects/1e2f68a072b64978bd7ea91c2d64aca6"}, "enabled": true, "id": "1e2f68a072b64978bd7ea91c2d64aca6", "parent_id": "default", "domain_id": "default", "name": "admin"}]} 2018-09-04 10:39:51,501 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?domain_id=default used request id req-1794a059-2ea7-4ae8-a1d5-7d936b7bf8d4 2018-09-04 10:39:51,501 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0830779075623s 2018-09-04 10:39:51,501 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?domain_id=default used request id req-1794a059-2ea7-4ae8-a1d5-7d936b7bf8d4 2018-09-04 10:39:51,503 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2018-09-04 10:39:51,504 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/role_assignments?user.id=c3ea0f1119d44480b1e969c14992aecb&scope.project.id=14e46315a5e14e95a6bd31ddd3090094&role.id=3d416247e8224533841040c3ad2bce5a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9f2c75b8cfa39d659ce3b4224e3490a405116704" 2018-09-04 10:39:51,578 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:39:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-87657ab5-ab55-4213-814e-a088ee4e91ff Content-Encoding: gzip Content-Length: 210 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.28:5000/v3/role_assignments?user.id=c3ea0f1119d44480b1e969c14992aecb&scope.project.id=14e46315a5e14e95a6bd31ddd3090094&role.id=3d416247e8224533841040c3ad2bce5a", "previous": null, "next": null}} 2018-09-04 10:39:51,578 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/role_assignments?user.id=c3ea0f1119d44480b1e969c14992aecb&scope.project.id=14e46315a5e14e95a6bd31ddd3090094&role.id=3d416247e8224533841040c3ad2bce5a used request id req-87657ab5-ab55-4213-814e-a088ee4e91ff 2018-09-04 10:39:51,578 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.0748138427734s 2018-09-04 10:39:51,579 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2018-09-04 10:39:51,580 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.28:5000/v3/projects/14e46315a5e14e95a6bd31ddd3090094/users/c3ea0f1119d44480b1e969c14992aecb/roles/3d416247e8224533841040c3ad2bce5a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9f2c75b8cfa39d659ce3b4224e3490a405116704" 2018-09-04 10:39:51,713 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 10:39:51 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-28251700-4103-4787-9222-f9d04a681285 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 10:39:51,713 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.28:5000/v3/projects/14e46315a5e14e95a6bd31ddd3090094/users/c3ea0f1119d44480b1e969c14992aecb/roles/3d416247e8224533841040c3ad2bce5a used request id req-28251700-4103-4787-9222-f9d04a681285 2018-09-04 10:39:51,714 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.134615182877s 2018-09-04 10:39:51,714 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-09-04 10:39:56,345 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-09-04 10:39:56.087 12 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=16411604-8436-4024-88cd-76f21471198b) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | 16411604-8436-4024-88cd-76f21471198b | 2018-09-04T10:39:56 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: 16411604-8436-4024-88cd-76f21471198b ~/.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-09-04 10:39:59,735 - 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-09-04 10:39:59,736 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-09-04 10:40:05,782 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide 2018-09-04 10:40:03.932 21 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2018-09-04 10:40:04.107 21 INFO rally.verification.manager [-] Cloning verifier repo from /src/tempest. 2018-09-04 10:40:05.592 21 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=93d194ff-1532-48fd-a299-830ae9c58b7c) has been successfully created! Using verifier 'opnfv-tempest' (UUID=93d194ff-1532-48fd-a299-830ae9c58b7c) as the default verifier for the future CLI operations. 2018-09-04 10:40:08,672 - xtesting.ci.run_tests - INFO - Running test case 'tempest_smoke_serial'... 2018-09-04 10:40:08,672 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainList 2018-09-04 10:40:08,673 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/domains? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9f2c75b8cfa39d659ce3b4224e3490a405116704" 2018-09-04 10:40:08,755 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:40:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-74d961e8-0b0b-47dc-ac2f-ebb932fbff27 Content-Encoding: gzip Content-Length: 213 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.28:5000/v3/domains/bb3675e8f7584634b56038f5732ae451"}, "description": "", "name": "heat_stack", "enabled": true, "id": "bb3675e8f7584634b56038f5732ae451"}, {"links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains", "previous": null, "next": null}} 2018-09-04 10:40:08,755 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains used request id req-74d961e8-0b0b-47dc-ac2f-ebb932fbff27 2018-09-04 10:40:08,755 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainList in 0.0826869010925s 2018-09-04 10:40:08,756 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-09-04 10:40:08,757 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28: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}9f2c75b8cfa39d659ce3b4224e3490a405116704" 2018-09-04 10:40:08,838 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:40:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a227b92b-3ab9-46e0-94a7-55294642cca2 Content-Encoding: gzip Content-Length: 396 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: tempest_smoke_serial", "links": {"self": "http://172.30.9.28:5000/v3/projects/14e46315a5e14e95a6bd31ddd3090094"}, "enabled": true, "id": "14e46315a5e14e95a6bd31ddd3090094", "parent_id": "default", "domain_id": "default", "name": "tempest_smoke_seri-project_068261eb-5f06-4915-acc8-7f5edd711ae8"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.28:5000/v3/projects/18025ed81c804927a1f0e0e0ba20836f"}, "enabled": true, "id": "18025ed81c804927a1f0e0e0ba20836f", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.28:5000/v3/projects/1e2f68a072b64978bd7ea91c2d64aca6"}, "enabled": true, "id": "1e2f68a072b64978bd7ea91c2d64aca6", "parent_id": "default", "domain_id": "default", "name": "admin"}]} 2018-09-04 10:40:08,838 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?domain_id=default used request id req-a227b92b-3ab9-46e0-94a7-55294642cca2 2018-09-04 10:40:08,838 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0820741653442s 2018-09-04 10:40:08,839 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?domain_id=default used request id req-a227b92b-3ab9-46e0-94a7-55294642cca2 2018-09-04 10:40:08,841 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-09-04 10:40:08,841 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28: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}9f2c75b8cfa39d659ce3b4224e3490a405116704" -d '{"network": {"shared": true, "tenant_id": "14e46315a5e14e95a6bd31ddd3090094", "name": "tempest_smoke_serial-net_068261eb-5f06-4915-acc8-7f5edd711ae8", "admin_state_up": true}}' 2018-09-04 10:40:09,667 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 692 X-Openstack-Request-Id: req-48a18639-9e2e-4947-987b-000dab12aa87 Date: Tue, 04 Sep 2018 10:40: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":"414cc770-445a-4612-a395-ef5ebfe7c246","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":true,"project_id":"14e46315a5e14e95a6bd31ddd3090094","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-09-04T10:40:09Z","is_default":false,"provider:segmentation_id":19,"name":"tempest_smoke_serial-net_068261eb-5f06-4915-acc8-7f5edd711ae8","admin_state_up":true,"tenant_id":"14e46315a5e14e95a6bd31ddd3090094","created_at":"2018-09-04T10:40:09Z","mtu":1450}} 2018-09-04 10:40:09,667 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-48a18639-9e2e-4947-987b-000dab12aa87 2018-09-04 10:40:09,667 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.826432228088s 2018-09-04 10:40:09,667 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-48a18639-9e2e-4947-987b-000dab12aa87 2018-09-04 10:40:09,668 - functest.core.tenantnetwork - DEBUG - network: Munch({u'status': u'ACTIVE', u'subnets': [], u'description': u'', u'provider:physical_network': None, u'tags': [], u'ipv6_address_scope': None, u'updated_at': u'2018-09-04T10:40:09Z', u'is_default': False, u'revision_number': 2, u'port_security_enabled': True, u'provider:network_type': u'vxlan', u'id': u'414cc770-445a-4612-a395-ef5ebfe7c246', u'provider:segmentation_id': 19, u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'tempest_smoke_serial-net_068261eb-5f06-4915-acc8-7f5edd711ae8', u'admin_state_up': True, u'tenant_id': u'14e46315a5e14e95a6bd31ddd3090094', u'created_at': u'2018-09-04T10:40:09Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': True, u'project_id': u'14e46315a5e14e95a6bd31ddd3090094'}) 2018-09-04 10:40:09,669 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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-09-04 10:40:09,676 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:40:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-78a68b08-e0f3-4d09-a3e8-4b704fda016b 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.28:5000/v3/", "rel": "self"}]}} 2018-09-04 10:40:09,676 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-78a68b08-e0f3-4d09-a3e8-4b704fda016b 2018-09-04 10:40:09,677 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-09-04 10:40:10,070 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "3a7fbeea7ce544488fa1e0fede8e56f0", "name": "Member"}, {"id": "3d416247e8224533841040c3ad2bce5a", "name": "admin"}], "expires_at": "2018-09-04T11:40:10.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "14e46315a5e14e95a6bd31ddd3090094", "name": "tempest_smoke_seri-project_068261eb-5f06-4915-acc8-7f5edd711ae8"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v1/14e46315a5e14e95a6bd31ddd3090094", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235635a698ef4bef9dc6b25273d185da"}, {"url": "http://192.30.9.6:8776/v1/14e46315a5e14e95a6bd31ddd3090094", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "23b07b3fbfc340a58cf0f9b2871a0d23"}, {"url": "http://172.30.9.28:8776/v1/14e46315a5e14e95a6bd31ddd3090094", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "72fd0aaa144d45419f4b04b6b26f69a7"}], "type": "volume", "id": "097241c25b4d4f7e91b3f8efa155909e", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v3/14e46315a5e14e95a6bd31ddd3090094", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93eb4cf3030a49e7840bec071422d397"}, {"url": "http://192.30.9.6:8776/v3/14e46315a5e14e95a6bd31ddd3090094", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8af439a6ac147fdbcb38ed9aa916b68"}, {"url": "http://192.30.9.6:8776/v3/14e46315a5e14e95a6bd31ddd3090094", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c4bfdbc9b7c74a23a40afdf578cfeba4"}], "type": "volumev3", "id": "1c85f4682ce44f729db1dabd98e965e8", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "82239574a29d4603a2161006f61851cf"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8d15f7134f364a7bbcfff2f84aac3bf2"}, {"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e01668c43a0c4c279b9a3d20a0280d6c"}], "type": "image", "id": "297d8415ca96454991054983920912f7", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7bb4d60e20734d4a9f31ec75e02cb823"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bf6adec15590466a9a0d3bddb00e8993"}, {"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f096f03a1d12411a8972f6f7c196b60d"}], "type": "policy", "id": "54c64351b56d44bbad74c2969cc3aa00", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "354ae6870a324fab82d0a0fb68ee0f26"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a3807e460dd4af488d982b66c52e64c"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e7c3da785076450abd71868e75ce0c33"}], "type": "cloudformation", "id": "6ac9917ae83c4639a15a4ab3cf0e76dd", "name": "heat-cfn"}, {"endpoints": [], "type": "metering", "id": "7fcc078e5e0645f29df67742ac14e388", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49e71628d386464cb950d6a9db00a328"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75b0a63ed8574bbcab1c851cc9b83d30"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9902b0a8b3c04cd192a1b84c417c232b"}], "type": "key-manager", "id": "9626544a32e74678a641c6e206f028a9", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "497340e5aa36485982fdf297f370558f"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7802beb4fc7c4952897b77bd5610b1fe"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c14af798917f4fa0b146d9772583e595"}], "type": "metric", "id": "973bfe8c658d4e5a8da725e76b9d550e", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "288ecc3674ea41d2aa3b790dcb832bf2"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7a6dc785cd7142f5b30f1a7ba0daeb03"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7f7d34e2351b4964befccc862c4e8e12"}], "type": "network", "id": "a348d7b06050474fb449be7f32ea6f5d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "21bce6ecb8464a1f8f3e3847aa698bd6"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0a8faf2246b47deb30e69e48d3551fb"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e71c6011de3d4d8589e5b53dcc79f288"}], "type": "identity", "id": "ad8d4b4953184137a1b913ecee9434ed", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "13474f9a78ca4f1184e4cddc84d0d98c"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad67365a18234bb78c336e6776958c00"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc54db13337f44f8921fbb9ad0f81de8"}], "type": "alarming", "id": "bb18dc3243034f08a6a7f69f7a1edccf", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0d91d7adf0304b2681c77f979e5cdb17"}, {"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "756e5ffca9774ab3ae2db41bf330417f"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c07c727a08c243b287827f539a124e63"}], "type": "placement", "id": "bb2c9432fcbd4c56913177122468f6ba", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8004/v1/14e46315a5e14e95a6bd31ddd3090094", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1eed4912224b48cf9856446eae4d9928"}, {"url": "http://192.30.9.6:8004/v1/14e46315a5e14e95a6bd31ddd3090094", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b73b7f99236541148d84f24f09e5dd40"}, {"url": "http://192.30.9.6:8004/v1/14e46315a5e14e95a6bd31ddd3090094", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fbf12e52911244fdafc24a9d46f56e62"}], "type": "orchestration", "id": "c8918d139da945ba93df4ccce21d4904", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/14e46315a5e14e95a6bd31ddd3090094", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16bf098b9e2e490f8e47fa601059f975"}, {"url": "http://192.30.9.6:8776/v2/14e46315a5e14e95a6bd31ddd3090094", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc16fa4cf491444ca2f611d5692c1170"}, {"url": "http://192.30.9.6:8776/v2/14e46315a5e14e95a6bd31ddd3090094", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ccd2c5325dff4b90b391db9fdde67d99"}], "type": "volumev2", "id": "d09ac9123c34494abce21d6c27bee9d9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eac694332354a3aa0e61c31314166d7"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b4d4989c4e764717ab78d38675cadd3f"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff196e46b56d406d87a678f1a64497b0"}], "type": "compute", "id": "d4030ee932c84df58c5b910cc197caa7", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "tempest_smoke_serial-user_068261eb-5f06-4915-acc8-7f5edd711ae8", "id": "c3ea0f1119d44480b1e969c14992aecb"}, "audit_ids": ["R0NITfWaSOuJGY2UC1KmvA"], "issued_at": "2018-09-04T10:40:10.000000Z"}} 2018-09-04 10:40:10,074 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-04 10:40:10,074 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}7b4301afb175d7168671536da55eac1235c893af" 2018-09-04 10:40:10,314 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1357 X-Openstack-Request-Id: req-4fe5ae0b-04a6-4040-9252-8a1e6dd163cb Date: Tue, 04 Sep 2018 10:40:10 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"4097e349-dd4a-4a5e-95d6-eed5c2d7b85a","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"18025ed81c804927a1f0e0e0ba20836f","status":"ACTIVE","subnets":["5092c110-d468-4f12-acae-47d56d35dff1"],"description":"","tags":[],"updated_at":"2018-09-04T10:10:50Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"18025ed81c804927a1f0e0e0ba20836f","created_at":"2018-09-04T10:10:44Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"414cc770-445a-4612-a395-ef5ebfe7c246","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":true,"project_id":"14e46315a5e14e95a6bd31ddd3090094","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-09-04T10:40:09Z","provider:segmentation_id":19,"name":"tempest_smoke_serial-net_068261eb-5f06-4915-acc8-7f5edd711ae8","admin_state_up":true,"tenant_id":"14e46315a5e14e95a6bd31ddd3090094","created_at":"2018-09-04T10:40:09Z","provider:network_type":"vxlan"}]} 2018-09-04 10:40:10,314 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-4fe5ae0b-04a6-4040-9252-8a1e6dd163cb 2018-09-04 10:40:10,315 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.240852117538s 2018-09-04 10:40:10,315 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-4fe5ae0b-04a6-4040-9252-8a1e6dd163cb 2018-09-04 10:40:10,316 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-09-04 10:40:10,317 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28: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}7b4301afb175d7168671536da55eac1235c893af" -d '{"subnet": {"name": "tempest_smoke_serial-subnet_068261eb-5f06-4915-acc8-7f5edd711ae8", "enable_dhcp": true, "network_id": "414cc770-445a-4612-a395-ef5ebfe7c246", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-09-04 10:40:10,906 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 688 X-Openstack-Request-Id: req-768631ab-df3e-4829-a6bc-807d10f44944 Date: Tue, 04 Sep 2018 10:40:10 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"414cc770-445a-4612-a395-ef5ebfe7c246","tenant_id":"14e46315a5e14e95a6bd31ddd3090094","created_at":"2018-09-04T10:40:10Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-09-04T10:40:10Z","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":"14e46315a5e14e95a6bd31ddd3090094","id":"cab460ee-0413-4610-b77b-76ed317f66ee","subnetpool_id":null,"name":"tempest_smoke_serial-subnet_068261eb-5f06-4915-acc8-7f5edd711ae8"}} 2018-09-04 10:40:10,906 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/subnets.json used request id req-768631ab-df3e-4829-a6bc-807d10f44944 2018-09-04 10:40:10,906 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 0.589773178101s 2018-09-04 10:40:10,907 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/subnets.json used request id req-768631ab-df3e-4829-a6bc-807d10f44944 2018-09-04 10:40:10,907 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-09-04T10:40:10Z', 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'cab460ee-0413-4610-b77b-76ed317f66ee', u'subnetpool_id': None, u'service_types': [], u'name': u'tempest_smoke_serial-subnet_068261eb-5f06-4915-acc8-7f5edd711ae8', u'enable_dhcp': True, u'network_id': u'414cc770-445a-4612-a395-ef5ebfe7c246', u'tenant_id': u'14e46315a5e14e95a6bd31ddd3090094', u'created_at': u'2018-09-04T10:40:10Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'14e46315a5e14e95a6bd31ddd3090094'}) 2018-09-04 10:40:10,908 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-09-04 10:40:10,908 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28: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}7b4301afb175d7168671536da55eac1235c893af" -d '{"router": {"external_gateway_info": {"network_id": "4097e349-dd4a-4a5e-95d6-eed5c2d7b85a"}, "name": "tempest_smoke_serial-router_068261eb-5f06-4915-acc8-7f5edd711ae8", "admin_state_up": true}}' 2018-09-04 10:40:14,298 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 653 X-Openstack-Request-Id: req-cef04f9a-ca3a-465a-9a2a-359b603dcd60 Date: Tue, 04 Sep 2018 10:40:14 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "4097e349-dd4a-4a5e-95d6-eed5c2d7b85a", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "5092c110-d468-4f12-acae-47d56d35dff1", "ip_address": "172.30.9.211"}]}, "description": "", "tags": [], "tenant_id": "14e46315a5e14e95a6bd31ddd3090094", "created_at": "2018-09-04T10:40:13Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-09-04T10:40:14Z", "revision_number": 2, "routes": [], "project_id": "14e46315a5e14e95a6bd31ddd3090094", "id": "a58d2208-47fc-49fe-b0b4-0d3b755d35b7", "name": "tempest_smoke_serial-router_068261eb-5f06-4915-acc8-7f5edd711ae8"}} 2018-09-04 10:40:14,298 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/routers.json used request id req-cef04f9a-ca3a-465a-9a2a-359b603dcd60 2018-09-04 10:40:14,299 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 3.39068698883s 2018-09-04 10:40:14,299 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/routers.json used request id req-cef04f9a-ca3a-465a-9a2a-359b603dcd60 2018-09-04 10:40:14,299 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'4097e349-dd4a-4a5e-95d6-eed5c2d7b85a', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'5092c110-d468-4f12-acae-47d56d35dff1', u'ip_address': u'172.30.9.211'}]}, u'description': u'', u'tags': [], u'tenant_id': u'14e46315a5e14e95a6bd31ddd3090094', u'created_at': u'2018-09-04T10:40:13Z', u'admin_state_up': True, u'distributed': False, u'updated_at': u'2018-09-04T10:40:14Z', u'revision_number': 2, u'routes': [], u'project_id': u'14e46315a5e14e95a6bd31ddd3090094', u'id': u'a58d2208-47fc-49fe-b0b4-0d3b755d35b7', u'name': u'tempest_smoke_serial-router_068261eb-5f06-4915-acc8-7f5edd711ae8'}) 2018-09-04 10:40:14,300 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-09-04 10:40:14,301 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.28:9696/v2.0/routers/a58d2208-47fc-49fe-b0b4-0d3b755d35b7/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}7b4301afb175d7168671536da55eac1235c893af" -d '{"subnet_id": "cab460ee-0413-4610-b77b-76ed317f66ee"}' 2018-09-04 10:40:15,929 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-302e0a50-d356-40bf-b09c-1442d2e77509 Date: Tue, 04 Sep 2018 10:40:15 GMT RESP BODY: {"network_id": "414cc770-445a-4612-a395-ef5ebfe7c246", "tenant_id": "14e46315a5e14e95a6bd31ddd3090094", "subnet_id": "cab460ee-0413-4610-b77b-76ed317f66ee", "subnet_ids": ["cab460ee-0413-4610-b77b-76ed317f66ee"], "port_id": "1041044f-47ba-497f-a6b3-2827f2e8c370", "id": "a58d2208-47fc-49fe-b0b4-0d3b755d35b7"} 2018-09-04 10:40:15,930 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.28:9696/v2.0/routers/a58d2208-47fc-49fe-b0b4-0d3b755d35b7/add_router_interface.json used request id req-302e0a50-d356-40bf-b09c-1442d2e77509 2018-09-04 10:40:15,930 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 1.62985992432s 2018-09-04 10:40:15,930 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.28:9696/v2.0/routers/a58d2208-47fc-49fe-b0b4-0d3b755d35b7/add_router_interface.json used request id req-302e0a50-d356-40bf-b09c-1442d2e77509 returning object a58d2208-47fc-49fe-b0b4-0d3b755d35b7 2018-09-04 10:40:15,931 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-09-04 10:40:16,062 - shade - DEBUG - Image file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img md5:443b7623e27ecf03dc9e01ee93f67afe sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8 2018-09-04 10:40:16,064 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}7b4301afb175d7168671536da55eac1235c893af" 2018-09-04 10:40:16,068 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 648 Date: Tue, 04 Sep 2018 10:40:16 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.5", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}]} 2018-09-04 10:40:16,070 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-09-04 10:40:16,071 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}7b4301afb175d7168671536da55eac1235c893af" 2018-09-04 10:40:16,241 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-177b751d-07a8-47a7-8f5c-933a2fa17f99 Date: Tue, 04 Sep 2018 10:40:16 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-09-04 10:40:16,241 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-177b751d-07a8-47a7-8f5c-933a2fa17f99 2018-09-04 10:40:16,241 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.170944929123s 2018-09-04 10:40:16,242 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-177b751d-07a8-47a7-8f5c-933a2fa17f99 2018-09-04 10:40:16,243 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-09-04 10:40:16,244 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28: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}7b4301afb175d7168671536da55eac1235c893af" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/tempest_smoke_serial-img_068261eb-5f06-4915-acc8-7f5edd711ae8", "container_format": "bare", "disk_format": "qcow2", "visibility": "public", "name": "tempest_smoke_serial-img_068261eb-5f06-4915-acc8-7f5edd711ae8"}' 2018-09-04 10:40:16,492 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 891 Content-Type: application/json Location: http://172.30.9.28:9292/v2/images/4f9ad537-045d-4c19-978c-11873d0e31ff X-Openstack-Request-Id: req-1f3262f5-646a-4d2f-b18e-a1d8be578e2f Date: Tue, 04 Sep 2018 10:40:16 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "locations": [], "file": "/v2/images/4f9ad537-045d-4c19-978c-11873d0e31ff/file", "owner": "14e46315a5e14e95a6bd31ddd3090094", "id": "4f9ad537-045d-4c19-978c-11873d0e31ff", "size": null, "self": "/v2/images/4f9ad537-045d-4c19-978c-11873d0e31ff", "disk_format": "qcow2", "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-09-04T10:40:16Z", "visibility": "public", "owner_specified.shade.object": "images/tempest_smoke_serial-img_068261eb-5f06-4915-acc8-7f5edd711ae8", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "tempest_smoke_serial-img_068261eb-5f06-4915-acc8-7f5edd711ae8", "checksum": null, "created_at": "2018-09-04T10:40:16Z", "protected": false} 2018-09-04 10:40:16,492 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.28:9292/v2/images used request id req-1f3262f5-646a-4d2f-b18e-a1d8be578e2f 2018-09-04 10:40:16,492 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.249186038971s 2018-09-04 10:40:16,493 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.28:9292/v2/images used request id req-1f3262f5-646a-4d2f-b18e-a1d8be578e2f returning object 4f9ad537-045d-4c19-978c-11873d0e31ff 2018-09-04 10:40:16,493 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-09-04 10:40:16,494 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.28:9292/v2/images/4f9ad537-045d-4c19-978c-11873d0e31ff/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}7b4301afb175d7168671536da55eac1235c893af" -d '' 2018-09-04 10:40:17,712 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-936aa7bd-3f7e-4b9e-bb7d-ed65eb85b05b Date: Tue, 04 Sep 2018 10:40:17 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-09-04 10:40:17,712 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.28:9292/v2/images/4f9ad537-045d-4c19-978c-11873d0e31ff/file used request id req-936aa7bd-3f7e-4b9e-bb7d-ed65eb85b05b 2018-09-04 10:40:17,713 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 1.21900296211s 2018-09-04 10:40:17,713 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.28:9292/v2/images/4f9ad537-045d-4c19-978c-11873d0e31ff/file used request id req-936aa7bd-3f7e-4b9e-bb7d-ed65eb85b05b 2018-09-04 10:40:17,713 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-09-04 10:40:17,714 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}7b4301afb175d7168671536da55eac1235c893af" 2018-09-04 10:40:17,873 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1221 Content-Type: application/json X-Openstack-Request-Id: req-3c8f48d7-e944-43db-ac21-e70ba62362e2 Date: Tue, 04 Sep 2018 10:40:17 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://99671b03-94ed-44b3-b5f6-80b8e44d0570/images/4f9ad537-045d-4c19-978c-11873d0e31ff/snap", "metadata": {}}], "file": "/v2/images/4f9ad537-045d-4c19-978c-11873d0e31ff/file", "owner": "14e46315a5e14e95a6bd31ddd3090094", "id": "4f9ad537-045d-4c19-978c-11873d0e31ff", "size": 12716032, "self": "/v2/images/4f9ad537-045d-4c19-978c-11873d0e31ff", "disk_format": "qcow2", "direct_url": "rbd://99671b03-94ed-44b3-b5f6-80b8e44d0570/images/4f9ad537-045d-4c19-978c-11873d0e31ff/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-09-04T10:40:17Z", "visibility": "public", "owner_specified.shade.object": "images/tempest_smoke_serial-img_068261eb-5f06-4915-acc8-7f5edd711ae8", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "tempest_smoke_serial-img_068261eb-5f06-4915-acc8-7f5edd711ae8", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-09-04T10:40:16Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-09-04 10:40:17,873 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-3c8f48d7-e944-43db-ac21-e70ba62362e2 2018-09-04 10:40:17,873 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.159523010254s 2018-09-04 10:40:17,873 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-3c8f48d7-e944-43db-ac21-e70ba62362e2 2018-09-04 10:40:17,875 - functest.core.singlevm - DEBUG - image: Munch({'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://99671b03-94ed-44b3-b5f6-80b8e44d0570/images/4f9ad537-045d-4c19-978c-11873d0e31ff/snap', u'metadata': Munch({})})], 'file': u'/v2/images/4f9ad537-045d-4c19-978c-11873d0e31ff/file', 'owner': u'14e46315a5e14e95a6bd31ddd3090094', 'id': u'4f9ad537-045d-4c19-978c-11873d0e31ff', 'size': 12716032, u'self': u'/v2/images/4f9ad537-045d-4c19-978c-11873d0e31ff', 'disk_format': u'qcow2', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'14e46315a5e14e95a6bd31ddd3090094', 'name': 'tempest_smoke_seri-project_068261eb-5f06-4915-acc8-7f5edd711ae8', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://99671b03-94ed-44b3-b5f6-80b8e44d0570/images/4f9ad537-045d-4c19-978c-11873d0e31ff/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-09-04T10:40:17Z', 'tags': [], 'visibility': u'public', 'updated_at': u'2018-09-04T10:40:17Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/tempest_smoke_serial-img_068261eb-5f06-4915-acc8-7f5edd711ae8', 'min_disk': 0, 'is_public': True, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'self': u'/v2/images/4f9ad537-045d-4c19-978c-11873d0e31ff', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/tempest_smoke_serial-img_068261eb-5f06-4915-acc8-7f5edd711ae8', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}, 'name': u'tempest_smoke_serial-img_068261eb-5f06-4915-acc8-7f5edd711ae8', 'created': u'2018-09-04T10:40:16Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-09-04T10:40:16Z', 'minDisk': 0, 'is_protected': False, 'metadata': {u'self': u'/v2/images/4f9ad537-045d-4c19-978c-11873d0e31ff', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/tempest_smoke_serial-img_068261eb-5f06-4915-acc8-7f5edd711ae8', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}}) 2018-09-04 10:40:17,877 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-09-04 10:40:17,879 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28: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}9f2c75b8cfa39d659ce3b4224e3490a405116704" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "tempest_smoke_serial-flavor_068261eb-5f06-4915-acc8-7f5edd711ae8", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-09-04 10:40:18,183 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:40: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-af0a1a59-c9f5-434c-b90c-01de5eacd6d3 x-compute-request-id: req-af0a1a59-c9f5-434c-b90c-01de5eacd6d3 Content-Encoding: gzip Content-Length: 314 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/8fd91eb9-62eb-4f20-948e-09d298294660", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/8fd91eb9-62eb-4f20-948e-09d298294660", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "8fd91eb9-62eb-4f20-948e-09d298294660", "name": "tempest_smoke_serial-flavor_068261eb-5f06-4915-acc8-7f5edd711ae8", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-09-04 10:40:18,183 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/flavors used request id req-af0a1a59-c9f5-434c-b90c-01de5eacd6d3 2018-09-04 10:40:18,183 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.306622982025s 2018-09-04 10:40:18,184 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/flavors used request id req-af0a1a59-c9f5-434c-b90c-01de5eacd6d3 returning object 8fd91eb9-62eb-4f20-948e-09d298294660 2018-09-04 10:40:18,185 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'tempest_smoke_serial-flavor_068261eb-5f06-4915-acc8-7f5edd711ae8', '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'1e2f68a072b64978bd7ea91c2d64aca6', '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'8fd91eb9-62eb-4f20-948e-09d298294660', 'swap': 0}) 2018-09-04 10:40:18,185 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-09-04 10:40:18,188 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/flavors/8fd91eb9-62eb-4f20-948e-09d298294660/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}9f2c75b8cfa39d659ce3b4224e3490a405116704" -d '{"extra_specs": {}}' 2018-09-04 10:40:18,206 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:40: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-da24740e-7557-4b0a-b5ae-2075c7e3363a x-compute-request-id: req-da24740e-7557-4b0a-b5ae-2075c7e3363a Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-09-04 10:40:18,206 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/flavors/8fd91eb9-62eb-4f20-948e-09d298294660/os-extra_specs used request id req-da24740e-7557-4b0a-b5ae-2075c7e3363a 2018-09-04 10:40:18,206 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0206370353699s 2018-09-04 10:40:18,206 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/flavors/8fd91eb9-62eb-4f20-948e-09d298294660/os-extra_specs used request id req-da24740e-7557-4b0a-b5ae-2075c7e3363a 2018-09-04 10:40:18,208 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-09-04 10:40:18,212 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}7b4301afb175d7168671536da55eac1235c893af" 2018-09-04 10:40:18,216 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 04 Sep 2018 10:40: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.28: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.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-04 10:40:18,221 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7b4301afb175d7168671536da55eac1235c893af" 2018-09-04 10:40:18,303 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:40:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-19906e31-90b7-46e8-a8a8-9967cbd32aa5 Content-Encoding: gzip Content-Length: 315 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3a7fbeea7ce544488fa1e0fede8e56f0", "links": {"self": "http://172.30.9.28:5000/v3/roles/3a7fbeea7ce544488fa1e0fede8e56f0"}, "name": "Member"}, {"domain_id": null, "id": "3d416247e8224533841040c3ad2bce5a", "links": {"self": "http://172.30.9.28:5000/v3/roles/3d416247e8224533841040c3ad2bce5a"}, "name": "admin"}, {"domain_id": null, "id": "6fc48fbb08d4410680bf5ace535e410c", "links": {"self": "http://172.30.9.28:5000/v3/roles/6fc48fbb08d4410680bf5ace535e410c"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "fea739ce4d1249249c128f55b640b79d", "links": {"self": "http://172.30.9.28:5000/v3/roles/fea739ce4d1249249c128f55b640b79d"}, "name": "ResellerAdmin"}]} 2018-09-04 10:40:18,304 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-19906e31-90b7-46e8-a8a8-9967cbd32aa5 2018-09-04 10:40:18,304 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0955169200897s 2018-09-04 10:40:18,307 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.os-hypervisors.detail 2018-09-04 10:40:18,309 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}7b4301afb175d7168671536da55eac1235c893af" 2018-09-04 10:40:18,499 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:40: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-5b47fb7f-4bae-4cba-aae8-2678ee26eae8 x-compute-request-id: req-5b47fb7f-4bae-4cba-aae8-2678ee26eae8 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": 132}, "vcpus_used": 0, "hypervisor_type": "QEMU", "local_gb_used": 0, "vcpus": 16, "hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "memory_mb_used": 4096, "memory_mb": 32502, "current_workload": 0, "state": "up", "host_ip": "192.30.9.9", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"pcid\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"acpi\", \"fma\", \"vme\", \"popcnt\", \"mmx\", \"osxsave\", \"cx8\", \"mce\", \"de\", \"rdtscp\", \"ht\", \"dca\", \"lahf_lm\", \"abm\", \"pdcm\", \"mca\", \"pdpe1gb\", \"apic\", \"sse\", \"f16c\", \"pse\", \"ds\", \"invtsc\", \"pni\", \"tm2\", \"avx2\", \"aes\", \"sse2\", \"ss\", \"ds_cpl\", \"arat\", \"bmi1\", \"bmi2\", \"ssse3\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 0, "free_disk_gb": 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": 141}, "vcpus_used": 0, "hypervisor_type": "QEMU", "local_gb_used": 0, "vcpus": 16, "hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "memory_mb_used": 4096, "memory_mb": 32502, "current_workload": 0, "state": "up", "host_ip": "192.30.9.7", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"pcid\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"acpi\", \"fma\", \"vme\", \"popcnt\", \"mmx\", \"osxsave\", \"cx8\", \"mce\", \"de\", \"rdtscp\", \"ht\", \"dca\", \"lahf_lm\", \"abm\", \"pdcm\", \"mca\", \"pdpe1gb\", \"apic\", \"sse\", \"f16c\", \"pse\", \"ds\", \"invtsc\", \"pni\", \"tm2\", \"avx2\", \"aes\", \"sse2\", \"ss\", \"ds_cpl\", \"arat\", \"bmi1\", \"bmi2\", \"ssse3\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 0, "free_disk_gb": 10239, "hypervisor_version": 2009000, "disk_available_least": 10180, "local_gb": 10239, "free_ram_mb": 28406, "id": 6}]} 2018-09-04 10:40:18,499 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/os-hypervisors/detail used request id req-5b47fb7f-4bae-4cba-aae8-2678ee26eae8 2018-09-04 10:40:18,499 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.os-hypervisors.detail in 0.192271947861s 2018-09-04 10:40:18,500 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/os-hypervisors/detail used request id req-5b47fb7f-4bae-4cba-aae8-2678ee26eae8 2018-09-04 10:40:18,501 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-09-04 10:40:18,501 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}7b4301afb175d7168671536da55eac1235c893af" 2018-09-04 10:40:18,674 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1221 Content-Type: application/json X-Openstack-Request-Id: req-29c2ea87-47d6-4198-9a33-531af4c61a82 Date: Tue, 04 Sep 2018 10:40:18 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://99671b03-94ed-44b3-b5f6-80b8e44d0570/images/4f9ad537-045d-4c19-978c-11873d0e31ff/snap", "metadata": {}}], "file": "/v2/images/4f9ad537-045d-4c19-978c-11873d0e31ff/file", "owner": "14e46315a5e14e95a6bd31ddd3090094", "id": "4f9ad537-045d-4c19-978c-11873d0e31ff", "size": 12716032, "self": "/v2/images/4f9ad537-045d-4c19-978c-11873d0e31ff", "disk_format": "qcow2", "direct_url": "rbd://99671b03-94ed-44b3-b5f6-80b8e44d0570/images/4f9ad537-045d-4c19-978c-11873d0e31ff/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-09-04T10:40:17Z", "visibility": "public", "owner_specified.shade.object": "images/tempest_smoke_serial-img_068261eb-5f06-4915-acc8-7f5edd711ae8", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "tempest_smoke_serial-img_068261eb-5f06-4915-acc8-7f5edd711ae8", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-09-04T10:40:16Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-09-04 10:40:18,674 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-29c2ea87-47d6-4198-9a33-531af4c61a82 2018-09-04 10:40:18,674 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.173300981522s 2018-09-04 10:40:18,674 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-29c2ea87-47d6-4198-9a33-531af4c61a82 2018-09-04 10:40:18,677 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-09-04 10:40:18,678 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28: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}7b4301afb175d7168671536da55eac1235c893af" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/tempest_smoke_serial-img_alt_068261eb-5f06-4915-acc8-7f5edd711ae8", "container_format": "bare", "disk_format": "qcow2", "visibility": "public", "name": "tempest_smoke_serial-img_alt_068261eb-5f06-4915-acc8-7f5edd711ae8"}' 2018-09-04 10:40:18,870 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 899 Content-Type: application/json Location: http://172.30.9.28:9292/v2/images/5fcce608-5524-447d-84df-5df2d25ca6f9 X-Openstack-Request-Id: req-3ba5d0e3-7ef3-4aca-8e95-cc41c07e3c20 Date: Tue, 04 Sep 2018 10:40:18 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "locations": [], "file": "/v2/images/5fcce608-5524-447d-84df-5df2d25ca6f9/file", "owner": "14e46315a5e14e95a6bd31ddd3090094", "id": "5fcce608-5524-447d-84df-5df2d25ca6f9", "size": null, "self": "/v2/images/5fcce608-5524-447d-84df-5df2d25ca6f9", "disk_format": "qcow2", "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-09-04T10:40:18Z", "visibility": "public", "owner_specified.shade.object": "images/tempest_smoke_serial-img_alt_068261eb-5f06-4915-acc8-7f5edd711ae8", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "tempest_smoke_serial-img_alt_068261eb-5f06-4915-acc8-7f5edd711ae8", "checksum": null, "created_at": "2018-09-04T10:40:18Z", "protected": false} 2018-09-04 10:40:18,871 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.28:9292/v2/images used request id req-3ba5d0e3-7ef3-4aca-8e95-cc41c07e3c20 2018-09-04 10:40:18,871 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.193696975708s 2018-09-04 10:40:18,871 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.28:9292/v2/images used request id req-3ba5d0e3-7ef3-4aca-8e95-cc41c07e3c20 returning object 5fcce608-5524-447d-84df-5df2d25ca6f9 2018-09-04 10:40:18,872 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-09-04 10:40:18,873 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.28:9292/v2/images/5fcce608-5524-447d-84df-5df2d25ca6f9/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}7b4301afb175d7168671536da55eac1235c893af" -d '' 2018-09-04 10:40:19,825 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-8353faf3-1f43-471f-9b8b-2c2333ca10a6 Date: Tue, 04 Sep 2018 10:40:19 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-09-04 10:40:19,825 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.28:9292/v2/images/5fcce608-5524-447d-84df-5df2d25ca6f9/file used request id req-8353faf3-1f43-471f-9b8b-2c2333ca10a6 2018-09-04 10:40:19,825 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 0.953217983246s 2018-09-04 10:40:19,826 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.28:9292/v2/images/5fcce608-5524-447d-84df-5df2d25ca6f9/file used request id req-8353faf3-1f43-471f-9b8b-2c2333ca10a6 2018-09-04 10:40:19,826 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-09-04 10:40:19,827 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}7b4301afb175d7168671536da55eac1235c893af" 2018-09-04 10:40:20,000 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 2383 Content-Type: application/json X-Openstack-Request-Id: req-d30734b5-2003-401b-8d72-d7f3b124c527 Date: Tue, 04 Sep 2018 10:40:20 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://99671b03-94ed-44b3-b5f6-80b8e44d0570/images/5fcce608-5524-447d-84df-5df2d25ca6f9/snap", "metadata": {}}], "file": "/v2/images/5fcce608-5524-447d-84df-5df2d25ca6f9/file", "owner": "14e46315a5e14e95a6bd31ddd3090094", "id": "5fcce608-5524-447d-84df-5df2d25ca6f9", "size": 12716032, "self": "/v2/images/5fcce608-5524-447d-84df-5df2d25ca6f9", "disk_format": "qcow2", "direct_url": "rbd://99671b03-94ed-44b3-b5f6-80b8e44d0570/images/5fcce608-5524-447d-84df-5df2d25ca6f9/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-09-04T10:40:19Z", "visibility": "public", "owner_specified.shade.object": "images/tempest_smoke_serial-img_alt_068261eb-5f06-4915-acc8-7f5edd711ae8", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "tempest_smoke_serial-img_alt_068261eb-5f06-4915-acc8-7f5edd711ae8", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-09-04T10:40:18Z", "protected": false}, {"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://99671b03-94ed-44b3-b5f6-80b8e44d0570/images/4f9ad537-045d-4c19-978c-11873d0e31ff/snap", "metadata": {}}], "file": "/v2/images/4f9ad537-045d-4c19-978c-11873d0e31ff/file", "owner": "14e46315a5e14e95a6bd31ddd3090094", "id": "4f9ad537-045d-4c19-978c-11873d0e31ff", "size": 12716032, "self": "/v2/images/4f9ad537-045d-4c19-978c-11873d0e31ff", "disk_format": "qcow2", "direct_url": "rbd://99671b03-94ed-44b3-b5f6-80b8e44d0570/images/4f9ad537-045d-4c19-978c-11873d0e31ff/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-09-04T10:40:17Z", "visibility": "public", "owner_specified.shade.object": "images/tempest_smoke_serial-img_068261eb-5f06-4915-acc8-7f5edd711ae8", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "tempest_smoke_serial-img_068261eb-5f06-4915-acc8-7f5edd711ae8", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-09-04T10:40:16Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-09-04 10:40:20,001 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-d30734b5-2003-401b-8d72-d7f3b124c527 2018-09-04 10:40:20,001 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.174524068832s 2018-09-04 10:40:20,001 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-d30734b5-2003-401b-8d72-d7f3b124c527 2018-09-04 10:40:20,004 - functest.core.singlevm - DEBUG - image: Munch({'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://99671b03-94ed-44b3-b5f6-80b8e44d0570/images/5fcce608-5524-447d-84df-5df2d25ca6f9/snap', u'metadata': Munch({})})], 'file': u'/v2/images/5fcce608-5524-447d-84df-5df2d25ca6f9/file', 'owner': u'14e46315a5e14e95a6bd31ddd3090094', 'id': u'5fcce608-5524-447d-84df-5df2d25ca6f9', 'size': 12716032, u'self': u'/v2/images/5fcce608-5524-447d-84df-5df2d25ca6f9', 'disk_format': u'qcow2', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'14e46315a5e14e95a6bd31ddd3090094', 'name': 'tempest_smoke_seri-project_068261eb-5f06-4915-acc8-7f5edd711ae8', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://99671b03-94ed-44b3-b5f6-80b8e44d0570/images/5fcce608-5524-447d-84df-5df2d25ca6f9/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-09-04T10:40:19Z', 'tags': [], 'visibility': u'public', 'updated_at': u'2018-09-04T10:40:19Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/tempest_smoke_serial-img_alt_068261eb-5f06-4915-acc8-7f5edd711ae8', 'min_disk': 0, 'is_public': True, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'self': u'/v2/images/5fcce608-5524-447d-84df-5df2d25ca6f9', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/tempest_smoke_serial-img_alt_068261eb-5f06-4915-acc8-7f5edd711ae8', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}, 'name': u'tempest_smoke_serial-img_alt_068261eb-5f06-4915-acc8-7f5edd711ae8', 'created': u'2018-09-04T10:40:18Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-09-04T10:40:18Z', 'minDisk': 0, 'is_protected': False, 'metadata': {u'self': u'/v2/images/5fcce608-5524-447d-84df-5df2d25ca6f9', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/tempest_smoke_serial-img_alt_068261eb-5f06-4915-acc8-7f5edd711ae8', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}}) 2018-09-04 10:40:20,005 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-09-04 10:40:20,008 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28: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}9f2c75b8cfa39d659ce3b4224e3490a405116704" -d '{"flavor": {"vcpus": 1, "ram": 1024, "name": "tempest_smoke_serial-flavor_alt_068261eb-5f06-4915-acc8-7f5edd711ae8", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-09-04 10:40:20,061 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:40: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-16ced317-ffbe-4720-89f9-9300be6c8816 x-compute-request-id: req-16ced317-ffbe-4720-89f9-9300be6c8816 Content-Encoding: gzip Content-Length: 317 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/af378346-2725-439c-a2cc-dbafd782710a", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/af378346-2725-439c-a2cc-dbafd782710a", "rel": "bookmark"}], "ram": 1024, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "af378346-2725-439c-a2cc-dbafd782710a", "name": "tempest_smoke_serial-flavor_alt_068261eb-5f06-4915-acc8-7f5edd711ae8", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-09-04 10:40:20,061 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/flavors used request id req-16ced317-ffbe-4720-89f9-9300be6c8816 2018-09-04 10:40:20,062 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.0566430091858s 2018-09-04 10:40:20,062 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/flavors used request id req-16ced317-ffbe-4720-89f9-9300be6c8816 returning object af378346-2725-439c-a2cc-dbafd782710a 2018-09-04 10:40:20,063 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'tempest_smoke_serial-flavor_alt_068261eb-5f06-4915-acc8-7f5edd711ae8', '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'1e2f68a072b64978bd7ea91c2d64aca6', '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'af378346-2725-439c-a2cc-dbafd782710a', 'swap': 0}) 2018-09-04 10:40:20,063 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-09-04 10:40:20,066 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/flavors/af378346-2725-439c-a2cc-dbafd782710a/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}9f2c75b8cfa39d659ce3b4224e3490a405116704" -d '{"extra_specs": {}}' 2018-09-04 10:40:20,088 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 10:40: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-512459ac-3922-450b-b0a3-db5fff1b150a x-compute-request-id: req-512459ac-3922-450b-b0a3-db5fff1b150a Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-09-04 10:40:20,088 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/flavors/af378346-2725-439c-a2cc-dbafd782710a/os-extra_specs used request id req-512459ac-3922-450b-b0a3-db5fff1b150a 2018-09-04 10:40:20,088 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0246250629425s 2018-09-04 10:40:20,089 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/flavors/af378346-2725-439c-a2cc-dbafd782710a/os-extra_specs used request id req-512459ac-3922-450b-b0a3-db5fff1b150a 2018-09-04 10:40:20,089 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - flavor: Munch({'name': u'tempest_smoke_serial-flavor_alt_068261eb-5f06-4915-acc8-7f5edd711ae8', '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'1e2f68a072b64978bd7ea91c2d64aca6', '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'af378346-2725-439c-a2cc-dbafd782710a', 'swap': 0}) 2018-09-04 10:40:23,239 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-09-04 10:40:22.198 40 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=93d194ff-1532-48fd-a299-830ae9c58b7c) for deployment 'opnfv-rally' (UUID=16411604-8436-4024-88cd-76f21471198b). 2018-09-04 10:40:23.066 40 WARNING oslo_config.cfg [-] Option "swift_operator_role" from group "tempest" is deprecated. Use option "swift_operator_role" from group "openstack". 2018-09-04 10:40:23.068 40 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=93d194ff-1532-48fd-a299-830ae9c58b7c) has been successfully configured for deployment 'opnfv-rally' (UUID=16411604-8436-4024-88cd-76f21471198b)! 2018-09-04 10:40:23,239 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-09-04 10:40:23,240 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-09-04 10:40:23,242 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-09-04 10:40:23,246 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Generating test case list... 2018-09-04 10:40:27,103 - functest.opnfv_tests.openstack.tempest.tempest - INFO - (cd /root/.rally/verification/verifier-93d194ff-1532-48fd-a299-830ae9c58b7c/repo; testr list-tests '^tempest\.(api|scenario).*\[.*\bsmoke\b.*\]$' >/home/opnfv/functest/results/tempest_smoke_serial/test_list.txt 2>/dev/null) 2018-09-04 10:40:27,103 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Applying tempest blacklist... 2018-09-04 10:40:27,737 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Tempest blacklist file does not exist. 2018-09-04 10:40:27,738 - 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-09-04 10:40:29,901 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 10:40:29.899 49 INFO rally.api [-] Starting verification (UUID=de464a60-5fcd-4f9d-a983-d5242f89faa9) for deployment 'opnfv-rally' (UUID=16411604-8436-4024-88cd-76f21471198b) by verifier 'opnfv-tempest' (UUID=93d194ff-1532-48fd-a299-830ae9c58b7c). 2018-09-04 10:40:29,901 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Verification UUID: de464a60-5fcd-4f9d-a983-d5242f89faa9 2018-09-04 10:40:37,047 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 10:40:37.046 49 INFO opnfv-tempest [-] {0} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_get_flavor ... success [0.177s] 2018-09-04 10:40:37,108 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 10:40:37.107 49 INFO opnfv-tempest [-] {0} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors ... success [0.061s] 2018-09-04 10:40:44,460 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 10:40:44.459 49 INFO opnfv-tempest [-] {0} tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_create ... success [1.593s] 2018-09-04 10:40:47,674 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 10:40:47.674 49 INFO opnfv-tempest [-] {0} tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_list ... success [3.213s] 2018-09-04 10:41:01,794 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 10:41:01.794 49 INFO opnfv-tempest [-] {0} tempest.api.compute.security_groups.test_security_groups.SecurityGroupsTestJSON.test_security_groups_create_list_delete ... success [6.459s] 2018-09-04 10:41:19,085 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 10:41:19.084 49 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_attach_interfaces.AttachInterfacesTestJSON.test_add_remove_fixed_ip ... success [10.557s] 2018-09-04 10:41:52,314 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 10:41:52.313 49 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume.test_list_servers ... success [0.068s] 2018-09-04 10:41:52,315 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 10:41:52.315 49 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume.test_verify_server_details ... success [0.001s] 2018-09-04 10:42:25,525 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 10:42:25.524 49 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers ... success [0.065s] 2018-09-04 10:42:25,526 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 10:42:25.526 49 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_server_details ... success [0.001s] 2018-09-04 10:42:55,099 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 10:42:55.099 49 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers ... success [0.067s] 2018-09-04 10:42:55,100 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 10:42:55.100 49 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_server_details ... success [0.001s] 2018-09-04 10:46:33,885 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 10:46:33.884 49 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_reboot_server_hard ... fail [189.077s] 2018-09-04 10:47:00,975 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 10:47:00.975 49 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_addresses.ServerAddressesTestJSON.test_list_server_addresses ... success [0.052s] 2018-09-04 10:47:01,291 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 10:47:01.290 49 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_addresses.ServerAddressesTestJSON.test_list_server_addresses_by_network ... success [0.316s] 2018-09-04 10:47:09,588 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 10:47:09.588 49 INFO opnfv-tempest [-] {0} tempest.api.compute.test_versions.TestVersions.test_get_version_details ... success [0.638s] 2018-09-04 10:47:09,598 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 10:47:09.598 49 INFO opnfv-tempest [-] {0} tempest.api.compute.test_versions.TestVersions.test_list_api_versions ... success [0.010s] 2018-09-04 10:47:11,151 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 10:47:11.151 49 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v2.test_services.ServicesTestJSON ... skip: Identity api v2 is not enabled 2018-09-04 10:47:11,152 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 10:47:11.151 49 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v2.test_users.UsersTestJSON ... skip: Identity api v2 is not enabled 2018-09-04 10:47:15,219 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 10:47:15.219 49 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_credentials.CredentialsTestJSON.test_credentials_create_get_update_delete ... success [0.398s] 2018-09-04 10:47:21,972 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 10:47:21.972 49 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_domains.DefaultDomainTestJSON.test_default_domain_exists ... success [0.078s] 2018-09-04 10:47:28,770 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 10:47:28.770 49 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_domains.DomainsTestJSON.test_create_update_delete_domain ... success [0.770s] 2018-09-04 10:47:36,381 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 10:47:36.380 49 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_endpoints.EndPointsTestJSON.test_update_endpoint ... success [0.454s] 2018-09-04 10:47:45,544 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 10:47:45.543 49 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_groups.GroupsV3TestJSON.test_group_users_add_list_delete ... success [3.022s] 2018-09-04 10:47:51,995 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 10:47:51.994 49 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_policies.PoliciesTestJSON.test_create_update_delete_policy ... success [0.375s] 2018-09-04 10:47:58,228 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 10:47:58.228 49 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_regions.RegionsTestJSON.test_create_region_with_specific_id ... success [0.188s] 2018-09-04 10:48:05,940 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 10:48:05.940 49 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_role_create_update_show_list ... success [0.462s] 2018-09-04 10:48:13,304 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 10:48:13.304 49 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_services.ServicesTestJSON.test_create_update_get_service ... success [0.471s] 2018-09-04 10:48:22,008 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 10:48:22.008 49 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_trusts.TrustsV3TestJSON.test_get_trusts_all ... success [2.803s] 2018-09-04 10:48:24,570 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 10:48:24.569 49 INFO opnfv-tempest [-] {0} tempest.api.identity.v2.test_api_discovery.TestApiDiscovery ... skip: Identity api v2 is not enabled 2018-09-04 10:48:26,636 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 10:48:26.635 49 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_media_types ... success [0.083s] 2018-09-04 10:48:26,717 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 10:48:26.716 49 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_resources ... success [0.081s] 2018-09-04 10:48:26,789 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 10:48:26.788 49 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_statuses ... success [0.071s] 2018-09-04 10:48:26,796 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 10:48:26.795 49 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_list_api_versions ... success [0.007s] 2018-09-04 10:48:30,995 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 10:48:30.995 49 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_delete_image ... success [0.836s] 2018-09-04 10:48:33,242 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 10:48:33.241 49 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_register_upload_get_image_file ... success [2.246s] 2018-09-04 10:48:35,411 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 10:48:35.411 49 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_update_image ... success [2.169s] 2018-09-04 10:48:42,970 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 10:48:42.970 49 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_versions.VersionsTest.test_list_versions ... success [0.006s] 2018-09-04 10:48:50,364 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 10:48:50.364 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_extensions.ExtensionsTestJSON.test_list_show_extensions ... success [3.663s] 2018-09-04 10:49:02,884 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 10:49:02.883 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_create_floating_ip_specifying_a_fixed_ip_address ... success [2.659s] 2018-09-04 10:49:05,777 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 10:49:05.776 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_create_list_show_update_delete_floating_ip ... success [2.892s] 2018-09-04 10:49:17,138 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 10:49:17.137 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_network ... success [3.098s] 2018-09-04 10:49:20,701 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 10:49:20.700 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_port ... success [3.563s] 2018-09-04 10:49:29,636 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 10:49:29.636 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_subnet ... success [8.934s] 2018-09-04 10:49:38,853 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 10:49:38.853 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_network ... success [3.063s] 2018-09-04 10:49:42,317 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 10:49:42.317 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_port ... success [3.462s] 2018-09-04 10:49:48,680 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 10:49:48.680 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_subnet ... success [6.363s] 2018-09-04 10:50:05,459 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 10:50:05.459 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_create_update_delete_network_subnet ... success [6.495s] 2018-09-04 10:50:05,880 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 10:50:05.880 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_external_network_visibility ... success [0.421s] 2018-09-04 10:50:06,051 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 10:50:06.051 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_list_networks ... success [0.171s] 2018-09-04 10:50:06,252 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 10:50:06.252 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_list_subnets ... success [0.200s] 2018-09-04 10:50:06,604 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 10:50:06.604 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_show_network ... success [0.350s] 2018-09-04 10:50:06,659 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 10:50:06.659 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_show_subnet ... success [0.055s] 2018-09-04 10:50:22,522 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 10:50:22.521 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_update_delete_network_subnet ... success [7.181s] 2018-09-04 10:50:23,098 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 10:50:23.098 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_external_network_visibility ... success [0.577s] 2018-09-04 10:50:23,381 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 10:50:23.381 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_networks ... success [0.283s] 2018-09-04 10:50:23,575 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 10:50:23.575 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_subnets ... success [0.192s] 2018-09-04 10:50:23,676 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 10:50:23.675 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_network ... success [0.101s] 2018-09-04 10:50:23,726 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 10:50:23.726 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_subnet ... success [0.050s] 2018-09-04 10:50:37,633 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 10:50:37.632 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_port_in_allowed_allocation_pools ... success [4.927s] 2018-09-04 10:50:44,472 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 10:50:44.471 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_port_with_no_securitygroups ... success [6.838s] 2018-09-04 10:50:46,665 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 10:50:46.665 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_update_delete_port ... success [2.192s] 2018-09-04 10:50:46,869 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 10:50:46.869 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_list_ports ... success [0.203s] 2018-09-04 10:50:46,921 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 10:50:46.921 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_show_port ... success [0.052s] 2018-09-04 10:51:00,174 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 10:51:00.174 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_create_port_in_allowed_allocation_pools ... success [5.750s] 2018-09-04 10:51:07,398 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 10:51:07.398 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_create_port_with_no_securitygroups ... success [7.223s] 2018-09-04 10:51:08,870 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 10:51:08.869 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_create_update_delete_port ... success [1.471s] 2018-09-04 10:51:08,927 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 10:51:08.927 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_list_ports ... success [0.058s] 2018-09-04 10:51:09,004 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 10:51:09.004 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_show_port ... success [0.076s] 2018-09-04 10:51:23,953 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 10:51:23.952 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_add_multiple_router_interfaces ... success [9.440s] 2018-09-04 10:51:29,573 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 10:51:29.572 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_add_remove_router_interface_with_port_id ... success [5.620s] 2018-09-04 10:51:34,311 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 10:51:34.311 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_add_remove_router_interface_with_subnet_id ... success [4.737s] 2018-09-04 10:51:37,319 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 10:51:37.319 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_create_show_list_update_delete_router ... success [3.007s] 2018-09-04 10:52:03,016 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 10:52:03.016 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_add_multiple_router_interfaces ... success [10.178s] 2018-09-04 10:52:08,454 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 10:52:08.454 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_port_id ... success [5.438s] 2018-09-04 10:52:12,969 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 10:52:12.968 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_subnet_id ... success [4.513s] 2018-09-04 10:52:15,823 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 10:52:15.822 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_create_show_list_update_delete_router ... success [2.854s] 2018-09-04 10:52:33,221 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 10:52:33.220 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_list_update_show_delete_security_group ... success [1.601s] 2018-09-04 10:52:35,775 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 10:52:35.775 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_show_delete_security_group_rule ... success [2.551s] 2018-09-04 10:52:35,977 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 10:52:35.976 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_list_security_groups ... success [0.205s] 2018-09-04 10:52:40,877 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 10:52:40.876 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupTest.test_create_list_update_show_delete_security_group ... success [1.563s] 2018-09-04 10:52:43,481 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 10:52:43.481 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupTest.test_create_show_delete_security_group_rule ... success [2.602s] 2018-09-04 10:52:43,526 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 10:52:43.526 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupTest.test_list_security_groups ... success [0.048s] 2018-09-04 10:52:48,003 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 10:52:48.002 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_subnetpools_extensions.SubnetPoolsTestJSON.test_create_list_show_update_delete_subnetpools ... success [1.285s] 2018-09-04 10:52:51,482 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 10:52:51.481 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_versions.NetworksApiDiscovery.test_api_version_resources ... success [0.007s] 2018-09-04 10:52:52,830 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 10:52:52.830 49 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_quotas.AccountQuotasTest ... skip: AccountQuotasTest skipped as swift is not available 2018-09-04 10:52:52,833 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 10:52:52.832 49 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_services.AccountTest ... skip: AccountTest skipped as swift is not available 2018-09-04 10:52:52,833 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 10:52:52.833 49 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_quotas.ContainerQuotasTest ... skip: ContainerQuotasTest skipped as swift is not available 2018-09-04 10:52:52,834 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 10:52:52.834 49 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest ... skip: ContainerTest skipped as swift is not available 2018-09-04 10:52:52,835 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 10:52:52.834 49 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_object_services.ObjectTest ... skip: ObjectTest skipped as swift is not available 2018-09-04 10:52:54,902 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 10:52:54.902 49 INFO opnfv-tempest [-] {0} tempest.api.volume.test_versions.VersionsTest.test_list_versions ... success [0.015s] 2018-09-04 10:53:14,761 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 10:53:14.760 49 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_attach_detach_volume_to_instance ... success [14.332s] 2018-09-04 10:53:27,893 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 10:53:27.893 49 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete ... success [8.428s] 2018-09-04 10:53:40,131 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 10:53:40.130 49 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_from_image ... success [12.235s] 2018-09-04 10:53:49,538 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 10:53:49.538 49 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list ... success [0.041s] 2018-09-04 10:56:28,548 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 10:56:28.548 49 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_network_basic_ops ... fail [152.192s] 2018-09-04 11:00:11,536 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 11:00:11.536 49 INFO opnfv-tempest [-] {0} tempest.scenario.test_server_basic_ops.TestServerBasicOps.test_server_basic_ops ... fail [214.397s] 2018-09-04 11:00:55,922 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 11:00:55.922 49 INFO opnfv-tempest [-] {0} tempest.scenario.test_server_multinode.TestServerMultinode.test_schedule_to_all_nodes ... success [26.242s] 2018-09-04 11:01:11,494 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Verification UUID: de464a60-5fcd-4f9d-a983-d5242f89faa9 2018-09-04 11:01:11,501 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', 'de464a60-5fcd-4f9d-a983-d5242f89faa9']'. 2018-09-04 11:01:12,514 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-09-04 11:01:12,514 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-09-04 11:01:12,514 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-09-04 11:01:12,515 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | de464a60-5fcd-4f9d-a983-d5242f89faa9 | 2018-09-04 11:01:12,515 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | failed | 2018-09-04 11:01:12,515 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-09-04 10:40:29 | 2018-09-04 11:01:12,515 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-09-04 11:01:11 | 2018-09-04 11:01:12,515 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:20:42 | 2018-09-04 11:01:12,515 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | concurrency: 1 | 2018-09-04 11:01:12,515 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | | load_list: (value is too long, use 'detailed' flag to display it) | 2018-09-04 11:01:12,515 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-09-04 11:01:12,516 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: 93d194ff-1532-48fd-a299-830ae9c58b7c) | 2018-09-04 11:01:12,516 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-09-04 11:01:12,516 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: 16411604-8436-4024-88cd-76f21471198b) | 2018-09-04 11:01:12,516 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 109 | 2018-09-04 11:01:12,516 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 1221.018 | 2018-09-04 11:01:12,516 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 87 | 2018-09-04 11:01:12,516 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 19 | 2018-09-04 11:01:12,516 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-09-04 11:01:12,516 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-09-04 11:01:12,517 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 3 | 2018-09-04 11:01:12,517 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-09-04 11:01:12,517 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-09-04 11:01:12,517 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests | 2018-09-04 11:01:12,573 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest tempest_smoke_serial success_rate is 96.6666666667% 2018-09-04 11:01:12,700 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-09-04 11:01:12,701 - xtesting.ci.run_tests - INFO - Test result: +------------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +------------------------------+------------------+------------------+----------------+ | tempest_smoke_serial | functest | 21:04 | FAIL | +------------------------------+------------------+------------------+----------------+ 2018-09-04 11:01:12,704 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-09-04 11:01:12,704 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:9292/v2/images/5fcce608-5524-447d-84df-5df2d25ca6f9 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}7b4301afb175d7168671536da55eac1235c893af" 2018-09-04 11:01:13,933 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-d05ae336-7115-4c8f-a7e8-3de54987b37f Date: Tue, 04 Sep 2018 11:01:13 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-09-04 11:01:13,933 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.28:9292/v2/images/5fcce608-5524-447d-84df-5df2d25ca6f9 used request id req-d05ae336-7115-4c8f-a7e8-3de54987b37f 2018-09-04 11:01:13,933 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 1.22970890999s 2018-09-04 11:01:13,934 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.28:9292/v2/images/5fcce608-5524-447d-84df-5df2d25ca6f9 used request id req-d05ae336-7115-4c8f-a7e8-3de54987b37f 2018-09-04 11:01:13,934 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-09-04 11:01:13,937 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28: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}9f2c75b8cfa39d659ce3b4224e3490a405116704" 2018-09-04 11:01:14,110 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 11:01: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-8b44eea0-3dbb-4b3b-80ea-0599c73c6dce x-compute-request-id: req-8b44eea0-3dbb-4b3b-80ea-0599c73c6dce Content-Encoding: gzip Content-Length: 367 Content-Type: application/json RESP BODY: {"flavors": [{"links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/8fd91eb9-62eb-4f20-948e-09d298294660", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/8fd91eb9-62eb-4f20-948e-09d298294660", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "8fd91eb9-62eb-4f20-948e-09d298294660", "name": "tempest_smoke_serial-flavor_068261eb-5f06-4915-acc8-7f5edd711ae8", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}, {"links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/af378346-2725-439c-a2cc-dbafd782710a", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/af378346-2725-439c-a2cc-dbafd782710a", "rel": "bookmark"}], "ram": 1024, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "af378346-2725-439c-a2cc-dbafd782710a", "name": "tempest_smoke_serial-flavor_alt_068261eb-5f06-4915-acc8-7f5edd711ae8", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}]} 2018-09-04 11:01:14,110 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors/detail?is_public=None used request id req-8b44eea0-3dbb-4b3b-80ea-0599c73c6dce 2018-09-04 11:01:14,110 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.175830841064s 2018-09-04 11:01:14,110 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors/detail?is_public=None used request id req-8b44eea0-3dbb-4b3b-80ea-0599c73c6dce 2018-09-04 11:01:14,113 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-09-04 11:01:14,116 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:8774/v2.1/flavors/af378346-2725-439c-a2cc-dbafd782710a -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}9f2c75b8cfa39d659ce3b4224e3490a405116704" 2018-09-04 11:01:14,173 - keystoneauth.session - DEBUG - RESP: [202] Date: Tue, 04 Sep 2018 11:01: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-af0b91d7-10f4-410a-bd6b-f0c2c4990644 x-compute-request-id: req-af0b91d7-10f4-410a-bd6b-f0c2c4990644 Content-Length: 0 Content-Type: application/json 2018-09-04 11:01:14,173 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/flavors/af378346-2725-439c-a2cc-dbafd782710a used request id req-af0b91d7-10f4-410a-bd6b-f0c2c4990644 2018-09-04 11:01:14,173 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.05970287323s 2018-09-04 11:01:14,173 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/flavors/af378346-2725-439c-a2cc-dbafd782710a used request id req-af0b91d7-10f4-410a-bd6b-f0c2c4990644 2018-09-04 11:01:14,174 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-09-04 11:01:14,174 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.28:9696/v2.0/routers/a58d2208-47fc-49fe-b0b4-0d3b755d35b7/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}7b4301afb175d7168671536da55eac1235c893af" -d '{"subnet_id": "cab460ee-0413-4610-b77b-76ed317f66ee"}' 2018-09-04 11:01:15,340 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-ef93bdb3-b97a-4e58-92b2-331a36a48f07 Date: Tue, 04 Sep 2018 11:01:15 GMT RESP BODY: {"network_id": "414cc770-445a-4612-a395-ef5ebfe7c246", "tenant_id": "14e46315a5e14e95a6bd31ddd3090094", "subnet_id": "cab460ee-0413-4610-b77b-76ed317f66ee", "subnet_ids": ["cab460ee-0413-4610-b77b-76ed317f66ee"], "port_id": "1041044f-47ba-497f-a6b3-2827f2e8c370", "id": "a58d2208-47fc-49fe-b0b4-0d3b755d35b7"} 2018-09-04 11:01:15,340 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.28:9696/v2.0/routers/a58d2208-47fc-49fe-b0b4-0d3b755d35b7/remove_router_interface.json used request id req-ef93bdb3-b97a-4e58-92b2-331a36a48f07 2018-09-04 11:01:15,340 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 1.16596388817s 2018-09-04 11:01:15,340 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.28:9696/v2.0/routers/a58d2208-47fc-49fe-b0b4-0d3b755d35b7/remove_router_interface.json used request id req-ef93bdb3-b97a-4e58-92b2-331a36a48f07 returning object a58d2208-47fc-49fe-b0b4-0d3b755d35b7 2018-09-04 11:01:15,340 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-09-04 11:01:15,341 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}7b4301afb175d7168671536da55eac1235c893af" 2018-09-04 11:01:15,548 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 6918 X-Openstack-Request-Id: req-84c5bb82-6e00-448d-b36d-3024e3af3cf6 Date: Tue, 04 Sep 2018 11:01:15 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "4097e349-dd4a-4a5e-95d6-eed5c2d7b85a", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "5092c110-d468-4f12-acae-47d56d35dff1", "ip_address": "172.30.9.207"}]}, "description": "", "tags": [], "tenant_id": "4ad41bc126174d318b5e7a8516fcf4af", "created_at": "2018-09-04T10:36:54Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-09-04T10:36:55Z", "revision_number": 2, "routes": [], "project_id": "4ad41bc126174d318b5e7a8516fcf4af", "id": "02e10efe-d43d-4769-a57b-731a12f27a9b", "name": "vping_ssh-router_765e872f-da41-4d34-89de-e797c7840b14"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "4097e349-dd4a-4a5e-95d6-eed5c2d7b85a", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "5092c110-d468-4f12-acae-47d56d35dff1", "ip_address": "172.30.9.200"}]}, "description": "", "tags": [], "tenant_id": "da1aa3dc9e564d3d922e61c0121a390e", "created_at": "2018-09-04T10:25:56Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-09-04T10:25:57Z", "revision_number": 2, "routes": [], "project_id": "da1aa3dc9e564d3d922e61c0121a390e", "id": "2f19feef-aee5-44f4-9fb9-bd7093f60239", "name": "NeutronUtilsRouterTests-32dc0e2b-888b-4bc2-b5c2-061f2e60771c-pub-router"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "4097e349-dd4a-4a5e-95d6-eed5c2d7b85a", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "5092c110-d468-4f12-acae-47d56d35dff1", "ip_address": "172.30.9.208"}]}, "description": "", "tags": [], "tenant_id": "4ad41bc126174d318b5e7a8516fcf4af", "created_at": "2018-09-04T10:36:57Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-09-04T10:36:58Z", "revision_number": 2, "routes": [], "project_id": "4ad41bc126174d318b5e7a8516fcf4af", "id": "43561eec-efc7-4a36-8d0f-7244a4f70d60", "name": "vping_ssh-router_765e872f-da41-4d34-89de-e797c7840b14"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "4097e349-dd4a-4a5e-95d6-eed5c2d7b85a", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "5092c110-d468-4f12-acae-47d56d35dff1", "ip_address": "172.30.9.201"}]}, "description": "", "tags": [], "tenant_id": "da1aa3dc9e564d3d922e61c0121a390e", "created_at": "2018-09-04T10:32:43Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-09-04T10:32:44Z", "revision_number": 2, "routes": [], "project_id": "da1aa3dc9e564d3d922e61c0121a390e", "id": "71d1efd7-0255-4570-ac2c-5d92b1dbeff0", "name": "mgmt_router"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "4097e349-dd4a-4a5e-95d6-eed5c2d7b85a", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "5092c110-d468-4f12-acae-47d56d35dff1", "ip_address": "172.30.9.214"}]}, "description": "", "tags": [], "tenant_id": "14e46315a5e14e95a6bd31ddd3090094", "created_at": "2018-09-04T10:40:12Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-09-04T10:40:13Z", "revision_number": 2, "routes": [], "project_id": "14e46315a5e14e95a6bd31ddd3090094", "id": "7684517b-07eb-496b-a11b-92148a3f83a8", "name": "tempest_smoke_serial-router_068261eb-5f06-4915-acc8-7f5edd711ae8"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "4097e349-dd4a-4a5e-95d6-eed5c2d7b85a", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "5092c110-d468-4f12-acae-47d56d35dff1", "ip_address": "172.30.9.216"}]}, "description": "", "tags": [], "tenant_id": "375baba599654b43baeee5dae2815141", "created_at": "2018-09-04T10:42:08Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-09-04T10:42:09Z", "revision_number": 2, "routes": [], "project_id": "375baba599654b43baeee5dae2815141", "id": "7a1759d2-3c54-4856-86d9-21a041b775b7", "name": "tempest-ServersTestJSON-34771780-router"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "4097e349-dd4a-4a5e-95d6-eed5c2d7b85a", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "5092c110-d468-4f12-acae-47d56d35dff1", "ip_address": "172.30.9.212"}]}, "description": "", "tags": [], "tenant_id": "4ad41bc126174d318b5e7a8516fcf4af", "created_at": "2018-09-04T10:36:58Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-09-04T10:36:59Z", "revision_number": 2, "routes": [], "project_id": "4ad41bc126174d318b5e7a8516fcf4af", "id": "8396e7af-43cc-4203-9fea-cd1d80adbf13", "name": "vping_ssh-router_765e872f-da41-4d34-89de-e797c7840b14"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "4097e349-dd4a-4a5e-95d6-eed5c2d7b85a", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "5092c110-d468-4f12-acae-47d56d35dff1", "ip_address": "172.30.9.204"}]}, "description": "", "tags": [], "tenant_id": "14e46315a5e14e95a6bd31ddd3090094", "created_at": "2018-09-04T10:40:11Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-09-04T10:40:11Z", "revision_number": 2, "routes": [], "project_id": "14e46315a5e14e95a6bd31ddd3090094", "id": "8cc3813e-1928-445c-9157-a633500fc975", "name": "tempest_smoke_serial-router_068261eb-5f06-4915-acc8-7f5edd711ae8"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "4097e349-dd4a-4a5e-95d6-eed5c2d7b85a", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "5092c110-d468-4f12-acae-47d56d35dff1", "ip_address": "172.30.9.211"}]}, "description": "", "tags": [], "tenant_id": "14e46315a5e14e95a6bd31ddd3090094", "created_at": "2018-09-04T10:40:13Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-09-04T11:01:14Z", "revision_number": 4, "routes": [], "project_id": "14e46315a5e14e95a6bd31ddd3090094", "id": "a58d2208-47fc-49fe-b0b4-0d3b755d35b7", "name": "tempest_smoke_serial-router_068261eb-5f06-4915-acc8-7f5edd711ae8"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "4097e349-dd4a-4a5e-95d6-eed5c2d7b85a", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "5092c110-d468-4f12-acae-47d56d35dff1", "ip_address": "172.30.9.203"}]}, "description": "", "tags": [], "tenant_id": "da1aa3dc9e564d3d922e61c0121a390e", "created_at": "2018-09-04T10:32:42Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-09-04T10:32:43Z", "revision_number": 2, "routes": [], "project_id": "da1aa3dc9e564d3d922e61c0121a390e", "id": "caa0e147-32fd-4c34-b2f7-9497029b5d83", "name": "mgmt_router"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "4097e349-dd4a-4a5e-95d6-eed5c2d7b85a", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "5092c110-d468-4f12-acae-47d56d35dff1", "ip_address": "172.30.9.205"}]}, "description": "", "tags": [], "tenant_id": "4ad41bc126174d318b5e7a8516fcf4af", "created_at": "2018-09-04T10:36:56Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-09-04T10:36:57Z", "revision_number": 2, "routes": [], "project_id": "4ad41bc126174d318b5e7a8516fcf4af", "id": "e2fc4530-9f5b-4981-b75a-4c4ebdeab16a", "name": "vping_ssh-router_765e872f-da41-4d34-89de-e797c7840b14"}]} 2018-09-04 11:01:15,548 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/routers.json used request id req-84c5bb82-6e00-448d-b36d-3024e3af3cf6 2018-09-04 11:01:15,548 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.207469940186s 2018-09-04 11:01:15,548 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/routers.json used request id req-84c5bb82-6e00-448d-b36d-3024e3af3cf6 2018-09-04 11:01:15,551 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-09-04 11:01:15,551 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:9696/v2.0/routers/a58d2208-47fc-49fe-b0b4-0d3b755d35b7.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}7b4301afb175d7168671536da55eac1235c893af" 2018-09-04 11:01:17,170 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-41dc543d-8903-4420-9021-52fde4df5f4f Content-Length: 0 Date: Tue, 04 Sep 2018 11:01:17 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-04 11:01:17,171 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/routers/a58d2208-47fc-49fe-b0b4-0d3b755d35b7.json used request id req-41dc543d-8903-4420-9021-52fde4df5f4f 2018-09-04 11:01:17,171 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 1.6201210022s 2018-09-04 11:01:17,171 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/routers/a58d2208-47fc-49fe-b0b4-0d3b755d35b7.json used request id req-41dc543d-8903-4420-9021-52fde4df5f4f 2018-09-04 11:01:17,171 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-09-04 11:01:17,172 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}7b4301afb175d7168671536da55eac1235c893af" 2018-09-04 11:01:17,464 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1302 X-Openstack-Request-Id: req-5ac36a16-3b87-45bf-ba3d-841b522f9068 Date: Tue, 04 Sep 2018 11:01:17 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"4097e349-dd4a-4a5e-95d6-eed5c2d7b85a","tenant_id":"18025ed81c804927a1f0e0e0ba20836f","created_at":"2018-09-04T10:10:50Z","dns_nameservers":[],"updated_at":"2018-09-04T10:10:50Z","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":"18025ed81c804927a1f0e0e0ba20836f","id":"5092c110-d468-4f12-acae-47d56d35dff1","subnetpool_id":null,"name":"external-subnet"},{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"414cc770-445a-4612-a395-ef5ebfe7c246","tenant_id":"14e46315a5e14e95a6bd31ddd3090094","created_at":"2018-09-04T10:40:10Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-09-04T10:40:10Z","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":"14e46315a5e14e95a6bd31ddd3090094","id":"cab460ee-0413-4610-b77b-76ed317f66ee","subnetpool_id":null,"name":"tempest_smoke_serial-subnet_068261eb-5f06-4915-acc8-7f5edd711ae8"}]} 2018-09-04 11:01:17,464 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets.json used request id req-5ac36a16-3b87-45bf-ba3d-841b522f9068 2018-09-04 11:01:17,464 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.292886972427s 2018-09-04 11:01:17,465 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets.json used request id req-5ac36a16-3b87-45bf-ba3d-841b522f9068 2018-09-04 11:01:17,466 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-09-04 11:01:17,467 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:9696/v2.0/subnets/cab460ee-0413-4610-b77b-76ed317f66ee.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}7b4301afb175d7168671536da55eac1235c893af" 2018-09-04 11:01:19,662 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-0da4ca04-9572-4d5b-9a9e-f60665960bcd Date: Tue, 04 Sep 2018 11:01:19 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-04 11:01:19,662 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/subnets/cab460ee-0413-4610-b77b-76ed317f66ee.json used request id req-0da4ca04-9572-4d5b-9a9e-f60665960bcd 2018-09-04 11:01:19,662 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 2.19576501846s 2018-09-04 11:01:19,662 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/subnets/cab460ee-0413-4610-b77b-76ed317f66ee.json used request id req-0da4ca04-9572-4d5b-9a9e-f60665960bcd 2018-09-04 11:01:19,663 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-04 11:01:19,663 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}7b4301afb175d7168671536da55eac1235c893af" 2018-09-04 11:01:19,744 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1363 X-Openstack-Request-Id: req-a93d8559-2595-4e8e-989a-ee838a9b3508 Date: Tue, 04 Sep 2018 11:01:19 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"4097e349-dd4a-4a5e-95d6-eed5c2d7b85a","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"18025ed81c804927a1f0e0e0ba20836f","status":"ACTIVE","subnets":["5092c110-d468-4f12-acae-47d56d35dff1"],"description":"","tags":[],"updated_at":"2018-09-04T10:10:50Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"18025ed81c804927a1f0e0e0ba20836f","created_at":"2018-09-04T10:10:44Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"414cc770-445a-4612-a395-ef5ebfe7c246","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":true,"project_id":"14e46315a5e14e95a6bd31ddd3090094","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-09-04T11:01:19Z","provider:segmentation_id":19,"name":"tempest_smoke_serial-net_068261eb-5f06-4915-acc8-7f5edd711ae8","admin_state_up":true,"tenant_id":"14e46315a5e14e95a6bd31ddd3090094","created_at":"2018-09-04T10:40:09Z","provider:network_type":"vxlan"}]} 2018-09-04 11:01:19,744 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-a93d8559-2595-4e8e-989a-ee838a9b3508 2018-09-04 11:01:19,744 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.0814628601074s 2018-09-04 11:01:19,745 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-a93d8559-2595-4e8e-989a-ee838a9b3508 2018-09-04 11:01:19,746 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-09-04 11:01:19,746 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:9696/v2.0/networks/414cc770-445a-4612-a395-ef5ebfe7c246.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}7b4301afb175d7168671536da55eac1235c893af" 2018-09-04 11:01:21,516 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-5255785e-8a26-49e2-88b4-0819243b5845 Date: Tue, 04 Sep 2018 11:01:21 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-04 11:01:21,516 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/networks/414cc770-445a-4612-a395-ef5ebfe7c246.json used request id req-5255785e-8a26-49e2-88b4-0819243b5845 2018-09-04 11:01:21,517 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.7708029747s 2018-09-04 11:01:21,517 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/networks/414cc770-445a-4612-a395-ef5ebfe7c246.json used request id req-5255785e-8a26-49e2-88b4-0819243b5845 2018-09-04 11:01:21,517 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-09-04 11:01:21,518 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}7b4301afb175d7168671536da55eac1235c893af" 2018-09-04 11:01:21,697 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1221 Content-Type: application/json X-Openstack-Request-Id: req-3348db97-5cea-4778-a4de-632885dc1dd1 Date: Tue, 04 Sep 2018 11:01:21 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://99671b03-94ed-44b3-b5f6-80b8e44d0570/images/4f9ad537-045d-4c19-978c-11873d0e31ff/snap", "metadata": {}}], "file": "/v2/images/4f9ad537-045d-4c19-978c-11873d0e31ff/file", "owner": "14e46315a5e14e95a6bd31ddd3090094", "id": "4f9ad537-045d-4c19-978c-11873d0e31ff", "size": 12716032, "self": "/v2/images/4f9ad537-045d-4c19-978c-11873d0e31ff", "disk_format": "qcow2", "direct_url": "rbd://99671b03-94ed-44b3-b5f6-80b8e44d0570/images/4f9ad537-045d-4c19-978c-11873d0e31ff/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-09-04T10:40:17Z", "visibility": "public", "owner_specified.shade.object": "images/tempest_smoke_serial-img_068261eb-5f06-4915-acc8-7f5edd711ae8", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "tempest_smoke_serial-img_068261eb-5f06-4915-acc8-7f5edd711ae8", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-09-04T10:40:16Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-09-04 11:01:21,697 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-3348db97-5cea-4778-a4de-632885dc1dd1 2018-09-04 11:01:21,698 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.179896116257s 2018-09-04 11:01:21,698 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-3348db97-5cea-4778-a4de-632885dc1dd1 2018-09-04 11:01:21,700 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-09-04 11:01:21,700 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:9292/v2/images/4f9ad537-045d-4c19-978c-11873d0e31ff -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}7b4301afb175d7168671536da55eac1235c893af" 2018-09-04 11:01:22,675 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-26b6fbee-8ee3-4ec2-a856-dacdcfbd5c00 Date: Tue, 04 Sep 2018 11:01:22 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-09-04 11:01:22,675 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.28:9292/v2/images/4f9ad537-045d-4c19-978c-11873d0e31ff used request id req-26b6fbee-8ee3-4ec2-a856-dacdcfbd5c00 2018-09-04 11:01:22,675 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 0.97514295578s 2018-09-04 11:01:22,675 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.28:9292/v2/images/4f9ad537-045d-4c19-978c-11873d0e31ff used request id req-26b6fbee-8ee3-4ec2-a856-dacdcfbd5c00 2018-09-04 11:01:22,676 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-09-04 11:01:22,678 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28: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}9f2c75b8cfa39d659ce3b4224e3490a405116704" 2018-09-04 11:01:22,708 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 11:01: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-a269da0e-332f-42ec-b60b-20bb0c8ff140 x-compute-request-id: req-a269da0e-332f-42ec-b60b-20bb0c8ff140 Content-Encoding: gzip Content-Length: 312 Content-Type: application/json RESP BODY: {"flavors": [{"links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/8fd91eb9-62eb-4f20-948e-09d298294660", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/8fd91eb9-62eb-4f20-948e-09d298294660", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "8fd91eb9-62eb-4f20-948e-09d298294660", "name": "tempest_smoke_serial-flavor_068261eb-5f06-4915-acc8-7f5edd711ae8", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}]} 2018-09-04 11:01:22,708 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors/detail?is_public=None used request id req-a269da0e-332f-42ec-b60b-20bb0c8ff140 2018-09-04 11:01:22,709 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0328099727631s 2018-09-04 11:01:22,709 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors/detail?is_public=None used request id req-a269da0e-332f-42ec-b60b-20bb0c8ff140 2018-09-04 11:01:22,711 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-09-04 11:01:22,713 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:8774/v2.1/flavors/8fd91eb9-62eb-4f20-948e-09d298294660 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}9f2c75b8cfa39d659ce3b4224e3490a405116704" 2018-09-04 11:01:22,754 - keystoneauth.session - DEBUG - RESP: [202] Date: Tue, 04 Sep 2018 11:01: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-1572d812-22d1-4a21-bc21-749c666f4282 x-compute-request-id: req-1572d812-22d1-4a21-bc21-749c666f4282 Content-Length: 0 Content-Type: application/json 2018-09-04 11:01:22,755 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/flavors/8fd91eb9-62eb-4f20-948e-09d298294660 used request id req-1572d812-22d1-4a21-bc21-749c666f4282 2018-09-04 11:01:22,755 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0439081192017s 2018-09-04 11:01:22,755 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/flavors/8fd91eb9-62eb-4f20-948e-09d298294660 used request id req-1572d812-22d1-4a21-bc21-749c666f4282 2018-09-04 11:01:22,755 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-09-04 11:01:22,756 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}9f2c75b8cfa39d659ce3b4224e3490a405116704" 2018-09-04 11:01:22,847 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 11:01:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dec91c42-40e2-4b84-9420-b8341cc4e309 Content-Encoding: gzip Content-Length: 847 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.28:5000/v3/users/2719bb13630f43dfa92537864b7b9156"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2719bb13630f43dfa92537864b7b9156", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.28:5000/v3/users/36910ef6abf94075a2d6069c8571e383"}, "domain_id": "default", "enabled": true, "options": {}, "id": "36910ef6abf94075a2d6069c8571e383", "email": "cinder@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.28:5000/v3/users/42c3a9abd8ad4ce8ab2c4cc6e0403c33"}, "domain_id": "default", "enabled": true, "options": {}, "id": "42c3a9abd8ad4ce8ab2c4cc6e0403c33", "email": "admin@example.com", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.28:5000/v3/users/449836e5f54549afb8a7ce28abf3d544"}, "domain_id": "default", "enabled": true, "options": {}, "id": "449836e5f54549afb8a7ce28abf3d544", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.28:5000/v3/users/4f2d44b313674c27b065e562198a2eaf"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4f2d44b313674c27b065e562198a2eaf", "email": "placement@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.28:5000/v3/users/53e472b53b3247cc998195108afb0333"}, "domain_id": "default", "enabled": true, "options": {}, "id": "53e472b53b3247cc998195108afb0333", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.28:5000/v3/users/72c8a4f27c80473bb772f1af33725838"}, "domain_id": "default", "enabled": true, "options": {}, "id": "72c8a4f27c80473bb772f1af33725838", "email": "glance@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.28:5000/v3/users/7661c02c249442d984369889093013fe"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7661c02c249442d984369889093013fe", "email": "barbican@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.28:5000/v3/users/78cfb105b70a43c69c179056f12732d4"}, "domain_id": "bb3675e8f7584634b56038f5732ae451", "enabled": true, "options": {}, "id": "78cfb105b70a43c69c179056f12732d4", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.28:5000/v3/users/7cc5af47f4974b51be24b8af469f48f6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7cc5af47f4974b51be24b8af469f48f6", "email": "aodh@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.28:5000/v3/users/828ac5d6a2ef4b0091fb761ec963b324"}, "domain_id": "default", "enabled": true, "options": {}, "id": "828ac5d6a2ef4b0091fb761ec963b324", "email": "congress@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.28:5000/v3/users/9dcf57654b41495ea7db845703bc37f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9dcf57654b41495ea7db845703bc37f8", "email": "gnocchi@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "tempest_smoke_serial-user_068261eb-5f06-4915-acc8-7f5edd711ae8", "links": {"self": "http://172.30.9.28:5000/v3/users/c3ea0f1119d44480b1e969c14992aecb"}, "domain_id": "default", "enabled": true, "id": "c3ea0f1119d44480b1e969c14992aecb", "options": {}}, {"name": "neutron", "links": {"self": "http://172.30.9.28:5000/v3/users/c4e0c9bcba5d4f0895d28f0f72346c41"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c4e0c9bcba5d4f0895d28f0f72346c41", "email": "neutron@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.28:5000/v3/users/ef3f2972886b4078848941109f593feb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ef3f2972886b4078848941109f593feb", "email": "nova@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.28:5000/v3/users", "previous": null, "next": null}} 2018-09-04 11:01:22,847 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-dec91c42-40e2-4b84-9420-b8341cc4e309 2018-09-04 11:01:22,847 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0917220115662s 2018-09-04 11:01:22,848 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-dec91c42-40e2-4b84-9420-b8341cc4e309 2018-09-04 11:01:22,853 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-09-04 11:01:22,854 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/users/c3ea0f1119d44480b1e969c14992aecb -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}9f2c75b8cfa39d659ce3b4224e3490a405116704" 2018-09-04 11:01:22,945 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 11:01:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cb4ee3d2-75e6-4ddc-8657-247058a6952a Content-Encoding: gzip Content-Length: 218 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.28:5000/v3/users/c3ea0f1119d44480b1e969c14992aecb"}, "enabled": true, "id": "c3ea0f1119d44480b1e969c14992aecb", "options": {}, "domain_id": "default", "name": "tempest_smoke_serial-user_068261eb-5f06-4915-acc8-7f5edd711ae8"}} 2018-09-04 11:01:22,945 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users/c3ea0f1119d44480b1e969c14992aecb used request id req-cb4ee3d2-75e6-4ddc-8657-247058a6952a 2018-09-04 11:01:22,945 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0918860435486s 2018-09-04 11:01:22,946 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users/c3ea0f1119d44480b1e969c14992aecb used request id req-cb4ee3d2-75e6-4ddc-8657-247058a6952a 2018-09-04 11:01:22,946 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-09-04 11:01:22,947 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:5000/v3/users/c3ea0f1119d44480b1e969c14992aecb -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}9f2c75b8cfa39d659ce3b4224e3490a405116704" 2018-09-04 11:01:23,151 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 11:01:22 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-2afbebc5-3279-49f9-a573-6a6b3d4f5693 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 11:01:23,152 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/users/c3ea0f1119d44480b1e969c14992aecb used request id req-2afbebc5-3279-49f9-a573-6a6b3d4f5693 2018-09-04 11:01:23,152 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.205330133438s 2018-09-04 11:01:23,152 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/users/c3ea0f1119d44480b1e969c14992aecb used request id req-2afbebc5-3279-49f9-a573-6a6b3d4f5693 2018-09-04 11:01:23,153 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-09-04 11:01:23,153 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}9f2c75b8cfa39d659ce3b4224e3490a405116704" 2018-09-04 11:01:23,232 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 11:01:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-601a91e8-96d0-43b0-98ad-f7c31e6d0659 Content-Encoding: gzip Content-Length: 385 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: tempest_smoke_serial", "links": {"self": "http://172.30.9.28:5000/v3/projects/14e46315a5e14e95a6bd31ddd3090094"}, "enabled": true, "id": "14e46315a5e14e95a6bd31ddd3090094", "parent_id": "default", "domain_id": "default", "name": "tempest_smoke_seri-project_068261eb-5f06-4915-acc8-7f5edd711ae8"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.28:5000/v3/projects/18025ed81c804927a1f0e0e0ba20836f"}, "enabled": true, "id": "18025ed81c804927a1f0e0e0ba20836f", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.28:5000/v3/projects/1e2f68a072b64978bd7ea91c2d64aca6"}, "enabled": true, "id": "1e2f68a072b64978bd7ea91c2d64aca6", "parent_id": "default", "domain_id": "default", "name": "admin"}]} 2018-09-04 11:01:23,233 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects used request id req-601a91e8-96d0-43b0-98ad-f7c31e6d0659 2018-09-04 11:01:23,233 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0801458358765s 2018-09-04 11:01:23,233 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects used request id req-601a91e8-96d0-43b0-98ad-f7c31e6d0659 2018-09-04 11:01:23,235 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-09-04 11:01:23,236 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:5000/v3/projects/14e46315a5e14e95a6bd31ddd3090094 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}9f2c75b8cfa39d659ce3b4224e3490a405116704" 2018-09-04 11:01:23,391 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 11:01:23 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-4c73ffd3-15b6-4202-837a-d6bb22308044 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 11:01:23,391 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/projects/14e46315a5e14e95a6bd31ddd3090094 used request id req-4c73ffd3-15b6-4202-837a-d6bb22308044 2018-09-04 11:01:23,391 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.155657052994s 2018-09-04 11:01:23,391 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/projects/14e46315a5e14e95a6bd31ddd3090094 used request id req-4c73ffd3-15b6-4202-837a-d6bb22308044 2018-09-04 11:01:23,392 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-09-04 11:01:23,392 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9f2c75b8cfa39d659ce3b4224e3490a405116704" 2018-09-04 11:01:23,467 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 11:01:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d7e93102-2459-4c51-b597-49624920168f Content-Encoding: gzip Content-Length: 315 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3a7fbeea7ce544488fa1e0fede8e56f0", "links": {"self": "http://172.30.9.28:5000/v3/roles/3a7fbeea7ce544488fa1e0fede8e56f0"}, "name": "Member"}, {"domain_id": null, "id": "3d416247e8224533841040c3ad2bce5a", "links": {"self": "http://172.30.9.28:5000/v3/roles/3d416247e8224533841040c3ad2bce5a"}, "name": "admin"}, {"domain_id": null, "id": "6fc48fbb08d4410680bf5ace535e410c", "links": {"self": "http://172.30.9.28:5000/v3/roles/6fc48fbb08d4410680bf5ace535e410c"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "fea739ce4d1249249c128f55b640b79d", "links": {"self": "http://172.30.9.28:5000/v3/roles/fea739ce4d1249249c128f55b640b79d"}, "name": "ResellerAdmin"}]} 2018-09-04 11:01:23,467 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-d7e93102-2459-4c51-b597-49624920168f 2018-09-04 11:01:23,467 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0754947662354s 2018-09-04 11:01:23,469 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleDelete 2018-09-04 11:01:23,470 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:5000/v3/roles/3a7fbeea7ce544488fa1e0fede8e56f0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9f2c75b8cfa39d659ce3b4224e3490a405116704" 2018-09-04 11:01:23,585 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 11:01:23 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-299ad69e-7911-4834-af39-63ef3a5e30dd Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 11:01:23,585 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/roles/3a7fbeea7ce544488fa1e0fede8e56f0 used request id req-299ad69e-7911-4834-af39-63ef3a5e30dd 2018-09-04 11:01:23,586 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleDelete in 0.116546154022s 2018-09-04 11:01:23,586 - xtesting.ci.run_tests - ERROR - The test case 'tempest_smoke_serial' failed. 2018-09-04 11:01:23,640 - xtesting.ci.run_tests - INFO - Loading test case 'rally_sanity'... 2018-09-04 11:01:23,682 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-09-04 11:01:23,682 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-09-04 11:01:23,682 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-09-04 11:01:23,683 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-09-04 11:01:23,683 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-09-04 11:01:23,683 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-09-04 11:01:23,683 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-09-04 11:01:23,683 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-09-04 11:01:23,683 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-09-04 11:01:23,683 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-09-04 11:01:23,683 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-09-04 11:01:23,683 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-09-04 11:01:23,683 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-09-04 11:01:23,683 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-09-04 11:01:23,683 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-09-04 11:01:23,683 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-09-04 11:01:23,684 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-09-04 11:01:23,684 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-09-04 11:01:23,684 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-09-04 11:01:23,684 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-09-04 11:01:23,684 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-09-04 11:01:23,684 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-09-04 11:01:23,684 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-09-04 11:01:23,684 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-09-04 11:01:23,687 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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-09-04 11:01:23,692 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 11:01:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ee987420-e278-4a85-ba59-db79ddb1ec53 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.28:5000/v3/", "rel": "self"}]}} 2018-09-04 11:01:23,693 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-ee987420-e278-4a85-ba59-db79ddb1ec53 2018-09-04 11:01:23,693 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-09-04 11:01:24,058 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "3d416247e8224533841040c3ad2bce5a", "name": "admin"}], "expires_at": "2018-09-04T12:01:24.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1e2f68a072b64978bd7ea91c2d64aca6", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v1/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235635a698ef4bef9dc6b25273d185da"}, {"url": "http://192.30.9.6:8776/v1/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "23b07b3fbfc340a58cf0f9b2871a0d23"}, {"url": "http://172.30.9.28:8776/v1/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "72fd0aaa144d45419f4b04b6b26f69a7"}], "type": "volume", "id": "097241c25b4d4f7e91b3f8efa155909e", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v3/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93eb4cf3030a49e7840bec071422d397"}, {"url": "http://192.30.9.6:8776/v3/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8af439a6ac147fdbcb38ed9aa916b68"}, {"url": "http://192.30.9.6:8776/v3/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c4bfdbc9b7c74a23a40afdf578cfeba4"}], "type": "volumev3", "id": "1c85f4682ce44f729db1dabd98e965e8", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "82239574a29d4603a2161006f61851cf"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8d15f7134f364a7bbcfff2f84aac3bf2"}, {"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e01668c43a0c4c279b9a3d20a0280d6c"}], "type": "image", "id": "297d8415ca96454991054983920912f7", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7bb4d60e20734d4a9f31ec75e02cb823"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bf6adec15590466a9a0d3bddb00e8993"}, {"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f096f03a1d12411a8972f6f7c196b60d"}], "type": "policy", "id": "54c64351b56d44bbad74c2969cc3aa00", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "354ae6870a324fab82d0a0fb68ee0f26"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a3807e460dd4af488d982b66c52e64c"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e7c3da785076450abd71868e75ce0c33"}], "type": "cloudformation", "id": "6ac9917ae83c4639a15a4ab3cf0e76dd", "name": "heat-cfn"}, {"endpoints": [], "type": "metering", "id": "7fcc078e5e0645f29df67742ac14e388", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49e71628d386464cb950d6a9db00a328"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75b0a63ed8574bbcab1c851cc9b83d30"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9902b0a8b3c04cd192a1b84c417c232b"}], "type": "key-manager", "id": "9626544a32e74678a641c6e206f028a9", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "497340e5aa36485982fdf297f370558f"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7802beb4fc7c4952897b77bd5610b1fe"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c14af798917f4fa0b146d9772583e595"}], "type": "metric", "id": "973bfe8c658d4e5a8da725e76b9d550e", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "288ecc3674ea41d2aa3b790dcb832bf2"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7a6dc785cd7142f5b30f1a7ba0daeb03"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7f7d34e2351b4964befccc862c4e8e12"}], "type": "network", "id": "a348d7b06050474fb449be7f32ea6f5d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "21bce6ecb8464a1f8f3e3847aa698bd6"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0a8faf2246b47deb30e69e48d3551fb"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e71c6011de3d4d8589e5b53dcc79f288"}], "type": "identity", "id": "ad8d4b4953184137a1b913ecee9434ed", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "13474f9a78ca4f1184e4cddc84d0d98c"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad67365a18234bb78c336e6776958c00"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc54db13337f44f8921fbb9ad0f81de8"}], "type": "alarming", "id": "bb18dc3243034f08a6a7f69f7a1edccf", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0d91d7adf0304b2681c77f979e5cdb17"}, {"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "756e5ffca9774ab3ae2db41bf330417f"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c07c727a08c243b287827f539a124e63"}], "type": "placement", "id": "bb2c9432fcbd4c56913177122468f6ba", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8004/v1/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1eed4912224b48cf9856446eae4d9928"}, {"url": "http://192.30.9.6:8004/v1/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b73b7f99236541148d84f24f09e5dd40"}, {"url": "http://192.30.9.6:8004/v1/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fbf12e52911244fdafc24a9d46f56e62"}], "type": "orchestration", "id": "c8918d139da945ba93df4ccce21d4904", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16bf098b9e2e490f8e47fa601059f975"}, {"url": "http://192.30.9.6:8776/v2/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc16fa4cf491444ca2f611d5692c1170"}, {"url": "http://192.30.9.6:8776/v2/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ccd2c5325dff4b90b391db9fdde67d99"}], "type": "volumev2", "id": "d09ac9123c34494abce21d6c27bee9d9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eac694332354a3aa0e61c31314166d7"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b4d4989c4e764717ab78d38675cadd3f"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff196e46b56d406d87a678f1a64497b0"}], "type": "compute", "id": "d4030ee932c84df58c5b910cc197caa7", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "42c3a9abd8ad4ce8ab2c4cc6e0403c33"}, "audit_ids": ["Vd1xl50ERlCSdCgWzcvwhA"], "issued_at": "2018-09-04T11:01:24.000000Z"}} 2018-09-04 11:01:24,061 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-04 11:01:24,062 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28: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}268c1c5abb0d1498439a98a61bfd75406ff785e4" 2018-09-04 11:01:24,297 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-c1d72e12-807e-48ed-919c-5002fe80285e Date: Tue, 04 Sep 2018 11:01:24 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"4097e349-dd4a-4a5e-95d6-eed5c2d7b85a","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"18025ed81c804927a1f0e0e0ba20836f","status":"ACTIVE","subnets":["5092c110-d468-4f12-acae-47d56d35dff1"],"description":"","tags":[],"updated_at":"2018-09-04T10:10:50Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"18025ed81c804927a1f0e0e0ba20836f","created_at":"2018-09-04T10:10:44Z","provider:network_type":"flat"}]} 2018-09-04 11:01:24,297 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json?router%3Aexternal=True used request id req-c1d72e12-807e-48ed-919c-5002fe80285e 2018-09-04 11:01:24,297 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.235821008682s 2018-09-04 11:01:24,297 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json?router%3Aexternal=True used request id req-c1d72e12-807e-48ed-919c-5002fe80285e 2018-09-04 11:01:24,298 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainList 2018-09-04 11:01:24,301 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}268c1c5abb0d1498439a98a61bfd75406ff785e4" 2018-09-04 11:01:24,307 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 04 Sep 2018 11:01: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.28: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.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-04 11:01:24,311 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/domains? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}268c1c5abb0d1498439a98a61bfd75406ff785e4" 2018-09-04 11:01:24,390 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 11:01:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8416b653-9ff8-4285-85a2-d8e1f79017ba Content-Encoding: gzip Content-Length: 213 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.28:5000/v3/domains/bb3675e8f7584634b56038f5732ae451"}, "description": "", "name": "heat_stack", "enabled": true, "id": "bb3675e8f7584634b56038f5732ae451"}, {"links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains", "previous": null, "next": null}} 2018-09-04 11:01:24,391 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains used request id req-8416b653-9ff8-4285-85a2-d8e1f79017ba 2018-09-04 11:01:24,391 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainList in 0.0926101207733s 2018-09-04 11:01:24,392 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-09-04 11:01:24,393 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28: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}268c1c5abb0d1498439a98a61bfd75406ff785e4" -d '{"project": {"description": "Created by OPNFV Functest: rally_sanity", "enabled": true, "domain_id": "default", "name": "rally_sanity-project_e4bdca99-1c26-4475-b749-a4f10ceb2a07"}}' 2018-09-04 11:01:24,496 - keystoneauth.session - DEBUG - RESP: [201] Date: Tue, 04 Sep 2018 11:01:24 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c742db30-7bb2-45e8-b710-d1a817295dcf 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.28:5000/v3/projects/e8b2daffe9fd4140890aa7b5c11b6bf1"}, "enabled": true, "id": "e8b2daffe9fd4140890aa7b5c11b6bf1", "parent_id": "default", "domain_id": "default", "name": "rally_sanity-project_e4bdca99-1c26-4475-b749-a4f10ceb2a07"}} 2018-09-04 11:01:24,496 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/projects used request id req-c742db30-7bb2-45e8-b710-d1a817295dcf 2018-09-04 11:01:24,496 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.103715896606s 2018-09-04 11:01:24,496 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/projects used request id req-c742db30-7bb2-45e8-b710-d1a817295dcf 2018-09-04 11:01:24,497 - functest.core.tenantnetwork - DEBUG - project: Munch({'is_enabled': True, 'parent_id': u'default', 'is_domain': False, 'name': u'rally_sanity-project_e4bdca99-1c26-4475-b749-a4f10ceb2a07', 'id': u'e8b2daffe9fd4140890aa7b5c11b6bf1', '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-09-04 11:01:24,498 - shade.task_manager - DEBUG - Manager envvars:regionOne running task UserCreate 2018-09-04 11:01:24,854 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task UserCreate in 0.356698036194s 2018-09-04 11:01:24,855 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/users/52f80ae1baca4495a95891239a45459d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}268c1c5abb0d1498439a98a61bfd75406ff785e4" 2018-09-04 11:01:24,947 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 11:01:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a805d723-9b4e-43bc-b4d2-490ae956e9e9 Content-Encoding: gzip Content-Length: 214 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.28:5000/v3/users/52f80ae1baca4495a95891239a45459d"}, "enabled": true, "id": "52f80ae1baca4495a95891239a45459d", "options": {}, "domain_id": "default", "name": "rally_sanity-user_e4bdca99-1c26-4475-b749-a4f10ceb2a07"}} 2018-09-04 11:01:24,947 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users/52f80ae1baca4495a95891239a45459d used request id req-a805d723-9b4e-43bc-b4d2-490ae956e9e9 2018-09-04 11:01:24,948 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'52f80ae1baca4495a95891239a45459d', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'rally_sanity-user_e4bdca99-1c26-4475-b749-a4f10ceb2a07'}) 2018-09-04 11:01:24,948 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-09-04 11:01:24,949 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}268c1c5abb0d1498439a98a61bfd75406ff785e4" 2018-09-04 11:01:25,022 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 11:01:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-601005ab-adea-4d1d-88f5-921dc7e3ba2e Content-Encoding: gzip Content-Length: 284 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3d416247e8224533841040c3ad2bce5a", "links": {"self": "http://172.30.9.28:5000/v3/roles/3d416247e8224533841040c3ad2bce5a"}, "name": "admin"}, {"domain_id": null, "id": "6fc48fbb08d4410680bf5ace535e410c", "links": {"self": "http://172.30.9.28:5000/v3/roles/6fc48fbb08d4410680bf5ace535e410c"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "fea739ce4d1249249c128f55b640b79d", "links": {"self": "http://172.30.9.28:5000/v3/roles/fea739ce4d1249249c128f55b640b79d"}, "name": "ResellerAdmin"}]} 2018-09-04 11:01:25,022 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-601005ab-adea-4d1d-88f5-921dc7e3ba2e 2018-09-04 11:01:25,022 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0742039680481s 2018-09-04 11:01:25,023 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-09-04 11:01:25,024 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}268c1c5abb0d1498439a98a61bfd75406ff785e4" 2018-09-04 11:01:25,106 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 11:01:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8c028d8d-b711-439e-a423-96fccb116ed4 Content-Encoding: gzip Content-Length: 284 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3d416247e8224533841040c3ad2bce5a", "links": {"self": "http://172.30.9.28:5000/v3/roles/3d416247e8224533841040c3ad2bce5a"}, "name": "admin"}, {"domain_id": null, "id": "6fc48fbb08d4410680bf5ace535e410c", "links": {"self": "http://172.30.9.28:5000/v3/roles/6fc48fbb08d4410680bf5ace535e410c"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "fea739ce4d1249249c128f55b640b79d", "links": {"self": "http://172.30.9.28:5000/v3/roles/fea739ce4d1249249c128f55b640b79d"}, "name": "ResellerAdmin"}]} 2018-09-04 11:01:25,106 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-8c028d8d-b711-439e-a423-96fccb116ed4 2018-09-04 11:01:25,106 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0826199054718s 2018-09-04 11:01:25,107 - functest.core.tenantnetwork - INFO - Creating default role Member 2018-09-04 11:01:25,108 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleCreate 2018-09-04 11:01:25,108 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}268c1c5abb0d1498439a98a61bfd75406ff785e4" -d '{"role": {"name": "Member"}}' 2018-09-04 11:01:25,201 - keystoneauth.session - DEBUG - RESP: [201] Date: Tue, 04 Sep 2018 11:01:25 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b8b69b51-0457-41c4-98a8-642ba6f83fad Content-Length: 177 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "c40c92a89248463d9399541e18b75078", "links": {"self": "http://172.30.9.28:5000/v3/roles/c40c92a89248463d9399541e18b75078"}, "name": "Member"}} 2018-09-04 11:01:25,202 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/roles used request id req-b8b69b51-0457-41c4-98a8-642ba6f83fad 2018-09-04 11:01:25,202 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleCreate in 0.0942261219025s 2018-09-04 11:01:25,202 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/roles/c40c92a89248463d9399541e18b75078 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}268c1c5abb0d1498439a98a61bfd75406ff785e4" 2018-09-04 11:01:25,217 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 11:01:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5a5bf211-157a-4c69-a568-89a74a9bef90 Content-Encoding: gzip Content-Length: 144 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.28:5000/v3/roles/c40c92a89248463d9399541e18b75078"}, "domain_id": null, "name": "Member", "id": "c40c92a89248463d9399541e18b75078"}} 2018-09-04 11:01:25,217 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles/c40c92a89248463d9399541e18b75078 used request id req-5a5bf211-157a-4c69-a568-89a74a9bef90 2018-09-04 11:01:25,217 - functest.core.tenantnetwork - DEBUG - role: Munch({'NAME_ATTR': 'name', 'name': u'Member', 'links': {u'self': u'http://172.30.9.28:5000/v3/roles/c40c92a89248463d9399541e18b75078'}, 'domain_id': None, 'human_id': None, 'id': u'c40c92a89248463d9399541e18b75078', 'HUMAN_ID': False}) 2018-09-04 11:01:25,218 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-09-04 11:01:25,218 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}268c1c5abb0d1498439a98a61bfd75406ff785e4" 2018-09-04 11:01:25,300 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 11:01:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3f2e84ee-b060-4100-889d-0ab976b70cd7 Content-Encoding: gzip Content-Length: 316 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3d416247e8224533841040c3ad2bce5a", "links": {"self": "http://172.30.9.28:5000/v3/roles/3d416247e8224533841040c3ad2bce5a"}, "name": "admin"}, {"domain_id": null, "id": "6fc48fbb08d4410680bf5ace535e410c", "links": {"self": "http://172.30.9.28:5000/v3/roles/6fc48fbb08d4410680bf5ace535e410c"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "c40c92a89248463d9399541e18b75078", "links": {"self": "http://172.30.9.28:5000/v3/roles/c40c92a89248463d9399541e18b75078"}, "name": "Member"}, {"domain_id": null, "id": "fea739ce4d1249249c128f55b640b79d", "links": {"self": "http://172.30.9.28:5000/v3/roles/fea739ce4d1249249c128f55b640b79d"}, "name": "ResellerAdmin"}]} 2018-09-04 11:01:25,301 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-3f2e84ee-b060-4100-889d-0ab976b70cd7 2018-09-04 11:01:25,301 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0832059383392s 2018-09-04 11:01:25,302 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2018-09-04 11:01:25,303 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}268c1c5abb0d1498439a98a61bfd75406ff785e4" 2018-09-04 11:01:25,383 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 11:01:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fcf3f97a-fa60-4589-9b92-2eea836ec450 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.28:5000/v3/domains/default"}, "name": "Default"}} 2018-09-04 11:01:25,383 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains/default used request id req-fcf3f97a-fa60-4589-9b92-2eea836ec450 2018-09-04 11:01:25,383 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.0810849666595s 2018-09-04 11:01:25,384 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-09-04 11:01:25,385 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}268c1c5abb0d1498439a98a61bfd75406ff785e4" 2018-09-04 11:01:25,475 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 11:01:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d2a22b69-2900-4f56-b889-533815c296b7 Content-Encoding: gzip Content-Length: 841 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.28:5000/v3/users/2719bb13630f43dfa92537864b7b9156"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2719bb13630f43dfa92537864b7b9156", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.28:5000/v3/users/36910ef6abf94075a2d6069c8571e383"}, "domain_id": "default", "enabled": true, "options": {}, "id": "36910ef6abf94075a2d6069c8571e383", "email": "cinder@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.28:5000/v3/users/42c3a9abd8ad4ce8ab2c4cc6e0403c33"}, "domain_id": "default", "enabled": true, "options": {}, "id": "42c3a9abd8ad4ce8ab2c4cc6e0403c33", "email": "admin@example.com", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.28:5000/v3/users/449836e5f54549afb8a7ce28abf3d544"}, "domain_id": "default", "enabled": true, "options": {}, "id": "449836e5f54549afb8a7ce28abf3d544", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.28:5000/v3/users/4f2d44b313674c27b065e562198a2eaf"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4f2d44b313674c27b065e562198a2eaf", "email": "placement@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "rally_sanity-user_e4bdca99-1c26-4475-b749-a4f10ceb2a07", "links": {"self": "http://172.30.9.28:5000/v3/users/52f80ae1baca4495a95891239a45459d"}, "domain_id": "default", "enabled": true, "id": "52f80ae1baca4495a95891239a45459d", "options": {}}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.28:5000/v3/users/53e472b53b3247cc998195108afb0333"}, "domain_id": "default", "enabled": true, "options": {}, "id": "53e472b53b3247cc998195108afb0333", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.28:5000/v3/users/72c8a4f27c80473bb772f1af33725838"}, "domain_id": "default", "enabled": true, "options": {}, "id": "72c8a4f27c80473bb772f1af33725838", "email": "glance@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.28:5000/v3/users/7661c02c249442d984369889093013fe"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7661c02c249442d984369889093013fe", "email": "barbican@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.28:5000/v3/users/78cfb105b70a43c69c179056f12732d4"}, "domain_id": "bb3675e8f7584634b56038f5732ae451", "enabled": true, "options": {}, "id": "78cfb105b70a43c69c179056f12732d4", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.28:5000/v3/users/7cc5af47f4974b51be24b8af469f48f6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7cc5af47f4974b51be24b8af469f48f6", "email": "aodh@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.28:5000/v3/users/828ac5d6a2ef4b0091fb761ec963b324"}, "domain_id": "default", "enabled": true, "options": {}, "id": "828ac5d6a2ef4b0091fb761ec963b324", "email": "congress@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.28:5000/v3/users/9dcf57654b41495ea7db845703bc37f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9dcf57654b41495ea7db845703bc37f8", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.28:5000/v3/users/c4e0c9bcba5d4f0895d28f0f72346c41"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c4e0c9bcba5d4f0895d28f0f72346c41", "email": "neutron@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.28:5000/v3/users/ef3f2972886b4078848941109f593feb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ef3f2972886b4078848941109f593feb", "email": "nova@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.28:5000/v3/users", "previous": null, "next": null}} 2018-09-04 11:01:25,475 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-d2a22b69-2900-4f56-b889-533815c296b7 2018-09-04 11:01:25,475 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0908329486847s 2018-09-04 11:01:25,476 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-d2a22b69-2900-4f56-b889-533815c296b7 2018-09-04 11:01:25,482 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-09-04 11:01:25,482 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28: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}268c1c5abb0d1498439a98a61bfd75406ff785e4" 2018-09-04 11:01:25,563 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 11:01:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-55161264-95d0-4ba4-b768-f4e4f3bccbcc Content-Encoding: gzip Content-Length: 392 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28: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.28:5000/v3/projects/18025ed81c804927a1f0e0e0ba20836f"}, "enabled": true, "id": "18025ed81c804927a1f0e0e0ba20836f", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.28:5000/v3/projects/1e2f68a072b64978bd7ea91c2d64aca6"}, "enabled": true, "id": "1e2f68a072b64978bd7ea91c2d64aca6", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: rally_sanity", "links": {"self": "http://172.30.9.28:5000/v3/projects/e8b2daffe9fd4140890aa7b5c11b6bf1"}, "enabled": true, "id": "e8b2daffe9fd4140890aa7b5c11b6bf1", "parent_id": "default", "domain_id": "default", "name": "rally_sanity-project_e4bdca99-1c26-4475-b749-a4f10ceb2a07"}]} 2018-09-04 11:01:25,563 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?domain_id=default used request id req-55161264-95d0-4ba4-b768-f4e4f3bccbcc 2018-09-04 11:01:25,563 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.08109998703s 2018-09-04 11:01:25,563 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?domain_id=default used request id req-55161264-95d0-4ba4-b768-f4e4f3bccbcc 2018-09-04 11:01:25,566 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2018-09-04 11:01:25,567 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/role_assignments?user.id=52f80ae1baca4495a95891239a45459d&scope.project.id=e8b2daffe9fd4140890aa7b5c11b6bf1&role.id=c40c92a89248463d9399541e18b75078 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}268c1c5abb0d1498439a98a61bfd75406ff785e4" 2018-09-04 11:01:25,646 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 11:01:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b5d572ef-1d7f-43d2-b817-3fb8e661b9e2 Content-Encoding: gzip Content-Length: 210 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.28:5000/v3/role_assignments?user.id=52f80ae1baca4495a95891239a45459d&scope.project.id=e8b2daffe9fd4140890aa7b5c11b6bf1&role.id=c40c92a89248463d9399541e18b75078", "previous": null, "next": null}} 2018-09-04 11:01:25,646 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/role_assignments?user.id=52f80ae1baca4495a95891239a45459d&scope.project.id=e8b2daffe9fd4140890aa7b5c11b6bf1&role.id=c40c92a89248463d9399541e18b75078 used request id req-b5d572ef-1d7f-43d2-b817-3fb8e661b9e2 2018-09-04 11:01:25,646 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.0802299976349s 2018-09-04 11:01:25,647 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2018-09-04 11:01:25,647 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.28:5000/v3/projects/e8b2daffe9fd4140890aa7b5c11b6bf1/users/52f80ae1baca4495a95891239a45459d/roles/c40c92a89248463d9399541e18b75078 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}268c1c5abb0d1498439a98a61bfd75406ff785e4" 2018-09-04 11:01:25,767 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 11:01:25 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d1fd293a-77d4-4cba-b0b3-1bbe5839bfd8 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 11:01:25,767 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.28:5000/v3/projects/e8b2daffe9fd4140890aa7b5c11b6bf1/users/52f80ae1baca4495a95891239a45459d/roles/c40c92a89248463d9399541e18b75078 used request id req-d1fd293a-77d4-4cba-b0b3-1bbe5839bfd8 2018-09-04 11:01:25,767 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.12041592598s 2018-09-04 11:01:25,768 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'rally_sanity-project_e4bdca99-1c26-4475-b749-a4f10ceb2a07', 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': '5b789661-e37e-4c48-bab5-aca33663fcaf', 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_e4bdca99-1c26-4475-b749-a4f10ceb2a07', 'project_id': u'e8b2daffe9fd4140890aa7b5c11b6bf1', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.28:5000/v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2018-09-04 11:01:25,769 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-09-04 11:01:25,769 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-09-04 11:01:25,769 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-09-04 11:01:25,769 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-09-04 11:01:25,770 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-09-04 11:01:25,770 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-09-04 11:01:25,770 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-09-04 11:01:25,770 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-09-04 11:01:25,770 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-09-04 11:01:25,770 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-09-04 11:01:25,770 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-09-04 11:01:25,770 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-09-04 11:01:25,771 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-09-04 11:01:25,771 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-09-04 11:01:25,771 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-09-04 11:01:25,771 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-09-04 11:01:25,771 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-09-04 11:01:25,771 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-09-04 11:01:25,771 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-09-04 11:01:25,771 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-09-04 11:01:25,771 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-09-04 11:01:25,772 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-09-04 11:01:25,772 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-09-04 11:01:25,772 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-09-04 11:01:25,773 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'rally_sanity-user_e4bdca99-1c26-4475-b749-a4f10ceb2a07', 'password': '5b789661-e37e-4c48-bab5-aca33663fcaf', 'project_name': 'rally_sanity-project_e4bdca99-1c26-4475-b749-a4f10ceb2a07', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.28:5000/v3', 'project_id': 'e8b2daffe9fd4140890aa7b5c11b6bf1', 'project_domain_name': 'Default'} 2018-09-04 11:01:25,774 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-09-04 11:01:25,774 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}268c1c5abb0d1498439a98a61bfd75406ff785e4" 2018-09-04 11:01:25,856 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 11:01:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6e8b9cf3-21f1-4770-8662-484bf0169aa1 Content-Encoding: gzip Content-Length: 316 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3d416247e8224533841040c3ad2bce5a", "links": {"self": "http://172.30.9.28:5000/v3/roles/3d416247e8224533841040c3ad2bce5a"}, "name": "admin"}, {"domain_id": null, "id": "6fc48fbb08d4410680bf5ace535e410c", "links": {"self": "http://172.30.9.28:5000/v3/roles/6fc48fbb08d4410680bf5ace535e410c"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "c40c92a89248463d9399541e18b75078", "links": {"self": "http://172.30.9.28:5000/v3/roles/c40c92a89248463d9399541e18b75078"}, "name": "Member"}, {"domain_id": null, "id": "fea739ce4d1249249c128f55b640b79d", "links": {"self": "http://172.30.9.28:5000/v3/roles/fea739ce4d1249249c128f55b640b79d"}, "name": "ResellerAdmin"}]} 2018-09-04 11:01:25,856 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-6e8b9cf3-21f1-4770-8662-484bf0169aa1 2018-09-04 11:01:25,857 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0830149650574s 2018-09-04 11:01:25,858 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-09-04 11:01:25,858 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}268c1c5abb0d1498439a98a61bfd75406ff785e4" 2018-09-04 11:01:25,936 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 11:01:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e61e64c9-a43f-4af0-bfd2-585cce32fdea Content-Encoding: gzip Content-Length: 316 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3d416247e8224533841040c3ad2bce5a", "links": {"self": "http://172.30.9.28:5000/v3/roles/3d416247e8224533841040c3ad2bce5a"}, "name": "admin"}, {"domain_id": null, "id": "6fc48fbb08d4410680bf5ace535e410c", "links": {"self": "http://172.30.9.28:5000/v3/roles/6fc48fbb08d4410680bf5ace535e410c"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "c40c92a89248463d9399541e18b75078", "links": {"self": "http://172.30.9.28:5000/v3/roles/c40c92a89248463d9399541e18b75078"}, "name": "Member"}, {"domain_id": null, "id": "fea739ce4d1249249c128f55b640b79d", "links": {"self": "http://172.30.9.28:5000/v3/roles/fea739ce4d1249249c128f55b640b79d"}, "name": "ResellerAdmin"}]} 2018-09-04 11:01:25,936 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-e61e64c9-a43f-4af0-bfd2-585cce32fdea 2018-09-04 11:01:25,937 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0786888599396s 2018-09-04 11:01:25,938 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2018-09-04 11:01:25,939 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}268c1c5abb0d1498439a98a61bfd75406ff785e4" 2018-09-04 11:01:26,012 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 11:01:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-72cb1963-ae84-4039-b353-f182e982a8f8 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.28:5000/v3/domains/default"}, "name": "Default"}} 2018-09-04 11:01:26,013 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains/default used request id req-72cb1963-ae84-4039-b353-f182e982a8f8 2018-09-04 11:01:26,013 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.0748739242554s 2018-09-04 11:01:26,014 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-09-04 11:01:26,014 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}268c1c5abb0d1498439a98a61bfd75406ff785e4" 2018-09-04 11:01:26,111 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 11:01:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-20c93083-d122-446b-a960-ac435f046a5a Content-Encoding: gzip Content-Length: 841 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.28:5000/v3/users/2719bb13630f43dfa92537864b7b9156"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2719bb13630f43dfa92537864b7b9156", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.28:5000/v3/users/36910ef6abf94075a2d6069c8571e383"}, "domain_id": "default", "enabled": true, "options": {}, "id": "36910ef6abf94075a2d6069c8571e383", "email": "cinder@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.28:5000/v3/users/42c3a9abd8ad4ce8ab2c4cc6e0403c33"}, "domain_id": "default", "enabled": true, "options": {}, "id": "42c3a9abd8ad4ce8ab2c4cc6e0403c33", "email": "admin@example.com", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.28:5000/v3/users/449836e5f54549afb8a7ce28abf3d544"}, "domain_id": "default", "enabled": true, "options": {}, "id": "449836e5f54549afb8a7ce28abf3d544", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.28:5000/v3/users/4f2d44b313674c27b065e562198a2eaf"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4f2d44b313674c27b065e562198a2eaf", "email": "placement@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "rally_sanity-user_e4bdca99-1c26-4475-b749-a4f10ceb2a07", "links": {"self": "http://172.30.9.28:5000/v3/users/52f80ae1baca4495a95891239a45459d"}, "domain_id": "default", "enabled": true, "id": "52f80ae1baca4495a95891239a45459d", "options": {}}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.28:5000/v3/users/53e472b53b3247cc998195108afb0333"}, "domain_id": "default", "enabled": true, "options": {}, "id": "53e472b53b3247cc998195108afb0333", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.28:5000/v3/users/72c8a4f27c80473bb772f1af33725838"}, "domain_id": "default", "enabled": true, "options": {}, "id": "72c8a4f27c80473bb772f1af33725838", "email": "glance@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.28:5000/v3/users/7661c02c249442d984369889093013fe"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7661c02c249442d984369889093013fe", "email": "barbican@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.28:5000/v3/users/78cfb105b70a43c69c179056f12732d4"}, "domain_id": "bb3675e8f7584634b56038f5732ae451", "enabled": true, "options": {}, "id": "78cfb105b70a43c69c179056f12732d4", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.28:5000/v3/users/7cc5af47f4974b51be24b8af469f48f6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7cc5af47f4974b51be24b8af469f48f6", "email": "aodh@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.28:5000/v3/users/828ac5d6a2ef4b0091fb761ec963b324"}, "domain_id": "default", "enabled": true, "options": {}, "id": "828ac5d6a2ef4b0091fb761ec963b324", "email": "congress@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.28:5000/v3/users/9dcf57654b41495ea7db845703bc37f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9dcf57654b41495ea7db845703bc37f8", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.28:5000/v3/users/c4e0c9bcba5d4f0895d28f0f72346c41"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c4e0c9bcba5d4f0895d28f0f72346c41", "email": "neutron@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.28:5000/v3/users/ef3f2972886b4078848941109f593feb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ef3f2972886b4078848941109f593feb", "email": "nova@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.28:5000/v3/users", "previous": null, "next": null}} 2018-09-04 11:01:26,112 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-20c93083-d122-446b-a960-ac435f046a5a 2018-09-04 11:01:26,112 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0979340076447s 2018-09-04 11:01:26,112 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-20c93083-d122-446b-a960-ac435f046a5a 2018-09-04 11:01:26,118 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-09-04 11:01:26,119 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28: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}268c1c5abb0d1498439a98a61bfd75406ff785e4" 2018-09-04 11:01:26,201 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 11:01:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ffe1e121-caac-46da-b6ba-0a25f30e63d9 Content-Encoding: gzip Content-Length: 392 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28: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.28:5000/v3/projects/18025ed81c804927a1f0e0e0ba20836f"}, "enabled": true, "id": "18025ed81c804927a1f0e0e0ba20836f", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.28:5000/v3/projects/1e2f68a072b64978bd7ea91c2d64aca6"}, "enabled": true, "id": "1e2f68a072b64978bd7ea91c2d64aca6", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: rally_sanity", "links": {"self": "http://172.30.9.28:5000/v3/projects/e8b2daffe9fd4140890aa7b5c11b6bf1"}, "enabled": true, "id": "e8b2daffe9fd4140890aa7b5c11b6bf1", "parent_id": "default", "domain_id": "default", "name": "rally_sanity-project_e4bdca99-1c26-4475-b749-a4f10ceb2a07"}]} 2018-09-04 11:01:26,202 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?domain_id=default used request id req-ffe1e121-caac-46da-b6ba-0a25f30e63d9 2018-09-04 11:01:26,202 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0835859775543s 2018-09-04 11:01:26,202 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?domain_id=default used request id req-ffe1e121-caac-46da-b6ba-0a25f30e63d9 2018-09-04 11:01:26,204 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2018-09-04 11:01:26,205 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/role_assignments?user.id=52f80ae1baca4495a95891239a45459d&scope.project.id=e8b2daffe9fd4140890aa7b5c11b6bf1&role.id=3d416247e8224533841040c3ad2bce5a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}268c1c5abb0d1498439a98a61bfd75406ff785e4" 2018-09-04 11:01:26,279 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 11:01:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6826fc8a-52e4-4384-8280-52d2270b9812 Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.28:5000/v3/role_assignments?user.id=52f80ae1baca4495a95891239a45459d&scope.project.id=e8b2daffe9fd4140890aa7b5c11b6bf1&role.id=3d416247e8224533841040c3ad2bce5a", "previous": null, "next": null}} 2018-09-04 11:01:26,279 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/role_assignments?user.id=52f80ae1baca4495a95891239a45459d&scope.project.id=e8b2daffe9fd4140890aa7b5c11b6bf1&role.id=3d416247e8224533841040c3ad2bce5a used request id req-6826fc8a-52e4-4384-8280-52d2270b9812 2018-09-04 11:01:26,279 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.0751020908356s 2018-09-04 11:01:26,280 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2018-09-04 11:01:26,280 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.28:5000/v3/projects/e8b2daffe9fd4140890aa7b5c11b6bf1/users/52f80ae1baca4495a95891239a45459d/roles/3d416247e8224533841040c3ad2bce5a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}268c1c5abb0d1498439a98a61bfd75406ff785e4" 2018-09-04 11:01:26,414 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 11:01:26 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-6da8a0fb-587b-418c-a9ec-8777475909e4 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 11:01:26,414 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.28:5000/v3/projects/e8b2daffe9fd4140890aa7b5c11b6bf1/users/52f80ae1baca4495a95891239a45459d/roles/3d416247e8224533841040c3ad2bce5a used request id req-6da8a0fb-587b-418c-a9ec-8777475909e4 2018-09-04 11:01:26,414 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.13428902626s 2018-09-04 11:01:26,414 - xtesting.ci.run_tests - INFO - Running test case 'rally_sanity'... 2018-09-04 11:01:30,583 - 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 ConnectTimeoutError(, 'Connection to energy.opnfv.fr timed out. (connect timeout=4)')) 2018-09-04 11:01:30,584 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainList 2018-09-04 11:01:30,584 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/domains? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}268c1c5abb0d1498439a98a61bfd75406ff785e4" 2018-09-04 11:01:30,669 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 11:01:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-61214830-814b-450a-a065-b8638999a9df Content-Encoding: gzip Content-Length: 213 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.28:5000/v3/domains/bb3675e8f7584634b56038f5732ae451"}, "description": "", "name": "heat_stack", "enabled": true, "id": "bb3675e8f7584634b56038f5732ae451"}, {"links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains", "previous": null, "next": null}} 2018-09-04 11:01:30,669 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains used request id req-61214830-814b-450a-a065-b8638999a9df 2018-09-04 11:01:30,670 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainList in 0.0858268737793s 2018-09-04 11:01:30,671 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-09-04 11:01:30,672 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28: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}268c1c5abb0d1498439a98a61bfd75406ff785e4" 2018-09-04 11:01:30,754 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 11:01:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8a8d5dbc-c6a1-4e26-b039-ca2c7f706044 Content-Encoding: gzip Content-Length: 392 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28: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.28:5000/v3/projects/18025ed81c804927a1f0e0e0ba20836f"}, "enabled": true, "id": "18025ed81c804927a1f0e0e0ba20836f", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.28:5000/v3/projects/1e2f68a072b64978bd7ea91c2d64aca6"}, "enabled": true, "id": "1e2f68a072b64978bd7ea91c2d64aca6", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: rally_sanity", "links": {"self": "http://172.30.9.28:5000/v3/projects/e8b2daffe9fd4140890aa7b5c11b6bf1"}, "enabled": true, "id": "e8b2daffe9fd4140890aa7b5c11b6bf1", "parent_id": "default", "domain_id": "default", "name": "rally_sanity-project_e4bdca99-1c26-4475-b749-a4f10ceb2a07"}]} 2018-09-04 11:01:30,755 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?domain_id=default used request id req-8a8d5dbc-c6a1-4e26-b039-ca2c7f706044 2018-09-04 11:01:30,755 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.083753824234s 2018-09-04 11:01:30,755 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?domain_id=default used request id req-8a8d5dbc-c6a1-4e26-b039-ca2c7f706044 2018-09-04 11:01:30,758 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-09-04 11:01:30,759 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28: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}268c1c5abb0d1498439a98a61bfd75406ff785e4" -d '{"network": {"shared": true, "tenant_id": "e8b2daffe9fd4140890aa7b5c11b6bf1", "name": "rally_sanity-net_e4bdca99-1c26-4475-b749-a4f10ceb2a07", "admin_state_up": true}}' 2018-09-04 11:01:31,320 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-6e9527ab-e39b-4f7d-98be-6a2396dfe0cd Date: Tue, 04 Sep 2018 11:01: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":"e25e97a2-7f54-4097-94b7-89b85657ba77","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":true,"project_id":"e8b2daffe9fd4140890aa7b5c11b6bf1","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-09-04T11:01:31Z","is_default":false,"provider:segmentation_id":67,"name":"rally_sanity-net_e4bdca99-1c26-4475-b749-a4f10ceb2a07","admin_state_up":true,"tenant_id":"e8b2daffe9fd4140890aa7b5c11b6bf1","created_at":"2018-09-04T11:01:31Z","mtu":1450}} 2018-09-04 11:01:31,320 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-6e9527ab-e39b-4f7d-98be-6a2396dfe0cd 2018-09-04 11:01:31,320 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.5619161129s 2018-09-04 11:01:31,321 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-6e9527ab-e39b-4f7d-98be-6a2396dfe0cd 2018-09-04 11:01:31,321 - functest.core.tenantnetwork - DEBUG - network: Munch({u'status': u'ACTIVE', u'subnets': [], u'description': u'', u'provider:physical_network': None, u'tags': [], u'ipv6_address_scope': None, u'updated_at': u'2018-09-04T11:01:31Z', u'is_default': False, u'revision_number': 2, u'port_security_enabled': True, u'provider:network_type': u'vxlan', u'id': u'e25e97a2-7f54-4097-94b7-89b85657ba77', u'provider:segmentation_id': 67, u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'rally_sanity-net_e4bdca99-1c26-4475-b749-a4f10ceb2a07', u'admin_state_up': True, u'tenant_id': u'e8b2daffe9fd4140890aa7b5c11b6bf1', u'created_at': u'2018-09-04T11:01:31Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': True, u'project_id': u'e8b2daffe9fd4140890aa7b5c11b6bf1'}) 2018-09-04 11:01:31,322 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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-09-04 11:01:31,329 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 11:01:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-10750037-a39f-4db6-bd12-dc9bce1efe0a 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.28:5000/v3/", "rel": "self"}]}} 2018-09-04 11:01:31,329 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-10750037-a39f-4db6-bd12-dc9bce1efe0a 2018-09-04 11:01:31,330 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-09-04 11:01:31,714 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "c40c92a89248463d9399541e18b75078", "name": "Member"}, {"id": "3d416247e8224533841040c3ad2bce5a", "name": "admin"}], "expires_at": "2018-09-04T12:01:31.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e8b2daffe9fd4140890aa7b5c11b6bf1", "name": "rally_sanity-project_e4bdca99-1c26-4475-b749-a4f10ceb2a07"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v1/e8b2daffe9fd4140890aa7b5c11b6bf1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235635a698ef4bef9dc6b25273d185da"}, {"url": "http://192.30.9.6:8776/v1/e8b2daffe9fd4140890aa7b5c11b6bf1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "23b07b3fbfc340a58cf0f9b2871a0d23"}, {"url": "http://172.30.9.28:8776/v1/e8b2daffe9fd4140890aa7b5c11b6bf1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "72fd0aaa144d45419f4b04b6b26f69a7"}], "type": "volume", "id": "097241c25b4d4f7e91b3f8efa155909e", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v3/e8b2daffe9fd4140890aa7b5c11b6bf1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93eb4cf3030a49e7840bec071422d397"}, {"url": "http://192.30.9.6:8776/v3/e8b2daffe9fd4140890aa7b5c11b6bf1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8af439a6ac147fdbcb38ed9aa916b68"}, {"url": "http://192.30.9.6:8776/v3/e8b2daffe9fd4140890aa7b5c11b6bf1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c4bfdbc9b7c74a23a40afdf578cfeba4"}], "type": "volumev3", "id": "1c85f4682ce44f729db1dabd98e965e8", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "82239574a29d4603a2161006f61851cf"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8d15f7134f364a7bbcfff2f84aac3bf2"}, {"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e01668c43a0c4c279b9a3d20a0280d6c"}], "type": "image", "id": "297d8415ca96454991054983920912f7", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7bb4d60e20734d4a9f31ec75e02cb823"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bf6adec15590466a9a0d3bddb00e8993"}, {"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f096f03a1d12411a8972f6f7c196b60d"}], "type": "policy", "id": "54c64351b56d44bbad74c2969cc3aa00", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "354ae6870a324fab82d0a0fb68ee0f26"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a3807e460dd4af488d982b66c52e64c"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e7c3da785076450abd71868e75ce0c33"}], "type": "cloudformation", "id": "6ac9917ae83c4639a15a4ab3cf0e76dd", "name": "heat-cfn"}, {"endpoints": [], "type": "metering", "id": "7fcc078e5e0645f29df67742ac14e388", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49e71628d386464cb950d6a9db00a328"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75b0a63ed8574bbcab1c851cc9b83d30"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9902b0a8b3c04cd192a1b84c417c232b"}], "type": "key-manager", "id": "9626544a32e74678a641c6e206f028a9", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "497340e5aa36485982fdf297f370558f"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7802beb4fc7c4952897b77bd5610b1fe"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c14af798917f4fa0b146d9772583e595"}], "type": "metric", "id": "973bfe8c658d4e5a8da725e76b9d550e", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "288ecc3674ea41d2aa3b790dcb832bf2"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7a6dc785cd7142f5b30f1a7ba0daeb03"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7f7d34e2351b4964befccc862c4e8e12"}], "type": "network", "id": "a348d7b06050474fb449be7f32ea6f5d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "21bce6ecb8464a1f8f3e3847aa698bd6"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0a8faf2246b47deb30e69e48d3551fb"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e71c6011de3d4d8589e5b53dcc79f288"}], "type": "identity", "id": "ad8d4b4953184137a1b913ecee9434ed", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "13474f9a78ca4f1184e4cddc84d0d98c"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad67365a18234bb78c336e6776958c00"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc54db13337f44f8921fbb9ad0f81de8"}], "type": "alarming", "id": "bb18dc3243034f08a6a7f69f7a1edccf", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0d91d7adf0304b2681c77f979e5cdb17"}, {"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "756e5ffca9774ab3ae2db41bf330417f"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c07c727a08c243b287827f539a124e63"}], "type": "placement", "id": "bb2c9432fcbd4c56913177122468f6ba", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8004/v1/e8b2daffe9fd4140890aa7b5c11b6bf1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1eed4912224b48cf9856446eae4d9928"}, {"url": "http://192.30.9.6:8004/v1/e8b2daffe9fd4140890aa7b5c11b6bf1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b73b7f99236541148d84f24f09e5dd40"}, {"url": "http://192.30.9.6:8004/v1/e8b2daffe9fd4140890aa7b5c11b6bf1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fbf12e52911244fdafc24a9d46f56e62"}], "type": "orchestration", "id": "c8918d139da945ba93df4ccce21d4904", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/e8b2daffe9fd4140890aa7b5c11b6bf1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16bf098b9e2e490f8e47fa601059f975"}, {"url": "http://192.30.9.6:8776/v2/e8b2daffe9fd4140890aa7b5c11b6bf1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc16fa4cf491444ca2f611d5692c1170"}, {"url": "http://192.30.9.6:8776/v2/e8b2daffe9fd4140890aa7b5c11b6bf1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ccd2c5325dff4b90b391db9fdde67d99"}], "type": "volumev2", "id": "d09ac9123c34494abce21d6c27bee9d9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eac694332354a3aa0e61c31314166d7"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b4d4989c4e764717ab78d38675cadd3f"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff196e46b56d406d87a678f1a64497b0"}], "type": "compute", "id": "d4030ee932c84df58c5b910cc197caa7", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "rally_sanity-user_e4bdca99-1c26-4475-b749-a4f10ceb2a07", "id": "52f80ae1baca4495a95891239a45459d"}, "audit_ids": ["ErqqSA2VSHWb3kDxCrkGpg"], "issued_at": "2018-09-04T11:01:31.000000Z"}} 2018-09-04 11:01:31,717 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-04 11:01:31,718 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}b4cec8417e457e4c6df732a63c6bc6ec4635dd58" 2018-09-04 11:01:31,954 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1349 X-Openstack-Request-Id: req-5f86dfbe-a15e-4218-9791-2f117a67207a Date: Tue, 04 Sep 2018 11:01:31 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"4097e349-dd4a-4a5e-95d6-eed5c2d7b85a","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"18025ed81c804927a1f0e0e0ba20836f","status":"ACTIVE","subnets":["5092c110-d468-4f12-acae-47d56d35dff1"],"description":"","tags":[],"updated_at":"2018-09-04T10:10:50Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"18025ed81c804927a1f0e0e0ba20836f","created_at":"2018-09-04T10:10:44Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"e25e97a2-7f54-4097-94b7-89b85657ba77","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":true,"project_id":"e8b2daffe9fd4140890aa7b5c11b6bf1","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-09-04T11:01:31Z","provider:segmentation_id":67,"name":"rally_sanity-net_e4bdca99-1c26-4475-b749-a4f10ceb2a07","admin_state_up":true,"tenant_id":"e8b2daffe9fd4140890aa7b5c11b6bf1","created_at":"2018-09-04T11:01:31Z","provider:network_type":"vxlan"}]} 2018-09-04 11:01:31,955 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-5f86dfbe-a15e-4218-9791-2f117a67207a 2018-09-04 11:01:31,955 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.237411975861s 2018-09-04 11:01:31,955 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-5f86dfbe-a15e-4218-9791-2f117a67207a 2018-09-04 11:01:31,956 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-09-04 11:01:31,957 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28: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}b4cec8417e457e4c6df732a63c6bc6ec4635dd58" -d '{"subnet": {"name": "rally_sanity-subnet_e4bdca99-1c26-4475-b749-a4f10ceb2a07", "enable_dhcp": true, "network_id": "e25e97a2-7f54-4097-94b7-89b85657ba77", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-09-04 11:01:32,476 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 680 X-Openstack-Request-Id: req-5aea2b53-8c7d-4ac1-a87e-be59d7f2995b Date: Tue, 04 Sep 2018 11:01:32 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"e25e97a2-7f54-4097-94b7-89b85657ba77","tenant_id":"e8b2daffe9fd4140890aa7b5c11b6bf1","created_at":"2018-09-04T11:01:32Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-09-04T11:01:32Z","gateway_ip":"192.168.120.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"192.168.120.0/24","project_id":"e8b2daffe9fd4140890aa7b5c11b6bf1","id":"12e0d3e0-3d0e-4a11-b340-4be63bfd4bd3","subnetpool_id":null,"name":"rally_sanity-subnet_e4bdca99-1c26-4475-b749-a4f10ceb2a07"}} 2018-09-04 11:01:32,476 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/subnets.json used request id req-5aea2b53-8c7d-4ac1-a87e-be59d7f2995b 2018-09-04 11:01:32,476 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 0.51935505867s 2018-09-04 11:01:32,476 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/subnets.json used request id req-5aea2b53-8c7d-4ac1-a87e-be59d7f2995b 2018-09-04 11:01:32,477 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-09-04T11:01:32Z', u'ipv6_ra_mode': None, u'allocation_pools': [{u'start': u'192.168.120.2', u'end': u'192.168.120.254'}], u'host_routes': [], u'revision_number': 0, u'ipv6_address_mode': None, u'cidr': u'192.168.120.0/24', u'id': u'12e0d3e0-3d0e-4a11-b340-4be63bfd4bd3', u'subnetpool_id': None, u'service_types': [], u'name': u'rally_sanity-subnet_e4bdca99-1c26-4475-b749-a4f10ceb2a07', u'enable_dhcp': True, u'network_id': u'e25e97a2-7f54-4097-94b7-89b85657ba77', u'tenant_id': u'e8b2daffe9fd4140890aa7b5c11b6bf1', u'created_at': u'2018-09-04T11:01:32Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'e8b2daffe9fd4140890aa7b5c11b6bf1'}) 2018-09-04 11:01:32,477 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-09-04 11:01:32,478 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28: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}b4cec8417e457e4c6df732a63c6bc6ec4635dd58" -d '{"router": {"external_gateway_info": {"network_id": "4097e349-dd4a-4a5e-95d6-eed5c2d7b85a"}, "name": "rally_sanity-router_e4bdca99-1c26-4475-b749-a4f10ceb2a07", "admin_state_up": true}}' 2018-09-04 11:01:33,571 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 645 X-Openstack-Request-Id: req-100348f6-ad42-4368-abb5-b6730c959c1b Date: Tue, 04 Sep 2018 11:01:33 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "4097e349-dd4a-4a5e-95d6-eed5c2d7b85a", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "5092c110-d468-4f12-acae-47d56d35dff1", "ip_address": "172.30.9.219"}]}, "description": "", "tags": [], "tenant_id": "e8b2daffe9fd4140890aa7b5c11b6bf1", "created_at": "2018-09-04T11:01:32Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-09-04T11:01:33Z", "revision_number": 2, "routes": [], "project_id": "e8b2daffe9fd4140890aa7b5c11b6bf1", "id": "5cab58f1-fa86-4f84-882a-50df6211b0f0", "name": "rally_sanity-router_e4bdca99-1c26-4475-b749-a4f10ceb2a07"}} 2018-09-04 11:01:33,571 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/routers.json used request id req-100348f6-ad42-4368-abb5-b6730c959c1b 2018-09-04 11:01:33,571 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 1.09375095367s 2018-09-04 11:01:33,571 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/routers.json used request id req-100348f6-ad42-4368-abb5-b6730c959c1b 2018-09-04 11:01:33,572 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'4097e349-dd4a-4a5e-95d6-eed5c2d7b85a', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'5092c110-d468-4f12-acae-47d56d35dff1', u'ip_address': u'172.30.9.219'}]}, u'description': u'', u'tags': [], u'tenant_id': u'e8b2daffe9fd4140890aa7b5c11b6bf1', u'created_at': u'2018-09-04T11:01:32Z', u'admin_state_up': True, u'distributed': False, u'updated_at': u'2018-09-04T11:01:33Z', u'revision_number': 2, u'routes': [], u'project_id': u'e8b2daffe9fd4140890aa7b5c11b6bf1', u'id': u'5cab58f1-fa86-4f84-882a-50df6211b0f0', u'name': u'rally_sanity-router_e4bdca99-1c26-4475-b749-a4f10ceb2a07'}) 2018-09-04 11:01:33,572 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-09-04 11:01:33,573 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.28:9696/v2.0/routers/5cab58f1-fa86-4f84-882a-50df6211b0f0/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}b4cec8417e457e4c6df732a63c6bc6ec4635dd58" -d '{"subnet_id": "12e0d3e0-3d0e-4a11-b340-4be63bfd4bd3"}' 2018-09-04 11:01:35,110 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-a74fabdc-f5f2-4a8d-887b-b0e461f0b0a1 Date: Tue, 04 Sep 2018 11:01:35 GMT RESP BODY: {"network_id": "e25e97a2-7f54-4097-94b7-89b85657ba77", "tenant_id": "e8b2daffe9fd4140890aa7b5c11b6bf1", "subnet_id": "12e0d3e0-3d0e-4a11-b340-4be63bfd4bd3", "subnet_ids": ["12e0d3e0-3d0e-4a11-b340-4be63bfd4bd3"], "port_id": "5c8dc55a-6ab7-49ac-8c6e-4a71bf38ace1", "id": "5cab58f1-fa86-4f84-882a-50df6211b0f0"} 2018-09-04 11:01:35,110 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.28:9696/v2.0/routers/5cab58f1-fa86-4f84-882a-50df6211b0f0/add_router_interface.json used request id req-a74fabdc-f5f2-4a8d-887b-b0e461f0b0a1 2018-09-04 11:01:35,111 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 1.5380179882s 2018-09-04 11:01:35,111 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.28:9696/v2.0/routers/5cab58f1-fa86-4f84-882a-50df6211b0f0/add_router_interface.json used request id req-a74fabdc-f5f2-4a8d-887b-b0e461f0b0a1 returning object 5cab58f1-fa86-4f84-882a-50df6211b0f0 2018-09-04 11:01:35,111 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-09-04 11:01:35,243 - shade - DEBUG - Image file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img md5:443b7623e27ecf03dc9e01ee93f67afe sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8 2018-09-04 11:01:35,245 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}b4cec8417e457e4c6df732a63c6bc6ec4635dd58" 2018-09-04 11:01:35,250 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 648 Date: Tue, 04 Sep 2018 11:01:35 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.5", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}]} 2018-09-04 11:01:35,254 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-09-04 11:01:35,254 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}b4cec8417e457e4c6df732a63c6bc6ec4635dd58" 2018-09-04 11:01:35,427 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-a62ef01a-24c2-4fc1-80d7-1672aad6a4e6 Date: Tue, 04 Sep 2018 11:01:35 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-09-04 11:01:35,427 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-a62ef01a-24c2-4fc1-80d7-1672aad6a4e6 2018-09-04 11:01:35,427 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.173012971878s 2018-09-04 11:01:35,427 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-a62ef01a-24c2-4fc1-80d7-1672aad6a4e6 2018-09-04 11:01:35,429 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-09-04 11:01:35,430 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28: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}b4cec8417e457e4c6df732a63c6bc6ec4635dd58" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/rally_sanity-img_e4bdca99-1c26-4475-b749-a4f10ceb2a07", "container_format": "bare", "disk_format": "qcow2", "visibility": "public", "name": "rally_sanity-img_e4bdca99-1c26-4475-b749-a4f10ceb2a07"}' 2018-09-04 11:01:35,660 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 875 Content-Type: application/json Location: http://172.30.9.28:9292/v2/images/c57b1f4d-28f0-4878-a045-17ea17063fe1 X-Openstack-Request-Id: req-f63d9fbc-4f71-4c7b-9d6f-fdbf2e035ca0 Date: Tue, 04 Sep 2018 11:01:35 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "locations": [], "file": "/v2/images/c57b1f4d-28f0-4878-a045-17ea17063fe1/file", "owner": "e8b2daffe9fd4140890aa7b5c11b6bf1", "id": "c57b1f4d-28f0-4878-a045-17ea17063fe1", "size": null, "self": "/v2/images/c57b1f4d-28f0-4878-a045-17ea17063fe1", "disk_format": "qcow2", "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-09-04T11:01:35Z", "visibility": "public", "owner_specified.shade.object": "images/rally_sanity-img_e4bdca99-1c26-4475-b749-a4f10ceb2a07", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "rally_sanity-img_e4bdca99-1c26-4475-b749-a4f10ceb2a07", "checksum": null, "created_at": "2018-09-04T11:01:35Z", "protected": false} 2018-09-04 11:01:35,660 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.28:9292/v2/images used request id req-f63d9fbc-4f71-4c7b-9d6f-fdbf2e035ca0 2018-09-04 11:01:35,660 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.23125910759s 2018-09-04 11:01:35,661 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.28:9292/v2/images used request id req-f63d9fbc-4f71-4c7b-9d6f-fdbf2e035ca0 returning object c57b1f4d-28f0-4878-a045-17ea17063fe1 2018-09-04 11:01:35,662 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-09-04 11:01:35,662 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.28:9292/v2/images/c57b1f4d-28f0-4878-a045-17ea17063fe1/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}b4cec8417e457e4c6df732a63c6bc6ec4635dd58" -d '' 2018-09-04 11:01:37,023 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-3e545d0b-3904-4cbf-a60e-cef2bb3e2891 Date: Tue, 04 Sep 2018 11:01:37 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-09-04 11:01:37,024 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.28:9292/v2/images/c57b1f4d-28f0-4878-a045-17ea17063fe1/file used request id req-3e545d0b-3904-4cbf-a60e-cef2bb3e2891 2018-09-04 11:01:37,024 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 1.36204504967s 2018-09-04 11:01:37,024 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.28:9292/v2/images/c57b1f4d-28f0-4878-a045-17ea17063fe1/file used request id req-3e545d0b-3904-4cbf-a60e-cef2bb3e2891 2018-09-04 11:01:37,024 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-09-04 11:01:37,025 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}b4cec8417e457e4c6df732a63c6bc6ec4635dd58" 2018-09-04 11:01:37,190 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1205 Content-Type: application/json X-Openstack-Request-Id: req-ffa74383-ddba-46ac-b60b-b02fbefef3a3 Date: Tue, 04 Sep 2018 11:01:37 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://99671b03-94ed-44b3-b5f6-80b8e44d0570/images/c57b1f4d-28f0-4878-a045-17ea17063fe1/snap", "metadata": {}}], "file": "/v2/images/c57b1f4d-28f0-4878-a045-17ea17063fe1/file", "owner": "e8b2daffe9fd4140890aa7b5c11b6bf1", "id": "c57b1f4d-28f0-4878-a045-17ea17063fe1", "size": 12716032, "self": "/v2/images/c57b1f4d-28f0-4878-a045-17ea17063fe1", "disk_format": "qcow2", "direct_url": "rbd://99671b03-94ed-44b3-b5f6-80b8e44d0570/images/c57b1f4d-28f0-4878-a045-17ea17063fe1/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-09-04T11:01:36Z", "visibility": "public", "owner_specified.shade.object": "images/rally_sanity-img_e4bdca99-1c26-4475-b749-a4f10ceb2a07", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "rally_sanity-img_e4bdca99-1c26-4475-b749-a4f10ceb2a07", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-09-04T11:01:35Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-09-04 11:01:37,190 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-ffa74383-ddba-46ac-b60b-b02fbefef3a3 2018-09-04 11:01:37,190 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.165779829025s 2018-09-04 11:01:37,191 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-ffa74383-ddba-46ac-b60b-b02fbefef3a3 2018-09-04 11:01:37,193 - functest.core.singlevm - DEBUG - image: Munch({'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://99671b03-94ed-44b3-b5f6-80b8e44d0570/images/c57b1f4d-28f0-4878-a045-17ea17063fe1/snap', u'metadata': Munch({})})], 'file': u'/v2/images/c57b1f4d-28f0-4878-a045-17ea17063fe1/file', 'owner': u'e8b2daffe9fd4140890aa7b5c11b6bf1', 'id': u'c57b1f4d-28f0-4878-a045-17ea17063fe1', 'size': 12716032, u'self': u'/v2/images/c57b1f4d-28f0-4878-a045-17ea17063fe1', 'disk_format': u'qcow2', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'e8b2daffe9fd4140890aa7b5c11b6bf1', 'name': 'rally_sanity-project_e4bdca99-1c26-4475-b749-a4f10ceb2a07', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://99671b03-94ed-44b3-b5f6-80b8e44d0570/images/c57b1f4d-28f0-4878-a045-17ea17063fe1/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-09-04T11:01:36Z', 'tags': [], 'visibility': u'public', 'updated_at': u'2018-09-04T11:01:36Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/rally_sanity-img_e4bdca99-1c26-4475-b749-a4f10ceb2a07', 'min_disk': 0, 'is_public': True, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'self': u'/v2/images/c57b1f4d-28f0-4878-a045-17ea17063fe1', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/rally_sanity-img_e4bdca99-1c26-4475-b749-a4f10ceb2a07', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}, 'name': u'rally_sanity-img_e4bdca99-1c26-4475-b749-a4f10ceb2a07', 'created': u'2018-09-04T11:01:35Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-09-04T11:01:35Z', 'minDisk': 0, 'is_protected': False, 'metadata': {u'self': u'/v2/images/c57b1f4d-28f0-4878-a045-17ea17063fe1', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/rally_sanity-img_e4bdca99-1c26-4475-b749-a4f10ceb2a07', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}}) 2018-09-04 11:01:37,194 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-09-04 11:01:37,197 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28: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}268c1c5abb0d1498439a98a61bfd75406ff785e4" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "rally_sanity-flavor_e4bdca99-1c26-4475-b749-a4f10ceb2a07", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-09-04 11:01:37,402 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 11:01: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-ed0a7c97-434b-4e21-bb81-0c12b30031a3 x-compute-request-id: req-ed0a7c97-434b-4e21-bb81-0c12b30031a3 Content-Encoding: gzip Content-Length: 309 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/0a1cbd5c-1a4e-411a-964c-233c11339e04", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/0a1cbd5c-1a4e-411a-964c-233c11339e04", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "0a1cbd5c-1a4e-411a-964c-233c11339e04", "name": "rally_sanity-flavor_e4bdca99-1c26-4475-b749-a4f10ceb2a07", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-09-04 11:01:37,402 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/flavors used request id req-ed0a7c97-434b-4e21-bb81-0c12b30031a3 2018-09-04 11:01:37,402 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.208078145981s 2018-09-04 11:01:37,402 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/flavors used request id req-ed0a7c97-434b-4e21-bb81-0c12b30031a3 returning object 0a1cbd5c-1a4e-411a-964c-233c11339e04 2018-09-04 11:01:37,403 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'rally_sanity-flavor_e4bdca99-1c26-4475-b749-a4f10ceb2a07', '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'1e2f68a072b64978bd7ea91c2d64aca6', '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'0a1cbd5c-1a4e-411a-964c-233c11339e04', 'swap': 0}) 2018-09-04 11:01:37,404 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-09-04 11:01:37,407 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/flavors/0a1cbd5c-1a4e-411a-964c-233c11339e04/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}268c1c5abb0d1498439a98a61bfd75406ff785e4" -d '{"extra_specs": {}}' 2018-09-04 11:01:37,426 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 11:01: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-9fea72b5-8672-448e-a9b9-f5010b8fa4e1 x-compute-request-id: req-9fea72b5-8672-448e-a9b9-f5010b8fa4e1 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-09-04 11:01:37,426 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/flavors/0a1cbd5c-1a4e-411a-964c-233c11339e04/os-extra_specs used request id req-9fea72b5-8672-448e-a9b9-f5010b8fa4e1 2018-09-04 11:01:37,426 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0220861434937s 2018-09-04 11:01:37,426 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/flavors/0a1cbd5c-1a4e-411a-964c-233c11339e04/os-extra_specs used request id req-9fea72b5-8672-448e-a9b9-f5010b8fa4e1 2018-09-04 11:01:37,427 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-09-04 11:01:39,953 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-09-04 11:01:39.529 124 INFO rally.deployment.engine [-] Deployment 16411604-8436-4024-88cd-76f21471198b | Starting: Destroy cloud and free allocated resources. 2018-09-04 11:01:39.620 124 INFO rally.deployment.engine [-] Deployment 16411604-8436-4024-88cd-76f21471198b | Completed: Destroy cloud and free allocated resources. 2018-09-04 11:01:39.663 124 INFO rally.api [-] Deleting all verifications created by verifier 'opnfv-tempest' (UUID=93d194ff-1532-48fd-a299-830ae9c58b7c) for deployment 'opnfv-rally'. 2018-09-04 11:01:39.681 124 INFO rally.api [-] Deleting verification (UUID=de464a60-5fcd-4f9d-a983-d5242f89faa9). 2018-09-04 11:01:39.733 124 INFO rally.api [-] Verification has been successfully deleted! 2018-09-04 11:01:39.734 124 INFO rally.api [-] Deleting deployment-specific data for verifier 'opnfv-tempest' (UUID=93d194ff-1532-48fd-a299-830ae9c58b7c). 2018-09-04 11:01:39.741 124 INFO rally.api [-] Deployment-specific data has been successfully deleted! 2018-09-04 11:01:42,562 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-09-04 11:01:42.209 127 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=270e710b-b994-4f91-b4a9-d9b1dc28dacf) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | 270e710b-b994-4f91-b4a9-d9b1dc28dacf | 2018-09-04T11:01:42 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: 270e710b-b994-4f91-b4a9-d9b1dc28dacf ~/.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-09-04 11:01:46,000 - 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-09-04 11:01:46,001 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Validating the test name... 2018-09-04 11:01:46,002 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.os-hypervisors.detail 2018-09-04 11:01:46,005 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}b4cec8417e457e4c6df732a63c6bc6ec4635dd58" 2018-09-04 11:01:46,197 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 11:01: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-63798f3d-4f80-4489-b75d-673aebb3a2e4 x-compute-request-id: req-63798f3d-4f80-4489-b75d-673aebb3a2e4 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": 132}, "vcpus_used": 0, "hypervisor_type": "QEMU", "local_gb_used": 0, "vcpus": 16, "hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "memory_mb_used": 4096, "memory_mb": 32502, "current_workload": 0, "state": "up", "host_ip": "192.30.9.9", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"pcid\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"acpi\", \"fma\", \"vme\", \"popcnt\", \"mmx\", \"osxsave\", \"cx8\", \"mce\", \"de\", \"rdtscp\", \"ht\", \"dca\", \"lahf_lm\", \"abm\", \"pdcm\", \"mca\", \"pdpe1gb\", \"apic\", \"sse\", \"f16c\", \"pse\", \"ds\", \"invtsc\", \"pni\", \"tm2\", \"avx2\", \"aes\", \"sse2\", \"ss\", \"ds_cpl\", \"arat\", \"bmi1\", \"bmi2\", \"ssse3\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 0, "free_disk_gb": 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": 141}, "vcpus_used": 0, "hypervisor_type": "QEMU", "local_gb_used": 0, "vcpus": 16, "hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "memory_mb_used": 4096, "memory_mb": 32502, "current_workload": 0, "state": "up", "host_ip": "192.30.9.7", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"pcid\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"acpi\", \"fma\", \"vme\", \"popcnt\", \"mmx\", \"osxsave\", \"cx8\", \"mce\", \"de\", \"rdtscp\", \"ht\", \"dca\", \"lahf_lm\", \"abm\", \"pdcm\", \"mca\", \"pdpe1gb\", \"apic\", \"sse\", \"f16c\", \"pse\", \"ds\", \"invtsc\", \"pni\", \"tm2\", \"avx2\", \"aes\", \"sse2\", \"ss\", \"ds_cpl\", \"arat\", \"bmi1\", \"bmi2\", \"ssse3\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 0, "free_disk_gb": 10239, "hypervisor_version": 2009000, "disk_available_least": 10180, "local_gb": 10239, "free_ram_mb": 28406, "id": 6}]} 2018-09-04 11:01:46,198 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/os-hypervisors/detail used request id req-63798f3d-4f80-4489-b75d-673aebb3a2e4 2018-09-04 11:01:46,198 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.os-hypervisors.detail in 0.195744037628s 2018-09-04 11:01:46,198 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/os-hypervisors/detail used request id req-63798f3d-4f80-4489-b75d-673aebb3a2e4 2018-09-04 11:01:46,199 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-09-04 11:01:46,202 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28: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}268c1c5abb0d1498439a98a61bfd75406ff785e4" -d '{"flavor": {"vcpus": 1, "ram": 1024, "name": "rally_sanity-flavor_alt_e4bdca99-1c26-4475-b749-a4f10ceb2a07", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-09-04 11:01:46,248 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 11:01: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-9755ffbd-89d6-4326-8194-9840a4cca06e x-compute-request-id: req-9755ffbd-89d6-4326-8194-9840a4cca06e Content-Encoding: gzip Content-Length: 313 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/b8912e0d-84ca-4f7a-b17a-03fca54911ec", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/b8912e0d-84ca-4f7a-b17a-03fca54911ec", "rel": "bookmark"}], "ram": 1024, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "b8912e0d-84ca-4f7a-b17a-03fca54911ec", "name": "rally_sanity-flavor_alt_e4bdca99-1c26-4475-b749-a4f10ceb2a07", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-09-04 11:01:46,248 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/flavors used request id req-9755ffbd-89d6-4326-8194-9840a4cca06e 2018-09-04 11:01:46,248 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.0487508773804s 2018-09-04 11:01:46,249 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/flavors used request id req-9755ffbd-89d6-4326-8194-9840a4cca06e returning object b8912e0d-84ca-4f7a-b17a-03fca54911ec 2018-09-04 11:01:46,249 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'rally_sanity-flavor_alt_e4bdca99-1c26-4475-b749-a4f10ceb2a07', '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'1e2f68a072b64978bd7ea91c2d64aca6', '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'b8912e0d-84ca-4f7a-b17a-03fca54911ec', 'swap': 0}) 2018-09-04 11:01:46,250 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-09-04 11:01:46,253 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/flavors/b8912e0d-84ca-4f7a-b17a-03fca54911ec/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}268c1c5abb0d1498439a98a61bfd75406ff785e4" -d '{"extra_specs": {}}' 2018-09-04 11:01:46,271 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 11:01: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-cff9a674-4511-4580-afa3-dc41e3756566 x-compute-request-id: req-cff9a674-4511-4580-afa3-dc41e3756566 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-09-04 11:01:46,271 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/flavors/b8912e0d-84ca-4f7a-b17a-03fca54911ec/os-extra_specs used request id req-cff9a674-4511-4580-afa3-dc41e3756566 2018-09-04 11:01:46,272 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0213329792023s 2018-09-04 11:01:46,272 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/flavors/b8912e0d-84ca-4f7a-b17a-03fca54911ec/os-extra_specs used request id req-cff9a674-4511-4580-afa3-dc41e3756566 2018-09-04 11:01:46,272 - functest.opnfv_tests.openstack.rally.rally - DEBUG - flavor: Munch({'name': u'rally_sanity-flavor_alt_e4bdca99-1c26-4475-b749-a4f10ceb2a07', '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'1e2f68a072b64978bd7ea91c2d64aca6', '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'b8912e0d-84ca-4f7a-b17a-03fca54911ec', 'swap': 0}) 2018-09-04 11:01:46,273 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "authenticate" ... 2018-09-04 11:01:46,273 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Scenario fetched from : /usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/opnfv-authenticate.yaml 2018-09-04 11:01:46,275 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-09-04 11:01:46,293 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-09-04 11:01:46,293 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'start', '--abort-on-sla-failure', '--task', '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/task.yaml', '--task-args', "{'smoke': True, 'tmpl_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/templates', 'floating_network': 'external', 'service_list': ['authenticate'], 'concurrency': 4, 'netid': 'e25e97a2-7f54-4097-94b7-89b85657ba77', 'tenants_amount': 3, 'image_name': 'rally_sanity-img_e4bdca99-1c26-4475-b749-a4f10ceb2a07', 'flavor_name': 'rally_sanity-flavor_e4bdca99-1c26-4475-b749-a4f10ceb2a07', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally_sanity-flavor_alt_e4bdca99-1c26-4475-b749-a4f10ceb2a07', 'iterations': 10, 'users_amount': 2, 'sup_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/support', 'glance_image_format': 'qcow2'}"] 2018-09-04 11:02:48,860 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : bda5f95c-42a3-414c-9396-1b97905d9c4a 2018-09-04 11:02:48,860 - functest.opnfv_tests.openstack.rally.rally - DEBUG - /home/opnfv/functest/results/rally does not exist, we create it. 2018-09-04 11:02:48,861 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '--uuid', 'bda5f95c-42a3-414c-9396-1b97905d9c4a'] 2018-09-04 11:02:49,932 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task detailed --uuid bda5f95c-42a3-414c-9396-1b97905d9c4a -------------------------------------------------------------------------------- Task bda5f95c-42a3-414c-9396-1b97905d9c4a: finished -------------------------------------------------------------------------------- test scenario Authenticate.keystone args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": {}, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task bda5f95c-42a3-414c-9396-1b97905d9c4a has 0 error(s) -------------------------------------------------------------------------------- +--------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | authenticate.keystone | 0.484 | 0.484 | 0.484 | 0.484 | 0.484 | 0.484 | 100.0% | 1 | | total | 0.484 | 0.484 | 0.484 | 0.484 | 0.484 | 0.484 | 100.0% | 1 | | -> duration | 0.484 | 0.484 | 0.484 | 0.484 | 0.484 | 0.484 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.484305 Full duration: 7.37246 -------------------------------------------------------------------------------- test scenario Authenticate.validate_cinder args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "repetitions": 2 }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task bda5f95c-42a3-414c-9396-1b97905d9c4a has 0 error(s) -------------------------------------------------------------------------------- +---------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | authenticate.validate_cinder | 0.825 | 0.825 | 0.825 | 0.825 | 0.825 | 0.825 | 100.0% | 1 | | total | 1.266 | 1.266 | 1.266 | 1.266 | 1.266 | 1.266 | 100.0% | 1 | | -> duration | 1.266 | 1.266 | 1.266 | 1.266 | 1.266 | 1.266 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.26577 Full duration: 8.476972 -------------------------------------------------------------------------------- test scenario Authenticate.validate_glance args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "repetitions": 2 }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task bda5f95c-42a3-414c-9396-1b97905d9c4a has 0 error(s) -------------------------------------------------------------------------------- +---------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | authenticate.validate_glance | 0.518 | 0.518 | 0.518 | 0.518 | 0.518 | 0.518 | 100.0% | 1 | | total | 0.936 | 0.936 | 0.936 | 0.936 | 0.936 | 0.936 | 100.0% | 1 | | -> duration | 0.936 | 0.936 | 0.936 | 0.936 | 0.936 | 0.936 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.936327 Full duration: 7.997536 -------------------------------------------------------------------------------- test scenario Authenticate.validate_heat args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "repetitions": 2 }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task bda5f95c-42a3-414c-9396-1b97905d9c4a has 0 error(s) -------------------------------------------------------------------------------- +-------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | authenticate.validate_heat | 0.351 | 0.351 | 0.351 | 0.351 | 0.351 | 0.351 | 100.0% | 1 | | total | 0.774 | 0.774 | 0.774 | 0.774 | 0.774 | 0.774 | 100.0% | 1 | | -> duration | 0.774 | 0.774 | 0.774 | 0.774 | 0.774 | 0.774 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.774047 Full duration: 8.042744 -------------------------------------------------------------------------------- test scenario Authenticate.validate_neutron args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "repetitions": 2 }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task bda5f95c-42a3-414c-9396-1b97905d9c4a has 0 error(s) -------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | authenticate.validate_neutron | 0.651 | 0.651 | 0.651 | 0.651 | 0.651 | 0.651 | 100.0% | 1 | | total | 1.042 | 1.042 | 1.042 | 1.042 | 1.042 | 1.042 | 100.0% | 1 | | -> duration | 1.042 | 1.042 | 1.042 | 1.042 | 1.042 | 1.042 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.042387 Full duration: 7.954341 -------------------------------------------------------------------------------- test scenario Authenticate.validate_nova args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "repetitions": 2 }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task bda5f95c-42a3-414c-9396-1b97905d9c4a has 0 error(s) -------------------------------------------------------------------------------- +-------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | authenticate.validate_nova | 0.224 | 0.224 | 0.224 | 0.224 | 0.224 | 0.224 | 100.0% | 1 | | total | 0.676 | 0.676 | 0.676 | 0.676 | 0.676 | 0.676 | 100.0% | 1 | | -> duration | 0.676 | 0.676 | 0.676 | 0.676 | 0.676 | 0.676 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.675505 Full duration: 7.783415 HINTS: * To plot HTML graphics with this data, run: rally task report bda5f95c-42a3-414c-9396-1b97905d9c4a --out output.html * To generate a JUnit report, run: rally task export bda5f95c-42a3-414c-9396-1b97905d9c4a --type junit --to output.xml * To get raw JSON output of task results, run: rally task report bda5f95c-42a3-414c-9396-1b97905d9c4a --json --out output.json 2018-09-04 11:02:49,933 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--json', '--uuid', 'bda5f95c-42a3-414c-9396-1b97905d9c4a', '--out', u'/home/opnfv/functest/results/rally/opnfv-authenticate.json'] 2018-09-04 11:02:52,139 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --json --uuid bda5f95c-42a3-414c-9396-1b97905d9c4a --out /home/opnfv/functest/results/rally/opnfv-authenticate.json 2018-09-04 11:02:52.047 735 INFO rally.api [-] Building 'json' report for the following task(s): 'bda5f95c-42a3-414c-9396-1b97905d9c4a'. 2018-09-04 11:02:52.052 735 INFO rally.api [-] The report has been successfully built. 2018-09-04 11:02:52,140 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--html', '--uuid', 'bda5f95c-42a3-414c-9396-1b97905d9c4a', '--out', u'/home/opnfv/functest/results/rally/opnfv-authenticate.html'] 2018-09-04 11:02:54,233 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --html --uuid bda5f95c-42a3-414c-9396-1b97905d9c4a --out /home/opnfv/functest/results/rally/opnfv-authenticate.html 2018-09-04 11:02:54.109 738 INFO rally.api [-] Building 'html' report for the following task(s): 'bda5f95c-42a3-414c-9396-1b97905d9c4a'. 2018-09-04 11:02:54.131 738 INFO rally.api [-] The report has been successfully built. 2018-09-04 11:02:54,240 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "authenticate" OK. 2018-09-04 11:02:54,240 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "glance" ... 2018-09-04 11:02:54,240 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Scenario fetched from : /usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/sanity/opnfv-glance.yaml 2018-09-04 11:02:54,241 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-09-04 11:02:54,257 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-09-04 11:02:54,258 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'start', '--abort-on-sla-failure', '--task', '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/task.yaml', '--task-args', "{'smoke': True, 'tmpl_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/templates', 'floating_network': 'external', 'service_list': ['glance'], 'concurrency': 4, 'netid': 'e25e97a2-7f54-4097-94b7-89b85657ba77', 'tenants_amount': 3, 'image_name': 'rally_sanity-img_e4bdca99-1c26-4475-b749-a4f10ceb2a07', 'flavor_name': 'rally_sanity-flavor_e4bdca99-1c26-4475-b749-a4f10ceb2a07', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally_sanity-flavor_alt_e4bdca99-1c26-4475-b749-a4f10ceb2a07', 'iterations': 10, 'users_amount': 2, 'sup_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/support', 'glance_image_format': 'qcow2'}"] 2018-09-04 11:04:58,692 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : f8ba3012-81bd-4803-97b6-d77f458a777e 2018-09-04 11:04:58,692 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '--uuid', 'f8ba3012-81bd-4803-97b6-d77f458a777e'] 2018-09-04 11:04:59,688 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task detailed --uuid f8ba3012-81bd-4803-97b6-d77f458a777e -------------------------------------------------------------------------------- Task f8ba3012-81bd-4803-97b6-d77f458a777e: finished -------------------------------------------------------------------------------- test scenario GlanceImages.create_and_delete_image args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "container_format": "bare", "disk_format": "qcow2", "image_location": "/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img" }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task f8ba3012-81bd-4803-97b6-d77f458a777e has 0 error(s) -------------------------------------------------------------------------------- +---------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | glance_v2.create_image | 3.972 | 3.972 | 3.972 | 3.972 | 3.972 | 3.972 | 100.0% | 1 | | -> glance_v2.get_image (x2) | 0.403 | 0.403 | 0.403 | 0.403 | 0.403 | 0.403 | 100.0% | 1 | | -> glance_v2.upload_data | 1.164 | 1.164 | 1.164 | 1.164 | 1.164 | 1.164 | 100.0% | 1 | | glance_v2.delete_image | 1.398 | 1.398 | 1.398 | 1.398 | 1.398 | 1.398 | 100.0% | 1 | | total | 5.37 | 5.37 | 5.37 | 5.37 | 5.37 | 5.37 | 100.0% | 1 | | -> duration | 5.37 | 5.37 | 5.37 | 5.37 | 5.37 | 5.37 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.369844 Full duration: 13.662318 -------------------------------------------------------------------------------- test scenario GlanceImages.create_and_list_image args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "container_format": "bare", "disk_format": "qcow2", "image_location": "/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img" }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task f8ba3012-81bd-4803-97b6-d77f458a777e has 0 error(s) -------------------------------------------------------------------------------- +---------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | glance_v2.create_image | 3.952 | 3.952 | 3.952 | 3.952 | 3.952 | 3.952 | 100.0% | 1 | | -> glance_v2.get_image (x2) | 0.516 | 0.516 | 0.516 | 0.516 | 0.516 | 0.516 | 100.0% | 1 | | -> glance_v2.upload_data | 1.029 | 1.029 | 1.029 | 1.029 | 1.029 | 1.029 | 100.0% | 1 | | glance_v2.list_images | 0.178 | 0.178 | 0.178 | 0.178 | 0.178 | 0.178 | 100.0% | 1 | | total | 4.131 | 4.131 | 4.131 | 4.131 | 4.131 | 4.131 | 100.0% | 1 | | -> duration | 4.131 | 4.131 | 4.131 | 4.131 | 4.131 | 4.131 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 4.130576 Full duration: 16.382127 -------------------------------------------------------------------------------- test scenario GlanceImages.list_images args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": {}, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task f8ba3012-81bd-4803-97b6-d77f458a777e has 0 error(s) -------------------------------------------------------------------------------- +--------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | glance_v2.list_images | 0.338 | 0.338 | 0.338 | 0.338 | 0.338 | 0.338 | 100.0% | 1 | | total | 0.339 | 0.339 | 0.339 | 0.339 | 0.339 | 0.339 | 100.0% | 1 | | -> duration | 0.339 | 0.339 | 0.339 | 0.339 | 0.339 | 0.339 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.338549 Full duration: 8.141698 -------------------------------------------------------------------------------- test scenario GlanceImages.create_image_and_boot_instances args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "container_format": "bare", "disk_format": "qcow2", "image_location": "/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img", "flavor": { "name": "rally_sanity-flavor_e4bdca99-1c26-4475-b749-a4f10ceb2a07" }, "number_instances": 2, "nics": [ { "net-id": "e25e97a2-7f54-4097-94b7-89b85657ba77" } ] }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 }, "quotas": { "nova": { "cores": -1, "floating_ips": -1, "instances": -1, "ram": -1, "security_group_rules": -1, "security_groups": -1 } } } } -------------------------------------------------------------------------------- Task f8ba3012-81bd-4803-97b6-d77f458a777e has 0 error(s) -------------------------------------------------------------------------------- +---------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | glance_v2.create_image | 3.849 | 3.849 | 3.849 | 3.849 | 3.849 | 3.849 | 100.0% | 1 | | -> glance_v2.get_image (x2) | 0.511 | 0.511 | 0.511 | 0.511 | 0.511 | 0.511 | 100.0% | 1 | | -> glance_v2.upload_data | 0.926 | 0.926 | 0.926 | 0.926 | 0.926 | 0.926 | 100.0% | 1 | | nova.boot_servers | 11.539 | 11.539 | 11.539 | 11.539 | 11.539 | 11.539 | 100.0% | 1 | | total | 15.389 | 15.389 | 15.389 | 15.389 | 15.389 | 15.389 | 100.0% | 1 | | -> duration | 14.389 | 14.389 | 14.389 | 14.389 | 14.389 | 14.389 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 14.388581 Full duration: 66.480616 HINTS: * To plot HTML graphics with this data, run: rally task report f8ba3012-81bd-4803-97b6-d77f458a777e --out output.html * To generate a JUnit report, run: rally task export f8ba3012-81bd-4803-97b6-d77f458a777e --type junit --to output.xml * To get raw JSON output of task results, run: rally task report f8ba3012-81bd-4803-97b6-d77f458a777e --json --out output.json 2018-09-04 11:04:59,689 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--json', '--uuid', 'f8ba3012-81bd-4803-97b6-d77f458a777e', '--out', u'/home/opnfv/functest/results/rally/opnfv-glance.json'] 2018-09-04 11:05:01,892 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --json --uuid f8ba3012-81bd-4803-97b6-d77f458a777e --out /home/opnfv/functest/results/rally/opnfv-glance.json 2018-09-04 11:05:01.788 1291 INFO rally.api [-] Building 'json' report for the following task(s): 'f8ba3012-81bd-4803-97b6-d77f458a777e'. 2018-09-04 11:05:01.793 1291 INFO rally.api [-] The report has been successfully built. 2018-09-04 11:05:01,893 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--html', '--uuid', 'f8ba3012-81bd-4803-97b6-d77f458a777e', '--out', u'/home/opnfv/functest/results/rally/opnfv-glance.html'] 2018-09-04 11:05:04,149 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --html --uuid f8ba3012-81bd-4803-97b6-d77f458a777e --out /home/opnfv/functest/results/rally/opnfv-glance.html 2018-09-04 11:05:04.028 1294 INFO rally.api [-] Building 'html' report for the following task(s): 'f8ba3012-81bd-4803-97b6-d77f458a777e'. 2018-09-04 11:05:04.050 1294 INFO rally.api [-] The report has been successfully built. 2018-09-04 11:05:04,154 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "glance" OK. 2018-09-04 11:05:04,154 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "cinder" ... 2018-09-04 11:05:04,155 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Scenario fetched from : /usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/sanity/opnfv-cinder.yaml 2018-09-04 11:05:04,155 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-09-04 11:05:04,171 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-09-04 11:05:04,172 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'start', '--abort-on-sla-failure', '--task', '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/task.yaml', '--task-args', "{'smoke': True, 'tmpl_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/templates', 'floating_network': 'external', 'service_list': ['cinder'], 'concurrency': 4, 'netid': 'e25e97a2-7f54-4097-94b7-89b85657ba77', 'tenants_amount': 3, 'image_name': 'rally_sanity-img_e4bdca99-1c26-4475-b749-a4f10ceb2a07', 'flavor_name': 'rally_sanity-flavor_e4bdca99-1c26-4475-b749-a4f10ceb2a07', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally_sanity-flavor_alt_e4bdca99-1c26-4475-b749-a4f10ceb2a07', 'iterations': 10, 'users_amount': 2, 'sup_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/support', 'glance_image_format': 'qcow2'}"] 2018-09-04 11:08:24,053 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 4e657d42-dad0-4de7-ad57-600d0ef2cb05 2018-09-04 11:08:24,053 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '--uuid', '4e657d42-dad0-4de7-ad57-600d0ef2cb05'] 2018-09-04 11:08:25,076 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task detailed --uuid 4e657d42-dad0-4de7-ad57-600d0ef2cb05 -------------------------------------------------------------------------------- Task 4e657d42-dad0-4de7-ad57-600d0ef2cb05: finished -------------------------------------------------------------------------------- test scenario CinderVolumes.create_and_delete_snapshot args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "force": false }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 }, "quotas": { "cinder": { "gigabytes": -1, "snapshots": -1, "volumes": -1 } }, "volumes": { "size": 1, "volumes_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task 4e657d42-dad0-4de7-ad57-600d0ef2cb05 has 0 error(s) -------------------------------------------------------------------------------- +------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | cinder_v2.create_snapshot | 3.745 | 3.745 | 3.745 | 3.745 | 3.745 | 3.745 | 100.0% | 1 | | cinder_v2.delete_snapshot | 2.592 | 2.592 | 2.592 | 2.592 | 2.592 | 2.592 | 100.0% | 1 | | total | 6.337 | 6.337 | 6.337 | 6.337 | 6.337 | 6.337 | 100.0% | 1 | | -> duration | 6.337 | 6.337 | 6.337 | 6.337 | 6.337 | 6.337 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 6.336775 Full duration: 24.50221 -------------------------------------------------------------------------------- test scenario CinderVolumes.create_and_delete_volume args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "size": { "max": 1, "min": 1 } }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 }, "quotas": { "cinder": { "gigabytes": -1, "snapshots": -1, "volumes": -1 } } } } -------------------------------------------------------------------------------- Task 4e657d42-dad0-4de7-ad57-600d0ef2cb05 has 0 error(s) -------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | cinder_v2.create_volume | 3.264 | 3.264 | 3.264 | 3.264 | 3.264 | 3.264 | 100.0% | 1 | | cinder_v2.delete_volume | 2.481 | 2.481 | 2.481 | 2.481 | 2.481 | 2.481 | 100.0% | 1 | | total | 5.745 | 5.745 | 5.745 | 5.745 | 5.745 | 5.745 | 100.0% | 1 | | -> duration | 5.745 | 5.745 | 5.745 | 5.745 | 5.745 | 5.745 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.745216 Full duration: 16.052304 -------------------------------------------------------------------------------- test scenario CinderVolumes.create_and_delete_volume args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "image": { "name": "rally_sanity-img_e4bdca99-1c26-4475-b749-a4f10ceb2a07" }, "size": 1 }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 }, "quotas": { "cinder": { "gigabytes": -1, "snapshots": -1, "volumes": -1 } } } } -------------------------------------------------------------------------------- Task 4e657d42-dad0-4de7-ad57-600d0ef2cb05 has 0 error(s) -------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | cinder_v2.create_volume | 8.773 | 8.773 | 8.773 | 8.773 | 8.773 | 8.773 | 100.0% | 1 | | cinder_v2.delete_volume | 2.338 | 2.338 | 2.338 | 2.338 | 2.338 | 2.338 | 100.0% | 1 | | total | 11.111 | 11.111 | 11.111 | 11.111 | 11.111 | 11.111 | 100.0% | 1 | | -> duration | 11.111 | 11.111 | 11.111 | 11.111 | 11.111 | 11.111 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 11.111153 Full duration: 21.726124 -------------------------------------------------------------------------------- test scenario CinderVolumes.create_and_delete_volume args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "size": 1 }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 }, "quotas": { "cinder": { "gigabytes": -1, "snapshots": -1, "volumes": -1 } } } } -------------------------------------------------------------------------------- Task 4e657d42-dad0-4de7-ad57-600d0ef2cb05 has 0 error(s) -------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | cinder_v2.create_volume | 3.143 | 3.143 | 3.143 | 3.143 | 3.143 | 3.143 | 100.0% | 1 | | cinder_v2.delete_volume | 2.606 | 2.606 | 2.606 | 2.606 | 2.606 | 2.606 | 100.0% | 1 | | total | 5.75 | 5.75 | 5.75 | 5.75 | 5.75 | 5.75 | 100.0% | 1 | | -> duration | 5.75 | 5.75 | 5.75 | 5.75 | 5.75 | 5.75 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.75035 Full duration: 15.934985 -------------------------------------------------------------------------------- test scenario CinderVolumes.create_and_extend_volume args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "new_size": 2, "size": 1 }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 }, "quotas": { "cinder": { "gigabytes": -1, "snapshots": -1, "volumes": -1 } } } } -------------------------------------------------------------------------------- Task 4e657d42-dad0-4de7-ad57-600d0ef2cb05 has 0 error(s) -------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | cinder_v2.create_volume | 3.641 | 3.641 | 3.641 | 3.641 | 3.641 | 3.641 | 100.0% | 1 | | cinder_v2.extend_volume | 2.636 | 2.636 | 2.636 | 2.636 | 2.636 | 2.636 | 100.0% | 1 | | cinder_v2.delete_volume | 2.643 | 2.643 | 2.643 | 2.643 | 2.643 | 2.643 | 100.0% | 1 | | total | 8.919 | 8.919 | 8.919 | 8.919 | 8.919 | 8.919 | 100.0% | 1 | | -> duration | 8.919 | 8.919 | 8.919 | 8.919 | 8.919 | 8.919 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 8.919468 Full duration: 19.144737 -------------------------------------------------------------------------------- test scenario CinderVolumes.create_from_volume_and_delete_volume args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "size": 1 }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 }, "quotas": { "cinder": { "gigabytes": -1, "snapshots": -1, "volumes": -1 } }, "volumes": { "size": 1, "volumes_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task 4e657d42-dad0-4de7-ad57-600d0ef2cb05 has 0 error(s) -------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | cinder_v2.create_volume | 3.194 | 3.194 | 3.194 | 3.194 | 3.194 | 3.194 | 100.0% | 1 | | cinder_v2.delete_volume | 2.628 | 2.628 | 2.628 | 2.628 | 2.628 | 2.628 | 100.0% | 1 | | total | 5.823 | 5.823 | 5.823 | 5.823 | 5.823 | 5.823 | 100.0% | 1 | | -> duration | 5.823 | 5.823 | 5.823 | 5.823 | 5.823 | 5.823 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.823059 Full duration: 22.623322 -------------------------------------------------------------------------------- test scenario CinderQos.create_and_list_qos args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "consumer": "both", "write_iops_sec": "10", "read_iops_sec": "1000" }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task 4e657d42-dad0-4de7-ad57-600d0ef2cb05 has 0 error(s) -------------------------------------------------------------------------------- +-------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | cinder_v2.create_qos | 0.601 | 0.601 | 0.601 | 0.601 | 0.601 | 0.601 | 100.0% | 1 | | cinder_v2.list_qos | 0.175 | 0.175 | 0.175 | 0.175 | 0.175 | 0.175 | 100.0% | 1 | | total | 0.777 | 0.777 | 0.777 | 0.777 | 0.777 | 0.777 | 100.0% | 1 | | -> duration | 0.777 | 0.777 | 0.777 | 0.777 | 0.777 | 0.777 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.77656 Full duration: 12.524311 -------------------------------------------------------------------------------- test scenario CinderQos.create_and_set_qos args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "consumer": "back-end", "write_iops_sec": "10", "read_iops_sec": "1000", "set_consumer": "both", "set_write_iops_sec": "11", "set_read_iops_sec": "1001" }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task 4e657d42-dad0-4de7-ad57-600d0ef2cb05 has 0 error(s) -------------------------------------------------------------------------------- +-------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | cinder_v2.create_qos | 0.618 | 0.618 | 0.618 | 0.618 | 0.618 | 0.618 | 100.0% | 1 | | cinder_v2.set_qos | 0.203 | 0.203 | 0.203 | 0.203 | 0.203 | 0.203 | 100.0% | 1 | | total | 0.822 | 0.822 | 0.822 | 0.822 | 0.822 | 0.822 | 100.0% | 1 | | -> duration | 0.822 | 0.822 | 0.822 | 0.822 | 0.822 | 0.822 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.821687 Full duration: 12.27159 -------------------------------------------------------------------------------- test scenario CinderVolumeTypes.create_and_list_volume_types args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "description": "rally tests creating types" }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task 4e657d42-dad0-4de7-ad57-600d0ef2cb05 has 0 error(s) -------------------------------------------------------------------------------- +---------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | cinder_v2.create_volume_type | 0.617 | 0.617 | 0.617 | 0.617 | 0.617 | 0.617 | 100.0% | 1 | | cinder_v2.list_types | 0.175 | 0.175 | 0.175 | 0.175 | 0.175 | 0.175 | 100.0% | 1 | | total | 0.792 | 0.792 | 0.792 | 0.792 | 0.792 | 0.792 | 100.0% | 1 | | -> duration | 0.792 | 0.792 | 0.792 | 0.792 | 0.792 | 0.792 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.792098 Full duration: 12.853738 -------------------------------------------------------------------------------- test scenario CinderVolumeTypes.create_volume_type_and_encryption_type args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "description": "rally tests creating types", "provider": "LuksEncryptor", "cipher": "aes-xts-plain64", "key_size": 512, "control_location": "front-end" }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task 4e657d42-dad0-4de7-ad57-600d0ef2cb05 has 0 error(s) -------------------------------------------------------------------------------- +-------------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +----------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +----------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | cinder_v2.create_volume_type | 0.597 | 0.597 | 0.597 | 0.597 | 0.597 | 0.597 | 100.0% | 1 | | cinder_v2.create_encryption_type | 0.213 | 0.213 | 0.213 | 0.213 | 0.213 | 0.213 | 100.0% | 1 | | total | 0.811 | 0.811 | 0.811 | 0.811 | 0.811 | 0.811 | 100.0% | 1 | | -> duration | 0.811 | 0.811 | 0.811 | 0.811 | 0.811 | 0.811 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.810959 Full duration: 12.237232 HINTS: * To plot HTML graphics with this data, run: rally task report 4e657d42-dad0-4de7-ad57-600d0ef2cb05 --out output.html * To generate a JUnit report, run: rally task export 4e657d42-dad0-4de7-ad57-600d0ef2cb05 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 4e657d42-dad0-4de7-ad57-600d0ef2cb05 --json --out output.json 2018-09-04 11:08:25,077 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--json', '--uuid', '4e657d42-dad0-4de7-ad57-600d0ef2cb05', '--out', u'/home/opnfv/functest/results/rally/opnfv-cinder.json'] 2018-09-04 11:08:27,394 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --json --uuid 4e657d42-dad0-4de7-ad57-600d0ef2cb05 --out /home/opnfv/functest/results/rally/opnfv-cinder.json 2018-09-04 11:08:27.285 3083 INFO rally.api [-] Building 'json' report for the following task(s): '4e657d42-dad0-4de7-ad57-600d0ef2cb05'. 2018-09-04 11:08:27.294 3083 INFO rally.api [-] The report has been successfully built. 2018-09-04 11:08:27,395 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--html', '--uuid', '4e657d42-dad0-4de7-ad57-600d0ef2cb05', '--out', u'/home/opnfv/functest/results/rally/opnfv-cinder.html'] 2018-09-04 11:08:29,578 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --html --uuid 4e657d42-dad0-4de7-ad57-600d0ef2cb05 --out /home/opnfv/functest/results/rally/opnfv-cinder.html 2018-09-04 11:08:29.454 3086 INFO rally.api [-] Building 'html' report for the following task(s): '4e657d42-dad0-4de7-ad57-600d0ef2cb05'. 2018-09-04 11:08:29.483 3086 INFO rally.api [-] The report has been successfully built. 2018-09-04 11:08:29,587 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "cinder" OK. 2018-09-04 11:08:29,587 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "heat" ... 2018-09-04 11:08:29,588 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Scenario fetched from : /usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/sanity/opnfv-heat.yaml 2018-09-04 11:08:29,588 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-09-04 11:08:29,602 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-09-04 11:08:29,603 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'start', '--abort-on-sla-failure', '--task', '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/task.yaml', '--task-args', "{'smoke': True, 'tmpl_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/templates', 'floating_network': 'external', 'service_list': ['heat'], 'concurrency': 4, 'netid': 'e25e97a2-7f54-4097-94b7-89b85657ba77', 'tenants_amount': 3, 'image_name': 'rally_sanity-img_e4bdca99-1c26-4475-b749-a4f10ceb2a07', 'flavor_name': 'rally_sanity-flavor_e4bdca99-1c26-4475-b749-a4f10ceb2a07', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally_sanity-flavor_alt_e4bdca99-1c26-4475-b749-a4f10ceb2a07', 'iterations': 10, 'users_amount': 2, 'sup_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/support', 'glance_image_format': 'qcow2'}"] 2018-09-04 11:09:50,869 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 146af745-6740-4c5d-8998-3eba1fd59467 2018-09-04 11:09:50,869 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '--uuid', '146af745-6740-4c5d-8998-3eba1fd59467'] 2018-09-04 11:09:51,940 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task detailed --uuid 146af745-6740-4c5d-8998-3eba1fd59467 -------------------------------------------------------------------------------- Task 146af745-6740-4c5d-8998-3eba1fd59467: finished -------------------------------------------------------------------------------- test scenario HeatStacks.create_update_delete_stack args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "template_path": "/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/templates/autoscaling_policy.yaml.template", "updated_template_path": "/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/templates/updated_autoscaling_policy_inplace.yaml.template" }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 }, "roles": [ "heat_stack_owner" ] } } -------------------------------------------------------------------------------- Task 146af745-6740-4c5d-8998-3eba1fd59467 has 0 error(s) -------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | heat.create_stack | 4.453 | 4.453 | 4.453 | 4.453 | 4.453 | 4.453 | 100.0% | 1 | | heat.update_stack | 3.082 | 3.082 | 3.082 | 3.082 | 3.082 | 3.082 | 100.0% | 1 | | heat.delete_stack | 2.934 | 2.934 | 2.934 | 2.934 | 2.934 | 2.934 | 100.0% | 1 | | total | 10.469 | 10.469 | 10.469 | 10.469 | 10.469 | 10.469 | 100.0% | 1 | | -> duration | 6.469 | 6.469 | 6.469 | 6.469 | 6.469 | 6.469 | 100.0% | 1 | | -> idle_duration | 4.0 | 4.0 | 4.0 | 4.0 | 4.0 | 4.0 | 100.0% | 1 | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 6.468935 Full duration: 19.073268 -------------------------------------------------------------------------------- test scenario HeatStacks.create_check_delete_stack args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "template_path": "/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/templates/random_strings.yaml.template" }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 }, "roles": [ "heat_stack_owner" ] } } -------------------------------------------------------------------------------- Task 146af745-6740-4c5d-8998-3eba1fd59467 has 0 error(s) -------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | heat.create_stack | 4.613 | 4.613 | 4.613 | 4.613 | 4.613 | 4.613 | 100.0% | 1 | | heat.check_stack | 0.617 | 0.617 | 0.617 | 0.617 | 0.617 | 0.617 | 100.0% | 1 | | heat.delete_stack | 1.593 | 1.593 | 1.593 | 1.593 | 1.593 | 1.593 | 100.0% | 1 | | total | 6.823 | 6.823 | 6.823 | 6.823 | 6.823 | 6.823 | 100.0% | 1 | | -> duration | 4.823 | 4.823 | 4.823 | 4.823 | 4.823 | 4.823 | 100.0% | 1 | | -> idle_duration | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 100.0% | 1 | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 4.823477 Full duration: 16.788342 -------------------------------------------------------------------------------- test scenario HeatStacks.create_suspend_resume_delete_stack args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "template_path": "/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/templates/random_strings.yaml.template" }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 }, "roles": [ "heat_stack_owner" ] } } -------------------------------------------------------------------------------- Task 146af745-6740-4c5d-8998-3eba1fd59467 has 0 error(s) -------------------------------------------------------------------------------- +-----------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +--------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +--------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | heat.create_stack | 4.801 | 4.801 | 4.801 | 4.801 | 4.801 | 4.801 | 100.0% | 1 | | heat.suspend_stack | 0.652 | 0.652 | 0.652 | 0.652 | 0.652 | 0.652 | 100.0% | 1 | | heat.resume_stack | 0.608 | 0.608 | 0.608 | 0.608 | 0.608 | 0.608 | 100.0% | 1 | | heat.delete_stack | 2.657 | 2.657 | 2.657 | 2.657 | 2.657 | 2.657 | 100.0% | 1 | | total | 8.719 | 8.719 | 8.719 | 8.719 | 8.719 | 8.719 | 100.0% | 1 | | -> duration | 6.719 | 6.719 | 6.719 | 6.719 | 6.719 | 6.719 | 100.0% | 1 | | -> idle_duration | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 100.0% | 1 | +--------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 6.718518 Full duration: 17.811363 -------------------------------------------------------------------------------- test scenario HeatStacks.list_stacks_and_resources args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": {}, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 }, "roles": [ "heat_stack_owner" ] } } -------------------------------------------------------------------------------- Task 146af745-6740-4c5d-8998-3eba1fd59467 has 0 error(s) -------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | heat.list_stacks | 0.589 | 0.589 | 0.589 | 0.589 | 0.589 | 0.589 | 100.0% | 1 | | total | 0.589 | 0.589 | 0.589 | 0.589 | 0.589 | 0.589 | 100.0% | 1 | | -> duration | 0.589 | 0.589 | 0.589 | 0.589 | 0.589 | 0.589 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.588788 Full duration: 8.296876 HINTS: * To plot HTML graphics with this data, run: rally task report 146af745-6740-4c5d-8998-3eba1fd59467 --out output.html * To generate a JUnit report, run: rally task export 146af745-6740-4c5d-8998-3eba1fd59467 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 146af745-6740-4c5d-8998-3eba1fd59467 --json --out output.json 2018-09-04 11:09:51,941 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--json', '--uuid', '146af745-6740-4c5d-8998-3eba1fd59467', '--out', u'/home/opnfv/functest/results/rally/opnfv-heat.json'] 2018-09-04 11:09:54,162 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --json --uuid 146af745-6740-4c5d-8998-3eba1fd59467 --out /home/opnfv/functest/results/rally/opnfv-heat.json 2018-09-04 11:09:54.058 3819 INFO rally.api [-] Building 'json' report for the following task(s): '146af745-6740-4c5d-8998-3eba1fd59467'. 2018-09-04 11:09:54.063 3819 INFO rally.api [-] The report has been successfully built. 2018-09-04 11:09:54,162 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--html', '--uuid', '146af745-6740-4c5d-8998-3eba1fd59467', '--out', u'/home/opnfv/functest/results/rally/opnfv-heat.html'] 2018-09-04 11:09:56,409 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --html --uuid 146af745-6740-4c5d-8998-3eba1fd59467 --out /home/opnfv/functest/results/rally/opnfv-heat.html 2018-09-04 11:09:56.290 3822 INFO rally.api [-] Building 'html' report for the following task(s): '146af745-6740-4c5d-8998-3eba1fd59467'. 2018-09-04 11:09:56.311 3822 INFO rally.api [-] The report has been successfully built. 2018-09-04 11:09:56,414 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "heat" OK. 2018-09-04 11:09:56,415 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "keystone" ... 2018-09-04 11:09:56,415 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Scenario fetched from : /usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/opnfv-keystone.yaml 2018-09-04 11:09:56,416 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-09-04 11:09:56,432 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-09-04 11:09:56,433 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'start', '--abort-on-sla-failure', '--task', '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/task.yaml', '--task-args', "{'smoke': True, 'tmpl_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/templates', 'floating_network': 'external', 'service_list': ['keystone'], 'concurrency': 4, 'netid': 'e25e97a2-7f54-4097-94b7-89b85657ba77', 'tenants_amount': 3, 'image_name': 'rally_sanity-img_e4bdca99-1c26-4475-b749-a4f10ceb2a07', 'flavor_name': 'rally_sanity-flavor_e4bdca99-1c26-4475-b749-a4f10ceb2a07', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally_sanity-flavor_alt_e4bdca99-1c26-4475-b749-a4f10ceb2a07', 'iterations': 10, 'users_amount': 2, 'sup_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/support', 'glance_image_format': 'qcow2'}"] 2018-09-04 11:13:13,872 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 5a41ece3-165b-4527-87af-1138e96c7da2 2018-09-04 11:13:13,872 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '--uuid', '5a41ece3-165b-4527-87af-1138e96c7da2'] 2018-09-04 11:13:14,948 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task detailed --uuid 5a41ece3-165b-4527-87af-1138e96c7da2 -------------------------------------------------------------------------------- Task 5a41ece3-165b-4527-87af-1138e96c7da2: finished -------------------------------------------------------------------------------- test scenario KeystoneBasic.add_and_remove_user_role args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": {}, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task 5a41ece3-165b-4527-87af-1138e96c7da2 has 0 error(s) -------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | keystone_v3.create_role | 0.49 | 0.49 | 0.49 | 0.49 | 0.49 | 0.49 | 100.0% | 1 | | keystone_v3.add_role | 0.127 | 0.127 | 0.127 | 0.127 | 0.127 | 0.127 | 100.0% | 1 | | keystone_v3.revoke_role | 0.137 | 0.137 | 0.137 | 0.137 | 0.137 | 0.137 | 100.0% | 1 | | total | 0.754 | 0.754 | 0.754 | 0.754 | 0.754 | 0.754 | 100.0% | 1 | | -> duration | 0.754 | 0.754 | 0.754 | 0.754 | 0.754 | 0.754 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.754266 Full duration: 14.722572 -------------------------------------------------------------------------------- test scenario KeystoneBasic.create_add_and_list_user_roles args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": {}, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task 5a41ece3-165b-4527-87af-1138e96c7da2 has 0 error(s) -------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | keystone_v3.create_role | 0.511 | 0.511 | 0.511 | 0.511 | 0.511 | 0.511 | 100.0% | 1 | | keystone_v3.add_role | 0.134 | 0.134 | 0.134 | 0.134 | 0.134 | 0.134 | 100.0% | 1 | | keystone_v3.list_roles | 0.099 | 0.099 | 0.099 | 0.099 | 0.099 | 0.099 | 100.0% | 1 | | total | 0.745 | 0.745 | 0.745 | 0.745 | 0.745 | 0.745 | 100.0% | 1 | | -> duration | 0.745 | 0.745 | 0.745 | 0.745 | 0.745 | 0.745 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.745402 Full duration: 14.545757 -------------------------------------------------------------------------------- test scenario KeystoneBasic.create_and_list_tenants args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": {}, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task 5a41ece3-165b-4527-87af-1138e96c7da2 has 0 error(s) -------------------------------------------------------------------------------- +-------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | keystone_v3.create_project | 0.695 | 0.695 | 0.695 | 0.695 | 0.695 | 0.695 | 100.0% | 1 | | keystone_v3.list_projects | 0.09 | 0.09 | 0.09 | 0.09 | 0.09 | 0.09 | 100.0% | 1 | | total | 0.786 | 0.786 | 0.786 | 0.786 | 0.786 | 0.786 | 100.0% | 1 | | -> duration | 0.786 | 0.786 | 0.786 | 0.786 | 0.786 | 0.786 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.785592 Full duration: 14.633712 -------------------------------------------------------------------------------- test scenario KeystoneBasic.create_and_delete_role args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": {}, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task 5a41ece3-165b-4527-87af-1138e96c7da2 has 0 error(s) -------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | keystone_v3.create_role | 0.496 | 0.496 | 0.496 | 0.496 | 0.496 | 0.496 | 100.0% | 1 | | keystone_v3.delete_role | 0.107 | 0.107 | 0.107 | 0.107 | 0.107 | 0.107 | 100.0% | 1 | | total | 0.603 | 0.603 | 0.603 | 0.603 | 0.603 | 0.603 | 100.0% | 1 | | -> duration | 0.603 | 0.603 | 0.603 | 0.603 | 0.603 | 0.603 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.602636 Full duration: 12.365978 -------------------------------------------------------------------------------- test scenario KeystoneBasic.create_and_delete_service args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": {}, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task 5a41ece3-165b-4527-87af-1138e96c7da2 has 0 error(s) -------------------------------------------------------------------------------- +-------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | keystone_v3.create_service | 0.519 | 0.519 | 0.519 | 0.519 | 0.519 | 0.519 | 100.0% | 1 | | keystone_v3.delete_service | 0.115 | 0.115 | 0.115 | 0.115 | 0.115 | 0.115 | 100.0% | 1 | | total | 0.634 | 0.634 | 0.634 | 0.634 | 0.634 | 0.634 | 100.0% | 1 | | -> duration | 0.634 | 0.634 | 0.634 | 0.634 | 0.634 | 0.634 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.633649 Full duration: 12.822841 -------------------------------------------------------------------------------- test scenario KeystoneBasic.get_entities args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": {}, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task 5a41ece3-165b-4527-87af-1138e96c7da2 has 0 error(s) -------------------------------------------------------------------------------- +-------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | keystone_v3.create_project | 0.686 | 0.686 | 0.686 | 0.686 | 0.686 | 0.686 | 100.0% | 1 | | keystone_v3.create_user | 0.499 | 0.499 | 0.499 | 0.499 | 0.499 | 0.499 | 100.0% | 1 | | -> keystone_v3.list_roles | 0.09 | 0.09 | 0.09 | 0.09 | 0.09 | 0.09 | 100.0% | 1 | | -> keystone_v3.add_role | 0.128 | 0.128 | 0.128 | 0.128 | 0.128 | 0.128 | 100.0% | 1 | | keystone_v3.create_role | 0.105 | 0.105 | 0.105 | 0.105 | 0.105 | 0.105 | 100.0% | 1 | | keystone_v3.get_project | 0.086 | 0.086 | 0.086 | 0.086 | 0.086 | 0.086 | 100.0% | 1 | | keystone_v3.get_user | 0.097 | 0.097 | 0.097 | 0.097 | 0.097 | 0.097 | 100.0% | 1 | | keystone_v3.get_role | 0.086 | 0.086 | 0.086 | 0.086 | 0.086 | 0.086 | 100.0% | 1 | | keystone_v3.list_services | 0.089 | 0.089 | 0.089 | 0.089 | 0.089 | 0.089 | 100.0% | 1 | | keystone_v3.get_services | 0.081 | 0.081 | 0.081 | 0.081 | 0.081 | 0.081 | 100.0% | 1 | | total | 1.827 | 1.827 | 1.827 | 1.827 | 1.827 | 1.827 | 100.0% | 1 | | -> duration | 1.827 | 1.827 | 1.827 | 1.827 | 1.827 | 1.827 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.826629 Full duration: 19.865096 -------------------------------------------------------------------------------- test scenario KeystoneBasic.create_update_and_delete_tenant args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": {}, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task 5a41ece3-165b-4527-87af-1138e96c7da2 has 0 error(s) -------------------------------------------------------------------------------- +-------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | keystone_v3.create_project | 0.696 | 0.696 | 0.696 | 0.696 | 0.696 | 0.696 | 100.0% | 1 | | keystone_v3.update_project | 0.107 | 0.107 | 0.107 | 0.107 | 0.107 | 0.107 | 100.0% | 1 | | keystone_v3.delete_project | 0.146 | 0.146 | 0.146 | 0.146 | 0.146 | 0.146 | 100.0% | 1 | | total | 0.95 | 0.95 | 0.95 | 0.95 | 0.95 | 0.95 | 100.0% | 1 | | -> duration | 0.95 | 0.95 | 0.95 | 0.95 | 0.95 | 0.95 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.949835 Full duration: 12.932829 -------------------------------------------------------------------------------- test scenario KeystoneBasic.create_user args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": {}, "sla": { "failure_rate": { "max": 0 } }, "context": {} } -------------------------------------------------------------------------------- Task 5a41ece3-165b-4527-87af-1138e96c7da2 has 0 error(s) -------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | keystone_v3.create_user | 0.687 | 0.687 | 0.687 | 0.687 | 0.687 | 0.687 | 100.0% | 1 | | total | 0.783 | 0.783 | 0.783 | 0.783 | 0.783 | 0.783 | 100.0% | 1 | | -> duration | 0.783 | 0.783 | 0.783 | 0.783 | 0.783 | 0.783 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.78339 Full duration: 14.87579 -------------------------------------------------------------------------------- test scenario KeystoneBasic.create_tenant args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": {}, "sla": { "failure_rate": { "max": 0 } }, "context": {} } -------------------------------------------------------------------------------- Task 5a41ece3-165b-4527-87af-1138e96c7da2 has 0 error(s) -------------------------------------------------------------------------------- +-------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | keystone_v3.create_project | 0.688 | 0.688 | 0.688 | 0.688 | 0.688 | 0.688 | 100.0% | 1 | | total | 0.688 | 0.688 | 0.688 | 0.688 | 0.688 | 0.688 | 100.0% | 1 | | -> duration | 0.688 | 0.688 | 0.688 | 0.688 | 0.688 | 0.688 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.687803 Full duration: 14.389759 -------------------------------------------------------------------------------- test scenario KeystoneBasic.create_and_list_users args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": {}, "sla": { "failure_rate": { "max": 0 } }, "context": {} } -------------------------------------------------------------------------------- Task 5a41ece3-165b-4527-87af-1138e96c7da2 has 0 error(s) -------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | keystone_v3.create_user | 0.727 | 0.727 | 0.727 | 0.727 | 0.727 | 0.727 | 100.0% | 1 | | keystone_v3.list_users | 0.106 | 0.106 | 0.106 | 0.106 | 0.106 | 0.106 | 100.0% | 1 | | total | 0.931 | 0.931 | 0.931 | 0.931 | 0.931 | 0.931 | 100.0% | 1 | | -> duration | 0.931 | 0.931 | 0.931 | 0.931 | 0.931 | 0.931 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.931132 Full duration: 14.636152 -------------------------------------------------------------------------------- test scenario KeystoneBasic.create_tenant_with_users args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "users_per_tenant": 10 }, "sla": { "failure_rate": { "max": 0 } }, "context": {} } -------------------------------------------------------------------------------- Task 5a41ece3-165b-4527-87af-1138e96c7da2 has 0 error(s) -------------------------------------------------------------------------------- +--------------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-----------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-----------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | keystone_v3.create_project | 0.688 | 0.688 | 0.688 | 0.688 | 0.688 | 0.688 | 100.0% | 1 | | keystone_v3.create_users | 5.105 | 5.105 | 5.105 | 5.105 | 5.105 | 5.105 | 100.0% | 1 | | -> keystone_v3.create_user (x10) | 5.104 | 5.104 | 5.104 | 5.104 | 5.104 | 5.104 | 100.0% | 1 | | --> keystone_v3.list_roles (x10) | 0.864 | 0.864 | 0.864 | 0.864 | 0.864 | 0.864 | 100.0% | 1 | | --> keystone_v3.add_role (x10) | 1.367 | 1.367 | 1.367 | 1.367 | 1.367 | 1.367 | 100.0% | 1 | | total | 6.782 | 6.782 | 6.782 | 6.782 | 6.782 | 6.782 | 100.0% | 1 | | -> duration | 6.782 | 6.782 | 6.782 | 6.782 | 6.782 | 6.782 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 6.782022 Full duration: 23.190048 HINTS: * To plot HTML graphics with this data, run: rally task report 5a41ece3-165b-4527-87af-1138e96c7da2 --out output.html * To generate a JUnit report, run: rally task export 5a41ece3-165b-4527-87af-1138e96c7da2 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 5a41ece3-165b-4527-87af-1138e96c7da2 --json --out output.json 2018-09-04 11:13:14,948 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--json', '--uuid', '5a41ece3-165b-4527-87af-1138e96c7da2', '--out', u'/home/opnfv/functest/results/rally/opnfv-keystone.json'] 2018-09-04 11:13:17,148 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --json --uuid 5a41ece3-165b-4527-87af-1138e96c7da2 --out /home/opnfv/functest/results/rally/opnfv-keystone.json 2018-09-04 11:13:17.037 5737 INFO rally.api [-] Building 'json' report for the following task(s): '5a41ece3-165b-4527-87af-1138e96c7da2'. 2018-09-04 11:13:17.047 5737 INFO rally.api [-] The report has been successfully built. 2018-09-04 11:13:17,149 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--html', '--uuid', '5a41ece3-165b-4527-87af-1138e96c7da2', '--out', u'/home/opnfv/functest/results/rally/opnfv-keystone.html'] 2018-09-04 11:13:19,350 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --html --uuid 5a41ece3-165b-4527-87af-1138e96c7da2 --out /home/opnfv/functest/results/rally/opnfv-keystone.html 2018-09-04 11:13:19.219 5740 INFO rally.api [-] Building 'html' report for the following task(s): '5a41ece3-165b-4527-87af-1138e96c7da2'. 2018-09-04 11:13:19.250 5740 INFO rally.api [-] The report has been successfully built. 2018-09-04 11:13:19,364 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "keystone" OK. 2018-09-04 11:13:19,364 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "neutron" ... 2018-09-04 11:13:19,365 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Scenario fetched from : /usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/sanity/opnfv-neutron.yaml 2018-09-04 11:13:19,365 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-09-04 11:13:19,381 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-09-04 11:13:19,382 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'start', '--abort-on-sla-failure', '--task', '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/task.yaml', '--task-args', "{'smoke': True, 'tmpl_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/templates', 'floating_network': 'external', 'service_list': ['neutron'], 'concurrency': 4, 'netid': 'e25e97a2-7f54-4097-94b7-89b85657ba77', 'tenants_amount': 3, 'image_name': 'rally_sanity-img_e4bdca99-1c26-4475-b749-a4f10ceb2a07', 'flavor_name': 'rally_sanity-flavor_e4bdca99-1c26-4475-b749-a4f10ceb2a07', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally_sanity-flavor_alt_e4bdca99-1c26-4475-b749-a4f10ceb2a07', 'iterations': 10, 'users_amount': 2, 'sup_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/support', 'glance_image_format': 'qcow2'}"] 2018-09-04 11:18:43,799 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : c2a0ef72-2b35-4d27-984b-ff4475c1d0ce 2018-09-04 11:18:43,800 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '--uuid', 'c2a0ef72-2b35-4d27-984b-ff4475c1d0ce'] 2018-09-04 11:18:44,924 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task detailed --uuid c2a0ef72-2b35-4d27-984b-ff4475c1d0ce -------------------------------------------------------------------------------- Task c2a0ef72-2b35-4d27-984b-ff4475c1d0ce: finished -------------------------------------------------------------------------------- test scenario NeutronNetworks.create_and_delete_networks args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "network_create_args": {} }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 }, "quotas": { "neutron": { "network": -1 } } } } -------------------------------------------------------------------------------- Task c2a0ef72-2b35-4d27-984b-ff4475c1d0ce has 0 error(s) -------------------------------------------------------------------------------- +---------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | neutron.create_network | 1.016 | 1.016 | 1.016 | 1.016 | 1.016 | 1.016 | 100.0% | 1 | | neutron.delete_network | 0.828 | 0.828 | 0.828 | 0.828 | 0.828 | 0.828 | 100.0% | 1 | | total | 1.844 | 1.844 | 1.844 | 1.844 | 1.844 | 1.844 | 100.0% | 1 | | -> duration | 1.844 | 1.844 | 1.844 | 1.844 | 1.844 | 1.844 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.843781 Full duration: 15.210593 -------------------------------------------------------------------------------- test scenario NeutronNetworks.create_and_delete_ports args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "network_create_args": {}, "port_create_args": {}, "ports_per_network": 1 }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 }, "network": {}, "quotas": { "neutron": { "network": -1, "port": -1 } } } } -------------------------------------------------------------------------------- Task c2a0ef72-2b35-4d27-984b-ff4475c1d0ce has 0 error(s) -------------------------------------------------------------------------------- +------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | neutron.create_port | 1.297 | 1.297 | 1.297 | 1.297 | 1.297 | 1.297 | 100.0% | 1 | | neutron.delete_port | 0.707 | 0.707 | 0.707 | 0.707 | 0.707 | 0.707 | 100.0% | 1 | | total | 2.004 | 2.004 | 2.004 | 2.004 | 2.004 | 2.004 | 100.0% | 1 | | -> duration | 2.004 | 2.004 | 2.004 | 2.004 | 2.004 | 2.004 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 2.003886 Full duration: 29.264213 -------------------------------------------------------------------------------- test scenario NeutronNetworks.create_and_delete_routers args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "network_create_args": {}, "router_create_args": {}, "subnet_cidr_start": "1.1.0.0/30", "subnet_create_args": {}, "subnets_per_network": 1 }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 }, "network": {}, "quotas": { "neutron": { "network": -1, "subnet": -1, "port": -1, "router": -1 } } } } -------------------------------------------------------------------------------- Task c2a0ef72-2b35-4d27-984b-ff4475c1d0ce has 0 error(s) -------------------------------------------------------------------------------- +------------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +---------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +---------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | neutron.create_network | 0.847 | 0.847 | 0.847 | 0.847 | 0.847 | 0.847 | 100.0% | 1 | | neutron.create_subnet | 0.934 | 0.934 | 0.934 | 0.934 | 0.934 | 0.934 | 100.0% | 1 | | neutron.create_router | 0.319 | 0.319 | 0.319 | 0.319 | 0.319 | 0.319 | 100.0% | 1 | | neutron.add_interface_router | 1.542 | 1.542 | 1.542 | 1.542 | 1.542 | 1.542 | 100.0% | 1 | | neutron.remove_interface_router | 1.173 | 1.173 | 1.173 | 1.173 | 1.173 | 1.173 | 100.0% | 1 | | neutron.delete_router | 0.596 | 0.596 | 0.596 | 0.596 | 0.596 | 0.596 | 100.0% | 1 | | total | 5.412 | 5.412 | 5.412 | 5.412 | 5.412 | 5.412 | 100.0% | 1 | | -> duration | 5.412 | 5.412 | 5.412 | 5.412 | 5.412 | 5.412 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.411891 Full duration: 40.462927 -------------------------------------------------------------------------------- test scenario NeutronNetworks.create_and_delete_subnets args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "network_create_args": {}, "subnet_cidr_start": "1.1.0.0/30", "subnet_create_args": {}, "subnets_per_network": 1 }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 }, "network": {}, "quotas": { "neutron": { "network": -1, "subnet": -1 } } } } -------------------------------------------------------------------------------- Task c2a0ef72-2b35-4d27-984b-ff4475c1d0ce has 0 error(s) -------------------------------------------------------------------------------- +--------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | neutron.create_subnet | 1.234 | 1.234 | 1.234 | 1.234 | 1.234 | 1.234 | 100.0% | 1 | | neutron.delete_subnet | 1.793 | 1.793 | 1.793 | 1.793 | 1.793 | 1.793 | 100.0% | 1 | | total | 3.028 | 3.028 | 3.028 | 3.028 | 3.028 | 3.028 | 100.0% | 1 | | -> duration | 3.028 | 3.028 | 3.028 | 3.028 | 3.028 | 3.028 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 3.027638 Full duration: 31.99687 -------------------------------------------------------------------------------- test scenario NeutronNetworks.create_and_list_networks args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "network_create_args": {} }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 }, "quotas": { "neutron": { "network": -1 } } } } -------------------------------------------------------------------------------- Task c2a0ef72-2b35-4d27-984b-ff4475c1d0ce has 0 error(s) -------------------------------------------------------------------------------- +---------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | neutron.create_network | 1.003 | 1.003 | 1.003 | 1.003 | 1.003 | 1.003 | 100.0% | 1 | | neutron.list_networks | 0.267 | 0.267 | 0.267 | 0.267 | 0.267 | 0.267 | 100.0% | 1 | | total | 1.27 | 1.27 | 1.27 | 1.27 | 1.27 | 1.27 | 100.0% | 1 | | -> duration | 1.27 | 1.27 | 1.27 | 1.27 | 1.27 | 1.27 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.269532 Full duration: 16.972213 -------------------------------------------------------------------------------- test scenario NeutronNetworks.create_and_list_ports args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "network_create_args": {}, "port_create_args": {}, "ports_per_network": 1 }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 }, "network": {}, "quotas": { "neutron": { "network": -1, "port": -1 } } } } -------------------------------------------------------------------------------- Task c2a0ef72-2b35-4d27-984b-ff4475c1d0ce has 0 error(s) -------------------------------------------------------------------------------- +------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | neutron.create_port | 1.52 | 1.52 | 1.52 | 1.52 | 1.52 | 1.52 | 100.0% | 1 | | neutron.list_ports | 0.241 | 0.241 | 0.241 | 0.241 | 0.241 | 0.241 | 100.0% | 1 | | total | 1.761 | 1.761 | 1.761 | 1.761 | 1.761 | 1.761 | 100.0% | 1 | | -> duration | 1.761 | 1.761 | 1.761 | 1.761 | 1.761 | 1.761 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.76103 Full duration: 28.332024 -------------------------------------------------------------------------------- test scenario NeutronNetworks.create_and_list_routers args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "network_create_args": {}, "router_create_args": {}, "subnet_cidr_start": "1.1.0.0/30", "subnet_create_args": {}, "subnets_per_network": 1 }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 }, "network": {}, "quotas": { "neutron": { "network": -1, "subnet": -1, "router": -1 } } } } -------------------------------------------------------------------------------- Task c2a0ef72-2b35-4d27-984b-ff4475c1d0ce has 0 error(s) -------------------------------------------------------------------------------- +---------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | neutron.create_network | 0.914 | 0.914 | 0.914 | 0.914 | 0.914 | 0.914 | 100.0% | 1 | | neutron.create_subnet | 1.042 | 1.042 | 1.042 | 1.042 | 1.042 | 1.042 | 100.0% | 1 | | neutron.create_router | 0.273 | 0.273 | 0.273 | 0.273 | 0.273 | 0.273 | 100.0% | 1 | | neutron.add_interface_router | 1.528 | 1.528 | 1.528 | 1.528 | 1.528 | 1.528 | 100.0% | 1 | | neutron.list_routers | 0.209 | 0.209 | 0.209 | 0.209 | 0.209 | 0.209 | 100.0% | 1 | | total | 3.966 | 3.966 | 3.966 | 3.966 | 3.966 | 3.966 | 100.0% | 1 | | -> duration | 3.966 | 3.966 | 3.966 | 3.966 | 3.966 | 3.966 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 3.966246 Full duration: 43.079295 -------------------------------------------------------------------------------- test scenario NeutronNetworks.create_and_list_subnets args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "network_create_args": {}, "subnet_cidr_start": "1.1.0.0/30", "subnet_create_args": {}, "subnets_per_network": 1 }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 }, "network": {}, "quotas": { "neutron": { "network": -1, "subnet": -1 } } } } -------------------------------------------------------------------------------- Task c2a0ef72-2b35-4d27-984b-ff4475c1d0ce has 0 error(s) -------------------------------------------------------------------------------- +---------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | neutron.create_network | 0.854 | 0.854 | 0.854 | 0.854 | 0.854 | 0.854 | 100.0% | 1 | | neutron.create_subnet | 0.803 | 0.803 | 0.803 | 0.803 | 0.803 | 0.803 | 100.0% | 1 | | neutron.list_subnets | 0.228 | 0.228 | 0.228 | 0.228 | 0.228 | 0.228 | 100.0% | 1 | | total | 1.885 | 1.885 | 1.885 | 1.885 | 1.885 | 1.885 | 100.0% | 1 | | -> duration | 1.885 | 1.885 | 1.885 | 1.885 | 1.885 | 1.885 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.884799 Full duration: 33.043756 -------------------------------------------------------------------------------- test scenario NeutronSecurityGroup.create_and_delete_security_groups args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": {}, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 }, "quotas": { "neutron": { "security_group": -1 } } } } -------------------------------------------------------------------------------- Task c2a0ef72-2b35-4d27-984b-ff4475c1d0ce has 0 error(s) -------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | neutron.create_security_group | 1.055 | 1.055 | 1.055 | 1.055 | 1.055 | 1.055 | 100.0% | 1 | | neutron.delete_security_group | 0.343 | 0.343 | 0.343 | 0.343 | 0.343 | 0.343 | 100.0% | 1 | | total | 1.398 | 1.398 | 1.398 | 1.398 | 1.398 | 1.398 | 100.0% | 1 | | -> duration | 1.398 | 1.398 | 1.398 | 1.398 | 1.398 | 1.398 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.397932 Full duration: 14.686748 -------------------------------------------------------------------------------- test scenario NeutronSecurityGroup.create_and_delete_security_group_rule args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": {}, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 }, "quotas": { "neutron": { "security_group": -1 } } } } -------------------------------------------------------------------------------- Task c2a0ef72-2b35-4d27-984b-ff4475c1d0ce has 0 error(s) -------------------------------------------------------------------------------- +---------------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +------------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +------------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | neutron.create_security_group | 0.915 | 0.915 | 0.915 | 0.915 | 0.915 | 0.915 | 100.0% | 1 | | neutron.create_security_group_rule | 0.334 | 0.334 | 0.334 | 0.334 | 0.334 | 0.334 | 100.0% | 1 | | neutron.delete_security_group_rule | 0.252 | 0.252 | 0.252 | 0.252 | 0.252 | 0.252 | 100.0% | 1 | | neutron.delete_security_group | 0.302 | 0.302 | 0.302 | 0.302 | 0.302 | 0.302 | 100.0% | 1 | | total | 1.803 | 1.803 | 1.803 | 1.803 | 1.803 | 1.803 | 100.0% | 1 | | -> duration | 1.803 | 1.803 | 1.803 | 1.803 | 1.803 | 1.803 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.803387 Full duration: 14.811975 -------------------------------------------------------------------------------- test scenario NeutronNetworks.set_and_clear_router_gateway args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "network_create_args": { "router:external": true } }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 }, "quotas": { "neutron": { "network": -1, "router": -1 } }, "roles": [ "admin" ] } } -------------------------------------------------------------------------------- Task c2a0ef72-2b35-4d27-984b-ff4475c1d0ce has 0 error(s) -------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | neutron.create_network | 1.001 | 1.001 | 1.001 | 1.001 | 1.001 | 1.001 | 100.0% | 1 | | neutron.create_router | 0.631 | 0.631 | 0.631 | 0.631 | 0.631 | 0.631 | 100.0% | 1 | | neutron.add_gateway_router | 1.332 | 1.332 | 1.332 | 1.332 | 1.332 | 1.332 | 100.0% | 1 | | neutron.remove_gateway_router | 0.873 | 0.873 | 0.873 | 0.873 | 0.873 | 0.873 | 100.0% | 1 | | total | 3.839 | 3.839 | 3.839 | 3.839 | 3.839 | 3.839 | 100.0% | 1 | | -> duration | 3.839 | 3.839 | 3.839 | 3.839 | 3.839 | 3.839 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 3.838513 Full duration: 24.418826 HINTS: * To plot HTML graphics with this data, run: rally task report c2a0ef72-2b35-4d27-984b-ff4475c1d0ce --out output.html * To generate a JUnit report, run: rally task export c2a0ef72-2b35-4d27-984b-ff4475c1d0ce --type junit --to output.xml * To get raw JSON output of task results, run: rally task report c2a0ef72-2b35-4d27-984b-ff4475c1d0ce --json --out output.json 2018-09-04 11:18:44,924 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--json', '--uuid', 'c2a0ef72-2b35-4d27-984b-ff4475c1d0ce', '--out', u'/home/opnfv/functest/results/rally/opnfv-neutron.json'] 2018-09-04 11:18:47,139 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --json --uuid c2a0ef72-2b35-4d27-984b-ff4475c1d0ce --out /home/opnfv/functest/results/rally/opnfv-neutron.json 2018-09-04 11:18:47.027 9035 INFO rally.api [-] Building 'json' report for the following task(s): 'c2a0ef72-2b35-4d27-984b-ff4475c1d0ce'. 2018-09-04 11:18:47.037 9035 INFO rally.api [-] The report has been successfully built. 2018-09-04 11:18:47,140 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--html', '--uuid', 'c2a0ef72-2b35-4d27-984b-ff4475c1d0ce', '--out', u'/home/opnfv/functest/results/rally/opnfv-neutron.html'] 2018-09-04 11:18:49,420 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --html --uuid c2a0ef72-2b35-4d27-984b-ff4475c1d0ce --out /home/opnfv/functest/results/rally/opnfv-neutron.html 2018-09-04 11:18:49.284 9038 INFO rally.api [-] Building 'html' report for the following task(s): 'c2a0ef72-2b35-4d27-984b-ff4475c1d0ce'. 2018-09-04 11:18:49.316 9038 INFO rally.api [-] The report has been successfully built. 2018-09-04 11:18:49,433 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "neutron" OK. 2018-09-04 11:18:49,434 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "nova" ... 2018-09-04 11:18:49,434 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Scenario fetched from : /usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/sanity/opnfv-nova.yaml 2018-09-04 11:18:49,435 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-09-04 11:18:49,450 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-09-04 11:18:49,451 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'start', '--abort-on-sla-failure', '--task', '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/task.yaml', '--task-args', "{'smoke': True, 'tmpl_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/templates', 'floating_network': 'external', 'service_list': ['nova'], 'concurrency': 4, 'netid': 'e25e97a2-7f54-4097-94b7-89b85657ba77', 'tenants_amount': 3, 'image_name': 'rally_sanity-img_e4bdca99-1c26-4475-b749-a4f10ceb2a07', 'flavor_name': 'rally_sanity-flavor_e4bdca99-1c26-4475-b749-a4f10ceb2a07', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally_sanity-flavor_alt_e4bdca99-1c26-4475-b749-a4f10ceb2a07', 'iterations': 10, 'users_amount': 2, 'sup_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/support', 'glance_image_format': 'qcow2'}"] 2018-09-04 11:26:10,004 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 69b074ca-f85d-40be-a502-68d8dbb6f9bb 2018-09-04 11:26:10,004 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '--uuid', '69b074ca-f85d-40be-a502-68d8dbb6f9bb'] 2018-09-04 11:26:11,050 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task detailed --uuid 69b074ca-f85d-40be-a502-68d8dbb6f9bb -------------------------------------------------------------------------------- Task 69b074ca-f85d-40be-a502-68d8dbb6f9bb: finished -------------------------------------------------------------------------------- test scenario NovaServers.boot_and_live_migrate_server args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "flavor": { "name": "rally_sanity-flavor_e4bdca99-1c26-4475-b749-a4f10ceb2a07" }, "image": { "name": "rally_sanity-img_e4bdca99-1c26-4475-b749-a4f10ceb2a07" }, "block_migration": false, "nics": [ { "net-id": "e25e97a2-7f54-4097-94b7-89b85657ba77" } ] }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task 69b074ca-f85d-40be-a502-68d8dbb6f9bb has 0 error(s) -------------------------------------------------------------------------------- +------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | nova.boot_server | 9.322 | 9.322 | 9.322 | 9.322 | 9.322 | 9.322 | 100.0% | 1 | | nova.find_host_to_migrate | 1.699 | 1.699 | 1.699 | 1.699 | 1.699 | 1.699 | 100.0% | 1 | | nova.live_migrate | 13.853 | 13.853 | 13.853 | 13.853 | 13.853 | 13.853 | 100.0% | 1 | | nova.delete_server | 2.504 | 2.504 | 2.504 | 2.504 | 2.504 | 2.504 | 100.0% | 1 | | total | 27.378 | 27.378 | 27.378 | 27.378 | 27.378 | 27.378 | 100.0% | 1 | | -> duration | 26.378 | 26.378 | 26.378 | 26.378 | 26.378 | 26.378 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 26.378439 Full duration: 37.30379 -------------------------------------------------------------------------------- test scenario NovaServers.boot_server_attach_created_volume_and_live_migrate args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "flavor": { "name": "rally_sanity-flavor_e4bdca99-1c26-4475-b749-a4f10ceb2a07" }, "image": { "name": "rally_sanity-img_e4bdca99-1c26-4475-b749-a4f10ceb2a07" }, "size": 10, "block_migration": false, "boot_server_kwargs": { "nics": [ { "net-id": "e25e97a2-7f54-4097-94b7-89b85657ba77" } ] } }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task 69b074ca-f85d-40be-a502-68d8dbb6f9bb has 0 error(s) -------------------------------------------------------------------------------- +------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | nova.boot_server | 9.868 | 9.868 | 9.868 | 9.868 | 9.868 | 9.868 | 100.0% | 1 | | cinder_v2.create_volume | 2.837 | 2.837 | 2.837 | 2.837 | 2.837 | 2.837 | 100.0% | 1 | | nova.attach_volume | 4.245 | 4.245 | 4.245 | 4.245 | 4.245 | 4.245 | 100.0% | 1 | | nova.find_host_to_migrate | 1.365 | 1.365 | 1.365 | 1.365 | 1.365 | 1.365 | 100.0% | 1 | | nova.live_migrate | 14.5 | 14.5 | 14.5 | 14.5 | 14.5 | 14.5 | 100.0% | 1 | | nova.detach_volume | 1.381 | 1.381 | 1.381 | 1.381 | 1.381 | 1.381 | 100.0% | 1 | | cinder_v2.delete_volume | 2.491 | 2.491 | 2.491 | 2.491 | 2.491 | 2.491 | 100.0% | 1 | | nova.delete_server | 2.955 | 2.955 | 2.955 | 2.955 | 2.955 | 2.955 | 100.0% | 1 | | total | 39.643 | 39.643 | 39.643 | 39.643 | 39.643 | 39.643 | 100.0% | 1 | | -> duration | 38.643 | 38.643 | 38.643 | 38.643 | 38.643 | 38.643 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 38.64319 Full duration: 51.36896 -------------------------------------------------------------------------------- test scenario NovaServers.boot_server_from_volume_and_live_migrate args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "flavor": { "name": "rally_sanity-flavor_e4bdca99-1c26-4475-b749-a4f10ceb2a07" }, "image": { "name": "rally_sanity-img_e4bdca99-1c26-4475-b749-a4f10ceb2a07" }, "block_migration": false, "volume_size": 10, "force_delete": false, "nics": [ { "net-id": "e25e97a2-7f54-4097-94b7-89b85657ba77" } ] }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task 69b074ca-f85d-40be-a502-68d8dbb6f9bb has 0 error(s) -------------------------------------------------------------------------------- +------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | cinder_v2.create_volume | 8.529 | 8.529 | 8.529 | 8.529 | 8.529 | 8.529 | 100.0% | 1 | | nova.boot_server | 10.317 | 10.317 | 10.317 | 10.317 | 10.317 | 10.317 | 100.0% | 1 | | nova.find_host_to_migrate | 1.417 | 1.417 | 1.417 | 1.417 | 1.417 | 1.417 | 100.0% | 1 | | nova.live_migrate | 16.501 | 16.501 | 16.501 | 16.501 | 16.501 | 16.501 | 100.0% | 1 | | nova.delete_server | 5.42 | 5.42 | 5.42 | 5.42 | 5.42 | 5.42 | 100.0% | 1 | | total | 42.185 | 42.185 | 42.185 | 42.185 | 42.185 | 42.185 | 100.0% | 1 | | -> duration | 41.185 | 41.185 | 41.185 | 41.185 | 41.185 | 41.185 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 41.184694 Full duration: 54.859726 -------------------------------------------------------------------------------- test scenario NovaKeypair.boot_and_delete_server_with_keypair args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "flavor": { "name": "rally_sanity-flavor_e4bdca99-1c26-4475-b749-a4f10ceb2a07" }, "image": { "name": "rally_sanity-img_e4bdca99-1c26-4475-b749-a4f10ceb2a07" }, "server_kwargs": { "nics": [ { "net-id": "e25e97a2-7f54-4097-94b7-89b85657ba77" } ] } }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 }, "network": { "networks_per_tenant": 1, "start_cidr": "100.1.0.0/25" }, "quotas": { "neutron": { "network": -1, "port": -1, "subnet": -1 }, "nova": { "cores": -1, "floating_ips": -1, "instances": -1, "key_pairs": -1, "ram": -1, "security_group_rules": -1, "security_groups": -1 } } } } -------------------------------------------------------------------------------- Task 69b074ca-f85d-40be-a502-68d8dbb6f9bb has 0 error(s) -------------------------------------------------------------------------------- +------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | nova.create_keypair | 0.693 | 0.693 | 0.693 | 0.693 | 0.693 | 0.693 | 100.0% | 1 | | nova.boot_server | 7.29 | 7.29 | 7.29 | 7.29 | 7.29 | 7.29 | 100.0% | 1 | | nova.delete_server | 2.974 | 2.974 | 2.974 | 2.974 | 2.974 | 2.974 | 100.0% | 1 | | nova.delete_keypair | 0.04 | 0.04 | 0.04 | 0.04 | 0.04 | 0.04 | 100.0% | 1 | | total | 10.999 | 10.999 | 10.999 | 10.999 | 10.999 | 10.999 | 100.0% | 1 | | -> duration | 9.999 | 9.999 | 9.999 | 9.999 | 9.999 | 9.999 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 9.999092 Full duration: 36.620887 -------------------------------------------------------------------------------- test scenario NovaServers.boot_server_from_volume_and_delete args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "flavor": { "name": "rally_sanity-flavor_e4bdca99-1c26-4475-b749-a4f10ceb2a07" }, "image": { "name": "rally_sanity-img_e4bdca99-1c26-4475-b749-a4f10ceb2a07" }, "volume_size": 5, "nics": [ { "net-id": "e25e97a2-7f54-4097-94b7-89b85657ba77" } ] }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 }, "network": { "networks_per_tenant": 1, "start_cidr": "100.1.0.0/25" }, "quotas": { "cinder": { "gigabytes": -1, "snapshots": -1, "volumes": -1 }, "neutron": { "network": -1, "port": -1, "subnet": -1 }, "nova": { "cores": -1, "floating_ips": -1, "instances": -1, "ram": -1, "security_group_rules": -1, "security_groups": -1 } } } } -------------------------------------------------------------------------------- Task 69b074ca-f85d-40be-a502-68d8dbb6f9bb has 0 error(s) -------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | cinder_v2.create_volume | 9.569 | 9.569 | 9.569 | 9.569 | 9.569 | 9.569 | 100.0% | 1 | | nova.boot_server | 6.217 | 6.217 | 6.217 | 6.217 | 6.217 | 6.217 | 100.0% | 1 | | nova.delete_server | 5.18 | 5.18 | 5.18 | 5.18 | 5.18 | 5.18 | 100.0% | 1 | | total | 20.966 | 20.966 | 20.966 | 20.966 | 20.966 | 20.966 | 100.0% | 1 | | -> duration | 19.966 | 19.966 | 19.966 | 19.966 | 19.966 | 19.966 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 19.965856 Full duration: 52.379435 -------------------------------------------------------------------------------- test scenario NovaServers.pause_and_unpause_server args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "flavor": { "name": "rally_sanity-flavor_e4bdca99-1c26-4475-b749-a4f10ceb2a07" }, "image": { "name": "rally_sanity-img_e4bdca99-1c26-4475-b749-a4f10ceb2a07" }, "force_delete": false, "nics": [ { "net-id": "e25e97a2-7f54-4097-94b7-89b85657ba77" } ] }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 }, "network": { "networks_per_tenant": 1, "start_cidr": "100.1.0.0/25" }, "quotas": { "neutron": { "network": -1, "port": -1, "subnet": -1 }, "nova": { "cores": -1, "floating_ips": -1, "instances": -1, "ram": -1, "security_group_rules": -1, "security_groups": -1 } } } } -------------------------------------------------------------------------------- Task 69b074ca-f85d-40be-a502-68d8dbb6f9bb has 0 error(s) -------------------------------------------------------------------------------- +------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | nova.boot_server | 9.526 | 9.526 | 9.526 | 9.526 | 9.526 | 9.526 | 100.0% | 1 | | nova.pause_server | 2.924 | 2.924 | 2.924 | 2.924 | 2.924 | 2.924 | 100.0% | 1 | | nova.unpause_server | 2.775 | 2.775 | 2.775 | 2.775 | 2.775 | 2.775 | 100.0% | 1 | | nova.delete_server | 5.122 | 5.122 | 5.122 | 5.122 | 5.122 | 5.122 | 100.0% | 1 | | total | 20.348 | 20.348 | 20.348 | 20.348 | 20.348 | 20.348 | 100.0% | 1 | | -> duration | 15.348 | 15.348 | 15.348 | 15.348 | 15.348 | 15.348 | 100.0% | 1 | | -> idle_duration | 5.0 | 5.0 | 5.0 | 5.0 | 5.0 | 5.0 | 100.0% | 1 | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 15.3478 Full duration: 47.377999 -------------------------------------------------------------------------------- test scenario NovaServers.boot_and_migrate_server args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "flavor": { "name": "rally_sanity-flavor_e4bdca99-1c26-4475-b749-a4f10ceb2a07" }, "image": { "name": "rally_sanity-img_e4bdca99-1c26-4475-b749-a4f10ceb2a07" }, "nics": [ { "net-id": "e25e97a2-7f54-4097-94b7-89b85657ba77" } ] }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task 69b074ca-f85d-40be-a502-68d8dbb6f9bb has 0 error(s) -------------------------------------------------------------------------------- +------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | nova.boot_server | 9.368 | 9.368 | 9.368 | 9.368 | 9.368 | 9.368 | 100.0% | 1 | | nova.migrate | 72.991 | 72.991 | 72.991 | 72.991 | 72.991 | 72.991 | 100.0% | 1 | | nova.resize_confirm | 7.97 | 7.97 | 7.97 | 7.97 | 7.97 | 7.97 | 100.0% | 1 | | nova.delete_server | 3.158 | 3.158 | 3.158 | 3.158 | 3.158 | 3.158 | 100.0% | 1 | | total | 93.487 | 93.487 | 93.487 | 93.487 | 93.487 | 93.487 | 100.0% | 1 | | -> duration | 92.487 | 92.487 | 92.487 | 92.487 | 92.487 | 92.487 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 92.486512 Full duration: 103.126359 -------------------------------------------------------------------------------- test scenario NovaServers.boot_server_and_list_interfaces args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "flavor": { "name": "rally_sanity-flavor_e4bdca99-1c26-4475-b749-a4f10ceb2a07" }, "image": { "name": "rally_sanity-img_e4bdca99-1c26-4475-b749-a4f10ceb2a07" }, "auto_assign_nic": true }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 }, "network": {} } } -------------------------------------------------------------------------------- Task 69b074ca-f85d-40be-a502-68d8dbb6f9bb has 0 error(s) -------------------------------------------------------------------------------- +-----------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +--------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +--------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | total | n/a | n/a | n/a | n/a | n/a | n/a | n/a | 0 | +--------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.0 Full duration: 10.473092 -------------------------------------------------------------------------------- test scenario NovaServerGroups.create_and_delete_server_group args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "policies": [ "affinity" ] }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task 69b074ca-f85d-40be-a502-68d8dbb6f9bb has 0 error(s) -------------------------------------------------------------------------------- +-----------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +--------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +--------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | nova.create_server_group | 0.645 | 0.645 | 0.645 | 0.645 | 0.645 | 0.645 | 100.0% | 1 | | nova.delete_server_group | 0.08 | 0.08 | 0.08 | 0.08 | 0.08 | 0.08 | 100.0% | 1 | | total | 0.725 | 0.725 | 0.725 | 0.725 | 0.725 | 0.725 | 100.0% | 1 | | -> duration | 0.725 | 0.725 | 0.725 | 0.725 | 0.725 | 0.725 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +--------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.725442 Full duration: 9.38715 HINTS: * To plot HTML graphics with this data, run: rally task report 69b074ca-f85d-40be-a502-68d8dbb6f9bb --out output.html * To generate a JUnit report, run: rally task export 69b074ca-f85d-40be-a502-68d8dbb6f9bb --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 69b074ca-f85d-40be-a502-68d8dbb6f9bb --json --out output.json 2018-09-04 11:26:11,051 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--json', '--uuid', '69b074ca-f85d-40be-a502-68d8dbb6f9bb', '--out', u'/home/opnfv/functest/results/rally/opnfv-nova.json'] 2018-09-04 11:26:13,262 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --json --uuid 69b074ca-f85d-40be-a502-68d8dbb6f9bb --out /home/opnfv/functest/results/rally/opnfv-nova.json 2018-09-04 11:26:13.151 10617 INFO rally.api [-] Building 'json' report for the following task(s): '69b074ca-f85d-40be-a502-68d8dbb6f9bb'. 2018-09-04 11:26:13.160 10617 INFO rally.api [-] The report has been successfully built. 2018-09-04 11:26:13,262 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--html', '--uuid', '69b074ca-f85d-40be-a502-68d8dbb6f9bb', '--out', u'/home/opnfv/functest/results/rally/opnfv-nova.html'] 2018-09-04 11:26:15,511 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --html --uuid 69b074ca-f85d-40be-a502-68d8dbb6f9bb --out /home/opnfv/functest/results/rally/opnfv-nova.html 2018-09-04 11:26:15.379 10620 INFO rally.api [-] Building 'html' report for the following task(s): '69b074ca-f85d-40be-a502-68d8dbb6f9bb'. 2018-09-04 11:26:15.409 10620 INFO rally.api [-] The report has been successfully built. 2018-09-04 11:26:15,523 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "nova" Failed. 2018-09-04 11:26:15,523 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "quotas" ... 2018-09-04 11:26:15,524 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Scenario fetched from : /usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/opnfv-quotas.yaml 2018-09-04 11:26:15,524 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-09-04 11:26:15,540 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-09-04 11:26:15,540 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'start', '--abort-on-sla-failure', '--task', '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/task.yaml', '--task-args', "{'smoke': True, 'tmpl_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/templates', 'floating_network': 'external', 'service_list': ['quotas'], 'concurrency': 4, 'netid': 'e25e97a2-7f54-4097-94b7-89b85657ba77', 'tenants_amount': 3, 'image_name': 'rally_sanity-img_e4bdca99-1c26-4475-b749-a4f10ceb2a07', 'flavor_name': 'rally_sanity-flavor_e4bdca99-1c26-4475-b749-a4f10ceb2a07', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally_sanity-flavor_alt_e4bdca99-1c26-4475-b749-a4f10ceb2a07', 'iterations': 10, 'users_amount': 2, 'sup_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/support', 'glance_image_format': 'qcow2'}"] 2018-09-04 11:27:08,780 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 90338dd0-8612-4bfb-a826-ab21c4b2bd57 2018-09-04 11:27:08,781 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '--uuid', '90338dd0-8612-4bfb-a826-ab21c4b2bd57'] 2018-09-04 11:27:09,746 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task detailed --uuid 90338dd0-8612-4bfb-a826-ab21c4b2bd57 -------------------------------------------------------------------------------- Task 90338dd0-8612-4bfb-a826-ab21c4b2bd57: finished -------------------------------------------------------------------------------- test scenario Quotas.cinder_update_and_delete args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "max_quota": 1024 }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task 90338dd0-8612-4bfb-a826-ab21c4b2bd57 has 0 error(s) -------------------------------------------------------------------------------- +-------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | quotas.update_quotas | 1.091 | 1.091 | 1.091 | 1.091 | 1.091 | 1.091 | 100.0% | 1 | | quotas.delete_quotas | 0.187 | 0.187 | 0.187 | 0.187 | 0.187 | 0.187 | 100.0% | 1 | | total | 1.278 | 1.278 | 1.278 | 1.278 | 1.278 | 1.278 | 100.0% | 1 | | -> duration | 1.278 | 1.278 | 1.278 | 1.278 | 1.278 | 1.278 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.278388 Full duration: 9.120821 -------------------------------------------------------------------------------- test scenario Quotas.cinder_update args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "max_quota": 1024 }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task 90338dd0-8612-4bfb-a826-ab21c4b2bd57 has 0 error(s) -------------------------------------------------------------------------------- +-------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | quotas.update_quotas | 0.705 | 0.705 | 0.705 | 0.705 | 0.705 | 0.705 | 100.0% | 1 | | total | 0.705 | 0.705 | 0.705 | 0.705 | 0.705 | 0.705 | 100.0% | 1 | | -> duration | 0.705 | 0.705 | 0.705 | 0.705 | 0.705 | 0.705 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.705064 Full duration: 9.018355 -------------------------------------------------------------------------------- test scenario Quotas.neutron_update args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "max_quota": 1024 }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task 90338dd0-8612-4bfb-a826-ab21c4b2bd57 has 0 error(s) -------------------------------------------------------------------------------- +-------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | quotas.update_quotas | 0.299 | 0.299 | 0.299 | 0.299 | 0.299 | 0.299 | 100.0% | 1 | | total | 0.705 | 0.705 | 0.705 | 0.705 | 0.705 | 0.705 | 100.0% | 1 | | -> duration | 0.705 | 0.705 | 0.705 | 0.705 | 0.705 | 0.705 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.704591 Full duration: 8.332506 -------------------------------------------------------------------------------- test scenario Quotas.nova_update args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "max_quota": 1024 }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task 90338dd0-8612-4bfb-a826-ab21c4b2bd57 has 0 error(s) -------------------------------------------------------------------------------- +-------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | quotas.update_quotas | 1.068 | 1.068 | 1.068 | 1.068 | 1.068 | 1.068 | 100.0% | 1 | | total | 1.068 | 1.068 | 1.068 | 1.068 | 1.068 | 1.068 | 100.0% | 1 | | -> duration | 1.068 | 1.068 | 1.068 | 1.068 | 1.068 | 1.068 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.067909 Full duration: 9.252252 HINTS: * To plot HTML graphics with this data, run: rally task report 90338dd0-8612-4bfb-a826-ab21c4b2bd57 --out output.html * To generate a JUnit report, run: rally task export 90338dd0-8612-4bfb-a826-ab21c4b2bd57 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 90338dd0-8612-4bfb-a826-ab21c4b2bd57 --json --out output.json 2018-09-04 11:27:09,747 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--json', '--uuid', '90338dd0-8612-4bfb-a826-ab21c4b2bd57', '--out', u'/home/opnfv/functest/results/rally/opnfv-quotas.json'] 2018-09-04 11:27:11,920 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --json --uuid 90338dd0-8612-4bfb-a826-ab21c4b2bd57 --out /home/opnfv/functest/results/rally/opnfv-quotas.json 2018-09-04 11:27:11.817 11133 INFO rally.api [-] Building 'json' report for the following task(s): '90338dd0-8612-4bfb-a826-ab21c4b2bd57'. 2018-09-04 11:27:11.820 11133 INFO rally.api [-] The report has been successfully built. 2018-09-04 11:27:11,920 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--html', '--uuid', '90338dd0-8612-4bfb-a826-ab21c4b2bd57', '--out', u'/home/opnfv/functest/results/rally/opnfv-quotas.html'] 2018-09-04 11:27:14,201 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --html --uuid 90338dd0-8612-4bfb-a826-ab21c4b2bd57 --out /home/opnfv/functest/results/rally/opnfv-quotas.html 2018-09-04 11:27:14.076 11136 INFO rally.api [-] Building 'html' report for the following task(s): '90338dd0-8612-4bfb-a826-ab21c4b2bd57'. 2018-09-04 11:27:14.098 11136 INFO rally.api [-] The report has been successfully built. 2018-09-04 11:27:14,205 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "quotas" OK. 2018-09-04 11:27:14,208 - functest.opnfv_tests.openstack.rally.rally - INFO - Rally Summary Report: +----------------+------------+----------------+-----------+ | Module | Duration | nb. Test Run | Success | +----------------+------------+----------------+-----------+ | authenticate | 00:47 | 6 | 100.00% | | glance | 01:44 | 4 | 100.00% | | cinder | 02:49 | 10 | 100.00% | | heat | 01:01 | 4 | 100.00% | | keystone | 02:48 | 11 | 100.00% | | neutron | 04:52 | 11 | 100.00% | | nova | 06:42 | 8 | 100.00% | | quotas | 00:35 | 4 | 100.00% | | | | | | | TOTAL: | 00:21:24 | 58 | 100.00% | +----------------+------------+----------------+-----------+ 2018-09-04 11:27:14,209 - functest.opnfv_tests.openstack.rally.rally - INFO - Rally 'rally_sanity' success_rate is 100.00% in 7/8 modules 2018-09-04 11:27:14,332 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-09-04 11:27:14,333 - xtesting.ci.run_tests - INFO - Test result: +----------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +----------------------+------------------+------------------+----------------+ | rally_sanity | functest | 25:44 | FAIL | +----------------------+------------------+------------------+----------------+ 2018-09-04 11:27:14,339 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-09-04 11:27:14,342 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28: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}268c1c5abb0d1498439a98a61bfd75406ff785e4" 2018-09-04 11:27:14,944 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 11: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,Accept-Encoding x-openstack-request-id: req-18c995b6-173f-4e91-9511-c160b0682b8c x-compute-request-id: req-18c995b6-173f-4e91-9511-c160b0682b8c Content-Encoding: gzip Content-Length: 362 Content-Type: application/json RESP BODY: {"flavors": [{"links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/0a1cbd5c-1a4e-411a-964c-233c11339e04", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/0a1cbd5c-1a4e-411a-964c-233c11339e04", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "0a1cbd5c-1a4e-411a-964c-233c11339e04", "name": "rally_sanity-flavor_e4bdca99-1c26-4475-b749-a4f10ceb2a07", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}, {"links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/b8912e0d-84ca-4f7a-b17a-03fca54911ec", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/b8912e0d-84ca-4f7a-b17a-03fca54911ec", "rel": "bookmark"}], "ram": 1024, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "b8912e0d-84ca-4f7a-b17a-03fca54911ec", "name": "rally_sanity-flavor_alt_e4bdca99-1c26-4475-b749-a4f10ceb2a07", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}]} 2018-09-04 11:27:14,944 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors/detail?is_public=None used request id req-18c995b6-173f-4e91-9511-c160b0682b8c 2018-09-04 11:27:14,945 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.605750799179s 2018-09-04 11:27:14,945 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors/detail?is_public=None used request id req-18c995b6-173f-4e91-9511-c160b0682b8c 2018-09-04 11:27:14,947 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-09-04 11:27:14,950 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:8774/v2.1/flavors/b8912e0d-84ca-4f7a-b17a-03fca54911ec -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}268c1c5abb0d1498439a98a61bfd75406ff785e4" 2018-09-04 11:27:14,997 - keystoneauth.session - DEBUG - RESP: [202] Date: Tue, 04 Sep 2018 11: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-85a550ae-d0ec-4bad-bba4-0bddddaf0123 x-compute-request-id: req-85a550ae-d0ec-4bad-bba4-0bddddaf0123 Content-Length: 0 Content-Type: application/json 2018-09-04 11:27:14,997 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/flavors/b8912e0d-84ca-4f7a-b17a-03fca54911ec used request id req-85a550ae-d0ec-4bad-bba4-0bddddaf0123 2018-09-04 11:27:14,998 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0499048233032s 2018-09-04 11:27:14,998 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/flavors/b8912e0d-84ca-4f7a-b17a-03fca54911ec used request id req-85a550ae-d0ec-4bad-bba4-0bddddaf0123 2018-09-04 11:27:14,998 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-09-04 11:27:14,999 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.28:9696/v2.0/routers/5cab58f1-fa86-4f84-882a-50df6211b0f0/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}b4cec8417e457e4c6df732a63c6bc6ec4635dd58" -d '{"subnet_id": "12e0d3e0-3d0e-4a11-b340-4be63bfd4bd3"}' 2018-09-04 11:27:16,217 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-57628cba-cd70-413c-bdb2-c71bca388e4c Date: Tue, 04 Sep 2018 11:27:16 GMT RESP BODY: {"network_id": "e25e97a2-7f54-4097-94b7-89b85657ba77", "tenant_id": "e8b2daffe9fd4140890aa7b5c11b6bf1", "subnet_id": "12e0d3e0-3d0e-4a11-b340-4be63bfd4bd3", "subnet_ids": ["12e0d3e0-3d0e-4a11-b340-4be63bfd4bd3"], "port_id": "5c8dc55a-6ab7-49ac-8c6e-4a71bf38ace1", "id": "5cab58f1-fa86-4f84-882a-50df6211b0f0"} 2018-09-04 11:27:16,217 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.28:9696/v2.0/routers/5cab58f1-fa86-4f84-882a-50df6211b0f0/remove_router_interface.json used request id req-57628cba-cd70-413c-bdb2-c71bca388e4c 2018-09-04 11:27:16,218 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 1.21918106079s 2018-09-04 11:27:16,218 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.28:9696/v2.0/routers/5cab58f1-fa86-4f84-882a-50df6211b0f0/remove_router_interface.json used request id req-57628cba-cd70-413c-bdb2-c71bca388e4c returning object 5cab58f1-fa86-4f84-882a-50df6211b0f0 2018-09-04 11:27:16,219 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-09-04 11:27:16,219 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}b4cec8417e457e4c6df732a63c6bc6ec4635dd58" 2018-09-04 11:27:16,450 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12346 X-Openstack-Request-Id: req-36f45886-bcde-4fa4-bc41-fa44ad6d18af Date: Tue, 04 Sep 2018 11:27:16 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "4097e349-dd4a-4a5e-95d6-eed5c2d7b85a", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "5092c110-d468-4f12-acae-47d56d35dff1", "ip_address": "172.30.9.207"}]}, "description": "", "tags": [], "tenant_id": "4ad41bc126174d318b5e7a8516fcf4af", "created_at": "2018-09-04T10:36:54Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-09-04T10:36:55Z", "revision_number": 2, "routes": [], "project_id": "4ad41bc126174d318b5e7a8516fcf4af", "id": "02e10efe-d43d-4769-a57b-731a12f27a9b", "name": "vping_ssh-router_765e872f-da41-4d34-89de-e797c7840b14"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "4097e349-dd4a-4a5e-95d6-eed5c2d7b85a", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "5092c110-d468-4f12-acae-47d56d35dff1", "ip_address": "172.30.9.211"}]}, "description": "", "tags": [], "tenant_id": "ae3e81be661d4c66ac9ebc51a4915a63", "created_at": "2018-09-04T11:13:56Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-09-04T11:13:57Z", "revision_number": 2, "routes": [], "project_id": "ae3e81be661d4c66ac9ebc51a4915a63", "id": "03c7ced1-3b55-4c0f-95ef-97c859cbf9b9", "name": "c_rally_2b42ef2d_MD6u4sbI"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "4097e349-dd4a-4a5e-95d6-eed5c2d7b85a", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "5092c110-d468-4f12-acae-47d56d35dff1", "ip_address": "172.30.9.217"}]}, "description": "", "tags": [], "tenant_id": "1d2d2498a64f4e07849354496dfa2ff4", "created_at": "2018-09-04T11:16:30Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-09-04T11:16:31Z", "revision_number": 2, "routes": [], "project_id": "1d2d2498a64f4e07849354496dfa2ff4", "id": "1673e038-129c-4fb7-a9c2-a9a17875727d", "name": "c_rally_1537a83e_TCbqCsSp"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "4097e349-dd4a-4a5e-95d6-eed5c2d7b85a", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "5092c110-d468-4f12-acae-47d56d35dff1", "ip_address": "172.30.9.215"}]}, "description": "", "tags": [], "tenant_id": "29f0ba817a304fd494ca8c3860ac7246", "created_at": "2018-09-04T11:14:26Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-09-04T11:14:27Z", "revision_number": 2, "routes": [], "project_id": "29f0ba817a304fd494ca8c3860ac7246", "id": "194590c0-4a5b-476c-9311-c97993565bd9", "name": "c_rally_4d888ac7_ell5iv62"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "4097e349-dd4a-4a5e-95d6-eed5c2d7b85a", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "5092c110-d468-4f12-acae-47d56d35dff1", "ip_address": "172.30.9.200"}]}, "description": "", "tags": [], "tenant_id": "da1aa3dc9e564d3d922e61c0121a390e", "created_at": "2018-09-04T10:25:56Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-09-04T10:25:57Z", "revision_number": 2, "routes": [], "project_id": "da1aa3dc9e564d3d922e61c0121a390e", "id": "2f19feef-aee5-44f4-9fb9-bd7093f60239", "name": "NeutronUtilsRouterTests-32dc0e2b-888b-4bc2-b5c2-061f2e60771c-pub-router"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "4097e349-dd4a-4a5e-95d6-eed5c2d7b85a", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "5092c110-d468-4f12-acae-47d56d35dff1", "ip_address": "172.30.9.220"}]}, "description": "", "tags": [], "tenant_id": "219a354443d04b66b7da22e8fcd0b9ff", "created_at": "2018-09-04T11:25:51Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-09-04T11:25:52Z", "revision_number": 2, "routes": [], "project_id": "219a354443d04b66b7da22e8fcd0b9ff", "id": "43403bcd-0447-4df6-92ac-08f0cb3148ef", "name": "c_rally_9fc79e06_HOclWZ15"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "4097e349-dd4a-4a5e-95d6-eed5c2d7b85a", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "5092c110-d468-4f12-acae-47d56d35dff1", "ip_address": "172.30.9.208"}]}, "description": "", "tags": [], "tenant_id": "4ad41bc126174d318b5e7a8516fcf4af", "created_at": "2018-09-04T10:36:57Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-09-04T10:36:58Z", "revision_number": 2, "routes": [], "project_id": "4ad41bc126174d318b5e7a8516fcf4af", "id": "43561eec-efc7-4a36-8d0f-7244a4f70d60", "name": "vping_ssh-router_765e872f-da41-4d34-89de-e797c7840b14"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "4097e349-dd4a-4a5e-95d6-eed5c2d7b85a", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "5092c110-d468-4f12-acae-47d56d35dff1", "ip_address": "172.30.9.219"}]}, "description": "", "tags": [], "tenant_id": "e8b2daffe9fd4140890aa7b5c11b6bf1", "created_at": "2018-09-04T11:01:32Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-09-04T11:27:15Z", "revision_number": 4, "routes": [], "project_id": "e8b2daffe9fd4140890aa7b5c11b6bf1", "id": "5cab58f1-fa86-4f84-882a-50df6211b0f0", "name": "rally_sanity-router_e4bdca99-1c26-4475-b749-a4f10ceb2a07"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "4097e349-dd4a-4a5e-95d6-eed5c2d7b85a", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "5092c110-d468-4f12-acae-47d56d35dff1", "ip_address": "172.30.9.213"}]}, "description": "", "tags": [], "tenant_id": "1d2d2498a64f4e07849354496dfa2ff4", "created_at": "2018-09-04T11:16:32Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-09-04T11:16:33Z", "revision_number": 2, "routes": [], "project_id": "1d2d2498a64f4e07849354496dfa2ff4", "id": "5d4fcb27-ad2c-4f1b-b79c-8d723371d08d", "name": "c_rally_1537a83e_TCbqCsSp"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "4097e349-dd4a-4a5e-95d6-eed5c2d7b85a", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "5092c110-d468-4f12-acae-47d56d35dff1", "ip_address": "172.30.9.201"}]}, "description": "", "tags": [], "tenant_id": "da1aa3dc9e564d3d922e61c0121a390e", "created_at": "2018-09-04T10:32:43Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-09-04T10:32:44Z", "revision_number": 2, "routes": [], "project_id": "da1aa3dc9e564d3d922e61c0121a390e", "id": "71d1efd7-0255-4570-ac2c-5d92b1dbeff0", "name": "mgmt_router"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "4097e349-dd4a-4a5e-95d6-eed5c2d7b85a", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "5092c110-d468-4f12-acae-47d56d35dff1", "ip_address": "172.30.9.214"}]}, "description": "", "tags": [], "tenant_id": "14e46315a5e14e95a6bd31ddd3090094", "created_at": "2018-09-04T10:40:12Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-09-04T10:40:13Z", "revision_number": 2, "routes": [], "project_id": "14e46315a5e14e95a6bd31ddd3090094", "id": "7684517b-07eb-496b-a11b-92148a3f83a8", "name": "tempest_smoke_serial-router_068261eb-5f06-4915-acc8-7f5edd711ae8"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "4097e349-dd4a-4a5e-95d6-eed5c2d7b85a", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "5092c110-d468-4f12-acae-47d56d35dff1", "ip_address": "172.30.9.216"}]}, "description": "", "tags": [], "tenant_id": "375baba599654b43baeee5dae2815141", "created_at": "2018-09-04T10:42:08Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-09-04T10:42:09Z", "revision_number": 2, "routes": [], "project_id": "375baba599654b43baeee5dae2815141", "id": "7a1759d2-3c54-4856-86d9-21a041b775b7", "name": "tempest-ServersTestJSON-34771780-router"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "4097e349-dd4a-4a5e-95d6-eed5c2d7b85a", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "5092c110-d468-4f12-acae-47d56d35dff1", "ip_address": "172.30.9.212"}]}, "description": "", "tags": [], "tenant_id": "4ad41bc126174d318b5e7a8516fcf4af", "created_at": "2018-09-04T10:36:58Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-09-04T10:36:59Z", "revision_number": 2, "routes": [], "project_id": "4ad41bc126174d318b5e7a8516fcf4af", "id": "8396e7af-43cc-4203-9fea-cd1d80adbf13", "name": "vping_ssh-router_765e872f-da41-4d34-89de-e797c7840b14"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "4097e349-dd4a-4a5e-95d6-eed5c2d7b85a", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "5092c110-d468-4f12-acae-47d56d35dff1", "ip_address": "172.30.9.204"}]}, "description": "", "tags": [], "tenant_id": "14e46315a5e14e95a6bd31ddd3090094", "created_at": "2018-09-04T10:40:11Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-09-04T10:40:11Z", "revision_number": 2, "routes": [], "project_id": "14e46315a5e14e95a6bd31ddd3090094", "id": "8cc3813e-1928-445c-9157-a633500fc975", "name": "tempest_smoke_serial-router_068261eb-5f06-4915-acc8-7f5edd711ae8"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "4097e349-dd4a-4a5e-95d6-eed5c2d7b85a", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "5092c110-d468-4f12-acae-47d56d35dff1", "ip_address": "172.30.9.202"}]}, "description": "", "tags": [], "tenant_id": "1d2d2498a64f4e07849354496dfa2ff4", "created_at": "2018-09-04T11:16:31Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-09-04T11:16:32Z", "revision_number": 2, "routes": [], "project_id": "1d2d2498a64f4e07849354496dfa2ff4", "id": "9198feab-67a8-4552-9c03-fa4e4d8af713", "name": "c_rally_1537a83e_TCbqCsSp"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "4097e349-dd4a-4a5e-95d6-eed5c2d7b85a", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "5092c110-d468-4f12-acae-47d56d35dff1", "ip_address": "172.30.9.210"}]}, "description": "", "tags": [], "tenant_id": "26c89328988e44f29ad8e9f25257d111", "created_at": "2018-09-04T11:23:20Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-09-04T11:23:21Z", "revision_number": 2, "routes": [], "project_id": "26c89328988e44f29ad8e9f25257d111", "id": "a4fb934b-a18a-45c8-9884-fcd0837c39b1", "name": "c_rally_ca6e6ba7_yafXiUSz"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "4097e349-dd4a-4a5e-95d6-eed5c2d7b85a", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "5092c110-d468-4f12-acae-47d56d35dff1", "ip_address": "172.30.9.218"}]}, "description": "", "tags": [], "tenant_id": "8731623ecafd48f883511aa989606be2", "created_at": "2018-09-04T11:22:25Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-09-04T11:22:26Z", "revision_number": 2, "routes": [], "project_id": "8731623ecafd48f883511aa989606be2", "id": "bc63575c-1b25-4f91-a849-834c7ee31be1", "name": "c_rally_42f8a049_9dIzHabN"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "4097e349-dd4a-4a5e-95d6-eed5c2d7b85a", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "5092c110-d468-4f12-acae-47d56d35dff1", "ip_address": "172.30.9.203"}]}, "description": "", "tags": [], "tenant_id": "da1aa3dc9e564d3d922e61c0121a390e", "created_at": "2018-09-04T10:32:42Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-09-04T10:32:43Z", "revision_number": 2, "routes": [], "project_id": "da1aa3dc9e564d3d922e61c0121a390e", "id": "caa0e147-32fd-4c34-b2f7-9497029b5d83", "name": "mgmt_router"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "4097e349-dd4a-4a5e-95d6-eed5c2d7b85a", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "5092c110-d468-4f12-acae-47d56d35dff1", "ip_address": "172.30.9.205"}]}, "description": "", "tags": [], "tenant_id": "4ad41bc126174d318b5e7a8516fcf4af", "created_at": "2018-09-04T10:36:56Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-09-04T10:36:57Z", "revision_number": 2, "routes": [], "project_id": "4ad41bc126174d318b5e7a8516fcf4af", "id": "e2fc4530-9f5b-4981-b75a-4c4ebdeab16a", "name": "vping_ssh-router_765e872f-da41-4d34-89de-e797c7840b14"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "4097e349-dd4a-4a5e-95d6-eed5c2d7b85a", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "5092c110-d468-4f12-acae-47d56d35dff1", "ip_address": "172.30.9.206"}]}, "description": "", "tags": [], "tenant_id": "26c89328988e44f29ad8e9f25257d111", "created_at": "2018-09-04T11:23:19Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-09-04T11:23:20Z", "revision_number": 2, "routes": [], "project_id": "26c89328988e44f29ad8e9f25257d111", "id": "f73c56b0-36ef-4276-b04b-e9ab41421cec", "name": "c_rally_ca6e6ba7_yafXiUSz"}]} 2018-09-04 11:27:16,450 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/routers.json used request id req-36f45886-bcde-4fa4-bc41-fa44ad6d18af 2018-09-04 11:27:16,450 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.231676101685s 2018-09-04 11:27:16,451 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/routers.json used request id req-36f45886-bcde-4fa4-bc41-fa44ad6d18af 2018-09-04 11:27:16,456 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-09-04 11:27:16,456 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:9696/v2.0/routers/5cab58f1-fa86-4f84-882a-50df6211b0f0.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}b4cec8417e457e4c6df732a63c6bc6ec4635dd58" 2018-09-04 11:27:17,773 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-e85791c0-baeb-428e-a18d-2c7c8b0a2649 Content-Length: 0 Date: Tue, 04 Sep 2018 11:27:17 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-04 11:27:17,773 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/routers/5cab58f1-fa86-4f84-882a-50df6211b0f0.json used request id req-e85791c0-baeb-428e-a18d-2c7c8b0a2649 2018-09-04 11:27:17,773 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 1.31730794907s 2018-09-04 11:27:17,773 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/routers/5cab58f1-fa86-4f84-882a-50df6211b0f0.json used request id req-e85791c0-baeb-428e-a18d-2c7c8b0a2649 2018-09-04 11:27:17,774 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-09-04 11:27:17,774 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}b4cec8417e457e4c6df732a63c6bc6ec4635dd58" 2018-09-04 11:27:17,989 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1294 X-Openstack-Request-Id: req-a968cfbb-905b-42c0-a179-bb28af13429d Date: Tue, 04 Sep 2018 11:27:17 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"e25e97a2-7f54-4097-94b7-89b85657ba77","tenant_id":"e8b2daffe9fd4140890aa7b5c11b6bf1","created_at":"2018-09-04T11:01:32Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-09-04T11:01:32Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"gateway_ip":"192.168.120.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"192.168.120.0/24","project_id":"e8b2daffe9fd4140890aa7b5c11b6bf1","id":"12e0d3e0-3d0e-4a11-b340-4be63bfd4bd3","subnetpool_id":null,"name":"rally_sanity-subnet_e4bdca99-1c26-4475-b749-a4f10ceb2a07"},{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"4097e349-dd4a-4a5e-95d6-eed5c2d7b85a","tenant_id":"18025ed81c804927a1f0e0e0ba20836f","created_at":"2018-09-04T10:10:50Z","dns_nameservers":[],"updated_at":"2018-09-04T10:10:50Z","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":"18025ed81c804927a1f0e0e0ba20836f","id":"5092c110-d468-4f12-acae-47d56d35dff1","subnetpool_id":null,"name":"external-subnet"}]} 2018-09-04 11:27:17,989 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets.json used request id req-a968cfbb-905b-42c0-a179-bb28af13429d 2018-09-04 11:27:17,989 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.215229988098s 2018-09-04 11:27:17,989 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets.json used request id req-a968cfbb-905b-42c0-a179-bb28af13429d 2018-09-04 11:27:17,991 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-09-04 11:27:17,991 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:9696/v2.0/subnets/12e0d3e0-3d0e-4a11-b340-4be63bfd4bd3.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}b4cec8417e457e4c6df732a63c6bc6ec4635dd58" 2018-09-04 11:27:20,168 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-f701053d-ca2d-4d49-84e5-e13b0201764e Date: Tue, 04 Sep 2018 11:27:20 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-04 11:27:20,169 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/subnets/12e0d3e0-3d0e-4a11-b340-4be63bfd4bd3.json used request id req-f701053d-ca2d-4d49-84e5-e13b0201764e 2018-09-04 11:27:20,169 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 2.17776989937s 2018-09-04 11:27:20,169 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/subnets/12e0d3e0-3d0e-4a11-b340-4be63bfd4bd3.json used request id req-f701053d-ca2d-4d49-84e5-e13b0201764e 2018-09-04 11:27:20,170 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-04 11:27:20,170 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}b4cec8417e457e4c6df732a63c6bc6ec4635dd58" 2018-09-04 11:27:20,512 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1982 X-Openstack-Request-Id: req-33d46b05-62b8-4887-8a79-a5daedb10bdf Date: Tue, 04 Sep 2018 11:27:20 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"4097e349-dd4a-4a5e-95d6-eed5c2d7b85a","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"18025ed81c804927a1f0e0e0ba20836f","status":"ACTIVE","subnets":["5092c110-d468-4f12-acae-47d56d35dff1"],"description":"","tags":[],"updated_at":"2018-09-04T10:10:50Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"18025ed81c804927a1f0e0e0ba20836f","created_at":"2018-09-04T10:10:44Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"8b642b01-8be3-4202-b6e4-b88520b015c4","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"219a354443d04b66b7da22e8fcd0b9ff","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-09-04T11:25:51Z","provider:segmentation_id":59,"name":"c_rally_9fc79e06_ZGxNMMaa","admin_state_up":true,"tenant_id":"219a354443d04b66b7da22e8fcd0b9ff","created_at":"2018-09-04T11:25:50Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"e25e97a2-7f54-4097-94b7-89b85657ba77","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":true,"project_id":"e8b2daffe9fd4140890aa7b5c11b6bf1","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-09-04T11:27:19Z","provider:segmentation_id":67,"name":"rally_sanity-net_e4bdca99-1c26-4475-b749-a4f10ceb2a07","admin_state_up":true,"tenant_id":"e8b2daffe9fd4140890aa7b5c11b6bf1","created_at":"2018-09-04T11:01:31Z","provider:network_type":"vxlan"}]} 2018-09-04 11:27:20,513 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-33d46b05-62b8-4887-8a79-a5daedb10bdf 2018-09-04 11:27:20,513 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.343113899231s 2018-09-04 11:27:20,513 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-33d46b05-62b8-4887-8a79-a5daedb10bdf 2018-09-04 11:27:20,515 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-09-04 11:27:20,516 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:9696/v2.0/networks/e25e97a2-7f54-4097-94b7-89b85657ba77.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}b4cec8417e457e4c6df732a63c6bc6ec4635dd58" 2018-09-04 11:27:21,956 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-456fc553-6d83-4189-afe9-60b4d06344d5 Date: Tue, 04 Sep 2018 11:27:21 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-04 11:27:21,956 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/networks/e25e97a2-7f54-4097-94b7-89b85657ba77.json used request id req-456fc553-6d83-4189-afe9-60b4d06344d5 2018-09-04 11:27:21,957 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.44153213501s 2018-09-04 11:27:21,957 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/networks/e25e97a2-7f54-4097-94b7-89b85657ba77.json used request id req-456fc553-6d83-4189-afe9-60b4d06344d5 2018-09-04 11:27:21,957 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-09-04 11:27:21,958 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}b4cec8417e457e4c6df732a63c6bc6ec4635dd58" 2018-09-04 11:27:22,541 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1205 Content-Type: application/json X-Openstack-Request-Id: req-50c235eb-e4de-404a-be32-0b568fa18ba7 Date: Tue, 04 Sep 2018 11:27:22 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://99671b03-94ed-44b3-b5f6-80b8e44d0570/images/c57b1f4d-28f0-4878-a045-17ea17063fe1/snap", "metadata": {}}], "file": "/v2/images/c57b1f4d-28f0-4878-a045-17ea17063fe1/file", "owner": "e8b2daffe9fd4140890aa7b5c11b6bf1", "id": "c57b1f4d-28f0-4878-a045-17ea17063fe1", "size": 12716032, "self": "/v2/images/c57b1f4d-28f0-4878-a045-17ea17063fe1", "disk_format": "qcow2", "direct_url": "rbd://99671b03-94ed-44b3-b5f6-80b8e44d0570/images/c57b1f4d-28f0-4878-a045-17ea17063fe1/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-09-04T11:01:36Z", "visibility": "public", "owner_specified.shade.object": "images/rally_sanity-img_e4bdca99-1c26-4475-b749-a4f10ceb2a07", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "rally_sanity-img_e4bdca99-1c26-4475-b749-a4f10ceb2a07", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-09-04T11:01:35Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-09-04 11:27:22,542 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-50c235eb-e4de-404a-be32-0b568fa18ba7 2018-09-04 11:27:22,542 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.584324121475s 2018-09-04 11:27:22,542 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-50c235eb-e4de-404a-be32-0b568fa18ba7 2018-09-04 11:27:22,544 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-09-04 11:27:22,545 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:9292/v2/images/c57b1f4d-28f0-4878-a045-17ea17063fe1 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b4cec8417e457e4c6df732a63c6bc6ec4635dd58" 2018-09-04 11:27:24,288 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-dcf79181-8f42-4c8a-880a-ae9c03cdbaf7 Date: Tue, 04 Sep 2018 11:27:24 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-09-04 11:27:24,288 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.28:9292/v2/images/c57b1f4d-28f0-4878-a045-17ea17063fe1 used request id req-dcf79181-8f42-4c8a-880a-ae9c03cdbaf7 2018-09-04 11:27:24,288 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 1.74343895912s 2018-09-04 11:27:24,288 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.28:9292/v2/images/c57b1f4d-28f0-4878-a045-17ea17063fe1 used request id req-dcf79181-8f42-4c8a-880a-ae9c03cdbaf7 2018-09-04 11:27:24,289 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-09-04 11:27:24,292 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28: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}268c1c5abb0d1498439a98a61bfd75406ff785e4" 2018-09-04 11:27:24,321 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 11:27:24 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-4ee1710d-84f5-4acc-b7cd-559a50577b33 x-compute-request-id: req-4ee1710d-84f5-4acc-b7cd-559a50577b33 Content-Encoding: gzip Content-Length: 308 Content-Type: application/json RESP BODY: {"flavors": [{"links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/0a1cbd5c-1a4e-411a-964c-233c11339e04", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/0a1cbd5c-1a4e-411a-964c-233c11339e04", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "0a1cbd5c-1a4e-411a-964c-233c11339e04", "name": "rally_sanity-flavor_e4bdca99-1c26-4475-b749-a4f10ceb2a07", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}]} 2018-09-04 11:27:24,321 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors/detail?is_public=None used request id req-4ee1710d-84f5-4acc-b7cd-559a50577b33 2018-09-04 11:27:24,321 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0323050022125s 2018-09-04 11:27:24,321 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors/detail?is_public=None used request id req-4ee1710d-84f5-4acc-b7cd-559a50577b33 2018-09-04 11:27:24,323 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-09-04 11:27:24,326 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:8774/v2.1/flavors/0a1cbd5c-1a4e-411a-964c-233c11339e04 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}268c1c5abb0d1498439a98a61bfd75406ff785e4" 2018-09-04 11:27:24,369 - keystoneauth.session - DEBUG - RESP: [202] Date: Tue, 04 Sep 2018 11:27:24 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-02fdae50-049e-4d97-ab28-53c698b0b752 x-compute-request-id: req-02fdae50-049e-4d97-ab28-53c698b0b752 Content-Length: 0 Content-Type: application/json 2018-09-04 11:27:24,369 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/flavors/0a1cbd5c-1a4e-411a-964c-233c11339e04 used request id req-02fdae50-049e-4d97-ab28-53c698b0b752 2018-09-04 11:27:24,369 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0457170009613s 2018-09-04 11:27:24,369 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/flavors/0a1cbd5c-1a4e-411a-964c-233c11339e04 used request id req-02fdae50-049e-4d97-ab28-53c698b0b752 2018-09-04 11:27:24,370 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-09-04 11:27:24,370 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}268c1c5abb0d1498439a98a61bfd75406ff785e4" 2018-09-04 11:27:24,468 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 11:27:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-71cea67a-f4f6-4875-9d46-f29c939b1ea3 Content-Encoding: gzip Content-Length: 841 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.28:5000/v3/users/2719bb13630f43dfa92537864b7b9156"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2719bb13630f43dfa92537864b7b9156", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.28:5000/v3/users/36910ef6abf94075a2d6069c8571e383"}, "domain_id": "default", "enabled": true, "options": {}, "id": "36910ef6abf94075a2d6069c8571e383", "email": "cinder@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.28:5000/v3/users/42c3a9abd8ad4ce8ab2c4cc6e0403c33"}, "domain_id": "default", "enabled": true, "options": {}, "id": "42c3a9abd8ad4ce8ab2c4cc6e0403c33", "email": "admin@example.com", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.28:5000/v3/users/449836e5f54549afb8a7ce28abf3d544"}, "domain_id": "default", "enabled": true, "options": {}, "id": "449836e5f54549afb8a7ce28abf3d544", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.28:5000/v3/users/4f2d44b313674c27b065e562198a2eaf"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4f2d44b313674c27b065e562198a2eaf", "email": "placement@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "rally_sanity-user_e4bdca99-1c26-4475-b749-a4f10ceb2a07", "links": {"self": "http://172.30.9.28:5000/v3/users/52f80ae1baca4495a95891239a45459d"}, "domain_id": "default", "enabled": true, "id": "52f80ae1baca4495a95891239a45459d", "options": {}}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.28:5000/v3/users/53e472b53b3247cc998195108afb0333"}, "domain_id": "default", "enabled": true, "options": {}, "id": "53e472b53b3247cc998195108afb0333", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.28:5000/v3/users/72c8a4f27c80473bb772f1af33725838"}, "domain_id": "default", "enabled": true, "options": {}, "id": "72c8a4f27c80473bb772f1af33725838", "email": "glance@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.28:5000/v3/users/7661c02c249442d984369889093013fe"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7661c02c249442d984369889093013fe", "email": "barbican@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.28:5000/v3/users/78cfb105b70a43c69c179056f12732d4"}, "domain_id": "bb3675e8f7584634b56038f5732ae451", "enabled": true, "options": {}, "id": "78cfb105b70a43c69c179056f12732d4", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.28:5000/v3/users/7cc5af47f4974b51be24b8af469f48f6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7cc5af47f4974b51be24b8af469f48f6", "email": "aodh@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.28:5000/v3/users/828ac5d6a2ef4b0091fb761ec963b324"}, "domain_id": "default", "enabled": true, "options": {}, "id": "828ac5d6a2ef4b0091fb761ec963b324", "email": "congress@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.28:5000/v3/users/9dcf57654b41495ea7db845703bc37f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9dcf57654b41495ea7db845703bc37f8", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.28:5000/v3/users/c4e0c9bcba5d4f0895d28f0f72346c41"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c4e0c9bcba5d4f0895d28f0f72346c41", "email": "neutron@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.28:5000/v3/users/ef3f2972886b4078848941109f593feb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ef3f2972886b4078848941109f593feb", "email": "nova@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.28:5000/v3/users", "previous": null, "next": null}} 2018-09-04 11:27:24,469 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-71cea67a-f4f6-4875-9d46-f29c939b1ea3 2018-09-04 11:27:24,469 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0988140106201s 2018-09-04 11:27:24,469 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-71cea67a-f4f6-4875-9d46-f29c939b1ea3 2018-09-04 11:27:24,475 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-09-04 11:27:24,475 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/users/52f80ae1baca4495a95891239a45459d -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}268c1c5abb0d1498439a98a61bfd75406ff785e4" 2018-09-04 11:27:24,569 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 11:27:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ab818514-aeec-4cc3-a11a-2bcd319bb6e4 Content-Encoding: gzip Content-Length: 214 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.28:5000/v3/users/52f80ae1baca4495a95891239a45459d"}, "enabled": true, "id": "52f80ae1baca4495a95891239a45459d", "options": {}, "domain_id": "default", "name": "rally_sanity-user_e4bdca99-1c26-4475-b749-a4f10ceb2a07"}} 2018-09-04 11:27:24,569 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users/52f80ae1baca4495a95891239a45459d used request id req-ab818514-aeec-4cc3-a11a-2bcd319bb6e4 2018-09-04 11:27:24,569 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0941240787506s 2018-09-04 11:27:24,569 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users/52f80ae1baca4495a95891239a45459d used request id req-ab818514-aeec-4cc3-a11a-2bcd319bb6e4 2018-09-04 11:27:24,570 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-09-04 11:27:24,571 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:5000/v3/users/52f80ae1baca4495a95891239a45459d -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}268c1c5abb0d1498439a98a61bfd75406ff785e4" 2018-09-04 11:27:24,755 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 11:27:24 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-834fb174-74a6-4a50-9993-276b3155b6f5 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 11:27:24,755 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/users/52f80ae1baca4495a95891239a45459d used request id req-834fb174-74a6-4a50-9993-276b3155b6f5 2018-09-04 11:27:24,755 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.184708118439s 2018-09-04 11:27:24,755 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/users/52f80ae1baca4495a95891239a45459d used request id req-834fb174-74a6-4a50-9993-276b3155b6f5 2018-09-04 11:27:24,756 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-09-04 11:27:24,756 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}268c1c5abb0d1498439a98a61bfd75406ff785e4" 2018-09-04 11:27:24,830 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 11:27:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-910e922e-5f91-47da-80d3-e5dc982e4ccc Content-Encoding: gzip Content-Length: 381 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.28:5000/v3/projects/18025ed81c804927a1f0e0e0ba20836f"}, "enabled": true, "id": "18025ed81c804927a1f0e0e0ba20836f", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.28:5000/v3/projects/1e2f68a072b64978bd7ea91c2d64aca6"}, "enabled": true, "id": "1e2f68a072b64978bd7ea91c2d64aca6", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: rally_sanity", "links": {"self": "http://172.30.9.28:5000/v3/projects/e8b2daffe9fd4140890aa7b5c11b6bf1"}, "enabled": true, "id": "e8b2daffe9fd4140890aa7b5c11b6bf1", "parent_id": "default", "domain_id": "default", "name": "rally_sanity-project_e4bdca99-1c26-4475-b749-a4f10ceb2a07"}]} 2018-09-04 11:27:24,830 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects used request id req-910e922e-5f91-47da-80d3-e5dc982e4ccc 2018-09-04 11:27:24,830 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.074392080307s 2018-09-04 11:27:24,831 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects used request id req-910e922e-5f91-47da-80d3-e5dc982e4ccc 2018-09-04 11:27:24,833 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-09-04 11:27:24,834 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:5000/v3/projects/e8b2daffe9fd4140890aa7b5c11b6bf1 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}268c1c5abb0d1498439a98a61bfd75406ff785e4" 2018-09-04 11:27:24,985 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 11:27:24 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0ef67051-0c55-45b6-8a6a-d5268ed9575d Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 11:27:24,986 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/projects/e8b2daffe9fd4140890aa7b5c11b6bf1 used request id req-0ef67051-0c55-45b6-8a6a-d5268ed9575d 2018-09-04 11:27:24,986 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.152513980865s 2018-09-04 11:27:24,986 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/projects/e8b2daffe9fd4140890aa7b5c11b6bf1 used request id req-0ef67051-0c55-45b6-8a6a-d5268ed9575d 2018-09-04 11:27:24,986 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-09-04 11:27:24,987 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}268c1c5abb0d1498439a98a61bfd75406ff785e4" 2018-09-04 11:27:25,065 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 11:27:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-70def8cd-da3f-4294-ad3b-d07ba1565807 Content-Encoding: gzip Content-Length: 316 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3d416247e8224533841040c3ad2bce5a", "links": {"self": "http://172.30.9.28:5000/v3/roles/3d416247e8224533841040c3ad2bce5a"}, "name": "admin"}, {"domain_id": null, "id": "6fc48fbb08d4410680bf5ace535e410c", "links": {"self": "http://172.30.9.28:5000/v3/roles/6fc48fbb08d4410680bf5ace535e410c"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "c40c92a89248463d9399541e18b75078", "links": {"self": "http://172.30.9.28:5000/v3/roles/c40c92a89248463d9399541e18b75078"}, "name": "Member"}, {"domain_id": null, "id": "fea739ce4d1249249c128f55b640b79d", "links": {"self": "http://172.30.9.28:5000/v3/roles/fea739ce4d1249249c128f55b640b79d"}, "name": "ResellerAdmin"}]} 2018-09-04 11:27:25,065 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-70def8cd-da3f-4294-ad3b-d07ba1565807 2018-09-04 11:27:25,066 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0790588855743s 2018-09-04 11:27:25,067 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleDelete 2018-09-04 11:27:25,068 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:5000/v3/roles/c40c92a89248463d9399541e18b75078 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}268c1c5abb0d1498439a98a61bfd75406ff785e4" 2018-09-04 11:27:25,168 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 11:27:25 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-6576b98f-6d9f-4a28-b303-6a144809c4ac Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 11:27:25,168 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/roles/c40c92a89248463d9399541e18b75078 used request id req-6576b98f-6d9f-4a28-b303-6a144809c4ac 2018-09-04 11:27:25,168 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleDelete in 0.100649118423s 2018-09-04 11:27:25,168 - xtesting.ci.run_tests - ERROR - The test case 'rally_sanity' failed. 2018-09-04 11:27:25,222 - xtesting.ci.run_tests - INFO - Loading test case 'refstack_defcore'... 2018-09-04 11:27:25,264 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-09-04 11:27:25,264 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-09-04 11:27:25,264 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-09-04 11:27:25,264 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-09-04 11:27:25,264 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-09-04 11:27:25,264 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-09-04 11:27:25,264 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-09-04 11:27:25,264 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-09-04 11:27:25,264 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-09-04 11:27:25,264 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-09-04 11:27:25,265 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-09-04 11:27:25,265 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-09-04 11:27:25,265 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-09-04 11:27:25,265 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-09-04 11:27:25,265 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-09-04 11:27:25,265 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-09-04 11:27:25,265 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-09-04 11:27:25,265 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-09-04 11:27:25,265 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-09-04 11:27:25,265 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-09-04 11:27:25,265 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-09-04 11:27:25,265 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-09-04 11:27:25,265 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-09-04 11:27:25,266 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-09-04 11:27:25,267 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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-09-04 11:27:25,272 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 11:27:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9b862165-fe24-4833-bc3c-810802ff7de8 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.28:5000/v3/", "rel": "self"}]}} 2018-09-04 11:27:25,273 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-9b862165-fe24-4833-bc3c-810802ff7de8 2018-09-04 11:27:25,273 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-09-04 11:27:25,652 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "3d416247e8224533841040c3ad2bce5a", "name": "admin"}], "expires_at": "2018-09-04T12:27:25.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1e2f68a072b64978bd7ea91c2d64aca6", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v1/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235635a698ef4bef9dc6b25273d185da"}, {"url": "http://192.30.9.6:8776/v1/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "23b07b3fbfc340a58cf0f9b2871a0d23"}, {"url": "http://172.30.9.28:8776/v1/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "72fd0aaa144d45419f4b04b6b26f69a7"}], "type": "volume", "id": "097241c25b4d4f7e91b3f8efa155909e", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v3/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93eb4cf3030a49e7840bec071422d397"}, {"url": "http://192.30.9.6:8776/v3/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8af439a6ac147fdbcb38ed9aa916b68"}, {"url": "http://192.30.9.6:8776/v3/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c4bfdbc9b7c74a23a40afdf578cfeba4"}], "type": "volumev3", "id": "1c85f4682ce44f729db1dabd98e965e8", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "82239574a29d4603a2161006f61851cf"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8d15f7134f364a7bbcfff2f84aac3bf2"}, {"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e01668c43a0c4c279b9a3d20a0280d6c"}], "type": "image", "id": "297d8415ca96454991054983920912f7", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7bb4d60e20734d4a9f31ec75e02cb823"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bf6adec15590466a9a0d3bddb00e8993"}, {"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f096f03a1d12411a8972f6f7c196b60d"}], "type": "policy", "id": "54c64351b56d44bbad74c2969cc3aa00", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "354ae6870a324fab82d0a0fb68ee0f26"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a3807e460dd4af488d982b66c52e64c"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e7c3da785076450abd71868e75ce0c33"}], "type": "cloudformation", "id": "6ac9917ae83c4639a15a4ab3cf0e76dd", "name": "heat-cfn"}, {"endpoints": [], "type": "metering", "id": "7fcc078e5e0645f29df67742ac14e388", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49e71628d386464cb950d6a9db00a328"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75b0a63ed8574bbcab1c851cc9b83d30"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9902b0a8b3c04cd192a1b84c417c232b"}], "type": "key-manager", "id": "9626544a32e74678a641c6e206f028a9", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "497340e5aa36485982fdf297f370558f"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7802beb4fc7c4952897b77bd5610b1fe"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c14af798917f4fa0b146d9772583e595"}], "type": "metric", "id": "973bfe8c658d4e5a8da725e76b9d550e", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "288ecc3674ea41d2aa3b790dcb832bf2"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7a6dc785cd7142f5b30f1a7ba0daeb03"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7f7d34e2351b4964befccc862c4e8e12"}], "type": "network", "id": "a348d7b06050474fb449be7f32ea6f5d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "21bce6ecb8464a1f8f3e3847aa698bd6"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0a8faf2246b47deb30e69e48d3551fb"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e71c6011de3d4d8589e5b53dcc79f288"}], "type": "identity", "id": "ad8d4b4953184137a1b913ecee9434ed", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "13474f9a78ca4f1184e4cddc84d0d98c"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad67365a18234bb78c336e6776958c00"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc54db13337f44f8921fbb9ad0f81de8"}], "type": "alarming", "id": "bb18dc3243034f08a6a7f69f7a1edccf", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0d91d7adf0304b2681c77f979e5cdb17"}, {"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "756e5ffca9774ab3ae2db41bf330417f"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c07c727a08c243b287827f539a124e63"}], "type": "placement", "id": "bb2c9432fcbd4c56913177122468f6ba", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8004/v1/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1eed4912224b48cf9856446eae4d9928"}, {"url": "http://192.30.9.6:8004/v1/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b73b7f99236541148d84f24f09e5dd40"}, {"url": "http://192.30.9.6:8004/v1/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fbf12e52911244fdafc24a9d46f56e62"}], "type": "orchestration", "id": "c8918d139da945ba93df4ccce21d4904", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16bf098b9e2e490f8e47fa601059f975"}, {"url": "http://192.30.9.6:8776/v2/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc16fa4cf491444ca2f611d5692c1170"}, {"url": "http://192.30.9.6:8776/v2/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ccd2c5325dff4b90b391db9fdde67d99"}], "type": "volumev2", "id": "d09ac9123c34494abce21d6c27bee9d9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eac694332354a3aa0e61c31314166d7"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b4d4989c4e764717ab78d38675cadd3f"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff196e46b56d406d87a678f1a64497b0"}], "type": "compute", "id": "d4030ee932c84df58c5b910cc197caa7", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "42c3a9abd8ad4ce8ab2c4cc6e0403c33"}, "audit_ids": ["f9itWOTTQwiHD8C_wryYTQ"], "issued_at": "2018-09-04T11:27:25.000000Z"}} 2018-09-04 11:27:25,655 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-04 11:27:25,656 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28: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}3ee503f22a54128380cbc2f5c79fe4e8b2a1e473" 2018-09-04 11:27:25,898 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-5aac4eb3-02ae-4e4d-900c-27356bddddc1 Date: Tue, 04 Sep 2018 11:27:25 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"4097e349-dd4a-4a5e-95d6-eed5c2d7b85a","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"18025ed81c804927a1f0e0e0ba20836f","status":"ACTIVE","subnets":["5092c110-d468-4f12-acae-47d56d35dff1"],"description":"","tags":[],"updated_at":"2018-09-04T10:10:50Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"18025ed81c804927a1f0e0e0ba20836f","created_at":"2018-09-04T10:10:44Z","provider:network_type":"flat"}]} 2018-09-04 11:27:25,898 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json?router%3Aexternal=True used request id req-5aac4eb3-02ae-4e4d-900c-27356bddddc1 2018-09-04 11:27:25,898 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.242585897446s 2018-09-04 11:27:25,898 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json?router%3Aexternal=True used request id req-5aac4eb3-02ae-4e4d-900c-27356bddddc1 2018-09-04 11:27:25,899 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainList 2018-09-04 11:27:25,903 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}3ee503f22a54128380cbc2f5c79fe4e8b2a1e473" 2018-09-04 11:27:25,908 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 04 Sep 2018 11:27: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.28: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.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-04 11:27:25,912 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/domains? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3ee503f22a54128380cbc2f5c79fe4e8b2a1e473" 2018-09-04 11:27:25,989 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 11:27:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ea9c3f43-2593-4a57-b56c-f2e8a0f56234 Content-Encoding: gzip Content-Length: 213 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.28:5000/v3/domains/bb3675e8f7584634b56038f5732ae451"}, "description": "", "name": "heat_stack", "enabled": true, "id": "bb3675e8f7584634b56038f5732ae451"}, {"links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains", "previous": null, "next": null}} 2018-09-04 11:27:25,989 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains used request id req-ea9c3f43-2593-4a57-b56c-f2e8a0f56234 2018-09-04 11:27:25,989 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainList in 0.0896971225739s 2018-09-04 11:27:25,991 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-09-04 11:27:25,991 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28: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}3ee503f22a54128380cbc2f5c79fe4e8b2a1e473" -d '{"project": {"description": "Created by OPNFV Functest: refstack_defcore", "enabled": true, "domain_id": "default", "name": "refstack_defcore-project_d746980b-965e-4460-a0a6-3715a09bebf1"}}' 2018-09-04 11:27:26,115 - keystoneauth.session - DEBUG - RESP: [201] Date: Tue, 04 Sep 2018 11:27:26 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0e322a95-4872-4b7c-942e-48ee6d798f59 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.28:5000/v3/projects/ab8db2ecda7a4da79b1f0eed2104619d"}, "enabled": true, "id": "ab8db2ecda7a4da79b1f0eed2104619d", "parent_id": "default", "domain_id": "default", "name": "refstack_defcore-project_d746980b-965e-4460-a0a6-3715a09bebf1"}} 2018-09-04 11:27:26,115 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/projects used request id req-0e322a95-4872-4b7c-942e-48ee6d798f59 2018-09-04 11:27:26,115 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.124167203903s 2018-09-04 11:27:26,115 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/projects used request id req-0e322a95-4872-4b7c-942e-48ee6d798f59 2018-09-04 11:27:26,116 - functest.core.tenantnetwork - DEBUG - project: Munch({'is_enabled': True, 'parent_id': u'default', 'is_domain': False, 'name': u'refstack_defcore-project_d746980b-965e-4460-a0a6-3715a09bebf1', 'id': u'ab8db2ecda7a4da79b1f0eed2104619d', '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-09-04 11:27:26,116 - shade.task_manager - DEBUG - Manager envvars:regionOne running task UserCreate 2018-09-04 11:27:26,461 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task UserCreate in 0.344498872757s 2018-09-04 11:27:26,462 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/users/2afc1c78fb684de484605ed104be456e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3ee503f22a54128380cbc2f5c79fe4e8b2a1e473" 2018-09-04 11:27:26,563 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 11:27:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a1306181-199d-40bd-9446-e8192c263794 Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.28:5000/v3/users/2afc1c78fb684de484605ed104be456e"}, "enabled": true, "id": "2afc1c78fb684de484605ed104be456e", "options": {}, "domain_id": "default", "name": "refstack_defcore-user_d746980b-965e-4460-a0a6-3715a09bebf1"}} 2018-09-04 11:27:26,563 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users/2afc1c78fb684de484605ed104be456e used request id req-a1306181-199d-40bd-9446-e8192c263794 2018-09-04 11:27:26,564 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'2afc1c78fb684de484605ed104be456e', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'refstack_defcore-user_d746980b-965e-4460-a0a6-3715a09bebf1'}) 2018-09-04 11:27:26,564 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-09-04 11:27:26,565 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3ee503f22a54128380cbc2f5c79fe4e8b2a1e473" 2018-09-04 11:27:26,580 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 11:27:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e28e1b02-55e3-44ac-89d6-c095098d5ef3 Content-Encoding: gzip Content-Length: 284 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3d416247e8224533841040c3ad2bce5a", "links": {"self": "http://172.30.9.28:5000/v3/roles/3d416247e8224533841040c3ad2bce5a"}, "name": "admin"}, {"domain_id": null, "id": "6fc48fbb08d4410680bf5ace535e410c", "links": {"self": "http://172.30.9.28:5000/v3/roles/6fc48fbb08d4410680bf5ace535e410c"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "fea739ce4d1249249c128f55b640b79d", "links": {"self": "http://172.30.9.28:5000/v3/roles/fea739ce4d1249249c128f55b640b79d"}, "name": "ResellerAdmin"}]} 2018-09-04 11:27:26,580 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-e28e1b02-55e3-44ac-89d6-c095098d5ef3 2018-09-04 11:27:26,580 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0157639980316s 2018-09-04 11:27:26,581 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-09-04 11:27:26,582 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3ee503f22a54128380cbc2f5c79fe4e8b2a1e473" 2018-09-04 11:27:26,654 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 11:27:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d3f55f6b-17e6-4df8-b390-0aa06aa69dba Content-Encoding: gzip Content-Length: 284 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3d416247e8224533841040c3ad2bce5a", "links": {"self": "http://172.30.9.28:5000/v3/roles/3d416247e8224533841040c3ad2bce5a"}, "name": "admin"}, {"domain_id": null, "id": "6fc48fbb08d4410680bf5ace535e410c", "links": {"self": "http://172.30.9.28:5000/v3/roles/6fc48fbb08d4410680bf5ace535e410c"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "fea739ce4d1249249c128f55b640b79d", "links": {"self": "http://172.30.9.28:5000/v3/roles/fea739ce4d1249249c128f55b640b79d"}, "name": "ResellerAdmin"}]} 2018-09-04 11:27:26,654 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-d3f55f6b-17e6-4df8-b390-0aa06aa69dba 2018-09-04 11:27:26,654 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0727639198303s 2018-09-04 11:27:26,655 - functest.core.tenantnetwork - INFO - Creating default role Member 2018-09-04 11:27:26,656 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleCreate 2018-09-04 11:27:26,657 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3ee503f22a54128380cbc2f5c79fe4e8b2a1e473" -d '{"role": {"name": "Member"}}' 2018-09-04 11:27:26,767 - keystoneauth.session - DEBUG - RESP: [201] Date: Tue, 04 Sep 2018 11:27:26 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-772b45dc-ca57-431f-9881-a69aa55f5b3f Content-Length: 177 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "a287f1a999e3462da9d4db40a1ed6145", "links": {"self": "http://172.30.9.28:5000/v3/roles/a287f1a999e3462da9d4db40a1ed6145"}, "name": "Member"}} 2018-09-04 11:27:26,767 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/roles used request id req-772b45dc-ca57-431f-9881-a69aa55f5b3f 2018-09-04 11:27:26,767 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleCreate in 0.110994100571s 2018-09-04 11:27:26,768 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/roles/a287f1a999e3462da9d4db40a1ed6145 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3ee503f22a54128380cbc2f5c79fe4e8b2a1e473" 2018-09-04 11:27:26,843 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 11:27:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fcce1ee7-aa12-41bc-abd5-b56f22471641 Content-Encoding: gzip Content-Length: 144 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.28:5000/v3/roles/a287f1a999e3462da9d4db40a1ed6145"}, "domain_id": null, "name": "Member", "id": "a287f1a999e3462da9d4db40a1ed6145"}} 2018-09-04 11:27:26,843 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles/a287f1a999e3462da9d4db40a1ed6145 used request id req-fcce1ee7-aa12-41bc-abd5-b56f22471641 2018-09-04 11:27:26,844 - functest.core.tenantnetwork - DEBUG - role: Munch({'NAME_ATTR': 'name', 'name': u'Member', 'links': {u'self': u'http://172.30.9.28:5000/v3/roles/a287f1a999e3462da9d4db40a1ed6145'}, 'domain_id': None, 'human_id': None, 'id': u'a287f1a999e3462da9d4db40a1ed6145', 'HUMAN_ID': False}) 2018-09-04 11:27:26,844 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-09-04 11:27:26,845 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3ee503f22a54128380cbc2f5c79fe4e8b2a1e473" 2018-09-04 11:27:27,003 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 11:27:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1cbb2e89-9863-4f51-94d5-089fc8144169 Content-Encoding: gzip Content-Length: 316 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3d416247e8224533841040c3ad2bce5a", "links": {"self": "http://172.30.9.28:5000/v3/roles/3d416247e8224533841040c3ad2bce5a"}, "name": "admin"}, {"domain_id": null, "id": "6fc48fbb08d4410680bf5ace535e410c", "links": {"self": "http://172.30.9.28:5000/v3/roles/6fc48fbb08d4410680bf5ace535e410c"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a287f1a999e3462da9d4db40a1ed6145", "links": {"self": "http://172.30.9.28:5000/v3/roles/a287f1a999e3462da9d4db40a1ed6145"}, "name": "Member"}, {"domain_id": null, "id": "fea739ce4d1249249c128f55b640b79d", "links": {"self": "http://172.30.9.28:5000/v3/roles/fea739ce4d1249249c128f55b640b79d"}, "name": "ResellerAdmin"}]} 2018-09-04 11:27:27,003 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-1cbb2e89-9863-4f51-94d5-089fc8144169 2018-09-04 11:27:27,004 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.159392118454s 2018-09-04 11:27:27,005 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2018-09-04 11:27:27,005 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3ee503f22a54128380cbc2f5c79fe4e8b2a1e473" 2018-09-04 11:27:27,088 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 11:27:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3cf7f5c8-e475-4351-9392-585e1a250a25 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.28:5000/v3/domains/default"}, "name": "Default"}} 2018-09-04 11:27:27,088 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains/default used request id req-3cf7f5c8-e475-4351-9392-585e1a250a25 2018-09-04 11:27:27,089 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.0837430953979s 2018-09-04 11:27:27,090 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-09-04 11:27:27,090 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}3ee503f22a54128380cbc2f5c79fe4e8b2a1e473" 2018-09-04 11:27:27,190 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 11:27:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0db7bd02-b56d-4a5b-8aef-eb2d9a341d15 Content-Encoding: gzip Content-Length: 844 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.28:5000/v3/users/2719bb13630f43dfa92537864b7b9156"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2719bb13630f43dfa92537864b7b9156", "email": "heat@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "refstack_defcore-user_d746980b-965e-4460-a0a6-3715a09bebf1", "links": {"self": "http://172.30.9.28:5000/v3/users/2afc1c78fb684de484605ed104be456e"}, "domain_id": "default", "enabled": true, "id": "2afc1c78fb684de484605ed104be456e", "options": {}}, {"name": "cinder", "links": {"self": "http://172.30.9.28:5000/v3/users/36910ef6abf94075a2d6069c8571e383"}, "domain_id": "default", "enabled": true, "options": {}, "id": "36910ef6abf94075a2d6069c8571e383", "email": "cinder@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.28:5000/v3/users/42c3a9abd8ad4ce8ab2c4cc6e0403c33"}, "domain_id": "default", "enabled": true, "options": {}, "id": "42c3a9abd8ad4ce8ab2c4cc6e0403c33", "email": "admin@example.com", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.28:5000/v3/users/449836e5f54549afb8a7ce28abf3d544"}, "domain_id": "default", "enabled": true, "options": {}, "id": "449836e5f54549afb8a7ce28abf3d544", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.28:5000/v3/users/4f2d44b313674c27b065e562198a2eaf"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4f2d44b313674c27b065e562198a2eaf", "email": "placement@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.28:5000/v3/users/53e472b53b3247cc998195108afb0333"}, "domain_id": "default", "enabled": true, "options": {}, "id": "53e472b53b3247cc998195108afb0333", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.28:5000/v3/users/72c8a4f27c80473bb772f1af33725838"}, "domain_id": "default", "enabled": true, "options": {}, "id": "72c8a4f27c80473bb772f1af33725838", "email": "glance@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.28:5000/v3/users/7661c02c249442d984369889093013fe"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7661c02c249442d984369889093013fe", "email": "barbican@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.28:5000/v3/users/78cfb105b70a43c69c179056f12732d4"}, "domain_id": "bb3675e8f7584634b56038f5732ae451", "enabled": true, "options": {}, "id": "78cfb105b70a43c69c179056f12732d4", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.28:5000/v3/users/7cc5af47f4974b51be24b8af469f48f6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7cc5af47f4974b51be24b8af469f48f6", "email": "aodh@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.28:5000/v3/users/828ac5d6a2ef4b0091fb761ec963b324"}, "domain_id": "default", "enabled": true, "options": {}, "id": "828ac5d6a2ef4b0091fb761ec963b324", "email": "congress@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.28:5000/v3/users/9dcf57654b41495ea7db845703bc37f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9dcf57654b41495ea7db845703bc37f8", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.28:5000/v3/users/c4e0c9bcba5d4f0895d28f0f72346c41"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c4e0c9bcba5d4f0895d28f0f72346c41", "email": "neutron@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.28:5000/v3/users/ef3f2972886b4078848941109f593feb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ef3f2972886b4078848941109f593feb", "email": "nova@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.28:5000/v3/users", "previous": null, "next": null}} 2018-09-04 11:27:27,190 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-0db7bd02-b56d-4a5b-8aef-eb2d9a341d15 2018-09-04 11:27:27,190 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.10079908371s 2018-09-04 11:27:27,191 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-0db7bd02-b56d-4a5b-8aef-eb2d9a341d15 2018-09-04 11:27:27,197 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-09-04 11:27:27,198 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28: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}3ee503f22a54128380cbc2f5c79fe4e8b2a1e473" 2018-09-04 11:27:27,273 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 11:27:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6a812f16-5cd0-4d72-88e1-64f9c3d9783c Content-Encoding: gzip Content-Length: 393 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28: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.28:5000/v3/projects/18025ed81c804927a1f0e0e0ba20836f"}, "enabled": true, "id": "18025ed81c804927a1f0e0e0ba20836f", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.28:5000/v3/projects/1e2f68a072b64978bd7ea91c2d64aca6"}, "enabled": true, "id": "1e2f68a072b64978bd7ea91c2d64aca6", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: refstack_defcore", "links": {"self": "http://172.30.9.28:5000/v3/projects/ab8db2ecda7a4da79b1f0eed2104619d"}, "enabled": true, "id": "ab8db2ecda7a4da79b1f0eed2104619d", "parent_id": "default", "domain_id": "default", "name": "refstack_defcore-project_d746980b-965e-4460-a0a6-3715a09bebf1"}]} 2018-09-04 11:27:27,273 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?domain_id=default used request id req-6a812f16-5cd0-4d72-88e1-64f9c3d9783c 2018-09-04 11:27:27,273 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0760757923126s 2018-09-04 11:27:27,274 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?domain_id=default used request id req-6a812f16-5cd0-4d72-88e1-64f9c3d9783c 2018-09-04 11:27:27,276 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2018-09-04 11:27:27,277 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/role_assignments?user.id=2afc1c78fb684de484605ed104be456e&scope.project.id=ab8db2ecda7a4da79b1f0eed2104619d&role.id=a287f1a999e3462da9d4db40a1ed6145 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3ee503f22a54128380cbc2f5c79fe4e8b2a1e473" 2018-09-04 11:27:27,355 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 11:27:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-499fe212-e272-4d56-a8bf-dc70ccdc6069 Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.28:5000/v3/role_assignments?user.id=2afc1c78fb684de484605ed104be456e&scope.project.id=ab8db2ecda7a4da79b1f0eed2104619d&role.id=a287f1a999e3462da9d4db40a1ed6145", "previous": null, "next": null}} 2018-09-04 11:27:27,355 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/role_assignments?user.id=2afc1c78fb684de484605ed104be456e&scope.project.id=ab8db2ecda7a4da79b1f0eed2104619d&role.id=a287f1a999e3462da9d4db40a1ed6145 used request id req-499fe212-e272-4d56-a8bf-dc70ccdc6069 2018-09-04 11:27:27,355 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.0791471004486s 2018-09-04 11:27:27,356 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2018-09-04 11:27:27,356 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.28:5000/v3/projects/ab8db2ecda7a4da79b1f0eed2104619d/users/2afc1c78fb684de484605ed104be456e/roles/a287f1a999e3462da9d4db40a1ed6145 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3ee503f22a54128380cbc2f5c79fe4e8b2a1e473" 2018-09-04 11:27:27,475 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 11:27:27 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-5d718438-49ad-4a8f-be45-4fa4dc183189 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 11:27:27,475 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.28:5000/v3/projects/ab8db2ecda7a4da79b1f0eed2104619d/users/2afc1c78fb684de484605ed104be456e/roles/a287f1a999e3462da9d4db40a1ed6145 used request id req-5d718438-49ad-4a8f-be45-4fa4dc183189 2018-09-04 11:27:27,476 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.120065927505s 2018-09-04 11:27:27,476 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'refstack_defcore-project_d746980b-965e-4460-a0a6-3715a09bebf1', 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': '24e432a7-0331-4797-a4f6-579f51340a64', 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_d746980b-965e-4460-a0a6-3715a09bebf1', 'project_id': u'ab8db2ecda7a4da79b1f0eed2104619d', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.28:5000/v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2018-09-04 11:27:27,478 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-09-04 11:27:27,478 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-09-04 11:27:27,478 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-09-04 11:27:27,478 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-09-04 11:27:27,478 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-09-04 11:27:27,478 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-09-04 11:27:27,478 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-09-04 11:27:27,479 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-09-04 11:27:27,479 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-09-04 11:27:27,479 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-09-04 11:27:27,479 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-09-04 11:27:27,479 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-09-04 11:27:27,479 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-09-04 11:27:27,479 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-09-04 11:27:27,479 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-09-04 11:27:27,479 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-09-04 11:27:27,480 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-09-04 11:27:27,480 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-09-04 11:27:27,480 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-09-04 11:27:27,480 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-09-04 11:27:27,480 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-09-04 11:27:27,480 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-09-04 11:27:27,480 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-09-04 11:27:27,480 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-09-04 11:27:27,482 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'refstack_defcore-user_d746980b-965e-4460-a0a6-3715a09bebf1', 'password': '24e432a7-0331-4797-a4f6-579f51340a64', 'project_name': 'refstack_defcore-project_d746980b-965e-4460-a0a6-3715a09bebf1', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.28:5000/v3', 'project_id': 'ab8db2ecda7a4da79b1f0eed2104619d', 'project_domain_name': 'Default'} 2018-09-04 11:27:27,482 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-09-04 11:27:27,483 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3ee503f22a54128380cbc2f5c79fe4e8b2a1e473" 2018-09-04 11:27:27,564 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 11:27:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3c220611-b2d9-4919-8abc-c5fba4ae65c1 Content-Encoding: gzip Content-Length: 316 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3d416247e8224533841040c3ad2bce5a", "links": {"self": "http://172.30.9.28:5000/v3/roles/3d416247e8224533841040c3ad2bce5a"}, "name": "admin"}, {"domain_id": null, "id": "6fc48fbb08d4410680bf5ace535e410c", "links": {"self": "http://172.30.9.28:5000/v3/roles/6fc48fbb08d4410680bf5ace535e410c"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a287f1a999e3462da9d4db40a1ed6145", "links": {"self": "http://172.30.9.28:5000/v3/roles/a287f1a999e3462da9d4db40a1ed6145"}, "name": "Member"}, {"domain_id": null, "id": "fea739ce4d1249249c128f55b640b79d", "links": {"self": "http://172.30.9.28:5000/v3/roles/fea739ce4d1249249c128f55b640b79d"}, "name": "ResellerAdmin"}]} 2018-09-04 11:27:27,564 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-3c220611-b2d9-4919-8abc-c5fba4ae65c1 2018-09-04 11:27:27,565 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.082288980484s 2018-09-04 11:27:27,566 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-09-04 11:27:27,567 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3ee503f22a54128380cbc2f5c79fe4e8b2a1e473" 2018-09-04 11:27:27,647 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 11:27:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b09a2d3c-b62f-4713-9ec3-e315881314e8 Content-Encoding: gzip Content-Length: 316 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3d416247e8224533841040c3ad2bce5a", "links": {"self": "http://172.30.9.28:5000/v3/roles/3d416247e8224533841040c3ad2bce5a"}, "name": "admin"}, {"domain_id": null, "id": "6fc48fbb08d4410680bf5ace535e410c", "links": {"self": "http://172.30.9.28:5000/v3/roles/6fc48fbb08d4410680bf5ace535e410c"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a287f1a999e3462da9d4db40a1ed6145", "links": {"self": "http://172.30.9.28:5000/v3/roles/a287f1a999e3462da9d4db40a1ed6145"}, "name": "Member"}, {"domain_id": null, "id": "fea739ce4d1249249c128f55b640b79d", "links": {"self": "http://172.30.9.28:5000/v3/roles/fea739ce4d1249249c128f55b640b79d"}, "name": "ResellerAdmin"}]} 2018-09-04 11:27:27,647 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-b09a2d3c-b62f-4713-9ec3-e315881314e8 2018-09-04 11:27:27,647 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0812079906464s 2018-09-04 11:27:27,648 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2018-09-04 11:27:27,649 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3ee503f22a54128380cbc2f5c79fe4e8b2a1e473" 2018-09-04 11:27:27,732 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 11:27:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a5e3a588-6ab3-40fb-a0da-cfcffa662ea6 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.28:5000/v3/domains/default"}, "name": "Default"}} 2018-09-04 11:27:27,732 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains/default used request id req-a5e3a588-6ab3-40fb-a0da-cfcffa662ea6 2018-09-04 11:27:27,732 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.0836851596832s 2018-09-04 11:27:27,733 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-09-04 11:27:27,734 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}3ee503f22a54128380cbc2f5c79fe4e8b2a1e473" 2018-09-04 11:27:27,827 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 11:27:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-90aa4c3d-0bb6-4894-afd1-6b8f70c32822 Content-Encoding: gzip Content-Length: 844 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.28:5000/v3/users/2719bb13630f43dfa92537864b7b9156"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2719bb13630f43dfa92537864b7b9156", "email": "heat@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "refstack_defcore-user_d746980b-965e-4460-a0a6-3715a09bebf1", "links": {"self": "http://172.30.9.28:5000/v3/users/2afc1c78fb684de484605ed104be456e"}, "domain_id": "default", "enabled": true, "id": "2afc1c78fb684de484605ed104be456e", "options": {}}, {"name": "cinder", "links": {"self": "http://172.30.9.28:5000/v3/users/36910ef6abf94075a2d6069c8571e383"}, "domain_id": "default", "enabled": true, "options": {}, "id": "36910ef6abf94075a2d6069c8571e383", "email": "cinder@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.28:5000/v3/users/42c3a9abd8ad4ce8ab2c4cc6e0403c33"}, "domain_id": "default", "enabled": true, "options": {}, "id": "42c3a9abd8ad4ce8ab2c4cc6e0403c33", "email": "admin@example.com", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.28:5000/v3/users/449836e5f54549afb8a7ce28abf3d544"}, "domain_id": "default", "enabled": true, "options": {}, "id": "449836e5f54549afb8a7ce28abf3d544", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.28:5000/v3/users/4f2d44b313674c27b065e562198a2eaf"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4f2d44b313674c27b065e562198a2eaf", "email": "placement@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.28:5000/v3/users/53e472b53b3247cc998195108afb0333"}, "domain_id": "default", "enabled": true, "options": {}, "id": "53e472b53b3247cc998195108afb0333", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.28:5000/v3/users/72c8a4f27c80473bb772f1af33725838"}, "domain_id": "default", "enabled": true, "options": {}, "id": "72c8a4f27c80473bb772f1af33725838", "email": "glance@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.28:5000/v3/users/7661c02c249442d984369889093013fe"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7661c02c249442d984369889093013fe", "email": "barbican@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.28:5000/v3/users/78cfb105b70a43c69c179056f12732d4"}, "domain_id": "bb3675e8f7584634b56038f5732ae451", "enabled": true, "options": {}, "id": "78cfb105b70a43c69c179056f12732d4", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.28:5000/v3/users/7cc5af47f4974b51be24b8af469f48f6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7cc5af47f4974b51be24b8af469f48f6", "email": "aodh@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.28:5000/v3/users/828ac5d6a2ef4b0091fb761ec963b324"}, "domain_id": "default", "enabled": true, "options": {}, "id": "828ac5d6a2ef4b0091fb761ec963b324", "email": "congress@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.28:5000/v3/users/9dcf57654b41495ea7db845703bc37f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9dcf57654b41495ea7db845703bc37f8", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.28:5000/v3/users/c4e0c9bcba5d4f0895d28f0f72346c41"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c4e0c9bcba5d4f0895d28f0f72346c41", "email": "neutron@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.28:5000/v3/users/ef3f2972886b4078848941109f593feb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ef3f2972886b4078848941109f593feb", "email": "nova@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.28:5000/v3/users", "previous": null, "next": null}} 2018-09-04 11:27:27,828 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-90aa4c3d-0bb6-4894-afd1-6b8f70c32822 2018-09-04 11:27:27,828 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0944879055023s 2018-09-04 11:27:27,828 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-90aa4c3d-0bb6-4894-afd1-6b8f70c32822 2018-09-04 11:27:27,834 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-09-04 11:27:27,835 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28: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}3ee503f22a54128380cbc2f5c79fe4e8b2a1e473" 2018-09-04 11:27:27,915 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 11:27:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e31414f9-f982-4142-b22e-560379dcb4e8 Content-Encoding: gzip Content-Length: 393 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28: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.28:5000/v3/projects/18025ed81c804927a1f0e0e0ba20836f"}, "enabled": true, "id": "18025ed81c804927a1f0e0e0ba20836f", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.28:5000/v3/projects/1e2f68a072b64978bd7ea91c2d64aca6"}, "enabled": true, "id": "1e2f68a072b64978bd7ea91c2d64aca6", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: refstack_defcore", "links": {"self": "http://172.30.9.28:5000/v3/projects/ab8db2ecda7a4da79b1f0eed2104619d"}, "enabled": true, "id": "ab8db2ecda7a4da79b1f0eed2104619d", "parent_id": "default", "domain_id": "default", "name": "refstack_defcore-project_d746980b-965e-4460-a0a6-3715a09bebf1"}]} 2018-09-04 11:27:27,916 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?domain_id=default used request id req-e31414f9-f982-4142-b22e-560379dcb4e8 2018-09-04 11:27:27,916 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0816009044647s 2018-09-04 11:27:27,916 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?domain_id=default used request id req-e31414f9-f982-4142-b22e-560379dcb4e8 2018-09-04 11:27:27,918 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2018-09-04 11:27:27,919 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/role_assignments?user.id=2afc1c78fb684de484605ed104be456e&scope.project.id=ab8db2ecda7a4da79b1f0eed2104619d&role.id=3d416247e8224533841040c3ad2bce5a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3ee503f22a54128380cbc2f5c79fe4e8b2a1e473" 2018-09-04 11:27:28,001 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 11:27:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d632d398-d6ab-4dd9-b237-134d53ce672e Content-Encoding: gzip Content-Length: 210 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.28:5000/v3/role_assignments?user.id=2afc1c78fb684de484605ed104be456e&scope.project.id=ab8db2ecda7a4da79b1f0eed2104619d&role.id=3d416247e8224533841040c3ad2bce5a", "previous": null, "next": null}} 2018-09-04 11:27:28,001 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/role_assignments?user.id=2afc1c78fb684de484605ed104be456e&scope.project.id=ab8db2ecda7a4da79b1f0eed2104619d&role.id=3d416247e8224533841040c3ad2bce5a used request id req-d632d398-d6ab-4dd9-b237-134d53ce672e 2018-09-04 11:27:28,001 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.0832641124725s 2018-09-04 11:27:28,002 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2018-09-04 11:27:28,002 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.28:5000/v3/projects/ab8db2ecda7a4da79b1f0eed2104619d/users/2afc1c78fb684de484605ed104be456e/roles/3d416247e8224533841040c3ad2bce5a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3ee503f22a54128380cbc2f5c79fe4e8b2a1e473" 2018-09-04 11:27:28,117 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 11:27:28 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-538fdac5-b02c-4a04-a5be-63c05718f3b4 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 11:27:28,117 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.28:5000/v3/projects/ab8db2ecda7a4da79b1f0eed2104619d/users/2afc1c78fb684de484605ed104be456e/roles/3d416247e8224533841040c3ad2bce5a used request id req-538fdac5-b02c-4a04-a5be-63c05718f3b4 2018-09-04 11:27:28,117 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.115452051163s 2018-09-04 11:27:28,118 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-09-04 11:27:30,553 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-09-04 11:27:30.239 11139 INFO rally.deployment.engine [-] Deployment 270e710b-b994-4f91-b4a9-d9b1dc28dacf | Starting: Destroy cloud and free allocated resources. 2018-09-04 11:27:30.313 11139 INFO rally.deployment.engine [-] Deployment 270e710b-b994-4f91-b4a9-d9b1dc28dacf | Completed: Destroy cloud and free allocated resources. 2018-09-04 11:27:30.336 11139 INFO rally.api [-] Deleting deployment-specific data for verifier 'opnfv-tempest' (UUID=93d194ff-1532-48fd-a299-830ae9c58b7c). 2018-09-04 11:27:30.340 11139 INFO rally.api [-] Deployment-specific data has been successfully deleted! 2018-09-04 11:27:33,041 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-09-04 11:27:32.722 11142 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=90643402-4f68-4151-bab9-89c38b7f4214) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | 90643402-4f68-4151-bab9-89c38b7f4214 | 2018-09-04T11:27:32 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: 90643402-4f68-4151-bab9-89c38b7f4214 ~/.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-09-04 11:27:36,488 - 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-09-04 11:27:36,489 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-09-04 11:27:38,802 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify delete-verifier --id opnfv-tempest --force 2018-09-04 11:27:38.525 11148 INFO rally.api [-] Deleting verifier 'opnfv-tempest' (UUID=93d194ff-1532-48fd-a299-830ae9c58b7c). 2018-09-04 11:27:38.654 11148 INFO rally.api [-] Verifier has been successfully deleted! 2018-09-04 11:27:42,356 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide 2018-09-04 11:27:40.798 11151 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2018-09-04 11:27:40.966 11151 INFO rally.verification.manager [-] Cloning verifier repo from /src/tempest. 2018-09-04 11:27:42.223 11151 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=cfcc2a2d-03a3-4b46-b660-53ad82bbbc19) has been successfully created! Using verifier 'opnfv-tempest' (UUID=cfcc2a2d-03a3-4b46-b660-53ad82bbbc19) as the default verifier for the future CLI operations. 2018-09-04 11:27:45,327 - xtesting.ci.run_tests - INFO - Running test case 'refstack_defcore'... 2018-09-04 11:27:45,328 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainList 2018-09-04 11:27:45,328 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/domains? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3ee503f22a54128380cbc2f5c79fe4e8b2a1e473" 2018-09-04 11:27:45,414 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 11:27:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-05338cae-af85-41a1-b34e-412b951cb11b Content-Encoding: gzip Content-Length: 213 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.28:5000/v3/domains/bb3675e8f7584634b56038f5732ae451"}, "description": "", "name": "heat_stack", "enabled": true, "id": "bb3675e8f7584634b56038f5732ae451"}, {"links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains", "previous": null, "next": null}} 2018-09-04 11:27:45,414 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains used request id req-05338cae-af85-41a1-b34e-412b951cb11b 2018-09-04 11:27:45,414 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainList in 0.0864989757538s 2018-09-04 11:27:45,416 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-09-04 11:27:45,416 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28: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}3ee503f22a54128380cbc2f5c79fe4e8b2a1e473" 2018-09-04 11:27:45,505 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 11:27:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4aa1371c-ce94-4612-a779-ca474510fc40 Content-Encoding: gzip Content-Length: 393 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28: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.28:5000/v3/projects/18025ed81c804927a1f0e0e0ba20836f"}, "enabled": true, "id": "18025ed81c804927a1f0e0e0ba20836f", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.28:5000/v3/projects/1e2f68a072b64978bd7ea91c2d64aca6"}, "enabled": true, "id": "1e2f68a072b64978bd7ea91c2d64aca6", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: refstack_defcore", "links": {"self": "http://172.30.9.28:5000/v3/projects/ab8db2ecda7a4da79b1f0eed2104619d"}, "enabled": true, "id": "ab8db2ecda7a4da79b1f0eed2104619d", "parent_id": "default", "domain_id": "default", "name": "refstack_defcore-project_d746980b-965e-4460-a0a6-3715a09bebf1"}]} 2018-09-04 11:27:45,505 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?domain_id=default used request id req-4aa1371c-ce94-4612-a779-ca474510fc40 2018-09-04 11:27:45,505 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.089476108551s 2018-09-04 11:27:45,506 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?domain_id=default used request id req-4aa1371c-ce94-4612-a779-ca474510fc40 2018-09-04 11:27:45,509 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-09-04 11:27:45,510 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28: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}3ee503f22a54128380cbc2f5c79fe4e8b2a1e473" -d '{"network": {"shared": true, "tenant_id": "ab8db2ecda7a4da79b1f0eed2104619d", "name": "refstack_defcore-net_d746980b-965e-4460-a0a6-3715a09bebf1", "admin_state_up": true}}' 2018-09-04 11:27:46,124 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 689 X-Openstack-Request-Id: req-439323b3-49ca-4c8a-a77d-1c665b2c4132 Date: Tue, 04 Sep 2018 11:27:46 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"provider:network_type":"vxlan","id":"624d6dab-a029-4100-9348-1f886065a3f8","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":true,"project_id":"ab8db2ecda7a4da79b1f0eed2104619d","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-09-04T11:27:45Z","is_default":false,"provider:segmentation_id":100,"name":"refstack_defcore-net_d746980b-965e-4460-a0a6-3715a09bebf1","admin_state_up":true,"tenant_id":"ab8db2ecda7a4da79b1f0eed2104619d","created_at":"2018-09-04T11:27:45Z","mtu":1450}} 2018-09-04 11:27:46,124 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-439323b3-49ca-4c8a-a77d-1c665b2c4132 2018-09-04 11:27:46,124 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.615040063858s 2018-09-04 11:27:46,125 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-439323b3-49ca-4c8a-a77d-1c665b2c4132 2018-09-04 11:27:46,125 - functest.core.tenantnetwork - DEBUG - network: Munch({u'status': u'ACTIVE', u'subnets': [], u'description': u'', u'provider:physical_network': None, u'tags': [], u'ipv6_address_scope': None, u'updated_at': u'2018-09-04T11:27:45Z', u'is_default': False, u'revision_number': 2, u'port_security_enabled': True, u'provider:network_type': u'vxlan', u'id': u'624d6dab-a029-4100-9348-1f886065a3f8', u'provider:segmentation_id': 100, u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'refstack_defcore-net_d746980b-965e-4460-a0a6-3715a09bebf1', u'admin_state_up': True, u'tenant_id': u'ab8db2ecda7a4da79b1f0eed2104619d', u'created_at': u'2018-09-04T11:27:45Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': True, u'project_id': u'ab8db2ecda7a4da79b1f0eed2104619d'}) 2018-09-04 11:27:46,126 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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-09-04 11:27:46,133 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 11:27:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6eb757f2-5ff9-4e2d-aff1-6976a0ae4777 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.28:5000/v3/", "rel": "self"}]}} 2018-09-04 11:27:46,133 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-6eb757f2-5ff9-4e2d-aff1-6976a0ae4777 2018-09-04 11:27:46,133 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-09-04 11:27:46,521 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a287f1a999e3462da9d4db40a1ed6145", "name": "Member"}, {"id": "3d416247e8224533841040c3ad2bce5a", "name": "admin"}], "expires_at": "2018-09-04T12:27:46.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "ab8db2ecda7a4da79b1f0eed2104619d", "name": "refstack_defcore-project_d746980b-965e-4460-a0a6-3715a09bebf1"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v1/ab8db2ecda7a4da79b1f0eed2104619d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235635a698ef4bef9dc6b25273d185da"}, {"url": "http://192.30.9.6:8776/v1/ab8db2ecda7a4da79b1f0eed2104619d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "23b07b3fbfc340a58cf0f9b2871a0d23"}, {"url": "http://172.30.9.28:8776/v1/ab8db2ecda7a4da79b1f0eed2104619d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "72fd0aaa144d45419f4b04b6b26f69a7"}], "type": "volume", "id": "097241c25b4d4f7e91b3f8efa155909e", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v3/ab8db2ecda7a4da79b1f0eed2104619d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93eb4cf3030a49e7840bec071422d397"}, {"url": "http://192.30.9.6:8776/v3/ab8db2ecda7a4da79b1f0eed2104619d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8af439a6ac147fdbcb38ed9aa916b68"}, {"url": "http://192.30.9.6:8776/v3/ab8db2ecda7a4da79b1f0eed2104619d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c4bfdbc9b7c74a23a40afdf578cfeba4"}], "type": "volumev3", "id": "1c85f4682ce44f729db1dabd98e965e8", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "82239574a29d4603a2161006f61851cf"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8d15f7134f364a7bbcfff2f84aac3bf2"}, {"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e01668c43a0c4c279b9a3d20a0280d6c"}], "type": "image", "id": "297d8415ca96454991054983920912f7", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7bb4d60e20734d4a9f31ec75e02cb823"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bf6adec15590466a9a0d3bddb00e8993"}, {"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f096f03a1d12411a8972f6f7c196b60d"}], "type": "policy", "id": "54c64351b56d44bbad74c2969cc3aa00", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "354ae6870a324fab82d0a0fb68ee0f26"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a3807e460dd4af488d982b66c52e64c"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e7c3da785076450abd71868e75ce0c33"}], "type": "cloudformation", "id": "6ac9917ae83c4639a15a4ab3cf0e76dd", "name": "heat-cfn"}, {"endpoints": [], "type": "metering", "id": "7fcc078e5e0645f29df67742ac14e388", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49e71628d386464cb950d6a9db00a328"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75b0a63ed8574bbcab1c851cc9b83d30"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9902b0a8b3c04cd192a1b84c417c232b"}], "type": "key-manager", "id": "9626544a32e74678a641c6e206f028a9", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "497340e5aa36485982fdf297f370558f"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7802beb4fc7c4952897b77bd5610b1fe"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c14af798917f4fa0b146d9772583e595"}], "type": "metric", "id": "973bfe8c658d4e5a8da725e76b9d550e", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "288ecc3674ea41d2aa3b790dcb832bf2"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7a6dc785cd7142f5b30f1a7ba0daeb03"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7f7d34e2351b4964befccc862c4e8e12"}], "type": "network", "id": "a348d7b06050474fb449be7f32ea6f5d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "21bce6ecb8464a1f8f3e3847aa698bd6"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0a8faf2246b47deb30e69e48d3551fb"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e71c6011de3d4d8589e5b53dcc79f288"}], "type": "identity", "id": "ad8d4b4953184137a1b913ecee9434ed", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "13474f9a78ca4f1184e4cddc84d0d98c"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad67365a18234bb78c336e6776958c00"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc54db13337f44f8921fbb9ad0f81de8"}], "type": "alarming", "id": "bb18dc3243034f08a6a7f69f7a1edccf", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0d91d7adf0304b2681c77f979e5cdb17"}, {"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "756e5ffca9774ab3ae2db41bf330417f"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c07c727a08c243b287827f539a124e63"}], "type": "placement", "id": "bb2c9432fcbd4c56913177122468f6ba", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8004/v1/ab8db2ecda7a4da79b1f0eed2104619d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1eed4912224b48cf9856446eae4d9928"}, {"url": "http://192.30.9.6:8004/v1/ab8db2ecda7a4da79b1f0eed2104619d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b73b7f99236541148d84f24f09e5dd40"}, {"url": "http://192.30.9.6:8004/v1/ab8db2ecda7a4da79b1f0eed2104619d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fbf12e52911244fdafc24a9d46f56e62"}], "type": "orchestration", "id": "c8918d139da945ba93df4ccce21d4904", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/ab8db2ecda7a4da79b1f0eed2104619d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16bf098b9e2e490f8e47fa601059f975"}, {"url": "http://192.30.9.6:8776/v2/ab8db2ecda7a4da79b1f0eed2104619d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc16fa4cf491444ca2f611d5692c1170"}, {"url": "http://192.30.9.6:8776/v2/ab8db2ecda7a4da79b1f0eed2104619d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ccd2c5325dff4b90b391db9fdde67d99"}], "type": "volumev2", "id": "d09ac9123c34494abce21d6c27bee9d9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eac694332354a3aa0e61c31314166d7"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b4d4989c4e764717ab78d38675cadd3f"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff196e46b56d406d87a678f1a64497b0"}], "type": "compute", "id": "d4030ee932c84df58c5b910cc197caa7", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "refstack_defcore-user_d746980b-965e-4460-a0a6-3715a09bebf1", "id": "2afc1c78fb684de484605ed104be456e"}, "audit_ids": ["vcAtPWmkSkaZS6V5U7gQcQ"], "issued_at": "2018-09-04T11:27:46.000000Z"}} 2018-09-04 11:27:46,524 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-04 11:27:46,524 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}a234e8fd210c8a554dcbd955cceae30b4a8ed1a7" 2018-09-04 11:27:46,763 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1981 X-Openstack-Request-Id: req-d3b461b1-df53-41ea-9b61-8c61c10bcacb Date: Tue, 04 Sep 2018 11:27:46 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"4097e349-dd4a-4a5e-95d6-eed5c2d7b85a","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"18025ed81c804927a1f0e0e0ba20836f","status":"ACTIVE","subnets":["5092c110-d468-4f12-acae-47d56d35dff1"],"description":"","tags":[],"updated_at":"2018-09-04T10:10:50Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"18025ed81c804927a1f0e0e0ba20836f","created_at":"2018-09-04T10:10:44Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"624d6dab-a029-4100-9348-1f886065a3f8","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":true,"project_id":"ab8db2ecda7a4da79b1f0eed2104619d","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-09-04T11:27:45Z","provider:segmentation_id":100,"name":"refstack_defcore-net_d746980b-965e-4460-a0a6-3715a09bebf1","admin_state_up":true,"tenant_id":"ab8db2ecda7a4da79b1f0eed2104619d","created_at":"2018-09-04T11:27:45Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"8b642b01-8be3-4202-b6e4-b88520b015c4","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"219a354443d04b66b7da22e8fcd0b9ff","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-09-04T11:25:51Z","provider:segmentation_id":59,"name":"c_rally_9fc79e06_ZGxNMMaa","admin_state_up":true,"tenant_id":"219a354443d04b66b7da22e8fcd0b9ff","created_at":"2018-09-04T11:25:50Z","provider:network_type":"vxlan"}]} 2018-09-04 11:27:46,763 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-d3b461b1-df53-41ea-9b61-8c61c10bcacb 2018-09-04 11:27:46,763 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.239145994186s 2018-09-04 11:27:46,763 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-d3b461b1-df53-41ea-9b61-8c61c10bcacb 2018-09-04 11:27:46,765 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-09-04 11:27:46,766 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28: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}a234e8fd210c8a554dcbd955cceae30b4a8ed1a7" -d '{"subnet": {"name": "refstack_defcore-subnet_d746980b-965e-4460-a0a6-3715a09bebf1", "enable_dhcp": true, "network_id": "624d6dab-a029-4100-9348-1f886065a3f8", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-09-04 11:27:47,454 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-c902e293-d40d-4b98-b371-701226c29f2d Date: Tue, 04 Sep 2018 11:27:47 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"624d6dab-a029-4100-9348-1f886065a3f8","tenant_id":"ab8db2ecda7a4da79b1f0eed2104619d","created_at":"2018-09-04T11:27:47Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-09-04T11:27:47Z","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":"ab8db2ecda7a4da79b1f0eed2104619d","id":"85c9b65a-2760-4694-bf27-6bb7d6e2e72b","subnetpool_id":null,"name":"refstack_defcore-subnet_d746980b-965e-4460-a0a6-3715a09bebf1"}} 2018-09-04 11:27:47,454 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/subnets.json used request id req-c902e293-d40d-4b98-b371-701226c29f2d 2018-09-04 11:27:47,454 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 0.688817977905s 2018-09-04 11:27:47,454 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/subnets.json used request id req-c902e293-d40d-4b98-b371-701226c29f2d 2018-09-04 11:27:47,455 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-09-04T11:27:47Z', 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'85c9b65a-2760-4694-bf27-6bb7d6e2e72b', u'subnetpool_id': None, u'service_types': [], u'name': u'refstack_defcore-subnet_d746980b-965e-4460-a0a6-3715a09bebf1', u'enable_dhcp': True, u'network_id': u'624d6dab-a029-4100-9348-1f886065a3f8', u'tenant_id': u'ab8db2ecda7a4da79b1f0eed2104619d', u'created_at': u'2018-09-04T11:27:47Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'ab8db2ecda7a4da79b1f0eed2104619d'}) 2018-09-04 11:27:47,455 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-09-04 11:27:47,456 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28: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}a234e8fd210c8a554dcbd955cceae30b4a8ed1a7" -d '{"router": {"external_gateway_info": {"network_id": "4097e349-dd4a-4a5e-95d6-eed5c2d7b85a"}, "name": "refstack_defcore-router_d746980b-965e-4460-a0a6-3715a09bebf1", "admin_state_up": true}}' 2018-09-04 11:27:48,696 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 649 X-Openstack-Request-Id: req-52891a3a-856f-4656-a430-c1391cb8de00 Date: Tue, 04 Sep 2018 11:27:48 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "4097e349-dd4a-4a5e-95d6-eed5c2d7b85a", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "5092c110-d468-4f12-acae-47d56d35dff1", "ip_address": "172.30.9.219"}]}, "description": "", "tags": [], "tenant_id": "ab8db2ecda7a4da79b1f0eed2104619d", "created_at": "2018-09-04T11:27:47Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-09-04T11:27:48Z", "revision_number": 2, "routes": [], "project_id": "ab8db2ecda7a4da79b1f0eed2104619d", "id": "375c735d-fa3d-4be0-9503-56e6dd1fc504", "name": "refstack_defcore-router_d746980b-965e-4460-a0a6-3715a09bebf1"}} 2018-09-04 11:27:48,697 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/routers.json used request id req-52891a3a-856f-4656-a430-c1391cb8de00 2018-09-04 11:27:48,697 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 1.24120903015s 2018-09-04 11:27:48,697 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/routers.json used request id req-52891a3a-856f-4656-a430-c1391cb8de00 2018-09-04 11:27:48,698 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'4097e349-dd4a-4a5e-95d6-eed5c2d7b85a', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'5092c110-d468-4f12-acae-47d56d35dff1', u'ip_address': u'172.30.9.219'}]}, u'description': u'', u'tags': [], u'tenant_id': u'ab8db2ecda7a4da79b1f0eed2104619d', u'created_at': u'2018-09-04T11:27:47Z', u'admin_state_up': True, u'distributed': False, u'updated_at': u'2018-09-04T11:27:48Z', u'revision_number': 2, u'routes': [], u'project_id': u'ab8db2ecda7a4da79b1f0eed2104619d', u'id': u'375c735d-fa3d-4be0-9503-56e6dd1fc504', u'name': u'refstack_defcore-router_d746980b-965e-4460-a0a6-3715a09bebf1'}) 2018-09-04 11:27:48,698 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-09-04 11:27:48,699 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.28:9696/v2.0/routers/375c735d-fa3d-4be0-9503-56e6dd1fc504/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}a234e8fd210c8a554dcbd955cceae30b4a8ed1a7" -d '{"subnet_id": "85c9b65a-2760-4694-bf27-6bb7d6e2e72b"}' 2018-09-04 11:27:50,514 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-b6db403a-9ac9-4bb3-9108-053730cc83da Date: Tue, 04 Sep 2018 11:27:50 GMT RESP BODY: {"network_id": "624d6dab-a029-4100-9348-1f886065a3f8", "tenant_id": "ab8db2ecda7a4da79b1f0eed2104619d", "subnet_id": "85c9b65a-2760-4694-bf27-6bb7d6e2e72b", "subnet_ids": ["85c9b65a-2760-4694-bf27-6bb7d6e2e72b"], "port_id": "b31c84c0-6266-4db3-ba0d-04f4345ddb89", "id": "375c735d-fa3d-4be0-9503-56e6dd1fc504"} 2018-09-04 11:27:50,514 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.28:9696/v2.0/routers/375c735d-fa3d-4be0-9503-56e6dd1fc504/add_router_interface.json used request id req-b6db403a-9ac9-4bb3-9108-053730cc83da 2018-09-04 11:27:50,514 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 1.81596398354s 2018-09-04 11:27:50,515 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.28:9696/v2.0/routers/375c735d-fa3d-4be0-9503-56e6dd1fc504/add_router_interface.json used request id req-b6db403a-9ac9-4bb3-9108-053730cc83da returning object 375c735d-fa3d-4be0-9503-56e6dd1fc504 2018-09-04 11:27:50,515 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-09-04 11:27:50,646 - shade - DEBUG - Image file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img md5:443b7623e27ecf03dc9e01ee93f67afe sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8 2018-09-04 11:27:50,648 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}a234e8fd210c8a554dcbd955cceae30b4a8ed1a7" 2018-09-04 11:27:50,652 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 648 Date: Tue, 04 Sep 2018 11:27:50 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.5", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}]} 2018-09-04 11:27:50,653 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-09-04 11:27:50,654 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}a234e8fd210c8a554dcbd955cceae30b4a8ed1a7" 2018-09-04 11:27:51,190 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-7b92b4f1-e30f-4238-9334-33ee350a9997 Date: Tue, 04 Sep 2018 11:27:51 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-09-04 11:27:51,190 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-7b92b4f1-e30f-4238-9334-33ee350a9997 2018-09-04 11:27:51,190 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.536822080612s 2018-09-04 11:27:51,191 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-7b92b4f1-e30f-4238-9334-33ee350a9997 2018-09-04 11:27:51,192 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-09-04 11:27:51,193 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28: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}a234e8fd210c8a554dcbd955cceae30b4a8ed1a7" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/refstack_defcore-img_d746980b-965e-4460-a0a6-3715a09bebf1", "container_format": "bare", "disk_format": "qcow2", "visibility": "public", "name": "refstack_defcore-img_d746980b-965e-4460-a0a6-3715a09bebf1"}' 2018-09-04 11:27:51,818 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 883 Content-Type: application/json Location: http://172.30.9.28:9292/v2/images/e0d5931c-6a8e-4468-8aaa-ec02a3065519 X-Openstack-Request-Id: req-9b3a070e-3008-406b-aa5f-f607fb510fd4 Date: Tue, 04 Sep 2018 11:27:51 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "locations": [], "file": "/v2/images/e0d5931c-6a8e-4468-8aaa-ec02a3065519/file", "owner": "ab8db2ecda7a4da79b1f0eed2104619d", "id": "e0d5931c-6a8e-4468-8aaa-ec02a3065519", "size": null, "self": "/v2/images/e0d5931c-6a8e-4468-8aaa-ec02a3065519", "disk_format": "qcow2", "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-09-04T11:27:51Z", "visibility": "public", "owner_specified.shade.object": "images/refstack_defcore-img_d746980b-965e-4460-a0a6-3715a09bebf1", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "refstack_defcore-img_d746980b-965e-4460-a0a6-3715a09bebf1", "checksum": null, "created_at": "2018-09-04T11:27:51Z", "protected": false} 2018-09-04 11:27:51,818 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.28:9292/v2/images used request id req-9b3a070e-3008-406b-aa5f-f607fb510fd4 2018-09-04 11:27:51,818 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.625532865524s 2018-09-04 11:27:51,819 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.28:9292/v2/images used request id req-9b3a070e-3008-406b-aa5f-f607fb510fd4 returning object e0d5931c-6a8e-4468-8aaa-ec02a3065519 2018-09-04 11:27:51,819 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-09-04 11:27:51,820 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.28:9292/v2/images/e0d5931c-6a8e-4468-8aaa-ec02a3065519/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}a234e8fd210c8a554dcbd955cceae30b4a8ed1a7" -d '' 2018-09-04 11:27:54,145 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-1c4345f5-07cb-4caf-8edd-218cbd23de5d Date: Tue, 04 Sep 2018 11:27:54 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-09-04 11:27:54,145 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.28:9292/v2/images/e0d5931c-6a8e-4468-8aaa-ec02a3065519/file used request id req-1c4345f5-07cb-4caf-8edd-218cbd23de5d 2018-09-04 11:27:54,145 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 2.32592082024s 2018-09-04 11:27:54,146 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.28:9292/v2/images/e0d5931c-6a8e-4468-8aaa-ec02a3065519/file used request id req-1c4345f5-07cb-4caf-8edd-218cbd23de5d 2018-09-04 11:27:54,146 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-09-04 11:27:54,147 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}a234e8fd210c8a554dcbd955cceae30b4a8ed1a7" 2018-09-04 11:27:54,312 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1213 Content-Type: application/json X-Openstack-Request-Id: req-cb5daa34-e0a3-4cea-a0e1-28d20d754b08 Date: Tue, 04 Sep 2018 11:27:54 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://99671b03-94ed-44b3-b5f6-80b8e44d0570/images/e0d5931c-6a8e-4468-8aaa-ec02a3065519/snap", "metadata": {}}], "file": "/v2/images/e0d5931c-6a8e-4468-8aaa-ec02a3065519/file", "owner": "ab8db2ecda7a4da79b1f0eed2104619d", "id": "e0d5931c-6a8e-4468-8aaa-ec02a3065519", "size": 12716032, "self": "/v2/images/e0d5931c-6a8e-4468-8aaa-ec02a3065519", "disk_format": "qcow2", "direct_url": "rbd://99671b03-94ed-44b3-b5f6-80b8e44d0570/images/e0d5931c-6a8e-4468-8aaa-ec02a3065519/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-09-04T11:27:54Z", "visibility": "public", "owner_specified.shade.object": "images/refstack_defcore-img_d746980b-965e-4460-a0a6-3715a09bebf1", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "refstack_defcore-img_d746980b-965e-4460-a0a6-3715a09bebf1", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-09-04T11:27:51Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-09-04 11:27:54,312 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-cb5daa34-e0a3-4cea-a0e1-28d20d754b08 2018-09-04 11:27:54,313 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.166216850281s 2018-09-04 11:27:54,313 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-cb5daa34-e0a3-4cea-a0e1-28d20d754b08 2018-09-04 11:27:54,315 - functest.core.singlevm - DEBUG - image: Munch({'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://99671b03-94ed-44b3-b5f6-80b8e44d0570/images/e0d5931c-6a8e-4468-8aaa-ec02a3065519/snap', u'metadata': Munch({})})], 'file': u'/v2/images/e0d5931c-6a8e-4468-8aaa-ec02a3065519/file', 'owner': u'ab8db2ecda7a4da79b1f0eed2104619d', 'id': u'e0d5931c-6a8e-4468-8aaa-ec02a3065519', 'size': 12716032, u'self': u'/v2/images/e0d5931c-6a8e-4468-8aaa-ec02a3065519', 'disk_format': u'qcow2', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'ab8db2ecda7a4da79b1f0eed2104619d', 'name': 'refstack_defcore-project_d746980b-965e-4460-a0a6-3715a09bebf1', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://99671b03-94ed-44b3-b5f6-80b8e44d0570/images/e0d5931c-6a8e-4468-8aaa-ec02a3065519/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-09-04T11:27:54Z', 'tags': [], 'visibility': u'public', 'updated_at': u'2018-09-04T11:27:54Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/refstack_defcore-img_d746980b-965e-4460-a0a6-3715a09bebf1', 'min_disk': 0, 'is_public': True, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'self': u'/v2/images/e0d5931c-6a8e-4468-8aaa-ec02a3065519', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/refstack_defcore-img_d746980b-965e-4460-a0a6-3715a09bebf1', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}, 'name': u'refstack_defcore-img_d746980b-965e-4460-a0a6-3715a09bebf1', 'created': u'2018-09-04T11:27:51Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-09-04T11:27:51Z', 'minDisk': 0, 'is_protected': False, 'metadata': {u'self': u'/v2/images/e0d5931c-6a8e-4468-8aaa-ec02a3065519', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/refstack_defcore-img_d746980b-965e-4460-a0a6-3715a09bebf1', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}}) 2018-09-04 11:27:54,316 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-09-04 11:27:54,319 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28: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}3ee503f22a54128380cbc2f5c79fe4e8b2a1e473" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "refstack_defcore-flavor_d746980b-965e-4460-a0a6-3715a09bebf1", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-09-04 11:27:54,873 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 11:27: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-feb3d7c3-fe54-4480-82ea-632c74041bd4 x-compute-request-id: req-feb3d7c3-fe54-4480-82ea-632c74041bd4 Content-Encoding: gzip Content-Length: 312 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/89699314-d4e2-4d5d-bfaf-9247efa4d08c", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/89699314-d4e2-4d5d-bfaf-9247efa4d08c", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "89699314-d4e2-4d5d-bfaf-9247efa4d08c", "name": "refstack_defcore-flavor_d746980b-965e-4460-a0a6-3715a09bebf1", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-09-04 11:27:54,873 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/flavors used request id req-feb3d7c3-fe54-4480-82ea-632c74041bd4 2018-09-04 11:27:54,873 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.557260036469s 2018-09-04 11:27:54,874 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/flavors used request id req-feb3d7c3-fe54-4480-82ea-632c74041bd4 returning object 89699314-d4e2-4d5d-bfaf-9247efa4d08c 2018-09-04 11:27:54,874 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'refstack_defcore-flavor_d746980b-965e-4460-a0a6-3715a09bebf1', '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'1e2f68a072b64978bd7ea91c2d64aca6', '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'89699314-d4e2-4d5d-bfaf-9247efa4d08c', 'swap': 0}) 2018-09-04 11:27:54,875 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-09-04 11:27:54,878 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/flavors/89699314-d4e2-4d5d-bfaf-9247efa4d08c/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}3ee503f22a54128380cbc2f5c79fe4e8b2a1e473" -d '{"extra_specs": {}}' 2018-09-04 11:27:54,896 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 11:27: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-e5bc64e8-9465-4d15-9632-20d02cff729e x-compute-request-id: req-e5bc64e8-9465-4d15-9632-20d02cff729e Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-09-04 11:27:54,896 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/flavors/89699314-d4e2-4d5d-bfaf-9247efa4d08c/os-extra_specs used request id req-e5bc64e8-9465-4d15-9632-20d02cff729e 2018-09-04 11:27:54,897 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0214960575104s 2018-09-04 11:27:54,897 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/flavors/89699314-d4e2-4d5d-bfaf-9247efa4d08c/os-extra_specs used request id req-e5bc64e8-9465-4d15-9632-20d02cff729e 2018-09-04 11:27:54,899 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-09-04 11:27:54,902 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}a234e8fd210c8a554dcbd955cceae30b4a8ed1a7" 2018-09-04 11:27:54,906 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 04 Sep 2018 11:27: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.28: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.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-04 11:27:54,910 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a234e8fd210c8a554dcbd955cceae30b4a8ed1a7" 2018-09-04 11:27:54,992 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 11:27:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1ab8cf88-b805-4876-bb81-7b1ce5e26a58 Content-Encoding: gzip Content-Length: 316 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3d416247e8224533841040c3ad2bce5a", "links": {"self": "http://172.30.9.28:5000/v3/roles/3d416247e8224533841040c3ad2bce5a"}, "name": "admin"}, {"domain_id": null, "id": "6fc48fbb08d4410680bf5ace535e410c", "links": {"self": "http://172.30.9.28:5000/v3/roles/6fc48fbb08d4410680bf5ace535e410c"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a287f1a999e3462da9d4db40a1ed6145", "links": {"self": "http://172.30.9.28:5000/v3/roles/a287f1a999e3462da9d4db40a1ed6145"}, "name": "Member"}, {"domain_id": null, "id": "fea739ce4d1249249c128f55b640b79d", "links": {"self": "http://172.30.9.28:5000/v3/roles/fea739ce4d1249249c128f55b640b79d"}, "name": "ResellerAdmin"}]} 2018-09-04 11:27:54,992 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-1ab8cf88-b805-4876-bb81-7b1ce5e26a58 2018-09-04 11:27:54,992 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.093514919281s 2018-09-04 11:27:54,995 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.os-hypervisors.detail 2018-09-04 11:27:54,997 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}a234e8fd210c8a554dcbd955cceae30b4a8ed1a7" 2018-09-04 11:27:55,182 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 11:27:55 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-6bd93654-2e1c-428e-850c-3e01be6c1ead x-compute-request-id: req-6bd93654-2e1c-428e-850c-3e01be6c1ead 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": 132}, "vcpus_used": 0, "hypervisor_type": "QEMU", "local_gb_used": 0, "vcpus": 16, "hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "memory_mb_used": 4096, "memory_mb": 32502, "current_workload": 0, "state": "up", "host_ip": "192.30.9.9", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"pcid\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"acpi\", \"fma\", \"vme\", \"popcnt\", \"mmx\", \"osxsave\", \"cx8\", \"mce\", \"de\", \"rdtscp\", \"ht\", \"dca\", \"lahf_lm\", \"abm\", \"pdcm\", \"mca\", \"pdpe1gb\", \"apic\", \"sse\", \"f16c\", \"pse\", \"ds\", \"invtsc\", \"pni\", \"tm2\", \"avx2\", \"aes\", \"sse2\", \"ss\", \"ds_cpl\", \"arat\", \"bmi1\", \"bmi2\", \"ssse3\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 0, "free_disk_gb": 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": 141}, "vcpus_used": 0, "hypervisor_type": "QEMU", "local_gb_used": 0, "vcpus": 16, "hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "memory_mb_used": 4096, "memory_mb": 32502, "current_workload": 0, "state": "up", "host_ip": "192.30.9.7", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"pcid\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"acpi\", \"fma\", \"vme\", \"popcnt\", \"mmx\", \"osxsave\", \"cx8\", \"mce\", \"de\", \"rdtscp\", \"ht\", \"dca\", \"lahf_lm\", \"abm\", \"pdcm\", \"mca\", \"pdpe1gb\", \"apic\", \"sse\", \"f16c\", \"pse\", \"ds\", \"invtsc\", \"pni\", \"tm2\", \"avx2\", \"aes\", \"sse2\", \"ss\", \"ds_cpl\", \"arat\", \"bmi1\", \"bmi2\", \"ssse3\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 0, "free_disk_gb": 10239, "hypervisor_version": 2009000, "disk_available_least": 10180, "local_gb": 10239, "free_ram_mb": 28406, "id": 6}]} 2018-09-04 11:27:55,182 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/os-hypervisors/detail used request id req-6bd93654-2e1c-428e-850c-3e01be6c1ead 2018-09-04 11:27:55,183 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.os-hypervisors.detail in 0.187842845917s 2018-09-04 11:27:55,183 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/os-hypervisors/detail used request id req-6bd93654-2e1c-428e-850c-3e01be6c1ead 2018-09-04 11:27:55,184 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-09-04 11:27:55,185 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}a234e8fd210c8a554dcbd955cceae30b4a8ed1a7" 2018-09-04 11:27:55,215 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1213 Content-Type: application/json X-Openstack-Request-Id: req-dc3b341a-ad67-4966-840b-feb124e1ccb3 Date: Tue, 04 Sep 2018 11:27:55 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://99671b03-94ed-44b3-b5f6-80b8e44d0570/images/e0d5931c-6a8e-4468-8aaa-ec02a3065519/snap", "metadata": {}}], "file": "/v2/images/e0d5931c-6a8e-4468-8aaa-ec02a3065519/file", "owner": "ab8db2ecda7a4da79b1f0eed2104619d", "id": "e0d5931c-6a8e-4468-8aaa-ec02a3065519", "size": 12716032, "self": "/v2/images/e0d5931c-6a8e-4468-8aaa-ec02a3065519", "disk_format": "qcow2", "direct_url": "rbd://99671b03-94ed-44b3-b5f6-80b8e44d0570/images/e0d5931c-6a8e-4468-8aaa-ec02a3065519/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-09-04T11:27:54Z", "visibility": "public", "owner_specified.shade.object": "images/refstack_defcore-img_d746980b-965e-4460-a0a6-3715a09bebf1", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "refstack_defcore-img_d746980b-965e-4460-a0a6-3715a09bebf1", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-09-04T11:27:51Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-09-04 11:27:55,215 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-dc3b341a-ad67-4966-840b-feb124e1ccb3 2018-09-04 11:27:55,216 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.031210899353s 2018-09-04 11:27:55,216 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-dc3b341a-ad67-4966-840b-feb124e1ccb3 2018-09-04 11:27:55,218 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-09-04 11:27:55,219 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28: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}a234e8fd210c8a554dcbd955cceae30b4a8ed1a7" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/refstack_defcore-img_alt_d746980b-965e-4460-a0a6-3715a09bebf1", "container_format": "bare", "disk_format": "qcow2", "visibility": "public", "name": "refstack_defcore-img_alt_d746980b-965e-4460-a0a6-3715a09bebf1"}' 2018-09-04 11:27:55,841 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 891 Content-Type: application/json Location: http://172.30.9.28:9292/v2/images/ea3e1bf6-fa51-4c5f-a45f-8833872b8f73 X-Openstack-Request-Id: req-a7123130-9ee3-4eac-a4a6-6eca79c1b643 Date: Tue, 04 Sep 2018 11:27:55 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "locations": [], "file": "/v2/images/ea3e1bf6-fa51-4c5f-a45f-8833872b8f73/file", "owner": "ab8db2ecda7a4da79b1f0eed2104619d", "id": "ea3e1bf6-fa51-4c5f-a45f-8833872b8f73", "size": null, "self": "/v2/images/ea3e1bf6-fa51-4c5f-a45f-8833872b8f73", "disk_format": "qcow2", "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-09-04T11:27:55Z", "visibility": "public", "owner_specified.shade.object": "images/refstack_defcore-img_alt_d746980b-965e-4460-a0a6-3715a09bebf1", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "refstack_defcore-img_alt_d746980b-965e-4460-a0a6-3715a09bebf1", "checksum": null, "created_at": "2018-09-04T11:27:55Z", "protected": false} 2018-09-04 11:27:55,841 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.28:9292/v2/images used request id req-a7123130-9ee3-4eac-a4a6-6eca79c1b643 2018-09-04 11:27:55,841 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.622567892075s 2018-09-04 11:27:55,842 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.28:9292/v2/images used request id req-a7123130-9ee3-4eac-a4a6-6eca79c1b643 returning object ea3e1bf6-fa51-4c5f-a45f-8833872b8f73 2018-09-04 11:27:55,842 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-09-04 11:27:55,843 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.28:9292/v2/images/ea3e1bf6-fa51-4c5f-a45f-8833872b8f73/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}a234e8fd210c8a554dcbd955cceae30b4a8ed1a7" -d '' 2018-09-04 11:27:57,580 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-e73c9b4b-d51b-4192-89ea-4a9c1dd58c20 Date: Tue, 04 Sep 2018 11:27:57 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-09-04 11:27:57,580 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.28:9292/v2/images/ea3e1bf6-fa51-4c5f-a45f-8833872b8f73/file used request id req-e73c9b4b-d51b-4192-89ea-4a9c1dd58c20 2018-09-04 11:27:57,580 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 1.73748016357s 2018-09-04 11:27:57,580 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.28:9292/v2/images/ea3e1bf6-fa51-4c5f-a45f-8833872b8f73/file used request id req-e73c9b4b-d51b-4192-89ea-4a9c1dd58c20 2018-09-04 11:27:57,581 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-09-04 11:27:57,581 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}a234e8fd210c8a554dcbd955cceae30b4a8ed1a7" 2018-09-04 11:27:57,844 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 2367 Content-Type: application/json X-Openstack-Request-Id: req-ed2fc8fa-8787-4378-9bda-e2eadffe40ba Date: Tue, 04 Sep 2018 11:27:57 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://99671b03-94ed-44b3-b5f6-80b8e44d0570/images/ea3e1bf6-fa51-4c5f-a45f-8833872b8f73/snap", "metadata": {}}], "file": "/v2/images/ea3e1bf6-fa51-4c5f-a45f-8833872b8f73/file", "owner": "ab8db2ecda7a4da79b1f0eed2104619d", "id": "ea3e1bf6-fa51-4c5f-a45f-8833872b8f73", "size": 12716032, "self": "/v2/images/ea3e1bf6-fa51-4c5f-a45f-8833872b8f73", "disk_format": "qcow2", "direct_url": "rbd://99671b03-94ed-44b3-b5f6-80b8e44d0570/images/ea3e1bf6-fa51-4c5f-a45f-8833872b8f73/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-09-04T11:27:57Z", "visibility": "public", "owner_specified.shade.object": "images/refstack_defcore-img_alt_d746980b-965e-4460-a0a6-3715a09bebf1", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "refstack_defcore-img_alt_d746980b-965e-4460-a0a6-3715a09bebf1", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-09-04T11:27:55Z", "protected": false}, {"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://99671b03-94ed-44b3-b5f6-80b8e44d0570/images/e0d5931c-6a8e-4468-8aaa-ec02a3065519/snap", "metadata": {}}], "file": "/v2/images/e0d5931c-6a8e-4468-8aaa-ec02a3065519/file", "owner": "ab8db2ecda7a4da79b1f0eed2104619d", "id": "e0d5931c-6a8e-4468-8aaa-ec02a3065519", "size": 12716032, "self": "/v2/images/e0d5931c-6a8e-4468-8aaa-ec02a3065519", "disk_format": "qcow2", "direct_url": "rbd://99671b03-94ed-44b3-b5f6-80b8e44d0570/images/e0d5931c-6a8e-4468-8aaa-ec02a3065519/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-09-04T11:27:54Z", "visibility": "public", "owner_specified.shade.object": "images/refstack_defcore-img_d746980b-965e-4460-a0a6-3715a09bebf1", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "refstack_defcore-img_d746980b-965e-4460-a0a6-3715a09bebf1", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-09-04T11:27:51Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-09-04 11:27:57,845 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-ed2fc8fa-8787-4378-9bda-e2eadffe40ba 2018-09-04 11:27:57,845 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.263835906982s 2018-09-04 11:27:57,845 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-ed2fc8fa-8787-4378-9bda-e2eadffe40ba 2018-09-04 11:27:57,848 - functest.core.singlevm - DEBUG - image: Munch({'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://99671b03-94ed-44b3-b5f6-80b8e44d0570/images/ea3e1bf6-fa51-4c5f-a45f-8833872b8f73/snap', u'metadata': Munch({})})], 'file': u'/v2/images/ea3e1bf6-fa51-4c5f-a45f-8833872b8f73/file', 'owner': u'ab8db2ecda7a4da79b1f0eed2104619d', 'id': u'ea3e1bf6-fa51-4c5f-a45f-8833872b8f73', 'size': 12716032, u'self': u'/v2/images/ea3e1bf6-fa51-4c5f-a45f-8833872b8f73', 'disk_format': u'qcow2', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'ab8db2ecda7a4da79b1f0eed2104619d', 'name': 'refstack_defcore-project_d746980b-965e-4460-a0a6-3715a09bebf1', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://99671b03-94ed-44b3-b5f6-80b8e44d0570/images/ea3e1bf6-fa51-4c5f-a45f-8833872b8f73/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-09-04T11:27:57Z', 'tags': [], 'visibility': u'public', 'updated_at': u'2018-09-04T11:27:57Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/refstack_defcore-img_alt_d746980b-965e-4460-a0a6-3715a09bebf1', 'min_disk': 0, 'is_public': True, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'self': u'/v2/images/ea3e1bf6-fa51-4c5f-a45f-8833872b8f73', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/refstack_defcore-img_alt_d746980b-965e-4460-a0a6-3715a09bebf1', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}, 'name': u'refstack_defcore-img_alt_d746980b-965e-4460-a0a6-3715a09bebf1', 'created': u'2018-09-04T11:27:55Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-09-04T11:27:55Z', 'minDisk': 0, 'is_protected': False, 'metadata': {u'self': u'/v2/images/ea3e1bf6-fa51-4c5f-a45f-8833872b8f73', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/refstack_defcore-img_alt_d746980b-965e-4460-a0a6-3715a09bebf1', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}}) 2018-09-04 11:27:57,849 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-09-04 11:27:57,852 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28: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}3ee503f22a54128380cbc2f5c79fe4e8b2a1e473" -d '{"flavor": {"vcpus": 1, "ram": 1024, "name": "refstack_defcore-flavor_alt_d746980b-965e-4460-a0a6-3715a09bebf1", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-09-04 11:27:57,904 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 11:27: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-073523f5-7cdf-4d9a-aac0-d0320cc559ae x-compute-request-id: req-073523f5-7cdf-4d9a-aac0-d0320cc559ae Content-Encoding: gzip Content-Length: 315 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/ba533768-ec0c-4525-a8bc-7c77a1216e9c", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/ba533768-ec0c-4525-a8bc-7c77a1216e9c", "rel": "bookmark"}], "ram": 1024, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "ba533768-ec0c-4525-a8bc-7c77a1216e9c", "name": "refstack_defcore-flavor_alt_d746980b-965e-4460-a0a6-3715a09bebf1", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-09-04 11:27:57,904 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/flavors used request id req-073523f5-7cdf-4d9a-aac0-d0320cc559ae 2018-09-04 11:27:57,905 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.0556991100311s 2018-09-04 11:27:57,905 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/flavors used request id req-073523f5-7cdf-4d9a-aac0-d0320cc559ae returning object ba533768-ec0c-4525-a8bc-7c77a1216e9c 2018-09-04 11:27:57,906 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'refstack_defcore-flavor_alt_d746980b-965e-4460-a0a6-3715a09bebf1', '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'1e2f68a072b64978bd7ea91c2d64aca6', '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'ba533768-ec0c-4525-a8bc-7c77a1216e9c', 'swap': 0}) 2018-09-04 11:27:57,907 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-09-04 11:27:57,909 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/flavors/ba533768-ec0c-4525-a8bc-7c77a1216e9c/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}3ee503f22a54128380cbc2f5c79fe4e8b2a1e473" -d '{"extra_specs": {}}' 2018-09-04 11:27:57,927 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 11:27: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-002e460a-0c2b-40c4-8575-917a2632af9f x-compute-request-id: req-002e460a-0c2b-40c4-8575-917a2632af9f Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-09-04 11:27:57,927 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/flavors/ba533768-ec0c-4525-a8bc-7c77a1216e9c/os-extra_specs used request id req-002e460a-0c2b-40c4-8575-917a2632af9f 2018-09-04 11:27:57,927 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0201179981232s 2018-09-04 11:27:57,927 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/flavors/ba533768-ec0c-4525-a8bc-7c77a1216e9c/os-extra_specs used request id req-002e460a-0c2b-40c4-8575-917a2632af9f 2018-09-04 11:27:57,927 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - flavor: Munch({'name': u'refstack_defcore-flavor_alt_d746980b-965e-4460-a0a6-3715a09bebf1', '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'1e2f68a072b64978bd7ea91c2d64aca6', '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'ba533768-ec0c-4525-a8bc-7c77a1216e9c', 'swap': 0}) 2018-09-04 11:28:01,103 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-09-04 11:28:00.052 11170 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=cfcc2a2d-03a3-4b46-b660-53ad82bbbc19) for deployment 'opnfv-rally' (UUID=90643402-4f68-4151-bab9-89c38b7f4214). 2018-09-04 11:28:00.930 11170 WARNING oslo_config.cfg [-] Option "swift_operator_role" from group "tempest" is deprecated. Use option "swift_operator_role" from group "openstack". 2018-09-04 11:28:00.932 11170 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=cfcc2a2d-03a3-4b46-b660-53ad82bbbc19) has been successfully configured for deployment 'opnfv-rally' (UUID=90643402-4f68-4151-bab9-89c38b7f4214)! 2018-09-04 11:28:01,103 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-09-04 11:28:01,104 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-09-04 11:28:01,106 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-09-04 11:28:03,731 - 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-09-04 11:28:03,732 - 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-09-04 11:28:03,732 - 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-09-04 11:28:03,732 - 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-09-04 11:28:03,732 - 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-09-04 11:28:03,732 - refstack_client.list_parser - WARNING - Test tempest.api.network.test_networks.NetworksTestJSON.test_list_networks not found in Tempest list. 2018-09-04 11:28:03,732 - refstack_client.list_parser - WARNING - Test tempest.api.network.test_networks.NetworksTestJSON.test_create_delete_subnet_with_gw not found in Tempest list. 2018-09-04 11:28:03,732 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_list.VolumesV2ListTestJSON.test_volume_list_by_name not found in Tempest list. 2018-09-04 11:28:03,732 - refstack_client.list_parser - WARNING - Test tempest.api.image.v2.test_images.ListImagesTest.test_list_images_param_status not found in Tempest list. 2018-09-04 11:28:03,732 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_snapshot_metadata.SnapshotV2MetadataTestJSON.test_crud_snapshot_metadata not found in Tempest list. 2018-09-04 11:28:03,732 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_snapshots.VolumesV2SnapshotTestJSON.test_snapshots_list_with_params not found in Tempest list. 2018-09-04 11:28:03,733 - 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-09-04 11:28:03,733 - 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-09-04 11:28:03,733 - refstack_client.list_parser - WARNING - Test tempest.api.volume.v2.test_volumes_list.VolumesV2ListTestJSON.test_volume_list_pagination not found in Tempest list. 2018-09-04 11:28:03,733 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_negative.VolumesV2NegativeTest.test_get_invalid_volume_id not found in Tempest list. 2018-09-04 11:28:03,733 - 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-09-04 11:28:03,733 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_negative.VolumesV2NegativeTest.test_delete_invalid_volume_id not found in Tempest list. 2018-09-04 11:28:03,733 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_extensions.ExtensionsV2TestJSON.test_list_extensions not found in Tempest list. 2018-09-04 11:28:03,733 - 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-09-04 11:28:03,733 - 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-09-04 11:28:03,733 - 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-09-04 11:28:03,733 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_snapshot_metadata.SnapshotMetadataTestJSON.test_update_snapshot_metadata_item not found in Tempest list. 2018-09-04 11:28:03,733 - 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-09-04 11:28:03,733 - 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-09-04 11:28:03,733 - 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-09-04 11:28:03,734 - 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-09-04 11:28:03,734 - refstack_client.list_parser - WARNING - Test tempest.api.image.v2.test_images.ListImagesTest.test_list_no_params not found in Tempest list. 2018-09-04 11:28:03,734 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_list.VolumesV2ListTestJSON.test_volumes_list_by_status not found in Tempest list. 2018-09-04 11:28:03,734 - 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-09-04 11:28:03,734 - refstack_client.list_parser - WARNING - Test tempest.api.network.test_networks.NetworksTestJSON.test_show_subnet not found in Tempest list. 2018-09-04 11:28:03,734 - 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-09-04 11:28:03,734 - 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-09-04 11:28:03,734 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_actions.VolumesV2ActionsTest.test_volume_upload not found in Tempest list. 2018-09-04 11:28:03,734 - refstack_client.list_parser - WARNING - Test tempest.api.network.test_networks.NetworksTestJSON.test_show_network_fields not found in Tempest list. 2018-09-04 11:28:03,734 - 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-09-04 11:28:03,734 - 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-09-04 11:28:03,734 - 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-09-04 11:28:03,734 - 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-09-04 11:28:03,735 - 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-09-04 11:28:03,735 - refstack_client.list_parser - WARNING - Test tempest.api.identity.v3.TestApiDiscovery.test_api_version_statuses not found in Tempest list. 2018-09-04 11:28:03,735 - 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-09-04 11:28:03,735 - 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-09-04 11:28:03,735 - 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-09-04 11:28:03,735 - 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-09-04 11:28:03,735 - 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-09-04 11:28:03,735 - 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-09-04 11:28:03,735 - refstack_client.list_parser - WARNING - Test tempest.api.network.test_networks.NetworksTestJSON.test_create_delete_subnet_all_attributes not found in Tempest list. 2018-09-04 11:28:03,735 - 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-09-04 11:28:03,735 - refstack_client.list_parser - WARNING - Test tempest.api.network.test_networks.NetworksTestJSON.test_create_update_delete_network_subnet not found in Tempest list. 2018-09-04 11:28:03,735 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_list.VolumesV2ListTestJSON.test_volume_list not found in Tempest list. 2018-09-04 11:28:03,735 - 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-09-04 11:28:03,735 - refstack_client.list_parser - WARNING - Test tempest.api.network.test_networks.NetworksTestJSON.test_show_network not found in Tempest list. 2018-09-04 11:28:03,736 - 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-09-04 11:28:03,736 - refstack_client.list_parser - WARNING - Test tempest.api.network.test_networks.NetworksTestJSON.test_list_subnets_fields not found in Tempest list. 2018-09-04 11:28:03,736 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volume_metadata.VolumesV2MetadataTest.test_update_volume_metadata_item not found in Tempest list. 2018-09-04 11:28:03,736 - refstack_client.list_parser - WARNING - Test tempest.api.network.test_networks.NetworksTestJSON.test_delete_network_with_subnet not found in Tempest list. 2018-09-04 11:28:03,736 - 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-09-04 11:28:03,736 - 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-09-04 11:28:03,736 - refstack_client.list_parser - WARNING - Test tempest.api.identity.v3.TestApiDiscovery.test_api_media_types not found in Tempest list. 2018-09-04 11:28:03,736 - 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-09-04 11:28:03,736 - 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-09-04 11:28:03,736 - 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-09-04 11:28:03,736 - 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-09-04 11:28:03,736 - refstack_client.list_parser - WARNING - Test tempest.api.network.test_networks.NetworksTestJSON.test_show_subnet_fields not found in Tempest list. 2018-09-04 11:28:03,736 - refstack_client.list_parser - WARNING - Test tempest.api.identity.v3.TestApiDiscovery.test_api_version_resources not found in Tempest list. 2018-09-04 11:28:03,736 - refstack_client.list_parser - WARNING - Test tempest.api.network.test_networks.NetworksTestJSON.test_create_delete_subnet_without_gateway not found in Tempest list. 2018-09-04 11:28:03,736 - 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-09-04 11:28:03,737 - refstack_client.list_parser - WARNING - Test tempest.api.image.v2.test_images.ListImagesTest.test_list_images_param_limit not found in Tempest list. 2018-09-04 11:28:03,737 - refstack_client.list_parser - WARNING - Test tempest.api.image.v2.test_images.ListImagesTest.test_index_no_params not found in Tempest list. 2018-09-04 11:28:03,737 - 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-09-04 11:28:03,737 - 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-09-04 11:28:03,737 - 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-09-04 11:28:03,737 - refstack_client.list_parser - WARNING - Test tempest.api.network.test_networks.NetworksTestJSON.test_list_networks_fields not found in Tempest list. 2018-09-04 11:28:03,737 - refstack_client.list_parser - WARNING - Test tempest.api.image.v2.test_images.ListImagesTest.test_list_images_param_visibility not found in Tempest list. 2018-09-04 11:28:03,737 - refstack_client.list_parser - WARNING - Test tempest.api.image.v2.test_images.ListImagesTest.test_get_images_schema not found in Tempest list. 2018-09-04 11:28:03,737 - 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-09-04 11:28:03,737 - 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-09-04 11:28:03,737 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_actions.VolumesV2ActionsTest.test_volume_bootable not found in Tempest list. 2018-09-04 11:28:03,737 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_actions.VolumesV2ActionsTest.test_volume_readonly_update not found in Tempest list. 2018-09-04 11:28:03,737 - 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-09-04 11:28:03,737 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_snapshots.VolumesV2SnapshotTestJSON.test_volume_from_snapshot not found in Tempest list. 2018-09-04 11:28:03,737 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volume_metadata.VolumesMetadataTest.test_update_volume_metadata_item not found in Tempest list. 2018-09-04 11:28:03,738 - 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-09-04 11:28:03,738 - 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-09-04 11:28:03,738 - 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-09-04 11:28:03,738 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_availability_zone.AvailabilityZoneV2TestJSON.test_get_availability_zone_list not found in Tempest list. 2018-09-04 11:28:03,738 - refstack_client.list_parser - WARNING - Test tempest.api.network.test_networks.NetworksTestJSON.test_list_subnets not found in Tempest list. 2018-09-04 11:28:03,738 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_snapshot_metadata.SnapshotV2MetadataTestJSON.test_update_snapshot_metadata_item not found in Tempest list. 2018-09-04 11:28:03,738 - 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-09-04 11:28:03,738 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_list.VolumesV2ListTestJSON.test_volume_list_with_details not found in Tempest list. 2018-09-04 11:28:03,738 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volume_metadata.VolumesV2MetadataTest.test_crud_volume_metadata not found in Tempest list. 2018-09-04 11:28:03,738 - refstack_client.list_parser - WARNING - Test tempest.api.image.v2.test_images.ListImagesTest.test_get_image_schema not found in Tempest list. 2018-09-04 11:28:03,738 - 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-09-04 11:28:03,738 - refstack_client.list_parser - WARNING - Test tempest.api.image.v2.test_images.ListImagesTest.test_list_images_param_size not found in Tempest list. 2018-09-04 11:28:03,738 - refstack_client.list_parser - DEBUG - Number of tests: 200 2018-09-04 11:28:03,740 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Applying tempest blacklist... 2018-09-04 11:28:03,908 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Tempest blacklist file does not exist. 2018-09-04 11:28:03,908 - 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-09-04 11:28:06,209 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 11:28:06.208 11182 INFO rally.api [-] Starting verification (UUID=00483996-4ce8-4e84-99fa-c098ea2871f9) for deployment 'opnfv-rally' (UUID=90643402-4f68-4151-bab9-89c38b7f4214) by verifier 'opnfv-tempest' (UUID=cfcc2a2d-03a3-4b46-b660-53ad82bbbc19). 2018-09-04 11:28:06,209 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Verification UUID: 00483996-4ce8-4e84-99fa-c098ea2871f9 2018-09-04 11:28:16,887 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 11:28:16.887 11182 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_server_with_admin_password ... success [3.023s] 2018-09-04 11:28:31,973 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 11:28:31.973 11182 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON.test_delete_active_server ... success [18.272s] 2018-09-04 11:28:37,304 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 11:28:37.304 11182 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_specify_keypair ... success [20.412s] 2018-09-04 11:28:45,580 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 11:28:45.580 11182 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_instance_actions.InstanceActionsTestJSON.test_get_instance_action ... success [0.056s] 2018-09-04 11:28:50,663 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 11:28:50.663 11182 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_instance_actions.InstanceActionsTestJSON.test_list_instance_actions ... success [5.081s] 2018-09-04 11:28:51,216 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 11:28:51.215 11182 INFO opnfv-tempest [-] {1} tempest.api.compute.images.test_images_oneserver.ImagesOneServerTestJSON.test_create_delete_image ... success [24.532s] 2018-09-04 11:28:52,751 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 11:28:52.751 11182 INFO opnfv-tempest [-] {1} tempest.api.compute.images.test_images_oneserver.ImagesOneServerTestJSON.test_create_image_specify_multibyte_character_image_name ... success [1.539s] 2018-09-04 11:29:03,236 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 11:29:03.236 11182 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_with_existing_server_name ... success [25.924s] 2018-09-04 11:29:09,922 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 11:29:09.921 11182 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestJSON ... fail 2018-09-04 11:29:17,857 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 11:29:17.856 11182 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_update_access_server_address ... success [14.621s] 2018-09-04 11:29:19,214 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 11:29:19.214 11182 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_flavor ... success [0.512s] 2018-09-04 11:29:19,725 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 11:29:19.724 11182 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_image ... success [0.510s] 2018-09-04 11:29:20,088 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 11:29:20.087 11182 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestManualDisk ... fail 2018-09-04 11:29:20,201 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 11:29:20.200 11182 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_server_name ... success [0.476s] 2018-09-04 11:29:20,737 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 11:29:20.736 11182 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_server_status ... success [0.534s] 2018-09-04 11:29:21,088 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 11:29:21.087 11182 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_limit_results ... success [0.351s] 2018-09-04 11:29:21,157 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 11:29:21.157 11182 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_active_status ... success [0.069s] 2018-09-04 11:29:21,239 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 11:29:21.238 11182 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_flavor ... success [0.081s] 2018-09-04 11:29:21,305 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 11:29:21.305 11182 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_image ... success [0.066s] 2018-09-04 11:29:21,391 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 11:29:21.391 11182 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_limit ... success [0.085s] 2018-09-04 11:29:21,464 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 11:29:21.464 11182 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_server_name ... success [0.072s] 2018-09-04 11:29:21,611 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 11:29:21.611 11182 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filtered_by_name_wildcard ... success [0.146s] 2018-09-04 11:29:32,030 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 11:29:32.029 11182 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_delete_server_metadata_item ... success [0.464s] 2018-09-04 11:29:32,292 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 11:29:32.291 11182 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_get_server_metadata_item ... success [0.261s] 2018-09-04 11:29:32,495 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 11:29:32.495 11182 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_list_server_metadata ... success [0.204s] 2018-09-04 11:29:32,891 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 11:29:32.890 11182 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_set_server_metadata ... success [0.394s] 2018-09-04 11:29:33,308 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 11:29:33.308 11182 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_set_server_metadata_item ... success [0.417s] 2018-09-04 11:29:33,707 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 11:29:33.706 11182 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_update_server_metadata ... success [0.398s] 2018-09-04 11:29:41,046 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 11:29:41.046 11182 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_delete_image ... success [0.745s] 2018-09-04 11:29:43,287 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 11:29:43.287 11182 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_update_image ... success [2.240s] 2018-09-04 11:29:48,106 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 11:29:48.105 11182 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON ... fail 2018-09-04 11:29:52,313 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 11:29:52.313 11182 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_list_update_show_delete_security_group ... success [2.154s] 2018-09-04 11:29:53,980 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 11:29:53.980 11182 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_additional_args ... success [1.666s] 2018-09-04 11:29:58,392 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 11:29:58.391 11182 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_icmp_type_code ... success [4.407s] 2018-09-04 11:29:59,310 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 11:29:59.310 11182 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_protocol_integer_value ... success [0.921s] 2018-09-04 11:30:00,978 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 11:30:00.978 11182 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_remote_group_id ... success [1.665s] 2018-09-04 11:30:01,939 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 11:30:01.938 11182 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_remote_ip_prefix ... success [0.961s] 2018-09-04 11:30:04,023 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 11:30:04.023 11182 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_numeric_server_name ... success [2.363s] 2018-09-04 11:30:04,169 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 11:30:04.169 11182 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_show_delete_security_group_rule ... success [2.227s] 2018-09-04 11:30:04,250 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 11:30:04.249 11182 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_list_security_groups ... success [0.084s] 2018-09-04 11:30:06,166 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 11:30:06.165 11182 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_server_metadata_exceeds_length_limit ... success [2.141s] 2018-09-04 11:30:07,790 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 11:30:07.790 11182 INFO opnfv-tempest [-] {1} tempest.api.volume.test_availability_zone.AvailabilityZoneTestJSON.test_get_availability_zone_list ... success [0.155s] 2018-09-04 11:30:08,033 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 11:30:08.033 11182 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_server_name_length_exceeds_256 ... success [1.867s] 2018-09-04 11:30:10,125 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 11:30:10.125 11182 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_flavor ... success [2.090s] 2018-09-04 11:30:12,123 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 11:30:12.122 11182 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_image ... success [1.997s] 2018-09-04 11:30:14,029 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 11:30:14.029 11182 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_network_uuid ... success [1.905s] 2018-09-04 11:30:14,475 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 11:30:14.474 11182 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_bootable ... success [1.543s] 2018-09-04 11:30:14,952 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 11:30:14.951 11182 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_delete_server_pass_id_exceeding_length_limit ... success [0.922s] 2018-09-04 11:30:15,740 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 11:30:15.740 11182 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_readonly_update ... success [1.264s] 2018-09-04 11:30:16,336 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 11:30:16.335 11182 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_delete_server_pass_negative_id ... success [1.383s] 2018-09-04 11:30:17,035 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 11:30:17.034 11182 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_get_non_existent_server ... success [0.699s] 2018-09-04 11:30:19,023 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 11:30:19.023 11182 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_invalid_ip_v6_address ... success [1.986s] 2018-09-04 11:30:19,853 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 11:30:19.852 11182 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_reboot_non_existent_server ... success [0.829s] 2018-09-04 11:30:20,533 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 11:30:20.533 11182 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_rebuild_deleted_server ... success [0.680s] 2018-09-04 11:30:21,380 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 11:30:21.380 11182 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_rebuild_non_existent_server ... success [0.846s] 2018-09-04 11:30:23,097 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 11:30:23.097 11182 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_server_name_blank ... success [1.715s] 2018-09-04 11:30:23,905 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 11:30:23.905 11182 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_stop_non_existent_server ... success [0.808s] 2018-09-04 11:30:24,863 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 11:30:24.863 11182 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_name_of_non_existent_server ... success [0.957s] 2018-09-04 11:30:25,832 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 11:30:25.832 11182 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_server_name_length_exceeds_256 ... success [0.968s] 2018-09-04 11:30:26,511 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 11:30:26.510 11182 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_server_set_empty_name ... success [0.678s] 2018-09-04 11:30:33,806 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 11:30:33.806 11182 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_update_server_name ... success [75.936s] 2018-09-04 11:30:35,553 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 11:30:35.552 11182 INFO opnfv-tempest [-] {3} tempest.api.image.v2.test_images_tags.ImagesTagsTest.test_update_delete_tags_for_image ... success [1.544s] 2018-09-04 11:30:38,357 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 11:30:38.357 11182 INFO opnfv-tempest [-] {2} tempest.api.compute.test_quotas.QuotasTestJSON.test_get_default_quotas ... success [0.310s] 2018-09-04 11:30:38,791 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 11:30:38.791 11182 INFO opnfv-tempest [-] {2} tempest.api.compute.test_quotas.QuotasTestJSON.test_get_quotas ... success [0.435s] 2018-09-04 11:30:46,459 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 11:30:46.458 11182 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_create_bulk_port ... success [3.849s] 2018-09-04 11:30:52,166 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 11:30:52.165 11182 INFO opnfv-tempest [-] {2} tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON ... fail 2018-09-04 11:30:52,530 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 11:30:52.529 11182 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_create_port_in_allowed_allocation_pools ... success [6.070s] 2018-09-04 11:30:53,451 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 11:30:53.450 11182 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_upload ... success [37.704s] 2018-09-04 11:30:54,607 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 11:30:54.607 11182 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_create_update_delete_port ... success [2.077s] 2018-09-04 11:30:54,620 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 11:30:54.620 11182 INFO opnfv-tempest [-] {2} tempest.api.identity.v3.test_tokens.TokensV3Test.test_create_token ... success [0.309s] 2018-09-04 11:30:54,803 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 11:30:54.802 11182 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_list_ports ... success [0.195s] 2018-09-04 11:30:54,984 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 11:30:54.984 11182 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_list_ports_fields ... success [0.181s] 2018-09-04 11:30:55,186 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 11:30:55.186 11182 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_show_port ... success [0.201s] 2018-09-04 11:30:55,377 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 11:30:55.376 11182 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_show_port_fields ... success [0.190s] 2018-09-04 11:31:01,895 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 11:31:01.895 11182 INFO opnfv-tempest [-] {3} tempest.api.volume.test_extensions.ExtensionsTestJSON.test_list_extensions ... success [0.160s] 2018-09-04 11:31:07,777 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 11:31:07.776 11182 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshots_list_details_with_params ... success [0.594s] 2018-09-04 11:31:08,514 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 11:31:08.514 11182 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshots_list_with_params ... success [0.737s] 2018-09-04 11:31:09,237 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 11:31:09.237 11182 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_get_image_schema ... success [0.144s] 2018-09-04 11:31:09,245 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 11:31:09.245 11182 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_get_images_schema ... success [0.008s] 2018-09-04 11:31:09,425 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 11:31:09.425 11182 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_container_format ... success [0.179s] 2018-09-04 11:31:09,592 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 11:31:09.592 11182 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_disk_format ... success [0.166s] 2018-09-04 11:31:10,146 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 11:31:10.146 11182 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_limit ... success [0.553s] 2018-09-04 11:31:10,430 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 11:31:10.429 11182 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_min_max_size ... success [0.282s] 2018-09-04 11:31:10,612 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 11:31:10.612 11182 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_size ... success [0.182s] 2018-09-04 11:31:10,750 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 11:31:10.750 11182 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_status ... success [0.137s] 2018-09-04 11:31:10,884 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 11:31:10.884 11182 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_visibility ... success [0.133s] 2018-09-04 11:31:10,931 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 11:31:10.931 11182 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_no_params ... success [0.047s] 2018-09-04 11:31:13,542 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 11:31:13.542 11182 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete ... success [7.806s] 2018-09-04 11:31:20,269 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 11:31:20.269 11182 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_create_snapshot_with_nonexistent_volume_id ... success [0.184s] 2018-09-04 11:31:20,454 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 11:31:20.454 11182 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_create_snapshot_without_passing_volume_id ... success [0.185s] 2018-09-04 11:31:23,240 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 11:31:23.240 11182 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images_tags_negative.ImagesTagsNegativeTest.test_delete_non_existing_tag ... success [0.677s] 2018-09-04 11:31:23,401 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 11:31:23.401 11182 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images_tags_negative.ImagesTagsNegativeTest.test_update_tags_for_non_existing_image ... success [0.161s] 2018-09-04 11:31:24,524 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 11:31:24.524 11182 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_as_clone ... success [10.980s] 2018-09-04 11:31:27,993 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 11:31:27.993 11182 INFO opnfv-tempest [-] {2} tempest.api.network.test_subnetpools_extensions.SubnetPoolsTestJSON.test_create_list_show_update_delete_subnetpools ... success [1.087s] 2018-09-04 11:31:36,042 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 11:31:36.041 11182 INFO opnfv-tempest [-] {2} tempest.api.volume.test_snapshot_metadata.SnapshotMetadataTestJSON.test_crud_snapshot_metadata ... success [0.904s] 2018-09-04 11:31:36,711 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 11:31:36.711 11182 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_from_image ... success [12.183s] 2018-09-04 11:31:36,760 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 11:31:36.760 11182 INFO opnfv-tempest [-] {2} tempest.api.volume.test_snapshot_metadata.SnapshotMetadataTestJSON.test_update_show_snapshot_metadata_item ... success [0.718s] 2018-09-04 11:31:48,047 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 11:31:48.046 11182 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list ... success [0.186s] 2018-09-04 11:31:48,085 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 11:31:48.085 11182 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_by_name ... success [0.038s] 2018-09-04 11:31:48,134 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 11:31:48.133 11182 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_by_name ... success [0.048s] 2018-09-04 11:31:48,783 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 11:31:48.783 11182 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_pagination ... success [0.647s] 2018-09-04 11:31:49,040 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 11:31:49.039 11182 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_with_multiple_params ... success [0.256s] 2018-09-04 11:31:49,393 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 11:31:49.393 11182 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_pagination ... success [0.353s] 2018-09-04 11:31:49,578 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 11:31:49.577 11182 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_param_display_name_and_status ... success [0.184s] 2018-09-04 11:31:49,627 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 11:31:49.626 11182 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_detail_param_display_name_and_status ... success [0.048s] 2018-09-04 11:31:49,834 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 11:31:49.833 11182 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_detail_param_metadata ... success [0.205s] 2018-09-04 11:31:49,880 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 11:31:49.880 11182 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_details ... success [0.047s] 2018-09-04 11:31:49,921 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 11:31:49.921 11182 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_param_metadata ... success [0.040s] 2018-09-04 11:31:50,133 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 11:31:50.133 11182 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_by_availability_zone ... success [0.210s] 2018-09-04 11:31:50,208 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 11:31:50.207 11182 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_by_status ... success [0.074s] 2018-09-04 11:31:50,403 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 11:31:50.403 11182 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_details_by_availability_zone ... success [0.195s] 2018-09-04 11:31:50,454 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 11:31:50.453 11182 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_details_by_status ... success [0.050s] 2018-09-04 11:31:58,208 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 11:31:58.207 11182 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_invalid_size ... success [0.150s] 2018-09-04 11:31:58,383 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 11:31:58.383 11182 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_snapshot_id ... success [0.175s] 2018-09-04 11:31:58,566 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 11:31:58.566 11182 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_source_volid ... success [0.182s] 2018-09-04 11:31:58,724 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 11:31:58.724 11182 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_volume_type ... success [0.157s] 2018-09-04 11:31:58,891 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 11:31:58.891 11182 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_size_negative ... success [0.165s] 2018-09-04 11:31:59,056 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 11:31:59.055 11182 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_size_zero ... success [0.165s] 2018-09-04 11:31:59,236 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 11:31:59.236 11182 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_without_passing_size ... success [0.180s] 2018-09-04 11:31:59,425 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 11:31:59.425 11182 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_delete_invalid_volume_id ... success [0.189s] 2018-09-04 11:31:59,583 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 11:31:59.582 11182 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_delete_volume_without_passing_volume_id ... success [0.157s] 2018-09-04 11:31:59,752 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 11:31:59.751 11182 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_get_invalid_volume_id ... success [0.168s] 2018-09-04 11:31:59,915 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 11:31:59.915 11182 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_get_volume_without_passing_volume_id ... success [0.163s] 2018-09-04 11:31:59,960 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 11:31:59.960 11182 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_detail_with_invalid_status ... success [0.044s] 2018-09-04 11:32:00,005 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 11:32:00.004 11182 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_detail_with_nonexistent_name ... success [0.043s] 2018-09-04 11:32:00,041 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 11:32:00.040 11182 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_with_invalid_status ... success [0.036s] 2018-09-04 11:32:00,217 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 11:32:00.217 11182 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_with_nonexistent_name ... success [0.176s] 2018-09-04 11:32:00,369 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 11:32:00.369 11182 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_empty_volume_id ... success [0.151s] 2018-09-04 11:32:00,405 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 11:32:00.405 11182 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_invalid_volume_id ... success [0.035s] 2018-09-04 11:32:00,442 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 11:32:00.441 11182 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_nonexistent_volume_id ... success [0.036s] 2018-09-04 11:32:00,475 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 11:32:00.474 11182 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_delete_nonexistent_volume_id ... success [0.032s] 2018-09-04 11:32:00,651 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-04 11:32:00.651 11182 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_get_nonexistent_volume_id ... success [0.176s] 2018-09-04 11:32:05,178 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Verification UUID: 00483996-4ce8-4e84-99fa-c098ea2871f9 2018-09-04 11:32:05,184 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', '00483996-4ce8-4e84-99fa-c098ea2871f9']'. 2018-09-04 11:32:06,194 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-09-04 11:32:06,195 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-09-04 11:32:06,195 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-09-04 11:32:06,195 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | 00483996-4ce8-4e84-99fa-c098ea2871f9 | 2018-09-04 11:32:06,195 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | failed | 2018-09-04 11:32:06,195 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-09-04 11:28:06 | 2018-09-04 11:32:06,195 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-09-04 11:32:04 | 2018-09-04 11:32:06,195 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:03:58 | 2018-09-04 11:32:06,195 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | concurrency: 4 | 2018-09-04 11:32:06,195 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | | load_list: (value is too long, use 'detailed' flag to display it) | 2018-09-04 11:32:06,195 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-09-04 11:32:06,196 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: cfcc2a2d-03a3-4b46-b660-53ad82bbbc19) | 2018-09-04 11:32:06,196 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-09-04 11:32:06,196 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: 90643402-4f68-4151-bab9-89c38b7f4214) | 2018-09-04 11:32:06,196 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 144 | 2018-09-04 11:32:06,196 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 228.888 | 2018-09-04 11:32:06,196 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 128 | 2018-09-04 11:32:06,197 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 0 | 2018-09-04 11:32:06,197 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-09-04 11:32:06,197 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-09-04 11:32:06,197 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 16 | 2018-09-04 11:32:06,197 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-09-04 11:32:06,197 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +--------------------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-09-04 11:32:06,197 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests | 2018-09-04 11:32:06,290 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest refstack_defcore success_rate is 88.8888888889% 2018-09-04 11:32:06,422 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-09-04 11:32:06,422 - xtesting.ci.run_tests - INFO - Test result: +--------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +--------------------------+------------------+------------------+----------------+ | refstack_defcore | functest | 04:21 | FAIL | +--------------------------+------------------+------------------+----------------+ 2018-09-04 11:32:06,427 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-09-04 11:32:06,428 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:9292/v2/images/ea3e1bf6-fa51-4c5f-a45f-8833872b8f73 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}a234e8fd210c8a554dcbd955cceae30b4a8ed1a7" 2018-09-04 11:32:08,504 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-343a464e-d47a-45a0-a251-cdd0d45de7e8 Date: Tue, 04 Sep 2018 11:32:08 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-09-04 11:32:08,505 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.28:9292/v2/images/ea3e1bf6-fa51-4c5f-a45f-8833872b8f73 used request id req-343a464e-d47a-45a0-a251-cdd0d45de7e8 2018-09-04 11:32:08,505 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 2.077450037s 2018-09-04 11:32:08,505 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.28:9292/v2/images/ea3e1bf6-fa51-4c5f-a45f-8833872b8f73 used request id req-343a464e-d47a-45a0-a251-cdd0d45de7e8 2018-09-04 11:32:08,505 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-09-04 11:32:08,506 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28: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}3ee503f22a54128380cbc2f5c79fe4e8b2a1e473" 2018-09-04 11:32:08,535 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 11: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,Accept-Encoding x-openstack-request-id: req-d27995a5-b8da-46d9-a2f1-4709682b7cce x-compute-request-id: req-d27995a5-b8da-46d9-a2f1-4709682b7cce Content-Encoding: gzip Content-Length: 366 Content-Type: application/json RESP BODY: {"flavors": [{"links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/89699314-d4e2-4d5d-bfaf-9247efa4d08c", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/89699314-d4e2-4d5d-bfaf-9247efa4d08c", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "89699314-d4e2-4d5d-bfaf-9247efa4d08c", "name": "refstack_defcore-flavor_d746980b-965e-4460-a0a6-3715a09bebf1", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}, {"links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/ba533768-ec0c-4525-a8bc-7c77a1216e9c", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/ba533768-ec0c-4525-a8bc-7c77a1216e9c", "rel": "bookmark"}], "ram": 1024, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "ba533768-ec0c-4525-a8bc-7c77a1216e9c", "name": "refstack_defcore-flavor_alt_d746980b-965e-4460-a0a6-3715a09bebf1", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}]} 2018-09-04 11:32:08,536 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors/detail?is_public=None used request id req-d27995a5-b8da-46d9-a2f1-4709682b7cce 2018-09-04 11:32:08,536 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0305349826813s 2018-09-04 11:32:08,536 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors/detail?is_public=None used request id req-d27995a5-b8da-46d9-a2f1-4709682b7cce 2018-09-04 11:32:08,537 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-09-04 11:32:08,538 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:8774/v2.1/flavors/ba533768-ec0c-4525-a8bc-7c77a1216e9c -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}3ee503f22a54128380cbc2f5c79fe4e8b2a1e473" 2018-09-04 11:32:08,596 - keystoneauth.session - DEBUG - RESP: [202] Date: Tue, 04 Sep 2018 11: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-957eef9e-b5ed-4490-acf6-924a09bea054 x-compute-request-id: req-957eef9e-b5ed-4490-acf6-924a09bea054 Content-Length: 0 Content-Type: application/json 2018-09-04 11:32:08,596 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/flavors/ba533768-ec0c-4525-a8bc-7c77a1216e9c used request id req-957eef9e-b5ed-4490-acf6-924a09bea054 2018-09-04 11:32:08,596 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0592350959778s 2018-09-04 11:32:08,596 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/flavors/ba533768-ec0c-4525-a8bc-7c77a1216e9c used request id req-957eef9e-b5ed-4490-acf6-924a09bea054 2018-09-04 11:32:08,596 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-09-04 11:32:08,596 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.28:9696/v2.0/routers/375c735d-fa3d-4be0-9503-56e6dd1fc504/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}a234e8fd210c8a554dcbd955cceae30b4a8ed1a7" -d '{"subnet_id": "85c9b65a-2760-4694-bf27-6bb7d6e2e72b"}' 2018-09-04 11:32:09,671 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-948ede49-91c4-449c-8368-62f9b111aea0 Date: Tue, 04 Sep 2018 11:32:09 GMT RESP BODY: {"network_id": "624d6dab-a029-4100-9348-1f886065a3f8", "tenant_id": "ab8db2ecda7a4da79b1f0eed2104619d", "subnet_id": "85c9b65a-2760-4694-bf27-6bb7d6e2e72b", "subnet_ids": ["85c9b65a-2760-4694-bf27-6bb7d6e2e72b"], "port_id": "b31c84c0-6266-4db3-ba0d-04f4345ddb89", "id": "375c735d-fa3d-4be0-9503-56e6dd1fc504"} 2018-09-04 11:32:09,672 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.28:9696/v2.0/routers/375c735d-fa3d-4be0-9503-56e6dd1fc504/remove_router_interface.json used request id req-948ede49-91c4-449c-8368-62f9b111aea0 2018-09-04 11:32:09,672 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 1.07571792603s 2018-09-04 11:32:09,672 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.28:9696/v2.0/routers/375c735d-fa3d-4be0-9503-56e6dd1fc504/remove_router_interface.json used request id req-948ede49-91c4-449c-8368-62f9b111aea0 returning object 375c735d-fa3d-4be0-9503-56e6dd1fc504 2018-09-04 11:32:09,673 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-09-04 11:32:09,674 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}a234e8fd210c8a554dcbd955cceae30b4a8ed1a7" 2018-09-04 11:32:09,907 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12350 X-Openstack-Request-Id: req-69ac7fd9-ee07-41e5-b497-98ff88438091 Date: Tue, 04 Sep 2018 11:32:09 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "4097e349-dd4a-4a5e-95d6-eed5c2d7b85a", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "5092c110-d468-4f12-acae-47d56d35dff1", "ip_address": "172.30.9.207"}]}, "description": "", "tags": [], "tenant_id": "4ad41bc126174d318b5e7a8516fcf4af", "created_at": "2018-09-04T10:36:54Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-09-04T10:36:55Z", "revision_number": 2, "routes": [], "project_id": "4ad41bc126174d318b5e7a8516fcf4af", "id": "02e10efe-d43d-4769-a57b-731a12f27a9b", "name": "vping_ssh-router_765e872f-da41-4d34-89de-e797c7840b14"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "4097e349-dd4a-4a5e-95d6-eed5c2d7b85a", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "5092c110-d468-4f12-acae-47d56d35dff1", "ip_address": "172.30.9.211"}]}, "description": "", "tags": [], "tenant_id": "ae3e81be661d4c66ac9ebc51a4915a63", "created_at": "2018-09-04T11:13:56Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-09-04T11:13:57Z", "revision_number": 2, "routes": [], "project_id": "ae3e81be661d4c66ac9ebc51a4915a63", "id": "03c7ced1-3b55-4c0f-95ef-97c859cbf9b9", "name": "c_rally_2b42ef2d_MD6u4sbI"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "4097e349-dd4a-4a5e-95d6-eed5c2d7b85a", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "5092c110-d468-4f12-acae-47d56d35dff1", "ip_address": "172.30.9.217"}]}, "description": "", "tags": [], "tenant_id": "1d2d2498a64f4e07849354496dfa2ff4", "created_at": "2018-09-04T11:16:30Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-09-04T11:16:31Z", "revision_number": 2, "routes": [], "project_id": "1d2d2498a64f4e07849354496dfa2ff4", "id": "1673e038-129c-4fb7-a9c2-a9a17875727d", "name": "c_rally_1537a83e_TCbqCsSp"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "4097e349-dd4a-4a5e-95d6-eed5c2d7b85a", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "5092c110-d468-4f12-acae-47d56d35dff1", "ip_address": "172.30.9.215"}]}, "description": "", "tags": [], "tenant_id": "29f0ba817a304fd494ca8c3860ac7246", "created_at": "2018-09-04T11:14:26Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-09-04T11:14:27Z", "revision_number": 2, "routes": [], "project_id": "29f0ba817a304fd494ca8c3860ac7246", "id": "194590c0-4a5b-476c-9311-c97993565bd9", "name": "c_rally_4d888ac7_ell5iv62"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "4097e349-dd4a-4a5e-95d6-eed5c2d7b85a", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "5092c110-d468-4f12-acae-47d56d35dff1", "ip_address": "172.30.9.200"}]}, "description": "", "tags": [], "tenant_id": "da1aa3dc9e564d3d922e61c0121a390e", "created_at": "2018-09-04T10:25:56Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-09-04T10:25:57Z", "revision_number": 2, "routes": [], "project_id": "da1aa3dc9e564d3d922e61c0121a390e", "id": "2f19feef-aee5-44f4-9fb9-bd7093f60239", "name": "NeutronUtilsRouterTests-32dc0e2b-888b-4bc2-b5c2-061f2e60771c-pub-router"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "4097e349-dd4a-4a5e-95d6-eed5c2d7b85a", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "5092c110-d468-4f12-acae-47d56d35dff1", "ip_address": "172.30.9.219"}]}, "description": "", "tags": [], "tenant_id": "ab8db2ecda7a4da79b1f0eed2104619d", "created_at": "2018-09-04T11:27:47Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-09-04T11:32:09Z", "revision_number": 4, "routes": [], "project_id": "ab8db2ecda7a4da79b1f0eed2104619d", "id": "375c735d-fa3d-4be0-9503-56e6dd1fc504", "name": "refstack_defcore-router_d746980b-965e-4460-a0a6-3715a09bebf1"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "4097e349-dd4a-4a5e-95d6-eed5c2d7b85a", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "5092c110-d468-4f12-acae-47d56d35dff1", "ip_address": "172.30.9.220"}]}, "description": "", "tags": [], "tenant_id": "219a354443d04b66b7da22e8fcd0b9ff", "created_at": "2018-09-04T11:25:51Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-09-04T11:25:52Z", "revision_number": 2, "routes": [], "project_id": "219a354443d04b66b7da22e8fcd0b9ff", "id": "43403bcd-0447-4df6-92ac-08f0cb3148ef", "name": "c_rally_9fc79e06_HOclWZ15"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "4097e349-dd4a-4a5e-95d6-eed5c2d7b85a", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "5092c110-d468-4f12-acae-47d56d35dff1", "ip_address": "172.30.9.208"}]}, "description": "", "tags": [], "tenant_id": "4ad41bc126174d318b5e7a8516fcf4af", "created_at": "2018-09-04T10:36:57Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-09-04T10:36:58Z", "revision_number": 2, "routes": [], "project_id": "4ad41bc126174d318b5e7a8516fcf4af", "id": "43561eec-efc7-4a36-8d0f-7244a4f70d60", "name": "vping_ssh-router_765e872f-da41-4d34-89de-e797c7840b14"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "4097e349-dd4a-4a5e-95d6-eed5c2d7b85a", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "5092c110-d468-4f12-acae-47d56d35dff1", "ip_address": "172.30.9.213"}]}, "description": "", "tags": [], "tenant_id": "1d2d2498a64f4e07849354496dfa2ff4", "created_at": "2018-09-04T11:16:32Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-09-04T11:16:33Z", "revision_number": 2, "routes": [], "project_id": "1d2d2498a64f4e07849354496dfa2ff4", "id": "5d4fcb27-ad2c-4f1b-b79c-8d723371d08d", "name": "c_rally_1537a83e_TCbqCsSp"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "4097e349-dd4a-4a5e-95d6-eed5c2d7b85a", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "5092c110-d468-4f12-acae-47d56d35dff1", "ip_address": "172.30.9.201"}]}, "description": "", "tags": [], "tenant_id": "da1aa3dc9e564d3d922e61c0121a390e", "created_at": "2018-09-04T10:32:43Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-09-04T10:32:44Z", "revision_number": 2, "routes": [], "project_id": "da1aa3dc9e564d3d922e61c0121a390e", "id": "71d1efd7-0255-4570-ac2c-5d92b1dbeff0", "name": "mgmt_router"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "4097e349-dd4a-4a5e-95d6-eed5c2d7b85a", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "5092c110-d468-4f12-acae-47d56d35dff1", "ip_address": "172.30.9.214"}]}, "description": "", "tags": [], "tenant_id": "14e46315a5e14e95a6bd31ddd3090094", "created_at": "2018-09-04T10:40:12Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-09-04T10:40:13Z", "revision_number": 2, "routes": [], "project_id": "14e46315a5e14e95a6bd31ddd3090094", "id": "7684517b-07eb-496b-a11b-92148a3f83a8", "name": "tempest_smoke_serial-router_068261eb-5f06-4915-acc8-7f5edd711ae8"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "4097e349-dd4a-4a5e-95d6-eed5c2d7b85a", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "5092c110-d468-4f12-acae-47d56d35dff1", "ip_address": "172.30.9.216"}]}, "description": "", "tags": [], "tenant_id": "375baba599654b43baeee5dae2815141", "created_at": "2018-09-04T10:42:08Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-09-04T10:42:09Z", "revision_number": 2, "routes": [], "project_id": "375baba599654b43baeee5dae2815141", "id": "7a1759d2-3c54-4856-86d9-21a041b775b7", "name": "tempest-ServersTestJSON-34771780-router"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "4097e349-dd4a-4a5e-95d6-eed5c2d7b85a", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "5092c110-d468-4f12-acae-47d56d35dff1", "ip_address": "172.30.9.212"}]}, "description": "", "tags": [], "tenant_id": "4ad41bc126174d318b5e7a8516fcf4af", "created_at": "2018-09-04T10:36:58Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-09-04T10:36:59Z", "revision_number": 2, "routes": [], "project_id": "4ad41bc126174d318b5e7a8516fcf4af", "id": "8396e7af-43cc-4203-9fea-cd1d80adbf13", "name": "vping_ssh-router_765e872f-da41-4d34-89de-e797c7840b14"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "4097e349-dd4a-4a5e-95d6-eed5c2d7b85a", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "5092c110-d468-4f12-acae-47d56d35dff1", "ip_address": "172.30.9.204"}]}, "description": "", "tags": [], "tenant_id": "14e46315a5e14e95a6bd31ddd3090094", "created_at": "2018-09-04T10:40:11Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-09-04T10:40:11Z", "revision_number": 2, "routes": [], "project_id": "14e46315a5e14e95a6bd31ddd3090094", "id": "8cc3813e-1928-445c-9157-a633500fc975", "name": "tempest_smoke_serial-router_068261eb-5f06-4915-acc8-7f5edd711ae8"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "4097e349-dd4a-4a5e-95d6-eed5c2d7b85a", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "5092c110-d468-4f12-acae-47d56d35dff1", "ip_address": "172.30.9.202"}]}, "description": "", "tags": [], "tenant_id": "1d2d2498a64f4e07849354496dfa2ff4", "created_at": "2018-09-04T11:16:31Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-09-04T11:16:32Z", "revision_number": 2, "routes": [], "project_id": "1d2d2498a64f4e07849354496dfa2ff4", "id": "9198feab-67a8-4552-9c03-fa4e4d8af713", "name": "c_rally_1537a83e_TCbqCsSp"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "4097e349-dd4a-4a5e-95d6-eed5c2d7b85a", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "5092c110-d468-4f12-acae-47d56d35dff1", "ip_address": "172.30.9.210"}]}, "description": "", "tags": [], "tenant_id": "26c89328988e44f29ad8e9f25257d111", "created_at": "2018-09-04T11:23:20Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-09-04T11:23:21Z", "revision_number": 2, "routes": [], "project_id": "26c89328988e44f29ad8e9f25257d111", "id": "a4fb934b-a18a-45c8-9884-fcd0837c39b1", "name": "c_rally_ca6e6ba7_yafXiUSz"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "4097e349-dd4a-4a5e-95d6-eed5c2d7b85a", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "5092c110-d468-4f12-acae-47d56d35dff1", "ip_address": "172.30.9.218"}]}, "description": "", "tags": [], "tenant_id": "8731623ecafd48f883511aa989606be2", "created_at": "2018-09-04T11:22:25Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-09-04T11:22:26Z", "revision_number": 2, "routes": [], "project_id": "8731623ecafd48f883511aa989606be2", "id": "bc63575c-1b25-4f91-a849-834c7ee31be1", "name": "c_rally_42f8a049_9dIzHabN"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "4097e349-dd4a-4a5e-95d6-eed5c2d7b85a", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "5092c110-d468-4f12-acae-47d56d35dff1", "ip_address": "172.30.9.203"}]}, "description": "", "tags": [], "tenant_id": "da1aa3dc9e564d3d922e61c0121a390e", "created_at": "2018-09-04T10:32:42Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-09-04T10:32:43Z", "revision_number": 2, "routes": [], "project_id": "da1aa3dc9e564d3d922e61c0121a390e", "id": "caa0e147-32fd-4c34-b2f7-9497029b5d83", "name": "mgmt_router"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "4097e349-dd4a-4a5e-95d6-eed5c2d7b85a", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "5092c110-d468-4f12-acae-47d56d35dff1", "ip_address": "172.30.9.205"}]}, "description": "", "tags": [], "tenant_id": "4ad41bc126174d318b5e7a8516fcf4af", "created_at": "2018-09-04T10:36:56Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-09-04T10:36:57Z", "revision_number": 2, "routes": [], "project_id": "4ad41bc126174d318b5e7a8516fcf4af", "id": "e2fc4530-9f5b-4981-b75a-4c4ebdeab16a", "name": "vping_ssh-router_765e872f-da41-4d34-89de-e797c7840b14"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "4097e349-dd4a-4a5e-95d6-eed5c2d7b85a", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "5092c110-d468-4f12-acae-47d56d35dff1", "ip_address": "172.30.9.206"}]}, "description": "", "tags": [], "tenant_id": "26c89328988e44f29ad8e9f25257d111", "created_at": "2018-09-04T11:23:19Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-09-04T11:23:20Z", "revision_number": 2, "routes": [], "project_id": "26c89328988e44f29ad8e9f25257d111", "id": "f73c56b0-36ef-4276-b04b-e9ab41421cec", "name": "c_rally_ca6e6ba7_yafXiUSz"}]} 2018-09-04 11:32:09,908 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/routers.json used request id req-69ac7fd9-ee07-41e5-b497-98ff88438091 2018-09-04 11:32:09,908 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.234441995621s 2018-09-04 11:32:09,908 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/routers.json used request id req-69ac7fd9-ee07-41e5-b497-98ff88438091 2018-09-04 11:32:09,913 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-09-04 11:32:09,914 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:9696/v2.0/routers/375c735d-fa3d-4be0-9503-56e6dd1fc504.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}a234e8fd210c8a554dcbd955cceae30b4a8ed1a7" 2018-09-04 11:32:11,163 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-df9de4c1-ddb5-4022-a980-2eb18dbded47 Content-Length: 0 Date: Tue, 04 Sep 2018 11:32:11 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-04 11:32:11,163 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/routers/375c735d-fa3d-4be0-9503-56e6dd1fc504.json used request id req-df9de4c1-ddb5-4022-a980-2eb18dbded47 2018-09-04 11:32:11,164 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 1.25023388863s 2018-09-04 11:32:11,164 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/routers/375c735d-fa3d-4be0-9503-56e6dd1fc504.json used request id req-df9de4c1-ddb5-4022-a980-2eb18dbded47 2018-09-04 11:32:11,164 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-09-04 11:32:11,165 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}a234e8fd210c8a554dcbd955cceae30b4a8ed1a7" 2018-09-04 11:32:11,359 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1298 X-Openstack-Request-Id: req-3585568a-58e9-4745-8afb-319c2c430888 Date: Tue, 04 Sep 2018 11:32:11 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"4097e349-dd4a-4a5e-95d6-eed5c2d7b85a","tenant_id":"18025ed81c804927a1f0e0e0ba20836f","created_at":"2018-09-04T10:10:50Z","dns_nameservers":[],"updated_at":"2018-09-04T10:10:50Z","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":"18025ed81c804927a1f0e0e0ba20836f","id":"5092c110-d468-4f12-acae-47d56d35dff1","subnetpool_id":null,"name":"external-subnet"},{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"624d6dab-a029-4100-9348-1f886065a3f8","tenant_id":"ab8db2ecda7a4da79b1f0eed2104619d","created_at":"2018-09-04T11:27:47Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-09-04T11:27:47Z","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":"ab8db2ecda7a4da79b1f0eed2104619d","id":"85c9b65a-2760-4694-bf27-6bb7d6e2e72b","subnetpool_id":null,"name":"refstack_defcore-subnet_d746980b-965e-4460-a0a6-3715a09bebf1"}]} 2018-09-04 11:32:11,359 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets.json used request id req-3585568a-58e9-4745-8afb-319c2c430888 2018-09-04 11:32:11,359 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.19463300705s 2018-09-04 11:32:11,359 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets.json used request id req-3585568a-58e9-4745-8afb-319c2c430888 2018-09-04 11:32:11,360 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-09-04 11:32:11,360 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:9696/v2.0/subnets/85c9b65a-2760-4694-bf27-6bb7d6e2e72b.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}a234e8fd210c8a554dcbd955cceae30b4a8ed1a7" 2018-09-04 11:32:13,498 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-cd594bd9-93a6-452a-88f5-7e14b73b6409 Date: Tue, 04 Sep 2018 11:32:13 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-04 11:32:13,498 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/subnets/85c9b65a-2760-4694-bf27-6bb7d6e2e72b.json used request id req-cd594bd9-93a6-452a-88f5-7e14b73b6409 2018-09-04 11:32:13,498 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 2.13809418678s 2018-09-04 11:32:13,498 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/subnets/85c9b65a-2760-4694-bf27-6bb7d6e2e72b.json used request id req-cd594bd9-93a6-452a-88f5-7e14b73b6409 2018-09-04 11:32:13,499 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-04 11:32:13,499 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}a234e8fd210c8a554dcbd955cceae30b4a8ed1a7" 2018-09-04 11:32:13,930 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1987 X-Openstack-Request-Id: req-a27c8214-b025-4a72-b7d6-e4c8ba97b69f Date: Tue, 04 Sep 2018 11:32:13 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"4097e349-dd4a-4a5e-95d6-eed5c2d7b85a","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"18025ed81c804927a1f0e0e0ba20836f","status":"ACTIVE","subnets":["5092c110-d468-4f12-acae-47d56d35dff1"],"description":"","tags":[],"updated_at":"2018-09-04T10:10:50Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"18025ed81c804927a1f0e0e0ba20836f","created_at":"2018-09-04T10:10:44Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"624d6dab-a029-4100-9348-1f886065a3f8","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":true,"project_id":"ab8db2ecda7a4da79b1f0eed2104619d","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-09-04T11:32:13Z","provider:segmentation_id":100,"name":"refstack_defcore-net_d746980b-965e-4460-a0a6-3715a09bebf1","admin_state_up":true,"tenant_id":"ab8db2ecda7a4da79b1f0eed2104619d","created_at":"2018-09-04T11:27:45Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"8b642b01-8be3-4202-b6e4-b88520b015c4","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"219a354443d04b66b7da22e8fcd0b9ff","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-09-04T11:25:51Z","provider:segmentation_id":59,"name":"c_rally_9fc79e06_ZGxNMMaa","admin_state_up":true,"tenant_id":"219a354443d04b66b7da22e8fcd0b9ff","created_at":"2018-09-04T11:25:50Z","provider:network_type":"vxlan"}]} 2018-09-04 11:32:13,930 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-a27c8214-b025-4a72-b7d6-e4c8ba97b69f 2018-09-04 11:32:13,930 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.431406021118s 2018-09-04 11:32:13,931 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-a27c8214-b025-4a72-b7d6-e4c8ba97b69f 2018-09-04 11:32:13,932 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-09-04 11:32:13,932 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:9696/v2.0/networks/624d6dab-a029-4100-9348-1f886065a3f8.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}a234e8fd210c8a554dcbd955cceae30b4a8ed1a7" 2018-09-04 11:32:14,798 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-bce8f149-cc4d-4769-9f59-8743842f8b40 Date: Tue, 04 Sep 2018 11:32:14 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-04 11:32:14,798 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/networks/624d6dab-a029-4100-9348-1f886065a3f8.json used request id req-bce8f149-cc4d-4769-9f59-8743842f8b40 2018-09-04 11:32:14,798 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 0.866557836533s 2018-09-04 11:32:14,798 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/networks/624d6dab-a029-4100-9348-1f886065a3f8.json used request id req-bce8f149-cc4d-4769-9f59-8743842f8b40 2018-09-04 11:32:14,799 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-09-04 11:32:14,799 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}a234e8fd210c8a554dcbd955cceae30b4a8ed1a7" 2018-09-04 11:32:15,066 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1213 Content-Type: application/json X-Openstack-Request-Id: req-c6602d29-c3d3-477e-a22d-3b882d1a9518 Date: Tue, 04 Sep 2018 11:32:15 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://99671b03-94ed-44b3-b5f6-80b8e44d0570/images/e0d5931c-6a8e-4468-8aaa-ec02a3065519/snap", "metadata": {}}], "file": "/v2/images/e0d5931c-6a8e-4468-8aaa-ec02a3065519/file", "owner": "ab8db2ecda7a4da79b1f0eed2104619d", "id": "e0d5931c-6a8e-4468-8aaa-ec02a3065519", "size": 12716032, "self": "/v2/images/e0d5931c-6a8e-4468-8aaa-ec02a3065519", "disk_format": "qcow2", "direct_url": "rbd://99671b03-94ed-44b3-b5f6-80b8e44d0570/images/e0d5931c-6a8e-4468-8aaa-ec02a3065519/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-09-04T11:27:54Z", "visibility": "public", "owner_specified.shade.object": "images/refstack_defcore-img_d746980b-965e-4460-a0a6-3715a09bebf1", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "refstack_defcore-img_d746980b-965e-4460-a0a6-3715a09bebf1", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-09-04T11:27:51Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-09-04 11:32:15,067 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-c6602d29-c3d3-477e-a22d-3b882d1a9518 2018-09-04 11:32:15,067 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.2680580616s 2018-09-04 11:32:15,067 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-c6602d29-c3d3-477e-a22d-3b882d1a9518 2018-09-04 11:32:15,070 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-09-04 11:32:15,071 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:9292/v2/images/e0d5931c-6a8e-4468-8aaa-ec02a3065519 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}a234e8fd210c8a554dcbd955cceae30b4a8ed1a7" 2018-09-04 11:32:16,176 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-1d1d9a18-0d7f-4048-93f3-8ae5c8e62ad0 Date: Tue, 04 Sep 2018 11:32:16 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-09-04 11:32:16,176 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.28:9292/v2/images/e0d5931c-6a8e-4468-8aaa-ec02a3065519 used request id req-1d1d9a18-0d7f-4048-93f3-8ae5c8e62ad0 2018-09-04 11:32:16,176 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 1.10561299324s 2018-09-04 11:32:16,176 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.28:9292/v2/images/e0d5931c-6a8e-4468-8aaa-ec02a3065519 used request id req-1d1d9a18-0d7f-4048-93f3-8ae5c8e62ad0 2018-09-04 11:32:16,177 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-09-04 11:32:16,180 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28: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}3ee503f22a54128380cbc2f5c79fe4e8b2a1e473" 2018-09-04 11:32:16,207 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 11:32: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-ac46a188-8aa0-4e83-b3f6-06f2956bc2fc x-compute-request-id: req-ac46a188-8aa0-4e83-b3f6-06f2956bc2fc Content-Encoding: gzip Content-Length: 311 Content-Type: application/json RESP BODY: {"flavors": [{"links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/89699314-d4e2-4d5d-bfaf-9247efa4d08c", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/89699314-d4e2-4d5d-bfaf-9247efa4d08c", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "89699314-d4e2-4d5d-bfaf-9247efa4d08c", "name": "refstack_defcore-flavor_d746980b-965e-4460-a0a6-3715a09bebf1", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}]} 2018-09-04 11:32:16,207 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors/detail?is_public=None used request id req-ac46a188-8aa0-4e83-b3f6-06f2956bc2fc 2018-09-04 11:32:16,207 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0304479598999s 2018-09-04 11:32:16,208 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors/detail?is_public=None used request id req-ac46a188-8aa0-4e83-b3f6-06f2956bc2fc 2018-09-04 11:32:16,210 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-09-04 11:32:16,212 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:8774/v2.1/flavors/89699314-d4e2-4d5d-bfaf-9247efa4d08c -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}3ee503f22a54128380cbc2f5c79fe4e8b2a1e473" 2018-09-04 11:32:16,250 - keystoneauth.session - DEBUG - RESP: [202] Date: Tue, 04 Sep 2018 11:32: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-707d27fa-e1e3-4818-9913-03e1b981ce8b x-compute-request-id: req-707d27fa-e1e3-4818-9913-03e1b981ce8b Content-Length: 0 Content-Type: application/json 2018-09-04 11:32:16,251 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/flavors/89699314-d4e2-4d5d-bfaf-9247efa4d08c used request id req-707d27fa-e1e3-4818-9913-03e1b981ce8b 2018-09-04 11:32:16,251 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0410869121552s 2018-09-04 11:32:16,251 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/flavors/89699314-d4e2-4d5d-bfaf-9247efa4d08c used request id req-707d27fa-e1e3-4818-9913-03e1b981ce8b 2018-09-04 11:32:16,251 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-09-04 11:32:16,252 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}3ee503f22a54128380cbc2f5c79fe4e8b2a1e473" 2018-09-04 11:32:16,345 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 11:32:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7a2acbab-d23c-4aa8-918f-c321a3d99ba3 Content-Encoding: gzip Content-Length: 844 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.28:5000/v3/users/2719bb13630f43dfa92537864b7b9156"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2719bb13630f43dfa92537864b7b9156", "email": "heat@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "refstack_defcore-user_d746980b-965e-4460-a0a6-3715a09bebf1", "links": {"self": "http://172.30.9.28:5000/v3/users/2afc1c78fb684de484605ed104be456e"}, "domain_id": "default", "enabled": true, "id": "2afc1c78fb684de484605ed104be456e", "options": {}}, {"name": "cinder", "links": {"self": "http://172.30.9.28:5000/v3/users/36910ef6abf94075a2d6069c8571e383"}, "domain_id": "default", "enabled": true, "options": {}, "id": "36910ef6abf94075a2d6069c8571e383", "email": "cinder@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.28:5000/v3/users/42c3a9abd8ad4ce8ab2c4cc6e0403c33"}, "domain_id": "default", "enabled": true, "options": {}, "id": "42c3a9abd8ad4ce8ab2c4cc6e0403c33", "email": "admin@example.com", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.28:5000/v3/users/449836e5f54549afb8a7ce28abf3d544"}, "domain_id": "default", "enabled": true, "options": {}, "id": "449836e5f54549afb8a7ce28abf3d544", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.28:5000/v3/users/4f2d44b313674c27b065e562198a2eaf"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4f2d44b313674c27b065e562198a2eaf", "email": "placement@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.28:5000/v3/users/53e472b53b3247cc998195108afb0333"}, "domain_id": "default", "enabled": true, "options": {}, "id": "53e472b53b3247cc998195108afb0333", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.28:5000/v3/users/72c8a4f27c80473bb772f1af33725838"}, "domain_id": "default", "enabled": true, "options": {}, "id": "72c8a4f27c80473bb772f1af33725838", "email": "glance@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.28:5000/v3/users/7661c02c249442d984369889093013fe"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7661c02c249442d984369889093013fe", "email": "barbican@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.28:5000/v3/users/78cfb105b70a43c69c179056f12732d4"}, "domain_id": "bb3675e8f7584634b56038f5732ae451", "enabled": true, "options": {}, "id": "78cfb105b70a43c69c179056f12732d4", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.28:5000/v3/users/7cc5af47f4974b51be24b8af469f48f6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7cc5af47f4974b51be24b8af469f48f6", "email": "aodh@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.28:5000/v3/users/828ac5d6a2ef4b0091fb761ec963b324"}, "domain_id": "default", "enabled": true, "options": {}, "id": "828ac5d6a2ef4b0091fb761ec963b324", "email": "congress@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.28:5000/v3/users/9dcf57654b41495ea7db845703bc37f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9dcf57654b41495ea7db845703bc37f8", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.28:5000/v3/users/c4e0c9bcba5d4f0895d28f0f72346c41"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c4e0c9bcba5d4f0895d28f0f72346c41", "email": "neutron@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.28:5000/v3/users/ef3f2972886b4078848941109f593feb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ef3f2972886b4078848941109f593feb", "email": "nova@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.28:5000/v3/users", "previous": null, "next": null}} 2018-09-04 11:32:16,345 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-7a2acbab-d23c-4aa8-918f-c321a3d99ba3 2018-09-04 11:32:16,345 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0936889648438s 2018-09-04 11:32:16,346 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-7a2acbab-d23c-4aa8-918f-c321a3d99ba3 2018-09-04 11:32:16,352 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-09-04 11:32:16,352 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/users/2afc1c78fb684de484605ed104be456e -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}3ee503f22a54128380cbc2f5c79fe4e8b2a1e473" 2018-09-04 11:32:16,438 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 11:32:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f012e793-f03b-4def-8873-cc6969ab3528 Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.28:5000/v3/users/2afc1c78fb684de484605ed104be456e"}, "enabled": true, "id": "2afc1c78fb684de484605ed104be456e", "options": {}, "domain_id": "default", "name": "refstack_defcore-user_d746980b-965e-4460-a0a6-3715a09bebf1"}} 2018-09-04 11:32:16,438 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users/2afc1c78fb684de484605ed104be456e used request id req-f012e793-f03b-4def-8873-cc6969ab3528 2018-09-04 11:32:16,439 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0869390964508s 2018-09-04 11:32:16,439 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users/2afc1c78fb684de484605ed104be456e used request id req-f012e793-f03b-4def-8873-cc6969ab3528 2018-09-04 11:32:16,439 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-09-04 11:32:16,440 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:5000/v3/users/2afc1c78fb684de484605ed104be456e -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}3ee503f22a54128380cbc2f5c79fe4e8b2a1e473" 2018-09-04 11:32:16,629 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 11:32:16 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f7d86187-6427-4694-8115-1caa23560084 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 11:32:16,629 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/users/2afc1c78fb684de484605ed104be456e used request id req-f7d86187-6427-4694-8115-1caa23560084 2018-09-04 11:32:16,629 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.189345836639s 2018-09-04 11:32:16,629 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/users/2afc1c78fb684de484605ed104be456e used request id req-f7d86187-6427-4694-8115-1caa23560084 2018-09-04 11:32:16,630 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-09-04 11:32:16,630 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}3ee503f22a54128380cbc2f5c79fe4e8b2a1e473" 2018-09-04 11:32:16,716 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 11:32:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4b4dff7a-669c-4713-a86f-73aa3d3fffa1 Content-Encoding: gzip Content-Length: 382 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.28:5000/v3/projects/18025ed81c804927a1f0e0e0ba20836f"}, "enabled": true, "id": "18025ed81c804927a1f0e0e0ba20836f", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.28:5000/v3/projects/1e2f68a072b64978bd7ea91c2d64aca6"}, "enabled": true, "id": "1e2f68a072b64978bd7ea91c2d64aca6", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: refstack_defcore", "links": {"self": "http://172.30.9.28:5000/v3/projects/ab8db2ecda7a4da79b1f0eed2104619d"}, "enabled": true, "id": "ab8db2ecda7a4da79b1f0eed2104619d", "parent_id": "default", "domain_id": "default", "name": "refstack_defcore-project_d746980b-965e-4460-a0a6-3715a09bebf1"}]} 2018-09-04 11:32:16,717 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects used request id req-4b4dff7a-669c-4713-a86f-73aa3d3fffa1 2018-09-04 11:32:16,717 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0870327949524s 2018-09-04 11:32:16,717 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects used request id req-4b4dff7a-669c-4713-a86f-73aa3d3fffa1 2018-09-04 11:32:16,719 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-09-04 11:32:16,720 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:5000/v3/projects/ab8db2ecda7a4da79b1f0eed2104619d -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}3ee503f22a54128380cbc2f5c79fe4e8b2a1e473" 2018-09-04 11:32:16,867 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 11:32:16 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0812715f-acf1-4f62-a83f-3fbbc2c1ce0b Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 11:32:16,867 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/projects/ab8db2ecda7a4da79b1f0eed2104619d used request id req-0812715f-acf1-4f62-a83f-3fbbc2c1ce0b 2018-09-04 11:32:16,867 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.147897958755s 2018-09-04 11:32:16,868 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/projects/ab8db2ecda7a4da79b1f0eed2104619d used request id req-0812715f-acf1-4f62-a83f-3fbbc2c1ce0b 2018-09-04 11:32:16,868 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-09-04 11:32:16,869 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3ee503f22a54128380cbc2f5c79fe4e8b2a1e473" 2018-09-04 11:32:16,947 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 11:32:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e11d3c92-b6fa-414b-8489-3631168ac772 Content-Encoding: gzip Content-Length: 316 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3d416247e8224533841040c3ad2bce5a", "links": {"self": "http://172.30.9.28:5000/v3/roles/3d416247e8224533841040c3ad2bce5a"}, "name": "admin"}, {"domain_id": null, "id": "6fc48fbb08d4410680bf5ace535e410c", "links": {"self": "http://172.30.9.28:5000/v3/roles/6fc48fbb08d4410680bf5ace535e410c"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a287f1a999e3462da9d4db40a1ed6145", "links": {"self": "http://172.30.9.28:5000/v3/roles/a287f1a999e3462da9d4db40a1ed6145"}, "name": "Member"}, {"domain_id": null, "id": "fea739ce4d1249249c128f55b640b79d", "links": {"self": "http://172.30.9.28:5000/v3/roles/fea739ce4d1249249c128f55b640b79d"}, "name": "ResellerAdmin"}]} 2018-09-04 11:32:16,948 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-e11d3c92-b6fa-414b-8489-3631168ac772 2018-09-04 11:32:16,948 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0798239707947s 2018-09-04 11:32:16,950 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleDelete 2018-09-04 11:32:16,950 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:5000/v3/roles/a287f1a999e3462da9d4db40a1ed6145 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3ee503f22a54128380cbc2f5c79fe4e8b2a1e473" 2018-09-04 11:32:17,061 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 11:32:16 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-05ae5843-0944-4b72-9cf8-fe22332c7809 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 11:32:17,061 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/roles/a287f1a999e3462da9d4db40a1ed6145 used request id req-05ae5843-0944-4b72-9cf8-fe22332c7809 2018-09-04 11:32:17,061 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleDelete in 0.111467838287s 2018-09-04 11:32:17,062 - xtesting.ci.run_tests - ERROR - The test case 'refstack_defcore' failed. 2018-09-04 11:32:17,115 - xtesting.ci.run_tests - INFO - Loading test case 'patrole'... 2018-09-04 11:32:17,156 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-09-04 11:32:17,156 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-09-04 11:32:17,156 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-09-04 11:32:17,156 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-09-04 11:32:17,156 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-09-04 11:32:17,156 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-09-04 11:32:17,156 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-09-04 11:32:17,156 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-09-04 11:32:17,156 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-09-04 11:32:17,156 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-09-04 11:32:17,156 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-09-04 11:32:17,156 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-09-04 11:32:17,157 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-09-04 11:32:17,157 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-09-04 11:32:17,157 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-09-04 11:32:17,157 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-09-04 11:32:17,157 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-09-04 11:32:17,157 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-09-04 11:32:17,157 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-09-04 11:32:17,157 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-09-04 11:32:17,157 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-09-04 11:32:17,157 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-09-04 11:32:17,157 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-09-04 11:32:17,157 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-09-04 11:32:17,159 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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-09-04 11:32:17,164 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 11:32:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cd8bbe13-c7c0-4ca5-a53e-7517cef28531 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.28:5000/v3/", "rel": "self"}]}} 2018-09-04 11:32:17,164 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-cd8bbe13-c7c0-4ca5-a53e-7517cef28531 2018-09-04 11:32:17,165 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-09-04 11:32:17,535 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "3d416247e8224533841040c3ad2bce5a", "name": "admin"}], "expires_at": "2018-09-04T12:32:17.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1e2f68a072b64978bd7ea91c2d64aca6", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v1/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235635a698ef4bef9dc6b25273d185da"}, {"url": "http://192.30.9.6:8776/v1/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "23b07b3fbfc340a58cf0f9b2871a0d23"}, {"url": "http://172.30.9.28:8776/v1/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "72fd0aaa144d45419f4b04b6b26f69a7"}], "type": "volume", "id": "097241c25b4d4f7e91b3f8efa155909e", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v3/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93eb4cf3030a49e7840bec071422d397"}, {"url": "http://192.30.9.6:8776/v3/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8af439a6ac147fdbcb38ed9aa916b68"}, {"url": "http://192.30.9.6:8776/v3/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c4bfdbc9b7c74a23a40afdf578cfeba4"}], "type": "volumev3", "id": "1c85f4682ce44f729db1dabd98e965e8", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "82239574a29d4603a2161006f61851cf"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8d15f7134f364a7bbcfff2f84aac3bf2"}, {"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e01668c43a0c4c279b9a3d20a0280d6c"}], "type": "image", "id": "297d8415ca96454991054983920912f7", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7bb4d60e20734d4a9f31ec75e02cb823"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bf6adec15590466a9a0d3bddb00e8993"}, {"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f096f03a1d12411a8972f6f7c196b60d"}], "type": "policy", "id": "54c64351b56d44bbad74c2969cc3aa00", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "354ae6870a324fab82d0a0fb68ee0f26"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a3807e460dd4af488d982b66c52e64c"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e7c3da785076450abd71868e75ce0c33"}], "type": "cloudformation", "id": "6ac9917ae83c4639a15a4ab3cf0e76dd", "name": "heat-cfn"}, {"endpoints": [], "type": "metering", "id": "7fcc078e5e0645f29df67742ac14e388", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49e71628d386464cb950d6a9db00a328"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75b0a63ed8574bbcab1c851cc9b83d30"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9902b0a8b3c04cd192a1b84c417c232b"}], "type": "key-manager", "id": "9626544a32e74678a641c6e206f028a9", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "497340e5aa36485982fdf297f370558f"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7802beb4fc7c4952897b77bd5610b1fe"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c14af798917f4fa0b146d9772583e595"}], "type": "metric", "id": "973bfe8c658d4e5a8da725e76b9d550e", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "288ecc3674ea41d2aa3b790dcb832bf2"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7a6dc785cd7142f5b30f1a7ba0daeb03"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7f7d34e2351b4964befccc862c4e8e12"}], "type": "network", "id": "a348d7b06050474fb449be7f32ea6f5d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "21bce6ecb8464a1f8f3e3847aa698bd6"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0a8faf2246b47deb30e69e48d3551fb"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e71c6011de3d4d8589e5b53dcc79f288"}], "type": "identity", "id": "ad8d4b4953184137a1b913ecee9434ed", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "13474f9a78ca4f1184e4cddc84d0d98c"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad67365a18234bb78c336e6776958c00"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc54db13337f44f8921fbb9ad0f81de8"}], "type": "alarming", "id": "bb18dc3243034f08a6a7f69f7a1edccf", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0d91d7adf0304b2681c77f979e5cdb17"}, {"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "756e5ffca9774ab3ae2db41bf330417f"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c07c727a08c243b287827f539a124e63"}], "type": "placement", "id": "bb2c9432fcbd4c56913177122468f6ba", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8004/v1/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1eed4912224b48cf9856446eae4d9928"}, {"url": "http://192.30.9.6:8004/v1/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b73b7f99236541148d84f24f09e5dd40"}, {"url": "http://192.30.9.6:8004/v1/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fbf12e52911244fdafc24a9d46f56e62"}], "type": "orchestration", "id": "c8918d139da945ba93df4ccce21d4904", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16bf098b9e2e490f8e47fa601059f975"}, {"url": "http://192.30.9.6:8776/v2/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc16fa4cf491444ca2f611d5692c1170"}, {"url": "http://192.30.9.6:8776/v2/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ccd2c5325dff4b90b391db9fdde67d99"}], "type": "volumev2", "id": "d09ac9123c34494abce21d6c27bee9d9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eac694332354a3aa0e61c31314166d7"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b4d4989c4e764717ab78d38675cadd3f"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff196e46b56d406d87a678f1a64497b0"}], "type": "compute", "id": "d4030ee932c84df58c5b910cc197caa7", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "42c3a9abd8ad4ce8ab2c4cc6e0403c33"}, "audit_ids": ["I9wRqcgJT9ab9_fq2LTb0Q"], "issued_at": "2018-09-04T11:32:17.000000Z"}} 2018-09-04 11:32:17,538 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-04 11:32:17,538 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28: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}e3f9f6f6d2368f59396eca632aea88b89f751320" 2018-09-04 11:32:17,755 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-d01bd376-b346-449d-8b0b-119cca49ab22 Date: Tue, 04 Sep 2018 11:32:17 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"4097e349-dd4a-4a5e-95d6-eed5c2d7b85a","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"18025ed81c804927a1f0e0e0ba20836f","status":"ACTIVE","subnets":["5092c110-d468-4f12-acae-47d56d35dff1"],"description":"","tags":[],"updated_at":"2018-09-04T10:10:50Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"18025ed81c804927a1f0e0e0ba20836f","created_at":"2018-09-04T10:10:44Z","provider:network_type":"flat"}]} 2018-09-04 11:32:17,755 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json?router%3Aexternal=True used request id req-d01bd376-b346-449d-8b0b-119cca49ab22 2018-09-04 11:32:17,756 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.217526912689s 2018-09-04 11:32:17,756 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json?router%3Aexternal=True used request id req-d01bd376-b346-449d-8b0b-119cca49ab22 2018-09-04 11:32:17,757 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainList 2018-09-04 11:32:17,760 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}e3f9f6f6d2368f59396eca632aea88b89f751320" 2018-09-04 11:32:17,765 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 04 Sep 2018 11:32: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.28: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.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-04 11:32:17,769 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/domains? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e3f9f6f6d2368f59396eca632aea88b89f751320" 2018-09-04 11:32:17,841 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 11:32:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3918012f-896f-4042-8d63-a0586d421249 Content-Encoding: gzip Content-Length: 213 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.28:5000/v3/domains/bb3675e8f7584634b56038f5732ae451"}, "description": "", "name": "heat_stack", "enabled": true, "id": "bb3675e8f7584634b56038f5732ae451"}, {"links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains", "previous": null, "next": null}} 2018-09-04 11:32:17,841 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains used request id req-3918012f-896f-4042-8d63-a0586d421249 2018-09-04 11:32:17,842 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainList in 0.0850760936737s 2018-09-04 11:32:17,843 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-09-04 11:32:17,844 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28: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}e3f9f6f6d2368f59396eca632aea88b89f751320" -d '{"project": {"description": "Created by OPNFV Functest: patrole", "enabled": true, "domain_id": "default", "name": "patrole-project_4f20f6bb-48bd-4a8f-93b7-df2187674780"}}' 2018-09-04 11:32:17,960 - keystoneauth.session - DEBUG - RESP: [201] Date: Tue, 04 Sep 2018 11:32:17 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b60f0e46-3fdc-428a-a27d-5700a699affc 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.28:5000/v3/projects/5efe9645576d420f836c625864cab315"}, "enabled": true, "id": "5efe9645576d420f836c625864cab315", "parent_id": "default", "domain_id": "default", "name": "patrole-project_4f20f6bb-48bd-4a8f-93b7-df2187674780"}} 2018-09-04 11:32:17,960 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/projects used request id req-b60f0e46-3fdc-428a-a27d-5700a699affc 2018-09-04 11:32:17,960 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.116680145264s 2018-09-04 11:32:17,960 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/projects used request id req-b60f0e46-3fdc-428a-a27d-5700a699affc 2018-09-04 11:32:17,961 - functest.core.tenantnetwork - DEBUG - project: Munch({'is_enabled': True, 'parent_id': u'default', 'is_domain': False, 'name': u'patrole-project_4f20f6bb-48bd-4a8f-93b7-df2187674780', 'id': u'5efe9645576d420f836c625864cab315', '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-09-04 11:32:17,962 - shade.task_manager - DEBUG - Manager envvars:regionOne running task UserCreate 2018-09-04 11:32:18,320 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task UserCreate in 0.358019113541s 2018-09-04 11:32:18,320 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/users/97c9a8d1ad4445ad87c3d2f931d5637c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e3f9f6f6d2368f59396eca632aea88b89f751320" 2018-09-04 11:32:18,406 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 11:32:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-75736831-6fe6-4cc3-bfa1-8538877e125f Content-Encoding: gzip Content-Length: 211 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.28:5000/v3/users/97c9a8d1ad4445ad87c3d2f931d5637c"}, "enabled": true, "id": "97c9a8d1ad4445ad87c3d2f931d5637c", "options": {}, "domain_id": "default", "name": "patrole-user_4f20f6bb-48bd-4a8f-93b7-df2187674780"}} 2018-09-04 11:32:18,407 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users/97c9a8d1ad4445ad87c3d2f931d5637c used request id req-75736831-6fe6-4cc3-bfa1-8538877e125f 2018-09-04 11:32:18,407 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'97c9a8d1ad4445ad87c3d2f931d5637c', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'patrole-user_4f20f6bb-48bd-4a8f-93b7-df2187674780'}) 2018-09-04 11:32:18,408 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-09-04 11:32:18,408 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e3f9f6f6d2368f59396eca632aea88b89f751320" 2018-09-04 11:32:18,493 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 11:32:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-aa3063ca-c1fc-4fc9-b185-67a56e127573 Content-Encoding: gzip Content-Length: 284 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3d416247e8224533841040c3ad2bce5a", "links": {"self": "http://172.30.9.28:5000/v3/roles/3d416247e8224533841040c3ad2bce5a"}, "name": "admin"}, {"domain_id": null, "id": "6fc48fbb08d4410680bf5ace535e410c", "links": {"self": "http://172.30.9.28:5000/v3/roles/6fc48fbb08d4410680bf5ace535e410c"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "fea739ce4d1249249c128f55b640b79d", "links": {"self": "http://172.30.9.28:5000/v3/roles/fea739ce4d1249249c128f55b640b79d"}, "name": "ResellerAdmin"}]} 2018-09-04 11:32:18,493 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-aa3063ca-c1fc-4fc9-b185-67a56e127573 2018-09-04 11:32:18,493 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0854299068451s 2018-09-04 11:32:18,494 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-09-04 11:32:18,495 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e3f9f6f6d2368f59396eca632aea88b89f751320" 2018-09-04 11:32:18,584 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 11:32:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b620af77-8376-40cf-acfa-1d08354a55c8 Content-Encoding: gzip Content-Length: 284 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3d416247e8224533841040c3ad2bce5a", "links": {"self": "http://172.30.9.28:5000/v3/roles/3d416247e8224533841040c3ad2bce5a"}, "name": "admin"}, {"domain_id": null, "id": "6fc48fbb08d4410680bf5ace535e410c", "links": {"self": "http://172.30.9.28:5000/v3/roles/6fc48fbb08d4410680bf5ace535e410c"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "fea739ce4d1249249c128f55b640b79d", "links": {"self": "http://172.30.9.28:5000/v3/roles/fea739ce4d1249249c128f55b640b79d"}, "name": "ResellerAdmin"}]} 2018-09-04 11:32:18,584 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-b620af77-8376-40cf-acfa-1d08354a55c8 2018-09-04 11:32:18,584 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0897908210754s 2018-09-04 11:32:18,585 - functest.core.tenantnetwork - INFO - Creating default role Member 2018-09-04 11:32:18,586 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleCreate 2018-09-04 11:32:18,586 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e3f9f6f6d2368f59396eca632aea88b89f751320" -d '{"role": {"name": "Member"}}' 2018-09-04 11:32:18,684 - keystoneauth.session - DEBUG - RESP: [201] Date: Tue, 04 Sep 2018 11:32:18 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-75998edf-367d-4f27-a95b-97a00ab7caa3 Content-Length: 177 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "8207f14a700a4ed1aaf5394d187d5a69", "links": {"self": "http://172.30.9.28:5000/v3/roles/8207f14a700a4ed1aaf5394d187d5a69"}, "name": "Member"}} 2018-09-04 11:32:18,684 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/roles used request id req-75998edf-367d-4f27-a95b-97a00ab7caa3 2018-09-04 11:32:18,685 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleCreate in 0.0989389419556s 2018-09-04 11:32:18,685 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/roles/8207f14a700a4ed1aaf5394d187d5a69 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e3f9f6f6d2368f59396eca632aea88b89f751320" 2018-09-04 11:32:18,856 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 11:32:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6144a6cb-27e4-480b-af75-2e088037db9d Content-Encoding: gzip Content-Length: 143 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.28:5000/v3/roles/8207f14a700a4ed1aaf5394d187d5a69"}, "domain_id": null, "name": "Member", "id": "8207f14a700a4ed1aaf5394d187d5a69"}} 2018-09-04 11:32:18,856 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles/8207f14a700a4ed1aaf5394d187d5a69 used request id req-6144a6cb-27e4-480b-af75-2e088037db9d 2018-09-04 11:32:18,857 - functest.core.tenantnetwork - DEBUG - role: Munch({'NAME_ATTR': 'name', 'name': u'Member', 'links': {u'self': u'http://172.30.9.28:5000/v3/roles/8207f14a700a4ed1aaf5394d187d5a69'}, 'domain_id': None, 'human_id': None, 'id': u'8207f14a700a4ed1aaf5394d187d5a69', 'HUMAN_ID': False}) 2018-09-04 11:32:18,857 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-09-04 11:32:18,858 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e3f9f6f6d2368f59396eca632aea88b89f751320" 2018-09-04 11:32:18,938 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 11:32:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8e183a10-7adc-475a-9729-12c5574d1623 Content-Encoding: gzip Content-Length: 316 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3d416247e8224533841040c3ad2bce5a", "links": {"self": "http://172.30.9.28:5000/v3/roles/3d416247e8224533841040c3ad2bce5a"}, "name": "admin"}, {"domain_id": null, "id": "6fc48fbb08d4410680bf5ace535e410c", "links": {"self": "http://172.30.9.28:5000/v3/roles/6fc48fbb08d4410680bf5ace535e410c"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "8207f14a700a4ed1aaf5394d187d5a69", "links": {"self": "http://172.30.9.28:5000/v3/roles/8207f14a700a4ed1aaf5394d187d5a69"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "fea739ce4d1249249c128f55b640b79d", "links": {"self": "http://172.30.9.28:5000/v3/roles/fea739ce4d1249249c128f55b640b79d"}, "name": "ResellerAdmin"}]} 2018-09-04 11:32:18,939 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-8e183a10-7adc-475a-9729-12c5574d1623 2018-09-04 11:32:18,939 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0816910266876s 2018-09-04 11:32:18,940 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2018-09-04 11:32:18,941 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e3f9f6f6d2368f59396eca632aea88b89f751320" 2018-09-04 11:32:19,015 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 11:32:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0308e524-7a51-47f9-aa1e-f6abd9e1630b 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.28:5000/v3/domains/default"}, "name": "Default"}} 2018-09-04 11:32:19,015 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains/default used request id req-0308e524-7a51-47f9-aa1e-f6abd9e1630b 2018-09-04 11:32:19,015 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.0750420093536s 2018-09-04 11:32:19,016 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-09-04 11:32:19,017 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}e3f9f6f6d2368f59396eca632aea88b89f751320" 2018-09-04 11:32:19,110 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 11:32:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-087be500-1dee-4a55-9e55-a280ded60e3e Content-Encoding: gzip Content-Length: 833 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.28:5000/v3/users/2719bb13630f43dfa92537864b7b9156"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2719bb13630f43dfa92537864b7b9156", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.28:5000/v3/users/36910ef6abf94075a2d6069c8571e383"}, "domain_id": "default", "enabled": true, "options": {}, "id": "36910ef6abf94075a2d6069c8571e383", "email": "cinder@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.28:5000/v3/users/42c3a9abd8ad4ce8ab2c4cc6e0403c33"}, "domain_id": "default", "enabled": true, "options": {}, "id": "42c3a9abd8ad4ce8ab2c4cc6e0403c33", "email": "admin@example.com", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.28:5000/v3/users/449836e5f54549afb8a7ce28abf3d544"}, "domain_id": "default", "enabled": true, "options": {}, "id": "449836e5f54549afb8a7ce28abf3d544", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.28:5000/v3/users/4f2d44b313674c27b065e562198a2eaf"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4f2d44b313674c27b065e562198a2eaf", "email": "placement@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.28:5000/v3/users/53e472b53b3247cc998195108afb0333"}, "domain_id": "default", "enabled": true, "options": {}, "id": "53e472b53b3247cc998195108afb0333", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.28:5000/v3/users/72c8a4f27c80473bb772f1af33725838"}, "domain_id": "default", "enabled": true, "options": {}, "id": "72c8a4f27c80473bb772f1af33725838", "email": "glance@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.28:5000/v3/users/7661c02c249442d984369889093013fe"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7661c02c249442d984369889093013fe", "email": "barbican@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.28:5000/v3/users/78cfb105b70a43c69c179056f12732d4"}, "domain_id": "bb3675e8f7584634b56038f5732ae451", "enabled": true, "options": {}, "id": "78cfb105b70a43c69c179056f12732d4", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.28:5000/v3/users/7cc5af47f4974b51be24b8af469f48f6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7cc5af47f4974b51be24b8af469f48f6", "email": "aodh@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.28:5000/v3/users/828ac5d6a2ef4b0091fb761ec963b324"}, "domain_id": "default", "enabled": true, "options": {}, "id": "828ac5d6a2ef4b0091fb761ec963b324", "email": "congress@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "patrole-user_4f20f6bb-48bd-4a8f-93b7-df2187674780", "links": {"self": "http://172.30.9.28:5000/v3/users/97c9a8d1ad4445ad87c3d2f931d5637c"}, "domain_id": "default", "enabled": true, "id": "97c9a8d1ad4445ad87c3d2f931d5637c", "options": {}}, {"name": "gnocchi", "links": {"self": "http://172.30.9.28:5000/v3/users/9dcf57654b41495ea7db845703bc37f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9dcf57654b41495ea7db845703bc37f8", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.28:5000/v3/users/c4e0c9bcba5d4f0895d28f0f72346c41"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c4e0c9bcba5d4f0895d28f0f72346c41", "email": "neutron@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.28:5000/v3/users/ef3f2972886b4078848941109f593feb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ef3f2972886b4078848941109f593feb", "email": "nova@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.28:5000/v3/users", "previous": null, "next": null}} 2018-09-04 11:32:19,110 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-087be500-1dee-4a55-9e55-a280ded60e3e 2018-09-04 11:32:19,110 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0937428474426s 2018-09-04 11:32:19,110 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-087be500-1dee-4a55-9e55-a280ded60e3e 2018-09-04 11:32:19,116 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-09-04 11:32:19,117 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28: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}e3f9f6f6d2368f59396eca632aea88b89f751320" 2018-09-04 11:32:19,196 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 11:32:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b3363384-e190-45ac-bec3-d45a2ce534f7 Content-Encoding: gzip Content-Length: 388 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28: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.28:5000/v3/projects/18025ed81c804927a1f0e0e0ba20836f"}, "enabled": true, "id": "18025ed81c804927a1f0e0e0ba20836f", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.28:5000/v3/projects/1e2f68a072b64978bd7ea91c2d64aca6"}, "enabled": true, "id": "1e2f68a072b64978bd7ea91c2d64aca6", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: patrole", "links": {"self": "http://172.30.9.28:5000/v3/projects/5efe9645576d420f836c625864cab315"}, "enabled": true, "id": "5efe9645576d420f836c625864cab315", "parent_id": "default", "domain_id": "default", "name": "patrole-project_4f20f6bb-48bd-4a8f-93b7-df2187674780"}]} 2018-09-04 11:32:19,196 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?domain_id=default used request id req-b3363384-e190-45ac-bec3-d45a2ce534f7 2018-09-04 11:32:19,196 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0801429748535s 2018-09-04 11:32:19,197 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?domain_id=default used request id req-b3363384-e190-45ac-bec3-d45a2ce534f7 2018-09-04 11:32:19,199 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2018-09-04 11:32:19,200 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/role_assignments?user.id=97c9a8d1ad4445ad87c3d2f931d5637c&scope.project.id=5efe9645576d420f836c625864cab315&role.id=8207f14a700a4ed1aaf5394d187d5a69 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e3f9f6f6d2368f59396eca632aea88b89f751320" 2018-09-04 11:32:19,274 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 11:32:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-92f2a987-5b4c-4114-8db6-7f3aacc756fd Content-Encoding: gzip Content-Length: 210 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.28:5000/v3/role_assignments?user.id=97c9a8d1ad4445ad87c3d2f931d5637c&scope.project.id=5efe9645576d420f836c625864cab315&role.id=8207f14a700a4ed1aaf5394d187d5a69", "previous": null, "next": null}} 2018-09-04 11:32:19,274 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/role_assignments?user.id=97c9a8d1ad4445ad87c3d2f931d5637c&scope.project.id=5efe9645576d420f836c625864cab315&role.id=8207f14a700a4ed1aaf5394d187d5a69 used request id req-92f2a987-5b4c-4114-8db6-7f3aacc756fd 2018-09-04 11:32:19,274 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.0749111175537s 2018-09-04 11:32:19,275 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2018-09-04 11:32:19,275 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.28:5000/v3/projects/5efe9645576d420f836c625864cab315/users/97c9a8d1ad4445ad87c3d2f931d5637c/roles/8207f14a700a4ed1aaf5394d187d5a69 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e3f9f6f6d2368f59396eca632aea88b89f751320" 2018-09-04 11:32:19,405 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 11:32:19 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b2887d74-dea1-4eae-bf61-a2321f0bdf11 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 11:32:19,406 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.28:5000/v3/projects/5efe9645576d420f836c625864cab315/users/97c9a8d1ad4445ad87c3d2f931d5637c/roles/8207f14a700a4ed1aaf5394d187d5a69 used request id req-b2887d74-dea1-4eae-bf61-a2321f0bdf11 2018-09-04 11:32:19,406 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.131160020828s 2018-09-04 11:32:19,407 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'patrole-project_4f20f6bb-48bd-4a8f-93b7-df2187674780', 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': '3dd22027-b445-4311-8c38-ad04bab1aca1', u'workflow_api_version': u'2', 'verify': True, u'identity_api_version': '3', 'cloudname': 'overcloud', u'volume_api_version': '3', 'username': u'patrole-user_4f20f6bb-48bd-4a8f-93b7-df2187674780', 'project_id': u'5efe9645576d420f836c625864cab315', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.28:5000/v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2018-09-04 11:32:19,408 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-09-04 11:32:19,408 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-09-04 11:32:19,408 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-09-04 11:32:19,408 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-09-04 11:32:19,408 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-09-04 11:32:19,408 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-09-04 11:32:19,408 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-09-04 11:32:19,409 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-09-04 11:32:19,409 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-09-04 11:32:19,409 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-09-04 11:32:19,409 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-09-04 11:32:19,409 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-09-04 11:32:19,409 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-09-04 11:32:19,409 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-09-04 11:32:19,409 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-09-04 11:32:19,409 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-09-04 11:32:19,410 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-09-04 11:32:19,410 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-09-04 11:32:19,410 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-09-04 11:32:19,410 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-09-04 11:32:19,410 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-09-04 11:32:19,410 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-09-04 11:32:19,410 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-09-04 11:32:19,410 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-09-04 11:32:19,412 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'patrole-user_4f20f6bb-48bd-4a8f-93b7-df2187674780', 'password': '3dd22027-b445-4311-8c38-ad04bab1aca1', 'project_name': 'patrole-project_4f20f6bb-48bd-4a8f-93b7-df2187674780', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.28:5000/v3', 'project_id': '5efe9645576d420f836c625864cab315', 'project_domain_name': 'Default'} 2018-09-04 11:32:19,412 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-09-04 11:32:19,413 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e3f9f6f6d2368f59396eca632aea88b89f751320" 2018-09-04 11:32:19,493 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 11:32:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e848af01-6a1d-4cde-a615-78e021cd3250 Content-Encoding: gzip Content-Length: 316 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3d416247e8224533841040c3ad2bce5a", "links": {"self": "http://172.30.9.28:5000/v3/roles/3d416247e8224533841040c3ad2bce5a"}, "name": "admin"}, {"domain_id": null, "id": "6fc48fbb08d4410680bf5ace535e410c", "links": {"self": "http://172.30.9.28:5000/v3/roles/6fc48fbb08d4410680bf5ace535e410c"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "8207f14a700a4ed1aaf5394d187d5a69", "links": {"self": "http://172.30.9.28:5000/v3/roles/8207f14a700a4ed1aaf5394d187d5a69"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "fea739ce4d1249249c128f55b640b79d", "links": {"self": "http://172.30.9.28:5000/v3/roles/fea739ce4d1249249c128f55b640b79d"}, "name": "ResellerAdmin"}]} 2018-09-04 11:32:19,494 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-e848af01-6a1d-4cde-a615-78e021cd3250 2018-09-04 11:32:19,494 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0817158222198s 2018-09-04 11:32:19,495 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-09-04 11:32:19,496 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e3f9f6f6d2368f59396eca632aea88b89f751320" 2018-09-04 11:32:19,568 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 11:32:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3cfd3cb8-ece1-4991-bf0a-8cc1b47d32ec Content-Encoding: gzip Content-Length: 316 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3d416247e8224533841040c3ad2bce5a", "links": {"self": "http://172.30.9.28:5000/v3/roles/3d416247e8224533841040c3ad2bce5a"}, "name": "admin"}, {"domain_id": null, "id": "6fc48fbb08d4410680bf5ace535e410c", "links": {"self": "http://172.30.9.28:5000/v3/roles/6fc48fbb08d4410680bf5ace535e410c"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "8207f14a700a4ed1aaf5394d187d5a69", "links": {"self": "http://172.30.9.28:5000/v3/roles/8207f14a700a4ed1aaf5394d187d5a69"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "fea739ce4d1249249c128f55b640b79d", "links": {"self": "http://172.30.9.28:5000/v3/roles/fea739ce4d1249249c128f55b640b79d"}, "name": "ResellerAdmin"}]} 2018-09-04 11:32:19,569 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-3cfd3cb8-ece1-4991-bf0a-8cc1b47d32ec 2018-09-04 11:32:19,569 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0735740661621s 2018-09-04 11:32:19,570 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2018-09-04 11:32:19,571 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e3f9f6f6d2368f59396eca632aea88b89f751320" 2018-09-04 11:32:19,649 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 11:32:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2590a995-10ec-4fad-91f8-4ad01d4ff425 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.28:5000/v3/domains/default"}, "name": "Default"}} 2018-09-04 11:32:19,650 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains/default used request id req-2590a995-10ec-4fad-91f8-4ad01d4ff425 2018-09-04 11:32:19,650 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.0795960426331s 2018-09-04 11:32:19,651 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-09-04 11:32:19,651 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}e3f9f6f6d2368f59396eca632aea88b89f751320" 2018-09-04 11:32:19,748 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 11:32:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a3b1e6bd-131c-4c97-be86-1a59573976e5 Content-Encoding: gzip Content-Length: 833 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.28:5000/v3/users/2719bb13630f43dfa92537864b7b9156"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2719bb13630f43dfa92537864b7b9156", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.28:5000/v3/users/36910ef6abf94075a2d6069c8571e383"}, "domain_id": "default", "enabled": true, "options": {}, "id": "36910ef6abf94075a2d6069c8571e383", "email": "cinder@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.28:5000/v3/users/42c3a9abd8ad4ce8ab2c4cc6e0403c33"}, "domain_id": "default", "enabled": true, "options": {}, "id": "42c3a9abd8ad4ce8ab2c4cc6e0403c33", "email": "admin@example.com", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.28:5000/v3/users/449836e5f54549afb8a7ce28abf3d544"}, "domain_id": "default", "enabled": true, "options": {}, "id": "449836e5f54549afb8a7ce28abf3d544", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.28:5000/v3/users/4f2d44b313674c27b065e562198a2eaf"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4f2d44b313674c27b065e562198a2eaf", "email": "placement@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.28:5000/v3/users/53e472b53b3247cc998195108afb0333"}, "domain_id": "default", "enabled": true, "options": {}, "id": "53e472b53b3247cc998195108afb0333", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.28:5000/v3/users/72c8a4f27c80473bb772f1af33725838"}, "domain_id": "default", "enabled": true, "options": {}, "id": "72c8a4f27c80473bb772f1af33725838", "email": "glance@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.28:5000/v3/users/7661c02c249442d984369889093013fe"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7661c02c249442d984369889093013fe", "email": "barbican@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.28:5000/v3/users/78cfb105b70a43c69c179056f12732d4"}, "domain_id": "bb3675e8f7584634b56038f5732ae451", "enabled": true, "options": {}, "id": "78cfb105b70a43c69c179056f12732d4", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.28:5000/v3/users/7cc5af47f4974b51be24b8af469f48f6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7cc5af47f4974b51be24b8af469f48f6", "email": "aodh@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.28:5000/v3/users/828ac5d6a2ef4b0091fb761ec963b324"}, "domain_id": "default", "enabled": true, "options": {}, "id": "828ac5d6a2ef4b0091fb761ec963b324", "email": "congress@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "patrole-user_4f20f6bb-48bd-4a8f-93b7-df2187674780", "links": {"self": "http://172.30.9.28:5000/v3/users/97c9a8d1ad4445ad87c3d2f931d5637c"}, "domain_id": "default", "enabled": true, "id": "97c9a8d1ad4445ad87c3d2f931d5637c", "options": {}}, {"name": "gnocchi", "links": {"self": "http://172.30.9.28:5000/v3/users/9dcf57654b41495ea7db845703bc37f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9dcf57654b41495ea7db845703bc37f8", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.28:5000/v3/users/c4e0c9bcba5d4f0895d28f0f72346c41"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c4e0c9bcba5d4f0895d28f0f72346c41", "email": "neutron@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.28:5000/v3/users/ef3f2972886b4078848941109f593feb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ef3f2972886b4078848941109f593feb", "email": "nova@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.28:5000/v3/users", "previous": null, "next": null}} 2018-09-04 11:32:19,748 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-a3b1e6bd-131c-4c97-be86-1a59573976e5 2018-09-04 11:32:19,748 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0976459980011s 2018-09-04 11:32:19,749 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-a3b1e6bd-131c-4c97-be86-1a59573976e5 2018-09-04 11:32:19,755 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-09-04 11:32:19,755 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28: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}e3f9f6f6d2368f59396eca632aea88b89f751320" 2018-09-04 11:32:19,830 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 11:32:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-11d63225-ff07-4209-953f-93576078836f Content-Encoding: gzip Content-Length: 388 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28: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.28:5000/v3/projects/18025ed81c804927a1f0e0e0ba20836f"}, "enabled": true, "id": "18025ed81c804927a1f0e0e0ba20836f", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.28:5000/v3/projects/1e2f68a072b64978bd7ea91c2d64aca6"}, "enabled": true, "id": "1e2f68a072b64978bd7ea91c2d64aca6", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: patrole", "links": {"self": "http://172.30.9.28:5000/v3/projects/5efe9645576d420f836c625864cab315"}, "enabled": true, "id": "5efe9645576d420f836c625864cab315", "parent_id": "default", "domain_id": "default", "name": "patrole-project_4f20f6bb-48bd-4a8f-93b7-df2187674780"}]} 2018-09-04 11:32:19,831 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?domain_id=default used request id req-11d63225-ff07-4209-953f-93576078836f 2018-09-04 11:32:19,831 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.076092004776s 2018-09-04 11:32:19,831 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?domain_id=default used request id req-11d63225-ff07-4209-953f-93576078836f 2018-09-04 11:32:19,833 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2018-09-04 11:32:19,834 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/role_assignments?user.id=97c9a8d1ad4445ad87c3d2f931d5637c&scope.project.id=5efe9645576d420f836c625864cab315&role.id=3d416247e8224533841040c3ad2bce5a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e3f9f6f6d2368f59396eca632aea88b89f751320" 2018-09-04 11:32:19,917 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 11:32:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9b16cd9b-f06e-4c5e-aafb-9435d7766a21 Content-Encoding: gzip Content-Length: 211 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.28:5000/v3/role_assignments?user.id=97c9a8d1ad4445ad87c3d2f931d5637c&scope.project.id=5efe9645576d420f836c625864cab315&role.id=3d416247e8224533841040c3ad2bce5a", "previous": null, "next": null}} 2018-09-04 11:32:19,917 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/role_assignments?user.id=97c9a8d1ad4445ad87c3d2f931d5637c&scope.project.id=5efe9645576d420f836c625864cab315&role.id=3d416247e8224533841040c3ad2bce5a used request id req-9b16cd9b-f06e-4c5e-aafb-9435d7766a21 2018-09-04 11:32:19,917 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.0839312076569s 2018-09-04 11:32:19,918 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2018-09-04 11:32:19,918 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.28:5000/v3/projects/5efe9645576d420f836c625864cab315/users/97c9a8d1ad4445ad87c3d2f931d5637c/roles/3d416247e8224533841040c3ad2bce5a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e3f9f6f6d2368f59396eca632aea88b89f751320" 2018-09-04 11:32:20,053 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 11:32:19 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-50b28254-d2d2-449a-8e04-d508b7a720ce Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 11:32:20,053 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.28:5000/v3/projects/5efe9645576d420f836c625864cab315/users/97c9a8d1ad4445ad87c3d2f931d5637c/roles/3d416247e8224533841040c3ad2bce5a used request id req-50b28254-d2d2-449a-8e04-d508b7a720ce 2018-09-04 11:32:20,053 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.135514974594s 2018-09-04 11:32:20,054 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-09-04 11:32:22,581 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-09-04 11:32:22.151 11212 INFO rally.deployment.engine [-] Deployment 90643402-4f68-4151-bab9-89c38b7f4214 | Starting: Destroy cloud and free allocated resources. 2018-09-04 11:32:22.260 11212 INFO rally.deployment.engine [-] Deployment 90643402-4f68-4151-bab9-89c38b7f4214 | Completed: Destroy cloud and free allocated resources. 2018-09-04 11:32:22.300 11212 INFO rally.api [-] Deleting all verifications created by verifier 'opnfv-tempest' (UUID=cfcc2a2d-03a3-4b46-b660-53ad82bbbc19) for deployment 'opnfv-rally'. 2018-09-04 11:32:22.319 11212 INFO rally.api [-] Deleting verification (UUID=00483996-4ce8-4e84-99fa-c098ea2871f9). 2018-09-04 11:32:22.366 11212 INFO rally.api [-] Verification has been successfully deleted! 2018-09-04 11:32:22.367 11212 INFO rally.api [-] Deleting deployment-specific data for verifier 'opnfv-tempest' (UUID=cfcc2a2d-03a3-4b46-b660-53ad82bbbc19). 2018-09-04 11:32:22.378 11212 INFO rally.api [-] Deployment-specific data has been successfully deleted! 2018-09-04 11:32:25,002 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-09-04 11:32:24.715 11215 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=af08efbe-9938-4197-af39-be4d930e073e) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | af08efbe-9938-4197-af39-be4d930e073e | 2018-09-04T11:32:24 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: af08efbe-9938-4197-af39-be4d930e073e ~/.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-09-04 11:32:28,255 - 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-09-04 11:32:28,255 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-09-04 11:32:30,574 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify delete-verifier --id opnfv-tempest --force 2018-09-04 11:32:30.302 11221 INFO rally.api [-] Deleting verifier 'opnfv-tempest' (UUID=cfcc2a2d-03a3-4b46-b660-53ad82bbbc19). 2018-09-04 11:32:30.427 11221 INFO rally.api [-] Verifier has been successfully deleted! 2018-09-04 11:32:34,009 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide 2018-09-04 11:32:32.451 11224 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2018-09-04 11:32:32.619 11224 INFO rally.verification.manager [-] Cloning verifier repo from /src/tempest. 2018-09-04 11:32:33.805 11224 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=4a34ca7f-b246-404d-b785-fb0d9253b100) has been successfully created! Using verifier 'opnfv-tempest' (UUID=4a34ca7f-b246-404d-b785-fb0d9253b100) as the default verifier for the future CLI operations. 2018-09-04 11:32:37,025 - xtesting.ci.run_tests - INFO - Running test case 'patrole'... 2018-09-04 11:32:37,026 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainList 2018-09-04 11:32:37,027 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/domains? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e3f9f6f6d2368f59396eca632aea88b89f751320" 2018-09-04 11:32:37,118 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 11:32:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-531bfb29-f7f7-4262-8d3c-79b40d05cae1 Content-Encoding: gzip Content-Length: 213 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.28:5000/v3/domains/bb3675e8f7584634b56038f5732ae451"}, "description": "", "name": "heat_stack", "enabled": true, "id": "bb3675e8f7584634b56038f5732ae451"}, {"links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains", "previous": null, "next": null}} 2018-09-04 11:32:37,118 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains used request id req-531bfb29-f7f7-4262-8d3c-79b40d05cae1 2018-09-04 11:32:37,119 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainList in 0.0926551818848s 2018-09-04 11:32:37,120 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-09-04 11:32:37,121 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28: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}e3f9f6f6d2368f59396eca632aea88b89f751320" 2018-09-04 11:32:37,202 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 11:32:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4b6f13ac-b623-43ba-a038-53863d6b5558 Content-Encoding: gzip Content-Length: 388 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28: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.28:5000/v3/projects/18025ed81c804927a1f0e0e0ba20836f"}, "enabled": true, "id": "18025ed81c804927a1f0e0e0ba20836f", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.28:5000/v3/projects/1e2f68a072b64978bd7ea91c2d64aca6"}, "enabled": true, "id": "1e2f68a072b64978bd7ea91c2d64aca6", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: patrole", "links": {"self": "http://172.30.9.28:5000/v3/projects/5efe9645576d420f836c625864cab315"}, "enabled": true, "id": "5efe9645576d420f836c625864cab315", "parent_id": "default", "domain_id": "default", "name": "patrole-project_4f20f6bb-48bd-4a8f-93b7-df2187674780"}]} 2018-09-04 11:32:37,202 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?domain_id=default used request id req-4b6f13ac-b623-43ba-a038-53863d6b5558 2018-09-04 11:32:37,202 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0817658901215s 2018-09-04 11:32:37,202 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?domain_id=default used request id req-4b6f13ac-b623-43ba-a038-53863d6b5558 2018-09-04 11:32:37,205 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-09-04 11:32:37,206 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28: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}e3f9f6f6d2368f59396eca632aea88b89f751320" -d '{"network": {"shared": true, "tenant_id": "5efe9645576d420f836c625864cab315", "name": "patrole-net_4f20f6bb-48bd-4a8f-93b7-df2187674780", "admin_state_up": true}}' 2018-09-04 11:32:37,892 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 679 X-Openstack-Request-Id: req-f442c949-3898-45d5-989d-ef7391d779ff Date: Tue, 04 Sep 2018 11:32:37 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"provider:network_type":"vxlan","id":"9b0228b8-8cc8-49fe-8dcb-b2b1fe70a60f","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":true,"project_id":"5efe9645576d420f836c625864cab315","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-09-04T11:32:37Z","is_default":false,"provider:segmentation_id":51,"name":"patrole-net_4f20f6bb-48bd-4a8f-93b7-df2187674780","admin_state_up":true,"tenant_id":"5efe9645576d420f836c625864cab315","created_at":"2018-09-04T11:32:37Z","mtu":1450}} 2018-09-04 11:32:37,892 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-f442c949-3898-45d5-989d-ef7391d779ff 2018-09-04 11:32:37,892 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.686742067337s 2018-09-04 11:32:37,893 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-f442c949-3898-45d5-989d-ef7391d779ff 2018-09-04 11:32:37,893 - functest.core.tenantnetwork - DEBUG - network: Munch({u'status': u'ACTIVE', u'subnets': [], u'description': u'', u'provider:physical_network': None, u'tags': [], u'ipv6_address_scope': None, u'updated_at': u'2018-09-04T11:32:37Z', u'is_default': False, u'revision_number': 2, u'port_security_enabled': True, u'provider:network_type': u'vxlan', u'id': u'9b0228b8-8cc8-49fe-8dcb-b2b1fe70a60f', u'provider:segmentation_id': 51, u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'patrole-net_4f20f6bb-48bd-4a8f-93b7-df2187674780', u'admin_state_up': True, u'tenant_id': u'5efe9645576d420f836c625864cab315', u'created_at': u'2018-09-04T11:32:37Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': True, u'project_id': u'5efe9645576d420f836c625864cab315'}) 2018-09-04 11:32:37,894 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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-09-04 11:32:37,901 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 11:32:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-99e8b148-77f3-49c3-96f9-918b0c836b36 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.28:5000/v3/", "rel": "self"}]}} 2018-09-04 11:32:37,901 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-99e8b148-77f3-49c3-96f9-918b0c836b36 2018-09-04 11:32:37,902 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-09-04 11:32:38,374 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8207f14a700a4ed1aaf5394d187d5a69", "name": "Member"}, {"id": "3d416247e8224533841040c3ad2bce5a", "name": "admin"}], "expires_at": "2018-09-04T12:32:38.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5efe9645576d420f836c625864cab315", "name": "patrole-project_4f20f6bb-48bd-4a8f-93b7-df2187674780"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v1/5efe9645576d420f836c625864cab315", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235635a698ef4bef9dc6b25273d185da"}, {"url": "http://192.30.9.6:8776/v1/5efe9645576d420f836c625864cab315", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "23b07b3fbfc340a58cf0f9b2871a0d23"}, {"url": "http://172.30.9.28:8776/v1/5efe9645576d420f836c625864cab315", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "72fd0aaa144d45419f4b04b6b26f69a7"}], "type": "volume", "id": "097241c25b4d4f7e91b3f8efa155909e", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v3/5efe9645576d420f836c625864cab315", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93eb4cf3030a49e7840bec071422d397"}, {"url": "http://192.30.9.6:8776/v3/5efe9645576d420f836c625864cab315", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8af439a6ac147fdbcb38ed9aa916b68"}, {"url": "http://192.30.9.6:8776/v3/5efe9645576d420f836c625864cab315", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c4bfdbc9b7c74a23a40afdf578cfeba4"}], "type": "volumev3", "id": "1c85f4682ce44f729db1dabd98e965e8", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "82239574a29d4603a2161006f61851cf"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8d15f7134f364a7bbcfff2f84aac3bf2"}, {"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e01668c43a0c4c279b9a3d20a0280d6c"}], "type": "image", "id": "297d8415ca96454991054983920912f7", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7bb4d60e20734d4a9f31ec75e02cb823"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bf6adec15590466a9a0d3bddb00e8993"}, {"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f096f03a1d12411a8972f6f7c196b60d"}], "type": "policy", "id": "54c64351b56d44bbad74c2969cc3aa00", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "354ae6870a324fab82d0a0fb68ee0f26"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a3807e460dd4af488d982b66c52e64c"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e7c3da785076450abd71868e75ce0c33"}], "type": "cloudformation", "id": "6ac9917ae83c4639a15a4ab3cf0e76dd", "name": "heat-cfn"}, {"endpoints": [], "type": "metering", "id": "7fcc078e5e0645f29df67742ac14e388", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49e71628d386464cb950d6a9db00a328"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75b0a63ed8574bbcab1c851cc9b83d30"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9902b0a8b3c04cd192a1b84c417c232b"}], "type": "key-manager", "id": "9626544a32e74678a641c6e206f028a9", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "497340e5aa36485982fdf297f370558f"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7802beb4fc7c4952897b77bd5610b1fe"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c14af798917f4fa0b146d9772583e595"}], "type": "metric", "id": "973bfe8c658d4e5a8da725e76b9d550e", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "288ecc3674ea41d2aa3b790dcb832bf2"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7a6dc785cd7142f5b30f1a7ba0daeb03"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7f7d34e2351b4964befccc862c4e8e12"}], "type": "network", "id": "a348d7b06050474fb449be7f32ea6f5d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "21bce6ecb8464a1f8f3e3847aa698bd6"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0a8faf2246b47deb30e69e48d3551fb"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e71c6011de3d4d8589e5b53dcc79f288"}], "type": "identity", "id": "ad8d4b4953184137a1b913ecee9434ed", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "13474f9a78ca4f1184e4cddc84d0d98c"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad67365a18234bb78c336e6776958c00"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc54db13337f44f8921fbb9ad0f81de8"}], "type": "alarming", "id": "bb18dc3243034f08a6a7f69f7a1edccf", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0d91d7adf0304b2681c77f979e5cdb17"}, {"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "756e5ffca9774ab3ae2db41bf330417f"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c07c727a08c243b287827f539a124e63"}], "type": "placement", "id": "bb2c9432fcbd4c56913177122468f6ba", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8004/v1/5efe9645576d420f836c625864cab315", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1eed4912224b48cf9856446eae4d9928"}, {"url": "http://192.30.9.6:8004/v1/5efe9645576d420f836c625864cab315", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b73b7f99236541148d84f24f09e5dd40"}, {"url": "http://192.30.9.6:8004/v1/5efe9645576d420f836c625864cab315", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fbf12e52911244fdafc24a9d46f56e62"}], "type": "orchestration", "id": "c8918d139da945ba93df4ccce21d4904", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/5efe9645576d420f836c625864cab315", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16bf098b9e2e490f8e47fa601059f975"}, {"url": "http://192.30.9.6:8776/v2/5efe9645576d420f836c625864cab315", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc16fa4cf491444ca2f611d5692c1170"}, {"url": "http://192.30.9.6:8776/v2/5efe9645576d420f836c625864cab315", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ccd2c5325dff4b90b391db9fdde67d99"}], "type": "volumev2", "id": "d09ac9123c34494abce21d6c27bee9d9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eac694332354a3aa0e61c31314166d7"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b4d4989c4e764717ab78d38675cadd3f"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff196e46b56d406d87a678f1a64497b0"}], "type": "compute", "id": "d4030ee932c84df58c5b910cc197caa7", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "patrole-user_4f20f6bb-48bd-4a8f-93b7-df2187674780", "id": "97c9a8d1ad4445ad87c3d2f931d5637c"}, "audit_ids": ["OQgEV7uWR7GFS60B3p4UgA"], "issued_at": "2018-09-04T11:32:38.000000Z"}} 2018-09-04 11:32:38,377 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-04 11:32:38,378 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}9facc3b85a233a6caaecaf7f588949550aae7010" 2018-09-04 11:32:38,608 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1971 X-Openstack-Request-Id: req-ba296b81-da62-4a20-b3db-611c30ae9d60 Date: Tue, 04 Sep 2018 11:32:38 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"4097e349-dd4a-4a5e-95d6-eed5c2d7b85a","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"18025ed81c804927a1f0e0e0ba20836f","status":"ACTIVE","subnets":["5092c110-d468-4f12-acae-47d56d35dff1"],"description":"","tags":[],"updated_at":"2018-09-04T10:10:50Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"18025ed81c804927a1f0e0e0ba20836f","created_at":"2018-09-04T10:10:44Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"8b642b01-8be3-4202-b6e4-b88520b015c4","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"219a354443d04b66b7da22e8fcd0b9ff","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-09-04T11:25:51Z","provider:segmentation_id":59,"name":"c_rally_9fc79e06_ZGxNMMaa","admin_state_up":true,"tenant_id":"219a354443d04b66b7da22e8fcd0b9ff","created_at":"2018-09-04T11:25:50Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"9b0228b8-8cc8-49fe-8dcb-b2b1fe70a60f","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":true,"project_id":"5efe9645576d420f836c625864cab315","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-09-04T11:32:37Z","provider:segmentation_id":51,"name":"patrole-net_4f20f6bb-48bd-4a8f-93b7-df2187674780","admin_state_up":true,"tenant_id":"5efe9645576d420f836c625864cab315","created_at":"2018-09-04T11:32:37Z","provider:network_type":"vxlan"}]} 2018-09-04 11:32:38,609 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-ba296b81-da62-4a20-b3db-611c30ae9d60 2018-09-04 11:32:38,609 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.23158788681s 2018-09-04 11:32:38,609 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-ba296b81-da62-4a20-b3db-611c30ae9d60 2018-09-04 11:32:38,611 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-09-04 11:32:38,612 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28: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}9facc3b85a233a6caaecaf7f588949550aae7010" -d '{"subnet": {"name": "patrole-subnet_4f20f6bb-48bd-4a8f-93b7-df2187674780", "enable_dhcp": true, "network_id": "9b0228b8-8cc8-49fe-8dcb-b2b1fe70a60f", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-09-04 11:32:39,222 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-07aeb9ce-8ea0-444c-b0df-2e1c16cdc031 Date: Tue, 04 Sep 2018 11:32:39 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"9b0228b8-8cc8-49fe-8dcb-b2b1fe70a60f","tenant_id":"5efe9645576d420f836c625864cab315","created_at":"2018-09-04T11:32:38Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-09-04T11:32:38Z","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":"5efe9645576d420f836c625864cab315","id":"65f82345-265b-4a04-8b1a-2c5ef7b1ba0c","subnetpool_id":null,"name":"patrole-subnet_4f20f6bb-48bd-4a8f-93b7-df2187674780"}} 2018-09-04 11:32:39,222 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/subnets.json used request id req-07aeb9ce-8ea0-444c-b0df-2e1c16cdc031 2018-09-04 11:32:39,222 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 0.610597848892s 2018-09-04 11:32:39,222 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/subnets.json used request id req-07aeb9ce-8ea0-444c-b0df-2e1c16cdc031 2018-09-04 11:32:39,223 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-09-04T11:32:38Z', 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'65f82345-265b-4a04-8b1a-2c5ef7b1ba0c', u'subnetpool_id': None, u'service_types': [], u'name': u'patrole-subnet_4f20f6bb-48bd-4a8f-93b7-df2187674780', u'enable_dhcp': True, u'network_id': u'9b0228b8-8cc8-49fe-8dcb-b2b1fe70a60f', u'tenant_id': u'5efe9645576d420f836c625864cab315', u'created_at': u'2018-09-04T11:32:38Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'5efe9645576d420f836c625864cab315'}) 2018-09-04 11:32:39,223 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-09-04 11:32:39,224 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28: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}9facc3b85a233a6caaecaf7f588949550aae7010" -d '{"router": {"external_gateway_info": {"network_id": "4097e349-dd4a-4a5e-95d6-eed5c2d7b85a"}, "name": "patrole-router_4f20f6bb-48bd-4a8f-93b7-df2187674780", "admin_state_up": true}}' 2018-09-04 11:32:41,323 - keystoneauth.session - DEBUG - RESP: [409] Content-Type: application/json Content-Length: 164 X-Openstack-Request-Id: req-26e5774b-dc25-40e1-ae1d-26a34563cb7f Date: Tue, 04 Sep 2018 11:32:41 GMT RESP BODY: {"NeutronError": {"message": "No more IP addresses available on network 4097e349-dd4a-4a5e-95d6-eed5c2d7b85a.", "type": "IpAddressGenerationFailure", "detail": ""}} 2018-09-04 11:32:41,324 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/routers.json used request id req-26e5774b-dc25-40e1-ae1d-26a34563cb7f 2018-09-04 11:32:41,324 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 2.10034799576s 2018-09-04 11:32:41,324 - functest.core.tenantnetwork - ERROR - Cannot run patrole Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/functest/core/tenantnetwork.py", line 234, in run self._create_network_resources() File "/usr/lib/python2.7/site-packages/functest/core/tenantnetwork.py", line 225, 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 patrole-router_4f20f6bb-48bd-4a8f-93b7-df2187674780. (409) Client Error for url: http://172.30.9.28:9696/v2.0/routers.json No more IP addresses available on network 4097e349-dd4a-4a5e-95d6-eed5c2d7b85a. (Inner Exception: [Errno 17] File exists: '/var/lib/xtesting/results/') 2018-09-04 11:32:41,329 - functest.core.singlevm - ERROR - Cannot run patrole 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-09-04 11:32:41,329 - functest.opnfv_tests.openstack.tempest.tempest - ERROR - Error with run Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/tempest/tempest.py", line 330, in run **kwargs) == testcase.TestCase.EX_OK AssertionError 2018-09-04 11:32:41,446 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-09-04 11:32:41,446 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | patrole | functest | 00:04 | FAIL | +-------------------+------------------+------------------+----------------+ 2018-09-04 11:32:41,451 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-09-04 11:32:41,452 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}9facc3b85a233a6caaecaf7f588949550aae7010" 2018-09-04 11:32:41,670 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1289 X-Openstack-Request-Id: req-73201444-dc3d-4b81-9257-a37ee68ead2a Date: Tue, 04 Sep 2018 11:32:41 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"4097e349-dd4a-4a5e-95d6-eed5c2d7b85a","tenant_id":"18025ed81c804927a1f0e0e0ba20836f","created_at":"2018-09-04T10:10:50Z","dns_nameservers":[],"updated_at":"2018-09-04T10:10:50Z","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":"18025ed81c804927a1f0e0e0ba20836f","id":"5092c110-d468-4f12-acae-47d56d35dff1","subnetpool_id":null,"name":"external-subnet"},{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"9b0228b8-8cc8-49fe-8dcb-b2b1fe70a60f","tenant_id":"5efe9645576d420f836c625864cab315","created_at":"2018-09-04T11:32:38Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-09-04T11:32:38Z","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":"5efe9645576d420f836c625864cab315","id":"65f82345-265b-4a04-8b1a-2c5ef7b1ba0c","subnetpool_id":null,"name":"patrole-subnet_4f20f6bb-48bd-4a8f-93b7-df2187674780"}]} 2018-09-04 11:32:41,670 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets.json used request id req-73201444-dc3d-4b81-9257-a37ee68ead2a 2018-09-04 11:32:41,670 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.218659877777s 2018-09-04 11:32:41,670 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets.json used request id req-73201444-dc3d-4b81-9257-a37ee68ead2a 2018-09-04 11:32:41,672 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-09-04 11:32:41,672 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:9696/v2.0/subnets/65f82345-265b-4a04-8b1a-2c5ef7b1ba0c.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}9facc3b85a233a6caaecaf7f588949550aae7010" 2018-09-04 11:32:43,854 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-dd173bf0-4408-49aa-9c50-af51292afb46 Date: Tue, 04 Sep 2018 11:32:43 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-04 11:32:43,854 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/subnets/65f82345-265b-4a04-8b1a-2c5ef7b1ba0c.json used request id req-dd173bf0-4408-49aa-9c50-af51292afb46 2018-09-04 11:32:43,855 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 2.18253302574s 2018-09-04 11:32:43,855 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/subnets/65f82345-265b-4a04-8b1a-2c5ef7b1ba0c.json used request id req-dd173bf0-4408-49aa-9c50-af51292afb46 2018-09-04 11:32:43,855 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-04 11:32:43,856 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}9facc3b85a233a6caaecaf7f588949550aae7010" 2018-09-04 11:32:44,132 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1977 X-Openstack-Request-Id: req-160274ee-7c2f-4b08-ba92-6033ac8cd6ee Date: Tue, 04 Sep 2018 11:32:44 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"4097e349-dd4a-4a5e-95d6-eed5c2d7b85a","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"18025ed81c804927a1f0e0e0ba20836f","status":"ACTIVE","subnets":["5092c110-d468-4f12-acae-47d56d35dff1"],"description":"","tags":[],"updated_at":"2018-09-04T10:10:50Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"18025ed81c804927a1f0e0e0ba20836f","created_at":"2018-09-04T10:10:44Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"8b642b01-8be3-4202-b6e4-b88520b015c4","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"219a354443d04b66b7da22e8fcd0b9ff","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-09-04T11:25:51Z","provider:segmentation_id":59,"name":"c_rally_9fc79e06_ZGxNMMaa","admin_state_up":true,"tenant_id":"219a354443d04b66b7da22e8fcd0b9ff","created_at":"2018-09-04T11:25:50Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"9b0228b8-8cc8-49fe-8dcb-b2b1fe70a60f","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":true,"project_id":"5efe9645576d420f836c625864cab315","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-09-04T11:32:43Z","provider:segmentation_id":51,"name":"patrole-net_4f20f6bb-48bd-4a8f-93b7-df2187674780","admin_state_up":true,"tenant_id":"5efe9645576d420f836c625864cab315","created_at":"2018-09-04T11:32:37Z","provider:network_type":"vxlan"}]} 2018-09-04 11:32:44,132 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-160274ee-7c2f-4b08-ba92-6033ac8cd6ee 2018-09-04 11:32:44,132 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.276854038239s 2018-09-04 11:32:44,133 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-160274ee-7c2f-4b08-ba92-6033ac8cd6ee 2018-09-04 11:32:44,134 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-09-04 11:32:44,134 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:9696/v2.0/networks/9b0228b8-8cc8-49fe-8dcb-b2b1fe70a60f.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}9facc3b85a233a6caaecaf7f588949550aae7010" 2018-09-04 11:32:45,281 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-13277abe-fb54-47cd-9c0c-0b3c3d7b4be4 Date: Tue, 04 Sep 2018 11:32:45 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-04 11:32:45,281 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/networks/9b0228b8-8cc8-49fe-8dcb-b2b1fe70a60f.json used request id req-13277abe-fb54-47cd-9c0c-0b3c3d7b4be4 2018-09-04 11:32:45,281 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.14744997025s 2018-09-04 11:32:45,282 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/networks/9b0228b8-8cc8-49fe-8dcb-b2b1fe70a60f.json used request id req-13277abe-fb54-47cd-9c0c-0b3c3d7b4be4 2018-09-04 11:32:45,282 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-09-04 11:32:45,283 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}e3f9f6f6d2368f59396eca632aea88b89f751320" 2018-09-04 11:32:45,389 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 11:32:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a80f904d-38b2-444a-92b9-d2a58c8b76b5 Content-Encoding: gzip Content-Length: 833 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.28:5000/v3/users/2719bb13630f43dfa92537864b7b9156"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2719bb13630f43dfa92537864b7b9156", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.28:5000/v3/users/36910ef6abf94075a2d6069c8571e383"}, "domain_id": "default", "enabled": true, "options": {}, "id": "36910ef6abf94075a2d6069c8571e383", "email": "cinder@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.28:5000/v3/users/42c3a9abd8ad4ce8ab2c4cc6e0403c33"}, "domain_id": "default", "enabled": true, "options": {}, "id": "42c3a9abd8ad4ce8ab2c4cc6e0403c33", "email": "admin@example.com", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.28:5000/v3/users/449836e5f54549afb8a7ce28abf3d544"}, "domain_id": "default", "enabled": true, "options": {}, "id": "449836e5f54549afb8a7ce28abf3d544", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.28:5000/v3/users/4f2d44b313674c27b065e562198a2eaf"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4f2d44b313674c27b065e562198a2eaf", "email": "placement@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.28:5000/v3/users/53e472b53b3247cc998195108afb0333"}, "domain_id": "default", "enabled": true, "options": {}, "id": "53e472b53b3247cc998195108afb0333", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.28:5000/v3/users/72c8a4f27c80473bb772f1af33725838"}, "domain_id": "default", "enabled": true, "options": {}, "id": "72c8a4f27c80473bb772f1af33725838", "email": "glance@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.28:5000/v3/users/7661c02c249442d984369889093013fe"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7661c02c249442d984369889093013fe", "email": "barbican@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.28:5000/v3/users/78cfb105b70a43c69c179056f12732d4"}, "domain_id": "bb3675e8f7584634b56038f5732ae451", "enabled": true, "options": {}, "id": "78cfb105b70a43c69c179056f12732d4", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.28:5000/v3/users/7cc5af47f4974b51be24b8af469f48f6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7cc5af47f4974b51be24b8af469f48f6", "email": "aodh@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.28:5000/v3/users/828ac5d6a2ef4b0091fb761ec963b324"}, "domain_id": "default", "enabled": true, "options": {}, "id": "828ac5d6a2ef4b0091fb761ec963b324", "email": "congress@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "patrole-user_4f20f6bb-48bd-4a8f-93b7-df2187674780", "links": {"self": "http://172.30.9.28:5000/v3/users/97c9a8d1ad4445ad87c3d2f931d5637c"}, "domain_id": "default", "enabled": true, "id": "97c9a8d1ad4445ad87c3d2f931d5637c", "options": {}}, {"name": "gnocchi", "links": {"self": "http://172.30.9.28:5000/v3/users/9dcf57654b41495ea7db845703bc37f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9dcf57654b41495ea7db845703bc37f8", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.28:5000/v3/users/c4e0c9bcba5d4f0895d28f0f72346c41"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c4e0c9bcba5d4f0895d28f0f72346c41", "email": "neutron@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.28:5000/v3/users/ef3f2972886b4078848941109f593feb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ef3f2972886b4078848941109f593feb", "email": "nova@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.28:5000/v3/users", "previous": null, "next": null}} 2018-09-04 11:32:45,389 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-a80f904d-38b2-444a-92b9-d2a58c8b76b5 2018-09-04 11:32:45,389 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.107093095779s 2018-09-04 11:32:45,390 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-a80f904d-38b2-444a-92b9-d2a58c8b76b5 2018-09-04 11:32:45,395 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-09-04 11:32:45,396 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/users/97c9a8d1ad4445ad87c3d2f931d5637c -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}e3f9f6f6d2368f59396eca632aea88b89f751320" 2018-09-04 11:32:45,489 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 11:32:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6bcf3f65-fee6-4fd6-b57d-05b0247e9837 Content-Encoding: gzip Content-Length: 211 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.28:5000/v3/users/97c9a8d1ad4445ad87c3d2f931d5637c"}, "enabled": true, "id": "97c9a8d1ad4445ad87c3d2f931d5637c", "options": {}, "domain_id": "default", "name": "patrole-user_4f20f6bb-48bd-4a8f-93b7-df2187674780"}} 2018-09-04 11:32:45,490 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users/97c9a8d1ad4445ad87c3d2f931d5637c used request id req-6bcf3f65-fee6-4fd6-b57d-05b0247e9837 2018-09-04 11:32:45,490 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.094083070755s 2018-09-04 11:32:45,490 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users/97c9a8d1ad4445ad87c3d2f931d5637c used request id req-6bcf3f65-fee6-4fd6-b57d-05b0247e9837 2018-09-04 11:32:45,491 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-09-04 11:32:45,491 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:5000/v3/users/97c9a8d1ad4445ad87c3d2f931d5637c -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}e3f9f6f6d2368f59396eca632aea88b89f751320" 2018-09-04 11:32:45,915 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 11:32:45 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-153c2d62-2566-41f1-8b7e-4375b2726def Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 11:32:45,915 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/users/97c9a8d1ad4445ad87c3d2f931d5637c used request id req-153c2d62-2566-41f1-8b7e-4375b2726def 2018-09-04 11:32:45,916 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.424859046936s 2018-09-04 11:32:45,916 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/users/97c9a8d1ad4445ad87c3d2f931d5637c used request id req-153c2d62-2566-41f1-8b7e-4375b2726def 2018-09-04 11:32:45,916 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-09-04 11:32:45,917 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}e3f9f6f6d2368f59396eca632aea88b89f751320" 2018-09-04 11:32:45,997 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 11:32:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-59e3ce3c-8068-4d07-ae55-9729fc1799a5 Content-Encoding: gzip Content-Length: 377 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.28:5000/v3/projects/18025ed81c804927a1f0e0e0ba20836f"}, "enabled": true, "id": "18025ed81c804927a1f0e0e0ba20836f", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.28:5000/v3/projects/1e2f68a072b64978bd7ea91c2d64aca6"}, "enabled": true, "id": "1e2f68a072b64978bd7ea91c2d64aca6", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: patrole", "links": {"self": "http://172.30.9.28:5000/v3/projects/5efe9645576d420f836c625864cab315"}, "enabled": true, "id": "5efe9645576d420f836c625864cab315", "parent_id": "default", "domain_id": "default", "name": "patrole-project_4f20f6bb-48bd-4a8f-93b7-df2187674780"}]} 2018-09-04 11:32:45,997 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects used request id req-59e3ce3c-8068-4d07-ae55-9729fc1799a5 2018-09-04 11:32:45,997 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0809879302979s 2018-09-04 11:32:45,998 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects used request id req-59e3ce3c-8068-4d07-ae55-9729fc1799a5 2018-09-04 11:32:46,001 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-09-04 11:32:46,002 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:5000/v3/projects/5efe9645576d420f836c625864cab315 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}e3f9f6f6d2368f59396eca632aea88b89f751320" 2018-09-04 11:32:46,149 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 11:32:46 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0a4166dc-8ab0-4cab-94c7-7646277060d7 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 11:32:46,149 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/projects/5efe9645576d420f836c625864cab315 used request id req-0a4166dc-8ab0-4cab-94c7-7646277060d7 2018-09-04 11:32:46,150 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.148387908936s 2018-09-04 11:32:46,150 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/projects/5efe9645576d420f836c625864cab315 used request id req-0a4166dc-8ab0-4cab-94c7-7646277060d7 2018-09-04 11:32:46,150 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-09-04 11:32:46,151 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e3f9f6f6d2368f59396eca632aea88b89f751320" 2018-09-04 11:32:46,232 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 11:32:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7e3e2cef-7645-4267-bd07-fdfaeea3b502 Content-Encoding: gzip Content-Length: 316 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3d416247e8224533841040c3ad2bce5a", "links": {"self": "http://172.30.9.28:5000/v3/roles/3d416247e8224533841040c3ad2bce5a"}, "name": "admin"}, {"domain_id": null, "id": "6fc48fbb08d4410680bf5ace535e410c", "links": {"self": "http://172.30.9.28:5000/v3/roles/6fc48fbb08d4410680bf5ace535e410c"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "8207f14a700a4ed1aaf5394d187d5a69", "links": {"self": "http://172.30.9.28:5000/v3/roles/8207f14a700a4ed1aaf5394d187d5a69"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "fea739ce4d1249249c128f55b640b79d", "links": {"self": "http://172.30.9.28:5000/v3/roles/fea739ce4d1249249c128f55b640b79d"}, "name": "ResellerAdmin"}]} 2018-09-04 11:32:46,233 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-7e3e2cef-7645-4267-bd07-fdfaeea3b502 2018-09-04 11:32:46,233 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0827090740204s 2018-09-04 11:32:46,235 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleDelete 2018-09-04 11:32:46,236 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:5000/v3/roles/8207f14a700a4ed1aaf5394d187d5a69 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e3f9f6f6d2368f59396eca632aea88b89f751320" 2018-09-04 11:32:46,337 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 04 Sep 2018 11:32:46 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-3f3edc71-c802-4078-ac72-a3ae4e30ffda Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-04 11:32:46,338 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/roles/8207f14a700a4ed1aaf5394d187d5a69 used request id req-3f3edc71-c802-4078-ac72-a3ae4e30ffda 2018-09-04 11:32:46,338 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleDelete in 0.102663040161s 2018-09-04 11:32:46,338 - xtesting.ci.run_tests - ERROR - The test case 'patrole' failed. 2018-09-04 11:32:46,392 - xtesting.ci.run_tests - INFO - Loading test case 'odl'... 2018-09-04 11:32:46,495 - xtesting.ci.run_tests - INFO - Running test case 'odl'... 2018-09-04 11:32:46,496 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-09-04 11:32:46,496 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-09-04 11:32:46,496 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-09-04 11:32:46,496 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-09-04 11:32:46,496 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-09-04 11:32:46,496 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-09-04 11:32:46,496 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-09-04 11:32:46,496 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-09-04 11:32:46,496 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-09-04 11:32:46,496 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-09-04 11:32:46,497 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-09-04 11:32:46,497 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-09-04 11:32:46,497 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-09-04 11:32:46,497 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-09-04 11:32:46,497 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-09-04 11:32:46,497 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-09-04 11:32:46,497 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-09-04 11:32:46,497 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-09-04 11:32:46,497 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-09-04 11:32:46,497 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-09-04 11:32:46,497 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-09-04 11:32:46,497 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-09-04 11:32:46,497 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-09-04 11:32:46,497 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-09-04 11:32:46,498 - shade.task_manager - DEBUG - Manager envvars:regionOne running task ServiceList 2018-09-04 11:32:46,499 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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-09-04 11:32:46,504 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 11:32:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-853a9d0b-7fcc-46b3-9e3e-d30c39fb4b2c 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.28:5000/v3/", "rel": "self"}]}} 2018-09-04 11:32:46,504 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-853a9d0b-7fcc-46b3-9e3e-d30c39fb4b2c 2018-09-04 11:32:46,504 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-09-04 11:32:46,884 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "3d416247e8224533841040c3ad2bce5a", "name": "admin"}], "expires_at": "2018-09-04T12:32:46.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1e2f68a072b64978bd7ea91c2d64aca6", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v1/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235635a698ef4bef9dc6b25273d185da"}, {"url": "http://192.30.9.6:8776/v1/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "23b07b3fbfc340a58cf0f9b2871a0d23"}, {"url": "http://172.30.9.28:8776/v1/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "72fd0aaa144d45419f4b04b6b26f69a7"}], "type": "volume", "id": "097241c25b4d4f7e91b3f8efa155909e", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v3/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93eb4cf3030a49e7840bec071422d397"}, {"url": "http://192.30.9.6:8776/v3/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8af439a6ac147fdbcb38ed9aa916b68"}, {"url": "http://192.30.9.6:8776/v3/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c4bfdbc9b7c74a23a40afdf578cfeba4"}], "type": "volumev3", "id": "1c85f4682ce44f729db1dabd98e965e8", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "82239574a29d4603a2161006f61851cf"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8d15f7134f364a7bbcfff2f84aac3bf2"}, {"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e01668c43a0c4c279b9a3d20a0280d6c"}], "type": "image", "id": "297d8415ca96454991054983920912f7", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7bb4d60e20734d4a9f31ec75e02cb823"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bf6adec15590466a9a0d3bddb00e8993"}, {"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f096f03a1d12411a8972f6f7c196b60d"}], "type": "policy", "id": "54c64351b56d44bbad74c2969cc3aa00", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "354ae6870a324fab82d0a0fb68ee0f26"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a3807e460dd4af488d982b66c52e64c"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e7c3da785076450abd71868e75ce0c33"}], "type": "cloudformation", "id": "6ac9917ae83c4639a15a4ab3cf0e76dd", "name": "heat-cfn"}, {"endpoints": [], "type": "metering", "id": "7fcc078e5e0645f29df67742ac14e388", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49e71628d386464cb950d6a9db00a328"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75b0a63ed8574bbcab1c851cc9b83d30"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9902b0a8b3c04cd192a1b84c417c232b"}], "type": "key-manager", "id": "9626544a32e74678a641c6e206f028a9", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "497340e5aa36485982fdf297f370558f"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7802beb4fc7c4952897b77bd5610b1fe"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c14af798917f4fa0b146d9772583e595"}], "type": "metric", "id": "973bfe8c658d4e5a8da725e76b9d550e", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "288ecc3674ea41d2aa3b790dcb832bf2"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7a6dc785cd7142f5b30f1a7ba0daeb03"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7f7d34e2351b4964befccc862c4e8e12"}], "type": "network", "id": "a348d7b06050474fb449be7f32ea6f5d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "21bce6ecb8464a1f8f3e3847aa698bd6"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0a8faf2246b47deb30e69e48d3551fb"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e71c6011de3d4d8589e5b53dcc79f288"}], "type": "identity", "id": "ad8d4b4953184137a1b913ecee9434ed", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "13474f9a78ca4f1184e4cddc84d0d98c"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad67365a18234bb78c336e6776958c00"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc54db13337f44f8921fbb9ad0f81de8"}], "type": "alarming", "id": "bb18dc3243034f08a6a7f69f7a1edccf", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0d91d7adf0304b2681c77f979e5cdb17"}, {"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "756e5ffca9774ab3ae2db41bf330417f"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c07c727a08c243b287827f539a124e63"}], "type": "placement", "id": "bb2c9432fcbd4c56913177122468f6ba", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8004/v1/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1eed4912224b48cf9856446eae4d9928"}, {"url": "http://192.30.9.6:8004/v1/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b73b7f99236541148d84f24f09e5dd40"}, {"url": "http://192.30.9.6:8004/v1/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fbf12e52911244fdafc24a9d46f56e62"}], "type": "orchestration", "id": "c8918d139da945ba93df4ccce21d4904", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16bf098b9e2e490f8e47fa601059f975"}, {"url": "http://192.30.9.6:8776/v2/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc16fa4cf491444ca2f611d5692c1170"}, {"url": "http://192.30.9.6:8776/v2/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ccd2c5325dff4b90b391db9fdde67d99"}], "type": "volumev2", "id": "d09ac9123c34494abce21d6c27bee9d9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eac694332354a3aa0e61c31314166d7"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b4d4989c4e764717ab78d38675cadd3f"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff196e46b56d406d87a678f1a64497b0"}], "type": "compute", "id": "d4030ee932c84df58c5b910cc197caa7", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "42c3a9abd8ad4ce8ab2c4cc6e0403c33"}, "audit_ids": ["rEht-FvCSZ-ouMlsed861w"], "issued_at": "2018-09-04T11:32:46.000000Z"}} 2018-09-04 11:32:46,888 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}b4c37c270e4454a8abd4453a110e9f8588885cbe" 2018-09-04 11:32:46,893 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 04 Sep 2018 11:32:46 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.28: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.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-04 11:32:46,897 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/services? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b4c37c270e4454a8abd4453a110e9f8588885cbe" 2018-09-04 11:32:46,975 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 11:32:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a9bb38d4-48c0-4849-a4c0-8fd4da65cb1c Content-Encoding: gzip Content-Length: 867 Content-Type: application/json RESP BODY: {"services": [{"description": "Cinder Service", "links": {"self": "http://172.30.9.28:5000/v3/services/097241c25b4d4f7e91b3f8efa155909e"}, "enabled": true, "type": "volume", "id": "097241c25b4d4f7e91b3f8efa155909e", "name": "cinder"}, {"description": "Cinder Service v3", "links": {"self": "http://172.30.9.28:5000/v3/services/1c85f4682ce44f729db1dabd98e965e8"}, "enabled": true, "type": "volumev3", "id": "1c85f4682ce44f729db1dabd98e965e8", "name": "cinderv3"}, {"description": "OpenStack Image Service", "links": {"self": "http://172.30.9.28:5000/v3/services/297d8415ca96454991054983920912f7"}, "enabled": true, "type": "image", "id": "297d8415ca96454991054983920912f7", "name": "glance"}, {"description": "congress Policy Service", "links": {"self": "http://172.30.9.28:5000/v3/services/54c64351b56d44bbad74c2969cc3aa00"}, "enabled": true, "type": "policy", "id": "54c64351b56d44bbad74c2969cc3aa00", "name": "congress"}, {"description": "Openstack Cloudformation Service", "links": {"self": "http://172.30.9.28:5000/v3/services/6ac9917ae83c4639a15a4ab3cf0e76dd"}, "enabled": true, "type": "cloudformation", "id": "6ac9917ae83c4639a15a4ab3cf0e76dd", "name": "heat-cfn"}, {"description": "Openstack Metering Service", "links": {"self": "http://172.30.9.28:5000/v3/services/7fcc078e5e0645f29df67742ac14e388"}, "enabled": true, "type": "metering", "id": "7fcc078e5e0645f29df67742ac14e388", "name": "ceilometer"}, {"description": "Key management Service", "links": {"self": "http://172.30.9.28:5000/v3/services/9626544a32e74678a641c6e206f028a9"}, "enabled": true, "type": "key-manager", "id": "9626544a32e74678a641c6e206f028a9", "name": "barbican"}, {"description": "OpenStack Metric Service", "links": {"self": "http://172.30.9.28:5000/v3/services/973bfe8c658d4e5a8da725e76b9d550e"}, "enabled": true, "type": "metric", "id": "973bfe8c658d4e5a8da725e76b9d550e", "name": "gnocchi"}, {"description": "Neutron Networking Service", "links": {"self": "http://172.30.9.28:5000/v3/services/a348d7b06050474fb449be7f32ea6f5d"}, "enabled": true, "type": "network", "id": "a348d7b06050474fb449be7f32ea6f5d", "name": "neutron"}, {"description": "OpenStack Identity Service", "links": {"self": "http://172.30.9.28:5000/v3/services/ad8d4b4953184137a1b913ecee9434ed"}, "enabled": true, "type": "identity", "id": "ad8d4b4953184137a1b913ecee9434ed", "name": "keystone"}, {"description": "OpenStack Alarming Service", "links": {"self": "http://172.30.9.28:5000/v3/services/bb18dc3243034f08a6a7f69f7a1edccf"}, "enabled": true, "type": "alarming", "id": "bb18dc3243034f08a6a7f69f7a1edccf", "name": "aodh"}, {"description": "Openstack Placement Service", "links": {"self": "http://172.30.9.28:5000/v3/services/bb2c9432fcbd4c56913177122468f6ba"}, "enabled": true, "type": "placement", "id": "bb2c9432fcbd4c56913177122468f6ba", "name": "placement"}, {"description": "Openstack Orchestration Service", "links": {"self": "http://172.30.9.28:5000/v3/services/c8918d139da945ba93df4ccce21d4904"}, "enabled": true, "type": "orchestration", "id": "c8918d139da945ba93df4ccce21d4904", "name": "heat"}, {"description": "Cinder Service v2", "links": {"self": "http://172.30.9.28:5000/v3/services/d09ac9123c34494abce21d6c27bee9d9"}, "enabled": true, "type": "volumev2", "id": "d09ac9123c34494abce21d6c27bee9d9", "name": "cinderv2"}, {"description": "Openstack Compute Service", "links": {"self": "http://172.30.9.28:5000/v3/services/d4030ee932c84df58c5b910cc197caa7"}, "enabled": true, "type": "compute", "id": "d4030ee932c84df58c5b910cc197caa7", "name": "nova"}], "links": {"self": "http://172.30.9.28:5000/v3/services", "previous": null, "next": null}} 2018-09-04 11:32:46,975 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/services used request id req-a9bb38d4-48c0-4849-a4c0-8fd4da65cb1c 2018-09-04 11:32:46,976 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task ServiceList in 0.477656126022s 2018-09-04 11:32:46,982 - shade.task_manager - DEBUG - Manager envvars:regionOne running task EndpointList 2018-09-04 11:32:46,982 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/endpoints? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b4c37c270e4454a8abd4453a110e9f8588885cbe" 2018-09-04 11:32:47,069 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 11:32:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0746dca7-a747-4c84-b6ab-3e7208ef1b8b Content-Encoding: gzip Content-Length: 1957 Content-Type: application/json RESP BODY: {"endpoints": [{"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/0d91d7adf0304b2681c77f979e5cdb17"}, "url": "http://172.30.9.28:8778/placement", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "bb2c9432fcbd4c56913177122468f6ba", "id": "0d91d7adf0304b2681c77f979e5cdb17"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/13474f9a78ca4f1184e4cddc84d0d98c"}, "url": "http://192.30.9.6:8042", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "bb18dc3243034f08a6a7f69f7a1edccf", "id": "13474f9a78ca4f1184e4cddc84d0d98c"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/16bf098b9e2e490f8e47fa601059f975"}, "url": "http://172.30.9.28:8776/v2/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "d09ac9123c34494abce21d6c27bee9d9", "id": "16bf098b9e2e490f8e47fa601059f975"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/1eed4912224b48cf9856446eae4d9928"}, "url": "http://172.30.9.28:8004/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "c8918d139da945ba93df4ccce21d4904", "id": "1eed4912224b48cf9856446eae4d9928"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/21bce6ecb8464a1f8f3e3847aa698bd6"}, "url": "http://192.30.9.6:5000", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "ad8d4b4953184137a1b913ecee9434ed", "id": "21bce6ecb8464a1f8f3e3847aa698bd6"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/235635a698ef4bef9dc6b25273d185da"}, "url": "http://192.30.9.6:8776/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "097241c25b4d4f7e91b3f8efa155909e", "id": "235635a698ef4bef9dc6b25273d185da"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/23b07b3fbfc340a58cf0f9b2871a0d23"}, "url": "http://192.30.9.6:8776/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "097241c25b4d4f7e91b3f8efa155909e", "id": "23b07b3fbfc340a58cf0f9b2871a0d23"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/288ecc3674ea41d2aa3b790dcb832bf2"}, "url": "http://172.30.9.28:9696", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "a348d7b06050474fb449be7f32ea6f5d", "id": "288ecc3674ea41d2aa3b790dcb832bf2"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/354ae6870a324fab82d0a0fb68ee0f26"}, "url": "http://172.30.9.28:8000/v1", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "6ac9917ae83c4639a15a4ab3cf0e76dd", "id": "354ae6870a324fab82d0a0fb68ee0f26"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/497340e5aa36485982fdf297f370558f"}, "url": "http://192.30.9.6:8041", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "973bfe8c658d4e5a8da725e76b9d550e", "id": "497340e5aa36485982fdf297f370558f"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/49e71628d386464cb950d6a9db00a328"}, "url": "http://172.30.9.28:9311", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "9626544a32e74678a641c6e206f028a9", "id": "49e71628d386464cb950d6a9db00a328"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/6eac694332354a3aa0e61c31314166d7"}, "url": "http://192.30.9.6:8774/v2.1", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "d4030ee932c84df58c5b910cc197caa7", "id": "6eac694332354a3aa0e61c31314166d7"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/72fd0aaa144d45419f4b04b6b26f69a7"}, "url": "http://172.30.9.28:8776/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "097241c25b4d4f7e91b3f8efa155909e", "id": "72fd0aaa144d45419f4b04b6b26f69a7"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/756e5ffca9774ab3ae2db41bf330417f"}, "url": "http://192.30.9.6:8778/placement", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "bb2c9432fcbd4c56913177122468f6ba", "id": "756e5ffca9774ab3ae2db41bf330417f"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/75b0a63ed8574bbcab1c851cc9b83d30"}, "url": "http://192.30.9.6:9311", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "9626544a32e74678a641c6e206f028a9", "id": "75b0a63ed8574bbcab1c851cc9b83d30"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/7802beb4fc7c4952897b77bd5610b1fe"}, "url": "http://192.30.9.6:8041", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "973bfe8c658d4e5a8da725e76b9d550e", "id": "7802beb4fc7c4952897b77bd5610b1fe"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/7a6dc785cd7142f5b30f1a7ba0daeb03"}, "url": "http://192.30.9.6:9696", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "a348d7b06050474fb449be7f32ea6f5d", "id": "7a6dc785cd7142f5b30f1a7ba0daeb03"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/7bb4d60e20734d4a9f31ec75e02cb823"}, "url": "http://192.30.9.6:1789", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "54c64351b56d44bbad74c2969cc3aa00", "id": "7bb4d60e20734d4a9f31ec75e02cb823"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/7f7d34e2351b4964befccc862c4e8e12"}, "url": "http://192.30.9.6:9696", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "a348d7b06050474fb449be7f32ea6f5d", "id": "7f7d34e2351b4964befccc862c4e8e12"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/82239574a29d4603a2161006f61851cf"}, "url": "http://172.30.9.28:9292", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "297d8415ca96454991054983920912f7", "id": "82239574a29d4603a2161006f61851cf"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/8d15f7134f364a7bbcfff2f84aac3bf2"}, "url": "http://192.30.9.6:9292", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "297d8415ca96454991054983920912f7", "id": "8d15f7134f364a7bbcfff2f84aac3bf2"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/93eb4cf3030a49e7840bec071422d397"}, "url": "http://172.30.9.28:8776/v3/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "1c85f4682ce44f729db1dabd98e965e8", "id": "93eb4cf3030a49e7840bec071422d397"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/9902b0a8b3c04cd192a1b84c417c232b"}, "url": "http://192.30.9.6:9311", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "9626544a32e74678a641c6e206f028a9", "id": "9902b0a8b3c04cd192a1b84c417c232b"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/9a3807e460dd4af488d982b66c52e64c"}, "url": "http://192.30.9.6:8000/v1", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "6ac9917ae83c4639a15a4ab3cf0e76dd", "id": "9a3807e460dd4af488d982b66c52e64c"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/ad67365a18234bb78c336e6776958c00"}, "url": "http://172.30.9.28:8042", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "bb18dc3243034f08a6a7f69f7a1edccf", "id": "ad67365a18234bb78c336e6776958c00"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/b0a8faf2246b47deb30e69e48d3551fb"}, "url": "http://192.30.9.6:35357", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "ad8d4b4953184137a1b913ecee9434ed", "id": "b0a8faf2246b47deb30e69e48d3551fb"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/b4d4989c4e764717ab78d38675cadd3f"}, "url": "http://172.30.9.28:8774/v2.1", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "d4030ee932c84df58c5b910cc197caa7", "id": "b4d4989c4e764717ab78d38675cadd3f"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/b73b7f99236541148d84f24f09e5dd40"}, "url": "http://192.30.9.6:8004/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "c8918d139da945ba93df4ccce21d4904", "id": "b73b7f99236541148d84f24f09e5dd40"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/b8af439a6ac147fdbcb38ed9aa916b68"}, "url": "http://192.30.9.6:8776/v3/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "1c85f4682ce44f729db1dabd98e965e8", "id": "b8af439a6ac147fdbcb38ed9aa916b68"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/bf6adec15590466a9a0d3bddb00e8993"}, "url": "http://172.30.9.28:1789", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "54c64351b56d44bbad74c2969cc3aa00", "id": "bf6adec15590466a9a0d3bddb00e8993"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/c07c727a08c243b287827f539a124e63"}, "url": "http://192.30.9.6:8778/placement", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "bb2c9432fcbd4c56913177122468f6ba", "id": "c07c727a08c243b287827f539a124e63"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/c14af798917f4fa0b146d9772583e595"}, "url": "http://172.30.9.28:8041", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "973bfe8c658d4e5a8da725e76b9d550e", "id": "c14af798917f4fa0b146d9772583e595"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/c4bfdbc9b7c74a23a40afdf578cfeba4"}, "url": "http://192.30.9.6:8776/v3/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "1c85f4682ce44f729db1dabd98e965e8", "id": "c4bfdbc9b7c74a23a40afdf578cfeba4"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/cc16fa4cf491444ca2f611d5692c1170"}, "url": "http://192.30.9.6:8776/v2/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "d09ac9123c34494abce21d6c27bee9d9", "id": "cc16fa4cf491444ca2f611d5692c1170"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/cc54db13337f44f8921fbb9ad0f81de8"}, "url": "http://192.30.9.6:8042", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "bb18dc3243034f08a6a7f69f7a1edccf", "id": "cc54db13337f44f8921fbb9ad0f81de8"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/ccd2c5325dff4b90b391db9fdde67d99"}, "url": "http://192.30.9.6:8776/v2/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "d09ac9123c34494abce21d6c27bee9d9", "id": "ccd2c5325dff4b90b391db9fdde67d99"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/e01668c43a0c4c279b9a3d20a0280d6c"}, "url": "http://192.30.9.6:9292", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "297d8415ca96454991054983920912f7", "id": "e01668c43a0c4c279b9a3d20a0280d6c"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/e71c6011de3d4d8589e5b53dcc79f288"}, "url": "http://172.30.9.28:5000", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "ad8d4b4953184137a1b913ecee9434ed", "id": "e71c6011de3d4d8589e5b53dcc79f288"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/e7c3da785076450abd71868e75ce0c33"}, "url": "http://192.30.9.6:8000/v1", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "6ac9917ae83c4639a15a4ab3cf0e76dd", "id": "e7c3da785076450abd71868e75ce0c33"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/f096f03a1d12411a8972f6f7c196b60d"}, "url": "http://192.30.9.6:1789", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "54c64351b56d44bbad74c2969cc3aa00", "id": "f096f03a1d12411a8972f6f7c196b60d"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/fbf12e52911244fdafc24a9d46f56e62"}, "url": "http://192.30.9.6:8004/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "c8918d139da945ba93df4ccce21d4904", "id": "fbf12e52911244fdafc24a9d46f56e62"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/ff196e46b56d406d87a678f1a64497b0"}, "url": "http://192.30.9.6:8774/v2.1", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "d4030ee932c84df58c5b910cc197caa7", "id": "ff196e46b56d406d87a678f1a64497b0"}], "links": {"self": "http://172.30.9.28:5000/v3/endpoints", "previous": null, "next": null}} 2018-09-04 11:32:47,070 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/endpoints used request id req-0746dca7-a747-4c84-b6ab-3e7208ef1b8b 2018-09-04 11:32:47,071 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task EndpointList in 0.0890159606934s 2018-09-04 11:33:06,543 - 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-09-04 11:33:06,573 - xtesting.core.robotframework - INFO - Results were successfully parsed 2018-09-04 11:33:06,696 - xtesting.core.robotframework - INFO - Results were successfully generated 2018-09-04 11:33:06,812 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-09-04 11:33:06,812 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | odl | functest | 00:19 | PASS | +-------------------+------------------+------------------+----------------+ 2018-09-04 11:33:06,861 - xtesting.ci.run_tests - INFO - Loading test case 'snaps_smoke'... 2018-09-04 11:33:08,344 - functest.core.tenantnetwork - INFO - Creating default role Member 2018-09-04 11:33:10,496 - file_utils - INFO - Attempting to read OS environment file - /var/lib/xtesting/conf/env_file 2018-09-04 11:33:10,496 - openstack_tests - INFO - OS Credentials = > 2018-09-04 11:33:11,313 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata '{}' 2018-09-04 11:33:11,313 - xtesting.ci.run_tests - INFO - Running test case 'snaps_smoke'... 2018-09-04 11:33:12,601 - keystone_utils - INFO - Created project with name - CreateSecurityGroupTests-87fd585e-d166-4f2-proj 2018-09-04 11:33:13,602 - keystone_utils - INFO - Created user with name - CreateSecurityGroupTests-87fd585e-d166-4f2-user 2018-09-04 11:33:13,810 - keystone_utils - INFO - Created role with name - CreateSecurityGroupTests-87fd585e-d166-4f2-proj-role 2018-09-04 11:33:13,894 - keystone_utils - INFO - Granting role CreateSecurityGroupTests-87fd585e-d166-4f2-proj-role to project CreateSecurityGroupTests-87fd585e-d166-4f2-proj 2018-09-04 11:33:14,829 - OpenStackSecurityGroup - INFO - Creating security group CreateSecurityGroupTests-fad5c919-fa14-4fc6-bad9-80e2d9f4d74fname... 2018-09-04 11:33:14,829 - neutron_utils - INFO - Creating security group with name - CreateSecurityGroupTests-fad5c919-fa14-4fc6-bad9-80e2d9f4d74fname 2018-09-04 11:33:15,249 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - da4f13cb-aef8-4390-a5b3-2b03dae312ca 2018-09-04 11:33:15,431 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - da4f13cb-aef8-4390-a5b3-2b03dae312ca 2018-09-04 11:33:15,596 - neutron_utils - INFO - Retrieving security group with ID - da4f13cb-aef8-4390-a5b3-2b03dae312ca 2018-09-04 11:33:15,671 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - da4f13cb-aef8-4390-a5b3-2b03dae312ca 2018-09-04 11:33:15,851 - neutron_utils - INFO - Retrieving security group with ID - da4f13cb-aef8-4390-a5b3-2b03dae312ca 2018-09-04 11:33:15,903 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - da4f13cb-aef8-4390-a5b3-2b03dae312ca 2018-09-04 11:33:16,080 - neutron_utils - INFO - Creating security group to security group - CreateSecurityGroupTests-fad5c919-fa14-4fc6-bad9-80e2d9f4d74fname 2018-09-04 11:33:16,222 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - da4f13cb-aef8-4390-a5b3-2b03dae312ca 2018-09-04 11:33:16,729 - neutron_utils - INFO - Retrieving security group with ID - da4f13cb-aef8-4390-a5b3-2b03dae312ca 2018-09-04 11:33:16,778 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - da4f13cb-aef8-4390-a5b3-2b03dae312ca 2018-09-04 11:33:17,386 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - da4f13cb-aef8-4390-a5b3-2b03dae312ca 2018-09-04 11:33:17,562 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - da4f13cb-aef8-4390-a5b3-2b03dae312ca 2018-09-04 11:33:17,937 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - da4f13cb-aef8-4390-a5b3-2b03dae312ca 2018-09-04 11:33:18,104 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - da4f13cb-aef8-4390-a5b3-2b03dae312ca 2018-09-04 11:33:18,282 - neutron_utils - INFO - Creating security group to security group - CreateSecurityGroupTests-fad5c919-fa14-4fc6-bad9-80e2d9f4d74fname 2018-09-04 11:33:18,558 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - da4f13cb-aef8-4390-a5b3-2b03dae312ca 2018-09-04 11:33:19,081 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - da4f13cb-aef8-4390-a5b3-2b03dae312ca 2018-09-04 11:33:19,260 - neutron_utils - INFO - Deleting security group rule with ID - ff430e6c-fd18-4cb9-87cb-cbb39e821c8b 2018-09-04 11:33:19,369 - neutron_utils - INFO - Deleting security group rule with ID - 0a435dc1-711d-4b21-a797-1fc9350e1288 2018-09-04 11:33:19,492 - neutron_utils - INFO - Deleting security group rule with ID - f797b90a-d659-4caf-87b2-dc5728935dbd 2018-09-04 11:33:19,611 - neutron_utils - INFO - Deleting security group rule with ID - fa50c1dd-6bab-44b2-b6c1-2a27f16b200d 2018-09-04 11:33:19,856 - neutron_utils - INFO - Deleting security group with name - CreateSecurityGroupTests-fad5c919-fa14-4fc6-bad9-80e2d9f4d74fname 2018-09-04 11:33:20,658 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 036a0ade-ca09-4415-b351-8dc1f6334a38 2018-09-04 11:33:20,830 - neutron_utils - INFO - Deleting security group with name - default 2018-09-04 11:33:21,160 - keystone_utils - INFO - Deleting project with name - CreateSecurityGroupTests-87fd585e-d166-4f2-proj 2018-09-04 11:33:21,388 - keystone_utils - INFO - Deleting role with name - CreateSecurityGroupTests-87fd585e-d166-4f2-proj-role 2018-09-04 11:33:21,620 - keystone_utils - INFO - Deleting user with name - CreateSecurityGroupTests-87fd585e-d166-4f2-user 2018-09-04 11:33:23,026 - keystone_utils - INFO - Created project with name - CreateSecurityGroupTests-2b15e25f-4cad-4c5-proj 2018-09-04 11:33:24,152 - keystone_utils - INFO - Created user with name - CreateSecurityGroupTests-2b15e25f-4cad-4c5-user 2018-09-04 11:33:24,355 - keystone_utils - INFO - Created role with name - CreateSecurityGroupTests-2b15e25f-4cad-4c5-proj-role 2018-09-04 11:33:24,444 - keystone_utils - INFO - Granting role CreateSecurityGroupTests-2b15e25f-4cad-4c5-proj-role to project CreateSecurityGroupTests-2b15e25f-4cad-4c5-proj 2018-09-04 11:33:25,323 - OpenStackSecurityGroup - INFO - Creating security group CreateSecurityGroupTests-7b1c9bcb-ed14-412d-9576-7720b9fe7c41name... 2018-09-04 11:33:25,323 - neutron_utils - INFO - Creating security group with name - CreateSecurityGroupTests-7b1c9bcb-ed14-412d-9576-7720b9fe7c41name 2018-09-04 11:33:25,698 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - bfdddcd0-5b8c-4b77-b502-4407513ebc7e 2018-09-04 11:33:25,876 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - bfdddcd0-5b8c-4b77-b502-4407513ebc7e 2018-09-04 11:33:26,043 - neutron_utils - INFO - Retrieving security group with ID - bfdddcd0-5b8c-4b77-b502-4407513ebc7e 2018-09-04 11:33:26,242 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - bfdddcd0-5b8c-4b77-b502-4407513ebc7e 2018-09-04 11:33:26,270 - neutron_utils - INFO - Retrieving security group with ID - bfdddcd0-5b8c-4b77-b502-4407513ebc7e 2018-09-04 11:33:26,481 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - bfdddcd0-5b8c-4b77-b502-4407513ebc7e 2018-09-04 11:33:26,671 - neutron_utils - INFO - Retrieving security group with ID - bfdddcd0-5b8c-4b77-b502-4407513ebc7e 2018-09-04 11:33:26,869 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - bfdddcd0-5b8c-4b77-b502-4407513ebc7e 2018-09-04 11:33:27,044 - neutron_utils - INFO - Deleting security group with name - CreateSecurityGroupTests-7b1c9bcb-ed14-412d-9576-7720b9fe7c41name 2018-09-04 11:33:28,008 - neutron_utils - INFO - Deleting security group rule with ID - 0bf510b7-7c2d-470b-97f6-ee484cb4a56b 2018-09-04 11:33:28,036 - OpenStackSecurityGroup - WARNING - Rule not found, cannot delete - Security group rule 0bf510b7-7c2d-470b-97f6-ee484cb4a56b does not exist Neutron server returns request_ids: ['req-bd974170-f1c6-44e1-9df4-8c22e51481cb'] 2018-09-04 11:33:28,036 - neutron_utils - INFO - Deleting security group rule with ID - af81ecce-8440-46db-80f6-1262b778ecaf 2018-09-04 11:33:28,065 - OpenStackSecurityGroup - WARNING - Rule not found, cannot delete - Security group rule af81ecce-8440-46db-80f6-1262b778ecaf does not exist Neutron server returns request_ids: ['req-390758c5-11be-4147-986a-36511ab6bd80'] 2018-09-04 11:33:28,065 - neutron_utils - INFO - Deleting security group with name - CreateSecurityGroupTests-7b1c9bcb-ed14-412d-9576-7720b9fe7c41name 2018-09-04 11:33:28,236 - OpenStackSecurityGroup - WARNING - Security Group not found, cannot delete - Security group bfdddcd0-5b8c-4b77-b502-4407513ebc7e does not exist Neutron server returns request_ids: ['req-6816c3dc-930c-4c09-8e6b-490f43cde35c'] 2018-09-04 11:33:29,576 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - dbf9bd3b-1603-445d-88c8-041c6b946f82 2018-09-04 11:33:29,757 - neutron_utils - INFO - Deleting security group with name - default 2018-09-04 11:33:30,069 - keystone_utils - INFO - Deleting project with name - CreateSecurityGroupTests-2b15e25f-4cad-4c5-proj 2018-09-04 11:33:30,335 - keystone_utils - INFO - Deleting role with name - CreateSecurityGroupTests-2b15e25f-4cad-4c5-proj-role 2018-09-04 11:33:30,535 - keystone_utils - INFO - Deleting user with name - CreateSecurityGroupTests-2b15e25f-4cad-4c5-user 2018-09-04 11:33:31,954 - keystone_utils - INFO - Created project with name - CreateSecurityGroupTests-f3d9ebf4-2144-425-proj 2018-09-04 11:33:33,093 - keystone_utils - INFO - Created user with name - CreateSecurityGroupTests-f3d9ebf4-2144-425-user 2018-09-04 11:33:33,213 - keystone_utils - INFO - Created role with name - CreateSecurityGroupTests-f3d9ebf4-2144-425-proj-role 2018-09-04 11:33:33,302 - keystone_utils - INFO - Granting role CreateSecurityGroupTests-f3d9ebf4-2144-425-proj-role to project CreateSecurityGroupTests-f3d9ebf4-2144-425-proj 2018-09-04 11:33:34,105 - OpenStackSecurityGroup - INFO - Creating security group CreateSecurityGroupTests-367e94a9-63bf-4783-855a-58a9c5ba10c0name... 2018-09-04 11:33:34,106 - neutron_utils - INFO - Creating security group with name - CreateSecurityGroupTests-367e94a9-63bf-4783-855a-58a9c5ba10c0name 2018-09-04 11:33:34,740 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 54c240dd-73f8-4816-91e3-03ad9667cdef 2018-09-04 11:33:34,929 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 54c240dd-73f8-4816-91e3-03ad9667cdef 2018-09-04 11:33:35,099 - neutron_utils - INFO - Retrieving security group with ID - 54c240dd-73f8-4816-91e3-03ad9667cdef 2018-09-04 11:33:35,301 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 54c240dd-73f8-4816-91e3-03ad9667cdef 2018-09-04 11:33:35,486 - neutron_utils - INFO - Retrieving security group with ID - 54c240dd-73f8-4816-91e3-03ad9667cdef 2018-09-04 11:33:35,700 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 54c240dd-73f8-4816-91e3-03ad9667cdef 2018-09-04 11:33:35,895 - neutron_utils - INFO - Retrieving security group with ID - 54c240dd-73f8-4816-91e3-03ad9667cdef 2018-09-04 11:33:36,095 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 54c240dd-73f8-4816-91e3-03ad9667cdef 2018-09-04 11:33:36,769 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 54c240dd-73f8-4816-91e3-03ad9667cdef 2018-09-04 11:33:36,945 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 54c240dd-73f8-4816-91e3-03ad9667cdef 2018-09-04 11:33:37,932 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 54c240dd-73f8-4816-91e3-03ad9667cdef 2018-09-04 11:33:38,101 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 54c240dd-73f8-4816-91e3-03ad9667cdef 2018-09-04 11:33:38,265 - neutron_utils - INFO - Retrieving security group with ID - 54c240dd-73f8-4816-91e3-03ad9667cdef 2018-09-04 11:33:38,472 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 54c240dd-73f8-4816-91e3-03ad9667cdef 2018-09-04 11:33:38,654 - neutron_utils - INFO - Deleting security group rule with ID - a6db8583-0478-47d4-8cf9-642c4a8fb700 2018-09-04 11:33:38,750 - neutron_utils - INFO - Deleting security group rule with ID - 95693033-dd61-464d-b6f2-3cae9a6409c5 2018-09-04 11:33:39,015 - neutron_utils - INFO - Deleting security group with name - CreateSecurityGroupTests-367e94a9-63bf-4783-855a-58a9c5ba10c0name 2018-09-04 11:33:40,423 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - cff6806e-cc22-4ece-9847-52fc73dcacd9 2018-09-04 11:33:40,606 - neutron_utils - INFO - Deleting security group with name - default 2018-09-04 11:33:40,933 - keystone_utils - INFO - Deleting project with name - CreateSecurityGroupTests-f3d9ebf4-2144-425-proj 2018-09-04 11:33:41,269 - keystone_utils - INFO - Deleting role with name - CreateSecurityGroupTests-f3d9ebf4-2144-425-proj-role 2018-09-04 11:33:41,476 - keystone_utils - INFO - Deleting user with name - CreateSecurityGroupTests-f3d9ebf4-2144-425-user 2018-09-04 11:33:42,912 - keystone_utils - INFO - Created project with name - CreateSecurityGroupTests-3d2bbf03-e887-40e-proj 2018-09-04 11:33:44,063 - keystone_utils - INFO - Created user with name - CreateSecurityGroupTests-3d2bbf03-e887-40e-user 2018-09-04 11:33:44,253 - keystone_utils - INFO - Created role with name - CreateSecurityGroupTests-3d2bbf03-e887-40e-proj-role 2018-09-04 11:33:44,273 - keystone_utils - INFO - Granting role CreateSecurityGroupTests-3d2bbf03-e887-40e-proj-role to project CreateSecurityGroupTests-3d2bbf03-e887-40e-proj 2018-09-04 11:33:44,991 - OpenStackSecurityGroup - INFO - Creating security group CreateSecurityGroupTests-039f9242-27a8-432b-90d3-3047f3bc6bf2name... 2018-09-04 11:33:44,991 - neutron_utils - INFO - Creating security group with name - CreateSecurityGroupTests-039f9242-27a8-432b-90d3-3047f3bc6bf2name 2018-09-04 11:33:45,614 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - ea633624-3337-4c32-b512-054623d6ba20 2018-09-04 11:33:45,795 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - ea633624-3337-4c32-b512-054623d6ba20 2018-09-04 11:33:45,971 - neutron_utils - INFO - Retrieving security group with ID - ea633624-3337-4c32-b512-054623d6ba20 2018-09-04 11:33:46,171 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - ea633624-3337-4c32-b512-054623d6ba20 2018-09-04 11:33:46,197 - neutron_utils - INFO - Retrieving security group with ID - ea633624-3337-4c32-b512-054623d6ba20 2018-09-04 11:33:46,402 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - ea633624-3337-4c32-b512-054623d6ba20 2018-09-04 11:33:46,581 - neutron_utils - INFO - Retrieving security group with ID - ea633624-3337-4c32-b512-054623d6ba20 2018-09-04 11:33:46,630 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - ea633624-3337-4c32-b512-054623d6ba20 2018-09-04 11:33:47,469 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - ea633624-3337-4c32-b512-054623d6ba20 2018-09-04 11:33:47,648 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - ea633624-3337-4c32-b512-054623d6ba20 2018-09-04 11:33:47,820 - neutron_utils - INFO - Deleting security group rule with ID - ad7953d6-e198-4456-87b1-1b06e4c8d45e 2018-09-04 11:33:48,071 - neutron_utils - INFO - Deleting security group rule with ID - fd12a5f2-fa0c-4c0d-8c78-1c70ec27fad5 2018-09-04 11:33:48,331 - neutron_utils - INFO - Deleting security group with name - CreateSecurityGroupTests-039f9242-27a8-432b-90d3-3047f3bc6bf2name 2018-09-04 11:33:49,192 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 473fdcb9-dd97-4d90-8bc1-4de2afdf45b9 2018-09-04 11:33:49,366 - neutron_utils - INFO - Deleting security group with name - default 2018-09-04 11:33:49,723 - keystone_utils - INFO - Deleting project with name - CreateSecurityGroupTests-3d2bbf03-e887-40e-proj 2018-09-04 11:33:49,937 - keystone_utils - INFO - Deleting role with name - CreateSecurityGroupTests-3d2bbf03-e887-40e-proj-role 2018-09-04 11:33:50,147 - keystone_utils - INFO - Deleting user with name - CreateSecurityGroupTests-3d2bbf03-e887-40e-user 2018-09-04 11:33:51,565 - keystone_utils - INFO - Created project with name - CreateSecurityGroupTests-35604ef5-5e8e-499-proj 2018-09-04 11:33:52,553 - keystone_utils - INFO - Created user with name - CreateSecurityGroupTests-35604ef5-5e8e-499-user 2018-09-04 11:33:52,750 - keystone_utils - INFO - Created role with name - CreateSecurityGroupTests-35604ef5-5e8e-499-proj-role 2018-09-04 11:33:52,840 - keystone_utils - INFO - Granting role CreateSecurityGroupTests-35604ef5-5e8e-499-proj-role to project CreateSecurityGroupTests-35604ef5-5e8e-499-proj 2018-09-04 11:33:53,742 - OpenStackSecurityGroup - INFO - Creating security group CreateSecurityGroupTests-ad07d17b-83f5-4cc5-a95b-1e1254d9271ename... 2018-09-04 11:33:53,742 - neutron_utils - INFO - Creating security group with name - CreateSecurityGroupTests-ad07d17b-83f5-4cc5-a95b-1e1254d9271ename 2018-09-04 11:33:54,166 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - e8c5704d-84b4-45f1-b8f6-bc2bbcd91234 2018-09-04 11:33:54,348 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - e8c5704d-84b4-45f1-b8f6-bc2bbcd91234 2018-09-04 11:33:54,528 - neutron_utils - INFO - Retrieving security group with ID - e8c5704d-84b4-45f1-b8f6-bc2bbcd91234 2018-09-04 11:33:54,725 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - e8c5704d-84b4-45f1-b8f6-bc2bbcd91234 2018-09-04 11:33:54,895 - neutron_utils - INFO - Retrieving security group with ID - e8c5704d-84b4-45f1-b8f6-bc2bbcd91234 2018-09-04 11:33:55,094 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - e8c5704d-84b4-45f1-b8f6-bc2bbcd91234 2018-09-04 11:33:55,257 - neutron_utils - INFO - Creating security group to security group - CreateSecurityGroupTests-ad07d17b-83f5-4cc5-a95b-1e1254d9271ename 2018-09-04 11:33:55,545 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - e8c5704d-84b4-45f1-b8f6-bc2bbcd91234 2018-09-04 11:33:55,895 - neutron_utils - INFO - Retrieving security group with ID - e8c5704d-84b4-45f1-b8f6-bc2bbcd91234 2018-09-04 11:33:56,098 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - e8c5704d-84b4-45f1-b8f6-bc2bbcd91234 2018-09-04 11:33:56,859 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - e8c5704d-84b4-45f1-b8f6-bc2bbcd91234 2018-09-04 11:33:57,033 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - e8c5704d-84b4-45f1-b8f6-bc2bbcd91234 2018-09-04 11:33:57,424 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - e8c5704d-84b4-45f1-b8f6-bc2bbcd91234 2018-09-04 11:33:57,786 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - e8c5704d-84b4-45f1-b8f6-bc2bbcd91234 2018-09-04 11:33:58,161 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - e8c5704d-84b4-45f1-b8f6-bc2bbcd91234 2018-09-04 11:33:58,338 - neutron_utils - INFO - Deleting security group rule with ID - 97d0ce5e-63c0-4032-8463-e355747ccfcf 2018-09-04 11:33:58,450 - neutron_utils - INFO - Deleting security group rule with ID - 662acc0b-e370-4f0a-9067-1ff1ea7ab15e 2018-09-04 11:33:58,701 - neutron_utils - INFO - Deleting security group rule with ID - 0089d9ab-e16b-4701-871c-d286a4c8f56b 2018-09-04 11:33:58,952 - neutron_utils - INFO - Deleting security group with name - CreateSecurityGroupTests-ad07d17b-83f5-4cc5-a95b-1e1254d9271ename 2018-09-04 11:34:00,098 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 6e0f98e9-ad2f-4627-8756-52e02b013d57 2018-09-04 11:34:00,272 - neutron_utils - INFO - Deleting security group with name - default 2018-09-04 11:34:00,669 - keystone_utils - INFO - Deleting project with name - CreateSecurityGroupTests-35604ef5-5e8e-499-proj 2018-09-04 11:34:00,916 - keystone_utils - INFO - Deleting role with name - CreateSecurityGroupTests-35604ef5-5e8e-499-proj-role 2018-09-04 11:34:01,123 - keystone_utils - INFO - Deleting user with name - CreateSecurityGroupTests-35604ef5-5e8e-499-user 2018-09-04 11:34:02,481 - keystone_utils - INFO - Created project with name - CreateSecurityGroupTests-d5a59395-8a03-404-proj 2018-09-04 11:34:03,614 - keystone_utils - INFO - Created user with name - CreateSecurityGroupTests-d5a59395-8a03-404-user 2018-09-04 11:34:03,805 - keystone_utils - INFO - Created role with name - CreateSecurityGroupTests-d5a59395-8a03-404-proj-role 2018-09-04 11:34:03,827 - keystone_utils - INFO - Granting role CreateSecurityGroupTests-d5a59395-8a03-404-proj-role to project CreateSecurityGroupTests-d5a59395-8a03-404-proj 2018-09-04 11:34:04,725 - OpenStackSecurityGroup - INFO - Creating security group CreateSecurityGroupTests-b5b1f5e4-1524-436a-a8a9-30902b35d94dname... 2018-09-04 11:34:04,726 - neutron_utils - INFO - Creating security group with name - CreateSecurityGroupTests-b5b1f5e4-1524-436a-a8a9-30902b35d94dname 2018-09-04 11:34:05,135 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - ffb8ebf7-790b-43fe-9c96-639df2a49217 2018-09-04 11:34:05,312 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - ffb8ebf7-790b-43fe-9c96-639df2a49217 2018-09-04 11:34:05,479 - neutron_utils - INFO - Retrieving security group with ID - ffb8ebf7-790b-43fe-9c96-639df2a49217 2018-09-04 11:34:05,841 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - ffb8ebf7-790b-43fe-9c96-639df2a49217 2018-09-04 11:34:06,008 - neutron_utils - INFO - Retrieving security group with ID - ffb8ebf7-790b-43fe-9c96-639df2a49217 2018-09-04 11:34:06,056 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - ffb8ebf7-790b-43fe-9c96-639df2a49217 2018-09-04 11:34:06,085 - neutron_utils - INFO - Creating security group to security group - CreateSecurityGroupTests-b5b1f5e4-1524-436a-a8a9-30902b35d94dname 2018-09-04 11:34:06,216 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - ffb8ebf7-790b-43fe-9c96-639df2a49217 2018-09-04 11:34:06,454 - neutron_utils - INFO - Retrieving security group with ID - ffb8ebf7-790b-43fe-9c96-639df2a49217 2018-09-04 11:34:06,505 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - ffb8ebf7-790b-43fe-9c96-639df2a49217 2018-09-04 11:34:07,150 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - ffb8ebf7-790b-43fe-9c96-639df2a49217 2018-09-04 11:34:07,332 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - ffb8ebf7-790b-43fe-9c96-639df2a49217 2018-09-04 11:34:07,566 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - ffb8ebf7-790b-43fe-9c96-639df2a49217 2018-09-04 11:34:07,741 - neutron_utils - INFO - Deleting security group rule with ID - e824418a-9c5a-4903-a196-8ab4c17b72cf 2018-09-04 11:34:07,850 - neutron_utils - INFO - Deleting security group rule with ID - 4e7b435c-15d9-4a72-ba1e-e0e05951a266 2018-09-04 11:34:07,958 - neutron_utils - INFO - Deleting security group rule with ID - 7f49d39f-02e4-4ef1-80f2-cbe3ed392936 2018-09-04 11:34:08,224 - neutron_utils - INFO - Deleting security group with name - CreateSecurityGroupTests-b5b1f5e4-1524-436a-a8a9-30902b35d94dname 2018-09-04 11:34:09,734 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - f6e3029f-c142-4de7-8970-7afaef6d4eea 2018-09-04 11:34:09,919 - neutron_utils - INFO - Deleting security group with name - default 2018-09-04 11:34:10,244 - keystone_utils - INFO - Deleting project with name - CreateSecurityGroupTests-d5a59395-8a03-404-proj 2018-09-04 11:34:10,533 - keystone_utils - INFO - Deleting role with name - CreateSecurityGroupTests-d5a59395-8a03-404-proj-role 2018-09-04 11:34:10,764 - keystone_utils - INFO - Deleting user with name - CreateSecurityGroupTests-d5a59395-8a03-404-user 2018-09-04 11:34:12,188 - keystone_utils - INFO - Created project with name - CreateSecurityGroupTests-44942309-03c8-423-proj 2018-09-04 11:34:13,333 - keystone_utils - INFO - Created user with name - CreateSecurityGroupTests-44942309-03c8-423-user 2018-09-04 11:34:13,529 - keystone_utils - INFO - Created role with name - CreateSecurityGroupTests-44942309-03c8-423-proj-role 2018-09-04 11:34:13,549 - keystone_utils - INFO - Granting role CreateSecurityGroupTests-44942309-03c8-423-proj-role to project CreateSecurityGroupTests-44942309-03c8-423-proj 2018-09-04 11:34:14,470 - OpenStackSecurityGroup - INFO - Creating security group CreateSecurityGroupTests-e5cf7bac-af70-4076-b93a-beae2934fe25name... 2018-09-04 11:34:14,470 - neutron_utils - INFO - Creating security group with name - CreateSecurityGroupTests-e5cf7bac-af70-4076-b93a-beae2934fe25name 2018-09-04 11:34:14,925 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 0ce13c31-faa3-4a4e-92e8-3b778e5ae18e 2018-09-04 11:34:15,200 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 0ce13c31-faa3-4a4e-92e8-3b778e5ae18e 2018-09-04 11:34:15,370 - neutron_utils - INFO - Retrieving security group with ID - 0ce13c31-faa3-4a4e-92e8-3b778e5ae18e 2018-09-04 11:34:15,574 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 0ce13c31-faa3-4a4e-92e8-3b778e5ae18e 2018-09-04 11:34:15,751 - neutron_utils - INFO - Retrieving security group with ID - 0ce13c31-faa3-4a4e-92e8-3b778e5ae18e 2018-09-04 11:34:15,943 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 0ce13c31-faa3-4a4e-92e8-3b778e5ae18e 2018-09-04 11:34:16,113 - neutron_utils - INFO - Creating security group to security group - CreateSecurityGroupTests-e5cf7bac-af70-4076-b93a-beae2934fe25name 2018-09-04 11:34:16,390 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 0ce13c31-faa3-4a4e-92e8-3b778e5ae18e 2018-09-04 11:34:16,758 - neutron_utils - INFO - Creating security group to security group - CreateSecurityGroupTests-e5cf7bac-af70-4076-b93a-beae2934fe25name 2018-09-04 11:34:17,032 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 0ce13c31-faa3-4a4e-92e8-3b778e5ae18e 2018-09-04 11:34:17,537 - neutron_utils - INFO - Creating security group to security group - CreateSecurityGroupTests-e5cf7bac-af70-4076-b93a-beae2934fe25name 2018-09-04 11:34:17,817 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 0ce13c31-faa3-4a4e-92e8-3b778e5ae18e 2018-09-04 11:34:18,333 - neutron_utils - INFO - Retrieving security group with ID - 0ce13c31-faa3-4a4e-92e8-3b778e5ae18e 2018-09-04 11:34:18,385 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 0ce13c31-faa3-4a4e-92e8-3b778e5ae18e 2018-09-04 11:34:18,992 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 0ce13c31-faa3-4a4e-92e8-3b778e5ae18e 2018-09-04 11:34:19,184 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 0ce13c31-faa3-4a4e-92e8-3b778e5ae18e 2018-09-04 11:34:19,561 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 0ce13c31-faa3-4a4e-92e8-3b778e5ae18e 2018-09-04 11:34:19,955 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 0ce13c31-faa3-4a4e-92e8-3b778e5ae18e 2018-09-04 11:34:20,221 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 0ce13c31-faa3-4a4e-92e8-3b778e5ae18e 2018-09-04 11:34:20,600 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 0ce13c31-faa3-4a4e-92e8-3b778e5ae18e 2018-09-04 11:34:20,987 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 0ce13c31-faa3-4a4e-92e8-3b778e5ae18e 2018-09-04 11:34:21,385 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 0ce13c31-faa3-4a4e-92e8-3b778e5ae18e 2018-09-04 11:34:21,624 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 0ce13c31-faa3-4a4e-92e8-3b778e5ae18e 2018-09-04 11:34:21,851 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 0ce13c31-faa3-4a4e-92e8-3b778e5ae18e 2018-09-04 11:34:22,243 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 0ce13c31-faa3-4a4e-92e8-3b778e5ae18e 2018-09-04 11:34:22,283 - neutron_utils - INFO - Deleting security group rule with ID - 140e881e-0587-4bc3-abe1-c32feeaebd78 2018-09-04 11:34:22,446 - neutron_utils - INFO - Deleting security group rule with ID - 842e5be2-51a2-467e-930c-3c146a77efe2 2018-09-04 11:34:22,690 - neutron_utils - INFO - Deleting security group rule with ID - c68f1ec8-e25c-4ee0-8c57-a31a5737a6a2 2018-09-04 11:34:23,035 - neutron_utils - INFO - Deleting security group rule with ID - 1020c257-4858-47e2-9619-fd52ac45ff9e 2018-09-04 11:34:23,164 - neutron_utils - INFO - Deleting security group rule with ID - 81518c96-2567-41d8-addc-44aa54df08af 2018-09-04 11:34:23,280 - neutron_utils - INFO - Deleting security group with name - CreateSecurityGroupTests-e5cf7bac-af70-4076-b93a-beae2934fe25name 2018-09-04 11:34:23,889 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 0ef6fdbd-85f2-4ed5-a8c4-c079ea3b379d 2018-09-04 11:34:24,073 - neutron_utils - INFO - Deleting security group with name - default 2018-09-04 11:34:24,385 - keystone_utils - INFO - Deleting project with name - CreateSecurityGroupTests-44942309-03c8-423-proj 2018-09-04 11:34:24,640 - keystone_utils - INFO - Deleting role with name - CreateSecurityGroupTests-44942309-03c8-423-proj-role 2018-09-04 11:34:24,862 - keystone_utils - INFO - Deleting user with name - CreateSecurityGroupTests-44942309-03c8-423-user 2018-09-04 11:34:26,266 - keystone_utils - INFO - Created project with name - CreateSecurityGroupTests-f0ee666e-c672-476-proj 2018-09-04 11:34:27,386 - keystone_utils - INFO - Created user with name - CreateSecurityGroupTests-f0ee666e-c672-476-user 2018-09-04 11:34:27,583 - keystone_utils - INFO - Created role with name - CreateSecurityGroupTests-f0ee666e-c672-476-proj-role 2018-09-04 11:34:27,601 - keystone_utils - INFO - Granting role CreateSecurityGroupTests-f0ee666e-c672-476-proj-role to project CreateSecurityGroupTests-f0ee666e-c672-476-proj 2018-09-04 11:34:28,695 - OpenStackSecurityGroup - INFO - Creating security group CreateSecurityGroupTests-739a2377-fbb4-440f-aa94-35a13e2ad88cname... 2018-09-04 11:34:28,695 - neutron_utils - INFO - Creating security group with name - CreateSecurityGroupTests-739a2377-fbb4-440f-aa94-35a13e2ad88cname 2018-09-04 11:34:29,124 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - d14c32fe-bf28-485b-9605-588ee4ec9d09 2018-09-04 11:34:29,303 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - d14c32fe-bf28-485b-9605-588ee4ec9d09 2018-09-04 11:34:29,481 - neutron_utils - INFO - Retrieving security group with ID - d14c32fe-bf28-485b-9605-588ee4ec9d09 2018-09-04 11:34:29,763 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - d14c32fe-bf28-485b-9605-588ee4ec9d09 2018-09-04 11:34:29,792 - neutron_utils - INFO - Retrieving security group with ID - d14c32fe-bf28-485b-9605-588ee4ec9d09 2018-09-04 11:34:29,846 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - d14c32fe-bf28-485b-9605-588ee4ec9d09 2018-09-04 11:34:30,024 - neutron_utils - INFO - Retrieving security group with ID - d14c32fe-bf28-485b-9605-588ee4ec9d09 2018-09-04 11:34:30,218 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - d14c32fe-bf28-485b-9605-588ee4ec9d09 2018-09-04 11:34:30,954 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - d14c32fe-bf28-485b-9605-588ee4ec9d09 2018-09-04 11:34:31,132 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - d14c32fe-bf28-485b-9605-588ee4ec9d09 2018-09-04 11:34:31,307 - neutron_utils - INFO - Deleting security group rule with ID - cc792072-d0fc-4b43-ada4-4b21f613c0fb 2018-09-04 11:34:31,542 - neutron_utils - INFO - Deleting security group rule with ID - b77508db-568a-4bc1-ac1f-9411dec57235 2018-09-04 11:34:31,793 - neutron_utils - INFO - Deleting security group with name - CreateSecurityGroupTests-739a2377-fbb4-440f-aa94-35a13e2ad88cname 2018-09-04 11:34:33,201 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - a8f1cee7-73f8-487a-ab53-b55ff41a5744 2018-09-04 11:34:33,387 - neutron_utils - INFO - Deleting security group with name - default 2018-09-04 11:34:33,703 - keystone_utils - INFO - Deleting project with name - CreateSecurityGroupTests-f0ee666e-c672-476-proj 2018-09-04 11:34:34,036 - keystone_utils - INFO - Deleting role with name - CreateSecurityGroupTests-f0ee666e-c672-476-proj-role 2018-09-04 11:34:34,228 - keystone_utils - INFO - Deleting user with name - CreateSecurityGroupTests-f0ee666e-c672-476-user 2018-09-04 11:34:35,625 - keystone_utils - INFO - Created project with name - CreateSecurityGroupTests-727240e9-574a-4b0-proj 2018-09-04 11:34:36,751 - keystone_utils - INFO - Created user with name - CreateSecurityGroupTests-727240e9-574a-4b0-user 2018-09-04 11:34:36,954 - keystone_utils - INFO - Created role with name - CreateSecurityGroupTests-727240e9-574a-4b0-proj-role 2018-09-04 11:34:37,047 - keystone_utils - INFO - Granting role CreateSecurityGroupTests-727240e9-574a-4b0-proj-role to project CreateSecurityGroupTests-727240e9-574a-4b0-proj 2018-09-04 11:34:37,969 - OpenStackSecurityGroup - INFO - Creating security group CreateSecurityGroupTests-dab21cba-7dc6-4e76-978b-8f69e0c2b4a7name... 2018-09-04 11:34:37,969 - neutron_utils - INFO - Creating security group with name - CreateSecurityGroupTests-dab21cba-7dc6-4e76-978b-8f69e0c2b4a7name 2018-09-04 11:34:38,371 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 7eb9de98-a135-4f5e-a132-718f78d2049a 2018-09-04 11:34:38,536 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 7eb9de98-a135-4f5e-a132-718f78d2049a 2018-09-04 11:34:38,564 - neutron_utils - INFO - Retrieving security group with ID - 7eb9de98-a135-4f5e-a132-718f78d2049a 2018-09-04 11:34:38,817 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 7eb9de98-a135-4f5e-a132-718f78d2049a 2018-09-04 11:34:38,995 - neutron_utils - INFO - Retrieving security group with ID - 7eb9de98-a135-4f5e-a132-718f78d2049a 2018-09-04 11:34:39,267 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 7eb9de98-a135-4f5e-a132-718f78d2049a 2018-09-04 11:34:39,442 - neutron_utils - INFO - Creating security group to security group - CreateSecurityGroupTests-dab21cba-7dc6-4e76-978b-8f69e0c2b4a7name 2018-09-04 11:34:39,726 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 7eb9de98-a135-4f5e-a132-718f78d2049a 2018-09-04 11:34:40,131 - neutron_utils - INFO - Creating security group to security group - CreateSecurityGroupTests-dab21cba-7dc6-4e76-978b-8f69e0c2b4a7name 2018-09-04 11:34:40,268 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 7eb9de98-a135-4f5e-a132-718f78d2049a 2018-09-04 11:34:41,005 - neutron_utils - INFO - Creating security group to security group - CreateSecurityGroupTests-dab21cba-7dc6-4e76-978b-8f69e0c2b4a7name 2018-09-04 11:34:41,151 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 7eb9de98-a135-4f5e-a132-718f78d2049a 2018-09-04 11:34:41,656 - neutron_utils - INFO - Retrieving security group with ID - 7eb9de98-a135-4f5e-a132-718f78d2049a 2018-09-04 11:34:41,884 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 7eb9de98-a135-4f5e-a132-718f78d2049a 2018-09-04 11:34:42,659 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 7eb9de98-a135-4f5e-a132-718f78d2049a 2018-09-04 11:34:42,845 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 7eb9de98-a135-4f5e-a132-718f78d2049a 2018-09-04 11:34:43,211 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 7eb9de98-a135-4f5e-a132-718f78d2049a 2018-09-04 11:34:43,578 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 7eb9de98-a135-4f5e-a132-718f78d2049a 2018-09-04 11:34:44,148 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 7eb9de98-a135-4f5e-a132-718f78d2049a 2018-09-04 11:34:44,387 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 7eb9de98-a135-4f5e-a132-718f78d2049a 2018-09-04 11:34:44,916 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 7eb9de98-a135-4f5e-a132-718f78d2049a 2018-09-04 11:34:45,297 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 7eb9de98-a135-4f5e-a132-718f78d2049a 2018-09-04 11:34:45,672 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 7eb9de98-a135-4f5e-a132-718f78d2049a 2018-09-04 11:34:45,915 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 7eb9de98-a135-4f5e-a132-718f78d2049a 2018-09-04 11:34:46,183 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 7eb9de98-a135-4f5e-a132-718f78d2049a 2018-09-04 11:34:46,544 - neutron_utils - INFO - Deleting security group rule with ID - 1a584f9d-2f47-481a-baf1-cf2e1cb2e00d 2018-09-04 11:34:46,680 - OpenStackSecurityGroup - WARNING - Rule setting is None, cannot remove rule 2018-09-04 11:34:46,681 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 7eb9de98-a135-4f5e-a132-718f78d2049a 2018-09-04 11:34:46,713 - neutron_utils - INFO - Deleting security group rule with ID - cd497bfd-9aaf-4070-ace3-f3b2e678fe49 2018-09-04 11:34:46,828 - neutron_utils - INFO - Deleting security group rule with ID - 26e43596-743d-40ce-948c-5d484f52573b 2018-09-04 11:34:47,107 - neutron_utils - INFO - Deleting security group rule with ID - 1d4b3188-c6d5-4305-a242-a8c3bf64748a 2018-09-04 11:34:47,225 - neutron_utils - INFO - Deleting security group rule with ID - ff2a60f8-2b09-4dc0-8ad3-6535549f55f0 2018-09-04 11:34:47,465 - neutron_utils - INFO - Deleting security group rule with ID - 1a584f9d-2f47-481a-baf1-cf2e1cb2e00d 2018-09-04 11:34:47,490 - OpenStackSecurityGroup - WARNING - Rule not found, cannot delete - Security group rule 1a584f9d-2f47-481a-baf1-cf2e1cb2e00d does not exist Neutron server returns request_ids: ['req-92acb33b-a68c-4781-9cbf-388fa25d4095'] 2018-09-04 11:34:47,490 - neutron_utils - INFO - Deleting security group with name - CreateSecurityGroupTests-dab21cba-7dc6-4e76-978b-8f69e0c2b4a7name 2018-09-04 11:34:48,949 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - f2573ca2-c7e2-450e-8676-df6c7a92093d 2018-09-04 11:34:49,129 - neutron_utils - INFO - Deleting security group with name - default 2018-09-04 11:34:49,435 - keystone_utils - INFO - Deleting project with name - CreateSecurityGroupTests-727240e9-574a-4b0-proj 2018-09-04 11:34:49,748 - keystone_utils - INFO - Deleting role with name - CreateSecurityGroupTests-727240e9-574a-4b0-proj-role 2018-09-04 11:34:49,946 - keystone_utils - INFO - Deleting user with name - CreateSecurityGroupTests-727240e9-574a-4b0-user 2018-09-04 11:34:51,452 - keystone_utils - INFO - Created project with name - CreateSecurityGroupTests-5ad44015-b25a-46b-proj 2018-09-04 11:34:52,583 - keystone_utils - INFO - Created user with name - CreateSecurityGroupTests-5ad44015-b25a-46b-user 2018-09-04 11:34:52,787 - keystone_utils - INFO - Created role with name - CreateSecurityGroupTests-5ad44015-b25a-46b-proj-role 2018-09-04 11:34:52,877 - keystone_utils - INFO - Granting role CreateSecurityGroupTests-5ad44015-b25a-46b-proj-role to project CreateSecurityGroupTests-5ad44015-b25a-46b-proj 2018-09-04 11:34:53,744 - OpenStackSecurityGroup - INFO - Creating security group CreateSecurityGroupTests-365c07c5-cfd3-471a-85db-afb628b129b8name... 2018-09-04 11:34:53,744 - neutron_utils - INFO - Creating security group with name - CreateSecurityGroupTests-365c07c5-cfd3-471a-85db-afb628b129b8name 2018-09-04 11:34:54,142 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 0da53320-c984-4296-95a4-cfad0162adb7 2018-09-04 11:34:54,332 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 0da53320-c984-4296-95a4-cfad0162adb7 2018-09-04 11:34:54,515 - neutron_utils - INFO - Retrieving security group with ID - 0da53320-c984-4296-95a4-cfad0162adb7 2018-09-04 11:34:54,705 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 0da53320-c984-4296-95a4-cfad0162adb7 2018-09-04 11:34:54,884 - neutron_utils - INFO - Retrieving security group with ID - 0da53320-c984-4296-95a4-cfad0162adb7 2018-09-04 11:34:55,095 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 0da53320-c984-4296-95a4-cfad0162adb7 2018-09-04 11:34:55,124 - neutron_utils - INFO - Creating security group to security group - CreateSecurityGroupTests-365c07c5-cfd3-471a-85db-afb628b129b8name 2018-09-04 11:34:55,263 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 0da53320-c984-4296-95a4-cfad0162adb7 2018-09-04 11:34:55,860 - neutron_utils - INFO - Creating security group to security group - CreateSecurityGroupTests-365c07c5-cfd3-471a-85db-afb628b129b8name 2018-09-04 11:34:56,156 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 0da53320-c984-4296-95a4-cfad0162adb7 2018-09-04 11:34:56,662 - neutron_utils - INFO - Creating security group to security group - CreateSecurityGroupTests-365c07c5-cfd3-471a-85db-afb628b129b8name 2018-09-04 11:34:56,809 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 0da53320-c984-4296-95a4-cfad0162adb7 2018-09-04 11:34:57,010 - neutron_utils - INFO - Retrieving security group with ID - 0da53320-c984-4296-95a4-cfad0162adb7 2018-09-04 11:34:57,215 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 0da53320-c984-4296-95a4-cfad0162adb7 2018-09-04 11:34:57,813 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 0da53320-c984-4296-95a4-cfad0162adb7 2018-09-04 11:34:58,001 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 0da53320-c984-4296-95a4-cfad0162adb7 2018-09-04 11:34:58,385 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 0da53320-c984-4296-95a4-cfad0162adb7 2018-09-04 11:34:58,775 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 0da53320-c984-4296-95a4-cfad0162adb7 2018-09-04 11:34:59,153 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 0da53320-c984-4296-95a4-cfad0162adb7 2018-09-04 11:34:59,533 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 0da53320-c984-4296-95a4-cfad0162adb7 2018-09-04 11:34:59,626 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 0da53320-c984-4296-95a4-cfad0162adb7 2018-09-04 11:34:59,855 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 0da53320-c984-4296-95a4-cfad0162adb7 2018-09-04 11:35:00,103 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 0da53320-c984-4296-95a4-cfad0162adb7 2018-09-04 11:35:00,352 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 0da53320-c984-4296-95a4-cfad0162adb7 2018-09-04 11:35:00,624 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 0da53320-c984-4296-95a4-cfad0162adb7 2018-09-04 11:35:01,001 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 0da53320-c984-4296-95a4-cfad0162adb7 2018-09-04 11:35:01,239 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 0da53320-c984-4296-95a4-cfad0162adb7 2018-09-04 11:35:01,276 - neutron_utils - INFO - Deleting security group rule with ID - 760f5b59-ce14-4123-ae51-903b89b855a2 2018-09-04 11:35:01,572 - OpenStackSecurityGroup - WARNING - Rule setting is None, cannot remove rule 2018-09-04 11:35:01,573 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 0da53320-c984-4296-95a4-cfad0162adb7 2018-09-04 11:35:01,606 - neutron_utils - INFO - Deleting security group rule with ID - 0f5b123f-8e0c-4165-8bfa-b2a7178fbcab 2018-09-04 11:35:01,847 - neutron_utils - INFO - Deleting security group rule with ID - 93e4b605-c5d0-4bd9-b8ac-b5457ebbca80 2018-09-04 11:35:01,952 - neutron_utils - INFO - Deleting security group rule with ID - 4b9b5b36-22c2-4205-a133-8f29b532f391 2018-09-04 11:35:02,064 - neutron_utils - INFO - Deleting security group rule with ID - 27c5ab15-cffb-4927-9046-29549c9cd257 2018-09-04 11:35:02,320 - neutron_utils - INFO - Deleting security group rule with ID - 760f5b59-ce14-4123-ae51-903b89b855a2 2018-09-04 11:35:02,494 - OpenStackSecurityGroup - WARNING - Rule not found, cannot delete - Security group rule 760f5b59-ce14-4123-ae51-903b89b855a2 does not exist Neutron server returns request_ids: ['req-2f20406e-8267-4ba6-904c-dfc01f0e5ded'] 2018-09-04 11:35:02,494 - neutron_utils - INFO - Deleting security group with name - CreateSecurityGroupTests-365c07c5-cfd3-471a-85db-afb628b129b8name 2018-09-04 11:35:02,944 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 11cc01c5-24ca-4836-8eb1-1afb78bb7add 2018-09-04 11:35:03,128 - neutron_utils - INFO - Deleting security group with name - default 2018-09-04 11:35:03,433 - keystone_utils - INFO - Deleting project with name - CreateSecurityGroupTests-5ad44015-b25a-46b-proj 2018-09-04 11:35:03,694 - keystone_utils - INFO - Deleting role with name - CreateSecurityGroupTests-5ad44015-b25a-46b-proj-role 2018-09-04 11:35:03,883 - keystone_utils - INFO - Deleting user with name - CreateSecurityGroupTests-5ad44015-b25a-46b-user 2018-09-04 11:35:05,302 - keystone_utils - INFO - Created project with name - CreateImageSuccessTests-76c22324-1ee4-424-proj 2018-09-04 11:35:06,422 - keystone_utils - INFO - Created user with name - CreateImageSuccessTests-76c22324-1ee4-424-user 2018-09-04 11:35:06,613 - keystone_utils - INFO - Created role with name - CreateImageSuccessTests-76c22324-1ee4-424-proj-role 2018-09-04 11:35:06,703 - keystone_utils - INFO - Granting role CreateImageSuccessTests-76c22324-1ee4-424-proj-role to project CreateImageSuccessTests-76c22324-1ee4-424-proj 2018-09-04 11:35:09,543 - create_image - INFO - Created image with name - CreateImageSuccessTests-59d5206d-9738-413f-9090-e4b33556499a 2018-09-04 11:35:09,704 - create_image - INFO - Image is now active with name - CreateImageSuccessTests-59d5206d-9738-413f-9090-e4b33556499a 2018-09-04 11:35:10,491 - glance_utils - INFO - Deleting image named - CreateImageSuccessTests-59d5206d-9738-413f-9090-e4b33556499a 2018-09-04 11:35:11,926 - glance_utils - INFO - Deleting image named - CreateImageSuccessTests-59d5206d-9738-413f-9090-e4b33556499a 2018-09-04 11:35:13,304 - keystone_utils - INFO - Deleting project with name - CreateImageSuccessTests-76c22324-1ee4-424-proj 2018-09-04 11:35:13,532 - keystone_utils - INFO - Deleting role with name - CreateImageSuccessTests-76c22324-1ee4-424-proj-role 2018-09-04 11:35:13,753 - keystone_utils - INFO - Deleting user with name - CreateImageSuccessTests-76c22324-1ee4-424-user 2018-09-04 11:35:15,267 - keystone_utils - INFO - Created project with name - CreateImageSuccessTests-d0ab585e-d319-434-proj 2018-09-04 11:35:16,321 - keystone_utils - INFO - Created user with name - CreateImageSuccessTests-d0ab585e-d319-434-user 2018-09-04 11:35:16,524 - keystone_utils - INFO - Created role with name - CreateImageSuccessTests-d0ab585e-d319-434-proj-role 2018-09-04 11:35:16,606 - keystone_utils - INFO - Granting role CreateImageSuccessTests-d0ab585e-d319-434-proj-role to project CreateImageSuccessTests-d0ab585e-d319-434-proj 2018-09-04 11:35:19,405 - create_image - INFO - Created image with name - CreateImageSuccessTests-84e7a26f-1eb8-4d62-9e55-d95a067ea1ce 2018-09-04 11:35:19,571 - create_image - INFO - Image is now active with name - CreateImageSuccessTests-84e7a26f-1eb8-4d62-9e55-d95a067ea1ce 2018-09-04 11:35:20,292 - glance_utils - INFO - Deleting image named - CreateImageSuccessTests-84e7a26f-1eb8-4d62-9e55-d95a067ea1ce 2018-09-04 11:35:22,979 - keystone_utils - INFO - Deleting project with name - CreateImageSuccessTests-d0ab585e-d319-434-proj 2018-09-04 11:35:23,191 - keystone_utils - INFO - Deleting role with name - CreateImageSuccessTests-d0ab585e-d319-434-proj-role 2018-09-04 11:35:23,388 - keystone_utils - INFO - Deleting user with name - CreateImageSuccessTests-d0ab585e-d319-434-user 2018-09-04 11:35:24,847 - keystone_utils - INFO - Created project with name - CreateImageSuccessTests-1a0d2ad0-e5fc-45c-proj 2018-09-04 11:35:25,913 - keystone_utils - INFO - Created user with name - CreateImageSuccessTests-1a0d2ad0-e5fc-45c-user 2018-09-04 11:35:26,117 - keystone_utils - INFO - Created role with name - CreateImageSuccessTests-1a0d2ad0-e5fc-45c-proj-role 2018-09-04 11:35:26,209 - keystone_utils - INFO - Granting role CreateImageSuccessTests-1a0d2ad0-e5fc-45c-proj-role to project CreateImageSuccessTests-1a0d2ad0-e5fc-45c-proj 2018-09-04 11:35:29,568 - create_image - INFO - Created image with name - CreateImageSuccessTests-85d214c4-3264-40c9-a8ee-c3f6f36cdf01 2018-09-04 11:35:29,731 - create_image - INFO - Image is now active with name - CreateImageSuccessTests-85d214c4-3264-40c9-a8ee-c3f6f36cdf01 2018-09-04 11:35:30,823 - glance_utils - INFO - Deleting image named - CreateImageSuccessTests-85d214c4-3264-40c9-a8ee-c3f6f36cdf01 2018-09-04 11:35:32,985 - keystone_utils - INFO - Deleting project with name - CreateImageSuccessTests-1a0d2ad0-e5fc-45c-proj 2018-09-04 11:35:33,191 - keystone_utils - INFO - Deleting role with name - CreateImageSuccessTests-1a0d2ad0-e5fc-45c-proj-role 2018-09-04 11:35:33,459 - keystone_utils - INFO - Deleting user with name - CreateImageSuccessTests-1a0d2ad0-e5fc-45c-user 2018-09-04 11:35:34,883 - keystone_utils - INFO - Created project with name - CreateImageSuccessTests-061273a5-092a-402-proj 2018-09-04 11:35:35,937 - keystone_utils - INFO - Created user with name - CreateImageSuccessTests-061273a5-092a-402-user 2018-09-04 11:35:36,122 - keystone_utils - INFO - Created role with name - CreateImageSuccessTests-061273a5-092a-402-proj-role 2018-09-04 11:35:36,211 - keystone_utils - INFO - Granting role CreateImageSuccessTests-061273a5-092a-402-proj-role to project CreateImageSuccessTests-061273a5-092a-402-proj 2018-09-04 11:35:39,631 - create_image - INFO - Created image with name - CreateImageSuccessTests-fa910c22-301a-464d-ab0c-45822e3620a0 2018-09-04 11:35:39,650 - create_image - INFO - Image is now active with name - CreateImageSuccessTests-fa910c22-301a-464d-ab0c-45822e3620a0 2018-09-04 11:35:40,353 - glance_utils - INFO - Deleting image named - CreateImageSuccessTests-fa910c22-301a-464d-ab0c-45822e3620a0 2018-09-04 11:35:43,287 - keystone_utils - INFO - Deleting project with name - CreateImageSuccessTests-061273a5-092a-402-proj 2018-09-04 11:35:43,485 - keystone_utils - INFO - Deleting role with name - CreateImageSuccessTests-061273a5-092a-402-proj-role 2018-09-04 11:35:43,686 - keystone_utils - INFO - Deleting user with name - CreateImageSuccessTests-061273a5-092a-402-user 2018-09-04 11:35:45,093 - keystone_utils - INFO - Created project with name - CreateImageSuccessTests-c2a48cb3-2dd4-487-proj 2018-09-04 11:35:46,206 - keystone_utils - INFO - Created user with name - CreateImageSuccessTests-c2a48cb3-2dd4-487-user 2018-09-04 11:35:46,405 - keystone_utils - INFO - Created role with name - CreateImageSuccessTests-c2a48cb3-2dd4-487-proj-role 2018-09-04 11:35:46,489 - keystone_utils - INFO - Granting role CreateImageSuccessTests-c2a48cb3-2dd4-487-proj-role to project CreateImageSuccessTests-c2a48cb3-2dd4-487-proj 2018-09-04 11:35:50,029 - create_image - INFO - Created image with name - CreateImageSuccessTests-ecba97a9-3806-42dd-b551-d0734a27f307 2018-09-04 11:35:50,219 - create_image - INFO - Image is now active with name - CreateImageSuccessTests-ecba97a9-3806-42dd-b551-d0734a27f307 2018-09-04 11:35:51,803 - create_image - INFO - Found image with name - CreateImageSuccessTests-ecba97a9-3806-42dd-b551-d0734a27f307 2018-09-04 11:35:51,804 - glance_utils - INFO - Deleting image named - CreateImageSuccessTests-ecba97a9-3806-42dd-b551-d0734a27f307 2018-09-04 11:35:55,064 - keystone_utils - INFO - Deleting project with name - CreateImageSuccessTests-c2a48cb3-2dd4-487-proj 2018-09-04 11:35:55,269 - keystone_utils - INFO - Deleting role with name - CreateImageSuccessTests-c2a48cb3-2dd4-487-proj-role 2018-09-04 11:35:55,476 - keystone_utils - INFO - Deleting user with name - CreateImageSuccessTests-c2a48cb3-2dd4-487-user 2018-09-04 11:35:56,985 - keystone_utils - INFO - Created project with name - CreateImageSuccessTests-588afd08-2754-49a-proj 2018-09-04 11:35:58,116 - keystone_utils - INFO - Created user with name - CreateImageSuccessTests-588afd08-2754-49a-user 2018-09-04 11:35:58,320 - keystone_utils - INFO - Created role with name - CreateImageSuccessTests-588afd08-2754-49a-proj-role 2018-09-04 11:35:58,403 - keystone_utils - INFO - Granting role CreateImageSuccessTests-588afd08-2754-49a-proj-role to project CreateImageSuccessTests-588afd08-2754-49a-proj 2018-09-04 11:36:01,575 - create_image - INFO - Created image with name - CreateImageSuccessTests-0008ca11-a70c-4d4f-a9e9-ce5d191df528 2018-09-04 11:36:01,600 - create_image - INFO - Image is now active with name - CreateImageSuccessTests-0008ca11-a70c-4d4f-a9e9-ce5d191df528 2018-09-04 11:36:03,097 - create_image - INFO - Found image with name - CreateImageSuccessTests-0008ca11-a70c-4d4f-a9e9-ce5d191df528 2018-09-04 11:36:03,098 - glance_utils - INFO - Deleting image named - CreateImageSuccessTests-0008ca11-a70c-4d4f-a9e9-ce5d191df528 2018-09-04 11:36:06,087 - keystone_utils - INFO - Deleting project with name - CreateImageSuccessTests-588afd08-2754-49a-proj 2018-09-04 11:36:06,293 - keystone_utils - INFO - Deleting role with name - CreateImageSuccessTests-588afd08-2754-49a-proj-role 2018-09-04 11:36:06,491 - keystone_utils - INFO - Deleting user with name - CreateImageSuccessTests-588afd08-2754-49a-user 2018-09-04 11:36:07,931 - keystone_utils - INFO - Created project with name - CreateImageNegativeTests-98dbffeb-f432-40f-proj 2018-09-04 11:36:09,182 - keystone_utils - INFO - Created user with name - CreateImageNegativeTests-98dbffeb-f432-40f-user 2018-09-04 11:36:09,380 - keystone_utils - INFO - Created role with name - CreateImageNegativeTests-98dbffeb-f432-40f-proj-role 2018-09-04 11:36:09,463 - keystone_utils - INFO - Granting role CreateImageNegativeTests-98dbffeb-f432-40f-proj-role to project CreateImageNegativeTests-98dbffeb-f432-40f-proj 2018-09-04 11:36:10,696 - glance_utils - ERROR - Unexpected exception creating image. Rolling back 2018-09-04 11:36:10,696 - glance_utils - INFO - Deleting image named - CreateImageNegativeTests-b7773f78-5d00-4bcf-bf14-9d2a221822e0 2018-09-04 11:36:12,201 - keystone_utils - INFO - Deleting project with name - CreateImageNegativeTests-98dbffeb-f432-40f-proj 2018-09-04 11:36:12,430 - keystone_utils - INFO - Deleting role with name - CreateImageNegativeTests-98dbffeb-f432-40f-proj-role 2018-09-04 11:36:12,631 - keystone_utils - INFO - Deleting user with name - CreateImageNegativeTests-98dbffeb-f432-40f-user 2018-09-04 11:36:14,075 - keystone_utils - INFO - Created project with name - CreateImageNegativeTests-3831368c-f2d7-4bc-proj 2018-09-04 11:36:15,182 - keystone_utils - INFO - Created user with name - CreateImageNegativeTests-3831368c-f2d7-4bc-user 2018-09-04 11:36:15,398 - keystone_utils - INFO - Created role with name - CreateImageNegativeTests-3831368c-f2d7-4bc-proj-role 2018-09-04 11:36:15,415 - keystone_utils - INFO - Granting role CreateImageNegativeTests-3831368c-f2d7-4bc-proj-role to project CreateImageNegativeTests-3831368c-f2d7-4bc-proj 2018-09-04 11:36:16,701 - glance_utils - ERROR - Unexpected exception creating image. Rolling back 2018-09-04 11:36:16,701 - glance_utils - INFO - Removing file ./tmp/dc43a3c2-1348-4305-a769-d8bfcb404c4c 2018-09-04 11:36:17,865 - keystone_utils - INFO - Deleting project with name - CreateImageNegativeTests-3831368c-f2d7-4bc-proj 2018-09-04 11:36:18,098 - keystone_utils - INFO - Deleting role with name - CreateImageNegativeTests-3831368c-f2d7-4bc-proj-role 2018-09-04 11:36:18,308 - keystone_utils - INFO - Deleting user with name - CreateImageNegativeTests-3831368c-f2d7-4bc-user 2018-09-04 11:36:19,715 - keystone_utils - INFO - Created project with name - CreateImageNegativeTests-bebcaab1-1509-4b2-proj 2018-09-04 11:36:20,853 - keystone_utils - INFO - Created user with name - CreateImageNegativeTests-bebcaab1-1509-4b2-user 2018-09-04 11:36:21,062 - keystone_utils - INFO - Created role with name - CreateImageNegativeTests-bebcaab1-1509-4b2-proj-role 2018-09-04 11:36:21,082 - keystone_utils - INFO - Granting role CreateImageNegativeTests-bebcaab1-1509-4b2-proj-role to project CreateImageNegativeTests-bebcaab1-1509-4b2-proj 2018-09-04 11:36:23,128 - keystone_utils - INFO - Deleting project with name - CreateImageNegativeTests-bebcaab1-1509-4b2-proj 2018-09-04 11:36:23,342 - keystone_utils - INFO - Deleting role with name - CreateImageNegativeTests-bebcaab1-1509-4b2-proj-role 2018-09-04 11:36:23,546 - keystone_utils - INFO - Deleting user with name - CreateImageNegativeTests-bebcaab1-1509-4b2-user 2018-09-04 11:36:24,955 - keystone_utils - INFO - Created project with name - CreateImageNegativeTests-12400666-6640-4c7-proj 2018-09-04 11:36:25,990 - keystone_utils - INFO - Created user with name - CreateImageNegativeTests-12400666-6640-4c7-user 2018-09-04 11:36:26,201 - keystone_utils - INFO - Created role with name - CreateImageNegativeTests-12400666-6640-4c7-proj-role 2018-09-04 11:36:26,220 - keystone_utils - INFO - Granting role CreateImageNegativeTests-12400666-6640-4c7-proj-role to project CreateImageNegativeTests-12400666-6640-4c7-proj 2018-09-04 11:36:28,219 - keystone_utils - INFO - Deleting project with name - CreateImageNegativeTests-12400666-6640-4c7-proj 2018-09-04 11:36:28,443 - keystone_utils - INFO - Deleting role with name - CreateImageNegativeTests-12400666-6640-4c7-proj-role 2018-09-04 11:36:28,654 - keystone_utils - INFO - Deleting user with name - CreateImageNegativeTests-12400666-6640-4c7-user 2018-09-04 11:36:30,056 - keystone_utils - INFO - Created project with name - CreateMultiPartImageTests-d35121d0-f83f-4d8-proj 2018-09-04 11:36:31,178 - keystone_utils - INFO - Created user with name - CreateMultiPartImageTests-d35121d0-f83f-4d8-user 2018-09-04 11:36:31,380 - keystone_utils - INFO - Created role with name - CreateMultiPartImageTests-d35121d0-f83f-4d8-proj-role 2018-09-04 11:36:31,465 - keystone_utils - INFO - Granting role CreateMultiPartImageTests-d35121d0-f83f-4d8-proj-role to project CreateMultiPartImageTests-d35121d0-f83f-4d8-proj 2018-09-04 11:36:31,606 - create_image_tests - WARNING - Will not download the kernel image. Cannot execute test 2018-09-04 11:36:32,883 - keystone_utils - INFO - Deleting project with name - CreateMultiPartImageTests-d35121d0-f83f-4d8-proj 2018-09-04 11:36:33,084 - keystone_utils - INFO - Deleting role with name - CreateMultiPartImageTests-d35121d0-f83f-4d8-proj-role 2018-09-04 11:36:33,285 - keystone_utils - INFO - Deleting user with name - CreateMultiPartImageTests-d35121d0-f83f-4d8-user 2018-09-04 11:36:34,626 - keystone_utils - INFO - Created project with name - CreateMultiPartImageTests-86ec4b7b-b5e2-492-proj 2018-09-04 11:36:35,841 - keystone_utils - INFO - Created user with name - CreateMultiPartImageTests-86ec4b7b-b5e2-492-user 2018-09-04 11:36:36,063 - keystone_utils - INFO - Created role with name - CreateMultiPartImageTests-86ec4b7b-b5e2-492-proj-role 2018-09-04 11:36:36,152 - keystone_utils - INFO - Granting role CreateMultiPartImageTests-86ec4b7b-b5e2-492-proj-role to project CreateMultiPartImageTests-86ec4b7b-b5e2-492-proj 2018-09-04 11:36:36,288 - create_image_tests - WARNING - Test not executed as the image metadata requires image files 2018-09-04 11:36:37,428 - keystone_utils - INFO - Deleting project with name - CreateMultiPartImageTests-86ec4b7b-b5e2-492-proj 2018-09-04 11:36:37,678 - keystone_utils - INFO - Deleting role with name - CreateMultiPartImageTests-86ec4b7b-b5e2-492-proj-role 2018-09-04 11:36:37,892 - keystone_utils - INFO - Deleting user with name - CreateMultiPartImageTests-86ec4b7b-b5e2-492-user 2018-09-04 11:36:39,320 - keystone_utils - INFO - Created project with name - CreateMultiPartImageTests-e1d2b9da-14a0-435-proj 2018-09-04 11:36:40,375 - keystone_utils - INFO - Created user with name - CreateMultiPartImageTests-e1d2b9da-14a0-435-user 2018-09-04 11:36:40,566 - keystone_utils - INFO - Created role with name - CreateMultiPartImageTests-e1d2b9da-14a0-435-proj-role 2018-09-04 11:36:40,659 - keystone_utils - INFO - Granting role CreateMultiPartImageTests-e1d2b9da-14a0-435-proj-role to project CreateMultiPartImageTests-e1d2b9da-14a0-435-proj 2018-09-04 11:36:40,778 - create_image_tests - WARNING - Test not executed as the image metadata requires image files 2018-09-04 11:36:41,907 - keystone_utils - INFO - Deleting project with name - CreateMultiPartImageTests-e1d2b9da-14a0-435-proj 2018-09-04 11:36:42,113 - keystone_utils - INFO - Deleting role with name - CreateMultiPartImageTests-e1d2b9da-14a0-435-proj-role 2018-09-04 11:36:42,377 - keystone_utils - INFO - Deleting user with name - CreateMultiPartImageTests-e1d2b9da-14a0-435-user 2018-09-04 11:36:43,776 - keystone_utils - INFO - Created project with name - CreateKeypairsTests-e5410f1d-7a02-4ca-proj 2018-09-04 11:36:44,818 - keystone_utils - INFO - Created user with name - CreateKeypairsTests-e5410f1d-7a02-4ca-user 2018-09-04 11:36:45,009 - keystone_utils - INFO - Created role with name - CreateKeypairsTests-e5410f1d-7a02-4ca-proj-role 2018-09-04 11:36:45,093 - keystone_utils - INFO - Granting role CreateKeypairsTests-e5410f1d-7a02-4ca-proj-role to project CreateKeypairsTests-e5410f1d-7a02-4ca-proj 2018-09-04 11:36:45,882 - OpenStackKeypair - INFO - Creating keypair CreateKeypairsTests-e72b9918-c39a-4f86-824a-a5b28fbeb3dc... 2018-09-04 11:36:45,882 - OpenStackKeypair - INFO - Creating new keypair 2018-09-04 11:36:45,917 - nova_utils - INFO - Creating keypair with name - CreateKeypairsTests-e72b9918-c39a-4f86-824a-a5b28fbeb3dc 2018-09-04 11:36:47,838 - keystone_utils - INFO - Deleting project with name - CreateKeypairsTests-e5410f1d-7a02-4ca-proj 2018-09-04 11:36:48,030 - keystone_utils - INFO - Deleting role with name - CreateKeypairsTests-e5410f1d-7a02-4ca-proj-role 2018-09-04 11:36:48,222 - keystone_utils - INFO - Deleting user with name - CreateKeypairsTests-e5410f1d-7a02-4ca-user 2018-09-04 11:36:49,633 - keystone_utils - INFO - Created project with name - CreateKeypairsTests-1d96a082-1ffd-4bf-proj 2018-09-04 11:36:50,691 - keystone_utils - INFO - Created user with name - CreateKeypairsTests-1d96a082-1ffd-4bf-user 2018-09-04 11:36:50,883 - keystone_utils - INFO - Created role with name - CreateKeypairsTests-1d96a082-1ffd-4bf-proj-role 2018-09-04 11:36:50,977 - keystone_utils - INFO - Granting role CreateKeypairsTests-1d96a082-1ffd-4bf-proj-role to project CreateKeypairsTests-1d96a082-1ffd-4bf-proj 2018-09-04 11:36:51,200 - file_utils - INFO - Saved public key to - tmp/CreateKeypairsTests-20e76058-9384-4043-8619-f80857d54f91.pub 2018-09-04 11:36:51,826 - OpenStackKeypair - INFO - Creating keypair CreateKeypairsTests-20e76058-9384-4043-8619-f80857d54f91... 2018-09-04 11:36:51,826 - OpenStackKeypair - INFO - Uploading existing keypair 2018-09-04 11:36:51,826 - nova_utils - INFO - Saving keypair to - tmp/CreateKeypairsTests-20e76058-9384-4043-8619-f80857d54f91.pub 2018-09-04 11:36:51,826 - nova_utils - INFO - Creating keypair with name - CreateKeypairsTests-20e76058-9384-4043-8619-f80857d54f91 2018-09-04 11:36:53,776 - keystone_utils - INFO - Deleting project with name - CreateKeypairsTests-1d96a082-1ffd-4bf-proj 2018-09-04 11:36:53,970 - keystone_utils - INFO - Deleting role with name - CreateKeypairsTests-1d96a082-1ffd-4bf-proj-role 2018-09-04 11:36:54,159 - keystone_utils - INFO - Deleting user with name - CreateKeypairsTests-1d96a082-1ffd-4bf-user 2018-09-04 11:36:55,704 - keystone_utils - INFO - Created project with name - CreateKeypairsTests-39bac6b0-e38b-44e-proj 2018-09-04 11:36:56,835 - keystone_utils - INFO - Created user with name - CreateKeypairsTests-39bac6b0-e38b-44e-user 2018-09-04 11:36:57,027 - keystone_utils - INFO - Created role with name - CreateKeypairsTests-39bac6b0-e38b-44e-proj-role 2018-09-04 11:36:57,045 - keystone_utils - INFO - Granting role CreateKeypairsTests-39bac6b0-e38b-44e-proj-role to project CreateKeypairsTests-39bac6b0-e38b-44e-proj 2018-09-04 11:36:57,793 - OpenStackKeypair - INFO - Creating keypair CreateKeypairsTests-7674ebd9-8d86-4d44-bc43-2d959643e771... 2018-09-04 11:36:57,794 - OpenStackKeypair - INFO - Creating new keypair 2018-09-04 11:37:43,745 - nova_utils - INFO - Creating keypair with name - CreateKeypairsTests-7674ebd9-8d86-4d44-bc43-2d959643e771 2018-09-04 11:37:45,718 - keystone_utils - INFO - Deleting project with name - CreateKeypairsTests-39bac6b0-e38b-44e-proj 2018-09-04 11:37:45,910 - keystone_utils - INFO - Deleting role with name - CreateKeypairsTests-39bac6b0-e38b-44e-proj-role 2018-09-04 11:37:46,115 - keystone_utils - INFO - Deleting user with name - CreateKeypairsTests-39bac6b0-e38b-44e-user 2018-09-04 11:37:47,549 - keystone_utils - INFO - Created project with name - CreateKeypairsTests-47571114-031a-4a1-proj 2018-09-04 11:37:48,597 - keystone_utils - INFO - Created user with name - CreateKeypairsTests-47571114-031a-4a1-user 2018-09-04 11:37:48,794 - keystone_utils - INFO - Created role with name - CreateKeypairsTests-47571114-031a-4a1-proj-role 2018-09-04 11:37:48,879 - keystone_utils - INFO - Granting role CreateKeypairsTests-47571114-031a-4a1-proj-role to project CreateKeypairsTests-47571114-031a-4a1-proj 2018-09-04 11:37:49,638 - OpenStackKeypair - INFO - Creating keypair CreateKeypairsTests-fe2aca00-f285-4079-8516-9fd0e2838431... 2018-09-04 11:37:49,639 - OpenStackKeypair - INFO - Creating new keypair 2018-09-04 11:37:49,647 - nova_utils - INFO - Creating keypair with name - CreateKeypairsTests-fe2aca00-f285-4079-8516-9fd0e2838431 2018-09-04 11:37:51,506 - keystone_utils - INFO - Deleting project with name - CreateKeypairsTests-47571114-031a-4a1-proj 2018-09-04 11:37:51,809 - keystone_utils - INFO - Deleting role with name - CreateKeypairsTests-47571114-031a-4a1-proj-role 2018-09-04 11:37:52,002 - keystone_utils - INFO - Deleting user with name - CreateKeypairsTests-47571114-031a-4a1-user 2018-09-04 11:37:53,423 - keystone_utils - INFO - Created project with name - CreateKeypairsTests-f80c542e-b2aa-480-proj 2018-09-04 11:37:54,477 - keystone_utils - INFO - Created user with name - CreateKeypairsTests-f80c542e-b2aa-480-user 2018-09-04 11:37:54,674 - keystone_utils - INFO - Created role with name - CreateKeypairsTests-f80c542e-b2aa-480-proj-role 2018-09-04 11:37:54,761 - keystone_utils - INFO - Granting role CreateKeypairsTests-f80c542e-b2aa-480-proj-role to project CreateKeypairsTests-f80c542e-b2aa-480-proj 2018-09-04 11:37:55,506 - OpenStackKeypair - INFO - Creating keypair CreateKeypairsTests-d20fa112-4980-4790-8190-6937c38b4584... 2018-09-04 11:37:55,507 - OpenStackKeypair - INFO - Creating new keypair 2018-09-04 11:37:55,537 - nova_utils - INFO - Creating keypair with name - CreateKeypairsTests-d20fa112-4980-4790-8190-6937c38b4584 2018-09-04 11:37:55,599 - file_utils - INFO - Saved public key to - tmp/CreateKeypairsTests-d20fa112-4980-4790-8190-6937c38b4584.pub 2018-09-04 11:37:55,599 - file_utils - INFO - Saved private key to - tmp/CreateKeypairsTests-d20fa112-4980-4790-8190-6937c38b4584 2018-09-04 11:37:56,189 - OpenStackKeypair - INFO - Deleted public key file [tmp/CreateKeypairsTests-d20fa112-4980-4790-8190-6937c38b4584.pub] 2018-09-04 11:37:56,189 - OpenStackKeypair - INFO - Deleted private key file [tmp/CreateKeypairsTests-d20fa112-4980-4790-8190-6937c38b4584] 2018-09-04 11:37:57,562 - keystone_utils - INFO - Deleting project with name - CreateKeypairsTests-f80c542e-b2aa-480-proj 2018-09-04 11:37:57,803 - keystone_utils - INFO - Deleting role with name - CreateKeypairsTests-f80c542e-b2aa-480-proj-role 2018-09-04 11:37:57,999 - keystone_utils - INFO - Deleting user with name - CreateKeypairsTests-f80c542e-b2aa-480-user 2018-09-04 11:37:59,411 - keystone_utils - INFO - Created project with name - CreateKeypairsTests-758bb911-7e18-468-proj 2018-09-04 11:38:00,447 - keystone_utils - INFO - Created user with name - CreateKeypairsTests-758bb911-7e18-468-user 2018-09-04 11:38:00,645 - keystone_utils - INFO - Created role with name - CreateKeypairsTests-758bb911-7e18-468-proj-role 2018-09-04 11:38:00,740 - keystone_utils - INFO - Granting role CreateKeypairsTests-758bb911-7e18-468-proj-role to project CreateKeypairsTests-758bb911-7e18-468-proj 2018-09-04 11:38:01,491 - OpenStackKeypair - INFO - Creating keypair CreateKeypairsTests-4e8954f7-be27-4148-ab29-b6a1df408045... 2018-09-04 11:38:01,492 - OpenStackKeypair - INFO - Creating new keypair 2018-09-04 11:38:01,512 - nova_utils - INFO - Creating keypair with name - CreateKeypairsTests-4e8954f7-be27-4148-ab29-b6a1df408045 2018-09-04 11:38:01,575 - file_utils - INFO - Saved public key to - tmp/CreateKeypairsTests-4e8954f7-be27-4148-ab29-b6a1df408045.pub 2018-09-04 11:38:02,147 - OpenStackKeypair - INFO - Deleted public key file [tmp/CreateKeypairsTests-4e8954f7-be27-4148-ab29-b6a1df408045.pub] 2018-09-04 11:38:03,430 - keystone_utils - INFO - Deleting project with name - CreateKeypairsTests-758bb911-7e18-468-proj 2018-09-04 11:38:03,635 - keystone_utils - INFO - Deleting role with name - CreateKeypairsTests-758bb911-7e18-468-proj-role 2018-09-04 11:38:03,838 - keystone_utils - INFO - Deleting user with name - CreateKeypairsTests-758bb911-7e18-468-user 2018-09-04 11:38:05,327 - keystone_utils - INFO - Created project with name - CreateKeypairsCleanupTests-e482ea1e-ea5a-4b9-proj 2018-09-04 11:38:06,422 - keystone_utils - INFO - Created user with name - CreateKeypairsCleanupTests-e482ea1e-ea5a-4b9-user 2018-09-04 11:38:06,614 - keystone_utils - INFO - Created role with name - CreateKeypairsCleanupTests-e482ea1e-ea5a-4b9-proj-role 2018-09-04 11:38:06,633 - keystone_utils - INFO - Granting role CreateKeypairsCleanupTests-e482ea1e-ea5a-4b9-proj-role to project CreateKeypairsCleanupTests-e482ea1e-ea5a-4b9-proj 2018-09-04 11:38:06,871 - file_utils - INFO - Saved public key to - tmp/CreateKeypairsCleanupTests-b0c56ecf-2527-45a2-a5fc-2e55ee048d54.pub 2018-09-04 11:38:06,871 - file_utils - INFO - Saved private key to - tmp/CreateKeypairsCleanupTests-b0c56ecf-2527-45a2-a5fc-2e55ee048d54 2018-09-04 11:38:07,487 - OpenStackKeypair - INFO - Creating keypair CreateKeypairsCleanupTests-b0c56ecf-2527-45a2-a5fc-2e55ee048d54... 2018-09-04 11:38:07,487 - OpenStackKeypair - INFO - Uploading existing keypair 2018-09-04 11:38:07,487 - nova_utils - INFO - Saving keypair to - tmp/CreateKeypairsCleanupTests-b0c56ecf-2527-45a2-a5fc-2e55ee048d54.pub 2018-09-04 11:38:07,487 - nova_utils - INFO - Creating keypair with name - CreateKeypairsCleanupTests-b0c56ecf-2527-45a2-a5fc-2e55ee048d54 2018-09-04 11:38:07,584 - OpenStackKeypair - INFO - Deleted public key file [tmp/CreateKeypairsCleanupTests-b0c56ecf-2527-45a2-a5fc-2e55ee048d54.pub] 2018-09-04 11:38:07,584 - OpenStackKeypair - INFO - Deleted private key file [tmp/CreateKeypairsCleanupTests-b0c56ecf-2527-45a2-a5fc-2e55ee048d54] 2018-09-04 11:38:08,872 - keystone_utils - INFO - Deleting project with name - CreateKeypairsCleanupTests-e482ea1e-ea5a-4b9-proj 2018-09-04 11:38:09,085 - keystone_utils - INFO - Deleting role with name - CreateKeypairsCleanupTests-e482ea1e-ea5a-4b9-proj-role 2018-09-04 11:38:09,364 - keystone_utils - INFO - Deleting user with name - CreateKeypairsCleanupTests-e482ea1e-ea5a-4b9-user 2018-09-04 11:38:10,758 - keystone_utils - INFO - Created project with name - CreateKeypairsCleanupTests-aa9c6df1-a511-407-proj 2018-09-04 11:38:11,860 - keystone_utils - INFO - Created user with name - CreateKeypairsCleanupTests-aa9c6df1-a511-407-user 2018-09-04 11:38:12,052 - keystone_utils - INFO - Created role with name - CreateKeypairsCleanupTests-aa9c6df1-a511-407-proj-role 2018-09-04 11:38:12,069 - keystone_utils - INFO - Granting role CreateKeypairsCleanupTests-aa9c6df1-a511-407-proj-role to project CreateKeypairsCleanupTests-aa9c6df1-a511-407-proj 2018-09-04 11:38:12,359 - file_utils - INFO - Saved public key to - tmp/CreateKeypairsCleanupTests-31653c90-e908-47b6-9e8e-3001efaa2c84.pub 2018-09-04 11:38:12,359 - file_utils - INFO - Saved private key to - tmp/CreateKeypairsCleanupTests-31653c90-e908-47b6-9e8e-3001efaa2c84 2018-09-04 11:38:12,974 - OpenStackKeypair - INFO - Creating keypair CreateKeypairsCleanupTests-31653c90-e908-47b6-9e8e-3001efaa2c84... 2018-09-04 11:38:12,975 - OpenStackKeypair - INFO - Uploading existing keypair 2018-09-04 11:38:12,975 - nova_utils - INFO - Saving keypair to - tmp/CreateKeypairsCleanupTests-31653c90-e908-47b6-9e8e-3001efaa2c84.pub 2018-09-04 11:38:12,975 - nova_utils - INFO - Creating keypair with name - CreateKeypairsCleanupTests-31653c90-e908-47b6-9e8e-3001efaa2c84 2018-09-04 11:38:14,281 - keystone_utils - INFO - Deleting project with name - CreateKeypairsCleanupTests-aa9c6df1-a511-407-proj 2018-09-04 11:38:14,473 - keystone_utils - INFO - Deleting role with name - CreateKeypairsCleanupTests-aa9c6df1-a511-407-proj-role 2018-09-04 11:38:14,679 - keystone_utils - INFO - Deleting user with name - CreateKeypairsCleanupTests-aa9c6df1-a511-407-user 2018-09-04 11:38:16,088 - keystone_utils - INFO - Created project with name - CreateKeypairsCleanupTests-9c316ddc-b4c1-403-proj 2018-09-04 11:38:17,123 - keystone_utils - INFO - Created user with name - CreateKeypairsCleanupTests-9c316ddc-b4c1-403-user 2018-09-04 11:38:17,327 - keystone_utils - INFO - Created role with name - CreateKeypairsCleanupTests-9c316ddc-b4c1-403-proj-role 2018-09-04 11:38:17,416 - keystone_utils - INFO - Granting role CreateKeypairsCleanupTests-9c316ddc-b4c1-403-proj-role to project CreateKeypairsCleanupTests-9c316ddc-b4c1-403-proj 2018-09-04 11:38:18,166 - OpenStackKeypair - INFO - Creating keypair CreateKeypairsCleanupTests-0bd4b2bd-5465-4a04-b9af-66b8e420b145... 2018-09-04 11:38:18,166 - OpenStackKeypair - INFO - Creating new keypair 2018-09-04 11:38:18,225 - nova_utils - INFO - Creating keypair with name - CreateKeypairsCleanupTests-0bd4b2bd-5465-4a04-b9af-66b8e420b145 2018-09-04 11:38:18,290 - file_utils - INFO - Saved public key to - tmp/CreateKeypairsCleanupTests-0bd4b2bd-5465-4a04-b9af-66b8e420b145.pub 2018-09-04 11:38:18,290 - file_utils - INFO - Saved private key to - tmp/CreateKeypairsCleanupTests-0bd4b2bd-5465-4a04-b9af-66b8e420b145 2018-09-04 11:38:18,321 - OpenStackKeypair - INFO - Deleted public key file [tmp/CreateKeypairsCleanupTests-0bd4b2bd-5465-4a04-b9af-66b8e420b145.pub] 2018-09-04 11:38:18,321 - OpenStackKeypair - INFO - Deleted private key file [tmp/CreateKeypairsCleanupTests-0bd4b2bd-5465-4a04-b9af-66b8e420b145] 2018-09-04 11:38:19,513 - keystone_utils - INFO - Deleting project with name - CreateKeypairsCleanupTests-9c316ddc-b4c1-403-proj 2018-09-04 11:38:19,688 - keystone_utils - INFO - Deleting role with name - CreateKeypairsCleanupTests-9c316ddc-b4c1-403-proj-role 2018-09-04 11:38:19,895 - keystone_utils - INFO - Deleting user with name - CreateKeypairsCleanupTests-9c316ddc-b4c1-403-user 2018-09-04 11:38:21,309 - keystone_utils - INFO - Created project with name - CreateKeypairsCleanupTests-c2d58132-ccd7-4df-proj 2018-09-04 11:38:22,435 - keystone_utils - INFO - Created user with name - CreateKeypairsCleanupTests-c2d58132-ccd7-4df-user 2018-09-04 11:38:22,561 - keystone_utils - INFO - Created role with name - CreateKeypairsCleanupTests-c2d58132-ccd7-4df-proj-role 2018-09-04 11:38:22,580 - keystone_utils - INFO - Granting role CreateKeypairsCleanupTests-c2d58132-ccd7-4df-proj-role to project CreateKeypairsCleanupTests-c2d58132-ccd7-4df-proj 2018-09-04 11:38:23,413 - OpenStackKeypair - INFO - Creating keypair CreateKeypairsCleanupTests-3fd552c0-1c8f-4eed-babc-a9e2f5855907... 2018-09-04 11:38:23,413 - OpenStackKeypair - INFO - Creating new keypair 2018-09-04 11:38:23,442 - nova_utils - INFO - Creating keypair with name - CreateKeypairsCleanupTests-3fd552c0-1c8f-4eed-babc-a9e2f5855907 2018-09-04 11:38:23,502 - file_utils - INFO - Saved public key to - tmp/CreateKeypairsCleanupTests-3fd552c0-1c8f-4eed-babc-a9e2f5855907.pub 2018-09-04 11:38:23,503 - file_utils - INFO - Saved private key to - tmp/CreateKeypairsCleanupTests-3fd552c0-1c8f-4eed-babc-a9e2f5855907 2018-09-04 11:38:23,531 - OpenStackKeypair - INFO - Deleted public key file [tmp/CreateKeypairsCleanupTests-3fd552c0-1c8f-4eed-babc-a9e2f5855907.pub] 2018-09-04 11:38:23,531 - OpenStackKeypair - INFO - Deleted private key file [tmp/CreateKeypairsCleanupTests-3fd552c0-1c8f-4eed-babc-a9e2f5855907] 2018-09-04 11:38:24,735 - keystone_utils - INFO - Deleting project with name - CreateKeypairsCleanupTests-c2d58132-ccd7-4df-proj 2018-09-04 11:38:24,929 - keystone_utils - INFO - Deleting role with name - CreateKeypairsCleanupTests-c2d58132-ccd7-4df-proj-role 2018-09-04 11:38:25,127 - keystone_utils - INFO - Deleting user with name - CreateKeypairsCleanupTests-c2d58132-ccd7-4df-user 2018-09-04 11:38:26,452 - keystone_utils - INFO - Created project with name - CreateKeypairsCleanupTests-05035613-8f9f-455-proj 2018-09-04 11:38:27,512 - keystone_utils - INFO - Created user with name - CreateKeypairsCleanupTests-05035613-8f9f-455-user 2018-09-04 11:38:27,716 - keystone_utils - INFO - Created role with name - CreateKeypairsCleanupTests-05035613-8f9f-455-proj-role 2018-09-04 11:38:27,801 - keystone_utils - INFO - Granting role CreateKeypairsCleanupTests-05035613-8f9f-455-proj-role to project CreateKeypairsCleanupTests-05035613-8f9f-455-proj 2018-09-04 11:38:28,566 - OpenStackKeypair - INFO - Creating keypair CreateKeypairsCleanupTests-b9d9ff30-991f-41cd-8a56-6cd6dd2190ea... 2018-09-04 11:38:28,566 - OpenStackKeypair - INFO - Creating new keypair 2018-09-04 11:38:28,598 - nova_utils - INFO - Creating keypair with name - CreateKeypairsCleanupTests-b9d9ff30-991f-41cd-8a56-6cd6dd2190ea 2018-09-04 11:38:28,673 - file_utils - INFO - Saved public key to - tmp/CreateKeypairsCleanupTests-b9d9ff30-991f-41cd-8a56-6cd6dd2190ea.pub 2018-09-04 11:38:28,673 - file_utils - INFO - Saved private key to - tmp/CreateKeypairsCleanupTests-b9d9ff30-991f-41cd-8a56-6cd6dd2190ea 2018-09-04 11:38:30,045 - keystone_utils - INFO - Deleting project with name - CreateKeypairsCleanupTests-05035613-8f9f-455-proj 2018-09-04 11:38:30,233 - keystone_utils - INFO - Deleting role with name - CreateKeypairsCleanupTests-05035613-8f9f-455-proj-role 2018-09-04 11:38:30,438 - keystone_utils - INFO - Deleting user with name - CreateKeypairsCleanupTests-05035613-8f9f-455-user 2018-09-04 11:38:31,837 - keystone_utils - INFO - Created project with name - CreateNetworkSuccessTests-cbdd7d58-c970-4f4-proj 2018-09-04 11:38:32,908 - keystone_utils - INFO - Created user with name - CreateNetworkSuccessTests-cbdd7d58-c970-4f4-user 2018-09-04 11:38:33,112 - keystone_utils - INFO - Created role with name - CreateNetworkSuccessTests-cbdd7d58-c970-4f4-proj-role 2018-09-04 11:38:33,194 - keystone_utils - INFO - Granting role CreateNetworkSuccessTests-cbdd7d58-c970-4f4-proj-role to project CreateNetworkSuccessTests-cbdd7d58-c970-4f4-proj 2018-09-04 11:38:34,072 - neutron_utils - INFO - Creating network with name CreateNetworkSuccessTests-97a66f4e-9f3f-4e6b-b610-4e88d4258e86-pub-net 2018-09-04 11:38:35,335 - neutron_utils - INFO - Creating subnet with name CreateNetworkSuccessTests-97a66f4e-9f3f-4e6b-b610-4e88d4258e86-pub-subnet 2018-09-04 11:38:37,451 - neutron_utils - INFO - Deleting subnet with name CreateNetworkSuccessTests-97a66f4e-9f3f-4e6b-b610-4e88d4258e86-pub-subnet 2018-09-04 11:38:37,451 - neutron_utils - INFO - Deleting subnet with name CreateNetworkSuccessTests-97a66f4e-9f3f-4e6b-b610-4e88d4258e86-pub-subnet 2018-09-04 11:38:39,866 - neutron_utils - INFO - Deleting network with name CreateNetworkSuccessTests-97a66f4e-9f3f-4e6b-b610-4e88d4258e86-pub-net 2018-09-04 11:38:41,427 - neutron_utils - INFO - Deleting subnet with name CreateNetworkSuccessTests-97a66f4e-9f3f-4e6b-b610-4e88d4258e86-pub-subnet 2018-09-04 11:38:41,427 - neutron_utils - INFO - Deleting subnet with name CreateNetworkSuccessTests-97a66f4e-9f3f-4e6b-b610-4e88d4258e86-pub-subnet 2018-09-04 11:38:41,464 - neutron_utils - INFO - Deleting network with name CreateNetworkSuccessTests-97a66f4e-9f3f-4e6b-b610-4e88d4258e86-pub-net 2018-09-04 11:38:42,488 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 69c9dddd-81d9-42f3-a41f-078cfa7c6360 2018-09-04 11:38:42,686 - neutron_utils - INFO - Deleting security group with name - default 2018-09-04 11:38:43,021 - keystone_utils - INFO - Deleting project with name - CreateNetworkSuccessTests-cbdd7d58-c970-4f4-proj 2018-09-04 11:38:43,312 - keystone_utils - INFO - Deleting role with name - CreateNetworkSuccessTests-cbdd7d58-c970-4f4-proj-role 2018-09-04 11:38:43,505 - keystone_utils - INFO - Deleting user with name - CreateNetworkSuccessTests-cbdd7d58-c970-4f4-user 2018-09-04 11:38:45,010 - keystone_utils - INFO - Created project with name - CreateNetworkSuccessTests-ed573462-266b-452-proj 2018-09-04 11:38:46,165 - keystone_utils - INFO - Created user with name - CreateNetworkSuccessTests-ed573462-266b-452-user 2018-09-04 11:38:46,369 - keystone_utils - INFO - Created role with name - CreateNetworkSuccessTests-ed573462-266b-452-proj-role 2018-09-04 11:38:46,460 - keystone_utils - INFO - Granting role CreateNetworkSuccessTests-ed573462-266b-452-proj-role to project CreateNetworkSuccessTests-ed573462-266b-452-proj 2018-09-04 11:38:47,176 - neutron_utils - INFO - Creating network with name CreateNetworkSuccessTests-7e71595a-a02a-450e-ad88-e03a762e6571-pub-net 2018-09-04 11:38:49,348 - neutron_utils - INFO - Creating subnet with name CreateNetworkSuccessTests-7e71595a-a02a-450e-ad88-e03a762e6571-pub-subnet 2018-09-04 11:38:54,187 - neutron_utils - INFO - Creating router with name - CreateNetworkSuccessTests-7e71595a-a02a-450e-ad88-e03a762e6571-pub-router 2018-09-04 11:38:55,215 - neutron_utils - INFO - Deleting subnet with name CreateNetworkSuccessTests-7e71595a-a02a-450e-ad88-e03a762e6571-pub-subnet 2018-09-04 11:38:55,215 - neutron_utils - INFO - Deleting subnet with name CreateNetworkSuccessTests-7e71595a-a02a-450e-ad88-e03a762e6571-pub-subnet 2018-09-04 11:38:57,405 - neutron_utils - INFO - Deleting network with name CreateNetworkSuccessTests-7e71595a-a02a-450e-ad88-e03a762e6571-pub-net 2018-09-04 11:39:00,363 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 9381aabf-0527-4efa-b9cf-2d1d1a15ef1d 2018-09-04 11:39:00,533 - neutron_utils - INFO - Deleting security group with name - default 2018-09-04 11:39:00,881 - keystone_utils - INFO - Deleting project with name - CreateNetworkSuccessTests-ed573462-266b-452-proj 2018-09-04 11:39:01,144 - keystone_utils - INFO - Deleting role with name - CreateNetworkSuccessTests-ed573462-266b-452-proj-role 2018-09-04 11:39:01,358 - keystone_utils - INFO - Deleting user with name - CreateNetworkSuccessTests-ed573462-266b-452-user 2018-09-04 11:39:02,795 - keystone_utils - INFO - Created project with name - CreateNetworkSuccessTests-beb7af3f-6ae6-424-proj 2018-09-04 11:39:04,034 - keystone_utils - INFO - Created user with name - CreateNetworkSuccessTests-beb7af3f-6ae6-424-user 2018-09-04 11:39:04,238 - keystone_utils - INFO - Created role with name - CreateNetworkSuccessTests-beb7af3f-6ae6-424-proj-role 2018-09-04 11:39:04,324 - keystone_utils - INFO - Granting role CreateNetworkSuccessTests-beb7af3f-6ae6-424-proj-role to project CreateNetworkSuccessTests-beb7af3f-6ae6-424-proj 2018-09-04 11:39:05,025 - neutron_utils - INFO - Creating network with name CreateNetworkSuccessTests-f4460aa0-53d4-4045-b9d9-d3b4f7de3a41-pub-net 2018-09-04 11:39:07,002 - neutron_utils - INFO - Creating subnet with name CreateNetworkSuccessTests-f4460aa0-53d4-4045-b9d9-d3b4f7de3a41-pub-subnet 2018-09-04 11:39:10,646 - neutron_utils - INFO - Creating router with name - CreateNetworkSuccessTests-f4460aa0-53d4-4045-b9d9-d3b4f7de3a41-pub-router 2018-09-04 11:39:11,524 - neutron_utils - INFO - Deleting subnet with name CreateNetworkSuccessTests-f4460aa0-53d4-4045-b9d9-d3b4f7de3a41-pub-subnet 2018-09-04 11:39:11,524 - neutron_utils - INFO - Deleting subnet with name CreateNetworkSuccessTests-f4460aa0-53d4-4045-b9d9-d3b4f7de3a41-pub-subnet 2018-09-04 11:39:13,836 - neutron_utils - INFO - Deleting network with name CreateNetworkSuccessTests-f4460aa0-53d4-4045-b9d9-d3b4f7de3a41-pub-net 2018-09-04 11:39:16,408 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 6a6b1cb9-178f-4183-b0be-75272db4924f 2018-09-04 11:39:16,586 - neutron_utils - INFO - Deleting security group with name - default 2018-09-04 11:39:16,925 - keystone_utils - INFO - Deleting project with name - CreateNetworkSuccessTests-beb7af3f-6ae6-424-proj 2018-09-04 11:39:17,186 - keystone_utils - INFO - Deleting role with name - CreateNetworkSuccessTests-beb7af3f-6ae6-424-proj-role 2018-09-04 11:39:17,390 - keystone_utils - INFO - Deleting user with name - CreateNetworkSuccessTests-beb7af3f-6ae6-424-user 2018-09-04 11:39:18,890 - keystone_utils - INFO - Created project with name - CreateNetworkSuccessTests-0ca2a950-0b9d-405-proj 2018-09-04 11:39:20,010 - keystone_utils - INFO - Created user with name - CreateNetworkSuccessTests-0ca2a950-0b9d-405-user 2018-09-04 11:39:20,231 - keystone_utils - INFO - Created role with name - CreateNetworkSuccessTests-0ca2a950-0b9d-405-proj-role 2018-09-04 11:39:20,320 - keystone_utils - INFO - Granting role CreateNetworkSuccessTests-0ca2a950-0b9d-405-proj-role to project CreateNetworkSuccessTests-0ca2a950-0b9d-405-proj 2018-09-04 11:39:21,093 - neutron_utils - INFO - Creating network with name CreateNetworkSuccessTests-2160a2e2-418f-453f-b2d1-b58a18321e02-pub-net 2018-09-04 11:39:22,265 - neutron_utils - INFO - Creating subnet with name CreateNetworkSuccessTests-2160a2e2-418f-453f-b2d1-b58a18321e02-pub-subnet 2018-09-04 11:39:24,662 - neutron_utils - INFO - Creating router with name - CreateNetworkSuccessTests-2160a2e2-418f-453f-b2d1-b58a18321e02-pub-router 2018-09-04 11:39:25,728 - neutron_utils - INFO - Deleting subnet with name CreateNetworkSuccessTests-2160a2e2-418f-453f-b2d1-b58a18321e02-pub-subnet 2018-09-04 11:39:25,728 - neutron_utils - INFO - Deleting subnet with name CreateNetworkSuccessTests-2160a2e2-418f-453f-b2d1-b58a18321e02-pub-subnet 2018-09-04 11:39:28,397 - neutron_utils - INFO - Deleting network with name CreateNetworkSuccessTests-2160a2e2-418f-453f-b2d1-b58a18321e02-pub-net 2018-09-04 11:39:30,880 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - fab95db5-750e-48f2-95ad-358c019272fa 2018-09-04 11:39:31,222 - neutron_utils - INFO - Deleting security group with name - default 2018-09-04 11:39:31,528 - keystone_utils - INFO - Deleting project with name - CreateNetworkSuccessTests-0ca2a950-0b9d-405-proj 2018-09-04 11:39:31,773 - keystone_utils - INFO - Deleting role with name - CreateNetworkSuccessTests-0ca2a950-0b9d-405-proj-role 2018-09-04 11:39:31,973 - keystone_utils - INFO - Deleting user with name - CreateNetworkSuccessTests-0ca2a950-0b9d-405-user 2018-09-04 11:39:33,477 - keystone_utils - INFO - Created project with name - CreateNetworkSuccessTests-c9e9a928-f93e-4c7-proj 2018-09-04 11:39:34,519 - keystone_utils - INFO - Created user with name - CreateNetworkSuccessTests-c9e9a928-f93e-4c7-user 2018-09-04 11:39:34,729 - keystone_utils - INFO - Created role with name - CreateNetworkSuccessTests-c9e9a928-f93e-4c7-proj-role 2018-09-04 11:39:34,813 - keystone_utils - INFO - Granting role CreateNetworkSuccessTests-c9e9a928-f93e-4c7-proj-role to project CreateNetworkSuccessTests-c9e9a928-f93e-4c7-proj 2018-09-04 11:39:35,564 - neutron_utils - INFO - Creating network with name CreateNetworkSuccessTests-d496b449-cf62-45c3-b487-5f2994ad84de-pub-net 2018-09-04 11:39:37,044 - neutron_utils - INFO - Creating subnet with name CreateNetworkSuccessTests-d496b449-cf62-45c3-b487-5f2994ad84de-pub-subnet 2018-09-04 11:39:39,634 - neutron_utils - INFO - Deleting subnet with name CreateNetworkSuccessTests-d496b449-cf62-45c3-b487-5f2994ad84de-pub-subnet 2018-09-04 11:39:39,635 - neutron_utils - INFO - Deleting subnet with name CreateNetworkSuccessTests-d496b449-cf62-45c3-b487-5f2994ad84de-pub-subnet 2018-09-04 11:39:42,103 - neutron_utils - INFO - Deleting network with name CreateNetworkSuccessTests-d496b449-cf62-45c3-b487-5f2994ad84de-pub-net 2018-09-04 11:39:44,974 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 9d564cd8-7219-4c26-8ddb-5d74a39d0b03 2018-09-04 11:39:45,156 - neutron_utils - INFO - Deleting security group with name - default 2018-09-04 11:39:45,734 - keystone_utils - INFO - Deleting project with name - CreateNetworkSuccessTests-c9e9a928-f93e-4c7-proj 2018-09-04 11:39:45,941 - keystone_utils - INFO - Deleting role with name - CreateNetworkSuccessTests-c9e9a928-f93e-4c7-proj-role 2018-09-04 11:39:46,136 - keystone_utils - INFO - Deleting user with name - CreateNetworkSuccessTests-c9e9a928-f93e-4c7-user 2018-09-04 11:39:47,602 - keystone_utils - INFO - Created project with name - CreateNetworkSuccessTests-82482381-5233-4e0-proj 2018-09-04 11:39:48,754 - keystone_utils - INFO - Created user with name - CreateNetworkSuccessTests-82482381-5233-4e0-user 2018-09-04 11:39:48,884 - keystone_utils - INFO - Created role with name - CreateNetworkSuccessTests-82482381-5233-4e0-proj-role 2018-09-04 11:39:48,903 - keystone_utils - INFO - Granting role CreateNetworkSuccessTests-82482381-5233-4e0-proj-role to project CreateNetworkSuccessTests-82482381-5233-4e0-proj 2018-09-04 11:39:49,655 - neutron_utils - INFO - Creating network with name CreateNetworkSuccessTests-a5739b21-2819-4e8f-9a2e-0578c50224d3-pub-net 2018-09-04 11:39:50,697 - neutron_utils - INFO - Creating subnet with name CreateNetworkSuccessTests-a5739b21-2819-4e8f-9a2e-0578c50224d3-pub-subnet 2018-09-04 11:39:53,129 - neutron_utils - INFO - Deleting subnet with name CreateNetworkSuccessTests-a5739b21-2819-4e8f-9a2e-0578c50224d3-pub-subnet 2018-09-04 11:39:53,129 - neutron_utils - INFO - Deleting subnet with name CreateNetworkSuccessTests-a5739b21-2819-4e8f-9a2e-0578c50224d3-pub-subnet 2018-09-04 11:39:55,354 - neutron_utils - INFO - Deleting network with name CreateNetworkSuccessTests-a5739b21-2819-4e8f-9a2e-0578c50224d3-pub-net 2018-09-04 11:39:57,743 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 8ffd71cc-39e2-49b5-8cb6-e74a597f0c87 2018-09-04 11:39:57,933 - neutron_utils - INFO - Deleting security group with name - default 2018-09-04 11:39:58,253 - keystone_utils - INFO - Deleting project with name - CreateNetworkSuccessTests-82482381-5233-4e0-proj 2018-09-04 11:39:58,510 - keystone_utils - INFO - Deleting role with name - CreateNetworkSuccessTests-82482381-5233-4e0-proj-role 2018-09-04 11:39:58,726 - keystone_utils - INFO - Deleting user with name - CreateNetworkSuccessTests-82482381-5233-4e0-user 2018-09-04 11:40:00,190 - keystone_utils - INFO - Created project with name - CreateRouterSuccessTests-4d5a391c-2fb5-4d6-proj 2018-09-04 11:40:01,399 - keystone_utils - INFO - Created user with name - CreateRouterSuccessTests-4d5a391c-2fb5-4d6-user 2018-09-04 11:40:01,519 - keystone_utils - INFO - Created role with name - CreateRouterSuccessTests-4d5a391c-2fb5-4d6-proj-role 2018-09-04 11:40:01,538 - keystone_utils - INFO - Granting role CreateRouterSuccessTests-4d5a391c-2fb5-4d6-proj-role to project CreateRouterSuccessTests-4d5a391c-2fb5-4d6-proj 2018-09-04 11:40:03,222 - neutron_utils - INFO - Creating router with name - CreateRouterSuccessTests-6ba44ea8-dd0d-4a9f-8c77-de3f85cafc57-pub-router 2018-09-04 11:40:05,459 - keystone_utils - INFO - Deleting project with name - CreateRouterSuccessTests-4d5a391c-2fb5-4d6-proj 2018-09-04 11:40:05,648 - keystone_utils - INFO - Deleting role with name - CreateRouterSuccessTests-4d5a391c-2fb5-4d6-proj-role 2018-09-04 11:40:05,841 - keystone_utils - INFO - Deleting user with name - CreateRouterSuccessTests-4d5a391c-2fb5-4d6-user 2018-09-04 11:40:07,226 - keystone_utils - INFO - Created project with name - CreateRouterSuccessTests-92e7e525-400a-418-proj 2018-09-04 11:40:08,262 - keystone_utils - INFO - Created user with name - CreateRouterSuccessTests-92e7e525-400a-418-user 2018-09-04 11:40:08,453 - keystone_utils - INFO - Created role with name - CreateRouterSuccessTests-92e7e525-400a-418-proj-role 2018-09-04 11:40:08,473 - keystone_utils - INFO - Granting role CreateRouterSuccessTests-92e7e525-400a-418-proj-role to project CreateRouterSuccessTests-92e7e525-400a-418-proj 2018-09-04 11:40:09,716 - neutron_utils - INFO - Creating router with name - CreateRouterSuccessTests-93e98432-5e83-4a99-bbfc-abec08277d4c-pub-router 2018-09-04 11:40:11,457 - OpenStackNetwork - INFO - Removing router CreateRouterSuccessTests-93e98432-5e83-4a99-bbfc-abec08277d4c-pub-router 2018-09-04 11:40:11,458 - neutron_utils - INFO - Deleting router with name - CreateRouterSuccessTests-93e98432-5e83-4a99-bbfc-abec08277d4c-pub-router 2018-09-04 11:40:12,914 - keystone_utils - INFO - Deleting project with name - CreateRouterSuccessTests-92e7e525-400a-418-proj 2018-09-04 11:40:13,140 - keystone_utils - INFO - Deleting role with name - CreateRouterSuccessTests-92e7e525-400a-418-proj-role 2018-09-04 11:40:13,340 - keystone_utils - INFO - Deleting user with name - CreateRouterSuccessTests-92e7e525-400a-418-user 2018-09-04 11:40:14,848 - keystone_utils - INFO - Created project with name - CreateRouterSuccessTests-af8b460f-c41e-4b5-proj 2018-09-04 11:40:15,993 - keystone_utils - INFO - Created user with name - CreateRouterSuccessTests-af8b460f-c41e-4b5-user 2018-09-04 11:40:16,190 - keystone_utils - INFO - Created role with name - CreateRouterSuccessTests-af8b460f-c41e-4b5-proj-role 2018-09-04 11:40:16,280 - keystone_utils - INFO - Granting role CreateRouterSuccessTests-af8b460f-c41e-4b5-proj-role to project CreateRouterSuccessTests-af8b460f-c41e-4b5-proj 2018-09-04 11:40:17,516 - neutron_utils - INFO - Creating router with name - CreateRouterSuccessTests-c55a7615-d99d-4231-ba95-96bae1ca22ea-pub-router 2018-09-04 11:40:19,296 - OpenStackNetwork - INFO - Removing router CreateRouterSuccessTests-c55a7615-d99d-4231-ba95-96bae1ca22ea-pub-router 2018-09-04 11:40:19,296 - neutron_utils - INFO - Deleting router with name - CreateRouterSuccessTests-c55a7615-d99d-4231-ba95-96bae1ca22ea-pub-router 2018-09-04 11:40:21,106 - keystone_utils - INFO - Deleting project with name - CreateRouterSuccessTests-af8b460f-c41e-4b5-proj 2018-09-04 11:40:21,288 - keystone_utils - INFO - Deleting role with name - CreateRouterSuccessTests-af8b460f-c41e-4b5-proj-role 2018-09-04 11:40:21,490 - keystone_utils - INFO - Deleting user with name - CreateRouterSuccessTests-af8b460f-c41e-4b5-user 2018-09-04 11:40:22,932 - keystone_utils - INFO - Created project with name - CreateRouterSuccessTests-5a003404-e5e3-42d-proj 2018-09-04 11:40:23,986 - keystone_utils - INFO - Created user with name - CreateRouterSuccessTests-5a003404-e5e3-42d-user 2018-09-04 11:40:24,184 - keystone_utils - INFO - Created role with name - CreateRouterSuccessTests-5a003404-e5e3-42d-proj-role 2018-09-04 11:40:24,268 - keystone_utils - INFO - Granting role CreateRouterSuccessTests-5a003404-e5e3-42d-proj-role to project CreateRouterSuccessTests-5a003404-e5e3-42d-proj 2018-09-04 11:40:26,263 - neutron_utils - INFO - Creating router with name - CreateRouterSuccessTests-4827c7fd-7152-4740-b4cd-97d84c7a12fa-pub-router 2018-09-04 11:40:28,314 - keystone_utils - INFO - Deleting project with name - CreateRouterSuccessTests-5a003404-e5e3-42d-proj 2018-09-04 11:40:28,534 - keystone_utils - INFO - Deleting role with name - CreateRouterSuccessTests-5a003404-e5e3-42d-proj-role 2018-09-04 11:40:28,737 - keystone_utils - INFO - Deleting user with name - CreateRouterSuccessTests-5a003404-e5e3-42d-user 2018-09-04 11:40:30,183 - keystone_utils - INFO - Created project with name - CreateRouterSuccessTests-f8ec3157-d53c-4ea-proj 2018-09-04 11:40:31,220 - keystone_utils - INFO - Created user with name - CreateRouterSuccessTests-f8ec3157-d53c-4ea-user 2018-09-04 11:40:31,411 - keystone_utils - INFO - Created role with name - CreateRouterSuccessTests-f8ec3157-d53c-4ea-proj-role 2018-09-04 11:40:31,500 - keystone_utils - INFO - Granting role CreateRouterSuccessTests-f8ec3157-d53c-4ea-proj-role to project CreateRouterSuccessTests-f8ec3157-d53c-4ea-proj 2018-09-04 11:40:32,183 - neutron_utils - INFO - Creating network with name CreateRouterSuccessTests-27d0064e-52c7-4ae7-8772-6c3214e7c418-pub-net1 2018-09-04 11:40:33,185 - neutron_utils - INFO - Creating subnet with name CreateRouterSuccessTests-27d0064e-52c7-4ae7-8772-6c3214e7c418-pub-subnet1 2018-09-04 11:40:35,600 - neutron_utils - INFO - Creating router with name - CreateRouterSuccessTests-27d0064e-52c7-4ae7-8772-6c3214e7c418-pub-router 2018-09-04 11:40:36,609 - neutron_utils - INFO - Deleting subnet with name CreateRouterSuccessTests-27d0064e-52c7-4ae7-8772-6c3214e7c418-pub-subnet1 2018-09-04 11:40:36,609 - neutron_utils - INFO - Deleting subnet with name CreateRouterSuccessTests-27d0064e-52c7-4ae7-8772-6c3214e7c418-pub-subnet1 2018-09-04 11:40:39,013 - neutron_utils - INFO - Deleting network with name CreateRouterSuccessTests-27d0064e-52c7-4ae7-8772-6c3214e7c418-pub-net1 2018-09-04 11:40:41,701 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 97df8de2-3fdf-4c0a-8868-f1dc596a4db0 2018-09-04 11:40:41,879 - neutron_utils - INFO - Deleting security group with name - default 2018-09-04 11:40:42,214 - keystone_utils - INFO - Deleting project with name - CreateRouterSuccessTests-f8ec3157-d53c-4ea-proj 2018-09-04 11:40:42,504 - keystone_utils - INFO - Deleting role with name - CreateRouterSuccessTests-f8ec3157-d53c-4ea-proj-role 2018-09-04 11:40:42,712 - keystone_utils - INFO - Deleting user with name - CreateRouterSuccessTests-f8ec3157-d53c-4ea-user 2018-09-04 11:40:44,148 - keystone_utils - INFO - Created project with name - CreateRouterSuccessTests-972f7991-5f41-4a2-proj 2018-09-04 11:40:45,280 - keystone_utils - INFO - Created user with name - CreateRouterSuccessTests-972f7991-5f41-4a2-user 2018-09-04 11:40:45,489 - keystone_utils - INFO - Created role with name - CreateRouterSuccessTests-972f7991-5f41-4a2-proj-role 2018-09-04 11:40:45,572 - keystone_utils - INFO - Granting role CreateRouterSuccessTests-972f7991-5f41-4a2-proj-role to project CreateRouterSuccessTests-972f7991-5f41-4a2-proj 2018-09-04 11:40:47,552 - neutron_utils - INFO - Creating router with name - CreateRouterSuccessTests-cf612533-417b-4555-85e1-d974139cfe86-pub-router 2018-09-04 11:40:49,665 - keystone_utils - INFO - Deleting project with name - CreateRouterSuccessTests-972f7991-5f41-4a2-proj 2018-09-04 11:40:49,863 - keystone_utils - INFO - Deleting role with name - CreateRouterSuccessTests-972f7991-5f41-4a2-proj-role 2018-09-04 11:40:50,058 - keystone_utils - INFO - Deleting user with name - CreateRouterSuccessTests-972f7991-5f41-4a2-user 2018-09-04 11:40:51,567 - keystone_utils - INFO - Created project with name - CreateRouterSuccessTests-3f5f64f4-d1e3-427-proj 2018-09-04 11:40:52,860 - keystone_utils - INFO - Created user with name - CreateRouterSuccessTests-3f5f64f4-d1e3-427-user 2018-09-04 11:40:53,058 - keystone_utils - INFO - Created role with name - CreateRouterSuccessTests-3f5f64f4-d1e3-427-proj-role 2018-09-04 11:40:53,076 - keystone_utils - INFO - Granting role CreateRouterSuccessTests-3f5f64f4-d1e3-427-proj-role to project CreateRouterSuccessTests-3f5f64f4-d1e3-427-proj 2018-09-04 11:40:53,841 - neutron_utils - INFO - Creating network with name CreateRouterSuccessTests-ee71e689-9896-440d-9c8c-4cef3c5e40db-pub-net1 2018-09-04 11:40:54,866 - neutron_utils - INFO - Creating subnet with name CreateRouterSuccessTests-ee71e689-9896-440d-9c8c-4cef3c5e40db-pub-subnet1 2018-09-04 11:40:56,516 - neutron_utils - INFO - Creating network with name CreateRouterSuccessTests-ee71e689-9896-440d-9c8c-4cef3c5e40db-pub-net2 2018-09-04 11:40:57,463 - neutron_utils - INFO - Creating subnet with name CreateRouterSuccessTests-ee71e689-9896-440d-9c8c-4cef3c5e40db-pub-subnet2 2018-09-04 11:40:59,896 - neutron_utils - INFO - Creating router with name - CreateRouterSuccessTests-ee71e689-9896-440d-9c8c-4cef3c5e40db-pub-router 2018-09-04 11:41:01,091 - OpenStackNetwork - INFO - Retrieved port CreateRouterSuccessTests-ee71e689-9896-440d-9c8c-4cef3c5e40db-port1 for router - CreateRouterSuccessTests-ee71e689-9896-440d-9c8c-4cef3c5e40db-pub-router 2018-09-04 11:41:02,734 - neutron_utils - INFO - Creating port for network with name - CreateRouterSuccessTests-ee71e689-9896-440d-9c8c-4cef3c5e40db-pub-net1 2018-09-04 11:41:03,787 - OpenStackNetwork - INFO - Created port CreateRouterSuccessTests-ee71e689-9896-440d-9c8c-4cef3c5e40db-port1 for router - CreateRouterSuccessTests-ee71e689-9896-440d-9c8c-4cef3c5e40db-pub-router 2018-09-04 11:41:03,787 - neutron_utils - INFO - Adding interface to router with name CreateRouterSuccessTests-ee71e689-9896-440d-9c8c-4cef3c5e40db-pub-router 2018-09-04 11:41:05,725 - OpenStackNetwork - INFO - Retrieved port CreateRouterSuccessTests-ee71e689-9896-440d-9c8c-4cef3c5e40db-port2 for router - CreateRouterSuccessTests-ee71e689-9896-440d-9c8c-4cef3c5e40db-pub-router 2018-09-04 11:41:07,095 - neutron_utils - INFO - Creating port for network with name - CreateRouterSuccessTests-ee71e689-9896-440d-9c8c-4cef3c5e40db-pub-net2 2018-09-04 11:41:07,967 - OpenStackNetwork - INFO - Created port CreateRouterSuccessTests-ee71e689-9896-440d-9c8c-4cef3c5e40db-port2 for router - CreateRouterSuccessTests-ee71e689-9896-440d-9c8c-4cef3c5e40db-pub-router 2018-09-04 11:41:07,967 - neutron_utils - INFO - Adding interface to router with name CreateRouterSuccessTests-ee71e689-9896-440d-9c8c-4cef3c5e40db-pub-router 2018-09-04 11:41:18,148 - OpenStackNetwork - INFO - Removing router interface from router CreateRouterSuccessTests-ee71e689-9896-440d-9c8c-4cef3c5e40db-pub-router and port CreateRouterSuccessTests-ee71e689-9896-440d-9c8c-4cef3c5e40db-port1 2018-09-04 11:41:18,148 - neutron_utils - INFO - Removing router interface from router named CreateRouterSuccessTests-ee71e689-9896-440d-9c8c-4cef3c5e40db-pub-router 2018-09-04 11:41:19,152 - OpenStackNetwork - INFO - Removing router interface from router CreateRouterSuccessTests-ee71e689-9896-440d-9c8c-4cef3c5e40db-pub-router and port CreateRouterSuccessTests-ee71e689-9896-440d-9c8c-4cef3c5e40db-port2 2018-09-04 11:41:19,153 - neutron_utils - INFO - Removing router interface from router named CreateRouterSuccessTests-ee71e689-9896-440d-9c8c-4cef3c5e40db-pub-router 2018-09-04 11:41:20,215 - OpenStackNetwork - INFO - Removing router CreateRouterSuccessTests-ee71e689-9896-440d-9c8c-4cef3c5e40db-pub-router 2018-09-04 11:41:20,215 - neutron_utils - INFO - Deleting router with name - CreateRouterSuccessTests-ee71e689-9896-440d-9c8c-4cef3c5e40db-pub-router 2018-09-04 11:41:20,820 - neutron_utils - INFO - Deleting subnet with name CreateRouterSuccessTests-ee71e689-9896-440d-9c8c-4cef3c5e40db-pub-subnet1 2018-09-04 11:41:20,820 - neutron_utils - INFO - Deleting subnet with name CreateRouterSuccessTests-ee71e689-9896-440d-9c8c-4cef3c5e40db-pub-subnet1 2018-09-04 11:41:23,219 - neutron_utils - INFO - Deleting network with name CreateRouterSuccessTests-ee71e689-9896-440d-9c8c-4cef3c5e40db-pub-net1 2018-09-04 11:41:24,402 - neutron_utils - INFO - Deleting subnet with name CreateRouterSuccessTests-ee71e689-9896-440d-9c8c-4cef3c5e40db-pub-subnet2 2018-09-04 11:41:24,403 - neutron_utils - INFO - Deleting subnet with name CreateRouterSuccessTests-ee71e689-9896-440d-9c8c-4cef3c5e40db-pub-subnet2 2018-09-04 11:41:26,831 - neutron_utils - INFO - Deleting network with name CreateRouterSuccessTests-ee71e689-9896-440d-9c8c-4cef3c5e40db-pub-net2 2018-09-04 11:41:28,803 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 3c8c229f-1562-43f4-81c5-4712973fa451 2018-09-04 11:41:28,971 - neutron_utils - INFO - Deleting security group with name - default 2018-09-04 11:41:29,288 - keystone_utils - INFO - Deleting project with name - CreateRouterSuccessTests-3f5f64f4-d1e3-427-proj 2018-09-04 11:41:29,535 - keystone_utils - INFO - Deleting role with name - CreateRouterSuccessTests-3f5f64f4-d1e3-427-proj-role 2018-09-04 11:41:29,733 - keystone_utils - INFO - Deleting user with name - CreateRouterSuccessTests-3f5f64f4-d1e3-427-user 2018-09-04 11:41:31,304 - keystone_utils - INFO - Created project with name - CreateRouterSuccessTests-eb562527-3523-418-proj 2018-09-04 11:41:32,442 - keystone_utils - INFO - Created user with name - CreateRouterSuccessTests-eb562527-3523-418-user 2018-09-04 11:41:32,645 - keystone_utils - INFO - Created role with name - CreateRouterSuccessTests-eb562527-3523-418-proj-role 2018-09-04 11:41:32,738 - keystone_utils - INFO - Granting role CreateRouterSuccessTests-eb562527-3523-418-proj-role to project CreateRouterSuccessTests-eb562527-3523-418-proj 2018-09-04 11:41:34,393 - neutron_utils - INFO - Creating router with name - CreateRouterSuccessTests-2c20e98d-ef47-47a6-9caa-10c317a44762-pub-router 2018-09-04 11:41:36,565 - keystone_utils - INFO - Deleting project with name - CreateRouterSuccessTests-eb562527-3523-418-proj 2018-09-04 11:41:36,749 - keystone_utils - INFO - Deleting role with name - CreateRouterSuccessTests-eb562527-3523-418-proj-role 2018-09-04 11:41:36,952 - keystone_utils - INFO - Deleting user with name - CreateRouterSuccessTests-eb562527-3523-418-user 2018-09-04 11:41:38,370 - keystone_utils - INFO - Created project with name - CreateRouterSuccessTests-3f875371-00f6-4bb-proj 2018-09-04 11:41:39,358 - keystone_utils - INFO - Created user with name - CreateRouterSuccessTests-3f875371-00f6-4bb-user 2018-09-04 11:41:39,561 - keystone_utils - INFO - Created role with name - CreateRouterSuccessTests-3f875371-00f6-4bb-proj-role 2018-09-04 11:41:39,645 - keystone_utils - INFO - Granting role CreateRouterSuccessTests-3f875371-00f6-4bb-proj-role to project CreateRouterSuccessTests-3f875371-00f6-4bb-proj 2018-09-04 11:41:40,923 - neutron_utils - INFO - Creating router with name - CreateRouterSuccessTests-9ab8ca42-554a-4deb-a735-faef4b529e03-pub-router 2018-09-04 11:41:42,145 - OpenStackNetwork - INFO - Retrieved port CreateRouterSuccessTests-9ab8ca42-554a-4deb-a735-faef4b529e03-port1 for router - CreateRouterSuccessTests-9ab8ca42-554a-4deb-a735-faef4b529e03-pub-router 2018-09-04 11:41:43,045 - neutron_utils - INFO - Creating port for network with name - external 2018-09-04 11:41:43,452 - OpenStackNetwork - INFO - Removing router CreateRouterSuccessTests-9ab8ca42-554a-4deb-a735-faef4b529e03-pub-router 2018-09-04 11:41:43,453 - neutron_utils - INFO - Deleting router with name - CreateRouterSuccessTests-9ab8ca42-554a-4deb-a735-faef4b529e03-pub-router 2018-09-04 11:41:45,147 - keystone_utils - INFO - Deleting project with name - CreateRouterSuccessTests-3f875371-00f6-4bb-proj 2018-09-04 11:41:45,344 - keystone_utils - INFO - Deleting role with name - CreateRouterSuccessTests-3f875371-00f6-4bb-proj-role 2018-09-04 11:41:45,647 - keystone_utils - INFO - Deleting user with name - CreateRouterSuccessTests-3f875371-00f6-4bb-user 2018-09-04 11:41:47,256 - keystone_utils - INFO - Created project with name - CreateRouterSuccessTests-28979095-6c9a-485-proj 2018-09-04 11:41:48,340 - keystone_utils - INFO - Created user with name - CreateRouterSuccessTests-28979095-6c9a-485-user 2018-09-04 11:41:48,555 - keystone_utils - INFO - Created role with name - CreateRouterSuccessTests-28979095-6c9a-485-proj-role 2018-09-04 11:41:48,638 - keystone_utils - INFO - Granting role CreateRouterSuccessTests-28979095-6c9a-485-proj-role to project CreateRouterSuccessTests-28979095-6c9a-485-proj 2018-09-04 11:41:49,382 - neutron_utils - INFO - Creating network with name CreateRouterSuccessTests-354152bc-bf33-4d5c-9599-f3680e22b9a5-pub-net1 2018-09-04 11:41:50,432 - neutron_utils - INFO - Creating subnet with name CreateRouterSuccessTests-354152bc-bf33-4d5c-9599-f3680e22b9a5-pub-subnet1 2018-09-04 11:41:53,018 - neutron_utils - INFO - Creating router with name - CreateRouterSuccessTests-354152bc-bf33-4d5c-9599-f3680e22b9a5-pub-router 2018-09-04 11:41:54,148 - neutron_utils - INFO - Deleting subnet with name CreateRouterSuccessTests-354152bc-bf33-4d5c-9599-f3680e22b9a5-pub-subnet1 2018-09-04 11:41:54,148 - neutron_utils - INFO - Deleting subnet with name CreateRouterSuccessTests-354152bc-bf33-4d5c-9599-f3680e22b9a5-pub-subnet1 2018-09-04 11:41:56,541 - neutron_utils - INFO - Deleting network with name CreateRouterSuccessTests-354152bc-bf33-4d5c-9599-f3680e22b9a5-pub-net1 2018-09-04 11:41:59,261 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - af73f45f-906e-4b34-8135-b9efb0b06670 2018-09-04 11:41:59,450 - neutron_utils - INFO - Deleting security group with name - default 2018-09-04 11:41:59,788 - keystone_utils - INFO - Deleting project with name - CreateRouterSuccessTests-28979095-6c9a-485-proj 2018-09-04 11:42:00,037 - keystone_utils - INFO - Deleting role with name - CreateRouterSuccessTests-28979095-6c9a-485-proj-role 2018-09-04 11:42:00,245 - keystone_utils - INFO - Deleting user with name - CreateRouterSuccessTests-28979095-6c9a-485-user 2018-09-04 11:42:01,657 - keystone_utils - INFO - Created project with name - CreateRouterSuccessTests-d49e5631-ff0d-4db-proj 2018-09-04 11:42:02,723 - keystone_utils - INFO - Created user with name - CreateRouterSuccessTests-d49e5631-ff0d-4db-user 2018-09-04 11:42:02,957 - keystone_utils - INFO - Created role with name - CreateRouterSuccessTests-d49e5631-ff0d-4db-proj-role 2018-09-04 11:42:03,039 - keystone_utils - INFO - Granting role CreateRouterSuccessTests-d49e5631-ff0d-4db-proj-role to project CreateRouterSuccessTests-d49e5631-ff0d-4db-proj 2018-09-04 11:42:03,998 - neutron_utils - INFO - Creating network with name CreateRouterSuccessTests-350b2b64-387e-4713-a619-7c282e2bf824-pub-net1 2018-09-04 11:42:04,826 - neutron_utils - INFO - Creating subnet with name CreateRouterSuccessTests-350b2b64-387e-4713-a619-7c282e2bf824-pub-subnet1 2018-09-04 11:42:07,449 - neutron_utils - INFO - Creating router with name - CreateRouterSuccessTests-350b2b64-387e-4713-a619-7c282e2bf824-pub-router 2018-09-04 11:42:08,501 - neutron_utils - INFO - Deleting subnet with name CreateRouterSuccessTests-350b2b64-387e-4713-a619-7c282e2bf824-pub-subnet1 2018-09-04 11:42:08,501 - neutron_utils - INFO - Deleting subnet with name CreateRouterSuccessTests-350b2b64-387e-4713-a619-7c282e2bf824-pub-subnet1 2018-09-04 11:42:10,736 - neutron_utils - INFO - Deleting network with name CreateRouterSuccessTests-350b2b64-387e-4713-a619-7c282e2bf824-pub-net1 2018-09-04 11:42:13,828 - keystone_utils - INFO - Deleting project with name - CreateRouterSuccessTests-d49e5631-ff0d-4db-proj 2018-09-04 11:42:14,092 - keystone_utils - INFO - Deleting role with name - CreateRouterSuccessTests-d49e5631-ff0d-4db-proj-role 2018-09-04 11:42:14,303 - keystone_utils - INFO - Deleting user with name - CreateRouterSuccessTests-d49e5631-ff0d-4db-user 2018-09-04 11:42:15,819 - keystone_utils - INFO - Created project with name - CreateRouterNegativeTests-9a97b17a-24cd-48d-proj 2018-09-04 11:42:16,957 - keystone_utils - INFO - Created user with name - CreateRouterNegativeTests-9a97b17a-24cd-48d-user 2018-09-04 11:42:17,154 - keystone_utils - INFO - Created role with name - CreateRouterNegativeTests-9a97b17a-24cd-48d-proj-role 2018-09-04 11:42:17,247 - keystone_utils - INFO - Granting role CreateRouterNegativeTests-9a97b17a-24cd-48d-proj-role to project CreateRouterNegativeTests-9a97b17a-24cd-48d-proj 2018-09-04 11:42:18,016 - neutron_utils - INFO - Creating network with name CreateRouterNegativeTests-9c54f65b-4dfe-4796-9f3b-2844d89cc838-pub-net1 2018-09-04 11:42:18,830 - neutron_utils - INFO - Creating subnet with name CreateRouterNegativeTests-9c54f65b-4dfe-4796-9f3b-2844d89cc838-pub-subnet1 2018-09-04 11:42:21,517 - neutron_utils - INFO - Creating router with name - CreateRouterNegativeTests-9c54f65b-4dfe-4796-9f3b-2844d89cc838-pub-router 2018-09-04 11:42:22,525 - neutron_utils - INFO - Deleting subnet with name CreateRouterNegativeTests-9c54f65b-4dfe-4796-9f3b-2844d89cc838-pub-subnet1 2018-09-04 11:42:22,526 - neutron_utils - INFO - Deleting subnet with name CreateRouterNegativeTests-9c54f65b-4dfe-4796-9f3b-2844d89cc838-pub-subnet1 2018-09-04 11:42:24,553 - neutron_utils - INFO - Deleting network with name CreateRouterNegativeTests-9c54f65b-4dfe-4796-9f3b-2844d89cc838-pub-net1 2018-09-04 11:42:26,940 - keystone_utils - INFO - Deleting project with name - CreateRouterNegativeTests-9a97b17a-24cd-48d-proj 2018-09-04 11:42:27,158 - keystone_utils - INFO - Deleting role with name - CreateRouterNegativeTests-9a97b17a-24cd-48d-proj-role 2018-09-04 11:42:27,354 - keystone_utils - INFO - Deleting user with name - CreateRouterNegativeTests-9a97b17a-24cd-48d-user 2018-09-04 11:42:28,747 - keystone_utils - INFO - Created project with name - CreateRouterNegativeTests-18798daa-82ba-4cc-proj 2018-09-04 11:42:29,873 - keystone_utils - INFO - Created user with name - CreateRouterNegativeTests-18798daa-82ba-4cc-user 2018-09-04 11:42:30,076 - keystone_utils - INFO - Created role with name - CreateRouterNegativeTests-18798daa-82ba-4cc-proj-role 2018-09-04 11:42:30,181 - keystone_utils - INFO - Granting role CreateRouterNegativeTests-18798daa-82ba-4cc-proj-role to project CreateRouterNegativeTests-18798daa-82ba-4cc-proj 2018-09-04 11:42:32,849 - keystone_utils - INFO - Deleting project with name - CreateRouterNegativeTests-18798daa-82ba-4cc-proj 2018-09-04 11:42:33,049 - keystone_utils - INFO - Deleting role with name - CreateRouterNegativeTests-18798daa-82ba-4cc-proj-role 2018-09-04 11:42:33,243 - keystone_utils - INFO - Deleting user with name - CreateRouterNegativeTests-18798daa-82ba-4cc-user 2018-09-04 11:42:34,658 - keystone_utils - INFO - Created project with name - CreateRouterNegativeTests-ea4a8594-5f20-4a1-proj 2018-09-04 11:42:35,813 - keystone_utils - INFO - Created user with name - CreateRouterNegativeTests-ea4a8594-5f20-4a1-user 2018-09-04 11:42:36,011 - keystone_utils - INFO - Created role with name - CreateRouterNegativeTests-ea4a8594-5f20-4a1-proj-role 2018-09-04 11:42:36,102 - keystone_utils - INFO - Granting role CreateRouterNegativeTests-ea4a8594-5f20-4a1-proj-role to project CreateRouterNegativeTests-ea4a8594-5f20-4a1-proj 2018-09-04 11:42:37,368 - keystone_utils - INFO - Deleting project with name - CreateRouterNegativeTests-ea4a8594-5f20-4a1-proj 2018-09-04 11:42:37,571 - keystone_utils - INFO - Deleting role with name - CreateRouterNegativeTests-ea4a8594-5f20-4a1-proj-role 2018-09-04 11:42:37,767 - keystone_utils - INFO - Deleting user with name - CreateRouterNegativeTests-ea4a8594-5f20-4a1-user 2018-09-04 11:42:39,184 - keystone_utils - INFO - Created project with name - CreateQoSTests-a2e3fb2a-3659-481-proj 2018-09-04 11:42:40,252 - keystone_utils - INFO - Created user with name - CreateQoSTests-a2e3fb2a-3659-481-user 2018-09-04 11:42:40,472 - keystone_utils - INFO - Created role with name - CreateQoSTests-a2e3fb2a-3659-481-proj-role 2018-09-04 11:42:40,560 - keystone_utils - INFO - Granting role CreateQoSTests-a2e3fb2a-3659-481-proj-role to project CreateQoSTests-a2e3fb2a-3659-481-proj 2018-09-04 11:42:42,348 - create_qos - INFO - Created qos with name - CreateQoSTests-e0eed1a6-a71a-4f3f-b536-458f46eeff8f 2018-09-04 11:42:42,897 - cinder_utils - INFO - Deleting QoS named - CreateQoSTests-e0eed1a6-a71a-4f3f-b536-458f46eeff8f 2018-09-04 11:42:44,146 - cinder_utils - INFO - Deleting QoS named - CreateQoSTests-e0eed1a6-a71a-4f3f-b536-458f46eeff8f 2018-09-04 11:42:45,874 - keystone_utils - INFO - Deleting project with name - CreateQoSTests-a2e3fb2a-3659-481-proj 2018-09-04 11:42:46,068 - keystone_utils - INFO - Deleting role with name - CreateQoSTests-a2e3fb2a-3659-481-proj-role 2018-09-04 11:42:46,265 - keystone_utils - INFO - Deleting user with name - CreateQoSTests-a2e3fb2a-3659-481-user 2018-09-04 11:42:47,676 - keystone_utils - INFO - Created project with name - CreateQoSTests-c83ff3f8-d644-4eb-proj 2018-09-04 11:42:48,801 - keystone_utils - INFO - Created user with name - CreateQoSTests-c83ff3f8-d644-4eb-user 2018-09-04 11:42:48,999 - keystone_utils - INFO - Created role with name - CreateQoSTests-c83ff3f8-d644-4eb-proj-role 2018-09-04 11:42:49,019 - keystone_utils - INFO - Granting role CreateQoSTests-c83ff3f8-d644-4eb-proj-role to project CreateQoSTests-c83ff3f8-d644-4eb-proj 2018-09-04 11:42:50,772 - create_qos - INFO - Created qos with name - CreateQoSTests-d6b9c024-9aee-47e4-b2fa-68aea4e0fe4f 2018-09-04 11:42:51,329 - cinder_utils - INFO - Deleting QoS named - CreateQoSTests-d6b9c024-9aee-47e4-b2fa-68aea4e0fe4f 2018-09-04 11:42:53,285 - keystone_utils - INFO - Deleting project with name - CreateQoSTests-c83ff3f8-d644-4eb-proj 2018-09-04 11:42:53,528 - keystone_utils - INFO - Deleting role with name - CreateQoSTests-c83ff3f8-d644-4eb-proj-role 2018-09-04 11:42:53,722 - keystone_utils - INFO - Deleting user with name - CreateQoSTests-c83ff3f8-d644-4eb-user 2018-09-04 11:42:55,149 - keystone_utils - INFO - Created project with name - CreateQoSTests-9f230952-cfdb-4c7-proj 2018-09-04 11:42:56,304 - keystone_utils - INFO - Created user with name - CreateQoSTests-9f230952-cfdb-4c7-user 2018-09-04 11:42:56,502 - keystone_utils - INFO - Created role with name - CreateQoSTests-9f230952-cfdb-4c7-proj-role 2018-09-04 11:42:56,596 - keystone_utils - INFO - Granting role CreateQoSTests-9f230952-cfdb-4c7-proj-role to project CreateQoSTests-9f230952-cfdb-4c7-proj 2018-09-04 11:42:58,323 - create_qos - INFO - Created qos with name - CreateQoSTests-834d352b-30ec-4099-86ac-0e4100c08ee6 2018-09-04 11:42:59,902 - cinder_utils - INFO - Deleting QoS named - CreateQoSTests-834d352b-30ec-4099-86ac-0e4100c08ee6 2018-09-04 11:43:01,149 - keystone_utils - INFO - Deleting project with name - CreateQoSTests-9f230952-cfdb-4c7-proj 2018-09-04 11:43:01,367 - keystone_utils - INFO - Deleting role with name - CreateQoSTests-9f230952-cfdb-4c7-proj-role 2018-09-04 11:43:01,562 - keystone_utils - INFO - Deleting user with name - CreateQoSTests-9f230952-cfdb-4c7-user 2018-09-04 11:43:03,005 - keystone_utils - INFO - Created project with name - CreateSimpleVolumeTypeSuccessTests-7732b008-3401-4d1-proj 2018-09-04 11:43:04,077 - keystone_utils - INFO - Created user with name - CreateSimpleVolumeTypeSuccessTests-7732b008-3401-4d1-user 2018-09-04 11:43:04,280 - keystone_utils - INFO - Created role with name - CreateSimpleVolumeTypeSuccessTests-7732b008-3401-4d1-proj-role 2018-09-04 11:43:04,300 - keystone_utils - INFO - Granting role CreateSimpleVolumeTypeSuccessTests-7732b008-3401-4d1-proj-role to project CreateSimpleVolumeTypeSuccessTests-7732b008-3401-4d1-proj 2018-09-04 11:43:05,646 - create_volume_type - INFO - Created volume type with name - CreateSimpleVolumeTypeSuccessTests-a5695c12-f374-49dc-8ddf-3911402451ba 2018-09-04 11:43:06,185 - cinder_utils - INFO - Deleting volume named - CreateSimpleVolumeTypeSuccessTests-a5695c12-f374-49dc-8ddf-3911402451ba 2018-09-04 11:43:07,347 - cinder_utils - INFO - Deleting volume named - CreateSimpleVolumeTypeSuccessTests-a5695c12-f374-49dc-8ddf-3911402451ba 2018-09-04 11:43:08,694 - keystone_utils - INFO - Deleting project with name - CreateSimpleVolumeTypeSuccessTests-7732b008-3401-4d1-proj 2018-09-04 11:43:08,906 - keystone_utils - INFO - Deleting role with name - CreateSimpleVolumeTypeSuccessTests-7732b008-3401-4d1-proj-role 2018-09-04 11:43:09,114 - keystone_utils - INFO - Deleting user with name - CreateSimpleVolumeTypeSuccessTests-7732b008-3401-4d1-user 2018-09-04 11:43:10,628 - keystone_utils - INFO - Created project with name - CreateSimpleVolumeTypeSuccessTests-3f96cada-86ab-4d1-proj 2018-09-04 11:43:11,688 - keystone_utils - INFO - Created user with name - CreateSimpleVolumeTypeSuccessTests-3f96cada-86ab-4d1-user 2018-09-04 11:43:11,885 - keystone_utils - INFO - Created role with name - CreateSimpleVolumeTypeSuccessTests-3f96cada-86ab-4d1-proj-role 2018-09-04 11:43:11,975 - keystone_utils - INFO - Granting role CreateSimpleVolumeTypeSuccessTests-3f96cada-86ab-4d1-proj-role to project CreateSimpleVolumeTypeSuccessTests-3f96cada-86ab-4d1-proj 2018-09-04 11:43:13,003 - create_volume_type - INFO - Created volume type with name - CreateSimpleVolumeTypeSuccessTests-3c03a1e0-5901-4476-acb8-8e0f716bfc27 2018-09-04 11:43:16,229 - cinder_utils - INFO - Deleting volume named - CreateSimpleVolumeTypeSuccessTests-3c03a1e0-5901-4476-acb8-8e0f716bfc27 2018-09-04 11:43:18,037 - keystone_utils - INFO - Deleting project with name - CreateSimpleVolumeTypeSuccessTests-3f96cada-86ab-4d1-proj 2018-09-04 11:43:18,241 - keystone_utils - INFO - Deleting role with name - CreateSimpleVolumeTypeSuccessTests-3f96cada-86ab-4d1-proj-role 2018-09-04 11:43:18,452 - keystone_utils - INFO - Deleting user with name - CreateSimpleVolumeTypeSuccessTests-3f96cada-86ab-4d1-user 2018-09-04 11:43:19,855 - keystone_utils - INFO - Created project with name - CreateSimpleVolumeTypeSuccessTests-c6a80b55-5966-47b-proj 2018-09-04 11:43:20,885 - keystone_utils - INFO - Created user with name - CreateSimpleVolumeTypeSuccessTests-c6a80b55-5966-47b-user 2018-09-04 11:43:21,101 - keystone_utils - INFO - Created role with name - CreateSimpleVolumeTypeSuccessTests-c6a80b55-5966-47b-proj-role 2018-09-04 11:43:21,182 - keystone_utils - INFO - Granting role CreateSimpleVolumeTypeSuccessTests-c6a80b55-5966-47b-proj-role to project CreateSimpleVolumeTypeSuccessTests-c6a80b55-5966-47b-proj 2018-09-04 11:43:22,639 - create_volume_type - INFO - Created volume type with name - CreateSimpleVolumeTypeSuccessTests-cafd7298-aa9f-4972-ad12-b0cb877105c2 2018-09-04 11:43:24,216 - cinder_utils - INFO - Deleting volume named - CreateSimpleVolumeTypeSuccessTests-cafd7298-aa9f-4972-ad12-b0cb877105c2 2018-09-04 11:43:25,616 - keystone_utils - INFO - Deleting project with name - CreateSimpleVolumeTypeSuccessTests-c6a80b55-5966-47b-proj 2018-09-04 11:43:25,828 - keystone_utils - INFO - Deleting role with name - CreateSimpleVolumeTypeSuccessTests-c6a80b55-5966-47b-proj-role 2018-09-04 11:43:26,033 - keystone_utils - INFO - Deleting user with name - CreateSimpleVolumeTypeSuccessTests-c6a80b55-5966-47b-user 2018-09-04 11:43:27,430 - keystone_utils - INFO - Created project with name - CreateVolumeTypeComplexTests-a44e153c-b070-42a-proj 2018-09-04 11:43:28,478 - keystone_utils - INFO - Created user with name - CreateVolumeTypeComplexTests-a44e153c-b070-42a-user 2018-09-04 11:43:28,676 - keystone_utils - INFO - Created role with name - CreateVolumeTypeComplexTests-a44e153c-b070-42a-proj-role 2018-09-04 11:43:28,760 - keystone_utils - INFO - Granting role CreateVolumeTypeComplexTests-a44e153c-b070-42a-proj-role to project CreateVolumeTypeComplexTests-a44e153c-b070-42a-proj 2018-09-04 11:43:30,389 - create_qos - INFO - Created qos with name - CreateVolumeTypeComplexTests-5b8755e8-4b37-4fc2-a17f-9c3bc81529f4-qos-spec 2018-09-04 11:43:31,480 - create_volume_type - INFO - Created volume type with name - CreateVolumeTypeComplexTests-5b8755e8-4b37-4fc2-a17f-9c3bc81529f4-vol_type 2018-09-04 11:43:32,001 - cinder_utils - INFO - Deleting volume named - CreateVolumeTypeComplexTests-5b8755e8-4b37-4fc2-a17f-9c3bc81529f4-vol_type 2018-09-04 11:43:32,060 - cinder_utils - INFO - Deleting QoS named - CreateVolumeTypeComplexTests-5b8755e8-4b37-4fc2-a17f-9c3bc81529f4-qos-spec 2018-09-04 11:43:33,311 - keystone_utils - INFO - Deleting project with name - CreateVolumeTypeComplexTests-a44e153c-b070-42a-proj 2018-09-04 11:43:33,518 - keystone_utils - INFO - Deleting role with name - CreateVolumeTypeComplexTests-a44e153c-b070-42a-proj-role 2018-09-04 11:43:33,705 - keystone_utils - INFO - Deleting user with name - CreateVolumeTypeComplexTests-a44e153c-b070-42a-user 2018-09-04 11:43:35,120 - keystone_utils - INFO - Created project with name - CreateVolumeTypeComplexTests-a9a74862-ce59-4be-proj 2018-09-04 11:43:36,112 - keystone_utils - INFO - Created user with name - CreateVolumeTypeComplexTests-a9a74862-ce59-4be-user 2018-09-04 11:43:36,304 - keystone_utils - INFO - Created role with name - CreateVolumeTypeComplexTests-a9a74862-ce59-4be-proj-role 2018-09-04 11:43:36,394 - keystone_utils - INFO - Granting role CreateVolumeTypeComplexTests-a9a74862-ce59-4be-proj-role to project CreateVolumeTypeComplexTests-a9a74862-ce59-4be-proj 2018-09-04 11:43:37,466 - create_qos - INFO - Created qos with name - CreateVolumeTypeComplexTests-89a15ae4-d0f8-473e-b8a4-ba46f38c1f0e-qos-spec 2018-09-04 11:43:39,191 - create_volume_type - INFO - Created volume type with name - CreateVolumeTypeComplexTests-89a15ae4-d0f8-473e-b8a4-ba46f38c1f0e-vol_type 2018-09-04 11:43:39,875 - cinder_utils - INFO - Deleting volume named - CreateVolumeTypeComplexTests-89a15ae4-d0f8-473e-b8a4-ba46f38c1f0e-vol_type 2018-09-04 11:43:39,934 - cinder_utils - INFO - Deleting QoS named - CreateVolumeTypeComplexTests-89a15ae4-d0f8-473e-b8a4-ba46f38c1f0e-qos-spec 2018-09-04 11:43:41,350 - keystone_utils - INFO - Deleting project with name - CreateVolumeTypeComplexTests-a9a74862-ce59-4be-proj 2018-09-04 11:43:41,589 - keystone_utils - INFO - Deleting role with name - CreateVolumeTypeComplexTests-a9a74862-ce59-4be-proj-role 2018-09-04 11:43:41,789 - keystone_utils - INFO - Deleting user with name - CreateVolumeTypeComplexTests-a9a74862-ce59-4be-user 2018-09-04 11:43:43,292 - keystone_utils - INFO - Created project with name - CreateVolumeTypeComplexTests-61851b93-29b6-406-proj 2018-09-04 11:43:44,550 - keystone_utils - INFO - Created user with name - CreateVolumeTypeComplexTests-61851b93-29b6-406-user 2018-09-04 11:43:44,735 - keystone_utils - INFO - Created role with name - CreateVolumeTypeComplexTests-61851b93-29b6-406-proj-role 2018-09-04 11:43:44,754 - keystone_utils - INFO - Granting role CreateVolumeTypeComplexTests-61851b93-29b6-406-proj-role to project CreateVolumeTypeComplexTests-61851b93-29b6-406-proj 2018-09-04 11:43:45,731 - create_qos - INFO - Created qos with name - CreateVolumeTypeComplexTests-c24966a0-ebed-4660-aaa0-c29328a8fbcc-qos-spec 2018-09-04 11:43:47,186 - create_volume_type - INFO - Created volume type with name - CreateVolumeTypeComplexTests-c24966a0-ebed-4660-aaa0-c29328a8fbcc-vol_type 2018-09-04 11:43:47,890 - cinder_utils - INFO - Deleting volume named - CreateVolumeTypeComplexTests-c24966a0-ebed-4660-aaa0-c29328a8fbcc-vol_type 2018-09-04 11:43:47,952 - cinder_utils - INFO - Deleting QoS named - CreateVolumeTypeComplexTests-c24966a0-ebed-4660-aaa0-c29328a8fbcc-qos-spec 2018-09-04 11:43:49,346 - keystone_utils - INFO - Deleting project with name - CreateVolumeTypeComplexTests-61851b93-29b6-406-proj 2018-09-04 11:43:49,691 - keystone_utils - INFO - Deleting role with name - CreateVolumeTypeComplexTests-61851b93-29b6-406-proj-role 2018-09-04 11:43:49,972 - keystone_utils - INFO - Deleting user with name - CreateVolumeTypeComplexTests-61851b93-29b6-406-user 2018-09-04 11:43:51,364 - keystone_utils - INFO - Created project with name - CreateSimpleVolumeSuccessTests-e55155f2-723d-4aa-proj 2018-09-04 11:43:52,347 - keystone_utils - INFO - Created user with name - CreateSimpleVolumeSuccessTests-e55155f2-723d-4aa-user 2018-09-04 11:43:52,550 - keystone_utils - INFO - Created role with name - CreateSimpleVolumeSuccessTests-e55155f2-723d-4aa-proj-role 2018-09-04 11:43:52,635 - keystone_utils - INFO - Granting role CreateSimpleVolumeSuccessTests-e55155f2-723d-4aa-proj-role to project CreateSimpleVolumeSuccessTests-e55155f2-723d-4aa-proj 2018-09-04 11:43:54,422 - create_volume - INFO - Created volume with name - CreateSimpleVolumeSuccessTests-2ed4f4c8-df3b-42d4-b342-f629dc36c9ba 2018-09-04 11:43:57,830 - create_volume - INFO - Volume is now active with name - CreateSimpleVolumeSuccessTests-2ed4f4c8-df3b-42d4-b342-f629dc36c9ba 2018-09-04 11:43:58,163 - cinder_utils - INFO - Deleting volume named - CreateSimpleVolumeSuccessTests-2ed4f4c8-df3b-42d4-b342-f629dc36c9ba 2018-09-04 11:44:01,768 - create_volume - INFO - Volume has been properly deleted with name - CreateSimpleVolumeSuccessTests-2ed4f4c8-df3b-42d4-b342-f629dc36c9ba 2018-09-04 11:44:03,658 - keystone_utils - INFO - Deleting project with name - CreateSimpleVolumeSuccessTests-e55155f2-723d-4aa-proj 2018-09-04 11:44:03,888 - keystone_utils - INFO - Deleting role with name - CreateSimpleVolumeSuccessTests-e55155f2-723d-4aa-proj-role 2018-09-04 11:44:04,088 - keystone_utils - INFO - Deleting user with name - CreateSimpleVolumeSuccessTests-e55155f2-723d-4aa-user 2018-09-04 11:44:05,520 - keystone_utils - INFO - Created project with name - CreateSimpleVolumeSuccessTests-b982ef44-835a-4b0-proj 2018-09-04 11:44:06,586 - keystone_utils - INFO - Created user with name - CreateSimpleVolumeSuccessTests-b982ef44-835a-4b0-user 2018-09-04 11:44:06,772 - keystone_utils - INFO - Created role with name - CreateSimpleVolumeSuccessTests-b982ef44-835a-4b0-proj-role 2018-09-04 11:44:06,865 - keystone_utils - INFO - Granting role CreateSimpleVolumeSuccessTests-b982ef44-835a-4b0-proj-role to project CreateSimpleVolumeSuccessTests-b982ef44-835a-4b0-proj 2018-09-04 11:44:08,671 - create_volume - INFO - Created volume with name - CreateSimpleVolumeSuccessTests-c94d7ad2-4ad0-4e16-a40c-fcbd2b72d7b3 2018-09-04 11:44:08,873 - create_volume - INFO - Volume is now active with name - CreateSimpleVolumeSuccessTests-c94d7ad2-4ad0-4e16-a40c-fcbd2b72d7b3 2018-09-04 11:44:09,957 - create_volume - INFO - Did not create volume due to cleanup mode 2018-09-04 11:44:10,150 - cinder_utils - INFO - Deleting volume named - CreateSimpleVolumeSuccessTests-c94d7ad2-4ad0-4e16-a40c-fcbd2b72d7b3 2018-09-04 11:44:13,606 - create_volume - INFO - Volume has been properly deleted with name - CreateSimpleVolumeSuccessTests-c94d7ad2-4ad0-4e16-a40c-fcbd2b72d7b3 2018-09-04 11:44:14,909 - keystone_utils - INFO - Deleting project with name - CreateSimpleVolumeSuccessTests-b982ef44-835a-4b0-proj 2018-09-04 11:44:15,117 - keystone_utils - INFO - Deleting role with name - CreateSimpleVolumeSuccessTests-b982ef44-835a-4b0-proj-role 2018-09-04 11:44:15,330 - keystone_utils - INFO - Deleting user with name - CreateSimpleVolumeSuccessTests-b982ef44-835a-4b0-user 2018-09-04 11:44:16,755 - keystone_utils - INFO - Created project with name - CreateSimpleVolumeSuccessTests-701d476b-8966-48e-proj 2018-09-04 11:44:17,742 - keystone_utils - INFO - Created user with name - CreateSimpleVolumeSuccessTests-701d476b-8966-48e-user 2018-09-04 11:44:17,958 - keystone_utils - INFO - Created role with name - CreateSimpleVolumeSuccessTests-701d476b-8966-48e-proj-role 2018-09-04 11:44:18,041 - keystone_utils - INFO - Granting role CreateSimpleVolumeSuccessTests-701d476b-8966-48e-proj-role to project CreateSimpleVolumeSuccessTests-701d476b-8966-48e-proj 2018-09-04 11:44:20,251 - create_volume - INFO - Created volume with name - CreateSimpleVolumeSuccessTests-94c6fe47-4b51-4cd6-80f6-1b4225a5063a 2018-09-04 11:44:20,930 - create_volume - INFO - Volume is now active with name - CreateSimpleVolumeSuccessTests-94c6fe47-4b51-4cd6-80f6-1b4225a5063a 2018-09-04 11:44:21,346 - cinder_utils - INFO - Deleting volume named - CreateSimpleVolumeSuccessTests-94c6fe47-4b51-4cd6-80f6-1b4225a5063a 2018-09-04 11:44:24,952 - create_volume - INFO - Volume has been properly deleted with name - CreateSimpleVolumeSuccessTests-94c6fe47-4b51-4cd6-80f6-1b4225a5063a 2018-09-04 11:44:26,168 - keystone_utils - INFO - Deleting project with name - CreateSimpleVolumeSuccessTests-701d476b-8966-48e-proj 2018-09-04 11:44:26,398 - keystone_utils - INFO - Deleting role with name - CreateSimpleVolumeSuccessTests-701d476b-8966-48e-proj-role 2018-09-04 11:44:26,593 - keystone_utils - INFO - Deleting user with name - CreateSimpleVolumeSuccessTests-701d476b-8966-48e-user 2018-09-04 11:44:28,005 - keystone_utils - INFO - Created project with name - CreateSimpleVolumeFailureTests-d03ad64f-9e0d-4b5-proj 2018-09-04 11:44:29,071 - keystone_utils - INFO - Created user with name - CreateSimpleVolumeFailureTests-d03ad64f-9e0d-4b5-user 2018-09-04 11:44:29,275 - keystone_utils - INFO - Created role with name - CreateSimpleVolumeFailureTests-d03ad64f-9e0d-4b5-proj-role 2018-09-04 11:44:29,365 - keystone_utils - INFO - Granting role CreateSimpleVolumeFailureTests-d03ad64f-9e0d-4b5-proj-role to project CreateSimpleVolumeFailureTests-d03ad64f-9e0d-4b5-proj 2018-09-04 11:44:32,036 - keystone_utils - INFO - Deleting project with name - CreateSimpleVolumeFailureTests-d03ad64f-9e0d-4b5-proj 2018-09-04 11:44:32,236 - keystone_utils - INFO - Deleting role with name - CreateSimpleVolumeFailureTests-d03ad64f-9e0d-4b5-proj-role 2018-09-04 11:44:32,373 - keystone_utils - INFO - Deleting user with name - CreateSimpleVolumeFailureTests-d03ad64f-9e0d-4b5-user 2018-09-04 11:44:33,802 - keystone_utils - INFO - Created project with name - CreateSimpleVolumeFailureTests-c5b11e8b-0f4c-4c7-proj 2018-09-04 11:44:34,868 - keystone_utils - INFO - Created user with name - CreateSimpleVolumeFailureTests-c5b11e8b-0f4c-4c7-user 2018-09-04 11:44:35,071 - keystone_utils - INFO - Created role with name - CreateSimpleVolumeFailureTests-c5b11e8b-0f4c-4c7-proj-role 2018-09-04 11:44:35,164 - keystone_utils - INFO - Granting role CreateSimpleVolumeFailureTests-c5b11e8b-0f4c-4c7-proj-role to project CreateSimpleVolumeFailureTests-c5b11e8b-0f4c-4c7-proj 2018-09-04 11:44:37,243 - keystone_utils - INFO - Deleting project with name - CreateSimpleVolumeFailureTests-c5b11e8b-0f4c-4c7-proj 2018-09-04 11:44:37,434 - keystone_utils - INFO - Deleting role with name - CreateSimpleVolumeFailureTests-c5b11e8b-0f4c-4c7-proj-role 2018-09-04 11:44:37,658 - keystone_utils - INFO - Deleting user with name - CreateSimpleVolumeFailureTests-c5b11e8b-0f4c-4c7-user 2018-09-04 11:44:39,107 - keystone_utils - INFO - Created project with name - CreateSimpleVolumeFailureTests-60451ef0-0717-46e-proj 2018-09-04 11:44:40,191 - keystone_utils - INFO - Created user with name - CreateSimpleVolumeFailureTests-60451ef0-0717-46e-user 2018-09-04 11:44:40,388 - keystone_utils - INFO - Created role with name - CreateSimpleVolumeFailureTests-60451ef0-0717-46e-proj-role 2018-09-04 11:44:40,408 - keystone_utils - INFO - Granting role CreateSimpleVolumeFailureTests-60451ef0-0717-46e-proj-role to project CreateSimpleVolumeFailureTests-60451ef0-0717-46e-proj 2018-09-04 11:44:42,656 - keystone_utils - INFO - Deleting project with name - CreateSimpleVolumeFailureTests-60451ef0-0717-46e-proj 2018-09-04 11:44:42,872 - keystone_utils - INFO - Deleting role with name - CreateSimpleVolumeFailureTests-60451ef0-0717-46e-proj-role 2018-09-04 11:44:43,067 - keystone_utils - INFO - Deleting user with name - CreateSimpleVolumeFailureTests-60451ef0-0717-46e-user 2018-09-04 11:44:44,461 - keystone_utils - INFO - Created project with name - CreateVolumeWithTypeTests-b7d1cffd-c38b-4d3-proj 2018-09-04 11:44:45,521 - keystone_utils - INFO - Created user with name - CreateVolumeWithTypeTests-b7d1cffd-c38b-4d3-user 2018-09-04 11:44:45,742 - keystone_utils - INFO - Created role with name - CreateVolumeWithTypeTests-b7d1cffd-c38b-4d3-proj-role 2018-09-04 11:44:45,835 - keystone_utils - INFO - Granting role CreateVolumeWithTypeTests-b7d1cffd-c38b-4d3-proj-role to project CreateVolumeWithTypeTests-b7d1cffd-c38b-4d3-proj 2018-09-04 11:44:46,922 - create_volume_type - INFO - Created volume type with name - CreateVolumeWithTypeTests-64e5cdeb-34aa-4745-928f-15a5edad86de-vol-type 2018-09-04 11:44:47,719 - cinder_utils - INFO - Deleting volume named - CreateVolumeWithTypeTests-64e5cdeb-34aa-4745-928f-15a5edad86de-vol-type 2018-09-04 11:44:49,259 - keystone_utils - INFO - Deleting project with name - CreateVolumeWithTypeTests-b7d1cffd-c38b-4d3-proj 2018-09-04 11:44:49,475 - keystone_utils - INFO - Deleting role with name - CreateVolumeWithTypeTests-b7d1cffd-c38b-4d3-proj-role 2018-09-04 11:44:49,602 - keystone_utils - INFO - Deleting user with name - CreateVolumeWithTypeTests-b7d1cffd-c38b-4d3-user 2018-09-04 11:44:51,113 - keystone_utils - INFO - Created project with name - CreateVolumeWithTypeTests-960426f8-0b6c-4b4-proj 2018-09-04 11:44:52,155 - keystone_utils - INFO - Created user with name - CreateVolumeWithTypeTests-960426f8-0b6c-4b4-user 2018-09-04 11:44:52,352 - keystone_utils - INFO - Created role with name - CreateVolumeWithTypeTests-960426f8-0b6c-4b4-proj-role 2018-09-04 11:44:52,438 - keystone_utils - INFO - Granting role CreateVolumeWithTypeTests-960426f8-0b6c-4b4-proj-role to project CreateVolumeWithTypeTests-960426f8-0b6c-4b4-proj 2018-09-04 11:44:53,429 - create_volume_type - INFO - Created volume type with name - CreateVolumeWithTypeTests-ce37fdd7-4142-4caf-aae5-d1dae34e1993-vol-type 2018-09-04 11:44:54,798 - create_volume - INFO - Created volume with name - CreateVolumeWithTypeTests-ce37fdd7-4142-4caf-aae5-d1dae34e1993-vol 2018-09-04 11:44:54,997 - create_volume - INFO - Volume is now active with name - CreateVolumeWithTypeTests-ce37fdd7-4142-4caf-aae5-d1dae34e1993-vol 2018-09-04 11:44:55,208 - cinder_utils - INFO - Deleting volume named - CreateVolumeWithTypeTests-ce37fdd7-4142-4caf-aae5-d1dae34e1993-vol 2018-09-04 11:44:58,692 - create_volume - INFO - Volume has been properly deleted with name - CreateVolumeWithTypeTests-ce37fdd7-4142-4caf-aae5-d1dae34e1993-vol 2018-09-04 11:44:58,693 - cinder_utils - INFO - Deleting volume named - CreateVolumeWithTypeTests-ce37fdd7-4142-4caf-aae5-d1dae34e1993-vol-type 2018-09-04 11:45:00,235 - keystone_utils - INFO - Deleting project with name - CreateVolumeWithTypeTests-960426f8-0b6c-4b4-proj 2018-09-04 11:45:00,465 - keystone_utils - INFO - Deleting role with name - CreateVolumeWithTypeTests-960426f8-0b6c-4b4-proj-role 2018-09-04 11:45:00,695 - keystone_utils - INFO - Deleting user with name - CreateVolumeWithTypeTests-960426f8-0b6c-4b4-user 2018-09-04 11:45:02,174 - keystone_utils - INFO - Created project with name - CreateVolumeWithImageTests-55954f75-182b-499-proj 2018-09-04 11:45:03,312 - keystone_utils - INFO - Created user with name - CreateVolumeWithImageTests-55954f75-182b-499-user 2018-09-04 11:45:03,509 - keystone_utils - INFO - Created role with name - CreateVolumeWithImageTests-55954f75-182b-499-proj-role 2018-09-04 11:45:03,606 - keystone_utils - INFO - Granting role CreateVolumeWithImageTests-55954f75-182b-499-proj-role to project CreateVolumeWithImageTests-55954f75-182b-499-proj 2018-09-04 11:45:06,478 - create_image - INFO - Created image with name - CreateVolumeWithImageTests-9cef18fc-0607-4f2f-a700-fb2cff1922d8-image 2018-09-04 11:45:06,645 - create_image - INFO - Image is now active with name - CreateVolumeWithImageTests-9cef18fc-0607-4f2f-a700-fb2cff1922d8-image 2018-09-04 11:45:07,699 - glance_utils - INFO - Deleting image named - CreateVolumeWithImageTests-9cef18fc-0607-4f2f-a700-fb2cff1922d8-image 2018-09-04 11:45:10,033 - keystone_utils - INFO - Deleting project with name - CreateVolumeWithImageTests-55954f75-182b-499-proj 2018-09-04 11:45:10,249 - keystone_utils - INFO - Deleting role with name - CreateVolumeWithImageTests-55954f75-182b-499-proj-role 2018-09-04 11:45:10,455 - keystone_utils - INFO - Deleting user with name - CreateVolumeWithImageTests-55954f75-182b-499-user 2018-09-04 11:45:11,874 - keystone_utils - INFO - Created project with name - CreateVolumeWithImageTests-84faa333-897d-4cc-proj 2018-09-04 11:45:12,946 - keystone_utils - INFO - Created user with name - CreateVolumeWithImageTests-84faa333-897d-4cc-user 2018-09-04 11:45:13,138 - keystone_utils - INFO - Created role with name - CreateVolumeWithImageTests-84faa333-897d-4cc-proj-role 2018-09-04 11:45:13,231 - keystone_utils - INFO - Granting role CreateVolumeWithImageTests-84faa333-897d-4cc-proj-role to project CreateVolumeWithImageTests-84faa333-897d-4cc-proj 2018-09-04 11:45:16,318 - create_image - INFO - Created image with name - CreateVolumeWithImageTests-ccc3d49a-b14d-4d49-b0a2-323693a9bd91-image 2018-09-04 11:45:16,476 - create_image - INFO - Image is now active with name - CreateVolumeWithImageTests-ccc3d49a-b14d-4d49-b0a2-323693a9bd91-image 2018-09-04 11:45:18,712 - create_volume - INFO - Created volume with name - CreateVolumeWithImageTests-ccc3d49a-b14d-4d49-b0a2-323693a9bd91-vol 2018-09-04 11:45:25,693 - create_volume - INFO - Volume is now active with name - CreateVolumeWithImageTests-ccc3d49a-b14d-4d49-b0a2-323693a9bd91-vol 2018-09-04 11:45:27,349 - cinder_utils - INFO - Deleting volume named - CreateVolumeWithImageTests-ccc3d49a-b14d-4d49-b0a2-323693a9bd91-vol 2018-09-04 11:45:30,530 - create_volume - INFO - Volume has been properly deleted with name - CreateVolumeWithImageTests-ccc3d49a-b14d-4d49-b0a2-323693a9bd91-vol 2018-09-04 11:45:30,531 - glance_utils - INFO - Deleting image named - CreateVolumeWithImageTests-ccc3d49a-b14d-4d49-b0a2-323693a9bd91-image 2018-09-04 11:45:33,214 - keystone_utils - INFO - Deleting project with name - CreateVolumeWithImageTests-84faa333-897d-4cc-proj 2018-09-04 11:45:33,403 - keystone_utils - INFO - Deleting role with name - CreateVolumeWithImageTests-84faa333-897d-4cc-proj-role 2018-09-04 11:45:33,596 - keystone_utils - INFO - Deleting user with name - CreateVolumeWithImageTests-84faa333-897d-4cc-user 2018-09-04 11:45:35,023 - keystone_utils - INFO - Created project with name - SimpleHealthCheck-0e682423-d283-497-proj 2018-09-04 11:45:36,167 - keystone_utils - INFO - Created user with name - SimpleHealthCheck-0e682423-d283-497-user 2018-09-04 11:45:36,281 - keystone_utils - INFO - Created role with name - SimpleHealthCheck-0e682423-d283-497-proj-role 2018-09-04 11:45:36,371 - keystone_utils - INFO - Granting role SimpleHealthCheck-0e682423-d283-497-proj-role to project SimpleHealthCheck-0e682423-d283-497-proj 2018-09-04 11:45:39,865 - create_image - INFO - Created image with name - SimpleHealthCheck-51823bd1-0742-4f9e-b3a5-deb5a57dc338-image 2018-09-04 11:45:40,038 - create_image - INFO - Image is now active with name - SimpleHealthCheck-51823bd1-0742-4f9e-b3a5-deb5a57dc338-image 2018-09-04 11:45:40,778 - neutron_utils - INFO - Creating network with name SimpleHealthCheck-51823bd1-0742-4f9e-b3a5-deb5a57dc338-priv-net 2018-09-04 11:45:41,942 - neutron_utils - INFO - Creating subnet with name SimpleHealthCheck-51823bd1-0742-4f9e-b3a5-deb5a57dc338-priv-subnet 2018-09-04 11:45:47,821 - neutron_utils - INFO - Creating port for network with name - SimpleHealthCheck-51823bd1-0742-4f9e-b3a5-deb5a57dc338-priv-net 2018-09-04 11:45:49,633 - nova_utils - INFO - Creating VM with name - SimpleHealthCheck-51823bd1-0742-4f9e-b3a5-deb5a57dc338-inst 2018-09-04 11:45:51,944 - create_instance - INFO - Created instance with name - SimpleHealthCheck-51823bd1-0742-4f9e-b3a5-deb5a57dc338-inst 2018-09-04 11:45:59,633 - create_instance - INFO - VM is - ACTIVE 2018-09-04 11:46:00,665 - create_instance_tests - INFO - Looking for IP 10.55.0.13 in the console log 2018-09-04 11:46:59,205 - create_instance_tests - INFO - DHCP lease obtained logged in console 2018-09-04 11:46:59,208 - create_instance - INFO - Deleting Port with ID - cd21ee80-08d0-4a21-b696-630a0244fa2e 2018-09-04 11:46:59,208 - neutron_utils - INFO - Deleting port with name SimpleHealthCheck-51823bd1-0742-4f9e-b3a5-deb5a57dc338port-1 2018-09-04 11:46:59,746 - create_instance - INFO - Deleting VM instance - SimpleHealthCheck-51823bd1-0742-4f9e-b3a5-deb5a57dc338-inst 2018-09-04 11:46:59,972 - create_instance - INFO - Checking deletion status 2018-09-04 11:47:03,272 - create_instance - INFO - VM has been properly deleted VM with name - SimpleHealthCheck-51823bd1-0742-4f9e-b3a5-deb5a57dc338-inst 2018-09-04 11:47:03,273 - neutron_utils - INFO - Deleting subnet with name SimpleHealthCheck-51823bd1-0742-4f9e-b3a5-deb5a57dc338-priv-subnet 2018-09-04 11:47:03,273 - neutron_utils - INFO - Deleting subnet with name SimpleHealthCheck-51823bd1-0742-4f9e-b3a5-deb5a57dc338-priv-subnet 2018-09-04 11:47:05,544 - neutron_utils - INFO - Deleting network with name SimpleHealthCheck-51823bd1-0742-4f9e-b3a5-deb5a57dc338-priv-net 2018-09-04 11:47:07,062 - glance_utils - INFO - Deleting image named - SimpleHealthCheck-51823bd1-0742-4f9e-b3a5-deb5a57dc338-image 2018-09-04 11:47:08,629 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 3293d216-d29c-4dec-9f3d-78cd569920fd 2018-09-04 11:47:08,937 - neutron_utils - INFO - Deleting security group with name - default 2018-09-04 11:47:09,354 - keystone_utils - INFO - Deleting project with name - SimpleHealthCheck-0e682423-d283-497-proj 2018-09-04 11:47:09,602 - keystone_utils - INFO - Deleting role with name - SimpleHealthCheck-0e682423-d283-497-proj-role 2018-09-04 11:47:09,810 - keystone_utils - INFO - Deleting user with name - SimpleHealthCheck-0e682423-d283-497-user 2018-09-04 11:47:11,222 - keystone_utils - INFO - Created project with name - CreateInstanceTwoNetTests-86dc1b6e-52d6-40a-proj 2018-09-04 11:47:12,371 - keystone_utils - INFO - Created user with name - CreateInstanceTwoNetTests-86dc1b6e-52d6-40a-user 2018-09-04 11:47:12,569 - keystone_utils - INFO - Created role with name - CreateInstanceTwoNetTests-86dc1b6e-52d6-40a-proj-role 2018-09-04 11:47:12,663 - keystone_utils - INFO - Granting role CreateInstanceTwoNetTests-86dc1b6e-52d6-40a-proj-role to project CreateInstanceTwoNetTests-86dc1b6e-52d6-40a-proj 2018-09-04 11:47:16,124 - create_image - INFO - Created image with name - CreateInstanceTwoNetTests-a18d9d61-fd6c-4023-8bda-6c8a960665d0 2018-09-04 11:47:16,286 - create_image - INFO - Image is now active with name - CreateInstanceTwoNetTests-a18d9d61-fd6c-4023-8bda-6c8a960665d0 2018-09-04 11:47:16,847 - neutron_utils - INFO - Creating network with name CreateInstanceTwoNetTests-122e8342-d10a-410a-bdd9-9a28f5daa88b-net1 2018-09-04 11:47:18,136 - neutron_utils - INFO - Creating subnet with name CreateInstanceTwoNetTests-122e8342-d10a-410a-bdd9-9a28f5daa88b-subnet1 2018-09-04 11:47:20,101 - neutron_utils - INFO - Creating network with name CreateInstanceTwoNetTests-122e8342-d10a-410a-bdd9-9a28f5daa88b-net2 2018-09-04 11:47:20,962 - neutron_utils - INFO - Creating subnet with name CreateInstanceTwoNetTests-122e8342-d10a-410a-bdd9-9a28f5daa88b-subnet2 2018-09-04 11:47:23,509 - neutron_utils - INFO - Creating router with name - CreateInstanceTwoNetTests-122e8342-d10a-410a-bdd9-9a28f5daa88b-pub-router 2018-09-04 11:47:24,741 - OpenStackNetwork - INFO - Retrieved port CreateInstanceTwoNetTests-122e8342-d10a-410a-bdd9-9a28f5daa88b-router-port1 for router - CreateInstanceTwoNetTests-122e8342-d10a-410a-bdd9-9a28f5daa88b-pub-router 2018-09-04 11:47:26,238 - neutron_utils - INFO - Creating port for network with name - CreateInstanceTwoNetTests-122e8342-d10a-410a-bdd9-9a28f5daa88b-net1 2018-09-04 11:47:27,286 - OpenStackNetwork - INFO - Created port CreateInstanceTwoNetTests-122e8342-d10a-410a-bdd9-9a28f5daa88b-router-port1 for router - CreateInstanceTwoNetTests-122e8342-d10a-410a-bdd9-9a28f5daa88b-pub-router 2018-09-04 11:47:27,286 - neutron_utils - INFO - Adding interface to router with name CreateInstanceTwoNetTests-122e8342-d10a-410a-bdd9-9a28f5daa88b-pub-router 2018-09-04 11:47:29,126 - OpenStackNetwork - INFO - Retrieved port CreateInstanceTwoNetTests-122e8342-d10a-410a-bdd9-9a28f5daa88b-router-port2 for router - CreateInstanceTwoNetTests-122e8342-d10a-410a-bdd9-9a28f5daa88b-pub-router 2018-09-04 11:47:30,610 - neutron_utils - INFO - Creating port for network with name - CreateInstanceTwoNetTests-122e8342-d10a-410a-bdd9-9a28f5daa88b-net2 2018-09-04 11:47:31,515 - OpenStackNetwork - INFO - Created port CreateInstanceTwoNetTests-122e8342-d10a-410a-bdd9-9a28f5daa88b-router-port2 for router - CreateInstanceTwoNetTests-122e8342-d10a-410a-bdd9-9a28f5daa88b-pub-router 2018-09-04 11:47:31,515 - neutron_utils - INFO - Adding interface to router with name CreateInstanceTwoNetTests-122e8342-d10a-410a-bdd9-9a28f5daa88b-pub-router 2018-09-04 11:47:34,911 - OpenStackSecurityGroup - INFO - Creating security group CreateInstanceTwoNetTests-122e8342-d10a-410a-bdd9-9a28f5daa88b-sec-grp... 2018-09-04 11:47:34,912 - neutron_utils - INFO - Creating security group with name - CreateInstanceTwoNetTests-122e8342-d10a-410a-bdd9-9a28f5daa88b-sec-grp 2018-09-04 11:47:35,266 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - c4c31491-737c-4af4-8344-c41b0a249394 2018-09-04 11:47:35,533 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - c4c31491-737c-4af4-8344-c41b0a249394 2018-09-04 11:47:35,716 - neutron_utils - INFO - Retrieving security group with ID - c4c31491-737c-4af4-8344-c41b0a249394 2018-09-04 11:47:35,907 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - c4c31491-737c-4af4-8344-c41b0a249394 2018-09-04 11:47:36,090 - neutron_utils - INFO - Retrieving security group with ID - c4c31491-737c-4af4-8344-c41b0a249394 2018-09-04 11:47:36,281 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - c4c31491-737c-4af4-8344-c41b0a249394 2018-09-04 11:47:36,334 - neutron_utils - INFO - Creating security group to security group - CreateInstanceTwoNetTests-122e8342-d10a-410a-bdd9-9a28f5daa88b-sec-grp 2018-09-04 11:47:36,714 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - c4c31491-737c-4af4-8344-c41b0a249394 2018-09-04 11:47:37,223 - neutron_utils - INFO - Retrieving security group with ID - c4c31491-737c-4af4-8344-c41b0a249394 2018-09-04 11:47:37,418 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - c4c31491-737c-4af4-8344-c41b0a249394 2018-09-04 11:47:41,371 - neutron_utils - INFO - Creating port for network with name - CreateInstanceTwoNetTests-122e8342-d10a-410a-bdd9-9a28f5daa88b-net1 2018-09-04 11:47:43,322 - nova_utils - INFO - Creating VM with name - CreateInstanceTwoNetTests-122e8342-d10a-410a-bdd9-9a28f5daa88b-inst1 2018-09-04 11:47:45,745 - create_instance - INFO - Created instance with name - CreateInstanceTwoNetTests-122e8342-d10a-410a-bdd9-9a28f5daa88b-inst1 2018-09-04 11:47:53,151 - create_instance - INFO - VM is - ACTIVE 2018-09-04 11:47:57,810 - neutron_utils - INFO - Creating port for network with name - CreateInstanceTwoNetTests-122e8342-d10a-410a-bdd9-9a28f5daa88b-net2 2018-09-04 11:47:59,430 - nova_utils - INFO - Creating VM with name - CreateInstanceTwoNetTests-122e8342-d10a-410a-bdd9-9a28f5daa88b-inst2 2018-09-04 11:48:01,833 - create_instance - INFO - Created instance with name - CreateInstanceTwoNetTests-122e8342-d10a-410a-bdd9-9a28f5daa88b-inst2 2018-09-04 11:48:09,092 - create_instance - INFO - VM is - ACTIVE 2018-09-04 11:48:10,078 - create_instance_tests - INFO - Looking for IP 10.200.201.5 in the console log 2018-09-04 11:48:52,502 - create_instance_tests - INFO - DHCP lease obtained logged in console 2018-09-04 11:48:52,505 - create_instance_tests - INFO - Looking for IP 10.200.202.5 in the console log 2018-09-04 11:48:54,173 - create_instance_tests - INFO - DHCP lease obtained logged in console 2018-09-04 11:48:59,213 - create_instance - INFO - Deleting Port with ID - 0e6fc0d2-967a-479e-bdf2-1128b2747a19 2018-09-04 11:48:59,213 - neutron_utils - INFO - Deleting port with name CreateInstanceTwoNetTests-122e8342-d10a-410a-bdd9-9a28f5daa88b-vm1-port 2018-09-04 11:48:59,846 - create_instance - INFO - Deleting VM instance - CreateInstanceTwoNetTests-122e8342-d10a-410a-bdd9-9a28f5daa88b-inst1 2018-09-04 11:49:00,027 - create_instance - INFO - Checking deletion status 2018-09-04 11:49:06,707 - create_instance - INFO - VM has been properly deleted VM with name - CreateInstanceTwoNetTests-122e8342-d10a-410a-bdd9-9a28f5daa88b-inst1 2018-09-04 11:49:06,708 - create_instance - INFO - Deleting Port with ID - aabcd3cd-176e-4ee2-8883-087722cf3838 2018-09-04 11:49:06,708 - neutron_utils - INFO - Deleting port with name CreateInstanceTwoNetTests-122e8342-d10a-410a-bdd9-9a28f5daa88b-vm2-port 2018-09-04 11:49:07,191 - create_instance - INFO - Deleting VM instance - CreateInstanceTwoNetTests-122e8342-d10a-410a-bdd9-9a28f5daa88b-inst2 2018-09-04 11:49:07,356 - create_instance - INFO - Checking deletion status 2018-09-04 11:49:14,227 - create_instance - INFO - VM has been properly deleted VM with name - CreateInstanceTwoNetTests-122e8342-d10a-410a-bdd9-9a28f5daa88b-inst2 2018-09-04 11:49:14,293 - OpenStackNetwork - INFO - Removing router interface from router CreateInstanceTwoNetTests-122e8342-d10a-410a-bdd9-9a28f5daa88b-pub-router and port CreateInstanceTwoNetTests-122e8342-d10a-410a-bdd9-9a28f5daa88b-router-port1 2018-09-04 11:49:14,293 - neutron_utils - INFO - Removing router interface from router named CreateInstanceTwoNetTests-122e8342-d10a-410a-bdd9-9a28f5daa88b-pub-router 2018-09-04 11:49:15,824 - OpenStackNetwork - INFO - Removing router interface from router CreateInstanceTwoNetTests-122e8342-d10a-410a-bdd9-9a28f5daa88b-pub-router and port CreateInstanceTwoNetTests-122e8342-d10a-410a-bdd9-9a28f5daa88b-router-port2 2018-09-04 11:49:15,824 - neutron_utils - INFO - Removing router interface from router named CreateInstanceTwoNetTests-122e8342-d10a-410a-bdd9-9a28f5daa88b-pub-router 2018-09-04 11:49:17,042 - OpenStackNetwork - INFO - Removing router CreateInstanceTwoNetTests-122e8342-d10a-410a-bdd9-9a28f5daa88b-pub-router 2018-09-04 11:49:17,043 - neutron_utils - INFO - Deleting router with name - CreateInstanceTwoNetTests-122e8342-d10a-410a-bdd9-9a28f5daa88b-pub-router 2018-09-04 11:49:17,488 - neutron_utils - INFO - Deleting subnet with name CreateInstanceTwoNetTests-122e8342-d10a-410a-bdd9-9a28f5daa88b-subnet1 2018-09-04 11:49:17,489 - neutron_utils - INFO - Deleting subnet with name CreateInstanceTwoNetTests-122e8342-d10a-410a-bdd9-9a28f5daa88b-subnet1 2018-09-04 11:49:19,916 - neutron_utils - INFO - Deleting network with name CreateInstanceTwoNetTests-122e8342-d10a-410a-bdd9-9a28f5daa88b-net1 2018-09-04 11:49:21,383 - neutron_utils - INFO - Deleting subnet with name CreateInstanceTwoNetTests-122e8342-d10a-410a-bdd9-9a28f5daa88b-subnet2 2018-09-04 11:49:21,383 - neutron_utils - INFO - Deleting subnet with name CreateInstanceTwoNetTests-122e8342-d10a-410a-bdd9-9a28f5daa88b-subnet2 2018-09-04 11:49:23,961 - neutron_utils - INFO - Deleting network with name CreateInstanceTwoNetTests-122e8342-d10a-410a-bdd9-9a28f5daa88b-net2 2018-09-04 11:49:25,545 - neutron_utils - INFO - Deleting security group rule with ID - d02c04f3-bcfa-4f08-ae9c-379c4cb36e42 2018-09-04 11:49:25,813 - neutron_utils - INFO - Deleting security group rule with ID - c2aef05e-180d-43a9-ba26-ec71ce600621 2018-09-04 11:49:26,092 - neutron_utils - INFO - Deleting security group rule with ID - 55913a73-4406-4dde-8908-364e0f97cf8e 2018-09-04 11:49:26,219 - neutron_utils - INFO - Deleting security group with name - CreateInstanceTwoNetTests-122e8342-d10a-410a-bdd9-9a28f5daa88b-sec-grp 2018-09-04 11:49:26,535 - glance_utils - INFO - Deleting image named - CreateInstanceTwoNetTests-a18d9d61-fd6c-4023-8bda-6c8a960665d0 2018-09-04 11:49:29,082 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 8f7b7f2e-9d53-4784-9bce-fd296cbe78a6 2018-09-04 11:49:29,266 - neutron_utils - INFO - Deleting security group with name - default 2018-09-04 11:49:29,775 - keystone_utils - INFO - Deleting project with name - CreateInstanceTwoNetTests-86dc1b6e-52d6-40a-proj 2018-09-04 11:49:30,015 - keystone_utils - INFO - Deleting role with name - CreateInstanceTwoNetTests-86dc1b6e-52d6-40a-proj-role 2018-09-04 11:49:30,244 - keystone_utils - INFO - Deleting user with name - CreateInstanceTwoNetTests-86dc1b6e-52d6-40a-user 2018-09-04 11:49:31,738 - keystone_utils - INFO - Created project with name - CreateInstanceSimpleTests-a6f25004-0d3c-4d3-proj 2018-09-04 11:49:32,887 - keystone_utils - INFO - Created user with name - CreateInstanceSimpleTests-a6f25004-0d3c-4d3-user 2018-09-04 11:49:33,097 - keystone_utils - INFO - Created role with name - CreateInstanceSimpleTests-a6f25004-0d3c-4d3-proj-role 2018-09-04 11:49:33,116 - keystone_utils - INFO - Granting role CreateInstanceSimpleTests-a6f25004-0d3c-4d3-proj-role to project CreateInstanceSimpleTests-a6f25004-0d3c-4d3-proj 2018-09-04 11:49:35,801 - create_image - INFO - Created image with name - CreateInstanceSimpleTests-30b1c9d0-afd1-4dc0-a9fe-e09bbd61f946-image 2018-09-04 11:49:35,819 - create_image - INFO - Image is now active with name - CreateInstanceSimpleTests-30b1c9d0-afd1-4dc0-a9fe-e09bbd61f946-image 2018-09-04 11:49:37,357 - neutron_utils - INFO - Creating network with name CreateInstanceSimpleTests-30b1c9d0-afd1-4dc0-a9fe-e09bbd61f946-pub-net 2018-09-04 11:49:38,365 - neutron_utils - INFO - Creating subnet with name CreateInstanceSimpleTests-30b1c9d0-afd1-4dc0-a9fe-e09bbd61f946-pub-subnet 2018-09-04 11:49:43,601 - neutron_utils - INFO - Creating port for network with name - CreateInstanceSimpleTests-30b1c9d0-afd1-4dc0-a9fe-e09bbd61f946-pub-net 2018-09-04 11:49:45,114 - nova_utils - INFO - Creating VM with name - CreateInstanceSimpleTests-30b1c9d0-afd1-4dc0-a9fe-e09bbd61f946-inst 2018-09-04 11:49:47,606 - create_instance - INFO - Created instance with name - CreateInstanceSimpleTests-30b1c9d0-afd1-4dc0-a9fe-e09bbd61f946-inst 2018-09-04 11:49:55,157 - create_instance - INFO - VM is - ACTIVE 2018-09-04 11:50:01,566 - create_instance - INFO - Deleting Port with ID - 87f304db-2dbe-4d35-a71a-4829426a84c0 2018-09-04 11:50:01,567 - neutron_utils - INFO - Deleting port with name CreateInstanceSimpleTests-30b1c9d0-afd1-4dc0-a9fe-e09bbd61f946-port 2018-09-04 11:50:02,329 - create_instance - INFO - Deleting VM instance - CreateInstanceSimpleTests-30b1c9d0-afd1-4dc0-a9fe-e09bbd61f946-inst 2018-09-04 11:50:02,482 - create_instance - INFO - Checking deletion status 2018-09-04 11:50:05,944 - create_instance - INFO - VM has been properly deleted VM with name - CreateInstanceSimpleTests-30b1c9d0-afd1-4dc0-a9fe-e09bbd61f946-inst 2018-09-04 11:50:06,004 - neutron_utils - INFO - Deleting subnet with name CreateInstanceSimpleTests-30b1c9d0-afd1-4dc0-a9fe-e09bbd61f946-pub-subnet 2018-09-04 11:50:06,004 - neutron_utils - INFO - Deleting subnet with name CreateInstanceSimpleTests-30b1c9d0-afd1-4dc0-a9fe-e09bbd61f946-pub-subnet 2018-09-04 11:50:08,251 - neutron_utils - INFO - Deleting network with name CreateInstanceSimpleTests-30b1c9d0-afd1-4dc0-a9fe-e09bbd61f946-pub-net 2018-09-04 11:50:09,922 - glance_utils - INFO - Deleting image named - CreateInstanceSimpleTests-30b1c9d0-afd1-4dc0-a9fe-e09bbd61f946-image 2018-09-04 11:50:12,391 - keystone_utils - INFO - Deleting project with name - CreateInstanceSimpleTests-a6f25004-0d3c-4d3-proj 2018-09-04 11:50:12,603 - keystone_utils - INFO - Deleting role with name - CreateInstanceSimpleTests-a6f25004-0d3c-4d3-proj-role 2018-09-04 11:50:12,808 - keystone_utils - INFO - Deleting user with name - CreateInstanceSimpleTests-a6f25004-0d3c-4d3-user 2018-09-04 11:50:14,288 - keystone_utils - INFO - Created project with name - CreateInstanceSimpleTests-19a6699b-2e61-4ab-proj 2018-09-04 11:50:15,344 - keystone_utils - INFO - Created user with name - CreateInstanceSimpleTests-19a6699b-2e61-4ab-user 2018-09-04 11:50:15,540 - keystone_utils - INFO - Created role with name - CreateInstanceSimpleTests-19a6699b-2e61-4ab-proj-role 2018-09-04 11:50:15,624 - keystone_utils - INFO - Granting role CreateInstanceSimpleTests-19a6699b-2e61-4ab-proj-role to project CreateInstanceSimpleTests-19a6699b-2e61-4ab-proj 2018-09-04 11:50:18,736 - create_image - INFO - Created image with name - CreateInstanceSimpleTests-c1325779-b169-4987-b630-fe8c1026e11a-image 2018-09-04 11:50:18,904 - create_image - INFO - Image is now active with name - CreateInstanceSimpleTests-c1325779-b169-4987-b630-fe8c1026e11a-image 2018-09-04 11:50:20,324 - neutron_utils - INFO - Creating network with name CreateInstanceSimpleTests-c1325779-b169-4987-b630-fe8c1026e11a-pub-net 2018-09-04 11:50:21,214 - neutron_utils - INFO - Creating subnet with name CreateInstanceSimpleTests-c1325779-b169-4987-b630-fe8c1026e11a-pub-subnet 2018-09-04 11:50:25,887 - neutron_utils - INFO - Creating port for network with name - CreateInstanceSimpleTests-c1325779-b169-4987-b630-fe8c1026e11a-pub-net 2018-09-04 11:50:27,541 - nova_utils - INFO - Creating VM with name - CreateInstanceSimpleTests-c1325779-b169-4987-b630-fe8c1026e11a-inst 2018-09-04 11:50:30,020 - create_instance - INFO - Created instance with name - CreateInstanceSimpleTests-c1325779-b169-4987-b630-fe8c1026e11a-inst 2018-09-04 11:50:37,200 - create_instance - INFO - VM is - ACTIVE 2018-09-04 11:50:50,549 - create_instance - INFO - Deleting Port with ID - 50ec613a-0aeb-430e-b3f7-d64e773354ce 2018-09-04 11:50:50,549 - neutron_utils - INFO - Deleting port with name CreateInstanceSimpleTests-c1325779-b169-4987-b630-fe8c1026e11a-port 2018-09-04 11:50:51,038 - create_instance - INFO - Deleting VM instance - CreateInstanceSimpleTests-c1325779-b169-4987-b630-fe8c1026e11a-inst 2018-09-04 11:50:51,094 - create_instance - WARNING - Instance already deleted - Instance 1c5e976e-2f74-485a-9da5-beb64bf20386 could not be found. (HTTP 404) (Request-ID: req-d564a58c-6324-41df-ab6a-fafe187285b4) 2018-09-04 11:50:51,095 - create_instance - INFO - Checking deletion status 2018-09-04 11:50:51,145 - create_instance - INFO - VM has been properly deleted VM with name - CreateInstanceSimpleTests-c1325779-b169-4987-b630-fe8c1026e11a-inst 2018-09-04 11:50:51,183 - neutron_utils - INFO - Deleting subnet with name CreateInstanceSimpleTests-c1325779-b169-4987-b630-fe8c1026e11a-pub-subnet 2018-09-04 11:50:51,183 - neutron_utils - INFO - Deleting subnet with name CreateInstanceSimpleTests-c1325779-b169-4987-b630-fe8c1026e11a-pub-subnet 2018-09-04 11:50:53,723 - neutron_utils - INFO - Deleting network with name CreateInstanceSimpleTests-c1325779-b169-4987-b630-fe8c1026e11a-pub-net 2018-09-04 11:50:55,240 - glance_utils - INFO - Deleting image named - CreateInstanceSimpleTests-c1325779-b169-4987-b630-fe8c1026e11a-image 2018-09-04 11:50:58,086 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 9cba0493-2ac8-4316-b0f7-41f5bd6ea80b 2018-09-04 11:50:58,253 - neutron_utils - INFO - Deleting security group with name - default 2018-09-04 11:50:58,645 - keystone_utils - INFO - Deleting project with name - CreateInstanceSimpleTests-19a6699b-2e61-4ab-proj 2018-09-04 11:50:58,969 - keystone_utils - INFO - Deleting role with name - CreateInstanceSimpleTests-19a6699b-2e61-4ab-proj-role 2018-09-04 11:50:59,175 - keystone_utils - INFO - Deleting user with name - CreateInstanceSimpleTests-19a6699b-2e61-4ab-user 2018-09-04 11:51:00,678 - keystone_utils - INFO - Created project with name - CreateInstancePortManipulationTests-ea0bc6d9-719c-4bc-proj 2018-09-04 11:51:01,769 - keystone_utils - INFO - Created user with name - CreateInstancePortManipulationTests-ea0bc6d9-719c-4bc-user 2018-09-04 11:51:01,971 - keystone_utils - INFO - Created role with name - CreateInstancePortManipulationTests-ea0bc6d9-719c-4bc-proj-role 2018-09-04 11:51:02,060 - keystone_utils - INFO - Granting role CreateInstancePortManipulationTests-ea0bc6d9-719c-4bc-proj-role to project CreateInstancePortManipulationTests-ea0bc6d9-719c-4bc-proj 2018-09-04 11:51:04,609 - create_image - INFO - Created image with name - CreateInstancePortManipulationTests-abe73de0-8c59-4d09-b8d2-73039246c8a6-image 2018-09-04 11:51:04,776 - create_image - INFO - Image is now active with name - CreateInstancePortManipulationTests-abe73de0-8c59-4d09-b8d2-73039246c8a6-image 2018-09-04 11:51:05,406 - neutron_utils - INFO - Creating network with name CreateInstancePortManipulationTests-abe73de0-8c59-4d09-b8d2-73039246c8a6-pub-net 2018-09-04 11:51:06,654 - neutron_utils - INFO - Creating subnet with name CreateInstancePortManipulationTests-abe73de0-8c59-4d09-b8d2-73039246c8a6-pub-subnet 2018-09-04 11:51:12,347 - neutron_utils - INFO - Creating port for network with name - CreateInstancePortManipulationTests-abe73de0-8c59-4d09-b8d2-73039246c8a6-pub-net 2018-09-04 11:51:13,697 - nova_utils - INFO - Creating VM with name - CreateInstancePortManipulationTests-abe73de0-8c59-4d09-b8d2-73039246c8a6-inst 2018-09-04 11:51:15,986 - create_instance - INFO - Created instance with name - CreateInstancePortManipulationTests-abe73de0-8c59-4d09-b8d2-73039246c8a6-inst 2018-09-04 11:51:23,157 - create_instance - INFO - VM is - ACTIVE 2018-09-04 11:51:24,121 - create_instance - INFO - Deleting Port with ID - 692706a5-c856-4f36-a8b3-1904983ce91d 2018-09-04 11:51:24,121 - neutron_utils - INFO - Deleting port with name CreateInstancePortManipulationTests-abe73de0-8c59-4d09-b8d2-73039246c8a6port-1 2018-09-04 11:51:24,758 - create_instance - INFO - Deleting VM instance - CreateInstancePortManipulationTests-abe73de0-8c59-4d09-b8d2-73039246c8a6-inst 2018-09-04 11:51:24,944 - create_instance - INFO - Checking deletion status 2018-09-04 11:51:31,715 - create_instance - INFO - VM has been properly deleted VM with name - CreateInstancePortManipulationTests-abe73de0-8c59-4d09-b8d2-73039246c8a6-inst 2018-09-04 11:51:31,770 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-abe73de0-8c59-4d09-b8d2-73039246c8a6-pub-subnet 2018-09-04 11:51:31,770 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-abe73de0-8c59-4d09-b8d2-73039246c8a6-pub-subnet 2018-09-04 11:51:34,344 - neutron_utils - INFO - Deleting network with name CreateInstancePortManipulationTests-abe73de0-8c59-4d09-b8d2-73039246c8a6-pub-net 2018-09-04 11:51:35,856 - glance_utils - INFO - Deleting image named - CreateInstancePortManipulationTests-abe73de0-8c59-4d09-b8d2-73039246c8a6-image 2018-09-04 11:51:38,592 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 3f0eb5ca-7e53-43c7-9522-4b348d23e68f 2018-09-04 11:51:38,779 - neutron_utils - INFO - Deleting security group with name - default 2018-09-04 11:51:39,100 - keystone_utils - INFO - Deleting project with name - CreateInstancePortManipulationTests-ea0bc6d9-719c-4bc-proj 2018-09-04 11:51:39,382 - keystone_utils - INFO - Deleting role with name - CreateInstancePortManipulationTests-ea0bc6d9-719c-4bc-proj-role 2018-09-04 11:51:39,592 - keystone_utils - INFO - Deleting user with name - CreateInstancePortManipulationTests-ea0bc6d9-719c-4bc-user 2018-09-04 11:51:41,001 - keystone_utils - INFO - Created project with name - CreateInstancePortManipulationTests-1c0c0191-dfd7-4f6-proj 2018-09-04 11:51:42,074 - keystone_utils - INFO - Created user with name - CreateInstancePortManipulationTests-1c0c0191-dfd7-4f6-user 2018-09-04 11:51:42,325 - keystone_utils - INFO - Created role with name - CreateInstancePortManipulationTests-1c0c0191-dfd7-4f6-proj-role 2018-09-04 11:51:42,416 - keystone_utils - INFO - Granting role CreateInstancePortManipulationTests-1c0c0191-dfd7-4f6-proj-role to project CreateInstancePortManipulationTests-1c0c0191-dfd7-4f6-proj 2018-09-04 11:51:45,547 - create_image - INFO - Created image with name - CreateInstancePortManipulationTests-3c4b253d-4b0f-426b-9b17-1ce012a42550-image 2018-09-04 11:51:45,723 - create_image - INFO - Image is now active with name - CreateInstancePortManipulationTests-3c4b253d-4b0f-426b-9b17-1ce012a42550-image 2018-09-04 11:51:46,357 - neutron_utils - INFO - Creating network with name CreateInstancePortManipulationTests-3c4b253d-4b0f-426b-9b17-1ce012a42550-pub-net 2018-09-04 11:51:47,429 - neutron_utils - INFO - Creating subnet with name CreateInstancePortManipulationTests-3c4b253d-4b0f-426b-9b17-1ce012a42550-pub-subnet 2018-09-04 11:51:52,841 - neutron_utils - INFO - Creating port for network with name - CreateInstancePortManipulationTests-3c4b253d-4b0f-426b-9b17-1ce012a42550-pub-net 2018-09-04 11:51:53,052 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-3c4b253d-4b0f-426b-9b17-1ce012a42550-pub-subnet 2018-09-04 11:51:53,052 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-3c4b253d-4b0f-426b-9b17-1ce012a42550-pub-subnet 2018-09-04 11:51:55,374 - neutron_utils - INFO - Deleting network with name CreateInstancePortManipulationTests-3c4b253d-4b0f-426b-9b17-1ce012a42550-pub-net 2018-09-04 11:51:56,730 - glance_utils - INFO - Deleting image named - CreateInstancePortManipulationTests-3c4b253d-4b0f-426b-9b17-1ce012a42550-image 2018-09-04 11:51:59,142 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 818677ce-7f43-4524-9318-478e90e30030 2018-09-04 11:51:59,321 - neutron_utils - INFO - Deleting security group with name - default 2018-09-04 11:51:59,842 - keystone_utils - INFO - Deleting project with name - CreateInstancePortManipulationTests-1c0c0191-dfd7-4f6-proj 2018-09-04 11:52:00,179 - keystone_utils - INFO - Deleting role with name - CreateInstancePortManipulationTests-1c0c0191-dfd7-4f6-proj-role 2018-09-04 11:52:00,384 - keystone_utils - INFO - Deleting user with name - CreateInstancePortManipulationTests-1c0c0191-dfd7-4f6-user 2018-09-04 11:52:01,924 - keystone_utils - INFO - Created project with name - CreateInstancePortManipulationTests-093c6212-9469-4d6-proj 2018-09-04 11:52:03,055 - keystone_utils - INFO - Created user with name - CreateInstancePortManipulationTests-093c6212-9469-4d6-user 2018-09-04 11:52:03,254 - keystone_utils - INFO - Created role with name - CreateInstancePortManipulationTests-093c6212-9469-4d6-proj-role 2018-09-04 11:52:03,343 - keystone_utils - INFO - Granting role CreateInstancePortManipulationTests-093c6212-9469-4d6-proj-role to project CreateInstancePortManipulationTests-093c6212-9469-4d6-proj 2018-09-04 11:52:06,638 - create_image - INFO - Created image with name - CreateInstancePortManipulationTests-d66aaf1a-7828-42a2-8d89-a4cdd6152685-image 2018-09-04 11:52:06,804 - create_image - INFO - Image is now active with name - CreateInstancePortManipulationTests-d66aaf1a-7828-42a2-8d89-a4cdd6152685-image 2018-09-04 11:52:07,424 - neutron_utils - INFO - Creating network with name CreateInstancePortManipulationTests-d66aaf1a-7828-42a2-8d89-a4cdd6152685-pub-net 2018-09-04 11:52:08,473 - neutron_utils - INFO - Creating subnet with name CreateInstancePortManipulationTests-d66aaf1a-7828-42a2-8d89-a4cdd6152685-pub-subnet 2018-09-04 11:52:13,897 - neutron_utils - INFO - Creating port for network with name - CreateInstancePortManipulationTests-d66aaf1a-7828-42a2-8d89-a4cdd6152685-pub-net 2018-09-04 11:52:14,101 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-d66aaf1a-7828-42a2-8d89-a4cdd6152685-pub-subnet 2018-09-04 11:52:14,101 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-d66aaf1a-7828-42a2-8d89-a4cdd6152685-pub-subnet 2018-09-04 11:52:16,471 - neutron_utils - INFO - Deleting network with name CreateInstancePortManipulationTests-d66aaf1a-7828-42a2-8d89-a4cdd6152685-pub-net 2018-09-04 11:52:17,906 - glance_utils - INFO - Deleting image named - CreateInstancePortManipulationTests-d66aaf1a-7828-42a2-8d89-a4cdd6152685-image 2018-09-04 11:52:20,664 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 87c88711-e281-47bd-80d1-b3ef4ced80e9 2018-09-04 11:52:20,837 - neutron_utils - INFO - Deleting security group with name - default 2018-09-04 11:52:21,175 - keystone_utils - INFO - Deleting project with name - CreateInstancePortManipulationTests-093c6212-9469-4d6-proj 2018-09-04 11:52:21,460 - keystone_utils - INFO - Deleting role with name - CreateInstancePortManipulationTests-093c6212-9469-4d6-proj-role 2018-09-04 11:52:21,657 - keystone_utils - INFO - Deleting user with name - CreateInstancePortManipulationTests-093c6212-9469-4d6-user 2018-09-04 11:52:23,061 - keystone_utils - INFO - Created project with name - CreateInstancePortManipulationTests-02a85682-04ab-46f-proj 2018-09-04 11:52:24,229 - keystone_utils - INFO - Created user with name - CreateInstancePortManipulationTests-02a85682-04ab-46f-user 2018-09-04 11:52:24,445 - keystone_utils - INFO - Created role with name - CreateInstancePortManipulationTests-02a85682-04ab-46f-proj-role 2018-09-04 11:52:24,539 - keystone_utils - INFO - Granting role CreateInstancePortManipulationTests-02a85682-04ab-46f-proj-role to project CreateInstancePortManipulationTests-02a85682-04ab-46f-proj 2018-09-04 11:52:27,820 - create_image - INFO - Created image with name - CreateInstancePortManipulationTests-5a0e8d37-3dbb-4812-936b-d9da4037f273-image 2018-09-04 11:52:27,840 - create_image - INFO - Image is now active with name - CreateInstancePortManipulationTests-5a0e8d37-3dbb-4812-936b-d9da4037f273-image 2018-09-04 11:52:28,557 - neutron_utils - INFO - Creating network with name CreateInstancePortManipulationTests-5a0e8d37-3dbb-4812-936b-d9da4037f273-pub-net 2018-09-04 11:52:29,514 - neutron_utils - INFO - Creating subnet with name CreateInstancePortManipulationTests-5a0e8d37-3dbb-4812-936b-d9da4037f273-pub-subnet 2018-09-04 11:52:35,171 - neutron_utils - INFO - Creating port for network with name - CreateInstancePortManipulationTests-5a0e8d37-3dbb-4812-936b-d9da4037f273-pub-net 2018-09-04 11:52:35,826 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-5a0e8d37-3dbb-4812-936b-d9da4037f273-pub-subnet 2018-09-04 11:52:35,826 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-5a0e8d37-3dbb-4812-936b-d9da4037f273-pub-subnet 2018-09-04 11:52:38,263 - neutron_utils - INFO - Deleting network with name CreateInstancePortManipulationTests-5a0e8d37-3dbb-4812-936b-d9da4037f273-pub-net 2018-09-04 11:52:39,587 - glance_utils - INFO - Deleting image named - CreateInstancePortManipulationTests-5a0e8d37-3dbb-4812-936b-d9da4037f273-image 2018-09-04 11:52:42,096 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - d7df726b-00ed-45ed-8f66-46a70925f2c8 2018-09-04 11:52:42,267 - neutron_utils - INFO - Deleting security group with name - default 2018-09-04 11:52:42,636 - keystone_utils - INFO - Deleting project with name - CreateInstancePortManipulationTests-02a85682-04ab-46f-proj 2018-09-04 11:52:43,039 - keystone_utils - INFO - Deleting role with name - CreateInstancePortManipulationTests-02a85682-04ab-46f-proj-role 2018-09-04 11:52:43,236 - keystone_utils - INFO - Deleting user with name - CreateInstancePortManipulationTests-02a85682-04ab-46f-user 2018-09-04 11:52:44,697 - keystone_utils - INFO - Created project with name - CreateInstancePortManipulationTests-e237cd0c-3ccc-49d-proj 2018-09-04 11:52:45,811 - keystone_utils - INFO - Created user with name - CreateInstancePortManipulationTests-e237cd0c-3ccc-49d-user 2018-09-04 11:52:46,002 - keystone_utils - INFO - Created role with name - CreateInstancePortManipulationTests-e237cd0c-3ccc-49d-proj-role 2018-09-04 11:52:46,094 - keystone_utils - INFO - Granting role CreateInstancePortManipulationTests-e237cd0c-3ccc-49d-proj-role to project CreateInstancePortManipulationTests-e237cd0c-3ccc-49d-proj 2018-09-04 11:52:48,571 - create_image - INFO - Created image with name - CreateInstancePortManipulationTests-bd6ff73e-4e2a-4561-96bd-7e538e2f52a6-image 2018-09-04 11:52:48,741 - create_image - INFO - Image is now active with name - CreateInstancePortManipulationTests-bd6ff73e-4e2a-4561-96bd-7e538e2f52a6-image 2018-09-04 11:52:49,362 - neutron_utils - INFO - Creating network with name CreateInstancePortManipulationTests-bd6ff73e-4e2a-4561-96bd-7e538e2f52a6-pub-net 2018-09-04 11:52:50,652 - neutron_utils - INFO - Creating subnet with name CreateInstancePortManipulationTests-bd6ff73e-4e2a-4561-96bd-7e538e2f52a6-pub-subnet 2018-09-04 11:52:56,225 - neutron_utils - INFO - Creating port for network with name - CreateInstancePortManipulationTests-bd6ff73e-4e2a-4561-96bd-7e538e2f52a6-pub-net 2018-09-04 11:52:56,286 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-bd6ff73e-4e2a-4561-96bd-7e538e2f52a6-pub-subnet 2018-09-04 11:52:56,286 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-bd6ff73e-4e2a-4561-96bd-7e538e2f52a6-pub-subnet 2018-09-04 11:52:58,606 - neutron_utils - INFO - Deleting network with name CreateInstancePortManipulationTests-bd6ff73e-4e2a-4561-96bd-7e538e2f52a6-pub-net 2018-09-04 11:53:00,299 - glance_utils - INFO - Deleting image named - CreateInstancePortManipulationTests-bd6ff73e-4e2a-4561-96bd-7e538e2f52a6-image 2018-09-04 11:53:02,873 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 7b7c833a-5b35-4777-9407-cdc82d3a88dc 2018-09-04 11:53:03,039 - neutron_utils - INFO - Deleting security group with name - default 2018-09-04 11:53:03,397 - keystone_utils - INFO - Deleting project with name - CreateInstancePortManipulationTests-e237cd0c-3ccc-49d-proj 2018-09-04 11:53:03,621 - keystone_utils - INFO - Deleting role with name - CreateInstancePortManipulationTests-e237cd0c-3ccc-49d-proj-role 2018-09-04 11:53:03,823 - keystone_utils - INFO - Deleting user with name - CreateInstancePortManipulationTests-e237cd0c-3ccc-49d-user 2018-09-04 11:53:05,261 - keystone_utils - INFO - Created project with name - CreateInstancePortManipulationTests-b279dc20-b349-4b3-proj 2018-09-04 11:53:06,235 - keystone_utils - INFO - Created user with name - CreateInstancePortManipulationTests-b279dc20-b349-4b3-user 2018-09-04 11:53:06,439 - keystone_utils - INFO - Created role with name - CreateInstancePortManipulationTests-b279dc20-b349-4b3-proj-role 2018-09-04 11:53:06,524 - keystone_utils - INFO - Granting role CreateInstancePortManipulationTests-b279dc20-b349-4b3-proj-role to project CreateInstancePortManipulationTests-b279dc20-b349-4b3-proj 2018-09-04 11:53:09,798 - create_image - INFO - Created image with name - CreateInstancePortManipulationTests-fc0b5325-80e0-4b32-82b1-4f83c0f563f6-image 2018-09-04 11:53:09,963 - create_image - INFO - Image is now active with name - CreateInstancePortManipulationTests-fc0b5325-80e0-4b32-82b1-4f83c0f563f6-image 2018-09-04 11:53:10,591 - neutron_utils - INFO - Creating network with name CreateInstancePortManipulationTests-fc0b5325-80e0-4b32-82b1-4f83c0f563f6-pub-net 2018-09-04 11:53:11,801 - neutron_utils - INFO - Creating subnet with name CreateInstancePortManipulationTests-fc0b5325-80e0-4b32-82b1-4f83c0f563f6-pub-subnet 2018-09-04 11:53:17,193 - neutron_utils - INFO - Creating port for network with name - CreateInstancePortManipulationTests-fc0b5325-80e0-4b32-82b1-4f83c0f563f6-pub-net 2018-09-04 11:53:18,950 - nova_utils - INFO - Creating VM with name - CreateInstancePortManipulationTests-fc0b5325-80e0-4b32-82b1-4f83c0f563f6-inst 2018-09-04 11:53:21,329 - create_instance - INFO - Created instance with name - CreateInstancePortManipulationTests-fc0b5325-80e0-4b32-82b1-4f83c0f563f6-inst 2018-09-04 11:53:28,906 - create_instance - INFO - VM is - ACTIVE 2018-09-04 11:53:30,511 - create_instance - INFO - Deleting Port with ID - 77c1953b-f9f3-4579-84a1-f502bdf865a6 2018-09-04 11:53:30,511 - neutron_utils - INFO - Deleting port with name CreateInstancePortManipulationTests-fc0b5325-80e0-4b32-82b1-4f83c0f563f6port-1 2018-09-04 11:53:31,087 - create_instance - INFO - Deleting VM instance - CreateInstancePortManipulationTests-fc0b5325-80e0-4b32-82b1-4f83c0f563f6-inst 2018-09-04 11:53:31,256 - create_instance - INFO - Checking deletion status 2018-09-04 11:53:37,955 - create_instance - INFO - VM has been properly deleted VM with name - CreateInstancePortManipulationTests-fc0b5325-80e0-4b32-82b1-4f83c0f563f6-inst 2018-09-04 11:53:38,017 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-fc0b5325-80e0-4b32-82b1-4f83c0f563f6-pub-subnet 2018-09-04 11:53:38,017 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-fc0b5325-80e0-4b32-82b1-4f83c0f563f6-pub-subnet 2018-09-04 11:53:40,413 - neutron_utils - INFO - Deleting network with name CreateInstancePortManipulationTests-fc0b5325-80e0-4b32-82b1-4f83c0f563f6-pub-net 2018-09-04 11:53:41,771 - glance_utils - INFO - Deleting image named - CreateInstancePortManipulationTests-fc0b5325-80e0-4b32-82b1-4f83c0f563f6-image 2018-09-04 11:53:44,892 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - e393d2a8-469d-496a-a131-3d73f03be549 2018-09-04 11:53:45,081 - neutron_utils - INFO - Deleting security group with name - default 2018-09-04 11:53:45,425 - keystone_utils - INFO - Deleting project with name - CreateInstancePortManipulationTests-b279dc20-b349-4b3-proj 2018-09-04 11:53:45,820 - keystone_utils - INFO - Deleting role with name - CreateInstancePortManipulationTests-b279dc20-b349-4b3-proj-role 2018-09-04 11:53:46,037 - keystone_utils - INFO - Deleting user with name - CreateInstancePortManipulationTests-b279dc20-b349-4b3-user 2018-09-04 11:53:47,451 - keystone_utils - INFO - Created project with name - CreateInstancePortManipulationTests-e231e790-f52f-4fb-proj 2018-09-04 11:53:48,595 - keystone_utils - INFO - Created user with name - CreateInstancePortManipulationTests-e231e790-f52f-4fb-user 2018-09-04 11:53:48,798 - keystone_utils - INFO - Created role with name - CreateInstancePortManipulationTests-e231e790-f52f-4fb-proj-role 2018-09-04 11:53:48,891 - keystone_utils - INFO - Granting role CreateInstancePortManipulationTests-e231e790-f52f-4fb-proj-role to project CreateInstancePortManipulationTests-e231e790-f52f-4fb-proj 2018-09-04 11:53:51,483 - create_image - INFO - Created image with name - CreateInstancePortManipulationTests-fbcaa5bc-104e-4b03-a8e6-89fc309de2c7-image 2018-09-04 11:53:51,650 - create_image - INFO - Image is now active with name - CreateInstancePortManipulationTests-fbcaa5bc-104e-4b03-a8e6-89fc309de2c7-image 2018-09-04 11:53:52,204 - neutron_utils - INFO - Creating network with name CreateInstancePortManipulationTests-fbcaa5bc-104e-4b03-a8e6-89fc309de2c7-pub-net 2018-09-04 11:53:53,252 - neutron_utils - INFO - Creating subnet with name CreateInstancePortManipulationTests-fbcaa5bc-104e-4b03-a8e6-89fc309de2c7-pub-subnet 2018-09-04 11:53:59,052 - neutron_utils - INFO - Creating port for network with name - CreateInstancePortManipulationTests-fbcaa5bc-104e-4b03-a8e6-89fc309de2c7-pub-net 2018-09-04 11:54:01,213 - nova_utils - INFO - Creating VM with name - CreateInstancePortManipulationTests-fbcaa5bc-104e-4b03-a8e6-89fc309de2c7-inst 2018-09-04 11:54:03,091 - create_instance - INFO - Created instance with name - CreateInstancePortManipulationTests-fbcaa5bc-104e-4b03-a8e6-89fc309de2c7-inst 2018-09-04 11:54:10,732 - create_instance - INFO - VM is - ACTIVE 2018-09-04 11:54:12,405 - create_instance - INFO - Deleting Port with ID - 6eda1fc0-60ce-4766-97ba-40de538ada43 2018-09-04 11:54:12,405 - neutron_utils - INFO - Deleting port with name CreateInstancePortManipulationTests-fbcaa5bc-104e-4b03-a8e6-89fc309de2c7port-1 2018-09-04 11:54:12,998 - create_instance - INFO - Deleting VM instance - CreateInstancePortManipulationTests-fbcaa5bc-104e-4b03-a8e6-89fc309de2c7-inst 2018-09-04 11:54:13,148 - create_instance - INFO - Checking deletion status 2018-09-04 11:54:16,592 - create_instance - INFO - VM has been properly deleted VM with name - CreateInstancePortManipulationTests-fbcaa5bc-104e-4b03-a8e6-89fc309de2c7-inst 2018-09-04 11:54:16,639 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-fbcaa5bc-104e-4b03-a8e6-89fc309de2c7-pub-subnet 2018-09-04 11:54:16,639 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-fbcaa5bc-104e-4b03-a8e6-89fc309de2c7-pub-subnet 2018-09-04 11:54:19,102 - neutron_utils - INFO - Deleting network with name CreateInstancePortManipulationTests-fbcaa5bc-104e-4b03-a8e6-89fc309de2c7-pub-net 2018-09-04 11:54:20,412 - glance_utils - INFO - Deleting image named - CreateInstancePortManipulationTests-fbcaa5bc-104e-4b03-a8e6-89fc309de2c7-image 2018-09-04 11:54:23,334 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - b08d301a-ee42-4306-9ab0-58651eb2ad9b 2018-09-04 11:54:23,517 - neutron_utils - INFO - Deleting security group with name - default 2018-09-04 11:54:23,825 - keystone_utils - INFO - Deleting project with name - CreateInstancePortManipulationTests-e231e790-f52f-4fb-proj 2018-09-04 11:54:24,312 - keystone_utils - INFO - Deleting role with name - CreateInstancePortManipulationTests-e231e790-f52f-4fb-proj-role 2018-09-04 11:54:24,673 - keystone_utils - INFO - Deleting user with name - CreateInstancePortManipulationTests-e231e790-f52f-4fb-user 2018-09-04 11:54:26,081 - keystone_utils - INFO - Created project with name - CreateInstancePortManipulationTests-d6f0556e-ba5f-4b0-proj 2018-09-04 11:54:27,146 - keystone_utils - INFO - Created user with name - CreateInstancePortManipulationTests-d6f0556e-ba5f-4b0-user 2018-09-04 11:54:27,374 - keystone_utils - INFO - Created role with name - CreateInstancePortManipulationTests-d6f0556e-ba5f-4b0-proj-role 2018-09-04 11:54:27,457 - keystone_utils - INFO - Granting role CreateInstancePortManipulationTests-d6f0556e-ba5f-4b0-proj-role to project CreateInstancePortManipulationTests-d6f0556e-ba5f-4b0-proj 2018-09-04 11:54:30,595 - create_image - INFO - Created image with name - CreateInstancePortManipulationTests-f012ee4d-aab3-468f-ace2-64eeebe9c7fd-image 2018-09-04 11:54:30,766 - create_image - INFO - Image is now active with name - CreateInstancePortManipulationTests-f012ee4d-aab3-468f-ace2-64eeebe9c7fd-image 2018-09-04 11:54:31,395 - neutron_utils - INFO - Creating network with name CreateInstancePortManipulationTests-f012ee4d-aab3-468f-ace2-64eeebe9c7fd-pub-net 2018-09-04 11:54:32,419 - neutron_utils - INFO - Creating subnet with name CreateInstancePortManipulationTests-f012ee4d-aab3-468f-ace2-64eeebe9c7fd-pub-subnet 2018-09-04 11:54:38,504 - neutron_utils - INFO - Creating port for network with name - CreateInstancePortManipulationTests-f012ee4d-aab3-468f-ace2-64eeebe9c7fd-pub-net 2018-09-04 11:54:40,110 - nova_utils - INFO - Creating VM with name - CreateInstancePortManipulationTests-f012ee4d-aab3-468f-ace2-64eeebe9c7fd-inst 2018-09-04 11:54:42,324 - create_instance - INFO - Created instance with name - CreateInstancePortManipulationTests-f012ee4d-aab3-468f-ace2-64eeebe9c7fd-inst 2018-09-04 11:54:49,433 - create_instance - INFO - VM is - ACTIVE 2018-09-04 11:54:50,092 - create_instance - INFO - Deleting Port with ID - 6c3dd9b0-e262-453b-b3f8-0d2efcbeb598 2018-09-04 11:54:50,093 - neutron_utils - INFO - Deleting port with name CreateInstancePortManipulationTests-f012ee4d-aab3-468f-ace2-64eeebe9c7fdport-1 2018-09-04 11:54:50,552 - create_instance - INFO - Deleting VM instance - CreateInstancePortManipulationTests-f012ee4d-aab3-468f-ace2-64eeebe9c7fd-inst 2018-09-04 11:54:50,902 - create_instance - INFO - Checking deletion status 2018-09-04 11:54:54,289 - create_instance - INFO - VM has been properly deleted VM with name - CreateInstancePortManipulationTests-f012ee4d-aab3-468f-ace2-64eeebe9c7fd-inst 2018-09-04 11:54:54,346 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-f012ee4d-aab3-468f-ace2-64eeebe9c7fd-pub-subnet 2018-09-04 11:54:54,346 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-f012ee4d-aab3-468f-ace2-64eeebe9c7fd-pub-subnet 2018-09-04 11:54:56,744 - neutron_utils - INFO - Deleting network with name CreateInstancePortManipulationTests-f012ee4d-aab3-468f-ace2-64eeebe9c7fd-pub-net 2018-09-04 11:54:58,073 - glance_utils - INFO - Deleting image named - CreateInstancePortManipulationTests-f012ee4d-aab3-468f-ace2-64eeebe9c7fd-image 2018-09-04 11:54:59,780 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 104e61a2-2c07-4521-a7f3-695dd6744d3d 2018-09-04 11:54:59,963 - neutron_utils - INFO - Deleting security group with name - default 2018-09-04 11:55:00,418 - keystone_utils - INFO - Deleting project with name - CreateInstancePortManipulationTests-d6f0556e-ba5f-4b0-proj 2018-09-04 11:55:00,875 - keystone_utils - INFO - Deleting role with name - CreateInstancePortManipulationTests-d6f0556e-ba5f-4b0-proj-role 2018-09-04 11:55:01,095 - keystone_utils - INFO - Deleting user with name - CreateInstancePortManipulationTests-d6f0556e-ba5f-4b0-user 2018-09-04 11:55:02,590 - keystone_utils - INFO - Created project with name - CreateInstancePortManipulationTests-0f34f65c-4134-419-proj 2018-09-04 11:55:03,691 - keystone_utils - INFO - Created user with name - CreateInstancePortManipulationTests-0f34f65c-4134-419-user 2018-09-04 11:55:03,889 - keystone_utils - INFO - Created role with name - CreateInstancePortManipulationTests-0f34f65c-4134-419-proj-role 2018-09-04 11:55:03,978 - keystone_utils - INFO - Granting role CreateInstancePortManipulationTests-0f34f65c-4134-419-proj-role to project CreateInstancePortManipulationTests-0f34f65c-4134-419-proj 2018-09-04 11:55:07,286 - create_image - INFO - Created image with name - CreateInstancePortManipulationTests-c72c16a4-b004-4c85-8ecc-9e2ee9bfec7b-image 2018-09-04 11:55:07,454 - create_image - INFO - Image is now active with name - CreateInstancePortManipulationTests-c72c16a4-b004-4c85-8ecc-9e2ee9bfec7b-image 2018-09-04 11:55:08,066 - neutron_utils - INFO - Creating network with name CreateInstancePortManipulationTests-c72c16a4-b004-4c85-8ecc-9e2ee9bfec7b-pub-net 2018-09-04 11:55:09,233 - neutron_utils - INFO - Creating subnet with name CreateInstancePortManipulationTests-c72c16a4-b004-4c85-8ecc-9e2ee9bfec7b-pub-subnet 2018-09-04 11:55:14,764 - neutron_utils - INFO - Creating port for network with name - CreateInstancePortManipulationTests-c72c16a4-b004-4c85-8ecc-9e2ee9bfec7b-pub-net 2018-09-04 11:55:16,481 - nova_utils - INFO - Creating VM with name - CreateInstancePortManipulationTests-c72c16a4-b004-4c85-8ecc-9e2ee9bfec7b-inst 2018-09-04 11:55:18,529 - create_instance - INFO - Created instance with name - CreateInstancePortManipulationTests-c72c16a4-b004-4c85-8ecc-9e2ee9bfec7b-inst 2018-09-04 11:55:25,749 - create_instance - INFO - VM is - ACTIVE 2018-09-04 11:55:26,482 - create_instance - INFO - Deleting Port with ID - d37a643d-2ce0-4f2a-bba7-5b0d2c2ffef0 2018-09-04 11:55:26,482 - neutron_utils - INFO - Deleting port with name CreateInstancePortManipulationTests-c72c16a4-b004-4c85-8ecc-9e2ee9bfec7bport-1 2018-09-04 11:55:27,290 - create_instance - INFO - Deleting VM instance - CreateInstancePortManipulationTests-c72c16a4-b004-4c85-8ecc-9e2ee9bfec7b-inst 2018-09-04 11:55:27,442 - create_instance - INFO - Checking deletion status 2018-09-04 11:55:33,996 - create_instance - INFO - VM has been properly deleted VM with name - CreateInstancePortManipulationTests-c72c16a4-b004-4c85-8ecc-9e2ee9bfec7b-inst 2018-09-04 11:55:34,041 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-c72c16a4-b004-4c85-8ecc-9e2ee9bfec7b-pub-subnet 2018-09-04 11:55:34,041 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-c72c16a4-b004-4c85-8ecc-9e2ee9bfec7b-pub-subnet 2018-09-04 11:55:36,489 - neutron_utils - INFO - Deleting network with name CreateInstancePortManipulationTests-c72c16a4-b004-4c85-8ecc-9e2ee9bfec7b-pub-net 2018-09-04 11:55:38,203 - glance_utils - INFO - Deleting image named - CreateInstancePortManipulationTests-c72c16a4-b004-4c85-8ecc-9e2ee9bfec7b-image 2018-09-04 11:55:40,810 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - f9da5a37-7bd3-494b-8fd3-ee50bdab2e0a 2018-09-04 11:55:40,987 - neutron_utils - INFO - Deleting security group with name - default 2018-09-04 11:55:41,297 - keystone_utils - INFO - Deleting project with name - CreateInstancePortManipulationTests-0f34f65c-4134-419-proj 2018-09-04 11:55:41,557 - keystone_utils - INFO - Deleting role with name - CreateInstancePortManipulationTests-0f34f65c-4134-419-proj-role 2018-09-04 11:55:41,766 - keystone_utils - INFO - Deleting user with name - CreateInstancePortManipulationTests-0f34f65c-4134-419-user 2018-09-04 11:55:43,374 - keystone_utils - INFO - Created project with name - CreateInstancePortManipulationTests-a9cc1b91-463a-40a-proj 2018-09-04 11:55:44,380 - keystone_utils - INFO - Created user with name - CreateInstancePortManipulationTests-a9cc1b91-463a-40a-user 2018-09-04 11:55:44,518 - keystone_utils - INFO - Created role with name - CreateInstancePortManipulationTests-a9cc1b91-463a-40a-proj-role 2018-09-04 11:55:44,601 - keystone_utils - INFO - Granting role CreateInstancePortManipulationTests-a9cc1b91-463a-40a-proj-role to project CreateInstancePortManipulationTests-a9cc1b91-463a-40a-proj 2018-09-04 11:55:47,584 - create_image - INFO - Created image with name - CreateInstancePortManipulationTests-708bea66-aa21-4a9e-8a84-5c399a02f83c-image 2018-09-04 11:55:47,839 - create_image - INFO - Image is now active with name - CreateInstancePortManipulationTests-708bea66-aa21-4a9e-8a84-5c399a02f83c-image 2018-09-04 11:55:48,412 - neutron_utils - INFO - Creating network with name CreateInstancePortManipulationTests-708bea66-aa21-4a9e-8a84-5c399a02f83c-pub-net 2018-09-04 11:55:49,415 - neutron_utils - INFO - Creating subnet with name CreateInstancePortManipulationTests-708bea66-aa21-4a9e-8a84-5c399a02f83c-pub-subnet 2018-09-04 11:55:51,906 - neutron_utils - INFO - Creating network with name CreateInstancePortManipulationTests-708bea66-aa21-4a9e-8a84-5c399a02f83cnet2 2018-09-04 11:55:52,748 - neutron_utils - INFO - Creating subnet with name CreateInstancePortManipulationTests-708bea66-aa21-4a9e-8a84-5c399a02f83c-subnet1 2018-09-04 11:55:53,391 - neutron_utils - INFO - Creating subnet with name CreateInstancePortManipulationTests-708bea66-aa21-4a9e-8a84-5c399a02f83c-subnet2 2018-09-04 11:55:58,396 - neutron_utils - INFO - Creating port for network with name - CreateInstancePortManipulationTests-708bea66-aa21-4a9e-8a84-5c399a02f83cnet2 2018-09-04 11:55:59,979 - nova_utils - INFO - Creating VM with name - CreateInstancePortManipulationTests-708bea66-aa21-4a9e-8a84-5c399a02f83c-inst 2018-09-04 11:56:02,112 - create_instance - INFO - Created instance with name - CreateInstancePortManipulationTests-708bea66-aa21-4a9e-8a84-5c399a02f83c-inst 2018-09-04 11:56:09,701 - create_instance - INFO - VM is - ACTIVE 2018-09-04 11:56:10,505 - create_instance - INFO - Deleting Port with ID - 5fb013d6-43e6-4d00-97c1-626647a33c0b 2018-09-04 11:56:10,505 - neutron_utils - INFO - Deleting port with name CreateInstancePortManipulationTests-708bea66-aa21-4a9e-8a84-5c399a02f83cport-1 2018-09-04 11:56:11,162 - create_instance - INFO - Deleting VM instance - CreateInstancePortManipulationTests-708bea66-aa21-4a9e-8a84-5c399a02f83c-inst 2018-09-04 11:56:11,334 - create_instance - INFO - Checking deletion status 2018-09-04 11:56:14,842 - create_instance - INFO - VM has been properly deleted VM with name - CreateInstancePortManipulationTests-708bea66-aa21-4a9e-8a84-5c399a02f83c-inst 2018-09-04 11:56:14,880 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-708bea66-aa21-4a9e-8a84-5c399a02f83c-pub-subnet 2018-09-04 11:56:14,880 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-708bea66-aa21-4a9e-8a84-5c399a02f83c-pub-subnet 2018-09-04 11:56:17,410 - neutron_utils - INFO - Deleting network with name CreateInstancePortManipulationTests-708bea66-aa21-4a9e-8a84-5c399a02f83c-pub-net 2018-09-04 11:56:18,655 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-708bea66-aa21-4a9e-8a84-5c399a02f83c-subnet2 2018-09-04 11:56:18,655 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-708bea66-aa21-4a9e-8a84-5c399a02f83c-subnet2 2018-09-04 11:56:21,126 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-708bea66-aa21-4a9e-8a84-5c399a02f83c-subnet1 2018-09-04 11:56:21,126 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-708bea66-aa21-4a9e-8a84-5c399a02f83c-subnet1 2018-09-04 11:56:23,370 - neutron_utils - INFO - Deleting network with name CreateInstancePortManipulationTests-708bea66-aa21-4a9e-8a84-5c399a02f83cnet2 2018-09-04 11:56:24,949 - glance_utils - INFO - Deleting image named - CreateInstancePortManipulationTests-708bea66-aa21-4a9e-8a84-5c399a02f83c-image 2018-09-04 11:56:27,528 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 260f5ba3-4b78-4cf8-b641-096e472bae37 2018-09-04 11:56:27,716 - neutron_utils - INFO - Deleting security group with name - default 2018-09-04 11:56:28,038 - keystone_utils - INFO - Deleting project with name - CreateInstancePortManipulationTests-a9cc1b91-463a-40a-proj 2018-09-04 11:56:28,378 - keystone_utils - INFO - Deleting role with name - CreateInstancePortManipulationTests-a9cc1b91-463a-40a-proj-role 2018-09-04 11:56:28,580 - keystone_utils - INFO - Deleting user with name - CreateInstancePortManipulationTests-a9cc1b91-463a-40a-user 2018-09-04 11:56:30,015 - keystone_utils - INFO - Created project with name - InstanceSecurityGroupTests-7abee92d-a622-4e2-proj 2018-09-04 11:56:31,033 - keystone_utils - INFO - Created user with name - InstanceSecurityGroupTests-7abee92d-a622-4e2-user 2018-09-04 11:56:31,230 - keystone_utils - INFO - Created role with name - InstanceSecurityGroupTests-7abee92d-a622-4e2-proj-role 2018-09-04 11:56:31,321 - keystone_utils - INFO - Granting role InstanceSecurityGroupTests-7abee92d-a622-4e2-proj-role to project InstanceSecurityGroupTests-7abee92d-a622-4e2-proj 2018-09-04 11:56:34,616 - create_image - INFO - Created image with name - InstanceSecurityGroupTests-04d3825c-eea7-45e4-8e42-cb8a3d2c951c-image 2018-09-04 11:56:34,780 - create_image - INFO - Image is now active with name - InstanceSecurityGroupTests-04d3825c-eea7-45e4-8e42-cb8a3d2c951c-image 2018-09-04 11:56:35,414 - neutron_utils - INFO - Creating network with name InstanceSecurityGroupTests-04d3825c-eea7-45e4-8e42-cb8a3d2c951c-pub-net 2018-09-04 11:56:36,430 - neutron_utils - INFO - Creating subnet with name InstanceSecurityGroupTests-04d3825c-eea7-45e4-8e42-cb8a3d2c951c-pub-subnet 2018-09-04 11:56:41,852 - neutron_utils - INFO - Creating port for network with name - InstanceSecurityGroupTests-04d3825c-eea7-45e4-8e42-cb8a3d2c951c-pub-net 2018-09-04 11:56:43,465 - nova_utils - INFO - Creating VM with name - InstanceSecurityGroupTests-04d3825c-eea7-45e4-8e42-cb8a3d2c951c-inst 2018-09-04 11:56:45,094 - create_instance - INFO - Created instance with name - InstanceSecurityGroupTests-04d3825c-eea7-45e4-8e42-cb8a3d2c951c-inst 2018-09-04 11:56:52,563 - create_instance - INFO - VM is - ACTIVE 2018-09-04 11:56:54,458 - OpenStackSecurityGroup - INFO - Creating security group InstanceSecurityGroupTests-04d3825c-eea7-45e4-8e42-cb8a3d2c951c-name... 2018-09-04 11:56:54,458 - neutron_utils - INFO - Creating security group with name - InstanceSecurityGroupTests-04d3825c-eea7-45e4-8e42-cb8a3d2c951c-name 2018-09-04 11:56:55,046 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - fb5e5862-60e4-438d-bce9-ae888dae42fb 2018-09-04 11:56:55,205 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - fb5e5862-60e4-438d-bce9-ae888dae42fb 2018-09-04 11:56:55,382 - neutron_utils - INFO - Retrieving security group with ID - fb5e5862-60e4-438d-bce9-ae888dae42fb 2018-09-04 11:56:55,474 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - fb5e5862-60e4-438d-bce9-ae888dae42fb 2018-09-04 11:56:55,654 - neutron_utils - INFO - Retrieving security group with ID - fb5e5862-60e4-438d-bce9-ae888dae42fb 2018-09-04 11:56:55,702 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - fb5e5862-60e4-438d-bce9-ae888dae42fb 2018-09-04 11:56:55,900 - neutron_utils - INFO - Retrieving security group with ID - fb5e5862-60e4-438d-bce9-ae888dae42fb 2018-09-04 11:56:55,951 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - fb5e5862-60e4-438d-bce9-ae888dae42fb 2018-09-04 11:56:56,137 - neutron_utils - INFO - Deleting security group rule with ID - ae696058-478a-4f43-9946-6c0595a566d5 2018-09-04 11:56:56,445 - neutron_utils - INFO - Deleting security group rule with ID - a2350c4b-8689-4c2c-83e9-fc0daa2fbb1c 2018-09-04 11:56:56,706 - neutron_utils - INFO - Deleting security group with name - InstanceSecurityGroupTests-04d3825c-eea7-45e4-8e42-cb8a3d2c951c-name 2018-09-04 11:57:00,035 - create_instance - INFO - VM is - ACTIVE 2018-09-04 11:57:02,870 - nova_utils - ERROR - Unexpected error while adding security group [InstanceSecurityGroupTests-04d3825c-eea7-45e4-8e42-cb8a3d2c951c-name] - Security group InstanceSecurityGroupTests-04d3825c-eea7-45e4-8e42-cb8a3d2c951c-name is not found for project dc6245b536164b7ba2bc059937bee4b6 (HTTP 404) (Request-ID: req-6c18d8e5-886f-4524-bbf6-de18b8490741) 2018-09-04 11:57:02,870 - create_instance - WARNING - Security group not added - Security group InstanceSecurityGroupTests-04d3825c-eea7-45e4-8e42-cb8a3d2c951c-name is not found for project dc6245b536164b7ba2bc059937bee4b6 (HTTP 404) (Request-ID: req-6c18d8e5-886f-4524-bbf6-de18b8490741) 2018-09-04 11:57:04,863 - create_instance - INFO - Deleting Port with ID - e9fb8cf2-a1f2-4f33-8e72-e6915e6adbb2 2018-09-04 11:57:04,863 - neutron_utils - INFO - Deleting port with name InstanceSecurityGroupTests-04d3825c-eea7-45e4-8e42-cb8a3d2c951c-port 2018-09-04 11:57:05,419 - create_instance - INFO - Deleting VM instance - InstanceSecurityGroupTests-04d3825c-eea7-45e4-8e42-cb8a3d2c951c-inst 2018-09-04 11:57:05,604 - create_instance - INFO - Checking deletion status 2018-09-04 11:57:08,900 - create_instance - INFO - VM has been properly deleted VM with name - InstanceSecurityGroupTests-04d3825c-eea7-45e4-8e42-cb8a3d2c951c-inst 2018-09-04 11:57:08,952 - neutron_utils - INFO - Deleting subnet with name InstanceSecurityGroupTests-04d3825c-eea7-45e4-8e42-cb8a3d2c951c-pub-subnet 2018-09-04 11:57:08,952 - neutron_utils - INFO - Deleting subnet with name InstanceSecurityGroupTests-04d3825c-eea7-45e4-8e42-cb8a3d2c951c-pub-subnet 2018-09-04 11:57:11,391 - neutron_utils - INFO - Deleting network with name InstanceSecurityGroupTests-04d3825c-eea7-45e4-8e42-cb8a3d2c951c-pub-net 2018-09-04 11:57:12,571 - glance_utils - INFO - Deleting image named - InstanceSecurityGroupTests-04d3825c-eea7-45e4-8e42-cb8a3d2c951c-image 2018-09-04 11:57:15,902 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - ff7d055e-0927-4f6d-b0fe-eaa9eb00fe29 2018-09-04 11:57:16,069 - neutron_utils - INFO - Deleting security group with name - default 2018-09-04 11:57:16,523 - keystone_utils - INFO - Deleting project with name - InstanceSecurityGroupTests-7abee92d-a622-4e2-proj 2018-09-04 11:57:16,833 - keystone_utils - INFO - Deleting role with name - InstanceSecurityGroupTests-7abee92d-a622-4e2-proj-role 2018-09-04 11:57:17,037 - keystone_utils - INFO - Deleting user with name - InstanceSecurityGroupTests-7abee92d-a622-4e2-user 2018-09-04 11:57:18,381 - keystone_utils - INFO - Created project with name - InstanceSecurityGroupTests-b8844b04-049f-48a-proj 2018-09-04 11:57:19,614 - keystone_utils - INFO - Created user with name - InstanceSecurityGroupTests-b8844b04-049f-48a-user 2018-09-04 11:57:19,824 - keystone_utils - INFO - Created role with name - InstanceSecurityGroupTests-b8844b04-049f-48a-proj-role 2018-09-04 11:57:19,909 - keystone_utils - INFO - Granting role InstanceSecurityGroupTests-b8844b04-049f-48a-proj-role to project InstanceSecurityGroupTests-b8844b04-049f-48a-proj 2018-09-04 11:57:23,263 - create_image - INFO - Created image with name - InstanceSecurityGroupTests-e46d1cb8-a969-4369-ada0-56cfa162cba3-image 2018-09-04 11:57:23,435 - create_image - INFO - Image is now active with name - InstanceSecurityGroupTests-e46d1cb8-a969-4369-ada0-56cfa162cba3-image 2018-09-04 11:57:24,068 - neutron_utils - INFO - Creating network with name InstanceSecurityGroupTests-e46d1cb8-a969-4369-ada0-56cfa162cba3-pub-net 2018-09-04 11:57:25,151 - neutron_utils - INFO - Creating subnet with name InstanceSecurityGroupTests-e46d1cb8-a969-4369-ada0-56cfa162cba3-pub-subnet 2018-09-04 11:57:27,784 - OpenStackSecurityGroup - INFO - Creating security group InstanceSecurityGroupTests-e46d1cb8-a969-4369-ada0-56cfa162cba3-name... 2018-09-04 11:57:27,785 - neutron_utils - INFO - Creating security group with name - InstanceSecurityGroupTests-e46d1cb8-a969-4369-ada0-56cfa162cba3-name 2018-09-04 11:57:28,220 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - bde3a086-07be-459f-8acc-36b72a037c72 2018-09-04 11:57:28,406 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - bde3a086-07be-459f-8acc-36b72a037c72 2018-09-04 11:57:28,433 - neutron_utils - INFO - Retrieving security group with ID - bde3a086-07be-459f-8acc-36b72a037c72 2018-09-04 11:57:28,636 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - bde3a086-07be-459f-8acc-36b72a037c72 2018-09-04 11:57:28,801 - neutron_utils - INFO - Retrieving security group with ID - bde3a086-07be-459f-8acc-36b72a037c72 2018-09-04 11:57:28,860 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - bde3a086-07be-459f-8acc-36b72a037c72 2018-09-04 11:57:28,891 - neutron_utils - INFO - Retrieving security group with ID - bde3a086-07be-459f-8acc-36b72a037c72 2018-09-04 11:57:28,943 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - bde3a086-07be-459f-8acc-36b72a037c72 2018-09-04 11:57:32,930 - neutron_utils - INFO - Creating port for network with name - InstanceSecurityGroupTests-e46d1cb8-a969-4369-ada0-56cfa162cba3-pub-net 2018-09-04 11:57:34,506 - nova_utils - INFO - Creating VM with name - InstanceSecurityGroupTests-e46d1cb8-a969-4369-ada0-56cfa162cba3-inst 2018-09-04 11:57:37,268 - create_instance - INFO - Created instance with name - InstanceSecurityGroupTests-e46d1cb8-a969-4369-ada0-56cfa162cba3-inst 2018-09-04 11:57:44,652 - create_instance - INFO - VM is - ACTIVE 2018-09-04 11:57:46,348 - create_instance - INFO - VM is - ACTIVE 2018-09-04 11:57:51,725 - create_instance - INFO - VM is - ACTIVE 2018-09-04 11:57:54,686 - nova_utils - WARNING - Security group [InstanceSecurityGroupTests-e46d1cb8-a969-4369-ada0-56cfa162cba3-name] already added to VM [InstanceSecurityGroupTests-e46d1cb8-a969-4369-ada0-56cfa162cba3-inst] 2018-09-04 11:57:56,395 - create_instance - INFO - Deleting Port with ID - 6245ef57-716b-4641-b193-e19393c2a636 2018-09-04 11:57:56,395 - neutron_utils - INFO - Deleting port with name InstanceSecurityGroupTests-e46d1cb8-a969-4369-ada0-56cfa162cba3-port 2018-09-04 11:57:56,858 - create_instance - INFO - Deleting VM instance - InstanceSecurityGroupTests-e46d1cb8-a969-4369-ada0-56cfa162cba3-inst 2018-09-04 11:57:57,017 - create_instance - INFO - Checking deletion status 2018-09-04 11:58:00,304 - create_instance - INFO - VM has been properly deleted VM with name - InstanceSecurityGroupTests-e46d1cb8-a969-4369-ada0-56cfa162cba3-inst 2018-09-04 11:58:00,305 - neutron_utils - INFO - Deleting security group rule with ID - 7ba1c1da-c0f4-4deb-a619-cd1419dcba1d 2018-09-04 11:58:00,569 - neutron_utils - INFO - Deleting security group rule with ID - 962624c2-ce56-4847-8021-c2c7869de172 2018-09-04 11:58:00,828 - neutron_utils - INFO - Deleting security group with name - InstanceSecurityGroupTests-e46d1cb8-a969-4369-ada0-56cfa162cba3-name 2018-09-04 11:58:01,179 - neutron_utils - INFO - Deleting subnet with name InstanceSecurityGroupTests-e46d1cb8-a969-4369-ada0-56cfa162cba3-pub-subnet 2018-09-04 11:58:01,179 - neutron_utils - INFO - Deleting subnet with name InstanceSecurityGroupTests-e46d1cb8-a969-4369-ada0-56cfa162cba3-pub-subnet 2018-09-04 11:58:03,711 - neutron_utils - INFO - Deleting network with name InstanceSecurityGroupTests-e46d1cb8-a969-4369-ada0-56cfa162cba3-pub-net 2018-09-04 11:58:05,259 - glance_utils - INFO - Deleting image named - InstanceSecurityGroupTests-e46d1cb8-a969-4369-ada0-56cfa162cba3-image 2018-09-04 11:58:07,355 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 68849c1d-360b-4d24-ab24-edc856a94ff0 2018-09-04 11:58:07,481 - neutron_utils - INFO - Deleting security group with name - default 2018-09-04 11:58:07,967 - keystone_utils - INFO - Deleting project with name - InstanceSecurityGroupTests-b8844b04-049f-48a-proj 2018-09-04 11:58:08,246 - keystone_utils - INFO - Deleting role with name - InstanceSecurityGroupTests-b8844b04-049f-48a-proj-role 2018-09-04 11:58:08,485 - keystone_utils - INFO - Deleting user with name - InstanceSecurityGroupTests-b8844b04-049f-48a-user 2018-09-04 11:58:10,022 - keystone_utils - INFO - Created project with name - InstanceSecurityGroupTests-432df432-edaf-4f3-proj 2018-09-04 11:58:11,003 - keystone_utils - INFO - Created user with name - InstanceSecurityGroupTests-432df432-edaf-4f3-user 2018-09-04 11:58:11,219 - keystone_utils - INFO - Created role with name - InstanceSecurityGroupTests-432df432-edaf-4f3-proj-role 2018-09-04 11:58:11,300 - keystone_utils - INFO - Granting role InstanceSecurityGroupTests-432df432-edaf-4f3-proj-role to project InstanceSecurityGroupTests-432df432-edaf-4f3-proj 2018-09-04 11:58:14,449 - create_image - INFO - Created image with name - InstanceSecurityGroupTests-87a6b381-b7ed-49e5-b4f8-ca290c627edb-image 2018-09-04 11:58:14,470 - create_image - INFO - Image is now active with name - InstanceSecurityGroupTests-87a6b381-b7ed-49e5-b4f8-ca290c627edb-image 2018-09-04 11:58:15,090 - neutron_utils - INFO - Creating network with name InstanceSecurityGroupTests-87a6b381-b7ed-49e5-b4f8-ca290c627edb-pub-net 2018-09-04 11:58:16,295 - neutron_utils - INFO - Creating subnet with name InstanceSecurityGroupTests-87a6b381-b7ed-49e5-b4f8-ca290c627edb-pub-subnet 2018-09-04 11:58:21,794 - neutron_utils - INFO - Creating port for network with name - InstanceSecurityGroupTests-87a6b381-b7ed-49e5-b4f8-ca290c627edb-pub-net 2018-09-04 11:58:23,490 - nova_utils - INFO - Creating VM with name - InstanceSecurityGroupTests-87a6b381-b7ed-49e5-b4f8-ca290c627edb-inst 2018-09-04 11:58:25,626 - create_instance - INFO - Created instance with name - InstanceSecurityGroupTests-87a6b381-b7ed-49e5-b4f8-ca290c627edb-inst 2018-09-04 11:58:33,394 - create_instance - INFO - VM is - ACTIVE 2018-09-04 11:58:34,907 - OpenStackSecurityGroup - INFO - Creating security group InstanceSecurityGroupTests-87a6b381-b7ed-49e5-b4f8-ca290c627edb-name... 2018-09-04 11:58:34,907 - neutron_utils - INFO - Creating security group with name - InstanceSecurityGroupTests-87a6b381-b7ed-49e5-b4f8-ca290c627edb-name 2018-09-04 11:58:35,293 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - f08a6761-3e1a-4644-b6a2-d9c7bfcdddb3 2018-09-04 11:58:35,463 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - f08a6761-3e1a-4644-b6a2-d9c7bfcdddb3 2018-09-04 11:58:35,498 - neutron_utils - INFO - Retrieving security group with ID - f08a6761-3e1a-4644-b6a2-d9c7bfcdddb3 2018-09-04 11:58:35,700 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - f08a6761-3e1a-4644-b6a2-d9c7bfcdddb3 2018-09-04 11:58:35,878 - neutron_utils - INFO - Retrieving security group with ID - f08a6761-3e1a-4644-b6a2-d9c7bfcdddb3 2018-09-04 11:58:36,071 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - f08a6761-3e1a-4644-b6a2-d9c7bfcdddb3 2018-09-04 11:58:36,099 - neutron_utils - INFO - Retrieving security group with ID - f08a6761-3e1a-4644-b6a2-d9c7bfcdddb3 2018-09-04 11:58:36,297 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - f08a6761-3e1a-4644-b6a2-d9c7bfcdddb3 2018-09-04 11:58:39,262 - create_instance - INFO - VM is - ACTIVE 2018-09-04 11:58:43,927 - create_instance - INFO - Deleting Port with ID - ede9d863-db1b-4c7b-865a-c4f46c9d4bc3 2018-09-04 11:58:43,927 - neutron_utils - INFO - Deleting port with name InstanceSecurityGroupTests-87a6b381-b7ed-49e5-b4f8-ca290c627edb-port 2018-09-04 11:58:44,468 - create_instance - INFO - Deleting VM instance - InstanceSecurityGroupTests-87a6b381-b7ed-49e5-b4f8-ca290c627edb-inst 2018-09-04 11:58:44,664 - create_instance - INFO - Checking deletion status 2018-09-04 11:58:47,953 - create_instance - INFO - VM has been properly deleted VM with name - InstanceSecurityGroupTests-87a6b381-b7ed-49e5-b4f8-ca290c627edb-inst 2018-09-04 11:58:47,954 - neutron_utils - INFO - Deleting security group rule with ID - 6d4f5870-75c5-4607-8361-03f5d0027904 2018-09-04 11:58:48,071 - neutron_utils - INFO - Deleting security group rule with ID - 31d71246-577d-4c52-91fd-8f101e306e51 2018-09-04 11:58:48,463 - neutron_utils - INFO - Deleting security group with name - InstanceSecurityGroupTests-87a6b381-b7ed-49e5-b4f8-ca290c627edb-name 2018-09-04 11:58:48,766 - neutron_utils - INFO - Deleting subnet with name InstanceSecurityGroupTests-87a6b381-b7ed-49e5-b4f8-ca290c627edb-pub-subnet 2018-09-04 11:58:48,766 - neutron_utils - INFO - Deleting subnet with name InstanceSecurityGroupTests-87a6b381-b7ed-49e5-b4f8-ca290c627edb-pub-subnet 2018-09-04 11:58:51,391 - neutron_utils - INFO - Deleting network with name InstanceSecurityGroupTests-87a6b381-b7ed-49e5-b4f8-ca290c627edb-pub-net 2018-09-04 11:58:52,773 - glance_utils - INFO - Deleting image named - InstanceSecurityGroupTests-87a6b381-b7ed-49e5-b4f8-ca290c627edb-image 2018-09-04 11:58:55,116 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 905cf332-e568-4e9c-aaee-a297de54471b 2018-09-04 11:58:55,287 - neutron_utils - INFO - Deleting security group with name - default 2018-09-04 11:58:55,630 - keystone_utils - INFO - Deleting project with name - InstanceSecurityGroupTests-432df432-edaf-4f3-proj 2018-09-04 11:58:55,899 - keystone_utils - INFO - Deleting role with name - InstanceSecurityGroupTests-432df432-edaf-4f3-proj-role 2018-09-04 11:58:56,108 - keystone_utils - INFO - Deleting user with name - InstanceSecurityGroupTests-432df432-edaf-4f3-user 2018-09-04 11:58:57,537 - keystone_utils - INFO - Created project with name - InstanceSecurityGroupTests-dfef4574-8389-431-proj 2018-09-04 11:58:58,478 - keystone_utils - INFO - Created user with name - InstanceSecurityGroupTests-dfef4574-8389-431-user 2018-09-04 11:58:58,674 - keystone_utils - INFO - Created role with name - InstanceSecurityGroupTests-dfef4574-8389-431-proj-role 2018-09-04 11:58:58,765 - keystone_utils - INFO - Granting role InstanceSecurityGroupTests-dfef4574-8389-431-proj-role to project InstanceSecurityGroupTests-dfef4574-8389-431-proj 2018-09-04 11:59:01,886 - create_image - INFO - Created image with name - InstanceSecurityGroupTests-20493fa6-f9ee-4cce-92a0-dfe3de95fd1c-image 2018-09-04 11:59:01,906 - create_image - INFO - Image is now active with name - InstanceSecurityGroupTests-20493fa6-f9ee-4cce-92a0-dfe3de95fd1c-image 2018-09-04 11:59:02,539 - neutron_utils - INFO - Creating network with name InstanceSecurityGroupTests-20493fa6-f9ee-4cce-92a0-dfe3de95fd1c-pub-net 2018-09-04 11:59:03,563 - neutron_utils - INFO - Creating subnet with name InstanceSecurityGroupTests-20493fa6-f9ee-4cce-92a0-dfe3de95fd1c-pub-subnet 2018-09-04 11:59:05,915 - OpenStackSecurityGroup - INFO - Creating security group InstanceSecurityGroupTests-20493fa6-f9ee-4cce-92a0-dfe3de95fd1c-name... 2018-09-04 11:59:05,916 - neutron_utils - INFO - Creating security group with name - InstanceSecurityGroupTests-20493fa6-f9ee-4cce-92a0-dfe3de95fd1c-name 2018-09-04 11:59:06,304 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 7324443a-cc59-4ca2-a4bb-32b6cd4f1726 2018-09-04 11:59:06,499 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 7324443a-cc59-4ca2-a4bb-32b6cd4f1726 2018-09-04 11:59:06,677 - neutron_utils - INFO - Retrieving security group with ID - 7324443a-cc59-4ca2-a4bb-32b6cd4f1726 2018-09-04 11:59:06,869 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 7324443a-cc59-4ca2-a4bb-32b6cd4f1726 2018-09-04 11:59:07,047 - neutron_utils - INFO - Retrieving security group with ID - 7324443a-cc59-4ca2-a4bb-32b6cd4f1726 2018-09-04 11:59:07,098 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 7324443a-cc59-4ca2-a4bb-32b6cd4f1726 2018-09-04 11:59:07,269 - neutron_utils - INFO - Retrieving security group with ID - 7324443a-cc59-4ca2-a4bb-32b6cd4f1726 2018-09-04 11:59:07,462 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 7324443a-cc59-4ca2-a4bb-32b6cd4f1726 2018-09-04 11:59:11,532 - neutron_utils - INFO - Creating port for network with name - InstanceSecurityGroupTests-20493fa6-f9ee-4cce-92a0-dfe3de95fd1c-pub-net 2018-09-04 11:59:12,890 - nova_utils - INFO - Creating VM with name - InstanceSecurityGroupTests-20493fa6-f9ee-4cce-92a0-dfe3de95fd1c-inst 2018-09-04 11:59:15,224 - create_instance - INFO - Created instance with name - InstanceSecurityGroupTests-20493fa6-f9ee-4cce-92a0-dfe3de95fd1c-inst 2018-09-04 11:59:22,503 - create_instance - INFO - VM is - ACTIVE 2018-09-04 11:59:24,199 - create_instance - INFO - VM is - ACTIVE 2018-09-04 11:59:28,248 - create_instance - INFO - VM is - ACTIVE 2018-09-04 11:59:33,673 - create_instance - INFO - Deleting Port with ID - b549f167-ab85-4e7e-a866-043096e6c7ef 2018-09-04 11:59:33,673 - neutron_utils - INFO - Deleting port with name InstanceSecurityGroupTests-20493fa6-f9ee-4cce-92a0-dfe3de95fd1c-port 2018-09-04 11:59:34,261 - create_instance - INFO - Deleting VM instance - InstanceSecurityGroupTests-20493fa6-f9ee-4cce-92a0-dfe3de95fd1c-inst 2018-09-04 11:59:34,413 - create_instance - INFO - Checking deletion status 2018-09-04 11:59:40,952 - create_instance - INFO - VM has been properly deleted VM with name - InstanceSecurityGroupTests-20493fa6-f9ee-4cce-92a0-dfe3de95fd1c-inst 2018-09-04 11:59:40,953 - neutron_utils - INFO - Deleting security group rule with ID - 6854946f-485d-4b95-b5e3-4191ce8cfc87 2018-09-04 11:59:41,067 - neutron_utils - INFO - Deleting security group rule with ID - 9c6fefde-266f-45d6-b5e1-23e8e073b81b 2018-09-04 11:59:41,306 - neutron_utils - INFO - Deleting security group with name - InstanceSecurityGroupTests-20493fa6-f9ee-4cce-92a0-dfe3de95fd1c-name 2018-09-04 11:59:41,965 - neutron_utils - INFO - Deleting subnet with name InstanceSecurityGroupTests-20493fa6-f9ee-4cce-92a0-dfe3de95fd1c-pub-subnet 2018-09-04 11:59:41,965 - neutron_utils - INFO - Deleting subnet with name InstanceSecurityGroupTests-20493fa6-f9ee-4cce-92a0-dfe3de95fd1c-pub-subnet 2018-09-04 11:59:44,461 - neutron_utils - INFO - Deleting network with name InstanceSecurityGroupTests-20493fa6-f9ee-4cce-92a0-dfe3de95fd1c-pub-net 2018-09-04 11:59:46,278 - glance_utils - INFO - Deleting image named - InstanceSecurityGroupTests-20493fa6-f9ee-4cce-92a0-dfe3de95fd1c-image 2018-09-04 11:59:49,025 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 995d7f62-3dd4-4da8-8496-3dc814d02186 2018-09-04 11:59:49,212 - neutron_utils - INFO - Deleting security group with name - default 2018-09-04 11:59:49,589 - keystone_utils - INFO - Deleting project with name - InstanceSecurityGroupTests-dfef4574-8389-431-proj 2018-09-04 11:59:49,893 - keystone_utils - INFO - Deleting role with name - InstanceSecurityGroupTests-dfef4574-8389-431-proj-role 2018-09-04 11:59:50,110 - keystone_utils - INFO - Deleting user with name - InstanceSecurityGroupTests-dfef4574-8389-431-user 2018-09-04 11:59:51,584 - keystone_utils - INFO - Created project with name - InstanceSecurityGroupTests-81d23744-aa94-427-proj 2018-09-04 11:59:52,723 - keystone_utils - INFO - Created user with name - InstanceSecurityGroupTests-81d23744-aa94-427-user 2018-09-04 11:59:52,860 - keystone_utils - INFO - Created role with name - InstanceSecurityGroupTests-81d23744-aa94-427-proj-role 2018-09-04 11:59:52,878 - keystone_utils - INFO - Granting role InstanceSecurityGroupTests-81d23744-aa94-427-proj-role to project InstanceSecurityGroupTests-81d23744-aa94-427-proj 2018-09-04 11:59:56,917 - create_image - INFO - Created image with name - InstanceSecurityGroupTests-ddcc67d8-a111-447d-80b9-39a22e8da8eb-image 2018-09-04 11:59:57,082 - create_image - INFO - Image is now active with name - InstanceSecurityGroupTests-ddcc67d8-a111-447d-80b9-39a22e8da8eb-image 2018-09-04 11:59:57,699 - neutron_utils - INFO - Creating network with name InstanceSecurityGroupTests-ddcc67d8-a111-447d-80b9-39a22e8da8eb-pub-net 2018-09-04 11:59:58,737 - neutron_utils - INFO - Creating subnet with name InstanceSecurityGroupTests-ddcc67d8-a111-447d-80b9-39a22e8da8eb-pub-subnet 2018-09-04 12:00:01,446 - OpenStackSecurityGroup - INFO - Creating security group InstanceSecurityGroupTests-ddcc67d8-a111-447d-80b9-39a22e8da8eb-name... 2018-09-04 12:00:01,446 - neutron_utils - INFO - Creating security group with name - InstanceSecurityGroupTests-ddcc67d8-a111-447d-80b9-39a22e8da8eb-name 2018-09-04 12:00:01,802 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 4ef9a0e9-69cf-4c6a-a733-0c0ed9b7bccf 2018-09-04 12:00:01,998 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 4ef9a0e9-69cf-4c6a-a733-0c0ed9b7bccf 2018-09-04 12:00:02,182 - neutron_utils - INFO - Retrieving security group with ID - 4ef9a0e9-69cf-4c6a-a733-0c0ed9b7bccf 2018-09-04 12:00:02,272 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 4ef9a0e9-69cf-4c6a-a733-0c0ed9b7bccf 2018-09-04 12:00:02,445 - neutron_utils - INFO - Retrieving security group with ID - 4ef9a0e9-69cf-4c6a-a733-0c0ed9b7bccf 2018-09-04 12:00:02,638 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 4ef9a0e9-69cf-4c6a-a733-0c0ed9b7bccf 2018-09-04 12:00:02,811 - neutron_utils - INFO - Retrieving security group with ID - 4ef9a0e9-69cf-4c6a-a733-0c0ed9b7bccf 2018-09-04 12:00:02,864 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 4ef9a0e9-69cf-4c6a-a733-0c0ed9b7bccf 2018-09-04 12:00:06,718 - neutron_utils - INFO - Creating port for network with name - InstanceSecurityGroupTests-ddcc67d8-a111-447d-80b9-39a22e8da8eb-pub-net 2018-09-04 12:00:08,423 - nova_utils - INFO - Creating VM with name - InstanceSecurityGroupTests-ddcc67d8-a111-447d-80b9-39a22e8da8eb-inst 2018-09-04 12:00:10,572 - create_instance - INFO - Created instance with name - InstanceSecurityGroupTests-ddcc67d8-a111-447d-80b9-39a22e8da8eb-inst 2018-09-04 12:00:18,136 - create_instance - INFO - VM is - ACTIVE 2018-09-04 12:00:22,394 - create_instance - INFO - VM is - ACTIVE 2018-09-04 12:00:24,283 - create_instance - WARNING - Security group not removed - Security group InstanceSecurityGroupTests-ddcc67d8-a111-447d-80b9-39a22e8da8eb-name not associated with the instance 256248cb-a116-4d3d-8645-1e99186a3d36 (HTTP 404) (Request-ID: req-1ec2674d-8748-4457-b247-5db61585136f) 2018-09-04 12:00:26,060 - create_instance - INFO - Deleting Port with ID - 33145e50-8061-4617-ba0b-ef8aabd721b5 2018-09-04 12:00:26,060 - neutron_utils - INFO - Deleting port with name InstanceSecurityGroupTests-ddcc67d8-a111-447d-80b9-39a22e8da8eb-port 2018-09-04 12:00:26,827 - create_instance - INFO - Deleting VM instance - InstanceSecurityGroupTests-ddcc67d8-a111-447d-80b9-39a22e8da8eb-inst 2018-09-04 12:00:26,983 - create_instance - INFO - Checking deletion status 2018-09-04 12:00:30,410 - create_instance - INFO - VM has been properly deleted VM with name - InstanceSecurityGroupTests-ddcc67d8-a111-447d-80b9-39a22e8da8eb-inst 2018-09-04 12:00:30,411 - neutron_utils - INFO - Deleting security group rule with ID - 3dbc8609-b561-4c9a-b84b-c19d87c773ee 2018-09-04 12:00:30,696 - neutron_utils - INFO - Deleting security group rule with ID - 0da0cd35-d055-4670-9481-18f4dbb017c2 2018-09-04 12:00:30,936 - neutron_utils - INFO - Deleting security group with name - InstanceSecurityGroupTests-ddcc67d8-a111-447d-80b9-39a22e8da8eb-name 2018-09-04 12:00:31,288 - neutron_utils - INFO - Deleting subnet with name InstanceSecurityGroupTests-ddcc67d8-a111-447d-80b9-39a22e8da8eb-pub-subnet 2018-09-04 12:00:31,288 - neutron_utils - INFO - Deleting subnet with name InstanceSecurityGroupTests-ddcc67d8-a111-447d-80b9-39a22e8da8eb-pub-subnet 2018-09-04 12:00:33,792 - neutron_utils - INFO - Deleting network with name InstanceSecurityGroupTests-ddcc67d8-a111-447d-80b9-39a22e8da8eb-pub-net 2018-09-04 12:00:35,271 - glance_utils - INFO - Deleting image named - InstanceSecurityGroupTests-ddcc67d8-a111-447d-80b9-39a22e8da8eb-image 2018-09-04 12:00:38,679 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 62ae41a4-2d54-4fd5-a5ce-c1586bd15082 2018-09-04 12:00:38,850 - neutron_utils - INFO - Deleting security group with name - default 2018-09-04 12:00:39,176 - keystone_utils - INFO - Deleting project with name - InstanceSecurityGroupTests-81d23744-aa94-427-proj 2018-09-04 12:00:39,498 - keystone_utils - INFO - Deleting role with name - InstanceSecurityGroupTests-81d23744-aa94-427-proj-role 2018-09-04 12:00:39,716 - keystone_utils - INFO - Deleting user with name - InstanceSecurityGroupTests-81d23744-aa94-427-user 2018-09-04 12:00:41,124 - keystone_utils - INFO - Created project with name - CreateInstanceOnComputeHost-dbf5267d-b9f0-4b1-proj 2018-09-04 12:00:42,189 - keystone_utils - INFO - Created user with name - CreateInstanceOnComputeHost-dbf5267d-b9f0-4b1-user 2018-09-04 12:00:42,454 - keystone_utils - INFO - Created role with name - CreateInstanceOnComputeHost-dbf5267d-b9f0-4b1-proj-role 2018-09-04 12:00:42,537 - keystone_utils - INFO - Granting role CreateInstanceOnComputeHost-dbf5267d-b9f0-4b1-proj-role to project CreateInstanceOnComputeHost-dbf5267d-b9f0-4b1-proj 2018-09-04 12:00:43,325 - neutron_utils - INFO - Creating network with name CreateInstanceOnComputeHost-3f56f306-34a2-4fdf-9982-c737b29b9721-priv-net 2018-09-04 12:00:44,350 - neutron_utils - INFO - Creating subnet with name CreateInstanceOnComputeHost-3f56f306-34a2-4fdf-9982-c737b29b9721-priv-subnet 2018-09-04 12:00:49,056 - create_image - INFO - Created image with name - CreateInstanceOnComputeHost-3f56f306-34a2-4fdf-9982-c737b29b9721-image 2018-09-04 12:00:49,214 - create_image - INFO - Image is now active with name - CreateInstanceOnComputeHost-3f56f306-34a2-4fdf-9982-c737b29b9721-image 2018-09-04 12:00:53,427 - neutron_utils - INFO - Creating port for network with name - CreateInstanceOnComputeHost-3f56f306-34a2-4fdf-9982-c737b29b9721-priv-net 2018-09-04 12:00:55,187 - nova_utils - INFO - Creating VM with name - CreateInstanceOnComputeHost-3f56f306-34a2-4fdf-9982-c737b29b9721-inst-nova:overcloud-novacompute-0.opnfvlf.org 2018-09-04 12:00:57,181 - create_instance - INFO - Created instance with name - CreateInstanceOnComputeHost-3f56f306-34a2-4fdf-9982-c737b29b9721-inst-nova:overcloud-novacompute-0.opnfvlf.org 2018-09-04 12:01:08,310 - create_instance - INFO - VM is - ACTIVE 2018-09-04 12:01:14,994 - neutron_utils - INFO - Creating port for network with name - CreateInstanceOnComputeHost-3f56f306-34a2-4fdf-9982-c737b29b9721-priv-net 2018-09-04 12:01:16,732 - nova_utils - INFO - Creating VM with name - CreateInstanceOnComputeHost-3f56f306-34a2-4fdf-9982-c737b29b9721-inst-nova:overcloud-novacompute-1.opnfvlf.org 2018-09-04 12:01:18,957 - create_instance - INFO - Created instance with name - CreateInstanceOnComputeHost-3f56f306-34a2-4fdf-9982-c737b29b9721-inst-nova:overcloud-novacompute-1.opnfvlf.org 2018-09-04 12:01:26,083 - create_instance - INFO - VM is - ACTIVE 2018-09-04 12:01:29,235 - create_instance - INFO - VM is - ACTIVE 2018-09-04 12:01:31,317 - create_instance - INFO - VM is - ACTIVE 2018-09-04 12:01:32,862 - create_instance - INFO - Deleting Port with ID - 417e9389-c2ee-4f8c-88bf-709635b2f35a 2018-09-04 12:01:32,862 - neutron_utils - INFO - Deleting port with name CreateInstanceOnComputeHost-3f56f306-34a2-4fdf-9982-c737b29b9721port-1 2018-09-04 12:01:33,446 - create_instance - INFO - Deleting VM instance - CreateInstanceOnComputeHost-3f56f306-34a2-4fdf-9982-c737b29b9721-inst-nova:overcloud-novacompute-0.opnfvlf.org 2018-09-04 12:01:33,605 - create_instance - INFO - Checking deletion status 2018-09-04 12:01:37,085 - create_instance - INFO - VM has been properly deleted VM with name - CreateInstanceOnComputeHost-3f56f306-34a2-4fdf-9982-c737b29b9721-inst-nova:overcloud-novacompute-0.opnfvlf.org 2018-09-04 12:01:37,086 - create_instance - INFO - Deleting Port with ID - 36f95788-310b-47ec-b1ef-15ae5b486420 2018-09-04 12:01:37,086 - neutron_utils - INFO - Deleting port with name CreateInstanceOnComputeHost-3f56f306-34a2-4fdf-9982-c737b29b9721port-2 2018-09-04 12:01:37,513 - create_instance - INFO - Deleting VM instance - CreateInstanceOnComputeHost-3f56f306-34a2-4fdf-9982-c737b29b9721-inst-nova:overcloud-novacompute-1.opnfvlf.org 2018-09-04 12:01:37,667 - create_instance - INFO - Checking deletion status 2018-09-04 12:01:40,959 - create_instance - INFO - VM has been properly deleted VM with name - CreateInstanceOnComputeHost-3f56f306-34a2-4fdf-9982-c737b29b9721-inst-nova:overcloud-novacompute-1.opnfvlf.org 2018-09-04 12:01:40,995 - neutron_utils - INFO - Deleting subnet with name CreateInstanceOnComputeHost-3f56f306-34a2-4fdf-9982-c737b29b9721-priv-subnet 2018-09-04 12:01:40,995 - neutron_utils - INFO - Deleting subnet with name CreateInstanceOnComputeHost-3f56f306-34a2-4fdf-9982-c737b29b9721-priv-subnet 2018-09-04 12:01:43,141 - neutron_utils - INFO - Deleting network with name CreateInstanceOnComputeHost-3f56f306-34a2-4fdf-9982-c737b29b9721-priv-net 2018-09-04 12:01:44,764 - glance_utils - INFO - Deleting image named - CreateInstanceOnComputeHost-3f56f306-34a2-4fdf-9982-c737b29b9721-image 2018-09-04 12:01:47,999 - keystone_utils - INFO - Deleting project with name - CreateInstanceOnComputeHost-dbf5267d-b9f0-4b1-proj 2018-09-04 12:01:48,289 - keystone_utils - INFO - Deleting role with name - CreateInstanceOnComputeHost-dbf5267d-b9f0-4b1-proj-role 2018-09-04 12:01:48,539 - keystone_utils - INFO - Deleting user with name - CreateInstanceOnComputeHost-dbf5267d-b9f0-4b1-user 2018-09-04 12:01:49,999 - keystone_utils - INFO - Created project with name - CreateInstanceFromThreePartImage-2d93376b-86c4-460-proj 2018-09-04 12:01:51,059 - keystone_utils - INFO - Created user with name - CreateInstanceFromThreePartImage-2d93376b-86c4-460-user 2018-09-04 12:01:51,286 - keystone_utils - INFO - Created role with name - CreateInstanceFromThreePartImage-2d93376b-86c4-460-proj-role 2018-09-04 12:01:51,371 - keystone_utils - INFO - Granting role CreateInstanceFromThreePartImage-2d93376b-86c4-460-proj-role to project CreateInstanceFromThreePartImage-2d93376b-86c4-460-proj 2018-09-04 12:01:51,512 - create_instance_tests - WARNING - 3 Part image will not be tested. Image metadata has overridden this functionality 2018-09-04 12:01:54,426 - create_image - INFO - Created image with name - CreateInstanceFromThreePartImage-ac39ecfe-0303-4916-8b40-f501653cfe3d 2018-09-04 12:01:54,672 - create_image - INFO - Image is now active with name - CreateInstanceFromThreePartImage-ac39ecfe-0303-4916-8b40-f501653cfe3d 2018-09-04 12:01:56,023 - neutron_utils - INFO - Creating network with name CreateInstanceFromThreePartImage-ac39ecfe-0303-4916-8b40-f501653cfe3d-pub-net 2018-09-04 12:01:56,999 - neutron_utils - INFO - Creating subnet with name CreateInstanceFromThreePartImage-ac39ecfe-0303-4916-8b40-f501653cfe3d-pub-subnet 2018-09-04 12:02:01,649 - neutron_utils - INFO - Creating port for network with name - CreateInstanceFromThreePartImage-ac39ecfe-0303-4916-8b40-f501653cfe3d-pub-net 2018-09-04 12:02:03,181 - nova_utils - INFO - Creating VM with name - CreateInstanceFromThreePartImage-ac39ecfe-0303-4916-8b40-f501653cfe3d-inst 2018-09-04 12:02:05,329 - create_instance - INFO - Created instance with name - CreateInstanceFromThreePartImage-ac39ecfe-0303-4916-8b40-f501653cfe3d-inst 2018-09-04 12:02:12,476 - create_instance - INFO - VM is - ACTIVE 2018-09-04 12:02:14,075 - create_instance - INFO - Deleting Port with ID - 10c43e9b-f127-4dec-8737-752a6aa72ff5 2018-09-04 12:02:14,075 - neutron_utils - INFO - Deleting port with name CreateInstanceFromThreePartImage-ac39ecfe-0303-4916-8b40-f501653cfe3d-port 2018-09-04 12:02:14,727 - create_instance - INFO - Deleting VM instance - CreateInstanceFromThreePartImage-ac39ecfe-0303-4916-8b40-f501653cfe3d-inst 2018-09-04 12:02:14,929 - create_instance - INFO - Checking deletion status 2018-09-04 12:02:21,476 - create_instance - INFO - VM has been properly deleted VM with name - CreateInstanceFromThreePartImage-ac39ecfe-0303-4916-8b40-f501653cfe3d-inst 2018-09-04 12:02:21,523 - neutron_utils - INFO - Deleting subnet with name CreateInstanceFromThreePartImage-ac39ecfe-0303-4916-8b40-f501653cfe3d-pub-subnet 2018-09-04 12:02:21,523 - neutron_utils - INFO - Deleting subnet with name CreateInstanceFromThreePartImage-ac39ecfe-0303-4916-8b40-f501653cfe3d-pub-subnet 2018-09-04 12:02:24,078 - neutron_utils - INFO - Deleting network with name CreateInstanceFromThreePartImage-ac39ecfe-0303-4916-8b40-f501653cfe3d-pub-net 2018-09-04 12:02:25,419 - glance_utils - INFO - Deleting image named - CreateInstanceFromThreePartImage-ac39ecfe-0303-4916-8b40-f501653cfe3d 2018-09-04 12:02:28,838 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 529a80e7-db5c-428a-97da-027662903171 2018-09-04 12:02:29,021 - neutron_utils - INFO - Deleting security group with name - default 2018-09-04 12:02:29,426 - keystone_utils - INFO - Deleting project with name - CreateInstanceFromThreePartImage-2d93376b-86c4-460-proj 2018-09-04 12:02:29,678 - keystone_utils - INFO - Deleting role with name - CreateInstanceFromThreePartImage-2d93376b-86c4-460-proj-role 2018-09-04 12:02:29,879 - keystone_utils - INFO - Deleting user with name - CreateInstanceFromThreePartImage-2d93376b-86c4-460-user 2018-09-04 12:02:31,287 - keystone_utils - INFO - Created project with name - CreateInstanceVolumeTests-28c14c28-a05c-4b0-proj 2018-09-04 12:02:32,334 - keystone_utils - INFO - Created user with name - CreateInstanceVolumeTests-28c14c28-a05c-4b0-user 2018-09-04 12:02:32,538 - keystone_utils - INFO - Created role with name - CreateInstanceVolumeTests-28c14c28-a05c-4b0-proj-role 2018-09-04 12:02:32,620 - keystone_utils - INFO - Granting role CreateInstanceVolumeTests-28c14c28-a05c-4b0-proj-role to project CreateInstanceVolumeTests-28c14c28-a05c-4b0-proj 2018-09-04 12:02:35,363 - create_image - INFO - Created image with name - CreateInstanceVolumeTests-4394c3f4-3576-4ce1-a9dd-180f7b7a0958-image 2018-09-04 12:02:35,536 - create_image - INFO - Image is now active with name - CreateInstanceVolumeTests-4394c3f4-3576-4ce1-a9dd-180f7b7a0958-image 2018-09-04 12:02:36,861 - neutron_utils - INFO - Creating network with name CreateInstanceVolumeTests-4394c3f4-3576-4ce1-a9dd-180f7b7a0958-pub-net 2018-09-04 12:02:37,927 - neutron_utils - INFO - Creating subnet with name CreateInstanceVolumeTests-4394c3f4-3576-4ce1-a9dd-180f7b7a0958-pub-subnet 2018-09-04 12:02:40,699 - create_volume - INFO - Created volume with name - CreateInstanceVolumeTests-CreateInstanceVolumeTests-4394c3f4-3576-4ce1-a9dd-180f7b7a0958-1 2018-09-04 12:02:44,120 - create_volume - INFO - Volume is now active with name - CreateInstanceVolumeTests-CreateInstanceVolumeTests-4394c3f4-3576-4ce1-a9dd-180f7b7a0958-1 2018-09-04 12:02:45,788 - create_volume - INFO - Created volume with name - CreateInstanceVolumeTests-CreateInstanceVolumeTests-4394c3f4-3576-4ce1-a9dd-180f7b7a0958-2 2018-09-04 12:02:45,990 - create_volume - INFO - Volume is now active with name - CreateInstanceVolumeTests-CreateInstanceVolumeTests-4394c3f4-3576-4ce1-a9dd-180f7b7a0958-2 2018-09-04 12:02:49,560 - neutron_utils - INFO - Creating port for network with name - CreateInstanceVolumeTests-4394c3f4-3576-4ce1-a9dd-180f7b7a0958-pub-net 2018-09-04 12:02:50,968 - nova_utils - INFO - Creating VM with name - CreateInstanceVolumeTests-4394c3f4-3576-4ce1-a9dd-180f7b7a0958-inst 2018-09-04 12:02:53,239 - create_instance - INFO - Created instance with name - CreateInstanceVolumeTests-4394c3f4-3576-4ce1-a9dd-180f7b7a0958-inst 2018-09-04 12:03:01,286 - create_instance - INFO - VM is - ACTIVE 2018-09-04 12:03:03,267 - create_instance - INFO - VM is - ACTIVE 2018-09-04 12:03:08,629 - create_instance - INFO - Deleting Port with ID - 7fecdb70-d121-4160-8d3a-3f08a059c747 2018-09-04 12:03:08,629 - neutron_utils - INFO - Deleting port with name CreateInstanceVolumeTests-4394c3f4-3576-4ce1-a9dd-180f7b7a0958-port 2018-09-04 12:03:13,788 - create_instance - INFO - Deleting VM instance - CreateInstanceVolumeTests-4394c3f4-3576-4ce1-a9dd-180f7b7a0958-inst 2018-09-04 12:03:13,953 - create_instance - INFO - Checking deletion status 2018-09-04 12:03:17,254 - create_instance - INFO - VM has been properly deleted VM with name - CreateInstanceVolumeTests-4394c3f4-3576-4ce1-a9dd-180f7b7a0958-inst 2018-09-04 12:03:17,306 - neutron_utils - INFO - Deleting subnet with name CreateInstanceVolumeTests-4394c3f4-3576-4ce1-a9dd-180f7b7a0958-pub-subnet 2018-09-04 12:03:17,306 - neutron_utils - INFO - Deleting subnet with name CreateInstanceVolumeTests-4394c3f4-3576-4ce1-a9dd-180f7b7a0958-pub-subnet 2018-09-04 12:03:19,626 - neutron_utils - INFO - Deleting network with name CreateInstanceVolumeTests-4394c3f4-3576-4ce1-a9dd-180f7b7a0958-pub-net 2018-09-04 12:03:21,040 - cinder_utils - INFO - Deleting volume named - CreateInstanceVolumeTests-CreateInstanceVolumeTests-4394c3f4-3576-4ce1-a9dd-180f7b7a0958-2 2018-09-04 12:03:24,663 - create_volume - INFO - Volume has been properly deleted with name - CreateInstanceVolumeTests-CreateInstanceVolumeTests-4394c3f4-3576-4ce1-a9dd-180f7b7a0958-2 2018-09-04 12:03:24,869 - cinder_utils - INFO - Deleting volume named - CreateInstanceVolumeTests-CreateInstanceVolumeTests-4394c3f4-3576-4ce1-a9dd-180f7b7a0958-1 2018-09-04 12:03:25,665 - create_volume - INFO - Volume has been properly deleted with name - CreateInstanceVolumeTests-CreateInstanceVolumeTests-4394c3f4-3576-4ce1-a9dd-180f7b7a0958-1 2018-09-04 12:03:25,666 - glance_utils - INFO - Deleting image named - CreateInstanceVolumeTests-4394c3f4-3576-4ce1-a9dd-180f7b7a0958-image 2018-09-04 12:03:28,270 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 10c476d7-2fdc-439c-9795-7ad5f70f6b6a 2018-09-04 12:03:28,452 - neutron_utils - INFO - Deleting security group with name - default 2018-09-04 12:03:28,774 - keystone_utils - INFO - Deleting project with name - CreateInstanceVolumeTests-28c14c28-a05c-4b0-proj 2018-09-04 12:03:29,127 - keystone_utils - INFO - Deleting role with name - CreateInstanceVolumeTests-28c14c28-a05c-4b0-proj-role 2018-09-04 12:03:29,329 - keystone_utils - INFO - Deleting user with name - CreateInstanceVolumeTests-28c14c28-a05c-4b0-user 2018-09-04 12:03:30,682 - keystone_utils - INFO - Created project with name - CreateInstanceVolumeTests-e3740896-a60d-4e0-proj 2018-09-04 12:03:31,747 - keystone_utils - INFO - Created user with name - CreateInstanceVolumeTests-e3740896-a60d-4e0-user 2018-09-04 12:03:31,951 - keystone_utils - INFO - Created role with name - CreateInstanceVolumeTests-e3740896-a60d-4e0-proj-role 2018-09-04 12:03:31,970 - keystone_utils - INFO - Granting role CreateInstanceVolumeTests-e3740896-a60d-4e0-proj-role to project CreateInstanceVolumeTests-e3740896-a60d-4e0-proj 2018-09-04 12:03:34,458 - create_image - INFO - Created image with name - CreateInstanceVolumeTests-b7c0ce15-133d-4e3f-b565-9f688b80d22d-image 2018-09-04 12:03:34,636 - create_image - INFO - Image is now active with name - CreateInstanceVolumeTests-b7c0ce15-133d-4e3f-b565-9f688b80d22d-image 2018-09-04 12:03:35,943 - neutron_utils - INFO - Creating network with name CreateInstanceVolumeTests-b7c0ce15-133d-4e3f-b565-9f688b80d22d-pub-net 2018-09-04 12:03:36,966 - neutron_utils - INFO - Creating subnet with name CreateInstanceVolumeTests-b7c0ce15-133d-4e3f-b565-9f688b80d22d-pub-subnet 2018-09-04 12:03:39,351 - create_volume - INFO - Created volume with name - CreateInstanceVolumeTests-CreateInstanceVolumeTests-b7c0ce15-133d-4e3f-b565-9f688b80d22d-1 2018-09-04 12:03:40,207 - create_volume - INFO - Volume is now active with name - CreateInstanceVolumeTests-CreateInstanceVolumeTests-b7c0ce15-133d-4e3f-b565-9f688b80d22d-1 2018-09-04 12:03:41,453 - create_volume - INFO - Created volume with name - CreateInstanceVolumeTests-CreateInstanceVolumeTests-b7c0ce15-133d-4e3f-b565-9f688b80d22d-2 2018-09-04 12:03:41,731 - create_volume - INFO - Volume is now active with name - CreateInstanceVolumeTests-CreateInstanceVolumeTests-b7c0ce15-133d-4e3f-b565-9f688b80d22d-2 2018-09-04 12:03:45,323 - neutron_utils - INFO - Creating port for network with name - CreateInstanceVolumeTests-b7c0ce15-133d-4e3f-b565-9f688b80d22d-pub-net 2018-09-04 12:03:46,866 - nova_utils - INFO - Creating VM with name - CreateInstanceVolumeTests-b7c0ce15-133d-4e3f-b565-9f688b80d22d-inst 2018-09-04 12:03:48,810 - create_instance - INFO - Created instance with name - CreateInstanceVolumeTests-b7c0ce15-133d-4e3f-b565-9f688b80d22d-inst 2018-09-04 12:03:56,058 - create_instance - INFO - VM is - ACTIVE 2018-09-04 12:03:58,055 - create_instance - INFO - VM is - ACTIVE 2018-09-04 12:04:02,024 - create_instance - INFO - VM is - ACTIVE 2018-09-04 12:04:07,027 - create_instance - INFO - Deleting Port with ID - e4d2ec58-8b57-48d6-aa1f-89bf971e348e 2018-09-04 12:04:07,027 - neutron_utils - INFO - Deleting port with name CreateInstanceVolumeTests-b7c0ce15-133d-4e3f-b565-9f688b80d22d-port 2018-09-04 12:04:16,923 - create_instance - INFO - Deleting VM instance - CreateInstanceVolumeTests-b7c0ce15-133d-4e3f-b565-9f688b80d22d-inst 2018-09-04 12:04:17,067 - create_instance - INFO - Checking deletion status 2018-09-04 12:04:20,496 - create_instance - INFO - VM has been properly deleted VM with name - CreateInstanceVolumeTests-b7c0ce15-133d-4e3f-b565-9f688b80d22d-inst 2018-09-04 12:04:20,534 - neutron_utils - INFO - Deleting subnet with name CreateInstanceVolumeTests-b7c0ce15-133d-4e3f-b565-9f688b80d22d-pub-subnet 2018-09-04 12:04:20,534 - neutron_utils - INFO - Deleting subnet with name CreateInstanceVolumeTests-b7c0ce15-133d-4e3f-b565-9f688b80d22d-pub-subnet 2018-09-04 12:04:22,974 - neutron_utils - INFO - Deleting network with name CreateInstanceVolumeTests-b7c0ce15-133d-4e3f-b565-9f688b80d22d-pub-net 2018-09-04 12:04:24,869 - cinder_utils - INFO - Deleting volume named - CreateInstanceVolumeTests-CreateInstanceVolumeTests-b7c0ce15-133d-4e3f-b565-9f688b80d22d-2 2018-09-04 12:04:28,338 - create_volume - INFO - Volume has been properly deleted with name - CreateInstanceVolumeTests-CreateInstanceVolumeTests-b7c0ce15-133d-4e3f-b565-9f688b80d22d-2 2018-09-04 12:04:28,549 - cinder_utils - INFO - Deleting volume named - CreateInstanceVolumeTests-CreateInstanceVolumeTests-b7c0ce15-133d-4e3f-b565-9f688b80d22d-1 2018-09-04 12:04:32,159 - create_volume - INFO - Volume has been properly deleted with name - CreateInstanceVolumeTests-CreateInstanceVolumeTests-b7c0ce15-133d-4e3f-b565-9f688b80d22d-1 2018-09-04 12:04:32,160 - glance_utils - INFO - Deleting image named - CreateInstanceVolumeTests-b7c0ce15-133d-4e3f-b565-9f688b80d22d-image 2018-09-04 12:04:34,801 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 5f980e33-ae9d-4147-ad27-3ffbb040eefc 2018-09-04 12:04:34,972 - neutron_utils - INFO - Deleting security group with name - default 2018-09-04 12:04:35,347 - keystone_utils - INFO - Deleting project with name - CreateInstanceVolumeTests-e3740896-a60d-4e0-proj 2018-09-04 12:04:35,644 - keystone_utils - INFO - Deleting role with name - CreateInstanceVolumeTests-e3740896-a60d-4e0-proj-role 2018-09-04 12:04:35,849 - keystone_utils - INFO - Deleting user with name - CreateInstanceVolumeTests-e3740896-a60d-4e0-user 2018-09-04 12:04:37,269 - keystone_utils - INFO - Created project with name - CreateStackSuccessTests-22c15004-c0a6-4ab-proj 2018-09-04 12:04:38,819 - keystone_utils - INFO - Granting role heat_stack_owner to project CreateStackSuccessTests-22c15004-c0a6-4ab-proj 2018-09-04 12:04:38,954 - keystone_utils - INFO - Created user with name - CreateStackSuccessTests-22c15004-c0a6-4ab-user 2018-09-04 12:04:39,167 - keystone_utils - INFO - Created role with name - CreateStackSuccessTests-22c15004-c0a6-4ab-proj-role 2018-09-04 12:04:39,260 - keystone_utils - INFO - Granting role CreateStackSuccessTests-22c15004-c0a6-4ab-proj-role to project CreateStackSuccessTests-22c15004-c0a6-4ab-proj 2018-09-04 12:04:43,103 - create_image - INFO - Created image with name - CreateStackSuccessTests-90cb5e0b-f311-445c-9269-37e6ed243dd1-image 2018-09-04 12:04:43,123 - create_image - INFO - Image is now active with name - CreateStackSuccessTests-90cb5e0b-f311-445c-9269-37e6ed243dd1-image 2018-09-04 12:04:48,769 - create_stack - INFO - Created stack with name - CreateStackSuccessTests-CreateStackSuccessTests-90cb5e0b-f311-445c-9269-37e6ed243dd1-stack 2018-09-04 12:05:05,485 - create_stack - INFO - Stack is now active with name - CreateStackSuccessTests-CreateStackSuccessTests-90cb5e0b-f311-445c-9269-37e6ed243dd1-stack 2018-09-04 12:05:16,708 - create_stack - INFO - Deleting stack - CreateStackSuccessTests-CreateStackSuccessTests-90cb5e0b-f311-445c-9269-37e6ed243dd1-stack 2018-09-04 12:05:16,761 - glance_utils - INFO - Deleting image named - CreateStackSuccessTests-90cb5e0b-f311-445c-9269-37e6ed243dd1-image 2018-09-04 12:05:19,359 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 3f3167ac-2195-40d3-965d-7e1e8a09da5f 2018-09-04 12:05:19,545 - neutron_utils - INFO - Deleting security group with name - default 2018-09-04 12:05:19,863 - keystone_utils - INFO - Deleting project with name - CreateStackSuccessTests-22c15004-c0a6-4ab-proj 2018-09-04 12:05:20,170 - keystone_utils - INFO - Deleting role with name - CreateStackSuccessTests-22c15004-c0a6-4ab-proj-role 2018-09-04 12:05:20,409 - keystone_utils - INFO - Deleting user with name - CreateStackSuccessTests-22c15004-c0a6-4ab-user 2018-09-04 12:05:21,904 - keystone_utils - INFO - Created project with name - CreateStackSuccessTests-10bbb41f-157b-4c2-proj 2018-09-04 12:05:23,443 - keystone_utils - INFO - Granting role heat_stack_owner to project CreateStackSuccessTests-10bbb41f-157b-4c2-proj 2018-09-04 12:05:23,577 - keystone_utils - INFO - Created user with name - CreateStackSuccessTests-10bbb41f-157b-4c2-user 2018-09-04 12:05:23,803 - keystone_utils - INFO - Created role with name - CreateStackSuccessTests-10bbb41f-157b-4c2-proj-role 2018-09-04 12:05:23,885 - keystone_utils - INFO - Granting role CreateStackSuccessTests-10bbb41f-157b-4c2-proj-role to project CreateStackSuccessTests-10bbb41f-157b-4c2-proj 2018-09-04 12:05:26,867 - create_image - INFO - Created image with name - CreateStackSuccessTests-dbb139b4-3692-47e8-8d4e-12a0b25cc03c-image 2018-09-04 12:05:27,034 - create_image - INFO - Image is now active with name - CreateStackSuccessTests-dbb139b4-3692-47e8-8d4e-12a0b25cc03c-image 2018-09-04 12:05:32,056 - create_stack - INFO - Created stack with name - CreateStackSuccessTests-CreateStackSuccessTests-dbb139b4-3692-47e8-8d4e-12a0b25cc03c-stack 2018-09-04 12:05:49,016 - create_stack - INFO - Stack is now active with name - CreateStackSuccessTests-CreateStackSuccessTests-dbb139b4-3692-47e8-8d4e-12a0b25cc03c-stack 2018-09-04 12:05:50,476 - create_stack - INFO - Found stack with name - CreateStackSuccessTests-CreateStackSuccessTests-dbb139b4-3692-47e8-8d4e-12a0b25cc03c-stack 2018-09-04 12:05:50,476 - create_stack - INFO - Found stack with name - CreateStackSuccessTests-CreateStackSuccessTests-dbb139b4-3692-47e8-8d4e-12a0b25cc03c-stack 2018-09-04 12:05:50,476 - create_stack - INFO - Deleting stack - CreateStackSuccessTests-CreateStackSuccessTests-dbb139b4-3692-47e8-8d4e-12a0b25cc03c-stack 2018-09-04 12:06:07,740 - create_stack - INFO - Attempting to delete again stack - CreateStackSuccessTests-CreateStackSuccessTests-dbb139b4-3692-47e8-8d4e-12a0b25cc03c-stack 2018-09-04 12:06:07,795 - glance_utils - INFO - Deleting image named - CreateStackSuccessTests-dbb139b4-3692-47e8-8d4e-12a0b25cc03c-image 2018-09-04 12:06:11,071 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - f6ce1765-c9ed-43bd-91f5-d3e1b9ff3069 2018-09-04 12:06:11,257 - neutron_utils - INFO - Deleting security group with name - default 2018-09-04 12:06:11,627 - keystone_utils - INFO - Deleting project with name - CreateStackSuccessTests-10bbb41f-157b-4c2-proj 2018-09-04 12:06:11,920 - keystone_utils - INFO - Deleting role with name - CreateStackSuccessTests-10bbb41f-157b-4c2-proj-role 2018-09-04 12:06:12,127 - keystone_utils - INFO - Deleting user with name - CreateStackSuccessTests-10bbb41f-157b-4c2-user 2018-09-04 12:06:13,521 - keystone_utils - INFO - Created project with name - CreateStackSuccessTests-7e775877-9007-4ca-proj 2018-09-04 12:06:15,000 - keystone_utils - INFO - Granting role heat_stack_owner to project CreateStackSuccessTests-7e775877-9007-4ca-proj 2018-09-04 12:06:15,134 - keystone_utils - INFO - Created user with name - CreateStackSuccessTests-7e775877-9007-4ca-user 2018-09-04 12:06:15,335 - keystone_utils - INFO - Created role with name - CreateStackSuccessTests-7e775877-9007-4ca-proj-role 2018-09-04 12:06:15,429 - keystone_utils - INFO - Granting role CreateStackSuccessTests-7e775877-9007-4ca-proj-role to project CreateStackSuccessTests-7e775877-9007-4ca-proj 2018-09-04 12:06:18,629 - create_image - INFO - Created image with name - CreateStackSuccessTests-cf89600a-8fd5-458a-b284-be6732dcfafe-image 2018-09-04 12:06:18,794 - create_image - INFO - Image is now active with name - CreateStackSuccessTests-cf89600a-8fd5-458a-b284-be6732dcfafe-image 2018-09-04 12:06:22,710 - create_stack - INFO - Created stack with name - CreateStackSuccessTests-CreateStackSuccessTests-cf89600a-8fd5-458a-b284-be6732dcfafe-stack 2018-09-04 12:06:22,710 - create_stack - ERROR - Timeout checking for stack status for CREATE_COMPLETE 2018-09-04 12:06:23,159 - create_stack - ERROR - ERROR: STACK CREATION FAILED: Stack CREATE started 2018-09-04 12:06:23,159 - create_stack - INFO - Deleting stack - CreateStackSuccessTests-CreateStackSuccessTests-cf89600a-8fd5-458a-b284-be6732dcfafe-stack 2018-09-04 12:06:35,066 - create_stack - INFO - Attempting to delete again stack - CreateStackSuccessTests-CreateStackSuccessTests-cf89600a-8fd5-458a-b284-be6732dcfafe-stack 2018-09-04 12:06:35,412 - glance_utils - INFO - Deleting image named - CreateStackSuccessTests-cf89600a-8fd5-458a-b284-be6732dcfafe-image 2018-09-04 12:06:38,577 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - c6f542c6-7523-478c-8619-c843f15931ca 2018-09-04 12:06:38,745 - neutron_utils - INFO - Deleting security group with name - default 2018-09-04 12:06:39,072 - keystone_utils - INFO - Deleting project with name - CreateStackSuccessTests-7e775877-9007-4ca-proj 2018-09-04 12:06:39,387 - keystone_utils - INFO - Deleting role with name - CreateStackSuccessTests-7e775877-9007-4ca-proj-role 2018-09-04 12:06:39,608 - keystone_utils - INFO - Deleting user with name - CreateStackSuccessTests-7e775877-9007-4ca-user 2018-09-04 12:06:41,060 - keystone_utils - INFO - Created project with name - CreateStackSuccessTests-c569f96d-8cca-4d4-proj 2018-09-04 12:06:42,815 - keystone_utils - INFO - Granting role heat_stack_owner to project CreateStackSuccessTests-c569f96d-8cca-4d4-proj 2018-09-04 12:06:42,955 - keystone_utils - INFO - Created user with name - CreateStackSuccessTests-c569f96d-8cca-4d4-user 2018-09-04 12:06:43,162 - keystone_utils - INFO - Created role with name - CreateStackSuccessTests-c569f96d-8cca-4d4-proj-role 2018-09-04 12:06:43,256 - keystone_utils - INFO - Granting role CreateStackSuccessTests-c569f96d-8cca-4d4-proj-role to project CreateStackSuccessTests-c569f96d-8cca-4d4-proj 2018-09-04 12:06:46,148 - create_image - INFO - Created image with name - CreateStackSuccessTests-ebb22aee-2d4e-4732-809a-a19d266969f3-image 2018-09-04 12:06:46,316 - create_image - INFO - Image is now active with name - CreateStackSuccessTests-ebb22aee-2d4e-4732-809a-a19d266969f3-image 2018-09-04 12:06:50,886 - create_stack - INFO - Created stack with name - CreateStackSuccessTests-CreateStackSuccessTests-ebb22aee-2d4e-4732-809a-a19d266969f3-stack 2018-09-04 12:07:07,347 - create_stack - INFO - Stack is now active with name - CreateStackSuccessTests-CreateStackSuccessTests-ebb22aee-2d4e-4732-809a-a19d266969f3-stack 2018-09-04 12:07:08,329 - create_stack - INFO - Deleting stack - CreateStackSuccessTests-CreateStackSuccessTests-ebb22aee-2d4e-4732-809a-a19d266969f3-stack 2018-09-04 12:07:21,322 - create_stack - INFO - Attempting to delete again stack - CreateStackSuccessTests-CreateStackSuccessTests-ebb22aee-2d4e-4732-809a-a19d266969f3-stack 2018-09-04 12:07:21,537 - glance_utils - INFO - Deleting image named - CreateStackSuccessTests-ebb22aee-2d4e-4732-809a-a19d266969f3-image 2018-09-04 12:07:24,217 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 6f453dc8-893a-4e43-a3bd-fdd6f3d27c7c 2018-09-04 12:07:24,405 - neutron_utils - INFO - Deleting security group with name - default 2018-09-04 12:07:24,799 - keystone_utils - INFO - Deleting project with name - CreateStackSuccessTests-c569f96d-8cca-4d4-proj 2018-09-04 12:07:25,195 - keystone_utils - INFO - Deleting role with name - CreateStackSuccessTests-c569f96d-8cca-4d4-proj-role 2018-09-04 12:07:25,391 - keystone_utils - INFO - Deleting user with name - CreateStackSuccessTests-c569f96d-8cca-4d4-user 2018-09-04 12:07:26,899 - keystone_utils - INFO - Created project with name - CreateStackSuccessTests-22ca32a5-d778-4a4-proj 2018-09-04 12:07:28,512 - keystone_utils - INFO - Granting role heat_stack_owner to project CreateStackSuccessTests-22ca32a5-d778-4a4-proj 2018-09-04 12:07:28,572 - keystone_utils - INFO - Created user with name - CreateStackSuccessTests-22ca32a5-d778-4a4-user 2018-09-04 12:07:28,773 - keystone_utils - INFO - Created role with name - CreateStackSuccessTests-22ca32a5-d778-4a4-proj-role 2018-09-04 12:07:28,865 - keystone_utils - INFO - Granting role CreateStackSuccessTests-22ca32a5-d778-4a4-proj-role to project CreateStackSuccessTests-22ca32a5-d778-4a4-proj 2018-09-04 12:07:32,212 - create_image - INFO - Created image with name - CreateStackSuccessTests-0ecb3008-9b16-42d2-a885-f1dea72fa565-image 2018-09-04 12:07:32,378 - create_image - INFO - Image is now active with name - CreateStackSuccessTests-0ecb3008-9b16-42d2-a885-f1dea72fa565-image 2018-09-04 12:07:36,241 - create_stack - INFO - Created stack with name - CreateStackSuccessTests-CreateStackSuccessTests-0ecb3008-9b16-42d2-a885-f1dea72fa565-stack 2018-09-04 12:07:53,082 - create_stack - INFO - Stack is now active with name - CreateStackSuccessTests-CreateStackSuccessTests-0ecb3008-9b16-42d2-a885-f1dea72fa565-stack 2018-09-04 12:07:54,567 - create_stack - INFO - Found stack with name - CreateStackSuccessTests-CreateStackSuccessTests-0ecb3008-9b16-42d2-a885-f1dea72fa565-stack 2018-09-04 12:07:54,952 - create_stack - INFO - Deleting stack - CreateStackSuccessTests-CreateStackSuccessTests-0ecb3008-9b16-42d2-a885-f1dea72fa565-stack 2018-09-04 12:08:05,154 - create_stack - INFO - Attempting to delete again stack - CreateStackSuccessTests-CreateStackSuccessTests-0ecb3008-9b16-42d2-a885-f1dea72fa565-stack 2018-09-04 12:08:05,209 - glance_utils - INFO - Deleting image named - CreateStackSuccessTests-0ecb3008-9b16-42d2-a885-f1dea72fa565-image 2018-09-04 12:08:07,524 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - dd8494fe-c9d4-4031-953d-3cc3adab02ff 2018-09-04 12:08:07,706 - neutron_utils - INFO - Deleting security group with name - default 2018-09-04 12:08:08,032 - keystone_utils - INFO - Deleting project with name - CreateStackSuccessTests-22ca32a5-d778-4a4-proj 2018-09-04 12:08:08,339 - keystone_utils - INFO - Deleting role with name - CreateStackSuccessTests-22ca32a5-d778-4a4-proj-role 2018-09-04 12:08:08,541 - keystone_utils - INFO - Deleting user with name - CreateStackSuccessTests-22ca32a5-d778-4a4-user 2018-09-04 12:08:10,001 - keystone_utils - INFO - Created project with name - CreateStackSuccessTests-d502d8ff-6bd4-4e4-proj 2018-09-04 12:08:11,714 - keystone_utils - INFO - Granting role heat_stack_owner to project CreateStackSuccessTests-d502d8ff-6bd4-4e4-proj 2018-09-04 12:08:11,854 - keystone_utils - INFO - Created user with name - CreateStackSuccessTests-d502d8ff-6bd4-4e4-user 2018-09-04 12:08:12,073 - keystone_utils - INFO - Created role with name - CreateStackSuccessTests-d502d8ff-6bd4-4e4-proj-role 2018-09-04 12:08:12,169 - keystone_utils - INFO - Granting role CreateStackSuccessTests-d502d8ff-6bd4-4e4-proj-role to project CreateStackSuccessTests-d502d8ff-6bd4-4e4-proj 2018-09-04 12:08:15,053 - create_image - INFO - Created image with name - CreateStackSuccessTests-cf95ace3-8846-4a64-a6b2-19d23110a752-image 2018-09-04 12:08:15,072 - create_image - INFO - Image is now active with name - CreateStackSuccessTests-cf95ace3-8846-4a64-a6b2-19d23110a752-image 2018-09-04 12:08:19,064 - create_stack - INFO - Created stack with name - CreateStackSuccessTests-CreateStackSuccessTests-cf95ace3-8846-4a64-a6b2-19d23110a752-stack 2018-09-04 12:08:36,331 - create_stack - INFO - Stack is now active with name - CreateStackSuccessTests-CreateStackSuccessTests-cf95ace3-8846-4a64-a6b2-19d23110a752-stack 2018-09-04 12:08:39,750 - create_stack - INFO - Deleting stack - CreateStackSuccessTests-CreateStackSuccessTests-cf95ace3-8846-4a64-a6b2-19d23110a752-stack 2018-09-04 12:08:52,853 - create_stack - INFO - Attempting to delete again stack - CreateStackSuccessTests-CreateStackSuccessTests-cf95ace3-8846-4a64-a6b2-19d23110a752-stack 2018-09-04 12:08:53,140 - glance_utils - INFO - Deleting image named - CreateStackSuccessTests-cf95ace3-8846-4a64-a6b2-19d23110a752-image 2018-09-04 12:08:55,658 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - e9c6e851-cc20-43c6-9b28-819ccb9714d3 2018-09-04 12:08:55,868 - neutron_utils - INFO - Deleting security group with name - default 2018-09-04 12:08:56,230 - keystone_utils - INFO - Deleting project with name - CreateStackSuccessTests-d502d8ff-6bd4-4e4-proj 2018-09-04 12:08:56,501 - keystone_utils - INFO - Deleting role with name - CreateStackSuccessTests-d502d8ff-6bd4-4e4-proj-role 2018-09-04 12:08:56,706 - keystone_utils - INFO - Deleting user with name - CreateStackSuccessTests-d502d8ff-6bd4-4e4-user 2018-09-04 12:08:58,247 - keystone_utils - INFO - Created project with name - CreateStackSuccessTests-5f280af3-7fd9-401-proj 2018-09-04 12:08:59,730 - keystone_utils - INFO - Granting role heat_stack_owner to project CreateStackSuccessTests-5f280af3-7fd9-401-proj 2018-09-04 12:08:59,866 - keystone_utils - INFO - Created user with name - CreateStackSuccessTests-5f280af3-7fd9-401-user 2018-09-04 12:09:00,085 - keystone_utils - INFO - Created role with name - CreateStackSuccessTests-5f280af3-7fd9-401-proj-role 2018-09-04 12:09:00,177 - keystone_utils - INFO - Granting role CreateStackSuccessTests-5f280af3-7fd9-401-proj-role to project CreateStackSuccessTests-5f280af3-7fd9-401-proj 2018-09-04 12:09:03,368 - create_image - INFO - Created image with name - CreateStackSuccessTests-f1139fe9-a797-4365-868a-dda688bbeb0a-image 2018-09-04 12:09:03,542 - create_image - INFO - Image is now active with name - CreateStackSuccessTests-f1139fe9-a797-4365-868a-dda688bbeb0a-image 2018-09-04 12:09:07,689 - create_stack - INFO - Created stack with name - CreateStackSuccessTests-CreateStackSuccessTests-f1139fe9-a797-4365-868a-dda688bbeb0a-stack 2018-09-04 12:09:24,786 - create_stack - INFO - Stack is now active with name - CreateStackSuccessTests-CreateStackSuccessTests-f1139fe9-a797-4365-868a-dda688bbeb0a-stack 2018-09-04 12:09:30,609 - create_instance - INFO - Found existing machine with name - CreateStackSuccessTests-f1139fe9-a797-4365-868a-dda688bbeb0a-inst 2018-09-04 12:09:39,664 - create_stack - INFO - Deleting stack - CreateStackSuccessTests-CreateStackSuccessTests-f1139fe9-a797-4365-868a-dda688bbeb0a-stack 2018-09-04 12:09:55,838 - create_stack - INFO - Attempting to delete again stack - CreateStackSuccessTests-CreateStackSuccessTests-f1139fe9-a797-4365-868a-dda688bbeb0a-stack 2018-09-04 12:09:56,190 - glance_utils - INFO - Deleting image named - CreateStackSuccessTests-f1139fe9-a797-4365-868a-dda688bbeb0a-image 2018-09-04 12:09:59,140 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 5062b06b-cb2a-4b78-8e19-f0fc901f70e0 2018-09-04 12:09:59,324 - neutron_utils - INFO - Deleting security group with name - default 2018-09-04 12:09:59,643 - keystone_utils - INFO - Deleting project with name - CreateStackSuccessTests-5f280af3-7fd9-401-proj 2018-09-04 12:09:59,896 - keystone_utils - INFO - Deleting role with name - CreateStackSuccessTests-5f280af3-7fd9-401-proj-role 2018-09-04 12:10:00,110 - keystone_utils - INFO - Deleting user with name - CreateStackSuccessTests-5f280af3-7fd9-401-user 2018-09-04 12:10:01,510 - keystone_utils - INFO - Created project with name - CreateStackVolumeTests-0a974337-c039-4c3-proj 2018-09-04 12:10:03,215 - keystone_utils - INFO - Granting role admin to project CreateStackVolumeTests-0a974337-c039-4c3-proj 2018-09-04 12:10:03,661 - keystone_utils - INFO - Granting role heat_stack_owner to project CreateStackVolumeTests-0a974337-c039-4c3-proj 2018-09-04 12:10:03,782 - keystone_utils - INFO - Created user with name - CreateStackVolumeTests-0a974337-c039-4c3-user 2018-09-04 12:10:04,085 - keystone_utils - INFO - Created role with name - CreateStackVolumeTests-0a974337-c039-4c3-proj-role 2018-09-04 12:10:04,169 - keystone_utils - INFO - Granting role CreateStackVolumeTests-0a974337-c039-4c3-proj-role to project CreateStackVolumeTests-0a974337-c039-4c3-proj 2018-09-04 12:10:07,007 - create_stack - INFO - Created stack with name - CreateStackVolumeTests-CreateStackVolumeTests-5c81ea2c-633f-47cb-ab1f-3bffaa23aba8-stack 2018-09-04 12:10:10,840 - create_stack - INFO - Stack is now active with name - CreateStackVolumeTests-CreateStackVolumeTests-5c81ea2c-633f-47cb-ab1f-3bffaa23aba8-stack 2018-09-04 12:10:11,904 - create_stack - INFO - Deleting stack - CreateStackVolumeTests-CreateStackVolumeTests-5c81ea2c-633f-47cb-ab1f-3bffaa23aba8-stack 2018-09-04 12:10:15,828 - create_stack - INFO - Attempting to delete again stack - CreateStackVolumeTests-CreateStackVolumeTests-5c81ea2c-633f-47cb-ab1f-3bffaa23aba8-stack 2018-09-04 12:10:17,129 - keystone_utils - INFO - Deleting project with name - CreateStackVolumeTests-0a974337-c039-4c3-proj 2018-09-04 12:10:17,364 - keystone_utils - INFO - Deleting role with name - CreateStackVolumeTests-0a974337-c039-4c3-proj-role 2018-09-04 12:10:17,588 - keystone_utils - INFO - Deleting user with name - CreateStackVolumeTests-0a974337-c039-4c3-user 2018-09-04 12:10:18,995 - keystone_utils - INFO - Created project with name - CreateStackVolumeTests-548a4047-62f8-45a-proj 2018-09-04 12:10:20,602 - keystone_utils - INFO - Granting role admin to project CreateStackVolumeTests-548a4047-62f8-45a-proj 2018-09-04 12:10:21,042 - keystone_utils - INFO - Granting role heat_stack_owner to project CreateStackVolumeTests-548a4047-62f8-45a-proj 2018-09-04 12:10:21,172 - keystone_utils - INFO - Created user with name - CreateStackVolumeTests-548a4047-62f8-45a-user 2018-09-04 12:10:21,372 - keystone_utils - INFO - Created role with name - CreateStackVolumeTests-548a4047-62f8-45a-proj-role 2018-09-04 12:10:21,456 - keystone_utils - INFO - Granting role CreateStackVolumeTests-548a4047-62f8-45a-proj-role to project CreateStackVolumeTests-548a4047-62f8-45a-proj 2018-09-04 12:10:24,225 - create_stack - INFO - Created stack with name - CreateStackVolumeTests-CreateStackVolumeTests-e88337df-1879-4342-b7f4-b3d61d3c9b5e-stack 2018-09-04 12:10:27,829 - create_stack - INFO - Stack is now active with name - CreateStackVolumeTests-CreateStackVolumeTests-e88337df-1879-4342-b7f4-b3d61d3c9b5e-stack 2018-09-04 12:10:29,424 - create_stack - INFO - Deleting stack - CreateStackVolumeTests-CreateStackVolumeTests-e88337df-1879-4342-b7f4-b3d61d3c9b5e-stack 2018-09-04 12:10:33,218 - create_stack - INFO - Attempting to delete again stack - CreateStackVolumeTests-CreateStackVolumeTests-e88337df-1879-4342-b7f4-b3d61d3c9b5e-stack 2018-09-04 12:10:34,493 - keystone_utils - INFO - Deleting project with name - CreateStackVolumeTests-548a4047-62f8-45a-proj 2018-09-04 12:10:34,705 - keystone_utils - INFO - Deleting role with name - CreateStackVolumeTests-548a4047-62f8-45a-proj-role 2018-09-04 12:10:34,913 - keystone_utils - INFO - Deleting user with name - CreateStackVolumeTests-548a4047-62f8-45a-user 2018-09-04 12:10:36,326 - keystone_utils - INFO - Created project with name - CreateStackFlavorTests-eaf4b6fc-f47d-4c7-proj 2018-09-04 12:10:37,845 - keystone_utils - INFO - Granting role admin to project CreateStackFlavorTests-eaf4b6fc-f47d-4c7-proj 2018-09-04 12:10:38,267 - keystone_utils - INFO - Granting role heat_stack_owner to project CreateStackFlavorTests-eaf4b6fc-f47d-4c7-proj 2018-09-04 12:10:38,388 - keystone_utils - INFO - Created user with name - CreateStackFlavorTests-eaf4b6fc-f47d-4c7-user 2018-09-04 12:10:38,582 - keystone_utils - INFO - Created role with name - CreateStackFlavorTests-eaf4b6fc-f47d-4c7-proj-role 2018-09-04 12:10:38,681 - keystone_utils - INFO - Granting role CreateStackFlavorTests-eaf4b6fc-f47d-4c7-proj-role to project CreateStackFlavorTests-eaf4b6fc-f47d-4c7-proj 2018-09-04 12:10:41,403 - create_stack - INFO - Created stack with name - CreateStackFlavorTests-e933e960-4c88-4b52-af5d-c2f065e77452-stack 2018-09-04 12:10:41,780 - create_stack - INFO - Stack is now active with name - CreateStackFlavorTests-e933e960-4c88-4b52-af5d-c2f065e77452-stack 2018-09-04 12:10:42,843 - create_flavor - INFO - Found flavor with name - CreateStackFlavorTests-e933e960-4c88-4b52-af5d-c2f065e77452-stack-flavor-3cwjtryccpjr 2018-09-04 12:10:42,844 - create_stack - INFO - Deleting stack - CreateStackFlavorTests-e933e960-4c88-4b52-af5d-c2f065e77452-stack 2018-09-04 12:10:46,378 - create_stack - INFO - Attempting to delete again stack - CreateStackFlavorTests-e933e960-4c88-4b52-af5d-c2f065e77452-stack 2018-09-04 12:10:48,056 - keystone_utils - INFO - Deleting project with name - CreateStackFlavorTests-eaf4b6fc-f47d-4c7-proj 2018-09-04 12:10:48,292 - keystone_utils - INFO - Deleting role with name - CreateStackFlavorTests-eaf4b6fc-f47d-4c7-proj-role 2018-09-04 12:10:48,493 - keystone_utils - INFO - Deleting user with name - CreateStackFlavorTests-eaf4b6fc-f47d-4c7-user 2018-09-04 12:10:49,900 - keystone_utils - INFO - Created project with name - CreateStackKeypairTests-4ea94940-3b25-4c8-proj 2018-09-04 12:10:51,402 - keystone_utils - INFO - Granting role heat_stack_owner to project CreateStackKeypairTests-4ea94940-3b25-4c8-proj 2018-09-04 12:10:51,533 - keystone_utils - INFO - Created user with name - CreateStackKeypairTests-4ea94940-3b25-4c8-user 2018-09-04 12:10:51,720 - keystone_utils - INFO - Created role with name - CreateStackKeypairTests-4ea94940-3b25-4c8-proj-role 2018-09-04 12:10:51,809 - keystone_utils - INFO - Granting role CreateStackKeypairTests-4ea94940-3b25-4c8-proj-role to project CreateStackKeypairTests-4ea94940-3b25-4c8-proj 2018-09-04 12:10:54,520 - create_stack - INFO - Created stack with name - CreateStackKeypairTests-CreateStackKeypairTests-914d3148-6f11-4587-8bd8-c3dc2c074242-stack 2018-09-04 12:10:58,362 - create_stack - INFO - Stack is now active with name - CreateStackKeypairTests-CreateStackKeypairTests-914d3148-6f11-4587-8bd8-c3dc2c074242-stack 2018-09-04 12:11:00,070 - create_stack - INFO - Deleting stack - CreateStackKeypairTests-CreateStackKeypairTests-914d3148-6f11-4587-8bd8-c3dc2c074242-stack 2018-09-04 12:11:03,858 - create_stack - INFO - Attempting to delete again stack - CreateStackKeypairTests-CreateStackKeypairTests-914d3148-6f11-4587-8bd8-c3dc2c074242-stack 2018-09-04 12:11:05,186 - keystone_utils - INFO - Deleting project with name - CreateStackKeypairTests-4ea94940-3b25-4c8-proj 2018-09-04 12:11:05,532 - keystone_utils - INFO - Deleting role with name - CreateStackKeypairTests-4ea94940-3b25-4c8-proj-role 2018-09-04 12:11:05,718 - keystone_utils - INFO - Deleting user with name - CreateStackKeypairTests-4ea94940-3b25-4c8-user 2018-09-04 12:11:07,157 - keystone_utils - INFO - Created project with name - CreateStackSecurityGroupTests-abb53421-e1c4-449-proj 2018-09-04 12:11:08,780 - keystone_utils - INFO - Granting role heat_stack_owner to project CreateStackSecurityGroupTests-abb53421-e1c4-449-proj 2018-09-04 12:11:08,909 - keystone_utils - INFO - Created user with name - CreateStackSecurityGroupTests-abb53421-e1c4-449-user 2018-09-04 12:11:09,091 - keystone_utils - INFO - Created role with name - CreateStackSecurityGroupTests-abb53421-e1c4-449-proj-role 2018-09-04 12:11:09,180 - keystone_utils - INFO - Granting role CreateStackSecurityGroupTests-abb53421-e1c4-449-proj-role to project CreateStackSecurityGroupTests-abb53421-e1c4-449-proj 2018-09-04 12:11:11,652 - create_stack - INFO - Created stack with name - CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-4f58bbd1-dbcb-4525-8bf6-e611c24485ec-stack 2018-09-04 12:11:15,385 - create_stack - INFO - Stack is now active with name - CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-4f58bbd1-dbcb-4525-8bf6-e611c24485ec-stack 2018-09-04 12:11:15,456 - neutron_utils - INFO - Retrieving security group with ID - defde9eb-a517-4680-ae16-ea71e596c1a0 2018-09-04 12:11:15,653 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - defde9eb-a517-4680-ae16-ea71e596c1a0 2018-09-04 12:11:15,832 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - defde9eb-a517-4680-ae16-ea71e596c1a0 2018-09-04 12:11:16,764 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - defde9eb-a517-4680-ae16-ea71e596c1a0 2018-09-04 12:11:16,937 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - defde9eb-a517-4680-ae16-ea71e596c1a0 2018-09-04 12:11:17,150 - neutron_utils - INFO - Retrieving security group with ID - defde9eb-a517-4680-ae16-ea71e596c1a0 2018-09-04 12:11:17,363 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - defde9eb-a517-4680-ae16-ea71e596c1a0 2018-09-04 12:11:17,533 - create_stack - INFO - Deleting stack - CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-4f58bbd1-dbcb-4525-8bf6-e611c24485ec-stack 2018-09-04 12:11:20,874 - create_stack - INFO - Attempting to delete again stack - CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-4f58bbd1-dbcb-4525-8bf6-e611c24485ec-stack 2018-09-04 12:11:22,015 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 5e287af3-2955-4d5a-81e7-67dd9dbb9997 2018-09-04 12:11:22,185 - neutron_utils - INFO - Deleting security group with name - default 2018-09-04 12:11:22,549 - keystone_utils - INFO - Deleting project with name - CreateStackSecurityGroupTests-abb53421-e1c4-449-proj 2018-09-04 12:11:22,843 - keystone_utils - INFO - Deleting role with name - CreateStackSecurityGroupTests-abb53421-e1c4-449-proj-role 2018-09-04 12:11:23,065 - keystone_utils - INFO - Deleting user with name - CreateStackSecurityGroupTests-abb53421-e1c4-449-user 2018-09-04 12:11:24,469 - keystone_utils - INFO - Created project with name - CreateStackNegativeTests-75b971a3-9b89-4aa-proj 2018-09-04 12:11:25,946 - keystone_utils - INFO - Granting role heat_stack_owner to project CreateStackNegativeTests-75b971a3-9b89-4aa-proj 2018-09-04 12:11:26,083 - keystone_utils - INFO - Created user with name - CreateStackNegativeTests-75b971a3-9b89-4aa-user 2018-09-04 12:11:26,283 - keystone_utils - INFO - Created role with name - CreateStackNegativeTests-75b971a3-9b89-4aa-proj-role 2018-09-04 12:11:26,368 - keystone_utils - INFO - Granting role CreateStackNegativeTests-75b971a3-9b89-4aa-proj-role to project CreateStackNegativeTests-75b971a3-9b89-4aa-proj 2018-09-04 12:11:28,328 - keystone_utils - INFO - Deleting project with name - CreateStackNegativeTests-75b971a3-9b89-4aa-proj 2018-09-04 12:11:28,519 - keystone_utils - INFO - Deleting role with name - CreateStackNegativeTests-75b971a3-9b89-4aa-proj-role 2018-09-04 12:11:28,717 - keystone_utils - INFO - Deleting user with name - CreateStackNegativeTests-75b971a3-9b89-4aa-user 2018-09-04 12:11:30,253 - keystone_utils - INFO - Created project with name - CreateStackNegativeTests-1f3fd98e-2dc0-4db-proj 2018-09-04 12:11:31,809 - keystone_utils - INFO - Granting role heat_stack_owner to project CreateStackNegativeTests-1f3fd98e-2dc0-4db-proj 2018-09-04 12:11:31,939 - keystone_utils - INFO - Created user with name - CreateStackNegativeTests-1f3fd98e-2dc0-4db-user 2018-09-04 12:11:32,153 - keystone_utils - INFO - Created role with name - CreateStackNegativeTests-1f3fd98e-2dc0-4db-proj-role 2018-09-04 12:11:32,237 - keystone_utils - INFO - Granting role CreateStackNegativeTests-1f3fd98e-2dc0-4db-proj-role to project CreateStackNegativeTests-1f3fd98e-2dc0-4db-proj 2018-09-04 12:11:34,749 - keystone_utils - INFO - Deleting project with name - CreateStackNegativeTests-1f3fd98e-2dc0-4db-proj 2018-09-04 12:11:34,956 - keystone_utils - INFO - Deleting role with name - CreateStackNegativeTests-1f3fd98e-2dc0-4db-proj-role 2018-09-04 12:11:35,170 - keystone_utils - INFO - Deleting user with name - CreateStackNegativeTests-1f3fd98e-2dc0-4db-user 2018-09-04 12:11:36,678 - keystone_utils - INFO - Created project with name - CreateInstanceSingleNetworkTests-4dfcfc98-f8ad-4a5-proj 2018-09-04 12:11:37,780 - keystone_utils - INFO - Created user with name - CreateInstanceSingleNetworkTests-4dfcfc98-f8ad-4a5-user 2018-09-04 12:11:37,912 - keystone_utils - INFO - Created role with name - CreateInstanceSingleNetworkTests-4dfcfc98-f8ad-4a5-proj-role 2018-09-04 12:11:37,929 - keystone_utils - INFO - Granting role CreateInstanceSingleNetworkTests-4dfcfc98-f8ad-4a5-proj-role to project CreateInstanceSingleNetworkTests-4dfcfc98-f8ad-4a5-proj 2018-09-04 12:11:41,284 - create_image - INFO - Created image with name - CreateInstanceSingleNetworkTests-dc300fe0-9b66-4536-b71a-d6cb01c21704-image 2018-09-04 12:11:41,469 - create_image - INFO - Image is now active with name - CreateInstanceSingleNetworkTests-dc300fe0-9b66-4536-b71a-d6cb01c21704-image 2018-09-04 12:11:42,117 - neutron_utils - INFO - Creating network with name CreateInstanceSingleNetworkTests-dc300fe0-9b66-4536-b71a-d6cb01c21704-pub-net 2018-09-04 12:11:43,301 - neutron_utils - INFO - Creating subnet with name CreateInstanceSingleNetworkTests-dc300fe0-9b66-4536-b71a-d6cb01c21704-pub-subnet 2018-09-04 12:11:46,195 - neutron_utils - INFO - Creating router with name - CreateInstanceSingleNetworkTests-dc300fe0-9b66-4536-b71a-d6cb01c21704-pub-router 2018-09-04 12:11:47,096 - neutron_utils - INFO - Deleting subnet with name CreateInstanceSingleNetworkTests-dc300fe0-9b66-4536-b71a-d6cb01c21704-pub-subnet 2018-09-04 12:11:47,097 - neutron_utils - INFO - Deleting subnet with name CreateInstanceSingleNetworkTests-dc300fe0-9b66-4536-b71a-d6cb01c21704-pub-subnet 2018-09-04 12:11:49,614 - neutron_utils - INFO - Deleting network with name CreateInstanceSingleNetworkTests-dc300fe0-9b66-4536-b71a-d6cb01c21704-pub-net 2018-09-04 12:11:51,652 - glance_utils - INFO - Deleting image named - CreateInstanceSingleNetworkTests-dc300fe0-9b66-4536-b71a-d6cb01c21704-image 2018-09-04 12:11:53,601 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 004b83d9-b027-4aa8-afbb-21e69817e8bb 2018-09-04 12:11:53,795 - neutron_utils - INFO - Deleting security group with name - default 2018-09-04 12:11:54,127 - keystone_utils - INFO - Deleting project with name - CreateInstanceSingleNetworkTests-4dfcfc98-f8ad-4a5-proj 2018-09-04 12:11:54,370 - keystone_utils - INFO - Deleting role with name - CreateInstanceSingleNetworkTests-4dfcfc98-f8ad-4a5-proj-role 2018-09-04 12:11:54,566 - keystone_utils - INFO - Deleting user with name - CreateInstanceSingleNetworkTests-4dfcfc98-f8ad-4a5-user 2018-09-04 12:11:55,996 - keystone_utils - INFO - Created project with name - CreateInstanceSingleNetworkTests-a763c803-040a-476-proj 2018-09-04 12:11:56,983 - keystone_utils - INFO - Created user with name - CreateInstanceSingleNetworkTests-a763c803-040a-476-user 2018-09-04 12:11:57,247 - keystone_utils - INFO - Created role with name - CreateInstanceSingleNetworkTests-a763c803-040a-476-proj-role 2018-09-04 12:11:57,267 - keystone_utils - INFO - Granting role CreateInstanceSingleNetworkTests-a763c803-040a-476-proj-role to project CreateInstanceSingleNetworkTests-a763c803-040a-476-proj 2018-09-04 12:12:00,158 - create_image - INFO - Created image with name - CreateInstanceSingleNetworkTests-af6c1fe0-d6e8-49d9-805d-f4244f2a24e6-image 2018-09-04 12:12:00,320 - create_image - INFO - Image is now active with name - CreateInstanceSingleNetworkTests-af6c1fe0-d6e8-49d9-805d-f4244f2a24e6-image 2018-09-04 12:12:00,936 - neutron_utils - INFO - Creating network with name CreateInstanceSingleNetworkTests-af6c1fe0-d6e8-49d9-805d-f4244f2a24e6-pub-net 2018-09-04 12:12:01,898 - neutron_utils - INFO - Creating subnet with name CreateInstanceSingleNetworkTests-af6c1fe0-d6e8-49d9-805d-f4244f2a24e6-pub-subnet 2018-09-04 12:12:04,517 - neutron_utils - INFO - Creating router with name - CreateInstanceSingleNetworkTests-af6c1fe0-d6e8-49d9-805d-f4244f2a24e6-pub-router 2018-09-04 12:12:05,258 - neutron_utils - INFO - Deleting subnet with name CreateInstanceSingleNetworkTests-af6c1fe0-d6e8-49d9-805d-f4244f2a24e6-pub-subnet 2018-09-04 12:12:05,258 - neutron_utils - INFO - Deleting subnet with name CreateInstanceSingleNetworkTests-af6c1fe0-d6e8-49d9-805d-f4244f2a24e6-pub-subnet 2018-09-04 12:12:07,594 - neutron_utils - INFO - Deleting network with name CreateInstanceSingleNetworkTests-af6c1fe0-d6e8-49d9-805d-f4244f2a24e6-pub-net 2018-09-04 12:12:08,832 - glance_utils - INFO - Deleting image named - CreateInstanceSingleNetworkTests-af6c1fe0-d6e8-49d9-805d-f4244f2a24e6-image 2018-09-04 12:12:11,059 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 989770b6-d2fc-4d06-ade6-aeb19836fdd3 2018-09-04 12:12:11,249 - neutron_utils - INFO - Deleting security group with name - default 2018-09-04 12:12:11,625 - keystone_utils - INFO - Deleting project with name - CreateInstanceSingleNetworkTests-a763c803-040a-476-proj 2018-09-04 12:12:11,885 - keystone_utils - INFO - Deleting role with name - CreateInstanceSingleNetworkTests-a763c803-040a-476-proj-role 2018-09-04 12:12:12,105 - keystone_utils - INFO - Deleting user with name - CreateInstanceSingleNetworkTests-a763c803-040a-476-user 2018-09-04 12:12:13,451 - keystone_utils - INFO - Created project with name - CreateInstanceSingleNetworkTests-dda26ca8-683e-47a-proj 2018-09-04 12:12:14,660 - keystone_utils - INFO - Created user with name - CreateInstanceSingleNetworkTests-dda26ca8-683e-47a-user 2018-09-04 12:12:14,966 - keystone_utils - INFO - Created role with name - CreateInstanceSingleNetworkTests-dda26ca8-683e-47a-proj-role 2018-09-04 12:12:15,056 - keystone_utils - INFO - Granting role CreateInstanceSingleNetworkTests-dda26ca8-683e-47a-proj-role to project CreateInstanceSingleNetworkTests-dda26ca8-683e-47a-proj 2018-09-04 12:12:17,843 - create_image - INFO - Created image with name - CreateInstanceSingleNetworkTests-cde520f3-c11c-4b58-80eb-e67ddcb400ca-image 2018-09-04 12:12:18,004 - create_image - INFO - Image is now active with name - CreateInstanceSingleNetworkTests-cde520f3-c11c-4b58-80eb-e67ddcb400ca-image 2018-09-04 12:12:18,657 - neutron_utils - INFO - Creating network with name CreateInstanceSingleNetworkTests-cde520f3-c11c-4b58-80eb-e67ddcb400ca-pub-net 2018-09-04 12:12:19,649 - neutron_utils - INFO - Creating subnet with name CreateInstanceSingleNetworkTests-cde520f3-c11c-4b58-80eb-e67ddcb400ca-pub-subnet 2018-09-04 12:12:22,374 - neutron_utils - INFO - Creating router with name - CreateInstanceSingleNetworkTests-cde520f3-c11c-4b58-80eb-e67ddcb400ca-pub-router 2018-09-04 12:12:23,295 - neutron_utils - INFO - Deleting subnet with name CreateInstanceSingleNetworkTests-cde520f3-c11c-4b58-80eb-e67ddcb400ca-pub-subnet 2018-09-04 12:12:23,295 - neutron_utils - INFO - Deleting subnet with name CreateInstanceSingleNetworkTests-cde520f3-c11c-4b58-80eb-e67ddcb400ca-pub-subnet 2018-09-04 12:12:25,658 - neutron_utils - INFO - Deleting network with name CreateInstanceSingleNetworkTests-cde520f3-c11c-4b58-80eb-e67ddcb400ca-pub-net 2018-09-04 12:12:27,405 - glance_utils - INFO - Deleting image named - CreateInstanceSingleNetworkTests-cde520f3-c11c-4b58-80eb-e67ddcb400ca-image 2018-09-04 12:12:30,585 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - faa9bfed-a36c-4e08-9b3a-c544ff28436c 2018-09-04 12:12:30,767 - neutron_utils - INFO - Deleting security group with name - default 2018-09-04 12:12:31,110 - keystone_utils - INFO - Deleting project with name - CreateInstanceSingleNetworkTests-dda26ca8-683e-47a-proj 2018-09-04 12:12:31,353 - keystone_utils - INFO - Deleting role with name - CreateInstanceSingleNetworkTests-dda26ca8-683e-47a-proj-role 2018-09-04 12:12:31,554 - keystone_utils - INFO - Deleting user with name - CreateInstanceSingleNetworkTests-dda26ca8-683e-47a-user 2018-09-04 12:12:33,008 - keystone_utils - INFO - Created project with name - CreateInstanceSingleNetworkTests-324d3d38-70ac-4ed-proj 2018-09-04 12:12:34,158 - keystone_utils - INFO - Created user with name - CreateInstanceSingleNetworkTests-324d3d38-70ac-4ed-user 2018-09-04 12:12:34,361 - keystone_utils - INFO - Created role with name - CreateInstanceSingleNetworkTests-324d3d38-70ac-4ed-proj-role 2018-09-04 12:12:34,451 - keystone_utils - INFO - Granting role CreateInstanceSingleNetworkTests-324d3d38-70ac-4ed-proj-role to project CreateInstanceSingleNetworkTests-324d3d38-70ac-4ed-proj 2018-09-04 12:12:38,032 - create_image - INFO - Created image with name - CreateInstanceSingleNetworkTests-c2e3686d-13ac-47b2-960c-6e0d9cc10053-image 2018-09-04 12:12:38,206 - create_image - INFO - Image is now active with name - CreateInstanceSingleNetworkTests-c2e3686d-13ac-47b2-960c-6e0d9cc10053-image 2018-09-04 12:12:38,765 - neutron_utils - INFO - Creating network with name CreateInstanceSingleNetworkTests-c2e3686d-13ac-47b2-960c-6e0d9cc10053-pub-net 2018-09-04 12:12:39,925 - neutron_utils - INFO - Creating subnet with name CreateInstanceSingleNetworkTests-c2e3686d-13ac-47b2-960c-6e0d9cc10053-pub-subnet 2018-09-04 12:12:42,729 - neutron_utils - INFO - Creating router with name - CreateInstanceSingleNetworkTests-c2e3686d-13ac-47b2-960c-6e0d9cc10053-pub-router 2018-09-04 12:12:43,768 - neutron_utils - INFO - Deleting subnet with name CreateInstanceSingleNetworkTests-c2e3686d-13ac-47b2-960c-6e0d9cc10053-pub-subnet 2018-09-04 12:12:43,768 - neutron_utils - INFO - Deleting subnet with name CreateInstanceSingleNetworkTests-c2e3686d-13ac-47b2-960c-6e0d9cc10053-pub-subnet 2018-09-04 12:12:46,207 - neutron_utils - INFO - Deleting network with name CreateInstanceSingleNetworkTests-c2e3686d-13ac-47b2-960c-6e0d9cc10053-pub-net 2018-09-04 12:12:47,514 - glance_utils - INFO - Deleting image named - CreateInstanceSingleNetworkTests-c2e3686d-13ac-47b2-960c-6e0d9cc10053-image 2018-09-04 12:12:50,013 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - e98ef5b5-f6d5-4c07-8944-4bd1b652a09e 2018-09-04 12:12:50,204 - neutron_utils - INFO - Deleting security group with name - default 2018-09-04 12:12:50,522 - keystone_utils - INFO - Deleting project with name - CreateInstanceSingleNetworkTests-324d3d38-70ac-4ed-proj 2018-09-04 12:12:50,831 - keystone_utils - INFO - Deleting role with name - CreateInstanceSingleNetworkTests-324d3d38-70ac-4ed-proj-role 2018-09-04 12:12:51,067 - keystone_utils - INFO - Deleting user with name - CreateInstanceSingleNetworkTests-324d3d38-70ac-4ed-user 2018-09-04 12:12:52,427 - keystone_utils - INFO - Created project with name - CreateInstanceSingleNetworkTests-9ae8663d-fc66-4cb-proj 2018-09-04 12:12:53,488 - keystone_utils - INFO - Created user with name - CreateInstanceSingleNetworkTests-9ae8663d-fc66-4cb-user 2018-09-04 12:12:53,690 - keystone_utils - INFO - Created role with name - CreateInstanceSingleNetworkTests-9ae8663d-fc66-4cb-proj-role 2018-09-04 12:12:53,780 - keystone_utils - INFO - Granting role CreateInstanceSingleNetworkTests-9ae8663d-fc66-4cb-proj-role to project CreateInstanceSingleNetworkTests-9ae8663d-fc66-4cb-proj 2018-09-04 12:12:56,667 - create_image - INFO - Created image with name - CreateInstanceSingleNetworkTests-df96ad85-dc24-45d6-b35f-cd404dc3ba07-image 2018-09-04 12:12:56,828 - create_image - INFO - Image is now active with name - CreateInstanceSingleNetworkTests-df96ad85-dc24-45d6-b35f-cd404dc3ba07-image 2018-09-04 12:12:57,439 - neutron_utils - INFO - Creating network with name CreateInstanceSingleNetworkTests-df96ad85-dc24-45d6-b35f-cd404dc3ba07-pub-net 2018-09-04 12:12:58,608 - neutron_utils - INFO - Creating subnet with name CreateInstanceSingleNetworkTests-df96ad85-dc24-45d6-b35f-cd404dc3ba07-pub-subnet 2018-09-04 12:13:01,272 - neutron_utils - INFO - Creating router with name - CreateInstanceSingleNetworkTests-df96ad85-dc24-45d6-b35f-cd404dc3ba07-pub-router 2018-09-04 12:13:02,427 - neutron_utils - INFO - Deleting subnet with name CreateInstanceSingleNetworkTests-df96ad85-dc24-45d6-b35f-cd404dc3ba07-pub-subnet 2018-09-04 12:13:02,427 - neutron_utils - INFO - Deleting subnet with name CreateInstanceSingleNetworkTests-df96ad85-dc24-45d6-b35f-cd404dc3ba07-pub-subnet 2018-09-04 12:13:04,821 - neutron_utils - INFO - Deleting network with name CreateInstanceSingleNetworkTests-df96ad85-dc24-45d6-b35f-cd404dc3ba07-pub-net 2018-09-04 12:13:06,095 - glance_utils - INFO - Deleting image named - CreateInstanceSingleNetworkTests-df96ad85-dc24-45d6-b35f-cd404dc3ba07-image 2018-09-04 12:13:07,966 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 0bc2bfdf-cb59-4215-b3fb-c001a467ba0f 2018-09-04 12:13:08,156 - neutron_utils - INFO - Deleting security group with name - default 2018-09-04 12:13:08,508 - keystone_utils - INFO - Deleting project with name - CreateInstanceSingleNetworkTests-9ae8663d-fc66-4cb-proj 2018-09-04 12:13:08,856 - keystone_utils - INFO - Deleting role with name - CreateInstanceSingleNetworkTests-9ae8663d-fc66-4cb-proj-role 2018-09-04 12:13:09,064 - keystone_utils - INFO - Deleting user with name - CreateInstanceSingleNetworkTests-9ae8663d-fc66-4cb-user 2018-09-04 12:13:10,499 - keystone_utils - INFO - Created project with name - CreateInstanceSingleNetworkTests-78b7fc52-9782-43c-proj 2018-09-04 12:13:11,553 - keystone_utils - INFO - Created user with name - CreateInstanceSingleNetworkTests-78b7fc52-9782-43c-user 2018-09-04 12:13:11,756 - keystone_utils - INFO - Created role with name - CreateInstanceSingleNetworkTests-78b7fc52-9782-43c-proj-role 2018-09-04 12:13:11,840 - keystone_utils - INFO - Granting role CreateInstanceSingleNetworkTests-78b7fc52-9782-43c-proj-role to project CreateInstanceSingleNetworkTests-78b7fc52-9782-43c-proj 2018-09-04 12:13:15,464 - create_image - INFO - Created image with name - CreateInstanceSingleNetworkTests-760b0145-91f1-4c4e-969d-05f46eab5ce7-image 2018-09-04 12:13:15,483 - create_image - INFO - Image is now active with name - CreateInstanceSingleNetworkTests-760b0145-91f1-4c4e-969d-05f46eab5ce7-image 2018-09-04 12:13:16,117 - neutron_utils - INFO - Creating network with name CreateInstanceSingleNetworkTests-760b0145-91f1-4c4e-969d-05f46eab5ce7-pub-net 2018-09-04 12:13:17,122 - neutron_utils - INFO - Creating subnet with name CreateInstanceSingleNetworkTests-760b0145-91f1-4c4e-969d-05f46eab5ce7-pub-subnet 2018-09-04 12:13:19,783 - neutron_utils - INFO - Creating router with name - CreateInstanceSingleNetworkTests-760b0145-91f1-4c4e-969d-05f46eab5ce7-pub-router 2018-09-04 12:13:20,846 - neutron_utils - INFO - Deleting subnet with name CreateInstanceSingleNetworkTests-760b0145-91f1-4c4e-969d-05f46eab5ce7-pub-subnet 2018-09-04 12:13:20,846 - neutron_utils - INFO - Deleting subnet with name CreateInstanceSingleNetworkTests-760b0145-91f1-4c4e-969d-05f46eab5ce7-pub-subnet 2018-09-04 12:13:23,149 - neutron_utils - INFO - Deleting network with name CreateInstanceSingleNetworkTests-760b0145-91f1-4c4e-969d-05f46eab5ce7-pub-net 2018-09-04 12:13:24,419 - glance_utils - INFO - Deleting image named - CreateInstanceSingleNetworkTests-760b0145-91f1-4c4e-969d-05f46eab5ce7-image 2018-09-04 12:13:27,427 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - d8db50fa-8427-41dd-bb0e-a454033b4f5f 2018-09-04 12:13:27,595 - neutron_utils - INFO - Deleting security group with name - default 2018-09-04 12:13:27,991 - keystone_utils - INFO - Deleting project with name - CreateInstanceSingleNetworkTests-78b7fc52-9782-43c-proj 2018-09-04 12:13:28,246 - keystone_utils - INFO - Deleting role with name - CreateInstanceSingleNetworkTests-78b7fc52-9782-43c-proj-role 2018-09-04 12:13:28,459 - keystone_utils - INFO - Deleting user with name - CreateInstanceSingleNetworkTests-78b7fc52-9782-43c-user 2018-09-04 12:13:29,781 - keystone_utils - INFO - Created project with name - CreateInstanceSingleNetworkTests-712b4fc4-ad42-469-proj 2018-09-04 12:13:30,822 - keystone_utils - INFO - Created user with name - CreateInstanceSingleNetworkTests-712b4fc4-ad42-469-user 2018-09-04 12:13:31,026 - keystone_utils - INFO - Created role with name - CreateInstanceSingleNetworkTests-712b4fc4-ad42-469-proj-role 2018-09-04 12:13:31,114 - keystone_utils - INFO - Granting role CreateInstanceSingleNetworkTests-712b4fc4-ad42-469-proj-role to project CreateInstanceSingleNetworkTests-712b4fc4-ad42-469-proj 2018-09-04 12:13:33,989 - create_image - INFO - Created image with name - CreateInstanceSingleNetworkTests-7e6483ea-e7ef-433e-a42a-2ecff7d938d2-image 2018-09-04 12:13:34,142 - create_image - INFO - Image is now active with name - CreateInstanceSingleNetworkTests-7e6483ea-e7ef-433e-a42a-2ecff7d938d2-image 2018-09-04 12:13:34,782 - neutron_utils - INFO - Creating network with name CreateInstanceSingleNetworkTests-7e6483ea-e7ef-433e-a42a-2ecff7d938d2-pub-net 2018-09-04 12:13:35,599 - neutron_utils - INFO - Creating subnet with name CreateInstanceSingleNetworkTests-7e6483ea-e7ef-433e-a42a-2ecff7d938d2-pub-subnet 2018-09-04 12:13:38,543 - neutron_utils - INFO - Creating router with name - CreateInstanceSingleNetworkTests-7e6483ea-e7ef-433e-a42a-2ecff7d938d2-pub-router 2018-09-04 12:13:39,642 - neutron_utils - INFO - Deleting subnet with name CreateInstanceSingleNetworkTests-7e6483ea-e7ef-433e-a42a-2ecff7d938d2-pub-subnet 2018-09-04 12:13:39,642 - neutron_utils - INFO - Deleting subnet with name CreateInstanceSingleNetworkTests-7e6483ea-e7ef-433e-a42a-2ecff7d938d2-pub-subnet 2018-09-04 12:13:42,061 - neutron_utils - INFO - Deleting network with name CreateInstanceSingleNetworkTests-7e6483ea-e7ef-433e-a42a-2ecff7d938d2-pub-net 2018-09-04 12:13:43,426 - glance_utils - INFO - Deleting image named - CreateInstanceSingleNetworkTests-7e6483ea-e7ef-433e-a42a-2ecff7d938d2-image 2018-09-04 12:13:46,015 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - ba5223ba-48b3-45db-a082-587016cce8d7 2018-09-04 12:13:46,207 - neutron_utils - INFO - Deleting security group with name - default 2018-09-04 12:13:46,567 - keystone_utils - INFO - Deleting project with name - CreateInstanceSingleNetworkTests-712b4fc4-ad42-469-proj 2018-09-04 12:13:46,820 - keystone_utils - INFO - Deleting role with name - CreateInstanceSingleNetworkTests-712b4fc4-ad42-469-proj-role 2018-09-04 12:13:47,010 - keystone_utils - INFO - Deleting user with name - CreateInstanceSingleNetworkTests-712b4fc4-ad42-469-user 2018-09-04 12:13:48,428 - keystone_utils - INFO - Created project with name - CreateStackFloatingIpTests-03a2b599-7736-45c-proj 2018-09-04 12:13:49,913 - keystone_utils - INFO - Granting role admin to project CreateStackFloatingIpTests-03a2b599-7736-45c-proj 2018-09-04 12:13:50,424 - keystone_utils - INFO - Granting role heat_stack_owner to project CreateStackFloatingIpTests-03a2b599-7736-45c-proj 2018-09-04 12:13:50,562 - keystone_utils - INFO - Created user with name - CreateStackFloatingIpTests-03a2b599-7736-45c-user 2018-09-04 12:13:50,763 - keystone_utils - INFO - Created role with name - CreateStackFloatingIpTests-03a2b599-7736-45c-proj-role 2018-09-04 12:13:50,852 - keystone_utils - INFO - Granting role CreateStackFloatingIpTests-03a2b599-7736-45c-proj-role to project CreateStackFloatingIpTests-03a2b599-7736-45c-proj 2018-09-04 12:13:53,680 - create_image - INFO - Created image with name - CreateStackFloatingIpTests-087ca8a0-727e-479c-af04-dcb3db11fc72-image 2018-09-04 12:13:53,852 - create_image - INFO - Image is now active with name - CreateStackFloatingIpTests-087ca8a0-727e-479c-af04-dcb3db11fc72-image 2018-09-04 12:13:57,835 - create_stack - INFO - Created stack with name - CreateStackFloatingIpTests-CreateStackFloatingIpTests-087ca8a0-727e-479c-af04-dcb3db11fc72-stack 2018-09-04 12:14:05,380 - create_stack - ERROR - Stack CreateStackFloatingIpTests-CreateStackFloatingIpTests-087ca8a0-727e-479c-af04-dcb3db11fc72-stack failed 2018-09-04 12:14:05,380 - create_stack - ERROR - Resource: [floating_ip] status: [INIT_COMPLETE] reason: [] 2018-09-04 12:14:05,380 - create_stack - ERROR - Resource: [floating_ip_association] status: [INIT_COMPLETE] reason: [] 2018-09-04 12:14:05,380 - create_stack - ERROR - Resource: [management_router_interface] status: [INIT_COMPLETE] reason: [] 2018-09-04 12:14:05,380 - create_stack - ERROR - Resource: [management_router] status: [CREATE_FAILED] reason: [IpAddressGenerationFailureClient: resources.management_router: No more IP addresses available on network 4097e349-dd4a-4a5e-95d6-eed5c2d7b85a. Neutron server returns request_ids: ['req-4a0d2aa9-917c-4a82-b1e9-f3bb18cd5f27']] 2018-09-04 12:14:05,380 - create_stack - ERROR - Resource: [port1] status: [INIT_COMPLETE] reason: [] 2018-09-04 12:14:05,381 - create_stack - ERROR - Resource: [vm2] status: [CREATE_IN_PROGRESS] reason: [state changed] 2018-09-04 12:14:05,381 - create_stack - ERROR - Resource: [vm1] status: [INIT_COMPLETE] reason: [] 2018-09-04 12:14:05,382 - create_stack - INFO - Deleting stack - CreateStackFloatingIpTests-CreateStackFloatingIpTests-087ca8a0-727e-479c-af04-dcb3db11fc72-stack 2018-09-04 12:14:22,477 - create_stack - INFO - Attempting to delete again stack - CreateStackFloatingIpTests-CreateStackFloatingIpTests-087ca8a0-727e-479c-af04-dcb3db11fc72-stack 2018-09-04 12:14:22,689 - glance_utils - INFO - Deleting image named - CreateStackFloatingIpTests-087ca8a0-727e-479c-af04-dcb3db11fc72-image 2018-09-04 12:14:24,232 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 3e2bfed5-a071-491a-ab83-b40c17fb6d85 2018-09-04 12:14:24,404 - neutron_utils - INFO - Deleting security group with name - default 2018-09-04 12:14:24,768 - keystone_utils - INFO - Deleting project with name - CreateStackFloatingIpTests-03a2b599-7736-45c-proj 2018-09-04 12:14:25,161 - keystone_utils - INFO - Deleting role with name - CreateStackFloatingIpTests-03a2b599-7736-45c-proj-role 2018-09-04 12:14:25,386 - keystone_utils - INFO - Deleting user with name - CreateStackFloatingIpTests-03a2b599-7736-45c-user 2018-09-04 12:14:26,895 - keystone_utils - INFO - Created project with name - CreateStackFloatingIpTests-b2366c6a-c2fb-4cd-proj 2018-09-04 12:14:28,513 - keystone_utils - INFO - Granting role admin to project CreateStackFloatingIpTests-b2366c6a-c2fb-4cd-proj 2018-09-04 12:14:29,021 - keystone_utils - INFO - Granting role heat_stack_owner to project CreateStackFloatingIpTests-b2366c6a-c2fb-4cd-proj 2018-09-04 12:14:29,161 - keystone_utils - INFO - Created user with name - CreateStackFloatingIpTests-b2366c6a-c2fb-4cd-user 2018-09-04 12:14:29,362 - keystone_utils - INFO - Created role with name - CreateStackFloatingIpTests-b2366c6a-c2fb-4cd-proj-role 2018-09-04 12:14:29,452 - keystone_utils - INFO - Granting role CreateStackFloatingIpTests-b2366c6a-c2fb-4cd-proj-role to project CreateStackFloatingIpTests-b2366c6a-c2fb-4cd-proj 2018-09-04 12:14:32,909 - create_image - INFO - Created image with name - CreateStackFloatingIpTests-4fd3c8a6-7a81-4cd3-a886-9ccd7bef5322-image 2018-09-04 12:14:32,928 - create_image - INFO - Image is now active with name - CreateStackFloatingIpTests-4fd3c8a6-7a81-4cd3-a886-9ccd7bef5322-image 2018-09-04 12:14:37,722 - create_stack - INFO - Created stack with name - CreateStackFloatingIpTests-CreateStackFloatingIpTests-4fd3c8a6-7a81-4cd3-a886-9ccd7bef5322-stack 2018-09-04 12:14:45,227 - create_stack - ERROR - Stack CreateStackFloatingIpTests-CreateStackFloatingIpTests-4fd3c8a6-7a81-4cd3-a886-9ccd7bef5322-stack failed 2018-09-04 12:14:45,227 - create_stack - ERROR - Resource: [flavor2] status: [INIT_COMPLETE] reason: [] 2018-09-04 12:14:45,227 - create_stack - ERROR - Resource: [flavor1] status: [INIT_COMPLETE] reason: [] 2018-09-04 12:14:45,227 - create_stack - ERROR - Resource: [floating_ip] status: [INIT_COMPLETE] reason: [] 2018-09-04 12:14:45,227 - create_stack - ERROR - Resource: [floating_ip_association] status: [INIT_COMPLETE] reason: [] 2018-09-04 12:14:45,227 - create_stack - ERROR - Resource: [management_router_interface] status: [INIT_COMPLETE] reason: [] 2018-09-04 12:14:45,227 - create_stack - ERROR - Resource: [management_router] status: [CREATE_FAILED] reason: [IpAddressGenerationFailureClient: resources.management_router: No more IP addresses available on network 4097e349-dd4a-4a5e-95d6-eed5c2d7b85a. Neutron server returns request_ids: ['req-51335581-abf9-45d7-a632-1fcdb3210ae0']] 2018-09-04 12:14:45,228 - create_stack - ERROR - Resource: [vm1] status: [INIT_COMPLETE] reason: [] 2018-09-04 12:14:45,228 - create_stack - ERROR - Resource: [vm2] status: [INIT_COMPLETE] reason: [] 2018-09-04 12:14:45,228 - create_stack - ERROR - Resource: [port1] status: [INIT_COMPLETE] reason: [] 2018-09-04 12:14:45,228 - create_stack - INFO - Deleting stack - CreateStackFloatingIpTests-CreateStackFloatingIpTests-4fd3c8a6-7a81-4cd3-a886-9ccd7bef5322-stack 2018-09-04 12:14:58,967 - create_stack - INFO - Attempting to delete again stack - CreateStackFloatingIpTests-CreateStackFloatingIpTests-4fd3c8a6-7a81-4cd3-a886-9ccd7bef5322-stack 2018-09-04 12:14:59,169 - glance_utils - INFO - Deleting image named - CreateStackFloatingIpTests-4fd3c8a6-7a81-4cd3-a886-9ccd7bef5322-image 2018-09-04 12:15:00,754 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 483b7c84-315d-4274-aa6e-feeb1f24578b 2018-09-04 12:15:00,925 - neutron_utils - INFO - Deleting security group with name - default 2018-09-04 12:15:01,253 - keystone_utils - INFO - Deleting project with name - CreateStackFloatingIpTests-b2366c6a-c2fb-4cd-proj 2018-09-04 12:15:01,527 - keystone_utils - INFO - Deleting role with name - CreateStackFloatingIpTests-b2366c6a-c2fb-4cd-proj-role 2018-09-04 12:15:01,727 - keystone_utils - INFO - Deleting user with name - CreateStackFloatingIpTests-b2366c6a-c2fb-4cd-user 2018-09-04 12:15:03,416 - keystone_utils - INFO - Created project with name - AnsibleProvisioningTests-1a16b2ee-980b-49d-proj 2018-09-04 12:15:04,536 - keystone_utils - INFO - Created user with name - AnsibleProvisioningTests-1a16b2ee-980b-49d-user 2018-09-04 12:15:04,731 - keystone_utils - INFO - Created role with name - AnsibleProvisioningTests-1a16b2ee-980b-49d-proj-role 2018-09-04 12:15:04,816 - keystone_utils - INFO - Granting role AnsibleProvisioningTests-1a16b2ee-980b-49d-proj-role to project AnsibleProvisioningTests-1a16b2ee-980b-49d-proj 2018-09-04 12:15:14,019 - create_image - INFO - Created image with name - AnsibleProvisioningTests-c158059f-39d7-4477-b713-72a8ef36e35b--image 2018-09-04 12:15:14,174 - create_image - INFO - Image is now active with name - AnsibleProvisioningTests-c158059f-39d7-4477-b713-72a8ef36e35b--image 2018-09-04 12:15:14,802 - neutron_utils - INFO - Creating network with name AnsibleProvisioningTests-c158059f-39d7-4477-b713-72a8ef36e35b-pub-net 2018-09-04 12:15:15,884 - neutron_utils - INFO - Creating subnet with name AnsibleProvisioningTests-c158059f-39d7-4477-b713-72a8ef36e35b-pub-subnet 2018-09-04 12:15:18,585 - neutron_utils - INFO - Creating router with name - AnsibleProvisioningTests-c158059f-39d7-4477-b713-72a8ef36e35b-pub-router 2018-09-04 12:15:19,714 - neutron_utils - INFO - Deleting subnet with name AnsibleProvisioningTests-c158059f-39d7-4477-b713-72a8ef36e35b-pub-subnet 2018-09-04 12:15:19,715 - neutron_utils - INFO - Deleting subnet with name AnsibleProvisioningTests-c158059f-39d7-4477-b713-72a8ef36e35b-pub-subnet 2018-09-04 12:15:22,265 - neutron_utils - INFO - Deleting network with name AnsibleProvisioningTests-c158059f-39d7-4477-b713-72a8ef36e35b-pub-net 2018-09-04 12:15:23,650 - glance_utils - INFO - Deleting image named - AnsibleProvisioningTests-c158059f-39d7-4477-b713-72a8ef36e35b--image 2018-09-04 12:15:25,894 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 8826aa2b-02c0-46ae-b4a6-dcdec49f2709 2018-09-04 12:15:26,071 - neutron_utils - INFO - Deleting security group with name - default 2018-09-04 12:15:26,389 - keystone_utils - INFO - Deleting project with name - AnsibleProvisioningTests-1a16b2ee-980b-49d-proj 2018-09-04 12:15:26,659 - keystone_utils - INFO - Deleting role with name - AnsibleProvisioningTests-1a16b2ee-980b-49d-proj-role 2018-09-04 12:15:26,864 - keystone_utils - INFO - Deleting user with name - AnsibleProvisioningTests-1a16b2ee-980b-49d-user 2018-09-04 12:15:28,285 - keystone_utils - INFO - Created project with name - AnsibleProvisioningTests-524b3007-ef0f-493-proj 2018-09-04 12:15:29,392 - keystone_utils - INFO - Created user with name - AnsibleProvisioningTests-524b3007-ef0f-493-user 2018-09-04 12:15:29,596 - keystone_utils - INFO - Created role with name - AnsibleProvisioningTests-524b3007-ef0f-493-proj-role 2018-09-04 12:15:29,679 - keystone_utils - INFO - Granting role AnsibleProvisioningTests-524b3007-ef0f-493-proj-role to project AnsibleProvisioningTests-524b3007-ef0f-493-proj 2018-09-04 12:15:38,376 - create_image - INFO - Created image with name - AnsibleProvisioningTests-2de2d43a-bd4c-4f1a-a50d-cd71a7d8c557--image 2018-09-04 12:15:38,533 - create_image - INFO - Image is now active with name - AnsibleProvisioningTests-2de2d43a-bd4c-4f1a-a50d-cd71a7d8c557--image 2018-09-04 12:15:39,248 - neutron_utils - INFO - Creating network with name AnsibleProvisioningTests-2de2d43a-bd4c-4f1a-a50d-cd71a7d8c557-pub-net 2018-09-04 12:15:40,232 - neutron_utils - INFO - Creating subnet with name AnsibleProvisioningTests-2de2d43a-bd4c-4f1a-a50d-cd71a7d8c557-pub-subnet 2018-09-04 12:15:43,047 - neutron_utils - INFO - Creating router with name - AnsibleProvisioningTests-2de2d43a-bd4c-4f1a-a50d-cd71a7d8c557-pub-router 2018-09-04 12:15:44,146 - neutron_utils - INFO - Deleting subnet with name AnsibleProvisioningTests-2de2d43a-bd4c-4f1a-a50d-cd71a7d8c557-pub-subnet 2018-09-04 12:15:44,146 - neutron_utils - INFO - Deleting subnet with name AnsibleProvisioningTests-2de2d43a-bd4c-4f1a-a50d-cd71a7d8c557-pub-subnet 2018-09-04 12:15:46,459 - neutron_utils - INFO - Deleting network with name AnsibleProvisioningTests-2de2d43a-bd4c-4f1a-a50d-cd71a7d8c557-pub-net 2018-09-04 12:15:48,244 - glance_utils - INFO - Deleting image named - AnsibleProvisioningTests-2de2d43a-bd4c-4f1a-a50d-cd71a7d8c557--image 2018-09-04 12:15:50,796 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 9acdc87e-f72f-4bad-8492-a3104935a142 2018-09-04 12:15:50,984 - neutron_utils - INFO - Deleting security group with name - default 2018-09-04 12:15:51,324 - keystone_utils - INFO - Deleting project with name - AnsibleProvisioningTests-524b3007-ef0f-493-proj 2018-09-04 12:15:51,581 - keystone_utils - INFO - Deleting role with name - AnsibleProvisioningTests-524b3007-ef0f-493-proj-role 2018-09-04 12:15:51,781 - keystone_utils - INFO - Deleting user with name - AnsibleProvisioningTests-524b3007-ef0f-493-user 2018-09-04 12:15:52,162 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-09-04 12:15:52,162 - xtesting.ci.run_tests - INFO - Test result: +---------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +---------------------+------------------+------------------+----------------+ | snaps_smoke | functest | 42:41 | FAIL | +---------------------+------------------+------------------+----------------+ 2018-09-04 12:15:53,261 - xtesting.ci.run_tests - ERROR - The test case 'snaps_smoke' failed. 2018-09-04 12:15:53,312 - xtesting.ci.run_tests - INFO - Loading test case 'neutron_trunk'... 2018-09-04 12:15:54,889 - functest.core.tenantnetwork - INFO - Creating default role Member 2018-09-04 12:15:56,342 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-09-04 12:15:58,727 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-09-04 12:15:58.398 11245 INFO rally.deployment.engine [-] Deployment af08efbe-9938-4197-af39-be4d930e073e | Starting: Destroy cloud and free allocated resources. 2018-09-04 12:15:58.501 11245 INFO rally.deployment.engine [-] Deployment af08efbe-9938-4197-af39-be4d930e073e | Completed: Destroy cloud and free allocated resources. 2018-09-04 12:15:58.519 11245 INFO rally.api [-] Deleting deployment-specific data for verifier 'opnfv-tempest' (UUID=4a34ca7f-b246-404d-b785-fb0d9253b100). 2018-09-04 12:15:58.523 11245 INFO rally.api [-] Deployment-specific data has been successfully deleted! 2018-09-04 12:16:01,120 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-09-04 12:16:00.810 11248 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=1d7c62f0-2fb1-43e7-ae0e-9ad429645e1d) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | 1d7c62f0-2fb1-43e7-ae0e-9ad429645e1d | 2018-09-04T12:16:00 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: 1d7c62f0-2fb1-43e7-ae0e-9ad429645e1d ~/.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-09-04 12:16:04,426 - 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-09-04 12:16:04,427 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-09-04 12:16:06,650 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify delete-verifier --id opnfv-tempest --force 2018-09-04 12:16:06.437 11254 INFO rally.api [-] Deleting verifier 'opnfv-tempest' (UUID=4a34ca7f-b246-404d-b785-fb0d9253b100). 2018-09-04 12:16:06.549 11254 INFO rally.api [-] Verifier has been successfully deleted! 2018-09-04 12:16:10,450 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide 2018-09-04 12:16:08.634 11257 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2018-09-04 12:16:08.807 11257 INFO rally.verification.manager [-] Cloning verifier repo from /src/tempest. 2018-09-04 12:16:10.232 11257 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=b576d40d-cd7a-4752-880f-ebd829e67808) has been successfully created! Using verifier 'opnfv-tempest' (UUID=b576d40d-cd7a-4752-880f-ebd829e67808) as the default verifier for the future CLI operations. 2018-09-04 12:16:13,610 - xtesting.ci.run_tests - INFO - Running test case 'neutron_trunk'... 2018-09-04 12:16:16,529 - functest.core.tenantnetwork - ERROR - Cannot run neutron_trunk Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/functest/core/tenantnetwork.py", line 234, in run self._create_network_resources() File "/usr/lib/python2.7/site-packages/functest/core/tenantnetwork.py", line 225, 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 neutron_trunk-router_58d5f2c6-42c7-4c2b-8747-e883fcc09d95. (409) Client Error for url: http://172.30.9.28:9696/v2.0/routers.json No more IP addresses available on network 4097e349-dd4a-4a5e-95d6-eed5c2d7b85a. (Inner Exception: [Errno 17] File exists: '/var/lib/xtesting/results/') 2018-09-04 12:16:16,530 - functest.core.singlevm - ERROR - Cannot run neutron_trunk 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-09-04 12:16:16,530 - functest.opnfv_tests.openstack.tempest.tempest - ERROR - Error with run Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/tempest/tempest.py", line 330, in run **kwargs) == testcase.TestCase.EX_OK AssertionError 2018-09-04 12:16:16,652 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-09-04 12:16:16,653 - xtesting.ci.run_tests - INFO - Test result: +-----------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-----------------------+------------------+------------------+----------------+ | neutron_trunk | functest | 00:03 | FAIL | +-----------------------+------------------+------------------+----------------+ 2018-09-04 12:16:21,219 - xtesting.ci.run_tests - ERROR - The test case 'neutron_trunk' failed. 2018-09-04 12:16:21,220 - xtesting.ci.run_tests - INFO - Xtesting report: +------------------------------+------------------+---------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +------------------------------+------------------+---------------+------------------+----------------+ | vping_ssh | functest | smoke | 01:43 | FAIL | | vping_userdata | functest | smoke | 00:33 | PASS | | tempest_smoke_serial | functest | smoke | 21:04 | FAIL | | rally_sanity | functest | smoke | 25:44 | FAIL | | refstack_defcore | functest | smoke | 04:21 | FAIL | | patrole | functest | smoke | 00:04 | FAIL | | odl | functest | smoke | 00:19 | PASS | | snaps_smoke | functest | smoke | 42:41 | FAIL | | neutron_trunk | functest | smoke | 00:03 | FAIL | +------------------------------+------------------+---------------+------------------+----------------+ 2018-09-04 12:16:21,230 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_ERROR 2018-09-04 12:17:02,459 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-fraser-275 | | 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-09-04 12:17:02,464 - 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=sMm7fUKQ9MBhjVpaGRpybdxGx export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.28,192.30.9.6 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.28: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.6 export OS_REGION_NAME=regionOne 2018-09-04 12:17:02,464 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-09-04 12:17:02,465 - 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-09-04 12:17:02,486 - xtesting.ci.run_tests - INFO - Loading test case 'doctor-notification'... 2018-09-04 12:17:02,509 - xtesting.ci.run_tests - INFO - Running test case 'doctor-notification'... 2018-09-04 12:21:43,471 - xtesting.core.feature - INFO - Test result is stored in '/var/lib/xtesting/results/doctor-notification.log' 2018-09-04 12:21:43,601 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-09-04 12:21:43,601 - xtesting.ci.run_tests - INFO - Test result: +-----------------------------+-----------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-----------------------------+-----------------+------------------+----------------+ | doctor-notification | doctor | 04:41 | PASS | +-----------------------------+-----------------+------------------+----------------+ 2018-09-04 12:21:43,635 - xtesting.ci.run_tests - INFO - Loading test case 'bgpvpn'... 2018-09-04 12:21:44,106 - xtesting.ci.run_tests - INFO - Running test case 'bgpvpn'... 2018-09-04 12:21:44,726 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-09-04 12:21:44,727 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-09-04 12:21:44,727 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-09-04 12:21:44,727 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-09-04 12:21:44,727 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-09-04 12:21:44,727 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-09-04 12:21:44,727 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-09-04 12:21:44,727 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-09-04 12:21:44,727 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-09-04 12:21:44,727 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-09-04 12:21:44,727 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-09-04 12:21:44,727 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-09-04 12:21:44,727 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-09-04 12:21:44,727 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-09-04 12:21:44,727 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-09-04 12:21:44,727 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-09-04 12:21:44,727 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-09-04 12:21:44,727 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-09-04 12:21:44,727 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-09-04 12:21:44,727 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-09-04 12:21:44,727 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-09-04 12:21:44,728 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-09-04 12:21:44,728 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-09-04 12:21:44,728 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-09-04 12:21:44,744 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-09-04 12:21:44,744 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-09-04 12:21:44,744 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-09-04 12:21:44,744 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-09-04 12:21:44,744 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-09-04 12:21:44,744 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-09-04 12:21:44,744 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-09-04 12:21:44,744 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-09-04 12:21:44,744 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-09-04 12:21:44,744 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-09-04 12:21:44,744 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-09-04 12:21:44,744 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-09-04 12:21:44,744 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-09-04 12:21:44,744 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-09-04 12:21:44,744 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-09-04 12:21:44,744 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-09-04 12:21:44,745 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-09-04 12:21:44,745 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-09-04 12:21:44,745 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-09-04 12:21:44,745 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-09-04 12:21:44,745 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-09-04 12:21:44,745 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-09-04 12:21:44,745 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-09-04 12:21:44,745 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-09-04 12:21:44,750 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-09-04 12:21:44,754 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-09-04 12:21:44,754 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-09-04 12:21:44,754 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-09-04 12:21:44,754 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-09-04 12:21:44,754 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-09-04 12:21:44,754 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-09-04 12:21:44,754 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-09-04 12:21:44,754 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-09-04 12:21:44,754 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-09-04 12:21:44,754 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-09-04 12:21:44,754 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-09-04 12:21:44,754 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-09-04 12:21:44,754 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-09-04 12:21:44,754 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-09-04 12:21:44,754 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-09-04 12:21:44,754 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-09-04 12:21:44,754 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-09-04 12:21:44,754 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-09-04 12:21:44,754 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-09-04 12:21:44,754 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-09-04 12:21:44,755 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-09-04 12:21:44,755 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-09-04 12:21:44,755 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-09-04 12:21:44,755 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-09-04 12:21:44,755 - sdnvpn.lib.openstack_utils - INFO - OS_IDENTITY_API_VERSION is set in env as '3' 2018-09-04 12:21:44,755 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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-09-04 12:21:44,761 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12:21:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-84b2361b-33b9-4038-8869-9584a0be4eb2 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.28:5000/v3/", "rel": "self"}]}} 2018-09-04 12:21:44,761 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-84b2361b-33b9-4038-8869-9584a0be4eb2 2018-09-04 12:21:44,761 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-09-04 12:21:45,131 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "3d416247e8224533841040c3ad2bce5a", "name": "admin"}], "expires_at": "2018-09-04T13:21:45.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1e2f68a072b64978bd7ea91c2d64aca6", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v1/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235635a698ef4bef9dc6b25273d185da"}, {"url": "http://192.30.9.6:8776/v1/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "23b07b3fbfc340a58cf0f9b2871a0d23"}, {"url": "http://172.30.9.28:8776/v1/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "72fd0aaa144d45419f4b04b6b26f69a7"}], "type": "volume", "id": "097241c25b4d4f7e91b3f8efa155909e", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v3/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93eb4cf3030a49e7840bec071422d397"}, {"url": "http://192.30.9.6:8776/v3/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8af439a6ac147fdbcb38ed9aa916b68"}, {"url": "http://192.30.9.6:8776/v3/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c4bfdbc9b7c74a23a40afdf578cfeba4"}], "type": "volumev3", "id": "1c85f4682ce44f729db1dabd98e965e8", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "82239574a29d4603a2161006f61851cf"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8d15f7134f364a7bbcfff2f84aac3bf2"}, {"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e01668c43a0c4c279b9a3d20a0280d6c"}], "type": "image", "id": "297d8415ca96454991054983920912f7", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7bb4d60e20734d4a9f31ec75e02cb823"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bf6adec15590466a9a0d3bddb00e8993"}, {"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f096f03a1d12411a8972f6f7c196b60d"}], "type": "policy", "id": "54c64351b56d44bbad74c2969cc3aa00", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "354ae6870a324fab82d0a0fb68ee0f26"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a3807e460dd4af488d982b66c52e64c"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e7c3da785076450abd71868e75ce0c33"}], "type": "cloudformation", "id": "6ac9917ae83c4639a15a4ab3cf0e76dd", "name": "heat-cfn"}, {"endpoints": [], "type": "metering", "id": "7fcc078e5e0645f29df67742ac14e388", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49e71628d386464cb950d6a9db00a328"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75b0a63ed8574bbcab1c851cc9b83d30"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9902b0a8b3c04cd192a1b84c417c232b"}], "type": "key-manager", "id": "9626544a32e74678a641c6e206f028a9", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "497340e5aa36485982fdf297f370558f"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7802beb4fc7c4952897b77bd5610b1fe"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c14af798917f4fa0b146d9772583e595"}], "type": "metric", "id": "973bfe8c658d4e5a8da725e76b9d550e", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "288ecc3674ea41d2aa3b790dcb832bf2"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7a6dc785cd7142f5b30f1a7ba0daeb03"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7f7d34e2351b4964befccc862c4e8e12"}], "type": "network", "id": "a348d7b06050474fb449be7f32ea6f5d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "21bce6ecb8464a1f8f3e3847aa698bd6"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0a8faf2246b47deb30e69e48d3551fb"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e71c6011de3d4d8589e5b53dcc79f288"}], "type": "identity", "id": "ad8d4b4953184137a1b913ecee9434ed", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "13474f9a78ca4f1184e4cddc84d0d98c"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad67365a18234bb78c336e6776958c00"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc54db13337f44f8921fbb9ad0f81de8"}], "type": "alarming", "id": "bb18dc3243034f08a6a7f69f7a1edccf", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0d91d7adf0304b2681c77f979e5cdb17"}, {"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "756e5ffca9774ab3ae2db41bf330417f"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c07c727a08c243b287827f539a124e63"}], "type": "placement", "id": "bb2c9432fcbd4c56913177122468f6ba", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8004/v1/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1eed4912224b48cf9856446eae4d9928"}, {"url": "http://192.30.9.6:8004/v1/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b73b7f99236541148d84f24f09e5dd40"}, {"url": "http://192.30.9.6:8004/v1/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fbf12e52911244fdafc24a9d46f56e62"}], "type": "orchestration", "id": "c8918d139da945ba93df4ccce21d4904", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16bf098b9e2e490f8e47fa601059f975"}, {"url": "http://192.30.9.6:8776/v2/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc16fa4cf491444ca2f611d5692c1170"}, {"url": "http://192.30.9.6:8776/v2/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ccd2c5325dff4b90b391db9fdde67d99"}], "type": "volumev2", "id": "d09ac9123c34494abce21d6c27bee9d9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eac694332354a3aa0e61c31314166d7"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b4d4989c4e764717ab78d38675cadd3f"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff196e46b56d406d87a678f1a64497b0"}], "type": "compute", "id": "d4030ee932c84df58c5b910cc197caa7", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "42c3a9abd8ad4ce8ab2c4cc6e0403c33"}, "audit_ids": ["Aa46-nj5Qy-7JqD-89VFMQ"], "issued_at": "2018-09-04T12:21:45.000000Z"}} 2018-09-04 12:21:45,131 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}932e0b6c8aadbb00817e7f53bc3a5ce3f56e27aa" 2018-09-04 12:21:45,210 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12:21:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c1ead1b8-2e44-4572-b380-1ec5ce45baf3 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.28:5000/v3/", "rel": "self"}]}} 2018-09-04 12:21:45,210 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-c1ead1b8-2e44-4572-b380-1ec5ce45baf3 2018-09-04 12:21:45,215 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://192.30.9.6:35357 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-04 12:21:45,221 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 04 Sep 2018 12:21: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://192.30.9.6: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.6:35357/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-04 12:21:45,222 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://192.30.9.6:35357/v3/projects? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}932e0b6c8aadbb00817e7f53bc3a5ce3f56e27aa" 2018-09-04 12:21:45,301 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12:21:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-da9c78c1-72c2-41cf-a28f-4f002c7dd922 Content-Encoding: gzip Content-Length: 278 Content-Type: application/json RESP BODY: {"links": {"self": "http://192.30.9.6:35357/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://192.30.9.6:35357/v3/projects/18025ed81c804927a1f0e0e0ba20836f"}, "enabled": true, "id": "18025ed81c804927a1f0e0e0ba20836f", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://192.30.9.6:35357/v3/projects/1e2f68a072b64978bd7ea91c2d64aca6"}, "enabled": true, "id": "1e2f68a072b64978bd7ea91c2d64aca6", "parent_id": "default", "domain_id": "default", "name": "admin"}]} 2018-09-04 12:21:45,301 - keystoneauth.session - DEBUG - GET call to identity for http://192.30.9.6:35357/v3/projects used request id req-da9c78c1-72c2-41cf-a28f-4f002c7dd922 2018-09-04 12:21:45,302 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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-09-04 12:21:45,309 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12:21:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f00b0ae4-4ff4-496e-abed-2db0f0acfc24 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.28:5000/v3/", "rel": "self"}]}} 2018-09-04 12:21:45,310 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-f00b0ae4-4ff4-496e-abed-2db0f0acfc24 2018-09-04 12:21:45,310 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-09-04 12:21:45,684 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "3d416247e8224533841040c3ad2bce5a", "name": "admin"}], "expires_at": "2018-09-04T13:21:45.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1e2f68a072b64978bd7ea91c2d64aca6", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v1/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235635a698ef4bef9dc6b25273d185da"}, {"url": "http://192.30.9.6:8776/v1/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "23b07b3fbfc340a58cf0f9b2871a0d23"}, {"url": "http://172.30.9.28:8776/v1/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "72fd0aaa144d45419f4b04b6b26f69a7"}], "type": "volume", "id": "097241c25b4d4f7e91b3f8efa155909e", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v3/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93eb4cf3030a49e7840bec071422d397"}, {"url": "http://192.30.9.6:8776/v3/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8af439a6ac147fdbcb38ed9aa916b68"}, {"url": "http://192.30.9.6:8776/v3/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c4bfdbc9b7c74a23a40afdf578cfeba4"}], "type": "volumev3", "id": "1c85f4682ce44f729db1dabd98e965e8", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "82239574a29d4603a2161006f61851cf"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8d15f7134f364a7bbcfff2f84aac3bf2"}, {"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e01668c43a0c4c279b9a3d20a0280d6c"}], "type": "image", "id": "297d8415ca96454991054983920912f7", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7bb4d60e20734d4a9f31ec75e02cb823"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bf6adec15590466a9a0d3bddb00e8993"}, {"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f096f03a1d12411a8972f6f7c196b60d"}], "type": "policy", "id": "54c64351b56d44bbad74c2969cc3aa00", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "354ae6870a324fab82d0a0fb68ee0f26"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a3807e460dd4af488d982b66c52e64c"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e7c3da785076450abd71868e75ce0c33"}], "type": "cloudformation", "id": "6ac9917ae83c4639a15a4ab3cf0e76dd", "name": "heat-cfn"}, {"endpoints": [], "type": "metering", "id": "7fcc078e5e0645f29df67742ac14e388", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49e71628d386464cb950d6a9db00a328"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75b0a63ed8574bbcab1c851cc9b83d30"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9902b0a8b3c04cd192a1b84c417c232b"}], "type": "key-manager", "id": "9626544a32e74678a641c6e206f028a9", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "497340e5aa36485982fdf297f370558f"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7802beb4fc7c4952897b77bd5610b1fe"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c14af798917f4fa0b146d9772583e595"}], "type": "metric", "id": "973bfe8c658d4e5a8da725e76b9d550e", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "288ecc3674ea41d2aa3b790dcb832bf2"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7a6dc785cd7142f5b30f1a7ba0daeb03"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7f7d34e2351b4964befccc862c4e8e12"}], "type": "network", "id": "a348d7b06050474fb449be7f32ea6f5d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "21bce6ecb8464a1f8f3e3847aa698bd6"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0a8faf2246b47deb30e69e48d3551fb"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e71c6011de3d4d8589e5b53dcc79f288"}], "type": "identity", "id": "ad8d4b4953184137a1b913ecee9434ed", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "13474f9a78ca4f1184e4cddc84d0d98c"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad67365a18234bb78c336e6776958c00"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc54db13337f44f8921fbb9ad0f81de8"}], "type": "alarming", "id": "bb18dc3243034f08a6a7f69f7a1edccf", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0d91d7adf0304b2681c77f979e5cdb17"}, {"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "756e5ffca9774ab3ae2db41bf330417f"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c07c727a08c243b287827f539a124e63"}], "type": "placement", "id": "bb2c9432fcbd4c56913177122468f6ba", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8004/v1/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1eed4912224b48cf9856446eae4d9928"}, {"url": "http://192.30.9.6:8004/v1/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b73b7f99236541148d84f24f09e5dd40"}, {"url": "http://192.30.9.6:8004/v1/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fbf12e52911244fdafc24a9d46f56e62"}], "type": "orchestration", "id": "c8918d139da945ba93df4ccce21d4904", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16bf098b9e2e490f8e47fa601059f975"}, {"url": "http://192.30.9.6:8776/v2/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc16fa4cf491444ca2f611d5692c1170"}, {"url": "http://192.30.9.6:8776/v2/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ccd2c5325dff4b90b391db9fdde67d99"}], "type": "volumev2", "id": "d09ac9123c34494abce21d6c27bee9d9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eac694332354a3aa0e61c31314166d7"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b4d4989c4e764717ab78d38675cadd3f"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff196e46b56d406d87a678f1a64497b0"}], "type": "compute", "id": "d4030ee932c84df58c5b910cc197caa7", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "42c3a9abd8ad4ce8ab2c4cc6e0403c33"}, "audit_ids": ["m-T8G20rTCuA83x3CKuPRw"], "issued_at": "2018-09-04T12:21:45.000000Z"}} 2018-09-04 12:21:45,689 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9696/v2.0/quotas/1e2f68a072b64978bd7ea91c2d64aca6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1b72854153ccc23b07749b1ca975263d8b5b30c8" 2018-09-04 12:21:45,865 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 201 X-Openstack-Request-Id: req-7054bdf8-df4c-4ce8-bd64-44b8923a6e14 Date: Tue, 04 Sep 2018 12:21:45 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-09-04 12:21:45,865 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/quotas/1e2f68a072b64978bd7ea91c2d64aca6 used request id req-7054bdf8-df4c-4ce8-bd64-44b8923a6e14 2018-09-04 12:21:45,866 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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-09-04 12:21:45,873 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12:21:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-93e4a174-fa21-409b-ad7b-b94d264e0edf 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.28:5000/v3/", "rel": "self"}]}} 2018-09-04 12:21:45,873 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-93e4a174-fa21-409b-ad7b-b94d264e0edf 2018-09-04 12:21:45,873 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-09-04 12:21:46,251 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "3d416247e8224533841040c3ad2bce5a", "name": "admin"}], "expires_at": "2018-09-04T13:21:46.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1e2f68a072b64978bd7ea91c2d64aca6", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v1/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235635a698ef4bef9dc6b25273d185da"}, {"url": "http://192.30.9.6:8776/v1/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "23b07b3fbfc340a58cf0f9b2871a0d23"}, {"url": "http://172.30.9.28:8776/v1/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "72fd0aaa144d45419f4b04b6b26f69a7"}], "type": "volume", "id": "097241c25b4d4f7e91b3f8efa155909e", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v3/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93eb4cf3030a49e7840bec071422d397"}, {"url": "http://192.30.9.6:8776/v3/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8af439a6ac147fdbcb38ed9aa916b68"}, {"url": "http://192.30.9.6:8776/v3/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c4bfdbc9b7c74a23a40afdf578cfeba4"}], "type": "volumev3", "id": "1c85f4682ce44f729db1dabd98e965e8", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "82239574a29d4603a2161006f61851cf"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8d15f7134f364a7bbcfff2f84aac3bf2"}, {"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e01668c43a0c4c279b9a3d20a0280d6c"}], "type": "image", "id": "297d8415ca96454991054983920912f7", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7bb4d60e20734d4a9f31ec75e02cb823"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bf6adec15590466a9a0d3bddb00e8993"}, {"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f096f03a1d12411a8972f6f7c196b60d"}], "type": "policy", "id": "54c64351b56d44bbad74c2969cc3aa00", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "354ae6870a324fab82d0a0fb68ee0f26"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a3807e460dd4af488d982b66c52e64c"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e7c3da785076450abd71868e75ce0c33"}], "type": "cloudformation", "id": "6ac9917ae83c4639a15a4ab3cf0e76dd", "name": "heat-cfn"}, {"endpoints": [], "type": "metering", "id": "7fcc078e5e0645f29df67742ac14e388", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49e71628d386464cb950d6a9db00a328"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75b0a63ed8574bbcab1c851cc9b83d30"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9902b0a8b3c04cd192a1b84c417c232b"}], "type": "key-manager", "id": "9626544a32e74678a641c6e206f028a9", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "497340e5aa36485982fdf297f370558f"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7802beb4fc7c4952897b77bd5610b1fe"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c14af798917f4fa0b146d9772583e595"}], "type": "metric", "id": "973bfe8c658d4e5a8da725e76b9d550e", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "288ecc3674ea41d2aa3b790dcb832bf2"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7a6dc785cd7142f5b30f1a7ba0daeb03"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7f7d34e2351b4964befccc862c4e8e12"}], "type": "network", "id": "a348d7b06050474fb449be7f32ea6f5d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "21bce6ecb8464a1f8f3e3847aa698bd6"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0a8faf2246b47deb30e69e48d3551fb"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e71c6011de3d4d8589e5b53dcc79f288"}], "type": "identity", "id": "ad8d4b4953184137a1b913ecee9434ed", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "13474f9a78ca4f1184e4cddc84d0d98c"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad67365a18234bb78c336e6776958c00"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc54db13337f44f8921fbb9ad0f81de8"}], "type": "alarming", "id": "bb18dc3243034f08a6a7f69f7a1edccf", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0d91d7adf0304b2681c77f979e5cdb17"}, {"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "756e5ffca9774ab3ae2db41bf330417f"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c07c727a08c243b287827f539a124e63"}], "type": "placement", "id": "bb2c9432fcbd4c56913177122468f6ba", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8004/v1/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1eed4912224b48cf9856446eae4d9928"}, {"url": "http://192.30.9.6:8004/v1/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b73b7f99236541148d84f24f09e5dd40"}, {"url": "http://192.30.9.6:8004/v1/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fbf12e52911244fdafc24a9d46f56e62"}], "type": "orchestration", "id": "c8918d139da945ba93df4ccce21d4904", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16bf098b9e2e490f8e47fa601059f975"}, {"url": "http://192.30.9.6:8776/v2/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc16fa4cf491444ca2f611d5692c1170"}, {"url": "http://192.30.9.6:8776/v2/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ccd2c5325dff4b90b391db9fdde67d99"}], "type": "volumev2", "id": "d09ac9123c34494abce21d6c27bee9d9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eac694332354a3aa0e61c31314166d7"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b4d4989c4e764717ab78d38675cadd3f"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff196e46b56d406d87a678f1a64497b0"}], "type": "compute", "id": "d4030ee932c84df58c5b910cc197caa7", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "42c3a9abd8ad4ce8ab2c4cc6e0403c33"}, "audit_ids": ["Ixfzaj1JQJm1mUnUCIzK_w"], "issued_at": "2018-09-04T12:21:46.000000Z"}} 2018-09-04 12:21:46,254 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/os-quota-class-sets/default -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f873f0d5850aedb893233566bf44c4ede2bcdb61" 2018-09-04 12:21:46,409 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12:21: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-99cd19c0-4374-427a-bd5c-bc7304e1e252 x-compute-request-id: req-99cd19c0-4374-427a-bd5c-bc7304e1e252 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-09-04 12:21:46,409 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/os-quota-class-sets/default used request id req-99cd19c0-4374-427a-bd5c-bc7304e1e252 2018-09-04 12:21:46,410 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Setting net/subnet/port/router quota to unlimited 2018-09-04 12:21:46,414 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.28:9696/v2.0/quotas/1e2f68a072b64978bd7ea91c2d64aca6 -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1b72854153ccc23b07749b1ca975263d8b5b30c8" -d '{"quota": {"subnet": -1, "router": -1, "network": -1, "port": -1}}' 2018-09-04 12:21:46,672 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 198 X-Openstack-Request-Id: req-61609c79-facd-4d9e-af29-a2447ca76f72 Date: Tue, 04 Sep 2018 12:21:46 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-09-04 12:21:46,672 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.28:9696/v2.0/quotas/1e2f68a072b64978bd7ea91c2d64aca6 used request id req-61609c79-facd-4d9e-af29-a2447ca76f72 2018-09-04 12:21:46,672 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-09-04 12:21:46,672 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-09-04 12:21:46,672 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-09-04 12:21:46,673 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-09-04 12:21:46,673 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-09-04 12:21:46,673 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-09-04 12:21:46,673 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-09-04 12:21:46,673 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-09-04 12:21:46,673 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-09-04 12:21:46,673 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-09-04 12:21:46,673 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-09-04 12:21:46,674 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-09-04 12:21:46,674 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-09-04 12:21:46,674 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-09-04 12:21:46,674 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-09-04 12:21:46,674 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-09-04 12:21:46,674 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-09-04 12:21:46,674 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-09-04 12:21:46,674 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-09-04 12:21:46,674 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-09-04 12:21:46,675 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-09-04 12:21:46,675 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-09-04 12:21:46,675 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-09-04 12:21:46,675 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-09-04 12:21:46,679 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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-09-04 12:21:46,685 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12:21:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-57d97377-4613-4b10-96e2-d380ca709230 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.28:5000/v3/", "rel": "self"}]}} 2018-09-04 12:21:46,685 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-57d97377-4613-4b10-96e2-d380ca709230 2018-09-04 12:21:46,686 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-09-04 12:21:47,073 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "3d416247e8224533841040c3ad2bce5a", "name": "admin"}], "expires_at": "2018-09-04T13:21:47.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1e2f68a072b64978bd7ea91c2d64aca6", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v1/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235635a698ef4bef9dc6b25273d185da"}, {"url": "http://192.30.9.6:8776/v1/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "23b07b3fbfc340a58cf0f9b2871a0d23"}, {"url": "http://172.30.9.28:8776/v1/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "72fd0aaa144d45419f4b04b6b26f69a7"}], "type": "volume", "id": "097241c25b4d4f7e91b3f8efa155909e", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v3/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93eb4cf3030a49e7840bec071422d397"}, {"url": "http://192.30.9.6:8776/v3/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8af439a6ac147fdbcb38ed9aa916b68"}, {"url": "http://192.30.9.6:8776/v3/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c4bfdbc9b7c74a23a40afdf578cfeba4"}], "type": "volumev3", "id": "1c85f4682ce44f729db1dabd98e965e8", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "82239574a29d4603a2161006f61851cf"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8d15f7134f364a7bbcfff2f84aac3bf2"}, {"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e01668c43a0c4c279b9a3d20a0280d6c"}], "type": "image", "id": "297d8415ca96454991054983920912f7", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7bb4d60e20734d4a9f31ec75e02cb823"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bf6adec15590466a9a0d3bddb00e8993"}, {"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f096f03a1d12411a8972f6f7c196b60d"}], "type": "policy", "id": "54c64351b56d44bbad74c2969cc3aa00", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "354ae6870a324fab82d0a0fb68ee0f26"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a3807e460dd4af488d982b66c52e64c"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e7c3da785076450abd71868e75ce0c33"}], "type": "cloudformation", "id": "6ac9917ae83c4639a15a4ab3cf0e76dd", "name": "heat-cfn"}, {"endpoints": [], "type": "metering", "id": "7fcc078e5e0645f29df67742ac14e388", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49e71628d386464cb950d6a9db00a328"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75b0a63ed8574bbcab1c851cc9b83d30"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9902b0a8b3c04cd192a1b84c417c232b"}], "type": "key-manager", "id": "9626544a32e74678a641c6e206f028a9", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "497340e5aa36485982fdf297f370558f"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7802beb4fc7c4952897b77bd5610b1fe"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c14af798917f4fa0b146d9772583e595"}], "type": "metric", "id": "973bfe8c658d4e5a8da725e76b9d550e", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "288ecc3674ea41d2aa3b790dcb832bf2"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7a6dc785cd7142f5b30f1a7ba0daeb03"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7f7d34e2351b4964befccc862c4e8e12"}], "type": "network", "id": "a348d7b06050474fb449be7f32ea6f5d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "21bce6ecb8464a1f8f3e3847aa698bd6"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0a8faf2246b47deb30e69e48d3551fb"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e71c6011de3d4d8589e5b53dcc79f288"}], "type": "identity", "id": "ad8d4b4953184137a1b913ecee9434ed", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "13474f9a78ca4f1184e4cddc84d0d98c"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad67365a18234bb78c336e6776958c00"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc54db13337f44f8921fbb9ad0f81de8"}], "type": "alarming", "id": "bb18dc3243034f08a6a7f69f7a1edccf", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0d91d7adf0304b2681c77f979e5cdb17"}, {"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "756e5ffca9774ab3ae2db41bf330417f"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c07c727a08c243b287827f539a124e63"}], "type": "placement", "id": "bb2c9432fcbd4c56913177122468f6ba", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8004/v1/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1eed4912224b48cf9856446eae4d9928"}, {"url": "http://192.30.9.6:8004/v1/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b73b7f99236541148d84f24f09e5dd40"}, {"url": "http://192.30.9.6:8004/v1/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fbf12e52911244fdafc24a9d46f56e62"}], "type": "orchestration", "id": "c8918d139da945ba93df4ccce21d4904", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16bf098b9e2e490f8e47fa601059f975"}, {"url": "http://192.30.9.6:8776/v2/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc16fa4cf491444ca2f611d5692c1170"}, {"url": "http://192.30.9.6:8776/v2/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ccd2c5325dff4b90b391db9fdde67d99"}], "type": "volumev2", "id": "d09ac9123c34494abce21d6c27bee9d9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eac694332354a3aa0e61c31314166d7"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b4d4989c4e764717ab78d38675cadd3f"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff196e46b56d406d87a678f1a64497b0"}], "type": "compute", "id": "d4030ee932c84df58c5b910cc197caa7", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "42c3a9abd8ad4ce8ab2c4cc6e0403c33"}, "audit_ids": ["a4GdfE1qQXysRIaQ8_hdFA"], "issued_at": "2018-09-04T12:21:47.000000Z"}} 2018-09-04 12:21:47,076 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/flavors/detail -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f22cf961833c39204ed52ba01f48f07821ea74d7" 2018-09-04 12:21:47,256 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12:21: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-5e71d519-c64f-47dc-a332-eab89096d3db x-compute-request-id: req-5e71d519-c64f-47dc-a332-eab89096d3db Content-Encoding: gzip Content-Length: 279 Content-Type: application/json RESP BODY: {"flavors": [{"links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/9cbbc756-b738-4f1f-8d03-84c527182338", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/9cbbc756-b738-4f1f-8d03-84c527182338", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "9cbbc756-b738-4f1f-8d03-84c527182338", "name": "m1.tiny", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}]} 2018-09-04 12:21:47,256 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors/detail used request id req-5e71d519-c64f-47dc-a332-eab89096d3db 2018-09-04 12:21:47,257 - sdnvpn.lib.openstack_utils - INFO - Using existing flavor 'm1.tiny'... 2018-09-04 12:21:47,257 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Setting instances quota class to unlimited 2018-09-04 12:21:47,260 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.28: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}f873f0d5850aedb893233566bf44c4ede2bcdb61" -d '{"quota_class_set": {"instances": -1}}' 2018-09-04 12:21:47,313 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12:21: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-37a066af-becc-44c1-b28e-7da166885b5a x-compute-request-id: req-37a066af-becc-44c1-b28e-7da166885b5a 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-09-04 12:21:47,313 - novaclient.v2.client - DEBUG - PUT call to compute for http://172.30.9.28:8774/v2.1/os-quota-class-sets/default used request id req-37a066af-becc-44c1-b28e-7da166885b5a 2018-09-04 12:21:47,314 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Cleaning up the Floating IP Addresses 2018-09-04 12:21:47,318 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9696/v2.0/floatingips -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1b72854153ccc23b07749b1ca975263d8b5b30c8" 2018-09-04 12:21:47,476 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 477 X-Openstack-Request-Id: req-c40cec4b-0dc8-48c2-9dbc-80ec2100eef1 Date: Tue, 04 Sep 2018 12:21:47 GMT RESP BODY: {"floatingips": [{"router_id": null, "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-09-04T10:38:41Z", "floating_network_id": "4097e349-dd4a-4a5e-95d6-eed5c2d7b85a", "fixed_ip_address": null, "floating_ip_address": "172.30.9.209", "revision_number": 1, "port_id": null, "id": "a1cf30c9-2410-4bd5-a779-a93e13b8b3d7", "tenant_id": "4ad41bc126174d318b5e7a8516fcf4af", "created_at": "2018-09-04T10:37:27Z", "project_id": "4ad41bc126174d318b5e7a8516fcf4af"}]} 2018-09-04 12:21:47,476 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/floatingips used request id req-c40cec4b-0dc8-48c2-9dbc-80ec2100eef1 2018-09-04 12:21:47,482 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:9696/v2.0/floatingips/a1cf30c9-2410-4bd5-a779-a93e13b8b3d7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1b72854153ccc23b07749b1ca975263d8b5b30c8" 2018-09-04 12:21:48,080 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-4adde05d-630d-4921-82cf-289af4a3c8a0 Content-Length: 0 Date: Tue, 04 Sep 2018 12:21:48 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-04 12:21:48,081 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/floatingips/a1cf30c9-2410-4bd5-a779-a93e13b8b3d7 used request id req-4adde05d-630d-4921-82cf-289af4a3c8a0 2018-09-04 12:21:48,081 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Cleaning up the stale routers 2018-09-04 12:21:48,085 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1b72854153ccc23b07749b1ca975263d8b5b30c8" 2018-09-04 12:21:48,294 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14811 X-Openstack-Request-Id: req-ec877b14-cb60-4227-9c51-beb6496b0f7a Date: Tue, 04 Sep 2018 12:21:48 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T11:25:52Z","device_owner":"network:router_gateway","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"5092c110-d468-4f12-acae-47d56d35dff1","ip_address":"172.30.9.220"}],"id":"0b770535-cc3b-4475-8f27-68ad075a7607","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:54:d7:b0","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"43403bcd-0447-4df6-92ac-08f0cb3148ef","name":"","admin_state_up":true,"network_id":"4097e349-dd4a-4a5e-95d6-eed5c2d7b85a","tenant_id":"","created_at":"2018-09-04T11:25:52Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T10:36:56Z","device_owner":"network:router_gateway","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"5092c110-d468-4f12-acae-47d56d35dff1","ip_address":"172.30.9.205"}],"id":"2d3621f2-1a44-410e-b417-8bf999181bc9","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:61:4f:49","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"e2fc4530-9f5b-4981-b75a-4c4ebdeab16a","name":"","admin_state_up":true,"network_id":"4097e349-dd4a-4a5e-95d6-eed5c2d7b85a","tenant_id":"","created_at":"2018-09-04T10:36:56Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T10:36:59Z","device_owner":"network:router_gateway","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"5092c110-d468-4f12-acae-47d56d35dff1","ip_address":"172.30.9.212"}],"id":"3a68e691-47bd-41ee-8426-bcfac829e81b","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:e6:3f:0e","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"8396e7af-43cc-4203-9fea-cd1d80adbf13","name":"","admin_state_up":true,"network_id":"4097e349-dd4a-4a5e-95d6-eed5c2d7b85a","tenant_id":"","created_at":"2018-09-04T10:36:59Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T10:32:44Z","device_owner":"network:router_gateway","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"5092c110-d468-4f12-acae-47d56d35dff1","ip_address":"172.30.9.201"}],"id":"41c03257-aa0e-45cd-866b-f4005296d774","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:52:c0:31","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"71d1efd7-0255-4570-ac2c-5d92b1dbeff0","name":"","admin_state_up":true,"network_id":"4097e349-dd4a-4a5e-95d6-eed5c2d7b85a","tenant_id":"","created_at":"2018-09-04T10:32:44Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T10:40:12Z","device_owner":"network:router_gateway","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"5092c110-d468-4f12-acae-47d56d35dff1","ip_address":"172.30.9.214"}],"id":"543ba6c6-08d8-4417-bea6-d9690edeb835","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:91:78:e2","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"7684517b-07eb-496b-a11b-92148a3f83a8","name":"","admin_state_up":true,"network_id":"4097e349-dd4a-4a5e-95d6-eed5c2d7b85a","tenant_id":"","created_at":"2018-09-04T10:40:12Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T11:13:57Z","device_owner":"network:router_gateway","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"5092c110-d468-4f12-acae-47d56d35dff1","ip_address":"172.30.9.211"}],"id":"6addf26a-402f-4249-9695-7b3379eeb52a","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:d8:a9:60","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"03c7ced1-3b55-4c0f-95ef-97c859cbf9b9","name":"","admin_state_up":true,"network_id":"4097e349-dd4a-4a5e-95d6-eed5c2d7b85a","tenant_id":"","created_at":"2018-09-04T11:13:57Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T10:25:57Z","device_owner":"network:router_gateway","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"5092c110-d468-4f12-acae-47d56d35dff1","ip_address":"172.30.9.200"}],"id":"6d325e74-1e2a-490c-981f-ddf378a55506","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:2e:69:c9","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"2f19feef-aee5-44f4-9fb9-bd7093f60239","name":"","admin_state_up":true,"network_id":"4097e349-dd4a-4a5e-95d6-eed5c2d7b85a","tenant_id":"","created_at":"2018-09-04T10:25:57Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T10:32:43Z","device_owner":"network:router_gateway","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"5092c110-d468-4f12-acae-47d56d35dff1","ip_address":"172.30.9.203"}],"id":"76d7887b-e6c2-4377-b86b-70578fbaf00a","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:b3:c0:da","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"caa0e147-32fd-4c34-b2f7-9497029b5d83","name":"","admin_state_up":true,"network_id":"4097e349-dd4a-4a5e-95d6-eed5c2d7b85a","tenant_id":"","created_at":"2018-09-04T10:32:42Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T10:36:57Z","device_owner":"network:router_gateway","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"5092c110-d468-4f12-acae-47d56d35dff1","ip_address":"172.30.9.208"}],"id":"7c2811be-09b6-4790-9eaa-8426ffaa1260","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:f2:98:5c","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"43561eec-efc7-4a36-8d0f-7244a4f70d60","name":"","admin_state_up":true,"network_id":"4097e349-dd4a-4a5e-95d6-eed5c2d7b85a","tenant_id":"","created_at":"2018-09-04T10:36:57Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T11:32:39Z","device_owner":"network:router_gateway","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"5092c110-d468-4f12-acae-47d56d35dff1","ip_address":"172.30.9.219"}],"id":"9e6eeac8-f61f-4770-b902-568b5f5179c0","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:ca:f5:86","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"29bf24dc-01e1-4af9-8761-b7428cdaaf2b","name":"","admin_state_up":true,"network_id":"4097e349-dd4a-4a5e-95d6-eed5c2d7b85a","tenant_id":"","created_at":"2018-09-04T11:32:39Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T11:22:26Z","device_owner":"network:router_gateway","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"5092c110-d468-4f12-acae-47d56d35dff1","ip_address":"172.30.9.218"}],"id":"9fc91328-3ffc-435a-adf7-d40a70d54ae6","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:59:e2:7b","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"bc63575c-1b25-4f91-a849-834c7ee31be1","name":"","admin_state_up":true,"network_id":"4097e349-dd4a-4a5e-95d6-eed5c2d7b85a","tenant_id":"","created_at":"2018-09-04T11:22:26Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T10:36:55Z","device_owner":"network:router_gateway","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"5092c110-d468-4f12-acae-47d56d35dff1","ip_address":"172.30.9.207"}],"id":"a55aa350-1f73-405e-9f30-cc296179238e","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:7a:ae:8d","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"02e10efe-d43d-4769-a57b-731a12f27a9b","name":"","admin_state_up":true,"network_id":"4097e349-dd4a-4a5e-95d6-eed5c2d7b85a","tenant_id":"","created_at":"2018-09-04T10:36:55Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T11:23:21Z","device_owner":"network:router_gateway","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"5092c110-d468-4f12-acae-47d56d35dff1","ip_address":"172.30.9.210"}],"id":"c5ef96e0-1f13-460f-9e1c-3b39657ff1c1","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:44:f8:20","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"a4fb934b-a18a-45c8-9884-fcd0837c39b1","name":"","admin_state_up":true,"network_id":"4097e349-dd4a-4a5e-95d6-eed5c2d7b85a","tenant_id":"","created_at":"2018-09-04T11:23:21Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T10:42:09Z","device_owner":"network:router_gateway","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"5092c110-d468-4f12-acae-47d56d35dff1","ip_address":"172.30.9.216"}],"id":"cad50a0e-57d6-4756-b3e6-d5ccd9284b1d","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:aa:1d:34","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"7a1759d2-3c54-4856-86d9-21a041b775b7","name":"","admin_state_up":true,"network_id":"4097e349-dd4a-4a5e-95d6-eed5c2d7b85a","tenant_id":"","created_at":"2018-09-04T10:42:09Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T11:14:27Z","device_owner":"network:router_gateway","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"5092c110-d468-4f12-acae-47d56d35dff1","ip_address":"172.30.9.215"}],"id":"cd4bf289-dfca-4b20-a6fa-18e33849da5f","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:b9:e6:2c","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"194590c0-4a5b-476c-9311-c97993565bd9","name":"","admin_state_up":true,"network_id":"4097e349-dd4a-4a5e-95d6-eed5c2d7b85a","tenant_id":"","created_at":"2018-09-04T11:14:27Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T10:40:11Z","device_owner":"network:router_gateway","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"5092c110-d468-4f12-acae-47d56d35dff1","ip_address":"172.30.9.204"}],"id":"d18e3d92-a43d-4980-9f12-785a53665e1d","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:62:02:b7","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"8cc3813e-1928-445c-9157-a633500fc975","name":"","admin_state_up":true,"network_id":"4097e349-dd4a-4a5e-95d6-eed5c2d7b85a","tenant_id":"","created_at":"2018-09-04T10:40:11Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T11:23:20Z","device_owner":"network:router_gateway","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"5092c110-d468-4f12-acae-47d56d35dff1","ip_address":"172.30.9.206"}],"id":"d2db6c96-efe5-4a2c-9e62-42824037bb1e","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:45:69:c8","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"f73c56b0-36ef-4276-b04b-e9ab41421cec","name":"","admin_state_up":true,"network_id":"4097e349-dd4a-4a5e-95d6-eed5c2d7b85a","tenant_id":"","created_at":"2018-09-04T11:23:20Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T11:16:31Z","device_owner":"network:router_gateway","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"5092c110-d468-4f12-acae-47d56d35dff1","ip_address":"172.30.9.217"}],"id":"da7222ae-f34d-4b0a-a5e2-518dfc02362d","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:57:54:42","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"1673e038-129c-4fb7-a9c2-a9a17875727d","name":"","admin_state_up":true,"network_id":"4097e349-dd4a-4a5e-95d6-eed5c2d7b85a","tenant_id":"","created_at":"2018-09-04T11:16:31Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T11:16:33Z","device_owner":"network:router_gateway","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"5092c110-d468-4f12-acae-47d56d35dff1","ip_address":"172.30.9.213"}],"id":"db06ac20-6881-4e15-9594-f110d62f16b5","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:5e:4e:6a","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"5d4fcb27-ad2c-4f1b-b79c-8d723371d08d","name":"","admin_state_up":true,"network_id":"4097e349-dd4a-4a5e-95d6-eed5c2d7b85a","tenant_id":"","created_at":"2018-09-04T11:16:33Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T11:16:32Z","device_owner":"network:router_gateway","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"5092c110-d468-4f12-acae-47d56d35dff1","ip_address":"172.30.9.202"}],"id":"f03c880e-4120-461e-8ac4-c0d15ad4d1de","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:6c:59:e2","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"9198feab-67a8-4552-9c03-fa4e4d8af713","name":"","admin_state_up":true,"network_id":"4097e349-dd4a-4a5e-95d6-eed5c2d7b85a","tenant_id":"","created_at":"2018-09-04T11:16:32Z","binding:vnic_type":"normal"}]} 2018-09-04 12:21:48,295 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports used request id req-ec877b14-cb60-4227-9c51-beb6496b0f7a 2018-09-04 12:21:48,301 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9696/v2.0/routers -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1b72854153ccc23b07749b1ca975263d8b5b30c8" 2018-09-04 12:21:48,375 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12341 X-Openstack-Request-Id: req-5ca975e9-b0ff-44dd-91ac-fd4fc2ccdb5d Date: Tue, 04 Sep 2018 12:21:48 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "4097e349-dd4a-4a5e-95d6-eed5c2d7b85a", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "5092c110-d468-4f12-acae-47d56d35dff1", "ip_address": "172.30.9.207"}]}, "description": "", "tags": [], "tenant_id": "4ad41bc126174d318b5e7a8516fcf4af", "created_at": "2018-09-04T10:36:54Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-09-04T10:36:55Z", "revision_number": 2, "routes": [], "project_id": "4ad41bc126174d318b5e7a8516fcf4af", "id": "02e10efe-d43d-4769-a57b-731a12f27a9b", "name": "vping_ssh-router_765e872f-da41-4d34-89de-e797c7840b14"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "4097e349-dd4a-4a5e-95d6-eed5c2d7b85a", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "5092c110-d468-4f12-acae-47d56d35dff1", "ip_address": "172.30.9.211"}]}, "description": "", "tags": [], "tenant_id": "ae3e81be661d4c66ac9ebc51a4915a63", "created_at": "2018-09-04T11:13:56Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-09-04T11:13:57Z", "revision_number": 2, "routes": [], "project_id": "ae3e81be661d4c66ac9ebc51a4915a63", "id": "03c7ced1-3b55-4c0f-95ef-97c859cbf9b9", "name": "c_rally_2b42ef2d_MD6u4sbI"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "4097e349-dd4a-4a5e-95d6-eed5c2d7b85a", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "5092c110-d468-4f12-acae-47d56d35dff1", "ip_address": "172.30.9.217"}]}, "description": "", "tags": [], "tenant_id": "1d2d2498a64f4e07849354496dfa2ff4", "created_at": "2018-09-04T11:16:30Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-09-04T11:16:31Z", "revision_number": 2, "routes": [], "project_id": "1d2d2498a64f4e07849354496dfa2ff4", "id": "1673e038-129c-4fb7-a9c2-a9a17875727d", "name": "c_rally_1537a83e_TCbqCsSp"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "4097e349-dd4a-4a5e-95d6-eed5c2d7b85a", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "5092c110-d468-4f12-acae-47d56d35dff1", "ip_address": "172.30.9.215"}]}, "description": "", "tags": [], "tenant_id": "29f0ba817a304fd494ca8c3860ac7246", "created_at": "2018-09-04T11:14:26Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-09-04T11:14:27Z", "revision_number": 2, "routes": [], "project_id": "29f0ba817a304fd494ca8c3860ac7246", "id": "194590c0-4a5b-476c-9311-c97993565bd9", "name": "c_rally_4d888ac7_ell5iv62"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "4097e349-dd4a-4a5e-95d6-eed5c2d7b85a", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "5092c110-d468-4f12-acae-47d56d35dff1", "ip_address": "172.30.9.219"}]}, "description": "", "tags": [], "tenant_id": "5efe9645576d420f836c625864cab315", "created_at": "2018-09-04T11:32:39Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-09-04T11:32:40Z", "revision_number": 2, "routes": [], "project_id": "5efe9645576d420f836c625864cab315", "id": "29bf24dc-01e1-4af9-8761-b7428cdaaf2b", "name": "patrole-router_4f20f6bb-48bd-4a8f-93b7-df2187674780"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "4097e349-dd4a-4a5e-95d6-eed5c2d7b85a", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "5092c110-d468-4f12-acae-47d56d35dff1", "ip_address": "172.30.9.200"}]}, "description": "", "tags": [], "tenant_id": "da1aa3dc9e564d3d922e61c0121a390e", "created_at": "2018-09-04T10:25:56Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-09-04T10:25:57Z", "revision_number": 2, "routes": [], "project_id": "da1aa3dc9e564d3d922e61c0121a390e", "id": "2f19feef-aee5-44f4-9fb9-bd7093f60239", "name": "NeutronUtilsRouterTests-32dc0e2b-888b-4bc2-b5c2-061f2e60771c-pub-router"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "4097e349-dd4a-4a5e-95d6-eed5c2d7b85a", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "5092c110-d468-4f12-acae-47d56d35dff1", "ip_address": "172.30.9.220"}]}, "description": "", "tags": [], "tenant_id": "219a354443d04b66b7da22e8fcd0b9ff", "created_at": "2018-09-04T11:25:51Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-09-04T11:25:52Z", "revision_number": 2, "routes": [], "project_id": "219a354443d04b66b7da22e8fcd0b9ff", "id": "43403bcd-0447-4df6-92ac-08f0cb3148ef", "name": "c_rally_9fc79e06_HOclWZ15"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "4097e349-dd4a-4a5e-95d6-eed5c2d7b85a", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "5092c110-d468-4f12-acae-47d56d35dff1", "ip_address": "172.30.9.208"}]}, "description": "", "tags": [], "tenant_id": "4ad41bc126174d318b5e7a8516fcf4af", "created_at": "2018-09-04T10:36:57Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-09-04T10:36:58Z", "revision_number": 2, "routes": [], "project_id": "4ad41bc126174d318b5e7a8516fcf4af", "id": "43561eec-efc7-4a36-8d0f-7244a4f70d60", "name": "vping_ssh-router_765e872f-da41-4d34-89de-e797c7840b14"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "4097e349-dd4a-4a5e-95d6-eed5c2d7b85a", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "5092c110-d468-4f12-acae-47d56d35dff1", "ip_address": "172.30.9.213"}]}, "description": "", "tags": [], "tenant_id": "1d2d2498a64f4e07849354496dfa2ff4", "created_at": "2018-09-04T11:16:32Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-09-04T11:16:33Z", "revision_number": 2, "routes": [], "project_id": "1d2d2498a64f4e07849354496dfa2ff4", "id": "5d4fcb27-ad2c-4f1b-b79c-8d723371d08d", "name": "c_rally_1537a83e_TCbqCsSp"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "4097e349-dd4a-4a5e-95d6-eed5c2d7b85a", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "5092c110-d468-4f12-acae-47d56d35dff1", "ip_address": "172.30.9.201"}]}, "description": "", "tags": [], "tenant_id": "da1aa3dc9e564d3d922e61c0121a390e", "created_at": "2018-09-04T10:32:43Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-09-04T10:32:44Z", "revision_number": 2, "routes": [], "project_id": "da1aa3dc9e564d3d922e61c0121a390e", "id": "71d1efd7-0255-4570-ac2c-5d92b1dbeff0", "name": "mgmt_router"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "4097e349-dd4a-4a5e-95d6-eed5c2d7b85a", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "5092c110-d468-4f12-acae-47d56d35dff1", "ip_address": "172.30.9.214"}]}, "description": "", "tags": [], "tenant_id": "14e46315a5e14e95a6bd31ddd3090094", "created_at": "2018-09-04T10:40:12Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-09-04T10:40:13Z", "revision_number": 2, "routes": [], "project_id": "14e46315a5e14e95a6bd31ddd3090094", "id": "7684517b-07eb-496b-a11b-92148a3f83a8", "name": "tempest_smoke_serial-router_068261eb-5f06-4915-acc8-7f5edd711ae8"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "4097e349-dd4a-4a5e-95d6-eed5c2d7b85a", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "5092c110-d468-4f12-acae-47d56d35dff1", "ip_address": "172.30.9.216"}]}, "description": "", "tags": [], "tenant_id": "375baba599654b43baeee5dae2815141", "created_at": "2018-09-04T10:42:08Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-09-04T10:42:09Z", "revision_number": 2, "routes": [], "project_id": "375baba599654b43baeee5dae2815141", "id": "7a1759d2-3c54-4856-86d9-21a041b775b7", "name": "tempest-ServersTestJSON-34771780-router"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "4097e349-dd4a-4a5e-95d6-eed5c2d7b85a", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "5092c110-d468-4f12-acae-47d56d35dff1", "ip_address": "172.30.9.212"}]}, "description": "", "tags": [], "tenant_id": "4ad41bc126174d318b5e7a8516fcf4af", "created_at": "2018-09-04T10:36:58Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-09-04T10:36:59Z", "revision_number": 2, "routes": [], "project_id": "4ad41bc126174d318b5e7a8516fcf4af", "id": "8396e7af-43cc-4203-9fea-cd1d80adbf13", "name": "vping_ssh-router_765e872f-da41-4d34-89de-e797c7840b14"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "4097e349-dd4a-4a5e-95d6-eed5c2d7b85a", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "5092c110-d468-4f12-acae-47d56d35dff1", "ip_address": "172.30.9.204"}]}, "description": "", "tags": [], "tenant_id": "14e46315a5e14e95a6bd31ddd3090094", "created_at": "2018-09-04T10:40:11Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-09-04T10:40:11Z", "revision_number": 2, "routes": [], "project_id": "14e46315a5e14e95a6bd31ddd3090094", "id": "8cc3813e-1928-445c-9157-a633500fc975", "name": "tempest_smoke_serial-router_068261eb-5f06-4915-acc8-7f5edd711ae8"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "4097e349-dd4a-4a5e-95d6-eed5c2d7b85a", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "5092c110-d468-4f12-acae-47d56d35dff1", "ip_address": "172.30.9.202"}]}, "description": "", "tags": [], "tenant_id": "1d2d2498a64f4e07849354496dfa2ff4", "created_at": "2018-09-04T11:16:31Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-09-04T11:16:32Z", "revision_number": 2, "routes": [], "project_id": "1d2d2498a64f4e07849354496dfa2ff4", "id": "9198feab-67a8-4552-9c03-fa4e4d8af713", "name": "c_rally_1537a83e_TCbqCsSp"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "4097e349-dd4a-4a5e-95d6-eed5c2d7b85a", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "5092c110-d468-4f12-acae-47d56d35dff1", "ip_address": "172.30.9.210"}]}, "description": "", "tags": [], "tenant_id": "26c89328988e44f29ad8e9f25257d111", "created_at": "2018-09-04T11:23:20Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-09-04T11:23:21Z", "revision_number": 2, "routes": [], "project_id": "26c89328988e44f29ad8e9f25257d111", "id": "a4fb934b-a18a-45c8-9884-fcd0837c39b1", "name": "c_rally_ca6e6ba7_yafXiUSz"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "4097e349-dd4a-4a5e-95d6-eed5c2d7b85a", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "5092c110-d468-4f12-acae-47d56d35dff1", "ip_address": "172.30.9.218"}]}, "description": "", "tags": [], "tenant_id": "8731623ecafd48f883511aa989606be2", "created_at": "2018-09-04T11:22:25Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-09-04T11:22:26Z", "revision_number": 2, "routes": [], "project_id": "8731623ecafd48f883511aa989606be2", "id": "bc63575c-1b25-4f91-a849-834c7ee31be1", "name": "c_rally_42f8a049_9dIzHabN"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "4097e349-dd4a-4a5e-95d6-eed5c2d7b85a", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "5092c110-d468-4f12-acae-47d56d35dff1", "ip_address": "172.30.9.203"}]}, "description": "", "tags": [], "tenant_id": "da1aa3dc9e564d3d922e61c0121a390e", "created_at": "2018-09-04T10:32:42Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-09-04T10:32:43Z", "revision_number": 2, "routes": [], "project_id": "da1aa3dc9e564d3d922e61c0121a390e", "id": "caa0e147-32fd-4c34-b2f7-9497029b5d83", "name": "mgmt_router"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "4097e349-dd4a-4a5e-95d6-eed5c2d7b85a", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "5092c110-d468-4f12-acae-47d56d35dff1", "ip_address": "172.30.9.205"}]}, "description": "", "tags": [], "tenant_id": "4ad41bc126174d318b5e7a8516fcf4af", "created_at": "2018-09-04T10:36:56Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-09-04T10:36:57Z", "revision_number": 2, "routes": [], "project_id": "4ad41bc126174d318b5e7a8516fcf4af", "id": "e2fc4530-9f5b-4981-b75a-4c4ebdeab16a", "name": "vping_ssh-router_765e872f-da41-4d34-89de-e797c7840b14"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "4097e349-dd4a-4a5e-95d6-eed5c2d7b85a", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "5092c110-d468-4f12-acae-47d56d35dff1", "ip_address": "172.30.9.206"}]}, "description": "", "tags": [], "tenant_id": "26c89328988e44f29ad8e9f25257d111", "created_at": "2018-09-04T11:23:19Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-09-04T11:23:20Z", "revision_number": 2, "routes": [], "project_id": "26c89328988e44f29ad8e9f25257d111", "id": "f73c56b0-36ef-4276-b04b-e9ab41421cec", "name": "c_rally_ca6e6ba7_yafXiUSz"}]} 2018-09-04 12:21:48,375 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/routers used request id req-5ca975e9-b0ff-44dd-91ac-fd4fc2ccdb5d 2018-09-04 12:21:48,382 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.28:9696/v2.0/routers/02e10efe-d43d-4769-a57b-731a12f27a9b -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1b72854153ccc23b07749b1ca975263d8b5b30c8" -d '{"router": {"external_gateway_info": {}}}' 2018-09-04 12:21:49,362 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 462 X-Openstack-Request-Id: req-0f581839-d40c-49ca-b5dc-b179872ac11f Date: Tue, 04 Sep 2018 12:21:49 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "4ad41bc126174d318b5e7a8516fcf4af", "created_at": "2018-09-04T10:36:54Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-09-04T12:21:49Z", "revision_number": 5, "routes": [], "project_id": "4ad41bc126174d318b5e7a8516fcf4af", "id": "02e10efe-d43d-4769-a57b-731a12f27a9b", "name": "vping_ssh-router_765e872f-da41-4d34-89de-e797c7840b14"}} 2018-09-04 12:21:49,362 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.28:9696/v2.0/routers/02e10efe-d43d-4769-a57b-731a12f27a9b used request id req-0f581839-d40c-49ca-b5dc-b179872ac11f 2018-09-04 12:21:49,368 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:9696/v2.0/routers/02e10efe-d43d-4769-a57b-731a12f27a9b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1b72854153ccc23b07749b1ca975263d8b5b30c8" 2018-09-04 12:21:49,843 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-6ea93528-ddbb-4c2e-827a-863e86e32007 Content-Length: 0 Date: Tue, 04 Sep 2018 12:21:49 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-04 12:21:49,844 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/routers/02e10efe-d43d-4769-a57b-731a12f27a9b used request id req-6ea93528-ddbb-4c2e-827a-863e86e32007 2018-09-04 12:21:49,849 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.28:9696/v2.0/routers/03c7ced1-3b55-4c0f-95ef-97c859cbf9b9 -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1b72854153ccc23b07749b1ca975263d8b5b30c8" -d '{"router": {"external_gateway_info": {}}}' 2018-09-04 12:21:50,686 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 434 X-Openstack-Request-Id: req-d41d0b9e-b94d-4446-9206-9b33dbdcadec Date: Tue, 04 Sep 2018 12:21:50 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "ae3e81be661d4c66ac9ebc51a4915a63", "created_at": "2018-09-04T11:13:56Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-09-04T12:21:50Z", "revision_number": 5, "routes": [], "project_id": "ae3e81be661d4c66ac9ebc51a4915a63", "id": "03c7ced1-3b55-4c0f-95ef-97c859cbf9b9", "name": "c_rally_2b42ef2d_MD6u4sbI"}} 2018-09-04 12:21:50,686 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.28:9696/v2.0/routers/03c7ced1-3b55-4c0f-95ef-97c859cbf9b9 used request id req-d41d0b9e-b94d-4446-9206-9b33dbdcadec 2018-09-04 12:21:50,690 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:9696/v2.0/routers/03c7ced1-3b55-4c0f-95ef-97c859cbf9b9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1b72854153ccc23b07749b1ca975263d8b5b30c8" 2018-09-04 12:21:51,148 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-f5cd93de-bccc-48e5-ae75-048c750cb8db Content-Length: 0 Date: Tue, 04 Sep 2018 12:21:51 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-04 12:21:51,148 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/routers/03c7ced1-3b55-4c0f-95ef-97c859cbf9b9 used request id req-f5cd93de-bccc-48e5-ae75-048c750cb8db 2018-09-04 12:21:51,153 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.28:9696/v2.0/routers/1673e038-129c-4fb7-a9c2-a9a17875727d -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1b72854153ccc23b07749b1ca975263d8b5b30c8" -d '{"router": {"external_gateway_info": {}}}' 2018-09-04 12:21:52,147 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 434 X-Openstack-Request-Id: req-c3bd6b5e-de2b-4375-bd46-6b963cab84e4 Date: Tue, 04 Sep 2018 12:21:52 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "1d2d2498a64f4e07849354496dfa2ff4", "created_at": "2018-09-04T11:16:30Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-09-04T12:21:51Z", "revision_number": 5, "routes": [], "project_id": "1d2d2498a64f4e07849354496dfa2ff4", "id": "1673e038-129c-4fb7-a9c2-a9a17875727d", "name": "c_rally_1537a83e_TCbqCsSp"}} 2018-09-04 12:21:52,147 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.28:9696/v2.0/routers/1673e038-129c-4fb7-a9c2-a9a17875727d used request id req-c3bd6b5e-de2b-4375-bd46-6b963cab84e4 2018-09-04 12:21:52,153 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:9696/v2.0/routers/1673e038-129c-4fb7-a9c2-a9a17875727d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1b72854153ccc23b07749b1ca975263d8b5b30c8" 2018-09-04 12:21:52,484 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-fbd6efc3-d5fd-442c-8e72-930e56ae33ad Content-Length: 0 Date: Tue, 04 Sep 2018 12:21:52 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-04 12:21:52,484 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/routers/1673e038-129c-4fb7-a9c2-a9a17875727d used request id req-fbd6efc3-d5fd-442c-8e72-930e56ae33ad 2018-09-04 12:21:52,489 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.28:9696/v2.0/routers/194590c0-4a5b-476c-9311-c97993565bd9 -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1b72854153ccc23b07749b1ca975263d8b5b30c8" -d '{"router": {"external_gateway_info": {}}}' 2018-09-04 12:21:53,518 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 434 X-Openstack-Request-Id: req-fb5d5222-730e-4f64-9e67-6043f43a97c4 Date: Tue, 04 Sep 2018 12:21:53 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "29f0ba817a304fd494ca8c3860ac7246", "created_at": "2018-09-04T11:14:26Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-09-04T12:21:53Z", "revision_number": 5, "routes": [], "project_id": "29f0ba817a304fd494ca8c3860ac7246", "id": "194590c0-4a5b-476c-9311-c97993565bd9", "name": "c_rally_4d888ac7_ell5iv62"}} 2018-09-04 12:21:53,518 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.28:9696/v2.0/routers/194590c0-4a5b-476c-9311-c97993565bd9 used request id req-fb5d5222-730e-4f64-9e67-6043f43a97c4 2018-09-04 12:21:53,524 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:9696/v2.0/routers/194590c0-4a5b-476c-9311-c97993565bd9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1b72854153ccc23b07749b1ca975263d8b5b30c8" 2018-09-04 12:21:53,992 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-6eb258f9-5c23-428a-916c-79edb87eed48 Content-Length: 0 Date: Tue, 04 Sep 2018 12:21:53 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-04 12:21:53,992 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/routers/194590c0-4a5b-476c-9311-c97993565bd9 used request id req-6eb258f9-5c23-428a-916c-79edb87eed48 2018-09-04 12:21:53,998 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.28:9696/v2.0/routers/29bf24dc-01e1-4af9-8761-b7428cdaaf2b -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1b72854153ccc23b07749b1ca975263d8b5b30c8" -d '{"router": {"external_gateway_info": {}}}' 2018-09-04 12:21:54,973 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 460 X-Openstack-Request-Id: req-db0b16b1-7b4c-4d93-a276-a40eeaafb6b9 Date: Tue, 04 Sep 2018 12:21:54 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "5efe9645576d420f836c625864cab315", "created_at": "2018-09-04T11:32:39Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-09-04T12:21:54Z", "revision_number": 5, "routes": [], "project_id": "5efe9645576d420f836c625864cab315", "id": "29bf24dc-01e1-4af9-8761-b7428cdaaf2b", "name": "patrole-router_4f20f6bb-48bd-4a8f-93b7-df2187674780"}} 2018-09-04 12:21:54,973 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.28:9696/v2.0/routers/29bf24dc-01e1-4af9-8761-b7428cdaaf2b used request id req-db0b16b1-7b4c-4d93-a276-a40eeaafb6b9 2018-09-04 12:21:54,976 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:9696/v2.0/routers/29bf24dc-01e1-4af9-8761-b7428cdaaf2b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1b72854153ccc23b07749b1ca975263d8b5b30c8" 2018-09-04 12:21:55,419 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-b4a25948-e674-4622-98c2-e9ae0f7c38cb Content-Length: 0 Date: Tue, 04 Sep 2018 12:21:55 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-04 12:21:55,419 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/routers/29bf24dc-01e1-4af9-8761-b7428cdaaf2b used request id req-b4a25948-e674-4622-98c2-e9ae0f7c38cb 2018-09-04 12:21:55,424 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.28:9696/v2.0/routers/2f19feef-aee5-44f4-9fb9-bd7093f60239 -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1b72854153ccc23b07749b1ca975263d8b5b30c8" -d '{"router": {"external_gateway_info": {}}}' 2018-09-04 12:21:56,446 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 480 X-Openstack-Request-Id: req-e733c4b4-1a28-498e-905b-1503e3109306 Date: Tue, 04 Sep 2018 12:21:56 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "da1aa3dc9e564d3d922e61c0121a390e", "created_at": "2018-09-04T10:25:56Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-09-04T12:21:56Z", "revision_number": 5, "routes": [], "project_id": "da1aa3dc9e564d3d922e61c0121a390e", "id": "2f19feef-aee5-44f4-9fb9-bd7093f60239", "name": "NeutronUtilsRouterTests-32dc0e2b-888b-4bc2-b5c2-061f2e60771c-pub-router"}} 2018-09-04 12:21:56,446 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.28:9696/v2.0/routers/2f19feef-aee5-44f4-9fb9-bd7093f60239 used request id req-e733c4b4-1a28-498e-905b-1503e3109306 2018-09-04 12:21:56,451 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:9696/v2.0/routers/2f19feef-aee5-44f4-9fb9-bd7093f60239 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1b72854153ccc23b07749b1ca975263d8b5b30c8" 2018-09-04 12:21:56,857 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-f838504a-6a26-4a9e-a380-a6010866bb46 Content-Length: 0 Date: Tue, 04 Sep 2018 12:21:56 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-04 12:21:56,857 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/routers/2f19feef-aee5-44f4-9fb9-bd7093f60239 used request id req-f838504a-6a26-4a9e-a380-a6010866bb46 2018-09-04 12:21:56,864 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.28:9696/v2.0/routers/43403bcd-0447-4df6-92ac-08f0cb3148ef -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1b72854153ccc23b07749b1ca975263d8b5b30c8" -d '{"router": {"external_gateway_info": {}}}' 2018-09-04 12:21:58,310 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 434 X-Openstack-Request-Id: req-dd78b3f9-e7d1-4be3-8e94-61317da04771 Date: Tue, 04 Sep 2018 12:21:58 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "219a354443d04b66b7da22e8fcd0b9ff", "created_at": "2018-09-04T11:25:51Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-09-04T12:21:57Z", "revision_number": 5, "routes": [], "project_id": "219a354443d04b66b7da22e8fcd0b9ff", "id": "43403bcd-0447-4df6-92ac-08f0cb3148ef", "name": "c_rally_9fc79e06_HOclWZ15"}} 2018-09-04 12:21:58,310 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.28:9696/v2.0/routers/43403bcd-0447-4df6-92ac-08f0cb3148ef used request id req-dd78b3f9-e7d1-4be3-8e94-61317da04771 2018-09-04 12:21:58,313 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:9696/v2.0/routers/43403bcd-0447-4df6-92ac-08f0cb3148ef -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1b72854153ccc23b07749b1ca975263d8b5b30c8" 2018-09-04 12:21:58,950 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-17ec0d6e-5f33-4662-a7a1-f996de723f33 Content-Length: 0 Date: Tue, 04 Sep 2018 12:21:58 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-04 12:21:58,950 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/routers/43403bcd-0447-4df6-92ac-08f0cb3148ef used request id req-17ec0d6e-5f33-4662-a7a1-f996de723f33 2018-09-04 12:21:58,956 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.28:9696/v2.0/routers/43561eec-efc7-4a36-8d0f-7244a4f70d60 -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1b72854153ccc23b07749b1ca975263d8b5b30c8" -d '{"router": {"external_gateway_info": {}}}' 2018-09-04 12:22:00,029 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 462 X-Openstack-Request-Id: req-68e7a15c-ec52-4426-9c84-f45a5e84ad86 Date: Tue, 04 Sep 2018 12:22:00 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "4ad41bc126174d318b5e7a8516fcf4af", "created_at": "2018-09-04T10:36:57Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-09-04T12:21:59Z", "revision_number": 5, "routes": [], "project_id": "4ad41bc126174d318b5e7a8516fcf4af", "id": "43561eec-efc7-4a36-8d0f-7244a4f70d60", "name": "vping_ssh-router_765e872f-da41-4d34-89de-e797c7840b14"}} 2018-09-04 12:22:00,029 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.28:9696/v2.0/routers/43561eec-efc7-4a36-8d0f-7244a4f70d60 used request id req-68e7a15c-ec52-4426-9c84-f45a5e84ad86 2018-09-04 12:22:00,035 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:9696/v2.0/routers/43561eec-efc7-4a36-8d0f-7244a4f70d60 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1b72854153ccc23b07749b1ca975263d8b5b30c8" 2018-09-04 12:22:00,340 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-46a53be0-69f2-4004-86fc-3d6aca0f76d7 Content-Length: 0 Date: Tue, 04 Sep 2018 12:22:00 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-04 12:22:00,341 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/routers/43561eec-efc7-4a36-8d0f-7244a4f70d60 used request id req-46a53be0-69f2-4004-86fc-3d6aca0f76d7 2018-09-04 12:22:00,346 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.28:9696/v2.0/routers/5d4fcb27-ad2c-4f1b-b79c-8d723371d08d -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1b72854153ccc23b07749b1ca975263d8b5b30c8" -d '{"router": {"external_gateway_info": {}}}' 2018-09-04 12:22:01,353 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 434 X-Openstack-Request-Id: req-0b25ff2e-8e08-4b21-9d27-2f1d7e178d90 Date: Tue, 04 Sep 2018 12:22:01 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "1d2d2498a64f4e07849354496dfa2ff4", "created_at": "2018-09-04T11:16:32Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-09-04T12:22:01Z", "revision_number": 5, "routes": [], "project_id": "1d2d2498a64f4e07849354496dfa2ff4", "id": "5d4fcb27-ad2c-4f1b-b79c-8d723371d08d", "name": "c_rally_1537a83e_TCbqCsSp"}} 2018-09-04 12:22:01,354 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.28:9696/v2.0/routers/5d4fcb27-ad2c-4f1b-b79c-8d723371d08d used request id req-0b25ff2e-8e08-4b21-9d27-2f1d7e178d90 2018-09-04 12:22:01,358 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:9696/v2.0/routers/5d4fcb27-ad2c-4f1b-b79c-8d723371d08d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1b72854153ccc23b07749b1ca975263d8b5b30c8" 2018-09-04 12:22:01,777 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-3587bce6-e262-4352-8b6c-962cb3aae878 Content-Length: 0 Date: Tue, 04 Sep 2018 12:22:01 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-04 12:22:01,777 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/routers/5d4fcb27-ad2c-4f1b-b79c-8d723371d08d used request id req-3587bce6-e262-4352-8b6c-962cb3aae878 2018-09-04 12:22:01,782 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.28:9696/v2.0/routers/71d1efd7-0255-4570-ac2c-5d92b1dbeff0 -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1b72854153ccc23b07749b1ca975263d8b5b30c8" -d '{"router": {"external_gateway_info": {}}}' 2018-09-04 12:22:02,561 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 420 X-Openstack-Request-Id: req-325df914-6eaf-4df2-9758-517051fa2e48 Date: Tue, 04 Sep 2018 12:22:02 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "da1aa3dc9e564d3d922e61c0121a390e", "created_at": "2018-09-04T10:32:43Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-09-04T12:22:02Z", "revision_number": 5, "routes": [], "project_id": "da1aa3dc9e564d3d922e61c0121a390e", "id": "71d1efd7-0255-4570-ac2c-5d92b1dbeff0", "name": "mgmt_router"}} 2018-09-04 12:22:02,562 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.28:9696/v2.0/routers/71d1efd7-0255-4570-ac2c-5d92b1dbeff0 used request id req-325df914-6eaf-4df2-9758-517051fa2e48 2018-09-04 12:22:02,566 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:9696/v2.0/routers/71d1efd7-0255-4570-ac2c-5d92b1dbeff0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1b72854153ccc23b07749b1ca975263d8b5b30c8" 2018-09-04 12:22:02,856 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-1dd5368f-7e64-40b8-aa3b-286210579079 Content-Length: 0 Date: Tue, 04 Sep 2018 12:22:02 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-04 12:22:02,856 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/routers/71d1efd7-0255-4570-ac2c-5d92b1dbeff0 used request id req-1dd5368f-7e64-40b8-aa3b-286210579079 2018-09-04 12:22:02,861 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.28:9696/v2.0/routers/7684517b-07eb-496b-a11b-92148a3f83a8 -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1b72854153ccc23b07749b1ca975263d8b5b30c8" -d '{"router": {"external_gateway_info": {}}}' 2018-09-04 12:22:03,836 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 473 X-Openstack-Request-Id: req-084f92d6-f5f4-42f5-8bbd-79c8072eb0f8 Date: Tue, 04 Sep 2018 12:22:03 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "14e46315a5e14e95a6bd31ddd3090094", "created_at": "2018-09-04T10:40:12Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-09-04T12:22:03Z", "revision_number": 5, "routes": [], "project_id": "14e46315a5e14e95a6bd31ddd3090094", "id": "7684517b-07eb-496b-a11b-92148a3f83a8", "name": "tempest_smoke_serial-router_068261eb-5f06-4915-acc8-7f5edd711ae8"}} 2018-09-04 12:22:03,837 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.28:9696/v2.0/routers/7684517b-07eb-496b-a11b-92148a3f83a8 used request id req-084f92d6-f5f4-42f5-8bbd-79c8072eb0f8 2018-09-04 12:22:03,841 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:9696/v2.0/routers/7684517b-07eb-496b-a11b-92148a3f83a8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1b72854153ccc23b07749b1ca975263d8b5b30c8" 2018-09-04 12:22:04,449 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-024167a4-43e0-4d7e-b14b-40a97f1a8784 Content-Length: 0 Date: Tue, 04 Sep 2018 12:22:04 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-04 12:22:04,450 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/routers/7684517b-07eb-496b-a11b-92148a3f83a8 used request id req-024167a4-43e0-4d7e-b14b-40a97f1a8784 2018-09-04 12:22:04,455 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.28:9696/v2.0/routers/7a1759d2-3c54-4856-86d9-21a041b775b7 -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1b72854153ccc23b07749b1ca975263d8b5b30c8" -d '{"router": {"external_gateway_info": {}}}' 2018-09-04 12:22:05,312 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 448 X-Openstack-Request-Id: req-4cee50f5-ee03-4761-a2ad-c4777e675d49 Date: Tue, 04 Sep 2018 12:22:05 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "375baba599654b43baeee5dae2815141", "created_at": "2018-09-04T10:42:08Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-09-04T12:22:05Z", "revision_number": 5, "routes": [], "project_id": "375baba599654b43baeee5dae2815141", "id": "7a1759d2-3c54-4856-86d9-21a041b775b7", "name": "tempest-ServersTestJSON-34771780-router"}} 2018-09-04 12:22:05,312 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.28:9696/v2.0/routers/7a1759d2-3c54-4856-86d9-21a041b775b7 used request id req-4cee50f5-ee03-4761-a2ad-c4777e675d49 2018-09-04 12:22:05,318 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:9696/v2.0/routers/7a1759d2-3c54-4856-86d9-21a041b775b7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1b72854153ccc23b07749b1ca975263d8b5b30c8" 2018-09-04 12:22:05,780 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-a8e1bd50-bbe7-414c-a6ad-bef85be85887 Content-Length: 0 Date: Tue, 04 Sep 2018 12:22:05 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-04 12:22:05,780 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/routers/7a1759d2-3c54-4856-86d9-21a041b775b7 used request id req-a8e1bd50-bbe7-414c-a6ad-bef85be85887 2018-09-04 12:22:05,785 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.28:9696/v2.0/routers/8396e7af-43cc-4203-9fea-cd1d80adbf13 -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1b72854153ccc23b07749b1ca975263d8b5b30c8" -d '{"router": {"external_gateway_info": {}}}' 2018-09-04 12:22:06,634 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 462 X-Openstack-Request-Id: req-fe7baf13-36c4-455e-aa3f-e9a61f193470 Date: Tue, 04 Sep 2018 12:22:06 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "4ad41bc126174d318b5e7a8516fcf4af", "created_at": "2018-09-04T10:36:58Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-09-04T12:22:06Z", "revision_number": 5, "routes": [], "project_id": "4ad41bc126174d318b5e7a8516fcf4af", "id": "8396e7af-43cc-4203-9fea-cd1d80adbf13", "name": "vping_ssh-router_765e872f-da41-4d34-89de-e797c7840b14"}} 2018-09-04 12:22:06,634 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.28:9696/v2.0/routers/8396e7af-43cc-4203-9fea-cd1d80adbf13 used request id req-fe7baf13-36c4-455e-aa3f-e9a61f193470 2018-09-04 12:22:06,640 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:9696/v2.0/routers/8396e7af-43cc-4203-9fea-cd1d80adbf13 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1b72854153ccc23b07749b1ca975263d8b5b30c8" 2018-09-04 12:22:07,079 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-17fba616-4e1c-4a3f-8354-18a69dac3c31 Content-Length: 0 Date: Tue, 04 Sep 2018 12:22:07 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-04 12:22:07,079 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/routers/8396e7af-43cc-4203-9fea-cd1d80adbf13 used request id req-17fba616-4e1c-4a3f-8354-18a69dac3c31 2018-09-04 12:22:07,084 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.28:9696/v2.0/routers/8cc3813e-1928-445c-9157-a633500fc975 -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1b72854153ccc23b07749b1ca975263d8b5b30c8" -d '{"router": {"external_gateway_info": {}}}' 2018-09-04 12:22:08,085 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 473 X-Openstack-Request-Id: req-ceaac575-c985-45ef-9fa6-c5ba1d6de057 Date: Tue, 04 Sep 2018 12:22:08 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "14e46315a5e14e95a6bd31ddd3090094", "created_at": "2018-09-04T10:40:11Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-09-04T12:22:07Z", "revision_number": 5, "routes": [], "project_id": "14e46315a5e14e95a6bd31ddd3090094", "id": "8cc3813e-1928-445c-9157-a633500fc975", "name": "tempest_smoke_serial-router_068261eb-5f06-4915-acc8-7f5edd711ae8"}} 2018-09-04 12:22:08,085 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.28:9696/v2.0/routers/8cc3813e-1928-445c-9157-a633500fc975 used request id req-ceaac575-c985-45ef-9fa6-c5ba1d6de057 2018-09-04 12:22:08,091 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:9696/v2.0/routers/8cc3813e-1928-445c-9157-a633500fc975 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1b72854153ccc23b07749b1ca975263d8b5b30c8" 2018-09-04 12:22:08,373 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-f8c63a9e-7ef1-4437-83ce-8f4eea8579b6 Content-Length: 0 Date: Tue, 04 Sep 2018 12:22:08 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-04 12:22:08,373 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/routers/8cc3813e-1928-445c-9157-a633500fc975 used request id req-f8c63a9e-7ef1-4437-83ce-8f4eea8579b6 2018-09-04 12:22:08,378 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.28:9696/v2.0/routers/9198feab-67a8-4552-9c03-fa4e4d8af713 -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1b72854153ccc23b07749b1ca975263d8b5b30c8" -d '{"router": {"external_gateway_info": {}}}' 2018-09-04 12:22:09,456 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 434 X-Openstack-Request-Id: req-7bda88ec-71b2-4d1d-8f74-afb15cfe38ee Date: Tue, 04 Sep 2018 12:22:09 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "1d2d2498a64f4e07849354496dfa2ff4", "created_at": "2018-09-04T11:16:31Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-09-04T12:22:08Z", "revision_number": 5, "routes": [], "project_id": "1d2d2498a64f4e07849354496dfa2ff4", "id": "9198feab-67a8-4552-9c03-fa4e4d8af713", "name": "c_rally_1537a83e_TCbqCsSp"}} 2018-09-04 12:22:09,456 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.28:9696/v2.0/routers/9198feab-67a8-4552-9c03-fa4e4d8af713 used request id req-7bda88ec-71b2-4d1d-8f74-afb15cfe38ee 2018-09-04 12:22:09,462 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:9696/v2.0/routers/9198feab-67a8-4552-9c03-fa4e4d8af713 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1b72854153ccc23b07749b1ca975263d8b5b30c8" 2018-09-04 12:22:09,861 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-5023be54-b241-4c74-8f80-bf51374b7106 Content-Length: 0 Date: Tue, 04 Sep 2018 12:22:09 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-04 12:22:09,861 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/routers/9198feab-67a8-4552-9c03-fa4e4d8af713 used request id req-5023be54-b241-4c74-8f80-bf51374b7106 2018-09-04 12:22:09,866 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.28:9696/v2.0/routers/a4fb934b-a18a-45c8-9884-fcd0837c39b1 -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1b72854153ccc23b07749b1ca975263d8b5b30c8" -d '{"router": {"external_gateway_info": {}}}' 2018-09-04 12:22:10,884 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 434 X-Openstack-Request-Id: req-b97c1582-0447-40c7-a3d4-3b26381b9c3b Date: Tue, 04 Sep 2018 12:22:10 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "26c89328988e44f29ad8e9f25257d111", "created_at": "2018-09-04T11:23:20Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-09-04T12:22:10Z", "revision_number": 5, "routes": [], "project_id": "26c89328988e44f29ad8e9f25257d111", "id": "a4fb934b-a18a-45c8-9884-fcd0837c39b1", "name": "c_rally_ca6e6ba7_yafXiUSz"}} 2018-09-04 12:22:10,884 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.28:9696/v2.0/routers/a4fb934b-a18a-45c8-9884-fcd0837c39b1 used request id req-b97c1582-0447-40c7-a3d4-3b26381b9c3b 2018-09-04 12:22:10,889 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:9696/v2.0/routers/a4fb934b-a18a-45c8-9884-fcd0837c39b1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1b72854153ccc23b07749b1ca975263d8b5b30c8" 2018-09-04 12:22:11,164 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-80972886-136e-4a6d-b080-05fb64f66e84 Content-Length: 0 Date: Tue, 04 Sep 2018 12:22:11 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-04 12:22:11,164 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/routers/a4fb934b-a18a-45c8-9884-fcd0837c39b1 used request id req-80972886-136e-4a6d-b080-05fb64f66e84 2018-09-04 12:22:11,169 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.28:9696/v2.0/routers/bc63575c-1b25-4f91-a849-834c7ee31be1 -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1b72854153ccc23b07749b1ca975263d8b5b30c8" -d '{"router": {"external_gateway_info": {}}}' 2018-09-04 12:22:11,835 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 434 X-Openstack-Request-Id: req-529f829e-7791-4fce-9e5a-0e827264a6b1 Date: Tue, 04 Sep 2018 12:22:11 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "8731623ecafd48f883511aa989606be2", "created_at": "2018-09-04T11:22:25Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-09-04T12:22:11Z", "revision_number": 5, "routes": [], "project_id": "8731623ecafd48f883511aa989606be2", "id": "bc63575c-1b25-4f91-a849-834c7ee31be1", "name": "c_rally_42f8a049_9dIzHabN"}} 2018-09-04 12:22:11,835 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.28:9696/v2.0/routers/bc63575c-1b25-4f91-a849-834c7ee31be1 used request id req-529f829e-7791-4fce-9e5a-0e827264a6b1 2018-09-04 12:22:11,840 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:9696/v2.0/routers/bc63575c-1b25-4f91-a849-834c7ee31be1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1b72854153ccc23b07749b1ca975263d8b5b30c8" 2018-09-04 12:22:12,128 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-7423d73b-5b48-41b1-a9fc-dc4d2643ea46 Content-Length: 0 Date: Tue, 04 Sep 2018 12:22:12 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-04 12:22:12,128 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/routers/bc63575c-1b25-4f91-a849-834c7ee31be1 used request id req-7423d73b-5b48-41b1-a9fc-dc4d2643ea46 2018-09-04 12:22:12,133 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.28:9696/v2.0/routers/caa0e147-32fd-4c34-b2f7-9497029b5d83 -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1b72854153ccc23b07749b1ca975263d8b5b30c8" -d '{"router": {"external_gateway_info": {}}}' 2018-09-04 12:22:13,016 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 420 X-Openstack-Request-Id: req-3254375a-613a-468e-b929-0032745c0962 Date: Tue, 04 Sep 2018 12:22:13 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "da1aa3dc9e564d3d922e61c0121a390e", "created_at": "2018-09-04T10:32:42Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-09-04T12:22:12Z", "revision_number": 5, "routes": [], "project_id": "da1aa3dc9e564d3d922e61c0121a390e", "id": "caa0e147-32fd-4c34-b2f7-9497029b5d83", "name": "mgmt_router"}} 2018-09-04 12:22:13,016 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.28:9696/v2.0/routers/caa0e147-32fd-4c34-b2f7-9497029b5d83 used request id req-3254375a-613a-468e-b929-0032745c0962 2018-09-04 12:22:13,021 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:9696/v2.0/routers/caa0e147-32fd-4c34-b2f7-9497029b5d83 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1b72854153ccc23b07749b1ca975263d8b5b30c8" 2018-09-04 12:22:13,311 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-50f48968-032a-4c1d-9c35-ace84743e2fe Content-Length: 0 Date: Tue, 04 Sep 2018 12:22:13 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-04 12:22:13,311 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/routers/caa0e147-32fd-4c34-b2f7-9497029b5d83 used request id req-50f48968-032a-4c1d-9c35-ace84743e2fe 2018-09-04 12:22:13,316 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.28:9696/v2.0/routers/e2fc4530-9f5b-4981-b75a-4c4ebdeab16a -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1b72854153ccc23b07749b1ca975263d8b5b30c8" -d '{"router": {"external_gateway_info": {}}}' 2018-09-04 12:22:14,127 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 462 X-Openstack-Request-Id: req-2061111a-676a-4b56-9f22-b972a8f9d50c Date: Tue, 04 Sep 2018 12:22:14 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "4ad41bc126174d318b5e7a8516fcf4af", "created_at": "2018-09-04T10:36:56Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-09-04T12:22:13Z", "revision_number": 5, "routes": [], "project_id": "4ad41bc126174d318b5e7a8516fcf4af", "id": "e2fc4530-9f5b-4981-b75a-4c4ebdeab16a", "name": "vping_ssh-router_765e872f-da41-4d34-89de-e797c7840b14"}} 2018-09-04 12:22:14,128 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.28:9696/v2.0/routers/e2fc4530-9f5b-4981-b75a-4c4ebdeab16a used request id req-2061111a-676a-4b56-9f22-b972a8f9d50c 2018-09-04 12:22:14,133 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:9696/v2.0/routers/e2fc4530-9f5b-4981-b75a-4c4ebdeab16a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1b72854153ccc23b07749b1ca975263d8b5b30c8" 2018-09-04 12:22:14,424 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-60a929e3-b670-4fed-9fb1-d08d0c1c4105 Content-Length: 0 Date: Tue, 04 Sep 2018 12:22:14 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-04 12:22:14,425 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/routers/e2fc4530-9f5b-4981-b75a-4c4ebdeab16a used request id req-60a929e3-b670-4fed-9fb1-d08d0c1c4105 2018-09-04 12:22:14,430 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.28:9696/v2.0/routers/f73c56b0-36ef-4276-b04b-e9ab41421cec -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1b72854153ccc23b07749b1ca975263d8b5b30c8" -d '{"router": {"external_gateway_info": {}}}' 2018-09-04 12:22:15,261 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 434 X-Openstack-Request-Id: req-8e2a8a3c-0e9d-4a06-bb07-b98482bb8272 Date: Tue, 04 Sep 2018 12:22:15 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "26c89328988e44f29ad8e9f25257d111", "created_at": "2018-09-04T11:23:19Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-09-04T12:22:14Z", "revision_number": 5, "routes": [], "project_id": "26c89328988e44f29ad8e9f25257d111", "id": "f73c56b0-36ef-4276-b04b-e9ab41421cec", "name": "c_rally_ca6e6ba7_yafXiUSz"}} 2018-09-04 12:22:15,261 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.28:9696/v2.0/routers/f73c56b0-36ef-4276-b04b-e9ab41421cec used request id req-8e2a8a3c-0e9d-4a06-bb07-b98482bb8272 2018-09-04 12:22:15,266 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:9696/v2.0/routers/f73c56b0-36ef-4276-b04b-e9ab41421cec -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1b72854153ccc23b07749b1ca975263d8b5b30c8" 2018-09-04 12:22:15,874 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-0083739a-3cbc-4e51-a825-8032cb3c8e8d Content-Length: 0 Date: Tue, 04 Sep 2018 12:22:15 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-04 12:22:15,874 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/routers/f73c56b0-36ef-4276-b04b-e9ab41421cec used request id req-0083739a-3cbc-4e51-a825-8032cb3c8e8d 2018-09-04 12:22:15,944 - 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-09-04 12:22:15,945 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - ==================================================================================================================== 2018-09-04 12:22:15,945 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Importing the testcase sdnvpn.test.functest.testcase_9 2018-09-04 12:22:15,995 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Calling the testcase sdnvpn.test.functest.testcase_9 main method 2018-09-04 12:22:15,997 - paramiko.transport - DEBUG - starting thread (client mode): 0xce129b90L 2018-09-04 12:22:15,997 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-09-04 12:22:16,024 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-09-04 12:22:16,024 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-09-04 12:22:16,029 - 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-09-04 12:22:16,029 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-09-04 12:22:16,029 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-09-04 12:22:16,029 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-09-04 12:22:16,029 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-09-04 12:22:16,029 - paramiko.transport - DEBUG - Compression agreed: none 2018-09-04 12:22:16,037 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-09-04 12:22:16,038 - paramiko.transport - DEBUG - Switch to new keys ... 2018-09-04 12:22:16,060 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.168.122.136: a8330c2ad3a96daae8ef3c04e1aeef27 2018-09-04 12:22:16,061 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-09-04 12:22:16,077 - paramiko.transport - DEBUG - userauth is OK 2018-09-04 12:22:16,113 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-09-04 12:22:16,126 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-09-04 12:22:16,371 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-09-04 12:22:16,372 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-09-04 12:22:16,410 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-09-04 12:22:16,411 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-09-04 12:22:16,436 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-09-04 12:22:21,584 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-09-04 12:22:21,587 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-09-04 12:22:21,589 - paramiko.transport - DEBUG - starting thread (client mode): 0xcae03950L 2018-09-04 12:22:21,590 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-09-04 12:22:21,597 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-09-04 12:22:21,597 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-09-04 12:22:21,601 - 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-09-04 12:22:21,601 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-09-04 12:22:21,601 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-09-04 12:22:21,601 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-09-04 12:22:21,601 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-09-04 12:22:21,602 - paramiko.transport - DEBUG - Compression agreed: none 2018-09-04 12:22:21,607 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-09-04 12:22:21,607 - paramiko.transport - DEBUG - Switch to new keys ... 2018-09-04 12:22:21,621 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.8: 226aaf30f33730087f06438bdb1a3bd1 2018-09-04 12:22:21,622 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-09-04 12:22:21,647 - paramiko.transport - DEBUG - userauth is OK 2018-09-04 12:22:21,659 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-09-04 12:22:21,686 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-09-04 12:22:21,766 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-09-04 12:22:21,766 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-09-04 12:22:21,805 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-09-04 12:22:21,806 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-09-04 12:22:21,824 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-09-04 12:22:21,867 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-09-04 12:22:21,868 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-09-04 12:22:21,869 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-09-04 12:22:21,870 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-09-04 12:22:21,870 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-09-04 12:22:21,911 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-09-04 12:22:21,960 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-09-04 12:22:21,961 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-09-04 12:22:21,962 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-09-04 12:22:21,963 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-09-04 12:22:21,963 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-09-04 12:22:22,004 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-09-04 12:22:22,036 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-09-04 12:22:22,038 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-09-04 12:22:22,040 - paramiko.transport - DEBUG - starting thread (client mode): 0xcae17a50L 2018-09-04 12:22:22,040 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-09-04 12:22:22,046 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-09-04 12:22:22,046 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-09-04 12:22:22,049 - 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-09-04 12:22:22,050 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-09-04 12:22:22,050 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-09-04 12:22:22,050 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-09-04 12:22:22,050 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-09-04 12:22:22,050 - paramiko.transport - DEBUG - Compression agreed: none 2018-09-04 12:22:22,055 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-09-04 12:22:22,056 - paramiko.transport - DEBUG - Switch to new keys ... 2018-09-04 12:22:22,071 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.5: 9cc97772263eee4e3251ae5f663546be 2018-09-04 12:22:22,072 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-09-04 12:22:22,095 - paramiko.transport - DEBUG - userauth is OK 2018-09-04 12:22:22,108 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-09-04 12:22:22,136 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-09-04 12:22:22,204 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-09-04 12:22:22,204 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-09-04 12:22:22,243 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-09-04 12:22:22,244 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-09-04 12:22:22,248 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-09-04 12:22:22,286 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-09-04 12:22:22,287 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-09-04 12:22:22,287 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-09-04 12:22:22,288 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-09-04 12:22:22,288 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-09-04 12:22:22,329 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-09-04 12:22:22,387 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-09-04 12:22:22,389 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-09-04 12:22:22,390 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-09-04 12:22:22,390 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-09-04 12:22:22,391 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-09-04 12:22:22,431 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-09-04 12:22:22,466 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-09-04 12:22:22,467 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-09-04 12:22:22,469 - paramiko.transport - DEBUG - starting thread (client mode): 0xcadf8690L 2018-09-04 12:22:22,470 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-09-04 12:22:22,476 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-09-04 12:22:22,477 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-09-04 12:22:22,480 - 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-09-04 12:22:22,480 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-09-04 12:22:22,480 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-09-04 12:22:22,480 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-09-04 12:22:22,481 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-09-04 12:22:22,481 - paramiko.transport - DEBUG - Compression agreed: none 2018-09-04 12:22:22,485 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-09-04 12:22:22,486 - paramiko.transport - DEBUG - Switch to new keys ... 2018-09-04 12:22:22,501 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.4: c84963e6f6b3309270d685dec5e42294 2018-09-04 12:22:22,502 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-09-04 12:22:22,525 - paramiko.transport - DEBUG - userauth is OK 2018-09-04 12:22:22,537 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-09-04 12:22:22,566 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-09-04 12:22:22,638 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-09-04 12:22:22,639 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-09-04 12:22:22,678 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-09-04 12:22:22,679 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-09-04 12:22:22,687 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-09-04 12:22:22,725 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-09-04 12:22:22,726 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-09-04 12:22:22,727 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-09-04 12:22:22,728 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-09-04 12:22:22,728 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-09-04 12:22:22,768 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-09-04 12:22:22,823 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-09-04 12:22:22,825 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-09-04 12:22:22,825 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-09-04 12:22:22,826 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-09-04 12:22:22,826 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-09-04 12:22:22,867 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-09-04 12:22:22,901 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-09-04 12:22:22,902 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-09-04 12:22:22,904 - paramiko.transport - DEBUG - starting thread (client mode): 0xcae1c6d0L 2018-09-04 12:22:22,905 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-09-04 12:22:22,910 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-09-04 12:22:22,910 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-09-04 12:22:22,913 - 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-09-04 12:22:22,913 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-09-04 12:22:22,913 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-09-04 12:22:22,913 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-09-04 12:22:22,914 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-09-04 12:22:22,914 - paramiko.transport - DEBUG - Compression agreed: none 2018-09-04 12:22:22,918 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-09-04 12:22:22,919 - paramiko.transport - DEBUG - Switch to new keys ... 2018-09-04 12:22:22,920 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.9: 22b7de11b511efcb54512e07a6158b4d 2018-09-04 12:22:22,921 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-09-04 12:22:22,958 - paramiko.transport - DEBUG - userauth is OK 2018-09-04 12:22:22,969 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-09-04 12:22:22,985 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-09-04 12:22:23,061 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-09-04 12:22:23,061 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-09-04 12:22:23,100 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-09-04 12:22:23,101 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-09-04 12:22:23,104 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-09-04 12:22:23,159 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-09-04 12:22:23,160 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-09-04 12:22:23,161 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-09-04 12:22:23,161 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-09-04 12:22:23,162 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-09-04 12:22:23,203 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-09-04 12:22:23,267 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-09-04 12:22:23,268 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-09-04 12:22:23,269 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-09-04 12:22:23,270 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-09-04 12:22:23,270 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-09-04 12:22:23,310 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-09-04 12:22:23,336 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-09-04 12:22:23,338 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-09-04 12:22:23,339 - paramiko.transport - DEBUG - starting thread (client mode): 0xcae19890L 2018-09-04 12:22:23,340 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-09-04 12:22:23,344 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-09-04 12:22:23,344 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-09-04 12:22:23,347 - 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-09-04 12:22:23,347 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-09-04 12:22:23,347 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-09-04 12:22:23,347 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-09-04 12:22:23,348 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-09-04 12:22:23,348 - paramiko.transport - DEBUG - Compression agreed: none 2018-09-04 12:22:23,352 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-09-04 12:22:23,353 - paramiko.transport - DEBUG - Switch to new keys ... 2018-09-04 12:22:23,355 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.7: 365b40749f5145a479795a893d087878 2018-09-04 12:22:23,356 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-09-04 12:22:23,392 - paramiko.transport - DEBUG - userauth is OK 2018-09-04 12:22:23,403 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-09-04 12:22:23,420 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-09-04 12:22:23,482 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-09-04 12:22:23,482 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-09-04 12:22:23,521 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-09-04 12:22:23,522 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-09-04 12:22:23,524 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-09-04 12:22:23,553 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-09-04 12:22:23,554 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-09-04 12:22:23,555 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-09-04 12:22:23,556 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-09-04 12:22:23,556 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-09-04 12:22:23,596 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-09-04 12:22:23,646 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-09-04 12:22:23,648 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-09-04 12:22:23,648 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-09-04 12:22:23,649 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-09-04 12:22:23,649 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-09-04 12:22:23,690 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-09-04 12:22:23,717 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-09-04 12:22:23,718 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-09-04 12:22:23,719 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-09-04 12:22:23,720 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-09-04 12:22:23,720 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-09-04 12:22:23,726 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-09-04 12:22:28,549 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-09-04 12:22:28,551 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-09-04 12:22:28,552 - paramiko.transport - DEBUG - starting thread (client mode): 0xcae90ed0L 2018-09-04 12:22:28,553 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-09-04 12:22:28,560 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-09-04 12:22:28,560 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-09-04 12:22:28,563 - 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-09-04 12:22:28,563 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-09-04 12:22:28,563 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-09-04 12:22:28,564 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-09-04 12:22:28,564 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-09-04 12:22:28,564 - paramiko.transport - DEBUG - Compression agreed: none 2018-09-04 12:22:28,567 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-09-04 12:22:28,567 - paramiko.transport - DEBUG - Switch to new keys ... 2018-09-04 12:22:28,568 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.8: 226aaf30f33730087f06438bdb1a3bd1 2018-09-04 12:22:28,569 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-09-04 12:22:28,607 - paramiko.transport - DEBUG - userauth is OK 2018-09-04 12:22:28,618 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-09-04 12:22:28,633 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-09-04 12:22:28,717 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-09-04 12:22:28,717 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-09-04 12:22:28,756 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-09-04 12:22:28,756 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-09-04 12:22:28,769 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-09-04 12:22:28,804 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-09-04 12:22:28,805 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-09-04 12:22:28,806 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-09-04 12:22:28,807 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-09-04 12:22:28,807 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-09-04 12:22:28,848 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-09-04 12:22:28,886 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-09-04 12:22:28,887 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-09-04 12:22:28,887 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-09-04 12:22:28,888 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-09-04 12:22:28,889 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-09-04 12:22:28,929 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-09-04 12:22:28,965 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-09-04 12:22:28,966 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-09-04 12:22:28,968 - paramiko.transport - DEBUG - starting thread (client mode): 0xcae28450L 2018-09-04 12:22:28,968 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-09-04 12:22:28,974 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-09-04 12:22:28,975 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-09-04 12:22:28,978 - 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-09-04 12:22:28,978 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-09-04 12:22:28,978 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-09-04 12:22:28,978 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-09-04 12:22:28,979 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-09-04 12:22:28,979 - paramiko.transport - DEBUG - Compression agreed: none 2018-09-04 12:22:28,983 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-09-04 12:22:28,984 - paramiko.transport - DEBUG - Switch to new keys ... 2018-09-04 12:22:29,000 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.5: 9cc97772263eee4e3251ae5f663546be 2018-09-04 12:22:29,000 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-09-04 12:22:29,023 - paramiko.transport - DEBUG - userauth is OK 2018-09-04 12:22:29,035 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-09-04 12:22:29,065 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-09-04 12:22:29,130 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-09-04 12:22:29,130 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-09-04 12:22:29,169 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-09-04 12:22:29,169 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-09-04 12:22:29,176 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-09-04 12:22:29,213 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-09-04 12:22:29,214 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-09-04 12:22:29,215 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-09-04 12:22:29,216 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-09-04 12:22:29,216 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-09-04 12:22:29,257 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-09-04 12:22:29,298 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-09-04 12:22:29,299 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-09-04 12:22:29,300 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-09-04 12:22:29,301 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-09-04 12:22:29,301 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-09-04 12:22:29,341 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-09-04 12:22:29,375 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-09-04 12:22:29,376 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-09-04 12:22:29,378 - paramiko.transport - DEBUG - starting thread (client mode): 0xcae194d0L 2018-09-04 12:22:29,379 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-09-04 12:22:29,384 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-09-04 12:22:29,385 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-09-04 12:22:29,388 - 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-09-04 12:22:29,388 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-09-04 12:22:29,388 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-09-04 12:22:29,388 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-09-04 12:22:29,388 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-09-04 12:22:29,389 - paramiko.transport - DEBUG - Compression agreed: none 2018-09-04 12:22:29,393 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-09-04 12:22:29,394 - paramiko.transport - DEBUG - Switch to new keys ... 2018-09-04 12:22:29,410 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.4: c84963e6f6b3309270d685dec5e42294 2018-09-04 12:22:29,411 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-09-04 12:22:29,433 - paramiko.transport - DEBUG - userauth is OK 2018-09-04 12:22:29,446 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-09-04 12:22:29,475 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-09-04 12:22:29,552 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-09-04 12:22:29,552 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-09-04 12:22:29,592 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-09-04 12:22:29,593 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-09-04 12:22:29,613 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-09-04 12:22:29,650 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-09-04 12:22:29,651 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-09-04 12:22:29,652 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-09-04 12:22:29,652 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-09-04 12:22:29,652 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-09-04 12:22:29,693 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-09-04 12:22:29,732 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-09-04 12:22:29,733 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-09-04 12:22:29,734 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-09-04 12:22:29,734 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-09-04 12:22:29,735 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-09-04 12:22:29,775 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-09-04 12:22:29,808 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-09-04 12:22:29,809 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-09-04 12:22:29,811 - paramiko.transport - DEBUG - starting thread (client mode): 0xcae33d10L 2018-09-04 12:22:29,812 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-09-04 12:22:29,817 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-09-04 12:22:29,817 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-09-04 12:22:29,819 - 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-09-04 12:22:29,819 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-09-04 12:22:29,819 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-09-04 12:22:29,819 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-09-04 12:22:29,820 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-09-04 12:22:29,820 - paramiko.transport - DEBUG - Compression agreed: none 2018-09-04 12:22:29,824 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-09-04 12:22:29,825 - paramiko.transport - DEBUG - Switch to new keys ... 2018-09-04 12:22:29,827 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.9: 22b7de11b511efcb54512e07a6158b4d 2018-09-04 12:22:29,827 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-09-04 12:22:29,864 - paramiko.transport - DEBUG - userauth is OK 2018-09-04 12:22:29,875 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-09-04 12:22:29,892 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-09-04 12:22:29,956 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-09-04 12:22:29,956 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-09-04 12:22:29,995 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-09-04 12:22:29,996 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-09-04 12:22:30,003 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-09-04 12:22:30,033 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-09-04 12:22:30,034 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-09-04 12:22:30,035 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-09-04 12:22:30,036 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-09-04 12:22:30,036 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-09-04 12:22:30,076 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-09-04 12:22:30,107 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-09-04 12:22:30,109 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-09-04 12:22:30,109 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-09-04 12:22:30,110 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-09-04 12:22:30,111 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-09-04 12:22:30,151 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-09-04 12:22:30,178 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-09-04 12:22:30,179 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-09-04 12:22:30,181 - paramiko.transport - DEBUG - starting thread (client mode): 0xcae419d0L 2018-09-04 12:22:30,182 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-09-04 12:22:30,186 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-09-04 12:22:30,186 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-09-04 12:22:30,187 - 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-09-04 12:22:30,187 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-09-04 12:22:30,188 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-09-04 12:22:30,188 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-09-04 12:22:30,188 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-09-04 12:22:30,188 - paramiko.transport - DEBUG - Compression agreed: none 2018-09-04 12:22:30,192 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-09-04 12:22:30,193 - paramiko.transport - DEBUG - Switch to new keys ... 2018-09-04 12:22:30,197 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.7: 365b40749f5145a479795a893d087878 2018-09-04 12:22:30,198 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-09-04 12:22:30,233 - paramiko.transport - DEBUG - userauth is OK 2018-09-04 12:22:30,244 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-09-04 12:22:30,262 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-09-04 12:22:30,319 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-09-04 12:22:30,319 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-09-04 12:22:30,359 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-09-04 12:22:30,360 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-09-04 12:22:30,366 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-09-04 12:22:30,395 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-09-04 12:22:30,396 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-09-04 12:22:30,397 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-09-04 12:22:30,398 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-09-04 12:22:30,398 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-09-04 12:22:30,439 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-09-04 12:22:30,470 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-09-04 12:22:30,472 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-09-04 12:22:30,472 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-09-04 12:22:30,473 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-09-04 12:22:30,473 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-09-04 12:22:30,514 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-09-04 12:22:30,541 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-09-04 12:22:30,542 - paramiko.transport - DEBUG - [chan 3] Max packet in: 32768 bytes 2018-09-04 12:22:30,543 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-09-04 12:22:30,544 - paramiko.transport - DEBUG - [chan 3] Max packet out: 32768 bytes 2018-09-04 12:22:30,544 - paramiko.transport - DEBUG - Secsh channel 3 opened. 2018-09-04 12:22:30,548 - paramiko.transport - DEBUG - [chan 3] Sesch channel 3 request ok 2018-09-04 12:22:30,600 - paramiko.transport - DEBUG - [chan 3] EOF received (3) 2018-09-04 12:22:30,601 - paramiko.transport - DEBUG - [chan 3] Max packet in: 32768 bytes 2018-09-04 12:22:30,602 - paramiko.transport - DEBUG - [chan 3] Max packet out: 32768 bytes 2018-09-04 12:22:30,603 - paramiko.transport - DEBUG - Secsh channel 3 opened. 2018-09-04 12:22:30,603 - paramiko.transport - DEBUG - [chan 3] EOF sent (3) 2018-09-04 12:22:30,607 - paramiko.transport - DEBUG - [chan 3] Sesch channel 3 request ok 2018-09-04 12:22:30,654 - paramiko.transport - DEBUG - [chan 3] EOF received (3) 2018-09-04 12:22:30,655 - paramiko.transport - DEBUG - [chan 3] Max packet in: 32768 bytes 2018-09-04 12:22:30,656 - paramiko.transport - DEBUG - [chan 3] EOF sent (3) 2018-09-04 12:22:30,657 - paramiko.transport - DEBUG - [chan 3] Max packet out: 32768 bytes 2018-09-04 12:22:30,657 - paramiko.transport - DEBUG - Secsh channel 3 opened. 2018-09-04 12:22:30,662 - paramiko.transport - DEBUG - [chan 3] Sesch channel 3 request ok 2018-09-04 12:22:30,711 - paramiko.transport - DEBUG - [chan 3] EOF received (3) 2018-09-04 12:22:30,712 - paramiko.transport - DEBUG - [chan 3] Max packet in: 32768 bytes 2018-09-04 12:22:30,712 - paramiko.transport - DEBUG - [chan 3] EOF sent (3) 2018-09-04 12:22:30,713 - paramiko.transport - DEBUG - [chan 3] Max packet out: 32768 bytes 2018-09-04 12:22:30,714 - paramiko.transport - DEBUG - Secsh channel 3 opened. 2018-09-04 12:22:30,715 - paramiko.transport - DEBUG - [chan 3] Sesch channel 3 request ok 2018-09-04 12:22:30,799 - paramiko.transport - DEBUG - [chan 3] EOF received (3) 2018-09-04 12:22:30,800 - paramiko.transport - DEBUG - [chan 3] EOF sent (3) 2018-09-04 12:22:30,801 - paramiko.transport - DEBUG - [chan 3] Max packet in: 32768 bytes 2018-09-04 12:22:30,802 - paramiko.transport - DEBUG - [chan 3] Max packet out: 32768 bytes 2018-09-04 12:22:30,802 - paramiko.transport - DEBUG - Secsh channel 3 opened. 2018-09-04 12:22:30,805 - paramiko.transport - DEBUG - [chan 3] Sesch channel 3 request ok 2018-09-04 12:22:30,896 - paramiko.transport - DEBUG - [chan 3] EOF received (3) 2018-09-04 12:22:30,897 - sdnvpn-results - INFO - Verify that all OpenStack nodes OVS br-int have fail_mode set to secure 2018-09-04 12:22:30,897 - __name__ - INFO - Controller (ODL) list is ready 2018-09-04 12:22:30,897 - paramiko.transport - DEBUG - [chan 3] EOF sent (3) 2018-09-04 12:22:30,900 - paramiko.transport - DEBUG - starting thread (client mode): 0xcaecfc90L 2018-09-04 12:22:30,900 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-09-04 12:22:30,923 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-09-04 12:22:30,923 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-09-04 12:22:30,929 - 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-09-04 12:22:30,929 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-09-04 12:22:30,929 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-09-04 12:22:30,929 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-09-04 12:22:30,929 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-09-04 12:22:30,929 - paramiko.transport - DEBUG - Compression agreed: none 2018-09-04 12:22:30,936 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-09-04 12:22:30,936 - paramiko.transport - DEBUG - Switch to new keys ... 2018-09-04 12:22:30,964 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.168.122.136: a8330c2ad3a96daae8ef3c04e1aeef27 2018-09-04 12:22:30,964 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-09-04 12:22:30,976 - paramiko.transport - DEBUG - userauth is OK 2018-09-04 12:22:31,005 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-09-04 12:22:31,029 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-09-04 12:22:31,184 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-09-04 12:22:31,184 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-09-04 12:22:31,223 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-09-04 12:22:31,224 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-09-04 12:22:31,236 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-09-04 12:22:35,972 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-09-04 12:22:35,973 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-09-04 12:22:35,975 - paramiko.transport - DEBUG - starting thread (client mode): 0xcae3ed50L 2018-09-04 12:22:35,976 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-09-04 12:22:35,983 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-09-04 12:22:35,983 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-09-04 12:22:35,987 - 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-09-04 12:22:35,987 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-09-04 12:22:35,987 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-09-04 12:22:35,987 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-09-04 12:22:35,988 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-09-04 12:22:35,988 - paramiko.transport - DEBUG - Compression agreed: none 2018-09-04 12:22:35,992 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-09-04 12:22:35,993 - paramiko.transport - DEBUG - Switch to new keys ... 2018-09-04 12:22:36,007 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.8: 226aaf30f33730087f06438bdb1a3bd1 2018-09-04 12:22:36,008 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-09-04 12:22:36,033 - paramiko.transport - DEBUG - userauth is OK 2018-09-04 12:22:36,047 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-09-04 12:22:36,072 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-09-04 12:22:36,152 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-09-04 12:22:36,152 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-09-04 12:22:36,191 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-09-04 12:22:36,191 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-09-04 12:22:36,209 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-09-04 12:22:36,245 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-09-04 12:22:36,246 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-09-04 12:22:36,247 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-09-04 12:22:36,248 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-09-04 12:22:36,248 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-09-04 12:22:36,289 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-09-04 12:22:36,330 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-09-04 12:22:36,331 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-09-04 12:22:36,332 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-09-04 12:22:36,333 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-09-04 12:22:36,333 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-09-04 12:22:36,374 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-09-04 12:22:36,408 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-09-04 12:22:36,409 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-09-04 12:22:36,411 - paramiko.transport - DEBUG - starting thread (client mode): 0xcae61c50L 2018-09-04 12:22:36,411 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-09-04 12:22:36,418 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-09-04 12:22:36,419 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-09-04 12:22:36,422 - 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-09-04 12:22:36,423 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-09-04 12:22:36,423 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-09-04 12:22:36,423 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-09-04 12:22:36,423 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-09-04 12:22:36,423 - paramiko.transport - DEBUG - Compression agreed: none 2018-09-04 12:22:36,427 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-09-04 12:22:36,428 - paramiko.transport - DEBUG - Switch to new keys ... 2018-09-04 12:22:36,443 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.5: 9cc97772263eee4e3251ae5f663546be 2018-09-04 12:22:36,444 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-09-04 12:22:36,467 - paramiko.transport - DEBUG - userauth is OK 2018-09-04 12:22:36,480 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-09-04 12:22:36,508 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-09-04 12:22:36,582 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-09-04 12:22:36,582 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-09-04 12:22:36,621 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-09-04 12:22:36,622 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-09-04 12:22:36,628 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-09-04 12:22:36,666 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-09-04 12:22:36,667 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-09-04 12:22:36,668 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-09-04 12:22:36,668 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-09-04 12:22:36,669 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-09-04 12:22:36,709 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-09-04 12:22:36,750 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-09-04 12:22:36,752 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-09-04 12:22:36,752 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-09-04 12:22:36,753 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-09-04 12:22:36,753 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-09-04 12:22:36,793 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-09-04 12:22:36,826 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-09-04 12:22:36,828 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-09-04 12:22:36,830 - paramiko.transport - DEBUG - starting thread (client mode): 0xca07cc90L 2018-09-04 12:22:36,831 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-09-04 12:22:36,837 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-09-04 12:22:36,837 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-09-04 12:22:36,840 - 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-09-04 12:22:36,840 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-09-04 12:22:36,840 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-09-04 12:22:36,841 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-09-04 12:22:36,841 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-09-04 12:22:36,841 - paramiko.transport - DEBUG - Compression agreed: none 2018-09-04 12:22:36,846 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-09-04 12:22:36,846 - paramiko.transport - DEBUG - Switch to new keys ... 2018-09-04 12:22:36,862 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.4: c84963e6f6b3309270d685dec5e42294 2018-09-04 12:22:36,863 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-09-04 12:22:36,886 - paramiko.transport - DEBUG - userauth is OK 2018-09-04 12:22:36,899 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-09-04 12:22:36,928 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-09-04 12:22:37,008 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-09-04 12:22:37,009 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-09-04 12:22:37,048 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-09-04 12:22:37,049 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-09-04 12:22:37,064 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-09-04 12:22:37,100 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-09-04 12:22:37,101 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-09-04 12:22:37,101 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-09-04 12:22:37,102 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-09-04 12:22:37,102 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-09-04 12:22:37,143 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-09-04 12:22:37,180 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-09-04 12:22:37,181 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-09-04 12:22:37,182 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-09-04 12:22:37,183 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-09-04 12:22:37,183 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-09-04 12:22:37,224 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-09-04 12:22:37,256 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-09-04 12:22:37,257 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-09-04 12:22:37,259 - paramiko.transport - DEBUG - starting thread (client mode): 0xca0858d0L 2018-09-04 12:22:37,260 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-09-04 12:22:37,265 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-09-04 12:22:37,265 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-09-04 12:22:37,267 - 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-09-04 12:22:37,267 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-09-04 12:22:37,267 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-09-04 12:22:37,268 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-09-04 12:22:37,268 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-09-04 12:22:37,268 - paramiko.transport - DEBUG - Compression agreed: none 2018-09-04 12:22:37,272 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-09-04 12:22:37,273 - paramiko.transport - DEBUG - Switch to new keys ... 2018-09-04 12:22:37,275 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.9: 22b7de11b511efcb54512e07a6158b4d 2018-09-04 12:22:37,276 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-09-04 12:22:37,312 - paramiko.transport - DEBUG - userauth is OK 2018-09-04 12:22:37,323 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-09-04 12:22:37,341 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-09-04 12:22:37,397 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-09-04 12:22:37,397 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-09-04 12:22:37,436 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-09-04 12:22:37,437 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-09-04 12:22:37,444 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-09-04 12:22:37,474 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-09-04 12:22:37,475 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-09-04 12:22:37,475 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-09-04 12:22:37,476 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-09-04 12:22:37,476 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-09-04 12:22:37,516 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-09-04 12:22:37,547 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-09-04 12:22:37,548 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-09-04 12:22:37,549 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-09-04 12:22:37,549 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-09-04 12:22:37,550 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-09-04 12:22:37,590 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-09-04 12:22:37,616 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-09-04 12:22:37,617 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-09-04 12:22:37,619 - paramiko.transport - DEBUG - starting thread (client mode): 0xca08d410L 2018-09-04 12:22:37,619 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-09-04 12:22:37,624 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-09-04 12:22:37,624 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-09-04 12:22:37,625 - 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-09-04 12:22:37,625 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-09-04 12:22:37,626 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-09-04 12:22:37,626 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-09-04 12:22:37,626 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-09-04 12:22:37,626 - paramiko.transport - DEBUG - Compression agreed: none 2018-09-04 12:22:37,630 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-09-04 12:22:37,631 - paramiko.transport - DEBUG - Switch to new keys ... 2018-09-04 12:22:37,634 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.7: 365b40749f5145a479795a893d087878 2018-09-04 12:22:37,635 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-09-04 12:22:37,670 - paramiko.transport - DEBUG - userauth is OK 2018-09-04 12:22:37,681 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-09-04 12:22:37,700 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-09-04 12:22:37,755 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-09-04 12:22:37,755 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-09-04 12:22:37,794 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-09-04 12:22:37,795 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-09-04 12:22:37,803 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-09-04 12:22:37,833 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-09-04 12:22:37,834 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-09-04 12:22:37,834 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-09-04 12:22:37,835 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-09-04 12:22:37,835 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-09-04 12:22:37,876 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-09-04 12:22:37,910 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-09-04 12:22:37,912 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-09-04 12:22:37,912 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-09-04 12:22:37,913 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-09-04 12:22:37,913 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-09-04 12:22:37,954 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-09-04 12:22:37,982 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-09-04 12:22:37,983 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-09-04 12:22:37,984 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-09-04 12:22:37,985 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-09-04 12:22:37,985 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-09-04 12:22:37,991 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-09-04 12:22:42,342 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-09-04 12:22:42,344 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-09-04 12:22:42,346 - paramiko.transport - DEBUG - starting thread (client mode): 0xcae3e9d0L 2018-09-04 12:22:42,346 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-09-04 12:22:42,353 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-09-04 12:22:42,353 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-09-04 12:22:42,356 - 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-09-04 12:22:42,356 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-09-04 12:22:42,356 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-09-04 12:22:42,357 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-09-04 12:22:42,357 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-09-04 12:22:42,357 - paramiko.transport - DEBUG - Compression agreed: none 2018-09-04 12:22:42,362 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-09-04 12:22:42,362 - paramiko.transport - DEBUG - Switch to new keys ... 2018-09-04 12:22:42,378 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.8: 226aaf30f33730087f06438bdb1a3bd1 2018-09-04 12:22:42,379 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-09-04 12:22:42,402 - paramiko.transport - DEBUG - userauth is OK 2018-09-04 12:22:42,414 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-09-04 12:22:42,443 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-09-04 12:22:42,524 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-09-04 12:22:42,524 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-09-04 12:22:42,563 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-09-04 12:22:42,563 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-09-04 12:22:42,579 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-09-04 12:22:42,616 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-09-04 12:22:42,617 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-09-04 12:22:42,617 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-09-04 12:22:42,618 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-09-04 12:22:42,618 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-09-04 12:22:42,659 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-09-04 12:22:42,698 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-09-04 12:22:42,699 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-09-04 12:22:42,700 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-09-04 12:22:42,701 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-09-04 12:22:42,701 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-09-04 12:22:42,742 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-09-04 12:22:42,773 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-09-04 12:22:42,774 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-09-04 12:22:42,776 - paramiko.transport - DEBUG - starting thread (client mode): 0xca094e50L 2018-09-04 12:22:42,777 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-09-04 12:22:42,782 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-09-04 12:22:42,783 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-09-04 12:22:42,785 - 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-09-04 12:22:42,786 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-09-04 12:22:42,786 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-09-04 12:22:42,786 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-09-04 12:22:42,786 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-09-04 12:22:42,786 - paramiko.transport - DEBUG - Compression agreed: none 2018-09-04 12:22:42,791 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-09-04 12:22:42,791 - paramiko.transport - DEBUG - Switch to new keys ... 2018-09-04 12:22:42,792 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.5: 9cc97772263eee4e3251ae5f663546be 2018-09-04 12:22:42,793 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-09-04 12:22:42,830 - paramiko.transport - DEBUG - userauth is OK 2018-09-04 12:22:42,842 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-09-04 12:22:42,857 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-09-04 12:22:42,926 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-09-04 12:22:42,926 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-09-04 12:22:42,965 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-09-04 12:22:42,965 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-09-04 12:22:42,977 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-09-04 12:22:43,010 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-09-04 12:22:43,011 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-09-04 12:22:43,012 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-09-04 12:22:43,013 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-09-04 12:22:43,013 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-09-04 12:22:43,053 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-09-04 12:22:43,090 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-09-04 12:22:43,092 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-09-04 12:22:43,092 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-09-04 12:22:43,093 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-09-04 12:22:43,093 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-09-04 12:22:43,133 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-09-04 12:22:43,163 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-09-04 12:22:43,164 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-09-04 12:22:43,166 - paramiko.transport - DEBUG - starting thread (client mode): 0xca0a0ed0L 2018-09-04 12:22:43,167 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-09-04 12:22:43,171 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-09-04 12:22:43,171 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-09-04 12:22:43,173 - 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-09-04 12:22:43,174 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-09-04 12:22:43,174 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-09-04 12:22:43,174 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-09-04 12:22:43,174 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-09-04 12:22:43,174 - paramiko.transport - DEBUG - Compression agreed: none 2018-09-04 12:22:43,179 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-09-04 12:22:43,179 - paramiko.transport - DEBUG - Switch to new keys ... 2018-09-04 12:22:43,182 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.4: c84963e6f6b3309270d685dec5e42294 2018-09-04 12:22:43,182 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-09-04 12:22:43,219 - paramiko.transport - DEBUG - userauth is OK 2018-09-04 12:22:43,229 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-09-04 12:22:43,247 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-09-04 12:22:43,314 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-09-04 12:22:43,314 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-09-04 12:22:43,353 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-09-04 12:22:43,353 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-09-04 12:22:43,359 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-09-04 12:22:43,390 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-09-04 12:22:43,391 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-09-04 12:22:43,392 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-09-04 12:22:43,393 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-09-04 12:22:43,393 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-09-04 12:22:43,434 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-09-04 12:22:43,468 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-09-04 12:22:43,470 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-09-04 12:22:43,470 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-09-04 12:22:43,471 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-09-04 12:22:43,471 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-09-04 12:22:43,513 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-09-04 12:22:43,543 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-09-04 12:22:43,545 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-09-04 12:22:43,547 - paramiko.transport - DEBUG - starting thread (client mode): 0xca0a7c50L 2018-09-04 12:22:43,547 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-09-04 12:22:43,552 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-09-04 12:22:43,552 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-09-04 12:22:43,554 - 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-09-04 12:22:43,554 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-09-04 12:22:43,554 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-09-04 12:22:43,554 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-09-04 12:22:43,554 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-09-04 12:22:43,555 - paramiko.transport - DEBUG - Compression agreed: none 2018-09-04 12:22:43,559 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-09-04 12:22:43,559 - paramiko.transport - DEBUG - Switch to new keys ... 2018-09-04 12:22:43,563 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.9: 22b7de11b511efcb54512e07a6158b4d 2018-09-04 12:22:43,563 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-09-04 12:22:43,598 - paramiko.transport - DEBUG - userauth is OK 2018-09-04 12:22:43,608 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-09-04 12:22:43,628 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-09-04 12:22:43,680 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-09-04 12:22:43,680 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-09-04 12:22:43,719 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-09-04 12:22:43,719 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-09-04 12:22:43,731 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-09-04 12:22:43,760 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-09-04 12:22:43,761 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-09-04 12:22:43,761 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-09-04 12:22:43,762 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-09-04 12:22:43,762 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-09-04 12:22:43,802 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-09-04 12:22:43,833 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-09-04 12:22:43,834 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-09-04 12:22:43,835 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-09-04 12:22:43,836 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-09-04 12:22:43,836 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-09-04 12:22:43,876 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-09-04 12:22:43,903 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-09-04 12:22:43,904 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-09-04 12:22:43,906 - paramiko.transport - DEBUG - starting thread (client mode): 0xca0a0390L 2018-09-04 12:22:43,906 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-09-04 12:22:43,912 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-09-04 12:22:43,912 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-09-04 12:22:43,914 - 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-09-04 12:22:43,914 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-09-04 12:22:43,914 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-09-04 12:22:43,914 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-09-04 12:22:43,914 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-09-04 12:22:43,914 - paramiko.transport - DEBUG - Compression agreed: none 2018-09-04 12:22:43,918 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-09-04 12:22:43,919 - paramiko.transport - DEBUG - Switch to new keys ... 2018-09-04 12:22:43,922 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.7: 365b40749f5145a479795a893d087878 2018-09-04 12:22:43,923 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-09-04 12:22:43,958 - paramiko.transport - DEBUG - userauth is OK 2018-09-04 12:22:43,967 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-09-04 12:22:43,987 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-09-04 12:22:44,049 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-09-04 12:22:44,049 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-09-04 12:22:44,089 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-09-04 12:22:44,089 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-09-04 12:22:44,093 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-09-04 12:22:44,123 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-09-04 12:22:44,124 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-09-04 12:22:44,125 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-09-04 12:22:44,126 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-09-04 12:22:44,126 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-09-04 12:22:44,166 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-09-04 12:22:44,198 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-09-04 12:22:44,199 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-09-04 12:22:44,200 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-09-04 12:22:44,201 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-09-04 12:22:44,201 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-09-04 12:22:44,241 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-09-04 12:22:44,268 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-09-04 12:22:44,268 - paramiko.transport - DEBUG - [chan 3] Max packet in: 32768 bytes 2018-09-04 12:22:44,269 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-09-04 12:22:44,270 - paramiko.transport - DEBUG - [chan 3] Max packet out: 32768 bytes 2018-09-04 12:22:44,270 - paramiko.transport - DEBUG - Secsh channel 3 opened. 2018-09-04 12:22:44,273 - paramiko.transport - DEBUG - [chan 3] Sesch channel 3 request ok 2018-09-04 12:22:44,323 - paramiko.transport - DEBUG - [chan 3] EOF received (3) 2018-09-04 12:22:44,324 - paramiko.transport - DEBUG - [chan 4] Max packet in: 32768 bytes 2018-09-04 12:22:44,325 - paramiko.transport - DEBUG - [chan 3] EOF sent (3) 2018-09-04 12:22:44,325 - paramiko.transport - DEBUG - [chan 4] Max packet out: 32768 bytes 2018-09-04 12:22:44,325 - paramiko.transport - DEBUG - Secsh channel 4 opened. 2018-09-04 12:22:44,366 - paramiko.transport - DEBUG - [chan 4] Sesch channel 4 request ok 2018-09-04 12:22:44,411 - paramiko.transport - DEBUG - [chan 4] EOF received (4) 2018-09-04 12:22:44,412 - paramiko.transport - DEBUG - [chan 3] Max packet in: 32768 bytes 2018-09-04 12:22:44,412 - paramiko.transport - DEBUG - [chan 4] EOF sent (4) 2018-09-04 12:22:44,413 - paramiko.transport - DEBUG - [chan 3] Max packet out: 32768 bytes 2018-09-04 12:22:44,413 - paramiko.transport - DEBUG - Secsh channel 3 opened. 2018-09-04 12:22:44,416 - paramiko.transport - DEBUG - [chan 3] Sesch channel 3 request ok 2018-09-04 12:22:44,465 - paramiko.transport - DEBUG - [chan 3] EOF received (3) 2018-09-04 12:22:44,466 - paramiko.transport - DEBUG - [chan 4] Max packet in: 32768 bytes 2018-09-04 12:22:44,467 - paramiko.transport - DEBUG - [chan 3] EOF sent (3) 2018-09-04 12:22:44,467 - paramiko.transport - DEBUG - [chan 4] Max packet out: 32768 bytes 2018-09-04 12:22:44,467 - paramiko.transport - DEBUG - Secsh channel 4 opened. 2018-09-04 12:22:44,508 - paramiko.transport - DEBUG - [chan 4] Sesch channel 4 request ok 2018-09-04 12:22:44,550 - paramiko.transport - DEBUG - [chan 4] EOF received (4) 2018-09-04 12:22:44,551 - paramiko.transport - DEBUG - [chan 3] Max packet in: 32768 bytes 2018-09-04 12:22:44,552 - paramiko.transport - DEBUG - [chan 4] EOF sent (4) 2018-09-04 12:22:44,552 - paramiko.transport - DEBUG - [chan 3] Max packet out: 32768 bytes 2018-09-04 12:22:44,553 - paramiko.transport - DEBUG - Secsh channel 3 opened. 2018-09-04 12:22:44,559 - paramiko.transport - DEBUG - [chan 3] Sesch channel 3 request ok 2018-09-04 12:22:44,608 - paramiko.transport - DEBUG - [chan 3] EOF received (3) 2018-09-04 12:22:44,609 - paramiko.transport - DEBUG - [chan 4] Max packet in: 32768 bytes 2018-09-04 12:22:44,610 - paramiko.transport - DEBUG - [chan 3] EOF sent (3) 2018-09-04 12:22:44,610 - paramiko.transport - DEBUG - [chan 4] Max packet out: 32768 bytes 2018-09-04 12:22:44,610 - paramiko.transport - DEBUG - Secsh channel 4 opened. 2018-09-04 12:22:44,651 - paramiko.transport - DEBUG - [chan 4] Sesch channel 4 request ok 2018-09-04 12:22:44,692 - paramiko.transport - DEBUG - [chan 4] EOF received (4) 2018-09-04 12:22:44,694 - paramiko.transport - DEBUG - [chan 4] EOF sent (4) 2018-09-04 12:22:44,694 - paramiko.transport - DEBUG - [chan 3] Max packet in: 32768 bytes 2018-09-04 12:22:44,695 - paramiko.transport - DEBUG - [chan 3] Max packet out: 32768 bytes 2018-09-04 12:22:44,695 - paramiko.transport - DEBUG - Secsh channel 3 opened. 2018-09-04 12:22:44,698 - paramiko.transport - DEBUG - [chan 3] Sesch channel 3 request ok 2018-09-04 12:22:44,736 - paramiko.transport - DEBUG - [chan 3] EOF received (3) 2018-09-04 12:22:44,737 - paramiko.transport - DEBUG - [chan 4] Max packet in: 32768 bytes 2018-09-04 12:22:44,737 - paramiko.transport - DEBUG - [chan 3] EOF sent (3) 2018-09-04 12:22:44,738 - paramiko.transport - DEBUG - [chan 4] Max packet out: 32768 bytes 2018-09-04 12:22:44,738 - paramiko.transport - DEBUG - Secsh channel 4 opened. 2018-09-04 12:22:44,778 - paramiko.transport - DEBUG - [chan 4] Sesch channel 4 request ok 2018-09-04 12:22:44,811 - paramiko.transport - DEBUG - [chan 4] EOF received (4) 2018-09-04 12:22:44,812 - paramiko.transport - DEBUG - [chan 3] Max packet in: 32768 bytes 2018-09-04 12:22:44,812 - paramiko.transport - DEBUG - [chan 4] EOF sent (4) 2018-09-04 12:22:44,813 - paramiko.transport - DEBUG - [chan 3] Max packet out: 32768 bytes 2018-09-04 12:22:44,814 - paramiko.transport - DEBUG - Secsh channel 3 opened. 2018-09-04 12:22:44,816 - paramiko.transport - DEBUG - [chan 3] Sesch channel 3 request ok 2018-09-04 12:22:44,856 - paramiko.transport - DEBUG - [chan 3] EOF received (3) 2018-09-04 12:22:44,856 - paramiko.transport - DEBUG - [chan 4] Max packet in: 32768 bytes 2018-09-04 12:22:44,857 - paramiko.transport - DEBUG - [chan 3] EOF sent (3) 2018-09-04 12:22:44,858 - paramiko.transport - DEBUG - [chan 4] Max packet out: 32768 bytes 2018-09-04 12:22:44,858 - paramiko.transport - DEBUG - Secsh channel 4 opened. 2018-09-04 12:22:44,898 - paramiko.transport - DEBUG - [chan 4] Sesch channel 4 request ok 2018-09-04 12:22:44,933 - paramiko.transport - DEBUG - [chan 4] EOF received (4) 2018-09-04 12:22:44,933 - 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-09-04 12:22:44,933 - sdnvpn-results - INFO - All the subtests have passed. 2018-09-04 12:22:44,934 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Execution is complete for the testcase sdnvpn.test.functest.testcase_9 2018-09-04 12:22:44,934 - paramiko.transport - DEBUG - [chan 4] EOF sent (4) 2018-09-04 12:22:44,934 - 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-09-04 12:22:44,935 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Running 'sdnvpn.test.functest.testcase_8 - Test floating IP and router assoc coexistence' 2018-09-04 12:22:44,935 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - ========================================================================================= 2018-09-04 12:22:44,935 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Importing the testcase sdnvpn.test.functest.testcase_8 2018-09-04 12:22:45,009 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Calling the testcase sdnvpn.test.functest.testcase_8 main method 2018-09-04 12:22:45,009 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-09-04 12:22:45,009 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-09-04 12:22:45,009 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-09-04 12:22:45,009 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-09-04 12:22:45,009 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-09-04 12:22:45,009 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-09-04 12:22:45,009 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-09-04 12:22:45,010 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-09-04 12:22:45,010 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-09-04 12:22:45,010 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-09-04 12:22:45,010 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-09-04 12:22:45,010 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-09-04 12:22:45,010 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-09-04 12:22:45,010 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-09-04 12:22:45,010 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-09-04 12:22:45,010 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-09-04 12:22:45,010 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-09-04 12:22:45,010 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-09-04 12:22:45,010 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-09-04 12:22:45,010 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-09-04 12:22:45,011 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-09-04 12:22:45,011 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-09-04 12:22:45,011 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-09-04 12:22:45,011 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-09-04 12:22:45,012 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-09-04 12:22:45,013 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-09-04 12:22:45,013 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-09-04 12:22:45,013 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-09-04 12:22:45,013 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-09-04 12:22:45,013 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-09-04 12:22:45,013 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-09-04 12:22:45,013 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-09-04 12:22:45,013 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-09-04 12:22:45,013 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-09-04 12:22:45,013 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-09-04 12:22:45,013 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-09-04 12:22:45,013 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-09-04 12:22:45,014 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-09-04 12:22:45,014 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-09-04 12:22:45,014 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-09-04 12:22:45,014 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-09-04 12:22:45,014 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-09-04 12:22:45,014 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-09-04 12:22:45,014 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-09-04 12:22:45,014 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-09-04 12:22:45,014 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-09-04 12:22:45,014 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-09-04 12:22:45,014 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-09-04 12:22:45,015 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-09-04 12:22:45,016 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-09-04 12:22:45,016 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-09-04 12:22:45,016 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-09-04 12:22:45,016 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-09-04 12:22:45,016 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-09-04 12:22:45,016 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-09-04 12:22:45,016 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-09-04 12:22:45,016 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-09-04 12:22:45,016 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-09-04 12:22:45,016 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-09-04 12:22:45,016 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-09-04 12:22:45,016 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-09-04 12:22:45,017 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-09-04 12:22:45,017 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-09-04 12:22:45,017 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-09-04 12:22:45,017 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-09-04 12:22:45,017 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-09-04 12:22:45,017 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-09-04 12:22:45,017 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-09-04 12:22:45,017 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-09-04 12:22:45,017 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-09-04 12:22:45,017 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-09-04 12:22:45,017 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-09-04 12:22:45,017 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-09-04 12:22:45,018 - sdnvpn.lib.openstack_utils - INFO - OS_IMAGE_API_VERSION is set in env as '2' 2018-09-04 12:22:45,035 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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-09-04 12:22:45,041 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12:22:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-404afc15-f60f-416b-adc8-d32133fb153e 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.28:5000/v3/", "rel": "self"}]}} 2018-09-04 12:22:45,041 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-404afc15-f60f-416b-adc8-d32133fb153e 2018-09-04 12:22:45,042 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-09-04 12:22:45,412 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "3d416247e8224533841040c3ad2bce5a", "name": "admin"}], "expires_at": "2018-09-04T13:22:45.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1e2f68a072b64978bd7ea91c2d64aca6", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v1/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235635a698ef4bef9dc6b25273d185da"}, {"url": "http://192.30.9.6:8776/v1/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "23b07b3fbfc340a58cf0f9b2871a0d23"}, {"url": "http://172.30.9.28:8776/v1/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "72fd0aaa144d45419f4b04b6b26f69a7"}], "type": "volume", "id": "097241c25b4d4f7e91b3f8efa155909e", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v3/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93eb4cf3030a49e7840bec071422d397"}, {"url": "http://192.30.9.6:8776/v3/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8af439a6ac147fdbcb38ed9aa916b68"}, {"url": "http://192.30.9.6:8776/v3/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c4bfdbc9b7c74a23a40afdf578cfeba4"}], "type": "volumev3", "id": "1c85f4682ce44f729db1dabd98e965e8", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "82239574a29d4603a2161006f61851cf"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8d15f7134f364a7bbcfff2f84aac3bf2"}, {"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e01668c43a0c4c279b9a3d20a0280d6c"}], "type": "image", "id": "297d8415ca96454991054983920912f7", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7bb4d60e20734d4a9f31ec75e02cb823"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bf6adec15590466a9a0d3bddb00e8993"}, {"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f096f03a1d12411a8972f6f7c196b60d"}], "type": "policy", "id": "54c64351b56d44bbad74c2969cc3aa00", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "354ae6870a324fab82d0a0fb68ee0f26"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a3807e460dd4af488d982b66c52e64c"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e7c3da785076450abd71868e75ce0c33"}], "type": "cloudformation", "id": "6ac9917ae83c4639a15a4ab3cf0e76dd", "name": "heat-cfn"}, {"endpoints": [], "type": "metering", "id": "7fcc078e5e0645f29df67742ac14e388", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49e71628d386464cb950d6a9db00a328"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75b0a63ed8574bbcab1c851cc9b83d30"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9902b0a8b3c04cd192a1b84c417c232b"}], "type": "key-manager", "id": "9626544a32e74678a641c6e206f028a9", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "497340e5aa36485982fdf297f370558f"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7802beb4fc7c4952897b77bd5610b1fe"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c14af798917f4fa0b146d9772583e595"}], "type": "metric", "id": "973bfe8c658d4e5a8da725e76b9d550e", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "288ecc3674ea41d2aa3b790dcb832bf2"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7a6dc785cd7142f5b30f1a7ba0daeb03"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7f7d34e2351b4964befccc862c4e8e12"}], "type": "network", "id": "a348d7b06050474fb449be7f32ea6f5d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "21bce6ecb8464a1f8f3e3847aa698bd6"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0a8faf2246b47deb30e69e48d3551fb"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e71c6011de3d4d8589e5b53dcc79f288"}], "type": "identity", "id": "ad8d4b4953184137a1b913ecee9434ed", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "13474f9a78ca4f1184e4cddc84d0d98c"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad67365a18234bb78c336e6776958c00"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc54db13337f44f8921fbb9ad0f81de8"}], "type": "alarming", "id": "bb18dc3243034f08a6a7f69f7a1edccf", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0d91d7adf0304b2681c77f979e5cdb17"}, {"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "756e5ffca9774ab3ae2db41bf330417f"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c07c727a08c243b287827f539a124e63"}], "type": "placement", "id": "bb2c9432fcbd4c56913177122468f6ba", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8004/v1/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1eed4912224b48cf9856446eae4d9928"}, {"url": "http://192.30.9.6:8004/v1/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b73b7f99236541148d84f24f09e5dd40"}, {"url": "http://192.30.9.6:8004/v1/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fbf12e52911244fdafc24a9d46f56e62"}], "type": "orchestration", "id": "c8918d139da945ba93df4ccce21d4904", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16bf098b9e2e490f8e47fa601059f975"}, {"url": "http://192.30.9.6:8776/v2/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc16fa4cf491444ca2f611d5692c1170"}, {"url": "http://192.30.9.6:8776/v2/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ccd2c5325dff4b90b391db9fdde67d99"}], "type": "volumev2", "id": "d09ac9123c34494abce21d6c27bee9d9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eac694332354a3aa0e61c31314166d7"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b4d4989c4e764717ab78d38675cadd3f"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff196e46b56d406d87a678f1a64497b0"}], "type": "compute", "id": "d4030ee932c84df58c5b910cc197caa7", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "42c3a9abd8ad4ce8ab2c4cc6e0403c33"}, "audit_ids": ["iCGTCseeQ2SgmkN34dI85g"], "issued_at": "2018-09-04T12:22:45.000000Z"}} 2018-09-04 12:22:45,415 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9292/v2/images?limit=20 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}1e37d4a3fa4a521bcdd067c473721b4c9e9eaab1" 2018-09-04 12:22:45,586 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 78 Content-Type: application/json X-Openstack-Request-Id: req-b58f691a-2d37-4c32-a6ba-c671a605cb59 Date: Tue, 04 Sep 2018 12:22:45 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?limit=20"} 2018-09-04 12:22:45,586 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images?limit=20 used request id req-b58f691a-2d37-4c32-a6ba-c671a605cb59 2018-09-04 12:22:45,587 - sdnvpn.lib.openstack_utils - INFO - Creating image 'sdnvpn-image' from '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'... 2018-09-04 12:22:45,589 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}1e37d4a3fa4a521bcdd067c473721b4c9e9eaab1" 2018-09-04 12:22:45,753 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-010b0c6b-c0ce-44f1-8794-53b830de417f Date: Tue, 04 Sep 2018 12:22: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-09-04 12:22:45,754 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/schemas/image used request id req-010b0c6b-c0ce-44f1-8794-53b830de417f 2018-09-04 12:22:45,880 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}1e37d4a3fa4a521bcdd067c473721b4c9e9eaab1" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "sdnvpn-image", "visibility": "public"}' 2018-09-04 12:22:46,062 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 573 Content-Type: application/json Location: http://172.30.9.28:9292/v2/images/af45190a-11f9-43da-ae57-6632358311ce X-Openstack-Request-Id: req-ab88c576-87dd-4904-9c8d-86f7eb18ee71 Date: Tue, 04 Sep 2018 12:22:46 GMT RESP BODY: {"status": "queued", "name": "sdnvpn-image", "tags": [], "container_format": "bare", "created_at": "2018-09-04T12:22:46Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-09-04T12:22:46Z", "visibility": "public", "locations": [], "self": "/v2/images/af45190a-11f9-43da-ae57-6632358311ce", "min_disk": 0, "protected": false, "id": "af45190a-11f9-43da-ae57-6632358311ce", "file": "/v2/images/af45190a-11f9-43da-ae57-6632358311ce/file", "checksum": null, "owner": "1e2f68a072b64978bd7ea91c2d64aca6", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-09-04 12:22:46,062 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.28:9292/v2/images used request id req-ab88c576-87dd-4904-9c8d-86f7eb18ee71 2018-09-04 12:22:46,075 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.28:9292/v2/images/af45190a-11f9-43da-ae57-6632358311ce/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}1e37d4a3fa4a521bcdd067c473721b4c9e9eaab1" -d '' 2018-09-04 12:22:47,623 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-c1f5b235-c20a-45c3-b471-59ae27531d20 Date: Tue, 04 Sep 2018 12:22:47 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-09-04 12:22:47,624 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.28:9292/v2/images/af45190a-11f9-43da-ae57-6632358311ce/file used request id req-c1f5b235-c20a-45c3-b471-59ae27531d20 2018-09-04 12:22:47,625 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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-09-04 12:22:47,631 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12:22:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-832f3292-c3d8-4e49-98f4-49587dfd53fe 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.28:5000/v3/", "rel": "self"}]}} 2018-09-04 12:22:47,632 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-832f3292-c3d8-4e49-98f4-49587dfd53fe 2018-09-04 12:22:47,632 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-09-04 12:22:48,114 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "3d416247e8224533841040c3ad2bce5a", "name": "admin"}], "expires_at": "2018-09-04T13:22:48.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1e2f68a072b64978bd7ea91c2d64aca6", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v1/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235635a698ef4bef9dc6b25273d185da"}, {"url": "http://192.30.9.6:8776/v1/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "23b07b3fbfc340a58cf0f9b2871a0d23"}, {"url": "http://172.30.9.28:8776/v1/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "72fd0aaa144d45419f4b04b6b26f69a7"}], "type": "volume", "id": "097241c25b4d4f7e91b3f8efa155909e", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v3/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93eb4cf3030a49e7840bec071422d397"}, {"url": "http://192.30.9.6:8776/v3/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8af439a6ac147fdbcb38ed9aa916b68"}, {"url": "http://192.30.9.6:8776/v3/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c4bfdbc9b7c74a23a40afdf578cfeba4"}], "type": "volumev3", "id": "1c85f4682ce44f729db1dabd98e965e8", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "82239574a29d4603a2161006f61851cf"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8d15f7134f364a7bbcfff2f84aac3bf2"}, {"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e01668c43a0c4c279b9a3d20a0280d6c"}], "type": "image", "id": "297d8415ca96454991054983920912f7", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7bb4d60e20734d4a9f31ec75e02cb823"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bf6adec15590466a9a0d3bddb00e8993"}, {"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f096f03a1d12411a8972f6f7c196b60d"}], "type": "policy", "id": "54c64351b56d44bbad74c2969cc3aa00", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "354ae6870a324fab82d0a0fb68ee0f26"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a3807e460dd4af488d982b66c52e64c"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e7c3da785076450abd71868e75ce0c33"}], "type": "cloudformation", "id": "6ac9917ae83c4639a15a4ab3cf0e76dd", "name": "heat-cfn"}, {"endpoints": [], "type": "metering", "id": "7fcc078e5e0645f29df67742ac14e388", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49e71628d386464cb950d6a9db00a328"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75b0a63ed8574bbcab1c851cc9b83d30"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9902b0a8b3c04cd192a1b84c417c232b"}], "type": "key-manager", "id": "9626544a32e74678a641c6e206f028a9", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "497340e5aa36485982fdf297f370558f"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7802beb4fc7c4952897b77bd5610b1fe"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c14af798917f4fa0b146d9772583e595"}], "type": "metric", "id": "973bfe8c658d4e5a8da725e76b9d550e", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "288ecc3674ea41d2aa3b790dcb832bf2"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7a6dc785cd7142f5b30f1a7ba0daeb03"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7f7d34e2351b4964befccc862c4e8e12"}], "type": "network", "id": "a348d7b06050474fb449be7f32ea6f5d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "21bce6ecb8464a1f8f3e3847aa698bd6"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0a8faf2246b47deb30e69e48d3551fb"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e71c6011de3d4d8589e5b53dcc79f288"}], "type": "identity", "id": "ad8d4b4953184137a1b913ecee9434ed", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "13474f9a78ca4f1184e4cddc84d0d98c"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad67365a18234bb78c336e6776958c00"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc54db13337f44f8921fbb9ad0f81de8"}], "type": "alarming", "id": "bb18dc3243034f08a6a7f69f7a1edccf", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0d91d7adf0304b2681c77f979e5cdb17"}, {"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "756e5ffca9774ab3ae2db41bf330417f"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c07c727a08c243b287827f539a124e63"}], "type": "placement", "id": "bb2c9432fcbd4c56913177122468f6ba", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8004/v1/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1eed4912224b48cf9856446eae4d9928"}, {"url": "http://192.30.9.6:8004/v1/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b73b7f99236541148d84f24f09e5dd40"}, {"url": "http://192.30.9.6:8004/v1/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fbf12e52911244fdafc24a9d46f56e62"}], "type": "orchestration", "id": "c8918d139da945ba93df4ccce21d4904", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16bf098b9e2e490f8e47fa601059f975"}, {"url": "http://192.30.9.6:8776/v2/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc16fa4cf491444ca2f611d5692c1170"}, {"url": "http://192.30.9.6:8776/v2/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ccd2c5325dff4b90b391db9fdde67d99"}], "type": "volumev2", "id": "d09ac9123c34494abce21d6c27bee9d9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eac694332354a3aa0e61c31314166d7"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b4d4989c4e764717ab78d38675cadd3f"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff196e46b56d406d87a678f1a64497b0"}], "type": "compute", "id": "d4030ee932c84df58c5b910cc197caa7", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "42c3a9abd8ad4ce8ab2c4cc6e0403c33"}, "audit_ids": ["2peyBxOwRAm21gChI5EIPw"], "issued_at": "2018-09-04T12:22:48.000000Z"}} 2018-09-04 12:22:48,120 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}37984b4d61b280d800e257242ae67f36674f1d6a" 2018-09-04 12:22:48,357 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1322 X-Openstack-Request-Id: req-30217d9c-7a10-4000-ad61-fda09cfe09fc Date: Tue, 04 Sep 2018 12:22:48 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"4097e349-dd4a-4a5e-95d6-eed5c2d7b85a","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"18025ed81c804927a1f0e0e0ba20836f","status":"ACTIVE","subnets":["5092c110-d468-4f12-acae-47d56d35dff1"],"description":"","tags":[],"updated_at":"2018-09-04T10:10:50Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"18025ed81c804927a1f0e0e0ba20836f","created_at":"2018-09-04T10:10:44Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"8b642b01-8be3-4202-b6e4-b88520b015c4","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"219a354443d04b66b7da22e8fcd0b9ff","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-09-04T11:25:51Z","provider:segmentation_id":59,"name":"c_rally_9fc79e06_ZGxNMMaa","admin_state_up":true,"tenant_id":"219a354443d04b66b7da22e8fcd0b9ff","created_at":"2018-09-04T11:25:50Z","provider:network_type":"vxlan"}]} 2018-09-04 12:22:48,357 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks used request id req-30217d9c-7a10-4000-ad61-fda09cfe09fc 2018-09-04 12:22:48,362 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}37984b4d61b280d800e257242ae67f36674f1d6a" 2018-09-04 12:22:48,561 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 624 X-Openstack-Request-Id: req-f2515229-976c-45d6-b9fb-8ee39e00e50b Date: Tue, 04 Sep 2018 12:22:48 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"4097e349-dd4a-4a5e-95d6-eed5c2d7b85a","tenant_id":"18025ed81c804927a1f0e0e0ba20836f","created_at":"2018-09-04T10:10:50Z","dns_nameservers":[],"updated_at":"2018-09-04T10:10:50Z","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":"18025ed81c804927a1f0e0e0ba20836f","id":"5092c110-d468-4f12-acae-47d56d35dff1","subnetpool_id":null,"name":"external-subnet"}]} 2018-09-04 12:22:48,562 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets used request id req-f2515229-976c-45d6-b9fb-8ee39e00e50b 2018-09-04 12:22:48,567 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9696/v2.0/routers -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}37984b4d61b280d800e257242ae67f36674f1d6a" 2018-09-04 12:22:48,754 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-5d5a51fa-de18-4a36-8f8f-3e281c9d7848 Date: Tue, 04 Sep 2018 12:22:48 GMT RESP BODY: {"routers": []} 2018-09-04 12:22:48,754 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/routers used request id req-5d5a51fa-de18-4a36-8f8f-3e281c9d7848 2018-09-04 12:22:48,755 - sdnvpn.lib.openstack_utils - INFO - Creating neutron network sdnvpn-8-1... 2018-09-04 12:22:48,760 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}37984b4d61b280d800e257242ae67f36674f1d6a" -d '{"network": {"name": "sdnvpn-8-1", "admin_state_up": true}}' 2018-09-04 12:22:49,141 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 642 X-Openstack-Request-Id: req-8c01aa98-6f6d-4222-9bd8-cbc38a8283a1 Date: Tue, 04 Sep 2018 12:22: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":"93e3b3f7-5f81-4a72-a299-588658150aeb","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"1e2f68a072b64978bd7ea91c2d64aca6","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-09-04T12:22:49Z","is_default":false,"provider:segmentation_id":40,"name":"sdnvpn-8-1","admin_state_up":true,"tenant_id":"1e2f68a072b64978bd7ea91c2d64aca6","created_at":"2018-09-04T12:22:48Z","mtu":1450}} 2018-09-04 12:22:49,141 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/networks used request id req-8c01aa98-6f6d-4222-9bd8-cbc38a8283a1 2018-09-04 12:22:49,142 - sdnvpn.lib.openstack_utils - DEBUG - Network '93e3b3f7-5f81-4a72-a299-588658150aeb' created successfully 2018-09-04 12:22:49,142 - sdnvpn.lib.openstack_utils - DEBUG - Creating Subnet.... 2018-09-04 12:22:49,147 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}37984b4d61b280d800e257242ae67f36674f1d6a" -d '{"subnets": [{"ip_version": 4, "network_id": "93e3b3f7-5f81-4a72-a299-588658150aeb", "cidr": "10.10.10.0/24", "dns_nameservers": ["8.8.8.8", "8.8.4.4"], "name": "sdnvpn-8-1-subnet"}]}' 2018-09-04 12:22:49,812 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 642 X-Openstack-Request-Id: req-f9dfc650-e92a-4376-8bf1-cbc2d273f97a Date: Tue, 04 Sep 2018 12:22:49 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"93e3b3f7-5f81-4a72-a299-588658150aeb","tenant_id":"1e2f68a072b64978bd7ea91c2d64aca6","created_at":"2018-09-04T12:22:49Z","dns_nameservers":["8.8.8.8","8.8.4.4"],"updated_at":"2018-09-04T12:22:49Z","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":"1e2f68a072b64978bd7ea91c2d64aca6","id":"f4e7a6ac-3b35-45cf-9035-93df3ea8cd74","subnetpool_id":null,"name":"sdnvpn-8-1-subnet"}]} 2018-09-04 12:22:49,812 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/subnets used request id req-f9dfc650-e92a-4376-8bf1-cbc2d273f97a 2018-09-04 12:22:49,812 - sdnvpn.lib.openstack_utils - DEBUG - Subnet 'f4e7a6ac-3b35-45cf-9035-93df3ea8cd74' created successfully 2018-09-04 12:22:49,813 - sdnvpn.lib.openstack_utils - DEBUG - Creating Router... 2018-09-04 12:22:49,818 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:9696/v2.0/routers -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}37984b4d61b280d800e257242ae67f36674f1d6a" -d '{"router": {"name": "sdnvpn-8-1-router", "admin_state_up": true}}' 2018-09-04 12:22:50,102 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 426 X-Openstack-Request-Id: req-447f37cc-9c90-468b-9093-d11b3b556056 Date: Tue, 04 Sep 2018 12:22:50 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "1e2f68a072b64978bd7ea91c2d64aca6", "created_at": "2018-09-04T12:22:50Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-09-04T12:22:50Z", "revision_number": 0, "routes": [], "project_id": "1e2f68a072b64978bd7ea91c2d64aca6", "id": "915573d7-0093-4996-b481-d4baa10dbb79", "name": "sdnvpn-8-1-router"}} 2018-09-04 12:22:50,103 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/routers used request id req-447f37cc-9c90-468b-9093-d11b3b556056 2018-09-04 12:22:50,103 - sdnvpn.lib.openstack_utils - DEBUG - Router '915573d7-0093-4996-b481-d4baa10dbb79' created successfully 2018-09-04 12:22:50,103 - sdnvpn.lib.openstack_utils - DEBUG - Adding router to subnet... 2018-09-04 12:22:50,108 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.28:9696/v2.0/routers/915573d7-0093-4996-b481-d4baa10dbb79/add_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}37984b4d61b280d800e257242ae67f36674f1d6a" -d '{"subnet_id": "f4e7a6ac-3b35-45cf-9035-93df3ea8cd74"}' 2018-09-04 12:22:51,690 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-38f1215a-73b5-4d37-bc75-d39b3ece1132 Date: Tue, 04 Sep 2018 12:22:51 GMT RESP BODY: {"network_id": "93e3b3f7-5f81-4a72-a299-588658150aeb", "tenant_id": "1e2f68a072b64978bd7ea91c2d64aca6", "subnet_id": "f4e7a6ac-3b35-45cf-9035-93df3ea8cd74", "subnet_ids": ["f4e7a6ac-3b35-45cf-9035-93df3ea8cd74"], "port_id": "de9243a1-8e58-441c-bf96-3e0cecbcad3f", "id": "915573d7-0093-4996-b481-d4baa10dbb79"} 2018-09-04 12:22:51,690 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.28:9696/v2.0/routers/915573d7-0093-4996-b481-d4baa10dbb79/add_router_interface used request id req-38f1215a-73b5-4d37-bc75-d39b3ece1132 2018-09-04 12:22:51,691 - sdnvpn.lib.openstack_utils - DEBUG - Interface added successfully. 2018-09-04 12:22:51,691 - sdnvpn.lib.openstack_utils - DEBUG - Adding gateway to router... 2018-09-04 12:22:51,696 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}37984b4d61b280d800e257242ae67f36674f1d6a" 2018-09-04 12:22:51,938 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1978 X-Openstack-Request-Id: req-ee0365c5-f49e-4bd1-a3b5-b93d7e216656 Date: Tue, 04 Sep 2018 12:22:51 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"4097e349-dd4a-4a5e-95d6-eed5c2d7b85a","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"18025ed81c804927a1f0e0e0ba20836f","status":"ACTIVE","subnets":["5092c110-d468-4f12-acae-47d56d35dff1"],"description":"","tags":[],"updated_at":"2018-09-04T10:10:50Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"18025ed81c804927a1f0e0e0ba20836f","created_at":"2018-09-04T10:10:44Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"8b642b01-8be3-4202-b6e4-b88520b015c4","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"219a354443d04b66b7da22e8fcd0b9ff","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-09-04T11:25:51Z","provider:segmentation_id":59,"name":"c_rally_9fc79e06_ZGxNMMaa","admin_state_up":true,"tenant_id":"219a354443d04b66b7da22e8fcd0b9ff","created_at":"2018-09-04T11:25:50Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"93e3b3f7-5f81-4a72-a299-588658150aeb","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"1e2f68a072b64978bd7ea91c2d64aca6","status":"ACTIVE","subnets":["f4e7a6ac-3b35-45cf-9035-93df3ea8cd74"],"description":"","tags":[],"updated_at":"2018-09-04T12:22:49Z","provider:segmentation_id":40,"name":"sdnvpn-8-1","admin_state_up":true,"tenant_id":"1e2f68a072b64978bd7ea91c2d64aca6","created_at":"2018-09-04T12:22:48Z","provider:network_type":"vxlan"}]} 2018-09-04 12:22:51,938 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks used request id req-ee0365c5-f49e-4bd1-a3b5-b93d7e216656 2018-09-04 12:22:51,944 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.28:9696/v2.0/routers/915573d7-0093-4996-b481-d4baa10dbb79 -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}37984b4d61b280d800e257242ae67f36674f1d6a" -d '{"router": {"external_gateway_info": {"network_id": "4097e349-dd4a-4a5e-95d6-eed5c2d7b85a"}}}' 2018-09-04 12:22:53,921 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 606 X-Openstack-Request-Id: req-8970dc99-ec90-4da1-aa90-ff3943a86a03 Date: Tue, 04 Sep 2018 12:22:53 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "4097e349-dd4a-4a5e-95d6-eed5c2d7b85a", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "5092c110-d468-4f12-acae-47d56d35dff1", "ip_address": "172.30.9.201"}]}, "description": "", "tags": [], "tenant_id": "1e2f68a072b64978bd7ea91c2d64aca6", "created_at": "2018-09-04T12:22:50Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-09-04T12:22:53Z", "revision_number": 4, "routes": [], "project_id": "1e2f68a072b64978bd7ea91c2d64aca6", "id": "915573d7-0093-4996-b481-d4baa10dbb79", "name": "sdnvpn-8-1-router"}} 2018-09-04 12:22:53,922 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.28:9696/v2.0/routers/915573d7-0093-4996-b481-d4baa10dbb79 used request id req-8970dc99-ec90-4da1-aa90-ff3943a86a03 2018-09-04 12:22:53,922 - sdnvpn.lib.openstack_utils - DEBUG - Gateway added successfully. 2018-09-04 12:22:53,927 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}37984b4d61b280d800e257242ae67f36674f1d6a" 2018-09-04 12:22:54,155 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1978 X-Openstack-Request-Id: req-c290ab68-ad59-4a96-b6b5-3353642e38fb Date: Tue, 04 Sep 2018 12:22:54 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"4097e349-dd4a-4a5e-95d6-eed5c2d7b85a","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"18025ed81c804927a1f0e0e0ba20836f","status":"ACTIVE","subnets":["5092c110-d468-4f12-acae-47d56d35dff1"],"description":"","tags":[],"updated_at":"2018-09-04T10:10:50Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"18025ed81c804927a1f0e0e0ba20836f","created_at":"2018-09-04T10:10:44Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"8b642b01-8be3-4202-b6e4-b88520b015c4","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"219a354443d04b66b7da22e8fcd0b9ff","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-09-04T11:25:51Z","provider:segmentation_id":59,"name":"c_rally_9fc79e06_ZGxNMMaa","admin_state_up":true,"tenant_id":"219a354443d04b66b7da22e8fcd0b9ff","created_at":"2018-09-04T11:25:50Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"93e3b3f7-5f81-4a72-a299-588658150aeb","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"1e2f68a072b64978bd7ea91c2d64aca6","status":"ACTIVE","subnets":["f4e7a6ac-3b35-45cf-9035-93df3ea8cd74"],"description":"","tags":[],"updated_at":"2018-09-04T12:22:49Z","provider:segmentation_id":40,"name":"sdnvpn-8-1","admin_state_up":true,"tenant_id":"1e2f68a072b64978bd7ea91c2d64aca6","created_at":"2018-09-04T12:22:48Z","provider:network_type":"vxlan"}]} 2018-09-04 12:22:54,155 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks used request id req-c290ab68-ad59-4a96-b6b5-3353642e38fb 2018-09-04 12:22:54,161 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}37984b4d61b280d800e257242ae67f36674f1d6a" 2018-09-04 12:22:54,347 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1253 X-Openstack-Request-Id: req-d5a0c73c-9830-4503-8add-e5b378deb543 Date: Tue, 04 Sep 2018 12:22:54 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"4097e349-dd4a-4a5e-95d6-eed5c2d7b85a","tenant_id":"18025ed81c804927a1f0e0e0ba20836f","created_at":"2018-09-04T10:10:50Z","dns_nameservers":[],"updated_at":"2018-09-04T10:10:50Z","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":"18025ed81c804927a1f0e0e0ba20836f","id":"5092c110-d468-4f12-acae-47d56d35dff1","subnetpool_id":null,"name":"external-subnet"},{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"93e3b3f7-5f81-4a72-a299-588658150aeb","tenant_id":"1e2f68a072b64978bd7ea91c2d64aca6","created_at":"2018-09-04T12:22:49Z","dns_nameservers":["8.8.8.8","8.8.4.4"],"updated_at":"2018-09-04T12:22:49Z","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":"1e2f68a072b64978bd7ea91c2d64aca6","id":"f4e7a6ac-3b35-45cf-9035-93df3ea8cd74","subnetpool_id":null,"name":"sdnvpn-8-1-subnet"}]} 2018-09-04 12:22:54,347 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets used request id req-d5a0c73c-9830-4503-8add-e5b378deb543 2018-09-04 12:22:54,353 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9696/v2.0/routers -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}37984b4d61b280d800e257242ae67f36674f1d6a" 2018-09-04 12:22:54,567 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 609 X-Openstack-Request-Id: req-5c178970-f457-4de7-8a94-0b79d8bb6667 Date: Tue, 04 Sep 2018 12:22:54 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "4097e349-dd4a-4a5e-95d6-eed5c2d7b85a", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "5092c110-d468-4f12-acae-47d56d35dff1", "ip_address": "172.30.9.201"}]}, "description": "", "tags": [], "tenant_id": "1e2f68a072b64978bd7ea91c2d64aca6", "created_at": "2018-09-04T12:22:50Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-09-04T12:22:53Z", "revision_number": 4, "routes": [], "project_id": "1e2f68a072b64978bd7ea91c2d64aca6", "id": "915573d7-0093-4996-b481-d4baa10dbb79", "name": "sdnvpn-8-1-router"}]} 2018-09-04 12:22:54,567 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/routers used request id req-5c178970-f457-4de7-8a94-0b79d8bb6667 2018-09-04 12:22:54,567 - sdnvpn.lib.openstack_utils - INFO - Creating neutron network sdnvpn-8-2... 2018-09-04 12:22:54,572 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}37984b4d61b280d800e257242ae67f36674f1d6a" -d '{"network": {"name": "sdnvpn-8-2", "admin_state_up": true}}' 2018-09-04 12:22:54,930 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 642 X-Openstack-Request-Id: req-3f6b18c4-bbcb-4ef5-9664-2ac5cc1e28e5 Date: Tue, 04 Sep 2018 12:22: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":"5f1d4917-c03f-4544-8d98-321701e5e007","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"1e2f68a072b64978bd7ea91c2d64aca6","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-09-04T12:22:54Z","is_default":false,"provider:segmentation_id":81,"name":"sdnvpn-8-2","admin_state_up":true,"tenant_id":"1e2f68a072b64978bd7ea91c2d64aca6","created_at":"2018-09-04T12:22:54Z","mtu":1450}} 2018-09-04 12:22:54,930 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/networks used request id req-3f6b18c4-bbcb-4ef5-9664-2ac5cc1e28e5 2018-09-04 12:22:54,930 - sdnvpn.lib.openstack_utils - DEBUG - Network '5f1d4917-c03f-4544-8d98-321701e5e007' created successfully 2018-09-04 12:22:54,931 - sdnvpn.lib.openstack_utils - DEBUG - Creating Subnet.... 2018-09-04 12:22:54,935 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}37984b4d61b280d800e257242ae67f36674f1d6a" -d '{"subnets": [{"ip_version": 4, "network_id": "5f1d4917-c03f-4544-8d98-321701e5e007", "cidr": "10.10.20.0/24", "dns_nameservers": ["8.8.8.8", "8.8.4.4"], "name": "sdnvpn-8-2-subnet"}]}' 2018-09-04 12:22:55,662 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 642 X-Openstack-Request-Id: req-4438c4bd-b088-4e0d-afd9-5b6160b1d3da Date: Tue, 04 Sep 2018 12:22:55 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"5f1d4917-c03f-4544-8d98-321701e5e007","tenant_id":"1e2f68a072b64978bd7ea91c2d64aca6","created_at":"2018-09-04T12:22:55Z","dns_nameservers":["8.8.8.8","8.8.4.4"],"updated_at":"2018-09-04T12:22:55Z","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":"1e2f68a072b64978bd7ea91c2d64aca6","id":"fb513e86-7814-4993-8d14-d596ddb6785c","subnetpool_id":null,"name":"sdnvpn-8-2-subnet"}]} 2018-09-04 12:22:55,662 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/subnets used request id req-4438c4bd-b088-4e0d-afd9-5b6160b1d3da 2018-09-04 12:22:55,663 - sdnvpn.lib.openstack_utils - DEBUG - Subnet 'fb513e86-7814-4993-8d14-d596ddb6785c' created successfully 2018-09-04 12:22:55,663 - sdnvpn.lib.openstack_utils - DEBUG - Creating Router... 2018-09-04 12:22:55,663 - sdnvpn.lib.openstack_utils - DEBUG - Router '915573d7-0093-4996-b481-d4baa10dbb79' created successfully 2018-09-04 12:22:55,663 - sdnvpn.lib.openstack_utils - DEBUG - Adding router to subnet... 2018-09-04 12:22:55,668 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.28:9696/v2.0/routers/915573d7-0093-4996-b481-d4baa10dbb79/add_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}37984b4d61b280d800e257242ae67f36674f1d6a" -d '{"subnet_id": "fb513e86-7814-4993-8d14-d596ddb6785c"}' 2018-09-04 12:22:57,177 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-41f870ac-d413-4cc5-aaa5-62eacd8780d4 Date: Tue, 04 Sep 2018 12:22:57 GMT RESP BODY: {"network_id": "5f1d4917-c03f-4544-8d98-321701e5e007", "tenant_id": "1e2f68a072b64978bd7ea91c2d64aca6", "subnet_id": "fb513e86-7814-4993-8d14-d596ddb6785c", "subnet_ids": ["fb513e86-7814-4993-8d14-d596ddb6785c"], "port_id": "b13bb289-5b56-45e2-a1c2-bed3cda562ee", "id": "915573d7-0093-4996-b481-d4baa10dbb79"} 2018-09-04 12:22:57,177 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.28:9696/v2.0/routers/915573d7-0093-4996-b481-d4baa10dbb79/add_router_interface used request id req-41f870ac-d413-4cc5-aaa5-62eacd8780d4 2018-09-04 12:22:57,178 - sdnvpn.lib.openstack_utils - DEBUG - Interface added successfully. 2018-09-04 12:22:57,178 - sdnvpn.lib.openstack_utils - DEBUG - Adding gateway to router... 2018-09-04 12:22:57,183 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}37984b4d61b280d800e257242ae67f36674f1d6a" 2018-09-04 12:22:57,428 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2634 X-Openstack-Request-Id: req-c4065f96-c10a-48e8-acda-b8a052593956 Date: Tue, 04 Sep 2018 12:22:57 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"4097e349-dd4a-4a5e-95d6-eed5c2d7b85a","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"18025ed81c804927a1f0e0e0ba20836f","status":"ACTIVE","subnets":["5092c110-d468-4f12-acae-47d56d35dff1"],"description":"","tags":[],"updated_at":"2018-09-04T10:10:50Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"18025ed81c804927a1f0e0e0ba20836f","created_at":"2018-09-04T10:10:44Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"5f1d4917-c03f-4544-8d98-321701e5e007","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"1e2f68a072b64978bd7ea91c2d64aca6","status":"ACTIVE","subnets":["fb513e86-7814-4993-8d14-d596ddb6785c"],"description":"","tags":[],"updated_at":"2018-09-04T12:22:55Z","provider:segmentation_id":81,"name":"sdnvpn-8-2","admin_state_up":true,"tenant_id":"1e2f68a072b64978bd7ea91c2d64aca6","created_at":"2018-09-04T12:22:54Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"8b642b01-8be3-4202-b6e4-b88520b015c4","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"219a354443d04b66b7da22e8fcd0b9ff","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-09-04T11:25:51Z","provider:segmentation_id":59,"name":"c_rally_9fc79e06_ZGxNMMaa","admin_state_up":true,"tenant_id":"219a354443d04b66b7da22e8fcd0b9ff","created_at":"2018-09-04T11:25:50Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"93e3b3f7-5f81-4a72-a299-588658150aeb","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"1e2f68a072b64978bd7ea91c2d64aca6","status":"ACTIVE","subnets":["f4e7a6ac-3b35-45cf-9035-93df3ea8cd74"],"description":"","tags":[],"updated_at":"2018-09-04T12:22:49Z","provider:segmentation_id":40,"name":"sdnvpn-8-1","admin_state_up":true,"tenant_id":"1e2f68a072b64978bd7ea91c2d64aca6","created_at":"2018-09-04T12:22:48Z","provider:network_type":"vxlan"}]} 2018-09-04 12:22:57,428 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks used request id req-c4065f96-c10a-48e8-acda-b8a052593956 2018-09-04 12:22:57,433 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.28:9696/v2.0/routers/915573d7-0093-4996-b481-d4baa10dbb79 -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}37984b4d61b280d800e257242ae67f36674f1d6a" -d '{"router": {"external_gateway_info": {"network_id": "4097e349-dd4a-4a5e-95d6-eed5c2d7b85a"}}}' 2018-09-04 12:22:57,916 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 606 X-Openstack-Request-Id: req-0665e821-85f9-4e34-b68b-7b1eb5a47ba3 Date: Tue, 04 Sep 2018 12:22:57 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "4097e349-dd4a-4a5e-95d6-eed5c2d7b85a", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "5092c110-d468-4f12-acae-47d56d35dff1", "ip_address": "172.30.9.201"}]}, "description": "", "tags": [], "tenant_id": "1e2f68a072b64978bd7ea91c2d64aca6", "created_at": "2018-09-04T12:22:50Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-09-04T12:22:57Z", "revision_number": 6, "routes": [], "project_id": "1e2f68a072b64978bd7ea91c2d64aca6", "id": "915573d7-0093-4996-b481-d4baa10dbb79", "name": "sdnvpn-8-1-router"}} 2018-09-04 12:22:57,917 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.28:9696/v2.0/routers/915573d7-0093-4996-b481-d4baa10dbb79 used request id req-0665e821-85f9-4e34-b68b-7b1eb5a47ba3 2018-09-04 12:22:57,917 - sdnvpn.lib.openstack_utils - DEBUG - Gateway added successfully. 2018-09-04 12:22:57,922 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}37984b4d61b280d800e257242ae67f36674f1d6a" 2018-09-04 12:22:58,038 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 33483 X-Openstack-Request-Id: req-165a30de-5b53-4aea-a96b-72fed785db13 Date: Tue, 04 Sep 2018 12:22:58 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "14e46315a5e14e95a6bd31ddd3090094", "created_at": "2018-09-04T10:40:09Z", "updated_at": "2018-09-04T10:40:09Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T10:40:09Z", "revision_number": 0, "id": "6908c152-7d26-43c3-9724-69b9e26fbd52", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T10:40:09Z", "security_group_id": "11e5a0db-4cc0-49c0-8f70-0d3b80d1fcf3", "tenant_id": "14e46315a5e14e95a6bd31ddd3090094", "port_range_min": null, "ethertype": "IPv6", "project_id": "14e46315a5e14e95a6bd31ddd3090094"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T10:40:09Z", "revision_number": 0, "id": "72e1f6f9-6732-4dc2-8abd-454d44204be2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T10:40:09Z", "security_group_id": "11e5a0db-4cc0-49c0-8f70-0d3b80d1fcf3", "tenant_id": "14e46315a5e14e95a6bd31ddd3090094", "port_range_min": null, "ethertype": "IPv4", "project_id": "14e46315a5e14e95a6bd31ddd3090094"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T10:40:09Z", "revision_number": 0, "id": "bfc26f71-b897-431e-a36e-ea1e8e983c87", "remote_group_id": "11e5a0db-4cc0-49c0-8f70-0d3b80d1fcf3", "remote_ip_prefix": null, "created_at": "2018-09-04T10:40:09Z", "security_group_id": "11e5a0db-4cc0-49c0-8f70-0d3b80d1fcf3", "tenant_id": "14e46315a5e14e95a6bd31ddd3090094", "port_range_min": null, "ethertype": "IPv6", "project_id": "14e46315a5e14e95a6bd31ddd3090094"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T10:40:09Z", "revision_number": 0, "id": "c9d53d5b-6c82-4199-b405-f8e7101cc589", "remote_group_id": "11e5a0db-4cc0-49c0-8f70-0d3b80d1fcf3", "remote_ip_prefix": null, "created_at": "2018-09-04T10:40:09Z", "security_group_id": "11e5a0db-4cc0-49c0-8f70-0d3b80d1fcf3", "tenant_id": "14e46315a5e14e95a6bd31ddd3090094", "port_range_min": null, "ethertype": "IPv4", "project_id": "14e46315a5e14e95a6bd31ddd3090094"}], "revision_number": 4, "project_id": "14e46315a5e14e95a6bd31ddd3090094", "id": "11e5a0db-4cc0-49c0-8f70-0d3b80d1fcf3", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "5efe9645576d420f836c625864cab315", "created_at": "2018-09-04T11:32:37Z", "updated_at": "2018-09-04T11:32:37Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T11:32:37Z", "revision_number": 0, "id": "286e6a3a-dcb9-42e9-ad77-e4f716b2c63a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T11:32:37Z", "security_group_id": "192a971a-2f30-4b8c-ada2-250ad4610488", "tenant_id": "5efe9645576d420f836c625864cab315", "port_range_min": null, "ethertype": "IPv4", "project_id": "5efe9645576d420f836c625864cab315"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T11:32:37Z", "revision_number": 0, "id": "8c17cb0b-10d0-498a-a484-63ec46a70838", "remote_group_id": "192a971a-2f30-4b8c-ada2-250ad4610488", "remote_ip_prefix": null, "created_at": "2018-09-04T11:32:37Z", "security_group_id": "192a971a-2f30-4b8c-ada2-250ad4610488", "tenant_id": "5efe9645576d420f836c625864cab315", "port_range_min": null, "ethertype": "IPv6", "project_id": "5efe9645576d420f836c625864cab315"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T11:32:37Z", "revision_number": 0, "id": "9c400401-2250-4fc8-a780-dba2a73d410b", "remote_group_id": "192a971a-2f30-4b8c-ada2-250ad4610488", "remote_ip_prefix": null, "created_at": "2018-09-04T11:32:37Z", "security_group_id": "192a971a-2f30-4b8c-ada2-250ad4610488", "tenant_id": "5efe9645576d420f836c625864cab315", "port_range_min": null, "ethertype": "IPv4", "project_id": "5efe9645576d420f836c625864cab315"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T11:32:37Z", "revision_number": 0, "id": "f72c6a04-9fd4-4b0e-b79b-679d59ca2789", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T11:32:37Z", "security_group_id": "192a971a-2f30-4b8c-ada2-250ad4610488", "tenant_id": "5efe9645576d420f836c625864cab315", "port_range_min": null, "ethertype": "IPv6", "project_id": "5efe9645576d420f836c625864cab315"}], "revision_number": 4, "project_id": "5efe9645576d420f836c625864cab315", "id": "192a971a-2f30-4b8c-ada2-250ad4610488", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "dd849fe9e11c435393e8fa6b997c6f1a", "created_at": "2018-09-04T10:38:54Z", "updated_at": "2018-09-04T10:38:54Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T10:38:54Z", "revision_number": 0, "id": "1dfce8bf-6ac4-4572-9a10-3cf8047abe38", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T10:38:54Z", "security_group_id": "28b5af70-f489-4ee2-ace7-033a2638f61f", "tenant_id": "dd849fe9e11c435393e8fa6b997c6f1a", "port_range_min": null, "ethertype": "IPv6", "project_id": "dd849fe9e11c435393e8fa6b997c6f1a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T10:38:54Z", "revision_number": 0, "id": "52762ccc-58e2-4528-b0fa-460556eae58e", "remote_group_id": "28b5af70-f489-4ee2-ace7-033a2638f61f", "remote_ip_prefix": null, "created_at": "2018-09-04T10:38:54Z", "security_group_id": "28b5af70-f489-4ee2-ace7-033a2638f61f", "tenant_id": "dd849fe9e11c435393e8fa6b997c6f1a", "port_range_min": null, "ethertype": "IPv6", "project_id": "dd849fe9e11c435393e8fa6b997c6f1a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T10:38:54Z", "revision_number": 0, "id": "739d52c4-a9f2-4027-aca7-2082fee6f6f0", "remote_group_id": "28b5af70-f489-4ee2-ace7-033a2638f61f", "remote_ip_prefix": null, "created_at": "2018-09-04T10:38:54Z", "security_group_id": "28b5af70-f489-4ee2-ace7-033a2638f61f", "tenant_id": "dd849fe9e11c435393e8fa6b997c6f1a", "port_range_min": null, "ethertype": "IPv4", "project_id": "dd849fe9e11c435393e8fa6b997c6f1a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T10:38:54Z", "revision_number": 0, "id": "ba2b9932-d9ab-4b40-a7e5-6773147a93a7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T10:38:54Z", "security_group_id": "28b5af70-f489-4ee2-ace7-033a2638f61f", "tenant_id": "dd849fe9e11c435393e8fa6b997c6f1a", "port_range_min": null, "ethertype": "IPv4", "project_id": "dd849fe9e11c435393e8fa6b997c6f1a"}], "revision_number": 4, "project_id": "dd849fe9e11c435393e8fa6b997c6f1a", "id": "28b5af70-f489-4ee2-ace7-033a2638f61f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "4ad41bc126174d318b5e7a8516fcf4af", "created_at": "2018-09-04T10:36:52Z", "updated_at": "2018-09-04T10:36:52Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T10:36:52Z", "revision_number": 0, "id": "072e055d-09a1-408a-9aa5-bbbb4ba26972", "remote_group_id": "48bfa0ac-51ab-4c50-8f57-88ab4e0f17e1", "remote_ip_prefix": null, "created_at": "2018-09-04T10:36:52Z", "security_group_id": "48bfa0ac-51ab-4c50-8f57-88ab4e0f17e1", "tenant_id": "4ad41bc126174d318b5e7a8516fcf4af", "port_range_min": null, "ethertype": "IPv4", "project_id": "4ad41bc126174d318b5e7a8516fcf4af"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T10:36:52Z", "revision_number": 0, "id": "519e417e-8aaa-4012-ade2-01ed5d67c268", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T10:36:52Z", "security_group_id": "48bfa0ac-51ab-4c50-8f57-88ab4e0f17e1", "tenant_id": "4ad41bc126174d318b5e7a8516fcf4af", "port_range_min": null, "ethertype": "IPv4", "project_id": "4ad41bc126174d318b5e7a8516fcf4af"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T10:36:52Z", "revision_number": 0, "id": "7440170e-04e2-412b-b3af-3ba203e43ec0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T10:36:52Z", "security_group_id": "48bfa0ac-51ab-4c50-8f57-88ab4e0f17e1", "tenant_id": "4ad41bc126174d318b5e7a8516fcf4af", "port_range_min": null, "ethertype": "IPv6", "project_id": "4ad41bc126174d318b5e7a8516fcf4af"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T10:36:52Z", "revision_number": 0, "id": "b5b6d93e-a8d1-4a65-92be-995bd9ce8f00", "remote_group_id": "48bfa0ac-51ab-4c50-8f57-88ab4e0f17e1", "remote_ip_prefix": null, "created_at": "2018-09-04T10:36:52Z", "security_group_id": "48bfa0ac-51ab-4c50-8f57-88ab4e0f17e1", "tenant_id": "4ad41bc126174d318b5e7a8516fcf4af", "port_range_min": null, "ethertype": "IPv6", "project_id": "4ad41bc126174d318b5e7a8516fcf4af"}], "revision_number": 4, "project_id": "4ad41bc126174d318b5e7a8516fcf4af", "id": "48bfa0ac-51ab-4c50-8f57-88ab4e0f17e1", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "18025ed81c804927a1f0e0e0ba20836f", "created_at": "2018-09-04T10:10:44Z", "updated_at": "2018-09-04T10:10:44Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T10:10:44Z", "revision_number": 0, "id": "4987cdc7-3c69-4296-b962-dfcdfe2af09e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T10:10:44Z", "security_group_id": "4eb60975-feab-4b85-9171-1c970d3680f7", "tenant_id": "18025ed81c804927a1f0e0e0ba20836f", "port_range_min": null, "ethertype": "IPv4", "project_id": "18025ed81c804927a1f0e0e0ba20836f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T10:10:44Z", "revision_number": 0, "id": "6278c51b-2852-4d07-abf1-4545e40daadb", "remote_group_id": "4eb60975-feab-4b85-9171-1c970d3680f7", "remote_ip_prefix": null, "created_at": "2018-09-04T10:10:44Z", "security_group_id": "4eb60975-feab-4b85-9171-1c970d3680f7", "tenant_id": "18025ed81c804927a1f0e0e0ba20836f", "port_range_min": null, "ethertype": "IPv4", "project_id": "18025ed81c804927a1f0e0e0ba20836f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T10:10:44Z", "revision_number": 0, "id": "dd2062ca-238a-4ae8-8397-ca60210bbde5", "remote_group_id": "4eb60975-feab-4b85-9171-1c970d3680f7", "remote_ip_prefix": null, "created_at": "2018-09-04T10:10:44Z", "security_group_id": "4eb60975-feab-4b85-9171-1c970d3680f7", "tenant_id": "18025ed81c804927a1f0e0e0ba20836f", "port_range_min": null, "ethertype": "IPv6", "project_id": "18025ed81c804927a1f0e0e0ba20836f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T10:10:44Z", "revision_number": 0, "id": "f5388a44-6a0f-4e22-bd76-f4873903daf0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T10:10:44Z", "security_group_id": "4eb60975-feab-4b85-9171-1c970d3680f7", "tenant_id": "18025ed81c804927a1f0e0e0ba20836f", "port_range_min": null, "ethertype": "IPv6", "project_id": "18025ed81c804927a1f0e0e0ba20836f"}], "revision_number": 4, "project_id": "18025ed81c804927a1f0e0e0ba20836f", "id": "4eb60975-feab-4b85-9171-1c970d3680f7", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "1e2f68a072b64978bd7ea91c2d64aca6", "created_at": "2018-09-04T11:32:48Z", "updated_at": "2018-09-04T11:32:48Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T11:32:48Z", "revision_number": 0, "id": "6883b42d-5963-4725-8ab3-74f524dadded", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T11:32:48Z", "security_group_id": "65ec5024-dcc3-4217-b8f2-108a9317d297", "tenant_id": "1e2f68a072b64978bd7ea91c2d64aca6", "port_range_min": null, "ethertype": "IPv6", "project_id": "1e2f68a072b64978bd7ea91c2d64aca6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T11:32:48Z", "revision_number": 0, "id": "c897b842-d54c-452b-8b98-fef214182ff7", "remote_group_id": "65ec5024-dcc3-4217-b8f2-108a9317d297", "remote_ip_prefix": null, "created_at": "2018-09-04T11:32:48Z", "security_group_id": "65ec5024-dcc3-4217-b8f2-108a9317d297", "tenant_id": "1e2f68a072b64978bd7ea91c2d64aca6", "port_range_min": null, "ethertype": "IPv6", "project_id": "1e2f68a072b64978bd7ea91c2d64aca6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T11:32:48Z", "revision_number": 0, "id": "e8f14af0-f0a2-442a-a2f6-f9426816d3a7", "remote_group_id": "65ec5024-dcc3-4217-b8f2-108a9317d297", "remote_ip_prefix": null, "created_at": "2018-09-04T11:32:48Z", "security_group_id": "65ec5024-dcc3-4217-b8f2-108a9317d297", "tenant_id": "1e2f68a072b64978bd7ea91c2d64aca6", "port_range_min": null, "ethertype": "IPv4", "project_id": "1e2f68a072b64978bd7ea91c2d64aca6"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T11:32:48Z", "revision_number": 0, "id": "fa2a69b0-056f-4e69-9b7e-515411ee93e4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T11:32:48Z", "security_group_id": "65ec5024-dcc3-4217-b8f2-108a9317d297", "tenant_id": "1e2f68a072b64978bd7ea91c2d64aca6", "port_range_min": null, "ethertype": "IPv4", "project_id": "1e2f68a072b64978bd7ea91c2d64aca6"}], "revision_number": 4, "project_id": "1e2f68a072b64978bd7ea91c2d64aca6", "id": "65ec5024-dcc3-4217-b8f2-108a9317d297", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "63ce1c38db314aae844c45218d595c6c", "created_at": "2018-09-04T10:36:01Z", "updated_at": "2018-09-04T10:36:01Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T10:36:01Z", "revision_number": 0, "id": "3cc084b5-d5b8-441b-87e5-b96f6548adf0", "remote_group_id": "726a4fa4-547d-495f-8506-2692d1793ed7", "remote_ip_prefix": null, "created_at": "2018-09-04T10:36:01Z", "security_group_id": "726a4fa4-547d-495f-8506-2692d1793ed7", "tenant_id": "63ce1c38db314aae844c45218d595c6c", "port_range_min": null, "ethertype": "IPv6", "project_id": "63ce1c38db314aae844c45218d595c6c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T10:36:01Z", "revision_number": 0, "id": "886448b7-2e0a-4f88-9e2c-57aaa06a9e95", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T10:36:01Z", "security_group_id": "726a4fa4-547d-495f-8506-2692d1793ed7", "tenant_id": "63ce1c38db314aae844c45218d595c6c", "port_range_min": null, "ethertype": "IPv6", "project_id": "63ce1c38db314aae844c45218d595c6c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T10:36:01Z", "revision_number": 0, "id": "a0477c48-e14e-4b9b-af17-a26d3304a1d9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T10:36:01Z", "security_group_id": "726a4fa4-547d-495f-8506-2692d1793ed7", "tenant_id": "63ce1c38db314aae844c45218d595c6c", "port_range_min": null, "ethertype": "IPv4", "project_id": "63ce1c38db314aae844c45218d595c6c"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T10:36:01Z", "revision_number": 0, "id": "f1d26eba-07e3-4a87-a74e-10f7d2d051a4", "remote_group_id": "726a4fa4-547d-495f-8506-2692d1793ed7", "remote_ip_prefix": null, "created_at": "2018-09-04T10:36:01Z", "security_group_id": "726a4fa4-547d-495f-8506-2692d1793ed7", "tenant_id": "63ce1c38db314aae844c45218d595c6c", "port_range_min": null, "ethertype": "IPv4", "project_id": "63ce1c38db314aae844c45218d595c6c"}], "revision_number": 4, "project_id": "63ce1c38db314aae844c45218d595c6c", "id": "726a4fa4-547d-495f-8506-2692d1793ed7", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "e8b2daffe9fd4140890aa7b5c11b6bf1", "created_at": "2018-09-04T11:01:30Z", "updated_at": "2018-09-04T11:01:31Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T11:01:31Z", "revision_number": 0, "id": "0d6f7c9c-cf09-4a67-b4e2-617055a1a145", "remote_group_id": "7cbea362-0793-4d2f-877a-28c9a768aa36", "remote_ip_prefix": null, "created_at": "2018-09-04T11:01:31Z", "security_group_id": "7cbea362-0793-4d2f-877a-28c9a768aa36", "tenant_id": "e8b2daffe9fd4140890aa7b5c11b6bf1", "port_range_min": null, "ethertype": "IPv6", "project_id": "e8b2daffe9fd4140890aa7b5c11b6bf1"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T11:01:31Z", "revision_number": 0, "id": "110b5e60-648e-4946-8cc2-56cf745b8284", "remote_group_id": "7cbea362-0793-4d2f-877a-28c9a768aa36", "remote_ip_prefix": null, "created_at": "2018-09-04T11:01:31Z", "security_group_id": "7cbea362-0793-4d2f-877a-28c9a768aa36", "tenant_id": "e8b2daffe9fd4140890aa7b5c11b6bf1", "port_range_min": null, "ethertype": "IPv4", "project_id": "e8b2daffe9fd4140890aa7b5c11b6bf1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T11:01:31Z", "revision_number": 0, "id": "4608dd30-b5b8-43b8-8da6-93ca9876e218", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T11:01:31Z", "security_group_id": "7cbea362-0793-4d2f-877a-28c9a768aa36", "tenant_id": "e8b2daffe9fd4140890aa7b5c11b6bf1", "port_range_min": null, "ethertype": "IPv6", "project_id": "e8b2daffe9fd4140890aa7b5c11b6bf1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T11:01:31Z", "revision_number": 0, "id": "b59707f1-2706-455a-8d39-eaea3265a9b8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T11:01:31Z", "security_group_id": "7cbea362-0793-4d2f-877a-28c9a768aa36", "tenant_id": "e8b2daffe9fd4140890aa7b5c11b6bf1", "port_range_min": null, "ethertype": "IPv4", "project_id": "e8b2daffe9fd4140890aa7b5c11b6bf1"}], "revision_number": 4, "project_id": "e8b2daffe9fd4140890aa7b5c11b6bf1", "id": "7cbea362-0793-4d2f-877a-28c9a768aa36", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "da1aa3dc9e564d3d922e61c0121a390e", "created_at": "2018-09-04T10:22:45Z", "updated_at": "2018-09-04T10:22:45Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T10:22:45Z", "revision_number": 0, "id": "0a310294-28cb-46e7-ab05-42129ac27199", "remote_group_id": "a0350fb5-7963-482b-9b06-fea838951872", "remote_ip_prefix": null, "created_at": "2018-09-04T10:22:45Z", "security_group_id": "a0350fb5-7963-482b-9b06-fea838951872", "tenant_id": "da1aa3dc9e564d3d922e61c0121a390e", "port_range_min": null, "ethertype": "IPv4", "project_id": "da1aa3dc9e564d3d922e61c0121a390e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T10:22:45Z", "revision_number": 0, "id": "3e9c32e8-8527-472a-956b-e0426fc61806", "remote_group_id": "a0350fb5-7963-482b-9b06-fea838951872", "remote_ip_prefix": null, "created_at": "2018-09-04T10:22:45Z", "security_group_id": "a0350fb5-7963-482b-9b06-fea838951872", "tenant_id": "da1aa3dc9e564d3d922e61c0121a390e", "port_range_min": null, "ethertype": "IPv6", "project_id": "da1aa3dc9e564d3d922e61c0121a390e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T10:22:45Z", "revision_number": 0, "id": "5d2caf42-b02e-4256-9265-4a0c49451d50", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T10:22:45Z", "security_group_id": "a0350fb5-7963-482b-9b06-fea838951872", "tenant_id": "da1aa3dc9e564d3d922e61c0121a390e", "port_range_min": null, "ethertype": "IPv6", "project_id": "da1aa3dc9e564d3d922e61c0121a390e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T10:22:45Z", "revision_number": 0, "id": "e17daf2d-5508-45e7-9ba3-14bcd176789e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T10:22:45Z", "security_group_id": "a0350fb5-7963-482b-9b06-fea838951872", "tenant_id": "da1aa3dc9e564d3d922e61c0121a390e", "port_range_min": null, "ethertype": "IPv4", "project_id": "da1aa3dc9e564d3d922e61c0121a390e"}], "revision_number": 4, "project_id": "da1aa3dc9e564d3d922e61c0121a390e", "id": "a0350fb5-7963-482b-9b06-fea838951872", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-09-04T10:24:20Z", "updated_at": "2018-09-04T10:24:20Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T10:24:20Z", "revision_number": 0, "id": "2ea596f0-86ac-463c-b411-9ff94832a4d2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T10:24:20Z", "security_group_id": "c1c896f2-3aa4-47ce-9d8a-695c2f3fb7a4", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T10:24:20Z", "revision_number": 0, "id": "95325a12-195c-43ac-a360-a2e3e0e66934", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T10:24:20Z", "security_group_id": "c1c896f2-3aa4-47ce-9d8a-695c2f3fb7a4", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T10:24:20Z", "revision_number": 0, "id": "aa58bb28-c625-4096-800e-8a443d41f02a", "remote_group_id": "c1c896f2-3aa4-47ce-9d8a-695c2f3fb7a4", "remote_ip_prefix": null, "created_at": "2018-09-04T10:24:20Z", "security_group_id": "c1c896f2-3aa4-47ce-9d8a-695c2f3fb7a4", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T10:24:20Z", "revision_number": 0, "id": "c66f070f-ca83-4ef4-bb72-07224113f248", "remote_group_id": "c1c896f2-3aa4-47ce-9d8a-695c2f3fb7a4", "remote_ip_prefix": null, "created_at": "2018-09-04T10:24:20Z", "security_group_id": "c1c896f2-3aa4-47ce-9d8a-695c2f3fb7a4", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "c1c896f2-3aa4-47ce-9d8a-695c2f3fb7a4", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "ab8db2ecda7a4da79b1f0eed2104619d", "created_at": "2018-09-04T11:27:45Z", "updated_at": "2018-09-04T11:27:45Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T11:27:45Z", "revision_number": 0, "id": "14b66247-ea83-40bd-9cf7-391b44cd8c60", "remote_group_id": "ca40cc0b-e078-4535-b626-86e0c6339018", "remote_ip_prefix": null, "created_at": "2018-09-04T11:27:45Z", "security_group_id": "ca40cc0b-e078-4535-b626-86e0c6339018", "tenant_id": "ab8db2ecda7a4da79b1f0eed2104619d", "port_range_min": null, "ethertype": "IPv6", "project_id": "ab8db2ecda7a4da79b1f0eed2104619d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T11:27:45Z", "revision_number": 0, "id": "427d984e-c10f-4435-8c54-6e7abd4dfb04", "remote_group_id": "ca40cc0b-e078-4535-b626-86e0c6339018", "remote_ip_prefix": null, "created_at": "2018-09-04T11:27:45Z", "security_group_id": "ca40cc0b-e078-4535-b626-86e0c6339018", "tenant_id": "ab8db2ecda7a4da79b1f0eed2104619d", "port_range_min": null, "ethertype": "IPv4", "project_id": "ab8db2ecda7a4da79b1f0eed2104619d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T11:27:45Z", "revision_number": 0, "id": "644bef6e-a7b1-4cc2-af4e-4cd069ef634e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T11:27:45Z", "security_group_id": "ca40cc0b-e078-4535-b626-86e0c6339018", "tenant_id": "ab8db2ecda7a4da79b1f0eed2104619d", "port_range_min": null, "ethertype": "IPv4", "project_id": "ab8db2ecda7a4da79b1f0eed2104619d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T11:27:45Z", "revision_number": 0, "id": "84c32cbd-0db7-41ca-9e15-9ea28ade36f9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T11:27:45Z", "security_group_id": "ca40cc0b-e078-4535-b626-86e0c6339018", "tenant_id": "ab8db2ecda7a4da79b1f0eed2104619d", "port_range_min": null, "ethertype": "IPv6", "project_id": "ab8db2ecda7a4da79b1f0eed2104619d"}], "revision_number": 4, "project_id": "ab8db2ecda7a4da79b1f0eed2104619d", "id": "ca40cc0b-e078-4535-b626-86e0c6339018", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "b4dbfc1d0e34496f8fb7c7cd1f5608e5", "created_at": "2018-09-04T12:16:14Z", "updated_at": "2018-09-04T12:16:14Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T12:16:14Z", "revision_number": 0, "id": "1b62a402-1c3a-4aa7-8049-b9198a3eb965", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T12:16:14Z", "security_group_id": "e81419cf-b95e-4732-aaad-e3432b8b2cbb", "tenant_id": "b4dbfc1d0e34496f8fb7c7cd1f5608e5", "port_range_min": null, "ethertype": "IPv6", "project_id": "b4dbfc1d0e34496f8fb7c7cd1f5608e5"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T12:16:14Z", "revision_number": 0, "id": "a8815e70-65ec-4dd7-8b9f-aa8f1609eb4f", "remote_group_id": "e81419cf-b95e-4732-aaad-e3432b8b2cbb", "remote_ip_prefix": null, "created_at": "2018-09-04T12:16:14Z", "security_group_id": "e81419cf-b95e-4732-aaad-e3432b8b2cbb", "tenant_id": "b4dbfc1d0e34496f8fb7c7cd1f5608e5", "port_range_min": null, "ethertype": "IPv6", "project_id": "b4dbfc1d0e34496f8fb7c7cd1f5608e5"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T12:16:14Z", "revision_number": 0, "id": "d083d625-e30d-4471-aa42-f7f3fc8c328d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T12:16:14Z", "security_group_id": "e81419cf-b95e-4732-aaad-e3432b8b2cbb", "tenant_id": "b4dbfc1d0e34496f8fb7c7cd1f5608e5", "port_range_min": null, "ethertype": "IPv4", "project_id": "b4dbfc1d0e34496f8fb7c7cd1f5608e5"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T12:16:14Z", "revision_number": 0, "id": "f6d9401b-38df-4edd-8f40-69a1466cf9bf", "remote_group_id": "e81419cf-b95e-4732-aaad-e3432b8b2cbb", "remote_ip_prefix": null, "created_at": "2018-09-04T12:16:14Z", "security_group_id": "e81419cf-b95e-4732-aaad-e3432b8b2cbb", "tenant_id": "b4dbfc1d0e34496f8fb7c7cd1f5608e5", "port_range_min": null, "ethertype": "IPv4", "project_id": "b4dbfc1d0e34496f8fb7c7cd1f5608e5"}], "revision_number": 4, "project_id": "b4dbfc1d0e34496f8fb7c7cd1f5608e5", "id": "e81419cf-b95e-4732-aaad-e3432b8b2cbb", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "c4b3a0f041ae4ca4803a4af225513ba4", "created_at": "2018-09-04T12:17:41Z", "updated_at": "2018-09-04T12:17:41Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T12:17:41Z", "revision_number": 0, "id": "6824685c-2b3f-4f22-866c-eb59012208ba", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T12:17:41Z", "security_group_id": "f9b8b6c9-4e98-454a-9292-c29271bcae95", "tenant_id": "c4b3a0f041ae4ca4803a4af225513ba4", "port_range_min": null, "ethertype": "IPv4", "project_id": "c4b3a0f041ae4ca4803a4af225513ba4"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T12:17:41Z", "revision_number": 0, "id": "87cee46a-3604-4dd1-adc1-d97d3419ae0c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T12:17:41Z", "security_group_id": "f9b8b6c9-4e98-454a-9292-c29271bcae95", "tenant_id": "c4b3a0f041ae4ca4803a4af225513ba4", "port_range_min": null, "ethertype": "IPv6", "project_id": "c4b3a0f041ae4ca4803a4af225513ba4"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T12:17:41Z", "revision_number": 0, "id": "e00cf838-51d7-462e-906c-37f4fb4d7181", "remote_group_id": "f9b8b6c9-4e98-454a-9292-c29271bcae95", "remote_ip_prefix": null, "created_at": "2018-09-04T12:17:41Z", "security_group_id": "f9b8b6c9-4e98-454a-9292-c29271bcae95", "tenant_id": "c4b3a0f041ae4ca4803a4af225513ba4", "port_range_min": null, "ethertype": "IPv6", "project_id": "c4b3a0f041ae4ca4803a4af225513ba4"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T12:17:41Z", "revision_number": 0, "id": "e024fd11-5aeb-4982-ae2b-589b9dd401b4", "remote_group_id": "f9b8b6c9-4e98-454a-9292-c29271bcae95", "remote_ip_prefix": null, "created_at": "2018-09-04T12:17:41Z", "security_group_id": "f9b8b6c9-4e98-454a-9292-c29271bcae95", "tenant_id": "c4b3a0f041ae4ca4803a4af225513ba4", "port_range_min": null, "ethertype": "IPv4", "project_id": "c4b3a0f041ae4ca4803a4af225513ba4"}], "revision_number": 4, "project_id": "c4b3a0f041ae4ca4803a4af225513ba4", "id": "f9b8b6c9-4e98-454a-9292-c29271bcae95", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "f2bd6f97bf95498993c0c8d4f6900483", "created_at": "2018-09-04T11:33:20Z", "updated_at": "2018-09-04T11:33:20Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T11:33:20Z", "revision_number": 0, "id": "4c75c440-963b-417c-bedf-82086417e68c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T11:33:20Z", "security_group_id": "fa4f989a-20d2-4218-a4cf-f17539ef1b27", "tenant_id": "f2bd6f97bf95498993c0c8d4f6900483", "port_range_min": null, "ethertype": "IPv6", "project_id": "f2bd6f97bf95498993c0c8d4f6900483"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T11:33:20Z", "revision_number": 0, "id": "9635b56a-1370-4f88-9df0-f0954055f960", "remote_group_id": "fa4f989a-20d2-4218-a4cf-f17539ef1b27", "remote_ip_prefix": null, "created_at": "2018-09-04T11:33:20Z", "security_group_id": "fa4f989a-20d2-4218-a4cf-f17539ef1b27", "tenant_id": "f2bd6f97bf95498993c0c8d4f6900483", "port_range_min": null, "ethertype": "IPv4", "project_id": "f2bd6f97bf95498993c0c8d4f6900483"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T11:33:20Z", "revision_number": 0, "id": "c7c730c6-ae66-4505-873b-c6dca4c55d95", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T11:33:20Z", "security_group_id": "fa4f989a-20d2-4218-a4cf-f17539ef1b27", "tenant_id": "f2bd6f97bf95498993c0c8d4f6900483", "port_range_min": null, "ethertype": "IPv4", "project_id": "f2bd6f97bf95498993c0c8d4f6900483"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T11:33:20Z", "revision_number": 0, "id": "df1fc864-f960-4a86-bd3d-950eac909690", "remote_group_id": "fa4f989a-20d2-4218-a4cf-f17539ef1b27", "remote_ip_prefix": null, "created_at": "2018-09-04T11:33:20Z", "security_group_id": "fa4f989a-20d2-4218-a4cf-f17539ef1b27", "tenant_id": "f2bd6f97bf95498993c0c8d4f6900483", "port_range_min": null, "ethertype": "IPv6", "project_id": "f2bd6f97bf95498993c0c8d4f6900483"}], "revision_number": 4, "project_id": "f2bd6f97bf95498993c0c8d4f6900483", "id": "fa4f989a-20d2-4218-a4cf-f17539ef1b27", "name": "default"}]} 2018-09-04 12:22:58,039 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups used request id req-165a30de-5b53-4aea-a96b-72fed785db13 2018-09-04 12:22:58,043 - sdnvpn.lib.openstack_utils - INFO - Creating security group 'sdnvpn-sg'... 2018-09-04 12:22:58,047 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}37984b4d61b280d800e257242ae67f36674f1d6a" -d '{"security_group": {"name": "sdnvpn-sg", "description": "Security group for SDNVPN test cases"}}' 2018-09-04 12:22:58,335 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1377 X-Openstack-Request-Id: req-4ccad3e0-2e8c-4ded-9d30-08124a0ade80 Date: Tue, 04 Sep 2018 12:22:58 GMT RESP BODY: {"security_group": {"description": "Security group for SDNVPN test cases", "tags": [], "tenant_id": "1e2f68a072b64978bd7ea91c2d64aca6", "created_at": "2018-09-04T12:22:58Z", "updated_at": "2018-09-04T12:22:58Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T12:22:58Z", "revision_number": 0, "id": "4dec3f1a-54e2-4cd3-ba28-c5bf40300f5c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T12:22:58Z", "security_group_id": "aee4e203-f920-46bb-ac91-6898d944e253", "tenant_id": "1e2f68a072b64978bd7ea91c2d64aca6", "port_range_min": null, "ethertype": "IPv6", "project_id": "1e2f68a072b64978bd7ea91c2d64aca6"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T12:22:58Z", "revision_number": 0, "id": "83ced0ab-b5b1-4a6b-915f-ceed01ac608d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T12:22:58Z", "security_group_id": "aee4e203-f920-46bb-ac91-6898d944e253", "tenant_id": "1e2f68a072b64978bd7ea91c2d64aca6", "port_range_min": null, "ethertype": "IPv4", "project_id": "1e2f68a072b64978bd7ea91c2d64aca6"}], "revision_number": 2, "project_id": "1e2f68a072b64978bd7ea91c2d64aca6", "id": "aee4e203-f920-46bb-ac91-6898d944e253", "name": "sdnvpn-sg"}} 2018-09-04 12:22:58,336 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/security-groups used request id req-4ccad3e0-2e8c-4ded-9d30-08124a0ade80 2018-09-04 12:22:58,336 - sdnvpn.lib.openstack_utils - DEBUG - Security group 'sdnvpn-sg' with ID=aee4e203-f920-46bb-ac91-6898d944e253 created successfully. 2018-09-04 12:22:58,336 - sdnvpn.lib.openstack_utils - DEBUG - Adding ICMP rules in security group 'sdnvpn-sg'... 2018-09-04 12:22:58,336 - sdnvpn.lib.openstack_utils - DEBUG - Security_group format set (no port range mentioned) 2018-09-04 12:22:58,342 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28: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}37984b4d61b280d800e257242ae67f36674f1d6a" -d '{"security_group_rule": {"direction": "ingress", "protocol": "icmp", "security_group_id": "aee4e203-f920-46bb-ac91-6898d944e253"}}' 2018-09-04 12:22:58,671 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 512 X-Openstack-Request-Id: req-d8e67cb9-bb3d-4da7-824d-525f161232c9 Date: Tue, 04 Sep 2018 12:22:58 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "icmp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T12:22:58Z", "security_group_id": "aee4e203-f920-46bb-ac91-6898d944e253", "port_range_min": null, "revision_number": 0, "tenant_id": "1e2f68a072b64978bd7ea91c2d64aca6", "created_at": "2018-09-04T12:22:58Z", "project_id": "1e2f68a072b64978bd7ea91c2d64aca6", "id": "6843e041-8fe8-4e66-8acb-d325fa1f98c1"}} 2018-09-04 12:22:58,671 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/security-group-rules used request id req-d8e67cb9-bb3d-4da7-824d-525f161232c9 2018-09-04 12:22:58,671 - sdnvpn.lib.openstack_utils - DEBUG - Adding SSH rules in security group 'sdnvpn-sg'... 2018-09-04 12:22:58,672 - sdnvpn.lib.openstack_utils - DEBUG - Security_group format set (port range included) 2018-09-04 12:22:58,677 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28: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}37984b4d61b280d800e257242ae67f36674f1d6a" -d '{"security_group_rule": {"port_range_min": "22", "direction": "ingress", "protocol": "tcp", "port_range_max": "22", "security_group_id": "aee4e203-f920-46bb-ac91-6898d944e253"}}' 2018-09-04 12:22:58,839 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 507 X-Openstack-Request-Id: req-076ea81c-f92b-4215-ab19-1bdeff724575 Date: Tue, 04 Sep 2018 12:22:58 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 22, "updated_at": "2018-09-04T12:22:58Z", "security_group_id": "aee4e203-f920-46bb-ac91-6898d944e253", "port_range_min": 22, "revision_number": 0, "tenant_id": "1e2f68a072b64978bd7ea91c2d64aca6", "created_at": "2018-09-04T12:22:58Z", "project_id": "1e2f68a072b64978bd7ea91c2d64aca6", "id": "a537f243-1e42-435d-9bbd-5763e7fba9b5"}} 2018-09-04 12:22:58,839 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/security-group-rules used request id req-076ea81c-f92b-4215-ab19-1bdeff724575 2018-09-04 12:22:58,840 - sdnvpn.lib.openstack_utils - DEBUG - Security_group format set (port range included) 2018-09-04 12:22:58,845 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28: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}37984b4d61b280d800e257242ae67f36674f1d6a" -d '{"security_group_rule": {"port_range_min": "22", "direction": "egress", "protocol": "tcp", "port_range_max": "22", "security_group_id": "aee4e203-f920-46bb-ac91-6898d944e253"}}' 2018-09-04 12:22:59,163 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 506 X-Openstack-Request-Id: req-f028129f-0515-41c5-bd06-2f46700eec20 Date: Tue, 04 Sep 2018 12:22:59 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-09-04T12:22:59Z", "security_group_id": "aee4e203-f920-46bb-ac91-6898d944e253", "port_range_min": 22, "revision_number": 0, "tenant_id": "1e2f68a072b64978bd7ea91c2d64aca6", "created_at": "2018-09-04T12:22:59Z", "project_id": "1e2f68a072b64978bd7ea91c2d64aca6", "id": "ea486981-bdcb-407e-afae-54091ff51e8d"}} 2018-09-04 12:22:59,163 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/security-group-rules used request id req-f028129f-0515-41c5-bd06-2f46700eec20 2018-09-04 12:22:59,168 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9696/v2.0/security-group-rules -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}37984b4d61b280d800e257242ae67f36674f1d6a" 2018-09-04 12:22:59,208 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 30510 X-Openstack-Request-Id: req-fea6c08c-2192-44b3-a8a9-5c6966ab4dee Date: Tue, 04 Sep 2018 12:22:59 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": "48bfa0ac-51ab-4c50-8f57-88ab4e0f17e1", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T10:36:52Z", "security_group_id": "48bfa0ac-51ab-4c50-8f57-88ab4e0f17e1", "port_range_min": null, "revision_number": 0, "tenant_id": "4ad41bc126174d318b5e7a8516fcf4af", "created_at": "2018-09-04T10:36:52Z", "project_id": "4ad41bc126174d318b5e7a8516fcf4af", "id": "072e055d-09a1-408a-9aa5-bbbb4ba26972"}, {"remote_group_id": "a0350fb5-7963-482b-9b06-fea838951872", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T10:22:45Z", "security_group_id": "a0350fb5-7963-482b-9b06-fea838951872", "port_range_min": null, "revision_number": 0, "tenant_id": "da1aa3dc9e564d3d922e61c0121a390e", "created_at": "2018-09-04T10:22:45Z", "project_id": "da1aa3dc9e564d3d922e61c0121a390e", "id": "0a310294-28cb-46e7-ab05-42129ac27199"}, {"remote_group_id": "7cbea362-0793-4d2f-877a-28c9a768aa36", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T11:01:31Z", "security_group_id": "7cbea362-0793-4d2f-877a-28c9a768aa36", "port_range_min": null, "revision_number": 0, "tenant_id": "e8b2daffe9fd4140890aa7b5c11b6bf1", "created_at": "2018-09-04T11:01:31Z", "project_id": "e8b2daffe9fd4140890aa7b5c11b6bf1", "id": "0d6f7c9c-cf09-4a67-b4e2-617055a1a145"}, {"remote_group_id": "7cbea362-0793-4d2f-877a-28c9a768aa36", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T11:01:31Z", "security_group_id": "7cbea362-0793-4d2f-877a-28c9a768aa36", "port_range_min": null, "revision_number": 0, "tenant_id": "e8b2daffe9fd4140890aa7b5c11b6bf1", "created_at": "2018-09-04T11:01:31Z", "project_id": "e8b2daffe9fd4140890aa7b5c11b6bf1", "id": "110b5e60-648e-4946-8cc2-56cf745b8284"}, {"remote_group_id": "ca40cc0b-e078-4535-b626-86e0c6339018", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T11:27:45Z", "security_group_id": "ca40cc0b-e078-4535-b626-86e0c6339018", "port_range_min": null, "revision_number": 0, "tenant_id": "ab8db2ecda7a4da79b1f0eed2104619d", "created_at": "2018-09-04T11:27:45Z", "project_id": "ab8db2ecda7a4da79b1f0eed2104619d", "id": "14b66247-ea83-40bd-9cf7-391b44cd8c60"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T12:16:14Z", "security_group_id": "e81419cf-b95e-4732-aaad-e3432b8b2cbb", "port_range_min": null, "revision_number": 0, "tenant_id": "b4dbfc1d0e34496f8fb7c7cd1f5608e5", "created_at": "2018-09-04T12:16:14Z", "project_id": "b4dbfc1d0e34496f8fb7c7cd1f5608e5", "id": "1b62a402-1c3a-4aa7-8049-b9198a3eb965"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T10:38:54Z", "security_group_id": "28b5af70-f489-4ee2-ace7-033a2638f61f", "port_range_min": null, "revision_number": 0, "tenant_id": "dd849fe9e11c435393e8fa6b997c6f1a", "created_at": "2018-09-04T10:38:54Z", "project_id": "dd849fe9e11c435393e8fa6b997c6f1a", "id": "1dfce8bf-6ac4-4572-9a10-3cf8047abe38"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T11:32:37Z", "security_group_id": "192a971a-2f30-4b8c-ada2-250ad4610488", "port_range_min": null, "revision_number": 0, "tenant_id": "5efe9645576d420f836c625864cab315", "created_at": "2018-09-04T11:32:37Z", "project_id": "5efe9645576d420f836c625864cab315", "id": "286e6a3a-dcb9-42e9-ad77-e4f716b2c63a"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T10:24:20Z", "security_group_id": "c1c896f2-3aa4-47ce-9d8a-695c2f3fb7a4", "port_range_min": null, "revision_number": 0, "tenant_id": "", "created_at": "2018-09-04T10:24:20Z", "project_id": "", "id": "2ea596f0-86ac-463c-b411-9ff94832a4d2"}, {"remote_group_id": "726a4fa4-547d-495f-8506-2692d1793ed7", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T10:36:01Z", "security_group_id": "726a4fa4-547d-495f-8506-2692d1793ed7", "port_range_min": null, "revision_number": 0, "tenant_id": "63ce1c38db314aae844c45218d595c6c", "created_at": "2018-09-04T10:36:01Z", "project_id": "63ce1c38db314aae844c45218d595c6c", "id": "3cc084b5-d5b8-441b-87e5-b96f6548adf0"}, {"remote_group_id": "a0350fb5-7963-482b-9b06-fea838951872", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T10:22:45Z", "security_group_id": "a0350fb5-7963-482b-9b06-fea838951872", "port_range_min": null, "revision_number": 0, "tenant_id": "da1aa3dc9e564d3d922e61c0121a390e", "created_at": "2018-09-04T10:22:45Z", "project_id": "da1aa3dc9e564d3d922e61c0121a390e", "id": "3e9c32e8-8527-472a-956b-e0426fc61806"}, {"remote_group_id": "ca40cc0b-e078-4535-b626-86e0c6339018", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T11:27:45Z", "security_group_id": "ca40cc0b-e078-4535-b626-86e0c6339018", "port_range_min": null, "revision_number": 0, "tenant_id": "ab8db2ecda7a4da79b1f0eed2104619d", "created_at": "2018-09-04T11:27:45Z", "project_id": "ab8db2ecda7a4da79b1f0eed2104619d", "id": "427d984e-c10f-4435-8c54-6e7abd4dfb04"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T11:01:31Z", "security_group_id": "7cbea362-0793-4d2f-877a-28c9a768aa36", "port_range_min": null, "revision_number": 0, "tenant_id": "e8b2daffe9fd4140890aa7b5c11b6bf1", "created_at": "2018-09-04T11:01:31Z", "project_id": "e8b2daffe9fd4140890aa7b5c11b6bf1", "id": "4608dd30-b5b8-43b8-8da6-93ca9876e218"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T10:10:44Z", "security_group_id": "4eb60975-feab-4b85-9171-1c970d3680f7", "port_range_min": null, "revision_number": 0, "tenant_id": "18025ed81c804927a1f0e0e0ba20836f", "created_at": "2018-09-04T10:10:44Z", "project_id": "18025ed81c804927a1f0e0e0ba20836f", "id": "4987cdc7-3c69-4296-b962-dfcdfe2af09e"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T11:33:20Z", "security_group_id": "fa4f989a-20d2-4218-a4cf-f17539ef1b27", "port_range_min": null, "revision_number": 0, "tenant_id": "f2bd6f97bf95498993c0c8d4f6900483", "created_at": "2018-09-04T11:33:20Z", "project_id": "f2bd6f97bf95498993c0c8d4f6900483", "id": "4c75c440-963b-417c-bedf-82086417e68c"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T12:22:58Z", "security_group_id": "aee4e203-f920-46bb-ac91-6898d944e253", "port_range_min": null, "revision_number": 0, "tenant_id": "1e2f68a072b64978bd7ea91c2d64aca6", "created_at": "2018-09-04T12:22:58Z", "project_id": "1e2f68a072b64978bd7ea91c2d64aca6", "id": "4dec3f1a-54e2-4cd3-ba28-c5bf40300f5c"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T10:36:52Z", "security_group_id": "48bfa0ac-51ab-4c50-8f57-88ab4e0f17e1", "port_range_min": null, "revision_number": 0, "tenant_id": "4ad41bc126174d318b5e7a8516fcf4af", "created_at": "2018-09-04T10:36:52Z", "project_id": "4ad41bc126174d318b5e7a8516fcf4af", "id": "519e417e-8aaa-4012-ade2-01ed5d67c268"}, {"remote_group_id": "28b5af70-f489-4ee2-ace7-033a2638f61f", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T10:38:54Z", "security_group_id": "28b5af70-f489-4ee2-ace7-033a2638f61f", "port_range_min": null, "revision_number": 0, "tenant_id": "dd849fe9e11c435393e8fa6b997c6f1a", "created_at": "2018-09-04T10:38:54Z", "project_id": "dd849fe9e11c435393e8fa6b997c6f1a", "id": "52762ccc-58e2-4528-b0fa-460556eae58e"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T10:22:45Z", "security_group_id": "a0350fb5-7963-482b-9b06-fea838951872", "port_range_min": null, "revision_number": 0, "tenant_id": "da1aa3dc9e564d3d922e61c0121a390e", "created_at": "2018-09-04T10:22:45Z", "project_id": "da1aa3dc9e564d3d922e61c0121a390e", "id": "5d2caf42-b02e-4256-9265-4a0c49451d50"}, {"remote_group_id": "4eb60975-feab-4b85-9171-1c970d3680f7", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T10:10:44Z", "security_group_id": "4eb60975-feab-4b85-9171-1c970d3680f7", "port_range_min": null, "revision_number": 0, "tenant_id": "18025ed81c804927a1f0e0e0ba20836f", "created_at": "2018-09-04T10:10:44Z", "project_id": "18025ed81c804927a1f0e0e0ba20836f", "id": "6278c51b-2852-4d07-abf1-4545e40daadb"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T11:27:45Z", "security_group_id": "ca40cc0b-e078-4535-b626-86e0c6339018", "port_range_min": null, "revision_number": 0, "tenant_id": "ab8db2ecda7a4da79b1f0eed2104619d", "created_at": "2018-09-04T11:27:45Z", "project_id": "ab8db2ecda7a4da79b1f0eed2104619d", "id": "644bef6e-a7b1-4cc2-af4e-4cd069ef634e"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T12:17:41Z", "security_group_id": "f9b8b6c9-4e98-454a-9292-c29271bcae95", "port_range_min": null, "revision_number": 0, "tenant_id": "c4b3a0f041ae4ca4803a4af225513ba4", "created_at": "2018-09-04T12:17:41Z", "project_id": "c4b3a0f041ae4ca4803a4af225513ba4", "id": "6824685c-2b3f-4f22-866c-eb59012208ba"}, {"remote_group_id": null, "direction": "ingress", "protocol": "icmp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T12:22:58Z", "security_group_id": "aee4e203-f920-46bb-ac91-6898d944e253", "port_range_min": null, "revision_number": 0, "tenant_id": "1e2f68a072b64978bd7ea91c2d64aca6", "created_at": "2018-09-04T12:22:58Z", "project_id": "1e2f68a072b64978bd7ea91c2d64aca6", "id": "6843e041-8fe8-4e66-8acb-d325fa1f98c1"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T11:32:48Z", "security_group_id": "65ec5024-dcc3-4217-b8f2-108a9317d297", "port_range_min": null, "revision_number": 0, "tenant_id": "1e2f68a072b64978bd7ea91c2d64aca6", "created_at": "2018-09-04T11:32:48Z", "project_id": "1e2f68a072b64978bd7ea91c2d64aca6", "id": "6883b42d-5963-4725-8ab3-74f524dadded"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T10:40:09Z", "security_group_id": "11e5a0db-4cc0-49c0-8f70-0d3b80d1fcf3", "port_range_min": null, "revision_number": 0, "tenant_id": "14e46315a5e14e95a6bd31ddd3090094", "created_at": "2018-09-04T10:40:09Z", "project_id": "14e46315a5e14e95a6bd31ddd3090094", "id": "6908c152-7d26-43c3-9724-69b9e26fbd52"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T10:40:09Z", "security_group_id": "11e5a0db-4cc0-49c0-8f70-0d3b80d1fcf3", "port_range_min": null, "revision_number": 0, "tenant_id": "14e46315a5e14e95a6bd31ddd3090094", "created_at": "2018-09-04T10:40:09Z", "project_id": "14e46315a5e14e95a6bd31ddd3090094", "id": "72e1f6f9-6732-4dc2-8abd-454d44204be2"}, {"remote_group_id": "28b5af70-f489-4ee2-ace7-033a2638f61f", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T10:38:54Z", "security_group_id": "28b5af70-f489-4ee2-ace7-033a2638f61f", "port_range_min": null, "revision_number": 0, "tenant_id": "dd849fe9e11c435393e8fa6b997c6f1a", "created_at": "2018-09-04T10:38:54Z", "project_id": "dd849fe9e11c435393e8fa6b997c6f1a", "id": "739d52c4-a9f2-4027-aca7-2082fee6f6f0"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T10:36:52Z", "security_group_id": "48bfa0ac-51ab-4c50-8f57-88ab4e0f17e1", "port_range_min": null, "revision_number": 0, "tenant_id": "4ad41bc126174d318b5e7a8516fcf4af", "created_at": "2018-09-04T10:36:52Z", "project_id": "4ad41bc126174d318b5e7a8516fcf4af", "id": "7440170e-04e2-412b-b3af-3ba203e43ec0"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T12:22:58Z", "security_group_id": "aee4e203-f920-46bb-ac91-6898d944e253", "port_range_min": null, "revision_number": 0, "tenant_id": "1e2f68a072b64978bd7ea91c2d64aca6", "created_at": "2018-09-04T12:22:58Z", "project_id": "1e2f68a072b64978bd7ea91c2d64aca6", "id": "83ced0ab-b5b1-4a6b-915f-ceed01ac608d"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T11:27:45Z", "security_group_id": "ca40cc0b-e078-4535-b626-86e0c6339018", "port_range_min": null, "revision_number": 0, "tenant_id": "ab8db2ecda7a4da79b1f0eed2104619d", "created_at": "2018-09-04T11:27:45Z", "project_id": "ab8db2ecda7a4da79b1f0eed2104619d", "id": "84c32cbd-0db7-41ca-9e15-9ea28ade36f9"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T12:17:41Z", "security_group_id": "f9b8b6c9-4e98-454a-9292-c29271bcae95", "port_range_min": null, "revision_number": 0, "tenant_id": "c4b3a0f041ae4ca4803a4af225513ba4", "created_at": "2018-09-04T12:17:41Z", "project_id": "c4b3a0f041ae4ca4803a4af225513ba4", "id": "87cee46a-3604-4dd1-adc1-d97d3419ae0c"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T10:36:01Z", "security_group_id": "726a4fa4-547d-495f-8506-2692d1793ed7", "port_range_min": null, "revision_number": 0, "tenant_id": "63ce1c38db314aae844c45218d595c6c", "created_at": "2018-09-04T10:36:01Z", "project_id": "63ce1c38db314aae844c45218d595c6c", "id": "886448b7-2e0a-4f88-9e2c-57aaa06a9e95"}, {"remote_group_id": "192a971a-2f30-4b8c-ada2-250ad4610488", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T11:32:37Z", "security_group_id": "192a971a-2f30-4b8c-ada2-250ad4610488", "port_range_min": null, "revision_number": 0, "tenant_id": "5efe9645576d420f836c625864cab315", "created_at": "2018-09-04T11:32:37Z", "project_id": "5efe9645576d420f836c625864cab315", "id": "8c17cb0b-10d0-498a-a484-63ec46a70838"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T10:24:20Z", "security_group_id": "c1c896f2-3aa4-47ce-9d8a-695c2f3fb7a4", "port_range_min": null, "revision_number": 0, "tenant_id": "", "created_at": "2018-09-04T10:24:20Z", "project_id": "", "id": "95325a12-195c-43ac-a360-a2e3e0e66934"}, {"remote_group_id": "fa4f989a-20d2-4218-a4cf-f17539ef1b27", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T11:33:20Z", "security_group_id": "fa4f989a-20d2-4218-a4cf-f17539ef1b27", "port_range_min": null, "revision_number": 0, "tenant_id": "f2bd6f97bf95498993c0c8d4f6900483", "created_at": "2018-09-04T11:33:20Z", "project_id": "f2bd6f97bf95498993c0c8d4f6900483", "id": "9635b56a-1370-4f88-9df0-f0954055f960"}, {"remote_group_id": "192a971a-2f30-4b8c-ada2-250ad4610488", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T11:32:37Z", "security_group_id": "192a971a-2f30-4b8c-ada2-250ad4610488", "port_range_min": null, "revision_number": 0, "tenant_id": "5efe9645576d420f836c625864cab315", "created_at": "2018-09-04T11:32:37Z", "project_id": "5efe9645576d420f836c625864cab315", "id": "9c400401-2250-4fc8-a780-dba2a73d410b"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T10:36:01Z", "security_group_id": "726a4fa4-547d-495f-8506-2692d1793ed7", "port_range_min": null, "revision_number": 0, "tenant_id": "63ce1c38db314aae844c45218d595c6c", "created_at": "2018-09-04T10:36:01Z", "project_id": "63ce1c38db314aae844c45218d595c6c", "id": "a0477c48-e14e-4b9b-af17-a26d3304a1d9"}, {"remote_group_id": null, "direction": "ingress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 22, "updated_at": "2018-09-04T12:22:58Z", "security_group_id": "aee4e203-f920-46bb-ac91-6898d944e253", "port_range_min": 22, "revision_number": 0, "tenant_id": "1e2f68a072b64978bd7ea91c2d64aca6", "created_at": "2018-09-04T12:22:58Z", "project_id": "1e2f68a072b64978bd7ea91c2d64aca6", "id": "a537f243-1e42-435d-9bbd-5763e7fba9b5"}, {"remote_group_id": "e81419cf-b95e-4732-aaad-e3432b8b2cbb", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T12:16:14Z", "security_group_id": "e81419cf-b95e-4732-aaad-e3432b8b2cbb", "port_range_min": null, "revision_number": 0, "tenant_id": "b4dbfc1d0e34496f8fb7c7cd1f5608e5", "created_at": "2018-09-04T12:16:14Z", "project_id": "b4dbfc1d0e34496f8fb7c7cd1f5608e5", "id": "a8815e70-65ec-4dd7-8b9f-aa8f1609eb4f"}, {"remote_group_id": "c1c896f2-3aa4-47ce-9d8a-695c2f3fb7a4", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T10:24:20Z", "security_group_id": "c1c896f2-3aa4-47ce-9d8a-695c2f3fb7a4", "port_range_min": null, "revision_number": 0, "tenant_id": "", "created_at": "2018-09-04T10:24:20Z", "project_id": "", "id": "aa58bb28-c625-4096-800e-8a443d41f02a"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T11:01:31Z", "security_group_id": "7cbea362-0793-4d2f-877a-28c9a768aa36", "port_range_min": null, "revision_number": 0, "tenant_id": "e8b2daffe9fd4140890aa7b5c11b6bf1", "created_at": "2018-09-04T11:01:31Z", "project_id": "e8b2daffe9fd4140890aa7b5c11b6bf1", "id": "b59707f1-2706-455a-8d39-eaea3265a9b8"}, {"remote_group_id": "48bfa0ac-51ab-4c50-8f57-88ab4e0f17e1", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T10:36:52Z", "security_group_id": "48bfa0ac-51ab-4c50-8f57-88ab4e0f17e1", "port_range_min": null, "revision_number": 0, "tenant_id": "4ad41bc126174d318b5e7a8516fcf4af", "created_at": "2018-09-04T10:36:52Z", "project_id": "4ad41bc126174d318b5e7a8516fcf4af", "id": "b5b6d93e-a8d1-4a65-92be-995bd9ce8f00"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T10:38:54Z", "security_group_id": "28b5af70-f489-4ee2-ace7-033a2638f61f", "port_range_min": null, "revision_number": 0, "tenant_id": "dd849fe9e11c435393e8fa6b997c6f1a", "created_at": "2018-09-04T10:38:54Z", "project_id": "dd849fe9e11c435393e8fa6b997c6f1a", "id": "ba2b9932-d9ab-4b40-a7e5-6773147a93a7"}, {"remote_group_id": "11e5a0db-4cc0-49c0-8f70-0d3b80d1fcf3", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T10:40:09Z", "security_group_id": "11e5a0db-4cc0-49c0-8f70-0d3b80d1fcf3", "port_range_min": null, "revision_number": 0, "tenant_id": "14e46315a5e14e95a6bd31ddd3090094", "created_at": "2018-09-04T10:40:09Z", "project_id": "14e46315a5e14e95a6bd31ddd3090094", "id": "bfc26f71-b897-431e-a36e-ea1e8e983c87"}, {"remote_group_id": "c1c896f2-3aa4-47ce-9d8a-695c2f3fb7a4", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T10:24:20Z", "security_group_id": "c1c896f2-3aa4-47ce-9d8a-695c2f3fb7a4", "port_range_min": null, "revision_number": 0, "tenant_id": "", "created_at": "2018-09-04T10:24:20Z", "project_id": "", "id": "c66f070f-ca83-4ef4-bb72-07224113f248"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T11:33:20Z", "security_group_id": "fa4f989a-20d2-4218-a4cf-f17539ef1b27", "port_range_min": null, "revision_number": 0, "tenant_id": "f2bd6f97bf95498993c0c8d4f6900483", "created_at": "2018-09-04T11:33:20Z", "project_id": "f2bd6f97bf95498993c0c8d4f6900483", "id": "c7c730c6-ae66-4505-873b-c6dca4c55d95"}, {"remote_group_id": "65ec5024-dcc3-4217-b8f2-108a9317d297", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T11:32:48Z", "security_group_id": "65ec5024-dcc3-4217-b8f2-108a9317d297", "port_range_min": null, "revision_number": 0, "tenant_id": "1e2f68a072b64978bd7ea91c2d64aca6", "created_at": "2018-09-04T11:32:48Z", "project_id": "1e2f68a072b64978bd7ea91c2d64aca6", "id": "c897b842-d54c-452b-8b98-fef214182ff7"}, {"remote_group_id": "11e5a0db-4cc0-49c0-8f70-0d3b80d1fcf3", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T10:40:09Z", "security_group_id": "11e5a0db-4cc0-49c0-8f70-0d3b80d1fcf3", "port_range_min": null, "revision_number": 0, "tenant_id": "14e46315a5e14e95a6bd31ddd3090094", "created_at": "2018-09-04T10:40:09Z", "project_id": "14e46315a5e14e95a6bd31ddd3090094", "id": "c9d53d5b-6c82-4199-b405-f8e7101cc589"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T12:16:14Z", "security_group_id": "e81419cf-b95e-4732-aaad-e3432b8b2cbb", "port_range_min": null, "revision_number": 0, "tenant_id": "b4dbfc1d0e34496f8fb7c7cd1f5608e5", "created_at": "2018-09-04T12:16:14Z", "project_id": "b4dbfc1d0e34496f8fb7c7cd1f5608e5", "id": "d083d625-e30d-4471-aa42-f7f3fc8c328d"}, {"remote_group_id": "4eb60975-feab-4b85-9171-1c970d3680f7", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T10:10:44Z", "security_group_id": "4eb60975-feab-4b85-9171-1c970d3680f7", "port_range_min": null, "revision_number": 0, "tenant_id": "18025ed81c804927a1f0e0e0ba20836f", "created_at": "2018-09-04T10:10:44Z", "project_id": "18025ed81c804927a1f0e0e0ba20836f", "id": "dd2062ca-238a-4ae8-8397-ca60210bbde5"}, {"remote_group_id": "fa4f989a-20d2-4218-a4cf-f17539ef1b27", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T11:33:20Z", "security_group_id": "fa4f989a-20d2-4218-a4cf-f17539ef1b27", "port_range_min": null, "revision_number": 0, "tenant_id": "f2bd6f97bf95498993c0c8d4f6900483", "created_at": "2018-09-04T11:33:20Z", "project_id": "f2bd6f97bf95498993c0c8d4f6900483", "id": "df1fc864-f960-4a86-bd3d-950eac909690"}, {"remote_group_id": "f9b8b6c9-4e98-454a-9292-c29271bcae95", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T12:17:41Z", "security_group_id": "f9b8b6c9-4e98-454a-9292-c29271bcae95", "port_range_min": null, "revision_number": 0, "tenant_id": "c4b3a0f041ae4ca4803a4af225513ba4", "created_at": "2018-09-04T12:17:41Z", "project_id": "c4b3a0f041ae4ca4803a4af225513ba4", "id": "e00cf838-51d7-462e-906c-37f4fb4d7181"}, {"remote_group_id": "f9b8b6c9-4e98-454a-9292-c29271bcae95", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T12:17:41Z", "security_group_id": "f9b8b6c9-4e98-454a-9292-c29271bcae95", "port_range_min": null, "revision_number": 0, "tenant_id": "c4b3a0f041ae4ca4803a4af225513ba4", "created_at": "2018-09-04T12:17:41Z", "project_id": "c4b3a0f041ae4ca4803a4af225513ba4", "id": "e024fd11-5aeb-4982-ae2b-589b9dd401b4"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T10:22:45Z", "security_group_id": "a0350fb5-7963-482b-9b06-fea838951872", "port_range_min": null, "revision_number": 0, "tenant_id": "da1aa3dc9e564d3d922e61c0121a390e", "created_at": "2018-09-04T10:22:45Z", "project_id": "da1aa3dc9e564d3d922e61c0121a390e", "id": "e17daf2d-5508-45e7-9ba3-14bcd176789e"}, {"remote_group_id": "65ec5024-dcc3-4217-b8f2-108a9317d297", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T11:32:48Z", "security_group_id": "65ec5024-dcc3-4217-b8f2-108a9317d297", "port_range_min": null, "revision_number": 0, "tenant_id": "1e2f68a072b64978bd7ea91c2d64aca6", "created_at": "2018-09-04T11:32:48Z", "project_id": "1e2f68a072b64978bd7ea91c2d64aca6", "id": "e8f14af0-f0a2-442a-a2f6-f9426816d3a7"}, {"remote_group_id": null, "direction": "egress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 22, "updated_at": "2018-09-04T12:22:59Z", "security_group_id": "aee4e203-f920-46bb-ac91-6898d944e253", "port_range_min": 22, "revision_number": 0, "tenant_id": "1e2f68a072b64978bd7ea91c2d64aca6", "created_at": "2018-09-04T12:22:59Z", "project_id": "1e2f68a072b64978bd7ea91c2d64aca6", "id": "ea486981-bdcb-407e-afae-54091ff51e8d"}, {"remote_group_id": "726a4fa4-547d-495f-8506-2692d1793ed7", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T10:36:01Z", "security_group_id": "726a4fa4-547d-495f-8506-2692d1793ed7", "port_range_min": null, "revision_number": 0, "tenant_id": "63ce1c38db314aae844c45218d595c6c", "created_at": "2018-09-04T10:36:01Z", "project_id": "63ce1c38db314aae844c45218d595c6c", "id": "f1d26eba-07e3-4a87-a74e-10f7d2d051a4"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T10:10:44Z", "security_group_id": "4eb60975-feab-4b85-9171-1c970d3680f7", "port_range_min": null, "revision_number": 0, "tenant_id": "18025ed81c804927a1f0e0e0ba20836f", "created_at": "2018-09-04T10:10:44Z", "project_id": "18025ed81c804927a1f0e0e0ba20836f", "id": "f5388a44-6a0f-4e22-bd76-f4873903daf0"}, {"remote_group_id": "e81419cf-b95e-4732-aaad-e3432b8b2cbb", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T12:16:14Z", "security_group_id": "e81419cf-b95e-4732-aaad-e3432b8b2cbb", "port_range_min": null, "revision_number": 0, "tenant_id": "b4dbfc1d0e34496f8fb7c7cd1f5608e5", "created_at": "2018-09-04T12:16:14Z", "project_id": "b4dbfc1d0e34496f8fb7c7cd1f5608e5", "id": "f6d9401b-38df-4edd-8f40-69a1466cf9bf"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T11:32:37Z", "security_group_id": "192a971a-2f30-4b8c-ada2-250ad4610488", "port_range_min": null, "revision_number": 0, "tenant_id": "5efe9645576d420f836c625864cab315", "created_at": "2018-09-04T11:32:37Z", "project_id": "5efe9645576d420f836c625864cab315", "id": "f72c6a04-9fd4-4b0e-b79b-679d59ca2789"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T11:32:48Z", "security_group_id": "65ec5024-dcc3-4217-b8f2-108a9317d297", "port_range_min": null, "revision_number": 0, "tenant_id": "1e2f68a072b64978bd7ea91c2d64aca6", "created_at": "2018-09-04T11:32:48Z", "project_id": "1e2f68a072b64978bd7ea91c2d64aca6", "id": "fa2a69b0-056f-4e69-9b7e-515411ee93e4"}]} 2018-09-04 12:22:59,209 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules used request id req-fea6c08c-2192-44b3-a8a9-5c6966ab4dee 2018-09-04 12:22:59,212 - sdnvpn_test_utils - INFO - This rule exists for security group: aee4e203-f920-46bb-ac91-6898d944e253 2018-09-04 12:22:59,217 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9696/v2.0/security-group-rules -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}37984b4d61b280d800e257242ae67f36674f1d6a" 2018-09-04 12:22:59,406 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 30510 X-Openstack-Request-Id: req-f251545c-e4e7-4353-81b7-e6c63013d687 Date: Tue, 04 Sep 2018 12:22:59 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": "48bfa0ac-51ab-4c50-8f57-88ab4e0f17e1", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T10:36:52Z", "security_group_id": "48bfa0ac-51ab-4c50-8f57-88ab4e0f17e1", "port_range_min": null, "revision_number": 0, "tenant_id": "4ad41bc126174d318b5e7a8516fcf4af", "created_at": "2018-09-04T10:36:52Z", "project_id": "4ad41bc126174d318b5e7a8516fcf4af", "id": "072e055d-09a1-408a-9aa5-bbbb4ba26972"}, {"remote_group_id": "a0350fb5-7963-482b-9b06-fea838951872", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T10:22:45Z", "security_group_id": "a0350fb5-7963-482b-9b06-fea838951872", "port_range_min": null, "revision_number": 0, "tenant_id": "da1aa3dc9e564d3d922e61c0121a390e", "created_at": "2018-09-04T10:22:45Z", "project_id": "da1aa3dc9e564d3d922e61c0121a390e", "id": "0a310294-28cb-46e7-ab05-42129ac27199"}, {"remote_group_id": "7cbea362-0793-4d2f-877a-28c9a768aa36", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T11:01:31Z", "security_group_id": "7cbea362-0793-4d2f-877a-28c9a768aa36", "port_range_min": null, "revision_number": 0, "tenant_id": "e8b2daffe9fd4140890aa7b5c11b6bf1", "created_at": "2018-09-04T11:01:31Z", "project_id": "e8b2daffe9fd4140890aa7b5c11b6bf1", "id": "0d6f7c9c-cf09-4a67-b4e2-617055a1a145"}, {"remote_group_id": "7cbea362-0793-4d2f-877a-28c9a768aa36", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T11:01:31Z", "security_group_id": "7cbea362-0793-4d2f-877a-28c9a768aa36", "port_range_min": null, "revision_number": 0, "tenant_id": "e8b2daffe9fd4140890aa7b5c11b6bf1", "created_at": "2018-09-04T11:01:31Z", "project_id": "e8b2daffe9fd4140890aa7b5c11b6bf1", "id": "110b5e60-648e-4946-8cc2-56cf745b8284"}, {"remote_group_id": "ca40cc0b-e078-4535-b626-86e0c6339018", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T11:27:45Z", "security_group_id": "ca40cc0b-e078-4535-b626-86e0c6339018", "port_range_min": null, "revision_number": 0, "tenant_id": "ab8db2ecda7a4da79b1f0eed2104619d", "created_at": "2018-09-04T11:27:45Z", "project_id": "ab8db2ecda7a4da79b1f0eed2104619d", "id": "14b66247-ea83-40bd-9cf7-391b44cd8c60"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T12:16:14Z", "security_group_id": "e81419cf-b95e-4732-aaad-e3432b8b2cbb", "port_range_min": null, "revision_number": 0, "tenant_id": "b4dbfc1d0e34496f8fb7c7cd1f5608e5", "created_at": "2018-09-04T12:16:14Z", "project_id": "b4dbfc1d0e34496f8fb7c7cd1f5608e5", "id": "1b62a402-1c3a-4aa7-8049-b9198a3eb965"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T10:38:54Z", "security_group_id": "28b5af70-f489-4ee2-ace7-033a2638f61f", "port_range_min": null, "revision_number": 0, "tenant_id": "dd849fe9e11c435393e8fa6b997c6f1a", "created_at": "2018-09-04T10:38:54Z", "project_id": "dd849fe9e11c435393e8fa6b997c6f1a", "id": "1dfce8bf-6ac4-4572-9a10-3cf8047abe38"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T11:32:37Z", "security_group_id": "192a971a-2f30-4b8c-ada2-250ad4610488", "port_range_min": null, "revision_number": 0, "tenant_id": "5efe9645576d420f836c625864cab315", "created_at": "2018-09-04T11:32:37Z", "project_id": "5efe9645576d420f836c625864cab315", "id": "286e6a3a-dcb9-42e9-ad77-e4f716b2c63a"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T10:24:20Z", "security_group_id": "c1c896f2-3aa4-47ce-9d8a-695c2f3fb7a4", "port_range_min": null, "revision_number": 0, "tenant_id": "", "created_at": "2018-09-04T10:24:20Z", "project_id": "", "id": "2ea596f0-86ac-463c-b411-9ff94832a4d2"}, {"remote_group_id": "726a4fa4-547d-495f-8506-2692d1793ed7", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T10:36:01Z", "security_group_id": "726a4fa4-547d-495f-8506-2692d1793ed7", "port_range_min": null, "revision_number": 0, "tenant_id": "63ce1c38db314aae844c45218d595c6c", "created_at": "2018-09-04T10:36:01Z", "project_id": "63ce1c38db314aae844c45218d595c6c", "id": "3cc084b5-d5b8-441b-87e5-b96f6548adf0"}, {"remote_group_id": "a0350fb5-7963-482b-9b06-fea838951872", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T10:22:45Z", "security_group_id": "a0350fb5-7963-482b-9b06-fea838951872", "port_range_min": null, "revision_number": 0, "tenant_id": "da1aa3dc9e564d3d922e61c0121a390e", "created_at": "2018-09-04T10:22:45Z", "project_id": "da1aa3dc9e564d3d922e61c0121a390e", "id": "3e9c32e8-8527-472a-956b-e0426fc61806"}, {"remote_group_id": "ca40cc0b-e078-4535-b626-86e0c6339018", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T11:27:45Z", "security_group_id": "ca40cc0b-e078-4535-b626-86e0c6339018", "port_range_min": null, "revision_number": 0, "tenant_id": "ab8db2ecda7a4da79b1f0eed2104619d", "created_at": "2018-09-04T11:27:45Z", "project_id": "ab8db2ecda7a4da79b1f0eed2104619d", "id": "427d984e-c10f-4435-8c54-6e7abd4dfb04"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T11:01:31Z", "security_group_id": "7cbea362-0793-4d2f-877a-28c9a768aa36", "port_range_min": null, "revision_number": 0, "tenant_id": "e8b2daffe9fd4140890aa7b5c11b6bf1", "created_at": "2018-09-04T11:01:31Z", "project_id": "e8b2daffe9fd4140890aa7b5c11b6bf1", "id": "4608dd30-b5b8-43b8-8da6-93ca9876e218"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T10:10:44Z", "security_group_id": "4eb60975-feab-4b85-9171-1c970d3680f7", "port_range_min": null, "revision_number": 0, "tenant_id": "18025ed81c804927a1f0e0e0ba20836f", "created_at": "2018-09-04T10:10:44Z", "project_id": "18025ed81c804927a1f0e0e0ba20836f", "id": "4987cdc7-3c69-4296-b962-dfcdfe2af09e"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T11:33:20Z", "security_group_id": "fa4f989a-20d2-4218-a4cf-f17539ef1b27", "port_range_min": null, "revision_number": 0, "tenant_id": "f2bd6f97bf95498993c0c8d4f6900483", "created_at": "2018-09-04T11:33:20Z", "project_id": "f2bd6f97bf95498993c0c8d4f6900483", "id": "4c75c440-963b-417c-bedf-82086417e68c"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T12:22:58Z", "security_group_id": "aee4e203-f920-46bb-ac91-6898d944e253", "port_range_min": null, "revision_number": 0, "tenant_id": "1e2f68a072b64978bd7ea91c2d64aca6", "created_at": "2018-09-04T12:22:58Z", "project_id": "1e2f68a072b64978bd7ea91c2d64aca6", "id": "4dec3f1a-54e2-4cd3-ba28-c5bf40300f5c"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T10:36:52Z", "security_group_id": "48bfa0ac-51ab-4c50-8f57-88ab4e0f17e1", "port_range_min": null, "revision_number": 0, "tenant_id": "4ad41bc126174d318b5e7a8516fcf4af", "created_at": "2018-09-04T10:36:52Z", "project_id": "4ad41bc126174d318b5e7a8516fcf4af", "id": "519e417e-8aaa-4012-ade2-01ed5d67c268"}, {"remote_group_id": "28b5af70-f489-4ee2-ace7-033a2638f61f", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T10:38:54Z", "security_group_id": "28b5af70-f489-4ee2-ace7-033a2638f61f", "port_range_min": null, "revision_number": 0, "tenant_id": "dd849fe9e11c435393e8fa6b997c6f1a", "created_at": "2018-09-04T10:38:54Z", "project_id": "dd849fe9e11c435393e8fa6b997c6f1a", "id": "52762ccc-58e2-4528-b0fa-460556eae58e"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T10:22:45Z", "security_group_id": "a0350fb5-7963-482b-9b06-fea838951872", "port_range_min": null, "revision_number": 0, "tenant_id": "da1aa3dc9e564d3d922e61c0121a390e", "created_at": "2018-09-04T10:22:45Z", "project_id": "da1aa3dc9e564d3d922e61c0121a390e", "id": "5d2caf42-b02e-4256-9265-4a0c49451d50"}, {"remote_group_id": "4eb60975-feab-4b85-9171-1c970d3680f7", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T10:10:44Z", "security_group_id": "4eb60975-feab-4b85-9171-1c970d3680f7", "port_range_min": null, "revision_number": 0, "tenant_id": "18025ed81c804927a1f0e0e0ba20836f", "created_at": "2018-09-04T10:10:44Z", "project_id": "18025ed81c804927a1f0e0e0ba20836f", "id": "6278c51b-2852-4d07-abf1-4545e40daadb"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T11:27:45Z", "security_group_id": "ca40cc0b-e078-4535-b626-86e0c6339018", "port_range_min": null, "revision_number": 0, "tenant_id": "ab8db2ecda7a4da79b1f0eed2104619d", "created_at": "2018-09-04T11:27:45Z", "project_id": "ab8db2ecda7a4da79b1f0eed2104619d", "id": "644bef6e-a7b1-4cc2-af4e-4cd069ef634e"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T12:17:41Z", "security_group_id": "f9b8b6c9-4e98-454a-9292-c29271bcae95", "port_range_min": null, "revision_number": 0, "tenant_id": "c4b3a0f041ae4ca4803a4af225513ba4", "created_at": "2018-09-04T12:17:41Z", "project_id": "c4b3a0f041ae4ca4803a4af225513ba4", "id": "6824685c-2b3f-4f22-866c-eb59012208ba"}, {"remote_group_id": null, "direction": "ingress", "protocol": "icmp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T12:22:58Z", "security_group_id": "aee4e203-f920-46bb-ac91-6898d944e253", "port_range_min": null, "revision_number": 0, "tenant_id": "1e2f68a072b64978bd7ea91c2d64aca6", "created_at": "2018-09-04T12:22:58Z", "project_id": "1e2f68a072b64978bd7ea91c2d64aca6", "id": "6843e041-8fe8-4e66-8acb-d325fa1f98c1"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T11:32:48Z", "security_group_id": "65ec5024-dcc3-4217-b8f2-108a9317d297", "port_range_min": null, "revision_number": 0, "tenant_id": "1e2f68a072b64978bd7ea91c2d64aca6", "created_at": "2018-09-04T11:32:48Z", "project_id": "1e2f68a072b64978bd7ea91c2d64aca6", "id": "6883b42d-5963-4725-8ab3-74f524dadded"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T10:40:09Z", "security_group_id": "11e5a0db-4cc0-49c0-8f70-0d3b80d1fcf3", "port_range_min": null, "revision_number": 0, "tenant_id": "14e46315a5e14e95a6bd31ddd3090094", "created_at": "2018-09-04T10:40:09Z", "project_id": "14e46315a5e14e95a6bd31ddd3090094", "id": "6908c152-7d26-43c3-9724-69b9e26fbd52"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T10:40:09Z", "security_group_id": "11e5a0db-4cc0-49c0-8f70-0d3b80d1fcf3", "port_range_min": null, "revision_number": 0, "tenant_id": "14e46315a5e14e95a6bd31ddd3090094", "created_at": "2018-09-04T10:40:09Z", "project_id": "14e46315a5e14e95a6bd31ddd3090094", "id": "72e1f6f9-6732-4dc2-8abd-454d44204be2"}, {"remote_group_id": "28b5af70-f489-4ee2-ace7-033a2638f61f", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T10:38:54Z", "security_group_id": "28b5af70-f489-4ee2-ace7-033a2638f61f", "port_range_min": null, "revision_number": 0, "tenant_id": "dd849fe9e11c435393e8fa6b997c6f1a", "created_at": "2018-09-04T10:38:54Z", "project_id": "dd849fe9e11c435393e8fa6b997c6f1a", "id": "739d52c4-a9f2-4027-aca7-2082fee6f6f0"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T10:36:52Z", "security_group_id": "48bfa0ac-51ab-4c50-8f57-88ab4e0f17e1", "port_range_min": null, "revision_number": 0, "tenant_id": "4ad41bc126174d318b5e7a8516fcf4af", "created_at": "2018-09-04T10:36:52Z", "project_id": "4ad41bc126174d318b5e7a8516fcf4af", "id": "7440170e-04e2-412b-b3af-3ba203e43ec0"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T12:22:58Z", "security_group_id": "aee4e203-f920-46bb-ac91-6898d944e253", "port_range_min": null, "revision_number": 0, "tenant_id": "1e2f68a072b64978bd7ea91c2d64aca6", "created_at": "2018-09-04T12:22:58Z", "project_id": "1e2f68a072b64978bd7ea91c2d64aca6", "id": "83ced0ab-b5b1-4a6b-915f-ceed01ac608d"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T11:27:45Z", "security_group_id": "ca40cc0b-e078-4535-b626-86e0c6339018", "port_range_min": null, "revision_number": 0, "tenant_id": "ab8db2ecda7a4da79b1f0eed2104619d", "created_at": "2018-09-04T11:27:45Z", "project_id": "ab8db2ecda7a4da79b1f0eed2104619d", "id": "84c32cbd-0db7-41ca-9e15-9ea28ade36f9"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T12:17:41Z", "security_group_id": "f9b8b6c9-4e98-454a-9292-c29271bcae95", "port_range_min": null, "revision_number": 0, "tenant_id": "c4b3a0f041ae4ca4803a4af225513ba4", "created_at": "2018-09-04T12:17:41Z", "project_id": "c4b3a0f041ae4ca4803a4af225513ba4", "id": "87cee46a-3604-4dd1-adc1-d97d3419ae0c"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T10:36:01Z", "security_group_id": "726a4fa4-547d-495f-8506-2692d1793ed7", "port_range_min": null, "revision_number": 0, "tenant_id": "63ce1c38db314aae844c45218d595c6c", "created_at": "2018-09-04T10:36:01Z", "project_id": "63ce1c38db314aae844c45218d595c6c", "id": "886448b7-2e0a-4f88-9e2c-57aaa06a9e95"}, {"remote_group_id": "192a971a-2f30-4b8c-ada2-250ad4610488", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T11:32:37Z", "security_group_id": "192a971a-2f30-4b8c-ada2-250ad4610488", "port_range_min": null, "revision_number": 0, "tenant_id": "5efe9645576d420f836c625864cab315", "created_at": "2018-09-04T11:32:37Z", "project_id": "5efe9645576d420f836c625864cab315", "id": "8c17cb0b-10d0-498a-a484-63ec46a70838"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T10:24:20Z", "security_group_id": "c1c896f2-3aa4-47ce-9d8a-695c2f3fb7a4", "port_range_min": null, "revision_number": 0, "tenant_id": "", "created_at": "2018-09-04T10:24:20Z", "project_id": "", "id": "95325a12-195c-43ac-a360-a2e3e0e66934"}, {"remote_group_id": "fa4f989a-20d2-4218-a4cf-f17539ef1b27", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T11:33:20Z", "security_group_id": "fa4f989a-20d2-4218-a4cf-f17539ef1b27", "port_range_min": null, "revision_number": 0, "tenant_id": "f2bd6f97bf95498993c0c8d4f6900483", "created_at": "2018-09-04T11:33:20Z", "project_id": "f2bd6f97bf95498993c0c8d4f6900483", "id": "9635b56a-1370-4f88-9df0-f0954055f960"}, {"remote_group_id": "192a971a-2f30-4b8c-ada2-250ad4610488", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T11:32:37Z", "security_group_id": "192a971a-2f30-4b8c-ada2-250ad4610488", "port_range_min": null, "revision_number": 0, "tenant_id": "5efe9645576d420f836c625864cab315", "created_at": "2018-09-04T11:32:37Z", "project_id": "5efe9645576d420f836c625864cab315", "id": "9c400401-2250-4fc8-a780-dba2a73d410b"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T10:36:01Z", "security_group_id": "726a4fa4-547d-495f-8506-2692d1793ed7", "port_range_min": null, "revision_number": 0, "tenant_id": "63ce1c38db314aae844c45218d595c6c", "created_at": "2018-09-04T10:36:01Z", "project_id": "63ce1c38db314aae844c45218d595c6c", "id": "a0477c48-e14e-4b9b-af17-a26d3304a1d9"}, {"remote_group_id": null, "direction": "ingress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 22, "updated_at": "2018-09-04T12:22:58Z", "security_group_id": "aee4e203-f920-46bb-ac91-6898d944e253", "port_range_min": 22, "revision_number": 0, "tenant_id": "1e2f68a072b64978bd7ea91c2d64aca6", "created_at": "2018-09-04T12:22:58Z", "project_id": "1e2f68a072b64978bd7ea91c2d64aca6", "id": "a537f243-1e42-435d-9bbd-5763e7fba9b5"}, {"remote_group_id": "e81419cf-b95e-4732-aaad-e3432b8b2cbb", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T12:16:14Z", "security_group_id": "e81419cf-b95e-4732-aaad-e3432b8b2cbb", "port_range_min": null, "revision_number": 0, "tenant_id": "b4dbfc1d0e34496f8fb7c7cd1f5608e5", "created_at": "2018-09-04T12:16:14Z", "project_id": "b4dbfc1d0e34496f8fb7c7cd1f5608e5", "id": "a8815e70-65ec-4dd7-8b9f-aa8f1609eb4f"}, {"remote_group_id": "c1c896f2-3aa4-47ce-9d8a-695c2f3fb7a4", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T10:24:20Z", "security_group_id": "c1c896f2-3aa4-47ce-9d8a-695c2f3fb7a4", "port_range_min": null, "revision_number": 0, "tenant_id": "", "created_at": "2018-09-04T10:24:20Z", "project_id": "", "id": "aa58bb28-c625-4096-800e-8a443d41f02a"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T11:01:31Z", "security_group_id": "7cbea362-0793-4d2f-877a-28c9a768aa36", "port_range_min": null, "revision_number": 0, "tenant_id": "e8b2daffe9fd4140890aa7b5c11b6bf1", "created_at": "2018-09-04T11:01:31Z", "project_id": "e8b2daffe9fd4140890aa7b5c11b6bf1", "id": "b59707f1-2706-455a-8d39-eaea3265a9b8"}, {"remote_group_id": "48bfa0ac-51ab-4c50-8f57-88ab4e0f17e1", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T10:36:52Z", "security_group_id": "48bfa0ac-51ab-4c50-8f57-88ab4e0f17e1", "port_range_min": null, "revision_number": 0, "tenant_id": "4ad41bc126174d318b5e7a8516fcf4af", "created_at": "2018-09-04T10:36:52Z", "project_id": "4ad41bc126174d318b5e7a8516fcf4af", "id": "b5b6d93e-a8d1-4a65-92be-995bd9ce8f00"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T10:38:54Z", "security_group_id": "28b5af70-f489-4ee2-ace7-033a2638f61f", "port_range_min": null, "revision_number": 0, "tenant_id": "dd849fe9e11c435393e8fa6b997c6f1a", "created_at": "2018-09-04T10:38:54Z", "project_id": "dd849fe9e11c435393e8fa6b997c6f1a", "id": "ba2b9932-d9ab-4b40-a7e5-6773147a93a7"}, {"remote_group_id": "11e5a0db-4cc0-49c0-8f70-0d3b80d1fcf3", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T10:40:09Z", "security_group_id": "11e5a0db-4cc0-49c0-8f70-0d3b80d1fcf3", "port_range_min": null, "revision_number": 0, "tenant_id": "14e46315a5e14e95a6bd31ddd3090094", "created_at": "2018-09-04T10:40:09Z", "project_id": "14e46315a5e14e95a6bd31ddd3090094", "id": "bfc26f71-b897-431e-a36e-ea1e8e983c87"}, {"remote_group_id": "c1c896f2-3aa4-47ce-9d8a-695c2f3fb7a4", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T10:24:20Z", "security_group_id": "c1c896f2-3aa4-47ce-9d8a-695c2f3fb7a4", "port_range_min": null, "revision_number": 0, "tenant_id": "", "created_at": "2018-09-04T10:24:20Z", "project_id": "", "id": "c66f070f-ca83-4ef4-bb72-07224113f248"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T11:33:20Z", "security_group_id": "fa4f989a-20d2-4218-a4cf-f17539ef1b27", "port_range_min": null, "revision_number": 0, "tenant_id": "f2bd6f97bf95498993c0c8d4f6900483", "created_at": "2018-09-04T11:33:20Z", "project_id": "f2bd6f97bf95498993c0c8d4f6900483", "id": "c7c730c6-ae66-4505-873b-c6dca4c55d95"}, {"remote_group_id": "65ec5024-dcc3-4217-b8f2-108a9317d297", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T11:32:48Z", "security_group_id": "65ec5024-dcc3-4217-b8f2-108a9317d297", "port_range_min": null, "revision_number": 0, "tenant_id": "1e2f68a072b64978bd7ea91c2d64aca6", "created_at": "2018-09-04T11:32:48Z", "project_id": "1e2f68a072b64978bd7ea91c2d64aca6", "id": "c897b842-d54c-452b-8b98-fef214182ff7"}, {"remote_group_id": "11e5a0db-4cc0-49c0-8f70-0d3b80d1fcf3", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T10:40:09Z", "security_group_id": "11e5a0db-4cc0-49c0-8f70-0d3b80d1fcf3", "port_range_min": null, "revision_number": 0, "tenant_id": "14e46315a5e14e95a6bd31ddd3090094", "created_at": "2018-09-04T10:40:09Z", "project_id": "14e46315a5e14e95a6bd31ddd3090094", "id": "c9d53d5b-6c82-4199-b405-f8e7101cc589"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T12:16:14Z", "security_group_id": "e81419cf-b95e-4732-aaad-e3432b8b2cbb", "port_range_min": null, "revision_number": 0, "tenant_id": "b4dbfc1d0e34496f8fb7c7cd1f5608e5", "created_at": "2018-09-04T12:16:14Z", "project_id": "b4dbfc1d0e34496f8fb7c7cd1f5608e5", "id": "d083d625-e30d-4471-aa42-f7f3fc8c328d"}, {"remote_group_id": "4eb60975-feab-4b85-9171-1c970d3680f7", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T10:10:44Z", "security_group_id": "4eb60975-feab-4b85-9171-1c970d3680f7", "port_range_min": null, "revision_number": 0, "tenant_id": "18025ed81c804927a1f0e0e0ba20836f", "created_at": "2018-09-04T10:10:44Z", "project_id": "18025ed81c804927a1f0e0e0ba20836f", "id": "dd2062ca-238a-4ae8-8397-ca60210bbde5"}, {"remote_group_id": "fa4f989a-20d2-4218-a4cf-f17539ef1b27", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T11:33:20Z", "security_group_id": "fa4f989a-20d2-4218-a4cf-f17539ef1b27", "port_range_min": null, "revision_number": 0, "tenant_id": "f2bd6f97bf95498993c0c8d4f6900483", "created_at": "2018-09-04T11:33:20Z", "project_id": "f2bd6f97bf95498993c0c8d4f6900483", "id": "df1fc864-f960-4a86-bd3d-950eac909690"}, {"remote_group_id": "f9b8b6c9-4e98-454a-9292-c29271bcae95", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T12:17:41Z", "security_group_id": "f9b8b6c9-4e98-454a-9292-c29271bcae95", "port_range_min": null, "revision_number": 0, "tenant_id": "c4b3a0f041ae4ca4803a4af225513ba4", "created_at": "2018-09-04T12:17:41Z", "project_id": "c4b3a0f041ae4ca4803a4af225513ba4", "id": "e00cf838-51d7-462e-906c-37f4fb4d7181"}, {"remote_group_id": "f9b8b6c9-4e98-454a-9292-c29271bcae95", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T12:17:41Z", "security_group_id": "f9b8b6c9-4e98-454a-9292-c29271bcae95", "port_range_min": null, "revision_number": 0, "tenant_id": "c4b3a0f041ae4ca4803a4af225513ba4", "created_at": "2018-09-04T12:17:41Z", "project_id": "c4b3a0f041ae4ca4803a4af225513ba4", "id": "e024fd11-5aeb-4982-ae2b-589b9dd401b4"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T10:22:45Z", "security_group_id": "a0350fb5-7963-482b-9b06-fea838951872", "port_range_min": null, "revision_number": 0, "tenant_id": "da1aa3dc9e564d3d922e61c0121a390e", "created_at": "2018-09-04T10:22:45Z", "project_id": "da1aa3dc9e564d3d922e61c0121a390e", "id": "e17daf2d-5508-45e7-9ba3-14bcd176789e"}, {"remote_group_id": "65ec5024-dcc3-4217-b8f2-108a9317d297", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T11:32:48Z", "security_group_id": "65ec5024-dcc3-4217-b8f2-108a9317d297", "port_range_min": null, "revision_number": 0, "tenant_id": "1e2f68a072b64978bd7ea91c2d64aca6", "created_at": "2018-09-04T11:32:48Z", "project_id": "1e2f68a072b64978bd7ea91c2d64aca6", "id": "e8f14af0-f0a2-442a-a2f6-f9426816d3a7"}, {"remote_group_id": null, "direction": "egress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 22, "updated_at": "2018-09-04T12:22:59Z", "security_group_id": "aee4e203-f920-46bb-ac91-6898d944e253", "port_range_min": 22, "revision_number": 0, "tenant_id": "1e2f68a072b64978bd7ea91c2d64aca6", "created_at": "2018-09-04T12:22:59Z", "project_id": "1e2f68a072b64978bd7ea91c2d64aca6", "id": "ea486981-bdcb-407e-afae-54091ff51e8d"}, {"remote_group_id": "726a4fa4-547d-495f-8506-2692d1793ed7", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T10:36:01Z", "security_group_id": "726a4fa4-547d-495f-8506-2692d1793ed7", "port_range_min": null, "revision_number": 0, "tenant_id": "63ce1c38db314aae844c45218d595c6c", "created_at": "2018-09-04T10:36:01Z", "project_id": "63ce1c38db314aae844c45218d595c6c", "id": "f1d26eba-07e3-4a87-a74e-10f7d2d051a4"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T10:10:44Z", "security_group_id": "4eb60975-feab-4b85-9171-1c970d3680f7", "port_range_min": null, "revision_number": 0, "tenant_id": "18025ed81c804927a1f0e0e0ba20836f", "created_at": "2018-09-04T10:10:44Z", "project_id": "18025ed81c804927a1f0e0e0ba20836f", "id": "f5388a44-6a0f-4e22-bd76-f4873903daf0"}, {"remote_group_id": "e81419cf-b95e-4732-aaad-e3432b8b2cbb", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T12:16:14Z", "security_group_id": "e81419cf-b95e-4732-aaad-e3432b8b2cbb", "port_range_min": null, "revision_number": 0, "tenant_id": "b4dbfc1d0e34496f8fb7c7cd1f5608e5", "created_at": "2018-09-04T12:16:14Z", "project_id": "b4dbfc1d0e34496f8fb7c7cd1f5608e5", "id": "f6d9401b-38df-4edd-8f40-69a1466cf9bf"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T11:32:37Z", "security_group_id": "192a971a-2f30-4b8c-ada2-250ad4610488", "port_range_min": null, "revision_number": 0, "tenant_id": "5efe9645576d420f836c625864cab315", "created_at": "2018-09-04T11:32:37Z", "project_id": "5efe9645576d420f836c625864cab315", "id": "f72c6a04-9fd4-4b0e-b79b-679d59ca2789"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T11:32:48Z", "security_group_id": "65ec5024-dcc3-4217-b8f2-108a9317d297", "port_range_min": null, "revision_number": 0, "tenant_id": "1e2f68a072b64978bd7ea91c2d64aca6", "created_at": "2018-09-04T11:32:48Z", "project_id": "1e2f68a072b64978bd7ea91c2d64aca6", "id": "fa2a69b0-056f-4e69-9b7e-515411ee93e4"}]} 2018-09-04 12:22:59,407 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules used request id req-f251545c-e4e7-4353-81b7-e6c63013d687 2018-09-04 12:22:59,410 - sdnvpn.lib.openstack_utils - DEBUG - Security_group format set (port range included) 2018-09-04 12:22:59,415 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28: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}37984b4d61b280d800e257242ae67f36674f1d6a" -d '{"security_group_rule": {"port_range_min": 80, "direction": "ingress", "protocol": "tcp", "port_range_max": 80, "security_group_id": "aee4e203-f920-46bb-ac91-6898d944e253"}}' 2018-09-04 12:22:59,581 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 507 X-Openstack-Request-Id: req-ac2522b4-5534-4eec-963c-53c0725055e3 Date: Tue, 04 Sep 2018 12:22:59 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 80, "updated_at": "2018-09-04T12:22:59Z", "security_group_id": "aee4e203-f920-46bb-ac91-6898d944e253", "port_range_min": 80, "revision_number": 0, "tenant_id": "1e2f68a072b64978bd7ea91c2d64aca6", "created_at": "2018-09-04T12:22:59Z", "project_id": "1e2f68a072b64978bd7ea91c2d64aca6", "id": "24f2941b-e842-493e-9865-3b328b59d6b1"}} 2018-09-04 12:22:59,581 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/security-group-rules used request id req-ac2522b4-5534-4eec-963c-53c0725055e3 2018-09-04 12:22:59,582 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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-09-04 12:22:59,588 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12:22:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bb1055ca-8c6d-470b-aab8-9369d9f2a643 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.28:5000/v3/", "rel": "self"}]}} 2018-09-04 12:22:59,588 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-bb1055ca-8c6d-470b-aab8-9369d9f2a643 2018-09-04 12:22:59,589 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-09-04 12:22:59,965 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "3d416247e8224533841040c3ad2bce5a", "name": "admin"}], "expires_at": "2018-09-04T13:22:59.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1e2f68a072b64978bd7ea91c2d64aca6", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v1/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235635a698ef4bef9dc6b25273d185da"}, {"url": "http://192.30.9.6:8776/v1/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "23b07b3fbfc340a58cf0f9b2871a0d23"}, {"url": "http://172.30.9.28:8776/v1/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "72fd0aaa144d45419f4b04b6b26f69a7"}], "type": "volume", "id": "097241c25b4d4f7e91b3f8efa155909e", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v3/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93eb4cf3030a49e7840bec071422d397"}, {"url": "http://192.30.9.6:8776/v3/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8af439a6ac147fdbcb38ed9aa916b68"}, {"url": "http://192.30.9.6:8776/v3/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c4bfdbc9b7c74a23a40afdf578cfeba4"}], "type": "volumev3", "id": "1c85f4682ce44f729db1dabd98e965e8", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "82239574a29d4603a2161006f61851cf"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8d15f7134f364a7bbcfff2f84aac3bf2"}, {"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e01668c43a0c4c279b9a3d20a0280d6c"}], "type": "image", "id": "297d8415ca96454991054983920912f7", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7bb4d60e20734d4a9f31ec75e02cb823"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bf6adec15590466a9a0d3bddb00e8993"}, {"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f096f03a1d12411a8972f6f7c196b60d"}], "type": "policy", "id": "54c64351b56d44bbad74c2969cc3aa00", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "354ae6870a324fab82d0a0fb68ee0f26"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a3807e460dd4af488d982b66c52e64c"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e7c3da785076450abd71868e75ce0c33"}], "type": "cloudformation", "id": "6ac9917ae83c4639a15a4ab3cf0e76dd", "name": "heat-cfn"}, {"endpoints": [], "type": "metering", "id": "7fcc078e5e0645f29df67742ac14e388", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49e71628d386464cb950d6a9db00a328"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75b0a63ed8574bbcab1c851cc9b83d30"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9902b0a8b3c04cd192a1b84c417c232b"}], "type": "key-manager", "id": "9626544a32e74678a641c6e206f028a9", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "497340e5aa36485982fdf297f370558f"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7802beb4fc7c4952897b77bd5610b1fe"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c14af798917f4fa0b146d9772583e595"}], "type": "metric", "id": "973bfe8c658d4e5a8da725e76b9d550e", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "288ecc3674ea41d2aa3b790dcb832bf2"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7a6dc785cd7142f5b30f1a7ba0daeb03"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7f7d34e2351b4964befccc862c4e8e12"}], "type": "network", "id": "a348d7b06050474fb449be7f32ea6f5d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "21bce6ecb8464a1f8f3e3847aa698bd6"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0a8faf2246b47deb30e69e48d3551fb"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e71c6011de3d4d8589e5b53dcc79f288"}], "type": "identity", "id": "ad8d4b4953184137a1b913ecee9434ed", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "13474f9a78ca4f1184e4cddc84d0d98c"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad67365a18234bb78c336e6776958c00"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc54db13337f44f8921fbb9ad0f81de8"}], "type": "alarming", "id": "bb18dc3243034f08a6a7f69f7a1edccf", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0d91d7adf0304b2681c77f979e5cdb17"}, {"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "756e5ffca9774ab3ae2db41bf330417f"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c07c727a08c243b287827f539a124e63"}], "type": "placement", "id": "bb2c9432fcbd4c56913177122468f6ba", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8004/v1/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1eed4912224b48cf9856446eae4d9928"}, {"url": "http://192.30.9.6:8004/v1/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b73b7f99236541148d84f24f09e5dd40"}, {"url": "http://192.30.9.6:8004/v1/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fbf12e52911244fdafc24a9d46f56e62"}], "type": "orchestration", "id": "c8918d139da945ba93df4ccce21d4904", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16bf098b9e2e490f8e47fa601059f975"}, {"url": "http://192.30.9.6:8776/v2/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc16fa4cf491444ca2f611d5692c1170"}, {"url": "http://192.30.9.6:8776/v2/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ccd2c5325dff4b90b391db9fdde67d99"}], "type": "volumev2", "id": "d09ac9123c34494abce21d6c27bee9d9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eac694332354a3aa0e61c31314166d7"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b4d4989c4e764717ab78d38675cadd3f"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff196e46b56d406d87a678f1a64497b0"}], "type": "compute", "id": "d4030ee932c84df58c5b910cc197caa7", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "42c3a9abd8ad4ce8ab2c4cc6e0403c33"}, "audit_ids": ["Eo6ErEp3Rzm46mCfzR1BoA"], "issued_at": "2018-09-04T12:22:59.000000Z"}} 2018-09-04 12:22:59,968 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/os-hypervisors/detail -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ec7744e0a46eed1cbb5f19349ee7fee35cde1349" 2018-09-04 12:23:00,160 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12:22: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-57943adb-bc71-4955-a177-f58a7add9de1 x-compute-request-id: req-57943adb-bc71-4955-a177-f58a7add9de1 Content-Encoding: gzip Content-Length: 720 Content-Type: application/json RESP BODY: {"hypervisors": [{"status": "enabled", "service": {"host": "overcloud-novacompute-0.opnfvlf.org", "disabled_reason": null, "id": 132}, "vcpus_used": 0, "hypervisor_type": "QEMU", "local_gb_used": 0, "vcpus": 16, "hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "memory_mb_used": 4096, "memory_mb": 32502, "current_workload": 0, "state": "up", "host_ip": "192.30.9.9", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"pcid\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"acpi\", \"fma\", \"vme\", \"popcnt\", \"mmx\", \"osxsave\", \"cx8\", \"mce\", \"de\", \"rdtscp\", \"ht\", \"dca\", \"lahf_lm\", \"abm\", \"pdcm\", \"mca\", \"pdpe1gb\", \"apic\", \"sse\", \"f16c\", \"pse\", \"ds\", \"invtsc\", \"pni\", \"tm2\", \"avx2\", \"aes\", \"sse2\", \"ss\", \"ds_cpl\", \"arat\", \"bmi1\", \"bmi2\", \"ssse3\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 0, "free_disk_gb": 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": 141}, "vcpus_used": 0, "hypervisor_type": "QEMU", "local_gb_used": 0, "vcpus": 16, "hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "memory_mb_used": 4096, "memory_mb": 32502, "current_workload": 0, "state": "up", "host_ip": "192.30.9.7", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"pcid\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"acpi\", \"fma\", \"vme\", \"popcnt\", \"mmx\", \"osxsave\", \"cx8\", \"mce\", \"de\", \"rdtscp\", \"ht\", \"dca\", \"lahf_lm\", \"abm\", \"pdcm\", \"mca\", \"pdpe1gb\", \"apic\", \"sse\", \"f16c\", \"pse\", \"ds\", \"invtsc\", \"pni\", \"tm2\", \"avx2\", \"aes\", \"sse2\", \"ss\", \"ds_cpl\", \"arat\", \"bmi1\", \"bmi2\", \"ssse3\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 0, "free_disk_gb": 10239, "hypervisor_version": 2009000, "disk_available_least": 10179, "local_gb": 10239, "free_ram_mb": 28406, "id": 6}]} 2018-09-04 12:23:00,160 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/os-hypervisors/detail used request id req-57943adb-bc71-4955-a177-f58a7add9de1 2018-09-04 12:23:00,162 - sdnvpn_test_utils - DEBUG - Compute nodes: [u'overcloud-novacompute-0.opnfvlf.org', u'overcloud-novacompute-1.opnfvlf.org'] 2018-09-04 12:23:00,162 - sdnvpn_test_utils - INFO - Creating instance 'sdnvpn-8-2'... 2018-09-04 12:23:00,162 - sdnvpn_test_utils - DEBUG - Configuration: name=sdnvpn-8-2 flavor=m1.tiny image=af45190a-11f9-43da-ae57-6632358311ce network=5f1d4917-c03f-4544-8d98-321701e5e007 secgroup=aee4e203-f920-46bb-ac91-6898d944e253 hypervisor=nova:overcloud-novacompute-0.opnfvlf.org fixed_ip=None files=None userdata= None 2018-09-04 12:23:00,162 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-09-04 12:23:00,162 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-09-04 12:23:00,162 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-09-04 12:23:00,163 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-09-04 12:23:00,163 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-09-04 12:23:00,163 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-09-04 12:23:00,163 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-09-04 12:23:00,163 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-09-04 12:23:00,163 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-09-04 12:23:00,163 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-09-04 12:23:00,163 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-09-04 12:23:00,164 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-09-04 12:23:00,164 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-09-04 12:23:00,164 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-09-04 12:23:00,164 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-09-04 12:23:00,164 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-09-04 12:23:00,164 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-09-04 12:23:00,164 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-09-04 12:23:00,164 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-09-04 12:23:00,164 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-09-04 12:23:00,165 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-09-04 12:23:00,165 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-09-04 12:23:00,165 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-09-04 12:23:00,165 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-09-04 12:23:00,167 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-09-04 12:23:00,168 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-09-04 12:23:00,168 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-09-04 12:23:00,168 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-09-04 12:23:00,168 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-09-04 12:23:00,168 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-09-04 12:23:00,168 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-09-04 12:23:00,168 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-09-04 12:23:00,168 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-09-04 12:23:00,169 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-09-04 12:23:00,169 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-09-04 12:23:00,169 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-09-04 12:23:00,169 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-09-04 12:23:00,169 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-09-04 12:23:00,169 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-09-04 12:23:00,169 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-09-04 12:23:00,169 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-09-04 12:23:00,169 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-09-04 12:23:00,169 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-09-04 12:23:00,170 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-09-04 12:23:00,170 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-09-04 12:23:00,170 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-09-04 12:23:00,170 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-09-04 12:23:00,170 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-09-04 12:23:00,173 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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-09-04 12:23:00,180 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12:23:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c9ded8fd-8ab2-44f0-9028-2aadafbfb49a 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.28:5000/v3/", "rel": "self"}]}} 2018-09-04 12:23:00,180 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-c9ded8fd-8ab2-44f0-9028-2aadafbfb49a 2018-09-04 12:23:00,181 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-09-04 12:23:00,545 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "3d416247e8224533841040c3ad2bce5a", "name": "admin"}], "expires_at": "2018-09-04T13:23:00.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1e2f68a072b64978bd7ea91c2d64aca6", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v1/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235635a698ef4bef9dc6b25273d185da"}, {"url": "http://192.30.9.6:8776/v1/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "23b07b3fbfc340a58cf0f9b2871a0d23"}, {"url": "http://172.30.9.28:8776/v1/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "72fd0aaa144d45419f4b04b6b26f69a7"}], "type": "volume", "id": "097241c25b4d4f7e91b3f8efa155909e", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v3/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93eb4cf3030a49e7840bec071422d397"}, {"url": "http://192.30.9.6:8776/v3/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8af439a6ac147fdbcb38ed9aa916b68"}, {"url": "http://192.30.9.6:8776/v3/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c4bfdbc9b7c74a23a40afdf578cfeba4"}], "type": "volumev3", "id": "1c85f4682ce44f729db1dabd98e965e8", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "82239574a29d4603a2161006f61851cf"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8d15f7134f364a7bbcfff2f84aac3bf2"}, {"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e01668c43a0c4c279b9a3d20a0280d6c"}], "type": "image", "id": "297d8415ca96454991054983920912f7", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7bb4d60e20734d4a9f31ec75e02cb823"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bf6adec15590466a9a0d3bddb00e8993"}, {"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f096f03a1d12411a8972f6f7c196b60d"}], "type": "policy", "id": "54c64351b56d44bbad74c2969cc3aa00", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "354ae6870a324fab82d0a0fb68ee0f26"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a3807e460dd4af488d982b66c52e64c"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e7c3da785076450abd71868e75ce0c33"}], "type": "cloudformation", "id": "6ac9917ae83c4639a15a4ab3cf0e76dd", "name": "heat-cfn"}, {"endpoints": [], "type": "metering", "id": "7fcc078e5e0645f29df67742ac14e388", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49e71628d386464cb950d6a9db00a328"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75b0a63ed8574bbcab1c851cc9b83d30"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9902b0a8b3c04cd192a1b84c417c232b"}], "type": "key-manager", "id": "9626544a32e74678a641c6e206f028a9", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "497340e5aa36485982fdf297f370558f"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7802beb4fc7c4952897b77bd5610b1fe"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c14af798917f4fa0b146d9772583e595"}], "type": "metric", "id": "973bfe8c658d4e5a8da725e76b9d550e", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "288ecc3674ea41d2aa3b790dcb832bf2"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7a6dc785cd7142f5b30f1a7ba0daeb03"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7f7d34e2351b4964befccc862c4e8e12"}], "type": "network", "id": "a348d7b06050474fb449be7f32ea6f5d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "21bce6ecb8464a1f8f3e3847aa698bd6"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0a8faf2246b47deb30e69e48d3551fb"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e71c6011de3d4d8589e5b53dcc79f288"}], "type": "identity", "id": "ad8d4b4953184137a1b913ecee9434ed", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "13474f9a78ca4f1184e4cddc84d0d98c"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad67365a18234bb78c336e6776958c00"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc54db13337f44f8921fbb9ad0f81de8"}], "type": "alarming", "id": "bb18dc3243034f08a6a7f69f7a1edccf", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0d91d7adf0304b2681c77f979e5cdb17"}, {"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "756e5ffca9774ab3ae2db41bf330417f"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c07c727a08c243b287827f539a124e63"}], "type": "placement", "id": "bb2c9432fcbd4c56913177122468f6ba", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8004/v1/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1eed4912224b48cf9856446eae4d9928"}, {"url": "http://192.30.9.6:8004/v1/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b73b7f99236541148d84f24f09e5dd40"}, {"url": "http://192.30.9.6:8004/v1/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fbf12e52911244fdafc24a9d46f56e62"}], "type": "orchestration", "id": "c8918d139da945ba93df4ccce21d4904", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16bf098b9e2e490f8e47fa601059f975"}, {"url": "http://192.30.9.6:8776/v2/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc16fa4cf491444ca2f611d5692c1170"}, {"url": "http://192.30.9.6:8776/v2/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ccd2c5325dff4b90b391db9fdde67d99"}], "type": "volumev2", "id": "d09ac9123c34494abce21d6c27bee9d9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eac694332354a3aa0e61c31314166d7"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b4d4989c4e764717ab78d38675cadd3f"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff196e46b56d406d87a678f1a64497b0"}], "type": "compute", "id": "d4030ee932c84df58c5b910cc197caa7", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "42c3a9abd8ad4ce8ab2c4cc6e0403c33"}, "audit_ids": ["WY4OplVvSmGpDsawAuKODA"], "issued_at": "2018-09-04T12:23:00.000000Z"}} 2018-09-04 12:23:00,549 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3b4de762789a74e5bcf9f985278ed4665246ca84" 2018-09-04 12:23:00,727 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12:23: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-56d6c36a-3e03-4163-93b0-3fe88abc161c x-compute-request-id: req-56d6c36a-3e03-4163-93b0-3fe88abc161c Content-Encoding: gzip Content-Length: 162 Content-Type: application/json RESP BODY: {"flavors": [{"id": "9cbbc756-b738-4f1f-8d03-84c527182338", "links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/9cbbc756-b738-4f1f-8d03-84c527182338", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/9cbbc756-b738-4f1f-8d03-84c527182338", "rel": "bookmark"}], "name": "m1.tiny"}]} 2018-09-04 12:23:00,728 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors used request id req-56d6c36a-3e03-4163-93b0-3fe88abc161c 2018-09-04 12:23:00,731 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/flavors/9cbbc756-b738-4f1f-8d03-84c527182338 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3b4de762789a74e5bcf9f985278ed4665246ca84" 2018-09-04 12:23:00,750 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12:23: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-697545ea-7764-4a5c-a527-ffc5cfb1e6c0 x-compute-request-id: req-697545ea-7764-4a5c-a527-ffc5cfb1e6c0 Content-Encoding: gzip Content-Length: 280 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/9cbbc756-b738-4f1f-8d03-84c527182338", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/9cbbc756-b738-4f1f-8d03-84c527182338", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "9cbbc756-b738-4f1f-8d03-84c527182338", "name": "m1.tiny", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-09-04 12:23:00,750 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors/9cbbc756-b738-4f1f-8d03-84c527182338 used request id req-697545ea-7764-4a5c-a527-ffc5cfb1e6c0 2018-09-04 12:23:00,752 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3b4de762789a74e5bcf9f985278ed4665246ca84" -d '{"server": {"name": "sdnvpn-8-2", "imageRef": "af45190a-11f9-43da-ae57-6632358311ce", "availability_zone": "nova:overcloud-novacompute-0.opnfvlf.org", "flavorRef": "9cbbc756-b738-4f1f-8d03-84c527182338", "max_count": 1, "min_count": 1, "networks": [{"uuid": "5f1d4917-c03f-4544-8d98-321701e5e007"}]}}' 2018-09-04 12:23:02,254 - novaclient.v2.client - DEBUG - RESP: [202] Date: Tue, 04 Sep 2018 12:23: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-664c5e1b-a9fb-41ba-b07a-830c081e219e x-compute-request-id: req-664c5e1b-a9fb-41ba-b07a-830c081e219e Content-Length: 374 location: http://172.30.9.28:8774/v2.1/servers/cdcc3511-7b80-4f30-bf8c-04d97daf790d Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "cdcc3511-7b80-4f30-bf8c-04d97daf790d", "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/cdcc3511-7b80-4f30-bf8c-04d97daf790d", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/cdcc3511-7b80-4f30-bf8c-04d97daf790d", "rel": "bookmark"}], "adminPass": "RsUu3L7f2Pjj"}} 2018-09-04 12:23:02,254 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers used request id req-664c5e1b-a9fb-41ba-b07a-830c081e219e 2018-09-04 12:23:02,255 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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-09-04 12:23:02,262 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12:23:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-77fedff5-e699-466f-960b-76b1ca19a812 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.28:5000/v3/", "rel": "self"}]}} 2018-09-04 12:23:02,262 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-77fedff5-e699-466f-960b-76b1ca19a812 2018-09-04 12:23:02,263 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-09-04 12:23:02,646 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "3d416247e8224533841040c3ad2bce5a", "name": "admin"}], "expires_at": "2018-09-04T13:23:02.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1e2f68a072b64978bd7ea91c2d64aca6", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v1/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235635a698ef4bef9dc6b25273d185da"}, {"url": "http://192.30.9.6:8776/v1/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "23b07b3fbfc340a58cf0f9b2871a0d23"}, {"url": "http://172.30.9.28:8776/v1/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "72fd0aaa144d45419f4b04b6b26f69a7"}], "type": "volume", "id": "097241c25b4d4f7e91b3f8efa155909e", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v3/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93eb4cf3030a49e7840bec071422d397"}, {"url": "http://192.30.9.6:8776/v3/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8af439a6ac147fdbcb38ed9aa916b68"}, {"url": "http://192.30.9.6:8776/v3/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c4bfdbc9b7c74a23a40afdf578cfeba4"}], "type": "volumev3", "id": "1c85f4682ce44f729db1dabd98e965e8", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "82239574a29d4603a2161006f61851cf"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8d15f7134f364a7bbcfff2f84aac3bf2"}, {"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e01668c43a0c4c279b9a3d20a0280d6c"}], "type": "image", "id": "297d8415ca96454991054983920912f7", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7bb4d60e20734d4a9f31ec75e02cb823"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bf6adec15590466a9a0d3bddb00e8993"}, {"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f096f03a1d12411a8972f6f7c196b60d"}], "type": "policy", "id": "54c64351b56d44bbad74c2969cc3aa00", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "354ae6870a324fab82d0a0fb68ee0f26"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a3807e460dd4af488d982b66c52e64c"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e7c3da785076450abd71868e75ce0c33"}], "type": "cloudformation", "id": "6ac9917ae83c4639a15a4ab3cf0e76dd", "name": "heat-cfn"}, {"endpoints": [], "type": "metering", "id": "7fcc078e5e0645f29df67742ac14e388", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49e71628d386464cb950d6a9db00a328"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75b0a63ed8574bbcab1c851cc9b83d30"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9902b0a8b3c04cd192a1b84c417c232b"}], "type": "key-manager", "id": "9626544a32e74678a641c6e206f028a9", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "497340e5aa36485982fdf297f370558f"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7802beb4fc7c4952897b77bd5610b1fe"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c14af798917f4fa0b146d9772583e595"}], "type": "metric", "id": "973bfe8c658d4e5a8da725e76b9d550e", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "288ecc3674ea41d2aa3b790dcb832bf2"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7a6dc785cd7142f5b30f1a7ba0daeb03"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7f7d34e2351b4964befccc862c4e8e12"}], "type": "network", "id": "a348d7b06050474fb449be7f32ea6f5d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "21bce6ecb8464a1f8f3e3847aa698bd6"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0a8faf2246b47deb30e69e48d3551fb"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e71c6011de3d4d8589e5b53dcc79f288"}], "type": "identity", "id": "ad8d4b4953184137a1b913ecee9434ed", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "13474f9a78ca4f1184e4cddc84d0d98c"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad67365a18234bb78c336e6776958c00"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc54db13337f44f8921fbb9ad0f81de8"}], "type": "alarming", "id": "bb18dc3243034f08a6a7f69f7a1edccf", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0d91d7adf0304b2681c77f979e5cdb17"}, {"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "756e5ffca9774ab3ae2db41bf330417f"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c07c727a08c243b287827f539a124e63"}], "type": "placement", "id": "bb2c9432fcbd4c56913177122468f6ba", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8004/v1/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1eed4912224b48cf9856446eae4d9928"}, {"url": "http://192.30.9.6:8004/v1/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b73b7f99236541148d84f24f09e5dd40"}, {"url": "http://192.30.9.6:8004/v1/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fbf12e52911244fdafc24a9d46f56e62"}], "type": "orchestration", "id": "c8918d139da945ba93df4ccce21d4904", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16bf098b9e2e490f8e47fa601059f975"}, {"url": "http://192.30.9.6:8776/v2/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc16fa4cf491444ca2f611d5692c1170"}, {"url": "http://192.30.9.6:8776/v2/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ccd2c5325dff4b90b391db9fdde67d99"}], "type": "volumev2", "id": "d09ac9123c34494abce21d6c27bee9d9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eac694332354a3aa0e61c31314166d7"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b4d4989c4e764717ab78d38675cadd3f"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff196e46b56d406d87a678f1a64497b0"}], "type": "compute", "id": "d4030ee932c84df58c5b910cc197caa7", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "42c3a9abd8ad4ce8ab2c4cc6e0403c33"}, "audit_ids": ["Cnz__olSQtSMKyEpnsoDIA"], "issued_at": "2018-09-04T12:23:02.000000Z"}} 2018-09-04 12:23:02,649 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/cdcc3511-7b80-4f30-bf8c-04d97daf790d -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}65e16af5fbb5f6babd51fe521d80fda5e0cc4f46" 2018-09-04 12:23:03,149 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12:23: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-9cec20c6-3d46-4387-a74b-5327240942f2 x-compute-request-id: req-9cec20c6-3d46-4387-a74b-5327240942f2 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.28:8774/v2.1/servers/cdcc3511-7b80-4f30-bf8c-04d97daf790d", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/cdcc3511-7b80-4f30-bf8c-04d97daf790d", "rel": "bookmark"}], "image": {"id": "af45190a-11f9-43da-ae57-6632358311ce", "links": [{"href": "http://172.30.9.28:8774/images/af45190a-11f9-43da-ae57-6632358311ce", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "9cbbc756-b738-4f1f-8d03-84c527182338", "links": [{"href": "http://172.30.9.28:8774/flavors/9cbbc756-b738-4f1f-8d03-84c527182338", "rel": "bookmark"}]}, "id": "cdcc3511-7b80-4f30-bf8c-04d97daf790d", "user_id": "42c3a9abd8ad4ce8ab2c4cc6e0403c33", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-04T12:23: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-8-2", "created": "2018-09-04T12:23:02Z", "tenant_id": "1e2f68a072b64978bd7ea91c2d64aca6", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 12:23:03,150 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/cdcc3511-7b80-4f30-bf8c-04d97daf790d used request id req-9cec20c6-3d46-4387-a74b-5327240942f2 2018-09-04 12:23:06,156 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/cdcc3511-7b80-4f30-bf8c-04d97daf790d -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}65e16af5fbb5f6babd51fe521d80fda5e0cc4f46" 2018-09-04 12:23:06,812 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12:23: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-27d7898d-50c1-4a49-b577-6f030f26a8a7 x-compute-request-id: req-27d7898d-50c1-4a49-b577-6f030f26a8a7 Content-Encoding: gzip Content-Length: 708 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/cdcc3511-7b80-4f30-bf8c-04d97daf790d", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/cdcc3511-7b80-4f30-bf8c-04d97daf790d", "rel": "bookmark"}], "image": {"id": "af45190a-11f9-43da-ae57-6632358311ce", "links": [{"href": "http://172.30.9.28:8774/images/af45190a-11f9-43da-ae57-6632358311ce", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-000000ea", "OS-SRV-USG:launched_at": null, "flavor": {"id": "9cbbc756-b738-4f1f-8d03-84c527182338", "links": [{"href": "http://172.30.9.28:8774/flavors/9cbbc756-b738-4f1f-8d03-84c527182338", "rel": "bookmark"}]}, "id": "cdcc3511-7b80-4f30-bf8c-04d97daf790d", "security_groups": [{"name": "default"}], "user_id": "42c3a9abd8ad4ce8ab2c4cc6e0403c33", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-04T12:23:04Z", "hostId": "ac4312c86b6d8b3ba69b66c09fbaad9c9659999bf89f97c14b4d2a68", "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-09-04T12:23:02Z", "tenant_id": "1e2f68a072b64978bd7ea91c2d64aca6", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 12:23:06,812 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/cdcc3511-7b80-4f30-bf8c-04d97daf790d used request id req-27d7898d-50c1-4a49-b577-6f030f26a8a7 2018-09-04 12:23:09,819 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/cdcc3511-7b80-4f30-bf8c-04d97daf790d -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}65e16af5fbb5f6babd51fe521d80fda5e0cc4f46" 2018-09-04 12:23:10,527 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12:23: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-20cd7863-56c5-464b-bbb6-80dcdf1974c3 x-compute-request-id: req-20cd7863-56c5-464b-bbb6-80dcdf1974c3 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:7a:d3:27", "version": 4, "addr": "10.10.20.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/cdcc3511-7b80-4f30-bf8c-04d97daf790d", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/cdcc3511-7b80-4f30-bf8c-04d97daf790d", "rel": "bookmark"}], "image": {"id": "af45190a-11f9-43da-ae57-6632358311ce", "links": [{"href": "http://172.30.9.28:8774/images/af45190a-11f9-43da-ae57-6632358311ce", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-000000ea", "OS-SRV-USG:launched_at": "2018-09-04T12:23:07.000000", "flavor": {"id": "9cbbc756-b738-4f1f-8d03-84c527182338", "links": [{"href": "http://172.30.9.28:8774/flavors/9cbbc756-b738-4f1f-8d03-84c527182338", "rel": "bookmark"}]}, "id": "cdcc3511-7b80-4f30-bf8c-04d97daf790d", "security_groups": [{"name": "default"}], "user_id": "42c3a9abd8ad4ce8ab2c4cc6e0403c33", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-04T12:23:07Z", "hostId": "ac4312c86b6d8b3ba69b66c09fbaad9c9659999bf89f97c14b4d2a68", "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-09-04T12:23:02Z", "tenant_id": "1e2f68a072b64978bd7ea91c2d64aca6", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 12:23:10,528 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/cdcc3511-7b80-4f30-bf8c-04d97daf790d used request id req-20cd7863-56c5-464b-bbb6-80dcdf1974c3 2018-09-04 12:23:10,530 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/cdcc3511-7b80-4f30-bf8c-04d97daf790d -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3b4de762789a74e5bcf9f985278ed4665246ca84" 2018-09-04 12:23:11,348 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12:23: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-65a5b3b3-b776-41e2-8072-714a90f20243 x-compute-request-id: req-65a5b3b3-b776-41e2-8072-714a90f20243 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:7a:d3:27", "version": 4, "addr": "10.10.20.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/cdcc3511-7b80-4f30-bf8c-04d97daf790d", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/cdcc3511-7b80-4f30-bf8c-04d97daf790d", "rel": "bookmark"}], "image": {"id": "af45190a-11f9-43da-ae57-6632358311ce", "links": [{"href": "http://172.30.9.28:8774/images/af45190a-11f9-43da-ae57-6632358311ce", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-000000ea", "OS-SRV-USG:launched_at": "2018-09-04T12:23:07.000000", "flavor": {"id": "9cbbc756-b738-4f1f-8d03-84c527182338", "links": [{"href": "http://172.30.9.28:8774/flavors/9cbbc756-b738-4f1f-8d03-84c527182338", "rel": "bookmark"}]}, "id": "cdcc3511-7b80-4f30-bf8c-04d97daf790d", "security_groups": [{"name": "default"}], "user_id": "42c3a9abd8ad4ce8ab2c4cc6e0403c33", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-04T12:23:07Z", "hostId": "ac4312c86b6d8b3ba69b66c09fbaad9c9659999bf89f97c14b4d2a68", "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-09-04T12:23:02Z", "tenant_id": "1e2f68a072b64978bd7ea91c2d64aca6", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 12:23:11,348 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/cdcc3511-7b80-4f30-bf8c-04d97daf790d used request id req-65a5b3b3-b776-41e2-8072-714a90f20243 2018-09-04 12:23:11,349 - sdnvpn_test_utils - DEBUG - Instance 'sdnvpn-8-2' booted successfully. IP='10.10.20.10'. 2018-09-04 12:23:11,349 - sdnvpn_test_utils - DEBUG - Adding 'sdnvpn-8-2' to security group 'sdnvpn-sg'... 2018-09-04 12:23:11,351 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/servers/cdcc3511-7b80-4f30-bf8c-04d97daf790d/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ec7744e0a46eed1cbb5f19349ee7fee35cde1349" -d '{"addSecurityGroup": {"name": "aee4e203-f920-46bb-ac91-6898d944e253"}}' 2018-09-04 12:23:13,167 - novaclient.v2.client - DEBUG - RESP: [202] Date: Tue, 04 Sep 2018 12:23: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-f0166280-3696-427f-ba77-f171bcecd6a4 x-compute-request-id: req-f0166280-3696-427f-ba77-f171bcecd6a4 Content-Length: 0 Content-Type: application/json 2018-09-04 12:23:13,167 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/cdcc3511-7b80-4f30-bf8c-04d97daf790d/action used request id req-f0166280-3696-427f-ba77-f171bcecd6a4 2018-09-04 12:23:13,168 - sdnvpn_test_utils - INFO - Creating instance 'sdnvpn-8-1'... 2018-09-04 12:23:13,168 - sdnvpn_test_utils - DEBUG - Configuration: name=sdnvpn-8-1 flavor=m1.tiny image=af45190a-11f9-43da-ae57-6632358311ce network=93e3b3f7-5f81-4a72-a299-588658150aeb secgroup=aee4e203-f920-46bb-ac91-6898d944e253 hypervisor=nova:overcloud-novacompute-0.opnfvlf.org fixed_ip=None files=None userdata= #!/bin/sh set 10.10.20.10 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-09-04 12:23:13,168 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-09-04 12:23:13,168 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-09-04 12:23:13,168 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-09-04 12:23:13,168 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-09-04 12:23:13,169 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-09-04 12:23:13,169 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-09-04 12:23:13,169 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-09-04 12:23:13,169 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-09-04 12:23:13,169 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-09-04 12:23:13,169 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-09-04 12:23:13,169 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-09-04 12:23:13,169 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-09-04 12:23:13,170 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-09-04 12:23:13,170 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-09-04 12:23:13,170 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-09-04 12:23:13,170 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-09-04 12:23:13,170 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-09-04 12:23:13,170 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-09-04 12:23:13,170 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-09-04 12:23:13,170 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-09-04 12:23:13,170 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-09-04 12:23:13,171 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-09-04 12:23:13,171 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-09-04 12:23:13,171 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-09-04 12:23:13,173 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-09-04 12:23:13,173 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-09-04 12:23:13,173 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-09-04 12:23:13,173 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-09-04 12:23:13,174 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-09-04 12:23:13,174 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-09-04 12:23:13,174 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-09-04 12:23:13,174 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-09-04 12:23:13,174 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-09-04 12:23:13,174 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-09-04 12:23:13,174 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-09-04 12:23:13,174 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-09-04 12:23:13,174 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-09-04 12:23:13,175 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-09-04 12:23:13,175 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-09-04 12:23:13,175 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-09-04 12:23:13,175 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-09-04 12:23:13,175 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-09-04 12:23:13,175 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-09-04 12:23:13,175 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-09-04 12:23:13,175 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-09-04 12:23:13,176 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-09-04 12:23:13,176 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-09-04 12:23:13,176 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-09-04 12:23:13,178 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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-09-04 12:23:13,185 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12:23:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-76f4015f-baeb-403e-af89-e91d8ff84c28 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.28:5000/v3/", "rel": "self"}]}} 2018-09-04 12:23:13,185 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-76f4015f-baeb-403e-af89-e91d8ff84c28 2018-09-04 12:23:13,186 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-09-04 12:23:13,569 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "3d416247e8224533841040c3ad2bce5a", "name": "admin"}], "expires_at": "2018-09-04T13:23:13.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1e2f68a072b64978bd7ea91c2d64aca6", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v1/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235635a698ef4bef9dc6b25273d185da"}, {"url": "http://192.30.9.6:8776/v1/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "23b07b3fbfc340a58cf0f9b2871a0d23"}, {"url": "http://172.30.9.28:8776/v1/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "72fd0aaa144d45419f4b04b6b26f69a7"}], "type": "volume", "id": "097241c25b4d4f7e91b3f8efa155909e", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v3/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93eb4cf3030a49e7840bec071422d397"}, {"url": "http://192.30.9.6:8776/v3/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8af439a6ac147fdbcb38ed9aa916b68"}, {"url": "http://192.30.9.6:8776/v3/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c4bfdbc9b7c74a23a40afdf578cfeba4"}], "type": "volumev3", "id": "1c85f4682ce44f729db1dabd98e965e8", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "82239574a29d4603a2161006f61851cf"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8d15f7134f364a7bbcfff2f84aac3bf2"}, {"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e01668c43a0c4c279b9a3d20a0280d6c"}], "type": "image", "id": "297d8415ca96454991054983920912f7", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7bb4d60e20734d4a9f31ec75e02cb823"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bf6adec15590466a9a0d3bddb00e8993"}, {"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f096f03a1d12411a8972f6f7c196b60d"}], "type": "policy", "id": "54c64351b56d44bbad74c2969cc3aa00", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "354ae6870a324fab82d0a0fb68ee0f26"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a3807e460dd4af488d982b66c52e64c"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e7c3da785076450abd71868e75ce0c33"}], "type": "cloudformation", "id": "6ac9917ae83c4639a15a4ab3cf0e76dd", "name": "heat-cfn"}, {"endpoints": [], "type": "metering", "id": "7fcc078e5e0645f29df67742ac14e388", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49e71628d386464cb950d6a9db00a328"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75b0a63ed8574bbcab1c851cc9b83d30"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9902b0a8b3c04cd192a1b84c417c232b"}], "type": "key-manager", "id": "9626544a32e74678a641c6e206f028a9", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "497340e5aa36485982fdf297f370558f"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7802beb4fc7c4952897b77bd5610b1fe"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c14af798917f4fa0b146d9772583e595"}], "type": "metric", "id": "973bfe8c658d4e5a8da725e76b9d550e", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "288ecc3674ea41d2aa3b790dcb832bf2"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7a6dc785cd7142f5b30f1a7ba0daeb03"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7f7d34e2351b4964befccc862c4e8e12"}], "type": "network", "id": "a348d7b06050474fb449be7f32ea6f5d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "21bce6ecb8464a1f8f3e3847aa698bd6"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0a8faf2246b47deb30e69e48d3551fb"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e71c6011de3d4d8589e5b53dcc79f288"}], "type": "identity", "id": "ad8d4b4953184137a1b913ecee9434ed", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "13474f9a78ca4f1184e4cddc84d0d98c"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad67365a18234bb78c336e6776958c00"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc54db13337f44f8921fbb9ad0f81de8"}], "type": "alarming", "id": "bb18dc3243034f08a6a7f69f7a1edccf", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0d91d7adf0304b2681c77f979e5cdb17"}, {"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "756e5ffca9774ab3ae2db41bf330417f"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c07c727a08c243b287827f539a124e63"}], "type": "placement", "id": "bb2c9432fcbd4c56913177122468f6ba", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8004/v1/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1eed4912224b48cf9856446eae4d9928"}, {"url": "http://192.30.9.6:8004/v1/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b73b7f99236541148d84f24f09e5dd40"}, {"url": "http://192.30.9.6:8004/v1/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fbf12e52911244fdafc24a9d46f56e62"}], "type": "orchestration", "id": "c8918d139da945ba93df4ccce21d4904", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16bf098b9e2e490f8e47fa601059f975"}, {"url": "http://192.30.9.6:8776/v2/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc16fa4cf491444ca2f611d5692c1170"}, {"url": "http://192.30.9.6:8776/v2/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ccd2c5325dff4b90b391db9fdde67d99"}], "type": "volumev2", "id": "d09ac9123c34494abce21d6c27bee9d9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eac694332354a3aa0e61c31314166d7"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b4d4989c4e764717ab78d38675cadd3f"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff196e46b56d406d87a678f1a64497b0"}], "type": "compute", "id": "d4030ee932c84df58c5b910cc197caa7", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "42c3a9abd8ad4ce8ab2c4cc6e0403c33"}, "audit_ids": ["2Kw_F26CS2eRymzQkLDl9Q"], "issued_at": "2018-09-04T12:23:13.000000Z"}} 2018-09-04 12:23:13,572 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e4ad79cab4eff4658e98af50d773bb399ebc17d8" 2018-09-04 12:23:13,746 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12:23: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-8c8d1a76-e6bc-4fa6-b3f0-1bf339926776 x-compute-request-id: req-8c8d1a76-e6bc-4fa6-b3f0-1bf339926776 Content-Encoding: gzip Content-Length: 162 Content-Type: application/json RESP BODY: {"flavors": [{"id": "9cbbc756-b738-4f1f-8d03-84c527182338", "links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/9cbbc756-b738-4f1f-8d03-84c527182338", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/9cbbc756-b738-4f1f-8d03-84c527182338", "rel": "bookmark"}], "name": "m1.tiny"}]} 2018-09-04 12:23:13,746 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors used request id req-8c8d1a76-e6bc-4fa6-b3f0-1bf339926776 2018-09-04 12:23:13,749 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/flavors/9cbbc756-b738-4f1f-8d03-84c527182338 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e4ad79cab4eff4658e98af50d773bb399ebc17d8" 2018-09-04 12:23:13,776 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12:23: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-58d8cccd-e50b-4643-a5b2-2b8388baf748 x-compute-request-id: req-58d8cccd-e50b-4643-a5b2-2b8388baf748 Content-Encoding: gzip Content-Length: 280 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/9cbbc756-b738-4f1f-8d03-84c527182338", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/9cbbc756-b738-4f1f-8d03-84c527182338", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "9cbbc756-b738-4f1f-8d03-84c527182338", "name": "m1.tiny", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-09-04 12:23:13,776 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors/9cbbc756-b738-4f1f-8d03-84c527182338 used request id req-58d8cccd-e50b-4643-a5b2-2b8388baf748 2018-09-04 12:23:13,779 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e4ad79cab4eff4658e98af50d773bb399ebc17d8" -d '{"server": {"name": "sdnvpn-8-1", "imageRef": "af45190a-11f9-43da-ae57-6632358311ce", "availability_zone": "nova:overcloud-novacompute-0.opnfvlf.org", "flavorRef": "9cbbc756-b738-4f1f-8d03-84c527182338", "user_data": "IyEvYmluL3NoCnNldCAxMC4xMC4yMC4xMAp3aGlsZSB0cnVlOyBkbwogZm9yIGkgZG8KICBpcD0kaQogIHBpbmcgLWMgMTAgJGlwIDI+JjEgPi9kZXYvbnVsbAogIFJFUz0kPwogIGlmIFsgIlokUkVTIiA9ICJaMCIgXSA7IHRoZW4KICAgZWNobyBwaW5nICRpcCBPSwogIGVsc2UgZWNobyBwaW5nICRpcCBLTwogIGZpCiBkb25lCiBzbGVlcCAxCmRvbmUK", "max_count": 1, "min_count": 1, "networks": [{"uuid": "93e3b3f7-5f81-4a72-a299-588658150aeb"}], "config_drive": true}}' 2018-09-04 12:23:15,211 - novaclient.v2.client - DEBUG - RESP: [202] Date: Tue, 04 Sep 2018 12:23: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-a343842f-0eab-40b4-87a5-d1e6e3a0490d x-compute-request-id: req-a343842f-0eab-40b4-87a5-d1e6e3a0490d Content-Length: 374 location: http://172.30.9.28:8774/v2.1/servers/98dd3d6a-45aa-45d6-ba1c-be723341c813 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "98dd3d6a-45aa-45d6-ba1c-be723341c813", "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/98dd3d6a-45aa-45d6-ba1c-be723341c813", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/98dd3d6a-45aa-45d6-ba1c-be723341c813", "rel": "bookmark"}], "adminPass": "eWZt3g6qukDA"}} 2018-09-04 12:23:15,211 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers used request id req-a343842f-0eab-40b4-87a5-d1e6e3a0490d 2018-09-04 12:23:15,212 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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-09-04 12:23:15,219 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12:23:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9350cd37-2e74-4d06-b310-e3a924a0f2bb 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.28:5000/v3/", "rel": "self"}]}} 2018-09-04 12:23:15,219 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-9350cd37-2e74-4d06-b310-e3a924a0f2bb 2018-09-04 12:23:15,220 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-09-04 12:23:15,587 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "3d416247e8224533841040c3ad2bce5a", "name": "admin"}], "expires_at": "2018-09-04T13:23:15.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1e2f68a072b64978bd7ea91c2d64aca6", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v1/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235635a698ef4bef9dc6b25273d185da"}, {"url": "http://192.30.9.6:8776/v1/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "23b07b3fbfc340a58cf0f9b2871a0d23"}, {"url": "http://172.30.9.28:8776/v1/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "72fd0aaa144d45419f4b04b6b26f69a7"}], "type": "volume", "id": "097241c25b4d4f7e91b3f8efa155909e", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v3/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93eb4cf3030a49e7840bec071422d397"}, {"url": "http://192.30.9.6:8776/v3/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8af439a6ac147fdbcb38ed9aa916b68"}, {"url": "http://192.30.9.6:8776/v3/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c4bfdbc9b7c74a23a40afdf578cfeba4"}], "type": "volumev3", "id": "1c85f4682ce44f729db1dabd98e965e8", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "82239574a29d4603a2161006f61851cf"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8d15f7134f364a7bbcfff2f84aac3bf2"}, {"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e01668c43a0c4c279b9a3d20a0280d6c"}], "type": "image", "id": "297d8415ca96454991054983920912f7", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7bb4d60e20734d4a9f31ec75e02cb823"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bf6adec15590466a9a0d3bddb00e8993"}, {"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f096f03a1d12411a8972f6f7c196b60d"}], "type": "policy", "id": "54c64351b56d44bbad74c2969cc3aa00", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "354ae6870a324fab82d0a0fb68ee0f26"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a3807e460dd4af488d982b66c52e64c"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e7c3da785076450abd71868e75ce0c33"}], "type": "cloudformation", "id": "6ac9917ae83c4639a15a4ab3cf0e76dd", "name": "heat-cfn"}, {"endpoints": [], "type": "metering", "id": "7fcc078e5e0645f29df67742ac14e388", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49e71628d386464cb950d6a9db00a328"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75b0a63ed8574bbcab1c851cc9b83d30"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9902b0a8b3c04cd192a1b84c417c232b"}], "type": "key-manager", "id": "9626544a32e74678a641c6e206f028a9", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "497340e5aa36485982fdf297f370558f"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7802beb4fc7c4952897b77bd5610b1fe"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c14af798917f4fa0b146d9772583e595"}], "type": "metric", "id": "973bfe8c658d4e5a8da725e76b9d550e", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "288ecc3674ea41d2aa3b790dcb832bf2"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7a6dc785cd7142f5b30f1a7ba0daeb03"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7f7d34e2351b4964befccc862c4e8e12"}], "type": "network", "id": "a348d7b06050474fb449be7f32ea6f5d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "21bce6ecb8464a1f8f3e3847aa698bd6"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0a8faf2246b47deb30e69e48d3551fb"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e71c6011de3d4d8589e5b53dcc79f288"}], "type": "identity", "id": "ad8d4b4953184137a1b913ecee9434ed", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "13474f9a78ca4f1184e4cddc84d0d98c"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad67365a18234bb78c336e6776958c00"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc54db13337f44f8921fbb9ad0f81de8"}], "type": "alarming", "id": "bb18dc3243034f08a6a7f69f7a1edccf", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0d91d7adf0304b2681c77f979e5cdb17"}, {"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "756e5ffca9774ab3ae2db41bf330417f"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c07c727a08c243b287827f539a124e63"}], "type": "placement", "id": "bb2c9432fcbd4c56913177122468f6ba", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8004/v1/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1eed4912224b48cf9856446eae4d9928"}, {"url": "http://192.30.9.6:8004/v1/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b73b7f99236541148d84f24f09e5dd40"}, {"url": "http://192.30.9.6:8004/v1/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fbf12e52911244fdafc24a9d46f56e62"}], "type": "orchestration", "id": "c8918d139da945ba93df4ccce21d4904", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16bf098b9e2e490f8e47fa601059f975"}, {"url": "http://192.30.9.6:8776/v2/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc16fa4cf491444ca2f611d5692c1170"}, {"url": "http://192.30.9.6:8776/v2/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ccd2c5325dff4b90b391db9fdde67d99"}], "type": "volumev2", "id": "d09ac9123c34494abce21d6c27bee9d9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eac694332354a3aa0e61c31314166d7"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b4d4989c4e764717ab78d38675cadd3f"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff196e46b56d406d87a678f1a64497b0"}], "type": "compute", "id": "d4030ee932c84df58c5b910cc197caa7", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "42c3a9abd8ad4ce8ab2c4cc6e0403c33"}, "audit_ids": ["hgpgGyBuTc-SrSendme6CQ"], "issued_at": "2018-09-04T12:23:15.000000Z"}} 2018-09-04 12:23:15,590 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/98dd3d6a-45aa-45d6-ba1c-be723341c813 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8749e7a8c2f55e39d2bd62d6d41cb8301e9367fb" 2018-09-04 12:23:16,100 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12:23: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-1b54663d-10bb-4d4d-bd2d-66f5ada731c9 x-compute-request-id: req-1b54663d-10bb-4d4d-bd2d-66f5ada731c9 Content-Encoding: gzip Content-Length: 617 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/98dd3d6a-45aa-45d6-ba1c-be723341c813", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/98dd3d6a-45aa-45d6-ba1c-be723341c813", "rel": "bookmark"}], "image": {"id": "af45190a-11f9-43da-ae57-6632358311ce", "links": [{"href": "http://172.30.9.28:8774/images/af45190a-11f9-43da-ae57-6632358311ce", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "9cbbc756-b738-4f1f-8d03-84c527182338", "links": [{"href": "http://172.30.9.28:8774/flavors/9cbbc756-b738-4f1f-8d03-84c527182338", "rel": "bookmark"}]}, "id": "98dd3d6a-45aa-45d6-ba1c-be723341c813", "user_id": "42c3a9abd8ad4ce8ab2c4cc6e0403c33", "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-09-04T12:23: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-8-1", "created": "2018-09-04T12:23:15Z", "tenant_id": "1e2f68a072b64978bd7ea91c2d64aca6", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 12:23:16,101 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/98dd3d6a-45aa-45d6-ba1c-be723341c813 used request id req-1b54663d-10bb-4d4d-bd2d-66f5ada731c9 2018-09-04 12:23:19,107 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/98dd3d6a-45aa-45d6-ba1c-be723341c813 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8749e7a8c2f55e39d2bd62d6d41cb8301e9367fb" 2018-09-04 12:23:19,974 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12:23: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-266e9980-93de-4aa3-bff6-fdc6cd0fbb7c x-compute-request-id: req-266e9980-93de-4aa3-bff6-fdc6cd0fbb7c Content-Encoding: gzip Content-Length: 777 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"sdnvpn-8-1": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:13:5b:5a", "version": 4, "addr": "10.10.10.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/98dd3d6a-45aa-45d6-ba1c-be723341c813", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/98dd3d6a-45aa-45d6-ba1c-be723341c813", "rel": "bookmark"}], "image": {"id": "af45190a-11f9-43da-ae57-6632358311ce", "links": [{"href": "http://172.30.9.28:8774/images/af45190a-11f9-43da-ae57-6632358311ce", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-000000ed", "OS-SRV-USG:launched_at": null, "flavor": {"id": "9cbbc756-b738-4f1f-8d03-84c527182338", "links": [{"href": "http://172.30.9.28:8774/flavors/9cbbc756-b738-4f1f-8d03-84c527182338", "rel": "bookmark"}]}, "id": "98dd3d6a-45aa-45d6-ba1c-be723341c813", "security_groups": [{"name": "default"}], "user_id": "42c3a9abd8ad4ce8ab2c4cc6e0403c33", "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-09-04T12:23:16Z", "hostId": "ac4312c86b6d8b3ba69b66c09fbaad9c9659999bf89f97c14b4d2a68", "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-09-04T12:23:15Z", "tenant_id": "1e2f68a072b64978bd7ea91c2d64aca6", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 12:23:19,974 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/98dd3d6a-45aa-45d6-ba1c-be723341c813 used request id req-266e9980-93de-4aa3-bff6-fdc6cd0fbb7c 2018-09-04 12:23:22,981 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/98dd3d6a-45aa-45d6-ba1c-be723341c813 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8749e7a8c2f55e39d2bd62d6d41cb8301e9367fb" 2018-09-04 12:23:24,136 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12:23: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-5c1d669d-c08f-4bd0-a269-dd3a3d17f88a x-compute-request-id: req-5c1d669d-c08f-4bd0-a269-dd3a3d17f88a Content-Encoding: gzip Content-Length: 778 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:13:5b:5a", "version": 4, "addr": "10.10.10.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/98dd3d6a-45aa-45d6-ba1c-be723341c813", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/98dd3d6a-45aa-45d6-ba1c-be723341c813", "rel": "bookmark"}], "image": {"id": "af45190a-11f9-43da-ae57-6632358311ce", "links": [{"href": "http://172.30.9.28:8774/images/af45190a-11f9-43da-ae57-6632358311ce", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-000000ed", "OS-SRV-USG:launched_at": "2018-09-04T12:23:20.000000", "flavor": {"id": "9cbbc756-b738-4f1f-8d03-84c527182338", "links": [{"href": "http://172.30.9.28:8774/flavors/9cbbc756-b738-4f1f-8d03-84c527182338", "rel": "bookmark"}]}, "id": "98dd3d6a-45aa-45d6-ba1c-be723341c813", "security_groups": [{"name": "default"}], "user_id": "42c3a9abd8ad4ce8ab2c4cc6e0403c33", "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-09-04T12:23:20Z", "hostId": "ac4312c86b6d8b3ba69b66c09fbaad9c9659999bf89f97c14b4d2a68", "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-09-04T12:23:15Z", "tenant_id": "1e2f68a072b64978bd7ea91c2d64aca6", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 12:23:24,137 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/98dd3d6a-45aa-45d6-ba1c-be723341c813 used request id req-5c1d669d-c08f-4bd0-a269-dd3a3d17f88a 2018-09-04 12:23:24,140 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/98dd3d6a-45aa-45d6-ba1c-be723341c813 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e4ad79cab4eff4658e98af50d773bb399ebc17d8" 2018-09-04 12:23:25,339 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12:23: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-82b98322-2a72-4de4-8d5d-0ce43ff60bba x-compute-request-id: req-82b98322-2a72-4de4-8d5d-0ce43ff60bba Content-Encoding: gzip Content-Length: 778 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:13:5b:5a", "version": 4, "addr": "10.10.10.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/98dd3d6a-45aa-45d6-ba1c-be723341c813", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/98dd3d6a-45aa-45d6-ba1c-be723341c813", "rel": "bookmark"}], "image": {"id": "af45190a-11f9-43da-ae57-6632358311ce", "links": [{"href": "http://172.30.9.28:8774/images/af45190a-11f9-43da-ae57-6632358311ce", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-000000ed", "OS-SRV-USG:launched_at": "2018-09-04T12:23:20.000000", "flavor": {"id": "9cbbc756-b738-4f1f-8d03-84c527182338", "links": [{"href": "http://172.30.9.28:8774/flavors/9cbbc756-b738-4f1f-8d03-84c527182338", "rel": "bookmark"}]}, "id": "98dd3d6a-45aa-45d6-ba1c-be723341c813", "security_groups": [{"name": "default"}], "user_id": "42c3a9abd8ad4ce8ab2c4cc6e0403c33", "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-09-04T12:23:20Z", "hostId": "ac4312c86b6d8b3ba69b66c09fbaad9c9659999bf89f97c14b4d2a68", "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-09-04T12:23:15Z", "tenant_id": "1e2f68a072b64978bd7ea91c2d64aca6", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 12:23:25,340 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/98dd3d6a-45aa-45d6-ba1c-be723341c813 used request id req-82b98322-2a72-4de4-8d5d-0ce43ff60bba 2018-09-04 12:23:25,340 - sdnvpn_test_utils - DEBUG - Instance 'sdnvpn-8-1' booted successfully. IP='10.10.10.10'. 2018-09-04 12:23:25,340 - sdnvpn_test_utils - DEBUG - Adding 'sdnvpn-8-1' to security group 'sdnvpn-sg'... 2018-09-04 12:23:25,343 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/servers/98dd3d6a-45aa-45d6-ba1c-be723341c813/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ec7744e0a46eed1cbb5f19349ee7fee35cde1349" -d '{"addSecurityGroup": {"name": "aee4e203-f920-46bb-ac91-6898d944e253"}}' 2018-09-04 12:23:27,342 - novaclient.v2.client - DEBUG - RESP: [202] Date: Tue, 04 Sep 2018 12:23: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-aebe02f1-8fcf-4289-8c69-f3ef3f07d5cd x-compute-request-id: req-aebe02f1-8fcf-4289-8c69-f3ef3f07d5cd Content-Length: 0 Content-Type: application/json 2018-09-04 12:23:27,342 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/98dd3d6a-45aa-45d6-ba1c-be723341c813/action used request id req-aebe02f1-8fcf-4289-8c69-f3ef3f07d5cd 2018-09-04 12:23:27,343 - sdnvpn_test_utils - INFO - Waiting for instance cdcc3511-7b80-4f30-bf8c-04d97daf790d to boot up 2018-09-04 12:23:27,347 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/servers/cdcc3511-7b80-4f30-bf8c-04d97daf790d/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3b4de762789a74e5bcf9f985278ed4665246ca84" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-04 12:23:28,418 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12:23: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-e48ac333-7460-4a6b-baaf-054e967f0982 x-compute-request-id: req-e48ac333-7460-4a6b-baaf-054e967f0982 Content-Encoding: gzip Content-Length: 11074 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 525086938 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 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.130034] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.131693] pid_max: default: 32768 minimum: 301\n[ 0.132587] ACPI: Core revision 20150930\n[ 0.133962] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135273] Security Framework initialized\n[ 0.136085] Yama: becoming mindful.\n[ 0.136808] AppArmor: AppArmor initialized\n[ 0.137670] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.138992] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.140265] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141467] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142843] Initializing cgroup subsys io\n[ 0.143658] Initializing cgroup subsys memory\n[ 0.144516] Initializing cgroup subsys devices\n[ 0.145401] Initializing cgroup subsys freezer\n[ 0.146267] Initializing cgroup subsys net_cls\n[ 0.147132] Initializing cgroup subsys perf_event\n[ 0.148036] Initializing cgroup subsys net_prio\n[ 0.148918] Initializing cgroup subsys hugetlb\n[ 0.149792] Initializing cgroup subsys pids\n[ 0.150664] CPU: Physical Processor ID: 0\n[ 0.152161] mce: CPU supports 10 MCE banks\n[ 0.153004] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.154004] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.165137] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.171559] ftrace: allocating 31920 entries in 125 pages\n[ 0.198093] smpboot: Max logical packages: 1\n[ 0.198940] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.200296] x2apic enabled\n[ 0.201118] Switched APIC routing to physical x2apic.\n[ 0.202862] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.203977] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.205959] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.207739] KVM setup paravirtual spinlock\n[ 0.209029] x86: Booted up 1 node, 1 CPUs\n[ 0.209838] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.211235] devtmpfs: initialized\n[ 0.212948] evm: security.selinux\n[ 0.213653] evm: security.SMACK64\n[ 0.214349] evm: security.SMACK64EXEC\n[ 0.215095] evm: security.SMACK64TRANSMUTE\n[ 0.215902] evm: security.SMACK64MMAP\n[ 0.216651] evm: security.ima\n[ 0.217294] evm: security.capability\n[ 0.218097] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.219943] pinctrl core: initialized pinctrl subsystem\n[ 0.221044] RTC time: 12:23:07, date: 09/04/18\n[ 0.221999] NET: Registered protocol family 16\n[ 0.222970] cpuidle: using governor ladder\n[ 0.223790] cpuidle: using governor menu\n[ 0.224576] PCCT header not found.\n[ 0.225331] ACPI: bus type PCI registered\n[ 0.226137] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227377] PCI: Using configuration type 1 for base access\n[ 0.229128] ACPI: Added _OSI(Module Device)\n[ 0.229972] ACPI: Added _OSI(Processor Device)\n[ 0.230837] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.231734] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.233861] ACPI: Interpreter enabled\n[ 0.234638] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236462] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238277] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240109] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.241925] ACPI: (supports S0 S5)\n[ 0.242626] ACPI: Using IOAPIC for interrupt routing\n[ 0.243565] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.246644] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.247797] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249045] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250235] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.252451] acpiphp: Slot [3] registered\n[ 0.253249] acpiphp: Slot [4] registered\n[ 0.254042] acpiphp: Slot [5] registered\n[ 0.254840] acpiphp: Slot [6] registered\n[ 0.255636] acpiphp: Slot [7] registered\n[ 0.256437] acpiphp: Slot [8] registered\n[ 0.257234] acpiphp: Slot [9] registered\n[ 0.258022] acpiphp: Slot [10] registered\n[ 0.258829] acpiphp: Slot [11] registered\n[ 0.259646] acpiphp: Slot [12] registered\n[ 0.260462] acpiphp: Slot [13] registered\n[ 0.261271] acpiphp: Slot [14] registered\n[ 0.262080] acpiphp: Slot [15] registered\n[ 0.273072] acpiphp: Slot [16] registered\n[ 0.273882] acpiphp: Slot [17] registered\n[ 0.274694] acpiphp: Slot [18] registered\n[ 0.275504] acpiphp: Slot [19] registered\n[ 0.276310] acpiphp: Slot [20] registered\n[ 0.277124] acpiphp: Slot [21] registered\n[ 0.277928] acpiphp: Slot [22] registered\n[ 0.278740] acpiphp: Slot [23] registered\n[ 0.279551] acpiphp: Slot [24] registered\n[ 0.280360] acpiphp: Slot [25] registered\n[ 0.281172] acpiphp: Slot [26] registered\n[ 0.281977] acpiphp: Slot [27] registered\n[ 0.282791] acpiphp: Slot [28] registered\n[ 0.283602] acpiphp: Slot [29] registered\n[ 0.284409] acpiphp: Slot [30] registered\n[ 0.285222] acpiphp: Slot [31] registered\n[ 0.286026] PCI host bridge to bus 0000:00\n[ 0.286833] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.288040] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289256] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290705] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292152] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298342] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299630] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.300809] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302088] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.308461] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.309891] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.355437] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.356918] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.358351] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.359778] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.361177] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.362429] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.363723] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.364785] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.366326] vgaarb: loaded\n[ 0.366926] vgaarb: bridge control possible 0000:00:02.0\n[ 0.368078] SCSI subsystem initialized\n[ 0.368910] ACPI: bus type USB registered\n[ 0.369727] usbcore: registered new interface driver usbfs\n[ 0.370752] usbcore: registered new interface driver hub\n[ 0.371754] usbcore: registered new device driver usb\n[ 0.372816] PCI: Using ACPI for IRQ routing\n[ 0.373839] NetLabel: Initializing\n[ 0.374552] NetLabel: domain hash size = 128\n[ 0.375398] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.376339] NetLabel: unlabeled traffic allowed by default\n[ 0.377433] clocksource: Switched to clocksource kvm-clock\n[ 0.382855] AppArmor: AppArmor Filesystem Enabled\n[ 0.383820] pnp: PnP ACPI init\n[ 0.384728] pnp: PnP ACPI: found 5 devices\n[ 0.391091] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.392781] NET: Registered protocol family 2\n[ 0.393733] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.394998] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.396163] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.397313] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.398391] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.399559] NET: Registered protocol family 1\n[ 0.400423] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.401520] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.402590] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.416586] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.430797] Trying to unpack rootfs image as initramfs...\n[ 0.480627] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.494463] Scanning for low memory corruption every 60 seconds\n[ 0.495793] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.496943] audit: initializing netlink subsys (disabled)\n[ 0.497973] audit: type=2000 audit(1536063788.175:1): initialized\n[ 0.499292] Initialise system trusted keyring\n[ 0.500213] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.501374] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.503342] zbud: loaded\n[ 0.504038] VFS: Disk quotas dquot_6.6.0\n[ 0.504855] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.506688] fuse init (API version 7.23)\n[ 0.507729] Key type big_key registered\n[ 0.508690] Allocating IMA MOK and blacklist keyrings.\n[ 0.509995] Key type asymmetric registered\n[ 0.510992] Asymmetric key parser 'x509' registered\n[ 0.512127] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.514266] io scheduler noop registered\n[ 0.515237] io scheduler deadline registered (default)\n[ 0.516439] io scheduler cfq registered\n[ 0.517448] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.518720] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.520254] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.522002] ACPI: Power Button [PWRF]\n[ 0.522989] GHES: HEST is not enabled!\n[ 0.536923] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.567533] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.570394] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.594170] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.596787] Linux agpgart interface v0.103\n[ 0.599143] brd: module loaded\n[ 0.600541] loop: module loaded\n[ 0.605297] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.607036] GPT:90111 != 2097151\n[ 0.607781] GPT:Alternate GPT header not at the end of the disk.\n[ 0.609110] GPT:90111 != 2097151\n[ 0.610035] GPT: Use GNU Parted to correct GPT errors.\n[ 0.611112] vda: vda1 vda15\n[ 0.612573] scsi host0: ata_piix\n[ 0.613395] scsi host1: ata_piix\n[ 0.614220] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.615686] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.617483] libphy: Fixed MDIO Bus: probed\n[ 0.618381] tun: Universal TUN/TAP device driver, 1.6\n[ 0.619526] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.621853] PPP generic driver version 2.4.2\n[ 0.623056] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.624729] ehci-pci: EHCI PCI platform driver\n[ 0.625889] ehci-platform: EHCI generic platform driver\n[ 0.627150] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.628559] ohci-pci: OHCI PCI platform driver\n[ 0.629445] ohci-platform: OHCI generic platform driver\n[ 0.630437] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.645162] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.646163] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.647610] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.648608] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.649730] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.650943] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.652353] usb usb1: Product: UHCI Host Controller\n[ 0.653277] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.654416] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.655461] hub 1-0:1.0: USB hub found\n[ 0.656426] hub 1-0:1.0: 2 ports detected\n[ 0.657528] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.659985] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.661154] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.662400] mousedev: PS/2 mouse device common for all mice\n[ 0.663907] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.666119] rtc_cmos 00:00: RTC can wake from S4\n[ 0.667410] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.668848] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.670322] i2c /dev entries driver\n[ 0.671249] device-mapper: uevent: version 1.0.3\n[ 0.672398] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.674384] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.675924] NET: Registered protocol family 10\n[ 0.677124] NET: Registered protocol family 17\n[ 0.678218] Key type dns_resolver registered\n[ 0.679338] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.680664] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.682822] registered taskstats version 1\n[ 0.683823] Loading compiled-in X.509 certificates\n[ 0.688419] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.692581] zswap: loaded using pool lzo/zbud\n[ 0.695195] Key type trusted registered\n[ 0.697306] Key type encrypted registered\n[ 0.698601] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.700080] ima: No TPM chip found, activating TPM-bypass!\n[ 0.701577] evm: HMAC attrs: 0x1\n[ 0.702921] Magic number: 2:413:379\n[ 0.704156] rtc_cmos 00:00: setting system clock to 2018-09-04 12:23:08 UTC (1536063788)\n[ 0.706452] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.707656] EDD information not available.\n[ 0.774409] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.775955] Write protecting the kernel read-only data: 14336k\n[ 0.787868] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.789695] 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.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.564384] 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.10...\nLease of 10.10.20.10 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.47. 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.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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCNBkO/YgqfyCksMHjqWY4eiT+DIdvDx3jRrC1L7g7LnewyRNT3yGXp1ZuYci4WADm5PzE/4e1akH3QMPxaYk6O5zSQvuwPiPakS2aD8FaX4T9fl/5bgwSKLDy1s7dc8FDeozIU6afm9N9P9V+/8O2q0DybwpajXUG+oeHhOxaF7HNLrpfENWn3LOafCheDaFk6SmZcSYZt6YfGYf4GDFRSjhp3yjyugH9ccYbBuZza2rmYIl1Hhl8XroikYdg8Ij+ulfqkZl/cjIPu56/rNDqnm2xYi2qmuUnKx+9sJBGZoyq8Xw0zsr4PzF6dae3f4mTkSfU2Mz+dZNilXsOnevdR root@sdnvpn-8-2\nssh-dss AAAAB3NzaC1kc3MAAACBANjNP7OdELZs9mKvU7L8lfjcjjfgeFw0LyA4yGYDhrPGIM4+KHqfqxcyAkZXm66ArUFuOGTl4sokmaIuH8vCMv8dmnlVkOA0ecCz3lxDRyGeLi7u2a16HaCy9zRFPrDja4Dkd/WJYh4taNqvt4pZmLrrXu3uthPjJXT/P34T+DXJAAAAFQC0yUOcvi4bTsU6T6KrTmh/nyhKNwAAAIBvteXWZ0aMroDvAXcJbPKBOP9X1kNdj34++kE3MUJsZv8+byNYTUZk+ur6I81SU3S9W7Ep4SnFxJ9LRg6vQUSixgPS64NbF+NY3yj4XjIXDh7NMtB5RSSHeFitmRONryrhkxa6moFiN3v6/Yww37kk+DehrUMwM4tPzs91k3eUfwAAAIB7yXCw5/iDoX68jNCKiP+J5daQ+jxzNAxSxrMwgf/gt/UvTkPVIeiLpsHr+7ZEglrCncfM5QbGDbajZZf2DnCk8k8GRAHYYXhm5ZDsMxu7zTETt/J1m2KmFb/PE9Y5qT0iX8dfS+EF/2e6pb0G8upxrTFHRpvglbk6nBpBTJdRZA== 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.10,24,fe80::f816:3eff:fe7a:d327/64,\nip-route:default via 10.10.20.1 dev eth0 \nip-route:10.10.20.0/24 dev eth0 src 10.10.20.10 \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-000000e7\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=4.74 ===\n/dev/root resized successfully [took 2.67s]\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:7A:D3:27 \n inet addr:10.10.20.10 Bcast:10.10.20.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe7a:d327/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:72 errors:0 dropped:5 overruns:0 frame:0\n TX packets:110 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:8841 (8.6 KiB) TX bytes:9854 (9.6 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.256 ms\n64 bytes from 10.10.20.1: seq=1 ttl=64 time=0.353 ms\n64 bytes from 10.10.20.1: seq=2 ttl=64 time=0.276 ms\n64 bytes from 10.10.20.1: seq=3 ttl=64 time=0.183 ms\n64 bytes from 10.10.20.1: seq=4 ttl=64 time=0.494 ms\n\n--- 10.10.20.1 ping statistics ---\n5 packets transmitted, 5 packets received, 0% packet loss\nround-trip min/avg/max = 0.183/0.312/0.494 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.497 ms\n64 bytes from 8.8.8.8: seq=1 ttl=122 time=5.129 ms\n64 bytes from 8.8.8.8: seq=2 ttl=122 time=4.920 ms\n64 bytes from 8.8.8.8: seq=3 ttl=122 time=4.897 ms\n64 bytes from 8.8.8.8: seq=4 ttl=122 time=4.798 ms\n\n--- 8.8.8.8 ping statistics ---\n5 packets transmitted, 5 packets received, 0% packet loss\nround-trip min/avg/max = 4.798/5.048/5.497 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=4.860 ms\n64 bytes from 8.8.4.4: seq=1 ttl=122 time=4.963 ms\n64 bytes from 8.8.4.4: seq=2 ttl=122 time=4.961 ms\n64 bytes from 8.8.4.4: seq=3 ttl=122 time=4.883 ms\n64 bytes from 8.8.4.4: seq=4 ttl=122 time=5.016 ms\n\n--- 8.8.4.4 ping statistics ---\n5 packets transmitted, 5 packets received, 0% packet loss\nround-trip min/avg/max = 4.860/4.936/5.016 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.129914] usb 1-1: Product: QEMU USB Tablet\n[ 1.129917] usb 1-1: Manufacturer: QEMU\n[ 1.129919] usb 1-1: SerialNumber: 42\n[ 1.493481] tsc: Refined TSC clocksource calibration: 3491.912 MHz\n[ 1.493484] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3255787006b, max_idle_ns: 440795244845 ns\n[ 1.525754] EXT4-fs (vda1): re-mounted. Opts: data=ordered\n[ 1.544012] EXT4-fs (vda1): re-mounted. Opts: data=ordered\n[ 1.564384] random: dd urandom read with 5 bits of entropy available\n[ 4.856598] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\n[ 5.245131] EXT4-fs (vda1): resized filesystem to 1039340\n### tail -n 25 /var/log/messages\nSep 4 13:23:09 cirros syslog.info syslogd started: BusyBox v1.23.2\nSep 4 13:23:09 cirros kern.notice kernel: klogd started: BusyBox v1.23.2 (2017-11-20 02:37:12 UTC)\nSep 4 13:23:09 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpuset\nSep 4 13:23:09 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpu\nSep 4 13:23:09 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpuacct\nSep 4 13:23:09 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)\nSep 4 13:23:09 cirros kern.info kernel: [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\nSep 4 13:23:09 cirros kern.info kernel: [ 0.000000] KERNEL supported cpus:\nSep 4 13:23:09 cirros kern.info kernel: [ 0.000000] Intel GenuineIntel\nSep 4 13:23:09 cirros kern.info kernel: [ 0.000000] AMD AuthenticAMD\nSep 4 13:23:09 cirros kern.info kernel: [ 0.000000] Centaur CentaurHauls\nSep 4 13:23:09 cirros kern.info kernel: [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\nSep 4 13:23:09 cirros kern.notice kernel: [ 1.564384] random: dd urandom read with 5 bits of entropy available\nSep 4 13:23:11 cirros auth.notice su: + /dev/console root:cirros\nSep 4 13:23:12 cirros authpriv.info dropbear[340]: Running in background\nSep 4 13:23:12 cirros kern.info kernel: [ 4.856598] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\nSep 4 13:23:13 cirros kern.info kernel: [ 5.245131] 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-09-04 12:23:28,419 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/cdcc3511-7b80-4f30-bf8c-04d97daf790d/action used request id req-e48ac333-7460-4a6b-baaf-054e967f0982 2018-09-04 12:23:30,455 - sdnvpn_test_utils - INFO - Waiting for instance 98dd3d6a-45aa-45d6-ba1c-be723341c813 to boot up 2018-09-04 12:23:30,459 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/servers/98dd3d6a-45aa-45d6-ba1c-be723341c813/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e4ad79cab4eff4658e98af50d773bb399ebc17d8" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-04 12:23:31,581 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12:23: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-e4eb9b03-d483-4d57-915a-f327f48036ba x-compute-request-id: req-e4eb9b03-d483-4d57-915a-f327f48036ba Content-Encoding: gzip Content-Length: 7864 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 533588077 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 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.131950] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.133607] pid_max: default: 32768 minimum: 301\n[ 0.134498] ACPI: Core revision 20150930\n[ 0.135891] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.137201] Security Framework initialized\n[ 0.138010] Yama: becoming mindful.\n[ 0.138736] AppArmor: AppArmor initialized\n[ 0.139607] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.140929] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.142200] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143402] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144792] Initializing cgroup subsys io\n[ 0.145600] Initializing cgroup subsys memory\n[ 0.146457] Initializing cgroup subsys devices\n[ 0.147338] Initializing cgroup subsys freezer\n[ 0.148203] Initializing cgroup subsys net_cls\n[ 0.149060] Initializing cgroup subsys perf_event\n[ 0.150031] Initializing cgroup subsys net_prio\n[ 0.150922] Initializing cgroup subsys hugetlb\n[ 0.151803] Initializing cgroup subsys pids\n[ 0.152677] CPU: Physical Processor ID: 0\n[ 0.154174] mce: CPU supports 10 MCE banks\n[ 0.155038] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.156034] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.166713] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.173125] ftrace: allocating 31920 entries in 125 pages\n[ 0.199516] smpboot: Max logical packages: 1\n[ 0.200393] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.201753] x2apic enabled\n[ 0.202570] Switched APIC routing to physical x2apic.\n[ 0.204334] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.205463] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.207447] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.209232] KVM setup paravirtual spinlock\n[ 0.210524] x86: Booted up 1 node, 1 CPUs\n[ 0.211326] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.212708] devtmpfs: initialized\n[ 0.214424] evm: security.selinux\n[ 0.215136] evm: security.SMACK64\n[ 0.215831] evm: security.SMACK64EXEC\n[ 0.216579] evm: security.SMACK64TRANSMUTE\n[ 0.217388] evm: security.SMACK64MMAP\n[ 0.218137] evm: security.ima\n[ 0.218776] evm: security.capability\n[ 0.219581] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.221432] pinctrl core: initialized pinctrl subsystem\n[ 0.222533] RTC time: 12:23:20, date: 09/04/18\n[ 0.223495] NET: Registered protocol family 16\n[ 0.224461] cpuidle: using governor ladder\n[ 0.225302] cpuidle: using governor menu\n[ 0.226092] PCCT header not found.\n[ 0.226843] ACPI: bus type PCI registered\n[ 0.227644] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.228875] PCI: Using configuration type 1 for base access\n[ 0.230625] ACPI: Added _OSI(Module Device)\n[ 0.231468] ACPI: Added _OSI(Processor Device)\n[ 0.232331] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.233227] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.235324] ACPI: Interpreter enabled\n[ 0.236103] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.237940] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.239779] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.241630] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.243465] ACPI: (supports S0 S5)\n[ 0.244168] ACPI: Using IOAPIC for interrupt routing\n[ 0.245226] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.248325] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.249458] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.250679] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.251867] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.254077] acpiphp: Slot [3] registered\n[ 0.254875] acpiphp: Slot [4] registered\n[ 0.255685] acpiphp: Slot [5] registered\n[ 0.256477] acpiphp: Slot [6] registered\n[ 0.257265] acpiphp: Slot [7] registered\n[ 0.258057] acpiphp: Slot [8] registered\n[ 0.258853] acpiphp: Slot [9] registered\n[ 0.259642] acpiphp: Slot [10] registered\n[ 0.260449] acpiphp: Slot [11] registered\n[ 0.261253] acpiphp: Slot [12] registered\n[ 0.262068] acpiphp: Slot [13] registered\n[ 0.262885] acpiphp: Slot [14] registered\n[ 0.263690] acpiphp: Slot [15] registered\n[ 0.274644] acpiphp: Slot [16] registered\n[ 0.275453] acpiphp: Slot [17] registered\n[ 0.276257] acpiphp: Slot [18] registered\n[ 0.277068] acpiphp: Slot [19] registered\n[ 0.277868] acpiphp: Slot [20] registered\n[ 0.278681] acpiphp: Slot [21] registered\n[ 0.279484] acpiphp: Slot [22] registered\n[ 0.280284] acpiphp: Slot [23] registered\n[ 0.281104] acpiphp: Slot [24] registered\n[ 0.281912] acpiphp: Slot [25] registered\n[ 0.282731] acpiphp: Slot [26] registered\n[ 0.283535] acpiphp: Slot [27] registered\n[ 0.284335] acpiphp: Slot [28] registered\n[ 0.285137] acpiphp: Slot [29] registered\n[ 0.285941] acpiphp: Slot [30] registered\n[ 0.286760] acpiphp: Slot [31] registered\n[ 0.287563] PCI host bridge to bus 0000:00\n[ 0.288367] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.289569] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.290774] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.292222] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.293659] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.299865] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.301146] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.302321] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.303597] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.309927] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.311371] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.357570] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.359055] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.360473] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.361878] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.363259] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.364504] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.365651] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.366863] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.368403] vgaarb: loaded\n[ 0.369005] vgaarb: bridge control possible 0000:00:02.0\n[ 0.370119] SCSI subsystem initialized\n[ 0.370914] ACPI: bus type USB registered\n[ 0.371721] usbcore: registered new interface driver usbfs\n[ 0.372732] usbcore: registered new interface driver hub\n[ 0.373738] usbcore: registered new device driver usb\n[ 0.374777] PCI: Using ACPI for IRQ routing\n[ 0.375786] NetLabel: Initializing\n[ 0.376494] NetLabel: domain hash size = 128\n[ 0.377332] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.378262] NetLabel: unlabeled traffic allowed by default\n[ 0.379328] clocksource: Switched to clocksource kvm-clock\n[ 0.384687] AppArmor: AppArmor Filesystem Enabled\n[ 0.385629] pnp: PnP ACPI init\n[ 0.386525] pnp: PnP ACPI: found 5 devices\n[ 0.392880] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.394560] NET: Registered protocol family 2\n[ 0.395502] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.396753] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.397908] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.399048] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.400120] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.401270] NET: Registered protocol family 1\n[ 0.402123] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.403195] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.404259] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.418248] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.432302] Trying to unpack rootfs image as initramfs...\n[ 0.481638] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.495479] Scanning for low memory corruption every 60 seconds\n[ 0.496840] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.497989] audit: initializing netlink subsys (disabled)\n[ 0.498999] audit: type=2000 audit(1536063801.122:1): initialized\n[ 0.500310] Initialise system trusted keyring\n[ 0.501220] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.502369] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.504332] zbud: loaded\n[ 0.505026] VFS: Disk quotas dquot_6.6.0\n[ 0.505835] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.507344] fuse init (API version 7.23)\n[ 0.508230] Key type big_key registered\n[ 0.509017] Allocating IMA MOK and blacklist keyrings.\n[ 0.510113] Key type asymmetric registered\n[ 0.510921] Asymmetric key parser 'x509' registered\n[ 0.511885] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.513343] io scheduler noop registered\n[ 0.514130] io scheduler deadline registered (default)\n[ 0.515104] io scheduler cfq registered\n[ 0.515934] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.516966] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.518212] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.519667] ACPI: Power Button [PWRF]\n[ 0.520865] GHES: HEST is not enabled!\n[ 0.534572] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.564803] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.567673] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.591502] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.593651] Linux agpgart interface v0.103\n[ 0.595734] brd: module loaded\n[ 0.596947] loop: module loaded\n[ 0.601380] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.602816] GPT:90111 != 2097151\n[ 0.603504] GPT:Alternate GPT header not at the end of the disk.\n[ 0.604599] GPT:90111 != 2097151\n[ 0.605270] GPT: Use GNU Parted to correct GPT errors.\n[ 0.606225] vda: vda1 vda15\n[ 0.607656] scsi host0: ata_piix\n[ 0.608393] scsi host1: ata_piix\n[ 0.609095] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.610299] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.611745] libphy: Fixed MDIO Bus: probed\n[ 0.612560] tun: Universal TUN/TAP device driver, 1.6\n[ 0.613502] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.615632] PPP generic driver version 2.4.2\n[ 0.616510] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.617736] ehci-pci: EHCI PCI platform driver\n[ 0.618607] ehci-platform: EHCI generic platform driver\n[ 0.619603] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.620726] ohci-pci: OHCI PCI platform driver\n[ 0.621596] ohci-platform: OHCI generic platform driver\n[ 0.622576] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.636783] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.637795] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.639240] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.640253] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.641358] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.642570] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.643989] usb usb1: Product: UHCI Host Controller\n[ 0.644917] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.646052] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.647079] hub 1-0:1.0: USB hub found\n[ 0.647867] hub 1-0:1.0: 2 ports detected\n[ 0.648777] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.650894] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.651856] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.652889] mousedev: PS/2 mouse device common for all mice\n[ 0.654140] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.655970] rtc_cmos 00:00: RTC can wake from S4\n[ 0.657054] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.658251] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.659443] i2c /dev entries driver\n[ 0.660194] device-mapper: uevent: version 1.0.3\n[ 0.661127] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.662742] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.664025] NET: Registered protocol family 10\n[ 0.665015] NET: Registered protocol family 17\n[ 0.665907] Key type dns_resolver registered\n[ 0.666830] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.667939] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.669676] registered taskstats version 1\n[ 0.670498] Loading compiled-in X.509 certificates\n[ 0.671943] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.673781] zswap: loaded using pool lzo/zbud\n[ 0.675130] Key type trusted registered\n[ 0.676771] Key type encrypted registered\n[ 0.677619] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.678660] ima: No TPM chip found, activating TPM-bypass!\n[ 0.679741] evm: HMAC attrs: 0x1\n[ 0.680697] Magic number: 2:413:379\n[ 0.681550] rtc_cmos 00:00: setting system clock to 2018-09-04 12:23:21 UTC (1536063801)\n[ 0.683189] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.684338] EDD information not available.\n[ 0.768011] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.769471] ata1.00: configured for MWDMA2\n[ 0.770703] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.783492] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.784769] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.786044] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.787931] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.789491] Write protecting the kernel read-only data: 14336k\n[ 0.791080] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.792928] 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 0.97\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found 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.178401] 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-09-04 12:23:31,582 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/98dd3d6a-45aa-45d6-ba1c-be723341c813/action used request id req-e4eb9b03-d483-4d57-915a-f327f48036ba 2018-09-04 12:23:33,588 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/servers/98dd3d6a-45aa-45d6-ba1c-be723341c813/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e4ad79cab4eff4658e98af50d773bb399ebc17d8" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-04 12:23:34,667 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12:23: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-5883590a-2151-484b-8e43-05fda9102391 x-compute-request-id: req-5883590a-2151-484b-8e43-05fda9102391 Content-Encoding: gzip Content-Length: 7864 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 533588077 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 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.131950] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.133607] pid_max: default: 32768 minimum: 301\n[ 0.134498] ACPI: Core revision 20150930\n[ 0.135891] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.137201] Security Framework initialized\n[ 0.138010] Yama: becoming mindful.\n[ 0.138736] AppArmor: AppArmor initialized\n[ 0.139607] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.140929] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.142200] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143402] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144792] Initializing cgroup subsys io\n[ 0.145600] Initializing cgroup subsys memory\n[ 0.146457] Initializing cgroup subsys devices\n[ 0.147338] Initializing cgroup subsys freezer\n[ 0.148203] Initializing cgroup subsys net_cls\n[ 0.149060] Initializing cgroup subsys perf_event\n[ 0.150031] Initializing cgroup subsys net_prio\n[ 0.150922] Initializing cgroup subsys hugetlb\n[ 0.151803] Initializing cgroup subsys pids\n[ 0.152677] CPU: Physical Processor ID: 0\n[ 0.154174] mce: CPU supports 10 MCE banks\n[ 0.155038] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.156034] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.166713] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.173125] ftrace: allocating 31920 entries in 125 pages\n[ 0.199516] smpboot: Max logical packages: 1\n[ 0.200393] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.201753] x2apic enabled\n[ 0.202570] Switched APIC routing to physical x2apic.\n[ 0.204334] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.205463] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.207447] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.209232] KVM setup paravirtual spinlock\n[ 0.210524] x86: Booted up 1 node, 1 CPUs\n[ 0.211326] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.212708] devtmpfs: initialized\n[ 0.214424] evm: security.selinux\n[ 0.215136] evm: security.SMACK64\n[ 0.215831] evm: security.SMACK64EXEC\n[ 0.216579] evm: security.SMACK64TRANSMUTE\n[ 0.217388] evm: security.SMACK64MMAP\n[ 0.218137] evm: security.ima\n[ 0.218776] evm: security.capability\n[ 0.219581] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.221432] pinctrl core: initialized pinctrl subsystem\n[ 0.222533] RTC time: 12:23:20, date: 09/04/18\n[ 0.223495] NET: Registered protocol family 16\n[ 0.224461] cpuidle: using governor ladder\n[ 0.225302] cpuidle: using governor menu\n[ 0.226092] PCCT header not found.\n[ 0.226843] ACPI: bus type PCI registered\n[ 0.227644] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.228875] PCI: Using configuration type 1 for base access\n[ 0.230625] ACPI: Added _OSI(Module Device)\n[ 0.231468] ACPI: Added _OSI(Processor Device)\n[ 0.232331] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.233227] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.235324] ACPI: Interpreter enabled\n[ 0.236103] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.237940] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.239779] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.241630] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.243465] ACPI: (supports S0 S5)\n[ 0.244168] ACPI: Using IOAPIC for interrupt routing\n[ 0.245226] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.248325] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.249458] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.250679] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.251867] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.254077] acpiphp: Slot [3] registered\n[ 0.254875] acpiphp: Slot [4] registered\n[ 0.255685] acpiphp: Slot [5] registered\n[ 0.256477] acpiphp: Slot [6] registered\n[ 0.257265] acpiphp: Slot [7] registered\n[ 0.258057] acpiphp: Slot [8] registered\n[ 0.258853] acpiphp: Slot [9] registered\n[ 0.259642] acpiphp: Slot [10] registered\n[ 0.260449] acpiphp: Slot [11] registered\n[ 0.261253] acpiphp: Slot [12] registered\n[ 0.262068] acpiphp: Slot [13] registered\n[ 0.262885] acpiphp: Slot [14] registered\n[ 0.263690] acpiphp: Slot [15] registered\n[ 0.274644] acpiphp: Slot [16] registered\n[ 0.275453] acpiphp: Slot [17] registered\n[ 0.276257] acpiphp: Slot [18] registered\n[ 0.277068] acpiphp: Slot [19] registered\n[ 0.277868] acpiphp: Slot [20] registered\n[ 0.278681] acpiphp: Slot [21] registered\n[ 0.279484] acpiphp: Slot [22] registered\n[ 0.280284] acpiphp: Slot [23] registered\n[ 0.281104] acpiphp: Slot [24] registered\n[ 0.281912] acpiphp: Slot [25] registered\n[ 0.282731] acpiphp: Slot [26] registered\n[ 0.283535] acpiphp: Slot [27] registered\n[ 0.284335] acpiphp: Slot [28] registered\n[ 0.285137] acpiphp: Slot [29] registered\n[ 0.285941] acpiphp: Slot [30] registered\n[ 0.286760] acpiphp: Slot [31] registered\n[ 0.287563] PCI host bridge to bus 0000:00\n[ 0.288367] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.289569] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.290774] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.292222] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.293659] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.299865] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.301146] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.302321] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.303597] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.309927] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.311371] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.357570] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.359055] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.360473] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.361878] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.363259] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.364504] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.365651] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.366863] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.368403] vgaarb: loaded\n[ 0.369005] vgaarb: bridge control possible 0000:00:02.0\n[ 0.370119] SCSI subsystem initialized\n[ 0.370914] ACPI: bus type USB registered\n[ 0.371721] usbcore: registered new interface driver usbfs\n[ 0.372732] usbcore: registered new interface driver hub\n[ 0.373738] usbcore: registered new device driver usb\n[ 0.374777] PCI: Using ACPI for IRQ routing\n[ 0.375786] NetLabel: Initializing\n[ 0.376494] NetLabel: domain hash size = 128\n[ 0.377332] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.378262] NetLabel: unlabeled traffic allowed by default\n[ 0.379328] clocksource: Switched to clocksource kvm-clock\n[ 0.384687] AppArmor: AppArmor Filesystem Enabled\n[ 0.385629] pnp: PnP ACPI init\n[ 0.386525] pnp: PnP ACPI: found 5 devices\n[ 0.392880] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.394560] NET: Registered protocol family 2\n[ 0.395502] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.396753] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.397908] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.399048] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.400120] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.401270] NET: Registered protocol family 1\n[ 0.402123] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.403195] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.404259] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.418248] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.432302] Trying to unpack rootfs image as initramfs...\n[ 0.481638] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.495479] Scanning for low memory corruption every 60 seconds\n[ 0.496840] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.497989] audit: initializing netlink subsys (disabled)\n[ 0.498999] audit: type=2000 audit(1536063801.122:1): initialized\n[ 0.500310] Initialise system trusted keyring\n[ 0.501220] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.502369] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.504332] zbud: loaded\n[ 0.505026] VFS: Disk quotas dquot_6.6.0\n[ 0.505835] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.507344] fuse init (API version 7.23)\n[ 0.508230] Key type big_key registered\n[ 0.509017] Allocating IMA MOK and blacklist keyrings.\n[ 0.510113] Key type asymmetric registered\n[ 0.510921] Asymmetric key parser 'x509' registered\n[ 0.511885] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.513343] io scheduler noop registered\n[ 0.514130] io scheduler deadline registered (default)\n[ 0.515104] io scheduler cfq registered\n[ 0.515934] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.516966] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.518212] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.519667] ACPI: Power Button [PWRF]\n[ 0.520865] GHES: HEST is not enabled!\n[ 0.534572] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.564803] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.567673] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.591502] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.593651] Linux agpgart interface v0.103\n[ 0.595734] brd: module loaded\n[ 0.596947] loop: module loaded\n[ 0.601380] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.602816] GPT:90111 != 2097151\n[ 0.603504] GPT:Alternate GPT header not at the end of the disk.\n[ 0.604599] GPT:90111 != 2097151\n[ 0.605270] GPT: Use GNU Parted to correct GPT errors.\n[ 0.606225] vda: vda1 vda15\n[ 0.607656] scsi host0: ata_piix\n[ 0.608393] scsi host1: ata_piix\n[ 0.609095] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.610299] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.611745] libphy: Fixed MDIO Bus: probed\n[ 0.612560] tun: Universal TUN/TAP device driver, 1.6\n[ 0.613502] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.615632] PPP generic driver version 2.4.2\n[ 0.616510] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.617736] ehci-pci: EHCI PCI platform driver\n[ 0.618607] ehci-platform: EHCI generic platform driver\n[ 0.619603] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.620726] ohci-pci: OHCI PCI platform driver\n[ 0.621596] ohci-platform: OHCI generic platform driver\n[ 0.622576] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.636783] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.637795] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.639240] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.640253] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.641358] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.642570] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.643989] usb usb1: Product: UHCI Host Controller\n[ 0.644917] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.646052] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.647079] hub 1-0:1.0: USB hub found\n[ 0.647867] hub 1-0:1.0: 2 ports detected\n[ 0.648777] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.650894] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.651856] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.652889] mousedev: PS/2 mouse device common for all mice\n[ 0.654140] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.655970] rtc_cmos 00:00: RTC can wake from S4\n[ 0.657054] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.658251] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.659443] i2c /dev entries driver\n[ 0.660194] device-mapper: uevent: version 1.0.3\n[ 0.661127] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.662742] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.664025] NET: Registered protocol family 10\n[ 0.665015] NET: Registered protocol family 17\n[ 0.665907] Key type dns_resolver registered\n[ 0.666830] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.667939] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.669676] registered taskstats version 1\n[ 0.670498] Loading compiled-in X.509 certificates\n[ 0.671943] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.673781] zswap: loaded using pool lzo/zbud\n[ 0.675130] Key type trusted registered\n[ 0.676771] Key type encrypted registered\n[ 0.677619] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.678660] ima: No TPM chip found, activating TPM-bypass!\n[ 0.679741] evm: HMAC attrs: 0x1\n[ 0.680697] Magic number: 2:413:379\n[ 0.681550] rtc_cmos 00:00: setting system clock to 2018-09-04 12:23:21 UTC (1536063801)\n[ 0.683189] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.684338] EDD information not available.\n[ 0.768011] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.769471] ata1.00: configured for MWDMA2\n[ 0.770703] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.783492] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.784769] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.786044] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.787931] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.789491] Write protecting the kernel read-only data: 14336k\n[ 0.791080] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.792928] 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 0.97\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found 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.178401] 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-09-04 12:23:34,667 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/98dd3d6a-45aa-45d6-ba1c-be723341c813/action used request id req-5883590a-2151-484b-8e43-05fda9102391 2018-09-04 12:23:36,674 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/servers/98dd3d6a-45aa-45d6-ba1c-be723341c813/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e4ad79cab4eff4658e98af50d773bb399ebc17d8" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-04 12:23:37,745 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12:23: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-5167ab26-a3c6-464a-bbae-bcbd5dc7d021 x-compute-request-id: req-5167ab26-a3c6-464a-bbae-bcbd5dc7d021 Content-Encoding: gzip Content-Length: 7864 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 533588077 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 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.131950] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.133607] pid_max: default: 32768 minimum: 301\n[ 0.134498] ACPI: Core revision 20150930\n[ 0.135891] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.137201] Security Framework initialized\n[ 0.138010] Yama: becoming mindful.\n[ 0.138736] AppArmor: AppArmor initialized\n[ 0.139607] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.140929] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.142200] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143402] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144792] Initializing cgroup subsys io\n[ 0.145600] Initializing cgroup subsys memory\n[ 0.146457] Initializing cgroup subsys devices\n[ 0.147338] Initializing cgroup subsys freezer\n[ 0.148203] Initializing cgroup subsys net_cls\n[ 0.149060] Initializing cgroup subsys perf_event\n[ 0.150031] Initializing cgroup subsys net_prio\n[ 0.150922] Initializing cgroup subsys hugetlb\n[ 0.151803] Initializing cgroup subsys pids\n[ 0.152677] CPU: Physical Processor ID: 0\n[ 0.154174] mce: CPU supports 10 MCE banks\n[ 0.155038] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.156034] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.166713] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.173125] ftrace: allocating 31920 entries in 125 pages\n[ 0.199516] smpboot: Max logical packages: 1\n[ 0.200393] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.201753] x2apic enabled\n[ 0.202570] Switched APIC routing to physical x2apic.\n[ 0.204334] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.205463] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.207447] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.209232] KVM setup paravirtual spinlock\n[ 0.210524] x86: Booted up 1 node, 1 CPUs\n[ 0.211326] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.212708] devtmpfs: initialized\n[ 0.214424] evm: security.selinux\n[ 0.215136] evm: security.SMACK64\n[ 0.215831] evm: security.SMACK64EXEC\n[ 0.216579] evm: security.SMACK64TRANSMUTE\n[ 0.217388] evm: security.SMACK64MMAP\n[ 0.218137] evm: security.ima\n[ 0.218776] evm: security.capability\n[ 0.219581] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.221432] pinctrl core: initialized pinctrl subsystem\n[ 0.222533] RTC time: 12:23:20, date: 09/04/18\n[ 0.223495] NET: Registered protocol family 16\n[ 0.224461] cpuidle: using governor ladder\n[ 0.225302] cpuidle: using governor menu\n[ 0.226092] PCCT header not found.\n[ 0.226843] ACPI: bus type PCI registered\n[ 0.227644] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.228875] PCI: Using configuration type 1 for base access\n[ 0.230625] ACPI: Added _OSI(Module Device)\n[ 0.231468] ACPI: Added _OSI(Processor Device)\n[ 0.232331] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.233227] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.235324] ACPI: Interpreter enabled\n[ 0.236103] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.237940] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.239779] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.241630] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.243465] ACPI: (supports S0 S5)\n[ 0.244168] ACPI: Using IOAPIC for interrupt routing\n[ 0.245226] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.248325] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.249458] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.250679] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.251867] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.254077] acpiphp: Slot [3] registered\n[ 0.254875] acpiphp: Slot [4] registered\n[ 0.255685] acpiphp: Slot [5] registered\n[ 0.256477] acpiphp: Slot [6] registered\n[ 0.257265] acpiphp: Slot [7] registered\n[ 0.258057] acpiphp: Slot [8] registered\n[ 0.258853] acpiphp: Slot [9] registered\n[ 0.259642] acpiphp: Slot [10] registered\n[ 0.260449] acpiphp: Slot [11] registered\n[ 0.261253] acpiphp: Slot [12] registered\n[ 0.262068] acpiphp: Slot [13] registered\n[ 0.262885] acpiphp: Slot [14] registered\n[ 0.263690] acpiphp: Slot [15] registered\n[ 0.274644] acpiphp: Slot [16] registered\n[ 0.275453] acpiphp: Slot [17] registered\n[ 0.276257] acpiphp: Slot [18] registered\n[ 0.277068] acpiphp: Slot [19] registered\n[ 0.277868] acpiphp: Slot [20] registered\n[ 0.278681] acpiphp: Slot [21] registered\n[ 0.279484] acpiphp: Slot [22] registered\n[ 0.280284] acpiphp: Slot [23] registered\n[ 0.281104] acpiphp: Slot [24] registered\n[ 0.281912] acpiphp: Slot [25] registered\n[ 0.282731] acpiphp: Slot [26] registered\n[ 0.283535] acpiphp: Slot [27] registered\n[ 0.284335] acpiphp: Slot [28] registered\n[ 0.285137] acpiphp: Slot [29] registered\n[ 0.285941] acpiphp: Slot [30] registered\n[ 0.286760] acpiphp: Slot [31] registered\n[ 0.287563] PCI host bridge to bus 0000:00\n[ 0.288367] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.289569] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.290774] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.292222] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.293659] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.299865] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.301146] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.302321] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.303597] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.309927] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.311371] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.357570] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.359055] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.360473] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.361878] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.363259] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.364504] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.365651] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.366863] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.368403] vgaarb: loaded\n[ 0.369005] vgaarb: bridge control possible 0000:00:02.0\n[ 0.370119] SCSI subsystem initialized\n[ 0.370914] ACPI: bus type USB registered\n[ 0.371721] usbcore: registered new interface driver usbfs\n[ 0.372732] usbcore: registered new interface driver hub\n[ 0.373738] usbcore: registered new device driver usb\n[ 0.374777] PCI: Using ACPI for IRQ routing\n[ 0.375786] NetLabel: Initializing\n[ 0.376494] NetLabel: domain hash size = 128\n[ 0.377332] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.378262] NetLabel: unlabeled traffic allowed by default\n[ 0.379328] clocksource: Switched to clocksource kvm-clock\n[ 0.384687] AppArmor: AppArmor Filesystem Enabled\n[ 0.385629] pnp: PnP ACPI init\n[ 0.386525] pnp: PnP ACPI: found 5 devices\n[ 0.392880] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.394560] NET: Registered protocol family 2\n[ 0.395502] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.396753] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.397908] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.399048] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.400120] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.401270] NET: Registered protocol family 1\n[ 0.402123] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.403195] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.404259] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.418248] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.432302] Trying to unpack rootfs image as initramfs...\n[ 0.481638] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.495479] Scanning for low memory corruption every 60 seconds\n[ 0.496840] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.497989] audit: initializing netlink subsys (disabled)\n[ 0.498999] audit: type=2000 audit(1536063801.122:1): initialized\n[ 0.500310] Initialise system trusted keyring\n[ 0.501220] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.502369] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.504332] zbud: loaded\n[ 0.505026] VFS: Disk quotas dquot_6.6.0\n[ 0.505835] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.507344] fuse init (API version 7.23)\n[ 0.508230] Key type big_key registered\n[ 0.509017] Allocating IMA MOK and blacklist keyrings.\n[ 0.510113] Key type asymmetric registered\n[ 0.510921] Asymmetric key parser 'x509' registered\n[ 0.511885] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.513343] io scheduler noop registered\n[ 0.514130] io scheduler deadline registered (default)\n[ 0.515104] io scheduler cfq registered\n[ 0.515934] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.516966] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.518212] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.519667] ACPI: Power Button [PWRF]\n[ 0.520865] GHES: HEST is not enabled!\n[ 0.534572] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.564803] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.567673] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.591502] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.593651] Linux agpgart interface v0.103\n[ 0.595734] brd: module loaded\n[ 0.596947] loop: module loaded\n[ 0.601380] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.602816] GPT:90111 != 2097151\n[ 0.603504] GPT:Alternate GPT header not at the end of the disk.\n[ 0.604599] GPT:90111 != 2097151\n[ 0.605270] GPT: Use GNU Parted to correct GPT errors.\n[ 0.606225] vda: vda1 vda15\n[ 0.607656] scsi host0: ata_piix\n[ 0.608393] scsi host1: ata_piix\n[ 0.609095] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.610299] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.611745] libphy: Fixed MDIO Bus: probed\n[ 0.612560] tun: Universal TUN/TAP device driver, 1.6\n[ 0.613502] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.615632] PPP generic driver version 2.4.2\n[ 0.616510] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.617736] ehci-pci: EHCI PCI platform driver\n[ 0.618607] ehci-platform: EHCI generic platform driver\n[ 0.619603] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.620726] ohci-pci: OHCI PCI platform driver\n[ 0.621596] ohci-platform: OHCI generic platform driver\n[ 0.622576] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.636783] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.637795] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.639240] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.640253] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.641358] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.642570] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.643989] usb usb1: Product: UHCI Host Controller\n[ 0.644917] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.646052] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.647079] hub 1-0:1.0: USB hub found\n[ 0.647867] hub 1-0:1.0: 2 ports detected\n[ 0.648777] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.650894] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.651856] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.652889] mousedev: PS/2 mouse device common for all mice\n[ 0.654140] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.655970] rtc_cmos 00:00: RTC can wake from S4\n[ 0.657054] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.658251] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.659443] i2c /dev entries driver\n[ 0.660194] device-mapper: uevent: version 1.0.3\n[ 0.661127] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.662742] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.664025] NET: Registered protocol family 10\n[ 0.665015] NET: Registered protocol family 17\n[ 0.665907] Key type dns_resolver registered\n[ 0.666830] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.667939] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.669676] registered taskstats version 1\n[ 0.670498] Loading compiled-in X.509 certificates\n[ 0.671943] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.673781] zswap: loaded using pool lzo/zbud\n[ 0.675130] Key type trusted registered\n[ 0.676771] Key type encrypted registered\n[ 0.677619] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.678660] ima: No TPM chip found, activating TPM-bypass!\n[ 0.679741] evm: HMAC attrs: 0x1\n[ 0.680697] Magic number: 2:413:379\n[ 0.681550] rtc_cmos 00:00: setting system clock to 2018-09-04 12:23:21 UTC (1536063801)\n[ 0.683189] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.684338] EDD information not available.\n[ 0.768011] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.769471] ata1.00: configured for MWDMA2\n[ 0.770703] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.783492] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.784769] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.786044] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.787931] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.789491] Write protecting the kernel read-only data: 14336k\n[ 0.791080] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.792928] 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 0.97\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found 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.178401] 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-09-04 12:23:37,746 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/98dd3d6a-45aa-45d6-ba1c-be723341c813/action used request id req-5167ab26-a3c6-464a-bbae-bcbd5dc7d021 2018-09-04 12:23:39,752 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/servers/98dd3d6a-45aa-45d6-ba1c-be723341c813/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e4ad79cab4eff4658e98af50d773bb399ebc17d8" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-04 12:23:40,838 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12:23: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-d6a63ac2-fece-4315-9344-45c81b276a79 x-compute-request-id: req-d6a63ac2-fece-4315-9344-45c81b276a79 Content-Encoding: gzip Content-Length: 7864 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 533588077 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 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.131950] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.133607] pid_max: default: 32768 minimum: 301\n[ 0.134498] ACPI: Core revision 20150930\n[ 0.135891] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.137201] Security Framework initialized\n[ 0.138010] Yama: becoming mindful.\n[ 0.138736] AppArmor: AppArmor initialized\n[ 0.139607] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.140929] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.142200] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143402] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144792] Initializing cgroup subsys io\n[ 0.145600] Initializing cgroup subsys memory\n[ 0.146457] Initializing cgroup subsys devices\n[ 0.147338] Initializing cgroup subsys freezer\n[ 0.148203] Initializing cgroup subsys net_cls\n[ 0.149060] Initializing cgroup subsys perf_event\n[ 0.150031] Initializing cgroup subsys net_prio\n[ 0.150922] Initializing cgroup subsys hugetlb\n[ 0.151803] Initializing cgroup subsys pids\n[ 0.152677] CPU: Physical Processor ID: 0\n[ 0.154174] mce: CPU supports 10 MCE banks\n[ 0.155038] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.156034] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.166713] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.173125] ftrace: allocating 31920 entries in 125 pages\n[ 0.199516] smpboot: Max logical packages: 1\n[ 0.200393] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.201753] x2apic enabled\n[ 0.202570] Switched APIC routing to physical x2apic.\n[ 0.204334] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.205463] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.207447] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.209232] KVM setup paravirtual spinlock\n[ 0.210524] x86: Booted up 1 node, 1 CPUs\n[ 0.211326] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.212708] devtmpfs: initialized\n[ 0.214424] evm: security.selinux\n[ 0.215136] evm: security.SMACK64\n[ 0.215831] evm: security.SMACK64EXEC\n[ 0.216579] evm: security.SMACK64TRANSMUTE\n[ 0.217388] evm: security.SMACK64MMAP\n[ 0.218137] evm: security.ima\n[ 0.218776] evm: security.capability\n[ 0.219581] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.221432] pinctrl core: initialized pinctrl subsystem\n[ 0.222533] RTC time: 12:23:20, date: 09/04/18\n[ 0.223495] NET: Registered protocol family 16\n[ 0.224461] cpuidle: using governor ladder\n[ 0.225302] cpuidle: using governor menu\n[ 0.226092] PCCT header not found.\n[ 0.226843] ACPI: bus type PCI registered\n[ 0.227644] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.228875] PCI: Using configuration type 1 for base access\n[ 0.230625] ACPI: Added _OSI(Module Device)\n[ 0.231468] ACPI: Added _OSI(Processor Device)\n[ 0.232331] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.233227] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.235324] ACPI: Interpreter enabled\n[ 0.236103] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.237940] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.239779] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.241630] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.243465] ACPI: (supports S0 S5)\n[ 0.244168] ACPI: Using IOAPIC for interrupt routing\n[ 0.245226] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.248325] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.249458] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.250679] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.251867] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.254077] acpiphp: Slot [3] registered\n[ 0.254875] acpiphp: Slot [4] registered\n[ 0.255685] acpiphp: Slot [5] registered\n[ 0.256477] acpiphp: Slot [6] registered\n[ 0.257265] acpiphp: Slot [7] registered\n[ 0.258057] acpiphp: Slot [8] registered\n[ 0.258853] acpiphp: Slot [9] registered\n[ 0.259642] acpiphp: Slot [10] registered\n[ 0.260449] acpiphp: Slot [11] registered\n[ 0.261253] acpiphp: Slot [12] registered\n[ 0.262068] acpiphp: Slot [13] registered\n[ 0.262885] acpiphp: Slot [14] registered\n[ 0.263690] acpiphp: Slot [15] registered\n[ 0.274644] acpiphp: Slot [16] registered\n[ 0.275453] acpiphp: Slot [17] registered\n[ 0.276257] acpiphp: Slot [18] registered\n[ 0.277068] acpiphp: Slot [19] registered\n[ 0.277868] acpiphp: Slot [20] registered\n[ 0.278681] acpiphp: Slot [21] registered\n[ 0.279484] acpiphp: Slot [22] registered\n[ 0.280284] acpiphp: Slot [23] registered\n[ 0.281104] acpiphp: Slot [24] registered\n[ 0.281912] acpiphp: Slot [25] registered\n[ 0.282731] acpiphp: Slot [26] registered\n[ 0.283535] acpiphp: Slot [27] registered\n[ 0.284335] acpiphp: Slot [28] registered\n[ 0.285137] acpiphp: Slot [29] registered\n[ 0.285941] acpiphp: Slot [30] registered\n[ 0.286760] acpiphp: Slot [31] registered\n[ 0.287563] PCI host bridge to bus 0000:00\n[ 0.288367] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.289569] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.290774] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.292222] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.293659] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.299865] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.301146] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.302321] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.303597] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.309927] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.311371] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.357570] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.359055] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.360473] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.361878] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.363259] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.364504] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.365651] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.366863] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.368403] vgaarb: loaded\n[ 0.369005] vgaarb: bridge control possible 0000:00:02.0\n[ 0.370119] SCSI subsystem initialized\n[ 0.370914] ACPI: bus type USB registered\n[ 0.371721] usbcore: registered new interface driver usbfs\n[ 0.372732] usbcore: registered new interface driver hub\n[ 0.373738] usbcore: registered new device driver usb\n[ 0.374777] PCI: Using ACPI for IRQ routing\n[ 0.375786] NetLabel: Initializing\n[ 0.376494] NetLabel: domain hash size = 128\n[ 0.377332] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.378262] NetLabel: unlabeled traffic allowed by default\n[ 0.379328] clocksource: Switched to clocksource kvm-clock\n[ 0.384687] AppArmor: AppArmor Filesystem Enabled\n[ 0.385629] pnp: PnP ACPI init\n[ 0.386525] pnp: PnP ACPI: found 5 devices\n[ 0.392880] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.394560] NET: Registered protocol family 2\n[ 0.395502] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.396753] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.397908] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.399048] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.400120] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.401270] NET: Registered protocol family 1\n[ 0.402123] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.403195] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.404259] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.418248] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.432302] Trying to unpack rootfs image as initramfs...\n[ 0.481638] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.495479] Scanning for low memory corruption every 60 seconds\n[ 0.496840] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.497989] audit: initializing netlink subsys (disabled)\n[ 0.498999] audit: type=2000 audit(1536063801.122:1): initialized\n[ 0.500310] Initialise system trusted keyring\n[ 0.501220] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.502369] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.504332] zbud: loaded\n[ 0.505026] VFS: Disk quotas dquot_6.6.0\n[ 0.505835] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.507344] fuse init (API version 7.23)\n[ 0.508230] Key type big_key registered\n[ 0.509017] Allocating IMA MOK and blacklist keyrings.\n[ 0.510113] Key type asymmetric registered\n[ 0.510921] Asymmetric key parser 'x509' registered\n[ 0.511885] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.513343] io scheduler noop registered\n[ 0.514130] io scheduler deadline registered (default)\n[ 0.515104] io scheduler cfq registered\n[ 0.515934] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.516966] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.518212] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.519667] ACPI: Power Button [PWRF]\n[ 0.520865] GHES: HEST is not enabled!\n[ 0.534572] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.564803] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.567673] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.591502] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.593651] Linux agpgart interface v0.103\n[ 0.595734] brd: module loaded\n[ 0.596947] loop: module loaded\n[ 0.601380] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.602816] GPT:90111 != 2097151\n[ 0.603504] GPT:Alternate GPT header not at the end of the disk.\n[ 0.604599] GPT:90111 != 2097151\n[ 0.605270] GPT: Use GNU Parted to correct GPT errors.\n[ 0.606225] vda: vda1 vda15\n[ 0.607656] scsi host0: ata_piix\n[ 0.608393] scsi host1: ata_piix\n[ 0.609095] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.610299] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.611745] libphy: Fixed MDIO Bus: probed\n[ 0.612560] tun: Universal TUN/TAP device driver, 1.6\n[ 0.613502] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.615632] PPP generic driver version 2.4.2\n[ 0.616510] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.617736] ehci-pci: EHCI PCI platform driver\n[ 0.618607] ehci-platform: EHCI generic platform driver\n[ 0.619603] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.620726] ohci-pci: OHCI PCI platform driver\n[ 0.621596] ohci-platform: OHCI generic platform driver\n[ 0.622576] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.636783] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.637795] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.639240] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.640253] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.641358] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.642570] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.643989] usb usb1: Product: UHCI Host Controller\n[ 0.644917] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.646052] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.647079] hub 1-0:1.0: USB hub found\n[ 0.647867] hub 1-0:1.0: 2 ports detected\n[ 0.648777] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.650894] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.651856] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.652889] mousedev: PS/2 mouse device common for all mice\n[ 0.654140] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.655970] rtc_cmos 00:00: RTC can wake from S4\n[ 0.657054] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.658251] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.659443] i2c /dev entries driver\n[ 0.660194] device-mapper: uevent: version 1.0.3\n[ 0.661127] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.662742] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.664025] NET: Registered protocol family 10\n[ 0.665015] NET: Registered protocol family 17\n[ 0.665907] Key type dns_resolver registered\n[ 0.666830] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.667939] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.669676] registered taskstats version 1\n[ 0.670498] Loading compiled-in X.509 certificates\n[ 0.671943] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.673781] zswap: loaded using pool lzo/zbud\n[ 0.675130] Key type trusted registered\n[ 0.676771] Key type encrypted registered\n[ 0.677619] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.678660] ima: No TPM chip found, activating TPM-bypass!\n[ 0.679741] evm: HMAC attrs: 0x1\n[ 0.680697] Magic number: 2:413:379\n[ 0.681550] rtc_cmos 00:00: setting system clock to 2018-09-04 12:23:21 UTC (1536063801)\n[ 0.683189] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.684338] EDD information not available.\n[ 0.768011] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.769471] ata1.00: configured for MWDMA2\n[ 0.770703] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.783492] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.784769] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.786044] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.787931] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.789491] Write protecting the kernel read-only data: 14336k\n[ 0.791080] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.792928] 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 0.97\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found 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.178401] 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-09-04 12:23:40,838 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/98dd3d6a-45aa-45d6-ba1c-be723341c813/action used request id req-d6a63ac2-fece-4315-9344-45c81b276a79 2018-09-04 12:23:42,844 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/servers/98dd3d6a-45aa-45d6-ba1c-be723341c813/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e4ad79cab4eff4658e98af50d773bb399ebc17d8" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-04 12:23:43,923 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12:23: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-52da9727-13a3-494e-8291-488614daf306 x-compute-request-id: req-52da9727-13a3-494e-8291-488614daf306 Content-Encoding: gzip Content-Length: 7864 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 533588077 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 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.131950] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.133607] pid_max: default: 32768 minimum: 301\n[ 0.134498] ACPI: Core revision 20150930\n[ 0.135891] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.137201] Security Framework initialized\n[ 0.138010] Yama: becoming mindful.\n[ 0.138736] AppArmor: AppArmor initialized\n[ 0.139607] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.140929] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.142200] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143402] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144792] Initializing cgroup subsys io\n[ 0.145600] Initializing cgroup subsys memory\n[ 0.146457] Initializing cgroup subsys devices\n[ 0.147338] Initializing cgroup subsys freezer\n[ 0.148203] Initializing cgroup subsys net_cls\n[ 0.149060] Initializing cgroup subsys perf_event\n[ 0.150031] Initializing cgroup subsys net_prio\n[ 0.150922] Initializing cgroup subsys hugetlb\n[ 0.151803] Initializing cgroup subsys pids\n[ 0.152677] CPU: Physical Processor ID: 0\n[ 0.154174] mce: CPU supports 10 MCE banks\n[ 0.155038] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.156034] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.166713] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.173125] ftrace: allocating 31920 entries in 125 pages\n[ 0.199516] smpboot: Max logical packages: 1\n[ 0.200393] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.201753] x2apic enabled\n[ 0.202570] Switched APIC routing to physical x2apic.\n[ 0.204334] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.205463] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.207447] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.209232] KVM setup paravirtual spinlock\n[ 0.210524] x86: Booted up 1 node, 1 CPUs\n[ 0.211326] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.212708] devtmpfs: initialized\n[ 0.214424] evm: security.selinux\n[ 0.215136] evm: security.SMACK64\n[ 0.215831] evm: security.SMACK64EXEC\n[ 0.216579] evm: security.SMACK64TRANSMUTE\n[ 0.217388] evm: security.SMACK64MMAP\n[ 0.218137] evm: security.ima\n[ 0.218776] evm: security.capability\n[ 0.219581] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.221432] pinctrl core: initialized pinctrl subsystem\n[ 0.222533] RTC time: 12:23:20, date: 09/04/18\n[ 0.223495] NET: Registered protocol family 16\n[ 0.224461] cpuidle: using governor ladder\n[ 0.225302] cpuidle: using governor menu\n[ 0.226092] PCCT header not found.\n[ 0.226843] ACPI: bus type PCI registered\n[ 0.227644] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.228875] PCI: Using configuration type 1 for base access\n[ 0.230625] ACPI: Added _OSI(Module Device)\n[ 0.231468] ACPI: Added _OSI(Processor Device)\n[ 0.232331] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.233227] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.235324] ACPI: Interpreter enabled\n[ 0.236103] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.237940] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.239779] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.241630] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.243465] ACPI: (supports S0 S5)\n[ 0.244168] ACPI: Using IOAPIC for interrupt routing\n[ 0.245226] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.248325] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.249458] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.250679] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.251867] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.254077] acpiphp: Slot [3] registered\n[ 0.254875] acpiphp: Slot [4] registered\n[ 0.255685] acpiphp: Slot [5] registered\n[ 0.256477] acpiphp: Slot [6] registered\n[ 0.257265] acpiphp: Slot [7] registered\n[ 0.258057] acpiphp: Slot [8] registered\n[ 0.258853] acpiphp: Slot [9] registered\n[ 0.259642] acpiphp: Slot [10] registered\n[ 0.260449] acpiphp: Slot [11] registered\n[ 0.261253] acpiphp: Slot [12] registered\n[ 0.262068] acpiphp: Slot [13] registered\n[ 0.262885] acpiphp: Slot [14] registered\n[ 0.263690] acpiphp: Slot [15] registered\n[ 0.274644] acpiphp: Slot [16] registered\n[ 0.275453] acpiphp: Slot [17] registered\n[ 0.276257] acpiphp: Slot [18] registered\n[ 0.277068] acpiphp: Slot [19] registered\n[ 0.277868] acpiphp: Slot [20] registered\n[ 0.278681] acpiphp: Slot [21] registered\n[ 0.279484] acpiphp: Slot [22] registered\n[ 0.280284] acpiphp: Slot [23] registered\n[ 0.281104] acpiphp: Slot [24] registered\n[ 0.281912] acpiphp: Slot [25] registered\n[ 0.282731] acpiphp: Slot [26] registered\n[ 0.283535] acpiphp: Slot [27] registered\n[ 0.284335] acpiphp: Slot [28] registered\n[ 0.285137] acpiphp: Slot [29] registered\n[ 0.285941] acpiphp: Slot [30] registered\n[ 0.286760] acpiphp: Slot [31] registered\n[ 0.287563] PCI host bridge to bus 0000:00\n[ 0.288367] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.289569] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.290774] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.292222] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.293659] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.299865] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.301146] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.302321] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.303597] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.309927] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.311371] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.357570] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.359055] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.360473] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.361878] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.363259] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.364504] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.365651] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.366863] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.368403] vgaarb: loaded\n[ 0.369005] vgaarb: bridge control possible 0000:00:02.0\n[ 0.370119] SCSI subsystem initialized\n[ 0.370914] ACPI: bus type USB registered\n[ 0.371721] usbcore: registered new interface driver usbfs\n[ 0.372732] usbcore: registered new interface driver hub\n[ 0.373738] usbcore: registered new device driver usb\n[ 0.374777] PCI: Using ACPI for IRQ routing\n[ 0.375786] NetLabel: Initializing\n[ 0.376494] NetLabel: domain hash size = 128\n[ 0.377332] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.378262] NetLabel: unlabeled traffic allowed by default\n[ 0.379328] clocksource: Switched to clocksource kvm-clock\n[ 0.384687] AppArmor: AppArmor Filesystem Enabled\n[ 0.385629] pnp: PnP ACPI init\n[ 0.386525] pnp: PnP ACPI: found 5 devices\n[ 0.392880] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.394560] NET: Registered protocol family 2\n[ 0.395502] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.396753] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.397908] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.399048] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.400120] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.401270] NET: Registered protocol family 1\n[ 0.402123] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.403195] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.404259] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.418248] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.432302] Trying to unpack rootfs image as initramfs...\n[ 0.481638] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.495479] Scanning for low memory corruption every 60 seconds\n[ 0.496840] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.497989] audit: initializing netlink subsys (disabled)\n[ 0.498999] audit: type=2000 audit(1536063801.122:1): initialized\n[ 0.500310] Initialise system trusted keyring\n[ 0.501220] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.502369] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.504332] zbud: loaded\n[ 0.505026] VFS: Disk quotas dquot_6.6.0\n[ 0.505835] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.507344] fuse init (API version 7.23)\n[ 0.508230] Key type big_key registered\n[ 0.509017] Allocating IMA MOK and blacklist keyrings.\n[ 0.510113] Key type asymmetric registered\n[ 0.510921] Asymmetric key parser 'x509' registered\n[ 0.511885] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.513343] io scheduler noop registered\n[ 0.514130] io scheduler deadline registered (default)\n[ 0.515104] io scheduler cfq registered\n[ 0.515934] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.516966] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.518212] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.519667] ACPI: Power Button [PWRF]\n[ 0.520865] GHES: HEST is not enabled!\n[ 0.534572] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.564803] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.567673] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.591502] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.593651] Linux agpgart interface v0.103\n[ 0.595734] brd: module loaded\n[ 0.596947] loop: module loaded\n[ 0.601380] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.602816] GPT:90111 != 2097151\n[ 0.603504] GPT:Alternate GPT header not at the end of the disk.\n[ 0.604599] GPT:90111 != 2097151\n[ 0.605270] GPT: Use GNU Parted to correct GPT errors.\n[ 0.606225] vda: vda1 vda15\n[ 0.607656] scsi host0: ata_piix\n[ 0.608393] scsi host1: ata_piix\n[ 0.609095] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.610299] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.611745] libphy: Fixed MDIO Bus: probed\n[ 0.612560] tun: Universal TUN/TAP device driver, 1.6\n[ 0.613502] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.615632] PPP generic driver version 2.4.2\n[ 0.616510] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.617736] ehci-pci: EHCI PCI platform driver\n[ 0.618607] ehci-platform: EHCI generic platform driver\n[ 0.619603] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.620726] ohci-pci: OHCI PCI platform driver\n[ 0.621596] ohci-platform: OHCI generic platform driver\n[ 0.622576] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.636783] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.637795] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.639240] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.640253] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.641358] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.642570] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.643989] usb usb1: Product: UHCI Host Controller\n[ 0.644917] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.646052] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.647079] hub 1-0:1.0: USB hub found\n[ 0.647867] hub 1-0:1.0: 2 ports detected\n[ 0.648777] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.650894] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.651856] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.652889] mousedev: PS/2 mouse device common for all mice\n[ 0.654140] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.655970] rtc_cmos 00:00: RTC can wake from S4\n[ 0.657054] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.658251] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.659443] i2c /dev entries driver\n[ 0.660194] device-mapper: uevent: version 1.0.3\n[ 0.661127] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.662742] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.664025] NET: Registered protocol family 10\n[ 0.665015] NET: Registered protocol family 17\n[ 0.665907] Key type dns_resolver registered\n[ 0.666830] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.667939] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.669676] registered taskstats version 1\n[ 0.670498] Loading compiled-in X.509 certificates\n[ 0.671943] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.673781] zswap: loaded using pool lzo/zbud\n[ 0.675130] Key type trusted registered\n[ 0.676771] Key type encrypted registered\n[ 0.677619] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.678660] ima: No TPM chip found, activating TPM-bypass!\n[ 0.679741] evm: HMAC attrs: 0x1\n[ 0.680697] Magic number: 2:413:379\n[ 0.681550] rtc_cmos 00:00: setting system clock to 2018-09-04 12:23:21 UTC (1536063801)\n[ 0.683189] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.684338] EDD information not available.\n[ 0.768011] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.769471] ata1.00: configured for MWDMA2\n[ 0.770703] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.783492] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.784769] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.786044] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.787931] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.789491] Write protecting the kernel read-only data: 14336k\n[ 0.791080] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.792928] 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 0.97\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found 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.178401] 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-09-04 12:23:43,923 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/98dd3d6a-45aa-45d6-ba1c-be723341c813/action used request id req-52da9727-13a3-494e-8291-488614daf306 2018-09-04 12:23:45,929 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/servers/98dd3d6a-45aa-45d6-ba1c-be723341c813/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e4ad79cab4eff4658e98af50d773bb399ebc17d8" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-04 12:23:46,995 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12:23: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-3ebc7f18-1471-42fc-84f8-f1571999e434 x-compute-request-id: req-3ebc7f18-1471-42fc-84f8-f1571999e434 Content-Encoding: gzip Content-Length: 7864 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 533588077 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 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.131950] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.133607] pid_max: default: 32768 minimum: 301\n[ 0.134498] ACPI: Core revision 20150930\n[ 0.135891] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.137201] Security Framework initialized\n[ 0.138010] Yama: becoming mindful.\n[ 0.138736] AppArmor: AppArmor initialized\n[ 0.139607] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.140929] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.142200] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143402] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144792] Initializing cgroup subsys io\n[ 0.145600] Initializing cgroup subsys memory\n[ 0.146457] Initializing cgroup subsys devices\n[ 0.147338] Initializing cgroup subsys freezer\n[ 0.148203] Initializing cgroup subsys net_cls\n[ 0.149060] Initializing cgroup subsys perf_event\n[ 0.150031] Initializing cgroup subsys net_prio\n[ 0.150922] Initializing cgroup subsys hugetlb\n[ 0.151803] Initializing cgroup subsys pids\n[ 0.152677] CPU: Physical Processor ID: 0\n[ 0.154174] mce: CPU supports 10 MCE banks\n[ 0.155038] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.156034] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.166713] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.173125] ftrace: allocating 31920 entries in 125 pages\n[ 0.199516] smpboot: Max logical packages: 1\n[ 0.200393] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.201753] x2apic enabled\n[ 0.202570] Switched APIC routing to physical x2apic.\n[ 0.204334] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.205463] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.207447] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.209232] KVM setup paravirtual spinlock\n[ 0.210524] x86: Booted up 1 node, 1 CPUs\n[ 0.211326] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.212708] devtmpfs: initialized\n[ 0.214424] evm: security.selinux\n[ 0.215136] evm: security.SMACK64\n[ 0.215831] evm: security.SMACK64EXEC\n[ 0.216579] evm: security.SMACK64TRANSMUTE\n[ 0.217388] evm: security.SMACK64MMAP\n[ 0.218137] evm: security.ima\n[ 0.218776] evm: security.capability\n[ 0.219581] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.221432] pinctrl core: initialized pinctrl subsystem\n[ 0.222533] RTC time: 12:23:20, date: 09/04/18\n[ 0.223495] NET: Registered protocol family 16\n[ 0.224461] cpuidle: using governor ladder\n[ 0.225302] cpuidle: using governor menu\n[ 0.226092] PCCT header not found.\n[ 0.226843] ACPI: bus type PCI registered\n[ 0.227644] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.228875] PCI: Using configuration type 1 for base access\n[ 0.230625] ACPI: Added _OSI(Module Device)\n[ 0.231468] ACPI: Added _OSI(Processor Device)\n[ 0.232331] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.233227] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.235324] ACPI: Interpreter enabled\n[ 0.236103] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.237940] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.239779] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.241630] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.243465] ACPI: (supports S0 S5)\n[ 0.244168] ACPI: Using IOAPIC for interrupt routing\n[ 0.245226] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.248325] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.249458] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.250679] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.251867] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.254077] acpiphp: Slot [3] registered\n[ 0.254875] acpiphp: Slot [4] registered\n[ 0.255685] acpiphp: Slot [5] registered\n[ 0.256477] acpiphp: Slot [6] registered\n[ 0.257265] acpiphp: Slot [7] registered\n[ 0.258057] acpiphp: Slot [8] registered\n[ 0.258853] acpiphp: Slot [9] registered\n[ 0.259642] acpiphp: Slot [10] registered\n[ 0.260449] acpiphp: Slot [11] registered\n[ 0.261253] acpiphp: Slot [12] registered\n[ 0.262068] acpiphp: Slot [13] registered\n[ 0.262885] acpiphp: Slot [14] registered\n[ 0.263690] acpiphp: Slot [15] registered\n[ 0.274644] acpiphp: Slot [16] registered\n[ 0.275453] acpiphp: Slot [17] registered\n[ 0.276257] acpiphp: Slot [18] registered\n[ 0.277068] acpiphp: Slot [19] registered\n[ 0.277868] acpiphp: Slot [20] registered\n[ 0.278681] acpiphp: Slot [21] registered\n[ 0.279484] acpiphp: Slot [22] registered\n[ 0.280284] acpiphp: Slot [23] registered\n[ 0.281104] acpiphp: Slot [24] registered\n[ 0.281912] acpiphp: Slot [25] registered\n[ 0.282731] acpiphp: Slot [26] registered\n[ 0.283535] acpiphp: Slot [27] registered\n[ 0.284335] acpiphp: Slot [28] registered\n[ 0.285137] acpiphp: Slot [29] registered\n[ 0.285941] acpiphp: Slot [30] registered\n[ 0.286760] acpiphp: Slot [31] registered\n[ 0.287563] PCI host bridge to bus 0000:00\n[ 0.288367] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.289569] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.290774] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.292222] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.293659] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.299865] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.301146] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.302321] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.303597] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.309927] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.311371] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.357570] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.359055] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.360473] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.361878] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.363259] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.364504] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.365651] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.366863] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.368403] vgaarb: loaded\n[ 0.369005] vgaarb: bridge control possible 0000:00:02.0\n[ 0.370119] SCSI subsystem initialized\n[ 0.370914] ACPI: bus type USB registered\n[ 0.371721] usbcore: registered new interface driver usbfs\n[ 0.372732] usbcore: registered new interface driver hub\n[ 0.373738] usbcore: registered new device driver usb\n[ 0.374777] PCI: Using ACPI for IRQ routing\n[ 0.375786] NetLabel: Initializing\n[ 0.376494] NetLabel: domain hash size = 128\n[ 0.377332] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.378262] NetLabel: unlabeled traffic allowed by default\n[ 0.379328] clocksource: Switched to clocksource kvm-clock\n[ 0.384687] AppArmor: AppArmor Filesystem Enabled\n[ 0.385629] pnp: PnP ACPI init\n[ 0.386525] pnp: PnP ACPI: found 5 devices\n[ 0.392880] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.394560] NET: Registered protocol family 2\n[ 0.395502] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.396753] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.397908] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.399048] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.400120] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.401270] NET: Registered protocol family 1\n[ 0.402123] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.403195] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.404259] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.418248] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.432302] Trying to unpack rootfs image as initramfs...\n[ 0.481638] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.495479] Scanning for low memory corruption every 60 seconds\n[ 0.496840] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.497989] audit: initializing netlink subsys (disabled)\n[ 0.498999] audit: type=2000 audit(1536063801.122:1): initialized\n[ 0.500310] Initialise system trusted keyring\n[ 0.501220] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.502369] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.504332] zbud: loaded\n[ 0.505026] VFS: Disk quotas dquot_6.6.0\n[ 0.505835] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.507344] fuse init (API version 7.23)\n[ 0.508230] Key type big_key registered\n[ 0.509017] Allocating IMA MOK and blacklist keyrings.\n[ 0.510113] Key type asymmetric registered\n[ 0.510921] Asymmetric key parser 'x509' registered\n[ 0.511885] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.513343] io scheduler noop registered\n[ 0.514130] io scheduler deadline registered (default)\n[ 0.515104] io scheduler cfq registered\n[ 0.515934] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.516966] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.518212] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.519667] ACPI: Power Button [PWRF]\n[ 0.520865] GHES: HEST is not enabled!\n[ 0.534572] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.564803] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.567673] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.591502] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.593651] Linux agpgart interface v0.103\n[ 0.595734] brd: module loaded\n[ 0.596947] loop: module loaded\n[ 0.601380] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.602816] GPT:90111 != 2097151\n[ 0.603504] GPT:Alternate GPT header not at the end of the disk.\n[ 0.604599] GPT:90111 != 2097151\n[ 0.605270] GPT: Use GNU Parted to correct GPT errors.\n[ 0.606225] vda: vda1 vda15\n[ 0.607656] scsi host0: ata_piix\n[ 0.608393] scsi host1: ata_piix\n[ 0.609095] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.610299] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.611745] libphy: Fixed MDIO Bus: probed\n[ 0.612560] tun: Universal TUN/TAP device driver, 1.6\n[ 0.613502] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.615632] PPP generic driver version 2.4.2\n[ 0.616510] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.617736] ehci-pci: EHCI PCI platform driver\n[ 0.618607] ehci-platform: EHCI generic platform driver\n[ 0.619603] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.620726] ohci-pci: OHCI PCI platform driver\n[ 0.621596] ohci-platform: OHCI generic platform driver\n[ 0.622576] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.636783] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.637795] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.639240] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.640253] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.641358] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.642570] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.643989] usb usb1: Product: UHCI Host Controller\n[ 0.644917] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.646052] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.647079] hub 1-0:1.0: USB hub found\n[ 0.647867] hub 1-0:1.0: 2 ports detected\n[ 0.648777] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.650894] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.651856] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.652889] mousedev: PS/2 mouse device common for all mice\n[ 0.654140] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.655970] rtc_cmos 00:00: RTC can wake from S4\n[ 0.657054] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.658251] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.659443] i2c /dev entries driver\n[ 0.660194] device-mapper: uevent: version 1.0.3\n[ 0.661127] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.662742] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.664025] NET: Registered protocol family 10\n[ 0.665015] NET: Registered protocol family 17\n[ 0.665907] Key type dns_resolver registered\n[ 0.666830] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.667939] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.669676] registered taskstats version 1\n[ 0.670498] Loading compiled-in X.509 certificates\n[ 0.671943] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.673781] zswap: loaded using pool lzo/zbud\n[ 0.675130] Key type trusted registered\n[ 0.676771] Key type encrypted registered\n[ 0.677619] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.678660] ima: No TPM chip found, activating TPM-bypass!\n[ 0.679741] evm: HMAC attrs: 0x1\n[ 0.680697] Magic number: 2:413:379\n[ 0.681550] rtc_cmos 00:00: setting system clock to 2018-09-04 12:23:21 UTC (1536063801)\n[ 0.683189] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.684338] EDD information not available.\n[ 0.768011] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.769471] ata1.00: configured for MWDMA2\n[ 0.770703] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.783492] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.784769] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.786044] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.787931] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.789491] Write protecting the kernel read-only data: 14336k\n[ 0.791080] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.792928] 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 0.97\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found 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.178401] 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-09-04 12:23:46,995 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/98dd3d6a-45aa-45d6-ba1c-be723341c813/action used request id req-3ebc7f18-1471-42fc-84f8-f1571999e434 2018-09-04 12:23:49,001 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/servers/98dd3d6a-45aa-45d6-ba1c-be723341c813/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e4ad79cab4eff4658e98af50d773bb399ebc17d8" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-04 12:23:50,076 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12:23: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-91616499-3340-471b-b85b-e38db6c22f7e x-compute-request-id: req-91616499-3340-471b-b85b-e38db6c22f7e Content-Encoding: gzip Content-Length: 7864 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 533588077 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 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.131950] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.133607] pid_max: default: 32768 minimum: 301\n[ 0.134498] ACPI: Core revision 20150930\n[ 0.135891] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.137201] Security Framework initialized\n[ 0.138010] Yama: becoming mindful.\n[ 0.138736] AppArmor: AppArmor initialized\n[ 0.139607] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.140929] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.142200] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143402] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144792] Initializing cgroup subsys io\n[ 0.145600] Initializing cgroup subsys memory\n[ 0.146457] Initializing cgroup subsys devices\n[ 0.147338] Initializing cgroup subsys freezer\n[ 0.148203] Initializing cgroup subsys net_cls\n[ 0.149060] Initializing cgroup subsys perf_event\n[ 0.150031] Initializing cgroup subsys net_prio\n[ 0.150922] Initializing cgroup subsys hugetlb\n[ 0.151803] Initializing cgroup subsys pids\n[ 0.152677] CPU: Physical Processor ID: 0\n[ 0.154174] mce: CPU supports 10 MCE banks\n[ 0.155038] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.156034] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.166713] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.173125] ftrace: allocating 31920 entries in 125 pages\n[ 0.199516] smpboot: Max logical packages: 1\n[ 0.200393] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.201753] x2apic enabled\n[ 0.202570] Switched APIC routing to physical x2apic.\n[ 0.204334] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.205463] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.207447] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.209232] KVM setup paravirtual spinlock\n[ 0.210524] x86: Booted up 1 node, 1 CPUs\n[ 0.211326] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.212708] devtmpfs: initialized\n[ 0.214424] evm: security.selinux\n[ 0.215136] evm: security.SMACK64\n[ 0.215831] evm: security.SMACK64EXEC\n[ 0.216579] evm: security.SMACK64TRANSMUTE\n[ 0.217388] evm: security.SMACK64MMAP\n[ 0.218137] evm: security.ima\n[ 0.218776] evm: security.capability\n[ 0.219581] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.221432] pinctrl core: initialized pinctrl subsystem\n[ 0.222533] RTC time: 12:23:20, date: 09/04/18\n[ 0.223495] NET: Registered protocol family 16\n[ 0.224461] cpuidle: using governor ladder\n[ 0.225302] cpuidle: using governor menu\n[ 0.226092] PCCT header not found.\n[ 0.226843] ACPI: bus type PCI registered\n[ 0.227644] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.228875] PCI: Using configuration type 1 for base access\n[ 0.230625] ACPI: Added _OSI(Module Device)\n[ 0.231468] ACPI: Added _OSI(Processor Device)\n[ 0.232331] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.233227] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.235324] ACPI: Interpreter enabled\n[ 0.236103] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.237940] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.239779] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.241630] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.243465] ACPI: (supports S0 S5)\n[ 0.244168] ACPI: Using IOAPIC for interrupt routing\n[ 0.245226] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.248325] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.249458] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.250679] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.251867] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.254077] acpiphp: Slot [3] registered\n[ 0.254875] acpiphp: Slot [4] registered\n[ 0.255685] acpiphp: Slot [5] registered\n[ 0.256477] acpiphp: Slot [6] registered\n[ 0.257265] acpiphp: Slot [7] registered\n[ 0.258057] acpiphp: Slot [8] registered\n[ 0.258853] acpiphp: Slot [9] registered\n[ 0.259642] acpiphp: Slot [10] registered\n[ 0.260449] acpiphp: Slot [11] registered\n[ 0.261253] acpiphp: Slot [12] registered\n[ 0.262068] acpiphp: Slot [13] registered\n[ 0.262885] acpiphp: Slot [14] registered\n[ 0.263690] acpiphp: Slot [15] registered\n[ 0.274644] acpiphp: Slot [16] registered\n[ 0.275453] acpiphp: Slot [17] registered\n[ 0.276257] acpiphp: Slot [18] registered\n[ 0.277068] acpiphp: Slot [19] registered\n[ 0.277868] acpiphp: Slot [20] registered\n[ 0.278681] acpiphp: Slot [21] registered\n[ 0.279484] acpiphp: Slot [22] registered\n[ 0.280284] acpiphp: Slot [23] registered\n[ 0.281104] acpiphp: Slot [24] registered\n[ 0.281912] acpiphp: Slot [25] registered\n[ 0.282731] acpiphp: Slot [26] registered\n[ 0.283535] acpiphp: Slot [27] registered\n[ 0.284335] acpiphp: Slot [28] registered\n[ 0.285137] acpiphp: Slot [29] registered\n[ 0.285941] acpiphp: Slot [30] registered\n[ 0.286760] acpiphp: Slot [31] registered\n[ 0.287563] PCI host bridge to bus 0000:00\n[ 0.288367] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.289569] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.290774] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.292222] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.293659] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.299865] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.301146] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.302321] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.303597] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.309927] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.311371] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.357570] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.359055] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.360473] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.361878] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.363259] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.364504] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.365651] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.366863] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.368403] vgaarb: loaded\n[ 0.369005] vgaarb: bridge control possible 0000:00:02.0\n[ 0.370119] SCSI subsystem initialized\n[ 0.370914] ACPI: bus type USB registered\n[ 0.371721] usbcore: registered new interface driver usbfs\n[ 0.372732] usbcore: registered new interface driver hub\n[ 0.373738] usbcore: registered new device driver usb\n[ 0.374777] PCI: Using ACPI for IRQ routing\n[ 0.375786] NetLabel: Initializing\n[ 0.376494] NetLabel: domain hash size = 128\n[ 0.377332] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.378262] NetLabel: unlabeled traffic allowed by default\n[ 0.379328] clocksource: Switched to clocksource kvm-clock\n[ 0.384687] AppArmor: AppArmor Filesystem Enabled\n[ 0.385629] pnp: PnP ACPI init\n[ 0.386525] pnp: PnP ACPI: found 5 devices\n[ 0.392880] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.394560] NET: Registered protocol family 2\n[ 0.395502] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.396753] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.397908] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.399048] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.400120] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.401270] NET: Registered protocol family 1\n[ 0.402123] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.403195] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.404259] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.418248] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.432302] Trying to unpack rootfs image as initramfs...\n[ 0.481638] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.495479] Scanning for low memory corruption every 60 seconds\n[ 0.496840] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.497989] audit: initializing netlink subsys (disabled)\n[ 0.498999] audit: type=2000 audit(1536063801.122:1): initialized\n[ 0.500310] Initialise system trusted keyring\n[ 0.501220] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.502369] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.504332] zbud: loaded\n[ 0.505026] VFS: Disk quotas dquot_6.6.0\n[ 0.505835] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.507344] fuse init (API version 7.23)\n[ 0.508230] Key type big_key registered\n[ 0.509017] Allocating IMA MOK and blacklist keyrings.\n[ 0.510113] Key type asymmetric registered\n[ 0.510921] Asymmetric key parser 'x509' registered\n[ 0.511885] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.513343] io scheduler noop registered\n[ 0.514130] io scheduler deadline registered (default)\n[ 0.515104] io scheduler cfq registered\n[ 0.515934] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.516966] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.518212] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.519667] ACPI: Power Button [PWRF]\n[ 0.520865] GHES: HEST is not enabled!\n[ 0.534572] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.564803] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.567673] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.591502] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.593651] Linux agpgart interface v0.103\n[ 0.595734] brd: module loaded\n[ 0.596947] loop: module loaded\n[ 0.601380] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.602816] GPT:90111 != 2097151\n[ 0.603504] GPT:Alternate GPT header not at the end of the disk.\n[ 0.604599] GPT:90111 != 2097151\n[ 0.605270] GPT: Use GNU Parted to correct GPT errors.\n[ 0.606225] vda: vda1 vda15\n[ 0.607656] scsi host0: ata_piix\n[ 0.608393] scsi host1: ata_piix\n[ 0.609095] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.610299] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.611745] libphy: Fixed MDIO Bus: probed\n[ 0.612560] tun: Universal TUN/TAP device driver, 1.6\n[ 0.613502] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.615632] PPP generic driver version 2.4.2\n[ 0.616510] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.617736] ehci-pci: EHCI PCI platform driver\n[ 0.618607] ehci-platform: EHCI generic platform driver\n[ 0.619603] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.620726] ohci-pci: OHCI PCI platform driver\n[ 0.621596] ohci-platform: OHCI generic platform driver\n[ 0.622576] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.636783] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.637795] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.639240] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.640253] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.641358] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.642570] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.643989] usb usb1: Product: UHCI Host Controller\n[ 0.644917] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.646052] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.647079] hub 1-0:1.0: USB hub found\n[ 0.647867] hub 1-0:1.0: 2 ports detected\n[ 0.648777] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.650894] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.651856] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.652889] mousedev: PS/2 mouse device common for all mice\n[ 0.654140] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.655970] rtc_cmos 00:00: RTC can wake from S4\n[ 0.657054] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.658251] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.659443] i2c /dev entries driver\n[ 0.660194] device-mapper: uevent: version 1.0.3\n[ 0.661127] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.662742] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.664025] NET: Registered protocol family 10\n[ 0.665015] NET: Registered protocol family 17\n[ 0.665907] Key type dns_resolver registered\n[ 0.666830] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.667939] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.669676] registered taskstats version 1\n[ 0.670498] Loading compiled-in X.509 certificates\n[ 0.671943] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.673781] zswap: loaded using pool lzo/zbud\n[ 0.675130] Key type trusted registered\n[ 0.676771] Key type encrypted registered\n[ 0.677619] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.678660] ima: No TPM chip found, activating TPM-bypass!\n[ 0.679741] evm: HMAC attrs: 0x1\n[ 0.680697] Magic number: 2:413:379\n[ 0.681550] rtc_cmos 00:00: setting system clock to 2018-09-04 12:23:21 UTC (1536063801)\n[ 0.683189] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.684338] EDD information not available.\n[ 0.768011] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.769471] ata1.00: configured for MWDMA2\n[ 0.770703] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.783492] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.784769] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.786044] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.787931] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.789491] Write protecting the kernel read-only data: 14336k\n[ 0.791080] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.792928] 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 0.97\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found 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.178401] 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-09-04 12:23:50,077 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/98dd3d6a-45aa-45d6-ba1c-be723341c813/action used request id req-91616499-3340-471b-b85b-e38db6c22f7e 2018-09-04 12:23:52,082 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/servers/98dd3d6a-45aa-45d6-ba1c-be723341c813/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e4ad79cab4eff4658e98af50d773bb399ebc17d8" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-04 12:23:53,158 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12:23: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-e6961522-3240-475e-ac85-017dc032873f x-compute-request-id: req-e6961522-3240-475e-ac85-017dc032873f Content-Encoding: gzip Content-Length: 7864 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 533588077 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 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.131950] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.133607] pid_max: default: 32768 minimum: 301\n[ 0.134498] ACPI: Core revision 20150930\n[ 0.135891] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.137201] Security Framework initialized\n[ 0.138010] Yama: becoming mindful.\n[ 0.138736] AppArmor: AppArmor initialized\n[ 0.139607] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.140929] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.142200] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143402] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144792] Initializing cgroup subsys io\n[ 0.145600] Initializing cgroup subsys memory\n[ 0.146457] Initializing cgroup subsys devices\n[ 0.147338] Initializing cgroup subsys freezer\n[ 0.148203] Initializing cgroup subsys net_cls\n[ 0.149060] Initializing cgroup subsys perf_event\n[ 0.150031] Initializing cgroup subsys net_prio\n[ 0.150922] Initializing cgroup subsys hugetlb\n[ 0.151803] Initializing cgroup subsys pids\n[ 0.152677] CPU: Physical Processor ID: 0\n[ 0.154174] mce: CPU supports 10 MCE banks\n[ 0.155038] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.156034] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.166713] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.173125] ftrace: allocating 31920 entries in 125 pages\n[ 0.199516] smpboot: Max logical packages: 1\n[ 0.200393] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.201753] x2apic enabled\n[ 0.202570] Switched APIC routing to physical x2apic.\n[ 0.204334] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.205463] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.207447] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.209232] KVM setup paravirtual spinlock\n[ 0.210524] x86: Booted up 1 node, 1 CPUs\n[ 0.211326] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.212708] devtmpfs: initialized\n[ 0.214424] evm: security.selinux\n[ 0.215136] evm: security.SMACK64\n[ 0.215831] evm: security.SMACK64EXEC\n[ 0.216579] evm: security.SMACK64TRANSMUTE\n[ 0.217388] evm: security.SMACK64MMAP\n[ 0.218137] evm: security.ima\n[ 0.218776] evm: security.capability\n[ 0.219581] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.221432] pinctrl core: initialized pinctrl subsystem\n[ 0.222533] RTC time: 12:23:20, date: 09/04/18\n[ 0.223495] NET: Registered protocol family 16\n[ 0.224461] cpuidle: using governor ladder\n[ 0.225302] cpuidle: using governor menu\n[ 0.226092] PCCT header not found.\n[ 0.226843] ACPI: bus type PCI registered\n[ 0.227644] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.228875] PCI: Using configuration type 1 for base access\n[ 0.230625] ACPI: Added _OSI(Module Device)\n[ 0.231468] ACPI: Added _OSI(Processor Device)\n[ 0.232331] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.233227] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.235324] ACPI: Interpreter enabled\n[ 0.236103] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.237940] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.239779] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.241630] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.243465] ACPI: (supports S0 S5)\n[ 0.244168] ACPI: Using IOAPIC for interrupt routing\n[ 0.245226] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.248325] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.249458] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.250679] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.251867] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.254077] acpiphp: Slot [3] registered\n[ 0.254875] acpiphp: Slot [4] registered\n[ 0.255685] acpiphp: Slot [5] registered\n[ 0.256477] acpiphp: Slot [6] registered\n[ 0.257265] acpiphp: Slot [7] registered\n[ 0.258057] acpiphp: Slot [8] registered\n[ 0.258853] acpiphp: Slot [9] registered\n[ 0.259642] acpiphp: Slot [10] registered\n[ 0.260449] acpiphp: Slot [11] registered\n[ 0.261253] acpiphp: Slot [12] registered\n[ 0.262068] acpiphp: Slot [13] registered\n[ 0.262885] acpiphp: Slot [14] registered\n[ 0.263690] acpiphp: Slot [15] registered\n[ 0.274644] acpiphp: Slot [16] registered\n[ 0.275453] acpiphp: Slot [17] registered\n[ 0.276257] acpiphp: Slot [18] registered\n[ 0.277068] acpiphp: Slot [19] registered\n[ 0.277868] acpiphp: Slot [20] registered\n[ 0.278681] acpiphp: Slot [21] registered\n[ 0.279484] acpiphp: Slot [22] registered\n[ 0.280284] acpiphp: Slot [23] registered\n[ 0.281104] acpiphp: Slot [24] registered\n[ 0.281912] acpiphp: Slot [25] registered\n[ 0.282731] acpiphp: Slot [26] registered\n[ 0.283535] acpiphp: Slot [27] registered\n[ 0.284335] acpiphp: Slot [28] registered\n[ 0.285137] acpiphp: Slot [29] registered\n[ 0.285941] acpiphp: Slot [30] registered\n[ 0.286760] acpiphp: Slot [31] registered\n[ 0.287563] PCI host bridge to bus 0000:00\n[ 0.288367] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.289569] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.290774] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.292222] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.293659] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.299865] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.301146] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.302321] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.303597] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.309927] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.311371] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.357570] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.359055] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.360473] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.361878] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.363259] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.364504] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.365651] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.366863] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.368403] vgaarb: loaded\n[ 0.369005] vgaarb: bridge control possible 0000:00:02.0\n[ 0.370119] SCSI subsystem initialized\n[ 0.370914] ACPI: bus type USB registered\n[ 0.371721] usbcore: registered new interface driver usbfs\n[ 0.372732] usbcore: registered new interface driver hub\n[ 0.373738] usbcore: registered new device driver usb\n[ 0.374777] PCI: Using ACPI for IRQ routing\n[ 0.375786] NetLabel: Initializing\n[ 0.376494] NetLabel: domain hash size = 128\n[ 0.377332] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.378262] NetLabel: unlabeled traffic allowed by default\n[ 0.379328] clocksource: Switched to clocksource kvm-clock\n[ 0.384687] AppArmor: AppArmor Filesystem Enabled\n[ 0.385629] pnp: PnP ACPI init\n[ 0.386525] pnp: PnP ACPI: found 5 devices\n[ 0.392880] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.394560] NET: Registered protocol family 2\n[ 0.395502] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.396753] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.397908] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.399048] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.400120] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.401270] NET: Registered protocol family 1\n[ 0.402123] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.403195] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.404259] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.418248] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.432302] Trying to unpack rootfs image as initramfs...\n[ 0.481638] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.495479] Scanning for low memory corruption every 60 seconds\n[ 0.496840] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.497989] audit: initializing netlink subsys (disabled)\n[ 0.498999] audit: type=2000 audit(1536063801.122:1): initialized\n[ 0.500310] Initialise system trusted keyring\n[ 0.501220] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.502369] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.504332] zbud: loaded\n[ 0.505026] VFS: Disk quotas dquot_6.6.0\n[ 0.505835] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.507344] fuse init (API version 7.23)\n[ 0.508230] Key type big_key registered\n[ 0.509017] Allocating IMA MOK and blacklist keyrings.\n[ 0.510113] Key type asymmetric registered\n[ 0.510921] Asymmetric key parser 'x509' registered\n[ 0.511885] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.513343] io scheduler noop registered\n[ 0.514130] io scheduler deadline registered (default)\n[ 0.515104] io scheduler cfq registered\n[ 0.515934] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.516966] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.518212] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.519667] ACPI: Power Button [PWRF]\n[ 0.520865] GHES: HEST is not enabled!\n[ 0.534572] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.564803] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.567673] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.591502] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.593651] Linux agpgart interface v0.103\n[ 0.595734] brd: module loaded\n[ 0.596947] loop: module loaded\n[ 0.601380] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.602816] GPT:90111 != 2097151\n[ 0.603504] GPT:Alternate GPT header not at the end of the disk.\n[ 0.604599] GPT:90111 != 2097151\n[ 0.605270] GPT: Use GNU Parted to correct GPT errors.\n[ 0.606225] vda: vda1 vda15\n[ 0.607656] scsi host0: ata_piix\n[ 0.608393] scsi host1: ata_piix\n[ 0.609095] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.610299] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.611745] libphy: Fixed MDIO Bus: probed\n[ 0.612560] tun: Universal TUN/TAP device driver, 1.6\n[ 0.613502] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.615632] PPP generic driver version 2.4.2\n[ 0.616510] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.617736] ehci-pci: EHCI PCI platform driver\n[ 0.618607] ehci-platform: EHCI generic platform driver\n[ 0.619603] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.620726] ohci-pci: OHCI PCI platform driver\n[ 0.621596] ohci-platform: OHCI generic platform driver\n[ 0.622576] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.636783] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.637795] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.639240] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.640253] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.641358] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.642570] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.643989] usb usb1: Product: UHCI Host Controller\n[ 0.644917] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.646052] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.647079] hub 1-0:1.0: USB hub found\n[ 0.647867] hub 1-0:1.0: 2 ports detected\n[ 0.648777] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.650894] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.651856] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.652889] mousedev: PS/2 mouse device common for all mice\n[ 0.654140] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.655970] rtc_cmos 00:00: RTC can wake from S4\n[ 0.657054] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.658251] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.659443] i2c /dev entries driver\n[ 0.660194] device-mapper: uevent: version 1.0.3\n[ 0.661127] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.662742] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.664025] NET: Registered protocol family 10\n[ 0.665015] NET: Registered protocol family 17\n[ 0.665907] Key type dns_resolver registered\n[ 0.666830] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.667939] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.669676] registered taskstats version 1\n[ 0.670498] Loading compiled-in X.509 certificates\n[ 0.671943] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.673781] zswap: loaded using pool lzo/zbud\n[ 0.675130] Key type trusted registered\n[ 0.676771] Key type encrypted registered\n[ 0.677619] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.678660] ima: No TPM chip found, activating TPM-bypass!\n[ 0.679741] evm: HMAC attrs: 0x1\n[ 0.680697] Magic number: 2:413:379\n[ 0.681550] rtc_cmos 00:00: setting system clock to 2018-09-04 12:23:21 UTC (1536063801)\n[ 0.683189] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.684338] EDD information not available.\n[ 0.768011] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.769471] ata1.00: configured for MWDMA2\n[ 0.770703] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.783492] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.784769] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.786044] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.787931] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.789491] Write protecting the kernel read-only data: 14336k\n[ 0.791080] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.792928] 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 0.97\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found 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.178401] 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-09-04 12:23:53,159 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/98dd3d6a-45aa-45d6-ba1c-be723341c813/action used request id req-e6961522-3240-475e-ac85-017dc032873f 2018-09-04 12:23:55,165 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/servers/98dd3d6a-45aa-45d6-ba1c-be723341c813/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e4ad79cab4eff4658e98af50d773bb399ebc17d8" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-04 12:23:56,236 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12:23: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-7fbe34aa-0d3b-4c36-9b0b-037a0c557798 x-compute-request-id: req-7fbe34aa-0d3b-4c36-9b0b-037a0c557798 Content-Encoding: gzip Content-Length: 7864 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 533588077 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 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.131950] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.133607] pid_max: default: 32768 minimum: 301\n[ 0.134498] ACPI: Core revision 20150930\n[ 0.135891] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.137201] Security Framework initialized\n[ 0.138010] Yama: becoming mindful.\n[ 0.138736] AppArmor: AppArmor initialized\n[ 0.139607] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.140929] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.142200] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143402] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144792] Initializing cgroup subsys io\n[ 0.145600] Initializing cgroup subsys memory\n[ 0.146457] Initializing cgroup subsys devices\n[ 0.147338] Initializing cgroup subsys freezer\n[ 0.148203] Initializing cgroup subsys net_cls\n[ 0.149060] Initializing cgroup subsys perf_event\n[ 0.150031] Initializing cgroup subsys net_prio\n[ 0.150922] Initializing cgroup subsys hugetlb\n[ 0.151803] Initializing cgroup subsys pids\n[ 0.152677] CPU: Physical Processor ID: 0\n[ 0.154174] mce: CPU supports 10 MCE banks\n[ 0.155038] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.156034] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.166713] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.173125] ftrace: allocating 31920 entries in 125 pages\n[ 0.199516] smpboot: Max logical packages: 1\n[ 0.200393] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.201753] x2apic enabled\n[ 0.202570] Switched APIC routing to physical x2apic.\n[ 0.204334] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.205463] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.207447] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.209232] KVM setup paravirtual spinlock\n[ 0.210524] x86: Booted up 1 node, 1 CPUs\n[ 0.211326] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.212708] devtmpfs: initialized\n[ 0.214424] evm: security.selinux\n[ 0.215136] evm: security.SMACK64\n[ 0.215831] evm: security.SMACK64EXEC\n[ 0.216579] evm: security.SMACK64TRANSMUTE\n[ 0.217388] evm: security.SMACK64MMAP\n[ 0.218137] evm: security.ima\n[ 0.218776] evm: security.capability\n[ 0.219581] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.221432] pinctrl core: initialized pinctrl subsystem\n[ 0.222533] RTC time: 12:23:20, date: 09/04/18\n[ 0.223495] NET: Registered protocol family 16\n[ 0.224461] cpuidle: using governor ladder\n[ 0.225302] cpuidle: using governor menu\n[ 0.226092] PCCT header not found.\n[ 0.226843] ACPI: bus type PCI registered\n[ 0.227644] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.228875] PCI: Using configuration type 1 for base access\n[ 0.230625] ACPI: Added _OSI(Module Device)\n[ 0.231468] ACPI: Added _OSI(Processor Device)\n[ 0.232331] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.233227] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.235324] ACPI: Interpreter enabled\n[ 0.236103] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.237940] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.239779] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.241630] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.243465] ACPI: (supports S0 S5)\n[ 0.244168] ACPI: Using IOAPIC for interrupt routing\n[ 0.245226] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.248325] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.249458] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.250679] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.251867] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.254077] acpiphp: Slot [3] registered\n[ 0.254875] acpiphp: Slot [4] registered\n[ 0.255685] acpiphp: Slot [5] registered\n[ 0.256477] acpiphp: Slot [6] registered\n[ 0.257265] acpiphp: Slot [7] registered\n[ 0.258057] acpiphp: Slot [8] registered\n[ 0.258853] acpiphp: Slot [9] registered\n[ 0.259642] acpiphp: Slot [10] registered\n[ 0.260449] acpiphp: Slot [11] registered\n[ 0.261253] acpiphp: Slot [12] registered\n[ 0.262068] acpiphp: Slot [13] registered\n[ 0.262885] acpiphp: Slot [14] registered\n[ 0.263690] acpiphp: Slot [15] registered\n[ 0.274644] acpiphp: Slot [16] registered\n[ 0.275453] acpiphp: Slot [17] registered\n[ 0.276257] acpiphp: Slot [18] registered\n[ 0.277068] acpiphp: Slot [19] registered\n[ 0.277868] acpiphp: Slot [20] registered\n[ 0.278681] acpiphp: Slot [21] registered\n[ 0.279484] acpiphp: Slot [22] registered\n[ 0.280284] acpiphp: Slot [23] registered\n[ 0.281104] acpiphp: Slot [24] registered\n[ 0.281912] acpiphp: Slot [25] registered\n[ 0.282731] acpiphp: Slot [26] registered\n[ 0.283535] acpiphp: Slot [27] registered\n[ 0.284335] acpiphp: Slot [28] registered\n[ 0.285137] acpiphp: Slot [29] registered\n[ 0.285941] acpiphp: Slot [30] registered\n[ 0.286760] acpiphp: Slot [31] registered\n[ 0.287563] PCI host bridge to bus 0000:00\n[ 0.288367] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.289569] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.290774] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.292222] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.293659] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.299865] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.301146] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.302321] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.303597] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.309927] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.311371] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.357570] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.359055] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.360473] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.361878] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.363259] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.364504] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.365651] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.366863] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.368403] vgaarb: loaded\n[ 0.369005] vgaarb: bridge control possible 0000:00:02.0\n[ 0.370119] SCSI subsystem initialized\n[ 0.370914] ACPI: bus type USB registered\n[ 0.371721] usbcore: registered new interface driver usbfs\n[ 0.372732] usbcore: registered new interface driver hub\n[ 0.373738] usbcore: registered new device driver usb\n[ 0.374777] PCI: Using ACPI for IRQ routing\n[ 0.375786] NetLabel: Initializing\n[ 0.376494] NetLabel: domain hash size = 128\n[ 0.377332] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.378262] NetLabel: unlabeled traffic allowed by default\n[ 0.379328] clocksource: Switched to clocksource kvm-clock\n[ 0.384687] AppArmor: AppArmor Filesystem Enabled\n[ 0.385629] pnp: PnP ACPI init\n[ 0.386525] pnp: PnP ACPI: found 5 devices\n[ 0.392880] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.394560] NET: Registered protocol family 2\n[ 0.395502] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.396753] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.397908] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.399048] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.400120] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.401270] NET: Registered protocol family 1\n[ 0.402123] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.403195] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.404259] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.418248] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.432302] Trying to unpack rootfs image as initramfs...\n[ 0.481638] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.495479] Scanning for low memory corruption every 60 seconds\n[ 0.496840] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.497989] audit: initializing netlink subsys (disabled)\n[ 0.498999] audit: type=2000 audit(1536063801.122:1): initialized\n[ 0.500310] Initialise system trusted keyring\n[ 0.501220] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.502369] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.504332] zbud: loaded\n[ 0.505026] VFS: Disk quotas dquot_6.6.0\n[ 0.505835] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.507344] fuse init (API version 7.23)\n[ 0.508230] Key type big_key registered\n[ 0.509017] Allocating IMA MOK and blacklist keyrings.\n[ 0.510113] Key type asymmetric registered\n[ 0.510921] Asymmetric key parser 'x509' registered\n[ 0.511885] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.513343] io scheduler noop registered\n[ 0.514130] io scheduler deadline registered (default)\n[ 0.515104] io scheduler cfq registered\n[ 0.515934] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.516966] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.518212] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.519667] ACPI: Power Button [PWRF]\n[ 0.520865] GHES: HEST is not enabled!\n[ 0.534572] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.564803] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.567673] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.591502] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.593651] Linux agpgart interface v0.103\n[ 0.595734] brd: module loaded\n[ 0.596947] loop: module loaded\n[ 0.601380] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.602816] GPT:90111 != 2097151\n[ 0.603504] GPT:Alternate GPT header not at the end of the disk.\n[ 0.604599] GPT:90111 != 2097151\n[ 0.605270] GPT: Use GNU Parted to correct GPT errors.\n[ 0.606225] vda: vda1 vda15\n[ 0.607656] scsi host0: ata_piix\n[ 0.608393] scsi host1: ata_piix\n[ 0.609095] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.610299] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.611745] libphy: Fixed MDIO Bus: probed\n[ 0.612560] tun: Universal TUN/TAP device driver, 1.6\n[ 0.613502] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.615632] PPP generic driver version 2.4.2\n[ 0.616510] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.617736] ehci-pci: EHCI PCI platform driver\n[ 0.618607] ehci-platform: EHCI generic platform driver\n[ 0.619603] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.620726] ohci-pci: OHCI PCI platform driver\n[ 0.621596] ohci-platform: OHCI generic platform driver\n[ 0.622576] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.636783] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.637795] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.639240] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.640253] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.641358] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.642570] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.643989] usb usb1: Product: UHCI Host Controller\n[ 0.644917] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.646052] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.647079] hub 1-0:1.0: USB hub found\n[ 0.647867] hub 1-0:1.0: 2 ports detected\n[ 0.648777] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.650894] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.651856] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.652889] mousedev: PS/2 mouse device common for all mice\n[ 0.654140] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.655970] rtc_cmos 00:00: RTC can wake from S4\n[ 0.657054] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.658251] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.659443] i2c /dev entries driver\n[ 0.660194] device-mapper: uevent: version 1.0.3\n[ 0.661127] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.662742] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.664025] NET: Registered protocol family 10\n[ 0.665015] NET: Registered protocol family 17\n[ 0.665907] Key type dns_resolver registered\n[ 0.666830] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.667939] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.669676] registered taskstats version 1\n[ 0.670498] Loading compiled-in X.509 certificates\n[ 0.671943] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.673781] zswap: loaded using pool lzo/zbud\n[ 0.675130] Key type trusted registered\n[ 0.676771] Key type encrypted registered\n[ 0.677619] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.678660] ima: No TPM chip found, activating TPM-bypass!\n[ 0.679741] evm: HMAC attrs: 0x1\n[ 0.680697] Magic number: 2:413:379\n[ 0.681550] rtc_cmos 00:00: setting system clock to 2018-09-04 12:23:21 UTC (1536063801)\n[ 0.683189] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.684338] EDD information not available.\n[ 0.768011] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.769471] ata1.00: configured for MWDMA2\n[ 0.770703] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.783492] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.784769] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.786044] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.787931] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.789491] Write protecting the kernel read-only data: 14336k\n[ 0.791080] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.792928] 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 0.97\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found 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.178401] 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-09-04 12:23:56,237 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/98dd3d6a-45aa-45d6-ba1c-be723341c813/action used request id req-7fbe34aa-0d3b-4c36-9b0b-037a0c557798 2018-09-04 12:23:58,242 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/servers/98dd3d6a-45aa-45d6-ba1c-be723341c813/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e4ad79cab4eff4658e98af50d773bb399ebc17d8" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-04 12:23:59,320 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12:23: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-ccc4a5d6-19e8-4edd-822a-6ae61582178e x-compute-request-id: req-ccc4a5d6-19e8-4edd-822a-6ae61582178e Content-Encoding: gzip Content-Length: 7864 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 533588077 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 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.131950] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.133607] pid_max: default: 32768 minimum: 301\n[ 0.134498] ACPI: Core revision 20150930\n[ 0.135891] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.137201] Security Framework initialized\n[ 0.138010] Yama: becoming mindful.\n[ 0.138736] AppArmor: AppArmor initialized\n[ 0.139607] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.140929] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.142200] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143402] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144792] Initializing cgroup subsys io\n[ 0.145600] Initializing cgroup subsys memory\n[ 0.146457] Initializing cgroup subsys devices\n[ 0.147338] Initializing cgroup subsys freezer\n[ 0.148203] Initializing cgroup subsys net_cls\n[ 0.149060] Initializing cgroup subsys perf_event\n[ 0.150031] Initializing cgroup subsys net_prio\n[ 0.150922] Initializing cgroup subsys hugetlb\n[ 0.151803] Initializing cgroup subsys pids\n[ 0.152677] CPU: Physical Processor ID: 0\n[ 0.154174] mce: CPU supports 10 MCE banks\n[ 0.155038] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.156034] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.166713] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.173125] ftrace: allocating 31920 entries in 125 pages\n[ 0.199516] smpboot: Max logical packages: 1\n[ 0.200393] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.201753] x2apic enabled\n[ 0.202570] Switched APIC routing to physical x2apic.\n[ 0.204334] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.205463] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.207447] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.209232] KVM setup paravirtual spinlock\n[ 0.210524] x86: Booted up 1 node, 1 CPUs\n[ 0.211326] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.212708] devtmpfs: initialized\n[ 0.214424] evm: security.selinux\n[ 0.215136] evm: security.SMACK64\n[ 0.215831] evm: security.SMACK64EXEC\n[ 0.216579] evm: security.SMACK64TRANSMUTE\n[ 0.217388] evm: security.SMACK64MMAP\n[ 0.218137] evm: security.ima\n[ 0.218776] evm: security.capability\n[ 0.219581] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.221432] pinctrl core: initialized pinctrl subsystem\n[ 0.222533] RTC time: 12:23:20, date: 09/04/18\n[ 0.223495] NET: Registered protocol family 16\n[ 0.224461] cpuidle: using governor ladder\n[ 0.225302] cpuidle: using governor menu\n[ 0.226092] PCCT header not found.\n[ 0.226843] ACPI: bus type PCI registered\n[ 0.227644] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.228875] PCI: Using configuration type 1 for base access\n[ 0.230625] ACPI: Added _OSI(Module Device)\n[ 0.231468] ACPI: Added _OSI(Processor Device)\n[ 0.232331] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.233227] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.235324] ACPI: Interpreter enabled\n[ 0.236103] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.237940] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.239779] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.241630] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.243465] ACPI: (supports S0 S5)\n[ 0.244168] ACPI: Using IOAPIC for interrupt routing\n[ 0.245226] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.248325] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.249458] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.250679] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.251867] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.254077] acpiphp: Slot [3] registered\n[ 0.254875] acpiphp: Slot [4] registered\n[ 0.255685] acpiphp: Slot [5] registered\n[ 0.256477] acpiphp: Slot [6] registered\n[ 0.257265] acpiphp: Slot [7] registered\n[ 0.258057] acpiphp: Slot [8] registered\n[ 0.258853] acpiphp: Slot [9] registered\n[ 0.259642] acpiphp: Slot [10] registered\n[ 0.260449] acpiphp: Slot [11] registered\n[ 0.261253] acpiphp: Slot [12] registered\n[ 0.262068] acpiphp: Slot [13] registered\n[ 0.262885] acpiphp: Slot [14] registered\n[ 0.263690] acpiphp: Slot [15] registered\n[ 0.274644] acpiphp: Slot [16] registered\n[ 0.275453] acpiphp: Slot [17] registered\n[ 0.276257] acpiphp: Slot [18] registered\n[ 0.277068] acpiphp: Slot [19] registered\n[ 0.277868] acpiphp: Slot [20] registered\n[ 0.278681] acpiphp: Slot [21] registered\n[ 0.279484] acpiphp: Slot [22] registered\n[ 0.280284] acpiphp: Slot [23] registered\n[ 0.281104] acpiphp: Slot [24] registered\n[ 0.281912] acpiphp: Slot [25] registered\n[ 0.282731] acpiphp: Slot [26] registered\n[ 0.283535] acpiphp: Slot [27] registered\n[ 0.284335] acpiphp: Slot [28] registered\n[ 0.285137] acpiphp: Slot [29] registered\n[ 0.285941] acpiphp: Slot [30] registered\n[ 0.286760] acpiphp: Slot [31] registered\n[ 0.287563] PCI host bridge to bus 0000:00\n[ 0.288367] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.289569] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.290774] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.292222] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.293659] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.299865] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.301146] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.302321] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.303597] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.309927] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.311371] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.357570] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.359055] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.360473] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.361878] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.363259] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.364504] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.365651] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.366863] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.368403] vgaarb: loaded\n[ 0.369005] vgaarb: bridge control possible 0000:00:02.0\n[ 0.370119] SCSI subsystem initialized\n[ 0.370914] ACPI: bus type USB registered\n[ 0.371721] usbcore: registered new interface driver usbfs\n[ 0.372732] usbcore: registered new interface driver hub\n[ 0.373738] usbcore: registered new device driver usb\n[ 0.374777] PCI: Using ACPI for IRQ routing\n[ 0.375786] NetLabel: Initializing\n[ 0.376494] NetLabel: domain hash size = 128\n[ 0.377332] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.378262] NetLabel: unlabeled traffic allowed by default\n[ 0.379328] clocksource: Switched to clocksource kvm-clock\n[ 0.384687] AppArmor: AppArmor Filesystem Enabled\n[ 0.385629] pnp: PnP ACPI init\n[ 0.386525] pnp: PnP ACPI: found 5 devices\n[ 0.392880] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.394560] NET: Registered protocol family 2\n[ 0.395502] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.396753] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.397908] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.399048] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.400120] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.401270] NET: Registered protocol family 1\n[ 0.402123] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.403195] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.404259] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.418248] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.432302] Trying to unpack rootfs image as initramfs...\n[ 0.481638] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.495479] Scanning for low memory corruption every 60 seconds\n[ 0.496840] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.497989] audit: initializing netlink subsys (disabled)\n[ 0.498999] audit: type=2000 audit(1536063801.122:1): initialized\n[ 0.500310] Initialise system trusted keyring\n[ 0.501220] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.502369] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.504332] zbud: loaded\n[ 0.505026] VFS: Disk quotas dquot_6.6.0\n[ 0.505835] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.507344] fuse init (API version 7.23)\n[ 0.508230] Key type big_key registered\n[ 0.509017] Allocating IMA MOK and blacklist keyrings.\n[ 0.510113] Key type asymmetric registered\n[ 0.510921] Asymmetric key parser 'x509' registered\n[ 0.511885] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.513343] io scheduler noop registered\n[ 0.514130] io scheduler deadline registered (default)\n[ 0.515104] io scheduler cfq registered\n[ 0.515934] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.516966] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.518212] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.519667] ACPI: Power Button [PWRF]\n[ 0.520865] GHES: HEST is not enabled!\n[ 0.534572] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.564803] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.567673] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.591502] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.593651] Linux agpgart interface v0.103\n[ 0.595734] brd: module loaded\n[ 0.596947] loop: module loaded\n[ 0.601380] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.602816] GPT:90111 != 2097151\n[ 0.603504] GPT:Alternate GPT header not at the end of the disk.\n[ 0.604599] GPT:90111 != 2097151\n[ 0.605270] GPT: Use GNU Parted to correct GPT errors.\n[ 0.606225] vda: vda1 vda15\n[ 0.607656] scsi host0: ata_piix\n[ 0.608393] scsi host1: ata_piix\n[ 0.609095] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.610299] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.611745] libphy: Fixed MDIO Bus: probed\n[ 0.612560] tun: Universal TUN/TAP device driver, 1.6\n[ 0.613502] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.615632] PPP generic driver version 2.4.2\n[ 0.616510] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.617736] ehci-pci: EHCI PCI platform driver\n[ 0.618607] ehci-platform: EHCI generic platform driver\n[ 0.619603] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.620726] ohci-pci: OHCI PCI platform driver\n[ 0.621596] ohci-platform: OHCI generic platform driver\n[ 0.622576] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.636783] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.637795] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.639240] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.640253] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.641358] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.642570] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.643989] usb usb1: Product: UHCI Host Controller\n[ 0.644917] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.646052] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.647079] hub 1-0:1.0: USB hub found\n[ 0.647867] hub 1-0:1.0: 2 ports detected\n[ 0.648777] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.650894] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.651856] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.652889] mousedev: PS/2 mouse device common for all mice\n[ 0.654140] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.655970] rtc_cmos 00:00: RTC can wake from S4\n[ 0.657054] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.658251] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.659443] i2c /dev entries driver\n[ 0.660194] device-mapper: uevent: version 1.0.3\n[ 0.661127] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.662742] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.664025] NET: Registered protocol family 10\n[ 0.665015] NET: Registered protocol family 17\n[ 0.665907] Key type dns_resolver registered\n[ 0.666830] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.667939] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.669676] registered taskstats version 1\n[ 0.670498] Loading compiled-in X.509 certificates\n[ 0.671943] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.673781] zswap: loaded using pool lzo/zbud\n[ 0.675130] Key type trusted registered\n[ 0.676771] Key type encrypted registered\n[ 0.677619] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.678660] ima: No TPM chip found, activating TPM-bypass!\n[ 0.679741] evm: HMAC attrs: 0x1\n[ 0.680697] Magic number: 2:413:379\n[ 0.681550] rtc_cmos 00:00: setting system clock to 2018-09-04 12:23:21 UTC (1536063801)\n[ 0.683189] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.684338] EDD information not available.\n[ 0.768011] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.769471] ata1.00: configured for MWDMA2\n[ 0.770703] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.783492] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.784769] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.786044] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.787931] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.789491] Write protecting the kernel read-only data: 14336k\n[ 0.791080] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.792928] 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 0.97\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found 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.178401] 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-09-04 12:23:59,321 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/98dd3d6a-45aa-45d6-ba1c-be723341c813/action used request id req-ccc4a5d6-19e8-4edd-822a-6ae61582178e 2018-09-04 12:24:01,325 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/servers/98dd3d6a-45aa-45d6-ba1c-be723341c813/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e4ad79cab4eff4658e98af50d773bb399ebc17d8" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-04 12:24:02,388 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12:24: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-8fb5a70a-1363-4423-8cae-397c2a72e3dc x-compute-request-id: req-8fb5a70a-1363-4423-8cae-397c2a72e3dc Content-Encoding: gzip Content-Length: 7864 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 533588077 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 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.131950] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.133607] pid_max: default: 32768 minimum: 301\n[ 0.134498] ACPI: Core revision 20150930\n[ 0.135891] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.137201] Security Framework initialized\n[ 0.138010] Yama: becoming mindful.\n[ 0.138736] AppArmor: AppArmor initialized\n[ 0.139607] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.140929] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.142200] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143402] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144792] Initializing cgroup subsys io\n[ 0.145600] Initializing cgroup subsys memory\n[ 0.146457] Initializing cgroup subsys devices\n[ 0.147338] Initializing cgroup subsys freezer\n[ 0.148203] Initializing cgroup subsys net_cls\n[ 0.149060] Initializing cgroup subsys perf_event\n[ 0.150031] Initializing cgroup subsys net_prio\n[ 0.150922] Initializing cgroup subsys hugetlb\n[ 0.151803] Initializing cgroup subsys pids\n[ 0.152677] CPU: Physical Processor ID: 0\n[ 0.154174] mce: CPU supports 10 MCE banks\n[ 0.155038] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.156034] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.166713] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.173125] ftrace: allocating 31920 entries in 125 pages\n[ 0.199516] smpboot: Max logical packages: 1\n[ 0.200393] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.201753] x2apic enabled\n[ 0.202570] Switched APIC routing to physical x2apic.\n[ 0.204334] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.205463] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.207447] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.209232] KVM setup paravirtual spinlock\n[ 0.210524] x86: Booted up 1 node, 1 CPUs\n[ 0.211326] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.212708] devtmpfs: initialized\n[ 0.214424] evm: security.selinux\n[ 0.215136] evm: security.SMACK64\n[ 0.215831] evm: security.SMACK64EXEC\n[ 0.216579] evm: security.SMACK64TRANSMUTE\n[ 0.217388] evm: security.SMACK64MMAP\n[ 0.218137] evm: security.ima\n[ 0.218776] evm: security.capability\n[ 0.219581] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.221432] pinctrl core: initialized pinctrl subsystem\n[ 0.222533] RTC time: 12:23:20, date: 09/04/18\n[ 0.223495] NET: Registered protocol family 16\n[ 0.224461] cpuidle: using governor ladder\n[ 0.225302] cpuidle: using governor menu\n[ 0.226092] PCCT header not found.\n[ 0.226843] ACPI: bus type PCI registered\n[ 0.227644] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.228875] PCI: Using configuration type 1 for base access\n[ 0.230625] ACPI: Added _OSI(Module Device)\n[ 0.231468] ACPI: Added _OSI(Processor Device)\n[ 0.232331] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.233227] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.235324] ACPI: Interpreter enabled\n[ 0.236103] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.237940] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.239779] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.241630] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.243465] ACPI: (supports S0 S5)\n[ 0.244168] ACPI: Using IOAPIC for interrupt routing\n[ 0.245226] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.248325] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.249458] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.250679] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.251867] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.254077] acpiphp: Slot [3] registered\n[ 0.254875] acpiphp: Slot [4] registered\n[ 0.255685] acpiphp: Slot [5] registered\n[ 0.256477] acpiphp: Slot [6] registered\n[ 0.257265] acpiphp: Slot [7] registered\n[ 0.258057] acpiphp: Slot [8] registered\n[ 0.258853] acpiphp: Slot [9] registered\n[ 0.259642] acpiphp: Slot [10] registered\n[ 0.260449] acpiphp: Slot [11] registered\n[ 0.261253] acpiphp: Slot [12] registered\n[ 0.262068] acpiphp: Slot [13] registered\n[ 0.262885] acpiphp: Slot [14] registered\n[ 0.263690] acpiphp: Slot [15] registered\n[ 0.274644] acpiphp: Slot [16] registered\n[ 0.275453] acpiphp: Slot [17] registered\n[ 0.276257] acpiphp: Slot [18] registered\n[ 0.277068] acpiphp: Slot [19] registered\n[ 0.277868] acpiphp: Slot [20] registered\n[ 0.278681] acpiphp: Slot [21] registered\n[ 0.279484] acpiphp: Slot [22] registered\n[ 0.280284] acpiphp: Slot [23] registered\n[ 0.281104] acpiphp: Slot [24] registered\n[ 0.281912] acpiphp: Slot [25] registered\n[ 0.282731] acpiphp: Slot [26] registered\n[ 0.283535] acpiphp: Slot [27] registered\n[ 0.284335] acpiphp: Slot [28] registered\n[ 0.285137] acpiphp: Slot [29] registered\n[ 0.285941] acpiphp: Slot [30] registered\n[ 0.286760] acpiphp: Slot [31] registered\n[ 0.287563] PCI host bridge to bus 0000:00\n[ 0.288367] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.289569] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.290774] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.292222] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.293659] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.299865] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.301146] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.302321] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.303597] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.309927] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.311371] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.357570] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.359055] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.360473] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.361878] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.363259] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.364504] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.365651] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.366863] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.368403] vgaarb: loaded\n[ 0.369005] vgaarb: bridge control possible 0000:00:02.0\n[ 0.370119] SCSI subsystem initialized\n[ 0.370914] ACPI: bus type USB registered\n[ 0.371721] usbcore: registered new interface driver usbfs\n[ 0.372732] usbcore: registered new interface driver hub\n[ 0.373738] usbcore: registered new device driver usb\n[ 0.374777] PCI: Using ACPI for IRQ routing\n[ 0.375786] NetLabel: Initializing\n[ 0.376494] NetLabel: domain hash size = 128\n[ 0.377332] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.378262] NetLabel: unlabeled traffic allowed by default\n[ 0.379328] clocksource: Switched to clocksource kvm-clock\n[ 0.384687] AppArmor: AppArmor Filesystem Enabled\n[ 0.385629] pnp: PnP ACPI init\n[ 0.386525] pnp: PnP ACPI: found 5 devices\n[ 0.392880] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.394560] NET: Registered protocol family 2\n[ 0.395502] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.396753] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.397908] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.399048] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.400120] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.401270] NET: Registered protocol family 1\n[ 0.402123] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.403195] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.404259] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.418248] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.432302] Trying to unpack rootfs image as initramfs...\n[ 0.481638] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.495479] Scanning for low memory corruption every 60 seconds\n[ 0.496840] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.497989] audit: initializing netlink subsys (disabled)\n[ 0.498999] audit: type=2000 audit(1536063801.122:1): initialized\n[ 0.500310] Initialise system trusted keyring\n[ 0.501220] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.502369] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.504332] zbud: loaded\n[ 0.505026] VFS: Disk quotas dquot_6.6.0\n[ 0.505835] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.507344] fuse init (API version 7.23)\n[ 0.508230] Key type big_key registered\n[ 0.509017] Allocating IMA MOK and blacklist keyrings.\n[ 0.510113] Key type asymmetric registered\n[ 0.510921] Asymmetric key parser 'x509' registered\n[ 0.511885] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.513343] io scheduler noop registered\n[ 0.514130] io scheduler deadline registered (default)\n[ 0.515104] io scheduler cfq registered\n[ 0.515934] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.516966] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.518212] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.519667] ACPI: Power Button [PWRF]\n[ 0.520865] GHES: HEST is not enabled!\n[ 0.534572] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.564803] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.567673] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.591502] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.593651] Linux agpgart interface v0.103\n[ 0.595734] brd: module loaded\n[ 0.596947] loop: module loaded\n[ 0.601380] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.602816] GPT:90111 != 2097151\n[ 0.603504] GPT:Alternate GPT header not at the end of the disk.\n[ 0.604599] GPT:90111 != 2097151\n[ 0.605270] GPT: Use GNU Parted to correct GPT errors.\n[ 0.606225] vda: vda1 vda15\n[ 0.607656] scsi host0: ata_piix\n[ 0.608393] scsi host1: ata_piix\n[ 0.609095] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.610299] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.611745] libphy: Fixed MDIO Bus: probed\n[ 0.612560] tun: Universal TUN/TAP device driver, 1.6\n[ 0.613502] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.615632] PPP generic driver version 2.4.2\n[ 0.616510] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.617736] ehci-pci: EHCI PCI platform driver\n[ 0.618607] ehci-platform: EHCI generic platform driver\n[ 0.619603] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.620726] ohci-pci: OHCI PCI platform driver\n[ 0.621596] ohci-platform: OHCI generic platform driver\n[ 0.622576] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.636783] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.637795] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.639240] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.640253] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.641358] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.642570] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.643989] usb usb1: Product: UHCI Host Controller\n[ 0.644917] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.646052] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.647079] hub 1-0:1.0: USB hub found\n[ 0.647867] hub 1-0:1.0: 2 ports detected\n[ 0.648777] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.650894] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.651856] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.652889] mousedev: PS/2 mouse device common for all mice\n[ 0.654140] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.655970] rtc_cmos 00:00: RTC can wake from S4\n[ 0.657054] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.658251] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.659443] i2c /dev entries driver\n[ 0.660194] device-mapper: uevent: version 1.0.3\n[ 0.661127] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.662742] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.664025] NET: Registered protocol family 10\n[ 0.665015] NET: Registered protocol family 17\n[ 0.665907] Key type dns_resolver registered\n[ 0.666830] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.667939] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.669676] registered taskstats version 1\n[ 0.670498] Loading compiled-in X.509 certificates\n[ 0.671943] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.673781] zswap: loaded using pool lzo/zbud\n[ 0.675130] Key type trusted registered\n[ 0.676771] Key type encrypted registered\n[ 0.677619] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.678660] ima: No TPM chip found, activating TPM-bypass!\n[ 0.679741] evm: HMAC attrs: 0x1\n[ 0.680697] Magic number: 2:413:379\n[ 0.681550] rtc_cmos 00:00: setting system clock to 2018-09-04 12:23:21 UTC (1536063801)\n[ 0.683189] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.684338] EDD information not available.\n[ 0.768011] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.769471] ata1.00: configured for MWDMA2\n[ 0.770703] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.783492] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.784769] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.786044] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.787931] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.789491] Write protecting the kernel read-only data: 14336k\n[ 0.791080] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.792928] 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 0.97\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found 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.178401] 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-09-04 12:24:02,389 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/98dd3d6a-45aa-45d6-ba1c-be723341c813/action used request id req-8fb5a70a-1363-4423-8cae-397c2a72e3dc 2018-09-04 12:24:04,395 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/servers/98dd3d6a-45aa-45d6-ba1c-be723341c813/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e4ad79cab4eff4658e98af50d773bb399ebc17d8" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-04 12:24:05,660 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12:24: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-8f3dfb91-c62f-4d92-8e9f-82836f1edf6f x-compute-request-id: req-8f3dfb91-c62f-4d92-8e9f-82836f1edf6f Content-Encoding: gzip Content-Length: 7864 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 533588077 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 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.131950] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.133607] pid_max: default: 32768 minimum: 301\n[ 0.134498] ACPI: Core revision 20150930\n[ 0.135891] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.137201] Security Framework initialized\n[ 0.138010] Yama: becoming mindful.\n[ 0.138736] AppArmor: AppArmor initialized\n[ 0.139607] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.140929] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.142200] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143402] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144792] Initializing cgroup subsys io\n[ 0.145600] Initializing cgroup subsys memory\n[ 0.146457] Initializing cgroup subsys devices\n[ 0.147338] Initializing cgroup subsys freezer\n[ 0.148203] Initializing cgroup subsys net_cls\n[ 0.149060] Initializing cgroup subsys perf_event\n[ 0.150031] Initializing cgroup subsys net_prio\n[ 0.150922] Initializing cgroup subsys hugetlb\n[ 0.151803] Initializing cgroup subsys pids\n[ 0.152677] CPU: Physical Processor ID: 0\n[ 0.154174] mce: CPU supports 10 MCE banks\n[ 0.155038] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.156034] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.166713] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.173125] ftrace: allocating 31920 entries in 125 pages\n[ 0.199516] smpboot: Max logical packages: 1\n[ 0.200393] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.201753] x2apic enabled\n[ 0.202570] Switched APIC routing to physical x2apic.\n[ 0.204334] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.205463] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.207447] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.209232] KVM setup paravirtual spinlock\n[ 0.210524] x86: Booted up 1 node, 1 CPUs\n[ 0.211326] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.212708] devtmpfs: initialized\n[ 0.214424] evm: security.selinux\n[ 0.215136] evm: security.SMACK64\n[ 0.215831] evm: security.SMACK64EXEC\n[ 0.216579] evm: security.SMACK64TRANSMUTE\n[ 0.217388] evm: security.SMACK64MMAP\n[ 0.218137] evm: security.ima\n[ 0.218776] evm: security.capability\n[ 0.219581] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.221432] pinctrl core: initialized pinctrl subsystem\n[ 0.222533] RTC time: 12:23:20, date: 09/04/18\n[ 0.223495] NET: Registered protocol family 16\n[ 0.224461] cpuidle: using governor ladder\n[ 0.225302] cpuidle: using governor menu\n[ 0.226092] PCCT header not found.\n[ 0.226843] ACPI: bus type PCI registered\n[ 0.227644] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.228875] PCI: Using configuration type 1 for base access\n[ 0.230625] ACPI: Added _OSI(Module Device)\n[ 0.231468] ACPI: Added _OSI(Processor Device)\n[ 0.232331] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.233227] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.235324] ACPI: Interpreter enabled\n[ 0.236103] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.237940] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.239779] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.241630] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.243465] ACPI: (supports S0 S5)\n[ 0.244168] ACPI: Using IOAPIC for interrupt routing\n[ 0.245226] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.248325] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.249458] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.250679] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.251867] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.254077] acpiphp: Slot [3] registered\n[ 0.254875] acpiphp: Slot [4] registered\n[ 0.255685] acpiphp: Slot [5] registered\n[ 0.256477] acpiphp: Slot [6] registered\n[ 0.257265] acpiphp: Slot [7] registered\n[ 0.258057] acpiphp: Slot [8] registered\n[ 0.258853] acpiphp: Slot [9] registered\n[ 0.259642] acpiphp: Slot [10] registered\n[ 0.260449] acpiphp: Slot [11] registered\n[ 0.261253] acpiphp: Slot [12] registered\n[ 0.262068] acpiphp: Slot [13] registered\n[ 0.262885] acpiphp: Slot [14] registered\n[ 0.263690] acpiphp: Slot [15] registered\n[ 0.274644] acpiphp: Slot [16] registered\n[ 0.275453] acpiphp: Slot [17] registered\n[ 0.276257] acpiphp: Slot [18] registered\n[ 0.277068] acpiphp: Slot [19] registered\n[ 0.277868] acpiphp: Slot [20] registered\n[ 0.278681] acpiphp: Slot [21] registered\n[ 0.279484] acpiphp: Slot [22] registered\n[ 0.280284] acpiphp: Slot [23] registered\n[ 0.281104] acpiphp: Slot [24] registered\n[ 0.281912] acpiphp: Slot [25] registered\n[ 0.282731] acpiphp: Slot [26] registered\n[ 0.283535] acpiphp: Slot [27] registered\n[ 0.284335] acpiphp: Slot [28] registered\n[ 0.285137] acpiphp: Slot [29] registered\n[ 0.285941] acpiphp: Slot [30] registered\n[ 0.286760] acpiphp: Slot [31] registered\n[ 0.287563] PCI host bridge to bus 0000:00\n[ 0.288367] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.289569] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.290774] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.292222] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.293659] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.299865] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.301146] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.302321] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.303597] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.309927] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.311371] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.357570] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.359055] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.360473] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.361878] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.363259] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.364504] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.365651] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.366863] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.368403] vgaarb: loaded\n[ 0.369005] vgaarb: bridge control possible 0000:00:02.0\n[ 0.370119] SCSI subsystem initialized\n[ 0.370914] ACPI: bus type USB registered\n[ 0.371721] usbcore: registered new interface driver usbfs\n[ 0.372732] usbcore: registered new interface driver hub\n[ 0.373738] usbcore: registered new device driver usb\n[ 0.374777] PCI: Using ACPI for IRQ routing\n[ 0.375786] NetLabel: Initializing\n[ 0.376494] NetLabel: domain hash size = 128\n[ 0.377332] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.378262] NetLabel: unlabeled traffic allowed by default\n[ 0.379328] clocksource: Switched to clocksource kvm-clock\n[ 0.384687] AppArmor: AppArmor Filesystem Enabled\n[ 0.385629] pnp: PnP ACPI init\n[ 0.386525] pnp: PnP ACPI: found 5 devices\n[ 0.392880] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.394560] NET: Registered protocol family 2\n[ 0.395502] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.396753] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.397908] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.399048] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.400120] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.401270] NET: Registered protocol family 1\n[ 0.402123] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.403195] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.404259] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.418248] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.432302] Trying to unpack rootfs image as initramfs...\n[ 0.481638] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.495479] Scanning for low memory corruption every 60 seconds\n[ 0.496840] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.497989] audit: initializing netlink subsys (disabled)\n[ 0.498999] audit: type=2000 audit(1536063801.122:1): initialized\n[ 0.500310] Initialise system trusted keyring\n[ 0.501220] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.502369] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.504332] zbud: loaded\n[ 0.505026] VFS: Disk quotas dquot_6.6.0\n[ 0.505835] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.507344] fuse init (API version 7.23)\n[ 0.508230] Key type big_key registered\n[ 0.509017] Allocating IMA MOK and blacklist keyrings.\n[ 0.510113] Key type asymmetric registered\n[ 0.510921] Asymmetric key parser 'x509' registered\n[ 0.511885] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.513343] io scheduler noop registered\n[ 0.514130] io scheduler deadline registered (default)\n[ 0.515104] io scheduler cfq registered\n[ 0.515934] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.516966] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.518212] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.519667] ACPI: Power Button [PWRF]\n[ 0.520865] GHES: HEST is not enabled!\n[ 0.534572] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.564803] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.567673] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.591502] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.593651] Linux agpgart interface v0.103\n[ 0.595734] brd: module loaded\n[ 0.596947] loop: module loaded\n[ 0.601380] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.602816] GPT:90111 != 2097151\n[ 0.603504] GPT:Alternate GPT header not at the end of the disk.\n[ 0.604599] GPT:90111 != 2097151\n[ 0.605270] GPT: Use GNU Parted to correct GPT errors.\n[ 0.606225] vda: vda1 vda15\n[ 0.607656] scsi host0: ata_piix\n[ 0.608393] scsi host1: ata_piix\n[ 0.609095] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.610299] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.611745] libphy: Fixed MDIO Bus: probed\n[ 0.612560] tun: Universal TUN/TAP device driver, 1.6\n[ 0.613502] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.615632] PPP generic driver version 2.4.2\n[ 0.616510] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.617736] ehci-pci: EHCI PCI platform driver\n[ 0.618607] ehci-platform: EHCI generic platform driver\n[ 0.619603] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.620726] ohci-pci: OHCI PCI platform driver\n[ 0.621596] ohci-platform: OHCI generic platform driver\n[ 0.622576] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.636783] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.637795] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.639240] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.640253] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.641358] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.642570] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.643989] usb usb1: Product: UHCI Host Controller\n[ 0.644917] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.646052] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.647079] hub 1-0:1.0: USB hub found\n[ 0.647867] hub 1-0:1.0: 2 ports detected\n[ 0.648777] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.650894] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.651856] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.652889] mousedev: PS/2 mouse device common for all mice\n[ 0.654140] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.655970] rtc_cmos 00:00: RTC can wake from S4\n[ 0.657054] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.658251] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.659443] i2c /dev entries driver\n[ 0.660194] device-mapper: uevent: version 1.0.3\n[ 0.661127] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.662742] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.664025] NET: Registered protocol family 10\n[ 0.665015] NET: Registered protocol family 17\n[ 0.665907] Key type dns_resolver registered\n[ 0.666830] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.667939] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.669676] registered taskstats version 1\n[ 0.670498] Loading compiled-in X.509 certificates\n[ 0.671943] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.673781] zswap: loaded using pool lzo/zbud\n[ 0.675130] Key type trusted registered\n[ 0.676771] Key type encrypted registered\n[ 0.677619] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.678660] ima: No TPM chip found, activating TPM-bypass!\n[ 0.679741] evm: HMAC attrs: 0x1\n[ 0.680697] Magic number: 2:413:379\n[ 0.681550] rtc_cmos 00:00: setting system clock to 2018-09-04 12:23:21 UTC (1536063801)\n[ 0.683189] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.684338] EDD information not available.\n[ 0.768011] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.769471] ata1.00: configured for MWDMA2\n[ 0.770703] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.783492] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.784769] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.786044] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.787931] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.789491] Write protecting the kernel read-only data: 14336k\n[ 0.791080] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.792928] 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 0.97\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found 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.178401] 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-09-04 12:24:05,661 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/98dd3d6a-45aa-45d6-ba1c-be723341c813/action used request id req-8f3dfb91-c62f-4d92-8e9f-82836f1edf6f 2018-09-04 12:24:07,667 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/servers/98dd3d6a-45aa-45d6-ba1c-be723341c813/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e4ad79cab4eff4658e98af50d773bb399ebc17d8" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-04 12:24:08,738 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12:24: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-60bbc7d6-3810-4af3-95de-55f44f67caac x-compute-request-id: req-60bbc7d6-3810-4af3-95de-55f44f67caac Content-Encoding: gzip Content-Length: 7864 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 533588077 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 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.131950] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.133607] pid_max: default: 32768 minimum: 301\n[ 0.134498] ACPI: Core revision 20150930\n[ 0.135891] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.137201] Security Framework initialized\n[ 0.138010] Yama: becoming mindful.\n[ 0.138736] AppArmor: AppArmor initialized\n[ 0.139607] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.140929] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.142200] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143402] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144792] Initializing cgroup subsys io\n[ 0.145600] Initializing cgroup subsys memory\n[ 0.146457] Initializing cgroup subsys devices\n[ 0.147338] Initializing cgroup subsys freezer\n[ 0.148203] Initializing cgroup subsys net_cls\n[ 0.149060] Initializing cgroup subsys perf_event\n[ 0.150031] Initializing cgroup subsys net_prio\n[ 0.150922] Initializing cgroup subsys hugetlb\n[ 0.151803] Initializing cgroup subsys pids\n[ 0.152677] CPU: Physical Processor ID: 0\n[ 0.154174] mce: CPU supports 10 MCE banks\n[ 0.155038] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.156034] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.166713] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.173125] ftrace: allocating 31920 entries in 125 pages\n[ 0.199516] smpboot: Max logical packages: 1\n[ 0.200393] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.201753] x2apic enabled\n[ 0.202570] Switched APIC routing to physical x2apic.\n[ 0.204334] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.205463] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.207447] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.209232] KVM setup paravirtual spinlock\n[ 0.210524] x86: Booted up 1 node, 1 CPUs\n[ 0.211326] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.212708] devtmpfs: initialized\n[ 0.214424] evm: security.selinux\n[ 0.215136] evm: security.SMACK64\n[ 0.215831] evm: security.SMACK64EXEC\n[ 0.216579] evm: security.SMACK64TRANSMUTE\n[ 0.217388] evm: security.SMACK64MMAP\n[ 0.218137] evm: security.ima\n[ 0.218776] evm: security.capability\n[ 0.219581] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.221432] pinctrl core: initialized pinctrl subsystem\n[ 0.222533] RTC time: 12:23:20, date: 09/04/18\n[ 0.223495] NET: Registered protocol family 16\n[ 0.224461] cpuidle: using governor ladder\n[ 0.225302] cpuidle: using governor menu\n[ 0.226092] PCCT header not found.\n[ 0.226843] ACPI: bus type PCI registered\n[ 0.227644] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.228875] PCI: Using configuration type 1 for base access\n[ 0.230625] ACPI: Added _OSI(Module Device)\n[ 0.231468] ACPI: Added _OSI(Processor Device)\n[ 0.232331] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.233227] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.235324] ACPI: Interpreter enabled\n[ 0.236103] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.237940] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.239779] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.241630] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.243465] ACPI: (supports S0 S5)\n[ 0.244168] ACPI: Using IOAPIC for interrupt routing\n[ 0.245226] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.248325] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.249458] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.250679] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.251867] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.254077] acpiphp: Slot [3] registered\n[ 0.254875] acpiphp: Slot [4] registered\n[ 0.255685] acpiphp: Slot [5] registered\n[ 0.256477] acpiphp: Slot [6] registered\n[ 0.257265] acpiphp: Slot [7] registered\n[ 0.258057] acpiphp: Slot [8] registered\n[ 0.258853] acpiphp: Slot [9] registered\n[ 0.259642] acpiphp: Slot [10] registered\n[ 0.260449] acpiphp: Slot [11] registered\n[ 0.261253] acpiphp: Slot [12] registered\n[ 0.262068] acpiphp: Slot [13] registered\n[ 0.262885] acpiphp: Slot [14] registered\n[ 0.263690] acpiphp: Slot [15] registered\n[ 0.274644] acpiphp: Slot [16] registered\n[ 0.275453] acpiphp: Slot [17] registered\n[ 0.276257] acpiphp: Slot [18] registered\n[ 0.277068] acpiphp: Slot [19] registered\n[ 0.277868] acpiphp: Slot [20] registered\n[ 0.278681] acpiphp: Slot [21] registered\n[ 0.279484] acpiphp: Slot [22] registered\n[ 0.280284] acpiphp: Slot [23] registered\n[ 0.281104] acpiphp: Slot [24] registered\n[ 0.281912] acpiphp: Slot [25] registered\n[ 0.282731] acpiphp: Slot [26] registered\n[ 0.283535] acpiphp: Slot [27] registered\n[ 0.284335] acpiphp: Slot [28] registered\n[ 0.285137] acpiphp: Slot [29] registered\n[ 0.285941] acpiphp: Slot [30] registered\n[ 0.286760] acpiphp: Slot [31] registered\n[ 0.287563] PCI host bridge to bus 0000:00\n[ 0.288367] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.289569] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.290774] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.292222] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.293659] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.299865] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.301146] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.302321] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.303597] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.309927] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.311371] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.357570] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.359055] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.360473] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.361878] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.363259] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.364504] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.365651] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.366863] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.368403] vgaarb: loaded\n[ 0.369005] vgaarb: bridge control possible 0000:00:02.0\n[ 0.370119] SCSI subsystem initialized\n[ 0.370914] ACPI: bus type USB registered\n[ 0.371721] usbcore: registered new interface driver usbfs\n[ 0.372732] usbcore: registered new interface driver hub\n[ 0.373738] usbcore: registered new device driver usb\n[ 0.374777] PCI: Using ACPI for IRQ routing\n[ 0.375786] NetLabel: Initializing\n[ 0.376494] NetLabel: domain hash size = 128\n[ 0.377332] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.378262] NetLabel: unlabeled traffic allowed by default\n[ 0.379328] clocksource: Switched to clocksource kvm-clock\n[ 0.384687] AppArmor: AppArmor Filesystem Enabled\n[ 0.385629] pnp: PnP ACPI init\n[ 0.386525] pnp: PnP ACPI: found 5 devices\n[ 0.392880] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.394560] NET: Registered protocol family 2\n[ 0.395502] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.396753] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.397908] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.399048] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.400120] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.401270] NET: Registered protocol family 1\n[ 0.402123] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.403195] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.404259] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.418248] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.432302] Trying to unpack rootfs image as initramfs...\n[ 0.481638] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.495479] Scanning for low memory corruption every 60 seconds\n[ 0.496840] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.497989] audit: initializing netlink subsys (disabled)\n[ 0.498999] audit: type=2000 audit(1536063801.122:1): initialized\n[ 0.500310] Initialise system trusted keyring\n[ 0.501220] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.502369] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.504332] zbud: loaded\n[ 0.505026] VFS: Disk quotas dquot_6.6.0\n[ 0.505835] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.507344] fuse init (API version 7.23)\n[ 0.508230] Key type big_key registered\n[ 0.509017] Allocating IMA MOK and blacklist keyrings.\n[ 0.510113] Key type asymmetric registered\n[ 0.510921] Asymmetric key parser 'x509' registered\n[ 0.511885] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.513343] io scheduler noop registered\n[ 0.514130] io scheduler deadline registered (default)\n[ 0.515104] io scheduler cfq registered\n[ 0.515934] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.516966] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.518212] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.519667] ACPI: Power Button [PWRF]\n[ 0.520865] GHES: HEST is not enabled!\n[ 0.534572] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.564803] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.567673] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.591502] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.593651] Linux agpgart interface v0.103\n[ 0.595734] brd: module loaded\n[ 0.596947] loop: module loaded\n[ 0.601380] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.602816] GPT:90111 != 2097151\n[ 0.603504] GPT:Alternate GPT header not at the end of the disk.\n[ 0.604599] GPT:90111 != 2097151\n[ 0.605270] GPT: Use GNU Parted to correct GPT errors.\n[ 0.606225] vda: vda1 vda15\n[ 0.607656] scsi host0: ata_piix\n[ 0.608393] scsi host1: ata_piix\n[ 0.609095] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.610299] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.611745] libphy: Fixed MDIO Bus: probed\n[ 0.612560] tun: Universal TUN/TAP device driver, 1.6\n[ 0.613502] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.615632] PPP generic driver version 2.4.2\n[ 0.616510] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.617736] ehci-pci: EHCI PCI platform driver\n[ 0.618607] ehci-platform: EHCI generic platform driver\n[ 0.619603] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.620726] ohci-pci: OHCI PCI platform driver\n[ 0.621596] ohci-platform: OHCI generic platform driver\n[ 0.622576] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.636783] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.637795] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.639240] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.640253] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.641358] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.642570] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.643989] usb usb1: Product: UHCI Host Controller\n[ 0.644917] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.646052] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.647079] hub 1-0:1.0: USB hub found\n[ 0.647867] hub 1-0:1.0: 2 ports detected\n[ 0.648777] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.650894] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.651856] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.652889] mousedev: PS/2 mouse device common for all mice\n[ 0.654140] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.655970] rtc_cmos 00:00: RTC can wake from S4\n[ 0.657054] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.658251] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.659443] i2c /dev entries driver\n[ 0.660194] device-mapper: uevent: version 1.0.3\n[ 0.661127] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.662742] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.664025] NET: Registered protocol family 10\n[ 0.665015] NET: Registered protocol family 17\n[ 0.665907] Key type dns_resolver registered\n[ 0.666830] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.667939] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.669676] registered taskstats version 1\n[ 0.670498] Loading compiled-in X.509 certificates\n[ 0.671943] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.673781] zswap: loaded using pool lzo/zbud\n[ 0.675130] Key type trusted registered\n[ 0.676771] Key type encrypted registered\n[ 0.677619] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.678660] ima: No TPM chip found, activating TPM-bypass!\n[ 0.679741] evm: HMAC attrs: 0x1\n[ 0.680697] Magic number: 2:413:379\n[ 0.681550] rtc_cmos 00:00: setting system clock to 2018-09-04 12:23:21 UTC (1536063801)\n[ 0.683189] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.684338] EDD information not available.\n[ 0.768011] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.769471] ata1.00: configured for MWDMA2\n[ 0.770703] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.783492] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.784769] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.786044] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.787931] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.789491] Write protecting the kernel read-only data: 14336k\n[ 0.791080] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.792928] 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 0.97\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found 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.178401] 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-09-04 12:24:08,739 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/98dd3d6a-45aa-45d6-ba1c-be723341c813/action used request id req-60bbc7d6-3810-4af3-95de-55f44f67caac 2018-09-04 12:24:10,744 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/servers/98dd3d6a-45aa-45d6-ba1c-be723341c813/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e4ad79cab4eff4658e98af50d773bb399ebc17d8" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-04 12:24:11,828 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12:24: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-0e2c667d-1eae-45e4-8d14-baa45e81aaa3 x-compute-request-id: req-0e2c667d-1eae-45e4-8d14-baa45e81aaa3 Content-Encoding: gzip Content-Length: 7864 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 533588077 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 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.131950] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.133607] pid_max: default: 32768 minimum: 301\n[ 0.134498] ACPI: Core revision 20150930\n[ 0.135891] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.137201] Security Framework initialized\n[ 0.138010] Yama: becoming mindful.\n[ 0.138736] AppArmor: AppArmor initialized\n[ 0.139607] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.140929] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.142200] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143402] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144792] Initializing cgroup subsys io\n[ 0.145600] Initializing cgroup subsys memory\n[ 0.146457] Initializing cgroup subsys devices\n[ 0.147338] Initializing cgroup subsys freezer\n[ 0.148203] Initializing cgroup subsys net_cls\n[ 0.149060] Initializing cgroup subsys perf_event\n[ 0.150031] Initializing cgroup subsys net_prio\n[ 0.150922] Initializing cgroup subsys hugetlb\n[ 0.151803] Initializing cgroup subsys pids\n[ 0.152677] CPU: Physical Processor ID: 0\n[ 0.154174] mce: CPU supports 10 MCE banks\n[ 0.155038] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.156034] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.166713] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.173125] ftrace: allocating 31920 entries in 125 pages\n[ 0.199516] smpboot: Max logical packages: 1\n[ 0.200393] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.201753] x2apic enabled\n[ 0.202570] Switched APIC routing to physical x2apic.\n[ 0.204334] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.205463] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.207447] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.209232] KVM setup paravirtual spinlock\n[ 0.210524] x86: Booted up 1 node, 1 CPUs\n[ 0.211326] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.212708] devtmpfs: initialized\n[ 0.214424] evm: security.selinux\n[ 0.215136] evm: security.SMACK64\n[ 0.215831] evm: security.SMACK64EXEC\n[ 0.216579] evm: security.SMACK64TRANSMUTE\n[ 0.217388] evm: security.SMACK64MMAP\n[ 0.218137] evm: security.ima\n[ 0.218776] evm: security.capability\n[ 0.219581] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.221432] pinctrl core: initialized pinctrl subsystem\n[ 0.222533] RTC time: 12:23:20, date: 09/04/18\n[ 0.223495] NET: Registered protocol family 16\n[ 0.224461] cpuidle: using governor ladder\n[ 0.225302] cpuidle: using governor menu\n[ 0.226092] PCCT header not found.\n[ 0.226843] ACPI: bus type PCI registered\n[ 0.227644] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.228875] PCI: Using configuration type 1 for base access\n[ 0.230625] ACPI: Added _OSI(Module Device)\n[ 0.231468] ACPI: Added _OSI(Processor Device)\n[ 0.232331] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.233227] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.235324] ACPI: Interpreter enabled\n[ 0.236103] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.237940] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.239779] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.241630] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.243465] ACPI: (supports S0 S5)\n[ 0.244168] ACPI: Using IOAPIC for interrupt routing\n[ 0.245226] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.248325] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.249458] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.250679] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.251867] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.254077] acpiphp: Slot [3] registered\n[ 0.254875] acpiphp: Slot [4] registered\n[ 0.255685] acpiphp: Slot [5] registered\n[ 0.256477] acpiphp: Slot [6] registered\n[ 0.257265] acpiphp: Slot [7] registered\n[ 0.258057] acpiphp: Slot [8] registered\n[ 0.258853] acpiphp: Slot [9] registered\n[ 0.259642] acpiphp: Slot [10] registered\n[ 0.260449] acpiphp: Slot [11] registered\n[ 0.261253] acpiphp: Slot [12] registered\n[ 0.262068] acpiphp: Slot [13] registered\n[ 0.262885] acpiphp: Slot [14] registered\n[ 0.263690] acpiphp: Slot [15] registered\n[ 0.274644] acpiphp: Slot [16] registered\n[ 0.275453] acpiphp: Slot [17] registered\n[ 0.276257] acpiphp: Slot [18] registered\n[ 0.277068] acpiphp: Slot [19] registered\n[ 0.277868] acpiphp: Slot [20] registered\n[ 0.278681] acpiphp: Slot [21] registered\n[ 0.279484] acpiphp: Slot [22] registered\n[ 0.280284] acpiphp: Slot [23] registered\n[ 0.281104] acpiphp: Slot [24] registered\n[ 0.281912] acpiphp: Slot [25] registered\n[ 0.282731] acpiphp: Slot [26] registered\n[ 0.283535] acpiphp: Slot [27] registered\n[ 0.284335] acpiphp: Slot [28] registered\n[ 0.285137] acpiphp: Slot [29] registered\n[ 0.285941] acpiphp: Slot [30] registered\n[ 0.286760] acpiphp: Slot [31] registered\n[ 0.287563] PCI host bridge to bus 0000:00\n[ 0.288367] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.289569] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.290774] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.292222] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.293659] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.299865] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.301146] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.302321] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.303597] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.309927] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.311371] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.357570] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.359055] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.360473] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.361878] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.363259] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.364504] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.365651] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.366863] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.368403] vgaarb: loaded\n[ 0.369005] vgaarb: bridge control possible 0000:00:02.0\n[ 0.370119] SCSI subsystem initialized\n[ 0.370914] ACPI: bus type USB registered\n[ 0.371721] usbcore: registered new interface driver usbfs\n[ 0.372732] usbcore: registered new interface driver hub\n[ 0.373738] usbcore: registered new device driver usb\n[ 0.374777] PCI: Using ACPI for IRQ routing\n[ 0.375786] NetLabel: Initializing\n[ 0.376494] NetLabel: domain hash size = 128\n[ 0.377332] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.378262] NetLabel: unlabeled traffic allowed by default\n[ 0.379328] clocksource: Switched to clocksource kvm-clock\n[ 0.384687] AppArmor: AppArmor Filesystem Enabled\n[ 0.385629] pnp: PnP ACPI init\n[ 0.386525] pnp: PnP ACPI: found 5 devices\n[ 0.392880] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.394560] NET: Registered protocol family 2\n[ 0.395502] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.396753] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.397908] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.399048] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.400120] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.401270] NET: Registered protocol family 1\n[ 0.402123] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.403195] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.404259] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.418248] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.432302] Trying to unpack rootfs image as initramfs...\n[ 0.481638] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.495479] Scanning for low memory corruption every 60 seconds\n[ 0.496840] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.497989] audit: initializing netlink subsys (disabled)\n[ 0.498999] audit: type=2000 audit(1536063801.122:1): initialized\n[ 0.500310] Initialise system trusted keyring\n[ 0.501220] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.502369] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.504332] zbud: loaded\n[ 0.505026] VFS: Disk quotas dquot_6.6.0\n[ 0.505835] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.507344] fuse init (API version 7.23)\n[ 0.508230] Key type big_key registered\n[ 0.509017] Allocating IMA MOK and blacklist keyrings.\n[ 0.510113] Key type asymmetric registered\n[ 0.510921] Asymmetric key parser 'x509' registered\n[ 0.511885] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.513343] io scheduler noop registered\n[ 0.514130] io scheduler deadline registered (default)\n[ 0.515104] io scheduler cfq registered\n[ 0.515934] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.516966] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.518212] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.519667] ACPI: Power Button [PWRF]\n[ 0.520865] GHES: HEST is not enabled!\n[ 0.534572] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.564803] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.567673] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.591502] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.593651] Linux agpgart interface v0.103\n[ 0.595734] brd: module loaded\n[ 0.596947] loop: module loaded\n[ 0.601380] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.602816] GPT:90111 != 2097151\n[ 0.603504] GPT:Alternate GPT header not at the end of the disk.\n[ 0.604599] GPT:90111 != 2097151\n[ 0.605270] GPT: Use GNU Parted to correct GPT errors.\n[ 0.606225] vda: vda1 vda15\n[ 0.607656] scsi host0: ata_piix\n[ 0.608393] scsi host1: ata_piix\n[ 0.609095] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.610299] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.611745] libphy: Fixed MDIO Bus: probed\n[ 0.612560] tun: Universal TUN/TAP device driver, 1.6\n[ 0.613502] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.615632] PPP generic driver version 2.4.2\n[ 0.616510] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.617736] ehci-pci: EHCI PCI platform driver\n[ 0.618607] ehci-platform: EHCI generic platform driver\n[ 0.619603] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.620726] ohci-pci: OHCI PCI platform driver\n[ 0.621596] ohci-platform: OHCI generic platform driver\n[ 0.622576] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.636783] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.637795] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.639240] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.640253] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.641358] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.642570] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.643989] usb usb1: Product: UHCI Host Controller\n[ 0.644917] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.646052] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.647079] hub 1-0:1.0: USB hub found\n[ 0.647867] hub 1-0:1.0: 2 ports detected\n[ 0.648777] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.650894] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.651856] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.652889] mousedev: PS/2 mouse device common for all mice\n[ 0.654140] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.655970] rtc_cmos 00:00: RTC can wake from S4\n[ 0.657054] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.658251] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.659443] i2c /dev entries driver\n[ 0.660194] device-mapper: uevent: version 1.0.3\n[ 0.661127] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.662742] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.664025] NET: Registered protocol family 10\n[ 0.665015] NET: Registered protocol family 17\n[ 0.665907] Key type dns_resolver registered\n[ 0.666830] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.667939] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.669676] registered taskstats version 1\n[ 0.670498] Loading compiled-in X.509 certificates\n[ 0.671943] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.673781] zswap: loaded using pool lzo/zbud\n[ 0.675130] Key type trusted registered\n[ 0.676771] Key type encrypted registered\n[ 0.677619] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.678660] ima: No TPM chip found, activating TPM-bypass!\n[ 0.679741] evm: HMAC attrs: 0x1\n[ 0.680697] Magic number: 2:413:379\n[ 0.681550] rtc_cmos 00:00: setting system clock to 2018-09-04 12:23:21 UTC (1536063801)\n[ 0.683189] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.684338] EDD information not available.\n[ 0.768011] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.769471] ata1.00: configured for MWDMA2\n[ 0.770703] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.783492] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.784769] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.786044] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.787931] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.789491] Write protecting the kernel read-only data: 14336k\n[ 0.791080] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.792928] 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 0.97\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found 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.178401] 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-09-04 12:24:11,829 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/98dd3d6a-45aa-45d6-ba1c-be723341c813/action used request id req-0e2c667d-1eae-45e4-8d14-baa45e81aaa3 2018-09-04 12:24:13,835 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/servers/98dd3d6a-45aa-45d6-ba1c-be723341c813/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e4ad79cab4eff4658e98af50d773bb399ebc17d8" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-04 12:24:14,907 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12:24: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-c8a62ddb-f1fb-44e7-9eb1-726701c117bf x-compute-request-id: req-c8a62ddb-f1fb-44e7-9eb1-726701c117bf Content-Encoding: gzip Content-Length: 7864 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 533588077 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 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.131950] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.133607] pid_max: default: 32768 minimum: 301\n[ 0.134498] ACPI: Core revision 20150930\n[ 0.135891] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.137201] Security Framework initialized\n[ 0.138010] Yama: becoming mindful.\n[ 0.138736] AppArmor: AppArmor initialized\n[ 0.139607] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.140929] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.142200] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143402] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144792] Initializing cgroup subsys io\n[ 0.145600] Initializing cgroup subsys memory\n[ 0.146457] Initializing cgroup subsys devices\n[ 0.147338] Initializing cgroup subsys freezer\n[ 0.148203] Initializing cgroup subsys net_cls\n[ 0.149060] Initializing cgroup subsys perf_event\n[ 0.150031] Initializing cgroup subsys net_prio\n[ 0.150922] Initializing cgroup subsys hugetlb\n[ 0.151803] Initializing cgroup subsys pids\n[ 0.152677] CPU: Physical Processor ID: 0\n[ 0.154174] mce: CPU supports 10 MCE banks\n[ 0.155038] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.156034] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.166713] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.173125] ftrace: allocating 31920 entries in 125 pages\n[ 0.199516] smpboot: Max logical packages: 1\n[ 0.200393] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.201753] x2apic enabled\n[ 0.202570] Switched APIC routing to physical x2apic.\n[ 0.204334] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.205463] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.207447] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.209232] KVM setup paravirtual spinlock\n[ 0.210524] x86: Booted up 1 node, 1 CPUs\n[ 0.211326] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.212708] devtmpfs: initialized\n[ 0.214424] evm: security.selinux\n[ 0.215136] evm: security.SMACK64\n[ 0.215831] evm: security.SMACK64EXEC\n[ 0.216579] evm: security.SMACK64TRANSMUTE\n[ 0.217388] evm: security.SMACK64MMAP\n[ 0.218137] evm: security.ima\n[ 0.218776] evm: security.capability\n[ 0.219581] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.221432] pinctrl core: initialized pinctrl subsystem\n[ 0.222533] RTC time: 12:23:20, date: 09/04/18\n[ 0.223495] NET: Registered protocol family 16\n[ 0.224461] cpuidle: using governor ladder\n[ 0.225302] cpuidle: using governor menu\n[ 0.226092] PCCT header not found.\n[ 0.226843] ACPI: bus type PCI registered\n[ 0.227644] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.228875] PCI: Using configuration type 1 for base access\n[ 0.230625] ACPI: Added _OSI(Module Device)\n[ 0.231468] ACPI: Added _OSI(Processor Device)\n[ 0.232331] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.233227] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.235324] ACPI: Interpreter enabled\n[ 0.236103] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.237940] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.239779] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.241630] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.243465] ACPI: (supports S0 S5)\n[ 0.244168] ACPI: Using IOAPIC for interrupt routing\n[ 0.245226] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.248325] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.249458] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.250679] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.251867] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.254077] acpiphp: Slot [3] registered\n[ 0.254875] acpiphp: Slot [4] registered\n[ 0.255685] acpiphp: Slot [5] registered\n[ 0.256477] acpiphp: Slot [6] registered\n[ 0.257265] acpiphp: Slot [7] registered\n[ 0.258057] acpiphp: Slot [8] registered\n[ 0.258853] acpiphp: Slot [9] registered\n[ 0.259642] acpiphp: Slot [10] registered\n[ 0.260449] acpiphp: Slot [11] registered\n[ 0.261253] acpiphp: Slot [12] registered\n[ 0.262068] acpiphp: Slot [13] registered\n[ 0.262885] acpiphp: Slot [14] registered\n[ 0.263690] acpiphp: Slot [15] registered\n[ 0.274644] acpiphp: Slot [16] registered\n[ 0.275453] acpiphp: Slot [17] registered\n[ 0.276257] acpiphp: Slot [18] registered\n[ 0.277068] acpiphp: Slot [19] registered\n[ 0.277868] acpiphp: Slot [20] registered\n[ 0.278681] acpiphp: Slot [21] registered\n[ 0.279484] acpiphp: Slot [22] registered\n[ 0.280284] acpiphp: Slot [23] registered\n[ 0.281104] acpiphp: Slot [24] registered\n[ 0.281912] acpiphp: Slot [25] registered\n[ 0.282731] acpiphp: Slot [26] registered\n[ 0.283535] acpiphp: Slot [27] registered\n[ 0.284335] acpiphp: Slot [28] registered\n[ 0.285137] acpiphp: Slot [29] registered\n[ 0.285941] acpiphp: Slot [30] registered\n[ 0.286760] acpiphp: Slot [31] registered\n[ 0.287563] PCI host bridge to bus 0000:00\n[ 0.288367] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.289569] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.290774] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.292222] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.293659] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.299865] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.301146] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.302321] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.303597] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.309927] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.311371] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.357570] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.359055] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.360473] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.361878] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.363259] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.364504] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.365651] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.366863] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.368403] vgaarb: loaded\n[ 0.369005] vgaarb: bridge control possible 0000:00:02.0\n[ 0.370119] SCSI subsystem initialized\n[ 0.370914] ACPI: bus type USB registered\n[ 0.371721] usbcore: registered new interface driver usbfs\n[ 0.372732] usbcore: registered new interface driver hub\n[ 0.373738] usbcore: registered new device driver usb\n[ 0.374777] PCI: Using ACPI for IRQ routing\n[ 0.375786] NetLabel: Initializing\n[ 0.376494] NetLabel: domain hash size = 128\n[ 0.377332] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.378262] NetLabel: unlabeled traffic allowed by default\n[ 0.379328] clocksource: Switched to clocksource kvm-clock\n[ 0.384687] AppArmor: AppArmor Filesystem Enabled\n[ 0.385629] pnp: PnP ACPI init\n[ 0.386525] pnp: PnP ACPI: found 5 devices\n[ 0.392880] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.394560] NET: Registered protocol family 2\n[ 0.395502] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.396753] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.397908] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.399048] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.400120] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.401270] NET: Registered protocol family 1\n[ 0.402123] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.403195] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.404259] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.418248] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.432302] Trying to unpack rootfs image as initramfs...\n[ 0.481638] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.495479] Scanning for low memory corruption every 60 seconds\n[ 0.496840] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.497989] audit: initializing netlink subsys (disabled)\n[ 0.498999] audit: type=2000 audit(1536063801.122:1): initialized\n[ 0.500310] Initialise system trusted keyring\n[ 0.501220] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.502369] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.504332] zbud: loaded\n[ 0.505026] VFS: Disk quotas dquot_6.6.0\n[ 0.505835] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.507344] fuse init (API version 7.23)\n[ 0.508230] Key type big_key registered\n[ 0.509017] Allocating IMA MOK and blacklist keyrings.\n[ 0.510113] Key type asymmetric registered\n[ 0.510921] Asymmetric key parser 'x509' registered\n[ 0.511885] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.513343] io scheduler noop registered\n[ 0.514130] io scheduler deadline registered (default)\n[ 0.515104] io scheduler cfq registered\n[ 0.515934] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.516966] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.518212] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.519667] ACPI: Power Button [PWRF]\n[ 0.520865] GHES: HEST is not enabled!\n[ 0.534572] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.564803] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.567673] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.591502] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.593651] Linux agpgart interface v0.103\n[ 0.595734] brd: module loaded\n[ 0.596947] loop: module loaded\n[ 0.601380] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.602816] GPT:90111 != 2097151\n[ 0.603504] GPT:Alternate GPT header not at the end of the disk.\n[ 0.604599] GPT:90111 != 2097151\n[ 0.605270] GPT: Use GNU Parted to correct GPT errors.\n[ 0.606225] vda: vda1 vda15\n[ 0.607656] scsi host0: ata_piix\n[ 0.608393] scsi host1: ata_piix\n[ 0.609095] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.610299] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.611745] libphy: Fixed MDIO Bus: probed\n[ 0.612560] tun: Universal TUN/TAP device driver, 1.6\n[ 0.613502] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.615632] PPP generic driver version 2.4.2\n[ 0.616510] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.617736] ehci-pci: EHCI PCI platform driver\n[ 0.618607] ehci-platform: EHCI generic platform driver\n[ 0.619603] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.620726] ohci-pci: OHCI PCI platform driver\n[ 0.621596] ohci-platform: OHCI generic platform driver\n[ 0.622576] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.636783] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.637795] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.639240] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.640253] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.641358] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.642570] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.643989] usb usb1: Product: UHCI Host Controller\n[ 0.644917] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.646052] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.647079] hub 1-0:1.0: USB hub found\n[ 0.647867] hub 1-0:1.0: 2 ports detected\n[ 0.648777] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.650894] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.651856] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.652889] mousedev: PS/2 mouse device common for all mice\n[ 0.654140] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.655970] rtc_cmos 00:00: RTC can wake from S4\n[ 0.657054] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.658251] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.659443] i2c /dev entries driver\n[ 0.660194] device-mapper: uevent: version 1.0.3\n[ 0.661127] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.662742] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.664025] NET: Registered protocol family 10\n[ 0.665015] NET: Registered protocol family 17\n[ 0.665907] Key type dns_resolver registered\n[ 0.666830] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.667939] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.669676] registered taskstats version 1\n[ 0.670498] Loading compiled-in X.509 certificates\n[ 0.671943] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.673781] zswap: loaded using pool lzo/zbud\n[ 0.675130] Key type trusted registered\n[ 0.676771] Key type encrypted registered\n[ 0.677619] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.678660] ima: No TPM chip found, activating TPM-bypass!\n[ 0.679741] evm: HMAC attrs: 0x1\n[ 0.680697] Magic number: 2:413:379\n[ 0.681550] rtc_cmos 00:00: setting system clock to 2018-09-04 12:23:21 UTC (1536063801)\n[ 0.683189] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.684338] EDD information not available.\n[ 0.768011] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.769471] ata1.00: configured for MWDMA2\n[ 0.770703] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.783492] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.784769] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.786044] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.787931] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.789491] Write protecting the kernel read-only data: 14336k\n[ 0.791080] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.792928] 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 0.97\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found 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.178401] 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-09-04 12:24:14,908 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/98dd3d6a-45aa-45d6-ba1c-be723341c813/action used request id req-c8a62ddb-f1fb-44e7-9eb1-726701c117bf 2018-09-04 12:24:16,914 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/servers/98dd3d6a-45aa-45d6-ba1c-be723341c813/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e4ad79cab4eff4658e98af50d773bb399ebc17d8" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-04 12:24:17,984 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12:24: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-9df9910c-803d-4b65-91b1-a16b4ddae783 x-compute-request-id: req-9df9910c-803d-4b65-91b1-a16b4ddae783 Content-Encoding: gzip Content-Length: 7864 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 533588077 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 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.131950] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.133607] pid_max: default: 32768 minimum: 301\n[ 0.134498] ACPI: Core revision 20150930\n[ 0.135891] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.137201] Security Framework initialized\n[ 0.138010] Yama: becoming mindful.\n[ 0.138736] AppArmor: AppArmor initialized\n[ 0.139607] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.140929] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.142200] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143402] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144792] Initializing cgroup subsys io\n[ 0.145600] Initializing cgroup subsys memory\n[ 0.146457] Initializing cgroup subsys devices\n[ 0.147338] Initializing cgroup subsys freezer\n[ 0.148203] Initializing cgroup subsys net_cls\n[ 0.149060] Initializing cgroup subsys perf_event\n[ 0.150031] Initializing cgroup subsys net_prio\n[ 0.150922] Initializing cgroup subsys hugetlb\n[ 0.151803] Initializing cgroup subsys pids\n[ 0.152677] CPU: Physical Processor ID: 0\n[ 0.154174] mce: CPU supports 10 MCE banks\n[ 0.155038] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.156034] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.166713] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.173125] ftrace: allocating 31920 entries in 125 pages\n[ 0.199516] smpboot: Max logical packages: 1\n[ 0.200393] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.201753] x2apic enabled\n[ 0.202570] Switched APIC routing to physical x2apic.\n[ 0.204334] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.205463] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.207447] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.209232] KVM setup paravirtual spinlock\n[ 0.210524] x86: Booted up 1 node, 1 CPUs\n[ 0.211326] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.212708] devtmpfs: initialized\n[ 0.214424] evm: security.selinux\n[ 0.215136] evm: security.SMACK64\n[ 0.215831] evm: security.SMACK64EXEC\n[ 0.216579] evm: security.SMACK64TRANSMUTE\n[ 0.217388] evm: security.SMACK64MMAP\n[ 0.218137] evm: security.ima\n[ 0.218776] evm: security.capability\n[ 0.219581] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.221432] pinctrl core: initialized pinctrl subsystem\n[ 0.222533] RTC time: 12:23:20, date: 09/04/18\n[ 0.223495] NET: Registered protocol family 16\n[ 0.224461] cpuidle: using governor ladder\n[ 0.225302] cpuidle: using governor menu\n[ 0.226092] PCCT header not found.\n[ 0.226843] ACPI: bus type PCI registered\n[ 0.227644] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.228875] PCI: Using configuration type 1 for base access\n[ 0.230625] ACPI: Added _OSI(Module Device)\n[ 0.231468] ACPI: Added _OSI(Processor Device)\n[ 0.232331] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.233227] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.235324] ACPI: Interpreter enabled\n[ 0.236103] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.237940] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.239779] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.241630] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.243465] ACPI: (supports S0 S5)\n[ 0.244168] ACPI: Using IOAPIC for interrupt routing\n[ 0.245226] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.248325] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.249458] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.250679] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.251867] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.254077] acpiphp: Slot [3] registered\n[ 0.254875] acpiphp: Slot [4] registered\n[ 0.255685] acpiphp: Slot [5] registered\n[ 0.256477] acpiphp: Slot [6] registered\n[ 0.257265] acpiphp: Slot [7] registered\n[ 0.258057] acpiphp: Slot [8] registered\n[ 0.258853] acpiphp: Slot [9] registered\n[ 0.259642] acpiphp: Slot [10] registered\n[ 0.260449] acpiphp: Slot [11] registered\n[ 0.261253] acpiphp: Slot [12] registered\n[ 0.262068] acpiphp: Slot [13] registered\n[ 0.262885] acpiphp: Slot [14] registered\n[ 0.263690] acpiphp: Slot [15] registered\n[ 0.274644] acpiphp: Slot [16] registered\n[ 0.275453] acpiphp: Slot [17] registered\n[ 0.276257] acpiphp: Slot [18] registered\n[ 0.277068] acpiphp: Slot [19] registered\n[ 0.277868] acpiphp: Slot [20] registered\n[ 0.278681] acpiphp: Slot [21] registered\n[ 0.279484] acpiphp: Slot [22] registered\n[ 0.280284] acpiphp: Slot [23] registered\n[ 0.281104] acpiphp: Slot [24] registered\n[ 0.281912] acpiphp: Slot [25] registered\n[ 0.282731] acpiphp: Slot [26] registered\n[ 0.283535] acpiphp: Slot [27] registered\n[ 0.284335] acpiphp: Slot [28] registered\n[ 0.285137] acpiphp: Slot [29] registered\n[ 0.285941] acpiphp: Slot [30] registered\n[ 0.286760] acpiphp: Slot [31] registered\n[ 0.287563] PCI host bridge to bus 0000:00\n[ 0.288367] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.289569] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.290774] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.292222] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.293659] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.299865] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.301146] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.302321] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.303597] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.309927] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.311371] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.357570] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.359055] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.360473] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.361878] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.363259] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.364504] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.365651] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.366863] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.368403] vgaarb: loaded\n[ 0.369005] vgaarb: bridge control possible 0000:00:02.0\n[ 0.370119] SCSI subsystem initialized\n[ 0.370914] ACPI: bus type USB registered\n[ 0.371721] usbcore: registered new interface driver usbfs\n[ 0.372732] usbcore: registered new interface driver hub\n[ 0.373738] usbcore: registered new device driver usb\n[ 0.374777] PCI: Using ACPI for IRQ routing\n[ 0.375786] NetLabel: Initializing\n[ 0.376494] NetLabel: domain hash size = 128\n[ 0.377332] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.378262] NetLabel: unlabeled traffic allowed by default\n[ 0.379328] clocksource: Switched to clocksource kvm-clock\n[ 0.384687] AppArmor: AppArmor Filesystem Enabled\n[ 0.385629] pnp: PnP ACPI init\n[ 0.386525] pnp: PnP ACPI: found 5 devices\n[ 0.392880] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.394560] NET: Registered protocol family 2\n[ 0.395502] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.396753] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.397908] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.399048] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.400120] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.401270] NET: Registered protocol family 1\n[ 0.402123] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.403195] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.404259] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.418248] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.432302] Trying to unpack rootfs image as initramfs...\n[ 0.481638] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.495479] Scanning for low memory corruption every 60 seconds\n[ 0.496840] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.497989] audit: initializing netlink subsys (disabled)\n[ 0.498999] audit: type=2000 audit(1536063801.122:1): initialized\n[ 0.500310] Initialise system trusted keyring\n[ 0.501220] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.502369] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.504332] zbud: loaded\n[ 0.505026] VFS: Disk quotas dquot_6.6.0\n[ 0.505835] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.507344] fuse init (API version 7.23)\n[ 0.508230] Key type big_key registered\n[ 0.509017] Allocating IMA MOK and blacklist keyrings.\n[ 0.510113] Key type asymmetric registered\n[ 0.510921] Asymmetric key parser 'x509' registered\n[ 0.511885] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.513343] io scheduler noop registered\n[ 0.514130] io scheduler deadline registered (default)\n[ 0.515104] io scheduler cfq registered\n[ 0.515934] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.516966] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.518212] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.519667] ACPI: Power Button [PWRF]\n[ 0.520865] GHES: HEST is not enabled!\n[ 0.534572] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.564803] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.567673] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.591502] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.593651] Linux agpgart interface v0.103\n[ 0.595734] brd: module loaded\n[ 0.596947] loop: module loaded\n[ 0.601380] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.602816] GPT:90111 != 2097151\n[ 0.603504] GPT:Alternate GPT header not at the end of the disk.\n[ 0.604599] GPT:90111 != 2097151\n[ 0.605270] GPT: Use GNU Parted to correct GPT errors.\n[ 0.606225] vda: vda1 vda15\n[ 0.607656] scsi host0: ata_piix\n[ 0.608393] scsi host1: ata_piix\n[ 0.609095] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.610299] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.611745] libphy: Fixed MDIO Bus: probed\n[ 0.612560] tun: Universal TUN/TAP device driver, 1.6\n[ 0.613502] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.615632] PPP generic driver version 2.4.2\n[ 0.616510] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.617736] ehci-pci: EHCI PCI platform driver\n[ 0.618607] ehci-platform: EHCI generic platform driver\n[ 0.619603] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.620726] ohci-pci: OHCI PCI platform driver\n[ 0.621596] ohci-platform: OHCI generic platform driver\n[ 0.622576] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.636783] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.637795] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.639240] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.640253] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.641358] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.642570] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.643989] usb usb1: Product: UHCI Host Controller\n[ 0.644917] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.646052] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.647079] hub 1-0:1.0: USB hub found\n[ 0.647867] hub 1-0:1.0: 2 ports detected\n[ 0.648777] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.650894] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.651856] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.652889] mousedev: PS/2 mouse device common for all mice\n[ 0.654140] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.655970] rtc_cmos 00:00: RTC can wake from S4\n[ 0.657054] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.658251] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.659443] i2c /dev entries driver\n[ 0.660194] device-mapper: uevent: version 1.0.3\n[ 0.661127] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.662742] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.664025] NET: Registered protocol family 10\n[ 0.665015] NET: Registered protocol family 17\n[ 0.665907] Key type dns_resolver registered\n[ 0.666830] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.667939] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.669676] registered taskstats version 1\n[ 0.670498] Loading compiled-in X.509 certificates\n[ 0.671943] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.673781] zswap: loaded using pool lzo/zbud\n[ 0.675130] Key type trusted registered\n[ 0.676771] Key type encrypted registered\n[ 0.677619] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.678660] ima: No TPM chip found, activating TPM-bypass!\n[ 0.679741] evm: HMAC attrs: 0x1\n[ 0.680697] Magic number: 2:413:379\n[ 0.681550] rtc_cmos 00:00: setting system clock to 2018-09-04 12:23:21 UTC (1536063801)\n[ 0.683189] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.684338] EDD information not available.\n[ 0.768011] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.769471] ata1.00: configured for MWDMA2\n[ 0.770703] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.783492] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.784769] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.786044] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.787931] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.789491] Write protecting the kernel read-only data: 14336k\n[ 0.791080] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.792928] 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 0.97\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found 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.178401] 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-09-04 12:24:17,984 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/98dd3d6a-45aa-45d6-ba1c-be723341c813/action used request id req-9df9910c-803d-4b65-91b1-a16b4ddae783 2018-09-04 12:24:19,990 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/servers/98dd3d6a-45aa-45d6-ba1c-be723341c813/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e4ad79cab4eff4658e98af50d773bb399ebc17d8" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-04 12:24:21,072 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12:24: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-fe47f185-d956-4218-aebb-70ff0ca265d6 x-compute-request-id: req-fe47f185-d956-4218-aebb-70ff0ca265d6 Content-Encoding: gzip Content-Length: 7864 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 533588077 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 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.131950] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.133607] pid_max: default: 32768 minimum: 301\n[ 0.134498] ACPI: Core revision 20150930\n[ 0.135891] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.137201] Security Framework initialized\n[ 0.138010] Yama: becoming mindful.\n[ 0.138736] AppArmor: AppArmor initialized\n[ 0.139607] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.140929] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.142200] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143402] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144792] Initializing cgroup subsys io\n[ 0.145600] Initializing cgroup subsys memory\n[ 0.146457] Initializing cgroup subsys devices\n[ 0.147338] Initializing cgroup subsys freezer\n[ 0.148203] Initializing cgroup subsys net_cls\n[ 0.149060] Initializing cgroup subsys perf_event\n[ 0.150031] Initializing cgroup subsys net_prio\n[ 0.150922] Initializing cgroup subsys hugetlb\n[ 0.151803] Initializing cgroup subsys pids\n[ 0.152677] CPU: Physical Processor ID: 0\n[ 0.154174] mce: CPU supports 10 MCE banks\n[ 0.155038] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.156034] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.166713] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.173125] ftrace: allocating 31920 entries in 125 pages\n[ 0.199516] smpboot: Max logical packages: 1\n[ 0.200393] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.201753] x2apic enabled\n[ 0.202570] Switched APIC routing to physical x2apic.\n[ 0.204334] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.205463] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.207447] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.209232] KVM setup paravirtual spinlock\n[ 0.210524] x86: Booted up 1 node, 1 CPUs\n[ 0.211326] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.212708] devtmpfs: initialized\n[ 0.214424] evm: security.selinux\n[ 0.215136] evm: security.SMACK64\n[ 0.215831] evm: security.SMACK64EXEC\n[ 0.216579] evm: security.SMACK64TRANSMUTE\n[ 0.217388] evm: security.SMACK64MMAP\n[ 0.218137] evm: security.ima\n[ 0.218776] evm: security.capability\n[ 0.219581] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.221432] pinctrl core: initialized pinctrl subsystem\n[ 0.222533] RTC time: 12:23:20, date: 09/04/18\n[ 0.223495] NET: Registered protocol family 16\n[ 0.224461] cpuidle: using governor ladder\n[ 0.225302] cpuidle: using governor menu\n[ 0.226092] PCCT header not found.\n[ 0.226843] ACPI: bus type PCI registered\n[ 0.227644] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.228875] PCI: Using configuration type 1 for base access\n[ 0.230625] ACPI: Added _OSI(Module Device)\n[ 0.231468] ACPI: Added _OSI(Processor Device)\n[ 0.232331] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.233227] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.235324] ACPI: Interpreter enabled\n[ 0.236103] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.237940] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.239779] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.241630] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.243465] ACPI: (supports S0 S5)\n[ 0.244168] ACPI: Using IOAPIC for interrupt routing\n[ 0.245226] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.248325] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.249458] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.250679] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.251867] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.254077] acpiphp: Slot [3] registered\n[ 0.254875] acpiphp: Slot [4] registered\n[ 0.255685] acpiphp: Slot [5] registered\n[ 0.256477] acpiphp: Slot [6] registered\n[ 0.257265] acpiphp: Slot [7] registered\n[ 0.258057] acpiphp: Slot [8] registered\n[ 0.258853] acpiphp: Slot [9] registered\n[ 0.259642] acpiphp: Slot [10] registered\n[ 0.260449] acpiphp: Slot [11] registered\n[ 0.261253] acpiphp: Slot [12] registered\n[ 0.262068] acpiphp: Slot [13] registered\n[ 0.262885] acpiphp: Slot [14] registered\n[ 0.263690] acpiphp: Slot [15] registered\n[ 0.274644] acpiphp: Slot [16] registered\n[ 0.275453] acpiphp: Slot [17] registered\n[ 0.276257] acpiphp: Slot [18] registered\n[ 0.277068] acpiphp: Slot [19] registered\n[ 0.277868] acpiphp: Slot [20] registered\n[ 0.278681] acpiphp: Slot [21] registered\n[ 0.279484] acpiphp: Slot [22] registered\n[ 0.280284] acpiphp: Slot [23] registered\n[ 0.281104] acpiphp: Slot [24] registered\n[ 0.281912] acpiphp: Slot [25] registered\n[ 0.282731] acpiphp: Slot [26] registered\n[ 0.283535] acpiphp: Slot [27] registered\n[ 0.284335] acpiphp: Slot [28] registered\n[ 0.285137] acpiphp: Slot [29] registered\n[ 0.285941] acpiphp: Slot [30] registered\n[ 0.286760] acpiphp: Slot [31] registered\n[ 0.287563] PCI host bridge to bus 0000:00\n[ 0.288367] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.289569] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.290774] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.292222] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.293659] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.299865] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.301146] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.302321] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.303597] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.309927] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.311371] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.357570] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.359055] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.360473] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.361878] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.363259] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.364504] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.365651] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.366863] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.368403] vgaarb: loaded\n[ 0.369005] vgaarb: bridge control possible 0000:00:02.0\n[ 0.370119] SCSI subsystem initialized\n[ 0.370914] ACPI: bus type USB registered\n[ 0.371721] usbcore: registered new interface driver usbfs\n[ 0.372732] usbcore: registered new interface driver hub\n[ 0.373738] usbcore: registered new device driver usb\n[ 0.374777] PCI: Using ACPI for IRQ routing\n[ 0.375786] NetLabel: Initializing\n[ 0.376494] NetLabel: domain hash size = 128\n[ 0.377332] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.378262] NetLabel: unlabeled traffic allowed by default\n[ 0.379328] clocksource: Switched to clocksource kvm-clock\n[ 0.384687] AppArmor: AppArmor Filesystem Enabled\n[ 0.385629] pnp: PnP ACPI init\n[ 0.386525] pnp: PnP ACPI: found 5 devices\n[ 0.392880] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.394560] NET: Registered protocol family 2\n[ 0.395502] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.396753] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.397908] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.399048] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.400120] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.401270] NET: Registered protocol family 1\n[ 0.402123] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.403195] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.404259] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.418248] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.432302] Trying to unpack rootfs image as initramfs...\n[ 0.481638] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.495479] Scanning for low memory corruption every 60 seconds\n[ 0.496840] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.497989] audit: initializing netlink subsys (disabled)\n[ 0.498999] audit: type=2000 audit(1536063801.122:1): initialized\n[ 0.500310] Initialise system trusted keyring\n[ 0.501220] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.502369] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.504332] zbud: loaded\n[ 0.505026] VFS: Disk quotas dquot_6.6.0\n[ 0.505835] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.507344] fuse init (API version 7.23)\n[ 0.508230] Key type big_key registered\n[ 0.509017] Allocating IMA MOK and blacklist keyrings.\n[ 0.510113] Key type asymmetric registered\n[ 0.510921] Asymmetric key parser 'x509' registered\n[ 0.511885] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.513343] io scheduler noop registered\n[ 0.514130] io scheduler deadline registered (default)\n[ 0.515104] io scheduler cfq registered\n[ 0.515934] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.516966] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.518212] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.519667] ACPI: Power Button [PWRF]\n[ 0.520865] GHES: HEST is not enabled!\n[ 0.534572] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.564803] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.567673] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.591502] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.593651] Linux agpgart interface v0.103\n[ 0.595734] brd: module loaded\n[ 0.596947] loop: module loaded\n[ 0.601380] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.602816] GPT:90111 != 2097151\n[ 0.603504] GPT:Alternate GPT header not at the end of the disk.\n[ 0.604599] GPT:90111 != 2097151\n[ 0.605270] GPT: Use GNU Parted to correct GPT errors.\n[ 0.606225] vda: vda1 vda15\n[ 0.607656] scsi host0: ata_piix\n[ 0.608393] scsi host1: ata_piix\n[ 0.609095] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.610299] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.611745] libphy: Fixed MDIO Bus: probed\n[ 0.612560] tun: Universal TUN/TAP device driver, 1.6\n[ 0.613502] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.615632] PPP generic driver version 2.4.2\n[ 0.616510] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.617736] ehci-pci: EHCI PCI platform driver\n[ 0.618607] ehci-platform: EHCI generic platform driver\n[ 0.619603] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.620726] ohci-pci: OHCI PCI platform driver\n[ 0.621596] ohci-platform: OHCI generic platform driver\n[ 0.622576] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.636783] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.637795] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.639240] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.640253] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.641358] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.642570] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.643989] usb usb1: Product: UHCI Host Controller\n[ 0.644917] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.646052] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.647079] hub 1-0:1.0: USB hub found\n[ 0.647867] hub 1-0:1.0: 2 ports detected\n[ 0.648777] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.650894] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.651856] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.652889] mousedev: PS/2 mouse device common for all mice\n[ 0.654140] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.655970] rtc_cmos 00:00: RTC can wake from S4\n[ 0.657054] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.658251] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.659443] i2c /dev entries driver\n[ 0.660194] device-mapper: uevent: version 1.0.3\n[ 0.661127] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.662742] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.664025] NET: Registered protocol family 10\n[ 0.665015] NET: Registered protocol family 17\n[ 0.665907] Key type dns_resolver registered\n[ 0.666830] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.667939] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.669676] registered taskstats version 1\n[ 0.670498] Loading compiled-in X.509 certificates\n[ 0.671943] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.673781] zswap: loaded using pool lzo/zbud\n[ 0.675130] Key type trusted registered\n[ 0.676771] Key type encrypted registered\n[ 0.677619] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.678660] ima: No TPM chip found, activating TPM-bypass!\n[ 0.679741] evm: HMAC attrs: 0x1\n[ 0.680697] Magic number: 2:413:379\n[ 0.681550] rtc_cmos 00:00: setting system clock to 2018-09-04 12:23:21 UTC (1536063801)\n[ 0.683189] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.684338] EDD information not available.\n[ 0.768011] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.769471] ata1.00: configured for MWDMA2\n[ 0.770703] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.783492] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.784769] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.786044] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.787931] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.789491] Write protecting the kernel read-only data: 14336k\n[ 0.791080] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.792928] 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 0.97\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found 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.178401] 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-09-04 12:24:21,073 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/98dd3d6a-45aa-45d6-ba1c-be723341c813/action used request id req-fe47f185-d956-4218-aebb-70ff0ca265d6 2018-09-04 12:24:23,078 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/servers/98dd3d6a-45aa-45d6-ba1c-be723341c813/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e4ad79cab4eff4658e98af50d773bb399ebc17d8" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-04 12:24:24,271 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12:24: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-388874c7-00db-4b9f-80ef-ca3c54c6c088 x-compute-request-id: req-388874c7-00db-4b9f-80ef-ca3c54c6c088 Content-Encoding: gzip Content-Length: 8057 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 533588077 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 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.131950] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.133607] pid_max: default: 32768 minimum: 301\n[ 0.134498] ACPI: Core revision 20150930\n[ 0.135891] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.137201] Security Framework initialized\n[ 0.138010] Yama: becoming mindful.\n[ 0.138736] AppArmor: AppArmor initialized\n[ 0.139607] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.140929] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.142200] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143402] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144792] Initializing cgroup subsys io\n[ 0.145600] Initializing cgroup subsys memory\n[ 0.146457] Initializing cgroup subsys devices\n[ 0.147338] Initializing cgroup subsys freezer\n[ 0.148203] Initializing cgroup subsys net_cls\n[ 0.149060] Initializing cgroup subsys perf_event\n[ 0.150031] Initializing cgroup subsys net_prio\n[ 0.150922] Initializing cgroup subsys hugetlb\n[ 0.151803] Initializing cgroup subsys pids\n[ 0.152677] CPU: Physical Processor ID: 0\n[ 0.154174] mce: CPU supports 10 MCE banks\n[ 0.155038] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.156034] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.166713] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.173125] ftrace: allocating 31920 entries in 125 pages\n[ 0.199516] smpboot: Max logical packages: 1\n[ 0.200393] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.201753] x2apic enabled\n[ 0.202570] Switched APIC routing to physical x2apic.\n[ 0.204334] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.205463] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.207447] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.209232] KVM setup paravirtual spinlock\n[ 0.210524] x86: Booted up 1 node, 1 CPUs\n[ 0.211326] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.212708] devtmpfs: initialized\n[ 0.214424] evm: security.selinux\n[ 0.215136] evm: security.SMACK64\n[ 0.215831] evm: security.SMACK64EXEC\n[ 0.216579] evm: security.SMACK64TRANSMUTE\n[ 0.217388] evm: security.SMACK64MMAP\n[ 0.218137] evm: security.ima\n[ 0.218776] evm: security.capability\n[ 0.219581] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.221432] pinctrl core: initialized pinctrl subsystem\n[ 0.222533] RTC time: 12:23:20, date: 09/04/18\n[ 0.223495] NET: Registered protocol family 16\n[ 0.224461] cpuidle: using governor ladder\n[ 0.225302] cpuidle: using governor menu\n[ 0.226092] PCCT header not found.\n[ 0.226843] ACPI: bus type PCI registered\n[ 0.227644] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.228875] PCI: Using configuration type 1 for base access\n[ 0.230625] ACPI: Added _OSI(Module Device)\n[ 0.231468] ACPI: Added _OSI(Processor Device)\n[ 0.232331] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.233227] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.235324] ACPI: Interpreter enabled\n[ 0.236103] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.237940] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.239779] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.241630] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.243465] ACPI: (supports S0 S5)\n[ 0.244168] ACPI: Using IOAPIC for interrupt routing\n[ 0.245226] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.248325] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.249458] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.250679] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.251867] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.254077] acpiphp: Slot [3] registered\n[ 0.254875] acpiphp: Slot [4] registered\n[ 0.255685] acpiphp: Slot [5] registered\n[ 0.256477] acpiphp: Slot [6] registered\n[ 0.257265] acpiphp: Slot [7] registered\n[ 0.258057] acpiphp: Slot [8] registered\n[ 0.258853] acpiphp: Slot [9] registered\n[ 0.259642] acpiphp: Slot [10] registered\n[ 0.260449] acpiphp: Slot [11] registered\n[ 0.261253] acpiphp: Slot [12] registered\n[ 0.262068] acpiphp: Slot [13] registered\n[ 0.262885] acpiphp: Slot [14] registered\n[ 0.263690] acpiphp: Slot [15] registered\n[ 0.274644] acpiphp: Slot [16] registered\n[ 0.275453] acpiphp: Slot [17] registered\n[ 0.276257] acpiphp: Slot [18] registered\n[ 0.277068] acpiphp: Slot [19] registered\n[ 0.277868] acpiphp: Slot [20] registered\n[ 0.278681] acpiphp: Slot [21] registered\n[ 0.279484] acpiphp: Slot [22] registered\n[ 0.280284] acpiphp: Slot [23] registered\n[ 0.281104] acpiphp: Slot [24] registered\n[ 0.281912] acpiphp: Slot [25] registered\n[ 0.282731] acpiphp: Slot [26] registered\n[ 0.283535] acpiphp: Slot [27] registered\n[ 0.284335] acpiphp: Slot [28] registered\n[ 0.285137] acpiphp: Slot [29] registered\n[ 0.285941] acpiphp: Slot [30] registered\n[ 0.286760] acpiphp: Slot [31] registered\n[ 0.287563] PCI host bridge to bus 0000:00\n[ 0.288367] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.289569] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.290774] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.292222] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.293659] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.299865] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.301146] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.302321] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.303597] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.309927] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.311371] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.357570] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.359055] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.360473] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.361878] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.363259] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.364504] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.365651] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.366863] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.368403] vgaarb: loaded\n[ 0.369005] vgaarb: bridge control possible 0000:00:02.0\n[ 0.370119] SCSI subsystem initialized\n[ 0.370914] ACPI: bus type USB registered\n[ 0.371721] usbcore: registered new interface driver usbfs\n[ 0.372732] usbcore: registered new interface driver hub\n[ 0.373738] usbcore: registered new device driver usb\n[ 0.374777] PCI: Using ACPI for IRQ routing\n[ 0.375786] NetLabel: Initializing\n[ 0.376494] NetLabel: domain hash size = 128\n[ 0.377332] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.378262] NetLabel: unlabeled traffic allowed by default\n[ 0.379328] clocksource: Switched to clocksource kvm-clock\n[ 0.384687] AppArmor: AppArmor Filesystem Enabled\n[ 0.385629] pnp: PnP ACPI init\n[ 0.386525] pnp: PnP ACPI: found 5 devices\n[ 0.392880] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.394560] NET: Registered protocol family 2\n[ 0.395502] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.396753] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.397908] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.399048] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.400120] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.401270] NET: Registered protocol family 1\n[ 0.402123] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.403195] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.404259] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.418248] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.432302] Trying to unpack rootfs image as initramfs...\n[ 0.481638] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.495479] Scanning for low memory corruption every 60 seconds\n[ 0.496840] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.497989] audit: initializing netlink subsys (disabled)\n[ 0.498999] audit: type=2000 audit(1536063801.122:1): initialized\n[ 0.500310] Initialise system trusted keyring\n[ 0.501220] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.502369] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.504332] zbud: loaded\n[ 0.505026] VFS: Disk quotas dquot_6.6.0\n[ 0.505835] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.507344] fuse init (API version 7.23)\n[ 0.508230] Key type big_key registered\n[ 0.509017] Allocating IMA MOK and blacklist keyrings.\n[ 0.510113] Key type asymmetric registered\n[ 0.510921] Asymmetric key parser 'x509' registered\n[ 0.511885] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.513343] io scheduler noop registered\n[ 0.514130] io scheduler deadline registered (default)\n[ 0.515104] io scheduler cfq registered\n[ 0.515934] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.516966] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.518212] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.519667] ACPI: Power Button [PWRF]\n[ 0.520865] GHES: HEST is not enabled!\n[ 0.534572] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.564803] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.567673] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.591502] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.593651] Linux agpgart interface v0.103\n[ 0.595734] brd: module loaded\n[ 0.596947] loop: module loaded\n[ 0.601380] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.602816] GPT:90111 != 2097151\n[ 0.603504] GPT:Alternate GPT header not at the end of the disk.\n[ 0.604599] GPT:90111 != 2097151\n[ 0.605270] GPT: Use GNU Parted to correct GPT errors.\n[ 0.606225] vda: vda1 vda15\n[ 0.607656] scsi host0: ata_piix\n[ 0.608393] scsi host1: ata_piix\n[ 0.609095] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.610299] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.611745] libphy: Fixed MDIO Bus: probed\n[ 0.612560] tun: Universal TUN/TAP device driver, 1.6\n[ 0.613502] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.615632] PPP generic driver version 2.4.2\n[ 0.616510] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.617736] ehci-pci: EHCI PCI platform driver\n[ 0.618607] ehci-platform: EHCI generic platform driver\n[ 0.619603] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.620726] ohci-pci: OHCI PCI platform driver\n[ 0.621596] ohci-platform: OHCI generic platform driver\n[ 0.622576] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.636783] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.637795] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.639240] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.640253] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.641358] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.642570] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.643989] usb usb1: Product: UHCI Host Controller\n[ 0.644917] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.646052] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.647079] hub 1-0:1.0: USB hub found\n[ 0.647867] hub 1-0:1.0: 2 ports detected\n[ 0.648777] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.650894] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.651856] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.652889] mousedev: PS/2 mouse device common for all mice\n[ 0.654140] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.655970] rtc_cmos 00:00: RTC can wake from S4\n[ 0.657054] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.658251] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.659443] i2c /dev entries driver\n[ 0.660194] device-mapper: uevent: version 1.0.3\n[ 0.661127] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.662742] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.664025] NET: Registered protocol family 10\n[ 0.665015] NET: Registered protocol family 17\n[ 0.665907] Key type dns_resolver registered\n[ 0.666830] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.667939] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.669676] registered taskstats version 1\n[ 0.670498] Loading compiled-in X.509 certificates\n[ 0.671943] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.673781] zswap: loaded using pool lzo/zbud\n[ 0.675130] Key type trusted registered\n[ 0.676771] Key type encrypted registered\n[ 0.677619] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.678660] ima: No TPM chip found, activating TPM-bypass!\n[ 0.679741] evm: HMAC attrs: 0x1\n[ 0.680697] Magic number: 2:413:379\n[ 0.681550] rtc_cmos 00:00: setting system clock to 2018-09-04 12:23:21 UTC (1536063801)\n[ 0.683189] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.684338] EDD information not available.\n[ 0.768011] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.769471] ata1.00: configured for MWDMA2\n[ 0.770703] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.783492] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.784769] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.786044] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.787931] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.789491] Write protecting the kernel read-only data: 14336k\n[ 0.791080] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.792928] 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 0.97\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found 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.178401] 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.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\"\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"} 2018-09-04 12:24:24,271 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/98dd3d6a-45aa-45d6-ba1c-be723341c813/action used request id req-388874c7-00db-4b9f-80ef-ca3c54c6c088 2018-09-04 12:24:26,274 - sdnvpn.test.functest.testcase_8 - INFO - Waiting for the VMs to connect to each other using the updated network configuration 2018-09-04 12:24:56,308 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/servers/98dd3d6a-45aa-45d6-ba1c-be723341c813/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e4ad79cab4eff4658e98af50d773bb399ebc17d8" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-04 12:24:57,383 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12:24: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-103bc502-b56e-4c9f-8715-adc954495e72 x-compute-request-id: req-103bc502-b56e-4c9f-8715-adc954495e72 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 533588077 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 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.131950] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.133607] pid_max: default: 32768 minimum: 301\n[ 0.134498] ACPI: Core revision 20150930\n[ 0.135891] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.137201] Security Framework initialized\n[ 0.138010] Yama: becoming mindful.\n[ 0.138736] AppArmor: AppArmor initialized\n[ 0.139607] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.140929] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.142200] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143402] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144792] Initializing cgroup subsys io\n[ 0.145600] Initializing cgroup subsys memory\n[ 0.146457] Initializing cgroup subsys devices\n[ 0.147338] Initializing cgroup subsys freezer\n[ 0.148203] Initializing cgroup subsys net_cls\n[ 0.149060] Initializing cgroup subsys perf_event\n[ 0.150031] Initializing cgroup subsys net_prio\n[ 0.150922] Initializing cgroup subsys hugetlb\n[ 0.151803] Initializing cgroup subsys pids\n[ 0.152677] CPU: Physical Processor ID: 0\n[ 0.154174] mce: CPU supports 10 MCE banks\n[ 0.155038] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.156034] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.166713] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.173125] ftrace: allocating 31920 entries in 125 pages\n[ 0.199516] smpboot: Max logical packages: 1\n[ 0.200393] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.201753] x2apic enabled\n[ 0.202570] Switched APIC routing to physical x2apic.\n[ 0.204334] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.205463] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.207447] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.209232] KVM setup paravirtual spinlock\n[ 0.210524] x86: Booted up 1 node, 1 CPUs\n[ 0.211326] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.212708] devtmpfs: initialized\n[ 0.214424] evm: security.selinux\n[ 0.215136] evm: security.SMACK64\n[ 0.215831] evm: security.SMACK64EXEC\n[ 0.216579] evm: security.SMACK64TRANSMUTE\n[ 0.217388] evm: security.SMACK64MMAP\n[ 0.218137] evm: security.ima\n[ 0.218776] evm: security.capability\n[ 0.219581] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.221432] pinctrl core: initialized pinctrl subsystem\n[ 0.222533] RTC time: 12:23:20, date: 09/04/18\n[ 0.223495] NET: Registered protocol family 16\n[ 0.224461] cpuidle: using governor ladder\n[ 0.225302] cpuidle: using governor menu\n[ 0.226092] PCCT header not found.\n[ 0.226843] ACPI: bus type PCI registered\n[ 0.227644] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.228875] PCI: Using configuration type 1 for base access\n[ 0.230625] ACPI: Added _OSI(Module Device)\n[ 0.231468] ACPI: Added _OSI(Processor Device)\n[ 0.232331] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.233227] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.235324] ACPI: Interpreter enabled\n[ 0.236103] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.237940] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.239779] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.241630] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.243465] ACPI: (supports S0 S5)\n[ 0.244168] ACPI: Using IOAPIC for interrupt routing\n[ 0.245226] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.248325] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.249458] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.250679] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.251867] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.254077] acpiphp: Slot [3] registered\n[ 0.254875] acpiphp: Slot [4] registered\n[ 0.255685] acpiphp: Slot [5] registered\n[ 0.256477] acpiphp: Slot [6] registered\n[ 0.257265] acpiphp: Slot [7] registered\n[ 0.258057] acpiphp: Slot [8] registered\n[ 0.258853] acpiphp: Slot [9] registered\n[ 0.259642] acpiphp: Slot [10] registered\n[ 0.260449] acpiphp: Slot [11] registered\n[ 0.261253] acpiphp: Slot [12] registered\n[ 0.262068] acpiphp: Slot [13] registered\n[ 0.262885] acpiphp: Slot [14] registered\n[ 0.263690] acpiphp: Slot [15] registered\n[ 0.274644] acpiphp: Slot [16] registered\n[ 0.275453] acpiphp: Slot [17] registered\n[ 0.276257] acpiphp: Slot [18] registered\n[ 0.277068] acpiphp: Slot [19] registered\n[ 0.277868] acpiphp: Slot [20] registered\n[ 0.278681] acpiphp: Slot [21] registered\n[ 0.279484] acpiphp: Slot [22] registered\n[ 0.280284] acpiphp: Slot [23] registered\n[ 0.281104] acpiphp: Slot [24] registered\n[ 0.281912] acpiphp: Slot [25] registered\n[ 0.282731] acpiphp: Slot [26] registered\n[ 0.283535] acpiphp: Slot [27] registered\n[ 0.284335] acpiphp: Slot [28] registered\n[ 0.285137] acpiphp: Slot [29] registered\n[ 0.285941] acpiphp: Slot [30] registered\n[ 0.286760] acpiphp: Slot [31] registered\n[ 0.287563] PCI host bridge to bus 0000:00\n[ 0.288367] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.289569] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.290774] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.292222] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.293659] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.299865] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.301146] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.302321] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.303597] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.309927] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.311371] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.357570] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.359055] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.360473] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.361878] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.363259] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.364504] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.365651] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.366863] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.368403] vgaarb: loaded\n[ 0.369005] vgaarb: bridge control possible 0000:00:02.0\n[ 0.370119] SCSI subsystem initialized\n[ 0.370914] ACPI: bus type USB registered\n[ 0.371721] usbcore: registered new interface driver usbfs\n[ 0.372732] usbcore: registered new interface driver hub\n[ 0.373738] usbcore: registered new device driver usb\n[ 0.374777] PCI: Using ACPI for IRQ routing\n[ 0.375786] NetLabel: Initializing\n[ 0.376494] NetLabel: domain hash size = 128\n[ 0.377332] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.378262] NetLabel: unlabeled traffic allowed by default\n[ 0.379328] clocksource: Switched to clocksource kvm-clock\n[ 0.384687] AppArmor: AppArmor Filesystem Enabled\n[ 0.385629] pnp: PnP ACPI init\n[ 0.386525] pnp: PnP ACPI: found 5 devices\n[ 0.392880] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.394560] NET: Registered protocol family 2\n[ 0.395502] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.396753] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.397908] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.399048] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.400120] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.401270] NET: Registered protocol family 1\n[ 0.402123] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.403195] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.404259] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.418248] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.432302] Trying to unpack rootfs image as initramfs...\n[ 0.481638] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.495479] Scanning for low memory corruption every 60 seconds\n[ 0.496840] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.497989] audit: initializing netlink subsys (disabled)\n[ 0.498999] audit: type=2000 audit(1536063801.122:1): initialized\n[ 0.500310] Initialise system trusted keyring\n[ 0.501220] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.502369] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.504332] zbud: loaded\n[ 0.505026] VFS: Disk quotas dquot_6.6.0\n[ 0.505835] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.507344] fuse init (API version 7.23)\n[ 0.508230] Key type big_key registered\n[ 0.509017] Allocating IMA MOK and blacklist keyrings.\n[ 0.510113] Key type asymmetric registered\n[ 0.510921] Asymmetric key parser 'x509' registered\n[ 0.511885] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.513343] io scheduler noop registered\n[ 0.514130] io scheduler deadline registered (default)\n[ 0.515104] io scheduler cfq registered\n[ 0.515934] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.516966] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.518212] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.519667] ACPI: Power Button [PWRF]\n[ 0.520865] GHES: HEST is not enabled!\n[ 0.534572] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.564803] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.567673] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.591502] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.593651] Linux agpgart interface v0.103\n[ 0.595734] brd: module loaded\n[ 0.596947] loop: module loaded\n[ 0.601380] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.602816] GPT:90111 != 2097151\n[ 0.603504] GPT:Alternate GPT header not at the end of the disk.\n[ 0.604599] GPT:90111 != 2097151\n[ 0.605270] GPT: Use GNU Parted to correct GPT errors.\n[ 0.606225] vda: vda1 vda15\n[ 0.607656] scsi host0: ata_piix\n[ 0.608393] scsi host1: ata_piix\n[ 0.609095] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.610299] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.611745] libphy: Fixed MDIO Bus: probed\n[ 0.612560] tun: Universal TUN/TAP device driver, 1.6\n[ 0.613502] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.615632] PPP generic driver version 2.4.2\n[ 0.616510] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.617736] ehci-pci: EHCI PCI platform driver\n[ 0.618607] ehci-platform: EHCI generic platform driver\n[ 0.619603] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.620726] ohci-pci: OHCI PCI platform driver\n[ 0.621596] ohci-platform: OHCI generic platform driver\n[ 0.622576] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.636783] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.637795] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.639240] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.640253] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.641358] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.642570] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.643989] usb usb1: Product: UHCI Host Controller\n[ 0.644917] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.646052] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.647079] hub 1-0:1.0: USB hub found\n[ 0.647867] hub 1-0:1.0: 2 ports detected\n[ 0.648777] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.650894] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.651856] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.652889] mousedev: PS/2 mouse device common for all mice\n[ 0.654140] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.655970] rtc_cmos 00:00: RTC can wake from S4\n[ 0.657054] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.658251] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.659443] i2c /dev entries driver\n[ 0.660194] device-mapper: uevent: version 1.0.3\n[ 0.661127] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.662742] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.664025] NET: Registered protocol family 10\n[ 0.665015] NET: Registered protocol family 17\n[ 0.665907] Key type dns_resolver registered\n[ 0.666830] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.667939] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.669676] registered taskstats version 1\n[ 0.670498] Loading compiled-in X.509 certificates\n[ 0.671943] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.673781] zswap: loaded using pool lzo/zbud\n[ 0.675130] Key type trusted registered\n[ 0.676771] Key type encrypted registered\n[ 0.677619] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.678660] ima: No TPM chip found, activating TPM-bypass!\n[ 0.679741] evm: HMAC attrs: 0x1\n[ 0.680697] Magic number: 2:413:379\n[ 0.681550] rtc_cmos 00:00: setting system clock to 2018-09-04 12:23:21 UTC (1536063801)\n[ 0.683189] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.684338] EDD information not available.\n[ 0.768011] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.769471] ata1.00: configured for MWDMA2\n[ 0.770703] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.783492] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.784769] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.786044] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.787931] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.789491] Write protecting the kernel read-only data: 14336k\n[ 0.791080] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.792928] 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 0.97\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found 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.178401] 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.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\"\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.63s]\nping 10.10.20.10 OK\nping 10.10.20.10 OK\nping 10.10.20.10 OK\n"} 2018-09-04 12:24:57,383 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/98dd3d6a-45aa-45d6-ba1c-be723341c813/action used request id req-103bc502-b56e-4c9f-8715-adc954495e72 2018-09-04 12:24:57,385 - sdnvpn-results - DEBUG - Ping from 'sdnvpn-8-1' (10.10.10.10) to 'sdnvpn-8-2' (10.10.20.10). -->Expected result: can ping. 2018-09-04 12:24:57,387 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/servers/98dd3d6a-45aa-45d6-ba1c-be723341c813/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e4ad79cab4eff4658e98af50d773bb399ebc17d8" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-04 12:24:58,683 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12:24: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-c7d8d73e-ceed-4a8a-a0a2-1c43313068d7 x-compute-request-id: req-c7d8d73e-ceed-4a8a-a0a2-1c43313068d7 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 533588077 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 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.131950] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.133607] pid_max: default: 32768 minimum: 301\n[ 0.134498] ACPI: Core revision 20150930\n[ 0.135891] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.137201] Security Framework initialized\n[ 0.138010] Yama: becoming mindful.\n[ 0.138736] AppArmor: AppArmor initialized\n[ 0.139607] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.140929] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.142200] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143402] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144792] Initializing cgroup subsys io\n[ 0.145600] Initializing cgroup subsys memory\n[ 0.146457] Initializing cgroup subsys devices\n[ 0.147338] Initializing cgroup subsys freezer\n[ 0.148203] Initializing cgroup subsys net_cls\n[ 0.149060] Initializing cgroup subsys perf_event\n[ 0.150031] Initializing cgroup subsys net_prio\n[ 0.150922] Initializing cgroup subsys hugetlb\n[ 0.151803] Initializing cgroup subsys pids\n[ 0.152677] CPU: Physical Processor ID: 0\n[ 0.154174] mce: CPU supports 10 MCE banks\n[ 0.155038] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.156034] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.166713] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.173125] ftrace: allocating 31920 entries in 125 pages\n[ 0.199516] smpboot: Max logical packages: 1\n[ 0.200393] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.201753] x2apic enabled\n[ 0.202570] Switched APIC routing to physical x2apic.\n[ 0.204334] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.205463] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.207447] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.209232] KVM setup paravirtual spinlock\n[ 0.210524] x86: Booted up 1 node, 1 CPUs\n[ 0.211326] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.212708] devtmpfs: initialized\n[ 0.214424] evm: security.selinux\n[ 0.215136] evm: security.SMACK64\n[ 0.215831] evm: security.SMACK64EXEC\n[ 0.216579] evm: security.SMACK64TRANSMUTE\n[ 0.217388] evm: security.SMACK64MMAP\n[ 0.218137] evm: security.ima\n[ 0.218776] evm: security.capability\n[ 0.219581] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.221432] pinctrl core: initialized pinctrl subsystem\n[ 0.222533] RTC time: 12:23:20, date: 09/04/18\n[ 0.223495] NET: Registered protocol family 16\n[ 0.224461] cpuidle: using governor ladder\n[ 0.225302] cpuidle: using governor menu\n[ 0.226092] PCCT header not found.\n[ 0.226843] ACPI: bus type PCI registered\n[ 0.227644] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.228875] PCI: Using configuration type 1 for base access\n[ 0.230625] ACPI: Added _OSI(Module Device)\n[ 0.231468] ACPI: Added _OSI(Processor Device)\n[ 0.232331] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.233227] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.235324] ACPI: Interpreter enabled\n[ 0.236103] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.237940] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.239779] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.241630] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.243465] ACPI: (supports S0 S5)\n[ 0.244168] ACPI: Using IOAPIC for interrupt routing\n[ 0.245226] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.248325] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.249458] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.250679] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.251867] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.254077] acpiphp: Slot [3] registered\n[ 0.254875] acpiphp: Slot [4] registered\n[ 0.255685] acpiphp: Slot [5] registered\n[ 0.256477] acpiphp: Slot [6] registered\n[ 0.257265] acpiphp: Slot [7] registered\n[ 0.258057] acpiphp: Slot [8] registered\n[ 0.258853] acpiphp: Slot [9] registered\n[ 0.259642] acpiphp: Slot [10] registered\n[ 0.260449] acpiphp: Slot [11] registered\n[ 0.261253] acpiphp: Slot [12] registered\n[ 0.262068] acpiphp: Slot [13] registered\n[ 0.262885] acpiphp: Slot [14] registered\n[ 0.263690] acpiphp: Slot [15] registered\n[ 0.274644] acpiphp: Slot [16] registered\n[ 0.275453] acpiphp: Slot [17] registered\n[ 0.276257] acpiphp: Slot [18] registered\n[ 0.277068] acpiphp: Slot [19] registered\n[ 0.277868] acpiphp: Slot [20] registered\n[ 0.278681] acpiphp: Slot [21] registered\n[ 0.279484] acpiphp: Slot [22] registered\n[ 0.280284] acpiphp: Slot [23] registered\n[ 0.281104] acpiphp: Slot [24] registered\n[ 0.281912] acpiphp: Slot [25] registered\n[ 0.282731] acpiphp: Slot [26] registered\n[ 0.283535] acpiphp: Slot [27] registered\n[ 0.284335] acpiphp: Slot [28] registered\n[ 0.285137] acpiphp: Slot [29] registered\n[ 0.285941] acpiphp: Slot [30] registered\n[ 0.286760] acpiphp: Slot [31] registered\n[ 0.287563] PCI host bridge to bus 0000:00\n[ 0.288367] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.289569] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.290774] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.292222] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.293659] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.299865] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.301146] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.302321] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.303597] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.309927] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.311371] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.357570] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.359055] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.360473] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.361878] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.363259] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.364504] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.365651] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.366863] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.368403] vgaarb: loaded\n[ 0.369005] vgaarb: bridge control possible 0000:00:02.0\n[ 0.370119] SCSI subsystem initialized\n[ 0.370914] ACPI: bus type USB registered\n[ 0.371721] usbcore: registered new interface driver usbfs\n[ 0.372732] usbcore: registered new interface driver hub\n[ 0.373738] usbcore: registered new device driver usb\n[ 0.374777] PCI: Using ACPI for IRQ routing\n[ 0.375786] NetLabel: Initializing\n[ 0.376494] NetLabel: domain hash size = 128\n[ 0.377332] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.378262] NetLabel: unlabeled traffic allowed by default\n[ 0.379328] clocksource: Switched to clocksource kvm-clock\n[ 0.384687] AppArmor: AppArmor Filesystem Enabled\n[ 0.385629] pnp: PnP ACPI init\n[ 0.386525] pnp: PnP ACPI: found 5 devices\n[ 0.392880] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.394560] NET: Registered protocol family 2\n[ 0.395502] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.396753] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.397908] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.399048] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.400120] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.401270] NET: Registered protocol family 1\n[ 0.402123] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.403195] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.404259] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.418248] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.432302] Trying to unpack rootfs image as initramfs...\n[ 0.481638] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.495479] Scanning for low memory corruption every 60 seconds\n[ 0.496840] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.497989] audit: initializing netlink subsys (disabled)\n[ 0.498999] audit: type=2000 audit(1536063801.122:1): initialized\n[ 0.500310] Initialise system trusted keyring\n[ 0.501220] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.502369] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.504332] zbud: loaded\n[ 0.505026] VFS: Disk quotas dquot_6.6.0\n[ 0.505835] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.507344] fuse init (API version 7.23)\n[ 0.508230] Key type big_key registered\n[ 0.509017] Allocating IMA MOK and blacklist keyrings.\n[ 0.510113] Key type asymmetric registered\n[ 0.510921] Asymmetric key parser 'x509' registered\n[ 0.511885] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.513343] io scheduler noop registered\n[ 0.514130] io scheduler deadline registered (default)\n[ 0.515104] io scheduler cfq registered\n[ 0.515934] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.516966] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.518212] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.519667] ACPI: Power Button [PWRF]\n[ 0.520865] GHES: HEST is not enabled!\n[ 0.534572] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.564803] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.567673] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.591502] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.593651] Linux agpgart interface v0.103\n[ 0.595734] brd: module loaded\n[ 0.596947] loop: module loaded\n[ 0.601380] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.602816] GPT:90111 != 2097151\n[ 0.603504] GPT:Alternate GPT header not at the end of the disk.\n[ 0.604599] GPT:90111 != 2097151\n[ 0.605270] GPT: Use GNU Parted to correct GPT errors.\n[ 0.606225] vda: vda1 vda15\n[ 0.607656] scsi host0: ata_piix\n[ 0.608393] scsi host1: ata_piix\n[ 0.609095] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.610299] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.611745] libphy: Fixed MDIO Bus: probed\n[ 0.612560] tun: Universal TUN/TAP device driver, 1.6\n[ 0.613502] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.615632] PPP generic driver version 2.4.2\n[ 0.616510] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.617736] ehci-pci: EHCI PCI platform driver\n[ 0.618607] ehci-platform: EHCI generic platform driver\n[ 0.619603] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.620726] ohci-pci: OHCI PCI platform driver\n[ 0.621596] ohci-platform: OHCI generic platform driver\n[ 0.622576] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.636783] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.637795] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.639240] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.640253] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.641358] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.642570] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.643989] usb usb1: Product: UHCI Host Controller\n[ 0.644917] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.646052] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.647079] hub 1-0:1.0: USB hub found\n[ 0.647867] hub 1-0:1.0: 2 ports detected\n[ 0.648777] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.650894] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.651856] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.652889] mousedev: PS/2 mouse device common for all mice\n[ 0.654140] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.655970] rtc_cmos 00:00: RTC can wake from S4\n[ 0.657054] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.658251] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.659443] i2c /dev entries driver\n[ 0.660194] device-mapper: uevent: version 1.0.3\n[ 0.661127] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.662742] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.664025] NET: Registered protocol family 10\n[ 0.665015] NET: Registered protocol family 17\n[ 0.665907] Key type dns_resolver registered\n[ 0.666830] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.667939] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.669676] registered taskstats version 1\n[ 0.670498] Loading compiled-in X.509 certificates\n[ 0.671943] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.673781] zswap: loaded using pool lzo/zbud\n[ 0.675130] Key type trusted registered\n[ 0.676771] Key type encrypted registered\n[ 0.677619] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.678660] ima: No TPM chip found, activating TPM-bypass!\n[ 0.679741] evm: HMAC attrs: 0x1\n[ 0.680697] Magic number: 2:413:379\n[ 0.681550] rtc_cmos 00:00: setting system clock to 2018-09-04 12:23:21 UTC (1536063801)\n[ 0.683189] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.684338] EDD information not available.\n[ 0.768011] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.769471] ata1.00: configured for MWDMA2\n[ 0.770703] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.783492] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.784769] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.786044] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.787931] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.789491] Write protecting the kernel read-only data: 14336k\n[ 0.791080] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.792928] 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 0.97\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found 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.178401] 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.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\"\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.63s]\nping 10.10.20.10 OK\nping 10.10.20.10 OK\nping 10.10.20.10 OK\n"} 2018-09-04 12:24:58,683 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/98dd3d6a-45aa-45d6-ba1c-be723341c813/action used request id req-c7d8d73e-ceed-4a8a-a0a2-1c43313068d7 2018-09-04 12:24:58,684 - sdnvpn-results - DEBUG - [PASS] 'sdnvpn-8-1' can ping 'sdnvpn-8-2' 2018-09-04 12:24:58,685 - sdnvpn-results - INFO - Assign a Floating IP to sdnvpn-8-1 2018-09-04 12:24:58,690 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}37984b4d61b280d800e257242ae67f36674f1d6a" 2018-09-04 12:24:58,961 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2634 X-Openstack-Request-Id: req-f99d9e01-b405-460a-9cde-6e790dab82bb Date: Tue, 04 Sep 2018 12:24:58 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"4097e349-dd4a-4a5e-95d6-eed5c2d7b85a","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"18025ed81c804927a1f0e0e0ba20836f","status":"ACTIVE","subnets":["5092c110-d468-4f12-acae-47d56d35dff1"],"description":"","tags":[],"updated_at":"2018-09-04T10:10:50Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"18025ed81c804927a1f0e0e0ba20836f","created_at":"2018-09-04T10:10:44Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"5f1d4917-c03f-4544-8d98-321701e5e007","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"1e2f68a072b64978bd7ea91c2d64aca6","status":"ACTIVE","subnets":["fb513e86-7814-4993-8d14-d596ddb6785c"],"description":"","tags":[],"updated_at":"2018-09-04T12:22:55Z","provider:segmentation_id":81,"name":"sdnvpn-8-2","admin_state_up":true,"tenant_id":"1e2f68a072b64978bd7ea91c2d64aca6","created_at":"2018-09-04T12:22:54Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"8b642b01-8be3-4202-b6e4-b88520b015c4","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"219a354443d04b66b7da22e8fcd0b9ff","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-09-04T11:25:51Z","provider:segmentation_id":59,"name":"c_rally_9fc79e06_ZGxNMMaa","admin_state_up":true,"tenant_id":"219a354443d04b66b7da22e8fcd0b9ff","created_at":"2018-09-04T11:25:50Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"93e3b3f7-5f81-4a72-a299-588658150aeb","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"1e2f68a072b64978bd7ea91c2d64aca6","status":"ACTIVE","subnets":["f4e7a6ac-3b35-45cf-9035-93df3ea8cd74"],"description":"","tags":[],"updated_at":"2018-09-04T12:22:49Z","provider:segmentation_id":40,"name":"sdnvpn-8-1","admin_state_up":true,"tenant_id":"1e2f68a072b64978bd7ea91c2d64aca6","created_at":"2018-09-04T12:22:48Z","provider:network_type":"vxlan"}]} 2018-09-04 12:24:58,962 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks used request id req-f99d9e01-b405-460a-9cde-6e790dab82bb 2018-09-04 12:24:58,967 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:9696/v2.0/floatingips -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}37984b4d61b280d800e257242ae67f36674f1d6a" -d '{"floatingip": {"floating_network_id": "4097e349-dd4a-4a5e-95d6-eed5c2d7b85a"}}' 2018-09-04 12:25:00,709 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 472 X-Openstack-Request-Id: req-3096cf69-d4ce-454f-935c-351d073845d9 Date: Tue, 04 Sep 2018 12:25:00 GMT RESP BODY: {"floatingip": {"router_id": null, "status": "DOWN", "description": "", "tags": [], "updated_at": "2018-09-04T12:25:00Z", "floating_network_id": "4097e349-dd4a-4a5e-95d6-eed5c2d7b85a", "fixed_ip_address": null, "floating_ip_address": "172.30.9.210", "revision_number": 0, "port_id": null, "id": "45cda423-14e5-459e-b4ec-8b32779b4a66", "tenant_id": "1e2f68a072b64978bd7ea91c2d64aca6", "created_at": "2018-09-04T12:25:00Z", "project_id": "1e2f68a072b64978bd7ea91c2d64aca6"}} 2018-09-04 12:25:00,709 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/floatingips used request id req-3096cf69-d4ce-454f-935c-351d073845d9 2018-09-04 12:25:00,712 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/servers/98dd3d6a-45aa-45d6-ba1c-be723341c813/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ec7744e0a46eed1cbb5f19349ee7fee35cde1349" -d '{"addFloatingIp": {"address": "172.30.9.210"}}' 2018-09-04 12:25:03,227 - novaclient.v2.client - DEBUG - RESP: [202] Date: Tue, 04 Sep 2018 12:25: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-ed912c52-291a-4882-81bf-f4eee4a8cdd3 x-compute-request-id: req-ed912c52-291a-4882-81bf-f4eee4a8cdd3 Content-Length: 0 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-09-04 12:25:03,227 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/98dd3d6a-45aa-45d6-ba1c-be723341c813/action used request id req-ed912c52-291a-4882-81bf-f4eee4a8cdd3 2018-09-04 12:25:03,228 - sdnvpn-results - INFO - Ping sdnvpn-8-1 via Floating IP 2018-09-04 12:25:03,228 - sdnvpn-results - DEBUG - Ping IP 172.30.9.210 2018-09-04 12:25:03,228 - functest.utils.functest_utils - DEBUG - Executing command: 'ping 172.30.9.210 -c 10' 2018-09-04 12:25:22,240 - functest.utils.functest_utils - ERROR - The command 'ping 172.30.9.210 -c 10' failed. 2018-09-04 12:25:22,246 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/servers/98dd3d6a-45aa-45d6-ba1c-be723341c813/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ec7744e0a46eed1cbb5f19349ee7fee35cde1349" -d '{"forceDelete": null}' 2018-09-04 12:25:22,428 - novaclient.v2.client - DEBUG - RESP: [202] Date: Tue, 04 Sep 2018 12:25:22 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-3f7ee5a9-da52-4871-81e5-8ab74d85956c x-compute-request-id: req-3f7ee5a9-da52-4871-81e5-8ab74d85956c Content-Length: 0 Content-Type: application/json 2018-09-04 12:25:22,428 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/98dd3d6a-45aa-45d6-ba1c-be723341c813/action used request id req-3f7ee5a9-da52-4871-81e5-8ab74d85956c 2018-09-04 12:25:22,432 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/servers/cdcc3511-7b80-4f30-bf8c-04d97daf790d/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ec7744e0a46eed1cbb5f19349ee7fee35cde1349" -d '{"forceDelete": null}' 2018-09-04 12:25:22,625 - novaclient.v2.client - DEBUG - RESP: [202] Date: Tue, 04 Sep 2018 12:25:22 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-0c75b0c1-8fe9-41c6-ba7f-5de20236d5c2 x-compute-request-id: req-0c75b0c1-8fe9-41c6-ba7f-5de20236d5c2 Content-Length: 0 Content-Type: application/json 2018-09-04 12:25:22,625 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/cdcc3511-7b80-4f30-bf8c-04d97daf790d/action used request id req-0c75b0c1-8fe9-41c6-ba7f-5de20236d5c2 2018-09-04 12:25:22,628 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:9292/v2/images/af45190a-11f9-43da-ae57-6632358311ce -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}1e37d4a3fa4a521bcdd067c473721b4c9e9eaab1" 2018-09-04 12:25:24,192 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-1a798fc0-f8ed-49df-8b44-cb145a1e3878 Date: Tue, 04 Sep 2018 12:25:24 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-09-04 12:25:24,192 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.28:9292/v2/images/af45190a-11f9-43da-ae57-6632358311ce used request id req-1a798fc0-f8ed-49df-8b44-cb145a1e3878 2018-09-04 12:25:24,201 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:9696/v2.0/floatingips/45cda423-14e5-459e-b4ec-8b32779b4a66 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}37984b4d61b280d800e257242ae67f36674f1d6a" 2018-09-04 12:25:24,985 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-237666bd-4dcd-4091-bff4-16a4e576b8f8 Content-Length: 0 Date: Tue, 04 Sep 2018 12:25:24 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-04 12:25:24,985 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/floatingips/45cda423-14e5-459e-b4ec-8b32779b4a66 used request id req-237666bd-4dcd-4091-bff4-16a4e576b8f8 2018-09-04 12:25:24,991 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.28:9696/v2.0/routers/915573d7-0093-4996-b481-d4baa10dbb79/remove_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}37984b4d61b280d800e257242ae67f36674f1d6a" -d '{"subnet_id": "f4e7a6ac-3b35-45cf-9035-93df3ea8cd74"}' 2018-09-04 12:25:26,155 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-1e0e714e-97af-4ed9-86b3-9ac25104d271 Date: Tue, 04 Sep 2018 12:25:26 GMT RESP BODY: {"network_id": "93e3b3f7-5f81-4a72-a299-588658150aeb", "tenant_id": "1e2f68a072b64978bd7ea91c2d64aca6", "subnet_id": "f4e7a6ac-3b35-45cf-9035-93df3ea8cd74", "subnet_ids": ["f4e7a6ac-3b35-45cf-9035-93df3ea8cd74"], "port_id": "de9243a1-8e58-441c-bf96-3e0cecbcad3f", "id": "915573d7-0093-4996-b481-d4baa10dbb79"} 2018-09-04 12:25:26,155 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.28:9696/v2.0/routers/915573d7-0093-4996-b481-d4baa10dbb79/remove_router_interface used request id req-1e0e714e-97af-4ed9-86b3-9ac25104d271 2018-09-04 12:25:26,162 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.28:9696/v2.0/routers/915573d7-0093-4996-b481-d4baa10dbb79/remove_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}37984b4d61b280d800e257242ae67f36674f1d6a" -d '{"subnet_id": "fb513e86-7814-4993-8d14-d596ddb6785c"}' 2018-09-04 12:25:27,327 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-faf4134d-06b9-48aa-83b4-325402cb6b8c Date: Tue, 04 Sep 2018 12:25:27 GMT RESP BODY: {"network_id": "5f1d4917-c03f-4544-8d98-321701e5e007", "tenant_id": "1e2f68a072b64978bd7ea91c2d64aca6", "subnet_id": "fb513e86-7814-4993-8d14-d596ddb6785c", "subnet_ids": ["fb513e86-7814-4993-8d14-d596ddb6785c"], "port_id": "b13bb289-5b56-45e2-a1c2-bed3cda562ee", "id": "915573d7-0093-4996-b481-d4baa10dbb79"} 2018-09-04 12:25:27,327 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.28:9696/v2.0/routers/915573d7-0093-4996-b481-d4baa10dbb79/remove_router_interface used request id req-faf4134d-06b9-48aa-83b4-325402cb6b8c 2018-09-04 12:25:27,333 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.28:9696/v2.0/routers/915573d7-0093-4996-b481-d4baa10dbb79 -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}37984b4d61b280d800e257242ae67f36674f1d6a" -d '{"router": {"external_gateway_info": {}}}' 2018-09-04 12:25:28,203 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 427 X-Openstack-Request-Id: req-efc98acd-7445-4401-88b1-ff740f2220b7 Date: Tue, 04 Sep 2018 12:25:28 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "1e2f68a072b64978bd7ea91c2d64aca6", "created_at": "2018-09-04T12:22:50Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-09-04T12:25:27Z", "revision_number": 11, "routes": [], "project_id": "1e2f68a072b64978bd7ea91c2d64aca6", "id": "915573d7-0093-4996-b481-d4baa10dbb79", "name": "sdnvpn-8-1-router"}} 2018-09-04 12:25:28,203 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.28:9696/v2.0/routers/915573d7-0093-4996-b481-d4baa10dbb79 used request id req-efc98acd-7445-4401-88b1-ff740f2220b7 2018-09-04 12:25:28,209 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:9696/v2.0/subnets/f4e7a6ac-3b35-45cf-9035-93df3ea8cd74 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}37984b4d61b280d800e257242ae67f36674f1d6a" 2018-09-04 12:25:30,281 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-05809964-2ae7-484b-91a8-5e1c2a408209 Date: Tue, 04 Sep 2018 12:25:30 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-04 12:25:30,282 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/subnets/f4e7a6ac-3b35-45cf-9035-93df3ea8cd74 used request id req-05809964-2ae7-484b-91a8-5e1c2a408209 2018-09-04 12:25:30,288 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:9696/v2.0/subnets/fb513e86-7814-4993-8d14-d596ddb6785c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}37984b4d61b280d800e257242ae67f36674f1d6a" 2018-09-04 12:25:32,511 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-1a43351a-539a-4e09-aa63-411497f6c1d1 Date: Tue, 04 Sep 2018 12:25:32 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-04 12:25:32,511 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/subnets/fb513e86-7814-4993-8d14-d596ddb6785c used request id req-1a43351a-539a-4e09-aa63-411497f6c1d1 2018-09-04 12:25:32,516 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:9696/v2.0/routers/915573d7-0093-4996-b481-d4baa10dbb79 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}37984b4d61b280d800e257242ae67f36674f1d6a" 2018-09-04 12:25:32,896 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-142bceff-e62c-44e1-8aa6-bf8488c3e8bb Content-Length: 0 Date: Tue, 04 Sep 2018 12:25:32 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-04 12:25:32,896 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/routers/915573d7-0093-4996-b481-d4baa10dbb79 used request id req-142bceff-e62c-44e1-8aa6-bf8488c3e8bb 2018-09-04 12:25:32,901 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:9696/v2.0/networks/93e3b3f7-5f81-4a72-a299-588658150aeb -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}37984b4d61b280d800e257242ae67f36674f1d6a" 2018-09-04 12:25:33,801 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-0a453408-dc47-4525-8ae1-64fb5f18dd59 Date: Tue, 04 Sep 2018 12:25:33 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-04 12:25:33,801 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/networks/93e3b3f7-5f81-4a72-a299-588658150aeb used request id req-0a453408-dc47-4525-8ae1-64fb5f18dd59 2018-09-04 12:25:33,806 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:9696/v2.0/networks/5f1d4917-c03f-4544-8d98-321701e5e007 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}37984b4d61b280d800e257242ae67f36674f1d6a" 2018-09-04 12:25:34,376 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-06fe7d7a-1372-498c-8fb2-652221ccbdf4 Date: Tue, 04 Sep 2018 12:25:34 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-04 12:25:34,377 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/networks/5f1d4917-c03f-4544-8d98-321701e5e007 used request id req-06fe7d7a-1372-498c-8fb2-652221ccbdf4 2018-09-04 12:25:34,377 - 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 | +----------------------------------------------------------------------------------------+ | FAIL | Ping IP 172.30.9.210 | +========================================================================================+ 2018-09-04 12:25:34,377 - sdnvpn-results - INFO - One or more subtests have failed. 2018-09-04 12:25:34,378 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Execution is complete for the testcase sdnvpn.test.functest.testcase_8 2018-09-04 12:25:34,378 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Results of test case 'sdnvpn.test.functest.testcase_8 - Test floating IP and router assoc coexistence': {'status': 'FAIL', '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': 'FAIL'}]} 2018-09-04 12:25:34,378 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Running 'sdnvpn.test.functest.testcase_3 - Data center gateway integration' 2018-09-04 12:25:34,379 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - =========================================================================== 2018-09-04 12:25:34,379 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Importing the testcase sdnvpn.test.functest.testcase_3 2018-09-04 12:25:34,458 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Calling the testcase sdnvpn.test.functest.testcase_3 main method 2018-09-04 12:25:34,461 - paramiko.transport - DEBUG - starting thread (client mode): 0xc9401210L 2018-09-04 12:25:34,461 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-09-04 12:25:34,490 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-09-04 12:25:34,490 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-09-04 12:25:34,495 - 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-09-04 12:25:34,496 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-09-04 12:25:34,496 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-09-04 12:25:34,496 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-09-04 12:25:34,496 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-09-04 12:25:34,496 - paramiko.transport - DEBUG - Compression agreed: none 2018-09-04 12:25:34,504 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-09-04 12:25:34,505 - paramiko.transport - DEBUG - Switch to new keys ... 2018-09-04 12:25:34,525 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.168.122.136: a8330c2ad3a96daae8ef3c04e1aeef27 2018-09-04 12:25:34,526 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-09-04 12:25:34,544 - paramiko.transport - DEBUG - userauth is OK 2018-09-04 12:25:34,581 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-09-04 12:25:34,590 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-09-04 12:25:34,829 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-09-04 12:25:34,829 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-09-04 12:25:34,869 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-09-04 12:25:34,869 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-09-04 12:25:34,901 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-09-04 12:25:40,554 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-09-04 12:25:40,556 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-09-04 12:25:40,559 - paramiko.transport - DEBUG - starting thread (client mode): 0xc9485bd0L 2018-09-04 12:25:40,559 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-09-04 12:25:40,565 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-09-04 12:25:40,565 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-09-04 12:25:40,568 - 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-09-04 12:25:40,568 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-09-04 12:25:40,568 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-09-04 12:25:40,568 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-09-04 12:25:40,569 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-09-04 12:25:40,569 - paramiko.transport - DEBUG - Compression agreed: none 2018-09-04 12:25:40,574 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-09-04 12:25:40,575 - paramiko.transport - DEBUG - Switch to new keys ... 2018-09-04 12:25:40,591 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.8: 226aaf30f33730087f06438bdb1a3bd1 2018-09-04 12:25:40,591 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-09-04 12:25:40,614 - paramiko.transport - DEBUG - userauth is OK 2018-09-04 12:25:40,626 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-09-04 12:25:40,656 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-09-04 12:25:40,717 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-09-04 12:25:40,718 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-09-04 12:25:40,758 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-09-04 12:25:40,758 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-09-04 12:25:40,763 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-09-04 12:25:40,802 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-09-04 12:25:40,802 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-09-04 12:25:40,803 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-09-04 12:25:40,804 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-09-04 12:25:40,804 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-09-04 12:25:40,845 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-09-04 12:25:40,883 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-09-04 12:25:40,884 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-09-04 12:25:40,885 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-09-04 12:25:40,886 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-09-04 12:25:40,886 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-09-04 12:25:40,927 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-09-04 12:25:40,962 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-09-04 12:25:40,963 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-09-04 12:25:40,964 - paramiko.transport - DEBUG - starting thread (client mode): 0xc93e2550L 2018-09-04 12:25:40,965 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-09-04 12:25:40,972 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-09-04 12:25:40,972 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-09-04 12:25:40,975 - 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-09-04 12:25:40,976 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-09-04 12:25:40,976 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-09-04 12:25:40,976 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-09-04 12:25:40,976 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-09-04 12:25:40,976 - paramiko.transport - DEBUG - Compression agreed: none 2018-09-04 12:25:40,981 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-09-04 12:25:40,981 - paramiko.transport - DEBUG - Switch to new keys ... 2018-09-04 12:25:40,996 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.5: 9cc97772263eee4e3251ae5f663546be 2018-09-04 12:25:40,997 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-09-04 12:25:41,021 - paramiko.transport - DEBUG - userauth is OK 2018-09-04 12:25:41,032 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-09-04 12:25:41,061 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-09-04 12:25:41,134 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-09-04 12:25:41,134 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-09-04 12:25:41,173 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-09-04 12:25:41,173 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-09-04 12:25:41,180 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-09-04 12:25:41,218 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-09-04 12:25:41,219 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-09-04 12:25:41,219 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-09-04 12:25:41,221 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-09-04 12:25:41,221 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-09-04 12:25:41,262 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-09-04 12:25:41,302 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-09-04 12:25:41,304 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-09-04 12:25:41,304 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-09-04 12:25:41,305 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-09-04 12:25:41,305 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-09-04 12:25:41,346 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-09-04 12:25:41,381 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-09-04 12:25:41,382 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-09-04 12:25:41,386 - paramiko.transport - DEBUG - starting thread (client mode): 0xc93611d0L 2018-09-04 12:25:41,387 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-09-04 12:25:41,391 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-09-04 12:25:41,391 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-09-04 12:25:41,394 - 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-09-04 12:25:41,394 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-09-04 12:25:41,394 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-09-04 12:25:41,394 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-09-04 12:25:41,395 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-09-04 12:25:41,395 - paramiko.transport - DEBUG - Compression agreed: none 2018-09-04 12:25:41,400 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-09-04 12:25:41,400 - paramiko.transport - DEBUG - Switch to new keys ... 2018-09-04 12:25:41,402 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.4: c84963e6f6b3309270d685dec5e42294 2018-09-04 12:25:41,403 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-09-04 12:25:41,439 - paramiko.transport - DEBUG - userauth is OK 2018-09-04 12:25:41,451 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-09-04 12:25:41,467 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-09-04 12:25:41,545 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-09-04 12:25:41,545 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-09-04 12:25:41,585 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-09-04 12:25:41,585 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-09-04 12:25:41,604 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-09-04 12:25:41,640 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-09-04 12:25:41,641 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-09-04 12:25:41,642 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-09-04 12:25:41,642 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-09-04 12:25:41,643 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-09-04 12:25:41,685 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-09-04 12:25:41,723 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-09-04 12:25:41,724 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-09-04 12:25:41,725 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-09-04 12:25:41,726 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-09-04 12:25:41,726 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-09-04 12:25:41,766 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-09-04 12:25:41,801 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-09-04 12:25:41,802 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-09-04 12:25:41,804 - paramiko.transport - DEBUG - starting thread (client mode): 0xc94452d0L 2018-09-04 12:25:41,805 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-09-04 12:25:41,809 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-09-04 12:25:41,809 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-09-04 12:25:41,811 - 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-09-04 12:25:41,812 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-09-04 12:25:41,812 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-09-04 12:25:41,812 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-09-04 12:25:41,812 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-09-04 12:25:41,812 - paramiko.transport - DEBUG - Compression agreed: none 2018-09-04 12:25:41,817 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-09-04 12:25:41,817 - paramiko.transport - DEBUG - Switch to new keys ... 2018-09-04 12:25:41,820 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.9: 22b7de11b511efcb54512e07a6158b4d 2018-09-04 12:25:41,821 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-09-04 12:25:41,856 - paramiko.transport - DEBUG - userauth is OK 2018-09-04 12:25:41,866 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-09-04 12:25:41,885 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-09-04 12:25:41,944 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-09-04 12:25:41,944 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-09-04 12:25:41,983 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-09-04 12:25:41,983 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-09-04 12:25:41,988 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-09-04 12:25:42,017 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-09-04 12:25:42,017 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-09-04 12:25:42,018 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-09-04 12:25:42,019 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-09-04 12:25:42,019 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-09-04 12:25:42,059 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-09-04 12:25:42,091 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-09-04 12:25:42,092 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-09-04 12:25:42,093 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-09-04 12:25:42,094 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-09-04 12:25:42,094 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-09-04 12:25:42,134 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-09-04 12:25:42,161 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-09-04 12:25:42,163 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-09-04 12:25:42,164 - paramiko.transport - DEBUG - starting thread (client mode): 0xc9430c10L 2018-09-04 12:25:42,165 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-09-04 12:25:42,169 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-09-04 12:25:42,170 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-09-04 12:25:42,172 - 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-09-04 12:25:42,172 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-09-04 12:25:42,172 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-09-04 12:25:42,172 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-09-04 12:25:42,172 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-09-04 12:25:42,173 - paramiko.transport - DEBUG - Compression agreed: none 2018-09-04 12:25:42,177 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-09-04 12:25:42,177 - paramiko.transport - DEBUG - Switch to new keys ... 2018-09-04 12:25:42,180 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.7: 365b40749f5145a479795a893d087878 2018-09-04 12:25:42,181 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-09-04 12:25:42,217 - paramiko.transport - DEBUG - userauth is OK 2018-09-04 12:25:42,227 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-09-04 12:25:42,245 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-09-04 12:25:42,303 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-09-04 12:25:42,303 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-09-04 12:25:42,342 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-09-04 12:25:42,343 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-09-04 12:25:42,349 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-09-04 12:25:42,378 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-09-04 12:25:42,379 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-09-04 12:25:42,380 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-09-04 12:25:42,381 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-09-04 12:25:42,381 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-09-04 12:25:42,422 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-09-04 12:25:42,452 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-09-04 12:25:42,454 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-09-04 12:25:42,454 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-09-04 12:25:42,455 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-09-04 12:25:42,455 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-09-04 12:25:42,496 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-09-04 12:25:42,522 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-09-04 12:25:42,523 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-09-04 12:25:42,524 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-09-04 12:25:42,525 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-09-04 12:25:42,526 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-09-04 12:25:42,533 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-09-04 12:25:47,278 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-09-04 12:25:47,279 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-09-04 12:25:47,281 - paramiko.transport - DEBUG - starting thread (client mode): 0xc9401dd0L 2018-09-04 12:25:47,282 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-09-04 12:25:47,289 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-09-04 12:25:47,289 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-09-04 12:25:47,292 - 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-09-04 12:25:47,293 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-09-04 12:25:47,293 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-09-04 12:25:47,293 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-09-04 12:25:47,293 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-09-04 12:25:47,293 - paramiko.transport - DEBUG - Compression agreed: none 2018-09-04 12:25:47,297 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-09-04 12:25:47,298 - paramiko.transport - DEBUG - Switch to new keys ... 2018-09-04 12:25:47,314 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.8: 226aaf30f33730087f06438bdb1a3bd1 2018-09-04 12:25:47,314 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-09-04 12:25:47,337 - paramiko.transport - DEBUG - userauth is OK 2018-09-04 12:25:47,348 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-09-04 12:25:47,379 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-09-04 12:25:47,460 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-09-04 12:25:47,461 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-09-04 12:25:47,500 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-09-04 12:25:47,500 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-09-04 12:25:47,515 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-09-04 12:25:47,552 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-09-04 12:25:47,553 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-09-04 12:25:47,554 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-09-04 12:25:47,555 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-09-04 12:25:47,555 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-09-04 12:25:47,597 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-09-04 12:25:47,634 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-09-04 12:25:47,636 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-09-04 12:25:47,636 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-09-04 12:25:47,637 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-09-04 12:25:47,637 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-09-04 12:25:47,678 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-09-04 12:25:47,710 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-09-04 12:25:47,711 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-09-04 12:25:47,714 - paramiko.transport - DEBUG - starting thread (client mode): 0xc946a790L 2018-09-04 12:25:47,714 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-09-04 12:25:47,719 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-09-04 12:25:47,720 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-09-04 12:25:47,723 - 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-09-04 12:25:47,723 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-09-04 12:25:47,723 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-09-04 12:25:47,723 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-09-04 12:25:47,723 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-09-04 12:25:47,723 - paramiko.transport - DEBUG - Compression agreed: none 2018-09-04 12:25:47,728 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-09-04 12:25:47,729 - paramiko.transport - DEBUG - Switch to new keys ... 2018-09-04 12:25:47,730 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.5: 9cc97772263eee4e3251ae5f663546be 2018-09-04 12:25:47,731 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-09-04 12:25:47,768 - paramiko.transport - DEBUG - userauth is OK 2018-09-04 12:25:47,780 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-09-04 12:25:47,795 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-09-04 12:25:47,884 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-09-04 12:25:47,884 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-09-04 12:25:47,924 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-09-04 12:25:47,925 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-09-04 12:25:47,931 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-09-04 12:25:47,966 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-09-04 12:25:47,967 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-09-04 12:25:47,968 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-09-04 12:25:47,968 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-09-04 12:25:47,968 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-09-04 12:25:48,009 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-09-04 12:25:48,045 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-09-04 12:25:48,047 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-09-04 12:25:48,048 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-09-04 12:25:48,048 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-09-04 12:25:48,048 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-09-04 12:25:48,089 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-09-04 12:25:48,120 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-09-04 12:25:48,122 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-09-04 12:25:48,124 - paramiko.transport - DEBUG - starting thread (client mode): 0xcaf20dd0L 2018-09-04 12:25:48,124 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-09-04 12:25:48,129 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-09-04 12:25:48,130 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-09-04 12:25:48,132 - 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-09-04 12:25:48,132 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-09-04 12:25:48,132 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-09-04 12:25:48,132 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-09-04 12:25:48,133 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-09-04 12:25:48,133 - paramiko.transport - DEBUG - Compression agreed: none 2018-09-04 12:25:48,137 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-09-04 12:25:48,138 - paramiko.transport - DEBUG - Switch to new keys ... 2018-09-04 12:25:48,140 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.4: c84963e6f6b3309270d685dec5e42294 2018-09-04 12:25:48,140 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-09-04 12:25:48,177 - paramiko.transport - DEBUG - userauth is OK 2018-09-04 12:25:48,188 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-09-04 12:25:48,205 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-09-04 12:25:48,284 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-09-04 12:25:48,285 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-09-04 12:25:48,324 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-09-04 12:25:48,325 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-09-04 12:25:48,342 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-09-04 12:25:48,376 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-09-04 12:25:48,377 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-09-04 12:25:48,378 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-09-04 12:25:48,379 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-09-04 12:25:48,379 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-09-04 12:25:48,419 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-09-04 12:25:48,455 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-09-04 12:25:48,457 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-09-04 12:25:48,457 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-09-04 12:25:48,458 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-09-04 12:25:48,458 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-09-04 12:25:48,499 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-09-04 12:25:48,529 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-09-04 12:25:48,530 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-09-04 12:25:48,532 - paramiko.transport - DEBUG - starting thread (client mode): 0xc94cf7d0L 2018-09-04 12:25:48,533 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-09-04 12:25:48,537 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-09-04 12:25:48,537 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-09-04 12:25:48,539 - 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-09-04 12:25:48,539 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-09-04 12:25:48,539 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-09-04 12:25:48,539 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-09-04 12:25:48,540 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-09-04 12:25:48,540 - paramiko.transport - DEBUG - Compression agreed: none 2018-09-04 12:25:48,544 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-09-04 12:25:48,545 - paramiko.transport - DEBUG - Switch to new keys ... 2018-09-04 12:25:48,548 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.9: 22b7de11b511efcb54512e07a6158b4d 2018-09-04 12:25:48,549 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-09-04 12:25:48,585 - paramiko.transport - DEBUG - userauth is OK 2018-09-04 12:25:48,594 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-09-04 12:25:48,613 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-09-04 12:25:48,665 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-09-04 12:25:48,665 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-09-04 12:25:48,704 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-09-04 12:25:48,705 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-09-04 12:25:48,716 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-09-04 12:25:48,744 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-09-04 12:25:48,745 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-09-04 12:25:48,746 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-09-04 12:25:48,747 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-09-04 12:25:48,747 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-09-04 12:25:48,788 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-09-04 12:25:48,820 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-09-04 12:25:48,821 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-09-04 12:25:48,822 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-09-04 12:25:48,823 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-09-04 12:25:48,823 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-09-04 12:25:48,863 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-09-04 12:25:48,890 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-09-04 12:25:48,891 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-09-04 12:25:48,893 - paramiko.transport - DEBUG - starting thread (client mode): 0xc9472150L 2018-09-04 12:25:48,894 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-09-04 12:25:48,899 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-09-04 12:25:48,899 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-09-04 12:25:48,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-09-04 12:25:48,901 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-09-04 12:25:48,902 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-09-04 12:25:48,902 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-09-04 12:25:48,902 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-09-04 12:25:48,902 - paramiko.transport - DEBUG - Compression agreed: none 2018-09-04 12:25:48,907 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-09-04 12:25:48,907 - paramiko.transport - DEBUG - Switch to new keys ... 2018-09-04 12:25:48,909 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.7: 365b40749f5145a479795a893d087878 2018-09-04 12:25:48,910 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-09-04 12:25:48,947 - paramiko.transport - DEBUG - userauth is OK 2018-09-04 12:25:48,958 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-09-04 12:25:48,975 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-09-04 12:25:49,037 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-09-04 12:25:49,037 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-09-04 12:25:49,076 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-09-04 12:25:49,077 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-09-04 12:25:49,081 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-09-04 12:25:49,112 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-09-04 12:25:49,113 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-09-04 12:25:49,114 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-09-04 12:25:49,114 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-09-04 12:25:49,115 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-09-04 12:25:49,155 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-09-04 12:25:49,187 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-09-04 12:25:49,189 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-09-04 12:25:49,189 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-09-04 12:25:49,190 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-09-04 12:25:49,190 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-09-04 12:25:49,231 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-09-04 12:25:49,260 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-09-04 12:25:49,261 - paramiko.transport - DEBUG - [chan 3] Max packet in: 32768 bytes 2018-09-04 12:25:49,262 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-09-04 12:25:49,263 - paramiko.transport - DEBUG - [chan 3] Max packet out: 32768 bytes 2018-09-04 12:25:49,263 - paramiko.transport - DEBUG - Secsh channel 3 opened. 2018-09-04 12:25:49,268 - paramiko.transport - DEBUG - [chan 3] Sesch channel 3 request ok 2018-09-04 12:25:49,320 - paramiko.transport - DEBUG - [chan 3] EOF received (3) 2018-09-04 12:25:49,321 - paramiko.transport - DEBUG - [chan 3] Max packet in: 32768 bytes 2018-09-04 12:25:49,323 - paramiko.transport - DEBUG - [chan 3] Max packet out: 32768 bytes 2018-09-04 12:25:49,323 - paramiko.transport - DEBUG - Secsh channel 3 opened. 2018-09-04 12:25:49,323 - paramiko.transport - DEBUG - [chan 3] EOF sent (3) 2018-09-04 12:25:49,328 - paramiko.transport - DEBUG - [chan 3] Sesch channel 3 request ok 2018-09-04 12:25:49,385 - paramiko.transport - DEBUG - [chan 3] EOF received (3) 2018-09-04 12:25:49,386 - paramiko.transport - DEBUG - [chan 3] Max packet in: 32768 bytes 2018-09-04 12:25:49,387 - paramiko.transport - DEBUG - [chan 3] EOF sent (3) 2018-09-04 12:25:49,387 - paramiko.transport - DEBUG - [chan 3] Max packet out: 32768 bytes 2018-09-04 12:25:49,388 - paramiko.transport - DEBUG - Secsh channel 3 opened. 2018-09-04 12:25:49,392 - paramiko.transport - DEBUG - [chan 3] Sesch channel 3 request ok 2018-09-04 12:25:49,441 - paramiko.transport - DEBUG - [chan 3] EOF received (3) 2018-09-04 12:25:49,442 - paramiko.transport - DEBUG - [chan 3] Max packet in: 32768 bytes 2018-09-04 12:25:49,444 - paramiko.transport - DEBUG - [chan 3] Max packet out: 32768 bytes 2018-09-04 12:25:49,444 - paramiko.transport - DEBUG - Secsh channel 3 opened. 2018-09-04 12:25:49,444 - paramiko.transport - DEBUG - [chan 3] EOF sent (3) 2018-09-04 12:25:49,448 - paramiko.transport - DEBUG - [chan 3] Sesch channel 3 request ok 2018-09-04 12:25:49,486 - paramiko.transport - DEBUG - [chan 3] EOF received (3) 2018-09-04 12:25:49,487 - paramiko.transport - DEBUG - [chan 3] Max packet in: 32768 bytes 2018-09-04 12:25:49,487 - paramiko.transport - DEBUG - [chan 3] EOF sent (3) 2018-09-04 12:25:49,488 - paramiko.transport - DEBUG - [chan 3] Max packet out: 32768 bytes 2018-09-04 12:25:49,488 - paramiko.transport - DEBUG - Secsh channel 3 opened. 2018-09-04 12:25:49,491 - paramiko.transport - DEBUG - [chan 3] Sesch channel 3 request ok 2018-09-04 12:25:49,531 - paramiko.transport - DEBUG - [chan 3] EOF received (3) 2018-09-04 12:25:49,531 - sdnvpn-results - INFO - Verify that OpenDaylight can start/communicate with zrpcd/Quagga 2018-09-04 12:25:49,531 - sdnvpn.test.functest.testcase_3 - INFO - Controller (ODL) list is ready 2018-09-04 12:25:49,532 - paramiko.transport - DEBUG - [chan 3] EOF sent (3) 2018-09-04 12:25:49,532 - sdnvpn.test.functest.testcase_3 - INFO - Checking if zrpcd is running on the controller nodes 2018-09-04 12:25:49,533 - paramiko.transport - DEBUG - [chan 4] Max packet in: 32768 bytes 2018-09-04 12:25:49,534 - paramiko.transport - DEBUG - [chan 4] Max packet out: 32768 bytes 2018-09-04 12:25:49,534 - paramiko.transport - DEBUG - Secsh channel 4 opened. 2018-09-04 12:25:49,538 - paramiko.transport - DEBUG - [chan 4] Sesch channel 4 request ok 2018-09-04 12:25:49,589 - paramiko.transport - DEBUG - [chan 4] EOF received (4) 2018-09-04 12:25:49,590 - sdnvpn.test.functest.testcase_3 - INFO - zrpcd is running on the controller node overcloud-controller-2 2018-09-04 12:25:49,591 - paramiko.transport - DEBUG - [chan 4] Max packet in: 32768 bytes 2018-09-04 12:25:49,591 - paramiko.transport - DEBUG - [chan 4] EOF sent (4) 2018-09-04 12:25:49,592 - paramiko.transport - DEBUG - [chan 4] Max packet out: 32768 bytes 2018-09-04 12:25:49,592 - paramiko.transport - DEBUG - Secsh channel 4 opened. 2018-09-04 12:25:49,597 - paramiko.transport - DEBUG - [chan 4] Sesch channel 4 request ok 2018-09-04 12:25:49,649 - paramiko.transport - DEBUG - [chan 4] EOF received (4) 2018-09-04 12:25:49,649 - sdnvpn.test.functest.testcase_3 - INFO - zrpcd is running on the controller node overcloud-controller-0 2018-09-04 12:25:49,650 - paramiko.transport - DEBUG - [chan 4] Max packet in: 32768 bytes 2018-09-04 12:25:49,651 - paramiko.transport - DEBUG - [chan 4] EOF sent (4) 2018-09-04 12:25:49,652 - paramiko.transport - DEBUG - [chan 4] Max packet out: 32768 bytes 2018-09-04 12:25:49,652 - paramiko.transport - DEBUG - Secsh channel 4 opened. 2018-09-04 12:25:49,654 - paramiko.transport - DEBUG - [chan 4] Sesch channel 4 request ok 2018-09-04 12:25:49,705 - paramiko.transport - DEBUG - [chan 4] EOF received (4) 2018-09-04 12:25:49,706 - sdnvpn.test.functest.testcase_3 - INFO - zrpcd is running on the controller node overcloud-controller-1 2018-09-04 12:25:49,710 - paramiko.transport - DEBUG - [chan 4] EOF sent (4) 2018-09-04 12:25:49,736 - paramiko.transport - DEBUG - [chan 5] Max packet in: 32768 bytes 2018-09-04 12:25:49,736 - paramiko.transport - DEBUG - [chan 5] Max packet out: 32768 bytes 2018-09-04 12:25:49,736 - paramiko.transport - DEBUG - Secsh channel 5 opened. 2018-09-04 12:25:49,739 - paramiko.transport - DEBUG - [chan 5] Sesch channel 5 request ok 2018-09-04 12:25:49,775 - paramiko.transport - DEBUG - [chan 5] EOF received (5) 2018-09-04 12:25:49,775 - paramiko.transport - DEBUG - [chan 6] Max packet in: 32768 bytes 2018-09-04 12:25:49,776 - paramiko.transport - DEBUG - [chan 5] EOF sent (5) 2018-09-04 12:25:49,777 - paramiko.transport - DEBUG - [chan 6] Max packet out: 32768 bytes 2018-09-04 12:25:49,777 - paramiko.transport - DEBUG - Secsh channel 6 opened. 2018-09-04 12:25:49,818 - paramiko.transport - DEBUG - [chan 6] Sesch channel 6 request ok 2018-09-04 12:25:49,851 - paramiko.transport - DEBUG - [chan 6] EOF received (6) 2018-09-04 12:25:49,853 - paramiko.transport - DEBUG - [chan 6] EOF sent (6) 2018-09-04 12:25:49,854 - paramiko.transport - DEBUG - [chan 7] Max packet in: 32768 bytes 2018-09-04 12:25:49,894 - paramiko.transport - DEBUG - [chan 7] Max packet out: 32768 bytes 2018-09-04 12:25:49,894 - paramiko.transport - DEBUG - Secsh channel 7 opened. 2018-09-04 12:25:49,920 - paramiko.transport - DEBUG - [chan 7] Sesch channel 7 request ok 2018-09-04 12:25:49,949 - paramiko.transport.sftp - INFO - [chan 7] Opened sftp connection (server version 3) 2018-09-04 12:25:49,950 - paramiko.transport.sftp - DEBUG - [chan 7] stat('/home/heat-admin/akka.conf') 2018-09-04 12:25:49,951 - paramiko.transport.sftp - DEBUG - [chan 7] open('/home/heat-admin/akka.conf', 'rb') 2018-09-04 12:25:49,952 - paramiko.transport.sftp - DEBUG - [chan 7] open('/home/heat-admin/akka.conf', 'rb') -> 00000000 2018-09-04 12:25:49,956 - paramiko.transport.sftp - DEBUG - [chan 7] close(00000000) 2018-09-04 12:25:49,957 - sdnvpn.test.functest.testcase_3 - INFO - BGP entity owner is overcloud-controller-2 2018-09-04 12:25:49,958 - paramiko.transport - DEBUG - [chan 8] Max packet in: 32768 bytes 2018-09-04 12:25:49,959 - paramiko.transport - DEBUG - [chan 8] Max packet out: 32768 bytes 2018-09-04 12:25:49,959 - paramiko.transport - DEBUG - Secsh channel 8 opened. 2018-09-04 12:25:49,961 - paramiko.transport - DEBUG - [chan 7] EOF sent (7) 2018-09-04 12:25:49,962 - paramiko.transport - DEBUG - [chan 8] Sesch channel 8 request ok 2018-09-04 12:25:49,962 - paramiko.transport - DEBUG - Ignoring message for dead channel 7 2018-09-04 12:25:49,963 - paramiko.transport - DEBUG - Ignoring message for dead channel 7 2018-09-04 12:25:49,963 - paramiko.transport - DEBUG - Ignoring message for dead channel 7 2018-09-04 12:25:49,996 - paramiko.transport - DEBUG - [chan 8] EOF received (8) 2018-09-04 12:25:49,996 - sdnvpn.test.functest.testcase_3 - INFO - Starting bgp speaker of controller at IP 172.30.9.23 2018-09-04 12:25:49,997 - paramiko.transport - DEBUG - [chan 9] Max packet in: 32768 bytes 2018-09-04 12:25:49,998 - paramiko.transport - DEBUG - [chan 8] EOF sent (8) 2018-09-04 12:25:49,999 - paramiko.transport - DEBUG - [chan 9] Max packet out: 32768 bytes 2018-09-04 12:25:49,999 - paramiko.transport - DEBUG - Secsh channel 9 opened. 2018-09-04 12:25:50,040 - paramiko.transport - DEBUG - [chan 9] Sesch channel 9 request ok 2018-09-04 12:25:51,658 - paramiko.transport - DEBUG - [chan 9] EOF received (9) 2018-09-04 12:25:51,660 - paramiko.transport - DEBUG - [chan 10] Max packet in: 32768 bytes 2018-09-04 12:25:51,660 - paramiko.transport - DEBUG - [chan 9] EOF sent (9) 2018-09-04 12:25:51,661 - paramiko.transport - DEBUG - [chan 10] Max packet out: 32768 bytes 2018-09-04 12:25:51,661 - paramiko.transport - DEBUG - Secsh channel 10 opened. 2018-09-04 12:25:51,702 - paramiko.transport - DEBUG - [chan 10] Sesch channel 10 request ok 2018-09-04 12:25:52,390 - paramiko.transport - DEBUG - [chan 10] EOF received (10) 2018-09-04 12:25:52,391 - paramiko.transport - DEBUG - [chan 10] EOF sent (10) 2018-09-04 12:25:57,396 - sdnvpn.test.functest.testcase_3 - INFO - Checking if bgpd is running on the controller node 2018-09-04 12:25:57,396 - paramiko.transport - DEBUG - [chan 11] Max packet in: 32768 bytes 2018-09-04 12:25:57,398 - paramiko.transport - DEBUG - [chan 11] Max packet out: 32768 bytes 2018-09-04 12:25:57,398 - paramiko.transport - DEBUG - Secsh channel 11 opened. 2018-09-04 12:25:57,402 - paramiko.transport - DEBUG - [chan 11] Sesch channel 11 request ok 2018-09-04 12:25:57,455 - paramiko.transport - DEBUG - [chan 11] EOF received (11) 2018-09-04 12:25:57,455 - sdnvpn.test.functest.testcase_3 - INFO - bgpd is running on the controller node 2018-09-04 12:25:57,456 - paramiko.transport - DEBUG - [chan 11] EOF sent (11) 2018-09-04 12:25:57,456 - sdnvpn.test.functest.testcase_3 - INFO - Downloading image 2018-09-04 12:26:10,591 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-09-04 12:26:10,592 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-09-04 12:26:10,592 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-09-04 12:26:10,592 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-09-04 12:26:10,592 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-09-04 12:26:10,592 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-09-04 12:26:10,592 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-09-04 12:26:10,592 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-09-04 12:26:10,592 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-09-04 12:26:10,592 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-09-04 12:26:10,592 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-09-04 12:26:10,592 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-09-04 12:26:10,592 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-09-04 12:26:10,592 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-09-04 12:26:10,592 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-09-04 12:26:10,592 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-09-04 12:26:10,593 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-09-04 12:26:10,593 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-09-04 12:26:10,593 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-09-04 12:26:10,593 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-09-04 12:26:10,593 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-09-04 12:26:10,593 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-09-04 12:26:10,593 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-09-04 12:26:10,593 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-09-04 12:26:10,594 - sdnvpn.lib.openstack_utils - INFO - OS_IMAGE_API_VERSION is set in env as '2' 2018-09-04 12:26:10,594 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-09-04 12:26:10,594 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-09-04 12:26:10,594 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-09-04 12:26:10,594 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-09-04 12:26:10,594 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-09-04 12:26:10,595 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-09-04 12:26:10,595 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-09-04 12:26:10,595 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-09-04 12:26:10,595 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-09-04 12:26:10,595 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-09-04 12:26:10,595 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-09-04 12:26:10,595 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-09-04 12:26:10,595 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-09-04 12:26:10,595 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-09-04 12:26:10,595 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-09-04 12:26:10,595 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-09-04 12:26:10,595 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-09-04 12:26:10,595 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-09-04 12:26:10,595 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-09-04 12:26:10,595 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-09-04 12:26:10,595 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-09-04 12:26:10,595 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-09-04 12:26:10,595 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-09-04 12:26:10,595 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-09-04 12:26:10,597 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-09-04 12:26:10,597 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-09-04 12:26:10,597 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-09-04 12:26:10,597 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-09-04 12:26:10,597 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-09-04 12:26:10,597 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-09-04 12:26:10,597 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-09-04 12:26:10,597 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-09-04 12:26:10,597 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-09-04 12:26:10,597 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-09-04 12:26:10,597 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-09-04 12:26:10,597 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-09-04 12:26:10,597 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-09-04 12:26:10,597 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-09-04 12:26:10,597 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-09-04 12:26:10,598 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-09-04 12:26:10,598 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-09-04 12:26:10,598 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-09-04 12:26:10,598 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-09-04 12:26:10,598 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-09-04 12:26:10,598 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-09-04 12:26:10,598 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-09-04 12:26:10,598 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-09-04 12:26:10,598 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-09-04 12:26:10,598 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-09-04 12:26:10,599 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-09-04 12:26:10,599 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-09-04 12:26:10,599 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-09-04 12:26:10,599 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-09-04 12:26:10,599 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-09-04 12:26:10,599 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-09-04 12:26:10,599 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-09-04 12:26:10,599 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-09-04 12:26:10,599 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-09-04 12:26:10,600 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-09-04 12:26:10,600 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-09-04 12:26:10,600 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-09-04 12:26:10,600 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-09-04 12:26:10,600 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-09-04 12:26:10,600 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-09-04 12:26:10,600 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-09-04 12:26:10,600 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-09-04 12:26:10,600 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-09-04 12:26:10,600 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-09-04 12:26:10,600 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-09-04 12:26:10,600 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-09-04 12:26:10,600 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-09-04 12:26:10,600 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-09-04 12:26:10,600 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-09-04 12:26:10,602 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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-09-04 12:26:10,607 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12:26:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a5cbdaff-cf6b-4e16-8aa1-f229219573b6 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.28:5000/v3/", "rel": "self"}]}} 2018-09-04 12:26:10,607 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-a5cbdaff-cf6b-4e16-8aa1-f229219573b6 2018-09-04 12:26:10,608 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-09-04 12:26:11,004 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "3d416247e8224533841040c3ad2bce5a", "name": "admin"}], "expires_at": "2018-09-04T13:26:11.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1e2f68a072b64978bd7ea91c2d64aca6", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v1/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235635a698ef4bef9dc6b25273d185da"}, {"url": "http://192.30.9.6:8776/v1/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "23b07b3fbfc340a58cf0f9b2871a0d23"}, {"url": "http://172.30.9.28:8776/v1/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "72fd0aaa144d45419f4b04b6b26f69a7"}], "type": "volume", "id": "097241c25b4d4f7e91b3f8efa155909e", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v3/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93eb4cf3030a49e7840bec071422d397"}, {"url": "http://192.30.9.6:8776/v3/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8af439a6ac147fdbcb38ed9aa916b68"}, {"url": "http://192.30.9.6:8776/v3/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c4bfdbc9b7c74a23a40afdf578cfeba4"}], "type": "volumev3", "id": "1c85f4682ce44f729db1dabd98e965e8", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "82239574a29d4603a2161006f61851cf"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8d15f7134f364a7bbcfff2f84aac3bf2"}, {"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e01668c43a0c4c279b9a3d20a0280d6c"}], "type": "image", "id": "297d8415ca96454991054983920912f7", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7bb4d60e20734d4a9f31ec75e02cb823"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bf6adec15590466a9a0d3bddb00e8993"}, {"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f096f03a1d12411a8972f6f7c196b60d"}], "type": "policy", "id": "54c64351b56d44bbad74c2969cc3aa00", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "354ae6870a324fab82d0a0fb68ee0f26"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a3807e460dd4af488d982b66c52e64c"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e7c3da785076450abd71868e75ce0c33"}], "type": "cloudformation", "id": "6ac9917ae83c4639a15a4ab3cf0e76dd", "name": "heat-cfn"}, {"endpoints": [], "type": "metering", "id": "7fcc078e5e0645f29df67742ac14e388", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49e71628d386464cb950d6a9db00a328"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75b0a63ed8574bbcab1c851cc9b83d30"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9902b0a8b3c04cd192a1b84c417c232b"}], "type": "key-manager", "id": "9626544a32e74678a641c6e206f028a9", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "497340e5aa36485982fdf297f370558f"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7802beb4fc7c4952897b77bd5610b1fe"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c14af798917f4fa0b146d9772583e595"}], "type": "metric", "id": "973bfe8c658d4e5a8da725e76b9d550e", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "288ecc3674ea41d2aa3b790dcb832bf2"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7a6dc785cd7142f5b30f1a7ba0daeb03"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7f7d34e2351b4964befccc862c4e8e12"}], "type": "network", "id": "a348d7b06050474fb449be7f32ea6f5d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "21bce6ecb8464a1f8f3e3847aa698bd6"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0a8faf2246b47deb30e69e48d3551fb"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e71c6011de3d4d8589e5b53dcc79f288"}], "type": "identity", "id": "ad8d4b4953184137a1b913ecee9434ed", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "13474f9a78ca4f1184e4cddc84d0d98c"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad67365a18234bb78c336e6776958c00"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc54db13337f44f8921fbb9ad0f81de8"}], "type": "alarming", "id": "bb18dc3243034f08a6a7f69f7a1edccf", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0d91d7adf0304b2681c77f979e5cdb17"}, {"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "756e5ffca9774ab3ae2db41bf330417f"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c07c727a08c243b287827f539a124e63"}], "type": "placement", "id": "bb2c9432fcbd4c56913177122468f6ba", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8004/v1/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1eed4912224b48cf9856446eae4d9928"}, {"url": "http://192.30.9.6:8004/v1/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b73b7f99236541148d84f24f09e5dd40"}, {"url": "http://192.30.9.6:8004/v1/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fbf12e52911244fdafc24a9d46f56e62"}], "type": "orchestration", "id": "c8918d139da945ba93df4ccce21d4904", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16bf098b9e2e490f8e47fa601059f975"}, {"url": "http://192.30.9.6:8776/v2/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc16fa4cf491444ca2f611d5692c1170"}, {"url": "http://192.30.9.6:8776/v2/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ccd2c5325dff4b90b391db9fdde67d99"}], "type": "volumev2", "id": "d09ac9123c34494abce21d6c27bee9d9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eac694332354a3aa0e61c31314166d7"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b4d4989c4e764717ab78d38675cadd3f"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff196e46b56d406d87a678f1a64497b0"}], "type": "compute", "id": "d4030ee932c84df58c5b910cc197caa7", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "42c3a9abd8ad4ce8ab2c4cc6e0403c33"}, "audit_ids": ["uAIomnZpSSq-qvdz8qTKlA"], "issued_at": "2018-09-04T12:26:11.000000Z"}} 2018-09-04 12:26:11,007 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/flavors/detail -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}65f90f276376f4c63c391fd90077612f0486d26f" 2018-09-04 12:26:11,195 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12:26:11 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-0efd56f7-9701-42ab-969d-3a79c2716ba7 x-compute-request-id: req-0efd56f7-9701-42ab-969d-3a79c2716ba7 Content-Encoding: gzip Content-Length: 279 Content-Type: application/json RESP BODY: {"flavors": [{"links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/9cbbc756-b738-4f1f-8d03-84c527182338", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/9cbbc756-b738-4f1f-8d03-84c527182338", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "9cbbc756-b738-4f1f-8d03-84c527182338", "name": "m1.tiny", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}]} 2018-09-04 12:26:11,195 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors/detail used request id req-0efd56f7-9701-42ab-969d-3a79c2716ba7 2018-09-04 12:26:11,196 - sdnvpn.lib.openstack_utils - INFO - Creating flavor 'm1.custom' with '1024' RAM, '10' disk size, '1' vcpus... 2018-09-04 12:26:11,199 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}65f90f276376f4c63c391fd90077612f0486d26f" -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-09-04 12:26:11,261 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12:26:11 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-701ff5d1-1bda-46e9-9bd6-32b8731e30f3 x-compute-request-id: req-701ff5d1-1bda-46e9-9bd6-32b8731e30f3 Content-Encoding: gzip Content-Length: 282 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/e5b8e646-e46f-4f99-b0b0-402cfe19ffad", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/e5b8e646-e46f-4f99-b0b0-402cfe19ffad", "rel": "bookmark"}], "ram": 1024, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "e5b8e646-e46f-4f99-b0b0-402cfe19ffad", "name": "m1.custom", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-09-04 12:26:11,261 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/flavors used request id req-701ff5d1-1bda-46e9-9bd6-32b8731e30f3 2018-09-04 12:26:11,262 - sdnvpn.lib.openstack_utils - DEBUG - Flavor 'm1.custom' with ID=e5b8e646-e46f-4f99-b0b0-402cfe19ffad created successfully. 2018-09-04 12:26:11,262 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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-09-04 12:26:11,273 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12:26:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5990109d-cc59-4314-be49-f3a65670027b 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.28:5000/v3/", "rel": "self"}]}} 2018-09-04 12:26:11,273 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-5990109d-cc59-4314-be49-f3a65670027b 2018-09-04 12:26:11,273 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-09-04 12:26:11,659 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "3d416247e8224533841040c3ad2bce5a", "name": "admin"}], "expires_at": "2018-09-04T13:26:11.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1e2f68a072b64978bd7ea91c2d64aca6", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v1/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235635a698ef4bef9dc6b25273d185da"}, {"url": "http://192.30.9.6:8776/v1/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "23b07b3fbfc340a58cf0f9b2871a0d23"}, {"url": "http://172.30.9.28:8776/v1/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "72fd0aaa144d45419f4b04b6b26f69a7"}], "type": "volume", "id": "097241c25b4d4f7e91b3f8efa155909e", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v3/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93eb4cf3030a49e7840bec071422d397"}, {"url": "http://192.30.9.6:8776/v3/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8af439a6ac147fdbcb38ed9aa916b68"}, {"url": "http://192.30.9.6:8776/v3/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c4bfdbc9b7c74a23a40afdf578cfeba4"}], "type": "volumev3", "id": "1c85f4682ce44f729db1dabd98e965e8", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "82239574a29d4603a2161006f61851cf"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8d15f7134f364a7bbcfff2f84aac3bf2"}, {"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e01668c43a0c4c279b9a3d20a0280d6c"}], "type": "image", "id": "297d8415ca96454991054983920912f7", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7bb4d60e20734d4a9f31ec75e02cb823"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bf6adec15590466a9a0d3bddb00e8993"}, {"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f096f03a1d12411a8972f6f7c196b60d"}], "type": "policy", "id": "54c64351b56d44bbad74c2969cc3aa00", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "354ae6870a324fab82d0a0fb68ee0f26"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a3807e460dd4af488d982b66c52e64c"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e7c3da785076450abd71868e75ce0c33"}], "type": "cloudformation", "id": "6ac9917ae83c4639a15a4ab3cf0e76dd", "name": "heat-cfn"}, {"endpoints": [], "type": "metering", "id": "7fcc078e5e0645f29df67742ac14e388", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49e71628d386464cb950d6a9db00a328"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75b0a63ed8574bbcab1c851cc9b83d30"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9902b0a8b3c04cd192a1b84c417c232b"}], "type": "key-manager", "id": "9626544a32e74678a641c6e206f028a9", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "497340e5aa36485982fdf297f370558f"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7802beb4fc7c4952897b77bd5610b1fe"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c14af798917f4fa0b146d9772583e595"}], "type": "metric", "id": "973bfe8c658d4e5a8da725e76b9d550e", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "288ecc3674ea41d2aa3b790dcb832bf2"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7a6dc785cd7142f5b30f1a7ba0daeb03"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7f7d34e2351b4964befccc862c4e8e12"}], "type": "network", "id": "a348d7b06050474fb449be7f32ea6f5d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "21bce6ecb8464a1f8f3e3847aa698bd6"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0a8faf2246b47deb30e69e48d3551fb"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e71c6011de3d4d8589e5b53dcc79f288"}], "type": "identity", "id": "ad8d4b4953184137a1b913ecee9434ed", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "13474f9a78ca4f1184e4cddc84d0d98c"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad67365a18234bb78c336e6776958c00"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc54db13337f44f8921fbb9ad0f81de8"}], "type": "alarming", "id": "bb18dc3243034f08a6a7f69f7a1edccf", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0d91d7adf0304b2681c77f979e5cdb17"}, {"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "756e5ffca9774ab3ae2db41bf330417f"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c07c727a08c243b287827f539a124e63"}], "type": "placement", "id": "bb2c9432fcbd4c56913177122468f6ba", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8004/v1/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1eed4912224b48cf9856446eae4d9928"}, {"url": "http://192.30.9.6:8004/v1/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b73b7f99236541148d84f24f09e5dd40"}, {"url": "http://192.30.9.6:8004/v1/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fbf12e52911244fdafc24a9d46f56e62"}], "type": "orchestration", "id": "c8918d139da945ba93df4ccce21d4904", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16bf098b9e2e490f8e47fa601059f975"}, {"url": "http://192.30.9.6:8776/v2/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc16fa4cf491444ca2f611d5692c1170"}, {"url": "http://192.30.9.6:8776/v2/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ccd2c5325dff4b90b391db9fdde67d99"}], "type": "volumev2", "id": "d09ac9123c34494abce21d6c27bee9d9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eac694332354a3aa0e61c31314166d7"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b4d4989c4e764717ab78d38675cadd3f"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff196e46b56d406d87a678f1a64497b0"}], "type": "compute", "id": "d4030ee932c84df58c5b910cc197caa7", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "42c3a9abd8ad4ce8ab2c4cc6e0403c33"}, "audit_ids": ["a4ZVWxP4SjKu_k_hUunyjw"], "issued_at": "2018-09-04T12:26:11.000000Z"}} 2018-09-04 12:26:11,668 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}934494c21aee0b49cdd6113bbff1ad61191cfb8e" 2018-09-04 12:26:11,932 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 36830 X-Openstack-Request-Id: req-e6d78f92-51f1-475a-bdcf-2aa46f919981 Date: Tue, 04 Sep 2018 12:26:11 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "14e46315a5e14e95a6bd31ddd3090094", "created_at": "2018-09-04T10:40:09Z", "updated_at": "2018-09-04T10:40:09Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T10:40:09Z", "revision_number": 0, "id": "6908c152-7d26-43c3-9724-69b9e26fbd52", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T10:40:09Z", "security_group_id": "11e5a0db-4cc0-49c0-8f70-0d3b80d1fcf3", "tenant_id": "14e46315a5e14e95a6bd31ddd3090094", "port_range_min": null, "ethertype": "IPv6", "project_id": "14e46315a5e14e95a6bd31ddd3090094"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T10:40:09Z", "revision_number": 0, "id": "72e1f6f9-6732-4dc2-8abd-454d44204be2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T10:40:09Z", "security_group_id": "11e5a0db-4cc0-49c0-8f70-0d3b80d1fcf3", "tenant_id": "14e46315a5e14e95a6bd31ddd3090094", "port_range_min": null, "ethertype": "IPv4", "project_id": "14e46315a5e14e95a6bd31ddd3090094"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T10:40:09Z", "revision_number": 0, "id": "bfc26f71-b897-431e-a36e-ea1e8e983c87", "remote_group_id": "11e5a0db-4cc0-49c0-8f70-0d3b80d1fcf3", "remote_ip_prefix": null, "created_at": "2018-09-04T10:40:09Z", "security_group_id": "11e5a0db-4cc0-49c0-8f70-0d3b80d1fcf3", "tenant_id": "14e46315a5e14e95a6bd31ddd3090094", "port_range_min": null, "ethertype": "IPv6", "project_id": "14e46315a5e14e95a6bd31ddd3090094"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T10:40:09Z", "revision_number": 0, "id": "c9d53d5b-6c82-4199-b405-f8e7101cc589", "remote_group_id": "11e5a0db-4cc0-49c0-8f70-0d3b80d1fcf3", "remote_ip_prefix": null, "created_at": "2018-09-04T10:40:09Z", "security_group_id": "11e5a0db-4cc0-49c0-8f70-0d3b80d1fcf3", "tenant_id": "14e46315a5e14e95a6bd31ddd3090094", "port_range_min": null, "ethertype": "IPv4", "project_id": "14e46315a5e14e95a6bd31ddd3090094"}], "revision_number": 4, "project_id": "14e46315a5e14e95a6bd31ddd3090094", "id": "11e5a0db-4cc0-49c0-8f70-0d3b80d1fcf3", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "5efe9645576d420f836c625864cab315", "created_at": "2018-09-04T11:32:37Z", "updated_at": "2018-09-04T11:32:37Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T11:32:37Z", "revision_number": 0, "id": "286e6a3a-dcb9-42e9-ad77-e4f716b2c63a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T11:32:37Z", "security_group_id": "192a971a-2f30-4b8c-ada2-250ad4610488", "tenant_id": "5efe9645576d420f836c625864cab315", "port_range_min": null, "ethertype": "IPv4", "project_id": "5efe9645576d420f836c625864cab315"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T11:32:37Z", "revision_number": 0, "id": "8c17cb0b-10d0-498a-a484-63ec46a70838", "remote_group_id": "192a971a-2f30-4b8c-ada2-250ad4610488", "remote_ip_prefix": null, "created_at": "2018-09-04T11:32:37Z", "security_group_id": "192a971a-2f30-4b8c-ada2-250ad4610488", "tenant_id": "5efe9645576d420f836c625864cab315", "port_range_min": null, "ethertype": "IPv6", "project_id": "5efe9645576d420f836c625864cab315"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T11:32:37Z", "revision_number": 0, "id": "9c400401-2250-4fc8-a780-dba2a73d410b", "remote_group_id": "192a971a-2f30-4b8c-ada2-250ad4610488", "remote_ip_prefix": null, "created_at": "2018-09-04T11:32:37Z", "security_group_id": "192a971a-2f30-4b8c-ada2-250ad4610488", "tenant_id": "5efe9645576d420f836c625864cab315", "port_range_min": null, "ethertype": "IPv4", "project_id": "5efe9645576d420f836c625864cab315"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T11:32:37Z", "revision_number": 0, "id": "f72c6a04-9fd4-4b0e-b79b-679d59ca2789", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T11:32:37Z", "security_group_id": "192a971a-2f30-4b8c-ada2-250ad4610488", "tenant_id": "5efe9645576d420f836c625864cab315", "port_range_min": null, "ethertype": "IPv6", "project_id": "5efe9645576d420f836c625864cab315"}], "revision_number": 4, "project_id": "5efe9645576d420f836c625864cab315", "id": "192a971a-2f30-4b8c-ada2-250ad4610488", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "dd849fe9e11c435393e8fa6b997c6f1a", "created_at": "2018-09-04T10:38:54Z", "updated_at": "2018-09-04T10:38:54Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T10:38:54Z", "revision_number": 0, "id": "1dfce8bf-6ac4-4572-9a10-3cf8047abe38", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T10:38:54Z", "security_group_id": "28b5af70-f489-4ee2-ace7-033a2638f61f", "tenant_id": "dd849fe9e11c435393e8fa6b997c6f1a", "port_range_min": null, "ethertype": "IPv6", "project_id": "dd849fe9e11c435393e8fa6b997c6f1a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T10:38:54Z", "revision_number": 0, "id": "52762ccc-58e2-4528-b0fa-460556eae58e", "remote_group_id": "28b5af70-f489-4ee2-ace7-033a2638f61f", "remote_ip_prefix": null, "created_at": "2018-09-04T10:38:54Z", "security_group_id": "28b5af70-f489-4ee2-ace7-033a2638f61f", "tenant_id": "dd849fe9e11c435393e8fa6b997c6f1a", "port_range_min": null, "ethertype": "IPv6", "project_id": "dd849fe9e11c435393e8fa6b997c6f1a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T10:38:54Z", "revision_number": 0, "id": "739d52c4-a9f2-4027-aca7-2082fee6f6f0", "remote_group_id": "28b5af70-f489-4ee2-ace7-033a2638f61f", "remote_ip_prefix": null, "created_at": "2018-09-04T10:38:54Z", "security_group_id": "28b5af70-f489-4ee2-ace7-033a2638f61f", "tenant_id": "dd849fe9e11c435393e8fa6b997c6f1a", "port_range_min": null, "ethertype": "IPv4", "project_id": "dd849fe9e11c435393e8fa6b997c6f1a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T10:38:54Z", "revision_number": 0, "id": "ba2b9932-d9ab-4b40-a7e5-6773147a93a7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T10:38:54Z", "security_group_id": "28b5af70-f489-4ee2-ace7-033a2638f61f", "tenant_id": "dd849fe9e11c435393e8fa6b997c6f1a", "port_range_min": null, "ethertype": "IPv4", "project_id": "dd849fe9e11c435393e8fa6b997c6f1a"}], "revision_number": 4, "project_id": "dd849fe9e11c435393e8fa6b997c6f1a", "id": "28b5af70-f489-4ee2-ace7-033a2638f61f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "4ad41bc126174d318b5e7a8516fcf4af", "created_at": "2018-09-04T10:36:52Z", "updated_at": "2018-09-04T10:36:52Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T10:36:52Z", "revision_number": 0, "id": "072e055d-09a1-408a-9aa5-bbbb4ba26972", "remote_group_id": "48bfa0ac-51ab-4c50-8f57-88ab4e0f17e1", "remote_ip_prefix": null, "created_at": "2018-09-04T10:36:52Z", "security_group_id": "48bfa0ac-51ab-4c50-8f57-88ab4e0f17e1", "tenant_id": "4ad41bc126174d318b5e7a8516fcf4af", "port_range_min": null, "ethertype": "IPv4", "project_id": "4ad41bc126174d318b5e7a8516fcf4af"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T10:36:52Z", "revision_number": 0, "id": "519e417e-8aaa-4012-ade2-01ed5d67c268", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T10:36:52Z", "security_group_id": "48bfa0ac-51ab-4c50-8f57-88ab4e0f17e1", "tenant_id": "4ad41bc126174d318b5e7a8516fcf4af", "port_range_min": null, "ethertype": "IPv4", "project_id": "4ad41bc126174d318b5e7a8516fcf4af"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T10:36:52Z", "revision_number": 0, "id": "7440170e-04e2-412b-b3af-3ba203e43ec0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T10:36:52Z", "security_group_id": "48bfa0ac-51ab-4c50-8f57-88ab4e0f17e1", "tenant_id": "4ad41bc126174d318b5e7a8516fcf4af", "port_range_min": null, "ethertype": "IPv6", "project_id": "4ad41bc126174d318b5e7a8516fcf4af"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T10:36:52Z", "revision_number": 0, "id": "b5b6d93e-a8d1-4a65-92be-995bd9ce8f00", "remote_group_id": "48bfa0ac-51ab-4c50-8f57-88ab4e0f17e1", "remote_ip_prefix": null, "created_at": "2018-09-04T10:36:52Z", "security_group_id": "48bfa0ac-51ab-4c50-8f57-88ab4e0f17e1", "tenant_id": "4ad41bc126174d318b5e7a8516fcf4af", "port_range_min": null, "ethertype": "IPv6", "project_id": "4ad41bc126174d318b5e7a8516fcf4af"}], "revision_number": 4, "project_id": "4ad41bc126174d318b5e7a8516fcf4af", "id": "48bfa0ac-51ab-4c50-8f57-88ab4e0f17e1", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "18025ed81c804927a1f0e0e0ba20836f", "created_at": "2018-09-04T10:10:44Z", "updated_at": "2018-09-04T10:10:44Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T10:10:44Z", "revision_number": 0, "id": "4987cdc7-3c69-4296-b962-dfcdfe2af09e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T10:10:44Z", "security_group_id": "4eb60975-feab-4b85-9171-1c970d3680f7", "tenant_id": "18025ed81c804927a1f0e0e0ba20836f", "port_range_min": null, "ethertype": "IPv4", "project_id": "18025ed81c804927a1f0e0e0ba20836f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T10:10:44Z", "revision_number": 0, "id": "6278c51b-2852-4d07-abf1-4545e40daadb", "remote_group_id": "4eb60975-feab-4b85-9171-1c970d3680f7", "remote_ip_prefix": null, "created_at": "2018-09-04T10:10:44Z", "security_group_id": "4eb60975-feab-4b85-9171-1c970d3680f7", "tenant_id": "18025ed81c804927a1f0e0e0ba20836f", "port_range_min": null, "ethertype": "IPv4", "project_id": "18025ed81c804927a1f0e0e0ba20836f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T10:10:44Z", "revision_number": 0, "id": "dd2062ca-238a-4ae8-8397-ca60210bbde5", "remote_group_id": "4eb60975-feab-4b85-9171-1c970d3680f7", "remote_ip_prefix": null, "created_at": "2018-09-04T10:10:44Z", "security_group_id": "4eb60975-feab-4b85-9171-1c970d3680f7", "tenant_id": "18025ed81c804927a1f0e0e0ba20836f", "port_range_min": null, "ethertype": "IPv6", "project_id": "18025ed81c804927a1f0e0e0ba20836f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T10:10:44Z", "revision_number": 0, "id": "f5388a44-6a0f-4e22-bd76-f4873903daf0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T10:10:44Z", "security_group_id": "4eb60975-feab-4b85-9171-1c970d3680f7", "tenant_id": "18025ed81c804927a1f0e0e0ba20836f", "port_range_min": null, "ethertype": "IPv6", "project_id": "18025ed81c804927a1f0e0e0ba20836f"}], "revision_number": 4, "project_id": "18025ed81c804927a1f0e0e0ba20836f", "id": "4eb60975-feab-4b85-9171-1c970d3680f7", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "1e2f68a072b64978bd7ea91c2d64aca6", "created_at": "2018-09-04T11:32:48Z", "updated_at": "2018-09-04T11:32:48Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T11:32:48Z", "revision_number": 0, "id": "6883b42d-5963-4725-8ab3-74f524dadded", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T11:32:48Z", "security_group_id": "65ec5024-dcc3-4217-b8f2-108a9317d297", "tenant_id": "1e2f68a072b64978bd7ea91c2d64aca6", "port_range_min": null, "ethertype": "IPv6", "project_id": "1e2f68a072b64978bd7ea91c2d64aca6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T11:32:48Z", "revision_number": 0, "id": "c897b842-d54c-452b-8b98-fef214182ff7", "remote_group_id": "65ec5024-dcc3-4217-b8f2-108a9317d297", "remote_ip_prefix": null, "created_at": "2018-09-04T11:32:48Z", "security_group_id": "65ec5024-dcc3-4217-b8f2-108a9317d297", "tenant_id": "1e2f68a072b64978bd7ea91c2d64aca6", "port_range_min": null, "ethertype": "IPv6", "project_id": "1e2f68a072b64978bd7ea91c2d64aca6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T11:32:48Z", "revision_number": 0, "id": "e8f14af0-f0a2-442a-a2f6-f9426816d3a7", "remote_group_id": "65ec5024-dcc3-4217-b8f2-108a9317d297", "remote_ip_prefix": null, "created_at": "2018-09-04T11:32:48Z", "security_group_id": "65ec5024-dcc3-4217-b8f2-108a9317d297", "tenant_id": "1e2f68a072b64978bd7ea91c2d64aca6", "port_range_min": null, "ethertype": "IPv4", "project_id": "1e2f68a072b64978bd7ea91c2d64aca6"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T11:32:48Z", "revision_number": 0, "id": "fa2a69b0-056f-4e69-9b7e-515411ee93e4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T11:32:48Z", "security_group_id": "65ec5024-dcc3-4217-b8f2-108a9317d297", "tenant_id": "1e2f68a072b64978bd7ea91c2d64aca6", "port_range_min": null, "ethertype": "IPv4", "project_id": "1e2f68a072b64978bd7ea91c2d64aca6"}], "revision_number": 4, "project_id": "1e2f68a072b64978bd7ea91c2d64aca6", "id": "65ec5024-dcc3-4217-b8f2-108a9317d297", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "63ce1c38db314aae844c45218d595c6c", "created_at": "2018-09-04T10:36:01Z", "updated_at": "2018-09-04T10:36:01Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T10:36:01Z", "revision_number": 0, "id": "3cc084b5-d5b8-441b-87e5-b96f6548adf0", "remote_group_id": "726a4fa4-547d-495f-8506-2692d1793ed7", "remote_ip_prefix": null, "created_at": "2018-09-04T10:36:01Z", "security_group_id": "726a4fa4-547d-495f-8506-2692d1793ed7", "tenant_id": "63ce1c38db314aae844c45218d595c6c", "port_range_min": null, "ethertype": "IPv6", "project_id": "63ce1c38db314aae844c45218d595c6c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T10:36:01Z", "revision_number": 0, "id": "886448b7-2e0a-4f88-9e2c-57aaa06a9e95", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T10:36:01Z", "security_group_id": "726a4fa4-547d-495f-8506-2692d1793ed7", "tenant_id": "63ce1c38db314aae844c45218d595c6c", "port_range_min": null, "ethertype": "IPv6", "project_id": "63ce1c38db314aae844c45218d595c6c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T10:36:01Z", "revision_number": 0, "id": "a0477c48-e14e-4b9b-af17-a26d3304a1d9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T10:36:01Z", "security_group_id": "726a4fa4-547d-495f-8506-2692d1793ed7", "tenant_id": "63ce1c38db314aae844c45218d595c6c", "port_range_min": null, "ethertype": "IPv4", "project_id": "63ce1c38db314aae844c45218d595c6c"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T10:36:01Z", "revision_number": 0, "id": "f1d26eba-07e3-4a87-a74e-10f7d2d051a4", "remote_group_id": "726a4fa4-547d-495f-8506-2692d1793ed7", "remote_ip_prefix": null, "created_at": "2018-09-04T10:36:01Z", "security_group_id": "726a4fa4-547d-495f-8506-2692d1793ed7", "tenant_id": "63ce1c38db314aae844c45218d595c6c", "port_range_min": null, "ethertype": "IPv4", "project_id": "63ce1c38db314aae844c45218d595c6c"}], "revision_number": 4, "project_id": "63ce1c38db314aae844c45218d595c6c", "id": "726a4fa4-547d-495f-8506-2692d1793ed7", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "e8b2daffe9fd4140890aa7b5c11b6bf1", "created_at": "2018-09-04T11:01:30Z", "updated_at": "2018-09-04T11:01:31Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T11:01:31Z", "revision_number": 0, "id": "0d6f7c9c-cf09-4a67-b4e2-617055a1a145", "remote_group_id": "7cbea362-0793-4d2f-877a-28c9a768aa36", "remote_ip_prefix": null, "created_at": "2018-09-04T11:01:31Z", "security_group_id": "7cbea362-0793-4d2f-877a-28c9a768aa36", "tenant_id": "e8b2daffe9fd4140890aa7b5c11b6bf1", "port_range_min": null, "ethertype": "IPv6", "project_id": "e8b2daffe9fd4140890aa7b5c11b6bf1"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T11:01:31Z", "revision_number": 0, "id": "110b5e60-648e-4946-8cc2-56cf745b8284", "remote_group_id": "7cbea362-0793-4d2f-877a-28c9a768aa36", "remote_ip_prefix": null, "created_at": "2018-09-04T11:01:31Z", "security_group_id": "7cbea362-0793-4d2f-877a-28c9a768aa36", "tenant_id": "e8b2daffe9fd4140890aa7b5c11b6bf1", "port_range_min": null, "ethertype": "IPv4", "project_id": "e8b2daffe9fd4140890aa7b5c11b6bf1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T11:01:31Z", "revision_number": 0, "id": "4608dd30-b5b8-43b8-8da6-93ca9876e218", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T11:01:31Z", "security_group_id": "7cbea362-0793-4d2f-877a-28c9a768aa36", "tenant_id": "e8b2daffe9fd4140890aa7b5c11b6bf1", "port_range_min": null, "ethertype": "IPv6", "project_id": "e8b2daffe9fd4140890aa7b5c11b6bf1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T11:01:31Z", "revision_number": 0, "id": "b59707f1-2706-455a-8d39-eaea3265a9b8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T11:01:31Z", "security_group_id": "7cbea362-0793-4d2f-877a-28c9a768aa36", "tenant_id": "e8b2daffe9fd4140890aa7b5c11b6bf1", "port_range_min": null, "ethertype": "IPv4", "project_id": "e8b2daffe9fd4140890aa7b5c11b6bf1"}], "revision_number": 4, "project_id": "e8b2daffe9fd4140890aa7b5c11b6bf1", "id": "7cbea362-0793-4d2f-877a-28c9a768aa36", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "da1aa3dc9e564d3d922e61c0121a390e", "created_at": "2018-09-04T10:22:45Z", "updated_at": "2018-09-04T10:22:45Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T10:22:45Z", "revision_number": 0, "id": "0a310294-28cb-46e7-ab05-42129ac27199", "remote_group_id": "a0350fb5-7963-482b-9b06-fea838951872", "remote_ip_prefix": null, "created_at": "2018-09-04T10:22:45Z", "security_group_id": "a0350fb5-7963-482b-9b06-fea838951872", "tenant_id": "da1aa3dc9e564d3d922e61c0121a390e", "port_range_min": null, "ethertype": "IPv4", "project_id": "da1aa3dc9e564d3d922e61c0121a390e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T10:22:45Z", "revision_number": 0, "id": "3e9c32e8-8527-472a-956b-e0426fc61806", "remote_group_id": "a0350fb5-7963-482b-9b06-fea838951872", "remote_ip_prefix": null, "created_at": "2018-09-04T10:22:45Z", "security_group_id": "a0350fb5-7963-482b-9b06-fea838951872", "tenant_id": "da1aa3dc9e564d3d922e61c0121a390e", "port_range_min": null, "ethertype": "IPv6", "project_id": "da1aa3dc9e564d3d922e61c0121a390e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T10:22:45Z", "revision_number": 0, "id": "5d2caf42-b02e-4256-9265-4a0c49451d50", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T10:22:45Z", "security_group_id": "a0350fb5-7963-482b-9b06-fea838951872", "tenant_id": "da1aa3dc9e564d3d922e61c0121a390e", "port_range_min": null, "ethertype": "IPv6", "project_id": "da1aa3dc9e564d3d922e61c0121a390e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T10:22:45Z", "revision_number": 0, "id": "e17daf2d-5508-45e7-9ba3-14bcd176789e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T10:22:45Z", "security_group_id": "a0350fb5-7963-482b-9b06-fea838951872", "tenant_id": "da1aa3dc9e564d3d922e61c0121a390e", "port_range_min": null, "ethertype": "IPv4", "project_id": "da1aa3dc9e564d3d922e61c0121a390e"}], "revision_number": 4, "project_id": "da1aa3dc9e564d3d922e61c0121a390e", "id": "a0350fb5-7963-482b-9b06-fea838951872", "name": "default"}, {"description": "Security group for SDNVPN test cases", "tags": [], "tenant_id": "1e2f68a072b64978bd7ea91c2d64aca6", "created_at": "2018-09-04T12:22:58Z", "updated_at": "2018-09-04T12:22:59Z", "security_group_rules": [{"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 80, "updated_at": "2018-09-04T12:22:59Z", "revision_number": 0, "id": "24f2941b-e842-493e-9865-3b328b59d6b1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T12:22:59Z", "security_group_id": "aee4e203-f920-46bb-ac91-6898d944e253", "tenant_id": "1e2f68a072b64978bd7ea91c2d64aca6", "port_range_min": 80, "ethertype": "IPv4", "project_id": "1e2f68a072b64978bd7ea91c2d64aca6"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T12:22:58Z", "revision_number": 0, "id": "4dec3f1a-54e2-4cd3-ba28-c5bf40300f5c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T12:22:58Z", "security_group_id": "aee4e203-f920-46bb-ac91-6898d944e253", "tenant_id": "1e2f68a072b64978bd7ea91c2d64aca6", "port_range_min": null, "ethertype": "IPv6", "project_id": "1e2f68a072b64978bd7ea91c2d64aca6"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-09-04T12:22:58Z", "revision_number": 0, "id": "6843e041-8fe8-4e66-8acb-d325fa1f98c1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T12:22:58Z", "security_group_id": "aee4e203-f920-46bb-ac91-6898d944e253", "tenant_id": "1e2f68a072b64978bd7ea91c2d64aca6", "port_range_min": null, "ethertype": "IPv4", "project_id": "1e2f68a072b64978bd7ea91c2d64aca6"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T12:22:58Z", "revision_number": 0, "id": "83ced0ab-b5b1-4a6b-915f-ceed01ac608d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T12:22:58Z", "security_group_id": "aee4e203-f920-46bb-ac91-6898d944e253", "tenant_id": "1e2f68a072b64978bd7ea91c2d64aca6", "port_range_min": null, "ethertype": "IPv4", "project_id": "1e2f68a072b64978bd7ea91c2d64aca6"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-09-04T12:22:58Z", "revision_number": 0, "id": "a537f243-1e42-435d-9bbd-5763e7fba9b5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T12:22:58Z", "security_group_id": "aee4e203-f920-46bb-ac91-6898d944e253", "tenant_id": "1e2f68a072b64978bd7ea91c2d64aca6", "port_range_min": 22, "ethertype": "IPv4", "project_id": "1e2f68a072b64978bd7ea91c2d64aca6"}, {"direction": "egress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-09-04T12:22:59Z", "revision_number": 0, "id": "ea486981-bdcb-407e-afae-54091ff51e8d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T12:22:59Z", "security_group_id": "aee4e203-f920-46bb-ac91-6898d944e253", "tenant_id": "1e2f68a072b64978bd7ea91c2d64aca6", "port_range_min": 22, "ethertype": "IPv4", "project_id": "1e2f68a072b64978bd7ea91c2d64aca6"}], "revision_number": 6, "project_id": "1e2f68a072b64978bd7ea91c2d64aca6", "id": "aee4e203-f920-46bb-ac91-6898d944e253", "name": "sdnvpn-sg"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-09-04T10:24:20Z", "updated_at": "2018-09-04T10:24:20Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T10:24:20Z", "revision_number": 0, "id": "2ea596f0-86ac-463c-b411-9ff94832a4d2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T10:24:20Z", "security_group_id": "c1c896f2-3aa4-47ce-9d8a-695c2f3fb7a4", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T10:24:20Z", "revision_number": 0, "id": "95325a12-195c-43ac-a360-a2e3e0e66934", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T10:24:20Z", "security_group_id": "c1c896f2-3aa4-47ce-9d8a-695c2f3fb7a4", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T10:24:20Z", "revision_number": 0, "id": "aa58bb28-c625-4096-800e-8a443d41f02a", "remote_group_id": "c1c896f2-3aa4-47ce-9d8a-695c2f3fb7a4", "remote_ip_prefix": null, "created_at": "2018-09-04T10:24:20Z", "security_group_id": "c1c896f2-3aa4-47ce-9d8a-695c2f3fb7a4", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T10:24:20Z", "revision_number": 0, "id": "c66f070f-ca83-4ef4-bb72-07224113f248", "remote_group_id": "c1c896f2-3aa4-47ce-9d8a-695c2f3fb7a4", "remote_ip_prefix": null, "created_at": "2018-09-04T10:24:20Z", "security_group_id": "c1c896f2-3aa4-47ce-9d8a-695c2f3fb7a4", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "c1c896f2-3aa4-47ce-9d8a-695c2f3fb7a4", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "ab8db2ecda7a4da79b1f0eed2104619d", "created_at": "2018-09-04T11:27:45Z", "updated_at": "2018-09-04T11:27:45Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T11:27:45Z", "revision_number": 0, "id": "14b66247-ea83-40bd-9cf7-391b44cd8c60", "remote_group_id": "ca40cc0b-e078-4535-b626-86e0c6339018", "remote_ip_prefix": null, "created_at": "2018-09-04T11:27:45Z", "security_group_id": "ca40cc0b-e078-4535-b626-86e0c6339018", "tenant_id": "ab8db2ecda7a4da79b1f0eed2104619d", "port_range_min": null, "ethertype": "IPv6", "project_id": "ab8db2ecda7a4da79b1f0eed2104619d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T11:27:45Z", "revision_number": 0, "id": "427d984e-c10f-4435-8c54-6e7abd4dfb04", "remote_group_id": "ca40cc0b-e078-4535-b626-86e0c6339018", "remote_ip_prefix": null, "created_at": "2018-09-04T11:27:45Z", "security_group_id": "ca40cc0b-e078-4535-b626-86e0c6339018", "tenant_id": "ab8db2ecda7a4da79b1f0eed2104619d", "port_range_min": null, "ethertype": "IPv4", "project_id": "ab8db2ecda7a4da79b1f0eed2104619d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T11:27:45Z", "revision_number": 0, "id": "644bef6e-a7b1-4cc2-af4e-4cd069ef634e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T11:27:45Z", "security_group_id": "ca40cc0b-e078-4535-b626-86e0c6339018", "tenant_id": "ab8db2ecda7a4da79b1f0eed2104619d", "port_range_min": null, "ethertype": "IPv4", "project_id": "ab8db2ecda7a4da79b1f0eed2104619d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T11:27:45Z", "revision_number": 0, "id": "84c32cbd-0db7-41ca-9e15-9ea28ade36f9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T11:27:45Z", "security_group_id": "ca40cc0b-e078-4535-b626-86e0c6339018", "tenant_id": "ab8db2ecda7a4da79b1f0eed2104619d", "port_range_min": null, "ethertype": "IPv6", "project_id": "ab8db2ecda7a4da79b1f0eed2104619d"}], "revision_number": 4, "project_id": "ab8db2ecda7a4da79b1f0eed2104619d", "id": "ca40cc0b-e078-4535-b626-86e0c6339018", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "b4dbfc1d0e34496f8fb7c7cd1f5608e5", "created_at": "2018-09-04T12:16:14Z", "updated_at": "2018-09-04T12:16:14Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T12:16:14Z", "revision_number": 0, "id": "1b62a402-1c3a-4aa7-8049-b9198a3eb965", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T12:16:14Z", "security_group_id": "e81419cf-b95e-4732-aaad-e3432b8b2cbb", "tenant_id": "b4dbfc1d0e34496f8fb7c7cd1f5608e5", "port_range_min": null, "ethertype": "IPv6", "project_id": "b4dbfc1d0e34496f8fb7c7cd1f5608e5"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T12:16:14Z", "revision_number": 0, "id": "a8815e70-65ec-4dd7-8b9f-aa8f1609eb4f", "remote_group_id": "e81419cf-b95e-4732-aaad-e3432b8b2cbb", "remote_ip_prefix": null, "created_at": "2018-09-04T12:16:14Z", "security_group_id": "e81419cf-b95e-4732-aaad-e3432b8b2cbb", "tenant_id": "b4dbfc1d0e34496f8fb7c7cd1f5608e5", "port_range_min": null, "ethertype": "IPv6", "project_id": "b4dbfc1d0e34496f8fb7c7cd1f5608e5"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T12:16:14Z", "revision_number": 0, "id": "d083d625-e30d-4471-aa42-f7f3fc8c328d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T12:16:14Z", "security_group_id": "e81419cf-b95e-4732-aaad-e3432b8b2cbb", "tenant_id": "b4dbfc1d0e34496f8fb7c7cd1f5608e5", "port_range_min": null, "ethertype": "IPv4", "project_id": "b4dbfc1d0e34496f8fb7c7cd1f5608e5"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T12:16:14Z", "revision_number": 0, "id": "f6d9401b-38df-4edd-8f40-69a1466cf9bf", "remote_group_id": "e81419cf-b95e-4732-aaad-e3432b8b2cbb", "remote_ip_prefix": null, "created_at": "2018-09-04T12:16:14Z", "security_group_id": "e81419cf-b95e-4732-aaad-e3432b8b2cbb", "tenant_id": "b4dbfc1d0e34496f8fb7c7cd1f5608e5", "port_range_min": null, "ethertype": "IPv4", "project_id": "b4dbfc1d0e34496f8fb7c7cd1f5608e5"}], "revision_number": 4, "project_id": "b4dbfc1d0e34496f8fb7c7cd1f5608e5", "id": "e81419cf-b95e-4732-aaad-e3432b8b2cbb", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "c4b3a0f041ae4ca4803a4af225513ba4", "created_at": "2018-09-04T12:17:41Z", "updated_at": "2018-09-04T12:17:41Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T12:17:41Z", "revision_number": 0, "id": "6824685c-2b3f-4f22-866c-eb59012208ba", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T12:17:41Z", "security_group_id": "f9b8b6c9-4e98-454a-9292-c29271bcae95", "tenant_id": "c4b3a0f041ae4ca4803a4af225513ba4", "port_range_min": null, "ethertype": "IPv4", "project_id": "c4b3a0f041ae4ca4803a4af225513ba4"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T12:17:41Z", "revision_number": 0, "id": "87cee46a-3604-4dd1-adc1-d97d3419ae0c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T12:17:41Z", "security_group_id": "f9b8b6c9-4e98-454a-9292-c29271bcae95", "tenant_id": "c4b3a0f041ae4ca4803a4af225513ba4", "port_range_min": null, "ethertype": "IPv6", "project_id": "c4b3a0f041ae4ca4803a4af225513ba4"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T12:17:41Z", "revision_number": 0, "id": "e00cf838-51d7-462e-906c-37f4fb4d7181", "remote_group_id": "f9b8b6c9-4e98-454a-9292-c29271bcae95", "remote_ip_prefix": null, "created_at": "2018-09-04T12:17:41Z", "security_group_id": "f9b8b6c9-4e98-454a-9292-c29271bcae95", "tenant_id": "c4b3a0f041ae4ca4803a4af225513ba4", "port_range_min": null, "ethertype": "IPv6", "project_id": "c4b3a0f041ae4ca4803a4af225513ba4"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T12:17:41Z", "revision_number": 0, "id": "e024fd11-5aeb-4982-ae2b-589b9dd401b4", "remote_group_id": "f9b8b6c9-4e98-454a-9292-c29271bcae95", "remote_ip_prefix": null, "created_at": "2018-09-04T12:17:41Z", "security_group_id": "f9b8b6c9-4e98-454a-9292-c29271bcae95", "tenant_id": "c4b3a0f041ae4ca4803a4af225513ba4", "port_range_min": null, "ethertype": "IPv4", "project_id": "c4b3a0f041ae4ca4803a4af225513ba4"}], "revision_number": 4, "project_id": "c4b3a0f041ae4ca4803a4af225513ba4", "id": "f9b8b6c9-4e98-454a-9292-c29271bcae95", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "f2bd6f97bf95498993c0c8d4f6900483", "created_at": "2018-09-04T11:33:20Z", "updated_at": "2018-09-04T11:33:20Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T11:33:20Z", "revision_number": 0, "id": "4c75c440-963b-417c-bedf-82086417e68c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T11:33:20Z", "security_group_id": "fa4f989a-20d2-4218-a4cf-f17539ef1b27", "tenant_id": "f2bd6f97bf95498993c0c8d4f6900483", "port_range_min": null, "ethertype": "IPv6", "project_id": "f2bd6f97bf95498993c0c8d4f6900483"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T11:33:20Z", "revision_number": 0, "id": "9635b56a-1370-4f88-9df0-f0954055f960", "remote_group_id": "fa4f989a-20d2-4218-a4cf-f17539ef1b27", "remote_ip_prefix": null, "created_at": "2018-09-04T11:33:20Z", "security_group_id": "fa4f989a-20d2-4218-a4cf-f17539ef1b27", "tenant_id": "f2bd6f97bf95498993c0c8d4f6900483", "port_range_min": null, "ethertype": "IPv4", "project_id": "f2bd6f97bf95498993c0c8d4f6900483"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T11:33:20Z", "revision_number": 0, "id": "c7c730c6-ae66-4505-873b-c6dca4c55d95", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T11:33:20Z", "security_group_id": "fa4f989a-20d2-4218-a4cf-f17539ef1b27", "tenant_id": "f2bd6f97bf95498993c0c8d4f6900483", "port_range_min": null, "ethertype": "IPv4", "project_id": "f2bd6f97bf95498993c0c8d4f6900483"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T11:33:20Z", "revision_number": 0, "id": "df1fc864-f960-4a86-bd3d-950eac909690", "remote_group_id": "fa4f989a-20d2-4218-a4cf-f17539ef1b27", "remote_ip_prefix": null, "created_at": "2018-09-04T11:33:20Z", "security_group_id": "fa4f989a-20d2-4218-a4cf-f17539ef1b27", "tenant_id": "f2bd6f97bf95498993c0c8d4f6900483", "port_range_min": null, "ethertype": "IPv6", "project_id": "f2bd6f97bf95498993c0c8d4f6900483"}], "revision_number": 4, "project_id": "f2bd6f97bf95498993c0c8d4f6900483", "id": "fa4f989a-20d2-4218-a4cf-f17539ef1b27", "name": "default"}]} 2018-09-04 12:26:11,933 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups used request id req-e6d78f92-51f1-475a-bdcf-2aa46f919981 2018-09-04 12:26:11,937 - sdnvpn.lib.openstack_utils - INFO - Using existing security group 'sdnvpn-sg'... 2018-09-04 12:26:11,942 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9696/v2.0/security-group-rules -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}934494c21aee0b49cdd6113bbff1ad61191cfb8e" 2018-09-04 12:26:12,131 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 30994 X-Openstack-Request-Id: req-981ce36a-06e1-41bf-bbff-b2cbac629322 Date: Tue, 04 Sep 2018 12:26:12 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": "48bfa0ac-51ab-4c50-8f57-88ab4e0f17e1", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T10:36:52Z", "security_group_id": "48bfa0ac-51ab-4c50-8f57-88ab4e0f17e1", "port_range_min": null, "revision_number": 0, "tenant_id": "4ad41bc126174d318b5e7a8516fcf4af", "created_at": "2018-09-04T10:36:52Z", "project_id": "4ad41bc126174d318b5e7a8516fcf4af", "id": "072e055d-09a1-408a-9aa5-bbbb4ba26972"}, {"remote_group_id": "a0350fb5-7963-482b-9b06-fea838951872", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T10:22:45Z", "security_group_id": "a0350fb5-7963-482b-9b06-fea838951872", "port_range_min": null, "revision_number": 0, "tenant_id": "da1aa3dc9e564d3d922e61c0121a390e", "created_at": "2018-09-04T10:22:45Z", "project_id": "da1aa3dc9e564d3d922e61c0121a390e", "id": "0a310294-28cb-46e7-ab05-42129ac27199"}, {"remote_group_id": "7cbea362-0793-4d2f-877a-28c9a768aa36", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T11:01:31Z", "security_group_id": "7cbea362-0793-4d2f-877a-28c9a768aa36", "port_range_min": null, "revision_number": 0, "tenant_id": "e8b2daffe9fd4140890aa7b5c11b6bf1", "created_at": "2018-09-04T11:01:31Z", "project_id": "e8b2daffe9fd4140890aa7b5c11b6bf1", "id": "0d6f7c9c-cf09-4a67-b4e2-617055a1a145"}, {"remote_group_id": "7cbea362-0793-4d2f-877a-28c9a768aa36", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T11:01:31Z", "security_group_id": "7cbea362-0793-4d2f-877a-28c9a768aa36", "port_range_min": null, "revision_number": 0, "tenant_id": "e8b2daffe9fd4140890aa7b5c11b6bf1", "created_at": "2018-09-04T11:01:31Z", "project_id": "e8b2daffe9fd4140890aa7b5c11b6bf1", "id": "110b5e60-648e-4946-8cc2-56cf745b8284"}, {"remote_group_id": "ca40cc0b-e078-4535-b626-86e0c6339018", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T11:27:45Z", "security_group_id": "ca40cc0b-e078-4535-b626-86e0c6339018", "port_range_min": null, "revision_number": 0, "tenant_id": "ab8db2ecda7a4da79b1f0eed2104619d", "created_at": "2018-09-04T11:27:45Z", "project_id": "ab8db2ecda7a4da79b1f0eed2104619d", "id": "14b66247-ea83-40bd-9cf7-391b44cd8c60"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T12:16:14Z", "security_group_id": "e81419cf-b95e-4732-aaad-e3432b8b2cbb", "port_range_min": null, "revision_number": 0, "tenant_id": "b4dbfc1d0e34496f8fb7c7cd1f5608e5", "created_at": "2018-09-04T12:16:14Z", "project_id": "b4dbfc1d0e34496f8fb7c7cd1f5608e5", "id": "1b62a402-1c3a-4aa7-8049-b9198a3eb965"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T10:38:54Z", "security_group_id": "28b5af70-f489-4ee2-ace7-033a2638f61f", "port_range_min": null, "revision_number": 0, "tenant_id": "dd849fe9e11c435393e8fa6b997c6f1a", "created_at": "2018-09-04T10:38:54Z", "project_id": "dd849fe9e11c435393e8fa6b997c6f1a", "id": "1dfce8bf-6ac4-4572-9a10-3cf8047abe38"}, {"remote_group_id": null, "direction": "ingress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 80, "updated_at": "2018-09-04T12:22:59Z", "security_group_id": "aee4e203-f920-46bb-ac91-6898d944e253", "port_range_min": 80, "revision_number": 0, "tenant_id": "1e2f68a072b64978bd7ea91c2d64aca6", "created_at": "2018-09-04T12:22:59Z", "project_id": "1e2f68a072b64978bd7ea91c2d64aca6", "id": "24f2941b-e842-493e-9865-3b328b59d6b1"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T11:32:37Z", "security_group_id": "192a971a-2f30-4b8c-ada2-250ad4610488", "port_range_min": null, "revision_number": 0, "tenant_id": "5efe9645576d420f836c625864cab315", "created_at": "2018-09-04T11:32:37Z", "project_id": "5efe9645576d420f836c625864cab315", "id": "286e6a3a-dcb9-42e9-ad77-e4f716b2c63a"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T10:24:20Z", "security_group_id": "c1c896f2-3aa4-47ce-9d8a-695c2f3fb7a4", "port_range_min": null, "revision_number": 0, "tenant_id": "", "created_at": "2018-09-04T10:24:20Z", "project_id": "", "id": "2ea596f0-86ac-463c-b411-9ff94832a4d2"}, {"remote_group_id": "726a4fa4-547d-495f-8506-2692d1793ed7", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T10:36:01Z", "security_group_id": "726a4fa4-547d-495f-8506-2692d1793ed7", "port_range_min": null, "revision_number": 0, "tenant_id": "63ce1c38db314aae844c45218d595c6c", "created_at": "2018-09-04T10:36:01Z", "project_id": "63ce1c38db314aae844c45218d595c6c", "id": "3cc084b5-d5b8-441b-87e5-b96f6548adf0"}, {"remote_group_id": "a0350fb5-7963-482b-9b06-fea838951872", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T10:22:45Z", "security_group_id": "a0350fb5-7963-482b-9b06-fea838951872", "port_range_min": null, "revision_number": 0, "tenant_id": "da1aa3dc9e564d3d922e61c0121a390e", "created_at": "2018-09-04T10:22:45Z", "project_id": "da1aa3dc9e564d3d922e61c0121a390e", "id": "3e9c32e8-8527-472a-956b-e0426fc61806"}, {"remote_group_id": "ca40cc0b-e078-4535-b626-86e0c6339018", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T11:27:45Z", "security_group_id": "ca40cc0b-e078-4535-b626-86e0c6339018", "port_range_min": null, "revision_number": 0, "tenant_id": "ab8db2ecda7a4da79b1f0eed2104619d", "created_at": "2018-09-04T11:27:45Z", "project_id": "ab8db2ecda7a4da79b1f0eed2104619d", "id": "427d984e-c10f-4435-8c54-6e7abd4dfb04"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T11:01:31Z", "security_group_id": "7cbea362-0793-4d2f-877a-28c9a768aa36", "port_range_min": null, "revision_number": 0, "tenant_id": "e8b2daffe9fd4140890aa7b5c11b6bf1", "created_at": "2018-09-04T11:01:31Z", "project_id": "e8b2daffe9fd4140890aa7b5c11b6bf1", "id": "4608dd30-b5b8-43b8-8da6-93ca9876e218"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T10:10:44Z", "security_group_id": "4eb60975-feab-4b85-9171-1c970d3680f7", "port_range_min": null, "revision_number": 0, "tenant_id": "18025ed81c804927a1f0e0e0ba20836f", "created_at": "2018-09-04T10:10:44Z", "project_id": "18025ed81c804927a1f0e0e0ba20836f", "id": "4987cdc7-3c69-4296-b962-dfcdfe2af09e"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T11:33:20Z", "security_group_id": "fa4f989a-20d2-4218-a4cf-f17539ef1b27", "port_range_min": null, "revision_number": 0, "tenant_id": "f2bd6f97bf95498993c0c8d4f6900483", "created_at": "2018-09-04T11:33:20Z", "project_id": "f2bd6f97bf95498993c0c8d4f6900483", "id": "4c75c440-963b-417c-bedf-82086417e68c"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T12:22:58Z", "security_group_id": "aee4e203-f920-46bb-ac91-6898d944e253", "port_range_min": null, "revision_number": 0, "tenant_id": "1e2f68a072b64978bd7ea91c2d64aca6", "created_at": "2018-09-04T12:22:58Z", "project_id": "1e2f68a072b64978bd7ea91c2d64aca6", "id": "4dec3f1a-54e2-4cd3-ba28-c5bf40300f5c"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T10:36:52Z", "security_group_id": "48bfa0ac-51ab-4c50-8f57-88ab4e0f17e1", "port_range_min": null, "revision_number": 0, "tenant_id": "4ad41bc126174d318b5e7a8516fcf4af", "created_at": "2018-09-04T10:36:52Z", "project_id": "4ad41bc126174d318b5e7a8516fcf4af", "id": "519e417e-8aaa-4012-ade2-01ed5d67c268"}, {"remote_group_id": "28b5af70-f489-4ee2-ace7-033a2638f61f", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T10:38:54Z", "security_group_id": "28b5af70-f489-4ee2-ace7-033a2638f61f", "port_range_min": null, "revision_number": 0, "tenant_id": "dd849fe9e11c435393e8fa6b997c6f1a", "created_at": "2018-09-04T10:38:54Z", "project_id": "dd849fe9e11c435393e8fa6b997c6f1a", "id": "52762ccc-58e2-4528-b0fa-460556eae58e"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T10:22:45Z", "security_group_id": "a0350fb5-7963-482b-9b06-fea838951872", "port_range_min": null, "revision_number": 0, "tenant_id": "da1aa3dc9e564d3d922e61c0121a390e", "created_at": "2018-09-04T10:22:45Z", "project_id": "da1aa3dc9e564d3d922e61c0121a390e", "id": "5d2caf42-b02e-4256-9265-4a0c49451d50"}, {"remote_group_id": "4eb60975-feab-4b85-9171-1c970d3680f7", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T10:10:44Z", "security_group_id": "4eb60975-feab-4b85-9171-1c970d3680f7", "port_range_min": null, "revision_number": 0, "tenant_id": "18025ed81c804927a1f0e0e0ba20836f", "created_at": "2018-09-04T10:10:44Z", "project_id": "18025ed81c804927a1f0e0e0ba20836f", "id": "6278c51b-2852-4d07-abf1-4545e40daadb"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T11:27:45Z", "security_group_id": "ca40cc0b-e078-4535-b626-86e0c6339018", "port_range_min": null, "revision_number": 0, "tenant_id": "ab8db2ecda7a4da79b1f0eed2104619d", "created_at": "2018-09-04T11:27:45Z", "project_id": "ab8db2ecda7a4da79b1f0eed2104619d", "id": "644bef6e-a7b1-4cc2-af4e-4cd069ef634e"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T12:17:41Z", "security_group_id": "f9b8b6c9-4e98-454a-9292-c29271bcae95", "port_range_min": null, "revision_number": 0, "tenant_id": "c4b3a0f041ae4ca4803a4af225513ba4", "created_at": "2018-09-04T12:17:41Z", "project_id": "c4b3a0f041ae4ca4803a4af225513ba4", "id": "6824685c-2b3f-4f22-866c-eb59012208ba"}, {"remote_group_id": null, "direction": "ingress", "protocol": "icmp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T12:22:58Z", "security_group_id": "aee4e203-f920-46bb-ac91-6898d944e253", "port_range_min": null, "revision_number": 0, "tenant_id": "1e2f68a072b64978bd7ea91c2d64aca6", "created_at": "2018-09-04T12:22:58Z", "project_id": "1e2f68a072b64978bd7ea91c2d64aca6", "id": "6843e041-8fe8-4e66-8acb-d325fa1f98c1"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T11:32:48Z", "security_group_id": "65ec5024-dcc3-4217-b8f2-108a9317d297", "port_range_min": null, "revision_number": 0, "tenant_id": "1e2f68a072b64978bd7ea91c2d64aca6", "created_at": "2018-09-04T11:32:48Z", "project_id": "1e2f68a072b64978bd7ea91c2d64aca6", "id": "6883b42d-5963-4725-8ab3-74f524dadded"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T10:40:09Z", "security_group_id": "11e5a0db-4cc0-49c0-8f70-0d3b80d1fcf3", "port_range_min": null, "revision_number": 0, "tenant_id": "14e46315a5e14e95a6bd31ddd3090094", "created_at": "2018-09-04T10:40:09Z", "project_id": "14e46315a5e14e95a6bd31ddd3090094", "id": "6908c152-7d26-43c3-9724-69b9e26fbd52"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T10:40:09Z", "security_group_id": "11e5a0db-4cc0-49c0-8f70-0d3b80d1fcf3", "port_range_min": null, "revision_number": 0, "tenant_id": "14e46315a5e14e95a6bd31ddd3090094", "created_at": "2018-09-04T10:40:09Z", "project_id": "14e46315a5e14e95a6bd31ddd3090094", "id": "72e1f6f9-6732-4dc2-8abd-454d44204be2"}, {"remote_group_id": "28b5af70-f489-4ee2-ace7-033a2638f61f", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T10:38:54Z", "security_group_id": "28b5af70-f489-4ee2-ace7-033a2638f61f", "port_range_min": null, "revision_number": 0, "tenant_id": "dd849fe9e11c435393e8fa6b997c6f1a", "created_at": "2018-09-04T10:38:54Z", "project_id": "dd849fe9e11c435393e8fa6b997c6f1a", "id": "739d52c4-a9f2-4027-aca7-2082fee6f6f0"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T10:36:52Z", "security_group_id": "48bfa0ac-51ab-4c50-8f57-88ab4e0f17e1", "port_range_min": null, "revision_number": 0, "tenant_id": "4ad41bc126174d318b5e7a8516fcf4af", "created_at": "2018-09-04T10:36:52Z", "project_id": "4ad41bc126174d318b5e7a8516fcf4af", "id": "7440170e-04e2-412b-b3af-3ba203e43ec0"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T12:22:58Z", "security_group_id": "aee4e203-f920-46bb-ac91-6898d944e253", "port_range_min": null, "revision_number": 0, "tenant_id": "1e2f68a072b64978bd7ea91c2d64aca6", "created_at": "2018-09-04T12:22:58Z", "project_id": "1e2f68a072b64978bd7ea91c2d64aca6", "id": "83ced0ab-b5b1-4a6b-915f-ceed01ac608d"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T11:27:45Z", "security_group_id": "ca40cc0b-e078-4535-b626-86e0c6339018", "port_range_min": null, "revision_number": 0, "tenant_id": "ab8db2ecda7a4da79b1f0eed2104619d", "created_at": "2018-09-04T11:27:45Z", "project_id": "ab8db2ecda7a4da79b1f0eed2104619d", "id": "84c32cbd-0db7-41ca-9e15-9ea28ade36f9"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T12:17:41Z", "security_group_id": "f9b8b6c9-4e98-454a-9292-c29271bcae95", "port_range_min": null, "revision_number": 0, "tenant_id": "c4b3a0f041ae4ca4803a4af225513ba4", "created_at": "2018-09-04T12:17:41Z", "project_id": "c4b3a0f041ae4ca4803a4af225513ba4", "id": "87cee46a-3604-4dd1-adc1-d97d3419ae0c"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T10:36:01Z", "security_group_id": "726a4fa4-547d-495f-8506-2692d1793ed7", "port_range_min": null, "revision_number": 0, "tenant_id": "63ce1c38db314aae844c45218d595c6c", "created_at": "2018-09-04T10:36:01Z", "project_id": "63ce1c38db314aae844c45218d595c6c", "id": "886448b7-2e0a-4f88-9e2c-57aaa06a9e95"}, {"remote_group_id": "192a971a-2f30-4b8c-ada2-250ad4610488", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T11:32:37Z", "security_group_id": "192a971a-2f30-4b8c-ada2-250ad4610488", "port_range_min": null, "revision_number": 0, "tenant_id": "5efe9645576d420f836c625864cab315", "created_at": "2018-09-04T11:32:37Z", "project_id": "5efe9645576d420f836c625864cab315", "id": "8c17cb0b-10d0-498a-a484-63ec46a70838"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T10:24:20Z", "security_group_id": "c1c896f2-3aa4-47ce-9d8a-695c2f3fb7a4", "port_range_min": null, "revision_number": 0, "tenant_id": "", "created_at": "2018-09-04T10:24:20Z", "project_id": "", "id": "95325a12-195c-43ac-a360-a2e3e0e66934"}, {"remote_group_id": "fa4f989a-20d2-4218-a4cf-f17539ef1b27", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T11:33:20Z", "security_group_id": "fa4f989a-20d2-4218-a4cf-f17539ef1b27", "port_range_min": null, "revision_number": 0, "tenant_id": "f2bd6f97bf95498993c0c8d4f6900483", "created_at": "2018-09-04T11:33:20Z", "project_id": "f2bd6f97bf95498993c0c8d4f6900483", "id": "9635b56a-1370-4f88-9df0-f0954055f960"}, {"remote_group_id": "192a971a-2f30-4b8c-ada2-250ad4610488", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T11:32:37Z", "security_group_id": "192a971a-2f30-4b8c-ada2-250ad4610488", "port_range_min": null, "revision_number": 0, "tenant_id": "5efe9645576d420f836c625864cab315", "created_at": "2018-09-04T11:32:37Z", "project_id": "5efe9645576d420f836c625864cab315", "id": "9c400401-2250-4fc8-a780-dba2a73d410b"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T10:36:01Z", "security_group_id": "726a4fa4-547d-495f-8506-2692d1793ed7", "port_range_min": null, "revision_number": 0, "tenant_id": "63ce1c38db314aae844c45218d595c6c", "created_at": "2018-09-04T10:36:01Z", "project_id": "63ce1c38db314aae844c45218d595c6c", "id": "a0477c48-e14e-4b9b-af17-a26d3304a1d9"}, {"remote_group_id": null, "direction": "ingress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 22, "updated_at": "2018-09-04T12:22:58Z", "security_group_id": "aee4e203-f920-46bb-ac91-6898d944e253", "port_range_min": 22, "revision_number": 0, "tenant_id": "1e2f68a072b64978bd7ea91c2d64aca6", "created_at": "2018-09-04T12:22:58Z", "project_id": "1e2f68a072b64978bd7ea91c2d64aca6", "id": "a537f243-1e42-435d-9bbd-5763e7fba9b5"}, {"remote_group_id": "e81419cf-b95e-4732-aaad-e3432b8b2cbb", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T12:16:14Z", "security_group_id": "e81419cf-b95e-4732-aaad-e3432b8b2cbb", "port_range_min": null, "revision_number": 0, "tenant_id": "b4dbfc1d0e34496f8fb7c7cd1f5608e5", "created_at": "2018-09-04T12:16:14Z", "project_id": "b4dbfc1d0e34496f8fb7c7cd1f5608e5", "id": "a8815e70-65ec-4dd7-8b9f-aa8f1609eb4f"}, {"remote_group_id": "c1c896f2-3aa4-47ce-9d8a-695c2f3fb7a4", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T10:24:20Z", "security_group_id": "c1c896f2-3aa4-47ce-9d8a-695c2f3fb7a4", "port_range_min": null, "revision_number": 0, "tenant_id": "", "created_at": "2018-09-04T10:24:20Z", "project_id": "", "id": "aa58bb28-c625-4096-800e-8a443d41f02a"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T11:01:31Z", "security_group_id": "7cbea362-0793-4d2f-877a-28c9a768aa36", "port_range_min": null, "revision_number": 0, "tenant_id": "e8b2daffe9fd4140890aa7b5c11b6bf1", "created_at": "2018-09-04T11:01:31Z", "project_id": "e8b2daffe9fd4140890aa7b5c11b6bf1", "id": "b59707f1-2706-455a-8d39-eaea3265a9b8"}, {"remote_group_id": "48bfa0ac-51ab-4c50-8f57-88ab4e0f17e1", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T10:36:52Z", "security_group_id": "48bfa0ac-51ab-4c50-8f57-88ab4e0f17e1", "port_range_min": null, "revision_number": 0, "tenant_id": "4ad41bc126174d318b5e7a8516fcf4af", "created_at": "2018-09-04T10:36:52Z", "project_id": "4ad41bc126174d318b5e7a8516fcf4af", "id": "b5b6d93e-a8d1-4a65-92be-995bd9ce8f00"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T10:38:54Z", "security_group_id": "28b5af70-f489-4ee2-ace7-033a2638f61f", "port_range_min": null, "revision_number": 0, "tenant_id": "dd849fe9e11c435393e8fa6b997c6f1a", "created_at": "2018-09-04T10:38:54Z", "project_id": "dd849fe9e11c435393e8fa6b997c6f1a", "id": "ba2b9932-d9ab-4b40-a7e5-6773147a93a7"}, {"remote_group_id": "11e5a0db-4cc0-49c0-8f70-0d3b80d1fcf3", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T10:40:09Z", "security_group_id": "11e5a0db-4cc0-49c0-8f70-0d3b80d1fcf3", "port_range_min": null, "revision_number": 0, "tenant_id": "14e46315a5e14e95a6bd31ddd3090094", "created_at": "2018-09-04T10:40:09Z", "project_id": "14e46315a5e14e95a6bd31ddd3090094", "id": "bfc26f71-b897-431e-a36e-ea1e8e983c87"}, {"remote_group_id": "c1c896f2-3aa4-47ce-9d8a-695c2f3fb7a4", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T10:24:20Z", "security_group_id": "c1c896f2-3aa4-47ce-9d8a-695c2f3fb7a4", "port_range_min": null, "revision_number": 0, "tenant_id": "", "created_at": "2018-09-04T10:24:20Z", "project_id": "", "id": "c66f070f-ca83-4ef4-bb72-07224113f248"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T11:33:20Z", "security_group_id": "fa4f989a-20d2-4218-a4cf-f17539ef1b27", "port_range_min": null, "revision_number": 0, "tenant_id": "f2bd6f97bf95498993c0c8d4f6900483", "created_at": "2018-09-04T11:33:20Z", "project_id": "f2bd6f97bf95498993c0c8d4f6900483", "id": "c7c730c6-ae66-4505-873b-c6dca4c55d95"}, {"remote_group_id": "65ec5024-dcc3-4217-b8f2-108a9317d297", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T11:32:48Z", "security_group_id": "65ec5024-dcc3-4217-b8f2-108a9317d297", "port_range_min": null, "revision_number": 0, "tenant_id": "1e2f68a072b64978bd7ea91c2d64aca6", "created_at": "2018-09-04T11:32:48Z", "project_id": "1e2f68a072b64978bd7ea91c2d64aca6", "id": "c897b842-d54c-452b-8b98-fef214182ff7"}, {"remote_group_id": "11e5a0db-4cc0-49c0-8f70-0d3b80d1fcf3", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T10:40:09Z", "security_group_id": "11e5a0db-4cc0-49c0-8f70-0d3b80d1fcf3", "port_range_min": null, "revision_number": 0, "tenant_id": "14e46315a5e14e95a6bd31ddd3090094", "created_at": "2018-09-04T10:40:09Z", "project_id": "14e46315a5e14e95a6bd31ddd3090094", "id": "c9d53d5b-6c82-4199-b405-f8e7101cc589"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T12:16:14Z", "security_group_id": "e81419cf-b95e-4732-aaad-e3432b8b2cbb", "port_range_min": null, "revision_number": 0, "tenant_id": "b4dbfc1d0e34496f8fb7c7cd1f5608e5", "created_at": "2018-09-04T12:16:14Z", "project_id": "b4dbfc1d0e34496f8fb7c7cd1f5608e5", "id": "d083d625-e30d-4471-aa42-f7f3fc8c328d"}, {"remote_group_id": "4eb60975-feab-4b85-9171-1c970d3680f7", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T10:10:44Z", "security_group_id": "4eb60975-feab-4b85-9171-1c970d3680f7", "port_range_min": null, "revision_number": 0, "tenant_id": "18025ed81c804927a1f0e0e0ba20836f", "created_at": "2018-09-04T10:10:44Z", "project_id": "18025ed81c804927a1f0e0e0ba20836f", "id": "dd2062ca-238a-4ae8-8397-ca60210bbde5"}, {"remote_group_id": "fa4f989a-20d2-4218-a4cf-f17539ef1b27", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T11:33:20Z", "security_group_id": "fa4f989a-20d2-4218-a4cf-f17539ef1b27", "port_range_min": null, "revision_number": 0, "tenant_id": "f2bd6f97bf95498993c0c8d4f6900483", "created_at": "2018-09-04T11:33:20Z", "project_id": "f2bd6f97bf95498993c0c8d4f6900483", "id": "df1fc864-f960-4a86-bd3d-950eac909690"}, {"remote_group_id": "f9b8b6c9-4e98-454a-9292-c29271bcae95", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T12:17:41Z", "security_group_id": "f9b8b6c9-4e98-454a-9292-c29271bcae95", "port_range_min": null, "revision_number": 0, "tenant_id": "c4b3a0f041ae4ca4803a4af225513ba4", "created_at": "2018-09-04T12:17:41Z", "project_id": "c4b3a0f041ae4ca4803a4af225513ba4", "id": "e00cf838-51d7-462e-906c-37f4fb4d7181"}, {"remote_group_id": "f9b8b6c9-4e98-454a-9292-c29271bcae95", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T12:17:41Z", "security_group_id": "f9b8b6c9-4e98-454a-9292-c29271bcae95", "port_range_min": null, "revision_number": 0, "tenant_id": "c4b3a0f041ae4ca4803a4af225513ba4", "created_at": "2018-09-04T12:17:41Z", "project_id": "c4b3a0f041ae4ca4803a4af225513ba4", "id": "e024fd11-5aeb-4982-ae2b-589b9dd401b4"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T10:22:45Z", "security_group_id": "a0350fb5-7963-482b-9b06-fea838951872", "port_range_min": null, "revision_number": 0, "tenant_id": "da1aa3dc9e564d3d922e61c0121a390e", "created_at": "2018-09-04T10:22:45Z", "project_id": "da1aa3dc9e564d3d922e61c0121a390e", "id": "e17daf2d-5508-45e7-9ba3-14bcd176789e"}, {"remote_group_id": "65ec5024-dcc3-4217-b8f2-108a9317d297", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T11:32:48Z", "security_group_id": "65ec5024-dcc3-4217-b8f2-108a9317d297", "port_range_min": null, "revision_number": 0, "tenant_id": "1e2f68a072b64978bd7ea91c2d64aca6", "created_at": "2018-09-04T11:32:48Z", "project_id": "1e2f68a072b64978bd7ea91c2d64aca6", "id": "e8f14af0-f0a2-442a-a2f6-f9426816d3a7"}, {"remote_group_id": null, "direction": "egress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 22, "updated_at": "2018-09-04T12:22:59Z", "security_group_id": "aee4e203-f920-46bb-ac91-6898d944e253", "port_range_min": 22, "revision_number": 0, "tenant_id": "1e2f68a072b64978bd7ea91c2d64aca6", "created_at": "2018-09-04T12:22:59Z", "project_id": "1e2f68a072b64978bd7ea91c2d64aca6", "id": "ea486981-bdcb-407e-afae-54091ff51e8d"}, {"remote_group_id": "726a4fa4-547d-495f-8506-2692d1793ed7", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T10:36:01Z", "security_group_id": "726a4fa4-547d-495f-8506-2692d1793ed7", "port_range_min": null, "revision_number": 0, "tenant_id": "63ce1c38db314aae844c45218d595c6c", "created_at": "2018-09-04T10:36:01Z", "project_id": "63ce1c38db314aae844c45218d595c6c", "id": "f1d26eba-07e3-4a87-a74e-10f7d2d051a4"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T10:10:44Z", "security_group_id": "4eb60975-feab-4b85-9171-1c970d3680f7", "port_range_min": null, "revision_number": 0, "tenant_id": "18025ed81c804927a1f0e0e0ba20836f", "created_at": "2018-09-04T10:10:44Z", "project_id": "18025ed81c804927a1f0e0e0ba20836f", "id": "f5388a44-6a0f-4e22-bd76-f4873903daf0"}, {"remote_group_id": "e81419cf-b95e-4732-aaad-e3432b8b2cbb", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T12:16:14Z", "security_group_id": "e81419cf-b95e-4732-aaad-e3432b8b2cbb", "port_range_min": null, "revision_number": 0, "tenant_id": "b4dbfc1d0e34496f8fb7c7cd1f5608e5", "created_at": "2018-09-04T12:16:14Z", "project_id": "b4dbfc1d0e34496f8fb7c7cd1f5608e5", "id": "f6d9401b-38df-4edd-8f40-69a1466cf9bf"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T11:32:37Z", "security_group_id": "192a971a-2f30-4b8c-ada2-250ad4610488", "port_range_min": null, "revision_number": 0, "tenant_id": "5efe9645576d420f836c625864cab315", "created_at": "2018-09-04T11:32:37Z", "project_id": "5efe9645576d420f836c625864cab315", "id": "f72c6a04-9fd4-4b0e-b79b-679d59ca2789"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T11:32:48Z", "security_group_id": "65ec5024-dcc3-4217-b8f2-108a9317d297", "port_range_min": null, "revision_number": 0, "tenant_id": "1e2f68a072b64978bd7ea91c2d64aca6", "created_at": "2018-09-04T11:32:48Z", "project_id": "1e2f68a072b64978bd7ea91c2d64aca6", "id": "fa2a69b0-056f-4e69-9b7e-515411ee93e4"}]} 2018-09-04 12:26:12,131 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules used request id req-981ce36a-06e1-41bf-bbff-b2cbac629322 2018-09-04 12:26:12,133 - sdnvpn_test_utils - INFO - This rule exists for security group: aee4e203-f920-46bb-ac91-6898d944e253 2018-09-04 12:26:12,136 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9696/v2.0/security-group-rules -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}934494c21aee0b49cdd6113bbff1ad61191cfb8e" 2018-09-04 12:26:12,345 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 30994 X-Openstack-Request-Id: req-a868a0fd-e23b-41f3-9fe7-69b34cbb42f5 Date: Tue, 04 Sep 2018 12:26:12 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": "48bfa0ac-51ab-4c50-8f57-88ab4e0f17e1", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T10:36:52Z", "security_group_id": "48bfa0ac-51ab-4c50-8f57-88ab4e0f17e1", "port_range_min": null, "revision_number": 0, "tenant_id": "4ad41bc126174d318b5e7a8516fcf4af", "created_at": "2018-09-04T10:36:52Z", "project_id": "4ad41bc126174d318b5e7a8516fcf4af", "id": "072e055d-09a1-408a-9aa5-bbbb4ba26972"}, {"remote_group_id": "a0350fb5-7963-482b-9b06-fea838951872", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T10:22:45Z", "security_group_id": "a0350fb5-7963-482b-9b06-fea838951872", "port_range_min": null, "revision_number": 0, "tenant_id": "da1aa3dc9e564d3d922e61c0121a390e", "created_at": "2018-09-04T10:22:45Z", "project_id": "da1aa3dc9e564d3d922e61c0121a390e", "id": "0a310294-28cb-46e7-ab05-42129ac27199"}, {"remote_group_id": "7cbea362-0793-4d2f-877a-28c9a768aa36", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T11:01:31Z", "security_group_id": "7cbea362-0793-4d2f-877a-28c9a768aa36", "port_range_min": null, "revision_number": 0, "tenant_id": "e8b2daffe9fd4140890aa7b5c11b6bf1", "created_at": "2018-09-04T11:01:31Z", "project_id": "e8b2daffe9fd4140890aa7b5c11b6bf1", "id": "0d6f7c9c-cf09-4a67-b4e2-617055a1a145"}, {"remote_group_id": "7cbea362-0793-4d2f-877a-28c9a768aa36", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T11:01:31Z", "security_group_id": "7cbea362-0793-4d2f-877a-28c9a768aa36", "port_range_min": null, "revision_number": 0, "tenant_id": "e8b2daffe9fd4140890aa7b5c11b6bf1", "created_at": "2018-09-04T11:01:31Z", "project_id": "e8b2daffe9fd4140890aa7b5c11b6bf1", "id": "110b5e60-648e-4946-8cc2-56cf745b8284"}, {"remote_group_id": "ca40cc0b-e078-4535-b626-86e0c6339018", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T11:27:45Z", "security_group_id": "ca40cc0b-e078-4535-b626-86e0c6339018", "port_range_min": null, "revision_number": 0, "tenant_id": "ab8db2ecda7a4da79b1f0eed2104619d", "created_at": "2018-09-04T11:27:45Z", "project_id": "ab8db2ecda7a4da79b1f0eed2104619d", "id": "14b66247-ea83-40bd-9cf7-391b44cd8c60"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T12:16:14Z", "security_group_id": "e81419cf-b95e-4732-aaad-e3432b8b2cbb", "port_range_min": null, "revision_number": 0, "tenant_id": "b4dbfc1d0e34496f8fb7c7cd1f5608e5", "created_at": "2018-09-04T12:16:14Z", "project_id": "b4dbfc1d0e34496f8fb7c7cd1f5608e5", "id": "1b62a402-1c3a-4aa7-8049-b9198a3eb965"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T10:38:54Z", "security_group_id": "28b5af70-f489-4ee2-ace7-033a2638f61f", "port_range_min": null, "revision_number": 0, "tenant_id": "dd849fe9e11c435393e8fa6b997c6f1a", "created_at": "2018-09-04T10:38:54Z", "project_id": "dd849fe9e11c435393e8fa6b997c6f1a", "id": "1dfce8bf-6ac4-4572-9a10-3cf8047abe38"}, {"remote_group_id": null, "direction": "ingress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 80, "updated_at": "2018-09-04T12:22:59Z", "security_group_id": "aee4e203-f920-46bb-ac91-6898d944e253", "port_range_min": 80, "revision_number": 0, "tenant_id": "1e2f68a072b64978bd7ea91c2d64aca6", "created_at": "2018-09-04T12:22:59Z", "project_id": "1e2f68a072b64978bd7ea91c2d64aca6", "id": "24f2941b-e842-493e-9865-3b328b59d6b1"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T11:32:37Z", "security_group_id": "192a971a-2f30-4b8c-ada2-250ad4610488", "port_range_min": null, "revision_number": 0, "tenant_id": "5efe9645576d420f836c625864cab315", "created_at": "2018-09-04T11:32:37Z", "project_id": "5efe9645576d420f836c625864cab315", "id": "286e6a3a-dcb9-42e9-ad77-e4f716b2c63a"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T10:24:20Z", "security_group_id": "c1c896f2-3aa4-47ce-9d8a-695c2f3fb7a4", "port_range_min": null, "revision_number": 0, "tenant_id": "", "created_at": "2018-09-04T10:24:20Z", "project_id": "", "id": "2ea596f0-86ac-463c-b411-9ff94832a4d2"}, {"remote_group_id": "726a4fa4-547d-495f-8506-2692d1793ed7", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T10:36:01Z", "security_group_id": "726a4fa4-547d-495f-8506-2692d1793ed7", "port_range_min": null, "revision_number": 0, "tenant_id": "63ce1c38db314aae844c45218d595c6c", "created_at": "2018-09-04T10:36:01Z", "project_id": "63ce1c38db314aae844c45218d595c6c", "id": "3cc084b5-d5b8-441b-87e5-b96f6548adf0"}, {"remote_group_id": "a0350fb5-7963-482b-9b06-fea838951872", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T10:22:45Z", "security_group_id": "a0350fb5-7963-482b-9b06-fea838951872", "port_range_min": null, "revision_number": 0, "tenant_id": "da1aa3dc9e564d3d922e61c0121a390e", "created_at": "2018-09-04T10:22:45Z", "project_id": "da1aa3dc9e564d3d922e61c0121a390e", "id": "3e9c32e8-8527-472a-956b-e0426fc61806"}, {"remote_group_id": "ca40cc0b-e078-4535-b626-86e0c6339018", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T11:27:45Z", "security_group_id": "ca40cc0b-e078-4535-b626-86e0c6339018", "port_range_min": null, "revision_number": 0, "tenant_id": "ab8db2ecda7a4da79b1f0eed2104619d", "created_at": "2018-09-04T11:27:45Z", "project_id": "ab8db2ecda7a4da79b1f0eed2104619d", "id": "427d984e-c10f-4435-8c54-6e7abd4dfb04"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T11:01:31Z", "security_group_id": "7cbea362-0793-4d2f-877a-28c9a768aa36", "port_range_min": null, "revision_number": 0, "tenant_id": "e8b2daffe9fd4140890aa7b5c11b6bf1", "created_at": "2018-09-04T11:01:31Z", "project_id": "e8b2daffe9fd4140890aa7b5c11b6bf1", "id": "4608dd30-b5b8-43b8-8da6-93ca9876e218"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T10:10:44Z", "security_group_id": "4eb60975-feab-4b85-9171-1c970d3680f7", "port_range_min": null, "revision_number": 0, "tenant_id": "18025ed81c804927a1f0e0e0ba20836f", "created_at": "2018-09-04T10:10:44Z", "project_id": "18025ed81c804927a1f0e0e0ba20836f", "id": "4987cdc7-3c69-4296-b962-dfcdfe2af09e"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T11:33:20Z", "security_group_id": "fa4f989a-20d2-4218-a4cf-f17539ef1b27", "port_range_min": null, "revision_number": 0, "tenant_id": "f2bd6f97bf95498993c0c8d4f6900483", "created_at": "2018-09-04T11:33:20Z", "project_id": "f2bd6f97bf95498993c0c8d4f6900483", "id": "4c75c440-963b-417c-bedf-82086417e68c"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T12:22:58Z", "security_group_id": "aee4e203-f920-46bb-ac91-6898d944e253", "port_range_min": null, "revision_number": 0, "tenant_id": "1e2f68a072b64978bd7ea91c2d64aca6", "created_at": "2018-09-04T12:22:58Z", "project_id": "1e2f68a072b64978bd7ea91c2d64aca6", "id": "4dec3f1a-54e2-4cd3-ba28-c5bf40300f5c"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T10:36:52Z", "security_group_id": "48bfa0ac-51ab-4c50-8f57-88ab4e0f17e1", "port_range_min": null, "revision_number": 0, "tenant_id": "4ad41bc126174d318b5e7a8516fcf4af", "created_at": "2018-09-04T10:36:52Z", "project_id": "4ad41bc126174d318b5e7a8516fcf4af", "id": "519e417e-8aaa-4012-ade2-01ed5d67c268"}, {"remote_group_id": "28b5af70-f489-4ee2-ace7-033a2638f61f", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T10:38:54Z", "security_group_id": "28b5af70-f489-4ee2-ace7-033a2638f61f", "port_range_min": null, "revision_number": 0, "tenant_id": "dd849fe9e11c435393e8fa6b997c6f1a", "created_at": "2018-09-04T10:38:54Z", "project_id": "dd849fe9e11c435393e8fa6b997c6f1a", "id": "52762ccc-58e2-4528-b0fa-460556eae58e"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T10:22:45Z", "security_group_id": "a0350fb5-7963-482b-9b06-fea838951872", "port_range_min": null, "revision_number": 0, "tenant_id": "da1aa3dc9e564d3d922e61c0121a390e", "created_at": "2018-09-04T10:22:45Z", "project_id": "da1aa3dc9e564d3d922e61c0121a390e", "id": "5d2caf42-b02e-4256-9265-4a0c49451d50"}, {"remote_group_id": "4eb60975-feab-4b85-9171-1c970d3680f7", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T10:10:44Z", "security_group_id": "4eb60975-feab-4b85-9171-1c970d3680f7", "port_range_min": null, "revision_number": 0, "tenant_id": "18025ed81c804927a1f0e0e0ba20836f", "created_at": "2018-09-04T10:10:44Z", "project_id": "18025ed81c804927a1f0e0e0ba20836f", "id": "6278c51b-2852-4d07-abf1-4545e40daadb"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T11:27:45Z", "security_group_id": "ca40cc0b-e078-4535-b626-86e0c6339018", "port_range_min": null, "revision_number": 0, "tenant_id": "ab8db2ecda7a4da79b1f0eed2104619d", "created_at": "2018-09-04T11:27:45Z", "project_id": "ab8db2ecda7a4da79b1f0eed2104619d", "id": "644bef6e-a7b1-4cc2-af4e-4cd069ef634e"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T12:17:41Z", "security_group_id": "f9b8b6c9-4e98-454a-9292-c29271bcae95", "port_range_min": null, "revision_number": 0, "tenant_id": "c4b3a0f041ae4ca4803a4af225513ba4", "created_at": "2018-09-04T12:17:41Z", "project_id": "c4b3a0f041ae4ca4803a4af225513ba4", "id": "6824685c-2b3f-4f22-866c-eb59012208ba"}, {"remote_group_id": null, "direction": "ingress", "protocol": "icmp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T12:22:58Z", "security_group_id": "aee4e203-f920-46bb-ac91-6898d944e253", "port_range_min": null, "revision_number": 0, "tenant_id": "1e2f68a072b64978bd7ea91c2d64aca6", "created_at": "2018-09-04T12:22:58Z", "project_id": "1e2f68a072b64978bd7ea91c2d64aca6", "id": "6843e041-8fe8-4e66-8acb-d325fa1f98c1"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T11:32:48Z", "security_group_id": "65ec5024-dcc3-4217-b8f2-108a9317d297", "port_range_min": null, "revision_number": 0, "tenant_id": "1e2f68a072b64978bd7ea91c2d64aca6", "created_at": "2018-09-04T11:32:48Z", "project_id": "1e2f68a072b64978bd7ea91c2d64aca6", "id": "6883b42d-5963-4725-8ab3-74f524dadded"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T10:40:09Z", "security_group_id": "11e5a0db-4cc0-49c0-8f70-0d3b80d1fcf3", "port_range_min": null, "revision_number": 0, "tenant_id": "14e46315a5e14e95a6bd31ddd3090094", "created_at": "2018-09-04T10:40:09Z", "project_id": "14e46315a5e14e95a6bd31ddd3090094", "id": "6908c152-7d26-43c3-9724-69b9e26fbd52"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T10:40:09Z", "security_group_id": "11e5a0db-4cc0-49c0-8f70-0d3b80d1fcf3", "port_range_min": null, "revision_number": 0, "tenant_id": "14e46315a5e14e95a6bd31ddd3090094", "created_at": "2018-09-04T10:40:09Z", "project_id": "14e46315a5e14e95a6bd31ddd3090094", "id": "72e1f6f9-6732-4dc2-8abd-454d44204be2"}, {"remote_group_id": "28b5af70-f489-4ee2-ace7-033a2638f61f", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T10:38:54Z", "security_group_id": "28b5af70-f489-4ee2-ace7-033a2638f61f", "port_range_min": null, "revision_number": 0, "tenant_id": "dd849fe9e11c435393e8fa6b997c6f1a", "created_at": "2018-09-04T10:38:54Z", "project_id": "dd849fe9e11c435393e8fa6b997c6f1a", "id": "739d52c4-a9f2-4027-aca7-2082fee6f6f0"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T10:36:52Z", "security_group_id": "48bfa0ac-51ab-4c50-8f57-88ab4e0f17e1", "port_range_min": null, "revision_number": 0, "tenant_id": "4ad41bc126174d318b5e7a8516fcf4af", "created_at": "2018-09-04T10:36:52Z", "project_id": "4ad41bc126174d318b5e7a8516fcf4af", "id": "7440170e-04e2-412b-b3af-3ba203e43ec0"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T12:22:58Z", "security_group_id": "aee4e203-f920-46bb-ac91-6898d944e253", "port_range_min": null, "revision_number": 0, "tenant_id": "1e2f68a072b64978bd7ea91c2d64aca6", "created_at": "2018-09-04T12:22:58Z", "project_id": "1e2f68a072b64978bd7ea91c2d64aca6", "id": "83ced0ab-b5b1-4a6b-915f-ceed01ac608d"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T11:27:45Z", "security_group_id": "ca40cc0b-e078-4535-b626-86e0c6339018", "port_range_min": null, "revision_number": 0, "tenant_id": "ab8db2ecda7a4da79b1f0eed2104619d", "created_at": "2018-09-04T11:27:45Z", "project_id": "ab8db2ecda7a4da79b1f0eed2104619d", "id": "84c32cbd-0db7-41ca-9e15-9ea28ade36f9"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T12:17:41Z", "security_group_id": "f9b8b6c9-4e98-454a-9292-c29271bcae95", "port_range_min": null, "revision_number": 0, "tenant_id": "c4b3a0f041ae4ca4803a4af225513ba4", "created_at": "2018-09-04T12:17:41Z", "project_id": "c4b3a0f041ae4ca4803a4af225513ba4", "id": "87cee46a-3604-4dd1-adc1-d97d3419ae0c"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T10:36:01Z", "security_group_id": "726a4fa4-547d-495f-8506-2692d1793ed7", "port_range_min": null, "revision_number": 0, "tenant_id": "63ce1c38db314aae844c45218d595c6c", "created_at": "2018-09-04T10:36:01Z", "project_id": "63ce1c38db314aae844c45218d595c6c", "id": "886448b7-2e0a-4f88-9e2c-57aaa06a9e95"}, {"remote_group_id": "192a971a-2f30-4b8c-ada2-250ad4610488", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T11:32:37Z", "security_group_id": "192a971a-2f30-4b8c-ada2-250ad4610488", "port_range_min": null, "revision_number": 0, "tenant_id": "5efe9645576d420f836c625864cab315", "created_at": "2018-09-04T11:32:37Z", "project_id": "5efe9645576d420f836c625864cab315", "id": "8c17cb0b-10d0-498a-a484-63ec46a70838"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T10:24:20Z", "security_group_id": "c1c896f2-3aa4-47ce-9d8a-695c2f3fb7a4", "port_range_min": null, "revision_number": 0, "tenant_id": "", "created_at": "2018-09-04T10:24:20Z", "project_id": "", "id": "95325a12-195c-43ac-a360-a2e3e0e66934"}, {"remote_group_id": "fa4f989a-20d2-4218-a4cf-f17539ef1b27", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T11:33:20Z", "security_group_id": "fa4f989a-20d2-4218-a4cf-f17539ef1b27", "port_range_min": null, "revision_number": 0, "tenant_id": "f2bd6f97bf95498993c0c8d4f6900483", "created_at": "2018-09-04T11:33:20Z", "project_id": "f2bd6f97bf95498993c0c8d4f6900483", "id": "9635b56a-1370-4f88-9df0-f0954055f960"}, {"remote_group_id": "192a971a-2f30-4b8c-ada2-250ad4610488", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T11:32:37Z", "security_group_id": "192a971a-2f30-4b8c-ada2-250ad4610488", "port_range_min": null, "revision_number": 0, "tenant_id": "5efe9645576d420f836c625864cab315", "created_at": "2018-09-04T11:32:37Z", "project_id": "5efe9645576d420f836c625864cab315", "id": "9c400401-2250-4fc8-a780-dba2a73d410b"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T10:36:01Z", "security_group_id": "726a4fa4-547d-495f-8506-2692d1793ed7", "port_range_min": null, "revision_number": 0, "tenant_id": "63ce1c38db314aae844c45218d595c6c", "created_at": "2018-09-04T10:36:01Z", "project_id": "63ce1c38db314aae844c45218d595c6c", "id": "a0477c48-e14e-4b9b-af17-a26d3304a1d9"}, {"remote_group_id": null, "direction": "ingress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 22, "updated_at": "2018-09-04T12:22:58Z", "security_group_id": "aee4e203-f920-46bb-ac91-6898d944e253", "port_range_min": 22, "revision_number": 0, "tenant_id": "1e2f68a072b64978bd7ea91c2d64aca6", "created_at": "2018-09-04T12:22:58Z", "project_id": "1e2f68a072b64978bd7ea91c2d64aca6", "id": "a537f243-1e42-435d-9bbd-5763e7fba9b5"}, {"remote_group_id": "e81419cf-b95e-4732-aaad-e3432b8b2cbb", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T12:16:14Z", "security_group_id": "e81419cf-b95e-4732-aaad-e3432b8b2cbb", "port_range_min": null, "revision_number": 0, "tenant_id": "b4dbfc1d0e34496f8fb7c7cd1f5608e5", "created_at": "2018-09-04T12:16:14Z", "project_id": "b4dbfc1d0e34496f8fb7c7cd1f5608e5", "id": "a8815e70-65ec-4dd7-8b9f-aa8f1609eb4f"}, {"remote_group_id": "c1c896f2-3aa4-47ce-9d8a-695c2f3fb7a4", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T10:24:20Z", "security_group_id": "c1c896f2-3aa4-47ce-9d8a-695c2f3fb7a4", "port_range_min": null, "revision_number": 0, "tenant_id": "", "created_at": "2018-09-04T10:24:20Z", "project_id": "", "id": "aa58bb28-c625-4096-800e-8a443d41f02a"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T11:01:31Z", "security_group_id": "7cbea362-0793-4d2f-877a-28c9a768aa36", "port_range_min": null, "revision_number": 0, "tenant_id": "e8b2daffe9fd4140890aa7b5c11b6bf1", "created_at": "2018-09-04T11:01:31Z", "project_id": "e8b2daffe9fd4140890aa7b5c11b6bf1", "id": "b59707f1-2706-455a-8d39-eaea3265a9b8"}, {"remote_group_id": "48bfa0ac-51ab-4c50-8f57-88ab4e0f17e1", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T10:36:52Z", "security_group_id": "48bfa0ac-51ab-4c50-8f57-88ab4e0f17e1", "port_range_min": null, "revision_number": 0, "tenant_id": "4ad41bc126174d318b5e7a8516fcf4af", "created_at": "2018-09-04T10:36:52Z", "project_id": "4ad41bc126174d318b5e7a8516fcf4af", "id": "b5b6d93e-a8d1-4a65-92be-995bd9ce8f00"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T10:38:54Z", "security_group_id": "28b5af70-f489-4ee2-ace7-033a2638f61f", "port_range_min": null, "revision_number": 0, "tenant_id": "dd849fe9e11c435393e8fa6b997c6f1a", "created_at": "2018-09-04T10:38:54Z", "project_id": "dd849fe9e11c435393e8fa6b997c6f1a", "id": "ba2b9932-d9ab-4b40-a7e5-6773147a93a7"}, {"remote_group_id": "11e5a0db-4cc0-49c0-8f70-0d3b80d1fcf3", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T10:40:09Z", "security_group_id": "11e5a0db-4cc0-49c0-8f70-0d3b80d1fcf3", "port_range_min": null, "revision_number": 0, "tenant_id": "14e46315a5e14e95a6bd31ddd3090094", "created_at": "2018-09-04T10:40:09Z", "project_id": "14e46315a5e14e95a6bd31ddd3090094", "id": "bfc26f71-b897-431e-a36e-ea1e8e983c87"}, {"remote_group_id": "c1c896f2-3aa4-47ce-9d8a-695c2f3fb7a4", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T10:24:20Z", "security_group_id": "c1c896f2-3aa4-47ce-9d8a-695c2f3fb7a4", "port_range_min": null, "revision_number": 0, "tenant_id": "", "created_at": "2018-09-04T10:24:20Z", "project_id": "", "id": "c66f070f-ca83-4ef4-bb72-07224113f248"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T11:33:20Z", "security_group_id": "fa4f989a-20d2-4218-a4cf-f17539ef1b27", "port_range_min": null, "revision_number": 0, "tenant_id": "f2bd6f97bf95498993c0c8d4f6900483", "created_at": "2018-09-04T11:33:20Z", "project_id": "f2bd6f97bf95498993c0c8d4f6900483", "id": "c7c730c6-ae66-4505-873b-c6dca4c55d95"}, {"remote_group_id": "65ec5024-dcc3-4217-b8f2-108a9317d297", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T11:32:48Z", "security_group_id": "65ec5024-dcc3-4217-b8f2-108a9317d297", "port_range_min": null, "revision_number": 0, "tenant_id": "1e2f68a072b64978bd7ea91c2d64aca6", "created_at": "2018-09-04T11:32:48Z", "project_id": "1e2f68a072b64978bd7ea91c2d64aca6", "id": "c897b842-d54c-452b-8b98-fef214182ff7"}, {"remote_group_id": "11e5a0db-4cc0-49c0-8f70-0d3b80d1fcf3", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T10:40:09Z", "security_group_id": "11e5a0db-4cc0-49c0-8f70-0d3b80d1fcf3", "port_range_min": null, "revision_number": 0, "tenant_id": "14e46315a5e14e95a6bd31ddd3090094", "created_at": "2018-09-04T10:40:09Z", "project_id": "14e46315a5e14e95a6bd31ddd3090094", "id": "c9d53d5b-6c82-4199-b405-f8e7101cc589"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T12:16:14Z", "security_group_id": "e81419cf-b95e-4732-aaad-e3432b8b2cbb", "port_range_min": null, "revision_number": 0, "tenant_id": "b4dbfc1d0e34496f8fb7c7cd1f5608e5", "created_at": "2018-09-04T12:16:14Z", "project_id": "b4dbfc1d0e34496f8fb7c7cd1f5608e5", "id": "d083d625-e30d-4471-aa42-f7f3fc8c328d"}, {"remote_group_id": "4eb60975-feab-4b85-9171-1c970d3680f7", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T10:10:44Z", "security_group_id": "4eb60975-feab-4b85-9171-1c970d3680f7", "port_range_min": null, "revision_number": 0, "tenant_id": "18025ed81c804927a1f0e0e0ba20836f", "created_at": "2018-09-04T10:10:44Z", "project_id": "18025ed81c804927a1f0e0e0ba20836f", "id": "dd2062ca-238a-4ae8-8397-ca60210bbde5"}, {"remote_group_id": "fa4f989a-20d2-4218-a4cf-f17539ef1b27", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T11:33:20Z", "security_group_id": "fa4f989a-20d2-4218-a4cf-f17539ef1b27", "port_range_min": null, "revision_number": 0, "tenant_id": "f2bd6f97bf95498993c0c8d4f6900483", "created_at": "2018-09-04T11:33:20Z", "project_id": "f2bd6f97bf95498993c0c8d4f6900483", "id": "df1fc864-f960-4a86-bd3d-950eac909690"}, {"remote_group_id": "f9b8b6c9-4e98-454a-9292-c29271bcae95", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T12:17:41Z", "security_group_id": "f9b8b6c9-4e98-454a-9292-c29271bcae95", "port_range_min": null, "revision_number": 0, "tenant_id": "c4b3a0f041ae4ca4803a4af225513ba4", "created_at": "2018-09-04T12:17:41Z", "project_id": "c4b3a0f041ae4ca4803a4af225513ba4", "id": "e00cf838-51d7-462e-906c-37f4fb4d7181"}, {"remote_group_id": "f9b8b6c9-4e98-454a-9292-c29271bcae95", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T12:17:41Z", "security_group_id": "f9b8b6c9-4e98-454a-9292-c29271bcae95", "port_range_min": null, "revision_number": 0, "tenant_id": "c4b3a0f041ae4ca4803a4af225513ba4", "created_at": "2018-09-04T12:17:41Z", "project_id": "c4b3a0f041ae4ca4803a4af225513ba4", "id": "e024fd11-5aeb-4982-ae2b-589b9dd401b4"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T10:22:45Z", "security_group_id": "a0350fb5-7963-482b-9b06-fea838951872", "port_range_min": null, "revision_number": 0, "tenant_id": "da1aa3dc9e564d3d922e61c0121a390e", "created_at": "2018-09-04T10:22:45Z", "project_id": "da1aa3dc9e564d3d922e61c0121a390e", "id": "e17daf2d-5508-45e7-9ba3-14bcd176789e"}, {"remote_group_id": "65ec5024-dcc3-4217-b8f2-108a9317d297", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T11:32:48Z", "security_group_id": "65ec5024-dcc3-4217-b8f2-108a9317d297", "port_range_min": null, "revision_number": 0, "tenant_id": "1e2f68a072b64978bd7ea91c2d64aca6", "created_at": "2018-09-04T11:32:48Z", "project_id": "1e2f68a072b64978bd7ea91c2d64aca6", "id": "e8f14af0-f0a2-442a-a2f6-f9426816d3a7"}, {"remote_group_id": null, "direction": "egress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 22, "updated_at": "2018-09-04T12:22:59Z", "security_group_id": "aee4e203-f920-46bb-ac91-6898d944e253", "port_range_min": 22, "revision_number": 0, "tenant_id": "1e2f68a072b64978bd7ea91c2d64aca6", "created_at": "2018-09-04T12:22:59Z", "project_id": "1e2f68a072b64978bd7ea91c2d64aca6", "id": "ea486981-bdcb-407e-afae-54091ff51e8d"}, {"remote_group_id": "726a4fa4-547d-495f-8506-2692d1793ed7", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T10:36:01Z", "security_group_id": "726a4fa4-547d-495f-8506-2692d1793ed7", "port_range_min": null, "revision_number": 0, "tenant_id": "63ce1c38db314aae844c45218d595c6c", "created_at": "2018-09-04T10:36:01Z", "project_id": "63ce1c38db314aae844c45218d595c6c", "id": "f1d26eba-07e3-4a87-a74e-10f7d2d051a4"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T10:10:44Z", "security_group_id": "4eb60975-feab-4b85-9171-1c970d3680f7", "port_range_min": null, "revision_number": 0, "tenant_id": "18025ed81c804927a1f0e0e0ba20836f", "created_at": "2018-09-04T10:10:44Z", "project_id": "18025ed81c804927a1f0e0e0ba20836f", "id": "f5388a44-6a0f-4e22-bd76-f4873903daf0"}, {"remote_group_id": "e81419cf-b95e-4732-aaad-e3432b8b2cbb", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T12:16:14Z", "security_group_id": "e81419cf-b95e-4732-aaad-e3432b8b2cbb", "port_range_min": null, "revision_number": 0, "tenant_id": "b4dbfc1d0e34496f8fb7c7cd1f5608e5", "created_at": "2018-09-04T12:16:14Z", "project_id": "b4dbfc1d0e34496f8fb7c7cd1f5608e5", "id": "f6d9401b-38df-4edd-8f40-69a1466cf9bf"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T11:32:37Z", "security_group_id": "192a971a-2f30-4b8c-ada2-250ad4610488", "port_range_min": null, "revision_number": 0, "tenant_id": "5efe9645576d420f836c625864cab315", "created_at": "2018-09-04T11:32:37Z", "project_id": "5efe9645576d420f836c625864cab315", "id": "f72c6a04-9fd4-4b0e-b79b-679d59ca2789"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T11:32:48Z", "security_group_id": "65ec5024-dcc3-4217-b8f2-108a9317d297", "port_range_min": null, "revision_number": 0, "tenant_id": "1e2f68a072b64978bd7ea91c2d64aca6", "created_at": "2018-09-04T11:32:48Z", "project_id": "1e2f68a072b64978bd7ea91c2d64aca6", "id": "fa2a69b0-056f-4e69-9b7e-515411ee93e4"}]} 2018-09-04 12:26:12,346 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules used request id req-a868a0fd-e23b-41f3-9fe7-69b34cbb42f5 2018-09-04 12:26:12,350 - sdnvpn_test_utils - INFO - This rule exists for security group: aee4e203-f920-46bb-ac91-6898d944e253 2018-09-04 12:26:12,356 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9696/v2.0/security-group-rules -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}934494c21aee0b49cdd6113bbff1ad61191cfb8e" 2018-09-04 12:26:12,530 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 30994 X-Openstack-Request-Id: req-1fe4a4ee-4f71-4862-9afb-a0941ee01422 Date: Tue, 04 Sep 2018 12:26:12 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": "48bfa0ac-51ab-4c50-8f57-88ab4e0f17e1", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T10:36:52Z", "security_group_id": "48bfa0ac-51ab-4c50-8f57-88ab4e0f17e1", "port_range_min": null, "revision_number": 0, "tenant_id": "4ad41bc126174d318b5e7a8516fcf4af", "created_at": "2018-09-04T10:36:52Z", "project_id": "4ad41bc126174d318b5e7a8516fcf4af", "id": "072e055d-09a1-408a-9aa5-bbbb4ba26972"}, {"remote_group_id": "a0350fb5-7963-482b-9b06-fea838951872", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T10:22:45Z", "security_group_id": "a0350fb5-7963-482b-9b06-fea838951872", "port_range_min": null, "revision_number": 0, "tenant_id": "da1aa3dc9e564d3d922e61c0121a390e", "created_at": "2018-09-04T10:22:45Z", "project_id": "da1aa3dc9e564d3d922e61c0121a390e", "id": "0a310294-28cb-46e7-ab05-42129ac27199"}, {"remote_group_id": "7cbea362-0793-4d2f-877a-28c9a768aa36", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T11:01:31Z", "security_group_id": "7cbea362-0793-4d2f-877a-28c9a768aa36", "port_range_min": null, "revision_number": 0, "tenant_id": "e8b2daffe9fd4140890aa7b5c11b6bf1", "created_at": "2018-09-04T11:01:31Z", "project_id": "e8b2daffe9fd4140890aa7b5c11b6bf1", "id": "0d6f7c9c-cf09-4a67-b4e2-617055a1a145"}, {"remote_group_id": "7cbea362-0793-4d2f-877a-28c9a768aa36", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T11:01:31Z", "security_group_id": "7cbea362-0793-4d2f-877a-28c9a768aa36", "port_range_min": null, "revision_number": 0, "tenant_id": "e8b2daffe9fd4140890aa7b5c11b6bf1", "created_at": "2018-09-04T11:01:31Z", "project_id": "e8b2daffe9fd4140890aa7b5c11b6bf1", "id": "110b5e60-648e-4946-8cc2-56cf745b8284"}, {"remote_group_id": "ca40cc0b-e078-4535-b626-86e0c6339018", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T11:27:45Z", "security_group_id": "ca40cc0b-e078-4535-b626-86e0c6339018", "port_range_min": null, "revision_number": 0, "tenant_id": "ab8db2ecda7a4da79b1f0eed2104619d", "created_at": "2018-09-04T11:27:45Z", "project_id": "ab8db2ecda7a4da79b1f0eed2104619d", "id": "14b66247-ea83-40bd-9cf7-391b44cd8c60"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T12:16:14Z", "security_group_id": "e81419cf-b95e-4732-aaad-e3432b8b2cbb", "port_range_min": null, "revision_number": 0, "tenant_id": "b4dbfc1d0e34496f8fb7c7cd1f5608e5", "created_at": "2018-09-04T12:16:14Z", "project_id": "b4dbfc1d0e34496f8fb7c7cd1f5608e5", "id": "1b62a402-1c3a-4aa7-8049-b9198a3eb965"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T10:38:54Z", "security_group_id": "28b5af70-f489-4ee2-ace7-033a2638f61f", "port_range_min": null, "revision_number": 0, "tenant_id": "dd849fe9e11c435393e8fa6b997c6f1a", "created_at": "2018-09-04T10:38:54Z", "project_id": "dd849fe9e11c435393e8fa6b997c6f1a", "id": "1dfce8bf-6ac4-4572-9a10-3cf8047abe38"}, {"remote_group_id": null, "direction": "ingress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 80, "updated_at": "2018-09-04T12:22:59Z", "security_group_id": "aee4e203-f920-46bb-ac91-6898d944e253", "port_range_min": 80, "revision_number": 0, "tenant_id": "1e2f68a072b64978bd7ea91c2d64aca6", "created_at": "2018-09-04T12:22:59Z", "project_id": "1e2f68a072b64978bd7ea91c2d64aca6", "id": "24f2941b-e842-493e-9865-3b328b59d6b1"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T11:32:37Z", "security_group_id": "192a971a-2f30-4b8c-ada2-250ad4610488", "port_range_min": null, "revision_number": 0, "tenant_id": "5efe9645576d420f836c625864cab315", "created_at": "2018-09-04T11:32:37Z", "project_id": "5efe9645576d420f836c625864cab315", "id": "286e6a3a-dcb9-42e9-ad77-e4f716b2c63a"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T10:24:20Z", "security_group_id": "c1c896f2-3aa4-47ce-9d8a-695c2f3fb7a4", "port_range_min": null, "revision_number": 0, "tenant_id": "", "created_at": "2018-09-04T10:24:20Z", "project_id": "", "id": "2ea596f0-86ac-463c-b411-9ff94832a4d2"}, {"remote_group_id": "726a4fa4-547d-495f-8506-2692d1793ed7", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T10:36:01Z", "security_group_id": "726a4fa4-547d-495f-8506-2692d1793ed7", "port_range_min": null, "revision_number": 0, "tenant_id": "63ce1c38db314aae844c45218d595c6c", "created_at": "2018-09-04T10:36:01Z", "project_id": "63ce1c38db314aae844c45218d595c6c", "id": "3cc084b5-d5b8-441b-87e5-b96f6548adf0"}, {"remote_group_id": "a0350fb5-7963-482b-9b06-fea838951872", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T10:22:45Z", "security_group_id": "a0350fb5-7963-482b-9b06-fea838951872", "port_range_min": null, "revision_number": 0, "tenant_id": "da1aa3dc9e564d3d922e61c0121a390e", "created_at": "2018-09-04T10:22:45Z", "project_id": "da1aa3dc9e564d3d922e61c0121a390e", "id": "3e9c32e8-8527-472a-956b-e0426fc61806"}, {"remote_group_id": "ca40cc0b-e078-4535-b626-86e0c6339018", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T11:27:45Z", "security_group_id": "ca40cc0b-e078-4535-b626-86e0c6339018", "port_range_min": null, "revision_number": 0, "tenant_id": "ab8db2ecda7a4da79b1f0eed2104619d", "created_at": "2018-09-04T11:27:45Z", "project_id": "ab8db2ecda7a4da79b1f0eed2104619d", "id": "427d984e-c10f-4435-8c54-6e7abd4dfb04"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T11:01:31Z", "security_group_id": "7cbea362-0793-4d2f-877a-28c9a768aa36", "port_range_min": null, "revision_number": 0, "tenant_id": "e8b2daffe9fd4140890aa7b5c11b6bf1", "created_at": "2018-09-04T11:01:31Z", "project_id": "e8b2daffe9fd4140890aa7b5c11b6bf1", "id": "4608dd30-b5b8-43b8-8da6-93ca9876e218"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T10:10:44Z", "security_group_id": "4eb60975-feab-4b85-9171-1c970d3680f7", "port_range_min": null, "revision_number": 0, "tenant_id": "18025ed81c804927a1f0e0e0ba20836f", "created_at": "2018-09-04T10:10:44Z", "project_id": "18025ed81c804927a1f0e0e0ba20836f", "id": "4987cdc7-3c69-4296-b962-dfcdfe2af09e"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T11:33:20Z", "security_group_id": "fa4f989a-20d2-4218-a4cf-f17539ef1b27", "port_range_min": null, "revision_number": 0, "tenant_id": "f2bd6f97bf95498993c0c8d4f6900483", "created_at": "2018-09-04T11:33:20Z", "project_id": "f2bd6f97bf95498993c0c8d4f6900483", "id": "4c75c440-963b-417c-bedf-82086417e68c"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T12:22:58Z", "security_group_id": "aee4e203-f920-46bb-ac91-6898d944e253", "port_range_min": null, "revision_number": 0, "tenant_id": "1e2f68a072b64978bd7ea91c2d64aca6", "created_at": "2018-09-04T12:22:58Z", "project_id": "1e2f68a072b64978bd7ea91c2d64aca6", "id": "4dec3f1a-54e2-4cd3-ba28-c5bf40300f5c"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T10:36:52Z", "security_group_id": "48bfa0ac-51ab-4c50-8f57-88ab4e0f17e1", "port_range_min": null, "revision_number": 0, "tenant_id": "4ad41bc126174d318b5e7a8516fcf4af", "created_at": "2018-09-04T10:36:52Z", "project_id": "4ad41bc126174d318b5e7a8516fcf4af", "id": "519e417e-8aaa-4012-ade2-01ed5d67c268"}, {"remote_group_id": "28b5af70-f489-4ee2-ace7-033a2638f61f", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T10:38:54Z", "security_group_id": "28b5af70-f489-4ee2-ace7-033a2638f61f", "port_range_min": null, "revision_number": 0, "tenant_id": "dd849fe9e11c435393e8fa6b997c6f1a", "created_at": "2018-09-04T10:38:54Z", "project_id": "dd849fe9e11c435393e8fa6b997c6f1a", "id": "52762ccc-58e2-4528-b0fa-460556eae58e"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T10:22:45Z", "security_group_id": "a0350fb5-7963-482b-9b06-fea838951872", "port_range_min": null, "revision_number": 0, "tenant_id": "da1aa3dc9e564d3d922e61c0121a390e", "created_at": "2018-09-04T10:22:45Z", "project_id": "da1aa3dc9e564d3d922e61c0121a390e", "id": "5d2caf42-b02e-4256-9265-4a0c49451d50"}, {"remote_group_id": "4eb60975-feab-4b85-9171-1c970d3680f7", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T10:10:44Z", "security_group_id": "4eb60975-feab-4b85-9171-1c970d3680f7", "port_range_min": null, "revision_number": 0, "tenant_id": "18025ed81c804927a1f0e0e0ba20836f", "created_at": "2018-09-04T10:10:44Z", "project_id": "18025ed81c804927a1f0e0e0ba20836f", "id": "6278c51b-2852-4d07-abf1-4545e40daadb"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T11:27:45Z", "security_group_id": "ca40cc0b-e078-4535-b626-86e0c6339018", "port_range_min": null, "revision_number": 0, "tenant_id": "ab8db2ecda7a4da79b1f0eed2104619d", "created_at": "2018-09-04T11:27:45Z", "project_id": "ab8db2ecda7a4da79b1f0eed2104619d", "id": "644bef6e-a7b1-4cc2-af4e-4cd069ef634e"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T12:17:41Z", "security_group_id": "f9b8b6c9-4e98-454a-9292-c29271bcae95", "port_range_min": null, "revision_number": 0, "tenant_id": "c4b3a0f041ae4ca4803a4af225513ba4", "created_at": "2018-09-04T12:17:41Z", "project_id": "c4b3a0f041ae4ca4803a4af225513ba4", "id": "6824685c-2b3f-4f22-866c-eb59012208ba"}, {"remote_group_id": null, "direction": "ingress", "protocol": "icmp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T12:22:58Z", "security_group_id": "aee4e203-f920-46bb-ac91-6898d944e253", "port_range_min": null, "revision_number": 0, "tenant_id": "1e2f68a072b64978bd7ea91c2d64aca6", "created_at": "2018-09-04T12:22:58Z", "project_id": "1e2f68a072b64978bd7ea91c2d64aca6", "id": "6843e041-8fe8-4e66-8acb-d325fa1f98c1"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T11:32:48Z", "security_group_id": "65ec5024-dcc3-4217-b8f2-108a9317d297", "port_range_min": null, "revision_number": 0, "tenant_id": "1e2f68a072b64978bd7ea91c2d64aca6", "created_at": "2018-09-04T11:32:48Z", "project_id": "1e2f68a072b64978bd7ea91c2d64aca6", "id": "6883b42d-5963-4725-8ab3-74f524dadded"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T10:40:09Z", "security_group_id": "11e5a0db-4cc0-49c0-8f70-0d3b80d1fcf3", "port_range_min": null, "revision_number": 0, "tenant_id": "14e46315a5e14e95a6bd31ddd3090094", "created_at": "2018-09-04T10:40:09Z", "project_id": "14e46315a5e14e95a6bd31ddd3090094", "id": "6908c152-7d26-43c3-9724-69b9e26fbd52"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T10:40:09Z", "security_group_id": "11e5a0db-4cc0-49c0-8f70-0d3b80d1fcf3", "port_range_min": null, "revision_number": 0, "tenant_id": "14e46315a5e14e95a6bd31ddd3090094", "created_at": "2018-09-04T10:40:09Z", "project_id": "14e46315a5e14e95a6bd31ddd3090094", "id": "72e1f6f9-6732-4dc2-8abd-454d44204be2"}, {"remote_group_id": "28b5af70-f489-4ee2-ace7-033a2638f61f", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T10:38:54Z", "security_group_id": "28b5af70-f489-4ee2-ace7-033a2638f61f", "port_range_min": null, "revision_number": 0, "tenant_id": "dd849fe9e11c435393e8fa6b997c6f1a", "created_at": "2018-09-04T10:38:54Z", "project_id": "dd849fe9e11c435393e8fa6b997c6f1a", "id": "739d52c4-a9f2-4027-aca7-2082fee6f6f0"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T10:36:52Z", "security_group_id": "48bfa0ac-51ab-4c50-8f57-88ab4e0f17e1", "port_range_min": null, "revision_number": 0, "tenant_id": "4ad41bc126174d318b5e7a8516fcf4af", "created_at": "2018-09-04T10:36:52Z", "project_id": "4ad41bc126174d318b5e7a8516fcf4af", "id": "7440170e-04e2-412b-b3af-3ba203e43ec0"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T12:22:58Z", "security_group_id": "aee4e203-f920-46bb-ac91-6898d944e253", "port_range_min": null, "revision_number": 0, "tenant_id": "1e2f68a072b64978bd7ea91c2d64aca6", "created_at": "2018-09-04T12:22:58Z", "project_id": "1e2f68a072b64978bd7ea91c2d64aca6", "id": "83ced0ab-b5b1-4a6b-915f-ceed01ac608d"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T11:27:45Z", "security_group_id": "ca40cc0b-e078-4535-b626-86e0c6339018", "port_range_min": null, "revision_number": 0, "tenant_id": "ab8db2ecda7a4da79b1f0eed2104619d", "created_at": "2018-09-04T11:27:45Z", "project_id": "ab8db2ecda7a4da79b1f0eed2104619d", "id": "84c32cbd-0db7-41ca-9e15-9ea28ade36f9"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T12:17:41Z", "security_group_id": "f9b8b6c9-4e98-454a-9292-c29271bcae95", "port_range_min": null, "revision_number": 0, "tenant_id": "c4b3a0f041ae4ca4803a4af225513ba4", "created_at": "2018-09-04T12:17:41Z", "project_id": "c4b3a0f041ae4ca4803a4af225513ba4", "id": "87cee46a-3604-4dd1-adc1-d97d3419ae0c"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T10:36:01Z", "security_group_id": "726a4fa4-547d-495f-8506-2692d1793ed7", "port_range_min": null, "revision_number": 0, "tenant_id": "63ce1c38db314aae844c45218d595c6c", "created_at": "2018-09-04T10:36:01Z", "project_id": "63ce1c38db314aae844c45218d595c6c", "id": "886448b7-2e0a-4f88-9e2c-57aaa06a9e95"}, {"remote_group_id": "192a971a-2f30-4b8c-ada2-250ad4610488", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T11:32:37Z", "security_group_id": "192a971a-2f30-4b8c-ada2-250ad4610488", "port_range_min": null, "revision_number": 0, "tenant_id": "5efe9645576d420f836c625864cab315", "created_at": "2018-09-04T11:32:37Z", "project_id": "5efe9645576d420f836c625864cab315", "id": "8c17cb0b-10d0-498a-a484-63ec46a70838"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T10:24:20Z", "security_group_id": "c1c896f2-3aa4-47ce-9d8a-695c2f3fb7a4", "port_range_min": null, "revision_number": 0, "tenant_id": "", "created_at": "2018-09-04T10:24:20Z", "project_id": "", "id": "95325a12-195c-43ac-a360-a2e3e0e66934"}, {"remote_group_id": "fa4f989a-20d2-4218-a4cf-f17539ef1b27", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T11:33:20Z", "security_group_id": "fa4f989a-20d2-4218-a4cf-f17539ef1b27", "port_range_min": null, "revision_number": 0, "tenant_id": "f2bd6f97bf95498993c0c8d4f6900483", "created_at": "2018-09-04T11:33:20Z", "project_id": "f2bd6f97bf95498993c0c8d4f6900483", "id": "9635b56a-1370-4f88-9df0-f0954055f960"}, {"remote_group_id": "192a971a-2f30-4b8c-ada2-250ad4610488", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T11:32:37Z", "security_group_id": "192a971a-2f30-4b8c-ada2-250ad4610488", "port_range_min": null, "revision_number": 0, "tenant_id": "5efe9645576d420f836c625864cab315", "created_at": "2018-09-04T11:32:37Z", "project_id": "5efe9645576d420f836c625864cab315", "id": "9c400401-2250-4fc8-a780-dba2a73d410b"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T10:36:01Z", "security_group_id": "726a4fa4-547d-495f-8506-2692d1793ed7", "port_range_min": null, "revision_number": 0, "tenant_id": "63ce1c38db314aae844c45218d595c6c", "created_at": "2018-09-04T10:36:01Z", "project_id": "63ce1c38db314aae844c45218d595c6c", "id": "a0477c48-e14e-4b9b-af17-a26d3304a1d9"}, {"remote_group_id": null, "direction": "ingress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 22, "updated_at": "2018-09-04T12:22:58Z", "security_group_id": "aee4e203-f920-46bb-ac91-6898d944e253", "port_range_min": 22, "revision_number": 0, "tenant_id": "1e2f68a072b64978bd7ea91c2d64aca6", "created_at": "2018-09-04T12:22:58Z", "project_id": "1e2f68a072b64978bd7ea91c2d64aca6", "id": "a537f243-1e42-435d-9bbd-5763e7fba9b5"}, {"remote_group_id": "e81419cf-b95e-4732-aaad-e3432b8b2cbb", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T12:16:14Z", "security_group_id": "e81419cf-b95e-4732-aaad-e3432b8b2cbb", "port_range_min": null, "revision_number": 0, "tenant_id": "b4dbfc1d0e34496f8fb7c7cd1f5608e5", "created_at": "2018-09-04T12:16:14Z", "project_id": "b4dbfc1d0e34496f8fb7c7cd1f5608e5", "id": "a8815e70-65ec-4dd7-8b9f-aa8f1609eb4f"}, {"remote_group_id": "c1c896f2-3aa4-47ce-9d8a-695c2f3fb7a4", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T10:24:20Z", "security_group_id": "c1c896f2-3aa4-47ce-9d8a-695c2f3fb7a4", "port_range_min": null, "revision_number": 0, "tenant_id": "", "created_at": "2018-09-04T10:24:20Z", "project_id": "", "id": "aa58bb28-c625-4096-800e-8a443d41f02a"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T11:01:31Z", "security_group_id": "7cbea362-0793-4d2f-877a-28c9a768aa36", "port_range_min": null, "revision_number": 0, "tenant_id": "e8b2daffe9fd4140890aa7b5c11b6bf1", "created_at": "2018-09-04T11:01:31Z", "project_id": "e8b2daffe9fd4140890aa7b5c11b6bf1", "id": "b59707f1-2706-455a-8d39-eaea3265a9b8"}, {"remote_group_id": "48bfa0ac-51ab-4c50-8f57-88ab4e0f17e1", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T10:36:52Z", "security_group_id": "48bfa0ac-51ab-4c50-8f57-88ab4e0f17e1", "port_range_min": null, "revision_number": 0, "tenant_id": "4ad41bc126174d318b5e7a8516fcf4af", "created_at": "2018-09-04T10:36:52Z", "project_id": "4ad41bc126174d318b5e7a8516fcf4af", "id": "b5b6d93e-a8d1-4a65-92be-995bd9ce8f00"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T10:38:54Z", "security_group_id": "28b5af70-f489-4ee2-ace7-033a2638f61f", "port_range_min": null, "revision_number": 0, "tenant_id": "dd849fe9e11c435393e8fa6b997c6f1a", "created_at": "2018-09-04T10:38:54Z", "project_id": "dd849fe9e11c435393e8fa6b997c6f1a", "id": "ba2b9932-d9ab-4b40-a7e5-6773147a93a7"}, {"remote_group_id": "11e5a0db-4cc0-49c0-8f70-0d3b80d1fcf3", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T10:40:09Z", "security_group_id": "11e5a0db-4cc0-49c0-8f70-0d3b80d1fcf3", "port_range_min": null, "revision_number": 0, "tenant_id": "14e46315a5e14e95a6bd31ddd3090094", "created_at": "2018-09-04T10:40:09Z", "project_id": "14e46315a5e14e95a6bd31ddd3090094", "id": "bfc26f71-b897-431e-a36e-ea1e8e983c87"}, {"remote_group_id": "c1c896f2-3aa4-47ce-9d8a-695c2f3fb7a4", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T10:24:20Z", "security_group_id": "c1c896f2-3aa4-47ce-9d8a-695c2f3fb7a4", "port_range_min": null, "revision_number": 0, "tenant_id": "", "created_at": "2018-09-04T10:24:20Z", "project_id": "", "id": "c66f070f-ca83-4ef4-bb72-07224113f248"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T11:33:20Z", "security_group_id": "fa4f989a-20d2-4218-a4cf-f17539ef1b27", "port_range_min": null, "revision_number": 0, "tenant_id": "f2bd6f97bf95498993c0c8d4f6900483", "created_at": "2018-09-04T11:33:20Z", "project_id": "f2bd6f97bf95498993c0c8d4f6900483", "id": "c7c730c6-ae66-4505-873b-c6dca4c55d95"}, {"remote_group_id": "65ec5024-dcc3-4217-b8f2-108a9317d297", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T11:32:48Z", "security_group_id": "65ec5024-dcc3-4217-b8f2-108a9317d297", "port_range_min": null, "revision_number": 0, "tenant_id": "1e2f68a072b64978bd7ea91c2d64aca6", "created_at": "2018-09-04T11:32:48Z", "project_id": "1e2f68a072b64978bd7ea91c2d64aca6", "id": "c897b842-d54c-452b-8b98-fef214182ff7"}, {"remote_group_id": "11e5a0db-4cc0-49c0-8f70-0d3b80d1fcf3", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T10:40:09Z", "security_group_id": "11e5a0db-4cc0-49c0-8f70-0d3b80d1fcf3", "port_range_min": null, "revision_number": 0, "tenant_id": "14e46315a5e14e95a6bd31ddd3090094", "created_at": "2018-09-04T10:40:09Z", "project_id": "14e46315a5e14e95a6bd31ddd3090094", "id": "c9d53d5b-6c82-4199-b405-f8e7101cc589"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T12:16:14Z", "security_group_id": "e81419cf-b95e-4732-aaad-e3432b8b2cbb", "port_range_min": null, "revision_number": 0, "tenant_id": "b4dbfc1d0e34496f8fb7c7cd1f5608e5", "created_at": "2018-09-04T12:16:14Z", "project_id": "b4dbfc1d0e34496f8fb7c7cd1f5608e5", "id": "d083d625-e30d-4471-aa42-f7f3fc8c328d"}, {"remote_group_id": "4eb60975-feab-4b85-9171-1c970d3680f7", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T10:10:44Z", "security_group_id": "4eb60975-feab-4b85-9171-1c970d3680f7", "port_range_min": null, "revision_number": 0, "tenant_id": "18025ed81c804927a1f0e0e0ba20836f", "created_at": "2018-09-04T10:10:44Z", "project_id": "18025ed81c804927a1f0e0e0ba20836f", "id": "dd2062ca-238a-4ae8-8397-ca60210bbde5"}, {"remote_group_id": "fa4f989a-20d2-4218-a4cf-f17539ef1b27", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T11:33:20Z", "security_group_id": "fa4f989a-20d2-4218-a4cf-f17539ef1b27", "port_range_min": null, "revision_number": 0, "tenant_id": "f2bd6f97bf95498993c0c8d4f6900483", "created_at": "2018-09-04T11:33:20Z", "project_id": "f2bd6f97bf95498993c0c8d4f6900483", "id": "df1fc864-f960-4a86-bd3d-950eac909690"}, {"remote_group_id": "f9b8b6c9-4e98-454a-9292-c29271bcae95", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T12:17:41Z", "security_group_id": "f9b8b6c9-4e98-454a-9292-c29271bcae95", "port_range_min": null, "revision_number": 0, "tenant_id": "c4b3a0f041ae4ca4803a4af225513ba4", "created_at": "2018-09-04T12:17:41Z", "project_id": "c4b3a0f041ae4ca4803a4af225513ba4", "id": "e00cf838-51d7-462e-906c-37f4fb4d7181"}, {"remote_group_id": "f9b8b6c9-4e98-454a-9292-c29271bcae95", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T12:17:41Z", "security_group_id": "f9b8b6c9-4e98-454a-9292-c29271bcae95", "port_range_min": null, "revision_number": 0, "tenant_id": "c4b3a0f041ae4ca4803a4af225513ba4", "created_at": "2018-09-04T12:17:41Z", "project_id": "c4b3a0f041ae4ca4803a4af225513ba4", "id": "e024fd11-5aeb-4982-ae2b-589b9dd401b4"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T10:22:45Z", "security_group_id": "a0350fb5-7963-482b-9b06-fea838951872", "port_range_min": null, "revision_number": 0, "tenant_id": "da1aa3dc9e564d3d922e61c0121a390e", "created_at": "2018-09-04T10:22:45Z", "project_id": "da1aa3dc9e564d3d922e61c0121a390e", "id": "e17daf2d-5508-45e7-9ba3-14bcd176789e"}, {"remote_group_id": "65ec5024-dcc3-4217-b8f2-108a9317d297", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T11:32:48Z", "security_group_id": "65ec5024-dcc3-4217-b8f2-108a9317d297", "port_range_min": null, "revision_number": 0, "tenant_id": "1e2f68a072b64978bd7ea91c2d64aca6", "created_at": "2018-09-04T11:32:48Z", "project_id": "1e2f68a072b64978bd7ea91c2d64aca6", "id": "e8f14af0-f0a2-442a-a2f6-f9426816d3a7"}, {"remote_group_id": null, "direction": "egress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 22, "updated_at": "2018-09-04T12:22:59Z", "security_group_id": "aee4e203-f920-46bb-ac91-6898d944e253", "port_range_min": 22, "revision_number": 0, "tenant_id": "1e2f68a072b64978bd7ea91c2d64aca6", "created_at": "2018-09-04T12:22:59Z", "project_id": "1e2f68a072b64978bd7ea91c2d64aca6", "id": "ea486981-bdcb-407e-afae-54091ff51e8d"}, {"remote_group_id": "726a4fa4-547d-495f-8506-2692d1793ed7", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T10:36:01Z", "security_group_id": "726a4fa4-547d-495f-8506-2692d1793ed7", "port_range_min": null, "revision_number": 0, "tenant_id": "63ce1c38db314aae844c45218d595c6c", "created_at": "2018-09-04T10:36:01Z", "project_id": "63ce1c38db314aae844c45218d595c6c", "id": "f1d26eba-07e3-4a87-a74e-10f7d2d051a4"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T10:10:44Z", "security_group_id": "4eb60975-feab-4b85-9171-1c970d3680f7", "port_range_min": null, "revision_number": 0, "tenant_id": "18025ed81c804927a1f0e0e0ba20836f", "created_at": "2018-09-04T10:10:44Z", "project_id": "18025ed81c804927a1f0e0e0ba20836f", "id": "f5388a44-6a0f-4e22-bd76-f4873903daf0"}, {"remote_group_id": "e81419cf-b95e-4732-aaad-e3432b8b2cbb", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T12:16:14Z", "security_group_id": "e81419cf-b95e-4732-aaad-e3432b8b2cbb", "port_range_min": null, "revision_number": 0, "tenant_id": "b4dbfc1d0e34496f8fb7c7cd1f5608e5", "created_at": "2018-09-04T12:16:14Z", "project_id": "b4dbfc1d0e34496f8fb7c7cd1f5608e5", "id": "f6d9401b-38df-4edd-8f40-69a1466cf9bf"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T11:32:37Z", "security_group_id": "192a971a-2f30-4b8c-ada2-250ad4610488", "port_range_min": null, "revision_number": 0, "tenant_id": "5efe9645576d420f836c625864cab315", "created_at": "2018-09-04T11:32:37Z", "project_id": "5efe9645576d420f836c625864cab315", "id": "f72c6a04-9fd4-4b0e-b79b-679d59ca2789"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-04T11:32:48Z", "security_group_id": "65ec5024-dcc3-4217-b8f2-108a9317d297", "port_range_min": null, "revision_number": 0, "tenant_id": "1e2f68a072b64978bd7ea91c2d64aca6", "created_at": "2018-09-04T11:32:48Z", "project_id": "1e2f68a072b64978bd7ea91c2d64aca6", "id": "fa2a69b0-056f-4e69-9b7e-515411ee93e4"}]} 2018-09-04 12:26:12,531 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules used request id req-1fe4a4ee-4f71-4862-9afb-a0941ee01422 2018-09-04 12:26:12,535 - sdnvpn.lib.openstack_utils - DEBUG - Security_group format set (port range included) 2018-09-04 12:26:12,540 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28: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}934494c21aee0b49cdd6113bbff1ad61191cfb8e" -d '{"security_group_rule": {"port_range_min": 179, "direction": "ingress", "protocol": "tcp", "port_range_max": 179, "security_group_id": "aee4e203-f920-46bb-ac91-6898d944e253"}}' 2018-09-04 12:26:12,857 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 509 X-Openstack-Request-Id: req-d8acde3a-8371-405a-a2a5-d71aec864a6c Date: Tue, 04 Sep 2018 12:26:12 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-09-04T12:26:12Z", "security_group_id": "aee4e203-f920-46bb-ac91-6898d944e253", "port_range_min": 179, "revision_number": 0, "tenant_id": "1e2f68a072b64978bd7ea91c2d64aca6", "created_at": "2018-09-04T12:26:12Z", "project_id": "1e2f68a072b64978bd7ea91c2d64aca6", "id": "aae9ba27-bdc4-4d98-8c03-3fe28bd7d852"}} 2018-09-04 12:26:12,858 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/security-group-rules used request id req-d8acde3a-8371-405a-a2a5-d71aec864a6c 2018-09-04 12:26:12,864 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}934494c21aee0b49cdd6113bbff1ad61191cfb8e" 2018-09-04 12:26:13,107 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1322 X-Openstack-Request-Id: req-354e35c0-93bb-42ed-897b-0c44269e7ac4 Date: Tue, 04 Sep 2018 12:26:13 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"4097e349-dd4a-4a5e-95d6-eed5c2d7b85a","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"18025ed81c804927a1f0e0e0ba20836f","status":"ACTIVE","subnets":["5092c110-d468-4f12-acae-47d56d35dff1"],"description":"","tags":[],"updated_at":"2018-09-04T10:10:50Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"18025ed81c804927a1f0e0e0ba20836f","created_at":"2018-09-04T10:10:44Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"8b642b01-8be3-4202-b6e4-b88520b015c4","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"219a354443d04b66b7da22e8fcd0b9ff","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-09-04T11:25:51Z","provider:segmentation_id":59,"name":"c_rally_9fc79e06_ZGxNMMaa","admin_state_up":true,"tenant_id":"219a354443d04b66b7da22e8fcd0b9ff","created_at":"2018-09-04T11:25:50Z","provider:network_type":"vxlan"}]} 2018-09-04 12:26:13,107 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks used request id req-354e35c0-93bb-42ed-897b-0c44269e7ac4 2018-09-04 12:26:13,112 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}934494c21aee0b49cdd6113bbff1ad61191cfb8e" 2018-09-04 12:26:13,303 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 624 X-Openstack-Request-Id: req-90ba32be-89a4-4a1d-b600-2df995579154 Date: Tue, 04 Sep 2018 12:26:13 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"4097e349-dd4a-4a5e-95d6-eed5c2d7b85a","tenant_id":"18025ed81c804927a1f0e0e0ba20836f","created_at":"2018-09-04T10:10:50Z","dns_nameservers":[],"updated_at":"2018-09-04T10:10:50Z","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":"18025ed81c804927a1f0e0e0ba20836f","id":"5092c110-d468-4f12-acae-47d56d35dff1","subnetpool_id":null,"name":"external-subnet"}]} 2018-09-04 12:26:13,303 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets used request id req-90ba32be-89a4-4a1d-b600-2df995579154 2018-09-04 12:26:13,309 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9696/v2.0/routers -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}934494c21aee0b49cdd6113bbff1ad61191cfb8e" 2018-09-04 12:26:13,352 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-d9a5e5b1-1d8b-45f6-8587-a2996206893c Date: Tue, 04 Sep 2018 12:26:13 GMT RESP BODY: {"routers": []} 2018-09-04 12:26:13,352 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/routers used request id req-d9a5e5b1-1d8b-45f6-8587-a2996206893c 2018-09-04 12:26:13,352 - sdnvpn.lib.openstack_utils - INFO - Creating neutron network sdnvpn-3-1-net... 2018-09-04 12:26:13,359 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}934494c21aee0b49cdd6113bbff1ad61191cfb8e" -d '{"network": {"name": "sdnvpn-3-1-net", "admin_state_up": true}}' 2018-09-04 12:26:13,741 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 646 X-Openstack-Request-Id: req-06aad273-8bb7-476d-b7f8-e92a20957410 Date: Tue, 04 Sep 2018 12:26: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":"927bdab5-c239-4e4e-9594-d559915960eb","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"1e2f68a072b64978bd7ea91c2d64aca6","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-09-04T12:26:13Z","is_default":false,"provider:segmentation_id":40,"name":"sdnvpn-3-1-net","admin_state_up":true,"tenant_id":"1e2f68a072b64978bd7ea91c2d64aca6","created_at":"2018-09-04T12:26:13Z","mtu":1450}} 2018-09-04 12:26:13,742 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/networks used request id req-06aad273-8bb7-476d-b7f8-e92a20957410 2018-09-04 12:26:13,742 - sdnvpn.lib.openstack_utils - DEBUG - Network '927bdab5-c239-4e4e-9594-d559915960eb' created successfully 2018-09-04 12:26:13,742 - sdnvpn.lib.openstack_utils - DEBUG - Creating Subnet.... 2018-09-04 12:26:13,753 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}934494c21aee0b49cdd6113bbff1ad61191cfb8e" -d '{"subnets": [{"ip_version": 4, "network_id": "927bdab5-c239-4e4e-9594-d559915960eb", "cidr": "10.10.10.0/24", "dns_nameservers": ["8.8.8.8", "8.8.4.4"], "name": "sdnvpn-3-1-subnet"}]}' 2018-09-04 12:26:14,427 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 642 X-Openstack-Request-Id: req-31628ddc-9bc0-49e2-be13-9ccc4d065b64 Date: Tue, 04 Sep 2018 12:26:14 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"927bdab5-c239-4e4e-9594-d559915960eb","tenant_id":"1e2f68a072b64978bd7ea91c2d64aca6","created_at":"2018-09-04T12:26:14Z","dns_nameservers":["8.8.8.8","8.8.4.4"],"updated_at":"2018-09-04T12:26:14Z","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":"1e2f68a072b64978bd7ea91c2d64aca6","id":"e714051b-90af-4011-81f6-235e10260f37","subnetpool_id":null,"name":"sdnvpn-3-1-subnet"}]} 2018-09-04 12:26:14,427 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/subnets used request id req-31628ddc-9bc0-49e2-be13-9ccc4d065b64 2018-09-04 12:26:14,427 - sdnvpn.lib.openstack_utils - DEBUG - Subnet 'e714051b-90af-4011-81f6-235e10260f37' created successfully 2018-09-04 12:26:14,428 - sdnvpn.lib.openstack_utils - DEBUG - Creating Router... 2018-09-04 12:26:14,433 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:9696/v2.0/routers -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}934494c21aee0b49cdd6113bbff1ad61191cfb8e" -d '{"router": {"name": "sdnvpn-3-1-router", "admin_state_up": true}}' 2018-09-04 12:26:14,745 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 426 X-Openstack-Request-Id: req-07989fca-4816-4dd5-9560-26c72f705644 Date: Tue, 04 Sep 2018 12:26:14 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "1e2f68a072b64978bd7ea91c2d64aca6", "created_at": "2018-09-04T12:26:14Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-09-04T12:26:14Z", "revision_number": 0, "routes": [], "project_id": "1e2f68a072b64978bd7ea91c2d64aca6", "id": "dc011f97-d58e-48cc-8f4e-5affda0207f4", "name": "sdnvpn-3-1-router"}} 2018-09-04 12:26:14,745 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/routers used request id req-07989fca-4816-4dd5-9560-26c72f705644 2018-09-04 12:26:14,746 - sdnvpn.lib.openstack_utils - DEBUG - Router 'dc011f97-d58e-48cc-8f4e-5affda0207f4' created successfully 2018-09-04 12:26:14,746 - sdnvpn.lib.openstack_utils - DEBUG - Adding router to subnet... 2018-09-04 12:26:14,752 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.28:9696/v2.0/routers/dc011f97-d58e-48cc-8f4e-5affda0207f4/add_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}934494c21aee0b49cdd6113bbff1ad61191cfb8e" -d '{"subnet_id": "e714051b-90af-4011-81f6-235e10260f37"}' 2018-09-04 12:26:16,239 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-19147f95-5e1b-4a72-bca2-62f6c06f68c8 Date: Tue, 04 Sep 2018 12:26:16 GMT RESP BODY: {"network_id": "927bdab5-c239-4e4e-9594-d559915960eb", "tenant_id": "1e2f68a072b64978bd7ea91c2d64aca6", "subnet_id": "e714051b-90af-4011-81f6-235e10260f37", "subnet_ids": ["e714051b-90af-4011-81f6-235e10260f37"], "port_id": "7fe7f39a-03eb-47be-acff-93ecb8d755cf", "id": "dc011f97-d58e-48cc-8f4e-5affda0207f4"} 2018-09-04 12:26:16,239 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.28:9696/v2.0/routers/dc011f97-d58e-48cc-8f4e-5affda0207f4/add_router_interface used request id req-19147f95-5e1b-4a72-bca2-62f6c06f68c8 2018-09-04 12:26:16,239 - sdnvpn.lib.openstack_utils - DEBUG - Interface added successfully. 2018-09-04 12:26:16,239 - sdnvpn.lib.openstack_utils - DEBUG - Adding gateway to router... 2018-09-04 12:26:16,245 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}934494c21aee0b49cdd6113bbff1ad61191cfb8e" 2018-09-04 12:26:16,489 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1982 X-Openstack-Request-Id: req-0a3fb263-f619-4ecc-a7d1-4c2872697db4 Date: Tue, 04 Sep 2018 12:26:16 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"4097e349-dd4a-4a5e-95d6-eed5c2d7b85a","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"18025ed81c804927a1f0e0e0ba20836f","status":"ACTIVE","subnets":["5092c110-d468-4f12-acae-47d56d35dff1"],"description":"","tags":[],"updated_at":"2018-09-04T10:10:50Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"18025ed81c804927a1f0e0e0ba20836f","created_at":"2018-09-04T10:10:44Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"8b642b01-8be3-4202-b6e4-b88520b015c4","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"219a354443d04b66b7da22e8fcd0b9ff","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-09-04T11:25:51Z","provider:segmentation_id":59,"name":"c_rally_9fc79e06_ZGxNMMaa","admin_state_up":true,"tenant_id":"219a354443d04b66b7da22e8fcd0b9ff","created_at":"2018-09-04T11:25:50Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"927bdab5-c239-4e4e-9594-d559915960eb","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"1e2f68a072b64978bd7ea91c2d64aca6","status":"ACTIVE","subnets":["e714051b-90af-4011-81f6-235e10260f37"],"description":"","tags":[],"updated_at":"2018-09-04T12:26:14Z","provider:segmentation_id":40,"name":"sdnvpn-3-1-net","admin_state_up":true,"tenant_id":"1e2f68a072b64978bd7ea91c2d64aca6","created_at":"2018-09-04T12:26:13Z","provider:network_type":"vxlan"}]} 2018-09-04 12:26:16,489 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks used request id req-0a3fb263-f619-4ecc-a7d1-4c2872697db4 2018-09-04 12:26:16,495 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.28:9696/v2.0/routers/dc011f97-d58e-48cc-8f4e-5affda0207f4 -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}934494c21aee0b49cdd6113bbff1ad61191cfb8e" -d '{"router": {"external_gateway_info": {"network_id": "4097e349-dd4a-4a5e-95d6-eed5c2d7b85a"}}}' 2018-09-04 12:26:17,865 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 606 X-Openstack-Request-Id: req-50b2cad3-8897-439a-a5f3-dd0481b95dce Date: Tue, 04 Sep 2018 12:26:17 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "4097e349-dd4a-4a5e-95d6-eed5c2d7b85a", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "5092c110-d468-4f12-acae-47d56d35dff1", "ip_address": "172.30.9.209"}]}, "description": "", "tags": [], "tenant_id": "1e2f68a072b64978bd7ea91c2d64aca6", "created_at": "2018-09-04T12:26:14Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-09-04T12:26:17Z", "revision_number": 3, "routes": [], "project_id": "1e2f68a072b64978bd7ea91c2d64aca6", "id": "dc011f97-d58e-48cc-8f4e-5affda0207f4", "name": "sdnvpn-3-1-router"}} 2018-09-04 12:26:17,866 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.28:9696/v2.0/routers/dc011f97-d58e-48cc-8f4e-5affda0207f4 used request id req-50b2cad3-8897-439a-a5f3-dd0481b95dce 2018-09-04 12:26:17,866 - sdnvpn.lib.openstack_utils - DEBUG - Gateway added successfully. 2018-09-04 12:26:17,872 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}934494c21aee0b49cdd6113bbff1ad61191cfb8e" 2018-09-04 12:26:18,259 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1982 X-Openstack-Request-Id: req-4b042866-cc02-4365-b1b8-8b7c76e3b368 Date: Tue, 04 Sep 2018 12:26:18 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"4097e349-dd4a-4a5e-95d6-eed5c2d7b85a","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"18025ed81c804927a1f0e0e0ba20836f","status":"ACTIVE","subnets":["5092c110-d468-4f12-acae-47d56d35dff1"],"description":"","tags":[],"updated_at":"2018-09-04T10:10:50Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"18025ed81c804927a1f0e0e0ba20836f","created_at":"2018-09-04T10:10:44Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"8b642b01-8be3-4202-b6e4-b88520b015c4","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"219a354443d04b66b7da22e8fcd0b9ff","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-09-04T11:25:51Z","provider:segmentation_id":59,"name":"c_rally_9fc79e06_ZGxNMMaa","admin_state_up":true,"tenant_id":"219a354443d04b66b7da22e8fcd0b9ff","created_at":"2018-09-04T11:25:50Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"927bdab5-c239-4e4e-9594-d559915960eb","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"1e2f68a072b64978bd7ea91c2d64aca6","status":"ACTIVE","subnets":["e714051b-90af-4011-81f6-235e10260f37"],"description":"","tags":[],"updated_at":"2018-09-04T12:26:14Z","provider:segmentation_id":40,"name":"sdnvpn-3-1-net","admin_state_up":true,"tenant_id":"1e2f68a072b64978bd7ea91c2d64aca6","created_at":"2018-09-04T12:26:13Z","provider:network_type":"vxlan"}]} 2018-09-04 12:26:18,259 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks used request id req-4b042866-cc02-4365-b1b8-8b7c76e3b368 2018-09-04 12:26:18,268 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}934494c21aee0b49cdd6113bbff1ad61191cfb8e" 2018-09-04 12:26:18,317 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1253 X-Openstack-Request-Id: req-00f6af21-c555-4f58-bf20-873852af53f6 Date: Tue, 04 Sep 2018 12:26:18 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"4097e349-dd4a-4a5e-95d6-eed5c2d7b85a","tenant_id":"18025ed81c804927a1f0e0e0ba20836f","created_at":"2018-09-04T10:10:50Z","dns_nameservers":[],"updated_at":"2018-09-04T10:10:50Z","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":"18025ed81c804927a1f0e0e0ba20836f","id":"5092c110-d468-4f12-acae-47d56d35dff1","subnetpool_id":null,"name":"external-subnet"},{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"927bdab5-c239-4e4e-9594-d559915960eb","tenant_id":"1e2f68a072b64978bd7ea91c2d64aca6","created_at":"2018-09-04T12:26:14Z","dns_nameservers":["8.8.8.8","8.8.4.4"],"updated_at":"2018-09-04T12:26:14Z","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":"1e2f68a072b64978bd7ea91c2d64aca6","id":"e714051b-90af-4011-81f6-235e10260f37","subnetpool_id":null,"name":"sdnvpn-3-1-subnet"}]} 2018-09-04 12:26:18,317 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets used request id req-00f6af21-c555-4f58-bf20-873852af53f6 2018-09-04 12:26:18,322 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9696/v2.0/routers -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}934494c21aee0b49cdd6113bbff1ad61191cfb8e" 2018-09-04 12:26:18,781 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 609 X-Openstack-Request-Id: req-c279d7db-fa5f-4bd1-9bb2-c8208ca6363b Date: Tue, 04 Sep 2018 12:26:18 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "4097e349-dd4a-4a5e-95d6-eed5c2d7b85a", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "5092c110-d468-4f12-acae-47d56d35dff1", "ip_address": "172.30.9.209"}]}, "description": "", "tags": [], "tenant_id": "1e2f68a072b64978bd7ea91c2d64aca6", "created_at": "2018-09-04T12:26:14Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-09-04T12:26:17Z", "revision_number": 3, "routes": [], "project_id": "1e2f68a072b64978bd7ea91c2d64aca6", "id": "dc011f97-d58e-48cc-8f4e-5affda0207f4", "name": "sdnvpn-3-1-router"}]} 2018-09-04 12:26:18,781 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/routers used request id req-c279d7db-fa5f-4bd1-9bb2-c8208ca6363b 2018-09-04 12:26:18,781 - sdnvpn.lib.openstack_utils - INFO - Creating neutron network sdnvpn-3-2-quagga-net... 2018-09-04 12:26:18,787 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}934494c21aee0b49cdd6113bbff1ad61191cfb8e" -d '{"network": {"name": "sdnvpn-3-2-quagga-net", "admin_state_up": true}}' 2018-09-04 12:26:19,322 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 653 X-Openstack-Request-Id: req-4334ccf4-06d3-4016-bc21-7f3d47b80ccf Date: Tue, 04 Sep 2018 12:26: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":"3f2419f8-bbcf-4571-8048-d86c2a695826","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"1e2f68a072b64978bd7ea91c2d64aca6","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-09-04T12:26:19Z","is_default":false,"provider:segmentation_id":87,"name":"sdnvpn-3-2-quagga-net","admin_state_up":true,"tenant_id":"1e2f68a072b64978bd7ea91c2d64aca6","created_at":"2018-09-04T12:26:19Z","mtu":1450}} 2018-09-04 12:26:19,322 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/networks used request id req-4334ccf4-06d3-4016-bc21-7f3d47b80ccf 2018-09-04 12:26:19,323 - sdnvpn.lib.openstack_utils - DEBUG - Network '3f2419f8-bbcf-4571-8048-d86c2a695826' created successfully 2018-09-04 12:26:19,323 - sdnvpn.lib.openstack_utils - DEBUG - Creating Subnet.... 2018-09-04 12:26:19,328 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}934494c21aee0b49cdd6113bbff1ad61191cfb8e" -d '{"subnets": [{"ip_version": 4, "network_id": "3f2419f8-bbcf-4571-8048-d86c2a695826", "cidr": "10.10.11.0/24", "dns_nameservers": ["8.8.8.8", "8.8.4.4"], "name": "sdnvpn-3-2-quagga-subnet"}]}' 2018-09-04 12:26:19,849 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 649 X-Openstack-Request-Id: req-3cb039f3-576f-4ab6-89bc-d4a5bc70ca2d Date: Tue, 04 Sep 2018 12:26:19 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"3f2419f8-bbcf-4571-8048-d86c2a695826","tenant_id":"1e2f68a072b64978bd7ea91c2d64aca6","created_at":"2018-09-04T12:26:19Z","dns_nameservers":["8.8.8.8","8.8.4.4"],"updated_at":"2018-09-04T12:26:19Z","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":"1e2f68a072b64978bd7ea91c2d64aca6","id":"8414cd67-2707-4790-a765-bd3ec1078ac7","subnetpool_id":null,"name":"sdnvpn-3-2-quagga-subnet"}]} 2018-09-04 12:26:19,849 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/subnets used request id req-3cb039f3-576f-4ab6-89bc-d4a5bc70ca2d 2018-09-04 12:26:19,850 - sdnvpn.lib.openstack_utils - DEBUG - Subnet '8414cd67-2707-4790-a765-bd3ec1078ac7' created successfully 2018-09-04 12:26:19,850 - sdnvpn.lib.openstack_utils - DEBUG - Creating Router... 2018-09-04 12:26:19,856 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:9696/v2.0/routers -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}934494c21aee0b49cdd6113bbff1ad61191cfb8e" -d '{"router": {"name": "sdnvpn-3-2-quagga-router", "admin_state_up": true}}' 2018-09-04 12:26:20,188 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 433 X-Openstack-Request-Id: req-5e00d748-185d-47b6-94cb-7a3723627022 Date: Tue, 04 Sep 2018 12:26:20 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "1e2f68a072b64978bd7ea91c2d64aca6", "created_at": "2018-09-04T12:26:20Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-09-04T12:26:20Z", "revision_number": 0, "routes": [], "project_id": "1e2f68a072b64978bd7ea91c2d64aca6", "id": "072b4d68-d27b-42ab-ae0f-7c4fcd139509", "name": "sdnvpn-3-2-quagga-router"}} 2018-09-04 12:26:20,188 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/routers used request id req-5e00d748-185d-47b6-94cb-7a3723627022 2018-09-04 12:26:20,188 - sdnvpn.lib.openstack_utils - DEBUG - Router '072b4d68-d27b-42ab-ae0f-7c4fcd139509' created successfully 2018-09-04 12:26:20,188 - sdnvpn.lib.openstack_utils - DEBUG - Adding router to subnet... 2018-09-04 12:26:20,194 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.28:9696/v2.0/routers/072b4d68-d27b-42ab-ae0f-7c4fcd139509/add_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}934494c21aee0b49cdd6113bbff1ad61191cfb8e" -d '{"subnet_id": "8414cd67-2707-4790-a765-bd3ec1078ac7"}' 2018-09-04 12:26:21,691 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-2a17b720-dfb1-4912-b51e-3b14966c58f3 Date: Tue, 04 Sep 2018 12:26:21 GMT RESP BODY: {"network_id": "3f2419f8-bbcf-4571-8048-d86c2a695826", "tenant_id": "1e2f68a072b64978bd7ea91c2d64aca6", "subnet_id": "8414cd67-2707-4790-a765-bd3ec1078ac7", "subnet_ids": ["8414cd67-2707-4790-a765-bd3ec1078ac7"], "port_id": "51fac10a-718e-4dfe-8e30-b4364d166c52", "id": "072b4d68-d27b-42ab-ae0f-7c4fcd139509"} 2018-09-04 12:26:21,691 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.28:9696/v2.0/routers/072b4d68-d27b-42ab-ae0f-7c4fcd139509/add_router_interface used request id req-2a17b720-dfb1-4912-b51e-3b14966c58f3 2018-09-04 12:26:21,691 - sdnvpn.lib.openstack_utils - DEBUG - Interface added successfully. 2018-09-04 12:26:21,692 - sdnvpn.lib.openstack_utils - DEBUG - Adding gateway to router... 2018-09-04 12:26:21,697 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}934494c21aee0b49cdd6113bbff1ad61191cfb8e" 2018-09-04 12:26:21,786 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2649 X-Openstack-Request-Id: req-12dd53d1-e59b-4077-af6f-21fe4743fd3c Date: Tue, 04 Sep 2018 12:26:21 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"3f2419f8-bbcf-4571-8048-d86c2a695826","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"1e2f68a072b64978bd7ea91c2d64aca6","status":"ACTIVE","subnets":["8414cd67-2707-4790-a765-bd3ec1078ac7"],"description":"","tags":[],"updated_at":"2018-09-04T12:26:19Z","provider:segmentation_id":87,"name":"sdnvpn-3-2-quagga-net","admin_state_up":true,"tenant_id":"1e2f68a072b64978bd7ea91c2d64aca6","created_at":"2018-09-04T12:26:19Z","provider:network_type":"vxlan"},{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"4097e349-dd4a-4a5e-95d6-eed5c2d7b85a","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"18025ed81c804927a1f0e0e0ba20836f","status":"ACTIVE","subnets":["5092c110-d468-4f12-acae-47d56d35dff1"],"description":"","tags":[],"updated_at":"2018-09-04T10:10:50Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"18025ed81c804927a1f0e0e0ba20836f","created_at":"2018-09-04T10:10:44Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"8b642b01-8be3-4202-b6e4-b88520b015c4","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"219a354443d04b66b7da22e8fcd0b9ff","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-09-04T11:25:51Z","provider:segmentation_id":59,"name":"c_rally_9fc79e06_ZGxNMMaa","admin_state_up":true,"tenant_id":"219a354443d04b66b7da22e8fcd0b9ff","created_at":"2018-09-04T11:25:50Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"927bdab5-c239-4e4e-9594-d559915960eb","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"1e2f68a072b64978bd7ea91c2d64aca6","status":"ACTIVE","subnets":["e714051b-90af-4011-81f6-235e10260f37"],"description":"","tags":[],"updated_at":"2018-09-04T12:26:14Z","provider:segmentation_id":40,"name":"sdnvpn-3-1-net","admin_state_up":true,"tenant_id":"1e2f68a072b64978bd7ea91c2d64aca6","created_at":"2018-09-04T12:26:13Z","provider:network_type":"vxlan"}]} 2018-09-04 12:26:21,786 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks used request id req-12dd53d1-e59b-4077-af6f-21fe4743fd3c 2018-09-04 12:26:21,793 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.28:9696/v2.0/routers/072b4d68-d27b-42ab-ae0f-7c4fcd139509 -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}934494c21aee0b49cdd6113bbff1ad61191cfb8e" -d '{"router": {"external_gateway_info": {"network_id": "4097e349-dd4a-4a5e-95d6-eed5c2d7b85a"}}}' 2018-09-04 12:26:23,396 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 613 X-Openstack-Request-Id: req-3a72a5b4-8865-473f-b001-e9acd3e55a8b Date: Tue, 04 Sep 2018 12:26:23 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "4097e349-dd4a-4a5e-95d6-eed5c2d7b85a", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "5092c110-d468-4f12-acae-47d56d35dff1", "ip_address": "172.30.9.203"}]}, "description": "", "tags": [], "tenant_id": "1e2f68a072b64978bd7ea91c2d64aca6", "created_at": "2018-09-04T12:26:20Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-09-04T12:26:23Z", "revision_number": 4, "routes": [], "project_id": "1e2f68a072b64978bd7ea91c2d64aca6", "id": "072b4d68-d27b-42ab-ae0f-7c4fcd139509", "name": "sdnvpn-3-2-quagga-router"}} 2018-09-04 12:26:23,396 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.28:9696/v2.0/routers/072b4d68-d27b-42ab-ae0f-7c4fcd139509 used request id req-3a72a5b4-8865-473f-b001-e9acd3e55a8b 2018-09-04 12:26:23,397 - sdnvpn.lib.openstack_utils - DEBUG - Gateway added successfully. 2018-09-04 12:26:23,397 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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-09-04 12:26:23,405 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12:26:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cda8abb8-08c3-459b-8a03-40424f0bd61d 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.28:5000/v3/", "rel": "self"}]}} 2018-09-04 12:26:23,406 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-cda8abb8-08c3-459b-8a03-40424f0bd61d 2018-09-04 12:26:23,406 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-09-04 12:26:23,790 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "3d416247e8224533841040c3ad2bce5a", "name": "admin"}], "expires_at": "2018-09-04T13:26:23.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1e2f68a072b64978bd7ea91c2d64aca6", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v1/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235635a698ef4bef9dc6b25273d185da"}, {"url": "http://192.30.9.6:8776/v1/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "23b07b3fbfc340a58cf0f9b2871a0d23"}, {"url": "http://172.30.9.28:8776/v1/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "72fd0aaa144d45419f4b04b6b26f69a7"}], "type": "volume", "id": "097241c25b4d4f7e91b3f8efa155909e", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v3/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93eb4cf3030a49e7840bec071422d397"}, {"url": "http://192.30.9.6:8776/v3/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8af439a6ac147fdbcb38ed9aa916b68"}, {"url": "http://192.30.9.6:8776/v3/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c4bfdbc9b7c74a23a40afdf578cfeba4"}], "type": "volumev3", "id": "1c85f4682ce44f729db1dabd98e965e8", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "82239574a29d4603a2161006f61851cf"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8d15f7134f364a7bbcfff2f84aac3bf2"}, {"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e01668c43a0c4c279b9a3d20a0280d6c"}], "type": "image", "id": "297d8415ca96454991054983920912f7", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7bb4d60e20734d4a9f31ec75e02cb823"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bf6adec15590466a9a0d3bddb00e8993"}, {"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f096f03a1d12411a8972f6f7c196b60d"}], "type": "policy", "id": "54c64351b56d44bbad74c2969cc3aa00", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "354ae6870a324fab82d0a0fb68ee0f26"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a3807e460dd4af488d982b66c52e64c"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e7c3da785076450abd71868e75ce0c33"}], "type": "cloudformation", "id": "6ac9917ae83c4639a15a4ab3cf0e76dd", "name": "heat-cfn"}, {"endpoints": [], "type": "metering", "id": "7fcc078e5e0645f29df67742ac14e388", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49e71628d386464cb950d6a9db00a328"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75b0a63ed8574bbcab1c851cc9b83d30"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9902b0a8b3c04cd192a1b84c417c232b"}], "type": "key-manager", "id": "9626544a32e74678a641c6e206f028a9", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "497340e5aa36485982fdf297f370558f"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7802beb4fc7c4952897b77bd5610b1fe"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c14af798917f4fa0b146d9772583e595"}], "type": "metric", "id": "973bfe8c658d4e5a8da725e76b9d550e", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "288ecc3674ea41d2aa3b790dcb832bf2"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7a6dc785cd7142f5b30f1a7ba0daeb03"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7f7d34e2351b4964befccc862c4e8e12"}], "type": "network", "id": "a348d7b06050474fb449be7f32ea6f5d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "21bce6ecb8464a1f8f3e3847aa698bd6"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0a8faf2246b47deb30e69e48d3551fb"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e71c6011de3d4d8589e5b53dcc79f288"}], "type": "identity", "id": "ad8d4b4953184137a1b913ecee9434ed", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "13474f9a78ca4f1184e4cddc84d0d98c"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad67365a18234bb78c336e6776958c00"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc54db13337f44f8921fbb9ad0f81de8"}], "type": "alarming", "id": "bb18dc3243034f08a6a7f69f7a1edccf", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0d91d7adf0304b2681c77f979e5cdb17"}, {"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "756e5ffca9774ab3ae2db41bf330417f"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c07c727a08c243b287827f539a124e63"}], "type": "placement", "id": "bb2c9432fcbd4c56913177122468f6ba", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8004/v1/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1eed4912224b48cf9856446eae4d9928"}, {"url": "http://192.30.9.6:8004/v1/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b73b7f99236541148d84f24f09e5dd40"}, {"url": "http://192.30.9.6:8004/v1/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fbf12e52911244fdafc24a9d46f56e62"}], "type": "orchestration", "id": "c8918d139da945ba93df4ccce21d4904", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16bf098b9e2e490f8e47fa601059f975"}, {"url": "http://192.30.9.6:8776/v2/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc16fa4cf491444ca2f611d5692c1170"}, {"url": "http://192.30.9.6:8776/v2/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ccd2c5325dff4b90b391db9fdde67d99"}], "type": "volumev2", "id": "d09ac9123c34494abce21d6c27bee9d9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eac694332354a3aa0e61c31314166d7"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b4d4989c4e764717ab78d38675cadd3f"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff196e46b56d406d87a678f1a64497b0"}], "type": "compute", "id": "d4030ee932c84df58c5b910cc197caa7", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "42c3a9abd8ad4ce8ab2c4cc6e0403c33"}, "audit_ids": ["vqpgIK-ZTECtS3Hj7pE1nQ"], "issued_at": "2018-09-04T12:26:23.000000Z"}} 2018-09-04 12:26:23,793 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9292/v2/images?limit=20 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}eb3934b141f85ad10346ab70558184890b79409b" 2018-09-04 12:26:23,952 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 78 Content-Type: application/json X-Openstack-Request-Id: req-9f839e57-c5f8-419a-ae20-62577bfe23f8 Date: Tue, 04 Sep 2018 12:26:23 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?limit=20"} 2018-09-04 12:26:23,952 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images?limit=20 used request id req-9f839e57-c5f8-419a-ae20-62577bfe23f8 2018-09-04 12:26:23,953 - sdnvpn.lib.openstack_utils - INFO - Creating image 'sdnvpn-ubuntu' from '/home/opnfv/functest/data/ubuntu-16.04-server-cloudimg-amd64-disk1.img'... 2018-09-04 12:26:23,956 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}eb3934b141f85ad10346ab70558184890b79409b" 2018-09-04 12:26:24,114 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-3080b2c2-9d57-47dc-90a5-d4b7f946c377 Date: Tue, 04 Sep 2018 12:26:24 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-09-04 12:26:24,114 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/schemas/image used request id req-3080b2c2-9d57-47dc-90a5-d4b7f946c377 2018-09-04 12:26:24,149 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}eb3934b141f85ad10346ab70558184890b79409b" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "sdnvpn-ubuntu", "visibility": "public"}' 2018-09-04 12:26:24,733 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 574 Content-Type: application/json Location: http://172.30.9.28:9292/v2/images/58ea38d1-edc6-4e18-8e09-86a84a11451f X-Openstack-Request-Id: req-d9525e85-8177-48da-a8a6-fbb321c3137f Date: Tue, 04 Sep 2018 12:26:24 GMT RESP BODY: {"status": "queued", "name": "sdnvpn-ubuntu", "tags": [], "container_format": "bare", "created_at": "2018-09-04T12:26:24Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-09-04T12:26:24Z", "visibility": "public", "locations": [], "self": "/v2/images/58ea38d1-edc6-4e18-8e09-86a84a11451f", "min_disk": 0, "protected": false, "id": "58ea38d1-edc6-4e18-8e09-86a84a11451f", "file": "/v2/images/58ea38d1-edc6-4e18-8e09-86a84a11451f/file", "checksum": null, "owner": "1e2f68a072b64978bd7ea91c2d64aca6", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-09-04 12:26:24,733 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.28:9292/v2/images used request id req-d9525e85-8177-48da-a8a6-fbb321c3137f 2018-09-04 12:26:24,744 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.28:9292/v2/images/58ea38d1-edc6-4e18-8e09-86a84a11451f/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}eb3934b141f85ad10346ab70558184890b79409b" -d '' 2018-09-04 12:26:36,243 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-d0fe50cc-e971-4c54-8c05-a681bcc396db Date: Tue, 04 Sep 2018 12:26:36 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-09-04 12:26:36,243 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.28:9292/v2/images/58ea38d1-edc6-4e18-8e09-86a84a11451f/file used request id req-d0fe50cc-e971-4c54-8c05-a681bcc396db 2018-09-04 12:26:36,250 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}934494c21aee0b49cdd6113bbff1ad61191cfb8e" 2018-09-04 12:26:36,376 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2649 X-Openstack-Request-Id: req-d7cc37ff-9816-4d51-9961-cbd1793b753f Date: Tue, 04 Sep 2018 12:26:36 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"3f2419f8-bbcf-4571-8048-d86c2a695826","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"1e2f68a072b64978bd7ea91c2d64aca6","status":"ACTIVE","subnets":["8414cd67-2707-4790-a765-bd3ec1078ac7"],"description":"","tags":[],"updated_at":"2018-09-04T12:26:19Z","provider:segmentation_id":87,"name":"sdnvpn-3-2-quagga-net","admin_state_up":true,"tenant_id":"1e2f68a072b64978bd7ea91c2d64aca6","created_at":"2018-09-04T12:26:19Z","provider:network_type":"vxlan"},{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"4097e349-dd4a-4a5e-95d6-eed5c2d7b85a","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"18025ed81c804927a1f0e0e0ba20836f","status":"ACTIVE","subnets":["5092c110-d468-4f12-acae-47d56d35dff1"],"description":"","tags":[],"updated_at":"2018-09-04T10:10:50Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"18025ed81c804927a1f0e0e0ba20836f","created_at":"2018-09-04T10:10:44Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"8b642b01-8be3-4202-b6e4-b88520b015c4","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"219a354443d04b66b7da22e8fcd0b9ff","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-09-04T11:25:51Z","provider:segmentation_id":59,"name":"c_rally_9fc79e06_ZGxNMMaa","admin_state_up":true,"tenant_id":"219a354443d04b66b7da22e8fcd0b9ff","created_at":"2018-09-04T11:25:50Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"927bdab5-c239-4e4e-9594-d559915960eb","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"1e2f68a072b64978bd7ea91c2d64aca6","status":"ACTIVE","subnets":["e714051b-90af-4011-81f6-235e10260f37"],"description":"","tags":[],"updated_at":"2018-09-04T12:26:14Z","provider:segmentation_id":40,"name":"sdnvpn-3-1-net","admin_state_up":true,"tenant_id":"1e2f68a072b64978bd7ea91c2d64aca6","created_at":"2018-09-04T12:26:13Z","provider:network_type":"vxlan"}]} 2018-09-04 12:26:36,376 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks used request id req-d7cc37ff-9816-4d51-9961-cbd1793b753f 2018-09-04 12:26:36,384 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:9696/v2.0/floatingips -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}934494c21aee0b49cdd6113bbff1ad61191cfb8e" -d '{"floatingip": {"floating_network_id": "4097e349-dd4a-4a5e-95d6-eed5c2d7b85a"}}' 2018-09-04 12:26:38,133 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 472 X-Openstack-Request-Id: req-2dff3031-8d0e-4465-9f68-6515207e79b0 Date: Tue, 04 Sep 2018 12:26:38 GMT RESP BODY: {"floatingip": {"router_id": null, "status": "DOWN", "description": "", "tags": [], "updated_at": "2018-09-04T12:26:37Z", "floating_network_id": "4097e349-dd4a-4a5e-95d6-eed5c2d7b85a", "fixed_ip_address": null, "floating_ip_address": "172.30.9.205", "revision_number": 0, "port_id": null, "id": "f7cf9b5b-a0d0-45e5-9e1f-6a1938ffd581", "tenant_id": "1e2f68a072b64978bd7ea91c2d64aca6", "created_at": "2018-09-04T12:26:37Z", "project_id": "1e2f68a072b64978bd7ea91c2d64aca6"}} 2018-09-04 12:26:38,133 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/floatingips used request id req-2dff3031-8d0e-4465-9f68-6515207e79b0 2018-09-04 12:26:38,139 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}934494c21aee0b49cdd6113bbff1ad61191cfb8e" 2018-09-04 12:26:38,370 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2649 X-Openstack-Request-Id: req-aa0a93ae-76af-4808-8d38-187c8110cf9f Date: Tue, 04 Sep 2018 12:26:38 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"3f2419f8-bbcf-4571-8048-d86c2a695826","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"1e2f68a072b64978bd7ea91c2d64aca6","status":"ACTIVE","subnets":["8414cd67-2707-4790-a765-bd3ec1078ac7"],"description":"","tags":[],"updated_at":"2018-09-04T12:26:19Z","provider:segmentation_id":87,"name":"sdnvpn-3-2-quagga-net","admin_state_up":true,"tenant_id":"1e2f68a072b64978bd7ea91c2d64aca6","created_at":"2018-09-04T12:26:19Z","provider:network_type":"vxlan"},{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"4097e349-dd4a-4a5e-95d6-eed5c2d7b85a","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"18025ed81c804927a1f0e0e0ba20836f","status":"ACTIVE","subnets":["5092c110-d468-4f12-acae-47d56d35dff1"],"description":"","tags":[],"updated_at":"2018-09-04T10:10:50Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"18025ed81c804927a1f0e0e0ba20836f","created_at":"2018-09-04T10:10:44Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"8b642b01-8be3-4202-b6e4-b88520b015c4","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"219a354443d04b66b7da22e8fcd0b9ff","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-09-04T11:25:51Z","provider:segmentation_id":59,"name":"c_rally_9fc79e06_ZGxNMMaa","admin_state_up":true,"tenant_id":"219a354443d04b66b7da22e8fcd0b9ff","created_at":"2018-09-04T11:25:50Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"927bdab5-c239-4e4e-9594-d559915960eb","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"1e2f68a072b64978bd7ea91c2d64aca6","status":"ACTIVE","subnets":["e714051b-90af-4011-81f6-235e10260f37"],"description":"","tags":[],"updated_at":"2018-09-04T12:26:14Z","provider:segmentation_id":40,"name":"sdnvpn-3-1-net","admin_state_up":true,"tenant_id":"1e2f68a072b64978bd7ea91c2d64aca6","created_at":"2018-09-04T12:26:13Z","provider:network_type":"vxlan"}]} 2018-09-04 12:26:38,371 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks used request id req-aa0a93ae-76af-4808-8d38-187c8110cf9f 2018-09-04 12:26:38,377 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:9696/v2.0/floatingips -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}934494c21aee0b49cdd6113bbff1ad61191cfb8e" -d '{"floatingip": {"floating_network_id": "4097e349-dd4a-4a5e-95d6-eed5c2d7b85a"}}' 2018-09-04 12:26:39,960 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 472 X-Openstack-Request-Id: req-db75cdbe-770d-47ec-b411-bd91a8efb379 Date: Tue, 04 Sep 2018 12:26:39 GMT RESP BODY: {"floatingip": {"router_id": null, "status": "DOWN", "description": "", "tags": [], "updated_at": "2018-09-04T12:26:38Z", "floating_network_id": "4097e349-dd4a-4a5e-95d6-eed5c2d7b85a", "fixed_ip_address": null, "floating_ip_address": "172.30.9.206", "revision_number": 0, "port_id": null, "id": "d5225f18-52cb-4ef2-8b34-bb9d3fa68870", "tenant_id": "1e2f68a072b64978bd7ea91c2d64aca6", "created_at": "2018-09-04T12:26:38Z", "project_id": "1e2f68a072b64978bd7ea91c2d64aca6"}} 2018-09-04 12:26:39,960 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/floatingips used request id req-db75cdbe-770d-47ec-b411-bd91a8efb379 2018-09-04 12:26:39,961 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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-09-04 12:26:39,968 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12:26:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5f69110d-a2ba-412d-b85d-e4a7c180bb99 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.28:5000/v3/", "rel": "self"}]}} 2018-09-04 12:26:39,968 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-5f69110d-a2ba-412d-b85d-e4a7c180bb99 2018-09-04 12:26:39,969 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-09-04 12:26:40,352 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "3d416247e8224533841040c3ad2bce5a", "name": "admin"}], "expires_at": "2018-09-04T13:26:40.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1e2f68a072b64978bd7ea91c2d64aca6", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v1/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235635a698ef4bef9dc6b25273d185da"}, {"url": "http://192.30.9.6:8776/v1/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "23b07b3fbfc340a58cf0f9b2871a0d23"}, {"url": "http://172.30.9.28:8776/v1/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "72fd0aaa144d45419f4b04b6b26f69a7"}], "type": "volume", "id": "097241c25b4d4f7e91b3f8efa155909e", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v3/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93eb4cf3030a49e7840bec071422d397"}, {"url": "http://192.30.9.6:8776/v3/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8af439a6ac147fdbcb38ed9aa916b68"}, {"url": "http://192.30.9.6:8776/v3/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c4bfdbc9b7c74a23a40afdf578cfeba4"}], "type": "volumev3", "id": "1c85f4682ce44f729db1dabd98e965e8", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "82239574a29d4603a2161006f61851cf"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8d15f7134f364a7bbcfff2f84aac3bf2"}, {"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e01668c43a0c4c279b9a3d20a0280d6c"}], "type": "image", "id": "297d8415ca96454991054983920912f7", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7bb4d60e20734d4a9f31ec75e02cb823"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bf6adec15590466a9a0d3bddb00e8993"}, {"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f096f03a1d12411a8972f6f7c196b60d"}], "type": "policy", "id": "54c64351b56d44bbad74c2969cc3aa00", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "354ae6870a324fab82d0a0fb68ee0f26"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a3807e460dd4af488d982b66c52e64c"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e7c3da785076450abd71868e75ce0c33"}], "type": "cloudformation", "id": "6ac9917ae83c4639a15a4ab3cf0e76dd", "name": "heat-cfn"}, {"endpoints": [], "type": "metering", "id": "7fcc078e5e0645f29df67742ac14e388", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49e71628d386464cb950d6a9db00a328"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75b0a63ed8574bbcab1c851cc9b83d30"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9902b0a8b3c04cd192a1b84c417c232b"}], "type": "key-manager", "id": "9626544a32e74678a641c6e206f028a9", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "497340e5aa36485982fdf297f370558f"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7802beb4fc7c4952897b77bd5610b1fe"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c14af798917f4fa0b146d9772583e595"}], "type": "metric", "id": "973bfe8c658d4e5a8da725e76b9d550e", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "288ecc3674ea41d2aa3b790dcb832bf2"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7a6dc785cd7142f5b30f1a7ba0daeb03"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7f7d34e2351b4964befccc862c4e8e12"}], "type": "network", "id": "a348d7b06050474fb449be7f32ea6f5d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "21bce6ecb8464a1f8f3e3847aa698bd6"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0a8faf2246b47deb30e69e48d3551fb"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e71c6011de3d4d8589e5b53dcc79f288"}], "type": "identity", "id": "ad8d4b4953184137a1b913ecee9434ed", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "13474f9a78ca4f1184e4cddc84d0d98c"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad67365a18234bb78c336e6776958c00"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc54db13337f44f8921fbb9ad0f81de8"}], "type": "alarming", "id": "bb18dc3243034f08a6a7f69f7a1edccf", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0d91d7adf0304b2681c77f979e5cdb17"}, {"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "756e5ffca9774ab3ae2db41bf330417f"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c07c727a08c243b287827f539a124e63"}], "type": "placement", "id": "bb2c9432fcbd4c56913177122468f6ba", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8004/v1/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1eed4912224b48cf9856446eae4d9928"}, {"url": "http://192.30.9.6:8004/v1/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b73b7f99236541148d84f24f09e5dd40"}, {"url": "http://192.30.9.6:8004/v1/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fbf12e52911244fdafc24a9d46f56e62"}], "type": "orchestration", "id": "c8918d139da945ba93df4ccce21d4904", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16bf098b9e2e490f8e47fa601059f975"}, {"url": "http://192.30.9.6:8776/v2/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc16fa4cf491444ca2f611d5692c1170"}, {"url": "http://192.30.9.6:8776/v2/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ccd2c5325dff4b90b391db9fdde67d99"}], "type": "volumev2", "id": "d09ac9123c34494abce21d6c27bee9d9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eac694332354a3aa0e61c31314166d7"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b4d4989c4e764717ab78d38675cadd3f"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff196e46b56d406d87a678f1a64497b0"}], "type": "compute", "id": "d4030ee932c84df58c5b910cc197caa7", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "42c3a9abd8ad4ce8ab2c4cc6e0403c33"}, "audit_ids": ["7QRdKn6UQN6iSrNlxsWpfQ"], "issued_at": "2018-09-04T12:26:40.000000Z"}} 2018-09-04 12:26:40,355 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/os-hypervisors/detail -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}81b332194640fec3d40061ce6c180ec8fb77091b" 2018-09-04 12:26:40,939 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12:26:40 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-8834c822-2256-4db8-a959-58fea0b4f1d3 x-compute-request-id: req-8834c822-2256-4db8-a959-58fea0b4f1d3 Content-Encoding: gzip Content-Length: 720 Content-Type: application/json RESP BODY: {"hypervisors": [{"status": "enabled", "service": {"host": "overcloud-novacompute-0.opnfvlf.org", "disabled_reason": null, "id": 132}, "vcpus_used": 0, "hypervisor_type": "QEMU", "local_gb_used": 0, "vcpus": 16, "hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "memory_mb_used": 4096, "memory_mb": 32502, "current_workload": 0, "state": "up", "host_ip": "192.30.9.9", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"pcid\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"acpi\", \"fma\", \"vme\", \"popcnt\", \"mmx\", \"osxsave\", \"cx8\", \"mce\", \"de\", \"rdtscp\", \"ht\", \"dca\", \"lahf_lm\", \"abm\", \"pdcm\", \"mca\", \"pdpe1gb\", \"apic\", \"sse\", \"f16c\", \"pse\", \"ds\", \"invtsc\", \"pni\", \"tm2\", \"avx2\", \"aes\", \"sse2\", \"ss\", \"ds_cpl\", \"arat\", \"bmi1\", \"bmi2\", \"ssse3\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 0, "free_disk_gb": 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": 141}, "vcpus_used": 0, "hypervisor_type": "QEMU", "local_gb_used": 0, "vcpus": 16, "hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "memory_mb_used": 4096, "memory_mb": 32502, "current_workload": 0, "state": "up", "host_ip": "192.30.9.7", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"pcid\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"acpi\", \"fma\", \"vme\", \"popcnt\", \"mmx\", \"osxsave\", \"cx8\", \"mce\", \"de\", \"rdtscp\", \"ht\", \"dca\", \"lahf_lm\", \"abm\", \"pdcm\", \"mca\", \"pdpe1gb\", \"apic\", \"sse\", \"f16c\", \"pse\", \"ds\", \"invtsc\", \"pni\", \"tm2\", \"avx2\", \"aes\", \"sse2\", \"ss\", \"ds_cpl\", \"arat\", \"bmi1\", \"bmi2\", \"ssse3\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 0, "free_disk_gb": 10239, "hypervisor_version": 2009000, "disk_available_least": 10179, "local_gb": 10239, "free_ram_mb": 28406, "id": 6}]} 2018-09-04 12:26:40,939 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/os-hypervisors/detail used request id req-8834c822-2256-4db8-a959-58fea0b4f1d3 2018-09-04 12:26:40,941 - paramiko.transport - DEBUG - [chan 4] Max packet in: 32768 bytes 2018-09-04 12:26:40,942 - paramiko.transport - DEBUG - [chan 4] Max packet out: 32768 bytes 2018-09-04 12:26:40,943 - paramiko.transport - DEBUG - Secsh channel 4 opened. 2018-09-04 12:26:40,945 - paramiko.transport - DEBUG - [chan 4] Sesch channel 4 request ok 2018-09-04 12:26:40,979 - paramiko.transport - DEBUG - [chan 4] EOF received (4) 2018-09-04 12:26:40,981 - paramiko.transport - DEBUG - [chan 4] EOF sent (4) 2018-09-04 12:26:40,981 - sdnvpn_test_utils - INFO - Creating instance 'sdnvpn-3-2-quagga'... 2018-09-04 12:26:40,981 - sdnvpn_test_utils - DEBUG - Configuration: name=sdnvpn-3-2-quagga flavor=m1.custom image=58ea38d1-edc6-4e18-8e09-86a84a11451f network=3f2419f8-bbcf-4571-8048-d86c2a695826 secgroup=aee4e203-f920-46bb-ac91-6898d944e253 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.23 OWN_IP=172.30.9.206 # 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-09-04 12:26:40,982 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-09-04 12:26:40,982 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-09-04 12:26:40,982 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-09-04 12:26:40,983 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-09-04 12:26:40,983 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-09-04 12:26:40,983 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-09-04 12:26:40,983 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-09-04 12:26:40,983 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-09-04 12:26:40,983 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-09-04 12:26:40,983 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-09-04 12:26:40,983 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-09-04 12:26:40,984 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-09-04 12:26:40,984 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-09-04 12:26:40,984 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-09-04 12:26:40,984 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-09-04 12:26:40,984 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-09-04 12:26:40,984 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-09-04 12:26:40,984 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-09-04 12:26:40,984 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-09-04 12:26:40,984 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-09-04 12:26:40,985 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-09-04 12:26:40,985 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-09-04 12:26:40,985 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-09-04 12:26:40,985 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-09-04 12:26:40,987 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-09-04 12:26:40,988 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-09-04 12:26:40,988 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-09-04 12:26:40,988 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-09-04 12:26:40,988 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-09-04 12:26:40,988 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-09-04 12:26:40,988 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-09-04 12:26:40,988 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-09-04 12:26:40,988 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-09-04 12:26:40,989 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-09-04 12:26:40,989 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-09-04 12:26:40,989 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-09-04 12:26:40,989 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-09-04 12:26:40,989 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-09-04 12:26:40,989 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-09-04 12:26:40,989 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-09-04 12:26:40,989 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-09-04 12:26:40,989 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-09-04 12:26:40,990 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-09-04 12:26:40,990 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-09-04 12:26:40,990 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-09-04 12:26:40,990 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-09-04 12:26:40,990 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-09-04 12:26:40,990 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-09-04 12:26:40,993 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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-09-04 12:26:41,000 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12:26:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d2dc648b-d5c7-4279-a617-ccd95a3f3249 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.28:5000/v3/", "rel": "self"}]}} 2018-09-04 12:26:41,000 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-d2dc648b-d5c7-4279-a617-ccd95a3f3249 2018-09-04 12:26:41,001 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-09-04 12:26:41,388 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "3d416247e8224533841040c3ad2bce5a", "name": "admin"}], "expires_at": "2018-09-04T13:26:41.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1e2f68a072b64978bd7ea91c2d64aca6", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v1/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235635a698ef4bef9dc6b25273d185da"}, {"url": "http://192.30.9.6:8776/v1/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "23b07b3fbfc340a58cf0f9b2871a0d23"}, {"url": "http://172.30.9.28:8776/v1/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "72fd0aaa144d45419f4b04b6b26f69a7"}], "type": "volume", "id": "097241c25b4d4f7e91b3f8efa155909e", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v3/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93eb4cf3030a49e7840bec071422d397"}, {"url": "http://192.30.9.6:8776/v3/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8af439a6ac147fdbcb38ed9aa916b68"}, {"url": "http://192.30.9.6:8776/v3/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c4bfdbc9b7c74a23a40afdf578cfeba4"}], "type": "volumev3", "id": "1c85f4682ce44f729db1dabd98e965e8", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "82239574a29d4603a2161006f61851cf"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8d15f7134f364a7bbcfff2f84aac3bf2"}, {"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e01668c43a0c4c279b9a3d20a0280d6c"}], "type": "image", "id": "297d8415ca96454991054983920912f7", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7bb4d60e20734d4a9f31ec75e02cb823"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bf6adec15590466a9a0d3bddb00e8993"}, {"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f096f03a1d12411a8972f6f7c196b60d"}], "type": "policy", "id": "54c64351b56d44bbad74c2969cc3aa00", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "354ae6870a324fab82d0a0fb68ee0f26"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a3807e460dd4af488d982b66c52e64c"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e7c3da785076450abd71868e75ce0c33"}], "type": "cloudformation", "id": "6ac9917ae83c4639a15a4ab3cf0e76dd", "name": "heat-cfn"}, {"endpoints": [], "type": "metering", "id": "7fcc078e5e0645f29df67742ac14e388", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49e71628d386464cb950d6a9db00a328"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75b0a63ed8574bbcab1c851cc9b83d30"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9902b0a8b3c04cd192a1b84c417c232b"}], "type": "key-manager", "id": "9626544a32e74678a641c6e206f028a9", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "497340e5aa36485982fdf297f370558f"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7802beb4fc7c4952897b77bd5610b1fe"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c14af798917f4fa0b146d9772583e595"}], "type": "metric", "id": "973bfe8c658d4e5a8da725e76b9d550e", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "288ecc3674ea41d2aa3b790dcb832bf2"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7a6dc785cd7142f5b30f1a7ba0daeb03"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7f7d34e2351b4964befccc862c4e8e12"}], "type": "network", "id": "a348d7b06050474fb449be7f32ea6f5d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "21bce6ecb8464a1f8f3e3847aa698bd6"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0a8faf2246b47deb30e69e48d3551fb"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e71c6011de3d4d8589e5b53dcc79f288"}], "type": "identity", "id": "ad8d4b4953184137a1b913ecee9434ed", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "13474f9a78ca4f1184e4cddc84d0d98c"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad67365a18234bb78c336e6776958c00"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc54db13337f44f8921fbb9ad0f81de8"}], "type": "alarming", "id": "bb18dc3243034f08a6a7f69f7a1edccf", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0d91d7adf0304b2681c77f979e5cdb17"}, {"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "756e5ffca9774ab3ae2db41bf330417f"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c07c727a08c243b287827f539a124e63"}], "type": "placement", "id": "bb2c9432fcbd4c56913177122468f6ba", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8004/v1/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1eed4912224b48cf9856446eae4d9928"}, {"url": "http://192.30.9.6:8004/v1/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b73b7f99236541148d84f24f09e5dd40"}, {"url": "http://192.30.9.6:8004/v1/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fbf12e52911244fdafc24a9d46f56e62"}], "type": "orchestration", "id": "c8918d139da945ba93df4ccce21d4904", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16bf098b9e2e490f8e47fa601059f975"}, {"url": "http://192.30.9.6:8776/v2/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc16fa4cf491444ca2f611d5692c1170"}, {"url": "http://192.30.9.6:8776/v2/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ccd2c5325dff4b90b391db9fdde67d99"}], "type": "volumev2", "id": "d09ac9123c34494abce21d6c27bee9d9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eac694332354a3aa0e61c31314166d7"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b4d4989c4e764717ab78d38675cadd3f"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff196e46b56d406d87a678f1a64497b0"}], "type": "compute", "id": "d4030ee932c84df58c5b910cc197caa7", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "42c3a9abd8ad4ce8ab2c4cc6e0403c33"}, "audit_ids": ["cgOBhrsKSTaF6Lj0joBPwg"], "issued_at": "2018-09-04T12:26:41.000000Z"}} 2018-09-04 12:26:41,392 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1e8a625d79905211f3015a8a6436a69fd109541b" 2018-09-04 12:26:41,561 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12:26: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-4672f383-de64-4778-a42c-aa89d1921844 x-compute-request-id: req-4672f383-de64-4778-a42c-aa89d1921844 Content-Encoding: gzip Content-Length: 207 Content-Type: application/json RESP BODY: {"flavors": [{"id": "9cbbc756-b738-4f1f-8d03-84c527182338", "links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/9cbbc756-b738-4f1f-8d03-84c527182338", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/9cbbc756-b738-4f1f-8d03-84c527182338", "rel": "bookmark"}], "name": "m1.tiny"}, {"id": "e5b8e646-e46f-4f99-b0b0-402cfe19ffad", "links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/e5b8e646-e46f-4f99-b0b0-402cfe19ffad", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/e5b8e646-e46f-4f99-b0b0-402cfe19ffad", "rel": "bookmark"}], "name": "m1.custom"}]} 2018-09-04 12:26:41,561 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors used request id req-4672f383-de64-4778-a42c-aa89d1921844 2018-09-04 12:26:41,565 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/flavors/e5b8e646-e46f-4f99-b0b0-402cfe19ffad -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1e8a625d79905211f3015a8a6436a69fd109541b" 2018-09-04 12:26:41,589 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12:26: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-be9ef94f-246e-4948-ad5c-3e07db911ec4 x-compute-request-id: req-be9ef94f-246e-4948-ad5c-3e07db911ec4 Content-Encoding: gzip Content-Length: 282 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/e5b8e646-e46f-4f99-b0b0-402cfe19ffad", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/e5b8e646-e46f-4f99-b0b0-402cfe19ffad", "rel": "bookmark"}], "ram": 1024, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "e5b8e646-e46f-4f99-b0b0-402cfe19ffad", "name": "m1.custom", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-09-04 12:26:41,589 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors/e5b8e646-e46f-4f99-b0b0-402cfe19ffad used request id req-be9ef94f-246e-4948-ad5c-3e07db911ec4 2018-09-04 12:26:41,594 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1e8a625d79905211f3015a8a6436a69fd109541b" -d '{"server": {"name": "sdnvpn-3-2-quagga", "imageRef": "58ea38d1-edc6-4e18-8e09-86a84a11451f", "availability_zone": "nova:overcloud-novacompute-0.opnfvlf.org", "flavorRef": "e5b8e646-e46f-4f99-b0b0-402cfe19ffad", "user_data": "IyEgL2Jpbi9iYXNoCgpzZXQgLXhlCgojIGNoYW5nZSB0aGUgcGFzc3dvcmQgYmVjYXVzZSB0aGlzIHNjcmlwdCBpcyBydW4gb24gYSBwYXNzd29yZGxlc3MgY2xvdWQtaW1hZ2UKZWNobyAndWJ1bnR1Om9wbmZ2JyB8IGNocGFzc3dkCgojIFdhaXQgZm9yIGEgZmxvYXRpbmcgSVAKIyBhcyBhIHdvcmthcm91bmQgdG8gTkFUIGJyZWFrYWdlCnNsZWVwIDIwCgojIFZhcmlhYmxlcyB0byBiZSBmaWxsZWQgaW4gd2l0aCBweXRob24KTkVJR0hCT1JfSVA9MTcyLjMwLjkuMjMKT1dOX0lQPTE3Mi4zMC45LjIwNgojIGRpcmVjdGx5IGFjY2VzcyB0aGUgaW5zdGFuY2UgZnJvbSB0aGUgZXh0ZXJuYWwgbmV0IHdpdGhvdXQgTkFUCkVYVF9ORVRfTUFTSz0yNAoKaWYgW1sgJChnZXRlbnQgaG9zdHMgfCBhd2sgJ3twcmludCAkMn0nKSAhPSAqIiQoY2F0IC9ldGMvaG9zdG5hbWUgfCBhd2sgJ3twcmludCAkMX0nKSIqIF1dCnRoZW4gCmVjaG8gIjEyNy4wLjEuMSAkKGNhdCAvZXRjL2hvc3RuYW1lIHwgYXdrICd7cHJpbnQgJDF9JykiIHwgdGVlIC1hIC9ldGMvaG9zdHMKZmkKCnF1YWdnYV9pbnQ9JycKZm9yIG5ldF9pbnQgaW4gJChuZXRzdGF0IC1pYSB8IGF3ayAnTlI+MntwcmludCAkMX0nKTsKZG8KaWYgWyAteiAiJChpZmNvbmZpZyB8IGdyZXAgJG5ldF9pbnQpIiBdCnRoZW4KcXVhZ2dhX2ludD0kbmV0X2ludApicmVhawpmaQpkb25lCmlmIFsgLXogIiRxdWFnZ2FfaW50IiBdCnRoZW4KZWNobyAnTm8gYXZhaWxhYmxlIG5ldHdvcmsgaW50ZXJmYWNlJwpmaQoKaXAgbGluayBzZXQgJHF1YWdnYV9pbnQgdXAKaXAgYWRkciBhZGQgJE9XTl9JUC8kRVhUX05FVF9NQVNLIGRldiAkcXVhZ2dhX2ludAoKWkVCUkFfQ09ORklHX0xPQ0FUSU9OPSIvZXRjL3F1YWdnYS96ZWJyYS5jb25mIgpEQUVNT05TX0ZJTEVfTE9DQVRJT049Ii9ldGMvcXVhZ2dhL2RhZW1vbnMiCkJHUERfQ09ORklHX0xPQ0FUSU9OPSIvZXRjL3F1YWdnYS9iZ3BkLmNvbmYiCkJHUERfTE9HX0ZJTEU9Ii92YXIvbG9nL2JncGQubG9nIgoKIyBRdWFnZ2EgaXMgYWxyZWFkeSBpbnN0YWxsZWQgdG8gcnVuIGFzIHdlbGwgaW4gc2V0dXBzIHdpdGhvdXQgaW5ldAojIGRucyBmaXgKIyBlY2hvICJuYW1lc2VydmVyIDguOC44LjgiID4gL2V0Yy9yZXNvbHZjb25mL3Jlc29sdi5jb25mLmQvaGVhZAojIHJlc29sdmNvbmYgLXUKIyBERUJJQU5fRlJPTlRFTkQ9bm9uaW50ZXJhY3RpdmUgYXB0LWdldCB1cGRhdGUKIyBERUJJQU5fRlJPTlRFTkQ9bm9uaW50ZXJhY3RpdmUgYXB0LWdldCBpbnN0YWxsIHF1YWdnYSAteQoKdG91Y2ggJEJHUERfTE9HX0ZJTEUKY2hvd24gcXVhZ2dhOnF1YWdnYSAkQkdQRF9MT0dfRklMRQoKY2hvd24gcXVhZ2dhOnF1YWdnYSAkREFFTU9OU19GSUxFX0xPQ0FUSU9OCmNhdCA8PENBVEVPRiA+ICREQUVNT05TX0ZJTEVfTE9DQVRJT04KemVicmE9eWVzCmJncGQ9eWVzCm9zcGZkPW5vCm9zcGY2ZD1ubwpyaXBkPW5vCnJpcG5nZD1ubwppc2lzZD1ubwpiYWJlbGQ9bm8KQ0FURU9GCgp0b3VjaCAkWkVCUkFfQ09ORklHX0xPQ0FUSU9OCmNob3duIHF1YWdnYTpxdWFnZ2EgJFpFQlJBX0NPTkZJR19MT0NBVElPTgoKY2F0IDw8Q0FURU9GID4gJEJHUERfQ09ORklHX0xPQ0FUSU9OCiEgLSotIGJncCAtKi0KCmhvc3RuYW1lIGJncGQKcGFzc3dvcmQgc2RuY2JncGMKCnJvdXRlciBiZ3AgMjAwCiBiZ3Agcm91dGVyLWlkICR7T1dOX0lQfQogbmVpZ2hib3IgJHtORUlHSEJPUl9JUH0gcmVtb3RlLWFzIDEwMAogbm8gbmVpZ2hib3IgJHtORUlHSEJPUl9JUH0gYWN0aXZhdGUKIQogYWRkcmVzcy1mYW1pbHkgdnBudjQgdW5pY2FzdAogbmVpZ2hib3IgJHtORUlHSEJPUl9JUH0gYWN0aXZhdGUKIGV4aXQtYWRkcmVzcy1mYW1pbHkKIQpsaW5lIHZ0eQogZXhlYy10aW1lb3V0IDAgMAohCmRlYnVnIGJncCBldmVudHMKZGVidWcgYmdwICB1cGRhdGVzCmxvZyBmaWxlICR7QkdQRF9MT0dfRklMRX0KZW5kCkNBVEVPRgpjaG93biBxdWFnZ2E6cXVhZ2dhICRCR1BEX0NPTkZJR19MT0NBVElPTgpzZXJ2aWNlIHF1YWdnYSByZXN0YXJ0CnBncmVwIGJncGQKcGdyZXAgemVicmEK", "max_count": 1, "min_count": 1, "networks": [{"fixed_ip": "10.10.11.5", "uuid": "3f2419f8-bbcf-4571-8048-d86c2a695826"}], "config_drive": true}}' 2018-09-04 12:26:44,588 - novaclient.v2.client - DEBUG - RESP: [202] Date: Tue, 04 Sep 2018 12:26: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-65890c9d-b30a-4913-9551-e8d2714bfec8 x-compute-request-id: req-65890c9d-b30a-4913-9551-e8d2714bfec8 Content-Length: 374 location: http://172.30.9.28:8774/v2.1/servers/f54a9d16-368e-4bcb-bf02-6d149f6ff4a4 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "f54a9d16-368e-4bcb-bf02-6d149f6ff4a4", "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/f54a9d16-368e-4bcb-bf02-6d149f6ff4a4", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/f54a9d16-368e-4bcb-bf02-6d149f6ff4a4", "rel": "bookmark"}], "adminPass": "sgXTiKPw69rB"}} 2018-09-04 12:26:44,589 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers used request id req-65890c9d-b30a-4913-9551-e8d2714bfec8 2018-09-04 12:26:44,590 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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-09-04 12:26:44,596 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12:26:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-03fe8020-8002-4d28-b3ad-f61f51b9f4b6 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.28:5000/v3/", "rel": "self"}]}} 2018-09-04 12:26:44,596 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-03fe8020-8002-4d28-b3ad-f61f51b9f4b6 2018-09-04 12:26:44,597 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-09-04 12:26:45,067 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "3d416247e8224533841040c3ad2bce5a", "name": "admin"}], "expires_at": "2018-09-04T13:26:45.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1e2f68a072b64978bd7ea91c2d64aca6", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v1/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235635a698ef4bef9dc6b25273d185da"}, {"url": "http://192.30.9.6:8776/v1/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "23b07b3fbfc340a58cf0f9b2871a0d23"}, {"url": "http://172.30.9.28:8776/v1/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "72fd0aaa144d45419f4b04b6b26f69a7"}], "type": "volume", "id": "097241c25b4d4f7e91b3f8efa155909e", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v3/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93eb4cf3030a49e7840bec071422d397"}, {"url": "http://192.30.9.6:8776/v3/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8af439a6ac147fdbcb38ed9aa916b68"}, {"url": "http://192.30.9.6:8776/v3/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c4bfdbc9b7c74a23a40afdf578cfeba4"}], "type": "volumev3", "id": "1c85f4682ce44f729db1dabd98e965e8", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "82239574a29d4603a2161006f61851cf"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8d15f7134f364a7bbcfff2f84aac3bf2"}, {"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e01668c43a0c4c279b9a3d20a0280d6c"}], "type": "image", "id": "297d8415ca96454991054983920912f7", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7bb4d60e20734d4a9f31ec75e02cb823"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bf6adec15590466a9a0d3bddb00e8993"}, {"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f096f03a1d12411a8972f6f7c196b60d"}], "type": "policy", "id": "54c64351b56d44bbad74c2969cc3aa00", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "354ae6870a324fab82d0a0fb68ee0f26"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a3807e460dd4af488d982b66c52e64c"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e7c3da785076450abd71868e75ce0c33"}], "type": "cloudformation", "id": "6ac9917ae83c4639a15a4ab3cf0e76dd", "name": "heat-cfn"}, {"endpoints": [], "type": "metering", "id": "7fcc078e5e0645f29df67742ac14e388", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49e71628d386464cb950d6a9db00a328"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75b0a63ed8574bbcab1c851cc9b83d30"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9902b0a8b3c04cd192a1b84c417c232b"}], "type": "key-manager", "id": "9626544a32e74678a641c6e206f028a9", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "497340e5aa36485982fdf297f370558f"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7802beb4fc7c4952897b77bd5610b1fe"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c14af798917f4fa0b146d9772583e595"}], "type": "metric", "id": "973bfe8c658d4e5a8da725e76b9d550e", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "288ecc3674ea41d2aa3b790dcb832bf2"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7a6dc785cd7142f5b30f1a7ba0daeb03"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7f7d34e2351b4964befccc862c4e8e12"}], "type": "network", "id": "a348d7b06050474fb449be7f32ea6f5d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "21bce6ecb8464a1f8f3e3847aa698bd6"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0a8faf2246b47deb30e69e48d3551fb"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e71c6011de3d4d8589e5b53dcc79f288"}], "type": "identity", "id": "ad8d4b4953184137a1b913ecee9434ed", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "13474f9a78ca4f1184e4cddc84d0d98c"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad67365a18234bb78c336e6776958c00"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc54db13337f44f8921fbb9ad0f81de8"}], "type": "alarming", "id": "bb18dc3243034f08a6a7f69f7a1edccf", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0d91d7adf0304b2681c77f979e5cdb17"}, {"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "756e5ffca9774ab3ae2db41bf330417f"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c07c727a08c243b287827f539a124e63"}], "type": "placement", "id": "bb2c9432fcbd4c56913177122468f6ba", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8004/v1/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1eed4912224b48cf9856446eae4d9928"}, {"url": "http://192.30.9.6:8004/v1/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b73b7f99236541148d84f24f09e5dd40"}, {"url": "http://192.30.9.6:8004/v1/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fbf12e52911244fdafc24a9d46f56e62"}], "type": "orchestration", "id": "c8918d139da945ba93df4ccce21d4904", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16bf098b9e2e490f8e47fa601059f975"}, {"url": "http://192.30.9.6:8776/v2/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc16fa4cf491444ca2f611d5692c1170"}, {"url": "http://192.30.9.6:8776/v2/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ccd2c5325dff4b90b391db9fdde67d99"}], "type": "volumev2", "id": "d09ac9123c34494abce21d6c27bee9d9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eac694332354a3aa0e61c31314166d7"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b4d4989c4e764717ab78d38675cadd3f"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff196e46b56d406d87a678f1a64497b0"}], "type": "compute", "id": "d4030ee932c84df58c5b910cc197caa7", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "42c3a9abd8ad4ce8ab2c4cc6e0403c33"}, "audit_ids": ["jnE_evP4SdCyqNtQNhrSRg"], "issued_at": "2018-09-04T12:26:45.000000Z"}} 2018-09-04 12:26:45,071 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/f54a9d16-368e-4bcb-bf02-6d149f6ff4a4 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ec177c05943686258f832899c0e332b769fe6d56" 2018-09-04 12:26:45,597 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12:26: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-5f7a17bc-7996-4c93-9612-4c9645387fce x-compute-request-id: req-5f7a17bc-7996-4c93-9612-4c9645387fce Content-Encoding: gzip Content-Length: 625 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/f54a9d16-368e-4bcb-bf02-6d149f6ff4a4", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/f54a9d16-368e-4bcb-bf02-6d149f6ff4a4", "rel": "bookmark"}], "image": {"id": "58ea38d1-edc6-4e18-8e09-86a84a11451f", "links": [{"href": "http://172.30.9.28:8774/images/58ea38d1-edc6-4e18-8e09-86a84a11451f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e5b8e646-e46f-4f99-b0b0-402cfe19ffad", "links": [{"href": "http://172.30.9.28:8774/flavors/e5b8e646-e46f-4f99-b0b0-402cfe19ffad", "rel": "bookmark"}]}, "id": "f54a9d16-368e-4bcb-bf02-6d149f6ff4a4", "user_id": "42c3a9abd8ad4ce8ab2c4cc6e0403c33", "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-09-04T12:26:45Z", "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-09-04T12:26:44Z", "tenant_id": "1e2f68a072b64978bd7ea91c2d64aca6", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 12:26:45,597 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/f54a9d16-368e-4bcb-bf02-6d149f6ff4a4 used request id req-5f7a17bc-7996-4c93-9612-4c9645387fce 2018-09-04 12:26:48,601 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/f54a9d16-368e-4bcb-bf02-6d149f6ff4a4 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ec177c05943686258f832899c0e332b769fe6d56" 2018-09-04 12:26:49,305 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12:26: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-bf5b17e0-beba-46fc-876f-3c7657d18f9f x-compute-request-id: req-bf5b17e0-beba-46fc-876f-3c7657d18f9f 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.28:8774/v2.1/servers/f54a9d16-368e-4bcb-bf02-6d149f6ff4a4", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/f54a9d16-368e-4bcb-bf02-6d149f6ff4a4", "rel": "bookmark"}], "image": {"id": "58ea38d1-edc6-4e18-8e09-86a84a11451f", "links": [{"href": "http://172.30.9.28:8774/images/58ea38d1-edc6-4e18-8e09-86a84a11451f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-000000f0", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e5b8e646-e46f-4f99-b0b0-402cfe19ffad", "links": [{"href": "http://172.30.9.28:8774/flavors/e5b8e646-e46f-4f99-b0b0-402cfe19ffad", "rel": "bookmark"}]}, "id": "f54a9d16-368e-4bcb-bf02-6d149f6ff4a4", "security_groups": [{"name": "default"}], "user_id": "42c3a9abd8ad4ce8ab2c4cc6e0403c33", "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-09-04T12:26:46Z", "hostId": "ac4312c86b6d8b3ba69b66c09fbaad9c9659999bf89f97c14b4d2a68", "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-09-04T12:26:44Z", "tenant_id": "1e2f68a072b64978bd7ea91c2d64aca6", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 12:26:49,305 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/f54a9d16-368e-4bcb-bf02-6d149f6ff4a4 used request id req-bf5b17e0-beba-46fc-876f-3c7657d18f9f 2018-09-04 12:26:52,312 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/f54a9d16-368e-4bcb-bf02-6d149f6ff4a4 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ec177c05943686258f832899c0e332b769fe6d56" 2018-09-04 12:26:53,459 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12:26: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-76d6b8df-49b6-4057-ac43-45c173e8a6a0 x-compute-request-id: req-76d6b8df-49b6-4057-ac43-45c173e8a6a0 Content-Encoding: gzip Content-Length: 786 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:72:ae:5f", "version": 4, "addr": "10.10.11.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/f54a9d16-368e-4bcb-bf02-6d149f6ff4a4", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/f54a9d16-368e-4bcb-bf02-6d149f6ff4a4", "rel": "bookmark"}], "image": {"id": "58ea38d1-edc6-4e18-8e09-86a84a11451f", "links": [{"href": "http://172.30.9.28:8774/images/58ea38d1-edc6-4e18-8e09-86a84a11451f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-000000f0", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e5b8e646-e46f-4f99-b0b0-402cfe19ffad", "links": [{"href": "http://172.30.9.28:8774/flavors/e5b8e646-e46f-4f99-b0b0-402cfe19ffad", "rel": "bookmark"}]}, "id": "f54a9d16-368e-4bcb-bf02-6d149f6ff4a4", "security_groups": [{"name": "default"}], "user_id": "42c3a9abd8ad4ce8ab2c4cc6e0403c33", "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-09-04T12:26:46Z", "hostId": "ac4312c86b6d8b3ba69b66c09fbaad9c9659999bf89f97c14b4d2a68", "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-09-04T12:26:44Z", "tenant_id": "1e2f68a072b64978bd7ea91c2d64aca6", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 12:26:53,460 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/f54a9d16-368e-4bcb-bf02-6d149f6ff4a4 used request id req-76d6b8df-49b6-4057-ac43-45c173e8a6a0 2018-09-04 12:26:56,466 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/f54a9d16-368e-4bcb-bf02-6d149f6ff4a4 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ec177c05943686258f832899c0e332b769fe6d56" 2018-09-04 12:26:57,532 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12:26: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-5e751a12-f222-4d5e-9cfe-bbdd5e6d6a47 x-compute-request-id: req-5e751a12-f222-4d5e-9cfe-bbdd5e6d6a47 Content-Encoding: gzip Content-Length: 786 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:72:ae:5f", "version": 4, "addr": "10.10.11.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/f54a9d16-368e-4bcb-bf02-6d149f6ff4a4", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/f54a9d16-368e-4bcb-bf02-6d149f6ff4a4", "rel": "bookmark"}], "image": {"id": "58ea38d1-edc6-4e18-8e09-86a84a11451f", "links": [{"href": "http://172.30.9.28:8774/images/58ea38d1-edc6-4e18-8e09-86a84a11451f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-000000f0", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e5b8e646-e46f-4f99-b0b0-402cfe19ffad", "links": [{"href": "http://172.30.9.28:8774/flavors/e5b8e646-e46f-4f99-b0b0-402cfe19ffad", "rel": "bookmark"}]}, "id": "f54a9d16-368e-4bcb-bf02-6d149f6ff4a4", "security_groups": [{"name": "default"}], "user_id": "42c3a9abd8ad4ce8ab2c4cc6e0403c33", "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-09-04T12:26:46Z", "hostId": "ac4312c86b6d8b3ba69b66c09fbaad9c9659999bf89f97c14b4d2a68", "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-09-04T12:26:44Z", "tenant_id": "1e2f68a072b64978bd7ea91c2d64aca6", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 12:26:57,532 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/f54a9d16-368e-4bcb-bf02-6d149f6ff4a4 used request id req-5e751a12-f222-4d5e-9cfe-bbdd5e6d6a47 2018-09-04 12:27:00,538 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/f54a9d16-368e-4bcb-bf02-6d149f6ff4a4 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ec177c05943686258f832899c0e332b769fe6d56" 2018-09-04 12:27:01,317 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12:27: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-a4f37555-3098-48a9-91d4-eb46e3304d3b x-compute-request-id: req-a4f37555-3098-48a9-91d4-eb46e3304d3b Content-Encoding: gzip Content-Length: 786 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:72:ae:5f", "version": 4, "addr": "10.10.11.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/f54a9d16-368e-4bcb-bf02-6d149f6ff4a4", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/f54a9d16-368e-4bcb-bf02-6d149f6ff4a4", "rel": "bookmark"}], "image": {"id": "58ea38d1-edc6-4e18-8e09-86a84a11451f", "links": [{"href": "http://172.30.9.28:8774/images/58ea38d1-edc6-4e18-8e09-86a84a11451f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-000000f0", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e5b8e646-e46f-4f99-b0b0-402cfe19ffad", "links": [{"href": "http://172.30.9.28:8774/flavors/e5b8e646-e46f-4f99-b0b0-402cfe19ffad", "rel": "bookmark"}]}, "id": "f54a9d16-368e-4bcb-bf02-6d149f6ff4a4", "security_groups": [{"name": "default"}], "user_id": "42c3a9abd8ad4ce8ab2c4cc6e0403c33", "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-09-04T12:26:46Z", "hostId": "ac4312c86b6d8b3ba69b66c09fbaad9c9659999bf89f97c14b4d2a68", "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-09-04T12:26:44Z", "tenant_id": "1e2f68a072b64978bd7ea91c2d64aca6", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 12:27:01,317 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/f54a9d16-368e-4bcb-bf02-6d149f6ff4a4 used request id req-a4f37555-3098-48a9-91d4-eb46e3304d3b 2018-09-04 12:27:04,321 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/f54a9d16-368e-4bcb-bf02-6d149f6ff4a4 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ec177c05943686258f832899c0e332b769fe6d56" 2018-09-04 12:27:05,315 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12:27:04 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-776ce644-3bb3-4226-afb4-b30e5cdcc5d5 x-compute-request-id: req-776ce644-3bb3-4226-afb4-b30e5cdcc5d5 Content-Encoding: gzip Content-Length: 786 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:72:ae:5f", "version": 4, "addr": "10.10.11.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/f54a9d16-368e-4bcb-bf02-6d149f6ff4a4", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/f54a9d16-368e-4bcb-bf02-6d149f6ff4a4", "rel": "bookmark"}], "image": {"id": "58ea38d1-edc6-4e18-8e09-86a84a11451f", "links": [{"href": "http://172.30.9.28:8774/images/58ea38d1-edc6-4e18-8e09-86a84a11451f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-000000f0", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e5b8e646-e46f-4f99-b0b0-402cfe19ffad", "links": [{"href": "http://172.30.9.28:8774/flavors/e5b8e646-e46f-4f99-b0b0-402cfe19ffad", "rel": "bookmark"}]}, "id": "f54a9d16-368e-4bcb-bf02-6d149f6ff4a4", "security_groups": [{"name": "default"}], "user_id": "42c3a9abd8ad4ce8ab2c4cc6e0403c33", "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-09-04T12:26:46Z", "hostId": "ac4312c86b6d8b3ba69b66c09fbaad9c9659999bf89f97c14b4d2a68", "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-09-04T12:26:44Z", "tenant_id": "1e2f68a072b64978bd7ea91c2d64aca6", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 12:27:05,315 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/f54a9d16-368e-4bcb-bf02-6d149f6ff4a4 used request id req-776ce644-3bb3-4226-afb4-b30e5cdcc5d5 2018-09-04 12:27:08,322 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/f54a9d16-368e-4bcb-bf02-6d149f6ff4a4 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ec177c05943686258f832899c0e332b769fe6d56" 2018-09-04 12:27:09,076 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12:27: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-e43c508b-944d-4010-87ad-f92c69faf3a2 x-compute-request-id: req-e43c508b-944d-4010-87ad-f92c69faf3a2 Content-Encoding: gzip Content-Length: 786 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:72:ae:5f", "version": 4, "addr": "10.10.11.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/f54a9d16-368e-4bcb-bf02-6d149f6ff4a4", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/f54a9d16-368e-4bcb-bf02-6d149f6ff4a4", "rel": "bookmark"}], "image": {"id": "58ea38d1-edc6-4e18-8e09-86a84a11451f", "links": [{"href": "http://172.30.9.28:8774/images/58ea38d1-edc6-4e18-8e09-86a84a11451f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-000000f0", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e5b8e646-e46f-4f99-b0b0-402cfe19ffad", "links": [{"href": "http://172.30.9.28:8774/flavors/e5b8e646-e46f-4f99-b0b0-402cfe19ffad", "rel": "bookmark"}]}, "id": "f54a9d16-368e-4bcb-bf02-6d149f6ff4a4", "security_groups": [{"name": "default"}], "user_id": "42c3a9abd8ad4ce8ab2c4cc6e0403c33", "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-09-04T12:26:46Z", "hostId": "ac4312c86b6d8b3ba69b66c09fbaad9c9659999bf89f97c14b4d2a68", "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-09-04T12:26:44Z", "tenant_id": "1e2f68a072b64978bd7ea91c2d64aca6", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 12:27:09,076 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/f54a9d16-368e-4bcb-bf02-6d149f6ff4a4 used request id req-e43c508b-944d-4010-87ad-f92c69faf3a2 2018-09-04 12:27:12,083 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/f54a9d16-368e-4bcb-bf02-6d149f6ff4a4 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ec177c05943686258f832899c0e332b769fe6d56" 2018-09-04 12:27:13,073 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12: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-7ee4d3ee-9203-4b32-b4a5-f5c337238229 x-compute-request-id: req-7ee4d3ee-9203-4b32-b4a5-f5c337238229 Content-Encoding: gzip Content-Length: 786 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:72:ae:5f", "version": 4, "addr": "10.10.11.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/f54a9d16-368e-4bcb-bf02-6d149f6ff4a4", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/f54a9d16-368e-4bcb-bf02-6d149f6ff4a4", "rel": "bookmark"}], "image": {"id": "58ea38d1-edc6-4e18-8e09-86a84a11451f", "links": [{"href": "http://172.30.9.28:8774/images/58ea38d1-edc6-4e18-8e09-86a84a11451f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-000000f0", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e5b8e646-e46f-4f99-b0b0-402cfe19ffad", "links": [{"href": "http://172.30.9.28:8774/flavors/e5b8e646-e46f-4f99-b0b0-402cfe19ffad", "rel": "bookmark"}]}, "id": "f54a9d16-368e-4bcb-bf02-6d149f6ff4a4", "security_groups": [{"name": "default"}], "user_id": "42c3a9abd8ad4ce8ab2c4cc6e0403c33", "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-09-04T12:26:46Z", "hostId": "ac4312c86b6d8b3ba69b66c09fbaad9c9659999bf89f97c14b4d2a68", "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-09-04T12:26:44Z", "tenant_id": "1e2f68a072b64978bd7ea91c2d64aca6", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 12:27:13,073 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/f54a9d16-368e-4bcb-bf02-6d149f6ff4a4 used request id req-7ee4d3ee-9203-4b32-b4a5-f5c337238229 2018-09-04 12:27:16,080 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/f54a9d16-368e-4bcb-bf02-6d149f6ff4a4 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ec177c05943686258f832899c0e332b769fe6d56" 2018-09-04 12:27:16,837 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12: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-de86aced-a179-4820-80a2-a89bf18fc0f5 x-compute-request-id: req-de86aced-a179-4820-80a2-a89bf18fc0f5 Content-Encoding: gzip Content-Length: 786 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:72:ae:5f", "version": 4, "addr": "10.10.11.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/f54a9d16-368e-4bcb-bf02-6d149f6ff4a4", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/f54a9d16-368e-4bcb-bf02-6d149f6ff4a4", "rel": "bookmark"}], "image": {"id": "58ea38d1-edc6-4e18-8e09-86a84a11451f", "links": [{"href": "http://172.30.9.28:8774/images/58ea38d1-edc6-4e18-8e09-86a84a11451f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-000000f0", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e5b8e646-e46f-4f99-b0b0-402cfe19ffad", "links": [{"href": "http://172.30.9.28:8774/flavors/e5b8e646-e46f-4f99-b0b0-402cfe19ffad", "rel": "bookmark"}]}, "id": "f54a9d16-368e-4bcb-bf02-6d149f6ff4a4", "security_groups": [{"name": "default"}], "user_id": "42c3a9abd8ad4ce8ab2c4cc6e0403c33", "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-09-04T12:26:46Z", "hostId": "ac4312c86b6d8b3ba69b66c09fbaad9c9659999bf89f97c14b4d2a68", "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-09-04T12:26:44Z", "tenant_id": "1e2f68a072b64978bd7ea91c2d64aca6", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 12:27:16,838 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/f54a9d16-368e-4bcb-bf02-6d149f6ff4a4 used request id req-de86aced-a179-4820-80a2-a89bf18fc0f5 2018-09-04 12:27:19,842 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/f54a9d16-368e-4bcb-bf02-6d149f6ff4a4 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ec177c05943686258f832899c0e332b769fe6d56" 2018-09-04 12:27:20,291 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12:27: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-4be2170f-7abd-4f68-8345-8d6e0f90ecb1 x-compute-request-id: req-4be2170f-7abd-4f68-8345-8d6e0f90ecb1 Content-Encoding: gzip Content-Length: 786 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:72:ae:5f", "version": 4, "addr": "10.10.11.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/f54a9d16-368e-4bcb-bf02-6d149f6ff4a4", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/f54a9d16-368e-4bcb-bf02-6d149f6ff4a4", "rel": "bookmark"}], "image": {"id": "58ea38d1-edc6-4e18-8e09-86a84a11451f", "links": [{"href": "http://172.30.9.28:8774/images/58ea38d1-edc6-4e18-8e09-86a84a11451f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-000000f0", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e5b8e646-e46f-4f99-b0b0-402cfe19ffad", "links": [{"href": "http://172.30.9.28:8774/flavors/e5b8e646-e46f-4f99-b0b0-402cfe19ffad", "rel": "bookmark"}]}, "id": "f54a9d16-368e-4bcb-bf02-6d149f6ff4a4", "security_groups": [{"name": "default"}], "user_id": "42c3a9abd8ad4ce8ab2c4cc6e0403c33", "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-09-04T12:26:46Z", "hostId": "ac4312c86b6d8b3ba69b66c09fbaad9c9659999bf89f97c14b4d2a68", "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-09-04T12:26:44Z", "tenant_id": "1e2f68a072b64978bd7ea91c2d64aca6", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 12:27:20,291 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/f54a9d16-368e-4bcb-bf02-6d149f6ff4a4 used request id req-4be2170f-7abd-4f68-8345-8d6e0f90ecb1 2018-09-04 12:27:23,298 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/f54a9d16-368e-4bcb-bf02-6d149f6ff4a4 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ec177c05943686258f832899c0e332b769fe6d56" 2018-09-04 12:27:23,753 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12:27:23 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-af48f079-87cb-4598-b818-229db2f37ba0 x-compute-request-id: req-af48f079-87cb-4598-b818-229db2f37ba0 Content-Encoding: gzip Content-Length: 786 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:72:ae:5f", "version": 4, "addr": "10.10.11.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/f54a9d16-368e-4bcb-bf02-6d149f6ff4a4", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/f54a9d16-368e-4bcb-bf02-6d149f6ff4a4", "rel": "bookmark"}], "image": {"id": "58ea38d1-edc6-4e18-8e09-86a84a11451f", "links": [{"href": "http://172.30.9.28:8774/images/58ea38d1-edc6-4e18-8e09-86a84a11451f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-000000f0", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e5b8e646-e46f-4f99-b0b0-402cfe19ffad", "links": [{"href": "http://172.30.9.28:8774/flavors/e5b8e646-e46f-4f99-b0b0-402cfe19ffad", "rel": "bookmark"}]}, "id": "f54a9d16-368e-4bcb-bf02-6d149f6ff4a4", "security_groups": [{"name": "default"}], "user_id": "42c3a9abd8ad4ce8ab2c4cc6e0403c33", "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-09-04T12:26:46Z", "hostId": "ac4312c86b6d8b3ba69b66c09fbaad9c9659999bf89f97c14b4d2a68", "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-09-04T12:26:44Z", "tenant_id": "1e2f68a072b64978bd7ea91c2d64aca6", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 12:27:23,753 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/f54a9d16-368e-4bcb-bf02-6d149f6ff4a4 used request id req-af48f079-87cb-4598-b818-229db2f37ba0 2018-09-04 12:27:26,760 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/f54a9d16-368e-4bcb-bf02-6d149f6ff4a4 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ec177c05943686258f832899c0e332b769fe6d56" 2018-09-04 12:27:27,218 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12: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,Accept-Encoding x-openstack-request-id: req-d1d6cb0d-3bcc-477a-9bb8-049e91ec9591 x-compute-request-id: req-d1d6cb0d-3bcc-477a-9bb8-049e91ec9591 Content-Encoding: gzip Content-Length: 786 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:72:ae:5f", "version": 4, "addr": "10.10.11.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/f54a9d16-368e-4bcb-bf02-6d149f6ff4a4", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/f54a9d16-368e-4bcb-bf02-6d149f6ff4a4", "rel": "bookmark"}], "image": {"id": "58ea38d1-edc6-4e18-8e09-86a84a11451f", "links": [{"href": "http://172.30.9.28:8774/images/58ea38d1-edc6-4e18-8e09-86a84a11451f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-000000f0", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e5b8e646-e46f-4f99-b0b0-402cfe19ffad", "links": [{"href": "http://172.30.9.28:8774/flavors/e5b8e646-e46f-4f99-b0b0-402cfe19ffad", "rel": "bookmark"}]}, "id": "f54a9d16-368e-4bcb-bf02-6d149f6ff4a4", "security_groups": [{"name": "default"}], "user_id": "42c3a9abd8ad4ce8ab2c4cc6e0403c33", "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-09-04T12:26:46Z", "hostId": "ac4312c86b6d8b3ba69b66c09fbaad9c9659999bf89f97c14b4d2a68", "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-09-04T12:26:44Z", "tenant_id": "1e2f68a072b64978bd7ea91c2d64aca6", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 12:27:27,218 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/f54a9d16-368e-4bcb-bf02-6d149f6ff4a4 used request id req-d1d6cb0d-3bcc-477a-9bb8-049e91ec9591 2018-09-04 12:27:30,225 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/f54a9d16-368e-4bcb-bf02-6d149f6ff4a4 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ec177c05943686258f832899c0e332b769fe6d56" 2018-09-04 12:27:30,701 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12:27: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-7a838563-50b1-4062-bbb6-f14f1f154de0 x-compute-request-id: req-7a838563-50b1-4062-bbb6-f14f1f154de0 Content-Encoding: gzip Content-Length: 786 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:72:ae:5f", "version": 4, "addr": "10.10.11.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/f54a9d16-368e-4bcb-bf02-6d149f6ff4a4", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/f54a9d16-368e-4bcb-bf02-6d149f6ff4a4", "rel": "bookmark"}], "image": {"id": "58ea38d1-edc6-4e18-8e09-86a84a11451f", "links": [{"href": "http://172.30.9.28:8774/images/58ea38d1-edc6-4e18-8e09-86a84a11451f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-000000f0", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e5b8e646-e46f-4f99-b0b0-402cfe19ffad", "links": [{"href": "http://172.30.9.28:8774/flavors/e5b8e646-e46f-4f99-b0b0-402cfe19ffad", "rel": "bookmark"}]}, "id": "f54a9d16-368e-4bcb-bf02-6d149f6ff4a4", "security_groups": [{"name": "default"}], "user_id": "42c3a9abd8ad4ce8ab2c4cc6e0403c33", "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-09-04T12:26:46Z", "hostId": "ac4312c86b6d8b3ba69b66c09fbaad9c9659999bf89f97c14b4d2a68", "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-09-04T12:26:44Z", "tenant_id": "1e2f68a072b64978bd7ea91c2d64aca6", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 12:27:30,701 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/f54a9d16-368e-4bcb-bf02-6d149f6ff4a4 used request id req-7a838563-50b1-4062-bbb6-f14f1f154de0 2018-09-04 12:27:33,708 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/f54a9d16-368e-4bcb-bf02-6d149f6ff4a4 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ec177c05943686258f832899c0e332b769fe6d56" 2018-09-04 12:27:34,445 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12:27: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-5a9c0103-c00d-4c5e-b4d7-134d9ec8fe10 x-compute-request-id: req-5a9c0103-c00d-4c5e-b4d7-134d9ec8fe10 Content-Encoding: gzip Content-Length: 786 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:72:ae:5f", "version": 4, "addr": "10.10.11.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/f54a9d16-368e-4bcb-bf02-6d149f6ff4a4", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/f54a9d16-368e-4bcb-bf02-6d149f6ff4a4", "rel": "bookmark"}], "image": {"id": "58ea38d1-edc6-4e18-8e09-86a84a11451f", "links": [{"href": "http://172.30.9.28:8774/images/58ea38d1-edc6-4e18-8e09-86a84a11451f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-000000f0", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e5b8e646-e46f-4f99-b0b0-402cfe19ffad", "links": [{"href": "http://172.30.9.28:8774/flavors/e5b8e646-e46f-4f99-b0b0-402cfe19ffad", "rel": "bookmark"}]}, "id": "f54a9d16-368e-4bcb-bf02-6d149f6ff4a4", "security_groups": [{"name": "default"}], "user_id": "42c3a9abd8ad4ce8ab2c4cc6e0403c33", "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-09-04T12:26:46Z", "hostId": "ac4312c86b6d8b3ba69b66c09fbaad9c9659999bf89f97c14b4d2a68", "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-09-04T12:26:44Z", "tenant_id": "1e2f68a072b64978bd7ea91c2d64aca6", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 12:27:34,446 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/f54a9d16-368e-4bcb-bf02-6d149f6ff4a4 used request id req-5a9c0103-c00d-4c5e-b4d7-134d9ec8fe10 2018-09-04 12:27:37,452 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/f54a9d16-368e-4bcb-bf02-6d149f6ff4a4 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ec177c05943686258f832899c0e332b769fe6d56" 2018-09-04 12:27:38,111 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12: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-f3b258df-0fcc-4da1-a319-b8f6dc1f710d x-compute-request-id: req-f3b258df-0fcc-4da1-a319-b8f6dc1f710d Content-Encoding: gzip Content-Length: 786 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:72:ae:5f", "version": 4, "addr": "10.10.11.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/f54a9d16-368e-4bcb-bf02-6d149f6ff4a4", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/f54a9d16-368e-4bcb-bf02-6d149f6ff4a4", "rel": "bookmark"}], "image": {"id": "58ea38d1-edc6-4e18-8e09-86a84a11451f", "links": [{"href": "http://172.30.9.28:8774/images/58ea38d1-edc6-4e18-8e09-86a84a11451f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-000000f0", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e5b8e646-e46f-4f99-b0b0-402cfe19ffad", "links": [{"href": "http://172.30.9.28:8774/flavors/e5b8e646-e46f-4f99-b0b0-402cfe19ffad", "rel": "bookmark"}]}, "id": "f54a9d16-368e-4bcb-bf02-6d149f6ff4a4", "security_groups": [{"name": "default"}], "user_id": "42c3a9abd8ad4ce8ab2c4cc6e0403c33", "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-09-04T12:26:46Z", "hostId": "ac4312c86b6d8b3ba69b66c09fbaad9c9659999bf89f97c14b4d2a68", "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-09-04T12:26:44Z", "tenant_id": "1e2f68a072b64978bd7ea91c2d64aca6", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 12:27:38,111 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/f54a9d16-368e-4bcb-bf02-6d149f6ff4a4 used request id req-f3b258df-0fcc-4da1-a319-b8f6dc1f710d 2018-09-04 12:27:41,118 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/f54a9d16-368e-4bcb-bf02-6d149f6ff4a4 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ec177c05943686258f832899c0e332b769fe6d56" 2018-09-04 12:27:41,892 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12:27: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-4f8f7e3b-b71d-420b-9df8-a122993dd607 x-compute-request-id: req-4f8f7e3b-b71d-420b-9df8-a122993dd607 Content-Encoding: gzip Content-Length: 786 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:72:ae:5f", "version": 4, "addr": "10.10.11.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/f54a9d16-368e-4bcb-bf02-6d149f6ff4a4", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/f54a9d16-368e-4bcb-bf02-6d149f6ff4a4", "rel": "bookmark"}], "image": {"id": "58ea38d1-edc6-4e18-8e09-86a84a11451f", "links": [{"href": "http://172.30.9.28:8774/images/58ea38d1-edc6-4e18-8e09-86a84a11451f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-000000f0", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e5b8e646-e46f-4f99-b0b0-402cfe19ffad", "links": [{"href": "http://172.30.9.28:8774/flavors/e5b8e646-e46f-4f99-b0b0-402cfe19ffad", "rel": "bookmark"}]}, "id": "f54a9d16-368e-4bcb-bf02-6d149f6ff4a4", "security_groups": [{"name": "default"}], "user_id": "42c3a9abd8ad4ce8ab2c4cc6e0403c33", "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-09-04T12:26:46Z", "hostId": "ac4312c86b6d8b3ba69b66c09fbaad9c9659999bf89f97c14b4d2a68", "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-09-04T12:26:44Z", "tenant_id": "1e2f68a072b64978bd7ea91c2d64aca6", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 12:27:41,892 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/f54a9d16-368e-4bcb-bf02-6d149f6ff4a4 used request id req-4f8f7e3b-b71d-420b-9df8-a122993dd607 2018-09-04 12:27:44,897 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/f54a9d16-368e-4bcb-bf02-6d149f6ff4a4 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ec177c05943686258f832899c0e332b769fe6d56" 2018-09-04 12:27:45,503 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12:27: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-7671ec9e-68db-4338-9446-9fca4e47ac9c x-compute-request-id: req-7671ec9e-68db-4338-9446-9fca4e47ac9c Content-Encoding: gzip Content-Length: 786 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:72:ae:5f", "version": 4, "addr": "10.10.11.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/f54a9d16-368e-4bcb-bf02-6d149f6ff4a4", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/f54a9d16-368e-4bcb-bf02-6d149f6ff4a4", "rel": "bookmark"}], "image": {"id": "58ea38d1-edc6-4e18-8e09-86a84a11451f", "links": [{"href": "http://172.30.9.28:8774/images/58ea38d1-edc6-4e18-8e09-86a84a11451f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-000000f0", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e5b8e646-e46f-4f99-b0b0-402cfe19ffad", "links": [{"href": "http://172.30.9.28:8774/flavors/e5b8e646-e46f-4f99-b0b0-402cfe19ffad", "rel": "bookmark"}]}, "id": "f54a9d16-368e-4bcb-bf02-6d149f6ff4a4", "security_groups": [{"name": "default"}], "user_id": "42c3a9abd8ad4ce8ab2c4cc6e0403c33", "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-09-04T12:26:46Z", "hostId": "ac4312c86b6d8b3ba69b66c09fbaad9c9659999bf89f97c14b4d2a68", "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-09-04T12:26:44Z", "tenant_id": "1e2f68a072b64978bd7ea91c2d64aca6", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 12:27:45,504 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/f54a9d16-368e-4bcb-bf02-6d149f6ff4a4 used request id req-7671ec9e-68db-4338-9446-9fca4e47ac9c 2018-09-04 12:27:48,512 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/f54a9d16-368e-4bcb-bf02-6d149f6ff4a4 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ec177c05943686258f832899c0e332b769fe6d56" 2018-09-04 12:27:49,257 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12:27:48 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-cbcf9c7f-ab05-4c53-bbee-0b1414aa4113 x-compute-request-id: req-cbcf9c7f-ab05-4c53-bbee-0b1414aa4113 Content-Encoding: gzip Content-Length: 786 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:72:ae:5f", "version": 4, "addr": "10.10.11.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/f54a9d16-368e-4bcb-bf02-6d149f6ff4a4", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/f54a9d16-368e-4bcb-bf02-6d149f6ff4a4", "rel": "bookmark"}], "image": {"id": "58ea38d1-edc6-4e18-8e09-86a84a11451f", "links": [{"href": "http://172.30.9.28:8774/images/58ea38d1-edc6-4e18-8e09-86a84a11451f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-000000f0", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e5b8e646-e46f-4f99-b0b0-402cfe19ffad", "links": [{"href": "http://172.30.9.28:8774/flavors/e5b8e646-e46f-4f99-b0b0-402cfe19ffad", "rel": "bookmark"}]}, "id": "f54a9d16-368e-4bcb-bf02-6d149f6ff4a4", "security_groups": [{"name": "default"}], "user_id": "42c3a9abd8ad4ce8ab2c4cc6e0403c33", "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-09-04T12:26:46Z", "hostId": "ac4312c86b6d8b3ba69b66c09fbaad9c9659999bf89f97c14b4d2a68", "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-09-04T12:26:44Z", "tenant_id": "1e2f68a072b64978bd7ea91c2d64aca6", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 12:27:49,258 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/f54a9d16-368e-4bcb-bf02-6d149f6ff4a4 used request id req-cbcf9c7f-ab05-4c53-bbee-0b1414aa4113 2018-09-04 12:27:52,265 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/f54a9d16-368e-4bcb-bf02-6d149f6ff4a4 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ec177c05943686258f832899c0e332b769fe6d56" 2018-09-04 12:27:52,877 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12:27:52 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-82bd572d-08c3-4435-bcd2-fed331898164 x-compute-request-id: req-82bd572d-08c3-4435-bcd2-fed331898164 Content-Encoding: gzip Content-Length: 786 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:72:ae:5f", "version": 4, "addr": "10.10.11.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/f54a9d16-368e-4bcb-bf02-6d149f6ff4a4", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/f54a9d16-368e-4bcb-bf02-6d149f6ff4a4", "rel": "bookmark"}], "image": {"id": "58ea38d1-edc6-4e18-8e09-86a84a11451f", "links": [{"href": "http://172.30.9.28:8774/images/58ea38d1-edc6-4e18-8e09-86a84a11451f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-000000f0", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e5b8e646-e46f-4f99-b0b0-402cfe19ffad", "links": [{"href": "http://172.30.9.28:8774/flavors/e5b8e646-e46f-4f99-b0b0-402cfe19ffad", "rel": "bookmark"}]}, "id": "f54a9d16-368e-4bcb-bf02-6d149f6ff4a4", "security_groups": [{"name": "default"}], "user_id": "42c3a9abd8ad4ce8ab2c4cc6e0403c33", "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-09-04T12:26:46Z", "hostId": "ac4312c86b6d8b3ba69b66c09fbaad9c9659999bf89f97c14b4d2a68", "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-09-04T12:26:44Z", "tenant_id": "1e2f68a072b64978bd7ea91c2d64aca6", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 12:27:52,877 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/f54a9d16-368e-4bcb-bf02-6d149f6ff4a4 used request id req-82bd572d-08c3-4435-bcd2-fed331898164 2018-09-04 12:27:55,884 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/f54a9d16-368e-4bcb-bf02-6d149f6ff4a4 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ec177c05943686258f832899c0e332b769fe6d56" 2018-09-04 12:27:56,874 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12:27:55 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-7b530525-6927-404e-86da-413b6a3d8743 x-compute-request-id: req-7b530525-6927-404e-86da-413b6a3d8743 Content-Encoding: gzip Content-Length: 786 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:72:ae:5f", "version": 4, "addr": "10.10.11.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/f54a9d16-368e-4bcb-bf02-6d149f6ff4a4", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/f54a9d16-368e-4bcb-bf02-6d149f6ff4a4", "rel": "bookmark"}], "image": {"id": "58ea38d1-edc6-4e18-8e09-86a84a11451f", "links": [{"href": "http://172.30.9.28:8774/images/58ea38d1-edc6-4e18-8e09-86a84a11451f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-000000f0", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e5b8e646-e46f-4f99-b0b0-402cfe19ffad", "links": [{"href": "http://172.30.9.28:8774/flavors/e5b8e646-e46f-4f99-b0b0-402cfe19ffad", "rel": "bookmark"}]}, "id": "f54a9d16-368e-4bcb-bf02-6d149f6ff4a4", "security_groups": [{"name": "default"}], "user_id": "42c3a9abd8ad4ce8ab2c4cc6e0403c33", "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-09-04T12:26:46Z", "hostId": "ac4312c86b6d8b3ba69b66c09fbaad9c9659999bf89f97c14b4d2a68", "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-09-04T12:26:44Z", "tenant_id": "1e2f68a072b64978bd7ea91c2d64aca6", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 12:27:56,874 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/f54a9d16-368e-4bcb-bf02-6d149f6ff4a4 used request id req-7b530525-6927-404e-86da-413b6a3d8743 2018-09-04 12:27:59,881 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/f54a9d16-368e-4bcb-bf02-6d149f6ff4a4 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ec177c05943686258f832899c0e332b769fe6d56" 2018-09-04 12:28:00,866 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12:27: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-58ed0b4b-71d1-4dff-a8b1-90a9f4c1a100 x-compute-request-id: req-58ed0b4b-71d1-4dff-a8b1-90a9f4c1a100 Content-Encoding: gzip Content-Length: 786 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:72:ae:5f", "version": 4, "addr": "10.10.11.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/f54a9d16-368e-4bcb-bf02-6d149f6ff4a4", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/f54a9d16-368e-4bcb-bf02-6d149f6ff4a4", "rel": "bookmark"}], "image": {"id": "58ea38d1-edc6-4e18-8e09-86a84a11451f", "links": [{"href": "http://172.30.9.28:8774/images/58ea38d1-edc6-4e18-8e09-86a84a11451f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-000000f0", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e5b8e646-e46f-4f99-b0b0-402cfe19ffad", "links": [{"href": "http://172.30.9.28:8774/flavors/e5b8e646-e46f-4f99-b0b0-402cfe19ffad", "rel": "bookmark"}]}, "id": "f54a9d16-368e-4bcb-bf02-6d149f6ff4a4", "security_groups": [{"name": "default"}], "user_id": "42c3a9abd8ad4ce8ab2c4cc6e0403c33", "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-09-04T12:26:46Z", "hostId": "ac4312c86b6d8b3ba69b66c09fbaad9c9659999bf89f97c14b4d2a68", "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-09-04T12:26:44Z", "tenant_id": "1e2f68a072b64978bd7ea91c2d64aca6", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 12:28:00,866 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/f54a9d16-368e-4bcb-bf02-6d149f6ff4a4 used request id req-58ed0b4b-71d1-4dff-a8b1-90a9f4c1a100 2018-09-04 12:28:03,872 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/f54a9d16-368e-4bcb-bf02-6d149f6ff4a4 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ec177c05943686258f832899c0e332b769fe6d56" 2018-09-04 12:28:04,885 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12:28:03 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-e2906907-baef-41cc-b3d7-3afa3fc9b976 x-compute-request-id: req-e2906907-baef-41cc-b3d7-3afa3fc9b976 Content-Encoding: gzip Content-Length: 786 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:72:ae:5f", "version": 4, "addr": "10.10.11.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/f54a9d16-368e-4bcb-bf02-6d149f6ff4a4", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/f54a9d16-368e-4bcb-bf02-6d149f6ff4a4", "rel": "bookmark"}], "image": {"id": "58ea38d1-edc6-4e18-8e09-86a84a11451f", "links": [{"href": "http://172.30.9.28:8774/images/58ea38d1-edc6-4e18-8e09-86a84a11451f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-000000f0", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e5b8e646-e46f-4f99-b0b0-402cfe19ffad", "links": [{"href": "http://172.30.9.28:8774/flavors/e5b8e646-e46f-4f99-b0b0-402cfe19ffad", "rel": "bookmark"}]}, "id": "f54a9d16-368e-4bcb-bf02-6d149f6ff4a4", "security_groups": [{"name": "default"}], "user_id": "42c3a9abd8ad4ce8ab2c4cc6e0403c33", "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-09-04T12:26:46Z", "hostId": "ac4312c86b6d8b3ba69b66c09fbaad9c9659999bf89f97c14b4d2a68", "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-09-04T12:26:44Z", "tenant_id": "1e2f68a072b64978bd7ea91c2d64aca6", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 12:28:04,885 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/f54a9d16-368e-4bcb-bf02-6d149f6ff4a4 used request id req-e2906907-baef-41cc-b3d7-3afa3fc9b976 2018-09-04 12:28:07,892 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/f54a9d16-368e-4bcb-bf02-6d149f6ff4a4 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ec177c05943686258f832899c0e332b769fe6d56" 2018-09-04 12:28:08,408 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12:28: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-d7bd2fd3-4833-47ee-a829-dcbbd60c71c8 x-compute-request-id: req-d7bd2fd3-4833-47ee-a829-dcbbd60c71c8 Content-Encoding: gzip Content-Length: 786 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:72:ae:5f", "version": 4, "addr": "10.10.11.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/f54a9d16-368e-4bcb-bf02-6d149f6ff4a4", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/f54a9d16-368e-4bcb-bf02-6d149f6ff4a4", "rel": "bookmark"}], "image": {"id": "58ea38d1-edc6-4e18-8e09-86a84a11451f", "links": [{"href": "http://172.30.9.28:8774/images/58ea38d1-edc6-4e18-8e09-86a84a11451f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-000000f0", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e5b8e646-e46f-4f99-b0b0-402cfe19ffad", "links": [{"href": "http://172.30.9.28:8774/flavors/e5b8e646-e46f-4f99-b0b0-402cfe19ffad", "rel": "bookmark"}]}, "id": "f54a9d16-368e-4bcb-bf02-6d149f6ff4a4", "security_groups": [{"name": "default"}], "user_id": "42c3a9abd8ad4ce8ab2c4cc6e0403c33", "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-09-04T12:26:46Z", "hostId": "ac4312c86b6d8b3ba69b66c09fbaad9c9659999bf89f97c14b4d2a68", "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-09-04T12:26:44Z", "tenant_id": "1e2f68a072b64978bd7ea91c2d64aca6", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 12:28:08,408 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/f54a9d16-368e-4bcb-bf02-6d149f6ff4a4 used request id req-d7bd2fd3-4833-47ee-a829-dcbbd60c71c8 2018-09-04 12:28:11,412 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/f54a9d16-368e-4bcb-bf02-6d149f6ff4a4 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ec177c05943686258f832899c0e332b769fe6d56" 2018-09-04 12:28:11,882 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12: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-16cd7e28-be44-494a-8468-a20e9c91adab x-compute-request-id: req-16cd7e28-be44-494a-8468-a20e9c91adab Content-Encoding: gzip Content-Length: 786 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:72:ae:5f", "version": 4, "addr": "10.10.11.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/f54a9d16-368e-4bcb-bf02-6d149f6ff4a4", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/f54a9d16-368e-4bcb-bf02-6d149f6ff4a4", "rel": "bookmark"}], "image": {"id": "58ea38d1-edc6-4e18-8e09-86a84a11451f", "links": [{"href": "http://172.30.9.28:8774/images/58ea38d1-edc6-4e18-8e09-86a84a11451f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-000000f0", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e5b8e646-e46f-4f99-b0b0-402cfe19ffad", "links": [{"href": "http://172.30.9.28:8774/flavors/e5b8e646-e46f-4f99-b0b0-402cfe19ffad", "rel": "bookmark"}]}, "id": "f54a9d16-368e-4bcb-bf02-6d149f6ff4a4", "security_groups": [{"name": "default"}], "user_id": "42c3a9abd8ad4ce8ab2c4cc6e0403c33", "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-09-04T12:26:46Z", "hostId": "ac4312c86b6d8b3ba69b66c09fbaad9c9659999bf89f97c14b4d2a68", "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-09-04T12:26:44Z", "tenant_id": "1e2f68a072b64978bd7ea91c2d64aca6", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 12:28:11,882 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/f54a9d16-368e-4bcb-bf02-6d149f6ff4a4 used request id req-16cd7e28-be44-494a-8468-a20e9c91adab 2018-09-04 12:28:14,890 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/f54a9d16-368e-4bcb-bf02-6d149f6ff4a4 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ec177c05943686258f832899c0e332b769fe6d56" 2018-09-04 12:28:15,815 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12:28:14 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-a5cfafbb-9dd0-49a0-89e5-20a6cbf6f08c x-compute-request-id: req-a5cfafbb-9dd0-49a0-89e5-20a6cbf6f08c Content-Encoding: gzip Content-Length: 786 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:72:ae:5f", "version": 4, "addr": "10.10.11.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/f54a9d16-368e-4bcb-bf02-6d149f6ff4a4", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/f54a9d16-368e-4bcb-bf02-6d149f6ff4a4", "rel": "bookmark"}], "image": {"id": "58ea38d1-edc6-4e18-8e09-86a84a11451f", "links": [{"href": "http://172.30.9.28:8774/images/58ea38d1-edc6-4e18-8e09-86a84a11451f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-000000f0", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e5b8e646-e46f-4f99-b0b0-402cfe19ffad", "links": [{"href": "http://172.30.9.28:8774/flavors/e5b8e646-e46f-4f99-b0b0-402cfe19ffad", "rel": "bookmark"}]}, "id": "f54a9d16-368e-4bcb-bf02-6d149f6ff4a4", "security_groups": [{"name": "default"}], "user_id": "42c3a9abd8ad4ce8ab2c4cc6e0403c33", "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-09-04T12:26:46Z", "hostId": "ac4312c86b6d8b3ba69b66c09fbaad9c9659999bf89f97c14b4d2a68", "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-09-04T12:26:44Z", "tenant_id": "1e2f68a072b64978bd7ea91c2d64aca6", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 12:28:15,815 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/f54a9d16-368e-4bcb-bf02-6d149f6ff4a4 used request id req-a5cfafbb-9dd0-49a0-89e5-20a6cbf6f08c 2018-09-04 12:28:18,819 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/f54a9d16-368e-4bcb-bf02-6d149f6ff4a4 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ec177c05943686258f832899c0e332b769fe6d56" 2018-09-04 12:28:19,527 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12:28:18 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-8f250976-4d81-4159-ad55-513ffa898b4a x-compute-request-id: req-8f250976-4d81-4159-ad55-513ffa898b4a Content-Encoding: gzip Content-Length: 786 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:72:ae:5f", "version": 4, "addr": "10.10.11.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/f54a9d16-368e-4bcb-bf02-6d149f6ff4a4", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/f54a9d16-368e-4bcb-bf02-6d149f6ff4a4", "rel": "bookmark"}], "image": {"id": "58ea38d1-edc6-4e18-8e09-86a84a11451f", "links": [{"href": "http://172.30.9.28:8774/images/58ea38d1-edc6-4e18-8e09-86a84a11451f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-000000f0", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e5b8e646-e46f-4f99-b0b0-402cfe19ffad", "links": [{"href": "http://172.30.9.28:8774/flavors/e5b8e646-e46f-4f99-b0b0-402cfe19ffad", "rel": "bookmark"}]}, "id": "f54a9d16-368e-4bcb-bf02-6d149f6ff4a4", "security_groups": [{"name": "default"}], "user_id": "42c3a9abd8ad4ce8ab2c4cc6e0403c33", "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-09-04T12:26:46Z", "hostId": "ac4312c86b6d8b3ba69b66c09fbaad9c9659999bf89f97c14b4d2a68", "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-09-04T12:26:44Z", "tenant_id": "1e2f68a072b64978bd7ea91c2d64aca6", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 12:28:19,527 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/f54a9d16-368e-4bcb-bf02-6d149f6ff4a4 used request id req-8f250976-4d81-4159-ad55-513ffa898b4a 2018-09-04 12:28:22,534 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/f54a9d16-368e-4bcb-bf02-6d149f6ff4a4 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ec177c05943686258f832899c0e332b769fe6d56" 2018-09-04 12:28:23,675 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12:28: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-9c115461-5bdd-49dd-b459-817728ecf610 x-compute-request-id: req-9c115461-5bdd-49dd-b459-817728ecf610 Content-Encoding: gzip Content-Length: 786 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:72:ae:5f", "version": 4, "addr": "10.10.11.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/f54a9d16-368e-4bcb-bf02-6d149f6ff4a4", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/f54a9d16-368e-4bcb-bf02-6d149f6ff4a4", "rel": "bookmark"}], "image": {"id": "58ea38d1-edc6-4e18-8e09-86a84a11451f", "links": [{"href": "http://172.30.9.28:8774/images/58ea38d1-edc6-4e18-8e09-86a84a11451f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-000000f0", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e5b8e646-e46f-4f99-b0b0-402cfe19ffad", "links": [{"href": "http://172.30.9.28:8774/flavors/e5b8e646-e46f-4f99-b0b0-402cfe19ffad", "rel": "bookmark"}]}, "id": "f54a9d16-368e-4bcb-bf02-6d149f6ff4a4", "security_groups": [{"name": "default"}], "user_id": "42c3a9abd8ad4ce8ab2c4cc6e0403c33", "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-09-04T12:26:46Z", "hostId": "ac4312c86b6d8b3ba69b66c09fbaad9c9659999bf89f97c14b4d2a68", "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-09-04T12:26:44Z", "tenant_id": "1e2f68a072b64978bd7ea91c2d64aca6", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 12:28:23,676 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/f54a9d16-368e-4bcb-bf02-6d149f6ff4a4 used request id req-9c115461-5bdd-49dd-b459-817728ecf610 2018-09-04 12:28:26,683 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/f54a9d16-368e-4bcb-bf02-6d149f6ff4a4 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ec177c05943686258f832899c0e332b769fe6d56" 2018-09-04 12:28:27,148 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12:28:26 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-97412746-4e12-49ee-8b72-0945acac00c2 x-compute-request-id: req-97412746-4e12-49ee-8b72-0945acac00c2 Content-Encoding: gzip Content-Length: 786 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:72:ae:5f", "version": 4, "addr": "10.10.11.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/f54a9d16-368e-4bcb-bf02-6d149f6ff4a4", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/f54a9d16-368e-4bcb-bf02-6d149f6ff4a4", "rel": "bookmark"}], "image": {"id": "58ea38d1-edc6-4e18-8e09-86a84a11451f", "links": [{"href": "http://172.30.9.28:8774/images/58ea38d1-edc6-4e18-8e09-86a84a11451f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-000000f0", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e5b8e646-e46f-4f99-b0b0-402cfe19ffad", "links": [{"href": "http://172.30.9.28:8774/flavors/e5b8e646-e46f-4f99-b0b0-402cfe19ffad", "rel": "bookmark"}]}, "id": "f54a9d16-368e-4bcb-bf02-6d149f6ff4a4", "security_groups": [{"name": "default"}], "user_id": "42c3a9abd8ad4ce8ab2c4cc6e0403c33", "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-09-04T12:26:46Z", "hostId": "ac4312c86b6d8b3ba69b66c09fbaad9c9659999bf89f97c14b4d2a68", "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-09-04T12:26:44Z", "tenant_id": "1e2f68a072b64978bd7ea91c2d64aca6", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 12:28:27,149 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/f54a9d16-368e-4bcb-bf02-6d149f6ff4a4 used request id req-97412746-4e12-49ee-8b72-0945acac00c2 2018-09-04 12:28:30,153 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/f54a9d16-368e-4bcb-bf02-6d149f6ff4a4 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ec177c05943686258f832899c0e332b769fe6d56" 2018-09-04 12:28:30,615 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12:28: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-3e696021-b15f-40e2-8ad1-e666a646753d x-compute-request-id: req-3e696021-b15f-40e2-8ad1-e666a646753d Content-Encoding: gzip Content-Length: 786 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:72:ae:5f", "version": 4, "addr": "10.10.11.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/f54a9d16-368e-4bcb-bf02-6d149f6ff4a4", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/f54a9d16-368e-4bcb-bf02-6d149f6ff4a4", "rel": "bookmark"}], "image": {"id": "58ea38d1-edc6-4e18-8e09-86a84a11451f", "links": [{"href": "http://172.30.9.28:8774/images/58ea38d1-edc6-4e18-8e09-86a84a11451f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-000000f0", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e5b8e646-e46f-4f99-b0b0-402cfe19ffad", "links": [{"href": "http://172.30.9.28:8774/flavors/e5b8e646-e46f-4f99-b0b0-402cfe19ffad", "rel": "bookmark"}]}, "id": "f54a9d16-368e-4bcb-bf02-6d149f6ff4a4", "security_groups": [{"name": "default"}], "user_id": "42c3a9abd8ad4ce8ab2c4cc6e0403c33", "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-09-04T12:26:46Z", "hostId": "ac4312c86b6d8b3ba69b66c09fbaad9c9659999bf89f97c14b4d2a68", "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-09-04T12:26:44Z", "tenant_id": "1e2f68a072b64978bd7ea91c2d64aca6", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 12:28:30,615 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/f54a9d16-368e-4bcb-bf02-6d149f6ff4a4 used request id req-3e696021-b15f-40e2-8ad1-e666a646753d 2018-09-04 12:28:33,618 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/f54a9d16-368e-4bcb-bf02-6d149f6ff4a4 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ec177c05943686258f832899c0e332b769fe6d56" 2018-09-04 12:28:34,370 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12:28: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-950ecc86-d2b6-4a7a-8ddd-562d64792769 x-compute-request-id: req-950ecc86-d2b6-4a7a-8ddd-562d64792769 Content-Encoding: gzip Content-Length: 786 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:72:ae:5f", "version": 4, "addr": "10.10.11.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/f54a9d16-368e-4bcb-bf02-6d149f6ff4a4", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/f54a9d16-368e-4bcb-bf02-6d149f6ff4a4", "rel": "bookmark"}], "image": {"id": "58ea38d1-edc6-4e18-8e09-86a84a11451f", "links": [{"href": "http://172.30.9.28:8774/images/58ea38d1-edc6-4e18-8e09-86a84a11451f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-000000f0", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e5b8e646-e46f-4f99-b0b0-402cfe19ffad", "links": [{"href": "http://172.30.9.28:8774/flavors/e5b8e646-e46f-4f99-b0b0-402cfe19ffad", "rel": "bookmark"}]}, "id": "f54a9d16-368e-4bcb-bf02-6d149f6ff4a4", "security_groups": [{"name": "default"}], "user_id": "42c3a9abd8ad4ce8ab2c4cc6e0403c33", "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-09-04T12:26:46Z", "hostId": "ac4312c86b6d8b3ba69b66c09fbaad9c9659999bf89f97c14b4d2a68", "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-09-04T12:26:44Z", "tenant_id": "1e2f68a072b64978bd7ea91c2d64aca6", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 12:28:34,371 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/f54a9d16-368e-4bcb-bf02-6d149f6ff4a4 used request id req-950ecc86-d2b6-4a7a-8ddd-562d64792769 2018-09-04 12:28:37,377 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/f54a9d16-368e-4bcb-bf02-6d149f6ff4a4 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ec177c05943686258f832899c0e332b769fe6d56" 2018-09-04 12:28:37,819 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12:28:37 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-a6cc2c25-976f-4687-bf34-de8ce8354595 x-compute-request-id: req-a6cc2c25-976f-4687-bf34-de8ce8354595 Content-Encoding: gzip Content-Length: 786 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:72:ae:5f", "version": 4, "addr": "10.10.11.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/f54a9d16-368e-4bcb-bf02-6d149f6ff4a4", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/f54a9d16-368e-4bcb-bf02-6d149f6ff4a4", "rel": "bookmark"}], "image": {"id": "58ea38d1-edc6-4e18-8e09-86a84a11451f", "links": [{"href": "http://172.30.9.28:8774/images/58ea38d1-edc6-4e18-8e09-86a84a11451f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-000000f0", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e5b8e646-e46f-4f99-b0b0-402cfe19ffad", "links": [{"href": "http://172.30.9.28:8774/flavors/e5b8e646-e46f-4f99-b0b0-402cfe19ffad", "rel": "bookmark"}]}, "id": "f54a9d16-368e-4bcb-bf02-6d149f6ff4a4", "security_groups": [{"name": "default"}], "user_id": "42c3a9abd8ad4ce8ab2c4cc6e0403c33", "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-09-04T12:26:46Z", "hostId": "ac4312c86b6d8b3ba69b66c09fbaad9c9659999bf89f97c14b4d2a68", "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-09-04T12:26:44Z", "tenant_id": "1e2f68a072b64978bd7ea91c2d64aca6", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 12:28:37,820 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/f54a9d16-368e-4bcb-bf02-6d149f6ff4a4 used request id req-a6cc2c25-976f-4687-bf34-de8ce8354595 2018-09-04 12:28:40,826 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/f54a9d16-368e-4bcb-bf02-6d149f6ff4a4 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ec177c05943686258f832899c0e332b769fe6d56" 2018-09-04 12:28:40,992 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12:28: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-77dbb3f5-b4ee-4cb5-b354-486da80edfd8 x-compute-request-id: req-77dbb3f5-b4ee-4cb5-b354-486da80edfd8 Content-Encoding: gzip Content-Length: 786 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:72:ae:5f", "version": 4, "addr": "10.10.11.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/f54a9d16-368e-4bcb-bf02-6d149f6ff4a4", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/f54a9d16-368e-4bcb-bf02-6d149f6ff4a4", "rel": "bookmark"}], "image": {"id": "58ea38d1-edc6-4e18-8e09-86a84a11451f", "links": [{"href": "http://172.30.9.28:8774/images/58ea38d1-edc6-4e18-8e09-86a84a11451f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-000000f0", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e5b8e646-e46f-4f99-b0b0-402cfe19ffad", "links": [{"href": "http://172.30.9.28:8774/flavors/e5b8e646-e46f-4f99-b0b0-402cfe19ffad", "rel": "bookmark"}]}, "id": "f54a9d16-368e-4bcb-bf02-6d149f6ff4a4", "security_groups": [{"name": "default"}], "user_id": "42c3a9abd8ad4ce8ab2c4cc6e0403c33", "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-09-04T12:26:46Z", "hostId": "ac4312c86b6d8b3ba69b66c09fbaad9c9659999bf89f97c14b4d2a68", "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-09-04T12:26:44Z", "tenant_id": "1e2f68a072b64978bd7ea91c2d64aca6", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 12:28:40,993 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/f54a9d16-368e-4bcb-bf02-6d149f6ff4a4 used request id req-77dbb3f5-b4ee-4cb5-b354-486da80edfd8 2018-09-04 12:28:44,000 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/f54a9d16-368e-4bcb-bf02-6d149f6ff4a4 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ec177c05943686258f832899c0e332b769fe6d56" 2018-09-04 12:28:44,455 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12:28: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-8eab0aad-1899-47d7-a024-ea42f78f6f5f x-compute-request-id: req-8eab0aad-1899-47d7-a024-ea42f78f6f5f Content-Encoding: gzip Content-Length: 786 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:72:ae:5f", "version": 4, "addr": "10.10.11.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/f54a9d16-368e-4bcb-bf02-6d149f6ff4a4", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/f54a9d16-368e-4bcb-bf02-6d149f6ff4a4", "rel": "bookmark"}], "image": {"id": "58ea38d1-edc6-4e18-8e09-86a84a11451f", "links": [{"href": "http://172.30.9.28:8774/images/58ea38d1-edc6-4e18-8e09-86a84a11451f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-000000f0", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e5b8e646-e46f-4f99-b0b0-402cfe19ffad", "links": [{"href": "http://172.30.9.28:8774/flavors/e5b8e646-e46f-4f99-b0b0-402cfe19ffad", "rel": "bookmark"}]}, "id": "f54a9d16-368e-4bcb-bf02-6d149f6ff4a4", "security_groups": [{"name": "default"}], "user_id": "42c3a9abd8ad4ce8ab2c4cc6e0403c33", "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-09-04T12:26:46Z", "hostId": "ac4312c86b6d8b3ba69b66c09fbaad9c9659999bf89f97c14b4d2a68", "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-09-04T12:26:44Z", "tenant_id": "1e2f68a072b64978bd7ea91c2d64aca6", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 12:28:44,456 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/f54a9d16-368e-4bcb-bf02-6d149f6ff4a4 used request id req-8eab0aad-1899-47d7-a024-ea42f78f6f5f 2018-09-04 12:28:47,460 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/f54a9d16-368e-4bcb-bf02-6d149f6ff4a4 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ec177c05943686258f832899c0e332b769fe6d56" 2018-09-04 12:28:48,514 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12:28: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-4ed2f3e2-541f-49d5-bc30-9f0a3f7a09cd x-compute-request-id: req-4ed2f3e2-541f-49d5-bc30-9f0a3f7a09cd Content-Encoding: gzip Content-Length: 786 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:72:ae:5f", "version": 4, "addr": "10.10.11.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/f54a9d16-368e-4bcb-bf02-6d149f6ff4a4", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/f54a9d16-368e-4bcb-bf02-6d149f6ff4a4", "rel": "bookmark"}], "image": {"id": "58ea38d1-edc6-4e18-8e09-86a84a11451f", "links": [{"href": "http://172.30.9.28:8774/images/58ea38d1-edc6-4e18-8e09-86a84a11451f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-000000f0", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e5b8e646-e46f-4f99-b0b0-402cfe19ffad", "links": [{"href": "http://172.30.9.28:8774/flavors/e5b8e646-e46f-4f99-b0b0-402cfe19ffad", "rel": "bookmark"}]}, "id": "f54a9d16-368e-4bcb-bf02-6d149f6ff4a4", "security_groups": [{"name": "default"}], "user_id": "42c3a9abd8ad4ce8ab2c4cc6e0403c33", "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-09-04T12:26:46Z", "hostId": "ac4312c86b6d8b3ba69b66c09fbaad9c9659999bf89f97c14b4d2a68", "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-09-04T12:26:44Z", "tenant_id": "1e2f68a072b64978bd7ea91c2d64aca6", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 12:28:48,515 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/f54a9d16-368e-4bcb-bf02-6d149f6ff4a4 used request id req-4ed2f3e2-541f-49d5-bc30-9f0a3f7a09cd 2018-09-04 12:28:51,522 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/f54a9d16-368e-4bcb-bf02-6d149f6ff4a4 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ec177c05943686258f832899c0e332b769fe6d56" 2018-09-04 12:28:52,369 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12:28: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-fb92b60d-3f69-4920-8d9c-cfe303b2b93b x-compute-request-id: req-fb92b60d-3f69-4920-8d9c-cfe303b2b93b Content-Encoding: gzip Content-Length: 786 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:72:ae:5f", "version": 4, "addr": "10.10.11.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/f54a9d16-368e-4bcb-bf02-6d149f6ff4a4", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/f54a9d16-368e-4bcb-bf02-6d149f6ff4a4", "rel": "bookmark"}], "image": {"id": "58ea38d1-edc6-4e18-8e09-86a84a11451f", "links": [{"href": "http://172.30.9.28:8774/images/58ea38d1-edc6-4e18-8e09-86a84a11451f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-000000f0", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e5b8e646-e46f-4f99-b0b0-402cfe19ffad", "links": [{"href": "http://172.30.9.28:8774/flavors/e5b8e646-e46f-4f99-b0b0-402cfe19ffad", "rel": "bookmark"}]}, "id": "f54a9d16-368e-4bcb-bf02-6d149f6ff4a4", "security_groups": [{"name": "default"}], "user_id": "42c3a9abd8ad4ce8ab2c4cc6e0403c33", "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-09-04T12:26:46Z", "hostId": "ac4312c86b6d8b3ba69b66c09fbaad9c9659999bf89f97c14b4d2a68", "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-09-04T12:26:44Z", "tenant_id": "1e2f68a072b64978bd7ea91c2d64aca6", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 12:28:52,369 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/f54a9d16-368e-4bcb-bf02-6d149f6ff4a4 used request id req-fb92b60d-3f69-4920-8d9c-cfe303b2b93b 2018-09-04 12:28:55,377 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/f54a9d16-368e-4bcb-bf02-6d149f6ff4a4 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ec177c05943686258f832899c0e332b769fe6d56" 2018-09-04 12:28:56,183 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12:28: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-3a49198c-29e1-450f-a7ec-2d2ea7979f9c x-compute-request-id: req-3a49198c-29e1-450f-a7ec-2d2ea7979f9c Content-Encoding: gzip Content-Length: 790 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:72:ae:5f", "version": 4, "addr": "10.10.11.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/f54a9d16-368e-4bcb-bf02-6d149f6ff4a4", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/f54a9d16-368e-4bcb-bf02-6d149f6ff4a4", "rel": "bookmark"}], "image": {"id": "58ea38d1-edc6-4e18-8e09-86a84a11451f", "links": [{"href": "http://172.30.9.28:8774/images/58ea38d1-edc6-4e18-8e09-86a84a11451f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-000000f0", "OS-SRV-USG:launched_at": "2018-09-04T12:28:54.000000", "flavor": {"id": "e5b8e646-e46f-4f99-b0b0-402cfe19ffad", "links": [{"href": "http://172.30.9.28:8774/flavors/e5b8e646-e46f-4f99-b0b0-402cfe19ffad", "rel": "bookmark"}]}, "id": "f54a9d16-368e-4bcb-bf02-6d149f6ff4a4", "security_groups": [{"name": "default"}], "user_id": "42c3a9abd8ad4ce8ab2c4cc6e0403c33", "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-09-04T12:28:55Z", "hostId": "ac4312c86b6d8b3ba69b66c09fbaad9c9659999bf89f97c14b4d2a68", "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-09-04T12:26:44Z", "tenant_id": "1e2f68a072b64978bd7ea91c2d64aca6", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 12:28:56,183 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/f54a9d16-368e-4bcb-bf02-6d149f6ff4a4 used request id req-3a49198c-29e1-450f-a7ec-2d2ea7979f9c 2018-09-04 12:28:56,186 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/f54a9d16-368e-4bcb-bf02-6d149f6ff4a4 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1e8a625d79905211f3015a8a6436a69fd109541b" 2018-09-04 12:28:56,920 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12:28: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-7b7e0149-bda1-4ca6-9839-3d969cecd462 x-compute-request-id: req-7b7e0149-bda1-4ca6-9839-3d969cecd462 Content-Encoding: gzip Content-Length: 790 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:72:ae:5f", "version": 4, "addr": "10.10.11.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/f54a9d16-368e-4bcb-bf02-6d149f6ff4a4", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/f54a9d16-368e-4bcb-bf02-6d149f6ff4a4", "rel": "bookmark"}], "image": {"id": "58ea38d1-edc6-4e18-8e09-86a84a11451f", "links": [{"href": "http://172.30.9.28:8774/images/58ea38d1-edc6-4e18-8e09-86a84a11451f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-000000f0", "OS-SRV-USG:launched_at": "2018-09-04T12:28:54.000000", "flavor": {"id": "e5b8e646-e46f-4f99-b0b0-402cfe19ffad", "links": [{"href": "http://172.30.9.28:8774/flavors/e5b8e646-e46f-4f99-b0b0-402cfe19ffad", "rel": "bookmark"}]}, "id": "f54a9d16-368e-4bcb-bf02-6d149f6ff4a4", "security_groups": [{"name": "default"}], "user_id": "42c3a9abd8ad4ce8ab2c4cc6e0403c33", "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-09-04T12:28:55Z", "hostId": "ac4312c86b6d8b3ba69b66c09fbaad9c9659999bf89f97c14b4d2a68", "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-09-04T12:26:44Z", "tenant_id": "1e2f68a072b64978bd7ea91c2d64aca6", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 12:28:56,920 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/f54a9d16-368e-4bcb-bf02-6d149f6ff4a4 used request id req-7b7e0149-bda1-4ca6-9839-3d969cecd462 2018-09-04 12:28:56,920 - sdnvpn_test_utils - DEBUG - Instance 'sdnvpn-3-2-quagga' booted successfully. IP='10.10.11.5'. 2018-09-04 12:28:56,921 - sdnvpn_test_utils - DEBUG - Adding 'sdnvpn-3-2-quagga' to security group 'aee4e203-f920-46bb-ac91-6898d944e253'... 2018-09-04 12:28:56,923 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/servers/f54a9d16-368e-4bcb-bf02-6d149f6ff4a4/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}81b332194640fec3d40061ce6c180ec8fb77091b" -d '{"addSecurityGroup": {"name": "aee4e203-f920-46bb-ac91-6898d944e253"}}' 2018-09-04 12:28:58,712 - novaclient.v2.client - DEBUG - RESP: [202] Date: Tue, 04 Sep 2018 12:28: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-78b7ef04-695c-4668-bd3e-da551d34c857 x-compute-request-id: req-78b7ef04-695c-4668-bd3e-da551d34c857 Content-Length: 0 Content-Type: application/json 2018-09-04 12:28:58,713 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/f54a9d16-368e-4bcb-bf02-6d149f6ff4a4/action used request id req-78b7ef04-695c-4668-bd3e-da551d34c857 2018-09-04 12:28:58,716 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/servers/f54a9d16-368e-4bcb-bf02-6d149f6ff4a4/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}81b332194640fec3d40061ce6c180ec8fb77091b" -d '{"addFloatingIp": {"address": "172.30.9.205"}}' 2018-09-04 12:29:01,367 - novaclient.v2.client - DEBUG - RESP: [202] Date: Tue, 04 Sep 2018 12:28: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-36d5af41-5bf8-4577-91d3-7f685cabb3df x-compute-request-id: req-36d5af41-5bf8-4577-91d3-7f685cabb3df Content-Length: 0 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-09-04 12:29:01,368 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/f54a9d16-368e-4bcb-bf02-6d149f6ff4a4/action used request id req-36d5af41-5bf8-4577-91d3-7f685cabb3df 2018-09-04 12:29:01,368 - paramiko.transport - DEBUG - [chan 5] Max packet in: 32768 bytes 2018-09-04 12:29:01,369 - paramiko.transport - DEBUG - [chan 5] Max packet out: 32768 bytes 2018-09-04 12:29:01,370 - paramiko.transport - DEBUG - Secsh channel 5 opened. 2018-09-04 12:29:01,372 - paramiko.transport - DEBUG - [chan 5] Sesch channel 5 request ok 2018-09-04 12:29:01,535 - paramiko.transport - DEBUG - [chan 5] EOF received (5) 2018-09-04 12:29:01,536 - paramiko.transport - DEBUG - [chan 6] Max packet in: 32768 bytes 2018-09-04 12:29:01,536 - paramiko.transport - DEBUG - [chan 5] EOF sent (5) 2018-09-04 12:29:01,537 - paramiko.transport - DEBUG - [chan 6] Max packet out: 32768 bytes 2018-09-04 12:29:01,537 - paramiko.transport - DEBUG - Secsh channel 6 opened. 2018-09-04 12:29:01,578 - paramiko.transport - DEBUG - [chan 6] Sesch channel 6 request ok 2018-09-04 12:29:01,635 - paramiko.transport - DEBUG - [chan 6] EOF received (6) 2018-09-04 12:29:01,636 - sdnvpn_test_utils - INFO - Waiting for cloud init of instance: sdnvpn-3-2-quagga 2018-09-04 12:29:01,640 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/servers/f54a9d16-368e-4bcb-bf02-6d149f6ff4a4/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1e8a625d79905211f3015a8a6436a69fd109541b" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-04 12:29:01,643 - paramiko.transport - DEBUG - [chan 6] EOF sent (6) 2018-09-04 12:29:02,761 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12:29: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-fd21ef28-09b6-4ad7-be7e-cfd376372baa x-compute-request-id: req-fd21ef28-09b6-4ad7-be7e-cfd376372baa Content-Encoding: gzip Content-Length: 10489 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup 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 694628640 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 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.134815] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.136492] pid_max: default: 32768 minimum: 301\n[ 0.137396] ACPI: Core revision 20150930\n[ 0.138781] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.140102] Security Framework initialized\n[ 0.140929] Yama: becoming mindful.\n[ 0.141669] AppArmor: AppArmor initialized\n[ 0.142561] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.143972] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.145650] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.146890] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.148288] Initializing cgroup subsys io\n[ 0.149114] Initializing cgroup subsys memory\n[ 0.149992] Initializing cgroup subsys devices\n[ 0.150871] Initializing cgroup subsys freezer\n[ 0.151748] Initializing cgroup subsys net_cls\n[ 0.152630] Initializing cgroup subsys perf_event\n[ 0.153543] Initializing cgroup subsys net_prio\n[ 0.154443] Initializing cgroup subsys hugetlb\n[ 0.155319] Initializing cgroup subsys pids\n[ 0.156203] CPU: Physical Processor ID: 0\n[ 0.157702] mce: CPU supports 10 MCE banks\n[ 0.158568] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.159579] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.170394] Freeing SMP alternatives memory: 32K (ffffffff820b9000 - ffffffff820c1000)\n[ 0.176842] ftrace: allocating 32123 entries in 126 pages\n[ 0.203586] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.204807] smpboot: Max logical packages: 1\n[ 0.205807] x2apic enabled\n[ 0.206630] Switched APIC routing to physical x2apic.\n[ 0.208384] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.209511] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.211526] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.213333] KVM setup paravirtual spinlock\n[ 0.214780] x86: Booted up 1 node, 1 CPUs\n[ 0.215804] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.217494] devtmpfs: initialized\n[ 0.220102] evm: security.selinux\n[ 0.220956] evm: security.SMACK64\n[ 0.221793] evm: security.SMACK64EXEC\n[ 0.222706] evm: security.SMACK64TRANSMUTE\n[ 0.223691] evm: security.SMACK64MMAP\n[ 0.224589] evm: security.ima\n[ 0.225355] evm: security.capability\n[ 0.226310] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.228596] pinctrl core: initialized pinctrl subsystem\n[ 0.229924] RTC time: 12:28:54, date: 09/04/18\n[ 0.231056] NET: Registered protocol family 16\n[ 0.232224] cpuidle: using governor ladder\n[ 0.233234] cpuidle: using governor menu\n[ 0.234196] PCCT header not found.\n[ 0.235101] ACPI: bus type PCI registered\n[ 0.236081] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.237612] PCI: Using configuration type 1 for base access\n[ 0.240015] ACPI: Added _OSI(Module Device)\n[ 0.241037] ACPI: Added _OSI(Processor Device)\n[ 0.242093] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.243194] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.245542] ACPI: Interpreter enabled\n[ 0.246478] ACPI: (supports S0 S5)\n[ 0.247325] ACPI: Using IOAPIC for interrupt routing\n[ 0.248479] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.251957] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.253372] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.254908] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.256499] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.259222] acpiphp: Slot [3] registered\n[ 0.260201] acpiphp: Slot [4] registered\n[ 0.261169] acpiphp: Slot [5] registered\n[ 0.262137] acpiphp: Slot [6] registered\n[ 0.263115] acpiphp: Slot [7] registered\n[ 0.264087] acpiphp: Slot [8] registered\n[ 0.265067] acpiphp: Slot [9] registered\n[ 0.265912] acpiphp: Slot [10] registered\n[ 0.266733] acpiphp: Slot [11] registered\n[ 0.267557] acpiphp: Slot [12] registered\n[ 0.268378] acpiphp: Slot [13] registered\n[ 0.269196] acpiphp: Slot [14] registered\n[ 0.280188] acpiphp: Slot [15] registered\n[ 0.281016] acpiphp: Slot [16] registered\n[ 0.281836] acpiphp: Slot [17] registered\n[ 0.282657] acpiphp: Slot [18] registered\n[ 0.283478] acpiphp: Slot [19] registered\n[ 0.284297] acpiphp: Slot [20] registered\n[ 0.285114] acpiphp: Slot [21] registered\n[ 0.285933] acpiphp: Slot [22] registered\n[ 0.286762] acpiphp: Slot [23] registered\n[ 0.287577] acpiphp: Slot [24] registered\n[ 0.288399] acpiphp: Slot [25] registered\n[ 0.289214] acpiphp: Slot [26] registered\n[ 0.290033] acpiphp: Slot [27] registered\n[ 0.290847] acpiphp: Slot [28] registered\n[ 0.291665] acpiphp: Slot [29] registered\n[ 0.292488] acpiphp: Slot [30] registered\n[ 0.293304] acpiphp: Slot [31] registered\n[ 0.294117] PCI host bridge to bus 0000:00\n[ 0.294936] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.296161] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.297388] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.298852] pci_bus 0000:00: root bus resource [mem 0x40000000-0xfebfffff window]\n[ 0.300321] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.306659] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.307946] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.309130] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.310416] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.316952] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.318405] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.364168] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.365684] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.367109] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.368546] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.369963] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.371218] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.372585] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.373698] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.375255] vgaarb: loaded\n[ 0.375861] vgaarb: bridge control possible 0000:00:02.0\n[ 0.377034] SCSI subsystem initialized\n[ 0.377857] ACPI: bus type USB registered\n[ 0.378680] usbcore: registered new interface driver usbfs\n[ 0.379713] usbcore: registered new interface driver hub\n[ 0.380725] usbcore: registered new device driver usb\n[ 0.381782] PCI: Using ACPI for IRQ routing\n[ 0.382831] NetLabel: Initializing\n[ 0.383556] NetLabel: domain hash size = 128\n[ 0.384409] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.385366] NetLabel: unlabeled traffic allowed by default\n[ 0.386525] amd_nb: Cannot enumerate AMD northbridges\n[ 0.387503] clocksource: Switched to clocksource kvm-clock\n[ 0.392906] AppArmor: AppArmor Filesystem Enabled\n[ 0.395722] pnp: PnP ACPI init\n[ 0.396681] pnp: PnP ACPI: found 5 devices\n[ 0.402732] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.404458] NET: Registered protocol family 2\n[ 0.405422] TCP established hash table entries: 8192 (order: 4, 65536 bytes)\n[ 0.406722] TCP bind hash table entries: 8192 (order: 5, 131072 bytes)\n[ 0.407939] TCP: Hash tables configured (established 8192 bind 8192)\n[ 0.409131] UDP hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.410231] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.411417] NET: Registered protocol family 1\n[ 0.412297] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.413407] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.414495] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.428643] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.443323] Trying to unpack rootfs image as initramfs...\n[ 1.730131] Freeing initrd memory: 10832K (ffff880036ac8000 - ffff88003755c000)\n[ 1.745330] Scanning for low memory corruption every 60 seconds\n[ 1.746823] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 1.747997] audit: initializing netlink subsys (disabled)\n[ 1.749040] audit: type=2000 audit(1536064137.028:1): initialized\n[ 1.750369] Initialise system trusted keyring\n[ 1.751305] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 1.752515] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 1.754522] zbud: loaded\n[ 1.755227] VFS: Disk quotas dquot_6.6.0\n[ 1.756069] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 1.757484] squashfs: version 4.0 (2009/01/31) Phillip Lougher\n[ 1.758721] fuse init (API version 7.23)\n[ 1.759624] Key type big_key registered\n[ 1.760425] Allocating IMA MOK and blacklist keyrings.\n[ 1.761536] Key type asymmetric registered\n[ 1.762370] Asymmetric key parser 'x509' registered\n[ 1.763328] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 1.764810] io scheduler noop registered\n[ 1.765617] io scheduler deadline registered (default)\n[ 1.766617] io scheduler cfq registered\n[ 1.767459] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 1.768526] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 1.769803] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 1.771266] ACPI: Power Button [PWRF]\n[ 1.772130] GHES: HEST is not enabled!\n[ 1.785971] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 1.814636] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 1.817001] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 1.841184] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 1.843289] Linux agpgart interface v0.103\n[ 1.845318] brd: module loaded\n[ 1.846584] loop: module loaded\n[ 1.848116] vda: vda1\n[ 1.849450] scsi host0: ata_piix\n[ 1.850194] scsi host1: ata_piix\n[ 1.850930] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 1.852169] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 1.853629] libphy: Fixed MDIO Bus: probed\n[ 1.854456] tun: Universal TUN/TAP device driver, 1.6\n[ 1.855418] tun: (C) 1999-2004 Max Krasnyansky \n[ 1.857584] PPP generic driver version 2.4.2\n[ 1.858666] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 1.860026] ehci-pci: EHCI PCI platform driver\n[ 1.860973] ehci-platform: EHCI generic platform driver\n[ 1.862056] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 1.863280] ohci-pci: OHCI PCI platform driver\n[ 1.864216] ohci-platform: OHCI generic platform driver\n[ 1.865277] uhci_hcd: USB Universal Host Controller Interface driver\n[ 1.879889] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 1.880992] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 1.882576] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 1.883701] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 1.884921] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 1.886316] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 1.887971] usb usb1: Product: UHCI Host Controller\n[ 1.889030] usb usb1: Manufacturer: Linux 4.4.0-66-generic uhci_hcd\n[ 1.890408] usb usb1: SerialNumber: 0000:00:01.2\n[ 1.891526] hub 1-0:1.0: USB hub found\n[ 1.892473] hub 1-0:1.0: 2 ports detected\n[ 1.893514] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 1.895939] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 1.897031] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 1.898202] mousedev: PS/2 mouse device common for all mice\n[ 1.899652] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 1.901887] rtc_cmos 00:00: RTC can wake from S4\n[ 1.903122] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 1.904560] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 1.905936] i2c /dev entries driver\n[ 1.906801] device-mapper: uevent: version 1.0.3\n[ 1.907886] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 1.909803] ledtrig-cpu: registered to indicate activity on CPUs\n[ 1.911256] NET: Registered protocol family 10\n[ 1.912415] NET: Registered protocol family 17\n[ 1.913451] Key type dns_resolver registered\n[ 1.914471] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 1.915757] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 1.917787] registered taskstats version 1\n[ 1.918735] Loading compiled-in X.509 certificates\n[ 1.920295] Loaded X.509 cert 'Build time autogenerated kernel key: 32ca4feee90b5cde51f5f8c0e024b22f8c679982'\n[ 1.922430] zswap: loaded using pool lzo/zbud\n[ 1.924373] Key type trusted registered\n[ 1.926697] Key type encrypted registered\n[ 1.927647] AppArmor: AppArmor sha1 policy hashing enabled\n[ 1.928803] ima: No TPM chip found, activating TPM-bypass!\n[ 1.929980] evm: HMAC attrs: 0x1\n[ 1.930997] Magic number: 2:516:480\n[ 1.931941] rtc_cmos 00:00: setting system clock to 2018-09-04 12:28:56 UTC (1536064136)\n[ 1.933820] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 1.935105] EDD information not available.\n[ 2.008057] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 2.009558] ata1.00: configured for MWDMA2\n[ 2.010771] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 2.013116] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 2.014357] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 2.025740] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 2.027657] Freeing unused kernel memory: 1488K (ffffffff81f45000 - ffffffff820b9000)\n[ 2.029215] Write protecting the kernel read-only data: 14336k\n[ 2.030785] Freeing unused kernel memory: 1776K (ffff880001844000 - ffff880001a00000)\n[ 2.032536] Freeing unused kernel memory: 116K (ffff880001de3000 - ffff880001e00000)\nLoading, please wait...\nstarting version 229\n[ 2.041204] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.043012] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.045044] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.046946] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.048827] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.050686] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.052591] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.054404] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.056772] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.058601] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.085814] virtio_net virtio0 ens3: renamed from eth0\n[ 2.097557] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input4\n[ 2.099394] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3\n[ 2.121113] AVX2 version of gcm_enc/dec engaged.\n[ 2.122121] AES CTR mode by8 optimization enabled\n[ 2.131830] FDC 0 is a S82078B\n[ 2.203523] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 2.368639] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 2.369943] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 2.371247] usb 1-1: Product: QEMU USB Tablet\n[ 2.372139] usb 1-1: Manufacturer: QEMU\n[ 2.372933] usb 1-1: SerialNumber: 42\n[ 2.380281] hidraw: raw HID events driver (C) Jiri Kosina\n[ 2.387206] usbcore: registered new interface driver usbhid\n[ 2.388331] usbhid: USB HID core driver\n[ 2.391107] 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.393381] 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.743547] tsc: Refined TSC clocksource calibration: 3491.911 MHz\n[ 2.745123] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x325577d1aeb, max_idle_ns: 440795265276 ns\nBegin: Loading essential drivers ... [ 3.359367] md: linear personality registered for level -1\n[ 3.361972] md: multipath personality registered for level -4\n[ 3.364644] md: raid0 personality registered for level 0\n[ 3.367563] md: raid1 personality registered for level 1\n[ 3.435507] raid6: sse2x1 gen() 11311 MB/s\n[ 3.503509] raid6: sse2x1 xor() 8763 MB/s\n[ 3.571509] raid6: sse2x2 gen() 14427 MB/s\n[ 3.639508] raid6: sse2x2 xor() 9638 MB/s\n[ 3.707506] raid6: sse2x4 gen() 16614 MB/s\n[ 3.775507] raid6: sse2x4 xor() 11552 MB/s\n[ 3.843507] raid6: avx2x1 gen() 22000 MB/s\n[ 3.911507] raid6: avx2x2 gen() 25928 MB/s\n[ 3.979507] raid6: avx2x4 gen() 29490 MB/s\n[ 3.980366] raid6: using algorithm avx2x4 gen() 29490 MB/s\n[ 3.981407] raid6: using avx2x2 recovery algorithm\n[ 3.983320] xor: automatically using best checksumming function:\n[ 4.023506] avx : 34712.000 MB/sec\n[ 4.025310] async_tx: api initialized (async)\n[ 4.032743] md: raid6 personality registered for level 6\n[ 4.033807] md: raid5 personality registered for level 5\n[ 4.034826] md: raid4 personality registered for level 4\n[ 4.038929] 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.062445] Btrfs loaded\nScanning for Btrfs filesystems\ndone.\nWarning: fsck not present, so skipping root file system\n[ 4.088200] 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.573298] 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.576631] systemd[1]: Detected virtualization kvm.\n[ 4.577611] systemd[1]: Detected architecture x86-64.\n\nWelcome to [1mUbuntu 16.04.2 LTS[0m!\n\n[ 4.581783] systemd[1]: Set hostname to .\n[ 4.586553] systemd[1]: Initializing machine ID from KVM UUID.\n[ 4.587712] systemd[1]: Installed transient /etc/machine-id file.\n[ 4.803399] systemd[1]: Listening on Journal Socket (/dev/log).\n[[0;32m OK [0m] Listening on Journal Socket (/dev/log).\n[ 4.806531] systemd[1]: Listening on LVM2 poll daemon socket.\n[[0;32m OK [0m] Listening on LVM2 poll daemon socket.\n[ 4.809392] systemd[1]: Listening on Journal Socket.\n[[0;32m OK [0m] Listening on Journal Socket.\n[ 4.811918] systemd[1]: Reached target Encrypted Volumes.\n[[0;32m OK [0m] Reached target Encrypted Volumes.\n[ 4.814685] 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.819025] 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.822686] systemd[1]: Listening on udev Control Socket.\n[[0;32m OK [0m] Listening on udev Control Socket.\n[ 4.825434] systemd[1]: Listening on Device-mapper event daemon FIFOs.\n[[0;32m OK [0m] Listening on Device-mapper event daemon FIFOs.\n[ 4.828585] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.\n[[0;32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe.\n[ 4.831915] systemd[1]: Listening on Journal Audit Socket.\n[[0;32m OK [0m] Listening on Journal Audit Socket.\n[ 4.834692] systemd[1]: Reached target User and Group Name Lookups.\n[[0;32m OK [0m] Reached target User and Group Name Lookups.\n[ 4.837796] systemd[1]: Listening on udev Kernel Socket.\n[[0;32m OK [0m] Listening on udev Kernel Socket.\n[ 4.840455] systemd[1]: Listening on LVM2 metadata daemon socket.\n[[0;32m OK [0m] Listening on LVM2 metadata daemon socket.\n[ 4.843560] systemd[1]: Created slice System Slice.\n[[0;32m OK [0m] Created slice System Slice.\n[ 4.846431] systemd[1]: Starting Nameserver information manager...\n Starting Nameserver information manager...\n[ 4.849516] systemd[1]: Mounting POSIX Message Queue File System...\n Mounting POSIX Message Queue File System...\n[ 4.853529] systemd[1]: Starting Set console keymap...\n Starting Set console keymap...\n[ 4.858707] systemd[1]: Starting Remount Root and Kernel File Systems...\n Starting Remount Root and Kernel File Systems...\n[ 4.865996] systemd[1]: Mounting Huge Pages File System...\n Mounting Huge Pages File System...\n[ 4.878732] systemd[1]: Starting Load Kernel Modules...\n Starting Load Kernel Modules...\n[ 4.881879] systemd[1]: Starting Uncomplicated firewall...\n[ 4.886871] EXT4-fs (vda1): re-mounted. Opts: (null)\n Starting Uncomplicated firewall...\n[ 4.889593] systemd[1]: Starting Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling...\n[ 4.897421] Loading iSCSI transport class v2.0-870.\n Starting Monitoring of LVM2 mirrors... dmeventd or progress polling...\n[ 4.902771] systemd[1]: Mounting Debug File System...\n Mounting Debug File System...\n[ 4.907597] systemd[1]: Created slice system-serial\\x2dgetty.slice.\n[[0;32m OK [0m] Created slice system-serial\\x2dgetty.slice.\n[ 4.913968] systemd[1]: Starting Create list of required static device nodes for the current kernel...\n[ 4.919753] iscsi: registered transport (tcp)\n Starting Create list of required st... nodes for the current kernel...\n[ 4.923489] systemd[1]: Listening on Syslog Socket.\n[[0;32m OK [0m] Listening on Syslog Socket.\n[ 4.929019] systemd[1]: Starting Journal Service...\n Starting Journal Service...\n[ 4.931907] systemd[1]: Created slice User and Session Slice.\n[[0;32m OK [0m] Created slice User and Session Slice.\n[ 4.940345] systemd[1]: Reached target Slices.\n[[0;32m OK [0m] Reached target Slices.\n[ 4.943190] systemd[1]: Reached target Swap.\n[[0;32m OK [0m] Reached target Swap.\n[ 4.952602] systemd[1]: Mounted Debug File System.\n[[0;32m OK [0m] Mounted Debug File System.\n[ 4.955199] systemd[1]: Mounted POSIX Message Queue File System.\n[[0;32m OK [0m] Mounted POSIX Message Queue File System.\n[ 4.962842] systemd[1]: Mounted Huge Pages File System.\n[[0;32m OK [0m] Mounted Huge Pages File System.\n[ 4.966972] systemd[1]: Started Journal Service.\n[[0;32m OK [0m] Started Journal Service.\n[ 4.971430] iscsi: registered transport (iser)\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 Load Kernel Modules.\n[[0;32m OK [0m] Started Uncomplicated firewall.\n[[0;32m OK [0m] Started Create list of required sta...ce nodes for the current kernel.\n[[0;32m OK [0m] Started Nameserver information manager.\n[[0;32m OK [0m] Started LVM2 metadata daemon.\n Starting Create Static Device Nodes in /dev...\n Mounting FUSE Control File System...\n Starting Apply Kernel Variables...\n Starting Initial cloud-init job (pre-networking)...\n Starting udev Coldplug all Devices...\n Starting Load/Save Random Seed...\n Starting Flush Journal to Persistent Storage...\n[[0;32m OK [0m] Mounted FUSE Control File System.\n[[0;32m OK [0m] Started Create Static Device Nodes in /dev.\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 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 Commit a transient machine-id on disk...\n Starting Create Volatile Files and Directories...\n Starting LSB: AppArmor initialization...\n Starting Tell Plymouth To Write Out Runtime Data...\n Starting Set console font and keymap...\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] Found device /dev/ttyS0.\n[[0;32m OK [0m] Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch.\n[ 6.544069] cloud-init[458]: Cloud-init v. 0.7.9 running 'init-local' at Tue, 04 Sep 2018 12:29:00 +0000. Up 5.84 seconds.\n"} 2018-09-04 12:29:02,761 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/f54a9d16-368e-4bcb-bf02-6d149f6ff4a4/action used request id req-fd21ef28-09b6-4ad7-be7e-cfd376372baa 2018-09-04 12:29:32,774 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/servers/f54a9d16-368e-4bcb-bf02-6d149f6ff4a4/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1e8a625d79905211f3015a8a6436a69fd109541b" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-04 12:29:33,903 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12:29:32 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-f1eef33d-58fb-44bc-b42e-4edde81bfaf3 x-compute-request-id: req-f1eef33d-58fb-44bc-b42e-4edde81bfaf3 Content-Encoding: gzip Content-Length: 14932 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup 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 694628640 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 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.134815] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.136492] pid_max: default: 32768 minimum: 301\n[ 0.137396] ACPI: Core revision 20150930\n[ 0.138781] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.140102] Security Framework initialized\n[ 0.140929] Yama: becoming mindful.\n[ 0.141669] AppArmor: AppArmor initialized\n[ 0.142561] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.143972] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.145650] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.146890] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.148288] Initializing cgroup subsys io\n[ 0.149114] Initializing cgroup subsys memory\n[ 0.149992] Initializing cgroup subsys devices\n[ 0.150871] Initializing cgroup subsys freezer\n[ 0.151748] Initializing cgroup subsys net_cls\n[ 0.152630] Initializing cgroup subsys perf_event\n[ 0.153543] Initializing cgroup subsys net_prio\n[ 0.154443] Initializing cgroup subsys hugetlb\n[ 0.155319] Initializing cgroup subsys pids\n[ 0.156203] CPU: Physical Processor ID: 0\n[ 0.157702] mce: CPU supports 10 MCE banks\n[ 0.158568] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.159579] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.170394] Freeing SMP alternatives memory: 32K (ffffffff820b9000 - ffffffff820c1000)\n[ 0.176842] ftrace: allocating 32123 entries in 126 pages\n[ 0.203586] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.204807] smpboot: Max logical packages: 1\n[ 0.205807] x2apic enabled\n[ 0.206630] Switched APIC routing to physical x2apic.\n[ 0.208384] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.209511] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.211526] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.213333] KVM setup paravirtual spinlock\n[ 0.214780] x86: Booted up 1 node, 1 CPUs\n[ 0.215804] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.217494] devtmpfs: initialized\n[ 0.220102] evm: security.selinux\n[ 0.220956] evm: security.SMACK64\n[ 0.221793] evm: security.SMACK64EXEC\n[ 0.222706] evm: security.SMACK64TRANSMUTE\n[ 0.223691] evm: security.SMACK64MMAP\n[ 0.224589] evm: security.ima\n[ 0.225355] evm: security.capability\n[ 0.226310] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.228596] pinctrl core: initialized pinctrl subsystem\n[ 0.229924] RTC time: 12:28:54, date: 09/04/18\n[ 0.231056] NET: Registered protocol family 16\n[ 0.232224] cpuidle: using governor ladder\n[ 0.233234] cpuidle: using governor menu\n[ 0.234196] PCCT header not found.\n[ 0.235101] ACPI: bus type PCI registered\n[ 0.236081] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.237612] PCI: Using configuration type 1 for base access\n[ 0.240015] ACPI: Added _OSI(Module Device)\n[ 0.241037] ACPI: Added _OSI(Processor Device)\n[ 0.242093] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.243194] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.245542] ACPI: Interpreter enabled\n[ 0.246478] ACPI: (supports S0 S5)\n[ 0.247325] ACPI: Using IOAPIC for interrupt routing\n[ 0.248479] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.251957] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.253372] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.254908] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.256499] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.259222] acpiphp: Slot [3] registered\n[ 0.260201] acpiphp: Slot [4] registered\n[ 0.261169] acpiphp: Slot [5] registered\n[ 0.262137] acpiphp: Slot [6] registered\n[ 0.263115] acpiphp: Slot [7] registered\n[ 0.264087] acpiphp: Slot [8] registered\n[ 0.265067] acpiphp: Slot [9] registered\n[ 0.265912] acpiphp: Slot [10] registered\n[ 0.266733] acpiphp: Slot [11] registered\n[ 0.267557] acpiphp: Slot [12] registered\n[ 0.268378] acpiphp: Slot [13] registered\n[ 0.269196] acpiphp: Slot [14] registered\n[ 0.280188] acpiphp: Slot [15] registered\n[ 0.281016] acpiphp: Slot [16] registered\n[ 0.281836] acpiphp: Slot [17] registered\n[ 0.282657] acpiphp: Slot [18] registered\n[ 0.283478] acpiphp: Slot [19] registered\n[ 0.284297] acpiphp: Slot [20] registered\n[ 0.285114] acpiphp: Slot [21] registered\n[ 0.285933] acpiphp: Slot [22] registered\n[ 0.286762] acpiphp: Slot [23] registered\n[ 0.287577] acpiphp: Slot [24] registered\n[ 0.288399] acpiphp: Slot [25] registered\n[ 0.289214] acpiphp: Slot [26] registered\n[ 0.290033] acpiphp: Slot [27] registered\n[ 0.290847] acpiphp: Slot [28] registered\n[ 0.291665] acpiphp: Slot [29] registered\n[ 0.292488] acpiphp: Slot [30] registered\n[ 0.293304] acpiphp: Slot [31] registered\n[ 0.294117] PCI host bridge to bus 0000:00\n[ 0.294936] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.296161] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.297388] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.298852] pci_bus 0000:00: root bus resource [mem 0x40000000-0xfebfffff window]\n[ 0.300321] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.306659] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.307946] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.309130] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.310416] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.316952] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.318405] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.364168] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.365684] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.367109] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.368546] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.369963] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.371218] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.372585] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.373698] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.375255] vgaarb: loaded\n[ 0.375861] vgaarb: bridge control possible 0000:00:02.0\n[ 0.377034] SCSI subsystem initialized\n[ 0.377857] ACPI: bus type USB registered\n[ 0.378680] usbcore: registered new interface driver usbfs\n[ 0.379713] usbcore: registered new interface driver hub\n[ 0.380725] usbcore: registered new device driver usb\n[ 0.381782] PCI: Using ACPI for IRQ routing\n[ 0.382831] NetLabel: Initializing\n[ 0.383556] NetLabel: domain hash size = 128\n[ 0.384409] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.385366] NetLabel: unlabeled traffic allowed by default\n[ 0.386525] amd_nb: Cannot enumerate AMD northbridges\n[ 0.387503] clocksource: Switched to clocksource kvm-clock\n[ 0.392906] AppArmor: AppArmor Filesystem Enabled\n[ 0.395722] pnp: PnP ACPI init\n[ 0.396681] pnp: PnP ACPI: found 5 devices\n[ 0.402732] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.404458] NET: Registered protocol family 2\n[ 0.405422] TCP established hash table entries: 8192 (order: 4, 65536 bytes)\n[ 0.406722] TCP bind hash table entries: 8192 (order: 5, 131072 bytes)\n[ 0.407939] TCP: Hash tables configured (established 8192 bind 8192)\n[ 0.409131] UDP hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.410231] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.411417] NET: Registered protocol family 1\n[ 0.412297] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.413407] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.414495] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.428643] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.443323] Trying to unpack rootfs image as initramfs...\n[ 1.730131] Freeing initrd memory: 10832K (ffff880036ac8000 - ffff88003755c000)\n[ 1.745330] Scanning for low memory corruption every 60 seconds\n[ 1.746823] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 1.747997] audit: initializing netlink subsys (disabled)\n[ 1.749040] audit: type=2000 audit(1536064137.028:1): initialized\n[ 1.750369] Initialise system trusted keyring\n[ 1.751305] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 1.752515] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 1.754522] zbud: loaded\n[ 1.755227] VFS: Disk quotas dquot_6.6.0\n[ 1.756069] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 1.757484] squashfs: version 4.0 (2009/01/31) Phillip Lougher\n[ 1.758721] fuse init (API version 7.23)\n[ 1.759624] Key type big_key registered\n[ 1.760425] Allocating IMA MOK and blacklist keyrings.\n[ 1.761536] Key type asymmetric registered\n[ 1.762370] Asymmetric key parser 'x509' registered\n[ 1.763328] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 1.764810] io scheduler noop registered\n[ 1.765617] io scheduler deadline registered (default)\n[ 1.766617] io scheduler cfq registered\n[ 1.767459] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 1.768526] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 1.769803] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 1.771266] ACPI: Power Button [PWRF]\n[ 1.772130] GHES: HEST is not enabled!\n[ 1.785971] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 1.814636] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 1.817001] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 1.841184] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 1.843289] Linux agpgart interface v0.103\n[ 1.845318] brd: module loaded\n[ 1.846584] loop: module loaded\n[ 1.848116] vda: vda1\n[ 1.849450] scsi host0: ata_piix\n[ 1.850194] scsi host1: ata_piix\n[ 1.850930] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 1.852169] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 1.853629] libphy: Fixed MDIO Bus: probed\n[ 1.854456] tun: Universal TUN/TAP device driver, 1.6\n[ 1.855418] tun: (C) 1999-2004 Max Krasnyansky \n[ 1.857584] PPP generic driver version 2.4.2\n[ 1.858666] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 1.860026] ehci-pci: EHCI PCI platform driver\n[ 1.860973] ehci-platform: EHCI generic platform driver\n[ 1.862056] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 1.863280] ohci-pci: OHCI PCI platform driver\n[ 1.864216] ohci-platform: OHCI generic platform driver\n[ 1.865277] uhci_hcd: USB Universal Host Controller Interface driver\n[ 1.879889] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 1.880992] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 1.882576] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 1.883701] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 1.884921] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 1.886316] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 1.887971] usb usb1: Product: UHCI Host Controller\n[ 1.889030] usb usb1: Manufacturer: Linux 4.4.0-66-generic uhci_hcd\n[ 1.890408] usb usb1: SerialNumber: 0000:00:01.2\n[ 1.891526] hub 1-0:1.0: USB hub found\n[ 1.892473] hub 1-0:1.0: 2 ports detected\n[ 1.893514] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 1.895939] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 1.897031] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 1.898202] mousedev: PS/2 mouse device common for all mice\n[ 1.899652] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 1.901887] rtc_cmos 00:00: RTC can wake from S4\n[ 1.903122] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 1.904560] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 1.905936] i2c /dev entries driver\n[ 1.906801] device-mapper: uevent: version 1.0.3\n[ 1.907886] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 1.909803] ledtrig-cpu: registered to indicate activity on CPUs\n[ 1.911256] NET: Registered protocol family 10\n[ 1.912415] NET: Registered protocol family 17\n[ 1.913451] Key type dns_resolver registered\n[ 1.914471] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 1.915757] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 1.917787] registered taskstats version 1\n[ 1.918735] Loading compiled-in X.509 certificates\n[ 1.920295] Loaded X.509 cert 'Build time autogenerated kernel key: 32ca4feee90b5cde51f5f8c0e024b22f8c679982'\n[ 1.922430] zswap: loaded using pool lzo/zbud\n[ 1.924373] Key type trusted registered\n[ 1.926697] Key type encrypted registered\n[ 1.927647] AppArmor: AppArmor sha1 policy hashing enabled\n[ 1.928803] ima: No TPM chip found, activating TPM-bypass!\n[ 1.929980] evm: HMAC attrs: 0x1\n[ 1.930997] Magic number: 2:516:480\n[ 1.931941] rtc_cmos 00:00: setting system clock to 2018-09-04 12:28:56 UTC (1536064136)\n[ 1.933820] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 1.935105] EDD information not available.\n[ 2.008057] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 2.009558] ata1.00: configured for MWDMA2\n[ 2.010771] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 2.013116] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 2.014357] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 2.025740] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 2.027657] Freeing unused kernel memory: 1488K (ffffffff81f45000 - ffffffff820b9000)\n[ 2.029215] Write protecting the kernel read-only data: 14336k\n[ 2.030785] Freeing unused kernel memory: 1776K (ffff880001844000 - ffff880001a00000)\n[ 2.032536] Freeing unused kernel memory: 116K (ffff880001de3000 - ffff880001e00000)\nLoading, please wait...\nstarting version 229\n[ 2.041204] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.043012] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.045044] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.046946] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.048827] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.050686] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.052591] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.054404] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.056772] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.058601] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.085814] virtio_net virtio0 ens3: renamed from eth0\n[ 2.097557] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input4\n[ 2.099394] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3\n[ 2.121113] AVX2 version of gcm_enc/dec engaged.\n[ 2.122121] AES CTR mode by8 optimization enabled\n[ 2.131830] FDC 0 is a S82078B\n[ 2.203523] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 2.368639] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 2.369943] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 2.371247] usb 1-1: Product: QEMU USB Tablet\n[ 2.372139] usb 1-1: Manufacturer: QEMU\n[ 2.372933] usb 1-1: SerialNumber: 42\n[ 2.380281] hidraw: raw HID events driver (C) Jiri Kosina\n[ 2.387206] usbcore: registered new interface driver usbhid\n[ 2.388331] usbhid: USB HID core driver\n[ 2.391107] 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.393381] 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.743547] tsc: Refined TSC clocksource calibration: 3491.911 MHz\n[ 2.745123] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x325577d1aeb, max_idle_ns: 440795265276 ns\nBegin: Loading essential drivers ... [ 3.359367] md: linear personality registered for level -1\n[ 3.361972] md: multipath personality registered for level -4\n[ 3.364644] md: raid0 personality registered for level 0\n[ 3.367563] md: raid1 personality registered for level 1\n[ 3.435507] raid6: sse2x1 gen() 11311 MB/s\n[ 3.503509] raid6: sse2x1 xor() 8763 MB/s\n[ 3.571509] raid6: sse2x2 gen() 14427 MB/s\n[ 3.639508] raid6: sse2x2 xor() 9638 MB/s\n[ 3.707506] raid6: sse2x4 gen() 16614 MB/s\n[ 3.775507] raid6: sse2x4 xor() 11552 MB/s\n[ 3.843507] raid6: avx2x1 gen() 22000 MB/s\n[ 3.911507] raid6: avx2x2 gen() 25928 MB/s\n[ 3.979507] raid6: avx2x4 gen() 29490 MB/s\n[ 3.980366] raid6: using algorithm avx2x4 gen() 29490 MB/s\n[ 3.981407] raid6: using avx2x2 recovery algorithm\n[ 3.983320] xor: automatically using best checksumming function:\n[ 4.023506] avx : 34712.000 MB/sec\n[ 4.025310] async_tx: api initialized (async)\n[ 4.032743] md: raid6 personality registered for level 6\n[ 4.033807] md: raid5 personality registered for level 5\n[ 4.034826] md: raid4 personality registered for level 4\n[ 4.038929] 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.062445] Btrfs loaded\nScanning for Btrfs filesystems\ndone.\nWarning: fsck not present, so skipping root file system\n[ 4.088200] 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.573298] 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.576631] systemd[1]: Detected virtualization kvm.\n[ 4.577611] systemd[1]: Detected architecture x86-64.\n\nWelcome to [1mUbuntu 16.04.2 LTS[0m!\n\n[ 4.581783] systemd[1]: Set hostname to .\n[ 4.586553] systemd[1]: Initializing machine ID from KVM UUID.\n[ 4.587712] systemd[1]: Installed transient /etc/machine-id file.\n[ 4.803399] systemd[1]: Listening on Journal Socket (/dev/log).\n[[0;32m OK [0m] Listening on Journal Socket (/dev/log).\n[ 4.806531] systemd[1]: Listening on LVM2 poll daemon socket.\n[[0;32m OK [0m] Listening on LVM2 poll daemon socket.\n[ 4.809392] systemd[1]: Listening on Journal Socket.\n[[0;32m OK [0m] Listening on Journal Socket.\n[ 4.811918] systemd[1]: Reached target Encrypted Volumes.\n[[0;32m OK [0m] Reached target Encrypted Volumes.\n[ 4.814685] 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.819025] 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.822686] systemd[1]: Listening on udev Control Socket.\n[[0;32m OK [0m] Listening on udev Control Socket.\n[ 4.825434] systemd[1]: Listening on Device-mapper event daemon FIFOs.\n[[0;32m OK [0m] Listening on Device-mapper event daemon FIFOs.\n[ 4.828585] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.\n[[0;32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe.\n[ 4.831915] systemd[1]: Listening on Journal Audit Socket.\n[[0;32m OK [0m] Listening on Journal Audit Socket.\n[ 4.834692] systemd[1]: Reached target User and Group Name Lookups.\n[[0;32m OK [0m] Reached target User and Group Name Lookups.\n[ 4.837796] systemd[1]: Listening on udev Kernel Socket.\n[[0;32m OK [0m] Listening on udev Kernel Socket.\n[ 4.840455] systemd[1]: Listening on LVM2 metadata daemon socket.\n[[0;32m OK [0m] Listening on LVM2 metadata daemon socket.\n[ 4.843560] systemd[1]: Created slice System Slice.\n[[0;32m OK [0m] Created slice System Slice.\n[ 4.846431] systemd[1]: Starting Nameserver information manager...\n Starting Nameserver information manager...\n[ 4.849516] systemd[1]: Mounting POSIX Message Queue File System...\n Mounting POSIX Message Queue File System...\n[ 4.853529] systemd[1]: Starting Set console keymap...\n Starting Set console keymap...\n[ 4.858707] systemd[1]: Starting Remount Root and Kernel File Systems...\n Starting Remount Root and Kernel File Systems...\n[ 4.865996] systemd[1]: Mounting Huge Pages File System...\n Mounting Huge Pages File System...\n[ 4.878732] systemd[1]: Starting Load Kernel Modules...\n Starting Load Kernel Modules...\n[ 4.881879] systemd[1]: Starting Uncomplicated firewall...\n[ 4.886871] EXT4-fs (vda1): re-mounted. Opts: (null)\n Starting Uncomplicated firewall...\n[ 4.889593] systemd[1]: Starting Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling...\n[ 4.897421] Loading iSCSI transport class v2.0-870.\n Starting Monitoring of LVM2 mirrors... dmeventd or progress polling...\n[ 4.902771] systemd[1]: Mounting Debug File System...\n Mounting Debug File System...\n[ 4.907597] systemd[1]: Created slice system-serial\\x2dgetty.slice.\n[[0;32m OK [0m] Created slice system-serial\\x2dgetty.slice.\n[ 4.913968] systemd[1]: Starting Create list of required static device nodes for the current kernel...\n[ 4.919753] iscsi: registered transport (tcp)\n Starting Create list of required st... nodes for the current kernel...\n[ 4.923489] systemd[1]: Listening on Syslog Socket.\n[[0;32m OK [0m] Listening on Syslog Socket.\n[ 4.929019] systemd[1]: Starting Journal Service...\n Starting Journal Service...\n[ 4.931907] systemd[1]: Created slice User and Session Slice.\n[[0;32m OK [0m] Created slice User and Session Slice.\n[ 4.940345] systemd[1]: Reached target Slices.\n[[0;32m OK [0m] Reached target Slices.\n[ 4.943190] systemd[1]: Reached target Swap.\n[[0;32m OK [0m] Reached target Swap.\n[ 4.952602] systemd[1]: Mounted Debug File System.\n[[0;32m OK [0m] Mounted Debug File System.\n[ 4.955199] systemd[1]: Mounted POSIX Message Queue File System.\n[[0;32m OK [0m] Mounted POSIX Message Queue File System.\n[ 4.962842] systemd[1]: Mounted Huge Pages File System.\n[[0;32m OK [0m] Mounted Huge Pages File System.\n[ 4.966972] systemd[1]: Started Journal Service.\n[[0;32m OK [0m] Started Journal Service.\n[ 4.971430] iscsi: registered transport (iser)\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 Load Kernel Modules.\n[[0;32m OK [0m] Started Uncomplicated firewall.\n[[0;32m OK [0m] Started Create list of required sta...ce nodes for the current kernel.\n[[0;32m OK [0m] Started Nameserver information manager.\n[[0;32m OK [0m] Started LVM2 metadata daemon.\n Starting Create Static Device Nodes in /dev...\n Mounting FUSE Control File System...\n Starting Apply Kernel Variables...\n Starting Initial cloud-init job (pre-networking)...\n Starting udev Coldplug all Devices...\n Starting Load/Save Random Seed...\n Starting Flush Journal to Persistent Storage...\n[[0;32m OK [0m] Mounted FUSE Control File System.\n[[0;32m OK [0m] Started Create Static Device Nodes in /dev.\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 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 Commit a transient machine-id on disk...\n Starting Create Volatile Files and Directories...\n Starting LSB: AppArmor initialization...\n Starting Tell Plymouth To Write Out Runtime Data...\n Starting Set console font and keymap...\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] Found device /dev/ttyS0.\n[[0;32m OK [0m] Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch.\n[ 6.544069] cloud-init[458]: Cloud-init v. 0.7.9 running 'init-local' at Tue, 04 Sep 2018 12:29:00 +0000. Up 5.84 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.704956] cloud-init[1039]: Cloud-init v. 0.7.9 running 'init' at Tue, 04 Sep 2018 12:29:02 +0000. Up 7.74 seconds.\n[ 8.706735] cloud-init[1039]: ci-info: +++++++++++++++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++++++++++++++\n[ 8.712321] cloud-init[1039]: ci-info: +--------+-------+------------------------------+---------------+-------+-------------------+\n[ 8.714116] cloud-init[1039]: ci-info: | Device | Up | Address | Mask | Scope | Hw-Address |\n[ 8.720110] cloud-init[1039]: ci-info: +--------+-------+------------------------------+---------------+-------+-------------------+\n[ 8.721976] cloud-init[1039]: ci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . | . |\n[ 8.723758] cloud-init[1039]: ci-info: | lo | True | ::1/128 | . | host | . |\n[ 8.729976] cloud-init[1039]: ci-info: | ens3 | True | 10.10.11.5 | 255.255.255.0 | . | fa:16:3e:72:ae:5f |\n[ 8.736290] cloud-init[1039]: ci-info: | ens3 | True | fe80::f816:3eff:fe72:ae5f/64 | . | link | fa:16:3e:72:ae:5f |\n[ 8.738112] cloud-init[1039]: ci-info: | ens6 | False | . | . | . | 52:54:00:53:59:55 |\n[ 8.744110] cloud-init[1039]: ci-info: +--------+-------+------------------------------+---------------+-------+-------------------+\n[ 8.745929] cloud-init[1039]: ci-info: +++++++++++++++++++++++++++++++Route IPv4 info++++++++++++++++++++++++++++++++\n[ 8.747568] cloud-init[1039]: ci-info: +-------+-----------------+------------+-----------------+-----------+-------+\n[ 8.753272] cloud-init[1039]: ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags |\n[ 8.754912] cloud-init[1039]: ci-info: +-------+-----------------+------------+-----------------+-----------+-------+\n[ 8.759923] cloud-init[1039]: ci-info: | 0 | 0.0.0.0 | 10.10.11.1 | 0.0.0.0 | ens3 | UG |\n[ 8.761746] cloud-init[1039]: ci-info: | 1 | 10.10.11.0 | 0.0.0.0 | 255.255.255.0 | ens3 | U |\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 Daily Cleanup of Temporary Directories.\n[ 8.767332] cloud-init[1039]: ci-info: | 2 | 169.254.169.254 | 10.10.11.4 | 255.255.255.255 | ens3 | UGH | Starting Socket activation for snappy daemon.\n\n[ 8.770465] cloud-init[1039]: ci-info: +-------+-----------------+------------+-----------------+-----------+-------+\n[ 8.772161] cloud-init[1039]: Generating public/private rsa key pair.[[0;32m OK [0m] Started ACPI Events Check.\n[[0;32m OK [0m] Started Timer to automatically refresh installed snaps.\n[[0;32m OK [0m] Listening on ACPID Listen Socket.\n\n[ 8.776190] cloud-init[1039]: Your identification has been saved in /etc/ssh/ssh_host_rsa_key.\n[ 8.777349] cloud-init[1039]: Your public key has been saved in /etc/ssh/ssh_host_rsa_key.pub.\n[ 8.778500] cloud-init[1039]: The key fingerprint is:\n[ 8.779299] cloud-init[1039]: SHA256:7DzL0XZj+T1NL/E50l7YUqy7JS5NpFvurVFsRRWU3G8 root@sdnvpn-3-2-quagga[[0;32m OK [0m] Started Daily apt activities.\n[[0;32m OK [0m] Reached target Timers.\n[[0;32m OK [0m] Listening on UUID daemon activation socket.\n[[0;32m OK [0m] Started Trigger resolvconf update for networkd DNS.\n[[0;32m OK [0m] Reached target Paths.\n\n[ 8.784732] cloud-init[1039]: The key's randomart image is:\n Starting LXD - unix socket.\n[[0;32m OK [0m] Listening on D-Bus System Message Bus Socket.\n[ 8.787808] cloud-init[1039]: +---[RSA 2048]----+\n[[0;32m OK [0m] Reached target Cloud-config availability.\n[ 8.790277] cloud-init[1039]: | ooB|\n[ 8.791264] cloud-init[1039]: | +.|[[0;32m OK [0m] Reached target Network is Online.\n Starting iSCSI initiator daemon (iscsid)...\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.796221] cloud-init[1039]: | o|\n[ 8.797205] cloud-init[1039]: | . .oE|\n[ 8.798188] cloud-init[1039]: | S o .*|\n[ 8.799170] cloud-init[1039]: | o . ..+B.|\n[[0;32m OK [0m] Reached target Sockets.\n[ 8.802549] cloud-init[1039]: | = o =*B+B|[[0;32m OK [0m] Reached target Basic System.\n Starting Accounts Service...\n\n[ 8.806887] cloud-init[1039]: | . = oo=+&=|\n[[0;32m OK [0m] Started Regular background program processing daemon.\n[ 8.809581] cloud-init[1039]: | o oX==|\n[ 8.811414] cloud-init[1039]: +----[SHA256]-----+[[0;32m OK [0m] Started D-Bus System Message Bus.\n\n[ 8.816544] cloud-init[1039]: Generating public/private dsa key pair.\n[ 8.820042] cloud-init[1039]: Your identification has been saved in /etc/ssh/ssh_host_dsa_key.\n[ 8.821915] cloud-init[1039]: Your public key has been saved in /etc/ssh/ssh_host_dsa_key.pub.\n[ 8.823753] cloud-init[1039]: The key fingerprint is:\n[ 8.825648] cloud-init[1039]: SHA256:DMWnlX8uFM9O1stl3ZYdO5bI7S4esxdjysgywO+mu9Q root@sdnvpn-3-2-quagga\n[ 8.828489] cloud-init[1039]: The key's randomart image is:\n[ 8.830640] cloud-init[1039]: +---[DSA 1024]----+\n[ 8.832260] cloud-init[1039]: | .. . |\n[ 8.833919] cloud-init[1039]: | .. + . . |\n[ 8.836373] cloud-init[1039]: | . + ..+o.O|\n[ 8.838470] cloud-init[1039]: | o. oo*BO|\n[ 8.840747] cloud-init[1039]: | . S . *+o+|\n[ 8.842411] cloud-init[1039]: | o. . oB |\n[ 8.844113] cloud-init[1039]: | .oE. o++ o|[[0;32m OK [0m] Started FUSE filesystem for LXC.\n Starting Login Service...\n Starting LSB: Record successful boot for GRUB...\n[[0;32m OK [0m\n[ 8.852286] cloud-init[1039]: | . = o ++o |\n[ 8.854136] cloud-init[1039]: | +*.o .oo |\n[ 8.855474] ] Started Deferred execution scheduler.\ncloud-init[1039]: +----[SHA256]-----+ Starting Pollinate to seed the pseudo random number generator...\n Starting /etc/rc.local Compatibility...\n Starting Apply the settings specified in cloud-config...\n Starting LXD - container startup/shutdown...\n Starting System Logging Service...\n Starting LSB: MD monitoring daemon...\n[[0;32m OK [0m] Started ACPI event daemon.\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 iSCSI initiator daemon (iscsid).\n\n[ 8.928727] cloud-init[1039]: Generating public/private ecdsa key pair.[[0;32m OK [0m] Started System Logging Service.\n\n[ 8.966644] cloud-init[1039]: Your identification has been saved in /etc/ssh/ssh_host_ecdsa_key.[[0;32m OK [0m] Started Auto import assertions from block devices.\n\n[ 8.986250] cloud-init[1039]: Your public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub.\n Starting Authenticate and Authorize Users to Run Privileged Tasks...[ 9.005456] \n Starting Login to default iSCSI targets...\n[[0;32m OK [0m] Started Login Service.\ncloud-init[1039]: The key fingerprint is:[[0;32m OK [0m] Started LSB: MD monitoring daemon.\n\n[[0;32m OK [0m] Started Login to default iSCSI targets.\n[[0;32m OK [0m] Started Authenticate and Authorize Users to Run Privileged Tasks.\n[[0;32m OK [0m] Started Accounts Service.\n[ 9.050064] [[0;32m OK [0m] Started LSB: Record successful boot for GRUB.cloud-init[1039]: SHA256:GbIu6fdM7oGD35quTTZm2j9sVFEtqqHHvz77Aaio5u4 root@sdnvpn-3-2-quagga\n[[0;32m OK [0m] Reached target Remote File Systems (Pre).\n[[0;32m OK [0m] Reached target Remote File Systems.\n Starting LSB: daemon to balance interrupts for SMP systems...\n \n[ 9.065250] cloud-init[1039]: Starting LSB: automatic crash report generation...\n Starting LSB: Set the CPU Frequency Scaling governor to \"ondemand\"...\n Starting Permit User Sessions...\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 LXD - container startup/shutdown.\nThe key's randomart image is:\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\".[ 9.125195] cloud-init[1039]: +---[ECDSA 256]---+\n\n[[0;32m OK [0m] Started Hold until boot process finishes up.\n[[0;32m OK [0m] Started Terminate Plymouth Boot Screen.\n[ 9.136054] cloud-init[1039]: | ... |\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 Starting Set console scheme...\n[[0;32m OK [0m[ 9.147581] cloud-init[1039]: | . . . |\n[ 9.155917] ] 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 Set console scheme.\ncloud-init[1039]: | . . o . |\n[ 9.176131] cloud-init[1039]: | o.+o |\n[ 9.184162] cloud-init[1039]: | .oS+. |\n[ 9.187773] cloud-init[1039]: | =.o= . |\n[ 9.188824] cloud-init[1039]: | = @+o. . |\n[ 9.192440] cloud-init[1039]: [[0;32m OK [0m] Started LSB: start and stop the Quagga routing suite.\n| .o @.O+.o . |\n[ 9.201468] cloud-init[1039]: | =E ++B*Bo+=. |\n[ 9.204101] cloud-init[1039]: +----[SHA256]-----+\n[ 9.211781] cloud-init[1039]: Generating public/private ed25519 key pair.\n[ 9.213063] cloud-init[1039]: Your identification has been saved in /etc/ssh/ssh_host_ed25519_key.\n[ 9.214505] cloud-init[1039]: Your public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub.\n[ 9.224079] cloud-init[1039]: The key fingerprint is:\n[ 9.225177] cloud-init[1039]: SHA256:DHwoKNKC714niXwqXUbQBj7NPokvL9XxHtazNXQVxko root@sdnvpn-3-2-quagga\n[ 9.226660] cloud-init[1039]: The key's randomart image is:\n[ 9.234409] cloud-init[1039]: +--[ED25519 256]--+\n[ 9.235448] cloud-init[1039]: | .o .o.|\n[ 9.236477] cloud-init[1039]: |.o.+o. . E...|\n[ 9.239216] cloud-init[1039]: |= =o+ + . . .. |\n[ 9.245561] cloud-init[1039]: |.+ +.o.+ ... |\n[ 9.246711] cloud-init[1039]: | o.+. oS. . . |\n[ 9.247881] cloud-init[1039]: | o o+o. + o o |\n[ 9.249240] cloud-init[1039]: | .=+* .o . + . |\n[ 9.251915] cloud-init[1039]: |..o* o . . |\n[ 9.254617] cloud-init[1039]: | .o.. |\n[ 9.257097] cloud-init[1039]: +----[SHA256]-----+\n[ 9.489917] cloud-init[1158]: Generating locales (this might take a while)...\n[ 10.056574] cloud-init[1158]: en_US.UTF-8... done\n[ 10.059346] cloud-init[1158]: Generation complete.\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[[0;32m OK [0m] Started Update UTMP about System Runlevel Changes.\n[ 10.568429] cloud-init[1158]: Cloud-init v. 0.7.9 running 'modules:config' at Tue, 04 Sep 2018 12:29:04 +0000. Up 9.43 seconds.\n[[0;32m OK [0m] Started Apply the settings specified in cloud-config.\n Starting Execute cloud user/final scripts...\n[ 10.858299] cloud-init[1409]: + chpasswd\n[ 10.859916] cloud-init[1409]: + echo ubuntu:opnfv\n[ 10.908472] cloud-init[1409]: + sleep 20\n\nUbuntu 16.04.2 LTS sdnvpn-3-2-quagga ttyS0\n\nsdnvpn-3-2-quagga login: [ 30.910710] cloud-init[1409]: + NEIGHBOR_IP=172.30.9.23\n[ 30.911737] cloud-init[1409]: + OWN_IP=172.30.9.206\n[ 30.912746] cloud-init[1409]: + EXT_NET_MASK=24\n[ 30.914993] cloud-init[1409]: ++ awk '{print $2}'\n[ 30.915962] cloud-init[1409]: ++ getent hosts\n[ 30.919263] cloud-init[1409]: ++ awk '{print $1}'\n[ 30.920859] cloud-init[1409]: ++ cat /etc/hostname\n[ 30.922346] cloud-init[1409]: + [[ localhost\n[ 30.924027] cloud-init[1409]: ip6-localhost != *\\s\\d\\n\\v\\p\\n\\-\\3\\-\\2\\-\\q\\u\\a\\g\\g\\a* ]]\n[ 30.926368] cloud-init[1409]: + tee -a /etc/hosts\n[ 30.928028] cloud-init[1409]: ++ awk '{print $1}'\n[ 30.930919] cloud-init[1409]: ++ cat /etc/hostname\n[ 30.931794] cloud-init[1409]: + echo '127.0.1.1 sdnvpn-3-2-quagga'\n[ 30.934869] cloud-init[1409]: 127.0.1.1 sdnvpn-3-2-quagga\n[ 30.935801] cloud-init[1409]: + quagga_int=\n[ 30.937191] cloud-init[1409]: ++ awk 'NR>2{print $1}'\n[ 30.939218] cloud-init[1409]: ++ netstat -ia\n[ 30.941985] cloud-init[1409]: + for net_int in '$(netstat -ia | awk '\\''NR>2{print $1}'\\'')'\n[ 30.943242] cloud-init[1409]: ++ grep ens3\n[ 30.945291] cloud-init[1409]: ++ ifconfig\n[ 30.946537] cloud-init[1409]: + '[' -z 'ens3 Link encap:Ethernet HWaddr fa:16:3e:72:ae:5f ' ']'\n[ 30.948048] cloud-init[1409]: + for net_int in '$(netstat -ia | awk '\\''NR>2{print $1}'\\'')'\n[ 30.961782] cloud-init[1409]: ++ grep ens6\n[ 30.964027] cloud-init[1409]: ++ ifconfig\n[ 30.966084] cloud-init[1409]: + '[' -z '' ']'\n[ 30.966909] cloud-init[1409]: + quagga_int=ens6\n[ 30.969129] cloud-init[1409]: + break\n[ 30.969892] cloud-init[1409]: + '[' -z ens6 ']'\n[ 30.972023] cloud-init[1409]: + ip link set ens6 up\n[ 30.974041] cloud-init[1409]: + ip addr add 172.30.9.206/24 dev ens6\n[ 30.975077] cloud-init[1409]: + ZEBRA_CONFIG_LOCATION=/etc/quagga/zebra.conf\n[ 30.977926] cloud-init[1409]: + DAEMONS_FILE_LOCATION=/etc/quagga/daemons\n[ 30.989894] cloud-init[1409]: + BGPD_CONFIG_LOCATION=/etc/quagga/bgpd.conf\n[ 30.993687] cloud-init[1409]: + BGPD_LOG_FILE=/var/log/bgpd.log\n[ 30.994678] cloud-init[1409]: + touch /var/log/bgpd.log\n[ 30.996036] cloud-init[1409]: + chown quagga:quagga /var/log/bgpd.log\n[ 30.999381] cloud-init[1409]: + chown quagga:quagga /etc/quagga/daemons\n[ 31.001011] cloud-init[1409]: + cat\n[ 31.001731] cloud-init[1409]: + touch /etc/quagga/zebra.conf\n[ 31.003338] cloud-init[1409]: + chown quagga:quagga /etc/quagga/zebra.conf\n[ 31.005401] cloud-init[1409]: + cat\n[ 31.006206] cloud-init[1409]: + chown quagga:quagga /etc/quagga/bgpd.conf\n[ 31.007378] cloud-init[1409]: + service quagga restart\n[ 31.029800] cloud-init[1409]: + pgrep bgpd\n[ 31.034938] cloud-init[1409]: 1508\n[ 31.035854] cloud-init[1409]: + pgrep zebra\n[ 31.038640] cloud-init[1409]: 1504\nci-info: no authorized ssh keys fingerprints found for user ubuntu.\n<14>Sep 4 12:29:25 ec2: \n<14>Sep 4 12:29:25 ec2: #############################################################\n<14>Sep 4 12:29:25 ec2: -----BEGIN SSH HOST KEY FINGERPRINTS-----\n<14>Sep 4 12:29:25 ec2: 1024 SHA256:DMWnlX8uFM9O1stl3ZYdO5bI7S4esxdjysgywO+mu9Q root@sdnvpn-3-2-quagga (DSA)\n<14>Sep 4 12:29:25 ec2: 256 SHA256:GbIu6fdM7oGD35quTTZm2j9sVFEtqqHHvz77Aaio5u4 root@sdnvpn-3-2-quagga (ECDSA)\n<14>Sep 4 12:29:25 ec2: 256 SHA256:DHwoKNKC714niXwqXUbQBj7NPokvL9XxHtazNXQVxko root@sdnvpn-3-2-quagga (ED25519)\n<14>Sep 4 12:29:25 ec2: 2048 SHA256:7DzL0XZj+T1NL/E50l7YUqy7JS5NpFvurVFsRRWU3G8 root@sdnvpn-3-2-quagga (RSA)\n<14>Sep 4 12:29:25 ec2: -----END SSH HOST KEY FINGERPRINTS-----\n<14>Sep 4 12:29:25 ec2: #############################################################\n-----BEGIN SSH HOST KEY KEYS-----\necdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBIBiF/jp1hJkI7IHtTcpIn8MqpjKat8INuUlAeFgEHGKANZpx8GCuj/Jm5Qf0xqjqTsY+HxWjG36KZVEnLLRhpg= root@sdnvpn-3-2-quagga\nssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIAVF48tsFH3nV1wQ6XDRcs6K8pQ4IrrE2cOX1kTNAhJ8 root@sdnvpn-3-2-quagga\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCYIBsaK2LPOCecL1UvNHilGhAS2vs8I0mjvWR+6QhZsT2Ivgg21H1lvRX2vMlqgBRUVSJKrWoHmkApEeuZ/ce4c0LdUSOwgF4pGmfpTDFa+NSv0Fftn5kJQcIIW26IkPfJZo8t691ljL8+3LjAAb+F2G8lh8eAUoLhcvRp56TxJ6KdV+8buK9QUjG2DJldkRE5Bh7P1LbnR9pImurvtG4AWHhKLN3+zBve5d+mX8plu0F52sC9SzV5TOcSWZ+DZj4TbwXg377MX+XrPEfBru0vKvrAyYfD8Pc7KAcZ1rfNlDZOUlP3HEf9TxOLZT/7ZbchGanwGF1eDTkJ4m1h64ad root@sdnvpn-3-2-quagga\n-----END SSH HOST KEY KEYS-----\n[ 31.079794] cloud-init[1409]: Cloud-init v. 0.7.9 running 'modules:final' at Tue, 04 Sep 2018 12:29:05 +0000. Up 10.78 seconds.\n[ 31.081898] cloud-init[1409]: ci-info: no authorized ssh keys fingerprints found for user ubuntu.\n[ 31.088024] cloud-init[1409]: Cloud-init v. 0.7.9 finished at Tue, 04 Sep 2018 12:29:25 +0000. Datasource DataSourceConfigDrive [net,ver=2][source=/dev/sr0]. Up 31.07 seconds\n"} 2018-09-04 12:29:33,904 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/f54a9d16-368e-4bcb-bf02-6d149f6ff4a4/action used request id req-f1eef33d-58fb-44bc-b42e-4edde81bfaf3 2018-09-04 12:29:33,907 - sdnvpn_test_utils - INFO - Finished waiting for cloud init of instance sdnvpn-3-2-quagga result was True 2018-09-04 12:29:33,907 - paramiko.transport - DEBUG - [chan 12] Max packet in: 32768 bytes 2018-09-04 12:29:33,908 - paramiko.transport - DEBUG - [chan 12] Max packet out: 32768 bytes 2018-09-04 12:29:33,909 - paramiko.transport - DEBUG - Secsh channel 12 opened. 2018-09-04 12:29:33,911 - paramiko.transport - DEBUG - [chan 12] Sesch channel 12 request ok 2018-09-04 12:29:34,638 - paramiko.transport - DEBUG - [chan 12] EOF received (12) 2018-09-04 12:29:34,639 - sdnvpn-quagga - INFO - Maybe stdout of configure-bgp -op add-neighbor --as-num 200 --ip 172.30.9.206 --use-source-ip 172.30.9.23: client: JAVA_HOME not set; results may vary  2018-09-04 12:29:34,640 - paramiko.transport - DEBUG - [chan 12] EOF sent (12) 2018-09-04 12:29:34,641 - paramiko.transport - DEBUG - [chan 13] Max packet in: 32768 bytes 2018-09-04 12:29:34,642 - paramiko.transport - DEBUG - [chan 13] Max packet out: 32768 bytes 2018-09-04 12:29:34,643 - paramiko.transport - DEBUG - Secsh channel 13 opened. 2018-09-04 12:29:34,684 - paramiko.transport - DEBUG - [chan 13] Sesch channel 13 request ok 2018-09-04 12:29:35,366 - paramiko.transport - DEBUG - [chan 13] EOF received (13) 2018-09-04 12:29:35,367 - 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.206, 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 2 seconds Read thread: off Write thread: off  2018-09-04 12:29:35,367 - sdnvpn-quagga - INFO - Opens sent/received: 0 0 2018-09-04 12:29:35,368 - sdnvpn-quagga - INFO - Peering state: BGP state = Idle 2018-09-04 12:29:35,368 - paramiko.transport - DEBUG - [chan 13] EOF sent (13) 2018-09-04 12:29:36,369 - paramiko.transport - DEBUG - [chan 14] Max packet in: 32768 bytes 2018-09-04 12:29:36,370 - paramiko.transport - DEBUG - [chan 14] Max packet out: 32768 bytes 2018-09-04 12:29:36,370 - paramiko.transport - DEBUG - Secsh channel 14 opened. 2018-09-04 12:29:36,373 - paramiko.transport - DEBUG - [chan 14] Sesch channel 14 request ok 2018-09-04 12:29:37,058 - paramiko.transport - DEBUG - [chan 14] EOF received (14) 2018-09-04 12:29:37,059 - 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.206, remote AS 200, local AS 100, external link BGP version 4, remote router ID 172.30.9.206 BGP state = Established, up for 00:00:01 Last read00:00:01, 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.23 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.23, Local port: 38066 Foreign host: 172.30.9.206, Foreign port: 179 Nexthop: 172.30.9.23 Nexthop global: :: Nexthop local: :: BGP connection: non shared network Read thread: on Write thread: off  2018-09-04 12:29:37,059 - paramiko.transport - DEBUG - [chan 14] EOF sent (14) 2018-09-04 12:29:37,060 - sdnvpn-quagga - INFO - Opens sent/received: 1 1 2018-09-04 12:29:37,060 - sdnvpn-quagga - INFO - Peering state: BGP state = Established, up for 00:00:01 2018-09-04 12:29:38,061 - sdnvpn-quagga - INFO - Quagga peered with OpenDaylight 2018-09-04 12:29:38,062 - paramiko.transport - DEBUG - [chan 7] Max packet in: 32768 bytes 2018-09-04 12:29:38,063 - paramiko.transport - DEBUG - [chan 7] Max packet out: 32768 bytes 2018-09-04 12:29:38,063 - paramiko.transport - DEBUG - Secsh channel 7 opened. 2018-09-04 12:29:38,065 - paramiko.transport - DEBUG - [chan 7] Sesch channel 7 request ok 2018-09-04 12:29:38,125 - paramiko.transport - DEBUG - [chan 7] EOF received (7) 2018-09-04 12:29:38,126 - paramiko.transport - DEBUG - [chan 8] Max packet in: 32768 bytes 2018-09-04 12:29:38,127 - paramiko.transport - DEBUG - [chan 7] EOF sent (7) 2018-09-04 12:29:38,128 - paramiko.transport - DEBUG - [chan 8] Max packet out: 32768 bytes 2018-09-04 12:29:38,128 - paramiko.transport - DEBUG - Secsh channel 8 opened. 2018-09-04 12:29:38,168 - paramiko.transport - DEBUG - [chan 8] Sesch channel 8 request ok 2018-09-04 12:29:38,271 - paramiko.transport - DEBUG - [chan 8] EOF received (8) 2018-09-04 12:29:38,272 - paramiko.transport - DEBUG - [chan 9] Max packet in: 32768 bytes 2018-09-04 12:29:38,273 - paramiko.transport - DEBUG - [chan 8] EOF sent (8) 2018-09-04 12:29:38,274 - paramiko.transport - DEBUG - [chan 9] Max packet out: 32768 bytes 2018-09-04 12:29:38,274 - paramiko.transport - DEBUG - Secsh channel 9 opened. 2018-09-04 12:29:38,315 - paramiko.transport - DEBUG - [chan 9] Sesch channel 9 request ok 2018-09-04 12:29:38,456 - paramiko.transport - DEBUG - [chan 9] EOF received (9) 2018-09-04 12:29:38,461 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:8774/v2.1/flavors/e5b8e646-e46f-4f99-b0b0-402cfe19ffad -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}81b332194640fec3d40061ce6c180ec8fb77091b" 2018-09-04 12:29:38,463 - paramiko.transport - DEBUG - [chan 9] EOF sent (9) 2018-09-04 12:29:38,503 - novaclient.v2.client - DEBUG - RESP: [202] Date: Tue, 04 Sep 2018 12:29: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-f295c04c-6d4b-4874-87e4-19a008b1c17a x-compute-request-id: req-f295c04c-6d4b-4874-87e4-19a008b1c17a Content-Length: 0 Content-Type: application/json 2018-09-04 12:29:38,503 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/flavors/e5b8e646-e46f-4f99-b0b0-402cfe19ffad used request id req-f295c04c-6d4b-4874-87e4-19a008b1c17a 2018-09-04 12:29:38,506 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/servers/f54a9d16-368e-4bcb-bf02-6d149f6ff4a4/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}81b332194640fec3d40061ce6c180ec8fb77091b" -d '{"forceDelete": null}' 2018-09-04 12:29:38,674 - novaclient.v2.client - DEBUG - RESP: [202] Date: Tue, 04 Sep 2018 12:29: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-19fe0c82-6ecc-44bf-b87e-f9b807b3bd68 x-compute-request-id: req-19fe0c82-6ecc-44bf-b87e-f9b807b3bd68 Content-Length: 0 Content-Type: application/json 2018-09-04 12:29:38,674 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/f54a9d16-368e-4bcb-bf02-6d149f6ff4a4/action used request id req-19fe0c82-6ecc-44bf-b87e-f9b807b3bd68 2018-09-04 12:29:38,678 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:9292/v2/images/58ea38d1-edc6-4e18-8e09-86a84a11451f -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}eb3934b141f85ad10346ab70558184890b79409b" 2018-09-04 12:29:40,788 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-5d50b5cd-d82c-4be1-92e1-39ef15c9755b Date: Tue, 04 Sep 2018 12:29:40 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-09-04 12:29:40,788 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.28:9292/v2/images/58ea38d1-edc6-4e18-8e09-86a84a11451f used request id req-5d50b5cd-d82c-4be1-92e1-39ef15c9755b 2018-09-04 12:29:40,794 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:9696/v2.0/floatingips/f7cf9b5b-a0d0-45e5-9e1f-6a1938ffd581 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}934494c21aee0b49cdd6113bbff1ad61191cfb8e" 2018-09-04 12:29:41,412 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-034fa441-7319-4191-9cac-543075c7a710 Content-Length: 0 Date: Tue, 04 Sep 2018 12:29:41 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-04 12:29:41,412 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/floatingips/f7cf9b5b-a0d0-45e5-9e1f-6a1938ffd581 used request id req-034fa441-7319-4191-9cac-543075c7a710 2018-09-04 12:29:41,417 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:9696/v2.0/floatingips/d5225f18-52cb-4ef2-8b34-bb9d3fa68870 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}934494c21aee0b49cdd6113bbff1ad61191cfb8e" 2018-09-04 12:29:41,878 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-8bb0c8da-c93d-4d42-8ee6-9d6681168166 Content-Length: 0 Date: Tue, 04 Sep 2018 12:29:41 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-04 12:29:41,879 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/floatingips/d5225f18-52cb-4ef2-8b34-bb9d3fa68870 used request id req-8bb0c8da-c93d-4d42-8ee6-9d6681168166 2018-09-04 12:29:41,884 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.28:9696/v2.0/routers/dc011f97-d58e-48cc-8f4e-5affda0207f4/remove_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}934494c21aee0b49cdd6113bbff1ad61191cfb8e" -d '{"subnet_id": "e714051b-90af-4011-81f6-235e10260f37"}' 2018-09-04 12:29:42,946 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-80b37a85-a640-4111-a7b3-021e6df50a0e Date: Tue, 04 Sep 2018 12:29:42 GMT RESP BODY: {"network_id": "927bdab5-c239-4e4e-9594-d559915960eb", "tenant_id": "1e2f68a072b64978bd7ea91c2d64aca6", "subnet_id": "e714051b-90af-4011-81f6-235e10260f37", "subnet_ids": ["e714051b-90af-4011-81f6-235e10260f37"], "port_id": "7fe7f39a-03eb-47be-acff-93ecb8d755cf", "id": "dc011f97-d58e-48cc-8f4e-5affda0207f4"} 2018-09-04 12:29:42,946 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.28:9696/v2.0/routers/dc011f97-d58e-48cc-8f4e-5affda0207f4/remove_router_interface used request id req-80b37a85-a640-4111-a7b3-021e6df50a0e 2018-09-04 12:29:42,952 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.28:9696/v2.0/routers/072b4d68-d27b-42ab-ae0f-7c4fcd139509/remove_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}934494c21aee0b49cdd6113bbff1ad61191cfb8e" -d '{"subnet_id": "8414cd67-2707-4790-a765-bd3ec1078ac7"}' 2018-09-04 12:29:43,883 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-33503f9b-b5d6-4ede-8d20-23b55af34b5b Date: Tue, 04 Sep 2018 12:29:43 GMT RESP BODY: {"network_id": "3f2419f8-bbcf-4571-8048-d86c2a695826", "tenant_id": "1e2f68a072b64978bd7ea91c2d64aca6", "subnet_id": "8414cd67-2707-4790-a765-bd3ec1078ac7", "subnet_ids": ["8414cd67-2707-4790-a765-bd3ec1078ac7"], "port_id": "51fac10a-718e-4dfe-8e30-b4364d166c52", "id": "072b4d68-d27b-42ab-ae0f-7c4fcd139509"} 2018-09-04 12:29:43,883 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.28:9696/v2.0/routers/072b4d68-d27b-42ab-ae0f-7c4fcd139509/remove_router_interface used request id req-33503f9b-b5d6-4ede-8d20-23b55af34b5b 2018-09-04 12:29:43,889 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.28:9696/v2.0/routers/dc011f97-d58e-48cc-8f4e-5affda0207f4 -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}934494c21aee0b49cdd6113bbff1ad61191cfb8e" -d '{"router": {"external_gateway_info": {}}}' 2018-09-04 12:29:44,929 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 426 X-Openstack-Request-Id: req-a234ef3b-85e8-48b2-8b19-6ec22f1ff8d1 Date: Tue, 04 Sep 2018 12:29:44 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "1e2f68a072b64978bd7ea91c2d64aca6", "created_at": "2018-09-04T12:26:14Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-09-04T12:29:44Z", "revision_number": 7, "routes": [], "project_id": "1e2f68a072b64978bd7ea91c2d64aca6", "id": "dc011f97-d58e-48cc-8f4e-5affda0207f4", "name": "sdnvpn-3-1-router"}} 2018-09-04 12:29:44,929 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.28:9696/v2.0/routers/dc011f97-d58e-48cc-8f4e-5affda0207f4 used request id req-a234ef3b-85e8-48b2-8b19-6ec22f1ff8d1 2018-09-04 12:29:44,935 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.28:9696/v2.0/routers/072b4d68-d27b-42ab-ae0f-7c4fcd139509 -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}934494c21aee0b49cdd6113bbff1ad61191cfb8e" -d '{"router": {"external_gateway_info": {}}}' 2018-09-04 12:29:45,984 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 433 X-Openstack-Request-Id: req-6a483499-32c3-4a9b-aa11-ef9e649fc12c Date: Tue, 04 Sep 2018 12:29:45 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "1e2f68a072b64978bd7ea91c2d64aca6", "created_at": "2018-09-04T12:26:20Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-09-04T12:29:45Z", "revision_number": 8, "routes": [], "project_id": "1e2f68a072b64978bd7ea91c2d64aca6", "id": "072b4d68-d27b-42ab-ae0f-7c4fcd139509", "name": "sdnvpn-3-2-quagga-router"}} 2018-09-04 12:29:45,985 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.28:9696/v2.0/routers/072b4d68-d27b-42ab-ae0f-7c4fcd139509 used request id req-6a483499-32c3-4a9b-aa11-ef9e649fc12c 2018-09-04 12:29:45,990 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:9696/v2.0/subnets/e714051b-90af-4011-81f6-235e10260f37 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}934494c21aee0b49cdd6113bbff1ad61191cfb8e" 2018-09-04 12:29:48,212 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-39437ae9-f210-407b-a628-a4136d8c0dcc Date: Tue, 04 Sep 2018 12:29:48 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-04 12:29:48,212 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/subnets/e714051b-90af-4011-81f6-235e10260f37 used request id req-39437ae9-f210-407b-a628-a4136d8c0dcc 2018-09-04 12:29:48,222 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:9696/v2.0/subnets/8414cd67-2707-4790-a765-bd3ec1078ac7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}934494c21aee0b49cdd6113bbff1ad61191cfb8e" 2018-09-04 12:29:50,523 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-0145bc22-87d6-4bc2-8127-f9db7276070d Date: Tue, 04 Sep 2018 12:29:50 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-04 12:29:50,523 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/subnets/8414cd67-2707-4790-a765-bd3ec1078ac7 used request id req-0145bc22-87d6-4bc2-8127-f9db7276070d 2018-09-04 12:29:50,530 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:9696/v2.0/routers/dc011f97-d58e-48cc-8f4e-5affda0207f4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}934494c21aee0b49cdd6113bbff1ad61191cfb8e" 2018-09-04 12:29:50,828 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-abd6d287-8ae9-46af-8d9b-60806ac53e35 Content-Length: 0 Date: Tue, 04 Sep 2018 12:29:50 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-04 12:29:50,828 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/routers/dc011f97-d58e-48cc-8f4e-5affda0207f4 used request id req-abd6d287-8ae9-46af-8d9b-60806ac53e35 2018-09-04 12:29:50,834 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:9696/v2.0/routers/072b4d68-d27b-42ab-ae0f-7c4fcd139509 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}934494c21aee0b49cdd6113bbff1ad61191cfb8e" 2018-09-04 12:29:51,282 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-4c96600c-f57f-48bb-a8ed-ce8ddccd17d8 Content-Length: 0 Date: Tue, 04 Sep 2018 12:29:51 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-04 12:29:51,282 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/routers/072b4d68-d27b-42ab-ae0f-7c4fcd139509 used request id req-4c96600c-f57f-48bb-a8ed-ce8ddccd17d8 2018-09-04 12:29:51,288 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:9696/v2.0/networks/927bdab5-c239-4e4e-9594-d559915960eb -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}934494c21aee0b49cdd6113bbff1ad61191cfb8e" 2018-09-04 12:29:52,119 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-5d72e255-2145-43cd-9310-a47f97a0c448 Date: Tue, 04 Sep 2018 12:29:52 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-04 12:29:52,119 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/networks/927bdab5-c239-4e4e-9594-d559915960eb used request id req-5d72e255-2145-43cd-9310-a47f97a0c448 2018-09-04 12:29:52,125 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:9696/v2.0/networks/3f2419f8-bbcf-4571-8048-d86c2a695826 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}934494c21aee0b49cdd6113bbff1ad61191cfb8e" 2018-09-04 12:29:52,690 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-94183660-5d3a-456c-a8bc-6ba6fac931f7 Date: Tue, 04 Sep 2018 12:29:52 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-04 12:29:52,690 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/networks/3f2419f8-bbcf-4571-8048-d86c2a695826 used request id req-94183660-5d3a-456c-a8bc-6ba6fac931f7 2018-09-04 12:29:52,691 - 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-09-04 12:29:52,691 - sdnvpn-results - INFO - All the subtests have passed. 2018-09-04 12:29:52,692 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Execution is complete for the testcase sdnvpn.test.functest.testcase_3 2018-09-04 12:29:52,692 - 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-09-04 12:29:52,692 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Running 'sdnvpn.test.functest.testcase_2 - Tenant separation' 2018-09-04 12:29:52,692 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - ============================================================= 2018-09-04 12:29:52,692 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Importing the testcase sdnvpn.test.functest.testcase_2 2018-09-04 12:29:52,773 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Calling the testcase sdnvpn.test.functest.testcase_2 main method 2018-09-04 12:29:52,773 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-09-04 12:29:52,773 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-09-04 12:29:52,774 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-09-04 12:29:52,774 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-09-04 12:29:52,774 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-09-04 12:29:52,774 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-09-04 12:29:52,774 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-09-04 12:29:52,775 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-09-04 12:29:52,775 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-09-04 12:29:52,775 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-09-04 12:29:52,775 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-09-04 12:29:52,775 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-09-04 12:29:52,775 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-09-04 12:29:52,775 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-09-04 12:29:52,775 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-09-04 12:29:52,776 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-09-04 12:29:52,776 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-09-04 12:29:52,776 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-09-04 12:29:52,776 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-09-04 12:29:52,776 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-09-04 12:29:52,776 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-09-04 12:29:52,776 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-09-04 12:29:52,777 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-09-04 12:29:52,777 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-09-04 12:29:52,779 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-09-04 12:29:52,779 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-09-04 12:29:52,779 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-09-04 12:29:52,779 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-09-04 12:29:52,779 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-09-04 12:29:52,779 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-09-04 12:29:52,780 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-09-04 12:29:52,780 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-09-04 12:29:52,780 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-09-04 12:29:52,780 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-09-04 12:29:52,780 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-09-04 12:29:52,780 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-09-04 12:29:52,780 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-09-04 12:29:52,780 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-09-04 12:29:52,781 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-09-04 12:29:52,781 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-09-04 12:29:52,781 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-09-04 12:29:52,781 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-09-04 12:29:52,781 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-09-04 12:29:52,781 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-09-04 12:29:52,781 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-09-04 12:29:52,781 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-09-04 12:29:52,781 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-09-04 12:29:52,782 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-09-04 12:29:52,783 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-09-04 12:29:52,784 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-09-04 12:29:52,784 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-09-04 12:29:52,784 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-09-04 12:29:52,784 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-09-04 12:29:52,784 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-09-04 12:29:52,784 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-09-04 12:29:52,784 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-09-04 12:29:52,785 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-09-04 12:29:52,785 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-09-04 12:29:52,785 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-09-04 12:29:52,785 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-09-04 12:29:52,785 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-09-04 12:29:52,785 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-09-04 12:29:52,785 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-09-04 12:29:52,785 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-09-04 12:29:52,785 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-09-04 12:29:52,785 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-09-04 12:29:52,786 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-09-04 12:29:52,786 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-09-04 12:29:52,786 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-09-04 12:29:52,786 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-09-04 12:29:52,786 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-09-04 12:29:52,786 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-09-04 12:29:52,786 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-09-04 12:29:52,787 - sdnvpn.lib.openstack_utils - INFO - OS_IMAGE_API_VERSION is set in env as '2' 2018-09-04 12:29:52,788 - sdnvpn.test.functest.testcase_2 - DEBUG - Using private key /usr/lib/python2.7/site-packages/sdnvpn/artifacts/id_rsa injected to the VMs. 2018-09-04 12:29:52,788 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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-09-04 12:29:52,795 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12:29:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8852b434-be7b-4c0e-9841-76de52c8d1e4 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.28:5000/v3/", "rel": "self"}]}} 2018-09-04 12:29:52,795 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-8852b434-be7b-4c0e-9841-76de52c8d1e4 2018-09-04 12:29:52,796 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-09-04 12:29:53,179 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "3d416247e8224533841040c3ad2bce5a", "name": "admin"}], "expires_at": "2018-09-04T13:29:53.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1e2f68a072b64978bd7ea91c2d64aca6", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v1/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235635a698ef4bef9dc6b25273d185da"}, {"url": "http://192.30.9.6:8776/v1/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "23b07b3fbfc340a58cf0f9b2871a0d23"}, {"url": "http://172.30.9.28:8776/v1/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "72fd0aaa144d45419f4b04b6b26f69a7"}], "type": "volume", "id": "097241c25b4d4f7e91b3f8efa155909e", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v3/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93eb4cf3030a49e7840bec071422d397"}, {"url": "http://192.30.9.6:8776/v3/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8af439a6ac147fdbcb38ed9aa916b68"}, {"url": "http://192.30.9.6:8776/v3/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c4bfdbc9b7c74a23a40afdf578cfeba4"}], "type": "volumev3", "id": "1c85f4682ce44f729db1dabd98e965e8", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "82239574a29d4603a2161006f61851cf"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8d15f7134f364a7bbcfff2f84aac3bf2"}, {"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e01668c43a0c4c279b9a3d20a0280d6c"}], "type": "image", "id": "297d8415ca96454991054983920912f7", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7bb4d60e20734d4a9f31ec75e02cb823"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bf6adec15590466a9a0d3bddb00e8993"}, {"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f096f03a1d12411a8972f6f7c196b60d"}], "type": "policy", "id": "54c64351b56d44bbad74c2969cc3aa00", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "354ae6870a324fab82d0a0fb68ee0f26"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a3807e460dd4af488d982b66c52e64c"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e7c3da785076450abd71868e75ce0c33"}], "type": "cloudformation", "id": "6ac9917ae83c4639a15a4ab3cf0e76dd", "name": "heat-cfn"}, {"endpoints": [], "type": "metering", "id": "7fcc078e5e0645f29df67742ac14e388", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49e71628d386464cb950d6a9db00a328"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75b0a63ed8574bbcab1c851cc9b83d30"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9902b0a8b3c04cd192a1b84c417c232b"}], "type": "key-manager", "id": "9626544a32e74678a641c6e206f028a9", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "497340e5aa36485982fdf297f370558f"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7802beb4fc7c4952897b77bd5610b1fe"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c14af798917f4fa0b146d9772583e595"}], "type": "metric", "id": "973bfe8c658d4e5a8da725e76b9d550e", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "288ecc3674ea41d2aa3b790dcb832bf2"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7a6dc785cd7142f5b30f1a7ba0daeb03"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7f7d34e2351b4964befccc862c4e8e12"}], "type": "network", "id": "a348d7b06050474fb449be7f32ea6f5d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "21bce6ecb8464a1f8f3e3847aa698bd6"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0a8faf2246b47deb30e69e48d3551fb"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e71c6011de3d4d8589e5b53dcc79f288"}], "type": "identity", "id": "ad8d4b4953184137a1b913ecee9434ed", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "13474f9a78ca4f1184e4cddc84d0d98c"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad67365a18234bb78c336e6776958c00"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc54db13337f44f8921fbb9ad0f81de8"}], "type": "alarming", "id": "bb18dc3243034f08a6a7f69f7a1edccf", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0d91d7adf0304b2681c77f979e5cdb17"}, {"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "756e5ffca9774ab3ae2db41bf330417f"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c07c727a08c243b287827f539a124e63"}], "type": "placement", "id": "bb2c9432fcbd4c56913177122468f6ba", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8004/v1/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1eed4912224b48cf9856446eae4d9928"}, {"url": "http://192.30.9.6:8004/v1/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b73b7f99236541148d84f24f09e5dd40"}, {"url": "http://192.30.9.6:8004/v1/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fbf12e52911244fdafc24a9d46f56e62"}], "type": "orchestration", "id": "c8918d139da945ba93df4ccce21d4904", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16bf098b9e2e490f8e47fa601059f975"}, {"url": "http://192.30.9.6:8776/v2/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc16fa4cf491444ca2f611d5692c1170"}, {"url": "http://192.30.9.6:8776/v2/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ccd2c5325dff4b90b391db9fdde67d99"}], "type": "volumev2", "id": "d09ac9123c34494abce21d6c27bee9d9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eac694332354a3aa0e61c31314166d7"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b4d4989c4e764717ab78d38675cadd3f"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff196e46b56d406d87a678f1a64497b0"}], "type": "compute", "id": "d4030ee932c84df58c5b910cc197caa7", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "42c3a9abd8ad4ce8ab2c4cc6e0403c33"}, "audit_ids": ["wb6pX3_dSvqfuP5YS5WZ2Q"], "issued_at": "2018-09-04T12:29:53.000000Z"}} 2018-09-04 12:29:53,182 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9292/v2/images?limit=20 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}e5810397e1bb3779aa52af45a8f52794694e5287" 2018-09-04 12:29:53,348 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 78 Content-Type: application/json X-Openstack-Request-Id: req-1202e532-8bc7-40bb-8990-37059aeeb5cc Date: Tue, 04 Sep 2018 12:29:53 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?limit=20"} 2018-09-04 12:29:53,348 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images?limit=20 used request id req-1202e532-8bc7-40bb-8990-37059aeeb5cc 2018-09-04 12:29:53,349 - sdnvpn.lib.openstack_utils - INFO - Creating image 'sdnvpn-image' from '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'... 2018-09-04 12:29:53,351 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}e5810397e1bb3779aa52af45a8f52794694e5287" 2018-09-04 12:29:53,881 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-243d713c-e9f7-4063-a6af-48ba710a756c Date: Tue, 04 Sep 2018 12:29:53 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-09-04 12:29:53,881 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/schemas/image used request id req-243d713c-e9f7-4063-a6af-48ba710a756c 2018-09-04 12:29:53,917 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}e5810397e1bb3779aa52af45a8f52794694e5287" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "sdnvpn-image", "visibility": "public"}' 2018-09-04 12:29:54,515 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 573 Content-Type: application/json Location: http://172.30.9.28:9292/v2/images/f271688b-2234-4c7b-9577-4eb3274c658d X-Openstack-Request-Id: req-5c291386-22e4-4957-bf0c-226a9c6ff2ed Date: Tue, 04 Sep 2018 12:29:54 GMT RESP BODY: {"status": "queued", "name": "sdnvpn-image", "tags": [], "container_format": "bare", "created_at": "2018-09-04T12:29:54Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-09-04T12:29:54Z", "visibility": "public", "locations": [], "self": "/v2/images/f271688b-2234-4c7b-9577-4eb3274c658d", "min_disk": 0, "protected": false, "id": "f271688b-2234-4c7b-9577-4eb3274c658d", "file": "/v2/images/f271688b-2234-4c7b-9577-4eb3274c658d/file", "checksum": null, "owner": "1e2f68a072b64978bd7ea91c2d64aca6", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-09-04 12:29:54,515 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.28:9292/v2/images used request id req-5c291386-22e4-4957-bf0c-226a9c6ff2ed 2018-09-04 12:29:54,526 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.28:9292/v2/images/f271688b-2234-4c7b-9577-4eb3274c658d/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}e5810397e1bb3779aa52af45a8f52794694e5287" -d '' 2018-09-04 12:29:55,950 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-94ffdfb6-f2b6-4634-b216-8884688b9edf Date: Tue, 04 Sep 2018 12:29:55 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-09-04 12:29:55,950 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.28:9292/v2/images/f271688b-2234-4c7b-9577-4eb3274c658d/file used request id req-94ffdfb6-f2b6-4634-b216-8884688b9edf 2018-09-04 12:29:55,951 - sdnvpn_test_utils - DEBUG - Creating network sdnvpn-2-1-net 2018-09-04 12:29:55,951 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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-09-04 12:29:55,958 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12:29:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e6ab4b38-5076-4f09-90f9-119c8c212cea 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.28:5000/v3/", "rel": "self"}]}} 2018-09-04 12:29:55,959 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-e6ab4b38-5076-4f09-90f9-119c8c212cea 2018-09-04 12:29:55,959 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-09-04 12:29:56,340 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "3d416247e8224533841040c3ad2bce5a", "name": "admin"}], "expires_at": "2018-09-04T13:29:56.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1e2f68a072b64978bd7ea91c2d64aca6", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v1/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235635a698ef4bef9dc6b25273d185da"}, {"url": "http://192.30.9.6:8776/v1/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "23b07b3fbfc340a58cf0f9b2871a0d23"}, {"url": "http://172.30.9.28:8776/v1/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "72fd0aaa144d45419f4b04b6b26f69a7"}], "type": "volume", "id": "097241c25b4d4f7e91b3f8efa155909e", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v3/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93eb4cf3030a49e7840bec071422d397"}, {"url": "http://192.30.9.6:8776/v3/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8af439a6ac147fdbcb38ed9aa916b68"}, {"url": "http://192.30.9.6:8776/v3/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c4bfdbc9b7c74a23a40afdf578cfeba4"}], "type": "volumev3", "id": "1c85f4682ce44f729db1dabd98e965e8", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "82239574a29d4603a2161006f61851cf"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8d15f7134f364a7bbcfff2f84aac3bf2"}, {"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e01668c43a0c4c279b9a3d20a0280d6c"}], "type": "image", "id": "297d8415ca96454991054983920912f7", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7bb4d60e20734d4a9f31ec75e02cb823"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bf6adec15590466a9a0d3bddb00e8993"}, {"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f096f03a1d12411a8972f6f7c196b60d"}], "type": "policy", "id": "54c64351b56d44bbad74c2969cc3aa00", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "354ae6870a324fab82d0a0fb68ee0f26"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a3807e460dd4af488d982b66c52e64c"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e7c3da785076450abd71868e75ce0c33"}], "type": "cloudformation", "id": "6ac9917ae83c4639a15a4ab3cf0e76dd", "name": "heat-cfn"}, {"endpoints": [], "type": "metering", "id": "7fcc078e5e0645f29df67742ac14e388", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49e71628d386464cb950d6a9db00a328"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75b0a63ed8574bbcab1c851cc9b83d30"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9902b0a8b3c04cd192a1b84c417c232b"}], "type": "key-manager", "id": "9626544a32e74678a641c6e206f028a9", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "497340e5aa36485982fdf297f370558f"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7802beb4fc7c4952897b77bd5610b1fe"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c14af798917f4fa0b146d9772583e595"}], "type": "metric", "id": "973bfe8c658d4e5a8da725e76b9d550e", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "288ecc3674ea41d2aa3b790dcb832bf2"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7a6dc785cd7142f5b30f1a7ba0daeb03"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7f7d34e2351b4964befccc862c4e8e12"}], "type": "network", "id": "a348d7b06050474fb449be7f32ea6f5d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "21bce6ecb8464a1f8f3e3847aa698bd6"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0a8faf2246b47deb30e69e48d3551fb"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e71c6011de3d4d8589e5b53dcc79f288"}], "type": "identity", "id": "ad8d4b4953184137a1b913ecee9434ed", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "13474f9a78ca4f1184e4cddc84d0d98c"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad67365a18234bb78c336e6776958c00"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc54db13337f44f8921fbb9ad0f81de8"}], "type": "alarming", "id": "bb18dc3243034f08a6a7f69f7a1edccf", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0d91d7adf0304b2681c77f979e5cdb17"}, {"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "756e5ffca9774ab3ae2db41bf330417f"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c07c727a08c243b287827f539a124e63"}], "type": "placement", "id": "bb2c9432fcbd4c56913177122468f6ba", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8004/v1/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1eed4912224b48cf9856446eae4d9928"}, {"url": "http://192.30.9.6:8004/v1/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b73b7f99236541148d84f24f09e5dd40"}, {"url": "http://192.30.9.6:8004/v1/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fbf12e52911244fdafc24a9d46f56e62"}], "type": "orchestration", "id": "c8918d139da945ba93df4ccce21d4904", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16bf098b9e2e490f8e47fa601059f975"}, {"url": "http://192.30.9.6:8776/v2/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc16fa4cf491444ca2f611d5692c1170"}, {"url": "http://192.30.9.6:8776/v2/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ccd2c5325dff4b90b391db9fdde67d99"}], "type": "volumev2", "id": "d09ac9123c34494abce21d6c27bee9d9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eac694332354a3aa0e61c31314166d7"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b4d4989c4e764717ab78d38675cadd3f"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff196e46b56d406d87a678f1a64497b0"}], "type": "compute", "id": "d4030ee932c84df58c5b910cc197caa7", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "42c3a9abd8ad4ce8ab2c4cc6e0403c33"}, "audit_ids": ["Wra08FLvTcaUh7JnHrIjSA"], "issued_at": "2018-09-04T12:29:56.000000Z"}} 2018-09-04 12:29:56,345 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1d467f1922cf80a793c374f5d807b1bb7f11c9bd" -d '{"network": {"name": "sdnvpn-2-1-net", "admin_state_up": true}}' 2018-09-04 12:29:56,754 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 646 X-Openstack-Request-Id: req-3ace8e9a-1edf-4906-b47c-be40830bb7b3 Date: Tue, 04 Sep 2018 12:29: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":"2d4cdaea-716a-4a81-b238-6fe1b44624bf","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"1e2f68a072b64978bd7ea91c2d64aca6","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-09-04T12:29:56Z","is_default":false,"provider:segmentation_id":17,"name":"sdnvpn-2-1-net","admin_state_up":true,"tenant_id":"1e2f68a072b64978bd7ea91c2d64aca6","created_at":"2018-09-04T12:29:56Z","mtu":1450}} 2018-09-04 12:29:56,754 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/networks used request id req-3ace8e9a-1edf-4906-b47c-be40830bb7b3 2018-09-04 12:29:56,755 - sdnvpn_test_utils - DEBUG - Creating subnet sdnvpn-2-1a-subnet in network 2d4cdaea-716a-4a81-b238-6fe1b44624bf with cidr 10.10.10.0/24 2018-09-04 12:29:56,760 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1d467f1922cf80a793c374f5d807b1bb7f11c9bd" -d '{"subnets": [{"ip_version": 4, "network_id": "2d4cdaea-716a-4a81-b238-6fe1b44624bf", "cidr": "10.10.10.0/24", "dns_nameservers": ["8.8.8.8", "8.8.4.4"], "name": "sdnvpn-2-1a-subnet"}]}' 2018-09-04 12:29:57,515 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 643 X-Openstack-Request-Id: req-ff449fbe-a114-4c83-b33f-80145b73ea92 Date: Tue, 04 Sep 2018 12:29:57 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"2d4cdaea-716a-4a81-b238-6fe1b44624bf","tenant_id":"1e2f68a072b64978bd7ea91c2d64aca6","created_at":"2018-09-04T12:29:57Z","dns_nameservers":["8.8.8.8","8.8.4.4"],"updated_at":"2018-09-04T12:29: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":"1e2f68a072b64978bd7ea91c2d64aca6","id":"a06d2731-ceb0-4c5e-a14c-098119de9c40","subnetpool_id":null,"name":"sdnvpn-2-1a-subnet"}]} 2018-09-04 12:29:57,516 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/subnets used request id req-ff449fbe-a114-4c83-b33f-80145b73ea92 2018-09-04 12:29:57,516 - sdnvpn_test_utils - DEBUG - Creating network sdnvpn-2-2-net 2018-09-04 12:29:57,522 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1d467f1922cf80a793c374f5d807b1bb7f11c9bd" -d '{"network": {"name": "sdnvpn-2-2-net", "admin_state_up": true}}' 2018-09-04 12:29:57,940 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 646 X-Openstack-Request-Id: req-4c634e48-7aa5-4db5-b685-3c86104e50b0 Date: Tue, 04 Sep 2018 12:29: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":"2ad43b05-cc2b-4911-8132-50b80fe9aa26","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"1e2f68a072b64978bd7ea91c2d64aca6","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-09-04T12:29:57Z","is_default":false,"provider:segmentation_id":24,"name":"sdnvpn-2-2-net","admin_state_up":true,"tenant_id":"1e2f68a072b64978bd7ea91c2d64aca6","created_at":"2018-09-04T12:29:57Z","mtu":1450}} 2018-09-04 12:29:57,940 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/networks used request id req-4c634e48-7aa5-4db5-b685-3c86104e50b0 2018-09-04 12:29:57,940 - sdnvpn_test_utils - DEBUG - Creating subnet sdnvpn-2-2b-subnet in network 2ad43b05-cc2b-4911-8132-50b80fe9aa26 with cidr 10.10.10.0/24 2018-09-04 12:29:57,946 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1d467f1922cf80a793c374f5d807b1bb7f11c9bd" -d '{"subnets": [{"ip_version": 4, "network_id": "2ad43b05-cc2b-4911-8132-50b80fe9aa26", "cidr": "10.10.10.0/24", "dns_nameservers": ["8.8.8.8", "8.8.4.4"], "name": "sdnvpn-2-2b-subnet"}]}' 2018-09-04 12:29:58,593 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 643 X-Openstack-Request-Id: req-233f96ce-0e9d-4e28-bd6c-c1fb6d50731d Date: Tue, 04 Sep 2018 12:29:58 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"2ad43b05-cc2b-4911-8132-50b80fe9aa26","tenant_id":"1e2f68a072b64978bd7ea91c2d64aca6","created_at":"2018-09-04T12:29:58Z","dns_nameservers":["8.8.8.8","8.8.4.4"],"updated_at":"2018-09-04T12:29:58Z","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":"1e2f68a072b64978bd7ea91c2d64aca6","id":"5f138684-be80-4459-acc4-8b45dda1d4d3","subnetpool_id":null,"name":"sdnvpn-2-2b-subnet"}]} 2018-09-04 12:29:58,593 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/subnets used request id req-233f96ce-0e9d-4e28-bd6c-c1fb6d50731d 2018-09-04 12:29:58,598 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1d467f1922cf80a793c374f5d807b1bb7f11c9bd" 2018-09-04 12:29:58,842 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 37328 X-Openstack-Request-Id: req-38f492b9-4f07-4da9-b989-8915cabaa1e2 Date: Tue, 04 Sep 2018 12:29:58 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "14e46315a5e14e95a6bd31ddd3090094", "created_at": "2018-09-04T10:40:09Z", "updated_at": "2018-09-04T10:40:09Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T10:40:09Z", "revision_number": 0, "id": "6908c152-7d26-43c3-9724-69b9e26fbd52", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T10:40:09Z", "security_group_id": "11e5a0db-4cc0-49c0-8f70-0d3b80d1fcf3", "tenant_id": "14e46315a5e14e95a6bd31ddd3090094", "port_range_min": null, "ethertype": "IPv6", "project_id": "14e46315a5e14e95a6bd31ddd3090094"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T10:40:09Z", "revision_number": 0, "id": "72e1f6f9-6732-4dc2-8abd-454d44204be2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T10:40:09Z", "security_group_id": "11e5a0db-4cc0-49c0-8f70-0d3b80d1fcf3", "tenant_id": "14e46315a5e14e95a6bd31ddd3090094", "port_range_min": null, "ethertype": "IPv4", "project_id": "14e46315a5e14e95a6bd31ddd3090094"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T10:40:09Z", "revision_number": 0, "id": "bfc26f71-b897-431e-a36e-ea1e8e983c87", "remote_group_id": "11e5a0db-4cc0-49c0-8f70-0d3b80d1fcf3", "remote_ip_prefix": null, "created_at": "2018-09-04T10:40:09Z", "security_group_id": "11e5a0db-4cc0-49c0-8f70-0d3b80d1fcf3", "tenant_id": "14e46315a5e14e95a6bd31ddd3090094", "port_range_min": null, "ethertype": "IPv6", "project_id": "14e46315a5e14e95a6bd31ddd3090094"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T10:40:09Z", "revision_number": 0, "id": "c9d53d5b-6c82-4199-b405-f8e7101cc589", "remote_group_id": "11e5a0db-4cc0-49c0-8f70-0d3b80d1fcf3", "remote_ip_prefix": null, "created_at": "2018-09-04T10:40:09Z", "security_group_id": "11e5a0db-4cc0-49c0-8f70-0d3b80d1fcf3", "tenant_id": "14e46315a5e14e95a6bd31ddd3090094", "port_range_min": null, "ethertype": "IPv4", "project_id": "14e46315a5e14e95a6bd31ddd3090094"}], "revision_number": 4, "project_id": "14e46315a5e14e95a6bd31ddd3090094", "id": "11e5a0db-4cc0-49c0-8f70-0d3b80d1fcf3", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "5efe9645576d420f836c625864cab315", "created_at": "2018-09-04T11:32:37Z", "updated_at": "2018-09-04T11:32:37Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T11:32:37Z", "revision_number": 0, "id": "286e6a3a-dcb9-42e9-ad77-e4f716b2c63a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T11:32:37Z", "security_group_id": "192a971a-2f30-4b8c-ada2-250ad4610488", "tenant_id": "5efe9645576d420f836c625864cab315", "port_range_min": null, "ethertype": "IPv4", "project_id": "5efe9645576d420f836c625864cab315"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T11:32:37Z", "revision_number": 0, "id": "8c17cb0b-10d0-498a-a484-63ec46a70838", "remote_group_id": "192a971a-2f30-4b8c-ada2-250ad4610488", "remote_ip_prefix": null, "created_at": "2018-09-04T11:32:37Z", "security_group_id": "192a971a-2f30-4b8c-ada2-250ad4610488", "tenant_id": "5efe9645576d420f836c625864cab315", "port_range_min": null, "ethertype": "IPv6", "project_id": "5efe9645576d420f836c625864cab315"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T11:32:37Z", "revision_number": 0, "id": "9c400401-2250-4fc8-a780-dba2a73d410b", "remote_group_id": "192a971a-2f30-4b8c-ada2-250ad4610488", "remote_ip_prefix": null, "created_at": "2018-09-04T11:32:37Z", "security_group_id": "192a971a-2f30-4b8c-ada2-250ad4610488", "tenant_id": "5efe9645576d420f836c625864cab315", "port_range_min": null, "ethertype": "IPv4", "project_id": "5efe9645576d420f836c625864cab315"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T11:32:37Z", "revision_number": 0, "id": "f72c6a04-9fd4-4b0e-b79b-679d59ca2789", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T11:32:37Z", "security_group_id": "192a971a-2f30-4b8c-ada2-250ad4610488", "tenant_id": "5efe9645576d420f836c625864cab315", "port_range_min": null, "ethertype": "IPv6", "project_id": "5efe9645576d420f836c625864cab315"}], "revision_number": 4, "project_id": "5efe9645576d420f836c625864cab315", "id": "192a971a-2f30-4b8c-ada2-250ad4610488", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "dd849fe9e11c435393e8fa6b997c6f1a", "created_at": "2018-09-04T10:38:54Z", "updated_at": "2018-09-04T10:38:54Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T10:38:54Z", "revision_number": 0, "id": "1dfce8bf-6ac4-4572-9a10-3cf8047abe38", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T10:38:54Z", "security_group_id": "28b5af70-f489-4ee2-ace7-033a2638f61f", "tenant_id": "dd849fe9e11c435393e8fa6b997c6f1a", "port_range_min": null, "ethertype": "IPv6", "project_id": "dd849fe9e11c435393e8fa6b997c6f1a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T10:38:54Z", "revision_number": 0, "id": "52762ccc-58e2-4528-b0fa-460556eae58e", "remote_group_id": "28b5af70-f489-4ee2-ace7-033a2638f61f", "remote_ip_prefix": null, "created_at": "2018-09-04T10:38:54Z", "security_group_id": "28b5af70-f489-4ee2-ace7-033a2638f61f", "tenant_id": "dd849fe9e11c435393e8fa6b997c6f1a", "port_range_min": null, "ethertype": "IPv6", "project_id": "dd849fe9e11c435393e8fa6b997c6f1a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T10:38:54Z", "revision_number": 0, "id": "739d52c4-a9f2-4027-aca7-2082fee6f6f0", "remote_group_id": "28b5af70-f489-4ee2-ace7-033a2638f61f", "remote_ip_prefix": null, "created_at": "2018-09-04T10:38:54Z", "security_group_id": "28b5af70-f489-4ee2-ace7-033a2638f61f", "tenant_id": "dd849fe9e11c435393e8fa6b997c6f1a", "port_range_min": null, "ethertype": "IPv4", "project_id": "dd849fe9e11c435393e8fa6b997c6f1a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T10:38:54Z", "revision_number": 0, "id": "ba2b9932-d9ab-4b40-a7e5-6773147a93a7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T10:38:54Z", "security_group_id": "28b5af70-f489-4ee2-ace7-033a2638f61f", "tenant_id": "dd849fe9e11c435393e8fa6b997c6f1a", "port_range_min": null, "ethertype": "IPv4", "project_id": "dd849fe9e11c435393e8fa6b997c6f1a"}], "revision_number": 4, "project_id": "dd849fe9e11c435393e8fa6b997c6f1a", "id": "28b5af70-f489-4ee2-ace7-033a2638f61f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "4ad41bc126174d318b5e7a8516fcf4af", "created_at": "2018-09-04T10:36:52Z", "updated_at": "2018-09-04T10:36:52Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T10:36:52Z", "revision_number": 0, "id": "072e055d-09a1-408a-9aa5-bbbb4ba26972", "remote_group_id": "48bfa0ac-51ab-4c50-8f57-88ab4e0f17e1", "remote_ip_prefix": null, "created_at": "2018-09-04T10:36:52Z", "security_group_id": "48bfa0ac-51ab-4c50-8f57-88ab4e0f17e1", "tenant_id": "4ad41bc126174d318b5e7a8516fcf4af", "port_range_min": null, "ethertype": "IPv4", "project_id": "4ad41bc126174d318b5e7a8516fcf4af"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T10:36:52Z", "revision_number": 0, "id": "519e417e-8aaa-4012-ade2-01ed5d67c268", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T10:36:52Z", "security_group_id": "48bfa0ac-51ab-4c50-8f57-88ab4e0f17e1", "tenant_id": "4ad41bc126174d318b5e7a8516fcf4af", "port_range_min": null, "ethertype": "IPv4", "project_id": "4ad41bc126174d318b5e7a8516fcf4af"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T10:36:52Z", "revision_number": 0, "id": "7440170e-04e2-412b-b3af-3ba203e43ec0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T10:36:52Z", "security_group_id": "48bfa0ac-51ab-4c50-8f57-88ab4e0f17e1", "tenant_id": "4ad41bc126174d318b5e7a8516fcf4af", "port_range_min": null, "ethertype": "IPv6", "project_id": "4ad41bc126174d318b5e7a8516fcf4af"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T10:36:52Z", "revision_number": 0, "id": "b5b6d93e-a8d1-4a65-92be-995bd9ce8f00", "remote_group_id": "48bfa0ac-51ab-4c50-8f57-88ab4e0f17e1", "remote_ip_prefix": null, "created_at": "2018-09-04T10:36:52Z", "security_group_id": "48bfa0ac-51ab-4c50-8f57-88ab4e0f17e1", "tenant_id": "4ad41bc126174d318b5e7a8516fcf4af", "port_range_min": null, "ethertype": "IPv6", "project_id": "4ad41bc126174d318b5e7a8516fcf4af"}], "revision_number": 4, "project_id": "4ad41bc126174d318b5e7a8516fcf4af", "id": "48bfa0ac-51ab-4c50-8f57-88ab4e0f17e1", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "18025ed81c804927a1f0e0e0ba20836f", "created_at": "2018-09-04T10:10:44Z", "updated_at": "2018-09-04T10:10:44Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T10:10:44Z", "revision_number": 0, "id": "4987cdc7-3c69-4296-b962-dfcdfe2af09e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T10:10:44Z", "security_group_id": "4eb60975-feab-4b85-9171-1c970d3680f7", "tenant_id": "18025ed81c804927a1f0e0e0ba20836f", "port_range_min": null, "ethertype": "IPv4", "project_id": "18025ed81c804927a1f0e0e0ba20836f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T10:10:44Z", "revision_number": 0, "id": "6278c51b-2852-4d07-abf1-4545e40daadb", "remote_group_id": "4eb60975-feab-4b85-9171-1c970d3680f7", "remote_ip_prefix": null, "created_at": "2018-09-04T10:10:44Z", "security_group_id": "4eb60975-feab-4b85-9171-1c970d3680f7", "tenant_id": "18025ed81c804927a1f0e0e0ba20836f", "port_range_min": null, "ethertype": "IPv4", "project_id": "18025ed81c804927a1f0e0e0ba20836f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T10:10:44Z", "revision_number": 0, "id": "dd2062ca-238a-4ae8-8397-ca60210bbde5", "remote_group_id": "4eb60975-feab-4b85-9171-1c970d3680f7", "remote_ip_prefix": null, "created_at": "2018-09-04T10:10:44Z", "security_group_id": "4eb60975-feab-4b85-9171-1c970d3680f7", "tenant_id": "18025ed81c804927a1f0e0e0ba20836f", "port_range_min": null, "ethertype": "IPv6", "project_id": "18025ed81c804927a1f0e0e0ba20836f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T10:10:44Z", "revision_number": 0, "id": "f5388a44-6a0f-4e22-bd76-f4873903daf0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T10:10:44Z", "security_group_id": "4eb60975-feab-4b85-9171-1c970d3680f7", "tenant_id": "18025ed81c804927a1f0e0e0ba20836f", "port_range_min": null, "ethertype": "IPv6", "project_id": "18025ed81c804927a1f0e0e0ba20836f"}], "revision_number": 4, "project_id": "18025ed81c804927a1f0e0e0ba20836f", "id": "4eb60975-feab-4b85-9171-1c970d3680f7", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "1e2f68a072b64978bd7ea91c2d64aca6", "created_at": "2018-09-04T11:32:48Z", "updated_at": "2018-09-04T11:32:48Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T11:32:48Z", "revision_number": 0, "id": "6883b42d-5963-4725-8ab3-74f524dadded", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T11:32:48Z", "security_group_id": "65ec5024-dcc3-4217-b8f2-108a9317d297", "tenant_id": "1e2f68a072b64978bd7ea91c2d64aca6", "port_range_min": null, "ethertype": "IPv6", "project_id": "1e2f68a072b64978bd7ea91c2d64aca6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T11:32:48Z", "revision_number": 0, "id": "c897b842-d54c-452b-8b98-fef214182ff7", "remote_group_id": "65ec5024-dcc3-4217-b8f2-108a9317d297", "remote_ip_prefix": null, "created_at": "2018-09-04T11:32:48Z", "security_group_id": "65ec5024-dcc3-4217-b8f2-108a9317d297", "tenant_id": "1e2f68a072b64978bd7ea91c2d64aca6", "port_range_min": null, "ethertype": "IPv6", "project_id": "1e2f68a072b64978bd7ea91c2d64aca6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T11:32:48Z", "revision_number": 0, "id": "e8f14af0-f0a2-442a-a2f6-f9426816d3a7", "remote_group_id": "65ec5024-dcc3-4217-b8f2-108a9317d297", "remote_ip_prefix": null, "created_at": "2018-09-04T11:32:48Z", "security_group_id": "65ec5024-dcc3-4217-b8f2-108a9317d297", "tenant_id": "1e2f68a072b64978bd7ea91c2d64aca6", "port_range_min": null, "ethertype": "IPv4", "project_id": "1e2f68a072b64978bd7ea91c2d64aca6"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T11:32:48Z", "revision_number": 0, "id": "fa2a69b0-056f-4e69-9b7e-515411ee93e4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T11:32:48Z", "security_group_id": "65ec5024-dcc3-4217-b8f2-108a9317d297", "tenant_id": "1e2f68a072b64978bd7ea91c2d64aca6", "port_range_min": null, "ethertype": "IPv4", "project_id": "1e2f68a072b64978bd7ea91c2d64aca6"}], "revision_number": 4, "project_id": "1e2f68a072b64978bd7ea91c2d64aca6", "id": "65ec5024-dcc3-4217-b8f2-108a9317d297", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "63ce1c38db314aae844c45218d595c6c", "created_at": "2018-09-04T10:36:01Z", "updated_at": "2018-09-04T10:36:01Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T10:36:01Z", "revision_number": 0, "id": "3cc084b5-d5b8-441b-87e5-b96f6548adf0", "remote_group_id": "726a4fa4-547d-495f-8506-2692d1793ed7", "remote_ip_prefix": null, "created_at": "2018-09-04T10:36:01Z", "security_group_id": "726a4fa4-547d-495f-8506-2692d1793ed7", "tenant_id": "63ce1c38db314aae844c45218d595c6c", "port_range_min": null, "ethertype": "IPv6", "project_id": "63ce1c38db314aae844c45218d595c6c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T10:36:01Z", "revision_number": 0, "id": "886448b7-2e0a-4f88-9e2c-57aaa06a9e95", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T10:36:01Z", "security_group_id": "726a4fa4-547d-495f-8506-2692d1793ed7", "tenant_id": "63ce1c38db314aae844c45218d595c6c", "port_range_min": null, "ethertype": "IPv6", "project_id": "63ce1c38db314aae844c45218d595c6c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T10:36:01Z", "revision_number": 0, "id": "a0477c48-e14e-4b9b-af17-a26d3304a1d9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T10:36:01Z", "security_group_id": "726a4fa4-547d-495f-8506-2692d1793ed7", "tenant_id": "63ce1c38db314aae844c45218d595c6c", "port_range_min": null, "ethertype": "IPv4", "project_id": "63ce1c38db314aae844c45218d595c6c"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T10:36:01Z", "revision_number": 0, "id": "f1d26eba-07e3-4a87-a74e-10f7d2d051a4", "remote_group_id": "726a4fa4-547d-495f-8506-2692d1793ed7", "remote_ip_prefix": null, "created_at": "2018-09-04T10:36:01Z", "security_group_id": "726a4fa4-547d-495f-8506-2692d1793ed7", "tenant_id": "63ce1c38db314aae844c45218d595c6c", "port_range_min": null, "ethertype": "IPv4", "project_id": "63ce1c38db314aae844c45218d595c6c"}], "revision_number": 4, "project_id": "63ce1c38db314aae844c45218d595c6c", "id": "726a4fa4-547d-495f-8506-2692d1793ed7", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "e8b2daffe9fd4140890aa7b5c11b6bf1", "created_at": "2018-09-04T11:01:30Z", "updated_at": "2018-09-04T11:01:31Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T11:01:31Z", "revision_number": 0, "id": "0d6f7c9c-cf09-4a67-b4e2-617055a1a145", "remote_group_id": "7cbea362-0793-4d2f-877a-28c9a768aa36", "remote_ip_prefix": null, "created_at": "2018-09-04T11:01:31Z", "security_group_id": "7cbea362-0793-4d2f-877a-28c9a768aa36", "tenant_id": "e8b2daffe9fd4140890aa7b5c11b6bf1", "port_range_min": null, "ethertype": "IPv6", "project_id": "e8b2daffe9fd4140890aa7b5c11b6bf1"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T11:01:31Z", "revision_number": 0, "id": "110b5e60-648e-4946-8cc2-56cf745b8284", "remote_group_id": "7cbea362-0793-4d2f-877a-28c9a768aa36", "remote_ip_prefix": null, "created_at": "2018-09-04T11:01:31Z", "security_group_id": "7cbea362-0793-4d2f-877a-28c9a768aa36", "tenant_id": "e8b2daffe9fd4140890aa7b5c11b6bf1", "port_range_min": null, "ethertype": "IPv4", "project_id": "e8b2daffe9fd4140890aa7b5c11b6bf1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T11:01:31Z", "revision_number": 0, "id": "4608dd30-b5b8-43b8-8da6-93ca9876e218", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T11:01:31Z", "security_group_id": "7cbea362-0793-4d2f-877a-28c9a768aa36", "tenant_id": "e8b2daffe9fd4140890aa7b5c11b6bf1", "port_range_min": null, "ethertype": "IPv6", "project_id": "e8b2daffe9fd4140890aa7b5c11b6bf1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T11:01:31Z", "revision_number": 0, "id": "b59707f1-2706-455a-8d39-eaea3265a9b8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T11:01:31Z", "security_group_id": "7cbea362-0793-4d2f-877a-28c9a768aa36", "tenant_id": "e8b2daffe9fd4140890aa7b5c11b6bf1", "port_range_min": null, "ethertype": "IPv4", "project_id": "e8b2daffe9fd4140890aa7b5c11b6bf1"}], "revision_number": 4, "project_id": "e8b2daffe9fd4140890aa7b5c11b6bf1", "id": "7cbea362-0793-4d2f-877a-28c9a768aa36", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "da1aa3dc9e564d3d922e61c0121a390e", "created_at": "2018-09-04T10:22:45Z", "updated_at": "2018-09-04T10:22:45Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T10:22:45Z", "revision_number": 0, "id": "0a310294-28cb-46e7-ab05-42129ac27199", "remote_group_id": "a0350fb5-7963-482b-9b06-fea838951872", "remote_ip_prefix": null, "created_at": "2018-09-04T10:22:45Z", "security_group_id": "a0350fb5-7963-482b-9b06-fea838951872", "tenant_id": "da1aa3dc9e564d3d922e61c0121a390e", "port_range_min": null, "ethertype": "IPv4", "project_id": "da1aa3dc9e564d3d922e61c0121a390e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T10:22:45Z", "revision_number": 0, "id": "3e9c32e8-8527-472a-956b-e0426fc61806", "remote_group_id": "a0350fb5-7963-482b-9b06-fea838951872", "remote_ip_prefix": null, "created_at": "2018-09-04T10:22:45Z", "security_group_id": "a0350fb5-7963-482b-9b06-fea838951872", "tenant_id": "da1aa3dc9e564d3d922e61c0121a390e", "port_range_min": null, "ethertype": "IPv6", "project_id": "da1aa3dc9e564d3d922e61c0121a390e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T10:22:45Z", "revision_number": 0, "id": "5d2caf42-b02e-4256-9265-4a0c49451d50", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T10:22:45Z", "security_group_id": "a0350fb5-7963-482b-9b06-fea838951872", "tenant_id": "da1aa3dc9e564d3d922e61c0121a390e", "port_range_min": null, "ethertype": "IPv6", "project_id": "da1aa3dc9e564d3d922e61c0121a390e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T10:22:45Z", "revision_number": 0, "id": "e17daf2d-5508-45e7-9ba3-14bcd176789e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T10:22:45Z", "security_group_id": "a0350fb5-7963-482b-9b06-fea838951872", "tenant_id": "da1aa3dc9e564d3d922e61c0121a390e", "port_range_min": null, "ethertype": "IPv4", "project_id": "da1aa3dc9e564d3d922e61c0121a390e"}], "revision_number": 4, "project_id": "da1aa3dc9e564d3d922e61c0121a390e", "id": "a0350fb5-7963-482b-9b06-fea838951872", "name": "default"}, {"description": "Security group for SDNVPN test cases", "tags": [], "tenant_id": "1e2f68a072b64978bd7ea91c2d64aca6", "created_at": "2018-09-04T12:22:58Z", "updated_at": "2018-09-04T12:26:12Z", "security_group_rules": [{"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 80, "updated_at": "2018-09-04T12:22:59Z", "revision_number": 0, "id": "24f2941b-e842-493e-9865-3b328b59d6b1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T12:22:59Z", "security_group_id": "aee4e203-f920-46bb-ac91-6898d944e253", "tenant_id": "1e2f68a072b64978bd7ea91c2d64aca6", "port_range_min": 80, "ethertype": "IPv4", "project_id": "1e2f68a072b64978bd7ea91c2d64aca6"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T12:22:58Z", "revision_number": 0, "id": "4dec3f1a-54e2-4cd3-ba28-c5bf40300f5c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T12:22:58Z", "security_group_id": "aee4e203-f920-46bb-ac91-6898d944e253", "tenant_id": "1e2f68a072b64978bd7ea91c2d64aca6", "port_range_min": null, "ethertype": "IPv6", "project_id": "1e2f68a072b64978bd7ea91c2d64aca6"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-09-04T12:22:58Z", "revision_number": 0, "id": "6843e041-8fe8-4e66-8acb-d325fa1f98c1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T12:22:58Z", "security_group_id": "aee4e203-f920-46bb-ac91-6898d944e253", "tenant_id": "1e2f68a072b64978bd7ea91c2d64aca6", "port_range_min": null, "ethertype": "IPv4", "project_id": "1e2f68a072b64978bd7ea91c2d64aca6"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T12:22:58Z", "revision_number": 0, "id": "83ced0ab-b5b1-4a6b-915f-ceed01ac608d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T12:22:58Z", "security_group_id": "aee4e203-f920-46bb-ac91-6898d944e253", "tenant_id": "1e2f68a072b64978bd7ea91c2d64aca6", "port_range_min": null, "ethertype": "IPv4", "project_id": "1e2f68a072b64978bd7ea91c2d64aca6"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-09-04T12:22:58Z", "revision_number": 0, "id": "a537f243-1e42-435d-9bbd-5763e7fba9b5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T12:22:58Z", "security_group_id": "aee4e203-f920-46bb-ac91-6898d944e253", "tenant_id": "1e2f68a072b64978bd7ea91c2d64aca6", "port_range_min": 22, "ethertype": "IPv4", "project_id": "1e2f68a072b64978bd7ea91c2d64aca6"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 179, "updated_at": "2018-09-04T12:26:12Z", "revision_number": 0, "id": "aae9ba27-bdc4-4d98-8c03-3fe28bd7d852", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T12:26:12Z", "security_group_id": "aee4e203-f920-46bb-ac91-6898d944e253", "tenant_id": "1e2f68a072b64978bd7ea91c2d64aca6", "port_range_min": 179, "ethertype": "IPv4", "project_id": "1e2f68a072b64978bd7ea91c2d64aca6"}, {"direction": "egress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-09-04T12:22:59Z", "revision_number": 0, "id": "ea486981-bdcb-407e-afae-54091ff51e8d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T12:22:59Z", "security_group_id": "aee4e203-f920-46bb-ac91-6898d944e253", "tenant_id": "1e2f68a072b64978bd7ea91c2d64aca6", "port_range_min": 22, "ethertype": "IPv4", "project_id": "1e2f68a072b64978bd7ea91c2d64aca6"}], "revision_number": 7, "project_id": "1e2f68a072b64978bd7ea91c2d64aca6", "id": "aee4e203-f920-46bb-ac91-6898d944e253", "name": "sdnvpn-sg"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-09-04T10:24:20Z", "updated_at": "2018-09-04T10:24:20Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T10:24:20Z", "revision_number": 0, "id": "2ea596f0-86ac-463c-b411-9ff94832a4d2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T10:24:20Z", "security_group_id": "c1c896f2-3aa4-47ce-9d8a-695c2f3fb7a4", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T10:24:20Z", "revision_number": 0, "id": "95325a12-195c-43ac-a360-a2e3e0e66934", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T10:24:20Z", "security_group_id": "c1c896f2-3aa4-47ce-9d8a-695c2f3fb7a4", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T10:24:20Z", "revision_number": 0, "id": "aa58bb28-c625-4096-800e-8a443d41f02a", "remote_group_id": "c1c896f2-3aa4-47ce-9d8a-695c2f3fb7a4", "remote_ip_prefix": null, "created_at": "2018-09-04T10:24:20Z", "security_group_id": "c1c896f2-3aa4-47ce-9d8a-695c2f3fb7a4", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T10:24:20Z", "revision_number": 0, "id": "c66f070f-ca83-4ef4-bb72-07224113f248", "remote_group_id": "c1c896f2-3aa4-47ce-9d8a-695c2f3fb7a4", "remote_ip_prefix": null, "created_at": "2018-09-04T10:24:20Z", "security_group_id": "c1c896f2-3aa4-47ce-9d8a-695c2f3fb7a4", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "c1c896f2-3aa4-47ce-9d8a-695c2f3fb7a4", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "ab8db2ecda7a4da79b1f0eed2104619d", "created_at": "2018-09-04T11:27:45Z", "updated_at": "2018-09-04T11:27:45Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T11:27:45Z", "revision_number": 0, "id": "14b66247-ea83-40bd-9cf7-391b44cd8c60", "remote_group_id": "ca40cc0b-e078-4535-b626-86e0c6339018", "remote_ip_prefix": null, "created_at": "2018-09-04T11:27:45Z", "security_group_id": "ca40cc0b-e078-4535-b626-86e0c6339018", "tenant_id": "ab8db2ecda7a4da79b1f0eed2104619d", "port_range_min": null, "ethertype": "IPv6", "project_id": "ab8db2ecda7a4da79b1f0eed2104619d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T11:27:45Z", "revision_number": 0, "id": "427d984e-c10f-4435-8c54-6e7abd4dfb04", "remote_group_id": "ca40cc0b-e078-4535-b626-86e0c6339018", "remote_ip_prefix": null, "created_at": "2018-09-04T11:27:45Z", "security_group_id": "ca40cc0b-e078-4535-b626-86e0c6339018", "tenant_id": "ab8db2ecda7a4da79b1f0eed2104619d", "port_range_min": null, "ethertype": "IPv4", "project_id": "ab8db2ecda7a4da79b1f0eed2104619d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T11:27:45Z", "revision_number": 0, "id": "644bef6e-a7b1-4cc2-af4e-4cd069ef634e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T11:27:45Z", "security_group_id": "ca40cc0b-e078-4535-b626-86e0c6339018", "tenant_id": "ab8db2ecda7a4da79b1f0eed2104619d", "port_range_min": null, "ethertype": "IPv4", "project_id": "ab8db2ecda7a4da79b1f0eed2104619d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T11:27:45Z", "revision_number": 0, "id": "84c32cbd-0db7-41ca-9e15-9ea28ade36f9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T11:27:45Z", "security_group_id": "ca40cc0b-e078-4535-b626-86e0c6339018", "tenant_id": "ab8db2ecda7a4da79b1f0eed2104619d", "port_range_min": null, "ethertype": "IPv6", "project_id": "ab8db2ecda7a4da79b1f0eed2104619d"}], "revision_number": 4, "project_id": "ab8db2ecda7a4da79b1f0eed2104619d", "id": "ca40cc0b-e078-4535-b626-86e0c6339018", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "b4dbfc1d0e34496f8fb7c7cd1f5608e5", "created_at": "2018-09-04T12:16:14Z", "updated_at": "2018-09-04T12:16:14Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T12:16:14Z", "revision_number": 0, "id": "1b62a402-1c3a-4aa7-8049-b9198a3eb965", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T12:16:14Z", "security_group_id": "e81419cf-b95e-4732-aaad-e3432b8b2cbb", "tenant_id": "b4dbfc1d0e34496f8fb7c7cd1f5608e5", "port_range_min": null, "ethertype": "IPv6", "project_id": "b4dbfc1d0e34496f8fb7c7cd1f5608e5"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T12:16:14Z", "revision_number": 0, "id": "a8815e70-65ec-4dd7-8b9f-aa8f1609eb4f", "remote_group_id": "e81419cf-b95e-4732-aaad-e3432b8b2cbb", "remote_ip_prefix": null, "created_at": "2018-09-04T12:16:14Z", "security_group_id": "e81419cf-b95e-4732-aaad-e3432b8b2cbb", "tenant_id": "b4dbfc1d0e34496f8fb7c7cd1f5608e5", "port_range_min": null, "ethertype": "IPv6", "project_id": "b4dbfc1d0e34496f8fb7c7cd1f5608e5"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T12:16:14Z", "revision_number": 0, "id": "d083d625-e30d-4471-aa42-f7f3fc8c328d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T12:16:14Z", "security_group_id": "e81419cf-b95e-4732-aaad-e3432b8b2cbb", "tenant_id": "b4dbfc1d0e34496f8fb7c7cd1f5608e5", "port_range_min": null, "ethertype": "IPv4", "project_id": "b4dbfc1d0e34496f8fb7c7cd1f5608e5"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T12:16:14Z", "revision_number": 0, "id": "f6d9401b-38df-4edd-8f40-69a1466cf9bf", "remote_group_id": "e81419cf-b95e-4732-aaad-e3432b8b2cbb", "remote_ip_prefix": null, "created_at": "2018-09-04T12:16:14Z", "security_group_id": "e81419cf-b95e-4732-aaad-e3432b8b2cbb", "tenant_id": "b4dbfc1d0e34496f8fb7c7cd1f5608e5", "port_range_min": null, "ethertype": "IPv4", "project_id": "b4dbfc1d0e34496f8fb7c7cd1f5608e5"}], "revision_number": 4, "project_id": "b4dbfc1d0e34496f8fb7c7cd1f5608e5", "id": "e81419cf-b95e-4732-aaad-e3432b8b2cbb", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "c4b3a0f041ae4ca4803a4af225513ba4", "created_at": "2018-09-04T12:17:41Z", "updated_at": "2018-09-04T12:17:41Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T12:17:41Z", "revision_number": 0, "id": "6824685c-2b3f-4f22-866c-eb59012208ba", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T12:17:41Z", "security_group_id": "f9b8b6c9-4e98-454a-9292-c29271bcae95", "tenant_id": "c4b3a0f041ae4ca4803a4af225513ba4", "port_range_min": null, "ethertype": "IPv4", "project_id": "c4b3a0f041ae4ca4803a4af225513ba4"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T12:17:41Z", "revision_number": 0, "id": "87cee46a-3604-4dd1-adc1-d97d3419ae0c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T12:17:41Z", "security_group_id": "f9b8b6c9-4e98-454a-9292-c29271bcae95", "tenant_id": "c4b3a0f041ae4ca4803a4af225513ba4", "port_range_min": null, "ethertype": "IPv6", "project_id": "c4b3a0f041ae4ca4803a4af225513ba4"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T12:17:41Z", "revision_number": 0, "id": "e00cf838-51d7-462e-906c-37f4fb4d7181", "remote_group_id": "f9b8b6c9-4e98-454a-9292-c29271bcae95", "remote_ip_prefix": null, "created_at": "2018-09-04T12:17:41Z", "security_group_id": "f9b8b6c9-4e98-454a-9292-c29271bcae95", "tenant_id": "c4b3a0f041ae4ca4803a4af225513ba4", "port_range_min": null, "ethertype": "IPv6", "project_id": "c4b3a0f041ae4ca4803a4af225513ba4"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T12:17:41Z", "revision_number": 0, "id": "e024fd11-5aeb-4982-ae2b-589b9dd401b4", "remote_group_id": "f9b8b6c9-4e98-454a-9292-c29271bcae95", "remote_ip_prefix": null, "created_at": "2018-09-04T12:17:41Z", "security_group_id": "f9b8b6c9-4e98-454a-9292-c29271bcae95", "tenant_id": "c4b3a0f041ae4ca4803a4af225513ba4", "port_range_min": null, "ethertype": "IPv4", "project_id": "c4b3a0f041ae4ca4803a4af225513ba4"}], "revision_number": 4, "project_id": "c4b3a0f041ae4ca4803a4af225513ba4", "id": "f9b8b6c9-4e98-454a-9292-c29271bcae95", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "f2bd6f97bf95498993c0c8d4f6900483", "created_at": "2018-09-04T11:33:20Z", "updated_at": "2018-09-04T11:33:20Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T11:33:20Z", "revision_number": 0, "id": "4c75c440-963b-417c-bedf-82086417e68c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T11:33:20Z", "security_group_id": "fa4f989a-20d2-4218-a4cf-f17539ef1b27", "tenant_id": "f2bd6f97bf95498993c0c8d4f6900483", "port_range_min": null, "ethertype": "IPv6", "project_id": "f2bd6f97bf95498993c0c8d4f6900483"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T11:33:20Z", "revision_number": 0, "id": "9635b56a-1370-4f88-9df0-f0954055f960", "remote_group_id": "fa4f989a-20d2-4218-a4cf-f17539ef1b27", "remote_ip_prefix": null, "created_at": "2018-09-04T11:33:20Z", "security_group_id": "fa4f989a-20d2-4218-a4cf-f17539ef1b27", "tenant_id": "f2bd6f97bf95498993c0c8d4f6900483", "port_range_min": null, "ethertype": "IPv4", "project_id": "f2bd6f97bf95498993c0c8d4f6900483"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T11:33:20Z", "revision_number": 0, "id": "c7c730c6-ae66-4505-873b-c6dca4c55d95", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T11:33:20Z", "security_group_id": "fa4f989a-20d2-4218-a4cf-f17539ef1b27", "tenant_id": "f2bd6f97bf95498993c0c8d4f6900483", "port_range_min": null, "ethertype": "IPv4", "project_id": "f2bd6f97bf95498993c0c8d4f6900483"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T11:33:20Z", "revision_number": 0, "id": "df1fc864-f960-4a86-bd3d-950eac909690", "remote_group_id": "fa4f989a-20d2-4218-a4cf-f17539ef1b27", "remote_ip_prefix": null, "created_at": "2018-09-04T11:33:20Z", "security_group_id": "fa4f989a-20d2-4218-a4cf-f17539ef1b27", "tenant_id": "f2bd6f97bf95498993c0c8d4f6900483", "port_range_min": null, "ethertype": "IPv6", "project_id": "f2bd6f97bf95498993c0c8d4f6900483"}], "revision_number": 4, "project_id": "f2bd6f97bf95498993c0c8d4f6900483", "id": "fa4f989a-20d2-4218-a4cf-f17539ef1b27", "name": "default"}]} 2018-09-04 12:29:58,843 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups used request id req-38f492b9-4f07-4da9-b989-8915cabaa1e2 2018-09-04 12:29:58,847 - sdnvpn.lib.openstack_utils - INFO - Using existing security group 'sdnvpn-sg'... 2018-09-04 12:29:58,847 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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-09-04 12:29:58,854 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12:29:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-13cc1d50-8901-44e7-897e-149ce5454103 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.28:5000/v3/", "rel": "self"}]}} 2018-09-04 12:29:58,854 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-13cc1d50-8901-44e7-897e-149ce5454103 2018-09-04 12:29:58,854 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-09-04 12:29:59,229 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "3d416247e8224533841040c3ad2bce5a", "name": "admin"}], "expires_at": "2018-09-04T13:29:59.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1e2f68a072b64978bd7ea91c2d64aca6", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v1/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235635a698ef4bef9dc6b25273d185da"}, {"url": "http://192.30.9.6:8776/v1/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "23b07b3fbfc340a58cf0f9b2871a0d23"}, {"url": "http://172.30.9.28:8776/v1/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "72fd0aaa144d45419f4b04b6b26f69a7"}], "type": "volume", "id": "097241c25b4d4f7e91b3f8efa155909e", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v3/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93eb4cf3030a49e7840bec071422d397"}, {"url": "http://192.30.9.6:8776/v3/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8af439a6ac147fdbcb38ed9aa916b68"}, {"url": "http://192.30.9.6:8776/v3/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c4bfdbc9b7c74a23a40afdf578cfeba4"}], "type": "volumev3", "id": "1c85f4682ce44f729db1dabd98e965e8", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "82239574a29d4603a2161006f61851cf"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8d15f7134f364a7bbcfff2f84aac3bf2"}, {"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e01668c43a0c4c279b9a3d20a0280d6c"}], "type": "image", "id": "297d8415ca96454991054983920912f7", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7bb4d60e20734d4a9f31ec75e02cb823"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bf6adec15590466a9a0d3bddb00e8993"}, {"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f096f03a1d12411a8972f6f7c196b60d"}], "type": "policy", "id": "54c64351b56d44bbad74c2969cc3aa00", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "354ae6870a324fab82d0a0fb68ee0f26"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a3807e460dd4af488d982b66c52e64c"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e7c3da785076450abd71868e75ce0c33"}], "type": "cloudformation", "id": "6ac9917ae83c4639a15a4ab3cf0e76dd", "name": "heat-cfn"}, {"endpoints": [], "type": "metering", "id": "7fcc078e5e0645f29df67742ac14e388", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49e71628d386464cb950d6a9db00a328"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75b0a63ed8574bbcab1c851cc9b83d30"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9902b0a8b3c04cd192a1b84c417c232b"}], "type": "key-manager", "id": "9626544a32e74678a641c6e206f028a9", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "497340e5aa36485982fdf297f370558f"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7802beb4fc7c4952897b77bd5610b1fe"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c14af798917f4fa0b146d9772583e595"}], "type": "metric", "id": "973bfe8c658d4e5a8da725e76b9d550e", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "288ecc3674ea41d2aa3b790dcb832bf2"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7a6dc785cd7142f5b30f1a7ba0daeb03"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7f7d34e2351b4964befccc862c4e8e12"}], "type": "network", "id": "a348d7b06050474fb449be7f32ea6f5d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "21bce6ecb8464a1f8f3e3847aa698bd6"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0a8faf2246b47deb30e69e48d3551fb"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e71c6011de3d4d8589e5b53dcc79f288"}], "type": "identity", "id": "ad8d4b4953184137a1b913ecee9434ed", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "13474f9a78ca4f1184e4cddc84d0d98c"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad67365a18234bb78c336e6776958c00"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc54db13337f44f8921fbb9ad0f81de8"}], "type": "alarming", "id": "bb18dc3243034f08a6a7f69f7a1edccf", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0d91d7adf0304b2681c77f979e5cdb17"}, {"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "756e5ffca9774ab3ae2db41bf330417f"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c07c727a08c243b287827f539a124e63"}], "type": "placement", "id": "bb2c9432fcbd4c56913177122468f6ba", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8004/v1/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1eed4912224b48cf9856446eae4d9928"}, {"url": "http://192.30.9.6:8004/v1/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b73b7f99236541148d84f24f09e5dd40"}, {"url": "http://192.30.9.6:8004/v1/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fbf12e52911244fdafc24a9d46f56e62"}], "type": "orchestration", "id": "c8918d139da945ba93df4ccce21d4904", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16bf098b9e2e490f8e47fa601059f975"}, {"url": "http://192.30.9.6:8776/v2/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc16fa4cf491444ca2f611d5692c1170"}, {"url": "http://192.30.9.6:8776/v2/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ccd2c5325dff4b90b391db9fdde67d99"}], "type": "volumev2", "id": "d09ac9123c34494abce21d6c27bee9d9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eac694332354a3aa0e61c31314166d7"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b4d4989c4e764717ab78d38675cadd3f"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff196e46b56d406d87a678f1a64497b0"}], "type": "compute", "id": "d4030ee932c84df58c5b910cc197caa7", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "42c3a9abd8ad4ce8ab2c4cc6e0403c33"}, "audit_ids": ["YfvzxEsJRKC3o-TLaSZM2w"], "issued_at": "2018-09-04T12:29:59.000000Z"}} 2018-09-04 12:29:59,232 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/os-hypervisors/detail -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d53578b6f6b4f0de9fcf619f323a292e65351f5e" 2018-09-04 12:29:59,446 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12:29: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-9d89ae58-84b4-40ff-a52a-3e46c32e7097 x-compute-request-id: req-9d89ae58-84b4-40ff-a52a-3e46c32e7097 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": 132}, "vcpus_used": 0, "hypervisor_type": "QEMU", "local_gb_used": 0, "vcpus": 16, "hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "memory_mb_used": 4096, "memory_mb": 32502, "current_workload": 0, "state": "up", "host_ip": "192.30.9.9", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"pcid\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"acpi\", \"fma\", \"vme\", \"popcnt\", \"mmx\", \"osxsave\", \"cx8\", \"mce\", \"de\", \"rdtscp\", \"ht\", \"dca\", \"lahf_lm\", \"abm\", \"pdcm\", \"mca\", \"pdpe1gb\", \"apic\", \"sse\", \"f16c\", \"pse\", \"ds\", \"invtsc\", \"pni\", \"tm2\", \"avx2\", \"aes\", \"sse2\", \"ss\", \"ds_cpl\", \"arat\", \"bmi1\", \"bmi2\", \"ssse3\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 0, "free_disk_gb": 10239, "hypervisor_version": 2009000, "disk_available_least": 10171, "local_gb": 10239, "free_ram_mb": 28406, "id": 3}, {"status": "enabled", "service": {"host": "overcloud-novacompute-1.opnfvlf.org", "disabled_reason": null, "id": 141}, "vcpus_used": 0, "hypervisor_type": "QEMU", "local_gb_used": 0, "vcpus": 16, "hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "memory_mb_used": 4096, "memory_mb": 32502, "current_workload": 0, "state": "up", "host_ip": "192.30.9.7", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"pcid\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"acpi\", \"fma\", \"vme\", \"popcnt\", \"mmx\", \"osxsave\", \"cx8\", \"mce\", \"de\", \"rdtscp\", \"ht\", \"dca\", \"lahf_lm\", \"abm\", \"pdcm\", \"mca\", \"pdpe1gb\", \"apic\", \"sse\", \"f16c\", \"pse\", \"ds\", \"invtsc\", \"pni\", \"tm2\", \"avx2\", \"aes\", \"sse2\", \"ss\", \"ds_cpl\", \"arat\", \"bmi1\", \"bmi2\", \"ssse3\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 0, "free_disk_gb": 10239, "hypervisor_version": 2009000, "disk_available_least": 10178, "local_gb": 10239, "free_ram_mb": 28406, "id": 6}]} 2018-09-04 12:29:59,447 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/os-hypervisors/detail used request id req-9d89ae58-84b4-40ff-a52a-3e46c32e7097 2018-09-04 12:29:59,448 - sdnvpn_test_utils - DEBUG - Compute nodes: [u'overcloud-novacompute-0.opnfvlf.org', u'overcloud-novacompute-1.opnfvlf.org'] 2018-09-04 12:29:59,448 - sdnvpn_test_utils - INFO - Creating instance 'sdnvpn-2-2'... 2018-09-04 12:29:59,448 - sdnvpn_test_utils - DEBUG - Configuration: name=sdnvpn-2-2 flavor=m1.tiny image=f271688b-2234-4c7b-9577-4eb3274c658d network=2d4cdaea-716a-4a81-b238-6fe1b44624bf secgroup=aee4e203-f920-46bb-ac91-6898d944e253 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-09-04 12:29:59,449 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-09-04 12:29:59,449 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-09-04 12:29:59,449 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-09-04 12:29:59,449 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-09-04 12:29:59,449 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-09-04 12:29:59,449 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-09-04 12:29:59,449 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-09-04 12:29:59,449 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-09-04 12:29:59,449 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-09-04 12:29:59,449 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-09-04 12:29:59,450 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-09-04 12:29:59,450 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-09-04 12:29:59,450 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-09-04 12:29:59,450 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-09-04 12:29:59,450 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-09-04 12:29:59,450 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-09-04 12:29:59,450 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-09-04 12:29:59,450 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-09-04 12:29:59,450 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-09-04 12:29:59,451 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-09-04 12:29:59,451 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-09-04 12:29:59,451 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-09-04 12:29:59,451 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-09-04 12:29:59,451 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-09-04 12:29:59,453 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-09-04 12:29:59,453 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-09-04 12:29:59,454 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-09-04 12:29:59,454 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-09-04 12:29:59,454 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-09-04 12:29:59,454 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-09-04 12:29:59,454 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-09-04 12:29:59,454 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-09-04 12:29:59,454 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-09-04 12:29:59,454 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-09-04 12:29:59,454 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-09-04 12:29:59,454 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-09-04 12:29:59,455 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-09-04 12:29:59,455 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-09-04 12:29:59,455 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-09-04 12:29:59,455 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-09-04 12:29:59,455 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-09-04 12:29:59,455 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-09-04 12:29:59,455 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-09-04 12:29:59,455 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-09-04 12:29:59,455 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-09-04 12:29:59,456 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-09-04 12:29:59,456 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-09-04 12:29:59,456 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-09-04 12:29:59,458 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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-09-04 12:29:59,465 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12:29:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-741bf8bc-3a90-4b77-81a9-0b96f4ebc202 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.28:5000/v3/", "rel": "self"}]}} 2018-09-04 12:29:59,466 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-741bf8bc-3a90-4b77-81a9-0b96f4ebc202 2018-09-04 12:29:59,466 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-09-04 12:29:59,856 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "3d416247e8224533841040c3ad2bce5a", "name": "admin"}], "expires_at": "2018-09-04T13:29:59.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1e2f68a072b64978bd7ea91c2d64aca6", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v1/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235635a698ef4bef9dc6b25273d185da"}, {"url": "http://192.30.9.6:8776/v1/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "23b07b3fbfc340a58cf0f9b2871a0d23"}, {"url": "http://172.30.9.28:8776/v1/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "72fd0aaa144d45419f4b04b6b26f69a7"}], "type": "volume", "id": "097241c25b4d4f7e91b3f8efa155909e", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v3/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93eb4cf3030a49e7840bec071422d397"}, {"url": "http://192.30.9.6:8776/v3/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8af439a6ac147fdbcb38ed9aa916b68"}, {"url": "http://192.30.9.6:8776/v3/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c4bfdbc9b7c74a23a40afdf578cfeba4"}], "type": "volumev3", "id": "1c85f4682ce44f729db1dabd98e965e8", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "82239574a29d4603a2161006f61851cf"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8d15f7134f364a7bbcfff2f84aac3bf2"}, {"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e01668c43a0c4c279b9a3d20a0280d6c"}], "type": "image", "id": "297d8415ca96454991054983920912f7", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7bb4d60e20734d4a9f31ec75e02cb823"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bf6adec15590466a9a0d3bddb00e8993"}, {"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f096f03a1d12411a8972f6f7c196b60d"}], "type": "policy", "id": "54c64351b56d44bbad74c2969cc3aa00", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "354ae6870a324fab82d0a0fb68ee0f26"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a3807e460dd4af488d982b66c52e64c"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e7c3da785076450abd71868e75ce0c33"}], "type": "cloudformation", "id": "6ac9917ae83c4639a15a4ab3cf0e76dd", "name": "heat-cfn"}, {"endpoints": [], "type": "metering", "id": "7fcc078e5e0645f29df67742ac14e388", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49e71628d386464cb950d6a9db00a328"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75b0a63ed8574bbcab1c851cc9b83d30"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9902b0a8b3c04cd192a1b84c417c232b"}], "type": "key-manager", "id": "9626544a32e74678a641c6e206f028a9", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "497340e5aa36485982fdf297f370558f"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7802beb4fc7c4952897b77bd5610b1fe"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c14af798917f4fa0b146d9772583e595"}], "type": "metric", "id": "973bfe8c658d4e5a8da725e76b9d550e", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "288ecc3674ea41d2aa3b790dcb832bf2"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7a6dc785cd7142f5b30f1a7ba0daeb03"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7f7d34e2351b4964befccc862c4e8e12"}], "type": "network", "id": "a348d7b06050474fb449be7f32ea6f5d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "21bce6ecb8464a1f8f3e3847aa698bd6"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0a8faf2246b47deb30e69e48d3551fb"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e71c6011de3d4d8589e5b53dcc79f288"}], "type": "identity", "id": "ad8d4b4953184137a1b913ecee9434ed", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "13474f9a78ca4f1184e4cddc84d0d98c"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad67365a18234bb78c336e6776958c00"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc54db13337f44f8921fbb9ad0f81de8"}], "type": "alarming", "id": "bb18dc3243034f08a6a7f69f7a1edccf", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0d91d7adf0304b2681c77f979e5cdb17"}, {"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "756e5ffca9774ab3ae2db41bf330417f"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c07c727a08c243b287827f539a124e63"}], "type": "placement", "id": "bb2c9432fcbd4c56913177122468f6ba", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8004/v1/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1eed4912224b48cf9856446eae4d9928"}, {"url": "http://192.30.9.6:8004/v1/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b73b7f99236541148d84f24f09e5dd40"}, {"url": "http://192.30.9.6:8004/v1/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fbf12e52911244fdafc24a9d46f56e62"}], "type": "orchestration", "id": "c8918d139da945ba93df4ccce21d4904", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16bf098b9e2e490f8e47fa601059f975"}, {"url": "http://192.30.9.6:8776/v2/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc16fa4cf491444ca2f611d5692c1170"}, {"url": "http://192.30.9.6:8776/v2/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ccd2c5325dff4b90b391db9fdde67d99"}], "type": "volumev2", "id": "d09ac9123c34494abce21d6c27bee9d9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eac694332354a3aa0e61c31314166d7"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b4d4989c4e764717ab78d38675cadd3f"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff196e46b56d406d87a678f1a64497b0"}], "type": "compute", "id": "d4030ee932c84df58c5b910cc197caa7", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "42c3a9abd8ad4ce8ab2c4cc6e0403c33"}, "audit_ids": ["RC28E2UrRtOvxCEZKAyiuw"], "issued_at": "2018-09-04T12:29:59.000000Z"}} 2018-09-04 12:29:59,861 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5fc3496dfed1ec720e604a06e6bff938f7c37d80" 2018-09-04 12:30:00,035 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12:29: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-a3f43ac0-45d4-4743-ba98-d1b14e8a3c61 x-compute-request-id: req-a3f43ac0-45d4-4743-ba98-d1b14e8a3c61 Content-Encoding: gzip Content-Length: 162 Content-Type: application/json RESP BODY: {"flavors": [{"id": "9cbbc756-b738-4f1f-8d03-84c527182338", "links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/9cbbc756-b738-4f1f-8d03-84c527182338", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/9cbbc756-b738-4f1f-8d03-84c527182338", "rel": "bookmark"}], "name": "m1.tiny"}]} 2018-09-04 12:30:00,035 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors used request id req-a3f43ac0-45d4-4743-ba98-d1b14e8a3c61 2018-09-04 12:30:00,039 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/flavors/9cbbc756-b738-4f1f-8d03-84c527182338 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5fc3496dfed1ec720e604a06e6bff938f7c37d80" 2018-09-04 12:30:00,059 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12: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-26ca60aa-5819-4d14-9c3d-83420718bb67 x-compute-request-id: req-26ca60aa-5819-4d14-9c3d-83420718bb67 Content-Encoding: gzip Content-Length: 280 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/9cbbc756-b738-4f1f-8d03-84c527182338", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/9cbbc756-b738-4f1f-8d03-84c527182338", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "9cbbc756-b738-4f1f-8d03-84c527182338", "name": "m1.tiny", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-09-04 12:30:00,059 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors/9cbbc756-b738-4f1f-8d03-84c527182338 used request id req-26ca60aa-5819-4d14-9c3d-83420718bb67 2018-09-04 12:30:00,063 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5fc3496dfed1ec720e604a06e6bff938f7c37d80" -d '{"server": {"name": "sdnvpn-2-2", "imageRef": "f271688b-2234-4c7b-9577-4eb3274c658d", "availability_zone": "nova:overcloud-novacompute-0.opnfvlf.org", "flavorRef": "9cbbc756-b738-4f1f-8d03-84c527182338", "user_data": "IyEvYmluL3NoCnN1ZG8gbWtkaXIgLXAgL2hvbWUvY2lycm9zLy5zc2gvCnN1ZG8gY2hvd24gY2lycm9zOmNpcnJvcyAvaG9tZS9jaXJyb3MvLnNzaC8Kc3VkbyBjaG93biBjaXJyb3M6Y2lycm9zIC9ob21lL2NpcnJvcy9pZF9yc2EKbXYgL2hvbWUvY2lycm9zL2lkX3JzYSAvaG9tZS9jaXJyb3MvLnNzaC8Kc3VkbyBlY2hvIHNzaC1yc2EgQUFBQUIzTnphQzF5YzJFQUFBQURBUUFCQUFBQWduV3RTUzk4QW01MTZlc3RCc3EwamJ5T0I0ZUxNVVlEZGd6c1VIc254RlFDdEFDd3dBZzkvMnVxM0ZvR1VCVVdlSFpOc1Q2amNLOXNDTUVZaVM0NzlDVUN6YnJ4Y2Q4WGFJbEszOEhFQ2NEVmdsZ0JOd056WC9XRGZNZWpYcEt6Wkc2MXM5OHJVRWxOdlowWURxaGFxWkdxeElWNGVqYWxxTGpZclFrb2x5M1IrMms9IGNpcnJvc0B0ZXN0MT4vaG9tZS9jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMKc3VkbyBjaG93biBjaXJyb3M6Y2lycm9zIC9ob21lL2NpcnJvcy8uc3NoL2F1dGhvcml6ZWRfa2V5cwpjaG1vZCA3MDAgL2hvbWUvY2lycm9zLy5zc2gKY2htb2QgNjQ0IC9ob21lL2NpcnJvcy8uc3NoL2F1dGhvcml6ZWRfa2V5cwpjaG1vZCA2MDAgL2hvbWUvY2lycm9zLy5zc2gvaWRfcnNhCg==", "max_count": 1, "min_count": 1, "networks": [{"fixed_ip": "10.10.10.12", "uuid": "2d4cdaea-716a-4a81-b238-6fe1b44624bf"}], "config_drive": true}}' 2018-09-04 12:30:03,249 - novaclient.v2.client - DEBUG - RESP: [202] Date: Tue, 04 Sep 2018 12: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 x-openstack-request-id: req-a1dab600-7054-41e0-ab7d-1a37e019253d x-compute-request-id: req-a1dab600-7054-41e0-ab7d-1a37e019253d Content-Length: 374 location: http://172.30.9.28:8774/v2.1/servers/b0b45be3-9dae-4ac5-8917-42d2cfee29aa Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "b0b45be3-9dae-4ac5-8917-42d2cfee29aa", "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/b0b45be3-9dae-4ac5-8917-42d2cfee29aa", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/b0b45be3-9dae-4ac5-8917-42d2cfee29aa", "rel": "bookmark"}], "adminPass": "DWawxYfnsW2q"}} 2018-09-04 12:30:03,250 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers used request id req-a1dab600-7054-41e0-ab7d-1a37e019253d 2018-09-04 12:30:03,251 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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-09-04 12:30:03,258 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12:30:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0a661869-0fc3-475c-9ce1-4a6673479ab6 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.28:5000/v3/", "rel": "self"}]}} 2018-09-04 12:30:03,258 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-0a661869-0fc3-475c-9ce1-4a6673479ab6 2018-09-04 12:30:03,259 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-09-04 12:30:03,643 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "3d416247e8224533841040c3ad2bce5a", "name": "admin"}], "expires_at": "2018-09-04T13:30:03.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1e2f68a072b64978bd7ea91c2d64aca6", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v1/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235635a698ef4bef9dc6b25273d185da"}, {"url": "http://192.30.9.6:8776/v1/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "23b07b3fbfc340a58cf0f9b2871a0d23"}, {"url": "http://172.30.9.28:8776/v1/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "72fd0aaa144d45419f4b04b6b26f69a7"}], "type": "volume", "id": "097241c25b4d4f7e91b3f8efa155909e", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v3/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93eb4cf3030a49e7840bec071422d397"}, {"url": "http://192.30.9.6:8776/v3/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8af439a6ac147fdbcb38ed9aa916b68"}, {"url": "http://192.30.9.6:8776/v3/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c4bfdbc9b7c74a23a40afdf578cfeba4"}], "type": "volumev3", "id": "1c85f4682ce44f729db1dabd98e965e8", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "82239574a29d4603a2161006f61851cf"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8d15f7134f364a7bbcfff2f84aac3bf2"}, {"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e01668c43a0c4c279b9a3d20a0280d6c"}], "type": "image", "id": "297d8415ca96454991054983920912f7", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7bb4d60e20734d4a9f31ec75e02cb823"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bf6adec15590466a9a0d3bddb00e8993"}, {"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f096f03a1d12411a8972f6f7c196b60d"}], "type": "policy", "id": "54c64351b56d44bbad74c2969cc3aa00", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "354ae6870a324fab82d0a0fb68ee0f26"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a3807e460dd4af488d982b66c52e64c"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e7c3da785076450abd71868e75ce0c33"}], "type": "cloudformation", "id": "6ac9917ae83c4639a15a4ab3cf0e76dd", "name": "heat-cfn"}, {"endpoints": [], "type": "metering", "id": "7fcc078e5e0645f29df67742ac14e388", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49e71628d386464cb950d6a9db00a328"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75b0a63ed8574bbcab1c851cc9b83d30"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9902b0a8b3c04cd192a1b84c417c232b"}], "type": "key-manager", "id": "9626544a32e74678a641c6e206f028a9", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "497340e5aa36485982fdf297f370558f"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7802beb4fc7c4952897b77bd5610b1fe"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c14af798917f4fa0b146d9772583e595"}], "type": "metric", "id": "973bfe8c658d4e5a8da725e76b9d550e", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "288ecc3674ea41d2aa3b790dcb832bf2"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7a6dc785cd7142f5b30f1a7ba0daeb03"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7f7d34e2351b4964befccc862c4e8e12"}], "type": "network", "id": "a348d7b06050474fb449be7f32ea6f5d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "21bce6ecb8464a1f8f3e3847aa698bd6"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0a8faf2246b47deb30e69e48d3551fb"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e71c6011de3d4d8589e5b53dcc79f288"}], "type": "identity", "id": "ad8d4b4953184137a1b913ecee9434ed", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "13474f9a78ca4f1184e4cddc84d0d98c"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad67365a18234bb78c336e6776958c00"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc54db13337f44f8921fbb9ad0f81de8"}], "type": "alarming", "id": "bb18dc3243034f08a6a7f69f7a1edccf", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0d91d7adf0304b2681c77f979e5cdb17"}, {"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "756e5ffca9774ab3ae2db41bf330417f"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c07c727a08c243b287827f539a124e63"}], "type": "placement", "id": "bb2c9432fcbd4c56913177122468f6ba", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8004/v1/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1eed4912224b48cf9856446eae4d9928"}, {"url": "http://192.30.9.6:8004/v1/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b73b7f99236541148d84f24f09e5dd40"}, {"url": "http://192.30.9.6:8004/v1/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fbf12e52911244fdafc24a9d46f56e62"}], "type": "orchestration", "id": "c8918d139da945ba93df4ccce21d4904", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16bf098b9e2e490f8e47fa601059f975"}, {"url": "http://192.30.9.6:8776/v2/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc16fa4cf491444ca2f611d5692c1170"}, {"url": "http://192.30.9.6:8776/v2/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ccd2c5325dff4b90b391db9fdde67d99"}], "type": "volumev2", "id": "d09ac9123c34494abce21d6c27bee9d9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eac694332354a3aa0e61c31314166d7"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b4d4989c4e764717ab78d38675cadd3f"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff196e46b56d406d87a678f1a64497b0"}], "type": "compute", "id": "d4030ee932c84df58c5b910cc197caa7", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "42c3a9abd8ad4ce8ab2c4cc6e0403c33"}, "audit_ids": ["VRStvcsiQWKbucIlpmEW8w"], "issued_at": "2018-09-04T12:30:03.000000Z"}} 2018-09-04 12:30:03,646 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/b0b45be3-9dae-4ac5-8917-42d2cfee29aa -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4313b5a055e0ef34b8b1ff1c7d6dace727af075d" 2018-09-04 12:30:04,303 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12:30: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-affb3b35-bef6-4e53-8983-767ee96312df x-compute-request-id: req-affb3b35-bef6-4e53-8983-767ee96312df Content-Encoding: gzip Content-Length: 618 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/b0b45be3-9dae-4ac5-8917-42d2cfee29aa", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/b0b45be3-9dae-4ac5-8917-42d2cfee29aa", "rel": "bookmark"}], "image": {"id": "f271688b-2234-4c7b-9577-4eb3274c658d", "links": [{"href": "http://172.30.9.28:8774/images/f271688b-2234-4c7b-9577-4eb3274c658d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "9cbbc756-b738-4f1f-8d03-84c527182338", "links": [{"href": "http://172.30.9.28:8774/flavors/9cbbc756-b738-4f1f-8d03-84c527182338", "rel": "bookmark"}]}, "id": "b0b45be3-9dae-4ac5-8917-42d2cfee29aa", "user_id": "42c3a9abd8ad4ce8ab2c4cc6e0403c33", "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-09-04T12:30:03Z", "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-09-04T12:30:03Z", "tenant_id": "1e2f68a072b64978bd7ea91c2d64aca6", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 12:30:04,303 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/b0b45be3-9dae-4ac5-8917-42d2cfee29aa used request id req-affb3b35-bef6-4e53-8983-767ee96312df 2018-09-04 12:30:07,310 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/b0b45be3-9dae-4ac5-8917-42d2cfee29aa -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4313b5a055e0ef34b8b1ff1c7d6dace727af075d" 2018-09-04 12:30:07,766 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12:30: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-e05883c2-deff-4630-bb4a-766a05611657 x-compute-request-id: req-e05883c2-deff-4630-bb4a-766a05611657 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.28:8774/v2.1/servers/b0b45be3-9dae-4ac5-8917-42d2cfee29aa", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/b0b45be3-9dae-4ac5-8917-42d2cfee29aa", "rel": "bookmark"}], "image": {"id": "f271688b-2234-4c7b-9577-4eb3274c658d", "links": [{"href": "http://172.30.9.28:8774/images/f271688b-2234-4c7b-9577-4eb3274c658d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-000000f3", "OS-SRV-USG:launched_at": null, "flavor": {"id": "9cbbc756-b738-4f1f-8d03-84c527182338", "links": [{"href": "http://172.30.9.28:8774/flavors/9cbbc756-b738-4f1f-8d03-84c527182338", "rel": "bookmark"}]}, "id": "b0b45be3-9dae-4ac5-8917-42d2cfee29aa", "security_groups": [{"name": "default"}], "user_id": "42c3a9abd8ad4ce8ab2c4cc6e0403c33", "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-09-04T12:30:05Z", "hostId": "ac4312c86b6d8b3ba69b66c09fbaad9c9659999bf89f97c14b4d2a68", "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-09-04T12:30:03Z", "tenant_id": "1e2f68a072b64978bd7ea91c2d64aca6", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 12:30:07,766 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/b0b45be3-9dae-4ac5-8917-42d2cfee29aa used request id req-e05883c2-deff-4630-bb4a-766a05611657 2018-09-04 12:30:10,773 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/b0b45be3-9dae-4ac5-8917-42d2cfee29aa -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4313b5a055e0ef34b8b1ff1c7d6dace727af075d" 2018-09-04 12:30:11,320 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12:30: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-72b560dc-bc06-4936-b118-9267d353a86f x-compute-request-id: req-72b560dc-bc06-4936-b118-9267d353a86f Content-Encoding: gzip Content-Length: 780 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"sdnvpn-2-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c6:34:bd", "version": 4, "addr": "10.10.10.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/b0b45be3-9dae-4ac5-8917-42d2cfee29aa", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/b0b45be3-9dae-4ac5-8917-42d2cfee29aa", "rel": "bookmark"}], "image": {"id": "f271688b-2234-4c7b-9577-4eb3274c658d", "links": [{"href": "http://172.30.9.28:8774/images/f271688b-2234-4c7b-9577-4eb3274c658d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-000000f3", "OS-SRV-USG:launched_at": null, "flavor": {"id": "9cbbc756-b738-4f1f-8d03-84c527182338", "links": [{"href": "http://172.30.9.28:8774/flavors/9cbbc756-b738-4f1f-8d03-84c527182338", "rel": "bookmark"}]}, "id": "b0b45be3-9dae-4ac5-8917-42d2cfee29aa", "security_groups": [{"name": "default"}], "user_id": "42c3a9abd8ad4ce8ab2c4cc6e0403c33", "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-09-04T12:30:05Z", "hostId": "ac4312c86b6d8b3ba69b66c09fbaad9c9659999bf89f97c14b4d2a68", "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-09-04T12:30:03Z", "tenant_id": "1e2f68a072b64978bd7ea91c2d64aca6", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 12:30:11,320 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/b0b45be3-9dae-4ac5-8917-42d2cfee29aa used request id req-72b560dc-bc06-4936-b118-9267d353a86f 2018-09-04 12:30:14,326 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/b0b45be3-9dae-4ac5-8917-42d2cfee29aa -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4313b5a055e0ef34b8b1ff1c7d6dace727af075d" 2018-09-04 12:30:14,934 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12:30: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-abafec23-96b3-4cba-8e76-893250f28e04 x-compute-request-id: req-abafec23-96b3-4cba-8e76-893250f28e04 Content-Encoding: gzip Content-Length: 783 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:c6:34:bd", "version": 4, "addr": "10.10.10.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/b0b45be3-9dae-4ac5-8917-42d2cfee29aa", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/b0b45be3-9dae-4ac5-8917-42d2cfee29aa", "rel": "bookmark"}], "image": {"id": "f271688b-2234-4c7b-9577-4eb3274c658d", "links": [{"href": "http://172.30.9.28:8774/images/f271688b-2234-4c7b-9577-4eb3274c658d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-000000f3", "OS-SRV-USG:launched_at": "2018-09-04T12:30:10.000000", "flavor": {"id": "9cbbc756-b738-4f1f-8d03-84c527182338", "links": [{"href": "http://172.30.9.28:8774/flavors/9cbbc756-b738-4f1f-8d03-84c527182338", "rel": "bookmark"}]}, "id": "b0b45be3-9dae-4ac5-8917-42d2cfee29aa", "security_groups": [{"name": "default"}], "user_id": "42c3a9abd8ad4ce8ab2c4cc6e0403c33", "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-09-04T12:30:10Z", "hostId": "ac4312c86b6d8b3ba69b66c09fbaad9c9659999bf89f97c14b4d2a68", "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-09-04T12:30:03Z", "tenant_id": "1e2f68a072b64978bd7ea91c2d64aca6", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 12:30:14,935 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/b0b45be3-9dae-4ac5-8917-42d2cfee29aa used request id req-abafec23-96b3-4cba-8e76-893250f28e04 2018-09-04 12:30:14,938 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/b0b45be3-9dae-4ac5-8917-42d2cfee29aa -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5fc3496dfed1ec720e604a06e6bff938f7c37d80" 2018-09-04 12:30:15,688 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12:30: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-1c5879a7-7fd2-40c4-ad7e-5a6eca8b8086 x-compute-request-id: req-1c5879a7-7fd2-40c4-ad7e-5a6eca8b8086 Content-Encoding: gzip Content-Length: 783 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:c6:34:bd", "version": 4, "addr": "10.10.10.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/b0b45be3-9dae-4ac5-8917-42d2cfee29aa", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/b0b45be3-9dae-4ac5-8917-42d2cfee29aa", "rel": "bookmark"}], "image": {"id": "f271688b-2234-4c7b-9577-4eb3274c658d", "links": [{"href": "http://172.30.9.28:8774/images/f271688b-2234-4c7b-9577-4eb3274c658d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-000000f3", "OS-SRV-USG:launched_at": "2018-09-04T12:30:10.000000", "flavor": {"id": "9cbbc756-b738-4f1f-8d03-84c527182338", "links": [{"href": "http://172.30.9.28:8774/flavors/9cbbc756-b738-4f1f-8d03-84c527182338", "rel": "bookmark"}]}, "id": "b0b45be3-9dae-4ac5-8917-42d2cfee29aa", "security_groups": [{"name": "default"}], "user_id": "42c3a9abd8ad4ce8ab2c4cc6e0403c33", "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-09-04T12:30:10Z", "hostId": "ac4312c86b6d8b3ba69b66c09fbaad9c9659999bf89f97c14b4d2a68", "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-09-04T12:30:03Z", "tenant_id": "1e2f68a072b64978bd7ea91c2d64aca6", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 12:30:15,688 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/b0b45be3-9dae-4ac5-8917-42d2cfee29aa used request id req-1c5879a7-7fd2-40c4-ad7e-5a6eca8b8086 2018-09-04 12:30:15,689 - sdnvpn_test_utils - DEBUG - Instance 'sdnvpn-2-2' booted successfully. IP='10.10.10.12'. 2018-09-04 12:30:15,689 - sdnvpn_test_utils - DEBUG - Adding 'sdnvpn-2-2' to security group 'sdnvpn-sg'... 2018-09-04 12:30:15,692 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/servers/b0b45be3-9dae-4ac5-8917-42d2cfee29aa/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d53578b6f6b4f0de9fcf619f323a292e65351f5e" -d '{"addSecurityGroup": {"name": "aee4e203-f920-46bb-ac91-6898d944e253"}}' 2018-09-04 12:30:17,059 - novaclient.v2.client - DEBUG - RESP: [202] Date: Tue, 04 Sep 2018 12: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 x-openstack-request-id: req-1132abe1-22c4-40df-bb6d-766da91ef648 x-compute-request-id: req-1132abe1-22c4-40df-bb6d-766da91ef648 Content-Length: 0 Content-Type: application/json 2018-09-04 12:30:17,059 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/b0b45be3-9dae-4ac5-8917-42d2cfee29aa/action used request id req-1132abe1-22c4-40df-bb6d-766da91ef648 2018-09-04 12:30:17,060 - sdnvpn_test_utils - INFO - Creating instance 'sdnvpn-2-4'... 2018-09-04 12:30:17,060 - sdnvpn_test_utils - DEBUG - Configuration: name=sdnvpn-2-4 flavor=m1.tiny image=f271688b-2234-4c7b-9577-4eb3274c658d network=2ad43b05-cc2b-4911-8132-50b80fe9aa26 secgroup=aee4e203-f920-46bb-ac91-6898d944e253 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-09-04 12:30:17,060 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-09-04 12:30:17,061 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-09-04 12:30:17,061 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-09-04 12:30:17,061 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-09-04 12:30:17,061 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-09-04 12:30:17,061 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-09-04 12:30:17,061 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-09-04 12:30:17,061 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-09-04 12:30:17,061 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-09-04 12:30:17,062 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-09-04 12:30:17,062 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-09-04 12:30:17,062 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-09-04 12:30:17,062 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-09-04 12:30:17,062 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-09-04 12:30:17,062 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-09-04 12:30:17,062 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-09-04 12:30:17,062 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-09-04 12:30:17,063 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-09-04 12:30:17,063 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-09-04 12:30:17,063 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-09-04 12:30:17,063 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-09-04 12:30:17,063 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-09-04 12:30:17,063 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-09-04 12:30:17,063 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-09-04 12:30:17,066 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-09-04 12:30:17,066 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-09-04 12:30:17,066 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-09-04 12:30:17,066 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-09-04 12:30:17,066 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-09-04 12:30:17,066 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-09-04 12:30:17,067 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-09-04 12:30:17,067 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-09-04 12:30:17,067 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-09-04 12:30:17,067 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-09-04 12:30:17,067 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-09-04 12:30:17,067 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-09-04 12:30:17,067 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-09-04 12:30:17,067 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-09-04 12:30:17,067 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-09-04 12:30:17,068 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-09-04 12:30:17,068 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-09-04 12:30:17,068 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-09-04 12:30:17,068 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-09-04 12:30:17,068 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-09-04 12:30:17,068 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-09-04 12:30:17,068 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-09-04 12:30:17,068 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-09-04 12:30:17,069 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-09-04 12:30:17,071 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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-09-04 12:30:17,078 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12:30:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cca09cd4-1707-4f14-8c67-13cc106c36db 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.28:5000/v3/", "rel": "self"}]}} 2018-09-04 12:30:17,079 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-cca09cd4-1707-4f14-8c67-13cc106c36db 2018-09-04 12:30:17,079 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-09-04 12:30:17,459 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "3d416247e8224533841040c3ad2bce5a", "name": "admin"}], "expires_at": "2018-09-04T13:30:17.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1e2f68a072b64978bd7ea91c2d64aca6", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v1/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235635a698ef4bef9dc6b25273d185da"}, {"url": "http://192.30.9.6:8776/v1/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "23b07b3fbfc340a58cf0f9b2871a0d23"}, {"url": "http://172.30.9.28:8776/v1/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "72fd0aaa144d45419f4b04b6b26f69a7"}], "type": "volume", "id": "097241c25b4d4f7e91b3f8efa155909e", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v3/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93eb4cf3030a49e7840bec071422d397"}, {"url": "http://192.30.9.6:8776/v3/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8af439a6ac147fdbcb38ed9aa916b68"}, {"url": "http://192.30.9.6:8776/v3/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c4bfdbc9b7c74a23a40afdf578cfeba4"}], "type": "volumev3", "id": "1c85f4682ce44f729db1dabd98e965e8", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "82239574a29d4603a2161006f61851cf"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8d15f7134f364a7bbcfff2f84aac3bf2"}, {"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e01668c43a0c4c279b9a3d20a0280d6c"}], "type": "image", "id": "297d8415ca96454991054983920912f7", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7bb4d60e20734d4a9f31ec75e02cb823"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bf6adec15590466a9a0d3bddb00e8993"}, {"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f096f03a1d12411a8972f6f7c196b60d"}], "type": "policy", "id": "54c64351b56d44bbad74c2969cc3aa00", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "354ae6870a324fab82d0a0fb68ee0f26"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a3807e460dd4af488d982b66c52e64c"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e7c3da785076450abd71868e75ce0c33"}], "type": "cloudformation", "id": "6ac9917ae83c4639a15a4ab3cf0e76dd", "name": "heat-cfn"}, {"endpoints": [], "type": "metering", "id": "7fcc078e5e0645f29df67742ac14e388", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49e71628d386464cb950d6a9db00a328"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75b0a63ed8574bbcab1c851cc9b83d30"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9902b0a8b3c04cd192a1b84c417c232b"}], "type": "key-manager", "id": "9626544a32e74678a641c6e206f028a9", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "497340e5aa36485982fdf297f370558f"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7802beb4fc7c4952897b77bd5610b1fe"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c14af798917f4fa0b146d9772583e595"}], "type": "metric", "id": "973bfe8c658d4e5a8da725e76b9d550e", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "288ecc3674ea41d2aa3b790dcb832bf2"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7a6dc785cd7142f5b30f1a7ba0daeb03"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7f7d34e2351b4964befccc862c4e8e12"}], "type": "network", "id": "a348d7b06050474fb449be7f32ea6f5d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "21bce6ecb8464a1f8f3e3847aa698bd6"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0a8faf2246b47deb30e69e48d3551fb"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e71c6011de3d4d8589e5b53dcc79f288"}], "type": "identity", "id": "ad8d4b4953184137a1b913ecee9434ed", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "13474f9a78ca4f1184e4cddc84d0d98c"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad67365a18234bb78c336e6776958c00"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc54db13337f44f8921fbb9ad0f81de8"}], "type": "alarming", "id": "bb18dc3243034f08a6a7f69f7a1edccf", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0d91d7adf0304b2681c77f979e5cdb17"}, {"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "756e5ffca9774ab3ae2db41bf330417f"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c07c727a08c243b287827f539a124e63"}], "type": "placement", "id": "bb2c9432fcbd4c56913177122468f6ba", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8004/v1/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1eed4912224b48cf9856446eae4d9928"}, {"url": "http://192.30.9.6:8004/v1/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b73b7f99236541148d84f24f09e5dd40"}, {"url": "http://192.30.9.6:8004/v1/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fbf12e52911244fdafc24a9d46f56e62"}], "type": "orchestration", "id": "c8918d139da945ba93df4ccce21d4904", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16bf098b9e2e490f8e47fa601059f975"}, {"url": "http://192.30.9.6:8776/v2/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc16fa4cf491444ca2f611d5692c1170"}, {"url": "http://192.30.9.6:8776/v2/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ccd2c5325dff4b90b391db9fdde67d99"}], "type": "volumev2", "id": "d09ac9123c34494abce21d6c27bee9d9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eac694332354a3aa0e61c31314166d7"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b4d4989c4e764717ab78d38675cadd3f"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff196e46b56d406d87a678f1a64497b0"}], "type": "compute", "id": "d4030ee932c84df58c5b910cc197caa7", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "42c3a9abd8ad4ce8ab2c4cc6e0403c33"}, "audit_ids": ["rGulJg0TT6-IqEBMWARbxw"], "issued_at": "2018-09-04T12:30:17.000000Z"}} 2018-09-04 12:30:17,464 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5b6ee9dabbf3f0b3c0dd26b66efa24758e9b853f" 2018-09-04 12:30:17,579 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12:30: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-2d2b6035-a5d3-4a22-9452-69281c630340 x-compute-request-id: req-2d2b6035-a5d3-4a22-9452-69281c630340 Content-Encoding: gzip Content-Length: 162 Content-Type: application/json RESP BODY: {"flavors": [{"id": "9cbbc756-b738-4f1f-8d03-84c527182338", "links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/9cbbc756-b738-4f1f-8d03-84c527182338", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/9cbbc756-b738-4f1f-8d03-84c527182338", "rel": "bookmark"}], "name": "m1.tiny"}]} 2018-09-04 12:30:17,579 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors used request id req-2d2b6035-a5d3-4a22-9452-69281c630340 2018-09-04 12:30:17,582 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/flavors/9cbbc756-b738-4f1f-8d03-84c527182338 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5b6ee9dabbf3f0b3c0dd26b66efa24758e9b853f" 2018-09-04 12:30:17,603 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12:30: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-1369259b-f9ce-4063-b8a0-a12e9ee10729 x-compute-request-id: req-1369259b-f9ce-4063-b8a0-a12e9ee10729 Content-Encoding: gzip Content-Length: 280 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/9cbbc756-b738-4f1f-8d03-84c527182338", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/9cbbc756-b738-4f1f-8d03-84c527182338", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "9cbbc756-b738-4f1f-8d03-84c527182338", "name": "m1.tiny", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-09-04 12:30:17,603 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors/9cbbc756-b738-4f1f-8d03-84c527182338 used request id req-1369259b-f9ce-4063-b8a0-a12e9ee10729 2018-09-04 12:30:17,606 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5b6ee9dabbf3f0b3c0dd26b66efa24758e9b853f" -d '{"server": {"name": "sdnvpn-2-4", "imageRef": "f271688b-2234-4c7b-9577-4eb3274c658d", "availability_zone": "nova:overcloud-novacompute-0.opnfvlf.org", "flavorRef": "9cbbc756-b738-4f1f-8d03-84c527182338", "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": "2ad43b05-cc2b-4911-8132-50b80fe9aa26"}], "config_drive": true}}' 2018-09-04 12:30:20,232 - novaclient.v2.client - DEBUG - RESP: [202] Date: Tue, 04 Sep 2018 12:30: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-d1b7ea13-9f60-420b-bbfd-d39d32446bb9 x-compute-request-id: req-d1b7ea13-9f60-420b-bbfd-d39d32446bb9 Content-Length: 374 location: http://172.30.9.28:8774/v2.1/servers/e034e08b-88c9-4923-bc30-9cd60c7b3a75 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "e034e08b-88c9-4923-bc30-9cd60c7b3a75", "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/e034e08b-88c9-4923-bc30-9cd60c7b3a75", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/e034e08b-88c9-4923-bc30-9cd60c7b3a75", "rel": "bookmark"}], "adminPass": "cHe7NE67rcdR"}} 2018-09-04 12:30:20,232 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers used request id req-d1b7ea13-9f60-420b-bbfd-d39d32446bb9 2018-09-04 12:30:20,233 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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-09-04 12:30:20,240 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12:30:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-80169a48-482e-413b-b563-85b6442d49fc 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.28:5000/v3/", "rel": "self"}]}} 2018-09-04 12:30:20,241 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-80169a48-482e-413b-b563-85b6442d49fc 2018-09-04 12:30:20,241 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-09-04 12:30:20,616 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "3d416247e8224533841040c3ad2bce5a", "name": "admin"}], "expires_at": "2018-09-04T13:30:20.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1e2f68a072b64978bd7ea91c2d64aca6", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v1/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235635a698ef4bef9dc6b25273d185da"}, {"url": "http://192.30.9.6:8776/v1/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "23b07b3fbfc340a58cf0f9b2871a0d23"}, {"url": "http://172.30.9.28:8776/v1/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "72fd0aaa144d45419f4b04b6b26f69a7"}], "type": "volume", "id": "097241c25b4d4f7e91b3f8efa155909e", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v3/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93eb4cf3030a49e7840bec071422d397"}, {"url": "http://192.30.9.6:8776/v3/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8af439a6ac147fdbcb38ed9aa916b68"}, {"url": "http://192.30.9.6:8776/v3/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c4bfdbc9b7c74a23a40afdf578cfeba4"}], "type": "volumev3", "id": "1c85f4682ce44f729db1dabd98e965e8", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "82239574a29d4603a2161006f61851cf"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8d15f7134f364a7bbcfff2f84aac3bf2"}, {"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e01668c43a0c4c279b9a3d20a0280d6c"}], "type": "image", "id": "297d8415ca96454991054983920912f7", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7bb4d60e20734d4a9f31ec75e02cb823"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bf6adec15590466a9a0d3bddb00e8993"}, {"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f096f03a1d12411a8972f6f7c196b60d"}], "type": "policy", "id": "54c64351b56d44bbad74c2969cc3aa00", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "354ae6870a324fab82d0a0fb68ee0f26"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a3807e460dd4af488d982b66c52e64c"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e7c3da785076450abd71868e75ce0c33"}], "type": "cloudformation", "id": "6ac9917ae83c4639a15a4ab3cf0e76dd", "name": "heat-cfn"}, {"endpoints": [], "type": "metering", "id": "7fcc078e5e0645f29df67742ac14e388", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49e71628d386464cb950d6a9db00a328"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75b0a63ed8574bbcab1c851cc9b83d30"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9902b0a8b3c04cd192a1b84c417c232b"}], "type": "key-manager", "id": "9626544a32e74678a641c6e206f028a9", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "497340e5aa36485982fdf297f370558f"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7802beb4fc7c4952897b77bd5610b1fe"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c14af798917f4fa0b146d9772583e595"}], "type": "metric", "id": "973bfe8c658d4e5a8da725e76b9d550e", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "288ecc3674ea41d2aa3b790dcb832bf2"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7a6dc785cd7142f5b30f1a7ba0daeb03"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7f7d34e2351b4964befccc862c4e8e12"}], "type": "network", "id": "a348d7b06050474fb449be7f32ea6f5d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "21bce6ecb8464a1f8f3e3847aa698bd6"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0a8faf2246b47deb30e69e48d3551fb"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e71c6011de3d4d8589e5b53dcc79f288"}], "type": "identity", "id": "ad8d4b4953184137a1b913ecee9434ed", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "13474f9a78ca4f1184e4cddc84d0d98c"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad67365a18234bb78c336e6776958c00"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc54db13337f44f8921fbb9ad0f81de8"}], "type": "alarming", "id": "bb18dc3243034f08a6a7f69f7a1edccf", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0d91d7adf0304b2681c77f979e5cdb17"}, {"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "756e5ffca9774ab3ae2db41bf330417f"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c07c727a08c243b287827f539a124e63"}], "type": "placement", "id": "bb2c9432fcbd4c56913177122468f6ba", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8004/v1/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1eed4912224b48cf9856446eae4d9928"}, {"url": "http://192.30.9.6:8004/v1/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b73b7f99236541148d84f24f09e5dd40"}, {"url": "http://192.30.9.6:8004/v1/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fbf12e52911244fdafc24a9d46f56e62"}], "type": "orchestration", "id": "c8918d139da945ba93df4ccce21d4904", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16bf098b9e2e490f8e47fa601059f975"}, {"url": "http://192.30.9.6:8776/v2/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc16fa4cf491444ca2f611d5692c1170"}, {"url": "http://192.30.9.6:8776/v2/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ccd2c5325dff4b90b391db9fdde67d99"}], "type": "volumev2", "id": "d09ac9123c34494abce21d6c27bee9d9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eac694332354a3aa0e61c31314166d7"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b4d4989c4e764717ab78d38675cadd3f"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff196e46b56d406d87a678f1a64497b0"}], "type": "compute", "id": "d4030ee932c84df58c5b910cc197caa7", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "42c3a9abd8ad4ce8ab2c4cc6e0403c33"}, "audit_ids": ["yAT4bAgBSEiinvIntkNSmw"], "issued_at": "2018-09-04T12:30:20.000000Z"}} 2018-09-04 12:30:20,619 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/e034e08b-88c9-4923-bc30-9cd60c7b3a75 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6eb42beafb0bd0f34643d137edec5c0da2b0a55b" 2018-09-04 12:30:21,117 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12:30: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-601953bb-4f32-477e-9b32-d9d3dade39eb x-compute-request-id: req-601953bb-4f32-477e-9b32-d9d3dade39eb 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.28:8774/v2.1/servers/e034e08b-88c9-4923-bc30-9cd60c7b3a75", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/e034e08b-88c9-4923-bc30-9cd60c7b3a75", "rel": "bookmark"}], "image": {"id": "f271688b-2234-4c7b-9577-4eb3274c658d", "links": [{"href": "http://172.30.9.28:8774/images/f271688b-2234-4c7b-9577-4eb3274c658d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "9cbbc756-b738-4f1f-8d03-84c527182338", "links": [{"href": "http://172.30.9.28:8774/flavors/9cbbc756-b738-4f1f-8d03-84c527182338", "rel": "bookmark"}]}, "id": "e034e08b-88c9-4923-bc30-9cd60c7b3a75", "user_id": "42c3a9abd8ad4ce8ab2c4cc6e0403c33", "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-09-04T12:30: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-2-4", "created": "2018-09-04T12:30:20Z", "tenant_id": "1e2f68a072b64978bd7ea91c2d64aca6", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 12:30:21,117 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/e034e08b-88c9-4923-bc30-9cd60c7b3a75 used request id req-601953bb-4f32-477e-9b32-d9d3dade39eb 2018-09-04 12:30:24,124 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/e034e08b-88c9-4923-bc30-9cd60c7b3a75 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6eb42beafb0bd0f34643d137edec5c0da2b0a55b" 2018-09-04 12:30:24,881 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12:30: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-346111f0-4156-4a94-912a-853728f6723c x-compute-request-id: req-346111f0-4156-4a94-912a-853728f6723c 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.28:8774/v2.1/servers/e034e08b-88c9-4923-bc30-9cd60c7b3a75", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/e034e08b-88c9-4923-bc30-9cd60c7b3a75", "rel": "bookmark"}], "image": {"id": "f271688b-2234-4c7b-9577-4eb3274c658d", "links": [{"href": "http://172.30.9.28:8774/images/f271688b-2234-4c7b-9577-4eb3274c658d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-000000f6", "OS-SRV-USG:launched_at": null, "flavor": {"id": "9cbbc756-b738-4f1f-8d03-84c527182338", "links": [{"href": "http://172.30.9.28:8774/flavors/9cbbc756-b738-4f1f-8d03-84c527182338", "rel": "bookmark"}]}, "id": "e034e08b-88c9-4923-bc30-9cd60c7b3a75", "security_groups": [{"name": "default"}], "user_id": "42c3a9abd8ad4ce8ab2c4cc6e0403c33", "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-09-04T12:30:22Z", "hostId": "ac4312c86b6d8b3ba69b66c09fbaad9c9659999bf89f97c14b4d2a68", "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-09-04T12:30:20Z", "tenant_id": "1e2f68a072b64978bd7ea91c2d64aca6", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 12:30:24,881 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/e034e08b-88c9-4923-bc30-9cd60c7b3a75 used request id req-346111f0-4156-4a94-912a-853728f6723c 2018-09-04 12:30:27,888 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/e034e08b-88c9-4923-bc30-9cd60c7b3a75 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6eb42beafb0bd0f34643d137edec5c0da2b0a55b" 2018-09-04 12:30:28,474 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12: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-65b39698-c599-49de-8e1a-77b08d457d7c x-compute-request-id: req-65b39698-c599-49de-8e1a-77b08d457d7c Content-Encoding: gzip Content-Length: 779 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:85:f7:0c", "version": 4, "addr": "10.10.10.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/e034e08b-88c9-4923-bc30-9cd60c7b3a75", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/e034e08b-88c9-4923-bc30-9cd60c7b3a75", "rel": "bookmark"}], "image": {"id": "f271688b-2234-4c7b-9577-4eb3274c658d", "links": [{"href": "http://172.30.9.28:8774/images/f271688b-2234-4c7b-9577-4eb3274c658d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-000000f6", "OS-SRV-USG:launched_at": "2018-09-04T12:30:25.000000", "flavor": {"id": "9cbbc756-b738-4f1f-8d03-84c527182338", "links": [{"href": "http://172.30.9.28:8774/flavors/9cbbc756-b738-4f1f-8d03-84c527182338", "rel": "bookmark"}]}, "id": "e034e08b-88c9-4923-bc30-9cd60c7b3a75", "security_groups": [{"name": "default"}], "user_id": "42c3a9abd8ad4ce8ab2c4cc6e0403c33", "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-09-04T12:30:25Z", "hostId": "ac4312c86b6d8b3ba69b66c09fbaad9c9659999bf89f97c14b4d2a68", "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-09-04T12:30:20Z", "tenant_id": "1e2f68a072b64978bd7ea91c2d64aca6", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 12:30:28,474 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/e034e08b-88c9-4923-bc30-9cd60c7b3a75 used request id req-65b39698-c599-49de-8e1a-77b08d457d7c 2018-09-04 12:30:28,477 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/e034e08b-88c9-4923-bc30-9cd60c7b3a75 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5b6ee9dabbf3f0b3c0dd26b66efa24758e9b853f" 2018-09-04 12:30:28,899 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12:30: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-21b06bb5-bf24-406e-8210-5afeefb27e6e x-compute-request-id: req-21b06bb5-bf24-406e-8210-5afeefb27e6e Content-Encoding: gzip Content-Length: 779 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:85:f7:0c", "version": 4, "addr": "10.10.10.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/e034e08b-88c9-4923-bc30-9cd60c7b3a75", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/e034e08b-88c9-4923-bc30-9cd60c7b3a75", "rel": "bookmark"}], "image": {"id": "f271688b-2234-4c7b-9577-4eb3274c658d", "links": [{"href": "http://172.30.9.28:8774/images/f271688b-2234-4c7b-9577-4eb3274c658d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-000000f6", "OS-SRV-USG:launched_at": "2018-09-04T12:30:25.000000", "flavor": {"id": "9cbbc756-b738-4f1f-8d03-84c527182338", "links": [{"href": "http://172.30.9.28:8774/flavors/9cbbc756-b738-4f1f-8d03-84c527182338", "rel": "bookmark"}]}, "id": "e034e08b-88c9-4923-bc30-9cd60c7b3a75", "security_groups": [{"name": "default"}], "user_id": "42c3a9abd8ad4ce8ab2c4cc6e0403c33", "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-09-04T12:30:25Z", "hostId": "ac4312c86b6d8b3ba69b66c09fbaad9c9659999bf89f97c14b4d2a68", "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-09-04T12:30:20Z", "tenant_id": "1e2f68a072b64978bd7ea91c2d64aca6", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 12:30:28,900 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/e034e08b-88c9-4923-bc30-9cd60c7b3a75 used request id req-21b06bb5-bf24-406e-8210-5afeefb27e6e 2018-09-04 12:30:28,900 - sdnvpn_test_utils - DEBUG - Instance 'sdnvpn-2-4' booted successfully. IP='10.10.10.12'. 2018-09-04 12:30:28,900 - sdnvpn_test_utils - DEBUG - Adding 'sdnvpn-2-4' to security group 'sdnvpn-sg'... 2018-09-04 12:30:28,903 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/servers/e034e08b-88c9-4923-bc30-9cd60c7b3a75/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d53578b6f6b4f0de9fcf619f323a292e65351f5e" -d '{"addSecurityGroup": {"name": "aee4e203-f920-46bb-ac91-6898d944e253"}}' 2018-09-04 12:30:30,008 - novaclient.v2.client - DEBUG - RESP: [202] Date: Tue, 04 Sep 2018 12:30: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-525f0074-a6e4-407a-9412-8e7f1354b0a5 x-compute-request-id: req-525f0074-a6e4-407a-9412-8e7f1354b0a5 Content-Length: 0 Content-Type: application/json 2018-09-04 12:30:30,008 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/e034e08b-88c9-4923-bc30-9cd60c7b3a75/action used request id req-525f0074-a6e4-407a-9412-8e7f1354b0a5 2018-09-04 12:30:30,009 - sdnvpn_test_utils - INFO - Creating instance 'sdnvpn-2-1'... 2018-09-04 12:30:30,009 - sdnvpn_test_utils - DEBUG - Configuration: name=sdnvpn-2-1 flavor=m1.tiny image=f271688b-2234-4c7b-9577-4eb3274c658d network=2d4cdaea-716a-4a81-b238-6fe1b44624bf secgroup=aee4e203-f920-46bb-ac91-6898d944e253 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-09-04 12:30:30,009 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-09-04 12:30:30,009 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-09-04 12:30:30,009 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-09-04 12:30:30,010 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-09-04 12:30:30,010 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-09-04 12:30:30,010 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-09-04 12:30:30,010 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-09-04 12:30:30,011 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-09-04 12:30:30,011 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-09-04 12:30:30,011 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-09-04 12:30:30,011 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-09-04 12:30:30,011 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-09-04 12:30:30,011 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-09-04 12:30:30,011 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-09-04 12:30:30,011 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-09-04 12:30:30,012 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-09-04 12:30:30,012 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-09-04 12:30:30,012 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-09-04 12:30:30,012 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-09-04 12:30:30,012 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-09-04 12:30:30,012 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-09-04 12:30:30,012 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-09-04 12:30:30,012 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-09-04 12:30:30,013 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-09-04 12:30:30,015 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-09-04 12:30:30,015 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-09-04 12:30:30,015 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-09-04 12:30:30,015 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-09-04 12:30:30,015 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-09-04 12:30:30,015 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-09-04 12:30:30,015 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-09-04 12:30:30,015 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-09-04 12:30:30,016 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-09-04 12:30:30,016 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-09-04 12:30:30,016 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-09-04 12:30:30,016 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-09-04 12:30:30,016 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-09-04 12:30:30,016 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-09-04 12:30:30,016 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-09-04 12:30:30,016 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-09-04 12:30:30,016 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-09-04 12:30:30,017 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-09-04 12:30:30,017 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-09-04 12:30:30,017 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-09-04 12:30:30,017 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-09-04 12:30:30,017 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-09-04 12:30:30,017 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-09-04 12:30:30,017 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-09-04 12:30:30,020 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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-09-04 12:30:30,027 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12:30:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-704a8891-afe3-4cf2-addb-7e4dca0176ff 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.28:5000/v3/", "rel": "self"}]}} 2018-09-04 12:30:30,027 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-704a8891-afe3-4cf2-addb-7e4dca0176ff 2018-09-04 12:30:30,028 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-09-04 12:30:30,406 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "3d416247e8224533841040c3ad2bce5a", "name": "admin"}], "expires_at": "2018-09-04T13:30:30.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1e2f68a072b64978bd7ea91c2d64aca6", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v1/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235635a698ef4bef9dc6b25273d185da"}, {"url": "http://192.30.9.6:8776/v1/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "23b07b3fbfc340a58cf0f9b2871a0d23"}, {"url": "http://172.30.9.28:8776/v1/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "72fd0aaa144d45419f4b04b6b26f69a7"}], "type": "volume", "id": "097241c25b4d4f7e91b3f8efa155909e", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v3/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93eb4cf3030a49e7840bec071422d397"}, {"url": "http://192.30.9.6:8776/v3/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8af439a6ac147fdbcb38ed9aa916b68"}, {"url": "http://192.30.9.6:8776/v3/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c4bfdbc9b7c74a23a40afdf578cfeba4"}], "type": "volumev3", "id": "1c85f4682ce44f729db1dabd98e965e8", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "82239574a29d4603a2161006f61851cf"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8d15f7134f364a7bbcfff2f84aac3bf2"}, {"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e01668c43a0c4c279b9a3d20a0280d6c"}], "type": "image", "id": "297d8415ca96454991054983920912f7", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7bb4d60e20734d4a9f31ec75e02cb823"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bf6adec15590466a9a0d3bddb00e8993"}, {"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f096f03a1d12411a8972f6f7c196b60d"}], "type": "policy", "id": "54c64351b56d44bbad74c2969cc3aa00", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "354ae6870a324fab82d0a0fb68ee0f26"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a3807e460dd4af488d982b66c52e64c"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e7c3da785076450abd71868e75ce0c33"}], "type": "cloudformation", "id": "6ac9917ae83c4639a15a4ab3cf0e76dd", "name": "heat-cfn"}, {"endpoints": [], "type": "metering", "id": "7fcc078e5e0645f29df67742ac14e388", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49e71628d386464cb950d6a9db00a328"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75b0a63ed8574bbcab1c851cc9b83d30"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9902b0a8b3c04cd192a1b84c417c232b"}], "type": "key-manager", "id": "9626544a32e74678a641c6e206f028a9", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "497340e5aa36485982fdf297f370558f"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7802beb4fc7c4952897b77bd5610b1fe"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c14af798917f4fa0b146d9772583e595"}], "type": "metric", "id": "973bfe8c658d4e5a8da725e76b9d550e", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "288ecc3674ea41d2aa3b790dcb832bf2"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7a6dc785cd7142f5b30f1a7ba0daeb03"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7f7d34e2351b4964befccc862c4e8e12"}], "type": "network", "id": "a348d7b06050474fb449be7f32ea6f5d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "21bce6ecb8464a1f8f3e3847aa698bd6"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0a8faf2246b47deb30e69e48d3551fb"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e71c6011de3d4d8589e5b53dcc79f288"}], "type": "identity", "id": "ad8d4b4953184137a1b913ecee9434ed", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "13474f9a78ca4f1184e4cddc84d0d98c"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad67365a18234bb78c336e6776958c00"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc54db13337f44f8921fbb9ad0f81de8"}], "type": "alarming", "id": "bb18dc3243034f08a6a7f69f7a1edccf", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0d91d7adf0304b2681c77f979e5cdb17"}, {"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "756e5ffca9774ab3ae2db41bf330417f"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c07c727a08c243b287827f539a124e63"}], "type": "placement", "id": "bb2c9432fcbd4c56913177122468f6ba", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8004/v1/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1eed4912224b48cf9856446eae4d9928"}, {"url": "http://192.30.9.6:8004/v1/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b73b7f99236541148d84f24f09e5dd40"}, {"url": "http://192.30.9.6:8004/v1/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fbf12e52911244fdafc24a9d46f56e62"}], "type": "orchestration", "id": "c8918d139da945ba93df4ccce21d4904", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16bf098b9e2e490f8e47fa601059f975"}, {"url": "http://192.30.9.6:8776/v2/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc16fa4cf491444ca2f611d5692c1170"}, {"url": "http://192.30.9.6:8776/v2/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ccd2c5325dff4b90b391db9fdde67d99"}], "type": "volumev2", "id": "d09ac9123c34494abce21d6c27bee9d9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eac694332354a3aa0e61c31314166d7"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b4d4989c4e764717ab78d38675cadd3f"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff196e46b56d406d87a678f1a64497b0"}], "type": "compute", "id": "d4030ee932c84df58c5b910cc197caa7", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "42c3a9abd8ad4ce8ab2c4cc6e0403c33"}, "audit_ids": ["TJSEeGOdRkaII2T-bEWvDA"], "issued_at": "2018-09-04T12:30:30.000000Z"}} 2018-09-04 12:30:30,409 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2214fdfe23c5c8169776c6a94141fba7cd526aef" 2018-09-04 12:30:30,965 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12: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-6a1485b1-f683-404b-a2ef-4dc47fea1cc0 x-compute-request-id: req-6a1485b1-f683-404b-a2ef-4dc47fea1cc0 Content-Encoding: gzip Content-Length: 162 Content-Type: application/json RESP BODY: {"flavors": [{"id": "9cbbc756-b738-4f1f-8d03-84c527182338", "links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/9cbbc756-b738-4f1f-8d03-84c527182338", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/9cbbc756-b738-4f1f-8d03-84c527182338", "rel": "bookmark"}], "name": "m1.tiny"}]} 2018-09-04 12:30:30,965 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors used request id req-6a1485b1-f683-404b-a2ef-4dc47fea1cc0 2018-09-04 12:30:30,969 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/flavors/9cbbc756-b738-4f1f-8d03-84c527182338 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2214fdfe23c5c8169776c6a94141fba7cd526aef" 2018-09-04 12:30:30,988 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12: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-94224157-8245-4337-8f5d-6af20da15ef5 x-compute-request-id: req-94224157-8245-4337-8f5d-6af20da15ef5 Content-Encoding: gzip Content-Length: 280 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/9cbbc756-b738-4f1f-8d03-84c527182338", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/9cbbc756-b738-4f1f-8d03-84c527182338", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "9cbbc756-b738-4f1f-8d03-84c527182338", "name": "m1.tiny", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-09-04 12:30:30,988 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors/9cbbc756-b738-4f1f-8d03-84c527182338 used request id req-94224157-8245-4337-8f5d-6af20da15ef5 2018-09-04 12:30:30,991 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2214fdfe23c5c8169776c6a94141fba7cd526aef" -d '{"server": {"name": "sdnvpn-2-1", "imageRef": "f271688b-2234-4c7b-9577-4eb3274c658d", "availability_zone": "nova:overcloud-novacompute-0.opnfvlf.org", "flavorRef": "9cbbc756-b738-4f1f-8d03-84c527182338", "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": "2d4cdaea-716a-4a81-b238-6fe1b44624bf"}], "config_drive": true}}' 2018-09-04 12:30:33,006 - novaclient.v2.client - DEBUG - RESP: [202] Date: Tue, 04 Sep 2018 12:30: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-35ceba68-38f5-4bad-adda-57db349d62de x-compute-request-id: req-35ceba68-38f5-4bad-adda-57db349d62de Content-Length: 374 location: http://172.30.9.28:8774/v2.1/servers/d6f7ffd8-57d5-4112-8185-22e0bdd64861 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "d6f7ffd8-57d5-4112-8185-22e0bdd64861", "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/d6f7ffd8-57d5-4112-8185-22e0bdd64861", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/d6f7ffd8-57d5-4112-8185-22e0bdd64861", "rel": "bookmark"}], "adminPass": "kAaBpX4dnsLZ"}} 2018-09-04 12:30:33,006 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers used request id req-35ceba68-38f5-4bad-adda-57db349d62de 2018-09-04 12:30:33,007 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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-09-04 12:30:33,014 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12:30:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-71adc6fe-21ab-4967-90b6-4e7d19a807f8 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.28:5000/v3/", "rel": "self"}]}} 2018-09-04 12:30:33,015 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-71adc6fe-21ab-4967-90b6-4e7d19a807f8 2018-09-04 12:30:33,015 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-09-04 12:30:33,386 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "3d416247e8224533841040c3ad2bce5a", "name": "admin"}], "expires_at": "2018-09-04T13:30:33.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1e2f68a072b64978bd7ea91c2d64aca6", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v1/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235635a698ef4bef9dc6b25273d185da"}, {"url": "http://192.30.9.6:8776/v1/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "23b07b3fbfc340a58cf0f9b2871a0d23"}, {"url": "http://172.30.9.28:8776/v1/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "72fd0aaa144d45419f4b04b6b26f69a7"}], "type": "volume", "id": "097241c25b4d4f7e91b3f8efa155909e", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v3/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93eb4cf3030a49e7840bec071422d397"}, {"url": "http://192.30.9.6:8776/v3/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8af439a6ac147fdbcb38ed9aa916b68"}, {"url": "http://192.30.9.6:8776/v3/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c4bfdbc9b7c74a23a40afdf578cfeba4"}], "type": "volumev3", "id": "1c85f4682ce44f729db1dabd98e965e8", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "82239574a29d4603a2161006f61851cf"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8d15f7134f364a7bbcfff2f84aac3bf2"}, {"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e01668c43a0c4c279b9a3d20a0280d6c"}], "type": "image", "id": "297d8415ca96454991054983920912f7", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7bb4d60e20734d4a9f31ec75e02cb823"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bf6adec15590466a9a0d3bddb00e8993"}, {"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f096f03a1d12411a8972f6f7c196b60d"}], "type": "policy", "id": "54c64351b56d44bbad74c2969cc3aa00", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "354ae6870a324fab82d0a0fb68ee0f26"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a3807e460dd4af488d982b66c52e64c"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e7c3da785076450abd71868e75ce0c33"}], "type": "cloudformation", "id": "6ac9917ae83c4639a15a4ab3cf0e76dd", "name": "heat-cfn"}, {"endpoints": [], "type": "metering", "id": "7fcc078e5e0645f29df67742ac14e388", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49e71628d386464cb950d6a9db00a328"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75b0a63ed8574bbcab1c851cc9b83d30"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9902b0a8b3c04cd192a1b84c417c232b"}], "type": "key-manager", "id": "9626544a32e74678a641c6e206f028a9", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "497340e5aa36485982fdf297f370558f"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7802beb4fc7c4952897b77bd5610b1fe"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c14af798917f4fa0b146d9772583e595"}], "type": "metric", "id": "973bfe8c658d4e5a8da725e76b9d550e", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "288ecc3674ea41d2aa3b790dcb832bf2"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7a6dc785cd7142f5b30f1a7ba0daeb03"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7f7d34e2351b4964befccc862c4e8e12"}], "type": "network", "id": "a348d7b06050474fb449be7f32ea6f5d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "21bce6ecb8464a1f8f3e3847aa698bd6"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0a8faf2246b47deb30e69e48d3551fb"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e71c6011de3d4d8589e5b53dcc79f288"}], "type": "identity", "id": "ad8d4b4953184137a1b913ecee9434ed", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "13474f9a78ca4f1184e4cddc84d0d98c"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad67365a18234bb78c336e6776958c00"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc54db13337f44f8921fbb9ad0f81de8"}], "type": "alarming", "id": "bb18dc3243034f08a6a7f69f7a1edccf", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0d91d7adf0304b2681c77f979e5cdb17"}, {"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "756e5ffca9774ab3ae2db41bf330417f"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c07c727a08c243b287827f539a124e63"}], "type": "placement", "id": "bb2c9432fcbd4c56913177122468f6ba", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8004/v1/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1eed4912224b48cf9856446eae4d9928"}, {"url": "http://192.30.9.6:8004/v1/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b73b7f99236541148d84f24f09e5dd40"}, {"url": "http://192.30.9.6:8004/v1/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fbf12e52911244fdafc24a9d46f56e62"}], "type": "orchestration", "id": "c8918d139da945ba93df4ccce21d4904", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16bf098b9e2e490f8e47fa601059f975"}, {"url": "http://192.30.9.6:8776/v2/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc16fa4cf491444ca2f611d5692c1170"}, {"url": "http://192.30.9.6:8776/v2/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ccd2c5325dff4b90b391db9fdde67d99"}], "type": "volumev2", "id": "d09ac9123c34494abce21d6c27bee9d9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eac694332354a3aa0e61c31314166d7"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b4d4989c4e764717ab78d38675cadd3f"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff196e46b56d406d87a678f1a64497b0"}], "type": "compute", "id": "d4030ee932c84df58c5b910cc197caa7", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "42c3a9abd8ad4ce8ab2c4cc6e0403c33"}, "audit_ids": ["AKHbFu__S8mNcPITlwsPIA"], "issued_at": "2018-09-04T12:30:33.000000Z"}} 2018-09-04 12:30:33,389 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/d6f7ffd8-57d5-4112-8185-22e0bdd64861 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5fcaf6ab066da0532c74b3a908f05f3c52ae77ac" 2018-09-04 12:30:33,881 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12:30: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-b3c41239-7e00-4944-8b4e-69df084a4d23 x-compute-request-id: req-b3c41239-7e00-4944-8b4e-69df084a4d23 Content-Encoding: gzip Content-Length: 687 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/d6f7ffd8-57d5-4112-8185-22e0bdd64861", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/d6f7ffd8-57d5-4112-8185-22e0bdd64861", "rel": "bookmark"}], "image": {"id": "f271688b-2234-4c7b-9577-4eb3274c658d", "links": [{"href": "http://172.30.9.28:8774/images/f271688b-2234-4c7b-9577-4eb3274c658d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-000000f9", "OS-SRV-USG:launched_at": null, "flavor": {"id": "9cbbc756-b738-4f1f-8d03-84c527182338", "links": [{"href": "http://172.30.9.28:8774/flavors/9cbbc756-b738-4f1f-8d03-84c527182338", "rel": "bookmark"}]}, "id": "d6f7ffd8-57d5-4112-8185-22e0bdd64861", "user_id": "42c3a9abd8ad4ce8ab2c4cc6e0403c33", "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-09-04T12:30:33Z", "hostId": "ac4312c86b6d8b3ba69b66c09fbaad9c9659999bf89f97c14b4d2a68", "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-09-04T12:30:32Z", "tenant_id": "1e2f68a072b64978bd7ea91c2d64aca6", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 12:30:33,882 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/d6f7ffd8-57d5-4112-8185-22e0bdd64861 used request id req-b3c41239-7e00-4944-8b4e-69df084a4d23 2018-09-04 12:30:36,888 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/d6f7ffd8-57d5-4112-8185-22e0bdd64861 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5fcaf6ab066da0532c74b3a908f05f3c52ae77ac" 2018-09-04 12:30:37,636 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12:30: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-ce39e3eb-8c4a-4d23-851b-99f73c65e0ec x-compute-request-id: req-ce39e3eb-8c4a-4d23-851b-99f73c65e0ec Content-Encoding: gzip Content-Length: 779 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"sdnvpn-2-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:10:e8:bf", "version": 4, "addr": "10.10.10.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/d6f7ffd8-57d5-4112-8185-22e0bdd64861", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/d6f7ffd8-57d5-4112-8185-22e0bdd64861", "rel": "bookmark"}], "image": {"id": "f271688b-2234-4c7b-9577-4eb3274c658d", "links": [{"href": "http://172.30.9.28:8774/images/f271688b-2234-4c7b-9577-4eb3274c658d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-000000f9", "OS-SRV-USG:launched_at": null, "flavor": {"id": "9cbbc756-b738-4f1f-8d03-84c527182338", "links": [{"href": "http://172.30.9.28:8774/flavors/9cbbc756-b738-4f1f-8d03-84c527182338", "rel": "bookmark"}]}, "id": "d6f7ffd8-57d5-4112-8185-22e0bdd64861", "security_groups": [{"name": "default"}], "user_id": "42c3a9abd8ad4ce8ab2c4cc6e0403c33", "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-09-04T12:30:34Z", "hostId": "ac4312c86b6d8b3ba69b66c09fbaad9c9659999bf89f97c14b4d2a68", "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-09-04T12:30:32Z", "tenant_id": "1e2f68a072b64978bd7ea91c2d64aca6", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 12:30:37,636 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/d6f7ffd8-57d5-4112-8185-22e0bdd64861 used request id req-ce39e3eb-8c4a-4d23-851b-99f73c65e0ec 2018-09-04 12:30:40,642 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/d6f7ffd8-57d5-4112-8185-22e0bdd64861 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5fcaf6ab066da0532c74b3a908f05f3c52ae77ac" 2018-09-04 12:30:41,794 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12:30: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-d43d675d-6bd8-4e44-88a4-d68ae05444f5 x-compute-request-id: req-d43d675d-6bd8-4e44-88a4-d68ae05444f5 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:10:e8:bf", "version": 4, "addr": "10.10.10.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/d6f7ffd8-57d5-4112-8185-22e0bdd64861", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/d6f7ffd8-57d5-4112-8185-22e0bdd64861", "rel": "bookmark"}], "image": {"id": "f271688b-2234-4c7b-9577-4eb3274c658d", "links": [{"href": "http://172.30.9.28:8774/images/f271688b-2234-4c7b-9577-4eb3274c658d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-000000f9", "OS-SRV-USG:launched_at": "2018-09-04T12:30:37.000000", "flavor": {"id": "9cbbc756-b738-4f1f-8d03-84c527182338", "links": [{"href": "http://172.30.9.28:8774/flavors/9cbbc756-b738-4f1f-8d03-84c527182338", "rel": "bookmark"}]}, "id": "d6f7ffd8-57d5-4112-8185-22e0bdd64861", "security_groups": [{"name": "default"}], "user_id": "42c3a9abd8ad4ce8ab2c4cc6e0403c33", "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-09-04T12:30:38Z", "hostId": "ac4312c86b6d8b3ba69b66c09fbaad9c9659999bf89f97c14b4d2a68", "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-09-04T12:30:32Z", "tenant_id": "1e2f68a072b64978bd7ea91c2d64aca6", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 12:30:41,794 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/d6f7ffd8-57d5-4112-8185-22e0bdd64861 used request id req-d43d675d-6bd8-4e44-88a4-d68ae05444f5 2018-09-04 12:30:41,797 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/d6f7ffd8-57d5-4112-8185-22e0bdd64861 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2214fdfe23c5c8169776c6a94141fba7cd526aef" 2018-09-04 12:30:42,394 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12: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-440d5847-6b86-4a31-b2c4-14e76e4c0dd7 x-compute-request-id: req-440d5847-6b86-4a31-b2c4-14e76e4c0dd7 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:10:e8:bf", "version": 4, "addr": "10.10.10.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/d6f7ffd8-57d5-4112-8185-22e0bdd64861", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/d6f7ffd8-57d5-4112-8185-22e0bdd64861", "rel": "bookmark"}], "image": {"id": "f271688b-2234-4c7b-9577-4eb3274c658d", "links": [{"href": "http://172.30.9.28:8774/images/f271688b-2234-4c7b-9577-4eb3274c658d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-000000f9", "OS-SRV-USG:launched_at": "2018-09-04T12:30:37.000000", "flavor": {"id": "9cbbc756-b738-4f1f-8d03-84c527182338", "links": [{"href": "http://172.30.9.28:8774/flavors/9cbbc756-b738-4f1f-8d03-84c527182338", "rel": "bookmark"}]}, "id": "d6f7ffd8-57d5-4112-8185-22e0bdd64861", "security_groups": [{"name": "default"}], "user_id": "42c3a9abd8ad4ce8ab2c4cc6e0403c33", "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-09-04T12:30:38Z", "hostId": "ac4312c86b6d8b3ba69b66c09fbaad9c9659999bf89f97c14b4d2a68", "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-09-04T12:30:32Z", "tenant_id": "1e2f68a072b64978bd7ea91c2d64aca6", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 12:30:42,395 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/d6f7ffd8-57d5-4112-8185-22e0bdd64861 used request id req-440d5847-6b86-4a31-b2c4-14e76e4c0dd7 2018-09-04 12:30:42,395 - sdnvpn_test_utils - DEBUG - Instance 'sdnvpn-2-1' booted successfully. IP='10.10.10.11'. 2018-09-04 12:30:42,395 - sdnvpn_test_utils - DEBUG - Adding 'sdnvpn-2-1' to security group 'sdnvpn-sg'... 2018-09-04 12:30:42,398 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/servers/d6f7ffd8-57d5-4112-8185-22e0bdd64861/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d53578b6f6b4f0de9fcf619f323a292e65351f5e" -d '{"addSecurityGroup": {"name": "aee4e203-f920-46bb-ac91-6898d944e253"}}' 2018-09-04 12:30:43,824 - novaclient.v2.client - DEBUG - RESP: [202] Date: Tue, 04 Sep 2018 12:30: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-2a4e0ba1-5398-4b79-994c-ae27174edeb1 x-compute-request-id: req-2a4e0ba1-5398-4b79-994c-ae27174edeb1 Content-Length: 0 Content-Type: application/json 2018-09-04 12:30:43,824 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/d6f7ffd8-57d5-4112-8185-22e0bdd64861/action used request id req-2a4e0ba1-5398-4b79-994c-ae27174edeb1 2018-09-04 12:30:43,824 - sdnvpn-results - INFO - Create VPN1 with eRT=iRT 2018-09-04 12:30:43,831 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:9696/v2.0/bgpvpn/bgpvpns -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1d467f1922cf80a793c374f5d807b1bb7f11c9bd" -d '{"bgpvpn": {"route_targets": "55:55", "import_targets": "55:55", "export_targets": "55:55", "name": "sdnvpn-1-978029", "route_distinguishers": "111:111"}}' 2018-09-04 12:30:44,189 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 352 X-Openstack-Request-Id: req-f3b1bdbb-7df7-452a-a4f0-78487a657f9c Date: Tue, 04 Sep 2018 12:30:44 GMT RESP BODY: {"bgpvpn": {"export_targets": ["55:55"], "route_distinguishers": ["111:111"], "routers": [], "id": "a09e2722-7a69-4f9e-b177-d1899a047490", "name": "sdnvpn-1-978029", "tenant_id": "1e2f68a072b64978bd7ea91c2d64aca6", "import_targets": ["55:55"], "networks": [], "route_targets": ["55:55"], "project_id": "1e2f68a072b64978bd7ea91c2d64aca6", "type": "l3"}} 2018-09-04 12:30:44,189 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/bgpvpn/bgpvpns used request id req-f3b1bdbb-7df7-452a-a4f0-78487a657f9c 2018-09-04 12:30:44,190 - sdnvpn.test.functest.testcase_2 - DEBUG - VPN1 created details: {u'bgpvpn': {u'export_targets': [u'55:55'], u'name': u'sdnvpn-1-978029', u'route_distinguishers': [u'111:111'], u'routers': [], u'import_targets': [u'55:55'], u'networks': [], u'tenant_id': u'1e2f68a072b64978bd7ea91c2d64aca6', u'route_targets': [u'55:55'], u'project_id': u'1e2f68a072b64978bd7ea91c2d64aca6', u'type': u'l3', u'id': u'a09e2722-7a69-4f9e-b177-d1899a047490'}} 2018-09-04 12:30:44,190 - sdnvpn-results - INFO - Associate network 'sdnvpn-2-1-net' to the VPN. 2018-09-04 12:30:44,195 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:9696/v2.0/bgpvpn/bgpvpns/a09e2722-7a69-4f9e-b177-d1899a047490/network_associations -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1d467f1922cf80a793c374f5d807b1bb7f11c9bd" -d '{"network_association": {"network_id": "2d4cdaea-716a-4a81-b238-6fe1b44624bf"}}' 2018-09-04 12:30:44,699 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 224 X-Openstack-Request-Id: req-42e0ed0b-0ac5-4850-8d53-c03faa2f47ed Date: Tue, 04 Sep 2018 12:30:44 GMT RESP BODY: {"network_association": {"network_id": "2d4cdaea-716a-4a81-b238-6fe1b44624bf", "tenant_id": "1e2f68a072b64978bd7ea91c2d64aca6", "project_id": "1e2f68a072b64978bd7ea91c2d64aca6", "id": "1b95aea5-6c21-4a96-994f-a5379026b0a6"}} 2018-09-04 12:30:44,699 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/bgpvpn/bgpvpns/a09e2722-7a69-4f9e-b177-d1899a047490/network_associations used request id req-42e0ed0b-0ac5-4850-8d53-c03faa2f47ed 2018-09-04 12:30:44,699 - sdnvpn_test_utils - INFO - Waiting for instance b0b45be3-9dae-4ac5-8917-42d2cfee29aa to boot up 2018-09-04 12:30:44,702 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/servers/b0b45be3-9dae-4ac5-8917-42d2cfee29aa/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5fc3496dfed1ec720e604a06e6bff938f7c37d80" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-04 12:30:45,772 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12:30: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-7aac8f61-060c-41c0-821f-28ab65f8f1c8 x-compute-request-id: req-7aac8f61-060c-41c0-821f-28ab65f8f1c8 Content-Encoding: gzip Content-Length: 10246 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 546662331 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 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.134495] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.136181] pid_max: default: 32768 minimum: 301\n[ 0.137086] ACPI: Core revision 20150930\n[ 0.138494] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.139823] Security Framework initialized\n[ 0.140651] Yama: becoming mindful.\n[ 0.141387] AppArmor: AppArmor initialized\n[ 0.142266] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.143631] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.144924] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.146154] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.147560] Initializing cgroup subsys io\n[ 0.148433] Initializing cgroup subsys memory\n[ 0.149311] Initializing cgroup subsys devices\n[ 0.150200] Initializing cgroup subsys freezer\n[ 0.151078] Initializing cgroup subsys net_cls\n[ 0.151952] Initializing cgroup subsys perf_event\n[ 0.152870] Initializing cgroup subsys net_prio\n[ 0.153775] Initializing cgroup subsys hugetlb\n[ 0.154653] Initializing cgroup subsys pids\n[ 0.155532] CPU: Physical Processor ID: 0\n[ 0.157065] mce: CPU supports 10 MCE banks\n[ 0.157943] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.158956] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.171213] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.177686] ftrace: allocating 31920 entries in 125 pages\n[ 0.204099] smpboot: Max logical packages: 1\n[ 0.204973] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.206352] x2apic enabled\n[ 0.207179] Switched APIC routing to physical x2apic.\n[ 0.208945] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.210093] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.212128] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.213934] KVM setup paravirtual spinlock\n[ 0.215240] x86: Booted up 1 node, 1 CPUs\n[ 0.216078] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.217478] devtmpfs: initialized\n[ 0.219203] evm: security.selinux\n[ 0.219919] evm: security.SMACK64\n[ 0.220620] evm: security.SMACK64EXEC\n[ 0.221370] evm: security.SMACK64TRANSMUTE\n[ 0.222188] evm: security.SMACK64MMAP\n[ 0.222948] evm: security.ima\n[ 0.223601] evm: security.capability\n[ 0.224411] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.226288] pinctrl core: initialized pinctrl subsystem\n[ 0.227407] RTC time: 12:30:10, date: 09/04/18\n[ 0.228378] NET: Registered protocol family 16\n[ 0.229364] cpuidle: using governor ladder\n[ 0.230195] cpuidle: using governor menu\n[ 0.230993] PCCT header not found.\n[ 0.231762] ACPI: bus type PCI registered\n[ 0.232579] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.233833] PCI: Using configuration type 1 for base access\n[ 0.235603] ACPI: Added _OSI(Module Device)\n[ 0.236459] ACPI: Added _OSI(Processor Device)\n[ 0.237339] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.238258] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.240390] ACPI: Interpreter enabled\n[ 0.241189] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.243085] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.244959] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.246847] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.248724] ACPI: (supports S0 S5)\n[ 0.249441] ACPI: Using IOAPIC for interrupt routing\n[ 0.250511] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.253633] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.254779] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.256033] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.257234] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.259481] acpiphp: Slot [3] registered\n[ 0.260296] acpiphp: Slot [4] registered\n[ 0.261107] acpiphp: Slot [5] registered\n[ 0.261927] acpiphp: Slot [6] registered\n[ 0.262735] acpiphp: Slot [7] registered\n[ 0.263545] acpiphp: Slot [8] registered\n[ 0.264356] acpiphp: Slot [9] registered\n[ 0.265169] acpiphp: Slot [10] registered\n[ 0.265989] acpiphp: Slot [11] registered\n[ 0.266810] acpiphp: Slot [12] registered\n[ 0.267636] acpiphp: Slot [13] registered\n[ 0.268452] acpiphp: Slot [14] registered\n[ 0.269273] acpiphp: Slot [15] registered\n[ 0.280863] acpiphp: Slot [16] registered\n[ 0.281702] acpiphp: Slot [17] registered\n[ 0.282520] acpiphp: Slot [18] registered\n[ 0.283352] acpiphp: Slot [19] registered\n[ 0.284173] acpiphp: Slot [20] registered\n[ 0.285004] acpiphp: Slot [21] registered\n[ 0.285826] acpiphp: Slot [22] registered\n[ 0.286648] acpiphp: Slot [23] registered\n[ 0.287466] acpiphp: Slot [24] registered\n[ 0.288287] acpiphp: Slot [25] registered\n[ 0.289115] acpiphp: Slot [26] registered\n[ 0.289942] acpiphp: Slot [27] registered\n[ 0.290765] acpiphp: Slot [28] registered\n[ 0.291590] acpiphp: Slot [29] registered\n[ 0.292409] acpiphp: Slot [30] registered\n[ 0.293241] acpiphp: Slot [31] registered\n[ 0.294063] PCI host bridge to bus 0000:00\n[ 0.294885] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.296123] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.297358] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.298832] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.300302] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.306536] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.307849] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.309056] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.310368] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.316840] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.318313] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.364277] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.365809] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.367263] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.368722] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.370157] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.371933] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.373118] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.374201] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.375750] vgaarb: loaded\n[ 0.376367] vgaarb: bridge control possible 0000:00:02.0\n[ 0.377563] SCSI subsystem initialized\n[ 0.378415] ACPI: bus type USB registered\n[ 0.379254] usbcore: registered new interface driver usbfs\n[ 0.380574] usbcore: registered new interface driver hub\n[ 0.381968] usbcore: registered new device driver usb\n[ 0.383389] PCI: Using ACPI for IRQ routing\n[ 0.384729] NetLabel: Initializing\n[ 0.385690] NetLabel: domain hash size = 128\n[ 0.386847] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.388149] NetLabel: unlabeled traffic allowed by default\n[ 0.389650] clocksource: Switched to clocksource kvm-clock\n[ 0.395399] AppArmor: AppArmor Filesystem Enabled\n[ 0.396717] pnp: PnP ACPI init\n[ 0.397878] pnp: PnP ACPI: found 5 devices\n[ 0.404533] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.406886] NET: Registered protocol family 2\n[ 0.408160] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.409943] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.411572] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.413183] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.414687] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.416310] NET: Registered protocol family 1\n[ 0.417498] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.419031] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.420517] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.434971] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.449640] Trying to unpack rootfs image as initramfs...\n[ 0.499060] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.512950] Scanning for low memory corruption every 60 seconds\n[ 0.514643] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.515802] audit: initializing netlink subsys (disabled)\n[ 0.516839] audit: type=2000 audit(1536064211.319:1): initialized\n[ 0.518184] Initialise system trusted keyring\n[ 0.519126] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.520337] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.522315] zbud: loaded\n[ 0.523023] VFS: Disk quotas dquot_6.6.0\n[ 0.523845] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.525363] fuse init (API version 7.23)\n[ 0.526277] Key type big_key registered\n[ 0.527084] Allocating IMA MOK and blacklist keyrings.\n[ 0.528561] Key type asymmetric registered\n[ 0.529390] Asymmetric key parser 'x509' registered\n[ 0.530362] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.531836] io scheduler noop registered\n[ 0.538385] io scheduler deadline registered (default)\n[ 0.540479] io scheduler cfq registered\n[ 0.541356] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.542453] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.543737] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.545189] ACPI: Power Button [PWRF]\n[ 0.546064] GHES: HEST is not enabled!\n[ 0.560060] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.591147] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.594003] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.617594] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.620570] Linux agpgart interface v0.103\n[ 0.623148] brd: module loaded\n[ 0.624770] loop: module loaded\n[ 0.630480] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.632204] GPT:90111 != 2097151\n[ 0.632992] GPT:Alternate GPT header not at the end of the disk.\n[ 0.634258] GPT:90111 != 2097151\n[ 0.635021] GPT: Use GNU Parted to correct GPT errors.\n[ 0.636162] vda: vda1 vda15\n[ 0.637674] scsi host0: ata_piix\n[ 0.638507] scsi host1: ata_piix\n[ 0.639325] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.640732] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.642441] libphy: Fixed MDIO Bus: probed\n[ 0.643401] tun: Universal TUN/TAP device driver, 1.6\n[ 0.644481] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.646766] PPP generic driver version 2.4.2\n[ 0.647974] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.649369] ehci-pci: EHCI PCI platform driver\n[ 0.650392] ehci-platform: EHCI generic platform driver\n[ 0.651526] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.652832] ohci-pci: OHCI PCI platform driver\n[ 0.653830] ohci-platform: OHCI generic platform driver\n[ 0.655010] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.669531] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.670797] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.672492] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.673687] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.674942] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.676442] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.678132] usb usb1: Product: UHCI Host Controller\n[ 0.679284] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.680684] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.681832] hub 1-0:1.0: USB hub found\n[ 0.682764] hub 1-0:1.0: 2 ports detected\n[ 0.683799] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.686263] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.687425] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.688677] mousedev: PS/2 mouse device common for all mice\n[ 0.690133] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.692281] rtc_cmos 00:00: RTC can wake from S4\n[ 0.693575] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.694997] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.696493] i2c /dev entries driver\n[ 0.697407] device-mapper: uevent: version 1.0.3\n[ 0.698548] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.700532] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.702029] NET: Registered protocol family 10\n[ 0.703198] NET: Registered protocol family 17\n[ 0.704207] Key type dns_resolver registered\n[ 0.705287] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.706608] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.708738] registered taskstats version 1\n[ 0.709722] Loading compiled-in X.509 certificates\n[ 0.711347] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.713693] zswap: loaded using pool lzo/zbud\n[ 0.715255] Key type trusted registered\n[ 0.716936] Key type encrypted registered\n[ 0.717925] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.719173] ima: No TPM chip found, activating TPM-bypass!\n[ 0.720459] evm: HMAC attrs: 0x1\n[ 0.721548] Magic number: 2:69:531\n[ 0.722494] tty ttyS11: hash matches\n[ 0.723462] rtc_cmos 00:00: setting system clock to 2018-09-04 12:30:11 UTC (1536064211)\n[ 0.725382] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.726787] EDD information not available.\n[ 0.798210] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.799868] ata1.00: configured for MWDMA2\n[ 0.812150] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.814647] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.816137] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.817592] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.819771] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.821691] Write protecting the kernel read-only data: 14336k\n[ 0.823502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.825571] 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.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.284845] 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\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 AAAAB3NzaC1yc2EAAAADAQABAAABAQDhMbOrcg+iY5XSE40RlFYlRrsIVyPA28FyNt4NNHdHnBjUvSdUj80nCl9j0WKpcMKykiVxFaVxW5OZtrn44jXDFWRIbJq9+ak3Kpo5tS5xvg0vsBh6EFJRDUTCQuj147BaVEkqBg1rUhYdUr3toJM84HYwaiWM4VZpAOHmTigpXt4qcYjWQKGoUBDH9yCqaambh4u6HvSpZ1Sj3L89kAtevDBh8DEly1osJooArWAjzHSMKGq/4hEGb/Wuw96ahvBq01okFTVgeZGK3t5c6E+DHaSO8OvR9uQRZ15knOb0rJWPtmxGB2uBuPh0CkEGR/ShPkbXmB1C1KMOYxJQl9Mh root@sdnvpn-2-2\nssh-dss AAAAB3NzaC1kc3MAAACBAIRs6nfF+M/vciWI6Y6gN5DvQHlCzm8dlXoVnmVsoHrJYPX0LSiGjA2UD4jma8X6QFjaDtHPr2UoDY49GGWthFxQQQvwttFPSTfhalsdSNXiJW4RACMt1TZX6y2W+pUuOEzE4UQ/8S1TktOs4RQsLZ26a+VK1GlnzZB2wmcfsXdNAAAAFQDOeAFNxwib4sn5BzVuGwCZlu4XmQAAAIAp2B0OrI4NKtP+bNgbqx8isCadei7JRoftkJgUUt3flypiYl/rtgR5eZ7TbXs6c+w0ocQx+nJPO0otWwvk0TrDR7RA59GYxzpjcn6ef37s60K5tQvD1Fyx6cPPnTMoLca1RojLxvfvPh6O2a6LkANyeKcQJEKmGxVjnCjqHXAoBwAAAIBAZMclIdV5naWiQAyzY9TPKQoDKigu9s4Hdlj9U3BYxwj3FGRagL74Iden/pTGE4A6WbWOG4iKw59HmNcsrSg6JAV4fUY9R2RmAGtveNsia8pMtTr5F4VQH2+tTd0EU3WZNYEsnjhj+MEs4oWZY4gkDvFW+APbOqBGVAQ+kU6uMQ== 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:fec6:34bd/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.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: configdrive local ===\ninstance-id: b0b45be3-9dae-4ac5-8917-42d2cfee29aa\nname: sdnvpn-2-2\navailability-zone: nova\nlocal-hostname: sdnvpn-2-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=1.53 ===\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:C6:34:BD \n inet addr:10.10.10.12 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fec6:34bd/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:13 errors:0 dropped:5 overruns:0 frame:0\n TX packets:10 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:2427 (2.3 KiB) TX bytes:1234 (1.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: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-09-04 12:30:45,772 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/b0b45be3-9dae-4ac5-8917-42d2cfee29aa/action used request id req-7aac8f61-060c-41c0-821f-28ab65f8f1c8 2018-09-04 12:30:47,794 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/servers/b0b45be3-9dae-4ac5-8917-42d2cfee29aa/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5fc3496dfed1ec720e604a06e6bff938f7c37d80" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-04 12:30:48,875 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12:30: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-b86187b8-9e68-451c-8a75-0bd6122afdf5 x-compute-request-id: req-b86187b8-9e68-451c-8a75-0bd6122afdf5 Content-Encoding: gzip Content-Length: 10246 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 546662331 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 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.134495] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.136181] pid_max: default: 32768 minimum: 301\n[ 0.137086] ACPI: Core revision 20150930\n[ 0.138494] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.139823] Security Framework initialized\n[ 0.140651] Yama: becoming mindful.\n[ 0.141387] AppArmor: AppArmor initialized\n[ 0.142266] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.143631] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.144924] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.146154] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.147560] Initializing cgroup subsys io\n[ 0.148433] Initializing cgroup subsys memory\n[ 0.149311] Initializing cgroup subsys devices\n[ 0.150200] Initializing cgroup subsys freezer\n[ 0.151078] Initializing cgroup subsys net_cls\n[ 0.151952] Initializing cgroup subsys perf_event\n[ 0.152870] Initializing cgroup subsys net_prio\n[ 0.153775] Initializing cgroup subsys hugetlb\n[ 0.154653] Initializing cgroup subsys pids\n[ 0.155532] CPU: Physical Processor ID: 0\n[ 0.157065] mce: CPU supports 10 MCE banks\n[ 0.157943] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.158956] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.171213] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.177686] ftrace: allocating 31920 entries in 125 pages\n[ 0.204099] smpboot: Max logical packages: 1\n[ 0.204973] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.206352] x2apic enabled\n[ 0.207179] Switched APIC routing to physical x2apic.\n[ 0.208945] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.210093] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.212128] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.213934] KVM setup paravirtual spinlock\n[ 0.215240] x86: Booted up 1 node, 1 CPUs\n[ 0.216078] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.217478] devtmpfs: initialized\n[ 0.219203] evm: security.selinux\n[ 0.219919] evm: security.SMACK64\n[ 0.220620] evm: security.SMACK64EXEC\n[ 0.221370] evm: security.SMACK64TRANSMUTE\n[ 0.222188] evm: security.SMACK64MMAP\n[ 0.222948] evm: security.ima\n[ 0.223601] evm: security.capability\n[ 0.224411] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.226288] pinctrl core: initialized pinctrl subsystem\n[ 0.227407] RTC time: 12:30:10, date: 09/04/18\n[ 0.228378] NET: Registered protocol family 16\n[ 0.229364] cpuidle: using governor ladder\n[ 0.230195] cpuidle: using governor menu\n[ 0.230993] PCCT header not found.\n[ 0.231762] ACPI: bus type PCI registered\n[ 0.232579] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.233833] PCI: Using configuration type 1 for base access\n[ 0.235603] ACPI: Added _OSI(Module Device)\n[ 0.236459] ACPI: Added _OSI(Processor Device)\n[ 0.237339] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.238258] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.240390] ACPI: Interpreter enabled\n[ 0.241189] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.243085] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.244959] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.246847] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.248724] ACPI: (supports S0 S5)\n[ 0.249441] ACPI: Using IOAPIC for interrupt routing\n[ 0.250511] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.253633] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.254779] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.256033] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.257234] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.259481] acpiphp: Slot [3] registered\n[ 0.260296] acpiphp: Slot [4] registered\n[ 0.261107] acpiphp: Slot [5] registered\n[ 0.261927] acpiphp: Slot [6] registered\n[ 0.262735] acpiphp: Slot [7] registered\n[ 0.263545] acpiphp: Slot [8] registered\n[ 0.264356] acpiphp: Slot [9] registered\n[ 0.265169] acpiphp: Slot [10] registered\n[ 0.265989] acpiphp: Slot [11] registered\n[ 0.266810] acpiphp: Slot [12] registered\n[ 0.267636] acpiphp: Slot [13] registered\n[ 0.268452] acpiphp: Slot [14] registered\n[ 0.269273] acpiphp: Slot [15] registered\n[ 0.280863] acpiphp: Slot [16] registered\n[ 0.281702] acpiphp: Slot [17] registered\n[ 0.282520] acpiphp: Slot [18] registered\n[ 0.283352] acpiphp: Slot [19] registered\n[ 0.284173] acpiphp: Slot [20] registered\n[ 0.285004] acpiphp: Slot [21] registered\n[ 0.285826] acpiphp: Slot [22] registered\n[ 0.286648] acpiphp: Slot [23] registered\n[ 0.287466] acpiphp: Slot [24] registered\n[ 0.288287] acpiphp: Slot [25] registered\n[ 0.289115] acpiphp: Slot [26] registered\n[ 0.289942] acpiphp: Slot [27] registered\n[ 0.290765] acpiphp: Slot [28] registered\n[ 0.291590] acpiphp: Slot [29] registered\n[ 0.292409] acpiphp: Slot [30] registered\n[ 0.293241] acpiphp: Slot [31] registered\n[ 0.294063] PCI host bridge to bus 0000:00\n[ 0.294885] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.296123] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.297358] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.298832] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.300302] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.306536] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.307849] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.309056] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.310368] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.316840] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.318313] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.364277] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.365809] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.367263] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.368722] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.370157] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.371933] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.373118] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.374201] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.375750] vgaarb: loaded\n[ 0.376367] vgaarb: bridge control possible 0000:00:02.0\n[ 0.377563] SCSI subsystem initialized\n[ 0.378415] ACPI: bus type USB registered\n[ 0.379254] usbcore: registered new interface driver usbfs\n[ 0.380574] usbcore: registered new interface driver hub\n[ 0.381968] usbcore: registered new device driver usb\n[ 0.383389] PCI: Using ACPI for IRQ routing\n[ 0.384729] NetLabel: Initializing\n[ 0.385690] NetLabel: domain hash size = 128\n[ 0.386847] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.388149] NetLabel: unlabeled traffic allowed by default\n[ 0.389650] clocksource: Switched to clocksource kvm-clock\n[ 0.395399] AppArmor: AppArmor Filesystem Enabled\n[ 0.396717] pnp: PnP ACPI init\n[ 0.397878] pnp: PnP ACPI: found 5 devices\n[ 0.404533] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.406886] NET: Registered protocol family 2\n[ 0.408160] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.409943] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.411572] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.413183] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.414687] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.416310] NET: Registered protocol family 1\n[ 0.417498] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.419031] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.420517] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.434971] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.449640] Trying to unpack rootfs image as initramfs...\n[ 0.499060] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.512950] Scanning for low memory corruption every 60 seconds\n[ 0.514643] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.515802] audit: initializing netlink subsys (disabled)\n[ 0.516839] audit: type=2000 audit(1536064211.319:1): initialized\n[ 0.518184] Initialise system trusted keyring\n[ 0.519126] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.520337] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.522315] zbud: loaded\n[ 0.523023] VFS: Disk quotas dquot_6.6.0\n[ 0.523845] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.525363] fuse init (API version 7.23)\n[ 0.526277] Key type big_key registered\n[ 0.527084] Allocating IMA MOK and blacklist keyrings.\n[ 0.528561] Key type asymmetric registered\n[ 0.529390] Asymmetric key parser 'x509' registered\n[ 0.530362] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.531836] io scheduler noop registered\n[ 0.538385] io scheduler deadline registered (default)\n[ 0.540479] io scheduler cfq registered\n[ 0.541356] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.542453] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.543737] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.545189] ACPI: Power Button [PWRF]\n[ 0.546064] GHES: HEST is not enabled!\n[ 0.560060] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.591147] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.594003] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.617594] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.620570] Linux agpgart interface v0.103\n[ 0.623148] brd: module loaded\n[ 0.624770] loop: module loaded\n[ 0.630480] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.632204] GPT:90111 != 2097151\n[ 0.632992] GPT:Alternate GPT header not at the end of the disk.\n[ 0.634258] GPT:90111 != 2097151\n[ 0.635021] GPT: Use GNU Parted to correct GPT errors.\n[ 0.636162] vda: vda1 vda15\n[ 0.637674] scsi host0: ata_piix\n[ 0.638507] scsi host1: ata_piix\n[ 0.639325] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.640732] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.642441] libphy: Fixed MDIO Bus: probed\n[ 0.643401] tun: Universal TUN/TAP device driver, 1.6\n[ 0.644481] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.646766] PPP generic driver version 2.4.2\n[ 0.647974] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.649369] ehci-pci: EHCI PCI platform driver\n[ 0.650392] ehci-platform: EHCI generic platform driver\n[ 0.651526] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.652832] ohci-pci: OHCI PCI platform driver\n[ 0.653830] ohci-platform: OHCI generic platform driver\n[ 0.655010] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.669531] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.670797] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.672492] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.673687] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.674942] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.676442] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.678132] usb usb1: Product: UHCI Host Controller\n[ 0.679284] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.680684] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.681832] hub 1-0:1.0: USB hub found\n[ 0.682764] hub 1-0:1.0: 2 ports detected\n[ 0.683799] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.686263] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.687425] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.688677] mousedev: PS/2 mouse device common for all mice\n[ 0.690133] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.692281] rtc_cmos 00:00: RTC can wake from S4\n[ 0.693575] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.694997] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.696493] i2c /dev entries driver\n[ 0.697407] device-mapper: uevent: version 1.0.3\n[ 0.698548] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.700532] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.702029] NET: Registered protocol family 10\n[ 0.703198] NET: Registered protocol family 17\n[ 0.704207] Key type dns_resolver registered\n[ 0.705287] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.706608] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.708738] registered taskstats version 1\n[ 0.709722] Loading compiled-in X.509 certificates\n[ 0.711347] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.713693] zswap: loaded using pool lzo/zbud\n[ 0.715255] Key type trusted registered\n[ 0.716936] Key type encrypted registered\n[ 0.717925] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.719173] ima: No TPM chip found, activating TPM-bypass!\n[ 0.720459] evm: HMAC attrs: 0x1\n[ 0.721548] Magic number: 2:69:531\n[ 0.722494] tty ttyS11: hash matches\n[ 0.723462] rtc_cmos 00:00: setting system clock to 2018-09-04 12:30:11 UTC (1536064211)\n[ 0.725382] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.726787] EDD information not available.\n[ 0.798210] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.799868] ata1.00: configured for MWDMA2\n[ 0.812150] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.814647] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.816137] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.817592] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.819771] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.821691] Write protecting the kernel read-only data: 14336k\n[ 0.823502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.825571] 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.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.284845] 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\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 AAAAB3NzaC1yc2EAAAADAQABAAABAQDhMbOrcg+iY5XSE40RlFYlRrsIVyPA28FyNt4NNHdHnBjUvSdUj80nCl9j0WKpcMKykiVxFaVxW5OZtrn44jXDFWRIbJq9+ak3Kpo5tS5xvg0vsBh6EFJRDUTCQuj147BaVEkqBg1rUhYdUr3toJM84HYwaiWM4VZpAOHmTigpXt4qcYjWQKGoUBDH9yCqaambh4u6HvSpZ1Sj3L89kAtevDBh8DEly1osJooArWAjzHSMKGq/4hEGb/Wuw96ahvBq01okFTVgeZGK3t5c6E+DHaSO8OvR9uQRZ15knOb0rJWPtmxGB2uBuPh0CkEGR/ShPkbXmB1C1KMOYxJQl9Mh root@sdnvpn-2-2\nssh-dss AAAAB3NzaC1kc3MAAACBAIRs6nfF+M/vciWI6Y6gN5DvQHlCzm8dlXoVnmVsoHrJYPX0LSiGjA2UD4jma8X6QFjaDtHPr2UoDY49GGWthFxQQQvwttFPSTfhalsdSNXiJW4RACMt1TZX6y2W+pUuOEzE4UQ/8S1TktOs4RQsLZ26a+VK1GlnzZB2wmcfsXdNAAAAFQDOeAFNxwib4sn5BzVuGwCZlu4XmQAAAIAp2B0OrI4NKtP+bNgbqx8isCadei7JRoftkJgUUt3flypiYl/rtgR5eZ7TbXs6c+w0ocQx+nJPO0otWwvk0TrDR7RA59GYxzpjcn6ef37s60K5tQvD1Fyx6cPPnTMoLca1RojLxvfvPh6O2a6LkANyeKcQJEKmGxVjnCjqHXAoBwAAAIBAZMclIdV5naWiQAyzY9TPKQoDKigu9s4Hdlj9U3BYxwj3FGRagL74Iden/pTGE4A6WbWOG4iKw59HmNcsrSg6JAV4fUY9R2RmAGtveNsia8pMtTr5F4VQH2+tTd0EU3WZNYEsnjhj+MEs4oWZY4gkDvFW+APbOqBGVAQ+kU6uMQ== 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:fec6:34bd/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.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: configdrive local ===\ninstance-id: b0b45be3-9dae-4ac5-8917-42d2cfee29aa\nname: sdnvpn-2-2\navailability-zone: nova\nlocal-hostname: sdnvpn-2-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=1.53 ===\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:C6:34:BD \n inet addr:10.10.10.12 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fec6:34bd/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:13 errors:0 dropped:5 overruns:0 frame:0\n TX packets:10 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:2427 (2.3 KiB) TX bytes:1234 (1.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: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-09-04 12:30:48,876 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/b0b45be3-9dae-4ac5-8917-42d2cfee29aa/action used request id req-b86187b8-9e68-451c-8a75-0bd6122afdf5 2018-09-04 12:30:50,896 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/servers/b0b45be3-9dae-4ac5-8917-42d2cfee29aa/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5fc3496dfed1ec720e604a06e6bff938f7c37d80" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-04 12:30:51,965 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12:30: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-c888dc50-85eb-4150-85ec-5a1db2471c72 x-compute-request-id: req-c888dc50-85eb-4150-85ec-5a1db2471c72 Content-Encoding: gzip Content-Length: 10246 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 546662331 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 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.134495] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.136181] pid_max: default: 32768 minimum: 301\n[ 0.137086] ACPI: Core revision 20150930\n[ 0.138494] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.139823] Security Framework initialized\n[ 0.140651] Yama: becoming mindful.\n[ 0.141387] AppArmor: AppArmor initialized\n[ 0.142266] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.143631] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.144924] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.146154] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.147560] Initializing cgroup subsys io\n[ 0.148433] Initializing cgroup subsys memory\n[ 0.149311] Initializing cgroup subsys devices\n[ 0.150200] Initializing cgroup subsys freezer\n[ 0.151078] Initializing cgroup subsys net_cls\n[ 0.151952] Initializing cgroup subsys perf_event\n[ 0.152870] Initializing cgroup subsys net_prio\n[ 0.153775] Initializing cgroup subsys hugetlb\n[ 0.154653] Initializing cgroup subsys pids\n[ 0.155532] CPU: Physical Processor ID: 0\n[ 0.157065] mce: CPU supports 10 MCE banks\n[ 0.157943] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.158956] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.171213] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.177686] ftrace: allocating 31920 entries in 125 pages\n[ 0.204099] smpboot: Max logical packages: 1\n[ 0.204973] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.206352] x2apic enabled\n[ 0.207179] Switched APIC routing to physical x2apic.\n[ 0.208945] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.210093] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.212128] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.213934] KVM setup paravirtual spinlock\n[ 0.215240] x86: Booted up 1 node, 1 CPUs\n[ 0.216078] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.217478] devtmpfs: initialized\n[ 0.219203] evm: security.selinux\n[ 0.219919] evm: security.SMACK64\n[ 0.220620] evm: security.SMACK64EXEC\n[ 0.221370] evm: security.SMACK64TRANSMUTE\n[ 0.222188] evm: security.SMACK64MMAP\n[ 0.222948] evm: security.ima\n[ 0.223601] evm: security.capability\n[ 0.224411] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.226288] pinctrl core: initialized pinctrl subsystem\n[ 0.227407] RTC time: 12:30:10, date: 09/04/18\n[ 0.228378] NET: Registered protocol family 16\n[ 0.229364] cpuidle: using governor ladder\n[ 0.230195] cpuidle: using governor menu\n[ 0.230993] PCCT header not found.\n[ 0.231762] ACPI: bus type PCI registered\n[ 0.232579] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.233833] PCI: Using configuration type 1 for base access\n[ 0.235603] ACPI: Added _OSI(Module Device)\n[ 0.236459] ACPI: Added _OSI(Processor Device)\n[ 0.237339] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.238258] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.240390] ACPI: Interpreter enabled\n[ 0.241189] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.243085] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.244959] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.246847] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.248724] ACPI: (supports S0 S5)\n[ 0.249441] ACPI: Using IOAPIC for interrupt routing\n[ 0.250511] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.253633] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.254779] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.256033] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.257234] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.259481] acpiphp: Slot [3] registered\n[ 0.260296] acpiphp: Slot [4] registered\n[ 0.261107] acpiphp: Slot [5] registered\n[ 0.261927] acpiphp: Slot [6] registered\n[ 0.262735] acpiphp: Slot [7] registered\n[ 0.263545] acpiphp: Slot [8] registered\n[ 0.264356] acpiphp: Slot [9] registered\n[ 0.265169] acpiphp: Slot [10] registered\n[ 0.265989] acpiphp: Slot [11] registered\n[ 0.266810] acpiphp: Slot [12] registered\n[ 0.267636] acpiphp: Slot [13] registered\n[ 0.268452] acpiphp: Slot [14] registered\n[ 0.269273] acpiphp: Slot [15] registered\n[ 0.280863] acpiphp: Slot [16] registered\n[ 0.281702] acpiphp: Slot [17] registered\n[ 0.282520] acpiphp: Slot [18] registered\n[ 0.283352] acpiphp: Slot [19] registered\n[ 0.284173] acpiphp: Slot [20] registered\n[ 0.285004] acpiphp: Slot [21] registered\n[ 0.285826] acpiphp: Slot [22] registered\n[ 0.286648] acpiphp: Slot [23] registered\n[ 0.287466] acpiphp: Slot [24] registered\n[ 0.288287] acpiphp: Slot [25] registered\n[ 0.289115] acpiphp: Slot [26] registered\n[ 0.289942] acpiphp: Slot [27] registered\n[ 0.290765] acpiphp: Slot [28] registered\n[ 0.291590] acpiphp: Slot [29] registered\n[ 0.292409] acpiphp: Slot [30] registered\n[ 0.293241] acpiphp: Slot [31] registered\n[ 0.294063] PCI host bridge to bus 0000:00\n[ 0.294885] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.296123] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.297358] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.298832] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.300302] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.306536] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.307849] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.309056] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.310368] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.316840] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.318313] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.364277] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.365809] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.367263] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.368722] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.370157] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.371933] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.373118] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.374201] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.375750] vgaarb: loaded\n[ 0.376367] vgaarb: bridge control possible 0000:00:02.0\n[ 0.377563] SCSI subsystem initialized\n[ 0.378415] ACPI: bus type USB registered\n[ 0.379254] usbcore: registered new interface driver usbfs\n[ 0.380574] usbcore: registered new interface driver hub\n[ 0.381968] usbcore: registered new device driver usb\n[ 0.383389] PCI: Using ACPI for IRQ routing\n[ 0.384729] NetLabel: Initializing\n[ 0.385690] NetLabel: domain hash size = 128\n[ 0.386847] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.388149] NetLabel: unlabeled traffic allowed by default\n[ 0.389650] clocksource: Switched to clocksource kvm-clock\n[ 0.395399] AppArmor: AppArmor Filesystem Enabled\n[ 0.396717] pnp: PnP ACPI init\n[ 0.397878] pnp: PnP ACPI: found 5 devices\n[ 0.404533] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.406886] NET: Registered protocol family 2\n[ 0.408160] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.409943] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.411572] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.413183] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.414687] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.416310] NET: Registered protocol family 1\n[ 0.417498] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.419031] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.420517] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.434971] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.449640] Trying to unpack rootfs image as initramfs...\n[ 0.499060] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.512950] Scanning for low memory corruption every 60 seconds\n[ 0.514643] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.515802] audit: initializing netlink subsys (disabled)\n[ 0.516839] audit: type=2000 audit(1536064211.319:1): initialized\n[ 0.518184] Initialise system trusted keyring\n[ 0.519126] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.520337] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.522315] zbud: loaded\n[ 0.523023] VFS: Disk quotas dquot_6.6.0\n[ 0.523845] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.525363] fuse init (API version 7.23)\n[ 0.526277] Key type big_key registered\n[ 0.527084] Allocating IMA MOK and blacklist keyrings.\n[ 0.528561] Key type asymmetric registered\n[ 0.529390] Asymmetric key parser 'x509' registered\n[ 0.530362] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.531836] io scheduler noop registered\n[ 0.538385] io scheduler deadline registered (default)\n[ 0.540479] io scheduler cfq registered\n[ 0.541356] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.542453] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.543737] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.545189] ACPI: Power Button [PWRF]\n[ 0.546064] GHES: HEST is not enabled!\n[ 0.560060] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.591147] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.594003] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.617594] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.620570] Linux agpgart interface v0.103\n[ 0.623148] brd: module loaded\n[ 0.624770] loop: module loaded\n[ 0.630480] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.632204] GPT:90111 != 2097151\n[ 0.632992] GPT:Alternate GPT header not at the end of the disk.\n[ 0.634258] GPT:90111 != 2097151\n[ 0.635021] GPT: Use GNU Parted to correct GPT errors.\n[ 0.636162] vda: vda1 vda15\n[ 0.637674] scsi host0: ata_piix\n[ 0.638507] scsi host1: ata_piix\n[ 0.639325] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.640732] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.642441] libphy: Fixed MDIO Bus: probed\n[ 0.643401] tun: Universal TUN/TAP device driver, 1.6\n[ 0.644481] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.646766] PPP generic driver version 2.4.2\n[ 0.647974] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.649369] ehci-pci: EHCI PCI platform driver\n[ 0.650392] ehci-platform: EHCI generic platform driver\n[ 0.651526] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.652832] ohci-pci: OHCI PCI platform driver\n[ 0.653830] ohci-platform: OHCI generic platform driver\n[ 0.655010] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.669531] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.670797] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.672492] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.673687] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.674942] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.676442] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.678132] usb usb1: Product: UHCI Host Controller\n[ 0.679284] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.680684] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.681832] hub 1-0:1.0: USB hub found\n[ 0.682764] hub 1-0:1.0: 2 ports detected\n[ 0.683799] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.686263] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.687425] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.688677] mousedev: PS/2 mouse device common for all mice\n[ 0.690133] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.692281] rtc_cmos 00:00: RTC can wake from S4\n[ 0.693575] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.694997] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.696493] i2c /dev entries driver\n[ 0.697407] device-mapper: uevent: version 1.0.3\n[ 0.698548] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.700532] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.702029] NET: Registered protocol family 10\n[ 0.703198] NET: Registered protocol family 17\n[ 0.704207] Key type dns_resolver registered\n[ 0.705287] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.706608] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.708738] registered taskstats version 1\n[ 0.709722] Loading compiled-in X.509 certificates\n[ 0.711347] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.713693] zswap: loaded using pool lzo/zbud\n[ 0.715255] Key type trusted registered\n[ 0.716936] Key type encrypted registered\n[ 0.717925] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.719173] ima: No TPM chip found, activating TPM-bypass!\n[ 0.720459] evm: HMAC attrs: 0x1\n[ 0.721548] Magic number: 2:69:531\n[ 0.722494] tty ttyS11: hash matches\n[ 0.723462] rtc_cmos 00:00: setting system clock to 2018-09-04 12:30:11 UTC (1536064211)\n[ 0.725382] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.726787] EDD information not available.\n[ 0.798210] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.799868] ata1.00: configured for MWDMA2\n[ 0.812150] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.814647] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.816137] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.817592] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.819771] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.821691] Write protecting the kernel read-only data: 14336k\n[ 0.823502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.825571] 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.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.284845] 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\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 AAAAB3NzaC1yc2EAAAADAQABAAABAQDhMbOrcg+iY5XSE40RlFYlRrsIVyPA28FyNt4NNHdHnBjUvSdUj80nCl9j0WKpcMKykiVxFaVxW5OZtrn44jXDFWRIbJq9+ak3Kpo5tS5xvg0vsBh6EFJRDUTCQuj147BaVEkqBg1rUhYdUr3toJM84HYwaiWM4VZpAOHmTigpXt4qcYjWQKGoUBDH9yCqaambh4u6HvSpZ1Sj3L89kAtevDBh8DEly1osJooArWAjzHSMKGq/4hEGb/Wuw96ahvBq01okFTVgeZGK3t5c6E+DHaSO8OvR9uQRZ15knOb0rJWPtmxGB2uBuPh0CkEGR/ShPkbXmB1C1KMOYxJQl9Mh root@sdnvpn-2-2\nssh-dss AAAAB3NzaC1kc3MAAACBAIRs6nfF+M/vciWI6Y6gN5DvQHlCzm8dlXoVnmVsoHrJYPX0LSiGjA2UD4jma8X6QFjaDtHPr2UoDY49GGWthFxQQQvwttFPSTfhalsdSNXiJW4RACMt1TZX6y2W+pUuOEzE4UQ/8S1TktOs4RQsLZ26a+VK1GlnzZB2wmcfsXdNAAAAFQDOeAFNxwib4sn5BzVuGwCZlu4XmQAAAIAp2B0OrI4NKtP+bNgbqx8isCadei7JRoftkJgUUt3flypiYl/rtgR5eZ7TbXs6c+w0ocQx+nJPO0otWwvk0TrDR7RA59GYxzpjcn6ef37s60K5tQvD1Fyx6cPPnTMoLca1RojLxvfvPh6O2a6LkANyeKcQJEKmGxVjnCjqHXAoBwAAAIBAZMclIdV5naWiQAyzY9TPKQoDKigu9s4Hdlj9U3BYxwj3FGRagL74Iden/pTGE4A6WbWOG4iKw59HmNcsrSg6JAV4fUY9R2RmAGtveNsia8pMtTr5F4VQH2+tTd0EU3WZNYEsnjhj+MEs4oWZY4gkDvFW+APbOqBGVAQ+kU6uMQ== 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:fec6:34bd/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.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: configdrive local ===\ninstance-id: b0b45be3-9dae-4ac5-8917-42d2cfee29aa\nname: sdnvpn-2-2\navailability-zone: nova\nlocal-hostname: sdnvpn-2-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=1.53 ===\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:C6:34:BD \n inet addr:10.10.10.12 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fec6:34bd/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:13 errors:0 dropped:5 overruns:0 frame:0\n TX packets:10 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:2427 (2.3 KiB) TX bytes:1234 (1.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: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-09-04 12:30:51,966 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/b0b45be3-9dae-4ac5-8917-42d2cfee29aa/action used request id req-c888dc50-85eb-4150-85ec-5a1db2471c72 2018-09-04 12:30:53,987 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/servers/b0b45be3-9dae-4ac5-8917-42d2cfee29aa/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5fc3496dfed1ec720e604a06e6bff938f7c37d80" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-04 12:30:55,061 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12:30: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-8de976d1-169d-47ae-8ceb-325365f0aefc x-compute-request-id: req-8de976d1-169d-47ae-8ceb-325365f0aefc Content-Encoding: gzip Content-Length: 10246 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 546662331 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 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.134495] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.136181] pid_max: default: 32768 minimum: 301\n[ 0.137086] ACPI: Core revision 20150930\n[ 0.138494] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.139823] Security Framework initialized\n[ 0.140651] Yama: becoming mindful.\n[ 0.141387] AppArmor: AppArmor initialized\n[ 0.142266] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.143631] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.144924] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.146154] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.147560] Initializing cgroup subsys io\n[ 0.148433] Initializing cgroup subsys memory\n[ 0.149311] Initializing cgroup subsys devices\n[ 0.150200] Initializing cgroup subsys freezer\n[ 0.151078] Initializing cgroup subsys net_cls\n[ 0.151952] Initializing cgroup subsys perf_event\n[ 0.152870] Initializing cgroup subsys net_prio\n[ 0.153775] Initializing cgroup subsys hugetlb\n[ 0.154653] Initializing cgroup subsys pids\n[ 0.155532] CPU: Physical Processor ID: 0\n[ 0.157065] mce: CPU supports 10 MCE banks\n[ 0.157943] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.158956] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.171213] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.177686] ftrace: allocating 31920 entries in 125 pages\n[ 0.204099] smpboot: Max logical packages: 1\n[ 0.204973] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.206352] x2apic enabled\n[ 0.207179] Switched APIC routing to physical x2apic.\n[ 0.208945] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.210093] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.212128] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.213934] KVM setup paravirtual spinlock\n[ 0.215240] x86: Booted up 1 node, 1 CPUs\n[ 0.216078] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.217478] devtmpfs: initialized\n[ 0.219203] evm: security.selinux\n[ 0.219919] evm: security.SMACK64\n[ 0.220620] evm: security.SMACK64EXEC\n[ 0.221370] evm: security.SMACK64TRANSMUTE\n[ 0.222188] evm: security.SMACK64MMAP\n[ 0.222948] evm: security.ima\n[ 0.223601] evm: security.capability\n[ 0.224411] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.226288] pinctrl core: initialized pinctrl subsystem\n[ 0.227407] RTC time: 12:30:10, date: 09/04/18\n[ 0.228378] NET: Registered protocol family 16\n[ 0.229364] cpuidle: using governor ladder\n[ 0.230195] cpuidle: using governor menu\n[ 0.230993] PCCT header not found.\n[ 0.231762] ACPI: bus type PCI registered\n[ 0.232579] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.233833] PCI: Using configuration type 1 for base access\n[ 0.235603] ACPI: Added _OSI(Module Device)\n[ 0.236459] ACPI: Added _OSI(Processor Device)\n[ 0.237339] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.238258] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.240390] ACPI: Interpreter enabled\n[ 0.241189] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.243085] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.244959] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.246847] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.248724] ACPI: (supports S0 S5)\n[ 0.249441] ACPI: Using IOAPIC for interrupt routing\n[ 0.250511] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.253633] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.254779] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.256033] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.257234] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.259481] acpiphp: Slot [3] registered\n[ 0.260296] acpiphp: Slot [4] registered\n[ 0.261107] acpiphp: Slot [5] registered\n[ 0.261927] acpiphp: Slot [6] registered\n[ 0.262735] acpiphp: Slot [7] registered\n[ 0.263545] acpiphp: Slot [8] registered\n[ 0.264356] acpiphp: Slot [9] registered\n[ 0.265169] acpiphp: Slot [10] registered\n[ 0.265989] acpiphp: Slot [11] registered\n[ 0.266810] acpiphp: Slot [12] registered\n[ 0.267636] acpiphp: Slot [13] registered\n[ 0.268452] acpiphp: Slot [14] registered\n[ 0.269273] acpiphp: Slot [15] registered\n[ 0.280863] acpiphp: Slot [16] registered\n[ 0.281702] acpiphp: Slot [17] registered\n[ 0.282520] acpiphp: Slot [18] registered\n[ 0.283352] acpiphp: Slot [19] registered\n[ 0.284173] acpiphp: Slot [20] registered\n[ 0.285004] acpiphp: Slot [21] registered\n[ 0.285826] acpiphp: Slot [22] registered\n[ 0.286648] acpiphp: Slot [23] registered\n[ 0.287466] acpiphp: Slot [24] registered\n[ 0.288287] acpiphp: Slot [25] registered\n[ 0.289115] acpiphp: Slot [26] registered\n[ 0.289942] acpiphp: Slot [27] registered\n[ 0.290765] acpiphp: Slot [28] registered\n[ 0.291590] acpiphp: Slot [29] registered\n[ 0.292409] acpiphp: Slot [30] registered\n[ 0.293241] acpiphp: Slot [31] registered\n[ 0.294063] PCI host bridge to bus 0000:00\n[ 0.294885] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.296123] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.297358] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.298832] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.300302] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.306536] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.307849] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.309056] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.310368] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.316840] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.318313] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.364277] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.365809] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.367263] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.368722] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.370157] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.371933] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.373118] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.374201] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.375750] vgaarb: loaded\n[ 0.376367] vgaarb: bridge control possible 0000:00:02.0\n[ 0.377563] SCSI subsystem initialized\n[ 0.378415] ACPI: bus type USB registered\n[ 0.379254] usbcore: registered new interface driver usbfs\n[ 0.380574] usbcore: registered new interface driver hub\n[ 0.381968] usbcore: registered new device driver usb\n[ 0.383389] PCI: Using ACPI for IRQ routing\n[ 0.384729] NetLabel: Initializing\n[ 0.385690] NetLabel: domain hash size = 128\n[ 0.386847] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.388149] NetLabel: unlabeled traffic allowed by default\n[ 0.389650] clocksource: Switched to clocksource kvm-clock\n[ 0.395399] AppArmor: AppArmor Filesystem Enabled\n[ 0.396717] pnp: PnP ACPI init\n[ 0.397878] pnp: PnP ACPI: found 5 devices\n[ 0.404533] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.406886] NET: Registered protocol family 2\n[ 0.408160] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.409943] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.411572] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.413183] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.414687] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.416310] NET: Registered protocol family 1\n[ 0.417498] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.419031] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.420517] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.434971] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.449640] Trying to unpack rootfs image as initramfs...\n[ 0.499060] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.512950] Scanning for low memory corruption every 60 seconds\n[ 0.514643] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.515802] audit: initializing netlink subsys (disabled)\n[ 0.516839] audit: type=2000 audit(1536064211.319:1): initialized\n[ 0.518184] Initialise system trusted keyring\n[ 0.519126] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.520337] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.522315] zbud: loaded\n[ 0.523023] VFS: Disk quotas dquot_6.6.0\n[ 0.523845] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.525363] fuse init (API version 7.23)\n[ 0.526277] Key type big_key registered\n[ 0.527084] Allocating IMA MOK and blacklist keyrings.\n[ 0.528561] Key type asymmetric registered\n[ 0.529390] Asymmetric key parser 'x509' registered\n[ 0.530362] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.531836] io scheduler noop registered\n[ 0.538385] io scheduler deadline registered (default)\n[ 0.540479] io scheduler cfq registered\n[ 0.541356] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.542453] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.543737] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.545189] ACPI: Power Button [PWRF]\n[ 0.546064] GHES: HEST is not enabled!\n[ 0.560060] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.591147] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.594003] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.617594] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.620570] Linux agpgart interface v0.103\n[ 0.623148] brd: module loaded\n[ 0.624770] loop: module loaded\n[ 0.630480] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.632204] GPT:90111 != 2097151\n[ 0.632992] GPT:Alternate GPT header not at the end of the disk.\n[ 0.634258] GPT:90111 != 2097151\n[ 0.635021] GPT: Use GNU Parted to correct GPT errors.\n[ 0.636162] vda: vda1 vda15\n[ 0.637674] scsi host0: ata_piix\n[ 0.638507] scsi host1: ata_piix\n[ 0.639325] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.640732] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.642441] libphy: Fixed MDIO Bus: probed\n[ 0.643401] tun: Universal TUN/TAP device driver, 1.6\n[ 0.644481] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.646766] PPP generic driver version 2.4.2\n[ 0.647974] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.649369] ehci-pci: EHCI PCI platform driver\n[ 0.650392] ehci-platform: EHCI generic platform driver\n[ 0.651526] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.652832] ohci-pci: OHCI PCI platform driver\n[ 0.653830] ohci-platform: OHCI generic platform driver\n[ 0.655010] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.669531] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.670797] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.672492] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.673687] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.674942] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.676442] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.678132] usb usb1: Product: UHCI Host Controller\n[ 0.679284] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.680684] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.681832] hub 1-0:1.0: USB hub found\n[ 0.682764] hub 1-0:1.0: 2 ports detected\n[ 0.683799] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.686263] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.687425] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.688677] mousedev: PS/2 mouse device common for all mice\n[ 0.690133] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.692281] rtc_cmos 00:00: RTC can wake from S4\n[ 0.693575] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.694997] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.696493] i2c /dev entries driver\n[ 0.697407] device-mapper: uevent: version 1.0.3\n[ 0.698548] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.700532] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.702029] NET: Registered protocol family 10\n[ 0.703198] NET: Registered protocol family 17\n[ 0.704207] Key type dns_resolver registered\n[ 0.705287] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.706608] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.708738] registered taskstats version 1\n[ 0.709722] Loading compiled-in X.509 certificates\n[ 0.711347] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.713693] zswap: loaded using pool lzo/zbud\n[ 0.715255] Key type trusted registered\n[ 0.716936] Key type encrypted registered\n[ 0.717925] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.719173] ima: No TPM chip found, activating TPM-bypass!\n[ 0.720459] evm: HMAC attrs: 0x1\n[ 0.721548] Magic number: 2:69:531\n[ 0.722494] tty ttyS11: hash matches\n[ 0.723462] rtc_cmos 00:00: setting system clock to 2018-09-04 12:30:11 UTC (1536064211)\n[ 0.725382] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.726787] EDD information not available.\n[ 0.798210] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.799868] ata1.00: configured for MWDMA2\n[ 0.812150] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.814647] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.816137] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.817592] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.819771] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.821691] Write protecting the kernel read-only data: 14336k\n[ 0.823502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.825571] 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.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.284845] 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\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 AAAAB3NzaC1yc2EAAAADAQABAAABAQDhMbOrcg+iY5XSE40RlFYlRrsIVyPA28FyNt4NNHdHnBjUvSdUj80nCl9j0WKpcMKykiVxFaVxW5OZtrn44jXDFWRIbJq9+ak3Kpo5tS5xvg0vsBh6EFJRDUTCQuj147BaVEkqBg1rUhYdUr3toJM84HYwaiWM4VZpAOHmTigpXt4qcYjWQKGoUBDH9yCqaambh4u6HvSpZ1Sj3L89kAtevDBh8DEly1osJooArWAjzHSMKGq/4hEGb/Wuw96ahvBq01okFTVgeZGK3t5c6E+DHaSO8OvR9uQRZ15knOb0rJWPtmxGB2uBuPh0CkEGR/ShPkbXmB1C1KMOYxJQl9Mh root@sdnvpn-2-2\nssh-dss AAAAB3NzaC1kc3MAAACBAIRs6nfF+M/vciWI6Y6gN5DvQHlCzm8dlXoVnmVsoHrJYPX0LSiGjA2UD4jma8X6QFjaDtHPr2UoDY49GGWthFxQQQvwttFPSTfhalsdSNXiJW4RACMt1TZX6y2W+pUuOEzE4UQ/8S1TktOs4RQsLZ26a+VK1GlnzZB2wmcfsXdNAAAAFQDOeAFNxwib4sn5BzVuGwCZlu4XmQAAAIAp2B0OrI4NKtP+bNgbqx8isCadei7JRoftkJgUUt3flypiYl/rtgR5eZ7TbXs6c+w0ocQx+nJPO0otWwvk0TrDR7RA59GYxzpjcn6ef37s60K5tQvD1Fyx6cPPnTMoLca1RojLxvfvPh6O2a6LkANyeKcQJEKmGxVjnCjqHXAoBwAAAIBAZMclIdV5naWiQAyzY9TPKQoDKigu9s4Hdlj9U3BYxwj3FGRagL74Iden/pTGE4A6WbWOG4iKw59HmNcsrSg6JAV4fUY9R2RmAGtveNsia8pMtTr5F4VQH2+tTd0EU3WZNYEsnjhj+MEs4oWZY4gkDvFW+APbOqBGVAQ+kU6uMQ== 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:fec6:34bd/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.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: configdrive local ===\ninstance-id: b0b45be3-9dae-4ac5-8917-42d2cfee29aa\nname: sdnvpn-2-2\navailability-zone: nova\nlocal-hostname: sdnvpn-2-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=1.53 ===\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:C6:34:BD \n inet addr:10.10.10.12 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fec6:34bd/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:13 errors:0 dropped:5 overruns:0 frame:0\n TX packets:10 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:2427 (2.3 KiB) TX bytes:1234 (1.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: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-09-04 12:30:55,062 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/b0b45be3-9dae-4ac5-8917-42d2cfee29aa/action used request id req-8de976d1-169d-47ae-8ceb-325365f0aefc 2018-09-04 12:30:57,085 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/servers/b0b45be3-9dae-4ac5-8917-42d2cfee29aa/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5fc3496dfed1ec720e604a06e6bff938f7c37d80" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-04 12:30:58,152 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12:30: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-c8d68b57-4ecf-492c-aa13-5648e71dec65 x-compute-request-id: req-c8d68b57-4ecf-492c-aa13-5648e71dec65 Content-Encoding: gzip Content-Length: 11249 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 546662331 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 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.134495] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.136181] pid_max: default: 32768 minimum: 301\n[ 0.137086] ACPI: Core revision 20150930\n[ 0.138494] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.139823] Security Framework initialized\n[ 0.140651] Yama: becoming mindful.\n[ 0.141387] AppArmor: AppArmor initialized\n[ 0.142266] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.143631] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.144924] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.146154] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.147560] Initializing cgroup subsys io\n[ 0.148433] Initializing cgroup subsys memory\n[ 0.149311] Initializing cgroup subsys devices\n[ 0.150200] Initializing cgroup subsys freezer\n[ 0.151078] Initializing cgroup subsys net_cls\n[ 0.151952] Initializing cgroup subsys perf_event\n[ 0.152870] Initializing cgroup subsys net_prio\n[ 0.153775] Initializing cgroup subsys hugetlb\n[ 0.154653] Initializing cgroup subsys pids\n[ 0.155532] CPU: Physical Processor ID: 0\n[ 0.157065] mce: CPU supports 10 MCE banks\n[ 0.157943] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.158956] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.171213] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.177686] ftrace: allocating 31920 entries in 125 pages\n[ 0.204099] smpboot: Max logical packages: 1\n[ 0.204973] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.206352] x2apic enabled\n[ 0.207179] Switched APIC routing to physical x2apic.\n[ 0.208945] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.210093] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.212128] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.213934] KVM setup paravirtual spinlock\n[ 0.215240] x86: Booted up 1 node, 1 CPUs\n[ 0.216078] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.217478] devtmpfs: initialized\n[ 0.219203] evm: security.selinux\n[ 0.219919] evm: security.SMACK64\n[ 0.220620] evm: security.SMACK64EXEC\n[ 0.221370] evm: security.SMACK64TRANSMUTE\n[ 0.222188] evm: security.SMACK64MMAP\n[ 0.222948] evm: security.ima\n[ 0.223601] evm: security.capability\n[ 0.224411] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.226288] pinctrl core: initialized pinctrl subsystem\n[ 0.227407] RTC time: 12:30:10, date: 09/04/18\n[ 0.228378] NET: Registered protocol family 16\n[ 0.229364] cpuidle: using governor ladder\n[ 0.230195] cpuidle: using governor menu\n[ 0.230993] PCCT header not found.\n[ 0.231762] ACPI: bus type PCI registered\n[ 0.232579] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.233833] PCI: Using configuration type 1 for base access\n[ 0.235603] ACPI: Added _OSI(Module Device)\n[ 0.236459] ACPI: Added _OSI(Processor Device)\n[ 0.237339] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.238258] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.240390] ACPI: Interpreter enabled\n[ 0.241189] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.243085] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.244959] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.246847] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.248724] ACPI: (supports S0 S5)\n[ 0.249441] ACPI: Using IOAPIC for interrupt routing\n[ 0.250511] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.253633] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.254779] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.256033] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.257234] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.259481] acpiphp: Slot [3] registered\n[ 0.260296] acpiphp: Slot [4] registered\n[ 0.261107] acpiphp: Slot [5] registered\n[ 0.261927] acpiphp: Slot [6] registered\n[ 0.262735] acpiphp: Slot [7] registered\n[ 0.263545] acpiphp: Slot [8] registered\n[ 0.264356] acpiphp: Slot [9] registered\n[ 0.265169] acpiphp: Slot [10] registered\n[ 0.265989] acpiphp: Slot [11] registered\n[ 0.266810] acpiphp: Slot [12] registered\n[ 0.267636] acpiphp: Slot [13] registered\n[ 0.268452] acpiphp: Slot [14] registered\n[ 0.269273] acpiphp: Slot [15] registered\n[ 0.280863] acpiphp: Slot [16] registered\n[ 0.281702] acpiphp: Slot [17] registered\n[ 0.282520] acpiphp: Slot [18] registered\n[ 0.283352] acpiphp: Slot [19] registered\n[ 0.284173] acpiphp: Slot [20] registered\n[ 0.285004] acpiphp: Slot [21] registered\n[ 0.285826] acpiphp: Slot [22] registered\n[ 0.286648] acpiphp: Slot [23] registered\n[ 0.287466] acpiphp: Slot [24] registered\n[ 0.288287] acpiphp: Slot [25] registered\n[ 0.289115] acpiphp: Slot [26] registered\n[ 0.289942] acpiphp: Slot [27] registered\n[ 0.290765] acpiphp: Slot [28] registered\n[ 0.291590] acpiphp: Slot [29] registered\n[ 0.292409] acpiphp: Slot [30] registered\n[ 0.293241] acpiphp: Slot [31] registered\n[ 0.294063] PCI host bridge to bus 0000:00\n[ 0.294885] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.296123] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.297358] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.298832] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.300302] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.306536] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.307849] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.309056] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.310368] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.316840] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.318313] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.364277] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.365809] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.367263] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.368722] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.370157] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.371933] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.373118] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.374201] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.375750] vgaarb: loaded\n[ 0.376367] vgaarb: bridge control possible 0000:00:02.0\n[ 0.377563] SCSI subsystem initialized\n[ 0.378415] ACPI: bus type USB registered\n[ 0.379254] usbcore: registered new interface driver usbfs\n[ 0.380574] usbcore: registered new interface driver hub\n[ 0.381968] usbcore: registered new device driver usb\n[ 0.383389] PCI: Using ACPI for IRQ routing\n[ 0.384729] NetLabel: Initializing\n[ 0.385690] NetLabel: domain hash size = 128\n[ 0.386847] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.388149] NetLabel: unlabeled traffic allowed by default\n[ 0.389650] clocksource: Switched to clocksource kvm-clock\n[ 0.395399] AppArmor: AppArmor Filesystem Enabled\n[ 0.396717] pnp: PnP ACPI init\n[ 0.397878] pnp: PnP ACPI: found 5 devices\n[ 0.404533] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.406886] NET: Registered protocol family 2\n[ 0.408160] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.409943] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.411572] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.413183] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.414687] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.416310] NET: Registered protocol family 1\n[ 0.417498] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.419031] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.420517] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.434971] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.449640] Trying to unpack rootfs image as initramfs...\n[ 0.499060] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.512950] Scanning for low memory corruption every 60 seconds\n[ 0.514643] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.515802] audit: initializing netlink subsys (disabled)\n[ 0.516839] audit: type=2000 audit(1536064211.319:1): initialized\n[ 0.518184] Initialise system trusted keyring\n[ 0.519126] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.520337] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.522315] zbud: loaded\n[ 0.523023] VFS: Disk quotas dquot_6.6.0\n[ 0.523845] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.525363] fuse init (API version 7.23)\n[ 0.526277] Key type big_key registered\n[ 0.527084] Allocating IMA MOK and blacklist keyrings.\n[ 0.528561] Key type asymmetric registered\n[ 0.529390] Asymmetric key parser 'x509' registered\n[ 0.530362] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.531836] io scheduler noop registered\n[ 0.538385] io scheduler deadline registered (default)\n[ 0.540479] io scheduler cfq registered\n[ 0.541356] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.542453] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.543737] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.545189] ACPI: Power Button [PWRF]\n[ 0.546064] GHES: HEST is not enabled!\n[ 0.560060] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.591147] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.594003] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.617594] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.620570] Linux agpgart interface v0.103\n[ 0.623148] brd: module loaded\n[ 0.624770] loop: module loaded\n[ 0.630480] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.632204] GPT:90111 != 2097151\n[ 0.632992] GPT:Alternate GPT header not at the end of the disk.\n[ 0.634258] GPT:90111 != 2097151\n[ 0.635021] GPT: Use GNU Parted to correct GPT errors.\n[ 0.636162] vda: vda1 vda15\n[ 0.637674] scsi host0: ata_piix\n[ 0.638507] scsi host1: ata_piix\n[ 0.639325] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.640732] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.642441] libphy: Fixed MDIO Bus: probed\n[ 0.643401] tun: Universal TUN/TAP device driver, 1.6\n[ 0.644481] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.646766] PPP generic driver version 2.4.2\n[ 0.647974] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.649369] ehci-pci: EHCI PCI platform driver\n[ 0.650392] ehci-platform: EHCI generic platform driver\n[ 0.651526] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.652832] ohci-pci: OHCI PCI platform driver\n[ 0.653830] ohci-platform: OHCI generic platform driver\n[ 0.655010] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.669531] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.670797] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.672492] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.673687] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.674942] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.676442] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.678132] usb usb1: Product: UHCI Host Controller\n[ 0.679284] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.680684] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.681832] hub 1-0:1.0: USB hub found\n[ 0.682764] hub 1-0:1.0: 2 ports detected\n[ 0.683799] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.686263] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.687425] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.688677] mousedev: PS/2 mouse device common for all mice\n[ 0.690133] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.692281] rtc_cmos 00:00: RTC can wake from S4\n[ 0.693575] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.694997] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.696493] i2c /dev entries driver\n[ 0.697407] device-mapper: uevent: version 1.0.3\n[ 0.698548] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.700532] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.702029] NET: Registered protocol family 10\n[ 0.703198] NET: Registered protocol family 17\n[ 0.704207] Key type dns_resolver registered\n[ 0.705287] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.706608] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.708738] registered taskstats version 1\n[ 0.709722] Loading compiled-in X.509 certificates\n[ 0.711347] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.713693] zswap: loaded using pool lzo/zbud\n[ 0.715255] Key type trusted registered\n[ 0.716936] Key type encrypted registered\n[ 0.717925] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.719173] ima: No TPM chip found, activating TPM-bypass!\n[ 0.720459] evm: HMAC attrs: 0x1\n[ 0.721548] Magic number: 2:69:531\n[ 0.722494] tty ttyS11: hash matches\n[ 0.723462] rtc_cmos 00:00: setting system clock to 2018-09-04 12:30:11 UTC (1536064211)\n[ 0.725382] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.726787] EDD information not available.\n[ 0.798210] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.799868] ata1.00: configured for MWDMA2\n[ 0.812150] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.814647] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.816137] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.817592] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.819771] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.821691] Write protecting the kernel read-only data: 14336k\n[ 0.823502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.825571] 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.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.284845] 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\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 AAAAB3NzaC1yc2EAAAADAQABAAABAQDhMbOrcg+iY5XSE40RlFYlRrsIVyPA28FyNt4NNHdHnBjUvSdUj80nCl9j0WKpcMKykiVxFaVxW5OZtrn44jXDFWRIbJq9+ak3Kpo5tS5xvg0vsBh6EFJRDUTCQuj147BaVEkqBg1rUhYdUr3toJM84HYwaiWM4VZpAOHmTigpXt4qcYjWQKGoUBDH9yCqaambh4u6HvSpZ1Sj3L89kAtevDBh8DEly1osJooArWAjzHSMKGq/4hEGb/Wuw96ahvBq01okFTVgeZGK3t5c6E+DHaSO8OvR9uQRZ15knOb0rJWPtmxGB2uBuPh0CkEGR/ShPkbXmB1C1KMOYxJQl9Mh root@sdnvpn-2-2\nssh-dss AAAAB3NzaC1kc3MAAACBAIRs6nfF+M/vciWI6Y6gN5DvQHlCzm8dlXoVnmVsoHrJYPX0LSiGjA2UD4jma8X6QFjaDtHPr2UoDY49GGWthFxQQQvwttFPSTfhalsdSNXiJW4RACMt1TZX6y2W+pUuOEzE4UQ/8S1TktOs4RQsLZ26a+VK1GlnzZB2wmcfsXdNAAAAFQDOeAFNxwib4sn5BzVuGwCZlu4XmQAAAIAp2B0OrI4NKtP+bNgbqx8isCadei7JRoftkJgUUt3flypiYl/rtgR5eZ7TbXs6c+w0ocQx+nJPO0otWwvk0TrDR7RA59GYxzpjcn6ef37s60K5tQvD1Fyx6cPPnTMoLca1RojLxvfvPh6O2a6LkANyeKcQJEKmGxVjnCjqHXAoBwAAAIBAZMclIdV5naWiQAyzY9TPKQoDKigu9s4Hdlj9U3BYxwj3FGRagL74Iden/pTGE4A6WbWOG4iKw59HmNcsrSg6JAV4fUY9R2RmAGtveNsia8pMtTr5F4VQH2+tTd0EU3WZNYEsnjhj+MEs4oWZY4gkDvFW+APbOqBGVAQ+kU6uMQ== 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:fec6:34bd/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.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: configdrive local ===\ninstance-id: b0b45be3-9dae-4ac5-8917-42d2cfee29aa\nname: sdnvpn-2-2\navailability-zone: nova\nlocal-hostname: sdnvpn-2-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=1.53 ===\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:C6:34:BD \n inet addr:10.10.10.12 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fec6:34bd/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:13 errors:0 dropped:5 overruns:0 frame:0\n TX packets:10 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:2427 (2.3 KiB) TX bytes:1234 (1.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: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-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.154196] usb 1-1: SerialNumber: 42\n[ 1.248846] EXT4-fs (vda1): re-mounted. Opts: data=ordered\n[ 1.266939] EXT4-fs (vda1): re-mounted. Opts: data=ordered\n[ 1.284845] random: dd urandom read with 13 bits of entropy available\n[ 1.326409] ISO 9660 Extensions: Microsoft Joliet Level 3\n[ 1.328290] ISO 9660 Extensions: RRIP_1991A\n[ 1.509691] tsc: Refined TSC clocksource calibration: 3491.911 MHz\n[ 1.509694] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x325577d1aeb, max_idle_ns: 440795265276 ns\n[ 1.647948] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\n[ 2.045354] EXT4-fs (vda1): resized filesystem to 1039340\n### tail -n 25 /var/log/messages\nSep 4 13:30:12 cirros syslog.info syslogd started: BusyBox v1.23.2\nSep 4 13:30:12 cirros kern.notice kernel: klogd started: BusyBox v1.23.2 (2017-11-20 02:37:12 UTC)\nSep 4 13:30:12 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpuset\nSep 4 13:30:12 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpu\nSep 4 13:30:12 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpuacct\nSep 4 13:30:12 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)\nSep 4 13:30:12 cirros kern.info kernel: [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\nSep 4 13:30:12 cirros kern.info kernel: [ 0.000000] KERNEL supported cpus:\nSep 4 13:30:12 cirros kern.info kernel: [ 0.000000] Intel GenuineIntel\nSep 4 13:30:12 cirros kern.info kernel: [ 0.000000] AMD AuthenticAMD\nSep 4 13:30:12 cirros kern.info kernel: [ 0.000000] Centaur CentaurHauls\nSep 4 13:30:12 cirros kern.info kernel: [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\nSep 4 13:30:12 cirros kern.notice kernel: [ 1.284845] random: dd urandom read with 13 bits of entropy available\nSep 4 13:30:12 cirros kern.debug kernel: [ 1.326409] ISO 9660 Extensions: Microsoft Joliet Level 3\nSep 4 13:30:12 cirros kern.debug kernel: [ 1.328290] ISO 9660 Extensions: RRIP_1991A\nSep 4 13:30:12 cirros kern.info kernel: [ 1.509691] tsc: Refined TSC clocksource calibration: 3491.911 MHz\nSep 4 13:30:12 cirros kern.info kernel: [ 1.509694] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x325577d1aeb, max_idle_ns: 440795265276 ns\nSep 4 13:30:12 cirros authpriv.info dropbear[318]: Running in background\nSep 4 13:30:12 cirros kern.info kernel: [ 1.647948] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\nSep 4 13:30:12 cirros authpriv.notice sudo: root : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/bin/mkdir -p /home/cirros/.ssh/\nSep 4 13:30:12 cirros authpriv.notice sudo: root : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/bin/chown cirros:cirros /home/cirros/.ssh/\nSep 4 13:30:12 cirros authpriv.notice sudo: root : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/bin/chown cirros:cirros /home/cirros/id_rsa\nSep 4 13:30:12 cirros authpriv.notice sudo: root : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/bin/echo ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAAAgnWtSS98Am516estBsq0jbyOB4eLMUYDdgzsUHsnxFQCtACwwAg9/2uq3FoGUBUWeHZNsT6jcK9sCMEYiS479CUCzbrxcd8XaIlK38HECcDVglgBNwNzX/WDfMejXpKzZG\nSep 4 13:30:12 cirros authpriv.notice sudo: root : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/bin/chown cirros:cirros /home/cirros/.ssh/authorized_keys\nSep 4 13:30:12 cirros kern.info kernel: [ 2.045354] EXT4-fs (vda1): resized filesystem to 1039340\n############ debug end ##############\n ____ ____ ____\n / __/ __ ____ ____ / __ \\/ __/\n/ /__ / // __// __// /_/ /\\ \\ \n\\___//_//_/ /_/ \\____/___/ \n http://cirros-cloud.net\n\n"} 2018-09-04 12:30:58,153 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/b0b45be3-9dae-4ac5-8917-42d2cfee29aa/action used request id req-c8d68b57-4ecf-492c-aa13-5648e71dec65 2018-09-04 12:31:00,176 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/servers/b0b45be3-9dae-4ac5-8917-42d2cfee29aa/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5fc3496dfed1ec720e604a06e6bff938f7c37d80" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-04 12:31:01,364 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12:31: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-c1cdab4b-ce7a-4bd3-94fb-28d1c0bc86be x-compute-request-id: req-c1cdab4b-ce7a-4bd3-94fb-28d1c0bc86be Content-Encoding: gzip Content-Length: 11302 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 546662331 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 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.134495] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.136181] pid_max: default: 32768 minimum: 301\n[ 0.137086] ACPI: Core revision 20150930\n[ 0.138494] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.139823] Security Framework initialized\n[ 0.140651] Yama: becoming mindful.\n[ 0.141387] AppArmor: AppArmor initialized\n[ 0.142266] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.143631] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.144924] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.146154] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.147560] Initializing cgroup subsys io\n[ 0.148433] Initializing cgroup subsys memory\n[ 0.149311] Initializing cgroup subsys devices\n[ 0.150200] Initializing cgroup subsys freezer\n[ 0.151078] Initializing cgroup subsys net_cls\n[ 0.151952] Initializing cgroup subsys perf_event\n[ 0.152870] Initializing cgroup subsys net_prio\n[ 0.153775] Initializing cgroup subsys hugetlb\n[ 0.154653] Initializing cgroup subsys pids\n[ 0.155532] CPU: Physical Processor ID: 0\n[ 0.157065] mce: CPU supports 10 MCE banks\n[ 0.157943] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.158956] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.171213] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.177686] ftrace: allocating 31920 entries in 125 pages\n[ 0.204099] smpboot: Max logical packages: 1\n[ 0.204973] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.206352] x2apic enabled\n[ 0.207179] Switched APIC routing to physical x2apic.\n[ 0.208945] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.210093] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.212128] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.213934] KVM setup paravirtual spinlock\n[ 0.215240] x86: Booted up 1 node, 1 CPUs\n[ 0.216078] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.217478] devtmpfs: initialized\n[ 0.219203] evm: security.selinux\n[ 0.219919] evm: security.SMACK64\n[ 0.220620] evm: security.SMACK64EXEC\n[ 0.221370] evm: security.SMACK64TRANSMUTE\n[ 0.222188] evm: security.SMACK64MMAP\n[ 0.222948] evm: security.ima\n[ 0.223601] evm: security.capability\n[ 0.224411] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.226288] pinctrl core: initialized pinctrl subsystem\n[ 0.227407] RTC time: 12:30:10, date: 09/04/18\n[ 0.228378] NET: Registered protocol family 16\n[ 0.229364] cpuidle: using governor ladder\n[ 0.230195] cpuidle: using governor menu\n[ 0.230993] PCCT header not found.\n[ 0.231762] ACPI: bus type PCI registered\n[ 0.232579] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.233833] PCI: Using configuration type 1 for base access\n[ 0.235603] ACPI: Added _OSI(Module Device)\n[ 0.236459] ACPI: Added _OSI(Processor Device)\n[ 0.237339] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.238258] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.240390] ACPI: Interpreter enabled\n[ 0.241189] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.243085] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.244959] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.246847] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.248724] ACPI: (supports S0 S5)\n[ 0.249441] ACPI: Using IOAPIC for interrupt routing\n[ 0.250511] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.253633] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.254779] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.256033] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.257234] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.259481] acpiphp: Slot [3] registered\n[ 0.260296] acpiphp: Slot [4] registered\n[ 0.261107] acpiphp: Slot [5] registered\n[ 0.261927] acpiphp: Slot [6] registered\n[ 0.262735] acpiphp: Slot [7] registered\n[ 0.263545] acpiphp: Slot [8] registered\n[ 0.264356] acpiphp: Slot [9] registered\n[ 0.265169] acpiphp: Slot [10] registered\n[ 0.265989] acpiphp: Slot [11] registered\n[ 0.266810] acpiphp: Slot [12] registered\n[ 0.267636] acpiphp: Slot [13] registered\n[ 0.268452] acpiphp: Slot [14] registered\n[ 0.269273] acpiphp: Slot [15] registered\n[ 0.280863] acpiphp: Slot [16] registered\n[ 0.281702] acpiphp: Slot [17] registered\n[ 0.282520] acpiphp: Slot [18] registered\n[ 0.283352] acpiphp: Slot [19] registered\n[ 0.284173] acpiphp: Slot [20] registered\n[ 0.285004] acpiphp: Slot [21] registered\n[ 0.285826] acpiphp: Slot [22] registered\n[ 0.286648] acpiphp: Slot [23] registered\n[ 0.287466] acpiphp: Slot [24] registered\n[ 0.288287] acpiphp: Slot [25] registered\n[ 0.289115] acpiphp: Slot [26] registered\n[ 0.289942] acpiphp: Slot [27] registered\n[ 0.290765] acpiphp: Slot [28] registered\n[ 0.291590] acpiphp: Slot [29] registered\n[ 0.292409] acpiphp: Slot [30] registered\n[ 0.293241] acpiphp: Slot [31] registered\n[ 0.294063] PCI host bridge to bus 0000:00\n[ 0.294885] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.296123] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.297358] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.298832] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.300302] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.306536] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.307849] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.309056] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.310368] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.316840] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.318313] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.364277] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.365809] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.367263] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.368722] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.370157] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.371933] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.373118] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.374201] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.375750] vgaarb: loaded\n[ 0.376367] vgaarb: bridge control possible 0000:00:02.0\n[ 0.377563] SCSI subsystem initialized\n[ 0.378415] ACPI: bus type USB registered\n[ 0.379254] usbcore: registered new interface driver usbfs\n[ 0.380574] usbcore: registered new interface driver hub\n[ 0.381968] usbcore: registered new device driver usb\n[ 0.383389] PCI: Using ACPI for IRQ routing\n[ 0.384729] NetLabel: Initializing\n[ 0.385690] NetLabel: domain hash size = 128\n[ 0.386847] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.388149] NetLabel: unlabeled traffic allowed by default\n[ 0.389650] clocksource: Switched to clocksource kvm-clock\n[ 0.395399] AppArmor: AppArmor Filesystem Enabled\n[ 0.396717] pnp: PnP ACPI init\n[ 0.397878] pnp: PnP ACPI: found 5 devices\n[ 0.404533] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.406886] NET: Registered protocol family 2\n[ 0.408160] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.409943] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.411572] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.413183] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.414687] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.416310] NET: Registered protocol family 1\n[ 0.417498] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.419031] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.420517] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.434971] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.449640] Trying to unpack rootfs image as initramfs...\n[ 0.499060] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.512950] Scanning for low memory corruption every 60 seconds\n[ 0.514643] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.515802] audit: initializing netlink subsys (disabled)\n[ 0.516839] audit: type=2000 audit(1536064211.319:1): initialized\n[ 0.518184] Initialise system trusted keyring\n[ 0.519126] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.520337] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.522315] zbud: loaded\n[ 0.523023] VFS: Disk quotas dquot_6.6.0\n[ 0.523845] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.525363] fuse init (API version 7.23)\n[ 0.526277] Key type big_key registered\n[ 0.527084] Allocating IMA MOK and blacklist keyrings.\n[ 0.528561] Key type asymmetric registered\n[ 0.529390] Asymmetric key parser 'x509' registered\n[ 0.530362] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.531836] io scheduler noop registered\n[ 0.538385] io scheduler deadline registered (default)\n[ 0.540479] io scheduler cfq registered\n[ 0.541356] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.542453] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.543737] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.545189] ACPI: Power Button [PWRF]\n[ 0.546064] GHES: HEST is not enabled!\n[ 0.560060] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.591147] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.594003] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.617594] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.620570] Linux agpgart interface v0.103\n[ 0.623148] brd: module loaded\n[ 0.624770] loop: module loaded\n[ 0.630480] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.632204] GPT:90111 != 2097151\n[ 0.632992] GPT:Alternate GPT header not at the end of the disk.\n[ 0.634258] GPT:90111 != 2097151\n[ 0.635021] GPT: Use GNU Parted to correct GPT errors.\n[ 0.636162] vda: vda1 vda15\n[ 0.637674] scsi host0: ata_piix\n[ 0.638507] scsi host1: ata_piix\n[ 0.639325] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.640732] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.642441] libphy: Fixed MDIO Bus: probed\n[ 0.643401] tun: Universal TUN/TAP device driver, 1.6\n[ 0.644481] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.646766] PPP generic driver version 2.4.2\n[ 0.647974] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.649369] ehci-pci: EHCI PCI platform driver\n[ 0.650392] ehci-platform: EHCI generic platform driver\n[ 0.651526] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.652832] ohci-pci: OHCI PCI platform driver\n[ 0.653830] ohci-platform: OHCI generic platform driver\n[ 0.655010] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.669531] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.670797] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.672492] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.673687] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.674942] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.676442] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.678132] usb usb1: Product: UHCI Host Controller\n[ 0.679284] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.680684] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.681832] hub 1-0:1.0: USB hub found\n[ 0.682764] hub 1-0:1.0: 2 ports detected\n[ 0.683799] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.686263] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.687425] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.688677] mousedev: PS/2 mouse device common for all mice\n[ 0.690133] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.692281] rtc_cmos 00:00: RTC can wake from S4\n[ 0.693575] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.694997] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.696493] i2c /dev entries driver\n[ 0.697407] device-mapper: uevent: version 1.0.3\n[ 0.698548] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.700532] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.702029] NET: Registered protocol family 10\n[ 0.703198] NET: Registered protocol family 17\n[ 0.704207] Key type dns_resolver registered\n[ 0.705287] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.706608] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.708738] registered taskstats version 1\n[ 0.709722] Loading compiled-in X.509 certificates\n[ 0.711347] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.713693] zswap: loaded using pool lzo/zbud\n[ 0.715255] Key type trusted registered\n[ 0.716936] Key type encrypted registered\n[ 0.717925] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.719173] ima: No TPM chip found, activating TPM-bypass!\n[ 0.720459] evm: HMAC attrs: 0x1\n[ 0.721548] Magic number: 2:69:531\n[ 0.722494] tty ttyS11: hash matches\n[ 0.723462] rtc_cmos 00:00: setting system clock to 2018-09-04 12:30:11 UTC (1536064211)\n[ 0.725382] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.726787] EDD information not available.\n[ 0.798210] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.799868] ata1.00: configured for MWDMA2\n[ 0.812150] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.814647] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.816137] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.817592] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.819771] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.821691] Write protecting the kernel read-only data: 14336k\n[ 0.823502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.825571] 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.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.284845] 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\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 AAAAB3NzaC1yc2EAAAADAQABAAABAQDhMbOrcg+iY5XSE40RlFYlRrsIVyPA28FyNt4NNHdHnBjUvSdUj80nCl9j0WKpcMKykiVxFaVxW5OZtrn44jXDFWRIbJq9+ak3Kpo5tS5xvg0vsBh6EFJRDUTCQuj147BaVEkqBg1rUhYdUr3toJM84HYwaiWM4VZpAOHmTigpXt4qcYjWQKGoUBDH9yCqaambh4u6HvSpZ1Sj3L89kAtevDBh8DEly1osJooArWAjzHSMKGq/4hEGb/Wuw96ahvBq01okFTVgeZGK3t5c6E+DHaSO8OvR9uQRZ15knOb0rJWPtmxGB2uBuPh0CkEGR/ShPkbXmB1C1KMOYxJQl9Mh root@sdnvpn-2-2\nssh-dss AAAAB3NzaC1kc3MAAACBAIRs6nfF+M/vciWI6Y6gN5DvQHlCzm8dlXoVnmVsoHrJYPX0LSiGjA2UD4jma8X6QFjaDtHPr2UoDY49GGWthFxQQQvwttFPSTfhalsdSNXiJW4RACMt1TZX6y2W+pUuOEzE4UQ/8S1TktOs4RQsLZ26a+VK1GlnzZB2wmcfsXdNAAAAFQDOeAFNxwib4sn5BzVuGwCZlu4XmQAAAIAp2B0OrI4NKtP+bNgbqx8isCadei7JRoftkJgUUt3flypiYl/rtgR5eZ7TbXs6c+w0ocQx+nJPO0otWwvk0TrDR7RA59GYxzpjcn6ef37s60K5tQvD1Fyx6cPPnTMoLca1RojLxvfvPh6O2a6LkANyeKcQJEKmGxVjnCjqHXAoBwAAAIBAZMclIdV5naWiQAyzY9TPKQoDKigu9s4Hdlj9U3BYxwj3FGRagL74Iden/pTGE4A6WbWOG4iKw59HmNcsrSg6JAV4fUY9R2RmAGtveNsia8pMtTr5F4VQH2+tTd0EU3WZNYEsnjhj+MEs4oWZY4gkDvFW+APbOqBGVAQ+kU6uMQ== 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:fec6:34bd/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.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: configdrive local ===\ninstance-id: b0b45be3-9dae-4ac5-8917-42d2cfee29aa\nname: sdnvpn-2-2\navailability-zone: nova\nlocal-hostname: sdnvpn-2-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=1.53 ===\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:C6:34:BD \n inet addr:10.10.10.12 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fec6:34bd/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:13 errors:0 dropped:5 overruns:0 frame:0\n TX packets:10 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:2427 (2.3 KiB) TX bytes:1234 (1.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: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-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.154196] usb 1-1: SerialNumber: 42\n[ 1.248846] EXT4-fs (vda1): re-mounted. Opts: data=ordered\n[ 1.266939] EXT4-fs (vda1): re-mounted. Opts: data=ordered\n[ 1.284845] random: dd urandom read with 13 bits of entropy available\n[ 1.326409] ISO 9660 Extensions: Microsoft Joliet Level 3\n[ 1.328290] ISO 9660 Extensions: RRIP_1991A\n[ 1.509691] tsc: Refined TSC clocksource calibration: 3491.911 MHz\n[ 1.509694] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x325577d1aeb, max_idle_ns: 440795265276 ns\n[ 1.647948] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\n[ 2.045354] EXT4-fs (vda1): resized filesystem to 1039340\n### tail -n 25 /var/log/messages\nSep 4 13:30:12 cirros syslog.info syslogd started: BusyBox v1.23.2\nSep 4 13:30:12 cirros kern.notice kernel: klogd started: BusyBox v1.23.2 (2017-11-20 02:37:12 UTC)\nSep 4 13:30:12 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpuset\nSep 4 13:30:12 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpu\nSep 4 13:30:12 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpuacct\nSep 4 13:30:12 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)\nSep 4 13:30:12 cirros kern.info kernel: [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\nSep 4 13:30:12 cirros kern.info kernel: [ 0.000000] KERNEL supported cpus:\nSep 4 13:30:12 cirros kern.info kernel: [ 0.000000] Intel GenuineIntel\nSep 4 13:30:12 cirros kern.info kernel: [ 0.000000] AMD AuthenticAMD\nSep 4 13:30:12 cirros kern.info kernel: [ 0.000000] Centaur CentaurHauls\nSep 4 13:30:12 cirros kern.info kernel: [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\nSep 4 13:30:12 cirros kern.notice kernel: [ 1.284845] random: dd urandom read with 13 bits of entropy available\nSep 4 13:30:12 cirros kern.debug kernel: [ 1.326409] ISO 9660 Extensions: Microsoft Joliet Level 3\nSep 4 13:30:12 cirros kern.debug kernel: [ 1.328290] ISO 9660 Extensions: RRIP_1991A\nSep 4 13:30:12 cirros kern.info kernel: [ 1.509691] tsc: Refined TSC clocksource calibration: 3491.911 MHz\nSep 4 13:30:12 cirros kern.info kernel: [ 1.509694] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x325577d1aeb, max_idle_ns: 440795265276 ns\nSep 4 13:30:12 cirros authpriv.info dropbear[318]: Running in background\nSep 4 13:30:12 cirros kern.info kernel: [ 1.647948] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\nSep 4 13:30:12 cirros authpriv.notice sudo: root : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/bin/mkdir -p /home/cirros/.ssh/\nSep 4 13:30:12 cirros authpriv.notice sudo: root : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/bin/chown cirros:cirros /home/cirros/.ssh/\nSep 4 13:30:12 cirros authpriv.notice sudo: root : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/bin/chown cirros:cirros /home/cirros/id_rsa\nSep 4 13:30:12 cirros authpriv.notice sudo: root : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/bin/echo ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAAAgnWtSS98Am516estBsq0jbyOB4eLMUYDdgzsUHsnxFQCtACwwAg9/2uq3FoGUBUWeHZNsT6jcK9sCMEYiS479CUCzbrxcd8XaIlK38HECcDVglgBNwNzX/WDfMejXpKzZG\nSep 4 13:30:12 cirros authpriv.notice sudo: root : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/bin/chown cirros:cirros /home/cirros/.ssh/authorized_keys\nSep 4 13:30:12 cirros kern.info kernel: [ 2.045354] 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-2-2 login: "} 2018-09-04 12:31:01,365 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/b0b45be3-9dae-4ac5-8917-42d2cfee29aa/action used request id req-c1cdab4b-ce7a-4bd3-94fb-28d1c0bc86be 2018-09-04 12:31:03,402 - sdnvpn_test_utils - INFO - Waiting for instance d6f7ffd8-57d5-4112-8185-22e0bdd64861 to boot up 2018-09-04 12:31:03,406 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/servers/d6f7ffd8-57d5-4112-8185-22e0bdd64861/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2214fdfe23c5c8169776c6a94141fba7cd526aef" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-04 12:31:04,477 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12: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-55e3831f-60c5-4025-80f7-254ffab460de x-compute-request-id: req-55e3831f-60c5-4025-80f7-254ffab460de Content-Encoding: gzip Content-Length: 7891 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 564303106 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 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.132063] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.133706] pid_max: default: 32768 minimum: 301\n[ 0.134596] ACPI: Core revision 20150930\n[ 0.135971] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.137268] Security Framework initialized\n[ 0.138079] Yama: becoming mindful.\n[ 0.138807] AppArmor: AppArmor initialized\n[ 0.139670] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.140994] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.142259] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143458] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144833] Initializing cgroup subsys io\n[ 0.145637] Initializing cgroup subsys memory\n[ 0.146487] Initializing cgroup subsys devices\n[ 0.147366] Initializing cgroup subsys freezer\n[ 0.148255] Initializing cgroup subsys net_cls\n[ 0.149109] Initializing cgroup subsys perf_event\n[ 0.150007] Initializing cgroup subsys net_prio\n[ 0.150879] Initializing cgroup subsys hugetlb\n[ 0.151743] Initializing cgroup subsys pids\n[ 0.152614] CPU: Physical Processor ID: 0\n[ 0.154111] mce: CPU supports 10 MCE banks\n[ 0.154958] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.155962] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.167058] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.173461] ftrace: allocating 31920 entries in 125 pages\n[ 0.200006] smpboot: Max logical packages: 1\n[ 0.200860] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.202219] x2apic enabled\n[ 0.203020] Switched APIC routing to physical x2apic.\n[ 0.204767] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.205879] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.207865] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.209630] KVM setup paravirtual spinlock\n[ 0.210912] x86: Booted up 1 node, 1 CPUs\n[ 0.211713] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.213088] devtmpfs: initialized\n[ 0.214796] evm: security.selinux\n[ 0.215490] evm: security.SMACK64\n[ 0.216180] evm: security.SMACK64EXEC\n[ 0.216930] evm: security.SMACK64TRANSMUTE\n[ 0.217730] evm: security.SMACK64MMAP\n[ 0.218469] evm: security.ima\n[ 0.219106] evm: security.capability\n[ 0.219901] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.221745] pinctrl core: initialized pinctrl subsystem\n[ 0.222860] RTC time: 12:30:37, date: 09/04/18\n[ 0.223803] NET: Registered protocol family 16\n[ 0.224766] cpuidle: using governor ladder\n[ 0.225572] cpuidle: using governor menu\n[ 0.226352] PCCT header not found.\n[ 0.227113] ACPI: bus type PCI registered\n[ 0.227916] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.229142] PCI: Using configuration type 1 for base access\n[ 0.230888] ACPI: Added _OSI(Module Device)\n[ 0.231730] ACPI: Added _OSI(Processor Device)\n[ 0.232583] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.233473] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.235569] ACPI: Interpreter enabled\n[ 0.236342] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.238170] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.239994] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.241824] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.243659] ACPI: (supports S0 S5)\n[ 0.244361] ACPI: Using IOAPIC for interrupt routing\n[ 0.245304] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.248376] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.249512] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.250743] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.251927] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.254135] acpiphp: Slot [3] registered\n[ 0.254936] acpiphp: Slot [4] registered\n[ 0.255730] acpiphp: Slot [5] registered\n[ 0.256517] acpiphp: Slot [6] registered\n[ 0.257303] acpiphp: Slot [7] registered\n[ 0.258111] acpiphp: Slot [8] registered\n[ 0.258913] acpiphp: Slot [9] registered\n[ 0.259704] acpiphp: Slot [10] registered\n[ 0.260503] acpiphp: Slot [11] registered\n[ 0.261314] acpiphp: Slot [12] registered\n[ 0.262144] acpiphp: Slot [13] registered\n[ 0.262958] acpiphp: Slot [14] registered\n[ 0.263761] acpiphp: Slot [15] registered\n[ 0.274815] acpiphp: Slot [16] registered\n[ 0.275623] acpiphp: Slot [17] registered\n[ 0.276425] acpiphp: Slot [18] registered\n[ 0.277228] acpiphp: Slot [19] registered\n[ 0.278033] acpiphp: Slot [20] registered\n[ 0.278844] acpiphp: Slot [21] registered\n[ 0.279652] acpiphp: Slot [22] registered\n[ 0.280453] acpiphp: Slot [23] registered\n[ 0.281256] acpiphp: Slot [24] registered\n[ 0.282058] acpiphp: Slot [25] registered\n[ 0.282863] acpiphp: Slot [26] registered\n[ 0.283666] acpiphp: Slot [27] registered\n[ 0.284469] acpiphp: Slot [28] registered\n[ 0.285274] acpiphp: Slot [29] registered\n[ 0.286082] acpiphp: Slot [30] registered\n[ 0.286889] acpiphp: Slot [31] registered\n[ 0.287691] PCI host bridge to bus 0000:00\n[ 0.288488] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.289684] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.290883] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.292314] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.293746] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.299888] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.301157] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.302320] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.303573] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.309868] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.311280] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.356784] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.358245] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.359665] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.361083] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.362469] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.363722] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.364887] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.365935] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.367480] vgaarb: loaded\n[ 0.368088] vgaarb: bridge control possible 0000:00:02.0\n[ 0.369223] SCSI subsystem initialized\n[ 0.370041] ACPI: bus type USB registered\n[ 0.370853] usbcore: registered new interface driver usbfs\n[ 0.371881] usbcore: registered new interface driver hub\n[ 0.372893] usbcore: registered new device driver usb\n[ 0.373943] PCI: Using ACPI for IRQ routing\n[ 0.374963] NetLabel: Initializing\n[ 0.375675] NetLabel: domain hash size = 128\n[ 0.376518] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.377474] NetLabel: unlabeled traffic allowed by default\n[ 0.378569] clocksource: Switched to clocksource kvm-clock\n[ 0.383970] AppArmor: AppArmor Filesystem Enabled\n[ 0.384951] pnp: PnP ACPI init\n[ 0.385859] pnp: PnP ACPI: found 5 devices\n[ 0.392228] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.393932] NET: Registered protocol family 2\n[ 0.394890] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.396174] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.397344] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.398504] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.399585] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.400765] NET: Registered protocol family 1\n[ 0.401635] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.402733] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.403802] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.417796] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.432030] Trying to unpack rootfs image as initramfs...\n[ 0.481925] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.495783] Scanning for low memory corruption every 60 seconds\n[ 0.497138] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.498287] audit: initializing netlink subsys (disabled)\n[ 0.499324] audit: type=2000 audit(1536064238.627:1): initialized\n[ 0.500640] Initialise system trusted keyring\n[ 0.501567] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.502741] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.504707] zbud: loaded\n[ 0.505404] VFS: Disk quotas dquot_6.6.0\n[ 0.506230] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.507763] fuse init (API version 7.23)\n[ 0.508651] Key type big_key registered\n[ 0.509452] Allocating IMA MOK and blacklist keyrings.\n[ 0.510938] Key type asymmetric registered\n[ 0.511767] Asymmetric key parser 'x509' registered\n[ 0.512719] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.514178] io scheduler noop registered\n[ 0.514989] io scheduler deadline registered (default)\n[ 0.515984] io scheduler cfq registered\n[ 0.516816] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.517861] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.519140] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.520591] ACPI: Power Button [PWRF]\n[ 0.521416] GHES: HEST is not enabled!\n[ 0.535145] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.563088] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.565319] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.589254] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.591364] Linux agpgart interface v0.103\n[ 0.593357] brd: module loaded\n[ 0.594512] loop: module loaded\n[ 0.601801] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.603275] GPT:90111 != 2097151\n[ 0.603957] GPT:Alternate GPT header not at the end of the disk.\n[ 0.605049] GPT:90111 != 2097151\n[ 0.605720] GPT: Use GNU Parted to correct GPT errors.\n[ 0.606686] vda: vda1 vda15\n[ 0.608223] scsi host0: ata_piix\n[ 0.608973] scsi host1: ata_piix\n[ 0.609698] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.610951] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.612415] libphy: Fixed MDIO Bus: probed\n[ 0.613248] tun: Universal TUN/TAP device driver, 1.6\n[ 0.614207] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.616365] PPP generic driver version 2.4.2\n[ 0.617264] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.618596] ehci-pci: EHCI PCI platform driver\n[ 0.619481] ehci-platform: EHCI generic platform driver\n[ 0.620479] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.621623] ohci-pci: OHCI PCI platform driver\n[ 0.622496] ohci-platform: OHCI generic platform driver\n[ 0.623505] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.637877] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.638904] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.640377] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.641411] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.642545] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.643788] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.645224] usb usb1: Product: UHCI Host Controller\n[ 0.646165] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.647322] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.648345] hub 1-0:1.0: USB hub found\n[ 0.649134] hub 1-0:1.0: 2 ports detected\n[ 0.650061] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.652225] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.653197] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.654242] mousedev: PS/2 mouse device common for all mice\n[ 0.655526] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.657415] rtc_cmos 00:00: RTC can wake from S4\n[ 0.658523] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.659758] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.660976] i2c /dev entries driver\n[ 0.661742] device-mapper: uevent: version 1.0.3\n[ 0.662702] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.664346] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.665658] NET: Registered protocol family 10\n[ 0.666689] NET: Registered protocol family 17\n[ 0.667582] Key type dns_resolver registered\n[ 0.668521] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.669640] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.671420] registered taskstats version 1\n[ 0.672274] Loading compiled-in X.509 certificates\n[ 0.673731] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.675620] zswap: loaded using pool lzo/zbud\n[ 0.676998] Key type trusted registered\n[ 0.678552] Key type encrypted registered\n[ 0.679402] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.680440] ima: No TPM chip found, activating TPM-bypass!\n[ 0.681488] evm: HMAC attrs: 0x1\n[ 0.682437] Magic number: 2:69:531\n[ 0.683222] tty ttyS11: hash matches\n[ 0.684043] rtc_cmos 00:00: setting system clock to 2018-09-04 12:30:38 UTC (1536064238)\n[ 0.685644] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.686775] EDD information not available.\n[ 0.767127] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.768620] ata1.00: configured for MWDMA2\n[ 0.780342] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.782605] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.783843] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.785095] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.786994] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.788547] Write protecting the kernel read-only data: 14336k\n[ 0.790113] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.791935] 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.852436] 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 0.97\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found 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-09-04 12:31:04,477 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/d6f7ffd8-57d5-4112-8185-22e0bdd64861/action used request id req-55e3831f-60c5-4025-80f7-254ffab460de 2018-09-04 12:31:06,483 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/servers/d6f7ffd8-57d5-4112-8185-22e0bdd64861/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2214fdfe23c5c8169776c6a94141fba7cd526aef" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-04 12:31:07,746 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12: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-03e6dfae-33ca-4c51-8a9a-a749ef52ae1e x-compute-request-id: req-03e6dfae-33ca-4c51-8a9a-a749ef52ae1e Content-Encoding: gzip Content-Length: 7891 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 564303106 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 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.132063] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.133706] pid_max: default: 32768 minimum: 301\n[ 0.134596] ACPI: Core revision 20150930\n[ 0.135971] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.137268] Security Framework initialized\n[ 0.138079] Yama: becoming mindful.\n[ 0.138807] AppArmor: AppArmor initialized\n[ 0.139670] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.140994] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.142259] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143458] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144833] Initializing cgroup subsys io\n[ 0.145637] Initializing cgroup subsys memory\n[ 0.146487] Initializing cgroup subsys devices\n[ 0.147366] Initializing cgroup subsys freezer\n[ 0.148255] Initializing cgroup subsys net_cls\n[ 0.149109] Initializing cgroup subsys perf_event\n[ 0.150007] Initializing cgroup subsys net_prio\n[ 0.150879] Initializing cgroup subsys hugetlb\n[ 0.151743] Initializing cgroup subsys pids\n[ 0.152614] CPU: Physical Processor ID: 0\n[ 0.154111] mce: CPU supports 10 MCE banks\n[ 0.154958] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.155962] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.167058] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.173461] ftrace: allocating 31920 entries in 125 pages\n[ 0.200006] smpboot: Max logical packages: 1\n[ 0.200860] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.202219] x2apic enabled\n[ 0.203020] Switched APIC routing to physical x2apic.\n[ 0.204767] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.205879] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.207865] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.209630] KVM setup paravirtual spinlock\n[ 0.210912] x86: Booted up 1 node, 1 CPUs\n[ 0.211713] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.213088] devtmpfs: initialized\n[ 0.214796] evm: security.selinux\n[ 0.215490] evm: security.SMACK64\n[ 0.216180] evm: security.SMACK64EXEC\n[ 0.216930] evm: security.SMACK64TRANSMUTE\n[ 0.217730] evm: security.SMACK64MMAP\n[ 0.218469] evm: security.ima\n[ 0.219106] evm: security.capability\n[ 0.219901] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.221745] pinctrl core: initialized pinctrl subsystem\n[ 0.222860] RTC time: 12:30:37, date: 09/04/18\n[ 0.223803] NET: Registered protocol family 16\n[ 0.224766] cpuidle: using governor ladder\n[ 0.225572] cpuidle: using governor menu\n[ 0.226352] PCCT header not found.\n[ 0.227113] ACPI: bus type PCI registered\n[ 0.227916] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.229142] PCI: Using configuration type 1 for base access\n[ 0.230888] ACPI: Added _OSI(Module Device)\n[ 0.231730] ACPI: Added _OSI(Processor Device)\n[ 0.232583] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.233473] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.235569] ACPI: Interpreter enabled\n[ 0.236342] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.238170] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.239994] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.241824] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.243659] ACPI: (supports S0 S5)\n[ 0.244361] ACPI: Using IOAPIC for interrupt routing\n[ 0.245304] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.248376] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.249512] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.250743] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.251927] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.254135] acpiphp: Slot [3] registered\n[ 0.254936] acpiphp: Slot [4] registered\n[ 0.255730] acpiphp: Slot [5] registered\n[ 0.256517] acpiphp: Slot [6] registered\n[ 0.257303] acpiphp: Slot [7] registered\n[ 0.258111] acpiphp: Slot [8] registered\n[ 0.258913] acpiphp: Slot [9] registered\n[ 0.259704] acpiphp: Slot [10] registered\n[ 0.260503] acpiphp: Slot [11] registered\n[ 0.261314] acpiphp: Slot [12] registered\n[ 0.262144] acpiphp: Slot [13] registered\n[ 0.262958] acpiphp: Slot [14] registered\n[ 0.263761] acpiphp: Slot [15] registered\n[ 0.274815] acpiphp: Slot [16] registered\n[ 0.275623] acpiphp: Slot [17] registered\n[ 0.276425] acpiphp: Slot [18] registered\n[ 0.277228] acpiphp: Slot [19] registered\n[ 0.278033] acpiphp: Slot [20] registered\n[ 0.278844] acpiphp: Slot [21] registered\n[ 0.279652] acpiphp: Slot [22] registered\n[ 0.280453] acpiphp: Slot [23] registered\n[ 0.281256] acpiphp: Slot [24] registered\n[ 0.282058] acpiphp: Slot [25] registered\n[ 0.282863] acpiphp: Slot [26] registered\n[ 0.283666] acpiphp: Slot [27] registered\n[ 0.284469] acpiphp: Slot [28] registered\n[ 0.285274] acpiphp: Slot [29] registered\n[ 0.286082] acpiphp: Slot [30] registered\n[ 0.286889] acpiphp: Slot [31] registered\n[ 0.287691] PCI host bridge to bus 0000:00\n[ 0.288488] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.289684] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.290883] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.292314] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.293746] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.299888] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.301157] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.302320] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.303573] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.309868] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.311280] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.356784] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.358245] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.359665] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.361083] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.362469] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.363722] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.364887] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.365935] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.367480] vgaarb: loaded\n[ 0.368088] vgaarb: bridge control possible 0000:00:02.0\n[ 0.369223] SCSI subsystem initialized\n[ 0.370041] ACPI: bus type USB registered\n[ 0.370853] usbcore: registered new interface driver usbfs\n[ 0.371881] usbcore: registered new interface driver hub\n[ 0.372893] usbcore: registered new device driver usb\n[ 0.373943] PCI: Using ACPI for IRQ routing\n[ 0.374963] NetLabel: Initializing\n[ 0.375675] NetLabel: domain hash size = 128\n[ 0.376518] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.377474] NetLabel: unlabeled traffic allowed by default\n[ 0.378569] clocksource: Switched to clocksource kvm-clock\n[ 0.383970] AppArmor: AppArmor Filesystem Enabled\n[ 0.384951] pnp: PnP ACPI init\n[ 0.385859] pnp: PnP ACPI: found 5 devices\n[ 0.392228] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.393932] NET: Registered protocol family 2\n[ 0.394890] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.396174] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.397344] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.398504] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.399585] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.400765] NET: Registered protocol family 1\n[ 0.401635] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.402733] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.403802] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.417796] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.432030] Trying to unpack rootfs image as initramfs...\n[ 0.481925] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.495783] Scanning for low memory corruption every 60 seconds\n[ 0.497138] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.498287] audit: initializing netlink subsys (disabled)\n[ 0.499324] audit: type=2000 audit(1536064238.627:1): initialized\n[ 0.500640] Initialise system trusted keyring\n[ 0.501567] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.502741] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.504707] zbud: loaded\n[ 0.505404] VFS: Disk quotas dquot_6.6.0\n[ 0.506230] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.507763] fuse init (API version 7.23)\n[ 0.508651] Key type big_key registered\n[ 0.509452] Allocating IMA MOK and blacklist keyrings.\n[ 0.510938] Key type asymmetric registered\n[ 0.511767] Asymmetric key parser 'x509' registered\n[ 0.512719] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.514178] io scheduler noop registered\n[ 0.514989] io scheduler deadline registered (default)\n[ 0.515984] io scheduler cfq registered\n[ 0.516816] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.517861] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.519140] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.520591] ACPI: Power Button [PWRF]\n[ 0.521416] GHES: HEST is not enabled!\n[ 0.535145] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.563088] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.565319] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.589254] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.591364] Linux agpgart interface v0.103\n[ 0.593357] brd: module loaded\n[ 0.594512] loop: module loaded\n[ 0.601801] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.603275] GPT:90111 != 2097151\n[ 0.603957] GPT:Alternate GPT header not at the end of the disk.\n[ 0.605049] GPT:90111 != 2097151\n[ 0.605720] GPT: Use GNU Parted to correct GPT errors.\n[ 0.606686] vda: vda1 vda15\n[ 0.608223] scsi host0: ata_piix\n[ 0.608973] scsi host1: ata_piix\n[ 0.609698] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.610951] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.612415] libphy: Fixed MDIO Bus: probed\n[ 0.613248] tun: Universal TUN/TAP device driver, 1.6\n[ 0.614207] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.616365] PPP generic driver version 2.4.2\n[ 0.617264] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.618596] ehci-pci: EHCI PCI platform driver\n[ 0.619481] ehci-platform: EHCI generic platform driver\n[ 0.620479] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.621623] ohci-pci: OHCI PCI platform driver\n[ 0.622496] ohci-platform: OHCI generic platform driver\n[ 0.623505] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.637877] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.638904] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.640377] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.641411] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.642545] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.643788] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.645224] usb usb1: Product: UHCI Host Controller\n[ 0.646165] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.647322] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.648345] hub 1-0:1.0: USB hub found\n[ 0.649134] hub 1-0:1.0: 2 ports detected\n[ 0.650061] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.652225] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.653197] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.654242] mousedev: PS/2 mouse device common for all mice\n[ 0.655526] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.657415] rtc_cmos 00:00: RTC can wake from S4\n[ 0.658523] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.659758] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.660976] i2c /dev entries driver\n[ 0.661742] device-mapper: uevent: version 1.0.3\n[ 0.662702] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.664346] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.665658] NET: Registered protocol family 10\n[ 0.666689] NET: Registered protocol family 17\n[ 0.667582] Key type dns_resolver registered\n[ 0.668521] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.669640] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.671420] registered taskstats version 1\n[ 0.672274] Loading compiled-in X.509 certificates\n[ 0.673731] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.675620] zswap: loaded using pool lzo/zbud\n[ 0.676998] Key type trusted registered\n[ 0.678552] Key type encrypted registered\n[ 0.679402] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.680440] ima: No TPM chip found, activating TPM-bypass!\n[ 0.681488] evm: HMAC attrs: 0x1\n[ 0.682437] Magic number: 2:69:531\n[ 0.683222] tty ttyS11: hash matches\n[ 0.684043] rtc_cmos 00:00: setting system clock to 2018-09-04 12:30:38 UTC (1536064238)\n[ 0.685644] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.686775] EDD information not available.\n[ 0.767127] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.768620] ata1.00: configured for MWDMA2\n[ 0.780342] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.782605] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.783843] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.785095] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.786994] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.788547] Write protecting the kernel read-only data: 14336k\n[ 0.790113] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.791935] 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.852436] 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 0.97\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found 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-09-04 12:31:07,747 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/d6f7ffd8-57d5-4112-8185-22e0bdd64861/action used request id req-03e6dfae-33ca-4c51-8a9a-a749ef52ae1e 2018-09-04 12:31:09,753 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/servers/d6f7ffd8-57d5-4112-8185-22e0bdd64861/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2214fdfe23c5c8169776c6a94141fba7cd526aef" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-04 12:31:10,823 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12:31: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-741eb46f-6621-4a6c-a0f5-49cfa986bd46 x-compute-request-id: req-741eb46f-6621-4a6c-a0f5-49cfa986bd46 Content-Encoding: gzip Content-Length: 7891 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 564303106 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 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.132063] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.133706] pid_max: default: 32768 minimum: 301\n[ 0.134596] ACPI: Core revision 20150930\n[ 0.135971] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.137268] Security Framework initialized\n[ 0.138079] Yama: becoming mindful.\n[ 0.138807] AppArmor: AppArmor initialized\n[ 0.139670] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.140994] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.142259] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143458] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144833] Initializing cgroup subsys io\n[ 0.145637] Initializing cgroup subsys memory\n[ 0.146487] Initializing cgroup subsys devices\n[ 0.147366] Initializing cgroup subsys freezer\n[ 0.148255] Initializing cgroup subsys net_cls\n[ 0.149109] Initializing cgroup subsys perf_event\n[ 0.150007] Initializing cgroup subsys net_prio\n[ 0.150879] Initializing cgroup subsys hugetlb\n[ 0.151743] Initializing cgroup subsys pids\n[ 0.152614] CPU: Physical Processor ID: 0\n[ 0.154111] mce: CPU supports 10 MCE banks\n[ 0.154958] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.155962] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.167058] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.173461] ftrace: allocating 31920 entries in 125 pages\n[ 0.200006] smpboot: Max logical packages: 1\n[ 0.200860] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.202219] x2apic enabled\n[ 0.203020] Switched APIC routing to physical x2apic.\n[ 0.204767] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.205879] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.207865] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.209630] KVM setup paravirtual spinlock\n[ 0.210912] x86: Booted up 1 node, 1 CPUs\n[ 0.211713] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.213088] devtmpfs: initialized\n[ 0.214796] evm: security.selinux\n[ 0.215490] evm: security.SMACK64\n[ 0.216180] evm: security.SMACK64EXEC\n[ 0.216930] evm: security.SMACK64TRANSMUTE\n[ 0.217730] evm: security.SMACK64MMAP\n[ 0.218469] evm: security.ima\n[ 0.219106] evm: security.capability\n[ 0.219901] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.221745] pinctrl core: initialized pinctrl subsystem\n[ 0.222860] RTC time: 12:30:37, date: 09/04/18\n[ 0.223803] NET: Registered protocol family 16\n[ 0.224766] cpuidle: using governor ladder\n[ 0.225572] cpuidle: using governor menu\n[ 0.226352] PCCT header not found.\n[ 0.227113] ACPI: bus type PCI registered\n[ 0.227916] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.229142] PCI: Using configuration type 1 for base access\n[ 0.230888] ACPI: Added _OSI(Module Device)\n[ 0.231730] ACPI: Added _OSI(Processor Device)\n[ 0.232583] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.233473] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.235569] ACPI: Interpreter enabled\n[ 0.236342] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.238170] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.239994] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.241824] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.243659] ACPI: (supports S0 S5)\n[ 0.244361] ACPI: Using IOAPIC for interrupt routing\n[ 0.245304] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.248376] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.249512] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.250743] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.251927] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.254135] acpiphp: Slot [3] registered\n[ 0.254936] acpiphp: Slot [4] registered\n[ 0.255730] acpiphp: Slot [5] registered\n[ 0.256517] acpiphp: Slot [6] registered\n[ 0.257303] acpiphp: Slot [7] registered\n[ 0.258111] acpiphp: Slot [8] registered\n[ 0.258913] acpiphp: Slot [9] registered\n[ 0.259704] acpiphp: Slot [10] registered\n[ 0.260503] acpiphp: Slot [11] registered\n[ 0.261314] acpiphp: Slot [12] registered\n[ 0.262144] acpiphp: Slot [13] registered\n[ 0.262958] acpiphp: Slot [14] registered\n[ 0.263761] acpiphp: Slot [15] registered\n[ 0.274815] acpiphp: Slot [16] registered\n[ 0.275623] acpiphp: Slot [17] registered\n[ 0.276425] acpiphp: Slot [18] registered\n[ 0.277228] acpiphp: Slot [19] registered\n[ 0.278033] acpiphp: Slot [20] registered\n[ 0.278844] acpiphp: Slot [21] registered\n[ 0.279652] acpiphp: Slot [22] registered\n[ 0.280453] acpiphp: Slot [23] registered\n[ 0.281256] acpiphp: Slot [24] registered\n[ 0.282058] acpiphp: Slot [25] registered\n[ 0.282863] acpiphp: Slot [26] registered\n[ 0.283666] acpiphp: Slot [27] registered\n[ 0.284469] acpiphp: Slot [28] registered\n[ 0.285274] acpiphp: Slot [29] registered\n[ 0.286082] acpiphp: Slot [30] registered\n[ 0.286889] acpiphp: Slot [31] registered\n[ 0.287691] PCI host bridge to bus 0000:00\n[ 0.288488] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.289684] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.290883] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.292314] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.293746] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.299888] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.301157] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.302320] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.303573] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.309868] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.311280] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.356784] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.358245] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.359665] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.361083] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.362469] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.363722] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.364887] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.365935] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.367480] vgaarb: loaded\n[ 0.368088] vgaarb: bridge control possible 0000:00:02.0\n[ 0.369223] SCSI subsystem initialized\n[ 0.370041] ACPI: bus type USB registered\n[ 0.370853] usbcore: registered new interface driver usbfs\n[ 0.371881] usbcore: registered new interface driver hub\n[ 0.372893] usbcore: registered new device driver usb\n[ 0.373943] PCI: Using ACPI for IRQ routing\n[ 0.374963] NetLabel: Initializing\n[ 0.375675] NetLabel: domain hash size = 128\n[ 0.376518] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.377474] NetLabel: unlabeled traffic allowed by default\n[ 0.378569] clocksource: Switched to clocksource kvm-clock\n[ 0.383970] AppArmor: AppArmor Filesystem Enabled\n[ 0.384951] pnp: PnP ACPI init\n[ 0.385859] pnp: PnP ACPI: found 5 devices\n[ 0.392228] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.393932] NET: Registered protocol family 2\n[ 0.394890] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.396174] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.397344] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.398504] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.399585] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.400765] NET: Registered protocol family 1\n[ 0.401635] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.402733] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.403802] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.417796] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.432030] Trying to unpack rootfs image as initramfs...\n[ 0.481925] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.495783] Scanning for low memory corruption every 60 seconds\n[ 0.497138] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.498287] audit: initializing netlink subsys (disabled)\n[ 0.499324] audit: type=2000 audit(1536064238.627:1): initialized\n[ 0.500640] Initialise system trusted keyring\n[ 0.501567] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.502741] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.504707] zbud: loaded\n[ 0.505404] VFS: Disk quotas dquot_6.6.0\n[ 0.506230] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.507763] fuse init (API version 7.23)\n[ 0.508651] Key type big_key registered\n[ 0.509452] Allocating IMA MOK and blacklist keyrings.\n[ 0.510938] Key type asymmetric registered\n[ 0.511767] Asymmetric key parser 'x509' registered\n[ 0.512719] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.514178] io scheduler noop registered\n[ 0.514989] io scheduler deadline registered (default)\n[ 0.515984] io scheduler cfq registered\n[ 0.516816] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.517861] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.519140] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.520591] ACPI: Power Button [PWRF]\n[ 0.521416] GHES: HEST is not enabled!\n[ 0.535145] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.563088] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.565319] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.589254] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.591364] Linux agpgart interface v0.103\n[ 0.593357] brd: module loaded\n[ 0.594512] loop: module loaded\n[ 0.601801] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.603275] GPT:90111 != 2097151\n[ 0.603957] GPT:Alternate GPT header not at the end of the disk.\n[ 0.605049] GPT:90111 != 2097151\n[ 0.605720] GPT: Use GNU Parted to correct GPT errors.\n[ 0.606686] vda: vda1 vda15\n[ 0.608223] scsi host0: ata_piix\n[ 0.608973] scsi host1: ata_piix\n[ 0.609698] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.610951] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.612415] libphy: Fixed MDIO Bus: probed\n[ 0.613248] tun: Universal TUN/TAP device driver, 1.6\n[ 0.614207] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.616365] PPP generic driver version 2.4.2\n[ 0.617264] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.618596] ehci-pci: EHCI PCI platform driver\n[ 0.619481] ehci-platform: EHCI generic platform driver\n[ 0.620479] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.621623] ohci-pci: OHCI PCI platform driver\n[ 0.622496] ohci-platform: OHCI generic platform driver\n[ 0.623505] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.637877] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.638904] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.640377] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.641411] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.642545] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.643788] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.645224] usb usb1: Product: UHCI Host Controller\n[ 0.646165] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.647322] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.648345] hub 1-0:1.0: USB hub found\n[ 0.649134] hub 1-0:1.0: 2 ports detected\n[ 0.650061] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.652225] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.653197] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.654242] mousedev: PS/2 mouse device common for all mice\n[ 0.655526] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.657415] rtc_cmos 00:00: RTC can wake from S4\n[ 0.658523] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.659758] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.660976] i2c /dev entries driver\n[ 0.661742] device-mapper: uevent: version 1.0.3\n[ 0.662702] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.664346] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.665658] NET: Registered protocol family 10\n[ 0.666689] NET: Registered protocol family 17\n[ 0.667582] Key type dns_resolver registered\n[ 0.668521] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.669640] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.671420] registered taskstats version 1\n[ 0.672274] Loading compiled-in X.509 certificates\n[ 0.673731] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.675620] zswap: loaded using pool lzo/zbud\n[ 0.676998] Key type trusted registered\n[ 0.678552] Key type encrypted registered\n[ 0.679402] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.680440] ima: No TPM chip found, activating TPM-bypass!\n[ 0.681488] evm: HMAC attrs: 0x1\n[ 0.682437] Magic number: 2:69:531\n[ 0.683222] tty ttyS11: hash matches\n[ 0.684043] rtc_cmos 00:00: setting system clock to 2018-09-04 12:30:38 UTC (1536064238)\n[ 0.685644] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.686775] EDD information not available.\n[ 0.767127] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.768620] ata1.00: configured for MWDMA2\n[ 0.780342] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.782605] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.783843] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.785095] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.786994] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.788547] Write protecting the kernel read-only data: 14336k\n[ 0.790113] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.791935] 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.852436] 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 0.97\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found 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-09-04 12:31:10,823 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/d6f7ffd8-57d5-4112-8185-22e0bdd64861/action used request id req-741eb46f-6621-4a6c-a0f5-49cfa986bd46 2018-09-04 12:31:12,829 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/servers/d6f7ffd8-57d5-4112-8185-22e0bdd64861/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2214fdfe23c5c8169776c6a94141fba7cd526aef" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-04 12:31:13,898 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12:31: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-aa582e7d-9cf7-4b39-91bf-b08bc8db9fd6 x-compute-request-id: req-aa582e7d-9cf7-4b39-91bf-b08bc8db9fd6 Content-Encoding: gzip Content-Length: 7891 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 564303106 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 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.132063] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.133706] pid_max: default: 32768 minimum: 301\n[ 0.134596] ACPI: Core revision 20150930\n[ 0.135971] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.137268] Security Framework initialized\n[ 0.138079] Yama: becoming mindful.\n[ 0.138807] AppArmor: AppArmor initialized\n[ 0.139670] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.140994] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.142259] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143458] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144833] Initializing cgroup subsys io\n[ 0.145637] Initializing cgroup subsys memory\n[ 0.146487] Initializing cgroup subsys devices\n[ 0.147366] Initializing cgroup subsys freezer\n[ 0.148255] Initializing cgroup subsys net_cls\n[ 0.149109] Initializing cgroup subsys perf_event\n[ 0.150007] Initializing cgroup subsys net_prio\n[ 0.150879] Initializing cgroup subsys hugetlb\n[ 0.151743] Initializing cgroup subsys pids\n[ 0.152614] CPU: Physical Processor ID: 0\n[ 0.154111] mce: CPU supports 10 MCE banks\n[ 0.154958] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.155962] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.167058] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.173461] ftrace: allocating 31920 entries in 125 pages\n[ 0.200006] smpboot: Max logical packages: 1\n[ 0.200860] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.202219] x2apic enabled\n[ 0.203020] Switched APIC routing to physical x2apic.\n[ 0.204767] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.205879] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.207865] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.209630] KVM setup paravirtual spinlock\n[ 0.210912] x86: Booted up 1 node, 1 CPUs\n[ 0.211713] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.213088] devtmpfs: initialized\n[ 0.214796] evm: security.selinux\n[ 0.215490] evm: security.SMACK64\n[ 0.216180] evm: security.SMACK64EXEC\n[ 0.216930] evm: security.SMACK64TRANSMUTE\n[ 0.217730] evm: security.SMACK64MMAP\n[ 0.218469] evm: security.ima\n[ 0.219106] evm: security.capability\n[ 0.219901] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.221745] pinctrl core: initialized pinctrl subsystem\n[ 0.222860] RTC time: 12:30:37, date: 09/04/18\n[ 0.223803] NET: Registered protocol family 16\n[ 0.224766] cpuidle: using governor ladder\n[ 0.225572] cpuidle: using governor menu\n[ 0.226352] PCCT header not found.\n[ 0.227113] ACPI: bus type PCI registered\n[ 0.227916] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.229142] PCI: Using configuration type 1 for base access\n[ 0.230888] ACPI: Added _OSI(Module Device)\n[ 0.231730] ACPI: Added _OSI(Processor Device)\n[ 0.232583] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.233473] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.235569] ACPI: Interpreter enabled\n[ 0.236342] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.238170] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.239994] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.241824] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.243659] ACPI: (supports S0 S5)\n[ 0.244361] ACPI: Using IOAPIC for interrupt routing\n[ 0.245304] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.248376] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.249512] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.250743] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.251927] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.254135] acpiphp: Slot [3] registered\n[ 0.254936] acpiphp: Slot [4] registered\n[ 0.255730] acpiphp: Slot [5] registered\n[ 0.256517] acpiphp: Slot [6] registered\n[ 0.257303] acpiphp: Slot [7] registered\n[ 0.258111] acpiphp: Slot [8] registered\n[ 0.258913] acpiphp: Slot [9] registered\n[ 0.259704] acpiphp: Slot [10] registered\n[ 0.260503] acpiphp: Slot [11] registered\n[ 0.261314] acpiphp: Slot [12] registered\n[ 0.262144] acpiphp: Slot [13] registered\n[ 0.262958] acpiphp: Slot [14] registered\n[ 0.263761] acpiphp: Slot [15] registered\n[ 0.274815] acpiphp: Slot [16] registered\n[ 0.275623] acpiphp: Slot [17] registered\n[ 0.276425] acpiphp: Slot [18] registered\n[ 0.277228] acpiphp: Slot [19] registered\n[ 0.278033] acpiphp: Slot [20] registered\n[ 0.278844] acpiphp: Slot [21] registered\n[ 0.279652] acpiphp: Slot [22] registered\n[ 0.280453] acpiphp: Slot [23] registered\n[ 0.281256] acpiphp: Slot [24] registered\n[ 0.282058] acpiphp: Slot [25] registered\n[ 0.282863] acpiphp: Slot [26] registered\n[ 0.283666] acpiphp: Slot [27] registered\n[ 0.284469] acpiphp: Slot [28] registered\n[ 0.285274] acpiphp: Slot [29] registered\n[ 0.286082] acpiphp: Slot [30] registered\n[ 0.286889] acpiphp: Slot [31] registered\n[ 0.287691] PCI host bridge to bus 0000:00\n[ 0.288488] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.289684] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.290883] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.292314] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.293746] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.299888] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.301157] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.302320] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.303573] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.309868] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.311280] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.356784] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.358245] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.359665] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.361083] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.362469] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.363722] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.364887] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.365935] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.367480] vgaarb: loaded\n[ 0.368088] vgaarb: bridge control possible 0000:00:02.0\n[ 0.369223] SCSI subsystem initialized\n[ 0.370041] ACPI: bus type USB registered\n[ 0.370853] usbcore: registered new interface driver usbfs\n[ 0.371881] usbcore: registered new interface driver hub\n[ 0.372893] usbcore: registered new device driver usb\n[ 0.373943] PCI: Using ACPI for IRQ routing\n[ 0.374963] NetLabel: Initializing\n[ 0.375675] NetLabel: domain hash size = 128\n[ 0.376518] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.377474] NetLabel: unlabeled traffic allowed by default\n[ 0.378569] clocksource: Switched to clocksource kvm-clock\n[ 0.383970] AppArmor: AppArmor Filesystem Enabled\n[ 0.384951] pnp: PnP ACPI init\n[ 0.385859] pnp: PnP ACPI: found 5 devices\n[ 0.392228] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.393932] NET: Registered protocol family 2\n[ 0.394890] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.396174] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.397344] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.398504] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.399585] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.400765] NET: Registered protocol family 1\n[ 0.401635] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.402733] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.403802] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.417796] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.432030] Trying to unpack rootfs image as initramfs...\n[ 0.481925] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.495783] Scanning for low memory corruption every 60 seconds\n[ 0.497138] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.498287] audit: initializing netlink subsys (disabled)\n[ 0.499324] audit: type=2000 audit(1536064238.627:1): initialized\n[ 0.500640] Initialise system trusted keyring\n[ 0.501567] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.502741] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.504707] zbud: loaded\n[ 0.505404] VFS: Disk quotas dquot_6.6.0\n[ 0.506230] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.507763] fuse init (API version 7.23)\n[ 0.508651] Key type big_key registered\n[ 0.509452] Allocating IMA MOK and blacklist keyrings.\n[ 0.510938] Key type asymmetric registered\n[ 0.511767] Asymmetric key parser 'x509' registered\n[ 0.512719] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.514178] io scheduler noop registered\n[ 0.514989] io scheduler deadline registered (default)\n[ 0.515984] io scheduler cfq registered\n[ 0.516816] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.517861] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.519140] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.520591] ACPI: Power Button [PWRF]\n[ 0.521416] GHES: HEST is not enabled!\n[ 0.535145] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.563088] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.565319] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.589254] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.591364] Linux agpgart interface v0.103\n[ 0.593357] brd: module loaded\n[ 0.594512] loop: module loaded\n[ 0.601801] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.603275] GPT:90111 != 2097151\n[ 0.603957] GPT:Alternate GPT header not at the end of the disk.\n[ 0.605049] GPT:90111 != 2097151\n[ 0.605720] GPT: Use GNU Parted to correct GPT errors.\n[ 0.606686] vda: vda1 vda15\n[ 0.608223] scsi host0: ata_piix\n[ 0.608973] scsi host1: ata_piix\n[ 0.609698] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.610951] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.612415] libphy: Fixed MDIO Bus: probed\n[ 0.613248] tun: Universal TUN/TAP device driver, 1.6\n[ 0.614207] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.616365] PPP generic driver version 2.4.2\n[ 0.617264] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.618596] ehci-pci: EHCI PCI platform driver\n[ 0.619481] ehci-platform: EHCI generic platform driver\n[ 0.620479] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.621623] ohci-pci: OHCI PCI platform driver\n[ 0.622496] ohci-platform: OHCI generic platform driver\n[ 0.623505] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.637877] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.638904] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.640377] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.641411] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.642545] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.643788] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.645224] usb usb1: Product: UHCI Host Controller\n[ 0.646165] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.647322] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.648345] hub 1-0:1.0: USB hub found\n[ 0.649134] hub 1-0:1.0: 2 ports detected\n[ 0.650061] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.652225] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.653197] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.654242] mousedev: PS/2 mouse device common for all mice\n[ 0.655526] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.657415] rtc_cmos 00:00: RTC can wake from S4\n[ 0.658523] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.659758] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.660976] i2c /dev entries driver\n[ 0.661742] device-mapper: uevent: version 1.0.3\n[ 0.662702] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.664346] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.665658] NET: Registered protocol family 10\n[ 0.666689] NET: Registered protocol family 17\n[ 0.667582] Key type dns_resolver registered\n[ 0.668521] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.669640] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.671420] registered taskstats version 1\n[ 0.672274] Loading compiled-in X.509 certificates\n[ 0.673731] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.675620] zswap: loaded using pool lzo/zbud\n[ 0.676998] Key type trusted registered\n[ 0.678552] Key type encrypted registered\n[ 0.679402] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.680440] ima: No TPM chip found, activating TPM-bypass!\n[ 0.681488] evm: HMAC attrs: 0x1\n[ 0.682437] Magic number: 2:69:531\n[ 0.683222] tty ttyS11: hash matches\n[ 0.684043] rtc_cmos 00:00: setting system clock to 2018-09-04 12:30:38 UTC (1536064238)\n[ 0.685644] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.686775] EDD information not available.\n[ 0.767127] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.768620] ata1.00: configured for MWDMA2\n[ 0.780342] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.782605] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.783843] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.785095] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.786994] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.788547] Write protecting the kernel read-only data: 14336k\n[ 0.790113] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.791935] 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.852436] 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 0.97\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found 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-09-04 12:31:13,899 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/d6f7ffd8-57d5-4112-8185-22e0bdd64861/action used request id req-aa582e7d-9cf7-4b39-91bf-b08bc8db9fd6 2018-09-04 12:31:15,905 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/servers/d6f7ffd8-57d5-4112-8185-22e0bdd64861/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2214fdfe23c5c8169776c6a94141fba7cd526aef" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-04 12:31:16,980 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12:31: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-3cbdf335-02d9-48b5-96e8-37dcf691e4a9 x-compute-request-id: req-3cbdf335-02d9-48b5-96e8-37dcf691e4a9 Content-Encoding: gzip Content-Length: 7891 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 564303106 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 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.132063] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.133706] pid_max: default: 32768 minimum: 301\n[ 0.134596] ACPI: Core revision 20150930\n[ 0.135971] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.137268] Security Framework initialized\n[ 0.138079] Yama: becoming mindful.\n[ 0.138807] AppArmor: AppArmor initialized\n[ 0.139670] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.140994] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.142259] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143458] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144833] Initializing cgroup subsys io\n[ 0.145637] Initializing cgroup subsys memory\n[ 0.146487] Initializing cgroup subsys devices\n[ 0.147366] Initializing cgroup subsys freezer\n[ 0.148255] Initializing cgroup subsys net_cls\n[ 0.149109] Initializing cgroup subsys perf_event\n[ 0.150007] Initializing cgroup subsys net_prio\n[ 0.150879] Initializing cgroup subsys hugetlb\n[ 0.151743] Initializing cgroup subsys pids\n[ 0.152614] CPU: Physical Processor ID: 0\n[ 0.154111] mce: CPU supports 10 MCE banks\n[ 0.154958] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.155962] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.167058] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.173461] ftrace: allocating 31920 entries in 125 pages\n[ 0.200006] smpboot: Max logical packages: 1\n[ 0.200860] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.202219] x2apic enabled\n[ 0.203020] Switched APIC routing to physical x2apic.\n[ 0.204767] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.205879] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.207865] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.209630] KVM setup paravirtual spinlock\n[ 0.210912] x86: Booted up 1 node, 1 CPUs\n[ 0.211713] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.213088] devtmpfs: initialized\n[ 0.214796] evm: security.selinux\n[ 0.215490] evm: security.SMACK64\n[ 0.216180] evm: security.SMACK64EXEC\n[ 0.216930] evm: security.SMACK64TRANSMUTE\n[ 0.217730] evm: security.SMACK64MMAP\n[ 0.218469] evm: security.ima\n[ 0.219106] evm: security.capability\n[ 0.219901] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.221745] pinctrl core: initialized pinctrl subsystem\n[ 0.222860] RTC time: 12:30:37, date: 09/04/18\n[ 0.223803] NET: Registered protocol family 16\n[ 0.224766] cpuidle: using governor ladder\n[ 0.225572] cpuidle: using governor menu\n[ 0.226352] PCCT header not found.\n[ 0.227113] ACPI: bus type PCI registered\n[ 0.227916] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.229142] PCI: Using configuration type 1 for base access\n[ 0.230888] ACPI: Added _OSI(Module Device)\n[ 0.231730] ACPI: Added _OSI(Processor Device)\n[ 0.232583] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.233473] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.235569] ACPI: Interpreter enabled\n[ 0.236342] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.238170] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.239994] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.241824] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.243659] ACPI: (supports S0 S5)\n[ 0.244361] ACPI: Using IOAPIC for interrupt routing\n[ 0.245304] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.248376] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.249512] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.250743] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.251927] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.254135] acpiphp: Slot [3] registered\n[ 0.254936] acpiphp: Slot [4] registered\n[ 0.255730] acpiphp: Slot [5] registered\n[ 0.256517] acpiphp: Slot [6] registered\n[ 0.257303] acpiphp: Slot [7] registered\n[ 0.258111] acpiphp: Slot [8] registered\n[ 0.258913] acpiphp: Slot [9] registered\n[ 0.259704] acpiphp: Slot [10] registered\n[ 0.260503] acpiphp: Slot [11] registered\n[ 0.261314] acpiphp: Slot [12] registered\n[ 0.262144] acpiphp: Slot [13] registered\n[ 0.262958] acpiphp: Slot [14] registered\n[ 0.263761] acpiphp: Slot [15] registered\n[ 0.274815] acpiphp: Slot [16] registered\n[ 0.275623] acpiphp: Slot [17] registered\n[ 0.276425] acpiphp: Slot [18] registered\n[ 0.277228] acpiphp: Slot [19] registered\n[ 0.278033] acpiphp: Slot [20] registered\n[ 0.278844] acpiphp: Slot [21] registered\n[ 0.279652] acpiphp: Slot [22] registered\n[ 0.280453] acpiphp: Slot [23] registered\n[ 0.281256] acpiphp: Slot [24] registered\n[ 0.282058] acpiphp: Slot [25] registered\n[ 0.282863] acpiphp: Slot [26] registered\n[ 0.283666] acpiphp: Slot [27] registered\n[ 0.284469] acpiphp: Slot [28] registered\n[ 0.285274] acpiphp: Slot [29] registered\n[ 0.286082] acpiphp: Slot [30] registered\n[ 0.286889] acpiphp: Slot [31] registered\n[ 0.287691] PCI host bridge to bus 0000:00\n[ 0.288488] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.289684] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.290883] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.292314] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.293746] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.299888] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.301157] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.302320] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.303573] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.309868] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.311280] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.356784] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.358245] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.359665] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.361083] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.362469] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.363722] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.364887] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.365935] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.367480] vgaarb: loaded\n[ 0.368088] vgaarb: bridge control possible 0000:00:02.0\n[ 0.369223] SCSI subsystem initialized\n[ 0.370041] ACPI: bus type USB registered\n[ 0.370853] usbcore: registered new interface driver usbfs\n[ 0.371881] usbcore: registered new interface driver hub\n[ 0.372893] usbcore: registered new device driver usb\n[ 0.373943] PCI: Using ACPI for IRQ routing\n[ 0.374963] NetLabel: Initializing\n[ 0.375675] NetLabel: domain hash size = 128\n[ 0.376518] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.377474] NetLabel: unlabeled traffic allowed by default\n[ 0.378569] clocksource: Switched to clocksource kvm-clock\n[ 0.383970] AppArmor: AppArmor Filesystem Enabled\n[ 0.384951] pnp: PnP ACPI init\n[ 0.385859] pnp: PnP ACPI: found 5 devices\n[ 0.392228] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.393932] NET: Registered protocol family 2\n[ 0.394890] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.396174] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.397344] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.398504] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.399585] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.400765] NET: Registered protocol family 1\n[ 0.401635] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.402733] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.403802] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.417796] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.432030] Trying to unpack rootfs image as initramfs...\n[ 0.481925] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.495783] Scanning for low memory corruption every 60 seconds\n[ 0.497138] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.498287] audit: initializing netlink subsys (disabled)\n[ 0.499324] audit: type=2000 audit(1536064238.627:1): initialized\n[ 0.500640] Initialise system trusted keyring\n[ 0.501567] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.502741] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.504707] zbud: loaded\n[ 0.505404] VFS: Disk quotas dquot_6.6.0\n[ 0.506230] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.507763] fuse init (API version 7.23)\n[ 0.508651] Key type big_key registered\n[ 0.509452] Allocating IMA MOK and blacklist keyrings.\n[ 0.510938] Key type asymmetric registered\n[ 0.511767] Asymmetric key parser 'x509' registered\n[ 0.512719] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.514178] io scheduler noop registered\n[ 0.514989] io scheduler deadline registered (default)\n[ 0.515984] io scheduler cfq registered\n[ 0.516816] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.517861] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.519140] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.520591] ACPI: Power Button [PWRF]\n[ 0.521416] GHES: HEST is not enabled!\n[ 0.535145] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.563088] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.565319] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.589254] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.591364] Linux agpgart interface v0.103\n[ 0.593357] brd: module loaded\n[ 0.594512] loop: module loaded\n[ 0.601801] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.603275] GPT:90111 != 2097151\n[ 0.603957] GPT:Alternate GPT header not at the end of the disk.\n[ 0.605049] GPT:90111 != 2097151\n[ 0.605720] GPT: Use GNU Parted to correct GPT errors.\n[ 0.606686] vda: vda1 vda15\n[ 0.608223] scsi host0: ata_piix\n[ 0.608973] scsi host1: ata_piix\n[ 0.609698] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.610951] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.612415] libphy: Fixed MDIO Bus: probed\n[ 0.613248] tun: Universal TUN/TAP device driver, 1.6\n[ 0.614207] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.616365] PPP generic driver version 2.4.2\n[ 0.617264] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.618596] ehci-pci: EHCI PCI platform driver\n[ 0.619481] ehci-platform: EHCI generic platform driver\n[ 0.620479] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.621623] ohci-pci: OHCI PCI platform driver\n[ 0.622496] ohci-platform: OHCI generic platform driver\n[ 0.623505] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.637877] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.638904] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.640377] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.641411] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.642545] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.643788] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.645224] usb usb1: Product: UHCI Host Controller\n[ 0.646165] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.647322] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.648345] hub 1-0:1.0: USB hub found\n[ 0.649134] hub 1-0:1.0: 2 ports detected\n[ 0.650061] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.652225] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.653197] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.654242] mousedev: PS/2 mouse device common for all mice\n[ 0.655526] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.657415] rtc_cmos 00:00: RTC can wake from S4\n[ 0.658523] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.659758] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.660976] i2c /dev entries driver\n[ 0.661742] device-mapper: uevent: version 1.0.3\n[ 0.662702] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.664346] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.665658] NET: Registered protocol family 10\n[ 0.666689] NET: Registered protocol family 17\n[ 0.667582] Key type dns_resolver registered\n[ 0.668521] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.669640] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.671420] registered taskstats version 1\n[ 0.672274] Loading compiled-in X.509 certificates\n[ 0.673731] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.675620] zswap: loaded using pool lzo/zbud\n[ 0.676998] Key type trusted registered\n[ 0.678552] Key type encrypted registered\n[ 0.679402] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.680440] ima: No TPM chip found, activating TPM-bypass!\n[ 0.681488] evm: HMAC attrs: 0x1\n[ 0.682437] Magic number: 2:69:531\n[ 0.683222] tty ttyS11: hash matches\n[ 0.684043] rtc_cmos 00:00: setting system clock to 2018-09-04 12:30:38 UTC (1536064238)\n[ 0.685644] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.686775] EDD information not available.\n[ 0.767127] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.768620] ata1.00: configured for MWDMA2\n[ 0.780342] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.782605] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.783843] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.785095] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.786994] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.788547] Write protecting the kernel read-only data: 14336k\n[ 0.790113] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.791935] 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.852436] 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 0.97\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found 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-09-04 12:31:16,981 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/d6f7ffd8-57d5-4112-8185-22e0bdd64861/action used request id req-3cbdf335-02d9-48b5-96e8-37dcf691e4a9 2018-09-04 12:31:18,987 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/servers/d6f7ffd8-57d5-4112-8185-22e0bdd64861/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2214fdfe23c5c8169776c6a94141fba7cd526aef" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-04 12:31:20,116 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12:31: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-5bba5bfd-4ab7-4ac6-b51b-e844bf01aaba x-compute-request-id: req-5bba5bfd-4ab7-4ac6-b51b-e844bf01aaba Content-Encoding: gzip Content-Length: 7891 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 564303106 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 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.132063] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.133706] pid_max: default: 32768 minimum: 301\n[ 0.134596] ACPI: Core revision 20150930\n[ 0.135971] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.137268] Security Framework initialized\n[ 0.138079] Yama: becoming mindful.\n[ 0.138807] AppArmor: AppArmor initialized\n[ 0.139670] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.140994] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.142259] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143458] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144833] Initializing cgroup subsys io\n[ 0.145637] Initializing cgroup subsys memory\n[ 0.146487] Initializing cgroup subsys devices\n[ 0.147366] Initializing cgroup subsys freezer\n[ 0.148255] Initializing cgroup subsys net_cls\n[ 0.149109] Initializing cgroup subsys perf_event\n[ 0.150007] Initializing cgroup subsys net_prio\n[ 0.150879] Initializing cgroup subsys hugetlb\n[ 0.151743] Initializing cgroup subsys pids\n[ 0.152614] CPU: Physical Processor ID: 0\n[ 0.154111] mce: CPU supports 10 MCE banks\n[ 0.154958] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.155962] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.167058] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.173461] ftrace: allocating 31920 entries in 125 pages\n[ 0.200006] smpboot: Max logical packages: 1\n[ 0.200860] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.202219] x2apic enabled\n[ 0.203020] Switched APIC routing to physical x2apic.\n[ 0.204767] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.205879] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.207865] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.209630] KVM setup paravirtual spinlock\n[ 0.210912] x86: Booted up 1 node, 1 CPUs\n[ 0.211713] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.213088] devtmpfs: initialized\n[ 0.214796] evm: security.selinux\n[ 0.215490] evm: security.SMACK64\n[ 0.216180] evm: security.SMACK64EXEC\n[ 0.216930] evm: security.SMACK64TRANSMUTE\n[ 0.217730] evm: security.SMACK64MMAP\n[ 0.218469] evm: security.ima\n[ 0.219106] evm: security.capability\n[ 0.219901] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.221745] pinctrl core: initialized pinctrl subsystem\n[ 0.222860] RTC time: 12:30:37, date: 09/04/18\n[ 0.223803] NET: Registered protocol family 16\n[ 0.224766] cpuidle: using governor ladder\n[ 0.225572] cpuidle: using governor menu\n[ 0.226352] PCCT header not found.\n[ 0.227113] ACPI: bus type PCI registered\n[ 0.227916] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.229142] PCI: Using configuration type 1 for base access\n[ 0.230888] ACPI: Added _OSI(Module Device)\n[ 0.231730] ACPI: Added _OSI(Processor Device)\n[ 0.232583] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.233473] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.235569] ACPI: Interpreter enabled\n[ 0.236342] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.238170] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.239994] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.241824] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.243659] ACPI: (supports S0 S5)\n[ 0.244361] ACPI: Using IOAPIC for interrupt routing\n[ 0.245304] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.248376] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.249512] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.250743] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.251927] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.254135] acpiphp: Slot [3] registered\n[ 0.254936] acpiphp: Slot [4] registered\n[ 0.255730] acpiphp: Slot [5] registered\n[ 0.256517] acpiphp: Slot [6] registered\n[ 0.257303] acpiphp: Slot [7] registered\n[ 0.258111] acpiphp: Slot [8] registered\n[ 0.258913] acpiphp: Slot [9] registered\n[ 0.259704] acpiphp: Slot [10] registered\n[ 0.260503] acpiphp: Slot [11] registered\n[ 0.261314] acpiphp: Slot [12] registered\n[ 0.262144] acpiphp: Slot [13] registered\n[ 0.262958] acpiphp: Slot [14] registered\n[ 0.263761] acpiphp: Slot [15] registered\n[ 0.274815] acpiphp: Slot [16] registered\n[ 0.275623] acpiphp: Slot [17] registered\n[ 0.276425] acpiphp: Slot [18] registered\n[ 0.277228] acpiphp: Slot [19] registered\n[ 0.278033] acpiphp: Slot [20] registered\n[ 0.278844] acpiphp: Slot [21] registered\n[ 0.279652] acpiphp: Slot [22] registered\n[ 0.280453] acpiphp: Slot [23] registered\n[ 0.281256] acpiphp: Slot [24] registered\n[ 0.282058] acpiphp: Slot [25] registered\n[ 0.282863] acpiphp: Slot [26] registered\n[ 0.283666] acpiphp: Slot [27] registered\n[ 0.284469] acpiphp: Slot [28] registered\n[ 0.285274] acpiphp: Slot [29] registered\n[ 0.286082] acpiphp: Slot [30] registered\n[ 0.286889] acpiphp: Slot [31] registered\n[ 0.287691] PCI host bridge to bus 0000:00\n[ 0.288488] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.289684] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.290883] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.292314] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.293746] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.299888] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.301157] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.302320] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.303573] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.309868] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.311280] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.356784] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.358245] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.359665] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.361083] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.362469] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.363722] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.364887] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.365935] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.367480] vgaarb: loaded\n[ 0.368088] vgaarb: bridge control possible 0000:00:02.0\n[ 0.369223] SCSI subsystem initialized\n[ 0.370041] ACPI: bus type USB registered\n[ 0.370853] usbcore: registered new interface driver usbfs\n[ 0.371881] usbcore: registered new interface driver hub\n[ 0.372893] usbcore: registered new device driver usb\n[ 0.373943] PCI: Using ACPI for IRQ routing\n[ 0.374963] NetLabel: Initializing\n[ 0.375675] NetLabel: domain hash size = 128\n[ 0.376518] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.377474] NetLabel: unlabeled traffic allowed by default\n[ 0.378569] clocksource: Switched to clocksource kvm-clock\n[ 0.383970] AppArmor: AppArmor Filesystem Enabled\n[ 0.384951] pnp: PnP ACPI init\n[ 0.385859] pnp: PnP ACPI: found 5 devices\n[ 0.392228] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.393932] NET: Registered protocol family 2\n[ 0.394890] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.396174] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.397344] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.398504] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.399585] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.400765] NET: Registered protocol family 1\n[ 0.401635] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.402733] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.403802] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.417796] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.432030] Trying to unpack rootfs image as initramfs...\n[ 0.481925] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.495783] Scanning for low memory corruption every 60 seconds\n[ 0.497138] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.498287] audit: initializing netlink subsys (disabled)\n[ 0.499324] audit: type=2000 audit(1536064238.627:1): initialized\n[ 0.500640] Initialise system trusted keyring\n[ 0.501567] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.502741] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.504707] zbud: loaded\n[ 0.505404] VFS: Disk quotas dquot_6.6.0\n[ 0.506230] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.507763] fuse init (API version 7.23)\n[ 0.508651] Key type big_key registered\n[ 0.509452] Allocating IMA MOK and blacklist keyrings.\n[ 0.510938] Key type asymmetric registered\n[ 0.511767] Asymmetric key parser 'x509' registered\n[ 0.512719] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.514178] io scheduler noop registered\n[ 0.514989] io scheduler deadline registered (default)\n[ 0.515984] io scheduler cfq registered\n[ 0.516816] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.517861] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.519140] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.520591] ACPI: Power Button [PWRF]\n[ 0.521416] GHES: HEST is not enabled!\n[ 0.535145] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.563088] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.565319] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.589254] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.591364] Linux agpgart interface v0.103\n[ 0.593357] brd: module loaded\n[ 0.594512] loop: module loaded\n[ 0.601801] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.603275] GPT:90111 != 2097151\n[ 0.603957] GPT:Alternate GPT header not at the end of the disk.\n[ 0.605049] GPT:90111 != 2097151\n[ 0.605720] GPT: Use GNU Parted to correct GPT errors.\n[ 0.606686] vda: vda1 vda15\n[ 0.608223] scsi host0: ata_piix\n[ 0.608973] scsi host1: ata_piix\n[ 0.609698] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.610951] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.612415] libphy: Fixed MDIO Bus: probed\n[ 0.613248] tun: Universal TUN/TAP device driver, 1.6\n[ 0.614207] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.616365] PPP generic driver version 2.4.2\n[ 0.617264] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.618596] ehci-pci: EHCI PCI platform driver\n[ 0.619481] ehci-platform: EHCI generic platform driver\n[ 0.620479] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.621623] ohci-pci: OHCI PCI platform driver\n[ 0.622496] ohci-platform: OHCI generic platform driver\n[ 0.623505] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.637877] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.638904] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.640377] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.641411] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.642545] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.643788] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.645224] usb usb1: Product: UHCI Host Controller\n[ 0.646165] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.647322] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.648345] hub 1-0:1.0: USB hub found\n[ 0.649134] hub 1-0:1.0: 2 ports detected\n[ 0.650061] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.652225] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.653197] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.654242] mousedev: PS/2 mouse device common for all mice\n[ 0.655526] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.657415] rtc_cmos 00:00: RTC can wake from S4\n[ 0.658523] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.659758] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.660976] i2c /dev entries driver\n[ 0.661742] device-mapper: uevent: version 1.0.3\n[ 0.662702] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.664346] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.665658] NET: Registered protocol family 10\n[ 0.666689] NET: Registered protocol family 17\n[ 0.667582] Key type dns_resolver registered\n[ 0.668521] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.669640] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.671420] registered taskstats version 1\n[ 0.672274] Loading compiled-in X.509 certificates\n[ 0.673731] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.675620] zswap: loaded using pool lzo/zbud\n[ 0.676998] Key type trusted registered\n[ 0.678552] Key type encrypted registered\n[ 0.679402] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.680440] ima: No TPM chip found, activating TPM-bypass!\n[ 0.681488] evm: HMAC attrs: 0x1\n[ 0.682437] Magic number: 2:69:531\n[ 0.683222] tty ttyS11: hash matches\n[ 0.684043] rtc_cmos 00:00: setting system clock to 2018-09-04 12:30:38 UTC (1536064238)\n[ 0.685644] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.686775] EDD information not available.\n[ 0.767127] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.768620] ata1.00: configured for MWDMA2\n[ 0.780342] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.782605] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.783843] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.785095] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.786994] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.788547] Write protecting the kernel read-only data: 14336k\n[ 0.790113] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.791935] 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.852436] 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 0.97\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found 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-09-04 12:31:20,117 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/d6f7ffd8-57d5-4112-8185-22e0bdd64861/action used request id req-5bba5bfd-4ab7-4ac6-b51b-e844bf01aaba 2018-09-04 12:31:22,123 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/servers/d6f7ffd8-57d5-4112-8185-22e0bdd64861/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2214fdfe23c5c8169776c6a94141fba7cd526aef" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-04 12:31:23,194 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12: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-620bfcdd-eebc-4b31-bc4e-690e417f99c4 x-compute-request-id: req-620bfcdd-eebc-4b31-bc4e-690e417f99c4 Content-Encoding: gzip Content-Length: 7891 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 564303106 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 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.132063] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.133706] pid_max: default: 32768 minimum: 301\n[ 0.134596] ACPI: Core revision 20150930\n[ 0.135971] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.137268] Security Framework initialized\n[ 0.138079] Yama: becoming mindful.\n[ 0.138807] AppArmor: AppArmor initialized\n[ 0.139670] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.140994] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.142259] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143458] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144833] Initializing cgroup subsys io\n[ 0.145637] Initializing cgroup subsys memory\n[ 0.146487] Initializing cgroup subsys devices\n[ 0.147366] Initializing cgroup subsys freezer\n[ 0.148255] Initializing cgroup subsys net_cls\n[ 0.149109] Initializing cgroup subsys perf_event\n[ 0.150007] Initializing cgroup subsys net_prio\n[ 0.150879] Initializing cgroup subsys hugetlb\n[ 0.151743] Initializing cgroup subsys pids\n[ 0.152614] CPU: Physical Processor ID: 0\n[ 0.154111] mce: CPU supports 10 MCE banks\n[ 0.154958] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.155962] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.167058] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.173461] ftrace: allocating 31920 entries in 125 pages\n[ 0.200006] smpboot: Max logical packages: 1\n[ 0.200860] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.202219] x2apic enabled\n[ 0.203020] Switched APIC routing to physical x2apic.\n[ 0.204767] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.205879] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.207865] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.209630] KVM setup paravirtual spinlock\n[ 0.210912] x86: Booted up 1 node, 1 CPUs\n[ 0.211713] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.213088] devtmpfs: initialized\n[ 0.214796] evm: security.selinux\n[ 0.215490] evm: security.SMACK64\n[ 0.216180] evm: security.SMACK64EXEC\n[ 0.216930] evm: security.SMACK64TRANSMUTE\n[ 0.217730] evm: security.SMACK64MMAP\n[ 0.218469] evm: security.ima\n[ 0.219106] evm: security.capability\n[ 0.219901] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.221745] pinctrl core: initialized pinctrl subsystem\n[ 0.222860] RTC time: 12:30:37, date: 09/04/18\n[ 0.223803] NET: Registered protocol family 16\n[ 0.224766] cpuidle: using governor ladder\n[ 0.225572] cpuidle: using governor menu\n[ 0.226352] PCCT header not found.\n[ 0.227113] ACPI: bus type PCI registered\n[ 0.227916] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.229142] PCI: Using configuration type 1 for base access\n[ 0.230888] ACPI: Added _OSI(Module Device)\n[ 0.231730] ACPI: Added _OSI(Processor Device)\n[ 0.232583] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.233473] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.235569] ACPI: Interpreter enabled\n[ 0.236342] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.238170] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.239994] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.241824] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.243659] ACPI: (supports S0 S5)\n[ 0.244361] ACPI: Using IOAPIC for interrupt routing\n[ 0.245304] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.248376] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.249512] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.250743] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.251927] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.254135] acpiphp: Slot [3] registered\n[ 0.254936] acpiphp: Slot [4] registered\n[ 0.255730] acpiphp: Slot [5] registered\n[ 0.256517] acpiphp: Slot [6] registered\n[ 0.257303] acpiphp: Slot [7] registered\n[ 0.258111] acpiphp: Slot [8] registered\n[ 0.258913] acpiphp: Slot [9] registered\n[ 0.259704] acpiphp: Slot [10] registered\n[ 0.260503] acpiphp: Slot [11] registered\n[ 0.261314] acpiphp: Slot [12] registered\n[ 0.262144] acpiphp: Slot [13] registered\n[ 0.262958] acpiphp: Slot [14] registered\n[ 0.263761] acpiphp: Slot [15] registered\n[ 0.274815] acpiphp: Slot [16] registered\n[ 0.275623] acpiphp: Slot [17] registered\n[ 0.276425] acpiphp: Slot [18] registered\n[ 0.277228] acpiphp: Slot [19] registered\n[ 0.278033] acpiphp: Slot [20] registered\n[ 0.278844] acpiphp: Slot [21] registered\n[ 0.279652] acpiphp: Slot [22] registered\n[ 0.280453] acpiphp: Slot [23] registered\n[ 0.281256] acpiphp: Slot [24] registered\n[ 0.282058] acpiphp: Slot [25] registered\n[ 0.282863] acpiphp: Slot [26] registered\n[ 0.283666] acpiphp: Slot [27] registered\n[ 0.284469] acpiphp: Slot [28] registered\n[ 0.285274] acpiphp: Slot [29] registered\n[ 0.286082] acpiphp: Slot [30] registered\n[ 0.286889] acpiphp: Slot [31] registered\n[ 0.287691] PCI host bridge to bus 0000:00\n[ 0.288488] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.289684] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.290883] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.292314] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.293746] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.299888] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.301157] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.302320] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.303573] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.309868] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.311280] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.356784] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.358245] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.359665] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.361083] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.362469] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.363722] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.364887] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.365935] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.367480] vgaarb: loaded\n[ 0.368088] vgaarb: bridge control possible 0000:00:02.0\n[ 0.369223] SCSI subsystem initialized\n[ 0.370041] ACPI: bus type USB registered\n[ 0.370853] usbcore: registered new interface driver usbfs\n[ 0.371881] usbcore: registered new interface driver hub\n[ 0.372893] usbcore: registered new device driver usb\n[ 0.373943] PCI: Using ACPI for IRQ routing\n[ 0.374963] NetLabel: Initializing\n[ 0.375675] NetLabel: domain hash size = 128\n[ 0.376518] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.377474] NetLabel: unlabeled traffic allowed by default\n[ 0.378569] clocksource: Switched to clocksource kvm-clock\n[ 0.383970] AppArmor: AppArmor Filesystem Enabled\n[ 0.384951] pnp: PnP ACPI init\n[ 0.385859] pnp: PnP ACPI: found 5 devices\n[ 0.392228] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.393932] NET: Registered protocol family 2\n[ 0.394890] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.396174] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.397344] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.398504] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.399585] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.400765] NET: Registered protocol family 1\n[ 0.401635] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.402733] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.403802] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.417796] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.432030] Trying to unpack rootfs image as initramfs...\n[ 0.481925] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.495783] Scanning for low memory corruption every 60 seconds\n[ 0.497138] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.498287] audit: initializing netlink subsys (disabled)\n[ 0.499324] audit: type=2000 audit(1536064238.627:1): initialized\n[ 0.500640] Initialise system trusted keyring\n[ 0.501567] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.502741] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.504707] zbud: loaded\n[ 0.505404] VFS: Disk quotas dquot_6.6.0\n[ 0.506230] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.507763] fuse init (API version 7.23)\n[ 0.508651] Key type big_key registered\n[ 0.509452] Allocating IMA MOK and blacklist keyrings.\n[ 0.510938] Key type asymmetric registered\n[ 0.511767] Asymmetric key parser 'x509' registered\n[ 0.512719] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.514178] io scheduler noop registered\n[ 0.514989] io scheduler deadline registered (default)\n[ 0.515984] io scheduler cfq registered\n[ 0.516816] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.517861] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.519140] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.520591] ACPI: Power Button [PWRF]\n[ 0.521416] GHES: HEST is not enabled!\n[ 0.535145] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.563088] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.565319] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.589254] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.591364] Linux agpgart interface v0.103\n[ 0.593357] brd: module loaded\n[ 0.594512] loop: module loaded\n[ 0.601801] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.603275] GPT:90111 != 2097151\n[ 0.603957] GPT:Alternate GPT header not at the end of the disk.\n[ 0.605049] GPT:90111 != 2097151\n[ 0.605720] GPT: Use GNU Parted to correct GPT errors.\n[ 0.606686] vda: vda1 vda15\n[ 0.608223] scsi host0: ata_piix\n[ 0.608973] scsi host1: ata_piix\n[ 0.609698] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.610951] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.612415] libphy: Fixed MDIO Bus: probed\n[ 0.613248] tun: Universal TUN/TAP device driver, 1.6\n[ 0.614207] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.616365] PPP generic driver version 2.4.2\n[ 0.617264] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.618596] ehci-pci: EHCI PCI platform driver\n[ 0.619481] ehci-platform: EHCI generic platform driver\n[ 0.620479] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.621623] ohci-pci: OHCI PCI platform driver\n[ 0.622496] ohci-platform: OHCI generic platform driver\n[ 0.623505] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.637877] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.638904] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.640377] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.641411] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.642545] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.643788] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.645224] usb usb1: Product: UHCI Host Controller\n[ 0.646165] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.647322] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.648345] hub 1-0:1.0: USB hub found\n[ 0.649134] hub 1-0:1.0: 2 ports detected\n[ 0.650061] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.652225] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.653197] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.654242] mousedev: PS/2 mouse device common for all mice\n[ 0.655526] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.657415] rtc_cmos 00:00: RTC can wake from S4\n[ 0.658523] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.659758] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.660976] i2c /dev entries driver\n[ 0.661742] device-mapper: uevent: version 1.0.3\n[ 0.662702] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.664346] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.665658] NET: Registered protocol family 10\n[ 0.666689] NET: Registered protocol family 17\n[ 0.667582] Key type dns_resolver registered\n[ 0.668521] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.669640] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.671420] registered taskstats version 1\n[ 0.672274] Loading compiled-in X.509 certificates\n[ 0.673731] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.675620] zswap: loaded using pool lzo/zbud\n[ 0.676998] Key type trusted registered\n[ 0.678552] Key type encrypted registered\n[ 0.679402] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.680440] ima: No TPM chip found, activating TPM-bypass!\n[ 0.681488] evm: HMAC attrs: 0x1\n[ 0.682437] Magic number: 2:69:531\n[ 0.683222] tty ttyS11: hash matches\n[ 0.684043] rtc_cmos 00:00: setting system clock to 2018-09-04 12:30:38 UTC (1536064238)\n[ 0.685644] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.686775] EDD information not available.\n[ 0.767127] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.768620] ata1.00: configured for MWDMA2\n[ 0.780342] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.782605] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.783843] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.785095] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.786994] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.788547] Write protecting the kernel read-only data: 14336k\n[ 0.790113] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.791935] 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.852436] 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 0.97\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found 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-09-04 12:31:23,195 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/d6f7ffd8-57d5-4112-8185-22e0bdd64861/action used request id req-620bfcdd-eebc-4b31-bc4e-690e417f99c4 2018-09-04 12:31:25,201 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/servers/d6f7ffd8-57d5-4112-8185-22e0bdd64861/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2214fdfe23c5c8169776c6a94141fba7cd526aef" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-04 12:31:26,276 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12: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-6fb5d936-5097-4869-afb3-c896628c1720 x-compute-request-id: req-6fb5d936-5097-4869-afb3-c896628c1720 Content-Encoding: gzip Content-Length: 7891 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 564303106 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 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.132063] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.133706] pid_max: default: 32768 minimum: 301\n[ 0.134596] ACPI: Core revision 20150930\n[ 0.135971] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.137268] Security Framework initialized\n[ 0.138079] Yama: becoming mindful.\n[ 0.138807] AppArmor: AppArmor initialized\n[ 0.139670] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.140994] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.142259] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143458] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144833] Initializing cgroup subsys io\n[ 0.145637] Initializing cgroup subsys memory\n[ 0.146487] Initializing cgroup subsys devices\n[ 0.147366] Initializing cgroup subsys freezer\n[ 0.148255] Initializing cgroup subsys net_cls\n[ 0.149109] Initializing cgroup subsys perf_event\n[ 0.150007] Initializing cgroup subsys net_prio\n[ 0.150879] Initializing cgroup subsys hugetlb\n[ 0.151743] Initializing cgroup subsys pids\n[ 0.152614] CPU: Physical Processor ID: 0\n[ 0.154111] mce: CPU supports 10 MCE banks\n[ 0.154958] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.155962] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.167058] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.173461] ftrace: allocating 31920 entries in 125 pages\n[ 0.200006] smpboot: Max logical packages: 1\n[ 0.200860] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.202219] x2apic enabled\n[ 0.203020] Switched APIC routing to physical x2apic.\n[ 0.204767] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.205879] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.207865] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.209630] KVM setup paravirtual spinlock\n[ 0.210912] x86: Booted up 1 node, 1 CPUs\n[ 0.211713] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.213088] devtmpfs: initialized\n[ 0.214796] evm: security.selinux\n[ 0.215490] evm: security.SMACK64\n[ 0.216180] evm: security.SMACK64EXEC\n[ 0.216930] evm: security.SMACK64TRANSMUTE\n[ 0.217730] evm: security.SMACK64MMAP\n[ 0.218469] evm: security.ima\n[ 0.219106] evm: security.capability\n[ 0.219901] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.221745] pinctrl core: initialized pinctrl subsystem\n[ 0.222860] RTC time: 12:30:37, date: 09/04/18\n[ 0.223803] NET: Registered protocol family 16\n[ 0.224766] cpuidle: using governor ladder\n[ 0.225572] cpuidle: using governor menu\n[ 0.226352] PCCT header not found.\n[ 0.227113] ACPI: bus type PCI registered\n[ 0.227916] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.229142] PCI: Using configuration type 1 for base access\n[ 0.230888] ACPI: Added _OSI(Module Device)\n[ 0.231730] ACPI: Added _OSI(Processor Device)\n[ 0.232583] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.233473] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.235569] ACPI: Interpreter enabled\n[ 0.236342] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.238170] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.239994] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.241824] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.243659] ACPI: (supports S0 S5)\n[ 0.244361] ACPI: Using IOAPIC for interrupt routing\n[ 0.245304] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.248376] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.249512] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.250743] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.251927] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.254135] acpiphp: Slot [3] registered\n[ 0.254936] acpiphp: Slot [4] registered\n[ 0.255730] acpiphp: Slot [5] registered\n[ 0.256517] acpiphp: Slot [6] registered\n[ 0.257303] acpiphp: Slot [7] registered\n[ 0.258111] acpiphp: Slot [8] registered\n[ 0.258913] acpiphp: Slot [9] registered\n[ 0.259704] acpiphp: Slot [10] registered\n[ 0.260503] acpiphp: Slot [11] registered\n[ 0.261314] acpiphp: Slot [12] registered\n[ 0.262144] acpiphp: Slot [13] registered\n[ 0.262958] acpiphp: Slot [14] registered\n[ 0.263761] acpiphp: Slot [15] registered\n[ 0.274815] acpiphp: Slot [16] registered\n[ 0.275623] acpiphp: Slot [17] registered\n[ 0.276425] acpiphp: Slot [18] registered\n[ 0.277228] acpiphp: Slot [19] registered\n[ 0.278033] acpiphp: Slot [20] registered\n[ 0.278844] acpiphp: Slot [21] registered\n[ 0.279652] acpiphp: Slot [22] registered\n[ 0.280453] acpiphp: Slot [23] registered\n[ 0.281256] acpiphp: Slot [24] registered\n[ 0.282058] acpiphp: Slot [25] registered\n[ 0.282863] acpiphp: Slot [26] registered\n[ 0.283666] acpiphp: Slot [27] registered\n[ 0.284469] acpiphp: Slot [28] registered\n[ 0.285274] acpiphp: Slot [29] registered\n[ 0.286082] acpiphp: Slot [30] registered\n[ 0.286889] acpiphp: Slot [31] registered\n[ 0.287691] PCI host bridge to bus 0000:00\n[ 0.288488] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.289684] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.290883] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.292314] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.293746] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.299888] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.301157] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.302320] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.303573] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.309868] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.311280] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.356784] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.358245] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.359665] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.361083] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.362469] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.363722] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.364887] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.365935] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.367480] vgaarb: loaded\n[ 0.368088] vgaarb: bridge control possible 0000:00:02.0\n[ 0.369223] SCSI subsystem initialized\n[ 0.370041] ACPI: bus type USB registered\n[ 0.370853] usbcore: registered new interface driver usbfs\n[ 0.371881] usbcore: registered new interface driver hub\n[ 0.372893] usbcore: registered new device driver usb\n[ 0.373943] PCI: Using ACPI for IRQ routing\n[ 0.374963] NetLabel: Initializing\n[ 0.375675] NetLabel: domain hash size = 128\n[ 0.376518] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.377474] NetLabel: unlabeled traffic allowed by default\n[ 0.378569] clocksource: Switched to clocksource kvm-clock\n[ 0.383970] AppArmor: AppArmor Filesystem Enabled\n[ 0.384951] pnp: PnP ACPI init\n[ 0.385859] pnp: PnP ACPI: found 5 devices\n[ 0.392228] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.393932] NET: Registered protocol family 2\n[ 0.394890] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.396174] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.397344] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.398504] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.399585] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.400765] NET: Registered protocol family 1\n[ 0.401635] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.402733] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.403802] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.417796] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.432030] Trying to unpack rootfs image as initramfs...\n[ 0.481925] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.495783] Scanning for low memory corruption every 60 seconds\n[ 0.497138] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.498287] audit: initializing netlink subsys (disabled)\n[ 0.499324] audit: type=2000 audit(1536064238.627:1): initialized\n[ 0.500640] Initialise system trusted keyring\n[ 0.501567] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.502741] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.504707] zbud: loaded\n[ 0.505404] VFS: Disk quotas dquot_6.6.0\n[ 0.506230] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.507763] fuse init (API version 7.23)\n[ 0.508651] Key type big_key registered\n[ 0.509452] Allocating IMA MOK and blacklist keyrings.\n[ 0.510938] Key type asymmetric registered\n[ 0.511767] Asymmetric key parser 'x509' registered\n[ 0.512719] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.514178] io scheduler noop registered\n[ 0.514989] io scheduler deadline registered (default)\n[ 0.515984] io scheduler cfq registered\n[ 0.516816] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.517861] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.519140] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.520591] ACPI: Power Button [PWRF]\n[ 0.521416] GHES: HEST is not enabled!\n[ 0.535145] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.563088] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.565319] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.589254] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.591364] Linux agpgart interface v0.103\n[ 0.593357] brd: module loaded\n[ 0.594512] loop: module loaded\n[ 0.601801] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.603275] GPT:90111 != 2097151\n[ 0.603957] GPT:Alternate GPT header not at the end of the disk.\n[ 0.605049] GPT:90111 != 2097151\n[ 0.605720] GPT: Use GNU Parted to correct GPT errors.\n[ 0.606686] vda: vda1 vda15\n[ 0.608223] scsi host0: ata_piix\n[ 0.608973] scsi host1: ata_piix\n[ 0.609698] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.610951] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.612415] libphy: Fixed MDIO Bus: probed\n[ 0.613248] tun: Universal TUN/TAP device driver, 1.6\n[ 0.614207] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.616365] PPP generic driver version 2.4.2\n[ 0.617264] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.618596] ehci-pci: EHCI PCI platform driver\n[ 0.619481] ehci-platform: EHCI generic platform driver\n[ 0.620479] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.621623] ohci-pci: OHCI PCI platform driver\n[ 0.622496] ohci-platform: OHCI generic platform driver\n[ 0.623505] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.637877] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.638904] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.640377] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.641411] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.642545] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.643788] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.645224] usb usb1: Product: UHCI Host Controller\n[ 0.646165] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.647322] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.648345] hub 1-0:1.0: USB hub found\n[ 0.649134] hub 1-0:1.0: 2 ports detected\n[ 0.650061] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.652225] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.653197] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.654242] mousedev: PS/2 mouse device common for all mice\n[ 0.655526] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.657415] rtc_cmos 00:00: RTC can wake from S4\n[ 0.658523] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.659758] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.660976] i2c /dev entries driver\n[ 0.661742] device-mapper: uevent: version 1.0.3\n[ 0.662702] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.664346] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.665658] NET: Registered protocol family 10\n[ 0.666689] NET: Registered protocol family 17\n[ 0.667582] Key type dns_resolver registered\n[ 0.668521] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.669640] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.671420] registered taskstats version 1\n[ 0.672274] Loading compiled-in X.509 certificates\n[ 0.673731] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.675620] zswap: loaded using pool lzo/zbud\n[ 0.676998] Key type trusted registered\n[ 0.678552] Key type encrypted registered\n[ 0.679402] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.680440] ima: No TPM chip found, activating TPM-bypass!\n[ 0.681488] evm: HMAC attrs: 0x1\n[ 0.682437] Magic number: 2:69:531\n[ 0.683222] tty ttyS11: hash matches\n[ 0.684043] rtc_cmos 00:00: setting system clock to 2018-09-04 12:30:38 UTC (1536064238)\n[ 0.685644] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.686775] EDD information not available.\n[ 0.767127] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.768620] ata1.00: configured for MWDMA2\n[ 0.780342] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.782605] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.783843] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.785095] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.786994] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.788547] Write protecting the kernel read-only data: 14336k\n[ 0.790113] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.791935] 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.852436] 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 0.97\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found 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-09-04 12:31:26,276 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/d6f7ffd8-57d5-4112-8185-22e0bdd64861/action used request id req-6fb5d936-5097-4869-afb3-c896628c1720 2018-09-04 12:31:28,282 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/servers/d6f7ffd8-57d5-4112-8185-22e0bdd64861/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2214fdfe23c5c8169776c6a94141fba7cd526aef" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-04 12:31:29,363 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12: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-3c27e3f5-60ab-46e2-9947-2b7f6f3c0cf2 x-compute-request-id: req-3c27e3f5-60ab-46e2-9947-2b7f6f3c0cf2 Content-Encoding: gzip Content-Length: 7891 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 564303106 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 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.132063] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.133706] pid_max: default: 32768 minimum: 301\n[ 0.134596] ACPI: Core revision 20150930\n[ 0.135971] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.137268] Security Framework initialized\n[ 0.138079] Yama: becoming mindful.\n[ 0.138807] AppArmor: AppArmor initialized\n[ 0.139670] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.140994] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.142259] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143458] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144833] Initializing cgroup subsys io\n[ 0.145637] Initializing cgroup subsys memory\n[ 0.146487] Initializing cgroup subsys devices\n[ 0.147366] Initializing cgroup subsys freezer\n[ 0.148255] Initializing cgroup subsys net_cls\n[ 0.149109] Initializing cgroup subsys perf_event\n[ 0.150007] Initializing cgroup subsys net_prio\n[ 0.150879] Initializing cgroup subsys hugetlb\n[ 0.151743] Initializing cgroup subsys pids\n[ 0.152614] CPU: Physical Processor ID: 0\n[ 0.154111] mce: CPU supports 10 MCE banks\n[ 0.154958] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.155962] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.167058] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.173461] ftrace: allocating 31920 entries in 125 pages\n[ 0.200006] smpboot: Max logical packages: 1\n[ 0.200860] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.202219] x2apic enabled\n[ 0.203020] Switched APIC routing to physical x2apic.\n[ 0.204767] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.205879] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.207865] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.209630] KVM setup paravirtual spinlock\n[ 0.210912] x86: Booted up 1 node, 1 CPUs\n[ 0.211713] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.213088] devtmpfs: initialized\n[ 0.214796] evm: security.selinux\n[ 0.215490] evm: security.SMACK64\n[ 0.216180] evm: security.SMACK64EXEC\n[ 0.216930] evm: security.SMACK64TRANSMUTE\n[ 0.217730] evm: security.SMACK64MMAP\n[ 0.218469] evm: security.ima\n[ 0.219106] evm: security.capability\n[ 0.219901] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.221745] pinctrl core: initialized pinctrl subsystem\n[ 0.222860] RTC time: 12:30:37, date: 09/04/18\n[ 0.223803] NET: Registered protocol family 16\n[ 0.224766] cpuidle: using governor ladder\n[ 0.225572] cpuidle: using governor menu\n[ 0.226352] PCCT header not found.\n[ 0.227113] ACPI: bus type PCI registered\n[ 0.227916] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.229142] PCI: Using configuration type 1 for base access\n[ 0.230888] ACPI: Added _OSI(Module Device)\n[ 0.231730] ACPI: Added _OSI(Processor Device)\n[ 0.232583] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.233473] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.235569] ACPI: Interpreter enabled\n[ 0.236342] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.238170] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.239994] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.241824] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.243659] ACPI: (supports S0 S5)\n[ 0.244361] ACPI: Using IOAPIC for interrupt routing\n[ 0.245304] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.248376] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.249512] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.250743] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.251927] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.254135] acpiphp: Slot [3] registered\n[ 0.254936] acpiphp: Slot [4] registered\n[ 0.255730] acpiphp: Slot [5] registered\n[ 0.256517] acpiphp: Slot [6] registered\n[ 0.257303] acpiphp: Slot [7] registered\n[ 0.258111] acpiphp: Slot [8] registered\n[ 0.258913] acpiphp: Slot [9] registered\n[ 0.259704] acpiphp: Slot [10] registered\n[ 0.260503] acpiphp: Slot [11] registered\n[ 0.261314] acpiphp: Slot [12] registered\n[ 0.262144] acpiphp: Slot [13] registered\n[ 0.262958] acpiphp: Slot [14] registered\n[ 0.263761] acpiphp: Slot [15] registered\n[ 0.274815] acpiphp: Slot [16] registered\n[ 0.275623] acpiphp: Slot [17] registered\n[ 0.276425] acpiphp: Slot [18] registered\n[ 0.277228] acpiphp: Slot [19] registered\n[ 0.278033] acpiphp: Slot [20] registered\n[ 0.278844] acpiphp: Slot [21] registered\n[ 0.279652] acpiphp: Slot [22] registered\n[ 0.280453] acpiphp: Slot [23] registered\n[ 0.281256] acpiphp: Slot [24] registered\n[ 0.282058] acpiphp: Slot [25] registered\n[ 0.282863] acpiphp: Slot [26] registered\n[ 0.283666] acpiphp: Slot [27] registered\n[ 0.284469] acpiphp: Slot [28] registered\n[ 0.285274] acpiphp: Slot [29] registered\n[ 0.286082] acpiphp: Slot [30] registered\n[ 0.286889] acpiphp: Slot [31] registered\n[ 0.287691] PCI host bridge to bus 0000:00\n[ 0.288488] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.289684] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.290883] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.292314] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.293746] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.299888] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.301157] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.302320] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.303573] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.309868] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.311280] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.356784] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.358245] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.359665] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.361083] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.362469] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.363722] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.364887] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.365935] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.367480] vgaarb: loaded\n[ 0.368088] vgaarb: bridge control possible 0000:00:02.0\n[ 0.369223] SCSI subsystem initialized\n[ 0.370041] ACPI: bus type USB registered\n[ 0.370853] usbcore: registered new interface driver usbfs\n[ 0.371881] usbcore: registered new interface driver hub\n[ 0.372893] usbcore: registered new device driver usb\n[ 0.373943] PCI: Using ACPI for IRQ routing\n[ 0.374963] NetLabel: Initializing\n[ 0.375675] NetLabel: domain hash size = 128\n[ 0.376518] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.377474] NetLabel: unlabeled traffic allowed by default\n[ 0.378569] clocksource: Switched to clocksource kvm-clock\n[ 0.383970] AppArmor: AppArmor Filesystem Enabled\n[ 0.384951] pnp: PnP ACPI init\n[ 0.385859] pnp: PnP ACPI: found 5 devices\n[ 0.392228] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.393932] NET: Registered protocol family 2\n[ 0.394890] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.396174] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.397344] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.398504] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.399585] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.400765] NET: Registered protocol family 1\n[ 0.401635] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.402733] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.403802] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.417796] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.432030] Trying to unpack rootfs image as initramfs...\n[ 0.481925] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.495783] Scanning for low memory corruption every 60 seconds\n[ 0.497138] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.498287] audit: initializing netlink subsys (disabled)\n[ 0.499324] audit: type=2000 audit(1536064238.627:1): initialized\n[ 0.500640] Initialise system trusted keyring\n[ 0.501567] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.502741] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.504707] zbud: loaded\n[ 0.505404] VFS: Disk quotas dquot_6.6.0\n[ 0.506230] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.507763] fuse init (API version 7.23)\n[ 0.508651] Key type big_key registered\n[ 0.509452] Allocating IMA MOK and blacklist keyrings.\n[ 0.510938] Key type asymmetric registered\n[ 0.511767] Asymmetric key parser 'x509' registered\n[ 0.512719] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.514178] io scheduler noop registered\n[ 0.514989] io scheduler deadline registered (default)\n[ 0.515984] io scheduler cfq registered\n[ 0.516816] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.517861] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.519140] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.520591] ACPI: Power Button [PWRF]\n[ 0.521416] GHES: HEST is not enabled!\n[ 0.535145] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.563088] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.565319] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.589254] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.591364] Linux agpgart interface v0.103\n[ 0.593357] brd: module loaded\n[ 0.594512] loop: module loaded\n[ 0.601801] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.603275] GPT:90111 != 2097151\n[ 0.603957] GPT:Alternate GPT header not at the end of the disk.\n[ 0.605049] GPT:90111 != 2097151\n[ 0.605720] GPT: Use GNU Parted to correct GPT errors.\n[ 0.606686] vda: vda1 vda15\n[ 0.608223] scsi host0: ata_piix\n[ 0.608973] scsi host1: ata_piix\n[ 0.609698] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.610951] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.612415] libphy: Fixed MDIO Bus: probed\n[ 0.613248] tun: Universal TUN/TAP device driver, 1.6\n[ 0.614207] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.616365] PPP generic driver version 2.4.2\n[ 0.617264] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.618596] ehci-pci: EHCI PCI platform driver\n[ 0.619481] ehci-platform: EHCI generic platform driver\n[ 0.620479] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.621623] ohci-pci: OHCI PCI platform driver\n[ 0.622496] ohci-platform: OHCI generic platform driver\n[ 0.623505] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.637877] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.638904] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.640377] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.641411] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.642545] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.643788] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.645224] usb usb1: Product: UHCI Host Controller\n[ 0.646165] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.647322] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.648345] hub 1-0:1.0: USB hub found\n[ 0.649134] hub 1-0:1.0: 2 ports detected\n[ 0.650061] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.652225] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.653197] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.654242] mousedev: PS/2 mouse device common for all mice\n[ 0.655526] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.657415] rtc_cmos 00:00: RTC can wake from S4\n[ 0.658523] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.659758] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.660976] i2c /dev entries driver\n[ 0.661742] device-mapper: uevent: version 1.0.3\n[ 0.662702] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.664346] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.665658] NET: Registered protocol family 10\n[ 0.666689] NET: Registered protocol family 17\n[ 0.667582] Key type dns_resolver registered\n[ 0.668521] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.669640] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.671420] registered taskstats version 1\n[ 0.672274] Loading compiled-in X.509 certificates\n[ 0.673731] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.675620] zswap: loaded using pool lzo/zbud\n[ 0.676998] Key type trusted registered\n[ 0.678552] Key type encrypted registered\n[ 0.679402] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.680440] ima: No TPM chip found, activating TPM-bypass!\n[ 0.681488] evm: HMAC attrs: 0x1\n[ 0.682437] Magic number: 2:69:531\n[ 0.683222] tty ttyS11: hash matches\n[ 0.684043] rtc_cmos 00:00: setting system clock to 2018-09-04 12:30:38 UTC (1536064238)\n[ 0.685644] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.686775] EDD information not available.\n[ 0.767127] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.768620] ata1.00: configured for MWDMA2\n[ 0.780342] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.782605] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.783843] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.785095] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.786994] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.788547] Write protecting the kernel read-only data: 14336k\n[ 0.790113] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.791935] 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.852436] 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 0.97\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found 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-09-04 12:31:29,364 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/d6f7ffd8-57d5-4112-8185-22e0bdd64861/action used request id req-3c27e3f5-60ab-46e2-9947-2b7f6f3c0cf2 2018-09-04 12:31:31,370 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/servers/d6f7ffd8-57d5-4112-8185-22e0bdd64861/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2214fdfe23c5c8169776c6a94141fba7cd526aef" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-04 12:31:32,444 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12:31: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-9b97a1c1-3b37-4c15-b246-08df29c52da9 x-compute-request-id: req-9b97a1c1-3b37-4c15-b246-08df29c52da9 Content-Encoding: gzip Content-Length: 7891 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 564303106 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 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.132063] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.133706] pid_max: default: 32768 minimum: 301\n[ 0.134596] ACPI: Core revision 20150930\n[ 0.135971] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.137268] Security Framework initialized\n[ 0.138079] Yama: becoming mindful.\n[ 0.138807] AppArmor: AppArmor initialized\n[ 0.139670] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.140994] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.142259] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143458] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144833] Initializing cgroup subsys io\n[ 0.145637] Initializing cgroup subsys memory\n[ 0.146487] Initializing cgroup subsys devices\n[ 0.147366] Initializing cgroup subsys freezer\n[ 0.148255] Initializing cgroup subsys net_cls\n[ 0.149109] Initializing cgroup subsys perf_event\n[ 0.150007] Initializing cgroup subsys net_prio\n[ 0.150879] Initializing cgroup subsys hugetlb\n[ 0.151743] Initializing cgroup subsys pids\n[ 0.152614] CPU: Physical Processor ID: 0\n[ 0.154111] mce: CPU supports 10 MCE banks\n[ 0.154958] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.155962] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.167058] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.173461] ftrace: allocating 31920 entries in 125 pages\n[ 0.200006] smpboot: Max logical packages: 1\n[ 0.200860] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.202219] x2apic enabled\n[ 0.203020] Switched APIC routing to physical x2apic.\n[ 0.204767] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.205879] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.207865] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.209630] KVM setup paravirtual spinlock\n[ 0.210912] x86: Booted up 1 node, 1 CPUs\n[ 0.211713] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.213088] devtmpfs: initialized\n[ 0.214796] evm: security.selinux\n[ 0.215490] evm: security.SMACK64\n[ 0.216180] evm: security.SMACK64EXEC\n[ 0.216930] evm: security.SMACK64TRANSMUTE\n[ 0.217730] evm: security.SMACK64MMAP\n[ 0.218469] evm: security.ima\n[ 0.219106] evm: security.capability\n[ 0.219901] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.221745] pinctrl core: initialized pinctrl subsystem\n[ 0.222860] RTC time: 12:30:37, date: 09/04/18\n[ 0.223803] NET: Registered protocol family 16\n[ 0.224766] cpuidle: using governor ladder\n[ 0.225572] cpuidle: using governor menu\n[ 0.226352] PCCT header not found.\n[ 0.227113] ACPI: bus type PCI registered\n[ 0.227916] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.229142] PCI: Using configuration type 1 for base access\n[ 0.230888] ACPI: Added _OSI(Module Device)\n[ 0.231730] ACPI: Added _OSI(Processor Device)\n[ 0.232583] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.233473] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.235569] ACPI: Interpreter enabled\n[ 0.236342] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.238170] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.239994] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.241824] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.243659] ACPI: (supports S0 S5)\n[ 0.244361] ACPI: Using IOAPIC for interrupt routing\n[ 0.245304] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.248376] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.249512] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.250743] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.251927] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.254135] acpiphp: Slot [3] registered\n[ 0.254936] acpiphp: Slot [4] registered\n[ 0.255730] acpiphp: Slot [5] registered\n[ 0.256517] acpiphp: Slot [6] registered\n[ 0.257303] acpiphp: Slot [7] registered\n[ 0.258111] acpiphp: Slot [8] registered\n[ 0.258913] acpiphp: Slot [9] registered\n[ 0.259704] acpiphp: Slot [10] registered\n[ 0.260503] acpiphp: Slot [11] registered\n[ 0.261314] acpiphp: Slot [12] registered\n[ 0.262144] acpiphp: Slot [13] registered\n[ 0.262958] acpiphp: Slot [14] registered\n[ 0.263761] acpiphp: Slot [15] registered\n[ 0.274815] acpiphp: Slot [16] registered\n[ 0.275623] acpiphp: Slot [17] registered\n[ 0.276425] acpiphp: Slot [18] registered\n[ 0.277228] acpiphp: Slot [19] registered\n[ 0.278033] acpiphp: Slot [20] registered\n[ 0.278844] acpiphp: Slot [21] registered\n[ 0.279652] acpiphp: Slot [22] registered\n[ 0.280453] acpiphp: Slot [23] registered\n[ 0.281256] acpiphp: Slot [24] registered\n[ 0.282058] acpiphp: Slot [25] registered\n[ 0.282863] acpiphp: Slot [26] registered\n[ 0.283666] acpiphp: Slot [27] registered\n[ 0.284469] acpiphp: Slot [28] registered\n[ 0.285274] acpiphp: Slot [29] registered\n[ 0.286082] acpiphp: Slot [30] registered\n[ 0.286889] acpiphp: Slot [31] registered\n[ 0.287691] PCI host bridge to bus 0000:00\n[ 0.288488] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.289684] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.290883] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.292314] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.293746] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.299888] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.301157] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.302320] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.303573] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.309868] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.311280] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.356784] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.358245] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.359665] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.361083] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.362469] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.363722] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.364887] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.365935] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.367480] vgaarb: loaded\n[ 0.368088] vgaarb: bridge control possible 0000:00:02.0\n[ 0.369223] SCSI subsystem initialized\n[ 0.370041] ACPI: bus type USB registered\n[ 0.370853] usbcore: registered new interface driver usbfs\n[ 0.371881] usbcore: registered new interface driver hub\n[ 0.372893] usbcore: registered new device driver usb\n[ 0.373943] PCI: Using ACPI for IRQ routing\n[ 0.374963] NetLabel: Initializing\n[ 0.375675] NetLabel: domain hash size = 128\n[ 0.376518] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.377474] NetLabel: unlabeled traffic allowed by default\n[ 0.378569] clocksource: Switched to clocksource kvm-clock\n[ 0.383970] AppArmor: AppArmor Filesystem Enabled\n[ 0.384951] pnp: PnP ACPI init\n[ 0.385859] pnp: PnP ACPI: found 5 devices\n[ 0.392228] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.393932] NET: Registered protocol family 2\n[ 0.394890] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.396174] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.397344] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.398504] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.399585] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.400765] NET: Registered protocol family 1\n[ 0.401635] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.402733] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.403802] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.417796] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.432030] Trying to unpack rootfs image as initramfs...\n[ 0.481925] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.495783] Scanning for low memory corruption every 60 seconds\n[ 0.497138] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.498287] audit: initializing netlink subsys (disabled)\n[ 0.499324] audit: type=2000 audit(1536064238.627:1): initialized\n[ 0.500640] Initialise system trusted keyring\n[ 0.501567] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.502741] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.504707] zbud: loaded\n[ 0.505404] VFS: Disk quotas dquot_6.6.0\n[ 0.506230] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.507763] fuse init (API version 7.23)\n[ 0.508651] Key type big_key registered\n[ 0.509452] Allocating IMA MOK and blacklist keyrings.\n[ 0.510938] Key type asymmetric registered\n[ 0.511767] Asymmetric key parser 'x509' registered\n[ 0.512719] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.514178] io scheduler noop registered\n[ 0.514989] io scheduler deadline registered (default)\n[ 0.515984] io scheduler cfq registered\n[ 0.516816] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.517861] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.519140] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.520591] ACPI: Power Button [PWRF]\n[ 0.521416] GHES: HEST is not enabled!\n[ 0.535145] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.563088] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.565319] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.589254] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.591364] Linux agpgart interface v0.103\n[ 0.593357] brd: module loaded\n[ 0.594512] loop: module loaded\n[ 0.601801] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.603275] GPT:90111 != 2097151\n[ 0.603957] GPT:Alternate GPT header not at the end of the disk.\n[ 0.605049] GPT:90111 != 2097151\n[ 0.605720] GPT: Use GNU Parted to correct GPT errors.\n[ 0.606686] vda: vda1 vda15\n[ 0.608223] scsi host0: ata_piix\n[ 0.608973] scsi host1: ata_piix\n[ 0.609698] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.610951] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.612415] libphy: Fixed MDIO Bus: probed\n[ 0.613248] tun: Universal TUN/TAP device driver, 1.6\n[ 0.614207] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.616365] PPP generic driver version 2.4.2\n[ 0.617264] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.618596] ehci-pci: EHCI PCI platform driver\n[ 0.619481] ehci-platform: EHCI generic platform driver\n[ 0.620479] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.621623] ohci-pci: OHCI PCI platform driver\n[ 0.622496] ohci-platform: OHCI generic platform driver\n[ 0.623505] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.637877] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.638904] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.640377] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.641411] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.642545] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.643788] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.645224] usb usb1: Product: UHCI Host Controller\n[ 0.646165] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.647322] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.648345] hub 1-0:1.0: USB hub found\n[ 0.649134] hub 1-0:1.0: 2 ports detected\n[ 0.650061] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.652225] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.653197] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.654242] mousedev: PS/2 mouse device common for all mice\n[ 0.655526] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.657415] rtc_cmos 00:00: RTC can wake from S4\n[ 0.658523] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.659758] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.660976] i2c /dev entries driver\n[ 0.661742] device-mapper: uevent: version 1.0.3\n[ 0.662702] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.664346] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.665658] NET: Registered protocol family 10\n[ 0.666689] NET: Registered protocol family 17\n[ 0.667582] Key type dns_resolver registered\n[ 0.668521] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.669640] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.671420] registered taskstats version 1\n[ 0.672274] Loading compiled-in X.509 certificates\n[ 0.673731] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.675620] zswap: loaded using pool lzo/zbud\n[ 0.676998] Key type trusted registered\n[ 0.678552] Key type encrypted registered\n[ 0.679402] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.680440] ima: No TPM chip found, activating TPM-bypass!\n[ 0.681488] evm: HMAC attrs: 0x1\n[ 0.682437] Magic number: 2:69:531\n[ 0.683222] tty ttyS11: hash matches\n[ 0.684043] rtc_cmos 00:00: setting system clock to 2018-09-04 12:30:38 UTC (1536064238)\n[ 0.685644] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.686775] EDD information not available.\n[ 0.767127] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.768620] ata1.00: configured for MWDMA2\n[ 0.780342] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.782605] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.783843] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.785095] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.786994] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.788547] Write protecting the kernel read-only data: 14336k\n[ 0.790113] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.791935] 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.852436] 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 0.97\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found 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-09-04 12:31:32,444 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/d6f7ffd8-57d5-4112-8185-22e0bdd64861/action used request id req-9b97a1c1-3b37-4c15-b246-08df29c52da9 2018-09-04 12:31:34,450 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/servers/d6f7ffd8-57d5-4112-8185-22e0bdd64861/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2214fdfe23c5c8169776c6a94141fba7cd526aef" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-04 12:31:35,516 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12:31: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-25216ac1-282b-4e4a-9082-00533a4bab61 x-compute-request-id: req-25216ac1-282b-4e4a-9082-00533a4bab61 Content-Encoding: gzip Content-Length: 7891 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 564303106 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 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.132063] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.133706] pid_max: default: 32768 minimum: 301\n[ 0.134596] ACPI: Core revision 20150930\n[ 0.135971] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.137268] Security Framework initialized\n[ 0.138079] Yama: becoming mindful.\n[ 0.138807] AppArmor: AppArmor initialized\n[ 0.139670] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.140994] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.142259] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143458] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144833] Initializing cgroup subsys io\n[ 0.145637] Initializing cgroup subsys memory\n[ 0.146487] Initializing cgroup subsys devices\n[ 0.147366] Initializing cgroup subsys freezer\n[ 0.148255] Initializing cgroup subsys net_cls\n[ 0.149109] Initializing cgroup subsys perf_event\n[ 0.150007] Initializing cgroup subsys net_prio\n[ 0.150879] Initializing cgroup subsys hugetlb\n[ 0.151743] Initializing cgroup subsys pids\n[ 0.152614] CPU: Physical Processor ID: 0\n[ 0.154111] mce: CPU supports 10 MCE banks\n[ 0.154958] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.155962] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.167058] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.173461] ftrace: allocating 31920 entries in 125 pages\n[ 0.200006] smpboot: Max logical packages: 1\n[ 0.200860] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.202219] x2apic enabled\n[ 0.203020] Switched APIC routing to physical x2apic.\n[ 0.204767] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.205879] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.207865] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.209630] KVM setup paravirtual spinlock\n[ 0.210912] x86: Booted up 1 node, 1 CPUs\n[ 0.211713] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.213088] devtmpfs: initialized\n[ 0.214796] evm: security.selinux\n[ 0.215490] evm: security.SMACK64\n[ 0.216180] evm: security.SMACK64EXEC\n[ 0.216930] evm: security.SMACK64TRANSMUTE\n[ 0.217730] evm: security.SMACK64MMAP\n[ 0.218469] evm: security.ima\n[ 0.219106] evm: security.capability\n[ 0.219901] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.221745] pinctrl core: initialized pinctrl subsystem\n[ 0.222860] RTC time: 12:30:37, date: 09/04/18\n[ 0.223803] NET: Registered protocol family 16\n[ 0.224766] cpuidle: using governor ladder\n[ 0.225572] cpuidle: using governor menu\n[ 0.226352] PCCT header not found.\n[ 0.227113] ACPI: bus type PCI registered\n[ 0.227916] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.229142] PCI: Using configuration type 1 for base access\n[ 0.230888] ACPI: Added _OSI(Module Device)\n[ 0.231730] ACPI: Added _OSI(Processor Device)\n[ 0.232583] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.233473] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.235569] ACPI: Interpreter enabled\n[ 0.236342] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.238170] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.239994] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.241824] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.243659] ACPI: (supports S0 S5)\n[ 0.244361] ACPI: Using IOAPIC for interrupt routing\n[ 0.245304] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.248376] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.249512] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.250743] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.251927] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.254135] acpiphp: Slot [3] registered\n[ 0.254936] acpiphp: Slot [4] registered\n[ 0.255730] acpiphp: Slot [5] registered\n[ 0.256517] acpiphp: Slot [6] registered\n[ 0.257303] acpiphp: Slot [7] registered\n[ 0.258111] acpiphp: Slot [8] registered\n[ 0.258913] acpiphp: Slot [9] registered\n[ 0.259704] acpiphp: Slot [10] registered\n[ 0.260503] acpiphp: Slot [11] registered\n[ 0.261314] acpiphp: Slot [12] registered\n[ 0.262144] acpiphp: Slot [13] registered\n[ 0.262958] acpiphp: Slot [14] registered\n[ 0.263761] acpiphp: Slot [15] registered\n[ 0.274815] acpiphp: Slot [16] registered\n[ 0.275623] acpiphp: Slot [17] registered\n[ 0.276425] acpiphp: Slot [18] registered\n[ 0.277228] acpiphp: Slot [19] registered\n[ 0.278033] acpiphp: Slot [20] registered\n[ 0.278844] acpiphp: Slot [21] registered\n[ 0.279652] acpiphp: Slot [22] registered\n[ 0.280453] acpiphp: Slot [23] registered\n[ 0.281256] acpiphp: Slot [24] registered\n[ 0.282058] acpiphp: Slot [25] registered\n[ 0.282863] acpiphp: Slot [26] registered\n[ 0.283666] acpiphp: Slot [27] registered\n[ 0.284469] acpiphp: Slot [28] registered\n[ 0.285274] acpiphp: Slot [29] registered\n[ 0.286082] acpiphp: Slot [30] registered\n[ 0.286889] acpiphp: Slot [31] registered\n[ 0.287691] PCI host bridge to bus 0000:00\n[ 0.288488] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.289684] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.290883] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.292314] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.293746] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.299888] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.301157] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.302320] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.303573] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.309868] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.311280] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.356784] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.358245] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.359665] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.361083] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.362469] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.363722] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.364887] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.365935] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.367480] vgaarb: loaded\n[ 0.368088] vgaarb: bridge control possible 0000:00:02.0\n[ 0.369223] SCSI subsystem initialized\n[ 0.370041] ACPI: bus type USB registered\n[ 0.370853] usbcore: registered new interface driver usbfs\n[ 0.371881] usbcore: registered new interface driver hub\n[ 0.372893] usbcore: registered new device driver usb\n[ 0.373943] PCI: Using ACPI for IRQ routing\n[ 0.374963] NetLabel: Initializing\n[ 0.375675] NetLabel: domain hash size = 128\n[ 0.376518] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.377474] NetLabel: unlabeled traffic allowed by default\n[ 0.378569] clocksource: Switched to clocksource kvm-clock\n[ 0.383970] AppArmor: AppArmor Filesystem Enabled\n[ 0.384951] pnp: PnP ACPI init\n[ 0.385859] pnp: PnP ACPI: found 5 devices\n[ 0.392228] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.393932] NET: Registered protocol family 2\n[ 0.394890] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.396174] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.397344] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.398504] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.399585] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.400765] NET: Registered protocol family 1\n[ 0.401635] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.402733] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.403802] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.417796] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.432030] Trying to unpack rootfs image as initramfs...\n[ 0.481925] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.495783] Scanning for low memory corruption every 60 seconds\n[ 0.497138] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.498287] audit: initializing netlink subsys (disabled)\n[ 0.499324] audit: type=2000 audit(1536064238.627:1): initialized\n[ 0.500640] Initialise system trusted keyring\n[ 0.501567] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.502741] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.504707] zbud: loaded\n[ 0.505404] VFS: Disk quotas dquot_6.6.0\n[ 0.506230] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.507763] fuse init (API version 7.23)\n[ 0.508651] Key type big_key registered\n[ 0.509452] Allocating IMA MOK and blacklist keyrings.\n[ 0.510938] Key type asymmetric registered\n[ 0.511767] Asymmetric key parser 'x509' registered\n[ 0.512719] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.514178] io scheduler noop registered\n[ 0.514989] io scheduler deadline registered (default)\n[ 0.515984] io scheduler cfq registered\n[ 0.516816] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.517861] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.519140] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.520591] ACPI: Power Button [PWRF]\n[ 0.521416] GHES: HEST is not enabled!\n[ 0.535145] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.563088] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.565319] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.589254] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.591364] Linux agpgart interface v0.103\n[ 0.593357] brd: module loaded\n[ 0.594512] loop: module loaded\n[ 0.601801] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.603275] GPT:90111 != 2097151\n[ 0.603957] GPT:Alternate GPT header not at the end of the disk.\n[ 0.605049] GPT:90111 != 2097151\n[ 0.605720] GPT: Use GNU Parted to correct GPT errors.\n[ 0.606686] vda: vda1 vda15\n[ 0.608223] scsi host0: ata_piix\n[ 0.608973] scsi host1: ata_piix\n[ 0.609698] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.610951] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.612415] libphy: Fixed MDIO Bus: probed\n[ 0.613248] tun: Universal TUN/TAP device driver, 1.6\n[ 0.614207] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.616365] PPP generic driver version 2.4.2\n[ 0.617264] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.618596] ehci-pci: EHCI PCI platform driver\n[ 0.619481] ehci-platform: EHCI generic platform driver\n[ 0.620479] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.621623] ohci-pci: OHCI PCI platform driver\n[ 0.622496] ohci-platform: OHCI generic platform driver\n[ 0.623505] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.637877] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.638904] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.640377] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.641411] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.642545] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.643788] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.645224] usb usb1: Product: UHCI Host Controller\n[ 0.646165] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.647322] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.648345] hub 1-0:1.0: USB hub found\n[ 0.649134] hub 1-0:1.0: 2 ports detected\n[ 0.650061] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.652225] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.653197] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.654242] mousedev: PS/2 mouse device common for all mice\n[ 0.655526] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.657415] rtc_cmos 00:00: RTC can wake from S4\n[ 0.658523] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.659758] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.660976] i2c /dev entries driver\n[ 0.661742] device-mapper: uevent: version 1.0.3\n[ 0.662702] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.664346] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.665658] NET: Registered protocol family 10\n[ 0.666689] NET: Registered protocol family 17\n[ 0.667582] Key type dns_resolver registered\n[ 0.668521] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.669640] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.671420] registered taskstats version 1\n[ 0.672274] Loading compiled-in X.509 certificates\n[ 0.673731] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.675620] zswap: loaded using pool lzo/zbud\n[ 0.676998] Key type trusted registered\n[ 0.678552] Key type encrypted registered\n[ 0.679402] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.680440] ima: No TPM chip found, activating TPM-bypass!\n[ 0.681488] evm: HMAC attrs: 0x1\n[ 0.682437] Magic number: 2:69:531\n[ 0.683222] tty ttyS11: hash matches\n[ 0.684043] rtc_cmos 00:00: setting system clock to 2018-09-04 12:30:38 UTC (1536064238)\n[ 0.685644] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.686775] EDD information not available.\n[ 0.767127] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.768620] ata1.00: configured for MWDMA2\n[ 0.780342] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.782605] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.783843] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.785095] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.786994] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.788547] Write protecting the kernel read-only data: 14336k\n[ 0.790113] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.791935] 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.852436] 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 0.97\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found 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-09-04 12:31:35,517 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/d6f7ffd8-57d5-4112-8185-22e0bdd64861/action used request id req-25216ac1-282b-4e4a-9082-00533a4bab61 2018-09-04 12:31:37,523 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/servers/d6f7ffd8-57d5-4112-8185-22e0bdd64861/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2214fdfe23c5c8169776c6a94141fba7cd526aef" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-04 12:31:38,651 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12:31: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-4d344392-3b47-4fcd-ae53-cbfb9f273b39 x-compute-request-id: req-4d344392-3b47-4fcd-ae53-cbfb9f273b39 Content-Encoding: gzip Content-Length: 7891 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 564303106 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 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.132063] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.133706] pid_max: default: 32768 minimum: 301\n[ 0.134596] ACPI: Core revision 20150930\n[ 0.135971] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.137268] Security Framework initialized\n[ 0.138079] Yama: becoming mindful.\n[ 0.138807] AppArmor: AppArmor initialized\n[ 0.139670] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.140994] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.142259] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143458] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144833] Initializing cgroup subsys io\n[ 0.145637] Initializing cgroup subsys memory\n[ 0.146487] Initializing cgroup subsys devices\n[ 0.147366] Initializing cgroup subsys freezer\n[ 0.148255] Initializing cgroup subsys net_cls\n[ 0.149109] Initializing cgroup subsys perf_event\n[ 0.150007] Initializing cgroup subsys net_prio\n[ 0.150879] Initializing cgroup subsys hugetlb\n[ 0.151743] Initializing cgroup subsys pids\n[ 0.152614] CPU: Physical Processor ID: 0\n[ 0.154111] mce: CPU supports 10 MCE banks\n[ 0.154958] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.155962] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.167058] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.173461] ftrace: allocating 31920 entries in 125 pages\n[ 0.200006] smpboot: Max logical packages: 1\n[ 0.200860] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.202219] x2apic enabled\n[ 0.203020] Switched APIC routing to physical x2apic.\n[ 0.204767] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.205879] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.207865] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.209630] KVM setup paravirtual spinlock\n[ 0.210912] x86: Booted up 1 node, 1 CPUs\n[ 0.211713] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.213088] devtmpfs: initialized\n[ 0.214796] evm: security.selinux\n[ 0.215490] evm: security.SMACK64\n[ 0.216180] evm: security.SMACK64EXEC\n[ 0.216930] evm: security.SMACK64TRANSMUTE\n[ 0.217730] evm: security.SMACK64MMAP\n[ 0.218469] evm: security.ima\n[ 0.219106] evm: security.capability\n[ 0.219901] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.221745] pinctrl core: initialized pinctrl subsystem\n[ 0.222860] RTC time: 12:30:37, date: 09/04/18\n[ 0.223803] NET: Registered protocol family 16\n[ 0.224766] cpuidle: using governor ladder\n[ 0.225572] cpuidle: using governor menu\n[ 0.226352] PCCT header not found.\n[ 0.227113] ACPI: bus type PCI registered\n[ 0.227916] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.229142] PCI: Using configuration type 1 for base access\n[ 0.230888] ACPI: Added _OSI(Module Device)\n[ 0.231730] ACPI: Added _OSI(Processor Device)\n[ 0.232583] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.233473] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.235569] ACPI: Interpreter enabled\n[ 0.236342] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.238170] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.239994] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.241824] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.243659] ACPI: (supports S0 S5)\n[ 0.244361] ACPI: Using IOAPIC for interrupt routing\n[ 0.245304] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.248376] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.249512] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.250743] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.251927] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.254135] acpiphp: Slot [3] registered\n[ 0.254936] acpiphp: Slot [4] registered\n[ 0.255730] acpiphp: Slot [5] registered\n[ 0.256517] acpiphp: Slot [6] registered\n[ 0.257303] acpiphp: Slot [7] registered\n[ 0.258111] acpiphp: Slot [8] registered\n[ 0.258913] acpiphp: Slot [9] registered\n[ 0.259704] acpiphp: Slot [10] registered\n[ 0.260503] acpiphp: Slot [11] registered\n[ 0.261314] acpiphp: Slot [12] registered\n[ 0.262144] acpiphp: Slot [13] registered\n[ 0.262958] acpiphp: Slot [14] registered\n[ 0.263761] acpiphp: Slot [15] registered\n[ 0.274815] acpiphp: Slot [16] registered\n[ 0.275623] acpiphp: Slot [17] registered\n[ 0.276425] acpiphp: Slot [18] registered\n[ 0.277228] acpiphp: Slot [19] registered\n[ 0.278033] acpiphp: Slot [20] registered\n[ 0.278844] acpiphp: Slot [21] registered\n[ 0.279652] acpiphp: Slot [22] registered\n[ 0.280453] acpiphp: Slot [23] registered\n[ 0.281256] acpiphp: Slot [24] registered\n[ 0.282058] acpiphp: Slot [25] registered\n[ 0.282863] acpiphp: Slot [26] registered\n[ 0.283666] acpiphp: Slot [27] registered\n[ 0.284469] acpiphp: Slot [28] registered\n[ 0.285274] acpiphp: Slot [29] registered\n[ 0.286082] acpiphp: Slot [30] registered\n[ 0.286889] acpiphp: Slot [31] registered\n[ 0.287691] PCI host bridge to bus 0000:00\n[ 0.288488] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.289684] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.290883] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.292314] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.293746] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.299888] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.301157] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.302320] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.303573] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.309868] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.311280] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.356784] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.358245] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.359665] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.361083] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.362469] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.363722] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.364887] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.365935] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.367480] vgaarb: loaded\n[ 0.368088] vgaarb: bridge control possible 0000:00:02.0\n[ 0.369223] SCSI subsystem initialized\n[ 0.370041] ACPI: bus type USB registered\n[ 0.370853] usbcore: registered new interface driver usbfs\n[ 0.371881] usbcore: registered new interface driver hub\n[ 0.372893] usbcore: registered new device driver usb\n[ 0.373943] PCI: Using ACPI for IRQ routing\n[ 0.374963] NetLabel: Initializing\n[ 0.375675] NetLabel: domain hash size = 128\n[ 0.376518] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.377474] NetLabel: unlabeled traffic allowed by default\n[ 0.378569] clocksource: Switched to clocksource kvm-clock\n[ 0.383970] AppArmor: AppArmor Filesystem Enabled\n[ 0.384951] pnp: PnP ACPI init\n[ 0.385859] pnp: PnP ACPI: found 5 devices\n[ 0.392228] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.393932] NET: Registered protocol family 2\n[ 0.394890] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.396174] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.397344] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.398504] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.399585] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.400765] NET: Registered protocol family 1\n[ 0.401635] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.402733] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.403802] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.417796] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.432030] Trying to unpack rootfs image as initramfs...\n[ 0.481925] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.495783] Scanning for low memory corruption every 60 seconds\n[ 0.497138] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.498287] audit: initializing netlink subsys (disabled)\n[ 0.499324] audit: type=2000 audit(1536064238.627:1): initialized\n[ 0.500640] Initialise system trusted keyring\n[ 0.501567] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.502741] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.504707] zbud: loaded\n[ 0.505404] VFS: Disk quotas dquot_6.6.0\n[ 0.506230] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.507763] fuse init (API version 7.23)\n[ 0.508651] Key type big_key registered\n[ 0.509452] Allocating IMA MOK and blacklist keyrings.\n[ 0.510938] Key type asymmetric registered\n[ 0.511767] Asymmetric key parser 'x509' registered\n[ 0.512719] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.514178] io scheduler noop registered\n[ 0.514989] io scheduler deadline registered (default)\n[ 0.515984] io scheduler cfq registered\n[ 0.516816] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.517861] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.519140] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.520591] ACPI: Power Button [PWRF]\n[ 0.521416] GHES: HEST is not enabled!\n[ 0.535145] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.563088] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.565319] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.589254] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.591364] Linux agpgart interface v0.103\n[ 0.593357] brd: module loaded\n[ 0.594512] loop: module loaded\n[ 0.601801] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.603275] GPT:90111 != 2097151\n[ 0.603957] GPT:Alternate GPT header not at the end of the disk.\n[ 0.605049] GPT:90111 != 2097151\n[ 0.605720] GPT: Use GNU Parted to correct GPT errors.\n[ 0.606686] vda: vda1 vda15\n[ 0.608223] scsi host0: ata_piix\n[ 0.608973] scsi host1: ata_piix\n[ 0.609698] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.610951] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.612415] libphy: Fixed MDIO Bus: probed\n[ 0.613248] tun: Universal TUN/TAP device driver, 1.6\n[ 0.614207] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.616365] PPP generic driver version 2.4.2\n[ 0.617264] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.618596] ehci-pci: EHCI PCI platform driver\n[ 0.619481] ehci-platform: EHCI generic platform driver\n[ 0.620479] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.621623] ohci-pci: OHCI PCI platform driver\n[ 0.622496] ohci-platform: OHCI generic platform driver\n[ 0.623505] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.637877] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.638904] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.640377] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.641411] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.642545] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.643788] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.645224] usb usb1: Product: UHCI Host Controller\n[ 0.646165] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.647322] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.648345] hub 1-0:1.0: USB hub found\n[ 0.649134] hub 1-0:1.0: 2 ports detected\n[ 0.650061] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.652225] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.653197] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.654242] mousedev: PS/2 mouse device common for all mice\n[ 0.655526] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.657415] rtc_cmos 00:00: RTC can wake from S4\n[ 0.658523] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.659758] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.660976] i2c /dev entries driver\n[ 0.661742] device-mapper: uevent: version 1.0.3\n[ 0.662702] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.664346] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.665658] NET: Registered protocol family 10\n[ 0.666689] NET: Registered protocol family 17\n[ 0.667582] Key type dns_resolver registered\n[ 0.668521] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.669640] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.671420] registered taskstats version 1\n[ 0.672274] Loading compiled-in X.509 certificates\n[ 0.673731] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.675620] zswap: loaded using pool lzo/zbud\n[ 0.676998] Key type trusted registered\n[ 0.678552] Key type encrypted registered\n[ 0.679402] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.680440] ima: No TPM chip found, activating TPM-bypass!\n[ 0.681488] evm: HMAC attrs: 0x1\n[ 0.682437] Magic number: 2:69:531\n[ 0.683222] tty ttyS11: hash matches\n[ 0.684043] rtc_cmos 00:00: setting system clock to 2018-09-04 12:30:38 UTC (1536064238)\n[ 0.685644] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.686775] EDD information not available.\n[ 0.767127] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.768620] ata1.00: configured for MWDMA2\n[ 0.780342] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.782605] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.783843] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.785095] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.786994] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.788547] Write protecting the kernel read-only data: 14336k\n[ 0.790113] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.791935] 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.852436] 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 0.97\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found 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-09-04 12:31:38,652 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/d6f7ffd8-57d5-4112-8185-22e0bdd64861/action used request id req-4d344392-3b47-4fcd-ae53-cbfb9f273b39 2018-09-04 12:31:40,658 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/servers/d6f7ffd8-57d5-4112-8185-22e0bdd64861/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2214fdfe23c5c8169776c6a94141fba7cd526aef" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-04 12:31:41,732 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12:31: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-de2e5d21-993c-45f5-9fbc-9f6a99e7a1e9 x-compute-request-id: req-de2e5d21-993c-45f5-9fbc-9f6a99e7a1e9 Content-Encoding: gzip Content-Length: 8096 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 564303106 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 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.132063] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.133706] pid_max: default: 32768 minimum: 301\n[ 0.134596] ACPI: Core revision 20150930\n[ 0.135971] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.137268] Security Framework initialized\n[ 0.138079] Yama: becoming mindful.\n[ 0.138807] AppArmor: AppArmor initialized\n[ 0.139670] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.140994] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.142259] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143458] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144833] Initializing cgroup subsys io\n[ 0.145637] Initializing cgroup subsys memory\n[ 0.146487] Initializing cgroup subsys devices\n[ 0.147366] Initializing cgroup subsys freezer\n[ 0.148255] Initializing cgroup subsys net_cls\n[ 0.149109] Initializing cgroup subsys perf_event\n[ 0.150007] Initializing cgroup subsys net_prio\n[ 0.150879] Initializing cgroup subsys hugetlb\n[ 0.151743] Initializing cgroup subsys pids\n[ 0.152614] CPU: Physical Processor ID: 0\n[ 0.154111] mce: CPU supports 10 MCE banks\n[ 0.154958] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.155962] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.167058] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.173461] ftrace: allocating 31920 entries in 125 pages\n[ 0.200006] smpboot: Max logical packages: 1\n[ 0.200860] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.202219] x2apic enabled\n[ 0.203020] Switched APIC routing to physical x2apic.\n[ 0.204767] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.205879] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.207865] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.209630] KVM setup paravirtual spinlock\n[ 0.210912] x86: Booted up 1 node, 1 CPUs\n[ 0.211713] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.213088] devtmpfs: initialized\n[ 0.214796] evm: security.selinux\n[ 0.215490] evm: security.SMACK64\n[ 0.216180] evm: security.SMACK64EXEC\n[ 0.216930] evm: security.SMACK64TRANSMUTE\n[ 0.217730] evm: security.SMACK64MMAP\n[ 0.218469] evm: security.ima\n[ 0.219106] evm: security.capability\n[ 0.219901] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.221745] pinctrl core: initialized pinctrl subsystem\n[ 0.222860] RTC time: 12:30:37, date: 09/04/18\n[ 0.223803] NET: Registered protocol family 16\n[ 0.224766] cpuidle: using governor ladder\n[ 0.225572] cpuidle: using governor menu\n[ 0.226352] PCCT header not found.\n[ 0.227113] ACPI: bus type PCI registered\n[ 0.227916] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.229142] PCI: Using configuration type 1 for base access\n[ 0.230888] ACPI: Added _OSI(Module Device)\n[ 0.231730] ACPI: Added _OSI(Processor Device)\n[ 0.232583] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.233473] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.235569] ACPI: Interpreter enabled\n[ 0.236342] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.238170] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.239994] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.241824] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.243659] ACPI: (supports S0 S5)\n[ 0.244361] ACPI: Using IOAPIC for interrupt routing\n[ 0.245304] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.248376] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.249512] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.250743] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.251927] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.254135] acpiphp: Slot [3] registered\n[ 0.254936] acpiphp: Slot [4] registered\n[ 0.255730] acpiphp: Slot [5] registered\n[ 0.256517] acpiphp: Slot [6] registered\n[ 0.257303] acpiphp: Slot [7] registered\n[ 0.258111] acpiphp: Slot [8] registered\n[ 0.258913] acpiphp: Slot [9] registered\n[ 0.259704] acpiphp: Slot [10] registered\n[ 0.260503] acpiphp: Slot [11] registered\n[ 0.261314] acpiphp: Slot [12] registered\n[ 0.262144] acpiphp: Slot [13] registered\n[ 0.262958] acpiphp: Slot [14] registered\n[ 0.263761] acpiphp: Slot [15] registered\n[ 0.274815] acpiphp: Slot [16] registered\n[ 0.275623] acpiphp: Slot [17] registered\n[ 0.276425] acpiphp: Slot [18] registered\n[ 0.277228] acpiphp: Slot [19] registered\n[ 0.278033] acpiphp: Slot [20] registered\n[ 0.278844] acpiphp: Slot [21] registered\n[ 0.279652] acpiphp: Slot [22] registered\n[ 0.280453] acpiphp: Slot [23] registered\n[ 0.281256] acpiphp: Slot [24] registered\n[ 0.282058] acpiphp: Slot [25] registered\n[ 0.282863] acpiphp: Slot [26] registered\n[ 0.283666] acpiphp: Slot [27] registered\n[ 0.284469] acpiphp: Slot [28] registered\n[ 0.285274] acpiphp: Slot [29] registered\n[ 0.286082] acpiphp: Slot [30] registered\n[ 0.286889] acpiphp: Slot [31] registered\n[ 0.287691] PCI host bridge to bus 0000:00\n[ 0.288488] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.289684] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.290883] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.292314] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.293746] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.299888] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.301157] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.302320] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.303573] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.309868] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.311280] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.356784] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.358245] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.359665] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.361083] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.362469] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.363722] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.364887] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.365935] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.367480] vgaarb: loaded\n[ 0.368088] vgaarb: bridge control possible 0000:00:02.0\n[ 0.369223] SCSI subsystem initialized\n[ 0.370041] ACPI: bus type USB registered\n[ 0.370853] usbcore: registered new interface driver usbfs\n[ 0.371881] usbcore: registered new interface driver hub\n[ 0.372893] usbcore: registered new device driver usb\n[ 0.373943] PCI: Using ACPI for IRQ routing\n[ 0.374963] NetLabel: Initializing\n[ 0.375675] NetLabel: domain hash size = 128\n[ 0.376518] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.377474] NetLabel: unlabeled traffic allowed by default\n[ 0.378569] clocksource: Switched to clocksource kvm-clock\n[ 0.383970] AppArmor: AppArmor Filesystem Enabled\n[ 0.384951] pnp: PnP ACPI init\n[ 0.385859] pnp: PnP ACPI: found 5 devices\n[ 0.392228] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.393932] NET: Registered protocol family 2\n[ 0.394890] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.396174] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.397344] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.398504] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.399585] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.400765] NET: Registered protocol family 1\n[ 0.401635] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.402733] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.403802] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.417796] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.432030] Trying to unpack rootfs image as initramfs...\n[ 0.481925] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.495783] Scanning for low memory corruption every 60 seconds\n[ 0.497138] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.498287] audit: initializing netlink subsys (disabled)\n[ 0.499324] audit: type=2000 audit(1536064238.627:1): initialized\n[ 0.500640] Initialise system trusted keyring\n[ 0.501567] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.502741] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.504707] zbud: loaded\n[ 0.505404] VFS: Disk quotas dquot_6.6.0\n[ 0.506230] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.507763] fuse init (API version 7.23)\n[ 0.508651] Key type big_key registered\n[ 0.509452] Allocating IMA MOK and blacklist keyrings.\n[ 0.510938] Key type asymmetric registered\n[ 0.511767] Asymmetric key parser 'x509' registered\n[ 0.512719] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.514178] io scheduler noop registered\n[ 0.514989] io scheduler deadline registered (default)\n[ 0.515984] io scheduler cfq registered\n[ 0.516816] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.517861] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.519140] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.520591] ACPI: Power Button [PWRF]\n[ 0.521416] GHES: HEST is not enabled!\n[ 0.535145] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.563088] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.565319] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.589254] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.591364] Linux agpgart interface v0.103\n[ 0.593357] brd: module loaded\n[ 0.594512] loop: module loaded\n[ 0.601801] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.603275] GPT:90111 != 2097151\n[ 0.603957] GPT:Alternate GPT header not at the end of the disk.\n[ 0.605049] GPT:90111 != 2097151\n[ 0.605720] GPT: Use GNU Parted to correct GPT errors.\n[ 0.606686] vda: vda1 vda15\n[ 0.608223] scsi host0: ata_piix\n[ 0.608973] scsi host1: ata_piix\n[ 0.609698] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.610951] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.612415] libphy: Fixed MDIO Bus: probed\n[ 0.613248] tun: Universal TUN/TAP device driver, 1.6\n[ 0.614207] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.616365] PPP generic driver version 2.4.2\n[ 0.617264] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.618596] ehci-pci: EHCI PCI platform driver\n[ 0.619481] ehci-platform: EHCI generic platform driver\n[ 0.620479] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.621623] ohci-pci: OHCI PCI platform driver\n[ 0.622496] ohci-platform: OHCI generic platform driver\n[ 0.623505] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.637877] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.638904] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.640377] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.641411] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.642545] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.643788] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.645224] usb usb1: Product: UHCI Host Controller\n[ 0.646165] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.647322] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.648345] hub 1-0:1.0: USB hub found\n[ 0.649134] hub 1-0:1.0: 2 ports detected\n[ 0.650061] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.652225] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.653197] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.654242] mousedev: PS/2 mouse device common for all mice\n[ 0.655526] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.657415] rtc_cmos 00:00: RTC can wake from S4\n[ 0.658523] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.659758] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.660976] i2c /dev entries driver\n[ 0.661742] device-mapper: uevent: version 1.0.3\n[ 0.662702] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.664346] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.665658] NET: Registered protocol family 10\n[ 0.666689] NET: Registered protocol family 17\n[ 0.667582] Key type dns_resolver registered\n[ 0.668521] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.669640] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.671420] registered taskstats version 1\n[ 0.672274] Loading compiled-in X.509 certificates\n[ 0.673731] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.675620] zswap: loaded using pool lzo/zbud\n[ 0.676998] Key type trusted registered\n[ 0.678552] Key type encrypted registered\n[ 0.679402] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.680440] ima: No TPM chip found, activating TPM-bypass!\n[ 0.681488] evm: HMAC attrs: 0x1\n[ 0.682437] Magic number: 2:69:531\n[ 0.683222] tty ttyS11: hash matches\n[ 0.684043] rtc_cmos 00:00: setting system clock to 2018-09-04 12:30:38 UTC (1536064238)\n[ 0.685644] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.686775] EDD information not available.\n[ 0.767127] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.768620] ata1.00: configured for MWDMA2\n[ 0.780342] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.782605] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.783843] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.785095] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.786994] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.788547] Write protecting the kernel read-only data: 14336k\n[ 0.790113] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.791935] 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.852436] 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 0.97\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found 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.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\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n"} 2018-09-04 12:31:41,732 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/d6f7ffd8-57d5-4112-8185-22e0bdd64861/action used request id req-de2e5d21-993c-45f5-9fbc-9f6a99e7a1e9 2018-09-04 12:31:43,736 - sdnvpn_test_utils - INFO - Waiting for instance e034e08b-88c9-4923-bc30-9cd60c7b3a75 to boot up 2018-09-04 12:31:43,739 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/servers/e034e08b-88c9-4923-bc30-9cd60c7b3a75/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5b6ee9dabbf3f0b3c0dd26b66efa24758e9b853f" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-04 12:31:44,814 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12: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-d7447a54-a67a-4388-9c68-f2a63a5f2a74 x-compute-request-id: req-d7447a54-a67a-4388-9c68-f2a63a5f2a74 Content-Encoding: gzip Content-Length: 8125 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 599381479 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 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.132783] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.134418] pid_max: default: 32768 minimum: 301\n[ 0.135302] ACPI: Core revision 20150930\n[ 0.136680] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.137977] Security Framework initialized\n[ 0.138782] Yama: becoming mindful.\n[ 0.139499] AppArmor: AppArmor initialized\n[ 0.140357] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.141674] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.142932] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144135] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.145501] Initializing cgroup subsys io\n[ 0.146310] Initializing cgroup subsys memory\n[ 0.147176] Initializing cgroup subsys devices\n[ 0.148053] Initializing cgroup subsys freezer\n[ 0.148913] Initializing cgroup subsys net_cls\n[ 0.149770] Initializing cgroup subsys perf_event\n[ 0.150670] Initializing cgroup subsys net_prio\n[ 0.151539] Initializing cgroup subsys hugetlb\n[ 0.152407] Initializing cgroup subsys pids\n[ 0.153278] CPU: Physical Processor ID: 0\n[ 0.154757] mce: CPU supports 10 MCE banks\n[ 0.155591] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.156583] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.167315] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.173755] ftrace: allocating 31920 entries in 125 pages\n[ 0.200669] smpboot: Max logical packages: 1\n[ 0.201504] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.202839] x2apic enabled\n[ 0.203640] Switched APIC routing to physical x2apic.\n[ 0.205379] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.206505] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.208492] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.210264] KVM setup paravirtual spinlock\n[ 0.211551] x86: Booted up 1 node, 1 CPUs\n[ 0.212352] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.213735] devtmpfs: initialized\n[ 0.215443] evm: security.selinux\n[ 0.216146] evm: security.SMACK64\n[ 0.216835] evm: security.SMACK64EXEC\n[ 0.217570] evm: security.SMACK64TRANSMUTE\n[ 0.218373] evm: security.SMACK64MMAP\n[ 0.219120] evm: security.ima\n[ 0.219758] evm: security.capability\n[ 0.220554] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.222393] pinctrl core: initialized pinctrl subsystem\n[ 0.223488] RTC time: 12:30:25, date: 09/04/18\n[ 0.224439] NET: Registered protocol family 16\n[ 0.225399] cpuidle: using governor ladder\n[ 0.226214] cpuidle: using governor menu\n[ 0.226996] PCCT header not found.\n[ 0.227752] ACPI: bus type PCI registered\n[ 0.228543] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.229787] PCI: Using configuration type 1 for base access\n[ 0.231525] ACPI: Added _OSI(Module Device)\n[ 0.232364] ACPI: Added _OSI(Processor Device)\n[ 0.233227] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.234119] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.236228] ACPI: Interpreter enabled\n[ 0.237006] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.238838] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.240664] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.242496] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.244320] ACPI: (supports S0 S5)\n[ 0.245023] ACPI: Using IOAPIC for interrupt routing\n[ 0.246011] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.249092] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.250223] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.251445] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.252629] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.254825] acpiphp: Slot [3] registered\n[ 0.255621] acpiphp: Slot [4] registered\n[ 0.256420] acpiphp: Slot [5] registered\n[ 0.257214] acpiphp: Slot [6] registered\n[ 0.258003] acpiphp: Slot [7] registered\n[ 0.258808] acpiphp: Slot [8] registered\n[ 0.259602] acpiphp: Slot [9] registered\n[ 0.260402] acpiphp: Slot [10] registered\n[ 0.261209] acpiphp: Slot [11] registered\n[ 0.262022] acpiphp: Slot [12] registered\n[ 0.262833] acpiphp: Slot [13] registered\n[ 0.263635] acpiphp: Slot [14] registered\n[ 0.264435] acpiphp: Slot [15] registered\n[ 0.275445] acpiphp: Slot [16] registered\n[ 0.276284] acpiphp: Slot [17] registered\n[ 0.277088] acpiphp: Slot [18] registered\n[ 0.277889] acpiphp: Slot [19] registered\n[ 0.278689] acpiphp: Slot [20] registered\n[ 0.279494] acpiphp: Slot [21] registered\n[ 0.280299] acpiphp: Slot [22] registered\n[ 0.281103] acpiphp: Slot [23] registered\n[ 0.281907] acpiphp: Slot [24] registered\n[ 0.282711] acpiphp: Slot [25] registered\n[ 0.283515] acpiphp: Slot [26] registered\n[ 0.284319] acpiphp: Slot [27] registered\n[ 0.285128] acpiphp: Slot [28] registered\n[ 0.285933] acpiphp: Slot [29] registered\n[ 0.286735] acpiphp: Slot [30] registered\n[ 0.287539] acpiphp: Slot [31] registered\n[ 0.288341] PCI host bridge to bus 0000:00\n[ 0.289149] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.290347] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.291547] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.292983] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.294415] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.300611] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.301871] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.303034] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.304299] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.310638] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.312069] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.356706] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.358205] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.359624] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.361040] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.362435] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.363681] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.364824] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.366036] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.367582] vgaarb: loaded\n[ 0.368183] vgaarb: bridge control possible 0000:00:02.0\n[ 0.369311] SCSI subsystem initialized\n[ 0.370127] ACPI: bus type USB registered\n[ 0.370949] usbcore: registered new interface driver usbfs\n[ 0.371979] usbcore: registered new interface driver hub\n[ 0.372982] usbcore: registered new device driver usb\n[ 0.374030] PCI: Using ACPI for IRQ routing\n[ 0.375052] NetLabel: Initializing\n[ 0.375775] NetLabel: domain hash size = 128\n[ 0.376632] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.377583] NetLabel: unlabeled traffic allowed by default\n[ 0.378675] clocksource: Switched to clocksource kvm-clock\n[ 0.384087] AppArmor: AppArmor Filesystem Enabled\n[ 0.385042] pnp: PnP ACPI init\n[ 0.385946] pnp: PnP ACPI: found 5 devices\n[ 0.392323] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.394037] NET: Registered protocol family 2\n[ 0.394993] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.396279] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.397448] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.398611] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.399690] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.400864] NET: Registered protocol family 1\n[ 0.401748] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.402847] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.403920] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.417906] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.432179] Trying to unpack rootfs image as initramfs...\n[ 0.481936] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.495799] Scanning for low memory corruption every 60 seconds\n[ 0.497131] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.498285] audit: initializing netlink subsys (disabled)\n[ 0.499319] audit: type=2000 audit(1536064226.053:1): initialized\n[ 0.500640] Initialise system trusted keyring\n[ 0.501570] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.502773] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.504737] zbud: loaded\n[ 0.505435] VFS: Disk quotas dquot_6.6.0\n[ 0.506259] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.507787] fuse init (API version 7.23)\n[ 0.508676] Key type big_key registered\n[ 0.509484] Allocating IMA MOK and blacklist keyrings.\n[ 0.510977] Key type asymmetric registered\n[ 0.511808] Asymmetric key parser 'x509' registered\n[ 0.512780] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.514250] io scheduler noop registered\n[ 0.515058] io scheduler deadline registered (default)\n[ 0.516049] io scheduler cfq registered\n[ 0.516883] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.517938] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.519223] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.520683] ACPI: Power Button [PWRF]\n[ 0.521510] GHES: HEST is not enabled!\n[ 0.535361] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.565509] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.568653] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.592672] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.594841] Linux agpgart interface v0.103\n[ 0.596939] brd: module loaded\n[ 0.598164] loop: module loaded\n[ 0.603586] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.605028] GPT:90111 != 2097151\n[ 0.605701] GPT:Alternate GPT header not at the end of the disk.\n[ 0.606793] GPT:90111 != 2097151\n[ 0.607463] GPT: Use GNU Parted to correct GPT errors.\n[ 0.608418] vda: vda1 vda15\n[ 0.609861] scsi host0: ata_piix\n[ 0.610593] scsi host1: ata_piix\n[ 0.611309] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.612514] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.613981] libphy: Fixed MDIO Bus: probed\n[ 0.614806] tun: Universal TUN/TAP device driver, 1.6\n[ 0.615752] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.617893] PPP generic driver version 2.4.2\n[ 0.618785] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.620022] ehci-pci: EHCI PCI platform driver\n[ 0.620890] ehci-platform: EHCI generic platform driver\n[ 0.621873] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.623023] ohci-pci: OHCI PCI platform driver\n[ 0.623898] ohci-platform: OHCI generic platform driver\n[ 0.624880] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.639343] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.640369] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.641816] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.642845] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.643975] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.645190] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.646935] usb usb1: Product: UHCI Host Controller\n[ 0.648162] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.649731] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.650974] hub 1-0:1.0: USB hub found\n[ 0.651941] hub 1-0:1.0: 2 ports detected\n[ 0.652843] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.654954] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.655918] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.656941] mousedev: PS/2 mouse device common for all mice\n[ 0.658197] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.660036] rtc_cmos 00:00: RTC can wake from S4\n[ 0.661181] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.662381] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.663593] i2c /dev entries driver\n[ 0.664383] device-mapper: uevent: version 1.0.3\n[ 0.665326] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.666970] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.668252] NET: Registered protocol family 10\n[ 0.669253] NET: Registered protocol family 17\n[ 0.670252] Key type dns_resolver registered\n[ 0.671187] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.672272] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.674018] registered taskstats version 1\n[ 0.674864] Loading compiled-in X.509 certificates\n[ 0.676304] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.678147] zswap: loaded using pool lzo/zbud\n[ 0.679533] Key type trusted registered\n[ 0.681077] Key type encrypted registered\n[ 0.681915] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.682953] ima: No TPM chip found, activating TPM-bypass!\n[ 0.683994] evm: HMAC attrs: 0x1\n[ 0.684924] Magic number: 2:69:531\n[ 0.685682] tty ttyS11: hash matches\n[ 0.686485] rtc_cmos 00:00: setting system clock to 2018-09-04 12:30:26 UTC (1536064226)\n[ 0.688083] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.689191] EDD information not available.\n[ 0.767282] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.768826] ata1.00: configured for MWDMA2\n[ 0.780715] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.782983] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.784227] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.785492] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.787374] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.789019] Write protecting the kernel read-only data: 14336k\n[ 0.790609] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.792440] 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 0.97\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found 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.182470] 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.79s]\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-09-04 12:31:44,815 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/e034e08b-88c9-4923-bc30-9cd60c7b3a75/action used request id req-d7447a54-a67a-4388-9c68-f2a63a5f2a74 2018-09-04 12:31:46,816 - sdnvpn.test.functest.testcase_2 - INFO - Waiting for the VMs to connect to each other using the updated network configuration 2018-09-04 12:32:16,844 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/servers/d6f7ffd8-57d5-4112-8185-22e0bdd64861/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2214fdfe23c5c8169776c6a94141fba7cd526aef" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-04 12:32:17,916 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12:32: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-43e58fc1-1a7b-43dc-91e4-2b332795cdd9 x-compute-request-id: req-43e58fc1-1a7b-43dc-91e4-2b332795cdd9 Content-Encoding: gzip Content-Length: 8138 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 564303106 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 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.132063] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.133706] pid_max: default: 32768 minimum: 301\n[ 0.134596] ACPI: Core revision 20150930\n[ 0.135971] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.137268] Security Framework initialized\n[ 0.138079] Yama: becoming mindful.\n[ 0.138807] AppArmor: AppArmor initialized\n[ 0.139670] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.140994] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.142259] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143458] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144833] Initializing cgroup subsys io\n[ 0.145637] Initializing cgroup subsys memory\n[ 0.146487] Initializing cgroup subsys devices\n[ 0.147366] Initializing cgroup subsys freezer\n[ 0.148255] Initializing cgroup subsys net_cls\n[ 0.149109] Initializing cgroup subsys perf_event\n[ 0.150007] Initializing cgroup subsys net_prio\n[ 0.150879] Initializing cgroup subsys hugetlb\n[ 0.151743] Initializing cgroup subsys pids\n[ 0.152614] CPU: Physical Processor ID: 0\n[ 0.154111] mce: CPU supports 10 MCE banks\n[ 0.154958] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.155962] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.167058] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.173461] ftrace: allocating 31920 entries in 125 pages\n[ 0.200006] smpboot: Max logical packages: 1\n[ 0.200860] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.202219] x2apic enabled\n[ 0.203020] Switched APIC routing to physical x2apic.\n[ 0.204767] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.205879] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.207865] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.209630] KVM setup paravirtual spinlock\n[ 0.210912] x86: Booted up 1 node, 1 CPUs\n[ 0.211713] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.213088] devtmpfs: initialized\n[ 0.214796] evm: security.selinux\n[ 0.215490] evm: security.SMACK64\n[ 0.216180] evm: security.SMACK64EXEC\n[ 0.216930] evm: security.SMACK64TRANSMUTE\n[ 0.217730] evm: security.SMACK64MMAP\n[ 0.218469] evm: security.ima\n[ 0.219106] evm: security.capability\n[ 0.219901] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.221745] pinctrl core: initialized pinctrl subsystem\n[ 0.222860] RTC time: 12:30:37, date: 09/04/18\n[ 0.223803] NET: Registered protocol family 16\n[ 0.224766] cpuidle: using governor ladder\n[ 0.225572] cpuidle: using governor menu\n[ 0.226352] PCCT header not found.\n[ 0.227113] ACPI: bus type PCI registered\n[ 0.227916] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.229142] PCI: Using configuration type 1 for base access\n[ 0.230888] ACPI: Added _OSI(Module Device)\n[ 0.231730] ACPI: Added _OSI(Processor Device)\n[ 0.232583] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.233473] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.235569] ACPI: Interpreter enabled\n[ 0.236342] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.238170] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.239994] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.241824] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.243659] ACPI: (supports S0 S5)\n[ 0.244361] ACPI: Using IOAPIC for interrupt routing\n[ 0.245304] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.248376] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.249512] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.250743] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.251927] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.254135] acpiphp: Slot [3] registered\n[ 0.254936] acpiphp: Slot [4] registered\n[ 0.255730] acpiphp: Slot [5] registered\n[ 0.256517] acpiphp: Slot [6] registered\n[ 0.257303] acpiphp: Slot [7] registered\n[ 0.258111] acpiphp: Slot [8] registered\n[ 0.258913] acpiphp: Slot [9] registered\n[ 0.259704] acpiphp: Slot [10] registered\n[ 0.260503] acpiphp: Slot [11] registered\n[ 0.261314] acpiphp: Slot [12] registered\n[ 0.262144] acpiphp: Slot [13] registered\n[ 0.262958] acpiphp: Slot [14] registered\n[ 0.263761] acpiphp: Slot [15] registered\n[ 0.274815] acpiphp: Slot [16] registered\n[ 0.275623] acpiphp: Slot [17] registered\n[ 0.276425] acpiphp: Slot [18] registered\n[ 0.277228] acpiphp: Slot [19] registered\n[ 0.278033] acpiphp: Slot [20] registered\n[ 0.278844] acpiphp: Slot [21] registered\n[ 0.279652] acpiphp: Slot [22] registered\n[ 0.280453] acpiphp: Slot [23] registered\n[ 0.281256] acpiphp: Slot [24] registered\n[ 0.282058] acpiphp: Slot [25] registered\n[ 0.282863] acpiphp: Slot [26] registered\n[ 0.283666] acpiphp: Slot [27] registered\n[ 0.284469] acpiphp: Slot [28] registered\n[ 0.285274] acpiphp: Slot [29] registered\n[ 0.286082] acpiphp: Slot [30] registered\n[ 0.286889] acpiphp: Slot [31] registered\n[ 0.287691] PCI host bridge to bus 0000:00\n[ 0.288488] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.289684] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.290883] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.292314] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.293746] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.299888] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.301157] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.302320] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.303573] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.309868] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.311280] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.356784] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.358245] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.359665] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.361083] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.362469] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.363722] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.364887] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.365935] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.367480] vgaarb: loaded\n[ 0.368088] vgaarb: bridge control possible 0000:00:02.0\n[ 0.369223] SCSI subsystem initialized\n[ 0.370041] ACPI: bus type USB registered\n[ 0.370853] usbcore: registered new interface driver usbfs\n[ 0.371881] usbcore: registered new interface driver hub\n[ 0.372893] usbcore: registered new device driver usb\n[ 0.373943] PCI: Using ACPI for IRQ routing\n[ 0.374963] NetLabel: Initializing\n[ 0.375675] NetLabel: domain hash size = 128\n[ 0.376518] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.377474] NetLabel: unlabeled traffic allowed by default\n[ 0.378569] clocksource: Switched to clocksource kvm-clock\n[ 0.383970] AppArmor: AppArmor Filesystem Enabled\n[ 0.384951] pnp: PnP ACPI init\n[ 0.385859] pnp: PnP ACPI: found 5 devices\n[ 0.392228] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.393932] NET: Registered protocol family 2\n[ 0.394890] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.396174] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.397344] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.398504] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.399585] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.400765] NET: Registered protocol family 1\n[ 0.401635] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.402733] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.403802] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.417796] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.432030] Trying to unpack rootfs image as initramfs...\n[ 0.481925] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.495783] Scanning for low memory corruption every 60 seconds\n[ 0.497138] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.498287] audit: initializing netlink subsys (disabled)\n[ 0.499324] audit: type=2000 audit(1536064238.627:1): initialized\n[ 0.500640] Initialise system trusted keyring\n[ 0.501567] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.502741] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.504707] zbud: loaded\n[ 0.505404] VFS: Disk quotas dquot_6.6.0\n[ 0.506230] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.507763] fuse init (API version 7.23)\n[ 0.508651] Key type big_key registered\n[ 0.509452] Allocating IMA MOK and blacklist keyrings.\n[ 0.510938] Key type asymmetric registered\n[ 0.511767] Asymmetric key parser 'x509' registered\n[ 0.512719] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.514178] io scheduler noop registered\n[ 0.514989] io scheduler deadline registered (default)\n[ 0.515984] io scheduler cfq registered\n[ 0.516816] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.517861] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.519140] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.520591] ACPI: Power Button [PWRF]\n[ 0.521416] GHES: HEST is not enabled!\n[ 0.535145] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.563088] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.565319] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.589254] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.591364] Linux agpgart interface v0.103\n[ 0.593357] brd: module loaded\n[ 0.594512] loop: module loaded\n[ 0.601801] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.603275] GPT:90111 != 2097151\n[ 0.603957] GPT:Alternate GPT header not at the end of the disk.\n[ 0.605049] GPT:90111 != 2097151\n[ 0.605720] GPT: Use GNU Parted to correct GPT errors.\n[ 0.606686] vda: vda1 vda15\n[ 0.608223] scsi host0: ata_piix\n[ 0.608973] scsi host1: ata_piix\n[ 0.609698] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.610951] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.612415] libphy: Fixed MDIO Bus: probed\n[ 0.613248] tun: Universal TUN/TAP device driver, 1.6\n[ 0.614207] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.616365] PPP generic driver version 2.4.2\n[ 0.617264] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.618596] ehci-pci: EHCI PCI platform driver\n[ 0.619481] ehci-platform: EHCI generic platform driver\n[ 0.620479] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.621623] ohci-pci: OHCI PCI platform driver\n[ 0.622496] ohci-platform: OHCI generic platform driver\n[ 0.623505] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.637877] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.638904] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.640377] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.641411] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.642545] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.643788] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.645224] usb usb1: Product: UHCI Host Controller\n[ 0.646165] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.647322] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.648345] hub 1-0:1.0: USB hub found\n[ 0.649134] hub 1-0:1.0: 2 ports detected\n[ 0.650061] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.652225] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.653197] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.654242] mousedev: PS/2 mouse device common for all mice\n[ 0.655526] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.657415] rtc_cmos 00:00: RTC can wake from S4\n[ 0.658523] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.659758] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.660976] i2c /dev entries driver\n[ 0.661742] device-mapper: uevent: version 1.0.3\n[ 0.662702] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.664346] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.665658] NET: Registered protocol family 10\n[ 0.666689] NET: Registered protocol family 17\n[ 0.667582] Key type dns_resolver registered\n[ 0.668521] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.669640] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.671420] registered taskstats version 1\n[ 0.672274] Loading compiled-in X.509 certificates\n[ 0.673731] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.675620] zswap: loaded using pool lzo/zbud\n[ 0.676998] Key type trusted registered\n[ 0.678552] Key type encrypted registered\n[ 0.679402] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.680440] ima: No TPM chip found, activating TPM-bypass!\n[ 0.681488] evm: HMAC attrs: 0x1\n[ 0.682437] Magic number: 2:69:531\n[ 0.683222] tty ttyS11: hash matches\n[ 0.684043] rtc_cmos 00:00: setting system clock to 2018-09-04 12:30:38 UTC (1536064238)\n[ 0.685644] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.686775] EDD information not available.\n[ 0.767127] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.768620] ata1.00: configured for MWDMA2\n[ 0.780342] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.782605] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.783843] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.785095] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.786994] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.788547] Write protecting the kernel read-only data: 14336k\n[ 0.790113] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.791935] 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.852436] 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 0.97\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found 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.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\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n/dev/root resized successfully [took 2.04s]\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 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-09-04 12:32:17,917 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/d6f7ffd8-57d5-4112-8185-22e0bdd64861/action used request id req-43e58fc1-1a7b-43dc-91e4-2b332795cdd9 2018-09-04 12:32:17,918 - 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-09-04 12:32:17,921 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/servers/d6f7ffd8-57d5-4112-8185-22e0bdd64861/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2214fdfe23c5c8169776c6a94141fba7cd526aef" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-04 12:32:18,994 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12:32: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-20aff300-0b01-482f-b7bd-0f4d68bb1111 x-compute-request-id: req-20aff300-0b01-482f-b7bd-0f4d68bb1111 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 564303106 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 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.132063] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.133706] pid_max: default: 32768 minimum: 301\n[ 0.134596] ACPI: Core revision 20150930\n[ 0.135971] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.137268] Security Framework initialized\n[ 0.138079] Yama: becoming mindful.\n[ 0.138807] AppArmor: AppArmor initialized\n[ 0.139670] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.140994] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.142259] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143458] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144833] Initializing cgroup subsys io\n[ 0.145637] Initializing cgroup subsys memory\n[ 0.146487] Initializing cgroup subsys devices\n[ 0.147366] Initializing cgroup subsys freezer\n[ 0.148255] Initializing cgroup subsys net_cls\n[ 0.149109] Initializing cgroup subsys perf_event\n[ 0.150007] Initializing cgroup subsys net_prio\n[ 0.150879] Initializing cgroup subsys hugetlb\n[ 0.151743] Initializing cgroup subsys pids\n[ 0.152614] CPU: Physical Processor ID: 0\n[ 0.154111] mce: CPU supports 10 MCE banks\n[ 0.154958] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.155962] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.167058] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.173461] ftrace: allocating 31920 entries in 125 pages\n[ 0.200006] smpboot: Max logical packages: 1\n[ 0.200860] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.202219] x2apic enabled\n[ 0.203020] Switched APIC routing to physical x2apic.\n[ 0.204767] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.205879] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.207865] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.209630] KVM setup paravirtual spinlock\n[ 0.210912] x86: Booted up 1 node, 1 CPUs\n[ 0.211713] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.213088] devtmpfs: initialized\n[ 0.214796] evm: security.selinux\n[ 0.215490] evm: security.SMACK64\n[ 0.216180] evm: security.SMACK64EXEC\n[ 0.216930] evm: security.SMACK64TRANSMUTE\n[ 0.217730] evm: security.SMACK64MMAP\n[ 0.218469] evm: security.ima\n[ 0.219106] evm: security.capability\n[ 0.219901] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.221745] pinctrl core: initialized pinctrl subsystem\n[ 0.222860] RTC time: 12:30:37, date: 09/04/18\n[ 0.223803] NET: Registered protocol family 16\n[ 0.224766] cpuidle: using governor ladder\n[ 0.225572] cpuidle: using governor menu\n[ 0.226352] PCCT header not found.\n[ 0.227113] ACPI: bus type PCI registered\n[ 0.227916] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.229142] PCI: Using configuration type 1 for base access\n[ 0.230888] ACPI: Added _OSI(Module Device)\n[ 0.231730] ACPI: Added _OSI(Processor Device)\n[ 0.232583] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.233473] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.235569] ACPI: Interpreter enabled\n[ 0.236342] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.238170] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.239994] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.241824] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.243659] ACPI: (supports S0 S5)\n[ 0.244361] ACPI: Using IOAPIC for interrupt routing\n[ 0.245304] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.248376] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.249512] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.250743] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.251927] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.254135] acpiphp: Slot [3] registered\n[ 0.254936] acpiphp: Slot [4] registered\n[ 0.255730] acpiphp: Slot [5] registered\n[ 0.256517] acpiphp: Slot [6] registered\n[ 0.257303] acpiphp: Slot [7] registered\n[ 0.258111] acpiphp: Slot [8] registered\n[ 0.258913] acpiphp: Slot [9] registered\n[ 0.259704] acpiphp: Slot [10] registered\n[ 0.260503] acpiphp: Slot [11] registered\n[ 0.261314] acpiphp: Slot [12] registered\n[ 0.262144] acpiphp: Slot [13] registered\n[ 0.262958] acpiphp: Slot [14] registered\n[ 0.263761] acpiphp: Slot [15] registered\n[ 0.274815] acpiphp: Slot [16] registered\n[ 0.275623] acpiphp: Slot [17] registered\n[ 0.276425] acpiphp: Slot [18] registered\n[ 0.277228] acpiphp: Slot [19] registered\n[ 0.278033] acpiphp: Slot [20] registered\n[ 0.278844] acpiphp: Slot [21] registered\n[ 0.279652] acpiphp: Slot [22] registered\n[ 0.280453] acpiphp: Slot [23] registered\n[ 0.281256] acpiphp: Slot [24] registered\n[ 0.282058] acpiphp: Slot [25] registered\n[ 0.282863] acpiphp: Slot [26] registered\n[ 0.283666] acpiphp: Slot [27] registered\n[ 0.284469] acpiphp: Slot [28] registered\n[ 0.285274] acpiphp: Slot [29] registered\n[ 0.286082] acpiphp: Slot [30] registered\n[ 0.286889] acpiphp: Slot [31] registered\n[ 0.287691] PCI host bridge to bus 0000:00\n[ 0.288488] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.289684] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.290883] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.292314] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.293746] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.299888] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.301157] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.302320] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.303573] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.309868] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.311280] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.356784] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.358245] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.359665] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.361083] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.362469] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.363722] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.364887] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.365935] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.367480] vgaarb: loaded\n[ 0.368088] vgaarb: bridge control possible 0000:00:02.0\n[ 0.369223] SCSI subsystem initialized\n[ 0.370041] ACPI: bus type USB registered\n[ 0.370853] usbcore: registered new interface driver usbfs\n[ 0.371881] usbcore: registered new interface driver hub\n[ 0.372893] usbcore: registered new device driver usb\n[ 0.373943] PCI: Using ACPI for IRQ routing\n[ 0.374963] NetLabel: Initializing\n[ 0.375675] NetLabel: domain hash size = 128\n[ 0.376518] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.377474] NetLabel: unlabeled traffic allowed by default\n[ 0.378569] clocksource: Switched to clocksource kvm-clock\n[ 0.383970] AppArmor: AppArmor Filesystem Enabled\n[ 0.384951] pnp: PnP ACPI init\n[ 0.385859] pnp: PnP ACPI: found 5 devices\n[ 0.392228] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.393932] NET: Registered protocol family 2\n[ 0.394890] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.396174] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.397344] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.398504] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.399585] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.400765] NET: Registered protocol family 1\n[ 0.401635] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.402733] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.403802] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.417796] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.432030] Trying to unpack rootfs image as initramfs...\n[ 0.481925] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.495783] Scanning for low memory corruption every 60 seconds\n[ 0.497138] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.498287] audit: initializing netlink subsys (disabled)\n[ 0.499324] audit: type=2000 audit(1536064238.627:1): initialized\n[ 0.500640] Initialise system trusted keyring\n[ 0.501567] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.502741] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.504707] zbud: loaded\n[ 0.505404] VFS: Disk quotas dquot_6.6.0\n[ 0.506230] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.507763] fuse init (API version 7.23)\n[ 0.508651] Key type big_key registered\n[ 0.509452] Allocating IMA MOK and blacklist keyrings.\n[ 0.510938] Key type asymmetric registered\n[ 0.511767] Asymmetric key parser 'x509' registered\n[ 0.512719] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.514178] io scheduler noop registered\n[ 0.514989] io scheduler deadline registered (default)\n[ 0.515984] io scheduler cfq registered\n[ 0.516816] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.517861] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.519140] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.520591] ACPI: Power Button [PWRF]\n[ 0.521416] GHES: HEST is not enabled!\n[ 0.535145] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.563088] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.565319] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.589254] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.591364] Linux agpgart interface v0.103\n[ 0.593357] brd: module loaded\n[ 0.594512] loop: module loaded\n[ 0.601801] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.603275] GPT:90111 != 2097151\n[ 0.603957] GPT:Alternate GPT header not at the end of the disk.\n[ 0.605049] GPT:90111 != 2097151\n[ 0.605720] GPT: Use GNU Parted to correct GPT errors.\n[ 0.606686] vda: vda1 vda15\n[ 0.608223] scsi host0: ata_piix\n[ 0.608973] scsi host1: ata_piix\n[ 0.609698] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.610951] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.612415] libphy: Fixed MDIO Bus: probed\n[ 0.613248] tun: Universal TUN/TAP device driver, 1.6\n[ 0.614207] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.616365] PPP generic driver version 2.4.2\n[ 0.617264] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.618596] ehci-pci: EHCI PCI platform driver\n[ 0.619481] ehci-platform: EHCI generic platform driver\n[ 0.620479] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.621623] ohci-pci: OHCI PCI platform driver\n[ 0.622496] ohci-platform: OHCI generic platform driver\n[ 0.623505] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.637877] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.638904] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.640377] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.641411] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.642545] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.643788] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.645224] usb usb1: Product: UHCI Host Controller\n[ 0.646165] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.647322] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.648345] hub 1-0:1.0: USB hub found\n[ 0.649134] hub 1-0:1.0: 2 ports detected\n[ 0.650061] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.652225] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.653197] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.654242] mousedev: PS/2 mouse device common for all mice\n[ 0.655526] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.657415] rtc_cmos 00:00: RTC can wake from S4\n[ 0.658523] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.659758] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.660976] i2c /dev entries driver\n[ 0.661742] device-mapper: uevent: version 1.0.3\n[ 0.662702] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.664346] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.665658] NET: Registered protocol family 10\n[ 0.666689] NET: Registered protocol family 17\n[ 0.667582] Key type dns_resolver registered\n[ 0.668521] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.669640] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.671420] registered taskstats version 1\n[ 0.672274] Loading compiled-in X.509 certificates\n[ 0.673731] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.675620] zswap: loaded using pool lzo/zbud\n[ 0.676998] Key type trusted registered\n[ 0.678552] Key type encrypted registered\n[ 0.679402] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.680440] ima: No TPM chip found, activating TPM-bypass!\n[ 0.681488] evm: HMAC attrs: 0x1\n[ 0.682437] Magic number: 2:69:531\n[ 0.683222] tty ttyS11: hash matches\n[ 0.684043] rtc_cmos 00:00: setting system clock to 2018-09-04 12:30:38 UTC (1536064238)\n[ 0.685644] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.686775] EDD information not available.\n[ 0.767127] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.768620] ata1.00: configured for MWDMA2\n[ 0.780342] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.782605] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.783843] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.785095] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.786994] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.788547] Write protecting the kernel read-only data: 14336k\n[ 0.790113] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.791935] 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.852436] 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 0.97\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found 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.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\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n/dev/root resized successfully [took 2.04s]\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 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-09-04 12:32:18,995 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/d6f7ffd8-57d5-4112-8185-22e0bdd64861/action used request id req-20aff300-0b01-482f-b7bd-0f4d68bb1111 2018-09-04 12:32:18,996 - sdnvpn-results - DEBUG - [PASS] [10.10.10.12] returns 'I am sdnvpn-2-2' to 'sdnvpn-2-1'[10.10.10.11] 2018-09-04 12:32:18,996 - sdnvpn-results - INFO - Create VPN2 with eRT=iRT 2018-09-04 12:32:19,001 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:9696/v2.0/bgpvpn/bgpvpns -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1d467f1922cf80a793c374f5d807b1bb7f11c9bd" -d '{"bgpvpn": {"route_targets": "88:88", "import_targets": "88:88", "export_targets": "88:88", "name": "sdnvpn-2-370471", "route_distinguishers": "222:222"}}' 2018-09-04 12:32:19,315 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 352 X-Openstack-Request-Id: req-d5683f07-4f50-4194-ad9a-bfe493a6e942 Date: Tue, 04 Sep 2018 12:32:19 GMT RESP BODY: {"bgpvpn": {"export_targets": ["88:88"], "route_distinguishers": ["222:222"], "routers": [], "id": "8ed719ed-5222-425e-8f10-2c5fd1a82c5d", "name": "sdnvpn-2-370471", "tenant_id": "1e2f68a072b64978bd7ea91c2d64aca6", "import_targets": ["88:88"], "networks": [], "route_targets": ["88:88"], "project_id": "1e2f68a072b64978bd7ea91c2d64aca6", "type": "l3"}} 2018-09-04 12:32:19,316 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/bgpvpn/bgpvpns used request id req-d5683f07-4f50-4194-ad9a-bfe493a6e942 2018-09-04 12:32:19,316 - sdnvpn.test.functest.testcase_2 - DEBUG - VPN created details: {u'bgpvpn': {u'export_targets': [u'88:88'], u'name': u'sdnvpn-2-370471', u'route_distinguishers': [u'222:222'], u'routers': [], u'import_targets': [u'88:88'], u'networks': [], u'tenant_id': u'1e2f68a072b64978bd7ea91c2d64aca6', u'route_targets': [u'88:88'], u'project_id': u'1e2f68a072b64978bd7ea91c2d64aca6', u'type': u'l3', u'id': u'8ed719ed-5222-425e-8f10-2c5fd1a82c5d'}} 2018-09-04 12:32:19,316 - sdnvpn-results - INFO - Associate network 'sdnvpn-2-2-net' to the VPN2. 2018-09-04 12:32:19,322 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:9696/v2.0/bgpvpn/bgpvpns/8ed719ed-5222-425e-8f10-2c5fd1a82c5d/network_associations -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1d467f1922cf80a793c374f5d807b1bb7f11c9bd" -d '{"network_association": {"network_id": "2ad43b05-cc2b-4911-8132-50b80fe9aa26"}}' 2018-09-04 12:32:20,115 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 224 X-Openstack-Request-Id: req-9088a50c-95ae-4a56-ba80-0be8bfe6e206 Date: Tue, 04 Sep 2018 12:32:20 GMT RESP BODY: {"network_association": {"network_id": "2ad43b05-cc2b-4911-8132-50b80fe9aa26", "tenant_id": "1e2f68a072b64978bd7ea91c2d64aca6", "project_id": "1e2f68a072b64978bd7ea91c2d64aca6", "id": "b7dfe48c-601f-4188-a768-f9cb034aaadb"}} 2018-09-04 12:32:20,116 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/bgpvpn/bgpvpns/8ed719ed-5222-425e-8f10-2c5fd1a82c5d/network_associations used request id req-9088a50c-95ae-4a56-ba80-0be8bfe6e206 2018-09-04 12:32:20,116 - sdnvpn_test_utils - DEBUG - Waiting for network a09e2722-7a69-4f9e-b177-d1899a047490 to associate with BGPVPN 2d4cdaea-716a-4a81-b238-6fe1b44624bf 2018-09-04 12:32:20,121 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9696/v2.0/bgpvpn/bgpvpns/a09e2722-7a69-4f9e-b177-d1899a047490 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1d467f1922cf80a793c374f5d807b1bb7f11c9bd" 2018-09-04 12:32:20,437 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 390 X-Openstack-Request-Id: req-362d27ee-8534-4e92-b28f-d05c2c2e1f30 Date: Tue, 04 Sep 2018 12:32:20 GMT RESP BODY: {"bgpvpn": {"export_targets": ["55:55"], "route_distinguishers": ["111:111"], "routers": [], "id": "a09e2722-7a69-4f9e-b177-d1899a047490", "name": "sdnvpn-1-978029", "tenant_id": "1e2f68a072b64978bd7ea91c2d64aca6", "import_targets": ["55:55"], "networks": ["2d4cdaea-716a-4a81-b238-6fe1b44624bf"], "route_targets": ["55:55"], "project_id": "1e2f68a072b64978bd7ea91c2d64aca6", "type": "l3"}} 2018-09-04 12:32:20,437 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/bgpvpn/bgpvpns/a09e2722-7a69-4f9e-b177-d1899a047490 used request id req-362d27ee-8534-4e92-b28f-d05c2c2e1f30 2018-09-04 12:32:21,438 - sdnvpn_test_utils - DEBUG - Waiting for network 8ed719ed-5222-425e-8f10-2c5fd1a82c5d to associate with BGPVPN 2ad43b05-cc2b-4911-8132-50b80fe9aa26 2018-09-04 12:32:21,443 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9696/v2.0/bgpvpn/bgpvpns/8ed719ed-5222-425e-8f10-2c5fd1a82c5d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1d467f1922cf80a793c374f5d807b1bb7f11c9bd" 2018-09-04 12:32:21,891 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 390 X-Openstack-Request-Id: req-336416b8-f880-45cf-9c3f-6c55e447129f Date: Tue, 04 Sep 2018 12:32:21 GMT RESP BODY: {"bgpvpn": {"export_targets": ["88:88"], "route_distinguishers": ["222:222"], "routers": [], "id": "8ed719ed-5222-425e-8f10-2c5fd1a82c5d", "name": "sdnvpn-2-370471", "tenant_id": "1e2f68a072b64978bd7ea91c2d64aca6", "import_targets": ["88:88"], "networks": ["2ad43b05-cc2b-4911-8132-50b80fe9aa26"], "route_targets": ["88:88"], "project_id": "1e2f68a072b64978bd7ea91c2d64aca6", "type": "l3"}} 2018-09-04 12:32:21,891 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/bgpvpn/bgpvpns/8ed719ed-5222-425e-8f10-2c5fd1a82c5d used request id req-336416b8-f880-45cf-9c3f-6c55e447129f 2018-09-04 12:32:22,893 - sdnvpn.test.functest.testcase_2 - INFO - Waiting for the VMs to connect to each other using the updated network configuration 2018-09-04 12:32:52,919 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/servers/e034e08b-88c9-4923-bc30-9cd60c7b3a75/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5b6ee9dabbf3f0b3c0dd26b66efa24758e9b853f" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-04 12:32:54,040 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12:32: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-86928089-bde4-42b0-9ce4-7f49f1cb7712 x-compute-request-id: req-86928089-bde4-42b0-9ce4-7f49f1cb7712 Content-Encoding: gzip Content-Length: 8131 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 599381479 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 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.132783] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.134418] pid_max: default: 32768 minimum: 301\n[ 0.135302] ACPI: Core revision 20150930\n[ 0.136680] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.137977] Security Framework initialized\n[ 0.138782] Yama: becoming mindful.\n[ 0.139499] AppArmor: AppArmor initialized\n[ 0.140357] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.141674] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.142932] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144135] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.145501] Initializing cgroup subsys io\n[ 0.146310] Initializing cgroup subsys memory\n[ 0.147176] Initializing cgroup subsys devices\n[ 0.148053] Initializing cgroup subsys freezer\n[ 0.148913] Initializing cgroup subsys net_cls\n[ 0.149770] Initializing cgroup subsys perf_event\n[ 0.150670] Initializing cgroup subsys net_prio\n[ 0.151539] Initializing cgroup subsys hugetlb\n[ 0.152407] Initializing cgroup subsys pids\n[ 0.153278] CPU: Physical Processor ID: 0\n[ 0.154757] mce: CPU supports 10 MCE banks\n[ 0.155591] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.156583] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.167315] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.173755] ftrace: allocating 31920 entries in 125 pages\n[ 0.200669] smpboot: Max logical packages: 1\n[ 0.201504] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.202839] x2apic enabled\n[ 0.203640] Switched APIC routing to physical x2apic.\n[ 0.205379] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.206505] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.208492] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.210264] KVM setup paravirtual spinlock\n[ 0.211551] x86: Booted up 1 node, 1 CPUs\n[ 0.212352] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.213735] devtmpfs: initialized\n[ 0.215443] evm: security.selinux\n[ 0.216146] evm: security.SMACK64\n[ 0.216835] evm: security.SMACK64EXEC\n[ 0.217570] evm: security.SMACK64TRANSMUTE\n[ 0.218373] evm: security.SMACK64MMAP\n[ 0.219120] evm: security.ima\n[ 0.219758] evm: security.capability\n[ 0.220554] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.222393] pinctrl core: initialized pinctrl subsystem\n[ 0.223488] RTC time: 12:30:25, date: 09/04/18\n[ 0.224439] NET: Registered protocol family 16\n[ 0.225399] cpuidle: using governor ladder\n[ 0.226214] cpuidle: using governor menu\n[ 0.226996] PCCT header not found.\n[ 0.227752] ACPI: bus type PCI registered\n[ 0.228543] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.229787] PCI: Using configuration type 1 for base access\n[ 0.231525] ACPI: Added _OSI(Module Device)\n[ 0.232364] ACPI: Added _OSI(Processor Device)\n[ 0.233227] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.234119] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.236228] ACPI: Interpreter enabled\n[ 0.237006] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.238838] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.240664] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.242496] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.244320] ACPI: (supports S0 S5)\n[ 0.245023] ACPI: Using IOAPIC for interrupt routing\n[ 0.246011] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.249092] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.250223] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.251445] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.252629] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.254825] acpiphp: Slot [3] registered\n[ 0.255621] acpiphp: Slot [4] registered\n[ 0.256420] acpiphp: Slot [5] registered\n[ 0.257214] acpiphp: Slot [6] registered\n[ 0.258003] acpiphp: Slot [7] registered\n[ 0.258808] acpiphp: Slot [8] registered\n[ 0.259602] acpiphp: Slot [9] registered\n[ 0.260402] acpiphp: Slot [10] registered\n[ 0.261209] acpiphp: Slot [11] registered\n[ 0.262022] acpiphp: Slot [12] registered\n[ 0.262833] acpiphp: Slot [13] registered\n[ 0.263635] acpiphp: Slot [14] registered\n[ 0.264435] acpiphp: Slot [15] registered\n[ 0.275445] acpiphp: Slot [16] registered\n[ 0.276284] acpiphp: Slot [17] registered\n[ 0.277088] acpiphp: Slot [18] registered\n[ 0.277889] acpiphp: Slot [19] registered\n[ 0.278689] acpiphp: Slot [20] registered\n[ 0.279494] acpiphp: Slot [21] registered\n[ 0.280299] acpiphp: Slot [22] registered\n[ 0.281103] acpiphp: Slot [23] registered\n[ 0.281907] acpiphp: Slot [24] registered\n[ 0.282711] acpiphp: Slot [25] registered\n[ 0.283515] acpiphp: Slot [26] registered\n[ 0.284319] acpiphp: Slot [27] registered\n[ 0.285128] acpiphp: Slot [28] registered\n[ 0.285933] acpiphp: Slot [29] registered\n[ 0.286735] acpiphp: Slot [30] registered\n[ 0.287539] acpiphp: Slot [31] registered\n[ 0.288341] PCI host bridge to bus 0000:00\n[ 0.289149] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.290347] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.291547] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.292983] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.294415] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.300611] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.301871] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.303034] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.304299] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.310638] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.312069] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.356706] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.358205] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.359624] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.361040] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.362435] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.363681] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.364824] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.366036] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.367582] vgaarb: loaded\n[ 0.368183] vgaarb: bridge control possible 0000:00:02.0\n[ 0.369311] SCSI subsystem initialized\n[ 0.370127] ACPI: bus type USB registered\n[ 0.370949] usbcore: registered new interface driver usbfs\n[ 0.371979] usbcore: registered new interface driver hub\n[ 0.372982] usbcore: registered new device driver usb\n[ 0.374030] PCI: Using ACPI for IRQ routing\n[ 0.375052] NetLabel: Initializing\n[ 0.375775] NetLabel: domain hash size = 128\n[ 0.376632] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.377583] NetLabel: unlabeled traffic allowed by default\n[ 0.378675] clocksource: Switched to clocksource kvm-clock\n[ 0.384087] AppArmor: AppArmor Filesystem Enabled\n[ 0.385042] pnp: PnP ACPI init\n[ 0.385946] pnp: PnP ACPI: found 5 devices\n[ 0.392323] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.394037] NET: Registered protocol family 2\n[ 0.394993] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.396279] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.397448] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.398611] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.399690] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.400864] NET: Registered protocol family 1\n[ 0.401748] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.402847] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.403920] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.417906] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.432179] Trying to unpack rootfs image as initramfs...\n[ 0.481936] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.495799] Scanning for low memory corruption every 60 seconds\n[ 0.497131] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.498285] audit: initializing netlink subsys (disabled)\n[ 0.499319] audit: type=2000 audit(1536064226.053:1): initialized\n[ 0.500640] Initialise system trusted keyring\n[ 0.501570] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.502773] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.504737] zbud: loaded\n[ 0.505435] VFS: Disk quotas dquot_6.6.0\n[ 0.506259] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.507787] fuse init (API version 7.23)\n[ 0.508676] Key type big_key registered\n[ 0.509484] Allocating IMA MOK and blacklist keyrings.\n[ 0.510977] Key type asymmetric registered\n[ 0.511808] Asymmetric key parser 'x509' registered\n[ 0.512780] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.514250] io scheduler noop registered\n[ 0.515058] io scheduler deadline registered (default)\n[ 0.516049] io scheduler cfq registered\n[ 0.516883] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.517938] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.519223] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.520683] ACPI: Power Button [PWRF]\n[ 0.521510] GHES: HEST is not enabled!\n[ 0.535361] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.565509] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.568653] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.592672] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.594841] Linux agpgart interface v0.103\n[ 0.596939] brd: module loaded\n[ 0.598164] loop: module loaded\n[ 0.603586] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.605028] GPT:90111 != 2097151\n[ 0.605701] GPT:Alternate GPT header not at the end of the disk.\n[ 0.606793] GPT:90111 != 2097151\n[ 0.607463] GPT: Use GNU Parted to correct GPT errors.\n[ 0.608418] vda: vda1 vda15\n[ 0.609861] scsi host0: ata_piix\n[ 0.610593] scsi host1: ata_piix\n[ 0.611309] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.612514] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.613981] libphy: Fixed MDIO Bus: probed\n[ 0.614806] tun: Universal TUN/TAP device driver, 1.6\n[ 0.615752] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.617893] PPP generic driver version 2.4.2\n[ 0.618785] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.620022] ehci-pci: EHCI PCI platform driver\n[ 0.620890] ehci-platform: EHCI generic platform driver\n[ 0.621873] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.623023] ohci-pci: OHCI PCI platform driver\n[ 0.623898] ohci-platform: OHCI generic platform driver\n[ 0.624880] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.639343] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.640369] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.641816] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.642845] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.643975] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.645190] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.646935] usb usb1: Product: UHCI Host Controller\n[ 0.648162] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.649731] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.650974] hub 1-0:1.0: USB hub found\n[ 0.651941] hub 1-0:1.0: 2 ports detected\n[ 0.652843] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.654954] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.655918] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.656941] mousedev: PS/2 mouse device common for all mice\n[ 0.658197] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.660036] rtc_cmos 00:00: RTC can wake from S4\n[ 0.661181] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.662381] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.663593] i2c /dev entries driver\n[ 0.664383] device-mapper: uevent: version 1.0.3\n[ 0.665326] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.666970] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.668252] NET: Registered protocol family 10\n[ 0.669253] NET: Registered protocol family 17\n[ 0.670252] Key type dns_resolver registered\n[ 0.671187] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.672272] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.674018] registered taskstats version 1\n[ 0.674864] Loading compiled-in X.509 certificates\n[ 0.676304] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.678147] zswap: loaded using pool lzo/zbud\n[ 0.679533] Key type trusted registered\n[ 0.681077] Key type encrypted registered\n[ 0.681915] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.682953] ima: No TPM chip found, activating TPM-bypass!\n[ 0.683994] evm: HMAC attrs: 0x1\n[ 0.684924] Magic number: 2:69:531\n[ 0.685682] tty ttyS11: hash matches\n[ 0.686485] rtc_cmos 00:00: setting system clock to 2018-09-04 12:30:26 UTC (1536064226)\n[ 0.688083] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.689191] EDD information not available.\n[ 0.767282] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.768826] ata1.00: configured for MWDMA2\n[ 0.780715] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.782983] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.784227] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.785492] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.787374] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.789019] Write protecting the kernel read-only data: 14336k\n[ 0.790609] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.792440] 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 0.97\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found 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.182470] 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.79s]\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-09-04 12:32:54,041 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/e034e08b-88c9-4923-bc30-9cd60c7b3a75/action used request id req-86928089-bde4-42b0-9ce4-7f49f1cb7712 2018-09-04 12:32:54,042 - 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-09-04 12:32:54,045 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/servers/e034e08b-88c9-4923-bc30-9cd60c7b3a75/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5b6ee9dabbf3f0b3c0dd26b66efa24758e9b853f" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-04 12:32:55,115 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12:32: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-25e4203c-c32e-42d6-8182-aa209f9234b9 x-compute-request-id: req-25e4203c-c32e-42d6-8182-aa209f9234b9 Content-Encoding: gzip Content-Length: 8130 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 599381479 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 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.132783] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.134418] pid_max: default: 32768 minimum: 301\n[ 0.135302] ACPI: Core revision 20150930\n[ 0.136680] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.137977] Security Framework initialized\n[ 0.138782] Yama: becoming mindful.\n[ 0.139499] AppArmor: AppArmor initialized\n[ 0.140357] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.141674] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.142932] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144135] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.145501] Initializing cgroup subsys io\n[ 0.146310] Initializing cgroup subsys memory\n[ 0.147176] Initializing cgroup subsys devices\n[ 0.148053] Initializing cgroup subsys freezer\n[ 0.148913] Initializing cgroup subsys net_cls\n[ 0.149770] Initializing cgroup subsys perf_event\n[ 0.150670] Initializing cgroup subsys net_prio\n[ 0.151539] Initializing cgroup subsys hugetlb\n[ 0.152407] Initializing cgroup subsys pids\n[ 0.153278] CPU: Physical Processor ID: 0\n[ 0.154757] mce: CPU supports 10 MCE banks\n[ 0.155591] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.156583] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.167315] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.173755] ftrace: allocating 31920 entries in 125 pages\n[ 0.200669] smpboot: Max logical packages: 1\n[ 0.201504] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.202839] x2apic enabled\n[ 0.203640] Switched APIC routing to physical x2apic.\n[ 0.205379] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.206505] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.208492] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.210264] KVM setup paravirtual spinlock\n[ 0.211551] x86: Booted up 1 node, 1 CPUs\n[ 0.212352] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.213735] devtmpfs: initialized\n[ 0.215443] evm: security.selinux\n[ 0.216146] evm: security.SMACK64\n[ 0.216835] evm: security.SMACK64EXEC\n[ 0.217570] evm: security.SMACK64TRANSMUTE\n[ 0.218373] evm: security.SMACK64MMAP\n[ 0.219120] evm: security.ima\n[ 0.219758] evm: security.capability\n[ 0.220554] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.222393] pinctrl core: initialized pinctrl subsystem\n[ 0.223488] RTC time: 12:30:25, date: 09/04/18\n[ 0.224439] NET: Registered protocol family 16\n[ 0.225399] cpuidle: using governor ladder\n[ 0.226214] cpuidle: using governor menu\n[ 0.226996] PCCT header not found.\n[ 0.227752] ACPI: bus type PCI registered\n[ 0.228543] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.229787] PCI: Using configuration type 1 for base access\n[ 0.231525] ACPI: Added _OSI(Module Device)\n[ 0.232364] ACPI: Added _OSI(Processor Device)\n[ 0.233227] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.234119] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.236228] ACPI: Interpreter enabled\n[ 0.237006] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.238838] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.240664] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.242496] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.244320] ACPI: (supports S0 S5)\n[ 0.245023] ACPI: Using IOAPIC for interrupt routing\n[ 0.246011] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.249092] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.250223] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.251445] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.252629] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.254825] acpiphp: Slot [3] registered\n[ 0.255621] acpiphp: Slot [4] registered\n[ 0.256420] acpiphp: Slot [5] registered\n[ 0.257214] acpiphp: Slot [6] registered\n[ 0.258003] acpiphp: Slot [7] registered\n[ 0.258808] acpiphp: Slot [8] registered\n[ 0.259602] acpiphp: Slot [9] registered\n[ 0.260402] acpiphp: Slot [10] registered\n[ 0.261209] acpiphp: Slot [11] registered\n[ 0.262022] acpiphp: Slot [12] registered\n[ 0.262833] acpiphp: Slot [13] registered\n[ 0.263635] acpiphp: Slot [14] registered\n[ 0.264435] acpiphp: Slot [15] registered\n[ 0.275445] acpiphp: Slot [16] registered\n[ 0.276284] acpiphp: Slot [17] registered\n[ 0.277088] acpiphp: Slot [18] registered\n[ 0.277889] acpiphp: Slot [19] registered\n[ 0.278689] acpiphp: Slot [20] registered\n[ 0.279494] acpiphp: Slot [21] registered\n[ 0.280299] acpiphp: Slot [22] registered\n[ 0.281103] acpiphp: Slot [23] registered\n[ 0.281907] acpiphp: Slot [24] registered\n[ 0.282711] acpiphp: Slot [25] registered\n[ 0.283515] acpiphp: Slot [26] registered\n[ 0.284319] acpiphp: Slot [27] registered\n[ 0.285128] acpiphp: Slot [28] registered\n[ 0.285933] acpiphp: Slot [29] registered\n[ 0.286735] acpiphp: Slot [30] registered\n[ 0.287539] acpiphp: Slot [31] registered\n[ 0.288341] PCI host bridge to bus 0000:00\n[ 0.289149] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.290347] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.291547] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.292983] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.294415] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.300611] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.301871] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.303034] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.304299] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.310638] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.312069] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.356706] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.358205] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.359624] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.361040] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.362435] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.363681] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.364824] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.366036] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.367582] vgaarb: loaded\n[ 0.368183] vgaarb: bridge control possible 0000:00:02.0\n[ 0.369311] SCSI subsystem initialized\n[ 0.370127] ACPI: bus type USB registered\n[ 0.370949] usbcore: registered new interface driver usbfs\n[ 0.371979] usbcore: registered new interface driver hub\n[ 0.372982] usbcore: registered new device driver usb\n[ 0.374030] PCI: Using ACPI for IRQ routing\n[ 0.375052] NetLabel: Initializing\n[ 0.375775] NetLabel: domain hash size = 128\n[ 0.376632] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.377583] NetLabel: unlabeled traffic allowed by default\n[ 0.378675] clocksource: Switched to clocksource kvm-clock\n[ 0.384087] AppArmor: AppArmor Filesystem Enabled\n[ 0.385042] pnp: PnP ACPI init\n[ 0.385946] pnp: PnP ACPI: found 5 devices\n[ 0.392323] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.394037] NET: Registered protocol family 2\n[ 0.394993] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.396279] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.397448] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.398611] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.399690] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.400864] NET: Registered protocol family 1\n[ 0.401748] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.402847] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.403920] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.417906] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.432179] Trying to unpack rootfs image as initramfs...\n[ 0.481936] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.495799] Scanning for low memory corruption every 60 seconds\n[ 0.497131] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.498285] audit: initializing netlink subsys (disabled)\n[ 0.499319] audit: type=2000 audit(1536064226.053:1): initialized\n[ 0.500640] Initialise system trusted keyring\n[ 0.501570] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.502773] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.504737] zbud: loaded\n[ 0.505435] VFS: Disk quotas dquot_6.6.0\n[ 0.506259] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.507787] fuse init (API version 7.23)\n[ 0.508676] Key type big_key registered\n[ 0.509484] Allocating IMA MOK and blacklist keyrings.\n[ 0.510977] Key type asymmetric registered\n[ 0.511808] Asymmetric key parser 'x509' registered\n[ 0.512780] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.514250] io scheduler noop registered\n[ 0.515058] io scheduler deadline registered (default)\n[ 0.516049] io scheduler cfq registered\n[ 0.516883] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.517938] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.519223] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.520683] ACPI: Power Button [PWRF]\n[ 0.521510] GHES: HEST is not enabled!\n[ 0.535361] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.565509] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.568653] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.592672] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.594841] Linux agpgart interface v0.103\n[ 0.596939] brd: module loaded\n[ 0.598164] loop: module loaded\n[ 0.603586] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.605028] GPT:90111 != 2097151\n[ 0.605701] GPT:Alternate GPT header not at the end of the disk.\n[ 0.606793] GPT:90111 != 2097151\n[ 0.607463] GPT: Use GNU Parted to correct GPT errors.\n[ 0.608418] vda: vda1 vda15\n[ 0.609861] scsi host0: ata_piix\n[ 0.610593] scsi host1: ata_piix\n[ 0.611309] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.612514] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.613981] libphy: Fixed MDIO Bus: probed\n[ 0.614806] tun: Universal TUN/TAP device driver, 1.6\n[ 0.615752] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.617893] PPP generic driver version 2.4.2\n[ 0.618785] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.620022] ehci-pci: EHCI PCI platform driver\n[ 0.620890] ehci-platform: EHCI generic platform driver\n[ 0.621873] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.623023] ohci-pci: OHCI PCI platform driver\n[ 0.623898] ohci-platform: OHCI generic platform driver\n[ 0.624880] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.639343] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.640369] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.641816] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.642845] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.643975] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.645190] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.646935] usb usb1: Product: UHCI Host Controller\n[ 0.648162] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.649731] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.650974] hub 1-0:1.0: USB hub found\n[ 0.651941] hub 1-0:1.0: 2 ports detected\n[ 0.652843] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.654954] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.655918] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.656941] mousedev: PS/2 mouse device common for all mice\n[ 0.658197] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.660036] rtc_cmos 00:00: RTC can wake from S4\n[ 0.661181] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.662381] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.663593] i2c /dev entries driver\n[ 0.664383] device-mapper: uevent: version 1.0.3\n[ 0.665326] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.666970] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.668252] NET: Registered protocol family 10\n[ 0.669253] NET: Registered protocol family 17\n[ 0.670252] Key type dns_resolver registered\n[ 0.671187] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.672272] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.674018] registered taskstats version 1\n[ 0.674864] Loading compiled-in X.509 certificates\n[ 0.676304] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.678147] zswap: loaded using pool lzo/zbud\n[ 0.679533] Key type trusted registered\n[ 0.681077] Key type encrypted registered\n[ 0.681915] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.682953] ima: No TPM chip found, activating TPM-bypass!\n[ 0.683994] evm: HMAC attrs: 0x1\n[ 0.684924] Magic number: 2:69:531\n[ 0.685682] tty ttyS11: hash matches\n[ 0.686485] rtc_cmos 00:00: setting system clock to 2018-09-04 12:30:26 UTC (1536064226)\n[ 0.688083] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.689191] EDD information not available.\n[ 0.767282] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.768826] ata1.00: configured for MWDMA2\n[ 0.780715] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.782983] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.784227] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.785492] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.787374] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.789019] Write protecting the kernel read-only data: 14336k\n[ 0.790609] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.792440] 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 0.97\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found 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.182470] 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.79s]\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-09-04 12:32:55,116 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/e034e08b-88c9-4923-bc30-9cd60c7b3a75/action used request id req-25e4203c-c32e-42d6-8182-aa209f9234b9 2018-09-04 12:32:55,117 - sdnvpn-results - DEBUG - [PASS] [10.10.10.11] returns 'I am not reachable' to 'sdnvpn-2-4'[10.10.10.12] 2018-09-04 12:32:55,120 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/servers/d6f7ffd8-57d5-4112-8185-22e0bdd64861/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d53578b6f6b4f0de9fcf619f323a292e65351f5e" -d '{"forceDelete": null}' 2018-09-04 12:32:55,285 - novaclient.v2.client - DEBUG - RESP: [202] Date: Tue, 04 Sep 2018 12:32: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-a56b92e0-6e2b-44ab-9ec3-574a92ef174e x-compute-request-id: req-a56b92e0-6e2b-44ab-9ec3-574a92ef174e Content-Length: 0 Content-Type: application/json 2018-09-04 12:32:55,286 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/d6f7ffd8-57d5-4112-8185-22e0bdd64861/action used request id req-a56b92e0-6e2b-44ab-9ec3-574a92ef174e 2018-09-04 12:32:55,289 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/servers/b0b45be3-9dae-4ac5-8917-42d2cfee29aa/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d53578b6f6b4f0de9fcf619f323a292e65351f5e" -d '{"forceDelete": null}' 2018-09-04 12:32:55,453 - novaclient.v2.client - DEBUG - RESP: [202] Date: Tue, 04 Sep 2018 12:32: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-3814b206-e91c-45df-ba7d-9d16e5cc5c08 x-compute-request-id: req-3814b206-e91c-45df-ba7d-9d16e5cc5c08 Content-Length: 0 Content-Type: application/json 2018-09-04 12:32:55,454 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/b0b45be3-9dae-4ac5-8917-42d2cfee29aa/action used request id req-3814b206-e91c-45df-ba7d-9d16e5cc5c08 2018-09-04 12:32:55,456 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/servers/e034e08b-88c9-4923-bc30-9cd60c7b3a75/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d53578b6f6b4f0de9fcf619f323a292e65351f5e" -d '{"forceDelete": null}' 2018-09-04 12:32:55,663 - novaclient.v2.client - DEBUG - RESP: [202] Date: Tue, 04 Sep 2018 12:32: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-298c40f7-d0b1-4d6f-9661-747e7f678020 x-compute-request-id: req-298c40f7-d0b1-4d6f-9661-747e7f678020 Content-Length: 0 Content-Type: application/json 2018-09-04 12:32:55,663 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/e034e08b-88c9-4923-bc30-9cd60c7b3a75/action used request id req-298c40f7-d0b1-4d6f-9661-747e7f678020 2018-09-04 12:32:55,667 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:9292/v2/images/f271688b-2234-4c7b-9577-4eb3274c658d -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}e5810397e1bb3779aa52af45a8f52794694e5287" 2018-09-04 12:32:58,032 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-a6d39bb6-7224-4441-8fa6-53c57f184ca4 Date: Tue, 04 Sep 2018 12:32:58 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-09-04 12:32:58,032 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.28:9292/v2/images/f271688b-2234-4c7b-9577-4eb3274c658d used request id req-a6d39bb6-7224-4441-8fa6-53c57f184ca4 2018-09-04 12:32:58,039 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:9696/v2.0/bgpvpn/bgpvpns/a09e2722-7a69-4f9e-b177-d1899a047490 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1d467f1922cf80a793c374f5d807b1bb7f11c9bd" 2018-09-04 12:32:58,580 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-881222f7-e2eb-4c50-b011-796f0bb0a14b Content-Length: 0 Date: Tue, 04 Sep 2018 12:32:58 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-04 12:32:58,580 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/bgpvpn/bgpvpns/a09e2722-7a69-4f9e-b177-d1899a047490 used request id req-881222f7-e2eb-4c50-b011-796f0bb0a14b 2018-09-04 12:32:58,585 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:9696/v2.0/bgpvpn/bgpvpns/8ed719ed-5222-425e-8f10-2c5fd1a82c5d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1d467f1922cf80a793c374f5d807b1bb7f11c9bd" 2018-09-04 12:32:59,069 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-9c9c8598-673f-4bde-80dd-f80805428f33 Content-Length: 0 Date: Tue, 04 Sep 2018 12:32:59 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-04 12:32:59,069 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/bgpvpn/bgpvpns/8ed719ed-5222-425e-8f10-2c5fd1a82c5d used request id req-9c9c8598-673f-4bde-80dd-f80805428f33 2018-09-04 12:32:59,075 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:9696/v2.0/subnets/a06d2731-ceb0-4c5e-a14c-098119de9c40 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1d467f1922cf80a793c374f5d807b1bb7f11c9bd" 2018-09-04 12:33:01,330 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-3238a585-e9d3-4213-abf6-4fbbf6f71431 Date: Tue, 04 Sep 2018 12:33:01 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-04 12:33:01,330 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/subnets/a06d2731-ceb0-4c5e-a14c-098119de9c40 used request id req-3238a585-e9d3-4213-abf6-4fbbf6f71431 2018-09-04 12:33:01,337 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:9696/v2.0/subnets/5f138684-be80-4459-acc4-8b45dda1d4d3 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1d467f1922cf80a793c374f5d807b1bb7f11c9bd" 2018-09-04 12:33:03,682 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-2ee37de4-7bdd-426c-a860-fc8d06b1ed57 Date: Tue, 04 Sep 2018 12:33:03 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-04 12:33:03,682 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/subnets/5f138684-be80-4459-acc4-8b45dda1d4d3 used request id req-2ee37de4-7bdd-426c-a860-fc8d06b1ed57 2018-09-04 12:33:03,687 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:9696/v2.0/networks/2d4cdaea-716a-4a81-b238-6fe1b44624bf -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1d467f1922cf80a793c374f5d807b1bb7f11c9bd" 2018-09-04 12:33:04,462 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-95d84e01-9f7c-4b4a-a165-4a187a24e046 Date: Tue, 04 Sep 2018 12:33:04 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-04 12:33:04,462 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/networks/2d4cdaea-716a-4a81-b238-6fe1b44624bf used request id req-95d84e01-9f7c-4b4a-a165-4a187a24e046 2018-09-04 12:33:04,468 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:9696/v2.0/networks/2ad43b05-cc2b-4911-8132-50b80fe9aa26 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1d467f1922cf80a793c374f5d807b1bb7f11c9bd" 2018-09-04 12:33:05,001 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-2460c344-9c0d-4abe-8e49-140159ea92fd Date: Tue, 04 Sep 2018 12:33:05 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-04 12:33:05,001 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/networks/2ad43b05-cc2b-4911-8132-50b80fe9aa26 used request id req-2460c344-9c0d-4abe-8e49-140159ea92fd 2018-09-04 12:33:05,001 - 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-09-04 12:33:05,001 - sdnvpn-results - INFO - All the subtests have passed. 2018-09-04 12:33:05,002 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Execution is complete for the testcase sdnvpn.test.functest.testcase_2 2018-09-04 12:33:05,002 - 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-09-04 12:33:05,002 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Running 'sdnvpn.test.functest.testcase_1 - VPN provides connectivity between subnets' 2018-09-04 12:33:05,002 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - ===================================================================================== 2018-09-04 12:33:05,003 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Importing the testcase sdnvpn.test.functest.testcase_1 2018-09-04 12:33:05,081 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Calling the testcase sdnvpn.test.functest.testcase_1 main method 2018-09-04 12:33:05,081 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-09-04 12:33:05,081 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-09-04 12:33:05,081 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-09-04 12:33:05,081 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-09-04 12:33:05,081 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-09-04 12:33:05,081 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-09-04 12:33:05,081 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-09-04 12:33:05,082 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-09-04 12:33:05,082 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-09-04 12:33:05,082 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-09-04 12:33:05,082 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-09-04 12:33:05,082 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-09-04 12:33:05,082 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-09-04 12:33:05,082 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-09-04 12:33:05,082 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-09-04 12:33:05,082 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-09-04 12:33:05,082 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-09-04 12:33:05,082 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-09-04 12:33:05,082 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-09-04 12:33:05,082 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-09-04 12:33:05,083 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-09-04 12:33:05,083 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-09-04 12:33:05,083 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-09-04 12:33:05,083 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-09-04 12:33:05,084 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-09-04 12:33:05,084 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-09-04 12:33:05,084 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-09-04 12:33:05,085 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-09-04 12:33:05,085 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-09-04 12:33:05,085 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-09-04 12:33:05,085 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-09-04 12:33:05,085 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-09-04 12:33:05,085 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-09-04 12:33:05,085 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-09-04 12:33:05,085 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-09-04 12:33:05,085 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-09-04 12:33:05,085 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-09-04 12:33:05,085 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-09-04 12:33:05,085 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-09-04 12:33:05,086 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-09-04 12:33:05,086 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-09-04 12:33:05,086 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-09-04 12:33:05,086 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-09-04 12:33:05,086 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-09-04 12:33:05,086 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-09-04 12:33:05,086 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-09-04 12:33:05,086 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-09-04 12:33:05,086 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-09-04 12:33:05,087 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-09-04 12:33:05,087 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-09-04 12:33:05,087 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-09-04 12:33:05,088 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-09-04 12:33:05,088 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-09-04 12:33:05,088 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-09-04 12:33:05,088 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-09-04 12:33:05,088 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-09-04 12:33:05,088 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-09-04 12:33:05,088 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-09-04 12:33:05,088 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-09-04 12:33:05,088 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-09-04 12:33:05,088 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-09-04 12:33:05,088 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-09-04 12:33:05,088 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-09-04 12:33:05,088 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-09-04 12:33:05,089 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-09-04 12:33:05,089 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-09-04 12:33:05,089 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-09-04 12:33:05,089 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-09-04 12:33:05,089 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-09-04 12:33:05,089 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-09-04 12:33:05,089 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-09-04 12:33:05,089 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-09-04 12:33:05,089 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-09-04 12:33:05,090 - sdnvpn.lib.openstack_utils - INFO - OS_IMAGE_API_VERSION is set in env as '2' 2018-09-04 12:33:05,091 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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-09-04 12:33:05,096 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12:33:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-660aceb7-b632-4539-841e-e96c80dda365 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.28:5000/v3/", "rel": "self"}]}} 2018-09-04 12:33:05,097 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-660aceb7-b632-4539-841e-e96c80dda365 2018-09-04 12:33:05,097 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-09-04 12:33:05,487 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "3d416247e8224533841040c3ad2bce5a", "name": "admin"}], "expires_at": "2018-09-04T13:33:05.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1e2f68a072b64978bd7ea91c2d64aca6", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v1/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235635a698ef4bef9dc6b25273d185da"}, {"url": "http://192.30.9.6:8776/v1/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "23b07b3fbfc340a58cf0f9b2871a0d23"}, {"url": "http://172.30.9.28:8776/v1/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "72fd0aaa144d45419f4b04b6b26f69a7"}], "type": "volume", "id": "097241c25b4d4f7e91b3f8efa155909e", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v3/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93eb4cf3030a49e7840bec071422d397"}, {"url": "http://192.30.9.6:8776/v3/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8af439a6ac147fdbcb38ed9aa916b68"}, {"url": "http://192.30.9.6:8776/v3/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c4bfdbc9b7c74a23a40afdf578cfeba4"}], "type": "volumev3", "id": "1c85f4682ce44f729db1dabd98e965e8", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "82239574a29d4603a2161006f61851cf"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8d15f7134f364a7bbcfff2f84aac3bf2"}, {"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e01668c43a0c4c279b9a3d20a0280d6c"}], "type": "image", "id": "297d8415ca96454991054983920912f7", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7bb4d60e20734d4a9f31ec75e02cb823"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bf6adec15590466a9a0d3bddb00e8993"}, {"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f096f03a1d12411a8972f6f7c196b60d"}], "type": "policy", "id": "54c64351b56d44bbad74c2969cc3aa00", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "354ae6870a324fab82d0a0fb68ee0f26"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a3807e460dd4af488d982b66c52e64c"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e7c3da785076450abd71868e75ce0c33"}], "type": "cloudformation", "id": "6ac9917ae83c4639a15a4ab3cf0e76dd", "name": "heat-cfn"}, {"endpoints": [], "type": "metering", "id": "7fcc078e5e0645f29df67742ac14e388", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49e71628d386464cb950d6a9db00a328"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75b0a63ed8574bbcab1c851cc9b83d30"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9902b0a8b3c04cd192a1b84c417c232b"}], "type": "key-manager", "id": "9626544a32e74678a641c6e206f028a9", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "497340e5aa36485982fdf297f370558f"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7802beb4fc7c4952897b77bd5610b1fe"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c14af798917f4fa0b146d9772583e595"}], "type": "metric", "id": "973bfe8c658d4e5a8da725e76b9d550e", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "288ecc3674ea41d2aa3b790dcb832bf2"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7a6dc785cd7142f5b30f1a7ba0daeb03"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7f7d34e2351b4964befccc862c4e8e12"}], "type": "network", "id": "a348d7b06050474fb449be7f32ea6f5d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "21bce6ecb8464a1f8f3e3847aa698bd6"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0a8faf2246b47deb30e69e48d3551fb"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e71c6011de3d4d8589e5b53dcc79f288"}], "type": "identity", "id": "ad8d4b4953184137a1b913ecee9434ed", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "13474f9a78ca4f1184e4cddc84d0d98c"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad67365a18234bb78c336e6776958c00"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc54db13337f44f8921fbb9ad0f81de8"}], "type": "alarming", "id": "bb18dc3243034f08a6a7f69f7a1edccf", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0d91d7adf0304b2681c77f979e5cdb17"}, {"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "756e5ffca9774ab3ae2db41bf330417f"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c07c727a08c243b287827f539a124e63"}], "type": "placement", "id": "bb2c9432fcbd4c56913177122468f6ba", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8004/v1/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1eed4912224b48cf9856446eae4d9928"}, {"url": "http://192.30.9.6:8004/v1/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b73b7f99236541148d84f24f09e5dd40"}, {"url": "http://192.30.9.6:8004/v1/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fbf12e52911244fdafc24a9d46f56e62"}], "type": "orchestration", "id": "c8918d139da945ba93df4ccce21d4904", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16bf098b9e2e490f8e47fa601059f975"}, {"url": "http://192.30.9.6:8776/v2/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc16fa4cf491444ca2f611d5692c1170"}, {"url": "http://192.30.9.6:8776/v2/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ccd2c5325dff4b90b391db9fdde67d99"}], "type": "volumev2", "id": "d09ac9123c34494abce21d6c27bee9d9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eac694332354a3aa0e61c31314166d7"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b4d4989c4e764717ab78d38675cadd3f"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff196e46b56d406d87a678f1a64497b0"}], "type": "compute", "id": "d4030ee932c84df58c5b910cc197caa7", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "42c3a9abd8ad4ce8ab2c4cc6e0403c33"}, "audit_ids": ["a_BuVO-bQL6Fof7AuQ6_Eg"], "issued_at": "2018-09-04T12:33:05.000000Z"}} 2018-09-04 12:33:05,490 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9292/v2/images?limit=20 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}986ca7d67114366bf86ab77ca39195c77c33766b" 2018-09-04 12:33:06,040 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 78 Content-Type: application/json X-Openstack-Request-Id: req-2d96f495-599e-41d7-87f0-b834a5725da3 Date: Tue, 04 Sep 2018 12:33:06 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?limit=20"} 2018-09-04 12:33:06,040 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images?limit=20 used request id req-2d96f495-599e-41d7-87f0-b834a5725da3 2018-09-04 12:33:06,041 - sdnvpn.lib.openstack_utils - INFO - Creating image 'sdnvpn-image' from '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'... 2018-09-04 12:33:06,044 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}986ca7d67114366bf86ab77ca39195c77c33766b" 2018-09-04 12:33:06,195 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-a54bab57-5766-44c6-81d0-50d8340a599b Date: Tue, 04 Sep 2018 12:33: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-09-04 12:33:06,195 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/schemas/image used request id req-a54bab57-5766-44c6-81d0-50d8340a599b 2018-09-04 12:33:06,231 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}986ca7d67114366bf86ab77ca39195c77c33766b" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "sdnvpn-image", "visibility": "public"}' 2018-09-04 12:33:06,425 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 573 Content-Type: application/json Location: http://172.30.9.28:9292/v2/images/f2cb7740-9bce-41af-953c-a75abf327c9f X-Openstack-Request-Id: req-4e3fa5f7-b948-49d3-822d-d4dd7b631d28 Date: Tue, 04 Sep 2018 12:33:06 GMT RESP BODY: {"status": "queued", "name": "sdnvpn-image", "tags": [], "container_format": "bare", "created_at": "2018-09-04T12:33:06Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-09-04T12:33:06Z", "visibility": "public", "locations": [], "self": "/v2/images/f2cb7740-9bce-41af-953c-a75abf327c9f", "min_disk": 0, "protected": false, "id": "f2cb7740-9bce-41af-953c-a75abf327c9f", "file": "/v2/images/f2cb7740-9bce-41af-953c-a75abf327c9f/file", "checksum": null, "owner": "1e2f68a072b64978bd7ea91c2d64aca6", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-09-04 12:33:06,425 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.28:9292/v2/images used request id req-4e3fa5f7-b948-49d3-822d-d4dd7b631d28 2018-09-04 12:33:06,438 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.28:9292/v2/images/f2cb7740-9bce-41af-953c-a75abf327c9f/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}986ca7d67114366bf86ab77ca39195c77c33766b" -d '' 2018-09-04 12:33:08,172 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-81a707f2-3956-4eba-874b-e5c182416437 Date: Tue, 04 Sep 2018 12:33:08 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-09-04 12:33:08,172 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.28:9292/v2/images/f2cb7740-9bce-41af-953c-a75abf327c9f/file used request id req-81a707f2-3956-4eba-874b-e5c182416437 2018-09-04 12:33:08,172 - sdnvpn_test_utils - DEBUG - Creating network sdnvpn-1-1-net 2018-09-04 12:33:08,173 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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-09-04 12:33:08,180 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12:33:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f48cd282-ae3e-4a41-9dd8-45385a4fc2d0 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.28:5000/v3/", "rel": "self"}]}} 2018-09-04 12:33:08,180 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-f48cd282-ae3e-4a41-9dd8-45385a4fc2d0 2018-09-04 12:33:08,181 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-09-04 12:33:08,561 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "3d416247e8224533841040c3ad2bce5a", "name": "admin"}], "expires_at": "2018-09-04T13:33:08.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1e2f68a072b64978bd7ea91c2d64aca6", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v1/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235635a698ef4bef9dc6b25273d185da"}, {"url": "http://192.30.9.6:8776/v1/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "23b07b3fbfc340a58cf0f9b2871a0d23"}, {"url": "http://172.30.9.28:8776/v1/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "72fd0aaa144d45419f4b04b6b26f69a7"}], "type": "volume", "id": "097241c25b4d4f7e91b3f8efa155909e", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v3/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93eb4cf3030a49e7840bec071422d397"}, {"url": "http://192.30.9.6:8776/v3/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8af439a6ac147fdbcb38ed9aa916b68"}, {"url": "http://192.30.9.6:8776/v3/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c4bfdbc9b7c74a23a40afdf578cfeba4"}], "type": "volumev3", "id": "1c85f4682ce44f729db1dabd98e965e8", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "82239574a29d4603a2161006f61851cf"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8d15f7134f364a7bbcfff2f84aac3bf2"}, {"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e01668c43a0c4c279b9a3d20a0280d6c"}], "type": "image", "id": "297d8415ca96454991054983920912f7", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7bb4d60e20734d4a9f31ec75e02cb823"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bf6adec15590466a9a0d3bddb00e8993"}, {"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f096f03a1d12411a8972f6f7c196b60d"}], "type": "policy", "id": "54c64351b56d44bbad74c2969cc3aa00", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "354ae6870a324fab82d0a0fb68ee0f26"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a3807e460dd4af488d982b66c52e64c"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e7c3da785076450abd71868e75ce0c33"}], "type": "cloudformation", "id": "6ac9917ae83c4639a15a4ab3cf0e76dd", "name": "heat-cfn"}, {"endpoints": [], "type": "metering", "id": "7fcc078e5e0645f29df67742ac14e388", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49e71628d386464cb950d6a9db00a328"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75b0a63ed8574bbcab1c851cc9b83d30"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9902b0a8b3c04cd192a1b84c417c232b"}], "type": "key-manager", "id": "9626544a32e74678a641c6e206f028a9", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "497340e5aa36485982fdf297f370558f"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7802beb4fc7c4952897b77bd5610b1fe"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c14af798917f4fa0b146d9772583e595"}], "type": "metric", "id": "973bfe8c658d4e5a8da725e76b9d550e", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "288ecc3674ea41d2aa3b790dcb832bf2"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7a6dc785cd7142f5b30f1a7ba0daeb03"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7f7d34e2351b4964befccc862c4e8e12"}], "type": "network", "id": "a348d7b06050474fb449be7f32ea6f5d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "21bce6ecb8464a1f8f3e3847aa698bd6"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0a8faf2246b47deb30e69e48d3551fb"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e71c6011de3d4d8589e5b53dcc79f288"}], "type": "identity", "id": "ad8d4b4953184137a1b913ecee9434ed", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "13474f9a78ca4f1184e4cddc84d0d98c"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad67365a18234bb78c336e6776958c00"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc54db13337f44f8921fbb9ad0f81de8"}], "type": "alarming", "id": "bb18dc3243034f08a6a7f69f7a1edccf", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0d91d7adf0304b2681c77f979e5cdb17"}, {"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "756e5ffca9774ab3ae2db41bf330417f"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c07c727a08c243b287827f539a124e63"}], "type": "placement", "id": "bb2c9432fcbd4c56913177122468f6ba", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8004/v1/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1eed4912224b48cf9856446eae4d9928"}, {"url": "http://192.30.9.6:8004/v1/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b73b7f99236541148d84f24f09e5dd40"}, {"url": "http://192.30.9.6:8004/v1/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fbf12e52911244fdafc24a9d46f56e62"}], "type": "orchestration", "id": "c8918d139da945ba93df4ccce21d4904", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16bf098b9e2e490f8e47fa601059f975"}, {"url": "http://192.30.9.6:8776/v2/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc16fa4cf491444ca2f611d5692c1170"}, {"url": "http://192.30.9.6:8776/v2/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ccd2c5325dff4b90b391db9fdde67d99"}], "type": "volumev2", "id": "d09ac9123c34494abce21d6c27bee9d9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eac694332354a3aa0e61c31314166d7"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b4d4989c4e764717ab78d38675cadd3f"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff196e46b56d406d87a678f1a64497b0"}], "type": "compute", "id": "d4030ee932c84df58c5b910cc197caa7", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "42c3a9abd8ad4ce8ab2c4cc6e0403c33"}, "audit_ids": ["O5obcuYkQJSU5B5eZOTL5Q"], "issued_at": "2018-09-04T12:33:08.000000Z"}} 2018-09-04 12:33:08,567 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0d753d94308a70830ec0e8d290b3978a59e1b1c4" -d '{"network": {"name": "sdnvpn-1-1-net", "admin_state_up": true}}' 2018-09-04 12:33:08,989 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 646 X-Openstack-Request-Id: req-3e0acbf4-8415-439c-9605-42eac4a0a8fe Date: Tue, 04 Sep 2018 12:33:08 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"provider:network_type":"vxlan","id":"90b404d8-1ec3-4746-b73d-8608f53e2dbb","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"1e2f68a072b64978bd7ea91c2d64aca6","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-09-04T12:33:08Z","is_default":false,"provider:segmentation_id":17,"name":"sdnvpn-1-1-net","admin_state_up":true,"tenant_id":"1e2f68a072b64978bd7ea91c2d64aca6","created_at":"2018-09-04T12:33:08Z","mtu":1450}} 2018-09-04 12:33:08,989 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/networks used request id req-3e0acbf4-8415-439c-9605-42eac4a0a8fe 2018-09-04 12:33:08,989 - sdnvpn_test_utils - DEBUG - Creating subnet sdnvpn-1-1-subnet in network 90b404d8-1ec3-4746-b73d-8608f53e2dbb with cidr 10.10.10.0/24 2018-09-04 12:33:08,995 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0d753d94308a70830ec0e8d290b3978a59e1b1c4" -d '{"subnets": [{"ip_version": 4, "network_id": "90b404d8-1ec3-4746-b73d-8608f53e2dbb", "cidr": "10.10.10.0/24", "dns_nameservers": ["8.8.8.8", "8.8.4.4"], "name": "sdnvpn-1-1-subnet"}]}' 2018-09-04 12:33:09,553 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 642 X-Openstack-Request-Id: req-9bae5b16-af44-4ad7-97bd-da3b851a2a4e Date: Tue, 04 Sep 2018 12:33:09 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"90b404d8-1ec3-4746-b73d-8608f53e2dbb","tenant_id":"1e2f68a072b64978bd7ea91c2d64aca6","created_at":"2018-09-04T12:33:09Z","dns_nameservers":["8.8.8.8","8.8.4.4"],"updated_at":"2018-09-04T12:33:09Z","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":"1e2f68a072b64978bd7ea91c2d64aca6","id":"eb9c46af-fd18-4e5f-ac4c-483190198135","subnetpool_id":null,"name":"sdnvpn-1-1-subnet"}]} 2018-09-04 12:33:09,554 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/subnets used request id req-9bae5b16-af44-4ad7-97bd-da3b851a2a4e 2018-09-04 12:33:09,554 - sdnvpn_test_utils - DEBUG - Creating network sdnvpn-1-2-net 2018-09-04 12:33:09,561 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0d753d94308a70830ec0e8d290b3978a59e1b1c4" -d '{"network": {"name": "sdnvpn-1-2-net", "admin_state_up": true}}' 2018-09-04 12:33:09,971 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 646 X-Openstack-Request-Id: req-b7b73f8c-80ad-43e3-9a5b-9eda74b5fda4 Date: Tue, 04 Sep 2018 12:33: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":"a97c2945-f591-46b8-89bf-4e3c6f5ae436","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"1e2f68a072b64978bd7ea91c2d64aca6","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-09-04T12:33:09Z","is_default":false,"provider:segmentation_id":40,"name":"sdnvpn-1-2-net","admin_state_up":true,"tenant_id":"1e2f68a072b64978bd7ea91c2d64aca6","created_at":"2018-09-04T12:33:09Z","mtu":1450}} 2018-09-04 12:33:09,971 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/networks used request id req-b7b73f8c-80ad-43e3-9a5b-9eda74b5fda4 2018-09-04 12:33:09,972 - sdnvpn_test_utils - DEBUG - Creating subnet sdnvpn-1-2-subnet in network a97c2945-f591-46b8-89bf-4e3c6f5ae436 with cidr 10.10.11.0/24 2018-09-04 12:33:09,976 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0d753d94308a70830ec0e8d290b3978a59e1b1c4" -d '{"subnets": [{"ip_version": 4, "network_id": "a97c2945-f591-46b8-89bf-4e3c6f5ae436", "cidr": "10.10.11.0/24", "dns_nameservers": ["8.8.8.8", "8.8.4.4"], "name": "sdnvpn-1-2-subnet"}]}' 2018-09-04 12:33:10,570 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 642 X-Openstack-Request-Id: req-74306222-377e-4a73-8b84-51bfeb31e88e Date: Tue, 04 Sep 2018 12:33:10 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"a97c2945-f591-46b8-89bf-4e3c6f5ae436","tenant_id":"1e2f68a072b64978bd7ea91c2d64aca6","created_at":"2018-09-04T12:33:10Z","dns_nameservers":["8.8.8.8","8.8.4.4"],"updated_at":"2018-09-04T12:33:10Z","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":"1e2f68a072b64978bd7ea91c2d64aca6","id":"d205db3d-6079-4012-8115-0e31cb02f2ba","subnetpool_id":null,"name":"sdnvpn-1-2-subnet"}]} 2018-09-04 12:33:10,570 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/subnets used request id req-74306222-377e-4a73-8b84-51bfeb31e88e 2018-09-04 12:33:10,575 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0d753d94308a70830ec0e8d290b3978a59e1b1c4" 2018-09-04 12:33:10,877 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 37328 X-Openstack-Request-Id: req-3121e819-e9d8-47a6-8abb-b9764aa5f468 Date: Tue, 04 Sep 2018 12:33:10 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "14e46315a5e14e95a6bd31ddd3090094", "created_at": "2018-09-04T10:40:09Z", "updated_at": "2018-09-04T10:40:09Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T10:40:09Z", "revision_number": 0, "id": "6908c152-7d26-43c3-9724-69b9e26fbd52", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T10:40:09Z", "security_group_id": "11e5a0db-4cc0-49c0-8f70-0d3b80d1fcf3", "tenant_id": "14e46315a5e14e95a6bd31ddd3090094", "port_range_min": null, "ethertype": "IPv6", "project_id": "14e46315a5e14e95a6bd31ddd3090094"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T10:40:09Z", "revision_number": 0, "id": "72e1f6f9-6732-4dc2-8abd-454d44204be2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T10:40:09Z", "security_group_id": "11e5a0db-4cc0-49c0-8f70-0d3b80d1fcf3", "tenant_id": "14e46315a5e14e95a6bd31ddd3090094", "port_range_min": null, "ethertype": "IPv4", "project_id": "14e46315a5e14e95a6bd31ddd3090094"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T10:40:09Z", "revision_number": 0, "id": "bfc26f71-b897-431e-a36e-ea1e8e983c87", "remote_group_id": "11e5a0db-4cc0-49c0-8f70-0d3b80d1fcf3", "remote_ip_prefix": null, "created_at": "2018-09-04T10:40:09Z", "security_group_id": "11e5a0db-4cc0-49c0-8f70-0d3b80d1fcf3", "tenant_id": "14e46315a5e14e95a6bd31ddd3090094", "port_range_min": null, "ethertype": "IPv6", "project_id": "14e46315a5e14e95a6bd31ddd3090094"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T10:40:09Z", "revision_number": 0, "id": "c9d53d5b-6c82-4199-b405-f8e7101cc589", "remote_group_id": "11e5a0db-4cc0-49c0-8f70-0d3b80d1fcf3", "remote_ip_prefix": null, "created_at": "2018-09-04T10:40:09Z", "security_group_id": "11e5a0db-4cc0-49c0-8f70-0d3b80d1fcf3", "tenant_id": "14e46315a5e14e95a6bd31ddd3090094", "port_range_min": null, "ethertype": "IPv4", "project_id": "14e46315a5e14e95a6bd31ddd3090094"}], "revision_number": 4, "project_id": "14e46315a5e14e95a6bd31ddd3090094", "id": "11e5a0db-4cc0-49c0-8f70-0d3b80d1fcf3", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "5efe9645576d420f836c625864cab315", "created_at": "2018-09-04T11:32:37Z", "updated_at": "2018-09-04T11:32:37Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T11:32:37Z", "revision_number": 0, "id": "286e6a3a-dcb9-42e9-ad77-e4f716b2c63a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T11:32:37Z", "security_group_id": "192a971a-2f30-4b8c-ada2-250ad4610488", "tenant_id": "5efe9645576d420f836c625864cab315", "port_range_min": null, "ethertype": "IPv4", "project_id": "5efe9645576d420f836c625864cab315"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T11:32:37Z", "revision_number": 0, "id": "8c17cb0b-10d0-498a-a484-63ec46a70838", "remote_group_id": "192a971a-2f30-4b8c-ada2-250ad4610488", "remote_ip_prefix": null, "created_at": "2018-09-04T11:32:37Z", "security_group_id": "192a971a-2f30-4b8c-ada2-250ad4610488", "tenant_id": "5efe9645576d420f836c625864cab315", "port_range_min": null, "ethertype": "IPv6", "project_id": "5efe9645576d420f836c625864cab315"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T11:32:37Z", "revision_number": 0, "id": "9c400401-2250-4fc8-a780-dba2a73d410b", "remote_group_id": "192a971a-2f30-4b8c-ada2-250ad4610488", "remote_ip_prefix": null, "created_at": "2018-09-04T11:32:37Z", "security_group_id": "192a971a-2f30-4b8c-ada2-250ad4610488", "tenant_id": "5efe9645576d420f836c625864cab315", "port_range_min": null, "ethertype": "IPv4", "project_id": "5efe9645576d420f836c625864cab315"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T11:32:37Z", "revision_number": 0, "id": "f72c6a04-9fd4-4b0e-b79b-679d59ca2789", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T11:32:37Z", "security_group_id": "192a971a-2f30-4b8c-ada2-250ad4610488", "tenant_id": "5efe9645576d420f836c625864cab315", "port_range_min": null, "ethertype": "IPv6", "project_id": "5efe9645576d420f836c625864cab315"}], "revision_number": 4, "project_id": "5efe9645576d420f836c625864cab315", "id": "192a971a-2f30-4b8c-ada2-250ad4610488", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "dd849fe9e11c435393e8fa6b997c6f1a", "created_at": "2018-09-04T10:38:54Z", "updated_at": "2018-09-04T10:38:54Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T10:38:54Z", "revision_number": 0, "id": "1dfce8bf-6ac4-4572-9a10-3cf8047abe38", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T10:38:54Z", "security_group_id": "28b5af70-f489-4ee2-ace7-033a2638f61f", "tenant_id": "dd849fe9e11c435393e8fa6b997c6f1a", "port_range_min": null, "ethertype": "IPv6", "project_id": "dd849fe9e11c435393e8fa6b997c6f1a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T10:38:54Z", "revision_number": 0, "id": "52762ccc-58e2-4528-b0fa-460556eae58e", "remote_group_id": "28b5af70-f489-4ee2-ace7-033a2638f61f", "remote_ip_prefix": null, "created_at": "2018-09-04T10:38:54Z", "security_group_id": "28b5af70-f489-4ee2-ace7-033a2638f61f", "tenant_id": "dd849fe9e11c435393e8fa6b997c6f1a", "port_range_min": null, "ethertype": "IPv6", "project_id": "dd849fe9e11c435393e8fa6b997c6f1a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T10:38:54Z", "revision_number": 0, "id": "739d52c4-a9f2-4027-aca7-2082fee6f6f0", "remote_group_id": "28b5af70-f489-4ee2-ace7-033a2638f61f", "remote_ip_prefix": null, "created_at": "2018-09-04T10:38:54Z", "security_group_id": "28b5af70-f489-4ee2-ace7-033a2638f61f", "tenant_id": "dd849fe9e11c435393e8fa6b997c6f1a", "port_range_min": null, "ethertype": "IPv4", "project_id": "dd849fe9e11c435393e8fa6b997c6f1a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T10:38:54Z", "revision_number": 0, "id": "ba2b9932-d9ab-4b40-a7e5-6773147a93a7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T10:38:54Z", "security_group_id": "28b5af70-f489-4ee2-ace7-033a2638f61f", "tenant_id": "dd849fe9e11c435393e8fa6b997c6f1a", "port_range_min": null, "ethertype": "IPv4", "project_id": "dd849fe9e11c435393e8fa6b997c6f1a"}], "revision_number": 4, "project_id": "dd849fe9e11c435393e8fa6b997c6f1a", "id": "28b5af70-f489-4ee2-ace7-033a2638f61f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "4ad41bc126174d318b5e7a8516fcf4af", "created_at": "2018-09-04T10:36:52Z", "updated_at": "2018-09-04T10:36:52Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T10:36:52Z", "revision_number": 0, "id": "072e055d-09a1-408a-9aa5-bbbb4ba26972", "remote_group_id": "48bfa0ac-51ab-4c50-8f57-88ab4e0f17e1", "remote_ip_prefix": null, "created_at": "2018-09-04T10:36:52Z", "security_group_id": "48bfa0ac-51ab-4c50-8f57-88ab4e0f17e1", "tenant_id": "4ad41bc126174d318b5e7a8516fcf4af", "port_range_min": null, "ethertype": "IPv4", "project_id": "4ad41bc126174d318b5e7a8516fcf4af"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T10:36:52Z", "revision_number": 0, "id": "519e417e-8aaa-4012-ade2-01ed5d67c268", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T10:36:52Z", "security_group_id": "48bfa0ac-51ab-4c50-8f57-88ab4e0f17e1", "tenant_id": "4ad41bc126174d318b5e7a8516fcf4af", "port_range_min": null, "ethertype": "IPv4", "project_id": "4ad41bc126174d318b5e7a8516fcf4af"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T10:36:52Z", "revision_number": 0, "id": "7440170e-04e2-412b-b3af-3ba203e43ec0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T10:36:52Z", "security_group_id": "48bfa0ac-51ab-4c50-8f57-88ab4e0f17e1", "tenant_id": "4ad41bc126174d318b5e7a8516fcf4af", "port_range_min": null, "ethertype": "IPv6", "project_id": "4ad41bc126174d318b5e7a8516fcf4af"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T10:36:52Z", "revision_number": 0, "id": "b5b6d93e-a8d1-4a65-92be-995bd9ce8f00", "remote_group_id": "48bfa0ac-51ab-4c50-8f57-88ab4e0f17e1", "remote_ip_prefix": null, "created_at": "2018-09-04T10:36:52Z", "security_group_id": "48bfa0ac-51ab-4c50-8f57-88ab4e0f17e1", "tenant_id": "4ad41bc126174d318b5e7a8516fcf4af", "port_range_min": null, "ethertype": "IPv6", "project_id": "4ad41bc126174d318b5e7a8516fcf4af"}], "revision_number": 4, "project_id": "4ad41bc126174d318b5e7a8516fcf4af", "id": "48bfa0ac-51ab-4c50-8f57-88ab4e0f17e1", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "18025ed81c804927a1f0e0e0ba20836f", "created_at": "2018-09-04T10:10:44Z", "updated_at": "2018-09-04T10:10:44Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T10:10:44Z", "revision_number": 0, "id": "4987cdc7-3c69-4296-b962-dfcdfe2af09e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T10:10:44Z", "security_group_id": "4eb60975-feab-4b85-9171-1c970d3680f7", "tenant_id": "18025ed81c804927a1f0e0e0ba20836f", "port_range_min": null, "ethertype": "IPv4", "project_id": "18025ed81c804927a1f0e0e0ba20836f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T10:10:44Z", "revision_number": 0, "id": "6278c51b-2852-4d07-abf1-4545e40daadb", "remote_group_id": "4eb60975-feab-4b85-9171-1c970d3680f7", "remote_ip_prefix": null, "created_at": "2018-09-04T10:10:44Z", "security_group_id": "4eb60975-feab-4b85-9171-1c970d3680f7", "tenant_id": "18025ed81c804927a1f0e0e0ba20836f", "port_range_min": null, "ethertype": "IPv4", "project_id": "18025ed81c804927a1f0e0e0ba20836f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T10:10:44Z", "revision_number": 0, "id": "dd2062ca-238a-4ae8-8397-ca60210bbde5", "remote_group_id": "4eb60975-feab-4b85-9171-1c970d3680f7", "remote_ip_prefix": null, "created_at": "2018-09-04T10:10:44Z", "security_group_id": "4eb60975-feab-4b85-9171-1c970d3680f7", "tenant_id": "18025ed81c804927a1f0e0e0ba20836f", "port_range_min": null, "ethertype": "IPv6", "project_id": "18025ed81c804927a1f0e0e0ba20836f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T10:10:44Z", "revision_number": 0, "id": "f5388a44-6a0f-4e22-bd76-f4873903daf0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T10:10:44Z", "security_group_id": "4eb60975-feab-4b85-9171-1c970d3680f7", "tenant_id": "18025ed81c804927a1f0e0e0ba20836f", "port_range_min": null, "ethertype": "IPv6", "project_id": "18025ed81c804927a1f0e0e0ba20836f"}], "revision_number": 4, "project_id": "18025ed81c804927a1f0e0e0ba20836f", "id": "4eb60975-feab-4b85-9171-1c970d3680f7", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "1e2f68a072b64978bd7ea91c2d64aca6", "created_at": "2018-09-04T11:32:48Z", "updated_at": "2018-09-04T11:32:48Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T11:32:48Z", "revision_number": 0, "id": "6883b42d-5963-4725-8ab3-74f524dadded", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T11:32:48Z", "security_group_id": "65ec5024-dcc3-4217-b8f2-108a9317d297", "tenant_id": "1e2f68a072b64978bd7ea91c2d64aca6", "port_range_min": null, "ethertype": "IPv6", "project_id": "1e2f68a072b64978bd7ea91c2d64aca6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T11:32:48Z", "revision_number": 0, "id": "c897b842-d54c-452b-8b98-fef214182ff7", "remote_group_id": "65ec5024-dcc3-4217-b8f2-108a9317d297", "remote_ip_prefix": null, "created_at": "2018-09-04T11:32:48Z", "security_group_id": "65ec5024-dcc3-4217-b8f2-108a9317d297", "tenant_id": "1e2f68a072b64978bd7ea91c2d64aca6", "port_range_min": null, "ethertype": "IPv6", "project_id": "1e2f68a072b64978bd7ea91c2d64aca6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T11:32:48Z", "revision_number": 0, "id": "e8f14af0-f0a2-442a-a2f6-f9426816d3a7", "remote_group_id": "65ec5024-dcc3-4217-b8f2-108a9317d297", "remote_ip_prefix": null, "created_at": "2018-09-04T11:32:48Z", "security_group_id": "65ec5024-dcc3-4217-b8f2-108a9317d297", "tenant_id": "1e2f68a072b64978bd7ea91c2d64aca6", "port_range_min": null, "ethertype": "IPv4", "project_id": "1e2f68a072b64978bd7ea91c2d64aca6"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T11:32:48Z", "revision_number": 0, "id": "fa2a69b0-056f-4e69-9b7e-515411ee93e4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T11:32:48Z", "security_group_id": "65ec5024-dcc3-4217-b8f2-108a9317d297", "tenant_id": "1e2f68a072b64978bd7ea91c2d64aca6", "port_range_min": null, "ethertype": "IPv4", "project_id": "1e2f68a072b64978bd7ea91c2d64aca6"}], "revision_number": 4, "project_id": "1e2f68a072b64978bd7ea91c2d64aca6", "id": "65ec5024-dcc3-4217-b8f2-108a9317d297", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "63ce1c38db314aae844c45218d595c6c", "created_at": "2018-09-04T10:36:01Z", "updated_at": "2018-09-04T10:36:01Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T10:36:01Z", "revision_number": 0, "id": "3cc084b5-d5b8-441b-87e5-b96f6548adf0", "remote_group_id": "726a4fa4-547d-495f-8506-2692d1793ed7", "remote_ip_prefix": null, "created_at": "2018-09-04T10:36:01Z", "security_group_id": "726a4fa4-547d-495f-8506-2692d1793ed7", "tenant_id": "63ce1c38db314aae844c45218d595c6c", "port_range_min": null, "ethertype": "IPv6", "project_id": "63ce1c38db314aae844c45218d595c6c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T10:36:01Z", "revision_number": 0, "id": "886448b7-2e0a-4f88-9e2c-57aaa06a9e95", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T10:36:01Z", "security_group_id": "726a4fa4-547d-495f-8506-2692d1793ed7", "tenant_id": "63ce1c38db314aae844c45218d595c6c", "port_range_min": null, "ethertype": "IPv6", "project_id": "63ce1c38db314aae844c45218d595c6c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T10:36:01Z", "revision_number": 0, "id": "a0477c48-e14e-4b9b-af17-a26d3304a1d9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T10:36:01Z", "security_group_id": "726a4fa4-547d-495f-8506-2692d1793ed7", "tenant_id": "63ce1c38db314aae844c45218d595c6c", "port_range_min": null, "ethertype": "IPv4", "project_id": "63ce1c38db314aae844c45218d595c6c"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T10:36:01Z", "revision_number": 0, "id": "f1d26eba-07e3-4a87-a74e-10f7d2d051a4", "remote_group_id": "726a4fa4-547d-495f-8506-2692d1793ed7", "remote_ip_prefix": null, "created_at": "2018-09-04T10:36:01Z", "security_group_id": "726a4fa4-547d-495f-8506-2692d1793ed7", "tenant_id": "63ce1c38db314aae844c45218d595c6c", "port_range_min": null, "ethertype": "IPv4", "project_id": "63ce1c38db314aae844c45218d595c6c"}], "revision_number": 4, "project_id": "63ce1c38db314aae844c45218d595c6c", "id": "726a4fa4-547d-495f-8506-2692d1793ed7", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "e8b2daffe9fd4140890aa7b5c11b6bf1", "created_at": "2018-09-04T11:01:30Z", "updated_at": "2018-09-04T11:01:31Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T11:01:31Z", "revision_number": 0, "id": "0d6f7c9c-cf09-4a67-b4e2-617055a1a145", "remote_group_id": "7cbea362-0793-4d2f-877a-28c9a768aa36", "remote_ip_prefix": null, "created_at": "2018-09-04T11:01:31Z", "security_group_id": "7cbea362-0793-4d2f-877a-28c9a768aa36", "tenant_id": "e8b2daffe9fd4140890aa7b5c11b6bf1", "port_range_min": null, "ethertype": "IPv6", "project_id": "e8b2daffe9fd4140890aa7b5c11b6bf1"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T11:01:31Z", "revision_number": 0, "id": "110b5e60-648e-4946-8cc2-56cf745b8284", "remote_group_id": "7cbea362-0793-4d2f-877a-28c9a768aa36", "remote_ip_prefix": null, "created_at": "2018-09-04T11:01:31Z", "security_group_id": "7cbea362-0793-4d2f-877a-28c9a768aa36", "tenant_id": "e8b2daffe9fd4140890aa7b5c11b6bf1", "port_range_min": null, "ethertype": "IPv4", "project_id": "e8b2daffe9fd4140890aa7b5c11b6bf1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T11:01:31Z", "revision_number": 0, "id": "4608dd30-b5b8-43b8-8da6-93ca9876e218", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T11:01:31Z", "security_group_id": "7cbea362-0793-4d2f-877a-28c9a768aa36", "tenant_id": "e8b2daffe9fd4140890aa7b5c11b6bf1", "port_range_min": null, "ethertype": "IPv6", "project_id": "e8b2daffe9fd4140890aa7b5c11b6bf1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T11:01:31Z", "revision_number": 0, "id": "b59707f1-2706-455a-8d39-eaea3265a9b8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T11:01:31Z", "security_group_id": "7cbea362-0793-4d2f-877a-28c9a768aa36", "tenant_id": "e8b2daffe9fd4140890aa7b5c11b6bf1", "port_range_min": null, "ethertype": "IPv4", "project_id": "e8b2daffe9fd4140890aa7b5c11b6bf1"}], "revision_number": 4, "project_id": "e8b2daffe9fd4140890aa7b5c11b6bf1", "id": "7cbea362-0793-4d2f-877a-28c9a768aa36", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "da1aa3dc9e564d3d922e61c0121a390e", "created_at": "2018-09-04T10:22:45Z", "updated_at": "2018-09-04T10:22:45Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T10:22:45Z", "revision_number": 0, "id": "0a310294-28cb-46e7-ab05-42129ac27199", "remote_group_id": "a0350fb5-7963-482b-9b06-fea838951872", "remote_ip_prefix": null, "created_at": "2018-09-04T10:22:45Z", "security_group_id": "a0350fb5-7963-482b-9b06-fea838951872", "tenant_id": "da1aa3dc9e564d3d922e61c0121a390e", "port_range_min": null, "ethertype": "IPv4", "project_id": "da1aa3dc9e564d3d922e61c0121a390e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T10:22:45Z", "revision_number": 0, "id": "3e9c32e8-8527-472a-956b-e0426fc61806", "remote_group_id": "a0350fb5-7963-482b-9b06-fea838951872", "remote_ip_prefix": null, "created_at": "2018-09-04T10:22:45Z", "security_group_id": "a0350fb5-7963-482b-9b06-fea838951872", "tenant_id": "da1aa3dc9e564d3d922e61c0121a390e", "port_range_min": null, "ethertype": "IPv6", "project_id": "da1aa3dc9e564d3d922e61c0121a390e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T10:22:45Z", "revision_number": 0, "id": "5d2caf42-b02e-4256-9265-4a0c49451d50", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T10:22:45Z", "security_group_id": "a0350fb5-7963-482b-9b06-fea838951872", "tenant_id": "da1aa3dc9e564d3d922e61c0121a390e", "port_range_min": null, "ethertype": "IPv6", "project_id": "da1aa3dc9e564d3d922e61c0121a390e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T10:22:45Z", "revision_number": 0, "id": "e17daf2d-5508-45e7-9ba3-14bcd176789e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T10:22:45Z", "security_group_id": "a0350fb5-7963-482b-9b06-fea838951872", "tenant_id": "da1aa3dc9e564d3d922e61c0121a390e", "port_range_min": null, "ethertype": "IPv4", "project_id": "da1aa3dc9e564d3d922e61c0121a390e"}], "revision_number": 4, "project_id": "da1aa3dc9e564d3d922e61c0121a390e", "id": "a0350fb5-7963-482b-9b06-fea838951872", "name": "default"}, {"description": "Security group for SDNVPN test cases", "tags": [], "tenant_id": "1e2f68a072b64978bd7ea91c2d64aca6", "created_at": "2018-09-04T12:22:58Z", "updated_at": "2018-09-04T12:26:12Z", "security_group_rules": [{"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 80, "updated_at": "2018-09-04T12:22:59Z", "revision_number": 0, "id": "24f2941b-e842-493e-9865-3b328b59d6b1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T12:22:59Z", "security_group_id": "aee4e203-f920-46bb-ac91-6898d944e253", "tenant_id": "1e2f68a072b64978bd7ea91c2d64aca6", "port_range_min": 80, "ethertype": "IPv4", "project_id": "1e2f68a072b64978bd7ea91c2d64aca6"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T12:22:58Z", "revision_number": 0, "id": "4dec3f1a-54e2-4cd3-ba28-c5bf40300f5c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T12:22:58Z", "security_group_id": "aee4e203-f920-46bb-ac91-6898d944e253", "tenant_id": "1e2f68a072b64978bd7ea91c2d64aca6", "port_range_min": null, "ethertype": "IPv6", "project_id": "1e2f68a072b64978bd7ea91c2d64aca6"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-09-04T12:22:58Z", "revision_number": 0, "id": "6843e041-8fe8-4e66-8acb-d325fa1f98c1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T12:22:58Z", "security_group_id": "aee4e203-f920-46bb-ac91-6898d944e253", "tenant_id": "1e2f68a072b64978bd7ea91c2d64aca6", "port_range_min": null, "ethertype": "IPv4", "project_id": "1e2f68a072b64978bd7ea91c2d64aca6"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T12:22:58Z", "revision_number": 0, "id": "83ced0ab-b5b1-4a6b-915f-ceed01ac608d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T12:22:58Z", "security_group_id": "aee4e203-f920-46bb-ac91-6898d944e253", "tenant_id": "1e2f68a072b64978bd7ea91c2d64aca6", "port_range_min": null, "ethertype": "IPv4", "project_id": "1e2f68a072b64978bd7ea91c2d64aca6"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-09-04T12:22:58Z", "revision_number": 0, "id": "a537f243-1e42-435d-9bbd-5763e7fba9b5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T12:22:58Z", "security_group_id": "aee4e203-f920-46bb-ac91-6898d944e253", "tenant_id": "1e2f68a072b64978bd7ea91c2d64aca6", "port_range_min": 22, "ethertype": "IPv4", "project_id": "1e2f68a072b64978bd7ea91c2d64aca6"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 179, "updated_at": "2018-09-04T12:26:12Z", "revision_number": 0, "id": "aae9ba27-bdc4-4d98-8c03-3fe28bd7d852", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T12:26:12Z", "security_group_id": "aee4e203-f920-46bb-ac91-6898d944e253", "tenant_id": "1e2f68a072b64978bd7ea91c2d64aca6", "port_range_min": 179, "ethertype": "IPv4", "project_id": "1e2f68a072b64978bd7ea91c2d64aca6"}, {"direction": "egress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-09-04T12:22:59Z", "revision_number": 0, "id": "ea486981-bdcb-407e-afae-54091ff51e8d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T12:22:59Z", "security_group_id": "aee4e203-f920-46bb-ac91-6898d944e253", "tenant_id": "1e2f68a072b64978bd7ea91c2d64aca6", "port_range_min": 22, "ethertype": "IPv4", "project_id": "1e2f68a072b64978bd7ea91c2d64aca6"}], "revision_number": 7, "project_id": "1e2f68a072b64978bd7ea91c2d64aca6", "id": "aee4e203-f920-46bb-ac91-6898d944e253", "name": "sdnvpn-sg"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-09-04T10:24:20Z", "updated_at": "2018-09-04T10:24:20Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T10:24:20Z", "revision_number": 0, "id": "2ea596f0-86ac-463c-b411-9ff94832a4d2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T10:24:20Z", "security_group_id": "c1c896f2-3aa4-47ce-9d8a-695c2f3fb7a4", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T10:24:20Z", "revision_number": 0, "id": "95325a12-195c-43ac-a360-a2e3e0e66934", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T10:24:20Z", "security_group_id": "c1c896f2-3aa4-47ce-9d8a-695c2f3fb7a4", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T10:24:20Z", "revision_number": 0, "id": "aa58bb28-c625-4096-800e-8a443d41f02a", "remote_group_id": "c1c896f2-3aa4-47ce-9d8a-695c2f3fb7a4", "remote_ip_prefix": null, "created_at": "2018-09-04T10:24:20Z", "security_group_id": "c1c896f2-3aa4-47ce-9d8a-695c2f3fb7a4", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T10:24:20Z", "revision_number": 0, "id": "c66f070f-ca83-4ef4-bb72-07224113f248", "remote_group_id": "c1c896f2-3aa4-47ce-9d8a-695c2f3fb7a4", "remote_ip_prefix": null, "created_at": "2018-09-04T10:24:20Z", "security_group_id": "c1c896f2-3aa4-47ce-9d8a-695c2f3fb7a4", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "c1c896f2-3aa4-47ce-9d8a-695c2f3fb7a4", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "ab8db2ecda7a4da79b1f0eed2104619d", "created_at": "2018-09-04T11:27:45Z", "updated_at": "2018-09-04T11:27:45Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T11:27:45Z", "revision_number": 0, "id": "14b66247-ea83-40bd-9cf7-391b44cd8c60", "remote_group_id": "ca40cc0b-e078-4535-b626-86e0c6339018", "remote_ip_prefix": null, "created_at": "2018-09-04T11:27:45Z", "security_group_id": "ca40cc0b-e078-4535-b626-86e0c6339018", "tenant_id": "ab8db2ecda7a4da79b1f0eed2104619d", "port_range_min": null, "ethertype": "IPv6", "project_id": "ab8db2ecda7a4da79b1f0eed2104619d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T11:27:45Z", "revision_number": 0, "id": "427d984e-c10f-4435-8c54-6e7abd4dfb04", "remote_group_id": "ca40cc0b-e078-4535-b626-86e0c6339018", "remote_ip_prefix": null, "created_at": "2018-09-04T11:27:45Z", "security_group_id": "ca40cc0b-e078-4535-b626-86e0c6339018", "tenant_id": "ab8db2ecda7a4da79b1f0eed2104619d", "port_range_min": null, "ethertype": "IPv4", "project_id": "ab8db2ecda7a4da79b1f0eed2104619d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T11:27:45Z", "revision_number": 0, "id": "644bef6e-a7b1-4cc2-af4e-4cd069ef634e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T11:27:45Z", "security_group_id": "ca40cc0b-e078-4535-b626-86e0c6339018", "tenant_id": "ab8db2ecda7a4da79b1f0eed2104619d", "port_range_min": null, "ethertype": "IPv4", "project_id": "ab8db2ecda7a4da79b1f0eed2104619d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T11:27:45Z", "revision_number": 0, "id": "84c32cbd-0db7-41ca-9e15-9ea28ade36f9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T11:27:45Z", "security_group_id": "ca40cc0b-e078-4535-b626-86e0c6339018", "tenant_id": "ab8db2ecda7a4da79b1f0eed2104619d", "port_range_min": null, "ethertype": "IPv6", "project_id": "ab8db2ecda7a4da79b1f0eed2104619d"}], "revision_number": 4, "project_id": "ab8db2ecda7a4da79b1f0eed2104619d", "id": "ca40cc0b-e078-4535-b626-86e0c6339018", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "b4dbfc1d0e34496f8fb7c7cd1f5608e5", "created_at": "2018-09-04T12:16:14Z", "updated_at": "2018-09-04T12:16:14Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T12:16:14Z", "revision_number": 0, "id": "1b62a402-1c3a-4aa7-8049-b9198a3eb965", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T12:16:14Z", "security_group_id": "e81419cf-b95e-4732-aaad-e3432b8b2cbb", "tenant_id": "b4dbfc1d0e34496f8fb7c7cd1f5608e5", "port_range_min": null, "ethertype": "IPv6", "project_id": "b4dbfc1d0e34496f8fb7c7cd1f5608e5"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T12:16:14Z", "revision_number": 0, "id": "a8815e70-65ec-4dd7-8b9f-aa8f1609eb4f", "remote_group_id": "e81419cf-b95e-4732-aaad-e3432b8b2cbb", "remote_ip_prefix": null, "created_at": "2018-09-04T12:16:14Z", "security_group_id": "e81419cf-b95e-4732-aaad-e3432b8b2cbb", "tenant_id": "b4dbfc1d0e34496f8fb7c7cd1f5608e5", "port_range_min": null, "ethertype": "IPv6", "project_id": "b4dbfc1d0e34496f8fb7c7cd1f5608e5"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T12:16:14Z", "revision_number": 0, "id": "d083d625-e30d-4471-aa42-f7f3fc8c328d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T12:16:14Z", "security_group_id": "e81419cf-b95e-4732-aaad-e3432b8b2cbb", "tenant_id": "b4dbfc1d0e34496f8fb7c7cd1f5608e5", "port_range_min": null, "ethertype": "IPv4", "project_id": "b4dbfc1d0e34496f8fb7c7cd1f5608e5"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T12:16:14Z", "revision_number": 0, "id": "f6d9401b-38df-4edd-8f40-69a1466cf9bf", "remote_group_id": "e81419cf-b95e-4732-aaad-e3432b8b2cbb", "remote_ip_prefix": null, "created_at": "2018-09-04T12:16:14Z", "security_group_id": "e81419cf-b95e-4732-aaad-e3432b8b2cbb", "tenant_id": "b4dbfc1d0e34496f8fb7c7cd1f5608e5", "port_range_min": null, "ethertype": "IPv4", "project_id": "b4dbfc1d0e34496f8fb7c7cd1f5608e5"}], "revision_number": 4, "project_id": "b4dbfc1d0e34496f8fb7c7cd1f5608e5", "id": "e81419cf-b95e-4732-aaad-e3432b8b2cbb", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "c4b3a0f041ae4ca4803a4af225513ba4", "created_at": "2018-09-04T12:17:41Z", "updated_at": "2018-09-04T12:17:41Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T12:17:41Z", "revision_number": 0, "id": "6824685c-2b3f-4f22-866c-eb59012208ba", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T12:17:41Z", "security_group_id": "f9b8b6c9-4e98-454a-9292-c29271bcae95", "tenant_id": "c4b3a0f041ae4ca4803a4af225513ba4", "port_range_min": null, "ethertype": "IPv4", "project_id": "c4b3a0f041ae4ca4803a4af225513ba4"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T12:17:41Z", "revision_number": 0, "id": "87cee46a-3604-4dd1-adc1-d97d3419ae0c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T12:17:41Z", "security_group_id": "f9b8b6c9-4e98-454a-9292-c29271bcae95", "tenant_id": "c4b3a0f041ae4ca4803a4af225513ba4", "port_range_min": null, "ethertype": "IPv6", "project_id": "c4b3a0f041ae4ca4803a4af225513ba4"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T12:17:41Z", "revision_number": 0, "id": "e00cf838-51d7-462e-906c-37f4fb4d7181", "remote_group_id": "f9b8b6c9-4e98-454a-9292-c29271bcae95", "remote_ip_prefix": null, "created_at": "2018-09-04T12:17:41Z", "security_group_id": "f9b8b6c9-4e98-454a-9292-c29271bcae95", "tenant_id": "c4b3a0f041ae4ca4803a4af225513ba4", "port_range_min": null, "ethertype": "IPv6", "project_id": "c4b3a0f041ae4ca4803a4af225513ba4"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T12:17:41Z", "revision_number": 0, "id": "e024fd11-5aeb-4982-ae2b-589b9dd401b4", "remote_group_id": "f9b8b6c9-4e98-454a-9292-c29271bcae95", "remote_ip_prefix": null, "created_at": "2018-09-04T12:17:41Z", "security_group_id": "f9b8b6c9-4e98-454a-9292-c29271bcae95", "tenant_id": "c4b3a0f041ae4ca4803a4af225513ba4", "port_range_min": null, "ethertype": "IPv4", "project_id": "c4b3a0f041ae4ca4803a4af225513ba4"}], "revision_number": 4, "project_id": "c4b3a0f041ae4ca4803a4af225513ba4", "id": "f9b8b6c9-4e98-454a-9292-c29271bcae95", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "f2bd6f97bf95498993c0c8d4f6900483", "created_at": "2018-09-04T11:33:20Z", "updated_at": "2018-09-04T11:33:20Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T11:33:20Z", "revision_number": 0, "id": "4c75c440-963b-417c-bedf-82086417e68c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T11:33:20Z", "security_group_id": "fa4f989a-20d2-4218-a4cf-f17539ef1b27", "tenant_id": "f2bd6f97bf95498993c0c8d4f6900483", "port_range_min": null, "ethertype": "IPv6", "project_id": "f2bd6f97bf95498993c0c8d4f6900483"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T11:33:20Z", "revision_number": 0, "id": "9635b56a-1370-4f88-9df0-f0954055f960", "remote_group_id": "fa4f989a-20d2-4218-a4cf-f17539ef1b27", "remote_ip_prefix": null, "created_at": "2018-09-04T11:33:20Z", "security_group_id": "fa4f989a-20d2-4218-a4cf-f17539ef1b27", "tenant_id": "f2bd6f97bf95498993c0c8d4f6900483", "port_range_min": null, "ethertype": "IPv4", "project_id": "f2bd6f97bf95498993c0c8d4f6900483"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T11:33:20Z", "revision_number": 0, "id": "c7c730c6-ae66-4505-873b-c6dca4c55d95", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T11:33:20Z", "security_group_id": "fa4f989a-20d2-4218-a4cf-f17539ef1b27", "tenant_id": "f2bd6f97bf95498993c0c8d4f6900483", "port_range_min": null, "ethertype": "IPv4", "project_id": "f2bd6f97bf95498993c0c8d4f6900483"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T11:33:20Z", "revision_number": 0, "id": "df1fc864-f960-4a86-bd3d-950eac909690", "remote_group_id": "fa4f989a-20d2-4218-a4cf-f17539ef1b27", "remote_ip_prefix": null, "created_at": "2018-09-04T11:33:20Z", "security_group_id": "fa4f989a-20d2-4218-a4cf-f17539ef1b27", "tenant_id": "f2bd6f97bf95498993c0c8d4f6900483", "port_range_min": null, "ethertype": "IPv6", "project_id": "f2bd6f97bf95498993c0c8d4f6900483"}], "revision_number": 4, "project_id": "f2bd6f97bf95498993c0c8d4f6900483", "id": "fa4f989a-20d2-4218-a4cf-f17539ef1b27", "name": "default"}]} 2018-09-04 12:33:10,878 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups used request id req-3121e819-e9d8-47a6-8abb-b9764aa5f468 2018-09-04 12:33:10,882 - sdnvpn.lib.openstack_utils - INFO - Using existing security group 'sdnvpn-sg'... 2018-09-04 12:33:10,883 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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-09-04 12:33:10,889 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12:33:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-776609ff-0986-4075-ae8e-d6f052afd86f 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.28:5000/v3/", "rel": "self"}]}} 2018-09-04 12:33:10,889 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-776609ff-0986-4075-ae8e-d6f052afd86f 2018-09-04 12:33:10,890 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-09-04 12:33:11,270 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "3d416247e8224533841040c3ad2bce5a", "name": "admin"}], "expires_at": "2018-09-04T13:33:11.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1e2f68a072b64978bd7ea91c2d64aca6", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v1/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235635a698ef4bef9dc6b25273d185da"}, {"url": "http://192.30.9.6:8776/v1/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "23b07b3fbfc340a58cf0f9b2871a0d23"}, {"url": "http://172.30.9.28:8776/v1/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "72fd0aaa144d45419f4b04b6b26f69a7"}], "type": "volume", "id": "097241c25b4d4f7e91b3f8efa155909e", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v3/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93eb4cf3030a49e7840bec071422d397"}, {"url": "http://192.30.9.6:8776/v3/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8af439a6ac147fdbcb38ed9aa916b68"}, {"url": "http://192.30.9.6:8776/v3/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c4bfdbc9b7c74a23a40afdf578cfeba4"}], "type": "volumev3", "id": "1c85f4682ce44f729db1dabd98e965e8", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "82239574a29d4603a2161006f61851cf"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8d15f7134f364a7bbcfff2f84aac3bf2"}, {"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e01668c43a0c4c279b9a3d20a0280d6c"}], "type": "image", "id": "297d8415ca96454991054983920912f7", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7bb4d60e20734d4a9f31ec75e02cb823"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bf6adec15590466a9a0d3bddb00e8993"}, {"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f096f03a1d12411a8972f6f7c196b60d"}], "type": "policy", "id": "54c64351b56d44bbad74c2969cc3aa00", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "354ae6870a324fab82d0a0fb68ee0f26"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a3807e460dd4af488d982b66c52e64c"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e7c3da785076450abd71868e75ce0c33"}], "type": "cloudformation", "id": "6ac9917ae83c4639a15a4ab3cf0e76dd", "name": "heat-cfn"}, {"endpoints": [], "type": "metering", "id": "7fcc078e5e0645f29df67742ac14e388", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49e71628d386464cb950d6a9db00a328"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75b0a63ed8574bbcab1c851cc9b83d30"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9902b0a8b3c04cd192a1b84c417c232b"}], "type": "key-manager", "id": "9626544a32e74678a641c6e206f028a9", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "497340e5aa36485982fdf297f370558f"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7802beb4fc7c4952897b77bd5610b1fe"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c14af798917f4fa0b146d9772583e595"}], "type": "metric", "id": "973bfe8c658d4e5a8da725e76b9d550e", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "288ecc3674ea41d2aa3b790dcb832bf2"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7a6dc785cd7142f5b30f1a7ba0daeb03"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7f7d34e2351b4964befccc862c4e8e12"}], "type": "network", "id": "a348d7b06050474fb449be7f32ea6f5d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "21bce6ecb8464a1f8f3e3847aa698bd6"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0a8faf2246b47deb30e69e48d3551fb"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e71c6011de3d4d8589e5b53dcc79f288"}], "type": "identity", "id": "ad8d4b4953184137a1b913ecee9434ed", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "13474f9a78ca4f1184e4cddc84d0d98c"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad67365a18234bb78c336e6776958c00"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc54db13337f44f8921fbb9ad0f81de8"}], "type": "alarming", "id": "bb18dc3243034f08a6a7f69f7a1edccf", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0d91d7adf0304b2681c77f979e5cdb17"}, {"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "756e5ffca9774ab3ae2db41bf330417f"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c07c727a08c243b287827f539a124e63"}], "type": "placement", "id": "bb2c9432fcbd4c56913177122468f6ba", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8004/v1/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1eed4912224b48cf9856446eae4d9928"}, {"url": "http://192.30.9.6:8004/v1/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b73b7f99236541148d84f24f09e5dd40"}, {"url": "http://192.30.9.6:8004/v1/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fbf12e52911244fdafc24a9d46f56e62"}], "type": "orchestration", "id": "c8918d139da945ba93df4ccce21d4904", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16bf098b9e2e490f8e47fa601059f975"}, {"url": "http://192.30.9.6:8776/v2/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc16fa4cf491444ca2f611d5692c1170"}, {"url": "http://192.30.9.6:8776/v2/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ccd2c5325dff4b90b391db9fdde67d99"}], "type": "volumev2", "id": "d09ac9123c34494abce21d6c27bee9d9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eac694332354a3aa0e61c31314166d7"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b4d4989c4e764717ab78d38675cadd3f"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff196e46b56d406d87a678f1a64497b0"}], "type": "compute", "id": "d4030ee932c84df58c5b910cc197caa7", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "42c3a9abd8ad4ce8ab2c4cc6e0403c33"}, "audit_ids": ["7LaQq4wPTMmfXB8E1sSIjw"], "issued_at": "2018-09-04T12:33:11.000000Z"}} 2018-09-04 12:33:11,273 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/os-hypervisors/detail -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9f5282baed129f90b0ce3d16f6d25b4eb398c1f5" 2018-09-04 12:33:11,826 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12:33: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-2db3f17f-3d02-4807-a6c2-84bf7ea4d501 x-compute-request-id: req-2db3f17f-3d02-4807-a6c2-84bf7ea4d501 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": 132}, "vcpus_used": 0, "hypervisor_type": "QEMU", "local_gb_used": 0, "vcpus": 16, "hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "memory_mb_used": 4096, "memory_mb": 32502, "current_workload": 0, "state": "up", "host_ip": "192.30.9.9", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"pcid\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"acpi\", \"fma\", \"vme\", \"popcnt\", \"mmx\", \"osxsave\", \"cx8\", \"mce\", \"de\", \"rdtscp\", \"ht\", \"dca\", \"lahf_lm\", \"abm\", \"pdcm\", \"mca\", \"pdpe1gb\", \"apic\", \"sse\", \"f16c\", \"pse\", \"ds\", \"invtsc\", \"pni\", \"tm2\", \"avx2\", \"aes\", \"sse2\", \"ss\", \"ds_cpl\", \"arat\", \"bmi1\", \"bmi2\", \"ssse3\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 0, "free_disk_gb": 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": 141}, "vcpus_used": 0, "hypervisor_type": "QEMU", "local_gb_used": 0, "vcpus": 16, "hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "memory_mb_used": 4096, "memory_mb": 32502, "current_workload": 0, "state": "up", "host_ip": "192.30.9.7", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"pcid\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"acpi\", \"fma\", \"vme\", \"popcnt\", \"mmx\", \"osxsave\", \"cx8\", \"mce\", \"de\", \"rdtscp\", \"ht\", \"dca\", \"lahf_lm\", \"abm\", \"pdcm\", \"mca\", \"pdpe1gb\", \"apic\", \"sse\", \"f16c\", \"pse\", \"ds\", \"invtsc\", \"pni\", \"tm2\", \"avx2\", \"aes\", \"sse2\", \"ss\", \"ds_cpl\", \"arat\", \"bmi1\", \"bmi2\", \"ssse3\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 0, "free_disk_gb": 10239, "hypervisor_version": 2009000, "disk_available_least": 10177, "local_gb": 10239, "free_ram_mb": 28406, "id": 6}]} 2018-09-04 12:33:11,827 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/os-hypervisors/detail used request id req-2db3f17f-3d02-4807-a6c2-84bf7ea4d501 2018-09-04 12:33:11,828 - sdnvpn_test_utils - DEBUG - Compute nodes: [u'overcloud-novacompute-0.opnfvlf.org', u'overcloud-novacompute-1.opnfvlf.org'] 2018-09-04 12:33:11,828 - sdnvpn_test_utils - INFO - Creating instance 'sdnvpn-1-2'... 2018-09-04 12:33:11,828 - sdnvpn_test_utils - DEBUG - Configuration: name=sdnvpn-1-2 flavor=m1.tiny image=f2cb7740-9bce-41af-953c-a75abf327c9f network=90b404d8-1ec3-4746-b73d-8608f53e2dbb secgroup=aee4e203-f920-46bb-ac91-6898d944e253 hypervisor=nova:overcloud-novacompute-0.opnfvlf.org fixed_ip=None files=None userdata= None 2018-09-04 12:33:11,828 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-09-04 12:33:11,828 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-09-04 12:33:11,828 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-09-04 12:33:11,829 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-09-04 12:33:11,829 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-09-04 12:33:11,829 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-09-04 12:33:11,829 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-09-04 12:33:11,829 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-09-04 12:33:11,829 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-09-04 12:33:11,829 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-09-04 12:33:11,829 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-09-04 12:33:11,830 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-09-04 12:33:11,830 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-09-04 12:33:11,830 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-09-04 12:33:11,830 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-09-04 12:33:11,830 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-09-04 12:33:11,830 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-09-04 12:33:11,830 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-09-04 12:33:11,830 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-09-04 12:33:11,830 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-09-04 12:33:11,831 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-09-04 12:33:11,831 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-09-04 12:33:11,831 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-09-04 12:33:11,831 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-09-04 12:33:11,833 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-09-04 12:33:11,833 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-09-04 12:33:11,833 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-09-04 12:33:11,834 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-09-04 12:33:11,834 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-09-04 12:33:11,834 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-09-04 12:33:11,834 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-09-04 12:33:11,834 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-09-04 12:33:11,834 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-09-04 12:33:11,834 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-09-04 12:33:11,834 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-09-04 12:33:11,834 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-09-04 12:33:11,835 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-09-04 12:33:11,835 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-09-04 12:33:11,835 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-09-04 12:33:11,835 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-09-04 12:33:11,835 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-09-04 12:33:11,835 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-09-04 12:33:11,835 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-09-04 12:33:11,835 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-09-04 12:33:11,836 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-09-04 12:33:11,836 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-09-04 12:33:11,836 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-09-04 12:33:11,836 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-09-04 12:33:11,838 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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-09-04 12:33:11,846 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12:33:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f36e4688-d49c-47f5-b552-b6f1ac758299 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.28:5000/v3/", "rel": "self"}]}} 2018-09-04 12:33:11,846 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-f36e4688-d49c-47f5-b552-b6f1ac758299 2018-09-04 12:33:11,846 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-09-04 12:33:12,229 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "3d416247e8224533841040c3ad2bce5a", "name": "admin"}], "expires_at": "2018-09-04T13:33:12.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1e2f68a072b64978bd7ea91c2d64aca6", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v1/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235635a698ef4bef9dc6b25273d185da"}, {"url": "http://192.30.9.6:8776/v1/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "23b07b3fbfc340a58cf0f9b2871a0d23"}, {"url": "http://172.30.9.28:8776/v1/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "72fd0aaa144d45419f4b04b6b26f69a7"}], "type": "volume", "id": "097241c25b4d4f7e91b3f8efa155909e", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v3/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93eb4cf3030a49e7840bec071422d397"}, {"url": "http://192.30.9.6:8776/v3/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8af439a6ac147fdbcb38ed9aa916b68"}, {"url": "http://192.30.9.6:8776/v3/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c4bfdbc9b7c74a23a40afdf578cfeba4"}], "type": "volumev3", "id": "1c85f4682ce44f729db1dabd98e965e8", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "82239574a29d4603a2161006f61851cf"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8d15f7134f364a7bbcfff2f84aac3bf2"}, {"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e01668c43a0c4c279b9a3d20a0280d6c"}], "type": "image", "id": "297d8415ca96454991054983920912f7", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7bb4d60e20734d4a9f31ec75e02cb823"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bf6adec15590466a9a0d3bddb00e8993"}, {"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f096f03a1d12411a8972f6f7c196b60d"}], "type": "policy", "id": "54c64351b56d44bbad74c2969cc3aa00", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "354ae6870a324fab82d0a0fb68ee0f26"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a3807e460dd4af488d982b66c52e64c"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e7c3da785076450abd71868e75ce0c33"}], "type": "cloudformation", "id": "6ac9917ae83c4639a15a4ab3cf0e76dd", "name": "heat-cfn"}, {"endpoints": [], "type": "metering", "id": "7fcc078e5e0645f29df67742ac14e388", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49e71628d386464cb950d6a9db00a328"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75b0a63ed8574bbcab1c851cc9b83d30"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9902b0a8b3c04cd192a1b84c417c232b"}], "type": "key-manager", "id": "9626544a32e74678a641c6e206f028a9", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "497340e5aa36485982fdf297f370558f"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7802beb4fc7c4952897b77bd5610b1fe"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c14af798917f4fa0b146d9772583e595"}], "type": "metric", "id": "973bfe8c658d4e5a8da725e76b9d550e", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "288ecc3674ea41d2aa3b790dcb832bf2"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7a6dc785cd7142f5b30f1a7ba0daeb03"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7f7d34e2351b4964befccc862c4e8e12"}], "type": "network", "id": "a348d7b06050474fb449be7f32ea6f5d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "21bce6ecb8464a1f8f3e3847aa698bd6"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0a8faf2246b47deb30e69e48d3551fb"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e71c6011de3d4d8589e5b53dcc79f288"}], "type": "identity", "id": "ad8d4b4953184137a1b913ecee9434ed", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "13474f9a78ca4f1184e4cddc84d0d98c"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad67365a18234bb78c336e6776958c00"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc54db13337f44f8921fbb9ad0f81de8"}], "type": "alarming", "id": "bb18dc3243034f08a6a7f69f7a1edccf", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0d91d7adf0304b2681c77f979e5cdb17"}, {"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "756e5ffca9774ab3ae2db41bf330417f"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c07c727a08c243b287827f539a124e63"}], "type": "placement", "id": "bb2c9432fcbd4c56913177122468f6ba", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8004/v1/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1eed4912224b48cf9856446eae4d9928"}, {"url": "http://192.30.9.6:8004/v1/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b73b7f99236541148d84f24f09e5dd40"}, {"url": "http://192.30.9.6:8004/v1/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fbf12e52911244fdafc24a9d46f56e62"}], "type": "orchestration", "id": "c8918d139da945ba93df4ccce21d4904", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16bf098b9e2e490f8e47fa601059f975"}, {"url": "http://192.30.9.6:8776/v2/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc16fa4cf491444ca2f611d5692c1170"}, {"url": "http://192.30.9.6:8776/v2/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ccd2c5325dff4b90b391db9fdde67d99"}], "type": "volumev2", "id": "d09ac9123c34494abce21d6c27bee9d9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eac694332354a3aa0e61c31314166d7"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b4d4989c4e764717ab78d38675cadd3f"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff196e46b56d406d87a678f1a64497b0"}], "type": "compute", "id": "d4030ee932c84df58c5b910cc197caa7", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "42c3a9abd8ad4ce8ab2c4cc6e0403c33"}, "audit_ids": ["x2V4d9YKQGe2BMMbRVt1hw"], "issued_at": "2018-09-04T12:33:12.000000Z"}} 2018-09-04 12:33:12,232 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9a2ca04fcb7b6fb2017e2f2614d632b99011b842" 2018-09-04 12:33:12,416 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12:33: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-bd8096ec-bf7f-4c60-8ad3-bc02a6bc043a x-compute-request-id: req-bd8096ec-bf7f-4c60-8ad3-bc02a6bc043a Content-Encoding: gzip Content-Length: 162 Content-Type: application/json RESP BODY: {"flavors": [{"id": "9cbbc756-b738-4f1f-8d03-84c527182338", "links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/9cbbc756-b738-4f1f-8d03-84c527182338", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/9cbbc756-b738-4f1f-8d03-84c527182338", "rel": "bookmark"}], "name": "m1.tiny"}]} 2018-09-04 12:33:12,416 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors used request id req-bd8096ec-bf7f-4c60-8ad3-bc02a6bc043a 2018-09-04 12:33:12,420 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/flavors/9cbbc756-b738-4f1f-8d03-84c527182338 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9a2ca04fcb7b6fb2017e2f2614d632b99011b842" 2018-09-04 12:33:12,441 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12:33: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-e264d0e9-1a58-42e9-8f9b-293016426f03 x-compute-request-id: req-e264d0e9-1a58-42e9-8f9b-293016426f03 Content-Encoding: gzip Content-Length: 280 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/9cbbc756-b738-4f1f-8d03-84c527182338", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/9cbbc756-b738-4f1f-8d03-84c527182338", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "9cbbc756-b738-4f1f-8d03-84c527182338", "name": "m1.tiny", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-09-04 12:33:12,441 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors/9cbbc756-b738-4f1f-8d03-84c527182338 used request id req-e264d0e9-1a58-42e9-8f9b-293016426f03 2018-09-04 12:33:12,445 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9a2ca04fcb7b6fb2017e2f2614d632b99011b842" -d '{"server": {"name": "sdnvpn-1-2", "imageRef": "f2cb7740-9bce-41af-953c-a75abf327c9f", "availability_zone": "nova:overcloud-novacompute-0.opnfvlf.org", "flavorRef": "9cbbc756-b738-4f1f-8d03-84c527182338", "max_count": 1, "min_count": 1, "networks": [{"uuid": "90b404d8-1ec3-4746-b73d-8608f53e2dbb"}]}}' 2018-09-04 12:33:14,297 - novaclient.v2.client - DEBUG - RESP: [202] Date: Tue, 04 Sep 2018 12:33: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-b2bf75ee-9c64-4729-8a0b-6704367730f6 x-compute-request-id: req-b2bf75ee-9c64-4729-8a0b-6704367730f6 Content-Length: 374 location: http://172.30.9.28:8774/v2.1/servers/fa5d7e99-c18c-477e-8ddb-fcc57f83ee85 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "fa5d7e99-c18c-477e-8ddb-fcc57f83ee85", "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/fa5d7e99-c18c-477e-8ddb-fcc57f83ee85", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/fa5d7e99-c18c-477e-8ddb-fcc57f83ee85", "rel": "bookmark"}], "adminPass": "sRFY7hTCdFRp"}} 2018-09-04 12:33:14,298 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers used request id req-b2bf75ee-9c64-4729-8a0b-6704367730f6 2018-09-04 12:33:14,299 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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-09-04 12:33:14,305 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12:33:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d83fa141-8b73-41a3-b73e-a37d8666e079 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.28:5000/v3/", "rel": "self"}]}} 2018-09-04 12:33:14,306 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-d83fa141-8b73-41a3-b73e-a37d8666e079 2018-09-04 12:33:14,306 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-09-04 12:33:14,689 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "3d416247e8224533841040c3ad2bce5a", "name": "admin"}], "expires_at": "2018-09-04T13:33:14.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1e2f68a072b64978bd7ea91c2d64aca6", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v1/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235635a698ef4bef9dc6b25273d185da"}, {"url": "http://192.30.9.6:8776/v1/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "23b07b3fbfc340a58cf0f9b2871a0d23"}, {"url": "http://172.30.9.28:8776/v1/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "72fd0aaa144d45419f4b04b6b26f69a7"}], "type": "volume", "id": "097241c25b4d4f7e91b3f8efa155909e", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v3/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93eb4cf3030a49e7840bec071422d397"}, {"url": "http://192.30.9.6:8776/v3/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8af439a6ac147fdbcb38ed9aa916b68"}, {"url": "http://192.30.9.6:8776/v3/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c4bfdbc9b7c74a23a40afdf578cfeba4"}], "type": "volumev3", "id": "1c85f4682ce44f729db1dabd98e965e8", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "82239574a29d4603a2161006f61851cf"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8d15f7134f364a7bbcfff2f84aac3bf2"}, {"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e01668c43a0c4c279b9a3d20a0280d6c"}], "type": "image", "id": "297d8415ca96454991054983920912f7", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7bb4d60e20734d4a9f31ec75e02cb823"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bf6adec15590466a9a0d3bddb00e8993"}, {"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f096f03a1d12411a8972f6f7c196b60d"}], "type": "policy", "id": "54c64351b56d44bbad74c2969cc3aa00", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "354ae6870a324fab82d0a0fb68ee0f26"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a3807e460dd4af488d982b66c52e64c"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e7c3da785076450abd71868e75ce0c33"}], "type": "cloudformation", "id": "6ac9917ae83c4639a15a4ab3cf0e76dd", "name": "heat-cfn"}, {"endpoints": [], "type": "metering", "id": "7fcc078e5e0645f29df67742ac14e388", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49e71628d386464cb950d6a9db00a328"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75b0a63ed8574bbcab1c851cc9b83d30"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9902b0a8b3c04cd192a1b84c417c232b"}], "type": "key-manager", "id": "9626544a32e74678a641c6e206f028a9", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "497340e5aa36485982fdf297f370558f"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7802beb4fc7c4952897b77bd5610b1fe"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c14af798917f4fa0b146d9772583e595"}], "type": "metric", "id": "973bfe8c658d4e5a8da725e76b9d550e", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "288ecc3674ea41d2aa3b790dcb832bf2"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7a6dc785cd7142f5b30f1a7ba0daeb03"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7f7d34e2351b4964befccc862c4e8e12"}], "type": "network", "id": "a348d7b06050474fb449be7f32ea6f5d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "21bce6ecb8464a1f8f3e3847aa698bd6"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0a8faf2246b47deb30e69e48d3551fb"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e71c6011de3d4d8589e5b53dcc79f288"}], "type": "identity", "id": "ad8d4b4953184137a1b913ecee9434ed", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "13474f9a78ca4f1184e4cddc84d0d98c"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad67365a18234bb78c336e6776958c00"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc54db13337f44f8921fbb9ad0f81de8"}], "type": "alarming", "id": "bb18dc3243034f08a6a7f69f7a1edccf", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0d91d7adf0304b2681c77f979e5cdb17"}, {"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "756e5ffca9774ab3ae2db41bf330417f"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c07c727a08c243b287827f539a124e63"}], "type": "placement", "id": "bb2c9432fcbd4c56913177122468f6ba", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8004/v1/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1eed4912224b48cf9856446eae4d9928"}, {"url": "http://192.30.9.6:8004/v1/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b73b7f99236541148d84f24f09e5dd40"}, {"url": "http://192.30.9.6:8004/v1/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fbf12e52911244fdafc24a9d46f56e62"}], "type": "orchestration", "id": "c8918d139da945ba93df4ccce21d4904", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16bf098b9e2e490f8e47fa601059f975"}, {"url": "http://192.30.9.6:8776/v2/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc16fa4cf491444ca2f611d5692c1170"}, {"url": "http://192.30.9.6:8776/v2/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ccd2c5325dff4b90b391db9fdde67d99"}], "type": "volumev2", "id": "d09ac9123c34494abce21d6c27bee9d9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eac694332354a3aa0e61c31314166d7"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b4d4989c4e764717ab78d38675cadd3f"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff196e46b56d406d87a678f1a64497b0"}], "type": "compute", "id": "d4030ee932c84df58c5b910cc197caa7", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "42c3a9abd8ad4ce8ab2c4cc6e0403c33"}, "audit_ids": ["i6stS97IQ-OJUBOOI9KS1A"], "issued_at": "2018-09-04T12:33:14.000000Z"}} 2018-09-04 12:33:14,691 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/fa5d7e99-c18c-477e-8ddb-fcc57f83ee85 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}87a634807afe419fff51b83e992a7ffaed19f90f" 2018-09-04 12:33:15,247 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12: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-8371334b-ab71-4546-b3b9-0b61e038db95 x-compute-request-id: req-8371334b-ab71-4546-b3b9-0b61e038db95 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.28:8774/v2.1/servers/fa5d7e99-c18c-477e-8ddb-fcc57f83ee85", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/fa5d7e99-c18c-477e-8ddb-fcc57f83ee85", "rel": "bookmark"}], "image": {"id": "f2cb7740-9bce-41af-953c-a75abf327c9f", "links": [{"href": "http://172.30.9.28:8774/images/f2cb7740-9bce-41af-953c-a75abf327c9f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-000000fc", "OS-SRV-USG:launched_at": null, "flavor": {"id": "9cbbc756-b738-4f1f-8d03-84c527182338", "links": [{"href": "http://172.30.9.28:8774/flavors/9cbbc756-b738-4f1f-8d03-84c527182338", "rel": "bookmark"}]}, "id": "fa5d7e99-c18c-477e-8ddb-fcc57f83ee85", "user_id": "42c3a9abd8ad4ce8ab2c4cc6e0403c33", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-04T12:33:14Z", "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-09-04T12:33:14Z", "tenant_id": "1e2f68a072b64978bd7ea91c2d64aca6", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 12:33:15,247 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/fa5d7e99-c18c-477e-8ddb-fcc57f83ee85 used request id req-8371334b-ab71-4546-b3b9-0b61e038db95 2018-09-04 12:33:18,253 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/fa5d7e99-c18c-477e-8ddb-fcc57f83ee85 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}87a634807afe419fff51b83e992a7ffaed19f90f" 2018-09-04 12:33:18,833 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12:33: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-39b43056-c27d-43cc-9721-62bea8be5ad7 x-compute-request-id: req-39b43056-c27d-43cc-9721-62bea8be5ad7 Content-Encoding: gzip Content-Length: 777 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:5f:ac:df", "version": 4, "addr": "10.10.10.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/fa5d7e99-c18c-477e-8ddb-fcc57f83ee85", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/fa5d7e99-c18c-477e-8ddb-fcc57f83ee85", "rel": "bookmark"}], "image": {"id": "f2cb7740-9bce-41af-953c-a75abf327c9f", "links": [{"href": "http://172.30.9.28:8774/images/f2cb7740-9bce-41af-953c-a75abf327c9f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-000000fc", "OS-SRV-USG:launched_at": null, "flavor": {"id": "9cbbc756-b738-4f1f-8d03-84c527182338", "links": [{"href": "http://172.30.9.28:8774/flavors/9cbbc756-b738-4f1f-8d03-84c527182338", "rel": "bookmark"}]}, "id": "fa5d7e99-c18c-477e-8ddb-fcc57f83ee85", "security_groups": [{"name": "default"}], "user_id": "42c3a9abd8ad4ce8ab2c4cc6e0403c33", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-04T12:33:15Z", "hostId": "ac4312c86b6d8b3ba69b66c09fbaad9c9659999bf89f97c14b4d2a68", "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-09-04T12:33:14Z", "tenant_id": "1e2f68a072b64978bd7ea91c2d64aca6", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 12:33:18,833 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/fa5d7e99-c18c-477e-8ddb-fcc57f83ee85 used request id req-39b43056-c27d-43cc-9721-62bea8be5ad7 2018-09-04 12:33:21,839 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/fa5d7e99-c18c-477e-8ddb-fcc57f83ee85 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}87a634807afe419fff51b83e992a7ffaed19f90f" 2018-09-04 12:33:22,767 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12:33: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-212fc55b-b720-4706-a5f2-775b27f628c4 x-compute-request-id: req-212fc55b-b720-4706-a5f2-775b27f628c4 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:5f:ac:df", "version": 4, "addr": "10.10.10.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/fa5d7e99-c18c-477e-8ddb-fcc57f83ee85", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/fa5d7e99-c18c-477e-8ddb-fcc57f83ee85", "rel": "bookmark"}], "image": {"id": "f2cb7740-9bce-41af-953c-a75abf327c9f", "links": [{"href": "http://172.30.9.28:8774/images/f2cb7740-9bce-41af-953c-a75abf327c9f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-000000fc", "OS-SRV-USG:launched_at": "2018-09-04T12:33:18.000000", "flavor": {"id": "9cbbc756-b738-4f1f-8d03-84c527182338", "links": [{"href": "http://172.30.9.28:8774/flavors/9cbbc756-b738-4f1f-8d03-84c527182338", "rel": "bookmark"}]}, "id": "fa5d7e99-c18c-477e-8ddb-fcc57f83ee85", "security_groups": [{"name": "default"}], "user_id": "42c3a9abd8ad4ce8ab2c4cc6e0403c33", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-04T12:33:19Z", "hostId": "ac4312c86b6d8b3ba69b66c09fbaad9c9659999bf89f97c14b4d2a68", "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-09-04T12:33:14Z", "tenant_id": "1e2f68a072b64978bd7ea91c2d64aca6", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 12:33:22,767 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/fa5d7e99-c18c-477e-8ddb-fcc57f83ee85 used request id req-212fc55b-b720-4706-a5f2-775b27f628c4 2018-09-04 12:33:22,770 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/fa5d7e99-c18c-477e-8ddb-fcc57f83ee85 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9a2ca04fcb7b6fb2017e2f2614d632b99011b842" 2018-09-04 12:33:23,350 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12:33: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-8f0b00ab-e1fc-4398-9d12-f34092d7c4db x-compute-request-id: req-8f0b00ab-e1fc-4398-9d12-f34092d7c4db 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:5f:ac:df", "version": 4, "addr": "10.10.10.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/fa5d7e99-c18c-477e-8ddb-fcc57f83ee85", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/fa5d7e99-c18c-477e-8ddb-fcc57f83ee85", "rel": "bookmark"}], "image": {"id": "f2cb7740-9bce-41af-953c-a75abf327c9f", "links": [{"href": "http://172.30.9.28:8774/images/f2cb7740-9bce-41af-953c-a75abf327c9f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-000000fc", "OS-SRV-USG:launched_at": "2018-09-04T12:33:18.000000", "flavor": {"id": "9cbbc756-b738-4f1f-8d03-84c527182338", "links": [{"href": "http://172.30.9.28:8774/flavors/9cbbc756-b738-4f1f-8d03-84c527182338", "rel": "bookmark"}]}, "id": "fa5d7e99-c18c-477e-8ddb-fcc57f83ee85", "security_groups": [{"name": "default"}], "user_id": "42c3a9abd8ad4ce8ab2c4cc6e0403c33", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-04T12:33:19Z", "hostId": "ac4312c86b6d8b3ba69b66c09fbaad9c9659999bf89f97c14b4d2a68", "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-09-04T12:33:14Z", "tenant_id": "1e2f68a072b64978bd7ea91c2d64aca6", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 12:33:23,350 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/fa5d7e99-c18c-477e-8ddb-fcc57f83ee85 used request id req-8f0b00ab-e1fc-4398-9d12-f34092d7c4db 2018-09-04 12:33:23,350 - sdnvpn_test_utils - DEBUG - Instance 'sdnvpn-1-2' booted successfully. IP='10.10.10.7'. 2018-09-04 12:33:23,351 - sdnvpn_test_utils - DEBUG - Adding 'sdnvpn-1-2' to security group 'sdnvpn-sg'... 2018-09-04 12:33:23,353 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/servers/fa5d7e99-c18c-477e-8ddb-fcc57f83ee85/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9f5282baed129f90b0ce3d16f6d25b4eb398c1f5" -d '{"addSecurityGroup": {"name": "aee4e203-f920-46bb-ac91-6898d944e253"}}' 2018-09-04 12:33:25,183 - novaclient.v2.client - DEBUG - RESP: [202] Date: Tue, 04 Sep 2018 12:33: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-34ad7e89-83fe-468a-bfcd-4611a1c9c697 x-compute-request-id: req-34ad7e89-83fe-468a-bfcd-4611a1c9c697 Content-Length: 0 Content-Type: application/json 2018-09-04 12:33:25,183 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/fa5d7e99-c18c-477e-8ddb-fcc57f83ee85/action used request id req-34ad7e89-83fe-468a-bfcd-4611a1c9c697 2018-09-04 12:33:25,184 - sdnvpn_test_utils - INFO - Creating instance 'sdnvpn-1-3'... 2018-09-04 12:33:25,184 - sdnvpn_test_utils - DEBUG - Configuration: name=sdnvpn-1-3 flavor=m1.tiny image=f2cb7740-9bce-41af-953c-a75abf327c9f network=90b404d8-1ec3-4746-b73d-8608f53e2dbb secgroup=aee4e203-f920-46bb-ac91-6898d944e253 hypervisor=nova:overcloud-novacompute-1.opnfvlf.org fixed_ip=None files=None userdata= None 2018-09-04 12:33:25,184 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-09-04 12:33:25,184 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-09-04 12:33:25,185 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-09-04 12:33:25,185 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-09-04 12:33:25,185 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-09-04 12:33:25,185 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-09-04 12:33:25,185 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-09-04 12:33:25,186 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-09-04 12:33:25,186 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-09-04 12:33:25,186 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-09-04 12:33:25,186 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-09-04 12:33:25,186 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-09-04 12:33:25,186 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-09-04 12:33:25,186 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-09-04 12:33:25,187 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-09-04 12:33:25,187 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-09-04 12:33:25,187 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-09-04 12:33:25,187 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-09-04 12:33:25,187 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-09-04 12:33:25,187 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-09-04 12:33:25,187 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-09-04 12:33:25,187 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-09-04 12:33:25,188 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-09-04 12:33:25,188 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-09-04 12:33:25,190 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-09-04 12:33:25,190 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-09-04 12:33:25,190 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-09-04 12:33:25,190 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-09-04 12:33:25,190 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-09-04 12:33:25,190 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-09-04 12:33:25,190 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-09-04 12:33:25,191 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-09-04 12:33:25,191 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-09-04 12:33:25,191 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-09-04 12:33:25,191 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-09-04 12:33:25,191 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-09-04 12:33:25,191 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-09-04 12:33:25,191 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-09-04 12:33:25,191 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-09-04 12:33:25,192 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-09-04 12:33:25,192 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-09-04 12:33:25,192 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-09-04 12:33:25,192 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-09-04 12:33:25,192 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-09-04 12:33:25,192 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-09-04 12:33:25,192 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-09-04 12:33:25,192 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-09-04 12:33:25,192 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-09-04 12:33:25,195 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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-09-04 12:33:25,201 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12:33:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f81bbba4-0583-4935-bd2c-362ba99dc780 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.28:5000/v3/", "rel": "self"}]}} 2018-09-04 12:33:25,201 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-f81bbba4-0583-4935-bd2c-362ba99dc780 2018-09-04 12:33:25,202 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-09-04 12:33:25,568 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "3d416247e8224533841040c3ad2bce5a", "name": "admin"}], "expires_at": "2018-09-04T13:33:25.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1e2f68a072b64978bd7ea91c2d64aca6", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v1/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235635a698ef4bef9dc6b25273d185da"}, {"url": "http://192.30.9.6:8776/v1/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "23b07b3fbfc340a58cf0f9b2871a0d23"}, {"url": "http://172.30.9.28:8776/v1/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "72fd0aaa144d45419f4b04b6b26f69a7"}], "type": "volume", "id": "097241c25b4d4f7e91b3f8efa155909e", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v3/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93eb4cf3030a49e7840bec071422d397"}, {"url": "http://192.30.9.6:8776/v3/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8af439a6ac147fdbcb38ed9aa916b68"}, {"url": "http://192.30.9.6:8776/v3/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c4bfdbc9b7c74a23a40afdf578cfeba4"}], "type": "volumev3", "id": "1c85f4682ce44f729db1dabd98e965e8", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "82239574a29d4603a2161006f61851cf"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8d15f7134f364a7bbcfff2f84aac3bf2"}, {"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e01668c43a0c4c279b9a3d20a0280d6c"}], "type": "image", "id": "297d8415ca96454991054983920912f7", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7bb4d60e20734d4a9f31ec75e02cb823"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bf6adec15590466a9a0d3bddb00e8993"}, {"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f096f03a1d12411a8972f6f7c196b60d"}], "type": "policy", "id": "54c64351b56d44bbad74c2969cc3aa00", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "354ae6870a324fab82d0a0fb68ee0f26"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a3807e460dd4af488d982b66c52e64c"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e7c3da785076450abd71868e75ce0c33"}], "type": "cloudformation", "id": "6ac9917ae83c4639a15a4ab3cf0e76dd", "name": "heat-cfn"}, {"endpoints": [], "type": "metering", "id": "7fcc078e5e0645f29df67742ac14e388", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49e71628d386464cb950d6a9db00a328"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75b0a63ed8574bbcab1c851cc9b83d30"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9902b0a8b3c04cd192a1b84c417c232b"}], "type": "key-manager", "id": "9626544a32e74678a641c6e206f028a9", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "497340e5aa36485982fdf297f370558f"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7802beb4fc7c4952897b77bd5610b1fe"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c14af798917f4fa0b146d9772583e595"}], "type": "metric", "id": "973bfe8c658d4e5a8da725e76b9d550e", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "288ecc3674ea41d2aa3b790dcb832bf2"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7a6dc785cd7142f5b30f1a7ba0daeb03"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7f7d34e2351b4964befccc862c4e8e12"}], "type": "network", "id": "a348d7b06050474fb449be7f32ea6f5d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "21bce6ecb8464a1f8f3e3847aa698bd6"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0a8faf2246b47deb30e69e48d3551fb"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e71c6011de3d4d8589e5b53dcc79f288"}], "type": "identity", "id": "ad8d4b4953184137a1b913ecee9434ed", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "13474f9a78ca4f1184e4cddc84d0d98c"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad67365a18234bb78c336e6776958c00"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc54db13337f44f8921fbb9ad0f81de8"}], "type": "alarming", "id": "bb18dc3243034f08a6a7f69f7a1edccf", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0d91d7adf0304b2681c77f979e5cdb17"}, {"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "756e5ffca9774ab3ae2db41bf330417f"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c07c727a08c243b287827f539a124e63"}], "type": "placement", "id": "bb2c9432fcbd4c56913177122468f6ba", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8004/v1/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1eed4912224b48cf9856446eae4d9928"}, {"url": "http://192.30.9.6:8004/v1/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b73b7f99236541148d84f24f09e5dd40"}, {"url": "http://192.30.9.6:8004/v1/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fbf12e52911244fdafc24a9d46f56e62"}], "type": "orchestration", "id": "c8918d139da945ba93df4ccce21d4904", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16bf098b9e2e490f8e47fa601059f975"}, {"url": "http://192.30.9.6:8776/v2/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc16fa4cf491444ca2f611d5692c1170"}, {"url": "http://192.30.9.6:8776/v2/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ccd2c5325dff4b90b391db9fdde67d99"}], "type": "volumev2", "id": "d09ac9123c34494abce21d6c27bee9d9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eac694332354a3aa0e61c31314166d7"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b4d4989c4e764717ab78d38675cadd3f"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff196e46b56d406d87a678f1a64497b0"}], "type": "compute", "id": "d4030ee932c84df58c5b910cc197caa7", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "42c3a9abd8ad4ce8ab2c4cc6e0403c33"}, "audit_ids": ["Y05uEDjFRG2-r9oDYey1ZA"], "issued_at": "2018-09-04T12:33:25.000000Z"}} 2018-09-04 12:33:25,572 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b918c1f45f323d348bf8354d540c45110225cd17" 2018-09-04 12:33:25,752 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12:33: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-59935ba9-80f1-4f06-9245-2c2e25925af6 x-compute-request-id: req-59935ba9-80f1-4f06-9245-2c2e25925af6 Content-Encoding: gzip Content-Length: 162 Content-Type: application/json RESP BODY: {"flavors": [{"id": "9cbbc756-b738-4f1f-8d03-84c527182338", "links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/9cbbc756-b738-4f1f-8d03-84c527182338", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/9cbbc756-b738-4f1f-8d03-84c527182338", "rel": "bookmark"}], "name": "m1.tiny"}]} 2018-09-04 12:33:25,752 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors used request id req-59935ba9-80f1-4f06-9245-2c2e25925af6 2018-09-04 12:33:25,756 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/flavors/9cbbc756-b738-4f1f-8d03-84c527182338 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b918c1f45f323d348bf8354d540c45110225cd17" 2018-09-04 12:33:25,775 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12:33: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-62b9ff58-b779-4f7e-ba81-2cb2656ecf7a x-compute-request-id: req-62b9ff58-b779-4f7e-ba81-2cb2656ecf7a Content-Encoding: gzip Content-Length: 280 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/9cbbc756-b738-4f1f-8d03-84c527182338", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/9cbbc756-b738-4f1f-8d03-84c527182338", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "9cbbc756-b738-4f1f-8d03-84c527182338", "name": "m1.tiny", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-09-04 12:33:25,775 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors/9cbbc756-b738-4f1f-8d03-84c527182338 used request id req-62b9ff58-b779-4f7e-ba81-2cb2656ecf7a 2018-09-04 12:33:25,778 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b918c1f45f323d348bf8354d540c45110225cd17" -d '{"server": {"name": "sdnvpn-1-3", "imageRef": "f2cb7740-9bce-41af-953c-a75abf327c9f", "availability_zone": "nova:overcloud-novacompute-1.opnfvlf.org", "flavorRef": "9cbbc756-b738-4f1f-8d03-84c527182338", "max_count": 1, "min_count": 1, "networks": [{"uuid": "90b404d8-1ec3-4746-b73d-8608f53e2dbb"}]}}' 2018-09-04 12:33:28,035 - novaclient.v2.client - DEBUG - RESP: [202] Date: Tue, 04 Sep 2018 12:33: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-cd8f614a-d677-4cdb-8788-4cd538e95237 x-compute-request-id: req-cd8f614a-d677-4cdb-8788-4cd538e95237 Content-Length: 374 location: http://172.30.9.28:8774/v2.1/servers/5aa30155-4730-4d2f-9ce5-8a13b3d381cf Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "5aa30155-4730-4d2f-9ce5-8a13b3d381cf", "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/5aa30155-4730-4d2f-9ce5-8a13b3d381cf", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/5aa30155-4730-4d2f-9ce5-8a13b3d381cf", "rel": "bookmark"}], "adminPass": "h4s3LPfsApxC"}} 2018-09-04 12:33:28,035 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers used request id req-cd8f614a-d677-4cdb-8788-4cd538e95237 2018-09-04 12:33:28,036 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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-09-04 12:33:28,042 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12:33:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-89e83045-2396-4e7c-8022-c5b13eec5215 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.28:5000/v3/", "rel": "self"}]}} 2018-09-04 12:33:28,042 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-89e83045-2396-4e7c-8022-c5b13eec5215 2018-09-04 12:33:28,043 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-09-04 12:33:28,416 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "3d416247e8224533841040c3ad2bce5a", "name": "admin"}], "expires_at": "2018-09-04T13:33:28.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1e2f68a072b64978bd7ea91c2d64aca6", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v1/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235635a698ef4bef9dc6b25273d185da"}, {"url": "http://192.30.9.6:8776/v1/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "23b07b3fbfc340a58cf0f9b2871a0d23"}, {"url": "http://172.30.9.28:8776/v1/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "72fd0aaa144d45419f4b04b6b26f69a7"}], "type": "volume", "id": "097241c25b4d4f7e91b3f8efa155909e", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v3/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93eb4cf3030a49e7840bec071422d397"}, {"url": "http://192.30.9.6:8776/v3/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8af439a6ac147fdbcb38ed9aa916b68"}, {"url": "http://192.30.9.6:8776/v3/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c4bfdbc9b7c74a23a40afdf578cfeba4"}], "type": "volumev3", "id": "1c85f4682ce44f729db1dabd98e965e8", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "82239574a29d4603a2161006f61851cf"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8d15f7134f364a7bbcfff2f84aac3bf2"}, {"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e01668c43a0c4c279b9a3d20a0280d6c"}], "type": "image", "id": "297d8415ca96454991054983920912f7", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7bb4d60e20734d4a9f31ec75e02cb823"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bf6adec15590466a9a0d3bddb00e8993"}, {"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f096f03a1d12411a8972f6f7c196b60d"}], "type": "policy", "id": "54c64351b56d44bbad74c2969cc3aa00", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "354ae6870a324fab82d0a0fb68ee0f26"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a3807e460dd4af488d982b66c52e64c"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e7c3da785076450abd71868e75ce0c33"}], "type": "cloudformation", "id": "6ac9917ae83c4639a15a4ab3cf0e76dd", "name": "heat-cfn"}, {"endpoints": [], "type": "metering", "id": "7fcc078e5e0645f29df67742ac14e388", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49e71628d386464cb950d6a9db00a328"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75b0a63ed8574bbcab1c851cc9b83d30"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9902b0a8b3c04cd192a1b84c417c232b"}], "type": "key-manager", "id": "9626544a32e74678a641c6e206f028a9", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "497340e5aa36485982fdf297f370558f"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7802beb4fc7c4952897b77bd5610b1fe"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c14af798917f4fa0b146d9772583e595"}], "type": "metric", "id": "973bfe8c658d4e5a8da725e76b9d550e", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "288ecc3674ea41d2aa3b790dcb832bf2"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7a6dc785cd7142f5b30f1a7ba0daeb03"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7f7d34e2351b4964befccc862c4e8e12"}], "type": "network", "id": "a348d7b06050474fb449be7f32ea6f5d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "21bce6ecb8464a1f8f3e3847aa698bd6"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0a8faf2246b47deb30e69e48d3551fb"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e71c6011de3d4d8589e5b53dcc79f288"}], "type": "identity", "id": "ad8d4b4953184137a1b913ecee9434ed", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "13474f9a78ca4f1184e4cddc84d0d98c"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad67365a18234bb78c336e6776958c00"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc54db13337f44f8921fbb9ad0f81de8"}], "type": "alarming", "id": "bb18dc3243034f08a6a7f69f7a1edccf", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0d91d7adf0304b2681c77f979e5cdb17"}, {"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "756e5ffca9774ab3ae2db41bf330417f"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c07c727a08c243b287827f539a124e63"}], "type": "placement", "id": "bb2c9432fcbd4c56913177122468f6ba", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8004/v1/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1eed4912224b48cf9856446eae4d9928"}, {"url": "http://192.30.9.6:8004/v1/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b73b7f99236541148d84f24f09e5dd40"}, {"url": "http://192.30.9.6:8004/v1/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fbf12e52911244fdafc24a9d46f56e62"}], "type": "orchestration", "id": "c8918d139da945ba93df4ccce21d4904", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16bf098b9e2e490f8e47fa601059f975"}, {"url": "http://192.30.9.6:8776/v2/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc16fa4cf491444ca2f611d5692c1170"}, {"url": "http://192.30.9.6:8776/v2/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ccd2c5325dff4b90b391db9fdde67d99"}], "type": "volumev2", "id": "d09ac9123c34494abce21d6c27bee9d9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eac694332354a3aa0e61c31314166d7"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b4d4989c4e764717ab78d38675cadd3f"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff196e46b56d406d87a678f1a64497b0"}], "type": "compute", "id": "d4030ee932c84df58c5b910cc197caa7", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "42c3a9abd8ad4ce8ab2c4cc6e0403c33"}, "audit_ids": ["NJJozAQhQ5qCx8P8AdWrWw"], "issued_at": "2018-09-04T12:33:28.000000Z"}} 2018-09-04 12:33:28,419 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/5aa30155-4730-4d2f-9ce5-8a13b3d381cf -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2648c0aeb70ac76078005892ad4ed63cd9103f0f" 2018-09-04 12:33:28,872 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12:33: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-c664f5e3-9016-456a-8697-8ec47332c41c x-compute-request-id: req-c664f5e3-9016-456a-8697-8ec47332c41c Content-Encoding: gzip Content-Length: 624 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/5aa30155-4730-4d2f-9ce5-8a13b3d381cf", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/5aa30155-4730-4d2f-9ce5-8a13b3d381cf", "rel": "bookmark"}], "image": {"id": "f2cb7740-9bce-41af-953c-a75abf327c9f", "links": [{"href": "http://172.30.9.28:8774/images/f2cb7740-9bce-41af-953c-a75abf327c9f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-000000ff", "OS-SRV-USG:launched_at": null, "flavor": {"id": "9cbbc756-b738-4f1f-8d03-84c527182338", "links": [{"href": "http://172.30.9.28:8774/flavors/9cbbc756-b738-4f1f-8d03-84c527182338", "rel": "bookmark"}]}, "id": "5aa30155-4730-4d2f-9ce5-8a13b3d381cf", "user_id": "42c3a9abd8ad4ce8ab2c4cc6e0403c33", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-04T12:33: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-3", "created": "2018-09-04T12:33:27Z", "tenant_id": "1e2f68a072b64978bd7ea91c2d64aca6", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 12:33:28,872 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/5aa30155-4730-4d2f-9ce5-8a13b3d381cf used request id req-c664f5e3-9016-456a-8697-8ec47332c41c 2018-09-04 12:33:31,879 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/5aa30155-4730-4d2f-9ce5-8a13b3d381cf -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2648c0aeb70ac76078005892ad4ed63cd9103f0f" 2018-09-04 12:33:32,981 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12:33: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-c0940eef-2775-4698-a4ee-6db1ce13ef5e x-compute-request-id: req-c0940eef-2775-4698-a4ee-6db1ce13ef5e Content-Encoding: gzip Content-Length: 708 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/5aa30155-4730-4d2f-9ce5-8a13b3d381cf", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/5aa30155-4730-4d2f-9ce5-8a13b3d381cf", "rel": "bookmark"}], "image": {"id": "f2cb7740-9bce-41af-953c-a75abf327c9f", "links": [{"href": "http://172.30.9.28:8774/images/f2cb7740-9bce-41af-953c-a75abf327c9f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-000000ff", "OS-SRV-USG:launched_at": null, "flavor": {"id": "9cbbc756-b738-4f1f-8d03-84c527182338", "links": [{"href": "http://172.30.9.28:8774/flavors/9cbbc756-b738-4f1f-8d03-84c527182338", "rel": "bookmark"}]}, "id": "5aa30155-4730-4d2f-9ce5-8a13b3d381cf", "security_groups": [{"name": "default"}], "user_id": "42c3a9abd8ad4ce8ab2c4cc6e0403c33", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-04T12:33:29Z", "hostId": "24e26f10d5130c6a4675921c14879aaf799aa7852a9a32fc2c90e6da", "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-09-04T12:33:27Z", "tenant_id": "1e2f68a072b64978bd7ea91c2d64aca6", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 12:33:32,981 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/5aa30155-4730-4d2f-9ce5-8a13b3d381cf used request id req-c0940eef-2775-4698-a4ee-6db1ce13ef5e 2018-09-04 12:33:35,989 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/5aa30155-4730-4d2f-9ce5-8a13b3d381cf -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2648c0aeb70ac76078005892ad4ed63cd9103f0f" 2018-09-04 12:33:36,683 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12:33: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-640d406f-1038-4e1e-8a18-1a3419ea2d0e x-compute-request-id: req-640d406f-1038-4e1e-8a18-1a3419ea2d0e Content-Encoding: gzip Content-Length: 777 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:1e:8c:bd", "version": 4, "addr": "10.10.10.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/5aa30155-4730-4d2f-9ce5-8a13b3d381cf", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/5aa30155-4730-4d2f-9ce5-8a13b3d381cf", "rel": "bookmark"}], "image": {"id": "f2cb7740-9bce-41af-953c-a75abf327c9f", "links": [{"href": "http://172.30.9.28:8774/images/f2cb7740-9bce-41af-953c-a75abf327c9f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-000000ff", "OS-SRV-USG:launched_at": "2018-09-04T12:33:32.000000", "flavor": {"id": "9cbbc756-b738-4f1f-8d03-84c527182338", "links": [{"href": "http://172.30.9.28:8774/flavors/9cbbc756-b738-4f1f-8d03-84c527182338", "rel": "bookmark"}]}, "id": "5aa30155-4730-4d2f-9ce5-8a13b3d381cf", "security_groups": [{"name": "default"}], "user_id": "42c3a9abd8ad4ce8ab2c4cc6e0403c33", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-04T12:33:33Z", "hostId": "24e26f10d5130c6a4675921c14879aaf799aa7852a9a32fc2c90e6da", "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-09-04T12:33:27Z", "tenant_id": "1e2f68a072b64978bd7ea91c2d64aca6", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 12:33:36,683 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/5aa30155-4730-4d2f-9ce5-8a13b3d381cf used request id req-640d406f-1038-4e1e-8a18-1a3419ea2d0e 2018-09-04 12:33:36,686 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/5aa30155-4730-4d2f-9ce5-8a13b3d381cf -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b918c1f45f323d348bf8354d540c45110225cd17" 2018-09-04 12:33:37,374 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12:33: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-c29f0fd1-d8ac-427b-9753-26134dee2582 x-compute-request-id: req-c29f0fd1-d8ac-427b-9753-26134dee2582 Content-Encoding: gzip Content-Length: 777 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:1e:8c:bd", "version": 4, "addr": "10.10.10.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/5aa30155-4730-4d2f-9ce5-8a13b3d381cf", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/5aa30155-4730-4d2f-9ce5-8a13b3d381cf", "rel": "bookmark"}], "image": {"id": "f2cb7740-9bce-41af-953c-a75abf327c9f", "links": [{"href": "http://172.30.9.28:8774/images/f2cb7740-9bce-41af-953c-a75abf327c9f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-000000ff", "OS-SRV-USG:launched_at": "2018-09-04T12:33:32.000000", "flavor": {"id": "9cbbc756-b738-4f1f-8d03-84c527182338", "links": [{"href": "http://172.30.9.28:8774/flavors/9cbbc756-b738-4f1f-8d03-84c527182338", "rel": "bookmark"}]}, "id": "5aa30155-4730-4d2f-9ce5-8a13b3d381cf", "security_groups": [{"name": "default"}], "user_id": "42c3a9abd8ad4ce8ab2c4cc6e0403c33", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-04T12:33:33Z", "hostId": "24e26f10d5130c6a4675921c14879aaf799aa7852a9a32fc2c90e6da", "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-09-04T12:33:27Z", "tenant_id": "1e2f68a072b64978bd7ea91c2d64aca6", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 12:33:37,374 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/5aa30155-4730-4d2f-9ce5-8a13b3d381cf used request id req-c29f0fd1-d8ac-427b-9753-26134dee2582 2018-09-04 12:33:37,375 - sdnvpn_test_utils - DEBUG - Instance 'sdnvpn-1-3' booted successfully. IP='10.10.10.8'. 2018-09-04 12:33:37,375 - sdnvpn_test_utils - DEBUG - Adding 'sdnvpn-1-3' to security group 'sdnvpn-sg'... 2018-09-04 12:33:37,378 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/servers/5aa30155-4730-4d2f-9ce5-8a13b3d381cf/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9f5282baed129f90b0ce3d16f6d25b4eb398c1f5" -d '{"addSecurityGroup": {"name": "aee4e203-f920-46bb-ac91-6898d944e253"}}' 2018-09-04 12:33:38,500 - novaclient.v2.client - DEBUG - RESP: [202] Date: Tue, 04 Sep 2018 12:33: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-e5398a6f-64ef-44da-aaf5-18012687bc53 x-compute-request-id: req-e5398a6f-64ef-44da-aaf5-18012687bc53 Content-Length: 0 Content-Type: application/json 2018-09-04 12:33:38,500 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/5aa30155-4730-4d2f-9ce5-8a13b3d381cf/action used request id req-e5398a6f-64ef-44da-aaf5-18012687bc53 2018-09-04 12:33:38,501 - sdnvpn_test_utils - INFO - Creating instance 'sdnvpn-1-5'... 2018-09-04 12:33:38,501 - sdnvpn_test_utils - DEBUG - Configuration: name=sdnvpn-1-5 flavor=m1.tiny image=f2cb7740-9bce-41af-953c-a75abf327c9f network=a97c2945-f591-46b8-89bf-4e3c6f5ae436 secgroup=aee4e203-f920-46bb-ac91-6898d944e253 hypervisor=nova:overcloud-novacompute-1.opnfvlf.org fixed_ip=None files=None userdata= None 2018-09-04 12:33:38,501 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-09-04 12:33:38,501 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-09-04 12:33:38,501 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-09-04 12:33:38,501 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-09-04 12:33:38,502 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-09-04 12:33:38,502 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-09-04 12:33:38,502 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-09-04 12:33:38,502 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-09-04 12:33:38,502 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-09-04 12:33:38,502 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-09-04 12:33:38,502 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-09-04 12:33:38,502 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-09-04 12:33:38,502 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-09-04 12:33:38,502 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-09-04 12:33:38,503 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-09-04 12:33:38,503 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-09-04 12:33:38,503 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-09-04 12:33:38,503 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-09-04 12:33:38,503 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-09-04 12:33:38,503 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-09-04 12:33:38,503 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-09-04 12:33:38,503 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-09-04 12:33:38,503 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-09-04 12:33:38,504 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-09-04 12:33:38,505 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-09-04 12:33:38,506 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-09-04 12:33:38,506 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-09-04 12:33:38,506 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-09-04 12:33:38,506 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-09-04 12:33:38,506 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-09-04 12:33:38,506 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-09-04 12:33:38,506 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-09-04 12:33:38,506 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-09-04 12:33:38,506 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-09-04 12:33:38,507 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-09-04 12:33:38,507 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-09-04 12:33:38,507 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-09-04 12:33:38,507 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-09-04 12:33:38,507 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-09-04 12:33:38,507 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-09-04 12:33:38,507 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-09-04 12:33:38,507 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-09-04 12:33:38,507 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-09-04 12:33:38,507 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-09-04 12:33:38,508 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-09-04 12:33:38,508 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-09-04 12:33:38,508 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-09-04 12:33:38,508 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-09-04 12:33:38,513 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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-09-04 12:33:38,520 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12:33:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d10e440f-9760-4385-bc6b-7fed6eab1385 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.28:5000/v3/", "rel": "self"}]}} 2018-09-04 12:33:38,520 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-d10e440f-9760-4385-bc6b-7fed6eab1385 2018-09-04 12:33:38,521 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-09-04 12:33:38,898 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "3d416247e8224533841040c3ad2bce5a", "name": "admin"}], "expires_at": "2018-09-04T13:33:38.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1e2f68a072b64978bd7ea91c2d64aca6", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v1/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235635a698ef4bef9dc6b25273d185da"}, {"url": "http://192.30.9.6:8776/v1/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "23b07b3fbfc340a58cf0f9b2871a0d23"}, {"url": "http://172.30.9.28:8776/v1/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "72fd0aaa144d45419f4b04b6b26f69a7"}], "type": "volume", "id": "097241c25b4d4f7e91b3f8efa155909e", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v3/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93eb4cf3030a49e7840bec071422d397"}, {"url": "http://192.30.9.6:8776/v3/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8af439a6ac147fdbcb38ed9aa916b68"}, {"url": "http://192.30.9.6:8776/v3/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c4bfdbc9b7c74a23a40afdf578cfeba4"}], "type": "volumev3", "id": "1c85f4682ce44f729db1dabd98e965e8", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "82239574a29d4603a2161006f61851cf"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8d15f7134f364a7bbcfff2f84aac3bf2"}, {"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e01668c43a0c4c279b9a3d20a0280d6c"}], "type": "image", "id": "297d8415ca96454991054983920912f7", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7bb4d60e20734d4a9f31ec75e02cb823"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bf6adec15590466a9a0d3bddb00e8993"}, {"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f096f03a1d12411a8972f6f7c196b60d"}], "type": "policy", "id": "54c64351b56d44bbad74c2969cc3aa00", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "354ae6870a324fab82d0a0fb68ee0f26"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a3807e460dd4af488d982b66c52e64c"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e7c3da785076450abd71868e75ce0c33"}], "type": "cloudformation", "id": "6ac9917ae83c4639a15a4ab3cf0e76dd", "name": "heat-cfn"}, {"endpoints": [], "type": "metering", "id": "7fcc078e5e0645f29df67742ac14e388", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49e71628d386464cb950d6a9db00a328"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75b0a63ed8574bbcab1c851cc9b83d30"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9902b0a8b3c04cd192a1b84c417c232b"}], "type": "key-manager", "id": "9626544a32e74678a641c6e206f028a9", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "497340e5aa36485982fdf297f370558f"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7802beb4fc7c4952897b77bd5610b1fe"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c14af798917f4fa0b146d9772583e595"}], "type": "metric", "id": "973bfe8c658d4e5a8da725e76b9d550e", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "288ecc3674ea41d2aa3b790dcb832bf2"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7a6dc785cd7142f5b30f1a7ba0daeb03"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7f7d34e2351b4964befccc862c4e8e12"}], "type": "network", "id": "a348d7b06050474fb449be7f32ea6f5d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "21bce6ecb8464a1f8f3e3847aa698bd6"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0a8faf2246b47deb30e69e48d3551fb"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e71c6011de3d4d8589e5b53dcc79f288"}], "type": "identity", "id": "ad8d4b4953184137a1b913ecee9434ed", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "13474f9a78ca4f1184e4cddc84d0d98c"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad67365a18234bb78c336e6776958c00"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc54db13337f44f8921fbb9ad0f81de8"}], "type": "alarming", "id": "bb18dc3243034f08a6a7f69f7a1edccf", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0d91d7adf0304b2681c77f979e5cdb17"}, {"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "756e5ffca9774ab3ae2db41bf330417f"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c07c727a08c243b287827f539a124e63"}], "type": "placement", "id": "bb2c9432fcbd4c56913177122468f6ba", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8004/v1/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1eed4912224b48cf9856446eae4d9928"}, {"url": "http://192.30.9.6:8004/v1/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b73b7f99236541148d84f24f09e5dd40"}, {"url": "http://192.30.9.6:8004/v1/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fbf12e52911244fdafc24a9d46f56e62"}], "type": "orchestration", "id": "c8918d139da945ba93df4ccce21d4904", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16bf098b9e2e490f8e47fa601059f975"}, {"url": "http://192.30.9.6:8776/v2/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc16fa4cf491444ca2f611d5692c1170"}, {"url": "http://192.30.9.6:8776/v2/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ccd2c5325dff4b90b391db9fdde67d99"}], "type": "volumev2", "id": "d09ac9123c34494abce21d6c27bee9d9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eac694332354a3aa0e61c31314166d7"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b4d4989c4e764717ab78d38675cadd3f"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff196e46b56d406d87a678f1a64497b0"}], "type": "compute", "id": "d4030ee932c84df58c5b910cc197caa7", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "42c3a9abd8ad4ce8ab2c4cc6e0403c33"}, "audit_ids": ["j6Q5_I5fQDetdgocllaSTQ"], "issued_at": "2018-09-04T12:33:38.000000Z"}} 2018-09-04 12:33:38,901 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}32a324662b17be0cf5a2adb43cb045110725bd2c" 2018-09-04 12:33:39,071 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12:33: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-c7c1fbdc-b697-48ea-a9d8-48993333a14e x-compute-request-id: req-c7c1fbdc-b697-48ea-a9d8-48993333a14e Content-Encoding: gzip Content-Length: 162 Content-Type: application/json RESP BODY: {"flavors": [{"id": "9cbbc756-b738-4f1f-8d03-84c527182338", "links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/9cbbc756-b738-4f1f-8d03-84c527182338", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/9cbbc756-b738-4f1f-8d03-84c527182338", "rel": "bookmark"}], "name": "m1.tiny"}]} 2018-09-04 12:33:39,072 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors used request id req-c7c1fbdc-b697-48ea-a9d8-48993333a14e 2018-09-04 12:33:39,075 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/flavors/9cbbc756-b738-4f1f-8d03-84c527182338 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}32a324662b17be0cf5a2adb43cb045110725bd2c" 2018-09-04 12:33:39,104 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12:33: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-7c93fc7e-0512-4465-bc04-4a22148ba736 x-compute-request-id: req-7c93fc7e-0512-4465-bc04-4a22148ba736 Content-Encoding: gzip Content-Length: 280 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/9cbbc756-b738-4f1f-8d03-84c527182338", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/9cbbc756-b738-4f1f-8d03-84c527182338", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "9cbbc756-b738-4f1f-8d03-84c527182338", "name": "m1.tiny", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-09-04 12:33:39,104 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors/9cbbc756-b738-4f1f-8d03-84c527182338 used request id req-7c93fc7e-0512-4465-bc04-4a22148ba736 2018-09-04 12:33:39,107 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}32a324662b17be0cf5a2adb43cb045110725bd2c" -d '{"server": {"name": "sdnvpn-1-5", "imageRef": "f2cb7740-9bce-41af-953c-a75abf327c9f", "availability_zone": "nova:overcloud-novacompute-1.opnfvlf.org", "flavorRef": "9cbbc756-b738-4f1f-8d03-84c527182338", "max_count": 1, "min_count": 1, "networks": [{"uuid": "a97c2945-f591-46b8-89bf-4e3c6f5ae436"}]}}' 2018-09-04 12:33:40,939 - novaclient.v2.client - DEBUG - RESP: [202] Date: Tue, 04 Sep 2018 12:33: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-c14e155c-31d0-4e7f-8211-81e343852381 x-compute-request-id: req-c14e155c-31d0-4e7f-8211-81e343852381 Content-Length: 374 location: http://172.30.9.28:8774/v2.1/servers/83441313-ea3e-4bd6-a075-bc27d227ec8e Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "83441313-ea3e-4bd6-a075-bc27d227ec8e", "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/83441313-ea3e-4bd6-a075-bc27d227ec8e", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/83441313-ea3e-4bd6-a075-bc27d227ec8e", "rel": "bookmark"}], "adminPass": "ZigG7uYLQaHg"}} 2018-09-04 12:33:40,939 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers used request id req-c14e155c-31d0-4e7f-8211-81e343852381 2018-09-04 12:33:40,940 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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-09-04 12:33:40,946 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12:33:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-87a6bca0-5b9a-400e-bc28-260111327aab 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.28:5000/v3/", "rel": "self"}]}} 2018-09-04 12:33:40,946 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-87a6bca0-5b9a-400e-bc28-260111327aab 2018-09-04 12:33:40,947 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-09-04 12:33:41,315 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "3d416247e8224533841040c3ad2bce5a", "name": "admin"}], "expires_at": "2018-09-04T13:33:41.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1e2f68a072b64978bd7ea91c2d64aca6", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v1/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235635a698ef4bef9dc6b25273d185da"}, {"url": "http://192.30.9.6:8776/v1/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "23b07b3fbfc340a58cf0f9b2871a0d23"}, {"url": "http://172.30.9.28:8776/v1/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "72fd0aaa144d45419f4b04b6b26f69a7"}], "type": "volume", "id": "097241c25b4d4f7e91b3f8efa155909e", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v3/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93eb4cf3030a49e7840bec071422d397"}, {"url": "http://192.30.9.6:8776/v3/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8af439a6ac147fdbcb38ed9aa916b68"}, {"url": "http://192.30.9.6:8776/v3/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c4bfdbc9b7c74a23a40afdf578cfeba4"}], "type": "volumev3", "id": "1c85f4682ce44f729db1dabd98e965e8", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "82239574a29d4603a2161006f61851cf"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8d15f7134f364a7bbcfff2f84aac3bf2"}, {"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e01668c43a0c4c279b9a3d20a0280d6c"}], "type": "image", "id": "297d8415ca96454991054983920912f7", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7bb4d60e20734d4a9f31ec75e02cb823"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bf6adec15590466a9a0d3bddb00e8993"}, {"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f096f03a1d12411a8972f6f7c196b60d"}], "type": "policy", "id": "54c64351b56d44bbad74c2969cc3aa00", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "354ae6870a324fab82d0a0fb68ee0f26"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a3807e460dd4af488d982b66c52e64c"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e7c3da785076450abd71868e75ce0c33"}], "type": "cloudformation", "id": "6ac9917ae83c4639a15a4ab3cf0e76dd", "name": "heat-cfn"}, {"endpoints": [], "type": "metering", "id": "7fcc078e5e0645f29df67742ac14e388", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49e71628d386464cb950d6a9db00a328"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75b0a63ed8574bbcab1c851cc9b83d30"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9902b0a8b3c04cd192a1b84c417c232b"}], "type": "key-manager", "id": "9626544a32e74678a641c6e206f028a9", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "497340e5aa36485982fdf297f370558f"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7802beb4fc7c4952897b77bd5610b1fe"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c14af798917f4fa0b146d9772583e595"}], "type": "metric", "id": "973bfe8c658d4e5a8da725e76b9d550e", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "288ecc3674ea41d2aa3b790dcb832bf2"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7a6dc785cd7142f5b30f1a7ba0daeb03"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7f7d34e2351b4964befccc862c4e8e12"}], "type": "network", "id": "a348d7b06050474fb449be7f32ea6f5d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "21bce6ecb8464a1f8f3e3847aa698bd6"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0a8faf2246b47deb30e69e48d3551fb"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e71c6011de3d4d8589e5b53dcc79f288"}], "type": "identity", "id": "ad8d4b4953184137a1b913ecee9434ed", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "13474f9a78ca4f1184e4cddc84d0d98c"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad67365a18234bb78c336e6776958c00"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc54db13337f44f8921fbb9ad0f81de8"}], "type": "alarming", "id": "bb18dc3243034f08a6a7f69f7a1edccf", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0d91d7adf0304b2681c77f979e5cdb17"}, {"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "756e5ffca9774ab3ae2db41bf330417f"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c07c727a08c243b287827f539a124e63"}], "type": "placement", "id": "bb2c9432fcbd4c56913177122468f6ba", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8004/v1/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1eed4912224b48cf9856446eae4d9928"}, {"url": "http://192.30.9.6:8004/v1/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b73b7f99236541148d84f24f09e5dd40"}, {"url": "http://192.30.9.6:8004/v1/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fbf12e52911244fdafc24a9d46f56e62"}], "type": "orchestration", "id": "c8918d139da945ba93df4ccce21d4904", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16bf098b9e2e490f8e47fa601059f975"}, {"url": "http://192.30.9.6:8776/v2/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc16fa4cf491444ca2f611d5692c1170"}, {"url": "http://192.30.9.6:8776/v2/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ccd2c5325dff4b90b391db9fdde67d99"}], "type": "volumev2", "id": "d09ac9123c34494abce21d6c27bee9d9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eac694332354a3aa0e61c31314166d7"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b4d4989c4e764717ab78d38675cadd3f"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff196e46b56d406d87a678f1a64497b0"}], "type": "compute", "id": "d4030ee932c84df58c5b910cc197caa7", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "42c3a9abd8ad4ce8ab2c4cc6e0403c33"}, "audit_ids": ["PLLHbk9XRQmEsmJ6yDSTiw"], "issued_at": "2018-09-04T12:33:41.000000Z"}} 2018-09-04 12:33:41,320 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/83441313-ea3e-4bd6-a075-bc27d227ec8e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f8882b81b991649a1e6a2d3ccae2a0f61015bc0a" 2018-09-04 12:33:41,812 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12:33: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-597dc842-033a-4e95-8731-407241d7e508 x-compute-request-id: req-597dc842-033a-4e95-8731-407241d7e508 Content-Encoding: gzip Content-Length: 618 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/83441313-ea3e-4bd6-a075-bc27d227ec8e", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/83441313-ea3e-4bd6-a075-bc27d227ec8e", "rel": "bookmark"}], "image": {"id": "f2cb7740-9bce-41af-953c-a75abf327c9f", "links": [{"href": "http://172.30.9.28:8774/images/f2cb7740-9bce-41af-953c-a75abf327c9f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "9cbbc756-b738-4f1f-8d03-84c527182338", "links": [{"href": "http://172.30.9.28:8774/flavors/9cbbc756-b738-4f1f-8d03-84c527182338", "rel": "bookmark"}]}, "id": "83441313-ea3e-4bd6-a075-bc27d227ec8e", "user_id": "42c3a9abd8ad4ce8ab2c4cc6e0403c33", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-04T12:33: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-1-5", "created": "2018-09-04T12:33:40Z", "tenant_id": "1e2f68a072b64978bd7ea91c2d64aca6", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 12:33:41,812 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/83441313-ea3e-4bd6-a075-bc27d227ec8e used request id req-597dc842-033a-4e95-8731-407241d7e508 2018-09-04 12:33:44,818 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/83441313-ea3e-4bd6-a075-bc27d227ec8e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f8882b81b991649a1e6a2d3ccae2a0f61015bc0a" 2018-09-04 12:33:45,405 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12:33: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-5041dc43-62c1-4c84-af34-e834307dd3bb x-compute-request-id: req-5041dc43-62c1-4c84-af34-e834307dd3bb 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.28:8774/v2.1/servers/83441313-ea3e-4bd6-a075-bc27d227ec8e", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/83441313-ea3e-4bd6-a075-bc27d227ec8e", "rel": "bookmark"}], "image": {"id": "f2cb7740-9bce-41af-953c-a75abf327c9f", "links": [{"href": "http://172.30.9.28:8774/images/f2cb7740-9bce-41af-953c-a75abf327c9f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000102", "OS-SRV-USG:launched_at": null, "flavor": {"id": "9cbbc756-b738-4f1f-8d03-84c527182338", "links": [{"href": "http://172.30.9.28:8774/flavors/9cbbc756-b738-4f1f-8d03-84c527182338", "rel": "bookmark"}]}, "id": "83441313-ea3e-4bd6-a075-bc27d227ec8e", "security_groups": [{"name": "default"}], "user_id": "42c3a9abd8ad4ce8ab2c4cc6e0403c33", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-04T12:33:42Z", "hostId": "24e26f10d5130c6a4675921c14879aaf799aa7852a9a32fc2c90e6da", "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-09-04T12:33:40Z", "tenant_id": "1e2f68a072b64978bd7ea91c2d64aca6", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 12:33:45,405 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/83441313-ea3e-4bd6-a075-bc27d227ec8e used request id req-5041dc43-62c1-4c84-af34-e834307dd3bb 2018-09-04 12:33:48,413 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/83441313-ea3e-4bd6-a075-bc27d227ec8e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f8882b81b991649a1e6a2d3ccae2a0f61015bc0a" 2018-09-04 12:33:49,095 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12:33: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-bd3f733c-eea3-488a-8363-72e5c96fe405 x-compute-request-id: req-bd3f733c-eea3-488a-8363-72e5c96fe405 Content-Encoding: gzip Content-Length: 780 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:b5:32:cd", "version": 4, "addr": "10.10.11.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/83441313-ea3e-4bd6-a075-bc27d227ec8e", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/83441313-ea3e-4bd6-a075-bc27d227ec8e", "rel": "bookmark"}], "image": {"id": "f2cb7740-9bce-41af-953c-a75abf327c9f", "links": [{"href": "http://172.30.9.28:8774/images/f2cb7740-9bce-41af-953c-a75abf327c9f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000102", "OS-SRV-USG:launched_at": "2018-09-04T12:33:45.000000", "flavor": {"id": "9cbbc756-b738-4f1f-8d03-84c527182338", "links": [{"href": "http://172.30.9.28:8774/flavors/9cbbc756-b738-4f1f-8d03-84c527182338", "rel": "bookmark"}]}, "id": "83441313-ea3e-4bd6-a075-bc27d227ec8e", "security_groups": [{"name": "default"}], "user_id": "42c3a9abd8ad4ce8ab2c4cc6e0403c33", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-04T12:33:46Z", "hostId": "24e26f10d5130c6a4675921c14879aaf799aa7852a9a32fc2c90e6da", "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-09-04T12:33:40Z", "tenant_id": "1e2f68a072b64978bd7ea91c2d64aca6", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 12:33:49,096 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/83441313-ea3e-4bd6-a075-bc27d227ec8e used request id req-bd3f733c-eea3-488a-8363-72e5c96fe405 2018-09-04 12:33:49,099 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/83441313-ea3e-4bd6-a075-bc27d227ec8e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}32a324662b17be0cf5a2adb43cb045110725bd2c" 2018-09-04 12:33:49,899 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12:33: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-833cdcb4-3aae-42b8-9599-cb5ec1266c40 x-compute-request-id: req-833cdcb4-3aae-42b8-9599-cb5ec1266c40 Content-Encoding: gzip Content-Length: 780 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:b5:32:cd", "version": 4, "addr": "10.10.11.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/83441313-ea3e-4bd6-a075-bc27d227ec8e", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/83441313-ea3e-4bd6-a075-bc27d227ec8e", "rel": "bookmark"}], "image": {"id": "f2cb7740-9bce-41af-953c-a75abf327c9f", "links": [{"href": "http://172.30.9.28:8774/images/f2cb7740-9bce-41af-953c-a75abf327c9f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000102", "OS-SRV-USG:launched_at": "2018-09-04T12:33:45.000000", "flavor": {"id": "9cbbc756-b738-4f1f-8d03-84c527182338", "links": [{"href": "http://172.30.9.28:8774/flavors/9cbbc756-b738-4f1f-8d03-84c527182338", "rel": "bookmark"}]}, "id": "83441313-ea3e-4bd6-a075-bc27d227ec8e", "security_groups": [{"name": "default"}], "user_id": "42c3a9abd8ad4ce8ab2c4cc6e0403c33", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-04T12:33:46Z", "hostId": "24e26f10d5130c6a4675921c14879aaf799aa7852a9a32fc2c90e6da", "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-09-04T12:33:40Z", "tenant_id": "1e2f68a072b64978bd7ea91c2d64aca6", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 12:33:49,900 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/83441313-ea3e-4bd6-a075-bc27d227ec8e used request id req-833cdcb4-3aae-42b8-9599-cb5ec1266c40 2018-09-04 12:33:49,900 - sdnvpn_test_utils - DEBUG - Instance 'sdnvpn-1-5' booted successfully. IP='10.10.11.5'. 2018-09-04 12:33:49,900 - sdnvpn_test_utils - DEBUG - Adding 'sdnvpn-1-5' to security group 'sdnvpn-sg'... 2018-09-04 12:33:49,903 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/servers/83441313-ea3e-4bd6-a075-bc27d227ec8e/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9f5282baed129f90b0ce3d16f6d25b4eb398c1f5" -d '{"addSecurityGroup": {"name": "aee4e203-f920-46bb-ac91-6898d944e253"}}' 2018-09-04 12:33:51,344 - novaclient.v2.client - DEBUG - RESP: [202] Date: Tue, 04 Sep 2018 12:33: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-31823ac7-d711-452f-9163-9111a644ad2f x-compute-request-id: req-31823ac7-d711-452f-9163-9111a644ad2f Content-Length: 0 Content-Type: application/json 2018-09-04 12:33:51,344 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/83441313-ea3e-4bd6-a075-bc27d227ec8e/action used request id req-31823ac7-d711-452f-9163-9111a644ad2f 2018-09-04 12:33:51,345 - sdnvpn_test_utils - INFO - Creating instance 'sdnvpn-1-4'... 2018-09-04 12:33:51,345 - sdnvpn_test_utils - DEBUG - Configuration: name=sdnvpn-1-4 flavor=m1.tiny image=f2cb7740-9bce-41af-953c-a75abf327c9f network=a97c2945-f591-46b8-89bf-4e3c6f5ae436 secgroup=aee4e203-f920-46bb-ac91-6898d944e253 hypervisor=nova:overcloud-novacompute-0.opnfvlf.org fixed_ip=None files=None userdata= #!/bin/sh set 10.10.11.5 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-09-04 12:33:51,345 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-09-04 12:33:51,345 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-09-04 12:33:51,345 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-09-04 12:33:51,345 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-09-04 12:33:51,345 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-09-04 12:33:51,346 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-09-04 12:33:51,346 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-09-04 12:33:51,346 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-09-04 12:33:51,346 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-09-04 12:33:51,346 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-09-04 12:33:51,346 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-09-04 12:33:51,346 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-09-04 12:33:51,346 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-09-04 12:33:51,347 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-09-04 12:33:51,347 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-09-04 12:33:51,347 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-09-04 12:33:51,347 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-09-04 12:33:51,347 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-09-04 12:33:51,347 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-09-04 12:33:51,347 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-09-04 12:33:51,347 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-09-04 12:33:51,347 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-09-04 12:33:51,348 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-09-04 12:33:51,348 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-09-04 12:33:51,350 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-09-04 12:33:51,350 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-09-04 12:33:51,350 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-09-04 12:33:51,350 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-09-04 12:33:51,350 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-09-04 12:33:51,350 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-09-04 12:33:51,350 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-09-04 12:33:51,351 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-09-04 12:33:51,351 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-09-04 12:33:51,351 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-09-04 12:33:51,351 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-09-04 12:33:51,351 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-09-04 12:33:51,351 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-09-04 12:33:51,351 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-09-04 12:33:51,351 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-09-04 12:33:51,351 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-09-04 12:33:51,351 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-09-04 12:33:51,352 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-09-04 12:33:51,352 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-09-04 12:33:51,352 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-09-04 12:33:51,352 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-09-04 12:33:51,352 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-09-04 12:33:51,352 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-09-04 12:33:51,352 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-09-04 12:33:51,355 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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-09-04 12:33:51,362 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12:33:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-44d8c3d1-b7ef-44ae-bd95-716da2d71c9d 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.28:5000/v3/", "rel": "self"}]}} 2018-09-04 12:33:51,362 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-44d8c3d1-b7ef-44ae-bd95-716da2d71c9d 2018-09-04 12:33:51,363 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-09-04 12:33:51,741 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "3d416247e8224533841040c3ad2bce5a", "name": "admin"}], "expires_at": "2018-09-04T13:33:51.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1e2f68a072b64978bd7ea91c2d64aca6", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v1/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235635a698ef4bef9dc6b25273d185da"}, {"url": "http://192.30.9.6:8776/v1/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "23b07b3fbfc340a58cf0f9b2871a0d23"}, {"url": "http://172.30.9.28:8776/v1/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "72fd0aaa144d45419f4b04b6b26f69a7"}], "type": "volume", "id": "097241c25b4d4f7e91b3f8efa155909e", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v3/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93eb4cf3030a49e7840bec071422d397"}, {"url": "http://192.30.9.6:8776/v3/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8af439a6ac147fdbcb38ed9aa916b68"}, {"url": "http://192.30.9.6:8776/v3/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c4bfdbc9b7c74a23a40afdf578cfeba4"}], "type": "volumev3", "id": "1c85f4682ce44f729db1dabd98e965e8", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "82239574a29d4603a2161006f61851cf"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8d15f7134f364a7bbcfff2f84aac3bf2"}, {"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e01668c43a0c4c279b9a3d20a0280d6c"}], "type": "image", "id": "297d8415ca96454991054983920912f7", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7bb4d60e20734d4a9f31ec75e02cb823"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bf6adec15590466a9a0d3bddb00e8993"}, {"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f096f03a1d12411a8972f6f7c196b60d"}], "type": "policy", "id": "54c64351b56d44bbad74c2969cc3aa00", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "354ae6870a324fab82d0a0fb68ee0f26"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a3807e460dd4af488d982b66c52e64c"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e7c3da785076450abd71868e75ce0c33"}], "type": "cloudformation", "id": "6ac9917ae83c4639a15a4ab3cf0e76dd", "name": "heat-cfn"}, {"endpoints": [], "type": "metering", "id": "7fcc078e5e0645f29df67742ac14e388", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49e71628d386464cb950d6a9db00a328"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75b0a63ed8574bbcab1c851cc9b83d30"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9902b0a8b3c04cd192a1b84c417c232b"}], "type": "key-manager", "id": "9626544a32e74678a641c6e206f028a9", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "497340e5aa36485982fdf297f370558f"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7802beb4fc7c4952897b77bd5610b1fe"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c14af798917f4fa0b146d9772583e595"}], "type": "metric", "id": "973bfe8c658d4e5a8da725e76b9d550e", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "288ecc3674ea41d2aa3b790dcb832bf2"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7a6dc785cd7142f5b30f1a7ba0daeb03"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7f7d34e2351b4964befccc862c4e8e12"}], "type": "network", "id": "a348d7b06050474fb449be7f32ea6f5d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "21bce6ecb8464a1f8f3e3847aa698bd6"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0a8faf2246b47deb30e69e48d3551fb"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e71c6011de3d4d8589e5b53dcc79f288"}], "type": "identity", "id": "ad8d4b4953184137a1b913ecee9434ed", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "13474f9a78ca4f1184e4cddc84d0d98c"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad67365a18234bb78c336e6776958c00"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc54db13337f44f8921fbb9ad0f81de8"}], "type": "alarming", "id": "bb18dc3243034f08a6a7f69f7a1edccf", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0d91d7adf0304b2681c77f979e5cdb17"}, {"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "756e5ffca9774ab3ae2db41bf330417f"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c07c727a08c243b287827f539a124e63"}], "type": "placement", "id": "bb2c9432fcbd4c56913177122468f6ba", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8004/v1/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1eed4912224b48cf9856446eae4d9928"}, {"url": "http://192.30.9.6:8004/v1/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b73b7f99236541148d84f24f09e5dd40"}, {"url": "http://192.30.9.6:8004/v1/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fbf12e52911244fdafc24a9d46f56e62"}], "type": "orchestration", "id": "c8918d139da945ba93df4ccce21d4904", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16bf098b9e2e490f8e47fa601059f975"}, {"url": "http://192.30.9.6:8776/v2/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc16fa4cf491444ca2f611d5692c1170"}, {"url": "http://192.30.9.6:8776/v2/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ccd2c5325dff4b90b391db9fdde67d99"}], "type": "volumev2", "id": "d09ac9123c34494abce21d6c27bee9d9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eac694332354a3aa0e61c31314166d7"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b4d4989c4e764717ab78d38675cadd3f"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff196e46b56d406d87a678f1a64497b0"}], "type": "compute", "id": "d4030ee932c84df58c5b910cc197caa7", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "42c3a9abd8ad4ce8ab2c4cc6e0403c33"}, "audit_ids": ["tq2MzfP1QUOG3K_W1dBKQA"], "issued_at": "2018-09-04T12:33:51.000000Z"}} 2018-09-04 12:33:51,744 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}67842059fa46f9c81248555262e978a798f27ec3" 2018-09-04 12:33:51,847 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12:33: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-3733cf04-b235-460d-8582-679f7ea91855 x-compute-request-id: req-3733cf04-b235-460d-8582-679f7ea91855 Content-Encoding: gzip Content-Length: 162 Content-Type: application/json RESP BODY: {"flavors": [{"id": "9cbbc756-b738-4f1f-8d03-84c527182338", "links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/9cbbc756-b738-4f1f-8d03-84c527182338", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/9cbbc756-b738-4f1f-8d03-84c527182338", "rel": "bookmark"}], "name": "m1.tiny"}]} 2018-09-04 12:33:51,848 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors used request id req-3733cf04-b235-460d-8582-679f7ea91855 2018-09-04 12:33:51,851 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/flavors/9cbbc756-b738-4f1f-8d03-84c527182338 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}67842059fa46f9c81248555262e978a798f27ec3" 2018-09-04 12:33:51,870 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12:33: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-3271bfd9-6112-4bfd-b0e2-0779e154fd02 x-compute-request-id: req-3271bfd9-6112-4bfd-b0e2-0779e154fd02 Content-Encoding: gzip Content-Length: 280 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/9cbbc756-b738-4f1f-8d03-84c527182338", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/9cbbc756-b738-4f1f-8d03-84c527182338", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "9cbbc756-b738-4f1f-8d03-84c527182338", "name": "m1.tiny", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-09-04 12:33:51,870 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors/9cbbc756-b738-4f1f-8d03-84c527182338 used request id req-3271bfd9-6112-4bfd-b0e2-0779e154fd02 2018-09-04 12:33:51,875 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}67842059fa46f9c81248555262e978a798f27ec3" -d '{"server": {"name": "sdnvpn-1-4", "imageRef": "f2cb7740-9bce-41af-953c-a75abf327c9f", "availability_zone": "nova:overcloud-novacompute-0.opnfvlf.org", "flavorRef": "9cbbc756-b738-4f1f-8d03-84c527182338", "user_data": "IyEvYmluL3NoCnNldCAxMC4xMC4xMS41CndoaWxlIHRydWU7IGRvCiBmb3IgaSBkbwogIGlwPSRpCiAgcGluZyAtYyAxMCAkaXAgMj4mMSA+L2Rldi9udWxsCiAgUkVTPSQ/CiAgaWYgWyAiWiRSRVMiID0gIlowIiBdIDsgdGhlbgogICBlY2hvIHBpbmcgJGlwIE9LCiAgZWxzZSBlY2hvIHBpbmcgJGlwIEtPCiAgZmkKIGRvbmUKIHNsZWVwIDEKZG9uZQo=", "max_count": 1, "min_count": 1, "networks": [{"uuid": "a97c2945-f591-46b8-89bf-4e3c6f5ae436"}], "config_drive": true}}' 2018-09-04 12:33:53,496 - novaclient.v2.client - DEBUG - RESP: [202] Date: Tue, 04 Sep 2018 12:33: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-1c93f0bb-cf1b-49a9-b2af-c8a19735e8d9 x-compute-request-id: req-1c93f0bb-cf1b-49a9-b2af-c8a19735e8d9 Content-Length: 374 location: http://172.30.9.28:8774/v2.1/servers/a2eb6af8-823c-4429-a699-7bc13fcc4fa3 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "a2eb6af8-823c-4429-a699-7bc13fcc4fa3", "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/a2eb6af8-823c-4429-a699-7bc13fcc4fa3", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/a2eb6af8-823c-4429-a699-7bc13fcc4fa3", "rel": "bookmark"}], "adminPass": "hWa362groaMd"}} 2018-09-04 12:33:53,496 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers used request id req-1c93f0bb-cf1b-49a9-b2af-c8a19735e8d9 2018-09-04 12:33:53,497 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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-09-04 12:33:53,504 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12:33:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-172d77e8-20c1-4702-b5e9-f3bfb36b009b 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.28:5000/v3/", "rel": "self"}]}} 2018-09-04 12:33:53,504 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-172d77e8-20c1-4702-b5e9-f3bfb36b009b 2018-09-04 12:33:53,504 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-09-04 12:33:53,874 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "3d416247e8224533841040c3ad2bce5a", "name": "admin"}], "expires_at": "2018-09-04T13:33:53.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1e2f68a072b64978bd7ea91c2d64aca6", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v1/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235635a698ef4bef9dc6b25273d185da"}, {"url": "http://192.30.9.6:8776/v1/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "23b07b3fbfc340a58cf0f9b2871a0d23"}, {"url": "http://172.30.9.28:8776/v1/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "72fd0aaa144d45419f4b04b6b26f69a7"}], "type": "volume", "id": "097241c25b4d4f7e91b3f8efa155909e", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v3/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93eb4cf3030a49e7840bec071422d397"}, {"url": "http://192.30.9.6:8776/v3/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8af439a6ac147fdbcb38ed9aa916b68"}, {"url": "http://192.30.9.6:8776/v3/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c4bfdbc9b7c74a23a40afdf578cfeba4"}], "type": "volumev3", "id": "1c85f4682ce44f729db1dabd98e965e8", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "82239574a29d4603a2161006f61851cf"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8d15f7134f364a7bbcfff2f84aac3bf2"}, {"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e01668c43a0c4c279b9a3d20a0280d6c"}], "type": "image", "id": "297d8415ca96454991054983920912f7", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7bb4d60e20734d4a9f31ec75e02cb823"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bf6adec15590466a9a0d3bddb00e8993"}, {"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f096f03a1d12411a8972f6f7c196b60d"}], "type": "policy", "id": "54c64351b56d44bbad74c2969cc3aa00", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "354ae6870a324fab82d0a0fb68ee0f26"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a3807e460dd4af488d982b66c52e64c"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e7c3da785076450abd71868e75ce0c33"}], "type": "cloudformation", "id": "6ac9917ae83c4639a15a4ab3cf0e76dd", "name": "heat-cfn"}, {"endpoints": [], "type": "metering", "id": "7fcc078e5e0645f29df67742ac14e388", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49e71628d386464cb950d6a9db00a328"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75b0a63ed8574bbcab1c851cc9b83d30"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9902b0a8b3c04cd192a1b84c417c232b"}], "type": "key-manager", "id": "9626544a32e74678a641c6e206f028a9", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "497340e5aa36485982fdf297f370558f"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7802beb4fc7c4952897b77bd5610b1fe"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c14af798917f4fa0b146d9772583e595"}], "type": "metric", "id": "973bfe8c658d4e5a8da725e76b9d550e", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "288ecc3674ea41d2aa3b790dcb832bf2"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7a6dc785cd7142f5b30f1a7ba0daeb03"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7f7d34e2351b4964befccc862c4e8e12"}], "type": "network", "id": "a348d7b06050474fb449be7f32ea6f5d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "21bce6ecb8464a1f8f3e3847aa698bd6"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0a8faf2246b47deb30e69e48d3551fb"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e71c6011de3d4d8589e5b53dcc79f288"}], "type": "identity", "id": "ad8d4b4953184137a1b913ecee9434ed", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "13474f9a78ca4f1184e4cddc84d0d98c"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad67365a18234bb78c336e6776958c00"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc54db13337f44f8921fbb9ad0f81de8"}], "type": "alarming", "id": "bb18dc3243034f08a6a7f69f7a1edccf", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0d91d7adf0304b2681c77f979e5cdb17"}, {"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "756e5ffca9774ab3ae2db41bf330417f"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c07c727a08c243b287827f539a124e63"}], "type": "placement", "id": "bb2c9432fcbd4c56913177122468f6ba", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8004/v1/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1eed4912224b48cf9856446eae4d9928"}, {"url": "http://192.30.9.6:8004/v1/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b73b7f99236541148d84f24f09e5dd40"}, {"url": "http://192.30.9.6:8004/v1/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fbf12e52911244fdafc24a9d46f56e62"}], "type": "orchestration", "id": "c8918d139da945ba93df4ccce21d4904", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16bf098b9e2e490f8e47fa601059f975"}, {"url": "http://192.30.9.6:8776/v2/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc16fa4cf491444ca2f611d5692c1170"}, {"url": "http://192.30.9.6:8776/v2/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ccd2c5325dff4b90b391db9fdde67d99"}], "type": "volumev2", "id": "d09ac9123c34494abce21d6c27bee9d9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eac694332354a3aa0e61c31314166d7"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b4d4989c4e764717ab78d38675cadd3f"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff196e46b56d406d87a678f1a64497b0"}], "type": "compute", "id": "d4030ee932c84df58c5b910cc197caa7", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "42c3a9abd8ad4ce8ab2c4cc6e0403c33"}, "audit_ids": ["JHJa2AU6QFKx6BiWrTL7Zg"], "issued_at": "2018-09-04T12:33:53.000000Z"}} 2018-09-04 12:33:53,876 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/a2eb6af8-823c-4429-a699-7bc13fcc4fa3 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8226274cd7ad96cd36dbbd1eebfffe0a8aa540cb" 2018-09-04 12:33:54,612 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12:33: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-341eb119-90da-4573-9fd6-45bf27495262 x-compute-request-id: req-341eb119-90da-4573-9fd6-45bf27495262 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.28:8774/v2.1/servers/a2eb6af8-823c-4429-a699-7bc13fcc4fa3", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/a2eb6af8-823c-4429-a699-7bc13fcc4fa3", "rel": "bookmark"}], "image": {"id": "f2cb7740-9bce-41af-953c-a75abf327c9f", "links": [{"href": "http://172.30.9.28:8774/images/f2cb7740-9bce-41af-953c-a75abf327c9f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000105", "OS-SRV-USG:launched_at": null, "flavor": {"id": "9cbbc756-b738-4f1f-8d03-84c527182338", "links": [{"href": "http://172.30.9.28:8774/flavors/9cbbc756-b738-4f1f-8d03-84c527182338", "rel": "bookmark"}]}, "id": "a2eb6af8-823c-4429-a699-7bc13fcc4fa3", "user_id": "42c3a9abd8ad4ce8ab2c4cc6e0403c33", "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-09-04T12:33:54Z", "hostId": "ac4312c86b6d8b3ba69b66c09fbaad9c9659999bf89f97c14b4d2a68", "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-09-04T12:33:53Z", "tenant_id": "1e2f68a072b64978bd7ea91c2d64aca6", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 12:33:54,612 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/a2eb6af8-823c-4429-a699-7bc13fcc4fa3 used request id req-341eb119-90da-4573-9fd6-45bf27495262 2018-09-04 12:33:57,619 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/a2eb6af8-823c-4429-a699-7bc13fcc4fa3 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8226274cd7ad96cd36dbbd1eebfffe0a8aa540cb" 2018-09-04 12:33:58,337 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12:33: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-d8844b84-59cf-4531-901e-ea626c770847 x-compute-request-id: req-d8844b84-59cf-4531-901e-ea626c770847 Content-Encoding: gzip Content-Length: 780 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:e9:ec:62", "version": 4, "addr": "10.10.11.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/a2eb6af8-823c-4429-a699-7bc13fcc4fa3", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/a2eb6af8-823c-4429-a699-7bc13fcc4fa3", "rel": "bookmark"}], "image": {"id": "f2cb7740-9bce-41af-953c-a75abf327c9f", "links": [{"href": "http://172.30.9.28:8774/images/f2cb7740-9bce-41af-953c-a75abf327c9f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000105", "OS-SRV-USG:launched_at": null, "flavor": {"id": "9cbbc756-b738-4f1f-8d03-84c527182338", "links": [{"href": "http://172.30.9.28:8774/flavors/9cbbc756-b738-4f1f-8d03-84c527182338", "rel": "bookmark"}]}, "id": "a2eb6af8-823c-4429-a699-7bc13fcc4fa3", "security_groups": [{"name": "default"}], "user_id": "42c3a9abd8ad4ce8ab2c4cc6e0403c33", "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-09-04T12:33:54Z", "hostId": "ac4312c86b6d8b3ba69b66c09fbaad9c9659999bf89f97c14b4d2a68", "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-09-04T12:33:53Z", "tenant_id": "1e2f68a072b64978bd7ea91c2d64aca6", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 12:33:58,337 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/a2eb6af8-823c-4429-a699-7bc13fcc4fa3 used request id req-d8844b84-59cf-4531-901e-ea626c770847 2018-09-04 12:34:01,344 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/a2eb6af8-823c-4429-a699-7bc13fcc4fa3 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8226274cd7ad96cd36dbbd1eebfffe0a8aa540cb" 2018-09-04 12:34:02,041 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12:34: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-90e23b8e-7ae4-4452-86eb-8df0e1307669 x-compute-request-id: req-90e23b8e-7ae4-4452-86eb-8df0e1307669 Content-Encoding: gzip Content-Length: 784 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:e9:ec:62", "version": 4, "addr": "10.10.11.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/a2eb6af8-823c-4429-a699-7bc13fcc4fa3", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/a2eb6af8-823c-4429-a699-7bc13fcc4fa3", "rel": "bookmark"}], "image": {"id": "f2cb7740-9bce-41af-953c-a75abf327c9f", "links": [{"href": "http://172.30.9.28:8774/images/f2cb7740-9bce-41af-953c-a75abf327c9f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000105", "OS-SRV-USG:launched_at": "2018-09-04T12:33:57.000000", "flavor": {"id": "9cbbc756-b738-4f1f-8d03-84c527182338", "links": [{"href": "http://172.30.9.28:8774/flavors/9cbbc756-b738-4f1f-8d03-84c527182338", "rel": "bookmark"}]}, "id": "a2eb6af8-823c-4429-a699-7bc13fcc4fa3", "security_groups": [{"name": "default"}], "user_id": "42c3a9abd8ad4ce8ab2c4cc6e0403c33", "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-09-04T12:33:58Z", "hostId": "ac4312c86b6d8b3ba69b66c09fbaad9c9659999bf89f97c14b4d2a68", "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-09-04T12:33:53Z", "tenant_id": "1e2f68a072b64978bd7ea91c2d64aca6", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 12:34:02,041 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/a2eb6af8-823c-4429-a699-7bc13fcc4fa3 used request id req-90e23b8e-7ae4-4452-86eb-8df0e1307669 2018-09-04 12:34:02,044 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/a2eb6af8-823c-4429-a699-7bc13fcc4fa3 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}67842059fa46f9c81248555262e978a798f27ec3" 2018-09-04 12:34:02,483 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12:34: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-da97158d-ebaf-415d-aa08-f4a0b9140417 x-compute-request-id: req-da97158d-ebaf-415d-aa08-f4a0b9140417 Content-Encoding: gzip Content-Length: 784 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:e9:ec:62", "version": 4, "addr": "10.10.11.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/a2eb6af8-823c-4429-a699-7bc13fcc4fa3", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/a2eb6af8-823c-4429-a699-7bc13fcc4fa3", "rel": "bookmark"}], "image": {"id": "f2cb7740-9bce-41af-953c-a75abf327c9f", "links": [{"href": "http://172.30.9.28:8774/images/f2cb7740-9bce-41af-953c-a75abf327c9f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000105", "OS-SRV-USG:launched_at": "2018-09-04T12:33:57.000000", "flavor": {"id": "9cbbc756-b738-4f1f-8d03-84c527182338", "links": [{"href": "http://172.30.9.28:8774/flavors/9cbbc756-b738-4f1f-8d03-84c527182338", "rel": "bookmark"}]}, "id": "a2eb6af8-823c-4429-a699-7bc13fcc4fa3", "security_groups": [{"name": "default"}], "user_id": "42c3a9abd8ad4ce8ab2c4cc6e0403c33", "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-09-04T12:33:58Z", "hostId": "ac4312c86b6d8b3ba69b66c09fbaad9c9659999bf89f97c14b4d2a68", "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-09-04T12:33:53Z", "tenant_id": "1e2f68a072b64978bd7ea91c2d64aca6", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 12:34:02,483 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/a2eb6af8-823c-4429-a699-7bc13fcc4fa3 used request id req-da97158d-ebaf-415d-aa08-f4a0b9140417 2018-09-04 12:34:02,483 - sdnvpn_test_utils - DEBUG - Instance 'sdnvpn-1-4' booted successfully. IP='10.10.11.8'. 2018-09-04 12:34:02,484 - sdnvpn_test_utils - DEBUG - Adding 'sdnvpn-1-4' to security group 'sdnvpn-sg'... 2018-09-04 12:34:02,486 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/servers/a2eb6af8-823c-4429-a699-7bc13fcc4fa3/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9f5282baed129f90b0ce3d16f6d25b4eb398c1f5" -d '{"addSecurityGroup": {"name": "aee4e203-f920-46bb-ac91-6898d944e253"}}' 2018-09-04 12:34:04,168 - novaclient.v2.client - DEBUG - RESP: [202] Date: Tue, 04 Sep 2018 12:34: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-efed98d0-3ade-459f-84f4-0e3edc86d2e3 x-compute-request-id: req-efed98d0-3ade-459f-84f4-0e3edc86d2e3 Content-Length: 0 Content-Type: application/json 2018-09-04 12:34:04,168 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/a2eb6af8-823c-4429-a699-7bc13fcc4fa3/action used request id req-efed98d0-3ade-459f-84f4-0e3edc86d2e3 2018-09-04 12:34:04,168 - sdnvpn_test_utils - INFO - Creating instance 'sdnvpn-1-1'... 2018-09-04 12:34:04,168 - sdnvpn_test_utils - DEBUG - Configuration: name=sdnvpn-1-1 flavor=m1.tiny image=f2cb7740-9bce-41af-953c-a75abf327c9f network=90b404d8-1ec3-4746-b73d-8608f53e2dbb secgroup=aee4e203-f920-46bb-ac91-6898d944e253 hypervisor=nova:overcloud-novacompute-0.opnfvlf.org fixed_ip=None files=None userdata= #!/bin/sh set 10.10.10.7 10.10.10.8 10.10.11.8 10.10.11.5 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-09-04 12:34:04,169 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-09-04 12:34:04,169 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-09-04 12:34:04,169 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-09-04 12:34:04,169 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-09-04 12:34:04,169 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-09-04 12:34:04,169 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-09-04 12:34:04,169 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-09-04 12:34:04,170 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-09-04 12:34:04,170 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-09-04 12:34:04,170 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-09-04 12:34:04,170 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-09-04 12:34:04,170 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-09-04 12:34:04,170 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-09-04 12:34:04,170 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-09-04 12:34:04,170 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-09-04 12:34:04,170 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-09-04 12:34:04,171 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-09-04 12:34:04,171 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-09-04 12:34:04,171 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-09-04 12:34:04,171 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-09-04 12:34:04,171 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-09-04 12:34:04,171 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-09-04 12:34:04,171 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-09-04 12:34:04,171 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-09-04 12:34:04,174 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-09-04 12:34:04,174 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-09-04 12:34:04,174 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-09-04 12:34:04,174 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-09-04 12:34:04,174 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-09-04 12:34:04,174 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-09-04 12:34:04,174 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-09-04 12:34:04,175 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-09-04 12:34:04,175 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-09-04 12:34:04,175 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-09-04 12:34:04,175 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-09-04 12:34:04,175 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-09-04 12:34:04,175 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-09-04 12:34:04,175 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-09-04 12:34:04,175 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-09-04 12:34:04,176 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-09-04 12:34:04,176 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-09-04 12:34:04,176 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-09-04 12:34:04,176 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-09-04 12:34:04,176 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-09-04 12:34:04,176 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-09-04 12:34:04,176 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-09-04 12:34:04,176 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-09-04 12:34:04,176 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-09-04 12:34:04,179 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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-09-04 12:34:04,186 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12:34:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-50ece0c5-cf66-49dc-8c6f-b722904b3fc8 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.28:5000/v3/", "rel": "self"}]}} 2018-09-04 12:34:04,186 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-50ece0c5-cf66-49dc-8c6f-b722904b3fc8 2018-09-04 12:34:04,186 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-09-04 12:34:04,561 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "3d416247e8224533841040c3ad2bce5a", "name": "admin"}], "expires_at": "2018-09-04T13:34:04.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1e2f68a072b64978bd7ea91c2d64aca6", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v1/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235635a698ef4bef9dc6b25273d185da"}, {"url": "http://192.30.9.6:8776/v1/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "23b07b3fbfc340a58cf0f9b2871a0d23"}, {"url": "http://172.30.9.28:8776/v1/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "72fd0aaa144d45419f4b04b6b26f69a7"}], "type": "volume", "id": "097241c25b4d4f7e91b3f8efa155909e", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v3/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93eb4cf3030a49e7840bec071422d397"}, {"url": "http://192.30.9.6:8776/v3/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8af439a6ac147fdbcb38ed9aa916b68"}, {"url": "http://192.30.9.6:8776/v3/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c4bfdbc9b7c74a23a40afdf578cfeba4"}], "type": "volumev3", "id": "1c85f4682ce44f729db1dabd98e965e8", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "82239574a29d4603a2161006f61851cf"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8d15f7134f364a7bbcfff2f84aac3bf2"}, {"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e01668c43a0c4c279b9a3d20a0280d6c"}], "type": "image", "id": "297d8415ca96454991054983920912f7", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7bb4d60e20734d4a9f31ec75e02cb823"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bf6adec15590466a9a0d3bddb00e8993"}, {"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f096f03a1d12411a8972f6f7c196b60d"}], "type": "policy", "id": "54c64351b56d44bbad74c2969cc3aa00", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "354ae6870a324fab82d0a0fb68ee0f26"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a3807e460dd4af488d982b66c52e64c"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e7c3da785076450abd71868e75ce0c33"}], "type": "cloudformation", "id": "6ac9917ae83c4639a15a4ab3cf0e76dd", "name": "heat-cfn"}, {"endpoints": [], "type": "metering", "id": "7fcc078e5e0645f29df67742ac14e388", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49e71628d386464cb950d6a9db00a328"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75b0a63ed8574bbcab1c851cc9b83d30"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9902b0a8b3c04cd192a1b84c417c232b"}], "type": "key-manager", "id": "9626544a32e74678a641c6e206f028a9", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "497340e5aa36485982fdf297f370558f"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7802beb4fc7c4952897b77bd5610b1fe"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c14af798917f4fa0b146d9772583e595"}], "type": "metric", "id": "973bfe8c658d4e5a8da725e76b9d550e", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "288ecc3674ea41d2aa3b790dcb832bf2"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7a6dc785cd7142f5b30f1a7ba0daeb03"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7f7d34e2351b4964befccc862c4e8e12"}], "type": "network", "id": "a348d7b06050474fb449be7f32ea6f5d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "21bce6ecb8464a1f8f3e3847aa698bd6"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0a8faf2246b47deb30e69e48d3551fb"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e71c6011de3d4d8589e5b53dcc79f288"}], "type": "identity", "id": "ad8d4b4953184137a1b913ecee9434ed", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "13474f9a78ca4f1184e4cddc84d0d98c"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad67365a18234bb78c336e6776958c00"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc54db13337f44f8921fbb9ad0f81de8"}], "type": "alarming", "id": "bb18dc3243034f08a6a7f69f7a1edccf", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0d91d7adf0304b2681c77f979e5cdb17"}, {"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "756e5ffca9774ab3ae2db41bf330417f"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c07c727a08c243b287827f539a124e63"}], "type": "placement", "id": "bb2c9432fcbd4c56913177122468f6ba", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8004/v1/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1eed4912224b48cf9856446eae4d9928"}, {"url": "http://192.30.9.6:8004/v1/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b73b7f99236541148d84f24f09e5dd40"}, {"url": "http://192.30.9.6:8004/v1/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fbf12e52911244fdafc24a9d46f56e62"}], "type": "orchestration", "id": "c8918d139da945ba93df4ccce21d4904", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16bf098b9e2e490f8e47fa601059f975"}, {"url": "http://192.30.9.6:8776/v2/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc16fa4cf491444ca2f611d5692c1170"}, {"url": "http://192.30.9.6:8776/v2/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ccd2c5325dff4b90b391db9fdde67d99"}], "type": "volumev2", "id": "d09ac9123c34494abce21d6c27bee9d9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eac694332354a3aa0e61c31314166d7"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b4d4989c4e764717ab78d38675cadd3f"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff196e46b56d406d87a678f1a64497b0"}], "type": "compute", "id": "d4030ee932c84df58c5b910cc197caa7", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "42c3a9abd8ad4ce8ab2c4cc6e0403c33"}, "audit_ids": ["zKyl4J_LT5CqlIT1akxwyg"], "issued_at": "2018-09-04T12:34:04.000000Z"}} 2018-09-04 12:34:04,565 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bfbd61787433c3d9514c34075f378004a089e75e" 2018-09-04 12:34:04,727 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12:34: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-1c8165c5-878c-4015-a947-ac1577fc71e3 x-compute-request-id: req-1c8165c5-878c-4015-a947-ac1577fc71e3 Content-Encoding: gzip Content-Length: 162 Content-Type: application/json RESP BODY: {"flavors": [{"id": "9cbbc756-b738-4f1f-8d03-84c527182338", "links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/9cbbc756-b738-4f1f-8d03-84c527182338", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/9cbbc756-b738-4f1f-8d03-84c527182338", "rel": "bookmark"}], "name": "m1.tiny"}]} 2018-09-04 12:34:04,728 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors used request id req-1c8165c5-878c-4015-a947-ac1577fc71e3 2018-09-04 12:34:04,731 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/flavors/9cbbc756-b738-4f1f-8d03-84c527182338 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bfbd61787433c3d9514c34075f378004a089e75e" 2018-09-04 12:34:04,753 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12:34: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-9e04f685-e1bc-496e-a6f1-1bf87cbdbf5e x-compute-request-id: req-9e04f685-e1bc-496e-a6f1-1bf87cbdbf5e Content-Encoding: gzip Content-Length: 280 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/9cbbc756-b738-4f1f-8d03-84c527182338", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/9cbbc756-b738-4f1f-8d03-84c527182338", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "9cbbc756-b738-4f1f-8d03-84c527182338", "name": "m1.tiny", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-09-04 12:34:04,753 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors/9cbbc756-b738-4f1f-8d03-84c527182338 used request id req-9e04f685-e1bc-496e-a6f1-1bf87cbdbf5e 2018-09-04 12:34:04,756 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bfbd61787433c3d9514c34075f378004a089e75e" -d '{"server": {"name": "sdnvpn-1-1", "imageRef": "f2cb7740-9bce-41af-953c-a75abf327c9f", "availability_zone": "nova:overcloud-novacompute-0.opnfvlf.org", "flavorRef": "9cbbc756-b738-4f1f-8d03-84c527182338", "user_data": "IyEvYmluL3NoCnNldCAxMC4xMC4xMC43IDEwLjEwLjEwLjggMTAuMTAuMTEuOCAxMC4xMC4xMS41CndoaWxlIHRydWU7IGRvCiBmb3IgaSBkbwogIGlwPSRpCiAgcGluZyAtYyAxMCAkaXAgMj4mMSA+L2Rldi9udWxsCiAgUkVTPSQ/CiAgaWYgWyAiWiRSRVMiID0gIlowIiBdIDsgdGhlbgogICBlY2hvIHBpbmcgJGlwIE9LCiAgZWxzZSBlY2hvIHBpbmcgJGlwIEtPCiAgZmkKIGRvbmUKIHNsZWVwIDEKZG9uZQo=", "max_count": 1, "min_count": 1, "networks": [{"uuid": "90b404d8-1ec3-4746-b73d-8608f53e2dbb"}], "config_drive": true}}' 2018-09-04 12:34:06,784 - novaclient.v2.client - DEBUG - RESP: [202] Date: Tue, 04 Sep 2018 12:34:04 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-9513b7aa-6be9-4b00-becd-5c489f505d6a x-compute-request-id: req-9513b7aa-6be9-4b00-becd-5c489f505d6a Content-Length: 374 location: http://172.30.9.28:8774/v2.1/servers/04cc9505-c6d4-4997-9dec-681b8c15f1ad Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "04cc9505-c6d4-4997-9dec-681b8c15f1ad", "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/04cc9505-c6d4-4997-9dec-681b8c15f1ad", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/04cc9505-c6d4-4997-9dec-681b8c15f1ad", "rel": "bookmark"}], "adminPass": "iEuACtvP2WKg"}} 2018-09-04 12:34:06,784 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers used request id req-9513b7aa-6be9-4b00-becd-5c489f505d6a 2018-09-04 12:34:06,785 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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-09-04 12:34:06,792 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12:34:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5ae2819d-d4a5-43b5-8537-1b2f1c8fdff9 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.28:5000/v3/", "rel": "self"}]}} 2018-09-04 12:34:06,792 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-5ae2819d-d4a5-43b5-8537-1b2f1c8fdff9 2018-09-04 12:34:06,793 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-09-04 12:34:07,166 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "3d416247e8224533841040c3ad2bce5a", "name": "admin"}], "expires_at": "2018-09-04T13:34:07.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1e2f68a072b64978bd7ea91c2d64aca6", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v1/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235635a698ef4bef9dc6b25273d185da"}, {"url": "http://192.30.9.6:8776/v1/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "23b07b3fbfc340a58cf0f9b2871a0d23"}, {"url": "http://172.30.9.28:8776/v1/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "72fd0aaa144d45419f4b04b6b26f69a7"}], "type": "volume", "id": "097241c25b4d4f7e91b3f8efa155909e", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v3/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93eb4cf3030a49e7840bec071422d397"}, {"url": "http://192.30.9.6:8776/v3/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8af439a6ac147fdbcb38ed9aa916b68"}, {"url": "http://192.30.9.6:8776/v3/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c4bfdbc9b7c74a23a40afdf578cfeba4"}], "type": "volumev3", "id": "1c85f4682ce44f729db1dabd98e965e8", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "82239574a29d4603a2161006f61851cf"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8d15f7134f364a7bbcfff2f84aac3bf2"}, {"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e01668c43a0c4c279b9a3d20a0280d6c"}], "type": "image", "id": "297d8415ca96454991054983920912f7", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7bb4d60e20734d4a9f31ec75e02cb823"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bf6adec15590466a9a0d3bddb00e8993"}, {"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f096f03a1d12411a8972f6f7c196b60d"}], "type": "policy", "id": "54c64351b56d44bbad74c2969cc3aa00", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "354ae6870a324fab82d0a0fb68ee0f26"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a3807e460dd4af488d982b66c52e64c"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e7c3da785076450abd71868e75ce0c33"}], "type": "cloudformation", "id": "6ac9917ae83c4639a15a4ab3cf0e76dd", "name": "heat-cfn"}, {"endpoints": [], "type": "metering", "id": "7fcc078e5e0645f29df67742ac14e388", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49e71628d386464cb950d6a9db00a328"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75b0a63ed8574bbcab1c851cc9b83d30"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9902b0a8b3c04cd192a1b84c417c232b"}], "type": "key-manager", "id": "9626544a32e74678a641c6e206f028a9", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "497340e5aa36485982fdf297f370558f"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7802beb4fc7c4952897b77bd5610b1fe"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c14af798917f4fa0b146d9772583e595"}], "type": "metric", "id": "973bfe8c658d4e5a8da725e76b9d550e", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "288ecc3674ea41d2aa3b790dcb832bf2"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7a6dc785cd7142f5b30f1a7ba0daeb03"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7f7d34e2351b4964befccc862c4e8e12"}], "type": "network", "id": "a348d7b06050474fb449be7f32ea6f5d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "21bce6ecb8464a1f8f3e3847aa698bd6"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0a8faf2246b47deb30e69e48d3551fb"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e71c6011de3d4d8589e5b53dcc79f288"}], "type": "identity", "id": "ad8d4b4953184137a1b913ecee9434ed", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "13474f9a78ca4f1184e4cddc84d0d98c"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad67365a18234bb78c336e6776958c00"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc54db13337f44f8921fbb9ad0f81de8"}], "type": "alarming", "id": "bb18dc3243034f08a6a7f69f7a1edccf", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0d91d7adf0304b2681c77f979e5cdb17"}, {"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "756e5ffca9774ab3ae2db41bf330417f"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c07c727a08c243b287827f539a124e63"}], "type": "placement", "id": "bb2c9432fcbd4c56913177122468f6ba", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8004/v1/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1eed4912224b48cf9856446eae4d9928"}, {"url": "http://192.30.9.6:8004/v1/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b73b7f99236541148d84f24f09e5dd40"}, {"url": "http://192.30.9.6:8004/v1/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fbf12e52911244fdafc24a9d46f56e62"}], "type": "orchestration", "id": "c8918d139da945ba93df4ccce21d4904", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16bf098b9e2e490f8e47fa601059f975"}, {"url": "http://192.30.9.6:8776/v2/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc16fa4cf491444ca2f611d5692c1170"}, {"url": "http://192.30.9.6:8776/v2/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ccd2c5325dff4b90b391db9fdde67d99"}], "type": "volumev2", "id": "d09ac9123c34494abce21d6c27bee9d9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eac694332354a3aa0e61c31314166d7"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b4d4989c4e764717ab78d38675cadd3f"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff196e46b56d406d87a678f1a64497b0"}], "type": "compute", "id": "d4030ee932c84df58c5b910cc197caa7", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "42c3a9abd8ad4ce8ab2c4cc6e0403c33"}, "audit_ids": ["gQlwxwh1S1SutkC5qRVgaw"], "issued_at": "2018-09-04T12:34:07.000000Z"}} 2018-09-04 12:34:07,171 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/04cc9505-c6d4-4997-9dec-681b8c15f1ad -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}99073c9d82f9e5f2b2855ed11d5ddd0339553c6c" 2018-09-04 12:34:07,704 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12:34: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-d044c6c8-83f0-444d-befa-d3830234cf7a x-compute-request-id: req-d044c6c8-83f0-444d-befa-d3830234cf7a Content-Encoding: gzip Content-Length: 629 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/04cc9505-c6d4-4997-9dec-681b8c15f1ad", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/04cc9505-c6d4-4997-9dec-681b8c15f1ad", "rel": "bookmark"}], "image": {"id": "f2cb7740-9bce-41af-953c-a75abf327c9f", "links": [{"href": "http://172.30.9.28:8774/images/f2cb7740-9bce-41af-953c-a75abf327c9f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000108", "OS-SRV-USG:launched_at": null, "flavor": {"id": "9cbbc756-b738-4f1f-8d03-84c527182338", "links": [{"href": "http://172.30.9.28:8774/flavors/9cbbc756-b738-4f1f-8d03-84c527182338", "rel": "bookmark"}]}, "id": "04cc9505-c6d4-4997-9dec-681b8c15f1ad", "user_id": "42c3a9abd8ad4ce8ab2c4cc6e0403c33", "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-09-04T12:34:07Z", "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-09-04T12:34:06Z", "tenant_id": "1e2f68a072b64978bd7ea91c2d64aca6", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 12:34:07,705 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/04cc9505-c6d4-4997-9dec-681b8c15f1ad used request id req-d044c6c8-83f0-444d-befa-d3830234cf7a 2018-09-04 12:34:10,712 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/04cc9505-c6d4-4997-9dec-681b8c15f1ad -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}99073c9d82f9e5f2b2855ed11d5ddd0339553c6c" 2018-09-04 12:34:11,249 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12:34: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-f34736db-a2ce-4195-b287-c75c5890d355 x-compute-request-id: req-f34736db-a2ce-4195-b287-c75c5890d355 Content-Encoding: gzip Content-Length: 779 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:11:49:b2", "version": 4, "addr": "10.10.10.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/04cc9505-c6d4-4997-9dec-681b8c15f1ad", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/04cc9505-c6d4-4997-9dec-681b8c15f1ad", "rel": "bookmark"}], "image": {"id": "f2cb7740-9bce-41af-953c-a75abf327c9f", "links": [{"href": "http://172.30.9.28:8774/images/f2cb7740-9bce-41af-953c-a75abf327c9f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000108", "OS-SRV-USG:launched_at": null, "flavor": {"id": "9cbbc756-b738-4f1f-8d03-84c527182338", "links": [{"href": "http://172.30.9.28:8774/flavors/9cbbc756-b738-4f1f-8d03-84c527182338", "rel": "bookmark"}]}, "id": "04cc9505-c6d4-4997-9dec-681b8c15f1ad", "security_groups": [{"name": "default"}], "user_id": "42c3a9abd8ad4ce8ab2c4cc6e0403c33", "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-09-04T12:34:07Z", "hostId": "ac4312c86b6d8b3ba69b66c09fbaad9c9659999bf89f97c14b4d2a68", "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-09-04T12:34:06Z", "tenant_id": "1e2f68a072b64978bd7ea91c2d64aca6", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 12:34:11,249 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/04cc9505-c6d4-4997-9dec-681b8c15f1ad used request id req-f34736db-a2ce-4195-b287-c75c5890d355 2018-09-04 12:34:14,255 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/04cc9505-c6d4-4997-9dec-681b8c15f1ad -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}99073c9d82f9e5f2b2855ed11d5ddd0339553c6c" 2018-09-04 12:34:14,889 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12:34: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-1b412a38-bf65-4f04-b750-43be21950630 x-compute-request-id: req-1b412a38-bf65-4f04-b750-43be21950630 Content-Encoding: gzip Content-Length: 782 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:11:49:b2", "version": 4, "addr": "10.10.10.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/04cc9505-c6d4-4997-9dec-681b8c15f1ad", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/04cc9505-c6d4-4997-9dec-681b8c15f1ad", "rel": "bookmark"}], "image": {"id": "f2cb7740-9bce-41af-953c-a75abf327c9f", "links": [{"href": "http://172.30.9.28:8774/images/f2cb7740-9bce-41af-953c-a75abf327c9f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000108", "OS-SRV-USG:launched_at": "2018-09-04T12:34:11.000000", "flavor": {"id": "9cbbc756-b738-4f1f-8d03-84c527182338", "links": [{"href": "http://172.30.9.28:8774/flavors/9cbbc756-b738-4f1f-8d03-84c527182338", "rel": "bookmark"}]}, "id": "04cc9505-c6d4-4997-9dec-681b8c15f1ad", "security_groups": [{"name": "default"}], "user_id": "42c3a9abd8ad4ce8ab2c4cc6e0403c33", "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-09-04T12:34:11Z", "hostId": "ac4312c86b6d8b3ba69b66c09fbaad9c9659999bf89f97c14b4d2a68", "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-09-04T12:34:06Z", "tenant_id": "1e2f68a072b64978bd7ea91c2d64aca6", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 12:34:14,889 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/04cc9505-c6d4-4997-9dec-681b8c15f1ad used request id req-1b412a38-bf65-4f04-b750-43be21950630 2018-09-04 12:34:14,892 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/04cc9505-c6d4-4997-9dec-681b8c15f1ad -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bfbd61787433c3d9514c34075f378004a089e75e" 2018-09-04 12:34:15,269 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12:34: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-f16a2038-7067-4365-a3e7-934ac8985d19 x-compute-request-id: req-f16a2038-7067-4365-a3e7-934ac8985d19 Content-Encoding: gzip Content-Length: 782 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:11:49:b2", "version": 4, "addr": "10.10.10.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/04cc9505-c6d4-4997-9dec-681b8c15f1ad", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/04cc9505-c6d4-4997-9dec-681b8c15f1ad", "rel": "bookmark"}], "image": {"id": "f2cb7740-9bce-41af-953c-a75abf327c9f", "links": [{"href": "http://172.30.9.28:8774/images/f2cb7740-9bce-41af-953c-a75abf327c9f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000108", "OS-SRV-USG:launched_at": "2018-09-04T12:34:11.000000", "flavor": {"id": "9cbbc756-b738-4f1f-8d03-84c527182338", "links": [{"href": "http://172.30.9.28:8774/flavors/9cbbc756-b738-4f1f-8d03-84c527182338", "rel": "bookmark"}]}, "id": "04cc9505-c6d4-4997-9dec-681b8c15f1ad", "security_groups": [{"name": "default"}], "user_id": "42c3a9abd8ad4ce8ab2c4cc6e0403c33", "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-09-04T12:34:11Z", "hostId": "ac4312c86b6d8b3ba69b66c09fbaad9c9659999bf89f97c14b4d2a68", "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-09-04T12:34:06Z", "tenant_id": "1e2f68a072b64978bd7ea91c2d64aca6", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 12:34:15,269 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/04cc9505-c6d4-4997-9dec-681b8c15f1ad used request id req-f16a2038-7067-4365-a3e7-934ac8985d19 2018-09-04 12:34:15,270 - sdnvpn_test_utils - DEBUG - Instance 'sdnvpn-1-1' booted successfully. IP='10.10.10.11'. 2018-09-04 12:34:15,270 - sdnvpn_test_utils - DEBUG - Adding 'sdnvpn-1-1' to security group 'sdnvpn-sg'... 2018-09-04 12:34:15,272 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/servers/04cc9505-c6d4-4997-9dec-681b8c15f1ad/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9f5282baed129f90b0ce3d16f6d25b4eb398c1f5" -d '{"addSecurityGroup": {"name": "aee4e203-f920-46bb-ac91-6898d944e253"}}' 2018-09-04 12:34:16,684 - novaclient.v2.client - DEBUG - RESP: [202] Date: Tue, 04 Sep 2018 12:34: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-f631aa25-372e-4624-87d5-20ae84eaa131 x-compute-request-id: req-f631aa25-372e-4624-87d5-20ae84eaa131 Content-Length: 0 Content-Type: application/json 2018-09-04 12:34:16,684 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/04cc9505-c6d4-4997-9dec-681b8c15f1ad/action used request id req-f631aa25-372e-4624-87d5-20ae84eaa131 2018-09-04 12:34:16,684 - sdnvpn-results - INFO - Create VPN with eRT<>iRT 2018-09-04 12:34:16,692 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:9696/v2.0/bgpvpn/bgpvpns -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0d753d94308a70830ec0e8d290b3978a59e1b1c4" -d '{"bgpvpn": {"import_targets": "88:88", "export_targets": "55:55", "name": "sdnvpn-333207", "route_distinguishers": "11:11"}}' 2018-09-04 12:34:17,112 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 341 X-Openstack-Request-Id: req-a2b46107-64bb-4f86-8f40-c036f3fe5077 Date: Tue, 04 Sep 2018 12:34:17 GMT RESP BODY: {"bgpvpn": {"export_targets": ["55:55"], "route_distinguishers": ["11:11"], "routers": [], "id": "22be3728-d2a3-45b8-8094-00885573b05c", "name": "sdnvpn-333207", "tenant_id": "1e2f68a072b64978bd7ea91c2d64aca6", "import_targets": ["88:88"], "networks": [], "route_targets": [], "project_id": "1e2f68a072b64978bd7ea91c2d64aca6", "type": "l3"}} 2018-09-04 12:34:17,112 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/bgpvpn/bgpvpns used request id req-a2b46107-64bb-4f86-8f40-c036f3fe5077 2018-09-04 12:34:17,112 - sdnvpn.test.functest.testcase_1 - DEBUG - VPN created details: {u'bgpvpn': {u'export_targets': [u'55:55'], u'name': u'sdnvpn-333207', u'route_distinguishers': [u'11:11'], u'routers': [], u'import_targets': [u'88:88'], u'networks': [], u'tenant_id': u'1e2f68a072b64978bd7ea91c2d64aca6', u'route_targets': [], u'project_id': u'1e2f68a072b64978bd7ea91c2d64aca6', u'type': u'l3', u'id': u'22be3728-d2a3-45b8-8094-00885573b05c'}} 2018-09-04 12:34:17,113 - sdnvpn-results - INFO - Associate network 'sdnvpn-1-1-net' to the VPN. 2018-09-04 12:34:17,119 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:9696/v2.0/bgpvpn/bgpvpns/22be3728-d2a3-45b8-8094-00885573b05c/network_associations -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0d753d94308a70830ec0e8d290b3978a59e1b1c4" -d '{"network_association": {"network_id": "90b404d8-1ec3-4746-b73d-8608f53e2dbb"}}' 2018-09-04 12:34:17,577 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 224 X-Openstack-Request-Id: req-d5d3a45c-3b97-4b2a-a177-84e88640d9f7 Date: Tue, 04 Sep 2018 12:34:17 GMT RESP BODY: {"network_association": {"network_id": "90b404d8-1ec3-4746-b73d-8608f53e2dbb", "tenant_id": "1e2f68a072b64978bd7ea91c2d64aca6", "project_id": "1e2f68a072b64978bd7ea91c2d64aca6", "id": "ab8fd306-de2e-4c9e-8821-58967c1d4d02"}} 2018-09-04 12:34:17,577 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/bgpvpn/bgpvpns/22be3728-d2a3-45b8-8094-00885573b05c/network_associations used request id req-d5d3a45c-3b97-4b2a-a177-84e88640d9f7 2018-09-04 12:34:17,578 - sdnvpn_test_utils - INFO - Waiting for instance fa5d7e99-c18c-477e-8ddb-fcc57f83ee85 to boot up 2018-09-04 12:34:17,580 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/servers/fa5d7e99-c18c-477e-8ddb-fcc57f83ee85/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9a2ca04fcb7b6fb2017e2f2614d632b99011b842" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-04 12:34:18,651 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12:34: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-e3eea565-820e-41d0-a19a-7cdba54f8575 x-compute-request-id: req-e3eea565-820e-41d0-a19a-7cdba54f8575 Content-Encoding: gzip Content-Length: 7687 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 564489604 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 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.168472] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.170131] pid_max: default: 32768 minimum: 301\n[ 0.171032] ACPI: Core revision 20150930\n[ 0.172417] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.173729] Security Framework initialized\n[ 0.174548] Yama: becoming mindful.\n[ 0.175278] AppArmor: AppArmor initialized\n[ 0.176146] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.177489] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.178785] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.179999] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.181386] Initializing cgroup subsys io\n[ 0.182202] Initializing cgroup subsys memory\n[ 0.183073] Initializing cgroup subsys devices\n[ 0.183961] Initializing cgroup subsys freezer\n[ 0.184828] Initializing cgroup subsys net_cls\n[ 0.185702] Initializing cgroup subsys perf_event\n[ 0.186623] Initializing cgroup subsys net_prio\n[ 0.187509] Initializing cgroup subsys hugetlb\n[ 0.188385] Initializing cgroup subsys pids\n[ 0.189264] CPU: Physical Processor ID: 0\n[ 0.190763] mce: CPU supports 10 MCE banks\n[ 0.191627] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.192632] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.203254] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.209591] ftrace: allocating 31920 entries in 125 pages\n[ 0.235709] smpboot: Max logical packages: 1\n[ 0.236570] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.237918] x2apic enabled\n[ 0.238749] Switched APIC routing to physical x2apic.\n[ 0.240510] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.241643] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.243635] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.245412] KVM setup paravirtual spinlock\n[ 0.246692] x86: Booted up 1 node, 1 CPUs\n[ 0.247494] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.248879] devtmpfs: initialized\n[ 0.250591] evm: security.selinux\n[ 0.251295] evm: security.SMACK64\n[ 0.251981] evm: security.SMACK64EXEC\n[ 0.252720] evm: security.SMACK64TRANSMUTE\n[ 0.253525] evm: security.SMACK64MMAP\n[ 0.254273] evm: security.ima\n[ 0.254909] evm: security.capability\n[ 0.255713] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.257581] pinctrl core: initialized pinctrl subsystem\n[ 0.258677] RTC time: 12:33:18, date: 09/04/18\n[ 0.259669] NET: Registered protocol family 16\n[ 0.260640] cpuidle: using governor ladder\n[ 0.261454] cpuidle: using governor menu\n[ 0.262235] PCCT header not found.\n[ 0.262988] ACPI: bus type PCI registered\n[ 0.263777] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.265010] PCI: Using configuration type 1 for base access\n[ 0.266750] ACPI: Added _OSI(Module Device)\n[ 0.267589] ACPI: Added _OSI(Processor Device)\n[ 0.268454] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.269355] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.271451] ACPI: Interpreter enabled\n[ 0.272224] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.274054] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.275872] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.277701] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.279522] ACPI: (supports S0 S5)\n[ 0.280229] ACPI: Using IOAPIC for interrupt routing\n[ 0.281173] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.284234] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.285365] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.286594] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.287770] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.289972] acpiphp: Slot [3] registered\n[ 0.290762] acpiphp: Slot [4] registered\n[ 0.291563] acpiphp: Slot [5] registered\n[ 0.292355] acpiphp: Slot [6] registered\n[ 0.293141] acpiphp: Slot [7] registered\n[ 0.293932] acpiphp: Slot [8] registered\n[ 0.294724] acpiphp: Slot [9] registered\n[ 0.295515] acpiphp: Slot [10] registered\n[ 0.296317] acpiphp: Slot [11] registered\n[ 0.297127] acpiphp: Slot [12] registered\n[ 0.297931] acpiphp: Slot [13] registered\n[ 0.298734] acpiphp: Slot [14] registered\n[ 0.299536] acpiphp: Slot [15] registered\n[ 0.310465] acpiphp: Slot [16] registered\n[ 0.311275] acpiphp: Slot [17] registered\n[ 0.312077] acpiphp: Slot [18] registered\n[ 0.312874] acpiphp: Slot [19] registered\n[ 0.313674] acpiphp: Slot [20] registered\n[ 0.314483] acpiphp: Slot [21] registered\n[ 0.315286] acpiphp: Slot [22] registered\n[ 0.316085] acpiphp: Slot [23] registered\n[ 0.316882] acpiphp: Slot [24] registered\n[ 0.317683] acpiphp: Slot [25] registered\n[ 0.318491] acpiphp: Slot [26] registered\n[ 0.319293] acpiphp: Slot [27] registered\n[ 0.320094] acpiphp: Slot [28] registered\n[ 0.320890] acpiphp: Slot [29] registered\n[ 0.321690] acpiphp: Slot [30] registered\n[ 0.322495] acpiphp: Slot [31] registered\n[ 0.323295] PCI host bridge to bus 0000:00\n[ 0.324093] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.325291] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.326487] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.327919] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.329353] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.335552] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.336842] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.338018] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.339288] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.346246] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.347676] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.396819] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.398297] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.399728] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.401151] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.402538] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.404408] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.405560] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.406618] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.408177] vgaarb: loaded\n[ 0.408780] vgaarb: bridge control possible 0000:00:02.0\n[ 0.409916] SCSI subsystem initialized\n[ 0.410735] ACPI: bus type USB registered\n[ 0.411552] usbcore: registered new interface driver usbfs\n[ 0.412594] usbcore: registered new interface driver hub\n[ 0.413602] usbcore: registered new device driver usb\n[ 0.414653] PCI: Using ACPI for IRQ routing\n[ 0.415678] NetLabel: Initializing\n[ 0.416389] NetLabel: domain hash size = 128\n[ 0.417243] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.418190] NetLabel: unlabeled traffic allowed by default\n[ 0.419279] clocksource: Switched to clocksource kvm-clock\n[ 0.424810] AppArmor: AppArmor Filesystem Enabled\n[ 0.425781] pnp: PnP ACPI init\n[ 0.426703] pnp: PnP ACPI: found 5 devices\n[ 0.433085] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.434800] NET: Registered protocol family 2\n[ 0.435773] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.437079] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.438260] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.439442] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.440532] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.441712] NET: Registered protocol family 1\n[ 0.442585] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.443696] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.444781] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.458828] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.473076] Trying to unpack rootfs image as initramfs...\n[ 0.522364] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.536227] Scanning for low memory corruption every 60 seconds\n[ 0.537808] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.539226] audit: initializing netlink subsys (disabled)\n[ 0.540494] audit: type=2000 audit(1536064399.532:1): initialized\n[ 0.542068] Initialise system trusted keyring\n[ 0.543193] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.544645] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.546815] zbud: loaded\n[ 0.547621] VFS: Disk quotas dquot_6.6.0\n[ 0.548590] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.550340] fuse init (API version 7.23)\n[ 0.551399] Key type big_key registered\n[ 0.552391] Allocating IMA MOK and blacklist keyrings.\n[ 0.553695] Key type asymmetric registered\n[ 0.554675] Asymmetric key parser 'x509' registered\n[ 0.555817] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.557561] io scheduler noop registered\n[ 0.558501] io scheduler deadline registered (default)\n[ 0.559697] io scheduler cfq registered\n[ 0.560713] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.562042] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.563457] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.564924] ACPI: Power Button [PWRF]\n[ 0.566128] GHES: HEST is not enabled!\n[ 0.579854] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.609889] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.612752] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.636652] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.638785] Linux agpgart interface v0.103\n[ 0.640863] brd: module loaded\n[ 0.642088] loop: module loaded\n[ 0.646632] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.648093] GPT:90111 != 2097151\n[ 0.648773] GPT:Alternate GPT header not at the end of the disk.\n[ 0.649862] GPT:90111 != 2097151\n[ 0.650538] GPT: Use GNU Parted to correct GPT errors.\n[ 0.651508] vda: vda1 vda15\n[ 0.652923] scsi host0: ata_piix\n[ 0.653666] scsi host1: ata_piix\n[ 0.654376] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.655608] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.657060] libphy: Fixed MDIO Bus: probed\n[ 0.657877] tun: Universal TUN/TAP device driver, 1.6\n[ 0.658828] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.660967] PPP generic driver version 2.4.2\n[ 0.661852] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.663171] ehci-pci: EHCI PCI platform driver\n[ 0.664057] ehci-platform: EHCI generic platform driver\n[ 0.665051] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.666180] ohci-pci: OHCI PCI platform driver\n[ 0.667050] ohci-platform: OHCI generic platform driver\n[ 0.668049] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.682433] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.683448] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.684910] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.685928] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.687059] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.688291] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.689713] usb usb1: Product: UHCI Host Controller\n[ 0.690646] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.691795] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.692847] hub 1-0:1.0: USB hub found\n[ 0.693627] hub 1-0:1.0: 2 ports detected\n[ 0.694534] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.696665] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.697625] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.698654] mousedev: PS/2 mouse device common for all mice\n[ 0.699912] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.701750] rtc_cmos 00:00: RTC can wake from S4\n[ 0.702842] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.704053] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.705245] i2c /dev entries driver\n[ 0.705997] device-mapper: uevent: version 1.0.3\n[ 0.706922] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.708565] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.709851] NET: Registered protocol family 10\n[ 0.710847] NET: Registered protocol family 17\n[ 0.711749] Key type dns_resolver registered\n[ 0.712691] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.713791] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.715547] registered taskstats version 1\n[ 0.716383] Loading compiled-in X.509 certificates\n[ 0.717821] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.719698] zswap: loaded using pool lzo/zbud\n[ 0.721070] Key type trusted registered\n[ 0.722611] Key type encrypted registered\n[ 0.723449] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.724481] ima: No TPM chip found, activating TPM-bypass!\n[ 0.725516] evm: HMAC attrs: 0x1\n[ 0.726463] Magic number: 2:619:581\n[ 0.727321] rtc_cmos 00:00: setting system clock to 2018-09-04 12:33:19 UTC (1536064399)\n[ 0.728925] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.730051] EDD information not available.\n[ 0.816224] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.817758] Write protecting the kernel read-only data: 14336k\n[ 0.829628] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.831438] 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.873200] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.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... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\n"} 2018-09-04 12:34:18,652 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/fa5d7e99-c18c-477e-8ddb-fcc57f83ee85/action used request id req-e3eea565-820e-41d0-a19a-7cdba54f8575 2018-09-04 12:34:20,669 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/servers/fa5d7e99-c18c-477e-8ddb-fcc57f83ee85/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9a2ca04fcb7b6fb2017e2f2614d632b99011b842" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-04 12:34:21,742 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12:34: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-6913da36-3998-41b3-83b4-0c90930beba3 x-compute-request-id: req-6913da36-3998-41b3-83b4-0c90930beba3 Content-Encoding: gzip Content-Length: 7896 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 564489604 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 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.168472] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.170131] pid_max: default: 32768 minimum: 301\n[ 0.171032] ACPI: Core revision 20150930\n[ 0.172417] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.173729] Security Framework initialized\n[ 0.174548] Yama: becoming mindful.\n[ 0.175278] AppArmor: AppArmor initialized\n[ 0.176146] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.177489] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.178785] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.179999] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.181386] Initializing cgroup subsys io\n[ 0.182202] Initializing cgroup subsys memory\n[ 0.183073] Initializing cgroup subsys devices\n[ 0.183961] Initializing cgroup subsys freezer\n[ 0.184828] Initializing cgroup subsys net_cls\n[ 0.185702] Initializing cgroup subsys perf_event\n[ 0.186623] Initializing cgroup subsys net_prio\n[ 0.187509] Initializing cgroup subsys hugetlb\n[ 0.188385] Initializing cgroup subsys pids\n[ 0.189264] CPU: Physical Processor ID: 0\n[ 0.190763] mce: CPU supports 10 MCE banks\n[ 0.191627] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.192632] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.203254] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.209591] ftrace: allocating 31920 entries in 125 pages\n[ 0.235709] smpboot: Max logical packages: 1\n[ 0.236570] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.237918] x2apic enabled\n[ 0.238749] Switched APIC routing to physical x2apic.\n[ 0.240510] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.241643] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.243635] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.245412] KVM setup paravirtual spinlock\n[ 0.246692] x86: Booted up 1 node, 1 CPUs\n[ 0.247494] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.248879] devtmpfs: initialized\n[ 0.250591] evm: security.selinux\n[ 0.251295] evm: security.SMACK64\n[ 0.251981] evm: security.SMACK64EXEC\n[ 0.252720] evm: security.SMACK64TRANSMUTE\n[ 0.253525] evm: security.SMACK64MMAP\n[ 0.254273] evm: security.ima\n[ 0.254909] evm: security.capability\n[ 0.255713] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.257581] pinctrl core: initialized pinctrl subsystem\n[ 0.258677] RTC time: 12:33:18, date: 09/04/18\n[ 0.259669] NET: Registered protocol family 16\n[ 0.260640] cpuidle: using governor ladder\n[ 0.261454] cpuidle: using governor menu\n[ 0.262235] PCCT header not found.\n[ 0.262988] ACPI: bus type PCI registered\n[ 0.263777] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.265010] PCI: Using configuration type 1 for base access\n[ 0.266750] ACPI: Added _OSI(Module Device)\n[ 0.267589] ACPI: Added _OSI(Processor Device)\n[ 0.268454] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.269355] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.271451] ACPI: Interpreter enabled\n[ 0.272224] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.274054] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.275872] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.277701] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.279522] ACPI: (supports S0 S5)\n[ 0.280229] ACPI: Using IOAPIC for interrupt routing\n[ 0.281173] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.284234] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.285365] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.286594] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.287770] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.289972] acpiphp: Slot [3] registered\n[ 0.290762] acpiphp: Slot [4] registered\n[ 0.291563] acpiphp: Slot [5] registered\n[ 0.292355] acpiphp: Slot [6] registered\n[ 0.293141] acpiphp: Slot [7] registered\n[ 0.293932] acpiphp: Slot [8] registered\n[ 0.294724] acpiphp: Slot [9] registered\n[ 0.295515] acpiphp: Slot [10] registered\n[ 0.296317] acpiphp: Slot [11] registered\n[ 0.297127] acpiphp: Slot [12] registered\n[ 0.297931] acpiphp: Slot [13] registered\n[ 0.298734] acpiphp: Slot [14] registered\n[ 0.299536] acpiphp: Slot [15] registered\n[ 0.310465] acpiphp: Slot [16] registered\n[ 0.311275] acpiphp: Slot [17] registered\n[ 0.312077] acpiphp: Slot [18] registered\n[ 0.312874] acpiphp: Slot [19] registered\n[ 0.313674] acpiphp: Slot [20] registered\n[ 0.314483] acpiphp: Slot [21] registered\n[ 0.315286] acpiphp: Slot [22] registered\n[ 0.316085] acpiphp: Slot [23] registered\n[ 0.316882] acpiphp: Slot [24] registered\n[ 0.317683] acpiphp: Slot [25] registered\n[ 0.318491] acpiphp: Slot [26] registered\n[ 0.319293] acpiphp: Slot [27] registered\n[ 0.320094] acpiphp: Slot [28] registered\n[ 0.320890] acpiphp: Slot [29] registered\n[ 0.321690] acpiphp: Slot [30] registered\n[ 0.322495] acpiphp: Slot [31] registered\n[ 0.323295] PCI host bridge to bus 0000:00\n[ 0.324093] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.325291] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.326487] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.327919] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.329353] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.335552] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.336842] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.338018] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.339288] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.346246] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.347676] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.396819] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.398297] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.399728] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.401151] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.402538] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.404408] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.405560] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.406618] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.408177] vgaarb: loaded\n[ 0.408780] vgaarb: bridge control possible 0000:00:02.0\n[ 0.409916] SCSI subsystem initialized\n[ 0.410735] ACPI: bus type USB registered\n[ 0.411552] usbcore: registered new interface driver usbfs\n[ 0.412594] usbcore: registered new interface driver hub\n[ 0.413602] usbcore: registered new device driver usb\n[ 0.414653] PCI: Using ACPI for IRQ routing\n[ 0.415678] NetLabel: Initializing\n[ 0.416389] NetLabel: domain hash size = 128\n[ 0.417243] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.418190] NetLabel: unlabeled traffic allowed by default\n[ 0.419279] clocksource: Switched to clocksource kvm-clock\n[ 0.424810] AppArmor: AppArmor Filesystem Enabled\n[ 0.425781] pnp: PnP ACPI init\n[ 0.426703] pnp: PnP ACPI: found 5 devices\n[ 0.433085] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.434800] NET: Registered protocol family 2\n[ 0.435773] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.437079] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.438260] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.439442] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.440532] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.441712] NET: Registered protocol family 1\n[ 0.442585] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.443696] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.444781] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.458828] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.473076] Trying to unpack rootfs image as initramfs...\n[ 0.522364] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.536227] Scanning for low memory corruption every 60 seconds\n[ 0.537808] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.539226] audit: initializing netlink subsys (disabled)\n[ 0.540494] audit: type=2000 audit(1536064399.532:1): initialized\n[ 0.542068] Initialise system trusted keyring\n[ 0.543193] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.544645] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.546815] zbud: loaded\n[ 0.547621] VFS: Disk quotas dquot_6.6.0\n[ 0.548590] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.550340] fuse init (API version 7.23)\n[ 0.551399] Key type big_key registered\n[ 0.552391] Allocating IMA MOK and blacklist keyrings.\n[ 0.553695] Key type asymmetric registered\n[ 0.554675] Asymmetric key parser 'x509' registered\n[ 0.555817] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.557561] io scheduler noop registered\n[ 0.558501] io scheduler deadline registered (default)\n[ 0.559697] io scheduler cfq registered\n[ 0.560713] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.562042] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.563457] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.564924] ACPI: Power Button [PWRF]\n[ 0.566128] GHES: HEST is not enabled!\n[ 0.579854] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.609889] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.612752] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.636652] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.638785] Linux agpgart interface v0.103\n[ 0.640863] brd: module loaded\n[ 0.642088] loop: module loaded\n[ 0.646632] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.648093] GPT:90111 != 2097151\n[ 0.648773] GPT:Alternate GPT header not at the end of the disk.\n[ 0.649862] GPT:90111 != 2097151\n[ 0.650538] GPT: Use GNU Parted to correct GPT errors.\n[ 0.651508] vda: vda1 vda15\n[ 0.652923] scsi host0: ata_piix\n[ 0.653666] scsi host1: ata_piix\n[ 0.654376] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.655608] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.657060] libphy: Fixed MDIO Bus: probed\n[ 0.657877] tun: Universal TUN/TAP device driver, 1.6\n[ 0.658828] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.660967] PPP generic driver version 2.4.2\n[ 0.661852] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.663171] ehci-pci: EHCI PCI platform driver\n[ 0.664057] ehci-platform: EHCI generic platform driver\n[ 0.665051] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.666180] ohci-pci: OHCI PCI platform driver\n[ 0.667050] ohci-platform: OHCI generic platform driver\n[ 0.668049] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.682433] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.683448] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.684910] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.685928] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.687059] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.688291] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.689713] usb usb1: Product: UHCI Host Controller\n[ 0.690646] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.691795] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.692847] hub 1-0:1.0: USB hub found\n[ 0.693627] hub 1-0:1.0: 2 ports detected\n[ 0.694534] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.696665] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.697625] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.698654] mousedev: PS/2 mouse device common for all mice\n[ 0.699912] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.701750] rtc_cmos 00:00: RTC can wake from S4\n[ 0.702842] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.704053] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.705245] i2c /dev entries driver\n[ 0.705997] device-mapper: uevent: version 1.0.3\n[ 0.706922] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.708565] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.709851] NET: Registered protocol family 10\n[ 0.710847] NET: Registered protocol family 17\n[ 0.711749] Key type dns_resolver registered\n[ 0.712691] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.713791] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.715547] registered taskstats version 1\n[ 0.716383] Loading compiled-in X.509 certificates\n[ 0.717821] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.719698] zswap: loaded using pool lzo/zbud\n[ 0.721070] Key type trusted registered\n[ 0.722611] Key type encrypted registered\n[ 0.723449] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.724481] ima: No TPM chip found, activating TPM-bypass!\n[ 0.725516] evm: HMAC attrs: 0x1\n[ 0.726463] Magic number: 2:619:581\n[ 0.727321] rtc_cmos 00:00: setting system clock to 2018-09-04 12:33:19 UTC (1536064399)\n[ 0.728925] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.730051] EDD information not available.\n[ 0.816224] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.817758] Write protecting the kernel read-only data: 14336k\n[ 0.829628] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.831438] 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.873200] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.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... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.10.7...\nLease of 10.10.10.7 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.40. 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\n"} 2018-09-04 12:34:21,743 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/fa5d7e99-c18c-477e-8ddb-fcc57f83ee85/action used request id req-6913da36-3998-41b3-83b4-0c90930beba3 2018-09-04 12:34:23,759 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/servers/fa5d7e99-c18c-477e-8ddb-fcc57f83ee85/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9a2ca04fcb7b6fb2017e2f2614d632b99011b842" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-04 12:34:24,825 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12:34: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-1c5fabaa-ce8a-4310-917f-3afc04eebc70 x-compute-request-id: req-1c5fabaa-ce8a-4310-917f-3afc04eebc70 Content-Encoding: gzip Content-Length: 9412 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 564489604 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 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.168472] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.170131] pid_max: default: 32768 minimum: 301\n[ 0.171032] ACPI: Core revision 20150930\n[ 0.172417] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.173729] Security Framework initialized\n[ 0.174548] Yama: becoming mindful.\n[ 0.175278] AppArmor: AppArmor initialized\n[ 0.176146] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.177489] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.178785] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.179999] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.181386] Initializing cgroup subsys io\n[ 0.182202] Initializing cgroup subsys memory\n[ 0.183073] Initializing cgroup subsys devices\n[ 0.183961] Initializing cgroup subsys freezer\n[ 0.184828] Initializing cgroup subsys net_cls\n[ 0.185702] Initializing cgroup subsys perf_event\n[ 0.186623] Initializing cgroup subsys net_prio\n[ 0.187509] Initializing cgroup subsys hugetlb\n[ 0.188385] Initializing cgroup subsys pids\n[ 0.189264] CPU: Physical Processor ID: 0\n[ 0.190763] mce: CPU supports 10 MCE banks\n[ 0.191627] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.192632] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.203254] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.209591] ftrace: allocating 31920 entries in 125 pages\n[ 0.235709] smpboot: Max logical packages: 1\n[ 0.236570] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.237918] x2apic enabled\n[ 0.238749] Switched APIC routing to physical x2apic.\n[ 0.240510] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.241643] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.243635] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.245412] KVM setup paravirtual spinlock\n[ 0.246692] x86: Booted up 1 node, 1 CPUs\n[ 0.247494] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.248879] devtmpfs: initialized\n[ 0.250591] evm: security.selinux\n[ 0.251295] evm: security.SMACK64\n[ 0.251981] evm: security.SMACK64EXEC\n[ 0.252720] evm: security.SMACK64TRANSMUTE\n[ 0.253525] evm: security.SMACK64MMAP\n[ 0.254273] evm: security.ima\n[ 0.254909] evm: security.capability\n[ 0.255713] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.257581] pinctrl core: initialized pinctrl subsystem\n[ 0.258677] RTC time: 12:33:18, date: 09/04/18\n[ 0.259669] NET: Registered protocol family 16\n[ 0.260640] cpuidle: using governor ladder\n[ 0.261454] cpuidle: using governor menu\n[ 0.262235] PCCT header not found.\n[ 0.262988] ACPI: bus type PCI registered\n[ 0.263777] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.265010] PCI: Using configuration type 1 for base access\n[ 0.266750] ACPI: Added _OSI(Module Device)\n[ 0.267589] ACPI: Added _OSI(Processor Device)\n[ 0.268454] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.269355] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.271451] ACPI: Interpreter enabled\n[ 0.272224] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.274054] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.275872] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.277701] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.279522] ACPI: (supports S0 S5)\n[ 0.280229] ACPI: Using IOAPIC for interrupt routing\n[ 0.281173] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.284234] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.285365] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.286594] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.287770] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.289972] acpiphp: Slot [3] registered\n[ 0.290762] acpiphp: Slot [4] registered\n[ 0.291563] acpiphp: Slot [5] registered\n[ 0.292355] acpiphp: Slot [6] registered\n[ 0.293141] acpiphp: Slot [7] registered\n[ 0.293932] acpiphp: Slot [8] registered\n[ 0.294724] acpiphp: Slot [9] registered\n[ 0.295515] acpiphp: Slot [10] registered\n[ 0.296317] acpiphp: Slot [11] registered\n[ 0.297127] acpiphp: Slot [12] registered\n[ 0.297931] acpiphp: Slot [13] registered\n[ 0.298734] acpiphp: Slot [14] registered\n[ 0.299536] acpiphp: Slot [15] registered\n[ 0.310465] acpiphp: Slot [16] registered\n[ 0.311275] acpiphp: Slot [17] registered\n[ 0.312077] acpiphp: Slot [18] registered\n[ 0.312874] acpiphp: Slot [19] registered\n[ 0.313674] acpiphp: Slot [20] registered\n[ 0.314483] acpiphp: Slot [21] registered\n[ 0.315286] acpiphp: Slot [22] registered\n[ 0.316085] acpiphp: Slot [23] registered\n[ 0.316882] acpiphp: Slot [24] registered\n[ 0.317683] acpiphp: Slot [25] registered\n[ 0.318491] acpiphp: Slot [26] registered\n[ 0.319293] acpiphp: Slot [27] registered\n[ 0.320094] acpiphp: Slot [28] registered\n[ 0.320890] acpiphp: Slot [29] registered\n[ 0.321690] acpiphp: Slot [30] registered\n[ 0.322495] acpiphp: Slot [31] registered\n[ 0.323295] PCI host bridge to bus 0000:00\n[ 0.324093] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.325291] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.326487] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.327919] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.329353] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.335552] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.336842] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.338018] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.339288] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.346246] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.347676] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.396819] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.398297] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.399728] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.401151] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.402538] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.404408] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.405560] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.406618] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.408177] vgaarb: loaded\n[ 0.408780] vgaarb: bridge control possible 0000:00:02.0\n[ 0.409916] SCSI subsystem initialized\n[ 0.410735] ACPI: bus type USB registered\n[ 0.411552] usbcore: registered new interface driver usbfs\n[ 0.412594] usbcore: registered new interface driver hub\n[ 0.413602] usbcore: registered new device driver usb\n[ 0.414653] PCI: Using ACPI for IRQ routing\n[ 0.415678] NetLabel: Initializing\n[ 0.416389] NetLabel: domain hash size = 128\n[ 0.417243] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.418190] NetLabel: unlabeled traffic allowed by default\n[ 0.419279] clocksource: Switched to clocksource kvm-clock\n[ 0.424810] AppArmor: AppArmor Filesystem Enabled\n[ 0.425781] pnp: PnP ACPI init\n[ 0.426703] pnp: PnP ACPI: found 5 devices\n[ 0.433085] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.434800] NET: Registered protocol family 2\n[ 0.435773] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.437079] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.438260] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.439442] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.440532] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.441712] NET: Registered protocol family 1\n[ 0.442585] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.443696] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.444781] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.458828] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.473076] Trying to unpack rootfs image as initramfs...\n[ 0.522364] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.536227] Scanning for low memory corruption every 60 seconds\n[ 0.537808] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.539226] audit: initializing netlink subsys (disabled)\n[ 0.540494] audit: type=2000 audit(1536064399.532:1): initialized\n[ 0.542068] Initialise system trusted keyring\n[ 0.543193] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.544645] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.546815] zbud: loaded\n[ 0.547621] VFS: Disk quotas dquot_6.6.0\n[ 0.548590] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.550340] fuse init (API version 7.23)\n[ 0.551399] Key type big_key registered\n[ 0.552391] Allocating IMA MOK and blacklist keyrings.\n[ 0.553695] Key type asymmetric registered\n[ 0.554675] Asymmetric key parser 'x509' registered\n[ 0.555817] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.557561] io scheduler noop registered\n[ 0.558501] io scheduler deadline registered (default)\n[ 0.559697] io scheduler cfq registered\n[ 0.560713] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.562042] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.563457] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.564924] ACPI: Power Button [PWRF]\n[ 0.566128] GHES: HEST is not enabled!\n[ 0.579854] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.609889] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.612752] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.636652] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.638785] Linux agpgart interface v0.103\n[ 0.640863] brd: module loaded\n[ 0.642088] loop: module loaded\n[ 0.646632] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.648093] GPT:90111 != 2097151\n[ 0.648773] GPT:Alternate GPT header not at the end of the disk.\n[ 0.649862] GPT:90111 != 2097151\n[ 0.650538] GPT: Use GNU Parted to correct GPT errors.\n[ 0.651508] vda: vda1 vda15\n[ 0.652923] scsi host0: ata_piix\n[ 0.653666] scsi host1: ata_piix\n[ 0.654376] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.655608] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.657060] libphy: Fixed MDIO Bus: probed\n[ 0.657877] tun: Universal TUN/TAP device driver, 1.6\n[ 0.658828] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.660967] PPP generic driver version 2.4.2\n[ 0.661852] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.663171] ehci-pci: EHCI PCI platform driver\n[ 0.664057] ehci-platform: EHCI generic platform driver\n[ 0.665051] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.666180] ohci-pci: OHCI PCI platform driver\n[ 0.667050] ohci-platform: OHCI generic platform driver\n[ 0.668049] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.682433] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.683448] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.684910] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.685928] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.687059] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.688291] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.689713] usb usb1: Product: UHCI Host Controller\n[ 0.690646] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.691795] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.692847] hub 1-0:1.0: USB hub found\n[ 0.693627] hub 1-0:1.0: 2 ports detected\n[ 0.694534] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.696665] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.697625] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.698654] mousedev: PS/2 mouse device common for all mice\n[ 0.699912] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.701750] rtc_cmos 00:00: RTC can wake from S4\n[ 0.702842] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.704053] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.705245] i2c /dev entries driver\n[ 0.705997] device-mapper: uevent: version 1.0.3\n[ 0.706922] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.708565] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.709851] NET: Registered protocol family 10\n[ 0.710847] NET: Registered protocol family 17\n[ 0.711749] Key type dns_resolver registered\n[ 0.712691] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.713791] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.715547] registered taskstats version 1\n[ 0.716383] Loading compiled-in X.509 certificates\n[ 0.717821] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.719698] zswap: loaded using pool lzo/zbud\n[ 0.721070] Key type trusted registered\n[ 0.722611] Key type encrypted registered\n[ 0.723449] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.724481] ima: No TPM chip found, activating TPM-bypass!\n[ 0.725516] evm: HMAC attrs: 0x1\n[ 0.726463] Magic number: 2:619:581\n[ 0.727321] rtc_cmos 00:00: setting system clock to 2018-09-04 12:33:19 UTC (1536064399)\n[ 0.728925] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.730051] EDD information not available.\n[ 0.816224] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.817758] Write protecting the kernel read-only data: 14336k\n[ 0.829628] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.831438] 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.873200] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.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... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.10.7...\nLease of 10.10.10.7 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.40. 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 AAAAB3NzaC1yc2EAAAADAQABAAABAQDOL3oK0CQOpWr3jFeMbbLh6vMikrvug2ZKgI+6tBd4KVX19JY3vPm6Y/6I4VePdm7a2HOV8wsll69Y8CE+nqR+P4q6dSJ6jfls/GXz6xwImNWdP2hSk4mXmteuBHFY4mA2iJ14Vd+w+8PeBL+FtdTDTh58YdSyCyLIv4s+snXg+p2xvlUWkRK8vfzGmRiDuiF6RaDUOPgxFaKSTtBJlkvuEm1hVC9/umzrb7MQJ6WTw/SZABWuny1vyqZ5ML8VbKLjUx5IDsMqntFFaNVtPBYrDYRDD1MuyqXCdH/m944M2pvJzDJjBOg8csPfh92uvJgcDKDxdKJ4E9v4fDem7d17 root@sdnvpn-1-2\nssh-dss AAAAB3NzaC1kc3MAAACBAIorMtLnmX9OzJ7rFJNaHdqUL4YBlAjl6BSep848HD2Vm0psZf2ZgClsLjdkKYmY+PZUlXiQZe+LZugVJ43AZH7UxNXMBXfXuZV5djeBKyy2f8DXQSBskGGe2twtO3giJdIplLod7bf75Aj/cwWct04xbJkmP6UWAVoZQXku5P3dAAAAFQDVxIWWhwdncHxVPYQW62IokhnwpQAAAIEAg3B3Lmq8xvcwRFfImKxNVShgt6AB7oEDZRQOQ0m9vgxigqrKkVbb4vJVWyi5cHEPoCHDpRh3QUCxF0pvU9dTprr7ohVsLBg5aVHkDNeUFDGKlDprsfeoEr/gJfQOixwJdnQkTdGPVVEKcYMxtjwplab81NyqljHMmn83SvOieewAAACANj02t1jwwH2vEZCWiGMqKmsJQE6oyvlrHGI8Gm2eXkbMt8jqy4Ew5eo24NkWMjlUZqXCyJOBJE+dvkNej4NSS01tNXf2OPuFHX1AkJ+ZA8wukdXWVVoq5x9V4IYMzgvVuTL8Q14A97uwDUZjuHlEOql9O3kG6Ji1juJrlVjCxDs= 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.7,24,fe80::f816:3eff:fe5f:acdf/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.7 \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-1-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=62.85 ===\n/dev/root resized successfully [took 1.42s]\n"} 2018-09-04 12:34:24,826 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/fa5d7e99-c18c-477e-8ddb-fcc57f83ee85/action used request id req-1c5fabaa-ce8a-4310-917f-3afc04eebc70 2018-09-04 12:34:26,846 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/servers/fa5d7e99-c18c-477e-8ddb-fcc57f83ee85/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9a2ca04fcb7b6fb2017e2f2614d632b99011b842" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-04 12:34:27,970 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12:34: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-b32d0e53-0333-4664-a646-92f07dff4cc2 x-compute-request-id: req-b32d0e53-0333-4664-a646-92f07dff4cc2 Content-Encoding: gzip Content-Length: 9990 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 564489604 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 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.168472] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.170131] pid_max: default: 32768 minimum: 301\n[ 0.171032] ACPI: Core revision 20150930\n[ 0.172417] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.173729] Security Framework initialized\n[ 0.174548] Yama: becoming mindful.\n[ 0.175278] AppArmor: AppArmor initialized\n[ 0.176146] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.177489] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.178785] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.179999] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.181386] Initializing cgroup subsys io\n[ 0.182202] Initializing cgroup subsys memory\n[ 0.183073] Initializing cgroup subsys devices\n[ 0.183961] Initializing cgroup subsys freezer\n[ 0.184828] Initializing cgroup subsys net_cls\n[ 0.185702] Initializing cgroup subsys perf_event\n[ 0.186623] Initializing cgroup subsys net_prio\n[ 0.187509] Initializing cgroup subsys hugetlb\n[ 0.188385] Initializing cgroup subsys pids\n[ 0.189264] CPU: Physical Processor ID: 0\n[ 0.190763] mce: CPU supports 10 MCE banks\n[ 0.191627] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.192632] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.203254] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.209591] ftrace: allocating 31920 entries in 125 pages\n[ 0.235709] smpboot: Max logical packages: 1\n[ 0.236570] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.237918] x2apic enabled\n[ 0.238749] Switched APIC routing to physical x2apic.\n[ 0.240510] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.241643] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.243635] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.245412] KVM setup paravirtual spinlock\n[ 0.246692] x86: Booted up 1 node, 1 CPUs\n[ 0.247494] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.248879] devtmpfs: initialized\n[ 0.250591] evm: security.selinux\n[ 0.251295] evm: security.SMACK64\n[ 0.251981] evm: security.SMACK64EXEC\n[ 0.252720] evm: security.SMACK64TRANSMUTE\n[ 0.253525] evm: security.SMACK64MMAP\n[ 0.254273] evm: security.ima\n[ 0.254909] evm: security.capability\n[ 0.255713] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.257581] pinctrl core: initialized pinctrl subsystem\n[ 0.258677] RTC time: 12:33:18, date: 09/04/18\n[ 0.259669] NET: Registered protocol family 16\n[ 0.260640] cpuidle: using governor ladder\n[ 0.261454] cpuidle: using governor menu\n[ 0.262235] PCCT header not found.\n[ 0.262988] ACPI: bus type PCI registered\n[ 0.263777] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.265010] PCI: Using configuration type 1 for base access\n[ 0.266750] ACPI: Added _OSI(Module Device)\n[ 0.267589] ACPI: Added _OSI(Processor Device)\n[ 0.268454] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.269355] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.271451] ACPI: Interpreter enabled\n[ 0.272224] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.274054] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.275872] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.277701] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.279522] ACPI: (supports S0 S5)\n[ 0.280229] ACPI: Using IOAPIC for interrupt routing\n[ 0.281173] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.284234] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.285365] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.286594] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.287770] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.289972] acpiphp: Slot [3] registered\n[ 0.290762] acpiphp: Slot [4] registered\n[ 0.291563] acpiphp: Slot [5] registered\n[ 0.292355] acpiphp: Slot [6] registered\n[ 0.293141] acpiphp: Slot [7] registered\n[ 0.293932] acpiphp: Slot [8] registered\n[ 0.294724] acpiphp: Slot [9] registered\n[ 0.295515] acpiphp: Slot [10] registered\n[ 0.296317] acpiphp: Slot [11] registered\n[ 0.297127] acpiphp: Slot [12] registered\n[ 0.297931] acpiphp: Slot [13] registered\n[ 0.298734] acpiphp: Slot [14] registered\n[ 0.299536] acpiphp: Slot [15] registered\n[ 0.310465] acpiphp: Slot [16] registered\n[ 0.311275] acpiphp: Slot [17] registered\n[ 0.312077] acpiphp: Slot [18] registered\n[ 0.312874] acpiphp: Slot [19] registered\n[ 0.313674] acpiphp: Slot [20] registered\n[ 0.314483] acpiphp: Slot [21] registered\n[ 0.315286] acpiphp: Slot [22] registered\n[ 0.316085] acpiphp: Slot [23] registered\n[ 0.316882] acpiphp: Slot [24] registered\n[ 0.317683] acpiphp: Slot [25] registered\n[ 0.318491] acpiphp: Slot [26] registered\n[ 0.319293] acpiphp: Slot [27] registered\n[ 0.320094] acpiphp: Slot [28] registered\n[ 0.320890] acpiphp: Slot [29] registered\n[ 0.321690] acpiphp: Slot [30] registered\n[ 0.322495] acpiphp: Slot [31] registered\n[ 0.323295] PCI host bridge to bus 0000:00\n[ 0.324093] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.325291] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.326487] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.327919] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.329353] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.335552] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.336842] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.338018] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.339288] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.346246] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.347676] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.396819] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.398297] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.399728] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.401151] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.402538] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.404408] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.405560] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.406618] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.408177] vgaarb: loaded\n[ 0.408780] vgaarb: bridge control possible 0000:00:02.0\n[ 0.409916] SCSI subsystem initialized\n[ 0.410735] ACPI: bus type USB registered\n[ 0.411552] usbcore: registered new interface driver usbfs\n[ 0.412594] usbcore: registered new interface driver hub\n[ 0.413602] usbcore: registered new device driver usb\n[ 0.414653] PCI: Using ACPI for IRQ routing\n[ 0.415678] NetLabel: Initializing\n[ 0.416389] NetLabel: domain hash size = 128\n[ 0.417243] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.418190] NetLabel: unlabeled traffic allowed by default\n[ 0.419279] clocksource: Switched to clocksource kvm-clock\n[ 0.424810] AppArmor: AppArmor Filesystem Enabled\n[ 0.425781] pnp: PnP ACPI init\n[ 0.426703] pnp: PnP ACPI: found 5 devices\n[ 0.433085] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.434800] NET: Registered protocol family 2\n[ 0.435773] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.437079] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.438260] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.439442] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.440532] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.441712] NET: Registered protocol family 1\n[ 0.442585] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.443696] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.444781] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.458828] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.473076] Trying to unpack rootfs image as initramfs...\n[ 0.522364] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.536227] Scanning for low memory corruption every 60 seconds\n[ 0.537808] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.539226] audit: initializing netlink subsys (disabled)\n[ 0.540494] audit: type=2000 audit(1536064399.532:1): initialized\n[ 0.542068] Initialise system trusted keyring\n[ 0.543193] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.544645] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.546815] zbud: loaded\n[ 0.547621] VFS: Disk quotas dquot_6.6.0\n[ 0.548590] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.550340] fuse init (API version 7.23)\n[ 0.551399] Key type big_key registered\n[ 0.552391] Allocating IMA MOK and blacklist keyrings.\n[ 0.553695] Key type asymmetric registered\n[ 0.554675] Asymmetric key parser 'x509' registered\n[ 0.555817] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.557561] io scheduler noop registered\n[ 0.558501] io scheduler deadline registered (default)\n[ 0.559697] io scheduler cfq registered\n[ 0.560713] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.562042] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.563457] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.564924] ACPI: Power Button [PWRF]\n[ 0.566128] GHES: HEST is not enabled!\n[ 0.579854] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.609889] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.612752] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.636652] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.638785] Linux agpgart interface v0.103\n[ 0.640863] brd: module loaded\n[ 0.642088] loop: module loaded\n[ 0.646632] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.648093] GPT:90111 != 2097151\n[ 0.648773] GPT:Alternate GPT header not at the end of the disk.\n[ 0.649862] GPT:90111 != 2097151\n[ 0.650538] GPT: Use GNU Parted to correct GPT errors.\n[ 0.651508] vda: vda1 vda15\n[ 0.652923] scsi host0: ata_piix\n[ 0.653666] scsi host1: ata_piix\n[ 0.654376] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.655608] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.657060] libphy: Fixed MDIO Bus: probed\n[ 0.657877] tun: Universal TUN/TAP device driver, 1.6\n[ 0.658828] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.660967] PPP generic driver version 2.4.2\n[ 0.661852] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.663171] ehci-pci: EHCI PCI platform driver\n[ 0.664057] ehci-platform: EHCI generic platform driver\n[ 0.665051] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.666180] ohci-pci: OHCI PCI platform driver\n[ 0.667050] ohci-platform: OHCI generic platform driver\n[ 0.668049] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.682433] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.683448] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.684910] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.685928] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.687059] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.688291] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.689713] usb usb1: Product: UHCI Host Controller\n[ 0.690646] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.691795] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.692847] hub 1-0:1.0: USB hub found\n[ 0.693627] hub 1-0:1.0: 2 ports detected\n[ 0.694534] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.696665] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.697625] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.698654] mousedev: PS/2 mouse device common for all mice\n[ 0.699912] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.701750] rtc_cmos 00:00: RTC can wake from S4\n[ 0.702842] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.704053] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.705245] i2c /dev entries driver\n[ 0.705997] device-mapper: uevent: version 1.0.3\n[ 0.706922] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.708565] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.709851] NET: Registered protocol family 10\n[ 0.710847] NET: Registered protocol family 17\n[ 0.711749] Key type dns_resolver registered\n[ 0.712691] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.713791] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.715547] registered taskstats version 1\n[ 0.716383] Loading compiled-in X.509 certificates\n[ 0.717821] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.719698] zswap: loaded using pool lzo/zbud\n[ 0.721070] Key type trusted registered\n[ 0.722611] Key type encrypted registered\n[ 0.723449] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.724481] ima: No TPM chip found, activating TPM-bypass!\n[ 0.725516] evm: HMAC attrs: 0x1\n[ 0.726463] Magic number: 2:619:581\n[ 0.727321] rtc_cmos 00:00: setting system clock to 2018-09-04 12:33:19 UTC (1536064399)\n[ 0.728925] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.730051] EDD information not available.\n[ 0.816224] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.817758] Write protecting the kernel read-only data: 14336k\n[ 0.829628] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.831438] 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.873200] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.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... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.10.7...\nLease of 10.10.10.7 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.40. 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 AAAAB3NzaC1yc2EAAAADAQABAAABAQDOL3oK0CQOpWr3jFeMbbLh6vMikrvug2ZKgI+6tBd4KVX19JY3vPm6Y/6I4VePdm7a2HOV8wsll69Y8CE+nqR+P4q6dSJ6jfls/GXz6xwImNWdP2hSk4mXmteuBHFY4mA2iJ14Vd+w+8PeBL+FtdTDTh58YdSyCyLIv4s+snXg+p2xvlUWkRK8vfzGmRiDuiF6RaDUOPgxFaKSTtBJlkvuEm1hVC9/umzrb7MQJ6WTw/SZABWuny1vyqZ5ML8VbKLjUx5IDsMqntFFaNVtPBYrDYRDD1MuyqXCdH/m944M2pvJzDJjBOg8csPfh92uvJgcDKDxdKJ4E9v4fDem7d17 root@sdnvpn-1-2\nssh-dss AAAAB3NzaC1kc3MAAACBAIorMtLnmX9OzJ7rFJNaHdqUL4YBlAjl6BSep848HD2Vm0psZf2ZgClsLjdkKYmY+PZUlXiQZe+LZugVJ43AZH7UxNXMBXfXuZV5djeBKyy2f8DXQSBskGGe2twtO3giJdIplLod7bf75Aj/cwWct04xbJkmP6UWAVoZQXku5P3dAAAAFQDVxIWWhwdncHxVPYQW62IokhnwpQAAAIEAg3B3Lmq8xvcwRFfImKxNVShgt6AB7oEDZRQOQ0m9vgxigqrKkVbb4vJVWyi5cHEPoCHDpRh3QUCxF0pvU9dTprr7ohVsLBg5aVHkDNeUFDGKlDprsfeoEr/gJfQOixwJdnQkTdGPVVEKcYMxtjwplab81NyqljHMmn83SvOieewAAACANj02t1jwwH2vEZCWiGMqKmsJQE6oyvlrHGI8Gm2eXkbMt8jqy4Ew5eo24NkWMjlUZqXCyJOBJE+dvkNej4NSS01tNXf2OPuFHX1AkJ+ZA8wukdXWVVoq5x9V4IYMzgvVuTL8Q14A97uwDUZjuHlEOql9O3kG6Ji1juJrlVjCxDs= 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.7,24,fe80::f816:3eff:fe5f:acdf/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.7 \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-1-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=62.85 ===\n/dev/root resized successfully [took 1.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:5F:AC:DF \n inet addr:10.10.10.7 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe5f:acdf/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:104 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:10914 (10.6 KiB) TX bytes:9620 (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: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-09-04 12:34:27,971 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/fa5d7e99-c18c-477e-8ddb-fcc57f83ee85/action used request id req-b32d0e53-0333-4664-a646-92f07dff4cc2 2018-09-04 12:34:29,992 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/servers/fa5d7e99-c18c-477e-8ddb-fcc57f83ee85/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9a2ca04fcb7b6fb2017e2f2614d632b99011b842" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-04 12:34:31,109 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12:34: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-24ec7dfe-3823-4c39-8970-f72e0c16491c x-compute-request-id: req-24ec7dfe-3823-4c39-8970-f72e0c16491c Content-Encoding: gzip Content-Length: 9990 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 564489604 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 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.168472] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.170131] pid_max: default: 32768 minimum: 301\n[ 0.171032] ACPI: Core revision 20150930\n[ 0.172417] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.173729] Security Framework initialized\n[ 0.174548] Yama: becoming mindful.\n[ 0.175278] AppArmor: AppArmor initialized\n[ 0.176146] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.177489] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.178785] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.179999] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.181386] Initializing cgroup subsys io\n[ 0.182202] Initializing cgroup subsys memory\n[ 0.183073] Initializing cgroup subsys devices\n[ 0.183961] Initializing cgroup subsys freezer\n[ 0.184828] Initializing cgroup subsys net_cls\n[ 0.185702] Initializing cgroup subsys perf_event\n[ 0.186623] Initializing cgroup subsys net_prio\n[ 0.187509] Initializing cgroup subsys hugetlb\n[ 0.188385] Initializing cgroup subsys pids\n[ 0.189264] CPU: Physical Processor ID: 0\n[ 0.190763] mce: CPU supports 10 MCE banks\n[ 0.191627] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.192632] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.203254] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.209591] ftrace: allocating 31920 entries in 125 pages\n[ 0.235709] smpboot: Max logical packages: 1\n[ 0.236570] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.237918] x2apic enabled\n[ 0.238749] Switched APIC routing to physical x2apic.\n[ 0.240510] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.241643] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.243635] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.245412] KVM setup paravirtual spinlock\n[ 0.246692] x86: Booted up 1 node, 1 CPUs\n[ 0.247494] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.248879] devtmpfs: initialized\n[ 0.250591] evm: security.selinux\n[ 0.251295] evm: security.SMACK64\n[ 0.251981] evm: security.SMACK64EXEC\n[ 0.252720] evm: security.SMACK64TRANSMUTE\n[ 0.253525] evm: security.SMACK64MMAP\n[ 0.254273] evm: security.ima\n[ 0.254909] evm: security.capability\n[ 0.255713] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.257581] pinctrl core: initialized pinctrl subsystem\n[ 0.258677] RTC time: 12:33:18, date: 09/04/18\n[ 0.259669] NET: Registered protocol family 16\n[ 0.260640] cpuidle: using governor ladder\n[ 0.261454] cpuidle: using governor menu\n[ 0.262235] PCCT header not found.\n[ 0.262988] ACPI: bus type PCI registered\n[ 0.263777] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.265010] PCI: Using configuration type 1 for base access\n[ 0.266750] ACPI: Added _OSI(Module Device)\n[ 0.267589] ACPI: Added _OSI(Processor Device)\n[ 0.268454] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.269355] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.271451] ACPI: Interpreter enabled\n[ 0.272224] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.274054] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.275872] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.277701] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.279522] ACPI: (supports S0 S5)\n[ 0.280229] ACPI: Using IOAPIC for interrupt routing\n[ 0.281173] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.284234] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.285365] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.286594] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.287770] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.289972] acpiphp: Slot [3] registered\n[ 0.290762] acpiphp: Slot [4] registered\n[ 0.291563] acpiphp: Slot [5] registered\n[ 0.292355] acpiphp: Slot [6] registered\n[ 0.293141] acpiphp: Slot [7] registered\n[ 0.293932] acpiphp: Slot [8] registered\n[ 0.294724] acpiphp: Slot [9] registered\n[ 0.295515] acpiphp: Slot [10] registered\n[ 0.296317] acpiphp: Slot [11] registered\n[ 0.297127] acpiphp: Slot [12] registered\n[ 0.297931] acpiphp: Slot [13] registered\n[ 0.298734] acpiphp: Slot [14] registered\n[ 0.299536] acpiphp: Slot [15] registered\n[ 0.310465] acpiphp: Slot [16] registered\n[ 0.311275] acpiphp: Slot [17] registered\n[ 0.312077] acpiphp: Slot [18] registered\n[ 0.312874] acpiphp: Slot [19] registered\n[ 0.313674] acpiphp: Slot [20] registered\n[ 0.314483] acpiphp: Slot [21] registered\n[ 0.315286] acpiphp: Slot [22] registered\n[ 0.316085] acpiphp: Slot [23] registered\n[ 0.316882] acpiphp: Slot [24] registered\n[ 0.317683] acpiphp: Slot [25] registered\n[ 0.318491] acpiphp: Slot [26] registered\n[ 0.319293] acpiphp: Slot [27] registered\n[ 0.320094] acpiphp: Slot [28] registered\n[ 0.320890] acpiphp: Slot [29] registered\n[ 0.321690] acpiphp: Slot [30] registered\n[ 0.322495] acpiphp: Slot [31] registered\n[ 0.323295] PCI host bridge to bus 0000:00\n[ 0.324093] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.325291] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.326487] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.327919] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.329353] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.335552] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.336842] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.338018] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.339288] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.346246] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.347676] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.396819] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.398297] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.399728] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.401151] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.402538] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.404408] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.405560] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.406618] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.408177] vgaarb: loaded\n[ 0.408780] vgaarb: bridge control possible 0000:00:02.0\n[ 0.409916] SCSI subsystem initialized\n[ 0.410735] ACPI: bus type USB registered\n[ 0.411552] usbcore: registered new interface driver usbfs\n[ 0.412594] usbcore: registered new interface driver hub\n[ 0.413602] usbcore: registered new device driver usb\n[ 0.414653] PCI: Using ACPI for IRQ routing\n[ 0.415678] NetLabel: Initializing\n[ 0.416389] NetLabel: domain hash size = 128\n[ 0.417243] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.418190] NetLabel: unlabeled traffic allowed by default\n[ 0.419279] clocksource: Switched to clocksource kvm-clock\n[ 0.424810] AppArmor: AppArmor Filesystem Enabled\n[ 0.425781] pnp: PnP ACPI init\n[ 0.426703] pnp: PnP ACPI: found 5 devices\n[ 0.433085] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.434800] NET: Registered protocol family 2\n[ 0.435773] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.437079] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.438260] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.439442] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.440532] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.441712] NET: Registered protocol family 1\n[ 0.442585] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.443696] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.444781] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.458828] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.473076] Trying to unpack rootfs image as initramfs...\n[ 0.522364] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.536227] Scanning for low memory corruption every 60 seconds\n[ 0.537808] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.539226] audit: initializing netlink subsys (disabled)\n[ 0.540494] audit: type=2000 audit(1536064399.532:1): initialized\n[ 0.542068] Initialise system trusted keyring\n[ 0.543193] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.544645] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.546815] zbud: loaded\n[ 0.547621] VFS: Disk quotas dquot_6.6.0\n[ 0.548590] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.550340] fuse init (API version 7.23)\n[ 0.551399] Key type big_key registered\n[ 0.552391] Allocating IMA MOK and blacklist keyrings.\n[ 0.553695] Key type asymmetric registered\n[ 0.554675] Asymmetric key parser 'x509' registered\n[ 0.555817] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.557561] io scheduler noop registered\n[ 0.558501] io scheduler deadline registered (default)\n[ 0.559697] io scheduler cfq registered\n[ 0.560713] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.562042] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.563457] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.564924] ACPI: Power Button [PWRF]\n[ 0.566128] GHES: HEST is not enabled!\n[ 0.579854] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.609889] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.612752] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.636652] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.638785] Linux agpgart interface v0.103\n[ 0.640863] brd: module loaded\n[ 0.642088] loop: module loaded\n[ 0.646632] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.648093] GPT:90111 != 2097151\n[ 0.648773] GPT:Alternate GPT header not at the end of the disk.\n[ 0.649862] GPT:90111 != 2097151\n[ 0.650538] GPT: Use GNU Parted to correct GPT errors.\n[ 0.651508] vda: vda1 vda15\n[ 0.652923] scsi host0: ata_piix\n[ 0.653666] scsi host1: ata_piix\n[ 0.654376] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.655608] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.657060] libphy: Fixed MDIO Bus: probed\n[ 0.657877] tun: Universal TUN/TAP device driver, 1.6\n[ 0.658828] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.660967] PPP generic driver version 2.4.2\n[ 0.661852] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.663171] ehci-pci: EHCI PCI platform driver\n[ 0.664057] ehci-platform: EHCI generic platform driver\n[ 0.665051] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.666180] ohci-pci: OHCI PCI platform driver\n[ 0.667050] ohci-platform: OHCI generic platform driver\n[ 0.668049] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.682433] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.683448] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.684910] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.685928] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.687059] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.688291] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.689713] usb usb1: Product: UHCI Host Controller\n[ 0.690646] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.691795] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.692847] hub 1-0:1.0: USB hub found\n[ 0.693627] hub 1-0:1.0: 2 ports detected\n[ 0.694534] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.696665] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.697625] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.698654] mousedev: PS/2 mouse device common for all mice\n[ 0.699912] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.701750] rtc_cmos 00:00: RTC can wake from S4\n[ 0.702842] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.704053] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.705245] i2c /dev entries driver\n[ 0.705997] device-mapper: uevent: version 1.0.3\n[ 0.706922] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.708565] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.709851] NET: Registered protocol family 10\n[ 0.710847] NET: Registered protocol family 17\n[ 0.711749] Key type dns_resolver registered\n[ 0.712691] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.713791] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.715547] registered taskstats version 1\n[ 0.716383] Loading compiled-in X.509 certificates\n[ 0.717821] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.719698] zswap: loaded using pool lzo/zbud\n[ 0.721070] Key type trusted registered\n[ 0.722611] Key type encrypted registered\n[ 0.723449] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.724481] ima: No TPM chip found, activating TPM-bypass!\n[ 0.725516] evm: HMAC attrs: 0x1\n[ 0.726463] Magic number: 2:619:581\n[ 0.727321] rtc_cmos 00:00: setting system clock to 2018-09-04 12:33:19 UTC (1536064399)\n[ 0.728925] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.730051] EDD information not available.\n[ 0.816224] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.817758] Write protecting the kernel read-only data: 14336k\n[ 0.829628] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.831438] 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.873200] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.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... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.10.7...\nLease of 10.10.10.7 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.40. 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 AAAAB3NzaC1yc2EAAAADAQABAAABAQDOL3oK0CQOpWr3jFeMbbLh6vMikrvug2ZKgI+6tBd4KVX19JY3vPm6Y/6I4VePdm7a2HOV8wsll69Y8CE+nqR+P4q6dSJ6jfls/GXz6xwImNWdP2hSk4mXmteuBHFY4mA2iJ14Vd+w+8PeBL+FtdTDTh58YdSyCyLIv4s+snXg+p2xvlUWkRK8vfzGmRiDuiF6RaDUOPgxFaKSTtBJlkvuEm1hVC9/umzrb7MQJ6WTw/SZABWuny1vyqZ5ML8VbKLjUx5IDsMqntFFaNVtPBYrDYRDD1MuyqXCdH/m944M2pvJzDJjBOg8csPfh92uvJgcDKDxdKJ4E9v4fDem7d17 root@sdnvpn-1-2\nssh-dss AAAAB3NzaC1kc3MAAACBAIorMtLnmX9OzJ7rFJNaHdqUL4YBlAjl6BSep848HD2Vm0psZf2ZgClsLjdkKYmY+PZUlXiQZe+LZugVJ43AZH7UxNXMBXfXuZV5djeBKyy2f8DXQSBskGGe2twtO3giJdIplLod7bf75Aj/cwWct04xbJkmP6UWAVoZQXku5P3dAAAAFQDVxIWWhwdncHxVPYQW62IokhnwpQAAAIEAg3B3Lmq8xvcwRFfImKxNVShgt6AB7oEDZRQOQ0m9vgxigqrKkVbb4vJVWyi5cHEPoCHDpRh3QUCxF0pvU9dTprr7ohVsLBg5aVHkDNeUFDGKlDprsfeoEr/gJfQOixwJdnQkTdGPVVEKcYMxtjwplab81NyqljHMmn83SvOieewAAACANj02t1jwwH2vEZCWiGMqKmsJQE6oyvlrHGI8Gm2eXkbMt8jqy4Ew5eo24NkWMjlUZqXCyJOBJE+dvkNej4NSS01tNXf2OPuFHX1AkJ+ZA8wukdXWVVoq5x9V4IYMzgvVuTL8Q14A97uwDUZjuHlEOql9O3kG6Ji1juJrlVjCxDs= 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.7,24,fe80::f816:3eff:fe5f:acdf/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.7 \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-1-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=62.85 ===\n/dev/root resized successfully [took 1.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:5F:AC:DF \n inet addr:10.10.10.7 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe5f:acdf/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:104 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:10914 (10.6 KiB) TX bytes:9620 (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: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-09-04 12:34:31,110 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/fa5d7e99-c18c-477e-8ddb-fcc57f83ee85/action used request id req-24ec7dfe-3823-4c39-8970-f72e0c16491c 2018-09-04 12:34:33,132 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/servers/fa5d7e99-c18c-477e-8ddb-fcc57f83ee85/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9a2ca04fcb7b6fb2017e2f2614d632b99011b842" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-04 12:34:34,211 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12:34: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-2fcc5040-0928-4f62-a0ec-4a6298bef928 x-compute-request-id: req-2fcc5040-0928-4f62-a0ec-4a6298bef928 Content-Encoding: gzip Content-Length: 9990 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 564489604 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 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.168472] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.170131] pid_max: default: 32768 minimum: 301\n[ 0.171032] ACPI: Core revision 20150930\n[ 0.172417] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.173729] Security Framework initialized\n[ 0.174548] Yama: becoming mindful.\n[ 0.175278] AppArmor: AppArmor initialized\n[ 0.176146] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.177489] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.178785] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.179999] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.181386] Initializing cgroup subsys io\n[ 0.182202] Initializing cgroup subsys memory\n[ 0.183073] Initializing cgroup subsys devices\n[ 0.183961] Initializing cgroup subsys freezer\n[ 0.184828] Initializing cgroup subsys net_cls\n[ 0.185702] Initializing cgroup subsys perf_event\n[ 0.186623] Initializing cgroup subsys net_prio\n[ 0.187509] Initializing cgroup subsys hugetlb\n[ 0.188385] Initializing cgroup subsys pids\n[ 0.189264] CPU: Physical Processor ID: 0\n[ 0.190763] mce: CPU supports 10 MCE banks\n[ 0.191627] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.192632] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.203254] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.209591] ftrace: allocating 31920 entries in 125 pages\n[ 0.235709] smpboot: Max logical packages: 1\n[ 0.236570] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.237918] x2apic enabled\n[ 0.238749] Switched APIC routing to physical x2apic.\n[ 0.240510] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.241643] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.243635] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.245412] KVM setup paravirtual spinlock\n[ 0.246692] x86: Booted up 1 node, 1 CPUs\n[ 0.247494] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.248879] devtmpfs: initialized\n[ 0.250591] evm: security.selinux\n[ 0.251295] evm: security.SMACK64\n[ 0.251981] evm: security.SMACK64EXEC\n[ 0.252720] evm: security.SMACK64TRANSMUTE\n[ 0.253525] evm: security.SMACK64MMAP\n[ 0.254273] evm: security.ima\n[ 0.254909] evm: security.capability\n[ 0.255713] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.257581] pinctrl core: initialized pinctrl subsystem\n[ 0.258677] RTC time: 12:33:18, date: 09/04/18\n[ 0.259669] NET: Registered protocol family 16\n[ 0.260640] cpuidle: using governor ladder\n[ 0.261454] cpuidle: using governor menu\n[ 0.262235] PCCT header not found.\n[ 0.262988] ACPI: bus type PCI registered\n[ 0.263777] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.265010] PCI: Using configuration type 1 for base access\n[ 0.266750] ACPI: Added _OSI(Module Device)\n[ 0.267589] ACPI: Added _OSI(Processor Device)\n[ 0.268454] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.269355] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.271451] ACPI: Interpreter enabled\n[ 0.272224] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.274054] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.275872] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.277701] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.279522] ACPI: (supports S0 S5)\n[ 0.280229] ACPI: Using IOAPIC for interrupt routing\n[ 0.281173] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.284234] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.285365] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.286594] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.287770] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.289972] acpiphp: Slot [3] registered\n[ 0.290762] acpiphp: Slot [4] registered\n[ 0.291563] acpiphp: Slot [5] registered\n[ 0.292355] acpiphp: Slot [6] registered\n[ 0.293141] acpiphp: Slot [7] registered\n[ 0.293932] acpiphp: Slot [8] registered\n[ 0.294724] acpiphp: Slot [9] registered\n[ 0.295515] acpiphp: Slot [10] registered\n[ 0.296317] acpiphp: Slot [11] registered\n[ 0.297127] acpiphp: Slot [12] registered\n[ 0.297931] acpiphp: Slot [13] registered\n[ 0.298734] acpiphp: Slot [14] registered\n[ 0.299536] acpiphp: Slot [15] registered\n[ 0.310465] acpiphp: Slot [16] registered\n[ 0.311275] acpiphp: Slot [17] registered\n[ 0.312077] acpiphp: Slot [18] registered\n[ 0.312874] acpiphp: Slot [19] registered\n[ 0.313674] acpiphp: Slot [20] registered\n[ 0.314483] acpiphp: Slot [21] registered\n[ 0.315286] acpiphp: Slot [22] registered\n[ 0.316085] acpiphp: Slot [23] registered\n[ 0.316882] acpiphp: Slot [24] registered\n[ 0.317683] acpiphp: Slot [25] registered\n[ 0.318491] acpiphp: Slot [26] registered\n[ 0.319293] acpiphp: Slot [27] registered\n[ 0.320094] acpiphp: Slot [28] registered\n[ 0.320890] acpiphp: Slot [29] registered\n[ 0.321690] acpiphp: Slot [30] registered\n[ 0.322495] acpiphp: Slot [31] registered\n[ 0.323295] PCI host bridge to bus 0000:00\n[ 0.324093] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.325291] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.326487] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.327919] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.329353] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.335552] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.336842] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.338018] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.339288] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.346246] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.347676] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.396819] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.398297] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.399728] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.401151] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.402538] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.404408] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.405560] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.406618] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.408177] vgaarb: loaded\n[ 0.408780] vgaarb: bridge control possible 0000:00:02.0\n[ 0.409916] SCSI subsystem initialized\n[ 0.410735] ACPI: bus type USB registered\n[ 0.411552] usbcore: registered new interface driver usbfs\n[ 0.412594] usbcore: registered new interface driver hub\n[ 0.413602] usbcore: registered new device driver usb\n[ 0.414653] PCI: Using ACPI for IRQ routing\n[ 0.415678] NetLabel: Initializing\n[ 0.416389] NetLabel: domain hash size = 128\n[ 0.417243] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.418190] NetLabel: unlabeled traffic allowed by default\n[ 0.419279] clocksource: Switched to clocksource kvm-clock\n[ 0.424810] AppArmor: AppArmor Filesystem Enabled\n[ 0.425781] pnp: PnP ACPI init\n[ 0.426703] pnp: PnP ACPI: found 5 devices\n[ 0.433085] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.434800] NET: Registered protocol family 2\n[ 0.435773] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.437079] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.438260] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.439442] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.440532] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.441712] NET: Registered protocol family 1\n[ 0.442585] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.443696] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.444781] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.458828] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.473076] Trying to unpack rootfs image as initramfs...\n[ 0.522364] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.536227] Scanning for low memory corruption every 60 seconds\n[ 0.537808] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.539226] audit: initializing netlink subsys (disabled)\n[ 0.540494] audit: type=2000 audit(1536064399.532:1): initialized\n[ 0.542068] Initialise system trusted keyring\n[ 0.543193] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.544645] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.546815] zbud: loaded\n[ 0.547621] VFS: Disk quotas dquot_6.6.0\n[ 0.548590] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.550340] fuse init (API version 7.23)\n[ 0.551399] Key type big_key registered\n[ 0.552391] Allocating IMA MOK and blacklist keyrings.\n[ 0.553695] Key type asymmetric registered\n[ 0.554675] Asymmetric key parser 'x509' registered\n[ 0.555817] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.557561] io scheduler noop registered\n[ 0.558501] io scheduler deadline registered (default)\n[ 0.559697] io scheduler cfq registered\n[ 0.560713] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.562042] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.563457] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.564924] ACPI: Power Button [PWRF]\n[ 0.566128] GHES: HEST is not enabled!\n[ 0.579854] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.609889] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.612752] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.636652] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.638785] Linux agpgart interface v0.103\n[ 0.640863] brd: module loaded\n[ 0.642088] loop: module loaded\n[ 0.646632] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.648093] GPT:90111 != 2097151\n[ 0.648773] GPT:Alternate GPT header not at the end of the disk.\n[ 0.649862] GPT:90111 != 2097151\n[ 0.650538] GPT: Use GNU Parted to correct GPT errors.\n[ 0.651508] vda: vda1 vda15\n[ 0.652923] scsi host0: ata_piix\n[ 0.653666] scsi host1: ata_piix\n[ 0.654376] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.655608] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.657060] libphy: Fixed MDIO Bus: probed\n[ 0.657877] tun: Universal TUN/TAP device driver, 1.6\n[ 0.658828] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.660967] PPP generic driver version 2.4.2\n[ 0.661852] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.663171] ehci-pci: EHCI PCI platform driver\n[ 0.664057] ehci-platform: EHCI generic platform driver\n[ 0.665051] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.666180] ohci-pci: OHCI PCI platform driver\n[ 0.667050] ohci-platform: OHCI generic platform driver\n[ 0.668049] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.682433] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.683448] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.684910] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.685928] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.687059] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.688291] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.689713] usb usb1: Product: UHCI Host Controller\n[ 0.690646] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.691795] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.692847] hub 1-0:1.0: USB hub found\n[ 0.693627] hub 1-0:1.0: 2 ports detected\n[ 0.694534] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.696665] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.697625] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.698654] mousedev: PS/2 mouse device common for all mice\n[ 0.699912] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.701750] rtc_cmos 00:00: RTC can wake from S4\n[ 0.702842] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.704053] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.705245] i2c /dev entries driver\n[ 0.705997] device-mapper: uevent: version 1.0.3\n[ 0.706922] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.708565] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.709851] NET: Registered protocol family 10\n[ 0.710847] NET: Registered protocol family 17\n[ 0.711749] Key type dns_resolver registered\n[ 0.712691] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.713791] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.715547] registered taskstats version 1\n[ 0.716383] Loading compiled-in X.509 certificates\n[ 0.717821] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.719698] zswap: loaded using pool lzo/zbud\n[ 0.721070] Key type trusted registered\n[ 0.722611] Key type encrypted registered\n[ 0.723449] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.724481] ima: No TPM chip found, activating TPM-bypass!\n[ 0.725516] evm: HMAC attrs: 0x1\n[ 0.726463] Magic number: 2:619:581\n[ 0.727321] rtc_cmos 00:00: setting system clock to 2018-09-04 12:33:19 UTC (1536064399)\n[ 0.728925] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.730051] EDD information not available.\n[ 0.816224] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.817758] Write protecting the kernel read-only data: 14336k\n[ 0.829628] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.831438] 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.873200] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.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... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.10.7...\nLease of 10.10.10.7 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.40. 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 AAAAB3NzaC1yc2EAAAADAQABAAABAQDOL3oK0CQOpWr3jFeMbbLh6vMikrvug2ZKgI+6tBd4KVX19JY3vPm6Y/6I4VePdm7a2HOV8wsll69Y8CE+nqR+P4q6dSJ6jfls/GXz6xwImNWdP2hSk4mXmteuBHFY4mA2iJ14Vd+w+8PeBL+FtdTDTh58YdSyCyLIv4s+snXg+p2xvlUWkRK8vfzGmRiDuiF6RaDUOPgxFaKSTtBJlkvuEm1hVC9/umzrb7MQJ6WTw/SZABWuny1vyqZ5ML8VbKLjUx5IDsMqntFFaNVtPBYrDYRDD1MuyqXCdH/m944M2pvJzDJjBOg8csPfh92uvJgcDKDxdKJ4E9v4fDem7d17 root@sdnvpn-1-2\nssh-dss AAAAB3NzaC1kc3MAAACBAIorMtLnmX9OzJ7rFJNaHdqUL4YBlAjl6BSep848HD2Vm0psZf2ZgClsLjdkKYmY+PZUlXiQZe+LZugVJ43AZH7UxNXMBXfXuZV5djeBKyy2f8DXQSBskGGe2twtO3giJdIplLod7bf75Aj/cwWct04xbJkmP6UWAVoZQXku5P3dAAAAFQDVxIWWhwdncHxVPYQW62IokhnwpQAAAIEAg3B3Lmq8xvcwRFfImKxNVShgt6AB7oEDZRQOQ0m9vgxigqrKkVbb4vJVWyi5cHEPoCHDpRh3QUCxF0pvU9dTprr7ohVsLBg5aVHkDNeUFDGKlDprsfeoEr/gJfQOixwJdnQkTdGPVVEKcYMxtjwplab81NyqljHMmn83SvOieewAAACANj02t1jwwH2vEZCWiGMqKmsJQE6oyvlrHGI8Gm2eXkbMt8jqy4Ew5eo24NkWMjlUZqXCyJOBJE+dvkNej4NSS01tNXf2OPuFHX1AkJ+ZA8wukdXWVVoq5x9V4IYMzgvVuTL8Q14A97uwDUZjuHlEOql9O3kG6Ji1juJrlVjCxDs= 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.7,24,fe80::f816:3eff:fe5f:acdf/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.7 \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-1-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=62.85 ===\n/dev/root resized successfully [took 1.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:5F:AC:DF \n inet addr:10.10.10.7 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe5f:acdf/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:104 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:10914 (10.6 KiB) TX bytes:9620 (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: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-09-04 12:34:34,211 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/fa5d7e99-c18c-477e-8ddb-fcc57f83ee85/action used request id req-2fcc5040-0928-4f62-a0ec-4a6298bef928 2018-09-04 12:34:36,230 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/servers/fa5d7e99-c18c-477e-8ddb-fcc57f83ee85/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9a2ca04fcb7b6fb2017e2f2614d632b99011b842" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-04 12:34:37,297 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12:34: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-cf1723dd-540a-465b-ac88-06f14f047eab x-compute-request-id: req-cf1723dd-540a-465b-ac88-06f14f047eab Content-Encoding: gzip Content-Length: 9990 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 564489604 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 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.168472] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.170131] pid_max: default: 32768 minimum: 301\n[ 0.171032] ACPI: Core revision 20150930\n[ 0.172417] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.173729] Security Framework initialized\n[ 0.174548] Yama: becoming mindful.\n[ 0.175278] AppArmor: AppArmor initialized\n[ 0.176146] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.177489] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.178785] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.179999] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.181386] Initializing cgroup subsys io\n[ 0.182202] Initializing cgroup subsys memory\n[ 0.183073] Initializing cgroup subsys devices\n[ 0.183961] Initializing cgroup subsys freezer\n[ 0.184828] Initializing cgroup subsys net_cls\n[ 0.185702] Initializing cgroup subsys perf_event\n[ 0.186623] Initializing cgroup subsys net_prio\n[ 0.187509] Initializing cgroup subsys hugetlb\n[ 0.188385] Initializing cgroup subsys pids\n[ 0.189264] CPU: Physical Processor ID: 0\n[ 0.190763] mce: CPU supports 10 MCE banks\n[ 0.191627] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.192632] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.203254] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.209591] ftrace: allocating 31920 entries in 125 pages\n[ 0.235709] smpboot: Max logical packages: 1\n[ 0.236570] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.237918] x2apic enabled\n[ 0.238749] Switched APIC routing to physical x2apic.\n[ 0.240510] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.241643] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.243635] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.245412] KVM setup paravirtual spinlock\n[ 0.246692] x86: Booted up 1 node, 1 CPUs\n[ 0.247494] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.248879] devtmpfs: initialized\n[ 0.250591] evm: security.selinux\n[ 0.251295] evm: security.SMACK64\n[ 0.251981] evm: security.SMACK64EXEC\n[ 0.252720] evm: security.SMACK64TRANSMUTE\n[ 0.253525] evm: security.SMACK64MMAP\n[ 0.254273] evm: security.ima\n[ 0.254909] evm: security.capability\n[ 0.255713] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.257581] pinctrl core: initialized pinctrl subsystem\n[ 0.258677] RTC time: 12:33:18, date: 09/04/18\n[ 0.259669] NET: Registered protocol family 16\n[ 0.260640] cpuidle: using governor ladder\n[ 0.261454] cpuidle: using governor menu\n[ 0.262235] PCCT header not found.\n[ 0.262988] ACPI: bus type PCI registered\n[ 0.263777] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.265010] PCI: Using configuration type 1 for base access\n[ 0.266750] ACPI: Added _OSI(Module Device)\n[ 0.267589] ACPI: Added _OSI(Processor Device)\n[ 0.268454] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.269355] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.271451] ACPI: Interpreter enabled\n[ 0.272224] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.274054] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.275872] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.277701] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.279522] ACPI: (supports S0 S5)\n[ 0.280229] ACPI: Using IOAPIC for interrupt routing\n[ 0.281173] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.284234] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.285365] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.286594] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.287770] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.289972] acpiphp: Slot [3] registered\n[ 0.290762] acpiphp: Slot [4] registered\n[ 0.291563] acpiphp: Slot [5] registered\n[ 0.292355] acpiphp: Slot [6] registered\n[ 0.293141] acpiphp: Slot [7] registered\n[ 0.293932] acpiphp: Slot [8] registered\n[ 0.294724] acpiphp: Slot [9] registered\n[ 0.295515] acpiphp: Slot [10] registered\n[ 0.296317] acpiphp: Slot [11] registered\n[ 0.297127] acpiphp: Slot [12] registered\n[ 0.297931] acpiphp: Slot [13] registered\n[ 0.298734] acpiphp: Slot [14] registered\n[ 0.299536] acpiphp: Slot [15] registered\n[ 0.310465] acpiphp: Slot [16] registered\n[ 0.311275] acpiphp: Slot [17] registered\n[ 0.312077] acpiphp: Slot [18] registered\n[ 0.312874] acpiphp: Slot [19] registered\n[ 0.313674] acpiphp: Slot [20] registered\n[ 0.314483] acpiphp: Slot [21] registered\n[ 0.315286] acpiphp: Slot [22] registered\n[ 0.316085] acpiphp: Slot [23] registered\n[ 0.316882] acpiphp: Slot [24] registered\n[ 0.317683] acpiphp: Slot [25] registered\n[ 0.318491] acpiphp: Slot [26] registered\n[ 0.319293] acpiphp: Slot [27] registered\n[ 0.320094] acpiphp: Slot [28] registered\n[ 0.320890] acpiphp: Slot [29] registered\n[ 0.321690] acpiphp: Slot [30] registered\n[ 0.322495] acpiphp: Slot [31] registered\n[ 0.323295] PCI host bridge to bus 0000:00\n[ 0.324093] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.325291] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.326487] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.327919] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.329353] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.335552] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.336842] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.338018] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.339288] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.346246] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.347676] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.396819] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.398297] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.399728] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.401151] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.402538] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.404408] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.405560] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.406618] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.408177] vgaarb: loaded\n[ 0.408780] vgaarb: bridge control possible 0000:00:02.0\n[ 0.409916] SCSI subsystem initialized\n[ 0.410735] ACPI: bus type USB registered\n[ 0.411552] usbcore: registered new interface driver usbfs\n[ 0.412594] usbcore: registered new interface driver hub\n[ 0.413602] usbcore: registered new device driver usb\n[ 0.414653] PCI: Using ACPI for IRQ routing\n[ 0.415678] NetLabel: Initializing\n[ 0.416389] NetLabel: domain hash size = 128\n[ 0.417243] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.418190] NetLabel: unlabeled traffic allowed by default\n[ 0.419279] clocksource: Switched to clocksource kvm-clock\n[ 0.424810] AppArmor: AppArmor Filesystem Enabled\n[ 0.425781] pnp: PnP ACPI init\n[ 0.426703] pnp: PnP ACPI: found 5 devices\n[ 0.433085] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.434800] NET: Registered protocol family 2\n[ 0.435773] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.437079] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.438260] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.439442] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.440532] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.441712] NET: Registered protocol family 1\n[ 0.442585] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.443696] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.444781] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.458828] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.473076] Trying to unpack rootfs image as initramfs...\n[ 0.522364] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.536227] Scanning for low memory corruption every 60 seconds\n[ 0.537808] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.539226] audit: initializing netlink subsys (disabled)\n[ 0.540494] audit: type=2000 audit(1536064399.532:1): initialized\n[ 0.542068] Initialise system trusted keyring\n[ 0.543193] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.544645] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.546815] zbud: loaded\n[ 0.547621] VFS: Disk quotas dquot_6.6.0\n[ 0.548590] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.550340] fuse init (API version 7.23)\n[ 0.551399] Key type big_key registered\n[ 0.552391] Allocating IMA MOK and blacklist keyrings.\n[ 0.553695] Key type asymmetric registered\n[ 0.554675] Asymmetric key parser 'x509' registered\n[ 0.555817] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.557561] io scheduler noop registered\n[ 0.558501] io scheduler deadline registered (default)\n[ 0.559697] io scheduler cfq registered\n[ 0.560713] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.562042] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.563457] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.564924] ACPI: Power Button [PWRF]\n[ 0.566128] GHES: HEST is not enabled!\n[ 0.579854] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.609889] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.612752] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.636652] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.638785] Linux agpgart interface v0.103\n[ 0.640863] brd: module loaded\n[ 0.642088] loop: module loaded\n[ 0.646632] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.648093] GPT:90111 != 2097151\n[ 0.648773] GPT:Alternate GPT header not at the end of the disk.\n[ 0.649862] GPT:90111 != 2097151\n[ 0.650538] GPT: Use GNU Parted to correct GPT errors.\n[ 0.651508] vda: vda1 vda15\n[ 0.652923] scsi host0: ata_piix\n[ 0.653666] scsi host1: ata_piix\n[ 0.654376] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.655608] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.657060] libphy: Fixed MDIO Bus: probed\n[ 0.657877] tun: Universal TUN/TAP device driver, 1.6\n[ 0.658828] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.660967] PPP generic driver version 2.4.2\n[ 0.661852] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.663171] ehci-pci: EHCI PCI platform driver\n[ 0.664057] ehci-platform: EHCI generic platform driver\n[ 0.665051] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.666180] ohci-pci: OHCI PCI platform driver\n[ 0.667050] ohci-platform: OHCI generic platform driver\n[ 0.668049] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.682433] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.683448] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.684910] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.685928] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.687059] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.688291] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.689713] usb usb1: Product: UHCI Host Controller\n[ 0.690646] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.691795] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.692847] hub 1-0:1.0: USB hub found\n[ 0.693627] hub 1-0:1.0: 2 ports detected\n[ 0.694534] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.696665] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.697625] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.698654] mousedev: PS/2 mouse device common for all mice\n[ 0.699912] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.701750] rtc_cmos 00:00: RTC can wake from S4\n[ 0.702842] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.704053] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.705245] i2c /dev entries driver\n[ 0.705997] device-mapper: uevent: version 1.0.3\n[ 0.706922] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.708565] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.709851] NET: Registered protocol family 10\n[ 0.710847] NET: Registered protocol family 17\n[ 0.711749] Key type dns_resolver registered\n[ 0.712691] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.713791] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.715547] registered taskstats version 1\n[ 0.716383] Loading compiled-in X.509 certificates\n[ 0.717821] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.719698] zswap: loaded using pool lzo/zbud\n[ 0.721070] Key type trusted registered\n[ 0.722611] Key type encrypted registered\n[ 0.723449] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.724481] ima: No TPM chip found, activating TPM-bypass!\n[ 0.725516] evm: HMAC attrs: 0x1\n[ 0.726463] Magic number: 2:619:581\n[ 0.727321] rtc_cmos 00:00: setting system clock to 2018-09-04 12:33:19 UTC (1536064399)\n[ 0.728925] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.730051] EDD information not available.\n[ 0.816224] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.817758] Write protecting the kernel read-only data: 14336k\n[ 0.829628] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.831438] 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.873200] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.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... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.10.7...\nLease of 10.10.10.7 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.40. 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 AAAAB3NzaC1yc2EAAAADAQABAAABAQDOL3oK0CQOpWr3jFeMbbLh6vMikrvug2ZKgI+6tBd4KVX19JY3vPm6Y/6I4VePdm7a2HOV8wsll69Y8CE+nqR+P4q6dSJ6jfls/GXz6xwImNWdP2hSk4mXmteuBHFY4mA2iJ14Vd+w+8PeBL+FtdTDTh58YdSyCyLIv4s+snXg+p2xvlUWkRK8vfzGmRiDuiF6RaDUOPgxFaKSTtBJlkvuEm1hVC9/umzrb7MQJ6WTw/SZABWuny1vyqZ5ML8VbKLjUx5IDsMqntFFaNVtPBYrDYRDD1MuyqXCdH/m944M2pvJzDJjBOg8csPfh92uvJgcDKDxdKJ4E9v4fDem7d17 root@sdnvpn-1-2\nssh-dss AAAAB3NzaC1kc3MAAACBAIorMtLnmX9OzJ7rFJNaHdqUL4YBlAjl6BSep848HD2Vm0psZf2ZgClsLjdkKYmY+PZUlXiQZe+LZugVJ43AZH7UxNXMBXfXuZV5djeBKyy2f8DXQSBskGGe2twtO3giJdIplLod7bf75Aj/cwWct04xbJkmP6UWAVoZQXku5P3dAAAAFQDVxIWWhwdncHxVPYQW62IokhnwpQAAAIEAg3B3Lmq8xvcwRFfImKxNVShgt6AB7oEDZRQOQ0m9vgxigqrKkVbb4vJVWyi5cHEPoCHDpRh3QUCxF0pvU9dTprr7ohVsLBg5aVHkDNeUFDGKlDprsfeoEr/gJfQOixwJdnQkTdGPVVEKcYMxtjwplab81NyqljHMmn83SvOieewAAACANj02t1jwwH2vEZCWiGMqKmsJQE6oyvlrHGI8Gm2eXkbMt8jqy4Ew5eo24NkWMjlUZqXCyJOBJE+dvkNej4NSS01tNXf2OPuFHX1AkJ+ZA8wukdXWVVoq5x9V4IYMzgvVuTL8Q14A97uwDUZjuHlEOql9O3kG6Ji1juJrlVjCxDs= 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.7,24,fe80::f816:3eff:fe5f:acdf/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.7 \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-1-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=62.85 ===\n/dev/root resized successfully [took 1.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:5F:AC:DF \n inet addr:10.10.10.7 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe5f:acdf/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:104 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:10914 (10.6 KiB) TX bytes:9620 (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: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-09-04 12:34:37,297 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/fa5d7e99-c18c-477e-8ddb-fcc57f83ee85/action used request id req-cf1723dd-540a-465b-ac88-06f14f047eab 2018-09-04 12:34:39,318 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/servers/fa5d7e99-c18c-477e-8ddb-fcc57f83ee85/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9a2ca04fcb7b6fb2017e2f2614d632b99011b842" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-04 12:34:40,391 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12:34: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-6e511a83-769c-44b5-b8b7-3204575defd6 x-compute-request-id: req-6e511a83-769c-44b5-b8b7-3204575defd6 Content-Encoding: gzip Content-Length: 10063 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 564489604 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 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.168472] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.170131] pid_max: default: 32768 minimum: 301\n[ 0.171032] ACPI: Core revision 20150930\n[ 0.172417] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.173729] Security Framework initialized\n[ 0.174548] Yama: becoming mindful.\n[ 0.175278] AppArmor: AppArmor initialized\n[ 0.176146] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.177489] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.178785] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.179999] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.181386] Initializing cgroup subsys io\n[ 0.182202] Initializing cgroup subsys memory\n[ 0.183073] Initializing cgroup subsys devices\n[ 0.183961] Initializing cgroup subsys freezer\n[ 0.184828] Initializing cgroup subsys net_cls\n[ 0.185702] Initializing cgroup subsys perf_event\n[ 0.186623] Initializing cgroup subsys net_prio\n[ 0.187509] Initializing cgroup subsys hugetlb\n[ 0.188385] Initializing cgroup subsys pids\n[ 0.189264] CPU: Physical Processor ID: 0\n[ 0.190763] mce: CPU supports 10 MCE banks\n[ 0.191627] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.192632] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.203254] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.209591] ftrace: allocating 31920 entries in 125 pages\n[ 0.235709] smpboot: Max logical packages: 1\n[ 0.236570] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.237918] x2apic enabled\n[ 0.238749] Switched APIC routing to physical x2apic.\n[ 0.240510] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.241643] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.243635] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.245412] KVM setup paravirtual spinlock\n[ 0.246692] x86: Booted up 1 node, 1 CPUs\n[ 0.247494] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.248879] devtmpfs: initialized\n[ 0.250591] evm: security.selinux\n[ 0.251295] evm: security.SMACK64\n[ 0.251981] evm: security.SMACK64EXEC\n[ 0.252720] evm: security.SMACK64TRANSMUTE\n[ 0.253525] evm: security.SMACK64MMAP\n[ 0.254273] evm: security.ima\n[ 0.254909] evm: security.capability\n[ 0.255713] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.257581] pinctrl core: initialized pinctrl subsystem\n[ 0.258677] RTC time: 12:33:18, date: 09/04/18\n[ 0.259669] NET: Registered protocol family 16\n[ 0.260640] cpuidle: using governor ladder\n[ 0.261454] cpuidle: using governor menu\n[ 0.262235] PCCT header not found.\n[ 0.262988] ACPI: bus type PCI registered\n[ 0.263777] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.265010] PCI: Using configuration type 1 for base access\n[ 0.266750] ACPI: Added _OSI(Module Device)\n[ 0.267589] ACPI: Added _OSI(Processor Device)\n[ 0.268454] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.269355] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.271451] ACPI: Interpreter enabled\n[ 0.272224] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.274054] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.275872] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.277701] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.279522] ACPI: (supports S0 S5)\n[ 0.280229] ACPI: Using IOAPIC for interrupt routing\n[ 0.281173] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.284234] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.285365] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.286594] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.287770] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.289972] acpiphp: Slot [3] registered\n[ 0.290762] acpiphp: Slot [4] registered\n[ 0.291563] acpiphp: Slot [5] registered\n[ 0.292355] acpiphp: Slot [6] registered\n[ 0.293141] acpiphp: Slot [7] registered\n[ 0.293932] acpiphp: Slot [8] registered\n[ 0.294724] acpiphp: Slot [9] registered\n[ 0.295515] acpiphp: Slot [10] registered\n[ 0.296317] acpiphp: Slot [11] registered\n[ 0.297127] acpiphp: Slot [12] registered\n[ 0.297931] acpiphp: Slot [13] registered\n[ 0.298734] acpiphp: Slot [14] registered\n[ 0.299536] acpiphp: Slot [15] registered\n[ 0.310465] acpiphp: Slot [16] registered\n[ 0.311275] acpiphp: Slot [17] registered\n[ 0.312077] acpiphp: Slot [18] registered\n[ 0.312874] acpiphp: Slot [19] registered\n[ 0.313674] acpiphp: Slot [20] registered\n[ 0.314483] acpiphp: Slot [21] registered\n[ 0.315286] acpiphp: Slot [22] registered\n[ 0.316085] acpiphp: Slot [23] registered\n[ 0.316882] acpiphp: Slot [24] registered\n[ 0.317683] acpiphp: Slot [25] registered\n[ 0.318491] acpiphp: Slot [26] registered\n[ 0.319293] acpiphp: Slot [27] registered\n[ 0.320094] acpiphp: Slot [28] registered\n[ 0.320890] acpiphp: Slot [29] registered\n[ 0.321690] acpiphp: Slot [30] registered\n[ 0.322495] acpiphp: Slot [31] registered\n[ 0.323295] PCI host bridge to bus 0000:00\n[ 0.324093] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.325291] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.326487] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.327919] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.329353] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.335552] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.336842] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.338018] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.339288] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.346246] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.347676] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.396819] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.398297] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.399728] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.401151] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.402538] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.404408] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.405560] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.406618] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.408177] vgaarb: loaded\n[ 0.408780] vgaarb: bridge control possible 0000:00:02.0\n[ 0.409916] SCSI subsystem initialized\n[ 0.410735] ACPI: bus type USB registered\n[ 0.411552] usbcore: registered new interface driver usbfs\n[ 0.412594] usbcore: registered new interface driver hub\n[ 0.413602] usbcore: registered new device driver usb\n[ 0.414653] PCI: Using ACPI for IRQ routing\n[ 0.415678] NetLabel: Initializing\n[ 0.416389] NetLabel: domain hash size = 128\n[ 0.417243] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.418190] NetLabel: unlabeled traffic allowed by default\n[ 0.419279] clocksource: Switched to clocksource kvm-clock\n[ 0.424810] AppArmor: AppArmor Filesystem Enabled\n[ 0.425781] pnp: PnP ACPI init\n[ 0.426703] pnp: PnP ACPI: found 5 devices\n[ 0.433085] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.434800] NET: Registered protocol family 2\n[ 0.435773] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.437079] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.438260] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.439442] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.440532] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.441712] NET: Registered protocol family 1\n[ 0.442585] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.443696] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.444781] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.458828] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.473076] Trying to unpack rootfs image as initramfs...\n[ 0.522364] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.536227] Scanning for low memory corruption every 60 seconds\n[ 0.537808] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.539226] audit: initializing netlink subsys (disabled)\n[ 0.540494] audit: type=2000 audit(1536064399.532:1): initialized\n[ 0.542068] Initialise system trusted keyring\n[ 0.543193] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.544645] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.546815] zbud: loaded\n[ 0.547621] VFS: Disk quotas dquot_6.6.0\n[ 0.548590] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.550340] fuse init (API version 7.23)\n[ 0.551399] Key type big_key registered\n[ 0.552391] Allocating IMA MOK and blacklist keyrings.\n[ 0.553695] Key type asymmetric registered\n[ 0.554675] Asymmetric key parser 'x509' registered\n[ 0.555817] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.557561] io scheduler noop registered\n[ 0.558501] io scheduler deadline registered (default)\n[ 0.559697] io scheduler cfq registered\n[ 0.560713] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.562042] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.563457] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.564924] ACPI: Power Button [PWRF]\n[ 0.566128] GHES: HEST is not enabled!\n[ 0.579854] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.609889] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.612752] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.636652] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.638785] Linux agpgart interface v0.103\n[ 0.640863] brd: module loaded\n[ 0.642088] loop: module loaded\n[ 0.646632] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.648093] GPT:90111 != 2097151\n[ 0.648773] GPT:Alternate GPT header not at the end of the disk.\n[ 0.649862] GPT:90111 != 2097151\n[ 0.650538] GPT: Use GNU Parted to correct GPT errors.\n[ 0.651508] vda: vda1 vda15\n[ 0.652923] scsi host0: ata_piix\n[ 0.653666] scsi host1: ata_piix\n[ 0.654376] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.655608] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.657060] libphy: Fixed MDIO Bus: probed\n[ 0.657877] tun: Universal TUN/TAP device driver, 1.6\n[ 0.658828] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.660967] PPP generic driver version 2.4.2\n[ 0.661852] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.663171] ehci-pci: EHCI PCI platform driver\n[ 0.664057] ehci-platform: EHCI generic platform driver\n[ 0.665051] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.666180] ohci-pci: OHCI PCI platform driver\n[ 0.667050] ohci-platform: OHCI generic platform driver\n[ 0.668049] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.682433] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.683448] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.684910] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.685928] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.687059] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.688291] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.689713] usb usb1: Product: UHCI Host Controller\n[ 0.690646] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.691795] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.692847] hub 1-0:1.0: USB hub found\n[ 0.693627] hub 1-0:1.0: 2 ports detected\n[ 0.694534] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.696665] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.697625] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.698654] mousedev: PS/2 mouse device common for all mice\n[ 0.699912] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.701750] rtc_cmos 00:00: RTC can wake from S4\n[ 0.702842] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.704053] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.705245] i2c /dev entries driver\n[ 0.705997] device-mapper: uevent: version 1.0.3\n[ 0.706922] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.708565] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.709851] NET: Registered protocol family 10\n[ 0.710847] NET: Registered protocol family 17\n[ 0.711749] Key type dns_resolver registered\n[ 0.712691] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.713791] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.715547] registered taskstats version 1\n[ 0.716383] Loading compiled-in X.509 certificates\n[ 0.717821] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.719698] zswap: loaded using pool lzo/zbud\n[ 0.721070] Key type trusted registered\n[ 0.722611] Key type encrypted registered\n[ 0.723449] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.724481] ima: No TPM chip found, activating TPM-bypass!\n[ 0.725516] evm: HMAC attrs: 0x1\n[ 0.726463] Magic number: 2:619:581\n[ 0.727321] rtc_cmos 00:00: setting system clock to 2018-09-04 12:33:19 UTC (1536064399)\n[ 0.728925] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.730051] EDD information not available.\n[ 0.816224] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.817758] Write protecting the kernel read-only data: 14336k\n[ 0.829628] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.831438] 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.873200] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.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... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.10.7...\nLease of 10.10.10.7 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.40. 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 AAAAB3NzaC1yc2EAAAADAQABAAABAQDOL3oK0CQOpWr3jFeMbbLh6vMikrvug2ZKgI+6tBd4KVX19JY3vPm6Y/6I4VePdm7a2HOV8wsll69Y8CE+nqR+P4q6dSJ6jfls/GXz6xwImNWdP2hSk4mXmteuBHFY4mA2iJ14Vd+w+8PeBL+FtdTDTh58YdSyCyLIv4s+snXg+p2xvlUWkRK8vfzGmRiDuiF6RaDUOPgxFaKSTtBJlkvuEm1hVC9/umzrb7MQJ6WTw/SZABWuny1vyqZ5ML8VbKLjUx5IDsMqntFFaNVtPBYrDYRDD1MuyqXCdH/m944M2pvJzDJjBOg8csPfh92uvJgcDKDxdKJ4E9v4fDem7d17 root@sdnvpn-1-2\nssh-dss AAAAB3NzaC1kc3MAAACBAIorMtLnmX9OzJ7rFJNaHdqUL4YBlAjl6BSep848HD2Vm0psZf2ZgClsLjdkKYmY+PZUlXiQZe+LZugVJ43AZH7UxNXMBXfXuZV5djeBKyy2f8DXQSBskGGe2twtO3giJdIplLod7bf75Aj/cwWct04xbJkmP6UWAVoZQXku5P3dAAAAFQDVxIWWhwdncHxVPYQW62IokhnwpQAAAIEAg3B3Lmq8xvcwRFfImKxNVShgt6AB7oEDZRQOQ0m9vgxigqrKkVbb4vJVWyi5cHEPoCHDpRh3QUCxF0pvU9dTprr7ohVsLBg5aVHkDNeUFDGKlDprsfeoEr/gJfQOixwJdnQkTdGPVVEKcYMxtjwplab81NyqljHMmn83SvOieewAAACANj02t1jwwH2vEZCWiGMqKmsJQE6oyvlrHGI8Gm2eXkbMt8jqy4Ew5eo24NkWMjlUZqXCyJOBJE+dvkNej4NSS01tNXf2OPuFHX1AkJ+ZA8wukdXWVVoq5x9V4IYMzgvVuTL8Q14A97uwDUZjuHlEOql9O3kG6Ji1juJrlVjCxDs= 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.7,24,fe80::f816:3eff:fe5f:acdf/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.7 \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-1-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=62.85 ===\n/dev/root resized successfully [took 1.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:5F:AC:DF \n inet addr:10.10.10.7 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe5f:acdf/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:104 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:10914 (10.6 KiB) TX bytes:9620 (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: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-09-04 12:34:40,392 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/fa5d7e99-c18c-477e-8ddb-fcc57f83ee85/action used request id req-6e511a83-769c-44b5-b8b7-3204575defd6 2018-09-04 12:34:42,409 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/servers/fa5d7e99-c18c-477e-8ddb-fcc57f83ee85/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9a2ca04fcb7b6fb2017e2f2614d632b99011b842" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-04 12:34:43,478 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12: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-76d43339-18bf-4c51-bc4a-14b56d77727b x-compute-request-id: req-76d43339-18bf-4c51-bc4a-14b56d77727b Content-Encoding: gzip Content-Length: 10063 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 564489604 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 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.168472] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.170131] pid_max: default: 32768 minimum: 301\n[ 0.171032] ACPI: Core revision 20150930\n[ 0.172417] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.173729] Security Framework initialized\n[ 0.174548] Yama: becoming mindful.\n[ 0.175278] AppArmor: AppArmor initialized\n[ 0.176146] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.177489] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.178785] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.179999] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.181386] Initializing cgroup subsys io\n[ 0.182202] Initializing cgroup subsys memory\n[ 0.183073] Initializing cgroup subsys devices\n[ 0.183961] Initializing cgroup subsys freezer\n[ 0.184828] Initializing cgroup subsys net_cls\n[ 0.185702] Initializing cgroup subsys perf_event\n[ 0.186623] Initializing cgroup subsys net_prio\n[ 0.187509] Initializing cgroup subsys hugetlb\n[ 0.188385] Initializing cgroup subsys pids\n[ 0.189264] CPU: Physical Processor ID: 0\n[ 0.190763] mce: CPU supports 10 MCE banks\n[ 0.191627] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.192632] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.203254] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.209591] ftrace: allocating 31920 entries in 125 pages\n[ 0.235709] smpboot: Max logical packages: 1\n[ 0.236570] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.237918] x2apic enabled\n[ 0.238749] Switched APIC routing to physical x2apic.\n[ 0.240510] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.241643] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.243635] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.245412] KVM setup paravirtual spinlock\n[ 0.246692] x86: Booted up 1 node, 1 CPUs\n[ 0.247494] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.248879] devtmpfs: initialized\n[ 0.250591] evm: security.selinux\n[ 0.251295] evm: security.SMACK64\n[ 0.251981] evm: security.SMACK64EXEC\n[ 0.252720] evm: security.SMACK64TRANSMUTE\n[ 0.253525] evm: security.SMACK64MMAP\n[ 0.254273] evm: security.ima\n[ 0.254909] evm: security.capability\n[ 0.255713] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.257581] pinctrl core: initialized pinctrl subsystem\n[ 0.258677] RTC time: 12:33:18, date: 09/04/18\n[ 0.259669] NET: Registered protocol family 16\n[ 0.260640] cpuidle: using governor ladder\n[ 0.261454] cpuidle: using governor menu\n[ 0.262235] PCCT header not found.\n[ 0.262988] ACPI: bus type PCI registered\n[ 0.263777] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.265010] PCI: Using configuration type 1 for base access\n[ 0.266750] ACPI: Added _OSI(Module Device)\n[ 0.267589] ACPI: Added _OSI(Processor Device)\n[ 0.268454] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.269355] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.271451] ACPI: Interpreter enabled\n[ 0.272224] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.274054] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.275872] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.277701] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.279522] ACPI: (supports S0 S5)\n[ 0.280229] ACPI: Using IOAPIC for interrupt routing\n[ 0.281173] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.284234] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.285365] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.286594] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.287770] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.289972] acpiphp: Slot [3] registered\n[ 0.290762] acpiphp: Slot [4] registered\n[ 0.291563] acpiphp: Slot [5] registered\n[ 0.292355] acpiphp: Slot [6] registered\n[ 0.293141] acpiphp: Slot [7] registered\n[ 0.293932] acpiphp: Slot [8] registered\n[ 0.294724] acpiphp: Slot [9] registered\n[ 0.295515] acpiphp: Slot [10] registered\n[ 0.296317] acpiphp: Slot [11] registered\n[ 0.297127] acpiphp: Slot [12] registered\n[ 0.297931] acpiphp: Slot [13] registered\n[ 0.298734] acpiphp: Slot [14] registered\n[ 0.299536] acpiphp: Slot [15] registered\n[ 0.310465] acpiphp: Slot [16] registered\n[ 0.311275] acpiphp: Slot [17] registered\n[ 0.312077] acpiphp: Slot [18] registered\n[ 0.312874] acpiphp: Slot [19] registered\n[ 0.313674] acpiphp: Slot [20] registered\n[ 0.314483] acpiphp: Slot [21] registered\n[ 0.315286] acpiphp: Slot [22] registered\n[ 0.316085] acpiphp: Slot [23] registered\n[ 0.316882] acpiphp: Slot [24] registered\n[ 0.317683] acpiphp: Slot [25] registered\n[ 0.318491] acpiphp: Slot [26] registered\n[ 0.319293] acpiphp: Slot [27] registered\n[ 0.320094] acpiphp: Slot [28] registered\n[ 0.320890] acpiphp: Slot [29] registered\n[ 0.321690] acpiphp: Slot [30] registered\n[ 0.322495] acpiphp: Slot [31] registered\n[ 0.323295] PCI host bridge to bus 0000:00\n[ 0.324093] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.325291] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.326487] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.327919] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.329353] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.335552] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.336842] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.338018] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.339288] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.346246] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.347676] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.396819] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.398297] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.399728] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.401151] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.402538] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.404408] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.405560] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.406618] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.408177] vgaarb: loaded\n[ 0.408780] vgaarb: bridge control possible 0000:00:02.0\n[ 0.409916] SCSI subsystem initialized\n[ 0.410735] ACPI: bus type USB registered\n[ 0.411552] usbcore: registered new interface driver usbfs\n[ 0.412594] usbcore: registered new interface driver hub\n[ 0.413602] usbcore: registered new device driver usb\n[ 0.414653] PCI: Using ACPI for IRQ routing\n[ 0.415678] NetLabel: Initializing\n[ 0.416389] NetLabel: domain hash size = 128\n[ 0.417243] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.418190] NetLabel: unlabeled traffic allowed by default\n[ 0.419279] clocksource: Switched to clocksource kvm-clock\n[ 0.424810] AppArmor: AppArmor Filesystem Enabled\n[ 0.425781] pnp: PnP ACPI init\n[ 0.426703] pnp: PnP ACPI: found 5 devices\n[ 0.433085] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.434800] NET: Registered protocol family 2\n[ 0.435773] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.437079] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.438260] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.439442] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.440532] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.441712] NET: Registered protocol family 1\n[ 0.442585] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.443696] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.444781] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.458828] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.473076] Trying to unpack rootfs image as initramfs...\n[ 0.522364] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.536227] Scanning for low memory corruption every 60 seconds\n[ 0.537808] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.539226] audit: initializing netlink subsys (disabled)\n[ 0.540494] audit: type=2000 audit(1536064399.532:1): initialized\n[ 0.542068] Initialise system trusted keyring\n[ 0.543193] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.544645] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.546815] zbud: loaded\n[ 0.547621] VFS: Disk quotas dquot_6.6.0\n[ 0.548590] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.550340] fuse init (API version 7.23)\n[ 0.551399] Key type big_key registered\n[ 0.552391] Allocating IMA MOK and blacklist keyrings.\n[ 0.553695] Key type asymmetric registered\n[ 0.554675] Asymmetric key parser 'x509' registered\n[ 0.555817] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.557561] io scheduler noop registered\n[ 0.558501] io scheduler deadline registered (default)\n[ 0.559697] io scheduler cfq registered\n[ 0.560713] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.562042] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.563457] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.564924] ACPI: Power Button [PWRF]\n[ 0.566128] GHES: HEST is not enabled!\n[ 0.579854] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.609889] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.612752] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.636652] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.638785] Linux agpgart interface v0.103\n[ 0.640863] brd: module loaded\n[ 0.642088] loop: module loaded\n[ 0.646632] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.648093] GPT:90111 != 2097151\n[ 0.648773] GPT:Alternate GPT header not at the end of the disk.\n[ 0.649862] GPT:90111 != 2097151\n[ 0.650538] GPT: Use GNU Parted to correct GPT errors.\n[ 0.651508] vda: vda1 vda15\n[ 0.652923] scsi host0: ata_piix\n[ 0.653666] scsi host1: ata_piix\n[ 0.654376] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.655608] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.657060] libphy: Fixed MDIO Bus: probed\n[ 0.657877] tun: Universal TUN/TAP device driver, 1.6\n[ 0.658828] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.660967] PPP generic driver version 2.4.2\n[ 0.661852] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.663171] ehci-pci: EHCI PCI platform driver\n[ 0.664057] ehci-platform: EHCI generic platform driver\n[ 0.665051] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.666180] ohci-pci: OHCI PCI platform driver\n[ 0.667050] ohci-platform: OHCI generic platform driver\n[ 0.668049] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.682433] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.683448] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.684910] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.685928] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.687059] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.688291] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.689713] usb usb1: Product: UHCI Host Controller\n[ 0.690646] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.691795] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.692847] hub 1-0:1.0: USB hub found\n[ 0.693627] hub 1-0:1.0: 2 ports detected\n[ 0.694534] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.696665] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.697625] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.698654] mousedev: PS/2 mouse device common for all mice\n[ 0.699912] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.701750] rtc_cmos 00:00: RTC can wake from S4\n[ 0.702842] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.704053] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.705245] i2c /dev entries driver\n[ 0.705997] device-mapper: uevent: version 1.0.3\n[ 0.706922] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.708565] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.709851] NET: Registered protocol family 10\n[ 0.710847] NET: Registered protocol family 17\n[ 0.711749] Key type dns_resolver registered\n[ 0.712691] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.713791] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.715547] registered taskstats version 1\n[ 0.716383] Loading compiled-in X.509 certificates\n[ 0.717821] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.719698] zswap: loaded using pool lzo/zbud\n[ 0.721070] Key type trusted registered\n[ 0.722611] Key type encrypted registered\n[ 0.723449] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.724481] ima: No TPM chip found, activating TPM-bypass!\n[ 0.725516] evm: HMAC attrs: 0x1\n[ 0.726463] Magic number: 2:619:581\n[ 0.727321] rtc_cmos 00:00: setting system clock to 2018-09-04 12:33:19 UTC (1536064399)\n[ 0.728925] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.730051] EDD information not available.\n[ 0.816224] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.817758] Write protecting the kernel read-only data: 14336k\n[ 0.829628] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.831438] 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.873200] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.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... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.10.7...\nLease of 10.10.10.7 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.40. 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 AAAAB3NzaC1yc2EAAAADAQABAAABAQDOL3oK0CQOpWr3jFeMbbLh6vMikrvug2ZKgI+6tBd4KVX19JY3vPm6Y/6I4VePdm7a2HOV8wsll69Y8CE+nqR+P4q6dSJ6jfls/GXz6xwImNWdP2hSk4mXmteuBHFY4mA2iJ14Vd+w+8PeBL+FtdTDTh58YdSyCyLIv4s+snXg+p2xvlUWkRK8vfzGmRiDuiF6RaDUOPgxFaKSTtBJlkvuEm1hVC9/umzrb7MQJ6WTw/SZABWuny1vyqZ5ML8VbKLjUx5IDsMqntFFaNVtPBYrDYRDD1MuyqXCdH/m944M2pvJzDJjBOg8csPfh92uvJgcDKDxdKJ4E9v4fDem7d17 root@sdnvpn-1-2\nssh-dss AAAAB3NzaC1kc3MAAACBAIorMtLnmX9OzJ7rFJNaHdqUL4YBlAjl6BSep848HD2Vm0psZf2ZgClsLjdkKYmY+PZUlXiQZe+LZugVJ43AZH7UxNXMBXfXuZV5djeBKyy2f8DXQSBskGGe2twtO3giJdIplLod7bf75Aj/cwWct04xbJkmP6UWAVoZQXku5P3dAAAAFQDVxIWWhwdncHxVPYQW62IokhnwpQAAAIEAg3B3Lmq8xvcwRFfImKxNVShgt6AB7oEDZRQOQ0m9vgxigqrKkVbb4vJVWyi5cHEPoCHDpRh3QUCxF0pvU9dTprr7ohVsLBg5aVHkDNeUFDGKlDprsfeoEr/gJfQOixwJdnQkTdGPVVEKcYMxtjwplab81NyqljHMmn83SvOieewAAACANj02t1jwwH2vEZCWiGMqKmsJQE6oyvlrHGI8Gm2eXkbMt8jqy4Ew5eo24NkWMjlUZqXCyJOBJE+dvkNej4NSS01tNXf2OPuFHX1AkJ+ZA8wukdXWVVoq5x9V4IYMzgvVuTL8Q14A97uwDUZjuHlEOql9O3kG6Ji1juJrlVjCxDs= 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.7,24,fe80::f816:3eff:fe5f:acdf/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.7 \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-1-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=62.85 ===\n/dev/root resized successfully [took 1.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:5F:AC:DF \n inet addr:10.10.10.7 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe5f:acdf/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:104 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:10914 (10.6 KiB) TX bytes:9620 (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: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-09-04 12:34:43,478 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/fa5d7e99-c18c-477e-8ddb-fcc57f83ee85/action used request id req-76d43339-18bf-4c51-bc4a-14b56d77727b 2018-09-04 12:34:45,497 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/servers/fa5d7e99-c18c-477e-8ddb-fcc57f83ee85/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9a2ca04fcb7b6fb2017e2f2614d632b99011b842" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-04 12:34:46,565 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12:34: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-b3c83320-f50b-4134-b305-5619a6af7137 x-compute-request-id: req-b3c83320-f50b-4134-b305-5619a6af7137 Content-Encoding: gzip Content-Length: 10063 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 564489604 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 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.168472] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.170131] pid_max: default: 32768 minimum: 301\n[ 0.171032] ACPI: Core revision 20150930\n[ 0.172417] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.173729] Security Framework initialized\n[ 0.174548] Yama: becoming mindful.\n[ 0.175278] AppArmor: AppArmor initialized\n[ 0.176146] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.177489] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.178785] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.179999] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.181386] Initializing cgroup subsys io\n[ 0.182202] Initializing cgroup subsys memory\n[ 0.183073] Initializing cgroup subsys devices\n[ 0.183961] Initializing cgroup subsys freezer\n[ 0.184828] Initializing cgroup subsys net_cls\n[ 0.185702] Initializing cgroup subsys perf_event\n[ 0.186623] Initializing cgroup subsys net_prio\n[ 0.187509] Initializing cgroup subsys hugetlb\n[ 0.188385] Initializing cgroup subsys pids\n[ 0.189264] CPU: Physical Processor ID: 0\n[ 0.190763] mce: CPU supports 10 MCE banks\n[ 0.191627] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.192632] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.203254] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.209591] ftrace: allocating 31920 entries in 125 pages\n[ 0.235709] smpboot: Max logical packages: 1\n[ 0.236570] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.237918] x2apic enabled\n[ 0.238749] Switched APIC routing to physical x2apic.\n[ 0.240510] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.241643] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.243635] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.245412] KVM setup paravirtual spinlock\n[ 0.246692] x86: Booted up 1 node, 1 CPUs\n[ 0.247494] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.248879] devtmpfs: initialized\n[ 0.250591] evm: security.selinux\n[ 0.251295] evm: security.SMACK64\n[ 0.251981] evm: security.SMACK64EXEC\n[ 0.252720] evm: security.SMACK64TRANSMUTE\n[ 0.253525] evm: security.SMACK64MMAP\n[ 0.254273] evm: security.ima\n[ 0.254909] evm: security.capability\n[ 0.255713] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.257581] pinctrl core: initialized pinctrl subsystem\n[ 0.258677] RTC time: 12:33:18, date: 09/04/18\n[ 0.259669] NET: Registered protocol family 16\n[ 0.260640] cpuidle: using governor ladder\n[ 0.261454] cpuidle: using governor menu\n[ 0.262235] PCCT header not found.\n[ 0.262988] ACPI: bus type PCI registered\n[ 0.263777] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.265010] PCI: Using configuration type 1 for base access\n[ 0.266750] ACPI: Added _OSI(Module Device)\n[ 0.267589] ACPI: Added _OSI(Processor Device)\n[ 0.268454] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.269355] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.271451] ACPI: Interpreter enabled\n[ 0.272224] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.274054] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.275872] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.277701] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.279522] ACPI: (supports S0 S5)\n[ 0.280229] ACPI: Using IOAPIC for interrupt routing\n[ 0.281173] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.284234] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.285365] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.286594] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.287770] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.289972] acpiphp: Slot [3] registered\n[ 0.290762] acpiphp: Slot [4] registered\n[ 0.291563] acpiphp: Slot [5] registered\n[ 0.292355] acpiphp: Slot [6] registered\n[ 0.293141] acpiphp: Slot [7] registered\n[ 0.293932] acpiphp: Slot [8] registered\n[ 0.294724] acpiphp: Slot [9] registered\n[ 0.295515] acpiphp: Slot [10] registered\n[ 0.296317] acpiphp: Slot [11] registered\n[ 0.297127] acpiphp: Slot [12] registered\n[ 0.297931] acpiphp: Slot [13] registered\n[ 0.298734] acpiphp: Slot [14] registered\n[ 0.299536] acpiphp: Slot [15] registered\n[ 0.310465] acpiphp: Slot [16] registered\n[ 0.311275] acpiphp: Slot [17] registered\n[ 0.312077] acpiphp: Slot [18] registered\n[ 0.312874] acpiphp: Slot [19] registered\n[ 0.313674] acpiphp: Slot [20] registered\n[ 0.314483] acpiphp: Slot [21] registered\n[ 0.315286] acpiphp: Slot [22] registered\n[ 0.316085] acpiphp: Slot [23] registered\n[ 0.316882] acpiphp: Slot [24] registered\n[ 0.317683] acpiphp: Slot [25] registered\n[ 0.318491] acpiphp: Slot [26] registered\n[ 0.319293] acpiphp: Slot [27] registered\n[ 0.320094] acpiphp: Slot [28] registered\n[ 0.320890] acpiphp: Slot [29] registered\n[ 0.321690] acpiphp: Slot [30] registered\n[ 0.322495] acpiphp: Slot [31] registered\n[ 0.323295] PCI host bridge to bus 0000:00\n[ 0.324093] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.325291] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.326487] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.327919] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.329353] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.335552] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.336842] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.338018] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.339288] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.346246] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.347676] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.396819] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.398297] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.399728] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.401151] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.402538] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.404408] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.405560] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.406618] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.408177] vgaarb: loaded\n[ 0.408780] vgaarb: bridge control possible 0000:00:02.0\n[ 0.409916] SCSI subsystem initialized\n[ 0.410735] ACPI: bus type USB registered\n[ 0.411552] usbcore: registered new interface driver usbfs\n[ 0.412594] usbcore: registered new interface driver hub\n[ 0.413602] usbcore: registered new device driver usb\n[ 0.414653] PCI: Using ACPI for IRQ routing\n[ 0.415678] NetLabel: Initializing\n[ 0.416389] NetLabel: domain hash size = 128\n[ 0.417243] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.418190] NetLabel: unlabeled traffic allowed by default\n[ 0.419279] clocksource: Switched to clocksource kvm-clock\n[ 0.424810] AppArmor: AppArmor Filesystem Enabled\n[ 0.425781] pnp: PnP ACPI init\n[ 0.426703] pnp: PnP ACPI: found 5 devices\n[ 0.433085] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.434800] NET: Registered protocol family 2\n[ 0.435773] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.437079] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.438260] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.439442] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.440532] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.441712] NET: Registered protocol family 1\n[ 0.442585] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.443696] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.444781] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.458828] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.473076] Trying to unpack rootfs image as initramfs...\n[ 0.522364] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.536227] Scanning for low memory corruption every 60 seconds\n[ 0.537808] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.539226] audit: initializing netlink subsys (disabled)\n[ 0.540494] audit: type=2000 audit(1536064399.532:1): initialized\n[ 0.542068] Initialise system trusted keyring\n[ 0.543193] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.544645] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.546815] zbud: loaded\n[ 0.547621] VFS: Disk quotas dquot_6.6.0\n[ 0.548590] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.550340] fuse init (API version 7.23)\n[ 0.551399] Key type big_key registered\n[ 0.552391] Allocating IMA MOK and blacklist keyrings.\n[ 0.553695] Key type asymmetric registered\n[ 0.554675] Asymmetric key parser 'x509' registered\n[ 0.555817] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.557561] io scheduler noop registered\n[ 0.558501] io scheduler deadline registered (default)\n[ 0.559697] io scheduler cfq registered\n[ 0.560713] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.562042] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.563457] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.564924] ACPI: Power Button [PWRF]\n[ 0.566128] GHES: HEST is not enabled!\n[ 0.579854] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.609889] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.612752] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.636652] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.638785] Linux agpgart interface v0.103\n[ 0.640863] brd: module loaded\n[ 0.642088] loop: module loaded\n[ 0.646632] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.648093] GPT:90111 != 2097151\n[ 0.648773] GPT:Alternate GPT header not at the end of the disk.\n[ 0.649862] GPT:90111 != 2097151\n[ 0.650538] GPT: Use GNU Parted to correct GPT errors.\n[ 0.651508] vda: vda1 vda15\n[ 0.652923] scsi host0: ata_piix\n[ 0.653666] scsi host1: ata_piix\n[ 0.654376] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.655608] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.657060] libphy: Fixed MDIO Bus: probed\n[ 0.657877] tun: Universal TUN/TAP device driver, 1.6\n[ 0.658828] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.660967] PPP generic driver version 2.4.2\n[ 0.661852] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.663171] ehci-pci: EHCI PCI platform driver\n[ 0.664057] ehci-platform: EHCI generic platform driver\n[ 0.665051] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.666180] ohci-pci: OHCI PCI platform driver\n[ 0.667050] ohci-platform: OHCI generic platform driver\n[ 0.668049] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.682433] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.683448] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.684910] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.685928] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.687059] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.688291] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.689713] usb usb1: Product: UHCI Host Controller\n[ 0.690646] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.691795] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.692847] hub 1-0:1.0: USB hub found\n[ 0.693627] hub 1-0:1.0: 2 ports detected\n[ 0.694534] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.696665] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.697625] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.698654] mousedev: PS/2 mouse device common for all mice\n[ 0.699912] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.701750] rtc_cmos 00:00: RTC can wake from S4\n[ 0.702842] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.704053] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.705245] i2c /dev entries driver\n[ 0.705997] device-mapper: uevent: version 1.0.3\n[ 0.706922] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.708565] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.709851] NET: Registered protocol family 10\n[ 0.710847] NET: Registered protocol family 17\n[ 0.711749] Key type dns_resolver registered\n[ 0.712691] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.713791] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.715547] registered taskstats version 1\n[ 0.716383] Loading compiled-in X.509 certificates\n[ 0.717821] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.719698] zswap: loaded using pool lzo/zbud\n[ 0.721070] Key type trusted registered\n[ 0.722611] Key type encrypted registered\n[ 0.723449] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.724481] ima: No TPM chip found, activating TPM-bypass!\n[ 0.725516] evm: HMAC attrs: 0x1\n[ 0.726463] Magic number: 2:619:581\n[ 0.727321] rtc_cmos 00:00: setting system clock to 2018-09-04 12:33:19 UTC (1536064399)\n[ 0.728925] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.730051] EDD information not available.\n[ 0.816224] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.817758] Write protecting the kernel read-only data: 14336k\n[ 0.829628] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.831438] 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.873200] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.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... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.10.7...\nLease of 10.10.10.7 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.40. 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 AAAAB3NzaC1yc2EAAAADAQABAAABAQDOL3oK0CQOpWr3jFeMbbLh6vMikrvug2ZKgI+6tBd4KVX19JY3vPm6Y/6I4VePdm7a2HOV8wsll69Y8CE+nqR+P4q6dSJ6jfls/GXz6xwImNWdP2hSk4mXmteuBHFY4mA2iJ14Vd+w+8PeBL+FtdTDTh58YdSyCyLIv4s+snXg+p2xvlUWkRK8vfzGmRiDuiF6RaDUOPgxFaKSTtBJlkvuEm1hVC9/umzrb7MQJ6WTw/SZABWuny1vyqZ5ML8VbKLjUx5IDsMqntFFaNVtPBYrDYRDD1MuyqXCdH/m944M2pvJzDJjBOg8csPfh92uvJgcDKDxdKJ4E9v4fDem7d17 root@sdnvpn-1-2\nssh-dss AAAAB3NzaC1kc3MAAACBAIorMtLnmX9OzJ7rFJNaHdqUL4YBlAjl6BSep848HD2Vm0psZf2ZgClsLjdkKYmY+PZUlXiQZe+LZugVJ43AZH7UxNXMBXfXuZV5djeBKyy2f8DXQSBskGGe2twtO3giJdIplLod7bf75Aj/cwWct04xbJkmP6UWAVoZQXku5P3dAAAAFQDVxIWWhwdncHxVPYQW62IokhnwpQAAAIEAg3B3Lmq8xvcwRFfImKxNVShgt6AB7oEDZRQOQ0m9vgxigqrKkVbb4vJVWyi5cHEPoCHDpRh3QUCxF0pvU9dTprr7ohVsLBg5aVHkDNeUFDGKlDprsfeoEr/gJfQOixwJdnQkTdGPVVEKcYMxtjwplab81NyqljHMmn83SvOieewAAACANj02t1jwwH2vEZCWiGMqKmsJQE6oyvlrHGI8Gm2eXkbMt8jqy4Ew5eo24NkWMjlUZqXCyJOBJE+dvkNej4NSS01tNXf2OPuFHX1AkJ+ZA8wukdXWVVoq5x9V4IYMzgvVuTL8Q14A97uwDUZjuHlEOql9O3kG6Ji1juJrlVjCxDs= 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.7,24,fe80::f816:3eff:fe5f:acdf/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.7 \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-1-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=62.85 ===\n/dev/root resized successfully [took 1.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:5F:AC:DF \n inet addr:10.10.10.7 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe5f:acdf/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:104 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:10914 (10.6 KiB) TX bytes:9620 (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: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-09-04 12:34:46,566 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/fa5d7e99-c18c-477e-8ddb-fcc57f83ee85/action used request id req-b3c83320-f50b-4134-b305-5619a6af7137 2018-09-04 12:34:48,586 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/servers/fa5d7e99-c18c-477e-8ddb-fcc57f83ee85/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9a2ca04fcb7b6fb2017e2f2614d632b99011b842" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-04 12:34:49,658 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12:34: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-6bca0f6f-5c87-42f6-b716-72b1b82f8545 x-compute-request-id: req-6bca0f6f-5c87-42f6-b716-72b1b82f8545 Content-Encoding: gzip Content-Length: 10063 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 564489604 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 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.168472] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.170131] pid_max: default: 32768 minimum: 301\n[ 0.171032] ACPI: Core revision 20150930\n[ 0.172417] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.173729] Security Framework initialized\n[ 0.174548] Yama: becoming mindful.\n[ 0.175278] AppArmor: AppArmor initialized\n[ 0.176146] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.177489] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.178785] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.179999] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.181386] Initializing cgroup subsys io\n[ 0.182202] Initializing cgroup subsys memory\n[ 0.183073] Initializing cgroup subsys devices\n[ 0.183961] Initializing cgroup subsys freezer\n[ 0.184828] Initializing cgroup subsys net_cls\n[ 0.185702] Initializing cgroup subsys perf_event\n[ 0.186623] Initializing cgroup subsys net_prio\n[ 0.187509] Initializing cgroup subsys hugetlb\n[ 0.188385] Initializing cgroup subsys pids\n[ 0.189264] CPU: Physical Processor ID: 0\n[ 0.190763] mce: CPU supports 10 MCE banks\n[ 0.191627] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.192632] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.203254] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.209591] ftrace: allocating 31920 entries in 125 pages\n[ 0.235709] smpboot: Max logical packages: 1\n[ 0.236570] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.237918] x2apic enabled\n[ 0.238749] Switched APIC routing to physical x2apic.\n[ 0.240510] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.241643] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.243635] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.245412] KVM setup paravirtual spinlock\n[ 0.246692] x86: Booted up 1 node, 1 CPUs\n[ 0.247494] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.248879] devtmpfs: initialized\n[ 0.250591] evm: security.selinux\n[ 0.251295] evm: security.SMACK64\n[ 0.251981] evm: security.SMACK64EXEC\n[ 0.252720] evm: security.SMACK64TRANSMUTE\n[ 0.253525] evm: security.SMACK64MMAP\n[ 0.254273] evm: security.ima\n[ 0.254909] evm: security.capability\n[ 0.255713] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.257581] pinctrl core: initialized pinctrl subsystem\n[ 0.258677] RTC time: 12:33:18, date: 09/04/18\n[ 0.259669] NET: Registered protocol family 16\n[ 0.260640] cpuidle: using governor ladder\n[ 0.261454] cpuidle: using governor menu\n[ 0.262235] PCCT header not found.\n[ 0.262988] ACPI: bus type PCI registered\n[ 0.263777] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.265010] PCI: Using configuration type 1 for base access\n[ 0.266750] ACPI: Added _OSI(Module Device)\n[ 0.267589] ACPI: Added _OSI(Processor Device)\n[ 0.268454] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.269355] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.271451] ACPI: Interpreter enabled\n[ 0.272224] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.274054] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.275872] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.277701] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.279522] ACPI: (supports S0 S5)\n[ 0.280229] ACPI: Using IOAPIC for interrupt routing\n[ 0.281173] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.284234] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.285365] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.286594] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.287770] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.289972] acpiphp: Slot [3] registered\n[ 0.290762] acpiphp: Slot [4] registered\n[ 0.291563] acpiphp: Slot [5] registered\n[ 0.292355] acpiphp: Slot [6] registered\n[ 0.293141] acpiphp: Slot [7] registered\n[ 0.293932] acpiphp: Slot [8] registered\n[ 0.294724] acpiphp: Slot [9] registered\n[ 0.295515] acpiphp: Slot [10] registered\n[ 0.296317] acpiphp: Slot [11] registered\n[ 0.297127] acpiphp: Slot [12] registered\n[ 0.297931] acpiphp: Slot [13] registered\n[ 0.298734] acpiphp: Slot [14] registered\n[ 0.299536] acpiphp: Slot [15] registered\n[ 0.310465] acpiphp: Slot [16] registered\n[ 0.311275] acpiphp: Slot [17] registered\n[ 0.312077] acpiphp: Slot [18] registered\n[ 0.312874] acpiphp: Slot [19] registered\n[ 0.313674] acpiphp: Slot [20] registered\n[ 0.314483] acpiphp: Slot [21] registered\n[ 0.315286] acpiphp: Slot [22] registered\n[ 0.316085] acpiphp: Slot [23] registered\n[ 0.316882] acpiphp: Slot [24] registered\n[ 0.317683] acpiphp: Slot [25] registered\n[ 0.318491] acpiphp: Slot [26] registered\n[ 0.319293] acpiphp: Slot [27] registered\n[ 0.320094] acpiphp: Slot [28] registered\n[ 0.320890] acpiphp: Slot [29] registered\n[ 0.321690] acpiphp: Slot [30] registered\n[ 0.322495] acpiphp: Slot [31] registered\n[ 0.323295] PCI host bridge to bus 0000:00\n[ 0.324093] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.325291] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.326487] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.327919] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.329353] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.335552] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.336842] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.338018] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.339288] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.346246] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.347676] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.396819] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.398297] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.399728] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.401151] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.402538] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.404408] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.405560] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.406618] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.408177] vgaarb: loaded\n[ 0.408780] vgaarb: bridge control possible 0000:00:02.0\n[ 0.409916] SCSI subsystem initialized\n[ 0.410735] ACPI: bus type USB registered\n[ 0.411552] usbcore: registered new interface driver usbfs\n[ 0.412594] usbcore: registered new interface driver hub\n[ 0.413602] usbcore: registered new device driver usb\n[ 0.414653] PCI: Using ACPI for IRQ routing\n[ 0.415678] NetLabel: Initializing\n[ 0.416389] NetLabel: domain hash size = 128\n[ 0.417243] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.418190] NetLabel: unlabeled traffic allowed by default\n[ 0.419279] clocksource: Switched to clocksource kvm-clock\n[ 0.424810] AppArmor: AppArmor Filesystem Enabled\n[ 0.425781] pnp: PnP ACPI init\n[ 0.426703] pnp: PnP ACPI: found 5 devices\n[ 0.433085] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.434800] NET: Registered protocol family 2\n[ 0.435773] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.437079] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.438260] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.439442] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.440532] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.441712] NET: Registered protocol family 1\n[ 0.442585] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.443696] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.444781] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.458828] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.473076] Trying to unpack rootfs image as initramfs...\n[ 0.522364] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.536227] Scanning for low memory corruption every 60 seconds\n[ 0.537808] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.539226] audit: initializing netlink subsys (disabled)\n[ 0.540494] audit: type=2000 audit(1536064399.532:1): initialized\n[ 0.542068] Initialise system trusted keyring\n[ 0.543193] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.544645] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.546815] zbud: loaded\n[ 0.547621] VFS: Disk quotas dquot_6.6.0\n[ 0.548590] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.550340] fuse init (API version 7.23)\n[ 0.551399] Key type big_key registered\n[ 0.552391] Allocating IMA MOK and blacklist keyrings.\n[ 0.553695] Key type asymmetric registered\n[ 0.554675] Asymmetric key parser 'x509' registered\n[ 0.555817] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.557561] io scheduler noop registered\n[ 0.558501] io scheduler deadline registered (default)\n[ 0.559697] io scheduler cfq registered\n[ 0.560713] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.562042] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.563457] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.564924] ACPI: Power Button [PWRF]\n[ 0.566128] GHES: HEST is not enabled!\n[ 0.579854] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.609889] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.612752] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.636652] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.638785] Linux agpgart interface v0.103\n[ 0.640863] brd: module loaded\n[ 0.642088] loop: module loaded\n[ 0.646632] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.648093] GPT:90111 != 2097151\n[ 0.648773] GPT:Alternate GPT header not at the end of the disk.\n[ 0.649862] GPT:90111 != 2097151\n[ 0.650538] GPT: Use GNU Parted to correct GPT errors.\n[ 0.651508] vda: vda1 vda15\n[ 0.652923] scsi host0: ata_piix\n[ 0.653666] scsi host1: ata_piix\n[ 0.654376] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.655608] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.657060] libphy: Fixed MDIO Bus: probed\n[ 0.657877] tun: Universal TUN/TAP device driver, 1.6\n[ 0.658828] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.660967] PPP generic driver version 2.4.2\n[ 0.661852] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.663171] ehci-pci: EHCI PCI platform driver\n[ 0.664057] ehci-platform: EHCI generic platform driver\n[ 0.665051] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.666180] ohci-pci: OHCI PCI platform driver\n[ 0.667050] ohci-platform: OHCI generic platform driver\n[ 0.668049] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.682433] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.683448] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.684910] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.685928] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.687059] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.688291] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.689713] usb usb1: Product: UHCI Host Controller\n[ 0.690646] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.691795] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.692847] hub 1-0:1.0: USB hub found\n[ 0.693627] hub 1-0:1.0: 2 ports detected\n[ 0.694534] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.696665] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.697625] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.698654] mousedev: PS/2 mouse device common for all mice\n[ 0.699912] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.701750] rtc_cmos 00:00: RTC can wake from S4\n[ 0.702842] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.704053] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.705245] i2c /dev entries driver\n[ 0.705997] device-mapper: uevent: version 1.0.3\n[ 0.706922] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.708565] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.709851] NET: Registered protocol family 10\n[ 0.710847] NET: Registered protocol family 17\n[ 0.711749] Key type dns_resolver registered\n[ 0.712691] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.713791] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.715547] registered taskstats version 1\n[ 0.716383] Loading compiled-in X.509 certificates\n[ 0.717821] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.719698] zswap: loaded using pool lzo/zbud\n[ 0.721070] Key type trusted registered\n[ 0.722611] Key type encrypted registered\n[ 0.723449] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.724481] ima: No TPM chip found, activating TPM-bypass!\n[ 0.725516] evm: HMAC attrs: 0x1\n[ 0.726463] Magic number: 2:619:581\n[ 0.727321] rtc_cmos 00:00: setting system clock to 2018-09-04 12:33:19 UTC (1536064399)\n[ 0.728925] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.730051] EDD information not available.\n[ 0.816224] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.817758] Write protecting the kernel read-only data: 14336k\n[ 0.829628] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.831438] 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.873200] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.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... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.10.7...\nLease of 10.10.10.7 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.40. 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 AAAAB3NzaC1yc2EAAAADAQABAAABAQDOL3oK0CQOpWr3jFeMbbLh6vMikrvug2ZKgI+6tBd4KVX19JY3vPm6Y/6I4VePdm7a2HOV8wsll69Y8CE+nqR+P4q6dSJ6jfls/GXz6xwImNWdP2hSk4mXmteuBHFY4mA2iJ14Vd+w+8PeBL+FtdTDTh58YdSyCyLIv4s+snXg+p2xvlUWkRK8vfzGmRiDuiF6RaDUOPgxFaKSTtBJlkvuEm1hVC9/umzrb7MQJ6WTw/SZABWuny1vyqZ5ML8VbKLjUx5IDsMqntFFaNVtPBYrDYRDD1MuyqXCdH/m944M2pvJzDJjBOg8csPfh92uvJgcDKDxdKJ4E9v4fDem7d17 root@sdnvpn-1-2\nssh-dss AAAAB3NzaC1kc3MAAACBAIorMtLnmX9OzJ7rFJNaHdqUL4YBlAjl6BSep848HD2Vm0psZf2ZgClsLjdkKYmY+PZUlXiQZe+LZugVJ43AZH7UxNXMBXfXuZV5djeBKyy2f8DXQSBskGGe2twtO3giJdIplLod7bf75Aj/cwWct04xbJkmP6UWAVoZQXku5P3dAAAAFQDVxIWWhwdncHxVPYQW62IokhnwpQAAAIEAg3B3Lmq8xvcwRFfImKxNVShgt6AB7oEDZRQOQ0m9vgxigqrKkVbb4vJVWyi5cHEPoCHDpRh3QUCxF0pvU9dTprr7ohVsLBg5aVHkDNeUFDGKlDprsfeoEr/gJfQOixwJdnQkTdGPVVEKcYMxtjwplab81NyqljHMmn83SvOieewAAACANj02t1jwwH2vEZCWiGMqKmsJQE6oyvlrHGI8Gm2eXkbMt8jqy4Ew5eo24NkWMjlUZqXCyJOBJE+dvkNej4NSS01tNXf2OPuFHX1AkJ+ZA8wukdXWVVoq5x9V4IYMzgvVuTL8Q14A97uwDUZjuHlEOql9O3kG6Ji1juJrlVjCxDs= 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.7,24,fe80::f816:3eff:fe5f:acdf/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.7 \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-1-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=62.85 ===\n/dev/root resized successfully [took 1.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:5F:AC:DF \n inet addr:10.10.10.7 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe5f:acdf/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:104 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:10914 (10.6 KiB) TX bytes:9620 (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: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-09-04 12:34:49,659 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/fa5d7e99-c18c-477e-8ddb-fcc57f83ee85/action used request id req-6bca0f6f-5c87-42f6-b716-72b1b82f8545 2018-09-04 12:34:51,681 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/servers/fa5d7e99-c18c-477e-8ddb-fcc57f83ee85/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9a2ca04fcb7b6fb2017e2f2614d632b99011b842" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-04 12:34:52,752 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12:34: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-7135b912-1cdc-4371-b32f-f667d8deed8b x-compute-request-id: req-7135b912-1cdc-4371-b32f-f667d8deed8b Content-Encoding: gzip Content-Length: 10063 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 564489604 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 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.168472] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.170131] pid_max: default: 32768 minimum: 301\n[ 0.171032] ACPI: Core revision 20150930\n[ 0.172417] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.173729] Security Framework initialized\n[ 0.174548] Yama: becoming mindful.\n[ 0.175278] AppArmor: AppArmor initialized\n[ 0.176146] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.177489] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.178785] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.179999] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.181386] Initializing cgroup subsys io\n[ 0.182202] Initializing cgroup subsys memory\n[ 0.183073] Initializing cgroup subsys devices\n[ 0.183961] Initializing cgroup subsys freezer\n[ 0.184828] Initializing cgroup subsys net_cls\n[ 0.185702] Initializing cgroup subsys perf_event\n[ 0.186623] Initializing cgroup subsys net_prio\n[ 0.187509] Initializing cgroup subsys hugetlb\n[ 0.188385] Initializing cgroup subsys pids\n[ 0.189264] CPU: Physical Processor ID: 0\n[ 0.190763] mce: CPU supports 10 MCE banks\n[ 0.191627] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.192632] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.203254] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.209591] ftrace: allocating 31920 entries in 125 pages\n[ 0.235709] smpboot: Max logical packages: 1\n[ 0.236570] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.237918] x2apic enabled\n[ 0.238749] Switched APIC routing to physical x2apic.\n[ 0.240510] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.241643] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.243635] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.245412] KVM setup paravirtual spinlock\n[ 0.246692] x86: Booted up 1 node, 1 CPUs\n[ 0.247494] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.248879] devtmpfs: initialized\n[ 0.250591] evm: security.selinux\n[ 0.251295] evm: security.SMACK64\n[ 0.251981] evm: security.SMACK64EXEC\n[ 0.252720] evm: security.SMACK64TRANSMUTE\n[ 0.253525] evm: security.SMACK64MMAP\n[ 0.254273] evm: security.ima\n[ 0.254909] evm: security.capability\n[ 0.255713] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.257581] pinctrl core: initialized pinctrl subsystem\n[ 0.258677] RTC time: 12:33:18, date: 09/04/18\n[ 0.259669] NET: Registered protocol family 16\n[ 0.260640] cpuidle: using governor ladder\n[ 0.261454] cpuidle: using governor menu\n[ 0.262235] PCCT header not found.\n[ 0.262988] ACPI: bus type PCI registered\n[ 0.263777] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.265010] PCI: Using configuration type 1 for base access\n[ 0.266750] ACPI: Added _OSI(Module Device)\n[ 0.267589] ACPI: Added _OSI(Processor Device)\n[ 0.268454] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.269355] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.271451] ACPI: Interpreter enabled\n[ 0.272224] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.274054] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.275872] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.277701] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.279522] ACPI: (supports S0 S5)\n[ 0.280229] ACPI: Using IOAPIC for interrupt routing\n[ 0.281173] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.284234] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.285365] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.286594] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.287770] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.289972] acpiphp: Slot [3] registered\n[ 0.290762] acpiphp: Slot [4] registered\n[ 0.291563] acpiphp: Slot [5] registered\n[ 0.292355] acpiphp: Slot [6] registered\n[ 0.293141] acpiphp: Slot [7] registered\n[ 0.293932] acpiphp: Slot [8] registered\n[ 0.294724] acpiphp: Slot [9] registered\n[ 0.295515] acpiphp: Slot [10] registered\n[ 0.296317] acpiphp: Slot [11] registered\n[ 0.297127] acpiphp: Slot [12] registered\n[ 0.297931] acpiphp: Slot [13] registered\n[ 0.298734] acpiphp: Slot [14] registered\n[ 0.299536] acpiphp: Slot [15] registered\n[ 0.310465] acpiphp: Slot [16] registered\n[ 0.311275] acpiphp: Slot [17] registered\n[ 0.312077] acpiphp: Slot [18] registered\n[ 0.312874] acpiphp: Slot [19] registered\n[ 0.313674] acpiphp: Slot [20] registered\n[ 0.314483] acpiphp: Slot [21] registered\n[ 0.315286] acpiphp: Slot [22] registered\n[ 0.316085] acpiphp: Slot [23] registered\n[ 0.316882] acpiphp: Slot [24] registered\n[ 0.317683] acpiphp: Slot [25] registered\n[ 0.318491] acpiphp: Slot [26] registered\n[ 0.319293] acpiphp: Slot [27] registered\n[ 0.320094] acpiphp: Slot [28] registered\n[ 0.320890] acpiphp: Slot [29] registered\n[ 0.321690] acpiphp: Slot [30] registered\n[ 0.322495] acpiphp: Slot [31] registered\n[ 0.323295] PCI host bridge to bus 0000:00\n[ 0.324093] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.325291] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.326487] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.327919] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.329353] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.335552] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.336842] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.338018] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.339288] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.346246] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.347676] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.396819] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.398297] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.399728] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.401151] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.402538] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.404408] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.405560] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.406618] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.408177] vgaarb: loaded\n[ 0.408780] vgaarb: bridge control possible 0000:00:02.0\n[ 0.409916] SCSI subsystem initialized\n[ 0.410735] ACPI: bus type USB registered\n[ 0.411552] usbcore: registered new interface driver usbfs\n[ 0.412594] usbcore: registered new interface driver hub\n[ 0.413602] usbcore: registered new device driver usb\n[ 0.414653] PCI: Using ACPI for IRQ routing\n[ 0.415678] NetLabel: Initializing\n[ 0.416389] NetLabel: domain hash size = 128\n[ 0.417243] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.418190] NetLabel: unlabeled traffic allowed by default\n[ 0.419279] clocksource: Switched to clocksource kvm-clock\n[ 0.424810] AppArmor: AppArmor Filesystem Enabled\n[ 0.425781] pnp: PnP ACPI init\n[ 0.426703] pnp: PnP ACPI: found 5 devices\n[ 0.433085] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.434800] NET: Registered protocol family 2\n[ 0.435773] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.437079] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.438260] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.439442] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.440532] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.441712] NET: Registered protocol family 1\n[ 0.442585] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.443696] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.444781] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.458828] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.473076] Trying to unpack rootfs image as initramfs...\n[ 0.522364] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.536227] Scanning for low memory corruption every 60 seconds\n[ 0.537808] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.539226] audit: initializing netlink subsys (disabled)\n[ 0.540494] audit: type=2000 audit(1536064399.532:1): initialized\n[ 0.542068] Initialise system trusted keyring\n[ 0.543193] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.544645] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.546815] zbud: loaded\n[ 0.547621] VFS: Disk quotas dquot_6.6.0\n[ 0.548590] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.550340] fuse init (API version 7.23)\n[ 0.551399] Key type big_key registered\n[ 0.552391] Allocating IMA MOK and blacklist keyrings.\n[ 0.553695] Key type asymmetric registered\n[ 0.554675] Asymmetric key parser 'x509' registered\n[ 0.555817] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.557561] io scheduler noop registered\n[ 0.558501] io scheduler deadline registered (default)\n[ 0.559697] io scheduler cfq registered\n[ 0.560713] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.562042] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.563457] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.564924] ACPI: Power Button [PWRF]\n[ 0.566128] GHES: HEST is not enabled!\n[ 0.579854] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.609889] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.612752] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.636652] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.638785] Linux agpgart interface v0.103\n[ 0.640863] brd: module loaded\n[ 0.642088] loop: module loaded\n[ 0.646632] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.648093] GPT:90111 != 2097151\n[ 0.648773] GPT:Alternate GPT header not at the end of the disk.\n[ 0.649862] GPT:90111 != 2097151\n[ 0.650538] GPT: Use GNU Parted to correct GPT errors.\n[ 0.651508] vda: vda1 vda15\n[ 0.652923] scsi host0: ata_piix\n[ 0.653666] scsi host1: ata_piix\n[ 0.654376] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.655608] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.657060] libphy: Fixed MDIO Bus: probed\n[ 0.657877] tun: Universal TUN/TAP device driver, 1.6\n[ 0.658828] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.660967] PPP generic driver version 2.4.2\n[ 0.661852] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.663171] ehci-pci: EHCI PCI platform driver\n[ 0.664057] ehci-platform: EHCI generic platform driver\n[ 0.665051] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.666180] ohci-pci: OHCI PCI platform driver\n[ 0.667050] ohci-platform: OHCI generic platform driver\n[ 0.668049] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.682433] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.683448] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.684910] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.685928] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.687059] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.688291] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.689713] usb usb1: Product: UHCI Host Controller\n[ 0.690646] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.691795] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.692847] hub 1-0:1.0: USB hub found\n[ 0.693627] hub 1-0:1.0: 2 ports detected\n[ 0.694534] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.696665] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.697625] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.698654] mousedev: PS/2 mouse device common for all mice\n[ 0.699912] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.701750] rtc_cmos 00:00: RTC can wake from S4\n[ 0.702842] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.704053] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.705245] i2c /dev entries driver\n[ 0.705997] device-mapper: uevent: version 1.0.3\n[ 0.706922] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.708565] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.709851] NET: Registered protocol family 10\n[ 0.710847] NET: Registered protocol family 17\n[ 0.711749] Key type dns_resolver registered\n[ 0.712691] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.713791] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.715547] registered taskstats version 1\n[ 0.716383] Loading compiled-in X.509 certificates\n[ 0.717821] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.719698] zswap: loaded using pool lzo/zbud\n[ 0.721070] Key type trusted registered\n[ 0.722611] Key type encrypted registered\n[ 0.723449] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.724481] ima: No TPM chip found, activating TPM-bypass!\n[ 0.725516] evm: HMAC attrs: 0x1\n[ 0.726463] Magic number: 2:619:581\n[ 0.727321] rtc_cmos 00:00: setting system clock to 2018-09-04 12:33:19 UTC (1536064399)\n[ 0.728925] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.730051] EDD information not available.\n[ 0.816224] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.817758] Write protecting the kernel read-only data: 14336k\n[ 0.829628] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.831438] 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.873200] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.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... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.10.7...\nLease of 10.10.10.7 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.40. 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 AAAAB3NzaC1yc2EAAAADAQABAAABAQDOL3oK0CQOpWr3jFeMbbLh6vMikrvug2ZKgI+6tBd4KVX19JY3vPm6Y/6I4VePdm7a2HOV8wsll69Y8CE+nqR+P4q6dSJ6jfls/GXz6xwImNWdP2hSk4mXmteuBHFY4mA2iJ14Vd+w+8PeBL+FtdTDTh58YdSyCyLIv4s+snXg+p2xvlUWkRK8vfzGmRiDuiF6RaDUOPgxFaKSTtBJlkvuEm1hVC9/umzrb7MQJ6WTw/SZABWuny1vyqZ5ML8VbKLjUx5IDsMqntFFaNVtPBYrDYRDD1MuyqXCdH/m944M2pvJzDJjBOg8csPfh92uvJgcDKDxdKJ4E9v4fDem7d17 root@sdnvpn-1-2\nssh-dss AAAAB3NzaC1kc3MAAACBAIorMtLnmX9OzJ7rFJNaHdqUL4YBlAjl6BSep848HD2Vm0psZf2ZgClsLjdkKYmY+PZUlXiQZe+LZugVJ43AZH7UxNXMBXfXuZV5djeBKyy2f8DXQSBskGGe2twtO3giJdIplLod7bf75Aj/cwWct04xbJkmP6UWAVoZQXku5P3dAAAAFQDVxIWWhwdncHxVPYQW62IokhnwpQAAAIEAg3B3Lmq8xvcwRFfImKxNVShgt6AB7oEDZRQOQ0m9vgxigqrKkVbb4vJVWyi5cHEPoCHDpRh3QUCxF0pvU9dTprr7ohVsLBg5aVHkDNeUFDGKlDprsfeoEr/gJfQOixwJdnQkTdGPVVEKcYMxtjwplab81NyqljHMmn83SvOieewAAACANj02t1jwwH2vEZCWiGMqKmsJQE6oyvlrHGI8Gm2eXkbMt8jqy4Ew5eo24NkWMjlUZqXCyJOBJE+dvkNej4NSS01tNXf2OPuFHX1AkJ+ZA8wukdXWVVoq5x9V4IYMzgvVuTL8Q14A97uwDUZjuHlEOql9O3kG6Ji1juJrlVjCxDs= 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.7,24,fe80::f816:3eff:fe5f:acdf/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.7 \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-1-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=62.85 ===\n/dev/root resized successfully [took 1.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:5F:AC:DF \n inet addr:10.10.10.7 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe5f:acdf/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:104 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:10914 (10.6 KiB) TX bytes:9620 (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: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-09-04 12:34:52,753 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/fa5d7e99-c18c-477e-8ddb-fcc57f83ee85/action used request id req-7135b912-1cdc-4371-b32f-f667d8deed8b 2018-09-04 12:34:54,772 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/servers/fa5d7e99-c18c-477e-8ddb-fcc57f83ee85/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9a2ca04fcb7b6fb2017e2f2614d632b99011b842" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-04 12:34:55,839 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12: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-07b3dbfc-2055-4914-9229-59c8b7972bd3 x-compute-request-id: req-07b3dbfc-2055-4914-9229-59c8b7972bd3 Content-Encoding: gzip Content-Length: 10082 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 564489604 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 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.168472] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.170131] pid_max: default: 32768 minimum: 301\n[ 0.171032] ACPI: Core revision 20150930\n[ 0.172417] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.173729] Security Framework initialized\n[ 0.174548] Yama: becoming mindful.\n[ 0.175278] AppArmor: AppArmor initialized\n[ 0.176146] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.177489] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.178785] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.179999] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.181386] Initializing cgroup subsys io\n[ 0.182202] Initializing cgroup subsys memory\n[ 0.183073] Initializing cgroup subsys devices\n[ 0.183961] Initializing cgroup subsys freezer\n[ 0.184828] Initializing cgroup subsys net_cls\n[ 0.185702] Initializing cgroup subsys perf_event\n[ 0.186623] Initializing cgroup subsys net_prio\n[ 0.187509] Initializing cgroup subsys hugetlb\n[ 0.188385] Initializing cgroup subsys pids\n[ 0.189264] CPU: Physical Processor ID: 0\n[ 0.190763] mce: CPU supports 10 MCE banks\n[ 0.191627] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.192632] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.203254] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.209591] ftrace: allocating 31920 entries in 125 pages\n[ 0.235709] smpboot: Max logical packages: 1\n[ 0.236570] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.237918] x2apic enabled\n[ 0.238749] Switched APIC routing to physical x2apic.\n[ 0.240510] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.241643] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.243635] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.245412] KVM setup paravirtual spinlock\n[ 0.246692] x86: Booted up 1 node, 1 CPUs\n[ 0.247494] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.248879] devtmpfs: initialized\n[ 0.250591] evm: security.selinux\n[ 0.251295] evm: security.SMACK64\n[ 0.251981] evm: security.SMACK64EXEC\n[ 0.252720] evm: security.SMACK64TRANSMUTE\n[ 0.253525] evm: security.SMACK64MMAP\n[ 0.254273] evm: security.ima\n[ 0.254909] evm: security.capability\n[ 0.255713] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.257581] pinctrl core: initialized pinctrl subsystem\n[ 0.258677] RTC time: 12:33:18, date: 09/04/18\n[ 0.259669] NET: Registered protocol family 16\n[ 0.260640] cpuidle: using governor ladder\n[ 0.261454] cpuidle: using governor menu\n[ 0.262235] PCCT header not found.\n[ 0.262988] ACPI: bus type PCI registered\n[ 0.263777] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.265010] PCI: Using configuration type 1 for base access\n[ 0.266750] ACPI: Added _OSI(Module Device)\n[ 0.267589] ACPI: Added _OSI(Processor Device)\n[ 0.268454] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.269355] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.271451] ACPI: Interpreter enabled\n[ 0.272224] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.274054] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.275872] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.277701] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.279522] ACPI: (supports S0 S5)\n[ 0.280229] ACPI: Using IOAPIC for interrupt routing\n[ 0.281173] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.284234] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.285365] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.286594] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.287770] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.289972] acpiphp: Slot [3] registered\n[ 0.290762] acpiphp: Slot [4] registered\n[ 0.291563] acpiphp: Slot [5] registered\n[ 0.292355] acpiphp: Slot [6] registered\n[ 0.293141] acpiphp: Slot [7] registered\n[ 0.293932] acpiphp: Slot [8] registered\n[ 0.294724] acpiphp: Slot [9] registered\n[ 0.295515] acpiphp: Slot [10] registered\n[ 0.296317] acpiphp: Slot [11] registered\n[ 0.297127] acpiphp: Slot [12] registered\n[ 0.297931] acpiphp: Slot [13] registered\n[ 0.298734] acpiphp: Slot [14] registered\n[ 0.299536] acpiphp: Slot [15] registered\n[ 0.310465] acpiphp: Slot [16] registered\n[ 0.311275] acpiphp: Slot [17] registered\n[ 0.312077] acpiphp: Slot [18] registered\n[ 0.312874] acpiphp: Slot [19] registered\n[ 0.313674] acpiphp: Slot [20] registered\n[ 0.314483] acpiphp: Slot [21] registered\n[ 0.315286] acpiphp: Slot [22] registered\n[ 0.316085] acpiphp: Slot [23] registered\n[ 0.316882] acpiphp: Slot [24] registered\n[ 0.317683] acpiphp: Slot [25] registered\n[ 0.318491] acpiphp: Slot [26] registered\n[ 0.319293] acpiphp: Slot [27] registered\n[ 0.320094] acpiphp: Slot [28] registered\n[ 0.320890] acpiphp: Slot [29] registered\n[ 0.321690] acpiphp: Slot [30] registered\n[ 0.322495] acpiphp: Slot [31] registered\n[ 0.323295] PCI host bridge to bus 0000:00\n[ 0.324093] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.325291] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.326487] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.327919] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.329353] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.335552] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.336842] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.338018] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.339288] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.346246] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.347676] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.396819] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.398297] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.399728] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.401151] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.402538] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.404408] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.405560] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.406618] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.408177] vgaarb: loaded\n[ 0.408780] vgaarb: bridge control possible 0000:00:02.0\n[ 0.409916] SCSI subsystem initialized\n[ 0.410735] ACPI: bus type USB registered\n[ 0.411552] usbcore: registered new interface driver usbfs\n[ 0.412594] usbcore: registered new interface driver hub\n[ 0.413602] usbcore: registered new device driver usb\n[ 0.414653] PCI: Using ACPI for IRQ routing\n[ 0.415678] NetLabel: Initializing\n[ 0.416389] NetLabel: domain hash size = 128\n[ 0.417243] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.418190] NetLabel: unlabeled traffic allowed by default\n[ 0.419279] clocksource: Switched to clocksource kvm-clock\n[ 0.424810] AppArmor: AppArmor Filesystem Enabled\n[ 0.425781] pnp: PnP ACPI init\n[ 0.426703] pnp: PnP ACPI: found 5 devices\n[ 0.433085] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.434800] NET: Registered protocol family 2\n[ 0.435773] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.437079] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.438260] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.439442] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.440532] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.441712] NET: Registered protocol family 1\n[ 0.442585] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.443696] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.444781] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.458828] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.473076] Trying to unpack rootfs image as initramfs...\n[ 0.522364] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.536227] Scanning for low memory corruption every 60 seconds\n[ 0.537808] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.539226] audit: initializing netlink subsys (disabled)\n[ 0.540494] audit: type=2000 audit(1536064399.532:1): initialized\n[ 0.542068] Initialise system trusted keyring\n[ 0.543193] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.544645] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.546815] zbud: loaded\n[ 0.547621] VFS: Disk quotas dquot_6.6.0\n[ 0.548590] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.550340] fuse init (API version 7.23)\n[ 0.551399] Key type big_key registered\n[ 0.552391] Allocating IMA MOK and blacklist keyrings.\n[ 0.553695] Key type asymmetric registered\n[ 0.554675] Asymmetric key parser 'x509' registered\n[ 0.555817] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.557561] io scheduler noop registered\n[ 0.558501] io scheduler deadline registered (default)\n[ 0.559697] io scheduler cfq registered\n[ 0.560713] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.562042] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.563457] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.564924] ACPI: Power Button [PWRF]\n[ 0.566128] GHES: HEST is not enabled!\n[ 0.579854] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.609889] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.612752] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.636652] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.638785] Linux agpgart interface v0.103\n[ 0.640863] brd: module loaded\n[ 0.642088] loop: module loaded\n[ 0.646632] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.648093] GPT:90111 != 2097151\n[ 0.648773] GPT:Alternate GPT header not at the end of the disk.\n[ 0.649862] GPT:90111 != 2097151\n[ 0.650538] GPT: Use GNU Parted to correct GPT errors.\n[ 0.651508] vda: vda1 vda15\n[ 0.652923] scsi host0: ata_piix\n[ 0.653666] scsi host1: ata_piix\n[ 0.654376] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.655608] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.657060] libphy: Fixed MDIO Bus: probed\n[ 0.657877] tun: Universal TUN/TAP device driver, 1.6\n[ 0.658828] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.660967] PPP generic driver version 2.4.2\n[ 0.661852] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.663171] ehci-pci: EHCI PCI platform driver\n[ 0.664057] ehci-platform: EHCI generic platform driver\n[ 0.665051] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.666180] ohci-pci: OHCI PCI platform driver\n[ 0.667050] ohci-platform: OHCI generic platform driver\n[ 0.668049] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.682433] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.683448] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.684910] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.685928] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.687059] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.688291] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.689713] usb usb1: Product: UHCI Host Controller\n[ 0.690646] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.691795] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.692847] hub 1-0:1.0: USB hub found\n[ 0.693627] hub 1-0:1.0: 2 ports detected\n[ 0.694534] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.696665] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.697625] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.698654] mousedev: PS/2 mouse device common for all mice\n[ 0.699912] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.701750] rtc_cmos 00:00: RTC can wake from S4\n[ 0.702842] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.704053] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.705245] i2c /dev entries driver\n[ 0.705997] device-mapper: uevent: version 1.0.3\n[ 0.706922] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.708565] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.709851] NET: Registered protocol family 10\n[ 0.710847] NET: Registered protocol family 17\n[ 0.711749] Key type dns_resolver registered\n[ 0.712691] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.713791] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.715547] registered taskstats version 1\n[ 0.716383] Loading compiled-in X.509 certificates\n[ 0.717821] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.719698] zswap: loaded using pool lzo/zbud\n[ 0.721070] Key type trusted registered\n[ 0.722611] Key type encrypted registered\n[ 0.723449] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.724481] ima: No TPM chip found, activating TPM-bypass!\n[ 0.725516] evm: HMAC attrs: 0x1\n[ 0.726463] Magic number: 2:619:581\n[ 0.727321] rtc_cmos 00:00: setting system clock to 2018-09-04 12:33:19 UTC (1536064399)\n[ 0.728925] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.730051] EDD information not available.\n[ 0.816224] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.817758] Write protecting the kernel read-only data: 14336k\n[ 0.829628] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.831438] 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.873200] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.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... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.10.7...\nLease of 10.10.10.7 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.40. 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 AAAAB3NzaC1yc2EAAAADAQABAAABAQDOL3oK0CQOpWr3jFeMbbLh6vMikrvug2ZKgI+6tBd4KVX19JY3vPm6Y/6I4VePdm7a2HOV8wsll69Y8CE+nqR+P4q6dSJ6jfls/GXz6xwImNWdP2hSk4mXmteuBHFY4mA2iJ14Vd+w+8PeBL+FtdTDTh58YdSyCyLIv4s+snXg+p2xvlUWkRK8vfzGmRiDuiF6RaDUOPgxFaKSTtBJlkvuEm1hVC9/umzrb7MQJ6WTw/SZABWuny1vyqZ5ML8VbKLjUx5IDsMqntFFaNVtPBYrDYRDD1MuyqXCdH/m944M2pvJzDJjBOg8csPfh92uvJgcDKDxdKJ4E9v4fDem7d17 root@sdnvpn-1-2\nssh-dss AAAAB3NzaC1kc3MAAACBAIorMtLnmX9OzJ7rFJNaHdqUL4YBlAjl6BSep848HD2Vm0psZf2ZgClsLjdkKYmY+PZUlXiQZe+LZugVJ43AZH7UxNXMBXfXuZV5djeBKyy2f8DXQSBskGGe2twtO3giJdIplLod7bf75Aj/cwWct04xbJkmP6UWAVoZQXku5P3dAAAAFQDVxIWWhwdncHxVPYQW62IokhnwpQAAAIEAg3B3Lmq8xvcwRFfImKxNVShgt6AB7oEDZRQOQ0m9vgxigqrKkVbb4vJVWyi5cHEPoCHDpRh3QUCxF0pvU9dTprr7ohVsLBg5aVHkDNeUFDGKlDprsfeoEr/gJfQOixwJdnQkTdGPVVEKcYMxtjwplab81NyqljHMmn83SvOieewAAACANj02t1jwwH2vEZCWiGMqKmsJQE6oyvlrHGI8Gm2eXkbMt8jqy4Ew5eo24NkWMjlUZqXCyJOBJE+dvkNej4NSS01tNXf2OPuFHX1AkJ+ZA8wukdXWVVoq5x9V4IYMzgvVuTL8Q14A97uwDUZjuHlEOql9O3kG6Ji1juJrlVjCxDs= 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.7,24,fe80::f816:3eff:fe5f:acdf/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.7 \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-1-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=62.85 ===\n/dev/root resized successfully [took 1.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:5F:AC:DF \n inet addr:10.10.10.7 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe5f:acdf/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:104 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:10914 (10.6 KiB) TX bytes:9620 (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: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-09-04 12:34:55,840 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/fa5d7e99-c18c-477e-8ddb-fcc57f83ee85/action used request id req-07b3dbfc-2055-4914-9229-59c8b7972bd3 2018-09-04 12:34:57,862 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/servers/fa5d7e99-c18c-477e-8ddb-fcc57f83ee85/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9a2ca04fcb7b6fb2017e2f2614d632b99011b842" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-04 12:34:58,981 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12:34: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-3f46fc7d-1f2d-4817-aad3-b00827441e06 x-compute-request-id: req-3f46fc7d-1f2d-4817-aad3-b00827441e06 Content-Encoding: gzip Content-Length: 10082 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 564489604 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 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.168472] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.170131] pid_max: default: 32768 minimum: 301\n[ 0.171032] ACPI: Core revision 20150930\n[ 0.172417] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.173729] Security Framework initialized\n[ 0.174548] Yama: becoming mindful.\n[ 0.175278] AppArmor: AppArmor initialized\n[ 0.176146] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.177489] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.178785] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.179999] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.181386] Initializing cgroup subsys io\n[ 0.182202] Initializing cgroup subsys memory\n[ 0.183073] Initializing cgroup subsys devices\n[ 0.183961] Initializing cgroup subsys freezer\n[ 0.184828] Initializing cgroup subsys net_cls\n[ 0.185702] Initializing cgroup subsys perf_event\n[ 0.186623] Initializing cgroup subsys net_prio\n[ 0.187509] Initializing cgroup subsys hugetlb\n[ 0.188385] Initializing cgroup subsys pids\n[ 0.189264] CPU: Physical Processor ID: 0\n[ 0.190763] mce: CPU supports 10 MCE banks\n[ 0.191627] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.192632] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.203254] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.209591] ftrace: allocating 31920 entries in 125 pages\n[ 0.235709] smpboot: Max logical packages: 1\n[ 0.236570] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.237918] x2apic enabled\n[ 0.238749] Switched APIC routing to physical x2apic.\n[ 0.240510] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.241643] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.243635] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.245412] KVM setup paravirtual spinlock\n[ 0.246692] x86: Booted up 1 node, 1 CPUs\n[ 0.247494] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.248879] devtmpfs: initialized\n[ 0.250591] evm: security.selinux\n[ 0.251295] evm: security.SMACK64\n[ 0.251981] evm: security.SMACK64EXEC\n[ 0.252720] evm: security.SMACK64TRANSMUTE\n[ 0.253525] evm: security.SMACK64MMAP\n[ 0.254273] evm: security.ima\n[ 0.254909] evm: security.capability\n[ 0.255713] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.257581] pinctrl core: initialized pinctrl subsystem\n[ 0.258677] RTC time: 12:33:18, date: 09/04/18\n[ 0.259669] NET: Registered protocol family 16\n[ 0.260640] cpuidle: using governor ladder\n[ 0.261454] cpuidle: using governor menu\n[ 0.262235] PCCT header not found.\n[ 0.262988] ACPI: bus type PCI registered\n[ 0.263777] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.265010] PCI: Using configuration type 1 for base access\n[ 0.266750] ACPI: Added _OSI(Module Device)\n[ 0.267589] ACPI: Added _OSI(Processor Device)\n[ 0.268454] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.269355] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.271451] ACPI: Interpreter enabled\n[ 0.272224] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.274054] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.275872] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.277701] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.279522] ACPI: (supports S0 S5)\n[ 0.280229] ACPI: Using IOAPIC for interrupt routing\n[ 0.281173] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.284234] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.285365] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.286594] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.287770] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.289972] acpiphp: Slot [3] registered\n[ 0.290762] acpiphp: Slot [4] registered\n[ 0.291563] acpiphp: Slot [5] registered\n[ 0.292355] acpiphp: Slot [6] registered\n[ 0.293141] acpiphp: Slot [7] registered\n[ 0.293932] acpiphp: Slot [8] registered\n[ 0.294724] acpiphp: Slot [9] registered\n[ 0.295515] acpiphp: Slot [10] registered\n[ 0.296317] acpiphp: Slot [11] registered\n[ 0.297127] acpiphp: Slot [12] registered\n[ 0.297931] acpiphp: Slot [13] registered\n[ 0.298734] acpiphp: Slot [14] registered\n[ 0.299536] acpiphp: Slot [15] registered\n[ 0.310465] acpiphp: Slot [16] registered\n[ 0.311275] acpiphp: Slot [17] registered\n[ 0.312077] acpiphp: Slot [18] registered\n[ 0.312874] acpiphp: Slot [19] registered\n[ 0.313674] acpiphp: Slot [20] registered\n[ 0.314483] acpiphp: Slot [21] registered\n[ 0.315286] acpiphp: Slot [22] registered\n[ 0.316085] acpiphp: Slot [23] registered\n[ 0.316882] acpiphp: Slot [24] registered\n[ 0.317683] acpiphp: Slot [25] registered\n[ 0.318491] acpiphp: Slot [26] registered\n[ 0.319293] acpiphp: Slot [27] registered\n[ 0.320094] acpiphp: Slot [28] registered\n[ 0.320890] acpiphp: Slot [29] registered\n[ 0.321690] acpiphp: Slot [30] registered\n[ 0.322495] acpiphp: Slot [31] registered\n[ 0.323295] PCI host bridge to bus 0000:00\n[ 0.324093] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.325291] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.326487] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.327919] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.329353] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.335552] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.336842] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.338018] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.339288] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.346246] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.347676] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.396819] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.398297] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.399728] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.401151] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.402538] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.404408] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.405560] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.406618] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.408177] vgaarb: loaded\n[ 0.408780] vgaarb: bridge control possible 0000:00:02.0\n[ 0.409916] SCSI subsystem initialized\n[ 0.410735] ACPI: bus type USB registered\n[ 0.411552] usbcore: registered new interface driver usbfs\n[ 0.412594] usbcore: registered new interface driver hub\n[ 0.413602] usbcore: registered new device driver usb\n[ 0.414653] PCI: Using ACPI for IRQ routing\n[ 0.415678] NetLabel: Initializing\n[ 0.416389] NetLabel: domain hash size = 128\n[ 0.417243] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.418190] NetLabel: unlabeled traffic allowed by default\n[ 0.419279] clocksource: Switched to clocksource kvm-clock\n[ 0.424810] AppArmor: AppArmor Filesystem Enabled\n[ 0.425781] pnp: PnP ACPI init\n[ 0.426703] pnp: PnP ACPI: found 5 devices\n[ 0.433085] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.434800] NET: Registered protocol family 2\n[ 0.435773] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.437079] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.438260] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.439442] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.440532] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.441712] NET: Registered protocol family 1\n[ 0.442585] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.443696] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.444781] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.458828] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.473076] Trying to unpack rootfs image as initramfs...\n[ 0.522364] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.536227] Scanning for low memory corruption every 60 seconds\n[ 0.537808] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.539226] audit: initializing netlink subsys (disabled)\n[ 0.540494] audit: type=2000 audit(1536064399.532:1): initialized\n[ 0.542068] Initialise system trusted keyring\n[ 0.543193] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.544645] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.546815] zbud: loaded\n[ 0.547621] VFS: Disk quotas dquot_6.6.0\n[ 0.548590] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.550340] fuse init (API version 7.23)\n[ 0.551399] Key type big_key registered\n[ 0.552391] Allocating IMA MOK and blacklist keyrings.\n[ 0.553695] Key type asymmetric registered\n[ 0.554675] Asymmetric key parser 'x509' registered\n[ 0.555817] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.557561] io scheduler noop registered\n[ 0.558501] io scheduler deadline registered (default)\n[ 0.559697] io scheduler cfq registered\n[ 0.560713] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.562042] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.563457] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.564924] ACPI: Power Button [PWRF]\n[ 0.566128] GHES: HEST is not enabled!\n[ 0.579854] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.609889] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.612752] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.636652] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.638785] Linux agpgart interface v0.103\n[ 0.640863] brd: module loaded\n[ 0.642088] loop: module loaded\n[ 0.646632] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.648093] GPT:90111 != 2097151\n[ 0.648773] GPT:Alternate GPT header not at the end of the disk.\n[ 0.649862] GPT:90111 != 2097151\n[ 0.650538] GPT: Use GNU Parted to correct GPT errors.\n[ 0.651508] vda: vda1 vda15\n[ 0.652923] scsi host0: ata_piix\n[ 0.653666] scsi host1: ata_piix\n[ 0.654376] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.655608] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.657060] libphy: Fixed MDIO Bus: probed\n[ 0.657877] tun: Universal TUN/TAP device driver, 1.6\n[ 0.658828] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.660967] PPP generic driver version 2.4.2\n[ 0.661852] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.663171] ehci-pci: EHCI PCI platform driver\n[ 0.664057] ehci-platform: EHCI generic platform driver\n[ 0.665051] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.666180] ohci-pci: OHCI PCI platform driver\n[ 0.667050] ohci-platform: OHCI generic platform driver\n[ 0.668049] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.682433] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.683448] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.684910] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.685928] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.687059] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.688291] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.689713] usb usb1: Product: UHCI Host Controller\n[ 0.690646] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.691795] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.692847] hub 1-0:1.0: USB hub found\n[ 0.693627] hub 1-0:1.0: 2 ports detected\n[ 0.694534] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.696665] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.697625] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.698654] mousedev: PS/2 mouse device common for all mice\n[ 0.699912] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.701750] rtc_cmos 00:00: RTC can wake from S4\n[ 0.702842] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.704053] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.705245] i2c /dev entries driver\n[ 0.705997] device-mapper: uevent: version 1.0.3\n[ 0.706922] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.708565] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.709851] NET: Registered protocol family 10\n[ 0.710847] NET: Registered protocol family 17\n[ 0.711749] Key type dns_resolver registered\n[ 0.712691] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.713791] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.715547] registered taskstats version 1\n[ 0.716383] Loading compiled-in X.509 certificates\n[ 0.717821] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.719698] zswap: loaded using pool lzo/zbud\n[ 0.721070] Key type trusted registered\n[ 0.722611] Key type encrypted registered\n[ 0.723449] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.724481] ima: No TPM chip found, activating TPM-bypass!\n[ 0.725516] evm: HMAC attrs: 0x1\n[ 0.726463] Magic number: 2:619:581\n[ 0.727321] rtc_cmos 00:00: setting system clock to 2018-09-04 12:33:19 UTC (1536064399)\n[ 0.728925] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.730051] EDD information not available.\n[ 0.816224] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.817758] Write protecting the kernel read-only data: 14336k\n[ 0.829628] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.831438] 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.873200] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.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... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.10.7...\nLease of 10.10.10.7 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.40. 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 AAAAB3NzaC1yc2EAAAADAQABAAABAQDOL3oK0CQOpWr3jFeMbbLh6vMikrvug2ZKgI+6tBd4KVX19JY3vPm6Y/6I4VePdm7a2HOV8wsll69Y8CE+nqR+P4q6dSJ6jfls/GXz6xwImNWdP2hSk4mXmteuBHFY4mA2iJ14Vd+w+8PeBL+FtdTDTh58YdSyCyLIv4s+snXg+p2xvlUWkRK8vfzGmRiDuiF6RaDUOPgxFaKSTtBJlkvuEm1hVC9/umzrb7MQJ6WTw/SZABWuny1vyqZ5ML8VbKLjUx5IDsMqntFFaNVtPBYrDYRDD1MuyqXCdH/m944M2pvJzDJjBOg8csPfh92uvJgcDKDxdKJ4E9v4fDem7d17 root@sdnvpn-1-2\nssh-dss AAAAB3NzaC1kc3MAAACBAIorMtLnmX9OzJ7rFJNaHdqUL4YBlAjl6BSep848HD2Vm0psZf2ZgClsLjdkKYmY+PZUlXiQZe+LZugVJ43AZH7UxNXMBXfXuZV5djeBKyy2f8DXQSBskGGe2twtO3giJdIplLod7bf75Aj/cwWct04xbJkmP6UWAVoZQXku5P3dAAAAFQDVxIWWhwdncHxVPYQW62IokhnwpQAAAIEAg3B3Lmq8xvcwRFfImKxNVShgt6AB7oEDZRQOQ0m9vgxigqrKkVbb4vJVWyi5cHEPoCHDpRh3QUCxF0pvU9dTprr7ohVsLBg5aVHkDNeUFDGKlDprsfeoEr/gJfQOixwJdnQkTdGPVVEKcYMxtjwplab81NyqljHMmn83SvOieewAAACANj02t1jwwH2vEZCWiGMqKmsJQE6oyvlrHGI8Gm2eXkbMt8jqy4Ew5eo24NkWMjlUZqXCyJOBJE+dvkNej4NSS01tNXf2OPuFHX1AkJ+ZA8wukdXWVVoq5x9V4IYMzgvVuTL8Q14A97uwDUZjuHlEOql9O3kG6Ji1juJrlVjCxDs= 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.7,24,fe80::f816:3eff:fe5f:acdf/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.7 \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-1-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=62.85 ===\n/dev/root resized successfully [took 1.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:5F:AC:DF \n inet addr:10.10.10.7 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe5f:acdf/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:104 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:10914 (10.6 KiB) TX bytes:9620 (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: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-09-04 12:34:58,982 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/fa5d7e99-c18c-477e-8ddb-fcc57f83ee85/action used request id req-3f46fc7d-1f2d-4817-aad3-b00827441e06 2018-09-04 12:35:01,003 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/servers/fa5d7e99-c18c-477e-8ddb-fcc57f83ee85/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9a2ca04fcb7b6fb2017e2f2614d632b99011b842" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-04 12:35:02,073 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12:35: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-4e2707d9-2134-424b-b8c1-daf6ca42bde4 x-compute-request-id: req-4e2707d9-2134-424b-b8c1-daf6ca42bde4 Content-Encoding: gzip Content-Length: 10082 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 564489604 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 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.168472] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.170131] pid_max: default: 32768 minimum: 301\n[ 0.171032] ACPI: Core revision 20150930\n[ 0.172417] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.173729] Security Framework initialized\n[ 0.174548] Yama: becoming mindful.\n[ 0.175278] AppArmor: AppArmor initialized\n[ 0.176146] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.177489] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.178785] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.179999] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.181386] Initializing cgroup subsys io\n[ 0.182202] Initializing cgroup subsys memory\n[ 0.183073] Initializing cgroup subsys devices\n[ 0.183961] Initializing cgroup subsys freezer\n[ 0.184828] Initializing cgroup subsys net_cls\n[ 0.185702] Initializing cgroup subsys perf_event\n[ 0.186623] Initializing cgroup subsys net_prio\n[ 0.187509] Initializing cgroup subsys hugetlb\n[ 0.188385] Initializing cgroup subsys pids\n[ 0.189264] CPU: Physical Processor ID: 0\n[ 0.190763] mce: CPU supports 10 MCE banks\n[ 0.191627] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.192632] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.203254] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.209591] ftrace: allocating 31920 entries in 125 pages\n[ 0.235709] smpboot: Max logical packages: 1\n[ 0.236570] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.237918] x2apic enabled\n[ 0.238749] Switched APIC routing to physical x2apic.\n[ 0.240510] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.241643] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.243635] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.245412] KVM setup paravirtual spinlock\n[ 0.246692] x86: Booted up 1 node, 1 CPUs\n[ 0.247494] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.248879] devtmpfs: initialized\n[ 0.250591] evm: security.selinux\n[ 0.251295] evm: security.SMACK64\n[ 0.251981] evm: security.SMACK64EXEC\n[ 0.252720] evm: security.SMACK64TRANSMUTE\n[ 0.253525] evm: security.SMACK64MMAP\n[ 0.254273] evm: security.ima\n[ 0.254909] evm: security.capability\n[ 0.255713] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.257581] pinctrl core: initialized pinctrl subsystem\n[ 0.258677] RTC time: 12:33:18, date: 09/04/18\n[ 0.259669] NET: Registered protocol family 16\n[ 0.260640] cpuidle: using governor ladder\n[ 0.261454] cpuidle: using governor menu\n[ 0.262235] PCCT header not found.\n[ 0.262988] ACPI: bus type PCI registered\n[ 0.263777] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.265010] PCI: Using configuration type 1 for base access\n[ 0.266750] ACPI: Added _OSI(Module Device)\n[ 0.267589] ACPI: Added _OSI(Processor Device)\n[ 0.268454] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.269355] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.271451] ACPI: Interpreter enabled\n[ 0.272224] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.274054] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.275872] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.277701] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.279522] ACPI: (supports S0 S5)\n[ 0.280229] ACPI: Using IOAPIC for interrupt routing\n[ 0.281173] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.284234] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.285365] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.286594] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.287770] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.289972] acpiphp: Slot [3] registered\n[ 0.290762] acpiphp: Slot [4] registered\n[ 0.291563] acpiphp: Slot [5] registered\n[ 0.292355] acpiphp: Slot [6] registered\n[ 0.293141] acpiphp: Slot [7] registered\n[ 0.293932] acpiphp: Slot [8] registered\n[ 0.294724] acpiphp: Slot [9] registered\n[ 0.295515] acpiphp: Slot [10] registered\n[ 0.296317] acpiphp: Slot [11] registered\n[ 0.297127] acpiphp: Slot [12] registered\n[ 0.297931] acpiphp: Slot [13] registered\n[ 0.298734] acpiphp: Slot [14] registered\n[ 0.299536] acpiphp: Slot [15] registered\n[ 0.310465] acpiphp: Slot [16] registered\n[ 0.311275] acpiphp: Slot [17] registered\n[ 0.312077] acpiphp: Slot [18] registered\n[ 0.312874] acpiphp: Slot [19] registered\n[ 0.313674] acpiphp: Slot [20] registered\n[ 0.314483] acpiphp: Slot [21] registered\n[ 0.315286] acpiphp: Slot [22] registered\n[ 0.316085] acpiphp: Slot [23] registered\n[ 0.316882] acpiphp: Slot [24] registered\n[ 0.317683] acpiphp: Slot [25] registered\n[ 0.318491] acpiphp: Slot [26] registered\n[ 0.319293] acpiphp: Slot [27] registered\n[ 0.320094] acpiphp: Slot [28] registered\n[ 0.320890] acpiphp: Slot [29] registered\n[ 0.321690] acpiphp: Slot [30] registered\n[ 0.322495] acpiphp: Slot [31] registered\n[ 0.323295] PCI host bridge to bus 0000:00\n[ 0.324093] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.325291] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.326487] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.327919] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.329353] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.335552] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.336842] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.338018] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.339288] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.346246] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.347676] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.396819] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.398297] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.399728] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.401151] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.402538] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.404408] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.405560] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.406618] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.408177] vgaarb: loaded\n[ 0.408780] vgaarb: bridge control possible 0000:00:02.0\n[ 0.409916] SCSI subsystem initialized\n[ 0.410735] ACPI: bus type USB registered\n[ 0.411552] usbcore: registered new interface driver usbfs\n[ 0.412594] usbcore: registered new interface driver hub\n[ 0.413602] usbcore: registered new device driver usb\n[ 0.414653] PCI: Using ACPI for IRQ routing\n[ 0.415678] NetLabel: Initializing\n[ 0.416389] NetLabel: domain hash size = 128\n[ 0.417243] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.418190] NetLabel: unlabeled traffic allowed by default\n[ 0.419279] clocksource: Switched to clocksource kvm-clock\n[ 0.424810] AppArmor: AppArmor Filesystem Enabled\n[ 0.425781] pnp: PnP ACPI init\n[ 0.426703] pnp: PnP ACPI: found 5 devices\n[ 0.433085] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.434800] NET: Registered protocol family 2\n[ 0.435773] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.437079] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.438260] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.439442] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.440532] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.441712] NET: Registered protocol family 1\n[ 0.442585] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.443696] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.444781] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.458828] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.473076] Trying to unpack rootfs image as initramfs...\n[ 0.522364] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.536227] Scanning for low memory corruption every 60 seconds\n[ 0.537808] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.539226] audit: initializing netlink subsys (disabled)\n[ 0.540494] audit: type=2000 audit(1536064399.532:1): initialized\n[ 0.542068] Initialise system trusted keyring\n[ 0.543193] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.544645] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.546815] zbud: loaded\n[ 0.547621] VFS: Disk quotas dquot_6.6.0\n[ 0.548590] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.550340] fuse init (API version 7.23)\n[ 0.551399] Key type big_key registered\n[ 0.552391] Allocating IMA MOK and blacklist keyrings.\n[ 0.553695] Key type asymmetric registered\n[ 0.554675] Asymmetric key parser 'x509' registered\n[ 0.555817] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.557561] io scheduler noop registered\n[ 0.558501] io scheduler deadline registered (default)\n[ 0.559697] io scheduler cfq registered\n[ 0.560713] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.562042] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.563457] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.564924] ACPI: Power Button [PWRF]\n[ 0.566128] GHES: HEST is not enabled!\n[ 0.579854] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.609889] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.612752] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.636652] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.638785] Linux agpgart interface v0.103\n[ 0.640863] brd: module loaded\n[ 0.642088] loop: module loaded\n[ 0.646632] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.648093] GPT:90111 != 2097151\n[ 0.648773] GPT:Alternate GPT header not at the end of the disk.\n[ 0.649862] GPT:90111 != 2097151\n[ 0.650538] GPT: Use GNU Parted to correct GPT errors.\n[ 0.651508] vda: vda1 vda15\n[ 0.652923] scsi host0: ata_piix\n[ 0.653666] scsi host1: ata_piix\n[ 0.654376] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.655608] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.657060] libphy: Fixed MDIO Bus: probed\n[ 0.657877] tun: Universal TUN/TAP device driver, 1.6\n[ 0.658828] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.660967] PPP generic driver version 2.4.2\n[ 0.661852] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.663171] ehci-pci: EHCI PCI platform driver\n[ 0.664057] ehci-platform: EHCI generic platform driver\n[ 0.665051] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.666180] ohci-pci: OHCI PCI platform driver\n[ 0.667050] ohci-platform: OHCI generic platform driver\n[ 0.668049] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.682433] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.683448] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.684910] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.685928] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.687059] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.688291] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.689713] usb usb1: Product: UHCI Host Controller\n[ 0.690646] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.691795] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.692847] hub 1-0:1.0: USB hub found\n[ 0.693627] hub 1-0:1.0: 2 ports detected\n[ 0.694534] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.696665] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.697625] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.698654] mousedev: PS/2 mouse device common for all mice\n[ 0.699912] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.701750] rtc_cmos 00:00: RTC can wake from S4\n[ 0.702842] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.704053] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.705245] i2c /dev entries driver\n[ 0.705997] device-mapper: uevent: version 1.0.3\n[ 0.706922] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.708565] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.709851] NET: Registered protocol family 10\n[ 0.710847] NET: Registered protocol family 17\n[ 0.711749] Key type dns_resolver registered\n[ 0.712691] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.713791] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.715547] registered taskstats version 1\n[ 0.716383] Loading compiled-in X.509 certificates\n[ 0.717821] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.719698] zswap: loaded using pool lzo/zbud\n[ 0.721070] Key type trusted registered\n[ 0.722611] Key type encrypted registered\n[ 0.723449] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.724481] ima: No TPM chip found, activating TPM-bypass!\n[ 0.725516] evm: HMAC attrs: 0x1\n[ 0.726463] Magic number: 2:619:581\n[ 0.727321] rtc_cmos 00:00: setting system clock to 2018-09-04 12:33:19 UTC (1536064399)\n[ 0.728925] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.730051] EDD information not available.\n[ 0.816224] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.817758] Write protecting the kernel read-only data: 14336k\n[ 0.829628] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.831438] 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.873200] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.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... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.10.7...\nLease of 10.10.10.7 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.40. 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 AAAAB3NzaC1yc2EAAAADAQABAAABAQDOL3oK0CQOpWr3jFeMbbLh6vMikrvug2ZKgI+6tBd4KVX19JY3vPm6Y/6I4VePdm7a2HOV8wsll69Y8CE+nqR+P4q6dSJ6jfls/GXz6xwImNWdP2hSk4mXmteuBHFY4mA2iJ14Vd+w+8PeBL+FtdTDTh58YdSyCyLIv4s+snXg+p2xvlUWkRK8vfzGmRiDuiF6RaDUOPgxFaKSTtBJlkvuEm1hVC9/umzrb7MQJ6WTw/SZABWuny1vyqZ5ML8VbKLjUx5IDsMqntFFaNVtPBYrDYRDD1MuyqXCdH/m944M2pvJzDJjBOg8csPfh92uvJgcDKDxdKJ4E9v4fDem7d17 root@sdnvpn-1-2\nssh-dss AAAAB3NzaC1kc3MAAACBAIorMtLnmX9OzJ7rFJNaHdqUL4YBlAjl6BSep848HD2Vm0psZf2ZgClsLjdkKYmY+PZUlXiQZe+LZugVJ43AZH7UxNXMBXfXuZV5djeBKyy2f8DXQSBskGGe2twtO3giJdIplLod7bf75Aj/cwWct04xbJkmP6UWAVoZQXku5P3dAAAAFQDVxIWWhwdncHxVPYQW62IokhnwpQAAAIEAg3B3Lmq8xvcwRFfImKxNVShgt6AB7oEDZRQOQ0m9vgxigqrKkVbb4vJVWyi5cHEPoCHDpRh3QUCxF0pvU9dTprr7ohVsLBg5aVHkDNeUFDGKlDprsfeoEr/gJfQOixwJdnQkTdGPVVEKcYMxtjwplab81NyqljHMmn83SvOieewAAACANj02t1jwwH2vEZCWiGMqKmsJQE6oyvlrHGI8Gm2eXkbMt8jqy4Ew5eo24NkWMjlUZqXCyJOBJE+dvkNej4NSS01tNXf2OPuFHX1AkJ+ZA8wukdXWVVoq5x9V4IYMzgvVuTL8Q14A97uwDUZjuHlEOql9O3kG6Ji1juJrlVjCxDs= 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.7,24,fe80::f816:3eff:fe5f:acdf/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.7 \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-1-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=62.85 ===\n/dev/root resized successfully [took 1.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:5F:AC:DF \n inet addr:10.10.10.7 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe5f:acdf/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:104 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:10914 (10.6 KiB) TX bytes:9620 (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: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-09-04 12:35:02,074 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/fa5d7e99-c18c-477e-8ddb-fcc57f83ee85/action used request id req-4e2707d9-2134-424b-b8c1-daf6ca42bde4 2018-09-04 12:35:04,093 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/servers/fa5d7e99-c18c-477e-8ddb-fcc57f83ee85/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9a2ca04fcb7b6fb2017e2f2614d632b99011b842" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-04 12:35:05,163 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12:35: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-8c00dbbb-d046-46e6-8981-2c9be37f81c0 x-compute-request-id: req-8c00dbbb-d046-46e6-8981-2c9be37f81c0 Content-Encoding: gzip Content-Length: 10082 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 564489604 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 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.168472] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.170131] pid_max: default: 32768 minimum: 301\n[ 0.171032] ACPI: Core revision 20150930\n[ 0.172417] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.173729] Security Framework initialized\n[ 0.174548] Yama: becoming mindful.\n[ 0.175278] AppArmor: AppArmor initialized\n[ 0.176146] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.177489] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.178785] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.179999] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.181386] Initializing cgroup subsys io\n[ 0.182202] Initializing cgroup subsys memory\n[ 0.183073] Initializing cgroup subsys devices\n[ 0.183961] Initializing cgroup subsys freezer\n[ 0.184828] Initializing cgroup subsys net_cls\n[ 0.185702] Initializing cgroup subsys perf_event\n[ 0.186623] Initializing cgroup subsys net_prio\n[ 0.187509] Initializing cgroup subsys hugetlb\n[ 0.188385] Initializing cgroup subsys pids\n[ 0.189264] CPU: Physical Processor ID: 0\n[ 0.190763] mce: CPU supports 10 MCE banks\n[ 0.191627] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.192632] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.203254] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.209591] ftrace: allocating 31920 entries in 125 pages\n[ 0.235709] smpboot: Max logical packages: 1\n[ 0.236570] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.237918] x2apic enabled\n[ 0.238749] Switched APIC routing to physical x2apic.\n[ 0.240510] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.241643] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.243635] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.245412] KVM setup paravirtual spinlock\n[ 0.246692] x86: Booted up 1 node, 1 CPUs\n[ 0.247494] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.248879] devtmpfs: initialized\n[ 0.250591] evm: security.selinux\n[ 0.251295] evm: security.SMACK64\n[ 0.251981] evm: security.SMACK64EXEC\n[ 0.252720] evm: security.SMACK64TRANSMUTE\n[ 0.253525] evm: security.SMACK64MMAP\n[ 0.254273] evm: security.ima\n[ 0.254909] evm: security.capability\n[ 0.255713] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.257581] pinctrl core: initialized pinctrl subsystem\n[ 0.258677] RTC time: 12:33:18, date: 09/04/18\n[ 0.259669] NET: Registered protocol family 16\n[ 0.260640] cpuidle: using governor ladder\n[ 0.261454] cpuidle: using governor menu\n[ 0.262235] PCCT header not found.\n[ 0.262988] ACPI: bus type PCI registered\n[ 0.263777] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.265010] PCI: Using configuration type 1 for base access\n[ 0.266750] ACPI: Added _OSI(Module Device)\n[ 0.267589] ACPI: Added _OSI(Processor Device)\n[ 0.268454] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.269355] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.271451] ACPI: Interpreter enabled\n[ 0.272224] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.274054] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.275872] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.277701] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.279522] ACPI: (supports S0 S5)\n[ 0.280229] ACPI: Using IOAPIC for interrupt routing\n[ 0.281173] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.284234] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.285365] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.286594] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.287770] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.289972] acpiphp: Slot [3] registered\n[ 0.290762] acpiphp: Slot [4] registered\n[ 0.291563] acpiphp: Slot [5] registered\n[ 0.292355] acpiphp: Slot [6] registered\n[ 0.293141] acpiphp: Slot [7] registered\n[ 0.293932] acpiphp: Slot [8] registered\n[ 0.294724] acpiphp: Slot [9] registered\n[ 0.295515] acpiphp: Slot [10] registered\n[ 0.296317] acpiphp: Slot [11] registered\n[ 0.297127] acpiphp: Slot [12] registered\n[ 0.297931] acpiphp: Slot [13] registered\n[ 0.298734] acpiphp: Slot [14] registered\n[ 0.299536] acpiphp: Slot [15] registered\n[ 0.310465] acpiphp: Slot [16] registered\n[ 0.311275] acpiphp: Slot [17] registered\n[ 0.312077] acpiphp: Slot [18] registered\n[ 0.312874] acpiphp: Slot [19] registered\n[ 0.313674] acpiphp: Slot [20] registered\n[ 0.314483] acpiphp: Slot [21] registered\n[ 0.315286] acpiphp: Slot [22] registered\n[ 0.316085] acpiphp: Slot [23] registered\n[ 0.316882] acpiphp: Slot [24] registered\n[ 0.317683] acpiphp: Slot [25] registered\n[ 0.318491] acpiphp: Slot [26] registered\n[ 0.319293] acpiphp: Slot [27] registered\n[ 0.320094] acpiphp: Slot [28] registered\n[ 0.320890] acpiphp: Slot [29] registered\n[ 0.321690] acpiphp: Slot [30] registered\n[ 0.322495] acpiphp: Slot [31] registered\n[ 0.323295] PCI host bridge to bus 0000:00\n[ 0.324093] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.325291] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.326487] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.327919] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.329353] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.335552] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.336842] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.338018] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.339288] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.346246] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.347676] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.396819] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.398297] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.399728] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.401151] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.402538] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.404408] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.405560] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.406618] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.408177] vgaarb: loaded\n[ 0.408780] vgaarb: bridge control possible 0000:00:02.0\n[ 0.409916] SCSI subsystem initialized\n[ 0.410735] ACPI: bus type USB registered\n[ 0.411552] usbcore: registered new interface driver usbfs\n[ 0.412594] usbcore: registered new interface driver hub\n[ 0.413602] usbcore: registered new device driver usb\n[ 0.414653] PCI: Using ACPI for IRQ routing\n[ 0.415678] NetLabel: Initializing\n[ 0.416389] NetLabel: domain hash size = 128\n[ 0.417243] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.418190] NetLabel: unlabeled traffic allowed by default\n[ 0.419279] clocksource: Switched to clocksource kvm-clock\n[ 0.424810] AppArmor: AppArmor Filesystem Enabled\n[ 0.425781] pnp: PnP ACPI init\n[ 0.426703] pnp: PnP ACPI: found 5 devices\n[ 0.433085] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.434800] NET: Registered protocol family 2\n[ 0.435773] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.437079] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.438260] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.439442] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.440532] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.441712] NET: Registered protocol family 1\n[ 0.442585] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.443696] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.444781] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.458828] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.473076] Trying to unpack rootfs image as initramfs...\n[ 0.522364] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.536227] Scanning for low memory corruption every 60 seconds\n[ 0.537808] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.539226] audit: initializing netlink subsys (disabled)\n[ 0.540494] audit: type=2000 audit(1536064399.532:1): initialized\n[ 0.542068] Initialise system trusted keyring\n[ 0.543193] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.544645] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.546815] zbud: loaded\n[ 0.547621] VFS: Disk quotas dquot_6.6.0\n[ 0.548590] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.550340] fuse init (API version 7.23)\n[ 0.551399] Key type big_key registered\n[ 0.552391] Allocating IMA MOK and blacklist keyrings.\n[ 0.553695] Key type asymmetric registered\n[ 0.554675] Asymmetric key parser 'x509' registered\n[ 0.555817] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.557561] io scheduler noop registered\n[ 0.558501] io scheduler deadline registered (default)\n[ 0.559697] io scheduler cfq registered\n[ 0.560713] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.562042] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.563457] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.564924] ACPI: Power Button [PWRF]\n[ 0.566128] GHES: HEST is not enabled!\n[ 0.579854] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.609889] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.612752] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.636652] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.638785] Linux agpgart interface v0.103\n[ 0.640863] brd: module loaded\n[ 0.642088] loop: module loaded\n[ 0.646632] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.648093] GPT:90111 != 2097151\n[ 0.648773] GPT:Alternate GPT header not at the end of the disk.\n[ 0.649862] GPT:90111 != 2097151\n[ 0.650538] GPT: Use GNU Parted to correct GPT errors.\n[ 0.651508] vda: vda1 vda15\n[ 0.652923] scsi host0: ata_piix\n[ 0.653666] scsi host1: ata_piix\n[ 0.654376] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.655608] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.657060] libphy: Fixed MDIO Bus: probed\n[ 0.657877] tun: Universal TUN/TAP device driver, 1.6\n[ 0.658828] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.660967] PPP generic driver version 2.4.2\n[ 0.661852] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.663171] ehci-pci: EHCI PCI platform driver\n[ 0.664057] ehci-platform: EHCI generic platform driver\n[ 0.665051] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.666180] ohci-pci: OHCI PCI platform driver\n[ 0.667050] ohci-platform: OHCI generic platform driver\n[ 0.668049] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.682433] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.683448] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.684910] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.685928] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.687059] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.688291] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.689713] usb usb1: Product: UHCI Host Controller\n[ 0.690646] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.691795] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.692847] hub 1-0:1.0: USB hub found\n[ 0.693627] hub 1-0:1.0: 2 ports detected\n[ 0.694534] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.696665] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.697625] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.698654] mousedev: PS/2 mouse device common for all mice\n[ 0.699912] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.701750] rtc_cmos 00:00: RTC can wake from S4\n[ 0.702842] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.704053] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.705245] i2c /dev entries driver\n[ 0.705997] device-mapper: uevent: version 1.0.3\n[ 0.706922] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.708565] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.709851] NET: Registered protocol family 10\n[ 0.710847] NET: Registered protocol family 17\n[ 0.711749] Key type dns_resolver registered\n[ 0.712691] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.713791] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.715547] registered taskstats version 1\n[ 0.716383] Loading compiled-in X.509 certificates\n[ 0.717821] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.719698] zswap: loaded using pool lzo/zbud\n[ 0.721070] Key type trusted registered\n[ 0.722611] Key type encrypted registered\n[ 0.723449] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.724481] ima: No TPM chip found, activating TPM-bypass!\n[ 0.725516] evm: HMAC attrs: 0x1\n[ 0.726463] Magic number: 2:619:581\n[ 0.727321] rtc_cmos 00:00: setting system clock to 2018-09-04 12:33:19 UTC (1536064399)\n[ 0.728925] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.730051] EDD information not available.\n[ 0.816224] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.817758] Write protecting the kernel read-only data: 14336k\n[ 0.829628] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.831438] 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.873200] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.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... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.10.7...\nLease of 10.10.10.7 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.40. 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 AAAAB3NzaC1yc2EAAAADAQABAAABAQDOL3oK0CQOpWr3jFeMbbLh6vMikrvug2ZKgI+6tBd4KVX19JY3vPm6Y/6I4VePdm7a2HOV8wsll69Y8CE+nqR+P4q6dSJ6jfls/GXz6xwImNWdP2hSk4mXmteuBHFY4mA2iJ14Vd+w+8PeBL+FtdTDTh58YdSyCyLIv4s+snXg+p2xvlUWkRK8vfzGmRiDuiF6RaDUOPgxFaKSTtBJlkvuEm1hVC9/umzrb7MQJ6WTw/SZABWuny1vyqZ5ML8VbKLjUx5IDsMqntFFaNVtPBYrDYRDD1MuyqXCdH/m944M2pvJzDJjBOg8csPfh92uvJgcDKDxdKJ4E9v4fDem7d17 root@sdnvpn-1-2\nssh-dss AAAAB3NzaC1kc3MAAACBAIorMtLnmX9OzJ7rFJNaHdqUL4YBlAjl6BSep848HD2Vm0psZf2ZgClsLjdkKYmY+PZUlXiQZe+LZugVJ43AZH7UxNXMBXfXuZV5djeBKyy2f8DXQSBskGGe2twtO3giJdIplLod7bf75Aj/cwWct04xbJkmP6UWAVoZQXku5P3dAAAAFQDVxIWWhwdncHxVPYQW62IokhnwpQAAAIEAg3B3Lmq8xvcwRFfImKxNVShgt6AB7oEDZRQOQ0m9vgxigqrKkVbb4vJVWyi5cHEPoCHDpRh3QUCxF0pvU9dTprr7ohVsLBg5aVHkDNeUFDGKlDprsfeoEr/gJfQOixwJdnQkTdGPVVEKcYMxtjwplab81NyqljHMmn83SvOieewAAACANj02t1jwwH2vEZCWiGMqKmsJQE6oyvlrHGI8Gm2eXkbMt8jqy4Ew5eo24NkWMjlUZqXCyJOBJE+dvkNej4NSS01tNXf2OPuFHX1AkJ+ZA8wukdXWVVoq5x9V4IYMzgvVuTL8Q14A97uwDUZjuHlEOql9O3kG6Ji1juJrlVjCxDs= 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.7,24,fe80::f816:3eff:fe5f:acdf/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.7 \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-1-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=62.85 ===\n/dev/root resized successfully [took 1.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:5F:AC:DF \n inet addr:10.10.10.7 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe5f:acdf/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:104 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:10914 (10.6 KiB) TX bytes:9620 (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: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-09-04 12:35:05,164 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/fa5d7e99-c18c-477e-8ddb-fcc57f83ee85/action used request id req-8c00dbbb-d046-46e6-8981-2c9be37f81c0 2018-09-04 12:35:07,186 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/servers/fa5d7e99-c18c-477e-8ddb-fcc57f83ee85/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9a2ca04fcb7b6fb2017e2f2614d632b99011b842" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-04 12:35:08,312 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12: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-d9f5c6d6-72b3-4c2b-84dd-d2e83cb3ecf3 x-compute-request-id: req-d9f5c6d6-72b3-4c2b-84dd-d2e83cb3ecf3 Content-Encoding: gzip Content-Length: 11150 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 564489604 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 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.168472] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.170131] pid_max: default: 32768 minimum: 301\n[ 0.171032] ACPI: Core revision 20150930\n[ 0.172417] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.173729] Security Framework initialized\n[ 0.174548] Yama: becoming mindful.\n[ 0.175278] AppArmor: AppArmor initialized\n[ 0.176146] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.177489] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.178785] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.179999] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.181386] Initializing cgroup subsys io\n[ 0.182202] Initializing cgroup subsys memory\n[ 0.183073] Initializing cgroup subsys devices\n[ 0.183961] Initializing cgroup subsys freezer\n[ 0.184828] Initializing cgroup subsys net_cls\n[ 0.185702] Initializing cgroup subsys perf_event\n[ 0.186623] Initializing cgroup subsys net_prio\n[ 0.187509] Initializing cgroup subsys hugetlb\n[ 0.188385] Initializing cgroup subsys pids\n[ 0.189264] CPU: Physical Processor ID: 0\n[ 0.190763] mce: CPU supports 10 MCE banks\n[ 0.191627] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.192632] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.203254] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.209591] ftrace: allocating 31920 entries in 125 pages\n[ 0.235709] smpboot: Max logical packages: 1\n[ 0.236570] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.237918] x2apic enabled\n[ 0.238749] Switched APIC routing to physical x2apic.\n[ 0.240510] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.241643] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.243635] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.245412] KVM setup paravirtual spinlock\n[ 0.246692] x86: Booted up 1 node, 1 CPUs\n[ 0.247494] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.248879] devtmpfs: initialized\n[ 0.250591] evm: security.selinux\n[ 0.251295] evm: security.SMACK64\n[ 0.251981] evm: security.SMACK64EXEC\n[ 0.252720] evm: security.SMACK64TRANSMUTE\n[ 0.253525] evm: security.SMACK64MMAP\n[ 0.254273] evm: security.ima\n[ 0.254909] evm: security.capability\n[ 0.255713] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.257581] pinctrl core: initialized pinctrl subsystem\n[ 0.258677] RTC time: 12:33:18, date: 09/04/18\n[ 0.259669] NET: Registered protocol family 16\n[ 0.260640] cpuidle: using governor ladder\n[ 0.261454] cpuidle: using governor menu\n[ 0.262235] PCCT header not found.\n[ 0.262988] ACPI: bus type PCI registered\n[ 0.263777] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.265010] PCI: Using configuration type 1 for base access\n[ 0.266750] ACPI: Added _OSI(Module Device)\n[ 0.267589] ACPI: Added _OSI(Processor Device)\n[ 0.268454] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.269355] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.271451] ACPI: Interpreter enabled\n[ 0.272224] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.274054] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.275872] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.277701] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.279522] ACPI: (supports S0 S5)\n[ 0.280229] ACPI: Using IOAPIC for interrupt routing\n[ 0.281173] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.284234] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.285365] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.286594] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.287770] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.289972] acpiphp: Slot [3] registered\n[ 0.290762] acpiphp: Slot [4] registered\n[ 0.291563] acpiphp: Slot [5] registered\n[ 0.292355] acpiphp: Slot [6] registered\n[ 0.293141] acpiphp: Slot [7] registered\n[ 0.293932] acpiphp: Slot [8] registered\n[ 0.294724] acpiphp: Slot [9] registered\n[ 0.295515] acpiphp: Slot [10] registered\n[ 0.296317] acpiphp: Slot [11] registered\n[ 0.297127] acpiphp: Slot [12] registered\n[ 0.297931] acpiphp: Slot [13] registered\n[ 0.298734] acpiphp: Slot [14] registered\n[ 0.299536] acpiphp: Slot [15] registered\n[ 0.310465] acpiphp: Slot [16] registered\n[ 0.311275] acpiphp: Slot [17] registered\n[ 0.312077] acpiphp: Slot [18] registered\n[ 0.312874] acpiphp: Slot [19] registered\n[ 0.313674] acpiphp: Slot [20] registered\n[ 0.314483] acpiphp: Slot [21] registered\n[ 0.315286] acpiphp: Slot [22] registered\n[ 0.316085] acpiphp: Slot [23] registered\n[ 0.316882] acpiphp: Slot [24] registered\n[ 0.317683] acpiphp: Slot [25] registered\n[ 0.318491] acpiphp: Slot [26] registered\n[ 0.319293] acpiphp: Slot [27] registered\n[ 0.320094] acpiphp: Slot [28] registered\n[ 0.320890] acpiphp: Slot [29] registered\n[ 0.321690] acpiphp: Slot [30] registered\n[ 0.322495] acpiphp: Slot [31] registered\n[ 0.323295] PCI host bridge to bus 0000:00\n[ 0.324093] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.325291] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.326487] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.327919] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.329353] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.335552] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.336842] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.338018] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.339288] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.346246] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.347676] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.396819] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.398297] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.399728] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.401151] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.402538] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.404408] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.405560] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.406618] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.408177] vgaarb: loaded\n[ 0.408780] vgaarb: bridge control possible 0000:00:02.0\n[ 0.409916] SCSI subsystem initialized\n[ 0.410735] ACPI: bus type USB registered\n[ 0.411552] usbcore: registered new interface driver usbfs\n[ 0.412594] usbcore: registered new interface driver hub\n[ 0.413602] usbcore: registered new device driver usb\n[ 0.414653] PCI: Using ACPI for IRQ routing\n[ 0.415678] NetLabel: Initializing\n[ 0.416389] NetLabel: domain hash size = 128\n[ 0.417243] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.418190] NetLabel: unlabeled traffic allowed by default\n[ 0.419279] clocksource: Switched to clocksource kvm-clock\n[ 0.424810] AppArmor: AppArmor Filesystem Enabled\n[ 0.425781] pnp: PnP ACPI init\n[ 0.426703] pnp: PnP ACPI: found 5 devices\n[ 0.433085] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.434800] NET: Registered protocol family 2\n[ 0.435773] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.437079] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.438260] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.439442] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.440532] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.441712] NET: Registered protocol family 1\n[ 0.442585] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.443696] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.444781] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.458828] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.473076] Trying to unpack rootfs image as initramfs...\n[ 0.522364] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.536227] Scanning for low memory corruption every 60 seconds\n[ 0.537808] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.539226] audit: initializing netlink subsys (disabled)\n[ 0.540494] audit: type=2000 audit(1536064399.532:1): initialized\n[ 0.542068] Initialise system trusted keyring\n[ 0.543193] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.544645] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.546815] zbud: loaded\n[ 0.547621] VFS: Disk quotas dquot_6.6.0\n[ 0.548590] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.550340] fuse init (API version 7.23)\n[ 0.551399] Key type big_key registered\n[ 0.552391] Allocating IMA MOK and blacklist keyrings.\n[ 0.553695] Key type asymmetric registered\n[ 0.554675] Asymmetric key parser 'x509' registered\n[ 0.555817] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.557561] io scheduler noop registered\n[ 0.558501] io scheduler deadline registered (default)\n[ 0.559697] io scheduler cfq registered\n[ 0.560713] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.562042] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.563457] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.564924] ACPI: Power Button [PWRF]\n[ 0.566128] GHES: HEST is not enabled!\n[ 0.579854] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.609889] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.612752] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.636652] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.638785] Linux agpgart interface v0.103\n[ 0.640863] brd: module loaded\n[ 0.642088] loop: module loaded\n[ 0.646632] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.648093] GPT:90111 != 2097151\n[ 0.648773] GPT:Alternate GPT header not at the end of the disk.\n[ 0.649862] GPT:90111 != 2097151\n[ 0.650538] GPT: Use GNU Parted to correct GPT errors.\n[ 0.651508] vda: vda1 vda15\n[ 0.652923] scsi host0: ata_piix\n[ 0.653666] scsi host1: ata_piix\n[ 0.654376] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.655608] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.657060] libphy: Fixed MDIO Bus: probed\n[ 0.657877] tun: Universal TUN/TAP device driver, 1.6\n[ 0.658828] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.660967] PPP generic driver version 2.4.2\n[ 0.661852] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.663171] ehci-pci: EHCI PCI platform driver\n[ 0.664057] ehci-platform: EHCI generic platform driver\n[ 0.665051] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.666180] ohci-pci: OHCI PCI platform driver\n[ 0.667050] ohci-platform: OHCI generic platform driver\n[ 0.668049] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.682433] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.683448] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.684910] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.685928] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.687059] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.688291] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.689713] usb usb1: Product: UHCI Host Controller\n[ 0.690646] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.691795] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.692847] hub 1-0:1.0: USB hub found\n[ 0.693627] hub 1-0:1.0: 2 ports detected\n[ 0.694534] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.696665] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.697625] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.698654] mousedev: PS/2 mouse device common for all mice\n[ 0.699912] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.701750] rtc_cmos 00:00: RTC can wake from S4\n[ 0.702842] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.704053] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.705245] i2c /dev entries driver\n[ 0.705997] device-mapper: uevent: version 1.0.3\n[ 0.706922] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.708565] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.709851] NET: Registered protocol family 10\n[ 0.710847] NET: Registered protocol family 17\n[ 0.711749] Key type dns_resolver registered\n[ 0.712691] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.713791] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.715547] registered taskstats version 1\n[ 0.716383] Loading compiled-in X.509 certificates\n[ 0.717821] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.719698] zswap: loaded using pool lzo/zbud\n[ 0.721070] Key type trusted registered\n[ 0.722611] Key type encrypted registered\n[ 0.723449] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.724481] ima: No TPM chip found, activating TPM-bypass!\n[ 0.725516] evm: HMAC attrs: 0x1\n[ 0.726463] Magic number: 2:619:581\n[ 0.727321] rtc_cmos 00:00: setting system clock to 2018-09-04 12:33:19 UTC (1536064399)\n[ 0.728925] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.730051] EDD information not available.\n[ 0.816224] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.817758] Write protecting the kernel read-only data: 14336k\n[ 0.829628] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.831438] 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.873200] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.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... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.10.7...\nLease of 10.10.10.7 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.40. 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 AAAAB3NzaC1yc2EAAAADAQABAAABAQDOL3oK0CQOpWr3jFeMbbLh6vMikrvug2ZKgI+6tBd4KVX19JY3vPm6Y/6I4VePdm7a2HOV8wsll69Y8CE+nqR+P4q6dSJ6jfls/GXz6xwImNWdP2hSk4mXmteuBHFY4mA2iJ14Vd+w+8PeBL+FtdTDTh58YdSyCyLIv4s+snXg+p2xvlUWkRK8vfzGmRiDuiF6RaDUOPgxFaKSTtBJlkvuEm1hVC9/umzrb7MQJ6WTw/SZABWuny1vyqZ5ML8VbKLjUx5IDsMqntFFaNVtPBYrDYRDD1MuyqXCdH/m944M2pvJzDJjBOg8csPfh92uvJgcDKDxdKJ4E9v4fDem7d17 root@sdnvpn-1-2\nssh-dss AAAAB3NzaC1kc3MAAACBAIorMtLnmX9OzJ7rFJNaHdqUL4YBlAjl6BSep848HD2Vm0psZf2ZgClsLjdkKYmY+PZUlXiQZe+LZugVJ43AZH7UxNXMBXfXuZV5djeBKyy2f8DXQSBskGGe2twtO3giJdIplLod7bf75Aj/cwWct04xbJkmP6UWAVoZQXku5P3dAAAAFQDVxIWWhwdncHxVPYQW62IokhnwpQAAAIEAg3B3Lmq8xvcwRFfImKxNVShgt6AB7oEDZRQOQ0m9vgxigqrKkVbb4vJVWyi5cHEPoCHDpRh3QUCxF0pvU9dTprr7ohVsLBg5aVHkDNeUFDGKlDprsfeoEr/gJfQOixwJdnQkTdGPVVEKcYMxtjwplab81NyqljHMmn83SvOieewAAACANj02t1jwwH2vEZCWiGMqKmsJQE6oyvlrHGI8Gm2eXkbMt8jqy4Ew5eo24NkWMjlUZqXCyJOBJE+dvkNej4NSS01tNXf2OPuFHX1AkJ+ZA8wukdXWVVoq5x9V4IYMzgvVuTL8Q14A97uwDUZjuHlEOql9O3kG6Ji1juJrlVjCxDs= 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.7,24,fe80::f816:3eff:fe5f:acdf/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.7 \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-1-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=62.85 ===\n/dev/root resized successfully [took 1.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:5F:AC:DF \n inet addr:10.10.10.7 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe5f:acdf/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:104 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:10914 (10.6 KiB) TX bytes:9620 (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: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-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.157611] EXT4-fs (vda1): re-mounted. Opts: data=ordered\n[ 1.163211] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.163213] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.163214] usb 1-1: Product: QEMU USB Tablet\n[ 1.163215] usb 1-1: Manufacturer: QEMU\n[ 1.163216] usb 1-1: SerialNumber: 42\n[ 1.535385] tsc: Refined TSC clocksource calibration: 3491.912 MHz\n[ 1.535388] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3255787006b, max_idle_ns: 440795244845 ns\n[ 63.003894] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\n[ 63.307432] EXT4-fs (vda1): resized filesystem to 1039340\n### tail -n 25 /var/log/messages\nSep 4 13:33:19 cirros kern.info kernel: [ 0.831438] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\nSep 4 13:33:19 cirros kern.info kernel: [ 0.842399] e1000: Intel(R) PRO/1000 Network Driver - version 7.3.21-k8-NAPI\nSep 4 13:33:19 cirros kern.info kernel: [ 0.842400] e1000: Copyright (c) 1999-2006 Intel Corporation.\nSep 4 13:33:19 cirros kern.info kernel: [ 0.844060] ne2k-pci.c:v1.03 9/22/2003 D. Becker/P. Gortmaker\nSep 4 13:33:19 cirros kern.info kernel: [ 0.846943] pcnet32: pcnet32.c:v1.35 21.Apr.2008 tsbogend@alpha.franken.de\nSep 4 13:33:19 cirros kern.info kernel: [ 0.848912] ip_tables: (C) 2000-2006 Netfilter Core Team\nSep 4 13:33:19 cirros kern.info kernel: [ 0.871097] EXT4-fs (vda1): mounting ext3 file system using the ext4 subsystem\nSep 4 13:33:19 cirros kern.info kernel: [ 0.871692] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null)\nSep 4 13:33:19 cirros kern.notice kernel: [ 0.873200] random: blkid urandom read with 2 bits of entropy available\nSep 4 13:33:19 cirros kern.info kernel: [ 0.874795] EXT4-fs (vda1): mounting ext3 file system using the ext4 subsystem\nSep 4 13:33:19 cirros kern.info kernel: [ 0.935223] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null)\nSep 4 13:33:19 cirros kern.info kernel: [ 1.003309] usb 1-1: new full-speed USB device number 2 using uhci_hcd\nSep 4 13:33:19 cirros kern.info kernel: [ 1.145595] EXT4-fs (vda1): re-mounted. Opts: data=ordered\nSep 4 13:33:19 cirros kern.info kernel: [ 1.157611] EXT4-fs (vda1): re-mounted. Opts: data=ordered\nSep 4 13:33:19 cirros kern.info kernel: [ 1.163211] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\nSep 4 13:33:19 cirros kern.info kernel: [ 1.163213] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\nSep 4 13:33:19 cirros kern.info kernel: [ 1.163214] usb 1-1: Product: QEMU USB Tablet\nSep 4 13:33:19 cirros kern.info kernel: [ 1.163215] usb 1-1: Manufacturer: QEMU\nSep 4 13:33:19 cirros kern.info kernel: [ 1.163216] usb 1-1: SerialNumber: 42\nSep 4 13:33:20 cirros kern.info kernel: [ 1.535385] tsc: Refined TSC clocksource calibration: 3491.912 MHz\nSep 4 13:33:20 cirros kern.info kernel: [ 1.535388] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3255787006b, max_idle_ns: 440795244845 ns\nSep 4 13:34:21 cirros auth.notice su: + /dev/console root:cirros\nSep 4 13:34:21 cirros authpriv.info dropbear[340]: Running in background\nSep 4 13:34:21 cirros kern.info kernel: [ 63.003894] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\nSep 4 13:34:22 cirros kern.info kernel: [ 63.307432] 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-09-04 12:35:08,313 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/fa5d7e99-c18c-477e-8ddb-fcc57f83ee85/action used request id req-d9f5c6d6-72b3-4c2b-84dd-d2e83cb3ecf3 2018-09-04 12:35:10,349 - sdnvpn_test_utils - INFO - Waiting for instance 5aa30155-4730-4d2f-9ce5-8a13b3d381cf to boot up 2018-09-04 12:35:10,353 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/servers/5aa30155-4730-4d2f-9ce5-8a13b3d381cf/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b918c1f45f323d348bf8354d540c45110225cd17" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-04 12:35:11,420 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12:35: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-46aae7d5-0685-4469-ac5b-3f0072d2fab7 x-compute-request-id: req-46aae7d5-0685-4469-ac5b-3f0072d2fab7 Content-Encoding: gzip Content-Length: 11127 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 512300783 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 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.134264] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.135977] pid_max: default: 32768 minimum: 301\n[ 0.136900] ACPI: Core revision 20150930\n[ 0.138296] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.139639] Security Framework initialized\n[ 0.140473] Yama: becoming mindful.\n[ 0.141220] AppArmor: AppArmor initialized\n[ 0.142108] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.143487] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.144806] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.146059] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.147482] Initializing cgroup subsys io\n[ 0.148335] Initializing cgroup subsys memory\n[ 0.149219] Initializing cgroup subsys devices\n[ 0.150126] Initializing cgroup subsys freezer\n[ 0.151022] Initializing cgroup subsys net_cls\n[ 0.151912] Initializing cgroup subsys perf_event\n[ 0.152844] Initializing cgroup subsys net_prio\n[ 0.153759] Initializing cgroup subsys hugetlb\n[ 0.154652] Initializing cgroup subsys pids\n[ 0.155545] CPU: Physical Processor ID: 0\n[ 0.157052] mce: CPU supports 10 MCE banks\n[ 0.157931] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.158961] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.169673] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.176109] ftrace: allocating 31920 entries in 125 pages\n[ 0.202473] smpboot: Max logical packages: 1\n[ 0.203355] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.204737] x2apic enabled\n[ 0.205574] Switched APIC routing to physical x2apic.\n[ 0.207347] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.208518] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.210577] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.212432] KVM setup paravirtual spinlock\n[ 0.213760] x86: Booted up 1 node, 1 CPUs\n[ 0.214603] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.216045] devtmpfs: initialized\n[ 0.217787] evm: security.selinux\n[ 0.218507] evm: security.SMACK64\n[ 0.219233] evm: security.SMACK64EXEC\n[ 0.220008] evm: security.SMACK64TRANSMUTE\n[ 0.220839] evm: security.SMACK64MMAP\n[ 0.221617] evm: security.ima\n[ 0.222271] evm: security.capability\n[ 0.223103] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.225010] pinctrl core: initialized pinctrl subsystem\n[ 0.226150] RTC time: 12:33:32, date: 09/04/18\n[ 0.227135] NET: Registered protocol family 16\n[ 0.228129] cpuidle: using governor ladder\n[ 0.228982] cpuidle: using governor menu\n[ 0.229789] PCCT header not found.\n[ 0.230563] ACPI: bus type PCI registered\n[ 0.231384] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.232677] PCI: Using configuration type 1 for base access\n[ 0.234464] ACPI: Added _OSI(Module Device)\n[ 0.235341] ACPI: Added _OSI(Processor Device)\n[ 0.236234] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.237164] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.239305] ACPI: Interpreter enabled\n[ 0.240114] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.242025] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.243928] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.245835] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.247730] ACPI: (supports S0 S5)\n[ 0.248453] ACPI: Using IOAPIC for interrupt routing\n[ 0.249537] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.252691] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.253884] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.255163] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.256395] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.258699] acpiphp: Slot [3] registered\n[ 0.259530] acpiphp: Slot [4] registered\n[ 0.260324] acpiphp: Slot [5] registered\n[ 0.261122] acpiphp: Slot [6] registered\n[ 0.261917] acpiphp: Slot [7] registered\n[ 0.262717] acpiphp: Slot [8] registered\n[ 0.263524] acpiphp: Slot [9] registered\n[ 0.264315] acpiphp: Slot [10] registered\n[ 0.265125] acpiphp: Slot [11] registered\n[ 0.265933] acpiphp: Slot [12] registered\n[ 0.266748] acpiphp: Slot [13] registered\n[ 0.267560] acpiphp: Slot [14] registered\n[ 0.268368] acpiphp: Slot [15] registered\n[ 0.279215] acpiphp: Slot [16] registered\n[ 0.280032] acpiphp: Slot [17] registered\n[ 0.280842] acpiphp: Slot [18] registered\n[ 0.281649] acpiphp: Slot [19] registered\n[ 0.282454] acpiphp: Slot [20] registered\n[ 0.283268] acpiphp: Slot [21] registered\n[ 0.284080] acpiphp: Slot [22] registered\n[ 0.284902] acpiphp: Slot [23] registered\n[ 0.285711] acpiphp: Slot [24] registered\n[ 0.286518] acpiphp: Slot [25] registered\n[ 0.287327] acpiphp: Slot [26] registered\n[ 0.288136] acpiphp: Slot [27] registered\n[ 0.288952] acpiphp: Slot [28] registered\n[ 0.289762] acpiphp: Slot [29] registered\n[ 0.290570] acpiphp: Slot [30] registered\n[ 0.291382] acpiphp: Slot [31] registered\n[ 0.292192] PCI host bridge to bus 0000:00\n[ 0.293002] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.294212] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.295428] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.296881] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.298328] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.304545] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.305838] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.307018] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.308286] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.314615] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.316046] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.361467] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.362959] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.364369] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.365793] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.367171] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.368417] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.369576] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.370798] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.372340] vgaarb: loaded\n[ 0.372953] vgaarb: bridge control possible 0000:00:02.0\n[ 0.374104] SCSI subsystem initialized\n[ 0.374933] ACPI: bus type USB registered\n[ 0.375756] usbcore: registered new interface driver usbfs\n[ 0.376794] usbcore: registered new interface driver hub\n[ 0.377813] usbcore: registered new device driver usb\n[ 0.378882] PCI: Using ACPI for IRQ routing\n[ 0.379923] NetLabel: Initializing\n[ 0.380677] NetLabel: domain hash size = 128\n[ 0.381550] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.382506] NetLabel: unlabeled traffic allowed by default\n[ 0.383618] clocksource: Switched to clocksource kvm-clock\n[ 0.389082] AppArmor: AppArmor Filesystem Enabled\n[ 0.390065] pnp: PnP ACPI init\n[ 0.390985] pnp: PnP ACPI: found 5 devices\n[ 0.397376] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.399108] NET: Registered protocol family 2\n[ 0.400083] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.401376] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.402561] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.403743] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.404840] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.406032] NET: Registered protocol family 1\n[ 0.406910] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.408024] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.409108] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.422929] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.436972] Trying to unpack rootfs image as initramfs...\n[ 0.485936] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.499847] Scanning for low memory corruption every 60 seconds\n[ 0.501228] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.502390] audit: initializing netlink subsys (disabled)\n[ 0.503423] audit: type=2000 audit(1536064413.416:1): initialized\n[ 0.504765] Initialise system trusted keyring\n[ 0.505701] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.506890] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.508877] zbud: loaded\n[ 0.509590] VFS: Disk quotas dquot_6.6.0\n[ 0.510412] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.511942] fuse init (API version 7.23)\n[ 0.512846] Key type big_key registered\n[ 0.513657] Allocating IMA MOK and blacklist keyrings.\n[ 0.515135] Key type asymmetric registered\n[ 0.515981] Asymmetric key parser 'x509' registered\n[ 0.516949] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.518448] io scheduler noop registered\n[ 0.519255] io scheduler deadline registered (default)\n[ 0.520273] io scheduler cfq registered\n[ 0.521120] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.522175] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.523439] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.524918] ACPI: Power Button [PWRF]\n[ 0.525761] GHES: HEST is not enabled!\n[ 0.539441] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.588313] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.590833] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.614974] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.617183] Linux agpgart interface v0.103\n[ 0.619275] brd: module loaded\n[ 0.620552] loop: module loaded\n[ 0.624920] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.626375] GPT:90111 != 2097151\n[ 0.627055] GPT:Alternate GPT header not at the end of the disk.\n[ 0.628155] GPT:90111 != 2097151\n[ 0.628833] GPT: Use GNU Parted to correct GPT errors.\n[ 0.629798] vda: vda1 vda15\n[ 0.631229] scsi host0: ata_piix\n[ 0.631979] scsi host1: ata_piix\n[ 0.632689] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.633900] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.635328] libphy: Fixed MDIO Bus: probed\n[ 0.636160] tun: Universal TUN/TAP device driver, 1.6\n[ 0.637112] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.639254] PPP generic driver version 2.4.2\n[ 0.640157] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.641396] ehci-pci: EHCI PCI platform driver\n[ 0.642275] ehci-platform: EHCI generic platform driver\n[ 0.643263] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.644402] ohci-pci: OHCI PCI platform driver\n[ 0.645275] ohci-platform: OHCI generic platform driver\n[ 0.646265] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.660568] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.661567] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.663021] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.664060] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.665183] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.666414] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.667848] usb usb1: Product: UHCI Host Controller\n[ 0.668794] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.669945] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.670964] hub 1-0:1.0: USB hub found\n[ 0.671757] hub 1-0:1.0: 2 ports detected\n[ 0.672678] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.674795] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.675763] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.676803] mousedev: PS/2 mouse device common for all mice\n[ 0.678067] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.679931] rtc_cmos 00:00: RTC can wake from S4\n[ 0.681033] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.682233] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.683434] i2c /dev entries driver\n[ 0.684203] device-mapper: uevent: version 1.0.3\n[ 0.685149] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.686786] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.688086] NET: Registered protocol family 10\n[ 0.689099] NET: Registered protocol family 17\n[ 0.689998] Key type dns_resolver registered\n[ 0.690926] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.692038] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.693795] registered taskstats version 1\n[ 0.694649] Loading compiled-in X.509 certificates\n[ 0.696095] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.697961] zswap: loaded using pool lzo/zbud\n[ 0.699336] Key type trusted registered\n[ 0.700899] Key type encrypted registered\n[ 0.701741] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.702773] ima: No TPM chip found, activating TPM-bypass!\n[ 0.703829] evm: HMAC attrs: 0x1\n[ 0.705132] Magic number: 2:619:581\n[ 0.706002] rtc_cmos 00:00: setting system clock to 2018-09-04 12:33:33 UTC (1536064413)\n[ 0.707606] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.708743] EDD information not available.\n[ 0.792599] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.794173] Write protecting the kernel read-only data: 14336k\n[ 0.806023] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.807872] 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.264620] 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.16. iid=i-000000fc\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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCfMXatrGX9IU6GPa8d0QQG4PAMv+kweZSy+Yirse+FJGBxjGlvDjo4wXmNb8xFpIX90RcbRBQXt44sRlhgMoygHAlPcuQxJZKXdw8J03N7SLYRyxzP8TlSRSHlTMFIwkZvCQVFW7dATuGzNzZh21rTrGvG61v54OvWAyid+4cPPbx64gVYbObvspOhcI6o9077wAoYPEh7Kbjko9JalgntDE0yrPfTpJvdNfwlRNQP7XCxgPoysEXlO+Zg/+OKKEliI39qJMDDOTC4U/LaZKHsj7tMc7tJ9DItUAxaBhZwd/783oeQzdZjnLEy8AOjwfK+a67sXo1CwvLeHglD5n4F root@sdnvpn-1-3\nssh-dss AAAAB3NzaC1kc3MAAACBAOK11ajpWJxrdFXzqsqkEWUB04BIEzQmdXlXdoXKon/A8ey8Kd4hMtLzmjIVZEdtDwF3Pn9SBtBnZw0niw53l6MP/ssjVcownKtvpCz73zy9YKzQ2eY/3fDuBTKkz6uZuA7WY/y/Jh/9BbUA1/kkwjy2SAUFbwsuWpgqUD02rSVJAAAAFQCOW38aJzkZgmObgKpjFhlou+oeLwAAAIAiWghJBRvmpp5DJ+fKrgBMJpZWDGjQQGj+wSfnjbnq6cGApZo0SmIOvSb5/GxVCq+dgXqjqlcmbiq1c7VhuInxVrAll/hDEjRdjcr+R0vn/sbpFr2fuO+4ReoAeYjD1XlBH9/te1k8RqY4+OuHOJp6WLyIPGce08mgu/G6tGVoPwAAAIEAsEyrFk3gG4Sydj2dyDO1De5gTM2B7xbc41fadj1E0kBCD8Npge9QNCkto7Dpz70liSblIBDSXeCLV/vUYto0c/LIKrUJ8YBfXpcdnOwZYHhijVSqovMPSzMvJ7VMosLGKT2ulmcScEaFpsNUBrtqeYwgnK5pD8EfP0gaC8NO9qE= 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.8,24,fe80::f816:3eff:fe1e:8cbd/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.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-000000fc\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-1-3\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=4.32 ===\n/dev/root resized successfully [took 2.44s]\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:1E:8C:BD \n inet addr:10.10.10.8 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe1e:8cbd/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:67 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:8873 (8.6 KiB) TX bytes:9179 (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.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.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.144843] usb 1-1: Product: QEMU USB Tablet\n[ 1.144844] usb 1-1: Manufacturer: QEMU\n[ 1.144844] usb 1-1: SerialNumber: 42\n[ 1.230424] EXT4-fs (vda1): re-mounted. Opts: data=ordered\n[ 1.242558] EXT4-fs (vda1): re-mounted. Opts: data=ordered\n[ 1.264620] random: dd urandom read with 5 bits of entropy available\n[ 1.499676] tsc: Refined TSC clocksource calibration: 3491.912 MHz\n[ 1.499679] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3255787006b, max_idle_ns: 440795244845 ns\n[ 4.445301] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\n[ 4.755838] EXT4-fs (vda1): resized filesystem to 1039340\n### tail -n 25 /var/log/messages\nSep 4 13:33:34 cirros kern.info kernel: [ 0.807872] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\nSep 4 13:33:34 cirros kern.info kernel: [ 0.818583] e1000: Intel(R) PRO/1000 Network Driver - version 7.3.21-k8-NAPI\nSep 4 13:33:34 cirros kern.info kernel: [ 0.818584] e1000: Copyright (c) 1999-2006 Intel Corporation.\nSep 4 13:33:34 cirros kern.info kernel: [ 0.820240] ne2k-pci.c:v1.03 9/22/2003 D. Becker/P. Gortmaker\nSep 4 13:33:34 cirros kern.info kernel: [ 0.823137] pcnet32: pcnet32.c:v1.35 21.Apr.2008 tsbogend@alpha.franken.de\nSep 4 13:33:34 cirros kern.info kernel: [ 0.825107] ip_tables: (C) 2000-2006 Netfilter Core Team\nSep 4 13:33:34 cirros kern.info kernel: [ 0.845646] EXT4-fs (vda1): mounting ext3 file system using the ext4 subsystem\nSep 4 13:33:34 cirros kern.info kernel: [ 0.846353] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null)\nSep 4 13:33:34 cirros kern.info kernel: [ 0.847449] EXT4-fs (vda1): mounting ext3 file system using the ext4 subsystem\nSep 4 13:33:34 cirros kern.info kernel: [ 0.887792] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null)\nSep 4 13:33:34 cirros kern.info kernel: [ 0.983640] usb 1-1: new full-speed USB device number 2 using uhci_hcd\nSep 4 13:33:34 cirros kern.info kernel: [ 1.144840] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\nSep 4 13:33:34 cirros kern.info kernel: [ 1.144842] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\nSep 4 13:33:34 cirros kern.info kernel: [ 1.144843] usb 1-1: Product: QEMU USB Tablet\nSep 4 13:33:34 cirros kern.info kernel: [ 1.144844] usb 1-1: Manufacturer: QEMU\nSep 4 13:33:34 cirros kern.info kernel: [ 1.144844] usb 1-1: SerialNumber: 42\nSep 4 13:33:34 cirros kern.info kernel: [ 1.230424] EXT4-fs (vda1): re-mounted. Opts: data=ordered\nSep 4 13:33:34 cirros kern.info kernel: [ 1.242558] EXT4-fs (vda1): re-mounted. Opts: data=ordered\nSep 4 13:33:34 cirros kern.notice kernel: [ 1.264620] random: dd urandom read with 5 bits of entropy available\nSep 4 13:33:34 cirros kern.info kernel: [ 1.499676] tsc: Refined TSC clocksource calibration: 3491.912 MHz\nSep 4 13:33:34 cirros kern.info kernel: [ 1.499679] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3255787006b, max_idle_ns: 440795244845 ns\nSep 4 13:33:36 cirros auth.notice su: + /dev/console root:cirros\nSep 4 13:33:37 cirros authpriv.info dropbear[340]: Running in background\nSep 4 13:33:37 cirros kern.info kernel: [ 4.445301] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\nSep 4 13:33:37 cirros kern.info kernel: [ 4.755838] 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-09-04 12:35:11,421 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/5aa30155-4730-4d2f-9ce5-8a13b3d381cf/action used request id req-46aae7d5-0685-4469-ac5b-3f0072d2fab7 2018-09-04 12:35:13,457 - sdnvpn_test_utils - INFO - Waiting for instance 83441313-ea3e-4bd6-a075-bc27d227ec8e to boot up 2018-09-04 12:35:13,460 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/servers/83441313-ea3e-4bd6-a075-bc27d227ec8e/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}32a324662b17be0cf5a2adb43cb045110725bd2c" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-04 12:35:14,529 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12:35: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-736228ba-f78c-4fc4-a7e0-31be47dc3254 x-compute-request-id: req-736228ba-f78c-4fc4-a7e0-31be47dc3254 Content-Encoding: gzip Content-Length: 10068 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 490870835 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 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.149783] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.151449] pid_max: default: 32768 minimum: 301\n[ 0.152325] ACPI: Core revision 20150930\n[ 0.153706] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.155000] Security Framework initialized\n[ 0.155802] Yama: becoming mindful.\n[ 0.156518] AppArmor: AppArmor initialized\n[ 0.157397] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.158980] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.160488] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.161915] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.163555] Initializing cgroup subsys io\n[ 0.164507] Initializing cgroup subsys memory\n[ 0.165525] Initializing cgroup subsys devices\n[ 0.166545] Initializing cgroup subsys freezer\n[ 0.167564] Initializing cgroup subsys net_cls\n[ 0.168576] Initializing cgroup subsys perf_event\n[ 0.169660] Initializing cgroup subsys net_prio\n[ 0.170703] Initializing cgroup subsys hugetlb\n[ 0.171735] Initializing cgroup subsys pids\n[ 0.172752] CPU: Physical Processor ID: 0\n[ 0.174410] mce: CPU supports 10 MCE banks\n[ 0.175395] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.176576] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.187506] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.194232] ftrace: allocating 31920 entries in 125 pages\n[ 0.220850] smpboot: Max logical packages: 1\n[ 0.221850] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.223421] x2apic enabled\n[ 0.224319] Switched APIC routing to physical x2apic.\n[ 0.226247] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.227573] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.229891] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.231984] KVM setup paravirtual spinlock\n[ 0.233464] x86: Booted up 1 node, 1 CPUs\n[ 0.234404] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.236019] devtmpfs: initialized\n[ 0.237849] evm: security.selinux\n[ 0.238671] evm: security.SMACK64\n[ 0.239469] evm: security.SMACK64EXEC\n[ 0.240339] evm: security.SMACK64TRANSMUTE\n[ 0.241285] evm: security.SMACK64MMAP\n[ 0.242149] evm: security.ima\n[ 0.242889] evm: security.capability\n[ 0.243818] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.246003] pinctrl core: initialized pinctrl subsystem\n[ 0.247279] RTC time: 12:33:45, date: 09/04/18\n[ 0.248392] NET: Registered protocol family 16\n[ 0.249514] cpuidle: using governor ladder\n[ 0.250485] cpuidle: using governor menu\n[ 0.251412] PCCT header not found.\n[ 0.252270] ACPI: bus type PCI registered\n[ 0.253204] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.254664] PCI: Using configuration type 1 for base access\n[ 0.256621] ACPI: Added _OSI(Module Device)\n[ 0.257605] ACPI: Added _OSI(Processor Device)\n[ 0.258619] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.259681] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.261990] ACPI: Interpreter enabled\n[ 0.262898] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.265050] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.267203] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.269363] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.271515] ACPI: (supports S0 S5)\n[ 0.272573] ACPI: Using IOAPIC for interrupt routing\n[ 0.273686] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.277096] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.278447] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.279912] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.281326] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.283945] acpiphp: Slot [3] registered\n[ 0.284885] acpiphp: Slot [4] registered\n[ 0.285818] acpiphp: Slot [5] registered\n[ 0.286751] acpiphp: Slot [6] registered\n[ 0.287682] acpiphp: Slot [7] registered\n[ 0.288700] acpiphp: Slot [8] registered\n[ 0.289645] acpiphp: Slot [9] registered\n[ 0.290573] acpiphp: Slot [10] registered\n[ 0.291543] acpiphp: Slot [11] registered\n[ 0.292496] acpiphp: Slot [12] registered\n[ 0.293450] acpiphp: Slot [13] registered\n[ 0.294397] acpiphp: Slot [14] registered\n[ 0.295342] acpiphp: Slot [15] registered\n[ 0.306385] acpiphp: Slot [16] registered\n[ 0.307332] acpiphp: Slot [17] registered\n[ 0.308278] acpiphp: Slot [18] registered\n[ 0.309227] acpiphp: Slot [19] registered\n[ 0.310175] acpiphp: Slot [20] registered\n[ 0.311128] acpiphp: Slot [21] registered\n[ 0.312080] acpiphp: Slot [22] registered\n[ 0.313056] acpiphp: Slot [23] registered\n[ 0.314008] acpiphp: Slot [24] registered\n[ 0.314959] acpiphp: Slot [25] registered\n[ 0.315914] acpiphp: Slot [26] registered\n[ 0.316867] acpiphp: Slot [27] registered\n[ 0.317820] acpiphp: Slot [28] registered\n[ 0.318772] acpiphp: Slot [29] registered\n[ 0.319721] acpiphp: Slot [30] registered\n[ 0.320677] acpiphp: Slot [31] registered\n[ 0.321623] PCI host bridge to bus 0000:00\n[ 0.322569] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.324009] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.325454] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.327153] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.328850] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.335340] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.336901] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.338319] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.339857] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.346998] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.348691] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.399695] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.401415] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.403057] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.404692] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.406291] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.407752] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.409094] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.410364] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.412198] vgaarb: loaded\n[ 0.412907] vgaarb: bridge control possible 0000:00:02.0\n[ 0.414238] SCSI subsystem initialized\n[ 0.415196] ACPI: bus type USB registered\n[ 0.416162] usbcore: registered new interface driver usbfs\n[ 0.417400] usbcore: registered new interface driver hub\n[ 0.418601] usbcore: registered new device driver usb\n[ 0.419848] PCI: Using ACPI for IRQ routing\n[ 0.421031] NetLabel: Initializing\n[ 0.421875] NetLabel: domain hash size = 128\n[ 0.422887] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.424017] NetLabel: unlabeled traffic allowed by default\n[ 0.425313] clocksource: Switched to clocksource kvm-clock\n[ 0.431095] AppArmor: AppArmor Filesystem Enabled\n[ 0.432234] pnp: PnP ACPI init\n[ 0.433267] pnp: PnP ACPI: found 5 devices\n[ 0.439798] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.441828] NET: Registered protocol family 2\n[ 0.442952] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.444479] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.445888] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.447272] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.448403] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.449578] NET: Registered protocol family 1\n[ 0.450441] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.451525] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.452677] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.466969] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.481428] Trying to unpack rootfs image as initramfs...\n[ 0.531703] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.545503] Scanning for low memory corruption every 60 seconds\n[ 0.546832] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.547973] audit: initializing netlink subsys (disabled)\n[ 0.548990] audit: type=2000 audit(1536064426.345:1): initialized\n[ 0.550305] Initialise system trusted keyring\n[ 0.551234] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.552392] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.554341] zbud: loaded\n[ 0.555042] VFS: Disk quotas dquot_6.6.0\n[ 0.555853] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.557375] fuse init (API version 7.23)\n[ 0.558335] Key type big_key registered\n[ 0.559144] Allocating IMA MOK and blacklist keyrings.\n[ 0.560625] Key type asymmetric registered\n[ 0.561456] Asymmetric key parser 'x509' registered\n[ 0.562404] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.563850] io scheduler noop registered\n[ 0.564645] io scheduler deadline registered (default)\n[ 0.565629] io scheduler cfq registered\n[ 0.566464] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.567499] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.568798] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.570256] ACPI: Power Button [PWRF]\n[ 0.571092] GHES: HEST is not enabled!\n[ 0.587480] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.617050] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.619568] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.643683] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.645872] Linux agpgart interface v0.103\n[ 0.647978] brd: module loaded\n[ 0.649236] loop: module loaded\n[ 0.653460] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.654905] GPT:90111 != 2097151\n[ 0.655578] GPT:Alternate GPT header not at the end of the disk.\n[ 0.656660] GPT:90111 != 2097151\n[ 0.657357] GPT: Use GNU Parted to correct GPT errors.\n[ 0.658325] vda: vda1 vda15\n[ 0.659823] scsi host0: ata_piix\n[ 0.660593] scsi host1: ata_piix\n[ 0.661347] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.662622] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.664126] libphy: Fixed MDIO Bus: probed\n[ 0.664984] tun: Universal TUN/TAP device driver, 1.6\n[ 0.665991] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.668217] PPP generic driver version 2.4.2\n[ 0.669177] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.670533] ehci-pci: EHCI PCI platform driver\n[ 0.671448] ehci-platform: EHCI generic platform driver\n[ 0.672485] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.673753] ohci-pci: OHCI PCI platform driver\n[ 0.674663] ohci-platform: OHCI generic platform driver\n[ 0.675689] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.690260] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.691318] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.692837] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.693917] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.695103] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.696351] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.697774] usb usb1: Product: UHCI Host Controller\n[ 0.698704] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.699836] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.700861] hub 1-0:1.0: USB hub found\n[ 0.701645] hub 1-0:1.0: 2 ports detected\n[ 0.702553] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.704746] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.705713] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.706737] mousedev: PS/2 mouse device common for all mice\n[ 0.707986] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.709839] rtc_cmos 00:00: RTC can wake from S4\n[ 0.710926] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.712119] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.713297] i2c /dev entries driver\n[ 0.714066] device-mapper: uevent: version 1.0.3\n[ 0.715017] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.716628] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.717965] NET: Registered protocol family 10\n[ 0.719075] NET: Registered protocol family 17\n[ 0.719960] Key type dns_resolver registered\n[ 0.720883] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.721979] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.723703] registered taskstats version 1\n[ 0.724531] Loading compiled-in X.509 certificates\n[ 0.725965] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.727805] zswap: loaded using pool lzo/zbud\n[ 0.729179] Key type trusted registered\n[ 0.730725] Key type encrypted registered\n[ 0.731546] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.732558] ima: No TPM chip found, activating TPM-bypass!\n[ 0.733592] evm: HMAC attrs: 0x1\n[ 0.734525] Magic number: 2:619:581\n[ 0.735364] rtc_cmos 00:00: setting system clock to 2018-09-04 12:33:46 UTC (1536064426)\n[ 0.736937] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.738050] EDD information not available.\n[ 0.822263] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.823776] Write protecting the kernel read-only data: 14336k\n[ 0.835470] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.837263] 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.99\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found 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.225221] 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.5...\nLease of 10.10.11.5 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.16. iid=i-000000ff\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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCsU4W+yO01crsAwctZWW7nN9O1uHXiAEuDVRQI5wo8e6TfYzluaD2RV6JDcy3XyScBfXwmbA1u52FA4/wV7OYiWVSkZKVMxTCZTC8Ag8nB88fr41soZcARPWtyd8m8fx2m8ztYFdikmMEkKfPPR3Q1i2Qy6nHqPJk9XnhdJpPHBEH+83aVcwYN8f3015+J3cpRLQ0PyN5SbHFjl9tek0jNdGMN6wf/AhnjgVIiBin/A3cLPfF/yfMP55mnaWKIU6SgrytRGit256bRW/yo3LzbnO1cWUyVQdCv1ML5wwGjxpRC2kJWqlE9j++oQfXq4qFtiFwYoGHexhQWO7fTqgbj root@sdnvpn-1-5\nssh-dss AAAAB3NzaC1kc3MAAACBANJifAdTkSOn1EuXbb7pBPPdsgYlEL+YxSs1I04ZnzaNSEs21kfNwkLz3EVfyLdZhnNNEsSgsjB1/b3aQdyQD9Bb44FQsFwp4i069Ha6bMMtn7ltB1XzjklBU2Gf2cSynPTEZhGM0DmLuCByRCfpMQ6gU9rG3icuZBmsAsmYSFClAAAAFQDnbS/VdZIjxcXP914CsyVZ6ZSp0wAAAIBHIt7ibID347Q/w09ld3MmVtZp4eCJqTHltSVUB9ENW+z+p3fHsWNWOVeSad0mB9EYZMrL4RWAiKmSWCx4KqJCG58q0CYyDfphbtxwSIszwPIEXW9YC5yW/YMW/IfJXPhXYgavkytOZGWFYC2bA1jw9ptE9QM1OhUhMXcWCcxp/gAAAIEAn+ol9V25MKNc3/XGEGIo2LXOZaNLguAP6dEAATztSedzCZhTfCHm66ps98jUml5zxUZtGg8KOEIG1A0yaIYwX1FbkWRaiq0RT7VhCzPAPyCmy0/4txY+ACr1vPn4tBmNYwCz17cKD68Bt+fNop2S1l0VU7Q/bUIVesn5fRXF6Hw= 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.5,24,fe80::f816:3eff:feb5:32cd/64,\nip-route:default via 10.10.11.1 dev eth0 \nip-route:10.10.11.0/24 dev eth0 src 10.10.11.5 \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-000000ff\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-1-5\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=63.84 ===\n/dev/root resized successfully [took 1.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:B5:32:CD \n inet addr:10.10.11.5 Bcast:10.10.11.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:feb5:32cd/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:125 errors:0 dropped:16 overruns:0 frame:0\n TX packets:110 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:11740 (11.4 KiB) TX bytes:10053 (9.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"} 2018-09-04 12:35:14,530 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/83441313-ea3e-4bd6-a075-bc27d227ec8e/action used request id req-736228ba-f78c-4fc4-a7e0-31be47dc3254 2018-09-04 12:35:16,550 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/servers/83441313-ea3e-4bd6-a075-bc27d227ec8e/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}32a324662b17be0cf5a2adb43cb045110725bd2c" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-04 12:35:17,619 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12:35: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-0cf0955d-7723-42b1-bd3e-e54a9a93bbe5 x-compute-request-id: req-0cf0955d-7723-42b1-bd3e-e54a9a93bbe5 Content-Encoding: gzip Content-Length: 10068 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 490870835 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 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.149783] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.151449] pid_max: default: 32768 minimum: 301\n[ 0.152325] ACPI: Core revision 20150930\n[ 0.153706] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.155000] Security Framework initialized\n[ 0.155802] Yama: becoming mindful.\n[ 0.156518] AppArmor: AppArmor initialized\n[ 0.157397] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.158980] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.160488] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.161915] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.163555] Initializing cgroup subsys io\n[ 0.164507] Initializing cgroup subsys memory\n[ 0.165525] Initializing cgroup subsys devices\n[ 0.166545] Initializing cgroup subsys freezer\n[ 0.167564] Initializing cgroup subsys net_cls\n[ 0.168576] Initializing cgroup subsys perf_event\n[ 0.169660] Initializing cgroup subsys net_prio\n[ 0.170703] Initializing cgroup subsys hugetlb\n[ 0.171735] Initializing cgroup subsys pids\n[ 0.172752] CPU: Physical Processor ID: 0\n[ 0.174410] mce: CPU supports 10 MCE banks\n[ 0.175395] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.176576] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.187506] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.194232] ftrace: allocating 31920 entries in 125 pages\n[ 0.220850] smpboot: Max logical packages: 1\n[ 0.221850] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.223421] x2apic enabled\n[ 0.224319] Switched APIC routing to physical x2apic.\n[ 0.226247] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.227573] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.229891] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.231984] KVM setup paravirtual spinlock\n[ 0.233464] x86: Booted up 1 node, 1 CPUs\n[ 0.234404] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.236019] devtmpfs: initialized\n[ 0.237849] evm: security.selinux\n[ 0.238671] evm: security.SMACK64\n[ 0.239469] evm: security.SMACK64EXEC\n[ 0.240339] evm: security.SMACK64TRANSMUTE\n[ 0.241285] evm: security.SMACK64MMAP\n[ 0.242149] evm: security.ima\n[ 0.242889] evm: security.capability\n[ 0.243818] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.246003] pinctrl core: initialized pinctrl subsystem\n[ 0.247279] RTC time: 12:33:45, date: 09/04/18\n[ 0.248392] NET: Registered protocol family 16\n[ 0.249514] cpuidle: using governor ladder\n[ 0.250485] cpuidle: using governor menu\n[ 0.251412] PCCT header not found.\n[ 0.252270] ACPI: bus type PCI registered\n[ 0.253204] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.254664] PCI: Using configuration type 1 for base access\n[ 0.256621] ACPI: Added _OSI(Module Device)\n[ 0.257605] ACPI: Added _OSI(Processor Device)\n[ 0.258619] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.259681] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.261990] ACPI: Interpreter enabled\n[ 0.262898] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.265050] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.267203] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.269363] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.271515] ACPI: (supports S0 S5)\n[ 0.272573] ACPI: Using IOAPIC for interrupt routing\n[ 0.273686] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.277096] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.278447] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.279912] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.281326] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.283945] acpiphp: Slot [3] registered\n[ 0.284885] acpiphp: Slot [4] registered\n[ 0.285818] acpiphp: Slot [5] registered\n[ 0.286751] acpiphp: Slot [6] registered\n[ 0.287682] acpiphp: Slot [7] registered\n[ 0.288700] acpiphp: Slot [8] registered\n[ 0.289645] acpiphp: Slot [9] registered\n[ 0.290573] acpiphp: Slot [10] registered\n[ 0.291543] acpiphp: Slot [11] registered\n[ 0.292496] acpiphp: Slot [12] registered\n[ 0.293450] acpiphp: Slot [13] registered\n[ 0.294397] acpiphp: Slot [14] registered\n[ 0.295342] acpiphp: Slot [15] registered\n[ 0.306385] acpiphp: Slot [16] registered\n[ 0.307332] acpiphp: Slot [17] registered\n[ 0.308278] acpiphp: Slot [18] registered\n[ 0.309227] acpiphp: Slot [19] registered\n[ 0.310175] acpiphp: Slot [20] registered\n[ 0.311128] acpiphp: Slot [21] registered\n[ 0.312080] acpiphp: Slot [22] registered\n[ 0.313056] acpiphp: Slot [23] registered\n[ 0.314008] acpiphp: Slot [24] registered\n[ 0.314959] acpiphp: Slot [25] registered\n[ 0.315914] acpiphp: Slot [26] registered\n[ 0.316867] acpiphp: Slot [27] registered\n[ 0.317820] acpiphp: Slot [28] registered\n[ 0.318772] acpiphp: Slot [29] registered\n[ 0.319721] acpiphp: Slot [30] registered\n[ 0.320677] acpiphp: Slot [31] registered\n[ 0.321623] PCI host bridge to bus 0000:00\n[ 0.322569] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.324009] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.325454] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.327153] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.328850] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.335340] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.336901] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.338319] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.339857] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.346998] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.348691] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.399695] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.401415] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.403057] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.404692] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.406291] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.407752] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.409094] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.410364] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.412198] vgaarb: loaded\n[ 0.412907] vgaarb: bridge control possible 0000:00:02.0\n[ 0.414238] SCSI subsystem initialized\n[ 0.415196] ACPI: bus type USB registered\n[ 0.416162] usbcore: registered new interface driver usbfs\n[ 0.417400] usbcore: registered new interface driver hub\n[ 0.418601] usbcore: registered new device driver usb\n[ 0.419848] PCI: Using ACPI for IRQ routing\n[ 0.421031] NetLabel: Initializing\n[ 0.421875] NetLabel: domain hash size = 128\n[ 0.422887] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.424017] NetLabel: unlabeled traffic allowed by default\n[ 0.425313] clocksource: Switched to clocksource kvm-clock\n[ 0.431095] AppArmor: AppArmor Filesystem Enabled\n[ 0.432234] pnp: PnP ACPI init\n[ 0.433267] pnp: PnP ACPI: found 5 devices\n[ 0.439798] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.441828] NET: Registered protocol family 2\n[ 0.442952] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.444479] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.445888] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.447272] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.448403] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.449578] NET: Registered protocol family 1\n[ 0.450441] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.451525] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.452677] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.466969] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.481428] Trying to unpack rootfs image as initramfs...\n[ 0.531703] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.545503] Scanning for low memory corruption every 60 seconds\n[ 0.546832] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.547973] audit: initializing netlink subsys (disabled)\n[ 0.548990] audit: type=2000 audit(1536064426.345:1): initialized\n[ 0.550305] Initialise system trusted keyring\n[ 0.551234] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.552392] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.554341] zbud: loaded\n[ 0.555042] VFS: Disk quotas dquot_6.6.0\n[ 0.555853] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.557375] fuse init (API version 7.23)\n[ 0.558335] Key type big_key registered\n[ 0.559144] Allocating IMA MOK and blacklist keyrings.\n[ 0.560625] Key type asymmetric registered\n[ 0.561456] Asymmetric key parser 'x509' registered\n[ 0.562404] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.563850] io scheduler noop registered\n[ 0.564645] io scheduler deadline registered (default)\n[ 0.565629] io scheduler cfq registered\n[ 0.566464] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.567499] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.568798] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.570256] ACPI: Power Button [PWRF]\n[ 0.571092] GHES: HEST is not enabled!\n[ 0.587480] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.617050] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.619568] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.643683] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.645872] Linux agpgart interface v0.103\n[ 0.647978] brd: module loaded\n[ 0.649236] loop: module loaded\n[ 0.653460] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.654905] GPT:90111 != 2097151\n[ 0.655578] GPT:Alternate GPT header not at the end of the disk.\n[ 0.656660] GPT:90111 != 2097151\n[ 0.657357] GPT: Use GNU Parted to correct GPT errors.\n[ 0.658325] vda: vda1 vda15\n[ 0.659823] scsi host0: ata_piix\n[ 0.660593] scsi host1: ata_piix\n[ 0.661347] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.662622] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.664126] libphy: Fixed MDIO Bus: probed\n[ 0.664984] tun: Universal TUN/TAP device driver, 1.6\n[ 0.665991] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.668217] PPP generic driver version 2.4.2\n[ 0.669177] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.670533] ehci-pci: EHCI PCI platform driver\n[ 0.671448] ehci-platform: EHCI generic platform driver\n[ 0.672485] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.673753] ohci-pci: OHCI PCI platform driver\n[ 0.674663] ohci-platform: OHCI generic platform driver\n[ 0.675689] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.690260] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.691318] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.692837] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.693917] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.695103] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.696351] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.697774] usb usb1: Product: UHCI Host Controller\n[ 0.698704] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.699836] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.700861] hub 1-0:1.0: USB hub found\n[ 0.701645] hub 1-0:1.0: 2 ports detected\n[ 0.702553] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.704746] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.705713] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.706737] mousedev: PS/2 mouse device common for all mice\n[ 0.707986] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.709839] rtc_cmos 00:00: RTC can wake from S4\n[ 0.710926] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.712119] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.713297] i2c /dev entries driver\n[ 0.714066] device-mapper: uevent: version 1.0.3\n[ 0.715017] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.716628] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.717965] NET: Registered protocol family 10\n[ 0.719075] NET: Registered protocol family 17\n[ 0.719960] Key type dns_resolver registered\n[ 0.720883] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.721979] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.723703] registered taskstats version 1\n[ 0.724531] Loading compiled-in X.509 certificates\n[ 0.725965] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.727805] zswap: loaded using pool lzo/zbud\n[ 0.729179] Key type trusted registered\n[ 0.730725] Key type encrypted registered\n[ 0.731546] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.732558] ima: No TPM chip found, activating TPM-bypass!\n[ 0.733592] evm: HMAC attrs: 0x1\n[ 0.734525] Magic number: 2:619:581\n[ 0.735364] rtc_cmos 00:00: setting system clock to 2018-09-04 12:33:46 UTC (1536064426)\n[ 0.736937] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.738050] EDD information not available.\n[ 0.822263] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.823776] Write protecting the kernel read-only data: 14336k\n[ 0.835470] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.837263] 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.99\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found 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.225221] 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.5...\nLease of 10.10.11.5 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.16. iid=i-000000ff\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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCsU4W+yO01crsAwctZWW7nN9O1uHXiAEuDVRQI5wo8e6TfYzluaD2RV6JDcy3XyScBfXwmbA1u52FA4/wV7OYiWVSkZKVMxTCZTC8Ag8nB88fr41soZcARPWtyd8m8fx2m8ztYFdikmMEkKfPPR3Q1i2Qy6nHqPJk9XnhdJpPHBEH+83aVcwYN8f3015+J3cpRLQ0PyN5SbHFjl9tek0jNdGMN6wf/AhnjgVIiBin/A3cLPfF/yfMP55mnaWKIU6SgrytRGit256bRW/yo3LzbnO1cWUyVQdCv1ML5wwGjxpRC2kJWqlE9j++oQfXq4qFtiFwYoGHexhQWO7fTqgbj root@sdnvpn-1-5\nssh-dss AAAAB3NzaC1kc3MAAACBANJifAdTkSOn1EuXbb7pBPPdsgYlEL+YxSs1I04ZnzaNSEs21kfNwkLz3EVfyLdZhnNNEsSgsjB1/b3aQdyQD9Bb44FQsFwp4i069Ha6bMMtn7ltB1XzjklBU2Gf2cSynPTEZhGM0DmLuCByRCfpMQ6gU9rG3icuZBmsAsmYSFClAAAAFQDnbS/VdZIjxcXP914CsyVZ6ZSp0wAAAIBHIt7ibID347Q/w09ld3MmVtZp4eCJqTHltSVUB9ENW+z+p3fHsWNWOVeSad0mB9EYZMrL4RWAiKmSWCx4KqJCG58q0CYyDfphbtxwSIszwPIEXW9YC5yW/YMW/IfJXPhXYgavkytOZGWFYC2bA1jw9ptE9QM1OhUhMXcWCcxp/gAAAIEAn+ol9V25MKNc3/XGEGIo2LXOZaNLguAP6dEAATztSedzCZhTfCHm66ps98jUml5zxUZtGg8KOEIG1A0yaIYwX1FbkWRaiq0RT7VhCzPAPyCmy0/4txY+ACr1vPn4tBmNYwCz17cKD68Bt+fNop2S1l0VU7Q/bUIVesn5fRXF6Hw= 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.5,24,fe80::f816:3eff:feb5:32cd/64,\nip-route:default via 10.10.11.1 dev eth0 \nip-route:10.10.11.0/24 dev eth0 src 10.10.11.5 \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-000000ff\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-1-5\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=63.84 ===\n/dev/root resized successfully [took 1.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:B5:32:CD \n inet addr:10.10.11.5 Bcast:10.10.11.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:feb5:32cd/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:125 errors:0 dropped:16 overruns:0 frame:0\n TX packets:110 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:11740 (11.4 KiB) TX bytes:10053 (9.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"} 2018-09-04 12:35:17,620 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/83441313-ea3e-4bd6-a075-bc27d227ec8e/action used request id req-0cf0955d-7723-42b1-bd3e-e54a9a93bbe5 2018-09-04 12:35:19,639 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/servers/83441313-ea3e-4bd6-a075-bc27d227ec8e/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}32a324662b17be0cf5a2adb43cb045110725bd2c" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-04 12:35:20,711 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12:35: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-283a9b0d-0fb5-4a76-b97d-78e9382c167c x-compute-request-id: req-283a9b0d-0fb5-4a76-b97d-78e9382c167c Content-Encoding: gzip Content-Length: 10068 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 490870835 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 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.149783] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.151449] pid_max: default: 32768 minimum: 301\n[ 0.152325] ACPI: Core revision 20150930\n[ 0.153706] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.155000] Security Framework initialized\n[ 0.155802] Yama: becoming mindful.\n[ 0.156518] AppArmor: AppArmor initialized\n[ 0.157397] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.158980] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.160488] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.161915] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.163555] Initializing cgroup subsys io\n[ 0.164507] Initializing cgroup subsys memory\n[ 0.165525] Initializing cgroup subsys devices\n[ 0.166545] Initializing cgroup subsys freezer\n[ 0.167564] Initializing cgroup subsys net_cls\n[ 0.168576] Initializing cgroup subsys perf_event\n[ 0.169660] Initializing cgroup subsys net_prio\n[ 0.170703] Initializing cgroup subsys hugetlb\n[ 0.171735] Initializing cgroup subsys pids\n[ 0.172752] CPU: Physical Processor ID: 0\n[ 0.174410] mce: CPU supports 10 MCE banks\n[ 0.175395] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.176576] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.187506] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.194232] ftrace: allocating 31920 entries in 125 pages\n[ 0.220850] smpboot: Max logical packages: 1\n[ 0.221850] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.223421] x2apic enabled\n[ 0.224319] Switched APIC routing to physical x2apic.\n[ 0.226247] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.227573] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.229891] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.231984] KVM setup paravirtual spinlock\n[ 0.233464] x86: Booted up 1 node, 1 CPUs\n[ 0.234404] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.236019] devtmpfs: initialized\n[ 0.237849] evm: security.selinux\n[ 0.238671] evm: security.SMACK64\n[ 0.239469] evm: security.SMACK64EXEC\n[ 0.240339] evm: security.SMACK64TRANSMUTE\n[ 0.241285] evm: security.SMACK64MMAP\n[ 0.242149] evm: security.ima\n[ 0.242889] evm: security.capability\n[ 0.243818] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.246003] pinctrl core: initialized pinctrl subsystem\n[ 0.247279] RTC time: 12:33:45, date: 09/04/18\n[ 0.248392] NET: Registered protocol family 16\n[ 0.249514] cpuidle: using governor ladder\n[ 0.250485] cpuidle: using governor menu\n[ 0.251412] PCCT header not found.\n[ 0.252270] ACPI: bus type PCI registered\n[ 0.253204] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.254664] PCI: Using configuration type 1 for base access\n[ 0.256621] ACPI: Added _OSI(Module Device)\n[ 0.257605] ACPI: Added _OSI(Processor Device)\n[ 0.258619] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.259681] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.261990] ACPI: Interpreter enabled\n[ 0.262898] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.265050] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.267203] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.269363] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.271515] ACPI: (supports S0 S5)\n[ 0.272573] ACPI: Using IOAPIC for interrupt routing\n[ 0.273686] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.277096] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.278447] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.279912] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.281326] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.283945] acpiphp: Slot [3] registered\n[ 0.284885] acpiphp: Slot [4] registered\n[ 0.285818] acpiphp: Slot [5] registered\n[ 0.286751] acpiphp: Slot [6] registered\n[ 0.287682] acpiphp: Slot [7] registered\n[ 0.288700] acpiphp: Slot [8] registered\n[ 0.289645] acpiphp: Slot [9] registered\n[ 0.290573] acpiphp: Slot [10] registered\n[ 0.291543] acpiphp: Slot [11] registered\n[ 0.292496] acpiphp: Slot [12] registered\n[ 0.293450] acpiphp: Slot [13] registered\n[ 0.294397] acpiphp: Slot [14] registered\n[ 0.295342] acpiphp: Slot [15] registered\n[ 0.306385] acpiphp: Slot [16] registered\n[ 0.307332] acpiphp: Slot [17] registered\n[ 0.308278] acpiphp: Slot [18] registered\n[ 0.309227] acpiphp: Slot [19] registered\n[ 0.310175] acpiphp: Slot [20] registered\n[ 0.311128] acpiphp: Slot [21] registered\n[ 0.312080] acpiphp: Slot [22] registered\n[ 0.313056] acpiphp: Slot [23] registered\n[ 0.314008] acpiphp: Slot [24] registered\n[ 0.314959] acpiphp: Slot [25] registered\n[ 0.315914] acpiphp: Slot [26] registered\n[ 0.316867] acpiphp: Slot [27] registered\n[ 0.317820] acpiphp: Slot [28] registered\n[ 0.318772] acpiphp: Slot [29] registered\n[ 0.319721] acpiphp: Slot [30] registered\n[ 0.320677] acpiphp: Slot [31] registered\n[ 0.321623] PCI host bridge to bus 0000:00\n[ 0.322569] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.324009] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.325454] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.327153] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.328850] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.335340] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.336901] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.338319] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.339857] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.346998] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.348691] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.399695] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.401415] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.403057] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.404692] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.406291] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.407752] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.409094] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.410364] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.412198] vgaarb: loaded\n[ 0.412907] vgaarb: bridge control possible 0000:00:02.0\n[ 0.414238] SCSI subsystem initialized\n[ 0.415196] ACPI: bus type USB registered\n[ 0.416162] usbcore: registered new interface driver usbfs\n[ 0.417400] usbcore: registered new interface driver hub\n[ 0.418601] usbcore: registered new device driver usb\n[ 0.419848] PCI: Using ACPI for IRQ routing\n[ 0.421031] NetLabel: Initializing\n[ 0.421875] NetLabel: domain hash size = 128\n[ 0.422887] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.424017] NetLabel: unlabeled traffic allowed by default\n[ 0.425313] clocksource: Switched to clocksource kvm-clock\n[ 0.431095] AppArmor: AppArmor Filesystem Enabled\n[ 0.432234] pnp: PnP ACPI init\n[ 0.433267] pnp: PnP ACPI: found 5 devices\n[ 0.439798] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.441828] NET: Registered protocol family 2\n[ 0.442952] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.444479] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.445888] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.447272] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.448403] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.449578] NET: Registered protocol family 1\n[ 0.450441] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.451525] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.452677] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.466969] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.481428] Trying to unpack rootfs image as initramfs...\n[ 0.531703] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.545503] Scanning for low memory corruption every 60 seconds\n[ 0.546832] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.547973] audit: initializing netlink subsys (disabled)\n[ 0.548990] audit: type=2000 audit(1536064426.345:1): initialized\n[ 0.550305] Initialise system trusted keyring\n[ 0.551234] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.552392] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.554341] zbud: loaded\n[ 0.555042] VFS: Disk quotas dquot_6.6.0\n[ 0.555853] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.557375] fuse init (API version 7.23)\n[ 0.558335] Key type big_key registered\n[ 0.559144] Allocating IMA MOK and blacklist keyrings.\n[ 0.560625] Key type asymmetric registered\n[ 0.561456] Asymmetric key parser 'x509' registered\n[ 0.562404] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.563850] io scheduler noop registered\n[ 0.564645] io scheduler deadline registered (default)\n[ 0.565629] io scheduler cfq registered\n[ 0.566464] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.567499] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.568798] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.570256] ACPI: Power Button [PWRF]\n[ 0.571092] GHES: HEST is not enabled!\n[ 0.587480] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.617050] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.619568] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.643683] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.645872] Linux agpgart interface v0.103\n[ 0.647978] brd: module loaded\n[ 0.649236] loop: module loaded\n[ 0.653460] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.654905] GPT:90111 != 2097151\n[ 0.655578] GPT:Alternate GPT header not at the end of the disk.\n[ 0.656660] GPT:90111 != 2097151\n[ 0.657357] GPT: Use GNU Parted to correct GPT errors.\n[ 0.658325] vda: vda1 vda15\n[ 0.659823] scsi host0: ata_piix\n[ 0.660593] scsi host1: ata_piix\n[ 0.661347] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.662622] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.664126] libphy: Fixed MDIO Bus: probed\n[ 0.664984] tun: Universal TUN/TAP device driver, 1.6\n[ 0.665991] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.668217] PPP generic driver version 2.4.2\n[ 0.669177] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.670533] ehci-pci: EHCI PCI platform driver\n[ 0.671448] ehci-platform: EHCI generic platform driver\n[ 0.672485] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.673753] ohci-pci: OHCI PCI platform driver\n[ 0.674663] ohci-platform: OHCI generic platform driver\n[ 0.675689] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.690260] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.691318] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.692837] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.693917] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.695103] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.696351] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.697774] usb usb1: Product: UHCI Host Controller\n[ 0.698704] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.699836] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.700861] hub 1-0:1.0: USB hub found\n[ 0.701645] hub 1-0:1.0: 2 ports detected\n[ 0.702553] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.704746] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.705713] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.706737] mousedev: PS/2 mouse device common for all mice\n[ 0.707986] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.709839] rtc_cmos 00:00: RTC can wake from S4\n[ 0.710926] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.712119] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.713297] i2c /dev entries driver\n[ 0.714066] device-mapper: uevent: version 1.0.3\n[ 0.715017] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.716628] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.717965] NET: Registered protocol family 10\n[ 0.719075] NET: Registered protocol family 17\n[ 0.719960] Key type dns_resolver registered\n[ 0.720883] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.721979] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.723703] registered taskstats version 1\n[ 0.724531] Loading compiled-in X.509 certificates\n[ 0.725965] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.727805] zswap: loaded using pool lzo/zbud\n[ 0.729179] Key type trusted registered\n[ 0.730725] Key type encrypted registered\n[ 0.731546] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.732558] ima: No TPM chip found, activating TPM-bypass!\n[ 0.733592] evm: HMAC attrs: 0x1\n[ 0.734525] Magic number: 2:619:581\n[ 0.735364] rtc_cmos 00:00: setting system clock to 2018-09-04 12:33:46 UTC (1536064426)\n[ 0.736937] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.738050] EDD information not available.\n[ 0.822263] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.823776] Write protecting the kernel read-only data: 14336k\n[ 0.835470] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.837263] 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.99\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found 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.225221] 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.5...\nLease of 10.10.11.5 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.16. iid=i-000000ff\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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCsU4W+yO01crsAwctZWW7nN9O1uHXiAEuDVRQI5wo8e6TfYzluaD2RV6JDcy3XyScBfXwmbA1u52FA4/wV7OYiWVSkZKVMxTCZTC8Ag8nB88fr41soZcARPWtyd8m8fx2m8ztYFdikmMEkKfPPR3Q1i2Qy6nHqPJk9XnhdJpPHBEH+83aVcwYN8f3015+J3cpRLQ0PyN5SbHFjl9tek0jNdGMN6wf/AhnjgVIiBin/A3cLPfF/yfMP55mnaWKIU6SgrytRGit256bRW/yo3LzbnO1cWUyVQdCv1ML5wwGjxpRC2kJWqlE9j++oQfXq4qFtiFwYoGHexhQWO7fTqgbj root@sdnvpn-1-5\nssh-dss AAAAB3NzaC1kc3MAAACBANJifAdTkSOn1EuXbb7pBPPdsgYlEL+YxSs1I04ZnzaNSEs21kfNwkLz3EVfyLdZhnNNEsSgsjB1/b3aQdyQD9Bb44FQsFwp4i069Ha6bMMtn7ltB1XzjklBU2Gf2cSynPTEZhGM0DmLuCByRCfpMQ6gU9rG3icuZBmsAsmYSFClAAAAFQDnbS/VdZIjxcXP914CsyVZ6ZSp0wAAAIBHIt7ibID347Q/w09ld3MmVtZp4eCJqTHltSVUB9ENW+z+p3fHsWNWOVeSad0mB9EYZMrL4RWAiKmSWCx4KqJCG58q0CYyDfphbtxwSIszwPIEXW9YC5yW/YMW/IfJXPhXYgavkytOZGWFYC2bA1jw9ptE9QM1OhUhMXcWCcxp/gAAAIEAn+ol9V25MKNc3/XGEGIo2LXOZaNLguAP6dEAATztSedzCZhTfCHm66ps98jUml5zxUZtGg8KOEIG1A0yaIYwX1FbkWRaiq0RT7VhCzPAPyCmy0/4txY+ACr1vPn4tBmNYwCz17cKD68Bt+fNop2S1l0VU7Q/bUIVesn5fRXF6Hw= 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.5,24,fe80::f816:3eff:feb5:32cd/64,\nip-route:default via 10.10.11.1 dev eth0 \nip-route:10.10.11.0/24 dev eth0 src 10.10.11.5 \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-000000ff\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-1-5\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=63.84 ===\n/dev/root resized successfully [took 1.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:B5:32:CD \n inet addr:10.10.11.5 Bcast:10.10.11.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:feb5:32cd/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:125 errors:0 dropped:16 overruns:0 frame:0\n TX packets:110 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:11740 (11.4 KiB) TX bytes:10053 (9.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"} 2018-09-04 12:35:20,711 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/83441313-ea3e-4bd6-a075-bc27d227ec8e/action used request id req-283a9b0d-0fb5-4a76-b97d-78e9382c167c 2018-09-04 12:35:22,732 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/servers/83441313-ea3e-4bd6-a075-bc27d227ec8e/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}32a324662b17be0cf5a2adb43cb045110725bd2c" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-04 12:35:23,805 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12:35: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-b4dc68ff-fe0c-4420-9f03-b9766e204d93 x-compute-request-id: req-b4dc68ff-fe0c-4420-9f03-b9766e204d93 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 490870835 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 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.149783] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.151449] pid_max: default: 32768 minimum: 301\n[ 0.152325] ACPI: Core revision 20150930\n[ 0.153706] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.155000] Security Framework initialized\n[ 0.155802] Yama: becoming mindful.\n[ 0.156518] AppArmor: AppArmor initialized\n[ 0.157397] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.158980] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.160488] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.161915] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.163555] Initializing cgroup subsys io\n[ 0.164507] Initializing cgroup subsys memory\n[ 0.165525] Initializing cgroup subsys devices\n[ 0.166545] Initializing cgroup subsys freezer\n[ 0.167564] Initializing cgroup subsys net_cls\n[ 0.168576] Initializing cgroup subsys perf_event\n[ 0.169660] Initializing cgroup subsys net_prio\n[ 0.170703] Initializing cgroup subsys hugetlb\n[ 0.171735] Initializing cgroup subsys pids\n[ 0.172752] CPU: Physical Processor ID: 0\n[ 0.174410] mce: CPU supports 10 MCE banks\n[ 0.175395] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.176576] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.187506] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.194232] ftrace: allocating 31920 entries in 125 pages\n[ 0.220850] smpboot: Max logical packages: 1\n[ 0.221850] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.223421] x2apic enabled\n[ 0.224319] Switched APIC routing to physical x2apic.\n[ 0.226247] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.227573] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.229891] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.231984] KVM setup paravirtual spinlock\n[ 0.233464] x86: Booted up 1 node, 1 CPUs\n[ 0.234404] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.236019] devtmpfs: initialized\n[ 0.237849] evm: security.selinux\n[ 0.238671] evm: security.SMACK64\n[ 0.239469] evm: security.SMACK64EXEC\n[ 0.240339] evm: security.SMACK64TRANSMUTE\n[ 0.241285] evm: security.SMACK64MMAP\n[ 0.242149] evm: security.ima\n[ 0.242889] evm: security.capability\n[ 0.243818] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.246003] pinctrl core: initialized pinctrl subsystem\n[ 0.247279] RTC time: 12:33:45, date: 09/04/18\n[ 0.248392] NET: Registered protocol family 16\n[ 0.249514] cpuidle: using governor ladder\n[ 0.250485] cpuidle: using governor menu\n[ 0.251412] PCCT header not found.\n[ 0.252270] ACPI: bus type PCI registered\n[ 0.253204] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.254664] PCI: Using configuration type 1 for base access\n[ 0.256621] ACPI: Added _OSI(Module Device)\n[ 0.257605] ACPI: Added _OSI(Processor Device)\n[ 0.258619] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.259681] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.261990] ACPI: Interpreter enabled\n[ 0.262898] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.265050] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.267203] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.269363] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.271515] ACPI: (supports S0 S5)\n[ 0.272573] ACPI: Using IOAPIC for interrupt routing\n[ 0.273686] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.277096] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.278447] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.279912] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.281326] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.283945] acpiphp: Slot [3] registered\n[ 0.284885] acpiphp: Slot [4] registered\n[ 0.285818] acpiphp: Slot [5] registered\n[ 0.286751] acpiphp: Slot [6] registered\n[ 0.287682] acpiphp: Slot [7] registered\n[ 0.288700] acpiphp: Slot [8] registered\n[ 0.289645] acpiphp: Slot [9] registered\n[ 0.290573] acpiphp: Slot [10] registered\n[ 0.291543] acpiphp: Slot [11] registered\n[ 0.292496] acpiphp: Slot [12] registered\n[ 0.293450] acpiphp: Slot [13] registered\n[ 0.294397] acpiphp: Slot [14] registered\n[ 0.295342] acpiphp: Slot [15] registered\n[ 0.306385] acpiphp: Slot [16] registered\n[ 0.307332] acpiphp: Slot [17] registered\n[ 0.308278] acpiphp: Slot [18] registered\n[ 0.309227] acpiphp: Slot [19] registered\n[ 0.310175] acpiphp: Slot [20] registered\n[ 0.311128] acpiphp: Slot [21] registered\n[ 0.312080] acpiphp: Slot [22] registered\n[ 0.313056] acpiphp: Slot [23] registered\n[ 0.314008] acpiphp: Slot [24] registered\n[ 0.314959] acpiphp: Slot [25] registered\n[ 0.315914] acpiphp: Slot [26] registered\n[ 0.316867] acpiphp: Slot [27] registered\n[ 0.317820] acpiphp: Slot [28] registered\n[ 0.318772] acpiphp: Slot [29] registered\n[ 0.319721] acpiphp: Slot [30] registered\n[ 0.320677] acpiphp: Slot [31] registered\n[ 0.321623] PCI host bridge to bus 0000:00\n[ 0.322569] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.324009] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.325454] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.327153] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.328850] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.335340] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.336901] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.338319] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.339857] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.346998] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.348691] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.399695] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.401415] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.403057] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.404692] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.406291] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.407752] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.409094] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.410364] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.412198] vgaarb: loaded\n[ 0.412907] vgaarb: bridge control possible 0000:00:02.0\n[ 0.414238] SCSI subsystem initialized\n[ 0.415196] ACPI: bus type USB registered\n[ 0.416162] usbcore: registered new interface driver usbfs\n[ 0.417400] usbcore: registered new interface driver hub\n[ 0.418601] usbcore: registered new device driver usb\n[ 0.419848] PCI: Using ACPI for IRQ routing\n[ 0.421031] NetLabel: Initializing\n[ 0.421875] NetLabel: domain hash size = 128\n[ 0.422887] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.424017] NetLabel: unlabeled traffic allowed by default\n[ 0.425313] clocksource: Switched to clocksource kvm-clock\n[ 0.431095] AppArmor: AppArmor Filesystem Enabled\n[ 0.432234] pnp: PnP ACPI init\n[ 0.433267] pnp: PnP ACPI: found 5 devices\n[ 0.439798] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.441828] NET: Registered protocol family 2\n[ 0.442952] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.444479] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.445888] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.447272] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.448403] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.449578] NET: Registered protocol family 1\n[ 0.450441] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.451525] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.452677] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.466969] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.481428] Trying to unpack rootfs image as initramfs...\n[ 0.531703] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.545503] Scanning for low memory corruption every 60 seconds\n[ 0.546832] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.547973] audit: initializing netlink subsys (disabled)\n[ 0.548990] audit: type=2000 audit(1536064426.345:1): initialized\n[ 0.550305] Initialise system trusted keyring\n[ 0.551234] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.552392] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.554341] zbud: loaded\n[ 0.555042] VFS: Disk quotas dquot_6.6.0\n[ 0.555853] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.557375] fuse init (API version 7.23)\n[ 0.558335] Key type big_key registered\n[ 0.559144] Allocating IMA MOK and blacklist keyrings.\n[ 0.560625] Key type asymmetric registered\n[ 0.561456] Asymmetric key parser 'x509' registered\n[ 0.562404] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.563850] io scheduler noop registered\n[ 0.564645] io scheduler deadline registered (default)\n[ 0.565629] io scheduler cfq registered\n[ 0.566464] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.567499] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.568798] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.570256] ACPI: Power Button [PWRF]\n[ 0.571092] GHES: HEST is not enabled!\n[ 0.587480] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.617050] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.619568] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.643683] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.645872] Linux agpgart interface v0.103\n[ 0.647978] brd: module loaded\n[ 0.649236] loop: module loaded\n[ 0.653460] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.654905] GPT:90111 != 2097151\n[ 0.655578] GPT:Alternate GPT header not at the end of the disk.\n[ 0.656660] GPT:90111 != 2097151\n[ 0.657357] GPT: Use GNU Parted to correct GPT errors.\n[ 0.658325] vda: vda1 vda15\n[ 0.659823] scsi host0: ata_piix\n[ 0.660593] scsi host1: ata_piix\n[ 0.661347] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.662622] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.664126] libphy: Fixed MDIO Bus: probed\n[ 0.664984] tun: Universal TUN/TAP device driver, 1.6\n[ 0.665991] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.668217] PPP generic driver version 2.4.2\n[ 0.669177] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.670533] ehci-pci: EHCI PCI platform driver\n[ 0.671448] ehci-platform: EHCI generic platform driver\n[ 0.672485] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.673753] ohci-pci: OHCI PCI platform driver\n[ 0.674663] ohci-platform: OHCI generic platform driver\n[ 0.675689] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.690260] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.691318] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.692837] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.693917] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.695103] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.696351] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.697774] usb usb1: Product: UHCI Host Controller\n[ 0.698704] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.699836] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.700861] hub 1-0:1.0: USB hub found\n[ 0.701645] hub 1-0:1.0: 2 ports detected\n[ 0.702553] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.704746] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.705713] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.706737] mousedev: PS/2 mouse device common for all mice\n[ 0.707986] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.709839] rtc_cmos 00:00: RTC can wake from S4\n[ 0.710926] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.712119] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.713297] i2c /dev entries driver\n[ 0.714066] device-mapper: uevent: version 1.0.3\n[ 0.715017] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.716628] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.717965] NET: Registered protocol family 10\n[ 0.719075] NET: Registered protocol family 17\n[ 0.719960] Key type dns_resolver registered\n[ 0.720883] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.721979] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.723703] registered taskstats version 1\n[ 0.724531] Loading compiled-in X.509 certificates\n[ 0.725965] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.727805] zswap: loaded using pool lzo/zbud\n[ 0.729179] Key type trusted registered\n[ 0.730725] Key type encrypted registered\n[ 0.731546] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.732558] ima: No TPM chip found, activating TPM-bypass!\n[ 0.733592] evm: HMAC attrs: 0x1\n[ 0.734525] Magic number: 2:619:581\n[ 0.735364] rtc_cmos 00:00: setting system clock to 2018-09-04 12:33:46 UTC (1536064426)\n[ 0.736937] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.738050] EDD information not available.\n[ 0.822263] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.823776] Write protecting the kernel read-only data: 14336k\n[ 0.835470] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.837263] 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.99\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found 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.225221] 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.5...\nLease of 10.10.11.5 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.16. iid=i-000000ff\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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCsU4W+yO01crsAwctZWW7nN9O1uHXiAEuDVRQI5wo8e6TfYzluaD2RV6JDcy3XyScBfXwmbA1u52FA4/wV7OYiWVSkZKVMxTCZTC8Ag8nB88fr41soZcARPWtyd8m8fx2m8ztYFdikmMEkKfPPR3Q1i2Qy6nHqPJk9XnhdJpPHBEH+83aVcwYN8f3015+J3cpRLQ0PyN5SbHFjl9tek0jNdGMN6wf/AhnjgVIiBin/A3cLPfF/yfMP55mnaWKIU6SgrytRGit256bRW/yo3LzbnO1cWUyVQdCv1ML5wwGjxpRC2kJWqlE9j++oQfXq4qFtiFwYoGHexhQWO7fTqgbj root@sdnvpn-1-5\nssh-dss AAAAB3NzaC1kc3MAAACBANJifAdTkSOn1EuXbb7pBPPdsgYlEL+YxSs1I04ZnzaNSEs21kfNwkLz3EVfyLdZhnNNEsSgsjB1/b3aQdyQD9Bb44FQsFwp4i069Ha6bMMtn7ltB1XzjklBU2Gf2cSynPTEZhGM0DmLuCByRCfpMQ6gU9rG3icuZBmsAsmYSFClAAAAFQDnbS/VdZIjxcXP914CsyVZ6ZSp0wAAAIBHIt7ibID347Q/w09ld3MmVtZp4eCJqTHltSVUB9ENW+z+p3fHsWNWOVeSad0mB9EYZMrL4RWAiKmSWCx4KqJCG58q0CYyDfphbtxwSIszwPIEXW9YC5yW/YMW/IfJXPhXYgavkytOZGWFYC2bA1jw9ptE9QM1OhUhMXcWCcxp/gAAAIEAn+ol9V25MKNc3/XGEGIo2LXOZaNLguAP6dEAATztSedzCZhTfCHm66ps98jUml5zxUZtGg8KOEIG1A0yaIYwX1FbkWRaiq0RT7VhCzPAPyCmy0/4txY+ACr1vPn4tBmNYwCz17cKD68Bt+fNop2S1l0VU7Q/bUIVesn5fRXF6Hw= 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.5,24,fe80::f816:3eff:feb5:32cd/64,\nip-route:default via 10.10.11.1 dev eth0 \nip-route:10.10.11.0/24 dev eth0 src 10.10.11.5 \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-000000ff\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-1-5\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=63.84 ===\n/dev/root resized successfully [took 1.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:B5:32:CD \n inet addr:10.10.11.5 Bcast:10.10.11.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:feb5:32cd/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:125 errors:0 dropped:16 overruns:0 frame:0\n TX packets:110 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:11740 (11.4 KiB) TX bytes:10053 (9.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-09-04 12:35:23,806 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/83441313-ea3e-4bd6-a075-bc27d227ec8e/action used request id req-b4dc68ff-fe0c-4420-9f03-b9766e204d93 2018-09-04 12:35:25,828 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/servers/83441313-ea3e-4bd6-a075-bc27d227ec8e/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}32a324662b17be0cf5a2adb43cb045110725bd2c" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-04 12:35:26,908 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12: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-df194067-38e1-4c70-9a4d-98cc256bcbd4 x-compute-request-id: req-df194067-38e1-4c70-9a4d-98cc256bcbd4 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 490870835 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 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.149783] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.151449] pid_max: default: 32768 minimum: 301\n[ 0.152325] ACPI: Core revision 20150930\n[ 0.153706] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.155000] Security Framework initialized\n[ 0.155802] Yama: becoming mindful.\n[ 0.156518] AppArmor: AppArmor initialized\n[ 0.157397] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.158980] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.160488] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.161915] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.163555] Initializing cgroup subsys io\n[ 0.164507] Initializing cgroup subsys memory\n[ 0.165525] Initializing cgroup subsys devices\n[ 0.166545] Initializing cgroup subsys freezer\n[ 0.167564] Initializing cgroup subsys net_cls\n[ 0.168576] Initializing cgroup subsys perf_event\n[ 0.169660] Initializing cgroup subsys net_prio\n[ 0.170703] Initializing cgroup subsys hugetlb\n[ 0.171735] Initializing cgroup subsys pids\n[ 0.172752] CPU: Physical Processor ID: 0\n[ 0.174410] mce: CPU supports 10 MCE banks\n[ 0.175395] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.176576] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.187506] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.194232] ftrace: allocating 31920 entries in 125 pages\n[ 0.220850] smpboot: Max logical packages: 1\n[ 0.221850] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.223421] x2apic enabled\n[ 0.224319] Switched APIC routing to physical x2apic.\n[ 0.226247] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.227573] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.229891] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.231984] KVM setup paravirtual spinlock\n[ 0.233464] x86: Booted up 1 node, 1 CPUs\n[ 0.234404] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.236019] devtmpfs: initialized\n[ 0.237849] evm: security.selinux\n[ 0.238671] evm: security.SMACK64\n[ 0.239469] evm: security.SMACK64EXEC\n[ 0.240339] evm: security.SMACK64TRANSMUTE\n[ 0.241285] evm: security.SMACK64MMAP\n[ 0.242149] evm: security.ima\n[ 0.242889] evm: security.capability\n[ 0.243818] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.246003] pinctrl core: initialized pinctrl subsystem\n[ 0.247279] RTC time: 12:33:45, date: 09/04/18\n[ 0.248392] NET: Registered protocol family 16\n[ 0.249514] cpuidle: using governor ladder\n[ 0.250485] cpuidle: using governor menu\n[ 0.251412] PCCT header not found.\n[ 0.252270] ACPI: bus type PCI registered\n[ 0.253204] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.254664] PCI: Using configuration type 1 for base access\n[ 0.256621] ACPI: Added _OSI(Module Device)\n[ 0.257605] ACPI: Added _OSI(Processor Device)\n[ 0.258619] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.259681] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.261990] ACPI: Interpreter enabled\n[ 0.262898] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.265050] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.267203] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.269363] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.271515] ACPI: (supports S0 S5)\n[ 0.272573] ACPI: Using IOAPIC for interrupt routing\n[ 0.273686] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.277096] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.278447] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.279912] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.281326] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.283945] acpiphp: Slot [3] registered\n[ 0.284885] acpiphp: Slot [4] registered\n[ 0.285818] acpiphp: Slot [5] registered\n[ 0.286751] acpiphp: Slot [6] registered\n[ 0.287682] acpiphp: Slot [7] registered\n[ 0.288700] acpiphp: Slot [8] registered\n[ 0.289645] acpiphp: Slot [9] registered\n[ 0.290573] acpiphp: Slot [10] registered\n[ 0.291543] acpiphp: Slot [11] registered\n[ 0.292496] acpiphp: Slot [12] registered\n[ 0.293450] acpiphp: Slot [13] registered\n[ 0.294397] acpiphp: Slot [14] registered\n[ 0.295342] acpiphp: Slot [15] registered\n[ 0.306385] acpiphp: Slot [16] registered\n[ 0.307332] acpiphp: Slot [17] registered\n[ 0.308278] acpiphp: Slot [18] registered\n[ 0.309227] acpiphp: Slot [19] registered\n[ 0.310175] acpiphp: Slot [20] registered\n[ 0.311128] acpiphp: Slot [21] registered\n[ 0.312080] acpiphp: Slot [22] registered\n[ 0.313056] acpiphp: Slot [23] registered\n[ 0.314008] acpiphp: Slot [24] registered\n[ 0.314959] acpiphp: Slot [25] registered\n[ 0.315914] acpiphp: Slot [26] registered\n[ 0.316867] acpiphp: Slot [27] registered\n[ 0.317820] acpiphp: Slot [28] registered\n[ 0.318772] acpiphp: Slot [29] registered\n[ 0.319721] acpiphp: Slot [30] registered\n[ 0.320677] acpiphp: Slot [31] registered\n[ 0.321623] PCI host bridge to bus 0000:00\n[ 0.322569] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.324009] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.325454] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.327153] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.328850] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.335340] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.336901] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.338319] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.339857] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.346998] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.348691] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.399695] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.401415] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.403057] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.404692] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.406291] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.407752] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.409094] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.410364] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.412198] vgaarb: loaded\n[ 0.412907] vgaarb: bridge control possible 0000:00:02.0\n[ 0.414238] SCSI subsystem initialized\n[ 0.415196] ACPI: bus type USB registered\n[ 0.416162] usbcore: registered new interface driver usbfs\n[ 0.417400] usbcore: registered new interface driver hub\n[ 0.418601] usbcore: registered new device driver usb\n[ 0.419848] PCI: Using ACPI for IRQ routing\n[ 0.421031] NetLabel: Initializing\n[ 0.421875] NetLabel: domain hash size = 128\n[ 0.422887] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.424017] NetLabel: unlabeled traffic allowed by default\n[ 0.425313] clocksource: Switched to clocksource kvm-clock\n[ 0.431095] AppArmor: AppArmor Filesystem Enabled\n[ 0.432234] pnp: PnP ACPI init\n[ 0.433267] pnp: PnP ACPI: found 5 devices\n[ 0.439798] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.441828] NET: Registered protocol family 2\n[ 0.442952] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.444479] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.445888] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.447272] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.448403] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.449578] NET: Registered protocol family 1\n[ 0.450441] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.451525] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.452677] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.466969] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.481428] Trying to unpack rootfs image as initramfs...\n[ 0.531703] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.545503] Scanning for low memory corruption every 60 seconds\n[ 0.546832] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.547973] audit: initializing netlink subsys (disabled)\n[ 0.548990] audit: type=2000 audit(1536064426.345:1): initialized\n[ 0.550305] Initialise system trusted keyring\n[ 0.551234] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.552392] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.554341] zbud: loaded\n[ 0.555042] VFS: Disk quotas dquot_6.6.0\n[ 0.555853] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.557375] fuse init (API version 7.23)\n[ 0.558335] Key type big_key registered\n[ 0.559144] Allocating IMA MOK and blacklist keyrings.\n[ 0.560625] Key type asymmetric registered\n[ 0.561456] Asymmetric key parser 'x509' registered\n[ 0.562404] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.563850] io scheduler noop registered\n[ 0.564645] io scheduler deadline registered (default)\n[ 0.565629] io scheduler cfq registered\n[ 0.566464] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.567499] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.568798] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.570256] ACPI: Power Button [PWRF]\n[ 0.571092] GHES: HEST is not enabled!\n[ 0.587480] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.617050] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.619568] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.643683] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.645872] Linux agpgart interface v0.103\n[ 0.647978] brd: module loaded\n[ 0.649236] loop: module loaded\n[ 0.653460] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.654905] GPT:90111 != 2097151\n[ 0.655578] GPT:Alternate GPT header not at the end of the disk.\n[ 0.656660] GPT:90111 != 2097151\n[ 0.657357] GPT: Use GNU Parted to correct GPT errors.\n[ 0.658325] vda: vda1 vda15\n[ 0.659823] scsi host0: ata_piix\n[ 0.660593] scsi host1: ata_piix\n[ 0.661347] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.662622] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.664126] libphy: Fixed MDIO Bus: probed\n[ 0.664984] tun: Universal TUN/TAP device driver, 1.6\n[ 0.665991] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.668217] PPP generic driver version 2.4.2\n[ 0.669177] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.670533] ehci-pci: EHCI PCI platform driver\n[ 0.671448] ehci-platform: EHCI generic platform driver\n[ 0.672485] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.673753] ohci-pci: OHCI PCI platform driver\n[ 0.674663] ohci-platform: OHCI generic platform driver\n[ 0.675689] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.690260] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.691318] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.692837] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.693917] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.695103] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.696351] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.697774] usb usb1: Product: UHCI Host Controller\n[ 0.698704] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.699836] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.700861] hub 1-0:1.0: USB hub found\n[ 0.701645] hub 1-0:1.0: 2 ports detected\n[ 0.702553] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.704746] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.705713] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.706737] mousedev: PS/2 mouse device common for all mice\n[ 0.707986] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.709839] rtc_cmos 00:00: RTC can wake from S4\n[ 0.710926] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.712119] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.713297] i2c /dev entries driver\n[ 0.714066] device-mapper: uevent: version 1.0.3\n[ 0.715017] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.716628] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.717965] NET: Registered protocol family 10\n[ 0.719075] NET: Registered protocol family 17\n[ 0.719960] Key type dns_resolver registered\n[ 0.720883] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.721979] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.723703] registered taskstats version 1\n[ 0.724531] Loading compiled-in X.509 certificates\n[ 0.725965] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.727805] zswap: loaded using pool lzo/zbud\n[ 0.729179] Key type trusted registered\n[ 0.730725] Key type encrypted registered\n[ 0.731546] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.732558] ima: No TPM chip found, activating TPM-bypass!\n[ 0.733592] evm: HMAC attrs: 0x1\n[ 0.734525] Magic number: 2:619:581\n[ 0.735364] rtc_cmos 00:00: setting system clock to 2018-09-04 12:33:46 UTC (1536064426)\n[ 0.736937] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.738050] EDD information not available.\n[ 0.822263] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.823776] Write protecting the kernel read-only data: 14336k\n[ 0.835470] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.837263] 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.99\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found 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.225221] 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.5...\nLease of 10.10.11.5 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.16. iid=i-000000ff\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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCsU4W+yO01crsAwctZWW7nN9O1uHXiAEuDVRQI5wo8e6TfYzluaD2RV6JDcy3XyScBfXwmbA1u52FA4/wV7OYiWVSkZKVMxTCZTC8Ag8nB88fr41soZcARPWtyd8m8fx2m8ztYFdikmMEkKfPPR3Q1i2Qy6nHqPJk9XnhdJpPHBEH+83aVcwYN8f3015+J3cpRLQ0PyN5SbHFjl9tek0jNdGMN6wf/AhnjgVIiBin/A3cLPfF/yfMP55mnaWKIU6SgrytRGit256bRW/yo3LzbnO1cWUyVQdCv1ML5wwGjxpRC2kJWqlE9j++oQfXq4qFtiFwYoGHexhQWO7fTqgbj root@sdnvpn-1-5\nssh-dss AAAAB3NzaC1kc3MAAACBANJifAdTkSOn1EuXbb7pBPPdsgYlEL+YxSs1I04ZnzaNSEs21kfNwkLz3EVfyLdZhnNNEsSgsjB1/b3aQdyQD9Bb44FQsFwp4i069Ha6bMMtn7ltB1XzjklBU2Gf2cSynPTEZhGM0DmLuCByRCfpMQ6gU9rG3icuZBmsAsmYSFClAAAAFQDnbS/VdZIjxcXP914CsyVZ6ZSp0wAAAIBHIt7ibID347Q/w09ld3MmVtZp4eCJqTHltSVUB9ENW+z+p3fHsWNWOVeSad0mB9EYZMrL4RWAiKmSWCx4KqJCG58q0CYyDfphbtxwSIszwPIEXW9YC5yW/YMW/IfJXPhXYgavkytOZGWFYC2bA1jw9ptE9QM1OhUhMXcWCcxp/gAAAIEAn+ol9V25MKNc3/XGEGIo2LXOZaNLguAP6dEAATztSedzCZhTfCHm66ps98jUml5zxUZtGg8KOEIG1A0yaIYwX1FbkWRaiq0RT7VhCzPAPyCmy0/4txY+ACr1vPn4tBmNYwCz17cKD68Bt+fNop2S1l0VU7Q/bUIVesn5fRXF6Hw= 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.5,24,fe80::f816:3eff:feb5:32cd/64,\nip-route:default via 10.10.11.1 dev eth0 \nip-route:10.10.11.0/24 dev eth0 src 10.10.11.5 \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-000000ff\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-1-5\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=63.84 ===\n/dev/root resized successfully [took 1.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:B5:32:CD \n inet addr:10.10.11.5 Bcast:10.10.11.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:feb5:32cd/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:125 errors:0 dropped:16 overruns:0 frame:0\n TX packets:110 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:11740 (11.4 KiB) TX bytes:10053 (9.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-09-04 12:35:26,909 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/83441313-ea3e-4bd6-a075-bc27d227ec8e/action used request id req-df194067-38e1-4c70-9a4d-98cc256bcbd4 2018-09-04 12:35:28,929 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/servers/83441313-ea3e-4bd6-a075-bc27d227ec8e/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}32a324662b17be0cf5a2adb43cb045110725bd2c" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-04 12:35:30,001 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12: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-b25b9c23-70b4-4dbe-8a6b-e78d48555096 x-compute-request-id: req-b25b9c23-70b4-4dbe-8a6b-e78d48555096 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 490870835 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 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.149783] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.151449] pid_max: default: 32768 minimum: 301\n[ 0.152325] ACPI: Core revision 20150930\n[ 0.153706] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.155000] Security Framework initialized\n[ 0.155802] Yama: becoming mindful.\n[ 0.156518] AppArmor: AppArmor initialized\n[ 0.157397] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.158980] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.160488] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.161915] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.163555] Initializing cgroup subsys io\n[ 0.164507] Initializing cgroup subsys memory\n[ 0.165525] Initializing cgroup subsys devices\n[ 0.166545] Initializing cgroup subsys freezer\n[ 0.167564] Initializing cgroup subsys net_cls\n[ 0.168576] Initializing cgroup subsys perf_event\n[ 0.169660] Initializing cgroup subsys net_prio\n[ 0.170703] Initializing cgroup subsys hugetlb\n[ 0.171735] Initializing cgroup subsys pids\n[ 0.172752] CPU: Physical Processor ID: 0\n[ 0.174410] mce: CPU supports 10 MCE banks\n[ 0.175395] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.176576] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.187506] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.194232] ftrace: allocating 31920 entries in 125 pages\n[ 0.220850] smpboot: Max logical packages: 1\n[ 0.221850] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.223421] x2apic enabled\n[ 0.224319] Switched APIC routing to physical x2apic.\n[ 0.226247] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.227573] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.229891] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.231984] KVM setup paravirtual spinlock\n[ 0.233464] x86: Booted up 1 node, 1 CPUs\n[ 0.234404] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.236019] devtmpfs: initialized\n[ 0.237849] evm: security.selinux\n[ 0.238671] evm: security.SMACK64\n[ 0.239469] evm: security.SMACK64EXEC\n[ 0.240339] evm: security.SMACK64TRANSMUTE\n[ 0.241285] evm: security.SMACK64MMAP\n[ 0.242149] evm: security.ima\n[ 0.242889] evm: security.capability\n[ 0.243818] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.246003] pinctrl core: initialized pinctrl subsystem\n[ 0.247279] RTC time: 12:33:45, date: 09/04/18\n[ 0.248392] NET: Registered protocol family 16\n[ 0.249514] cpuidle: using governor ladder\n[ 0.250485] cpuidle: using governor menu\n[ 0.251412] PCCT header not found.\n[ 0.252270] ACPI: bus type PCI registered\n[ 0.253204] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.254664] PCI: Using configuration type 1 for base access\n[ 0.256621] ACPI: Added _OSI(Module Device)\n[ 0.257605] ACPI: Added _OSI(Processor Device)\n[ 0.258619] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.259681] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.261990] ACPI: Interpreter enabled\n[ 0.262898] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.265050] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.267203] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.269363] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.271515] ACPI: (supports S0 S5)\n[ 0.272573] ACPI: Using IOAPIC for interrupt routing\n[ 0.273686] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.277096] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.278447] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.279912] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.281326] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.283945] acpiphp: Slot [3] registered\n[ 0.284885] acpiphp: Slot [4] registered\n[ 0.285818] acpiphp: Slot [5] registered\n[ 0.286751] acpiphp: Slot [6] registered\n[ 0.287682] acpiphp: Slot [7] registered\n[ 0.288700] acpiphp: Slot [8] registered\n[ 0.289645] acpiphp: Slot [9] registered\n[ 0.290573] acpiphp: Slot [10] registered\n[ 0.291543] acpiphp: Slot [11] registered\n[ 0.292496] acpiphp: Slot [12] registered\n[ 0.293450] acpiphp: Slot [13] registered\n[ 0.294397] acpiphp: Slot [14] registered\n[ 0.295342] acpiphp: Slot [15] registered\n[ 0.306385] acpiphp: Slot [16] registered\n[ 0.307332] acpiphp: Slot [17] registered\n[ 0.308278] acpiphp: Slot [18] registered\n[ 0.309227] acpiphp: Slot [19] registered\n[ 0.310175] acpiphp: Slot [20] registered\n[ 0.311128] acpiphp: Slot [21] registered\n[ 0.312080] acpiphp: Slot [22] registered\n[ 0.313056] acpiphp: Slot [23] registered\n[ 0.314008] acpiphp: Slot [24] registered\n[ 0.314959] acpiphp: Slot [25] registered\n[ 0.315914] acpiphp: Slot [26] registered\n[ 0.316867] acpiphp: Slot [27] registered\n[ 0.317820] acpiphp: Slot [28] registered\n[ 0.318772] acpiphp: Slot [29] registered\n[ 0.319721] acpiphp: Slot [30] registered\n[ 0.320677] acpiphp: Slot [31] registered\n[ 0.321623] PCI host bridge to bus 0000:00\n[ 0.322569] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.324009] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.325454] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.327153] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.328850] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.335340] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.336901] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.338319] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.339857] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.346998] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.348691] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.399695] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.401415] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.403057] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.404692] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.406291] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.407752] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.409094] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.410364] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.412198] vgaarb: loaded\n[ 0.412907] vgaarb: bridge control possible 0000:00:02.0\n[ 0.414238] SCSI subsystem initialized\n[ 0.415196] ACPI: bus type USB registered\n[ 0.416162] usbcore: registered new interface driver usbfs\n[ 0.417400] usbcore: registered new interface driver hub\n[ 0.418601] usbcore: registered new device driver usb\n[ 0.419848] PCI: Using ACPI for IRQ routing\n[ 0.421031] NetLabel: Initializing\n[ 0.421875] NetLabel: domain hash size = 128\n[ 0.422887] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.424017] NetLabel: unlabeled traffic allowed by default\n[ 0.425313] clocksource: Switched to clocksource kvm-clock\n[ 0.431095] AppArmor: AppArmor Filesystem Enabled\n[ 0.432234] pnp: PnP ACPI init\n[ 0.433267] pnp: PnP ACPI: found 5 devices\n[ 0.439798] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.441828] NET: Registered protocol family 2\n[ 0.442952] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.444479] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.445888] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.447272] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.448403] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.449578] NET: Registered protocol family 1\n[ 0.450441] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.451525] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.452677] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.466969] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.481428] Trying to unpack rootfs image as initramfs...\n[ 0.531703] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.545503] Scanning for low memory corruption every 60 seconds\n[ 0.546832] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.547973] audit: initializing netlink subsys (disabled)\n[ 0.548990] audit: type=2000 audit(1536064426.345:1): initialized\n[ 0.550305] Initialise system trusted keyring\n[ 0.551234] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.552392] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.554341] zbud: loaded\n[ 0.555042] VFS: Disk quotas dquot_6.6.0\n[ 0.555853] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.557375] fuse init (API version 7.23)\n[ 0.558335] Key type big_key registered\n[ 0.559144] Allocating IMA MOK and blacklist keyrings.\n[ 0.560625] Key type asymmetric registered\n[ 0.561456] Asymmetric key parser 'x509' registered\n[ 0.562404] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.563850] io scheduler noop registered\n[ 0.564645] io scheduler deadline registered (default)\n[ 0.565629] io scheduler cfq registered\n[ 0.566464] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.567499] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.568798] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.570256] ACPI: Power Button [PWRF]\n[ 0.571092] GHES: HEST is not enabled!\n[ 0.587480] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.617050] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.619568] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.643683] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.645872] Linux agpgart interface v0.103\n[ 0.647978] brd: module loaded\n[ 0.649236] loop: module loaded\n[ 0.653460] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.654905] GPT:90111 != 2097151\n[ 0.655578] GPT:Alternate GPT header not at the end of the disk.\n[ 0.656660] GPT:90111 != 2097151\n[ 0.657357] GPT: Use GNU Parted to correct GPT errors.\n[ 0.658325] vda: vda1 vda15\n[ 0.659823] scsi host0: ata_piix\n[ 0.660593] scsi host1: ata_piix\n[ 0.661347] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.662622] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.664126] libphy: Fixed MDIO Bus: probed\n[ 0.664984] tun: Universal TUN/TAP device driver, 1.6\n[ 0.665991] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.668217] PPP generic driver version 2.4.2\n[ 0.669177] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.670533] ehci-pci: EHCI PCI platform driver\n[ 0.671448] ehci-platform: EHCI generic platform driver\n[ 0.672485] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.673753] ohci-pci: OHCI PCI platform driver\n[ 0.674663] ohci-platform: OHCI generic platform driver\n[ 0.675689] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.690260] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.691318] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.692837] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.693917] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.695103] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.696351] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.697774] usb usb1: Product: UHCI Host Controller\n[ 0.698704] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.699836] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.700861] hub 1-0:1.0: USB hub found\n[ 0.701645] hub 1-0:1.0: 2 ports detected\n[ 0.702553] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.704746] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.705713] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.706737] mousedev: PS/2 mouse device common for all mice\n[ 0.707986] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.709839] rtc_cmos 00:00: RTC can wake from S4\n[ 0.710926] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.712119] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.713297] i2c /dev entries driver\n[ 0.714066] device-mapper: uevent: version 1.0.3\n[ 0.715017] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.716628] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.717965] NET: Registered protocol family 10\n[ 0.719075] NET: Registered protocol family 17\n[ 0.719960] Key type dns_resolver registered\n[ 0.720883] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.721979] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.723703] registered taskstats version 1\n[ 0.724531] Loading compiled-in X.509 certificates\n[ 0.725965] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.727805] zswap: loaded using pool lzo/zbud\n[ 0.729179] Key type trusted registered\n[ 0.730725] Key type encrypted registered\n[ 0.731546] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.732558] ima: No TPM chip found, activating TPM-bypass!\n[ 0.733592] evm: HMAC attrs: 0x1\n[ 0.734525] Magic number: 2:619:581\n[ 0.735364] rtc_cmos 00:00: setting system clock to 2018-09-04 12:33:46 UTC (1536064426)\n[ 0.736937] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.738050] EDD information not available.\n[ 0.822263] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.823776] Write protecting the kernel read-only data: 14336k\n[ 0.835470] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.837263] 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.99\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found 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.225221] 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.5...\nLease of 10.10.11.5 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.16. iid=i-000000ff\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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCsU4W+yO01crsAwctZWW7nN9O1uHXiAEuDVRQI5wo8e6TfYzluaD2RV6JDcy3XyScBfXwmbA1u52FA4/wV7OYiWVSkZKVMxTCZTC8Ag8nB88fr41soZcARPWtyd8m8fx2m8ztYFdikmMEkKfPPR3Q1i2Qy6nHqPJk9XnhdJpPHBEH+83aVcwYN8f3015+J3cpRLQ0PyN5SbHFjl9tek0jNdGMN6wf/AhnjgVIiBin/A3cLPfF/yfMP55mnaWKIU6SgrytRGit256bRW/yo3LzbnO1cWUyVQdCv1ML5wwGjxpRC2kJWqlE9j++oQfXq4qFtiFwYoGHexhQWO7fTqgbj root@sdnvpn-1-5\nssh-dss AAAAB3NzaC1kc3MAAACBANJifAdTkSOn1EuXbb7pBPPdsgYlEL+YxSs1I04ZnzaNSEs21kfNwkLz3EVfyLdZhnNNEsSgsjB1/b3aQdyQD9Bb44FQsFwp4i069Ha6bMMtn7ltB1XzjklBU2Gf2cSynPTEZhGM0DmLuCByRCfpMQ6gU9rG3icuZBmsAsmYSFClAAAAFQDnbS/VdZIjxcXP914CsyVZ6ZSp0wAAAIBHIt7ibID347Q/w09ld3MmVtZp4eCJqTHltSVUB9ENW+z+p3fHsWNWOVeSad0mB9EYZMrL4RWAiKmSWCx4KqJCG58q0CYyDfphbtxwSIszwPIEXW9YC5yW/YMW/IfJXPhXYgavkytOZGWFYC2bA1jw9ptE9QM1OhUhMXcWCcxp/gAAAIEAn+ol9V25MKNc3/XGEGIo2LXOZaNLguAP6dEAATztSedzCZhTfCHm66ps98jUml5zxUZtGg8KOEIG1A0yaIYwX1FbkWRaiq0RT7VhCzPAPyCmy0/4txY+ACr1vPn4tBmNYwCz17cKD68Bt+fNop2S1l0VU7Q/bUIVesn5fRXF6Hw= 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.5,24,fe80::f816:3eff:feb5:32cd/64,\nip-route:default via 10.10.11.1 dev eth0 \nip-route:10.10.11.0/24 dev eth0 src 10.10.11.5 \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-000000ff\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-1-5\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=63.84 ===\n/dev/root resized successfully [took 1.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:B5:32:CD \n inet addr:10.10.11.5 Bcast:10.10.11.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:feb5:32cd/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:125 errors:0 dropped:16 overruns:0 frame:0\n TX packets:110 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:11740 (11.4 KiB) TX bytes:10053 (9.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-09-04 12:35:30,002 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/83441313-ea3e-4bd6-a075-bc27d227ec8e/action used request id req-b25b9c23-70b4-4dbe-8a6b-e78d48555096 2018-09-04 12:35:32,022 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/servers/83441313-ea3e-4bd6-a075-bc27d227ec8e/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}32a324662b17be0cf5a2adb43cb045110725bd2c" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-04 12:35:33,281 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12:35: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-7fcb1b64-8e00-4095-9f91-243bda7f41a9 x-compute-request-id: req-7fcb1b64-8e00-4095-9f91-243bda7f41a9 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 490870835 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 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.149783] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.151449] pid_max: default: 32768 minimum: 301\n[ 0.152325] ACPI: Core revision 20150930\n[ 0.153706] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.155000] Security Framework initialized\n[ 0.155802] Yama: becoming mindful.\n[ 0.156518] AppArmor: AppArmor initialized\n[ 0.157397] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.158980] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.160488] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.161915] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.163555] Initializing cgroup subsys io\n[ 0.164507] Initializing cgroup subsys memory\n[ 0.165525] Initializing cgroup subsys devices\n[ 0.166545] Initializing cgroup subsys freezer\n[ 0.167564] Initializing cgroup subsys net_cls\n[ 0.168576] Initializing cgroup subsys perf_event\n[ 0.169660] Initializing cgroup subsys net_prio\n[ 0.170703] Initializing cgroup subsys hugetlb\n[ 0.171735] Initializing cgroup subsys pids\n[ 0.172752] CPU: Physical Processor ID: 0\n[ 0.174410] mce: CPU supports 10 MCE banks\n[ 0.175395] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.176576] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.187506] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.194232] ftrace: allocating 31920 entries in 125 pages\n[ 0.220850] smpboot: Max logical packages: 1\n[ 0.221850] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.223421] x2apic enabled\n[ 0.224319] Switched APIC routing to physical x2apic.\n[ 0.226247] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.227573] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.229891] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.231984] KVM setup paravirtual spinlock\n[ 0.233464] x86: Booted up 1 node, 1 CPUs\n[ 0.234404] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.236019] devtmpfs: initialized\n[ 0.237849] evm: security.selinux\n[ 0.238671] evm: security.SMACK64\n[ 0.239469] evm: security.SMACK64EXEC\n[ 0.240339] evm: security.SMACK64TRANSMUTE\n[ 0.241285] evm: security.SMACK64MMAP\n[ 0.242149] evm: security.ima\n[ 0.242889] evm: security.capability\n[ 0.243818] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.246003] pinctrl core: initialized pinctrl subsystem\n[ 0.247279] RTC time: 12:33:45, date: 09/04/18\n[ 0.248392] NET: Registered protocol family 16\n[ 0.249514] cpuidle: using governor ladder\n[ 0.250485] cpuidle: using governor menu\n[ 0.251412] PCCT header not found.\n[ 0.252270] ACPI: bus type PCI registered\n[ 0.253204] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.254664] PCI: Using configuration type 1 for base access\n[ 0.256621] ACPI: Added _OSI(Module Device)\n[ 0.257605] ACPI: Added _OSI(Processor Device)\n[ 0.258619] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.259681] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.261990] ACPI: Interpreter enabled\n[ 0.262898] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.265050] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.267203] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.269363] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.271515] ACPI: (supports S0 S5)\n[ 0.272573] ACPI: Using IOAPIC for interrupt routing\n[ 0.273686] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.277096] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.278447] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.279912] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.281326] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.283945] acpiphp: Slot [3] registered\n[ 0.284885] acpiphp: Slot [4] registered\n[ 0.285818] acpiphp: Slot [5] registered\n[ 0.286751] acpiphp: Slot [6] registered\n[ 0.287682] acpiphp: Slot [7] registered\n[ 0.288700] acpiphp: Slot [8] registered\n[ 0.289645] acpiphp: Slot [9] registered\n[ 0.290573] acpiphp: Slot [10] registered\n[ 0.291543] acpiphp: Slot [11] registered\n[ 0.292496] acpiphp: Slot [12] registered\n[ 0.293450] acpiphp: Slot [13] registered\n[ 0.294397] acpiphp: Slot [14] registered\n[ 0.295342] acpiphp: Slot [15] registered\n[ 0.306385] acpiphp: Slot [16] registered\n[ 0.307332] acpiphp: Slot [17] registered\n[ 0.308278] acpiphp: Slot [18] registered\n[ 0.309227] acpiphp: Slot [19] registered\n[ 0.310175] acpiphp: Slot [20] registered\n[ 0.311128] acpiphp: Slot [21] registered\n[ 0.312080] acpiphp: Slot [22] registered\n[ 0.313056] acpiphp: Slot [23] registered\n[ 0.314008] acpiphp: Slot [24] registered\n[ 0.314959] acpiphp: Slot [25] registered\n[ 0.315914] acpiphp: Slot [26] registered\n[ 0.316867] acpiphp: Slot [27] registered\n[ 0.317820] acpiphp: Slot [28] registered\n[ 0.318772] acpiphp: Slot [29] registered\n[ 0.319721] acpiphp: Slot [30] registered\n[ 0.320677] acpiphp: Slot [31] registered\n[ 0.321623] PCI host bridge to bus 0000:00\n[ 0.322569] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.324009] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.325454] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.327153] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.328850] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.335340] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.336901] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.338319] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.339857] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.346998] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.348691] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.399695] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.401415] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.403057] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.404692] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.406291] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.407752] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.409094] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.410364] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.412198] vgaarb: loaded\n[ 0.412907] vgaarb: bridge control possible 0000:00:02.0\n[ 0.414238] SCSI subsystem initialized\n[ 0.415196] ACPI: bus type USB registered\n[ 0.416162] usbcore: registered new interface driver usbfs\n[ 0.417400] usbcore: registered new interface driver hub\n[ 0.418601] usbcore: registered new device driver usb\n[ 0.419848] PCI: Using ACPI for IRQ routing\n[ 0.421031] NetLabel: Initializing\n[ 0.421875] NetLabel: domain hash size = 128\n[ 0.422887] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.424017] NetLabel: unlabeled traffic allowed by default\n[ 0.425313] clocksource: Switched to clocksource kvm-clock\n[ 0.431095] AppArmor: AppArmor Filesystem Enabled\n[ 0.432234] pnp: PnP ACPI init\n[ 0.433267] pnp: PnP ACPI: found 5 devices\n[ 0.439798] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.441828] NET: Registered protocol family 2\n[ 0.442952] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.444479] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.445888] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.447272] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.448403] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.449578] NET: Registered protocol family 1\n[ 0.450441] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.451525] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.452677] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.466969] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.481428] Trying to unpack rootfs image as initramfs...\n[ 0.531703] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.545503] Scanning for low memory corruption every 60 seconds\n[ 0.546832] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.547973] audit: initializing netlink subsys (disabled)\n[ 0.548990] audit: type=2000 audit(1536064426.345:1): initialized\n[ 0.550305] Initialise system trusted keyring\n[ 0.551234] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.552392] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.554341] zbud: loaded\n[ 0.555042] VFS: Disk quotas dquot_6.6.0\n[ 0.555853] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.557375] fuse init (API version 7.23)\n[ 0.558335] Key type big_key registered\n[ 0.559144] Allocating IMA MOK and blacklist keyrings.\n[ 0.560625] Key type asymmetric registered\n[ 0.561456] Asymmetric key parser 'x509' registered\n[ 0.562404] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.563850] io scheduler noop registered\n[ 0.564645] io scheduler deadline registered (default)\n[ 0.565629] io scheduler cfq registered\n[ 0.566464] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.567499] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.568798] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.570256] ACPI: Power Button [PWRF]\n[ 0.571092] GHES: HEST is not enabled!\n[ 0.587480] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.617050] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.619568] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.643683] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.645872] Linux agpgart interface v0.103\n[ 0.647978] brd: module loaded\n[ 0.649236] loop: module loaded\n[ 0.653460] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.654905] GPT:90111 != 2097151\n[ 0.655578] GPT:Alternate GPT header not at the end of the disk.\n[ 0.656660] GPT:90111 != 2097151\n[ 0.657357] GPT: Use GNU Parted to correct GPT errors.\n[ 0.658325] vda: vda1 vda15\n[ 0.659823] scsi host0: ata_piix\n[ 0.660593] scsi host1: ata_piix\n[ 0.661347] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.662622] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.664126] libphy: Fixed MDIO Bus: probed\n[ 0.664984] tun: Universal TUN/TAP device driver, 1.6\n[ 0.665991] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.668217] PPP generic driver version 2.4.2\n[ 0.669177] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.670533] ehci-pci: EHCI PCI platform driver\n[ 0.671448] ehci-platform: EHCI generic platform driver\n[ 0.672485] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.673753] ohci-pci: OHCI PCI platform driver\n[ 0.674663] ohci-platform: OHCI generic platform driver\n[ 0.675689] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.690260] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.691318] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.692837] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.693917] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.695103] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.696351] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.697774] usb usb1: Product: UHCI Host Controller\n[ 0.698704] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.699836] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.700861] hub 1-0:1.0: USB hub found\n[ 0.701645] hub 1-0:1.0: 2 ports detected\n[ 0.702553] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.704746] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.705713] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.706737] mousedev: PS/2 mouse device common for all mice\n[ 0.707986] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.709839] rtc_cmos 00:00: RTC can wake from S4\n[ 0.710926] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.712119] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.713297] i2c /dev entries driver\n[ 0.714066] device-mapper: uevent: version 1.0.3\n[ 0.715017] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.716628] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.717965] NET: Registered protocol family 10\n[ 0.719075] NET: Registered protocol family 17\n[ 0.719960] Key type dns_resolver registered\n[ 0.720883] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.721979] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.723703] registered taskstats version 1\n[ 0.724531] Loading compiled-in X.509 certificates\n[ 0.725965] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.727805] zswap: loaded using pool lzo/zbud\n[ 0.729179] Key type trusted registered\n[ 0.730725] Key type encrypted registered\n[ 0.731546] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.732558] ima: No TPM chip found, activating TPM-bypass!\n[ 0.733592] evm: HMAC attrs: 0x1\n[ 0.734525] Magic number: 2:619:581\n[ 0.735364] rtc_cmos 00:00: setting system clock to 2018-09-04 12:33:46 UTC (1536064426)\n[ 0.736937] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.738050] EDD information not available.\n[ 0.822263] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.823776] Write protecting the kernel read-only data: 14336k\n[ 0.835470] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.837263] 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.99\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found 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.225221] 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.5...\nLease of 10.10.11.5 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.16. iid=i-000000ff\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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCsU4W+yO01crsAwctZWW7nN9O1uHXiAEuDVRQI5wo8e6TfYzluaD2RV6JDcy3XyScBfXwmbA1u52FA4/wV7OYiWVSkZKVMxTCZTC8Ag8nB88fr41soZcARPWtyd8m8fx2m8ztYFdikmMEkKfPPR3Q1i2Qy6nHqPJk9XnhdJpPHBEH+83aVcwYN8f3015+J3cpRLQ0PyN5SbHFjl9tek0jNdGMN6wf/AhnjgVIiBin/A3cLPfF/yfMP55mnaWKIU6SgrytRGit256bRW/yo3LzbnO1cWUyVQdCv1ML5wwGjxpRC2kJWqlE9j++oQfXq4qFtiFwYoGHexhQWO7fTqgbj root@sdnvpn-1-5\nssh-dss AAAAB3NzaC1kc3MAAACBANJifAdTkSOn1EuXbb7pBPPdsgYlEL+YxSs1I04ZnzaNSEs21kfNwkLz3EVfyLdZhnNNEsSgsjB1/b3aQdyQD9Bb44FQsFwp4i069Ha6bMMtn7ltB1XzjklBU2Gf2cSynPTEZhGM0DmLuCByRCfpMQ6gU9rG3icuZBmsAsmYSFClAAAAFQDnbS/VdZIjxcXP914CsyVZ6ZSp0wAAAIBHIt7ibID347Q/w09ld3MmVtZp4eCJqTHltSVUB9ENW+z+p3fHsWNWOVeSad0mB9EYZMrL4RWAiKmSWCx4KqJCG58q0CYyDfphbtxwSIszwPIEXW9YC5yW/YMW/IfJXPhXYgavkytOZGWFYC2bA1jw9ptE9QM1OhUhMXcWCcxp/gAAAIEAn+ol9V25MKNc3/XGEGIo2LXOZaNLguAP6dEAATztSedzCZhTfCHm66ps98jUml5zxUZtGg8KOEIG1A0yaIYwX1FbkWRaiq0RT7VhCzPAPyCmy0/4txY+ACr1vPn4tBmNYwCz17cKD68Bt+fNop2S1l0VU7Q/bUIVesn5fRXF6Hw= 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.5,24,fe80::f816:3eff:feb5:32cd/64,\nip-route:default via 10.10.11.1 dev eth0 \nip-route:10.10.11.0/24 dev eth0 src 10.10.11.5 \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-000000ff\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-1-5\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=63.84 ===\n/dev/root resized successfully [took 1.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:B5:32:CD \n inet addr:10.10.11.5 Bcast:10.10.11.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:feb5:32cd/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:125 errors:0 dropped:16 overruns:0 frame:0\n TX packets:110 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:11740 (11.4 KiB) TX bytes:10053 (9.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-09-04 12:35:33,282 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/83441313-ea3e-4bd6-a075-bc27d227ec8e/action used request id req-7fcb1b64-8e00-4095-9f91-243bda7f41a9 2018-09-04 12:35:35,305 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/servers/83441313-ea3e-4bd6-a075-bc27d227ec8e/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}32a324662b17be0cf5a2adb43cb045110725bd2c" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-04 12:35:36,378 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12:35: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-61774687-a5e6-486a-8ad4-7567a802e50f x-compute-request-id: req-61774687-a5e6-486a-8ad4-7567a802e50f Content-Encoding: gzip Content-Length: 10906 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 490870835 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 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.149783] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.151449] pid_max: default: 32768 minimum: 301\n[ 0.152325] ACPI: Core revision 20150930\n[ 0.153706] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.155000] Security Framework initialized\n[ 0.155802] Yama: becoming mindful.\n[ 0.156518] AppArmor: AppArmor initialized\n[ 0.157397] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.158980] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.160488] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.161915] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.163555] Initializing cgroup subsys io\n[ 0.164507] Initializing cgroup subsys memory\n[ 0.165525] Initializing cgroup subsys devices\n[ 0.166545] Initializing cgroup subsys freezer\n[ 0.167564] Initializing cgroup subsys net_cls\n[ 0.168576] Initializing cgroup subsys perf_event\n[ 0.169660] Initializing cgroup subsys net_prio\n[ 0.170703] Initializing cgroup subsys hugetlb\n[ 0.171735] Initializing cgroup subsys pids\n[ 0.172752] CPU: Physical Processor ID: 0\n[ 0.174410] mce: CPU supports 10 MCE banks\n[ 0.175395] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.176576] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.187506] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.194232] ftrace: allocating 31920 entries in 125 pages\n[ 0.220850] smpboot: Max logical packages: 1\n[ 0.221850] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.223421] x2apic enabled\n[ 0.224319] Switched APIC routing to physical x2apic.\n[ 0.226247] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.227573] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.229891] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.231984] KVM setup paravirtual spinlock\n[ 0.233464] x86: Booted up 1 node, 1 CPUs\n[ 0.234404] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.236019] devtmpfs: initialized\n[ 0.237849] evm: security.selinux\n[ 0.238671] evm: security.SMACK64\n[ 0.239469] evm: security.SMACK64EXEC\n[ 0.240339] evm: security.SMACK64TRANSMUTE\n[ 0.241285] evm: security.SMACK64MMAP\n[ 0.242149] evm: security.ima\n[ 0.242889] evm: security.capability\n[ 0.243818] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.246003] pinctrl core: initialized pinctrl subsystem\n[ 0.247279] RTC time: 12:33:45, date: 09/04/18\n[ 0.248392] NET: Registered protocol family 16\n[ 0.249514] cpuidle: using governor ladder\n[ 0.250485] cpuidle: using governor menu\n[ 0.251412] PCCT header not found.\n[ 0.252270] ACPI: bus type PCI registered\n[ 0.253204] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.254664] PCI: Using configuration type 1 for base access\n[ 0.256621] ACPI: Added _OSI(Module Device)\n[ 0.257605] ACPI: Added _OSI(Processor Device)\n[ 0.258619] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.259681] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.261990] ACPI: Interpreter enabled\n[ 0.262898] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.265050] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.267203] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.269363] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.271515] ACPI: (supports S0 S5)\n[ 0.272573] ACPI: Using IOAPIC for interrupt routing\n[ 0.273686] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.277096] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.278447] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.279912] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.281326] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.283945] acpiphp: Slot [3] registered\n[ 0.284885] acpiphp: Slot [4] registered\n[ 0.285818] acpiphp: Slot [5] registered\n[ 0.286751] acpiphp: Slot [6] registered\n[ 0.287682] acpiphp: Slot [7] registered\n[ 0.288700] acpiphp: Slot [8] registered\n[ 0.289645] acpiphp: Slot [9] registered\n[ 0.290573] acpiphp: Slot [10] registered\n[ 0.291543] acpiphp: Slot [11] registered\n[ 0.292496] acpiphp: Slot [12] registered\n[ 0.293450] acpiphp: Slot [13] registered\n[ 0.294397] acpiphp: Slot [14] registered\n[ 0.295342] acpiphp: Slot [15] registered\n[ 0.306385] acpiphp: Slot [16] registered\n[ 0.307332] acpiphp: Slot [17] registered\n[ 0.308278] acpiphp: Slot [18] registered\n[ 0.309227] acpiphp: Slot [19] registered\n[ 0.310175] acpiphp: Slot [20] registered\n[ 0.311128] acpiphp: Slot [21] registered\n[ 0.312080] acpiphp: Slot [22] registered\n[ 0.313056] acpiphp: Slot [23] registered\n[ 0.314008] acpiphp: Slot [24] registered\n[ 0.314959] acpiphp: Slot [25] registered\n[ 0.315914] acpiphp: Slot [26] registered\n[ 0.316867] acpiphp: Slot [27] registered\n[ 0.317820] acpiphp: Slot [28] registered\n[ 0.318772] acpiphp: Slot [29] registered\n[ 0.319721] acpiphp: Slot [30] registered\n[ 0.320677] acpiphp: Slot [31] registered\n[ 0.321623] PCI host bridge to bus 0000:00\n[ 0.322569] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.324009] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.325454] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.327153] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.328850] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.335340] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.336901] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.338319] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.339857] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.346998] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.348691] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.399695] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.401415] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.403057] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.404692] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.406291] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.407752] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.409094] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.410364] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.412198] vgaarb: loaded\n[ 0.412907] vgaarb: bridge control possible 0000:00:02.0\n[ 0.414238] SCSI subsystem initialized\n[ 0.415196] ACPI: bus type USB registered\n[ 0.416162] usbcore: registered new interface driver usbfs\n[ 0.417400] usbcore: registered new interface driver hub\n[ 0.418601] usbcore: registered new device driver usb\n[ 0.419848] PCI: Using ACPI for IRQ routing\n[ 0.421031] NetLabel: Initializing\n[ 0.421875] NetLabel: domain hash size = 128\n[ 0.422887] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.424017] NetLabel: unlabeled traffic allowed by default\n[ 0.425313] clocksource: Switched to clocksource kvm-clock\n[ 0.431095] AppArmor: AppArmor Filesystem Enabled\n[ 0.432234] pnp: PnP ACPI init\n[ 0.433267] pnp: PnP ACPI: found 5 devices\n[ 0.439798] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.441828] NET: Registered protocol family 2\n[ 0.442952] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.444479] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.445888] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.447272] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.448403] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.449578] NET: Registered protocol family 1\n[ 0.450441] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.451525] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.452677] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.466969] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.481428] Trying to unpack rootfs image as initramfs...\n[ 0.531703] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.545503] Scanning for low memory corruption every 60 seconds\n[ 0.546832] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.547973] audit: initializing netlink subsys (disabled)\n[ 0.548990] audit: type=2000 audit(1536064426.345:1): initialized\n[ 0.550305] Initialise system trusted keyring\n[ 0.551234] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.552392] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.554341] zbud: loaded\n[ 0.555042] VFS: Disk quotas dquot_6.6.0\n[ 0.555853] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.557375] fuse init (API version 7.23)\n[ 0.558335] Key type big_key registered\n[ 0.559144] Allocating IMA MOK and blacklist keyrings.\n[ 0.560625] Key type asymmetric registered\n[ 0.561456] Asymmetric key parser 'x509' registered\n[ 0.562404] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.563850] io scheduler noop registered\n[ 0.564645] io scheduler deadline registered (default)\n[ 0.565629] io scheduler cfq registered\n[ 0.566464] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.567499] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.568798] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.570256] ACPI: Power Button [PWRF]\n[ 0.571092] GHES: HEST is not enabled!\n[ 0.587480] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.617050] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.619568] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.643683] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.645872] Linux agpgart interface v0.103\n[ 0.647978] brd: module loaded\n[ 0.649236] loop: module loaded\n[ 0.653460] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.654905] GPT:90111 != 2097151\n[ 0.655578] GPT:Alternate GPT header not at the end of the disk.\n[ 0.656660] GPT:90111 != 2097151\n[ 0.657357] GPT: Use GNU Parted to correct GPT errors.\n[ 0.658325] vda: vda1 vda15\n[ 0.659823] scsi host0: ata_piix\n[ 0.660593] scsi host1: ata_piix\n[ 0.661347] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.662622] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.664126] libphy: Fixed MDIO Bus: probed\n[ 0.664984] tun: Universal TUN/TAP device driver, 1.6\n[ 0.665991] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.668217] PPP generic driver version 2.4.2\n[ 0.669177] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.670533] ehci-pci: EHCI PCI platform driver\n[ 0.671448] ehci-platform: EHCI generic platform driver\n[ 0.672485] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.673753] ohci-pci: OHCI PCI platform driver\n[ 0.674663] ohci-platform: OHCI generic platform driver\n[ 0.675689] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.690260] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.691318] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.692837] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.693917] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.695103] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.696351] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.697774] usb usb1: Product: UHCI Host Controller\n[ 0.698704] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.699836] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.700861] hub 1-0:1.0: USB hub found\n[ 0.701645] hub 1-0:1.0: 2 ports detected\n[ 0.702553] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.704746] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.705713] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.706737] mousedev: PS/2 mouse device common for all mice\n[ 0.707986] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.709839] rtc_cmos 00:00: RTC can wake from S4\n[ 0.710926] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.712119] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.713297] i2c /dev entries driver\n[ 0.714066] device-mapper: uevent: version 1.0.3\n[ 0.715017] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.716628] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.717965] NET: Registered protocol family 10\n[ 0.719075] NET: Registered protocol family 17\n[ 0.719960] Key type dns_resolver registered\n[ 0.720883] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.721979] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.723703] registered taskstats version 1\n[ 0.724531] Loading compiled-in X.509 certificates\n[ 0.725965] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.727805] zswap: loaded using pool lzo/zbud\n[ 0.729179] Key type trusted registered\n[ 0.730725] Key type encrypted registered\n[ 0.731546] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.732558] ima: No TPM chip found, activating TPM-bypass!\n[ 0.733592] evm: HMAC attrs: 0x1\n[ 0.734525] Magic number: 2:619:581\n[ 0.735364] rtc_cmos 00:00: setting system clock to 2018-09-04 12:33:46 UTC (1536064426)\n[ 0.736937] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.738050] EDD information not available.\n[ 0.822263] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.823776] Write protecting the kernel read-only data: 14336k\n[ 0.835470] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.837263] 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.99\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found 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.225221] 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.5...\nLease of 10.10.11.5 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.16. iid=i-000000ff\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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCsU4W+yO01crsAwctZWW7nN9O1uHXiAEuDVRQI5wo8e6TfYzluaD2RV6JDcy3XyScBfXwmbA1u52FA4/wV7OYiWVSkZKVMxTCZTC8Ag8nB88fr41soZcARPWtyd8m8fx2m8ztYFdikmMEkKfPPR3Q1i2Qy6nHqPJk9XnhdJpPHBEH+83aVcwYN8f3015+J3cpRLQ0PyN5SbHFjl9tek0jNdGMN6wf/AhnjgVIiBin/A3cLPfF/yfMP55mnaWKIU6SgrytRGit256bRW/yo3LzbnO1cWUyVQdCv1ML5wwGjxpRC2kJWqlE9j++oQfXq4qFtiFwYoGHexhQWO7fTqgbj root@sdnvpn-1-5\nssh-dss AAAAB3NzaC1kc3MAAACBANJifAdTkSOn1EuXbb7pBPPdsgYlEL+YxSs1I04ZnzaNSEs21kfNwkLz3EVfyLdZhnNNEsSgsjB1/b3aQdyQD9Bb44FQsFwp4i069Ha6bMMtn7ltB1XzjklBU2Gf2cSynPTEZhGM0DmLuCByRCfpMQ6gU9rG3icuZBmsAsmYSFClAAAAFQDnbS/VdZIjxcXP914CsyVZ6ZSp0wAAAIBHIt7ibID347Q/w09ld3MmVtZp4eCJqTHltSVUB9ENW+z+p3fHsWNWOVeSad0mB9EYZMrL4RWAiKmSWCx4KqJCG58q0CYyDfphbtxwSIszwPIEXW9YC5yW/YMW/IfJXPhXYgavkytOZGWFYC2bA1jw9ptE9QM1OhUhMXcWCcxp/gAAAIEAn+ol9V25MKNc3/XGEGIo2LXOZaNLguAP6dEAATztSedzCZhTfCHm66ps98jUml5zxUZtGg8KOEIG1A0yaIYwX1FbkWRaiq0RT7VhCzPAPyCmy0/4txY+ACr1vPn4tBmNYwCz17cKD68Bt+fNop2S1l0VU7Q/bUIVesn5fRXF6Hw= 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.5,24,fe80::f816:3eff:feb5:32cd/64,\nip-route:default via 10.10.11.1 dev eth0 \nip-route:10.10.11.0/24 dev eth0 src 10.10.11.5 \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-000000ff\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-1-5\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=63.84 ===\n/dev/root resized successfully [took 1.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:B5:32:CD \n inet addr:10.10.11.5 Bcast:10.10.11.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:feb5:32cd/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:125 errors:0 dropped:16 overruns:0 frame:0\n TX packets:110 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:11740 (11.4 KiB) TX bytes:10053 (9.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-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.178052] usb 1-1: Product: QEMU USB Tablet\n[ 1.178054] usb 1-1: Manufacturer: QEMU\n[ 1.178056] usb 1-1: SerialNumber: 42\n[ 1.180142] EXT4-fs (vda1): re-mounted. Opts: data=ordered\n[ 1.204256] EXT4-fs (vda1): re-mounted. Opts: data=ordered\n[ 1.225221] random: dd urandom read with 5 bits of entropy available\n[ 1.545386] tsc: Refined TSC clocksource calibration: 3491.912 MHz\n[ 1.545389] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3255787006b, max_idle_ns: 440795244845 ns\n[ 63.986441] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\n[ 64.498228] EXT4-fs (vda1): resized filesystem to 1039340\n### tail -n 25 /var/log/messages\nSep 4 13:33:46 cirros syslog.info syslogd started: BusyBox v1.23.2\nSep 4 13:33:46 cirros kern.notice kernel: klogd started: BusyBox v1.23.2 (2017-11-20 02:37:12 UTC)\nSep 4 13:33:46 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpuset\nSep 4 13:33:46 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpu\nSep 4 13:33:46 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpuacct\nSep 4 13:33:46 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)\nSep 4 13:33:46 cirros kern.info kernel: [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\nSep 4 13:33:46 cirros kern.info kernel: [ 0.000000] KERNEL supported cpus:\nSep 4 13:33:46 cirros kern.info kernel: [ 0.000000] Intel GenuineIntel\nSep 4 13:33:46 cirros kern.info kernel: [ 0.000000] AMD AuthenticAMD\nSep 4 13:33:46 cirros kern.info kernel: [ 0.000000] Centaur CentaurHauls\nSep 4 13:33:46 cirros kern.info kernel: [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\nSep 4 13:33:46 cirros kern.notice kernel: [ 1.225221] random: dd urandom read with 5 bits of entropy available\nSep 4 13:33:47 cirros kern.info kernel: [ 1.545386] tsc: Refined TSC clocksource calibration: 3491.912 MHz\nSep 4 13:33:47 cirros kern.info kernel: [ 1.545389] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3255787006b, max_idle_ns: 440795244845 ns\nSep 4 13:34:48 cirros auth.notice su: + /dev/console root:cirros\nSep 4 13:34:49 cirros authpriv.info dropbear[340]: Running in background\nSep 4 13:34:49 cirros kern.info kernel: [ 63.986441] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\nSep 4 13:34:50 cirros kern.info kernel: [ 64.498228] 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-09-04 12:35:36,379 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/83441313-ea3e-4bd6-a075-bc27d227ec8e/action used request id req-61774687-a5e6-486a-8ad4-7567a802e50f 2018-09-04 12:35:38,414 - sdnvpn_test_utils - INFO - Waiting for instance 04cc9505-c6d4-4997-9dec-681b8c15f1ad to boot up 2018-09-04 12:35:38,418 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/servers/04cc9505-c6d4-4997-9dec-681b8c15f1ad/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bfbd61787433c3d9514c34075f378004a089e75e" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-04 12:35:39,495 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12: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-da27ee34-8672-43d6-a543-9430106d3335 x-compute-request-id: req-da27ee34-8672-43d6-a543-9430106d3335 Content-Encoding: gzip Content-Length: 8094 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 517947766 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 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.134178] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.135855] pid_max: default: 32768 minimum: 301\n[ 0.136757] ACPI: Core revision 20150930\n[ 0.138161] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.139492] Security Framework initialized\n[ 0.140317] Yama: becoming mindful.\n[ 0.141050] AppArmor: AppArmor initialized\n[ 0.141928] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.143282] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.144571] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.145805] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.147205] Initializing cgroup subsys io\n[ 0.148027] Initializing cgroup subsys memory\n[ 0.148896] Initializing cgroup subsys devices\n[ 0.149792] Initializing cgroup subsys freezer\n[ 0.150679] Initializing cgroup subsys net_cls\n[ 0.151557] Initializing cgroup subsys perf_event\n[ 0.152473] Initializing cgroup subsys net_prio\n[ 0.153379] Initializing cgroup subsys hugetlb\n[ 0.154255] Initializing cgroup subsys pids\n[ 0.155139] CPU: Physical Processor ID: 0\n[ 0.156661] mce: CPU supports 10 MCE banks\n[ 0.157533] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.158553] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.170521] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.177083] ftrace: allocating 31920 entries in 125 pages\n[ 0.203472] smpboot: Max logical packages: 1\n[ 0.204367] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.205748] x2apic enabled\n[ 0.206573] Switched APIC routing to physical x2apic.\n[ 0.208342] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.209479] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.211505] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.213322] KVM setup paravirtual spinlock\n[ 0.214630] x86: Booted up 1 node, 1 CPUs\n[ 0.215450] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.216859] devtmpfs: initialized\n[ 0.218595] evm: security.selinux\n[ 0.219310] evm: security.SMACK64\n[ 0.220013] evm: security.SMACK64EXEC\n[ 0.220774] evm: security.SMACK64TRANSMUTE\n[ 0.221602] evm: security.SMACK64MMAP\n[ 0.222366] evm: security.ima\n[ 0.223020] evm: security.capability\n[ 0.223843] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.225734] pinctrl core: initialized pinctrl subsystem\n[ 0.226862] RTC time: 12:34:11, date: 09/04/18\n[ 0.227827] NET: Registered protocol family 16\n[ 0.228810] cpuidle: using governor ladder\n[ 0.229645] cpuidle: using governor menu\n[ 0.230444] PCCT header not found.\n[ 0.231213] ACPI: bus type PCI registered\n[ 0.232033] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.233303] PCI: Using configuration type 1 for base access\n[ 0.235078] ACPI: Added _OSI(Module Device)\n[ 0.235941] ACPI: Added _OSI(Processor Device)\n[ 0.236819] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.237732] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.239857] ACPI: Interpreter enabled\n[ 0.240652] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.242538] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.244410] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.246299] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.248172] ACPI: (supports S0 S5)\n[ 0.248894] ACPI: Using IOAPIC for interrupt routing\n[ 0.249964] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.253074] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.254246] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.255504] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.256718] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.258962] acpiphp: Slot [3] registered\n[ 0.259777] acpiphp: Slot [4] registered\n[ 0.260592] acpiphp: Slot [5] registered\n[ 0.261400] acpiphp: Slot [6] registered\n[ 0.262205] acpiphp: Slot [7] registered\n[ 0.263023] acpiphp: Slot [8] registered\n[ 0.263837] acpiphp: Slot [9] registered\n[ 0.264653] acpiphp: Slot [10] registered\n[ 0.265473] acpiphp: Slot [11] registered\n[ 0.266299] acpiphp: Slot [12] registered\n[ 0.267186] acpiphp: Slot [13] registered\n[ 0.268045] acpiphp: Slot [14] registered\n[ 0.268898] acpiphp: Slot [15] registered\n[ 0.280147] acpiphp: Slot [16] registered\n[ 0.281028] acpiphp: Slot [17] registered\n[ 0.281890] acpiphp: Slot [18] registered\n[ 0.282747] acpiphp: Slot [19] registered\n[ 0.283609] acpiphp: Slot [20] registered\n[ 0.284444] acpiphp: Slot [21] registered\n[ 0.285280] acpiphp: Slot [22] registered\n[ 0.286106] acpiphp: Slot [23] registered\n[ 0.286945] acpiphp: Slot [24] registered\n[ 0.287772] acpiphp: Slot [25] registered\n[ 0.288625] acpiphp: Slot [26] registered\n[ 0.289489] acpiphp: Slot [27] registered\n[ 0.290357] acpiphp: Slot [28] registered\n[ 0.291202] acpiphp: Slot [29] registered\n[ 0.292062] acpiphp: Slot [30] registered\n[ 0.292929] acpiphp: Slot [31] registered\n[ 0.293785] PCI host bridge to bus 0000:00\n[ 0.294640] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.295912] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.297192] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.298717] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.300246] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.306481] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.307845] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.309110] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.310424] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.316676] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.318205] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.363778] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.365308] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.366800] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.368282] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.369768] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.371062] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.372256] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.373474] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.375132] vgaarb: loaded\n[ 0.375803] vgaarb: bridge control possible 0000:00:02.0\n[ 0.377066] SCSI subsystem initialized\n[ 0.377935] ACPI: bus type USB registered\n[ 0.378792] usbcore: registered new interface driver usbfs\n[ 0.379921] usbcore: registered new interface driver hub\n[ 0.381027] usbcore: registered new device driver usb\n[ 0.382165] PCI: Using ACPI for IRQ routing\n[ 0.383336] NetLabel: Initializing\n[ 0.384127] NetLabel: domain hash size = 128\n[ 0.385062] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.386103] NetLabel: unlabeled traffic allowed by default\n[ 0.387311] clocksource: Switched to clocksource kvm-clock\n[ 0.392753] AppArmor: AppArmor Filesystem Enabled\n[ 0.393795] pnp: PnP ACPI init\n[ 0.394703] pnp: PnP ACPI: found 5 devices\n[ 0.401073] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.402827] NET: Registered protocol family 2\n[ 0.403802] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.405097] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.406291] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.407482] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.408582] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.409765] NET: Registered protocol family 1\n[ 0.410651] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.411778] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.412878] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.426946] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.441209] Trying to unpack rootfs image as initramfs...\n[ 0.490566] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.504455] Scanning for low memory corruption every 60 seconds\n[ 0.505802] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.506975] audit: initializing netlink subsys (disabled)\n[ 0.508036] audit: type=2000 audit(1536064452.285:1): initialized\n[ 0.509391] Initialise system trusted keyring\n[ 0.510342] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.511593] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.513579] zbud: loaded\n[ 0.514293] VFS: Disk quotas dquot_6.6.0\n[ 0.515114] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.516633] fuse init (API version 7.23)\n[ 0.517536] Key type big_key registered\n[ 0.518346] Allocating IMA MOK and blacklist keyrings.\n[ 0.519462] Key type asymmetric registered\n[ 0.520296] Asymmetric key parser 'x509' registered\n[ 0.521259] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.523097] io scheduler noop registered\n[ 0.523911] io scheduler deadline registered (default)\n[ 0.524915] io scheduler cfq registered\n[ 0.525753] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.526810] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.528087] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.529548] ACPI: Power Button [PWRF]\n[ 0.530384] GHES: HEST is not enabled!\n[ 0.544068] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.573634] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.576931] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.600849] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.602998] Linux agpgart interface v0.103\n[ 0.605036] brd: module loaded\n[ 0.606248] loop: module loaded\n[ 0.612686] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.614145] GPT:90111 != 2097151\n[ 0.614853] GPT:Alternate GPT header not at the end of the disk.\n[ 0.615954] GPT:90111 != 2097151\n[ 0.616638] GPT: Use GNU Parted to correct GPT errors.\n[ 0.617605] vda: vda1 vda15\n[ 0.619021] scsi host0: ata_piix\n[ 0.619779] scsi host1: ata_piix\n[ 0.620491] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.621710] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.623146] libphy: Fixed MDIO Bus: probed\n[ 0.623978] tun: Universal TUN/TAP device driver, 1.6\n[ 0.624934] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.627083] PPP generic driver version 2.4.2\n[ 0.627991] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.629260] ehci-pci: EHCI PCI platform driver\n[ 0.630134] ehci-platform: EHCI generic platform driver\n[ 0.631124] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.632265] ohci-pci: OHCI PCI platform driver\n[ 0.633138] ohci-platform: OHCI generic platform driver\n[ 0.634142] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.648505] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.649504] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.650958] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.651991] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.653119] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.654350] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.655783] usb usb1: Product: UHCI Host Controller\n[ 0.656724] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.657872] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.658890] hub 1-0:1.0: USB hub found\n[ 0.659680] hub 1-0:1.0: 2 ports detected\n[ 0.660588] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.662721] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.663689] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.664724] mousedev: PS/2 mouse device common for all mice\n[ 0.665978] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.667826] rtc_cmos 00:00: RTC can wake from S4\n[ 0.668920] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.670126] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.671331] i2c /dev entries driver\n[ 0.672089] device-mapper: uevent: version 1.0.3\n[ 0.673029] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.674663] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.675957] NET: Registered protocol family 10\n[ 0.676967] NET: Registered protocol family 17\n[ 0.677867] Key type dns_resolver registered\n[ 0.678801] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.679914] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.681677] registered taskstats version 1\n[ 0.682510] Loading compiled-in X.509 certificates\n[ 0.683950] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.685812] zswap: loaded using pool lzo/zbud\n[ 0.687168] Key type trusted registered\n[ 0.688731] Key type encrypted registered\n[ 0.689571] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.690608] ima: No TPM chip found, activating TPM-bypass!\n[ 0.691666] evm: HMAC attrs: 0x1\n[ 0.692607] Magic number: 2:619:581\n[ 0.693459] rtc_cmos 00:00: setting system clock to 2018-09-04 12:34:12 UTC (1536064452)\n[ 0.695067] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.696205] EDD information not available.\n[ 0.775834] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.777266] ata1.00: configured for MWDMA2\n[ 0.778460] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.791284] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.792517] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.793769] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.795638] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.797174] Write protecting the kernel read-only data: 14336k\n[ 0.798735] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.800550] 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.279594] 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.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.44s]\nping 10.10.10.7 OK\nping 10.10.10.8 OK\n"} 2018-09-04 12:35:39,495 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/04cc9505-c6d4-4997-9dec-681b8c15f1ad/action used request id req-da27ee34-8672-43d6-a543-9430106d3335 2018-09-04 12:35:41,498 - sdnvpn_test_utils - INFO - Waiting for instance a2eb6af8-823c-4429-a699-7bc13fcc4fa3 to boot up 2018-09-04 12:35:41,502 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/servers/a2eb6af8-823c-4429-a699-7bc13fcc4fa3/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}67842059fa46f9c81248555262e978a798f27ec3" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-04 12:35:42,578 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12:35: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-d73e25f1-b65f-4717-89de-709c722e22a7 x-compute-request-id: req-d73e25f1-b65f-4717-89de-709c722e22a7 Content-Encoding: gzip Content-Length: 8109 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 563783808 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 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.132494] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.134197] pid_max: default: 32768 minimum: 301\n[ 0.135086] ACPI: Core revision 20150930\n[ 0.136481] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.137769] Security Framework initialized\n[ 0.138606] Yama: becoming mindful.\n[ 0.139330] AppArmor: AppArmor initialized\n[ 0.140223] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.141581] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.142872] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144100] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.145507] Initializing cgroup subsys io\n[ 0.146354] Initializing cgroup subsys memory\n[ 0.147245] Initializing cgroup subsys devices\n[ 0.148160] Initializing cgroup subsys freezer\n[ 0.149041] Initializing cgroup subsys net_cls\n[ 0.149919] Initializing cgroup subsys perf_event\n[ 0.150844] Initializing cgroup subsys net_prio\n[ 0.151755] Initializing cgroup subsys hugetlb\n[ 0.152648] Initializing cgroup subsys pids\n[ 0.153556] CPU: Physical Processor ID: 0\n[ 0.155075] mce: CPU supports 10 MCE banks\n[ 0.155957] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.156974] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.167951] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.174234] ftrace: allocating 31920 entries in 125 pages\n[ 0.200221] smpboot: Max logical packages: 1\n[ 0.201133] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.202477] x2apic enabled\n[ 0.203273] Switched APIC routing to physical x2apic.\n[ 0.205041] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.206155] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.208157] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.209945] KVM setup paravirtual spinlock\n[ 0.211228] x86: Booted up 1 node, 1 CPUs\n[ 0.212031] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.213447] devtmpfs: initialized\n[ 0.215162] evm: security.selinux\n[ 0.215885] evm: security.SMACK64\n[ 0.216572] evm: security.SMACK64EXEC\n[ 0.217317] evm: security.SMACK64TRANSMUTE\n[ 0.218147] evm: security.SMACK64MMAP\n[ 0.218886] evm: security.ima\n[ 0.219520] evm: security.capability\n[ 0.220424] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.222332] pinctrl core: initialized pinctrl subsystem\n[ 0.223459] RTC time: 12:33:57, date: 09/04/18\n[ 0.224449] NET: Registered protocol family 16\n[ 0.225435] cpuidle: using governor ladder\n[ 0.226289] cpuidle: using governor menu\n[ 0.227115] PCCT header not found.\n[ 0.227874] ACPI: bus type PCI registered\n[ 0.228752] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.230022] PCI: Using configuration type 1 for base access\n[ 0.231791] ACPI: Added _OSI(Module Device)\n[ 0.232656] ACPI: Added _OSI(Processor Device)\n[ 0.233550] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.234473] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.236565] ACPI: Interpreter enabled\n[ 0.237360] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.239239] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.241080] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.242970] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.244825] ACPI: (supports S0 S5)\n[ 0.245522] ACPI: Using IOAPIC for interrupt routing\n[ 0.246611] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.249774] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.250930] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.252185] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.253399] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.255676] acpiphp: Slot [3] registered\n[ 0.256483] acpiphp: Slot [4] registered\n[ 0.257294] acpiphp: Slot [5] registered\n[ 0.258107] acpiphp: Slot [6] registered\n[ 0.258909] acpiphp: Slot [7] registered\n[ 0.259717] acpiphp: Slot [8] registered\n[ 0.260542] acpiphp: Slot [9] registered\n[ 0.261378] acpiphp: Slot [10] registered\n[ 0.262206] acpiphp: Slot [11] registered\n[ 0.263022] acpiphp: Slot [12] registered\n[ 0.263867] acpiphp: Slot [13] registered\n[ 0.264679] acpiphp: Slot [14] registered\n[ 0.265515] acpiphp: Slot [15] registered\n[ 0.276366] acpiphp: Slot [16] registered\n[ 0.277202] acpiphp: Slot [17] registered\n[ 0.278024] acpiphp: Slot [18] registered\n[ 0.278860] acpiphp: Slot [19] registered\n[ 0.279678] acpiphp: Slot [20] registered\n[ 0.280504] acpiphp: Slot [21] registered\n[ 0.281328] acpiphp: Slot [22] registered\n[ 0.282151] acpiphp: Slot [23] registered\n[ 0.282970] acpiphp: Slot [24] registered\n[ 0.283813] acpiphp: Slot [25] registered\n[ 0.284649] acpiphp: Slot [26] registered\n[ 0.285477] acpiphp: Slot [27] registered\n[ 0.286307] acpiphp: Slot [28] registered\n[ 0.287137] acpiphp: Slot [29] registered\n[ 0.287972] acpiphp: Slot [30] registered\n[ 0.288796] acpiphp: Slot [31] registered\n[ 0.289625] PCI host bridge to bus 0000:00\n[ 0.290455] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.291710] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.292950] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.294423] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.295897] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.302054] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.303356] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.304548] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.305842] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.312739] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.314227] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.362652] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.364196] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.365651] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.367096] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.368509] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.370492] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.371693] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.372771] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.374352] vgaarb: loaded\n[ 0.374964] vgaarb: bridge control possible 0000:00:02.0\n[ 0.376113] SCSI subsystem initialized\n[ 0.376948] ACPI: bus type USB registered\n[ 0.377775] usbcore: registered new interface driver usbfs\n[ 0.378833] usbcore: registered new interface driver hub\n[ 0.379860] usbcore: registered new device driver usb\n[ 0.380949] PCI: Using ACPI for IRQ routing\n[ 0.381995] NetLabel: Initializing\n[ 0.382724] NetLabel: domain hash size = 128\n[ 0.383622] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.384612] NetLabel: unlabeled traffic allowed by default\n[ 0.385734] clocksource: Switched to clocksource kvm-clock\n[ 0.391242] AppArmor: AppArmor Filesystem Enabled\n[ 0.392552] pnp: PnP ACPI init\n[ 0.393682] pnp: PnP ACPI: found 5 devices\n[ 0.400334] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.402667] NET: Registered protocol family 2\n[ 0.403923] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.405640] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.407190] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.408765] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.410231] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.411825] NET: Registered protocol family 1\n[ 0.412989] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.414493] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.415945] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.430389] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.445126] Trying to unpack rootfs image as initramfs...\n[ 0.495333] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.509580] Scanning for low memory corruption every 60 seconds\n[ 0.511200] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.512653] audit: initializing netlink subsys (disabled)\n[ 0.513992] audit: type=2000 audit(1536064438.698:1): initialized\n[ 0.515595] Initialise system trusted keyring\n[ 0.516732] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.518245] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.520521] zbud: loaded\n[ 0.521335] VFS: Disk quotas dquot_6.6.0\n[ 0.522355] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.524131] fuse init (API version 7.23)\n[ 0.525229] Key type big_key registered\n[ 0.526197] Allocating IMA MOK and blacklist keyrings.\n[ 0.527576] Key type asymmetric registered\n[ 0.528588] Asymmetric key parser 'x509' registered\n[ 0.529774] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.531955] io scheduler noop registered\n[ 0.532930] io scheduler deadline registered (default)\n[ 0.534174] io scheduler cfq registered\n[ 0.535187] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.536492] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.539658] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.541523] ACPI: Power Button [PWRF]\n[ 0.542563] GHES: HEST is not enabled!\n[ 0.556465] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.585275] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.588021] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.613600] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.616419] Linux agpgart interface v0.103\n[ 0.618846] brd: module loaded\n[ 0.620312] loop: module loaded\n[ 0.625493] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.626983] GPT:90111 != 2097151\n[ 0.627671] GPT:Alternate GPT header not at the end of the disk.\n[ 0.628776] GPT:90111 != 2097151\n[ 0.629464] GPT: Use GNU Parted to correct GPT errors.\n[ 0.630461] vda: vda1 vda15\n[ 0.631889] scsi host0: ata_piix\n[ 0.632635] scsi host1: ata_piix\n[ 0.633350] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.634571] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.636012] libphy: Fixed MDIO Bus: probed\n[ 0.636827] tun: Universal TUN/TAP device driver, 1.6\n[ 0.637772] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.639872] PPP generic driver version 2.4.2\n[ 0.640849] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.642177] ehci-pci: EHCI PCI platform driver\n[ 0.643046] ehci-platform: EHCI generic platform driver\n[ 0.644028] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.645230] ohci-pci: OHCI PCI platform driver\n[ 0.646137] ohci-platform: OHCI generic platform driver\n[ 0.647144] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.661624] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.662644] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.664113] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.665145] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.666266] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.667490] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.668905] usb usb1: Product: UHCI Host Controller\n[ 0.669858] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.670999] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.672042] hub 1-0:1.0: USB hub found\n[ 0.672823] hub 1-0:1.0: 2 ports detected\n[ 0.673725] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.675859] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.676814] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.677849] mousedev: PS/2 mouse device common for all mice\n[ 0.679149] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.681027] rtc_cmos 00:00: RTC can wake from S4\n[ 0.682121] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.683305] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.684490] i2c /dev entries driver\n[ 0.685238] device-mapper: uevent: version 1.0.3\n[ 0.686177] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.687795] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.689083] NET: Registered protocol family 10\n[ 0.690187] NET: Registered protocol family 17\n[ 0.691081] Key type dns_resolver registered\n[ 0.692009] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.693105] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.694855] registered taskstats version 1\n[ 0.695690] Loading compiled-in X.509 certificates\n[ 0.697122] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.699001] zswap: loaded using pool lzo/zbud\n[ 0.700368] Key type trusted registered\n[ 0.701929] Key type encrypted registered\n[ 0.702753] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.703783] ima: No TPM chip found, activating TPM-bypass!\n[ 0.704823] evm: HMAC attrs: 0x1\n[ 0.706128] Magic number: 2:619:581\n[ 0.706985] rtc_cmos 00:00: setting system clock to 2018-09-04 12:33:58 UTC (1536064438)\n[ 0.708581] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.709690] EDD information not available.\n[ 0.790269] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.791703] ata1.00: configured for MWDMA2\n[ 0.792903] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.805345] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.806665] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.807917] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.809784] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.811330] Write protecting the kernel read-only data: 14336k\n[ 0.812898] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.814704] 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.871983] 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.71\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found 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\"\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 3.60s]\nping 10.10.11.5 KO\nping 10.10.11.5 KO\nping 10.10.11.5 OK\nping 10.10.11.5 OK\nping 10.10.11.5 OK\nping 10.10.11.5 OK\nping 10.10.11.5 OK\nping 10.10.11.5 OK\n"} 2018-09-04 12:35:42,579 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/a2eb6af8-823c-4429-a699-7bc13fcc4fa3/action used request id req-d73e25f1-b65f-4717-89de-709c722e22a7 2018-09-04 12:35:44,585 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/servers/04cc9505-c6d4-4997-9dec-681b8c15f1ad/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bfbd61787433c3d9514c34075f378004a089e75e" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-04 12:35:45,658 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12:35: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-c4a2546d-9707-41f1-9cde-46dc028b171c x-compute-request-id: req-c4a2546d-9707-41f1-9cde-46dc028b171c Content-Encoding: gzip Content-Length: 8094 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 517947766 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 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.134178] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.135855] pid_max: default: 32768 minimum: 301\n[ 0.136757] ACPI: Core revision 20150930\n[ 0.138161] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.139492] Security Framework initialized\n[ 0.140317] Yama: becoming mindful.\n[ 0.141050] AppArmor: AppArmor initialized\n[ 0.141928] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.143282] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.144571] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.145805] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.147205] Initializing cgroup subsys io\n[ 0.148027] Initializing cgroup subsys memory\n[ 0.148896] Initializing cgroup subsys devices\n[ 0.149792] Initializing cgroup subsys freezer\n[ 0.150679] Initializing cgroup subsys net_cls\n[ 0.151557] Initializing cgroup subsys perf_event\n[ 0.152473] Initializing cgroup subsys net_prio\n[ 0.153379] Initializing cgroup subsys hugetlb\n[ 0.154255] Initializing cgroup subsys pids\n[ 0.155139] CPU: Physical Processor ID: 0\n[ 0.156661] mce: CPU supports 10 MCE banks\n[ 0.157533] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.158553] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.170521] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.177083] ftrace: allocating 31920 entries in 125 pages\n[ 0.203472] smpboot: Max logical packages: 1\n[ 0.204367] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.205748] x2apic enabled\n[ 0.206573] Switched APIC routing to physical x2apic.\n[ 0.208342] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.209479] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.211505] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.213322] KVM setup paravirtual spinlock\n[ 0.214630] x86: Booted up 1 node, 1 CPUs\n[ 0.215450] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.216859] devtmpfs: initialized\n[ 0.218595] evm: security.selinux\n[ 0.219310] evm: security.SMACK64\n[ 0.220013] evm: security.SMACK64EXEC\n[ 0.220774] evm: security.SMACK64TRANSMUTE\n[ 0.221602] evm: security.SMACK64MMAP\n[ 0.222366] evm: security.ima\n[ 0.223020] evm: security.capability\n[ 0.223843] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.225734] pinctrl core: initialized pinctrl subsystem\n[ 0.226862] RTC time: 12:34:11, date: 09/04/18\n[ 0.227827] NET: Registered protocol family 16\n[ 0.228810] cpuidle: using governor ladder\n[ 0.229645] cpuidle: using governor menu\n[ 0.230444] PCCT header not found.\n[ 0.231213] ACPI: bus type PCI registered\n[ 0.232033] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.233303] PCI: Using configuration type 1 for base access\n[ 0.235078] ACPI: Added _OSI(Module Device)\n[ 0.235941] ACPI: Added _OSI(Processor Device)\n[ 0.236819] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.237732] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.239857] ACPI: Interpreter enabled\n[ 0.240652] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.242538] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.244410] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.246299] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.248172] ACPI: (supports S0 S5)\n[ 0.248894] ACPI: Using IOAPIC for interrupt routing\n[ 0.249964] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.253074] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.254246] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.255504] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.256718] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.258962] acpiphp: Slot [3] registered\n[ 0.259777] acpiphp: Slot [4] registered\n[ 0.260592] acpiphp: Slot [5] registered\n[ 0.261400] acpiphp: Slot [6] registered\n[ 0.262205] acpiphp: Slot [7] registered\n[ 0.263023] acpiphp: Slot [8] registered\n[ 0.263837] acpiphp: Slot [9] registered\n[ 0.264653] acpiphp: Slot [10] registered\n[ 0.265473] acpiphp: Slot [11] registered\n[ 0.266299] acpiphp: Slot [12] registered\n[ 0.267186] acpiphp: Slot [13] registered\n[ 0.268045] acpiphp: Slot [14] registered\n[ 0.268898] acpiphp: Slot [15] registered\n[ 0.280147] acpiphp: Slot [16] registered\n[ 0.281028] acpiphp: Slot [17] registered\n[ 0.281890] acpiphp: Slot [18] registered\n[ 0.282747] acpiphp: Slot [19] registered\n[ 0.283609] acpiphp: Slot [20] registered\n[ 0.284444] acpiphp: Slot [21] registered\n[ 0.285280] acpiphp: Slot [22] registered\n[ 0.286106] acpiphp: Slot [23] registered\n[ 0.286945] acpiphp: Slot [24] registered\n[ 0.287772] acpiphp: Slot [25] registered\n[ 0.288625] acpiphp: Slot [26] registered\n[ 0.289489] acpiphp: Slot [27] registered\n[ 0.290357] acpiphp: Slot [28] registered\n[ 0.291202] acpiphp: Slot [29] registered\n[ 0.292062] acpiphp: Slot [30] registered\n[ 0.292929] acpiphp: Slot [31] registered\n[ 0.293785] PCI host bridge to bus 0000:00\n[ 0.294640] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.295912] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.297192] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.298717] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.300246] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.306481] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.307845] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.309110] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.310424] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.316676] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.318205] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.363778] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.365308] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.366800] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.368282] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.369768] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.371062] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.372256] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.373474] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.375132] vgaarb: loaded\n[ 0.375803] vgaarb: bridge control possible 0000:00:02.0\n[ 0.377066] SCSI subsystem initialized\n[ 0.377935] ACPI: bus type USB registered\n[ 0.378792] usbcore: registered new interface driver usbfs\n[ 0.379921] usbcore: registered new interface driver hub\n[ 0.381027] usbcore: registered new device driver usb\n[ 0.382165] PCI: Using ACPI for IRQ routing\n[ 0.383336] NetLabel: Initializing\n[ 0.384127] NetLabel: domain hash size = 128\n[ 0.385062] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.386103] NetLabel: unlabeled traffic allowed by default\n[ 0.387311] clocksource: Switched to clocksource kvm-clock\n[ 0.392753] AppArmor: AppArmor Filesystem Enabled\n[ 0.393795] pnp: PnP ACPI init\n[ 0.394703] pnp: PnP ACPI: found 5 devices\n[ 0.401073] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.402827] NET: Registered protocol family 2\n[ 0.403802] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.405097] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.406291] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.407482] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.408582] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.409765] NET: Registered protocol family 1\n[ 0.410651] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.411778] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.412878] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.426946] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.441209] Trying to unpack rootfs image as initramfs...\n[ 0.490566] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.504455] Scanning for low memory corruption every 60 seconds\n[ 0.505802] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.506975] audit: initializing netlink subsys (disabled)\n[ 0.508036] audit: type=2000 audit(1536064452.285:1): initialized\n[ 0.509391] Initialise system trusted keyring\n[ 0.510342] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.511593] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.513579] zbud: loaded\n[ 0.514293] VFS: Disk quotas dquot_6.6.0\n[ 0.515114] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.516633] fuse init (API version 7.23)\n[ 0.517536] Key type big_key registered\n[ 0.518346] Allocating IMA MOK and blacklist keyrings.\n[ 0.519462] Key type asymmetric registered\n[ 0.520296] Asymmetric key parser 'x509' registered\n[ 0.521259] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.523097] io scheduler noop registered\n[ 0.523911] io scheduler deadline registered (default)\n[ 0.524915] io scheduler cfq registered\n[ 0.525753] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.526810] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.528087] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.529548] ACPI: Power Button [PWRF]\n[ 0.530384] GHES: HEST is not enabled!\n[ 0.544068] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.573634] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.576931] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.600849] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.602998] Linux agpgart interface v0.103\n[ 0.605036] brd: module loaded\n[ 0.606248] loop: module loaded\n[ 0.612686] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.614145] GPT:90111 != 2097151\n[ 0.614853] GPT:Alternate GPT header not at the end of the disk.\n[ 0.615954] GPT:90111 != 2097151\n[ 0.616638] GPT: Use GNU Parted to correct GPT errors.\n[ 0.617605] vda: vda1 vda15\n[ 0.619021] scsi host0: ata_piix\n[ 0.619779] scsi host1: ata_piix\n[ 0.620491] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.621710] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.623146] libphy: Fixed MDIO Bus: probed\n[ 0.623978] tun: Universal TUN/TAP device driver, 1.6\n[ 0.624934] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.627083] PPP generic driver version 2.4.2\n[ 0.627991] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.629260] ehci-pci: EHCI PCI platform driver\n[ 0.630134] ehci-platform: EHCI generic platform driver\n[ 0.631124] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.632265] ohci-pci: OHCI PCI platform driver\n[ 0.633138] ohci-platform: OHCI generic platform driver\n[ 0.634142] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.648505] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.649504] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.650958] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.651991] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.653119] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.654350] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.655783] usb usb1: Product: UHCI Host Controller\n[ 0.656724] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.657872] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.658890] hub 1-0:1.0: USB hub found\n[ 0.659680] hub 1-0:1.0: 2 ports detected\n[ 0.660588] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.662721] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.663689] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.664724] mousedev: PS/2 mouse device common for all mice\n[ 0.665978] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.667826] rtc_cmos 00:00: RTC can wake from S4\n[ 0.668920] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.670126] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.671331] i2c /dev entries driver\n[ 0.672089] device-mapper: uevent: version 1.0.3\n[ 0.673029] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.674663] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.675957] NET: Registered protocol family 10\n[ 0.676967] NET: Registered protocol family 17\n[ 0.677867] Key type dns_resolver registered\n[ 0.678801] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.679914] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.681677] registered taskstats version 1\n[ 0.682510] Loading compiled-in X.509 certificates\n[ 0.683950] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.685812] zswap: loaded using pool lzo/zbud\n[ 0.687168] Key type trusted registered\n[ 0.688731] Key type encrypted registered\n[ 0.689571] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.690608] ima: No TPM chip found, activating TPM-bypass!\n[ 0.691666] evm: HMAC attrs: 0x1\n[ 0.692607] Magic number: 2:619:581\n[ 0.693459] rtc_cmos 00:00: setting system clock to 2018-09-04 12:34:12 UTC (1536064452)\n[ 0.695067] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.696205] EDD information not available.\n[ 0.775834] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.777266] ata1.00: configured for MWDMA2\n[ 0.778460] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.791284] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.792517] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.793769] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.795638] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.797174] Write protecting the kernel read-only data: 14336k\n[ 0.798735] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.800550] 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.279594] 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.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.44s]\nping 10.10.10.7 OK\nping 10.10.10.8 OK\n"} 2018-09-04 12:35:45,659 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/04cc9505-c6d4-4997-9dec-681b8c15f1ad/action used request id req-c4a2546d-9707-41f1-9cde-46dc028b171c 2018-09-04 12:35:45,660 - sdnvpn-results - DEBUG - Ping from 'sdnvpn-1-1' (10.10.10.11) to 'sdnvpn-1-2' (10.10.10.7). -->Expected result: can ping. 2018-09-04 12:35:45,664 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/servers/04cc9505-c6d4-4997-9dec-681b8c15f1ad/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bfbd61787433c3d9514c34075f378004a089e75e" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-04 12:35:46,736 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12:35: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-7b44120e-755d-428f-8ac0-ef5177d9ea6c x-compute-request-id: req-7b44120e-755d-428f-8ac0-ef5177d9ea6c Content-Encoding: gzip Content-Length: 8094 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 517947766 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 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.134178] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.135855] pid_max: default: 32768 minimum: 301\n[ 0.136757] ACPI: Core revision 20150930\n[ 0.138161] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.139492] Security Framework initialized\n[ 0.140317] Yama: becoming mindful.\n[ 0.141050] AppArmor: AppArmor initialized\n[ 0.141928] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.143282] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.144571] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.145805] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.147205] Initializing cgroup subsys io\n[ 0.148027] Initializing cgroup subsys memory\n[ 0.148896] Initializing cgroup subsys devices\n[ 0.149792] Initializing cgroup subsys freezer\n[ 0.150679] Initializing cgroup subsys net_cls\n[ 0.151557] Initializing cgroup subsys perf_event\n[ 0.152473] Initializing cgroup subsys net_prio\n[ 0.153379] Initializing cgroup subsys hugetlb\n[ 0.154255] Initializing cgroup subsys pids\n[ 0.155139] CPU: Physical Processor ID: 0\n[ 0.156661] mce: CPU supports 10 MCE banks\n[ 0.157533] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.158553] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.170521] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.177083] ftrace: allocating 31920 entries in 125 pages\n[ 0.203472] smpboot: Max logical packages: 1\n[ 0.204367] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.205748] x2apic enabled\n[ 0.206573] Switched APIC routing to physical x2apic.\n[ 0.208342] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.209479] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.211505] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.213322] KVM setup paravirtual spinlock\n[ 0.214630] x86: Booted up 1 node, 1 CPUs\n[ 0.215450] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.216859] devtmpfs: initialized\n[ 0.218595] evm: security.selinux\n[ 0.219310] evm: security.SMACK64\n[ 0.220013] evm: security.SMACK64EXEC\n[ 0.220774] evm: security.SMACK64TRANSMUTE\n[ 0.221602] evm: security.SMACK64MMAP\n[ 0.222366] evm: security.ima\n[ 0.223020] evm: security.capability\n[ 0.223843] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.225734] pinctrl core: initialized pinctrl subsystem\n[ 0.226862] RTC time: 12:34:11, date: 09/04/18\n[ 0.227827] NET: Registered protocol family 16\n[ 0.228810] cpuidle: using governor ladder\n[ 0.229645] cpuidle: using governor menu\n[ 0.230444] PCCT header not found.\n[ 0.231213] ACPI: bus type PCI registered\n[ 0.232033] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.233303] PCI: Using configuration type 1 for base access\n[ 0.235078] ACPI: Added _OSI(Module Device)\n[ 0.235941] ACPI: Added _OSI(Processor Device)\n[ 0.236819] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.237732] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.239857] ACPI: Interpreter enabled\n[ 0.240652] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.242538] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.244410] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.246299] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.248172] ACPI: (supports S0 S5)\n[ 0.248894] ACPI: Using IOAPIC for interrupt routing\n[ 0.249964] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.253074] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.254246] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.255504] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.256718] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.258962] acpiphp: Slot [3] registered\n[ 0.259777] acpiphp: Slot [4] registered\n[ 0.260592] acpiphp: Slot [5] registered\n[ 0.261400] acpiphp: Slot [6] registered\n[ 0.262205] acpiphp: Slot [7] registered\n[ 0.263023] acpiphp: Slot [8] registered\n[ 0.263837] acpiphp: Slot [9] registered\n[ 0.264653] acpiphp: Slot [10] registered\n[ 0.265473] acpiphp: Slot [11] registered\n[ 0.266299] acpiphp: Slot [12] registered\n[ 0.267186] acpiphp: Slot [13] registered\n[ 0.268045] acpiphp: Slot [14] registered\n[ 0.268898] acpiphp: Slot [15] registered\n[ 0.280147] acpiphp: Slot [16] registered\n[ 0.281028] acpiphp: Slot [17] registered\n[ 0.281890] acpiphp: Slot [18] registered\n[ 0.282747] acpiphp: Slot [19] registered\n[ 0.283609] acpiphp: Slot [20] registered\n[ 0.284444] acpiphp: Slot [21] registered\n[ 0.285280] acpiphp: Slot [22] registered\n[ 0.286106] acpiphp: Slot [23] registered\n[ 0.286945] acpiphp: Slot [24] registered\n[ 0.287772] acpiphp: Slot [25] registered\n[ 0.288625] acpiphp: Slot [26] registered\n[ 0.289489] acpiphp: Slot [27] registered\n[ 0.290357] acpiphp: Slot [28] registered\n[ 0.291202] acpiphp: Slot [29] registered\n[ 0.292062] acpiphp: Slot [30] registered\n[ 0.292929] acpiphp: Slot [31] registered\n[ 0.293785] PCI host bridge to bus 0000:00\n[ 0.294640] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.295912] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.297192] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.298717] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.300246] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.306481] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.307845] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.309110] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.310424] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.316676] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.318205] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.363778] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.365308] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.366800] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.368282] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.369768] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.371062] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.372256] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.373474] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.375132] vgaarb: loaded\n[ 0.375803] vgaarb: bridge control possible 0000:00:02.0\n[ 0.377066] SCSI subsystem initialized\n[ 0.377935] ACPI: bus type USB registered\n[ 0.378792] usbcore: registered new interface driver usbfs\n[ 0.379921] usbcore: registered new interface driver hub\n[ 0.381027] usbcore: registered new device driver usb\n[ 0.382165] PCI: Using ACPI for IRQ routing\n[ 0.383336] NetLabel: Initializing\n[ 0.384127] NetLabel: domain hash size = 128\n[ 0.385062] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.386103] NetLabel: unlabeled traffic allowed by default\n[ 0.387311] clocksource: Switched to clocksource kvm-clock\n[ 0.392753] AppArmor: AppArmor Filesystem Enabled\n[ 0.393795] pnp: PnP ACPI init\n[ 0.394703] pnp: PnP ACPI: found 5 devices\n[ 0.401073] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.402827] NET: Registered protocol family 2\n[ 0.403802] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.405097] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.406291] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.407482] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.408582] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.409765] NET: Registered protocol family 1\n[ 0.410651] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.411778] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.412878] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.426946] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.441209] Trying to unpack rootfs image as initramfs...\n[ 0.490566] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.504455] Scanning for low memory corruption every 60 seconds\n[ 0.505802] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.506975] audit: initializing netlink subsys (disabled)\n[ 0.508036] audit: type=2000 audit(1536064452.285:1): initialized\n[ 0.509391] Initialise system trusted keyring\n[ 0.510342] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.511593] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.513579] zbud: loaded\n[ 0.514293] VFS: Disk quotas dquot_6.6.0\n[ 0.515114] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.516633] fuse init (API version 7.23)\n[ 0.517536] Key type big_key registered\n[ 0.518346] Allocating IMA MOK and blacklist keyrings.\n[ 0.519462] Key type asymmetric registered\n[ 0.520296] Asymmetric key parser 'x509' registered\n[ 0.521259] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.523097] io scheduler noop registered\n[ 0.523911] io scheduler deadline registered (default)\n[ 0.524915] io scheduler cfq registered\n[ 0.525753] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.526810] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.528087] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.529548] ACPI: Power Button [PWRF]\n[ 0.530384] GHES: HEST is not enabled!\n[ 0.544068] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.573634] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.576931] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.600849] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.602998] Linux agpgart interface v0.103\n[ 0.605036] brd: module loaded\n[ 0.606248] loop: module loaded\n[ 0.612686] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.614145] GPT:90111 != 2097151\n[ 0.614853] GPT:Alternate GPT header not at the end of the disk.\n[ 0.615954] GPT:90111 != 2097151\n[ 0.616638] GPT: Use GNU Parted to correct GPT errors.\n[ 0.617605] vda: vda1 vda15\n[ 0.619021] scsi host0: ata_piix\n[ 0.619779] scsi host1: ata_piix\n[ 0.620491] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.621710] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.623146] libphy: Fixed MDIO Bus: probed\n[ 0.623978] tun: Universal TUN/TAP device driver, 1.6\n[ 0.624934] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.627083] PPP generic driver version 2.4.2\n[ 0.627991] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.629260] ehci-pci: EHCI PCI platform driver\n[ 0.630134] ehci-platform: EHCI generic platform driver\n[ 0.631124] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.632265] ohci-pci: OHCI PCI platform driver\n[ 0.633138] ohci-platform: OHCI generic platform driver\n[ 0.634142] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.648505] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.649504] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.650958] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.651991] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.653119] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.654350] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.655783] usb usb1: Product: UHCI Host Controller\n[ 0.656724] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.657872] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.658890] hub 1-0:1.0: USB hub found\n[ 0.659680] hub 1-0:1.0: 2 ports detected\n[ 0.660588] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.662721] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.663689] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.664724] mousedev: PS/2 mouse device common for all mice\n[ 0.665978] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.667826] rtc_cmos 00:00: RTC can wake from S4\n[ 0.668920] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.670126] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.671331] i2c /dev entries driver\n[ 0.672089] device-mapper: uevent: version 1.0.3\n[ 0.673029] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.674663] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.675957] NET: Registered protocol family 10\n[ 0.676967] NET: Registered protocol family 17\n[ 0.677867] Key type dns_resolver registered\n[ 0.678801] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.679914] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.681677] registered taskstats version 1\n[ 0.682510] Loading compiled-in X.509 certificates\n[ 0.683950] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.685812] zswap: loaded using pool lzo/zbud\n[ 0.687168] Key type trusted registered\n[ 0.688731] Key type encrypted registered\n[ 0.689571] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.690608] ima: No TPM chip found, activating TPM-bypass!\n[ 0.691666] evm: HMAC attrs: 0x1\n[ 0.692607] Magic number: 2:619:581\n[ 0.693459] rtc_cmos 00:00: setting system clock to 2018-09-04 12:34:12 UTC (1536064452)\n[ 0.695067] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.696205] EDD information not available.\n[ 0.775834] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.777266] ata1.00: configured for MWDMA2\n[ 0.778460] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.791284] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.792517] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.793769] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.795638] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.797174] Write protecting the kernel read-only data: 14336k\n[ 0.798735] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.800550] 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.279594] 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.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.44s]\nping 10.10.10.7 OK\nping 10.10.10.8 OK\n"} 2018-09-04 12:35:46,737 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/04cc9505-c6d4-4997-9dec-681b8c15f1ad/action used request id req-7b44120e-755d-428f-8ac0-ef5177d9ea6c 2018-09-04 12:35:46,738 - sdnvpn-results - DEBUG - [PASS] 'sdnvpn-1-1' can ping 'sdnvpn-1-2' 2018-09-04 12:35:46,741 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/servers/04cc9505-c6d4-4997-9dec-681b8c15f1ad/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bfbd61787433c3d9514c34075f378004a089e75e" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-04 12:35:47,806 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12: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-4d9d7cda-2a07-434f-9651-84fc36030929 x-compute-request-id: req-4d9d7cda-2a07-434f-9651-84fc36030929 Content-Encoding: gzip Content-Length: 8094 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 517947766 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 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.134178] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.135855] pid_max: default: 32768 minimum: 301\n[ 0.136757] ACPI: Core revision 20150930\n[ 0.138161] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.139492] Security Framework initialized\n[ 0.140317] Yama: becoming mindful.\n[ 0.141050] AppArmor: AppArmor initialized\n[ 0.141928] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.143282] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.144571] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.145805] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.147205] Initializing cgroup subsys io\n[ 0.148027] Initializing cgroup subsys memory\n[ 0.148896] Initializing cgroup subsys devices\n[ 0.149792] Initializing cgroup subsys freezer\n[ 0.150679] Initializing cgroup subsys net_cls\n[ 0.151557] Initializing cgroup subsys perf_event\n[ 0.152473] Initializing cgroup subsys net_prio\n[ 0.153379] Initializing cgroup subsys hugetlb\n[ 0.154255] Initializing cgroup subsys pids\n[ 0.155139] CPU: Physical Processor ID: 0\n[ 0.156661] mce: CPU supports 10 MCE banks\n[ 0.157533] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.158553] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.170521] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.177083] ftrace: allocating 31920 entries in 125 pages\n[ 0.203472] smpboot: Max logical packages: 1\n[ 0.204367] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.205748] x2apic enabled\n[ 0.206573] Switched APIC routing to physical x2apic.\n[ 0.208342] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.209479] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.211505] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.213322] KVM setup paravirtual spinlock\n[ 0.214630] x86: Booted up 1 node, 1 CPUs\n[ 0.215450] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.216859] devtmpfs: initialized\n[ 0.218595] evm: security.selinux\n[ 0.219310] evm: security.SMACK64\n[ 0.220013] evm: security.SMACK64EXEC\n[ 0.220774] evm: security.SMACK64TRANSMUTE\n[ 0.221602] evm: security.SMACK64MMAP\n[ 0.222366] evm: security.ima\n[ 0.223020] evm: security.capability\n[ 0.223843] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.225734] pinctrl core: initialized pinctrl subsystem\n[ 0.226862] RTC time: 12:34:11, date: 09/04/18\n[ 0.227827] NET: Registered protocol family 16\n[ 0.228810] cpuidle: using governor ladder\n[ 0.229645] cpuidle: using governor menu\n[ 0.230444] PCCT header not found.\n[ 0.231213] ACPI: bus type PCI registered\n[ 0.232033] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.233303] PCI: Using configuration type 1 for base access\n[ 0.235078] ACPI: Added _OSI(Module Device)\n[ 0.235941] ACPI: Added _OSI(Processor Device)\n[ 0.236819] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.237732] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.239857] ACPI: Interpreter enabled\n[ 0.240652] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.242538] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.244410] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.246299] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.248172] ACPI: (supports S0 S5)\n[ 0.248894] ACPI: Using IOAPIC for interrupt routing\n[ 0.249964] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.253074] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.254246] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.255504] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.256718] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.258962] acpiphp: Slot [3] registered\n[ 0.259777] acpiphp: Slot [4] registered\n[ 0.260592] acpiphp: Slot [5] registered\n[ 0.261400] acpiphp: Slot [6] registered\n[ 0.262205] acpiphp: Slot [7] registered\n[ 0.263023] acpiphp: Slot [8] registered\n[ 0.263837] acpiphp: Slot [9] registered\n[ 0.264653] acpiphp: Slot [10] registered\n[ 0.265473] acpiphp: Slot [11] registered\n[ 0.266299] acpiphp: Slot [12] registered\n[ 0.267186] acpiphp: Slot [13] registered\n[ 0.268045] acpiphp: Slot [14] registered\n[ 0.268898] acpiphp: Slot [15] registered\n[ 0.280147] acpiphp: Slot [16] registered\n[ 0.281028] acpiphp: Slot [17] registered\n[ 0.281890] acpiphp: Slot [18] registered\n[ 0.282747] acpiphp: Slot [19] registered\n[ 0.283609] acpiphp: Slot [20] registered\n[ 0.284444] acpiphp: Slot [21] registered\n[ 0.285280] acpiphp: Slot [22] registered\n[ 0.286106] acpiphp: Slot [23] registered\n[ 0.286945] acpiphp: Slot [24] registered\n[ 0.287772] acpiphp: Slot [25] registered\n[ 0.288625] acpiphp: Slot [26] registered\n[ 0.289489] acpiphp: Slot [27] registered\n[ 0.290357] acpiphp: Slot [28] registered\n[ 0.291202] acpiphp: Slot [29] registered\n[ 0.292062] acpiphp: Slot [30] registered\n[ 0.292929] acpiphp: Slot [31] registered\n[ 0.293785] PCI host bridge to bus 0000:00\n[ 0.294640] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.295912] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.297192] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.298717] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.300246] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.306481] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.307845] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.309110] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.310424] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.316676] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.318205] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.363778] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.365308] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.366800] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.368282] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.369768] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.371062] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.372256] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.373474] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.375132] vgaarb: loaded\n[ 0.375803] vgaarb: bridge control possible 0000:00:02.0\n[ 0.377066] SCSI subsystem initialized\n[ 0.377935] ACPI: bus type USB registered\n[ 0.378792] usbcore: registered new interface driver usbfs\n[ 0.379921] usbcore: registered new interface driver hub\n[ 0.381027] usbcore: registered new device driver usb\n[ 0.382165] PCI: Using ACPI for IRQ routing\n[ 0.383336] NetLabel: Initializing\n[ 0.384127] NetLabel: domain hash size = 128\n[ 0.385062] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.386103] NetLabel: unlabeled traffic allowed by default\n[ 0.387311] clocksource: Switched to clocksource kvm-clock\n[ 0.392753] AppArmor: AppArmor Filesystem Enabled\n[ 0.393795] pnp: PnP ACPI init\n[ 0.394703] pnp: PnP ACPI: found 5 devices\n[ 0.401073] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.402827] NET: Registered protocol family 2\n[ 0.403802] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.405097] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.406291] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.407482] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.408582] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.409765] NET: Registered protocol family 1\n[ 0.410651] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.411778] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.412878] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.426946] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.441209] Trying to unpack rootfs image as initramfs...\n[ 0.490566] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.504455] Scanning for low memory corruption every 60 seconds\n[ 0.505802] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.506975] audit: initializing netlink subsys (disabled)\n[ 0.508036] audit: type=2000 audit(1536064452.285:1): initialized\n[ 0.509391] Initialise system trusted keyring\n[ 0.510342] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.511593] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.513579] zbud: loaded\n[ 0.514293] VFS: Disk quotas dquot_6.6.0\n[ 0.515114] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.516633] fuse init (API version 7.23)\n[ 0.517536] Key type big_key registered\n[ 0.518346] Allocating IMA MOK and blacklist keyrings.\n[ 0.519462] Key type asymmetric registered\n[ 0.520296] Asymmetric key parser 'x509' registered\n[ 0.521259] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.523097] io scheduler noop registered\n[ 0.523911] io scheduler deadline registered (default)\n[ 0.524915] io scheduler cfq registered\n[ 0.525753] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.526810] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.528087] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.529548] ACPI: Power Button [PWRF]\n[ 0.530384] GHES: HEST is not enabled!\n[ 0.544068] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.573634] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.576931] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.600849] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.602998] Linux agpgart interface v0.103\n[ 0.605036] brd: module loaded\n[ 0.606248] loop: module loaded\n[ 0.612686] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.614145] GPT:90111 != 2097151\n[ 0.614853] GPT:Alternate GPT header not at the end of the disk.\n[ 0.615954] GPT:90111 != 2097151\n[ 0.616638] GPT: Use GNU Parted to correct GPT errors.\n[ 0.617605] vda: vda1 vda15\n[ 0.619021] scsi host0: ata_piix\n[ 0.619779] scsi host1: ata_piix\n[ 0.620491] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.621710] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.623146] libphy: Fixed MDIO Bus: probed\n[ 0.623978] tun: Universal TUN/TAP device driver, 1.6\n[ 0.624934] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.627083] PPP generic driver version 2.4.2\n[ 0.627991] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.629260] ehci-pci: EHCI PCI platform driver\n[ 0.630134] ehci-platform: EHCI generic platform driver\n[ 0.631124] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.632265] ohci-pci: OHCI PCI platform driver\n[ 0.633138] ohci-platform: OHCI generic platform driver\n[ 0.634142] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.648505] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.649504] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.650958] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.651991] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.653119] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.654350] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.655783] usb usb1: Product: UHCI Host Controller\n[ 0.656724] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.657872] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.658890] hub 1-0:1.0: USB hub found\n[ 0.659680] hub 1-0:1.0: 2 ports detected\n[ 0.660588] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.662721] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.663689] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.664724] mousedev: PS/2 mouse device common for all mice\n[ 0.665978] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.667826] rtc_cmos 00:00: RTC can wake from S4\n[ 0.668920] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.670126] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.671331] i2c /dev entries driver\n[ 0.672089] device-mapper: uevent: version 1.0.3\n[ 0.673029] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.674663] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.675957] NET: Registered protocol family 10\n[ 0.676967] NET: Registered protocol family 17\n[ 0.677867] Key type dns_resolver registered\n[ 0.678801] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.679914] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.681677] registered taskstats version 1\n[ 0.682510] Loading compiled-in X.509 certificates\n[ 0.683950] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.685812] zswap: loaded using pool lzo/zbud\n[ 0.687168] Key type trusted registered\n[ 0.688731] Key type encrypted registered\n[ 0.689571] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.690608] ima: No TPM chip found, activating TPM-bypass!\n[ 0.691666] evm: HMAC attrs: 0x1\n[ 0.692607] Magic number: 2:619:581\n[ 0.693459] rtc_cmos 00:00: setting system clock to 2018-09-04 12:34:12 UTC (1536064452)\n[ 0.695067] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.696205] EDD information not available.\n[ 0.775834] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.777266] ata1.00: configured for MWDMA2\n[ 0.778460] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.791284] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.792517] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.793769] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.795638] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.797174] Write protecting the kernel read-only data: 14336k\n[ 0.798735] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.800550] 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.279594] 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.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.44s]\nping 10.10.10.7 OK\nping 10.10.10.8 OK\n"} 2018-09-04 12:35:47,807 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/04cc9505-c6d4-4997-9dec-681b8c15f1ad/action used request id req-4d9d7cda-2a07-434f-9651-84fc36030929 2018-09-04 12:35:47,808 - sdnvpn-results - DEBUG - Ping from 'sdnvpn-1-1' (10.10.10.11) to 'sdnvpn-1-3' (10.10.10.8). -->Expected result: can ping. 2018-09-04 12:35:47,811 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/servers/04cc9505-c6d4-4997-9dec-681b8c15f1ad/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bfbd61787433c3d9514c34075f378004a089e75e" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-04 12:35:48,881 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12:35: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-c19db9b2-309e-4fa4-aa1d-e3a7dbaebe46 x-compute-request-id: req-c19db9b2-309e-4fa4-aa1d-e3a7dbaebe46 Content-Encoding: gzip Content-Length: 8094 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 517947766 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 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.134178] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.135855] pid_max: default: 32768 minimum: 301\n[ 0.136757] ACPI: Core revision 20150930\n[ 0.138161] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.139492] Security Framework initialized\n[ 0.140317] Yama: becoming mindful.\n[ 0.141050] AppArmor: AppArmor initialized\n[ 0.141928] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.143282] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.144571] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.145805] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.147205] Initializing cgroup subsys io\n[ 0.148027] Initializing cgroup subsys memory\n[ 0.148896] Initializing cgroup subsys devices\n[ 0.149792] Initializing cgroup subsys freezer\n[ 0.150679] Initializing cgroup subsys net_cls\n[ 0.151557] Initializing cgroup subsys perf_event\n[ 0.152473] Initializing cgroup subsys net_prio\n[ 0.153379] Initializing cgroup subsys hugetlb\n[ 0.154255] Initializing cgroup subsys pids\n[ 0.155139] CPU: Physical Processor ID: 0\n[ 0.156661] mce: CPU supports 10 MCE banks\n[ 0.157533] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.158553] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.170521] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.177083] ftrace: allocating 31920 entries in 125 pages\n[ 0.203472] smpboot: Max logical packages: 1\n[ 0.204367] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.205748] x2apic enabled\n[ 0.206573] Switched APIC routing to physical x2apic.\n[ 0.208342] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.209479] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.211505] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.213322] KVM setup paravirtual spinlock\n[ 0.214630] x86: Booted up 1 node, 1 CPUs\n[ 0.215450] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.216859] devtmpfs: initialized\n[ 0.218595] evm: security.selinux\n[ 0.219310] evm: security.SMACK64\n[ 0.220013] evm: security.SMACK64EXEC\n[ 0.220774] evm: security.SMACK64TRANSMUTE\n[ 0.221602] evm: security.SMACK64MMAP\n[ 0.222366] evm: security.ima\n[ 0.223020] evm: security.capability\n[ 0.223843] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.225734] pinctrl core: initialized pinctrl subsystem\n[ 0.226862] RTC time: 12:34:11, date: 09/04/18\n[ 0.227827] NET: Registered protocol family 16\n[ 0.228810] cpuidle: using governor ladder\n[ 0.229645] cpuidle: using governor menu\n[ 0.230444] PCCT header not found.\n[ 0.231213] ACPI: bus type PCI registered\n[ 0.232033] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.233303] PCI: Using configuration type 1 for base access\n[ 0.235078] ACPI: Added _OSI(Module Device)\n[ 0.235941] ACPI: Added _OSI(Processor Device)\n[ 0.236819] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.237732] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.239857] ACPI: Interpreter enabled\n[ 0.240652] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.242538] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.244410] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.246299] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.248172] ACPI: (supports S0 S5)\n[ 0.248894] ACPI: Using IOAPIC for interrupt routing\n[ 0.249964] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.253074] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.254246] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.255504] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.256718] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.258962] acpiphp: Slot [3] registered\n[ 0.259777] acpiphp: Slot [4] registered\n[ 0.260592] acpiphp: Slot [5] registered\n[ 0.261400] acpiphp: Slot [6] registered\n[ 0.262205] acpiphp: Slot [7] registered\n[ 0.263023] acpiphp: Slot [8] registered\n[ 0.263837] acpiphp: Slot [9] registered\n[ 0.264653] acpiphp: Slot [10] registered\n[ 0.265473] acpiphp: Slot [11] registered\n[ 0.266299] acpiphp: Slot [12] registered\n[ 0.267186] acpiphp: Slot [13] registered\n[ 0.268045] acpiphp: Slot [14] registered\n[ 0.268898] acpiphp: Slot [15] registered\n[ 0.280147] acpiphp: Slot [16] registered\n[ 0.281028] acpiphp: Slot [17] registered\n[ 0.281890] acpiphp: Slot [18] registered\n[ 0.282747] acpiphp: Slot [19] registered\n[ 0.283609] acpiphp: Slot [20] registered\n[ 0.284444] acpiphp: Slot [21] registered\n[ 0.285280] acpiphp: Slot [22] registered\n[ 0.286106] acpiphp: Slot [23] registered\n[ 0.286945] acpiphp: Slot [24] registered\n[ 0.287772] acpiphp: Slot [25] registered\n[ 0.288625] acpiphp: Slot [26] registered\n[ 0.289489] acpiphp: Slot [27] registered\n[ 0.290357] acpiphp: Slot [28] registered\n[ 0.291202] acpiphp: Slot [29] registered\n[ 0.292062] acpiphp: Slot [30] registered\n[ 0.292929] acpiphp: Slot [31] registered\n[ 0.293785] PCI host bridge to bus 0000:00\n[ 0.294640] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.295912] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.297192] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.298717] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.300246] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.306481] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.307845] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.309110] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.310424] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.316676] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.318205] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.363778] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.365308] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.366800] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.368282] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.369768] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.371062] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.372256] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.373474] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.375132] vgaarb: loaded\n[ 0.375803] vgaarb: bridge control possible 0000:00:02.0\n[ 0.377066] SCSI subsystem initialized\n[ 0.377935] ACPI: bus type USB registered\n[ 0.378792] usbcore: registered new interface driver usbfs\n[ 0.379921] usbcore: registered new interface driver hub\n[ 0.381027] usbcore: registered new device driver usb\n[ 0.382165] PCI: Using ACPI for IRQ routing\n[ 0.383336] NetLabel: Initializing\n[ 0.384127] NetLabel: domain hash size = 128\n[ 0.385062] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.386103] NetLabel: unlabeled traffic allowed by default\n[ 0.387311] clocksource: Switched to clocksource kvm-clock\n[ 0.392753] AppArmor: AppArmor Filesystem Enabled\n[ 0.393795] pnp: PnP ACPI init\n[ 0.394703] pnp: PnP ACPI: found 5 devices\n[ 0.401073] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.402827] NET: Registered protocol family 2\n[ 0.403802] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.405097] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.406291] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.407482] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.408582] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.409765] NET: Registered protocol family 1\n[ 0.410651] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.411778] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.412878] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.426946] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.441209] Trying to unpack rootfs image as initramfs...\n[ 0.490566] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.504455] Scanning for low memory corruption every 60 seconds\n[ 0.505802] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.506975] audit: initializing netlink subsys (disabled)\n[ 0.508036] audit: type=2000 audit(1536064452.285:1): initialized\n[ 0.509391] Initialise system trusted keyring\n[ 0.510342] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.511593] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.513579] zbud: loaded\n[ 0.514293] VFS: Disk quotas dquot_6.6.0\n[ 0.515114] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.516633] fuse init (API version 7.23)\n[ 0.517536] Key type big_key registered\n[ 0.518346] Allocating IMA MOK and blacklist keyrings.\n[ 0.519462] Key type asymmetric registered\n[ 0.520296] Asymmetric key parser 'x509' registered\n[ 0.521259] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.523097] io scheduler noop registered\n[ 0.523911] io scheduler deadline registered (default)\n[ 0.524915] io scheduler cfq registered\n[ 0.525753] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.526810] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.528087] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.529548] ACPI: Power Button [PWRF]\n[ 0.530384] GHES: HEST is not enabled!\n[ 0.544068] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.573634] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.576931] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.600849] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.602998] Linux agpgart interface v0.103\n[ 0.605036] brd: module loaded\n[ 0.606248] loop: module loaded\n[ 0.612686] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.614145] GPT:90111 != 2097151\n[ 0.614853] GPT:Alternate GPT header not at the end of the disk.\n[ 0.615954] GPT:90111 != 2097151\n[ 0.616638] GPT: Use GNU Parted to correct GPT errors.\n[ 0.617605] vda: vda1 vda15\n[ 0.619021] scsi host0: ata_piix\n[ 0.619779] scsi host1: ata_piix\n[ 0.620491] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.621710] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.623146] libphy: Fixed MDIO Bus: probed\n[ 0.623978] tun: Universal TUN/TAP device driver, 1.6\n[ 0.624934] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.627083] PPP generic driver version 2.4.2\n[ 0.627991] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.629260] ehci-pci: EHCI PCI platform driver\n[ 0.630134] ehci-platform: EHCI generic platform driver\n[ 0.631124] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.632265] ohci-pci: OHCI PCI platform driver\n[ 0.633138] ohci-platform: OHCI generic platform driver\n[ 0.634142] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.648505] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.649504] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.650958] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.651991] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.653119] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.654350] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.655783] usb usb1: Product: UHCI Host Controller\n[ 0.656724] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.657872] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.658890] hub 1-0:1.0: USB hub found\n[ 0.659680] hub 1-0:1.0: 2 ports detected\n[ 0.660588] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.662721] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.663689] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.664724] mousedev: PS/2 mouse device common for all mice\n[ 0.665978] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.667826] rtc_cmos 00:00: RTC can wake from S4\n[ 0.668920] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.670126] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.671331] i2c /dev entries driver\n[ 0.672089] device-mapper: uevent: version 1.0.3\n[ 0.673029] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.674663] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.675957] NET: Registered protocol family 10\n[ 0.676967] NET: Registered protocol family 17\n[ 0.677867] Key type dns_resolver registered\n[ 0.678801] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.679914] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.681677] registered taskstats version 1\n[ 0.682510] Loading compiled-in X.509 certificates\n[ 0.683950] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.685812] zswap: loaded using pool lzo/zbud\n[ 0.687168] Key type trusted registered\n[ 0.688731] Key type encrypted registered\n[ 0.689571] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.690608] ima: No TPM chip found, activating TPM-bypass!\n[ 0.691666] evm: HMAC attrs: 0x1\n[ 0.692607] Magic number: 2:619:581\n[ 0.693459] rtc_cmos 00:00: setting system clock to 2018-09-04 12:34:12 UTC (1536064452)\n[ 0.695067] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.696205] EDD information not available.\n[ 0.775834] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.777266] ata1.00: configured for MWDMA2\n[ 0.778460] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.791284] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.792517] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.793769] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.795638] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.797174] Write protecting the kernel read-only data: 14336k\n[ 0.798735] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.800550] 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.279594] 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.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.44s]\nping 10.10.10.7 OK\nping 10.10.10.8 OK\n"} 2018-09-04 12:35:48,881 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/04cc9505-c6d4-4997-9dec-681b8c15f1ad/action used request id req-c19db9b2-309e-4fa4-aa1d-e3a7dbaebe46 2018-09-04 12:35:48,883 - sdnvpn-results - DEBUG - [PASS] 'sdnvpn-1-1' can ping 'sdnvpn-1-3' 2018-09-04 12:35:48,885 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/servers/04cc9505-c6d4-4997-9dec-681b8c15f1ad/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bfbd61787433c3d9514c34075f378004a089e75e" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-04 12:35:49,951 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12:35: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-142597c1-4d02-4e5b-a9cb-c606a57806f6 x-compute-request-id: req-142597c1-4d02-4e5b-a9cb-c606a57806f6 Content-Encoding: gzip Content-Length: 8094 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 517947766 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 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.134178] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.135855] pid_max: default: 32768 minimum: 301\n[ 0.136757] ACPI: Core revision 20150930\n[ 0.138161] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.139492] Security Framework initialized\n[ 0.140317] Yama: becoming mindful.\n[ 0.141050] AppArmor: AppArmor initialized\n[ 0.141928] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.143282] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.144571] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.145805] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.147205] Initializing cgroup subsys io\n[ 0.148027] Initializing cgroup subsys memory\n[ 0.148896] Initializing cgroup subsys devices\n[ 0.149792] Initializing cgroup subsys freezer\n[ 0.150679] Initializing cgroup subsys net_cls\n[ 0.151557] Initializing cgroup subsys perf_event\n[ 0.152473] Initializing cgroup subsys net_prio\n[ 0.153379] Initializing cgroup subsys hugetlb\n[ 0.154255] Initializing cgroup subsys pids\n[ 0.155139] CPU: Physical Processor ID: 0\n[ 0.156661] mce: CPU supports 10 MCE banks\n[ 0.157533] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.158553] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.170521] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.177083] ftrace: allocating 31920 entries in 125 pages\n[ 0.203472] smpboot: Max logical packages: 1\n[ 0.204367] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.205748] x2apic enabled\n[ 0.206573] Switched APIC routing to physical x2apic.\n[ 0.208342] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.209479] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.211505] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.213322] KVM setup paravirtual spinlock\n[ 0.214630] x86: Booted up 1 node, 1 CPUs\n[ 0.215450] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.216859] devtmpfs: initialized\n[ 0.218595] evm: security.selinux\n[ 0.219310] evm: security.SMACK64\n[ 0.220013] evm: security.SMACK64EXEC\n[ 0.220774] evm: security.SMACK64TRANSMUTE\n[ 0.221602] evm: security.SMACK64MMAP\n[ 0.222366] evm: security.ima\n[ 0.223020] evm: security.capability\n[ 0.223843] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.225734] pinctrl core: initialized pinctrl subsystem\n[ 0.226862] RTC time: 12:34:11, date: 09/04/18\n[ 0.227827] NET: Registered protocol family 16\n[ 0.228810] cpuidle: using governor ladder\n[ 0.229645] cpuidle: using governor menu\n[ 0.230444] PCCT header not found.\n[ 0.231213] ACPI: bus type PCI registered\n[ 0.232033] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.233303] PCI: Using configuration type 1 for base access\n[ 0.235078] ACPI: Added _OSI(Module Device)\n[ 0.235941] ACPI: Added _OSI(Processor Device)\n[ 0.236819] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.237732] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.239857] ACPI: Interpreter enabled\n[ 0.240652] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.242538] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.244410] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.246299] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.248172] ACPI: (supports S0 S5)\n[ 0.248894] ACPI: Using IOAPIC for interrupt routing\n[ 0.249964] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.253074] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.254246] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.255504] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.256718] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.258962] acpiphp: Slot [3] registered\n[ 0.259777] acpiphp: Slot [4] registered\n[ 0.260592] acpiphp: Slot [5] registered\n[ 0.261400] acpiphp: Slot [6] registered\n[ 0.262205] acpiphp: Slot [7] registered\n[ 0.263023] acpiphp: Slot [8] registered\n[ 0.263837] acpiphp: Slot [9] registered\n[ 0.264653] acpiphp: Slot [10] registered\n[ 0.265473] acpiphp: Slot [11] registered\n[ 0.266299] acpiphp: Slot [12] registered\n[ 0.267186] acpiphp: Slot [13] registered\n[ 0.268045] acpiphp: Slot [14] registered\n[ 0.268898] acpiphp: Slot [15] registered\n[ 0.280147] acpiphp: Slot [16] registered\n[ 0.281028] acpiphp: Slot [17] registered\n[ 0.281890] acpiphp: Slot [18] registered\n[ 0.282747] acpiphp: Slot [19] registered\n[ 0.283609] acpiphp: Slot [20] registered\n[ 0.284444] acpiphp: Slot [21] registered\n[ 0.285280] acpiphp: Slot [22] registered\n[ 0.286106] acpiphp: Slot [23] registered\n[ 0.286945] acpiphp: Slot [24] registered\n[ 0.287772] acpiphp: Slot [25] registered\n[ 0.288625] acpiphp: Slot [26] registered\n[ 0.289489] acpiphp: Slot [27] registered\n[ 0.290357] acpiphp: Slot [28] registered\n[ 0.291202] acpiphp: Slot [29] registered\n[ 0.292062] acpiphp: Slot [30] registered\n[ 0.292929] acpiphp: Slot [31] registered\n[ 0.293785] PCI host bridge to bus 0000:00\n[ 0.294640] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.295912] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.297192] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.298717] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.300246] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.306481] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.307845] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.309110] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.310424] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.316676] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.318205] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.363778] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.365308] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.366800] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.368282] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.369768] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.371062] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.372256] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.373474] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.375132] vgaarb: loaded\n[ 0.375803] vgaarb: bridge control possible 0000:00:02.0\n[ 0.377066] SCSI subsystem initialized\n[ 0.377935] ACPI: bus type USB registered\n[ 0.378792] usbcore: registered new interface driver usbfs\n[ 0.379921] usbcore: registered new interface driver hub\n[ 0.381027] usbcore: registered new device driver usb\n[ 0.382165] PCI: Using ACPI for IRQ routing\n[ 0.383336] NetLabel: Initializing\n[ 0.384127] NetLabel: domain hash size = 128\n[ 0.385062] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.386103] NetLabel: unlabeled traffic allowed by default\n[ 0.387311] clocksource: Switched to clocksource kvm-clock\n[ 0.392753] AppArmor: AppArmor Filesystem Enabled\n[ 0.393795] pnp: PnP ACPI init\n[ 0.394703] pnp: PnP ACPI: found 5 devices\n[ 0.401073] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.402827] NET: Registered protocol family 2\n[ 0.403802] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.405097] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.406291] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.407482] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.408582] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.409765] NET: Registered protocol family 1\n[ 0.410651] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.411778] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.412878] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.426946] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.441209] Trying to unpack rootfs image as initramfs...\n[ 0.490566] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.504455] Scanning for low memory corruption every 60 seconds\n[ 0.505802] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.506975] audit: initializing netlink subsys (disabled)\n[ 0.508036] audit: type=2000 audit(1536064452.285:1): initialized\n[ 0.509391] Initialise system trusted keyring\n[ 0.510342] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.511593] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.513579] zbud: loaded\n[ 0.514293] VFS: Disk quotas dquot_6.6.0\n[ 0.515114] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.516633] fuse init (API version 7.23)\n[ 0.517536] Key type big_key registered\n[ 0.518346] Allocating IMA MOK and blacklist keyrings.\n[ 0.519462] Key type asymmetric registered\n[ 0.520296] Asymmetric key parser 'x509' registered\n[ 0.521259] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.523097] io scheduler noop registered\n[ 0.523911] io scheduler deadline registered (default)\n[ 0.524915] io scheduler cfq registered\n[ 0.525753] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.526810] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.528087] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.529548] ACPI: Power Button [PWRF]\n[ 0.530384] GHES: HEST is not enabled!\n[ 0.544068] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.573634] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.576931] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.600849] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.602998] Linux agpgart interface v0.103\n[ 0.605036] brd: module loaded\n[ 0.606248] loop: module loaded\n[ 0.612686] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.614145] GPT:90111 != 2097151\n[ 0.614853] GPT:Alternate GPT header not at the end of the disk.\n[ 0.615954] GPT:90111 != 2097151\n[ 0.616638] GPT: Use GNU Parted to correct GPT errors.\n[ 0.617605] vda: vda1 vda15\n[ 0.619021] scsi host0: ata_piix\n[ 0.619779] scsi host1: ata_piix\n[ 0.620491] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.621710] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.623146] libphy: Fixed MDIO Bus: probed\n[ 0.623978] tun: Universal TUN/TAP device driver, 1.6\n[ 0.624934] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.627083] PPP generic driver version 2.4.2\n[ 0.627991] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.629260] ehci-pci: EHCI PCI platform driver\n[ 0.630134] ehci-platform: EHCI generic platform driver\n[ 0.631124] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.632265] ohci-pci: OHCI PCI platform driver\n[ 0.633138] ohci-platform: OHCI generic platform driver\n[ 0.634142] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.648505] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.649504] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.650958] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.651991] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.653119] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.654350] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.655783] usb usb1: Product: UHCI Host Controller\n[ 0.656724] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.657872] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.658890] hub 1-0:1.0: USB hub found\n[ 0.659680] hub 1-0:1.0: 2 ports detected\n[ 0.660588] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.662721] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.663689] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.664724] mousedev: PS/2 mouse device common for all mice\n[ 0.665978] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.667826] rtc_cmos 00:00: RTC can wake from S4\n[ 0.668920] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.670126] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.671331] i2c /dev entries driver\n[ 0.672089] device-mapper: uevent: version 1.0.3\n[ 0.673029] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.674663] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.675957] NET: Registered protocol family 10\n[ 0.676967] NET: Registered protocol family 17\n[ 0.677867] Key type dns_resolver registered\n[ 0.678801] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.679914] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.681677] registered taskstats version 1\n[ 0.682510] Loading compiled-in X.509 certificates\n[ 0.683950] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.685812] zswap: loaded using pool lzo/zbud\n[ 0.687168] Key type trusted registered\n[ 0.688731] Key type encrypted registered\n[ 0.689571] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.690608] ima: No TPM chip found, activating TPM-bypass!\n[ 0.691666] evm: HMAC attrs: 0x1\n[ 0.692607] Magic number: 2:619:581\n[ 0.693459] rtc_cmos 00:00: setting system clock to 2018-09-04 12:34:12 UTC (1536064452)\n[ 0.695067] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.696205] EDD information not available.\n[ 0.775834] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.777266] ata1.00: configured for MWDMA2\n[ 0.778460] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.791284] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.792517] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.793769] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.795638] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.797174] Write protecting the kernel read-only data: 14336k\n[ 0.798735] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.800550] 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.279594] 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.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.44s]\nping 10.10.10.7 OK\nping 10.10.10.8 OK\n"} 2018-09-04 12:35:49,952 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/04cc9505-c6d4-4997-9dec-681b8c15f1ad/action used request id req-142597c1-4d02-4e5b-a9cb-c606a57806f6 2018-09-04 12:35:49,953 - sdnvpn-results - DEBUG - Ping from 'sdnvpn-1-1' (10.10.10.11) to 'sdnvpn-1-4' (10.10.11.8). -->Expected result: cannot ping. 2018-09-04 12:35:49,956 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/servers/04cc9505-c6d4-4997-9dec-681b8c15f1ad/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bfbd61787433c3d9514c34075f378004a089e75e" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-04 12:35:51,027 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12:35: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-59edf4f2-b23c-4650-8e95-fa7753e54762 x-compute-request-id: req-59edf4f2-b23c-4650-8e95-fa7753e54762 Content-Encoding: gzip Content-Length: 8094 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 517947766 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 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.134178] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.135855] pid_max: default: 32768 minimum: 301\n[ 0.136757] ACPI: Core revision 20150930\n[ 0.138161] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.139492] Security Framework initialized\n[ 0.140317] Yama: becoming mindful.\n[ 0.141050] AppArmor: AppArmor initialized\n[ 0.141928] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.143282] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.144571] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.145805] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.147205] Initializing cgroup subsys io\n[ 0.148027] Initializing cgroup subsys memory\n[ 0.148896] Initializing cgroup subsys devices\n[ 0.149792] Initializing cgroup subsys freezer\n[ 0.150679] Initializing cgroup subsys net_cls\n[ 0.151557] Initializing cgroup subsys perf_event\n[ 0.152473] Initializing cgroup subsys net_prio\n[ 0.153379] Initializing cgroup subsys hugetlb\n[ 0.154255] Initializing cgroup subsys pids\n[ 0.155139] CPU: Physical Processor ID: 0\n[ 0.156661] mce: CPU supports 10 MCE banks\n[ 0.157533] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.158553] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.170521] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.177083] ftrace: allocating 31920 entries in 125 pages\n[ 0.203472] smpboot: Max logical packages: 1\n[ 0.204367] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.205748] x2apic enabled\n[ 0.206573] Switched APIC routing to physical x2apic.\n[ 0.208342] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.209479] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.211505] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.213322] KVM setup paravirtual spinlock\n[ 0.214630] x86: Booted up 1 node, 1 CPUs\n[ 0.215450] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.216859] devtmpfs: initialized\n[ 0.218595] evm: security.selinux\n[ 0.219310] evm: security.SMACK64\n[ 0.220013] evm: security.SMACK64EXEC\n[ 0.220774] evm: security.SMACK64TRANSMUTE\n[ 0.221602] evm: security.SMACK64MMAP\n[ 0.222366] evm: security.ima\n[ 0.223020] evm: security.capability\n[ 0.223843] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.225734] pinctrl core: initialized pinctrl subsystem\n[ 0.226862] RTC time: 12:34:11, date: 09/04/18\n[ 0.227827] NET: Registered protocol family 16\n[ 0.228810] cpuidle: using governor ladder\n[ 0.229645] cpuidle: using governor menu\n[ 0.230444] PCCT header not found.\n[ 0.231213] ACPI: bus type PCI registered\n[ 0.232033] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.233303] PCI: Using configuration type 1 for base access\n[ 0.235078] ACPI: Added _OSI(Module Device)\n[ 0.235941] ACPI: Added _OSI(Processor Device)\n[ 0.236819] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.237732] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.239857] ACPI: Interpreter enabled\n[ 0.240652] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.242538] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.244410] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.246299] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.248172] ACPI: (supports S0 S5)\n[ 0.248894] ACPI: Using IOAPIC for interrupt routing\n[ 0.249964] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.253074] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.254246] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.255504] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.256718] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.258962] acpiphp: Slot [3] registered\n[ 0.259777] acpiphp: Slot [4] registered\n[ 0.260592] acpiphp: Slot [5] registered\n[ 0.261400] acpiphp: Slot [6] registered\n[ 0.262205] acpiphp: Slot [7] registered\n[ 0.263023] acpiphp: Slot [8] registered\n[ 0.263837] acpiphp: Slot [9] registered\n[ 0.264653] acpiphp: Slot [10] registered\n[ 0.265473] acpiphp: Slot [11] registered\n[ 0.266299] acpiphp: Slot [12] registered\n[ 0.267186] acpiphp: Slot [13] registered\n[ 0.268045] acpiphp: Slot [14] registered\n[ 0.268898] acpiphp: Slot [15] registered\n[ 0.280147] acpiphp: Slot [16] registered\n[ 0.281028] acpiphp: Slot [17] registered\n[ 0.281890] acpiphp: Slot [18] registered\n[ 0.282747] acpiphp: Slot [19] registered\n[ 0.283609] acpiphp: Slot [20] registered\n[ 0.284444] acpiphp: Slot [21] registered\n[ 0.285280] acpiphp: Slot [22] registered\n[ 0.286106] acpiphp: Slot [23] registered\n[ 0.286945] acpiphp: Slot [24] registered\n[ 0.287772] acpiphp: Slot [25] registered\n[ 0.288625] acpiphp: Slot [26] registered\n[ 0.289489] acpiphp: Slot [27] registered\n[ 0.290357] acpiphp: Slot [28] registered\n[ 0.291202] acpiphp: Slot [29] registered\n[ 0.292062] acpiphp: Slot [30] registered\n[ 0.292929] acpiphp: Slot [31] registered\n[ 0.293785] PCI host bridge to bus 0000:00\n[ 0.294640] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.295912] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.297192] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.298717] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.300246] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.306481] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.307845] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.309110] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.310424] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.316676] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.318205] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.363778] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.365308] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.366800] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.368282] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.369768] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.371062] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.372256] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.373474] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.375132] vgaarb: loaded\n[ 0.375803] vgaarb: bridge control possible 0000:00:02.0\n[ 0.377066] SCSI subsystem initialized\n[ 0.377935] ACPI: bus type USB registered\n[ 0.378792] usbcore: registered new interface driver usbfs\n[ 0.379921] usbcore: registered new interface driver hub\n[ 0.381027] usbcore: registered new device driver usb\n[ 0.382165] PCI: Using ACPI for IRQ routing\n[ 0.383336] NetLabel: Initializing\n[ 0.384127] NetLabel: domain hash size = 128\n[ 0.385062] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.386103] NetLabel: unlabeled traffic allowed by default\n[ 0.387311] clocksource: Switched to clocksource kvm-clock\n[ 0.392753] AppArmor: AppArmor Filesystem Enabled\n[ 0.393795] pnp: PnP ACPI init\n[ 0.394703] pnp: PnP ACPI: found 5 devices\n[ 0.401073] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.402827] NET: Registered protocol family 2\n[ 0.403802] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.405097] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.406291] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.407482] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.408582] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.409765] NET: Registered protocol family 1\n[ 0.410651] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.411778] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.412878] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.426946] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.441209] Trying to unpack rootfs image as initramfs...\n[ 0.490566] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.504455] Scanning for low memory corruption every 60 seconds\n[ 0.505802] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.506975] audit: initializing netlink subsys (disabled)\n[ 0.508036] audit: type=2000 audit(1536064452.285:1): initialized\n[ 0.509391] Initialise system trusted keyring\n[ 0.510342] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.511593] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.513579] zbud: loaded\n[ 0.514293] VFS: Disk quotas dquot_6.6.0\n[ 0.515114] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.516633] fuse init (API version 7.23)\n[ 0.517536] Key type big_key registered\n[ 0.518346] Allocating IMA MOK and blacklist keyrings.\n[ 0.519462] Key type asymmetric registered\n[ 0.520296] Asymmetric key parser 'x509' registered\n[ 0.521259] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.523097] io scheduler noop registered\n[ 0.523911] io scheduler deadline registered (default)\n[ 0.524915] io scheduler cfq registered\n[ 0.525753] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.526810] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.528087] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.529548] ACPI: Power Button [PWRF]\n[ 0.530384] GHES: HEST is not enabled!\n[ 0.544068] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.573634] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.576931] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.600849] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.602998] Linux agpgart interface v0.103\n[ 0.605036] brd: module loaded\n[ 0.606248] loop: module loaded\n[ 0.612686] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.614145] GPT:90111 != 2097151\n[ 0.614853] GPT:Alternate GPT header not at the end of the disk.\n[ 0.615954] GPT:90111 != 2097151\n[ 0.616638] GPT: Use GNU Parted to correct GPT errors.\n[ 0.617605] vda: vda1 vda15\n[ 0.619021] scsi host0: ata_piix\n[ 0.619779] scsi host1: ata_piix\n[ 0.620491] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.621710] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.623146] libphy: Fixed MDIO Bus: probed\n[ 0.623978] tun: Universal TUN/TAP device driver, 1.6\n[ 0.624934] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.627083] PPP generic driver version 2.4.2\n[ 0.627991] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.629260] ehci-pci: EHCI PCI platform driver\n[ 0.630134] ehci-platform: EHCI generic platform driver\n[ 0.631124] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.632265] ohci-pci: OHCI PCI platform driver\n[ 0.633138] ohci-platform: OHCI generic platform driver\n[ 0.634142] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.648505] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.649504] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.650958] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.651991] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.653119] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.654350] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.655783] usb usb1: Product: UHCI Host Controller\n[ 0.656724] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.657872] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.658890] hub 1-0:1.0: USB hub found\n[ 0.659680] hub 1-0:1.0: 2 ports detected\n[ 0.660588] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.662721] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.663689] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.664724] mousedev: PS/2 mouse device common for all mice\n[ 0.665978] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.667826] rtc_cmos 00:00: RTC can wake from S4\n[ 0.668920] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.670126] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.671331] i2c /dev entries driver\n[ 0.672089] device-mapper: uevent: version 1.0.3\n[ 0.673029] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.674663] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.675957] NET: Registered protocol family 10\n[ 0.676967] NET: Registered protocol family 17\n[ 0.677867] Key type dns_resolver registered\n[ 0.678801] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.679914] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.681677] registered taskstats version 1\n[ 0.682510] Loading compiled-in X.509 certificates\n[ 0.683950] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.685812] zswap: loaded using pool lzo/zbud\n[ 0.687168] Key type trusted registered\n[ 0.688731] Key type encrypted registered\n[ 0.689571] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.690608] ima: No TPM chip found, activating TPM-bypass!\n[ 0.691666] evm: HMAC attrs: 0x1\n[ 0.692607] Magic number: 2:619:581\n[ 0.693459] rtc_cmos 00:00: setting system clock to 2018-09-04 12:34:12 UTC (1536064452)\n[ 0.695067] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.696205] EDD information not available.\n[ 0.775834] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.777266] ata1.00: configured for MWDMA2\n[ 0.778460] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.791284] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.792517] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.793769] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.795638] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.797174] Write protecting the kernel read-only data: 14336k\n[ 0.798735] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.800550] 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.279594] 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.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.44s]\nping 10.10.10.7 OK\nping 10.10.10.8 OK\n"} 2018-09-04 12:35:51,028 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/04cc9505-c6d4-4997-9dec-681b8c15f1ad/action used request id req-59edf4f2-b23c-4650-8e95-fa7753e54762 2018-09-04 12:35:52,034 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/servers/04cc9505-c6d4-4997-9dec-681b8c15f1ad/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bfbd61787433c3d9514c34075f378004a089e75e" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-04 12:35:53,114 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12:35: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-8bab282c-9087-478b-9ddd-b2581c145c7c x-compute-request-id: req-8bab282c-9087-478b-9ddd-b2581c145c7c 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 517947766 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 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.134178] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.135855] pid_max: default: 32768 minimum: 301\n[ 0.136757] ACPI: Core revision 20150930\n[ 0.138161] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.139492] Security Framework initialized\n[ 0.140317] Yama: becoming mindful.\n[ 0.141050] AppArmor: AppArmor initialized\n[ 0.141928] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.143282] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.144571] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.145805] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.147205] Initializing cgroup subsys io\n[ 0.148027] Initializing cgroup subsys memory\n[ 0.148896] Initializing cgroup subsys devices\n[ 0.149792] Initializing cgroup subsys freezer\n[ 0.150679] Initializing cgroup subsys net_cls\n[ 0.151557] Initializing cgroup subsys perf_event\n[ 0.152473] Initializing cgroup subsys net_prio\n[ 0.153379] Initializing cgroup subsys hugetlb\n[ 0.154255] Initializing cgroup subsys pids\n[ 0.155139] CPU: Physical Processor ID: 0\n[ 0.156661] mce: CPU supports 10 MCE banks\n[ 0.157533] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.158553] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.170521] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.177083] ftrace: allocating 31920 entries in 125 pages\n[ 0.203472] smpboot: Max logical packages: 1\n[ 0.204367] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.205748] x2apic enabled\n[ 0.206573] Switched APIC routing to physical x2apic.\n[ 0.208342] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.209479] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.211505] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.213322] KVM setup paravirtual spinlock\n[ 0.214630] x86: Booted up 1 node, 1 CPUs\n[ 0.215450] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.216859] devtmpfs: initialized\n[ 0.218595] evm: security.selinux\n[ 0.219310] evm: security.SMACK64\n[ 0.220013] evm: security.SMACK64EXEC\n[ 0.220774] evm: security.SMACK64TRANSMUTE\n[ 0.221602] evm: security.SMACK64MMAP\n[ 0.222366] evm: security.ima\n[ 0.223020] evm: security.capability\n[ 0.223843] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.225734] pinctrl core: initialized pinctrl subsystem\n[ 0.226862] RTC time: 12:34:11, date: 09/04/18\n[ 0.227827] NET: Registered protocol family 16\n[ 0.228810] cpuidle: using governor ladder\n[ 0.229645] cpuidle: using governor menu\n[ 0.230444] PCCT header not found.\n[ 0.231213] ACPI: bus type PCI registered\n[ 0.232033] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.233303] PCI: Using configuration type 1 for base access\n[ 0.235078] ACPI: Added _OSI(Module Device)\n[ 0.235941] ACPI: Added _OSI(Processor Device)\n[ 0.236819] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.237732] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.239857] ACPI: Interpreter enabled\n[ 0.240652] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.242538] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.244410] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.246299] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.248172] ACPI: (supports S0 S5)\n[ 0.248894] ACPI: Using IOAPIC for interrupt routing\n[ 0.249964] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.253074] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.254246] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.255504] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.256718] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.258962] acpiphp: Slot [3] registered\n[ 0.259777] acpiphp: Slot [4] registered\n[ 0.260592] acpiphp: Slot [5] registered\n[ 0.261400] acpiphp: Slot [6] registered\n[ 0.262205] acpiphp: Slot [7] registered\n[ 0.263023] acpiphp: Slot [8] registered\n[ 0.263837] acpiphp: Slot [9] registered\n[ 0.264653] acpiphp: Slot [10] registered\n[ 0.265473] acpiphp: Slot [11] registered\n[ 0.266299] acpiphp: Slot [12] registered\n[ 0.267186] acpiphp: Slot [13] registered\n[ 0.268045] acpiphp: Slot [14] registered\n[ 0.268898] acpiphp: Slot [15] registered\n[ 0.280147] acpiphp: Slot [16] registered\n[ 0.281028] acpiphp: Slot [17] registered\n[ 0.281890] acpiphp: Slot [18] registered\n[ 0.282747] acpiphp: Slot [19] registered\n[ 0.283609] acpiphp: Slot [20] registered\n[ 0.284444] acpiphp: Slot [21] registered\n[ 0.285280] acpiphp: Slot [22] registered\n[ 0.286106] acpiphp: Slot [23] registered\n[ 0.286945] acpiphp: Slot [24] registered\n[ 0.287772] acpiphp: Slot [25] registered\n[ 0.288625] acpiphp: Slot [26] registered\n[ 0.289489] acpiphp: Slot [27] registered\n[ 0.290357] acpiphp: Slot [28] registered\n[ 0.291202] acpiphp: Slot [29] registered\n[ 0.292062] acpiphp: Slot [30] registered\n[ 0.292929] acpiphp: Slot [31] registered\n[ 0.293785] PCI host bridge to bus 0000:00\n[ 0.294640] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.295912] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.297192] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.298717] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.300246] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.306481] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.307845] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.309110] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.310424] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.316676] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.318205] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.363778] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.365308] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.366800] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.368282] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.369768] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.371062] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.372256] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.373474] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.375132] vgaarb: loaded\n[ 0.375803] vgaarb: bridge control possible 0000:00:02.0\n[ 0.377066] SCSI subsystem initialized\n[ 0.377935] ACPI: bus type USB registered\n[ 0.378792] usbcore: registered new interface driver usbfs\n[ 0.379921] usbcore: registered new interface driver hub\n[ 0.381027] usbcore: registered new device driver usb\n[ 0.382165] PCI: Using ACPI for IRQ routing\n[ 0.383336] NetLabel: Initializing\n[ 0.384127] NetLabel: domain hash size = 128\n[ 0.385062] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.386103] NetLabel: unlabeled traffic allowed by default\n[ 0.387311] clocksource: Switched to clocksource kvm-clock\n[ 0.392753] AppArmor: AppArmor Filesystem Enabled\n[ 0.393795] pnp: PnP ACPI init\n[ 0.394703] pnp: PnP ACPI: found 5 devices\n[ 0.401073] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.402827] NET: Registered protocol family 2\n[ 0.403802] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.405097] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.406291] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.407482] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.408582] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.409765] NET: Registered protocol family 1\n[ 0.410651] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.411778] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.412878] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.426946] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.441209] Trying to unpack rootfs image as initramfs...\n[ 0.490566] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.504455] Scanning for low memory corruption every 60 seconds\n[ 0.505802] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.506975] audit: initializing netlink subsys (disabled)\n[ 0.508036] audit: type=2000 audit(1536064452.285:1): initialized\n[ 0.509391] Initialise system trusted keyring\n[ 0.510342] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.511593] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.513579] zbud: loaded\n[ 0.514293] VFS: Disk quotas dquot_6.6.0\n[ 0.515114] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.516633] fuse init (API version 7.23)\n[ 0.517536] Key type big_key registered\n[ 0.518346] Allocating IMA MOK and blacklist keyrings.\n[ 0.519462] Key type asymmetric registered\n[ 0.520296] Asymmetric key parser 'x509' registered\n[ 0.521259] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.523097] io scheduler noop registered\n[ 0.523911] io scheduler deadline registered (default)\n[ 0.524915] io scheduler cfq registered\n[ 0.525753] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.526810] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.528087] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.529548] ACPI: Power Button [PWRF]\n[ 0.530384] GHES: HEST is not enabled!\n[ 0.544068] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.573634] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.576931] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.600849] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.602998] Linux agpgart interface v0.103\n[ 0.605036] brd: module loaded\n[ 0.606248] loop: module loaded\n[ 0.612686] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.614145] GPT:90111 != 2097151\n[ 0.614853] GPT:Alternate GPT header not at the end of the disk.\n[ 0.615954] GPT:90111 != 2097151\n[ 0.616638] GPT: Use GNU Parted to correct GPT errors.\n[ 0.617605] vda: vda1 vda15\n[ 0.619021] scsi host0: ata_piix\n[ 0.619779] scsi host1: ata_piix\n[ 0.620491] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.621710] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.623146] libphy: Fixed MDIO Bus: probed\n[ 0.623978] tun: Universal TUN/TAP device driver, 1.6\n[ 0.624934] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.627083] PPP generic driver version 2.4.2\n[ 0.627991] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.629260] ehci-pci: EHCI PCI platform driver\n[ 0.630134] ehci-platform: EHCI generic platform driver\n[ 0.631124] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.632265] ohci-pci: OHCI PCI platform driver\n[ 0.633138] ohci-platform: OHCI generic platform driver\n[ 0.634142] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.648505] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.649504] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.650958] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.651991] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.653119] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.654350] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.655783] usb usb1: Product: UHCI Host Controller\n[ 0.656724] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.657872] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.658890] hub 1-0:1.0: USB hub found\n[ 0.659680] hub 1-0:1.0: 2 ports detected\n[ 0.660588] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.662721] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.663689] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.664724] mousedev: PS/2 mouse device common for all mice\n[ 0.665978] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.667826] rtc_cmos 00:00: RTC can wake from S4\n[ 0.668920] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.670126] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.671331] i2c /dev entries driver\n[ 0.672089] device-mapper: uevent: version 1.0.3\n[ 0.673029] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.674663] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.675957] NET: Registered protocol family 10\n[ 0.676967] NET: Registered protocol family 17\n[ 0.677867] Key type dns_resolver registered\n[ 0.678801] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.679914] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.681677] registered taskstats version 1\n[ 0.682510] Loading compiled-in X.509 certificates\n[ 0.683950] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.685812] zswap: loaded using pool lzo/zbud\n[ 0.687168] Key type trusted registered\n[ 0.688731] Key type encrypted registered\n[ 0.689571] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.690608] ima: No TPM chip found, activating TPM-bypass!\n[ 0.691666] evm: HMAC attrs: 0x1\n[ 0.692607] Magic number: 2:619:581\n[ 0.693459] rtc_cmos 00:00: setting system clock to 2018-09-04 12:34:12 UTC (1536064452)\n[ 0.695067] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.696205] EDD information not available.\n[ 0.775834] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.777266] ata1.00: configured for MWDMA2\n[ 0.778460] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.791284] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.792517] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.793769] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.795638] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.797174] Write protecting the kernel read-only data: 14336k\n[ 0.798735] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.800550] 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.279594] 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.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.44s]\nping 10.10.10.7 OK\nping 10.10.10.8 OK\nping 10.10.11.8 KO\n"} 2018-09-04 12:35:53,115 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/04cc9505-c6d4-4997-9dec-681b8c15f1ad/action used request id req-8bab282c-9087-478b-9ddd-b2581c145c7c 2018-09-04 12:35:53,116 - sdnvpn-results - DEBUG - [PASS] 'sdnvpn-1-1' cannot ping 'sdnvpn-1-4' 2018-09-04 12:35:53,116 - sdnvpn-results - INFO - Associate network 'sdnvpn-1-2-net' to the VPN. 2018-09-04 12:35:53,122 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:9696/v2.0/bgpvpn/bgpvpns/22be3728-d2a3-45b8-8094-00885573b05c/network_associations -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0d753d94308a70830ec0e8d290b3978a59e1b1c4" -d '{"network_association": {"network_id": "a97c2945-f591-46b8-89bf-4e3c6f5ae436"}}' 2018-09-04 12:35:53,704 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 224 X-Openstack-Request-Id: req-aed85535-9242-4750-80ae-9452c52fc016 Date: Tue, 04 Sep 2018 12:35:53 GMT RESP BODY: {"network_association": {"network_id": "a97c2945-f591-46b8-89bf-4e3c6f5ae436", "tenant_id": "1e2f68a072b64978bd7ea91c2d64aca6", "project_id": "1e2f68a072b64978bd7ea91c2d64aca6", "id": "1af7fab7-44e3-450f-90a8-09f7527bf0c0"}} 2018-09-04 12:35:53,704 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/bgpvpn/bgpvpns/22be3728-d2a3-45b8-8094-00885573b05c/network_associations used request id req-aed85535-9242-4750-80ae-9452c52fc016 2018-09-04 12:35:53,705 - sdnvpn_test_utils - DEBUG - Waiting for network 22be3728-d2a3-45b8-8094-00885573b05c to associate with BGPVPN 90b404d8-1ec3-4746-b73d-8608f53e2dbb 2018-09-04 12:35:53,710 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9696/v2.0/bgpvpn/bgpvpns/22be3728-d2a3-45b8-8094-00885573b05c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0d753d94308a70830ec0e8d290b3978a59e1b1c4" 2018-09-04 12:35:54,039 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 419 X-Openstack-Request-Id: req-2a9cbbdb-41dc-4fd4-bd84-2d2ebd50df64 Date: Tue, 04 Sep 2018 12:35:54 GMT RESP BODY: {"bgpvpn": {"export_targets": ["55:55"], "route_distinguishers": ["11:11"], "routers": [], "id": "22be3728-d2a3-45b8-8094-00885573b05c", "name": "sdnvpn-333207", "tenant_id": "1e2f68a072b64978bd7ea91c2d64aca6", "import_targets": ["88:88"], "networks": ["90b404d8-1ec3-4746-b73d-8608f53e2dbb", "a97c2945-f591-46b8-89bf-4e3c6f5ae436"], "route_targets": [], "project_id": "1e2f68a072b64978bd7ea91c2d64aca6", "type": "l3"}} 2018-09-04 12:35:54,039 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/bgpvpn/bgpvpns/22be3728-d2a3-45b8-8094-00885573b05c used request id req-2a9cbbdb-41dc-4fd4-bd84-2d2ebd50df64 2018-09-04 12:35:55,041 - sdnvpn_test_utils - DEBUG - Waiting for network 22be3728-d2a3-45b8-8094-00885573b05c to associate with BGPVPN a97c2945-f591-46b8-89bf-4e3c6f5ae436 2018-09-04 12:35:55,049 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9696/v2.0/bgpvpn/bgpvpns/22be3728-d2a3-45b8-8094-00885573b05c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0d753d94308a70830ec0e8d290b3978a59e1b1c4" 2018-09-04 12:35:55,349 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 419 X-Openstack-Request-Id: req-9cc91b42-fe73-4b78-84c1-13e5af1dcea3 Date: Tue, 04 Sep 2018 12:35:55 GMT RESP BODY: {"bgpvpn": {"export_targets": ["55:55"], "route_distinguishers": ["11:11"], "routers": [], "id": "22be3728-d2a3-45b8-8094-00885573b05c", "name": "sdnvpn-333207", "tenant_id": "1e2f68a072b64978bd7ea91c2d64aca6", "import_targets": ["88:88"], "networks": ["90b404d8-1ec3-4746-b73d-8608f53e2dbb", "a97c2945-f591-46b8-89bf-4e3c6f5ae436"], "route_targets": [], "project_id": "1e2f68a072b64978bd7ea91c2d64aca6", "type": "l3"}} 2018-09-04 12:35:55,350 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/bgpvpn/bgpvpns/22be3728-d2a3-45b8-8094-00885573b05c used request id req-9cc91b42-fe73-4b78-84c1-13e5af1dcea3 2018-09-04 12:35:56,352 - sdnvpn.test.functest.testcase_1 - INFO - Waiting for the VMs to connect to each other using the updated network configuration 2018-09-04 12:36:26,373 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/servers/a2eb6af8-823c-4429-a699-7bc13fcc4fa3/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}67842059fa46f9c81248555262e978a798f27ec3" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-04 12:36:27,444 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12:36: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-9b54e229-5307-4677-9dfd-154bcd6e4641 x-compute-request-id: req-9b54e229-5307-4677-9dfd-154bcd6e4641 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 563783808 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 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.132494] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.134197] pid_max: default: 32768 minimum: 301\n[ 0.135086] ACPI: Core revision 20150930\n[ 0.136481] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.137769] Security Framework initialized\n[ 0.138606] Yama: becoming mindful.\n[ 0.139330] AppArmor: AppArmor initialized\n[ 0.140223] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.141581] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.142872] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144100] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.145507] Initializing cgroup subsys io\n[ 0.146354] Initializing cgroup subsys memory\n[ 0.147245] Initializing cgroup subsys devices\n[ 0.148160] Initializing cgroup subsys freezer\n[ 0.149041] Initializing cgroup subsys net_cls\n[ 0.149919] Initializing cgroup subsys perf_event\n[ 0.150844] Initializing cgroup subsys net_prio\n[ 0.151755] Initializing cgroup subsys hugetlb\n[ 0.152648] Initializing cgroup subsys pids\n[ 0.153556] CPU: Physical Processor ID: 0\n[ 0.155075] mce: CPU supports 10 MCE banks\n[ 0.155957] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.156974] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.167951] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.174234] ftrace: allocating 31920 entries in 125 pages\n[ 0.200221] smpboot: Max logical packages: 1\n[ 0.201133] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.202477] x2apic enabled\n[ 0.203273] Switched APIC routing to physical x2apic.\n[ 0.205041] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.206155] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.208157] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.209945] KVM setup paravirtual spinlock\n[ 0.211228] x86: Booted up 1 node, 1 CPUs\n[ 0.212031] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.213447] devtmpfs: initialized\n[ 0.215162] evm: security.selinux\n[ 0.215885] evm: security.SMACK64\n[ 0.216572] evm: security.SMACK64EXEC\n[ 0.217317] evm: security.SMACK64TRANSMUTE\n[ 0.218147] evm: security.SMACK64MMAP\n[ 0.218886] evm: security.ima\n[ 0.219520] evm: security.capability\n[ 0.220424] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.222332] pinctrl core: initialized pinctrl subsystem\n[ 0.223459] RTC time: 12:33:57, date: 09/04/18\n[ 0.224449] NET: Registered protocol family 16\n[ 0.225435] cpuidle: using governor ladder\n[ 0.226289] cpuidle: using governor menu\n[ 0.227115] PCCT header not found.\n[ 0.227874] ACPI: bus type PCI registered\n[ 0.228752] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.230022] PCI: Using configuration type 1 for base access\n[ 0.231791] ACPI: Added _OSI(Module Device)\n[ 0.232656] ACPI: Added _OSI(Processor Device)\n[ 0.233550] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.234473] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.236565] ACPI: Interpreter enabled\n[ 0.237360] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.239239] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.241080] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.242970] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.244825] ACPI: (supports S0 S5)\n[ 0.245522] ACPI: Using IOAPIC for interrupt routing\n[ 0.246611] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.249774] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.250930] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.252185] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.253399] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.255676] acpiphp: Slot [3] registered\n[ 0.256483] acpiphp: Slot [4] registered\n[ 0.257294] acpiphp: Slot [5] registered\n[ 0.258107] acpiphp: Slot [6] registered\n[ 0.258909] acpiphp: Slot [7] registered\n[ 0.259717] acpiphp: Slot [8] registered\n[ 0.260542] acpiphp: Slot [9] registered\n[ 0.261378] acpiphp: Slot [10] registered\n[ 0.262206] acpiphp: Slot [11] registered\n[ 0.263022] acpiphp: Slot [12] registered\n[ 0.263867] acpiphp: Slot [13] registered\n[ 0.264679] acpiphp: Slot [14] registered\n[ 0.265515] acpiphp: Slot [15] registered\n[ 0.276366] acpiphp: Slot [16] registered\n[ 0.277202] acpiphp: Slot [17] registered\n[ 0.278024] acpiphp: Slot [18] registered\n[ 0.278860] acpiphp: Slot [19] registered\n[ 0.279678] acpiphp: Slot [20] registered\n[ 0.280504] acpiphp: Slot [21] registered\n[ 0.281328] acpiphp: Slot [22] registered\n[ 0.282151] acpiphp: Slot [23] registered\n[ 0.282970] acpiphp: Slot [24] registered\n[ 0.283813] acpiphp: Slot [25] registered\n[ 0.284649] acpiphp: Slot [26] registered\n[ 0.285477] acpiphp: Slot [27] registered\n[ 0.286307] acpiphp: Slot [28] registered\n[ 0.287137] acpiphp: Slot [29] registered\n[ 0.287972] acpiphp: Slot [30] registered\n[ 0.288796] acpiphp: Slot [31] registered\n[ 0.289625] PCI host bridge to bus 0000:00\n[ 0.290455] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.291710] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.292950] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.294423] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.295897] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.302054] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.303356] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.304548] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.305842] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.312739] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.314227] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.362652] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.364196] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.365651] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.367096] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.368509] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.370492] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.371693] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.372771] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.374352] vgaarb: loaded\n[ 0.374964] vgaarb: bridge control possible 0000:00:02.0\n[ 0.376113] SCSI subsystem initialized\n[ 0.376948] ACPI: bus type USB registered\n[ 0.377775] usbcore: registered new interface driver usbfs\n[ 0.378833] usbcore: registered new interface driver hub\n[ 0.379860] usbcore: registered new device driver usb\n[ 0.380949] PCI: Using ACPI for IRQ routing\n[ 0.381995] NetLabel: Initializing\n[ 0.382724] NetLabel: domain hash size = 128\n[ 0.383622] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.384612] NetLabel: unlabeled traffic allowed by default\n[ 0.385734] clocksource: Switched to clocksource kvm-clock\n[ 0.391242] AppArmor: AppArmor Filesystem Enabled\n[ 0.392552] pnp: PnP ACPI init\n[ 0.393682] pnp: PnP ACPI: found 5 devices\n[ 0.400334] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.402667] NET: Registered protocol family 2\n[ 0.403923] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.405640] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.407190] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.408765] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.410231] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.411825] NET: Registered protocol family 1\n[ 0.412989] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.414493] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.415945] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.430389] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.445126] Trying to unpack rootfs image as initramfs...\n[ 0.495333] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.509580] Scanning for low memory corruption every 60 seconds\n[ 0.511200] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.512653] audit: initializing netlink subsys (disabled)\n[ 0.513992] audit: type=2000 audit(1536064438.698:1): initialized\n[ 0.515595] Initialise system trusted keyring\n[ 0.516732] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.518245] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.520521] zbud: loaded\n[ 0.521335] VFS: Disk quotas dquot_6.6.0\n[ 0.522355] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.524131] fuse init (API version 7.23)\n[ 0.525229] Key type big_key registered\n[ 0.526197] Allocating IMA MOK and blacklist keyrings.\n[ 0.527576] Key type asymmetric registered\n[ 0.528588] Asymmetric key parser 'x509' registered\n[ 0.529774] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.531955] io scheduler noop registered\n[ 0.532930] io scheduler deadline registered (default)\n[ 0.534174] io scheduler cfq registered\n[ 0.535187] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.536492] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.539658] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.541523] ACPI: Power Button [PWRF]\n[ 0.542563] GHES: HEST is not enabled!\n[ 0.556465] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.585275] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.588021] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.613600] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.616419] Linux agpgart interface v0.103\n[ 0.618846] brd: module loaded\n[ 0.620312] loop: module loaded\n[ 0.625493] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.626983] GPT:90111 != 2097151\n[ 0.627671] GPT:Alternate GPT header not at the end of the disk.\n[ 0.628776] GPT:90111 != 2097151\n[ 0.629464] GPT: Use GNU Parted to correct GPT errors.\n[ 0.630461] vda: vda1 vda15\n[ 0.631889] scsi host0: ata_piix\n[ 0.632635] scsi host1: ata_piix\n[ 0.633350] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.634571] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.636012] libphy: Fixed MDIO Bus: probed\n[ 0.636827] tun: Universal TUN/TAP device driver, 1.6\n[ 0.637772] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.639872] PPP generic driver version 2.4.2\n[ 0.640849] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.642177] ehci-pci: EHCI PCI platform driver\n[ 0.643046] ehci-platform: EHCI generic platform driver\n[ 0.644028] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.645230] ohci-pci: OHCI PCI platform driver\n[ 0.646137] ohci-platform: OHCI generic platform driver\n[ 0.647144] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.661624] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.662644] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.664113] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.665145] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.666266] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.667490] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.668905] usb usb1: Product: UHCI Host Controller\n[ 0.669858] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.670999] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.672042] hub 1-0:1.0: USB hub found\n[ 0.672823] hub 1-0:1.0: 2 ports detected\n[ 0.673725] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.675859] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.676814] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.677849] mousedev: PS/2 mouse device common for all mice\n[ 0.679149] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.681027] rtc_cmos 00:00: RTC can wake from S4\n[ 0.682121] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.683305] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.684490] i2c /dev entries driver\n[ 0.685238] device-mapper: uevent: version 1.0.3\n[ 0.686177] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.687795] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.689083] NET: Registered protocol family 10\n[ 0.690187] NET: Registered protocol family 17\n[ 0.691081] Key type dns_resolver registered\n[ 0.692009] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.693105] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.694855] registered taskstats version 1\n[ 0.695690] Loading compiled-in X.509 certificates\n[ 0.697122] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.699001] zswap: loaded using pool lzo/zbud\n[ 0.700368] Key type trusted registered\n[ 0.701929] Key type encrypted registered\n[ 0.702753] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.703783] ima: No TPM chip found, activating TPM-bypass!\n[ 0.704823] evm: HMAC attrs: 0x1\n[ 0.706128] Magic number: 2:619:581\n[ 0.706985] rtc_cmos 00:00: setting system clock to 2018-09-04 12:33:58 UTC (1536064438)\n[ 0.708581] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.709690] EDD information not available.\n[ 0.790269] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.791703] ata1.00: configured for MWDMA2\n[ 0.792903] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.805345] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.806665] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.807917] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.809784] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.811330] Write protecting the kernel read-only data: 14336k\n[ 0.812898] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.814704] 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.871983] 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.71\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found 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\"\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 3.60s]\nping 10.10.11.5 KO\nping 10.10.11.5 KO\nping 10.10.11.5 OK\nping 10.10.11.5 OK\nping 10.10.11.5 OK\nping 10.10.11.5 OK\nping 10.10.11.5 OK\nping 10.10.11.5 OK\nping 10.10.11.5 OK\nping 10.10.11.5 OK\nping 10.10.11.5 OK\nping 10.10.11.5 OK\n"} 2018-09-04 12:36:27,445 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/a2eb6af8-823c-4429-a699-7bc13fcc4fa3/action used request id req-9b54e229-5307-4677-9dfd-154bcd6e4641 2018-09-04 12:36:27,446 - sdnvpn-results - DEBUG - Ping from 'sdnvpn-1-4' (10.10.11.8) to 'sdnvpn-1-5' (10.10.11.5). -->Expected result: can ping. 2018-09-04 12:36:27,449 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/servers/a2eb6af8-823c-4429-a699-7bc13fcc4fa3/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}67842059fa46f9c81248555262e978a798f27ec3" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-04 12:36:28,521 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12: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-fbbc19bb-fba7-4f26-83d5-794060b2662c x-compute-request-id: req-fbbc19bb-fba7-4f26-83d5-794060b2662c 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 563783808 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 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.132494] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.134197] pid_max: default: 32768 minimum: 301\n[ 0.135086] ACPI: Core revision 20150930\n[ 0.136481] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.137769] Security Framework initialized\n[ 0.138606] Yama: becoming mindful.\n[ 0.139330] AppArmor: AppArmor initialized\n[ 0.140223] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.141581] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.142872] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144100] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.145507] Initializing cgroup subsys io\n[ 0.146354] Initializing cgroup subsys memory\n[ 0.147245] Initializing cgroup subsys devices\n[ 0.148160] Initializing cgroup subsys freezer\n[ 0.149041] Initializing cgroup subsys net_cls\n[ 0.149919] Initializing cgroup subsys perf_event\n[ 0.150844] Initializing cgroup subsys net_prio\n[ 0.151755] Initializing cgroup subsys hugetlb\n[ 0.152648] Initializing cgroup subsys pids\n[ 0.153556] CPU: Physical Processor ID: 0\n[ 0.155075] mce: CPU supports 10 MCE banks\n[ 0.155957] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.156974] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.167951] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.174234] ftrace: allocating 31920 entries in 125 pages\n[ 0.200221] smpboot: Max logical packages: 1\n[ 0.201133] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.202477] x2apic enabled\n[ 0.203273] Switched APIC routing to physical x2apic.\n[ 0.205041] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.206155] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.208157] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.209945] KVM setup paravirtual spinlock\n[ 0.211228] x86: Booted up 1 node, 1 CPUs\n[ 0.212031] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.213447] devtmpfs: initialized\n[ 0.215162] evm: security.selinux\n[ 0.215885] evm: security.SMACK64\n[ 0.216572] evm: security.SMACK64EXEC\n[ 0.217317] evm: security.SMACK64TRANSMUTE\n[ 0.218147] evm: security.SMACK64MMAP\n[ 0.218886] evm: security.ima\n[ 0.219520] evm: security.capability\n[ 0.220424] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.222332] pinctrl core: initialized pinctrl subsystem\n[ 0.223459] RTC time: 12:33:57, date: 09/04/18\n[ 0.224449] NET: Registered protocol family 16\n[ 0.225435] cpuidle: using governor ladder\n[ 0.226289] cpuidle: using governor menu\n[ 0.227115] PCCT header not found.\n[ 0.227874] ACPI: bus type PCI registered\n[ 0.228752] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.230022] PCI: Using configuration type 1 for base access\n[ 0.231791] ACPI: Added _OSI(Module Device)\n[ 0.232656] ACPI: Added _OSI(Processor Device)\n[ 0.233550] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.234473] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.236565] ACPI: Interpreter enabled\n[ 0.237360] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.239239] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.241080] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.242970] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.244825] ACPI: (supports S0 S5)\n[ 0.245522] ACPI: Using IOAPIC for interrupt routing\n[ 0.246611] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.249774] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.250930] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.252185] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.253399] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.255676] acpiphp: Slot [3] registered\n[ 0.256483] acpiphp: Slot [4] registered\n[ 0.257294] acpiphp: Slot [5] registered\n[ 0.258107] acpiphp: Slot [6] registered\n[ 0.258909] acpiphp: Slot [7] registered\n[ 0.259717] acpiphp: Slot [8] registered\n[ 0.260542] acpiphp: Slot [9] registered\n[ 0.261378] acpiphp: Slot [10] registered\n[ 0.262206] acpiphp: Slot [11] registered\n[ 0.263022] acpiphp: Slot [12] registered\n[ 0.263867] acpiphp: Slot [13] registered\n[ 0.264679] acpiphp: Slot [14] registered\n[ 0.265515] acpiphp: Slot [15] registered\n[ 0.276366] acpiphp: Slot [16] registered\n[ 0.277202] acpiphp: Slot [17] registered\n[ 0.278024] acpiphp: Slot [18] registered\n[ 0.278860] acpiphp: Slot [19] registered\n[ 0.279678] acpiphp: Slot [20] registered\n[ 0.280504] acpiphp: Slot [21] registered\n[ 0.281328] acpiphp: Slot [22] registered\n[ 0.282151] acpiphp: Slot [23] registered\n[ 0.282970] acpiphp: Slot [24] registered\n[ 0.283813] acpiphp: Slot [25] registered\n[ 0.284649] acpiphp: Slot [26] registered\n[ 0.285477] acpiphp: Slot [27] registered\n[ 0.286307] acpiphp: Slot [28] registered\n[ 0.287137] acpiphp: Slot [29] registered\n[ 0.287972] acpiphp: Slot [30] registered\n[ 0.288796] acpiphp: Slot [31] registered\n[ 0.289625] PCI host bridge to bus 0000:00\n[ 0.290455] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.291710] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.292950] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.294423] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.295897] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.302054] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.303356] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.304548] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.305842] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.312739] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.314227] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.362652] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.364196] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.365651] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.367096] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.368509] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.370492] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.371693] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.372771] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.374352] vgaarb: loaded\n[ 0.374964] vgaarb: bridge control possible 0000:00:02.0\n[ 0.376113] SCSI subsystem initialized\n[ 0.376948] ACPI: bus type USB registered\n[ 0.377775] usbcore: registered new interface driver usbfs\n[ 0.378833] usbcore: registered new interface driver hub\n[ 0.379860] usbcore: registered new device driver usb\n[ 0.380949] PCI: Using ACPI for IRQ routing\n[ 0.381995] NetLabel: Initializing\n[ 0.382724] NetLabel: domain hash size = 128\n[ 0.383622] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.384612] NetLabel: unlabeled traffic allowed by default\n[ 0.385734] clocksource: Switched to clocksource kvm-clock\n[ 0.391242] AppArmor: AppArmor Filesystem Enabled\n[ 0.392552] pnp: PnP ACPI init\n[ 0.393682] pnp: PnP ACPI: found 5 devices\n[ 0.400334] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.402667] NET: Registered protocol family 2\n[ 0.403923] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.405640] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.407190] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.408765] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.410231] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.411825] NET: Registered protocol family 1\n[ 0.412989] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.414493] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.415945] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.430389] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.445126] Trying to unpack rootfs image as initramfs...\n[ 0.495333] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.509580] Scanning for low memory corruption every 60 seconds\n[ 0.511200] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.512653] audit: initializing netlink subsys (disabled)\n[ 0.513992] audit: type=2000 audit(1536064438.698:1): initialized\n[ 0.515595] Initialise system trusted keyring\n[ 0.516732] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.518245] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.520521] zbud: loaded\n[ 0.521335] VFS: Disk quotas dquot_6.6.0\n[ 0.522355] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.524131] fuse init (API version 7.23)\n[ 0.525229] Key type big_key registered\n[ 0.526197] Allocating IMA MOK and blacklist keyrings.\n[ 0.527576] Key type asymmetric registered\n[ 0.528588] Asymmetric key parser 'x509' registered\n[ 0.529774] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.531955] io scheduler noop registered\n[ 0.532930] io scheduler deadline registered (default)\n[ 0.534174] io scheduler cfq registered\n[ 0.535187] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.536492] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.539658] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.541523] ACPI: Power Button [PWRF]\n[ 0.542563] GHES: HEST is not enabled!\n[ 0.556465] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.585275] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.588021] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.613600] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.616419] Linux agpgart interface v0.103\n[ 0.618846] brd: module loaded\n[ 0.620312] loop: module loaded\n[ 0.625493] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.626983] GPT:90111 != 2097151\n[ 0.627671] GPT:Alternate GPT header not at the end of the disk.\n[ 0.628776] GPT:90111 != 2097151\n[ 0.629464] GPT: Use GNU Parted to correct GPT errors.\n[ 0.630461] vda: vda1 vda15\n[ 0.631889] scsi host0: ata_piix\n[ 0.632635] scsi host1: ata_piix\n[ 0.633350] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.634571] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.636012] libphy: Fixed MDIO Bus: probed\n[ 0.636827] tun: Universal TUN/TAP device driver, 1.6\n[ 0.637772] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.639872] PPP generic driver version 2.4.2\n[ 0.640849] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.642177] ehci-pci: EHCI PCI platform driver\n[ 0.643046] ehci-platform: EHCI generic platform driver\n[ 0.644028] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.645230] ohci-pci: OHCI PCI platform driver\n[ 0.646137] ohci-platform: OHCI generic platform driver\n[ 0.647144] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.661624] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.662644] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.664113] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.665145] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.666266] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.667490] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.668905] usb usb1: Product: UHCI Host Controller\n[ 0.669858] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.670999] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.672042] hub 1-0:1.0: USB hub found\n[ 0.672823] hub 1-0:1.0: 2 ports detected\n[ 0.673725] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.675859] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.676814] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.677849] mousedev: PS/2 mouse device common for all mice\n[ 0.679149] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.681027] rtc_cmos 00:00: RTC can wake from S4\n[ 0.682121] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.683305] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.684490] i2c /dev entries driver\n[ 0.685238] device-mapper: uevent: version 1.0.3\n[ 0.686177] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.687795] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.689083] NET: Registered protocol family 10\n[ 0.690187] NET: Registered protocol family 17\n[ 0.691081] Key type dns_resolver registered\n[ 0.692009] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.693105] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.694855] registered taskstats version 1\n[ 0.695690] Loading compiled-in X.509 certificates\n[ 0.697122] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.699001] zswap: loaded using pool lzo/zbud\n[ 0.700368] Key type trusted registered\n[ 0.701929] Key type encrypted registered\n[ 0.702753] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.703783] ima: No TPM chip found, activating TPM-bypass!\n[ 0.704823] evm: HMAC attrs: 0x1\n[ 0.706128] Magic number: 2:619:581\n[ 0.706985] rtc_cmos 00:00: setting system clock to 2018-09-04 12:33:58 UTC (1536064438)\n[ 0.708581] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.709690] EDD information not available.\n[ 0.790269] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.791703] ata1.00: configured for MWDMA2\n[ 0.792903] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.805345] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.806665] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.807917] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.809784] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.811330] Write protecting the kernel read-only data: 14336k\n[ 0.812898] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.814704] 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.871983] 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.71\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found 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\"\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 3.60s]\nping 10.10.11.5 KO\nping 10.10.11.5 KO\nping 10.10.11.5 OK\nping 10.10.11.5 OK\nping 10.10.11.5 OK\nping 10.10.11.5 OK\nping 10.10.11.5 OK\nping 10.10.11.5 OK\nping 10.10.11.5 OK\nping 10.10.11.5 OK\nping 10.10.11.5 OK\nping 10.10.11.5 OK\n"} 2018-09-04 12:36:28,522 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/a2eb6af8-823c-4429-a699-7bc13fcc4fa3/action used request id req-fbbc19bb-fba7-4f26-83d5-794060b2662c 2018-09-04 12:36:28,523 - sdnvpn-results - DEBUG - [PASS] 'sdnvpn-1-4' can ping 'sdnvpn-1-5' 2018-09-04 12:36:28,523 - sdnvpn-results - INFO - Update VPN with eRT=iRT ... 2018-09-04 12:36:28,529 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:9696/v2.0/bgpvpn/bgpvpns/22be3728-d2a3-45b8-8094-00885573b05c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0d753d94308a70830ec0e8d290b3978a59e1b1c4" 2018-09-04 12:36:28,997 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-d49286e1-4f11-4a04-ae1d-ba314de0c61b Content-Length: 0 Date: Tue, 04 Sep 2018 12:36:29 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-04 12:36:28,998 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/bgpvpn/bgpvpns/22be3728-d2a3-45b8-8094-00885573b05c used request id req-d49286e1-4f11-4a04-ae1d-ba314de0c61b 2018-09-04 12:36:59,006 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:9696/v2.0/bgpvpn/bgpvpns -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0d753d94308a70830ec0e8d290b3978a59e1b1c4" -d '{"bgpvpn": {"import_targets": "88:88", "export_targets": "88:88", "name": "sdnvpn-333207", "route_distinguishers": "11:11"}}' 2018-09-04 12:36:59,382 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 341 X-Openstack-Request-Id: req-4c5a97f3-4c9e-46e0-becf-a68aad1cd754 Date: Tue, 04 Sep 2018 12:36:59 GMT RESP BODY: {"bgpvpn": {"export_targets": ["88:88"], "route_distinguishers": ["11:11"], "routers": [], "id": "791d0ef6-6ba9-4c64-995f-435c2a273c70", "name": "sdnvpn-333207", "tenant_id": "1e2f68a072b64978bd7ea91c2d64aca6", "import_targets": ["88:88"], "networks": [], "route_targets": [], "project_id": "1e2f68a072b64978bd7ea91c2d64aca6", "type": "l3"}} 2018-09-04 12:36:59,383 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/bgpvpn/bgpvpns used request id req-4c5a97f3-4c9e-46e0-becf-a68aad1cd754 2018-09-04 12:36:59,383 - sdnvpn.test.functest.testcase_1 - DEBUG - VPN re-created details: {u'bgpvpn': {u'export_targets': [u'88:88'], u'name': u'sdnvpn-333207', u'route_distinguishers': [u'11:11'], u'routers': [], u'import_targets': [u'88:88'], u'networks': [], u'tenant_id': u'1e2f68a072b64978bd7ea91c2d64aca6', u'route_targets': [], u'project_id': u'1e2f68a072b64978bd7ea91c2d64aca6', u'type': u'l3', u'id': u'791d0ef6-6ba9-4c64-995f-435c2a273c70'}} 2018-09-04 12:36:59,383 - sdnvpn-results - INFO - Associate network 'sdnvpn-1-1-net' to the VPN. 2018-09-04 12:36:59,388 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:9696/v2.0/bgpvpn/bgpvpns/791d0ef6-6ba9-4c64-995f-435c2a273c70/network_associations -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0d753d94308a70830ec0e8d290b3978a59e1b1c4" -d '{"network_association": {"network_id": "90b404d8-1ec3-4746-b73d-8608f53e2dbb"}}' 2018-09-04 12:36:59,884 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 224 X-Openstack-Request-Id: req-7f2f0d3d-b85c-4c62-a2ad-e2081216df71 Date: Tue, 04 Sep 2018 12:36:59 GMT RESP BODY: {"network_association": {"network_id": "90b404d8-1ec3-4746-b73d-8608f53e2dbb", "tenant_id": "1e2f68a072b64978bd7ea91c2d64aca6", "project_id": "1e2f68a072b64978bd7ea91c2d64aca6", "id": "4207e555-35c7-451e-909f-297bb9053a54"}} 2018-09-04 12:36:59,884 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/bgpvpn/bgpvpns/791d0ef6-6ba9-4c64-995f-435c2a273c70/network_associations used request id req-7f2f0d3d-b85c-4c62-a2ad-e2081216df71 2018-09-04 12:36:59,889 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:9696/v2.0/bgpvpn/bgpvpns/791d0ef6-6ba9-4c64-995f-435c2a273c70/network_associations -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0d753d94308a70830ec0e8d290b3978a59e1b1c4" -d '{"network_association": {"network_id": "a97c2945-f591-46b8-89bf-4e3c6f5ae436"}}' 2018-09-04 12:37:00,628 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 224 X-Openstack-Request-Id: req-c1fc6e2d-13e4-4840-8daa-5190a364c74f Date: Tue, 04 Sep 2018 12:37:00 GMT RESP BODY: {"network_association": {"network_id": "a97c2945-f591-46b8-89bf-4e3c6f5ae436", "tenant_id": "1e2f68a072b64978bd7ea91c2d64aca6", "project_id": "1e2f68a072b64978bd7ea91c2d64aca6", "id": "fdf80212-8912-45fc-993e-91689f5bf3f1"}} 2018-09-04 12:37:00,628 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/bgpvpn/bgpvpns/791d0ef6-6ba9-4c64-995f-435c2a273c70/network_associations used request id req-c1fc6e2d-13e4-4840-8daa-5190a364c74f 2018-09-04 12:37:00,628 - sdnvpn_test_utils - DEBUG - Waiting for network 791d0ef6-6ba9-4c64-995f-435c2a273c70 to associate with BGPVPN 90b404d8-1ec3-4746-b73d-8608f53e2dbb 2018-09-04 12:37:00,633 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9696/v2.0/bgpvpn/bgpvpns/791d0ef6-6ba9-4c64-995f-435c2a273c70 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0d753d94308a70830ec0e8d290b3978a59e1b1c4" 2018-09-04 12:37:00,944 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 419 X-Openstack-Request-Id: req-5721c05c-fd64-4ad6-9f7e-4da8f59994fc Date: Tue, 04 Sep 2018 12:37:00 GMT RESP BODY: {"bgpvpn": {"export_targets": ["88:88"], "route_distinguishers": ["11:11"], "routers": [], "id": "791d0ef6-6ba9-4c64-995f-435c2a273c70", "name": "sdnvpn-333207", "tenant_id": "1e2f68a072b64978bd7ea91c2d64aca6", "import_targets": ["88:88"], "networks": ["90b404d8-1ec3-4746-b73d-8608f53e2dbb", "a97c2945-f591-46b8-89bf-4e3c6f5ae436"], "route_targets": [], "project_id": "1e2f68a072b64978bd7ea91c2d64aca6", "type": "l3"}} 2018-09-04 12:37:00,944 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/bgpvpn/bgpvpns/791d0ef6-6ba9-4c64-995f-435c2a273c70 used request id req-5721c05c-fd64-4ad6-9f7e-4da8f59994fc 2018-09-04 12:37:01,946 - sdnvpn_test_utils - DEBUG - Waiting for network 791d0ef6-6ba9-4c64-995f-435c2a273c70 to associate with BGPVPN a97c2945-f591-46b8-89bf-4e3c6f5ae436 2018-09-04 12:37:01,951 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9696/v2.0/bgpvpn/bgpvpns/791d0ef6-6ba9-4c64-995f-435c2a273c70 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0d753d94308a70830ec0e8d290b3978a59e1b1c4" 2018-09-04 12:37:02,401 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 419 X-Openstack-Request-Id: req-0ad45483-8987-4159-b9d2-2998d59a4059 Date: Tue, 04 Sep 2018 12:37:02 GMT RESP BODY: {"bgpvpn": {"export_targets": ["88:88"], "route_distinguishers": ["11:11"], "routers": [], "id": "791d0ef6-6ba9-4c64-995f-435c2a273c70", "name": "sdnvpn-333207", "tenant_id": "1e2f68a072b64978bd7ea91c2d64aca6", "import_targets": ["88:88"], "networks": ["90b404d8-1ec3-4746-b73d-8608f53e2dbb", "a97c2945-f591-46b8-89bf-4e3c6f5ae436"], "route_targets": [], "project_id": "1e2f68a072b64978bd7ea91c2d64aca6", "type": "l3"}} 2018-09-04 12:37:02,401 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/bgpvpn/bgpvpns/791d0ef6-6ba9-4c64-995f-435c2a273c70 used request id req-0ad45483-8987-4159-b9d2-2998d59a4059 2018-09-04 12:37:03,403 - sdnvpn.test.functest.testcase_1 - INFO - Waiting for the VMs to connect to each other using the updated network configuration 2018-09-04 12:37:33,433 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/servers/04cc9505-c6d4-4997-9dec-681b8c15f1ad/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bfbd61787433c3d9514c34075f378004a089e75e" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-04 12:37:34,509 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12:37: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-2ee4c011-fe04-4139-80fb-676bdaa2832d x-compute-request-id: req-2ee4c011-fe04-4139-80fb-676bdaa2832d 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 517947766 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 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.134178] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.135855] pid_max: default: 32768 minimum: 301\n[ 0.136757] ACPI: Core revision 20150930\n[ 0.138161] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.139492] Security Framework initialized\n[ 0.140317] Yama: becoming mindful.\n[ 0.141050] AppArmor: AppArmor initialized\n[ 0.141928] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.143282] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.144571] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.145805] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.147205] Initializing cgroup subsys io\n[ 0.148027] Initializing cgroup subsys memory\n[ 0.148896] Initializing cgroup subsys devices\n[ 0.149792] Initializing cgroup subsys freezer\n[ 0.150679] Initializing cgroup subsys net_cls\n[ 0.151557] Initializing cgroup subsys perf_event\n[ 0.152473] Initializing cgroup subsys net_prio\n[ 0.153379] Initializing cgroup subsys hugetlb\n[ 0.154255] Initializing cgroup subsys pids\n[ 0.155139] CPU: Physical Processor ID: 0\n[ 0.156661] mce: CPU supports 10 MCE banks\n[ 0.157533] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.158553] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.170521] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.177083] ftrace: allocating 31920 entries in 125 pages\n[ 0.203472] smpboot: Max logical packages: 1\n[ 0.204367] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.205748] x2apic enabled\n[ 0.206573] Switched APIC routing to physical x2apic.\n[ 0.208342] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.209479] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.211505] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.213322] KVM setup paravirtual spinlock\n[ 0.214630] x86: Booted up 1 node, 1 CPUs\n[ 0.215450] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.216859] devtmpfs: initialized\n[ 0.218595] evm: security.selinux\n[ 0.219310] evm: security.SMACK64\n[ 0.220013] evm: security.SMACK64EXEC\n[ 0.220774] evm: security.SMACK64TRANSMUTE\n[ 0.221602] evm: security.SMACK64MMAP\n[ 0.222366] evm: security.ima\n[ 0.223020] evm: security.capability\n[ 0.223843] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.225734] pinctrl core: initialized pinctrl subsystem\n[ 0.226862] RTC time: 12:34:11, date: 09/04/18\n[ 0.227827] NET: Registered protocol family 16\n[ 0.228810] cpuidle: using governor ladder\n[ 0.229645] cpuidle: using governor menu\n[ 0.230444] PCCT header not found.\n[ 0.231213] ACPI: bus type PCI registered\n[ 0.232033] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.233303] PCI: Using configuration type 1 for base access\n[ 0.235078] ACPI: Added _OSI(Module Device)\n[ 0.235941] ACPI: Added _OSI(Processor Device)\n[ 0.236819] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.237732] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.239857] ACPI: Interpreter enabled\n[ 0.240652] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.242538] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.244410] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.246299] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.248172] ACPI: (supports S0 S5)\n[ 0.248894] ACPI: Using IOAPIC for interrupt routing\n[ 0.249964] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.253074] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.254246] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.255504] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.256718] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.258962] acpiphp: Slot [3] registered\n[ 0.259777] acpiphp: Slot [4] registered\n[ 0.260592] acpiphp: Slot [5] registered\n[ 0.261400] acpiphp: Slot [6] registered\n[ 0.262205] acpiphp: Slot [7] registered\n[ 0.263023] acpiphp: Slot [8] registered\n[ 0.263837] acpiphp: Slot [9] registered\n[ 0.264653] acpiphp: Slot [10] registered\n[ 0.265473] acpiphp: Slot [11] registered\n[ 0.266299] acpiphp: Slot [12] registered\n[ 0.267186] acpiphp: Slot [13] registered\n[ 0.268045] acpiphp: Slot [14] registered\n[ 0.268898] acpiphp: Slot [15] registered\n[ 0.280147] acpiphp: Slot [16] registered\n[ 0.281028] acpiphp: Slot [17] registered\n[ 0.281890] acpiphp: Slot [18] registered\n[ 0.282747] acpiphp: Slot [19] registered\n[ 0.283609] acpiphp: Slot [20] registered\n[ 0.284444] acpiphp: Slot [21] registered\n[ 0.285280] acpiphp: Slot [22] registered\n[ 0.286106] acpiphp: Slot [23] registered\n[ 0.286945] acpiphp: Slot [24] registered\n[ 0.287772] acpiphp: Slot [25] registered\n[ 0.288625] acpiphp: Slot [26] registered\n[ 0.289489] acpiphp: Slot [27] registered\n[ 0.290357] acpiphp: Slot [28] registered\n[ 0.291202] acpiphp: Slot [29] registered\n[ 0.292062] acpiphp: Slot [30] registered\n[ 0.292929] acpiphp: Slot [31] registered\n[ 0.293785] PCI host bridge to bus 0000:00\n[ 0.294640] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.295912] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.297192] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.298717] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.300246] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.306481] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.307845] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.309110] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.310424] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.316676] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.318205] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.363778] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.365308] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.366800] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.368282] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.369768] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.371062] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.372256] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.373474] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.375132] vgaarb: loaded\n[ 0.375803] vgaarb: bridge control possible 0000:00:02.0\n[ 0.377066] SCSI subsystem initialized\n[ 0.377935] ACPI: bus type USB registered\n[ 0.378792] usbcore: registered new interface driver usbfs\n[ 0.379921] usbcore: registered new interface driver hub\n[ 0.381027] usbcore: registered new device driver usb\n[ 0.382165] PCI: Using ACPI for IRQ routing\n[ 0.383336] NetLabel: Initializing\n[ 0.384127] NetLabel: domain hash size = 128\n[ 0.385062] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.386103] NetLabel: unlabeled traffic allowed by default\n[ 0.387311] clocksource: Switched to clocksource kvm-clock\n[ 0.392753] AppArmor: AppArmor Filesystem Enabled\n[ 0.393795] pnp: PnP ACPI init\n[ 0.394703] pnp: PnP ACPI: found 5 devices\n[ 0.401073] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.402827] NET: Registered protocol family 2\n[ 0.403802] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.405097] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.406291] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.407482] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.408582] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.409765] NET: Registered protocol family 1\n[ 0.410651] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.411778] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.412878] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.426946] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.441209] Trying to unpack rootfs image as initramfs...\n[ 0.490566] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.504455] Scanning for low memory corruption every 60 seconds\n[ 0.505802] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.506975] audit: initializing netlink subsys (disabled)\n[ 0.508036] audit: type=2000 audit(1536064452.285:1): initialized\n[ 0.509391] Initialise system trusted keyring\n[ 0.510342] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.511593] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.513579] zbud: loaded\n[ 0.514293] VFS: Disk quotas dquot_6.6.0\n[ 0.515114] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.516633] fuse init (API version 7.23)\n[ 0.517536] Key type big_key registered\n[ 0.518346] Allocating IMA MOK and blacklist keyrings.\n[ 0.519462] Key type asymmetric registered\n[ 0.520296] Asymmetric key parser 'x509' registered\n[ 0.521259] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.523097] io scheduler noop registered\n[ 0.523911] io scheduler deadline registered (default)\n[ 0.524915] io scheduler cfq registered\n[ 0.525753] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.526810] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.528087] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.529548] ACPI: Power Button [PWRF]\n[ 0.530384] GHES: HEST is not enabled!\n[ 0.544068] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.573634] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.576931] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.600849] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.602998] Linux agpgart interface v0.103\n[ 0.605036] brd: module loaded\n[ 0.606248] loop: module loaded\n[ 0.612686] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.614145] GPT:90111 != 2097151\n[ 0.614853] GPT:Alternate GPT header not at the end of the disk.\n[ 0.615954] GPT:90111 != 2097151\n[ 0.616638] GPT: Use GNU Parted to correct GPT errors.\n[ 0.617605] vda: vda1 vda15\n[ 0.619021] scsi host0: ata_piix\n[ 0.619779] scsi host1: ata_piix\n[ 0.620491] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.621710] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.623146] libphy: Fixed MDIO Bus: probed\n[ 0.623978] tun: Universal TUN/TAP device driver, 1.6\n[ 0.624934] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.627083] PPP generic driver version 2.4.2\n[ 0.627991] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.629260] ehci-pci: EHCI PCI platform driver\n[ 0.630134] ehci-platform: EHCI generic platform driver\n[ 0.631124] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.632265] ohci-pci: OHCI PCI platform driver\n[ 0.633138] ohci-platform: OHCI generic platform driver\n[ 0.634142] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.648505] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.649504] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.650958] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.651991] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.653119] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.654350] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.655783] usb usb1: Product: UHCI Host Controller\n[ 0.656724] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.657872] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.658890] hub 1-0:1.0: USB hub found\n[ 0.659680] hub 1-0:1.0: 2 ports detected\n[ 0.660588] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.662721] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.663689] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.664724] mousedev: PS/2 mouse device common for all mice\n[ 0.665978] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.667826] rtc_cmos 00:00: RTC can wake from S4\n[ 0.668920] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.670126] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.671331] i2c /dev entries driver\n[ 0.672089] device-mapper: uevent: version 1.0.3\n[ 0.673029] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.674663] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.675957] NET: Registered protocol family 10\n[ 0.676967] NET: Registered protocol family 17\n[ 0.677867] Key type dns_resolver registered\n[ 0.678801] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.679914] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.681677] registered taskstats version 1\n[ 0.682510] Loading compiled-in X.509 certificates\n[ 0.683950] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.685812] zswap: loaded using pool lzo/zbud\n[ 0.687168] Key type trusted registered\n[ 0.688731] Key type encrypted registered\n[ 0.689571] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.690608] ima: No TPM chip found, activating TPM-bypass!\n[ 0.691666] evm: HMAC attrs: 0x1\n[ 0.692607] Magic number: 2:619:581\n[ 0.693459] rtc_cmos 00:00: setting system clock to 2018-09-04 12:34:12 UTC (1536064452)\n[ 0.695067] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.696205] EDD information not available.\n[ 0.775834] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.777266] ata1.00: configured for MWDMA2\n[ 0.778460] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.791284] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.792517] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.793769] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.795638] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.797174] Write protecting the kernel read-only data: 14336k\n[ 0.798735] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.800550] 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.279594] 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.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.44s]\nping 10.10.10.7 OK\nping 10.10.10.8 OK\nping 10.10.11.8 KO\nping 10.10.11.5 OK\nping 10.10.10.7 OK\nping 10.10.10.8 OK\nping 10.10.11.8 OK\nping 10.10.11.5 KO\nping 10.10.10.7 OK\nping 10.10.10.8 OK\nping 10.10.11.8 OK\nping 10.10.11.5 OK\n"} 2018-09-04 12:37:34,510 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/04cc9505-c6d4-4997-9dec-681b8c15f1ad/action used request id req-2ee4c011-fe04-4139-80fb-676bdaa2832d 2018-09-04 12:37:34,511 - sdnvpn-results - DEBUG - Ping from 'sdnvpn-1-1' (10.10.10.11) to 'sdnvpn-1-4' (10.10.11.8). -->Expected result: can ping. 2018-09-04 12:37:34,514 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/servers/04cc9505-c6d4-4997-9dec-681b8c15f1ad/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bfbd61787433c3d9514c34075f378004a089e75e" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-04 12:37:35,584 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12:37:34 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-be07bd87-2310-423d-935d-c46e52ff19fe x-compute-request-id: req-be07bd87-2310-423d-935d-c46e52ff19fe 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 517947766 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 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.134178] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.135855] pid_max: default: 32768 minimum: 301\n[ 0.136757] ACPI: Core revision 20150930\n[ 0.138161] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.139492] Security Framework initialized\n[ 0.140317] Yama: becoming mindful.\n[ 0.141050] AppArmor: AppArmor initialized\n[ 0.141928] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.143282] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.144571] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.145805] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.147205] Initializing cgroup subsys io\n[ 0.148027] Initializing cgroup subsys memory\n[ 0.148896] Initializing cgroup subsys devices\n[ 0.149792] Initializing cgroup subsys freezer\n[ 0.150679] Initializing cgroup subsys net_cls\n[ 0.151557] Initializing cgroup subsys perf_event\n[ 0.152473] Initializing cgroup subsys net_prio\n[ 0.153379] Initializing cgroup subsys hugetlb\n[ 0.154255] Initializing cgroup subsys pids\n[ 0.155139] CPU: Physical Processor ID: 0\n[ 0.156661] mce: CPU supports 10 MCE banks\n[ 0.157533] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.158553] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.170521] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.177083] ftrace: allocating 31920 entries in 125 pages\n[ 0.203472] smpboot: Max logical packages: 1\n[ 0.204367] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.205748] x2apic enabled\n[ 0.206573] Switched APIC routing to physical x2apic.\n[ 0.208342] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.209479] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.211505] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.213322] KVM setup paravirtual spinlock\n[ 0.214630] x86: Booted up 1 node, 1 CPUs\n[ 0.215450] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.216859] devtmpfs: initialized\n[ 0.218595] evm: security.selinux\n[ 0.219310] evm: security.SMACK64\n[ 0.220013] evm: security.SMACK64EXEC\n[ 0.220774] evm: security.SMACK64TRANSMUTE\n[ 0.221602] evm: security.SMACK64MMAP\n[ 0.222366] evm: security.ima\n[ 0.223020] evm: security.capability\n[ 0.223843] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.225734] pinctrl core: initialized pinctrl subsystem\n[ 0.226862] RTC time: 12:34:11, date: 09/04/18\n[ 0.227827] NET: Registered protocol family 16\n[ 0.228810] cpuidle: using governor ladder\n[ 0.229645] cpuidle: using governor menu\n[ 0.230444] PCCT header not found.\n[ 0.231213] ACPI: bus type PCI registered\n[ 0.232033] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.233303] PCI: Using configuration type 1 for base access\n[ 0.235078] ACPI: Added _OSI(Module Device)\n[ 0.235941] ACPI: Added _OSI(Processor Device)\n[ 0.236819] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.237732] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.239857] ACPI: Interpreter enabled\n[ 0.240652] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.242538] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.244410] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.246299] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.248172] ACPI: (supports S0 S5)\n[ 0.248894] ACPI: Using IOAPIC for interrupt routing\n[ 0.249964] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.253074] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.254246] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.255504] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.256718] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.258962] acpiphp: Slot [3] registered\n[ 0.259777] acpiphp: Slot [4] registered\n[ 0.260592] acpiphp: Slot [5] registered\n[ 0.261400] acpiphp: Slot [6] registered\n[ 0.262205] acpiphp: Slot [7] registered\n[ 0.263023] acpiphp: Slot [8] registered\n[ 0.263837] acpiphp: Slot [9] registered\n[ 0.264653] acpiphp: Slot [10] registered\n[ 0.265473] acpiphp: Slot [11] registered\n[ 0.266299] acpiphp: Slot [12] registered\n[ 0.267186] acpiphp: Slot [13] registered\n[ 0.268045] acpiphp: Slot [14] registered\n[ 0.268898] acpiphp: Slot [15] registered\n[ 0.280147] acpiphp: Slot [16] registered\n[ 0.281028] acpiphp: Slot [17] registered\n[ 0.281890] acpiphp: Slot [18] registered\n[ 0.282747] acpiphp: Slot [19] registered\n[ 0.283609] acpiphp: Slot [20] registered\n[ 0.284444] acpiphp: Slot [21] registered\n[ 0.285280] acpiphp: Slot [22] registered\n[ 0.286106] acpiphp: Slot [23] registered\n[ 0.286945] acpiphp: Slot [24] registered\n[ 0.287772] acpiphp: Slot [25] registered\n[ 0.288625] acpiphp: Slot [26] registered\n[ 0.289489] acpiphp: Slot [27] registered\n[ 0.290357] acpiphp: Slot [28] registered\n[ 0.291202] acpiphp: Slot [29] registered\n[ 0.292062] acpiphp: Slot [30] registered\n[ 0.292929] acpiphp: Slot [31] registered\n[ 0.293785] PCI host bridge to bus 0000:00\n[ 0.294640] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.295912] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.297192] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.298717] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.300246] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.306481] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.307845] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.309110] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.310424] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.316676] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.318205] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.363778] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.365308] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.366800] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.368282] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.369768] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.371062] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.372256] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.373474] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.375132] vgaarb: loaded\n[ 0.375803] vgaarb: bridge control possible 0000:00:02.0\n[ 0.377066] SCSI subsystem initialized\n[ 0.377935] ACPI: bus type USB registered\n[ 0.378792] usbcore: registered new interface driver usbfs\n[ 0.379921] usbcore: registered new interface driver hub\n[ 0.381027] usbcore: registered new device driver usb\n[ 0.382165] PCI: Using ACPI for IRQ routing\n[ 0.383336] NetLabel: Initializing\n[ 0.384127] NetLabel: domain hash size = 128\n[ 0.385062] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.386103] NetLabel: unlabeled traffic allowed by default\n[ 0.387311] clocksource: Switched to clocksource kvm-clock\n[ 0.392753] AppArmor: AppArmor Filesystem Enabled\n[ 0.393795] pnp: PnP ACPI init\n[ 0.394703] pnp: PnP ACPI: found 5 devices\n[ 0.401073] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.402827] NET: Registered protocol family 2\n[ 0.403802] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.405097] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.406291] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.407482] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.408582] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.409765] NET: Registered protocol family 1\n[ 0.410651] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.411778] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.412878] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.426946] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.441209] Trying to unpack rootfs image as initramfs...\n[ 0.490566] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.504455] Scanning for low memory corruption every 60 seconds\n[ 0.505802] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.506975] audit: initializing netlink subsys (disabled)\n[ 0.508036] audit: type=2000 audit(1536064452.285:1): initialized\n[ 0.509391] Initialise system trusted keyring\n[ 0.510342] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.511593] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.513579] zbud: loaded\n[ 0.514293] VFS: Disk quotas dquot_6.6.0\n[ 0.515114] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.516633] fuse init (API version 7.23)\n[ 0.517536] Key type big_key registered\n[ 0.518346] Allocating IMA MOK and blacklist keyrings.\n[ 0.519462] Key type asymmetric registered\n[ 0.520296] Asymmetric key parser 'x509' registered\n[ 0.521259] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.523097] io scheduler noop registered\n[ 0.523911] io scheduler deadline registered (default)\n[ 0.524915] io scheduler cfq registered\n[ 0.525753] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.526810] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.528087] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.529548] ACPI: Power Button [PWRF]\n[ 0.530384] GHES: HEST is not enabled!\n[ 0.544068] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.573634] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.576931] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.600849] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.602998] Linux agpgart interface v0.103\n[ 0.605036] brd: module loaded\n[ 0.606248] loop: module loaded\n[ 0.612686] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.614145] GPT:90111 != 2097151\n[ 0.614853] GPT:Alternate GPT header not at the end of the disk.\n[ 0.615954] GPT:90111 != 2097151\n[ 0.616638] GPT: Use GNU Parted to correct GPT errors.\n[ 0.617605] vda: vda1 vda15\n[ 0.619021] scsi host0: ata_piix\n[ 0.619779] scsi host1: ata_piix\n[ 0.620491] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.621710] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.623146] libphy: Fixed MDIO Bus: probed\n[ 0.623978] tun: Universal TUN/TAP device driver, 1.6\n[ 0.624934] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.627083] PPP generic driver version 2.4.2\n[ 0.627991] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.629260] ehci-pci: EHCI PCI platform driver\n[ 0.630134] ehci-platform: EHCI generic platform driver\n[ 0.631124] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.632265] ohci-pci: OHCI PCI platform driver\n[ 0.633138] ohci-platform: OHCI generic platform driver\n[ 0.634142] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.648505] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.649504] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.650958] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.651991] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.653119] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.654350] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.655783] usb usb1: Product: UHCI Host Controller\n[ 0.656724] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.657872] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.658890] hub 1-0:1.0: USB hub found\n[ 0.659680] hub 1-0:1.0: 2 ports detected\n[ 0.660588] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.662721] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.663689] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.664724] mousedev: PS/2 mouse device common for all mice\n[ 0.665978] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.667826] rtc_cmos 00:00: RTC can wake from S4\n[ 0.668920] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.670126] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.671331] i2c /dev entries driver\n[ 0.672089] device-mapper: uevent: version 1.0.3\n[ 0.673029] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.674663] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.675957] NET: Registered protocol family 10\n[ 0.676967] NET: Registered protocol family 17\n[ 0.677867] Key type dns_resolver registered\n[ 0.678801] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.679914] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.681677] registered taskstats version 1\n[ 0.682510] Loading compiled-in X.509 certificates\n[ 0.683950] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.685812] zswap: loaded using pool lzo/zbud\n[ 0.687168] Key type trusted registered\n[ 0.688731] Key type encrypted registered\n[ 0.689571] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.690608] ima: No TPM chip found, activating TPM-bypass!\n[ 0.691666] evm: HMAC attrs: 0x1\n[ 0.692607] Magic number: 2:619:581\n[ 0.693459] rtc_cmos 00:00: setting system clock to 2018-09-04 12:34:12 UTC (1536064452)\n[ 0.695067] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.696205] EDD information not available.\n[ 0.775834] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.777266] ata1.00: configured for MWDMA2\n[ 0.778460] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.791284] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.792517] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.793769] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.795638] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.797174] Write protecting the kernel read-only data: 14336k\n[ 0.798735] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.800550] 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.279594] 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.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.44s]\nping 10.10.10.7 OK\nping 10.10.10.8 OK\nping 10.10.11.8 KO\nping 10.10.11.5 OK\nping 10.10.10.7 OK\nping 10.10.10.8 OK\nping 10.10.11.8 OK\nping 10.10.11.5 KO\nping 10.10.10.7 OK\nping 10.10.10.8 OK\nping 10.10.11.8 OK\nping 10.10.11.5 OK\n"} 2018-09-04 12:37:35,585 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/04cc9505-c6d4-4997-9dec-681b8c15f1ad/action used request id req-be07bd87-2310-423d-935d-c46e52ff19fe 2018-09-04 12:37:35,586 - sdnvpn-results - DEBUG - [PASS] 'sdnvpn-1-1' can ping 'sdnvpn-1-4' 2018-09-04 12:37:35,589 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/servers/04cc9505-c6d4-4997-9dec-681b8c15f1ad/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bfbd61787433c3d9514c34075f378004a089e75e" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-04 12:37:36,671 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12:37:35 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-df8452c9-324b-4f82-80cd-750a072044cd x-compute-request-id: req-df8452c9-324b-4f82-80cd-750a072044cd 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 517947766 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 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.134178] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.135855] pid_max: default: 32768 minimum: 301\n[ 0.136757] ACPI: Core revision 20150930\n[ 0.138161] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.139492] Security Framework initialized\n[ 0.140317] Yama: becoming mindful.\n[ 0.141050] AppArmor: AppArmor initialized\n[ 0.141928] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.143282] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.144571] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.145805] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.147205] Initializing cgroup subsys io\n[ 0.148027] Initializing cgroup subsys memory\n[ 0.148896] Initializing cgroup subsys devices\n[ 0.149792] Initializing cgroup subsys freezer\n[ 0.150679] Initializing cgroup subsys net_cls\n[ 0.151557] Initializing cgroup subsys perf_event\n[ 0.152473] Initializing cgroup subsys net_prio\n[ 0.153379] Initializing cgroup subsys hugetlb\n[ 0.154255] Initializing cgroup subsys pids\n[ 0.155139] CPU: Physical Processor ID: 0\n[ 0.156661] mce: CPU supports 10 MCE banks\n[ 0.157533] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.158553] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.170521] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.177083] ftrace: allocating 31920 entries in 125 pages\n[ 0.203472] smpboot: Max logical packages: 1\n[ 0.204367] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.205748] x2apic enabled\n[ 0.206573] Switched APIC routing to physical x2apic.\n[ 0.208342] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.209479] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.211505] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.213322] KVM setup paravirtual spinlock\n[ 0.214630] x86: Booted up 1 node, 1 CPUs\n[ 0.215450] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.216859] devtmpfs: initialized\n[ 0.218595] evm: security.selinux\n[ 0.219310] evm: security.SMACK64\n[ 0.220013] evm: security.SMACK64EXEC\n[ 0.220774] evm: security.SMACK64TRANSMUTE\n[ 0.221602] evm: security.SMACK64MMAP\n[ 0.222366] evm: security.ima\n[ 0.223020] evm: security.capability\n[ 0.223843] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.225734] pinctrl core: initialized pinctrl subsystem\n[ 0.226862] RTC time: 12:34:11, date: 09/04/18\n[ 0.227827] NET: Registered protocol family 16\n[ 0.228810] cpuidle: using governor ladder\n[ 0.229645] cpuidle: using governor menu\n[ 0.230444] PCCT header not found.\n[ 0.231213] ACPI: bus type PCI registered\n[ 0.232033] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.233303] PCI: Using configuration type 1 for base access\n[ 0.235078] ACPI: Added _OSI(Module Device)\n[ 0.235941] ACPI: Added _OSI(Processor Device)\n[ 0.236819] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.237732] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.239857] ACPI: Interpreter enabled\n[ 0.240652] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.242538] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.244410] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.246299] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.248172] ACPI: (supports S0 S5)\n[ 0.248894] ACPI: Using IOAPIC for interrupt routing\n[ 0.249964] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.253074] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.254246] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.255504] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.256718] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.258962] acpiphp: Slot [3] registered\n[ 0.259777] acpiphp: Slot [4] registered\n[ 0.260592] acpiphp: Slot [5] registered\n[ 0.261400] acpiphp: Slot [6] registered\n[ 0.262205] acpiphp: Slot [7] registered\n[ 0.263023] acpiphp: Slot [8] registered\n[ 0.263837] acpiphp: Slot [9] registered\n[ 0.264653] acpiphp: Slot [10] registered\n[ 0.265473] acpiphp: Slot [11] registered\n[ 0.266299] acpiphp: Slot [12] registered\n[ 0.267186] acpiphp: Slot [13] registered\n[ 0.268045] acpiphp: Slot [14] registered\n[ 0.268898] acpiphp: Slot [15] registered\n[ 0.280147] acpiphp: Slot [16] registered\n[ 0.281028] acpiphp: Slot [17] registered\n[ 0.281890] acpiphp: Slot [18] registered\n[ 0.282747] acpiphp: Slot [19] registered\n[ 0.283609] acpiphp: Slot [20] registered\n[ 0.284444] acpiphp: Slot [21] registered\n[ 0.285280] acpiphp: Slot [22] registered\n[ 0.286106] acpiphp: Slot [23] registered\n[ 0.286945] acpiphp: Slot [24] registered\n[ 0.287772] acpiphp: Slot [25] registered\n[ 0.288625] acpiphp: Slot [26] registered\n[ 0.289489] acpiphp: Slot [27] registered\n[ 0.290357] acpiphp: Slot [28] registered\n[ 0.291202] acpiphp: Slot [29] registered\n[ 0.292062] acpiphp: Slot [30] registered\n[ 0.292929] acpiphp: Slot [31] registered\n[ 0.293785] PCI host bridge to bus 0000:00\n[ 0.294640] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.295912] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.297192] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.298717] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.300246] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.306481] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.307845] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.309110] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.310424] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.316676] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.318205] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.363778] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.365308] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.366800] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.368282] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.369768] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.371062] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.372256] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.373474] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.375132] vgaarb: loaded\n[ 0.375803] vgaarb: bridge control possible 0000:00:02.0\n[ 0.377066] SCSI subsystem initialized\n[ 0.377935] ACPI: bus type USB registered\n[ 0.378792] usbcore: registered new interface driver usbfs\n[ 0.379921] usbcore: registered new interface driver hub\n[ 0.381027] usbcore: registered new device driver usb\n[ 0.382165] PCI: Using ACPI for IRQ routing\n[ 0.383336] NetLabel: Initializing\n[ 0.384127] NetLabel: domain hash size = 128\n[ 0.385062] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.386103] NetLabel: unlabeled traffic allowed by default\n[ 0.387311] clocksource: Switched to clocksource kvm-clock\n[ 0.392753] AppArmor: AppArmor Filesystem Enabled\n[ 0.393795] pnp: PnP ACPI init\n[ 0.394703] pnp: PnP ACPI: found 5 devices\n[ 0.401073] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.402827] NET: Registered protocol family 2\n[ 0.403802] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.405097] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.406291] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.407482] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.408582] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.409765] NET: Registered protocol family 1\n[ 0.410651] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.411778] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.412878] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.426946] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.441209] Trying to unpack rootfs image as initramfs...\n[ 0.490566] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.504455] Scanning for low memory corruption every 60 seconds\n[ 0.505802] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.506975] audit: initializing netlink subsys (disabled)\n[ 0.508036] audit: type=2000 audit(1536064452.285:1): initialized\n[ 0.509391] Initialise system trusted keyring\n[ 0.510342] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.511593] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.513579] zbud: loaded\n[ 0.514293] VFS: Disk quotas dquot_6.6.0\n[ 0.515114] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.516633] fuse init (API version 7.23)\n[ 0.517536] Key type big_key registered\n[ 0.518346] Allocating IMA MOK and blacklist keyrings.\n[ 0.519462] Key type asymmetric registered\n[ 0.520296] Asymmetric key parser 'x509' registered\n[ 0.521259] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.523097] io scheduler noop registered\n[ 0.523911] io scheduler deadline registered (default)\n[ 0.524915] io scheduler cfq registered\n[ 0.525753] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.526810] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.528087] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.529548] ACPI: Power Button [PWRF]\n[ 0.530384] GHES: HEST is not enabled!\n[ 0.544068] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.573634] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.576931] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.600849] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.602998] Linux agpgart interface v0.103\n[ 0.605036] brd: module loaded\n[ 0.606248] loop: module loaded\n[ 0.612686] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.614145] GPT:90111 != 2097151\n[ 0.614853] GPT:Alternate GPT header not at the end of the disk.\n[ 0.615954] GPT:90111 != 2097151\n[ 0.616638] GPT: Use GNU Parted to correct GPT errors.\n[ 0.617605] vda: vda1 vda15\n[ 0.619021] scsi host0: ata_piix\n[ 0.619779] scsi host1: ata_piix\n[ 0.620491] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.621710] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.623146] libphy: Fixed MDIO Bus: probed\n[ 0.623978] tun: Universal TUN/TAP device driver, 1.6\n[ 0.624934] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.627083] PPP generic driver version 2.4.2\n[ 0.627991] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.629260] ehci-pci: EHCI PCI platform driver\n[ 0.630134] ehci-platform: EHCI generic platform driver\n[ 0.631124] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.632265] ohci-pci: OHCI PCI platform driver\n[ 0.633138] ohci-platform: OHCI generic platform driver\n[ 0.634142] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.648505] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.649504] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.650958] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.651991] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.653119] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.654350] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.655783] usb usb1: Product: UHCI Host Controller\n[ 0.656724] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.657872] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.658890] hub 1-0:1.0: USB hub found\n[ 0.659680] hub 1-0:1.0: 2 ports detected\n[ 0.660588] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.662721] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.663689] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.664724] mousedev: PS/2 mouse device common for all mice\n[ 0.665978] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.667826] rtc_cmos 00:00: RTC can wake from S4\n[ 0.668920] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.670126] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.671331] i2c /dev entries driver\n[ 0.672089] device-mapper: uevent: version 1.0.3\n[ 0.673029] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.674663] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.675957] NET: Registered protocol family 10\n[ 0.676967] NET: Registered protocol family 17\n[ 0.677867] Key type dns_resolver registered\n[ 0.678801] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.679914] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.681677] registered taskstats version 1\n[ 0.682510] Loading compiled-in X.509 certificates\n[ 0.683950] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.685812] zswap: loaded using pool lzo/zbud\n[ 0.687168] Key type trusted registered\n[ 0.688731] Key type encrypted registered\n[ 0.689571] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.690608] ima: No TPM chip found, activating TPM-bypass!\n[ 0.691666] evm: HMAC attrs: 0x1\n[ 0.692607] Magic number: 2:619:581\n[ 0.693459] rtc_cmos 00:00: setting system clock to 2018-09-04 12:34:12 UTC (1536064452)\n[ 0.695067] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.696205] EDD information not available.\n[ 0.775834] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.777266] ata1.00: configured for MWDMA2\n[ 0.778460] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.791284] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.792517] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.793769] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.795638] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.797174] Write protecting the kernel read-only data: 14336k\n[ 0.798735] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.800550] 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.279594] 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.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.44s]\nping 10.10.10.7 OK\nping 10.10.10.8 OK\nping 10.10.11.8 KO\nping 10.10.11.5 OK\nping 10.10.10.7 OK\nping 10.10.10.8 OK\nping 10.10.11.8 OK\nping 10.10.11.5 KO\nping 10.10.10.7 OK\nping 10.10.10.8 OK\nping 10.10.11.8 OK\nping 10.10.11.5 OK\n"} 2018-09-04 12:37:36,671 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/04cc9505-c6d4-4997-9dec-681b8c15f1ad/action used request id req-df8452c9-324b-4f82-80cd-750a072044cd 2018-09-04 12:37:36,672 - sdnvpn-results - DEBUG - Ping from 'sdnvpn-1-1' (10.10.10.11) to 'sdnvpn-1-5' (10.10.11.5). -->Expected result: can ping. 2018-09-04 12:37:36,675 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/servers/04cc9505-c6d4-4997-9dec-681b8c15f1ad/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bfbd61787433c3d9514c34075f378004a089e75e" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-04 12:37:37,741 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12:37: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-760a2039-db17-4717-8056-e68f0a58434e x-compute-request-id: req-760a2039-db17-4717-8056-e68f0a58434e Content-Encoding: gzip Content-Length: 8116 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 517947766 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 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.134178] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.135855] pid_max: default: 32768 minimum: 301\n[ 0.136757] ACPI: Core revision 20150930\n[ 0.138161] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.139492] Security Framework initialized\n[ 0.140317] Yama: becoming mindful.\n[ 0.141050] AppArmor: AppArmor initialized\n[ 0.141928] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.143282] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.144571] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.145805] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.147205] Initializing cgroup subsys io\n[ 0.148027] Initializing cgroup subsys memory\n[ 0.148896] Initializing cgroup subsys devices\n[ 0.149792] Initializing cgroup subsys freezer\n[ 0.150679] Initializing cgroup subsys net_cls\n[ 0.151557] Initializing cgroup subsys perf_event\n[ 0.152473] Initializing cgroup subsys net_prio\n[ 0.153379] Initializing cgroup subsys hugetlb\n[ 0.154255] Initializing cgroup subsys pids\n[ 0.155139] CPU: Physical Processor ID: 0\n[ 0.156661] mce: CPU supports 10 MCE banks\n[ 0.157533] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.158553] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.170521] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.177083] ftrace: allocating 31920 entries in 125 pages\n[ 0.203472] smpboot: Max logical packages: 1\n[ 0.204367] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.205748] x2apic enabled\n[ 0.206573] Switched APIC routing to physical x2apic.\n[ 0.208342] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.209479] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.211505] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.213322] KVM setup paravirtual spinlock\n[ 0.214630] x86: Booted up 1 node, 1 CPUs\n[ 0.215450] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.216859] devtmpfs: initialized\n[ 0.218595] evm: security.selinux\n[ 0.219310] evm: security.SMACK64\n[ 0.220013] evm: security.SMACK64EXEC\n[ 0.220774] evm: security.SMACK64TRANSMUTE\n[ 0.221602] evm: security.SMACK64MMAP\n[ 0.222366] evm: security.ima\n[ 0.223020] evm: security.capability\n[ 0.223843] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.225734] pinctrl core: initialized pinctrl subsystem\n[ 0.226862] RTC time: 12:34:11, date: 09/04/18\n[ 0.227827] NET: Registered protocol family 16\n[ 0.228810] cpuidle: using governor ladder\n[ 0.229645] cpuidle: using governor menu\n[ 0.230444] PCCT header not found.\n[ 0.231213] ACPI: bus type PCI registered\n[ 0.232033] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.233303] PCI: Using configuration type 1 for base access\n[ 0.235078] ACPI: Added _OSI(Module Device)\n[ 0.235941] ACPI: Added _OSI(Processor Device)\n[ 0.236819] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.237732] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.239857] ACPI: Interpreter enabled\n[ 0.240652] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.242538] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.244410] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.246299] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.248172] ACPI: (supports S0 S5)\n[ 0.248894] ACPI: Using IOAPIC for interrupt routing\n[ 0.249964] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.253074] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.254246] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.255504] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.256718] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.258962] acpiphp: Slot [3] registered\n[ 0.259777] acpiphp: Slot [4] registered\n[ 0.260592] acpiphp: Slot [5] registered\n[ 0.261400] acpiphp: Slot [6] registered\n[ 0.262205] acpiphp: Slot [7] registered\n[ 0.263023] acpiphp: Slot [8] registered\n[ 0.263837] acpiphp: Slot [9] registered\n[ 0.264653] acpiphp: Slot [10] registered\n[ 0.265473] acpiphp: Slot [11] registered\n[ 0.266299] acpiphp: Slot [12] registered\n[ 0.267186] acpiphp: Slot [13] registered\n[ 0.268045] acpiphp: Slot [14] registered\n[ 0.268898] acpiphp: Slot [15] registered\n[ 0.280147] acpiphp: Slot [16] registered\n[ 0.281028] acpiphp: Slot [17] registered\n[ 0.281890] acpiphp: Slot [18] registered\n[ 0.282747] acpiphp: Slot [19] registered\n[ 0.283609] acpiphp: Slot [20] registered\n[ 0.284444] acpiphp: Slot [21] registered\n[ 0.285280] acpiphp: Slot [22] registered\n[ 0.286106] acpiphp: Slot [23] registered\n[ 0.286945] acpiphp: Slot [24] registered\n[ 0.287772] acpiphp: Slot [25] registered\n[ 0.288625] acpiphp: Slot [26] registered\n[ 0.289489] acpiphp: Slot [27] registered\n[ 0.290357] acpiphp: Slot [28] registered\n[ 0.291202] acpiphp: Slot [29] registered\n[ 0.292062] acpiphp: Slot [30] registered\n[ 0.292929] acpiphp: Slot [31] registered\n[ 0.293785] PCI host bridge to bus 0000:00\n[ 0.294640] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.295912] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.297192] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.298717] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.300246] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.306481] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.307845] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.309110] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.310424] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.316676] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.318205] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.363778] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.365308] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.366800] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.368282] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.369768] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.371062] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.372256] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.373474] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.375132] vgaarb: loaded\n[ 0.375803] vgaarb: bridge control possible 0000:00:02.0\n[ 0.377066] SCSI subsystem initialized\n[ 0.377935] ACPI: bus type USB registered\n[ 0.378792] usbcore: registered new interface driver usbfs\n[ 0.379921] usbcore: registered new interface driver hub\n[ 0.381027] usbcore: registered new device driver usb\n[ 0.382165] PCI: Using ACPI for IRQ routing\n[ 0.383336] NetLabel: Initializing\n[ 0.384127] NetLabel: domain hash size = 128\n[ 0.385062] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.386103] NetLabel: unlabeled traffic allowed by default\n[ 0.387311] clocksource: Switched to clocksource kvm-clock\n[ 0.392753] AppArmor: AppArmor Filesystem Enabled\n[ 0.393795] pnp: PnP ACPI init\n[ 0.394703] pnp: PnP ACPI: found 5 devices\n[ 0.401073] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.402827] NET: Registered protocol family 2\n[ 0.403802] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.405097] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.406291] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.407482] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.408582] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.409765] NET: Registered protocol family 1\n[ 0.410651] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.411778] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.412878] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.426946] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.441209] Trying to unpack rootfs image as initramfs...\n[ 0.490566] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.504455] Scanning for low memory corruption every 60 seconds\n[ 0.505802] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.506975] audit: initializing netlink subsys (disabled)\n[ 0.508036] audit: type=2000 audit(1536064452.285:1): initialized\n[ 0.509391] Initialise system trusted keyring\n[ 0.510342] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.511593] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.513579] zbud: loaded\n[ 0.514293] VFS: Disk quotas dquot_6.6.0\n[ 0.515114] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.516633] fuse init (API version 7.23)\n[ 0.517536] Key type big_key registered\n[ 0.518346] Allocating IMA MOK and blacklist keyrings.\n[ 0.519462] Key type asymmetric registered\n[ 0.520296] Asymmetric key parser 'x509' registered\n[ 0.521259] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.523097] io scheduler noop registered\n[ 0.523911] io scheduler deadline registered (default)\n[ 0.524915] io scheduler cfq registered\n[ 0.525753] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.526810] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.528087] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.529548] ACPI: Power Button [PWRF]\n[ 0.530384] GHES: HEST is not enabled!\n[ 0.544068] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.573634] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.576931] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.600849] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.602998] Linux agpgart interface v0.103\n[ 0.605036] brd: module loaded\n[ 0.606248] loop: module loaded\n[ 0.612686] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.614145] GPT:90111 != 2097151\n[ 0.614853] GPT:Alternate GPT header not at the end of the disk.\n[ 0.615954] GPT:90111 != 2097151\n[ 0.616638] GPT: Use GNU Parted to correct GPT errors.\n[ 0.617605] vda: vda1 vda15\n[ 0.619021] scsi host0: ata_piix\n[ 0.619779] scsi host1: ata_piix\n[ 0.620491] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.621710] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.623146] libphy: Fixed MDIO Bus: probed\n[ 0.623978] tun: Universal TUN/TAP device driver, 1.6\n[ 0.624934] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.627083] PPP generic driver version 2.4.2\n[ 0.627991] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.629260] ehci-pci: EHCI PCI platform driver\n[ 0.630134] ehci-platform: EHCI generic platform driver\n[ 0.631124] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.632265] ohci-pci: OHCI PCI platform driver\n[ 0.633138] ohci-platform: OHCI generic platform driver\n[ 0.634142] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.648505] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.649504] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.650958] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.651991] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.653119] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.654350] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.655783] usb usb1: Product: UHCI Host Controller\n[ 0.656724] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.657872] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.658890] hub 1-0:1.0: USB hub found\n[ 0.659680] hub 1-0:1.0: 2 ports detected\n[ 0.660588] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.662721] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.663689] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.664724] mousedev: PS/2 mouse device common for all mice\n[ 0.665978] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.667826] rtc_cmos 00:00: RTC can wake from S4\n[ 0.668920] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.670126] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.671331] i2c /dev entries driver\n[ 0.672089] device-mapper: uevent: version 1.0.3\n[ 0.673029] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.674663] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.675957] NET: Registered protocol family 10\n[ 0.676967] NET: Registered protocol family 17\n[ 0.677867] Key type dns_resolver registered\n[ 0.678801] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.679914] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.681677] registered taskstats version 1\n[ 0.682510] Loading compiled-in X.509 certificates\n[ 0.683950] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.685812] zswap: loaded using pool lzo/zbud\n[ 0.687168] Key type trusted registered\n[ 0.688731] Key type encrypted registered\n[ 0.689571] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.690608] ima: No TPM chip found, activating TPM-bypass!\n[ 0.691666] evm: HMAC attrs: 0x1\n[ 0.692607] Magic number: 2:619:581\n[ 0.693459] rtc_cmos 00:00: setting system clock to 2018-09-04 12:34:12 UTC (1536064452)\n[ 0.695067] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.696205] EDD information not available.\n[ 0.775834] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.777266] ata1.00: configured for MWDMA2\n[ 0.778460] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.791284] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.792517] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.793769] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.795638] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.797174] Write protecting the kernel read-only data: 14336k\n[ 0.798735] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.800550] 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.279594] 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.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.44s]\nping 10.10.10.7 OK\nping 10.10.10.8 OK\nping 10.10.11.8 KO\nping 10.10.11.5 OK\nping 10.10.10.7 OK\nping 10.10.10.8 OK\nping 10.10.11.8 OK\nping 10.10.11.5 KO\nping 10.10.10.7 OK\nping 10.10.10.8 OK\nping 10.10.11.8 OK\nping 10.10.11.5 OK\nping 10.10.10.7 OK\n"} 2018-09-04 12:37:37,742 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/04cc9505-c6d4-4997-9dec-681b8c15f1ad/action used request id req-760a2039-db17-4717-8056-e68f0a58434e 2018-09-04 12:37:37,743 - sdnvpn-results - DEBUG - [PASS] 'sdnvpn-1-1' can ping 'sdnvpn-1-5' 2018-09-04 12:37:37,746 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/servers/04cc9505-c6d4-4997-9dec-681b8c15f1ad/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9f5282baed129f90b0ce3d16f6d25b4eb398c1f5" -d '{"forceDelete": null}' 2018-09-04 12:37:37,916 - novaclient.v2.client - DEBUG - RESP: [202] Date: Tue, 04 Sep 2018 12:37: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-8cd96ba4-8b29-4d4a-a586-a7b0ccf6404e x-compute-request-id: req-8cd96ba4-8b29-4d4a-a586-a7b0ccf6404e Content-Length: 0 Content-Type: application/json 2018-09-04 12:37:37,916 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/04cc9505-c6d4-4997-9dec-681b8c15f1ad/action used request id req-8cd96ba4-8b29-4d4a-a586-a7b0ccf6404e 2018-09-04 12:37:37,919 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/servers/fa5d7e99-c18c-477e-8ddb-fcc57f83ee85/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9f5282baed129f90b0ce3d16f6d25b4eb398c1f5" -d '{"forceDelete": null}' 2018-09-04 12:37:38,089 - novaclient.v2.client - DEBUG - RESP: [202] Date: Tue, 04 Sep 2018 12:37: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-4ea33dc4-f64b-4252-928a-0b72ceace9d7 x-compute-request-id: req-4ea33dc4-f64b-4252-928a-0b72ceace9d7 Content-Length: 0 Content-Type: application/json 2018-09-04 12:37:38,089 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/fa5d7e99-c18c-477e-8ddb-fcc57f83ee85/action used request id req-4ea33dc4-f64b-4252-928a-0b72ceace9d7 2018-09-04 12:37:38,092 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/servers/5aa30155-4730-4d2f-9ce5-8a13b3d381cf/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9f5282baed129f90b0ce3d16f6d25b4eb398c1f5" -d '{"forceDelete": null}' 2018-09-04 12:37:38,347 - novaclient.v2.client - DEBUG - RESP: [202] Date: Tue, 04 Sep 2018 12:37: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-d00abd56-3f79-45c2-a9a4-a7f94e4cebf7 x-compute-request-id: req-d00abd56-3f79-45c2-a9a4-a7f94e4cebf7 Content-Length: 0 Content-Type: application/json 2018-09-04 12:37:38,347 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/5aa30155-4730-4d2f-9ce5-8a13b3d381cf/action used request id req-d00abd56-3f79-45c2-a9a4-a7f94e4cebf7 2018-09-04 12:37:38,350 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/servers/a2eb6af8-823c-4429-a699-7bc13fcc4fa3/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9f5282baed129f90b0ce3d16f6d25b4eb398c1f5" -d '{"forceDelete": null}' 2018-09-04 12:37:38,575 - novaclient.v2.client - DEBUG - RESP: [202] Date: Tue, 04 Sep 2018 12:37: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-f2bc5ef1-1cf0-4005-a1d6-40a0752fcbe3 x-compute-request-id: req-f2bc5ef1-1cf0-4005-a1d6-40a0752fcbe3 Content-Length: 0 Content-Type: application/json 2018-09-04 12:37:38,576 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/a2eb6af8-823c-4429-a699-7bc13fcc4fa3/action used request id req-f2bc5ef1-1cf0-4005-a1d6-40a0752fcbe3 2018-09-04 12:37:38,579 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/servers/83441313-ea3e-4bd6-a075-bc27d227ec8e/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9f5282baed129f90b0ce3d16f6d25b4eb398c1f5" -d '{"forceDelete": null}' 2018-09-04 12:37:38,845 - novaclient.v2.client - DEBUG - RESP: [202] Date: Tue, 04 Sep 2018 12:37: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-c737773c-2e03-41fb-b845-2f18f70fcada x-compute-request-id: req-c737773c-2e03-41fb-b845-2f18f70fcada Content-Length: 0 Content-Type: application/json 2018-09-04 12:37:38,845 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/83441313-ea3e-4bd6-a075-bc27d227ec8e/action used request id req-c737773c-2e03-41fb-b845-2f18f70fcada 2018-09-04 12:37:38,848 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:9292/v2/images/f2cb7740-9bce-41af-953c-a75abf327c9f -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}986ca7d67114366bf86ab77ca39195c77c33766b" 2018-09-04 12:37:40,884 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-2a07cf69-50d5-41a4-9321-68bc1ba248bc Date: Tue, 04 Sep 2018 12:37:40 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-09-04 12:37:40,885 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.28:9292/v2/images/f2cb7740-9bce-41af-953c-a75abf327c9f used request id req-2a07cf69-50d5-41a4-9321-68bc1ba248bc 2018-09-04 12:37:40,892 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:9696/v2.0/bgpvpn/bgpvpns/791d0ef6-6ba9-4c64-995f-435c2a273c70 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0d753d94308a70830ec0e8d290b3978a59e1b1c4" 2018-09-04 12:37:41,586 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-1f82a066-9fac-4a3f-aaba-15676639bc28 Content-Length: 0 Date: Tue, 04 Sep 2018 12:37:41 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-04 12:37:41,586 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/bgpvpn/bgpvpns/791d0ef6-6ba9-4c64-995f-435c2a273c70 used request id req-1f82a066-9fac-4a3f-aaba-15676639bc28 2018-09-04 12:37:41,592 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:9696/v2.0/subnets/eb9c46af-fd18-4e5f-ac4c-483190198135 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0d753d94308a70830ec0e8d290b3978a59e1b1c4" 2018-09-04 12:37:43,610 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-d8addb68-5b43-4644-9045-1923065c2488 Date: Tue, 04 Sep 2018 12:37:43 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-04 12:37:43,611 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/subnets/eb9c46af-fd18-4e5f-ac4c-483190198135 used request id req-d8addb68-5b43-4644-9045-1923065c2488 2018-09-04 12:37:43,616 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:9696/v2.0/subnets/d205db3d-6079-4012-8115-0e31cb02f2ba -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0d753d94308a70830ec0e8d290b3978a59e1b1c4" 2018-09-04 12:37:45,547 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-ec74d526-90b5-4952-a9db-6a76353b15ab Date: Tue, 04 Sep 2018 12:37:45 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-04 12:37:45,547 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/subnets/d205db3d-6079-4012-8115-0e31cb02f2ba used request id req-ec74d526-90b5-4952-a9db-6a76353b15ab 2018-09-04 12:37:45,554 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:9696/v2.0/networks/90b404d8-1ec3-4746-b73d-8608f53e2dbb -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0d753d94308a70830ec0e8d290b3978a59e1b1c4" 2018-09-04 12:37:46,451 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-70672d46-9e72-4be8-b9f6-b471a593d729 Date: Tue, 04 Sep 2018 12:37:46 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-04 12:37:46,451 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/networks/90b404d8-1ec3-4746-b73d-8608f53e2dbb used request id req-70672d46-9e72-4be8-b9f6-b471a593d729 2018-09-04 12:37:46,457 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:9696/v2.0/networks/a97c2945-f591-46b8-89bf-4e3c6f5ae436 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0d753d94308a70830ec0e8d290b3978a59e1b1c4" 2018-09-04 12:37:47,039 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-f5505246-c08c-473c-b4eb-f93ddd4b6caf Date: Tue, 04 Sep 2018 12:37:47 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-04 12:37:47,039 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/networks/a97c2945-f591-46b8-89bf-4e3c6f5ae436 used request id req-f5505246-c08c-473c-b4eb-f93ddd4b6caf 2018-09-04 12:37:47,040 - 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-09-04 12:37:47,040 - sdnvpn-results - INFO - All the subtests have passed. 2018-09-04 12:37:47,041 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Execution is complete for the testcase sdnvpn.test.functest.testcase_1 2018-09-04 12:37:47,041 - 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-09-04 12:37:47,041 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Running 'sdnvpn.test.functest.testcase_12 - Check Flows and Groups are reprogrammed after OVS reconnect' 2018-09-04 12:37:47,041 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - ======================================================================================================== 2018-09-04 12:37:47,041 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Importing the testcase sdnvpn.test.functest.testcase_12 2018-09-04 12:37:47,122 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Calling the testcase sdnvpn.test.functest.testcase_12 main method 2018-09-04 12:37:47,122 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-09-04 12:37:47,122 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-09-04 12:37:47,122 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-09-04 12:37:47,122 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-09-04 12:37:47,123 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-09-04 12:37:47,123 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-09-04 12:37:47,123 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-09-04 12:37:47,123 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-09-04 12:37:47,123 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-09-04 12:37:47,123 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-09-04 12:37:47,123 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-09-04 12:37:47,123 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-09-04 12:37:47,123 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-09-04 12:37:47,123 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-09-04 12:37:47,123 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-09-04 12:37:47,123 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-09-04 12:37:47,124 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-09-04 12:37:47,124 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-09-04 12:37:47,124 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-09-04 12:37:47,124 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-09-04 12:37:47,124 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-09-04 12:37:47,124 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-09-04 12:37:47,124 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-09-04 12:37:47,124 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-09-04 12:37:47,126 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-09-04 12:37:47,126 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-09-04 12:37:47,126 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-09-04 12:37:47,126 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-09-04 12:37:47,126 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-09-04 12:37:47,126 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-09-04 12:37:47,127 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-09-04 12:37:47,127 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-09-04 12:37:47,127 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-09-04 12:37:47,127 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-09-04 12:37:47,127 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-09-04 12:37:47,127 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-09-04 12:37:47,127 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-09-04 12:37:47,127 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-09-04 12:37:47,127 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-09-04 12:37:47,127 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-09-04 12:37:47,127 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-09-04 12:37:47,127 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-09-04 12:37:47,127 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-09-04 12:37:47,128 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-09-04 12:37:47,128 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-09-04 12:37:47,128 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-09-04 12:37:47,128 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-09-04 12:37:47,128 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-09-04 12:37:47,129 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-09-04 12:37:47,129 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-09-04 12:37:47,129 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-09-04 12:37:47,129 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-09-04 12:37:47,130 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-09-04 12:37:47,130 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-09-04 12:37:47,130 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-09-04 12:37:47,130 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-09-04 12:37:47,130 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-09-04 12:37:47,130 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-09-04 12:37:47,130 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-09-04 12:37:47,130 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-09-04 12:37:47,130 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-09-04 12:37:47,130 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-09-04 12:37:47,130 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-09-04 12:37:47,130 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-09-04 12:37:47,130 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-09-04 12:37:47,131 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-09-04 12:37:47,131 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-09-04 12:37:47,131 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-09-04 12:37:47,131 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-09-04 12:37:47,131 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-09-04 12:37:47,131 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-09-04 12:37:47,131 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-09-04 12:37:47,131 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-09-04 12:37:47,132 - sdnvpn.lib.openstack_utils - INFO - OS_IMAGE_API_VERSION is set in env as '2' 2018-09-04 12:37:47,134 - paramiko.transport - DEBUG - starting thread (client mode): 0xc8720210L 2018-09-04 12:37:47,134 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-09-04 12:37:47,160 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-09-04 12:37:47,160 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-09-04 12:37:47,164 - 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-09-04 12:37:47,164 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-09-04 12:37:47,165 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-09-04 12:37:47,165 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-09-04 12:37:47,165 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-09-04 12:37:47,165 - paramiko.transport - DEBUG - Compression agreed: none 2018-09-04 12:37:47,173 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-09-04 12:37:47,174 - paramiko.transport - DEBUG - Switch to new keys ... 2018-09-04 12:37:47,198 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.168.122.136: a8330c2ad3a96daae8ef3c04e1aeef27 2018-09-04 12:37:47,198 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-09-04 12:37:47,213 - paramiko.transport - DEBUG - userauth is OK 2018-09-04 12:37:47,292 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-09-04 12:37:47,299 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-09-04 12:37:47,531 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-09-04 12:37:47,531 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-09-04 12:37:47,571 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-09-04 12:37:47,571 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-09-04 12:37:47,609 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-09-04 12:37:52,079 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-09-04 12:37:52,080 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-09-04 12:37:52,082 - paramiko.transport - DEBUG - starting thread (client mode): 0xc86c7750L 2018-09-04 12:37:52,083 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-09-04 12:37:52,090 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-09-04 12:37:52,090 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-09-04 12:37:52,093 - 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-09-04 12:37:52,093 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-09-04 12:37:52,093 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-09-04 12:37:52,093 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-09-04 12:37:52,093 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-09-04 12:37:52,094 - paramiko.transport - DEBUG - Compression agreed: none 2018-09-04 12:37:52,099 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-09-04 12:37:52,100 - paramiko.transport - DEBUG - Switch to new keys ... 2018-09-04 12:37:52,114 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.8: 226aaf30f33730087f06438bdb1a3bd1 2018-09-04 12:37:52,115 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-09-04 12:37:52,139 - paramiko.transport - DEBUG - userauth is OK 2018-09-04 12:37:52,150 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-09-04 12:37:52,179 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-09-04 12:37:52,250 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-09-04 12:37:52,250 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-09-04 12:37:52,290 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-09-04 12:37:52,291 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-09-04 12:37:52,299 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-09-04 12:37:52,335 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-09-04 12:37:52,336 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-09-04 12:37:52,336 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-09-04 12:37:52,337 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-09-04 12:37:52,337 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-09-04 12:37:52,378 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-09-04 12:37:52,416 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-09-04 12:37:52,417 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-09-04 12:37:52,418 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-09-04 12:37:52,418 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-09-04 12:37:52,419 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-09-04 12:37:52,460 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-09-04 12:37:52,492 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-09-04 12:37:52,494 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-09-04 12:37:52,496 - paramiko.transport - DEBUG - starting thread (client mode): 0xc86d1610L 2018-09-04 12:37:52,496 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-09-04 12:37:52,502 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-09-04 12:37:52,502 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-09-04 12:37:52,505 - 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-09-04 12:37:52,505 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-09-04 12:37:52,505 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-09-04 12:37:52,505 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-09-04 12:37:52,505 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-09-04 12:37:52,506 - paramiko.transport - DEBUG - Compression agreed: none 2018-09-04 12:37:52,510 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-09-04 12:37:52,511 - paramiko.transport - DEBUG - Switch to new keys ... 2018-09-04 12:37:52,511 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.5: 9cc97772263eee4e3251ae5f663546be 2018-09-04 12:37:52,512 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-09-04 12:37:52,550 - paramiko.transport - DEBUG - userauth is OK 2018-09-04 12:37:52,562 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-09-04 12:37:52,576 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-09-04 12:37:52,645 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-09-04 12:37:52,645 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-09-04 12:37:52,684 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-09-04 12:37:52,685 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-09-04 12:37:52,696 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-09-04 12:37:52,732 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-09-04 12:37:52,733 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-09-04 12:37:52,734 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-09-04 12:37:52,734 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-09-04 12:37:52,735 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-09-04 12:37:52,776 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-09-04 12:37:52,812 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-09-04 12:37:52,814 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-09-04 12:37:52,814 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-09-04 12:37:52,815 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-09-04 12:37:52,815 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-09-04 12:37:52,856 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-09-04 12:37:52,888 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-09-04 12:37:52,889 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-09-04 12:37:52,891 - paramiko.transport - DEBUG - starting thread (client mode): 0xc87ab150L 2018-09-04 12:37:52,892 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-09-04 12:37:52,897 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-09-04 12:37:52,897 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-09-04 12:37:52,900 - 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-09-04 12:37:52,900 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-09-04 12:37:52,900 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-09-04 12:37:52,900 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-09-04 12:37:52,901 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-09-04 12:37:52,901 - paramiko.transport - DEBUG - Compression agreed: none 2018-09-04 12:37:52,906 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-09-04 12:37:52,906 - paramiko.transport - DEBUG - Switch to new keys ... 2018-09-04 12:37:52,907 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.4: c84963e6f6b3309270d685dec5e42294 2018-09-04 12:37:52,908 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-09-04 12:37:52,946 - paramiko.transport - DEBUG - userauth is OK 2018-09-04 12:37:52,958 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-09-04 12:37:52,972 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-09-04 12:37:53,059 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-09-04 12:37:53,059 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-09-04 12:37:53,098 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-09-04 12:37:53,099 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-09-04 12:37:53,108 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-09-04 12:37:53,141 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-09-04 12:37:53,142 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-09-04 12:37:53,142 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-09-04 12:37:53,143 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-09-04 12:37:53,143 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-09-04 12:37:53,184 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-09-04 12:37:53,219 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-09-04 12:37:53,221 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-09-04 12:37:53,222 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-09-04 12:37:53,222 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-09-04 12:37:53,223 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-09-04 12:37:53,263 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-09-04 12:37:53,294 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-09-04 12:37:53,296 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-09-04 12:37:53,297 - paramiko.transport - DEBUG - starting thread (client mode): 0xc8798a10L 2018-09-04 12:37:53,298 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-09-04 12:37:53,302 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-09-04 12:37:53,302 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-09-04 12:37:53,304 - 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-09-04 12:37:53,304 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-09-04 12:37:53,305 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-09-04 12:37:53,305 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-09-04 12:37:53,305 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-09-04 12:37:53,305 - paramiko.transport - DEBUG - Compression agreed: none 2018-09-04 12:37:53,309 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-09-04 12:37:53,310 - paramiko.transport - DEBUG - Switch to new keys ... 2018-09-04 12:37:53,313 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.9: 22b7de11b511efcb54512e07a6158b4d 2018-09-04 12:37:53,314 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-09-04 12:37:53,349 - paramiko.transport - DEBUG - userauth is OK 2018-09-04 12:37:53,361 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-09-04 12:37:53,378 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-09-04 12:37:53,443 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-09-04 12:37:53,444 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-09-04 12:37:53,483 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-09-04 12:37:53,484 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-09-04 12:37:53,489 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-09-04 12:37:53,518 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-09-04 12:37:53,519 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-09-04 12:37:53,519 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-09-04 12:37:53,520 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-09-04 12:37:53,520 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-09-04 12:37:53,561 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-09-04 12:37:53,595 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-09-04 12:37:53,596 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-09-04 12:37:53,597 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-09-04 12:37:53,598 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-09-04 12:37:53,598 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-09-04 12:37:53,638 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-09-04 12:37:53,666 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-09-04 12:37:53,668 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-09-04 12:37:53,670 - paramiko.transport - DEBUG - starting thread (client mode): 0xc8715510L 2018-09-04 12:37:53,670 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-09-04 12:37:53,676 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-09-04 12:37:53,677 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-09-04 12:37:53,680 - 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-09-04 12:37:53,680 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-09-04 12:37:53,680 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-09-04 12:37:53,681 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-09-04 12:37:53,681 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-09-04 12:37:53,681 - paramiko.transport - DEBUG - Compression agreed: none 2018-09-04 12:37:53,686 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-09-04 12:37:53,687 - paramiko.transport - DEBUG - Switch to new keys ... 2018-09-04 12:37:53,701 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.7: 365b40749f5145a479795a893d087878 2018-09-04 12:37:53,702 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-09-04 12:37:53,726 - paramiko.transport - DEBUG - userauth is OK 2018-09-04 12:37:53,739 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-09-04 12:37:53,767 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-09-04 12:37:53,841 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-09-04 12:37:53,842 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-09-04 12:37:53,881 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-09-04 12:37:53,881 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-09-04 12:37:53,886 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-09-04 12:37:53,919 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-09-04 12:37:53,920 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-09-04 12:37:53,921 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-09-04 12:37:53,922 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-09-04 12:37:53,922 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-09-04 12:37:53,962 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-09-04 12:37:53,998 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-09-04 12:37:53,999 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-09-04 12:37:54,000 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-09-04 12:37:54,001 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-09-04 12:37:54,001 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-09-04 12:37:54,041 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-09-04 12:37:54,069 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-09-04 12:37:54,071 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-09-04 12:37:54,071 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-09-04 12:37:54,072 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-09-04 12:37:54,072 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-09-04 12:37:54,077 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-09-04 12:37:58,592 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-09-04 12:37:58,593 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-09-04 12:37:58,596 - paramiko.transport - DEBUG - starting thread (client mode): 0xc87985d0L 2018-09-04 12:37:58,596 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-09-04 12:37:58,602 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-09-04 12:37:58,603 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-09-04 12:37:58,606 - 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-09-04 12:37:58,606 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-09-04 12:37:58,606 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-09-04 12:37:58,607 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-09-04 12:37:58,607 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-09-04 12:37:58,607 - paramiko.transport - DEBUG - Compression agreed: none 2018-09-04 12:37:58,612 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-09-04 12:37:58,613 - paramiko.transport - DEBUG - Switch to new keys ... 2018-09-04 12:37:58,628 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.8: 226aaf30f33730087f06438bdb1a3bd1 2018-09-04 12:37:58,629 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-09-04 12:37:58,654 - paramiko.transport - DEBUG - userauth is OK 2018-09-04 12:37:58,666 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-09-04 12:37:58,693 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-09-04 12:37:58,760 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-09-04 12:37:58,760 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-09-04 12:37:58,799 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-09-04 12:37:58,800 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-09-04 12:37:58,804 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-09-04 12:37:58,841 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-09-04 12:37:58,842 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-09-04 12:37:58,842 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-09-04 12:37:58,843 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-09-04 12:37:58,843 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-09-04 12:37:58,884 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-09-04 12:37:58,921 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-09-04 12:37:58,923 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-09-04 12:37:58,923 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-09-04 12:37:58,924 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-09-04 12:37:58,924 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-09-04 12:37:58,965 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-09-04 12:37:58,997 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-09-04 12:37:58,998 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-09-04 12:37:59,001 - paramiko.transport - DEBUG - starting thread (client mode): 0xc876a790L 2018-09-04 12:37:59,001 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-09-04 12:37:59,007 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-09-04 12:37:59,007 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-09-04 12:37:59,011 - 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-09-04 12:37:59,011 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-09-04 12:37:59,011 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-09-04 12:37:59,011 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-09-04 12:37:59,012 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-09-04 12:37:59,012 - paramiko.transport - DEBUG - Compression agreed: none 2018-09-04 12:37:59,017 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-09-04 12:37:59,018 - paramiko.transport - DEBUG - Switch to new keys ... 2018-09-04 12:37:59,032 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.5: 9cc97772263eee4e3251ae5f663546be 2018-09-04 12:37:59,033 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-09-04 12:37:59,057 - paramiko.transport - DEBUG - userauth is OK 2018-09-04 12:37:59,070 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-09-04 12:37:59,098 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-09-04 12:37:59,172 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-09-04 12:37:59,172 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-09-04 12:37:59,211 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-09-04 12:37:59,212 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-09-04 12:37:59,218 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-09-04 12:37:59,253 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-09-04 12:37:59,254 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-09-04 12:37:59,254 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-09-04 12:37:59,255 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-09-04 12:37:59,255 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-09-04 12:37:59,296 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-09-04 12:37:59,330 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-09-04 12:37:59,331 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-09-04 12:37:59,332 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-09-04 12:37:59,333 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-09-04 12:37:59,333 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-09-04 12:37:59,374 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-09-04 12:37:59,403 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-09-04 12:37:59,405 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-09-04 12:37:59,406 - paramiko.transport - DEBUG - starting thread (client mode): 0xc87b5a50L 2018-09-04 12:37:59,407 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-09-04 12:37:59,411 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-09-04 12:37:59,412 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-09-04 12:37:59,414 - 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-09-04 12:37:59,414 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-09-04 12:37:59,414 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-09-04 12:37:59,414 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-09-04 12:37:59,414 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-09-04 12:37:59,415 - paramiko.transport - DEBUG - Compression agreed: none 2018-09-04 12:37:59,419 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-09-04 12:37:59,419 - paramiko.transport - DEBUG - Switch to new keys ... 2018-09-04 12:37:59,422 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.4: c84963e6f6b3309270d685dec5e42294 2018-09-04 12:37:59,423 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-09-04 12:37:59,459 - paramiko.transport - DEBUG - userauth is OK 2018-09-04 12:37:59,471 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-09-04 12:37:59,488 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-09-04 12:37:59,553 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-09-04 12:37:59,554 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-09-04 12:37:59,593 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-09-04 12:37:59,594 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-09-04 12:37:59,599 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-09-04 12:37:59,631 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-09-04 12:37:59,632 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-09-04 12:37:59,633 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-09-04 12:37:59,633 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-09-04 12:37:59,634 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-09-04 12:37:59,675 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-09-04 12:37:59,711 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-09-04 12:37:59,713 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-09-04 12:37:59,713 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-09-04 12:37:59,714 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-09-04 12:37:59,714 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-09-04 12:37:59,755 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-09-04 12:37:59,786 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-09-04 12:37:59,788 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-09-04 12:37:59,790 - paramiko.transport - DEBUG - starting thread (client mode): 0xc875f690L 2018-09-04 12:37:59,790 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-09-04 12:37:59,797 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-09-04 12:37:59,797 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-09-04 12:37:59,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-09-04 12:37:59,800 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-09-04 12:37:59,800 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-09-04 12:37:59,800 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-09-04 12:37:59,801 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-09-04 12:37:59,801 - paramiko.transport - DEBUG - Compression agreed: none 2018-09-04 12:37:59,805 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-09-04 12:37:59,806 - paramiko.transport - DEBUG - Switch to new keys ... 2018-09-04 12:37:59,822 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.9: 22b7de11b511efcb54512e07a6158b4d 2018-09-04 12:37:59,822 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-09-04 12:37:59,845 - paramiko.transport - DEBUG - userauth is OK 2018-09-04 12:37:59,858 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-09-04 12:37:59,887 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-09-04 12:37:59,955 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-09-04 12:37:59,956 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-09-04 12:37:59,995 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-09-04 12:37:59,995 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-09-04 12:38:00,006 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-09-04 12:38:00,036 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-09-04 12:38:00,037 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-09-04 12:38:00,038 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-09-04 12:38:00,038 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-09-04 12:38:00,038 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-09-04 12:38:00,080 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-09-04 12:38:00,111 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-09-04 12:38:00,112 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-09-04 12:38:00,113 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-09-04 12:38:00,114 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-09-04 12:38:00,114 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-09-04 12:38:00,154 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-09-04 12:38:00,181 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-09-04 12:38:00,182 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-09-04 12:38:00,184 - paramiko.transport - DEBUG - starting thread (client mode): 0xc86dec90L 2018-09-04 12:38:00,184 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-09-04 12:38:00,191 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-09-04 12:38:00,191 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-09-04 12:38:00,194 - 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-09-04 12:38:00,194 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-09-04 12:38:00,194 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-09-04 12:38:00,195 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-09-04 12:38:00,195 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-09-04 12:38:00,195 - paramiko.transport - DEBUG - Compression agreed: none 2018-09-04 12:38:00,199 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-09-04 12:38:00,200 - paramiko.transport - DEBUG - Switch to new keys ... 2018-09-04 12:38:00,215 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.7: 365b40749f5145a479795a893d087878 2018-09-04 12:38:00,216 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-09-04 12:38:00,239 - paramiko.transport - DEBUG - userauth is OK 2018-09-04 12:38:00,252 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-09-04 12:38:00,280 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-09-04 12:38:00,350 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-09-04 12:38:00,350 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-09-04 12:38:00,389 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-09-04 12:38:00,390 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-09-04 12:38:00,400 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-09-04 12:38:00,433 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-09-04 12:38:00,434 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-09-04 12:38:00,435 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-09-04 12:38:00,436 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-09-04 12:38:00,436 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-09-04 12:38:00,477 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-09-04 12:38:00,513 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-09-04 12:38:00,514 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-09-04 12:38:00,515 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-09-04 12:38:00,516 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-09-04 12:38:00,516 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-09-04 12:38:00,556 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-09-04 12:38:00,588 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-09-04 12:38:00,589 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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-09-04 12:38:00,592 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-09-04 12:38:00,597 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12:38:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-861e0efd-2d2c-4907-aa9b-2d6a1eb104a1 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.28:5000/v3/", "rel": "self"}]}} 2018-09-04 12:38:00,597 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-861e0efd-2d2c-4907-aa9b-2d6a1eb104a1 2018-09-04 12:38:00,598 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-09-04 12:38:00,979 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "3d416247e8224533841040c3ad2bce5a", "name": "admin"}], "expires_at": "2018-09-04T13:38:00.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1e2f68a072b64978bd7ea91c2d64aca6", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v1/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235635a698ef4bef9dc6b25273d185da"}, {"url": "http://192.30.9.6:8776/v1/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "23b07b3fbfc340a58cf0f9b2871a0d23"}, {"url": "http://172.30.9.28:8776/v1/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "72fd0aaa144d45419f4b04b6b26f69a7"}], "type": "volume", "id": "097241c25b4d4f7e91b3f8efa155909e", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v3/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93eb4cf3030a49e7840bec071422d397"}, {"url": "http://192.30.9.6:8776/v3/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8af439a6ac147fdbcb38ed9aa916b68"}, {"url": "http://192.30.9.6:8776/v3/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c4bfdbc9b7c74a23a40afdf578cfeba4"}], "type": "volumev3", "id": "1c85f4682ce44f729db1dabd98e965e8", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "82239574a29d4603a2161006f61851cf"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8d15f7134f364a7bbcfff2f84aac3bf2"}, {"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e01668c43a0c4c279b9a3d20a0280d6c"}], "type": "image", "id": "297d8415ca96454991054983920912f7", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7bb4d60e20734d4a9f31ec75e02cb823"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bf6adec15590466a9a0d3bddb00e8993"}, {"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f096f03a1d12411a8972f6f7c196b60d"}], "type": "policy", "id": "54c64351b56d44bbad74c2969cc3aa00", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "354ae6870a324fab82d0a0fb68ee0f26"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a3807e460dd4af488d982b66c52e64c"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e7c3da785076450abd71868e75ce0c33"}], "type": "cloudformation", "id": "6ac9917ae83c4639a15a4ab3cf0e76dd", "name": "heat-cfn"}, {"endpoints": [], "type": "metering", "id": "7fcc078e5e0645f29df67742ac14e388", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49e71628d386464cb950d6a9db00a328"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75b0a63ed8574bbcab1c851cc9b83d30"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9902b0a8b3c04cd192a1b84c417c232b"}], "type": "key-manager", "id": "9626544a32e74678a641c6e206f028a9", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "497340e5aa36485982fdf297f370558f"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7802beb4fc7c4952897b77bd5610b1fe"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c14af798917f4fa0b146d9772583e595"}], "type": "metric", "id": "973bfe8c658d4e5a8da725e76b9d550e", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "288ecc3674ea41d2aa3b790dcb832bf2"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7a6dc785cd7142f5b30f1a7ba0daeb03"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7f7d34e2351b4964befccc862c4e8e12"}], "type": "network", "id": "a348d7b06050474fb449be7f32ea6f5d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "21bce6ecb8464a1f8f3e3847aa698bd6"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0a8faf2246b47deb30e69e48d3551fb"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e71c6011de3d4d8589e5b53dcc79f288"}], "type": "identity", "id": "ad8d4b4953184137a1b913ecee9434ed", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "13474f9a78ca4f1184e4cddc84d0d98c"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad67365a18234bb78c336e6776958c00"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc54db13337f44f8921fbb9ad0f81de8"}], "type": "alarming", "id": "bb18dc3243034f08a6a7f69f7a1edccf", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0d91d7adf0304b2681c77f979e5cdb17"}, {"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "756e5ffca9774ab3ae2db41bf330417f"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c07c727a08c243b287827f539a124e63"}], "type": "placement", "id": "bb2c9432fcbd4c56913177122468f6ba", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8004/v1/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1eed4912224b48cf9856446eae4d9928"}, {"url": "http://192.30.9.6:8004/v1/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b73b7f99236541148d84f24f09e5dd40"}, {"url": "http://192.30.9.6:8004/v1/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fbf12e52911244fdafc24a9d46f56e62"}], "type": "orchestration", "id": "c8918d139da945ba93df4ccce21d4904", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16bf098b9e2e490f8e47fa601059f975"}, {"url": "http://192.30.9.6:8776/v2/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc16fa4cf491444ca2f611d5692c1170"}, {"url": "http://192.30.9.6:8776/v2/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ccd2c5325dff4b90b391db9fdde67d99"}], "type": "volumev2", "id": "d09ac9123c34494abce21d6c27bee9d9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eac694332354a3aa0e61c31314166d7"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b4d4989c4e764717ab78d38675cadd3f"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff196e46b56d406d87a678f1a64497b0"}], "type": "compute", "id": "d4030ee932c84df58c5b910cc197caa7", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "42c3a9abd8ad4ce8ab2c4cc6e0403c33"}, "audit_ids": ["tEgbC8E5QNiLLLAZftkOlg"], "issued_at": "2018-09-04T12:38:00.000000Z"}} 2018-09-04 12:38:00,984 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9292/v2/images?limit=20 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}36d810fb19d775fdf2b8f5ffd61a5d9c3d3e5c8d" 2018-09-04 12:38:01,146 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 78 Content-Type: application/json X-Openstack-Request-Id: req-e6717e93-1602-4b2d-8fd4-2a41c2f571e4 Date: Tue, 04 Sep 2018 12:38:01 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?limit=20"} 2018-09-04 12:38:01,146 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images?limit=20 used request id req-e6717e93-1602-4b2d-8fd4-2a41c2f571e4 2018-09-04 12:38:01,147 - sdnvpn.lib.openstack_utils - INFO - Creating image 'sdnvpn-image' from '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'... 2018-09-04 12:38:01,150 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}36d810fb19d775fdf2b8f5ffd61a5d9c3d3e5c8d" 2018-09-04 12:38:01,316 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-828d1c36-9159-49c1-811c-a8bd5f88b437 Date: Tue, 04 Sep 2018 12:38:01 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-09-04 12:38:01,316 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/schemas/image used request id req-828d1c36-9159-49c1-811c-a8bd5f88b437 2018-09-04 12:38:01,353 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}36d810fb19d775fdf2b8f5ffd61a5d9c3d3e5c8d" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "sdnvpn-image", "visibility": "public"}' 2018-09-04 12:38:01,756 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 573 Content-Type: application/json Location: http://172.30.9.28:9292/v2/images/9db941ed-f82c-43be-9006-37d8a4e91dbb X-Openstack-Request-Id: req-88546b6e-1472-4bed-9094-6d4f653530d7 Date: Tue, 04 Sep 2018 12:38:01 GMT RESP BODY: {"status": "queued", "name": "sdnvpn-image", "tags": [], "container_format": "bare", "created_at": "2018-09-04T12:38:01Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-09-04T12:38:01Z", "visibility": "public", "locations": [], "self": "/v2/images/9db941ed-f82c-43be-9006-37d8a4e91dbb", "min_disk": 0, "protected": false, "id": "9db941ed-f82c-43be-9006-37d8a4e91dbb", "file": "/v2/images/9db941ed-f82c-43be-9006-37d8a4e91dbb/file", "checksum": null, "owner": "1e2f68a072b64978bd7ea91c2d64aca6", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-09-04 12:38:01,756 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.28:9292/v2/images used request id req-88546b6e-1472-4bed-9094-6d4f653530d7 2018-09-04 12:38:01,767 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.28:9292/v2/images/9db941ed-f82c-43be-9006-37d8a4e91dbb/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}36d810fb19d775fdf2b8f5ffd61a5d9c3d3e5c8d" -d '' 2018-09-04 12:38:03,871 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-3ab15389-98cd-4dbd-b484-5a8e05a2f308 Date: Tue, 04 Sep 2018 12:38:03 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-09-04 12:38:03,871 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.28:9292/v2/images/9db941ed-f82c-43be-9006-37d8a4e91dbb/file used request id req-3ab15389-98cd-4dbd-b484-5a8e05a2f308 2018-09-04 12:38:03,872 - sdnvpn_test_utils - DEBUG - Creating network sdnvpn-12-1-net 2018-09-04 12:38:03,873 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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-09-04 12:38:03,880 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12:38:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b84256ee-18aa-4c01-a1a0-7e9d0fadd583 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.28:5000/v3/", "rel": "self"}]}} 2018-09-04 12:38:03,880 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-b84256ee-18aa-4c01-a1a0-7e9d0fadd583 2018-09-04 12:38:03,881 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-09-04 12:38:04,270 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "3d416247e8224533841040c3ad2bce5a", "name": "admin"}], "expires_at": "2018-09-04T13:38:04.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1e2f68a072b64978bd7ea91c2d64aca6", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v1/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235635a698ef4bef9dc6b25273d185da"}, {"url": "http://192.30.9.6:8776/v1/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "23b07b3fbfc340a58cf0f9b2871a0d23"}, {"url": "http://172.30.9.28:8776/v1/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "72fd0aaa144d45419f4b04b6b26f69a7"}], "type": "volume", "id": "097241c25b4d4f7e91b3f8efa155909e", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v3/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93eb4cf3030a49e7840bec071422d397"}, {"url": "http://192.30.9.6:8776/v3/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8af439a6ac147fdbcb38ed9aa916b68"}, {"url": "http://192.30.9.6:8776/v3/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c4bfdbc9b7c74a23a40afdf578cfeba4"}], "type": "volumev3", "id": "1c85f4682ce44f729db1dabd98e965e8", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "82239574a29d4603a2161006f61851cf"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8d15f7134f364a7bbcfff2f84aac3bf2"}, {"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e01668c43a0c4c279b9a3d20a0280d6c"}], "type": "image", "id": "297d8415ca96454991054983920912f7", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7bb4d60e20734d4a9f31ec75e02cb823"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bf6adec15590466a9a0d3bddb00e8993"}, {"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f096f03a1d12411a8972f6f7c196b60d"}], "type": "policy", "id": "54c64351b56d44bbad74c2969cc3aa00", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "354ae6870a324fab82d0a0fb68ee0f26"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a3807e460dd4af488d982b66c52e64c"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e7c3da785076450abd71868e75ce0c33"}], "type": "cloudformation", "id": "6ac9917ae83c4639a15a4ab3cf0e76dd", "name": "heat-cfn"}, {"endpoints": [], "type": "metering", "id": "7fcc078e5e0645f29df67742ac14e388", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49e71628d386464cb950d6a9db00a328"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75b0a63ed8574bbcab1c851cc9b83d30"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9902b0a8b3c04cd192a1b84c417c232b"}], "type": "key-manager", "id": "9626544a32e74678a641c6e206f028a9", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "497340e5aa36485982fdf297f370558f"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7802beb4fc7c4952897b77bd5610b1fe"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c14af798917f4fa0b146d9772583e595"}], "type": "metric", "id": "973bfe8c658d4e5a8da725e76b9d550e", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "288ecc3674ea41d2aa3b790dcb832bf2"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7a6dc785cd7142f5b30f1a7ba0daeb03"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7f7d34e2351b4964befccc862c4e8e12"}], "type": "network", "id": "a348d7b06050474fb449be7f32ea6f5d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "21bce6ecb8464a1f8f3e3847aa698bd6"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0a8faf2246b47deb30e69e48d3551fb"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e71c6011de3d4d8589e5b53dcc79f288"}], "type": "identity", "id": "ad8d4b4953184137a1b913ecee9434ed", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "13474f9a78ca4f1184e4cddc84d0d98c"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad67365a18234bb78c336e6776958c00"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc54db13337f44f8921fbb9ad0f81de8"}], "type": "alarming", "id": "bb18dc3243034f08a6a7f69f7a1edccf", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0d91d7adf0304b2681c77f979e5cdb17"}, {"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "756e5ffca9774ab3ae2db41bf330417f"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c07c727a08c243b287827f539a124e63"}], "type": "placement", "id": "bb2c9432fcbd4c56913177122468f6ba", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8004/v1/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1eed4912224b48cf9856446eae4d9928"}, {"url": "http://192.30.9.6:8004/v1/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b73b7f99236541148d84f24f09e5dd40"}, {"url": "http://192.30.9.6:8004/v1/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fbf12e52911244fdafc24a9d46f56e62"}], "type": "orchestration", "id": "c8918d139da945ba93df4ccce21d4904", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16bf098b9e2e490f8e47fa601059f975"}, {"url": "http://192.30.9.6:8776/v2/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc16fa4cf491444ca2f611d5692c1170"}, {"url": "http://192.30.9.6:8776/v2/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ccd2c5325dff4b90b391db9fdde67d99"}], "type": "volumev2", "id": "d09ac9123c34494abce21d6c27bee9d9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eac694332354a3aa0e61c31314166d7"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b4d4989c4e764717ab78d38675cadd3f"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff196e46b56d406d87a678f1a64497b0"}], "type": "compute", "id": "d4030ee932c84df58c5b910cc197caa7", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "42c3a9abd8ad4ce8ab2c4cc6e0403c33"}, "audit_ids": ["IGUY8EBUQXuXVluU0U-3uA"], "issued_at": "2018-09-04T12:38:04.000000Z"}} 2018-09-04 12:38:04,275 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}92f888d19fd783dcafeed5f02fa2fde29d2cc96d" -d '{"network": {"name": "sdnvpn-12-1-net", "admin_state_up": true}}' 2018-09-04 12:38:04,673 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 646 X-Openstack-Request-Id: req-a6fe7b62-b1b3-40a1-9335-090e99dcff33 Date: Tue, 04 Sep 2018 12:38:04 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"provider:network_type":"vxlan","id":"8cea24ab-c14e-4953-98f8-e1fcc81d26f9","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"1e2f68a072b64978bd7ea91c2d64aca6","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-09-04T12:38:04Z","is_default":false,"provider:segmentation_id":8,"name":"sdnvpn-12-1-net","admin_state_up":true,"tenant_id":"1e2f68a072b64978bd7ea91c2d64aca6","created_at":"2018-09-04T12:38:04Z","mtu":1450}} 2018-09-04 12:38:04,673 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/networks used request id req-a6fe7b62-b1b3-40a1-9335-090e99dcff33 2018-09-04 12:38:04,673 - sdnvpn_test_utils - DEBUG - Creating subnet sdnvpn-12-1-subnet in network 8cea24ab-c14e-4953-98f8-e1fcc81d26f9 with cidr 10.10.10.0/24 2018-09-04 12:38:04,679 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}92f888d19fd783dcafeed5f02fa2fde29d2cc96d" -d '{"subnets": [{"ip_version": 4, "network_id": "8cea24ab-c14e-4953-98f8-e1fcc81d26f9", "cidr": "10.10.10.0/24", "dns_nameservers": ["8.8.8.8", "8.8.4.4"], "name": "sdnvpn-12-1-subnet"}]}' 2018-09-04 12:38:05,242 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 643 X-Openstack-Request-Id: req-9229bc76-1e21-45a6-9820-f06cc148883f Date: Tue, 04 Sep 2018 12:38:05 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"8cea24ab-c14e-4953-98f8-e1fcc81d26f9","tenant_id":"1e2f68a072b64978bd7ea91c2d64aca6","created_at":"2018-09-04T12:38:04Z","dns_nameservers":["8.8.8.8","8.8.4.4"],"updated_at":"2018-09-04T12:38:04Z","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":"1e2f68a072b64978bd7ea91c2d64aca6","id":"9b7290c2-49a6-46c7-9497-511f61f1fdc4","subnetpool_id":null,"name":"sdnvpn-12-1-subnet"}]} 2018-09-04 12:38:05,242 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/subnets used request id req-9229bc76-1e21-45a6-9820-f06cc148883f 2018-09-04 12:38:05,247 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}92f888d19fd783dcafeed5f02fa2fde29d2cc96d" 2018-09-04 12:38:05,530 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 37328 X-Openstack-Request-Id: req-8cca48ad-9f07-4c2b-9a59-5d400fc31830 Date: Tue, 04 Sep 2018 12:38:05 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "14e46315a5e14e95a6bd31ddd3090094", "created_at": "2018-09-04T10:40:09Z", "updated_at": "2018-09-04T10:40:09Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T10:40:09Z", "revision_number": 0, "id": "6908c152-7d26-43c3-9724-69b9e26fbd52", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T10:40:09Z", "security_group_id": "11e5a0db-4cc0-49c0-8f70-0d3b80d1fcf3", "tenant_id": "14e46315a5e14e95a6bd31ddd3090094", "port_range_min": null, "ethertype": "IPv6", "project_id": "14e46315a5e14e95a6bd31ddd3090094"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T10:40:09Z", "revision_number": 0, "id": "72e1f6f9-6732-4dc2-8abd-454d44204be2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T10:40:09Z", "security_group_id": "11e5a0db-4cc0-49c0-8f70-0d3b80d1fcf3", "tenant_id": "14e46315a5e14e95a6bd31ddd3090094", "port_range_min": null, "ethertype": "IPv4", "project_id": "14e46315a5e14e95a6bd31ddd3090094"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T10:40:09Z", "revision_number": 0, "id": "bfc26f71-b897-431e-a36e-ea1e8e983c87", "remote_group_id": "11e5a0db-4cc0-49c0-8f70-0d3b80d1fcf3", "remote_ip_prefix": null, "created_at": "2018-09-04T10:40:09Z", "security_group_id": "11e5a0db-4cc0-49c0-8f70-0d3b80d1fcf3", "tenant_id": "14e46315a5e14e95a6bd31ddd3090094", "port_range_min": null, "ethertype": "IPv6", "project_id": "14e46315a5e14e95a6bd31ddd3090094"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T10:40:09Z", "revision_number": 0, "id": "c9d53d5b-6c82-4199-b405-f8e7101cc589", "remote_group_id": "11e5a0db-4cc0-49c0-8f70-0d3b80d1fcf3", "remote_ip_prefix": null, "created_at": "2018-09-04T10:40:09Z", "security_group_id": "11e5a0db-4cc0-49c0-8f70-0d3b80d1fcf3", "tenant_id": "14e46315a5e14e95a6bd31ddd3090094", "port_range_min": null, "ethertype": "IPv4", "project_id": "14e46315a5e14e95a6bd31ddd3090094"}], "revision_number": 4, "project_id": "14e46315a5e14e95a6bd31ddd3090094", "id": "11e5a0db-4cc0-49c0-8f70-0d3b80d1fcf3", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "5efe9645576d420f836c625864cab315", "created_at": "2018-09-04T11:32:37Z", "updated_at": "2018-09-04T11:32:37Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T11:32:37Z", "revision_number": 0, "id": "286e6a3a-dcb9-42e9-ad77-e4f716b2c63a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T11:32:37Z", "security_group_id": "192a971a-2f30-4b8c-ada2-250ad4610488", "tenant_id": "5efe9645576d420f836c625864cab315", "port_range_min": null, "ethertype": "IPv4", "project_id": "5efe9645576d420f836c625864cab315"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T11:32:37Z", "revision_number": 0, "id": "8c17cb0b-10d0-498a-a484-63ec46a70838", "remote_group_id": "192a971a-2f30-4b8c-ada2-250ad4610488", "remote_ip_prefix": null, "created_at": "2018-09-04T11:32:37Z", "security_group_id": "192a971a-2f30-4b8c-ada2-250ad4610488", "tenant_id": "5efe9645576d420f836c625864cab315", "port_range_min": null, "ethertype": "IPv6", "project_id": "5efe9645576d420f836c625864cab315"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T11:32:37Z", "revision_number": 0, "id": "9c400401-2250-4fc8-a780-dba2a73d410b", "remote_group_id": "192a971a-2f30-4b8c-ada2-250ad4610488", "remote_ip_prefix": null, "created_at": "2018-09-04T11:32:37Z", "security_group_id": "192a971a-2f30-4b8c-ada2-250ad4610488", "tenant_id": "5efe9645576d420f836c625864cab315", "port_range_min": null, "ethertype": "IPv4", "project_id": "5efe9645576d420f836c625864cab315"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T11:32:37Z", "revision_number": 0, "id": "f72c6a04-9fd4-4b0e-b79b-679d59ca2789", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T11:32:37Z", "security_group_id": "192a971a-2f30-4b8c-ada2-250ad4610488", "tenant_id": "5efe9645576d420f836c625864cab315", "port_range_min": null, "ethertype": "IPv6", "project_id": "5efe9645576d420f836c625864cab315"}], "revision_number": 4, "project_id": "5efe9645576d420f836c625864cab315", "id": "192a971a-2f30-4b8c-ada2-250ad4610488", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "dd849fe9e11c435393e8fa6b997c6f1a", "created_at": "2018-09-04T10:38:54Z", "updated_at": "2018-09-04T10:38:54Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T10:38:54Z", "revision_number": 0, "id": "1dfce8bf-6ac4-4572-9a10-3cf8047abe38", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T10:38:54Z", "security_group_id": "28b5af70-f489-4ee2-ace7-033a2638f61f", "tenant_id": "dd849fe9e11c435393e8fa6b997c6f1a", "port_range_min": null, "ethertype": "IPv6", "project_id": "dd849fe9e11c435393e8fa6b997c6f1a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T10:38:54Z", "revision_number": 0, "id": "52762ccc-58e2-4528-b0fa-460556eae58e", "remote_group_id": "28b5af70-f489-4ee2-ace7-033a2638f61f", "remote_ip_prefix": null, "created_at": "2018-09-04T10:38:54Z", "security_group_id": "28b5af70-f489-4ee2-ace7-033a2638f61f", "tenant_id": "dd849fe9e11c435393e8fa6b997c6f1a", "port_range_min": null, "ethertype": "IPv6", "project_id": "dd849fe9e11c435393e8fa6b997c6f1a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T10:38:54Z", "revision_number": 0, "id": "739d52c4-a9f2-4027-aca7-2082fee6f6f0", "remote_group_id": "28b5af70-f489-4ee2-ace7-033a2638f61f", "remote_ip_prefix": null, "created_at": "2018-09-04T10:38:54Z", "security_group_id": "28b5af70-f489-4ee2-ace7-033a2638f61f", "tenant_id": "dd849fe9e11c435393e8fa6b997c6f1a", "port_range_min": null, "ethertype": "IPv4", "project_id": "dd849fe9e11c435393e8fa6b997c6f1a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T10:38:54Z", "revision_number": 0, "id": "ba2b9932-d9ab-4b40-a7e5-6773147a93a7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T10:38:54Z", "security_group_id": "28b5af70-f489-4ee2-ace7-033a2638f61f", "tenant_id": "dd849fe9e11c435393e8fa6b997c6f1a", "port_range_min": null, "ethertype": "IPv4", "project_id": "dd849fe9e11c435393e8fa6b997c6f1a"}], "revision_number": 4, "project_id": "dd849fe9e11c435393e8fa6b997c6f1a", "id": "28b5af70-f489-4ee2-ace7-033a2638f61f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "4ad41bc126174d318b5e7a8516fcf4af", "created_at": "2018-09-04T10:36:52Z", "updated_at": "2018-09-04T10:36:52Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T10:36:52Z", "revision_number": 0, "id": "072e055d-09a1-408a-9aa5-bbbb4ba26972", "remote_group_id": "48bfa0ac-51ab-4c50-8f57-88ab4e0f17e1", "remote_ip_prefix": null, "created_at": "2018-09-04T10:36:52Z", "security_group_id": "48bfa0ac-51ab-4c50-8f57-88ab4e0f17e1", "tenant_id": "4ad41bc126174d318b5e7a8516fcf4af", "port_range_min": null, "ethertype": "IPv4", "project_id": "4ad41bc126174d318b5e7a8516fcf4af"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T10:36:52Z", "revision_number": 0, "id": "519e417e-8aaa-4012-ade2-01ed5d67c268", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T10:36:52Z", "security_group_id": "48bfa0ac-51ab-4c50-8f57-88ab4e0f17e1", "tenant_id": "4ad41bc126174d318b5e7a8516fcf4af", "port_range_min": null, "ethertype": "IPv4", "project_id": "4ad41bc126174d318b5e7a8516fcf4af"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T10:36:52Z", "revision_number": 0, "id": "7440170e-04e2-412b-b3af-3ba203e43ec0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T10:36:52Z", "security_group_id": "48bfa0ac-51ab-4c50-8f57-88ab4e0f17e1", "tenant_id": "4ad41bc126174d318b5e7a8516fcf4af", "port_range_min": null, "ethertype": "IPv6", "project_id": "4ad41bc126174d318b5e7a8516fcf4af"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T10:36:52Z", "revision_number": 0, "id": "b5b6d93e-a8d1-4a65-92be-995bd9ce8f00", "remote_group_id": "48bfa0ac-51ab-4c50-8f57-88ab4e0f17e1", "remote_ip_prefix": null, "created_at": "2018-09-04T10:36:52Z", "security_group_id": "48bfa0ac-51ab-4c50-8f57-88ab4e0f17e1", "tenant_id": "4ad41bc126174d318b5e7a8516fcf4af", "port_range_min": null, "ethertype": "IPv6", "project_id": "4ad41bc126174d318b5e7a8516fcf4af"}], "revision_number": 4, "project_id": "4ad41bc126174d318b5e7a8516fcf4af", "id": "48bfa0ac-51ab-4c50-8f57-88ab4e0f17e1", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "18025ed81c804927a1f0e0e0ba20836f", "created_at": "2018-09-04T10:10:44Z", "updated_at": "2018-09-04T10:10:44Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T10:10:44Z", "revision_number": 0, "id": "4987cdc7-3c69-4296-b962-dfcdfe2af09e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T10:10:44Z", "security_group_id": "4eb60975-feab-4b85-9171-1c970d3680f7", "tenant_id": "18025ed81c804927a1f0e0e0ba20836f", "port_range_min": null, "ethertype": "IPv4", "project_id": "18025ed81c804927a1f0e0e0ba20836f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T10:10:44Z", "revision_number": 0, "id": "6278c51b-2852-4d07-abf1-4545e40daadb", "remote_group_id": "4eb60975-feab-4b85-9171-1c970d3680f7", "remote_ip_prefix": null, "created_at": "2018-09-04T10:10:44Z", "security_group_id": "4eb60975-feab-4b85-9171-1c970d3680f7", "tenant_id": "18025ed81c804927a1f0e0e0ba20836f", "port_range_min": null, "ethertype": "IPv4", "project_id": "18025ed81c804927a1f0e0e0ba20836f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T10:10:44Z", "revision_number": 0, "id": "dd2062ca-238a-4ae8-8397-ca60210bbde5", "remote_group_id": "4eb60975-feab-4b85-9171-1c970d3680f7", "remote_ip_prefix": null, "created_at": "2018-09-04T10:10:44Z", "security_group_id": "4eb60975-feab-4b85-9171-1c970d3680f7", "tenant_id": "18025ed81c804927a1f0e0e0ba20836f", "port_range_min": null, "ethertype": "IPv6", "project_id": "18025ed81c804927a1f0e0e0ba20836f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T10:10:44Z", "revision_number": 0, "id": "f5388a44-6a0f-4e22-bd76-f4873903daf0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T10:10:44Z", "security_group_id": "4eb60975-feab-4b85-9171-1c970d3680f7", "tenant_id": "18025ed81c804927a1f0e0e0ba20836f", "port_range_min": null, "ethertype": "IPv6", "project_id": "18025ed81c804927a1f0e0e0ba20836f"}], "revision_number": 4, "project_id": "18025ed81c804927a1f0e0e0ba20836f", "id": "4eb60975-feab-4b85-9171-1c970d3680f7", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "1e2f68a072b64978bd7ea91c2d64aca6", "created_at": "2018-09-04T11:32:48Z", "updated_at": "2018-09-04T11:32:48Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T11:32:48Z", "revision_number": 0, "id": "6883b42d-5963-4725-8ab3-74f524dadded", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T11:32:48Z", "security_group_id": "65ec5024-dcc3-4217-b8f2-108a9317d297", "tenant_id": "1e2f68a072b64978bd7ea91c2d64aca6", "port_range_min": null, "ethertype": "IPv6", "project_id": "1e2f68a072b64978bd7ea91c2d64aca6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T11:32:48Z", "revision_number": 0, "id": "c897b842-d54c-452b-8b98-fef214182ff7", "remote_group_id": "65ec5024-dcc3-4217-b8f2-108a9317d297", "remote_ip_prefix": null, "created_at": "2018-09-04T11:32:48Z", "security_group_id": "65ec5024-dcc3-4217-b8f2-108a9317d297", "tenant_id": "1e2f68a072b64978bd7ea91c2d64aca6", "port_range_min": null, "ethertype": "IPv6", "project_id": "1e2f68a072b64978bd7ea91c2d64aca6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T11:32:48Z", "revision_number": 0, "id": "e8f14af0-f0a2-442a-a2f6-f9426816d3a7", "remote_group_id": "65ec5024-dcc3-4217-b8f2-108a9317d297", "remote_ip_prefix": null, "created_at": "2018-09-04T11:32:48Z", "security_group_id": "65ec5024-dcc3-4217-b8f2-108a9317d297", "tenant_id": "1e2f68a072b64978bd7ea91c2d64aca6", "port_range_min": null, "ethertype": "IPv4", "project_id": "1e2f68a072b64978bd7ea91c2d64aca6"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T11:32:48Z", "revision_number": 0, "id": "fa2a69b0-056f-4e69-9b7e-515411ee93e4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T11:32:48Z", "security_group_id": "65ec5024-dcc3-4217-b8f2-108a9317d297", "tenant_id": "1e2f68a072b64978bd7ea91c2d64aca6", "port_range_min": null, "ethertype": "IPv4", "project_id": "1e2f68a072b64978bd7ea91c2d64aca6"}], "revision_number": 4, "project_id": "1e2f68a072b64978bd7ea91c2d64aca6", "id": "65ec5024-dcc3-4217-b8f2-108a9317d297", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "63ce1c38db314aae844c45218d595c6c", "created_at": "2018-09-04T10:36:01Z", "updated_at": "2018-09-04T10:36:01Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T10:36:01Z", "revision_number": 0, "id": "3cc084b5-d5b8-441b-87e5-b96f6548adf0", "remote_group_id": "726a4fa4-547d-495f-8506-2692d1793ed7", "remote_ip_prefix": null, "created_at": "2018-09-04T10:36:01Z", "security_group_id": "726a4fa4-547d-495f-8506-2692d1793ed7", "tenant_id": "63ce1c38db314aae844c45218d595c6c", "port_range_min": null, "ethertype": "IPv6", "project_id": "63ce1c38db314aae844c45218d595c6c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T10:36:01Z", "revision_number": 0, "id": "886448b7-2e0a-4f88-9e2c-57aaa06a9e95", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T10:36:01Z", "security_group_id": "726a4fa4-547d-495f-8506-2692d1793ed7", "tenant_id": "63ce1c38db314aae844c45218d595c6c", "port_range_min": null, "ethertype": "IPv6", "project_id": "63ce1c38db314aae844c45218d595c6c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T10:36:01Z", "revision_number": 0, "id": "a0477c48-e14e-4b9b-af17-a26d3304a1d9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T10:36:01Z", "security_group_id": "726a4fa4-547d-495f-8506-2692d1793ed7", "tenant_id": "63ce1c38db314aae844c45218d595c6c", "port_range_min": null, "ethertype": "IPv4", "project_id": "63ce1c38db314aae844c45218d595c6c"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T10:36:01Z", "revision_number": 0, "id": "f1d26eba-07e3-4a87-a74e-10f7d2d051a4", "remote_group_id": "726a4fa4-547d-495f-8506-2692d1793ed7", "remote_ip_prefix": null, "created_at": "2018-09-04T10:36:01Z", "security_group_id": "726a4fa4-547d-495f-8506-2692d1793ed7", "tenant_id": "63ce1c38db314aae844c45218d595c6c", "port_range_min": null, "ethertype": "IPv4", "project_id": "63ce1c38db314aae844c45218d595c6c"}], "revision_number": 4, "project_id": "63ce1c38db314aae844c45218d595c6c", "id": "726a4fa4-547d-495f-8506-2692d1793ed7", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "e8b2daffe9fd4140890aa7b5c11b6bf1", "created_at": "2018-09-04T11:01:30Z", "updated_at": "2018-09-04T11:01:31Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T11:01:31Z", "revision_number": 0, "id": "0d6f7c9c-cf09-4a67-b4e2-617055a1a145", "remote_group_id": "7cbea362-0793-4d2f-877a-28c9a768aa36", "remote_ip_prefix": null, "created_at": "2018-09-04T11:01:31Z", "security_group_id": "7cbea362-0793-4d2f-877a-28c9a768aa36", "tenant_id": "e8b2daffe9fd4140890aa7b5c11b6bf1", "port_range_min": null, "ethertype": "IPv6", "project_id": "e8b2daffe9fd4140890aa7b5c11b6bf1"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T11:01:31Z", "revision_number": 0, "id": "110b5e60-648e-4946-8cc2-56cf745b8284", "remote_group_id": "7cbea362-0793-4d2f-877a-28c9a768aa36", "remote_ip_prefix": null, "created_at": "2018-09-04T11:01:31Z", "security_group_id": "7cbea362-0793-4d2f-877a-28c9a768aa36", "tenant_id": "e8b2daffe9fd4140890aa7b5c11b6bf1", "port_range_min": null, "ethertype": "IPv4", "project_id": "e8b2daffe9fd4140890aa7b5c11b6bf1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T11:01:31Z", "revision_number": 0, "id": "4608dd30-b5b8-43b8-8da6-93ca9876e218", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T11:01:31Z", "security_group_id": "7cbea362-0793-4d2f-877a-28c9a768aa36", "tenant_id": "e8b2daffe9fd4140890aa7b5c11b6bf1", "port_range_min": null, "ethertype": "IPv6", "project_id": "e8b2daffe9fd4140890aa7b5c11b6bf1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T11:01:31Z", "revision_number": 0, "id": "b59707f1-2706-455a-8d39-eaea3265a9b8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T11:01:31Z", "security_group_id": "7cbea362-0793-4d2f-877a-28c9a768aa36", "tenant_id": "e8b2daffe9fd4140890aa7b5c11b6bf1", "port_range_min": null, "ethertype": "IPv4", "project_id": "e8b2daffe9fd4140890aa7b5c11b6bf1"}], "revision_number": 4, "project_id": "e8b2daffe9fd4140890aa7b5c11b6bf1", "id": "7cbea362-0793-4d2f-877a-28c9a768aa36", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "da1aa3dc9e564d3d922e61c0121a390e", "created_at": "2018-09-04T10:22:45Z", "updated_at": "2018-09-04T10:22:45Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T10:22:45Z", "revision_number": 0, "id": "0a310294-28cb-46e7-ab05-42129ac27199", "remote_group_id": "a0350fb5-7963-482b-9b06-fea838951872", "remote_ip_prefix": null, "created_at": "2018-09-04T10:22:45Z", "security_group_id": "a0350fb5-7963-482b-9b06-fea838951872", "tenant_id": "da1aa3dc9e564d3d922e61c0121a390e", "port_range_min": null, "ethertype": "IPv4", "project_id": "da1aa3dc9e564d3d922e61c0121a390e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T10:22:45Z", "revision_number": 0, "id": "3e9c32e8-8527-472a-956b-e0426fc61806", "remote_group_id": "a0350fb5-7963-482b-9b06-fea838951872", "remote_ip_prefix": null, "created_at": "2018-09-04T10:22:45Z", "security_group_id": "a0350fb5-7963-482b-9b06-fea838951872", "tenant_id": "da1aa3dc9e564d3d922e61c0121a390e", "port_range_min": null, "ethertype": "IPv6", "project_id": "da1aa3dc9e564d3d922e61c0121a390e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T10:22:45Z", "revision_number": 0, "id": "5d2caf42-b02e-4256-9265-4a0c49451d50", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T10:22:45Z", "security_group_id": "a0350fb5-7963-482b-9b06-fea838951872", "tenant_id": "da1aa3dc9e564d3d922e61c0121a390e", "port_range_min": null, "ethertype": "IPv6", "project_id": "da1aa3dc9e564d3d922e61c0121a390e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T10:22:45Z", "revision_number": 0, "id": "e17daf2d-5508-45e7-9ba3-14bcd176789e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T10:22:45Z", "security_group_id": "a0350fb5-7963-482b-9b06-fea838951872", "tenant_id": "da1aa3dc9e564d3d922e61c0121a390e", "port_range_min": null, "ethertype": "IPv4", "project_id": "da1aa3dc9e564d3d922e61c0121a390e"}], "revision_number": 4, "project_id": "da1aa3dc9e564d3d922e61c0121a390e", "id": "a0350fb5-7963-482b-9b06-fea838951872", "name": "default"}, {"description": "Security group for SDNVPN test cases", "tags": [], "tenant_id": "1e2f68a072b64978bd7ea91c2d64aca6", "created_at": "2018-09-04T12:22:58Z", "updated_at": "2018-09-04T12:26:12Z", "security_group_rules": [{"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 80, "updated_at": "2018-09-04T12:22:59Z", "revision_number": 0, "id": "24f2941b-e842-493e-9865-3b328b59d6b1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T12:22:59Z", "security_group_id": "aee4e203-f920-46bb-ac91-6898d944e253", "tenant_id": "1e2f68a072b64978bd7ea91c2d64aca6", "port_range_min": 80, "ethertype": "IPv4", "project_id": "1e2f68a072b64978bd7ea91c2d64aca6"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T12:22:58Z", "revision_number": 0, "id": "4dec3f1a-54e2-4cd3-ba28-c5bf40300f5c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T12:22:58Z", "security_group_id": "aee4e203-f920-46bb-ac91-6898d944e253", "tenant_id": "1e2f68a072b64978bd7ea91c2d64aca6", "port_range_min": null, "ethertype": "IPv6", "project_id": "1e2f68a072b64978bd7ea91c2d64aca6"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-09-04T12:22:58Z", "revision_number": 0, "id": "6843e041-8fe8-4e66-8acb-d325fa1f98c1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T12:22:58Z", "security_group_id": "aee4e203-f920-46bb-ac91-6898d944e253", "tenant_id": "1e2f68a072b64978bd7ea91c2d64aca6", "port_range_min": null, "ethertype": "IPv4", "project_id": "1e2f68a072b64978bd7ea91c2d64aca6"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T12:22:58Z", "revision_number": 0, "id": "83ced0ab-b5b1-4a6b-915f-ceed01ac608d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T12:22:58Z", "security_group_id": "aee4e203-f920-46bb-ac91-6898d944e253", "tenant_id": "1e2f68a072b64978bd7ea91c2d64aca6", "port_range_min": null, "ethertype": "IPv4", "project_id": "1e2f68a072b64978bd7ea91c2d64aca6"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-09-04T12:22:58Z", "revision_number": 0, "id": "a537f243-1e42-435d-9bbd-5763e7fba9b5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T12:22:58Z", "security_group_id": "aee4e203-f920-46bb-ac91-6898d944e253", "tenant_id": "1e2f68a072b64978bd7ea91c2d64aca6", "port_range_min": 22, "ethertype": "IPv4", "project_id": "1e2f68a072b64978bd7ea91c2d64aca6"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 179, "updated_at": "2018-09-04T12:26:12Z", "revision_number": 0, "id": "aae9ba27-bdc4-4d98-8c03-3fe28bd7d852", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T12:26:12Z", "security_group_id": "aee4e203-f920-46bb-ac91-6898d944e253", "tenant_id": "1e2f68a072b64978bd7ea91c2d64aca6", "port_range_min": 179, "ethertype": "IPv4", "project_id": "1e2f68a072b64978bd7ea91c2d64aca6"}, {"direction": "egress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-09-04T12:22:59Z", "revision_number": 0, "id": "ea486981-bdcb-407e-afae-54091ff51e8d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T12:22:59Z", "security_group_id": "aee4e203-f920-46bb-ac91-6898d944e253", "tenant_id": "1e2f68a072b64978bd7ea91c2d64aca6", "port_range_min": 22, "ethertype": "IPv4", "project_id": "1e2f68a072b64978bd7ea91c2d64aca6"}], "revision_number": 7, "project_id": "1e2f68a072b64978bd7ea91c2d64aca6", "id": "aee4e203-f920-46bb-ac91-6898d944e253", "name": "sdnvpn-sg"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-09-04T10:24:20Z", "updated_at": "2018-09-04T10:24:20Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T10:24:20Z", "revision_number": 0, "id": "2ea596f0-86ac-463c-b411-9ff94832a4d2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T10:24:20Z", "security_group_id": "c1c896f2-3aa4-47ce-9d8a-695c2f3fb7a4", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T10:24:20Z", "revision_number": 0, "id": "95325a12-195c-43ac-a360-a2e3e0e66934", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T10:24:20Z", "security_group_id": "c1c896f2-3aa4-47ce-9d8a-695c2f3fb7a4", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T10:24:20Z", "revision_number": 0, "id": "aa58bb28-c625-4096-800e-8a443d41f02a", "remote_group_id": "c1c896f2-3aa4-47ce-9d8a-695c2f3fb7a4", "remote_ip_prefix": null, "created_at": "2018-09-04T10:24:20Z", "security_group_id": "c1c896f2-3aa4-47ce-9d8a-695c2f3fb7a4", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T10:24:20Z", "revision_number": 0, "id": "c66f070f-ca83-4ef4-bb72-07224113f248", "remote_group_id": "c1c896f2-3aa4-47ce-9d8a-695c2f3fb7a4", "remote_ip_prefix": null, "created_at": "2018-09-04T10:24:20Z", "security_group_id": "c1c896f2-3aa4-47ce-9d8a-695c2f3fb7a4", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "c1c896f2-3aa4-47ce-9d8a-695c2f3fb7a4", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "ab8db2ecda7a4da79b1f0eed2104619d", "created_at": "2018-09-04T11:27:45Z", "updated_at": "2018-09-04T11:27:45Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T11:27:45Z", "revision_number": 0, "id": "14b66247-ea83-40bd-9cf7-391b44cd8c60", "remote_group_id": "ca40cc0b-e078-4535-b626-86e0c6339018", "remote_ip_prefix": null, "created_at": "2018-09-04T11:27:45Z", "security_group_id": "ca40cc0b-e078-4535-b626-86e0c6339018", "tenant_id": "ab8db2ecda7a4da79b1f0eed2104619d", "port_range_min": null, "ethertype": "IPv6", "project_id": "ab8db2ecda7a4da79b1f0eed2104619d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T11:27:45Z", "revision_number": 0, "id": "427d984e-c10f-4435-8c54-6e7abd4dfb04", "remote_group_id": "ca40cc0b-e078-4535-b626-86e0c6339018", "remote_ip_prefix": null, "created_at": "2018-09-04T11:27:45Z", "security_group_id": "ca40cc0b-e078-4535-b626-86e0c6339018", "tenant_id": "ab8db2ecda7a4da79b1f0eed2104619d", "port_range_min": null, "ethertype": "IPv4", "project_id": "ab8db2ecda7a4da79b1f0eed2104619d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T11:27:45Z", "revision_number": 0, "id": "644bef6e-a7b1-4cc2-af4e-4cd069ef634e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T11:27:45Z", "security_group_id": "ca40cc0b-e078-4535-b626-86e0c6339018", "tenant_id": "ab8db2ecda7a4da79b1f0eed2104619d", "port_range_min": null, "ethertype": "IPv4", "project_id": "ab8db2ecda7a4da79b1f0eed2104619d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T11:27:45Z", "revision_number": 0, "id": "84c32cbd-0db7-41ca-9e15-9ea28ade36f9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T11:27:45Z", "security_group_id": "ca40cc0b-e078-4535-b626-86e0c6339018", "tenant_id": "ab8db2ecda7a4da79b1f0eed2104619d", "port_range_min": null, "ethertype": "IPv6", "project_id": "ab8db2ecda7a4da79b1f0eed2104619d"}], "revision_number": 4, "project_id": "ab8db2ecda7a4da79b1f0eed2104619d", "id": "ca40cc0b-e078-4535-b626-86e0c6339018", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "b4dbfc1d0e34496f8fb7c7cd1f5608e5", "created_at": "2018-09-04T12:16:14Z", "updated_at": "2018-09-04T12:16:14Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T12:16:14Z", "revision_number": 0, "id": "1b62a402-1c3a-4aa7-8049-b9198a3eb965", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T12:16:14Z", "security_group_id": "e81419cf-b95e-4732-aaad-e3432b8b2cbb", "tenant_id": "b4dbfc1d0e34496f8fb7c7cd1f5608e5", "port_range_min": null, "ethertype": "IPv6", "project_id": "b4dbfc1d0e34496f8fb7c7cd1f5608e5"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T12:16:14Z", "revision_number": 0, "id": "a8815e70-65ec-4dd7-8b9f-aa8f1609eb4f", "remote_group_id": "e81419cf-b95e-4732-aaad-e3432b8b2cbb", "remote_ip_prefix": null, "created_at": "2018-09-04T12:16:14Z", "security_group_id": "e81419cf-b95e-4732-aaad-e3432b8b2cbb", "tenant_id": "b4dbfc1d0e34496f8fb7c7cd1f5608e5", "port_range_min": null, "ethertype": "IPv6", "project_id": "b4dbfc1d0e34496f8fb7c7cd1f5608e5"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T12:16:14Z", "revision_number": 0, "id": "d083d625-e30d-4471-aa42-f7f3fc8c328d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T12:16:14Z", "security_group_id": "e81419cf-b95e-4732-aaad-e3432b8b2cbb", "tenant_id": "b4dbfc1d0e34496f8fb7c7cd1f5608e5", "port_range_min": null, "ethertype": "IPv4", "project_id": "b4dbfc1d0e34496f8fb7c7cd1f5608e5"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T12:16:14Z", "revision_number": 0, "id": "f6d9401b-38df-4edd-8f40-69a1466cf9bf", "remote_group_id": "e81419cf-b95e-4732-aaad-e3432b8b2cbb", "remote_ip_prefix": null, "created_at": "2018-09-04T12:16:14Z", "security_group_id": "e81419cf-b95e-4732-aaad-e3432b8b2cbb", "tenant_id": "b4dbfc1d0e34496f8fb7c7cd1f5608e5", "port_range_min": null, "ethertype": "IPv4", "project_id": "b4dbfc1d0e34496f8fb7c7cd1f5608e5"}], "revision_number": 4, "project_id": "b4dbfc1d0e34496f8fb7c7cd1f5608e5", "id": "e81419cf-b95e-4732-aaad-e3432b8b2cbb", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "c4b3a0f041ae4ca4803a4af225513ba4", "created_at": "2018-09-04T12:17:41Z", "updated_at": "2018-09-04T12:17:41Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T12:17:41Z", "revision_number": 0, "id": "6824685c-2b3f-4f22-866c-eb59012208ba", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T12:17:41Z", "security_group_id": "f9b8b6c9-4e98-454a-9292-c29271bcae95", "tenant_id": "c4b3a0f041ae4ca4803a4af225513ba4", "port_range_min": null, "ethertype": "IPv4", "project_id": "c4b3a0f041ae4ca4803a4af225513ba4"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T12:17:41Z", "revision_number": 0, "id": "87cee46a-3604-4dd1-adc1-d97d3419ae0c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T12:17:41Z", "security_group_id": "f9b8b6c9-4e98-454a-9292-c29271bcae95", "tenant_id": "c4b3a0f041ae4ca4803a4af225513ba4", "port_range_min": null, "ethertype": "IPv6", "project_id": "c4b3a0f041ae4ca4803a4af225513ba4"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T12:17:41Z", "revision_number": 0, "id": "e00cf838-51d7-462e-906c-37f4fb4d7181", "remote_group_id": "f9b8b6c9-4e98-454a-9292-c29271bcae95", "remote_ip_prefix": null, "created_at": "2018-09-04T12:17:41Z", "security_group_id": "f9b8b6c9-4e98-454a-9292-c29271bcae95", "tenant_id": "c4b3a0f041ae4ca4803a4af225513ba4", "port_range_min": null, "ethertype": "IPv6", "project_id": "c4b3a0f041ae4ca4803a4af225513ba4"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T12:17:41Z", "revision_number": 0, "id": "e024fd11-5aeb-4982-ae2b-589b9dd401b4", "remote_group_id": "f9b8b6c9-4e98-454a-9292-c29271bcae95", "remote_ip_prefix": null, "created_at": "2018-09-04T12:17:41Z", "security_group_id": "f9b8b6c9-4e98-454a-9292-c29271bcae95", "tenant_id": "c4b3a0f041ae4ca4803a4af225513ba4", "port_range_min": null, "ethertype": "IPv4", "project_id": "c4b3a0f041ae4ca4803a4af225513ba4"}], "revision_number": 4, "project_id": "c4b3a0f041ae4ca4803a4af225513ba4", "id": "f9b8b6c9-4e98-454a-9292-c29271bcae95", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "f2bd6f97bf95498993c0c8d4f6900483", "created_at": "2018-09-04T11:33:20Z", "updated_at": "2018-09-04T11:33:20Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T11:33:20Z", "revision_number": 0, "id": "4c75c440-963b-417c-bedf-82086417e68c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T11:33:20Z", "security_group_id": "fa4f989a-20d2-4218-a4cf-f17539ef1b27", "tenant_id": "f2bd6f97bf95498993c0c8d4f6900483", "port_range_min": null, "ethertype": "IPv6", "project_id": "f2bd6f97bf95498993c0c8d4f6900483"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T11:33:20Z", "revision_number": 0, "id": "9635b56a-1370-4f88-9df0-f0954055f960", "remote_group_id": "fa4f989a-20d2-4218-a4cf-f17539ef1b27", "remote_ip_prefix": null, "created_at": "2018-09-04T11:33:20Z", "security_group_id": "fa4f989a-20d2-4218-a4cf-f17539ef1b27", "tenant_id": "f2bd6f97bf95498993c0c8d4f6900483", "port_range_min": null, "ethertype": "IPv4", "project_id": "f2bd6f97bf95498993c0c8d4f6900483"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T11:33:20Z", "revision_number": 0, "id": "c7c730c6-ae66-4505-873b-c6dca4c55d95", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T11:33:20Z", "security_group_id": "fa4f989a-20d2-4218-a4cf-f17539ef1b27", "tenant_id": "f2bd6f97bf95498993c0c8d4f6900483", "port_range_min": null, "ethertype": "IPv4", "project_id": "f2bd6f97bf95498993c0c8d4f6900483"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T11:33:20Z", "revision_number": 0, "id": "df1fc864-f960-4a86-bd3d-950eac909690", "remote_group_id": "fa4f989a-20d2-4218-a4cf-f17539ef1b27", "remote_ip_prefix": null, "created_at": "2018-09-04T11:33:20Z", "security_group_id": "fa4f989a-20d2-4218-a4cf-f17539ef1b27", "tenant_id": "f2bd6f97bf95498993c0c8d4f6900483", "port_range_min": null, "ethertype": "IPv6", "project_id": "f2bd6f97bf95498993c0c8d4f6900483"}], "revision_number": 4, "project_id": "f2bd6f97bf95498993c0c8d4f6900483", "id": "fa4f989a-20d2-4218-a4cf-f17539ef1b27", "name": "default"}]} 2018-09-04 12:38:05,531 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups used request id req-8cca48ad-9f07-4c2b-9a59-5d400fc31830 2018-09-04 12:38:05,535 - sdnvpn.lib.openstack_utils - INFO - Using existing security group 'sdnvpn-sg'... 2018-09-04 12:38:05,536 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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-09-04 12:38:05,543 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12:38:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f002ab9d-055a-4e72-90a5-951e56284285 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.28:5000/v3/", "rel": "self"}]}} 2018-09-04 12:38:05,543 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-f002ab9d-055a-4e72-90a5-951e56284285 2018-09-04 12:38:05,544 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-09-04 12:38:05,929 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "3d416247e8224533841040c3ad2bce5a", "name": "admin"}], "expires_at": "2018-09-04T13:38:05.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1e2f68a072b64978bd7ea91c2d64aca6", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v1/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235635a698ef4bef9dc6b25273d185da"}, {"url": "http://192.30.9.6:8776/v1/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "23b07b3fbfc340a58cf0f9b2871a0d23"}, {"url": "http://172.30.9.28:8776/v1/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "72fd0aaa144d45419f4b04b6b26f69a7"}], "type": "volume", "id": "097241c25b4d4f7e91b3f8efa155909e", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v3/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93eb4cf3030a49e7840bec071422d397"}, {"url": "http://192.30.9.6:8776/v3/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8af439a6ac147fdbcb38ed9aa916b68"}, {"url": "http://192.30.9.6:8776/v3/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c4bfdbc9b7c74a23a40afdf578cfeba4"}], "type": "volumev3", "id": "1c85f4682ce44f729db1dabd98e965e8", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "82239574a29d4603a2161006f61851cf"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8d15f7134f364a7bbcfff2f84aac3bf2"}, {"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e01668c43a0c4c279b9a3d20a0280d6c"}], "type": "image", "id": "297d8415ca96454991054983920912f7", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7bb4d60e20734d4a9f31ec75e02cb823"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bf6adec15590466a9a0d3bddb00e8993"}, {"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f096f03a1d12411a8972f6f7c196b60d"}], "type": "policy", "id": "54c64351b56d44bbad74c2969cc3aa00", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "354ae6870a324fab82d0a0fb68ee0f26"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a3807e460dd4af488d982b66c52e64c"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e7c3da785076450abd71868e75ce0c33"}], "type": "cloudformation", "id": "6ac9917ae83c4639a15a4ab3cf0e76dd", "name": "heat-cfn"}, {"endpoints": [], "type": "metering", "id": "7fcc078e5e0645f29df67742ac14e388", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49e71628d386464cb950d6a9db00a328"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75b0a63ed8574bbcab1c851cc9b83d30"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9902b0a8b3c04cd192a1b84c417c232b"}], "type": "key-manager", "id": "9626544a32e74678a641c6e206f028a9", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "497340e5aa36485982fdf297f370558f"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7802beb4fc7c4952897b77bd5610b1fe"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c14af798917f4fa0b146d9772583e595"}], "type": "metric", "id": "973bfe8c658d4e5a8da725e76b9d550e", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "288ecc3674ea41d2aa3b790dcb832bf2"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7a6dc785cd7142f5b30f1a7ba0daeb03"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7f7d34e2351b4964befccc862c4e8e12"}], "type": "network", "id": "a348d7b06050474fb449be7f32ea6f5d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "21bce6ecb8464a1f8f3e3847aa698bd6"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0a8faf2246b47deb30e69e48d3551fb"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e71c6011de3d4d8589e5b53dcc79f288"}], "type": "identity", "id": "ad8d4b4953184137a1b913ecee9434ed", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "13474f9a78ca4f1184e4cddc84d0d98c"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad67365a18234bb78c336e6776958c00"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc54db13337f44f8921fbb9ad0f81de8"}], "type": "alarming", "id": "bb18dc3243034f08a6a7f69f7a1edccf", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0d91d7adf0304b2681c77f979e5cdb17"}, {"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "756e5ffca9774ab3ae2db41bf330417f"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c07c727a08c243b287827f539a124e63"}], "type": "placement", "id": "bb2c9432fcbd4c56913177122468f6ba", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8004/v1/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1eed4912224b48cf9856446eae4d9928"}, {"url": "http://192.30.9.6:8004/v1/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b73b7f99236541148d84f24f09e5dd40"}, {"url": "http://192.30.9.6:8004/v1/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fbf12e52911244fdafc24a9d46f56e62"}], "type": "orchestration", "id": "c8918d139da945ba93df4ccce21d4904", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16bf098b9e2e490f8e47fa601059f975"}, {"url": "http://192.30.9.6:8776/v2/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc16fa4cf491444ca2f611d5692c1170"}, {"url": "http://192.30.9.6:8776/v2/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ccd2c5325dff4b90b391db9fdde67d99"}], "type": "volumev2", "id": "d09ac9123c34494abce21d6c27bee9d9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eac694332354a3aa0e61c31314166d7"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b4d4989c4e764717ab78d38675cadd3f"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff196e46b56d406d87a678f1a64497b0"}], "type": "compute", "id": "d4030ee932c84df58c5b910cc197caa7", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "42c3a9abd8ad4ce8ab2c4cc6e0403c33"}, "audit_ids": ["d6SWhFrSTx2bUrwpdOF4iQ"], "issued_at": "2018-09-04T12:38:05.000000Z"}} 2018-09-04 12:38:05,932 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/os-hypervisors/detail -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}18f72e50b6656770fe0ae45e204410ccbf38765c" 2018-09-04 12:38:06,110 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12:38: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-33085424-7e80-447b-9fcd-4fc9edf78fb2 x-compute-request-id: req-33085424-7e80-447b-9fcd-4fc9edf78fb2 Content-Encoding: gzip Content-Length: 745 Content-Type: application/json RESP BODY: {"hypervisors": [{"status": "enabled", "service": {"host": "overcloud-novacompute-0.opnfvlf.org", "disabled_reason": null, "id": 132}, "vcpus_used": 0, "hypervisor_type": "QEMU", "local_gb_used": 0, "vcpus": 16, "hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "memory_mb_used": 4096, "memory_mb": 32502, "current_workload": 0, "state": "up", "host_ip": "192.30.9.9", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"pcid\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"acpi\", \"fma\", \"vme\", \"popcnt\", \"mmx\", \"osxsave\", \"cx8\", \"mce\", \"de\", \"rdtscp\", \"ht\", \"dca\", \"lahf_lm\", \"abm\", \"pdcm\", \"mca\", \"pdpe1gb\", \"apic\", \"sse\", \"f16c\", \"pse\", \"ds\", \"invtsc\", \"pni\", \"tm2\", \"avx2\", \"aes\", \"sse2\", \"ss\", \"ds_cpl\", \"arat\", \"bmi1\", \"bmi2\", \"ssse3\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 0, "free_disk_gb": 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": 141}, "vcpus_used": 2, "hypervisor_type": "QEMU", "local_gb_used": 2, "vcpus": 16, "hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "memory_mb_used": 5120, "memory_mb": 32502, "current_workload": 0, "state": "up", "host_ip": "192.30.9.7", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"pcid\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"acpi\", \"fma\", \"vme\", \"popcnt\", \"mmx\", \"osxsave\", \"cx8\", \"mce\", \"de\", \"rdtscp\", \"ht\", \"dca\", \"lahf_lm\", \"abm\", \"pdcm\", \"mca\", \"pdpe1gb\", \"apic\", \"sse\", \"f16c\", \"pse\", \"ds\", \"invtsc\", \"pni\", \"tm2\", \"avx2\", \"aes\", \"sse2\", \"ss\", \"ds_cpl\", \"arat\", \"bmi1\", \"bmi2\", \"ssse3\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 2, "free_disk_gb": 10237, "hypervisor_version": 2009000, "disk_available_least": 10177, "local_gb": 10239, "free_ram_mb": 27382, "id": 6}]} 2018-09-04 12:38:06,110 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/os-hypervisors/detail used request id req-33085424-7e80-447b-9fcd-4fc9edf78fb2 2018-09-04 12:38:06,111 - paramiko.transport - DEBUG - [chan 3] Max packet in: 32768 bytes 2018-09-04 12:38:06,112 - paramiko.transport - DEBUG - [chan 3] Max packet out: 32768 bytes 2018-09-04 12:38:06,112 - paramiko.transport - DEBUG - Secsh channel 3 opened. 2018-09-04 12:38:06,115 - paramiko.transport - DEBUG - [chan 3] Sesch channel 3 request ok 2018-09-04 12:38:06,156 - paramiko.transport - DEBUG - [chan 3] EOF received (3) 2018-09-04 12:38:06,157 - paramiko.transport - DEBUG - [chan 4] Max packet in: 32768 bytes 2018-09-04 12:38:06,158 - paramiko.transport - DEBUG - [chan 3] EOF sent (3) 2018-09-04 12:38:06,159 - paramiko.transport - DEBUG - [chan 4] Max packet out: 32768 bytes 2018-09-04 12:38:06,159 - paramiko.transport - DEBUG - Secsh channel 4 opened. 2018-09-04 12:38:06,200 - paramiko.transport - DEBUG - [chan 4] Sesch channel 4 request ok 2018-09-04 12:38:06,262 - paramiko.transport - DEBUG - [chan 4] EOF received (4) 2018-09-04 12:38:06,266 - paramiko.transport - DEBUG - [chan 3] Max packet in: 32768 bytes 2018-09-04 12:38:06,266 - paramiko.transport - DEBUG - [chan 4] EOF sent (4) 2018-09-04 12:38:06,268 - paramiko.transport - DEBUG - [chan 3] Max packet out: 32768 bytes 2018-09-04 12:38:06,268 - paramiko.transport - DEBUG - Secsh channel 3 opened. 2018-09-04 12:38:06,272 - paramiko.transport - DEBUG - [chan 3] Sesch channel 3 request ok 2018-09-04 12:38:06,323 - paramiko.transport - DEBUG - [chan 3] EOF received (3) 2018-09-04 12:38:06,324 - paramiko.transport - DEBUG - [chan 4] Max packet in: 32768 bytes 2018-09-04 12:38:06,325 - paramiko.transport - DEBUG - [chan 3] EOF sent (3) 2018-09-04 12:38:06,326 - paramiko.transport - DEBUG - [chan 4] Max packet out: 32768 bytes 2018-09-04 12:38:06,326 - paramiko.transport - DEBUG - Secsh channel 4 opened. 2018-09-04 12:38:06,367 - paramiko.transport - DEBUG - [chan 4] Sesch channel 4 request ok 2018-09-04 12:38:06,420 - paramiko.transport - DEBUG - [chan 4] EOF received (4) 2018-09-04 12:38:06,423 - paramiko.transport - DEBUG - [chan 5] Max packet in: 32768 bytes 2018-09-04 12:38:06,423 - paramiko.transport - DEBUG - [chan 4] EOF sent (4) 2018-09-04 12:38:06,424 - paramiko.transport - DEBUG - [chan 5] Max packet out: 32768 bytes 2018-09-04 12:38:06,425 - paramiko.transport - DEBUG - Secsh channel 5 opened. 2018-09-04 12:38:06,428 - paramiko.transport - DEBUG - [chan 5] Sesch channel 5 request ok 2018-09-04 12:38:06,462 - paramiko.transport - DEBUG - [chan 5] EOF received (5) 2018-09-04 12:38:06,463 - paramiko.transport - DEBUG - [chan 6] Max packet in: 32768 bytes 2018-09-04 12:38:06,464 - paramiko.transport - DEBUG - [chan 5] EOF sent (5) 2018-09-04 12:38:06,465 - paramiko.transport - DEBUG - [chan 6] Max packet out: 32768 bytes 2018-09-04 12:38:06,465 - paramiko.transport - DEBUG - Secsh channel 6 opened. 2018-09-04 12:38:06,505 - paramiko.transport - DEBUG - [chan 6] Sesch channel 6 request ok 2018-09-04 12:38:06,538 - paramiko.transport - DEBUG - [chan 6] EOF received (6) 2018-09-04 12:38:06,539 - paramiko.transport - DEBUG - [chan 5] Max packet in: 32768 bytes 2018-09-04 12:38:06,540 - paramiko.transport - DEBUG - [chan 6] EOF sent (6) 2018-09-04 12:38:06,541 - paramiko.transport - DEBUG - [chan 5] Max packet out: 32768 bytes 2018-09-04 12:38:06,541 - paramiko.transport - DEBUG - Secsh channel 5 opened. 2018-09-04 12:38:06,546 - paramiko.transport - DEBUG - [chan 5] Sesch channel 5 request ok 2018-09-04 12:38:06,583 - paramiko.transport - DEBUG - [chan 5] EOF received (5) 2018-09-04 12:38:06,585 - paramiko.transport - DEBUG - [chan 6] Max packet in: 32768 bytes 2018-09-04 12:38:06,585 - paramiko.transport - DEBUG - [chan 5] EOF sent (5) 2018-09-04 12:38:06,586 - paramiko.transport - DEBUG - [chan 6] Max packet out: 32768 bytes 2018-09-04 12:38:06,586 - paramiko.transport - DEBUG - Secsh channel 6 opened. 2018-09-04 12:38:06,628 - paramiko.transport - DEBUG - [chan 6] Sesch channel 6 request ok 2018-09-04 12:38:06,663 - paramiko.transport - DEBUG - [chan 6] EOF received (6) 2018-09-04 12:38:06,663 - sdnvpn_test_utils - INFO - Creating instance 'sdnvpn-12-2'... 2018-09-04 12:38:06,664 - sdnvpn_test_utils - DEBUG - Configuration: name=sdnvpn-12-2 flavor=m1.tiny image=9db941ed-f82c-43be-9006-37d8a4e91dbb network=8cea24ab-c14e-4953-98f8-e1fcc81d26f9 secgroup=aee4e203-f920-46bb-ac91-6898d944e253 hypervisor=nova:overcloud-novacompute-0.opnfvlf.org fixed_ip=None files=None userdata= None 2018-09-04 12:38:06,664 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-09-04 12:38:06,664 - paramiko.transport - DEBUG - [chan 6] EOF sent (6) 2018-09-04 12:38:06,664 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-09-04 12:38:06,665 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-09-04 12:38:06,665 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-09-04 12:38:06,665 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-09-04 12:38:06,665 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-09-04 12:38:06,666 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-09-04 12:38:06,666 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-09-04 12:38:06,666 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-09-04 12:38:06,666 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-09-04 12:38:06,667 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-09-04 12:38:06,667 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-09-04 12:38:06,667 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-09-04 12:38:06,667 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-09-04 12:38:06,667 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-09-04 12:38:06,667 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-09-04 12:38:06,667 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-09-04 12:38:06,667 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-09-04 12:38:06,668 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-09-04 12:38:06,668 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-09-04 12:38:06,668 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-09-04 12:38:06,668 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-09-04 12:38:06,668 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-09-04 12:38:06,668 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-09-04 12:38:06,670 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-09-04 12:38:06,671 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-09-04 12:38:06,671 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-09-04 12:38:06,671 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-09-04 12:38:06,671 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-09-04 12:38:06,671 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-09-04 12:38:06,671 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-09-04 12:38:06,671 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-09-04 12:38:06,672 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-09-04 12:38:06,672 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-09-04 12:38:06,672 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-09-04 12:38:06,672 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-09-04 12:38:06,672 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-09-04 12:38:06,672 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-09-04 12:38:06,672 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-09-04 12:38:06,672 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-09-04 12:38:06,672 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-09-04 12:38:06,672 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-09-04 12:38:06,673 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-09-04 12:38:06,673 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-09-04 12:38:06,673 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-09-04 12:38:06,673 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-09-04 12:38:06,673 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-09-04 12:38:06,673 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-09-04 12:38:06,676 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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-09-04 12:38:06,683 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12:38:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-99c1d10a-ae34-462d-ab31-297af3daf59e 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.28:5000/v3/", "rel": "self"}]}} 2018-09-04 12:38:06,683 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-99c1d10a-ae34-462d-ab31-297af3daf59e 2018-09-04 12:38:06,684 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-09-04 12:38:07,059 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "3d416247e8224533841040c3ad2bce5a", "name": "admin"}], "expires_at": "2018-09-04T13:38:07.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1e2f68a072b64978bd7ea91c2d64aca6", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v1/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235635a698ef4bef9dc6b25273d185da"}, {"url": "http://192.30.9.6:8776/v1/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "23b07b3fbfc340a58cf0f9b2871a0d23"}, {"url": "http://172.30.9.28:8776/v1/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "72fd0aaa144d45419f4b04b6b26f69a7"}], "type": "volume", "id": "097241c25b4d4f7e91b3f8efa155909e", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v3/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93eb4cf3030a49e7840bec071422d397"}, {"url": "http://192.30.9.6:8776/v3/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8af439a6ac147fdbcb38ed9aa916b68"}, {"url": "http://192.30.9.6:8776/v3/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c4bfdbc9b7c74a23a40afdf578cfeba4"}], "type": "volumev3", "id": "1c85f4682ce44f729db1dabd98e965e8", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "82239574a29d4603a2161006f61851cf"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8d15f7134f364a7bbcfff2f84aac3bf2"}, {"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e01668c43a0c4c279b9a3d20a0280d6c"}], "type": "image", "id": "297d8415ca96454991054983920912f7", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7bb4d60e20734d4a9f31ec75e02cb823"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bf6adec15590466a9a0d3bddb00e8993"}, {"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f096f03a1d12411a8972f6f7c196b60d"}], "type": "policy", "id": "54c64351b56d44bbad74c2969cc3aa00", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "354ae6870a324fab82d0a0fb68ee0f26"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a3807e460dd4af488d982b66c52e64c"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e7c3da785076450abd71868e75ce0c33"}], "type": "cloudformation", "id": "6ac9917ae83c4639a15a4ab3cf0e76dd", "name": "heat-cfn"}, {"endpoints": [], "type": "metering", "id": "7fcc078e5e0645f29df67742ac14e388", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49e71628d386464cb950d6a9db00a328"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75b0a63ed8574bbcab1c851cc9b83d30"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9902b0a8b3c04cd192a1b84c417c232b"}], "type": "key-manager", "id": "9626544a32e74678a641c6e206f028a9", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "497340e5aa36485982fdf297f370558f"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7802beb4fc7c4952897b77bd5610b1fe"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c14af798917f4fa0b146d9772583e595"}], "type": "metric", "id": "973bfe8c658d4e5a8da725e76b9d550e", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "288ecc3674ea41d2aa3b790dcb832bf2"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7a6dc785cd7142f5b30f1a7ba0daeb03"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7f7d34e2351b4964befccc862c4e8e12"}], "type": "network", "id": "a348d7b06050474fb449be7f32ea6f5d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "21bce6ecb8464a1f8f3e3847aa698bd6"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0a8faf2246b47deb30e69e48d3551fb"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e71c6011de3d4d8589e5b53dcc79f288"}], "type": "identity", "id": "ad8d4b4953184137a1b913ecee9434ed", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "13474f9a78ca4f1184e4cddc84d0d98c"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad67365a18234bb78c336e6776958c00"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc54db13337f44f8921fbb9ad0f81de8"}], "type": "alarming", "id": "bb18dc3243034f08a6a7f69f7a1edccf", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0d91d7adf0304b2681c77f979e5cdb17"}, {"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "756e5ffca9774ab3ae2db41bf330417f"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c07c727a08c243b287827f539a124e63"}], "type": "placement", "id": "bb2c9432fcbd4c56913177122468f6ba", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8004/v1/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1eed4912224b48cf9856446eae4d9928"}, {"url": "http://192.30.9.6:8004/v1/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b73b7f99236541148d84f24f09e5dd40"}, {"url": "http://192.30.9.6:8004/v1/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fbf12e52911244fdafc24a9d46f56e62"}], "type": "orchestration", "id": "c8918d139da945ba93df4ccce21d4904", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16bf098b9e2e490f8e47fa601059f975"}, {"url": "http://192.30.9.6:8776/v2/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc16fa4cf491444ca2f611d5692c1170"}, {"url": "http://192.30.9.6:8776/v2/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ccd2c5325dff4b90b391db9fdde67d99"}], "type": "volumev2", "id": "d09ac9123c34494abce21d6c27bee9d9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eac694332354a3aa0e61c31314166d7"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b4d4989c4e764717ab78d38675cadd3f"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff196e46b56d406d87a678f1a64497b0"}], "type": "compute", "id": "d4030ee932c84df58c5b910cc197caa7", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "42c3a9abd8ad4ce8ab2c4cc6e0403c33"}, "audit_ids": ["IKt9NgP4SViVPqdn4RJdvg"], "issued_at": "2018-09-04T12:38:07.000000Z"}} 2018-09-04 12:38:07,062 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fe5448f1bfafb3e97f578c68e8cdfc194690d585" 2018-09-04 12:38:07,237 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12:38:07 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-c8e65263-42e0-413b-b631-0c8bcd858a05 x-compute-request-id: req-c8e65263-42e0-413b-b631-0c8bcd858a05 Content-Encoding: gzip Content-Length: 162 Content-Type: application/json RESP BODY: {"flavors": [{"id": "9cbbc756-b738-4f1f-8d03-84c527182338", "links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/9cbbc756-b738-4f1f-8d03-84c527182338", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/9cbbc756-b738-4f1f-8d03-84c527182338", "rel": "bookmark"}], "name": "m1.tiny"}]} 2018-09-04 12:38:07,237 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors used request id req-c8e65263-42e0-413b-b631-0c8bcd858a05 2018-09-04 12:38:07,241 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/flavors/9cbbc756-b738-4f1f-8d03-84c527182338 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fe5448f1bfafb3e97f578c68e8cdfc194690d585" 2018-09-04 12:38:07,266 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12:38:07 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-d2549ddf-cb1a-4f8b-a374-bdabee128cf6 x-compute-request-id: req-d2549ddf-cb1a-4f8b-a374-bdabee128cf6 Content-Encoding: gzip Content-Length: 280 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/9cbbc756-b738-4f1f-8d03-84c527182338", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/9cbbc756-b738-4f1f-8d03-84c527182338", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "9cbbc756-b738-4f1f-8d03-84c527182338", "name": "m1.tiny", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-09-04 12:38:07,266 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors/9cbbc756-b738-4f1f-8d03-84c527182338 used request id req-d2549ddf-cb1a-4f8b-a374-bdabee128cf6 2018-09-04 12:38:07,269 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fe5448f1bfafb3e97f578c68e8cdfc194690d585" -d '{"server": {"name": "sdnvpn-12-2", "imageRef": "9db941ed-f82c-43be-9006-37d8a4e91dbb", "availability_zone": "nova:overcloud-novacompute-0.opnfvlf.org", "flavorRef": "9cbbc756-b738-4f1f-8d03-84c527182338", "max_count": 1, "min_count": 1, "networks": [{"uuid": "8cea24ab-c14e-4953-98f8-e1fcc81d26f9"}]}}' 2018-09-04 12:38:08,773 - novaclient.v2.client - DEBUG - RESP: [202] Date: Tue, 04 Sep 2018 12:38:07 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-1a9875d7-aba2-47a5-ab31-548cce9c5e5e x-compute-request-id: req-1a9875d7-aba2-47a5-ab31-548cce9c5e5e Content-Length: 374 location: http://172.30.9.28:8774/v2.1/servers/2321d2ea-7de9-4fa8-b234-f77764602b3c Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "2321d2ea-7de9-4fa8-b234-f77764602b3c", "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/2321d2ea-7de9-4fa8-b234-f77764602b3c", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/2321d2ea-7de9-4fa8-b234-f77764602b3c", "rel": "bookmark"}], "adminPass": "2kZm5jVxFSBX"}} 2018-09-04 12:38:08,773 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers used request id req-1a9875d7-aba2-47a5-ab31-548cce9c5e5e 2018-09-04 12:38:08,774 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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-09-04 12:38:08,781 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12:38:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5628f931-4eb1-4d21-b805-ce7bfb8ccf09 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.28:5000/v3/", "rel": "self"}]}} 2018-09-04 12:38:08,782 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-5628f931-4eb1-4d21-b805-ce7bfb8ccf09 2018-09-04 12:38:08,782 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-09-04 12:38:09,159 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "3d416247e8224533841040c3ad2bce5a", "name": "admin"}], "expires_at": "2018-09-04T13:38:09.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1e2f68a072b64978bd7ea91c2d64aca6", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v1/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235635a698ef4bef9dc6b25273d185da"}, {"url": "http://192.30.9.6:8776/v1/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "23b07b3fbfc340a58cf0f9b2871a0d23"}, {"url": "http://172.30.9.28:8776/v1/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "72fd0aaa144d45419f4b04b6b26f69a7"}], "type": "volume", "id": "097241c25b4d4f7e91b3f8efa155909e", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v3/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93eb4cf3030a49e7840bec071422d397"}, {"url": "http://192.30.9.6:8776/v3/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8af439a6ac147fdbcb38ed9aa916b68"}, {"url": "http://192.30.9.6:8776/v3/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c4bfdbc9b7c74a23a40afdf578cfeba4"}], "type": "volumev3", "id": "1c85f4682ce44f729db1dabd98e965e8", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "82239574a29d4603a2161006f61851cf"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8d15f7134f364a7bbcfff2f84aac3bf2"}, {"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e01668c43a0c4c279b9a3d20a0280d6c"}], "type": "image", "id": "297d8415ca96454991054983920912f7", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7bb4d60e20734d4a9f31ec75e02cb823"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bf6adec15590466a9a0d3bddb00e8993"}, {"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f096f03a1d12411a8972f6f7c196b60d"}], "type": "policy", "id": "54c64351b56d44bbad74c2969cc3aa00", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "354ae6870a324fab82d0a0fb68ee0f26"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a3807e460dd4af488d982b66c52e64c"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e7c3da785076450abd71868e75ce0c33"}], "type": "cloudformation", "id": "6ac9917ae83c4639a15a4ab3cf0e76dd", "name": "heat-cfn"}, {"endpoints": [], "type": "metering", "id": "7fcc078e5e0645f29df67742ac14e388", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49e71628d386464cb950d6a9db00a328"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75b0a63ed8574bbcab1c851cc9b83d30"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9902b0a8b3c04cd192a1b84c417c232b"}], "type": "key-manager", "id": "9626544a32e74678a641c6e206f028a9", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "497340e5aa36485982fdf297f370558f"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7802beb4fc7c4952897b77bd5610b1fe"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c14af798917f4fa0b146d9772583e595"}], "type": "metric", "id": "973bfe8c658d4e5a8da725e76b9d550e", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "288ecc3674ea41d2aa3b790dcb832bf2"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7a6dc785cd7142f5b30f1a7ba0daeb03"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7f7d34e2351b4964befccc862c4e8e12"}], "type": "network", "id": "a348d7b06050474fb449be7f32ea6f5d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "21bce6ecb8464a1f8f3e3847aa698bd6"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0a8faf2246b47deb30e69e48d3551fb"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e71c6011de3d4d8589e5b53dcc79f288"}], "type": "identity", "id": "ad8d4b4953184137a1b913ecee9434ed", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "13474f9a78ca4f1184e4cddc84d0d98c"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad67365a18234bb78c336e6776958c00"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc54db13337f44f8921fbb9ad0f81de8"}], "type": "alarming", "id": "bb18dc3243034f08a6a7f69f7a1edccf", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0d91d7adf0304b2681c77f979e5cdb17"}, {"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "756e5ffca9774ab3ae2db41bf330417f"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c07c727a08c243b287827f539a124e63"}], "type": "placement", "id": "bb2c9432fcbd4c56913177122468f6ba", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8004/v1/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1eed4912224b48cf9856446eae4d9928"}, {"url": "http://192.30.9.6:8004/v1/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b73b7f99236541148d84f24f09e5dd40"}, {"url": "http://192.30.9.6:8004/v1/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fbf12e52911244fdafc24a9d46f56e62"}], "type": "orchestration", "id": "c8918d139da945ba93df4ccce21d4904", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16bf098b9e2e490f8e47fa601059f975"}, {"url": "http://192.30.9.6:8776/v2/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc16fa4cf491444ca2f611d5692c1170"}, {"url": "http://192.30.9.6:8776/v2/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ccd2c5325dff4b90b391db9fdde67d99"}], "type": "volumev2", "id": "d09ac9123c34494abce21d6c27bee9d9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eac694332354a3aa0e61c31314166d7"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b4d4989c4e764717ab78d38675cadd3f"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff196e46b56d406d87a678f1a64497b0"}], "type": "compute", "id": "d4030ee932c84df58c5b910cc197caa7", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "42c3a9abd8ad4ce8ab2c4cc6e0403c33"}, "audit_ids": ["cUVFmI42RBuwucGCxYk-3Q"], "issued_at": "2018-09-04T12:38:09.000000Z"}} 2018-09-04 12:38:09,162 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/2321d2ea-7de9-4fa8-b234-f77764602b3c -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c97486b690f8755fc70266d11b2c79ff88bf7ddf" 2018-09-04 12:38:09,516 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12:38: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-03b9c5c7-1055-4ceb-981c-7e3e5ffbdf35 x-compute-request-id: req-03b9c5c7-1055-4ceb-981c-7e3e5ffbdf35 Content-Encoding: gzip Content-Length: 625 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/2321d2ea-7de9-4fa8-b234-f77764602b3c", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/2321d2ea-7de9-4fa8-b234-f77764602b3c", "rel": "bookmark"}], "image": {"id": "9db941ed-f82c-43be-9006-37d8a4e91dbb", "links": [{"href": "http://172.30.9.28:8774/images/9db941ed-f82c-43be-9006-37d8a4e91dbb", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-0000010b", "OS-SRV-USG:launched_at": null, "flavor": {"id": "9cbbc756-b738-4f1f-8d03-84c527182338", "links": [{"href": "http://172.30.9.28:8774/flavors/9cbbc756-b738-4f1f-8d03-84c527182338", "rel": "bookmark"}]}, "id": "2321d2ea-7de9-4fa8-b234-f77764602b3c", "user_id": "42c3a9abd8ad4ce8ab2c4cc6e0403c33", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-04T12:38:09Z", "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-09-04T12:38:08Z", "tenant_id": "1e2f68a072b64978bd7ea91c2d64aca6", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 12:38:09,516 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/2321d2ea-7de9-4fa8-b234-f77764602b3c used request id req-03b9c5c7-1055-4ceb-981c-7e3e5ffbdf35 2018-09-04 12:38:12,523 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/2321d2ea-7de9-4fa8-b234-f77764602b3c -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c97486b690f8755fc70266d11b2c79ff88bf7ddf" 2018-09-04 12:38:13,266 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12:38: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-37dd9570-4081-4780-a725-a4b78e6e3273 x-compute-request-id: req-37dd9570-4081-4780-a725-a4b78e6e3273 Content-Encoding: gzip Content-Length: 775 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"sdnvpn-12-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:00:d4:78", "version": 4, "addr": "10.10.10.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/2321d2ea-7de9-4fa8-b234-f77764602b3c", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/2321d2ea-7de9-4fa8-b234-f77764602b3c", "rel": "bookmark"}], "image": {"id": "9db941ed-f82c-43be-9006-37d8a4e91dbb", "links": [{"href": "http://172.30.9.28:8774/images/9db941ed-f82c-43be-9006-37d8a4e91dbb", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-0000010b", "OS-SRV-USG:launched_at": null, "flavor": {"id": "9cbbc756-b738-4f1f-8d03-84c527182338", "links": [{"href": "http://172.30.9.28:8774/flavors/9cbbc756-b738-4f1f-8d03-84c527182338", "rel": "bookmark"}]}, "id": "2321d2ea-7de9-4fa8-b234-f77764602b3c", "security_groups": [{"name": "default"}], "user_id": "42c3a9abd8ad4ce8ab2c4cc6e0403c33", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-04T12:38:09Z", "hostId": "ac4312c86b6d8b3ba69b66c09fbaad9c9659999bf89f97c14b4d2a68", "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-09-04T12:38:08Z", "tenant_id": "1e2f68a072b64978bd7ea91c2d64aca6", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 12:38:13,267 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/2321d2ea-7de9-4fa8-b234-f77764602b3c used request id req-37dd9570-4081-4780-a725-a4b78e6e3273 2018-09-04 12:38:16,273 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/2321d2ea-7de9-4fa8-b234-f77764602b3c -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c97486b690f8755fc70266d11b2c79ff88bf7ddf" 2018-09-04 12:38:17,085 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12:38:16 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-9b3c5098-f78b-40d1-a366-ff08de0663c0 x-compute-request-id: req-9b3c5098-f78b-40d1-a366-ff08de0663c0 Content-Encoding: gzip Content-Length: 780 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:00:d4:78", "version": 4, "addr": "10.10.10.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/2321d2ea-7de9-4fa8-b234-f77764602b3c", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/2321d2ea-7de9-4fa8-b234-f77764602b3c", "rel": "bookmark"}], "image": {"id": "9db941ed-f82c-43be-9006-37d8a4e91dbb", "links": [{"href": "http://172.30.9.28:8774/images/9db941ed-f82c-43be-9006-37d8a4e91dbb", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000010b", "OS-SRV-USG:launched_at": "2018-09-04T12:38:12.000000", "flavor": {"id": "9cbbc756-b738-4f1f-8d03-84c527182338", "links": [{"href": "http://172.30.9.28:8774/flavors/9cbbc756-b738-4f1f-8d03-84c527182338", "rel": "bookmark"}]}, "id": "2321d2ea-7de9-4fa8-b234-f77764602b3c", "security_groups": [{"name": "default"}], "user_id": "42c3a9abd8ad4ce8ab2c4cc6e0403c33", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-04T12:38:13Z", "hostId": "ac4312c86b6d8b3ba69b66c09fbaad9c9659999bf89f97c14b4d2a68", "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-09-04T12:38:08Z", "tenant_id": "1e2f68a072b64978bd7ea91c2d64aca6", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 12:38:17,085 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/2321d2ea-7de9-4fa8-b234-f77764602b3c used request id req-9b3c5098-f78b-40d1-a366-ff08de0663c0 2018-09-04 12:38:17,088 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/2321d2ea-7de9-4fa8-b234-f77764602b3c -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fe5448f1bfafb3e97f578c68e8cdfc194690d585" 2018-09-04 12:38:17,830 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12:38: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-1b28d3ea-aef0-44e8-be91-8a80675fece2 x-compute-request-id: req-1b28d3ea-aef0-44e8-be91-8a80675fece2 Content-Encoding: gzip Content-Length: 780 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:00:d4:78", "version": 4, "addr": "10.10.10.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/2321d2ea-7de9-4fa8-b234-f77764602b3c", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/2321d2ea-7de9-4fa8-b234-f77764602b3c", "rel": "bookmark"}], "image": {"id": "9db941ed-f82c-43be-9006-37d8a4e91dbb", "links": [{"href": "http://172.30.9.28:8774/images/9db941ed-f82c-43be-9006-37d8a4e91dbb", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000010b", "OS-SRV-USG:launched_at": "2018-09-04T12:38:12.000000", "flavor": {"id": "9cbbc756-b738-4f1f-8d03-84c527182338", "links": [{"href": "http://172.30.9.28:8774/flavors/9cbbc756-b738-4f1f-8d03-84c527182338", "rel": "bookmark"}]}, "id": "2321d2ea-7de9-4fa8-b234-f77764602b3c", "security_groups": [{"name": "default"}], "user_id": "42c3a9abd8ad4ce8ab2c4cc6e0403c33", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-04T12:38:13Z", "hostId": "ac4312c86b6d8b3ba69b66c09fbaad9c9659999bf89f97c14b4d2a68", "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-09-04T12:38:08Z", "tenant_id": "1e2f68a072b64978bd7ea91c2d64aca6", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 12:38:17,830 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/2321d2ea-7de9-4fa8-b234-f77764602b3c used request id req-1b28d3ea-aef0-44e8-be91-8a80675fece2 2018-09-04 12:38:17,830 - sdnvpn_test_utils - DEBUG - Instance 'sdnvpn-12-2' booted successfully. IP='10.10.10.9'. 2018-09-04 12:38:17,830 - sdnvpn_test_utils - DEBUG - Adding 'sdnvpn-12-2' to security group 'sdnvpn-sg'... 2018-09-04 12:38:17,834 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/servers/2321d2ea-7de9-4fa8-b234-f77764602b3c/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}18f72e50b6656770fe0ae45e204410ccbf38765c" -d '{"addSecurityGroup": {"name": "aee4e203-f920-46bb-ac91-6898d944e253"}}' 2018-09-04 12:38:19,289 - novaclient.v2.client - DEBUG - RESP: [202] Date: Tue, 04 Sep 2018 12:38: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-274b0d2d-8a10-49c6-832a-d819d833ed8a x-compute-request-id: req-274b0d2d-8a10-49c6-832a-d819d833ed8a Content-Length: 0 Content-Type: application/json 2018-09-04 12:38:19,290 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/2321d2ea-7de9-4fa8-b234-f77764602b3c/action used request id req-274b0d2d-8a10-49c6-832a-d819d833ed8a 2018-09-04 12:38:19,290 - sdnvpn_test_utils - INFO - Creating instance 'sdnvpn-12-1'... 2018-09-04 12:38:19,290 - sdnvpn_test_utils - DEBUG - Configuration: name=sdnvpn-12-1 flavor=m1.tiny image=9db941ed-f82c-43be-9006-37d8a4e91dbb network=8cea24ab-c14e-4953-98f8-e1fcc81d26f9 secgroup=aee4e203-f920-46bb-ac91-6898d944e253 hypervisor=nova:overcloud-novacompute-0.opnfvlf.org fixed_ip=None files=None userdata= None 2018-09-04 12:38:19,290 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-09-04 12:38:19,290 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-09-04 12:38:19,291 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-09-04 12:38:19,291 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-09-04 12:38:19,291 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-09-04 12:38:19,291 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-09-04 12:38:19,291 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-09-04 12:38:19,291 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-09-04 12:38:19,291 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-09-04 12:38:19,291 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-09-04 12:38:19,292 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-09-04 12:38:19,292 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-09-04 12:38:19,292 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-09-04 12:38:19,292 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-09-04 12:38:19,292 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-09-04 12:38:19,292 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-09-04 12:38:19,292 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-09-04 12:38:19,292 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-09-04 12:38:19,292 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-09-04 12:38:19,292 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-09-04 12:38:19,293 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-09-04 12:38:19,293 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-09-04 12:38:19,293 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-09-04 12:38:19,293 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-09-04 12:38:19,295 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-09-04 12:38:19,295 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-09-04 12:38:19,295 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-09-04 12:38:19,295 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-09-04 12:38:19,295 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-09-04 12:38:19,296 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-09-04 12:38:19,296 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-09-04 12:38:19,296 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-09-04 12:38:19,296 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-09-04 12:38:19,296 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-09-04 12:38:19,296 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-09-04 12:38:19,296 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-09-04 12:38:19,296 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-09-04 12:38:19,296 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-09-04 12:38:19,297 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-09-04 12:38:19,297 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-09-04 12:38:19,297 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-09-04 12:38:19,297 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-09-04 12:38:19,297 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-09-04 12:38:19,297 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-09-04 12:38:19,297 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-09-04 12:38:19,297 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-09-04 12:38:19,297 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-09-04 12:38:19,298 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-09-04 12:38:19,300 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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-09-04 12:38:19,307 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12:38:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-985188e3-4b0f-4e5a-89bf-0679c6ae9180 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.28:5000/v3/", "rel": "self"}]}} 2018-09-04 12:38:19,307 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-985188e3-4b0f-4e5a-89bf-0679c6ae9180 2018-09-04 12:38:19,307 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-09-04 12:38:19,684 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "3d416247e8224533841040c3ad2bce5a", "name": "admin"}], "expires_at": "2018-09-04T13:38:19.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1e2f68a072b64978bd7ea91c2d64aca6", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v1/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235635a698ef4bef9dc6b25273d185da"}, {"url": "http://192.30.9.6:8776/v1/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "23b07b3fbfc340a58cf0f9b2871a0d23"}, {"url": "http://172.30.9.28:8776/v1/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "72fd0aaa144d45419f4b04b6b26f69a7"}], "type": "volume", "id": "097241c25b4d4f7e91b3f8efa155909e", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v3/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93eb4cf3030a49e7840bec071422d397"}, {"url": "http://192.30.9.6:8776/v3/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8af439a6ac147fdbcb38ed9aa916b68"}, {"url": "http://192.30.9.6:8776/v3/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c4bfdbc9b7c74a23a40afdf578cfeba4"}], "type": "volumev3", "id": "1c85f4682ce44f729db1dabd98e965e8", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "82239574a29d4603a2161006f61851cf"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8d15f7134f364a7bbcfff2f84aac3bf2"}, {"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e01668c43a0c4c279b9a3d20a0280d6c"}], "type": "image", "id": "297d8415ca96454991054983920912f7", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7bb4d60e20734d4a9f31ec75e02cb823"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bf6adec15590466a9a0d3bddb00e8993"}, {"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f096f03a1d12411a8972f6f7c196b60d"}], "type": "policy", "id": "54c64351b56d44bbad74c2969cc3aa00", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "354ae6870a324fab82d0a0fb68ee0f26"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a3807e460dd4af488d982b66c52e64c"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e7c3da785076450abd71868e75ce0c33"}], "type": "cloudformation", "id": "6ac9917ae83c4639a15a4ab3cf0e76dd", "name": "heat-cfn"}, {"endpoints": [], "type": "metering", "id": "7fcc078e5e0645f29df67742ac14e388", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49e71628d386464cb950d6a9db00a328"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75b0a63ed8574bbcab1c851cc9b83d30"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9902b0a8b3c04cd192a1b84c417c232b"}], "type": "key-manager", "id": "9626544a32e74678a641c6e206f028a9", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "497340e5aa36485982fdf297f370558f"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7802beb4fc7c4952897b77bd5610b1fe"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c14af798917f4fa0b146d9772583e595"}], "type": "metric", "id": "973bfe8c658d4e5a8da725e76b9d550e", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "288ecc3674ea41d2aa3b790dcb832bf2"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7a6dc785cd7142f5b30f1a7ba0daeb03"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7f7d34e2351b4964befccc862c4e8e12"}], "type": "network", "id": "a348d7b06050474fb449be7f32ea6f5d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "21bce6ecb8464a1f8f3e3847aa698bd6"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0a8faf2246b47deb30e69e48d3551fb"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e71c6011de3d4d8589e5b53dcc79f288"}], "type": "identity", "id": "ad8d4b4953184137a1b913ecee9434ed", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "13474f9a78ca4f1184e4cddc84d0d98c"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad67365a18234bb78c336e6776958c00"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc54db13337f44f8921fbb9ad0f81de8"}], "type": "alarming", "id": "bb18dc3243034f08a6a7f69f7a1edccf", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0d91d7adf0304b2681c77f979e5cdb17"}, {"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "756e5ffca9774ab3ae2db41bf330417f"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c07c727a08c243b287827f539a124e63"}], "type": "placement", "id": "bb2c9432fcbd4c56913177122468f6ba", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8004/v1/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1eed4912224b48cf9856446eae4d9928"}, {"url": "http://192.30.9.6:8004/v1/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b73b7f99236541148d84f24f09e5dd40"}, {"url": "http://192.30.9.6:8004/v1/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fbf12e52911244fdafc24a9d46f56e62"}], "type": "orchestration", "id": "c8918d139da945ba93df4ccce21d4904", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16bf098b9e2e490f8e47fa601059f975"}, {"url": "http://192.30.9.6:8776/v2/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc16fa4cf491444ca2f611d5692c1170"}, {"url": "http://192.30.9.6:8776/v2/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ccd2c5325dff4b90b391db9fdde67d99"}], "type": "volumev2", "id": "d09ac9123c34494abce21d6c27bee9d9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eac694332354a3aa0e61c31314166d7"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b4d4989c4e764717ab78d38675cadd3f"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff196e46b56d406d87a678f1a64497b0"}], "type": "compute", "id": "d4030ee932c84df58c5b910cc197caa7", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "42c3a9abd8ad4ce8ab2c4cc6e0403c33"}, "audit_ids": ["3nSVJorKS6eV3kgWdqvMyQ"], "issued_at": "2018-09-04T12:38:19.000000Z"}} 2018-09-04 12:38:19,687 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7d2984c89f46b7d6fbaf39b31eddaa7f36043f96" 2018-09-04 12:38:19,864 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12:38: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-bbe11986-ce87-4a7d-9d45-ae40a12602bf x-compute-request-id: req-bbe11986-ce87-4a7d-9d45-ae40a12602bf Content-Encoding: gzip Content-Length: 162 Content-Type: application/json RESP BODY: {"flavors": [{"id": "9cbbc756-b738-4f1f-8d03-84c527182338", "links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/9cbbc756-b738-4f1f-8d03-84c527182338", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/9cbbc756-b738-4f1f-8d03-84c527182338", "rel": "bookmark"}], "name": "m1.tiny"}]} 2018-09-04 12:38:19,864 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors used request id req-bbe11986-ce87-4a7d-9d45-ae40a12602bf 2018-09-04 12:38:19,868 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/flavors/9cbbc756-b738-4f1f-8d03-84c527182338 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7d2984c89f46b7d6fbaf39b31eddaa7f36043f96" 2018-09-04 12:38:19,887 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12:38: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-26c88d84-bab2-4f08-b1fb-357d66a108d3 x-compute-request-id: req-26c88d84-bab2-4f08-b1fb-357d66a108d3 Content-Encoding: gzip Content-Length: 280 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/9cbbc756-b738-4f1f-8d03-84c527182338", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/9cbbc756-b738-4f1f-8d03-84c527182338", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "9cbbc756-b738-4f1f-8d03-84c527182338", "name": "m1.tiny", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-09-04 12:38:19,888 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors/9cbbc756-b738-4f1f-8d03-84c527182338 used request id req-26c88d84-bab2-4f08-b1fb-357d66a108d3 2018-09-04 12:38:19,890 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7d2984c89f46b7d6fbaf39b31eddaa7f36043f96" -d '{"server": {"name": "sdnvpn-12-1", "imageRef": "9db941ed-f82c-43be-9006-37d8a4e91dbb", "availability_zone": "nova:overcloud-novacompute-0.opnfvlf.org", "flavorRef": "9cbbc756-b738-4f1f-8d03-84c527182338", "max_count": 1, "min_count": 1, "networks": [{"uuid": "8cea24ab-c14e-4953-98f8-e1fcc81d26f9"}]}}' 2018-09-04 12:38:21,360 - novaclient.v2.client - DEBUG - RESP: [202] Date: Tue, 04 Sep 2018 12:38: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-47fb1cf4-f368-423a-bc57-f037aef111d8 x-compute-request-id: req-47fb1cf4-f368-423a-bc57-f037aef111d8 Content-Length: 374 location: http://172.30.9.28:8774/v2.1/servers/5789cb2a-1dc6-4326-b807-f62a4885ca43 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "5789cb2a-1dc6-4326-b807-f62a4885ca43", "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/5789cb2a-1dc6-4326-b807-f62a4885ca43", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/5789cb2a-1dc6-4326-b807-f62a4885ca43", "rel": "bookmark"}], "adminPass": "JTnnBNxX5V8F"}} 2018-09-04 12:38:21,360 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers used request id req-47fb1cf4-f368-423a-bc57-f037aef111d8 2018-09-04 12:38:21,361 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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-09-04 12:38:21,368 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12:38:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f42bc42f-ce91-431e-8e87-078b2a54550e 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.28:5000/v3/", "rel": "self"}]}} 2018-09-04 12:38:21,368 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-f42bc42f-ce91-431e-8e87-078b2a54550e 2018-09-04 12:38:21,368 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-09-04 12:38:21,746 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "3d416247e8224533841040c3ad2bce5a", "name": "admin"}], "expires_at": "2018-09-04T13:38:21.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1e2f68a072b64978bd7ea91c2d64aca6", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v1/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235635a698ef4bef9dc6b25273d185da"}, {"url": "http://192.30.9.6:8776/v1/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "23b07b3fbfc340a58cf0f9b2871a0d23"}, {"url": "http://172.30.9.28:8776/v1/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "72fd0aaa144d45419f4b04b6b26f69a7"}], "type": "volume", "id": "097241c25b4d4f7e91b3f8efa155909e", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v3/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93eb4cf3030a49e7840bec071422d397"}, {"url": "http://192.30.9.6:8776/v3/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8af439a6ac147fdbcb38ed9aa916b68"}, {"url": "http://192.30.9.6:8776/v3/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c4bfdbc9b7c74a23a40afdf578cfeba4"}], "type": "volumev3", "id": "1c85f4682ce44f729db1dabd98e965e8", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "82239574a29d4603a2161006f61851cf"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8d15f7134f364a7bbcfff2f84aac3bf2"}, {"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e01668c43a0c4c279b9a3d20a0280d6c"}], "type": "image", "id": "297d8415ca96454991054983920912f7", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7bb4d60e20734d4a9f31ec75e02cb823"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bf6adec15590466a9a0d3bddb00e8993"}, {"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f096f03a1d12411a8972f6f7c196b60d"}], "type": "policy", "id": "54c64351b56d44bbad74c2969cc3aa00", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "354ae6870a324fab82d0a0fb68ee0f26"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a3807e460dd4af488d982b66c52e64c"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e7c3da785076450abd71868e75ce0c33"}], "type": "cloudformation", "id": "6ac9917ae83c4639a15a4ab3cf0e76dd", "name": "heat-cfn"}, {"endpoints": [], "type": "metering", "id": "7fcc078e5e0645f29df67742ac14e388", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49e71628d386464cb950d6a9db00a328"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75b0a63ed8574bbcab1c851cc9b83d30"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9902b0a8b3c04cd192a1b84c417c232b"}], "type": "key-manager", "id": "9626544a32e74678a641c6e206f028a9", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "497340e5aa36485982fdf297f370558f"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7802beb4fc7c4952897b77bd5610b1fe"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c14af798917f4fa0b146d9772583e595"}], "type": "metric", "id": "973bfe8c658d4e5a8da725e76b9d550e", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "288ecc3674ea41d2aa3b790dcb832bf2"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7a6dc785cd7142f5b30f1a7ba0daeb03"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7f7d34e2351b4964befccc862c4e8e12"}], "type": "network", "id": "a348d7b06050474fb449be7f32ea6f5d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "21bce6ecb8464a1f8f3e3847aa698bd6"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0a8faf2246b47deb30e69e48d3551fb"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e71c6011de3d4d8589e5b53dcc79f288"}], "type": "identity", "id": "ad8d4b4953184137a1b913ecee9434ed", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "13474f9a78ca4f1184e4cddc84d0d98c"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad67365a18234bb78c336e6776958c00"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc54db13337f44f8921fbb9ad0f81de8"}], "type": "alarming", "id": "bb18dc3243034f08a6a7f69f7a1edccf", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0d91d7adf0304b2681c77f979e5cdb17"}, {"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "756e5ffca9774ab3ae2db41bf330417f"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c07c727a08c243b287827f539a124e63"}], "type": "placement", "id": "bb2c9432fcbd4c56913177122468f6ba", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8004/v1/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1eed4912224b48cf9856446eae4d9928"}, {"url": "http://192.30.9.6:8004/v1/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b73b7f99236541148d84f24f09e5dd40"}, {"url": "http://192.30.9.6:8004/v1/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fbf12e52911244fdafc24a9d46f56e62"}], "type": "orchestration", "id": "c8918d139da945ba93df4ccce21d4904", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16bf098b9e2e490f8e47fa601059f975"}, {"url": "http://192.30.9.6:8776/v2/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc16fa4cf491444ca2f611d5692c1170"}, {"url": "http://192.30.9.6:8776/v2/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ccd2c5325dff4b90b391db9fdde67d99"}], "type": "volumev2", "id": "d09ac9123c34494abce21d6c27bee9d9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eac694332354a3aa0e61c31314166d7"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b4d4989c4e764717ab78d38675cadd3f"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff196e46b56d406d87a678f1a64497b0"}], "type": "compute", "id": "d4030ee932c84df58c5b910cc197caa7", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "42c3a9abd8ad4ce8ab2c4cc6e0403c33"}, "audit_ids": ["ujXsve51TGuM9dR15baZRw"], "issued_at": "2018-09-04T12:38:21.000000Z"}} 2018-09-04 12:38:21,750 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/5789cb2a-1dc6-4326-b807-f62a4885ca43 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b7e144b545c7bbc99cb152d688b8387a1dd56397" 2018-09-04 12:38:22,125 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12:38: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-069b0786-9b2b-4577-9d94-cb37140abd33 x-compute-request-id: req-069b0786-9b2b-4577-9d94-cb37140abd33 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.28:8774/v2.1/servers/5789cb2a-1dc6-4326-b807-f62a4885ca43", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/5789cb2a-1dc6-4326-b807-f62a4885ca43", "rel": "bookmark"}], "image": {"id": "9db941ed-f82c-43be-9006-37d8a4e91dbb", "links": [{"href": "http://172.30.9.28:8774/images/9db941ed-f82c-43be-9006-37d8a4e91dbb", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "9cbbc756-b738-4f1f-8d03-84c527182338", "links": [{"href": "http://172.30.9.28:8774/flavors/9cbbc756-b738-4f1f-8d03-84c527182338", "rel": "bookmark"}]}, "id": "5789cb2a-1dc6-4326-b807-f62a4885ca43", "user_id": "42c3a9abd8ad4ce8ab2c4cc6e0403c33", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-04T12:38:21Z", "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-09-04T12:38:21Z", "tenant_id": "1e2f68a072b64978bd7ea91c2d64aca6", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 12:38:22,125 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/5789cb2a-1dc6-4326-b807-f62a4885ca43 used request id req-069b0786-9b2b-4577-9d94-cb37140abd33 2018-09-04 12:38:25,129 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/5789cb2a-1dc6-4326-b807-f62a4885ca43 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b7e144b545c7bbc99cb152d688b8387a1dd56397" 2018-09-04 12:38:25,850 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12:38: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-2d68383b-cbb2-4a0c-bbe0-62766bc1d1c4 x-compute-request-id: req-2d68383b-cbb2-4a0c-bbe0-62766bc1d1c4 Content-Encoding: gzip Content-Length: 708 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/5789cb2a-1dc6-4326-b807-f62a4885ca43", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/5789cb2a-1dc6-4326-b807-f62a4885ca43", "rel": "bookmark"}], "image": {"id": "9db941ed-f82c-43be-9006-37d8a4e91dbb", "links": [{"href": "http://172.30.9.28:8774/images/9db941ed-f82c-43be-9006-37d8a4e91dbb", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-0000010e", "OS-SRV-USG:launched_at": null, "flavor": {"id": "9cbbc756-b738-4f1f-8d03-84c527182338", "links": [{"href": "http://172.30.9.28:8774/flavors/9cbbc756-b738-4f1f-8d03-84c527182338", "rel": "bookmark"}]}, "id": "5789cb2a-1dc6-4326-b807-f62a4885ca43", "security_groups": [{"name": "default"}], "user_id": "42c3a9abd8ad4ce8ab2c4cc6e0403c33", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-04T12:38:23Z", "hostId": "ac4312c86b6d8b3ba69b66c09fbaad9c9659999bf89f97c14b4d2a68", "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-09-04T12:38:21Z", "tenant_id": "1e2f68a072b64978bd7ea91c2d64aca6", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 12:38:25,850 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/5789cb2a-1dc6-4326-b807-f62a4885ca43 used request id req-2d68383b-cbb2-4a0c-bbe0-62766bc1d1c4 2018-09-04 12:38:28,854 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/5789cb2a-1dc6-4326-b807-f62a4885ca43 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b7e144b545c7bbc99cb152d688b8387a1dd56397" 2018-09-04 12:38:29,389 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12: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-489f274a-d3b9-4f96-bdd3-0f1a58185c92 x-compute-request-id: req-489f274a-d3b9-4f96-bdd3-0f1a58185c92 Content-Encoding: gzip Content-Length: 780 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:83:dc:24", "version": 4, "addr": "10.10.10.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/5789cb2a-1dc6-4326-b807-f62a4885ca43", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/5789cb2a-1dc6-4326-b807-f62a4885ca43", "rel": "bookmark"}], "image": {"id": "9db941ed-f82c-43be-9006-37d8a4e91dbb", "links": [{"href": "http://172.30.9.28:8774/images/9db941ed-f82c-43be-9006-37d8a4e91dbb", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000010e", "OS-SRV-USG:launched_at": "2018-09-04T12:38:25.000000", "flavor": {"id": "9cbbc756-b738-4f1f-8d03-84c527182338", "links": [{"href": "http://172.30.9.28:8774/flavors/9cbbc756-b738-4f1f-8d03-84c527182338", "rel": "bookmark"}]}, "id": "5789cb2a-1dc6-4326-b807-f62a4885ca43", "security_groups": [{"name": "default"}], "user_id": "42c3a9abd8ad4ce8ab2c4cc6e0403c33", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-04T12:38:26Z", "hostId": "ac4312c86b6d8b3ba69b66c09fbaad9c9659999bf89f97c14b4d2a68", "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-09-04T12:38:21Z", "tenant_id": "1e2f68a072b64978bd7ea91c2d64aca6", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 12:38:29,389 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/5789cb2a-1dc6-4326-b807-f62a4885ca43 used request id req-489f274a-d3b9-4f96-bdd3-0f1a58185c92 2018-09-04 12:38:29,392 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/5789cb2a-1dc6-4326-b807-f62a4885ca43 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7d2984c89f46b7d6fbaf39b31eddaa7f36043f96" 2018-09-04 12:38:30,123 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12:38: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-25f09d10-3d7b-43d8-a440-20118368edfb x-compute-request-id: req-25f09d10-3d7b-43d8-a440-20118368edfb Content-Encoding: gzip Content-Length: 780 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:83:dc:24", "version": 4, "addr": "10.10.10.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/5789cb2a-1dc6-4326-b807-f62a4885ca43", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/5789cb2a-1dc6-4326-b807-f62a4885ca43", "rel": "bookmark"}], "image": {"id": "9db941ed-f82c-43be-9006-37d8a4e91dbb", "links": [{"href": "http://172.30.9.28:8774/images/9db941ed-f82c-43be-9006-37d8a4e91dbb", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000010e", "OS-SRV-USG:launched_at": "2018-09-04T12:38:25.000000", "flavor": {"id": "9cbbc756-b738-4f1f-8d03-84c527182338", "links": [{"href": "http://172.30.9.28:8774/flavors/9cbbc756-b738-4f1f-8d03-84c527182338", "rel": "bookmark"}]}, "id": "5789cb2a-1dc6-4326-b807-f62a4885ca43", "security_groups": [{"name": "default"}], "user_id": "42c3a9abd8ad4ce8ab2c4cc6e0403c33", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-04T12:38:26Z", "hostId": "ac4312c86b6d8b3ba69b66c09fbaad9c9659999bf89f97c14b4d2a68", "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-09-04T12:38:21Z", "tenant_id": "1e2f68a072b64978bd7ea91c2d64aca6", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 12:38:30,123 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/5789cb2a-1dc6-4326-b807-f62a4885ca43 used request id req-25f09d10-3d7b-43d8-a440-20118368edfb 2018-09-04 12:38:30,124 - sdnvpn_test_utils - DEBUG - Instance 'sdnvpn-12-1' booted successfully. IP='10.10.10.7'. 2018-09-04 12:38:30,124 - sdnvpn_test_utils - DEBUG - Adding 'sdnvpn-12-1' to security group 'sdnvpn-sg'... 2018-09-04 12:38:30,127 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/servers/5789cb2a-1dc6-4326-b807-f62a4885ca43/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}18f72e50b6656770fe0ae45e204410ccbf38765c" -d '{"addSecurityGroup": {"name": "aee4e203-f920-46bb-ac91-6898d944e253"}}' 2018-09-04 12:38:31,906 - novaclient.v2.client - DEBUG - RESP: [202] Date: Tue, 04 Sep 2018 12:38:30 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-d625562d-6a25-41f3-91be-42665ccaa499 x-compute-request-id: req-d625562d-6a25-41f3-91be-42665ccaa499 Content-Length: 0 Content-Type: application/json 2018-09-04 12:38:31,906 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/5789cb2a-1dc6-4326-b807-f62a4885ca43/action used request id req-d625562d-6a25-41f3-91be-42665ccaa499 2018-09-04 12:38:31,907 - sdnvpn_test_utils - INFO - Waiting for instance 5789cb2a-1dc6-4326-b807-f62a4885ca43 to boot up 2018-09-04 12:38:31,910 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/servers/5789cb2a-1dc6-4326-b807-f62a4885ca43/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7d2984c89f46b7d6fbaf39b31eddaa7f36043f96" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-04 12:38:32,978 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12: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-30545880-5bd6-4f31-993c-d0bccb944d2c x-compute-request-id: req-30545880-5bd6-4f31-993c-d0bccb944d2c 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-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 483562078 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 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.133844] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.135528] pid_max: default: 32768 minimum: 301\n[ 0.136437] ACPI: Core revision 20150930\n[ 0.137832] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.139166] Security Framework initialized\n[ 0.139998] Yama: becoming mindful.\n[ 0.140750] AppArmor: AppArmor initialized\n[ 0.141634] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.142994] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.144299] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.145544] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.146959] Initializing cgroup subsys io\n[ 0.147795] Initializing cgroup subsys memory\n[ 0.148676] Initializing cgroup subsys devices\n[ 0.149577] Initializing cgroup subsys freezer\n[ 0.150465] Initializing cgroup subsys net_cls\n[ 0.151347] Initializing cgroup subsys perf_event\n[ 0.152277] Initializing cgroup subsys net_prio\n[ 0.153192] Initializing cgroup subsys hugetlb\n[ 0.154085] Initializing cgroup subsys pids\n[ 0.154978] CPU: Physical Processor ID: 0\n[ 0.156483] mce: CPU supports 10 MCE banks\n[ 0.157356] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.158380] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.169090] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.175516] ftrace: allocating 31920 entries in 125 pages\n[ 0.201643] smpboot: Max logical packages: 1\n[ 0.202529] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.203908] x2apic enabled\n[ 0.204730] Switched APIC routing to physical x2apic.\n[ 0.206509] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.207646] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.209686] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.211505] KVM setup paravirtual spinlock\n[ 0.212811] x86: Booted up 1 node, 1 CPUs\n[ 0.213633] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.215055] devtmpfs: initialized\n[ 0.216776] evm: security.selinux\n[ 0.217483] evm: security.SMACK64\n[ 0.218177] evm: security.SMACK64EXEC\n[ 0.218960] evm: security.SMACK64TRANSMUTE\n[ 0.219775] evm: security.SMACK64MMAP\n[ 0.220529] evm: security.ima\n[ 0.221176] evm: security.capability\n[ 0.221989] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.223856] pinctrl core: initialized pinctrl subsystem\n[ 0.224971] RTC time: 12:38:25, date: 09/04/18\n[ 0.225930] NET: Registered protocol family 16\n[ 0.226907] cpuidle: using governor ladder\n[ 0.227729] cpuidle: using governor menu\n[ 0.228519] PCCT header not found.\n[ 0.229277] ACPI: bus type PCI registered\n[ 0.230082] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.231330] PCI: Using configuration type 1 for base access\n[ 0.233086] ACPI: Added _OSI(Module Device)\n[ 0.233947] ACPI: Added _OSI(Processor Device)\n[ 0.234821] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.235730] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.237861] ACPI: Interpreter enabled\n[ 0.238646] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.240504] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.242353] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.244233] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.246097] ACPI: (supports S0 S5)\n[ 0.246811] ACPI: Using IOAPIC for interrupt routing\n[ 0.247898] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.251010] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.252169] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.253413] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.254613] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.256856] acpiphp: Slot [3] registered\n[ 0.257671] acpiphp: Slot [4] registered\n[ 0.258482] acpiphp: Slot [5] registered\n[ 0.259283] acpiphp: Slot [6] registered\n[ 0.260085] acpiphp: Slot [7] registered\n[ 0.260897] acpiphp: Slot [8] registered\n[ 0.261704] acpiphp: Slot [9] registered\n[ 0.262505] acpiphp: Slot [10] registered\n[ 0.263321] acpiphp: Slot [11] registered\n[ 0.264138] acpiphp: Slot [12] registered\n[ 0.264960] acpiphp: Slot [13] registered\n[ 0.265785] acpiphp: Slot [14] registered\n[ 0.266599] acpiphp: Slot [15] registered\n[ 0.277486] acpiphp: Slot [16] registered\n[ 0.278336] acpiphp: Slot [17] registered\n[ 0.279156] acpiphp: Slot [18] registered\n[ 0.279990] acpiphp: Slot [19] registered\n[ 0.280812] acpiphp: Slot [20] registered\n[ 0.281632] acpiphp: Slot [21] registered\n[ 0.282450] acpiphp: Slot [22] registered\n[ 0.283262] acpiphp: Slot [23] registered\n[ 0.284078] acpiphp: Slot [24] registered\n[ 0.284894] acpiphp: Slot [25] registered\n[ 0.285714] acpiphp: Slot [26] registered\n[ 0.286530] acpiphp: Slot [27] registered\n[ 0.287341] acpiphp: Slot [28] registered\n[ 0.288159] acpiphp: Slot [29] registered\n[ 0.288972] acpiphp: Slot [30] registered\n[ 0.289795] acpiphp: Slot [31] registered\n[ 0.290607] PCI host bridge to bus 0000:00\n[ 0.291421] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.292637] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.293861] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.295318] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.296781] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.303065] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.304385] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.305573] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.306861] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.313251] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.314731] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.359955] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.361474] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.362924] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.364364] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.365780] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.367049] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.368212] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.369453] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.371019] vgaarb: loaded\n[ 0.371630] vgaarb: bridge control possible 0000:00:02.0\n[ 0.372779] SCSI subsystem initialized\n[ 0.373604] ACPI: bus type USB registered\n[ 0.374426] usbcore: registered new interface driver usbfs\n[ 0.375465] usbcore: registered new interface driver hub\n[ 0.376481] usbcore: registered new device driver usb\n[ 0.377549] PCI: Using ACPI for IRQ routing\n[ 0.378582] NetLabel: Initializing\n[ 0.379304] NetLabel: domain hash size = 128\n[ 0.380166] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.381130] NetLabel: unlabeled traffic allowed by default\n[ 0.382236] clocksource: Switched to clocksource kvm-clock\n[ 0.387651] AppArmor: AppArmor Filesystem Enabled\n[ 0.388647] pnp: PnP ACPI init\n[ 0.389565] pnp: PnP ACPI: found 5 devices\n[ 0.395949] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.397678] NET: Registered protocol family 2\n[ 0.398640] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.399932] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.401112] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.402291] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403389] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.404564] NET: Registered protocol family 1\n[ 0.405436] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.406546] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.407629] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.421624] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.435926] Trying to unpack rootfs image as initramfs...\n[ 0.485364] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.499226] Scanning for low memory corruption every 60 seconds\n[ 0.500573] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.501744] audit: initializing netlink subsys (disabled)\n[ 0.502797] audit: type=2000 audit(1536064706.579:1): initialized\n[ 0.504125] Initialise system trusted keyring\n[ 0.505088] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.506289] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.508271] zbud: loaded\n[ 0.508984] VFS: Disk quotas dquot_6.6.0\n[ 0.509818] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.511354] fuse init (API version 7.23)\n[ 0.512250] Key type big_key registered\n[ 0.513069] Allocating IMA MOK and blacklist keyrings.\n[ 0.514196] Key type asymmetric registered\n[ 0.515048] Asymmetric key parser 'x509' registered\n[ 0.516021] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.517512] io scheduler noop registered\n[ 0.518329] io scheduler deadline registered (default)\n[ 0.519339] io scheduler cfq registered\n[ 0.520551] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.521624] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.522923] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.524410] ACPI: Power Button [PWRF]\n[ 0.525251] GHES: HEST is not enabled!\n[ 0.538951] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.566887] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.569149] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.594541] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.596778] Linux agpgart interface v0.103\n[ 0.598829] brd: module loaded\n[ 0.599987] loop: module loaded\n[ 0.604305] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.605778] GPT:90111 != 2097151\n[ 0.606469] GPT:Alternate GPT header not at the end of the disk.\n[ 0.607575] GPT:90111 != 2097151\n[ 0.608250] GPT: Use GNU Parted to correct GPT errors.\n[ 0.609225] vda: vda1 vda15\n[ 0.610759] scsi host0: ata_piix\n[ 0.611503] scsi host1: ata_piix\n[ 0.612213] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.613447] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.614908] libphy: Fixed MDIO Bus: probed\n[ 0.615744] tun: Universal TUN/TAP device driver, 1.6\n[ 0.616706] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.618885] PPP generic driver version 2.4.2\n[ 0.619781] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.621077] ehci-pci: EHCI PCI platform driver\n[ 0.621965] ehci-platform: EHCI generic platform driver\n[ 0.622974] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.624125] ohci-pci: OHCI PCI platform driver\n[ 0.625016] ohci-platform: OHCI generic platform driver\n[ 0.626028] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.640430] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.641462] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.642949] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.644005] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.645147] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.646412] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.647869] usb usb1: Product: UHCI Host Controller\n[ 0.648827] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.649996] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.651020] hub 1-0:1.0: USB hub found\n[ 0.651818] hub 1-0:1.0: 2 ports detected\n[ 0.652739] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.654901] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.655878] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.656929] mousedev: PS/2 mouse device common for all mice\n[ 0.658205] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.660095] rtc_cmos 00:00: RTC can wake from S4\n[ 0.661216] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.662455] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.663684] i2c /dev entries driver\n[ 0.664453] device-mapper: uevent: version 1.0.3\n[ 0.665404] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.667076] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.668388] NET: Registered protocol family 10\n[ 0.669402] NET: Registered protocol family 17\n[ 0.670320] Key type dns_resolver registered\n[ 0.671276] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.672392] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.674166] registered taskstats version 1\n[ 0.675030] Loading compiled-in X.509 certificates\n[ 0.676517] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.678410] zswap: loaded using pool lzo/zbud\n[ 0.679770] Key type trusted registered\n[ 0.681324] Key type encrypted registered\n[ 0.682174] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.683241] ima: No TPM chip found, activating TPM-bypass!\n[ 0.684308] evm: HMAC attrs: 0x1\n[ 0.685250] Magic number: 2:172:632\n[ 0.686115] rtc_cmos 00:00: setting system clock to 2018-09-04 12:38:26 UTC (1536064706)\n[ 0.687758] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.688906] EDD information not available.\n[ 0.771346] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.772950] Write protecting the kernel read-only data: 14336k\n[ 0.785050] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.786923] 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.828596] 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.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... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\n"} 2018-09-04 12:38:32,979 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/5789cb2a-1dc6-4326-b807-f62a4885ca43/action used request id req-30545880-5bd6-4f31-993c-d0bccb944d2c 2018-09-04 12:38:34,997 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/servers/5789cb2a-1dc6-4326-b807-f62a4885ca43/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7d2984c89f46b7d6fbaf39b31eddaa7f36043f96" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-04 12:38:36,065 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12:38: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-cb1ac6f2-d9fb-4a30-bf95-9ffdea7c0690 x-compute-request-id: req-cb1ac6f2-d9fb-4a30-bf95-9ffdea7c0690 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-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 483562078 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 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.133844] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.135528] pid_max: default: 32768 minimum: 301\n[ 0.136437] ACPI: Core revision 20150930\n[ 0.137832] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.139166] Security Framework initialized\n[ 0.139998] Yama: becoming mindful.\n[ 0.140750] AppArmor: AppArmor initialized\n[ 0.141634] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.142994] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.144299] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.145544] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.146959] Initializing cgroup subsys io\n[ 0.147795] Initializing cgroup subsys memory\n[ 0.148676] Initializing cgroup subsys devices\n[ 0.149577] Initializing cgroup subsys freezer\n[ 0.150465] Initializing cgroup subsys net_cls\n[ 0.151347] Initializing cgroup subsys perf_event\n[ 0.152277] Initializing cgroup subsys net_prio\n[ 0.153192] Initializing cgroup subsys hugetlb\n[ 0.154085] Initializing cgroup subsys pids\n[ 0.154978] CPU: Physical Processor ID: 0\n[ 0.156483] mce: CPU supports 10 MCE banks\n[ 0.157356] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.158380] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.169090] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.175516] ftrace: allocating 31920 entries in 125 pages\n[ 0.201643] smpboot: Max logical packages: 1\n[ 0.202529] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.203908] x2apic enabled\n[ 0.204730] Switched APIC routing to physical x2apic.\n[ 0.206509] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.207646] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.209686] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.211505] KVM setup paravirtual spinlock\n[ 0.212811] x86: Booted up 1 node, 1 CPUs\n[ 0.213633] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.215055] devtmpfs: initialized\n[ 0.216776] evm: security.selinux\n[ 0.217483] evm: security.SMACK64\n[ 0.218177] evm: security.SMACK64EXEC\n[ 0.218960] evm: security.SMACK64TRANSMUTE\n[ 0.219775] evm: security.SMACK64MMAP\n[ 0.220529] evm: security.ima\n[ 0.221176] evm: security.capability\n[ 0.221989] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.223856] pinctrl core: initialized pinctrl subsystem\n[ 0.224971] RTC time: 12:38:25, date: 09/04/18\n[ 0.225930] NET: Registered protocol family 16\n[ 0.226907] cpuidle: using governor ladder\n[ 0.227729] cpuidle: using governor menu\n[ 0.228519] PCCT header not found.\n[ 0.229277] ACPI: bus type PCI registered\n[ 0.230082] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.231330] PCI: Using configuration type 1 for base access\n[ 0.233086] ACPI: Added _OSI(Module Device)\n[ 0.233947] ACPI: Added _OSI(Processor Device)\n[ 0.234821] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.235730] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.237861] ACPI: Interpreter enabled\n[ 0.238646] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.240504] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.242353] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.244233] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.246097] ACPI: (supports S0 S5)\n[ 0.246811] ACPI: Using IOAPIC for interrupt routing\n[ 0.247898] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.251010] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.252169] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.253413] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.254613] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.256856] acpiphp: Slot [3] registered\n[ 0.257671] acpiphp: Slot [4] registered\n[ 0.258482] acpiphp: Slot [5] registered\n[ 0.259283] acpiphp: Slot [6] registered\n[ 0.260085] acpiphp: Slot [7] registered\n[ 0.260897] acpiphp: Slot [8] registered\n[ 0.261704] acpiphp: Slot [9] registered\n[ 0.262505] acpiphp: Slot [10] registered\n[ 0.263321] acpiphp: Slot [11] registered\n[ 0.264138] acpiphp: Slot [12] registered\n[ 0.264960] acpiphp: Slot [13] registered\n[ 0.265785] acpiphp: Slot [14] registered\n[ 0.266599] acpiphp: Slot [15] registered\n[ 0.277486] acpiphp: Slot [16] registered\n[ 0.278336] acpiphp: Slot [17] registered\n[ 0.279156] acpiphp: Slot [18] registered\n[ 0.279990] acpiphp: Slot [19] registered\n[ 0.280812] acpiphp: Slot [20] registered\n[ 0.281632] acpiphp: Slot [21] registered\n[ 0.282450] acpiphp: Slot [22] registered\n[ 0.283262] acpiphp: Slot [23] registered\n[ 0.284078] acpiphp: Slot [24] registered\n[ 0.284894] acpiphp: Slot [25] registered\n[ 0.285714] acpiphp: Slot [26] registered\n[ 0.286530] acpiphp: Slot [27] registered\n[ 0.287341] acpiphp: Slot [28] registered\n[ 0.288159] acpiphp: Slot [29] registered\n[ 0.288972] acpiphp: Slot [30] registered\n[ 0.289795] acpiphp: Slot [31] registered\n[ 0.290607] PCI host bridge to bus 0000:00\n[ 0.291421] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.292637] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.293861] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.295318] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.296781] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.303065] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.304385] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.305573] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.306861] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.313251] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.314731] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.359955] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.361474] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.362924] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.364364] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.365780] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.367049] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.368212] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.369453] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.371019] vgaarb: loaded\n[ 0.371630] vgaarb: bridge control possible 0000:00:02.0\n[ 0.372779] SCSI subsystem initialized\n[ 0.373604] ACPI: bus type USB registered\n[ 0.374426] usbcore: registered new interface driver usbfs\n[ 0.375465] usbcore: registered new interface driver hub\n[ 0.376481] usbcore: registered new device driver usb\n[ 0.377549] PCI: Using ACPI for IRQ routing\n[ 0.378582] NetLabel: Initializing\n[ 0.379304] NetLabel: domain hash size = 128\n[ 0.380166] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.381130] NetLabel: unlabeled traffic allowed by default\n[ 0.382236] clocksource: Switched to clocksource kvm-clock\n[ 0.387651] AppArmor: AppArmor Filesystem Enabled\n[ 0.388647] pnp: PnP ACPI init\n[ 0.389565] pnp: PnP ACPI: found 5 devices\n[ 0.395949] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.397678] NET: Registered protocol family 2\n[ 0.398640] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.399932] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.401112] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.402291] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403389] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.404564] NET: Registered protocol family 1\n[ 0.405436] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.406546] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.407629] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.421624] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.435926] Trying to unpack rootfs image as initramfs...\n[ 0.485364] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.499226] Scanning for low memory corruption every 60 seconds\n[ 0.500573] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.501744] audit: initializing netlink subsys (disabled)\n[ 0.502797] audit: type=2000 audit(1536064706.579:1): initialized\n[ 0.504125] Initialise system trusted keyring\n[ 0.505088] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.506289] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.508271] zbud: loaded\n[ 0.508984] VFS: Disk quotas dquot_6.6.0\n[ 0.509818] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.511354] fuse init (API version 7.23)\n[ 0.512250] Key type big_key registered\n[ 0.513069] Allocating IMA MOK and blacklist keyrings.\n[ 0.514196] Key type asymmetric registered\n[ 0.515048] Asymmetric key parser 'x509' registered\n[ 0.516021] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.517512] io scheduler noop registered\n[ 0.518329] io scheduler deadline registered (default)\n[ 0.519339] io scheduler cfq registered\n[ 0.520551] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.521624] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.522923] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.524410] ACPI: Power Button [PWRF]\n[ 0.525251] GHES: HEST is not enabled!\n[ 0.538951] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.566887] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.569149] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.594541] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.596778] Linux agpgart interface v0.103\n[ 0.598829] brd: module loaded\n[ 0.599987] loop: module loaded\n[ 0.604305] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.605778] GPT:90111 != 2097151\n[ 0.606469] GPT:Alternate GPT header not at the end of the disk.\n[ 0.607575] GPT:90111 != 2097151\n[ 0.608250] GPT: Use GNU Parted to correct GPT errors.\n[ 0.609225] vda: vda1 vda15\n[ 0.610759] scsi host0: ata_piix\n[ 0.611503] scsi host1: ata_piix\n[ 0.612213] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.613447] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.614908] libphy: Fixed MDIO Bus: probed\n[ 0.615744] tun: Universal TUN/TAP device driver, 1.6\n[ 0.616706] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.618885] PPP generic driver version 2.4.2\n[ 0.619781] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.621077] ehci-pci: EHCI PCI platform driver\n[ 0.621965] ehci-platform: EHCI generic platform driver\n[ 0.622974] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.624125] ohci-pci: OHCI PCI platform driver\n[ 0.625016] ohci-platform: OHCI generic platform driver\n[ 0.626028] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.640430] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.641462] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.642949] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.644005] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.645147] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.646412] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.647869] usb usb1: Product: UHCI Host Controller\n[ 0.648827] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.649996] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.651020] hub 1-0:1.0: USB hub found\n[ 0.651818] hub 1-0:1.0: 2 ports detected\n[ 0.652739] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.654901] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.655878] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.656929] mousedev: PS/2 mouse device common for all mice\n[ 0.658205] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.660095] rtc_cmos 00:00: RTC can wake from S4\n[ 0.661216] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.662455] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.663684] i2c /dev entries driver\n[ 0.664453] device-mapper: uevent: version 1.0.3\n[ 0.665404] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.667076] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.668388] NET: Registered protocol family 10\n[ 0.669402] NET: Registered protocol family 17\n[ 0.670320] Key type dns_resolver registered\n[ 0.671276] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.672392] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.674166] registered taskstats version 1\n[ 0.675030] Loading compiled-in X.509 certificates\n[ 0.676517] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.678410] zswap: loaded using pool lzo/zbud\n[ 0.679770] Key type trusted registered\n[ 0.681324] Key type encrypted registered\n[ 0.682174] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.683241] ima: No TPM chip found, activating TPM-bypass!\n[ 0.684308] evm: HMAC attrs: 0x1\n[ 0.685250] Magic number: 2:172:632\n[ 0.686115] rtc_cmos 00:00: setting system clock to 2018-09-04 12:38:26 UTC (1536064706)\n[ 0.687758] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.688906] EDD information not available.\n[ 0.771346] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.772950] Write protecting the kernel read-only data: 14336k\n[ 0.785050] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.786923] 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.828596] 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.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... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\n"} 2018-09-04 12:38:36,066 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/5789cb2a-1dc6-4326-b807-f62a4885ca43/action used request id req-cb1ac6f2-d9fb-4a30-bf95-9ffdea7c0690 2018-09-04 12:38:38,084 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/servers/5789cb2a-1dc6-4326-b807-f62a4885ca43/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7d2984c89f46b7d6fbaf39b31eddaa7f36043f96" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-04 12:38:39,189 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12:38: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-6d26e923-576d-475a-947f-df26cdb75156 x-compute-request-id: req-6d26e923-576d-475a-947f-df26cdb75156 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-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 483562078 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 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.133844] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.135528] pid_max: default: 32768 minimum: 301\n[ 0.136437] ACPI: Core revision 20150930\n[ 0.137832] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.139166] Security Framework initialized\n[ 0.139998] Yama: becoming mindful.\n[ 0.140750] AppArmor: AppArmor initialized\n[ 0.141634] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.142994] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.144299] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.145544] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.146959] Initializing cgroup subsys io\n[ 0.147795] Initializing cgroup subsys memory\n[ 0.148676] Initializing cgroup subsys devices\n[ 0.149577] Initializing cgroup subsys freezer\n[ 0.150465] Initializing cgroup subsys net_cls\n[ 0.151347] Initializing cgroup subsys perf_event\n[ 0.152277] Initializing cgroup subsys net_prio\n[ 0.153192] Initializing cgroup subsys hugetlb\n[ 0.154085] Initializing cgroup subsys pids\n[ 0.154978] CPU: Physical Processor ID: 0\n[ 0.156483] mce: CPU supports 10 MCE banks\n[ 0.157356] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.158380] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.169090] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.175516] ftrace: allocating 31920 entries in 125 pages\n[ 0.201643] smpboot: Max logical packages: 1\n[ 0.202529] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.203908] x2apic enabled\n[ 0.204730] Switched APIC routing to physical x2apic.\n[ 0.206509] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.207646] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.209686] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.211505] KVM setup paravirtual spinlock\n[ 0.212811] x86: Booted up 1 node, 1 CPUs\n[ 0.213633] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.215055] devtmpfs: initialized\n[ 0.216776] evm: security.selinux\n[ 0.217483] evm: security.SMACK64\n[ 0.218177] evm: security.SMACK64EXEC\n[ 0.218960] evm: security.SMACK64TRANSMUTE\n[ 0.219775] evm: security.SMACK64MMAP\n[ 0.220529] evm: security.ima\n[ 0.221176] evm: security.capability\n[ 0.221989] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.223856] pinctrl core: initialized pinctrl subsystem\n[ 0.224971] RTC time: 12:38:25, date: 09/04/18\n[ 0.225930] NET: Registered protocol family 16\n[ 0.226907] cpuidle: using governor ladder\n[ 0.227729] cpuidle: using governor menu\n[ 0.228519] PCCT header not found.\n[ 0.229277] ACPI: bus type PCI registered\n[ 0.230082] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.231330] PCI: Using configuration type 1 for base access\n[ 0.233086] ACPI: Added _OSI(Module Device)\n[ 0.233947] ACPI: Added _OSI(Processor Device)\n[ 0.234821] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.235730] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.237861] ACPI: Interpreter enabled\n[ 0.238646] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.240504] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.242353] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.244233] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.246097] ACPI: (supports S0 S5)\n[ 0.246811] ACPI: Using IOAPIC for interrupt routing\n[ 0.247898] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.251010] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.252169] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.253413] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.254613] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.256856] acpiphp: Slot [3] registered\n[ 0.257671] acpiphp: Slot [4] registered\n[ 0.258482] acpiphp: Slot [5] registered\n[ 0.259283] acpiphp: Slot [6] registered\n[ 0.260085] acpiphp: Slot [7] registered\n[ 0.260897] acpiphp: Slot [8] registered\n[ 0.261704] acpiphp: Slot [9] registered\n[ 0.262505] acpiphp: Slot [10] registered\n[ 0.263321] acpiphp: Slot [11] registered\n[ 0.264138] acpiphp: Slot [12] registered\n[ 0.264960] acpiphp: Slot [13] registered\n[ 0.265785] acpiphp: Slot [14] registered\n[ 0.266599] acpiphp: Slot [15] registered\n[ 0.277486] acpiphp: Slot [16] registered\n[ 0.278336] acpiphp: Slot [17] registered\n[ 0.279156] acpiphp: Slot [18] registered\n[ 0.279990] acpiphp: Slot [19] registered\n[ 0.280812] acpiphp: Slot [20] registered\n[ 0.281632] acpiphp: Slot [21] registered\n[ 0.282450] acpiphp: Slot [22] registered\n[ 0.283262] acpiphp: Slot [23] registered\n[ 0.284078] acpiphp: Slot [24] registered\n[ 0.284894] acpiphp: Slot [25] registered\n[ 0.285714] acpiphp: Slot [26] registered\n[ 0.286530] acpiphp: Slot [27] registered\n[ 0.287341] acpiphp: Slot [28] registered\n[ 0.288159] acpiphp: Slot [29] registered\n[ 0.288972] acpiphp: Slot [30] registered\n[ 0.289795] acpiphp: Slot [31] registered\n[ 0.290607] PCI host bridge to bus 0000:00\n[ 0.291421] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.292637] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.293861] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.295318] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.296781] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.303065] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.304385] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.305573] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.306861] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.313251] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.314731] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.359955] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.361474] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.362924] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.364364] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.365780] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.367049] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.368212] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.369453] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.371019] vgaarb: loaded\n[ 0.371630] vgaarb: bridge control possible 0000:00:02.0\n[ 0.372779] SCSI subsystem initialized\n[ 0.373604] ACPI: bus type USB registered\n[ 0.374426] usbcore: registered new interface driver usbfs\n[ 0.375465] usbcore: registered new interface driver hub\n[ 0.376481] usbcore: registered new device driver usb\n[ 0.377549] PCI: Using ACPI for IRQ routing\n[ 0.378582] NetLabel: Initializing\n[ 0.379304] NetLabel: domain hash size = 128\n[ 0.380166] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.381130] NetLabel: unlabeled traffic allowed by default\n[ 0.382236] clocksource: Switched to clocksource kvm-clock\n[ 0.387651] AppArmor: AppArmor Filesystem Enabled\n[ 0.388647] pnp: PnP ACPI init\n[ 0.389565] pnp: PnP ACPI: found 5 devices\n[ 0.395949] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.397678] NET: Registered protocol family 2\n[ 0.398640] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.399932] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.401112] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.402291] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403389] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.404564] NET: Registered protocol family 1\n[ 0.405436] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.406546] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.407629] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.421624] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.435926] Trying to unpack rootfs image as initramfs...\n[ 0.485364] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.499226] Scanning for low memory corruption every 60 seconds\n[ 0.500573] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.501744] audit: initializing netlink subsys (disabled)\n[ 0.502797] audit: type=2000 audit(1536064706.579:1): initialized\n[ 0.504125] Initialise system trusted keyring\n[ 0.505088] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.506289] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.508271] zbud: loaded\n[ 0.508984] VFS: Disk quotas dquot_6.6.0\n[ 0.509818] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.511354] fuse init (API version 7.23)\n[ 0.512250] Key type big_key registered\n[ 0.513069] Allocating IMA MOK and blacklist keyrings.\n[ 0.514196] Key type asymmetric registered\n[ 0.515048] Asymmetric key parser 'x509' registered\n[ 0.516021] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.517512] io scheduler noop registered\n[ 0.518329] io scheduler deadline registered (default)\n[ 0.519339] io scheduler cfq registered\n[ 0.520551] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.521624] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.522923] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.524410] ACPI: Power Button [PWRF]\n[ 0.525251] GHES: HEST is not enabled!\n[ 0.538951] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.566887] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.569149] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.594541] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.596778] Linux agpgart interface v0.103\n[ 0.598829] brd: module loaded\n[ 0.599987] loop: module loaded\n[ 0.604305] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.605778] GPT:90111 != 2097151\n[ 0.606469] GPT:Alternate GPT header not at the end of the disk.\n[ 0.607575] GPT:90111 != 2097151\n[ 0.608250] GPT: Use GNU Parted to correct GPT errors.\n[ 0.609225] vda: vda1 vda15\n[ 0.610759] scsi host0: ata_piix\n[ 0.611503] scsi host1: ata_piix\n[ 0.612213] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.613447] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.614908] libphy: Fixed MDIO Bus: probed\n[ 0.615744] tun: Universal TUN/TAP device driver, 1.6\n[ 0.616706] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.618885] PPP generic driver version 2.4.2\n[ 0.619781] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.621077] ehci-pci: EHCI PCI platform driver\n[ 0.621965] ehci-platform: EHCI generic platform driver\n[ 0.622974] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.624125] ohci-pci: OHCI PCI platform driver\n[ 0.625016] ohci-platform: OHCI generic platform driver\n[ 0.626028] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.640430] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.641462] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.642949] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.644005] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.645147] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.646412] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.647869] usb usb1: Product: UHCI Host Controller\n[ 0.648827] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.649996] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.651020] hub 1-0:1.0: USB hub found\n[ 0.651818] hub 1-0:1.0: 2 ports detected\n[ 0.652739] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.654901] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.655878] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.656929] mousedev: PS/2 mouse device common for all mice\n[ 0.658205] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.660095] rtc_cmos 00:00: RTC can wake from S4\n[ 0.661216] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.662455] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.663684] i2c /dev entries driver\n[ 0.664453] device-mapper: uevent: version 1.0.3\n[ 0.665404] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.667076] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.668388] NET: Registered protocol family 10\n[ 0.669402] NET: Registered protocol family 17\n[ 0.670320] Key type dns_resolver registered\n[ 0.671276] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.672392] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.674166] registered taskstats version 1\n[ 0.675030] Loading compiled-in X.509 certificates\n[ 0.676517] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.678410] zswap: loaded using pool lzo/zbud\n[ 0.679770] Key type trusted registered\n[ 0.681324] Key type encrypted registered\n[ 0.682174] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.683241] ima: No TPM chip found, activating TPM-bypass!\n[ 0.684308] evm: HMAC attrs: 0x1\n[ 0.685250] Magic number: 2:172:632\n[ 0.686115] rtc_cmos 00:00: setting system clock to 2018-09-04 12:38:26 UTC (1536064706)\n[ 0.687758] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.688906] EDD information not available.\n[ 0.771346] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.772950] Write protecting the kernel read-only data: 14336k\n[ 0.785050] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.786923] 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.828596] 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.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... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\n"} 2018-09-04 12:38:39,190 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/5789cb2a-1dc6-4326-b807-f62a4885ca43/action used request id req-6d26e923-576d-475a-947f-df26cdb75156 2018-09-04 12:38:41,204 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/servers/5789cb2a-1dc6-4326-b807-f62a4885ca43/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7d2984c89f46b7d6fbaf39b31eddaa7f36043f96" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-04 12:38:42,275 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12:38: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-98639868-b0a7-4616-9991-4f4dc5c78405 x-compute-request-id: req-98639868-b0a7-4616-9991-4f4dc5c78405 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-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 483562078 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 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.133844] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.135528] pid_max: default: 32768 minimum: 301\n[ 0.136437] ACPI: Core revision 20150930\n[ 0.137832] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.139166] Security Framework initialized\n[ 0.139998] Yama: becoming mindful.\n[ 0.140750] AppArmor: AppArmor initialized\n[ 0.141634] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.142994] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.144299] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.145544] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.146959] Initializing cgroup subsys io\n[ 0.147795] Initializing cgroup subsys memory\n[ 0.148676] Initializing cgroup subsys devices\n[ 0.149577] Initializing cgroup subsys freezer\n[ 0.150465] Initializing cgroup subsys net_cls\n[ 0.151347] Initializing cgroup subsys perf_event\n[ 0.152277] Initializing cgroup subsys net_prio\n[ 0.153192] Initializing cgroup subsys hugetlb\n[ 0.154085] Initializing cgroup subsys pids\n[ 0.154978] CPU: Physical Processor ID: 0\n[ 0.156483] mce: CPU supports 10 MCE banks\n[ 0.157356] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.158380] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.169090] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.175516] ftrace: allocating 31920 entries in 125 pages\n[ 0.201643] smpboot: Max logical packages: 1\n[ 0.202529] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.203908] x2apic enabled\n[ 0.204730] Switched APIC routing to physical x2apic.\n[ 0.206509] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.207646] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.209686] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.211505] KVM setup paravirtual spinlock\n[ 0.212811] x86: Booted up 1 node, 1 CPUs\n[ 0.213633] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.215055] devtmpfs: initialized\n[ 0.216776] evm: security.selinux\n[ 0.217483] evm: security.SMACK64\n[ 0.218177] evm: security.SMACK64EXEC\n[ 0.218960] evm: security.SMACK64TRANSMUTE\n[ 0.219775] evm: security.SMACK64MMAP\n[ 0.220529] evm: security.ima\n[ 0.221176] evm: security.capability\n[ 0.221989] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.223856] pinctrl core: initialized pinctrl subsystem\n[ 0.224971] RTC time: 12:38:25, date: 09/04/18\n[ 0.225930] NET: Registered protocol family 16\n[ 0.226907] cpuidle: using governor ladder\n[ 0.227729] cpuidle: using governor menu\n[ 0.228519] PCCT header not found.\n[ 0.229277] ACPI: bus type PCI registered\n[ 0.230082] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.231330] PCI: Using configuration type 1 for base access\n[ 0.233086] ACPI: Added _OSI(Module Device)\n[ 0.233947] ACPI: Added _OSI(Processor Device)\n[ 0.234821] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.235730] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.237861] ACPI: Interpreter enabled\n[ 0.238646] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.240504] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.242353] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.244233] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.246097] ACPI: (supports S0 S5)\n[ 0.246811] ACPI: Using IOAPIC for interrupt routing\n[ 0.247898] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.251010] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.252169] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.253413] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.254613] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.256856] acpiphp: Slot [3] registered\n[ 0.257671] acpiphp: Slot [4] registered\n[ 0.258482] acpiphp: Slot [5] registered\n[ 0.259283] acpiphp: Slot [6] registered\n[ 0.260085] acpiphp: Slot [7] registered\n[ 0.260897] acpiphp: Slot [8] registered\n[ 0.261704] acpiphp: Slot [9] registered\n[ 0.262505] acpiphp: Slot [10] registered\n[ 0.263321] acpiphp: Slot [11] registered\n[ 0.264138] acpiphp: Slot [12] registered\n[ 0.264960] acpiphp: Slot [13] registered\n[ 0.265785] acpiphp: Slot [14] registered\n[ 0.266599] acpiphp: Slot [15] registered\n[ 0.277486] acpiphp: Slot [16] registered\n[ 0.278336] acpiphp: Slot [17] registered\n[ 0.279156] acpiphp: Slot [18] registered\n[ 0.279990] acpiphp: Slot [19] registered\n[ 0.280812] acpiphp: Slot [20] registered\n[ 0.281632] acpiphp: Slot [21] registered\n[ 0.282450] acpiphp: Slot [22] registered\n[ 0.283262] acpiphp: Slot [23] registered\n[ 0.284078] acpiphp: Slot [24] registered\n[ 0.284894] acpiphp: Slot [25] registered\n[ 0.285714] acpiphp: Slot [26] registered\n[ 0.286530] acpiphp: Slot [27] registered\n[ 0.287341] acpiphp: Slot [28] registered\n[ 0.288159] acpiphp: Slot [29] registered\n[ 0.288972] acpiphp: Slot [30] registered\n[ 0.289795] acpiphp: Slot [31] registered\n[ 0.290607] PCI host bridge to bus 0000:00\n[ 0.291421] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.292637] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.293861] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.295318] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.296781] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.303065] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.304385] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.305573] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.306861] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.313251] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.314731] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.359955] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.361474] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.362924] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.364364] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.365780] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.367049] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.368212] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.369453] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.371019] vgaarb: loaded\n[ 0.371630] vgaarb: bridge control possible 0000:00:02.0\n[ 0.372779] SCSI subsystem initialized\n[ 0.373604] ACPI: bus type USB registered\n[ 0.374426] usbcore: registered new interface driver usbfs\n[ 0.375465] usbcore: registered new interface driver hub\n[ 0.376481] usbcore: registered new device driver usb\n[ 0.377549] PCI: Using ACPI for IRQ routing\n[ 0.378582] NetLabel: Initializing\n[ 0.379304] NetLabel: domain hash size = 128\n[ 0.380166] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.381130] NetLabel: unlabeled traffic allowed by default\n[ 0.382236] clocksource: Switched to clocksource kvm-clock\n[ 0.387651] AppArmor: AppArmor Filesystem Enabled\n[ 0.388647] pnp: PnP ACPI init\n[ 0.389565] pnp: PnP ACPI: found 5 devices\n[ 0.395949] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.397678] NET: Registered protocol family 2\n[ 0.398640] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.399932] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.401112] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.402291] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403389] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.404564] NET: Registered protocol family 1\n[ 0.405436] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.406546] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.407629] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.421624] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.435926] Trying to unpack rootfs image as initramfs...\n[ 0.485364] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.499226] Scanning for low memory corruption every 60 seconds\n[ 0.500573] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.501744] audit: initializing netlink subsys (disabled)\n[ 0.502797] audit: type=2000 audit(1536064706.579:1): initialized\n[ 0.504125] Initialise system trusted keyring\n[ 0.505088] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.506289] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.508271] zbud: loaded\n[ 0.508984] VFS: Disk quotas dquot_6.6.0\n[ 0.509818] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.511354] fuse init (API version 7.23)\n[ 0.512250] Key type big_key registered\n[ 0.513069] Allocating IMA MOK and blacklist keyrings.\n[ 0.514196] Key type asymmetric registered\n[ 0.515048] Asymmetric key parser 'x509' registered\n[ 0.516021] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.517512] io scheduler noop registered\n[ 0.518329] io scheduler deadline registered (default)\n[ 0.519339] io scheduler cfq registered\n[ 0.520551] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.521624] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.522923] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.524410] ACPI: Power Button [PWRF]\n[ 0.525251] GHES: HEST is not enabled!\n[ 0.538951] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.566887] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.569149] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.594541] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.596778] Linux agpgart interface v0.103\n[ 0.598829] brd: module loaded\n[ 0.599987] loop: module loaded\n[ 0.604305] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.605778] GPT:90111 != 2097151\n[ 0.606469] GPT:Alternate GPT header not at the end of the disk.\n[ 0.607575] GPT:90111 != 2097151\n[ 0.608250] GPT: Use GNU Parted to correct GPT errors.\n[ 0.609225] vda: vda1 vda15\n[ 0.610759] scsi host0: ata_piix\n[ 0.611503] scsi host1: ata_piix\n[ 0.612213] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.613447] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.614908] libphy: Fixed MDIO Bus: probed\n[ 0.615744] tun: Universal TUN/TAP device driver, 1.6\n[ 0.616706] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.618885] PPP generic driver version 2.4.2\n[ 0.619781] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.621077] ehci-pci: EHCI PCI platform driver\n[ 0.621965] ehci-platform: EHCI generic platform driver\n[ 0.622974] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.624125] ohci-pci: OHCI PCI platform driver\n[ 0.625016] ohci-platform: OHCI generic platform driver\n[ 0.626028] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.640430] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.641462] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.642949] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.644005] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.645147] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.646412] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.647869] usb usb1: Product: UHCI Host Controller\n[ 0.648827] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.649996] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.651020] hub 1-0:1.0: USB hub found\n[ 0.651818] hub 1-0:1.0: 2 ports detected\n[ 0.652739] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.654901] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.655878] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.656929] mousedev: PS/2 mouse device common for all mice\n[ 0.658205] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.660095] rtc_cmos 00:00: RTC can wake from S4\n[ 0.661216] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.662455] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.663684] i2c /dev entries driver\n[ 0.664453] device-mapper: uevent: version 1.0.3\n[ 0.665404] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.667076] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.668388] NET: Registered protocol family 10\n[ 0.669402] NET: Registered protocol family 17\n[ 0.670320] Key type dns_resolver registered\n[ 0.671276] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.672392] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.674166] registered taskstats version 1\n[ 0.675030] Loading compiled-in X.509 certificates\n[ 0.676517] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.678410] zswap: loaded using pool lzo/zbud\n[ 0.679770] Key type trusted registered\n[ 0.681324] Key type encrypted registered\n[ 0.682174] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.683241] ima: No TPM chip found, activating TPM-bypass!\n[ 0.684308] evm: HMAC attrs: 0x1\n[ 0.685250] Magic number: 2:172:632\n[ 0.686115] rtc_cmos 00:00: setting system clock to 2018-09-04 12:38:26 UTC (1536064706)\n[ 0.687758] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.688906] EDD information not available.\n[ 0.771346] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.772950] Write protecting the kernel read-only data: 14336k\n[ 0.785050] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.786923] 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.828596] 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.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... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\n"} 2018-09-04 12:38:42,276 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/5789cb2a-1dc6-4326-b807-f62a4885ca43/action used request id req-98639868-b0a7-4616-9991-4f4dc5c78405 2018-09-04 12:38:44,294 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/servers/5789cb2a-1dc6-4326-b807-f62a4885ca43/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7d2984c89f46b7d6fbaf39b31eddaa7f36043f96" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-04 12:38:45,361 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12:38: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-cababd2c-3251-49e9-b76b-91953db10e0f x-compute-request-id: req-cababd2c-3251-49e9-b76b-91953db10e0f 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-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 483562078 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 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.133844] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.135528] pid_max: default: 32768 minimum: 301\n[ 0.136437] ACPI: Core revision 20150930\n[ 0.137832] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.139166] Security Framework initialized\n[ 0.139998] Yama: becoming mindful.\n[ 0.140750] AppArmor: AppArmor initialized\n[ 0.141634] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.142994] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.144299] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.145544] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.146959] Initializing cgroup subsys io\n[ 0.147795] Initializing cgroup subsys memory\n[ 0.148676] Initializing cgroup subsys devices\n[ 0.149577] Initializing cgroup subsys freezer\n[ 0.150465] Initializing cgroup subsys net_cls\n[ 0.151347] Initializing cgroup subsys perf_event\n[ 0.152277] Initializing cgroup subsys net_prio\n[ 0.153192] Initializing cgroup subsys hugetlb\n[ 0.154085] Initializing cgroup subsys pids\n[ 0.154978] CPU: Physical Processor ID: 0\n[ 0.156483] mce: CPU supports 10 MCE banks\n[ 0.157356] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.158380] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.169090] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.175516] ftrace: allocating 31920 entries in 125 pages\n[ 0.201643] smpboot: Max logical packages: 1\n[ 0.202529] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.203908] x2apic enabled\n[ 0.204730] Switched APIC routing to physical x2apic.\n[ 0.206509] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.207646] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.209686] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.211505] KVM setup paravirtual spinlock\n[ 0.212811] x86: Booted up 1 node, 1 CPUs\n[ 0.213633] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.215055] devtmpfs: initialized\n[ 0.216776] evm: security.selinux\n[ 0.217483] evm: security.SMACK64\n[ 0.218177] evm: security.SMACK64EXEC\n[ 0.218960] evm: security.SMACK64TRANSMUTE\n[ 0.219775] evm: security.SMACK64MMAP\n[ 0.220529] evm: security.ima\n[ 0.221176] evm: security.capability\n[ 0.221989] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.223856] pinctrl core: initialized pinctrl subsystem\n[ 0.224971] RTC time: 12:38:25, date: 09/04/18\n[ 0.225930] NET: Registered protocol family 16\n[ 0.226907] cpuidle: using governor ladder\n[ 0.227729] cpuidle: using governor menu\n[ 0.228519] PCCT header not found.\n[ 0.229277] ACPI: bus type PCI registered\n[ 0.230082] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.231330] PCI: Using configuration type 1 for base access\n[ 0.233086] ACPI: Added _OSI(Module Device)\n[ 0.233947] ACPI: Added _OSI(Processor Device)\n[ 0.234821] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.235730] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.237861] ACPI: Interpreter enabled\n[ 0.238646] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.240504] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.242353] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.244233] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.246097] ACPI: (supports S0 S5)\n[ 0.246811] ACPI: Using IOAPIC for interrupt routing\n[ 0.247898] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.251010] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.252169] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.253413] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.254613] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.256856] acpiphp: Slot [3] registered\n[ 0.257671] acpiphp: Slot [4] registered\n[ 0.258482] acpiphp: Slot [5] registered\n[ 0.259283] acpiphp: Slot [6] registered\n[ 0.260085] acpiphp: Slot [7] registered\n[ 0.260897] acpiphp: Slot [8] registered\n[ 0.261704] acpiphp: Slot [9] registered\n[ 0.262505] acpiphp: Slot [10] registered\n[ 0.263321] acpiphp: Slot [11] registered\n[ 0.264138] acpiphp: Slot [12] registered\n[ 0.264960] acpiphp: Slot [13] registered\n[ 0.265785] acpiphp: Slot [14] registered\n[ 0.266599] acpiphp: Slot [15] registered\n[ 0.277486] acpiphp: Slot [16] registered\n[ 0.278336] acpiphp: Slot [17] registered\n[ 0.279156] acpiphp: Slot [18] registered\n[ 0.279990] acpiphp: Slot [19] registered\n[ 0.280812] acpiphp: Slot [20] registered\n[ 0.281632] acpiphp: Slot [21] registered\n[ 0.282450] acpiphp: Slot [22] registered\n[ 0.283262] acpiphp: Slot [23] registered\n[ 0.284078] acpiphp: Slot [24] registered\n[ 0.284894] acpiphp: Slot [25] registered\n[ 0.285714] acpiphp: Slot [26] registered\n[ 0.286530] acpiphp: Slot [27] registered\n[ 0.287341] acpiphp: Slot [28] registered\n[ 0.288159] acpiphp: Slot [29] registered\n[ 0.288972] acpiphp: Slot [30] registered\n[ 0.289795] acpiphp: Slot [31] registered\n[ 0.290607] PCI host bridge to bus 0000:00\n[ 0.291421] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.292637] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.293861] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.295318] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.296781] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.303065] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.304385] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.305573] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.306861] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.313251] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.314731] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.359955] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.361474] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.362924] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.364364] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.365780] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.367049] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.368212] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.369453] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.371019] vgaarb: loaded\n[ 0.371630] vgaarb: bridge control possible 0000:00:02.0\n[ 0.372779] SCSI subsystem initialized\n[ 0.373604] ACPI: bus type USB registered\n[ 0.374426] usbcore: registered new interface driver usbfs\n[ 0.375465] usbcore: registered new interface driver hub\n[ 0.376481] usbcore: registered new device driver usb\n[ 0.377549] PCI: Using ACPI for IRQ routing\n[ 0.378582] NetLabel: Initializing\n[ 0.379304] NetLabel: domain hash size = 128\n[ 0.380166] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.381130] NetLabel: unlabeled traffic allowed by default\n[ 0.382236] clocksource: Switched to clocksource kvm-clock\n[ 0.387651] AppArmor: AppArmor Filesystem Enabled\n[ 0.388647] pnp: PnP ACPI init\n[ 0.389565] pnp: PnP ACPI: found 5 devices\n[ 0.395949] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.397678] NET: Registered protocol family 2\n[ 0.398640] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.399932] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.401112] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.402291] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403389] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.404564] NET: Registered protocol family 1\n[ 0.405436] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.406546] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.407629] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.421624] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.435926] Trying to unpack rootfs image as initramfs...\n[ 0.485364] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.499226] Scanning for low memory corruption every 60 seconds\n[ 0.500573] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.501744] audit: initializing netlink subsys (disabled)\n[ 0.502797] audit: type=2000 audit(1536064706.579:1): initialized\n[ 0.504125] Initialise system trusted keyring\n[ 0.505088] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.506289] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.508271] zbud: loaded\n[ 0.508984] VFS: Disk quotas dquot_6.6.0\n[ 0.509818] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.511354] fuse init (API version 7.23)\n[ 0.512250] Key type big_key registered\n[ 0.513069] Allocating IMA MOK and blacklist keyrings.\n[ 0.514196] Key type asymmetric registered\n[ 0.515048] Asymmetric key parser 'x509' registered\n[ 0.516021] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.517512] io scheduler noop registered\n[ 0.518329] io scheduler deadline registered (default)\n[ 0.519339] io scheduler cfq registered\n[ 0.520551] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.521624] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.522923] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.524410] ACPI: Power Button [PWRF]\n[ 0.525251] GHES: HEST is not enabled!\n[ 0.538951] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.566887] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.569149] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.594541] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.596778] Linux agpgart interface v0.103\n[ 0.598829] brd: module loaded\n[ 0.599987] loop: module loaded\n[ 0.604305] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.605778] GPT:90111 != 2097151\n[ 0.606469] GPT:Alternate GPT header not at the end of the disk.\n[ 0.607575] GPT:90111 != 2097151\n[ 0.608250] GPT: Use GNU Parted to correct GPT errors.\n[ 0.609225] vda: vda1 vda15\n[ 0.610759] scsi host0: ata_piix\n[ 0.611503] scsi host1: ata_piix\n[ 0.612213] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.613447] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.614908] libphy: Fixed MDIO Bus: probed\n[ 0.615744] tun: Universal TUN/TAP device driver, 1.6\n[ 0.616706] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.618885] PPP generic driver version 2.4.2\n[ 0.619781] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.621077] ehci-pci: EHCI PCI platform driver\n[ 0.621965] ehci-platform: EHCI generic platform driver\n[ 0.622974] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.624125] ohci-pci: OHCI PCI platform driver\n[ 0.625016] ohci-platform: OHCI generic platform driver\n[ 0.626028] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.640430] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.641462] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.642949] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.644005] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.645147] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.646412] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.647869] usb usb1: Product: UHCI Host Controller\n[ 0.648827] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.649996] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.651020] hub 1-0:1.0: USB hub found\n[ 0.651818] hub 1-0:1.0: 2 ports detected\n[ 0.652739] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.654901] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.655878] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.656929] mousedev: PS/2 mouse device common for all mice\n[ 0.658205] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.660095] rtc_cmos 00:00: RTC can wake from S4\n[ 0.661216] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.662455] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.663684] i2c /dev entries driver\n[ 0.664453] device-mapper: uevent: version 1.0.3\n[ 0.665404] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.667076] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.668388] NET: Registered protocol family 10\n[ 0.669402] NET: Registered protocol family 17\n[ 0.670320] Key type dns_resolver registered\n[ 0.671276] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.672392] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.674166] registered taskstats version 1\n[ 0.675030] Loading compiled-in X.509 certificates\n[ 0.676517] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.678410] zswap: loaded using pool lzo/zbud\n[ 0.679770] Key type trusted registered\n[ 0.681324] Key type encrypted registered\n[ 0.682174] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.683241] ima: No TPM chip found, activating TPM-bypass!\n[ 0.684308] evm: HMAC attrs: 0x1\n[ 0.685250] Magic number: 2:172:632\n[ 0.686115] rtc_cmos 00:00: setting system clock to 2018-09-04 12:38:26 UTC (1536064706)\n[ 0.687758] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.688906] EDD information not available.\n[ 0.771346] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.772950] Write protecting the kernel read-only data: 14336k\n[ 0.785050] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.786923] 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.828596] 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.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... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\n"} 2018-09-04 12:38:45,362 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/5789cb2a-1dc6-4326-b807-f62a4885ca43/action used request id req-cababd2c-3251-49e9-b76b-91953db10e0f 2018-09-04 12:38:47,380 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/servers/5789cb2a-1dc6-4326-b807-f62a4885ca43/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7d2984c89f46b7d6fbaf39b31eddaa7f36043f96" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-04 12:38:48,456 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12:38:47 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-779d7759-fb19-4059-b603-c6b5e04abf37 x-compute-request-id: req-779d7759-fb19-4059-b603-c6b5e04abf37 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-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 483562078 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 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.133844] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.135528] pid_max: default: 32768 minimum: 301\n[ 0.136437] ACPI: Core revision 20150930\n[ 0.137832] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.139166] Security Framework initialized\n[ 0.139998] Yama: becoming mindful.\n[ 0.140750] AppArmor: AppArmor initialized\n[ 0.141634] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.142994] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.144299] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.145544] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.146959] Initializing cgroup subsys io\n[ 0.147795] Initializing cgroup subsys memory\n[ 0.148676] Initializing cgroup subsys devices\n[ 0.149577] Initializing cgroup subsys freezer\n[ 0.150465] Initializing cgroup subsys net_cls\n[ 0.151347] Initializing cgroup subsys perf_event\n[ 0.152277] Initializing cgroup subsys net_prio\n[ 0.153192] Initializing cgroup subsys hugetlb\n[ 0.154085] Initializing cgroup subsys pids\n[ 0.154978] CPU: Physical Processor ID: 0\n[ 0.156483] mce: CPU supports 10 MCE banks\n[ 0.157356] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.158380] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.169090] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.175516] ftrace: allocating 31920 entries in 125 pages\n[ 0.201643] smpboot: Max logical packages: 1\n[ 0.202529] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.203908] x2apic enabled\n[ 0.204730] Switched APIC routing to physical x2apic.\n[ 0.206509] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.207646] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.209686] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.211505] KVM setup paravirtual spinlock\n[ 0.212811] x86: Booted up 1 node, 1 CPUs\n[ 0.213633] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.215055] devtmpfs: initialized\n[ 0.216776] evm: security.selinux\n[ 0.217483] evm: security.SMACK64\n[ 0.218177] evm: security.SMACK64EXEC\n[ 0.218960] evm: security.SMACK64TRANSMUTE\n[ 0.219775] evm: security.SMACK64MMAP\n[ 0.220529] evm: security.ima\n[ 0.221176] evm: security.capability\n[ 0.221989] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.223856] pinctrl core: initialized pinctrl subsystem\n[ 0.224971] RTC time: 12:38:25, date: 09/04/18\n[ 0.225930] NET: Registered protocol family 16\n[ 0.226907] cpuidle: using governor ladder\n[ 0.227729] cpuidle: using governor menu\n[ 0.228519] PCCT header not found.\n[ 0.229277] ACPI: bus type PCI registered\n[ 0.230082] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.231330] PCI: Using configuration type 1 for base access\n[ 0.233086] ACPI: Added _OSI(Module Device)\n[ 0.233947] ACPI: Added _OSI(Processor Device)\n[ 0.234821] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.235730] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.237861] ACPI: Interpreter enabled\n[ 0.238646] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.240504] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.242353] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.244233] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.246097] ACPI: (supports S0 S5)\n[ 0.246811] ACPI: Using IOAPIC for interrupt routing\n[ 0.247898] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.251010] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.252169] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.253413] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.254613] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.256856] acpiphp: Slot [3] registered\n[ 0.257671] acpiphp: Slot [4] registered\n[ 0.258482] acpiphp: Slot [5] registered\n[ 0.259283] acpiphp: Slot [6] registered\n[ 0.260085] acpiphp: Slot [7] registered\n[ 0.260897] acpiphp: Slot [8] registered\n[ 0.261704] acpiphp: Slot [9] registered\n[ 0.262505] acpiphp: Slot [10] registered\n[ 0.263321] acpiphp: Slot [11] registered\n[ 0.264138] acpiphp: Slot [12] registered\n[ 0.264960] acpiphp: Slot [13] registered\n[ 0.265785] acpiphp: Slot [14] registered\n[ 0.266599] acpiphp: Slot [15] registered\n[ 0.277486] acpiphp: Slot [16] registered\n[ 0.278336] acpiphp: Slot [17] registered\n[ 0.279156] acpiphp: Slot [18] registered\n[ 0.279990] acpiphp: Slot [19] registered\n[ 0.280812] acpiphp: Slot [20] registered\n[ 0.281632] acpiphp: Slot [21] registered\n[ 0.282450] acpiphp: Slot [22] registered\n[ 0.283262] acpiphp: Slot [23] registered\n[ 0.284078] acpiphp: Slot [24] registered\n[ 0.284894] acpiphp: Slot [25] registered\n[ 0.285714] acpiphp: Slot [26] registered\n[ 0.286530] acpiphp: Slot [27] registered\n[ 0.287341] acpiphp: Slot [28] registered\n[ 0.288159] acpiphp: Slot [29] registered\n[ 0.288972] acpiphp: Slot [30] registered\n[ 0.289795] acpiphp: Slot [31] registered\n[ 0.290607] PCI host bridge to bus 0000:00\n[ 0.291421] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.292637] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.293861] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.295318] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.296781] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.303065] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.304385] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.305573] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.306861] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.313251] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.314731] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.359955] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.361474] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.362924] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.364364] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.365780] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.367049] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.368212] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.369453] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.371019] vgaarb: loaded\n[ 0.371630] vgaarb: bridge control possible 0000:00:02.0\n[ 0.372779] SCSI subsystem initialized\n[ 0.373604] ACPI: bus type USB registered\n[ 0.374426] usbcore: registered new interface driver usbfs\n[ 0.375465] usbcore: registered new interface driver hub\n[ 0.376481] usbcore: registered new device driver usb\n[ 0.377549] PCI: Using ACPI for IRQ routing\n[ 0.378582] NetLabel: Initializing\n[ 0.379304] NetLabel: domain hash size = 128\n[ 0.380166] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.381130] NetLabel: unlabeled traffic allowed by default\n[ 0.382236] clocksource: Switched to clocksource kvm-clock\n[ 0.387651] AppArmor: AppArmor Filesystem Enabled\n[ 0.388647] pnp: PnP ACPI init\n[ 0.389565] pnp: PnP ACPI: found 5 devices\n[ 0.395949] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.397678] NET: Registered protocol family 2\n[ 0.398640] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.399932] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.401112] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.402291] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403389] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.404564] NET: Registered protocol family 1\n[ 0.405436] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.406546] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.407629] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.421624] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.435926] Trying to unpack rootfs image as initramfs...\n[ 0.485364] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.499226] Scanning for low memory corruption every 60 seconds\n[ 0.500573] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.501744] audit: initializing netlink subsys (disabled)\n[ 0.502797] audit: type=2000 audit(1536064706.579:1): initialized\n[ 0.504125] Initialise system trusted keyring\n[ 0.505088] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.506289] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.508271] zbud: loaded\n[ 0.508984] VFS: Disk quotas dquot_6.6.0\n[ 0.509818] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.511354] fuse init (API version 7.23)\n[ 0.512250] Key type big_key registered\n[ 0.513069] Allocating IMA MOK and blacklist keyrings.\n[ 0.514196] Key type asymmetric registered\n[ 0.515048] Asymmetric key parser 'x509' registered\n[ 0.516021] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.517512] io scheduler noop registered\n[ 0.518329] io scheduler deadline registered (default)\n[ 0.519339] io scheduler cfq registered\n[ 0.520551] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.521624] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.522923] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.524410] ACPI: Power Button [PWRF]\n[ 0.525251] GHES: HEST is not enabled!\n[ 0.538951] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.566887] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.569149] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.594541] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.596778] Linux agpgart interface v0.103\n[ 0.598829] brd: module loaded\n[ 0.599987] loop: module loaded\n[ 0.604305] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.605778] GPT:90111 != 2097151\n[ 0.606469] GPT:Alternate GPT header not at the end of the disk.\n[ 0.607575] GPT:90111 != 2097151\n[ 0.608250] GPT: Use GNU Parted to correct GPT errors.\n[ 0.609225] vda: vda1 vda15\n[ 0.610759] scsi host0: ata_piix\n[ 0.611503] scsi host1: ata_piix\n[ 0.612213] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.613447] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.614908] libphy: Fixed MDIO Bus: probed\n[ 0.615744] tun: Universal TUN/TAP device driver, 1.6\n[ 0.616706] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.618885] PPP generic driver version 2.4.2\n[ 0.619781] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.621077] ehci-pci: EHCI PCI platform driver\n[ 0.621965] ehci-platform: EHCI generic platform driver\n[ 0.622974] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.624125] ohci-pci: OHCI PCI platform driver\n[ 0.625016] ohci-platform: OHCI generic platform driver\n[ 0.626028] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.640430] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.641462] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.642949] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.644005] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.645147] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.646412] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.647869] usb usb1: Product: UHCI Host Controller\n[ 0.648827] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.649996] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.651020] hub 1-0:1.0: USB hub found\n[ 0.651818] hub 1-0:1.0: 2 ports detected\n[ 0.652739] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.654901] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.655878] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.656929] mousedev: PS/2 mouse device common for all mice\n[ 0.658205] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.660095] rtc_cmos 00:00: RTC can wake from S4\n[ 0.661216] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.662455] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.663684] i2c /dev entries driver\n[ 0.664453] device-mapper: uevent: version 1.0.3\n[ 0.665404] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.667076] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.668388] NET: Registered protocol family 10\n[ 0.669402] NET: Registered protocol family 17\n[ 0.670320] Key type dns_resolver registered\n[ 0.671276] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.672392] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.674166] registered taskstats version 1\n[ 0.675030] Loading compiled-in X.509 certificates\n[ 0.676517] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.678410] zswap: loaded using pool lzo/zbud\n[ 0.679770] Key type trusted registered\n[ 0.681324] Key type encrypted registered\n[ 0.682174] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.683241] ima: No TPM chip found, activating TPM-bypass!\n[ 0.684308] evm: HMAC attrs: 0x1\n[ 0.685250] Magic number: 2:172:632\n[ 0.686115] rtc_cmos 00:00: setting system clock to 2018-09-04 12:38:26 UTC (1536064706)\n[ 0.687758] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.688906] EDD information not available.\n[ 0.771346] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.772950] Write protecting the kernel read-only data: 14336k\n[ 0.785050] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.786923] 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.828596] 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.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... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\n"} 2018-09-04 12:38:48,457 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/5789cb2a-1dc6-4326-b807-f62a4885ca43/action used request id req-779d7759-fb19-4059-b603-c6b5e04abf37 2018-09-04 12:38:50,474 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/servers/5789cb2a-1dc6-4326-b807-f62a4885ca43/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7d2984c89f46b7d6fbaf39b31eddaa7f36043f96" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-04 12:38:51,543 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12:38: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-9ba96302-434e-4f33-aae6-fae9c8e0051c x-compute-request-id: req-9ba96302-434e-4f33-aae6-fae9c8e0051c 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-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 483562078 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 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.133844] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.135528] pid_max: default: 32768 minimum: 301\n[ 0.136437] ACPI: Core revision 20150930\n[ 0.137832] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.139166] Security Framework initialized\n[ 0.139998] Yama: becoming mindful.\n[ 0.140750] AppArmor: AppArmor initialized\n[ 0.141634] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.142994] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.144299] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.145544] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.146959] Initializing cgroup subsys io\n[ 0.147795] Initializing cgroup subsys memory\n[ 0.148676] Initializing cgroup subsys devices\n[ 0.149577] Initializing cgroup subsys freezer\n[ 0.150465] Initializing cgroup subsys net_cls\n[ 0.151347] Initializing cgroup subsys perf_event\n[ 0.152277] Initializing cgroup subsys net_prio\n[ 0.153192] Initializing cgroup subsys hugetlb\n[ 0.154085] Initializing cgroup subsys pids\n[ 0.154978] CPU: Physical Processor ID: 0\n[ 0.156483] mce: CPU supports 10 MCE banks\n[ 0.157356] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.158380] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.169090] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.175516] ftrace: allocating 31920 entries in 125 pages\n[ 0.201643] smpboot: Max logical packages: 1\n[ 0.202529] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.203908] x2apic enabled\n[ 0.204730] Switched APIC routing to physical x2apic.\n[ 0.206509] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.207646] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.209686] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.211505] KVM setup paravirtual spinlock\n[ 0.212811] x86: Booted up 1 node, 1 CPUs\n[ 0.213633] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.215055] devtmpfs: initialized\n[ 0.216776] evm: security.selinux\n[ 0.217483] evm: security.SMACK64\n[ 0.218177] evm: security.SMACK64EXEC\n[ 0.218960] evm: security.SMACK64TRANSMUTE\n[ 0.219775] evm: security.SMACK64MMAP\n[ 0.220529] evm: security.ima\n[ 0.221176] evm: security.capability\n[ 0.221989] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.223856] pinctrl core: initialized pinctrl subsystem\n[ 0.224971] RTC time: 12:38:25, date: 09/04/18\n[ 0.225930] NET: Registered protocol family 16\n[ 0.226907] cpuidle: using governor ladder\n[ 0.227729] cpuidle: using governor menu\n[ 0.228519] PCCT header not found.\n[ 0.229277] ACPI: bus type PCI registered\n[ 0.230082] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.231330] PCI: Using configuration type 1 for base access\n[ 0.233086] ACPI: Added _OSI(Module Device)\n[ 0.233947] ACPI: Added _OSI(Processor Device)\n[ 0.234821] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.235730] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.237861] ACPI: Interpreter enabled\n[ 0.238646] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.240504] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.242353] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.244233] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.246097] ACPI: (supports S0 S5)\n[ 0.246811] ACPI: Using IOAPIC for interrupt routing\n[ 0.247898] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.251010] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.252169] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.253413] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.254613] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.256856] acpiphp: Slot [3] registered\n[ 0.257671] acpiphp: Slot [4] registered\n[ 0.258482] acpiphp: Slot [5] registered\n[ 0.259283] acpiphp: Slot [6] registered\n[ 0.260085] acpiphp: Slot [7] registered\n[ 0.260897] acpiphp: Slot [8] registered\n[ 0.261704] acpiphp: Slot [9] registered\n[ 0.262505] acpiphp: Slot [10] registered\n[ 0.263321] acpiphp: Slot [11] registered\n[ 0.264138] acpiphp: Slot [12] registered\n[ 0.264960] acpiphp: Slot [13] registered\n[ 0.265785] acpiphp: Slot [14] registered\n[ 0.266599] acpiphp: Slot [15] registered\n[ 0.277486] acpiphp: Slot [16] registered\n[ 0.278336] acpiphp: Slot [17] registered\n[ 0.279156] acpiphp: Slot [18] registered\n[ 0.279990] acpiphp: Slot [19] registered\n[ 0.280812] acpiphp: Slot [20] registered\n[ 0.281632] acpiphp: Slot [21] registered\n[ 0.282450] acpiphp: Slot [22] registered\n[ 0.283262] acpiphp: Slot [23] registered\n[ 0.284078] acpiphp: Slot [24] registered\n[ 0.284894] acpiphp: Slot [25] registered\n[ 0.285714] acpiphp: Slot [26] registered\n[ 0.286530] acpiphp: Slot [27] registered\n[ 0.287341] acpiphp: Slot [28] registered\n[ 0.288159] acpiphp: Slot [29] registered\n[ 0.288972] acpiphp: Slot [30] registered\n[ 0.289795] acpiphp: Slot [31] registered\n[ 0.290607] PCI host bridge to bus 0000:00\n[ 0.291421] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.292637] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.293861] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.295318] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.296781] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.303065] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.304385] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.305573] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.306861] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.313251] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.314731] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.359955] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.361474] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.362924] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.364364] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.365780] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.367049] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.368212] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.369453] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.371019] vgaarb: loaded\n[ 0.371630] vgaarb: bridge control possible 0000:00:02.0\n[ 0.372779] SCSI subsystem initialized\n[ 0.373604] ACPI: bus type USB registered\n[ 0.374426] usbcore: registered new interface driver usbfs\n[ 0.375465] usbcore: registered new interface driver hub\n[ 0.376481] usbcore: registered new device driver usb\n[ 0.377549] PCI: Using ACPI for IRQ routing\n[ 0.378582] NetLabel: Initializing\n[ 0.379304] NetLabel: domain hash size = 128\n[ 0.380166] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.381130] NetLabel: unlabeled traffic allowed by default\n[ 0.382236] clocksource: Switched to clocksource kvm-clock\n[ 0.387651] AppArmor: AppArmor Filesystem Enabled\n[ 0.388647] pnp: PnP ACPI init\n[ 0.389565] pnp: PnP ACPI: found 5 devices\n[ 0.395949] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.397678] NET: Registered protocol family 2\n[ 0.398640] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.399932] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.401112] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.402291] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403389] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.404564] NET: Registered protocol family 1\n[ 0.405436] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.406546] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.407629] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.421624] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.435926] Trying to unpack rootfs image as initramfs...\n[ 0.485364] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.499226] Scanning for low memory corruption every 60 seconds\n[ 0.500573] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.501744] audit: initializing netlink subsys (disabled)\n[ 0.502797] audit: type=2000 audit(1536064706.579:1): initialized\n[ 0.504125] Initialise system trusted keyring\n[ 0.505088] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.506289] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.508271] zbud: loaded\n[ 0.508984] VFS: Disk quotas dquot_6.6.0\n[ 0.509818] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.511354] fuse init (API version 7.23)\n[ 0.512250] Key type big_key registered\n[ 0.513069] Allocating IMA MOK and blacklist keyrings.\n[ 0.514196] Key type asymmetric registered\n[ 0.515048] Asymmetric key parser 'x509' registered\n[ 0.516021] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.517512] io scheduler noop registered\n[ 0.518329] io scheduler deadline registered (default)\n[ 0.519339] io scheduler cfq registered\n[ 0.520551] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.521624] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.522923] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.524410] ACPI: Power Button [PWRF]\n[ 0.525251] GHES: HEST is not enabled!\n[ 0.538951] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.566887] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.569149] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.594541] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.596778] Linux agpgart interface v0.103\n[ 0.598829] brd: module loaded\n[ 0.599987] loop: module loaded\n[ 0.604305] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.605778] GPT:90111 != 2097151\n[ 0.606469] GPT:Alternate GPT header not at the end of the disk.\n[ 0.607575] GPT:90111 != 2097151\n[ 0.608250] GPT: Use GNU Parted to correct GPT errors.\n[ 0.609225] vda: vda1 vda15\n[ 0.610759] scsi host0: ata_piix\n[ 0.611503] scsi host1: ata_piix\n[ 0.612213] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.613447] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.614908] libphy: Fixed MDIO Bus: probed\n[ 0.615744] tun: Universal TUN/TAP device driver, 1.6\n[ 0.616706] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.618885] PPP generic driver version 2.4.2\n[ 0.619781] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.621077] ehci-pci: EHCI PCI platform driver\n[ 0.621965] ehci-platform: EHCI generic platform driver\n[ 0.622974] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.624125] ohci-pci: OHCI PCI platform driver\n[ 0.625016] ohci-platform: OHCI generic platform driver\n[ 0.626028] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.640430] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.641462] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.642949] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.644005] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.645147] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.646412] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.647869] usb usb1: Product: UHCI Host Controller\n[ 0.648827] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.649996] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.651020] hub 1-0:1.0: USB hub found\n[ 0.651818] hub 1-0:1.0: 2 ports detected\n[ 0.652739] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.654901] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.655878] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.656929] mousedev: PS/2 mouse device common for all mice\n[ 0.658205] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.660095] rtc_cmos 00:00: RTC can wake from S4\n[ 0.661216] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.662455] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.663684] i2c /dev entries driver\n[ 0.664453] device-mapper: uevent: version 1.0.3\n[ 0.665404] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.667076] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.668388] NET: Registered protocol family 10\n[ 0.669402] NET: Registered protocol family 17\n[ 0.670320] Key type dns_resolver registered\n[ 0.671276] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.672392] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.674166] registered taskstats version 1\n[ 0.675030] Loading compiled-in X.509 certificates\n[ 0.676517] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.678410] zswap: loaded using pool lzo/zbud\n[ 0.679770] Key type trusted registered\n[ 0.681324] Key type encrypted registered\n[ 0.682174] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.683241] ima: No TPM chip found, activating TPM-bypass!\n[ 0.684308] evm: HMAC attrs: 0x1\n[ 0.685250] Magic number: 2:172:632\n[ 0.686115] rtc_cmos 00:00: setting system clock to 2018-09-04 12:38:26 UTC (1536064706)\n[ 0.687758] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.688906] EDD information not available.\n[ 0.771346] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.772950] Write protecting the kernel read-only data: 14336k\n[ 0.785050] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.786923] 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.828596] 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.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... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\n"} 2018-09-04 12:38:51,543 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/5789cb2a-1dc6-4326-b807-f62a4885ca43/action used request id req-9ba96302-434e-4f33-aae6-fae9c8e0051c 2018-09-04 12:38:53,560 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/servers/5789cb2a-1dc6-4326-b807-f62a4885ca43/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7d2984c89f46b7d6fbaf39b31eddaa7f36043f96" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-04 12:38:54,652 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12:38: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-9c29dc8a-6a98-4ad2-b020-7873c02a023e x-compute-request-id: req-9c29dc8a-6a98-4ad2-b020-7873c02a023e 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-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 483562078 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 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.133844] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.135528] pid_max: default: 32768 minimum: 301\n[ 0.136437] ACPI: Core revision 20150930\n[ 0.137832] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.139166] Security Framework initialized\n[ 0.139998] Yama: becoming mindful.\n[ 0.140750] AppArmor: AppArmor initialized\n[ 0.141634] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.142994] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.144299] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.145544] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.146959] Initializing cgroup subsys io\n[ 0.147795] Initializing cgroup subsys memory\n[ 0.148676] Initializing cgroup subsys devices\n[ 0.149577] Initializing cgroup subsys freezer\n[ 0.150465] Initializing cgroup subsys net_cls\n[ 0.151347] Initializing cgroup subsys perf_event\n[ 0.152277] Initializing cgroup subsys net_prio\n[ 0.153192] Initializing cgroup subsys hugetlb\n[ 0.154085] Initializing cgroup subsys pids\n[ 0.154978] CPU: Physical Processor ID: 0\n[ 0.156483] mce: CPU supports 10 MCE banks\n[ 0.157356] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.158380] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.169090] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.175516] ftrace: allocating 31920 entries in 125 pages\n[ 0.201643] smpboot: Max logical packages: 1\n[ 0.202529] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.203908] x2apic enabled\n[ 0.204730] Switched APIC routing to physical x2apic.\n[ 0.206509] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.207646] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.209686] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.211505] KVM setup paravirtual spinlock\n[ 0.212811] x86: Booted up 1 node, 1 CPUs\n[ 0.213633] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.215055] devtmpfs: initialized\n[ 0.216776] evm: security.selinux\n[ 0.217483] evm: security.SMACK64\n[ 0.218177] evm: security.SMACK64EXEC\n[ 0.218960] evm: security.SMACK64TRANSMUTE\n[ 0.219775] evm: security.SMACK64MMAP\n[ 0.220529] evm: security.ima\n[ 0.221176] evm: security.capability\n[ 0.221989] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.223856] pinctrl core: initialized pinctrl subsystem\n[ 0.224971] RTC time: 12:38:25, date: 09/04/18\n[ 0.225930] NET: Registered protocol family 16\n[ 0.226907] cpuidle: using governor ladder\n[ 0.227729] cpuidle: using governor menu\n[ 0.228519] PCCT header not found.\n[ 0.229277] ACPI: bus type PCI registered\n[ 0.230082] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.231330] PCI: Using configuration type 1 for base access\n[ 0.233086] ACPI: Added _OSI(Module Device)\n[ 0.233947] ACPI: Added _OSI(Processor Device)\n[ 0.234821] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.235730] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.237861] ACPI: Interpreter enabled\n[ 0.238646] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.240504] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.242353] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.244233] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.246097] ACPI: (supports S0 S5)\n[ 0.246811] ACPI: Using IOAPIC for interrupt routing\n[ 0.247898] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.251010] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.252169] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.253413] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.254613] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.256856] acpiphp: Slot [3] registered\n[ 0.257671] acpiphp: Slot [4] registered\n[ 0.258482] acpiphp: Slot [5] registered\n[ 0.259283] acpiphp: Slot [6] registered\n[ 0.260085] acpiphp: Slot [7] registered\n[ 0.260897] acpiphp: Slot [8] registered\n[ 0.261704] acpiphp: Slot [9] registered\n[ 0.262505] acpiphp: Slot [10] registered\n[ 0.263321] acpiphp: Slot [11] registered\n[ 0.264138] acpiphp: Slot [12] registered\n[ 0.264960] acpiphp: Slot [13] registered\n[ 0.265785] acpiphp: Slot [14] registered\n[ 0.266599] acpiphp: Slot [15] registered\n[ 0.277486] acpiphp: Slot [16] registered\n[ 0.278336] acpiphp: Slot [17] registered\n[ 0.279156] acpiphp: Slot [18] registered\n[ 0.279990] acpiphp: Slot [19] registered\n[ 0.280812] acpiphp: Slot [20] registered\n[ 0.281632] acpiphp: Slot [21] registered\n[ 0.282450] acpiphp: Slot [22] registered\n[ 0.283262] acpiphp: Slot [23] registered\n[ 0.284078] acpiphp: Slot [24] registered\n[ 0.284894] acpiphp: Slot [25] registered\n[ 0.285714] acpiphp: Slot [26] registered\n[ 0.286530] acpiphp: Slot [27] registered\n[ 0.287341] acpiphp: Slot [28] registered\n[ 0.288159] acpiphp: Slot [29] registered\n[ 0.288972] acpiphp: Slot [30] registered\n[ 0.289795] acpiphp: Slot [31] registered\n[ 0.290607] PCI host bridge to bus 0000:00\n[ 0.291421] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.292637] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.293861] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.295318] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.296781] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.303065] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.304385] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.305573] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.306861] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.313251] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.314731] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.359955] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.361474] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.362924] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.364364] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.365780] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.367049] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.368212] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.369453] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.371019] vgaarb: loaded\n[ 0.371630] vgaarb: bridge control possible 0000:00:02.0\n[ 0.372779] SCSI subsystem initialized\n[ 0.373604] ACPI: bus type USB registered\n[ 0.374426] usbcore: registered new interface driver usbfs\n[ 0.375465] usbcore: registered new interface driver hub\n[ 0.376481] usbcore: registered new device driver usb\n[ 0.377549] PCI: Using ACPI for IRQ routing\n[ 0.378582] NetLabel: Initializing\n[ 0.379304] NetLabel: domain hash size = 128\n[ 0.380166] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.381130] NetLabel: unlabeled traffic allowed by default\n[ 0.382236] clocksource: Switched to clocksource kvm-clock\n[ 0.387651] AppArmor: AppArmor Filesystem Enabled\n[ 0.388647] pnp: PnP ACPI init\n[ 0.389565] pnp: PnP ACPI: found 5 devices\n[ 0.395949] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.397678] NET: Registered protocol family 2\n[ 0.398640] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.399932] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.401112] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.402291] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403389] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.404564] NET: Registered protocol family 1\n[ 0.405436] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.406546] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.407629] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.421624] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.435926] Trying to unpack rootfs image as initramfs...\n[ 0.485364] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.499226] Scanning for low memory corruption every 60 seconds\n[ 0.500573] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.501744] audit: initializing netlink subsys (disabled)\n[ 0.502797] audit: type=2000 audit(1536064706.579:1): initialized\n[ 0.504125] Initialise system trusted keyring\n[ 0.505088] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.506289] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.508271] zbud: loaded\n[ 0.508984] VFS: Disk quotas dquot_6.6.0\n[ 0.509818] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.511354] fuse init (API version 7.23)\n[ 0.512250] Key type big_key registered\n[ 0.513069] Allocating IMA MOK and blacklist keyrings.\n[ 0.514196] Key type asymmetric registered\n[ 0.515048] Asymmetric key parser 'x509' registered\n[ 0.516021] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.517512] io scheduler noop registered\n[ 0.518329] io scheduler deadline registered (default)\n[ 0.519339] io scheduler cfq registered\n[ 0.520551] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.521624] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.522923] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.524410] ACPI: Power Button [PWRF]\n[ 0.525251] GHES: HEST is not enabled!\n[ 0.538951] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.566887] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.569149] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.594541] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.596778] Linux agpgart interface v0.103\n[ 0.598829] brd: module loaded\n[ 0.599987] loop: module loaded\n[ 0.604305] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.605778] GPT:90111 != 2097151\n[ 0.606469] GPT:Alternate GPT header not at the end of the disk.\n[ 0.607575] GPT:90111 != 2097151\n[ 0.608250] GPT: Use GNU Parted to correct GPT errors.\n[ 0.609225] vda: vda1 vda15\n[ 0.610759] scsi host0: ata_piix\n[ 0.611503] scsi host1: ata_piix\n[ 0.612213] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.613447] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.614908] libphy: Fixed MDIO Bus: probed\n[ 0.615744] tun: Universal TUN/TAP device driver, 1.6\n[ 0.616706] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.618885] PPP generic driver version 2.4.2\n[ 0.619781] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.621077] ehci-pci: EHCI PCI platform driver\n[ 0.621965] ehci-platform: EHCI generic platform driver\n[ 0.622974] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.624125] ohci-pci: OHCI PCI platform driver\n[ 0.625016] ohci-platform: OHCI generic platform driver\n[ 0.626028] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.640430] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.641462] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.642949] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.644005] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.645147] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.646412] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.647869] usb usb1: Product: UHCI Host Controller\n[ 0.648827] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.649996] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.651020] hub 1-0:1.0: USB hub found\n[ 0.651818] hub 1-0:1.0: 2 ports detected\n[ 0.652739] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.654901] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.655878] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.656929] mousedev: PS/2 mouse device common for all mice\n[ 0.658205] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.660095] rtc_cmos 00:00: RTC can wake from S4\n[ 0.661216] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.662455] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.663684] i2c /dev entries driver\n[ 0.664453] device-mapper: uevent: version 1.0.3\n[ 0.665404] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.667076] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.668388] NET: Registered protocol family 10\n[ 0.669402] NET: Registered protocol family 17\n[ 0.670320] Key type dns_resolver registered\n[ 0.671276] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.672392] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.674166] registered taskstats version 1\n[ 0.675030] Loading compiled-in X.509 certificates\n[ 0.676517] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.678410] zswap: loaded using pool lzo/zbud\n[ 0.679770] Key type trusted registered\n[ 0.681324] Key type encrypted registered\n[ 0.682174] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.683241] ima: No TPM chip found, activating TPM-bypass!\n[ 0.684308] evm: HMAC attrs: 0x1\n[ 0.685250] Magic number: 2:172:632\n[ 0.686115] rtc_cmos 00:00: setting system clock to 2018-09-04 12:38:26 UTC (1536064706)\n[ 0.687758] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.688906] EDD information not available.\n[ 0.771346] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.772950] Write protecting the kernel read-only data: 14336k\n[ 0.785050] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.786923] 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.828596] 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.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... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\n"} 2018-09-04 12:38:54,653 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/5789cb2a-1dc6-4326-b807-f62a4885ca43/action used request id req-9c29dc8a-6a98-4ad2-b020-7873c02a023e 2018-09-04 12:38:56,670 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/servers/5789cb2a-1dc6-4326-b807-f62a4885ca43/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7d2984c89f46b7d6fbaf39b31eddaa7f36043f96" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-04 12:38:57,741 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12:38: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-50b0df80-adc4-4e3e-be25-29448c389bce x-compute-request-id: req-50b0df80-adc4-4e3e-be25-29448c389bce 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-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 483562078 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 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.133844] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.135528] pid_max: default: 32768 minimum: 301\n[ 0.136437] ACPI: Core revision 20150930\n[ 0.137832] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.139166] Security Framework initialized\n[ 0.139998] Yama: becoming mindful.\n[ 0.140750] AppArmor: AppArmor initialized\n[ 0.141634] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.142994] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.144299] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.145544] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.146959] Initializing cgroup subsys io\n[ 0.147795] Initializing cgroup subsys memory\n[ 0.148676] Initializing cgroup subsys devices\n[ 0.149577] Initializing cgroup subsys freezer\n[ 0.150465] Initializing cgroup subsys net_cls\n[ 0.151347] Initializing cgroup subsys perf_event\n[ 0.152277] Initializing cgroup subsys net_prio\n[ 0.153192] Initializing cgroup subsys hugetlb\n[ 0.154085] Initializing cgroup subsys pids\n[ 0.154978] CPU: Physical Processor ID: 0\n[ 0.156483] mce: CPU supports 10 MCE banks\n[ 0.157356] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.158380] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.169090] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.175516] ftrace: allocating 31920 entries in 125 pages\n[ 0.201643] smpboot: Max logical packages: 1\n[ 0.202529] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.203908] x2apic enabled\n[ 0.204730] Switched APIC routing to physical x2apic.\n[ 0.206509] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.207646] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.209686] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.211505] KVM setup paravirtual spinlock\n[ 0.212811] x86: Booted up 1 node, 1 CPUs\n[ 0.213633] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.215055] devtmpfs: initialized\n[ 0.216776] evm: security.selinux\n[ 0.217483] evm: security.SMACK64\n[ 0.218177] evm: security.SMACK64EXEC\n[ 0.218960] evm: security.SMACK64TRANSMUTE\n[ 0.219775] evm: security.SMACK64MMAP\n[ 0.220529] evm: security.ima\n[ 0.221176] evm: security.capability\n[ 0.221989] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.223856] pinctrl core: initialized pinctrl subsystem\n[ 0.224971] RTC time: 12:38:25, date: 09/04/18\n[ 0.225930] NET: Registered protocol family 16\n[ 0.226907] cpuidle: using governor ladder\n[ 0.227729] cpuidle: using governor menu\n[ 0.228519] PCCT header not found.\n[ 0.229277] ACPI: bus type PCI registered\n[ 0.230082] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.231330] PCI: Using configuration type 1 for base access\n[ 0.233086] ACPI: Added _OSI(Module Device)\n[ 0.233947] ACPI: Added _OSI(Processor Device)\n[ 0.234821] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.235730] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.237861] ACPI: Interpreter enabled\n[ 0.238646] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.240504] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.242353] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.244233] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.246097] ACPI: (supports S0 S5)\n[ 0.246811] ACPI: Using IOAPIC for interrupt routing\n[ 0.247898] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.251010] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.252169] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.253413] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.254613] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.256856] acpiphp: Slot [3] registered\n[ 0.257671] acpiphp: Slot [4] registered\n[ 0.258482] acpiphp: Slot [5] registered\n[ 0.259283] acpiphp: Slot [6] registered\n[ 0.260085] acpiphp: Slot [7] registered\n[ 0.260897] acpiphp: Slot [8] registered\n[ 0.261704] acpiphp: Slot [9] registered\n[ 0.262505] acpiphp: Slot [10] registered\n[ 0.263321] acpiphp: Slot [11] registered\n[ 0.264138] acpiphp: Slot [12] registered\n[ 0.264960] acpiphp: Slot [13] registered\n[ 0.265785] acpiphp: Slot [14] registered\n[ 0.266599] acpiphp: Slot [15] registered\n[ 0.277486] acpiphp: Slot [16] registered\n[ 0.278336] acpiphp: Slot [17] registered\n[ 0.279156] acpiphp: Slot [18] registered\n[ 0.279990] acpiphp: Slot [19] registered\n[ 0.280812] acpiphp: Slot [20] registered\n[ 0.281632] acpiphp: Slot [21] registered\n[ 0.282450] acpiphp: Slot [22] registered\n[ 0.283262] acpiphp: Slot [23] registered\n[ 0.284078] acpiphp: Slot [24] registered\n[ 0.284894] acpiphp: Slot [25] registered\n[ 0.285714] acpiphp: Slot [26] registered\n[ 0.286530] acpiphp: Slot [27] registered\n[ 0.287341] acpiphp: Slot [28] registered\n[ 0.288159] acpiphp: Slot [29] registered\n[ 0.288972] acpiphp: Slot [30] registered\n[ 0.289795] acpiphp: Slot [31] registered\n[ 0.290607] PCI host bridge to bus 0000:00\n[ 0.291421] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.292637] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.293861] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.295318] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.296781] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.303065] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.304385] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.305573] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.306861] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.313251] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.314731] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.359955] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.361474] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.362924] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.364364] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.365780] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.367049] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.368212] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.369453] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.371019] vgaarb: loaded\n[ 0.371630] vgaarb: bridge control possible 0000:00:02.0\n[ 0.372779] SCSI subsystem initialized\n[ 0.373604] ACPI: bus type USB registered\n[ 0.374426] usbcore: registered new interface driver usbfs\n[ 0.375465] usbcore: registered new interface driver hub\n[ 0.376481] usbcore: registered new device driver usb\n[ 0.377549] PCI: Using ACPI for IRQ routing\n[ 0.378582] NetLabel: Initializing\n[ 0.379304] NetLabel: domain hash size = 128\n[ 0.380166] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.381130] NetLabel: unlabeled traffic allowed by default\n[ 0.382236] clocksource: Switched to clocksource kvm-clock\n[ 0.387651] AppArmor: AppArmor Filesystem Enabled\n[ 0.388647] pnp: PnP ACPI init\n[ 0.389565] pnp: PnP ACPI: found 5 devices\n[ 0.395949] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.397678] NET: Registered protocol family 2\n[ 0.398640] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.399932] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.401112] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.402291] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403389] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.404564] NET: Registered protocol family 1\n[ 0.405436] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.406546] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.407629] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.421624] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.435926] Trying to unpack rootfs image as initramfs...\n[ 0.485364] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.499226] Scanning for low memory corruption every 60 seconds\n[ 0.500573] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.501744] audit: initializing netlink subsys (disabled)\n[ 0.502797] audit: type=2000 audit(1536064706.579:1): initialized\n[ 0.504125] Initialise system trusted keyring\n[ 0.505088] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.506289] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.508271] zbud: loaded\n[ 0.508984] VFS: Disk quotas dquot_6.6.0\n[ 0.509818] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.511354] fuse init (API version 7.23)\n[ 0.512250] Key type big_key registered\n[ 0.513069] Allocating IMA MOK and blacklist keyrings.\n[ 0.514196] Key type asymmetric registered\n[ 0.515048] Asymmetric key parser 'x509' registered\n[ 0.516021] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.517512] io scheduler noop registered\n[ 0.518329] io scheduler deadline registered (default)\n[ 0.519339] io scheduler cfq registered\n[ 0.520551] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.521624] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.522923] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.524410] ACPI: Power Button [PWRF]\n[ 0.525251] GHES: HEST is not enabled!\n[ 0.538951] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.566887] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.569149] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.594541] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.596778] Linux agpgart interface v0.103\n[ 0.598829] brd: module loaded\n[ 0.599987] loop: module loaded\n[ 0.604305] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.605778] GPT:90111 != 2097151\n[ 0.606469] GPT:Alternate GPT header not at the end of the disk.\n[ 0.607575] GPT:90111 != 2097151\n[ 0.608250] GPT: Use GNU Parted to correct GPT errors.\n[ 0.609225] vda: vda1 vda15\n[ 0.610759] scsi host0: ata_piix\n[ 0.611503] scsi host1: ata_piix\n[ 0.612213] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.613447] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.614908] libphy: Fixed MDIO Bus: probed\n[ 0.615744] tun: Universal TUN/TAP device driver, 1.6\n[ 0.616706] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.618885] PPP generic driver version 2.4.2\n[ 0.619781] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.621077] ehci-pci: EHCI PCI platform driver\n[ 0.621965] ehci-platform: EHCI generic platform driver\n[ 0.622974] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.624125] ohci-pci: OHCI PCI platform driver\n[ 0.625016] ohci-platform: OHCI generic platform driver\n[ 0.626028] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.640430] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.641462] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.642949] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.644005] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.645147] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.646412] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.647869] usb usb1: Product: UHCI Host Controller\n[ 0.648827] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.649996] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.651020] hub 1-0:1.0: USB hub found\n[ 0.651818] hub 1-0:1.0: 2 ports detected\n[ 0.652739] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.654901] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.655878] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.656929] mousedev: PS/2 mouse device common for all mice\n[ 0.658205] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.660095] rtc_cmos 00:00: RTC can wake from S4\n[ 0.661216] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.662455] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.663684] i2c /dev entries driver\n[ 0.664453] device-mapper: uevent: version 1.0.3\n[ 0.665404] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.667076] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.668388] NET: Registered protocol family 10\n[ 0.669402] NET: Registered protocol family 17\n[ 0.670320] Key type dns_resolver registered\n[ 0.671276] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.672392] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.674166] registered taskstats version 1\n[ 0.675030] Loading compiled-in X.509 certificates\n[ 0.676517] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.678410] zswap: loaded using pool lzo/zbud\n[ 0.679770] Key type trusted registered\n[ 0.681324] Key type encrypted registered\n[ 0.682174] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.683241] ima: No TPM chip found, activating TPM-bypass!\n[ 0.684308] evm: HMAC attrs: 0x1\n[ 0.685250] Magic number: 2:172:632\n[ 0.686115] rtc_cmos 00:00: setting system clock to 2018-09-04 12:38:26 UTC (1536064706)\n[ 0.687758] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.688906] EDD information not available.\n[ 0.771346] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.772950] Write protecting the kernel read-only data: 14336k\n[ 0.785050] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.786923] 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.828596] 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.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... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\n"} 2018-09-04 12:38:57,742 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/5789cb2a-1dc6-4326-b807-f62a4885ca43/action used request id req-50b0df80-adc4-4e3e-be25-29448c389bce 2018-09-04 12:38:59,758 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/servers/5789cb2a-1dc6-4326-b807-f62a4885ca43/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7d2984c89f46b7d6fbaf39b31eddaa7f36043f96" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-04 12:39:00,825 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12: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-397bbf0d-cba1-413d-b591-c67fc1cb7a9e x-compute-request-id: req-397bbf0d-cba1-413d-b591-c67fc1cb7a9e 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-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 483562078 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 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.133844] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.135528] pid_max: default: 32768 minimum: 301\n[ 0.136437] ACPI: Core revision 20150930\n[ 0.137832] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.139166] Security Framework initialized\n[ 0.139998] Yama: becoming mindful.\n[ 0.140750] AppArmor: AppArmor initialized\n[ 0.141634] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.142994] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.144299] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.145544] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.146959] Initializing cgroup subsys io\n[ 0.147795] Initializing cgroup subsys memory\n[ 0.148676] Initializing cgroup subsys devices\n[ 0.149577] Initializing cgroup subsys freezer\n[ 0.150465] Initializing cgroup subsys net_cls\n[ 0.151347] Initializing cgroup subsys perf_event\n[ 0.152277] Initializing cgroup subsys net_prio\n[ 0.153192] Initializing cgroup subsys hugetlb\n[ 0.154085] Initializing cgroup subsys pids\n[ 0.154978] CPU: Physical Processor ID: 0\n[ 0.156483] mce: CPU supports 10 MCE banks\n[ 0.157356] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.158380] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.169090] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.175516] ftrace: allocating 31920 entries in 125 pages\n[ 0.201643] smpboot: Max logical packages: 1\n[ 0.202529] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.203908] x2apic enabled\n[ 0.204730] Switched APIC routing to physical x2apic.\n[ 0.206509] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.207646] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.209686] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.211505] KVM setup paravirtual spinlock\n[ 0.212811] x86: Booted up 1 node, 1 CPUs\n[ 0.213633] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.215055] devtmpfs: initialized\n[ 0.216776] evm: security.selinux\n[ 0.217483] evm: security.SMACK64\n[ 0.218177] evm: security.SMACK64EXEC\n[ 0.218960] evm: security.SMACK64TRANSMUTE\n[ 0.219775] evm: security.SMACK64MMAP\n[ 0.220529] evm: security.ima\n[ 0.221176] evm: security.capability\n[ 0.221989] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.223856] pinctrl core: initialized pinctrl subsystem\n[ 0.224971] RTC time: 12:38:25, date: 09/04/18\n[ 0.225930] NET: Registered protocol family 16\n[ 0.226907] cpuidle: using governor ladder\n[ 0.227729] cpuidle: using governor menu\n[ 0.228519] PCCT header not found.\n[ 0.229277] ACPI: bus type PCI registered\n[ 0.230082] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.231330] PCI: Using configuration type 1 for base access\n[ 0.233086] ACPI: Added _OSI(Module Device)\n[ 0.233947] ACPI: Added _OSI(Processor Device)\n[ 0.234821] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.235730] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.237861] ACPI: Interpreter enabled\n[ 0.238646] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.240504] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.242353] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.244233] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.246097] ACPI: (supports S0 S5)\n[ 0.246811] ACPI: Using IOAPIC for interrupt routing\n[ 0.247898] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.251010] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.252169] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.253413] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.254613] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.256856] acpiphp: Slot [3] registered\n[ 0.257671] acpiphp: Slot [4] registered\n[ 0.258482] acpiphp: Slot [5] registered\n[ 0.259283] acpiphp: Slot [6] registered\n[ 0.260085] acpiphp: Slot [7] registered\n[ 0.260897] acpiphp: Slot [8] registered\n[ 0.261704] acpiphp: Slot [9] registered\n[ 0.262505] acpiphp: Slot [10] registered\n[ 0.263321] acpiphp: Slot [11] registered\n[ 0.264138] acpiphp: Slot [12] registered\n[ 0.264960] acpiphp: Slot [13] registered\n[ 0.265785] acpiphp: Slot [14] registered\n[ 0.266599] acpiphp: Slot [15] registered\n[ 0.277486] acpiphp: Slot [16] registered\n[ 0.278336] acpiphp: Slot [17] registered\n[ 0.279156] acpiphp: Slot [18] registered\n[ 0.279990] acpiphp: Slot [19] registered\n[ 0.280812] acpiphp: Slot [20] registered\n[ 0.281632] acpiphp: Slot [21] registered\n[ 0.282450] acpiphp: Slot [22] registered\n[ 0.283262] acpiphp: Slot [23] registered\n[ 0.284078] acpiphp: Slot [24] registered\n[ 0.284894] acpiphp: Slot [25] registered\n[ 0.285714] acpiphp: Slot [26] registered\n[ 0.286530] acpiphp: Slot [27] registered\n[ 0.287341] acpiphp: Slot [28] registered\n[ 0.288159] acpiphp: Slot [29] registered\n[ 0.288972] acpiphp: Slot [30] registered\n[ 0.289795] acpiphp: Slot [31] registered\n[ 0.290607] PCI host bridge to bus 0000:00\n[ 0.291421] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.292637] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.293861] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.295318] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.296781] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.303065] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.304385] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.305573] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.306861] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.313251] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.314731] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.359955] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.361474] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.362924] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.364364] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.365780] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.367049] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.368212] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.369453] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.371019] vgaarb: loaded\n[ 0.371630] vgaarb: bridge control possible 0000:00:02.0\n[ 0.372779] SCSI subsystem initialized\n[ 0.373604] ACPI: bus type USB registered\n[ 0.374426] usbcore: registered new interface driver usbfs\n[ 0.375465] usbcore: registered new interface driver hub\n[ 0.376481] usbcore: registered new device driver usb\n[ 0.377549] PCI: Using ACPI for IRQ routing\n[ 0.378582] NetLabel: Initializing\n[ 0.379304] NetLabel: domain hash size = 128\n[ 0.380166] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.381130] NetLabel: unlabeled traffic allowed by default\n[ 0.382236] clocksource: Switched to clocksource kvm-clock\n[ 0.387651] AppArmor: AppArmor Filesystem Enabled\n[ 0.388647] pnp: PnP ACPI init\n[ 0.389565] pnp: PnP ACPI: found 5 devices\n[ 0.395949] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.397678] NET: Registered protocol family 2\n[ 0.398640] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.399932] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.401112] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.402291] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403389] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.404564] NET: Registered protocol family 1\n[ 0.405436] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.406546] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.407629] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.421624] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.435926] Trying to unpack rootfs image as initramfs...\n[ 0.485364] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.499226] Scanning for low memory corruption every 60 seconds\n[ 0.500573] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.501744] audit: initializing netlink subsys (disabled)\n[ 0.502797] audit: type=2000 audit(1536064706.579:1): initialized\n[ 0.504125] Initialise system trusted keyring\n[ 0.505088] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.506289] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.508271] zbud: loaded\n[ 0.508984] VFS: Disk quotas dquot_6.6.0\n[ 0.509818] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.511354] fuse init (API version 7.23)\n[ 0.512250] Key type big_key registered\n[ 0.513069] Allocating IMA MOK and blacklist keyrings.\n[ 0.514196] Key type asymmetric registered\n[ 0.515048] Asymmetric key parser 'x509' registered\n[ 0.516021] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.517512] io scheduler noop registered\n[ 0.518329] io scheduler deadline registered (default)\n[ 0.519339] io scheduler cfq registered\n[ 0.520551] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.521624] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.522923] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.524410] ACPI: Power Button [PWRF]\n[ 0.525251] GHES: HEST is not enabled!\n[ 0.538951] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.566887] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.569149] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.594541] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.596778] Linux agpgart interface v0.103\n[ 0.598829] brd: module loaded\n[ 0.599987] loop: module loaded\n[ 0.604305] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.605778] GPT:90111 != 2097151\n[ 0.606469] GPT:Alternate GPT header not at the end of the disk.\n[ 0.607575] GPT:90111 != 2097151\n[ 0.608250] GPT: Use GNU Parted to correct GPT errors.\n[ 0.609225] vda: vda1 vda15\n[ 0.610759] scsi host0: ata_piix\n[ 0.611503] scsi host1: ata_piix\n[ 0.612213] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.613447] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.614908] libphy: Fixed MDIO Bus: probed\n[ 0.615744] tun: Universal TUN/TAP device driver, 1.6\n[ 0.616706] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.618885] PPP generic driver version 2.4.2\n[ 0.619781] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.621077] ehci-pci: EHCI PCI platform driver\n[ 0.621965] ehci-platform: EHCI generic platform driver\n[ 0.622974] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.624125] ohci-pci: OHCI PCI platform driver\n[ 0.625016] ohci-platform: OHCI generic platform driver\n[ 0.626028] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.640430] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.641462] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.642949] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.644005] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.645147] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.646412] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.647869] usb usb1: Product: UHCI Host Controller\n[ 0.648827] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.649996] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.651020] hub 1-0:1.0: USB hub found\n[ 0.651818] hub 1-0:1.0: 2 ports detected\n[ 0.652739] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.654901] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.655878] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.656929] mousedev: PS/2 mouse device common for all mice\n[ 0.658205] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.660095] rtc_cmos 00:00: RTC can wake from S4\n[ 0.661216] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.662455] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.663684] i2c /dev entries driver\n[ 0.664453] device-mapper: uevent: version 1.0.3\n[ 0.665404] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.667076] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.668388] NET: Registered protocol family 10\n[ 0.669402] NET: Registered protocol family 17\n[ 0.670320] Key type dns_resolver registered\n[ 0.671276] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.672392] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.674166] registered taskstats version 1\n[ 0.675030] Loading compiled-in X.509 certificates\n[ 0.676517] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.678410] zswap: loaded using pool lzo/zbud\n[ 0.679770] Key type trusted registered\n[ 0.681324] Key type encrypted registered\n[ 0.682174] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.683241] ima: No TPM chip found, activating TPM-bypass!\n[ 0.684308] evm: HMAC attrs: 0x1\n[ 0.685250] Magic number: 2:172:632\n[ 0.686115] rtc_cmos 00:00: setting system clock to 2018-09-04 12:38:26 UTC (1536064706)\n[ 0.687758] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.688906] EDD information not available.\n[ 0.771346] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.772950] Write protecting the kernel read-only data: 14336k\n[ 0.785050] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.786923] 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.828596] 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.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... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\n"} 2018-09-04 12:39:00,826 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/5789cb2a-1dc6-4326-b807-f62a4885ca43/action used request id req-397bbf0d-cba1-413d-b591-c67fc1cb7a9e 2018-09-04 12:39:02,842 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/servers/5789cb2a-1dc6-4326-b807-f62a4885ca43/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7d2984c89f46b7d6fbaf39b31eddaa7f36043f96" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-04 12:39:03,920 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12: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-041612c3-7d4e-4b4e-bc96-ddc566586293 x-compute-request-id: req-041612c3-7d4e-4b4e-bc96-ddc566586293 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-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 483562078 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 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.133844] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.135528] pid_max: default: 32768 minimum: 301\n[ 0.136437] ACPI: Core revision 20150930\n[ 0.137832] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.139166] Security Framework initialized\n[ 0.139998] Yama: becoming mindful.\n[ 0.140750] AppArmor: AppArmor initialized\n[ 0.141634] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.142994] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.144299] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.145544] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.146959] Initializing cgroup subsys io\n[ 0.147795] Initializing cgroup subsys memory\n[ 0.148676] Initializing cgroup subsys devices\n[ 0.149577] Initializing cgroup subsys freezer\n[ 0.150465] Initializing cgroup subsys net_cls\n[ 0.151347] Initializing cgroup subsys perf_event\n[ 0.152277] Initializing cgroup subsys net_prio\n[ 0.153192] Initializing cgroup subsys hugetlb\n[ 0.154085] Initializing cgroup subsys pids\n[ 0.154978] CPU: Physical Processor ID: 0\n[ 0.156483] mce: CPU supports 10 MCE banks\n[ 0.157356] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.158380] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.169090] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.175516] ftrace: allocating 31920 entries in 125 pages\n[ 0.201643] smpboot: Max logical packages: 1\n[ 0.202529] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.203908] x2apic enabled\n[ 0.204730] Switched APIC routing to physical x2apic.\n[ 0.206509] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.207646] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.209686] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.211505] KVM setup paravirtual spinlock\n[ 0.212811] x86: Booted up 1 node, 1 CPUs\n[ 0.213633] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.215055] devtmpfs: initialized\n[ 0.216776] evm: security.selinux\n[ 0.217483] evm: security.SMACK64\n[ 0.218177] evm: security.SMACK64EXEC\n[ 0.218960] evm: security.SMACK64TRANSMUTE\n[ 0.219775] evm: security.SMACK64MMAP\n[ 0.220529] evm: security.ima\n[ 0.221176] evm: security.capability\n[ 0.221989] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.223856] pinctrl core: initialized pinctrl subsystem\n[ 0.224971] RTC time: 12:38:25, date: 09/04/18\n[ 0.225930] NET: Registered protocol family 16\n[ 0.226907] cpuidle: using governor ladder\n[ 0.227729] cpuidle: using governor menu\n[ 0.228519] PCCT header not found.\n[ 0.229277] ACPI: bus type PCI registered\n[ 0.230082] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.231330] PCI: Using configuration type 1 for base access\n[ 0.233086] ACPI: Added _OSI(Module Device)\n[ 0.233947] ACPI: Added _OSI(Processor Device)\n[ 0.234821] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.235730] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.237861] ACPI: Interpreter enabled\n[ 0.238646] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.240504] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.242353] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.244233] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.246097] ACPI: (supports S0 S5)\n[ 0.246811] ACPI: Using IOAPIC for interrupt routing\n[ 0.247898] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.251010] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.252169] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.253413] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.254613] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.256856] acpiphp: Slot [3] registered\n[ 0.257671] acpiphp: Slot [4] registered\n[ 0.258482] acpiphp: Slot [5] registered\n[ 0.259283] acpiphp: Slot [6] registered\n[ 0.260085] acpiphp: Slot [7] registered\n[ 0.260897] acpiphp: Slot [8] registered\n[ 0.261704] acpiphp: Slot [9] registered\n[ 0.262505] acpiphp: Slot [10] registered\n[ 0.263321] acpiphp: Slot [11] registered\n[ 0.264138] acpiphp: Slot [12] registered\n[ 0.264960] acpiphp: Slot [13] registered\n[ 0.265785] acpiphp: Slot [14] registered\n[ 0.266599] acpiphp: Slot [15] registered\n[ 0.277486] acpiphp: Slot [16] registered\n[ 0.278336] acpiphp: Slot [17] registered\n[ 0.279156] acpiphp: Slot [18] registered\n[ 0.279990] acpiphp: Slot [19] registered\n[ 0.280812] acpiphp: Slot [20] registered\n[ 0.281632] acpiphp: Slot [21] registered\n[ 0.282450] acpiphp: Slot [22] registered\n[ 0.283262] acpiphp: Slot [23] registered\n[ 0.284078] acpiphp: Slot [24] registered\n[ 0.284894] acpiphp: Slot [25] registered\n[ 0.285714] acpiphp: Slot [26] registered\n[ 0.286530] acpiphp: Slot [27] registered\n[ 0.287341] acpiphp: Slot [28] registered\n[ 0.288159] acpiphp: Slot [29] registered\n[ 0.288972] acpiphp: Slot [30] registered\n[ 0.289795] acpiphp: Slot [31] registered\n[ 0.290607] PCI host bridge to bus 0000:00\n[ 0.291421] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.292637] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.293861] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.295318] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.296781] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.303065] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.304385] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.305573] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.306861] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.313251] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.314731] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.359955] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.361474] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.362924] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.364364] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.365780] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.367049] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.368212] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.369453] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.371019] vgaarb: loaded\n[ 0.371630] vgaarb: bridge control possible 0000:00:02.0\n[ 0.372779] SCSI subsystem initialized\n[ 0.373604] ACPI: bus type USB registered\n[ 0.374426] usbcore: registered new interface driver usbfs\n[ 0.375465] usbcore: registered new interface driver hub\n[ 0.376481] usbcore: registered new device driver usb\n[ 0.377549] PCI: Using ACPI for IRQ routing\n[ 0.378582] NetLabel: Initializing\n[ 0.379304] NetLabel: domain hash size = 128\n[ 0.380166] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.381130] NetLabel: unlabeled traffic allowed by default\n[ 0.382236] clocksource: Switched to clocksource kvm-clock\n[ 0.387651] AppArmor: AppArmor Filesystem Enabled\n[ 0.388647] pnp: PnP ACPI init\n[ 0.389565] pnp: PnP ACPI: found 5 devices\n[ 0.395949] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.397678] NET: Registered protocol family 2\n[ 0.398640] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.399932] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.401112] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.402291] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403389] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.404564] NET: Registered protocol family 1\n[ 0.405436] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.406546] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.407629] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.421624] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.435926] Trying to unpack rootfs image as initramfs...\n[ 0.485364] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.499226] Scanning for low memory corruption every 60 seconds\n[ 0.500573] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.501744] audit: initializing netlink subsys (disabled)\n[ 0.502797] audit: type=2000 audit(1536064706.579:1): initialized\n[ 0.504125] Initialise system trusted keyring\n[ 0.505088] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.506289] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.508271] zbud: loaded\n[ 0.508984] VFS: Disk quotas dquot_6.6.0\n[ 0.509818] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.511354] fuse init (API version 7.23)\n[ 0.512250] Key type big_key registered\n[ 0.513069] Allocating IMA MOK and blacklist keyrings.\n[ 0.514196] Key type asymmetric registered\n[ 0.515048] Asymmetric key parser 'x509' registered\n[ 0.516021] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.517512] io scheduler noop registered\n[ 0.518329] io scheduler deadline registered (default)\n[ 0.519339] io scheduler cfq registered\n[ 0.520551] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.521624] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.522923] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.524410] ACPI: Power Button [PWRF]\n[ 0.525251] GHES: HEST is not enabled!\n[ 0.538951] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.566887] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.569149] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.594541] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.596778] Linux agpgart interface v0.103\n[ 0.598829] brd: module loaded\n[ 0.599987] loop: module loaded\n[ 0.604305] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.605778] GPT:90111 != 2097151\n[ 0.606469] GPT:Alternate GPT header not at the end of the disk.\n[ 0.607575] GPT:90111 != 2097151\n[ 0.608250] GPT: Use GNU Parted to correct GPT errors.\n[ 0.609225] vda: vda1 vda15\n[ 0.610759] scsi host0: ata_piix\n[ 0.611503] scsi host1: ata_piix\n[ 0.612213] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.613447] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.614908] libphy: Fixed MDIO Bus: probed\n[ 0.615744] tun: Universal TUN/TAP device driver, 1.6\n[ 0.616706] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.618885] PPP generic driver version 2.4.2\n[ 0.619781] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.621077] ehci-pci: EHCI PCI platform driver\n[ 0.621965] ehci-platform: EHCI generic platform driver\n[ 0.622974] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.624125] ohci-pci: OHCI PCI platform driver\n[ 0.625016] ohci-platform: OHCI generic platform driver\n[ 0.626028] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.640430] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.641462] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.642949] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.644005] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.645147] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.646412] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.647869] usb usb1: Product: UHCI Host Controller\n[ 0.648827] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.649996] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.651020] hub 1-0:1.0: USB hub found\n[ 0.651818] hub 1-0:1.0: 2 ports detected\n[ 0.652739] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.654901] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.655878] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.656929] mousedev: PS/2 mouse device common for all mice\n[ 0.658205] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.660095] rtc_cmos 00:00: RTC can wake from S4\n[ 0.661216] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.662455] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.663684] i2c /dev entries driver\n[ 0.664453] device-mapper: uevent: version 1.0.3\n[ 0.665404] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.667076] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.668388] NET: Registered protocol family 10\n[ 0.669402] NET: Registered protocol family 17\n[ 0.670320] Key type dns_resolver registered\n[ 0.671276] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.672392] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.674166] registered taskstats version 1\n[ 0.675030] Loading compiled-in X.509 certificates\n[ 0.676517] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.678410] zswap: loaded using pool lzo/zbud\n[ 0.679770] Key type trusted registered\n[ 0.681324] Key type encrypted registered\n[ 0.682174] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.683241] ima: No TPM chip found, activating TPM-bypass!\n[ 0.684308] evm: HMAC attrs: 0x1\n[ 0.685250] Magic number: 2:172:632\n[ 0.686115] rtc_cmos 00:00: setting system clock to 2018-09-04 12:38:26 UTC (1536064706)\n[ 0.687758] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.688906] EDD information not available.\n[ 0.771346] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.772950] Write protecting the kernel read-only data: 14336k\n[ 0.785050] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.786923] 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.828596] 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.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... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\n"} 2018-09-04 12:39:03,921 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/5789cb2a-1dc6-4326-b807-f62a4885ca43/action used request id req-041612c3-7d4e-4b4e-bc96-ddc566586293 2018-09-04 12:39:05,938 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/servers/5789cb2a-1dc6-4326-b807-f62a4885ca43/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7d2984c89f46b7d6fbaf39b31eddaa7f36043f96" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-04 12:39:07,013 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12: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-ce91e777-ae47-43b4-a665-f41abb3054ac x-compute-request-id: req-ce91e777-ae47-43b4-a665-f41abb3054ac 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-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 483562078 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 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.133844] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.135528] pid_max: default: 32768 minimum: 301\n[ 0.136437] ACPI: Core revision 20150930\n[ 0.137832] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.139166] Security Framework initialized\n[ 0.139998] Yama: becoming mindful.\n[ 0.140750] AppArmor: AppArmor initialized\n[ 0.141634] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.142994] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.144299] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.145544] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.146959] Initializing cgroup subsys io\n[ 0.147795] Initializing cgroup subsys memory\n[ 0.148676] Initializing cgroup subsys devices\n[ 0.149577] Initializing cgroup subsys freezer\n[ 0.150465] Initializing cgroup subsys net_cls\n[ 0.151347] Initializing cgroup subsys perf_event\n[ 0.152277] Initializing cgroup subsys net_prio\n[ 0.153192] Initializing cgroup subsys hugetlb\n[ 0.154085] Initializing cgroup subsys pids\n[ 0.154978] CPU: Physical Processor ID: 0\n[ 0.156483] mce: CPU supports 10 MCE banks\n[ 0.157356] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.158380] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.169090] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.175516] ftrace: allocating 31920 entries in 125 pages\n[ 0.201643] smpboot: Max logical packages: 1\n[ 0.202529] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.203908] x2apic enabled\n[ 0.204730] Switched APIC routing to physical x2apic.\n[ 0.206509] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.207646] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.209686] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.211505] KVM setup paravirtual spinlock\n[ 0.212811] x86: Booted up 1 node, 1 CPUs\n[ 0.213633] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.215055] devtmpfs: initialized\n[ 0.216776] evm: security.selinux\n[ 0.217483] evm: security.SMACK64\n[ 0.218177] evm: security.SMACK64EXEC\n[ 0.218960] evm: security.SMACK64TRANSMUTE\n[ 0.219775] evm: security.SMACK64MMAP\n[ 0.220529] evm: security.ima\n[ 0.221176] evm: security.capability\n[ 0.221989] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.223856] pinctrl core: initialized pinctrl subsystem\n[ 0.224971] RTC time: 12:38:25, date: 09/04/18\n[ 0.225930] NET: Registered protocol family 16\n[ 0.226907] cpuidle: using governor ladder\n[ 0.227729] cpuidle: using governor menu\n[ 0.228519] PCCT header not found.\n[ 0.229277] ACPI: bus type PCI registered\n[ 0.230082] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.231330] PCI: Using configuration type 1 for base access\n[ 0.233086] ACPI: Added _OSI(Module Device)\n[ 0.233947] ACPI: Added _OSI(Processor Device)\n[ 0.234821] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.235730] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.237861] ACPI: Interpreter enabled\n[ 0.238646] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.240504] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.242353] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.244233] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.246097] ACPI: (supports S0 S5)\n[ 0.246811] ACPI: Using IOAPIC for interrupt routing\n[ 0.247898] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.251010] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.252169] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.253413] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.254613] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.256856] acpiphp: Slot [3] registered\n[ 0.257671] acpiphp: Slot [4] registered\n[ 0.258482] acpiphp: Slot [5] registered\n[ 0.259283] acpiphp: Slot [6] registered\n[ 0.260085] acpiphp: Slot [7] registered\n[ 0.260897] acpiphp: Slot [8] registered\n[ 0.261704] acpiphp: Slot [9] registered\n[ 0.262505] acpiphp: Slot [10] registered\n[ 0.263321] acpiphp: Slot [11] registered\n[ 0.264138] acpiphp: Slot [12] registered\n[ 0.264960] acpiphp: Slot [13] registered\n[ 0.265785] acpiphp: Slot [14] registered\n[ 0.266599] acpiphp: Slot [15] registered\n[ 0.277486] acpiphp: Slot [16] registered\n[ 0.278336] acpiphp: Slot [17] registered\n[ 0.279156] acpiphp: Slot [18] registered\n[ 0.279990] acpiphp: Slot [19] registered\n[ 0.280812] acpiphp: Slot [20] registered\n[ 0.281632] acpiphp: Slot [21] registered\n[ 0.282450] acpiphp: Slot [22] registered\n[ 0.283262] acpiphp: Slot [23] registered\n[ 0.284078] acpiphp: Slot [24] registered\n[ 0.284894] acpiphp: Slot [25] registered\n[ 0.285714] acpiphp: Slot [26] registered\n[ 0.286530] acpiphp: Slot [27] registered\n[ 0.287341] acpiphp: Slot [28] registered\n[ 0.288159] acpiphp: Slot [29] registered\n[ 0.288972] acpiphp: Slot [30] registered\n[ 0.289795] acpiphp: Slot [31] registered\n[ 0.290607] PCI host bridge to bus 0000:00\n[ 0.291421] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.292637] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.293861] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.295318] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.296781] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.303065] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.304385] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.305573] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.306861] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.313251] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.314731] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.359955] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.361474] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.362924] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.364364] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.365780] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.367049] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.368212] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.369453] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.371019] vgaarb: loaded\n[ 0.371630] vgaarb: bridge control possible 0000:00:02.0\n[ 0.372779] SCSI subsystem initialized\n[ 0.373604] ACPI: bus type USB registered\n[ 0.374426] usbcore: registered new interface driver usbfs\n[ 0.375465] usbcore: registered new interface driver hub\n[ 0.376481] usbcore: registered new device driver usb\n[ 0.377549] PCI: Using ACPI for IRQ routing\n[ 0.378582] NetLabel: Initializing\n[ 0.379304] NetLabel: domain hash size = 128\n[ 0.380166] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.381130] NetLabel: unlabeled traffic allowed by default\n[ 0.382236] clocksource: Switched to clocksource kvm-clock\n[ 0.387651] AppArmor: AppArmor Filesystem Enabled\n[ 0.388647] pnp: PnP ACPI init\n[ 0.389565] pnp: PnP ACPI: found 5 devices\n[ 0.395949] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.397678] NET: Registered protocol family 2\n[ 0.398640] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.399932] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.401112] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.402291] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403389] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.404564] NET: Registered protocol family 1\n[ 0.405436] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.406546] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.407629] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.421624] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.435926] Trying to unpack rootfs image as initramfs...\n[ 0.485364] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.499226] Scanning for low memory corruption every 60 seconds\n[ 0.500573] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.501744] audit: initializing netlink subsys (disabled)\n[ 0.502797] audit: type=2000 audit(1536064706.579:1): initialized\n[ 0.504125] Initialise system trusted keyring\n[ 0.505088] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.506289] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.508271] zbud: loaded\n[ 0.508984] VFS: Disk quotas dquot_6.6.0\n[ 0.509818] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.511354] fuse init (API version 7.23)\n[ 0.512250] Key type big_key registered\n[ 0.513069] Allocating IMA MOK and blacklist keyrings.\n[ 0.514196] Key type asymmetric registered\n[ 0.515048] Asymmetric key parser 'x509' registered\n[ 0.516021] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.517512] io scheduler noop registered\n[ 0.518329] io scheduler deadline registered (default)\n[ 0.519339] io scheduler cfq registered\n[ 0.520551] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.521624] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.522923] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.524410] ACPI: Power Button [PWRF]\n[ 0.525251] GHES: HEST is not enabled!\n[ 0.538951] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.566887] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.569149] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.594541] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.596778] Linux agpgart interface v0.103\n[ 0.598829] brd: module loaded\n[ 0.599987] loop: module loaded\n[ 0.604305] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.605778] GPT:90111 != 2097151\n[ 0.606469] GPT:Alternate GPT header not at the end of the disk.\n[ 0.607575] GPT:90111 != 2097151\n[ 0.608250] GPT: Use GNU Parted to correct GPT errors.\n[ 0.609225] vda: vda1 vda15\n[ 0.610759] scsi host0: ata_piix\n[ 0.611503] scsi host1: ata_piix\n[ 0.612213] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.613447] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.614908] libphy: Fixed MDIO Bus: probed\n[ 0.615744] tun: Universal TUN/TAP device driver, 1.6\n[ 0.616706] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.618885] PPP generic driver version 2.4.2\n[ 0.619781] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.621077] ehci-pci: EHCI PCI platform driver\n[ 0.621965] ehci-platform: EHCI generic platform driver\n[ 0.622974] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.624125] ohci-pci: OHCI PCI platform driver\n[ 0.625016] ohci-platform: OHCI generic platform driver\n[ 0.626028] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.640430] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.641462] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.642949] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.644005] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.645147] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.646412] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.647869] usb usb1: Product: UHCI Host Controller\n[ 0.648827] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.649996] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.651020] hub 1-0:1.0: USB hub found\n[ 0.651818] hub 1-0:1.0: 2 ports detected\n[ 0.652739] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.654901] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.655878] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.656929] mousedev: PS/2 mouse device common for all mice\n[ 0.658205] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.660095] rtc_cmos 00:00: RTC can wake from S4\n[ 0.661216] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.662455] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.663684] i2c /dev entries driver\n[ 0.664453] device-mapper: uevent: version 1.0.3\n[ 0.665404] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.667076] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.668388] NET: Registered protocol family 10\n[ 0.669402] NET: Registered protocol family 17\n[ 0.670320] Key type dns_resolver registered\n[ 0.671276] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.672392] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.674166] registered taskstats version 1\n[ 0.675030] Loading compiled-in X.509 certificates\n[ 0.676517] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.678410] zswap: loaded using pool lzo/zbud\n[ 0.679770] Key type trusted registered\n[ 0.681324] Key type encrypted registered\n[ 0.682174] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.683241] ima: No TPM chip found, activating TPM-bypass!\n[ 0.684308] evm: HMAC attrs: 0x1\n[ 0.685250] Magic number: 2:172:632\n[ 0.686115] rtc_cmos 00:00: setting system clock to 2018-09-04 12:38:26 UTC (1536064706)\n[ 0.687758] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.688906] EDD information not available.\n[ 0.771346] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.772950] Write protecting the kernel read-only data: 14336k\n[ 0.785050] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.786923] 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.828596] 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.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... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\n"} 2018-09-04 12:39:07,014 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/5789cb2a-1dc6-4326-b807-f62a4885ca43/action used request id req-ce91e777-ae47-43b4-a665-f41abb3054ac 2018-09-04 12:39:09,031 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/servers/5789cb2a-1dc6-4326-b807-f62a4885ca43/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7d2984c89f46b7d6fbaf39b31eddaa7f36043f96" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-04 12:39:10,103 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12: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-68c18493-5759-4eaa-95a6-f333db759765 x-compute-request-id: req-68c18493-5759-4eaa-95a6-f333db759765 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-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 483562078 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 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.133844] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.135528] pid_max: default: 32768 minimum: 301\n[ 0.136437] ACPI: Core revision 20150930\n[ 0.137832] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.139166] Security Framework initialized\n[ 0.139998] Yama: becoming mindful.\n[ 0.140750] AppArmor: AppArmor initialized\n[ 0.141634] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.142994] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.144299] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.145544] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.146959] Initializing cgroup subsys io\n[ 0.147795] Initializing cgroup subsys memory\n[ 0.148676] Initializing cgroup subsys devices\n[ 0.149577] Initializing cgroup subsys freezer\n[ 0.150465] Initializing cgroup subsys net_cls\n[ 0.151347] Initializing cgroup subsys perf_event\n[ 0.152277] Initializing cgroup subsys net_prio\n[ 0.153192] Initializing cgroup subsys hugetlb\n[ 0.154085] Initializing cgroup subsys pids\n[ 0.154978] CPU: Physical Processor ID: 0\n[ 0.156483] mce: CPU supports 10 MCE banks\n[ 0.157356] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.158380] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.169090] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.175516] ftrace: allocating 31920 entries in 125 pages\n[ 0.201643] smpboot: Max logical packages: 1\n[ 0.202529] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.203908] x2apic enabled\n[ 0.204730] Switched APIC routing to physical x2apic.\n[ 0.206509] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.207646] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.209686] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.211505] KVM setup paravirtual spinlock\n[ 0.212811] x86: Booted up 1 node, 1 CPUs\n[ 0.213633] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.215055] devtmpfs: initialized\n[ 0.216776] evm: security.selinux\n[ 0.217483] evm: security.SMACK64\n[ 0.218177] evm: security.SMACK64EXEC\n[ 0.218960] evm: security.SMACK64TRANSMUTE\n[ 0.219775] evm: security.SMACK64MMAP\n[ 0.220529] evm: security.ima\n[ 0.221176] evm: security.capability\n[ 0.221989] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.223856] pinctrl core: initialized pinctrl subsystem\n[ 0.224971] RTC time: 12:38:25, date: 09/04/18\n[ 0.225930] NET: Registered protocol family 16\n[ 0.226907] cpuidle: using governor ladder\n[ 0.227729] cpuidle: using governor menu\n[ 0.228519] PCCT header not found.\n[ 0.229277] ACPI: bus type PCI registered\n[ 0.230082] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.231330] PCI: Using configuration type 1 for base access\n[ 0.233086] ACPI: Added _OSI(Module Device)\n[ 0.233947] ACPI: Added _OSI(Processor Device)\n[ 0.234821] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.235730] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.237861] ACPI: Interpreter enabled\n[ 0.238646] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.240504] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.242353] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.244233] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.246097] ACPI: (supports S0 S5)\n[ 0.246811] ACPI: Using IOAPIC for interrupt routing\n[ 0.247898] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.251010] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.252169] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.253413] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.254613] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.256856] acpiphp: Slot [3] registered\n[ 0.257671] acpiphp: Slot [4] registered\n[ 0.258482] acpiphp: Slot [5] registered\n[ 0.259283] acpiphp: Slot [6] registered\n[ 0.260085] acpiphp: Slot [7] registered\n[ 0.260897] acpiphp: Slot [8] registered\n[ 0.261704] acpiphp: Slot [9] registered\n[ 0.262505] acpiphp: Slot [10] registered\n[ 0.263321] acpiphp: Slot [11] registered\n[ 0.264138] acpiphp: Slot [12] registered\n[ 0.264960] acpiphp: Slot [13] registered\n[ 0.265785] acpiphp: Slot [14] registered\n[ 0.266599] acpiphp: Slot [15] registered\n[ 0.277486] acpiphp: Slot [16] registered\n[ 0.278336] acpiphp: Slot [17] registered\n[ 0.279156] acpiphp: Slot [18] registered\n[ 0.279990] acpiphp: Slot [19] registered\n[ 0.280812] acpiphp: Slot [20] registered\n[ 0.281632] acpiphp: Slot [21] registered\n[ 0.282450] acpiphp: Slot [22] registered\n[ 0.283262] acpiphp: Slot [23] registered\n[ 0.284078] acpiphp: Slot [24] registered\n[ 0.284894] acpiphp: Slot [25] registered\n[ 0.285714] acpiphp: Slot [26] registered\n[ 0.286530] acpiphp: Slot [27] registered\n[ 0.287341] acpiphp: Slot [28] registered\n[ 0.288159] acpiphp: Slot [29] registered\n[ 0.288972] acpiphp: Slot [30] registered\n[ 0.289795] acpiphp: Slot [31] registered\n[ 0.290607] PCI host bridge to bus 0000:00\n[ 0.291421] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.292637] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.293861] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.295318] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.296781] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.303065] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.304385] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.305573] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.306861] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.313251] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.314731] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.359955] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.361474] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.362924] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.364364] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.365780] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.367049] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.368212] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.369453] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.371019] vgaarb: loaded\n[ 0.371630] vgaarb: bridge control possible 0000:00:02.0\n[ 0.372779] SCSI subsystem initialized\n[ 0.373604] ACPI: bus type USB registered\n[ 0.374426] usbcore: registered new interface driver usbfs\n[ 0.375465] usbcore: registered new interface driver hub\n[ 0.376481] usbcore: registered new device driver usb\n[ 0.377549] PCI: Using ACPI for IRQ routing\n[ 0.378582] NetLabel: Initializing\n[ 0.379304] NetLabel: domain hash size = 128\n[ 0.380166] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.381130] NetLabel: unlabeled traffic allowed by default\n[ 0.382236] clocksource: Switched to clocksource kvm-clock\n[ 0.387651] AppArmor: AppArmor Filesystem Enabled\n[ 0.388647] pnp: PnP ACPI init\n[ 0.389565] pnp: PnP ACPI: found 5 devices\n[ 0.395949] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.397678] NET: Registered protocol family 2\n[ 0.398640] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.399932] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.401112] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.402291] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403389] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.404564] NET: Registered protocol family 1\n[ 0.405436] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.406546] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.407629] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.421624] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.435926] Trying to unpack rootfs image as initramfs...\n[ 0.485364] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.499226] Scanning for low memory corruption every 60 seconds\n[ 0.500573] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.501744] audit: initializing netlink subsys (disabled)\n[ 0.502797] audit: type=2000 audit(1536064706.579:1): initialized\n[ 0.504125] Initialise system trusted keyring\n[ 0.505088] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.506289] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.508271] zbud: loaded\n[ 0.508984] VFS: Disk quotas dquot_6.6.0\n[ 0.509818] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.511354] fuse init (API version 7.23)\n[ 0.512250] Key type big_key registered\n[ 0.513069] Allocating IMA MOK and blacklist keyrings.\n[ 0.514196] Key type asymmetric registered\n[ 0.515048] Asymmetric key parser 'x509' registered\n[ 0.516021] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.517512] io scheduler noop registered\n[ 0.518329] io scheduler deadline registered (default)\n[ 0.519339] io scheduler cfq registered\n[ 0.520551] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.521624] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.522923] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.524410] ACPI: Power Button [PWRF]\n[ 0.525251] GHES: HEST is not enabled!\n[ 0.538951] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.566887] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.569149] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.594541] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.596778] Linux agpgart interface v0.103\n[ 0.598829] brd: module loaded\n[ 0.599987] loop: module loaded\n[ 0.604305] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.605778] GPT:90111 != 2097151\n[ 0.606469] GPT:Alternate GPT header not at the end of the disk.\n[ 0.607575] GPT:90111 != 2097151\n[ 0.608250] GPT: Use GNU Parted to correct GPT errors.\n[ 0.609225] vda: vda1 vda15\n[ 0.610759] scsi host0: ata_piix\n[ 0.611503] scsi host1: ata_piix\n[ 0.612213] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.613447] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.614908] libphy: Fixed MDIO Bus: probed\n[ 0.615744] tun: Universal TUN/TAP device driver, 1.6\n[ 0.616706] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.618885] PPP generic driver version 2.4.2\n[ 0.619781] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.621077] ehci-pci: EHCI PCI platform driver\n[ 0.621965] ehci-platform: EHCI generic platform driver\n[ 0.622974] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.624125] ohci-pci: OHCI PCI platform driver\n[ 0.625016] ohci-platform: OHCI generic platform driver\n[ 0.626028] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.640430] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.641462] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.642949] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.644005] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.645147] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.646412] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.647869] usb usb1: Product: UHCI Host Controller\n[ 0.648827] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.649996] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.651020] hub 1-0:1.0: USB hub found\n[ 0.651818] hub 1-0:1.0: 2 ports detected\n[ 0.652739] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.654901] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.655878] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.656929] mousedev: PS/2 mouse device common for all mice\n[ 0.658205] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.660095] rtc_cmos 00:00: RTC can wake from S4\n[ 0.661216] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.662455] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.663684] i2c /dev entries driver\n[ 0.664453] device-mapper: uevent: version 1.0.3\n[ 0.665404] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.667076] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.668388] NET: Registered protocol family 10\n[ 0.669402] NET: Registered protocol family 17\n[ 0.670320] Key type dns_resolver registered\n[ 0.671276] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.672392] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.674166] registered taskstats version 1\n[ 0.675030] Loading compiled-in X.509 certificates\n[ 0.676517] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.678410] zswap: loaded using pool lzo/zbud\n[ 0.679770] Key type trusted registered\n[ 0.681324] Key type encrypted registered\n[ 0.682174] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.683241] ima: No TPM chip found, activating TPM-bypass!\n[ 0.684308] evm: HMAC attrs: 0x1\n[ 0.685250] Magic number: 2:172:632\n[ 0.686115] rtc_cmos 00:00: setting system clock to 2018-09-04 12:38:26 UTC (1536064706)\n[ 0.687758] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.688906] EDD information not available.\n[ 0.771346] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.772950] Write protecting the kernel read-only data: 14336k\n[ 0.785050] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.786923] 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.828596] 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.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... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\n"} 2018-09-04 12:39:10,104 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/5789cb2a-1dc6-4326-b807-f62a4885ca43/action used request id req-68c18493-5759-4eaa-95a6-f333db759765 2018-09-04 12:39:12,120 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/servers/5789cb2a-1dc6-4326-b807-f62a4885ca43/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7d2984c89f46b7d6fbaf39b31eddaa7f36043f96" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-04 12:39:13,186 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12:39:12 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-e0649959-665b-4282-9051-4529eb938cbb x-compute-request-id: req-e0649959-665b-4282-9051-4529eb938cbb 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-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 483562078 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 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.133844] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.135528] pid_max: default: 32768 minimum: 301\n[ 0.136437] ACPI: Core revision 20150930\n[ 0.137832] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.139166] Security Framework initialized\n[ 0.139998] Yama: becoming mindful.\n[ 0.140750] AppArmor: AppArmor initialized\n[ 0.141634] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.142994] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.144299] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.145544] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.146959] Initializing cgroup subsys io\n[ 0.147795] Initializing cgroup subsys memory\n[ 0.148676] Initializing cgroup subsys devices\n[ 0.149577] Initializing cgroup subsys freezer\n[ 0.150465] Initializing cgroup subsys net_cls\n[ 0.151347] Initializing cgroup subsys perf_event\n[ 0.152277] Initializing cgroup subsys net_prio\n[ 0.153192] Initializing cgroup subsys hugetlb\n[ 0.154085] Initializing cgroup subsys pids\n[ 0.154978] CPU: Physical Processor ID: 0\n[ 0.156483] mce: CPU supports 10 MCE banks\n[ 0.157356] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.158380] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.169090] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.175516] ftrace: allocating 31920 entries in 125 pages\n[ 0.201643] smpboot: Max logical packages: 1\n[ 0.202529] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.203908] x2apic enabled\n[ 0.204730] Switched APIC routing to physical x2apic.\n[ 0.206509] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.207646] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.209686] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.211505] KVM setup paravirtual spinlock\n[ 0.212811] x86: Booted up 1 node, 1 CPUs\n[ 0.213633] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.215055] devtmpfs: initialized\n[ 0.216776] evm: security.selinux\n[ 0.217483] evm: security.SMACK64\n[ 0.218177] evm: security.SMACK64EXEC\n[ 0.218960] evm: security.SMACK64TRANSMUTE\n[ 0.219775] evm: security.SMACK64MMAP\n[ 0.220529] evm: security.ima\n[ 0.221176] evm: security.capability\n[ 0.221989] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.223856] pinctrl core: initialized pinctrl subsystem\n[ 0.224971] RTC time: 12:38:25, date: 09/04/18\n[ 0.225930] NET: Registered protocol family 16\n[ 0.226907] cpuidle: using governor ladder\n[ 0.227729] cpuidle: using governor menu\n[ 0.228519] PCCT header not found.\n[ 0.229277] ACPI: bus type PCI registered\n[ 0.230082] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.231330] PCI: Using configuration type 1 for base access\n[ 0.233086] ACPI: Added _OSI(Module Device)\n[ 0.233947] ACPI: Added _OSI(Processor Device)\n[ 0.234821] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.235730] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.237861] ACPI: Interpreter enabled\n[ 0.238646] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.240504] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.242353] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.244233] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.246097] ACPI: (supports S0 S5)\n[ 0.246811] ACPI: Using IOAPIC for interrupt routing\n[ 0.247898] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.251010] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.252169] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.253413] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.254613] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.256856] acpiphp: Slot [3] registered\n[ 0.257671] acpiphp: Slot [4] registered\n[ 0.258482] acpiphp: Slot [5] registered\n[ 0.259283] acpiphp: Slot [6] registered\n[ 0.260085] acpiphp: Slot [7] registered\n[ 0.260897] acpiphp: Slot [8] registered\n[ 0.261704] acpiphp: Slot [9] registered\n[ 0.262505] acpiphp: Slot [10] registered\n[ 0.263321] acpiphp: Slot [11] registered\n[ 0.264138] acpiphp: Slot [12] registered\n[ 0.264960] acpiphp: Slot [13] registered\n[ 0.265785] acpiphp: Slot [14] registered\n[ 0.266599] acpiphp: Slot [15] registered\n[ 0.277486] acpiphp: Slot [16] registered\n[ 0.278336] acpiphp: Slot [17] registered\n[ 0.279156] acpiphp: Slot [18] registered\n[ 0.279990] acpiphp: Slot [19] registered\n[ 0.280812] acpiphp: Slot [20] registered\n[ 0.281632] acpiphp: Slot [21] registered\n[ 0.282450] acpiphp: Slot [22] registered\n[ 0.283262] acpiphp: Slot [23] registered\n[ 0.284078] acpiphp: Slot [24] registered\n[ 0.284894] acpiphp: Slot [25] registered\n[ 0.285714] acpiphp: Slot [26] registered\n[ 0.286530] acpiphp: Slot [27] registered\n[ 0.287341] acpiphp: Slot [28] registered\n[ 0.288159] acpiphp: Slot [29] registered\n[ 0.288972] acpiphp: Slot [30] registered\n[ 0.289795] acpiphp: Slot [31] registered\n[ 0.290607] PCI host bridge to bus 0000:00\n[ 0.291421] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.292637] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.293861] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.295318] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.296781] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.303065] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.304385] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.305573] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.306861] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.313251] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.314731] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.359955] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.361474] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.362924] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.364364] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.365780] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.367049] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.368212] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.369453] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.371019] vgaarb: loaded\n[ 0.371630] vgaarb: bridge control possible 0000:00:02.0\n[ 0.372779] SCSI subsystem initialized\n[ 0.373604] ACPI: bus type USB registered\n[ 0.374426] usbcore: registered new interface driver usbfs\n[ 0.375465] usbcore: registered new interface driver hub\n[ 0.376481] usbcore: registered new device driver usb\n[ 0.377549] PCI: Using ACPI for IRQ routing\n[ 0.378582] NetLabel: Initializing\n[ 0.379304] NetLabel: domain hash size = 128\n[ 0.380166] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.381130] NetLabel: unlabeled traffic allowed by default\n[ 0.382236] clocksource: Switched to clocksource kvm-clock\n[ 0.387651] AppArmor: AppArmor Filesystem Enabled\n[ 0.388647] pnp: PnP ACPI init\n[ 0.389565] pnp: PnP ACPI: found 5 devices\n[ 0.395949] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.397678] NET: Registered protocol family 2\n[ 0.398640] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.399932] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.401112] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.402291] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403389] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.404564] NET: Registered protocol family 1\n[ 0.405436] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.406546] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.407629] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.421624] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.435926] Trying to unpack rootfs image as initramfs...\n[ 0.485364] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.499226] Scanning for low memory corruption every 60 seconds\n[ 0.500573] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.501744] audit: initializing netlink subsys (disabled)\n[ 0.502797] audit: type=2000 audit(1536064706.579:1): initialized\n[ 0.504125] Initialise system trusted keyring\n[ 0.505088] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.506289] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.508271] zbud: loaded\n[ 0.508984] VFS: Disk quotas dquot_6.6.0\n[ 0.509818] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.511354] fuse init (API version 7.23)\n[ 0.512250] Key type big_key registered\n[ 0.513069] Allocating IMA MOK and blacklist keyrings.\n[ 0.514196] Key type asymmetric registered\n[ 0.515048] Asymmetric key parser 'x509' registered\n[ 0.516021] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.517512] io scheduler noop registered\n[ 0.518329] io scheduler deadline registered (default)\n[ 0.519339] io scheduler cfq registered\n[ 0.520551] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.521624] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.522923] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.524410] ACPI: Power Button [PWRF]\n[ 0.525251] GHES: HEST is not enabled!\n[ 0.538951] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.566887] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.569149] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.594541] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.596778] Linux agpgart interface v0.103\n[ 0.598829] brd: module loaded\n[ 0.599987] loop: module loaded\n[ 0.604305] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.605778] GPT:90111 != 2097151\n[ 0.606469] GPT:Alternate GPT header not at the end of the disk.\n[ 0.607575] GPT:90111 != 2097151\n[ 0.608250] GPT: Use GNU Parted to correct GPT errors.\n[ 0.609225] vda: vda1 vda15\n[ 0.610759] scsi host0: ata_piix\n[ 0.611503] scsi host1: ata_piix\n[ 0.612213] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.613447] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.614908] libphy: Fixed MDIO Bus: probed\n[ 0.615744] tun: Universal TUN/TAP device driver, 1.6\n[ 0.616706] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.618885] PPP generic driver version 2.4.2\n[ 0.619781] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.621077] ehci-pci: EHCI PCI platform driver\n[ 0.621965] ehci-platform: EHCI generic platform driver\n[ 0.622974] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.624125] ohci-pci: OHCI PCI platform driver\n[ 0.625016] ohci-platform: OHCI generic platform driver\n[ 0.626028] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.640430] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.641462] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.642949] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.644005] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.645147] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.646412] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.647869] usb usb1: Product: UHCI Host Controller\n[ 0.648827] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.649996] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.651020] hub 1-0:1.0: USB hub found\n[ 0.651818] hub 1-0:1.0: 2 ports detected\n[ 0.652739] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.654901] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.655878] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.656929] mousedev: PS/2 mouse device common for all mice\n[ 0.658205] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.660095] rtc_cmos 00:00: RTC can wake from S4\n[ 0.661216] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.662455] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.663684] i2c /dev entries driver\n[ 0.664453] device-mapper: uevent: version 1.0.3\n[ 0.665404] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.667076] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.668388] NET: Registered protocol family 10\n[ 0.669402] NET: Registered protocol family 17\n[ 0.670320] Key type dns_resolver registered\n[ 0.671276] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.672392] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.674166] registered taskstats version 1\n[ 0.675030] Loading compiled-in X.509 certificates\n[ 0.676517] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.678410] zswap: loaded using pool lzo/zbud\n[ 0.679770] Key type trusted registered\n[ 0.681324] Key type encrypted registered\n[ 0.682174] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.683241] ima: No TPM chip found, activating TPM-bypass!\n[ 0.684308] evm: HMAC attrs: 0x1\n[ 0.685250] Magic number: 2:172:632\n[ 0.686115] rtc_cmos 00:00: setting system clock to 2018-09-04 12:38:26 UTC (1536064706)\n[ 0.687758] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.688906] EDD information not available.\n[ 0.771346] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.772950] Write protecting the kernel read-only data: 14336k\n[ 0.785050] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.786923] 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.828596] 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.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... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\n"} 2018-09-04 12:39:13,187 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/5789cb2a-1dc6-4326-b807-f62a4885ca43/action used request id req-e0649959-665b-4282-9051-4529eb938cbb 2018-09-04 12:39:15,203 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/servers/5789cb2a-1dc6-4326-b807-f62a4885ca43/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7d2984c89f46b7d6fbaf39b31eddaa7f36043f96" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-04 12:39:16,328 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12: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-d4348ded-6e4c-46f5-8797-887c753a15e4 x-compute-request-id: req-d4348ded-6e4c-46f5-8797-887c753a15e4 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-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 483562078 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 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.133844] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.135528] pid_max: default: 32768 minimum: 301\n[ 0.136437] ACPI: Core revision 20150930\n[ 0.137832] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.139166] Security Framework initialized\n[ 0.139998] Yama: becoming mindful.\n[ 0.140750] AppArmor: AppArmor initialized\n[ 0.141634] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.142994] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.144299] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.145544] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.146959] Initializing cgroup subsys io\n[ 0.147795] Initializing cgroup subsys memory\n[ 0.148676] Initializing cgroup subsys devices\n[ 0.149577] Initializing cgroup subsys freezer\n[ 0.150465] Initializing cgroup subsys net_cls\n[ 0.151347] Initializing cgroup subsys perf_event\n[ 0.152277] Initializing cgroup subsys net_prio\n[ 0.153192] Initializing cgroup subsys hugetlb\n[ 0.154085] Initializing cgroup subsys pids\n[ 0.154978] CPU: Physical Processor ID: 0\n[ 0.156483] mce: CPU supports 10 MCE banks\n[ 0.157356] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.158380] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.169090] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.175516] ftrace: allocating 31920 entries in 125 pages\n[ 0.201643] smpboot: Max logical packages: 1\n[ 0.202529] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.203908] x2apic enabled\n[ 0.204730] Switched APIC routing to physical x2apic.\n[ 0.206509] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.207646] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.209686] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.211505] KVM setup paravirtual spinlock\n[ 0.212811] x86: Booted up 1 node, 1 CPUs\n[ 0.213633] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.215055] devtmpfs: initialized\n[ 0.216776] evm: security.selinux\n[ 0.217483] evm: security.SMACK64\n[ 0.218177] evm: security.SMACK64EXEC\n[ 0.218960] evm: security.SMACK64TRANSMUTE\n[ 0.219775] evm: security.SMACK64MMAP\n[ 0.220529] evm: security.ima\n[ 0.221176] evm: security.capability\n[ 0.221989] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.223856] pinctrl core: initialized pinctrl subsystem\n[ 0.224971] RTC time: 12:38:25, date: 09/04/18\n[ 0.225930] NET: Registered protocol family 16\n[ 0.226907] cpuidle: using governor ladder\n[ 0.227729] cpuidle: using governor menu\n[ 0.228519] PCCT header not found.\n[ 0.229277] ACPI: bus type PCI registered\n[ 0.230082] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.231330] PCI: Using configuration type 1 for base access\n[ 0.233086] ACPI: Added _OSI(Module Device)\n[ 0.233947] ACPI: Added _OSI(Processor Device)\n[ 0.234821] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.235730] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.237861] ACPI: Interpreter enabled\n[ 0.238646] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.240504] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.242353] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.244233] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.246097] ACPI: (supports S0 S5)\n[ 0.246811] ACPI: Using IOAPIC for interrupt routing\n[ 0.247898] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.251010] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.252169] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.253413] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.254613] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.256856] acpiphp: Slot [3] registered\n[ 0.257671] acpiphp: Slot [4] registered\n[ 0.258482] acpiphp: Slot [5] registered\n[ 0.259283] acpiphp: Slot [6] registered\n[ 0.260085] acpiphp: Slot [7] registered\n[ 0.260897] acpiphp: Slot [8] registered\n[ 0.261704] acpiphp: Slot [9] registered\n[ 0.262505] acpiphp: Slot [10] registered\n[ 0.263321] acpiphp: Slot [11] registered\n[ 0.264138] acpiphp: Slot [12] registered\n[ 0.264960] acpiphp: Slot [13] registered\n[ 0.265785] acpiphp: Slot [14] registered\n[ 0.266599] acpiphp: Slot [15] registered\n[ 0.277486] acpiphp: Slot [16] registered\n[ 0.278336] acpiphp: Slot [17] registered\n[ 0.279156] acpiphp: Slot [18] registered\n[ 0.279990] acpiphp: Slot [19] registered\n[ 0.280812] acpiphp: Slot [20] registered\n[ 0.281632] acpiphp: Slot [21] registered\n[ 0.282450] acpiphp: Slot [22] registered\n[ 0.283262] acpiphp: Slot [23] registered\n[ 0.284078] acpiphp: Slot [24] registered\n[ 0.284894] acpiphp: Slot [25] registered\n[ 0.285714] acpiphp: Slot [26] registered\n[ 0.286530] acpiphp: Slot [27] registered\n[ 0.287341] acpiphp: Slot [28] registered\n[ 0.288159] acpiphp: Slot [29] registered\n[ 0.288972] acpiphp: Slot [30] registered\n[ 0.289795] acpiphp: Slot [31] registered\n[ 0.290607] PCI host bridge to bus 0000:00\n[ 0.291421] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.292637] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.293861] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.295318] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.296781] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.303065] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.304385] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.305573] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.306861] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.313251] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.314731] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.359955] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.361474] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.362924] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.364364] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.365780] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.367049] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.368212] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.369453] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.371019] vgaarb: loaded\n[ 0.371630] vgaarb: bridge control possible 0000:00:02.0\n[ 0.372779] SCSI subsystem initialized\n[ 0.373604] ACPI: bus type USB registered\n[ 0.374426] usbcore: registered new interface driver usbfs\n[ 0.375465] usbcore: registered new interface driver hub\n[ 0.376481] usbcore: registered new device driver usb\n[ 0.377549] PCI: Using ACPI for IRQ routing\n[ 0.378582] NetLabel: Initializing\n[ 0.379304] NetLabel: domain hash size = 128\n[ 0.380166] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.381130] NetLabel: unlabeled traffic allowed by default\n[ 0.382236] clocksource: Switched to clocksource kvm-clock\n[ 0.387651] AppArmor: AppArmor Filesystem Enabled\n[ 0.388647] pnp: PnP ACPI init\n[ 0.389565] pnp: PnP ACPI: found 5 devices\n[ 0.395949] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.397678] NET: Registered protocol family 2\n[ 0.398640] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.399932] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.401112] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.402291] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403389] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.404564] NET: Registered protocol family 1\n[ 0.405436] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.406546] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.407629] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.421624] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.435926] Trying to unpack rootfs image as initramfs...\n[ 0.485364] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.499226] Scanning for low memory corruption every 60 seconds\n[ 0.500573] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.501744] audit: initializing netlink subsys (disabled)\n[ 0.502797] audit: type=2000 audit(1536064706.579:1): initialized\n[ 0.504125] Initialise system trusted keyring\n[ 0.505088] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.506289] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.508271] zbud: loaded\n[ 0.508984] VFS: Disk quotas dquot_6.6.0\n[ 0.509818] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.511354] fuse init (API version 7.23)\n[ 0.512250] Key type big_key registered\n[ 0.513069] Allocating IMA MOK and blacklist keyrings.\n[ 0.514196] Key type asymmetric registered\n[ 0.515048] Asymmetric key parser 'x509' registered\n[ 0.516021] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.517512] io scheduler noop registered\n[ 0.518329] io scheduler deadline registered (default)\n[ 0.519339] io scheduler cfq registered\n[ 0.520551] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.521624] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.522923] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.524410] ACPI: Power Button [PWRF]\n[ 0.525251] GHES: HEST is not enabled!\n[ 0.538951] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.566887] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.569149] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.594541] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.596778] Linux agpgart interface v0.103\n[ 0.598829] brd: module loaded\n[ 0.599987] loop: module loaded\n[ 0.604305] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.605778] GPT:90111 != 2097151\n[ 0.606469] GPT:Alternate GPT header not at the end of the disk.\n[ 0.607575] GPT:90111 != 2097151\n[ 0.608250] GPT: Use GNU Parted to correct GPT errors.\n[ 0.609225] vda: vda1 vda15\n[ 0.610759] scsi host0: ata_piix\n[ 0.611503] scsi host1: ata_piix\n[ 0.612213] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.613447] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.614908] libphy: Fixed MDIO Bus: probed\n[ 0.615744] tun: Universal TUN/TAP device driver, 1.6\n[ 0.616706] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.618885] PPP generic driver version 2.4.2\n[ 0.619781] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.621077] ehci-pci: EHCI PCI platform driver\n[ 0.621965] ehci-platform: EHCI generic platform driver\n[ 0.622974] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.624125] ohci-pci: OHCI PCI platform driver\n[ 0.625016] ohci-platform: OHCI generic platform driver\n[ 0.626028] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.640430] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.641462] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.642949] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.644005] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.645147] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.646412] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.647869] usb usb1: Product: UHCI Host Controller\n[ 0.648827] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.649996] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.651020] hub 1-0:1.0: USB hub found\n[ 0.651818] hub 1-0:1.0: 2 ports detected\n[ 0.652739] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.654901] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.655878] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.656929] mousedev: PS/2 mouse device common for all mice\n[ 0.658205] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.660095] rtc_cmos 00:00: RTC can wake from S4\n[ 0.661216] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.662455] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.663684] i2c /dev entries driver\n[ 0.664453] device-mapper: uevent: version 1.0.3\n[ 0.665404] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.667076] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.668388] NET: Registered protocol family 10\n[ 0.669402] NET: Registered protocol family 17\n[ 0.670320] Key type dns_resolver registered\n[ 0.671276] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.672392] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.674166] registered taskstats version 1\n[ 0.675030] Loading compiled-in X.509 certificates\n[ 0.676517] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.678410] zswap: loaded using pool lzo/zbud\n[ 0.679770] Key type trusted registered\n[ 0.681324] Key type encrypted registered\n[ 0.682174] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.683241] ima: No TPM chip found, activating TPM-bypass!\n[ 0.684308] evm: HMAC attrs: 0x1\n[ 0.685250] Magic number: 2:172:632\n[ 0.686115] rtc_cmos 00:00: setting system clock to 2018-09-04 12:38:26 UTC (1536064706)\n[ 0.687758] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.688906] EDD information not available.\n[ 0.771346] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.772950] Write protecting the kernel read-only data: 14336k\n[ 0.785050] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.786923] 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.828596] 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.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... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\n"} 2018-09-04 12:39:16,329 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/5789cb2a-1dc6-4326-b807-f62a4885ca43/action used request id req-d4348ded-6e4c-46f5-8797-887c753a15e4 2018-09-04 12:39:18,344 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/servers/5789cb2a-1dc6-4326-b807-f62a4885ca43/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7d2984c89f46b7d6fbaf39b31eddaa7f36043f96" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-04 12:39:19,408 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12: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-faa7700c-d279-4dcd-90c7-fa08ebaf3452 x-compute-request-id: req-faa7700c-d279-4dcd-90c7-fa08ebaf3452 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-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 483562078 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 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.133844] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.135528] pid_max: default: 32768 minimum: 301\n[ 0.136437] ACPI: Core revision 20150930\n[ 0.137832] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.139166] Security Framework initialized\n[ 0.139998] Yama: becoming mindful.\n[ 0.140750] AppArmor: AppArmor initialized\n[ 0.141634] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.142994] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.144299] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.145544] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.146959] Initializing cgroup subsys io\n[ 0.147795] Initializing cgroup subsys memory\n[ 0.148676] Initializing cgroup subsys devices\n[ 0.149577] Initializing cgroup subsys freezer\n[ 0.150465] Initializing cgroup subsys net_cls\n[ 0.151347] Initializing cgroup subsys perf_event\n[ 0.152277] Initializing cgroup subsys net_prio\n[ 0.153192] Initializing cgroup subsys hugetlb\n[ 0.154085] Initializing cgroup subsys pids\n[ 0.154978] CPU: Physical Processor ID: 0\n[ 0.156483] mce: CPU supports 10 MCE banks\n[ 0.157356] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.158380] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.169090] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.175516] ftrace: allocating 31920 entries in 125 pages\n[ 0.201643] smpboot: Max logical packages: 1\n[ 0.202529] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.203908] x2apic enabled\n[ 0.204730] Switched APIC routing to physical x2apic.\n[ 0.206509] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.207646] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.209686] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.211505] KVM setup paravirtual spinlock\n[ 0.212811] x86: Booted up 1 node, 1 CPUs\n[ 0.213633] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.215055] devtmpfs: initialized\n[ 0.216776] evm: security.selinux\n[ 0.217483] evm: security.SMACK64\n[ 0.218177] evm: security.SMACK64EXEC\n[ 0.218960] evm: security.SMACK64TRANSMUTE\n[ 0.219775] evm: security.SMACK64MMAP\n[ 0.220529] evm: security.ima\n[ 0.221176] evm: security.capability\n[ 0.221989] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.223856] pinctrl core: initialized pinctrl subsystem\n[ 0.224971] RTC time: 12:38:25, date: 09/04/18\n[ 0.225930] NET: Registered protocol family 16\n[ 0.226907] cpuidle: using governor ladder\n[ 0.227729] cpuidle: using governor menu\n[ 0.228519] PCCT header not found.\n[ 0.229277] ACPI: bus type PCI registered\n[ 0.230082] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.231330] PCI: Using configuration type 1 for base access\n[ 0.233086] ACPI: Added _OSI(Module Device)\n[ 0.233947] ACPI: Added _OSI(Processor Device)\n[ 0.234821] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.235730] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.237861] ACPI: Interpreter enabled\n[ 0.238646] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.240504] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.242353] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.244233] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.246097] ACPI: (supports S0 S5)\n[ 0.246811] ACPI: Using IOAPIC for interrupt routing\n[ 0.247898] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.251010] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.252169] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.253413] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.254613] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.256856] acpiphp: Slot [3] registered\n[ 0.257671] acpiphp: Slot [4] registered\n[ 0.258482] acpiphp: Slot [5] registered\n[ 0.259283] acpiphp: Slot [6] registered\n[ 0.260085] acpiphp: Slot [7] registered\n[ 0.260897] acpiphp: Slot [8] registered\n[ 0.261704] acpiphp: Slot [9] registered\n[ 0.262505] acpiphp: Slot [10] registered\n[ 0.263321] acpiphp: Slot [11] registered\n[ 0.264138] acpiphp: Slot [12] registered\n[ 0.264960] acpiphp: Slot [13] registered\n[ 0.265785] acpiphp: Slot [14] registered\n[ 0.266599] acpiphp: Slot [15] registered\n[ 0.277486] acpiphp: Slot [16] registered\n[ 0.278336] acpiphp: Slot [17] registered\n[ 0.279156] acpiphp: Slot [18] registered\n[ 0.279990] acpiphp: Slot [19] registered\n[ 0.280812] acpiphp: Slot [20] registered\n[ 0.281632] acpiphp: Slot [21] registered\n[ 0.282450] acpiphp: Slot [22] registered\n[ 0.283262] acpiphp: Slot [23] registered\n[ 0.284078] acpiphp: Slot [24] registered\n[ 0.284894] acpiphp: Slot [25] registered\n[ 0.285714] acpiphp: Slot [26] registered\n[ 0.286530] acpiphp: Slot [27] registered\n[ 0.287341] acpiphp: Slot [28] registered\n[ 0.288159] acpiphp: Slot [29] registered\n[ 0.288972] acpiphp: Slot [30] registered\n[ 0.289795] acpiphp: Slot [31] registered\n[ 0.290607] PCI host bridge to bus 0000:00\n[ 0.291421] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.292637] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.293861] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.295318] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.296781] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.303065] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.304385] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.305573] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.306861] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.313251] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.314731] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.359955] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.361474] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.362924] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.364364] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.365780] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.367049] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.368212] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.369453] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.371019] vgaarb: loaded\n[ 0.371630] vgaarb: bridge control possible 0000:00:02.0\n[ 0.372779] SCSI subsystem initialized\n[ 0.373604] ACPI: bus type USB registered\n[ 0.374426] usbcore: registered new interface driver usbfs\n[ 0.375465] usbcore: registered new interface driver hub\n[ 0.376481] usbcore: registered new device driver usb\n[ 0.377549] PCI: Using ACPI for IRQ routing\n[ 0.378582] NetLabel: Initializing\n[ 0.379304] NetLabel: domain hash size = 128\n[ 0.380166] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.381130] NetLabel: unlabeled traffic allowed by default\n[ 0.382236] clocksource: Switched to clocksource kvm-clock\n[ 0.387651] AppArmor: AppArmor Filesystem Enabled\n[ 0.388647] pnp: PnP ACPI init\n[ 0.389565] pnp: PnP ACPI: found 5 devices\n[ 0.395949] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.397678] NET: Registered protocol family 2\n[ 0.398640] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.399932] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.401112] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.402291] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403389] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.404564] NET: Registered protocol family 1\n[ 0.405436] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.406546] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.407629] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.421624] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.435926] Trying to unpack rootfs image as initramfs...\n[ 0.485364] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.499226] Scanning for low memory corruption every 60 seconds\n[ 0.500573] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.501744] audit: initializing netlink subsys (disabled)\n[ 0.502797] audit: type=2000 audit(1536064706.579:1): initialized\n[ 0.504125] Initialise system trusted keyring\n[ 0.505088] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.506289] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.508271] zbud: loaded\n[ 0.508984] VFS: Disk quotas dquot_6.6.0\n[ 0.509818] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.511354] fuse init (API version 7.23)\n[ 0.512250] Key type big_key registered\n[ 0.513069] Allocating IMA MOK and blacklist keyrings.\n[ 0.514196] Key type asymmetric registered\n[ 0.515048] Asymmetric key parser 'x509' registered\n[ 0.516021] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.517512] io scheduler noop registered\n[ 0.518329] io scheduler deadline registered (default)\n[ 0.519339] io scheduler cfq registered\n[ 0.520551] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.521624] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.522923] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.524410] ACPI: Power Button [PWRF]\n[ 0.525251] GHES: HEST is not enabled!\n[ 0.538951] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.566887] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.569149] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.594541] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.596778] Linux agpgart interface v0.103\n[ 0.598829] brd: module loaded\n[ 0.599987] loop: module loaded\n[ 0.604305] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.605778] GPT:90111 != 2097151\n[ 0.606469] GPT:Alternate GPT header not at the end of the disk.\n[ 0.607575] GPT:90111 != 2097151\n[ 0.608250] GPT: Use GNU Parted to correct GPT errors.\n[ 0.609225] vda: vda1 vda15\n[ 0.610759] scsi host0: ata_piix\n[ 0.611503] scsi host1: ata_piix\n[ 0.612213] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.613447] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.614908] libphy: Fixed MDIO Bus: probed\n[ 0.615744] tun: Universal TUN/TAP device driver, 1.6\n[ 0.616706] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.618885] PPP generic driver version 2.4.2\n[ 0.619781] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.621077] ehci-pci: EHCI PCI platform driver\n[ 0.621965] ehci-platform: EHCI generic platform driver\n[ 0.622974] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.624125] ohci-pci: OHCI PCI platform driver\n[ 0.625016] ohci-platform: OHCI generic platform driver\n[ 0.626028] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.640430] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.641462] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.642949] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.644005] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.645147] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.646412] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.647869] usb usb1: Product: UHCI Host Controller\n[ 0.648827] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.649996] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.651020] hub 1-0:1.0: USB hub found\n[ 0.651818] hub 1-0:1.0: 2 ports detected\n[ 0.652739] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.654901] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.655878] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.656929] mousedev: PS/2 mouse device common for all mice\n[ 0.658205] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.660095] rtc_cmos 00:00: RTC can wake from S4\n[ 0.661216] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.662455] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.663684] i2c /dev entries driver\n[ 0.664453] device-mapper: uevent: version 1.0.3\n[ 0.665404] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.667076] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.668388] NET: Registered protocol family 10\n[ 0.669402] NET: Registered protocol family 17\n[ 0.670320] Key type dns_resolver registered\n[ 0.671276] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.672392] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.674166] registered taskstats version 1\n[ 0.675030] Loading compiled-in X.509 certificates\n[ 0.676517] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.678410] zswap: loaded using pool lzo/zbud\n[ 0.679770] Key type trusted registered\n[ 0.681324] Key type encrypted registered\n[ 0.682174] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.683241] ima: No TPM chip found, activating TPM-bypass!\n[ 0.684308] evm: HMAC attrs: 0x1\n[ 0.685250] Magic number: 2:172:632\n[ 0.686115] rtc_cmos 00:00: setting system clock to 2018-09-04 12:38:26 UTC (1536064706)\n[ 0.687758] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.688906] EDD information not available.\n[ 0.771346] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.772950] Write protecting the kernel read-only data: 14336k\n[ 0.785050] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.786923] 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.828596] 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.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... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\n"} 2018-09-04 12:39:19,409 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/5789cb2a-1dc6-4326-b807-f62a4885ca43/action used request id req-faa7700c-d279-4dcd-90c7-fa08ebaf3452 2018-09-04 12:39:21,425 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/servers/5789cb2a-1dc6-4326-b807-f62a4885ca43/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7d2984c89f46b7d6fbaf39b31eddaa7f36043f96" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-04 12:39:22,492 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12:39: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-447317ed-0de3-4d3a-a65b-77b8c7a4be0c x-compute-request-id: req-447317ed-0de3-4d3a-a65b-77b8c7a4be0c 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-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 483562078 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 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.133844] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.135528] pid_max: default: 32768 minimum: 301\n[ 0.136437] ACPI: Core revision 20150930\n[ 0.137832] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.139166] Security Framework initialized\n[ 0.139998] Yama: becoming mindful.\n[ 0.140750] AppArmor: AppArmor initialized\n[ 0.141634] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.142994] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.144299] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.145544] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.146959] Initializing cgroup subsys io\n[ 0.147795] Initializing cgroup subsys memory\n[ 0.148676] Initializing cgroup subsys devices\n[ 0.149577] Initializing cgroup subsys freezer\n[ 0.150465] Initializing cgroup subsys net_cls\n[ 0.151347] Initializing cgroup subsys perf_event\n[ 0.152277] Initializing cgroup subsys net_prio\n[ 0.153192] Initializing cgroup subsys hugetlb\n[ 0.154085] Initializing cgroup subsys pids\n[ 0.154978] CPU: Physical Processor ID: 0\n[ 0.156483] mce: CPU supports 10 MCE banks\n[ 0.157356] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.158380] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.169090] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.175516] ftrace: allocating 31920 entries in 125 pages\n[ 0.201643] smpboot: Max logical packages: 1\n[ 0.202529] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.203908] x2apic enabled\n[ 0.204730] Switched APIC routing to physical x2apic.\n[ 0.206509] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.207646] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.209686] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.211505] KVM setup paravirtual spinlock\n[ 0.212811] x86: Booted up 1 node, 1 CPUs\n[ 0.213633] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.215055] devtmpfs: initialized\n[ 0.216776] evm: security.selinux\n[ 0.217483] evm: security.SMACK64\n[ 0.218177] evm: security.SMACK64EXEC\n[ 0.218960] evm: security.SMACK64TRANSMUTE\n[ 0.219775] evm: security.SMACK64MMAP\n[ 0.220529] evm: security.ima\n[ 0.221176] evm: security.capability\n[ 0.221989] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.223856] pinctrl core: initialized pinctrl subsystem\n[ 0.224971] RTC time: 12:38:25, date: 09/04/18\n[ 0.225930] NET: Registered protocol family 16\n[ 0.226907] cpuidle: using governor ladder\n[ 0.227729] cpuidle: using governor menu\n[ 0.228519] PCCT header not found.\n[ 0.229277] ACPI: bus type PCI registered\n[ 0.230082] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.231330] PCI: Using configuration type 1 for base access\n[ 0.233086] ACPI: Added _OSI(Module Device)\n[ 0.233947] ACPI: Added _OSI(Processor Device)\n[ 0.234821] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.235730] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.237861] ACPI: Interpreter enabled\n[ 0.238646] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.240504] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.242353] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.244233] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.246097] ACPI: (supports S0 S5)\n[ 0.246811] ACPI: Using IOAPIC for interrupt routing\n[ 0.247898] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.251010] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.252169] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.253413] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.254613] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.256856] acpiphp: Slot [3] registered\n[ 0.257671] acpiphp: Slot [4] registered\n[ 0.258482] acpiphp: Slot [5] registered\n[ 0.259283] acpiphp: Slot [6] registered\n[ 0.260085] acpiphp: Slot [7] registered\n[ 0.260897] acpiphp: Slot [8] registered\n[ 0.261704] acpiphp: Slot [9] registered\n[ 0.262505] acpiphp: Slot [10] registered\n[ 0.263321] acpiphp: Slot [11] registered\n[ 0.264138] acpiphp: Slot [12] registered\n[ 0.264960] acpiphp: Slot [13] registered\n[ 0.265785] acpiphp: Slot [14] registered\n[ 0.266599] acpiphp: Slot [15] registered\n[ 0.277486] acpiphp: Slot [16] registered\n[ 0.278336] acpiphp: Slot [17] registered\n[ 0.279156] acpiphp: Slot [18] registered\n[ 0.279990] acpiphp: Slot [19] registered\n[ 0.280812] acpiphp: Slot [20] registered\n[ 0.281632] acpiphp: Slot [21] registered\n[ 0.282450] acpiphp: Slot [22] registered\n[ 0.283262] acpiphp: Slot [23] registered\n[ 0.284078] acpiphp: Slot [24] registered\n[ 0.284894] acpiphp: Slot [25] registered\n[ 0.285714] acpiphp: Slot [26] registered\n[ 0.286530] acpiphp: Slot [27] registered\n[ 0.287341] acpiphp: Slot [28] registered\n[ 0.288159] acpiphp: Slot [29] registered\n[ 0.288972] acpiphp: Slot [30] registered\n[ 0.289795] acpiphp: Slot [31] registered\n[ 0.290607] PCI host bridge to bus 0000:00\n[ 0.291421] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.292637] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.293861] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.295318] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.296781] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.303065] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.304385] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.305573] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.306861] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.313251] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.314731] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.359955] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.361474] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.362924] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.364364] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.365780] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.367049] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.368212] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.369453] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.371019] vgaarb: loaded\n[ 0.371630] vgaarb: bridge control possible 0000:00:02.0\n[ 0.372779] SCSI subsystem initialized\n[ 0.373604] ACPI: bus type USB registered\n[ 0.374426] usbcore: registered new interface driver usbfs\n[ 0.375465] usbcore: registered new interface driver hub\n[ 0.376481] usbcore: registered new device driver usb\n[ 0.377549] PCI: Using ACPI for IRQ routing\n[ 0.378582] NetLabel: Initializing\n[ 0.379304] NetLabel: domain hash size = 128\n[ 0.380166] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.381130] NetLabel: unlabeled traffic allowed by default\n[ 0.382236] clocksource: Switched to clocksource kvm-clock\n[ 0.387651] AppArmor: AppArmor Filesystem Enabled\n[ 0.388647] pnp: PnP ACPI init\n[ 0.389565] pnp: PnP ACPI: found 5 devices\n[ 0.395949] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.397678] NET: Registered protocol family 2\n[ 0.398640] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.399932] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.401112] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.402291] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403389] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.404564] NET: Registered protocol family 1\n[ 0.405436] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.406546] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.407629] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.421624] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.435926] Trying to unpack rootfs image as initramfs...\n[ 0.485364] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.499226] Scanning for low memory corruption every 60 seconds\n[ 0.500573] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.501744] audit: initializing netlink subsys (disabled)\n[ 0.502797] audit: type=2000 audit(1536064706.579:1): initialized\n[ 0.504125] Initialise system trusted keyring\n[ 0.505088] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.506289] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.508271] zbud: loaded\n[ 0.508984] VFS: Disk quotas dquot_6.6.0\n[ 0.509818] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.511354] fuse init (API version 7.23)\n[ 0.512250] Key type big_key registered\n[ 0.513069] Allocating IMA MOK and blacklist keyrings.\n[ 0.514196] Key type asymmetric registered\n[ 0.515048] Asymmetric key parser 'x509' registered\n[ 0.516021] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.517512] io scheduler noop registered\n[ 0.518329] io scheduler deadline registered (default)\n[ 0.519339] io scheduler cfq registered\n[ 0.520551] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.521624] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.522923] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.524410] ACPI: Power Button [PWRF]\n[ 0.525251] GHES: HEST is not enabled!\n[ 0.538951] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.566887] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.569149] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.594541] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.596778] Linux agpgart interface v0.103\n[ 0.598829] brd: module loaded\n[ 0.599987] loop: module loaded\n[ 0.604305] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.605778] GPT:90111 != 2097151\n[ 0.606469] GPT:Alternate GPT header not at the end of the disk.\n[ 0.607575] GPT:90111 != 2097151\n[ 0.608250] GPT: Use GNU Parted to correct GPT errors.\n[ 0.609225] vda: vda1 vda15\n[ 0.610759] scsi host0: ata_piix\n[ 0.611503] scsi host1: ata_piix\n[ 0.612213] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.613447] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.614908] libphy: Fixed MDIO Bus: probed\n[ 0.615744] tun: Universal TUN/TAP device driver, 1.6\n[ 0.616706] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.618885] PPP generic driver version 2.4.2\n[ 0.619781] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.621077] ehci-pci: EHCI PCI platform driver\n[ 0.621965] ehci-platform: EHCI generic platform driver\n[ 0.622974] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.624125] ohci-pci: OHCI PCI platform driver\n[ 0.625016] ohci-platform: OHCI generic platform driver\n[ 0.626028] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.640430] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.641462] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.642949] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.644005] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.645147] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.646412] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.647869] usb usb1: Product: UHCI Host Controller\n[ 0.648827] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.649996] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.651020] hub 1-0:1.0: USB hub found\n[ 0.651818] hub 1-0:1.0: 2 ports detected\n[ 0.652739] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.654901] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.655878] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.656929] mousedev: PS/2 mouse device common for all mice\n[ 0.658205] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.660095] rtc_cmos 00:00: RTC can wake from S4\n[ 0.661216] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.662455] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.663684] i2c /dev entries driver\n[ 0.664453] device-mapper: uevent: version 1.0.3\n[ 0.665404] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.667076] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.668388] NET: Registered protocol family 10\n[ 0.669402] NET: Registered protocol family 17\n[ 0.670320] Key type dns_resolver registered\n[ 0.671276] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.672392] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.674166] registered taskstats version 1\n[ 0.675030] Loading compiled-in X.509 certificates\n[ 0.676517] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.678410] zswap: loaded using pool lzo/zbud\n[ 0.679770] Key type trusted registered\n[ 0.681324] Key type encrypted registered\n[ 0.682174] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.683241] ima: No TPM chip found, activating TPM-bypass!\n[ 0.684308] evm: HMAC attrs: 0x1\n[ 0.685250] Magic number: 2:172:632\n[ 0.686115] rtc_cmos 00:00: setting system clock to 2018-09-04 12:38:26 UTC (1536064706)\n[ 0.687758] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.688906] EDD information not available.\n[ 0.771346] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.772950] Write protecting the kernel read-only data: 14336k\n[ 0.785050] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.786923] 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.828596] 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.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... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\n"} 2018-09-04 12:39:22,493 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/5789cb2a-1dc6-4326-b807-f62a4885ca43/action used request id req-447317ed-0de3-4d3a-a65b-77b8c7a4be0c 2018-09-04 12:39:24,509 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/servers/5789cb2a-1dc6-4326-b807-f62a4885ca43/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7d2984c89f46b7d6fbaf39b31eddaa7f36043f96" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-04 12:39:25,587 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12:39:24 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-56f81134-b35b-4303-a5f4-e8ac82a5f1fa x-compute-request-id: req-56f81134-b35b-4303-a5f4-e8ac82a5f1fa 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-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 483562078 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 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.133844] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.135528] pid_max: default: 32768 minimum: 301\n[ 0.136437] ACPI: Core revision 20150930\n[ 0.137832] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.139166] Security Framework initialized\n[ 0.139998] Yama: becoming mindful.\n[ 0.140750] AppArmor: AppArmor initialized\n[ 0.141634] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.142994] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.144299] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.145544] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.146959] Initializing cgroup subsys io\n[ 0.147795] Initializing cgroup subsys memory\n[ 0.148676] Initializing cgroup subsys devices\n[ 0.149577] Initializing cgroup subsys freezer\n[ 0.150465] Initializing cgroup subsys net_cls\n[ 0.151347] Initializing cgroup subsys perf_event\n[ 0.152277] Initializing cgroup subsys net_prio\n[ 0.153192] Initializing cgroup subsys hugetlb\n[ 0.154085] Initializing cgroup subsys pids\n[ 0.154978] CPU: Physical Processor ID: 0\n[ 0.156483] mce: CPU supports 10 MCE banks\n[ 0.157356] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.158380] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.169090] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.175516] ftrace: allocating 31920 entries in 125 pages\n[ 0.201643] smpboot: Max logical packages: 1\n[ 0.202529] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.203908] x2apic enabled\n[ 0.204730] Switched APIC routing to physical x2apic.\n[ 0.206509] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.207646] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.209686] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.211505] KVM setup paravirtual spinlock\n[ 0.212811] x86: Booted up 1 node, 1 CPUs\n[ 0.213633] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.215055] devtmpfs: initialized\n[ 0.216776] evm: security.selinux\n[ 0.217483] evm: security.SMACK64\n[ 0.218177] evm: security.SMACK64EXEC\n[ 0.218960] evm: security.SMACK64TRANSMUTE\n[ 0.219775] evm: security.SMACK64MMAP\n[ 0.220529] evm: security.ima\n[ 0.221176] evm: security.capability\n[ 0.221989] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.223856] pinctrl core: initialized pinctrl subsystem\n[ 0.224971] RTC time: 12:38:25, date: 09/04/18\n[ 0.225930] NET: Registered protocol family 16\n[ 0.226907] cpuidle: using governor ladder\n[ 0.227729] cpuidle: using governor menu\n[ 0.228519] PCCT header not found.\n[ 0.229277] ACPI: bus type PCI registered\n[ 0.230082] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.231330] PCI: Using configuration type 1 for base access\n[ 0.233086] ACPI: Added _OSI(Module Device)\n[ 0.233947] ACPI: Added _OSI(Processor Device)\n[ 0.234821] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.235730] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.237861] ACPI: Interpreter enabled\n[ 0.238646] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.240504] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.242353] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.244233] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.246097] ACPI: (supports S0 S5)\n[ 0.246811] ACPI: Using IOAPIC for interrupt routing\n[ 0.247898] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.251010] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.252169] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.253413] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.254613] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.256856] acpiphp: Slot [3] registered\n[ 0.257671] acpiphp: Slot [4] registered\n[ 0.258482] acpiphp: Slot [5] registered\n[ 0.259283] acpiphp: Slot [6] registered\n[ 0.260085] acpiphp: Slot [7] registered\n[ 0.260897] acpiphp: Slot [8] registered\n[ 0.261704] acpiphp: Slot [9] registered\n[ 0.262505] acpiphp: Slot [10] registered\n[ 0.263321] acpiphp: Slot [11] registered\n[ 0.264138] acpiphp: Slot [12] registered\n[ 0.264960] acpiphp: Slot [13] registered\n[ 0.265785] acpiphp: Slot [14] registered\n[ 0.266599] acpiphp: Slot [15] registered\n[ 0.277486] acpiphp: Slot [16] registered\n[ 0.278336] acpiphp: Slot [17] registered\n[ 0.279156] acpiphp: Slot [18] registered\n[ 0.279990] acpiphp: Slot [19] registered\n[ 0.280812] acpiphp: Slot [20] registered\n[ 0.281632] acpiphp: Slot [21] registered\n[ 0.282450] acpiphp: Slot [22] registered\n[ 0.283262] acpiphp: Slot [23] registered\n[ 0.284078] acpiphp: Slot [24] registered\n[ 0.284894] acpiphp: Slot [25] registered\n[ 0.285714] acpiphp: Slot [26] registered\n[ 0.286530] acpiphp: Slot [27] registered\n[ 0.287341] acpiphp: Slot [28] registered\n[ 0.288159] acpiphp: Slot [29] registered\n[ 0.288972] acpiphp: Slot [30] registered\n[ 0.289795] acpiphp: Slot [31] registered\n[ 0.290607] PCI host bridge to bus 0000:00\n[ 0.291421] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.292637] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.293861] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.295318] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.296781] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.303065] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.304385] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.305573] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.306861] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.313251] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.314731] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.359955] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.361474] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.362924] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.364364] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.365780] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.367049] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.368212] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.369453] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.371019] vgaarb: loaded\n[ 0.371630] vgaarb: bridge control possible 0000:00:02.0\n[ 0.372779] SCSI subsystem initialized\n[ 0.373604] ACPI: bus type USB registered\n[ 0.374426] usbcore: registered new interface driver usbfs\n[ 0.375465] usbcore: registered new interface driver hub\n[ 0.376481] usbcore: registered new device driver usb\n[ 0.377549] PCI: Using ACPI for IRQ routing\n[ 0.378582] NetLabel: Initializing\n[ 0.379304] NetLabel: domain hash size = 128\n[ 0.380166] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.381130] NetLabel: unlabeled traffic allowed by default\n[ 0.382236] clocksource: Switched to clocksource kvm-clock\n[ 0.387651] AppArmor: AppArmor Filesystem Enabled\n[ 0.388647] pnp: PnP ACPI init\n[ 0.389565] pnp: PnP ACPI: found 5 devices\n[ 0.395949] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.397678] NET: Registered protocol family 2\n[ 0.398640] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.399932] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.401112] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.402291] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403389] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.404564] NET: Registered protocol family 1\n[ 0.405436] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.406546] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.407629] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.421624] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.435926] Trying to unpack rootfs image as initramfs...\n[ 0.485364] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.499226] Scanning for low memory corruption every 60 seconds\n[ 0.500573] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.501744] audit: initializing netlink subsys (disabled)\n[ 0.502797] audit: type=2000 audit(1536064706.579:1): initialized\n[ 0.504125] Initialise system trusted keyring\n[ 0.505088] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.506289] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.508271] zbud: loaded\n[ 0.508984] VFS: Disk quotas dquot_6.6.0\n[ 0.509818] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.511354] fuse init (API version 7.23)\n[ 0.512250] Key type big_key registered\n[ 0.513069] Allocating IMA MOK and blacklist keyrings.\n[ 0.514196] Key type asymmetric registered\n[ 0.515048] Asymmetric key parser 'x509' registered\n[ 0.516021] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.517512] io scheduler noop registered\n[ 0.518329] io scheduler deadline registered (default)\n[ 0.519339] io scheduler cfq registered\n[ 0.520551] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.521624] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.522923] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.524410] ACPI: Power Button [PWRF]\n[ 0.525251] GHES: HEST is not enabled!\n[ 0.538951] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.566887] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.569149] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.594541] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.596778] Linux agpgart interface v0.103\n[ 0.598829] brd: module loaded\n[ 0.599987] loop: module loaded\n[ 0.604305] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.605778] GPT:90111 != 2097151\n[ 0.606469] GPT:Alternate GPT header not at the end of the disk.\n[ 0.607575] GPT:90111 != 2097151\n[ 0.608250] GPT: Use GNU Parted to correct GPT errors.\n[ 0.609225] vda: vda1 vda15\n[ 0.610759] scsi host0: ata_piix\n[ 0.611503] scsi host1: ata_piix\n[ 0.612213] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.613447] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.614908] libphy: Fixed MDIO Bus: probed\n[ 0.615744] tun: Universal TUN/TAP device driver, 1.6\n[ 0.616706] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.618885] PPP generic driver version 2.4.2\n[ 0.619781] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.621077] ehci-pci: EHCI PCI platform driver\n[ 0.621965] ehci-platform: EHCI generic platform driver\n[ 0.622974] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.624125] ohci-pci: OHCI PCI platform driver\n[ 0.625016] ohci-platform: OHCI generic platform driver\n[ 0.626028] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.640430] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.641462] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.642949] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.644005] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.645147] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.646412] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.647869] usb usb1: Product: UHCI Host Controller\n[ 0.648827] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.649996] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.651020] hub 1-0:1.0: USB hub found\n[ 0.651818] hub 1-0:1.0: 2 ports detected\n[ 0.652739] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.654901] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.655878] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.656929] mousedev: PS/2 mouse device common for all mice\n[ 0.658205] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.660095] rtc_cmos 00:00: RTC can wake from S4\n[ 0.661216] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.662455] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.663684] i2c /dev entries driver\n[ 0.664453] device-mapper: uevent: version 1.0.3\n[ 0.665404] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.667076] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.668388] NET: Registered protocol family 10\n[ 0.669402] NET: Registered protocol family 17\n[ 0.670320] Key type dns_resolver registered\n[ 0.671276] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.672392] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.674166] registered taskstats version 1\n[ 0.675030] Loading compiled-in X.509 certificates\n[ 0.676517] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.678410] zswap: loaded using pool lzo/zbud\n[ 0.679770] Key type trusted registered\n[ 0.681324] Key type encrypted registered\n[ 0.682174] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.683241] ima: No TPM chip found, activating TPM-bypass!\n[ 0.684308] evm: HMAC attrs: 0x1\n[ 0.685250] Magic number: 2:172:632\n[ 0.686115] rtc_cmos 00:00: setting system clock to 2018-09-04 12:38:26 UTC (1536064706)\n[ 0.687758] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.688906] EDD information not available.\n[ 0.771346] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.772950] Write protecting the kernel read-only data: 14336k\n[ 0.785050] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.786923] 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.828596] 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.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... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\n"} 2018-09-04 12:39:25,588 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/5789cb2a-1dc6-4326-b807-f62a4885ca43/action used request id req-56f81134-b35b-4303-a5f4-e8ac82a5f1fa 2018-09-04 12:39:27,605 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/servers/5789cb2a-1dc6-4326-b807-f62a4885ca43/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7d2984c89f46b7d6fbaf39b31eddaa7f36043f96" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-04 12:39:28,675 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12: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-9fe333eb-3dff-4979-8c4a-bf4d8a1a4e2b x-compute-request-id: req-9fe333eb-3dff-4979-8c4a-bf4d8a1a4e2b Content-Encoding: gzip Content-Length: 7684 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 483562078 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 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.133844] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.135528] pid_max: default: 32768 minimum: 301\n[ 0.136437] ACPI: Core revision 20150930\n[ 0.137832] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.139166] Security Framework initialized\n[ 0.139998] Yama: becoming mindful.\n[ 0.140750] AppArmor: AppArmor initialized\n[ 0.141634] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.142994] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.144299] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.145544] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.146959] Initializing cgroup subsys io\n[ 0.147795] Initializing cgroup subsys memory\n[ 0.148676] Initializing cgroup subsys devices\n[ 0.149577] Initializing cgroup subsys freezer\n[ 0.150465] Initializing cgroup subsys net_cls\n[ 0.151347] Initializing cgroup subsys perf_event\n[ 0.152277] Initializing cgroup subsys net_prio\n[ 0.153192] Initializing cgroup subsys hugetlb\n[ 0.154085] Initializing cgroup subsys pids\n[ 0.154978] CPU: Physical Processor ID: 0\n[ 0.156483] mce: CPU supports 10 MCE banks\n[ 0.157356] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.158380] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.169090] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.175516] ftrace: allocating 31920 entries in 125 pages\n[ 0.201643] smpboot: Max logical packages: 1\n[ 0.202529] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.203908] x2apic enabled\n[ 0.204730] Switched APIC routing to physical x2apic.\n[ 0.206509] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.207646] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.209686] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.211505] KVM setup paravirtual spinlock\n[ 0.212811] x86: Booted up 1 node, 1 CPUs\n[ 0.213633] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.215055] devtmpfs: initialized\n[ 0.216776] evm: security.selinux\n[ 0.217483] evm: security.SMACK64\n[ 0.218177] evm: security.SMACK64EXEC\n[ 0.218960] evm: security.SMACK64TRANSMUTE\n[ 0.219775] evm: security.SMACK64MMAP\n[ 0.220529] evm: security.ima\n[ 0.221176] evm: security.capability\n[ 0.221989] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.223856] pinctrl core: initialized pinctrl subsystem\n[ 0.224971] RTC time: 12:38:25, date: 09/04/18\n[ 0.225930] NET: Registered protocol family 16\n[ 0.226907] cpuidle: using governor ladder\n[ 0.227729] cpuidle: using governor menu\n[ 0.228519] PCCT header not found.\n[ 0.229277] ACPI: bus type PCI registered\n[ 0.230082] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.231330] PCI: Using configuration type 1 for base access\n[ 0.233086] ACPI: Added _OSI(Module Device)\n[ 0.233947] ACPI: Added _OSI(Processor Device)\n[ 0.234821] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.235730] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.237861] ACPI: Interpreter enabled\n[ 0.238646] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.240504] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.242353] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.244233] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.246097] ACPI: (supports S0 S5)\n[ 0.246811] ACPI: Using IOAPIC for interrupt routing\n[ 0.247898] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.251010] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.252169] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.253413] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.254613] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.256856] acpiphp: Slot [3] registered\n[ 0.257671] acpiphp: Slot [4] registered\n[ 0.258482] acpiphp: Slot [5] registered\n[ 0.259283] acpiphp: Slot [6] registered\n[ 0.260085] acpiphp: Slot [7] registered\n[ 0.260897] acpiphp: Slot [8] registered\n[ 0.261704] acpiphp: Slot [9] registered\n[ 0.262505] acpiphp: Slot [10] registered\n[ 0.263321] acpiphp: Slot [11] registered\n[ 0.264138] acpiphp: Slot [12] registered\n[ 0.264960] acpiphp: Slot [13] registered\n[ 0.265785] acpiphp: Slot [14] registered\n[ 0.266599] acpiphp: Slot [15] registered\n[ 0.277486] acpiphp: Slot [16] registered\n[ 0.278336] acpiphp: Slot [17] registered\n[ 0.279156] acpiphp: Slot [18] registered\n[ 0.279990] acpiphp: Slot [19] registered\n[ 0.280812] acpiphp: Slot [20] registered\n[ 0.281632] acpiphp: Slot [21] registered\n[ 0.282450] acpiphp: Slot [22] registered\n[ 0.283262] acpiphp: Slot [23] registered\n[ 0.284078] acpiphp: Slot [24] registered\n[ 0.284894] acpiphp: Slot [25] registered\n[ 0.285714] acpiphp: Slot [26] registered\n[ 0.286530] acpiphp: Slot [27] registered\n[ 0.287341] acpiphp: Slot [28] registered\n[ 0.288159] acpiphp: Slot [29] registered\n[ 0.288972] acpiphp: Slot [30] registered\n[ 0.289795] acpiphp: Slot [31] registered\n[ 0.290607] PCI host bridge to bus 0000:00\n[ 0.291421] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.292637] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.293861] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.295318] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.296781] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.303065] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.304385] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.305573] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.306861] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.313251] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.314731] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.359955] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.361474] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.362924] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.364364] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.365780] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.367049] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.368212] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.369453] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.371019] vgaarb: loaded\n[ 0.371630] vgaarb: bridge control possible 0000:00:02.0\n[ 0.372779] SCSI subsystem initialized\n[ 0.373604] ACPI: bus type USB registered\n[ 0.374426] usbcore: registered new interface driver usbfs\n[ 0.375465] usbcore: registered new interface driver hub\n[ 0.376481] usbcore: registered new device driver usb\n[ 0.377549] PCI: Using ACPI for IRQ routing\n[ 0.378582] NetLabel: Initializing\n[ 0.379304] NetLabel: domain hash size = 128\n[ 0.380166] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.381130] NetLabel: unlabeled traffic allowed by default\n[ 0.382236] clocksource: Switched to clocksource kvm-clock\n[ 0.387651] AppArmor: AppArmor Filesystem Enabled\n[ 0.388647] pnp: PnP ACPI init\n[ 0.389565] pnp: PnP ACPI: found 5 devices\n[ 0.395949] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.397678] NET: Registered protocol family 2\n[ 0.398640] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.399932] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.401112] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.402291] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403389] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.404564] NET: Registered protocol family 1\n[ 0.405436] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.406546] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.407629] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.421624] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.435926] Trying to unpack rootfs image as initramfs...\n[ 0.485364] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.499226] Scanning for low memory corruption every 60 seconds\n[ 0.500573] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.501744] audit: initializing netlink subsys (disabled)\n[ 0.502797] audit: type=2000 audit(1536064706.579:1): initialized\n[ 0.504125] Initialise system trusted keyring\n[ 0.505088] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.506289] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.508271] zbud: loaded\n[ 0.508984] VFS: Disk quotas dquot_6.6.0\n[ 0.509818] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.511354] fuse init (API version 7.23)\n[ 0.512250] Key type big_key registered\n[ 0.513069] Allocating IMA MOK and blacklist keyrings.\n[ 0.514196] Key type asymmetric registered\n[ 0.515048] Asymmetric key parser 'x509' registered\n[ 0.516021] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.517512] io scheduler noop registered\n[ 0.518329] io scheduler deadline registered (default)\n[ 0.519339] io scheduler cfq registered\n[ 0.520551] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.521624] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.522923] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.524410] ACPI: Power Button [PWRF]\n[ 0.525251] GHES: HEST is not enabled!\n[ 0.538951] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.566887] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.569149] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.594541] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.596778] Linux agpgart interface v0.103\n[ 0.598829] brd: module loaded\n[ 0.599987] loop: module loaded\n[ 0.604305] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.605778] GPT:90111 != 2097151\n[ 0.606469] GPT:Alternate GPT header not at the end of the disk.\n[ 0.607575] GPT:90111 != 2097151\n[ 0.608250] GPT: Use GNU Parted to correct GPT errors.\n[ 0.609225] vda: vda1 vda15\n[ 0.610759] scsi host0: ata_piix\n[ 0.611503] scsi host1: ata_piix\n[ 0.612213] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.613447] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.614908] libphy: Fixed MDIO Bus: probed\n[ 0.615744] tun: Universal TUN/TAP device driver, 1.6\n[ 0.616706] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.618885] PPP generic driver version 2.4.2\n[ 0.619781] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.621077] ehci-pci: EHCI PCI platform driver\n[ 0.621965] ehci-platform: EHCI generic platform driver\n[ 0.622974] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.624125] ohci-pci: OHCI PCI platform driver\n[ 0.625016] ohci-platform: OHCI generic platform driver\n[ 0.626028] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.640430] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.641462] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.642949] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.644005] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.645147] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.646412] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.647869] usb usb1: Product: UHCI Host Controller\n[ 0.648827] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.649996] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.651020] hub 1-0:1.0: USB hub found\n[ 0.651818] hub 1-0:1.0: 2 ports detected\n[ 0.652739] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.654901] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.655878] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.656929] mousedev: PS/2 mouse device common for all mice\n[ 0.658205] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.660095] rtc_cmos 00:00: RTC can wake from S4\n[ 0.661216] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.662455] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.663684] i2c /dev entries driver\n[ 0.664453] device-mapper: uevent: version 1.0.3\n[ 0.665404] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.667076] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.668388] NET: Registered protocol family 10\n[ 0.669402] NET: Registered protocol family 17\n[ 0.670320] Key type dns_resolver registered\n[ 0.671276] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.672392] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.674166] registered taskstats version 1\n[ 0.675030] Loading compiled-in X.509 certificates\n[ 0.676517] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.678410] zswap: loaded using pool lzo/zbud\n[ 0.679770] Key type trusted registered\n[ 0.681324] Key type encrypted registered\n[ 0.682174] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.683241] ima: No TPM chip found, activating TPM-bypass!\n[ 0.684308] evm: HMAC attrs: 0x1\n[ 0.685250] Magic number: 2:172:632\n[ 0.686115] rtc_cmos 00:00: setting system clock to 2018-09-04 12:38:26 UTC (1536064706)\n[ 0.687758] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.688906] EDD information not available.\n[ 0.771346] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.772950] Write protecting the kernel read-only data: 14336k\n[ 0.785050] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.786923] 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.828596] 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.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... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\n"} 2018-09-04 12:39:28,676 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/5789cb2a-1dc6-4326-b807-f62a4885ca43/action used request id req-9fe333eb-3dff-4979-8c4a-bf4d8a1a4e2b 2018-09-04 12:39:30,693 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/servers/5789cb2a-1dc6-4326-b807-f62a4885ca43/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7d2984c89f46b7d6fbaf39b31eddaa7f36043f96" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-04 12:39:31,762 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12:39: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-2c2559c7-8279-436e-b3ab-196b4bcd3496 x-compute-request-id: req-2c2559c7-8279-436e-b3ab-196b4bcd3496 Content-Encoding: gzip Content-Length: 7684 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 483562078 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 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.133844] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.135528] pid_max: default: 32768 minimum: 301\n[ 0.136437] ACPI: Core revision 20150930\n[ 0.137832] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.139166] Security Framework initialized\n[ 0.139998] Yama: becoming mindful.\n[ 0.140750] AppArmor: AppArmor initialized\n[ 0.141634] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.142994] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.144299] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.145544] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.146959] Initializing cgroup subsys io\n[ 0.147795] Initializing cgroup subsys memory\n[ 0.148676] Initializing cgroup subsys devices\n[ 0.149577] Initializing cgroup subsys freezer\n[ 0.150465] Initializing cgroup subsys net_cls\n[ 0.151347] Initializing cgroup subsys perf_event\n[ 0.152277] Initializing cgroup subsys net_prio\n[ 0.153192] Initializing cgroup subsys hugetlb\n[ 0.154085] Initializing cgroup subsys pids\n[ 0.154978] CPU: Physical Processor ID: 0\n[ 0.156483] mce: CPU supports 10 MCE banks\n[ 0.157356] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.158380] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.169090] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.175516] ftrace: allocating 31920 entries in 125 pages\n[ 0.201643] smpboot: Max logical packages: 1\n[ 0.202529] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.203908] x2apic enabled\n[ 0.204730] Switched APIC routing to physical x2apic.\n[ 0.206509] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.207646] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.209686] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.211505] KVM setup paravirtual spinlock\n[ 0.212811] x86: Booted up 1 node, 1 CPUs\n[ 0.213633] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.215055] devtmpfs: initialized\n[ 0.216776] evm: security.selinux\n[ 0.217483] evm: security.SMACK64\n[ 0.218177] evm: security.SMACK64EXEC\n[ 0.218960] evm: security.SMACK64TRANSMUTE\n[ 0.219775] evm: security.SMACK64MMAP\n[ 0.220529] evm: security.ima\n[ 0.221176] evm: security.capability\n[ 0.221989] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.223856] pinctrl core: initialized pinctrl subsystem\n[ 0.224971] RTC time: 12:38:25, date: 09/04/18\n[ 0.225930] NET: Registered protocol family 16\n[ 0.226907] cpuidle: using governor ladder\n[ 0.227729] cpuidle: using governor menu\n[ 0.228519] PCCT header not found.\n[ 0.229277] ACPI: bus type PCI registered\n[ 0.230082] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.231330] PCI: Using configuration type 1 for base access\n[ 0.233086] ACPI: Added _OSI(Module Device)\n[ 0.233947] ACPI: Added _OSI(Processor Device)\n[ 0.234821] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.235730] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.237861] ACPI: Interpreter enabled\n[ 0.238646] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.240504] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.242353] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.244233] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.246097] ACPI: (supports S0 S5)\n[ 0.246811] ACPI: Using IOAPIC for interrupt routing\n[ 0.247898] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.251010] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.252169] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.253413] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.254613] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.256856] acpiphp: Slot [3] registered\n[ 0.257671] acpiphp: Slot [4] registered\n[ 0.258482] acpiphp: Slot [5] registered\n[ 0.259283] acpiphp: Slot [6] registered\n[ 0.260085] acpiphp: Slot [7] registered\n[ 0.260897] acpiphp: Slot [8] registered\n[ 0.261704] acpiphp: Slot [9] registered\n[ 0.262505] acpiphp: Slot [10] registered\n[ 0.263321] acpiphp: Slot [11] registered\n[ 0.264138] acpiphp: Slot [12] registered\n[ 0.264960] acpiphp: Slot [13] registered\n[ 0.265785] acpiphp: Slot [14] registered\n[ 0.266599] acpiphp: Slot [15] registered\n[ 0.277486] acpiphp: Slot [16] registered\n[ 0.278336] acpiphp: Slot [17] registered\n[ 0.279156] acpiphp: Slot [18] registered\n[ 0.279990] acpiphp: Slot [19] registered\n[ 0.280812] acpiphp: Slot [20] registered\n[ 0.281632] acpiphp: Slot [21] registered\n[ 0.282450] acpiphp: Slot [22] registered\n[ 0.283262] acpiphp: Slot [23] registered\n[ 0.284078] acpiphp: Slot [24] registered\n[ 0.284894] acpiphp: Slot [25] registered\n[ 0.285714] acpiphp: Slot [26] registered\n[ 0.286530] acpiphp: Slot [27] registered\n[ 0.287341] acpiphp: Slot [28] registered\n[ 0.288159] acpiphp: Slot [29] registered\n[ 0.288972] acpiphp: Slot [30] registered\n[ 0.289795] acpiphp: Slot [31] registered\n[ 0.290607] PCI host bridge to bus 0000:00\n[ 0.291421] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.292637] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.293861] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.295318] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.296781] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.303065] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.304385] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.305573] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.306861] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.313251] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.314731] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.359955] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.361474] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.362924] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.364364] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.365780] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.367049] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.368212] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.369453] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.371019] vgaarb: loaded\n[ 0.371630] vgaarb: bridge control possible 0000:00:02.0\n[ 0.372779] SCSI subsystem initialized\n[ 0.373604] ACPI: bus type USB registered\n[ 0.374426] usbcore: registered new interface driver usbfs\n[ 0.375465] usbcore: registered new interface driver hub\n[ 0.376481] usbcore: registered new device driver usb\n[ 0.377549] PCI: Using ACPI for IRQ routing\n[ 0.378582] NetLabel: Initializing\n[ 0.379304] NetLabel: domain hash size = 128\n[ 0.380166] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.381130] NetLabel: unlabeled traffic allowed by default\n[ 0.382236] clocksource: Switched to clocksource kvm-clock\n[ 0.387651] AppArmor: AppArmor Filesystem Enabled\n[ 0.388647] pnp: PnP ACPI init\n[ 0.389565] pnp: PnP ACPI: found 5 devices\n[ 0.395949] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.397678] NET: Registered protocol family 2\n[ 0.398640] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.399932] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.401112] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.402291] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403389] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.404564] NET: Registered protocol family 1\n[ 0.405436] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.406546] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.407629] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.421624] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.435926] Trying to unpack rootfs image as initramfs...\n[ 0.485364] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.499226] Scanning for low memory corruption every 60 seconds\n[ 0.500573] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.501744] audit: initializing netlink subsys (disabled)\n[ 0.502797] audit: type=2000 audit(1536064706.579:1): initialized\n[ 0.504125] Initialise system trusted keyring\n[ 0.505088] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.506289] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.508271] zbud: loaded\n[ 0.508984] VFS: Disk quotas dquot_6.6.0\n[ 0.509818] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.511354] fuse init (API version 7.23)\n[ 0.512250] Key type big_key registered\n[ 0.513069] Allocating IMA MOK and blacklist keyrings.\n[ 0.514196] Key type asymmetric registered\n[ 0.515048] Asymmetric key parser 'x509' registered\n[ 0.516021] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.517512] io scheduler noop registered\n[ 0.518329] io scheduler deadline registered (default)\n[ 0.519339] io scheduler cfq registered\n[ 0.520551] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.521624] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.522923] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.524410] ACPI: Power Button [PWRF]\n[ 0.525251] GHES: HEST is not enabled!\n[ 0.538951] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.566887] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.569149] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.594541] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.596778] Linux agpgart interface v0.103\n[ 0.598829] brd: module loaded\n[ 0.599987] loop: module loaded\n[ 0.604305] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.605778] GPT:90111 != 2097151\n[ 0.606469] GPT:Alternate GPT header not at the end of the disk.\n[ 0.607575] GPT:90111 != 2097151\n[ 0.608250] GPT: Use GNU Parted to correct GPT errors.\n[ 0.609225] vda: vda1 vda15\n[ 0.610759] scsi host0: ata_piix\n[ 0.611503] scsi host1: ata_piix\n[ 0.612213] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.613447] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.614908] libphy: Fixed MDIO Bus: probed\n[ 0.615744] tun: Universal TUN/TAP device driver, 1.6\n[ 0.616706] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.618885] PPP generic driver version 2.4.2\n[ 0.619781] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.621077] ehci-pci: EHCI PCI platform driver\n[ 0.621965] ehci-platform: EHCI generic platform driver\n[ 0.622974] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.624125] ohci-pci: OHCI PCI platform driver\n[ 0.625016] ohci-platform: OHCI generic platform driver\n[ 0.626028] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.640430] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.641462] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.642949] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.644005] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.645147] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.646412] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.647869] usb usb1: Product: UHCI Host Controller\n[ 0.648827] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.649996] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.651020] hub 1-0:1.0: USB hub found\n[ 0.651818] hub 1-0:1.0: 2 ports detected\n[ 0.652739] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.654901] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.655878] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.656929] mousedev: PS/2 mouse device common for all mice\n[ 0.658205] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.660095] rtc_cmos 00:00: RTC can wake from S4\n[ 0.661216] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.662455] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.663684] i2c /dev entries driver\n[ 0.664453] device-mapper: uevent: version 1.0.3\n[ 0.665404] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.667076] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.668388] NET: Registered protocol family 10\n[ 0.669402] NET: Registered protocol family 17\n[ 0.670320] Key type dns_resolver registered\n[ 0.671276] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.672392] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.674166] registered taskstats version 1\n[ 0.675030] Loading compiled-in X.509 certificates\n[ 0.676517] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.678410] zswap: loaded using pool lzo/zbud\n[ 0.679770] Key type trusted registered\n[ 0.681324] Key type encrypted registered\n[ 0.682174] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.683241] ima: No TPM chip found, activating TPM-bypass!\n[ 0.684308] evm: HMAC attrs: 0x1\n[ 0.685250] Magic number: 2:172:632\n[ 0.686115] rtc_cmos 00:00: setting system clock to 2018-09-04 12:38:26 UTC (1536064706)\n[ 0.687758] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.688906] EDD information not available.\n[ 0.771346] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.772950] Write protecting the kernel read-only data: 14336k\n[ 0.785050] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.786923] 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.828596] 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.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... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\n"} 2018-09-04 12:39:31,762 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/5789cb2a-1dc6-4326-b807-f62a4885ca43/action used request id req-2c2559c7-8279-436e-b3ab-196b4bcd3496 2018-09-04 12:39:33,781 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/servers/5789cb2a-1dc6-4326-b807-f62a4885ca43/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7d2984c89f46b7d6fbaf39b31eddaa7f36043f96" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-04 12:39:34,854 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12:39:33 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-5aabb83d-f3d4-4567-88ca-438468a8ea53 x-compute-request-id: req-5aabb83d-f3d4-4567-88ca-438468a8ea53 Content-Encoding: gzip Content-Length: 7684 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 483562078 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 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.133844] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.135528] pid_max: default: 32768 minimum: 301\n[ 0.136437] ACPI: Core revision 20150930\n[ 0.137832] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.139166] Security Framework initialized\n[ 0.139998] Yama: becoming mindful.\n[ 0.140750] AppArmor: AppArmor initialized\n[ 0.141634] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.142994] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.144299] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.145544] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.146959] Initializing cgroup subsys io\n[ 0.147795] Initializing cgroup subsys memory\n[ 0.148676] Initializing cgroup subsys devices\n[ 0.149577] Initializing cgroup subsys freezer\n[ 0.150465] Initializing cgroup subsys net_cls\n[ 0.151347] Initializing cgroup subsys perf_event\n[ 0.152277] Initializing cgroup subsys net_prio\n[ 0.153192] Initializing cgroup subsys hugetlb\n[ 0.154085] Initializing cgroup subsys pids\n[ 0.154978] CPU: Physical Processor ID: 0\n[ 0.156483] mce: CPU supports 10 MCE banks\n[ 0.157356] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.158380] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.169090] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.175516] ftrace: allocating 31920 entries in 125 pages\n[ 0.201643] smpboot: Max logical packages: 1\n[ 0.202529] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.203908] x2apic enabled\n[ 0.204730] Switched APIC routing to physical x2apic.\n[ 0.206509] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.207646] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.209686] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.211505] KVM setup paravirtual spinlock\n[ 0.212811] x86: Booted up 1 node, 1 CPUs\n[ 0.213633] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.215055] devtmpfs: initialized\n[ 0.216776] evm: security.selinux\n[ 0.217483] evm: security.SMACK64\n[ 0.218177] evm: security.SMACK64EXEC\n[ 0.218960] evm: security.SMACK64TRANSMUTE\n[ 0.219775] evm: security.SMACK64MMAP\n[ 0.220529] evm: security.ima\n[ 0.221176] evm: security.capability\n[ 0.221989] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.223856] pinctrl core: initialized pinctrl subsystem\n[ 0.224971] RTC time: 12:38:25, date: 09/04/18\n[ 0.225930] NET: Registered protocol family 16\n[ 0.226907] cpuidle: using governor ladder\n[ 0.227729] cpuidle: using governor menu\n[ 0.228519] PCCT header not found.\n[ 0.229277] ACPI: bus type PCI registered\n[ 0.230082] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.231330] PCI: Using configuration type 1 for base access\n[ 0.233086] ACPI: Added _OSI(Module Device)\n[ 0.233947] ACPI: Added _OSI(Processor Device)\n[ 0.234821] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.235730] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.237861] ACPI: Interpreter enabled\n[ 0.238646] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.240504] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.242353] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.244233] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.246097] ACPI: (supports S0 S5)\n[ 0.246811] ACPI: Using IOAPIC for interrupt routing\n[ 0.247898] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.251010] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.252169] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.253413] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.254613] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.256856] acpiphp: Slot [3] registered\n[ 0.257671] acpiphp: Slot [4] registered\n[ 0.258482] acpiphp: Slot [5] registered\n[ 0.259283] acpiphp: Slot [6] registered\n[ 0.260085] acpiphp: Slot [7] registered\n[ 0.260897] acpiphp: Slot [8] registered\n[ 0.261704] acpiphp: Slot [9] registered\n[ 0.262505] acpiphp: Slot [10] registered\n[ 0.263321] acpiphp: Slot [11] registered\n[ 0.264138] acpiphp: Slot [12] registered\n[ 0.264960] acpiphp: Slot [13] registered\n[ 0.265785] acpiphp: Slot [14] registered\n[ 0.266599] acpiphp: Slot [15] registered\n[ 0.277486] acpiphp: Slot [16] registered\n[ 0.278336] acpiphp: Slot [17] registered\n[ 0.279156] acpiphp: Slot [18] registered\n[ 0.279990] acpiphp: Slot [19] registered\n[ 0.280812] acpiphp: Slot [20] registered\n[ 0.281632] acpiphp: Slot [21] registered\n[ 0.282450] acpiphp: Slot [22] registered\n[ 0.283262] acpiphp: Slot [23] registered\n[ 0.284078] acpiphp: Slot [24] registered\n[ 0.284894] acpiphp: Slot [25] registered\n[ 0.285714] acpiphp: Slot [26] registered\n[ 0.286530] acpiphp: Slot [27] registered\n[ 0.287341] acpiphp: Slot [28] registered\n[ 0.288159] acpiphp: Slot [29] registered\n[ 0.288972] acpiphp: Slot [30] registered\n[ 0.289795] acpiphp: Slot [31] registered\n[ 0.290607] PCI host bridge to bus 0000:00\n[ 0.291421] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.292637] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.293861] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.295318] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.296781] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.303065] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.304385] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.305573] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.306861] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.313251] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.314731] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.359955] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.361474] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.362924] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.364364] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.365780] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.367049] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.368212] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.369453] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.371019] vgaarb: loaded\n[ 0.371630] vgaarb: bridge control possible 0000:00:02.0\n[ 0.372779] SCSI subsystem initialized\n[ 0.373604] ACPI: bus type USB registered\n[ 0.374426] usbcore: registered new interface driver usbfs\n[ 0.375465] usbcore: registered new interface driver hub\n[ 0.376481] usbcore: registered new device driver usb\n[ 0.377549] PCI: Using ACPI for IRQ routing\n[ 0.378582] NetLabel: Initializing\n[ 0.379304] NetLabel: domain hash size = 128\n[ 0.380166] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.381130] NetLabel: unlabeled traffic allowed by default\n[ 0.382236] clocksource: Switched to clocksource kvm-clock\n[ 0.387651] AppArmor: AppArmor Filesystem Enabled\n[ 0.388647] pnp: PnP ACPI init\n[ 0.389565] pnp: PnP ACPI: found 5 devices\n[ 0.395949] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.397678] NET: Registered protocol family 2\n[ 0.398640] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.399932] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.401112] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.402291] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403389] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.404564] NET: Registered protocol family 1\n[ 0.405436] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.406546] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.407629] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.421624] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.435926] Trying to unpack rootfs image as initramfs...\n[ 0.485364] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.499226] Scanning for low memory corruption every 60 seconds\n[ 0.500573] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.501744] audit: initializing netlink subsys (disabled)\n[ 0.502797] audit: type=2000 audit(1536064706.579:1): initialized\n[ 0.504125] Initialise system trusted keyring\n[ 0.505088] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.506289] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.508271] zbud: loaded\n[ 0.508984] VFS: Disk quotas dquot_6.6.0\n[ 0.509818] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.511354] fuse init (API version 7.23)\n[ 0.512250] Key type big_key registered\n[ 0.513069] Allocating IMA MOK and blacklist keyrings.\n[ 0.514196] Key type asymmetric registered\n[ 0.515048] Asymmetric key parser 'x509' registered\n[ 0.516021] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.517512] io scheduler noop registered\n[ 0.518329] io scheduler deadline registered (default)\n[ 0.519339] io scheduler cfq registered\n[ 0.520551] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.521624] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.522923] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.524410] ACPI: Power Button [PWRF]\n[ 0.525251] GHES: HEST is not enabled!\n[ 0.538951] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.566887] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.569149] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.594541] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.596778] Linux agpgart interface v0.103\n[ 0.598829] brd: module loaded\n[ 0.599987] loop: module loaded\n[ 0.604305] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.605778] GPT:90111 != 2097151\n[ 0.606469] GPT:Alternate GPT header not at the end of the disk.\n[ 0.607575] GPT:90111 != 2097151\n[ 0.608250] GPT: Use GNU Parted to correct GPT errors.\n[ 0.609225] vda: vda1 vda15\n[ 0.610759] scsi host0: ata_piix\n[ 0.611503] scsi host1: ata_piix\n[ 0.612213] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.613447] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.614908] libphy: Fixed MDIO Bus: probed\n[ 0.615744] tun: Universal TUN/TAP device driver, 1.6\n[ 0.616706] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.618885] PPP generic driver version 2.4.2\n[ 0.619781] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.621077] ehci-pci: EHCI PCI platform driver\n[ 0.621965] ehci-platform: EHCI generic platform driver\n[ 0.622974] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.624125] ohci-pci: OHCI PCI platform driver\n[ 0.625016] ohci-platform: OHCI generic platform driver\n[ 0.626028] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.640430] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.641462] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.642949] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.644005] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.645147] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.646412] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.647869] usb usb1: Product: UHCI Host Controller\n[ 0.648827] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.649996] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.651020] hub 1-0:1.0: USB hub found\n[ 0.651818] hub 1-0:1.0: 2 ports detected\n[ 0.652739] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.654901] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.655878] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.656929] mousedev: PS/2 mouse device common for all mice\n[ 0.658205] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.660095] rtc_cmos 00:00: RTC can wake from S4\n[ 0.661216] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.662455] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.663684] i2c /dev entries driver\n[ 0.664453] device-mapper: uevent: version 1.0.3\n[ 0.665404] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.667076] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.668388] NET: Registered protocol family 10\n[ 0.669402] NET: Registered protocol family 17\n[ 0.670320] Key type dns_resolver registered\n[ 0.671276] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.672392] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.674166] registered taskstats version 1\n[ 0.675030] Loading compiled-in X.509 certificates\n[ 0.676517] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.678410] zswap: loaded using pool lzo/zbud\n[ 0.679770] Key type trusted registered\n[ 0.681324] Key type encrypted registered\n[ 0.682174] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.683241] ima: No TPM chip found, activating TPM-bypass!\n[ 0.684308] evm: HMAC attrs: 0x1\n[ 0.685250] Magic number: 2:172:632\n[ 0.686115] rtc_cmos 00:00: setting system clock to 2018-09-04 12:38:26 UTC (1536064706)\n[ 0.687758] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.688906] EDD information not available.\n[ 0.771346] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.772950] Write protecting the kernel read-only data: 14336k\n[ 0.785050] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.786923] 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.828596] 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.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... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\n"} 2018-09-04 12:39:34,855 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/5789cb2a-1dc6-4326-b807-f62a4885ca43/action used request id req-5aabb83d-f3d4-4567-88ca-438468a8ea53 2018-09-04 12:39:36,871 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/servers/5789cb2a-1dc6-4326-b807-f62a4885ca43/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7d2984c89f46b7d6fbaf39b31eddaa7f36043f96" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-04 12:39:37,949 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12: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,Accept-Encoding x-openstack-request-id: req-97f5ea3a-10a8-47e9-97a0-d1e0b4b919dc x-compute-request-id: req-97f5ea3a-10a8-47e9-97a0-d1e0b4b919dc Content-Encoding: gzip Content-Length: 7684 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 483562078 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 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.133844] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.135528] pid_max: default: 32768 minimum: 301\n[ 0.136437] ACPI: Core revision 20150930\n[ 0.137832] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.139166] Security Framework initialized\n[ 0.139998] Yama: becoming mindful.\n[ 0.140750] AppArmor: AppArmor initialized\n[ 0.141634] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.142994] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.144299] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.145544] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.146959] Initializing cgroup subsys io\n[ 0.147795] Initializing cgroup subsys memory\n[ 0.148676] Initializing cgroup subsys devices\n[ 0.149577] Initializing cgroup subsys freezer\n[ 0.150465] Initializing cgroup subsys net_cls\n[ 0.151347] Initializing cgroup subsys perf_event\n[ 0.152277] Initializing cgroup subsys net_prio\n[ 0.153192] Initializing cgroup subsys hugetlb\n[ 0.154085] Initializing cgroup subsys pids\n[ 0.154978] CPU: Physical Processor ID: 0\n[ 0.156483] mce: CPU supports 10 MCE banks\n[ 0.157356] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.158380] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.169090] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.175516] ftrace: allocating 31920 entries in 125 pages\n[ 0.201643] smpboot: Max logical packages: 1\n[ 0.202529] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.203908] x2apic enabled\n[ 0.204730] Switched APIC routing to physical x2apic.\n[ 0.206509] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.207646] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.209686] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.211505] KVM setup paravirtual spinlock\n[ 0.212811] x86: Booted up 1 node, 1 CPUs\n[ 0.213633] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.215055] devtmpfs: initialized\n[ 0.216776] evm: security.selinux\n[ 0.217483] evm: security.SMACK64\n[ 0.218177] evm: security.SMACK64EXEC\n[ 0.218960] evm: security.SMACK64TRANSMUTE\n[ 0.219775] evm: security.SMACK64MMAP\n[ 0.220529] evm: security.ima\n[ 0.221176] evm: security.capability\n[ 0.221989] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.223856] pinctrl core: initialized pinctrl subsystem\n[ 0.224971] RTC time: 12:38:25, date: 09/04/18\n[ 0.225930] NET: Registered protocol family 16\n[ 0.226907] cpuidle: using governor ladder\n[ 0.227729] cpuidle: using governor menu\n[ 0.228519] PCCT header not found.\n[ 0.229277] ACPI: bus type PCI registered\n[ 0.230082] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.231330] PCI: Using configuration type 1 for base access\n[ 0.233086] ACPI: Added _OSI(Module Device)\n[ 0.233947] ACPI: Added _OSI(Processor Device)\n[ 0.234821] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.235730] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.237861] ACPI: Interpreter enabled\n[ 0.238646] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.240504] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.242353] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.244233] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.246097] ACPI: (supports S0 S5)\n[ 0.246811] ACPI: Using IOAPIC for interrupt routing\n[ 0.247898] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.251010] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.252169] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.253413] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.254613] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.256856] acpiphp: Slot [3] registered\n[ 0.257671] acpiphp: Slot [4] registered\n[ 0.258482] acpiphp: Slot [5] registered\n[ 0.259283] acpiphp: Slot [6] registered\n[ 0.260085] acpiphp: Slot [7] registered\n[ 0.260897] acpiphp: Slot [8] registered\n[ 0.261704] acpiphp: Slot [9] registered\n[ 0.262505] acpiphp: Slot [10] registered\n[ 0.263321] acpiphp: Slot [11] registered\n[ 0.264138] acpiphp: Slot [12] registered\n[ 0.264960] acpiphp: Slot [13] registered\n[ 0.265785] acpiphp: Slot [14] registered\n[ 0.266599] acpiphp: Slot [15] registered\n[ 0.277486] acpiphp: Slot [16] registered\n[ 0.278336] acpiphp: Slot [17] registered\n[ 0.279156] acpiphp: Slot [18] registered\n[ 0.279990] acpiphp: Slot [19] registered\n[ 0.280812] acpiphp: Slot [20] registered\n[ 0.281632] acpiphp: Slot [21] registered\n[ 0.282450] acpiphp: Slot [22] registered\n[ 0.283262] acpiphp: Slot [23] registered\n[ 0.284078] acpiphp: Slot [24] registered\n[ 0.284894] acpiphp: Slot [25] registered\n[ 0.285714] acpiphp: Slot [26] registered\n[ 0.286530] acpiphp: Slot [27] registered\n[ 0.287341] acpiphp: Slot [28] registered\n[ 0.288159] acpiphp: Slot [29] registered\n[ 0.288972] acpiphp: Slot [30] registered\n[ 0.289795] acpiphp: Slot [31] registered\n[ 0.290607] PCI host bridge to bus 0000:00\n[ 0.291421] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.292637] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.293861] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.295318] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.296781] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.303065] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.304385] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.305573] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.306861] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.313251] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.314731] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.359955] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.361474] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.362924] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.364364] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.365780] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.367049] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.368212] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.369453] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.371019] vgaarb: loaded\n[ 0.371630] vgaarb: bridge control possible 0000:00:02.0\n[ 0.372779] SCSI subsystem initialized\n[ 0.373604] ACPI: bus type USB registered\n[ 0.374426] usbcore: registered new interface driver usbfs\n[ 0.375465] usbcore: registered new interface driver hub\n[ 0.376481] usbcore: registered new device driver usb\n[ 0.377549] PCI: Using ACPI for IRQ routing\n[ 0.378582] NetLabel: Initializing\n[ 0.379304] NetLabel: domain hash size = 128\n[ 0.380166] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.381130] NetLabel: unlabeled traffic allowed by default\n[ 0.382236] clocksource: Switched to clocksource kvm-clock\n[ 0.387651] AppArmor: AppArmor Filesystem Enabled\n[ 0.388647] pnp: PnP ACPI init\n[ 0.389565] pnp: PnP ACPI: found 5 devices\n[ 0.395949] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.397678] NET: Registered protocol family 2\n[ 0.398640] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.399932] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.401112] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.402291] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403389] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.404564] NET: Registered protocol family 1\n[ 0.405436] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.406546] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.407629] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.421624] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.435926] Trying to unpack rootfs image as initramfs...\n[ 0.485364] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.499226] Scanning for low memory corruption every 60 seconds\n[ 0.500573] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.501744] audit: initializing netlink subsys (disabled)\n[ 0.502797] audit: type=2000 audit(1536064706.579:1): initialized\n[ 0.504125] Initialise system trusted keyring\n[ 0.505088] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.506289] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.508271] zbud: loaded\n[ 0.508984] VFS: Disk quotas dquot_6.6.0\n[ 0.509818] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.511354] fuse init (API version 7.23)\n[ 0.512250] Key type big_key registered\n[ 0.513069] Allocating IMA MOK and blacklist keyrings.\n[ 0.514196] Key type asymmetric registered\n[ 0.515048] Asymmetric key parser 'x509' registered\n[ 0.516021] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.517512] io scheduler noop registered\n[ 0.518329] io scheduler deadline registered (default)\n[ 0.519339] io scheduler cfq registered\n[ 0.520551] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.521624] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.522923] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.524410] ACPI: Power Button [PWRF]\n[ 0.525251] GHES: HEST is not enabled!\n[ 0.538951] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.566887] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.569149] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.594541] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.596778] Linux agpgart interface v0.103\n[ 0.598829] brd: module loaded\n[ 0.599987] loop: module loaded\n[ 0.604305] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.605778] GPT:90111 != 2097151\n[ 0.606469] GPT:Alternate GPT header not at the end of the disk.\n[ 0.607575] GPT:90111 != 2097151\n[ 0.608250] GPT: Use GNU Parted to correct GPT errors.\n[ 0.609225] vda: vda1 vda15\n[ 0.610759] scsi host0: ata_piix\n[ 0.611503] scsi host1: ata_piix\n[ 0.612213] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.613447] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.614908] libphy: Fixed MDIO Bus: probed\n[ 0.615744] tun: Universal TUN/TAP device driver, 1.6\n[ 0.616706] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.618885] PPP generic driver version 2.4.2\n[ 0.619781] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.621077] ehci-pci: EHCI PCI platform driver\n[ 0.621965] ehci-platform: EHCI generic platform driver\n[ 0.622974] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.624125] ohci-pci: OHCI PCI platform driver\n[ 0.625016] ohci-platform: OHCI generic platform driver\n[ 0.626028] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.640430] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.641462] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.642949] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.644005] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.645147] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.646412] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.647869] usb usb1: Product: UHCI Host Controller\n[ 0.648827] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.649996] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.651020] hub 1-0:1.0: USB hub found\n[ 0.651818] hub 1-0:1.0: 2 ports detected\n[ 0.652739] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.654901] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.655878] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.656929] mousedev: PS/2 mouse device common for all mice\n[ 0.658205] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.660095] rtc_cmos 00:00: RTC can wake from S4\n[ 0.661216] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.662455] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.663684] i2c /dev entries driver\n[ 0.664453] device-mapper: uevent: version 1.0.3\n[ 0.665404] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.667076] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.668388] NET: Registered protocol family 10\n[ 0.669402] NET: Registered protocol family 17\n[ 0.670320] Key type dns_resolver registered\n[ 0.671276] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.672392] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.674166] registered taskstats version 1\n[ 0.675030] Loading compiled-in X.509 certificates\n[ 0.676517] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.678410] zswap: loaded using pool lzo/zbud\n[ 0.679770] Key type trusted registered\n[ 0.681324] Key type encrypted registered\n[ 0.682174] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.683241] ima: No TPM chip found, activating TPM-bypass!\n[ 0.684308] evm: HMAC attrs: 0x1\n[ 0.685250] Magic number: 2:172:632\n[ 0.686115] rtc_cmos 00:00: setting system clock to 2018-09-04 12:38:26 UTC (1536064706)\n[ 0.687758] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.688906] EDD information not available.\n[ 0.771346] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.772950] Write protecting the kernel read-only data: 14336k\n[ 0.785050] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.786923] 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.828596] 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.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... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\n"} 2018-09-04 12:39:37,949 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/5789cb2a-1dc6-4326-b807-f62a4885ca43/action used request id req-97f5ea3a-10a8-47e9-97a0-d1e0b4b919dc 2018-09-04 12:39:39,966 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/servers/5789cb2a-1dc6-4326-b807-f62a4885ca43/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7d2984c89f46b7d6fbaf39b31eddaa7f36043f96" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-04 12:39:41,040 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12:39: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-ee2d9a47-cb17-446b-9a51-3e0597f61000 x-compute-request-id: req-ee2d9a47-cb17-446b-9a51-3e0597f61000 Content-Encoding: gzip Content-Length: 7684 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 483562078 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 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.133844] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.135528] pid_max: default: 32768 minimum: 301\n[ 0.136437] ACPI: Core revision 20150930\n[ 0.137832] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.139166] Security Framework initialized\n[ 0.139998] Yama: becoming mindful.\n[ 0.140750] AppArmor: AppArmor initialized\n[ 0.141634] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.142994] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.144299] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.145544] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.146959] Initializing cgroup subsys io\n[ 0.147795] Initializing cgroup subsys memory\n[ 0.148676] Initializing cgroup subsys devices\n[ 0.149577] Initializing cgroup subsys freezer\n[ 0.150465] Initializing cgroup subsys net_cls\n[ 0.151347] Initializing cgroup subsys perf_event\n[ 0.152277] Initializing cgroup subsys net_prio\n[ 0.153192] Initializing cgroup subsys hugetlb\n[ 0.154085] Initializing cgroup subsys pids\n[ 0.154978] CPU: Physical Processor ID: 0\n[ 0.156483] mce: CPU supports 10 MCE banks\n[ 0.157356] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.158380] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.169090] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.175516] ftrace: allocating 31920 entries in 125 pages\n[ 0.201643] smpboot: Max logical packages: 1\n[ 0.202529] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.203908] x2apic enabled\n[ 0.204730] Switched APIC routing to physical x2apic.\n[ 0.206509] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.207646] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.209686] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.211505] KVM setup paravirtual spinlock\n[ 0.212811] x86: Booted up 1 node, 1 CPUs\n[ 0.213633] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.215055] devtmpfs: initialized\n[ 0.216776] evm: security.selinux\n[ 0.217483] evm: security.SMACK64\n[ 0.218177] evm: security.SMACK64EXEC\n[ 0.218960] evm: security.SMACK64TRANSMUTE\n[ 0.219775] evm: security.SMACK64MMAP\n[ 0.220529] evm: security.ima\n[ 0.221176] evm: security.capability\n[ 0.221989] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.223856] pinctrl core: initialized pinctrl subsystem\n[ 0.224971] RTC time: 12:38:25, date: 09/04/18\n[ 0.225930] NET: Registered protocol family 16\n[ 0.226907] cpuidle: using governor ladder\n[ 0.227729] cpuidle: using governor menu\n[ 0.228519] PCCT header not found.\n[ 0.229277] ACPI: bus type PCI registered\n[ 0.230082] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.231330] PCI: Using configuration type 1 for base access\n[ 0.233086] ACPI: Added _OSI(Module Device)\n[ 0.233947] ACPI: Added _OSI(Processor Device)\n[ 0.234821] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.235730] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.237861] ACPI: Interpreter enabled\n[ 0.238646] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.240504] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.242353] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.244233] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.246097] ACPI: (supports S0 S5)\n[ 0.246811] ACPI: Using IOAPIC for interrupt routing\n[ 0.247898] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.251010] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.252169] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.253413] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.254613] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.256856] acpiphp: Slot [3] registered\n[ 0.257671] acpiphp: Slot [4] registered\n[ 0.258482] acpiphp: Slot [5] registered\n[ 0.259283] acpiphp: Slot [6] registered\n[ 0.260085] acpiphp: Slot [7] registered\n[ 0.260897] acpiphp: Slot [8] registered\n[ 0.261704] acpiphp: Slot [9] registered\n[ 0.262505] acpiphp: Slot [10] registered\n[ 0.263321] acpiphp: Slot [11] registered\n[ 0.264138] acpiphp: Slot [12] registered\n[ 0.264960] acpiphp: Slot [13] registered\n[ 0.265785] acpiphp: Slot [14] registered\n[ 0.266599] acpiphp: Slot [15] registered\n[ 0.277486] acpiphp: Slot [16] registered\n[ 0.278336] acpiphp: Slot [17] registered\n[ 0.279156] acpiphp: Slot [18] registered\n[ 0.279990] acpiphp: Slot [19] registered\n[ 0.280812] acpiphp: Slot [20] registered\n[ 0.281632] acpiphp: Slot [21] registered\n[ 0.282450] acpiphp: Slot [22] registered\n[ 0.283262] acpiphp: Slot [23] registered\n[ 0.284078] acpiphp: Slot [24] registered\n[ 0.284894] acpiphp: Slot [25] registered\n[ 0.285714] acpiphp: Slot [26] registered\n[ 0.286530] acpiphp: Slot [27] registered\n[ 0.287341] acpiphp: Slot [28] registered\n[ 0.288159] acpiphp: Slot [29] registered\n[ 0.288972] acpiphp: Slot [30] registered\n[ 0.289795] acpiphp: Slot [31] registered\n[ 0.290607] PCI host bridge to bus 0000:00\n[ 0.291421] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.292637] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.293861] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.295318] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.296781] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.303065] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.304385] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.305573] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.306861] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.313251] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.314731] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.359955] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.361474] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.362924] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.364364] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.365780] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.367049] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.368212] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.369453] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.371019] vgaarb: loaded\n[ 0.371630] vgaarb: bridge control possible 0000:00:02.0\n[ 0.372779] SCSI subsystem initialized\n[ 0.373604] ACPI: bus type USB registered\n[ 0.374426] usbcore: registered new interface driver usbfs\n[ 0.375465] usbcore: registered new interface driver hub\n[ 0.376481] usbcore: registered new device driver usb\n[ 0.377549] PCI: Using ACPI for IRQ routing\n[ 0.378582] NetLabel: Initializing\n[ 0.379304] NetLabel: domain hash size = 128\n[ 0.380166] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.381130] NetLabel: unlabeled traffic allowed by default\n[ 0.382236] clocksource: Switched to clocksource kvm-clock\n[ 0.387651] AppArmor: AppArmor Filesystem Enabled\n[ 0.388647] pnp: PnP ACPI init\n[ 0.389565] pnp: PnP ACPI: found 5 devices\n[ 0.395949] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.397678] NET: Registered protocol family 2\n[ 0.398640] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.399932] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.401112] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.402291] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403389] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.404564] NET: Registered protocol family 1\n[ 0.405436] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.406546] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.407629] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.421624] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.435926] Trying to unpack rootfs image as initramfs...\n[ 0.485364] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.499226] Scanning for low memory corruption every 60 seconds\n[ 0.500573] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.501744] audit: initializing netlink subsys (disabled)\n[ 0.502797] audit: type=2000 audit(1536064706.579:1): initialized\n[ 0.504125] Initialise system trusted keyring\n[ 0.505088] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.506289] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.508271] zbud: loaded\n[ 0.508984] VFS: Disk quotas dquot_6.6.0\n[ 0.509818] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.511354] fuse init (API version 7.23)\n[ 0.512250] Key type big_key registered\n[ 0.513069] Allocating IMA MOK and blacklist keyrings.\n[ 0.514196] Key type asymmetric registered\n[ 0.515048] Asymmetric key parser 'x509' registered\n[ 0.516021] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.517512] io scheduler noop registered\n[ 0.518329] io scheduler deadline registered (default)\n[ 0.519339] io scheduler cfq registered\n[ 0.520551] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.521624] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.522923] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.524410] ACPI: Power Button [PWRF]\n[ 0.525251] GHES: HEST is not enabled!\n[ 0.538951] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.566887] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.569149] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.594541] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.596778] Linux agpgart interface v0.103\n[ 0.598829] brd: module loaded\n[ 0.599987] loop: module loaded\n[ 0.604305] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.605778] GPT:90111 != 2097151\n[ 0.606469] GPT:Alternate GPT header not at the end of the disk.\n[ 0.607575] GPT:90111 != 2097151\n[ 0.608250] GPT: Use GNU Parted to correct GPT errors.\n[ 0.609225] vda: vda1 vda15\n[ 0.610759] scsi host0: ata_piix\n[ 0.611503] scsi host1: ata_piix\n[ 0.612213] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.613447] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.614908] libphy: Fixed MDIO Bus: probed\n[ 0.615744] tun: Universal TUN/TAP device driver, 1.6\n[ 0.616706] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.618885] PPP generic driver version 2.4.2\n[ 0.619781] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.621077] ehci-pci: EHCI PCI platform driver\n[ 0.621965] ehci-platform: EHCI generic platform driver\n[ 0.622974] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.624125] ohci-pci: OHCI PCI platform driver\n[ 0.625016] ohci-platform: OHCI generic platform driver\n[ 0.626028] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.640430] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.641462] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.642949] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.644005] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.645147] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.646412] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.647869] usb usb1: Product: UHCI Host Controller\n[ 0.648827] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.649996] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.651020] hub 1-0:1.0: USB hub found\n[ 0.651818] hub 1-0:1.0: 2 ports detected\n[ 0.652739] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.654901] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.655878] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.656929] mousedev: PS/2 mouse device common for all mice\n[ 0.658205] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.660095] rtc_cmos 00:00: RTC can wake from S4\n[ 0.661216] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.662455] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.663684] i2c /dev entries driver\n[ 0.664453] device-mapper: uevent: version 1.0.3\n[ 0.665404] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.667076] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.668388] NET: Registered protocol family 10\n[ 0.669402] NET: Registered protocol family 17\n[ 0.670320] Key type dns_resolver registered\n[ 0.671276] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.672392] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.674166] registered taskstats version 1\n[ 0.675030] Loading compiled-in X.509 certificates\n[ 0.676517] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.678410] zswap: loaded using pool lzo/zbud\n[ 0.679770] Key type trusted registered\n[ 0.681324] Key type encrypted registered\n[ 0.682174] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.683241] ima: No TPM chip found, activating TPM-bypass!\n[ 0.684308] evm: HMAC attrs: 0x1\n[ 0.685250] Magic number: 2:172:632\n[ 0.686115] rtc_cmos 00:00: setting system clock to 2018-09-04 12:38:26 UTC (1536064706)\n[ 0.687758] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.688906] EDD information not available.\n[ 0.771346] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.772950] Write protecting the kernel read-only data: 14336k\n[ 0.785050] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.786923] 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.828596] 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.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... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\n"} 2018-09-04 12:39:41,041 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/5789cb2a-1dc6-4326-b807-f62a4885ca43/action used request id req-ee2d9a47-cb17-446b-9a51-3e0597f61000 2018-09-04 12:39:43,057 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/servers/5789cb2a-1dc6-4326-b807-f62a4885ca43/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7d2984c89f46b7d6fbaf39b31eddaa7f36043f96" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-04 12:39:44,135 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12: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-25e47b0d-215a-4f3f-b988-53c54169f486 x-compute-request-id: req-25e47b0d-215a-4f3f-b988-53c54169f486 Content-Encoding: gzip Content-Length: 7684 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 483562078 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 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.133844] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.135528] pid_max: default: 32768 minimum: 301\n[ 0.136437] ACPI: Core revision 20150930\n[ 0.137832] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.139166] Security Framework initialized\n[ 0.139998] Yama: becoming mindful.\n[ 0.140750] AppArmor: AppArmor initialized\n[ 0.141634] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.142994] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.144299] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.145544] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.146959] Initializing cgroup subsys io\n[ 0.147795] Initializing cgroup subsys memory\n[ 0.148676] Initializing cgroup subsys devices\n[ 0.149577] Initializing cgroup subsys freezer\n[ 0.150465] Initializing cgroup subsys net_cls\n[ 0.151347] Initializing cgroup subsys perf_event\n[ 0.152277] Initializing cgroup subsys net_prio\n[ 0.153192] Initializing cgroup subsys hugetlb\n[ 0.154085] Initializing cgroup subsys pids\n[ 0.154978] CPU: Physical Processor ID: 0\n[ 0.156483] mce: CPU supports 10 MCE banks\n[ 0.157356] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.158380] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.169090] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.175516] ftrace: allocating 31920 entries in 125 pages\n[ 0.201643] smpboot: Max logical packages: 1\n[ 0.202529] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.203908] x2apic enabled\n[ 0.204730] Switched APIC routing to physical x2apic.\n[ 0.206509] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.207646] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.209686] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.211505] KVM setup paravirtual spinlock\n[ 0.212811] x86: Booted up 1 node, 1 CPUs\n[ 0.213633] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.215055] devtmpfs: initialized\n[ 0.216776] evm: security.selinux\n[ 0.217483] evm: security.SMACK64\n[ 0.218177] evm: security.SMACK64EXEC\n[ 0.218960] evm: security.SMACK64TRANSMUTE\n[ 0.219775] evm: security.SMACK64MMAP\n[ 0.220529] evm: security.ima\n[ 0.221176] evm: security.capability\n[ 0.221989] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.223856] pinctrl core: initialized pinctrl subsystem\n[ 0.224971] RTC time: 12:38:25, date: 09/04/18\n[ 0.225930] NET: Registered protocol family 16\n[ 0.226907] cpuidle: using governor ladder\n[ 0.227729] cpuidle: using governor menu\n[ 0.228519] PCCT header not found.\n[ 0.229277] ACPI: bus type PCI registered\n[ 0.230082] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.231330] PCI: Using configuration type 1 for base access\n[ 0.233086] ACPI: Added _OSI(Module Device)\n[ 0.233947] ACPI: Added _OSI(Processor Device)\n[ 0.234821] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.235730] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.237861] ACPI: Interpreter enabled\n[ 0.238646] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.240504] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.242353] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.244233] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.246097] ACPI: (supports S0 S5)\n[ 0.246811] ACPI: Using IOAPIC for interrupt routing\n[ 0.247898] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.251010] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.252169] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.253413] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.254613] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.256856] acpiphp: Slot [3] registered\n[ 0.257671] acpiphp: Slot [4] registered\n[ 0.258482] acpiphp: Slot [5] registered\n[ 0.259283] acpiphp: Slot [6] registered\n[ 0.260085] acpiphp: Slot [7] registered\n[ 0.260897] acpiphp: Slot [8] registered\n[ 0.261704] acpiphp: Slot [9] registered\n[ 0.262505] acpiphp: Slot [10] registered\n[ 0.263321] acpiphp: Slot [11] registered\n[ 0.264138] acpiphp: Slot [12] registered\n[ 0.264960] acpiphp: Slot [13] registered\n[ 0.265785] acpiphp: Slot [14] registered\n[ 0.266599] acpiphp: Slot [15] registered\n[ 0.277486] acpiphp: Slot [16] registered\n[ 0.278336] acpiphp: Slot [17] registered\n[ 0.279156] acpiphp: Slot [18] registered\n[ 0.279990] acpiphp: Slot [19] registered\n[ 0.280812] acpiphp: Slot [20] registered\n[ 0.281632] acpiphp: Slot [21] registered\n[ 0.282450] acpiphp: Slot [22] registered\n[ 0.283262] acpiphp: Slot [23] registered\n[ 0.284078] acpiphp: Slot [24] registered\n[ 0.284894] acpiphp: Slot [25] registered\n[ 0.285714] acpiphp: Slot [26] registered\n[ 0.286530] acpiphp: Slot [27] registered\n[ 0.287341] acpiphp: Slot [28] registered\n[ 0.288159] acpiphp: Slot [29] registered\n[ 0.288972] acpiphp: Slot [30] registered\n[ 0.289795] acpiphp: Slot [31] registered\n[ 0.290607] PCI host bridge to bus 0000:00\n[ 0.291421] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.292637] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.293861] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.295318] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.296781] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.303065] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.304385] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.305573] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.306861] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.313251] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.314731] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.359955] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.361474] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.362924] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.364364] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.365780] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.367049] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.368212] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.369453] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.371019] vgaarb: loaded\n[ 0.371630] vgaarb: bridge control possible 0000:00:02.0\n[ 0.372779] SCSI subsystem initialized\n[ 0.373604] ACPI: bus type USB registered\n[ 0.374426] usbcore: registered new interface driver usbfs\n[ 0.375465] usbcore: registered new interface driver hub\n[ 0.376481] usbcore: registered new device driver usb\n[ 0.377549] PCI: Using ACPI for IRQ routing\n[ 0.378582] NetLabel: Initializing\n[ 0.379304] NetLabel: domain hash size = 128\n[ 0.380166] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.381130] NetLabel: unlabeled traffic allowed by default\n[ 0.382236] clocksource: Switched to clocksource kvm-clock\n[ 0.387651] AppArmor: AppArmor Filesystem Enabled\n[ 0.388647] pnp: PnP ACPI init\n[ 0.389565] pnp: PnP ACPI: found 5 devices\n[ 0.395949] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.397678] NET: Registered protocol family 2\n[ 0.398640] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.399932] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.401112] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.402291] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403389] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.404564] NET: Registered protocol family 1\n[ 0.405436] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.406546] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.407629] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.421624] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.435926] Trying to unpack rootfs image as initramfs...\n[ 0.485364] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.499226] Scanning for low memory corruption every 60 seconds\n[ 0.500573] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.501744] audit: initializing netlink subsys (disabled)\n[ 0.502797] audit: type=2000 audit(1536064706.579:1): initialized\n[ 0.504125] Initialise system trusted keyring\n[ 0.505088] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.506289] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.508271] zbud: loaded\n[ 0.508984] VFS: Disk quotas dquot_6.6.0\n[ 0.509818] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.511354] fuse init (API version 7.23)\n[ 0.512250] Key type big_key registered\n[ 0.513069] Allocating IMA MOK and blacklist keyrings.\n[ 0.514196] Key type asymmetric registered\n[ 0.515048] Asymmetric key parser 'x509' registered\n[ 0.516021] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.517512] io scheduler noop registered\n[ 0.518329] io scheduler deadline registered (default)\n[ 0.519339] io scheduler cfq registered\n[ 0.520551] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.521624] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.522923] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.524410] ACPI: Power Button [PWRF]\n[ 0.525251] GHES: HEST is not enabled!\n[ 0.538951] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.566887] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.569149] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.594541] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.596778] Linux agpgart interface v0.103\n[ 0.598829] brd: module loaded\n[ 0.599987] loop: module loaded\n[ 0.604305] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.605778] GPT:90111 != 2097151\n[ 0.606469] GPT:Alternate GPT header not at the end of the disk.\n[ 0.607575] GPT:90111 != 2097151\n[ 0.608250] GPT: Use GNU Parted to correct GPT errors.\n[ 0.609225] vda: vda1 vda15\n[ 0.610759] scsi host0: ata_piix\n[ 0.611503] scsi host1: ata_piix\n[ 0.612213] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.613447] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.614908] libphy: Fixed MDIO Bus: probed\n[ 0.615744] tun: Universal TUN/TAP device driver, 1.6\n[ 0.616706] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.618885] PPP generic driver version 2.4.2\n[ 0.619781] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.621077] ehci-pci: EHCI PCI platform driver\n[ 0.621965] ehci-platform: EHCI generic platform driver\n[ 0.622974] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.624125] ohci-pci: OHCI PCI platform driver\n[ 0.625016] ohci-platform: OHCI generic platform driver\n[ 0.626028] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.640430] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.641462] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.642949] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.644005] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.645147] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.646412] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.647869] usb usb1: Product: UHCI Host Controller\n[ 0.648827] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.649996] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.651020] hub 1-0:1.0: USB hub found\n[ 0.651818] hub 1-0:1.0: 2 ports detected\n[ 0.652739] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.654901] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.655878] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.656929] mousedev: PS/2 mouse device common for all mice\n[ 0.658205] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.660095] rtc_cmos 00:00: RTC can wake from S4\n[ 0.661216] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.662455] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.663684] i2c /dev entries driver\n[ 0.664453] device-mapper: uevent: version 1.0.3\n[ 0.665404] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.667076] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.668388] NET: Registered protocol family 10\n[ 0.669402] NET: Registered protocol family 17\n[ 0.670320] Key type dns_resolver registered\n[ 0.671276] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.672392] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.674166] registered taskstats version 1\n[ 0.675030] Loading compiled-in X.509 certificates\n[ 0.676517] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.678410] zswap: loaded using pool lzo/zbud\n[ 0.679770] Key type trusted registered\n[ 0.681324] Key type encrypted registered\n[ 0.682174] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.683241] ima: No TPM chip found, activating TPM-bypass!\n[ 0.684308] evm: HMAC attrs: 0x1\n[ 0.685250] Magic number: 2:172:632\n[ 0.686115] rtc_cmos 00:00: setting system clock to 2018-09-04 12:38:26 UTC (1536064706)\n[ 0.687758] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.688906] EDD information not available.\n[ 0.771346] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.772950] Write protecting the kernel read-only data: 14336k\n[ 0.785050] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.786923] 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.828596] 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.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... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\n"} 2018-09-04 12:39:44,136 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/5789cb2a-1dc6-4326-b807-f62a4885ca43/action used request id req-25e47b0d-215a-4f3f-b988-53c54169f486 2018-09-04 12:39:46,153 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/servers/5789cb2a-1dc6-4326-b807-f62a4885ca43/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7d2984c89f46b7d6fbaf39b31eddaa7f36043f96" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-04 12:39:47,236 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12:39: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-36a5e2dd-0662-4f3b-87cb-4910f7f55875 x-compute-request-id: req-36a5e2dd-0662-4f3b-87cb-4910f7f55875 Content-Encoding: gzip Content-Length: 7684 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 483562078 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 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.133844] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.135528] pid_max: default: 32768 minimum: 301\n[ 0.136437] ACPI: Core revision 20150930\n[ 0.137832] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.139166] Security Framework initialized\n[ 0.139998] Yama: becoming mindful.\n[ 0.140750] AppArmor: AppArmor initialized\n[ 0.141634] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.142994] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.144299] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.145544] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.146959] Initializing cgroup subsys io\n[ 0.147795] Initializing cgroup subsys memory\n[ 0.148676] Initializing cgroup subsys devices\n[ 0.149577] Initializing cgroup subsys freezer\n[ 0.150465] Initializing cgroup subsys net_cls\n[ 0.151347] Initializing cgroup subsys perf_event\n[ 0.152277] Initializing cgroup subsys net_prio\n[ 0.153192] Initializing cgroup subsys hugetlb\n[ 0.154085] Initializing cgroup subsys pids\n[ 0.154978] CPU: Physical Processor ID: 0\n[ 0.156483] mce: CPU supports 10 MCE banks\n[ 0.157356] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.158380] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.169090] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.175516] ftrace: allocating 31920 entries in 125 pages\n[ 0.201643] smpboot: Max logical packages: 1\n[ 0.202529] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.203908] x2apic enabled\n[ 0.204730] Switched APIC routing to physical x2apic.\n[ 0.206509] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.207646] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.209686] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.211505] KVM setup paravirtual spinlock\n[ 0.212811] x86: Booted up 1 node, 1 CPUs\n[ 0.213633] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.215055] devtmpfs: initialized\n[ 0.216776] evm: security.selinux\n[ 0.217483] evm: security.SMACK64\n[ 0.218177] evm: security.SMACK64EXEC\n[ 0.218960] evm: security.SMACK64TRANSMUTE\n[ 0.219775] evm: security.SMACK64MMAP\n[ 0.220529] evm: security.ima\n[ 0.221176] evm: security.capability\n[ 0.221989] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.223856] pinctrl core: initialized pinctrl subsystem\n[ 0.224971] RTC time: 12:38:25, date: 09/04/18\n[ 0.225930] NET: Registered protocol family 16\n[ 0.226907] cpuidle: using governor ladder\n[ 0.227729] cpuidle: using governor menu\n[ 0.228519] PCCT header not found.\n[ 0.229277] ACPI: bus type PCI registered\n[ 0.230082] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.231330] PCI: Using configuration type 1 for base access\n[ 0.233086] ACPI: Added _OSI(Module Device)\n[ 0.233947] ACPI: Added _OSI(Processor Device)\n[ 0.234821] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.235730] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.237861] ACPI: Interpreter enabled\n[ 0.238646] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.240504] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.242353] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.244233] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.246097] ACPI: (supports S0 S5)\n[ 0.246811] ACPI: Using IOAPIC for interrupt routing\n[ 0.247898] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.251010] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.252169] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.253413] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.254613] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.256856] acpiphp: Slot [3] registered\n[ 0.257671] acpiphp: Slot [4] registered\n[ 0.258482] acpiphp: Slot [5] registered\n[ 0.259283] acpiphp: Slot [6] registered\n[ 0.260085] acpiphp: Slot [7] registered\n[ 0.260897] acpiphp: Slot [8] registered\n[ 0.261704] acpiphp: Slot [9] registered\n[ 0.262505] acpiphp: Slot [10] registered\n[ 0.263321] acpiphp: Slot [11] registered\n[ 0.264138] acpiphp: Slot [12] registered\n[ 0.264960] acpiphp: Slot [13] registered\n[ 0.265785] acpiphp: Slot [14] registered\n[ 0.266599] acpiphp: Slot [15] registered\n[ 0.277486] acpiphp: Slot [16] registered\n[ 0.278336] acpiphp: Slot [17] registered\n[ 0.279156] acpiphp: Slot [18] registered\n[ 0.279990] acpiphp: Slot [19] registered\n[ 0.280812] acpiphp: Slot [20] registered\n[ 0.281632] acpiphp: Slot [21] registered\n[ 0.282450] acpiphp: Slot [22] registered\n[ 0.283262] acpiphp: Slot [23] registered\n[ 0.284078] acpiphp: Slot [24] registered\n[ 0.284894] acpiphp: Slot [25] registered\n[ 0.285714] acpiphp: Slot [26] registered\n[ 0.286530] acpiphp: Slot [27] registered\n[ 0.287341] acpiphp: Slot [28] registered\n[ 0.288159] acpiphp: Slot [29] registered\n[ 0.288972] acpiphp: Slot [30] registered\n[ 0.289795] acpiphp: Slot [31] registered\n[ 0.290607] PCI host bridge to bus 0000:00\n[ 0.291421] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.292637] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.293861] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.295318] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.296781] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.303065] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.304385] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.305573] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.306861] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.313251] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.314731] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.359955] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.361474] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.362924] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.364364] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.365780] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.367049] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.368212] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.369453] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.371019] vgaarb: loaded\n[ 0.371630] vgaarb: bridge control possible 0000:00:02.0\n[ 0.372779] SCSI subsystem initialized\n[ 0.373604] ACPI: bus type USB registered\n[ 0.374426] usbcore: registered new interface driver usbfs\n[ 0.375465] usbcore: registered new interface driver hub\n[ 0.376481] usbcore: registered new device driver usb\n[ 0.377549] PCI: Using ACPI for IRQ routing\n[ 0.378582] NetLabel: Initializing\n[ 0.379304] NetLabel: domain hash size = 128\n[ 0.380166] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.381130] NetLabel: unlabeled traffic allowed by default\n[ 0.382236] clocksource: Switched to clocksource kvm-clock\n[ 0.387651] AppArmor: AppArmor Filesystem Enabled\n[ 0.388647] pnp: PnP ACPI init\n[ 0.389565] pnp: PnP ACPI: found 5 devices\n[ 0.395949] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.397678] NET: Registered protocol family 2\n[ 0.398640] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.399932] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.401112] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.402291] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403389] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.404564] NET: Registered protocol family 1\n[ 0.405436] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.406546] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.407629] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.421624] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.435926] Trying to unpack rootfs image as initramfs...\n[ 0.485364] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.499226] Scanning for low memory corruption every 60 seconds\n[ 0.500573] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.501744] audit: initializing netlink subsys (disabled)\n[ 0.502797] audit: type=2000 audit(1536064706.579:1): initialized\n[ 0.504125] Initialise system trusted keyring\n[ 0.505088] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.506289] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.508271] zbud: loaded\n[ 0.508984] VFS: Disk quotas dquot_6.6.0\n[ 0.509818] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.511354] fuse init (API version 7.23)\n[ 0.512250] Key type big_key registered\n[ 0.513069] Allocating IMA MOK and blacklist keyrings.\n[ 0.514196] Key type asymmetric registered\n[ 0.515048] Asymmetric key parser 'x509' registered\n[ 0.516021] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.517512] io scheduler noop registered\n[ 0.518329] io scheduler deadline registered (default)\n[ 0.519339] io scheduler cfq registered\n[ 0.520551] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.521624] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.522923] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.524410] ACPI: Power Button [PWRF]\n[ 0.525251] GHES: HEST is not enabled!\n[ 0.538951] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.566887] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.569149] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.594541] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.596778] Linux agpgart interface v0.103\n[ 0.598829] brd: module loaded\n[ 0.599987] loop: module loaded\n[ 0.604305] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.605778] GPT:90111 != 2097151\n[ 0.606469] GPT:Alternate GPT header not at the end of the disk.\n[ 0.607575] GPT:90111 != 2097151\n[ 0.608250] GPT: Use GNU Parted to correct GPT errors.\n[ 0.609225] vda: vda1 vda15\n[ 0.610759] scsi host0: ata_piix\n[ 0.611503] scsi host1: ata_piix\n[ 0.612213] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.613447] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.614908] libphy: Fixed MDIO Bus: probed\n[ 0.615744] tun: Universal TUN/TAP device driver, 1.6\n[ 0.616706] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.618885] PPP generic driver version 2.4.2\n[ 0.619781] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.621077] ehci-pci: EHCI PCI platform driver\n[ 0.621965] ehci-platform: EHCI generic platform driver\n[ 0.622974] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.624125] ohci-pci: OHCI PCI platform driver\n[ 0.625016] ohci-platform: OHCI generic platform driver\n[ 0.626028] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.640430] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.641462] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.642949] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.644005] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.645147] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.646412] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.647869] usb usb1: Product: UHCI Host Controller\n[ 0.648827] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.649996] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.651020] hub 1-0:1.0: USB hub found\n[ 0.651818] hub 1-0:1.0: 2 ports detected\n[ 0.652739] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.654901] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.655878] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.656929] mousedev: PS/2 mouse device common for all mice\n[ 0.658205] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.660095] rtc_cmos 00:00: RTC can wake from S4\n[ 0.661216] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.662455] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.663684] i2c /dev entries driver\n[ 0.664453] device-mapper: uevent: version 1.0.3\n[ 0.665404] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.667076] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.668388] NET: Registered protocol family 10\n[ 0.669402] NET: Registered protocol family 17\n[ 0.670320] Key type dns_resolver registered\n[ 0.671276] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.672392] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.674166] registered taskstats version 1\n[ 0.675030] Loading compiled-in X.509 certificates\n[ 0.676517] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.678410] zswap: loaded using pool lzo/zbud\n[ 0.679770] Key type trusted registered\n[ 0.681324] Key type encrypted registered\n[ 0.682174] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.683241] ima: No TPM chip found, activating TPM-bypass!\n[ 0.684308] evm: HMAC attrs: 0x1\n[ 0.685250] Magic number: 2:172:632\n[ 0.686115] rtc_cmos 00:00: setting system clock to 2018-09-04 12:38:26 UTC (1536064706)\n[ 0.687758] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.688906] EDD information not available.\n[ 0.771346] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.772950] Write protecting the kernel read-only data: 14336k\n[ 0.785050] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.786923] 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.828596] 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.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... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\n"} 2018-09-04 12:39:47,236 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/5789cb2a-1dc6-4326-b807-f62a4885ca43/action used request id req-36a5e2dd-0662-4f3b-87cb-4910f7f55875 2018-09-04 12:39:49,254 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/servers/5789cb2a-1dc6-4326-b807-f62a4885ca43/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7d2984c89f46b7d6fbaf39b31eddaa7f36043f96" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-04 12:39:50,325 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12: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,Accept-Encoding x-openstack-request-id: req-9226f59f-e128-453f-81c5-c4fbffe56365 x-compute-request-id: req-9226f59f-e128-453f-81c5-c4fbffe56365 Content-Encoding: gzip Content-Length: 7684 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 483562078 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 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.133844] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.135528] pid_max: default: 32768 minimum: 301\n[ 0.136437] ACPI: Core revision 20150930\n[ 0.137832] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.139166] Security Framework initialized\n[ 0.139998] Yama: becoming mindful.\n[ 0.140750] AppArmor: AppArmor initialized\n[ 0.141634] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.142994] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.144299] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.145544] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.146959] Initializing cgroup subsys io\n[ 0.147795] Initializing cgroup subsys memory\n[ 0.148676] Initializing cgroup subsys devices\n[ 0.149577] Initializing cgroup subsys freezer\n[ 0.150465] Initializing cgroup subsys net_cls\n[ 0.151347] Initializing cgroup subsys perf_event\n[ 0.152277] Initializing cgroup subsys net_prio\n[ 0.153192] Initializing cgroup subsys hugetlb\n[ 0.154085] Initializing cgroup subsys pids\n[ 0.154978] CPU: Physical Processor ID: 0\n[ 0.156483] mce: CPU supports 10 MCE banks\n[ 0.157356] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.158380] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.169090] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.175516] ftrace: allocating 31920 entries in 125 pages\n[ 0.201643] smpboot: Max logical packages: 1\n[ 0.202529] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.203908] x2apic enabled\n[ 0.204730] Switched APIC routing to physical x2apic.\n[ 0.206509] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.207646] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.209686] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.211505] KVM setup paravirtual spinlock\n[ 0.212811] x86: Booted up 1 node, 1 CPUs\n[ 0.213633] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.215055] devtmpfs: initialized\n[ 0.216776] evm: security.selinux\n[ 0.217483] evm: security.SMACK64\n[ 0.218177] evm: security.SMACK64EXEC\n[ 0.218960] evm: security.SMACK64TRANSMUTE\n[ 0.219775] evm: security.SMACK64MMAP\n[ 0.220529] evm: security.ima\n[ 0.221176] evm: security.capability\n[ 0.221989] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.223856] pinctrl core: initialized pinctrl subsystem\n[ 0.224971] RTC time: 12:38:25, date: 09/04/18\n[ 0.225930] NET: Registered protocol family 16\n[ 0.226907] cpuidle: using governor ladder\n[ 0.227729] cpuidle: using governor menu\n[ 0.228519] PCCT header not found.\n[ 0.229277] ACPI: bus type PCI registered\n[ 0.230082] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.231330] PCI: Using configuration type 1 for base access\n[ 0.233086] ACPI: Added _OSI(Module Device)\n[ 0.233947] ACPI: Added _OSI(Processor Device)\n[ 0.234821] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.235730] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.237861] ACPI: Interpreter enabled\n[ 0.238646] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.240504] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.242353] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.244233] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.246097] ACPI: (supports S0 S5)\n[ 0.246811] ACPI: Using IOAPIC for interrupt routing\n[ 0.247898] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.251010] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.252169] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.253413] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.254613] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.256856] acpiphp: Slot [3] registered\n[ 0.257671] acpiphp: Slot [4] registered\n[ 0.258482] acpiphp: Slot [5] registered\n[ 0.259283] acpiphp: Slot [6] registered\n[ 0.260085] acpiphp: Slot [7] registered\n[ 0.260897] acpiphp: Slot [8] registered\n[ 0.261704] acpiphp: Slot [9] registered\n[ 0.262505] acpiphp: Slot [10] registered\n[ 0.263321] acpiphp: Slot [11] registered\n[ 0.264138] acpiphp: Slot [12] registered\n[ 0.264960] acpiphp: Slot [13] registered\n[ 0.265785] acpiphp: Slot [14] registered\n[ 0.266599] acpiphp: Slot [15] registered\n[ 0.277486] acpiphp: Slot [16] registered\n[ 0.278336] acpiphp: Slot [17] registered\n[ 0.279156] acpiphp: Slot [18] registered\n[ 0.279990] acpiphp: Slot [19] registered\n[ 0.280812] acpiphp: Slot [20] registered\n[ 0.281632] acpiphp: Slot [21] registered\n[ 0.282450] acpiphp: Slot [22] registered\n[ 0.283262] acpiphp: Slot [23] registered\n[ 0.284078] acpiphp: Slot [24] registered\n[ 0.284894] acpiphp: Slot [25] registered\n[ 0.285714] acpiphp: Slot [26] registered\n[ 0.286530] acpiphp: Slot [27] registered\n[ 0.287341] acpiphp: Slot [28] registered\n[ 0.288159] acpiphp: Slot [29] registered\n[ 0.288972] acpiphp: Slot [30] registered\n[ 0.289795] acpiphp: Slot [31] registered\n[ 0.290607] PCI host bridge to bus 0000:00\n[ 0.291421] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.292637] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.293861] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.295318] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.296781] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.303065] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.304385] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.305573] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.306861] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.313251] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.314731] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.359955] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.361474] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.362924] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.364364] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.365780] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.367049] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.368212] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.369453] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.371019] vgaarb: loaded\n[ 0.371630] vgaarb: bridge control possible 0000:00:02.0\n[ 0.372779] SCSI subsystem initialized\n[ 0.373604] ACPI: bus type USB registered\n[ 0.374426] usbcore: registered new interface driver usbfs\n[ 0.375465] usbcore: registered new interface driver hub\n[ 0.376481] usbcore: registered new device driver usb\n[ 0.377549] PCI: Using ACPI for IRQ routing\n[ 0.378582] NetLabel: Initializing\n[ 0.379304] NetLabel: domain hash size = 128\n[ 0.380166] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.381130] NetLabel: unlabeled traffic allowed by default\n[ 0.382236] clocksource: Switched to clocksource kvm-clock\n[ 0.387651] AppArmor: AppArmor Filesystem Enabled\n[ 0.388647] pnp: PnP ACPI init\n[ 0.389565] pnp: PnP ACPI: found 5 devices\n[ 0.395949] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.397678] NET: Registered protocol family 2\n[ 0.398640] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.399932] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.401112] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.402291] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403389] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.404564] NET: Registered protocol family 1\n[ 0.405436] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.406546] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.407629] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.421624] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.435926] Trying to unpack rootfs image as initramfs...\n[ 0.485364] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.499226] Scanning for low memory corruption every 60 seconds\n[ 0.500573] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.501744] audit: initializing netlink subsys (disabled)\n[ 0.502797] audit: type=2000 audit(1536064706.579:1): initialized\n[ 0.504125] Initialise system trusted keyring\n[ 0.505088] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.506289] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.508271] zbud: loaded\n[ 0.508984] VFS: Disk quotas dquot_6.6.0\n[ 0.509818] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.511354] fuse init (API version 7.23)\n[ 0.512250] Key type big_key registered\n[ 0.513069] Allocating IMA MOK and blacklist keyrings.\n[ 0.514196] Key type asymmetric registered\n[ 0.515048] Asymmetric key parser 'x509' registered\n[ 0.516021] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.517512] io scheduler noop registered\n[ 0.518329] io scheduler deadline registered (default)\n[ 0.519339] io scheduler cfq registered\n[ 0.520551] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.521624] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.522923] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.524410] ACPI: Power Button [PWRF]\n[ 0.525251] GHES: HEST is not enabled!\n[ 0.538951] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.566887] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.569149] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.594541] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.596778] Linux agpgart interface v0.103\n[ 0.598829] brd: module loaded\n[ 0.599987] loop: module loaded\n[ 0.604305] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.605778] GPT:90111 != 2097151\n[ 0.606469] GPT:Alternate GPT header not at the end of the disk.\n[ 0.607575] GPT:90111 != 2097151\n[ 0.608250] GPT: Use GNU Parted to correct GPT errors.\n[ 0.609225] vda: vda1 vda15\n[ 0.610759] scsi host0: ata_piix\n[ 0.611503] scsi host1: ata_piix\n[ 0.612213] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.613447] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.614908] libphy: Fixed MDIO Bus: probed\n[ 0.615744] tun: Universal TUN/TAP device driver, 1.6\n[ 0.616706] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.618885] PPP generic driver version 2.4.2\n[ 0.619781] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.621077] ehci-pci: EHCI PCI platform driver\n[ 0.621965] ehci-platform: EHCI generic platform driver\n[ 0.622974] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.624125] ohci-pci: OHCI PCI platform driver\n[ 0.625016] ohci-platform: OHCI generic platform driver\n[ 0.626028] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.640430] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.641462] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.642949] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.644005] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.645147] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.646412] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.647869] usb usb1: Product: UHCI Host Controller\n[ 0.648827] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.649996] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.651020] hub 1-0:1.0: USB hub found\n[ 0.651818] hub 1-0:1.0: 2 ports detected\n[ 0.652739] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.654901] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.655878] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.656929] mousedev: PS/2 mouse device common for all mice\n[ 0.658205] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.660095] rtc_cmos 00:00: RTC can wake from S4\n[ 0.661216] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.662455] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.663684] i2c /dev entries driver\n[ 0.664453] device-mapper: uevent: version 1.0.3\n[ 0.665404] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.667076] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.668388] NET: Registered protocol family 10\n[ 0.669402] NET: Registered protocol family 17\n[ 0.670320] Key type dns_resolver registered\n[ 0.671276] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.672392] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.674166] registered taskstats version 1\n[ 0.675030] Loading compiled-in X.509 certificates\n[ 0.676517] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.678410] zswap: loaded using pool lzo/zbud\n[ 0.679770] Key type trusted registered\n[ 0.681324] Key type encrypted registered\n[ 0.682174] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.683241] ima: No TPM chip found, activating TPM-bypass!\n[ 0.684308] evm: HMAC attrs: 0x1\n[ 0.685250] Magic number: 2:172:632\n[ 0.686115] rtc_cmos 00:00: setting system clock to 2018-09-04 12:38:26 UTC (1536064706)\n[ 0.687758] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.688906] EDD information not available.\n[ 0.771346] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.772950] Write protecting the kernel read-only data: 14336k\n[ 0.785050] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.786923] 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.828596] 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.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... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\n"} 2018-09-04 12:39:50,325 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/5789cb2a-1dc6-4326-b807-f62a4885ca43/action used request id req-9226f59f-e128-453f-81c5-c4fbffe56365 2018-09-04 12:39:52,341 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/servers/5789cb2a-1dc6-4326-b807-f62a4885ca43/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7d2984c89f46b7d6fbaf39b31eddaa7f36043f96" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-04 12:39:53,418 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12:39: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-53783ac3-7c3e-4052-95bd-e9ccf5031de9 x-compute-request-id: req-53783ac3-7c3e-4052-95bd-e9ccf5031de9 Content-Encoding: gzip Content-Length: 7684 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 483562078 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 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.133844] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.135528] pid_max: default: 32768 minimum: 301\n[ 0.136437] ACPI: Core revision 20150930\n[ 0.137832] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.139166] Security Framework initialized\n[ 0.139998] Yama: becoming mindful.\n[ 0.140750] AppArmor: AppArmor initialized\n[ 0.141634] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.142994] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.144299] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.145544] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.146959] Initializing cgroup subsys io\n[ 0.147795] Initializing cgroup subsys memory\n[ 0.148676] Initializing cgroup subsys devices\n[ 0.149577] Initializing cgroup subsys freezer\n[ 0.150465] Initializing cgroup subsys net_cls\n[ 0.151347] Initializing cgroup subsys perf_event\n[ 0.152277] Initializing cgroup subsys net_prio\n[ 0.153192] Initializing cgroup subsys hugetlb\n[ 0.154085] Initializing cgroup subsys pids\n[ 0.154978] CPU: Physical Processor ID: 0\n[ 0.156483] mce: CPU supports 10 MCE banks\n[ 0.157356] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.158380] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.169090] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.175516] ftrace: allocating 31920 entries in 125 pages\n[ 0.201643] smpboot: Max logical packages: 1\n[ 0.202529] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.203908] x2apic enabled\n[ 0.204730] Switched APIC routing to physical x2apic.\n[ 0.206509] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.207646] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.209686] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.211505] KVM setup paravirtual spinlock\n[ 0.212811] x86: Booted up 1 node, 1 CPUs\n[ 0.213633] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.215055] devtmpfs: initialized\n[ 0.216776] evm: security.selinux\n[ 0.217483] evm: security.SMACK64\n[ 0.218177] evm: security.SMACK64EXEC\n[ 0.218960] evm: security.SMACK64TRANSMUTE\n[ 0.219775] evm: security.SMACK64MMAP\n[ 0.220529] evm: security.ima\n[ 0.221176] evm: security.capability\n[ 0.221989] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.223856] pinctrl core: initialized pinctrl subsystem\n[ 0.224971] RTC time: 12:38:25, date: 09/04/18\n[ 0.225930] NET: Registered protocol family 16\n[ 0.226907] cpuidle: using governor ladder\n[ 0.227729] cpuidle: using governor menu\n[ 0.228519] PCCT header not found.\n[ 0.229277] ACPI: bus type PCI registered\n[ 0.230082] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.231330] PCI: Using configuration type 1 for base access\n[ 0.233086] ACPI: Added _OSI(Module Device)\n[ 0.233947] ACPI: Added _OSI(Processor Device)\n[ 0.234821] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.235730] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.237861] ACPI: Interpreter enabled\n[ 0.238646] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.240504] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.242353] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.244233] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.246097] ACPI: (supports S0 S5)\n[ 0.246811] ACPI: Using IOAPIC for interrupt routing\n[ 0.247898] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.251010] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.252169] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.253413] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.254613] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.256856] acpiphp: Slot [3] registered\n[ 0.257671] acpiphp: Slot [4] registered\n[ 0.258482] acpiphp: Slot [5] registered\n[ 0.259283] acpiphp: Slot [6] registered\n[ 0.260085] acpiphp: Slot [7] registered\n[ 0.260897] acpiphp: Slot [8] registered\n[ 0.261704] acpiphp: Slot [9] registered\n[ 0.262505] acpiphp: Slot [10] registered\n[ 0.263321] acpiphp: Slot [11] registered\n[ 0.264138] acpiphp: Slot [12] registered\n[ 0.264960] acpiphp: Slot [13] registered\n[ 0.265785] acpiphp: Slot [14] registered\n[ 0.266599] acpiphp: Slot [15] registered\n[ 0.277486] acpiphp: Slot [16] registered\n[ 0.278336] acpiphp: Slot [17] registered\n[ 0.279156] acpiphp: Slot [18] registered\n[ 0.279990] acpiphp: Slot [19] registered\n[ 0.280812] acpiphp: Slot [20] registered\n[ 0.281632] acpiphp: Slot [21] registered\n[ 0.282450] acpiphp: Slot [22] registered\n[ 0.283262] acpiphp: Slot [23] registered\n[ 0.284078] acpiphp: Slot [24] registered\n[ 0.284894] acpiphp: Slot [25] registered\n[ 0.285714] acpiphp: Slot [26] registered\n[ 0.286530] acpiphp: Slot [27] registered\n[ 0.287341] acpiphp: Slot [28] registered\n[ 0.288159] acpiphp: Slot [29] registered\n[ 0.288972] acpiphp: Slot [30] registered\n[ 0.289795] acpiphp: Slot [31] registered\n[ 0.290607] PCI host bridge to bus 0000:00\n[ 0.291421] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.292637] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.293861] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.295318] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.296781] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.303065] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.304385] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.305573] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.306861] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.313251] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.314731] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.359955] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.361474] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.362924] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.364364] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.365780] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.367049] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.368212] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.369453] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.371019] vgaarb: loaded\n[ 0.371630] vgaarb: bridge control possible 0000:00:02.0\n[ 0.372779] SCSI subsystem initialized\n[ 0.373604] ACPI: bus type USB registered\n[ 0.374426] usbcore: registered new interface driver usbfs\n[ 0.375465] usbcore: registered new interface driver hub\n[ 0.376481] usbcore: registered new device driver usb\n[ 0.377549] PCI: Using ACPI for IRQ routing\n[ 0.378582] NetLabel: Initializing\n[ 0.379304] NetLabel: domain hash size = 128\n[ 0.380166] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.381130] NetLabel: unlabeled traffic allowed by default\n[ 0.382236] clocksource: Switched to clocksource kvm-clock\n[ 0.387651] AppArmor: AppArmor Filesystem Enabled\n[ 0.388647] pnp: PnP ACPI init\n[ 0.389565] pnp: PnP ACPI: found 5 devices\n[ 0.395949] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.397678] NET: Registered protocol family 2\n[ 0.398640] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.399932] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.401112] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.402291] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403389] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.404564] NET: Registered protocol family 1\n[ 0.405436] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.406546] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.407629] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.421624] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.435926] Trying to unpack rootfs image as initramfs...\n[ 0.485364] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.499226] Scanning for low memory corruption every 60 seconds\n[ 0.500573] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.501744] audit: initializing netlink subsys (disabled)\n[ 0.502797] audit: type=2000 audit(1536064706.579:1): initialized\n[ 0.504125] Initialise system trusted keyring\n[ 0.505088] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.506289] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.508271] zbud: loaded\n[ 0.508984] VFS: Disk quotas dquot_6.6.0\n[ 0.509818] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.511354] fuse init (API version 7.23)\n[ 0.512250] Key type big_key registered\n[ 0.513069] Allocating IMA MOK and blacklist keyrings.\n[ 0.514196] Key type asymmetric registered\n[ 0.515048] Asymmetric key parser 'x509' registered\n[ 0.516021] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.517512] io scheduler noop registered\n[ 0.518329] io scheduler deadline registered (default)\n[ 0.519339] io scheduler cfq registered\n[ 0.520551] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.521624] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.522923] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.524410] ACPI: Power Button [PWRF]\n[ 0.525251] GHES: HEST is not enabled!\n[ 0.538951] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.566887] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.569149] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.594541] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.596778] Linux agpgart interface v0.103\n[ 0.598829] brd: module loaded\n[ 0.599987] loop: module loaded\n[ 0.604305] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.605778] GPT:90111 != 2097151\n[ 0.606469] GPT:Alternate GPT header not at the end of the disk.\n[ 0.607575] GPT:90111 != 2097151\n[ 0.608250] GPT: Use GNU Parted to correct GPT errors.\n[ 0.609225] vda: vda1 vda15\n[ 0.610759] scsi host0: ata_piix\n[ 0.611503] scsi host1: ata_piix\n[ 0.612213] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.613447] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.614908] libphy: Fixed MDIO Bus: probed\n[ 0.615744] tun: Universal TUN/TAP device driver, 1.6\n[ 0.616706] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.618885] PPP generic driver version 2.4.2\n[ 0.619781] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.621077] ehci-pci: EHCI PCI platform driver\n[ 0.621965] ehci-platform: EHCI generic platform driver\n[ 0.622974] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.624125] ohci-pci: OHCI PCI platform driver\n[ 0.625016] ohci-platform: OHCI generic platform driver\n[ 0.626028] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.640430] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.641462] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.642949] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.644005] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.645147] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.646412] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.647869] usb usb1: Product: UHCI Host Controller\n[ 0.648827] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.649996] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.651020] hub 1-0:1.0: USB hub found\n[ 0.651818] hub 1-0:1.0: 2 ports detected\n[ 0.652739] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.654901] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.655878] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.656929] mousedev: PS/2 mouse device common for all mice\n[ 0.658205] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.660095] rtc_cmos 00:00: RTC can wake from S4\n[ 0.661216] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.662455] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.663684] i2c /dev entries driver\n[ 0.664453] device-mapper: uevent: version 1.0.3\n[ 0.665404] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.667076] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.668388] NET: Registered protocol family 10\n[ 0.669402] NET: Registered protocol family 17\n[ 0.670320] Key type dns_resolver registered\n[ 0.671276] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.672392] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.674166] registered taskstats version 1\n[ 0.675030] Loading compiled-in X.509 certificates\n[ 0.676517] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.678410] zswap: loaded using pool lzo/zbud\n[ 0.679770] Key type trusted registered\n[ 0.681324] Key type encrypted registered\n[ 0.682174] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.683241] ima: No TPM chip found, activating TPM-bypass!\n[ 0.684308] evm: HMAC attrs: 0x1\n[ 0.685250] Magic number: 2:172:632\n[ 0.686115] rtc_cmos 00:00: setting system clock to 2018-09-04 12:38:26 UTC (1536064706)\n[ 0.687758] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.688906] EDD information not available.\n[ 0.771346] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.772950] Write protecting the kernel read-only data: 14336k\n[ 0.785050] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.786923] 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.828596] 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.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... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\n"} 2018-09-04 12:39:53,418 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/5789cb2a-1dc6-4326-b807-f62a4885ca43/action used request id req-53783ac3-7c3e-4052-95bd-e9ccf5031de9 2018-09-04 12:39:55,436 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/servers/5789cb2a-1dc6-4326-b807-f62a4885ca43/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7d2984c89f46b7d6fbaf39b31eddaa7f36043f96" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-04 12:39:56,503 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12:39:55 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-a15dff8f-f991-408c-b04e-fcb55517dee4 x-compute-request-id: req-a15dff8f-f991-408c-b04e-fcb55517dee4 Content-Encoding: gzip Content-Length: 7684 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 483562078 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 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.133844] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.135528] pid_max: default: 32768 minimum: 301\n[ 0.136437] ACPI: Core revision 20150930\n[ 0.137832] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.139166] Security Framework initialized\n[ 0.139998] Yama: becoming mindful.\n[ 0.140750] AppArmor: AppArmor initialized\n[ 0.141634] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.142994] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.144299] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.145544] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.146959] Initializing cgroup subsys io\n[ 0.147795] Initializing cgroup subsys memory\n[ 0.148676] Initializing cgroup subsys devices\n[ 0.149577] Initializing cgroup subsys freezer\n[ 0.150465] Initializing cgroup subsys net_cls\n[ 0.151347] Initializing cgroup subsys perf_event\n[ 0.152277] Initializing cgroup subsys net_prio\n[ 0.153192] Initializing cgroup subsys hugetlb\n[ 0.154085] Initializing cgroup subsys pids\n[ 0.154978] CPU: Physical Processor ID: 0\n[ 0.156483] mce: CPU supports 10 MCE banks\n[ 0.157356] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.158380] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.169090] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.175516] ftrace: allocating 31920 entries in 125 pages\n[ 0.201643] smpboot: Max logical packages: 1\n[ 0.202529] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.203908] x2apic enabled\n[ 0.204730] Switched APIC routing to physical x2apic.\n[ 0.206509] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.207646] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.209686] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.211505] KVM setup paravirtual spinlock\n[ 0.212811] x86: Booted up 1 node, 1 CPUs\n[ 0.213633] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.215055] devtmpfs: initialized\n[ 0.216776] evm: security.selinux\n[ 0.217483] evm: security.SMACK64\n[ 0.218177] evm: security.SMACK64EXEC\n[ 0.218960] evm: security.SMACK64TRANSMUTE\n[ 0.219775] evm: security.SMACK64MMAP\n[ 0.220529] evm: security.ima\n[ 0.221176] evm: security.capability\n[ 0.221989] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.223856] pinctrl core: initialized pinctrl subsystem\n[ 0.224971] RTC time: 12:38:25, date: 09/04/18\n[ 0.225930] NET: Registered protocol family 16\n[ 0.226907] cpuidle: using governor ladder\n[ 0.227729] cpuidle: using governor menu\n[ 0.228519] PCCT header not found.\n[ 0.229277] ACPI: bus type PCI registered\n[ 0.230082] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.231330] PCI: Using configuration type 1 for base access\n[ 0.233086] ACPI: Added _OSI(Module Device)\n[ 0.233947] ACPI: Added _OSI(Processor Device)\n[ 0.234821] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.235730] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.237861] ACPI: Interpreter enabled\n[ 0.238646] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.240504] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.242353] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.244233] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.246097] ACPI: (supports S0 S5)\n[ 0.246811] ACPI: Using IOAPIC for interrupt routing\n[ 0.247898] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.251010] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.252169] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.253413] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.254613] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.256856] acpiphp: Slot [3] registered\n[ 0.257671] acpiphp: Slot [4] registered\n[ 0.258482] acpiphp: Slot [5] registered\n[ 0.259283] acpiphp: Slot [6] registered\n[ 0.260085] acpiphp: Slot [7] registered\n[ 0.260897] acpiphp: Slot [8] registered\n[ 0.261704] acpiphp: Slot [9] registered\n[ 0.262505] acpiphp: Slot [10] registered\n[ 0.263321] acpiphp: Slot [11] registered\n[ 0.264138] acpiphp: Slot [12] registered\n[ 0.264960] acpiphp: Slot [13] registered\n[ 0.265785] acpiphp: Slot [14] registered\n[ 0.266599] acpiphp: Slot [15] registered\n[ 0.277486] acpiphp: Slot [16] registered\n[ 0.278336] acpiphp: Slot [17] registered\n[ 0.279156] acpiphp: Slot [18] registered\n[ 0.279990] acpiphp: Slot [19] registered\n[ 0.280812] acpiphp: Slot [20] registered\n[ 0.281632] acpiphp: Slot [21] registered\n[ 0.282450] acpiphp: Slot [22] registered\n[ 0.283262] acpiphp: Slot [23] registered\n[ 0.284078] acpiphp: Slot [24] registered\n[ 0.284894] acpiphp: Slot [25] registered\n[ 0.285714] acpiphp: Slot [26] registered\n[ 0.286530] acpiphp: Slot [27] registered\n[ 0.287341] acpiphp: Slot [28] registered\n[ 0.288159] acpiphp: Slot [29] registered\n[ 0.288972] acpiphp: Slot [30] registered\n[ 0.289795] acpiphp: Slot [31] registered\n[ 0.290607] PCI host bridge to bus 0000:00\n[ 0.291421] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.292637] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.293861] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.295318] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.296781] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.303065] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.304385] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.305573] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.306861] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.313251] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.314731] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.359955] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.361474] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.362924] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.364364] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.365780] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.367049] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.368212] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.369453] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.371019] vgaarb: loaded\n[ 0.371630] vgaarb: bridge control possible 0000:00:02.0\n[ 0.372779] SCSI subsystem initialized\n[ 0.373604] ACPI: bus type USB registered\n[ 0.374426] usbcore: registered new interface driver usbfs\n[ 0.375465] usbcore: registered new interface driver hub\n[ 0.376481] usbcore: registered new device driver usb\n[ 0.377549] PCI: Using ACPI for IRQ routing\n[ 0.378582] NetLabel: Initializing\n[ 0.379304] NetLabel: domain hash size = 128\n[ 0.380166] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.381130] NetLabel: unlabeled traffic allowed by default\n[ 0.382236] clocksource: Switched to clocksource kvm-clock\n[ 0.387651] AppArmor: AppArmor Filesystem Enabled\n[ 0.388647] pnp: PnP ACPI init\n[ 0.389565] pnp: PnP ACPI: found 5 devices\n[ 0.395949] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.397678] NET: Registered protocol family 2\n[ 0.398640] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.399932] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.401112] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.402291] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403389] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.404564] NET: Registered protocol family 1\n[ 0.405436] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.406546] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.407629] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.421624] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.435926] Trying to unpack rootfs image as initramfs...\n[ 0.485364] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.499226] Scanning for low memory corruption every 60 seconds\n[ 0.500573] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.501744] audit: initializing netlink subsys (disabled)\n[ 0.502797] audit: type=2000 audit(1536064706.579:1): initialized\n[ 0.504125] Initialise system trusted keyring\n[ 0.505088] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.506289] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.508271] zbud: loaded\n[ 0.508984] VFS: Disk quotas dquot_6.6.0\n[ 0.509818] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.511354] fuse init (API version 7.23)\n[ 0.512250] Key type big_key registered\n[ 0.513069] Allocating IMA MOK and blacklist keyrings.\n[ 0.514196] Key type asymmetric registered\n[ 0.515048] Asymmetric key parser 'x509' registered\n[ 0.516021] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.517512] io scheduler noop registered\n[ 0.518329] io scheduler deadline registered (default)\n[ 0.519339] io scheduler cfq registered\n[ 0.520551] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.521624] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.522923] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.524410] ACPI: Power Button [PWRF]\n[ 0.525251] GHES: HEST is not enabled!\n[ 0.538951] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.566887] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.569149] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.594541] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.596778] Linux agpgart interface v0.103\n[ 0.598829] brd: module loaded\n[ 0.599987] loop: module loaded\n[ 0.604305] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.605778] GPT:90111 != 2097151\n[ 0.606469] GPT:Alternate GPT header not at the end of the disk.\n[ 0.607575] GPT:90111 != 2097151\n[ 0.608250] GPT: Use GNU Parted to correct GPT errors.\n[ 0.609225] vda: vda1 vda15\n[ 0.610759] scsi host0: ata_piix\n[ 0.611503] scsi host1: ata_piix\n[ 0.612213] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.613447] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.614908] libphy: Fixed MDIO Bus: probed\n[ 0.615744] tun: Universal TUN/TAP device driver, 1.6\n[ 0.616706] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.618885] PPP generic driver version 2.4.2\n[ 0.619781] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.621077] ehci-pci: EHCI PCI platform driver\n[ 0.621965] ehci-platform: EHCI generic platform driver\n[ 0.622974] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.624125] ohci-pci: OHCI PCI platform driver\n[ 0.625016] ohci-platform: OHCI generic platform driver\n[ 0.626028] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.640430] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.641462] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.642949] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.644005] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.645147] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.646412] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.647869] usb usb1: Product: UHCI Host Controller\n[ 0.648827] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.649996] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.651020] hub 1-0:1.0: USB hub found\n[ 0.651818] hub 1-0:1.0: 2 ports detected\n[ 0.652739] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.654901] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.655878] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.656929] mousedev: PS/2 mouse device common for all mice\n[ 0.658205] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.660095] rtc_cmos 00:00: RTC can wake from S4\n[ 0.661216] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.662455] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.663684] i2c /dev entries driver\n[ 0.664453] device-mapper: uevent: version 1.0.3\n[ 0.665404] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.667076] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.668388] NET: Registered protocol family 10\n[ 0.669402] NET: Registered protocol family 17\n[ 0.670320] Key type dns_resolver registered\n[ 0.671276] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.672392] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.674166] registered taskstats version 1\n[ 0.675030] Loading compiled-in X.509 certificates\n[ 0.676517] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.678410] zswap: loaded using pool lzo/zbud\n[ 0.679770] Key type trusted registered\n[ 0.681324] Key type encrypted registered\n[ 0.682174] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.683241] ima: No TPM chip found, activating TPM-bypass!\n[ 0.684308] evm: HMAC attrs: 0x1\n[ 0.685250] Magic number: 2:172:632\n[ 0.686115] rtc_cmos 00:00: setting system clock to 2018-09-04 12:38:26 UTC (1536064706)\n[ 0.687758] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.688906] EDD information not available.\n[ 0.771346] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.772950] Write protecting the kernel read-only data: 14336k\n[ 0.785050] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.786923] 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.828596] 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.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... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\n"} 2018-09-04 12:39:56,503 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/5789cb2a-1dc6-4326-b807-f62a4885ca43/action used request id req-a15dff8f-f991-408c-b04e-fcb55517dee4 2018-09-04 12:39:58,520 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/servers/5789cb2a-1dc6-4326-b807-f62a4885ca43/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7d2984c89f46b7d6fbaf39b31eddaa7f36043f96" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-04 12:39:59,597 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12:39:58 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-bb8b25ae-ea36-4e69-a6a4-1b6e1728f3d5 x-compute-request-id: req-bb8b25ae-ea36-4e69-a6a4-1b6e1728f3d5 Content-Encoding: gzip Content-Length: 7684 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 483562078 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 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.133844] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.135528] pid_max: default: 32768 minimum: 301\n[ 0.136437] ACPI: Core revision 20150930\n[ 0.137832] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.139166] Security Framework initialized\n[ 0.139998] Yama: becoming mindful.\n[ 0.140750] AppArmor: AppArmor initialized\n[ 0.141634] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.142994] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.144299] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.145544] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.146959] Initializing cgroup subsys io\n[ 0.147795] Initializing cgroup subsys memory\n[ 0.148676] Initializing cgroup subsys devices\n[ 0.149577] Initializing cgroup subsys freezer\n[ 0.150465] Initializing cgroup subsys net_cls\n[ 0.151347] Initializing cgroup subsys perf_event\n[ 0.152277] Initializing cgroup subsys net_prio\n[ 0.153192] Initializing cgroup subsys hugetlb\n[ 0.154085] Initializing cgroup subsys pids\n[ 0.154978] CPU: Physical Processor ID: 0\n[ 0.156483] mce: CPU supports 10 MCE banks\n[ 0.157356] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.158380] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.169090] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.175516] ftrace: allocating 31920 entries in 125 pages\n[ 0.201643] smpboot: Max logical packages: 1\n[ 0.202529] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.203908] x2apic enabled\n[ 0.204730] Switched APIC routing to physical x2apic.\n[ 0.206509] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.207646] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.209686] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.211505] KVM setup paravirtual spinlock\n[ 0.212811] x86: Booted up 1 node, 1 CPUs\n[ 0.213633] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.215055] devtmpfs: initialized\n[ 0.216776] evm: security.selinux\n[ 0.217483] evm: security.SMACK64\n[ 0.218177] evm: security.SMACK64EXEC\n[ 0.218960] evm: security.SMACK64TRANSMUTE\n[ 0.219775] evm: security.SMACK64MMAP\n[ 0.220529] evm: security.ima\n[ 0.221176] evm: security.capability\n[ 0.221989] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.223856] pinctrl core: initialized pinctrl subsystem\n[ 0.224971] RTC time: 12:38:25, date: 09/04/18\n[ 0.225930] NET: Registered protocol family 16\n[ 0.226907] cpuidle: using governor ladder\n[ 0.227729] cpuidle: using governor menu\n[ 0.228519] PCCT header not found.\n[ 0.229277] ACPI: bus type PCI registered\n[ 0.230082] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.231330] PCI: Using configuration type 1 for base access\n[ 0.233086] ACPI: Added _OSI(Module Device)\n[ 0.233947] ACPI: Added _OSI(Processor Device)\n[ 0.234821] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.235730] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.237861] ACPI: Interpreter enabled\n[ 0.238646] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.240504] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.242353] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.244233] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.246097] ACPI: (supports S0 S5)\n[ 0.246811] ACPI: Using IOAPIC for interrupt routing\n[ 0.247898] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.251010] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.252169] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.253413] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.254613] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.256856] acpiphp: Slot [3] registered\n[ 0.257671] acpiphp: Slot [4] registered\n[ 0.258482] acpiphp: Slot [5] registered\n[ 0.259283] acpiphp: Slot [6] registered\n[ 0.260085] acpiphp: Slot [7] registered\n[ 0.260897] acpiphp: Slot [8] registered\n[ 0.261704] acpiphp: Slot [9] registered\n[ 0.262505] acpiphp: Slot [10] registered\n[ 0.263321] acpiphp: Slot [11] registered\n[ 0.264138] acpiphp: Slot [12] registered\n[ 0.264960] acpiphp: Slot [13] registered\n[ 0.265785] acpiphp: Slot [14] registered\n[ 0.266599] acpiphp: Slot [15] registered\n[ 0.277486] acpiphp: Slot [16] registered\n[ 0.278336] acpiphp: Slot [17] registered\n[ 0.279156] acpiphp: Slot [18] registered\n[ 0.279990] acpiphp: Slot [19] registered\n[ 0.280812] acpiphp: Slot [20] registered\n[ 0.281632] acpiphp: Slot [21] registered\n[ 0.282450] acpiphp: Slot [22] registered\n[ 0.283262] acpiphp: Slot [23] registered\n[ 0.284078] acpiphp: Slot [24] registered\n[ 0.284894] acpiphp: Slot [25] registered\n[ 0.285714] acpiphp: Slot [26] registered\n[ 0.286530] acpiphp: Slot [27] registered\n[ 0.287341] acpiphp: Slot [28] registered\n[ 0.288159] acpiphp: Slot [29] registered\n[ 0.288972] acpiphp: Slot [30] registered\n[ 0.289795] acpiphp: Slot [31] registered\n[ 0.290607] PCI host bridge to bus 0000:00\n[ 0.291421] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.292637] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.293861] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.295318] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.296781] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.303065] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.304385] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.305573] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.306861] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.313251] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.314731] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.359955] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.361474] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.362924] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.364364] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.365780] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.367049] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.368212] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.369453] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.371019] vgaarb: loaded\n[ 0.371630] vgaarb: bridge control possible 0000:00:02.0\n[ 0.372779] SCSI subsystem initialized\n[ 0.373604] ACPI: bus type USB registered\n[ 0.374426] usbcore: registered new interface driver usbfs\n[ 0.375465] usbcore: registered new interface driver hub\n[ 0.376481] usbcore: registered new device driver usb\n[ 0.377549] PCI: Using ACPI for IRQ routing\n[ 0.378582] NetLabel: Initializing\n[ 0.379304] NetLabel: domain hash size = 128\n[ 0.380166] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.381130] NetLabel: unlabeled traffic allowed by default\n[ 0.382236] clocksource: Switched to clocksource kvm-clock\n[ 0.387651] AppArmor: AppArmor Filesystem Enabled\n[ 0.388647] pnp: PnP ACPI init\n[ 0.389565] pnp: PnP ACPI: found 5 devices\n[ 0.395949] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.397678] NET: Registered protocol family 2\n[ 0.398640] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.399932] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.401112] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.402291] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403389] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.404564] NET: Registered protocol family 1\n[ 0.405436] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.406546] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.407629] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.421624] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.435926] Trying to unpack rootfs image as initramfs...\n[ 0.485364] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.499226] Scanning for low memory corruption every 60 seconds\n[ 0.500573] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.501744] audit: initializing netlink subsys (disabled)\n[ 0.502797] audit: type=2000 audit(1536064706.579:1): initialized\n[ 0.504125] Initialise system trusted keyring\n[ 0.505088] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.506289] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.508271] zbud: loaded\n[ 0.508984] VFS: Disk quotas dquot_6.6.0\n[ 0.509818] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.511354] fuse init (API version 7.23)\n[ 0.512250] Key type big_key registered\n[ 0.513069] Allocating IMA MOK and blacklist keyrings.\n[ 0.514196] Key type asymmetric registered\n[ 0.515048] Asymmetric key parser 'x509' registered\n[ 0.516021] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.517512] io scheduler noop registered\n[ 0.518329] io scheduler deadline registered (default)\n[ 0.519339] io scheduler cfq registered\n[ 0.520551] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.521624] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.522923] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.524410] ACPI: Power Button [PWRF]\n[ 0.525251] GHES: HEST is not enabled!\n[ 0.538951] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.566887] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.569149] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.594541] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.596778] Linux agpgart interface v0.103\n[ 0.598829] brd: module loaded\n[ 0.599987] loop: module loaded\n[ 0.604305] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.605778] GPT:90111 != 2097151\n[ 0.606469] GPT:Alternate GPT header not at the end of the disk.\n[ 0.607575] GPT:90111 != 2097151\n[ 0.608250] GPT: Use GNU Parted to correct GPT errors.\n[ 0.609225] vda: vda1 vda15\n[ 0.610759] scsi host0: ata_piix\n[ 0.611503] scsi host1: ata_piix\n[ 0.612213] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.613447] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.614908] libphy: Fixed MDIO Bus: probed\n[ 0.615744] tun: Universal TUN/TAP device driver, 1.6\n[ 0.616706] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.618885] PPP generic driver version 2.4.2\n[ 0.619781] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.621077] ehci-pci: EHCI PCI platform driver\n[ 0.621965] ehci-platform: EHCI generic platform driver\n[ 0.622974] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.624125] ohci-pci: OHCI PCI platform driver\n[ 0.625016] ohci-platform: OHCI generic platform driver\n[ 0.626028] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.640430] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.641462] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.642949] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.644005] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.645147] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.646412] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.647869] usb usb1: Product: UHCI Host Controller\n[ 0.648827] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.649996] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.651020] hub 1-0:1.0: USB hub found\n[ 0.651818] hub 1-0:1.0: 2 ports detected\n[ 0.652739] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.654901] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.655878] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.656929] mousedev: PS/2 mouse device common for all mice\n[ 0.658205] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.660095] rtc_cmos 00:00: RTC can wake from S4\n[ 0.661216] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.662455] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.663684] i2c /dev entries driver\n[ 0.664453] device-mapper: uevent: version 1.0.3\n[ 0.665404] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.667076] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.668388] NET: Registered protocol family 10\n[ 0.669402] NET: Registered protocol family 17\n[ 0.670320] Key type dns_resolver registered\n[ 0.671276] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.672392] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.674166] registered taskstats version 1\n[ 0.675030] Loading compiled-in X.509 certificates\n[ 0.676517] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.678410] zswap: loaded using pool lzo/zbud\n[ 0.679770] Key type trusted registered\n[ 0.681324] Key type encrypted registered\n[ 0.682174] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.683241] ima: No TPM chip found, activating TPM-bypass!\n[ 0.684308] evm: HMAC attrs: 0x1\n[ 0.685250] Magic number: 2:172:632\n[ 0.686115] rtc_cmos 00:00: setting system clock to 2018-09-04 12:38:26 UTC (1536064706)\n[ 0.687758] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.688906] EDD information not available.\n[ 0.771346] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.772950] Write protecting the kernel read-only data: 14336k\n[ 0.785050] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.786923] 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.828596] 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.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... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\n"} 2018-09-04 12:39:59,598 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/5789cb2a-1dc6-4326-b807-f62a4885ca43/action used request id req-bb8b25ae-ea36-4e69-a6a4-1b6e1728f3d5 2018-09-04 12:40:01,616 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/servers/5789cb2a-1dc6-4326-b807-f62a4885ca43/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7d2984c89f46b7d6fbaf39b31eddaa7f36043f96" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-04 12:40:02,720 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12: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-23e340c9-756b-40a5-bf74-66b98505eb88 x-compute-request-id: req-23e340c9-756b-40a5-bf74-66b98505eb88 Content-Encoding: gzip Content-Length: 7684 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 483562078 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 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.133844] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.135528] pid_max: default: 32768 minimum: 301\n[ 0.136437] ACPI: Core revision 20150930\n[ 0.137832] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.139166] Security Framework initialized\n[ 0.139998] Yama: becoming mindful.\n[ 0.140750] AppArmor: AppArmor initialized\n[ 0.141634] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.142994] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.144299] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.145544] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.146959] Initializing cgroup subsys io\n[ 0.147795] Initializing cgroup subsys memory\n[ 0.148676] Initializing cgroup subsys devices\n[ 0.149577] Initializing cgroup subsys freezer\n[ 0.150465] Initializing cgroup subsys net_cls\n[ 0.151347] Initializing cgroup subsys perf_event\n[ 0.152277] Initializing cgroup subsys net_prio\n[ 0.153192] Initializing cgroup subsys hugetlb\n[ 0.154085] Initializing cgroup subsys pids\n[ 0.154978] CPU: Physical Processor ID: 0\n[ 0.156483] mce: CPU supports 10 MCE banks\n[ 0.157356] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.158380] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.169090] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.175516] ftrace: allocating 31920 entries in 125 pages\n[ 0.201643] smpboot: Max logical packages: 1\n[ 0.202529] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.203908] x2apic enabled\n[ 0.204730] Switched APIC routing to physical x2apic.\n[ 0.206509] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.207646] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.209686] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.211505] KVM setup paravirtual spinlock\n[ 0.212811] x86: Booted up 1 node, 1 CPUs\n[ 0.213633] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.215055] devtmpfs: initialized\n[ 0.216776] evm: security.selinux\n[ 0.217483] evm: security.SMACK64\n[ 0.218177] evm: security.SMACK64EXEC\n[ 0.218960] evm: security.SMACK64TRANSMUTE\n[ 0.219775] evm: security.SMACK64MMAP\n[ 0.220529] evm: security.ima\n[ 0.221176] evm: security.capability\n[ 0.221989] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.223856] pinctrl core: initialized pinctrl subsystem\n[ 0.224971] RTC time: 12:38:25, date: 09/04/18\n[ 0.225930] NET: Registered protocol family 16\n[ 0.226907] cpuidle: using governor ladder\n[ 0.227729] cpuidle: using governor menu\n[ 0.228519] PCCT header not found.\n[ 0.229277] ACPI: bus type PCI registered\n[ 0.230082] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.231330] PCI: Using configuration type 1 for base access\n[ 0.233086] ACPI: Added _OSI(Module Device)\n[ 0.233947] ACPI: Added _OSI(Processor Device)\n[ 0.234821] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.235730] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.237861] ACPI: Interpreter enabled\n[ 0.238646] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.240504] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.242353] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.244233] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.246097] ACPI: (supports S0 S5)\n[ 0.246811] ACPI: Using IOAPIC for interrupt routing\n[ 0.247898] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.251010] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.252169] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.253413] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.254613] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.256856] acpiphp: Slot [3] registered\n[ 0.257671] acpiphp: Slot [4] registered\n[ 0.258482] acpiphp: Slot [5] registered\n[ 0.259283] acpiphp: Slot [6] registered\n[ 0.260085] acpiphp: Slot [7] registered\n[ 0.260897] acpiphp: Slot [8] registered\n[ 0.261704] acpiphp: Slot [9] registered\n[ 0.262505] acpiphp: Slot [10] registered\n[ 0.263321] acpiphp: Slot [11] registered\n[ 0.264138] acpiphp: Slot [12] registered\n[ 0.264960] acpiphp: Slot [13] registered\n[ 0.265785] acpiphp: Slot [14] registered\n[ 0.266599] acpiphp: Slot [15] registered\n[ 0.277486] acpiphp: Slot [16] registered\n[ 0.278336] acpiphp: Slot [17] registered\n[ 0.279156] acpiphp: Slot [18] registered\n[ 0.279990] acpiphp: Slot [19] registered\n[ 0.280812] acpiphp: Slot [20] registered\n[ 0.281632] acpiphp: Slot [21] registered\n[ 0.282450] acpiphp: Slot [22] registered\n[ 0.283262] acpiphp: Slot [23] registered\n[ 0.284078] acpiphp: Slot [24] registered\n[ 0.284894] acpiphp: Slot [25] registered\n[ 0.285714] acpiphp: Slot [26] registered\n[ 0.286530] acpiphp: Slot [27] registered\n[ 0.287341] acpiphp: Slot [28] registered\n[ 0.288159] acpiphp: Slot [29] registered\n[ 0.288972] acpiphp: Slot [30] registered\n[ 0.289795] acpiphp: Slot [31] registered\n[ 0.290607] PCI host bridge to bus 0000:00\n[ 0.291421] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.292637] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.293861] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.295318] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.296781] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.303065] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.304385] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.305573] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.306861] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.313251] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.314731] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.359955] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.361474] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.362924] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.364364] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.365780] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.367049] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.368212] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.369453] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.371019] vgaarb: loaded\n[ 0.371630] vgaarb: bridge control possible 0000:00:02.0\n[ 0.372779] SCSI subsystem initialized\n[ 0.373604] ACPI: bus type USB registered\n[ 0.374426] usbcore: registered new interface driver usbfs\n[ 0.375465] usbcore: registered new interface driver hub\n[ 0.376481] usbcore: registered new device driver usb\n[ 0.377549] PCI: Using ACPI for IRQ routing\n[ 0.378582] NetLabel: Initializing\n[ 0.379304] NetLabel: domain hash size = 128\n[ 0.380166] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.381130] NetLabel: unlabeled traffic allowed by default\n[ 0.382236] clocksource: Switched to clocksource kvm-clock\n[ 0.387651] AppArmor: AppArmor Filesystem Enabled\n[ 0.388647] pnp: PnP ACPI init\n[ 0.389565] pnp: PnP ACPI: found 5 devices\n[ 0.395949] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.397678] NET: Registered protocol family 2\n[ 0.398640] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.399932] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.401112] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.402291] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403389] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.404564] NET: Registered protocol family 1\n[ 0.405436] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.406546] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.407629] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.421624] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.435926] Trying to unpack rootfs image as initramfs...\n[ 0.485364] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.499226] Scanning for low memory corruption every 60 seconds\n[ 0.500573] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.501744] audit: initializing netlink subsys (disabled)\n[ 0.502797] audit: type=2000 audit(1536064706.579:1): initialized\n[ 0.504125] Initialise system trusted keyring\n[ 0.505088] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.506289] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.508271] zbud: loaded\n[ 0.508984] VFS: Disk quotas dquot_6.6.0\n[ 0.509818] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.511354] fuse init (API version 7.23)\n[ 0.512250] Key type big_key registered\n[ 0.513069] Allocating IMA MOK and blacklist keyrings.\n[ 0.514196] Key type asymmetric registered\n[ 0.515048] Asymmetric key parser 'x509' registered\n[ 0.516021] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.517512] io scheduler noop registered\n[ 0.518329] io scheduler deadline registered (default)\n[ 0.519339] io scheduler cfq registered\n[ 0.520551] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.521624] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.522923] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.524410] ACPI: Power Button [PWRF]\n[ 0.525251] GHES: HEST is not enabled!\n[ 0.538951] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.566887] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.569149] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.594541] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.596778] Linux agpgart interface v0.103\n[ 0.598829] brd: module loaded\n[ 0.599987] loop: module loaded\n[ 0.604305] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.605778] GPT:90111 != 2097151\n[ 0.606469] GPT:Alternate GPT header not at the end of the disk.\n[ 0.607575] GPT:90111 != 2097151\n[ 0.608250] GPT: Use GNU Parted to correct GPT errors.\n[ 0.609225] vda: vda1 vda15\n[ 0.610759] scsi host0: ata_piix\n[ 0.611503] scsi host1: ata_piix\n[ 0.612213] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.613447] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.614908] libphy: Fixed MDIO Bus: probed\n[ 0.615744] tun: Universal TUN/TAP device driver, 1.6\n[ 0.616706] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.618885] PPP generic driver version 2.4.2\n[ 0.619781] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.621077] ehci-pci: EHCI PCI platform driver\n[ 0.621965] ehci-platform: EHCI generic platform driver\n[ 0.622974] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.624125] ohci-pci: OHCI PCI platform driver\n[ 0.625016] ohci-platform: OHCI generic platform driver\n[ 0.626028] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.640430] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.641462] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.642949] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.644005] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.645147] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.646412] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.647869] usb usb1: Product: UHCI Host Controller\n[ 0.648827] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.649996] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.651020] hub 1-0:1.0: USB hub found\n[ 0.651818] hub 1-0:1.0: 2 ports detected\n[ 0.652739] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.654901] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.655878] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.656929] mousedev: PS/2 mouse device common for all mice\n[ 0.658205] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.660095] rtc_cmos 00:00: RTC can wake from S4\n[ 0.661216] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.662455] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.663684] i2c /dev entries driver\n[ 0.664453] device-mapper: uevent: version 1.0.3\n[ 0.665404] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.667076] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.668388] NET: Registered protocol family 10\n[ 0.669402] NET: Registered protocol family 17\n[ 0.670320] Key type dns_resolver registered\n[ 0.671276] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.672392] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.674166] registered taskstats version 1\n[ 0.675030] Loading compiled-in X.509 certificates\n[ 0.676517] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.678410] zswap: loaded using pool lzo/zbud\n[ 0.679770] Key type trusted registered\n[ 0.681324] Key type encrypted registered\n[ 0.682174] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.683241] ima: No TPM chip found, activating TPM-bypass!\n[ 0.684308] evm: HMAC attrs: 0x1\n[ 0.685250] Magic number: 2:172:632\n[ 0.686115] rtc_cmos 00:00: setting system clock to 2018-09-04 12:38:26 UTC (1536064706)\n[ 0.687758] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.688906] EDD information not available.\n[ 0.771346] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.772950] Write protecting the kernel read-only data: 14336k\n[ 0.785050] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.786923] 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.828596] 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.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... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\n"} 2018-09-04 12:40:02,721 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/5789cb2a-1dc6-4326-b807-f62a4885ca43/action used request id req-23e340c9-756b-40a5-bf74-66b98505eb88 2018-09-04 12:40:04,740 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/servers/5789cb2a-1dc6-4326-b807-f62a4885ca43/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7d2984c89f46b7d6fbaf39b31eddaa7f36043f96" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-04 12:40:05,811 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12: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-05b0bc07-1a8e-493b-918c-5dbea5a6c8f0 x-compute-request-id: req-05b0bc07-1a8e-493b-918c-5dbea5a6c8f0 Content-Encoding: gzip Content-Length: 7684 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 483562078 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 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.133844] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.135528] pid_max: default: 32768 minimum: 301\n[ 0.136437] ACPI: Core revision 20150930\n[ 0.137832] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.139166] Security Framework initialized\n[ 0.139998] Yama: becoming mindful.\n[ 0.140750] AppArmor: AppArmor initialized\n[ 0.141634] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.142994] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.144299] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.145544] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.146959] Initializing cgroup subsys io\n[ 0.147795] Initializing cgroup subsys memory\n[ 0.148676] Initializing cgroup subsys devices\n[ 0.149577] Initializing cgroup subsys freezer\n[ 0.150465] Initializing cgroup subsys net_cls\n[ 0.151347] Initializing cgroup subsys perf_event\n[ 0.152277] Initializing cgroup subsys net_prio\n[ 0.153192] Initializing cgroup subsys hugetlb\n[ 0.154085] Initializing cgroup subsys pids\n[ 0.154978] CPU: Physical Processor ID: 0\n[ 0.156483] mce: CPU supports 10 MCE banks\n[ 0.157356] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.158380] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.169090] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.175516] ftrace: allocating 31920 entries in 125 pages\n[ 0.201643] smpboot: Max logical packages: 1\n[ 0.202529] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.203908] x2apic enabled\n[ 0.204730] Switched APIC routing to physical x2apic.\n[ 0.206509] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.207646] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.209686] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.211505] KVM setup paravirtual spinlock\n[ 0.212811] x86: Booted up 1 node, 1 CPUs\n[ 0.213633] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.215055] devtmpfs: initialized\n[ 0.216776] evm: security.selinux\n[ 0.217483] evm: security.SMACK64\n[ 0.218177] evm: security.SMACK64EXEC\n[ 0.218960] evm: security.SMACK64TRANSMUTE\n[ 0.219775] evm: security.SMACK64MMAP\n[ 0.220529] evm: security.ima\n[ 0.221176] evm: security.capability\n[ 0.221989] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.223856] pinctrl core: initialized pinctrl subsystem\n[ 0.224971] RTC time: 12:38:25, date: 09/04/18\n[ 0.225930] NET: Registered protocol family 16\n[ 0.226907] cpuidle: using governor ladder\n[ 0.227729] cpuidle: using governor menu\n[ 0.228519] PCCT header not found.\n[ 0.229277] ACPI: bus type PCI registered\n[ 0.230082] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.231330] PCI: Using configuration type 1 for base access\n[ 0.233086] ACPI: Added _OSI(Module Device)\n[ 0.233947] ACPI: Added _OSI(Processor Device)\n[ 0.234821] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.235730] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.237861] ACPI: Interpreter enabled\n[ 0.238646] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.240504] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.242353] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.244233] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.246097] ACPI: (supports S0 S5)\n[ 0.246811] ACPI: Using IOAPIC for interrupt routing\n[ 0.247898] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.251010] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.252169] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.253413] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.254613] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.256856] acpiphp: Slot [3] registered\n[ 0.257671] acpiphp: Slot [4] registered\n[ 0.258482] acpiphp: Slot [5] registered\n[ 0.259283] acpiphp: Slot [6] registered\n[ 0.260085] acpiphp: Slot [7] registered\n[ 0.260897] acpiphp: Slot [8] registered\n[ 0.261704] acpiphp: Slot [9] registered\n[ 0.262505] acpiphp: Slot [10] registered\n[ 0.263321] acpiphp: Slot [11] registered\n[ 0.264138] acpiphp: Slot [12] registered\n[ 0.264960] acpiphp: Slot [13] registered\n[ 0.265785] acpiphp: Slot [14] registered\n[ 0.266599] acpiphp: Slot [15] registered\n[ 0.277486] acpiphp: Slot [16] registered\n[ 0.278336] acpiphp: Slot [17] registered\n[ 0.279156] acpiphp: Slot [18] registered\n[ 0.279990] acpiphp: Slot [19] registered\n[ 0.280812] acpiphp: Slot [20] registered\n[ 0.281632] acpiphp: Slot [21] registered\n[ 0.282450] acpiphp: Slot [22] registered\n[ 0.283262] acpiphp: Slot [23] registered\n[ 0.284078] acpiphp: Slot [24] registered\n[ 0.284894] acpiphp: Slot [25] registered\n[ 0.285714] acpiphp: Slot [26] registered\n[ 0.286530] acpiphp: Slot [27] registered\n[ 0.287341] acpiphp: Slot [28] registered\n[ 0.288159] acpiphp: Slot [29] registered\n[ 0.288972] acpiphp: Slot [30] registered\n[ 0.289795] acpiphp: Slot [31] registered\n[ 0.290607] PCI host bridge to bus 0000:00\n[ 0.291421] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.292637] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.293861] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.295318] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.296781] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.303065] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.304385] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.305573] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.306861] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.313251] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.314731] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.359955] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.361474] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.362924] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.364364] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.365780] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.367049] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.368212] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.369453] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.371019] vgaarb: loaded\n[ 0.371630] vgaarb: bridge control possible 0000:00:02.0\n[ 0.372779] SCSI subsystem initialized\n[ 0.373604] ACPI: bus type USB registered\n[ 0.374426] usbcore: registered new interface driver usbfs\n[ 0.375465] usbcore: registered new interface driver hub\n[ 0.376481] usbcore: registered new device driver usb\n[ 0.377549] PCI: Using ACPI for IRQ routing\n[ 0.378582] NetLabel: Initializing\n[ 0.379304] NetLabel: domain hash size = 128\n[ 0.380166] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.381130] NetLabel: unlabeled traffic allowed by default\n[ 0.382236] clocksource: Switched to clocksource kvm-clock\n[ 0.387651] AppArmor: AppArmor Filesystem Enabled\n[ 0.388647] pnp: PnP ACPI init\n[ 0.389565] pnp: PnP ACPI: found 5 devices\n[ 0.395949] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.397678] NET: Registered protocol family 2\n[ 0.398640] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.399932] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.401112] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.402291] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403389] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.404564] NET: Registered protocol family 1\n[ 0.405436] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.406546] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.407629] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.421624] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.435926] Trying to unpack rootfs image as initramfs...\n[ 0.485364] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.499226] Scanning for low memory corruption every 60 seconds\n[ 0.500573] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.501744] audit: initializing netlink subsys (disabled)\n[ 0.502797] audit: type=2000 audit(1536064706.579:1): initialized\n[ 0.504125] Initialise system trusted keyring\n[ 0.505088] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.506289] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.508271] zbud: loaded\n[ 0.508984] VFS: Disk quotas dquot_6.6.0\n[ 0.509818] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.511354] fuse init (API version 7.23)\n[ 0.512250] Key type big_key registered\n[ 0.513069] Allocating IMA MOK and blacklist keyrings.\n[ 0.514196] Key type asymmetric registered\n[ 0.515048] Asymmetric key parser 'x509' registered\n[ 0.516021] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.517512] io scheduler noop registered\n[ 0.518329] io scheduler deadline registered (default)\n[ 0.519339] io scheduler cfq registered\n[ 0.520551] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.521624] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.522923] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.524410] ACPI: Power Button [PWRF]\n[ 0.525251] GHES: HEST is not enabled!\n[ 0.538951] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.566887] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.569149] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.594541] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.596778] Linux agpgart interface v0.103\n[ 0.598829] brd: module loaded\n[ 0.599987] loop: module loaded\n[ 0.604305] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.605778] GPT:90111 != 2097151\n[ 0.606469] GPT:Alternate GPT header not at the end of the disk.\n[ 0.607575] GPT:90111 != 2097151\n[ 0.608250] GPT: Use GNU Parted to correct GPT errors.\n[ 0.609225] vda: vda1 vda15\n[ 0.610759] scsi host0: ata_piix\n[ 0.611503] scsi host1: ata_piix\n[ 0.612213] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.613447] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.614908] libphy: Fixed MDIO Bus: probed\n[ 0.615744] tun: Universal TUN/TAP device driver, 1.6\n[ 0.616706] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.618885] PPP generic driver version 2.4.2\n[ 0.619781] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.621077] ehci-pci: EHCI PCI platform driver\n[ 0.621965] ehci-platform: EHCI generic platform driver\n[ 0.622974] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.624125] ohci-pci: OHCI PCI platform driver\n[ 0.625016] ohci-platform: OHCI generic platform driver\n[ 0.626028] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.640430] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.641462] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.642949] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.644005] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.645147] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.646412] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.647869] usb usb1: Product: UHCI Host Controller\n[ 0.648827] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.649996] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.651020] hub 1-0:1.0: USB hub found\n[ 0.651818] hub 1-0:1.0: 2 ports detected\n[ 0.652739] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.654901] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.655878] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.656929] mousedev: PS/2 mouse device common for all mice\n[ 0.658205] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.660095] rtc_cmos 00:00: RTC can wake from S4\n[ 0.661216] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.662455] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.663684] i2c /dev entries driver\n[ 0.664453] device-mapper: uevent: version 1.0.3\n[ 0.665404] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.667076] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.668388] NET: Registered protocol family 10\n[ 0.669402] NET: Registered protocol family 17\n[ 0.670320] Key type dns_resolver registered\n[ 0.671276] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.672392] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.674166] registered taskstats version 1\n[ 0.675030] Loading compiled-in X.509 certificates\n[ 0.676517] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.678410] zswap: loaded using pool lzo/zbud\n[ 0.679770] Key type trusted registered\n[ 0.681324] Key type encrypted registered\n[ 0.682174] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.683241] ima: No TPM chip found, activating TPM-bypass!\n[ 0.684308] evm: HMAC attrs: 0x1\n[ 0.685250] Magic number: 2:172:632\n[ 0.686115] rtc_cmos 00:00: setting system clock to 2018-09-04 12:38:26 UTC (1536064706)\n[ 0.687758] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.688906] EDD information not available.\n[ 0.771346] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.772950] Write protecting the kernel read-only data: 14336k\n[ 0.785050] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.786923] 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.828596] 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.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... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\n"} 2018-09-04 12:40:05,811 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/5789cb2a-1dc6-4326-b807-f62a4885ca43/action used request id req-05b0bc07-1a8e-493b-918c-5dbea5a6c8f0 2018-09-04 12:40:07,828 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/servers/5789cb2a-1dc6-4326-b807-f62a4885ca43/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7d2984c89f46b7d6fbaf39b31eddaa7f36043f96" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-04 12:40:08,896 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12: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-97667a53-b30c-4727-9668-3eb69295b20e x-compute-request-id: req-97667a53-b30c-4727-9668-3eb69295b20e Content-Encoding: gzip Content-Length: 7684 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 483562078 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 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.133844] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.135528] pid_max: default: 32768 minimum: 301\n[ 0.136437] ACPI: Core revision 20150930\n[ 0.137832] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.139166] Security Framework initialized\n[ 0.139998] Yama: becoming mindful.\n[ 0.140750] AppArmor: AppArmor initialized\n[ 0.141634] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.142994] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.144299] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.145544] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.146959] Initializing cgroup subsys io\n[ 0.147795] Initializing cgroup subsys memory\n[ 0.148676] Initializing cgroup subsys devices\n[ 0.149577] Initializing cgroup subsys freezer\n[ 0.150465] Initializing cgroup subsys net_cls\n[ 0.151347] Initializing cgroup subsys perf_event\n[ 0.152277] Initializing cgroup subsys net_prio\n[ 0.153192] Initializing cgroup subsys hugetlb\n[ 0.154085] Initializing cgroup subsys pids\n[ 0.154978] CPU: Physical Processor ID: 0\n[ 0.156483] mce: CPU supports 10 MCE banks\n[ 0.157356] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.158380] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.169090] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.175516] ftrace: allocating 31920 entries in 125 pages\n[ 0.201643] smpboot: Max logical packages: 1\n[ 0.202529] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.203908] x2apic enabled\n[ 0.204730] Switched APIC routing to physical x2apic.\n[ 0.206509] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.207646] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.209686] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.211505] KVM setup paravirtual spinlock\n[ 0.212811] x86: Booted up 1 node, 1 CPUs\n[ 0.213633] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.215055] devtmpfs: initialized\n[ 0.216776] evm: security.selinux\n[ 0.217483] evm: security.SMACK64\n[ 0.218177] evm: security.SMACK64EXEC\n[ 0.218960] evm: security.SMACK64TRANSMUTE\n[ 0.219775] evm: security.SMACK64MMAP\n[ 0.220529] evm: security.ima\n[ 0.221176] evm: security.capability\n[ 0.221989] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.223856] pinctrl core: initialized pinctrl subsystem\n[ 0.224971] RTC time: 12:38:25, date: 09/04/18\n[ 0.225930] NET: Registered protocol family 16\n[ 0.226907] cpuidle: using governor ladder\n[ 0.227729] cpuidle: using governor menu\n[ 0.228519] PCCT header not found.\n[ 0.229277] ACPI: bus type PCI registered\n[ 0.230082] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.231330] PCI: Using configuration type 1 for base access\n[ 0.233086] ACPI: Added _OSI(Module Device)\n[ 0.233947] ACPI: Added _OSI(Processor Device)\n[ 0.234821] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.235730] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.237861] ACPI: Interpreter enabled\n[ 0.238646] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.240504] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.242353] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.244233] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.246097] ACPI: (supports S0 S5)\n[ 0.246811] ACPI: Using IOAPIC for interrupt routing\n[ 0.247898] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.251010] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.252169] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.253413] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.254613] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.256856] acpiphp: Slot [3] registered\n[ 0.257671] acpiphp: Slot [4] registered\n[ 0.258482] acpiphp: Slot [5] registered\n[ 0.259283] acpiphp: Slot [6] registered\n[ 0.260085] acpiphp: Slot [7] registered\n[ 0.260897] acpiphp: Slot [8] registered\n[ 0.261704] acpiphp: Slot [9] registered\n[ 0.262505] acpiphp: Slot [10] registered\n[ 0.263321] acpiphp: Slot [11] registered\n[ 0.264138] acpiphp: Slot [12] registered\n[ 0.264960] acpiphp: Slot [13] registered\n[ 0.265785] acpiphp: Slot [14] registered\n[ 0.266599] acpiphp: Slot [15] registered\n[ 0.277486] acpiphp: Slot [16] registered\n[ 0.278336] acpiphp: Slot [17] registered\n[ 0.279156] acpiphp: Slot [18] registered\n[ 0.279990] acpiphp: Slot [19] registered\n[ 0.280812] acpiphp: Slot [20] registered\n[ 0.281632] acpiphp: Slot [21] registered\n[ 0.282450] acpiphp: Slot [22] registered\n[ 0.283262] acpiphp: Slot [23] registered\n[ 0.284078] acpiphp: Slot [24] registered\n[ 0.284894] acpiphp: Slot [25] registered\n[ 0.285714] acpiphp: Slot [26] registered\n[ 0.286530] acpiphp: Slot [27] registered\n[ 0.287341] acpiphp: Slot [28] registered\n[ 0.288159] acpiphp: Slot [29] registered\n[ 0.288972] acpiphp: Slot [30] registered\n[ 0.289795] acpiphp: Slot [31] registered\n[ 0.290607] PCI host bridge to bus 0000:00\n[ 0.291421] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.292637] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.293861] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.295318] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.296781] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.303065] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.304385] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.305573] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.306861] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.313251] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.314731] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.359955] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.361474] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.362924] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.364364] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.365780] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.367049] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.368212] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.369453] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.371019] vgaarb: loaded\n[ 0.371630] vgaarb: bridge control possible 0000:00:02.0\n[ 0.372779] SCSI subsystem initialized\n[ 0.373604] ACPI: bus type USB registered\n[ 0.374426] usbcore: registered new interface driver usbfs\n[ 0.375465] usbcore: registered new interface driver hub\n[ 0.376481] usbcore: registered new device driver usb\n[ 0.377549] PCI: Using ACPI for IRQ routing\n[ 0.378582] NetLabel: Initializing\n[ 0.379304] NetLabel: domain hash size = 128\n[ 0.380166] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.381130] NetLabel: unlabeled traffic allowed by default\n[ 0.382236] clocksource: Switched to clocksource kvm-clock\n[ 0.387651] AppArmor: AppArmor Filesystem Enabled\n[ 0.388647] pnp: PnP ACPI init\n[ 0.389565] pnp: PnP ACPI: found 5 devices\n[ 0.395949] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.397678] NET: Registered protocol family 2\n[ 0.398640] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.399932] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.401112] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.402291] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403389] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.404564] NET: Registered protocol family 1\n[ 0.405436] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.406546] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.407629] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.421624] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.435926] Trying to unpack rootfs image as initramfs...\n[ 0.485364] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.499226] Scanning for low memory corruption every 60 seconds\n[ 0.500573] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.501744] audit: initializing netlink subsys (disabled)\n[ 0.502797] audit: type=2000 audit(1536064706.579:1): initialized\n[ 0.504125] Initialise system trusted keyring\n[ 0.505088] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.506289] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.508271] zbud: loaded\n[ 0.508984] VFS: Disk quotas dquot_6.6.0\n[ 0.509818] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.511354] fuse init (API version 7.23)\n[ 0.512250] Key type big_key registered\n[ 0.513069] Allocating IMA MOK and blacklist keyrings.\n[ 0.514196] Key type asymmetric registered\n[ 0.515048] Asymmetric key parser 'x509' registered\n[ 0.516021] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.517512] io scheduler noop registered\n[ 0.518329] io scheduler deadline registered (default)\n[ 0.519339] io scheduler cfq registered\n[ 0.520551] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.521624] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.522923] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.524410] ACPI: Power Button [PWRF]\n[ 0.525251] GHES: HEST is not enabled!\n[ 0.538951] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.566887] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.569149] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.594541] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.596778] Linux agpgart interface v0.103\n[ 0.598829] brd: module loaded\n[ 0.599987] loop: module loaded\n[ 0.604305] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.605778] GPT:90111 != 2097151\n[ 0.606469] GPT:Alternate GPT header not at the end of the disk.\n[ 0.607575] GPT:90111 != 2097151\n[ 0.608250] GPT: Use GNU Parted to correct GPT errors.\n[ 0.609225] vda: vda1 vda15\n[ 0.610759] scsi host0: ata_piix\n[ 0.611503] scsi host1: ata_piix\n[ 0.612213] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.613447] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.614908] libphy: Fixed MDIO Bus: probed\n[ 0.615744] tun: Universal TUN/TAP device driver, 1.6\n[ 0.616706] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.618885] PPP generic driver version 2.4.2\n[ 0.619781] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.621077] ehci-pci: EHCI PCI platform driver\n[ 0.621965] ehci-platform: EHCI generic platform driver\n[ 0.622974] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.624125] ohci-pci: OHCI PCI platform driver\n[ 0.625016] ohci-platform: OHCI generic platform driver\n[ 0.626028] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.640430] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.641462] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.642949] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.644005] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.645147] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.646412] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.647869] usb usb1: Product: UHCI Host Controller\n[ 0.648827] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.649996] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.651020] hub 1-0:1.0: USB hub found\n[ 0.651818] hub 1-0:1.0: 2 ports detected\n[ 0.652739] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.654901] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.655878] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.656929] mousedev: PS/2 mouse device common for all mice\n[ 0.658205] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.660095] rtc_cmos 00:00: RTC can wake from S4\n[ 0.661216] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.662455] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.663684] i2c /dev entries driver\n[ 0.664453] device-mapper: uevent: version 1.0.3\n[ 0.665404] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.667076] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.668388] NET: Registered protocol family 10\n[ 0.669402] NET: Registered protocol family 17\n[ 0.670320] Key type dns_resolver registered\n[ 0.671276] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.672392] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.674166] registered taskstats version 1\n[ 0.675030] Loading compiled-in X.509 certificates\n[ 0.676517] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.678410] zswap: loaded using pool lzo/zbud\n[ 0.679770] Key type trusted registered\n[ 0.681324] Key type encrypted registered\n[ 0.682174] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.683241] ima: No TPM chip found, activating TPM-bypass!\n[ 0.684308] evm: HMAC attrs: 0x1\n[ 0.685250] Magic number: 2:172:632\n[ 0.686115] rtc_cmos 00:00: setting system clock to 2018-09-04 12:38:26 UTC (1536064706)\n[ 0.687758] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.688906] EDD information not available.\n[ 0.771346] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.772950] Write protecting the kernel read-only data: 14336k\n[ 0.785050] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.786923] 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.828596] 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.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... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\n"} 2018-09-04 12:40:08,897 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/5789cb2a-1dc6-4326-b807-f62a4885ca43/action used request id req-97667a53-b30c-4727-9668-3eb69295b20e 2018-09-04 12:40:10,914 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/servers/5789cb2a-1dc6-4326-b807-f62a4885ca43/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7d2984c89f46b7d6fbaf39b31eddaa7f36043f96" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-04 12:40:11,989 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12: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-f9418091-8b02-4ffe-987a-701e7a4b3b06 x-compute-request-id: req-f9418091-8b02-4ffe-987a-701e7a4b3b06 Content-Encoding: gzip Content-Length: 7684 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 483562078 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 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.133844] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.135528] pid_max: default: 32768 minimum: 301\n[ 0.136437] ACPI: Core revision 20150930\n[ 0.137832] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.139166] Security Framework initialized\n[ 0.139998] Yama: becoming mindful.\n[ 0.140750] AppArmor: AppArmor initialized\n[ 0.141634] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.142994] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.144299] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.145544] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.146959] Initializing cgroup subsys io\n[ 0.147795] Initializing cgroup subsys memory\n[ 0.148676] Initializing cgroup subsys devices\n[ 0.149577] Initializing cgroup subsys freezer\n[ 0.150465] Initializing cgroup subsys net_cls\n[ 0.151347] Initializing cgroup subsys perf_event\n[ 0.152277] Initializing cgroup subsys net_prio\n[ 0.153192] Initializing cgroup subsys hugetlb\n[ 0.154085] Initializing cgroup subsys pids\n[ 0.154978] CPU: Physical Processor ID: 0\n[ 0.156483] mce: CPU supports 10 MCE banks\n[ 0.157356] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.158380] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.169090] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.175516] ftrace: allocating 31920 entries in 125 pages\n[ 0.201643] smpboot: Max logical packages: 1\n[ 0.202529] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.203908] x2apic enabled\n[ 0.204730] Switched APIC routing to physical x2apic.\n[ 0.206509] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.207646] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.209686] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.211505] KVM setup paravirtual spinlock\n[ 0.212811] x86: Booted up 1 node, 1 CPUs\n[ 0.213633] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.215055] devtmpfs: initialized\n[ 0.216776] evm: security.selinux\n[ 0.217483] evm: security.SMACK64\n[ 0.218177] evm: security.SMACK64EXEC\n[ 0.218960] evm: security.SMACK64TRANSMUTE\n[ 0.219775] evm: security.SMACK64MMAP\n[ 0.220529] evm: security.ima\n[ 0.221176] evm: security.capability\n[ 0.221989] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.223856] pinctrl core: initialized pinctrl subsystem\n[ 0.224971] RTC time: 12:38:25, date: 09/04/18\n[ 0.225930] NET: Registered protocol family 16\n[ 0.226907] cpuidle: using governor ladder\n[ 0.227729] cpuidle: using governor menu\n[ 0.228519] PCCT header not found.\n[ 0.229277] ACPI: bus type PCI registered\n[ 0.230082] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.231330] PCI: Using configuration type 1 for base access\n[ 0.233086] ACPI: Added _OSI(Module Device)\n[ 0.233947] ACPI: Added _OSI(Processor Device)\n[ 0.234821] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.235730] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.237861] ACPI: Interpreter enabled\n[ 0.238646] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.240504] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.242353] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.244233] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.246097] ACPI: (supports S0 S5)\n[ 0.246811] ACPI: Using IOAPIC for interrupt routing\n[ 0.247898] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.251010] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.252169] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.253413] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.254613] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.256856] acpiphp: Slot [3] registered\n[ 0.257671] acpiphp: Slot [4] registered\n[ 0.258482] acpiphp: Slot [5] registered\n[ 0.259283] acpiphp: Slot [6] registered\n[ 0.260085] acpiphp: Slot [7] registered\n[ 0.260897] acpiphp: Slot [8] registered\n[ 0.261704] acpiphp: Slot [9] registered\n[ 0.262505] acpiphp: Slot [10] registered\n[ 0.263321] acpiphp: Slot [11] registered\n[ 0.264138] acpiphp: Slot [12] registered\n[ 0.264960] acpiphp: Slot [13] registered\n[ 0.265785] acpiphp: Slot [14] registered\n[ 0.266599] acpiphp: Slot [15] registered\n[ 0.277486] acpiphp: Slot [16] registered\n[ 0.278336] acpiphp: Slot [17] registered\n[ 0.279156] acpiphp: Slot [18] registered\n[ 0.279990] acpiphp: Slot [19] registered\n[ 0.280812] acpiphp: Slot [20] registered\n[ 0.281632] acpiphp: Slot [21] registered\n[ 0.282450] acpiphp: Slot [22] registered\n[ 0.283262] acpiphp: Slot [23] registered\n[ 0.284078] acpiphp: Slot [24] registered\n[ 0.284894] acpiphp: Slot [25] registered\n[ 0.285714] acpiphp: Slot [26] registered\n[ 0.286530] acpiphp: Slot [27] registered\n[ 0.287341] acpiphp: Slot [28] registered\n[ 0.288159] acpiphp: Slot [29] registered\n[ 0.288972] acpiphp: Slot [30] registered\n[ 0.289795] acpiphp: Slot [31] registered\n[ 0.290607] PCI host bridge to bus 0000:00\n[ 0.291421] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.292637] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.293861] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.295318] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.296781] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.303065] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.304385] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.305573] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.306861] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.313251] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.314731] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.359955] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.361474] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.362924] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.364364] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.365780] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.367049] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.368212] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.369453] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.371019] vgaarb: loaded\n[ 0.371630] vgaarb: bridge control possible 0000:00:02.0\n[ 0.372779] SCSI subsystem initialized\n[ 0.373604] ACPI: bus type USB registered\n[ 0.374426] usbcore: registered new interface driver usbfs\n[ 0.375465] usbcore: registered new interface driver hub\n[ 0.376481] usbcore: registered new device driver usb\n[ 0.377549] PCI: Using ACPI for IRQ routing\n[ 0.378582] NetLabel: Initializing\n[ 0.379304] NetLabel: domain hash size = 128\n[ 0.380166] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.381130] NetLabel: unlabeled traffic allowed by default\n[ 0.382236] clocksource: Switched to clocksource kvm-clock\n[ 0.387651] AppArmor: AppArmor Filesystem Enabled\n[ 0.388647] pnp: PnP ACPI init\n[ 0.389565] pnp: PnP ACPI: found 5 devices\n[ 0.395949] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.397678] NET: Registered protocol family 2\n[ 0.398640] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.399932] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.401112] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.402291] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403389] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.404564] NET: Registered protocol family 1\n[ 0.405436] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.406546] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.407629] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.421624] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.435926] Trying to unpack rootfs image as initramfs...\n[ 0.485364] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.499226] Scanning for low memory corruption every 60 seconds\n[ 0.500573] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.501744] audit: initializing netlink subsys (disabled)\n[ 0.502797] audit: type=2000 audit(1536064706.579:1): initialized\n[ 0.504125] Initialise system trusted keyring\n[ 0.505088] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.506289] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.508271] zbud: loaded\n[ 0.508984] VFS: Disk quotas dquot_6.6.0\n[ 0.509818] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.511354] fuse init (API version 7.23)\n[ 0.512250] Key type big_key registered\n[ 0.513069] Allocating IMA MOK and blacklist keyrings.\n[ 0.514196] Key type asymmetric registered\n[ 0.515048] Asymmetric key parser 'x509' registered\n[ 0.516021] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.517512] io scheduler noop registered\n[ 0.518329] io scheduler deadline registered (default)\n[ 0.519339] io scheduler cfq registered\n[ 0.520551] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.521624] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.522923] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.524410] ACPI: Power Button [PWRF]\n[ 0.525251] GHES: HEST is not enabled!\n[ 0.538951] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.566887] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.569149] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.594541] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.596778] Linux agpgart interface v0.103\n[ 0.598829] brd: module loaded\n[ 0.599987] loop: module loaded\n[ 0.604305] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.605778] GPT:90111 != 2097151\n[ 0.606469] GPT:Alternate GPT header not at the end of the disk.\n[ 0.607575] GPT:90111 != 2097151\n[ 0.608250] GPT: Use GNU Parted to correct GPT errors.\n[ 0.609225] vda: vda1 vda15\n[ 0.610759] scsi host0: ata_piix\n[ 0.611503] scsi host1: ata_piix\n[ 0.612213] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.613447] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.614908] libphy: Fixed MDIO Bus: probed\n[ 0.615744] tun: Universal TUN/TAP device driver, 1.6\n[ 0.616706] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.618885] PPP generic driver version 2.4.2\n[ 0.619781] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.621077] ehci-pci: EHCI PCI platform driver\n[ 0.621965] ehci-platform: EHCI generic platform driver\n[ 0.622974] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.624125] ohci-pci: OHCI PCI platform driver\n[ 0.625016] ohci-platform: OHCI generic platform driver\n[ 0.626028] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.640430] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.641462] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.642949] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.644005] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.645147] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.646412] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.647869] usb usb1: Product: UHCI Host Controller\n[ 0.648827] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.649996] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.651020] hub 1-0:1.0: USB hub found\n[ 0.651818] hub 1-0:1.0: 2 ports detected\n[ 0.652739] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.654901] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.655878] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.656929] mousedev: PS/2 mouse device common for all mice\n[ 0.658205] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.660095] rtc_cmos 00:00: RTC can wake from S4\n[ 0.661216] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.662455] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.663684] i2c /dev entries driver\n[ 0.664453] device-mapper: uevent: version 1.0.3\n[ 0.665404] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.667076] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.668388] NET: Registered protocol family 10\n[ 0.669402] NET: Registered protocol family 17\n[ 0.670320] Key type dns_resolver registered\n[ 0.671276] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.672392] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.674166] registered taskstats version 1\n[ 0.675030] Loading compiled-in X.509 certificates\n[ 0.676517] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.678410] zswap: loaded using pool lzo/zbud\n[ 0.679770] Key type trusted registered\n[ 0.681324] Key type encrypted registered\n[ 0.682174] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.683241] ima: No TPM chip found, activating TPM-bypass!\n[ 0.684308] evm: HMAC attrs: 0x1\n[ 0.685250] Magic number: 2:172:632\n[ 0.686115] rtc_cmos 00:00: setting system clock to 2018-09-04 12:38:26 UTC (1536064706)\n[ 0.687758] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.688906] EDD information not available.\n[ 0.771346] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.772950] Write protecting the kernel read-only data: 14336k\n[ 0.785050] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.786923] 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.828596] 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.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... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\n"} 2018-09-04 12:40:11,989 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/5789cb2a-1dc6-4326-b807-f62a4885ca43/action used request id req-f9418091-8b02-4ffe-987a-701e7a4b3b06 2018-09-04 12:40:14,007 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/servers/5789cb2a-1dc6-4326-b807-f62a4885ca43/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7d2984c89f46b7d6fbaf39b31eddaa7f36043f96" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-04 12:40:15,078 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12:40: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-6198c076-6e71-43ae-bf29-60551d88b534 x-compute-request-id: req-6198c076-6e71-43ae-bf29-60551d88b534 Content-Encoding: gzip Content-Length: 7684 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 483562078 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 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.133844] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.135528] pid_max: default: 32768 minimum: 301\n[ 0.136437] ACPI: Core revision 20150930\n[ 0.137832] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.139166] Security Framework initialized\n[ 0.139998] Yama: becoming mindful.\n[ 0.140750] AppArmor: AppArmor initialized\n[ 0.141634] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.142994] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.144299] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.145544] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.146959] Initializing cgroup subsys io\n[ 0.147795] Initializing cgroup subsys memory\n[ 0.148676] Initializing cgroup subsys devices\n[ 0.149577] Initializing cgroup subsys freezer\n[ 0.150465] Initializing cgroup subsys net_cls\n[ 0.151347] Initializing cgroup subsys perf_event\n[ 0.152277] Initializing cgroup subsys net_prio\n[ 0.153192] Initializing cgroup subsys hugetlb\n[ 0.154085] Initializing cgroup subsys pids\n[ 0.154978] CPU: Physical Processor ID: 0\n[ 0.156483] mce: CPU supports 10 MCE banks\n[ 0.157356] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.158380] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.169090] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.175516] ftrace: allocating 31920 entries in 125 pages\n[ 0.201643] smpboot: Max logical packages: 1\n[ 0.202529] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.203908] x2apic enabled\n[ 0.204730] Switched APIC routing to physical x2apic.\n[ 0.206509] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.207646] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.209686] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.211505] KVM setup paravirtual spinlock\n[ 0.212811] x86: Booted up 1 node, 1 CPUs\n[ 0.213633] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.215055] devtmpfs: initialized\n[ 0.216776] evm: security.selinux\n[ 0.217483] evm: security.SMACK64\n[ 0.218177] evm: security.SMACK64EXEC\n[ 0.218960] evm: security.SMACK64TRANSMUTE\n[ 0.219775] evm: security.SMACK64MMAP\n[ 0.220529] evm: security.ima\n[ 0.221176] evm: security.capability\n[ 0.221989] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.223856] pinctrl core: initialized pinctrl subsystem\n[ 0.224971] RTC time: 12:38:25, date: 09/04/18\n[ 0.225930] NET: Registered protocol family 16\n[ 0.226907] cpuidle: using governor ladder\n[ 0.227729] cpuidle: using governor menu\n[ 0.228519] PCCT header not found.\n[ 0.229277] ACPI: bus type PCI registered\n[ 0.230082] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.231330] PCI: Using configuration type 1 for base access\n[ 0.233086] ACPI: Added _OSI(Module Device)\n[ 0.233947] ACPI: Added _OSI(Processor Device)\n[ 0.234821] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.235730] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.237861] ACPI: Interpreter enabled\n[ 0.238646] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.240504] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.242353] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.244233] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.246097] ACPI: (supports S0 S5)\n[ 0.246811] ACPI: Using IOAPIC for interrupt routing\n[ 0.247898] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.251010] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.252169] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.253413] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.254613] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.256856] acpiphp: Slot [3] registered\n[ 0.257671] acpiphp: Slot [4] registered\n[ 0.258482] acpiphp: Slot [5] registered\n[ 0.259283] acpiphp: Slot [6] registered\n[ 0.260085] acpiphp: Slot [7] registered\n[ 0.260897] acpiphp: Slot [8] registered\n[ 0.261704] acpiphp: Slot [9] registered\n[ 0.262505] acpiphp: Slot [10] registered\n[ 0.263321] acpiphp: Slot [11] registered\n[ 0.264138] acpiphp: Slot [12] registered\n[ 0.264960] acpiphp: Slot [13] registered\n[ 0.265785] acpiphp: Slot [14] registered\n[ 0.266599] acpiphp: Slot [15] registered\n[ 0.277486] acpiphp: Slot [16] registered\n[ 0.278336] acpiphp: Slot [17] registered\n[ 0.279156] acpiphp: Slot [18] registered\n[ 0.279990] acpiphp: Slot [19] registered\n[ 0.280812] acpiphp: Slot [20] registered\n[ 0.281632] acpiphp: Slot [21] registered\n[ 0.282450] acpiphp: Slot [22] registered\n[ 0.283262] acpiphp: Slot [23] registered\n[ 0.284078] acpiphp: Slot [24] registered\n[ 0.284894] acpiphp: Slot [25] registered\n[ 0.285714] acpiphp: Slot [26] registered\n[ 0.286530] acpiphp: Slot [27] registered\n[ 0.287341] acpiphp: Slot [28] registered\n[ 0.288159] acpiphp: Slot [29] registered\n[ 0.288972] acpiphp: Slot [30] registered\n[ 0.289795] acpiphp: Slot [31] registered\n[ 0.290607] PCI host bridge to bus 0000:00\n[ 0.291421] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.292637] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.293861] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.295318] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.296781] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.303065] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.304385] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.305573] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.306861] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.313251] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.314731] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.359955] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.361474] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.362924] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.364364] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.365780] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.367049] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.368212] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.369453] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.371019] vgaarb: loaded\n[ 0.371630] vgaarb: bridge control possible 0000:00:02.0\n[ 0.372779] SCSI subsystem initialized\n[ 0.373604] ACPI: bus type USB registered\n[ 0.374426] usbcore: registered new interface driver usbfs\n[ 0.375465] usbcore: registered new interface driver hub\n[ 0.376481] usbcore: registered new device driver usb\n[ 0.377549] PCI: Using ACPI for IRQ routing\n[ 0.378582] NetLabel: Initializing\n[ 0.379304] NetLabel: domain hash size = 128\n[ 0.380166] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.381130] NetLabel: unlabeled traffic allowed by default\n[ 0.382236] clocksource: Switched to clocksource kvm-clock\n[ 0.387651] AppArmor: AppArmor Filesystem Enabled\n[ 0.388647] pnp: PnP ACPI init\n[ 0.389565] pnp: PnP ACPI: found 5 devices\n[ 0.395949] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.397678] NET: Registered protocol family 2\n[ 0.398640] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.399932] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.401112] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.402291] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403389] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.404564] NET: Registered protocol family 1\n[ 0.405436] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.406546] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.407629] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.421624] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.435926] Trying to unpack rootfs image as initramfs...\n[ 0.485364] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.499226] Scanning for low memory corruption every 60 seconds\n[ 0.500573] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.501744] audit: initializing netlink subsys (disabled)\n[ 0.502797] audit: type=2000 audit(1536064706.579:1): initialized\n[ 0.504125] Initialise system trusted keyring\n[ 0.505088] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.506289] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.508271] zbud: loaded\n[ 0.508984] VFS: Disk quotas dquot_6.6.0\n[ 0.509818] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.511354] fuse init (API version 7.23)\n[ 0.512250] Key type big_key registered\n[ 0.513069] Allocating IMA MOK and blacklist keyrings.\n[ 0.514196] Key type asymmetric registered\n[ 0.515048] Asymmetric key parser 'x509' registered\n[ 0.516021] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.517512] io scheduler noop registered\n[ 0.518329] io scheduler deadline registered (default)\n[ 0.519339] io scheduler cfq registered\n[ 0.520551] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.521624] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.522923] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.524410] ACPI: Power Button [PWRF]\n[ 0.525251] GHES: HEST is not enabled!\n[ 0.538951] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.566887] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.569149] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.594541] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.596778] Linux agpgart interface v0.103\n[ 0.598829] brd: module loaded\n[ 0.599987] loop: module loaded\n[ 0.604305] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.605778] GPT:90111 != 2097151\n[ 0.606469] GPT:Alternate GPT header not at the end of the disk.\n[ 0.607575] GPT:90111 != 2097151\n[ 0.608250] GPT: Use GNU Parted to correct GPT errors.\n[ 0.609225] vda: vda1 vda15\n[ 0.610759] scsi host0: ata_piix\n[ 0.611503] scsi host1: ata_piix\n[ 0.612213] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.613447] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.614908] libphy: Fixed MDIO Bus: probed\n[ 0.615744] tun: Universal TUN/TAP device driver, 1.6\n[ 0.616706] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.618885] PPP generic driver version 2.4.2\n[ 0.619781] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.621077] ehci-pci: EHCI PCI platform driver\n[ 0.621965] ehci-platform: EHCI generic platform driver\n[ 0.622974] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.624125] ohci-pci: OHCI PCI platform driver\n[ 0.625016] ohci-platform: OHCI generic platform driver\n[ 0.626028] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.640430] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.641462] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.642949] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.644005] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.645147] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.646412] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.647869] usb usb1: Product: UHCI Host Controller\n[ 0.648827] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.649996] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.651020] hub 1-0:1.0: USB hub found\n[ 0.651818] hub 1-0:1.0: 2 ports detected\n[ 0.652739] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.654901] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.655878] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.656929] mousedev: PS/2 mouse device common for all mice\n[ 0.658205] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.660095] rtc_cmos 00:00: RTC can wake from S4\n[ 0.661216] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.662455] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.663684] i2c /dev entries driver\n[ 0.664453] device-mapper: uevent: version 1.0.3\n[ 0.665404] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.667076] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.668388] NET: Registered protocol family 10\n[ 0.669402] NET: Registered protocol family 17\n[ 0.670320] Key type dns_resolver registered\n[ 0.671276] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.672392] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.674166] registered taskstats version 1\n[ 0.675030] Loading compiled-in X.509 certificates\n[ 0.676517] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.678410] zswap: loaded using pool lzo/zbud\n[ 0.679770] Key type trusted registered\n[ 0.681324] Key type encrypted registered\n[ 0.682174] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.683241] ima: No TPM chip found, activating TPM-bypass!\n[ 0.684308] evm: HMAC attrs: 0x1\n[ 0.685250] Magic number: 2:172:632\n[ 0.686115] rtc_cmos 00:00: setting system clock to 2018-09-04 12:38:26 UTC (1536064706)\n[ 0.687758] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.688906] EDD information not available.\n[ 0.771346] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.772950] Write protecting the kernel read-only data: 14336k\n[ 0.785050] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.786923] 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.828596] 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.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... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\n"} 2018-09-04 12:40:15,078 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/5789cb2a-1dc6-4326-b807-f62a4885ca43/action used request id req-6198c076-6e71-43ae-bf29-60551d88b534 2018-09-04 12:40:17,095 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/servers/5789cb2a-1dc6-4326-b807-f62a4885ca43/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7d2984c89f46b7d6fbaf39b31eddaa7f36043f96" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-04 12:40:18,165 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12:40: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-8fcedb68-ac53-4684-b201-99450aadd99a x-compute-request-id: req-8fcedb68-ac53-4684-b201-99450aadd99a Content-Encoding: gzip Content-Length: 7684 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 483562078 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 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.133844] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.135528] pid_max: default: 32768 minimum: 301\n[ 0.136437] ACPI: Core revision 20150930\n[ 0.137832] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.139166] Security Framework initialized\n[ 0.139998] Yama: becoming mindful.\n[ 0.140750] AppArmor: AppArmor initialized\n[ 0.141634] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.142994] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.144299] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.145544] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.146959] Initializing cgroup subsys io\n[ 0.147795] Initializing cgroup subsys memory\n[ 0.148676] Initializing cgroup subsys devices\n[ 0.149577] Initializing cgroup subsys freezer\n[ 0.150465] Initializing cgroup subsys net_cls\n[ 0.151347] Initializing cgroup subsys perf_event\n[ 0.152277] Initializing cgroup subsys net_prio\n[ 0.153192] Initializing cgroup subsys hugetlb\n[ 0.154085] Initializing cgroup subsys pids\n[ 0.154978] CPU: Physical Processor ID: 0\n[ 0.156483] mce: CPU supports 10 MCE banks\n[ 0.157356] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.158380] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.169090] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.175516] ftrace: allocating 31920 entries in 125 pages\n[ 0.201643] smpboot: Max logical packages: 1\n[ 0.202529] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.203908] x2apic enabled\n[ 0.204730] Switched APIC routing to physical x2apic.\n[ 0.206509] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.207646] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.209686] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.211505] KVM setup paravirtual spinlock\n[ 0.212811] x86: Booted up 1 node, 1 CPUs\n[ 0.213633] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.215055] devtmpfs: initialized\n[ 0.216776] evm: security.selinux\n[ 0.217483] evm: security.SMACK64\n[ 0.218177] evm: security.SMACK64EXEC\n[ 0.218960] evm: security.SMACK64TRANSMUTE\n[ 0.219775] evm: security.SMACK64MMAP\n[ 0.220529] evm: security.ima\n[ 0.221176] evm: security.capability\n[ 0.221989] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.223856] pinctrl core: initialized pinctrl subsystem\n[ 0.224971] RTC time: 12:38:25, date: 09/04/18\n[ 0.225930] NET: Registered protocol family 16\n[ 0.226907] cpuidle: using governor ladder\n[ 0.227729] cpuidle: using governor menu\n[ 0.228519] PCCT header not found.\n[ 0.229277] ACPI: bus type PCI registered\n[ 0.230082] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.231330] PCI: Using configuration type 1 for base access\n[ 0.233086] ACPI: Added _OSI(Module Device)\n[ 0.233947] ACPI: Added _OSI(Processor Device)\n[ 0.234821] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.235730] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.237861] ACPI: Interpreter enabled\n[ 0.238646] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.240504] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.242353] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.244233] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.246097] ACPI: (supports S0 S5)\n[ 0.246811] ACPI: Using IOAPIC for interrupt routing\n[ 0.247898] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.251010] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.252169] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.253413] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.254613] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.256856] acpiphp: Slot [3] registered\n[ 0.257671] acpiphp: Slot [4] registered\n[ 0.258482] acpiphp: Slot [5] registered\n[ 0.259283] acpiphp: Slot [6] registered\n[ 0.260085] acpiphp: Slot [7] registered\n[ 0.260897] acpiphp: Slot [8] registered\n[ 0.261704] acpiphp: Slot [9] registered\n[ 0.262505] acpiphp: Slot [10] registered\n[ 0.263321] acpiphp: Slot [11] registered\n[ 0.264138] acpiphp: Slot [12] registered\n[ 0.264960] acpiphp: Slot [13] registered\n[ 0.265785] acpiphp: Slot [14] registered\n[ 0.266599] acpiphp: Slot [15] registered\n[ 0.277486] acpiphp: Slot [16] registered\n[ 0.278336] acpiphp: Slot [17] registered\n[ 0.279156] acpiphp: Slot [18] registered\n[ 0.279990] acpiphp: Slot [19] registered\n[ 0.280812] acpiphp: Slot [20] registered\n[ 0.281632] acpiphp: Slot [21] registered\n[ 0.282450] acpiphp: Slot [22] registered\n[ 0.283262] acpiphp: Slot [23] registered\n[ 0.284078] acpiphp: Slot [24] registered\n[ 0.284894] acpiphp: Slot [25] registered\n[ 0.285714] acpiphp: Slot [26] registered\n[ 0.286530] acpiphp: Slot [27] registered\n[ 0.287341] acpiphp: Slot [28] registered\n[ 0.288159] acpiphp: Slot [29] registered\n[ 0.288972] acpiphp: Slot [30] registered\n[ 0.289795] acpiphp: Slot [31] registered\n[ 0.290607] PCI host bridge to bus 0000:00\n[ 0.291421] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.292637] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.293861] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.295318] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.296781] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.303065] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.304385] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.305573] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.306861] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.313251] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.314731] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.359955] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.361474] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.362924] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.364364] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.365780] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.367049] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.368212] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.369453] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.371019] vgaarb: loaded\n[ 0.371630] vgaarb: bridge control possible 0000:00:02.0\n[ 0.372779] SCSI subsystem initialized\n[ 0.373604] ACPI: bus type USB registered\n[ 0.374426] usbcore: registered new interface driver usbfs\n[ 0.375465] usbcore: registered new interface driver hub\n[ 0.376481] usbcore: registered new device driver usb\n[ 0.377549] PCI: Using ACPI for IRQ routing\n[ 0.378582] NetLabel: Initializing\n[ 0.379304] NetLabel: domain hash size = 128\n[ 0.380166] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.381130] NetLabel: unlabeled traffic allowed by default\n[ 0.382236] clocksource: Switched to clocksource kvm-clock\n[ 0.387651] AppArmor: AppArmor Filesystem Enabled\n[ 0.388647] pnp: PnP ACPI init\n[ 0.389565] pnp: PnP ACPI: found 5 devices\n[ 0.395949] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.397678] NET: Registered protocol family 2\n[ 0.398640] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.399932] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.401112] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.402291] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403389] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.404564] NET: Registered protocol family 1\n[ 0.405436] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.406546] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.407629] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.421624] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.435926] Trying to unpack rootfs image as initramfs...\n[ 0.485364] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.499226] Scanning for low memory corruption every 60 seconds\n[ 0.500573] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.501744] audit: initializing netlink subsys (disabled)\n[ 0.502797] audit: type=2000 audit(1536064706.579:1): initialized\n[ 0.504125] Initialise system trusted keyring\n[ 0.505088] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.506289] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.508271] zbud: loaded\n[ 0.508984] VFS: Disk quotas dquot_6.6.0\n[ 0.509818] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.511354] fuse init (API version 7.23)\n[ 0.512250] Key type big_key registered\n[ 0.513069] Allocating IMA MOK and blacklist keyrings.\n[ 0.514196] Key type asymmetric registered\n[ 0.515048] Asymmetric key parser 'x509' registered\n[ 0.516021] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.517512] io scheduler noop registered\n[ 0.518329] io scheduler deadline registered (default)\n[ 0.519339] io scheduler cfq registered\n[ 0.520551] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.521624] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.522923] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.524410] ACPI: Power Button [PWRF]\n[ 0.525251] GHES: HEST is not enabled!\n[ 0.538951] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.566887] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.569149] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.594541] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.596778] Linux agpgart interface v0.103\n[ 0.598829] brd: module loaded\n[ 0.599987] loop: module loaded\n[ 0.604305] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.605778] GPT:90111 != 2097151\n[ 0.606469] GPT:Alternate GPT header not at the end of the disk.\n[ 0.607575] GPT:90111 != 2097151\n[ 0.608250] GPT: Use GNU Parted to correct GPT errors.\n[ 0.609225] vda: vda1 vda15\n[ 0.610759] scsi host0: ata_piix\n[ 0.611503] scsi host1: ata_piix\n[ 0.612213] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.613447] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.614908] libphy: Fixed MDIO Bus: probed\n[ 0.615744] tun: Universal TUN/TAP device driver, 1.6\n[ 0.616706] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.618885] PPP generic driver version 2.4.2\n[ 0.619781] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.621077] ehci-pci: EHCI PCI platform driver\n[ 0.621965] ehci-platform: EHCI generic platform driver\n[ 0.622974] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.624125] ohci-pci: OHCI PCI platform driver\n[ 0.625016] ohci-platform: OHCI generic platform driver\n[ 0.626028] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.640430] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.641462] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.642949] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.644005] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.645147] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.646412] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.647869] usb usb1: Product: UHCI Host Controller\n[ 0.648827] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.649996] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.651020] hub 1-0:1.0: USB hub found\n[ 0.651818] hub 1-0:1.0: 2 ports detected\n[ 0.652739] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.654901] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.655878] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.656929] mousedev: PS/2 mouse device common for all mice\n[ 0.658205] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.660095] rtc_cmos 00:00: RTC can wake from S4\n[ 0.661216] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.662455] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.663684] i2c /dev entries driver\n[ 0.664453] device-mapper: uevent: version 1.0.3\n[ 0.665404] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.667076] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.668388] NET: Registered protocol family 10\n[ 0.669402] NET: Registered protocol family 17\n[ 0.670320] Key type dns_resolver registered\n[ 0.671276] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.672392] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.674166] registered taskstats version 1\n[ 0.675030] Loading compiled-in X.509 certificates\n[ 0.676517] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.678410] zswap: loaded using pool lzo/zbud\n[ 0.679770] Key type trusted registered\n[ 0.681324] Key type encrypted registered\n[ 0.682174] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.683241] ima: No TPM chip found, activating TPM-bypass!\n[ 0.684308] evm: HMAC attrs: 0x1\n[ 0.685250] Magic number: 2:172:632\n[ 0.686115] rtc_cmos 00:00: setting system clock to 2018-09-04 12:38:26 UTC (1536064706)\n[ 0.687758] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.688906] EDD information not available.\n[ 0.771346] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.772950] Write protecting the kernel read-only data: 14336k\n[ 0.785050] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.786923] 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.828596] 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.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... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\n"} 2018-09-04 12:40:18,165 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/5789cb2a-1dc6-4326-b807-f62a4885ca43/action used request id req-8fcedb68-ac53-4684-b201-99450aadd99a 2018-09-04 12:40:20,183 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/servers/5789cb2a-1dc6-4326-b807-f62a4885ca43/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7d2984c89f46b7d6fbaf39b31eddaa7f36043f96" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-04 12:40:21,249 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12:40: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-7c9e5f88-8a07-476e-a7e7-0b7ad8bb08a2 x-compute-request-id: req-7c9e5f88-8a07-476e-a7e7-0b7ad8bb08a2 Content-Encoding: gzip Content-Length: 7684 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 483562078 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 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.133844] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.135528] pid_max: default: 32768 minimum: 301\n[ 0.136437] ACPI: Core revision 20150930\n[ 0.137832] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.139166] Security Framework initialized\n[ 0.139998] Yama: becoming mindful.\n[ 0.140750] AppArmor: AppArmor initialized\n[ 0.141634] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.142994] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.144299] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.145544] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.146959] Initializing cgroup subsys io\n[ 0.147795] Initializing cgroup subsys memory\n[ 0.148676] Initializing cgroup subsys devices\n[ 0.149577] Initializing cgroup subsys freezer\n[ 0.150465] Initializing cgroup subsys net_cls\n[ 0.151347] Initializing cgroup subsys perf_event\n[ 0.152277] Initializing cgroup subsys net_prio\n[ 0.153192] Initializing cgroup subsys hugetlb\n[ 0.154085] Initializing cgroup subsys pids\n[ 0.154978] CPU: Physical Processor ID: 0\n[ 0.156483] mce: CPU supports 10 MCE banks\n[ 0.157356] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.158380] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.169090] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.175516] ftrace: allocating 31920 entries in 125 pages\n[ 0.201643] smpboot: Max logical packages: 1\n[ 0.202529] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.203908] x2apic enabled\n[ 0.204730] Switched APIC routing to physical x2apic.\n[ 0.206509] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.207646] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.209686] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.211505] KVM setup paravirtual spinlock\n[ 0.212811] x86: Booted up 1 node, 1 CPUs\n[ 0.213633] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.215055] devtmpfs: initialized\n[ 0.216776] evm: security.selinux\n[ 0.217483] evm: security.SMACK64\n[ 0.218177] evm: security.SMACK64EXEC\n[ 0.218960] evm: security.SMACK64TRANSMUTE\n[ 0.219775] evm: security.SMACK64MMAP\n[ 0.220529] evm: security.ima\n[ 0.221176] evm: security.capability\n[ 0.221989] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.223856] pinctrl core: initialized pinctrl subsystem\n[ 0.224971] RTC time: 12:38:25, date: 09/04/18\n[ 0.225930] NET: Registered protocol family 16\n[ 0.226907] cpuidle: using governor ladder\n[ 0.227729] cpuidle: using governor menu\n[ 0.228519] PCCT header not found.\n[ 0.229277] ACPI: bus type PCI registered\n[ 0.230082] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.231330] PCI: Using configuration type 1 for base access\n[ 0.233086] ACPI: Added _OSI(Module Device)\n[ 0.233947] ACPI: Added _OSI(Processor Device)\n[ 0.234821] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.235730] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.237861] ACPI: Interpreter enabled\n[ 0.238646] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.240504] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.242353] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.244233] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.246097] ACPI: (supports S0 S5)\n[ 0.246811] ACPI: Using IOAPIC for interrupt routing\n[ 0.247898] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.251010] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.252169] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.253413] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.254613] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.256856] acpiphp: Slot [3] registered\n[ 0.257671] acpiphp: Slot [4] registered\n[ 0.258482] acpiphp: Slot [5] registered\n[ 0.259283] acpiphp: Slot [6] registered\n[ 0.260085] acpiphp: Slot [7] registered\n[ 0.260897] acpiphp: Slot [8] registered\n[ 0.261704] acpiphp: Slot [9] registered\n[ 0.262505] acpiphp: Slot [10] registered\n[ 0.263321] acpiphp: Slot [11] registered\n[ 0.264138] acpiphp: Slot [12] registered\n[ 0.264960] acpiphp: Slot [13] registered\n[ 0.265785] acpiphp: Slot [14] registered\n[ 0.266599] acpiphp: Slot [15] registered\n[ 0.277486] acpiphp: Slot [16] registered\n[ 0.278336] acpiphp: Slot [17] registered\n[ 0.279156] acpiphp: Slot [18] registered\n[ 0.279990] acpiphp: Slot [19] registered\n[ 0.280812] acpiphp: Slot [20] registered\n[ 0.281632] acpiphp: Slot [21] registered\n[ 0.282450] acpiphp: Slot [22] registered\n[ 0.283262] acpiphp: Slot [23] registered\n[ 0.284078] acpiphp: Slot [24] registered\n[ 0.284894] acpiphp: Slot [25] registered\n[ 0.285714] acpiphp: Slot [26] registered\n[ 0.286530] acpiphp: Slot [27] registered\n[ 0.287341] acpiphp: Slot [28] registered\n[ 0.288159] acpiphp: Slot [29] registered\n[ 0.288972] acpiphp: Slot [30] registered\n[ 0.289795] acpiphp: Slot [31] registered\n[ 0.290607] PCI host bridge to bus 0000:00\n[ 0.291421] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.292637] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.293861] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.295318] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.296781] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.303065] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.304385] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.305573] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.306861] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.313251] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.314731] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.359955] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.361474] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.362924] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.364364] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.365780] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.367049] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.368212] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.369453] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.371019] vgaarb: loaded\n[ 0.371630] vgaarb: bridge control possible 0000:00:02.0\n[ 0.372779] SCSI subsystem initialized\n[ 0.373604] ACPI: bus type USB registered\n[ 0.374426] usbcore: registered new interface driver usbfs\n[ 0.375465] usbcore: registered new interface driver hub\n[ 0.376481] usbcore: registered new device driver usb\n[ 0.377549] PCI: Using ACPI for IRQ routing\n[ 0.378582] NetLabel: Initializing\n[ 0.379304] NetLabel: domain hash size = 128\n[ 0.380166] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.381130] NetLabel: unlabeled traffic allowed by default\n[ 0.382236] clocksource: Switched to clocksource kvm-clock\n[ 0.387651] AppArmor: AppArmor Filesystem Enabled\n[ 0.388647] pnp: PnP ACPI init\n[ 0.389565] pnp: PnP ACPI: found 5 devices\n[ 0.395949] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.397678] NET: Registered protocol family 2\n[ 0.398640] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.399932] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.401112] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.402291] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403389] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.404564] NET: Registered protocol family 1\n[ 0.405436] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.406546] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.407629] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.421624] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.435926] Trying to unpack rootfs image as initramfs...\n[ 0.485364] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.499226] Scanning for low memory corruption every 60 seconds\n[ 0.500573] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.501744] audit: initializing netlink subsys (disabled)\n[ 0.502797] audit: type=2000 audit(1536064706.579:1): initialized\n[ 0.504125] Initialise system trusted keyring\n[ 0.505088] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.506289] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.508271] zbud: loaded\n[ 0.508984] VFS: Disk quotas dquot_6.6.0\n[ 0.509818] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.511354] fuse init (API version 7.23)\n[ 0.512250] Key type big_key registered\n[ 0.513069] Allocating IMA MOK and blacklist keyrings.\n[ 0.514196] Key type asymmetric registered\n[ 0.515048] Asymmetric key parser 'x509' registered\n[ 0.516021] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.517512] io scheduler noop registered\n[ 0.518329] io scheduler deadline registered (default)\n[ 0.519339] io scheduler cfq registered\n[ 0.520551] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.521624] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.522923] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.524410] ACPI: Power Button [PWRF]\n[ 0.525251] GHES: HEST is not enabled!\n[ 0.538951] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.566887] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.569149] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.594541] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.596778] Linux agpgart interface v0.103\n[ 0.598829] brd: module loaded\n[ 0.599987] loop: module loaded\n[ 0.604305] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.605778] GPT:90111 != 2097151\n[ 0.606469] GPT:Alternate GPT header not at the end of the disk.\n[ 0.607575] GPT:90111 != 2097151\n[ 0.608250] GPT: Use GNU Parted to correct GPT errors.\n[ 0.609225] vda: vda1 vda15\n[ 0.610759] scsi host0: ata_piix\n[ 0.611503] scsi host1: ata_piix\n[ 0.612213] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.613447] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.614908] libphy: Fixed MDIO Bus: probed\n[ 0.615744] tun: Universal TUN/TAP device driver, 1.6\n[ 0.616706] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.618885] PPP generic driver version 2.4.2\n[ 0.619781] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.621077] ehci-pci: EHCI PCI platform driver\n[ 0.621965] ehci-platform: EHCI generic platform driver\n[ 0.622974] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.624125] ohci-pci: OHCI PCI platform driver\n[ 0.625016] ohci-platform: OHCI generic platform driver\n[ 0.626028] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.640430] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.641462] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.642949] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.644005] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.645147] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.646412] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.647869] usb usb1: Product: UHCI Host Controller\n[ 0.648827] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.649996] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.651020] hub 1-0:1.0: USB hub found\n[ 0.651818] hub 1-0:1.0: 2 ports detected\n[ 0.652739] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.654901] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.655878] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.656929] mousedev: PS/2 mouse device common for all mice\n[ 0.658205] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.660095] rtc_cmos 00:00: RTC can wake from S4\n[ 0.661216] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.662455] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.663684] i2c /dev entries driver\n[ 0.664453] device-mapper: uevent: version 1.0.3\n[ 0.665404] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.667076] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.668388] NET: Registered protocol family 10\n[ 0.669402] NET: Registered protocol family 17\n[ 0.670320] Key type dns_resolver registered\n[ 0.671276] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.672392] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.674166] registered taskstats version 1\n[ 0.675030] Loading compiled-in X.509 certificates\n[ 0.676517] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.678410] zswap: loaded using pool lzo/zbud\n[ 0.679770] Key type trusted registered\n[ 0.681324] Key type encrypted registered\n[ 0.682174] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.683241] ima: No TPM chip found, activating TPM-bypass!\n[ 0.684308] evm: HMAC attrs: 0x1\n[ 0.685250] Magic number: 2:172:632\n[ 0.686115] rtc_cmos 00:00: setting system clock to 2018-09-04 12:38:26 UTC (1536064706)\n[ 0.687758] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.688906] EDD information not available.\n[ 0.771346] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.772950] Write protecting the kernel read-only data: 14336k\n[ 0.785050] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.786923] 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.828596] 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.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... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\n"} 2018-09-04 12:40:21,250 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/5789cb2a-1dc6-4326-b807-f62a4885ca43/action used request id req-7c9e5f88-8a07-476e-a7e7-0b7ad8bb08a2 2018-09-04 12:40:23,266 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/servers/5789cb2a-1dc6-4326-b807-f62a4885ca43/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7d2984c89f46b7d6fbaf39b31eddaa7f36043f96" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-04 12:40:24,342 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12:40: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-441e1155-5ae5-4362-9ebd-832d83952927 x-compute-request-id: req-441e1155-5ae5-4362-9ebd-832d83952927 Content-Encoding: gzip Content-Length: 7684 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 483562078 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 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.133844] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.135528] pid_max: default: 32768 minimum: 301\n[ 0.136437] ACPI: Core revision 20150930\n[ 0.137832] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.139166] Security Framework initialized\n[ 0.139998] Yama: becoming mindful.\n[ 0.140750] AppArmor: AppArmor initialized\n[ 0.141634] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.142994] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.144299] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.145544] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.146959] Initializing cgroup subsys io\n[ 0.147795] Initializing cgroup subsys memory\n[ 0.148676] Initializing cgroup subsys devices\n[ 0.149577] Initializing cgroup subsys freezer\n[ 0.150465] Initializing cgroup subsys net_cls\n[ 0.151347] Initializing cgroup subsys perf_event\n[ 0.152277] Initializing cgroup subsys net_prio\n[ 0.153192] Initializing cgroup subsys hugetlb\n[ 0.154085] Initializing cgroup subsys pids\n[ 0.154978] CPU: Physical Processor ID: 0\n[ 0.156483] mce: CPU supports 10 MCE banks\n[ 0.157356] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.158380] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.169090] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.175516] ftrace: allocating 31920 entries in 125 pages\n[ 0.201643] smpboot: Max logical packages: 1\n[ 0.202529] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.203908] x2apic enabled\n[ 0.204730] Switched APIC routing to physical x2apic.\n[ 0.206509] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.207646] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.209686] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.211505] KVM setup paravirtual spinlock\n[ 0.212811] x86: Booted up 1 node, 1 CPUs\n[ 0.213633] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.215055] devtmpfs: initialized\n[ 0.216776] evm: security.selinux\n[ 0.217483] evm: security.SMACK64\n[ 0.218177] evm: security.SMACK64EXEC\n[ 0.218960] evm: security.SMACK64TRANSMUTE\n[ 0.219775] evm: security.SMACK64MMAP\n[ 0.220529] evm: security.ima\n[ 0.221176] evm: security.capability\n[ 0.221989] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.223856] pinctrl core: initialized pinctrl subsystem\n[ 0.224971] RTC time: 12:38:25, date: 09/04/18\n[ 0.225930] NET: Registered protocol family 16\n[ 0.226907] cpuidle: using governor ladder\n[ 0.227729] cpuidle: using governor menu\n[ 0.228519] PCCT header not found.\n[ 0.229277] ACPI: bus type PCI registered\n[ 0.230082] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.231330] PCI: Using configuration type 1 for base access\n[ 0.233086] ACPI: Added _OSI(Module Device)\n[ 0.233947] ACPI: Added _OSI(Processor Device)\n[ 0.234821] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.235730] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.237861] ACPI: Interpreter enabled\n[ 0.238646] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.240504] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.242353] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.244233] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.246097] ACPI: (supports S0 S5)\n[ 0.246811] ACPI: Using IOAPIC for interrupt routing\n[ 0.247898] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.251010] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.252169] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.253413] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.254613] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.256856] acpiphp: Slot [3] registered\n[ 0.257671] acpiphp: Slot [4] registered\n[ 0.258482] acpiphp: Slot [5] registered\n[ 0.259283] acpiphp: Slot [6] registered\n[ 0.260085] acpiphp: Slot [7] registered\n[ 0.260897] acpiphp: Slot [8] registered\n[ 0.261704] acpiphp: Slot [9] registered\n[ 0.262505] acpiphp: Slot [10] registered\n[ 0.263321] acpiphp: Slot [11] registered\n[ 0.264138] acpiphp: Slot [12] registered\n[ 0.264960] acpiphp: Slot [13] registered\n[ 0.265785] acpiphp: Slot [14] registered\n[ 0.266599] acpiphp: Slot [15] registered\n[ 0.277486] acpiphp: Slot [16] registered\n[ 0.278336] acpiphp: Slot [17] registered\n[ 0.279156] acpiphp: Slot [18] registered\n[ 0.279990] acpiphp: Slot [19] registered\n[ 0.280812] acpiphp: Slot [20] registered\n[ 0.281632] acpiphp: Slot [21] registered\n[ 0.282450] acpiphp: Slot [22] registered\n[ 0.283262] acpiphp: Slot [23] registered\n[ 0.284078] acpiphp: Slot [24] registered\n[ 0.284894] acpiphp: Slot [25] registered\n[ 0.285714] acpiphp: Slot [26] registered\n[ 0.286530] acpiphp: Slot [27] registered\n[ 0.287341] acpiphp: Slot [28] registered\n[ 0.288159] acpiphp: Slot [29] registered\n[ 0.288972] acpiphp: Slot [30] registered\n[ 0.289795] acpiphp: Slot [31] registered\n[ 0.290607] PCI host bridge to bus 0000:00\n[ 0.291421] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.292637] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.293861] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.295318] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.296781] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.303065] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.304385] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.305573] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.306861] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.313251] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.314731] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.359955] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.361474] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.362924] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.364364] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.365780] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.367049] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.368212] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.369453] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.371019] vgaarb: loaded\n[ 0.371630] vgaarb: bridge control possible 0000:00:02.0\n[ 0.372779] SCSI subsystem initialized\n[ 0.373604] ACPI: bus type USB registered\n[ 0.374426] usbcore: registered new interface driver usbfs\n[ 0.375465] usbcore: registered new interface driver hub\n[ 0.376481] usbcore: registered new device driver usb\n[ 0.377549] PCI: Using ACPI for IRQ routing\n[ 0.378582] NetLabel: Initializing\n[ 0.379304] NetLabel: domain hash size = 128\n[ 0.380166] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.381130] NetLabel: unlabeled traffic allowed by default\n[ 0.382236] clocksource: Switched to clocksource kvm-clock\n[ 0.387651] AppArmor: AppArmor Filesystem Enabled\n[ 0.388647] pnp: PnP ACPI init\n[ 0.389565] pnp: PnP ACPI: found 5 devices\n[ 0.395949] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.397678] NET: Registered protocol family 2\n[ 0.398640] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.399932] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.401112] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.402291] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403389] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.404564] NET: Registered protocol family 1\n[ 0.405436] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.406546] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.407629] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.421624] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.435926] Trying to unpack rootfs image as initramfs...\n[ 0.485364] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.499226] Scanning for low memory corruption every 60 seconds\n[ 0.500573] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.501744] audit: initializing netlink subsys (disabled)\n[ 0.502797] audit: type=2000 audit(1536064706.579:1): initialized\n[ 0.504125] Initialise system trusted keyring\n[ 0.505088] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.506289] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.508271] zbud: loaded\n[ 0.508984] VFS: Disk quotas dquot_6.6.0\n[ 0.509818] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.511354] fuse init (API version 7.23)\n[ 0.512250] Key type big_key registered\n[ 0.513069] Allocating IMA MOK and blacklist keyrings.\n[ 0.514196] Key type asymmetric registered\n[ 0.515048] Asymmetric key parser 'x509' registered\n[ 0.516021] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.517512] io scheduler noop registered\n[ 0.518329] io scheduler deadline registered (default)\n[ 0.519339] io scheduler cfq registered\n[ 0.520551] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.521624] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.522923] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.524410] ACPI: Power Button [PWRF]\n[ 0.525251] GHES: HEST is not enabled!\n[ 0.538951] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.566887] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.569149] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.594541] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.596778] Linux agpgart interface v0.103\n[ 0.598829] brd: module loaded\n[ 0.599987] loop: module loaded\n[ 0.604305] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.605778] GPT:90111 != 2097151\n[ 0.606469] GPT:Alternate GPT header not at the end of the disk.\n[ 0.607575] GPT:90111 != 2097151\n[ 0.608250] GPT: Use GNU Parted to correct GPT errors.\n[ 0.609225] vda: vda1 vda15\n[ 0.610759] scsi host0: ata_piix\n[ 0.611503] scsi host1: ata_piix\n[ 0.612213] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.613447] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.614908] libphy: Fixed MDIO Bus: probed\n[ 0.615744] tun: Universal TUN/TAP device driver, 1.6\n[ 0.616706] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.618885] PPP generic driver version 2.4.2\n[ 0.619781] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.621077] ehci-pci: EHCI PCI platform driver\n[ 0.621965] ehci-platform: EHCI generic platform driver\n[ 0.622974] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.624125] ohci-pci: OHCI PCI platform driver\n[ 0.625016] ohci-platform: OHCI generic platform driver\n[ 0.626028] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.640430] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.641462] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.642949] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.644005] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.645147] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.646412] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.647869] usb usb1: Product: UHCI Host Controller\n[ 0.648827] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.649996] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.651020] hub 1-0:1.0: USB hub found\n[ 0.651818] hub 1-0:1.0: 2 ports detected\n[ 0.652739] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.654901] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.655878] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.656929] mousedev: PS/2 mouse device common for all mice\n[ 0.658205] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.660095] rtc_cmos 00:00: RTC can wake from S4\n[ 0.661216] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.662455] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.663684] i2c /dev entries driver\n[ 0.664453] device-mapper: uevent: version 1.0.3\n[ 0.665404] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.667076] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.668388] NET: Registered protocol family 10\n[ 0.669402] NET: Registered protocol family 17\n[ 0.670320] Key type dns_resolver registered\n[ 0.671276] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.672392] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.674166] registered taskstats version 1\n[ 0.675030] Loading compiled-in X.509 certificates\n[ 0.676517] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.678410] zswap: loaded using pool lzo/zbud\n[ 0.679770] Key type trusted registered\n[ 0.681324] Key type encrypted registered\n[ 0.682174] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.683241] ima: No TPM chip found, activating TPM-bypass!\n[ 0.684308] evm: HMAC attrs: 0x1\n[ 0.685250] Magic number: 2:172:632\n[ 0.686115] rtc_cmos 00:00: setting system clock to 2018-09-04 12:38:26 UTC (1536064706)\n[ 0.687758] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.688906] EDD information not available.\n[ 0.771346] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.772950] Write protecting the kernel read-only data: 14336k\n[ 0.785050] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.786923] 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.828596] 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.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... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\n"} 2018-09-04 12:40:24,343 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/5789cb2a-1dc6-4326-b807-f62a4885ca43/action used request id req-441e1155-5ae5-4362-9ebd-832d83952927 2018-09-04 12:40:26,359 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/servers/5789cb2a-1dc6-4326-b807-f62a4885ca43/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7d2984c89f46b7d6fbaf39b31eddaa7f36043f96" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-04 12:40:27,430 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12:40: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-52925b9d-889c-415a-8e2e-f5b6da59f471 x-compute-request-id: req-52925b9d-889c-415a-8e2e-f5b6da59f471 Content-Encoding: gzip Content-Length: 7684 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 483562078 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 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.133844] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.135528] pid_max: default: 32768 minimum: 301\n[ 0.136437] ACPI: Core revision 20150930\n[ 0.137832] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.139166] Security Framework initialized\n[ 0.139998] Yama: becoming mindful.\n[ 0.140750] AppArmor: AppArmor initialized\n[ 0.141634] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.142994] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.144299] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.145544] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.146959] Initializing cgroup subsys io\n[ 0.147795] Initializing cgroup subsys memory\n[ 0.148676] Initializing cgroup subsys devices\n[ 0.149577] Initializing cgroup subsys freezer\n[ 0.150465] Initializing cgroup subsys net_cls\n[ 0.151347] Initializing cgroup subsys perf_event\n[ 0.152277] Initializing cgroup subsys net_prio\n[ 0.153192] Initializing cgroup subsys hugetlb\n[ 0.154085] Initializing cgroup subsys pids\n[ 0.154978] CPU: Physical Processor ID: 0\n[ 0.156483] mce: CPU supports 10 MCE banks\n[ 0.157356] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.158380] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.169090] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.175516] ftrace: allocating 31920 entries in 125 pages\n[ 0.201643] smpboot: Max logical packages: 1\n[ 0.202529] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.203908] x2apic enabled\n[ 0.204730] Switched APIC routing to physical x2apic.\n[ 0.206509] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.207646] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.209686] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.211505] KVM setup paravirtual spinlock\n[ 0.212811] x86: Booted up 1 node, 1 CPUs\n[ 0.213633] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.215055] devtmpfs: initialized\n[ 0.216776] evm: security.selinux\n[ 0.217483] evm: security.SMACK64\n[ 0.218177] evm: security.SMACK64EXEC\n[ 0.218960] evm: security.SMACK64TRANSMUTE\n[ 0.219775] evm: security.SMACK64MMAP\n[ 0.220529] evm: security.ima\n[ 0.221176] evm: security.capability\n[ 0.221989] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.223856] pinctrl core: initialized pinctrl subsystem\n[ 0.224971] RTC time: 12:38:25, date: 09/04/18\n[ 0.225930] NET: Registered protocol family 16\n[ 0.226907] cpuidle: using governor ladder\n[ 0.227729] cpuidle: using governor menu\n[ 0.228519] PCCT header not found.\n[ 0.229277] ACPI: bus type PCI registered\n[ 0.230082] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.231330] PCI: Using configuration type 1 for base access\n[ 0.233086] ACPI: Added _OSI(Module Device)\n[ 0.233947] ACPI: Added _OSI(Processor Device)\n[ 0.234821] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.235730] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.237861] ACPI: Interpreter enabled\n[ 0.238646] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.240504] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.242353] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.244233] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.246097] ACPI: (supports S0 S5)\n[ 0.246811] ACPI: Using IOAPIC for interrupt routing\n[ 0.247898] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.251010] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.252169] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.253413] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.254613] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.256856] acpiphp: Slot [3] registered\n[ 0.257671] acpiphp: Slot [4] registered\n[ 0.258482] acpiphp: Slot [5] registered\n[ 0.259283] acpiphp: Slot [6] registered\n[ 0.260085] acpiphp: Slot [7] registered\n[ 0.260897] acpiphp: Slot [8] registered\n[ 0.261704] acpiphp: Slot [9] registered\n[ 0.262505] acpiphp: Slot [10] registered\n[ 0.263321] acpiphp: Slot [11] registered\n[ 0.264138] acpiphp: Slot [12] registered\n[ 0.264960] acpiphp: Slot [13] registered\n[ 0.265785] acpiphp: Slot [14] registered\n[ 0.266599] acpiphp: Slot [15] registered\n[ 0.277486] acpiphp: Slot [16] registered\n[ 0.278336] acpiphp: Slot [17] registered\n[ 0.279156] acpiphp: Slot [18] registered\n[ 0.279990] acpiphp: Slot [19] registered\n[ 0.280812] acpiphp: Slot [20] registered\n[ 0.281632] acpiphp: Slot [21] registered\n[ 0.282450] acpiphp: Slot [22] registered\n[ 0.283262] acpiphp: Slot [23] registered\n[ 0.284078] acpiphp: Slot [24] registered\n[ 0.284894] acpiphp: Slot [25] registered\n[ 0.285714] acpiphp: Slot [26] registered\n[ 0.286530] acpiphp: Slot [27] registered\n[ 0.287341] acpiphp: Slot [28] registered\n[ 0.288159] acpiphp: Slot [29] registered\n[ 0.288972] acpiphp: Slot [30] registered\n[ 0.289795] acpiphp: Slot [31] registered\n[ 0.290607] PCI host bridge to bus 0000:00\n[ 0.291421] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.292637] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.293861] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.295318] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.296781] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.303065] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.304385] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.305573] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.306861] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.313251] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.314731] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.359955] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.361474] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.362924] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.364364] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.365780] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.367049] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.368212] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.369453] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.371019] vgaarb: loaded\n[ 0.371630] vgaarb: bridge control possible 0000:00:02.0\n[ 0.372779] SCSI subsystem initialized\n[ 0.373604] ACPI: bus type USB registered\n[ 0.374426] usbcore: registered new interface driver usbfs\n[ 0.375465] usbcore: registered new interface driver hub\n[ 0.376481] usbcore: registered new device driver usb\n[ 0.377549] PCI: Using ACPI for IRQ routing\n[ 0.378582] NetLabel: Initializing\n[ 0.379304] NetLabel: domain hash size = 128\n[ 0.380166] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.381130] NetLabel: unlabeled traffic allowed by default\n[ 0.382236] clocksource: Switched to clocksource kvm-clock\n[ 0.387651] AppArmor: AppArmor Filesystem Enabled\n[ 0.388647] pnp: PnP ACPI init\n[ 0.389565] pnp: PnP ACPI: found 5 devices\n[ 0.395949] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.397678] NET: Registered protocol family 2\n[ 0.398640] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.399932] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.401112] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.402291] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403389] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.404564] NET: Registered protocol family 1\n[ 0.405436] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.406546] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.407629] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.421624] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.435926] Trying to unpack rootfs image as initramfs...\n[ 0.485364] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.499226] Scanning for low memory corruption every 60 seconds\n[ 0.500573] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.501744] audit: initializing netlink subsys (disabled)\n[ 0.502797] audit: type=2000 audit(1536064706.579:1): initialized\n[ 0.504125] Initialise system trusted keyring\n[ 0.505088] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.506289] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.508271] zbud: loaded\n[ 0.508984] VFS: Disk quotas dquot_6.6.0\n[ 0.509818] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.511354] fuse init (API version 7.23)\n[ 0.512250] Key type big_key registered\n[ 0.513069] Allocating IMA MOK and blacklist keyrings.\n[ 0.514196] Key type asymmetric registered\n[ 0.515048] Asymmetric key parser 'x509' registered\n[ 0.516021] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.517512] io scheduler noop registered\n[ 0.518329] io scheduler deadline registered (default)\n[ 0.519339] io scheduler cfq registered\n[ 0.520551] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.521624] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.522923] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.524410] ACPI: Power Button [PWRF]\n[ 0.525251] GHES: HEST is not enabled!\n[ 0.538951] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.566887] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.569149] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.594541] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.596778] Linux agpgart interface v0.103\n[ 0.598829] brd: module loaded\n[ 0.599987] loop: module loaded\n[ 0.604305] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.605778] GPT:90111 != 2097151\n[ 0.606469] GPT:Alternate GPT header not at the end of the disk.\n[ 0.607575] GPT:90111 != 2097151\n[ 0.608250] GPT: Use GNU Parted to correct GPT errors.\n[ 0.609225] vda: vda1 vda15\n[ 0.610759] scsi host0: ata_piix\n[ 0.611503] scsi host1: ata_piix\n[ 0.612213] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.613447] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.614908] libphy: Fixed MDIO Bus: probed\n[ 0.615744] tun: Universal TUN/TAP device driver, 1.6\n[ 0.616706] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.618885] PPP generic driver version 2.4.2\n[ 0.619781] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.621077] ehci-pci: EHCI PCI platform driver\n[ 0.621965] ehci-platform: EHCI generic platform driver\n[ 0.622974] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.624125] ohci-pci: OHCI PCI platform driver\n[ 0.625016] ohci-platform: OHCI generic platform driver\n[ 0.626028] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.640430] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.641462] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.642949] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.644005] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.645147] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.646412] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.647869] usb usb1: Product: UHCI Host Controller\n[ 0.648827] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.649996] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.651020] hub 1-0:1.0: USB hub found\n[ 0.651818] hub 1-0:1.0: 2 ports detected\n[ 0.652739] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.654901] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.655878] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.656929] mousedev: PS/2 mouse device common for all mice\n[ 0.658205] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.660095] rtc_cmos 00:00: RTC can wake from S4\n[ 0.661216] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.662455] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.663684] i2c /dev entries driver\n[ 0.664453] device-mapper: uevent: version 1.0.3\n[ 0.665404] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.667076] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.668388] NET: Registered protocol family 10\n[ 0.669402] NET: Registered protocol family 17\n[ 0.670320] Key type dns_resolver registered\n[ 0.671276] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.672392] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.674166] registered taskstats version 1\n[ 0.675030] Loading compiled-in X.509 certificates\n[ 0.676517] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.678410] zswap: loaded using pool lzo/zbud\n[ 0.679770] Key type trusted registered\n[ 0.681324] Key type encrypted registered\n[ 0.682174] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.683241] ima: No TPM chip found, activating TPM-bypass!\n[ 0.684308] evm: HMAC attrs: 0x1\n[ 0.685250] Magic number: 2:172:632\n[ 0.686115] rtc_cmos 00:00: setting system clock to 2018-09-04 12:38:26 UTC (1536064706)\n[ 0.687758] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.688906] EDD information not available.\n[ 0.771346] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.772950] Write protecting the kernel read-only data: 14336k\n[ 0.785050] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.786923] 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.828596] 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.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... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\n"} 2018-09-04 12:40:27,431 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/5789cb2a-1dc6-4326-b807-f62a4885ca43/action used request id req-52925b9d-889c-415a-8e2e-f5b6da59f471 2018-09-04 12:40:29,448 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/servers/5789cb2a-1dc6-4326-b807-f62a4885ca43/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7d2984c89f46b7d6fbaf39b31eddaa7f36043f96" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-04 12:40:30,525 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12:40: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-271ecc54-93a3-4742-a532-dc41e7cb8703 x-compute-request-id: req-271ecc54-93a3-4742-a532-dc41e7cb8703 Content-Encoding: gzip Content-Length: 7685 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 483562078 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 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.133844] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.135528] pid_max: default: 32768 minimum: 301\n[ 0.136437] ACPI: Core revision 20150930\n[ 0.137832] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.139166] Security Framework initialized\n[ 0.139998] Yama: becoming mindful.\n[ 0.140750] AppArmor: AppArmor initialized\n[ 0.141634] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.142994] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.144299] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.145544] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.146959] Initializing cgroup subsys io\n[ 0.147795] Initializing cgroup subsys memory\n[ 0.148676] Initializing cgroup subsys devices\n[ 0.149577] Initializing cgroup subsys freezer\n[ 0.150465] Initializing cgroup subsys net_cls\n[ 0.151347] Initializing cgroup subsys perf_event\n[ 0.152277] Initializing cgroup subsys net_prio\n[ 0.153192] Initializing cgroup subsys hugetlb\n[ 0.154085] Initializing cgroup subsys pids\n[ 0.154978] CPU: Physical Processor ID: 0\n[ 0.156483] mce: CPU supports 10 MCE banks\n[ 0.157356] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.158380] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.169090] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.175516] ftrace: allocating 31920 entries in 125 pages\n[ 0.201643] smpboot: Max logical packages: 1\n[ 0.202529] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.203908] x2apic enabled\n[ 0.204730] Switched APIC routing to physical x2apic.\n[ 0.206509] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.207646] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.209686] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.211505] KVM setup paravirtual spinlock\n[ 0.212811] x86: Booted up 1 node, 1 CPUs\n[ 0.213633] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.215055] devtmpfs: initialized\n[ 0.216776] evm: security.selinux\n[ 0.217483] evm: security.SMACK64\n[ 0.218177] evm: security.SMACK64EXEC\n[ 0.218960] evm: security.SMACK64TRANSMUTE\n[ 0.219775] evm: security.SMACK64MMAP\n[ 0.220529] evm: security.ima\n[ 0.221176] evm: security.capability\n[ 0.221989] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.223856] pinctrl core: initialized pinctrl subsystem\n[ 0.224971] RTC time: 12:38:25, date: 09/04/18\n[ 0.225930] NET: Registered protocol family 16\n[ 0.226907] cpuidle: using governor ladder\n[ 0.227729] cpuidle: using governor menu\n[ 0.228519] PCCT header not found.\n[ 0.229277] ACPI: bus type PCI registered\n[ 0.230082] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.231330] PCI: Using configuration type 1 for base access\n[ 0.233086] ACPI: Added _OSI(Module Device)\n[ 0.233947] ACPI: Added _OSI(Processor Device)\n[ 0.234821] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.235730] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.237861] ACPI: Interpreter enabled\n[ 0.238646] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.240504] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.242353] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.244233] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.246097] ACPI: (supports S0 S5)\n[ 0.246811] ACPI: Using IOAPIC for interrupt routing\n[ 0.247898] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.251010] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.252169] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.253413] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.254613] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.256856] acpiphp: Slot [3] registered\n[ 0.257671] acpiphp: Slot [4] registered\n[ 0.258482] acpiphp: Slot [5] registered\n[ 0.259283] acpiphp: Slot [6] registered\n[ 0.260085] acpiphp: Slot [7] registered\n[ 0.260897] acpiphp: Slot [8] registered\n[ 0.261704] acpiphp: Slot [9] registered\n[ 0.262505] acpiphp: Slot [10] registered\n[ 0.263321] acpiphp: Slot [11] registered\n[ 0.264138] acpiphp: Slot [12] registered\n[ 0.264960] acpiphp: Slot [13] registered\n[ 0.265785] acpiphp: Slot [14] registered\n[ 0.266599] acpiphp: Slot [15] registered\n[ 0.277486] acpiphp: Slot [16] registered\n[ 0.278336] acpiphp: Slot [17] registered\n[ 0.279156] acpiphp: Slot [18] registered\n[ 0.279990] acpiphp: Slot [19] registered\n[ 0.280812] acpiphp: Slot [20] registered\n[ 0.281632] acpiphp: Slot [21] registered\n[ 0.282450] acpiphp: Slot [22] registered\n[ 0.283262] acpiphp: Slot [23] registered\n[ 0.284078] acpiphp: Slot [24] registered\n[ 0.284894] acpiphp: Slot [25] registered\n[ 0.285714] acpiphp: Slot [26] registered\n[ 0.286530] acpiphp: Slot [27] registered\n[ 0.287341] acpiphp: Slot [28] registered\n[ 0.288159] acpiphp: Slot [29] registered\n[ 0.288972] acpiphp: Slot [30] registered\n[ 0.289795] acpiphp: Slot [31] registered\n[ 0.290607] PCI host bridge to bus 0000:00\n[ 0.291421] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.292637] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.293861] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.295318] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.296781] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.303065] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.304385] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.305573] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.306861] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.313251] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.314731] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.359955] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.361474] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.362924] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.364364] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.365780] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.367049] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.368212] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.369453] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.371019] vgaarb: loaded\n[ 0.371630] vgaarb: bridge control possible 0000:00:02.0\n[ 0.372779] SCSI subsystem initialized\n[ 0.373604] ACPI: bus type USB registered\n[ 0.374426] usbcore: registered new interface driver usbfs\n[ 0.375465] usbcore: registered new interface driver hub\n[ 0.376481] usbcore: registered new device driver usb\n[ 0.377549] PCI: Using ACPI for IRQ routing\n[ 0.378582] NetLabel: Initializing\n[ 0.379304] NetLabel: domain hash size = 128\n[ 0.380166] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.381130] NetLabel: unlabeled traffic allowed by default\n[ 0.382236] clocksource: Switched to clocksource kvm-clock\n[ 0.387651] AppArmor: AppArmor Filesystem Enabled\n[ 0.388647] pnp: PnP ACPI init\n[ 0.389565] pnp: PnP ACPI: found 5 devices\n[ 0.395949] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.397678] NET: Registered protocol family 2\n[ 0.398640] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.399932] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.401112] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.402291] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403389] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.404564] NET: Registered protocol family 1\n[ 0.405436] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.406546] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.407629] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.421624] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.435926] Trying to unpack rootfs image as initramfs...\n[ 0.485364] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.499226] Scanning for low memory corruption every 60 seconds\n[ 0.500573] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.501744] audit: initializing netlink subsys (disabled)\n[ 0.502797] audit: type=2000 audit(1536064706.579:1): initialized\n[ 0.504125] Initialise system trusted keyring\n[ 0.505088] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.506289] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.508271] zbud: loaded\n[ 0.508984] VFS: Disk quotas dquot_6.6.0\n[ 0.509818] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.511354] fuse init (API version 7.23)\n[ 0.512250] Key type big_key registered\n[ 0.513069] Allocating IMA MOK and blacklist keyrings.\n[ 0.514196] Key type asymmetric registered\n[ 0.515048] Asymmetric key parser 'x509' registered\n[ 0.516021] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.517512] io scheduler noop registered\n[ 0.518329] io scheduler deadline registered (default)\n[ 0.519339] io scheduler cfq registered\n[ 0.520551] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.521624] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.522923] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.524410] ACPI: Power Button [PWRF]\n[ 0.525251] GHES: HEST is not enabled!\n[ 0.538951] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.566887] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.569149] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.594541] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.596778] Linux agpgart interface v0.103\n[ 0.598829] brd: module loaded\n[ 0.599987] loop: module loaded\n[ 0.604305] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.605778] GPT:90111 != 2097151\n[ 0.606469] GPT:Alternate GPT header not at the end of the disk.\n[ 0.607575] GPT:90111 != 2097151\n[ 0.608250] GPT: Use GNU Parted to correct GPT errors.\n[ 0.609225] vda: vda1 vda15\n[ 0.610759] scsi host0: ata_piix\n[ 0.611503] scsi host1: ata_piix\n[ 0.612213] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.613447] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.614908] libphy: Fixed MDIO Bus: probed\n[ 0.615744] tun: Universal TUN/TAP device driver, 1.6\n[ 0.616706] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.618885] PPP generic driver version 2.4.2\n[ 0.619781] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.621077] ehci-pci: EHCI PCI platform driver\n[ 0.621965] ehci-platform: EHCI generic platform driver\n[ 0.622974] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.624125] ohci-pci: OHCI PCI platform driver\n[ 0.625016] ohci-platform: OHCI generic platform driver\n[ 0.626028] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.640430] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.641462] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.642949] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.644005] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.645147] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.646412] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.647869] usb usb1: Product: UHCI Host Controller\n[ 0.648827] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.649996] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.651020] hub 1-0:1.0: USB hub found\n[ 0.651818] hub 1-0:1.0: 2 ports detected\n[ 0.652739] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.654901] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.655878] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.656929] mousedev: PS/2 mouse device common for all mice\n[ 0.658205] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.660095] rtc_cmos 00:00: RTC can wake from S4\n[ 0.661216] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.662455] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.663684] i2c /dev entries driver\n[ 0.664453] device-mapper: uevent: version 1.0.3\n[ 0.665404] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.667076] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.668388] NET: Registered protocol family 10\n[ 0.669402] NET: Registered protocol family 17\n[ 0.670320] Key type dns_resolver registered\n[ 0.671276] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.672392] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.674166] registered taskstats version 1\n[ 0.675030] Loading compiled-in X.509 certificates\n[ 0.676517] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.678410] zswap: loaded using pool lzo/zbud\n[ 0.679770] Key type trusted registered\n[ 0.681324] Key type encrypted registered\n[ 0.682174] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.683241] ima: No TPM chip found, activating TPM-bypass!\n[ 0.684308] evm: HMAC attrs: 0x1\n[ 0.685250] Magic number: 2:172:632\n[ 0.686115] rtc_cmos 00:00: setting system clock to 2018-09-04 12:38:26 UTC (1536064706)\n[ 0.687758] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.688906] EDD information not available.\n[ 0.771346] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.772950] Write protecting the kernel read-only data: 14336k\n[ 0.785050] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.786923] 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.828596] 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.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... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending discover...\n"} 2018-09-04 12:40:30,525 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/5789cb2a-1dc6-4326-b807-f62a4885ca43/action used request id req-271ecc54-93a3-4742-a532-dc41e7cb8703 2018-09-04 12:40:32,541 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/servers/5789cb2a-1dc6-4326-b807-f62a4885ca43/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7d2984c89f46b7d6fbaf39b31eddaa7f36043f96" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-04 12:40:33,613 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12:40:32 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-a73f0fdf-70e9-4860-bfe5-3d6c09e4a2f3 x-compute-request-id: req-a73f0fdf-70e9-4860-bfe5-3d6c09e4a2f3 Content-Encoding: gzip Content-Length: 7685 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 483562078 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 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.133844] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.135528] pid_max: default: 32768 minimum: 301\n[ 0.136437] ACPI: Core revision 20150930\n[ 0.137832] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.139166] Security Framework initialized\n[ 0.139998] Yama: becoming mindful.\n[ 0.140750] AppArmor: AppArmor initialized\n[ 0.141634] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.142994] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.144299] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.145544] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.146959] Initializing cgroup subsys io\n[ 0.147795] Initializing cgroup subsys memory\n[ 0.148676] Initializing cgroup subsys devices\n[ 0.149577] Initializing cgroup subsys freezer\n[ 0.150465] Initializing cgroup subsys net_cls\n[ 0.151347] Initializing cgroup subsys perf_event\n[ 0.152277] Initializing cgroup subsys net_prio\n[ 0.153192] Initializing cgroup subsys hugetlb\n[ 0.154085] Initializing cgroup subsys pids\n[ 0.154978] CPU: Physical Processor ID: 0\n[ 0.156483] mce: CPU supports 10 MCE banks\n[ 0.157356] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.158380] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.169090] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.175516] ftrace: allocating 31920 entries in 125 pages\n[ 0.201643] smpboot: Max logical packages: 1\n[ 0.202529] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.203908] x2apic enabled\n[ 0.204730] Switched APIC routing to physical x2apic.\n[ 0.206509] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.207646] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.209686] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.211505] KVM setup paravirtual spinlock\n[ 0.212811] x86: Booted up 1 node, 1 CPUs\n[ 0.213633] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.215055] devtmpfs: initialized\n[ 0.216776] evm: security.selinux\n[ 0.217483] evm: security.SMACK64\n[ 0.218177] evm: security.SMACK64EXEC\n[ 0.218960] evm: security.SMACK64TRANSMUTE\n[ 0.219775] evm: security.SMACK64MMAP\n[ 0.220529] evm: security.ima\n[ 0.221176] evm: security.capability\n[ 0.221989] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.223856] pinctrl core: initialized pinctrl subsystem\n[ 0.224971] RTC time: 12:38:25, date: 09/04/18\n[ 0.225930] NET: Registered protocol family 16\n[ 0.226907] cpuidle: using governor ladder\n[ 0.227729] cpuidle: using governor menu\n[ 0.228519] PCCT header not found.\n[ 0.229277] ACPI: bus type PCI registered\n[ 0.230082] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.231330] PCI: Using configuration type 1 for base access\n[ 0.233086] ACPI: Added _OSI(Module Device)\n[ 0.233947] ACPI: Added _OSI(Processor Device)\n[ 0.234821] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.235730] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.237861] ACPI: Interpreter enabled\n[ 0.238646] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.240504] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.242353] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.244233] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.246097] ACPI: (supports S0 S5)\n[ 0.246811] ACPI: Using IOAPIC for interrupt routing\n[ 0.247898] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.251010] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.252169] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.253413] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.254613] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.256856] acpiphp: Slot [3] registered\n[ 0.257671] acpiphp: Slot [4] registered\n[ 0.258482] acpiphp: Slot [5] registered\n[ 0.259283] acpiphp: Slot [6] registered\n[ 0.260085] acpiphp: Slot [7] registered\n[ 0.260897] acpiphp: Slot [8] registered\n[ 0.261704] acpiphp: Slot [9] registered\n[ 0.262505] acpiphp: Slot [10] registered\n[ 0.263321] acpiphp: Slot [11] registered\n[ 0.264138] acpiphp: Slot [12] registered\n[ 0.264960] acpiphp: Slot [13] registered\n[ 0.265785] acpiphp: Slot [14] registered\n[ 0.266599] acpiphp: Slot [15] registered\n[ 0.277486] acpiphp: Slot [16] registered\n[ 0.278336] acpiphp: Slot [17] registered\n[ 0.279156] acpiphp: Slot [18] registered\n[ 0.279990] acpiphp: Slot [19] registered\n[ 0.280812] acpiphp: Slot [20] registered\n[ 0.281632] acpiphp: Slot [21] registered\n[ 0.282450] acpiphp: Slot [22] registered\n[ 0.283262] acpiphp: Slot [23] registered\n[ 0.284078] acpiphp: Slot [24] registered\n[ 0.284894] acpiphp: Slot [25] registered\n[ 0.285714] acpiphp: Slot [26] registered\n[ 0.286530] acpiphp: Slot [27] registered\n[ 0.287341] acpiphp: Slot [28] registered\n[ 0.288159] acpiphp: Slot [29] registered\n[ 0.288972] acpiphp: Slot [30] registered\n[ 0.289795] acpiphp: Slot [31] registered\n[ 0.290607] PCI host bridge to bus 0000:00\n[ 0.291421] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.292637] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.293861] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.295318] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.296781] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.303065] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.304385] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.305573] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.306861] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.313251] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.314731] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.359955] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.361474] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.362924] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.364364] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.365780] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.367049] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.368212] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.369453] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.371019] vgaarb: loaded\n[ 0.371630] vgaarb: bridge control possible 0000:00:02.0\n[ 0.372779] SCSI subsystem initialized\n[ 0.373604] ACPI: bus type USB registered\n[ 0.374426] usbcore: registered new interface driver usbfs\n[ 0.375465] usbcore: registered new interface driver hub\n[ 0.376481] usbcore: registered new device driver usb\n[ 0.377549] PCI: Using ACPI for IRQ routing\n[ 0.378582] NetLabel: Initializing\n[ 0.379304] NetLabel: domain hash size = 128\n[ 0.380166] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.381130] NetLabel: unlabeled traffic allowed by default\n[ 0.382236] clocksource: Switched to clocksource kvm-clock\n[ 0.387651] AppArmor: AppArmor Filesystem Enabled\n[ 0.388647] pnp: PnP ACPI init\n[ 0.389565] pnp: PnP ACPI: found 5 devices\n[ 0.395949] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.397678] NET: Registered protocol family 2\n[ 0.398640] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.399932] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.401112] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.402291] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403389] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.404564] NET: Registered protocol family 1\n[ 0.405436] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.406546] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.407629] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.421624] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.435926] Trying to unpack rootfs image as initramfs...\n[ 0.485364] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.499226] Scanning for low memory corruption every 60 seconds\n[ 0.500573] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.501744] audit: initializing netlink subsys (disabled)\n[ 0.502797] audit: type=2000 audit(1536064706.579:1): initialized\n[ 0.504125] Initialise system trusted keyring\n[ 0.505088] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.506289] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.508271] zbud: loaded\n[ 0.508984] VFS: Disk quotas dquot_6.6.0\n[ 0.509818] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.511354] fuse init (API version 7.23)\n[ 0.512250] Key type big_key registered\n[ 0.513069] Allocating IMA MOK and blacklist keyrings.\n[ 0.514196] Key type asymmetric registered\n[ 0.515048] Asymmetric key parser 'x509' registered\n[ 0.516021] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.517512] io scheduler noop registered\n[ 0.518329] io scheduler deadline registered (default)\n[ 0.519339] io scheduler cfq registered\n[ 0.520551] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.521624] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.522923] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.524410] ACPI: Power Button [PWRF]\n[ 0.525251] GHES: HEST is not enabled!\n[ 0.538951] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.566887] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.569149] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.594541] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.596778] Linux agpgart interface v0.103\n[ 0.598829] brd: module loaded\n[ 0.599987] loop: module loaded\n[ 0.604305] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.605778] GPT:90111 != 2097151\n[ 0.606469] GPT:Alternate GPT header not at the end of the disk.\n[ 0.607575] GPT:90111 != 2097151\n[ 0.608250] GPT: Use GNU Parted to correct GPT errors.\n[ 0.609225] vda: vda1 vda15\n[ 0.610759] scsi host0: ata_piix\n[ 0.611503] scsi host1: ata_piix\n[ 0.612213] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.613447] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.614908] libphy: Fixed MDIO Bus: probed\n[ 0.615744] tun: Universal TUN/TAP device driver, 1.6\n[ 0.616706] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.618885] PPP generic driver version 2.4.2\n[ 0.619781] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.621077] ehci-pci: EHCI PCI platform driver\n[ 0.621965] ehci-platform: EHCI generic platform driver\n[ 0.622974] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.624125] ohci-pci: OHCI PCI platform driver\n[ 0.625016] ohci-platform: OHCI generic platform driver\n[ 0.626028] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.640430] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.641462] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.642949] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.644005] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.645147] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.646412] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.647869] usb usb1: Product: UHCI Host Controller\n[ 0.648827] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.649996] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.651020] hub 1-0:1.0: USB hub found\n[ 0.651818] hub 1-0:1.0: 2 ports detected\n[ 0.652739] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.654901] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.655878] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.656929] mousedev: PS/2 mouse device common for all mice\n[ 0.658205] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.660095] rtc_cmos 00:00: RTC can wake from S4\n[ 0.661216] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.662455] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.663684] i2c /dev entries driver\n[ 0.664453] device-mapper: uevent: version 1.0.3\n[ 0.665404] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.667076] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.668388] NET: Registered protocol family 10\n[ 0.669402] NET: Registered protocol family 17\n[ 0.670320] Key type dns_resolver registered\n[ 0.671276] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.672392] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.674166] registered taskstats version 1\n[ 0.675030] Loading compiled-in X.509 certificates\n[ 0.676517] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.678410] zswap: loaded using pool lzo/zbud\n[ 0.679770] Key type trusted registered\n[ 0.681324] Key type encrypted registered\n[ 0.682174] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.683241] ima: No TPM chip found, activating TPM-bypass!\n[ 0.684308] evm: HMAC attrs: 0x1\n[ 0.685250] Magic number: 2:172:632\n[ 0.686115] rtc_cmos 00:00: setting system clock to 2018-09-04 12:38:26 UTC (1536064706)\n[ 0.687758] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.688906] EDD information not available.\n[ 0.771346] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.772950] Write protecting the kernel read-only data: 14336k\n[ 0.785050] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.786923] 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.828596] 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.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... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending discover...\n"} 2018-09-04 12:40:33,613 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/5789cb2a-1dc6-4326-b807-f62a4885ca43/action used request id req-a73f0fdf-70e9-4860-bfe5-3d6c09e4a2f3 2018-09-04 12:40:35,627 - sdnvpn_test_utils - ERROR - Instance 5789cb2a-1dc6-4326-b807-f62a4885ca43 does not boot up properly. 2018-09-04 12:40:35,628 - sdnvpn_test_utils - INFO - Waiting for instance 2321d2ea-7de9-4fa8-b234-f77764602b3c to boot up 2018-09-04 12:40:35,630 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/servers/2321d2ea-7de9-4fa8-b234-f77764602b3c/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fe5448f1bfafb3e97f578c68e8cdfc194690d585" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-04 12:40:36,711 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12:40: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-f37e80d0-50a6-4b19-b005-a883d55be028 x-compute-request-id: req-f37e80d0-50a6-4b19-b005-a883d55be028 Content-Encoding: gzip Content-Length: 10912 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 496175359 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 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.128641] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.130258] pid_max: default: 32768 minimum: 301\n[ 0.131131] ACPI: Core revision 20150930\n[ 0.132497] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.133785] Security Framework initialized\n[ 0.134578] Yama: becoming mindful.\n[ 0.135293] AppArmor: AppArmor initialized\n[ 0.136147] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.137471] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.138737] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.139937] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141302] Initializing cgroup subsys io\n[ 0.142110] Initializing cgroup subsys memory\n[ 0.142960] Initializing cgroup subsys devices\n[ 0.143834] Initializing cgroup subsys freezer\n[ 0.144687] Initializing cgroup subsys net_cls\n[ 0.145546] Initializing cgroup subsys perf_event\n[ 0.146448] Initializing cgroup subsys net_prio\n[ 0.147325] Initializing cgroup subsys hugetlb\n[ 0.148194] Initializing cgroup subsys pids\n[ 0.149058] CPU: Physical Processor ID: 0\n[ 0.150537] mce: CPU supports 10 MCE banks\n[ 0.151377] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.152376] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.163011] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.169353] ftrace: allocating 31920 entries in 125 pages\n[ 0.195476] smpboot: Max logical packages: 1\n[ 0.196326] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.197668] x2apic enabled\n[ 0.198473] Switched APIC routing to physical x2apic.\n[ 0.200227] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.201342] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.203320] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.205088] KVM setup paravirtual spinlock\n[ 0.206373] x86: Booted up 1 node, 1 CPUs\n[ 0.207177] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.208552] devtmpfs: initialized\n[ 0.210266] evm: security.selinux\n[ 0.210964] evm: security.SMACK64\n[ 0.211645] evm: security.SMACK64EXEC\n[ 0.212390] evm: security.SMACK64TRANSMUTE\n[ 0.213192] evm: security.SMACK64MMAP\n[ 0.213937] evm: security.ima\n[ 0.214574] evm: security.capability\n[ 0.215376] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.217211] pinctrl core: initialized pinctrl subsystem\n[ 0.218660] RTC time: 12:38:12, date: 09/04/18\n[ 0.219896] NET: Registered protocol family 16\n[ 0.221162] cpuidle: using governor ladder\n[ 0.222234] cpuidle: using governor menu\n[ 0.223268] PCCT header not found.\n[ 0.224231] ACPI: bus type PCI registered\n[ 0.225283] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.226932] PCI: Using configuration type 1 for base access\n[ 0.229048] ACPI: Added _OSI(Module Device)\n[ 0.230168] ACPI: Added _OSI(Processor Device)\n[ 0.231303] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.232499] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.234994] ACPI: Interpreter enabled\n[ 0.236006] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.238438] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.240856] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.243278] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.245808] ACPI: (supports S0 S5)\n[ 0.246727] ACPI: Using IOAPIC for interrupt routing\n[ 0.247986] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.251659] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.253220] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.254899] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.256501] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.259415] acpiphp: Slot [3] registered\n[ 0.260485] acpiphp: Slot [4] registered\n[ 0.261507] acpiphp: Slot [5] registered\n[ 0.262550] acpiphp: Slot [6] registered\n[ 0.263604] acpiphp: Slot [7] registered\n[ 0.264624] acpiphp: Slot [8] registered\n[ 0.265645] acpiphp: Slot [9] registered\n[ 0.266667] acpiphp: Slot [10] registered\n[ 0.267714] acpiphp: Slot [11] registered\n[ 0.268762] acpiphp: Slot [12] registered\n[ 0.269838] acpiphp: Slot [13] registered\n[ 0.270884] acpiphp: Slot [14] registered\n[ 0.271921] acpiphp: Slot [15] registered\n[ 0.282929] acpiphp: Slot [16] registered\n[ 0.284002] acpiphp: Slot [17] registered\n[ 0.285087] acpiphp: Slot [18] registered\n[ 0.286154] acpiphp: Slot [19] registered\n[ 0.287231] acpiphp: Slot [20] registered\n[ 0.288298] acpiphp: Slot [21] registered\n[ 0.289369] acpiphp: Slot [22] registered\n[ 0.290435] acpiphp: Slot [23] registered\n[ 0.291524] acpiphp: Slot [24] registered\n[ 0.292577] acpiphp: Slot [25] registered\n[ 0.293645] acpiphp: Slot [26] registered\n[ 0.294709] acpiphp: Slot [27] registered\n[ 0.295755] acpiphp: Slot [28] registered\n[ 0.296805] acpiphp: Slot [29] registered\n[ 0.297838] acpiphp: Slot [30] registered\n[ 0.298870] acpiphp: Slot [31] registered\n[ 0.299920] PCI host bridge to bus 0000:00\n[ 0.300971] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.302569] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.304191] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.306061] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.307925] 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.316456] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.318044] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.319738] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.326453] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.328360] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.373801] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.375583] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.377328] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.380159] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.381880] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.383404] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.384811] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.386170] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.388155] vgaarb: loaded\n[ 0.388905] vgaarb: bridge control possible 0000:00:02.0\n[ 0.390376] SCSI subsystem initialized\n[ 0.391430] ACPI: bus type USB registered\n[ 0.392495] usbcore: registered new interface driver usbfs\n[ 0.393832] usbcore: registered new interface driver hub\n[ 0.395126] usbcore: registered new device driver usb\n[ 0.396452] PCI: Using ACPI for IRQ routing\n[ 0.397699] NetLabel: Initializing\n[ 0.398606] NetLabel: domain hash size = 128\n[ 0.399698] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.400928] NetLabel: unlabeled traffic allowed by default\n[ 0.402358] clocksource: Switched to clocksource kvm-clock\n[ 0.408021] AppArmor: AppArmor Filesystem Enabled\n[ 0.409254] pnp: PnP ACPI init\n[ 0.410331] pnp: PnP ACPI: found 5 devices\n[ 0.416965] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.419157] NET: Registered protocol family 2\n[ 0.420357] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.422090] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.423632] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.425210] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.426658] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.428234] NET: Registered protocol family 1\n[ 0.429374] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.430631] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.431717] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.445711] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.459948] Trying to unpack rootfs image as initramfs...\n[ 0.509780] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.523598] Scanning for low memory corruption every 60 seconds\n[ 0.524977] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.526132] audit: initializing netlink subsys (disabled)\n[ 0.527170] audit: type=2000 audit(1536064693.528:1): initialized\n[ 0.528476] Initialise system trusted keyring\n[ 0.529408] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.530581] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.532542] zbud: loaded\n[ 0.533256] VFS: Disk quotas dquot_6.6.0\n[ 0.534078] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.535597] fuse init (API version 7.23)\n[ 0.536483] Key type big_key registered\n[ 0.537285] Allocating IMA MOK and blacklist keyrings.\n[ 0.538396] Key type asymmetric registered\n[ 0.539222] Asymmetric key parser 'x509' registered\n[ 0.540175] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.541999] io scheduler noop registered\n[ 0.542811] io scheduler deadline registered (default)\n[ 0.543798] io scheduler cfq registered\n[ 0.544625] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.545669] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.546941] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.548396] ACPI: Power Button [PWRF]\n[ 0.549225] GHES: HEST is not enabled!\n[ 0.562720] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.593740] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.597020] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.620695] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.622891] Linux agpgart interface v0.103\n[ 0.625001] brd: module loaded\n[ 0.626249] loop: module loaded\n[ 0.630817] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.632261] GPT:90111 != 2097151\n[ 0.632936] GPT:Alternate GPT header not at the end of the disk.\n[ 0.634021] GPT:90111 != 2097151\n[ 0.634699] GPT: Use GNU Parted to correct GPT errors.\n[ 0.635664] vda: vda1 vda15\n[ 0.637134] scsi host0: ata_piix\n[ 0.637864] scsi host1: ata_piix\n[ 0.638572] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.639786] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.641224] libphy: Fixed MDIO Bus: probed\n[ 0.642037] tun: Universal TUN/TAP device driver, 1.6\n[ 0.642986] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.645237] PPP generic driver version 2.4.2\n[ 0.646122] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.647384] ehci-pci: EHCI PCI platform driver\n[ 0.648258] ehci-platform: EHCI generic platform driver\n[ 0.649242] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.650353] ohci-pci: OHCI PCI platform driver\n[ 0.651222] ohci-platform: OHCI generic platform driver\n[ 0.652201] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.666626] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.667618] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.669060] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.670094] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.671215] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.672433] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.673850] usb usb1: Product: UHCI Host Controller\n[ 0.674787] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.675926] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.676922] hub 1-0:1.0: USB hub found\n[ 0.677694] hub 1-0:1.0: 2 ports detected\n[ 0.678603] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.680706] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.681661] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.682694] mousedev: PS/2 mouse device common for all mice\n[ 0.683950] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.685775] rtc_cmos 00:00: RTC can wake from S4\n[ 0.686878] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.688058] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.689243] i2c /dev entries driver\n[ 0.690003] device-mapper: uevent: version 1.0.3\n[ 0.690954] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.692566] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.693834] NET: Registered protocol family 10\n[ 0.694827] NET: Registered protocol family 17\n[ 0.695706] Key type dns_resolver registered\n[ 0.696622] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.697708] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.699454] registered taskstats version 1\n[ 0.700282] Loading compiled-in X.509 certificates\n[ 0.701712] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.703555] zswap: loaded using pool lzo/zbud\n[ 0.704933] Key type trusted registered\n[ 0.706513] Key type encrypted registered\n[ 0.707344] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.708377] ima: No TPM chip found, activating TPM-bypass!\n[ 0.709414] evm: HMAC attrs: 0x1\n[ 0.710372] Magic number: 2:172:632\n[ 0.711220] rtc_cmos 00:00: setting system clock to 2018-09-04 12:38:13 UTC (1536064693)\n[ 0.712811] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.713936] EDD information not available.\n[ 0.799299] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.800852] Write protecting the kernel read-only data: 14336k\n[ 0.812679] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.814528] 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.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.306766] 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.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\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 61.27. iid=i-00000108\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 AAAAB3NzaC1yc2EAAAADAQABAAABAQDAM574nxch9Yk906R68/ZcRuTIJ44WtaJzP8egh309T9XSjOe7xxZ+8RvrYmbFQ5EfTw2bUxTlcUT98BlEvV9Na3a7WRgR/9bapHjFosJidxIZ0m6oJKUMMQPJtnnwAs1DBcmPgsso12rc7+Sfzgkt8hPezC5YRH3BBcolWREivQaZPW2QogxGxDDtoX+ldk/tvcohBqXWrDyLJ9GhAmqzBpi9D/334n0kS25uVKySnkRiqYO5P/iHOmufR8+XIpu+fBWnL/FjvJt21C3D1hGxCjxLICSyIiBvZRuCzzXRbAxxv7khQ7tr3NfmgYrBvMr7BFokE5dccYeVjL2hVM1R root@sdnvpn-12-2\nssh-dss AAAAB3NzaC1kc3MAAACBAJhAKvOdaXEDkfCk1m3cbmYJUatp0qTzxTnl8B5fBeOecKGCCK8cPk/vEOHqTyjMc0paTXQmAUXm6BYSdkwJn4V68djzCRYFxXqJmDkN0R5O7HMeBItDDMN6rfz7POgG6Q6lEGVH/4NPp/cLNT41x1AXa8kcUJQSmL2d+PmWYDepAAAAFQCFSxe+eV8Mpdj/dOcy1MjQn1IDIwAAAIBaLzWw1gp7z6uQ0izieQD4RsOnvQRBkC9DhYporpX09E79225kKtmSQxVk0XZhot9RPTY5N2jArzSyPfGYG8J6mSINofHrjcxMXUOeWqttxo5DYz9vK6rfLnqQByrW/UQQbMdT2KbziQ32vK/E67tYJBA4wAjd4fjIQP8B0ZzRCgAAAIBt6Ab5VI9aUECFLu/IH7RKev0kVW50dqEjk0wvC1FyQYgJFpDWbbcmHppGzJ8VKra/lkI05ER7llZcu6Fdvq1JKLHKbA5nE7HB9Hjw4uYHozwqN6LamMHzVFhNcavL1jsn3Dc20AQbkzqEOcuvBjZkRQ1JJFU8Hxku4qnAOp+HIQ== 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.9,24,fe80::f816:3eff:fe00:d478/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.9 \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-00000108\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-12-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=63.29 ===\n/dev/root resized successfully [took 1.74s]\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:00:D4:78 \n inet addr:10.10.10.9 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe00:d478/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:77 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:9427 (9.2 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.151059] usb 1-1: Product: QEMU USB Tablet\n[ 1.151060] usb 1-1: Manufacturer: QEMU\n[ 1.151061] usb 1-1: SerialNumber: 42\n[ 1.260698] EXT4-fs (vda1): re-mounted. Opts: data=ordered\n[ 1.287636] EXT4-fs (vda1): re-mounted. Opts: data=ordered\n[ 1.306766] random: dd urandom read with 5 bits of entropy available\n[ 1.522397] tsc: Refined TSC clocksource calibration: 3491.911 MHz\n[ 1.522400] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x325577d1aeb, max_idle_ns: 440795265276 ns\n[ 63.412264] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\n[ 63.878321] EXT4-fs (vda1): resized filesystem to 1039340\n### tail -n 25 /var/log/messages\nSep 4 13:38:14 cirros syslog.info syslogd started: BusyBox v1.23.2\nSep 4 13:38:14 cirros kern.notice kernel: klogd started: BusyBox v1.23.2 (2017-11-20 02:37:12 UTC)\nSep 4 13:38:14 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpuset\nSep 4 13:38:14 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpu\nSep 4 13:38:14 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpuacct\nSep 4 13:38:14 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)\nSep 4 13:38:14 cirros kern.info kernel: [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\nSep 4 13:38:14 cirros kern.info kernel: [ 0.000000] KERNEL supported cpus:\nSep 4 13:38:14 cirros kern.info kernel: [ 0.000000] Intel GenuineIntel\nSep 4 13:38:14 cirros kern.info kernel: [ 0.000000] AMD AuthenticAMD\nSep 4 13:38:14 cirros kern.info kernel: [ 0.000000] Centaur CentaurHauls\nSep 4 13:38:14 cirros kern.info kernel: [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\nSep 4 13:38:14 cirros kern.notice kernel: [ 1.306766] random: dd urandom read with 5 bits of entropy available\nSep 4 13:38:14 cirros kern.info kernel: [ 1.522397] tsc: Refined TSC clocksource calibration: 3491.911 MHz\nSep 4 13:38:14 cirros kern.info kernel: [ 1.522400] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x325577d1aeb, max_idle_ns: 440795265276 ns\nSep 4 13:39:15 cirros auth.notice su: + /dev/console root:cirros\nSep 4 13:39:16 cirros authpriv.info dropbear[340]: Running in background\nSep 4 13:39:16 cirros kern.info kernel: [ 63.412264] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\nSep 4 13:39:16 cirros kern.info kernel: [ 63.878321] 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-09-04 12:40:36,712 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/2321d2ea-7de9-4fa8-b234-f77764602b3c/action used request id req-f37e80d0-50a6-4b19-b005-a883d55be028 2018-09-04 12:40:38,745 - sdnvpn.test.functest.testcase_12 - ERROR - One or more instances is down 2018-09-04 12:40:38,746 - sdnvpn.test.functest.testcase_12 - INFO - Wait before subtest 2018-09-04 12:41:08,758 - paramiko.transport - DEBUG - [chan 7] Max packet in: 32768 bytes 2018-09-04 12:41:08,759 - paramiko.transport - DEBUG - [chan 7] Max packet out: 32768 bytes 2018-09-04 12:41:08,759 - paramiko.transport - DEBUG - Secsh channel 7 opened. 2018-09-04 12:41:08,762 - paramiko.transport - DEBUG - [chan 7] Sesch channel 7 request ok 2018-09-04 12:41:08,804 - paramiko.transport - DEBUG - [chan 7] EOF received (7) 2018-09-04 12:41:08,806 - paramiko.transport - DEBUG - [chan 8] Max packet in: 32768 bytes 2018-09-04 12:41:08,806 - paramiko.transport - DEBUG - [chan 7] EOF sent (7) 2018-09-04 12:41:08,808 - paramiko.transport - DEBUG - [chan 8] Max packet out: 32768 bytes 2018-09-04 12:41:08,808 - paramiko.transport - DEBUG - Secsh channel 8 opened. 2018-09-04 12:41:08,848 - paramiko.transport - DEBUG - [chan 8] Sesch channel 8 request ok 2018-09-04 12:41:08,884 - paramiko.transport - DEBUG - [chan 8] EOF received (8) 2018-09-04 12:41:08,888 - paramiko.transport - DEBUG - [chan 7] Max packet in: 32768 bytes 2018-09-04 12:41:08,889 - paramiko.transport - DEBUG - [chan 8] EOF sent (8) 2018-09-04 12:41:08,890 - paramiko.transport - DEBUG - [chan 7] Max packet out: 32768 bytes 2018-09-04 12:41:08,890 - paramiko.transport - DEBUG - Secsh channel 7 opened. 2018-09-04 12:41:08,893 - paramiko.transport - DEBUG - [chan 7] Sesch channel 7 request ok 2018-09-04 12:41:08,930 - paramiko.transport - DEBUG - [chan 7] EOF received (7) 2018-09-04 12:41:08,932 - paramiko.transport - DEBUG - [chan 8] Max packet in: 32768 bytes 2018-09-04 12:41:08,932 - paramiko.transport - DEBUG - [chan 7] EOF sent (7) 2018-09-04 12:41:08,933 - paramiko.transport - DEBUG - [chan 8] Max packet out: 32768 bytes 2018-09-04 12:41:08,934 - paramiko.transport - DEBUG - Secsh channel 8 opened. 2018-09-04 12:41:08,974 - paramiko.transport - DEBUG - [chan 8] Sesch channel 8 request ok 2018-09-04 12:41:09,008 - paramiko.transport - DEBUG - [chan 8] EOF received (8) 2018-09-04 12:41:09,012 - paramiko.transport - DEBUG - [chan 9] Max packet in: 32768 bytes 2018-09-04 12:41:09,012 - paramiko.transport - DEBUG - [chan 8] EOF sent (8) 2018-09-04 12:41:09,013 - paramiko.transport - DEBUG - [chan 9] Max packet out: 32768 bytes 2018-09-04 12:41:09,013 - paramiko.transport - DEBUG - Secsh channel 9 opened. 2018-09-04 12:41:09,017 - paramiko.transport - DEBUG - [chan 9] Sesch channel 9 request ok 2018-09-04 12:41:09,053 - paramiko.transport - DEBUG - [chan 9] EOF received (9) 2018-09-04 12:41:09,055 - paramiko.transport - DEBUG - [chan 10] Max packet in: 32768 bytes 2018-09-04 12:41:09,055 - paramiko.transport - DEBUG - [chan 9] EOF sent (9) 2018-09-04 12:41:09,056 - paramiko.transport - DEBUG - [chan 10] Max packet out: 32768 bytes 2018-09-04 12:41:09,056 - paramiko.transport - DEBUG - Secsh channel 10 opened. 2018-09-04 12:41:09,097 - paramiko.transport - DEBUG - [chan 10] Sesch channel 10 request ok 2018-09-04 12:41:09,131 - paramiko.transport - DEBUG - [chan 10] EOF received (10) 2018-09-04 12:41:09,132 - paramiko.transport - DEBUG - [chan 9] Max packet in: 32768 bytes 2018-09-04 12:41:09,133 - paramiko.transport - DEBUG - [chan 9] Max packet out: 32768 bytes 2018-09-04 12:41:09,134 - paramiko.transport - DEBUG - Secsh channel 9 opened. 2018-09-04 12:41:09,134 - paramiko.transport - DEBUG - [chan 10] EOF sent (10) 2018-09-04 12:41:09,138 - paramiko.transport - DEBUG - [chan 9] Sesch channel 9 request ok 2018-09-04 12:41:09,173 - paramiko.transport - DEBUG - [chan 9] EOF received (9) 2018-09-04 12:41:09,175 - paramiko.transport - DEBUG - [chan 10] Max packet in: 32768 bytes 2018-09-04 12:41:09,175 - paramiko.transport - DEBUG - [chan 9] EOF sent (9) 2018-09-04 12:41:09,176 - paramiko.transport - DEBUG - [chan 10] Max packet out: 32768 bytes 2018-09-04 12:41:09,177 - paramiko.transport - DEBUG - Secsh channel 10 opened. 2018-09-04 12:41:09,217 - paramiko.transport - DEBUG - [chan 10] Sesch channel 10 request ok 2018-09-04 12:41:09,250 - paramiko.transport - DEBUG - [chan 10] EOF received (10) 2018-09-04 12:41:09,251 - sdnvpn-results - INFO - Check if new flows and groups were added to OVS 2018-09-04 12:41:09,253 - paramiko.transport - DEBUG - [chan 11] Max packet in: 32768 bytes 2018-09-04 12:41:09,253 - paramiko.transport - DEBUG - [chan 10] EOF sent (10) 2018-09-04 12:41:09,254 - paramiko.transport - DEBUG - [chan 11] Max packet out: 32768 bytes 2018-09-04 12:41:09,255 - paramiko.transport - DEBUG - Secsh channel 11 opened. 2018-09-04 12:41:09,257 - paramiko.transport - DEBUG - [chan 11] Sesch channel 11 request ok 2018-09-04 12:41:09,293 - paramiko.transport - DEBUG - [chan 11] EOF received (11) 2018-09-04 12:41:09,294 - paramiko.transport - DEBUG - [chan 12] Max packet in: 32768 bytes 2018-09-04 12:41:09,294 - paramiko.transport - DEBUG - [chan 11] EOF sent (11) 2018-09-04 12:41:09,295 - paramiko.transport - DEBUG - [chan 12] Max packet out: 32768 bytes 2018-09-04 12:41:09,296 - paramiko.transport - DEBUG - Secsh channel 12 opened. 2018-09-04 12:41:09,336 - paramiko.transport - DEBUG - [chan 12] Sesch channel 12 request ok 2018-09-04 12:41:09,398 - paramiko.transport - DEBUG - [chan 12] EOF received (12) 2018-09-04 12:41:09,399 - paramiko.transport - DEBUG - [chan 12] EOF sent (12) 2018-09-04 12:41:39,429 - paramiko.transport - DEBUG - [chan 13] Max packet in: 32768 bytes 2018-09-04 12:41:39,430 - paramiko.transport - DEBUG - [chan 13] Max packet out: 32768 bytes 2018-09-04 12:41:39,431 - paramiko.transport - DEBUG - Secsh channel 13 opened. 2018-09-04 12:41:39,433 - paramiko.transport - DEBUG - [chan 13] Sesch channel 13 request ok 2018-09-04 12:41:39,510 - paramiko.transport - DEBUG - [chan 13] EOF received (13) 2018-09-04 12:41:39,511 - paramiko.transport - DEBUG - [chan 11] Max packet in: 32768 bytes 2018-09-04 12:41:39,512 - paramiko.transport - DEBUG - [chan 13] EOF sent (13) 2018-09-04 12:41:39,512 - paramiko.transport - DEBUG - [chan 11] Max packet out: 32768 bytes 2018-09-04 12:41:39,513 - paramiko.transport - DEBUG - Secsh channel 11 opened. 2018-09-04 12:41:39,517 - paramiko.transport - DEBUG - [chan 11] Sesch channel 11 request ok 2018-09-04 12:41:39,577 - paramiko.transport - DEBUG - [chan 11] EOF received (11) 2018-09-04 12:41:39,578 - paramiko.transport - DEBUG - [chan 11] EOF sent (11) 2018-09-04 12:42:09,608 - paramiko.transport - DEBUG - [chan 12] Max packet in: 32768 bytes 2018-09-04 12:42:09,609 - paramiko.transport - DEBUG - [chan 12] Max packet out: 32768 bytes 2018-09-04 12:42:09,609 - paramiko.transport - DEBUG - Secsh channel 12 opened. 2018-09-04 12:42:09,612 - paramiko.transport - DEBUG - [chan 12] Sesch channel 12 request ok 2018-09-04 12:42:09,673 - paramiko.transport - DEBUG - [chan 12] EOF received (12) 2018-09-04 12:42:09,674 - sdnvpn.test.functest.testcase_12 - INFO - Wait before subtest resync type 1 2018-09-04 12:42:09,674 - paramiko.transport - DEBUG - [chan 12] EOF sent (12) 2018-09-04 12:42:39,690 - paramiko.transport - DEBUG - [chan 14] Max packet in: 32768 bytes 2018-09-04 12:42:39,691 - paramiko.transport - DEBUG - [chan 14] Max packet out: 32768 bytes 2018-09-04 12:42:39,692 - paramiko.transport - DEBUG - Secsh channel 14 opened. 2018-09-04 12:42:39,694 - paramiko.transport - DEBUG - [chan 14] Sesch channel 14 request ok 2018-09-04 12:42:39,729 - paramiko.transport - DEBUG - [chan 14] EOF received (14) 2018-09-04 12:42:39,731 - paramiko.transport - DEBUG - [chan 15] Max packet in: 32768 bytes 2018-09-04 12:42:39,732 - paramiko.transport - DEBUG - [chan 14] EOF sent (14) 2018-09-04 12:42:39,732 - paramiko.transport - DEBUG - [chan 15] Max packet out: 32768 bytes 2018-09-04 12:42:39,732 - paramiko.transport - DEBUG - Secsh channel 15 opened. 2018-09-04 12:42:39,772 - paramiko.transport - DEBUG - [chan 15] Sesch channel 15 request ok 2018-09-04 12:42:39,808 - paramiko.transport - DEBUG - [chan 15] EOF received (15) 2018-09-04 12:42:39,811 - paramiko.transport - DEBUG - [chan 15] EOF sent (15) 2018-09-04 12:42:39,815 - paramiko.transport - DEBUG - [chan 13] Max packet in: 32768 bytes 2018-09-04 12:42:39,816 - paramiko.transport - DEBUG - [chan 13] Max packet out: 32768 bytes 2018-09-04 12:42:39,816 - paramiko.transport - DEBUG - Secsh channel 13 opened. 2018-09-04 12:42:39,818 - paramiko.transport - DEBUG - [chan 13] Sesch channel 13 request ok 2018-09-04 12:42:39,860 - paramiko.transport - DEBUG - [chan 13] EOF received (13) 2018-09-04 12:42:39,861 - paramiko.transport - DEBUG - [chan 14] Max packet in: 32768 bytes 2018-09-04 12:42:39,861 - paramiko.transport - DEBUG - [chan 13] EOF sent (13) 2018-09-04 12:42:39,862 - paramiko.transport - DEBUG - [chan 14] Max packet out: 32768 bytes 2018-09-04 12:42:39,862 - paramiko.transport - DEBUG - Secsh channel 14 opened. 2018-09-04 12:42:39,903 - paramiko.transport - DEBUG - [chan 14] Sesch channel 14 request ok 2018-09-04 12:42:39,945 - paramiko.transport - DEBUG - [chan 14] EOF received (14) 2018-09-04 12:42:39,947 - paramiko.transport - DEBUG - [chan 14] EOF sent (14) 2018-09-04 12:42:39,949 - paramiko.transport - DEBUG - [chan 16] Max packet in: 32768 bytes 2018-09-04 12:42:39,950 - paramiko.transport - DEBUG - [chan 16] Max packet out: 32768 bytes 2018-09-04 12:42:39,950 - paramiko.transport - DEBUG - Secsh channel 16 opened. 2018-09-04 12:42:39,952 - paramiko.transport - DEBUG - [chan 16] Sesch channel 16 request ok 2018-09-04 12:42:39,989 - paramiko.transport - DEBUG - [chan 16] EOF received (16) 2018-09-04 12:42:39,991 - paramiko.transport - DEBUG - [chan 17] Max packet in: 32768 bytes 2018-09-04 12:42:39,991 - paramiko.transport - DEBUG - [chan 16] EOF sent (16) 2018-09-04 12:42:39,992 - paramiko.transport - DEBUG - [chan 17] Max packet out: 32768 bytes 2018-09-04 12:42:39,993 - paramiko.transport - DEBUG - Secsh channel 17 opened. 2018-09-04 12:42:40,033 - paramiko.transport - DEBUG - [chan 17] Sesch channel 17 request ok 2018-09-04 12:42:40,071 - paramiko.transport - DEBUG - [chan 17] EOF received (17) 2018-09-04 12:42:40,072 - paramiko.transport - DEBUG - [chan 15] Max packet in: 32768 bytes 2018-09-04 12:42:40,073 - paramiko.transport - DEBUG - [chan 17] EOF sent (17) 2018-09-04 12:42:40,074 - paramiko.transport - DEBUG - [chan 15] Max packet out: 32768 bytes 2018-09-04 12:42:40,074 - paramiko.transport - DEBUG - Secsh channel 15 opened. 2018-09-04 12:42:40,077 - paramiko.transport - DEBUG - [chan 15] Sesch channel 15 request ok 2018-09-04 12:42:40,118 - paramiko.transport - DEBUG - [chan 15] EOF received (15) 2018-09-04 12:42:40,119 - paramiko.transport - DEBUG - [chan 16] Max packet in: 32768 bytes 2018-09-04 12:42:40,120 - paramiko.transport - DEBUG - [chan 15] EOF sent (15) 2018-09-04 12:42:40,120 - paramiko.transport - DEBUG - [chan 16] Max packet out: 32768 bytes 2018-09-04 12:42:40,121 - paramiko.transport - DEBUG - Secsh channel 16 opened. 2018-09-04 12:42:40,161 - paramiko.transport - DEBUG - [chan 16] Sesch channel 16 request ok 2018-09-04 12:42:40,202 - paramiko.transport - DEBUG - [chan 16] EOF received (16) 2018-09-04 12:42:40,202 - sdnvpn-results - INFO - Check if flows/groups are reprogrammed in OVS after its reconnection by del/set controller. 2018-09-04 12:42:40,203 - paramiko.transport - DEBUG - [chan 18] Max packet in: 32768 bytes 2018-09-04 12:42:40,204 - paramiko.transport - DEBUG - [chan 16] EOF sent (16) 2018-09-04 12:42:40,204 - paramiko.transport - DEBUG - [chan 18] Max packet out: 32768 bytes 2018-09-04 12:42:40,205 - paramiko.transport - DEBUG - Secsh channel 18 opened. 2018-09-04 12:42:40,208 - paramiko.transport - DEBUG - [chan 18] Sesch channel 18 request ok 2018-09-04 12:42:40,254 - paramiko.transport - DEBUG - [chan 18] EOF received (18) 2018-09-04 12:42:40,255 - paramiko.transport - DEBUG - [chan 18] EOF sent (18) 2018-09-04 12:43:10,268 - paramiko.transport - DEBUG - [chan 19] Max packet in: 32768 bytes 2018-09-04 12:43:10,269 - paramiko.transport - DEBUG - [chan 19] Max packet out: 32768 bytes 2018-09-04 12:43:10,270 - paramiko.transport - DEBUG - Secsh channel 19 opened. 2018-09-04 12:43:10,272 - paramiko.transport - DEBUG - [chan 19] Sesch channel 19 request ok 2018-09-04 12:43:10,305 - paramiko.transport - DEBUG - [chan 19] EOF received (19) 2018-09-04 12:43:10,306 - paramiko.transport - DEBUG - [chan 17] Max packet in: 32768 bytes 2018-09-04 12:43:10,307 - paramiko.transport - DEBUG - [chan 19] EOF sent (19) 2018-09-04 12:43:10,308 - paramiko.transport - DEBUG - [chan 17] Max packet out: 32768 bytes 2018-09-04 12:43:10,308 - paramiko.transport - DEBUG - Secsh channel 17 opened. 2018-09-04 12:43:10,312 - paramiko.transport - DEBUG - [chan 17] Sesch channel 17 request ok 2018-09-04 12:43:10,361 - paramiko.transport - DEBUG - [chan 17] EOF received (17) 2018-09-04 12:43:10,362 - paramiko.transport - DEBUG - [chan 17] EOF sent (17) 2018-09-04 12:43:40,392 - paramiko.transport - DEBUG - [chan 18] Max packet in: 32768 bytes 2018-09-04 12:43:40,393 - paramiko.transport - DEBUG - [chan 18] Max packet out: 32768 bytes 2018-09-04 12:43:40,394 - paramiko.transport - DEBUG - Secsh channel 18 opened. 2018-09-04 12:43:40,396 - paramiko.transport - DEBUG - [chan 18] Sesch channel 18 request ok 2018-09-04 12:43:40,437 - paramiko.transport - DEBUG - [chan 18] EOF received (18) 2018-09-04 12:43:40,437 - sdnvpn.test.functest.testcase_12 - INFO - Wait before subtest resync type 2 2018-09-04 12:43:40,438 - paramiko.transport - DEBUG - [chan 18] EOF sent (18) 2018-09-04 12:44:10,468 - paramiko.transport - DEBUG - [chan 20] Max packet in: 32768 bytes 2018-09-04 12:44:10,469 - paramiko.transport - DEBUG - [chan 20] Max packet out: 32768 bytes 2018-09-04 12:44:10,469 - paramiko.transport - DEBUG - Secsh channel 20 opened. 2018-09-04 12:44:10,472 - paramiko.transport - DEBUG - [chan 20] Sesch channel 20 request ok 2018-09-04 12:44:10,508 - paramiko.transport - DEBUG - [chan 20] EOF received (20) 2018-09-04 12:44:10,510 - paramiko.transport - DEBUG - [chan 21] Max packet in: 32768 bytes 2018-09-04 12:44:10,511 - paramiko.transport - DEBUG - [chan 20] EOF sent (20) 2018-09-04 12:44:10,512 - paramiko.transport - DEBUG - [chan 21] Max packet out: 32768 bytes 2018-09-04 12:44:10,512 - paramiko.transport - DEBUG - Secsh channel 21 opened. 2018-09-04 12:44:10,552 - paramiko.transport - DEBUG - [chan 21] Sesch channel 21 request ok 2018-09-04 12:44:10,588 - paramiko.transport - DEBUG - [chan 21] EOF received (21) 2018-09-04 12:44:10,593 - paramiko.transport - DEBUG - [chan 19] Max packet in: 32768 bytes 2018-09-04 12:44:10,594 - paramiko.transport - DEBUG - [chan 19] Max packet out: 32768 bytes 2018-09-04 12:44:10,594 - paramiko.transport - DEBUG - [chan 21] EOF sent (21) 2018-09-04 12:44:10,594 - paramiko.transport - DEBUG - Secsh channel 19 opened. 2018-09-04 12:44:10,598 - paramiko.transport - DEBUG - [chan 19] Sesch channel 19 request ok 2018-09-04 12:44:10,633 - paramiko.transport - DEBUG - [chan 19] EOF received (19) 2018-09-04 12:44:10,635 - paramiko.transport - DEBUG - [chan 20] Max packet in: 32768 bytes 2018-09-04 12:44:10,635 - paramiko.transport - DEBUG - [chan 19] EOF sent (19) 2018-09-04 12:44:10,636 - paramiko.transport - DEBUG - [chan 20] Max packet out: 32768 bytes 2018-09-04 12:44:10,636 - paramiko.transport - DEBUG - Secsh channel 20 opened. 2018-09-04 12:44:10,677 - paramiko.transport - DEBUG - [chan 20] Sesch channel 20 request ok 2018-09-04 12:44:10,711 - paramiko.transport - DEBUG - [chan 20] EOF received (20) 2018-09-04 12:44:10,714 - paramiko.transport - DEBUG - [chan 22] Max packet in: 32768 bytes 2018-09-04 12:44:10,715 - paramiko.transport - DEBUG - [chan 20] EOF sent (20) 2018-09-04 12:44:10,716 - paramiko.transport - DEBUG - [chan 22] Max packet out: 32768 bytes 2018-09-04 12:44:10,716 - paramiko.transport - DEBUG - Secsh channel 22 opened. 2018-09-04 12:44:10,720 - paramiko.transport - DEBUG - [chan 22] Sesch channel 22 request ok 2018-09-04 12:44:10,757 - paramiko.transport - DEBUG - [chan 22] EOF received (22) 2018-09-04 12:44:10,758 - paramiko.transport - DEBUG - [chan 23] Max packet in: 32768 bytes 2018-09-04 12:44:10,759 - paramiko.transport - DEBUG - [chan 22] EOF sent (22) 2018-09-04 12:44:10,760 - paramiko.transport - DEBUG - [chan 23] Max packet out: 32768 bytes 2018-09-04 12:44:10,760 - paramiko.transport - DEBUG - Secsh channel 23 opened. 2018-09-04 12:44:10,800 - paramiko.transport - DEBUG - [chan 23] Sesch channel 23 request ok 2018-09-04 12:44:10,838 - paramiko.transport - DEBUG - [chan 23] EOF received (23) 2018-09-04 12:44:10,839 - paramiko.transport - DEBUG - [chan 23] EOF sent (23) 2018-09-04 12:44:10,839 - paramiko.transport - DEBUG - [chan 21] Max packet in: 32768 bytes 2018-09-04 12:44:10,841 - paramiko.transport - DEBUG - [chan 21] Max packet out: 32768 bytes 2018-09-04 12:44:10,841 - paramiko.transport - DEBUG - Secsh channel 21 opened. 2018-09-04 12:44:10,843 - paramiko.transport - DEBUG - [chan 21] Sesch channel 21 request ok 2018-09-04 12:44:10,882 - paramiko.transport - DEBUG - [chan 21] EOF received (21) 2018-09-04 12:44:10,884 - paramiko.transport - DEBUG - [chan 22] Max packet in: 32768 bytes 2018-09-04 12:44:10,884 - paramiko.transport - DEBUG - [chan 21] EOF sent (21) 2018-09-04 12:44:10,885 - paramiko.transport - DEBUG - [chan 22] Max packet out: 32768 bytes 2018-09-04 12:44:10,885 - paramiko.transport - DEBUG - Secsh channel 22 opened. 2018-09-04 12:44:10,926 - paramiko.transport - DEBUG - [chan 22] Sesch channel 22 request ok 2018-09-04 12:44:10,965 - paramiko.transport - DEBUG - [chan 22] EOF received (22) 2018-09-04 12:44:10,965 - sdnvpn-results - INFO - Check if flows/groups are reprogrammed in OVS after its reconnection by firewall rule for OF port block/unblok 2018-09-04 12:44:10,970 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/servers/5789cb2a-1dc6-4326-b807-f62a4885ca43/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}18f72e50b6656770fe0ae45e204410ccbf38765c" -d '{"forceDelete": null}' 2018-09-04 12:44:10,972 - paramiko.transport - DEBUG - [chan 22] EOF sent (22) 2018-09-04 12:44:11,331 - novaclient.v2.client - DEBUG - RESP: [202] Date: Tue, 04 Sep 2018 12:44: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-2bc0b921-0f11-4789-9f97-d9e2c6cd6919 x-compute-request-id: req-2bc0b921-0f11-4789-9f97-d9e2c6cd6919 Content-Length: 0 Content-Type: application/json 2018-09-04 12:44:11,331 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/5789cb2a-1dc6-4326-b807-f62a4885ca43/action used request id req-2bc0b921-0f11-4789-9f97-d9e2c6cd6919 2018-09-04 12:44:11,334 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/servers/2321d2ea-7de9-4fa8-b234-f77764602b3c/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}18f72e50b6656770fe0ae45e204410ccbf38765c" -d '{"forceDelete": null}' 2018-09-04 12:44:11,511 - novaclient.v2.client - DEBUG - RESP: [202] Date: Tue, 04 Sep 2018 12:44: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-c5940fdb-e16b-46dc-8aa1-6cdc6ae2aa40 x-compute-request-id: req-c5940fdb-e16b-46dc-8aa1-6cdc6ae2aa40 Content-Length: 0 Content-Type: application/json 2018-09-04 12:44:11,511 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/2321d2ea-7de9-4fa8-b234-f77764602b3c/action used request id req-c5940fdb-e16b-46dc-8aa1-6cdc6ae2aa40 2018-09-04 12:44:11,514 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:9292/v2/images/9db941ed-f82c-43be-9006-37d8a4e91dbb -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}36d810fb19d775fdf2b8f5ffd61a5d9c3d3e5c8d" 2018-09-04 12:44:12,802 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-36a476a4-466e-4878-9e3b-69ca153b0161 Date: Tue, 04 Sep 2018 12:44:12 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-09-04 12:44:12,803 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.28:9292/v2/images/9db941ed-f82c-43be-9006-37d8a4e91dbb used request id req-36a476a4-466e-4878-9e3b-69ca153b0161 2018-09-04 12:44:12,808 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:9696/v2.0/subnets/9b7290c2-49a6-46c7-9497-511f61f1fdc4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}92f888d19fd783dcafeed5f02fa2fde29d2cc96d" 2018-09-04 12:44:13,330 - keystoneauth.session - DEBUG - RESP: [409] Content-Type: application/json Content-Length: 204 X-Openstack-Request-Id: req-f93aeaaf-5bb1-48dd-927c-03af5e926ef4 Date: Tue, 04 Sep 2018 12:44:13 GMT RESP BODY: {"NeutronError": {"message": "Unable to complete operation on subnet 9b7290c2-49a6-46c7-9497-511f61f1fdc4: One or more ports have an IP allocation from this subnet.", "type": "SubnetInUse", "detail": ""}} 2018-09-04 12:44:13,330 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/subnets/9b7290c2-49a6-46c7-9497-511f61f1fdc4 used request id req-f93aeaaf-5bb1-48dd-927c-03af5e926ef4 2018-09-04 12:44:13,330 - neutronclient.v2_0.client - DEBUG - Error message: {"NeutronError": {"message": "Unable to complete operation on subnet 9b7290c2-49a6-46c7-9497-511f61f1fdc4: One or more ports have an IP allocation from this subnet.", "type": "SubnetInUse", "detail": ""}} 2018-09-04 12:44:13,331 - sdnvpn.lib.openstack_utils - ERROR - Error [delete_neutron_subnet(neutron_client, '9b7290c2-49a6-46c7-9497-511f61f1fdc4')]: Unable to complete operation on subnet 9b7290c2-49a6-46c7-9497-511f61f1fdc4: One or more ports have an IP allocation from this subnet. Neutron server returns request_ids: ['req-f93aeaaf-5bb1-48dd-927c-03af5e926ef4'] 2018-09-04 12:44:13,331 - sdnvpn_test_utils - ERROR - Fail to delete all subnets. Subnet with id 9b7290c2-49a6-46c7-9497-511f61f1fdc4 was not deleted. 2018-09-04 12:44:13,331 - 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 318, actual flow count 318| +========================================================================================+ +----------------------------------------------------------------------------------------+ | PASS | OVS groups are programmed after resync expected group count 24, actual group count 24| +========================================================================================+ | 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 318, actual flow count 326| +========================================================================================+ +----------------------------------------------------------------------------------------+ | PASS | OVS groups are programmed after resync expected group count 24, actual group count 24| +========================================================================================+ +========================================================================================+ 2018-09-04 12:44:13,331 - sdnvpn-results - INFO - All the subtests have passed. 2018-09-04 12:44:13,332 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Execution is complete for the testcase sdnvpn.test.functest.testcase_12 2018-09-04 12:44:13,332 - 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 318, actual flow count 318': 'PASS'}, {'OVS groups are programmed after resync expected group count 24, actual group count 24': 'PASS'}, {'OVS flows are programmed after resync expected flow count 318, actual flow count 326': 'PASS'}, {'OVS groups are programmed after resync expected group count 24, actual group count 24': 'PASS'}]} 2018-09-04 12:44:13,332 - 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-09-04 12:44:13,332 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - ====================================================================================================================== 2018-09-04 12:44:13,333 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Importing the testcase sdnvpn.test.functest.testcase_11 2018-09-04 12:44:13,418 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Calling the testcase sdnvpn.test.functest.testcase_11 main method 2018-09-04 12:44:13,418 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-09-04 12:44:13,419 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-09-04 12:44:13,419 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-09-04 12:44:13,419 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-09-04 12:44:13,419 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-09-04 12:44:13,419 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-09-04 12:44:13,419 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-09-04 12:44:13,419 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-09-04 12:44:13,419 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-09-04 12:44:13,419 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-09-04 12:44:13,419 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-09-04 12:44:13,419 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-09-04 12:44:13,420 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-09-04 12:44:13,420 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-09-04 12:44:13,420 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-09-04 12:44:13,420 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-09-04 12:44:13,420 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-09-04 12:44:13,420 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-09-04 12:44:13,420 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-09-04 12:44:13,420 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-09-04 12:44:13,420 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-09-04 12:44:13,420 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-09-04 12:44:13,421 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-09-04 12:44:13,421 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-09-04 12:44:13,422 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-09-04 12:44:13,423 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-09-04 12:44:13,423 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-09-04 12:44:13,423 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-09-04 12:44:13,423 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-09-04 12:44:13,423 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-09-04 12:44:13,423 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-09-04 12:44:13,423 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-09-04 12:44:13,423 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-09-04 12:44:13,423 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-09-04 12:44:13,423 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-09-04 12:44:13,424 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-09-04 12:44:13,424 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-09-04 12:44:13,424 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-09-04 12:44:13,424 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-09-04 12:44:13,424 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-09-04 12:44:13,424 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-09-04 12:44:13,424 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-09-04 12:44:13,424 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-09-04 12:44:13,424 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-09-04 12:44:13,424 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-09-04 12:44:13,424 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-09-04 12:44:13,425 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-09-04 12:44:13,425 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-09-04 12:44:13,425 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-09-04 12:44:13,426 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-09-04 12:44:13,426 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-09-04 12:44:13,426 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-09-04 12:44:13,427 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-09-04 12:44:13,427 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-09-04 12:44:13,427 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-09-04 12:44:13,427 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-09-04 12:44:13,427 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-09-04 12:44:13,427 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-09-04 12:44:13,427 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-09-04 12:44:13,427 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-09-04 12:44:13,427 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-09-04 12:44:13,427 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-09-04 12:44:13,428 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-09-04 12:44:13,428 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-09-04 12:44:13,428 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-09-04 12:44:13,428 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-09-04 12:44:13,428 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-09-04 12:44:13,428 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-09-04 12:44:13,428 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-09-04 12:44:13,428 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-09-04 12:44:13,428 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-09-04 12:44:13,428 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-09-04 12:44:13,428 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-09-04 12:44:13,429 - sdnvpn.lib.openstack_utils - INFO - OS_IMAGE_API_VERSION is set in env as '2' 2018-09-04 12:44:13,432 - paramiko.transport - DEBUG - starting thread (client mode): 0xc86de910L 2018-09-04 12:44:13,432 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-09-04 12:44:13,457 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-09-04 12:44:13,458 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-09-04 12:44:13,462 - 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-09-04 12:44:13,463 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-09-04 12:44:13,463 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-09-04 12:44:13,463 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-09-04 12:44:13,463 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-09-04 12:44:13,463 - paramiko.transport - DEBUG - Compression agreed: none 2018-09-04 12:44:13,471 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-09-04 12:44:13,472 - paramiko.transport - DEBUG - Switch to new keys ... 2018-09-04 12:44:13,496 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.168.122.136: a8330c2ad3a96daae8ef3c04e1aeef27 2018-09-04 12:44:13,497 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-09-04 12:44:13,512 - paramiko.transport - DEBUG - userauth is OK 2018-09-04 12:44:13,546 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-09-04 12:44:13,561 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-09-04 12:44:13,771 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-09-04 12:44:13,771 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-09-04 12:44:13,810 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-09-04 12:44:13,811 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-09-04 12:44:13,833 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-09-04 12:44:18,562 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-09-04 12:44:18,564 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-09-04 12:44:18,566 - paramiko.transport - DEBUG - starting thread (client mode): 0xc8691590L 2018-09-04 12:44:18,566 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-09-04 12:44:18,573 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-09-04 12:44:18,573 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-09-04 12:44:18,576 - 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-09-04 12:44:18,577 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-09-04 12:44:18,577 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-09-04 12:44:18,577 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-09-04 12:44:18,577 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-09-04 12:44:18,577 - paramiko.transport - DEBUG - Compression agreed: none 2018-09-04 12:44:18,582 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-09-04 12:44:18,583 - paramiko.transport - DEBUG - Switch to new keys ... 2018-09-04 12:44:18,598 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.8: 226aaf30f33730087f06438bdb1a3bd1 2018-09-04 12:44:18,599 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-09-04 12:44:18,622 - paramiko.transport - DEBUG - userauth is OK 2018-09-04 12:44:18,634 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-09-04 12:44:18,663 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-09-04 12:44:18,724 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-09-04 12:44:18,724 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-09-04 12:44:18,763 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-09-04 12:44:18,764 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-09-04 12:44:18,769 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-09-04 12:44:18,806 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-09-04 12:44:18,807 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-09-04 12:44:18,807 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-09-04 12:44:18,808 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-09-04 12:44:18,808 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-09-04 12:44:18,849 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-09-04 12:44:18,886 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-09-04 12:44:18,890 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-09-04 12:44:18,890 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-09-04 12:44:18,891 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-09-04 12:44:18,891 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-09-04 12:44:18,932 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-09-04 12:44:18,964 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-09-04 12:44:18,965 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-09-04 12:44:18,967 - paramiko.transport - DEBUG - starting thread (client mode): 0xc867f410L 2018-09-04 12:44:18,968 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-09-04 12:44:18,974 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-09-04 12:44:18,974 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-09-04 12:44:18,977 - 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-09-04 12:44:18,977 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-09-04 12:44:18,977 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-09-04 12:44:18,977 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-09-04 12:44:18,978 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-09-04 12:44:18,978 - paramiko.transport - DEBUG - Compression agreed: none 2018-09-04 12:44:18,982 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-09-04 12:44:18,983 - paramiko.transport - DEBUG - Switch to new keys ... 2018-09-04 12:44:18,999 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.5: 9cc97772263eee4e3251ae5f663546be 2018-09-04 12:44:19,000 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-09-04 12:44:19,023 - paramiko.transport - DEBUG - userauth is OK 2018-09-04 12:44:19,034 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-09-04 12:44:19,064 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-09-04 12:44:19,123 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-09-04 12:44:19,123 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-09-04 12:44:19,163 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-09-04 12:44:19,164 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-09-04 12:44:19,169 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-09-04 12:44:19,206 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-09-04 12:44:19,207 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-09-04 12:44:19,208 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-09-04 12:44:19,208 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-09-04 12:44:19,208 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-09-04 12:44:19,249 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-09-04 12:44:19,285 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-09-04 12:44:19,287 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-09-04 12:44:19,287 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-09-04 12:44:19,289 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-09-04 12:44:19,289 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-09-04 12:44:19,329 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-09-04 12:44:19,361 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-09-04 12:44:19,362 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-09-04 12:44:19,364 - paramiko.transport - DEBUG - starting thread (client mode): 0xc86ba490L 2018-09-04 12:44:19,365 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-09-04 12:44:19,370 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-09-04 12:44:19,370 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-09-04 12:44:19,373 - 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-09-04 12:44:19,373 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-09-04 12:44:19,373 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-09-04 12:44:19,373 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-09-04 12:44:19,373 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-09-04 12:44:19,373 - paramiko.transport - DEBUG - Compression agreed: none 2018-09-04 12:44:19,378 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-09-04 12:44:19,379 - paramiko.transport - DEBUG - Switch to new keys ... 2018-09-04 12:44:19,380 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.4: c84963e6f6b3309270d685dec5e42294 2018-09-04 12:44:19,381 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-09-04 12:44:19,418 - paramiko.transport - DEBUG - userauth is OK 2018-09-04 12:44:19,430 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-09-04 12:44:19,445 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-09-04 12:44:19,518 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-09-04 12:44:19,518 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-09-04 12:44:19,557 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-09-04 12:44:19,558 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-09-04 12:44:19,565 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-09-04 12:44:19,603 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-09-04 12:44:19,604 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-09-04 12:44:19,605 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-09-04 12:44:19,606 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-09-04 12:44:19,606 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-09-04 12:44:19,646 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-09-04 12:44:19,684 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-09-04 12:44:19,685 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-09-04 12:44:19,685 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-09-04 12:44:19,687 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-09-04 12:44:19,687 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-09-04 12:44:19,728 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-09-04 12:44:19,760 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-09-04 12:44:19,762 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-09-04 12:44:19,763 - paramiko.transport - DEBUG - starting thread (client mode): 0xc870a9d0L 2018-09-04 12:44:19,764 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-09-04 12:44:19,768 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-09-04 12:44:19,768 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-09-04 12:44:19,770 - 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-09-04 12:44:19,770 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-09-04 12:44:19,771 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-09-04 12:44:19,771 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-09-04 12:44:19,771 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-09-04 12:44:19,771 - paramiko.transport - DEBUG - Compression agreed: none 2018-09-04 12:44:19,776 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-09-04 12:44:19,776 - paramiko.transport - DEBUG - Switch to new keys ... 2018-09-04 12:44:19,779 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.9: 22b7de11b511efcb54512e07a6158b4d 2018-09-04 12:44:19,780 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-09-04 12:44:19,816 - paramiko.transport - DEBUG - userauth is OK 2018-09-04 12:44:19,826 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-09-04 12:44:19,844 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-09-04 12:44:19,905 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-09-04 12:44:19,905 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-09-04 12:44:19,944 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-09-04 12:44:19,945 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-09-04 12:44:19,948 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-09-04 12:44:19,977 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-09-04 12:44:19,978 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-09-04 12:44:19,979 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-09-04 12:44:19,979 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-09-04 12:44:19,980 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-09-04 12:44:20,020 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-09-04 12:44:20,053 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-09-04 12:44:20,054 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-09-04 12:44:20,055 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-09-04 12:44:20,056 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-09-04 12:44:20,056 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-09-04 12:44:20,096 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-09-04 12:44:20,123 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-09-04 12:44:20,125 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-09-04 12:44:20,127 - paramiko.transport - DEBUG - starting thread (client mode): 0xc86e65d0L 2018-09-04 12:44:20,127 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-09-04 12:44:20,133 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-09-04 12:44:20,133 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-09-04 12:44:20,137 - 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-09-04 12:44:20,137 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-09-04 12:44:20,137 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-09-04 12:44:20,137 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-09-04 12:44:20,138 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-09-04 12:44:20,138 - paramiko.transport - DEBUG - Compression agreed: none 2018-09-04 12:44:20,142 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-09-04 12:44:20,143 - paramiko.transport - DEBUG - Switch to new keys ... 2018-09-04 12:44:20,159 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.7: 365b40749f5145a479795a893d087878 2018-09-04 12:44:20,160 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-09-04 12:44:20,182 - paramiko.transport - DEBUG - userauth is OK 2018-09-04 12:44:20,193 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-09-04 12:44:20,224 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-09-04 12:44:20,280 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-09-04 12:44:20,280 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-09-04 12:44:20,319 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-09-04 12:44:20,320 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-09-04 12:44:20,327 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-09-04 12:44:20,357 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-09-04 12:44:20,358 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-09-04 12:44:20,359 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-09-04 12:44:20,359 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-09-04 12:44:20,360 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-09-04 12:44:20,400 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-09-04 12:44:20,432 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-09-04 12:44:20,434 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-09-04 12:44:20,434 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-09-04 12:44:20,435 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-09-04 12:44:20,436 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-09-04 12:44:20,476 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-09-04 12:44:20,504 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-09-04 12:44:20,504 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-09-04 12:44:20,505 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-09-04 12:44:20,506 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-09-04 12:44:20,507 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-09-04 12:44:20,514 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-09-04 12:44:25,511 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-09-04 12:44:25,513 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-09-04 12:44:25,515 - paramiko.transport - DEBUG - starting thread (client mode): 0xc876a8d0L 2018-09-04 12:44:25,515 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-09-04 12:44:25,522 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-09-04 12:44:25,522 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-09-04 12:44:25,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-09-04 12:44:25,525 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-09-04 12:44:25,526 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-09-04 12:44:25,526 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-09-04 12:44:25,526 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-09-04 12:44:25,526 - paramiko.transport - DEBUG - Compression agreed: none 2018-09-04 12:44:25,530 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-09-04 12:44:25,531 - paramiko.transport - DEBUG - Switch to new keys ... 2018-09-04 12:44:25,547 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.8: 226aaf30f33730087f06438bdb1a3bd1 2018-09-04 12:44:25,548 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-09-04 12:44:25,570 - paramiko.transport - DEBUG - userauth is OK 2018-09-04 12:44:25,583 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-09-04 12:44:25,612 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-09-04 12:44:25,676 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-09-04 12:44:25,676 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-09-04 12:44:25,716 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-09-04 12:44:25,717 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-09-04 12:44:25,724 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-09-04 12:44:25,762 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-09-04 12:44:25,763 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-09-04 12:44:25,764 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-09-04 12:44:25,765 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-09-04 12:44:25,765 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-09-04 12:44:25,806 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-09-04 12:44:25,844 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-09-04 12:44:25,846 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-09-04 12:44:25,846 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-09-04 12:44:25,847 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-09-04 12:44:25,847 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-09-04 12:44:25,888 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-09-04 12:44:25,919 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-09-04 12:44:25,921 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-09-04 12:44:25,922 - paramiko.transport - DEBUG - starting thread (client mode): 0xc8704ad0L 2018-09-04 12:44:25,923 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-09-04 12:44:25,928 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-09-04 12:44:25,928 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-09-04 12:44:25,931 - 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-09-04 12:44:25,931 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-09-04 12:44:25,931 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-09-04 12:44:25,931 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-09-04 12:44:25,932 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-09-04 12:44:25,932 - paramiko.transport - DEBUG - Compression agreed: none 2018-09-04 12:44:25,937 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-09-04 12:44:25,937 - paramiko.transport - DEBUG - Switch to new keys ... 2018-09-04 12:44:25,939 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.5: 9cc97772263eee4e3251ae5f663546be 2018-09-04 12:44:25,939 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-09-04 12:44:25,977 - paramiko.transport - DEBUG - userauth is OK 2018-09-04 12:44:25,989 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-09-04 12:44:26,004 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-09-04 12:44:26,067 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-09-04 12:44:26,067 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-09-04 12:44:26,106 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-09-04 12:44:26,107 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-09-04 12:44:26,111 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-09-04 12:44:26,145 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-09-04 12:44:26,145 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-09-04 12:44:26,146 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-09-04 12:44:26,147 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-09-04 12:44:26,147 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-09-04 12:44:26,188 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-09-04 12:44:26,226 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-09-04 12:44:26,227 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-09-04 12:44:26,227 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-09-04 12:44:26,228 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-09-04 12:44:26,229 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-09-04 12:44:26,269 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-09-04 12:44:26,301 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-09-04 12:44:26,304 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-09-04 12:44:26,306 - paramiko.transport - DEBUG - starting thread (client mode): 0xc86fe9d0L 2018-09-04 12:44:26,306 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-09-04 12:44:26,312 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-09-04 12:44:26,312 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-09-04 12:44:26,314 - 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-09-04 12:44:26,314 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-09-04 12:44:26,314 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-09-04 12:44:26,315 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-09-04 12:44:26,315 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-09-04 12:44:26,315 - paramiko.transport - DEBUG - Compression agreed: none 2018-09-04 12:44:26,320 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-09-04 12:44:26,321 - paramiko.transport - DEBUG - Switch to new keys ... 2018-09-04 12:44:26,322 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.4: c84963e6f6b3309270d685dec5e42294 2018-09-04 12:44:26,322 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-09-04 12:44:26,360 - paramiko.transport - DEBUG - userauth is OK 2018-09-04 12:44:26,373 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-09-04 12:44:26,387 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-09-04 12:44:26,463 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-09-04 12:44:26,463 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-09-04 12:44:26,504 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-09-04 12:44:26,504 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-09-04 12:44:26,523 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-09-04 12:44:26,555 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-09-04 12:44:26,556 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-09-04 12:44:26,557 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-09-04 12:44:26,558 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-09-04 12:44:26,558 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-09-04 12:44:26,598 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-09-04 12:44:26,633 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-09-04 12:44:26,635 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-09-04 12:44:26,635 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-09-04 12:44:26,636 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-09-04 12:44:26,636 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-09-04 12:44:26,678 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-09-04 12:44:26,708 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-09-04 12:44:26,709 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-09-04 12:44:26,711 - paramiko.transport - DEBUG - starting thread (client mode): 0xc8722650L 2018-09-04 12:44:26,711 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-09-04 12:44:26,716 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-09-04 12:44:26,716 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-09-04 12:44:26,719 - 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-09-04 12:44:26,719 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-09-04 12:44:26,719 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-09-04 12:44:26,719 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-09-04 12:44:26,719 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-09-04 12:44:26,719 - paramiko.transport - DEBUG - Compression agreed: none 2018-09-04 12:44:26,724 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-09-04 12:44:26,725 - paramiko.transport - DEBUG - Switch to new keys ... 2018-09-04 12:44:26,727 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.9: 22b7de11b511efcb54512e07a6158b4d 2018-09-04 12:44:26,728 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-09-04 12:44:26,764 - paramiko.transport - DEBUG - userauth is OK 2018-09-04 12:44:26,775 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-09-04 12:44:26,792 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-09-04 12:44:26,848 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-09-04 12:44:26,848 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-09-04 12:44:26,887 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-09-04 12:44:26,888 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-09-04 12:44:26,895 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-09-04 12:44:26,925 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-09-04 12:44:26,926 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-09-04 12:44:26,927 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-09-04 12:44:26,927 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-09-04 12:44:26,928 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-09-04 12:44:26,968 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-09-04 12:44:27,001 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-09-04 12:44:27,002 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-09-04 12:44:27,003 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-09-04 12:44:27,004 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-09-04 12:44:27,005 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-09-04 12:44:27,045 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-09-04 12:44:27,072 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-09-04 12:44:27,073 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-09-04 12:44:27,075 - paramiko.transport - DEBUG - starting thread (client mode): 0xc8722b50L 2018-09-04 12:44:27,075 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-09-04 12:44:27,081 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-09-04 12:44:27,082 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-09-04 12:44:27,084 - 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-09-04 12:44:27,084 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-09-04 12:44:27,084 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-09-04 12:44:27,085 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-09-04 12:44:27,085 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-09-04 12:44:27,085 - paramiko.transport - DEBUG - Compression agreed: none 2018-09-04 12:44:27,089 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-09-04 12:44:27,090 - paramiko.transport - DEBUG - Switch to new keys ... 2018-09-04 12:44:27,091 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.7: 365b40749f5145a479795a893d087878 2018-09-04 12:44:27,091 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-09-04 12:44:27,129 - paramiko.transport - DEBUG - userauth is OK 2018-09-04 12:44:27,140 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-09-04 12:44:27,155 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-09-04 12:44:27,238 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-09-04 12:44:27,238 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-09-04 12:44:27,278 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-09-04 12:44:27,279 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-09-04 12:44:27,290 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-09-04 12:44:27,322 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-09-04 12:44:27,323 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-09-04 12:44:27,323 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-09-04 12:44:27,324 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-09-04 12:44:27,325 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-09-04 12:44:27,365 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-09-04 12:44:27,400 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-09-04 12:44:27,401 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-09-04 12:44:27,402 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-09-04 12:44:27,403 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-09-04 12:44:27,403 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-09-04 12:44:27,443 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-09-04 12:44:27,473 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-09-04 12:44:27,474 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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-09-04 12:44:27,477 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-09-04 12:44:27,483 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12:44:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-991af6df-e3b8-423d-b966-22b32a32cc1f 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.28:5000/v3/", "rel": "self"}]}} 2018-09-04 12:44:27,483 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-991af6df-e3b8-423d-b966-22b32a32cc1f 2018-09-04 12:44:27,484 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-09-04 12:44:27,860 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "3d416247e8224533841040c3ad2bce5a", "name": "admin"}], "expires_at": "2018-09-04T13:44:27.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1e2f68a072b64978bd7ea91c2d64aca6", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v1/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235635a698ef4bef9dc6b25273d185da"}, {"url": "http://192.30.9.6:8776/v1/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "23b07b3fbfc340a58cf0f9b2871a0d23"}, {"url": "http://172.30.9.28:8776/v1/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "72fd0aaa144d45419f4b04b6b26f69a7"}], "type": "volume", "id": "097241c25b4d4f7e91b3f8efa155909e", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v3/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93eb4cf3030a49e7840bec071422d397"}, {"url": "http://192.30.9.6:8776/v3/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8af439a6ac147fdbcb38ed9aa916b68"}, {"url": "http://192.30.9.6:8776/v3/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c4bfdbc9b7c74a23a40afdf578cfeba4"}], "type": "volumev3", "id": "1c85f4682ce44f729db1dabd98e965e8", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "82239574a29d4603a2161006f61851cf"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8d15f7134f364a7bbcfff2f84aac3bf2"}, {"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e01668c43a0c4c279b9a3d20a0280d6c"}], "type": "image", "id": "297d8415ca96454991054983920912f7", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7bb4d60e20734d4a9f31ec75e02cb823"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bf6adec15590466a9a0d3bddb00e8993"}, {"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f096f03a1d12411a8972f6f7c196b60d"}], "type": "policy", "id": "54c64351b56d44bbad74c2969cc3aa00", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "354ae6870a324fab82d0a0fb68ee0f26"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a3807e460dd4af488d982b66c52e64c"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e7c3da785076450abd71868e75ce0c33"}], "type": "cloudformation", "id": "6ac9917ae83c4639a15a4ab3cf0e76dd", "name": "heat-cfn"}, {"endpoints": [], "type": "metering", "id": "7fcc078e5e0645f29df67742ac14e388", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49e71628d386464cb950d6a9db00a328"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75b0a63ed8574bbcab1c851cc9b83d30"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9902b0a8b3c04cd192a1b84c417c232b"}], "type": "key-manager", "id": "9626544a32e74678a641c6e206f028a9", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "497340e5aa36485982fdf297f370558f"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7802beb4fc7c4952897b77bd5610b1fe"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c14af798917f4fa0b146d9772583e595"}], "type": "metric", "id": "973bfe8c658d4e5a8da725e76b9d550e", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "288ecc3674ea41d2aa3b790dcb832bf2"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7a6dc785cd7142f5b30f1a7ba0daeb03"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7f7d34e2351b4964befccc862c4e8e12"}], "type": "network", "id": "a348d7b06050474fb449be7f32ea6f5d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "21bce6ecb8464a1f8f3e3847aa698bd6"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0a8faf2246b47deb30e69e48d3551fb"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e71c6011de3d4d8589e5b53dcc79f288"}], "type": "identity", "id": "ad8d4b4953184137a1b913ecee9434ed", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "13474f9a78ca4f1184e4cddc84d0d98c"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad67365a18234bb78c336e6776958c00"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc54db13337f44f8921fbb9ad0f81de8"}], "type": "alarming", "id": "bb18dc3243034f08a6a7f69f7a1edccf", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0d91d7adf0304b2681c77f979e5cdb17"}, {"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "756e5ffca9774ab3ae2db41bf330417f"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c07c727a08c243b287827f539a124e63"}], "type": "placement", "id": "bb2c9432fcbd4c56913177122468f6ba", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8004/v1/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1eed4912224b48cf9856446eae4d9928"}, {"url": "http://192.30.9.6:8004/v1/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b73b7f99236541148d84f24f09e5dd40"}, {"url": "http://192.30.9.6:8004/v1/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fbf12e52911244fdafc24a9d46f56e62"}], "type": "orchestration", "id": "c8918d139da945ba93df4ccce21d4904", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16bf098b9e2e490f8e47fa601059f975"}, {"url": "http://192.30.9.6:8776/v2/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc16fa4cf491444ca2f611d5692c1170"}, {"url": "http://192.30.9.6:8776/v2/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ccd2c5325dff4b90b391db9fdde67d99"}], "type": "volumev2", "id": "d09ac9123c34494abce21d6c27bee9d9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eac694332354a3aa0e61c31314166d7"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b4d4989c4e764717ab78d38675cadd3f"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff196e46b56d406d87a678f1a64497b0"}], "type": "compute", "id": "d4030ee932c84df58c5b910cc197caa7", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "42c3a9abd8ad4ce8ab2c4cc6e0403c33"}, "audit_ids": ["64RIUewDRc-q-St7SxutzQ"], "issued_at": "2018-09-04T12:44:27.000000Z"}} 2018-09-04 12:44:27,864 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9292/v2/images?limit=20 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}cb200bf42a1b6129641926d97ee3f627f85a846d" 2018-09-04 12:44:28,407 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 78 Content-Type: application/json X-Openstack-Request-Id: req-80f18fc5-0340-492a-9332-eb28d6a11e87 Date: Tue, 04 Sep 2018 12:44:28 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?limit=20"} 2018-09-04 12:44:28,408 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images?limit=20 used request id req-80f18fc5-0340-492a-9332-eb28d6a11e87 2018-09-04 12:44:28,408 - sdnvpn.lib.openstack_utils - INFO - Creating image 'sdnvpn-image' from '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'... 2018-09-04 12:44:28,410 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}cb200bf42a1b6129641926d97ee3f627f85a846d" 2018-09-04 12:44:28,566 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-3d282372-5e25-4ff8-8fb6-5e311c0a2e59 Date: Tue, 04 Sep 2018 12:44:28 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-09-04 12:44:28,566 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/schemas/image used request id req-3d282372-5e25-4ff8-8fb6-5e311c0a2e59 2018-09-04 12:44:28,601 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}cb200bf42a1b6129641926d97ee3f627f85a846d" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "sdnvpn-image", "visibility": "public"}' 2018-09-04 12:44:29,292 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 573 Content-Type: application/json Location: http://172.30.9.28:9292/v2/images/5df0d1a5-fae9-4d07-a074-3b5a26f086d8 X-Openstack-Request-Id: req-12731013-2908-4fdd-9388-8025ca4a41ea Date: Tue, 04 Sep 2018 12:44:29 GMT RESP BODY: {"status": "queued", "name": "sdnvpn-image", "tags": [], "container_format": "bare", "created_at": "2018-09-04T12:44:29Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-09-04T12:44:29Z", "visibility": "public", "locations": [], "self": "/v2/images/5df0d1a5-fae9-4d07-a074-3b5a26f086d8", "min_disk": 0, "protected": false, "id": "5df0d1a5-fae9-4d07-a074-3b5a26f086d8", "file": "/v2/images/5df0d1a5-fae9-4d07-a074-3b5a26f086d8/file", "checksum": null, "owner": "1e2f68a072b64978bd7ea91c2d64aca6", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-09-04 12:44:29,292 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.28:9292/v2/images used request id req-12731013-2908-4fdd-9388-8025ca4a41ea 2018-09-04 12:44:29,301 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.28:9292/v2/images/5df0d1a5-fae9-4d07-a074-3b5a26f086d8/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}cb200bf42a1b6129641926d97ee3f627f85a846d" -d '' 2018-09-04 12:44:30,139 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-6b7388f1-638a-4a8a-91ab-e1af3032aea7 Date: Tue, 04 Sep 2018 12:44:30 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-09-04 12:44:30,139 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.28:9292/v2/images/5df0d1a5-fae9-4d07-a074-3b5a26f086d8/file used request id req-6b7388f1-638a-4a8a-91ab-e1af3032aea7 2018-09-04 12:44:30,139 - sdnvpn_test_utils - DEBUG - Creating network sdnvpn-11-1-net 2018-09-04 12:44:30,140 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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-09-04 12:44:30,147 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12:44:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-171571a9-2bbe-484a-a28f-a8ead99d864f 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.28:5000/v3/", "rel": "self"}]}} 2018-09-04 12:44:30,147 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-171571a9-2bbe-484a-a28f-a8ead99d864f 2018-09-04 12:44:30,148 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-09-04 12:44:30,528 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "3d416247e8224533841040c3ad2bce5a", "name": "admin"}], "expires_at": "2018-09-04T13:44:30.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1e2f68a072b64978bd7ea91c2d64aca6", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v1/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235635a698ef4bef9dc6b25273d185da"}, {"url": "http://192.30.9.6:8776/v1/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "23b07b3fbfc340a58cf0f9b2871a0d23"}, {"url": "http://172.30.9.28:8776/v1/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "72fd0aaa144d45419f4b04b6b26f69a7"}], "type": "volume", "id": "097241c25b4d4f7e91b3f8efa155909e", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v3/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93eb4cf3030a49e7840bec071422d397"}, {"url": "http://192.30.9.6:8776/v3/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8af439a6ac147fdbcb38ed9aa916b68"}, {"url": "http://192.30.9.6:8776/v3/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c4bfdbc9b7c74a23a40afdf578cfeba4"}], "type": "volumev3", "id": "1c85f4682ce44f729db1dabd98e965e8", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "82239574a29d4603a2161006f61851cf"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8d15f7134f364a7bbcfff2f84aac3bf2"}, {"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e01668c43a0c4c279b9a3d20a0280d6c"}], "type": "image", "id": "297d8415ca96454991054983920912f7", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7bb4d60e20734d4a9f31ec75e02cb823"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bf6adec15590466a9a0d3bddb00e8993"}, {"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f096f03a1d12411a8972f6f7c196b60d"}], "type": "policy", "id": "54c64351b56d44bbad74c2969cc3aa00", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "354ae6870a324fab82d0a0fb68ee0f26"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a3807e460dd4af488d982b66c52e64c"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e7c3da785076450abd71868e75ce0c33"}], "type": "cloudformation", "id": "6ac9917ae83c4639a15a4ab3cf0e76dd", "name": "heat-cfn"}, {"endpoints": [], "type": "metering", "id": "7fcc078e5e0645f29df67742ac14e388", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49e71628d386464cb950d6a9db00a328"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75b0a63ed8574bbcab1c851cc9b83d30"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9902b0a8b3c04cd192a1b84c417c232b"}], "type": "key-manager", "id": "9626544a32e74678a641c6e206f028a9", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "497340e5aa36485982fdf297f370558f"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7802beb4fc7c4952897b77bd5610b1fe"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c14af798917f4fa0b146d9772583e595"}], "type": "metric", "id": "973bfe8c658d4e5a8da725e76b9d550e", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "288ecc3674ea41d2aa3b790dcb832bf2"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7a6dc785cd7142f5b30f1a7ba0daeb03"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7f7d34e2351b4964befccc862c4e8e12"}], "type": "network", "id": "a348d7b06050474fb449be7f32ea6f5d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "21bce6ecb8464a1f8f3e3847aa698bd6"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0a8faf2246b47deb30e69e48d3551fb"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e71c6011de3d4d8589e5b53dcc79f288"}], "type": "identity", "id": "ad8d4b4953184137a1b913ecee9434ed", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "13474f9a78ca4f1184e4cddc84d0d98c"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad67365a18234bb78c336e6776958c00"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc54db13337f44f8921fbb9ad0f81de8"}], "type": "alarming", "id": "bb18dc3243034f08a6a7f69f7a1edccf", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0d91d7adf0304b2681c77f979e5cdb17"}, {"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "756e5ffca9774ab3ae2db41bf330417f"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c07c727a08c243b287827f539a124e63"}], "type": "placement", "id": "bb2c9432fcbd4c56913177122468f6ba", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8004/v1/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1eed4912224b48cf9856446eae4d9928"}, {"url": "http://192.30.9.6:8004/v1/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b73b7f99236541148d84f24f09e5dd40"}, {"url": "http://192.30.9.6:8004/v1/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fbf12e52911244fdafc24a9d46f56e62"}], "type": "orchestration", "id": "c8918d139da945ba93df4ccce21d4904", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16bf098b9e2e490f8e47fa601059f975"}, {"url": "http://192.30.9.6:8776/v2/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc16fa4cf491444ca2f611d5692c1170"}, {"url": "http://192.30.9.6:8776/v2/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ccd2c5325dff4b90b391db9fdde67d99"}], "type": "volumev2", "id": "d09ac9123c34494abce21d6c27bee9d9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eac694332354a3aa0e61c31314166d7"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b4d4989c4e764717ab78d38675cadd3f"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff196e46b56d406d87a678f1a64497b0"}], "type": "compute", "id": "d4030ee932c84df58c5b910cc197caa7", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "42c3a9abd8ad4ce8ab2c4cc6e0403c33"}, "audit_ids": ["IHhh5KbhQlSdoiuvwpCfGQ"], "issued_at": "2018-09-04T12:44:30.000000Z"}} 2018-09-04 12:44:30,534 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}17d18532c44082b59cfb1564d030f3f732cd71bf" -d '{"network": {"name": "sdnvpn-11-1-net", "admin_state_up": true}}' 2018-09-04 12:44:30,921 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 647 X-Openstack-Request-Id: req-5351e69a-70c8-461b-a706-1eb5f8bcc32a Date: Tue, 04 Sep 2018 12:44:30 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"provider:network_type":"vxlan","id":"7b1065a4-ddca-4929-b484-1d3f8e547f51","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"1e2f68a072b64978bd7ea91c2d64aca6","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-09-04T12:44:30Z","is_default":false,"provider:segmentation_id":81,"name":"sdnvpn-11-1-net","admin_state_up":true,"tenant_id":"1e2f68a072b64978bd7ea91c2d64aca6","created_at":"2018-09-04T12:44:30Z","mtu":1450}} 2018-09-04 12:44:30,921 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/networks used request id req-5351e69a-70c8-461b-a706-1eb5f8bcc32a 2018-09-04 12:44:30,921 - sdnvpn_test_utils - DEBUG - Creating subnet sdnvpn-11-1-subnet in network 7b1065a4-ddca-4929-b484-1d3f8e547f51 with cidr 10.10.10.0/24 2018-09-04 12:44:30,928 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}17d18532c44082b59cfb1564d030f3f732cd71bf" -d '{"subnets": [{"ip_version": 4, "network_id": "7b1065a4-ddca-4929-b484-1d3f8e547f51", "cidr": "10.10.10.0/24", "dns_nameservers": ["8.8.8.8", "8.8.4.4"], "name": "sdnvpn-11-1-subnet"}]}' 2018-09-04 12:44:31,705 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 643 X-Openstack-Request-Id: req-722d3046-05cf-4807-bf78-1994229a2653 Date: Tue, 04 Sep 2018 12:44:31 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"7b1065a4-ddca-4929-b484-1d3f8e547f51","tenant_id":"1e2f68a072b64978bd7ea91c2d64aca6","created_at":"2018-09-04T12:44:31Z","dns_nameservers":["8.8.8.8","8.8.4.4"],"updated_at":"2018-09-04T12:44:31Z","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":"1e2f68a072b64978bd7ea91c2d64aca6","id":"9a50f8f9-4d93-483a-9da9-d729f133f492","subnetpool_id":null,"name":"sdnvpn-11-1-subnet"}]} 2018-09-04 12:44:31,706 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/subnets used request id req-722d3046-05cf-4807-bf78-1994229a2653 2018-09-04 12:44:31,711 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}17d18532c44082b59cfb1564d030f3f732cd71bf" 2018-09-04 12:44:31,954 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 37328 X-Openstack-Request-Id: req-b26a140b-620a-41e9-8d37-3bc18e4f307b Date: Tue, 04 Sep 2018 12:44:31 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "14e46315a5e14e95a6bd31ddd3090094", "created_at": "2018-09-04T10:40:09Z", "updated_at": "2018-09-04T10:40:09Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T10:40:09Z", "revision_number": 0, "id": "6908c152-7d26-43c3-9724-69b9e26fbd52", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T10:40:09Z", "security_group_id": "11e5a0db-4cc0-49c0-8f70-0d3b80d1fcf3", "tenant_id": "14e46315a5e14e95a6bd31ddd3090094", "port_range_min": null, "ethertype": "IPv6", "project_id": "14e46315a5e14e95a6bd31ddd3090094"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T10:40:09Z", "revision_number": 0, "id": "72e1f6f9-6732-4dc2-8abd-454d44204be2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T10:40:09Z", "security_group_id": "11e5a0db-4cc0-49c0-8f70-0d3b80d1fcf3", "tenant_id": "14e46315a5e14e95a6bd31ddd3090094", "port_range_min": null, "ethertype": "IPv4", "project_id": "14e46315a5e14e95a6bd31ddd3090094"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T10:40:09Z", "revision_number": 0, "id": "bfc26f71-b897-431e-a36e-ea1e8e983c87", "remote_group_id": "11e5a0db-4cc0-49c0-8f70-0d3b80d1fcf3", "remote_ip_prefix": null, "created_at": "2018-09-04T10:40:09Z", "security_group_id": "11e5a0db-4cc0-49c0-8f70-0d3b80d1fcf3", "tenant_id": "14e46315a5e14e95a6bd31ddd3090094", "port_range_min": null, "ethertype": "IPv6", "project_id": "14e46315a5e14e95a6bd31ddd3090094"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T10:40:09Z", "revision_number": 0, "id": "c9d53d5b-6c82-4199-b405-f8e7101cc589", "remote_group_id": "11e5a0db-4cc0-49c0-8f70-0d3b80d1fcf3", "remote_ip_prefix": null, "created_at": "2018-09-04T10:40:09Z", "security_group_id": "11e5a0db-4cc0-49c0-8f70-0d3b80d1fcf3", "tenant_id": "14e46315a5e14e95a6bd31ddd3090094", "port_range_min": null, "ethertype": "IPv4", "project_id": "14e46315a5e14e95a6bd31ddd3090094"}], "revision_number": 4, "project_id": "14e46315a5e14e95a6bd31ddd3090094", "id": "11e5a0db-4cc0-49c0-8f70-0d3b80d1fcf3", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "5efe9645576d420f836c625864cab315", "created_at": "2018-09-04T11:32:37Z", "updated_at": "2018-09-04T11:32:37Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T11:32:37Z", "revision_number": 0, "id": "286e6a3a-dcb9-42e9-ad77-e4f716b2c63a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T11:32:37Z", "security_group_id": "192a971a-2f30-4b8c-ada2-250ad4610488", "tenant_id": "5efe9645576d420f836c625864cab315", "port_range_min": null, "ethertype": "IPv4", "project_id": "5efe9645576d420f836c625864cab315"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T11:32:37Z", "revision_number": 0, "id": "8c17cb0b-10d0-498a-a484-63ec46a70838", "remote_group_id": "192a971a-2f30-4b8c-ada2-250ad4610488", "remote_ip_prefix": null, "created_at": "2018-09-04T11:32:37Z", "security_group_id": "192a971a-2f30-4b8c-ada2-250ad4610488", "tenant_id": "5efe9645576d420f836c625864cab315", "port_range_min": null, "ethertype": "IPv6", "project_id": "5efe9645576d420f836c625864cab315"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T11:32:37Z", "revision_number": 0, "id": "9c400401-2250-4fc8-a780-dba2a73d410b", "remote_group_id": "192a971a-2f30-4b8c-ada2-250ad4610488", "remote_ip_prefix": null, "created_at": "2018-09-04T11:32:37Z", "security_group_id": "192a971a-2f30-4b8c-ada2-250ad4610488", "tenant_id": "5efe9645576d420f836c625864cab315", "port_range_min": null, "ethertype": "IPv4", "project_id": "5efe9645576d420f836c625864cab315"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T11:32:37Z", "revision_number": 0, "id": "f72c6a04-9fd4-4b0e-b79b-679d59ca2789", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T11:32:37Z", "security_group_id": "192a971a-2f30-4b8c-ada2-250ad4610488", "tenant_id": "5efe9645576d420f836c625864cab315", "port_range_min": null, "ethertype": "IPv6", "project_id": "5efe9645576d420f836c625864cab315"}], "revision_number": 4, "project_id": "5efe9645576d420f836c625864cab315", "id": "192a971a-2f30-4b8c-ada2-250ad4610488", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "dd849fe9e11c435393e8fa6b997c6f1a", "created_at": "2018-09-04T10:38:54Z", "updated_at": "2018-09-04T10:38:54Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T10:38:54Z", "revision_number": 0, "id": "1dfce8bf-6ac4-4572-9a10-3cf8047abe38", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T10:38:54Z", "security_group_id": "28b5af70-f489-4ee2-ace7-033a2638f61f", "tenant_id": "dd849fe9e11c435393e8fa6b997c6f1a", "port_range_min": null, "ethertype": "IPv6", "project_id": "dd849fe9e11c435393e8fa6b997c6f1a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T10:38:54Z", "revision_number": 0, "id": "52762ccc-58e2-4528-b0fa-460556eae58e", "remote_group_id": "28b5af70-f489-4ee2-ace7-033a2638f61f", "remote_ip_prefix": null, "created_at": "2018-09-04T10:38:54Z", "security_group_id": "28b5af70-f489-4ee2-ace7-033a2638f61f", "tenant_id": "dd849fe9e11c435393e8fa6b997c6f1a", "port_range_min": null, "ethertype": "IPv6", "project_id": "dd849fe9e11c435393e8fa6b997c6f1a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T10:38:54Z", "revision_number": 0, "id": "739d52c4-a9f2-4027-aca7-2082fee6f6f0", "remote_group_id": "28b5af70-f489-4ee2-ace7-033a2638f61f", "remote_ip_prefix": null, "created_at": "2018-09-04T10:38:54Z", "security_group_id": "28b5af70-f489-4ee2-ace7-033a2638f61f", "tenant_id": "dd849fe9e11c435393e8fa6b997c6f1a", "port_range_min": null, "ethertype": "IPv4", "project_id": "dd849fe9e11c435393e8fa6b997c6f1a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T10:38:54Z", "revision_number": 0, "id": "ba2b9932-d9ab-4b40-a7e5-6773147a93a7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T10:38:54Z", "security_group_id": "28b5af70-f489-4ee2-ace7-033a2638f61f", "tenant_id": "dd849fe9e11c435393e8fa6b997c6f1a", "port_range_min": null, "ethertype": "IPv4", "project_id": "dd849fe9e11c435393e8fa6b997c6f1a"}], "revision_number": 4, "project_id": "dd849fe9e11c435393e8fa6b997c6f1a", "id": "28b5af70-f489-4ee2-ace7-033a2638f61f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "4ad41bc126174d318b5e7a8516fcf4af", "created_at": "2018-09-04T10:36:52Z", "updated_at": "2018-09-04T10:36:52Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T10:36:52Z", "revision_number": 0, "id": "072e055d-09a1-408a-9aa5-bbbb4ba26972", "remote_group_id": "48bfa0ac-51ab-4c50-8f57-88ab4e0f17e1", "remote_ip_prefix": null, "created_at": "2018-09-04T10:36:52Z", "security_group_id": "48bfa0ac-51ab-4c50-8f57-88ab4e0f17e1", "tenant_id": "4ad41bc126174d318b5e7a8516fcf4af", "port_range_min": null, "ethertype": "IPv4", "project_id": "4ad41bc126174d318b5e7a8516fcf4af"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T10:36:52Z", "revision_number": 0, "id": "519e417e-8aaa-4012-ade2-01ed5d67c268", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T10:36:52Z", "security_group_id": "48bfa0ac-51ab-4c50-8f57-88ab4e0f17e1", "tenant_id": "4ad41bc126174d318b5e7a8516fcf4af", "port_range_min": null, "ethertype": "IPv4", "project_id": "4ad41bc126174d318b5e7a8516fcf4af"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T10:36:52Z", "revision_number": 0, "id": "7440170e-04e2-412b-b3af-3ba203e43ec0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T10:36:52Z", "security_group_id": "48bfa0ac-51ab-4c50-8f57-88ab4e0f17e1", "tenant_id": "4ad41bc126174d318b5e7a8516fcf4af", "port_range_min": null, "ethertype": "IPv6", "project_id": "4ad41bc126174d318b5e7a8516fcf4af"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T10:36:52Z", "revision_number": 0, "id": "b5b6d93e-a8d1-4a65-92be-995bd9ce8f00", "remote_group_id": "48bfa0ac-51ab-4c50-8f57-88ab4e0f17e1", "remote_ip_prefix": null, "created_at": "2018-09-04T10:36:52Z", "security_group_id": "48bfa0ac-51ab-4c50-8f57-88ab4e0f17e1", "tenant_id": "4ad41bc126174d318b5e7a8516fcf4af", "port_range_min": null, "ethertype": "IPv6", "project_id": "4ad41bc126174d318b5e7a8516fcf4af"}], "revision_number": 4, "project_id": "4ad41bc126174d318b5e7a8516fcf4af", "id": "48bfa0ac-51ab-4c50-8f57-88ab4e0f17e1", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "18025ed81c804927a1f0e0e0ba20836f", "created_at": "2018-09-04T10:10:44Z", "updated_at": "2018-09-04T10:10:44Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T10:10:44Z", "revision_number": 0, "id": "4987cdc7-3c69-4296-b962-dfcdfe2af09e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T10:10:44Z", "security_group_id": "4eb60975-feab-4b85-9171-1c970d3680f7", "tenant_id": "18025ed81c804927a1f0e0e0ba20836f", "port_range_min": null, "ethertype": "IPv4", "project_id": "18025ed81c804927a1f0e0e0ba20836f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T10:10:44Z", "revision_number": 0, "id": "6278c51b-2852-4d07-abf1-4545e40daadb", "remote_group_id": "4eb60975-feab-4b85-9171-1c970d3680f7", "remote_ip_prefix": null, "created_at": "2018-09-04T10:10:44Z", "security_group_id": "4eb60975-feab-4b85-9171-1c970d3680f7", "tenant_id": "18025ed81c804927a1f0e0e0ba20836f", "port_range_min": null, "ethertype": "IPv4", "project_id": "18025ed81c804927a1f0e0e0ba20836f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T10:10:44Z", "revision_number": 0, "id": "dd2062ca-238a-4ae8-8397-ca60210bbde5", "remote_group_id": "4eb60975-feab-4b85-9171-1c970d3680f7", "remote_ip_prefix": null, "created_at": "2018-09-04T10:10:44Z", "security_group_id": "4eb60975-feab-4b85-9171-1c970d3680f7", "tenant_id": "18025ed81c804927a1f0e0e0ba20836f", "port_range_min": null, "ethertype": "IPv6", "project_id": "18025ed81c804927a1f0e0e0ba20836f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T10:10:44Z", "revision_number": 0, "id": "f5388a44-6a0f-4e22-bd76-f4873903daf0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T10:10:44Z", "security_group_id": "4eb60975-feab-4b85-9171-1c970d3680f7", "tenant_id": "18025ed81c804927a1f0e0e0ba20836f", "port_range_min": null, "ethertype": "IPv6", "project_id": "18025ed81c804927a1f0e0e0ba20836f"}], "revision_number": 4, "project_id": "18025ed81c804927a1f0e0e0ba20836f", "id": "4eb60975-feab-4b85-9171-1c970d3680f7", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "1e2f68a072b64978bd7ea91c2d64aca6", "created_at": "2018-09-04T11:32:48Z", "updated_at": "2018-09-04T11:32:48Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T11:32:48Z", "revision_number": 0, "id": "6883b42d-5963-4725-8ab3-74f524dadded", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T11:32:48Z", "security_group_id": "65ec5024-dcc3-4217-b8f2-108a9317d297", "tenant_id": "1e2f68a072b64978bd7ea91c2d64aca6", "port_range_min": null, "ethertype": "IPv6", "project_id": "1e2f68a072b64978bd7ea91c2d64aca6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T11:32:48Z", "revision_number": 0, "id": "c897b842-d54c-452b-8b98-fef214182ff7", "remote_group_id": "65ec5024-dcc3-4217-b8f2-108a9317d297", "remote_ip_prefix": null, "created_at": "2018-09-04T11:32:48Z", "security_group_id": "65ec5024-dcc3-4217-b8f2-108a9317d297", "tenant_id": "1e2f68a072b64978bd7ea91c2d64aca6", "port_range_min": null, "ethertype": "IPv6", "project_id": "1e2f68a072b64978bd7ea91c2d64aca6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T11:32:48Z", "revision_number": 0, "id": "e8f14af0-f0a2-442a-a2f6-f9426816d3a7", "remote_group_id": "65ec5024-dcc3-4217-b8f2-108a9317d297", "remote_ip_prefix": null, "created_at": "2018-09-04T11:32:48Z", "security_group_id": "65ec5024-dcc3-4217-b8f2-108a9317d297", "tenant_id": "1e2f68a072b64978bd7ea91c2d64aca6", "port_range_min": null, "ethertype": "IPv4", "project_id": "1e2f68a072b64978bd7ea91c2d64aca6"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T11:32:48Z", "revision_number": 0, "id": "fa2a69b0-056f-4e69-9b7e-515411ee93e4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T11:32:48Z", "security_group_id": "65ec5024-dcc3-4217-b8f2-108a9317d297", "tenant_id": "1e2f68a072b64978bd7ea91c2d64aca6", "port_range_min": null, "ethertype": "IPv4", "project_id": "1e2f68a072b64978bd7ea91c2d64aca6"}], "revision_number": 4, "project_id": "1e2f68a072b64978bd7ea91c2d64aca6", "id": "65ec5024-dcc3-4217-b8f2-108a9317d297", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "63ce1c38db314aae844c45218d595c6c", "created_at": "2018-09-04T10:36:01Z", "updated_at": "2018-09-04T10:36:01Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T10:36:01Z", "revision_number": 0, "id": "3cc084b5-d5b8-441b-87e5-b96f6548adf0", "remote_group_id": "726a4fa4-547d-495f-8506-2692d1793ed7", "remote_ip_prefix": null, "created_at": "2018-09-04T10:36:01Z", "security_group_id": "726a4fa4-547d-495f-8506-2692d1793ed7", "tenant_id": "63ce1c38db314aae844c45218d595c6c", "port_range_min": null, "ethertype": "IPv6", "project_id": "63ce1c38db314aae844c45218d595c6c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T10:36:01Z", "revision_number": 0, "id": "886448b7-2e0a-4f88-9e2c-57aaa06a9e95", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T10:36:01Z", "security_group_id": "726a4fa4-547d-495f-8506-2692d1793ed7", "tenant_id": "63ce1c38db314aae844c45218d595c6c", "port_range_min": null, "ethertype": "IPv6", "project_id": "63ce1c38db314aae844c45218d595c6c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T10:36:01Z", "revision_number": 0, "id": "a0477c48-e14e-4b9b-af17-a26d3304a1d9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T10:36:01Z", "security_group_id": "726a4fa4-547d-495f-8506-2692d1793ed7", "tenant_id": "63ce1c38db314aae844c45218d595c6c", "port_range_min": null, "ethertype": "IPv4", "project_id": "63ce1c38db314aae844c45218d595c6c"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T10:36:01Z", "revision_number": 0, "id": "f1d26eba-07e3-4a87-a74e-10f7d2d051a4", "remote_group_id": "726a4fa4-547d-495f-8506-2692d1793ed7", "remote_ip_prefix": null, "created_at": "2018-09-04T10:36:01Z", "security_group_id": "726a4fa4-547d-495f-8506-2692d1793ed7", "tenant_id": "63ce1c38db314aae844c45218d595c6c", "port_range_min": null, "ethertype": "IPv4", "project_id": "63ce1c38db314aae844c45218d595c6c"}], "revision_number": 4, "project_id": "63ce1c38db314aae844c45218d595c6c", "id": "726a4fa4-547d-495f-8506-2692d1793ed7", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "e8b2daffe9fd4140890aa7b5c11b6bf1", "created_at": "2018-09-04T11:01:30Z", "updated_at": "2018-09-04T11:01:31Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T11:01:31Z", "revision_number": 0, "id": "0d6f7c9c-cf09-4a67-b4e2-617055a1a145", "remote_group_id": "7cbea362-0793-4d2f-877a-28c9a768aa36", "remote_ip_prefix": null, "created_at": "2018-09-04T11:01:31Z", "security_group_id": "7cbea362-0793-4d2f-877a-28c9a768aa36", "tenant_id": "e8b2daffe9fd4140890aa7b5c11b6bf1", "port_range_min": null, "ethertype": "IPv6", "project_id": "e8b2daffe9fd4140890aa7b5c11b6bf1"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T11:01:31Z", "revision_number": 0, "id": "110b5e60-648e-4946-8cc2-56cf745b8284", "remote_group_id": "7cbea362-0793-4d2f-877a-28c9a768aa36", "remote_ip_prefix": null, "created_at": "2018-09-04T11:01:31Z", "security_group_id": "7cbea362-0793-4d2f-877a-28c9a768aa36", "tenant_id": "e8b2daffe9fd4140890aa7b5c11b6bf1", "port_range_min": null, "ethertype": "IPv4", "project_id": "e8b2daffe9fd4140890aa7b5c11b6bf1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T11:01:31Z", "revision_number": 0, "id": "4608dd30-b5b8-43b8-8da6-93ca9876e218", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T11:01:31Z", "security_group_id": "7cbea362-0793-4d2f-877a-28c9a768aa36", "tenant_id": "e8b2daffe9fd4140890aa7b5c11b6bf1", "port_range_min": null, "ethertype": "IPv6", "project_id": "e8b2daffe9fd4140890aa7b5c11b6bf1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T11:01:31Z", "revision_number": 0, "id": "b59707f1-2706-455a-8d39-eaea3265a9b8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T11:01:31Z", "security_group_id": "7cbea362-0793-4d2f-877a-28c9a768aa36", "tenant_id": "e8b2daffe9fd4140890aa7b5c11b6bf1", "port_range_min": null, "ethertype": "IPv4", "project_id": "e8b2daffe9fd4140890aa7b5c11b6bf1"}], "revision_number": 4, "project_id": "e8b2daffe9fd4140890aa7b5c11b6bf1", "id": "7cbea362-0793-4d2f-877a-28c9a768aa36", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "da1aa3dc9e564d3d922e61c0121a390e", "created_at": "2018-09-04T10:22:45Z", "updated_at": "2018-09-04T10:22:45Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T10:22:45Z", "revision_number": 0, "id": "0a310294-28cb-46e7-ab05-42129ac27199", "remote_group_id": "a0350fb5-7963-482b-9b06-fea838951872", "remote_ip_prefix": null, "created_at": "2018-09-04T10:22:45Z", "security_group_id": "a0350fb5-7963-482b-9b06-fea838951872", "tenant_id": "da1aa3dc9e564d3d922e61c0121a390e", "port_range_min": null, "ethertype": "IPv4", "project_id": "da1aa3dc9e564d3d922e61c0121a390e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T10:22:45Z", "revision_number": 0, "id": "3e9c32e8-8527-472a-956b-e0426fc61806", "remote_group_id": "a0350fb5-7963-482b-9b06-fea838951872", "remote_ip_prefix": null, "created_at": "2018-09-04T10:22:45Z", "security_group_id": "a0350fb5-7963-482b-9b06-fea838951872", "tenant_id": "da1aa3dc9e564d3d922e61c0121a390e", "port_range_min": null, "ethertype": "IPv6", "project_id": "da1aa3dc9e564d3d922e61c0121a390e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T10:22:45Z", "revision_number": 0, "id": "5d2caf42-b02e-4256-9265-4a0c49451d50", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T10:22:45Z", "security_group_id": "a0350fb5-7963-482b-9b06-fea838951872", "tenant_id": "da1aa3dc9e564d3d922e61c0121a390e", "port_range_min": null, "ethertype": "IPv6", "project_id": "da1aa3dc9e564d3d922e61c0121a390e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T10:22:45Z", "revision_number": 0, "id": "e17daf2d-5508-45e7-9ba3-14bcd176789e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T10:22:45Z", "security_group_id": "a0350fb5-7963-482b-9b06-fea838951872", "tenant_id": "da1aa3dc9e564d3d922e61c0121a390e", "port_range_min": null, "ethertype": "IPv4", "project_id": "da1aa3dc9e564d3d922e61c0121a390e"}], "revision_number": 4, "project_id": "da1aa3dc9e564d3d922e61c0121a390e", "id": "a0350fb5-7963-482b-9b06-fea838951872", "name": "default"}, {"description": "Security group for SDNVPN test cases", "tags": [], "tenant_id": "1e2f68a072b64978bd7ea91c2d64aca6", "created_at": "2018-09-04T12:22:58Z", "updated_at": "2018-09-04T12:26:12Z", "security_group_rules": [{"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 80, "updated_at": "2018-09-04T12:22:59Z", "revision_number": 0, "id": "24f2941b-e842-493e-9865-3b328b59d6b1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T12:22:59Z", "security_group_id": "aee4e203-f920-46bb-ac91-6898d944e253", "tenant_id": "1e2f68a072b64978bd7ea91c2d64aca6", "port_range_min": 80, "ethertype": "IPv4", "project_id": "1e2f68a072b64978bd7ea91c2d64aca6"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T12:22:58Z", "revision_number": 0, "id": "4dec3f1a-54e2-4cd3-ba28-c5bf40300f5c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T12:22:58Z", "security_group_id": "aee4e203-f920-46bb-ac91-6898d944e253", "tenant_id": "1e2f68a072b64978bd7ea91c2d64aca6", "port_range_min": null, "ethertype": "IPv6", "project_id": "1e2f68a072b64978bd7ea91c2d64aca6"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-09-04T12:22:58Z", "revision_number": 0, "id": "6843e041-8fe8-4e66-8acb-d325fa1f98c1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T12:22:58Z", "security_group_id": "aee4e203-f920-46bb-ac91-6898d944e253", "tenant_id": "1e2f68a072b64978bd7ea91c2d64aca6", "port_range_min": null, "ethertype": "IPv4", "project_id": "1e2f68a072b64978bd7ea91c2d64aca6"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T12:22:58Z", "revision_number": 0, "id": "83ced0ab-b5b1-4a6b-915f-ceed01ac608d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T12:22:58Z", "security_group_id": "aee4e203-f920-46bb-ac91-6898d944e253", "tenant_id": "1e2f68a072b64978bd7ea91c2d64aca6", "port_range_min": null, "ethertype": "IPv4", "project_id": "1e2f68a072b64978bd7ea91c2d64aca6"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-09-04T12:22:58Z", "revision_number": 0, "id": "a537f243-1e42-435d-9bbd-5763e7fba9b5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T12:22:58Z", "security_group_id": "aee4e203-f920-46bb-ac91-6898d944e253", "tenant_id": "1e2f68a072b64978bd7ea91c2d64aca6", "port_range_min": 22, "ethertype": "IPv4", "project_id": "1e2f68a072b64978bd7ea91c2d64aca6"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 179, "updated_at": "2018-09-04T12:26:12Z", "revision_number": 0, "id": "aae9ba27-bdc4-4d98-8c03-3fe28bd7d852", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T12:26:12Z", "security_group_id": "aee4e203-f920-46bb-ac91-6898d944e253", "tenant_id": "1e2f68a072b64978bd7ea91c2d64aca6", "port_range_min": 179, "ethertype": "IPv4", "project_id": "1e2f68a072b64978bd7ea91c2d64aca6"}, {"direction": "egress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-09-04T12:22:59Z", "revision_number": 0, "id": "ea486981-bdcb-407e-afae-54091ff51e8d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T12:22:59Z", "security_group_id": "aee4e203-f920-46bb-ac91-6898d944e253", "tenant_id": "1e2f68a072b64978bd7ea91c2d64aca6", "port_range_min": 22, "ethertype": "IPv4", "project_id": "1e2f68a072b64978bd7ea91c2d64aca6"}], "revision_number": 7, "project_id": "1e2f68a072b64978bd7ea91c2d64aca6", "id": "aee4e203-f920-46bb-ac91-6898d944e253", "name": "sdnvpn-sg"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-09-04T10:24:20Z", "updated_at": "2018-09-04T10:24:20Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T10:24:20Z", "revision_number": 0, "id": "2ea596f0-86ac-463c-b411-9ff94832a4d2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T10:24:20Z", "security_group_id": "c1c896f2-3aa4-47ce-9d8a-695c2f3fb7a4", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T10:24:20Z", "revision_number": 0, "id": "95325a12-195c-43ac-a360-a2e3e0e66934", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T10:24:20Z", "security_group_id": "c1c896f2-3aa4-47ce-9d8a-695c2f3fb7a4", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T10:24:20Z", "revision_number": 0, "id": "aa58bb28-c625-4096-800e-8a443d41f02a", "remote_group_id": "c1c896f2-3aa4-47ce-9d8a-695c2f3fb7a4", "remote_ip_prefix": null, "created_at": "2018-09-04T10:24:20Z", "security_group_id": "c1c896f2-3aa4-47ce-9d8a-695c2f3fb7a4", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T10:24:20Z", "revision_number": 0, "id": "c66f070f-ca83-4ef4-bb72-07224113f248", "remote_group_id": "c1c896f2-3aa4-47ce-9d8a-695c2f3fb7a4", "remote_ip_prefix": null, "created_at": "2018-09-04T10:24:20Z", "security_group_id": "c1c896f2-3aa4-47ce-9d8a-695c2f3fb7a4", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "c1c896f2-3aa4-47ce-9d8a-695c2f3fb7a4", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "ab8db2ecda7a4da79b1f0eed2104619d", "created_at": "2018-09-04T11:27:45Z", "updated_at": "2018-09-04T11:27:45Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T11:27:45Z", "revision_number": 0, "id": "14b66247-ea83-40bd-9cf7-391b44cd8c60", "remote_group_id": "ca40cc0b-e078-4535-b626-86e0c6339018", "remote_ip_prefix": null, "created_at": "2018-09-04T11:27:45Z", "security_group_id": "ca40cc0b-e078-4535-b626-86e0c6339018", "tenant_id": "ab8db2ecda7a4da79b1f0eed2104619d", "port_range_min": null, "ethertype": "IPv6", "project_id": "ab8db2ecda7a4da79b1f0eed2104619d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T11:27:45Z", "revision_number": 0, "id": "427d984e-c10f-4435-8c54-6e7abd4dfb04", "remote_group_id": "ca40cc0b-e078-4535-b626-86e0c6339018", "remote_ip_prefix": null, "created_at": "2018-09-04T11:27:45Z", "security_group_id": "ca40cc0b-e078-4535-b626-86e0c6339018", "tenant_id": "ab8db2ecda7a4da79b1f0eed2104619d", "port_range_min": null, "ethertype": "IPv4", "project_id": "ab8db2ecda7a4da79b1f0eed2104619d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T11:27:45Z", "revision_number": 0, "id": "644bef6e-a7b1-4cc2-af4e-4cd069ef634e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T11:27:45Z", "security_group_id": "ca40cc0b-e078-4535-b626-86e0c6339018", "tenant_id": "ab8db2ecda7a4da79b1f0eed2104619d", "port_range_min": null, "ethertype": "IPv4", "project_id": "ab8db2ecda7a4da79b1f0eed2104619d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T11:27:45Z", "revision_number": 0, "id": "84c32cbd-0db7-41ca-9e15-9ea28ade36f9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T11:27:45Z", "security_group_id": "ca40cc0b-e078-4535-b626-86e0c6339018", "tenant_id": "ab8db2ecda7a4da79b1f0eed2104619d", "port_range_min": null, "ethertype": "IPv6", "project_id": "ab8db2ecda7a4da79b1f0eed2104619d"}], "revision_number": 4, "project_id": "ab8db2ecda7a4da79b1f0eed2104619d", "id": "ca40cc0b-e078-4535-b626-86e0c6339018", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "b4dbfc1d0e34496f8fb7c7cd1f5608e5", "created_at": "2018-09-04T12:16:14Z", "updated_at": "2018-09-04T12:16:14Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T12:16:14Z", "revision_number": 0, "id": "1b62a402-1c3a-4aa7-8049-b9198a3eb965", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T12:16:14Z", "security_group_id": "e81419cf-b95e-4732-aaad-e3432b8b2cbb", "tenant_id": "b4dbfc1d0e34496f8fb7c7cd1f5608e5", "port_range_min": null, "ethertype": "IPv6", "project_id": "b4dbfc1d0e34496f8fb7c7cd1f5608e5"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T12:16:14Z", "revision_number": 0, "id": "a8815e70-65ec-4dd7-8b9f-aa8f1609eb4f", "remote_group_id": "e81419cf-b95e-4732-aaad-e3432b8b2cbb", "remote_ip_prefix": null, "created_at": "2018-09-04T12:16:14Z", "security_group_id": "e81419cf-b95e-4732-aaad-e3432b8b2cbb", "tenant_id": "b4dbfc1d0e34496f8fb7c7cd1f5608e5", "port_range_min": null, "ethertype": "IPv6", "project_id": "b4dbfc1d0e34496f8fb7c7cd1f5608e5"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T12:16:14Z", "revision_number": 0, "id": "d083d625-e30d-4471-aa42-f7f3fc8c328d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T12:16:14Z", "security_group_id": "e81419cf-b95e-4732-aaad-e3432b8b2cbb", "tenant_id": "b4dbfc1d0e34496f8fb7c7cd1f5608e5", "port_range_min": null, "ethertype": "IPv4", "project_id": "b4dbfc1d0e34496f8fb7c7cd1f5608e5"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T12:16:14Z", "revision_number": 0, "id": "f6d9401b-38df-4edd-8f40-69a1466cf9bf", "remote_group_id": "e81419cf-b95e-4732-aaad-e3432b8b2cbb", "remote_ip_prefix": null, "created_at": "2018-09-04T12:16:14Z", "security_group_id": "e81419cf-b95e-4732-aaad-e3432b8b2cbb", "tenant_id": "b4dbfc1d0e34496f8fb7c7cd1f5608e5", "port_range_min": null, "ethertype": "IPv4", "project_id": "b4dbfc1d0e34496f8fb7c7cd1f5608e5"}], "revision_number": 4, "project_id": "b4dbfc1d0e34496f8fb7c7cd1f5608e5", "id": "e81419cf-b95e-4732-aaad-e3432b8b2cbb", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "c4b3a0f041ae4ca4803a4af225513ba4", "created_at": "2018-09-04T12:17:41Z", "updated_at": "2018-09-04T12:17:41Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T12:17:41Z", "revision_number": 0, "id": "6824685c-2b3f-4f22-866c-eb59012208ba", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T12:17:41Z", "security_group_id": "f9b8b6c9-4e98-454a-9292-c29271bcae95", "tenant_id": "c4b3a0f041ae4ca4803a4af225513ba4", "port_range_min": null, "ethertype": "IPv4", "project_id": "c4b3a0f041ae4ca4803a4af225513ba4"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T12:17:41Z", "revision_number": 0, "id": "87cee46a-3604-4dd1-adc1-d97d3419ae0c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T12:17:41Z", "security_group_id": "f9b8b6c9-4e98-454a-9292-c29271bcae95", "tenant_id": "c4b3a0f041ae4ca4803a4af225513ba4", "port_range_min": null, "ethertype": "IPv6", "project_id": "c4b3a0f041ae4ca4803a4af225513ba4"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T12:17:41Z", "revision_number": 0, "id": "e00cf838-51d7-462e-906c-37f4fb4d7181", "remote_group_id": "f9b8b6c9-4e98-454a-9292-c29271bcae95", "remote_ip_prefix": null, "created_at": "2018-09-04T12:17:41Z", "security_group_id": "f9b8b6c9-4e98-454a-9292-c29271bcae95", "tenant_id": "c4b3a0f041ae4ca4803a4af225513ba4", "port_range_min": null, "ethertype": "IPv6", "project_id": "c4b3a0f041ae4ca4803a4af225513ba4"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T12:17:41Z", "revision_number": 0, "id": "e024fd11-5aeb-4982-ae2b-589b9dd401b4", "remote_group_id": "f9b8b6c9-4e98-454a-9292-c29271bcae95", "remote_ip_prefix": null, "created_at": "2018-09-04T12:17:41Z", "security_group_id": "f9b8b6c9-4e98-454a-9292-c29271bcae95", "tenant_id": "c4b3a0f041ae4ca4803a4af225513ba4", "port_range_min": null, "ethertype": "IPv4", "project_id": "c4b3a0f041ae4ca4803a4af225513ba4"}], "revision_number": 4, "project_id": "c4b3a0f041ae4ca4803a4af225513ba4", "id": "f9b8b6c9-4e98-454a-9292-c29271bcae95", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "f2bd6f97bf95498993c0c8d4f6900483", "created_at": "2018-09-04T11:33:20Z", "updated_at": "2018-09-04T11:33:20Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T11:33:20Z", "revision_number": 0, "id": "4c75c440-963b-417c-bedf-82086417e68c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T11:33:20Z", "security_group_id": "fa4f989a-20d2-4218-a4cf-f17539ef1b27", "tenant_id": "f2bd6f97bf95498993c0c8d4f6900483", "port_range_min": null, "ethertype": "IPv6", "project_id": "f2bd6f97bf95498993c0c8d4f6900483"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T11:33:20Z", "revision_number": 0, "id": "9635b56a-1370-4f88-9df0-f0954055f960", "remote_group_id": "fa4f989a-20d2-4218-a4cf-f17539ef1b27", "remote_ip_prefix": null, "created_at": "2018-09-04T11:33:20Z", "security_group_id": "fa4f989a-20d2-4218-a4cf-f17539ef1b27", "tenant_id": "f2bd6f97bf95498993c0c8d4f6900483", "port_range_min": null, "ethertype": "IPv4", "project_id": "f2bd6f97bf95498993c0c8d4f6900483"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T11:33:20Z", "revision_number": 0, "id": "c7c730c6-ae66-4505-873b-c6dca4c55d95", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T11:33:20Z", "security_group_id": "fa4f989a-20d2-4218-a4cf-f17539ef1b27", "tenant_id": "f2bd6f97bf95498993c0c8d4f6900483", "port_range_min": null, "ethertype": "IPv4", "project_id": "f2bd6f97bf95498993c0c8d4f6900483"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T11:33:20Z", "revision_number": 0, "id": "df1fc864-f960-4a86-bd3d-950eac909690", "remote_group_id": "fa4f989a-20d2-4218-a4cf-f17539ef1b27", "remote_ip_prefix": null, "created_at": "2018-09-04T11:33:20Z", "security_group_id": "fa4f989a-20d2-4218-a4cf-f17539ef1b27", "tenant_id": "f2bd6f97bf95498993c0c8d4f6900483", "port_range_min": null, "ethertype": "IPv6", "project_id": "f2bd6f97bf95498993c0c8d4f6900483"}], "revision_number": 4, "project_id": "f2bd6f97bf95498993c0c8d4f6900483", "id": "fa4f989a-20d2-4218-a4cf-f17539ef1b27", "name": "default"}]} 2018-09-04 12:44:31,955 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups used request id req-b26a140b-620a-41e9-8d37-3bc18e4f307b 2018-09-04 12:44:31,959 - sdnvpn.lib.openstack_utils - INFO - Using existing security group 'sdnvpn-sg'... 2018-09-04 12:44:31,960 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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-09-04 12:44:31,968 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12:44:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b94e4dcb-f4f5-40e7-b32e-ace587f98bc1 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.28:5000/v3/", "rel": "self"}]}} 2018-09-04 12:44:31,968 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-b94e4dcb-f4f5-40e7-b32e-ace587f98bc1 2018-09-04 12:44:31,968 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-09-04 12:44:32,348 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "3d416247e8224533841040c3ad2bce5a", "name": "admin"}], "expires_at": "2018-09-04T13:44:32.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1e2f68a072b64978bd7ea91c2d64aca6", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v1/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235635a698ef4bef9dc6b25273d185da"}, {"url": "http://192.30.9.6:8776/v1/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "23b07b3fbfc340a58cf0f9b2871a0d23"}, {"url": "http://172.30.9.28:8776/v1/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "72fd0aaa144d45419f4b04b6b26f69a7"}], "type": "volume", "id": "097241c25b4d4f7e91b3f8efa155909e", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v3/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93eb4cf3030a49e7840bec071422d397"}, {"url": "http://192.30.9.6:8776/v3/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8af439a6ac147fdbcb38ed9aa916b68"}, {"url": "http://192.30.9.6:8776/v3/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c4bfdbc9b7c74a23a40afdf578cfeba4"}], "type": "volumev3", "id": "1c85f4682ce44f729db1dabd98e965e8", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "82239574a29d4603a2161006f61851cf"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8d15f7134f364a7bbcfff2f84aac3bf2"}, {"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e01668c43a0c4c279b9a3d20a0280d6c"}], "type": "image", "id": "297d8415ca96454991054983920912f7", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7bb4d60e20734d4a9f31ec75e02cb823"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bf6adec15590466a9a0d3bddb00e8993"}, {"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f096f03a1d12411a8972f6f7c196b60d"}], "type": "policy", "id": "54c64351b56d44bbad74c2969cc3aa00", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "354ae6870a324fab82d0a0fb68ee0f26"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a3807e460dd4af488d982b66c52e64c"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e7c3da785076450abd71868e75ce0c33"}], "type": "cloudformation", "id": "6ac9917ae83c4639a15a4ab3cf0e76dd", "name": "heat-cfn"}, {"endpoints": [], "type": "metering", "id": "7fcc078e5e0645f29df67742ac14e388", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49e71628d386464cb950d6a9db00a328"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75b0a63ed8574bbcab1c851cc9b83d30"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9902b0a8b3c04cd192a1b84c417c232b"}], "type": "key-manager", "id": "9626544a32e74678a641c6e206f028a9", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "497340e5aa36485982fdf297f370558f"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7802beb4fc7c4952897b77bd5610b1fe"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c14af798917f4fa0b146d9772583e595"}], "type": "metric", "id": "973bfe8c658d4e5a8da725e76b9d550e", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "288ecc3674ea41d2aa3b790dcb832bf2"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7a6dc785cd7142f5b30f1a7ba0daeb03"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7f7d34e2351b4964befccc862c4e8e12"}], "type": "network", "id": "a348d7b06050474fb449be7f32ea6f5d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "21bce6ecb8464a1f8f3e3847aa698bd6"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0a8faf2246b47deb30e69e48d3551fb"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e71c6011de3d4d8589e5b53dcc79f288"}], "type": "identity", "id": "ad8d4b4953184137a1b913ecee9434ed", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "13474f9a78ca4f1184e4cddc84d0d98c"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad67365a18234bb78c336e6776958c00"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc54db13337f44f8921fbb9ad0f81de8"}], "type": "alarming", "id": "bb18dc3243034f08a6a7f69f7a1edccf", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0d91d7adf0304b2681c77f979e5cdb17"}, {"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "756e5ffca9774ab3ae2db41bf330417f"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c07c727a08c243b287827f539a124e63"}], "type": "placement", "id": "bb2c9432fcbd4c56913177122468f6ba", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8004/v1/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1eed4912224b48cf9856446eae4d9928"}, {"url": "http://192.30.9.6:8004/v1/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b73b7f99236541148d84f24f09e5dd40"}, {"url": "http://192.30.9.6:8004/v1/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fbf12e52911244fdafc24a9d46f56e62"}], "type": "orchestration", "id": "c8918d139da945ba93df4ccce21d4904", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16bf098b9e2e490f8e47fa601059f975"}, {"url": "http://192.30.9.6:8776/v2/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc16fa4cf491444ca2f611d5692c1170"}, {"url": "http://192.30.9.6:8776/v2/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ccd2c5325dff4b90b391db9fdde67d99"}], "type": "volumev2", "id": "d09ac9123c34494abce21d6c27bee9d9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eac694332354a3aa0e61c31314166d7"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b4d4989c4e764717ab78d38675cadd3f"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff196e46b56d406d87a678f1a64497b0"}], "type": "compute", "id": "d4030ee932c84df58c5b910cc197caa7", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "42c3a9abd8ad4ce8ab2c4cc6e0403c33"}, "audit_ids": ["kkPwYBS4SOeq5ViMSdNxNw"], "issued_at": "2018-09-04T12:44:32.000000Z"}} 2018-09-04 12:44:32,352 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/os-hypervisors/detail -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}06d649f8d7b51d80b29328548d287907b8b08e48" 2018-09-04 12:44:32,535 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12:44: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-3619a06c-8463-4752-b8b3-b83711c92349 x-compute-request-id: req-3619a06c-8463-4752-b8b3-b83711c92349 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": 132}, "vcpus_used": 0, "hypervisor_type": "QEMU", "local_gb_used": 0, "vcpus": 16, "hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "memory_mb_used": 4096, "memory_mb": 32502, "current_workload": 0, "state": "up", "host_ip": "192.30.9.9", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"pcid\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"acpi\", \"fma\", \"vme\", \"popcnt\", \"mmx\", \"osxsave\", \"cx8\", \"mce\", \"de\", \"rdtscp\", \"ht\", \"dca\", \"lahf_lm\", \"abm\", \"pdcm\", \"mca\", \"pdpe1gb\", \"apic\", \"sse\", \"f16c\", \"pse\", \"ds\", \"invtsc\", \"pni\", \"tm2\", \"avx2\", \"aes\", \"sse2\", \"ss\", \"ds_cpl\", \"arat\", \"bmi1\", \"bmi2\", \"ssse3\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 0, "free_disk_gb": 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": 141}, "vcpus_used": 0, "hypervisor_type": "QEMU", "local_gb_used": 0, "vcpus": 16, "hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "memory_mb_used": 4096, "memory_mb": 32502, "current_workload": 0, "state": "up", "host_ip": "192.30.9.7", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"pcid\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"acpi\", \"fma\", \"vme\", \"popcnt\", \"mmx\", \"osxsave\", \"cx8\", \"mce\", \"de\", \"rdtscp\", \"ht\", \"dca\", \"lahf_lm\", \"abm\", \"pdcm\", \"mca\", \"pdpe1gb\", \"apic\", \"sse\", \"f16c\", \"pse\", \"ds\", \"invtsc\", \"pni\", \"tm2\", \"avx2\", \"aes\", \"sse2\", \"ss\", \"ds_cpl\", \"arat\", \"bmi1\", \"bmi2\", \"ssse3\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 0, "free_disk_gb": 10239, "hypervisor_version": 2009000, "disk_available_least": 10177, "local_gb": 10239, "free_ram_mb": 28406, "id": 6}]} 2018-09-04 12:44:32,535 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/os-hypervisors/detail used request id req-3619a06c-8463-4752-b8b3-b83711c92349 2018-09-04 12:44:32,536 - paramiko.transport - DEBUG - [chan 3] Max packet in: 32768 bytes 2018-09-04 12:44:32,537 - paramiko.transport - DEBUG - [chan 3] Max packet out: 32768 bytes 2018-09-04 12:44:32,537 - paramiko.transport - DEBUG - Secsh channel 3 opened. 2018-09-04 12:44:32,540 - paramiko.transport - DEBUG - [chan 3] Sesch channel 3 request ok 2018-09-04 12:44:32,591 - paramiko.transport - DEBUG - [chan 3] EOF received (3) 2018-09-04 12:44:32,593 - paramiko.transport - DEBUG - [chan 4] Max packet in: 32768 bytes 2018-09-04 12:44:32,594 - paramiko.transport - DEBUG - [chan 3] EOF sent (3) 2018-09-04 12:44:32,595 - paramiko.transport - DEBUG - [chan 4] Max packet out: 32768 bytes 2018-09-04 12:44:32,595 - paramiko.transport - DEBUG - Secsh channel 4 opened. 2018-09-04 12:44:32,636 - paramiko.transport - DEBUG - [chan 4] Sesch channel 4 request ok 2018-09-04 12:44:32,678 - paramiko.transport - DEBUG - [chan 4] EOF received (4) 2018-09-04 12:44:32,679 - paramiko.transport - DEBUG - [chan 3] Max packet in: 32768 bytes 2018-09-04 12:44:32,679 - paramiko.transport - DEBUG - [chan 4] EOF sent (4) 2018-09-04 12:44:32,681 - paramiko.transport - DEBUG - [chan 3] Max packet out: 32768 bytes 2018-09-04 12:44:32,681 - paramiko.transport - DEBUG - Secsh channel 3 opened. 2018-09-04 12:44:32,685 - paramiko.transport - DEBUG - [chan 3] Sesch channel 3 request ok 2018-09-04 12:44:32,732 - paramiko.transport - DEBUG - [chan 3] EOF received (3) 2018-09-04 12:44:32,734 - paramiko.transport - DEBUG - [chan 4] Max packet in: 32768 bytes 2018-09-04 12:44:32,734 - paramiko.transport - DEBUG - [chan 3] EOF sent (3) 2018-09-04 12:44:32,735 - paramiko.transport - DEBUG - [chan 4] Max packet out: 32768 bytes 2018-09-04 12:44:32,735 - paramiko.transport - DEBUG - Secsh channel 4 opened. 2018-09-04 12:44:32,777 - paramiko.transport - DEBUG - [chan 4] Sesch channel 4 request ok 2018-09-04 12:44:32,817 - paramiko.transport - DEBUG - [chan 4] EOF received (4) 2018-09-04 12:44:32,817 - sdnvpn_test_utils - INFO - Creating instance 'sdnvpn-11-2'... 2018-09-04 12:44:32,818 - sdnvpn_test_utils - DEBUG - Configuration: name=sdnvpn-11-2 flavor=m1.tiny image=5df0d1a5-fae9-4d07-a074-3b5a26f086d8 network=7b1065a4-ddca-4929-b484-1d3f8e547f51 secgroup=aee4e203-f920-46bb-ac91-6898d944e253 hypervisor=nova:overcloud-novacompute-0.opnfvlf.org fixed_ip=None files=None userdata= None 2018-09-04 12:44:32,818 - paramiko.transport - DEBUG - [chan 4] EOF sent (4) 2018-09-04 12:44:32,818 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-09-04 12:44:32,819 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-09-04 12:44:32,819 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-09-04 12:44:32,819 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-09-04 12:44:32,819 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-09-04 12:44:32,820 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-09-04 12:44:32,820 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-09-04 12:44:32,820 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-09-04 12:44:32,820 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-09-04 12:44:32,820 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-09-04 12:44:32,820 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-09-04 12:44:32,820 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-09-04 12:44:32,821 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-09-04 12:44:32,821 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-09-04 12:44:32,821 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-09-04 12:44:32,821 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-09-04 12:44:32,821 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-09-04 12:44:32,821 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-09-04 12:44:32,821 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-09-04 12:44:32,821 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-09-04 12:44:32,822 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-09-04 12:44:32,822 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-09-04 12:44:32,822 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-09-04 12:44:32,822 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-09-04 12:44:32,824 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-09-04 12:44:32,824 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-09-04 12:44:32,824 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-09-04 12:44:32,825 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-09-04 12:44:32,825 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-09-04 12:44:32,825 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-09-04 12:44:32,825 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-09-04 12:44:32,825 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-09-04 12:44:32,825 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-09-04 12:44:32,825 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-09-04 12:44:32,825 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-09-04 12:44:32,826 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-09-04 12:44:32,826 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-09-04 12:44:32,826 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-09-04 12:44:32,826 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-09-04 12:44:32,826 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-09-04 12:44:32,826 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-09-04 12:44:32,826 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-09-04 12:44:32,826 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-09-04 12:44:32,827 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-09-04 12:44:32,827 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-09-04 12:44:32,827 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-09-04 12:44:32,827 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-09-04 12:44:32,827 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-09-04 12:44:32,830 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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-09-04 12:44:32,837 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12:44:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7ae11659-2a94-4372-a1fd-4597072f16f0 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.28:5000/v3/", "rel": "self"}]}} 2018-09-04 12:44:32,837 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-7ae11659-2a94-4372-a1fd-4597072f16f0 2018-09-04 12:44:32,837 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-09-04 12:44:33,219 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "3d416247e8224533841040c3ad2bce5a", "name": "admin"}], "expires_at": "2018-09-04T13:44:33.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1e2f68a072b64978bd7ea91c2d64aca6", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v1/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235635a698ef4bef9dc6b25273d185da"}, {"url": "http://192.30.9.6:8776/v1/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "23b07b3fbfc340a58cf0f9b2871a0d23"}, {"url": "http://172.30.9.28:8776/v1/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "72fd0aaa144d45419f4b04b6b26f69a7"}], "type": "volume", "id": "097241c25b4d4f7e91b3f8efa155909e", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v3/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93eb4cf3030a49e7840bec071422d397"}, {"url": "http://192.30.9.6:8776/v3/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8af439a6ac147fdbcb38ed9aa916b68"}, {"url": "http://192.30.9.6:8776/v3/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c4bfdbc9b7c74a23a40afdf578cfeba4"}], "type": "volumev3", "id": "1c85f4682ce44f729db1dabd98e965e8", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "82239574a29d4603a2161006f61851cf"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8d15f7134f364a7bbcfff2f84aac3bf2"}, {"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e01668c43a0c4c279b9a3d20a0280d6c"}], "type": "image", "id": "297d8415ca96454991054983920912f7", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7bb4d60e20734d4a9f31ec75e02cb823"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bf6adec15590466a9a0d3bddb00e8993"}, {"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f096f03a1d12411a8972f6f7c196b60d"}], "type": "policy", "id": "54c64351b56d44bbad74c2969cc3aa00", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "354ae6870a324fab82d0a0fb68ee0f26"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a3807e460dd4af488d982b66c52e64c"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e7c3da785076450abd71868e75ce0c33"}], "type": "cloudformation", "id": "6ac9917ae83c4639a15a4ab3cf0e76dd", "name": "heat-cfn"}, {"endpoints": [], "type": "metering", "id": "7fcc078e5e0645f29df67742ac14e388", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49e71628d386464cb950d6a9db00a328"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75b0a63ed8574bbcab1c851cc9b83d30"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9902b0a8b3c04cd192a1b84c417c232b"}], "type": "key-manager", "id": "9626544a32e74678a641c6e206f028a9", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "497340e5aa36485982fdf297f370558f"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7802beb4fc7c4952897b77bd5610b1fe"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c14af798917f4fa0b146d9772583e595"}], "type": "metric", "id": "973bfe8c658d4e5a8da725e76b9d550e", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "288ecc3674ea41d2aa3b790dcb832bf2"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7a6dc785cd7142f5b30f1a7ba0daeb03"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7f7d34e2351b4964befccc862c4e8e12"}], "type": "network", "id": "a348d7b06050474fb449be7f32ea6f5d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "21bce6ecb8464a1f8f3e3847aa698bd6"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0a8faf2246b47deb30e69e48d3551fb"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e71c6011de3d4d8589e5b53dcc79f288"}], "type": "identity", "id": "ad8d4b4953184137a1b913ecee9434ed", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "13474f9a78ca4f1184e4cddc84d0d98c"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad67365a18234bb78c336e6776958c00"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc54db13337f44f8921fbb9ad0f81de8"}], "type": "alarming", "id": "bb18dc3243034f08a6a7f69f7a1edccf", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0d91d7adf0304b2681c77f979e5cdb17"}, {"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "756e5ffca9774ab3ae2db41bf330417f"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c07c727a08c243b287827f539a124e63"}], "type": "placement", "id": "bb2c9432fcbd4c56913177122468f6ba", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8004/v1/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1eed4912224b48cf9856446eae4d9928"}, {"url": "http://192.30.9.6:8004/v1/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b73b7f99236541148d84f24f09e5dd40"}, {"url": "http://192.30.9.6:8004/v1/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fbf12e52911244fdafc24a9d46f56e62"}], "type": "orchestration", "id": "c8918d139da945ba93df4ccce21d4904", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16bf098b9e2e490f8e47fa601059f975"}, {"url": "http://192.30.9.6:8776/v2/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc16fa4cf491444ca2f611d5692c1170"}, {"url": "http://192.30.9.6:8776/v2/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ccd2c5325dff4b90b391db9fdde67d99"}], "type": "volumev2", "id": "d09ac9123c34494abce21d6c27bee9d9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eac694332354a3aa0e61c31314166d7"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b4d4989c4e764717ab78d38675cadd3f"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff196e46b56d406d87a678f1a64497b0"}], "type": "compute", "id": "d4030ee932c84df58c5b910cc197caa7", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "42c3a9abd8ad4ce8ab2c4cc6e0403c33"}, "audit_ids": ["IXxmH3ChTYW_NVHKNf1ogQ"], "issued_at": "2018-09-04T12:44:33.000000Z"}} 2018-09-04 12:44:33,223 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}13774776dd426a651ccb3edd61542212e77a8d31" 2018-09-04 12:44:33,397 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12: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-196fca04-9ea3-4f66-b28f-860c8d974fdf x-compute-request-id: req-196fca04-9ea3-4f66-b28f-860c8d974fdf Content-Encoding: gzip Content-Length: 162 Content-Type: application/json RESP BODY: {"flavors": [{"id": "9cbbc756-b738-4f1f-8d03-84c527182338", "links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/9cbbc756-b738-4f1f-8d03-84c527182338", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/9cbbc756-b738-4f1f-8d03-84c527182338", "rel": "bookmark"}], "name": "m1.tiny"}]} 2018-09-04 12:44:33,397 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors used request id req-196fca04-9ea3-4f66-b28f-860c8d974fdf 2018-09-04 12:44:33,400 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/flavors/9cbbc756-b738-4f1f-8d03-84c527182338 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}13774776dd426a651ccb3edd61542212e77a8d31" 2018-09-04 12:44:33,424 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12: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-87a1867d-9bb9-4ae7-9bed-d6605807c373 x-compute-request-id: req-87a1867d-9bb9-4ae7-9bed-d6605807c373 Content-Encoding: gzip Content-Length: 280 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/9cbbc756-b738-4f1f-8d03-84c527182338", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/9cbbc756-b738-4f1f-8d03-84c527182338", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "9cbbc756-b738-4f1f-8d03-84c527182338", "name": "m1.tiny", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-09-04 12:44:33,424 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors/9cbbc756-b738-4f1f-8d03-84c527182338 used request id req-87a1867d-9bb9-4ae7-9bed-d6605807c373 2018-09-04 12:44:33,427 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}13774776dd426a651ccb3edd61542212e77a8d31" -d '{"server": {"name": "sdnvpn-11-2", "imageRef": "5df0d1a5-fae9-4d07-a074-3b5a26f086d8", "availability_zone": "nova:overcloud-novacompute-0.opnfvlf.org", "flavorRef": "9cbbc756-b738-4f1f-8d03-84c527182338", "max_count": 1, "min_count": 1, "networks": [{"uuid": "7b1065a4-ddca-4929-b484-1d3f8e547f51"}]}}' 2018-09-04 12:44:34,937 - novaclient.v2.client - DEBUG - RESP: [202] Date: Tue, 04 Sep 2018 12: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 x-openstack-request-id: req-75d2f38b-908c-42fa-8be0-053a2eb69213 x-compute-request-id: req-75d2f38b-908c-42fa-8be0-053a2eb69213 Content-Length: 374 location: http://172.30.9.28:8774/v2.1/servers/28d7a11c-f6fd-4e87-8a35-8e6337e6ef8e Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "28d7a11c-f6fd-4e87-8a35-8e6337e6ef8e", "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/28d7a11c-f6fd-4e87-8a35-8e6337e6ef8e", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/28d7a11c-f6fd-4e87-8a35-8e6337e6ef8e", "rel": "bookmark"}], "adminPass": "xQiZdtvMa5EH"}} 2018-09-04 12:44:34,937 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers used request id req-75d2f38b-908c-42fa-8be0-053a2eb69213 2018-09-04 12:44:34,938 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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-09-04 12:44:34,945 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12:44:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5e9087bc-85bf-4edc-add7-3a73596152f1 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.28:5000/v3/", "rel": "self"}]}} 2018-09-04 12:44:34,945 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-5e9087bc-85bf-4edc-add7-3a73596152f1 2018-09-04 12:44:34,945 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-09-04 12:44:35,318 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "3d416247e8224533841040c3ad2bce5a", "name": "admin"}], "expires_at": "2018-09-04T13:44:35.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1e2f68a072b64978bd7ea91c2d64aca6", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v1/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235635a698ef4bef9dc6b25273d185da"}, {"url": "http://192.30.9.6:8776/v1/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "23b07b3fbfc340a58cf0f9b2871a0d23"}, {"url": "http://172.30.9.28:8776/v1/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "72fd0aaa144d45419f4b04b6b26f69a7"}], "type": "volume", "id": "097241c25b4d4f7e91b3f8efa155909e", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v3/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93eb4cf3030a49e7840bec071422d397"}, {"url": "http://192.30.9.6:8776/v3/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8af439a6ac147fdbcb38ed9aa916b68"}, {"url": "http://192.30.9.6:8776/v3/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c4bfdbc9b7c74a23a40afdf578cfeba4"}], "type": "volumev3", "id": "1c85f4682ce44f729db1dabd98e965e8", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "82239574a29d4603a2161006f61851cf"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8d15f7134f364a7bbcfff2f84aac3bf2"}, {"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e01668c43a0c4c279b9a3d20a0280d6c"}], "type": "image", "id": "297d8415ca96454991054983920912f7", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7bb4d60e20734d4a9f31ec75e02cb823"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bf6adec15590466a9a0d3bddb00e8993"}, {"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f096f03a1d12411a8972f6f7c196b60d"}], "type": "policy", "id": "54c64351b56d44bbad74c2969cc3aa00", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "354ae6870a324fab82d0a0fb68ee0f26"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a3807e460dd4af488d982b66c52e64c"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e7c3da785076450abd71868e75ce0c33"}], "type": "cloudformation", "id": "6ac9917ae83c4639a15a4ab3cf0e76dd", "name": "heat-cfn"}, {"endpoints": [], "type": "metering", "id": "7fcc078e5e0645f29df67742ac14e388", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49e71628d386464cb950d6a9db00a328"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75b0a63ed8574bbcab1c851cc9b83d30"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9902b0a8b3c04cd192a1b84c417c232b"}], "type": "key-manager", "id": "9626544a32e74678a641c6e206f028a9", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "497340e5aa36485982fdf297f370558f"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7802beb4fc7c4952897b77bd5610b1fe"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c14af798917f4fa0b146d9772583e595"}], "type": "metric", "id": "973bfe8c658d4e5a8da725e76b9d550e", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "288ecc3674ea41d2aa3b790dcb832bf2"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7a6dc785cd7142f5b30f1a7ba0daeb03"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7f7d34e2351b4964befccc862c4e8e12"}], "type": "network", "id": "a348d7b06050474fb449be7f32ea6f5d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "21bce6ecb8464a1f8f3e3847aa698bd6"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0a8faf2246b47deb30e69e48d3551fb"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e71c6011de3d4d8589e5b53dcc79f288"}], "type": "identity", "id": "ad8d4b4953184137a1b913ecee9434ed", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "13474f9a78ca4f1184e4cddc84d0d98c"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad67365a18234bb78c336e6776958c00"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc54db13337f44f8921fbb9ad0f81de8"}], "type": "alarming", "id": "bb18dc3243034f08a6a7f69f7a1edccf", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0d91d7adf0304b2681c77f979e5cdb17"}, {"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "756e5ffca9774ab3ae2db41bf330417f"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c07c727a08c243b287827f539a124e63"}], "type": "placement", "id": "bb2c9432fcbd4c56913177122468f6ba", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8004/v1/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1eed4912224b48cf9856446eae4d9928"}, {"url": "http://192.30.9.6:8004/v1/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b73b7f99236541148d84f24f09e5dd40"}, {"url": "http://192.30.9.6:8004/v1/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fbf12e52911244fdafc24a9d46f56e62"}], "type": "orchestration", "id": "c8918d139da945ba93df4ccce21d4904", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16bf098b9e2e490f8e47fa601059f975"}, {"url": "http://192.30.9.6:8776/v2/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc16fa4cf491444ca2f611d5692c1170"}, {"url": "http://192.30.9.6:8776/v2/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ccd2c5325dff4b90b391db9fdde67d99"}], "type": "volumev2", "id": "d09ac9123c34494abce21d6c27bee9d9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eac694332354a3aa0e61c31314166d7"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b4d4989c4e764717ab78d38675cadd3f"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff196e46b56d406d87a678f1a64497b0"}], "type": "compute", "id": "d4030ee932c84df58c5b910cc197caa7", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "42c3a9abd8ad4ce8ab2c4cc6e0403c33"}, "audit_ids": ["IoUF_kolQMSREyB9INp1_Q"], "issued_at": "2018-09-04T12:44:35.000000Z"}} 2018-09-04 12:44:35,323 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/28d7a11c-f6fd-4e87-8a35-8e6337e6ef8e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}15eb6e841ebbd9281d442d023e198ee672cc8e26" 2018-09-04 12:44:35,830 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12:44: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-70332ec4-8817-4323-9e55-4d6e2f1ee143 x-compute-request-id: req-70332ec4-8817-4323-9e55-4d6e2f1ee143 Content-Encoding: gzip Content-Length: 617 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/28d7a11c-f6fd-4e87-8a35-8e6337e6ef8e", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/28d7a11c-f6fd-4e87-8a35-8e6337e6ef8e", "rel": "bookmark"}], "image": {"id": "5df0d1a5-fae9-4d07-a074-3b5a26f086d8", "links": [{"href": "http://172.30.9.28:8774/images/5df0d1a5-fae9-4d07-a074-3b5a26f086d8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "9cbbc756-b738-4f1f-8d03-84c527182338", "links": [{"href": "http://172.30.9.28:8774/flavors/9cbbc756-b738-4f1f-8d03-84c527182338", "rel": "bookmark"}]}, "id": "28d7a11c-f6fd-4e87-8a35-8e6337e6ef8e", "user_id": "42c3a9abd8ad4ce8ab2c4cc6e0403c33", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-04T12:44:35Z", "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-09-04T12:44:34Z", "tenant_id": "1e2f68a072b64978bd7ea91c2d64aca6", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 12:44:35,830 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/28d7a11c-f6fd-4e87-8a35-8e6337e6ef8e used request id req-70332ec4-8817-4323-9e55-4d6e2f1ee143 2018-09-04 12:44:38,836 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/28d7a11c-f6fd-4e87-8a35-8e6337e6ef8e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}15eb6e841ebbd9281d442d023e198ee672cc8e26" 2018-09-04 12:44:39,284 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12:44:38 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-df03afa2-8685-4be9-946a-f614ef57271a x-compute-request-id: req-df03afa2-8685-4be9-946a-f614ef57271a 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.28:8774/v2.1/servers/28d7a11c-f6fd-4e87-8a35-8e6337e6ef8e", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/28d7a11c-f6fd-4e87-8a35-8e6337e6ef8e", "rel": "bookmark"}], "image": {"id": "5df0d1a5-fae9-4d07-a074-3b5a26f086d8", "links": [{"href": "http://172.30.9.28:8774/images/5df0d1a5-fae9-4d07-a074-3b5a26f086d8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000111", "OS-SRV-USG:launched_at": null, "flavor": {"id": "9cbbc756-b738-4f1f-8d03-84c527182338", "links": [{"href": "http://172.30.9.28:8774/flavors/9cbbc756-b738-4f1f-8d03-84c527182338", "rel": "bookmark"}]}, "id": "28d7a11c-f6fd-4e87-8a35-8e6337e6ef8e", "security_groups": [{"name": "default"}], "user_id": "42c3a9abd8ad4ce8ab2c4cc6e0403c33", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-04T12:44:36Z", "hostId": "ac4312c86b6d8b3ba69b66c09fbaad9c9659999bf89f97c14b4d2a68", "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-09-04T12:44:34Z", "tenant_id": "1e2f68a072b64978bd7ea91c2d64aca6", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 12:44:39,284 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/28d7a11c-f6fd-4e87-8a35-8e6337e6ef8e used request id req-df03afa2-8685-4be9-946a-f614ef57271a 2018-09-04 12:44:42,291 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/28d7a11c-f6fd-4e87-8a35-8e6337e6ef8e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}15eb6e841ebbd9281d442d023e198ee672cc8e26" 2018-09-04 12:44:43,186 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12: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-574d699f-2d83-4cc5-88fe-3545fd8d8b45 x-compute-request-id: req-574d699f-2d83-4cc5-88fe-3545fd8d8b45 Content-Encoding: gzip Content-Length: 781 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:a6:17:d0", "version": 4, "addr": "10.10.10.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/28d7a11c-f6fd-4e87-8a35-8e6337e6ef8e", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/28d7a11c-f6fd-4e87-8a35-8e6337e6ef8e", "rel": "bookmark"}], "image": {"id": "5df0d1a5-fae9-4d07-a074-3b5a26f086d8", "links": [{"href": "http://172.30.9.28:8774/images/5df0d1a5-fae9-4d07-a074-3b5a26f086d8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000111", "OS-SRV-USG:launched_at": "2018-09-04T12:44:39.000000", "flavor": {"id": "9cbbc756-b738-4f1f-8d03-84c527182338", "links": [{"href": "http://172.30.9.28:8774/flavors/9cbbc756-b738-4f1f-8d03-84c527182338", "rel": "bookmark"}]}, "id": "28d7a11c-f6fd-4e87-8a35-8e6337e6ef8e", "security_groups": [{"name": "default"}], "user_id": "42c3a9abd8ad4ce8ab2c4cc6e0403c33", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-04T12:44:40Z", "hostId": "ac4312c86b6d8b3ba69b66c09fbaad9c9659999bf89f97c14b4d2a68", "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-09-04T12:44:34Z", "tenant_id": "1e2f68a072b64978bd7ea91c2d64aca6", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 12:44:43,186 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/28d7a11c-f6fd-4e87-8a35-8e6337e6ef8e used request id req-574d699f-2d83-4cc5-88fe-3545fd8d8b45 2018-09-04 12:44:43,189 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/28d7a11c-f6fd-4e87-8a35-8e6337e6ef8e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}13774776dd426a651ccb3edd61542212e77a8d31" 2018-09-04 12:44:43,960 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12:44:43 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-0a5fce72-36f8-4567-822b-d9d5f3bd1dfa x-compute-request-id: req-0a5fce72-36f8-4567-822b-d9d5f3bd1dfa Content-Encoding: gzip Content-Length: 781 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:a6:17:d0", "version": 4, "addr": "10.10.10.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/28d7a11c-f6fd-4e87-8a35-8e6337e6ef8e", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/28d7a11c-f6fd-4e87-8a35-8e6337e6ef8e", "rel": "bookmark"}], "image": {"id": "5df0d1a5-fae9-4d07-a074-3b5a26f086d8", "links": [{"href": "http://172.30.9.28:8774/images/5df0d1a5-fae9-4d07-a074-3b5a26f086d8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000111", "OS-SRV-USG:launched_at": "2018-09-04T12:44:39.000000", "flavor": {"id": "9cbbc756-b738-4f1f-8d03-84c527182338", "links": [{"href": "http://172.30.9.28:8774/flavors/9cbbc756-b738-4f1f-8d03-84c527182338", "rel": "bookmark"}]}, "id": "28d7a11c-f6fd-4e87-8a35-8e6337e6ef8e", "security_groups": [{"name": "default"}], "user_id": "42c3a9abd8ad4ce8ab2c4cc6e0403c33", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-04T12:44:40Z", "hostId": "ac4312c86b6d8b3ba69b66c09fbaad9c9659999bf89f97c14b4d2a68", "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-09-04T12:44:34Z", "tenant_id": "1e2f68a072b64978bd7ea91c2d64aca6", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 12:44:43,960 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/28d7a11c-f6fd-4e87-8a35-8e6337e6ef8e used request id req-0a5fce72-36f8-4567-822b-d9d5f3bd1dfa 2018-09-04 12:44:43,961 - sdnvpn_test_utils - DEBUG - Instance 'sdnvpn-11-2' booted successfully. IP='10.10.10.13'. 2018-09-04 12:44:43,961 - sdnvpn_test_utils - DEBUG - Adding 'sdnvpn-11-2' to security group 'sdnvpn-sg'... 2018-09-04 12:44:43,964 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/servers/28d7a11c-f6fd-4e87-8a35-8e6337e6ef8e/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}06d649f8d7b51d80b29328548d287907b8b08e48" -d '{"addSecurityGroup": {"name": "aee4e203-f920-46bb-ac91-6898d944e253"}}' 2018-09-04 12:44:45,422 - novaclient.v2.client - DEBUG - RESP: [202] Date: Tue, 04 Sep 2018 12:44:43 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-4c0e6368-0d2a-4aa9-9b11-6a2cd71542a4 x-compute-request-id: req-4c0e6368-0d2a-4aa9-9b11-6a2cd71542a4 Content-Length: 0 Content-Type: application/json 2018-09-04 12:44:45,422 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/28d7a11c-f6fd-4e87-8a35-8e6337e6ef8e/action used request id req-4c0e6368-0d2a-4aa9-9b11-6a2cd71542a4 2018-09-04 12:44:45,422 - sdnvpn_test_utils - INFO - Creating instance 'sdnvpn-11-1'... 2018-09-04 12:44:45,422 - sdnvpn_test_utils - DEBUG - Configuration: name=sdnvpn-11-1 flavor=m1.tiny image=5df0d1a5-fae9-4d07-a074-3b5a26f086d8 network=7b1065a4-ddca-4929-b484-1d3f8e547f51 secgroup=aee4e203-f920-46bb-ac91-6898d944e253 hypervisor=nova:overcloud-novacompute-0.opnfvlf.org fixed_ip=None files=None userdata= None 2018-09-04 12:44:45,423 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-09-04 12:44:45,423 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-09-04 12:44:45,423 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-09-04 12:44:45,423 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-09-04 12:44:45,423 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-09-04 12:44:45,423 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-09-04 12:44:45,423 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-09-04 12:44:45,423 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-09-04 12:44:45,424 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-09-04 12:44:45,424 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-09-04 12:44:45,424 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-09-04 12:44:45,424 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-09-04 12:44:45,424 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-09-04 12:44:45,424 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-09-04 12:44:45,424 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-09-04 12:44:45,424 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-09-04 12:44:45,424 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-09-04 12:44:45,424 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-09-04 12:44:45,425 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-09-04 12:44:45,425 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-09-04 12:44:45,425 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-09-04 12:44:45,425 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-09-04 12:44:45,425 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-09-04 12:44:45,425 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-09-04 12:44:45,427 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-09-04 12:44:45,427 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-09-04 12:44:45,427 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-09-04 12:44:45,428 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-09-04 12:44:45,428 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-09-04 12:44:45,428 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-09-04 12:44:45,428 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-09-04 12:44:45,428 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-09-04 12:44:45,428 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-09-04 12:44:45,428 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-09-04 12:44:45,428 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-09-04 12:44:45,429 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-09-04 12:44:45,429 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-09-04 12:44:45,429 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-09-04 12:44:45,429 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-09-04 12:44:45,429 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-09-04 12:44:45,429 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-09-04 12:44:45,429 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-09-04 12:44:45,429 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-09-04 12:44:45,429 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-09-04 12:44:45,429 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-09-04 12:44:45,430 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-09-04 12:44:45,430 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-09-04 12:44:45,430 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-09-04 12:44:45,432 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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-09-04 12:44:45,440 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12:44:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-561854d4-6d26-4660-b010-3463b5d8690d 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.28:5000/v3/", "rel": "self"}]}} 2018-09-04 12:44:45,440 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-561854d4-6d26-4660-b010-3463b5d8690d 2018-09-04 12:44:45,441 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-09-04 12:44:45,821 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "3d416247e8224533841040c3ad2bce5a", "name": "admin"}], "expires_at": "2018-09-04T13:44:45.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1e2f68a072b64978bd7ea91c2d64aca6", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v1/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235635a698ef4bef9dc6b25273d185da"}, {"url": "http://192.30.9.6:8776/v1/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "23b07b3fbfc340a58cf0f9b2871a0d23"}, {"url": "http://172.30.9.28:8776/v1/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "72fd0aaa144d45419f4b04b6b26f69a7"}], "type": "volume", "id": "097241c25b4d4f7e91b3f8efa155909e", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v3/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93eb4cf3030a49e7840bec071422d397"}, {"url": "http://192.30.9.6:8776/v3/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8af439a6ac147fdbcb38ed9aa916b68"}, {"url": "http://192.30.9.6:8776/v3/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c4bfdbc9b7c74a23a40afdf578cfeba4"}], "type": "volumev3", "id": "1c85f4682ce44f729db1dabd98e965e8", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "82239574a29d4603a2161006f61851cf"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8d15f7134f364a7bbcfff2f84aac3bf2"}, {"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e01668c43a0c4c279b9a3d20a0280d6c"}], "type": "image", "id": "297d8415ca96454991054983920912f7", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7bb4d60e20734d4a9f31ec75e02cb823"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bf6adec15590466a9a0d3bddb00e8993"}, {"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f096f03a1d12411a8972f6f7c196b60d"}], "type": "policy", "id": "54c64351b56d44bbad74c2969cc3aa00", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "354ae6870a324fab82d0a0fb68ee0f26"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a3807e460dd4af488d982b66c52e64c"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e7c3da785076450abd71868e75ce0c33"}], "type": "cloudformation", "id": "6ac9917ae83c4639a15a4ab3cf0e76dd", "name": "heat-cfn"}, {"endpoints": [], "type": "metering", "id": "7fcc078e5e0645f29df67742ac14e388", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49e71628d386464cb950d6a9db00a328"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75b0a63ed8574bbcab1c851cc9b83d30"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9902b0a8b3c04cd192a1b84c417c232b"}], "type": "key-manager", "id": "9626544a32e74678a641c6e206f028a9", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "497340e5aa36485982fdf297f370558f"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7802beb4fc7c4952897b77bd5610b1fe"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c14af798917f4fa0b146d9772583e595"}], "type": "metric", "id": "973bfe8c658d4e5a8da725e76b9d550e", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "288ecc3674ea41d2aa3b790dcb832bf2"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7a6dc785cd7142f5b30f1a7ba0daeb03"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7f7d34e2351b4964befccc862c4e8e12"}], "type": "network", "id": "a348d7b06050474fb449be7f32ea6f5d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "21bce6ecb8464a1f8f3e3847aa698bd6"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0a8faf2246b47deb30e69e48d3551fb"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e71c6011de3d4d8589e5b53dcc79f288"}], "type": "identity", "id": "ad8d4b4953184137a1b913ecee9434ed", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "13474f9a78ca4f1184e4cddc84d0d98c"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad67365a18234bb78c336e6776958c00"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc54db13337f44f8921fbb9ad0f81de8"}], "type": "alarming", "id": "bb18dc3243034f08a6a7f69f7a1edccf", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0d91d7adf0304b2681c77f979e5cdb17"}, {"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "756e5ffca9774ab3ae2db41bf330417f"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c07c727a08c243b287827f539a124e63"}], "type": "placement", "id": "bb2c9432fcbd4c56913177122468f6ba", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8004/v1/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1eed4912224b48cf9856446eae4d9928"}, {"url": "http://192.30.9.6:8004/v1/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b73b7f99236541148d84f24f09e5dd40"}, {"url": "http://192.30.9.6:8004/v1/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fbf12e52911244fdafc24a9d46f56e62"}], "type": "orchestration", "id": "c8918d139da945ba93df4ccce21d4904", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16bf098b9e2e490f8e47fa601059f975"}, {"url": "http://192.30.9.6:8776/v2/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc16fa4cf491444ca2f611d5692c1170"}, {"url": "http://192.30.9.6:8776/v2/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ccd2c5325dff4b90b391db9fdde67d99"}], "type": "volumev2", "id": "d09ac9123c34494abce21d6c27bee9d9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eac694332354a3aa0e61c31314166d7"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b4d4989c4e764717ab78d38675cadd3f"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff196e46b56d406d87a678f1a64497b0"}], "type": "compute", "id": "d4030ee932c84df58c5b910cc197caa7", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "42c3a9abd8ad4ce8ab2c4cc6e0403c33"}, "audit_ids": ["82OByjObSzuRtK0iMNqQqg"], "issued_at": "2018-09-04T12:44:45.000000Z"}} 2018-09-04 12:44:45,824 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}27cd7ccd0c876ee2f7cc16b8eb683b165167e574" 2018-09-04 12:44:45,994 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12: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-e6476c0f-78f2-4067-a02e-c89fcbad86db x-compute-request-id: req-e6476c0f-78f2-4067-a02e-c89fcbad86db Content-Encoding: gzip Content-Length: 162 Content-Type: application/json RESP BODY: {"flavors": [{"id": "9cbbc756-b738-4f1f-8d03-84c527182338", "links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/9cbbc756-b738-4f1f-8d03-84c527182338", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/9cbbc756-b738-4f1f-8d03-84c527182338", "rel": "bookmark"}], "name": "m1.tiny"}]} 2018-09-04 12:44:45,994 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors used request id req-e6476c0f-78f2-4067-a02e-c89fcbad86db 2018-09-04 12:44:45,997 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/flavors/9cbbc756-b738-4f1f-8d03-84c527182338 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}27cd7ccd0c876ee2f7cc16b8eb683b165167e574" 2018-09-04 12:44:46,016 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12:44: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-514a475c-80da-4ff0-ab55-baba9426451b x-compute-request-id: req-514a475c-80da-4ff0-ab55-baba9426451b Content-Encoding: gzip Content-Length: 280 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/9cbbc756-b738-4f1f-8d03-84c527182338", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/9cbbc756-b738-4f1f-8d03-84c527182338", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "9cbbc756-b738-4f1f-8d03-84c527182338", "name": "m1.tiny", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-09-04 12:44:46,016 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors/9cbbc756-b738-4f1f-8d03-84c527182338 used request id req-514a475c-80da-4ff0-ab55-baba9426451b 2018-09-04 12:44:46,020 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}27cd7ccd0c876ee2f7cc16b8eb683b165167e574" -d '{"server": {"name": "sdnvpn-11-1", "imageRef": "5df0d1a5-fae9-4d07-a074-3b5a26f086d8", "availability_zone": "nova:overcloud-novacompute-0.opnfvlf.org", "flavorRef": "9cbbc756-b738-4f1f-8d03-84c527182338", "max_count": 1, "min_count": 1, "networks": [{"uuid": "7b1065a4-ddca-4929-b484-1d3f8e547f51"}]}}' 2018-09-04 12:44:48,038 - novaclient.v2.client - DEBUG - RESP: [202] Date: Tue, 04 Sep 2018 12:44: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-8cfa6c28-03ce-4f04-8de0-c4a0a12546f6 x-compute-request-id: req-8cfa6c28-03ce-4f04-8de0-c4a0a12546f6 Content-Length: 374 location: http://172.30.9.28:8774/v2.1/servers/b9b02d0a-e318-4650-865a-021cd59eb433 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "b9b02d0a-e318-4650-865a-021cd59eb433", "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/b9b02d0a-e318-4650-865a-021cd59eb433", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/b9b02d0a-e318-4650-865a-021cd59eb433", "rel": "bookmark"}], "adminPass": "ajg8kKykmF7c"}} 2018-09-04 12:44:48,038 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers used request id req-8cfa6c28-03ce-4f04-8de0-c4a0a12546f6 2018-09-04 12:44:48,039 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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-09-04 12:44:48,046 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12:44:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5f2900f0-d4f1-4ffc-8088-e11a69ccecb3 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.28:5000/v3/", "rel": "self"}]}} 2018-09-04 12:44:48,047 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-5f2900f0-d4f1-4ffc-8088-e11a69ccecb3 2018-09-04 12:44:48,047 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-09-04 12:44:48,426 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "3d416247e8224533841040c3ad2bce5a", "name": "admin"}], "expires_at": "2018-09-04T13:44:48.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1e2f68a072b64978bd7ea91c2d64aca6", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v1/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235635a698ef4bef9dc6b25273d185da"}, {"url": "http://192.30.9.6:8776/v1/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "23b07b3fbfc340a58cf0f9b2871a0d23"}, {"url": "http://172.30.9.28:8776/v1/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "72fd0aaa144d45419f4b04b6b26f69a7"}], "type": "volume", "id": "097241c25b4d4f7e91b3f8efa155909e", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v3/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93eb4cf3030a49e7840bec071422d397"}, {"url": "http://192.30.9.6:8776/v3/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8af439a6ac147fdbcb38ed9aa916b68"}, {"url": "http://192.30.9.6:8776/v3/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c4bfdbc9b7c74a23a40afdf578cfeba4"}], "type": "volumev3", "id": "1c85f4682ce44f729db1dabd98e965e8", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "82239574a29d4603a2161006f61851cf"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8d15f7134f364a7bbcfff2f84aac3bf2"}, {"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e01668c43a0c4c279b9a3d20a0280d6c"}], "type": "image", "id": "297d8415ca96454991054983920912f7", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7bb4d60e20734d4a9f31ec75e02cb823"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bf6adec15590466a9a0d3bddb00e8993"}, {"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f096f03a1d12411a8972f6f7c196b60d"}], "type": "policy", "id": "54c64351b56d44bbad74c2969cc3aa00", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "354ae6870a324fab82d0a0fb68ee0f26"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a3807e460dd4af488d982b66c52e64c"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e7c3da785076450abd71868e75ce0c33"}], "type": "cloudformation", "id": "6ac9917ae83c4639a15a4ab3cf0e76dd", "name": "heat-cfn"}, {"endpoints": [], "type": "metering", "id": "7fcc078e5e0645f29df67742ac14e388", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49e71628d386464cb950d6a9db00a328"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75b0a63ed8574bbcab1c851cc9b83d30"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9902b0a8b3c04cd192a1b84c417c232b"}], "type": "key-manager", "id": "9626544a32e74678a641c6e206f028a9", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "497340e5aa36485982fdf297f370558f"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7802beb4fc7c4952897b77bd5610b1fe"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c14af798917f4fa0b146d9772583e595"}], "type": "metric", "id": "973bfe8c658d4e5a8da725e76b9d550e", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "288ecc3674ea41d2aa3b790dcb832bf2"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7a6dc785cd7142f5b30f1a7ba0daeb03"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7f7d34e2351b4964befccc862c4e8e12"}], "type": "network", "id": "a348d7b06050474fb449be7f32ea6f5d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "21bce6ecb8464a1f8f3e3847aa698bd6"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0a8faf2246b47deb30e69e48d3551fb"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e71c6011de3d4d8589e5b53dcc79f288"}], "type": "identity", "id": "ad8d4b4953184137a1b913ecee9434ed", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "13474f9a78ca4f1184e4cddc84d0d98c"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad67365a18234bb78c336e6776958c00"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc54db13337f44f8921fbb9ad0f81de8"}], "type": "alarming", "id": "bb18dc3243034f08a6a7f69f7a1edccf", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0d91d7adf0304b2681c77f979e5cdb17"}, {"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "756e5ffca9774ab3ae2db41bf330417f"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c07c727a08c243b287827f539a124e63"}], "type": "placement", "id": "bb2c9432fcbd4c56913177122468f6ba", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8004/v1/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1eed4912224b48cf9856446eae4d9928"}, {"url": "http://192.30.9.6:8004/v1/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b73b7f99236541148d84f24f09e5dd40"}, {"url": "http://192.30.9.6:8004/v1/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fbf12e52911244fdafc24a9d46f56e62"}], "type": "orchestration", "id": "c8918d139da945ba93df4ccce21d4904", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16bf098b9e2e490f8e47fa601059f975"}, {"url": "http://192.30.9.6:8776/v2/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc16fa4cf491444ca2f611d5692c1170"}, {"url": "http://192.30.9.6:8776/v2/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ccd2c5325dff4b90b391db9fdde67d99"}], "type": "volumev2", "id": "d09ac9123c34494abce21d6c27bee9d9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eac694332354a3aa0e61c31314166d7"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b4d4989c4e764717ab78d38675cadd3f"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff196e46b56d406d87a678f1a64497b0"}], "type": "compute", "id": "d4030ee932c84df58c5b910cc197caa7", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "42c3a9abd8ad4ce8ab2c4cc6e0403c33"}, "audit_ids": ["oKgJuc3IQACgHq4J03LOeg"], "issued_at": "2018-09-04T12:44:48.000000Z"}} 2018-09-04 12:44:48,429 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/b9b02d0a-e318-4650-865a-021cd59eb433 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}01567d32b4bdaafb9fa034923ab79e78446a7d91" 2018-09-04 12:44:48,910 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12: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-c98182ca-eae6-4417-b9d0-1faaa6fd29c9 x-compute-request-id: req-c98182ca-eae6-4417-b9d0-1faaa6fd29c9 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.28:8774/v2.1/servers/b9b02d0a-e318-4650-865a-021cd59eb433", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/b9b02d0a-e318-4650-865a-021cd59eb433", "rel": "bookmark"}], "image": {"id": "5df0d1a5-fae9-4d07-a074-3b5a26f086d8", "links": [{"href": "http://172.30.9.28:8774/images/5df0d1a5-fae9-4d07-a074-3b5a26f086d8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "9cbbc756-b738-4f1f-8d03-84c527182338", "links": [{"href": "http://172.30.9.28:8774/flavors/9cbbc756-b738-4f1f-8d03-84c527182338", "rel": "bookmark"}]}, "id": "b9b02d0a-e318-4650-865a-021cd59eb433", "user_id": "42c3a9abd8ad4ce8ab2c4cc6e0403c33", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-04T12:44:48Z", "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-09-04T12:44:48Z", "tenant_id": "1e2f68a072b64978bd7ea91c2d64aca6", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 12:44:48,910 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/b9b02d0a-e318-4650-865a-021cd59eb433 used request id req-c98182ca-eae6-4417-b9d0-1faaa6fd29c9 2018-09-04 12:44:51,917 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/b9b02d0a-e318-4650-865a-021cd59eb433 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}01567d32b4bdaafb9fa034923ab79e78446a7d91" 2018-09-04 12:44:52,841 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12: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-1468f692-cfcf-409e-96e2-50af58826bcb x-compute-request-id: req-1468f692-cfcf-409e-96e2-50af58826bcb 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.28:8774/v2.1/servers/b9b02d0a-e318-4650-865a-021cd59eb433", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/b9b02d0a-e318-4650-865a-021cd59eb433", "rel": "bookmark"}], "image": {"id": "5df0d1a5-fae9-4d07-a074-3b5a26f086d8", "links": [{"href": "http://172.30.9.28:8774/images/5df0d1a5-fae9-4d07-a074-3b5a26f086d8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000114", "OS-SRV-USG:launched_at": null, "flavor": {"id": "9cbbc756-b738-4f1f-8d03-84c527182338", "links": [{"href": "http://172.30.9.28:8774/flavors/9cbbc756-b738-4f1f-8d03-84c527182338", "rel": "bookmark"}]}, "id": "b9b02d0a-e318-4650-865a-021cd59eb433", "security_groups": [{"name": "default"}], "user_id": "42c3a9abd8ad4ce8ab2c4cc6e0403c33", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-04T12:44:49Z", "hostId": "ac4312c86b6d8b3ba69b66c09fbaad9c9659999bf89f97c14b4d2a68", "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-09-04T12:44:48Z", "tenant_id": "1e2f68a072b64978bd7ea91c2d64aca6", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 12:44:52,841 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/b9b02d0a-e318-4650-865a-021cd59eb433 used request id req-1468f692-cfcf-409e-96e2-50af58826bcb 2018-09-04 12:44:55,847 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/b9b02d0a-e318-4650-865a-021cd59eb433 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}01567d32b4bdaafb9fa034923ab79e78446a7d91" 2018-09-04 12:44:56,258 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12:44:55 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-4257c53a-48d8-4230-a83b-dbfb995f21b2 x-compute-request-id: req-4257c53a-48d8-4230-a83b-dbfb995f21b2 Content-Encoding: gzip Content-Length: 781 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:a9:97:36", "version": 4, "addr": "10.10.10.15", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/b9b02d0a-e318-4650-865a-021cd59eb433", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/b9b02d0a-e318-4650-865a-021cd59eb433", "rel": "bookmark"}], "image": {"id": "5df0d1a5-fae9-4d07-a074-3b5a26f086d8", "links": [{"href": "http://172.30.9.28:8774/images/5df0d1a5-fae9-4d07-a074-3b5a26f086d8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000114", "OS-SRV-USG:launched_at": "2018-09-04T12:44:52.000000", "flavor": {"id": "9cbbc756-b738-4f1f-8d03-84c527182338", "links": [{"href": "http://172.30.9.28:8774/flavors/9cbbc756-b738-4f1f-8d03-84c527182338", "rel": "bookmark"}]}, "id": "b9b02d0a-e318-4650-865a-021cd59eb433", "security_groups": [{"name": "default"}], "user_id": "42c3a9abd8ad4ce8ab2c4cc6e0403c33", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-04T12:44:52Z", "hostId": "ac4312c86b6d8b3ba69b66c09fbaad9c9659999bf89f97c14b4d2a68", "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-09-04T12:44:48Z", "tenant_id": "1e2f68a072b64978bd7ea91c2d64aca6", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 12:44:56,259 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/b9b02d0a-e318-4650-865a-021cd59eb433 used request id req-4257c53a-48d8-4230-a83b-dbfb995f21b2 2018-09-04 12:44:56,263 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/b9b02d0a-e318-4650-865a-021cd59eb433 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}27cd7ccd0c876ee2f7cc16b8eb683b165167e574" 2018-09-04 12:44:57,021 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12:44:56 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-103bebce-cd17-4532-844f-59d28f5f0556 x-compute-request-id: req-103bebce-cd17-4532-844f-59d28f5f0556 Content-Encoding: gzip Content-Length: 781 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:a9:97:36", "version": 4, "addr": "10.10.10.15", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/b9b02d0a-e318-4650-865a-021cd59eb433", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/b9b02d0a-e318-4650-865a-021cd59eb433", "rel": "bookmark"}], "image": {"id": "5df0d1a5-fae9-4d07-a074-3b5a26f086d8", "links": [{"href": "http://172.30.9.28:8774/images/5df0d1a5-fae9-4d07-a074-3b5a26f086d8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000114", "OS-SRV-USG:launched_at": "2018-09-04T12:44:52.000000", "flavor": {"id": "9cbbc756-b738-4f1f-8d03-84c527182338", "links": [{"href": "http://172.30.9.28:8774/flavors/9cbbc756-b738-4f1f-8d03-84c527182338", "rel": "bookmark"}]}, "id": "b9b02d0a-e318-4650-865a-021cd59eb433", "security_groups": [{"name": "default"}], "user_id": "42c3a9abd8ad4ce8ab2c4cc6e0403c33", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-04T12:44:52Z", "hostId": "ac4312c86b6d8b3ba69b66c09fbaad9c9659999bf89f97c14b4d2a68", "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-09-04T12:44:48Z", "tenant_id": "1e2f68a072b64978bd7ea91c2d64aca6", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 12:44:57,021 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/b9b02d0a-e318-4650-865a-021cd59eb433 used request id req-103bebce-cd17-4532-844f-59d28f5f0556 2018-09-04 12:44:57,022 - sdnvpn_test_utils - DEBUG - Instance 'sdnvpn-11-1' booted successfully. IP='10.10.10.15'. 2018-09-04 12:44:57,022 - sdnvpn_test_utils - DEBUG - Adding 'sdnvpn-11-1' to security group 'sdnvpn-sg'... 2018-09-04 12:44:57,025 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/servers/b9b02d0a-e318-4650-865a-021cd59eb433/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}06d649f8d7b51d80b29328548d287907b8b08e48" -d '{"addSecurityGroup": {"name": "aee4e203-f920-46bb-ac91-6898d944e253"}}' 2018-09-04 12:44:58,393 - novaclient.v2.client - DEBUG - RESP: [202] Date: Tue, 04 Sep 2018 12: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 x-openstack-request-id: req-c3b4cdc6-7d7c-45b9-b862-9f94866cfc22 x-compute-request-id: req-c3b4cdc6-7d7c-45b9-b862-9f94866cfc22 Content-Length: 0 Content-Type: application/json 2018-09-04 12:44:58,393 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/b9b02d0a-e318-4650-865a-021cd59eb433/action used request id req-c3b4cdc6-7d7c-45b9-b862-9f94866cfc22 2018-09-04 12:44:58,394 - sdnvpn_test_utils - INFO - Waiting for instance b9b02d0a-e318-4650-865a-021cd59eb433 to boot up 2018-09-04 12:44:58,397 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/servers/b9b02d0a-e318-4650-865a-021cd59eb433/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}27cd7ccd0c876ee2f7cc16b8eb683b165167e574" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-04 12:44:59,467 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12:44:58 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-c64760ea-613f-468e-b6ea-23d322d61c76 x-compute-request-id: req-c64760ea-613f-468e-b6ea-23d322d61c76 Content-Encoding: gzip Content-Length: 9384 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 478580506 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 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.129507] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.131145] pid_max: default: 32768 minimum: 301\n[ 0.132028] ACPI: Core revision 20150930\n[ 0.133396] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.134689] Security Framework initialized\n[ 0.135503] Yama: becoming mindful.\n[ 0.136233] AppArmor: AppArmor initialized\n[ 0.137089] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.138404] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.139666] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140854] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142216] Initializing cgroup subsys io\n[ 0.143019] Initializing cgroup subsys memory\n[ 0.143863] Initializing cgroup subsys devices\n[ 0.144736] Initializing cgroup subsys freezer\n[ 0.145588] Initializing cgroup subsys net_cls\n[ 0.146440] Initializing cgroup subsys perf_event\n[ 0.147339] Initializing cgroup subsys net_prio\n[ 0.148225] Initializing cgroup subsys hugetlb\n[ 0.149089] Initializing cgroup subsys pids\n[ 0.149943] CPU: Physical Processor ID: 0\n[ 0.151420] mce: CPU supports 10 MCE banks\n[ 0.152248] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.153233] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.163910] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.170288] ftrace: allocating 31920 entries in 125 pages\n[ 0.196625] smpboot: Max logical packages: 1\n[ 0.197462] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.198784] x2apic enabled\n[ 0.199574] Switched APIC routing to physical x2apic.\n[ 0.201309] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.202405] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.204358] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.206126] KVM setup paravirtual spinlock\n[ 0.207402] x86: Booted up 1 node, 1 CPUs\n[ 0.208193] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.209548] devtmpfs: initialized\n[ 0.211250] evm: security.selinux\n[ 0.211940] evm: security.SMACK64\n[ 0.212618] evm: security.SMACK64EXEC\n[ 0.213342] evm: security.SMACK64TRANSMUTE\n[ 0.214134] evm: security.SMACK64MMAP\n[ 0.214860] evm: security.ima\n[ 0.215493] evm: security.capability\n[ 0.216284] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.218097] pinctrl core: initialized pinctrl subsystem\n[ 0.219175] RTC time: 12:44:52, date: 09/04/18\n[ 0.220119] NET: Registered protocol family 16\n[ 0.221069] cpuidle: using governor ladder\n[ 0.221870] cpuidle: using governor menu\n[ 0.222640] PCCT header not found.\n[ 0.223368] ACPI: bus type PCI registered\n[ 0.224160] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.225376] PCI: Using configuration type 1 for base access\n[ 0.227102] ACPI: Added _OSI(Module Device)\n[ 0.227930] ACPI: Added _OSI(Processor Device)\n[ 0.228783] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.229666] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.231763] ACPI: Interpreter enabled\n[ 0.232508] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.234325] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.236130] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.237952] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.239753] ACPI: (supports S0 S5)\n[ 0.240442] ACPI: Using IOAPIC for interrupt routing\n[ 0.241446] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.244515] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.245650] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.246850] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.248017] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.250188] acpiphp: Slot [3] registered\n[ 0.250977] acpiphp: Slot [4] registered\n[ 0.251760] acpiphp: Slot [5] registered\n[ 0.252536] acpiphp: Slot [6] registered\n[ 0.253316] acpiphp: Slot [7] registered\n[ 0.254105] acpiphp: Slot [8] registered\n[ 0.254891] acpiphp: Slot [9] registered\n[ 0.255671] acpiphp: Slot [10] registered\n[ 0.256460] acpiphp: Slot [11] registered\n[ 0.257257] acpiphp: Slot [12] registered\n[ 0.258059] acpiphp: Slot [13] registered\n[ 0.258858] acpiphp: Slot [14] registered\n[ 0.259666] acpiphp: Slot [15] registered\n[ 0.270630] acpiphp: Slot [16] registered\n[ 0.271454] acpiphp: Slot [17] registered\n[ 0.272251] acpiphp: Slot [18] registered\n[ 0.273060] acpiphp: Slot [19] registered\n[ 0.273851] acpiphp: Slot [20] registered\n[ 0.274649] acpiphp: Slot [21] registered\n[ 0.275442] acpiphp: Slot [22] registered\n[ 0.276236] acpiphp: Slot [23] registered\n[ 0.277033] acpiphp: Slot [24] registered\n[ 0.277830] acpiphp: Slot [25] registered\n[ 0.278624] acpiphp: Slot [26] registered\n[ 0.279417] acpiphp: Slot [27] registered\n[ 0.280219] acpiphp: Slot [28] registered\n[ 0.281019] acpiphp: Slot [29] registered\n[ 0.281815] acpiphp: Slot [30] registered\n[ 0.282608] acpiphp: Slot [31] registered\n[ 0.283396] PCI host bridge to bus 0000:00\n[ 0.284194] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.285382] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.286584] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.288023] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.289468] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.295659] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.296952] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.298118] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.299369] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.305756] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.307207] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.353213] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.354740] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.356187] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.357602] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.359009] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.360260] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.361672] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.362722] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.364252] vgaarb: loaded\n[ 0.364854] vgaarb: bridge control possible 0000:00:02.0\n[ 0.365991] SCSI subsystem initialized\n[ 0.366805] ACPI: bus type USB registered\n[ 0.367615] usbcore: registered new interface driver usbfs\n[ 0.368640] usbcore: registered new interface driver hub\n[ 0.369637] usbcore: registered new device driver usb\n[ 0.370681] PCI: Using ACPI for IRQ routing\n[ 0.371700] NetLabel: Initializing\n[ 0.372400] NetLabel: domain hash size = 128\n[ 0.373249] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.374189] NetLabel: unlabeled traffic allowed by default\n[ 0.375272] clocksource: Switched to clocksource kvm-clock\n[ 0.380827] AppArmor: AppArmor Filesystem Enabled\n[ 0.381786] pnp: PnP ACPI init\n[ 0.382694] pnp: PnP ACPI: found 5 devices\n[ 0.389058] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.390761] NET: Registered protocol family 2\n[ 0.391713] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.392973] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.394129] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.395279] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.396359] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.397524] NET: Registered protocol family 1\n[ 0.398384] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.399487] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.400549] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.414513] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.428613] Trying to unpack rootfs image as initramfs...\n[ 0.478813] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.492667] Scanning for low memory corruption every 60 seconds\n[ 0.494173] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.495382] audit: initializing netlink subsys (disabled)\n[ 0.496437] audit: type=2000 audit(1536065093.039:1): initialized\n[ 0.497775] Initialise system trusted keyring\n[ 0.498729] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.499924] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.501909] zbud: loaded\n[ 0.502626] VFS: Disk quotas dquot_6.6.0\n[ 0.503466] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.505025] fuse init (API version 7.23)\n[ 0.505925] Key type big_key registered\n[ 0.506739] Allocating IMA MOK and blacklist keyrings.\n[ 0.507870] Key type asymmetric registered\n[ 0.508706] Asymmetric key parser 'x509' registered\n[ 0.509686] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.511541] io scheduler noop registered\n[ 0.512401] io scheduler deadline registered (default)\n[ 0.513426] io scheduler cfq registered\n[ 0.514288] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.515358] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.516647] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.518120] ACPI: Power Button [PWRF]\n[ 0.518968] GHES: HEST is not enabled!\n[ 0.532726] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.562325] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.564638] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.594590] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.598397] Linux agpgart interface v0.103\n[ 0.601092] brd: module loaded\n[ 0.602564] loop: module loaded\n[ 0.608313] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.609783] GPT:90111 != 2097151\n[ 0.610461] GPT:Alternate GPT header not at the end of the disk.\n[ 0.611568] GPT:90111 != 2097151\n[ 0.612392] GPT: Use GNU Parted to correct GPT errors.\n[ 0.613425] vda: vda1 vda15\n[ 0.615405] scsi host0: ata_piix\n[ 0.616168] scsi host1: ata_piix\n[ 0.616898] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.618123] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.619627] libphy: Fixed MDIO Bus: probed\n[ 0.620462] tun: Universal TUN/TAP device driver, 1.6\n[ 0.621416] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.623999] PPP generic driver version 2.4.2\n[ 0.625408] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.627153] ehci-pci: EHCI PCI platform driver\n[ 0.628407] ehci-platform: EHCI generic platform driver\n[ 0.629807] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.631470] ohci-pci: OHCI PCI platform driver\n[ 0.632722] ohci-platform: OHCI generic platform driver\n[ 0.634150] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.649166] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.650378] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.652234] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.653497] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.655026] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.656635] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.658477] usb usb1: Product: UHCI Host Controller\n[ 0.659774] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.661336] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.662501] hub 1-0:1.0: USB hub found\n[ 0.663464] hub 1-0:1.0: 2 ports detected\n[ 0.664561] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.667112] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.668191] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.669457] mousedev: PS/2 mouse device common for all mice\n[ 0.670936] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.673166] rtc_cmos 00:00: RTC can wake from S4\n[ 0.674583] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.676312] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.678036] i2c /dev entries driver\n[ 0.679066] device-mapper: uevent: version 1.0.3\n[ 0.680362] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.682632] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.684410] NET: Registered protocol family 10\n[ 0.685763] NET: Registered protocol family 17\n[ 0.687013] Key type dns_resolver registered\n[ 0.688293] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.689832] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.692296] registered taskstats version 1\n[ 0.693449] Loading compiled-in X.509 certificates\n[ 0.695265] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.697933] zswap: loaded using pool lzo/zbud\n[ 0.699654] Key type trusted registered\n[ 0.701444] Key type encrypted registered\n[ 0.702469] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.703800] ima: No TPM chip found, activating TPM-bypass!\n[ 0.705091] evm: HMAC attrs: 0x1\n[ 0.706178] Magic number: 2:275:733\n[ 0.707192] rtc_cmos 00:00: setting system clock to 2018-09-04 12:44:53 UTC (1536065093)\n[ 0.709249] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.710642] EDD information not available.\n[ 0.776365] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.778425] Write protecting the kernel read-only data: 14336k\n[ 0.790736] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.793115] 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.27\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found 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.481441] 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.15...\nLease of 10.10.10.15 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.37. iid=i-00000111\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 AAAAB3NzaC1yc2EAAAADAQABAAABAQC/S20gMmfEzI8wY9HP8dX3MIXVHaMKQv9qvnE7GkfeQpM32ZAL0FstV7s3whNL6laXX8kvKnlhOWZE5J2MyLqMOwmL81EFFOPBofUJ3ariLAwH2LnFQ6hPbkKkMsrBnO/dwMEgt6qXo3crkVPCEl4a/cOEjgrKJSdNndAv0BsezSaN/wPnPcQFb3d3R7tfTwibV8YzwAjlnqZ5Tr5AlDXmm9qvQC0uADPVplSLSETdqxRUEaYgIVN1kj/bBpYhRkAv0Q8EQbeFl5aLA4GNlwlBnmsGPmgo0FISqh4OWIRFLHYQHh/zczedZnLVmPEGVOz7hnwmgMG4DmBO9JU3CAkL root@sdnvpn-11-1\nssh-dss AAAAB3NzaC1kc3MAAACBAJ1VsMalTqvlQgqHMgArDho6AuPRFT2jFRdXmWoRdUv672vxqwT+od+NWGJHR5OEHYJXiJQ5kbEQYHraHXn8Wad+RxjqEOXG1R6FmvYJ7trr3DPAIrn3E+Ia3kCZkEdpFIyd+SuEc0aw8WODkFF3AUlLQ4qN4LMDRzrVpbZ797SLAAAAFQCwjcRUq2yfcP+ArTCnyEY42QLonwAAAIBhOWjR/bPaM9Y93F6cFt8fNcBHJ6HbdtOk6NDzLSCMXMF/9VOhCPyKcJLBt2MaKVzLMFjRWx2CkWAEuwUoo4P/ReyZ5fMRRIw4VrXWc7cOmQ1ODvP6h0XFH86m1/V4zgPmUoEDAI41ecwy4P5eb20tdvzXEEM7+yckyWI412v8VAAAAIA6mlGMRpLOuusjzLX8GTH/YadcQftpLkN9vwCMpwBbvyK6qnJ2keO6Y2kPZT2PJzD2VVhDdmGQt6i1z9n/dGjR6GbwkI/qOYxbAt1r+N9my90Q4hfDH2glYn0Es0JIHUapHFn2gPtpW6cGyhXnji5CdAFcmzad6GptVrVa8tPn+w== 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.15,24,fe80::f816:3eff:fea9:9736/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.15 \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-00000111\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-11-1\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.97 ===\n"} 2018-09-04 12:44:59,468 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/b9b02d0a-e318-4650-865a-021cd59eb433/action used request id req-c64760ea-613f-468e-b6ea-23d322d61c76 2018-09-04 12:45:01,488 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/servers/b9b02d0a-e318-4650-865a-021cd59eb433/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}27cd7ccd0c876ee2f7cc16b8eb683b165167e574" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-04 12:45:02,569 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12:45: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-dc6f5901-feff-4318-b87e-1e5a432e14ac x-compute-request-id: req-dc6f5901-feff-4318-b87e-1e5a432e14ac Content-Encoding: gzip Content-Length: 9990 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 478580506 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 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.129507] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.131145] pid_max: default: 32768 minimum: 301\n[ 0.132028] ACPI: Core revision 20150930\n[ 0.133396] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.134689] Security Framework initialized\n[ 0.135503] Yama: becoming mindful.\n[ 0.136233] AppArmor: AppArmor initialized\n[ 0.137089] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.138404] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.139666] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140854] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142216] Initializing cgroup subsys io\n[ 0.143019] Initializing cgroup subsys memory\n[ 0.143863] Initializing cgroup subsys devices\n[ 0.144736] Initializing cgroup subsys freezer\n[ 0.145588] Initializing cgroup subsys net_cls\n[ 0.146440] Initializing cgroup subsys perf_event\n[ 0.147339] Initializing cgroup subsys net_prio\n[ 0.148225] Initializing cgroup subsys hugetlb\n[ 0.149089] Initializing cgroup subsys pids\n[ 0.149943] CPU: Physical Processor ID: 0\n[ 0.151420] mce: CPU supports 10 MCE banks\n[ 0.152248] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.153233] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.163910] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.170288] ftrace: allocating 31920 entries in 125 pages\n[ 0.196625] smpboot: Max logical packages: 1\n[ 0.197462] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.198784] x2apic enabled\n[ 0.199574] Switched APIC routing to physical x2apic.\n[ 0.201309] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.202405] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.204358] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.206126] KVM setup paravirtual spinlock\n[ 0.207402] x86: Booted up 1 node, 1 CPUs\n[ 0.208193] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.209548] devtmpfs: initialized\n[ 0.211250] evm: security.selinux\n[ 0.211940] evm: security.SMACK64\n[ 0.212618] evm: security.SMACK64EXEC\n[ 0.213342] evm: security.SMACK64TRANSMUTE\n[ 0.214134] evm: security.SMACK64MMAP\n[ 0.214860] evm: security.ima\n[ 0.215493] evm: security.capability\n[ 0.216284] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.218097] pinctrl core: initialized pinctrl subsystem\n[ 0.219175] RTC time: 12:44:52, date: 09/04/18\n[ 0.220119] NET: Registered protocol family 16\n[ 0.221069] cpuidle: using governor ladder\n[ 0.221870] cpuidle: using governor menu\n[ 0.222640] PCCT header not found.\n[ 0.223368] ACPI: bus type PCI registered\n[ 0.224160] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.225376] PCI: Using configuration type 1 for base access\n[ 0.227102] ACPI: Added _OSI(Module Device)\n[ 0.227930] ACPI: Added _OSI(Processor Device)\n[ 0.228783] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.229666] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.231763] ACPI: Interpreter enabled\n[ 0.232508] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.234325] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.236130] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.237952] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.239753] ACPI: (supports S0 S5)\n[ 0.240442] ACPI: Using IOAPIC for interrupt routing\n[ 0.241446] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.244515] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.245650] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.246850] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.248017] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.250188] acpiphp: Slot [3] registered\n[ 0.250977] acpiphp: Slot [4] registered\n[ 0.251760] acpiphp: Slot [5] registered\n[ 0.252536] acpiphp: Slot [6] registered\n[ 0.253316] acpiphp: Slot [7] registered\n[ 0.254105] acpiphp: Slot [8] registered\n[ 0.254891] acpiphp: Slot [9] registered\n[ 0.255671] acpiphp: Slot [10] registered\n[ 0.256460] acpiphp: Slot [11] registered\n[ 0.257257] acpiphp: Slot [12] registered\n[ 0.258059] acpiphp: Slot [13] registered\n[ 0.258858] acpiphp: Slot [14] registered\n[ 0.259666] acpiphp: Slot [15] registered\n[ 0.270630] acpiphp: Slot [16] registered\n[ 0.271454] acpiphp: Slot [17] registered\n[ 0.272251] acpiphp: Slot [18] registered\n[ 0.273060] acpiphp: Slot [19] registered\n[ 0.273851] acpiphp: Slot [20] registered\n[ 0.274649] acpiphp: Slot [21] registered\n[ 0.275442] acpiphp: Slot [22] registered\n[ 0.276236] acpiphp: Slot [23] registered\n[ 0.277033] acpiphp: Slot [24] registered\n[ 0.277830] acpiphp: Slot [25] registered\n[ 0.278624] acpiphp: Slot [26] registered\n[ 0.279417] acpiphp: Slot [27] registered\n[ 0.280219] acpiphp: Slot [28] registered\n[ 0.281019] acpiphp: Slot [29] registered\n[ 0.281815] acpiphp: Slot [30] registered\n[ 0.282608] acpiphp: Slot [31] registered\n[ 0.283396] PCI host bridge to bus 0000:00\n[ 0.284194] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.285382] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.286584] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.288023] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.289468] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.295659] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.296952] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.298118] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.299369] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.305756] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.307207] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.353213] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.354740] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.356187] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.357602] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.359009] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.360260] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.361672] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.362722] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.364252] vgaarb: loaded\n[ 0.364854] vgaarb: bridge control possible 0000:00:02.0\n[ 0.365991] SCSI subsystem initialized\n[ 0.366805] ACPI: bus type USB registered\n[ 0.367615] usbcore: registered new interface driver usbfs\n[ 0.368640] usbcore: registered new interface driver hub\n[ 0.369637] usbcore: registered new device driver usb\n[ 0.370681] PCI: Using ACPI for IRQ routing\n[ 0.371700] NetLabel: Initializing\n[ 0.372400] NetLabel: domain hash size = 128\n[ 0.373249] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.374189] NetLabel: unlabeled traffic allowed by default\n[ 0.375272] clocksource: Switched to clocksource kvm-clock\n[ 0.380827] AppArmor: AppArmor Filesystem Enabled\n[ 0.381786] pnp: PnP ACPI init\n[ 0.382694] pnp: PnP ACPI: found 5 devices\n[ 0.389058] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.390761] NET: Registered protocol family 2\n[ 0.391713] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.392973] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.394129] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.395279] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.396359] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.397524] NET: Registered protocol family 1\n[ 0.398384] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.399487] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.400549] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.414513] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.428613] Trying to unpack rootfs image as initramfs...\n[ 0.478813] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.492667] Scanning for low memory corruption every 60 seconds\n[ 0.494173] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.495382] audit: initializing netlink subsys (disabled)\n[ 0.496437] audit: type=2000 audit(1536065093.039:1): initialized\n[ 0.497775] Initialise system trusted keyring\n[ 0.498729] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.499924] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.501909] zbud: loaded\n[ 0.502626] VFS: Disk quotas dquot_6.6.0\n[ 0.503466] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.505025] fuse init (API version 7.23)\n[ 0.505925] Key type big_key registered\n[ 0.506739] Allocating IMA MOK and blacklist keyrings.\n[ 0.507870] Key type asymmetric registered\n[ 0.508706] Asymmetric key parser 'x509' registered\n[ 0.509686] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.511541] io scheduler noop registered\n[ 0.512401] io scheduler deadline registered (default)\n[ 0.513426] io scheduler cfq registered\n[ 0.514288] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.515358] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.516647] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.518120] ACPI: Power Button [PWRF]\n[ 0.518968] GHES: HEST is not enabled!\n[ 0.532726] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.562325] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.564638] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.594590] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.598397] Linux agpgart interface v0.103\n[ 0.601092] brd: module loaded\n[ 0.602564] loop: module loaded\n[ 0.608313] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.609783] GPT:90111 != 2097151\n[ 0.610461] GPT:Alternate GPT header not at the end of the disk.\n[ 0.611568] GPT:90111 != 2097151\n[ 0.612392] GPT: Use GNU Parted to correct GPT errors.\n[ 0.613425] vda: vda1 vda15\n[ 0.615405] scsi host0: ata_piix\n[ 0.616168] scsi host1: ata_piix\n[ 0.616898] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.618123] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.619627] libphy: Fixed MDIO Bus: probed\n[ 0.620462] tun: Universal TUN/TAP device driver, 1.6\n[ 0.621416] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.623999] PPP generic driver version 2.4.2\n[ 0.625408] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.627153] ehci-pci: EHCI PCI platform driver\n[ 0.628407] ehci-platform: EHCI generic platform driver\n[ 0.629807] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.631470] ohci-pci: OHCI PCI platform driver\n[ 0.632722] ohci-platform: OHCI generic platform driver\n[ 0.634150] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.649166] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.650378] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.652234] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.653497] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.655026] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.656635] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.658477] usb usb1: Product: UHCI Host Controller\n[ 0.659774] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.661336] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.662501] hub 1-0:1.0: USB hub found\n[ 0.663464] hub 1-0:1.0: 2 ports detected\n[ 0.664561] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.667112] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.668191] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.669457] mousedev: PS/2 mouse device common for all mice\n[ 0.670936] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.673166] rtc_cmos 00:00: RTC can wake from S4\n[ 0.674583] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.676312] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.678036] i2c /dev entries driver\n[ 0.679066] device-mapper: uevent: version 1.0.3\n[ 0.680362] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.682632] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.684410] NET: Registered protocol family 10\n[ 0.685763] NET: Registered protocol family 17\n[ 0.687013] Key type dns_resolver registered\n[ 0.688293] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.689832] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.692296] registered taskstats version 1\n[ 0.693449] Loading compiled-in X.509 certificates\n[ 0.695265] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.697933] zswap: loaded using pool lzo/zbud\n[ 0.699654] Key type trusted registered\n[ 0.701444] Key type encrypted registered\n[ 0.702469] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.703800] ima: No TPM chip found, activating TPM-bypass!\n[ 0.705091] evm: HMAC attrs: 0x1\n[ 0.706178] Magic number: 2:275:733\n[ 0.707192] rtc_cmos 00:00: setting system clock to 2018-09-04 12:44:53 UTC (1536065093)\n[ 0.709249] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.710642] EDD information not available.\n[ 0.776365] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.778425] Write protecting the kernel read-only data: 14336k\n[ 0.790736] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.793115] 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.27\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found 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.481441] 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.15...\nLease of 10.10.10.15 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.37. iid=i-00000111\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 AAAAB3NzaC1yc2EAAAADAQABAAABAQC/S20gMmfEzI8wY9HP8dX3MIXVHaMKQv9qvnE7GkfeQpM32ZAL0FstV7s3whNL6laXX8kvKnlhOWZE5J2MyLqMOwmL81EFFOPBofUJ3ariLAwH2LnFQ6hPbkKkMsrBnO/dwMEgt6qXo3crkVPCEl4a/cOEjgrKJSdNndAv0BsezSaN/wPnPcQFb3d3R7tfTwibV8YzwAjlnqZ5Tr5AlDXmm9qvQC0uADPVplSLSETdqxRUEaYgIVN1kj/bBpYhRkAv0Q8EQbeFl5aLA4GNlwlBnmsGPmgo0FISqh4OWIRFLHYQHh/zczedZnLVmPEGVOz7hnwmgMG4DmBO9JU3CAkL root@sdnvpn-11-1\nssh-dss AAAAB3NzaC1kc3MAAACBAJ1VsMalTqvlQgqHMgArDho6AuPRFT2jFRdXmWoRdUv672vxqwT+od+NWGJHR5OEHYJXiJQ5kbEQYHraHXn8Wad+RxjqEOXG1R6FmvYJ7trr3DPAIrn3E+Ia3kCZkEdpFIyd+SuEc0aw8WODkFF3AUlLQ4qN4LMDRzrVpbZ797SLAAAAFQCwjcRUq2yfcP+ArTCnyEY42QLonwAAAIBhOWjR/bPaM9Y93F6cFt8fNcBHJ6HbdtOk6NDzLSCMXMF/9VOhCPyKcJLBt2MaKVzLMFjRWx2CkWAEuwUoo4P/ReyZ5fMRRIw4VrXWc7cOmQ1ODvP6h0XFH86m1/V4zgPmUoEDAI41ecwy4P5eb20tdvzXEEM7+yckyWI412v8VAAAAIA6mlGMRpLOuusjzLX8GTH/YadcQftpLkN9vwCMpwBbvyK6qnJ2keO6Y2kPZT2PJzD2VVhDdmGQt6i1z9n/dGjR6GbwkI/qOYxbAt1r+N9my90Q4hfDH2glYn0Es0JIHUapHFn2gPtpW6cGyhXnji5CdAFcmzad6GptVrVa8tPn+w== 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.15,24,fe80::f816:3eff:fea9:9736/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.15 \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-00000111\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-11-1\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.97 ===\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\n/dev/root resized successfully [took 3.13s]\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:A9:97:36 \n inet addr:10.10.10.15 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fea9:9736/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: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.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-09-04 12:45:02,570 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/b9b02d0a-e318-4650-865a-021cd59eb433/action used request id req-dc6f5901-feff-4318-b87e-1e5a432e14ac 2018-09-04 12:45:04,591 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/servers/b9b02d0a-e318-4650-865a-021cd59eb433/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}27cd7ccd0c876ee2f7cc16b8eb683b165167e574" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-04 12:45:05,664 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12: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-3ab07c1d-8ebb-4ed9-86a3-a5e25df75095 x-compute-request-id: req-3ab07c1d-8ebb-4ed9-86a3-a5e25df75095 Content-Encoding: gzip Content-Length: 9990 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 478580506 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 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.129507] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.131145] pid_max: default: 32768 minimum: 301\n[ 0.132028] ACPI: Core revision 20150930\n[ 0.133396] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.134689] Security Framework initialized\n[ 0.135503] Yama: becoming mindful.\n[ 0.136233] AppArmor: AppArmor initialized\n[ 0.137089] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.138404] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.139666] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140854] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142216] Initializing cgroup subsys io\n[ 0.143019] Initializing cgroup subsys memory\n[ 0.143863] Initializing cgroup subsys devices\n[ 0.144736] Initializing cgroup subsys freezer\n[ 0.145588] Initializing cgroup subsys net_cls\n[ 0.146440] Initializing cgroup subsys perf_event\n[ 0.147339] Initializing cgroup subsys net_prio\n[ 0.148225] Initializing cgroup subsys hugetlb\n[ 0.149089] Initializing cgroup subsys pids\n[ 0.149943] CPU: Physical Processor ID: 0\n[ 0.151420] mce: CPU supports 10 MCE banks\n[ 0.152248] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.153233] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.163910] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.170288] ftrace: allocating 31920 entries in 125 pages\n[ 0.196625] smpboot: Max logical packages: 1\n[ 0.197462] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.198784] x2apic enabled\n[ 0.199574] Switched APIC routing to physical x2apic.\n[ 0.201309] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.202405] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.204358] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.206126] KVM setup paravirtual spinlock\n[ 0.207402] x86: Booted up 1 node, 1 CPUs\n[ 0.208193] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.209548] devtmpfs: initialized\n[ 0.211250] evm: security.selinux\n[ 0.211940] evm: security.SMACK64\n[ 0.212618] evm: security.SMACK64EXEC\n[ 0.213342] evm: security.SMACK64TRANSMUTE\n[ 0.214134] evm: security.SMACK64MMAP\n[ 0.214860] evm: security.ima\n[ 0.215493] evm: security.capability\n[ 0.216284] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.218097] pinctrl core: initialized pinctrl subsystem\n[ 0.219175] RTC time: 12:44:52, date: 09/04/18\n[ 0.220119] NET: Registered protocol family 16\n[ 0.221069] cpuidle: using governor ladder\n[ 0.221870] cpuidle: using governor menu\n[ 0.222640] PCCT header not found.\n[ 0.223368] ACPI: bus type PCI registered\n[ 0.224160] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.225376] PCI: Using configuration type 1 for base access\n[ 0.227102] ACPI: Added _OSI(Module Device)\n[ 0.227930] ACPI: Added _OSI(Processor Device)\n[ 0.228783] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.229666] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.231763] ACPI: Interpreter enabled\n[ 0.232508] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.234325] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.236130] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.237952] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.239753] ACPI: (supports S0 S5)\n[ 0.240442] ACPI: Using IOAPIC for interrupt routing\n[ 0.241446] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.244515] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.245650] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.246850] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.248017] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.250188] acpiphp: Slot [3] registered\n[ 0.250977] acpiphp: Slot [4] registered\n[ 0.251760] acpiphp: Slot [5] registered\n[ 0.252536] acpiphp: Slot [6] registered\n[ 0.253316] acpiphp: Slot [7] registered\n[ 0.254105] acpiphp: Slot [8] registered\n[ 0.254891] acpiphp: Slot [9] registered\n[ 0.255671] acpiphp: Slot [10] registered\n[ 0.256460] acpiphp: Slot [11] registered\n[ 0.257257] acpiphp: Slot [12] registered\n[ 0.258059] acpiphp: Slot [13] registered\n[ 0.258858] acpiphp: Slot [14] registered\n[ 0.259666] acpiphp: Slot [15] registered\n[ 0.270630] acpiphp: Slot [16] registered\n[ 0.271454] acpiphp: Slot [17] registered\n[ 0.272251] acpiphp: Slot [18] registered\n[ 0.273060] acpiphp: Slot [19] registered\n[ 0.273851] acpiphp: Slot [20] registered\n[ 0.274649] acpiphp: Slot [21] registered\n[ 0.275442] acpiphp: Slot [22] registered\n[ 0.276236] acpiphp: Slot [23] registered\n[ 0.277033] acpiphp: Slot [24] registered\n[ 0.277830] acpiphp: Slot [25] registered\n[ 0.278624] acpiphp: Slot [26] registered\n[ 0.279417] acpiphp: Slot [27] registered\n[ 0.280219] acpiphp: Slot [28] registered\n[ 0.281019] acpiphp: Slot [29] registered\n[ 0.281815] acpiphp: Slot [30] registered\n[ 0.282608] acpiphp: Slot [31] registered\n[ 0.283396] PCI host bridge to bus 0000:00\n[ 0.284194] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.285382] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.286584] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.288023] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.289468] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.295659] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.296952] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.298118] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.299369] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.305756] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.307207] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.353213] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.354740] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.356187] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.357602] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.359009] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.360260] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.361672] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.362722] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.364252] vgaarb: loaded\n[ 0.364854] vgaarb: bridge control possible 0000:00:02.0\n[ 0.365991] SCSI subsystem initialized\n[ 0.366805] ACPI: bus type USB registered\n[ 0.367615] usbcore: registered new interface driver usbfs\n[ 0.368640] usbcore: registered new interface driver hub\n[ 0.369637] usbcore: registered new device driver usb\n[ 0.370681] PCI: Using ACPI for IRQ routing\n[ 0.371700] NetLabel: Initializing\n[ 0.372400] NetLabel: domain hash size = 128\n[ 0.373249] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.374189] NetLabel: unlabeled traffic allowed by default\n[ 0.375272] clocksource: Switched to clocksource kvm-clock\n[ 0.380827] AppArmor: AppArmor Filesystem Enabled\n[ 0.381786] pnp: PnP ACPI init\n[ 0.382694] pnp: PnP ACPI: found 5 devices\n[ 0.389058] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.390761] NET: Registered protocol family 2\n[ 0.391713] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.392973] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.394129] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.395279] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.396359] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.397524] NET: Registered protocol family 1\n[ 0.398384] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.399487] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.400549] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.414513] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.428613] Trying to unpack rootfs image as initramfs...\n[ 0.478813] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.492667] Scanning for low memory corruption every 60 seconds\n[ 0.494173] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.495382] audit: initializing netlink subsys (disabled)\n[ 0.496437] audit: type=2000 audit(1536065093.039:1): initialized\n[ 0.497775] Initialise system trusted keyring\n[ 0.498729] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.499924] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.501909] zbud: loaded\n[ 0.502626] VFS: Disk quotas dquot_6.6.0\n[ 0.503466] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.505025] fuse init (API version 7.23)\n[ 0.505925] Key type big_key registered\n[ 0.506739] Allocating IMA MOK and blacklist keyrings.\n[ 0.507870] Key type asymmetric registered\n[ 0.508706] Asymmetric key parser 'x509' registered\n[ 0.509686] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.511541] io scheduler noop registered\n[ 0.512401] io scheduler deadline registered (default)\n[ 0.513426] io scheduler cfq registered\n[ 0.514288] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.515358] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.516647] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.518120] ACPI: Power Button [PWRF]\n[ 0.518968] GHES: HEST is not enabled!\n[ 0.532726] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.562325] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.564638] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.594590] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.598397] Linux agpgart interface v0.103\n[ 0.601092] brd: module loaded\n[ 0.602564] loop: module loaded\n[ 0.608313] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.609783] GPT:90111 != 2097151\n[ 0.610461] GPT:Alternate GPT header not at the end of the disk.\n[ 0.611568] GPT:90111 != 2097151\n[ 0.612392] GPT: Use GNU Parted to correct GPT errors.\n[ 0.613425] vda: vda1 vda15\n[ 0.615405] scsi host0: ata_piix\n[ 0.616168] scsi host1: ata_piix\n[ 0.616898] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.618123] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.619627] libphy: Fixed MDIO Bus: probed\n[ 0.620462] tun: Universal TUN/TAP device driver, 1.6\n[ 0.621416] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.623999] PPP generic driver version 2.4.2\n[ 0.625408] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.627153] ehci-pci: EHCI PCI platform driver\n[ 0.628407] ehci-platform: EHCI generic platform driver\n[ 0.629807] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.631470] ohci-pci: OHCI PCI platform driver\n[ 0.632722] ohci-platform: OHCI generic platform driver\n[ 0.634150] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.649166] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.650378] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.652234] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.653497] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.655026] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.656635] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.658477] usb usb1: Product: UHCI Host Controller\n[ 0.659774] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.661336] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.662501] hub 1-0:1.0: USB hub found\n[ 0.663464] hub 1-0:1.0: 2 ports detected\n[ 0.664561] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.667112] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.668191] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.669457] mousedev: PS/2 mouse device common for all mice\n[ 0.670936] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.673166] rtc_cmos 00:00: RTC can wake from S4\n[ 0.674583] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.676312] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.678036] i2c /dev entries driver\n[ 0.679066] device-mapper: uevent: version 1.0.3\n[ 0.680362] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.682632] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.684410] NET: Registered protocol family 10\n[ 0.685763] NET: Registered protocol family 17\n[ 0.687013] Key type dns_resolver registered\n[ 0.688293] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.689832] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.692296] registered taskstats version 1\n[ 0.693449] Loading compiled-in X.509 certificates\n[ 0.695265] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.697933] zswap: loaded using pool lzo/zbud\n[ 0.699654] Key type trusted registered\n[ 0.701444] Key type encrypted registered\n[ 0.702469] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.703800] ima: No TPM chip found, activating TPM-bypass!\n[ 0.705091] evm: HMAC attrs: 0x1\n[ 0.706178] Magic number: 2:275:733\n[ 0.707192] rtc_cmos 00:00: setting system clock to 2018-09-04 12:44:53 UTC (1536065093)\n[ 0.709249] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.710642] EDD information not available.\n[ 0.776365] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.778425] Write protecting the kernel read-only data: 14336k\n[ 0.790736] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.793115] 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.27\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found 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.481441] 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.15...\nLease of 10.10.10.15 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.37. iid=i-00000111\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 AAAAB3NzaC1yc2EAAAADAQABAAABAQC/S20gMmfEzI8wY9HP8dX3MIXVHaMKQv9qvnE7GkfeQpM32ZAL0FstV7s3whNL6laXX8kvKnlhOWZE5J2MyLqMOwmL81EFFOPBofUJ3ariLAwH2LnFQ6hPbkKkMsrBnO/dwMEgt6qXo3crkVPCEl4a/cOEjgrKJSdNndAv0BsezSaN/wPnPcQFb3d3R7tfTwibV8YzwAjlnqZ5Tr5AlDXmm9qvQC0uADPVplSLSETdqxRUEaYgIVN1kj/bBpYhRkAv0Q8EQbeFl5aLA4GNlwlBnmsGPmgo0FISqh4OWIRFLHYQHh/zczedZnLVmPEGVOz7hnwmgMG4DmBO9JU3CAkL root@sdnvpn-11-1\nssh-dss AAAAB3NzaC1kc3MAAACBAJ1VsMalTqvlQgqHMgArDho6AuPRFT2jFRdXmWoRdUv672vxqwT+od+NWGJHR5OEHYJXiJQ5kbEQYHraHXn8Wad+RxjqEOXG1R6FmvYJ7trr3DPAIrn3E+Ia3kCZkEdpFIyd+SuEc0aw8WODkFF3AUlLQ4qN4LMDRzrVpbZ797SLAAAAFQCwjcRUq2yfcP+ArTCnyEY42QLonwAAAIBhOWjR/bPaM9Y93F6cFt8fNcBHJ6HbdtOk6NDzLSCMXMF/9VOhCPyKcJLBt2MaKVzLMFjRWx2CkWAEuwUoo4P/ReyZ5fMRRIw4VrXWc7cOmQ1ODvP6h0XFH86m1/V4zgPmUoEDAI41ecwy4P5eb20tdvzXEEM7+yckyWI412v8VAAAAIA6mlGMRpLOuusjzLX8GTH/YadcQftpLkN9vwCMpwBbvyK6qnJ2keO6Y2kPZT2PJzD2VVhDdmGQt6i1z9n/dGjR6GbwkI/qOYxbAt1r+N9my90Q4hfDH2glYn0Es0JIHUapHFn2gPtpW6cGyhXnji5CdAFcmzad6GptVrVa8tPn+w== 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.15,24,fe80::f816:3eff:fea9:9736/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.15 \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-00000111\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-11-1\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.97 ===\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\n/dev/root resized successfully [took 3.13s]\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:A9:97:36 \n inet addr:10.10.10.15 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fea9:9736/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: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.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-09-04 12:45:05,665 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/b9b02d0a-e318-4650-865a-021cd59eb433/action used request id req-3ab07c1d-8ebb-4ed9-86a3-a5e25df75095 2018-09-04 12:45:07,685 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/servers/b9b02d0a-e318-4650-865a-021cd59eb433/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}27cd7ccd0c876ee2f7cc16b8eb683b165167e574" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-04 12:45:08,762 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12: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-34966115-1c4d-4ee5-a9cb-2aa939eded86 x-compute-request-id: req-34966115-1c4d-4ee5-a9cb-2aa939eded86 Content-Encoding: gzip Content-Length: 9990 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 478580506 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 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.129507] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.131145] pid_max: default: 32768 minimum: 301\n[ 0.132028] ACPI: Core revision 20150930\n[ 0.133396] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.134689] Security Framework initialized\n[ 0.135503] Yama: becoming mindful.\n[ 0.136233] AppArmor: AppArmor initialized\n[ 0.137089] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.138404] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.139666] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140854] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142216] Initializing cgroup subsys io\n[ 0.143019] Initializing cgroup subsys memory\n[ 0.143863] Initializing cgroup subsys devices\n[ 0.144736] Initializing cgroup subsys freezer\n[ 0.145588] Initializing cgroup subsys net_cls\n[ 0.146440] Initializing cgroup subsys perf_event\n[ 0.147339] Initializing cgroup subsys net_prio\n[ 0.148225] Initializing cgroup subsys hugetlb\n[ 0.149089] Initializing cgroup subsys pids\n[ 0.149943] CPU: Physical Processor ID: 0\n[ 0.151420] mce: CPU supports 10 MCE banks\n[ 0.152248] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.153233] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.163910] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.170288] ftrace: allocating 31920 entries in 125 pages\n[ 0.196625] smpboot: Max logical packages: 1\n[ 0.197462] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.198784] x2apic enabled\n[ 0.199574] Switched APIC routing to physical x2apic.\n[ 0.201309] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.202405] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.204358] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.206126] KVM setup paravirtual spinlock\n[ 0.207402] x86: Booted up 1 node, 1 CPUs\n[ 0.208193] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.209548] devtmpfs: initialized\n[ 0.211250] evm: security.selinux\n[ 0.211940] evm: security.SMACK64\n[ 0.212618] evm: security.SMACK64EXEC\n[ 0.213342] evm: security.SMACK64TRANSMUTE\n[ 0.214134] evm: security.SMACK64MMAP\n[ 0.214860] evm: security.ima\n[ 0.215493] evm: security.capability\n[ 0.216284] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.218097] pinctrl core: initialized pinctrl subsystem\n[ 0.219175] RTC time: 12:44:52, date: 09/04/18\n[ 0.220119] NET: Registered protocol family 16\n[ 0.221069] cpuidle: using governor ladder\n[ 0.221870] cpuidle: using governor menu\n[ 0.222640] PCCT header not found.\n[ 0.223368] ACPI: bus type PCI registered\n[ 0.224160] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.225376] PCI: Using configuration type 1 for base access\n[ 0.227102] ACPI: Added _OSI(Module Device)\n[ 0.227930] ACPI: Added _OSI(Processor Device)\n[ 0.228783] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.229666] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.231763] ACPI: Interpreter enabled\n[ 0.232508] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.234325] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.236130] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.237952] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.239753] ACPI: (supports S0 S5)\n[ 0.240442] ACPI: Using IOAPIC for interrupt routing\n[ 0.241446] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.244515] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.245650] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.246850] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.248017] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.250188] acpiphp: Slot [3] registered\n[ 0.250977] acpiphp: Slot [4] registered\n[ 0.251760] acpiphp: Slot [5] registered\n[ 0.252536] acpiphp: Slot [6] registered\n[ 0.253316] acpiphp: Slot [7] registered\n[ 0.254105] acpiphp: Slot [8] registered\n[ 0.254891] acpiphp: Slot [9] registered\n[ 0.255671] acpiphp: Slot [10] registered\n[ 0.256460] acpiphp: Slot [11] registered\n[ 0.257257] acpiphp: Slot [12] registered\n[ 0.258059] acpiphp: Slot [13] registered\n[ 0.258858] acpiphp: Slot [14] registered\n[ 0.259666] acpiphp: Slot [15] registered\n[ 0.270630] acpiphp: Slot [16] registered\n[ 0.271454] acpiphp: Slot [17] registered\n[ 0.272251] acpiphp: Slot [18] registered\n[ 0.273060] acpiphp: Slot [19] registered\n[ 0.273851] acpiphp: Slot [20] registered\n[ 0.274649] acpiphp: Slot [21] registered\n[ 0.275442] acpiphp: Slot [22] registered\n[ 0.276236] acpiphp: Slot [23] registered\n[ 0.277033] acpiphp: Slot [24] registered\n[ 0.277830] acpiphp: Slot [25] registered\n[ 0.278624] acpiphp: Slot [26] registered\n[ 0.279417] acpiphp: Slot [27] registered\n[ 0.280219] acpiphp: Slot [28] registered\n[ 0.281019] acpiphp: Slot [29] registered\n[ 0.281815] acpiphp: Slot [30] registered\n[ 0.282608] acpiphp: Slot [31] registered\n[ 0.283396] PCI host bridge to bus 0000:00\n[ 0.284194] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.285382] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.286584] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.288023] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.289468] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.295659] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.296952] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.298118] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.299369] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.305756] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.307207] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.353213] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.354740] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.356187] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.357602] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.359009] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.360260] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.361672] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.362722] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.364252] vgaarb: loaded\n[ 0.364854] vgaarb: bridge control possible 0000:00:02.0\n[ 0.365991] SCSI subsystem initialized\n[ 0.366805] ACPI: bus type USB registered\n[ 0.367615] usbcore: registered new interface driver usbfs\n[ 0.368640] usbcore: registered new interface driver hub\n[ 0.369637] usbcore: registered new device driver usb\n[ 0.370681] PCI: Using ACPI for IRQ routing\n[ 0.371700] NetLabel: Initializing\n[ 0.372400] NetLabel: domain hash size = 128\n[ 0.373249] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.374189] NetLabel: unlabeled traffic allowed by default\n[ 0.375272] clocksource: Switched to clocksource kvm-clock\n[ 0.380827] AppArmor: AppArmor Filesystem Enabled\n[ 0.381786] pnp: PnP ACPI init\n[ 0.382694] pnp: PnP ACPI: found 5 devices\n[ 0.389058] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.390761] NET: Registered protocol family 2\n[ 0.391713] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.392973] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.394129] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.395279] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.396359] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.397524] NET: Registered protocol family 1\n[ 0.398384] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.399487] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.400549] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.414513] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.428613] Trying to unpack rootfs image as initramfs...\n[ 0.478813] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.492667] Scanning for low memory corruption every 60 seconds\n[ 0.494173] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.495382] audit: initializing netlink subsys (disabled)\n[ 0.496437] audit: type=2000 audit(1536065093.039:1): initialized\n[ 0.497775] Initialise system trusted keyring\n[ 0.498729] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.499924] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.501909] zbud: loaded\n[ 0.502626] VFS: Disk quotas dquot_6.6.0\n[ 0.503466] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.505025] fuse init (API version 7.23)\n[ 0.505925] Key type big_key registered\n[ 0.506739] Allocating IMA MOK and blacklist keyrings.\n[ 0.507870] Key type asymmetric registered\n[ 0.508706] Asymmetric key parser 'x509' registered\n[ 0.509686] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.511541] io scheduler noop registered\n[ 0.512401] io scheduler deadline registered (default)\n[ 0.513426] io scheduler cfq registered\n[ 0.514288] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.515358] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.516647] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.518120] ACPI: Power Button [PWRF]\n[ 0.518968] GHES: HEST is not enabled!\n[ 0.532726] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.562325] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.564638] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.594590] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.598397] Linux agpgart interface v0.103\n[ 0.601092] brd: module loaded\n[ 0.602564] loop: module loaded\n[ 0.608313] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.609783] GPT:90111 != 2097151\n[ 0.610461] GPT:Alternate GPT header not at the end of the disk.\n[ 0.611568] GPT:90111 != 2097151\n[ 0.612392] GPT: Use GNU Parted to correct GPT errors.\n[ 0.613425] vda: vda1 vda15\n[ 0.615405] scsi host0: ata_piix\n[ 0.616168] scsi host1: ata_piix\n[ 0.616898] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.618123] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.619627] libphy: Fixed MDIO Bus: probed\n[ 0.620462] tun: Universal TUN/TAP device driver, 1.6\n[ 0.621416] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.623999] PPP generic driver version 2.4.2\n[ 0.625408] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.627153] ehci-pci: EHCI PCI platform driver\n[ 0.628407] ehci-platform: EHCI generic platform driver\n[ 0.629807] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.631470] ohci-pci: OHCI PCI platform driver\n[ 0.632722] ohci-platform: OHCI generic platform driver\n[ 0.634150] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.649166] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.650378] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.652234] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.653497] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.655026] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.656635] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.658477] usb usb1: Product: UHCI Host Controller\n[ 0.659774] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.661336] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.662501] hub 1-0:1.0: USB hub found\n[ 0.663464] hub 1-0:1.0: 2 ports detected\n[ 0.664561] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.667112] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.668191] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.669457] mousedev: PS/2 mouse device common for all mice\n[ 0.670936] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.673166] rtc_cmos 00:00: RTC can wake from S4\n[ 0.674583] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.676312] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.678036] i2c /dev entries driver\n[ 0.679066] device-mapper: uevent: version 1.0.3\n[ 0.680362] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.682632] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.684410] NET: Registered protocol family 10\n[ 0.685763] NET: Registered protocol family 17\n[ 0.687013] Key type dns_resolver registered\n[ 0.688293] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.689832] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.692296] registered taskstats version 1\n[ 0.693449] Loading compiled-in X.509 certificates\n[ 0.695265] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.697933] zswap: loaded using pool lzo/zbud\n[ 0.699654] Key type trusted registered\n[ 0.701444] Key type encrypted registered\n[ 0.702469] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.703800] ima: No TPM chip found, activating TPM-bypass!\n[ 0.705091] evm: HMAC attrs: 0x1\n[ 0.706178] Magic number: 2:275:733\n[ 0.707192] rtc_cmos 00:00: setting system clock to 2018-09-04 12:44:53 UTC (1536065093)\n[ 0.709249] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.710642] EDD information not available.\n[ 0.776365] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.778425] Write protecting the kernel read-only data: 14336k\n[ 0.790736] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.793115] 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.27\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found 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.481441] 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.15...\nLease of 10.10.10.15 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.37. iid=i-00000111\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 AAAAB3NzaC1yc2EAAAADAQABAAABAQC/S20gMmfEzI8wY9HP8dX3MIXVHaMKQv9qvnE7GkfeQpM32ZAL0FstV7s3whNL6laXX8kvKnlhOWZE5J2MyLqMOwmL81EFFOPBofUJ3ariLAwH2LnFQ6hPbkKkMsrBnO/dwMEgt6qXo3crkVPCEl4a/cOEjgrKJSdNndAv0BsezSaN/wPnPcQFb3d3R7tfTwibV8YzwAjlnqZ5Tr5AlDXmm9qvQC0uADPVplSLSETdqxRUEaYgIVN1kj/bBpYhRkAv0Q8EQbeFl5aLA4GNlwlBnmsGPmgo0FISqh4OWIRFLHYQHh/zczedZnLVmPEGVOz7hnwmgMG4DmBO9JU3CAkL root@sdnvpn-11-1\nssh-dss AAAAB3NzaC1kc3MAAACBAJ1VsMalTqvlQgqHMgArDho6AuPRFT2jFRdXmWoRdUv672vxqwT+od+NWGJHR5OEHYJXiJQ5kbEQYHraHXn8Wad+RxjqEOXG1R6FmvYJ7trr3DPAIrn3E+Ia3kCZkEdpFIyd+SuEc0aw8WODkFF3AUlLQ4qN4LMDRzrVpbZ797SLAAAAFQCwjcRUq2yfcP+ArTCnyEY42QLonwAAAIBhOWjR/bPaM9Y93F6cFt8fNcBHJ6HbdtOk6NDzLSCMXMF/9VOhCPyKcJLBt2MaKVzLMFjRWx2CkWAEuwUoo4P/ReyZ5fMRRIw4VrXWc7cOmQ1ODvP6h0XFH86m1/V4zgPmUoEDAI41ecwy4P5eb20tdvzXEEM7+yckyWI412v8VAAAAIA6mlGMRpLOuusjzLX8GTH/YadcQftpLkN9vwCMpwBbvyK6qnJ2keO6Y2kPZT2PJzD2VVhDdmGQt6i1z9n/dGjR6GbwkI/qOYxbAt1r+N9my90Q4hfDH2glYn0Es0JIHUapHFn2gPtpW6cGyhXnji5CdAFcmzad6GptVrVa8tPn+w== 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.15,24,fe80::f816:3eff:fea9:9736/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.15 \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-00000111\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-11-1\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.97 ===\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\n/dev/root resized successfully [took 3.13s]\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:A9:97:36 \n inet addr:10.10.10.15 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fea9:9736/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: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.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-09-04 12:45:08,762 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/b9b02d0a-e318-4650-865a-021cd59eb433/action used request id req-34966115-1c4d-4ee5-a9cb-2aa939eded86 2018-09-04 12:45:10,782 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/servers/b9b02d0a-e318-4650-865a-021cd59eb433/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}27cd7ccd0c876ee2f7cc16b8eb683b165167e574" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-04 12:45:11,861 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12: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-e51b653d-3002-4f3e-ba5e-c6068d1d8d23 x-compute-request-id: req-e51b653d-3002-4f3e-ba5e-c6068d1d8d23 Content-Encoding: gzip Content-Length: 9990 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 478580506 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 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.129507] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.131145] pid_max: default: 32768 minimum: 301\n[ 0.132028] ACPI: Core revision 20150930\n[ 0.133396] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.134689] Security Framework initialized\n[ 0.135503] Yama: becoming mindful.\n[ 0.136233] AppArmor: AppArmor initialized\n[ 0.137089] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.138404] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.139666] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140854] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142216] Initializing cgroup subsys io\n[ 0.143019] Initializing cgroup subsys memory\n[ 0.143863] Initializing cgroup subsys devices\n[ 0.144736] Initializing cgroup subsys freezer\n[ 0.145588] Initializing cgroup subsys net_cls\n[ 0.146440] Initializing cgroup subsys perf_event\n[ 0.147339] Initializing cgroup subsys net_prio\n[ 0.148225] Initializing cgroup subsys hugetlb\n[ 0.149089] Initializing cgroup subsys pids\n[ 0.149943] CPU: Physical Processor ID: 0\n[ 0.151420] mce: CPU supports 10 MCE banks\n[ 0.152248] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.153233] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.163910] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.170288] ftrace: allocating 31920 entries in 125 pages\n[ 0.196625] smpboot: Max logical packages: 1\n[ 0.197462] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.198784] x2apic enabled\n[ 0.199574] Switched APIC routing to physical x2apic.\n[ 0.201309] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.202405] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.204358] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.206126] KVM setup paravirtual spinlock\n[ 0.207402] x86: Booted up 1 node, 1 CPUs\n[ 0.208193] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.209548] devtmpfs: initialized\n[ 0.211250] evm: security.selinux\n[ 0.211940] evm: security.SMACK64\n[ 0.212618] evm: security.SMACK64EXEC\n[ 0.213342] evm: security.SMACK64TRANSMUTE\n[ 0.214134] evm: security.SMACK64MMAP\n[ 0.214860] evm: security.ima\n[ 0.215493] evm: security.capability\n[ 0.216284] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.218097] pinctrl core: initialized pinctrl subsystem\n[ 0.219175] RTC time: 12:44:52, date: 09/04/18\n[ 0.220119] NET: Registered protocol family 16\n[ 0.221069] cpuidle: using governor ladder\n[ 0.221870] cpuidle: using governor menu\n[ 0.222640] PCCT header not found.\n[ 0.223368] ACPI: bus type PCI registered\n[ 0.224160] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.225376] PCI: Using configuration type 1 for base access\n[ 0.227102] ACPI: Added _OSI(Module Device)\n[ 0.227930] ACPI: Added _OSI(Processor Device)\n[ 0.228783] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.229666] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.231763] ACPI: Interpreter enabled\n[ 0.232508] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.234325] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.236130] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.237952] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.239753] ACPI: (supports S0 S5)\n[ 0.240442] ACPI: Using IOAPIC for interrupt routing\n[ 0.241446] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.244515] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.245650] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.246850] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.248017] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.250188] acpiphp: Slot [3] registered\n[ 0.250977] acpiphp: Slot [4] registered\n[ 0.251760] acpiphp: Slot [5] registered\n[ 0.252536] acpiphp: Slot [6] registered\n[ 0.253316] acpiphp: Slot [7] registered\n[ 0.254105] acpiphp: Slot [8] registered\n[ 0.254891] acpiphp: Slot [9] registered\n[ 0.255671] acpiphp: Slot [10] registered\n[ 0.256460] acpiphp: Slot [11] registered\n[ 0.257257] acpiphp: Slot [12] registered\n[ 0.258059] acpiphp: Slot [13] registered\n[ 0.258858] acpiphp: Slot [14] registered\n[ 0.259666] acpiphp: Slot [15] registered\n[ 0.270630] acpiphp: Slot [16] registered\n[ 0.271454] acpiphp: Slot [17] registered\n[ 0.272251] acpiphp: Slot [18] registered\n[ 0.273060] acpiphp: Slot [19] registered\n[ 0.273851] acpiphp: Slot [20] registered\n[ 0.274649] acpiphp: Slot [21] registered\n[ 0.275442] acpiphp: Slot [22] registered\n[ 0.276236] acpiphp: Slot [23] registered\n[ 0.277033] acpiphp: Slot [24] registered\n[ 0.277830] acpiphp: Slot [25] registered\n[ 0.278624] acpiphp: Slot [26] registered\n[ 0.279417] acpiphp: Slot [27] registered\n[ 0.280219] acpiphp: Slot [28] registered\n[ 0.281019] acpiphp: Slot [29] registered\n[ 0.281815] acpiphp: Slot [30] registered\n[ 0.282608] acpiphp: Slot [31] registered\n[ 0.283396] PCI host bridge to bus 0000:00\n[ 0.284194] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.285382] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.286584] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.288023] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.289468] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.295659] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.296952] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.298118] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.299369] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.305756] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.307207] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.353213] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.354740] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.356187] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.357602] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.359009] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.360260] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.361672] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.362722] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.364252] vgaarb: loaded\n[ 0.364854] vgaarb: bridge control possible 0000:00:02.0\n[ 0.365991] SCSI subsystem initialized\n[ 0.366805] ACPI: bus type USB registered\n[ 0.367615] usbcore: registered new interface driver usbfs\n[ 0.368640] usbcore: registered new interface driver hub\n[ 0.369637] usbcore: registered new device driver usb\n[ 0.370681] PCI: Using ACPI for IRQ routing\n[ 0.371700] NetLabel: Initializing\n[ 0.372400] NetLabel: domain hash size = 128\n[ 0.373249] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.374189] NetLabel: unlabeled traffic allowed by default\n[ 0.375272] clocksource: Switched to clocksource kvm-clock\n[ 0.380827] AppArmor: AppArmor Filesystem Enabled\n[ 0.381786] pnp: PnP ACPI init\n[ 0.382694] pnp: PnP ACPI: found 5 devices\n[ 0.389058] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.390761] NET: Registered protocol family 2\n[ 0.391713] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.392973] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.394129] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.395279] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.396359] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.397524] NET: Registered protocol family 1\n[ 0.398384] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.399487] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.400549] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.414513] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.428613] Trying to unpack rootfs image as initramfs...\n[ 0.478813] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.492667] Scanning for low memory corruption every 60 seconds\n[ 0.494173] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.495382] audit: initializing netlink subsys (disabled)\n[ 0.496437] audit: type=2000 audit(1536065093.039:1): initialized\n[ 0.497775] Initialise system trusted keyring\n[ 0.498729] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.499924] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.501909] zbud: loaded\n[ 0.502626] VFS: Disk quotas dquot_6.6.0\n[ 0.503466] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.505025] fuse init (API version 7.23)\n[ 0.505925] Key type big_key registered\n[ 0.506739] Allocating IMA MOK and blacklist keyrings.\n[ 0.507870] Key type asymmetric registered\n[ 0.508706] Asymmetric key parser 'x509' registered\n[ 0.509686] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.511541] io scheduler noop registered\n[ 0.512401] io scheduler deadline registered (default)\n[ 0.513426] io scheduler cfq registered\n[ 0.514288] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.515358] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.516647] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.518120] ACPI: Power Button [PWRF]\n[ 0.518968] GHES: HEST is not enabled!\n[ 0.532726] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.562325] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.564638] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.594590] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.598397] Linux agpgart interface v0.103\n[ 0.601092] brd: module loaded\n[ 0.602564] loop: module loaded\n[ 0.608313] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.609783] GPT:90111 != 2097151\n[ 0.610461] GPT:Alternate GPT header not at the end of the disk.\n[ 0.611568] GPT:90111 != 2097151\n[ 0.612392] GPT: Use GNU Parted to correct GPT errors.\n[ 0.613425] vda: vda1 vda15\n[ 0.615405] scsi host0: ata_piix\n[ 0.616168] scsi host1: ata_piix\n[ 0.616898] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.618123] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.619627] libphy: Fixed MDIO Bus: probed\n[ 0.620462] tun: Universal TUN/TAP device driver, 1.6\n[ 0.621416] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.623999] PPP generic driver version 2.4.2\n[ 0.625408] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.627153] ehci-pci: EHCI PCI platform driver\n[ 0.628407] ehci-platform: EHCI generic platform driver\n[ 0.629807] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.631470] ohci-pci: OHCI PCI platform driver\n[ 0.632722] ohci-platform: OHCI generic platform driver\n[ 0.634150] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.649166] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.650378] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.652234] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.653497] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.655026] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.656635] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.658477] usb usb1: Product: UHCI Host Controller\n[ 0.659774] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.661336] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.662501] hub 1-0:1.0: USB hub found\n[ 0.663464] hub 1-0:1.0: 2 ports detected\n[ 0.664561] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.667112] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.668191] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.669457] mousedev: PS/2 mouse device common for all mice\n[ 0.670936] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.673166] rtc_cmos 00:00: RTC can wake from S4\n[ 0.674583] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.676312] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.678036] i2c /dev entries driver\n[ 0.679066] device-mapper: uevent: version 1.0.3\n[ 0.680362] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.682632] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.684410] NET: Registered protocol family 10\n[ 0.685763] NET: Registered protocol family 17\n[ 0.687013] Key type dns_resolver registered\n[ 0.688293] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.689832] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.692296] registered taskstats version 1\n[ 0.693449] Loading compiled-in X.509 certificates\n[ 0.695265] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.697933] zswap: loaded using pool lzo/zbud\n[ 0.699654] Key type trusted registered\n[ 0.701444] Key type encrypted registered\n[ 0.702469] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.703800] ima: No TPM chip found, activating TPM-bypass!\n[ 0.705091] evm: HMAC attrs: 0x1\n[ 0.706178] Magic number: 2:275:733\n[ 0.707192] rtc_cmos 00:00: setting system clock to 2018-09-04 12:44:53 UTC (1536065093)\n[ 0.709249] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.710642] EDD information not available.\n[ 0.776365] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.778425] Write protecting the kernel read-only data: 14336k\n[ 0.790736] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.793115] 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.27\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found 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.481441] 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.15...\nLease of 10.10.10.15 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.37. iid=i-00000111\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 AAAAB3NzaC1yc2EAAAADAQABAAABAQC/S20gMmfEzI8wY9HP8dX3MIXVHaMKQv9qvnE7GkfeQpM32ZAL0FstV7s3whNL6laXX8kvKnlhOWZE5J2MyLqMOwmL81EFFOPBofUJ3ariLAwH2LnFQ6hPbkKkMsrBnO/dwMEgt6qXo3crkVPCEl4a/cOEjgrKJSdNndAv0BsezSaN/wPnPcQFb3d3R7tfTwibV8YzwAjlnqZ5Tr5AlDXmm9qvQC0uADPVplSLSETdqxRUEaYgIVN1kj/bBpYhRkAv0Q8EQbeFl5aLA4GNlwlBnmsGPmgo0FISqh4OWIRFLHYQHh/zczedZnLVmPEGVOz7hnwmgMG4DmBO9JU3CAkL root@sdnvpn-11-1\nssh-dss AAAAB3NzaC1kc3MAAACBAJ1VsMalTqvlQgqHMgArDho6AuPRFT2jFRdXmWoRdUv672vxqwT+od+NWGJHR5OEHYJXiJQ5kbEQYHraHXn8Wad+RxjqEOXG1R6FmvYJ7trr3DPAIrn3E+Ia3kCZkEdpFIyd+SuEc0aw8WODkFF3AUlLQ4qN4LMDRzrVpbZ797SLAAAAFQCwjcRUq2yfcP+ArTCnyEY42QLonwAAAIBhOWjR/bPaM9Y93F6cFt8fNcBHJ6HbdtOk6NDzLSCMXMF/9VOhCPyKcJLBt2MaKVzLMFjRWx2CkWAEuwUoo4P/ReyZ5fMRRIw4VrXWc7cOmQ1ODvP6h0XFH86m1/V4zgPmUoEDAI41ecwy4P5eb20tdvzXEEM7+yckyWI412v8VAAAAIA6mlGMRpLOuusjzLX8GTH/YadcQftpLkN9vwCMpwBbvyK6qnJ2keO6Y2kPZT2PJzD2VVhDdmGQt6i1z9n/dGjR6GbwkI/qOYxbAt1r+N9my90Q4hfDH2glYn0Es0JIHUapHFn2gPtpW6cGyhXnji5CdAFcmzad6GptVrVa8tPn+w== 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.15,24,fe80::f816:3eff:fea9:9736/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.15 \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-00000111\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-11-1\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.97 ===\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\n/dev/root resized successfully [took 3.13s]\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:A9:97:36 \n inet addr:10.10.10.15 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fea9:9736/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: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.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-09-04 12:45:11,861 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/b9b02d0a-e318-4650-865a-021cd59eb433/action used request id req-e51b653d-3002-4f3e-ba5e-c6068d1d8d23 2018-09-04 12:45:13,882 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/servers/b9b02d0a-e318-4650-865a-021cd59eb433/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}27cd7ccd0c876ee2f7cc16b8eb683b165167e574" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-04 12:45:14,969 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12: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-950bf0d7-f123-484d-a9b0-2f6cec2ec41a x-compute-request-id: req-950bf0d7-f123-484d-a9b0-2f6cec2ec41a Content-Encoding: gzip Content-Length: 10061 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 478580506 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 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.129507] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.131145] pid_max: default: 32768 minimum: 301\n[ 0.132028] ACPI: Core revision 20150930\n[ 0.133396] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.134689] Security Framework initialized\n[ 0.135503] Yama: becoming mindful.\n[ 0.136233] AppArmor: AppArmor initialized\n[ 0.137089] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.138404] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.139666] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140854] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142216] Initializing cgroup subsys io\n[ 0.143019] Initializing cgroup subsys memory\n[ 0.143863] Initializing cgroup subsys devices\n[ 0.144736] Initializing cgroup subsys freezer\n[ 0.145588] Initializing cgroup subsys net_cls\n[ 0.146440] Initializing cgroup subsys perf_event\n[ 0.147339] Initializing cgroup subsys net_prio\n[ 0.148225] Initializing cgroup subsys hugetlb\n[ 0.149089] Initializing cgroup subsys pids\n[ 0.149943] CPU: Physical Processor ID: 0\n[ 0.151420] mce: CPU supports 10 MCE banks\n[ 0.152248] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.153233] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.163910] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.170288] ftrace: allocating 31920 entries in 125 pages\n[ 0.196625] smpboot: Max logical packages: 1\n[ 0.197462] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.198784] x2apic enabled\n[ 0.199574] Switched APIC routing to physical x2apic.\n[ 0.201309] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.202405] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.204358] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.206126] KVM setup paravirtual spinlock\n[ 0.207402] x86: Booted up 1 node, 1 CPUs\n[ 0.208193] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.209548] devtmpfs: initialized\n[ 0.211250] evm: security.selinux\n[ 0.211940] evm: security.SMACK64\n[ 0.212618] evm: security.SMACK64EXEC\n[ 0.213342] evm: security.SMACK64TRANSMUTE\n[ 0.214134] evm: security.SMACK64MMAP\n[ 0.214860] evm: security.ima\n[ 0.215493] evm: security.capability\n[ 0.216284] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.218097] pinctrl core: initialized pinctrl subsystem\n[ 0.219175] RTC time: 12:44:52, date: 09/04/18\n[ 0.220119] NET: Registered protocol family 16\n[ 0.221069] cpuidle: using governor ladder\n[ 0.221870] cpuidle: using governor menu\n[ 0.222640] PCCT header not found.\n[ 0.223368] ACPI: bus type PCI registered\n[ 0.224160] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.225376] PCI: Using configuration type 1 for base access\n[ 0.227102] ACPI: Added _OSI(Module Device)\n[ 0.227930] ACPI: Added _OSI(Processor Device)\n[ 0.228783] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.229666] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.231763] ACPI: Interpreter enabled\n[ 0.232508] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.234325] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.236130] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.237952] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.239753] ACPI: (supports S0 S5)\n[ 0.240442] ACPI: Using IOAPIC for interrupt routing\n[ 0.241446] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.244515] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.245650] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.246850] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.248017] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.250188] acpiphp: Slot [3] registered\n[ 0.250977] acpiphp: Slot [4] registered\n[ 0.251760] acpiphp: Slot [5] registered\n[ 0.252536] acpiphp: Slot [6] registered\n[ 0.253316] acpiphp: Slot [7] registered\n[ 0.254105] acpiphp: Slot [8] registered\n[ 0.254891] acpiphp: Slot [9] registered\n[ 0.255671] acpiphp: Slot [10] registered\n[ 0.256460] acpiphp: Slot [11] registered\n[ 0.257257] acpiphp: Slot [12] registered\n[ 0.258059] acpiphp: Slot [13] registered\n[ 0.258858] acpiphp: Slot [14] registered\n[ 0.259666] acpiphp: Slot [15] registered\n[ 0.270630] acpiphp: Slot [16] registered\n[ 0.271454] acpiphp: Slot [17] registered\n[ 0.272251] acpiphp: Slot [18] registered\n[ 0.273060] acpiphp: Slot [19] registered\n[ 0.273851] acpiphp: Slot [20] registered\n[ 0.274649] acpiphp: Slot [21] registered\n[ 0.275442] acpiphp: Slot [22] registered\n[ 0.276236] acpiphp: Slot [23] registered\n[ 0.277033] acpiphp: Slot [24] registered\n[ 0.277830] acpiphp: Slot [25] registered\n[ 0.278624] acpiphp: Slot [26] registered\n[ 0.279417] acpiphp: Slot [27] registered\n[ 0.280219] acpiphp: Slot [28] registered\n[ 0.281019] acpiphp: Slot [29] registered\n[ 0.281815] acpiphp: Slot [30] registered\n[ 0.282608] acpiphp: Slot [31] registered\n[ 0.283396] PCI host bridge to bus 0000:00\n[ 0.284194] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.285382] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.286584] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.288023] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.289468] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.295659] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.296952] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.298118] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.299369] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.305756] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.307207] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.353213] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.354740] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.356187] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.357602] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.359009] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.360260] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.361672] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.362722] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.364252] vgaarb: loaded\n[ 0.364854] vgaarb: bridge control possible 0000:00:02.0\n[ 0.365991] SCSI subsystem initialized\n[ 0.366805] ACPI: bus type USB registered\n[ 0.367615] usbcore: registered new interface driver usbfs\n[ 0.368640] usbcore: registered new interface driver hub\n[ 0.369637] usbcore: registered new device driver usb\n[ 0.370681] PCI: Using ACPI for IRQ routing\n[ 0.371700] NetLabel: Initializing\n[ 0.372400] NetLabel: domain hash size = 128\n[ 0.373249] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.374189] NetLabel: unlabeled traffic allowed by default\n[ 0.375272] clocksource: Switched to clocksource kvm-clock\n[ 0.380827] AppArmor: AppArmor Filesystem Enabled\n[ 0.381786] pnp: PnP ACPI init\n[ 0.382694] pnp: PnP ACPI: found 5 devices\n[ 0.389058] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.390761] NET: Registered protocol family 2\n[ 0.391713] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.392973] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.394129] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.395279] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.396359] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.397524] NET: Registered protocol family 1\n[ 0.398384] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.399487] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.400549] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.414513] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.428613] Trying to unpack rootfs image as initramfs...\n[ 0.478813] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.492667] Scanning for low memory corruption every 60 seconds\n[ 0.494173] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.495382] audit: initializing netlink subsys (disabled)\n[ 0.496437] audit: type=2000 audit(1536065093.039:1): initialized\n[ 0.497775] Initialise system trusted keyring\n[ 0.498729] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.499924] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.501909] zbud: loaded\n[ 0.502626] VFS: Disk quotas dquot_6.6.0\n[ 0.503466] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.505025] fuse init (API version 7.23)\n[ 0.505925] Key type big_key registered\n[ 0.506739] Allocating IMA MOK and blacklist keyrings.\n[ 0.507870] Key type asymmetric registered\n[ 0.508706] Asymmetric key parser 'x509' registered\n[ 0.509686] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.511541] io scheduler noop registered\n[ 0.512401] io scheduler deadline registered (default)\n[ 0.513426] io scheduler cfq registered\n[ 0.514288] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.515358] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.516647] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.518120] ACPI: Power Button [PWRF]\n[ 0.518968] GHES: HEST is not enabled!\n[ 0.532726] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.562325] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.564638] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.594590] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.598397] Linux agpgart interface v0.103\n[ 0.601092] brd: module loaded\n[ 0.602564] loop: module loaded\n[ 0.608313] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.609783] GPT:90111 != 2097151\n[ 0.610461] GPT:Alternate GPT header not at the end of the disk.\n[ 0.611568] GPT:90111 != 2097151\n[ 0.612392] GPT: Use GNU Parted to correct GPT errors.\n[ 0.613425] vda: vda1 vda15\n[ 0.615405] scsi host0: ata_piix\n[ 0.616168] scsi host1: ata_piix\n[ 0.616898] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.618123] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.619627] libphy: Fixed MDIO Bus: probed\n[ 0.620462] tun: Universal TUN/TAP device driver, 1.6\n[ 0.621416] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.623999] PPP generic driver version 2.4.2\n[ 0.625408] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.627153] ehci-pci: EHCI PCI platform driver\n[ 0.628407] ehci-platform: EHCI generic platform driver\n[ 0.629807] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.631470] ohci-pci: OHCI PCI platform driver\n[ 0.632722] ohci-platform: OHCI generic platform driver\n[ 0.634150] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.649166] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.650378] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.652234] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.653497] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.655026] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.656635] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.658477] usb usb1: Product: UHCI Host Controller\n[ 0.659774] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.661336] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.662501] hub 1-0:1.0: USB hub found\n[ 0.663464] hub 1-0:1.0: 2 ports detected\n[ 0.664561] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.667112] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.668191] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.669457] mousedev: PS/2 mouse device common for all mice\n[ 0.670936] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.673166] rtc_cmos 00:00: RTC can wake from S4\n[ 0.674583] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.676312] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.678036] i2c /dev entries driver\n[ 0.679066] device-mapper: uevent: version 1.0.3\n[ 0.680362] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.682632] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.684410] NET: Registered protocol family 10\n[ 0.685763] NET: Registered protocol family 17\n[ 0.687013] Key type dns_resolver registered\n[ 0.688293] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.689832] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.692296] registered taskstats version 1\n[ 0.693449] Loading compiled-in X.509 certificates\n[ 0.695265] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.697933] zswap: loaded using pool lzo/zbud\n[ 0.699654] Key type trusted registered\n[ 0.701444] Key type encrypted registered\n[ 0.702469] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.703800] ima: No TPM chip found, activating TPM-bypass!\n[ 0.705091] evm: HMAC attrs: 0x1\n[ 0.706178] Magic number: 2:275:733\n[ 0.707192] rtc_cmos 00:00: setting system clock to 2018-09-04 12:44:53 UTC (1536065093)\n[ 0.709249] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.710642] EDD information not available.\n[ 0.776365] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.778425] Write protecting the kernel read-only data: 14336k\n[ 0.790736] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.793115] 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.27\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found 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.481441] 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.15...\nLease of 10.10.10.15 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.37. iid=i-00000111\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 AAAAB3NzaC1yc2EAAAADAQABAAABAQC/S20gMmfEzI8wY9HP8dX3MIXVHaMKQv9qvnE7GkfeQpM32ZAL0FstV7s3whNL6laXX8kvKnlhOWZE5J2MyLqMOwmL81EFFOPBofUJ3ariLAwH2LnFQ6hPbkKkMsrBnO/dwMEgt6qXo3crkVPCEl4a/cOEjgrKJSdNndAv0BsezSaN/wPnPcQFb3d3R7tfTwibV8YzwAjlnqZ5Tr5AlDXmm9qvQC0uADPVplSLSETdqxRUEaYgIVN1kj/bBpYhRkAv0Q8EQbeFl5aLA4GNlwlBnmsGPmgo0FISqh4OWIRFLHYQHh/zczedZnLVmPEGVOz7hnwmgMG4DmBO9JU3CAkL root@sdnvpn-11-1\nssh-dss AAAAB3NzaC1kc3MAAACBAJ1VsMalTqvlQgqHMgArDho6AuPRFT2jFRdXmWoRdUv672vxqwT+od+NWGJHR5OEHYJXiJQ5kbEQYHraHXn8Wad+RxjqEOXG1R6FmvYJ7trr3DPAIrn3E+Ia3kCZkEdpFIyd+SuEc0aw8WODkFF3AUlLQ4qN4LMDRzrVpbZ797SLAAAAFQCwjcRUq2yfcP+ArTCnyEY42QLonwAAAIBhOWjR/bPaM9Y93F6cFt8fNcBHJ6HbdtOk6NDzLSCMXMF/9VOhCPyKcJLBt2MaKVzLMFjRWx2CkWAEuwUoo4P/ReyZ5fMRRIw4VrXWc7cOmQ1ODvP6h0XFH86m1/V4zgPmUoEDAI41ecwy4P5eb20tdvzXEEM7+yckyWI412v8VAAAAIA6mlGMRpLOuusjzLX8GTH/YadcQftpLkN9vwCMpwBbvyK6qnJ2keO6Y2kPZT2PJzD2VVhDdmGQt6i1z9n/dGjR6GbwkI/qOYxbAt1r+N9my90Q4hfDH2glYn0Es0JIHUapHFn2gPtpW6cGyhXnji5CdAFcmzad6GptVrVa8tPn+w== 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.15,24,fe80::f816:3eff:fea9:9736/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.15 \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-00000111\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-11-1\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.97 ===\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\n/dev/root resized successfully [took 3.13s]\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:A9:97:36 \n inet addr:10.10.10.15 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fea9:9736/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: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.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-09-04 12:45:14,970 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/b9b02d0a-e318-4650-865a-021cd59eb433/action used request id req-950bf0d7-f123-484d-a9b0-2f6cec2ec41a 2018-09-04 12:45:16,991 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/servers/b9b02d0a-e318-4650-865a-021cd59eb433/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}27cd7ccd0c876ee2f7cc16b8eb683b165167e574" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-04 12:45:18,064 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12:45: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-5f8f26c1-8665-480b-a482-d49464046bf1 x-compute-request-id: req-5f8f26c1-8665-480b-a482-d49464046bf1 Content-Encoding: gzip Content-Length: 10061 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 478580506 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 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.129507] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.131145] pid_max: default: 32768 minimum: 301\n[ 0.132028] ACPI: Core revision 20150930\n[ 0.133396] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.134689] Security Framework initialized\n[ 0.135503] Yama: becoming mindful.\n[ 0.136233] AppArmor: AppArmor initialized\n[ 0.137089] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.138404] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.139666] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140854] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142216] Initializing cgroup subsys io\n[ 0.143019] Initializing cgroup subsys memory\n[ 0.143863] Initializing cgroup subsys devices\n[ 0.144736] Initializing cgroup subsys freezer\n[ 0.145588] Initializing cgroup subsys net_cls\n[ 0.146440] Initializing cgroup subsys perf_event\n[ 0.147339] Initializing cgroup subsys net_prio\n[ 0.148225] Initializing cgroup subsys hugetlb\n[ 0.149089] Initializing cgroup subsys pids\n[ 0.149943] CPU: Physical Processor ID: 0\n[ 0.151420] mce: CPU supports 10 MCE banks\n[ 0.152248] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.153233] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.163910] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.170288] ftrace: allocating 31920 entries in 125 pages\n[ 0.196625] smpboot: Max logical packages: 1\n[ 0.197462] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.198784] x2apic enabled\n[ 0.199574] Switched APIC routing to physical x2apic.\n[ 0.201309] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.202405] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.204358] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.206126] KVM setup paravirtual spinlock\n[ 0.207402] x86: Booted up 1 node, 1 CPUs\n[ 0.208193] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.209548] devtmpfs: initialized\n[ 0.211250] evm: security.selinux\n[ 0.211940] evm: security.SMACK64\n[ 0.212618] evm: security.SMACK64EXEC\n[ 0.213342] evm: security.SMACK64TRANSMUTE\n[ 0.214134] evm: security.SMACK64MMAP\n[ 0.214860] evm: security.ima\n[ 0.215493] evm: security.capability\n[ 0.216284] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.218097] pinctrl core: initialized pinctrl subsystem\n[ 0.219175] RTC time: 12:44:52, date: 09/04/18\n[ 0.220119] NET: Registered protocol family 16\n[ 0.221069] cpuidle: using governor ladder\n[ 0.221870] cpuidle: using governor menu\n[ 0.222640] PCCT header not found.\n[ 0.223368] ACPI: bus type PCI registered\n[ 0.224160] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.225376] PCI: Using configuration type 1 for base access\n[ 0.227102] ACPI: Added _OSI(Module Device)\n[ 0.227930] ACPI: Added _OSI(Processor Device)\n[ 0.228783] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.229666] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.231763] ACPI: Interpreter enabled\n[ 0.232508] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.234325] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.236130] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.237952] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.239753] ACPI: (supports S0 S5)\n[ 0.240442] ACPI: Using IOAPIC for interrupt routing\n[ 0.241446] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.244515] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.245650] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.246850] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.248017] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.250188] acpiphp: Slot [3] registered\n[ 0.250977] acpiphp: Slot [4] registered\n[ 0.251760] acpiphp: Slot [5] registered\n[ 0.252536] acpiphp: Slot [6] registered\n[ 0.253316] acpiphp: Slot [7] registered\n[ 0.254105] acpiphp: Slot [8] registered\n[ 0.254891] acpiphp: Slot [9] registered\n[ 0.255671] acpiphp: Slot [10] registered\n[ 0.256460] acpiphp: Slot [11] registered\n[ 0.257257] acpiphp: Slot [12] registered\n[ 0.258059] acpiphp: Slot [13] registered\n[ 0.258858] acpiphp: Slot [14] registered\n[ 0.259666] acpiphp: Slot [15] registered\n[ 0.270630] acpiphp: Slot [16] registered\n[ 0.271454] acpiphp: Slot [17] registered\n[ 0.272251] acpiphp: Slot [18] registered\n[ 0.273060] acpiphp: Slot [19] registered\n[ 0.273851] acpiphp: Slot [20] registered\n[ 0.274649] acpiphp: Slot [21] registered\n[ 0.275442] acpiphp: Slot [22] registered\n[ 0.276236] acpiphp: Slot [23] registered\n[ 0.277033] acpiphp: Slot [24] registered\n[ 0.277830] acpiphp: Slot [25] registered\n[ 0.278624] acpiphp: Slot [26] registered\n[ 0.279417] acpiphp: Slot [27] registered\n[ 0.280219] acpiphp: Slot [28] registered\n[ 0.281019] acpiphp: Slot [29] registered\n[ 0.281815] acpiphp: Slot [30] registered\n[ 0.282608] acpiphp: Slot [31] registered\n[ 0.283396] PCI host bridge to bus 0000:00\n[ 0.284194] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.285382] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.286584] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.288023] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.289468] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.295659] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.296952] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.298118] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.299369] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.305756] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.307207] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.353213] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.354740] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.356187] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.357602] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.359009] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.360260] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.361672] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.362722] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.364252] vgaarb: loaded\n[ 0.364854] vgaarb: bridge control possible 0000:00:02.0\n[ 0.365991] SCSI subsystem initialized\n[ 0.366805] ACPI: bus type USB registered\n[ 0.367615] usbcore: registered new interface driver usbfs\n[ 0.368640] usbcore: registered new interface driver hub\n[ 0.369637] usbcore: registered new device driver usb\n[ 0.370681] PCI: Using ACPI for IRQ routing\n[ 0.371700] NetLabel: Initializing\n[ 0.372400] NetLabel: domain hash size = 128\n[ 0.373249] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.374189] NetLabel: unlabeled traffic allowed by default\n[ 0.375272] clocksource: Switched to clocksource kvm-clock\n[ 0.380827] AppArmor: AppArmor Filesystem Enabled\n[ 0.381786] pnp: PnP ACPI init\n[ 0.382694] pnp: PnP ACPI: found 5 devices\n[ 0.389058] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.390761] NET: Registered protocol family 2\n[ 0.391713] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.392973] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.394129] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.395279] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.396359] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.397524] NET: Registered protocol family 1\n[ 0.398384] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.399487] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.400549] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.414513] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.428613] Trying to unpack rootfs image as initramfs...\n[ 0.478813] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.492667] Scanning for low memory corruption every 60 seconds\n[ 0.494173] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.495382] audit: initializing netlink subsys (disabled)\n[ 0.496437] audit: type=2000 audit(1536065093.039:1): initialized\n[ 0.497775] Initialise system trusted keyring\n[ 0.498729] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.499924] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.501909] zbud: loaded\n[ 0.502626] VFS: Disk quotas dquot_6.6.0\n[ 0.503466] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.505025] fuse init (API version 7.23)\n[ 0.505925] Key type big_key registered\n[ 0.506739] Allocating IMA MOK and blacklist keyrings.\n[ 0.507870] Key type asymmetric registered\n[ 0.508706] Asymmetric key parser 'x509' registered\n[ 0.509686] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.511541] io scheduler noop registered\n[ 0.512401] io scheduler deadline registered (default)\n[ 0.513426] io scheduler cfq registered\n[ 0.514288] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.515358] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.516647] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.518120] ACPI: Power Button [PWRF]\n[ 0.518968] GHES: HEST is not enabled!\n[ 0.532726] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.562325] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.564638] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.594590] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.598397] Linux agpgart interface v0.103\n[ 0.601092] brd: module loaded\n[ 0.602564] loop: module loaded\n[ 0.608313] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.609783] GPT:90111 != 2097151\n[ 0.610461] GPT:Alternate GPT header not at the end of the disk.\n[ 0.611568] GPT:90111 != 2097151\n[ 0.612392] GPT: Use GNU Parted to correct GPT errors.\n[ 0.613425] vda: vda1 vda15\n[ 0.615405] scsi host0: ata_piix\n[ 0.616168] scsi host1: ata_piix\n[ 0.616898] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.618123] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.619627] libphy: Fixed MDIO Bus: probed\n[ 0.620462] tun: Universal TUN/TAP device driver, 1.6\n[ 0.621416] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.623999] PPP generic driver version 2.4.2\n[ 0.625408] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.627153] ehci-pci: EHCI PCI platform driver\n[ 0.628407] ehci-platform: EHCI generic platform driver\n[ 0.629807] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.631470] ohci-pci: OHCI PCI platform driver\n[ 0.632722] ohci-platform: OHCI generic platform driver\n[ 0.634150] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.649166] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.650378] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.652234] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.653497] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.655026] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.656635] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.658477] usb usb1: Product: UHCI Host Controller\n[ 0.659774] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.661336] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.662501] hub 1-0:1.0: USB hub found\n[ 0.663464] hub 1-0:1.0: 2 ports detected\n[ 0.664561] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.667112] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.668191] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.669457] mousedev: PS/2 mouse device common for all mice\n[ 0.670936] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.673166] rtc_cmos 00:00: RTC can wake from S4\n[ 0.674583] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.676312] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.678036] i2c /dev entries driver\n[ 0.679066] device-mapper: uevent: version 1.0.3\n[ 0.680362] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.682632] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.684410] NET: Registered protocol family 10\n[ 0.685763] NET: Registered protocol family 17\n[ 0.687013] Key type dns_resolver registered\n[ 0.688293] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.689832] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.692296] registered taskstats version 1\n[ 0.693449] Loading compiled-in X.509 certificates\n[ 0.695265] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.697933] zswap: loaded using pool lzo/zbud\n[ 0.699654] Key type trusted registered\n[ 0.701444] Key type encrypted registered\n[ 0.702469] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.703800] ima: No TPM chip found, activating TPM-bypass!\n[ 0.705091] evm: HMAC attrs: 0x1\n[ 0.706178] Magic number: 2:275:733\n[ 0.707192] rtc_cmos 00:00: setting system clock to 2018-09-04 12:44:53 UTC (1536065093)\n[ 0.709249] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.710642] EDD information not available.\n[ 0.776365] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.778425] Write protecting the kernel read-only data: 14336k\n[ 0.790736] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.793115] 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.27\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found 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.481441] 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.15...\nLease of 10.10.10.15 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.37. iid=i-00000111\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 AAAAB3NzaC1yc2EAAAADAQABAAABAQC/S20gMmfEzI8wY9HP8dX3MIXVHaMKQv9qvnE7GkfeQpM32ZAL0FstV7s3whNL6laXX8kvKnlhOWZE5J2MyLqMOwmL81EFFOPBofUJ3ariLAwH2LnFQ6hPbkKkMsrBnO/dwMEgt6qXo3crkVPCEl4a/cOEjgrKJSdNndAv0BsezSaN/wPnPcQFb3d3R7tfTwibV8YzwAjlnqZ5Tr5AlDXmm9qvQC0uADPVplSLSETdqxRUEaYgIVN1kj/bBpYhRkAv0Q8EQbeFl5aLA4GNlwlBnmsGPmgo0FISqh4OWIRFLHYQHh/zczedZnLVmPEGVOz7hnwmgMG4DmBO9JU3CAkL root@sdnvpn-11-1\nssh-dss AAAAB3NzaC1kc3MAAACBAJ1VsMalTqvlQgqHMgArDho6AuPRFT2jFRdXmWoRdUv672vxqwT+od+NWGJHR5OEHYJXiJQ5kbEQYHraHXn8Wad+RxjqEOXG1R6FmvYJ7trr3DPAIrn3E+Ia3kCZkEdpFIyd+SuEc0aw8WODkFF3AUlLQ4qN4LMDRzrVpbZ797SLAAAAFQCwjcRUq2yfcP+ArTCnyEY42QLonwAAAIBhOWjR/bPaM9Y93F6cFt8fNcBHJ6HbdtOk6NDzLSCMXMF/9VOhCPyKcJLBt2MaKVzLMFjRWx2CkWAEuwUoo4P/ReyZ5fMRRIw4VrXWc7cOmQ1ODvP6h0XFH86m1/V4zgPmUoEDAI41ecwy4P5eb20tdvzXEEM7+yckyWI412v8VAAAAIA6mlGMRpLOuusjzLX8GTH/YadcQftpLkN9vwCMpwBbvyK6qnJ2keO6Y2kPZT2PJzD2VVhDdmGQt6i1z9n/dGjR6GbwkI/qOYxbAt1r+N9my90Q4hfDH2glYn0Es0JIHUapHFn2gPtpW6cGyhXnji5CdAFcmzad6GptVrVa8tPn+w== 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.15,24,fe80::f816:3eff:fea9:9736/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.15 \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-00000111\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-11-1\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.97 ===\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\n/dev/root resized successfully [took 3.13s]\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:A9:97:36 \n inet addr:10.10.10.15 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fea9:9736/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: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.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-09-04 12:45:18,065 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/b9b02d0a-e318-4650-865a-021cd59eb433/action used request id req-5f8f26c1-8665-480b-a482-d49464046bf1 2018-09-04 12:45:20,087 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/servers/b9b02d0a-e318-4650-865a-021cd59eb433/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}27cd7ccd0c876ee2f7cc16b8eb683b165167e574" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-04 12:45:21,156 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12:45:20 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-1aa39afe-ef34-42f5-b4f1-a91ab0d2ac79 x-compute-request-id: req-1aa39afe-ef34-42f5-b4f1-a91ab0d2ac79 Content-Encoding: gzip Content-Length: 10061 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 478580506 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 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.129507] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.131145] pid_max: default: 32768 minimum: 301\n[ 0.132028] ACPI: Core revision 20150930\n[ 0.133396] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.134689] Security Framework initialized\n[ 0.135503] Yama: becoming mindful.\n[ 0.136233] AppArmor: AppArmor initialized\n[ 0.137089] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.138404] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.139666] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140854] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142216] Initializing cgroup subsys io\n[ 0.143019] Initializing cgroup subsys memory\n[ 0.143863] Initializing cgroup subsys devices\n[ 0.144736] Initializing cgroup subsys freezer\n[ 0.145588] Initializing cgroup subsys net_cls\n[ 0.146440] Initializing cgroup subsys perf_event\n[ 0.147339] Initializing cgroup subsys net_prio\n[ 0.148225] Initializing cgroup subsys hugetlb\n[ 0.149089] Initializing cgroup subsys pids\n[ 0.149943] CPU: Physical Processor ID: 0\n[ 0.151420] mce: CPU supports 10 MCE banks\n[ 0.152248] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.153233] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.163910] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.170288] ftrace: allocating 31920 entries in 125 pages\n[ 0.196625] smpboot: Max logical packages: 1\n[ 0.197462] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.198784] x2apic enabled\n[ 0.199574] Switched APIC routing to physical x2apic.\n[ 0.201309] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.202405] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.204358] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.206126] KVM setup paravirtual spinlock\n[ 0.207402] x86: Booted up 1 node, 1 CPUs\n[ 0.208193] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.209548] devtmpfs: initialized\n[ 0.211250] evm: security.selinux\n[ 0.211940] evm: security.SMACK64\n[ 0.212618] evm: security.SMACK64EXEC\n[ 0.213342] evm: security.SMACK64TRANSMUTE\n[ 0.214134] evm: security.SMACK64MMAP\n[ 0.214860] evm: security.ima\n[ 0.215493] evm: security.capability\n[ 0.216284] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.218097] pinctrl core: initialized pinctrl subsystem\n[ 0.219175] RTC time: 12:44:52, date: 09/04/18\n[ 0.220119] NET: Registered protocol family 16\n[ 0.221069] cpuidle: using governor ladder\n[ 0.221870] cpuidle: using governor menu\n[ 0.222640] PCCT header not found.\n[ 0.223368] ACPI: bus type PCI registered\n[ 0.224160] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.225376] PCI: Using configuration type 1 for base access\n[ 0.227102] ACPI: Added _OSI(Module Device)\n[ 0.227930] ACPI: Added _OSI(Processor Device)\n[ 0.228783] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.229666] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.231763] ACPI: Interpreter enabled\n[ 0.232508] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.234325] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.236130] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.237952] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.239753] ACPI: (supports S0 S5)\n[ 0.240442] ACPI: Using IOAPIC for interrupt routing\n[ 0.241446] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.244515] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.245650] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.246850] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.248017] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.250188] acpiphp: Slot [3] registered\n[ 0.250977] acpiphp: Slot [4] registered\n[ 0.251760] acpiphp: Slot [5] registered\n[ 0.252536] acpiphp: Slot [6] registered\n[ 0.253316] acpiphp: Slot [7] registered\n[ 0.254105] acpiphp: Slot [8] registered\n[ 0.254891] acpiphp: Slot [9] registered\n[ 0.255671] acpiphp: Slot [10] registered\n[ 0.256460] acpiphp: Slot [11] registered\n[ 0.257257] acpiphp: Slot [12] registered\n[ 0.258059] acpiphp: Slot [13] registered\n[ 0.258858] acpiphp: Slot [14] registered\n[ 0.259666] acpiphp: Slot [15] registered\n[ 0.270630] acpiphp: Slot [16] registered\n[ 0.271454] acpiphp: Slot [17] registered\n[ 0.272251] acpiphp: Slot [18] registered\n[ 0.273060] acpiphp: Slot [19] registered\n[ 0.273851] acpiphp: Slot [20] registered\n[ 0.274649] acpiphp: Slot [21] registered\n[ 0.275442] acpiphp: Slot [22] registered\n[ 0.276236] acpiphp: Slot [23] registered\n[ 0.277033] acpiphp: Slot [24] registered\n[ 0.277830] acpiphp: Slot [25] registered\n[ 0.278624] acpiphp: Slot [26] registered\n[ 0.279417] acpiphp: Slot [27] registered\n[ 0.280219] acpiphp: Slot [28] registered\n[ 0.281019] acpiphp: Slot [29] registered\n[ 0.281815] acpiphp: Slot [30] registered\n[ 0.282608] acpiphp: Slot [31] registered\n[ 0.283396] PCI host bridge to bus 0000:00\n[ 0.284194] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.285382] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.286584] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.288023] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.289468] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.295659] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.296952] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.298118] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.299369] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.305756] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.307207] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.353213] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.354740] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.356187] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.357602] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.359009] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.360260] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.361672] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.362722] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.364252] vgaarb: loaded\n[ 0.364854] vgaarb: bridge control possible 0000:00:02.0\n[ 0.365991] SCSI subsystem initialized\n[ 0.366805] ACPI: bus type USB registered\n[ 0.367615] usbcore: registered new interface driver usbfs\n[ 0.368640] usbcore: registered new interface driver hub\n[ 0.369637] usbcore: registered new device driver usb\n[ 0.370681] PCI: Using ACPI for IRQ routing\n[ 0.371700] NetLabel: Initializing\n[ 0.372400] NetLabel: domain hash size = 128\n[ 0.373249] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.374189] NetLabel: unlabeled traffic allowed by default\n[ 0.375272] clocksource: Switched to clocksource kvm-clock\n[ 0.380827] AppArmor: AppArmor Filesystem Enabled\n[ 0.381786] pnp: PnP ACPI init\n[ 0.382694] pnp: PnP ACPI: found 5 devices\n[ 0.389058] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.390761] NET: Registered protocol family 2\n[ 0.391713] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.392973] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.394129] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.395279] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.396359] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.397524] NET: Registered protocol family 1\n[ 0.398384] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.399487] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.400549] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.414513] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.428613] Trying to unpack rootfs image as initramfs...\n[ 0.478813] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.492667] Scanning for low memory corruption every 60 seconds\n[ 0.494173] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.495382] audit: initializing netlink subsys (disabled)\n[ 0.496437] audit: type=2000 audit(1536065093.039:1): initialized\n[ 0.497775] Initialise system trusted keyring\n[ 0.498729] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.499924] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.501909] zbud: loaded\n[ 0.502626] VFS: Disk quotas dquot_6.6.0\n[ 0.503466] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.505025] fuse init (API version 7.23)\n[ 0.505925] Key type big_key registered\n[ 0.506739] Allocating IMA MOK and blacklist keyrings.\n[ 0.507870] Key type asymmetric registered\n[ 0.508706] Asymmetric key parser 'x509' registered\n[ 0.509686] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.511541] io scheduler noop registered\n[ 0.512401] io scheduler deadline registered (default)\n[ 0.513426] io scheduler cfq registered\n[ 0.514288] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.515358] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.516647] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.518120] ACPI: Power Button [PWRF]\n[ 0.518968] GHES: HEST is not enabled!\n[ 0.532726] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.562325] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.564638] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.594590] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.598397] Linux agpgart interface v0.103\n[ 0.601092] brd: module loaded\n[ 0.602564] loop: module loaded\n[ 0.608313] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.609783] GPT:90111 != 2097151\n[ 0.610461] GPT:Alternate GPT header not at the end of the disk.\n[ 0.611568] GPT:90111 != 2097151\n[ 0.612392] GPT: Use GNU Parted to correct GPT errors.\n[ 0.613425] vda: vda1 vda15\n[ 0.615405] scsi host0: ata_piix\n[ 0.616168] scsi host1: ata_piix\n[ 0.616898] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.618123] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.619627] libphy: Fixed MDIO Bus: probed\n[ 0.620462] tun: Universal TUN/TAP device driver, 1.6\n[ 0.621416] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.623999] PPP generic driver version 2.4.2\n[ 0.625408] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.627153] ehci-pci: EHCI PCI platform driver\n[ 0.628407] ehci-platform: EHCI generic platform driver\n[ 0.629807] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.631470] ohci-pci: OHCI PCI platform driver\n[ 0.632722] ohci-platform: OHCI generic platform driver\n[ 0.634150] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.649166] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.650378] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.652234] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.653497] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.655026] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.656635] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.658477] usb usb1: Product: UHCI Host Controller\n[ 0.659774] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.661336] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.662501] hub 1-0:1.0: USB hub found\n[ 0.663464] hub 1-0:1.0: 2 ports detected\n[ 0.664561] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.667112] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.668191] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.669457] mousedev: PS/2 mouse device common for all mice\n[ 0.670936] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.673166] rtc_cmos 00:00: RTC can wake from S4\n[ 0.674583] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.676312] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.678036] i2c /dev entries driver\n[ 0.679066] device-mapper: uevent: version 1.0.3\n[ 0.680362] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.682632] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.684410] NET: Registered protocol family 10\n[ 0.685763] NET: Registered protocol family 17\n[ 0.687013] Key type dns_resolver registered\n[ 0.688293] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.689832] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.692296] registered taskstats version 1\n[ 0.693449] Loading compiled-in X.509 certificates\n[ 0.695265] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.697933] zswap: loaded using pool lzo/zbud\n[ 0.699654] Key type trusted registered\n[ 0.701444] Key type encrypted registered\n[ 0.702469] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.703800] ima: No TPM chip found, activating TPM-bypass!\n[ 0.705091] evm: HMAC attrs: 0x1\n[ 0.706178] Magic number: 2:275:733\n[ 0.707192] rtc_cmos 00:00: setting system clock to 2018-09-04 12:44:53 UTC (1536065093)\n[ 0.709249] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.710642] EDD information not available.\n[ 0.776365] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.778425] Write protecting the kernel read-only data: 14336k\n[ 0.790736] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.793115] 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.27\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found 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.481441] 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.15...\nLease of 10.10.10.15 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.37. iid=i-00000111\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 AAAAB3NzaC1yc2EAAAADAQABAAABAQC/S20gMmfEzI8wY9HP8dX3MIXVHaMKQv9qvnE7GkfeQpM32ZAL0FstV7s3whNL6laXX8kvKnlhOWZE5J2MyLqMOwmL81EFFOPBofUJ3ariLAwH2LnFQ6hPbkKkMsrBnO/dwMEgt6qXo3crkVPCEl4a/cOEjgrKJSdNndAv0BsezSaN/wPnPcQFb3d3R7tfTwibV8YzwAjlnqZ5Tr5AlDXmm9qvQC0uADPVplSLSETdqxRUEaYgIVN1kj/bBpYhRkAv0Q8EQbeFl5aLA4GNlwlBnmsGPmgo0FISqh4OWIRFLHYQHh/zczedZnLVmPEGVOz7hnwmgMG4DmBO9JU3CAkL root@sdnvpn-11-1\nssh-dss AAAAB3NzaC1kc3MAAACBAJ1VsMalTqvlQgqHMgArDho6AuPRFT2jFRdXmWoRdUv672vxqwT+od+NWGJHR5OEHYJXiJQ5kbEQYHraHXn8Wad+RxjqEOXG1R6FmvYJ7trr3DPAIrn3E+Ia3kCZkEdpFIyd+SuEc0aw8WODkFF3AUlLQ4qN4LMDRzrVpbZ797SLAAAAFQCwjcRUq2yfcP+ArTCnyEY42QLonwAAAIBhOWjR/bPaM9Y93F6cFt8fNcBHJ6HbdtOk6NDzLSCMXMF/9VOhCPyKcJLBt2MaKVzLMFjRWx2CkWAEuwUoo4P/ReyZ5fMRRIw4VrXWc7cOmQ1ODvP6h0XFH86m1/V4zgPmUoEDAI41ecwy4P5eb20tdvzXEEM7+yckyWI412v8VAAAAIA6mlGMRpLOuusjzLX8GTH/YadcQftpLkN9vwCMpwBbvyK6qnJ2keO6Y2kPZT2PJzD2VVhDdmGQt6i1z9n/dGjR6GbwkI/qOYxbAt1r+N9my90Q4hfDH2glYn0Es0JIHUapHFn2gPtpW6cGyhXnji5CdAFcmzad6GptVrVa8tPn+w== 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.15,24,fe80::f816:3eff:fea9:9736/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.15 \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-00000111\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-11-1\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.97 ===\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\n/dev/root resized successfully [took 3.13s]\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:A9:97:36 \n inet addr:10.10.10.15 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fea9:9736/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: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.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-09-04 12:45:21,157 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/b9b02d0a-e318-4650-865a-021cd59eb433/action used request id req-1aa39afe-ef34-42f5-b4f1-a91ab0d2ac79 2018-09-04 12:45:23,180 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/servers/b9b02d0a-e318-4650-865a-021cd59eb433/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}27cd7ccd0c876ee2f7cc16b8eb683b165167e574" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-04 12:45:24,254 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12:45:23 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-c9a0a4c2-dca9-4322-bd59-ecd95e55cc9d x-compute-request-id: req-c9a0a4c2-dca9-4322-bd59-ecd95e55cc9d Content-Encoding: gzip Content-Length: 10061 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 478580506 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 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.129507] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.131145] pid_max: default: 32768 minimum: 301\n[ 0.132028] ACPI: Core revision 20150930\n[ 0.133396] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.134689] Security Framework initialized\n[ 0.135503] Yama: becoming mindful.\n[ 0.136233] AppArmor: AppArmor initialized\n[ 0.137089] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.138404] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.139666] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140854] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142216] Initializing cgroup subsys io\n[ 0.143019] Initializing cgroup subsys memory\n[ 0.143863] Initializing cgroup subsys devices\n[ 0.144736] Initializing cgroup subsys freezer\n[ 0.145588] Initializing cgroup subsys net_cls\n[ 0.146440] Initializing cgroup subsys perf_event\n[ 0.147339] Initializing cgroup subsys net_prio\n[ 0.148225] Initializing cgroup subsys hugetlb\n[ 0.149089] Initializing cgroup subsys pids\n[ 0.149943] CPU: Physical Processor ID: 0\n[ 0.151420] mce: CPU supports 10 MCE banks\n[ 0.152248] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.153233] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.163910] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.170288] ftrace: allocating 31920 entries in 125 pages\n[ 0.196625] smpboot: Max logical packages: 1\n[ 0.197462] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.198784] x2apic enabled\n[ 0.199574] Switched APIC routing to physical x2apic.\n[ 0.201309] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.202405] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.204358] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.206126] KVM setup paravirtual spinlock\n[ 0.207402] x86: Booted up 1 node, 1 CPUs\n[ 0.208193] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.209548] devtmpfs: initialized\n[ 0.211250] evm: security.selinux\n[ 0.211940] evm: security.SMACK64\n[ 0.212618] evm: security.SMACK64EXEC\n[ 0.213342] evm: security.SMACK64TRANSMUTE\n[ 0.214134] evm: security.SMACK64MMAP\n[ 0.214860] evm: security.ima\n[ 0.215493] evm: security.capability\n[ 0.216284] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.218097] pinctrl core: initialized pinctrl subsystem\n[ 0.219175] RTC time: 12:44:52, date: 09/04/18\n[ 0.220119] NET: Registered protocol family 16\n[ 0.221069] cpuidle: using governor ladder\n[ 0.221870] cpuidle: using governor menu\n[ 0.222640] PCCT header not found.\n[ 0.223368] ACPI: bus type PCI registered\n[ 0.224160] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.225376] PCI: Using configuration type 1 for base access\n[ 0.227102] ACPI: Added _OSI(Module Device)\n[ 0.227930] ACPI: Added _OSI(Processor Device)\n[ 0.228783] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.229666] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.231763] ACPI: Interpreter enabled\n[ 0.232508] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.234325] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.236130] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.237952] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.239753] ACPI: (supports S0 S5)\n[ 0.240442] ACPI: Using IOAPIC for interrupt routing\n[ 0.241446] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.244515] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.245650] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.246850] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.248017] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.250188] acpiphp: Slot [3] registered\n[ 0.250977] acpiphp: Slot [4] registered\n[ 0.251760] acpiphp: Slot [5] registered\n[ 0.252536] acpiphp: Slot [6] registered\n[ 0.253316] acpiphp: Slot [7] registered\n[ 0.254105] acpiphp: Slot [8] registered\n[ 0.254891] acpiphp: Slot [9] registered\n[ 0.255671] acpiphp: Slot [10] registered\n[ 0.256460] acpiphp: Slot [11] registered\n[ 0.257257] acpiphp: Slot [12] registered\n[ 0.258059] acpiphp: Slot [13] registered\n[ 0.258858] acpiphp: Slot [14] registered\n[ 0.259666] acpiphp: Slot [15] registered\n[ 0.270630] acpiphp: Slot [16] registered\n[ 0.271454] acpiphp: Slot [17] registered\n[ 0.272251] acpiphp: Slot [18] registered\n[ 0.273060] acpiphp: Slot [19] registered\n[ 0.273851] acpiphp: Slot [20] registered\n[ 0.274649] acpiphp: Slot [21] registered\n[ 0.275442] acpiphp: Slot [22] registered\n[ 0.276236] acpiphp: Slot [23] registered\n[ 0.277033] acpiphp: Slot [24] registered\n[ 0.277830] acpiphp: Slot [25] registered\n[ 0.278624] acpiphp: Slot [26] registered\n[ 0.279417] acpiphp: Slot [27] registered\n[ 0.280219] acpiphp: Slot [28] registered\n[ 0.281019] acpiphp: Slot [29] registered\n[ 0.281815] acpiphp: Slot [30] registered\n[ 0.282608] acpiphp: Slot [31] registered\n[ 0.283396] PCI host bridge to bus 0000:00\n[ 0.284194] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.285382] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.286584] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.288023] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.289468] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.295659] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.296952] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.298118] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.299369] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.305756] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.307207] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.353213] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.354740] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.356187] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.357602] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.359009] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.360260] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.361672] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.362722] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.364252] vgaarb: loaded\n[ 0.364854] vgaarb: bridge control possible 0000:00:02.0\n[ 0.365991] SCSI subsystem initialized\n[ 0.366805] ACPI: bus type USB registered\n[ 0.367615] usbcore: registered new interface driver usbfs\n[ 0.368640] usbcore: registered new interface driver hub\n[ 0.369637] usbcore: registered new device driver usb\n[ 0.370681] PCI: Using ACPI for IRQ routing\n[ 0.371700] NetLabel: Initializing\n[ 0.372400] NetLabel: domain hash size = 128\n[ 0.373249] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.374189] NetLabel: unlabeled traffic allowed by default\n[ 0.375272] clocksource: Switched to clocksource kvm-clock\n[ 0.380827] AppArmor: AppArmor Filesystem Enabled\n[ 0.381786] pnp: PnP ACPI init\n[ 0.382694] pnp: PnP ACPI: found 5 devices\n[ 0.389058] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.390761] NET: Registered protocol family 2\n[ 0.391713] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.392973] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.394129] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.395279] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.396359] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.397524] NET: Registered protocol family 1\n[ 0.398384] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.399487] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.400549] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.414513] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.428613] Trying to unpack rootfs image as initramfs...\n[ 0.478813] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.492667] Scanning for low memory corruption every 60 seconds\n[ 0.494173] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.495382] audit: initializing netlink subsys (disabled)\n[ 0.496437] audit: type=2000 audit(1536065093.039:1): initialized\n[ 0.497775] Initialise system trusted keyring\n[ 0.498729] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.499924] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.501909] zbud: loaded\n[ 0.502626] VFS: Disk quotas dquot_6.6.0\n[ 0.503466] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.505025] fuse init (API version 7.23)\n[ 0.505925] Key type big_key registered\n[ 0.506739] Allocating IMA MOK and blacklist keyrings.\n[ 0.507870] Key type asymmetric registered\n[ 0.508706] Asymmetric key parser 'x509' registered\n[ 0.509686] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.511541] io scheduler noop registered\n[ 0.512401] io scheduler deadline registered (default)\n[ 0.513426] io scheduler cfq registered\n[ 0.514288] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.515358] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.516647] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.518120] ACPI: Power Button [PWRF]\n[ 0.518968] GHES: HEST is not enabled!\n[ 0.532726] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.562325] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.564638] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.594590] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.598397] Linux agpgart interface v0.103\n[ 0.601092] brd: module loaded\n[ 0.602564] loop: module loaded\n[ 0.608313] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.609783] GPT:90111 != 2097151\n[ 0.610461] GPT:Alternate GPT header not at the end of the disk.\n[ 0.611568] GPT:90111 != 2097151\n[ 0.612392] GPT: Use GNU Parted to correct GPT errors.\n[ 0.613425] vda: vda1 vda15\n[ 0.615405] scsi host0: ata_piix\n[ 0.616168] scsi host1: ata_piix\n[ 0.616898] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.618123] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.619627] libphy: Fixed MDIO Bus: probed\n[ 0.620462] tun: Universal TUN/TAP device driver, 1.6\n[ 0.621416] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.623999] PPP generic driver version 2.4.2\n[ 0.625408] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.627153] ehci-pci: EHCI PCI platform driver\n[ 0.628407] ehci-platform: EHCI generic platform driver\n[ 0.629807] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.631470] ohci-pci: OHCI PCI platform driver\n[ 0.632722] ohci-platform: OHCI generic platform driver\n[ 0.634150] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.649166] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.650378] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.652234] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.653497] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.655026] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.656635] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.658477] usb usb1: Product: UHCI Host Controller\n[ 0.659774] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.661336] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.662501] hub 1-0:1.0: USB hub found\n[ 0.663464] hub 1-0:1.0: 2 ports detected\n[ 0.664561] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.667112] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.668191] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.669457] mousedev: PS/2 mouse device common for all mice\n[ 0.670936] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.673166] rtc_cmos 00:00: RTC can wake from S4\n[ 0.674583] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.676312] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.678036] i2c /dev entries driver\n[ 0.679066] device-mapper: uevent: version 1.0.3\n[ 0.680362] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.682632] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.684410] NET: Registered protocol family 10\n[ 0.685763] NET: Registered protocol family 17\n[ 0.687013] Key type dns_resolver registered\n[ 0.688293] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.689832] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.692296] registered taskstats version 1\n[ 0.693449] Loading compiled-in X.509 certificates\n[ 0.695265] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.697933] zswap: loaded using pool lzo/zbud\n[ 0.699654] Key type trusted registered\n[ 0.701444] Key type encrypted registered\n[ 0.702469] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.703800] ima: No TPM chip found, activating TPM-bypass!\n[ 0.705091] evm: HMAC attrs: 0x1\n[ 0.706178] Magic number: 2:275:733\n[ 0.707192] rtc_cmos 00:00: setting system clock to 2018-09-04 12:44:53 UTC (1536065093)\n[ 0.709249] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.710642] EDD information not available.\n[ 0.776365] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.778425] Write protecting the kernel read-only data: 14336k\n[ 0.790736] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.793115] 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.27\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found 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.481441] 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.15...\nLease of 10.10.10.15 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.37. iid=i-00000111\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 AAAAB3NzaC1yc2EAAAADAQABAAABAQC/S20gMmfEzI8wY9HP8dX3MIXVHaMKQv9qvnE7GkfeQpM32ZAL0FstV7s3whNL6laXX8kvKnlhOWZE5J2MyLqMOwmL81EFFOPBofUJ3ariLAwH2LnFQ6hPbkKkMsrBnO/dwMEgt6qXo3crkVPCEl4a/cOEjgrKJSdNndAv0BsezSaN/wPnPcQFb3d3R7tfTwibV8YzwAjlnqZ5Tr5AlDXmm9qvQC0uADPVplSLSETdqxRUEaYgIVN1kj/bBpYhRkAv0Q8EQbeFl5aLA4GNlwlBnmsGPmgo0FISqh4OWIRFLHYQHh/zczedZnLVmPEGVOz7hnwmgMG4DmBO9JU3CAkL root@sdnvpn-11-1\nssh-dss AAAAB3NzaC1kc3MAAACBAJ1VsMalTqvlQgqHMgArDho6AuPRFT2jFRdXmWoRdUv672vxqwT+od+NWGJHR5OEHYJXiJQ5kbEQYHraHXn8Wad+RxjqEOXG1R6FmvYJ7trr3DPAIrn3E+Ia3kCZkEdpFIyd+SuEc0aw8WODkFF3AUlLQ4qN4LMDRzrVpbZ797SLAAAAFQCwjcRUq2yfcP+ArTCnyEY42QLonwAAAIBhOWjR/bPaM9Y93F6cFt8fNcBHJ6HbdtOk6NDzLSCMXMF/9VOhCPyKcJLBt2MaKVzLMFjRWx2CkWAEuwUoo4P/ReyZ5fMRRIw4VrXWc7cOmQ1ODvP6h0XFH86m1/V4zgPmUoEDAI41ecwy4P5eb20tdvzXEEM7+yckyWI412v8VAAAAIA6mlGMRpLOuusjzLX8GTH/YadcQftpLkN9vwCMpwBbvyK6qnJ2keO6Y2kPZT2PJzD2VVhDdmGQt6i1z9n/dGjR6GbwkI/qOYxbAt1r+N9my90Q4hfDH2glYn0Es0JIHUapHFn2gPtpW6cGyhXnji5CdAFcmzad6GptVrVa8tPn+w== 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.15,24,fe80::f816:3eff:fea9:9736/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.15 \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-00000111\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-11-1\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.97 ===\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\n/dev/root resized successfully [took 3.13s]\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:A9:97:36 \n inet addr:10.10.10.15 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fea9:9736/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: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.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-09-04 12:45:24,254 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/b9b02d0a-e318-4650-865a-021cd59eb433/action used request id req-c9a0a4c2-dca9-4322-bd59-ecd95e55cc9d 2018-09-04 12:45:26,275 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/servers/b9b02d0a-e318-4650-865a-021cd59eb433/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}27cd7ccd0c876ee2f7cc16b8eb683b165167e574" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-04 12:45:27,349 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12:45:26 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-8595dfb0-d363-4017-969d-a13a802228e3 x-compute-request-id: req-8595dfb0-d363-4017-969d-a13a802228e3 Content-Encoding: gzip Content-Length: 10061 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 478580506 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 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.129507] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.131145] pid_max: default: 32768 minimum: 301\n[ 0.132028] ACPI: Core revision 20150930\n[ 0.133396] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.134689] Security Framework initialized\n[ 0.135503] Yama: becoming mindful.\n[ 0.136233] AppArmor: AppArmor initialized\n[ 0.137089] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.138404] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.139666] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140854] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142216] Initializing cgroup subsys io\n[ 0.143019] Initializing cgroup subsys memory\n[ 0.143863] Initializing cgroup subsys devices\n[ 0.144736] Initializing cgroup subsys freezer\n[ 0.145588] Initializing cgroup subsys net_cls\n[ 0.146440] Initializing cgroup subsys perf_event\n[ 0.147339] Initializing cgroup subsys net_prio\n[ 0.148225] Initializing cgroup subsys hugetlb\n[ 0.149089] Initializing cgroup subsys pids\n[ 0.149943] CPU: Physical Processor ID: 0\n[ 0.151420] mce: CPU supports 10 MCE banks\n[ 0.152248] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.153233] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.163910] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.170288] ftrace: allocating 31920 entries in 125 pages\n[ 0.196625] smpboot: Max logical packages: 1\n[ 0.197462] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.198784] x2apic enabled\n[ 0.199574] Switched APIC routing to physical x2apic.\n[ 0.201309] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.202405] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.204358] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.206126] KVM setup paravirtual spinlock\n[ 0.207402] x86: Booted up 1 node, 1 CPUs\n[ 0.208193] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.209548] devtmpfs: initialized\n[ 0.211250] evm: security.selinux\n[ 0.211940] evm: security.SMACK64\n[ 0.212618] evm: security.SMACK64EXEC\n[ 0.213342] evm: security.SMACK64TRANSMUTE\n[ 0.214134] evm: security.SMACK64MMAP\n[ 0.214860] evm: security.ima\n[ 0.215493] evm: security.capability\n[ 0.216284] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.218097] pinctrl core: initialized pinctrl subsystem\n[ 0.219175] RTC time: 12:44:52, date: 09/04/18\n[ 0.220119] NET: Registered protocol family 16\n[ 0.221069] cpuidle: using governor ladder\n[ 0.221870] cpuidle: using governor menu\n[ 0.222640] PCCT header not found.\n[ 0.223368] ACPI: bus type PCI registered\n[ 0.224160] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.225376] PCI: Using configuration type 1 for base access\n[ 0.227102] ACPI: Added _OSI(Module Device)\n[ 0.227930] ACPI: Added _OSI(Processor Device)\n[ 0.228783] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.229666] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.231763] ACPI: Interpreter enabled\n[ 0.232508] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.234325] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.236130] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.237952] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.239753] ACPI: (supports S0 S5)\n[ 0.240442] ACPI: Using IOAPIC for interrupt routing\n[ 0.241446] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.244515] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.245650] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.246850] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.248017] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.250188] acpiphp: Slot [3] registered\n[ 0.250977] acpiphp: Slot [4] registered\n[ 0.251760] acpiphp: Slot [5] registered\n[ 0.252536] acpiphp: Slot [6] registered\n[ 0.253316] acpiphp: Slot [7] registered\n[ 0.254105] acpiphp: Slot [8] registered\n[ 0.254891] acpiphp: Slot [9] registered\n[ 0.255671] acpiphp: Slot [10] registered\n[ 0.256460] acpiphp: Slot [11] registered\n[ 0.257257] acpiphp: Slot [12] registered\n[ 0.258059] acpiphp: Slot [13] registered\n[ 0.258858] acpiphp: Slot [14] registered\n[ 0.259666] acpiphp: Slot [15] registered\n[ 0.270630] acpiphp: Slot [16] registered\n[ 0.271454] acpiphp: Slot [17] registered\n[ 0.272251] acpiphp: Slot [18] registered\n[ 0.273060] acpiphp: Slot [19] registered\n[ 0.273851] acpiphp: Slot [20] registered\n[ 0.274649] acpiphp: Slot [21] registered\n[ 0.275442] acpiphp: Slot [22] registered\n[ 0.276236] acpiphp: Slot [23] registered\n[ 0.277033] acpiphp: Slot [24] registered\n[ 0.277830] acpiphp: Slot [25] registered\n[ 0.278624] acpiphp: Slot [26] registered\n[ 0.279417] acpiphp: Slot [27] registered\n[ 0.280219] acpiphp: Slot [28] registered\n[ 0.281019] acpiphp: Slot [29] registered\n[ 0.281815] acpiphp: Slot [30] registered\n[ 0.282608] acpiphp: Slot [31] registered\n[ 0.283396] PCI host bridge to bus 0000:00\n[ 0.284194] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.285382] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.286584] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.288023] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.289468] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.295659] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.296952] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.298118] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.299369] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.305756] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.307207] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.353213] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.354740] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.356187] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.357602] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.359009] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.360260] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.361672] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.362722] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.364252] vgaarb: loaded\n[ 0.364854] vgaarb: bridge control possible 0000:00:02.0\n[ 0.365991] SCSI subsystem initialized\n[ 0.366805] ACPI: bus type USB registered\n[ 0.367615] usbcore: registered new interface driver usbfs\n[ 0.368640] usbcore: registered new interface driver hub\n[ 0.369637] usbcore: registered new device driver usb\n[ 0.370681] PCI: Using ACPI for IRQ routing\n[ 0.371700] NetLabel: Initializing\n[ 0.372400] NetLabel: domain hash size = 128\n[ 0.373249] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.374189] NetLabel: unlabeled traffic allowed by default\n[ 0.375272] clocksource: Switched to clocksource kvm-clock\n[ 0.380827] AppArmor: AppArmor Filesystem Enabled\n[ 0.381786] pnp: PnP ACPI init\n[ 0.382694] pnp: PnP ACPI: found 5 devices\n[ 0.389058] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.390761] NET: Registered protocol family 2\n[ 0.391713] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.392973] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.394129] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.395279] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.396359] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.397524] NET: Registered protocol family 1\n[ 0.398384] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.399487] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.400549] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.414513] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.428613] Trying to unpack rootfs image as initramfs...\n[ 0.478813] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.492667] Scanning for low memory corruption every 60 seconds\n[ 0.494173] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.495382] audit: initializing netlink subsys (disabled)\n[ 0.496437] audit: type=2000 audit(1536065093.039:1): initialized\n[ 0.497775] Initialise system trusted keyring\n[ 0.498729] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.499924] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.501909] zbud: loaded\n[ 0.502626] VFS: Disk quotas dquot_6.6.0\n[ 0.503466] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.505025] fuse init (API version 7.23)\n[ 0.505925] Key type big_key registered\n[ 0.506739] Allocating IMA MOK and blacklist keyrings.\n[ 0.507870] Key type asymmetric registered\n[ 0.508706] Asymmetric key parser 'x509' registered\n[ 0.509686] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.511541] io scheduler noop registered\n[ 0.512401] io scheduler deadline registered (default)\n[ 0.513426] io scheduler cfq registered\n[ 0.514288] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.515358] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.516647] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.518120] ACPI: Power Button [PWRF]\n[ 0.518968] GHES: HEST is not enabled!\n[ 0.532726] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.562325] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.564638] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.594590] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.598397] Linux agpgart interface v0.103\n[ 0.601092] brd: module loaded\n[ 0.602564] loop: module loaded\n[ 0.608313] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.609783] GPT:90111 != 2097151\n[ 0.610461] GPT:Alternate GPT header not at the end of the disk.\n[ 0.611568] GPT:90111 != 2097151\n[ 0.612392] GPT: Use GNU Parted to correct GPT errors.\n[ 0.613425] vda: vda1 vda15\n[ 0.615405] scsi host0: ata_piix\n[ 0.616168] scsi host1: ata_piix\n[ 0.616898] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.618123] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.619627] libphy: Fixed MDIO Bus: probed\n[ 0.620462] tun: Universal TUN/TAP device driver, 1.6\n[ 0.621416] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.623999] PPP generic driver version 2.4.2\n[ 0.625408] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.627153] ehci-pci: EHCI PCI platform driver\n[ 0.628407] ehci-platform: EHCI generic platform driver\n[ 0.629807] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.631470] ohci-pci: OHCI PCI platform driver\n[ 0.632722] ohci-platform: OHCI generic platform driver\n[ 0.634150] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.649166] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.650378] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.652234] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.653497] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.655026] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.656635] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.658477] usb usb1: Product: UHCI Host Controller\n[ 0.659774] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.661336] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.662501] hub 1-0:1.0: USB hub found\n[ 0.663464] hub 1-0:1.0: 2 ports detected\n[ 0.664561] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.667112] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.668191] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.669457] mousedev: PS/2 mouse device common for all mice\n[ 0.670936] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.673166] rtc_cmos 00:00: RTC can wake from S4\n[ 0.674583] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.676312] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.678036] i2c /dev entries driver\n[ 0.679066] device-mapper: uevent: version 1.0.3\n[ 0.680362] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.682632] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.684410] NET: Registered protocol family 10\n[ 0.685763] NET: Registered protocol family 17\n[ 0.687013] Key type dns_resolver registered\n[ 0.688293] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.689832] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.692296] registered taskstats version 1\n[ 0.693449] Loading compiled-in X.509 certificates\n[ 0.695265] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.697933] zswap: loaded using pool lzo/zbud\n[ 0.699654] Key type trusted registered\n[ 0.701444] Key type encrypted registered\n[ 0.702469] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.703800] ima: No TPM chip found, activating TPM-bypass!\n[ 0.705091] evm: HMAC attrs: 0x1\n[ 0.706178] Magic number: 2:275:733\n[ 0.707192] rtc_cmos 00:00: setting system clock to 2018-09-04 12:44:53 UTC (1536065093)\n[ 0.709249] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.710642] EDD information not available.\n[ 0.776365] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.778425] Write protecting the kernel read-only data: 14336k\n[ 0.790736] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.793115] 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.27\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found 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.481441] 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.15...\nLease of 10.10.10.15 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.37. iid=i-00000111\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 AAAAB3NzaC1yc2EAAAADAQABAAABAQC/S20gMmfEzI8wY9HP8dX3MIXVHaMKQv9qvnE7GkfeQpM32ZAL0FstV7s3whNL6laXX8kvKnlhOWZE5J2MyLqMOwmL81EFFOPBofUJ3ariLAwH2LnFQ6hPbkKkMsrBnO/dwMEgt6qXo3crkVPCEl4a/cOEjgrKJSdNndAv0BsezSaN/wPnPcQFb3d3R7tfTwibV8YzwAjlnqZ5Tr5AlDXmm9qvQC0uADPVplSLSETdqxRUEaYgIVN1kj/bBpYhRkAv0Q8EQbeFl5aLA4GNlwlBnmsGPmgo0FISqh4OWIRFLHYQHh/zczedZnLVmPEGVOz7hnwmgMG4DmBO9JU3CAkL root@sdnvpn-11-1\nssh-dss AAAAB3NzaC1kc3MAAACBAJ1VsMalTqvlQgqHMgArDho6AuPRFT2jFRdXmWoRdUv672vxqwT+od+NWGJHR5OEHYJXiJQ5kbEQYHraHXn8Wad+RxjqEOXG1R6FmvYJ7trr3DPAIrn3E+Ia3kCZkEdpFIyd+SuEc0aw8WODkFF3AUlLQ4qN4LMDRzrVpbZ797SLAAAAFQCwjcRUq2yfcP+ArTCnyEY42QLonwAAAIBhOWjR/bPaM9Y93F6cFt8fNcBHJ6HbdtOk6NDzLSCMXMF/9VOhCPyKcJLBt2MaKVzLMFjRWx2CkWAEuwUoo4P/ReyZ5fMRRIw4VrXWc7cOmQ1ODvP6h0XFH86m1/V4zgPmUoEDAI41ecwy4P5eb20tdvzXEEM7+yckyWI412v8VAAAAIA6mlGMRpLOuusjzLX8GTH/YadcQftpLkN9vwCMpwBbvyK6qnJ2keO6Y2kPZT2PJzD2VVhDdmGQt6i1z9n/dGjR6GbwkI/qOYxbAt1r+N9my90Q4hfDH2glYn0Es0JIHUapHFn2gPtpW6cGyhXnji5CdAFcmzad6GptVrVa8tPn+w== 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.15,24,fe80::f816:3eff:fea9:9736/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.15 \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-00000111\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-11-1\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.97 ===\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\n/dev/root resized successfully [took 3.13s]\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:A9:97:36 \n inet addr:10.10.10.15 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fea9:9736/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: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.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-09-04 12:45:27,350 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/b9b02d0a-e318-4650-865a-021cd59eb433/action used request id req-8595dfb0-d363-4017-969d-a13a802228e3 2018-09-04 12:45:29,369 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/servers/b9b02d0a-e318-4650-865a-021cd59eb433/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}27cd7ccd0c876ee2f7cc16b8eb683b165167e574" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-04 12:45:30,443 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12:45: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-7edee4d6-18e7-41d2-9426-a96da81a82b2 x-compute-request-id: req-7edee4d6-18e7-41d2-9426-a96da81a82b2 Content-Encoding: gzip Content-Length: 10081 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 478580506 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 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.129507] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.131145] pid_max: default: 32768 minimum: 301\n[ 0.132028] ACPI: Core revision 20150930\n[ 0.133396] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.134689] Security Framework initialized\n[ 0.135503] Yama: becoming mindful.\n[ 0.136233] AppArmor: AppArmor initialized\n[ 0.137089] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.138404] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.139666] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140854] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142216] Initializing cgroup subsys io\n[ 0.143019] Initializing cgroup subsys memory\n[ 0.143863] Initializing cgroup subsys devices\n[ 0.144736] Initializing cgroup subsys freezer\n[ 0.145588] Initializing cgroup subsys net_cls\n[ 0.146440] Initializing cgroup subsys perf_event\n[ 0.147339] Initializing cgroup subsys net_prio\n[ 0.148225] Initializing cgroup subsys hugetlb\n[ 0.149089] Initializing cgroup subsys pids\n[ 0.149943] CPU: Physical Processor ID: 0\n[ 0.151420] mce: CPU supports 10 MCE banks\n[ 0.152248] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.153233] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.163910] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.170288] ftrace: allocating 31920 entries in 125 pages\n[ 0.196625] smpboot: Max logical packages: 1\n[ 0.197462] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.198784] x2apic enabled\n[ 0.199574] Switched APIC routing to physical x2apic.\n[ 0.201309] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.202405] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.204358] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.206126] KVM setup paravirtual spinlock\n[ 0.207402] x86: Booted up 1 node, 1 CPUs\n[ 0.208193] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.209548] devtmpfs: initialized\n[ 0.211250] evm: security.selinux\n[ 0.211940] evm: security.SMACK64\n[ 0.212618] evm: security.SMACK64EXEC\n[ 0.213342] evm: security.SMACK64TRANSMUTE\n[ 0.214134] evm: security.SMACK64MMAP\n[ 0.214860] evm: security.ima\n[ 0.215493] evm: security.capability\n[ 0.216284] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.218097] pinctrl core: initialized pinctrl subsystem\n[ 0.219175] RTC time: 12:44:52, date: 09/04/18\n[ 0.220119] NET: Registered protocol family 16\n[ 0.221069] cpuidle: using governor ladder\n[ 0.221870] cpuidle: using governor menu\n[ 0.222640] PCCT header not found.\n[ 0.223368] ACPI: bus type PCI registered\n[ 0.224160] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.225376] PCI: Using configuration type 1 for base access\n[ 0.227102] ACPI: Added _OSI(Module Device)\n[ 0.227930] ACPI: Added _OSI(Processor Device)\n[ 0.228783] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.229666] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.231763] ACPI: Interpreter enabled\n[ 0.232508] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.234325] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.236130] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.237952] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.239753] ACPI: (supports S0 S5)\n[ 0.240442] ACPI: Using IOAPIC for interrupt routing\n[ 0.241446] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.244515] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.245650] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.246850] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.248017] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.250188] acpiphp: Slot [3] registered\n[ 0.250977] acpiphp: Slot [4] registered\n[ 0.251760] acpiphp: Slot [5] registered\n[ 0.252536] acpiphp: Slot [6] registered\n[ 0.253316] acpiphp: Slot [7] registered\n[ 0.254105] acpiphp: Slot [8] registered\n[ 0.254891] acpiphp: Slot [9] registered\n[ 0.255671] acpiphp: Slot [10] registered\n[ 0.256460] acpiphp: Slot [11] registered\n[ 0.257257] acpiphp: Slot [12] registered\n[ 0.258059] acpiphp: Slot [13] registered\n[ 0.258858] acpiphp: Slot [14] registered\n[ 0.259666] acpiphp: Slot [15] registered\n[ 0.270630] acpiphp: Slot [16] registered\n[ 0.271454] acpiphp: Slot [17] registered\n[ 0.272251] acpiphp: Slot [18] registered\n[ 0.273060] acpiphp: Slot [19] registered\n[ 0.273851] acpiphp: Slot [20] registered\n[ 0.274649] acpiphp: Slot [21] registered\n[ 0.275442] acpiphp: Slot [22] registered\n[ 0.276236] acpiphp: Slot [23] registered\n[ 0.277033] acpiphp: Slot [24] registered\n[ 0.277830] acpiphp: Slot [25] registered\n[ 0.278624] acpiphp: Slot [26] registered\n[ 0.279417] acpiphp: Slot [27] registered\n[ 0.280219] acpiphp: Slot [28] registered\n[ 0.281019] acpiphp: Slot [29] registered\n[ 0.281815] acpiphp: Slot [30] registered\n[ 0.282608] acpiphp: Slot [31] registered\n[ 0.283396] PCI host bridge to bus 0000:00\n[ 0.284194] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.285382] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.286584] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.288023] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.289468] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.295659] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.296952] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.298118] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.299369] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.305756] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.307207] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.353213] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.354740] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.356187] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.357602] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.359009] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.360260] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.361672] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.362722] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.364252] vgaarb: loaded\n[ 0.364854] vgaarb: bridge control possible 0000:00:02.0\n[ 0.365991] SCSI subsystem initialized\n[ 0.366805] ACPI: bus type USB registered\n[ 0.367615] usbcore: registered new interface driver usbfs\n[ 0.368640] usbcore: registered new interface driver hub\n[ 0.369637] usbcore: registered new device driver usb\n[ 0.370681] PCI: Using ACPI for IRQ routing\n[ 0.371700] NetLabel: Initializing\n[ 0.372400] NetLabel: domain hash size = 128\n[ 0.373249] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.374189] NetLabel: unlabeled traffic allowed by default\n[ 0.375272] clocksource: Switched to clocksource kvm-clock\n[ 0.380827] AppArmor: AppArmor Filesystem Enabled\n[ 0.381786] pnp: PnP ACPI init\n[ 0.382694] pnp: PnP ACPI: found 5 devices\n[ 0.389058] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.390761] NET: Registered protocol family 2\n[ 0.391713] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.392973] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.394129] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.395279] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.396359] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.397524] NET: Registered protocol family 1\n[ 0.398384] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.399487] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.400549] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.414513] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.428613] Trying to unpack rootfs image as initramfs...\n[ 0.478813] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.492667] Scanning for low memory corruption every 60 seconds\n[ 0.494173] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.495382] audit: initializing netlink subsys (disabled)\n[ 0.496437] audit: type=2000 audit(1536065093.039:1): initialized\n[ 0.497775] Initialise system trusted keyring\n[ 0.498729] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.499924] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.501909] zbud: loaded\n[ 0.502626] VFS: Disk quotas dquot_6.6.0\n[ 0.503466] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.505025] fuse init (API version 7.23)\n[ 0.505925] Key type big_key registered\n[ 0.506739] Allocating IMA MOK and blacklist keyrings.\n[ 0.507870] Key type asymmetric registered\n[ 0.508706] Asymmetric key parser 'x509' registered\n[ 0.509686] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.511541] io scheduler noop registered\n[ 0.512401] io scheduler deadline registered (default)\n[ 0.513426] io scheduler cfq registered\n[ 0.514288] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.515358] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.516647] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.518120] ACPI: Power Button [PWRF]\n[ 0.518968] GHES: HEST is not enabled!\n[ 0.532726] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.562325] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.564638] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.594590] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.598397] Linux agpgart interface v0.103\n[ 0.601092] brd: module loaded\n[ 0.602564] loop: module loaded\n[ 0.608313] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.609783] GPT:90111 != 2097151\n[ 0.610461] GPT:Alternate GPT header not at the end of the disk.\n[ 0.611568] GPT:90111 != 2097151\n[ 0.612392] GPT: Use GNU Parted to correct GPT errors.\n[ 0.613425] vda: vda1 vda15\n[ 0.615405] scsi host0: ata_piix\n[ 0.616168] scsi host1: ata_piix\n[ 0.616898] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.618123] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.619627] libphy: Fixed MDIO Bus: probed\n[ 0.620462] tun: Universal TUN/TAP device driver, 1.6\n[ 0.621416] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.623999] PPP generic driver version 2.4.2\n[ 0.625408] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.627153] ehci-pci: EHCI PCI platform driver\n[ 0.628407] ehci-platform: EHCI generic platform driver\n[ 0.629807] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.631470] ohci-pci: OHCI PCI platform driver\n[ 0.632722] ohci-platform: OHCI generic platform driver\n[ 0.634150] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.649166] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.650378] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.652234] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.653497] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.655026] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.656635] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.658477] usb usb1: Product: UHCI Host Controller\n[ 0.659774] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.661336] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.662501] hub 1-0:1.0: USB hub found\n[ 0.663464] hub 1-0:1.0: 2 ports detected\n[ 0.664561] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.667112] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.668191] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.669457] mousedev: PS/2 mouse device common for all mice\n[ 0.670936] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.673166] rtc_cmos 00:00: RTC can wake from S4\n[ 0.674583] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.676312] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.678036] i2c /dev entries driver\n[ 0.679066] device-mapper: uevent: version 1.0.3\n[ 0.680362] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.682632] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.684410] NET: Registered protocol family 10\n[ 0.685763] NET: Registered protocol family 17\n[ 0.687013] Key type dns_resolver registered\n[ 0.688293] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.689832] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.692296] registered taskstats version 1\n[ 0.693449] Loading compiled-in X.509 certificates\n[ 0.695265] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.697933] zswap: loaded using pool lzo/zbud\n[ 0.699654] Key type trusted registered\n[ 0.701444] Key type encrypted registered\n[ 0.702469] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.703800] ima: No TPM chip found, activating TPM-bypass!\n[ 0.705091] evm: HMAC attrs: 0x1\n[ 0.706178] Magic number: 2:275:733\n[ 0.707192] rtc_cmos 00:00: setting system clock to 2018-09-04 12:44:53 UTC (1536065093)\n[ 0.709249] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.710642] EDD information not available.\n[ 0.776365] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.778425] Write protecting the kernel read-only data: 14336k\n[ 0.790736] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.793115] 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.27\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found 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.481441] 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.15...\nLease of 10.10.10.15 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.37. iid=i-00000111\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 AAAAB3NzaC1yc2EAAAADAQABAAABAQC/S20gMmfEzI8wY9HP8dX3MIXVHaMKQv9qvnE7GkfeQpM32ZAL0FstV7s3whNL6laXX8kvKnlhOWZE5J2MyLqMOwmL81EFFOPBofUJ3ariLAwH2LnFQ6hPbkKkMsrBnO/dwMEgt6qXo3crkVPCEl4a/cOEjgrKJSdNndAv0BsezSaN/wPnPcQFb3d3R7tfTwibV8YzwAjlnqZ5Tr5AlDXmm9qvQC0uADPVplSLSETdqxRUEaYgIVN1kj/bBpYhRkAv0Q8EQbeFl5aLA4GNlwlBnmsGPmgo0FISqh4OWIRFLHYQHh/zczedZnLVmPEGVOz7hnwmgMG4DmBO9JU3CAkL root@sdnvpn-11-1\nssh-dss AAAAB3NzaC1kc3MAAACBAJ1VsMalTqvlQgqHMgArDho6AuPRFT2jFRdXmWoRdUv672vxqwT+od+NWGJHR5OEHYJXiJQ5kbEQYHraHXn8Wad+RxjqEOXG1R6FmvYJ7trr3DPAIrn3E+Ia3kCZkEdpFIyd+SuEc0aw8WODkFF3AUlLQ4qN4LMDRzrVpbZ797SLAAAAFQCwjcRUq2yfcP+ArTCnyEY42QLonwAAAIBhOWjR/bPaM9Y93F6cFt8fNcBHJ6HbdtOk6NDzLSCMXMF/9VOhCPyKcJLBt2MaKVzLMFjRWx2CkWAEuwUoo4P/ReyZ5fMRRIw4VrXWc7cOmQ1ODvP6h0XFH86m1/V4zgPmUoEDAI41ecwy4P5eb20tdvzXEEM7+yckyWI412v8VAAAAIA6mlGMRpLOuusjzLX8GTH/YadcQftpLkN9vwCMpwBbvyK6qnJ2keO6Y2kPZT2PJzD2VVhDdmGQt6i1z9n/dGjR6GbwkI/qOYxbAt1r+N9my90Q4hfDH2glYn0Es0JIHUapHFn2gPtpW6cGyhXnji5CdAFcmzad6GptVrVa8tPn+w== 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.15,24,fe80::f816:3eff:fea9:9736/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.15 \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-00000111\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-11-1\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.97 ===\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\n/dev/root resized successfully [took 3.13s]\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:A9:97:36 \n inet addr:10.10.10.15 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fea9:9736/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: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.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-09-04 12:45:30,444 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/b9b02d0a-e318-4650-865a-021cd59eb433/action used request id req-7edee4d6-18e7-41d2-9426-a96da81a82b2 2018-09-04 12:45:32,466 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/servers/b9b02d0a-e318-4650-865a-021cd59eb433/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}27cd7ccd0c876ee2f7cc16b8eb683b165167e574" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-04 12:45:33,575 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12:45: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-aba083a4-5f81-4acd-84fa-cf0467561c76 x-compute-request-id: req-aba083a4-5f81-4acd-84fa-cf0467561c76 Content-Encoding: gzip Content-Length: 10081 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 478580506 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 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.129507] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.131145] pid_max: default: 32768 minimum: 301\n[ 0.132028] ACPI: Core revision 20150930\n[ 0.133396] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.134689] Security Framework initialized\n[ 0.135503] Yama: becoming mindful.\n[ 0.136233] AppArmor: AppArmor initialized\n[ 0.137089] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.138404] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.139666] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140854] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142216] Initializing cgroup subsys io\n[ 0.143019] Initializing cgroup subsys memory\n[ 0.143863] Initializing cgroup subsys devices\n[ 0.144736] Initializing cgroup subsys freezer\n[ 0.145588] Initializing cgroup subsys net_cls\n[ 0.146440] Initializing cgroup subsys perf_event\n[ 0.147339] Initializing cgroup subsys net_prio\n[ 0.148225] Initializing cgroup subsys hugetlb\n[ 0.149089] Initializing cgroup subsys pids\n[ 0.149943] CPU: Physical Processor ID: 0\n[ 0.151420] mce: CPU supports 10 MCE banks\n[ 0.152248] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.153233] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.163910] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.170288] ftrace: allocating 31920 entries in 125 pages\n[ 0.196625] smpboot: Max logical packages: 1\n[ 0.197462] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.198784] x2apic enabled\n[ 0.199574] Switched APIC routing to physical x2apic.\n[ 0.201309] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.202405] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.204358] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.206126] KVM setup paravirtual spinlock\n[ 0.207402] x86: Booted up 1 node, 1 CPUs\n[ 0.208193] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.209548] devtmpfs: initialized\n[ 0.211250] evm: security.selinux\n[ 0.211940] evm: security.SMACK64\n[ 0.212618] evm: security.SMACK64EXEC\n[ 0.213342] evm: security.SMACK64TRANSMUTE\n[ 0.214134] evm: security.SMACK64MMAP\n[ 0.214860] evm: security.ima\n[ 0.215493] evm: security.capability\n[ 0.216284] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.218097] pinctrl core: initialized pinctrl subsystem\n[ 0.219175] RTC time: 12:44:52, date: 09/04/18\n[ 0.220119] NET: Registered protocol family 16\n[ 0.221069] cpuidle: using governor ladder\n[ 0.221870] cpuidle: using governor menu\n[ 0.222640] PCCT header not found.\n[ 0.223368] ACPI: bus type PCI registered\n[ 0.224160] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.225376] PCI: Using configuration type 1 for base access\n[ 0.227102] ACPI: Added _OSI(Module Device)\n[ 0.227930] ACPI: Added _OSI(Processor Device)\n[ 0.228783] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.229666] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.231763] ACPI: Interpreter enabled\n[ 0.232508] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.234325] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.236130] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.237952] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.239753] ACPI: (supports S0 S5)\n[ 0.240442] ACPI: Using IOAPIC for interrupt routing\n[ 0.241446] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.244515] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.245650] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.246850] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.248017] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.250188] acpiphp: Slot [3] registered\n[ 0.250977] acpiphp: Slot [4] registered\n[ 0.251760] acpiphp: Slot [5] registered\n[ 0.252536] acpiphp: Slot [6] registered\n[ 0.253316] acpiphp: Slot [7] registered\n[ 0.254105] acpiphp: Slot [8] registered\n[ 0.254891] acpiphp: Slot [9] registered\n[ 0.255671] acpiphp: Slot [10] registered\n[ 0.256460] acpiphp: Slot [11] registered\n[ 0.257257] acpiphp: Slot [12] registered\n[ 0.258059] acpiphp: Slot [13] registered\n[ 0.258858] acpiphp: Slot [14] registered\n[ 0.259666] acpiphp: Slot [15] registered\n[ 0.270630] acpiphp: Slot [16] registered\n[ 0.271454] acpiphp: Slot [17] registered\n[ 0.272251] acpiphp: Slot [18] registered\n[ 0.273060] acpiphp: Slot [19] registered\n[ 0.273851] acpiphp: Slot [20] registered\n[ 0.274649] acpiphp: Slot [21] registered\n[ 0.275442] acpiphp: Slot [22] registered\n[ 0.276236] acpiphp: Slot [23] registered\n[ 0.277033] acpiphp: Slot [24] registered\n[ 0.277830] acpiphp: Slot [25] registered\n[ 0.278624] acpiphp: Slot [26] registered\n[ 0.279417] acpiphp: Slot [27] registered\n[ 0.280219] acpiphp: Slot [28] registered\n[ 0.281019] acpiphp: Slot [29] registered\n[ 0.281815] acpiphp: Slot [30] registered\n[ 0.282608] acpiphp: Slot [31] registered\n[ 0.283396] PCI host bridge to bus 0000:00\n[ 0.284194] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.285382] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.286584] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.288023] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.289468] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.295659] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.296952] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.298118] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.299369] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.305756] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.307207] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.353213] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.354740] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.356187] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.357602] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.359009] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.360260] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.361672] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.362722] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.364252] vgaarb: loaded\n[ 0.364854] vgaarb: bridge control possible 0000:00:02.0\n[ 0.365991] SCSI subsystem initialized\n[ 0.366805] ACPI: bus type USB registered\n[ 0.367615] usbcore: registered new interface driver usbfs\n[ 0.368640] usbcore: registered new interface driver hub\n[ 0.369637] usbcore: registered new device driver usb\n[ 0.370681] PCI: Using ACPI for IRQ routing\n[ 0.371700] NetLabel: Initializing\n[ 0.372400] NetLabel: domain hash size = 128\n[ 0.373249] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.374189] NetLabel: unlabeled traffic allowed by default\n[ 0.375272] clocksource: Switched to clocksource kvm-clock\n[ 0.380827] AppArmor: AppArmor Filesystem Enabled\n[ 0.381786] pnp: PnP ACPI init\n[ 0.382694] pnp: PnP ACPI: found 5 devices\n[ 0.389058] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.390761] NET: Registered protocol family 2\n[ 0.391713] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.392973] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.394129] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.395279] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.396359] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.397524] NET: Registered protocol family 1\n[ 0.398384] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.399487] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.400549] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.414513] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.428613] Trying to unpack rootfs image as initramfs...\n[ 0.478813] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.492667] Scanning for low memory corruption every 60 seconds\n[ 0.494173] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.495382] audit: initializing netlink subsys (disabled)\n[ 0.496437] audit: type=2000 audit(1536065093.039:1): initialized\n[ 0.497775] Initialise system trusted keyring\n[ 0.498729] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.499924] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.501909] zbud: loaded\n[ 0.502626] VFS: Disk quotas dquot_6.6.0\n[ 0.503466] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.505025] fuse init (API version 7.23)\n[ 0.505925] Key type big_key registered\n[ 0.506739] Allocating IMA MOK and blacklist keyrings.\n[ 0.507870] Key type asymmetric registered\n[ 0.508706] Asymmetric key parser 'x509' registered\n[ 0.509686] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.511541] io scheduler noop registered\n[ 0.512401] io scheduler deadline registered (default)\n[ 0.513426] io scheduler cfq registered\n[ 0.514288] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.515358] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.516647] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.518120] ACPI: Power Button [PWRF]\n[ 0.518968] GHES: HEST is not enabled!\n[ 0.532726] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.562325] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.564638] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.594590] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.598397] Linux agpgart interface v0.103\n[ 0.601092] brd: module loaded\n[ 0.602564] loop: module loaded\n[ 0.608313] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.609783] GPT:90111 != 2097151\n[ 0.610461] GPT:Alternate GPT header not at the end of the disk.\n[ 0.611568] GPT:90111 != 2097151\n[ 0.612392] GPT: Use GNU Parted to correct GPT errors.\n[ 0.613425] vda: vda1 vda15\n[ 0.615405] scsi host0: ata_piix\n[ 0.616168] scsi host1: ata_piix\n[ 0.616898] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.618123] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.619627] libphy: Fixed MDIO Bus: probed\n[ 0.620462] tun: Universal TUN/TAP device driver, 1.6\n[ 0.621416] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.623999] PPP generic driver version 2.4.2\n[ 0.625408] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.627153] ehci-pci: EHCI PCI platform driver\n[ 0.628407] ehci-platform: EHCI generic platform driver\n[ 0.629807] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.631470] ohci-pci: OHCI PCI platform driver\n[ 0.632722] ohci-platform: OHCI generic platform driver\n[ 0.634150] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.649166] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.650378] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.652234] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.653497] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.655026] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.656635] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.658477] usb usb1: Product: UHCI Host Controller\n[ 0.659774] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.661336] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.662501] hub 1-0:1.0: USB hub found\n[ 0.663464] hub 1-0:1.0: 2 ports detected\n[ 0.664561] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.667112] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.668191] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.669457] mousedev: PS/2 mouse device common for all mice\n[ 0.670936] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.673166] rtc_cmos 00:00: RTC can wake from S4\n[ 0.674583] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.676312] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.678036] i2c /dev entries driver\n[ 0.679066] device-mapper: uevent: version 1.0.3\n[ 0.680362] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.682632] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.684410] NET: Registered protocol family 10\n[ 0.685763] NET: Registered protocol family 17\n[ 0.687013] Key type dns_resolver registered\n[ 0.688293] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.689832] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.692296] registered taskstats version 1\n[ 0.693449] Loading compiled-in X.509 certificates\n[ 0.695265] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.697933] zswap: loaded using pool lzo/zbud\n[ 0.699654] Key type trusted registered\n[ 0.701444] Key type encrypted registered\n[ 0.702469] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.703800] ima: No TPM chip found, activating TPM-bypass!\n[ 0.705091] evm: HMAC attrs: 0x1\n[ 0.706178] Magic number: 2:275:733\n[ 0.707192] rtc_cmos 00:00: setting system clock to 2018-09-04 12:44:53 UTC (1536065093)\n[ 0.709249] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.710642] EDD information not available.\n[ 0.776365] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.778425] Write protecting the kernel read-only data: 14336k\n[ 0.790736] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.793115] 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.27\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found 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.481441] 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.15...\nLease of 10.10.10.15 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.37. iid=i-00000111\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 AAAAB3NzaC1yc2EAAAADAQABAAABAQC/S20gMmfEzI8wY9HP8dX3MIXVHaMKQv9qvnE7GkfeQpM32ZAL0FstV7s3whNL6laXX8kvKnlhOWZE5J2MyLqMOwmL81EFFOPBofUJ3ariLAwH2LnFQ6hPbkKkMsrBnO/dwMEgt6qXo3crkVPCEl4a/cOEjgrKJSdNndAv0BsezSaN/wPnPcQFb3d3R7tfTwibV8YzwAjlnqZ5Tr5AlDXmm9qvQC0uADPVplSLSETdqxRUEaYgIVN1kj/bBpYhRkAv0Q8EQbeFl5aLA4GNlwlBnmsGPmgo0FISqh4OWIRFLHYQHh/zczedZnLVmPEGVOz7hnwmgMG4DmBO9JU3CAkL root@sdnvpn-11-1\nssh-dss AAAAB3NzaC1kc3MAAACBAJ1VsMalTqvlQgqHMgArDho6AuPRFT2jFRdXmWoRdUv672vxqwT+od+NWGJHR5OEHYJXiJQ5kbEQYHraHXn8Wad+RxjqEOXG1R6FmvYJ7trr3DPAIrn3E+Ia3kCZkEdpFIyd+SuEc0aw8WODkFF3AUlLQ4qN4LMDRzrVpbZ797SLAAAAFQCwjcRUq2yfcP+ArTCnyEY42QLonwAAAIBhOWjR/bPaM9Y93F6cFt8fNcBHJ6HbdtOk6NDzLSCMXMF/9VOhCPyKcJLBt2MaKVzLMFjRWx2CkWAEuwUoo4P/ReyZ5fMRRIw4VrXWc7cOmQ1ODvP6h0XFH86m1/V4zgPmUoEDAI41ecwy4P5eb20tdvzXEEM7+yckyWI412v8VAAAAIA6mlGMRpLOuusjzLX8GTH/YadcQftpLkN9vwCMpwBbvyK6qnJ2keO6Y2kPZT2PJzD2VVhDdmGQt6i1z9n/dGjR6GbwkI/qOYxbAt1r+N9my90Q4hfDH2glYn0Es0JIHUapHFn2gPtpW6cGyhXnji5CdAFcmzad6GptVrVa8tPn+w== 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.15,24,fe80::f816:3eff:fea9:9736/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.15 \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-00000111\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-11-1\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.97 ===\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\n/dev/root resized successfully [took 3.13s]\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:A9:97:36 \n inet addr:10.10.10.15 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fea9:9736/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: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.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-09-04 12:45:33,576 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/b9b02d0a-e318-4650-865a-021cd59eb433/action used request id req-aba083a4-5f81-4acd-84fa-cf0467561c76 2018-09-04 12:45:35,595 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/servers/b9b02d0a-e318-4650-865a-021cd59eb433/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}27cd7ccd0c876ee2f7cc16b8eb683b165167e574" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-04 12:45:36,667 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12: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-d902b752-c4a6-4ded-a412-24003b32dd02 x-compute-request-id: req-d902b752-c4a6-4ded-a412-24003b32dd02 Content-Encoding: gzip Content-Length: 10081 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 478580506 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 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.129507] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.131145] pid_max: default: 32768 minimum: 301\n[ 0.132028] ACPI: Core revision 20150930\n[ 0.133396] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.134689] Security Framework initialized\n[ 0.135503] Yama: becoming mindful.\n[ 0.136233] AppArmor: AppArmor initialized\n[ 0.137089] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.138404] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.139666] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140854] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142216] Initializing cgroup subsys io\n[ 0.143019] Initializing cgroup subsys memory\n[ 0.143863] Initializing cgroup subsys devices\n[ 0.144736] Initializing cgroup subsys freezer\n[ 0.145588] Initializing cgroup subsys net_cls\n[ 0.146440] Initializing cgroup subsys perf_event\n[ 0.147339] Initializing cgroup subsys net_prio\n[ 0.148225] Initializing cgroup subsys hugetlb\n[ 0.149089] Initializing cgroup subsys pids\n[ 0.149943] CPU: Physical Processor ID: 0\n[ 0.151420] mce: CPU supports 10 MCE banks\n[ 0.152248] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.153233] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.163910] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.170288] ftrace: allocating 31920 entries in 125 pages\n[ 0.196625] smpboot: Max logical packages: 1\n[ 0.197462] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.198784] x2apic enabled\n[ 0.199574] Switched APIC routing to physical x2apic.\n[ 0.201309] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.202405] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.204358] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.206126] KVM setup paravirtual spinlock\n[ 0.207402] x86: Booted up 1 node, 1 CPUs\n[ 0.208193] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.209548] devtmpfs: initialized\n[ 0.211250] evm: security.selinux\n[ 0.211940] evm: security.SMACK64\n[ 0.212618] evm: security.SMACK64EXEC\n[ 0.213342] evm: security.SMACK64TRANSMUTE\n[ 0.214134] evm: security.SMACK64MMAP\n[ 0.214860] evm: security.ima\n[ 0.215493] evm: security.capability\n[ 0.216284] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.218097] pinctrl core: initialized pinctrl subsystem\n[ 0.219175] RTC time: 12:44:52, date: 09/04/18\n[ 0.220119] NET: Registered protocol family 16\n[ 0.221069] cpuidle: using governor ladder\n[ 0.221870] cpuidle: using governor menu\n[ 0.222640] PCCT header not found.\n[ 0.223368] ACPI: bus type PCI registered\n[ 0.224160] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.225376] PCI: Using configuration type 1 for base access\n[ 0.227102] ACPI: Added _OSI(Module Device)\n[ 0.227930] ACPI: Added _OSI(Processor Device)\n[ 0.228783] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.229666] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.231763] ACPI: Interpreter enabled\n[ 0.232508] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.234325] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.236130] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.237952] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.239753] ACPI: (supports S0 S5)\n[ 0.240442] ACPI: Using IOAPIC for interrupt routing\n[ 0.241446] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.244515] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.245650] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.246850] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.248017] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.250188] acpiphp: Slot [3] registered\n[ 0.250977] acpiphp: Slot [4] registered\n[ 0.251760] acpiphp: Slot [5] registered\n[ 0.252536] acpiphp: Slot [6] registered\n[ 0.253316] acpiphp: Slot [7] registered\n[ 0.254105] acpiphp: Slot [8] registered\n[ 0.254891] acpiphp: Slot [9] registered\n[ 0.255671] acpiphp: Slot [10] registered\n[ 0.256460] acpiphp: Slot [11] registered\n[ 0.257257] acpiphp: Slot [12] registered\n[ 0.258059] acpiphp: Slot [13] registered\n[ 0.258858] acpiphp: Slot [14] registered\n[ 0.259666] acpiphp: Slot [15] registered\n[ 0.270630] acpiphp: Slot [16] registered\n[ 0.271454] acpiphp: Slot [17] registered\n[ 0.272251] acpiphp: Slot [18] registered\n[ 0.273060] acpiphp: Slot [19] registered\n[ 0.273851] acpiphp: Slot [20] registered\n[ 0.274649] acpiphp: Slot [21] registered\n[ 0.275442] acpiphp: Slot [22] registered\n[ 0.276236] acpiphp: Slot [23] registered\n[ 0.277033] acpiphp: Slot [24] registered\n[ 0.277830] acpiphp: Slot [25] registered\n[ 0.278624] acpiphp: Slot [26] registered\n[ 0.279417] acpiphp: Slot [27] registered\n[ 0.280219] acpiphp: Slot [28] registered\n[ 0.281019] acpiphp: Slot [29] registered\n[ 0.281815] acpiphp: Slot [30] registered\n[ 0.282608] acpiphp: Slot [31] registered\n[ 0.283396] PCI host bridge to bus 0000:00\n[ 0.284194] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.285382] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.286584] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.288023] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.289468] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.295659] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.296952] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.298118] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.299369] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.305756] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.307207] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.353213] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.354740] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.356187] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.357602] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.359009] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.360260] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.361672] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.362722] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.364252] vgaarb: loaded\n[ 0.364854] vgaarb: bridge control possible 0000:00:02.0\n[ 0.365991] SCSI subsystem initialized\n[ 0.366805] ACPI: bus type USB registered\n[ 0.367615] usbcore: registered new interface driver usbfs\n[ 0.368640] usbcore: registered new interface driver hub\n[ 0.369637] usbcore: registered new device driver usb\n[ 0.370681] PCI: Using ACPI for IRQ routing\n[ 0.371700] NetLabel: Initializing\n[ 0.372400] NetLabel: domain hash size = 128\n[ 0.373249] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.374189] NetLabel: unlabeled traffic allowed by default\n[ 0.375272] clocksource: Switched to clocksource kvm-clock\n[ 0.380827] AppArmor: AppArmor Filesystem Enabled\n[ 0.381786] pnp: PnP ACPI init\n[ 0.382694] pnp: PnP ACPI: found 5 devices\n[ 0.389058] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.390761] NET: Registered protocol family 2\n[ 0.391713] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.392973] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.394129] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.395279] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.396359] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.397524] NET: Registered protocol family 1\n[ 0.398384] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.399487] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.400549] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.414513] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.428613] Trying to unpack rootfs image as initramfs...\n[ 0.478813] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.492667] Scanning for low memory corruption every 60 seconds\n[ 0.494173] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.495382] audit: initializing netlink subsys (disabled)\n[ 0.496437] audit: type=2000 audit(1536065093.039:1): initialized\n[ 0.497775] Initialise system trusted keyring\n[ 0.498729] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.499924] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.501909] zbud: loaded\n[ 0.502626] VFS: Disk quotas dquot_6.6.0\n[ 0.503466] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.505025] fuse init (API version 7.23)\n[ 0.505925] Key type big_key registered\n[ 0.506739] Allocating IMA MOK and blacklist keyrings.\n[ 0.507870] Key type asymmetric registered\n[ 0.508706] Asymmetric key parser 'x509' registered\n[ 0.509686] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.511541] io scheduler noop registered\n[ 0.512401] io scheduler deadline registered (default)\n[ 0.513426] io scheduler cfq registered\n[ 0.514288] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.515358] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.516647] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.518120] ACPI: Power Button [PWRF]\n[ 0.518968] GHES: HEST is not enabled!\n[ 0.532726] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.562325] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.564638] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.594590] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.598397] Linux agpgart interface v0.103\n[ 0.601092] brd: module loaded\n[ 0.602564] loop: module loaded\n[ 0.608313] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.609783] GPT:90111 != 2097151\n[ 0.610461] GPT:Alternate GPT header not at the end of the disk.\n[ 0.611568] GPT:90111 != 2097151\n[ 0.612392] GPT: Use GNU Parted to correct GPT errors.\n[ 0.613425] vda: vda1 vda15\n[ 0.615405] scsi host0: ata_piix\n[ 0.616168] scsi host1: ata_piix\n[ 0.616898] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.618123] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.619627] libphy: Fixed MDIO Bus: probed\n[ 0.620462] tun: Universal TUN/TAP device driver, 1.6\n[ 0.621416] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.623999] PPP generic driver version 2.4.2\n[ 0.625408] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.627153] ehci-pci: EHCI PCI platform driver\n[ 0.628407] ehci-platform: EHCI generic platform driver\n[ 0.629807] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.631470] ohci-pci: OHCI PCI platform driver\n[ 0.632722] ohci-platform: OHCI generic platform driver\n[ 0.634150] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.649166] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.650378] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.652234] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.653497] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.655026] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.656635] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.658477] usb usb1: Product: UHCI Host Controller\n[ 0.659774] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.661336] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.662501] hub 1-0:1.0: USB hub found\n[ 0.663464] hub 1-0:1.0: 2 ports detected\n[ 0.664561] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.667112] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.668191] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.669457] mousedev: PS/2 mouse device common for all mice\n[ 0.670936] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.673166] rtc_cmos 00:00: RTC can wake from S4\n[ 0.674583] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.676312] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.678036] i2c /dev entries driver\n[ 0.679066] device-mapper: uevent: version 1.0.3\n[ 0.680362] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.682632] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.684410] NET: Registered protocol family 10\n[ 0.685763] NET: Registered protocol family 17\n[ 0.687013] Key type dns_resolver registered\n[ 0.688293] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.689832] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.692296] registered taskstats version 1\n[ 0.693449] Loading compiled-in X.509 certificates\n[ 0.695265] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.697933] zswap: loaded using pool lzo/zbud\n[ 0.699654] Key type trusted registered\n[ 0.701444] Key type encrypted registered\n[ 0.702469] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.703800] ima: No TPM chip found, activating TPM-bypass!\n[ 0.705091] evm: HMAC attrs: 0x1\n[ 0.706178] Magic number: 2:275:733\n[ 0.707192] rtc_cmos 00:00: setting system clock to 2018-09-04 12:44:53 UTC (1536065093)\n[ 0.709249] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.710642] EDD information not available.\n[ 0.776365] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.778425] Write protecting the kernel read-only data: 14336k\n[ 0.790736] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.793115] 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.27\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found 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.481441] 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.15...\nLease of 10.10.10.15 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.37. iid=i-00000111\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 AAAAB3NzaC1yc2EAAAADAQABAAABAQC/S20gMmfEzI8wY9HP8dX3MIXVHaMKQv9qvnE7GkfeQpM32ZAL0FstV7s3whNL6laXX8kvKnlhOWZE5J2MyLqMOwmL81EFFOPBofUJ3ariLAwH2LnFQ6hPbkKkMsrBnO/dwMEgt6qXo3crkVPCEl4a/cOEjgrKJSdNndAv0BsezSaN/wPnPcQFb3d3R7tfTwibV8YzwAjlnqZ5Tr5AlDXmm9qvQC0uADPVplSLSETdqxRUEaYgIVN1kj/bBpYhRkAv0Q8EQbeFl5aLA4GNlwlBnmsGPmgo0FISqh4OWIRFLHYQHh/zczedZnLVmPEGVOz7hnwmgMG4DmBO9JU3CAkL root@sdnvpn-11-1\nssh-dss AAAAB3NzaC1kc3MAAACBAJ1VsMalTqvlQgqHMgArDho6AuPRFT2jFRdXmWoRdUv672vxqwT+od+NWGJHR5OEHYJXiJQ5kbEQYHraHXn8Wad+RxjqEOXG1R6FmvYJ7trr3DPAIrn3E+Ia3kCZkEdpFIyd+SuEc0aw8WODkFF3AUlLQ4qN4LMDRzrVpbZ797SLAAAAFQCwjcRUq2yfcP+ArTCnyEY42QLonwAAAIBhOWjR/bPaM9Y93F6cFt8fNcBHJ6HbdtOk6NDzLSCMXMF/9VOhCPyKcJLBt2MaKVzLMFjRWx2CkWAEuwUoo4P/ReyZ5fMRRIw4VrXWc7cOmQ1ODvP6h0XFH86m1/V4zgPmUoEDAI41ecwy4P5eb20tdvzXEEM7+yckyWI412v8VAAAAIA6mlGMRpLOuusjzLX8GTH/YadcQftpLkN9vwCMpwBbvyK6qnJ2keO6Y2kPZT2PJzD2VVhDdmGQt6i1z9n/dGjR6GbwkI/qOYxbAt1r+N9my90Q4hfDH2glYn0Es0JIHUapHFn2gPtpW6cGyhXnji5CdAFcmzad6GptVrVa8tPn+w== 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.15,24,fe80::f816:3eff:fea9:9736/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.15 \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-00000111\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-11-1\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.97 ===\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\n/dev/root resized successfully [took 3.13s]\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:A9:97:36 \n inet addr:10.10.10.15 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fea9:9736/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: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.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-09-04 12:45:36,668 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/b9b02d0a-e318-4650-865a-021cd59eb433/action used request id req-d902b752-c4a6-4ded-a412-24003b32dd02 2018-09-04 12:45:38,689 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/servers/b9b02d0a-e318-4650-865a-021cd59eb433/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}27cd7ccd0c876ee2f7cc16b8eb683b165167e574" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-04 12:45:39,758 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12: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-98f8f951-5dfd-470e-8cdf-c3928b2ad7ba x-compute-request-id: req-98f8f951-5dfd-470e-8cdf-c3928b2ad7ba Content-Encoding: gzip Content-Length: 10081 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 478580506 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 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.129507] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.131145] pid_max: default: 32768 minimum: 301\n[ 0.132028] ACPI: Core revision 20150930\n[ 0.133396] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.134689] Security Framework initialized\n[ 0.135503] Yama: becoming mindful.\n[ 0.136233] AppArmor: AppArmor initialized\n[ 0.137089] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.138404] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.139666] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140854] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142216] Initializing cgroup subsys io\n[ 0.143019] Initializing cgroup subsys memory\n[ 0.143863] Initializing cgroup subsys devices\n[ 0.144736] Initializing cgroup subsys freezer\n[ 0.145588] Initializing cgroup subsys net_cls\n[ 0.146440] Initializing cgroup subsys perf_event\n[ 0.147339] Initializing cgroup subsys net_prio\n[ 0.148225] Initializing cgroup subsys hugetlb\n[ 0.149089] Initializing cgroup subsys pids\n[ 0.149943] CPU: Physical Processor ID: 0\n[ 0.151420] mce: CPU supports 10 MCE banks\n[ 0.152248] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.153233] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.163910] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.170288] ftrace: allocating 31920 entries in 125 pages\n[ 0.196625] smpboot: Max logical packages: 1\n[ 0.197462] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.198784] x2apic enabled\n[ 0.199574] Switched APIC routing to physical x2apic.\n[ 0.201309] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.202405] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.204358] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.206126] KVM setup paravirtual spinlock\n[ 0.207402] x86: Booted up 1 node, 1 CPUs\n[ 0.208193] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.209548] devtmpfs: initialized\n[ 0.211250] evm: security.selinux\n[ 0.211940] evm: security.SMACK64\n[ 0.212618] evm: security.SMACK64EXEC\n[ 0.213342] evm: security.SMACK64TRANSMUTE\n[ 0.214134] evm: security.SMACK64MMAP\n[ 0.214860] evm: security.ima\n[ 0.215493] evm: security.capability\n[ 0.216284] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.218097] pinctrl core: initialized pinctrl subsystem\n[ 0.219175] RTC time: 12:44:52, date: 09/04/18\n[ 0.220119] NET: Registered protocol family 16\n[ 0.221069] cpuidle: using governor ladder\n[ 0.221870] cpuidle: using governor menu\n[ 0.222640] PCCT header not found.\n[ 0.223368] ACPI: bus type PCI registered\n[ 0.224160] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.225376] PCI: Using configuration type 1 for base access\n[ 0.227102] ACPI: Added _OSI(Module Device)\n[ 0.227930] ACPI: Added _OSI(Processor Device)\n[ 0.228783] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.229666] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.231763] ACPI: Interpreter enabled\n[ 0.232508] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.234325] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.236130] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.237952] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.239753] ACPI: (supports S0 S5)\n[ 0.240442] ACPI: Using IOAPIC for interrupt routing\n[ 0.241446] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.244515] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.245650] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.246850] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.248017] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.250188] acpiphp: Slot [3] registered\n[ 0.250977] acpiphp: Slot [4] registered\n[ 0.251760] acpiphp: Slot [5] registered\n[ 0.252536] acpiphp: Slot [6] registered\n[ 0.253316] acpiphp: Slot [7] registered\n[ 0.254105] acpiphp: Slot [8] registered\n[ 0.254891] acpiphp: Slot [9] registered\n[ 0.255671] acpiphp: Slot [10] registered\n[ 0.256460] acpiphp: Slot [11] registered\n[ 0.257257] acpiphp: Slot [12] registered\n[ 0.258059] acpiphp: Slot [13] registered\n[ 0.258858] acpiphp: Slot [14] registered\n[ 0.259666] acpiphp: Slot [15] registered\n[ 0.270630] acpiphp: Slot [16] registered\n[ 0.271454] acpiphp: Slot [17] registered\n[ 0.272251] acpiphp: Slot [18] registered\n[ 0.273060] acpiphp: Slot [19] registered\n[ 0.273851] acpiphp: Slot [20] registered\n[ 0.274649] acpiphp: Slot [21] registered\n[ 0.275442] acpiphp: Slot [22] registered\n[ 0.276236] acpiphp: Slot [23] registered\n[ 0.277033] acpiphp: Slot [24] registered\n[ 0.277830] acpiphp: Slot [25] registered\n[ 0.278624] acpiphp: Slot [26] registered\n[ 0.279417] acpiphp: Slot [27] registered\n[ 0.280219] acpiphp: Slot [28] registered\n[ 0.281019] acpiphp: Slot [29] registered\n[ 0.281815] acpiphp: Slot [30] registered\n[ 0.282608] acpiphp: Slot [31] registered\n[ 0.283396] PCI host bridge to bus 0000:00\n[ 0.284194] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.285382] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.286584] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.288023] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.289468] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.295659] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.296952] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.298118] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.299369] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.305756] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.307207] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.353213] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.354740] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.356187] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.357602] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.359009] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.360260] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.361672] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.362722] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.364252] vgaarb: loaded\n[ 0.364854] vgaarb: bridge control possible 0000:00:02.0\n[ 0.365991] SCSI subsystem initialized\n[ 0.366805] ACPI: bus type USB registered\n[ 0.367615] usbcore: registered new interface driver usbfs\n[ 0.368640] usbcore: registered new interface driver hub\n[ 0.369637] usbcore: registered new device driver usb\n[ 0.370681] PCI: Using ACPI for IRQ routing\n[ 0.371700] NetLabel: Initializing\n[ 0.372400] NetLabel: domain hash size = 128\n[ 0.373249] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.374189] NetLabel: unlabeled traffic allowed by default\n[ 0.375272] clocksource: Switched to clocksource kvm-clock\n[ 0.380827] AppArmor: AppArmor Filesystem Enabled\n[ 0.381786] pnp: PnP ACPI init\n[ 0.382694] pnp: PnP ACPI: found 5 devices\n[ 0.389058] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.390761] NET: Registered protocol family 2\n[ 0.391713] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.392973] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.394129] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.395279] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.396359] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.397524] NET: Registered protocol family 1\n[ 0.398384] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.399487] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.400549] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.414513] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.428613] Trying to unpack rootfs image as initramfs...\n[ 0.478813] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.492667] Scanning for low memory corruption every 60 seconds\n[ 0.494173] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.495382] audit: initializing netlink subsys (disabled)\n[ 0.496437] audit: type=2000 audit(1536065093.039:1): initialized\n[ 0.497775] Initialise system trusted keyring\n[ 0.498729] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.499924] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.501909] zbud: loaded\n[ 0.502626] VFS: Disk quotas dquot_6.6.0\n[ 0.503466] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.505025] fuse init (API version 7.23)\n[ 0.505925] Key type big_key registered\n[ 0.506739] Allocating IMA MOK and blacklist keyrings.\n[ 0.507870] Key type asymmetric registered\n[ 0.508706] Asymmetric key parser 'x509' registered\n[ 0.509686] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.511541] io scheduler noop registered\n[ 0.512401] io scheduler deadline registered (default)\n[ 0.513426] io scheduler cfq registered\n[ 0.514288] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.515358] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.516647] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.518120] ACPI: Power Button [PWRF]\n[ 0.518968] GHES: HEST is not enabled!\n[ 0.532726] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.562325] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.564638] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.594590] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.598397] Linux agpgart interface v0.103\n[ 0.601092] brd: module loaded\n[ 0.602564] loop: module loaded\n[ 0.608313] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.609783] GPT:90111 != 2097151\n[ 0.610461] GPT:Alternate GPT header not at the end of the disk.\n[ 0.611568] GPT:90111 != 2097151\n[ 0.612392] GPT: Use GNU Parted to correct GPT errors.\n[ 0.613425] vda: vda1 vda15\n[ 0.615405] scsi host0: ata_piix\n[ 0.616168] scsi host1: ata_piix\n[ 0.616898] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.618123] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.619627] libphy: Fixed MDIO Bus: probed\n[ 0.620462] tun: Universal TUN/TAP device driver, 1.6\n[ 0.621416] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.623999] PPP generic driver version 2.4.2\n[ 0.625408] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.627153] ehci-pci: EHCI PCI platform driver\n[ 0.628407] ehci-platform: EHCI generic platform driver\n[ 0.629807] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.631470] ohci-pci: OHCI PCI platform driver\n[ 0.632722] ohci-platform: OHCI generic platform driver\n[ 0.634150] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.649166] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.650378] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.652234] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.653497] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.655026] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.656635] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.658477] usb usb1: Product: UHCI Host Controller\n[ 0.659774] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.661336] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.662501] hub 1-0:1.0: USB hub found\n[ 0.663464] hub 1-0:1.0: 2 ports detected\n[ 0.664561] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.667112] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.668191] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.669457] mousedev: PS/2 mouse device common for all mice\n[ 0.670936] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.673166] rtc_cmos 00:00: RTC can wake from S4\n[ 0.674583] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.676312] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.678036] i2c /dev entries driver\n[ 0.679066] device-mapper: uevent: version 1.0.3\n[ 0.680362] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.682632] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.684410] NET: Registered protocol family 10\n[ 0.685763] NET: Registered protocol family 17\n[ 0.687013] Key type dns_resolver registered\n[ 0.688293] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.689832] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.692296] registered taskstats version 1\n[ 0.693449] Loading compiled-in X.509 certificates\n[ 0.695265] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.697933] zswap: loaded using pool lzo/zbud\n[ 0.699654] Key type trusted registered\n[ 0.701444] Key type encrypted registered\n[ 0.702469] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.703800] ima: No TPM chip found, activating TPM-bypass!\n[ 0.705091] evm: HMAC attrs: 0x1\n[ 0.706178] Magic number: 2:275:733\n[ 0.707192] rtc_cmos 00:00: setting system clock to 2018-09-04 12:44:53 UTC (1536065093)\n[ 0.709249] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.710642] EDD information not available.\n[ 0.776365] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.778425] Write protecting the kernel read-only data: 14336k\n[ 0.790736] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.793115] 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.27\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found 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.481441] 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.15...\nLease of 10.10.10.15 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.37. iid=i-00000111\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 AAAAB3NzaC1yc2EAAAADAQABAAABAQC/S20gMmfEzI8wY9HP8dX3MIXVHaMKQv9qvnE7GkfeQpM32ZAL0FstV7s3whNL6laXX8kvKnlhOWZE5J2MyLqMOwmL81EFFOPBofUJ3ariLAwH2LnFQ6hPbkKkMsrBnO/dwMEgt6qXo3crkVPCEl4a/cOEjgrKJSdNndAv0BsezSaN/wPnPcQFb3d3R7tfTwibV8YzwAjlnqZ5Tr5AlDXmm9qvQC0uADPVplSLSETdqxRUEaYgIVN1kj/bBpYhRkAv0Q8EQbeFl5aLA4GNlwlBnmsGPmgo0FISqh4OWIRFLHYQHh/zczedZnLVmPEGVOz7hnwmgMG4DmBO9JU3CAkL root@sdnvpn-11-1\nssh-dss AAAAB3NzaC1kc3MAAACBAJ1VsMalTqvlQgqHMgArDho6AuPRFT2jFRdXmWoRdUv672vxqwT+od+NWGJHR5OEHYJXiJQ5kbEQYHraHXn8Wad+RxjqEOXG1R6FmvYJ7trr3DPAIrn3E+Ia3kCZkEdpFIyd+SuEc0aw8WODkFF3AUlLQ4qN4LMDRzrVpbZ797SLAAAAFQCwjcRUq2yfcP+ArTCnyEY42QLonwAAAIBhOWjR/bPaM9Y93F6cFt8fNcBHJ6HbdtOk6NDzLSCMXMF/9VOhCPyKcJLBt2MaKVzLMFjRWx2CkWAEuwUoo4P/ReyZ5fMRRIw4VrXWc7cOmQ1ODvP6h0XFH86m1/V4zgPmUoEDAI41ecwy4P5eb20tdvzXEEM7+yckyWI412v8VAAAAIA6mlGMRpLOuusjzLX8GTH/YadcQftpLkN9vwCMpwBbvyK6qnJ2keO6Y2kPZT2PJzD2VVhDdmGQt6i1z9n/dGjR6GbwkI/qOYxbAt1r+N9my90Q4hfDH2glYn0Es0JIHUapHFn2gPtpW6cGyhXnji5CdAFcmzad6GptVrVa8tPn+w== 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.15,24,fe80::f816:3eff:fea9:9736/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.15 \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-00000111\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-11-1\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.97 ===\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\n/dev/root resized successfully [took 3.13s]\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:A9:97:36 \n inet addr:10.10.10.15 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fea9:9736/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: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.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-09-04 12:45:39,759 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/b9b02d0a-e318-4650-865a-021cd59eb433/action used request id req-98f8f951-5dfd-470e-8cdf-c3928b2ad7ba 2018-09-04 12:45:41,778 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/servers/b9b02d0a-e318-4650-865a-021cd59eb433/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}27cd7ccd0c876ee2f7cc16b8eb683b165167e574" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-04 12:45:42,847 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12: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-b3ced830-75c9-428f-a8d2-8c8824ebc6ef x-compute-request-id: req-b3ced830-75c9-428f-a8d2-8c8824ebc6ef Content-Encoding: gzip Content-Length: 10892 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 478580506 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 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.129507] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.131145] pid_max: default: 32768 minimum: 301\n[ 0.132028] ACPI: Core revision 20150930\n[ 0.133396] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.134689] Security Framework initialized\n[ 0.135503] Yama: becoming mindful.\n[ 0.136233] AppArmor: AppArmor initialized\n[ 0.137089] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.138404] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.139666] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140854] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142216] Initializing cgroup subsys io\n[ 0.143019] Initializing cgroup subsys memory\n[ 0.143863] Initializing cgroup subsys devices\n[ 0.144736] Initializing cgroup subsys freezer\n[ 0.145588] Initializing cgroup subsys net_cls\n[ 0.146440] Initializing cgroup subsys perf_event\n[ 0.147339] Initializing cgroup subsys net_prio\n[ 0.148225] Initializing cgroup subsys hugetlb\n[ 0.149089] Initializing cgroup subsys pids\n[ 0.149943] CPU: Physical Processor ID: 0\n[ 0.151420] mce: CPU supports 10 MCE banks\n[ 0.152248] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.153233] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.163910] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.170288] ftrace: allocating 31920 entries in 125 pages\n[ 0.196625] smpboot: Max logical packages: 1\n[ 0.197462] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.198784] x2apic enabled\n[ 0.199574] Switched APIC routing to physical x2apic.\n[ 0.201309] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.202405] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.204358] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.206126] KVM setup paravirtual spinlock\n[ 0.207402] x86: Booted up 1 node, 1 CPUs\n[ 0.208193] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.209548] devtmpfs: initialized\n[ 0.211250] evm: security.selinux\n[ 0.211940] evm: security.SMACK64\n[ 0.212618] evm: security.SMACK64EXEC\n[ 0.213342] evm: security.SMACK64TRANSMUTE\n[ 0.214134] evm: security.SMACK64MMAP\n[ 0.214860] evm: security.ima\n[ 0.215493] evm: security.capability\n[ 0.216284] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.218097] pinctrl core: initialized pinctrl subsystem\n[ 0.219175] RTC time: 12:44:52, date: 09/04/18\n[ 0.220119] NET: Registered protocol family 16\n[ 0.221069] cpuidle: using governor ladder\n[ 0.221870] cpuidle: using governor menu\n[ 0.222640] PCCT header not found.\n[ 0.223368] ACPI: bus type PCI registered\n[ 0.224160] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.225376] PCI: Using configuration type 1 for base access\n[ 0.227102] ACPI: Added _OSI(Module Device)\n[ 0.227930] ACPI: Added _OSI(Processor Device)\n[ 0.228783] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.229666] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.231763] ACPI: Interpreter enabled\n[ 0.232508] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.234325] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.236130] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.237952] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.239753] ACPI: (supports S0 S5)\n[ 0.240442] ACPI: Using IOAPIC for interrupt routing\n[ 0.241446] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.244515] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.245650] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.246850] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.248017] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.250188] acpiphp: Slot [3] registered\n[ 0.250977] acpiphp: Slot [4] registered\n[ 0.251760] acpiphp: Slot [5] registered\n[ 0.252536] acpiphp: Slot [6] registered\n[ 0.253316] acpiphp: Slot [7] registered\n[ 0.254105] acpiphp: Slot [8] registered\n[ 0.254891] acpiphp: Slot [9] registered\n[ 0.255671] acpiphp: Slot [10] registered\n[ 0.256460] acpiphp: Slot [11] registered\n[ 0.257257] acpiphp: Slot [12] registered\n[ 0.258059] acpiphp: Slot [13] registered\n[ 0.258858] acpiphp: Slot [14] registered\n[ 0.259666] acpiphp: Slot [15] registered\n[ 0.270630] acpiphp: Slot [16] registered\n[ 0.271454] acpiphp: Slot [17] registered\n[ 0.272251] acpiphp: Slot [18] registered\n[ 0.273060] acpiphp: Slot [19] registered\n[ 0.273851] acpiphp: Slot [20] registered\n[ 0.274649] acpiphp: Slot [21] registered\n[ 0.275442] acpiphp: Slot [22] registered\n[ 0.276236] acpiphp: Slot [23] registered\n[ 0.277033] acpiphp: Slot [24] registered\n[ 0.277830] acpiphp: Slot [25] registered\n[ 0.278624] acpiphp: Slot [26] registered\n[ 0.279417] acpiphp: Slot [27] registered\n[ 0.280219] acpiphp: Slot [28] registered\n[ 0.281019] acpiphp: Slot [29] registered\n[ 0.281815] acpiphp: Slot [30] registered\n[ 0.282608] acpiphp: Slot [31] registered\n[ 0.283396] PCI host bridge to bus 0000:00\n[ 0.284194] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.285382] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.286584] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.288023] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.289468] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.295659] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.296952] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.298118] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.299369] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.305756] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.307207] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.353213] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.354740] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.356187] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.357602] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.359009] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.360260] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.361672] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.362722] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.364252] vgaarb: loaded\n[ 0.364854] vgaarb: bridge control possible 0000:00:02.0\n[ 0.365991] SCSI subsystem initialized\n[ 0.366805] ACPI: bus type USB registered\n[ 0.367615] usbcore: registered new interface driver usbfs\n[ 0.368640] usbcore: registered new interface driver hub\n[ 0.369637] usbcore: registered new device driver usb\n[ 0.370681] PCI: Using ACPI for IRQ routing\n[ 0.371700] NetLabel: Initializing\n[ 0.372400] NetLabel: domain hash size = 128\n[ 0.373249] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.374189] NetLabel: unlabeled traffic allowed by default\n[ 0.375272] clocksource: Switched to clocksource kvm-clock\n[ 0.380827] AppArmor: AppArmor Filesystem Enabled\n[ 0.381786] pnp: PnP ACPI init\n[ 0.382694] pnp: PnP ACPI: found 5 devices\n[ 0.389058] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.390761] NET: Registered protocol family 2\n[ 0.391713] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.392973] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.394129] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.395279] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.396359] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.397524] NET: Registered protocol family 1\n[ 0.398384] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.399487] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.400549] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.414513] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.428613] Trying to unpack rootfs image as initramfs...\n[ 0.478813] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.492667] Scanning for low memory corruption every 60 seconds\n[ 0.494173] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.495382] audit: initializing netlink subsys (disabled)\n[ 0.496437] audit: type=2000 audit(1536065093.039:1): initialized\n[ 0.497775] Initialise system trusted keyring\n[ 0.498729] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.499924] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.501909] zbud: loaded\n[ 0.502626] VFS: Disk quotas dquot_6.6.0\n[ 0.503466] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.505025] fuse init (API version 7.23)\n[ 0.505925] Key type big_key registered\n[ 0.506739] Allocating IMA MOK and blacklist keyrings.\n[ 0.507870] Key type asymmetric registered\n[ 0.508706] Asymmetric key parser 'x509' registered\n[ 0.509686] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.511541] io scheduler noop registered\n[ 0.512401] io scheduler deadline registered (default)\n[ 0.513426] io scheduler cfq registered\n[ 0.514288] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.515358] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.516647] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.518120] ACPI: Power Button [PWRF]\n[ 0.518968] GHES: HEST is not enabled!\n[ 0.532726] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.562325] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.564638] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.594590] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.598397] Linux agpgart interface v0.103\n[ 0.601092] brd: module loaded\n[ 0.602564] loop: module loaded\n[ 0.608313] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.609783] GPT:90111 != 2097151\n[ 0.610461] GPT:Alternate GPT header not at the end of the disk.\n[ 0.611568] GPT:90111 != 2097151\n[ 0.612392] GPT: Use GNU Parted to correct GPT errors.\n[ 0.613425] vda: vda1 vda15\n[ 0.615405] scsi host0: ata_piix\n[ 0.616168] scsi host1: ata_piix\n[ 0.616898] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.618123] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.619627] libphy: Fixed MDIO Bus: probed\n[ 0.620462] tun: Universal TUN/TAP device driver, 1.6\n[ 0.621416] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.623999] PPP generic driver version 2.4.2\n[ 0.625408] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.627153] ehci-pci: EHCI PCI platform driver\n[ 0.628407] ehci-platform: EHCI generic platform driver\n[ 0.629807] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.631470] ohci-pci: OHCI PCI platform driver\n[ 0.632722] ohci-platform: OHCI generic platform driver\n[ 0.634150] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.649166] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.650378] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.652234] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.653497] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.655026] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.656635] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.658477] usb usb1: Product: UHCI Host Controller\n[ 0.659774] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.661336] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.662501] hub 1-0:1.0: USB hub found\n[ 0.663464] hub 1-0:1.0: 2 ports detected\n[ 0.664561] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.667112] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.668191] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.669457] mousedev: PS/2 mouse device common for all mice\n[ 0.670936] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.673166] rtc_cmos 00:00: RTC can wake from S4\n[ 0.674583] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.676312] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.678036] i2c /dev entries driver\n[ 0.679066] device-mapper: uevent: version 1.0.3\n[ 0.680362] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.682632] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.684410] NET: Registered protocol family 10\n[ 0.685763] NET: Registered protocol family 17\n[ 0.687013] Key type dns_resolver registered\n[ 0.688293] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.689832] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.692296] registered taskstats version 1\n[ 0.693449] Loading compiled-in X.509 certificates\n[ 0.695265] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.697933] zswap: loaded using pool lzo/zbud\n[ 0.699654] Key type trusted registered\n[ 0.701444] Key type encrypted registered\n[ 0.702469] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.703800] ima: No TPM chip found, activating TPM-bypass!\n[ 0.705091] evm: HMAC attrs: 0x1\n[ 0.706178] Magic number: 2:275:733\n[ 0.707192] rtc_cmos 00:00: setting system clock to 2018-09-04 12:44:53 UTC (1536065093)\n[ 0.709249] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.710642] EDD information not available.\n[ 0.776365] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.778425] Write protecting the kernel read-only data: 14336k\n[ 0.790736] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.793115] 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.27\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found 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.481441] 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.15...\nLease of 10.10.10.15 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.37. iid=i-00000111\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 AAAAB3NzaC1yc2EAAAADAQABAAABAQC/S20gMmfEzI8wY9HP8dX3MIXVHaMKQv9qvnE7GkfeQpM32ZAL0FstV7s3whNL6laXX8kvKnlhOWZE5J2MyLqMOwmL81EFFOPBofUJ3ariLAwH2LnFQ6hPbkKkMsrBnO/dwMEgt6qXo3crkVPCEl4a/cOEjgrKJSdNndAv0BsezSaN/wPnPcQFb3d3R7tfTwibV8YzwAjlnqZ5Tr5AlDXmm9qvQC0uADPVplSLSETdqxRUEaYgIVN1kj/bBpYhRkAv0Q8EQbeFl5aLA4GNlwlBnmsGPmgo0FISqh4OWIRFLHYQHh/zczedZnLVmPEGVOz7hnwmgMG4DmBO9JU3CAkL root@sdnvpn-11-1\nssh-dss AAAAB3NzaC1kc3MAAACBAJ1VsMalTqvlQgqHMgArDho6AuPRFT2jFRdXmWoRdUv672vxqwT+od+NWGJHR5OEHYJXiJQ5kbEQYHraHXn8Wad+RxjqEOXG1R6FmvYJ7trr3DPAIrn3E+Ia3kCZkEdpFIyd+SuEc0aw8WODkFF3AUlLQ4qN4LMDRzrVpbZ797SLAAAAFQCwjcRUq2yfcP+ArTCnyEY42QLonwAAAIBhOWjR/bPaM9Y93F6cFt8fNcBHJ6HbdtOk6NDzLSCMXMF/9VOhCPyKcJLBt2MaKVzLMFjRWx2CkWAEuwUoo4P/ReyZ5fMRRIw4VrXWc7cOmQ1ODvP6h0XFH86m1/V4zgPmUoEDAI41ecwy4P5eb20tdvzXEEM7+yckyWI412v8VAAAAIA6mlGMRpLOuusjzLX8GTH/YadcQftpLkN9vwCMpwBbvyK6qnJ2keO6Y2kPZT2PJzD2VVhDdmGQt6i1z9n/dGjR6GbwkI/qOYxbAt1r+N9my90Q4hfDH2glYn0Es0JIHUapHFn2gPtpW6cGyhXnji5CdAFcmzad6GptVrVa8tPn+w== 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.15,24,fe80::f816:3eff:fea9:9736/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.15 \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-00000111\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-11-1\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.97 ===\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\n/dev/root resized successfully [took 3.13s]\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:A9:97:36 \n inet addr:10.10.10.15 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fea9:9736/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: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.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-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.136834] usb 1-1: Product: QEMU USB Tablet\n[ 1.136837] usb 1-1: Manufacturer: QEMU\n[ 1.136839] usb 1-1: SerialNumber: 42\n[ 1.431843] EXT4-fs (vda1): re-mounted. Opts: data=ordered\n[ 1.461860] EXT4-fs (vda1): re-mounted. Opts: data=ordered\n[ 1.481441] random: dd urandom read with 5 bits of entropy available\n[ 1.491324] tsc: Refined TSC clocksource calibration: 3491.913 MHz\n[ 1.491327] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3255790e5ea, max_idle_ns: 440795224414 ns\n[ 4.087828] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\n[ 4.414353] EXT4-fs (vda1): resized filesystem to 1039340\n### tail -n 25 /var/log/messages\nSep 4 13:44:54 cirros syslog.info syslogd started: BusyBox v1.23.2\nSep 4 13:44:54 cirros kern.notice kernel: klogd started: BusyBox v1.23.2 (2017-11-20 02:37:12 UTC)\nSep 4 13:44:54 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpuset\nSep 4 13:44:54 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpu\nSep 4 13:44:54 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpuacct\nSep 4 13:44:54 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)\nSep 4 13:44:54 cirros kern.info kernel: [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\nSep 4 13:44:54 cirros kern.info kernel: [ 0.000000] KERNEL supported cpus:\nSep 4 13:44:54 cirros kern.info kernel: [ 0.000000] Intel GenuineIntel\nSep 4 13:44:54 cirros kern.info kernel: [ 0.000000] AMD AuthenticAMD\nSep 4 13:44:54 cirros kern.info kernel: [ 0.000000] Centaur CentaurHauls\nSep 4 13:44:54 cirros kern.info kernel: [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\nSep 4 13:44:54 cirros kern.notice kernel: [ 1.481441] random: dd urandom read with 5 bits of entropy available\nSep 4 13:44:54 cirros kern.info kernel: [ 1.491324] tsc: Refined TSC clocksource calibration: 3491.913 MHz\nSep 4 13:44:54 cirros kern.info kernel: [ 1.491327] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3255790e5ea, max_idle_ns: 440795224414 ns\nSep 4 13:44:56 cirros auth.notice su: + /dev/console root:cirros\nSep 4 13:44:56 cirros authpriv.info dropbear[340]: Running in background\nSep 4 13:44:56 cirros kern.info kernel: [ 4.087828] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\nSep 4 13:44:57 cirros kern.info kernel: [ 4.414353] 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-09-04 12:45:42,848 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/b9b02d0a-e318-4650-865a-021cd59eb433/action used request id req-b3ced830-75c9-428f-a8d2-8c8824ebc6ef 2018-09-04 12:45:44,881 - sdnvpn_test_utils - INFO - Waiting for instance 28d7a11c-f6fd-4e87-8a35-8e6337e6ef8e to boot up 2018-09-04 12:45:44,887 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/servers/28d7a11c-f6fd-4e87-8a35-8e6337e6ef8e/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}13774776dd426a651ccb3edd61542212e77a8d31" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-04 12:45:45,954 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12: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-68ac1cc1-c697-4917-8e8f-f0d2135e0b94 x-compute-request-id: req-68ac1cc1-c697-4917-8e8f-f0d2135e0b94 Content-Encoding: gzip Content-Length: 9388 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 497912908 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 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.137173] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.138943] pid_max: default: 32768 minimum: 301\n[ 0.139895] ACPI: Core revision 20150930\n[ 0.141321] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.142712] Security Framework initialized\n[ 0.143583] Yama: becoming mindful.\n[ 0.144369] AppArmor: AppArmor initialized\n[ 0.145282] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.146699] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.148071] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.149357] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.150831] Initializing cgroup subsys io\n[ 0.151698] Initializing cgroup subsys memory\n[ 0.152635] Initializing cgroup subsys devices\n[ 0.153564] Initializing cgroup subsys freezer\n[ 0.154487] Initializing cgroup subsys net_cls\n[ 0.155408] Initializing cgroup subsys perf_event\n[ 0.156388] Initializing cgroup subsys net_prio\n[ 0.157325] Initializing cgroup subsys hugetlb\n[ 0.158245] Initializing cgroup subsys pids\n[ 0.159157] CPU: Physical Processor ID: 0\n[ 0.160703] mce: CPU supports 10 MCE banks\n[ 0.161607] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.162672] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.173818] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.180284] ftrace: allocating 31920 entries in 125 pages\n[ 0.206606] smpboot: Max logical packages: 1\n[ 0.207504] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.208947] x2apic enabled\n[ 0.209789] Switched APIC routing to physical x2apic.\n[ 0.211605] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.212804] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.214926] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.216835] KVM setup paravirtual spinlock\n[ 0.218181] x86: Booted up 1 node, 1 CPUs\n[ 0.219037] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.220485] devtmpfs: initialized\n[ 0.222228] evm: security.selinux\n[ 0.222972] evm: security.SMACK64\n[ 0.223701] evm: security.SMACK64EXEC\n[ 0.224492] evm: security.SMACK64TRANSMUTE\n[ 0.225374] evm: security.SMACK64MMAP\n[ 0.226163] evm: security.ima\n[ 0.226834] evm: security.capability\n[ 0.227683] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.229666] pinctrl core: initialized pinctrl subsystem\n[ 0.230817] RTC time: 12:44:39, date: 09/04/18\n[ 0.231814] NET: Registered protocol family 16\n[ 0.232834] cpuidle: using governor ladder\n[ 0.233706] cpuidle: using governor menu\n[ 0.234549] PCCT header not found.\n[ 0.235354] ACPI: bus type PCI registered\n[ 0.236207] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.237532] PCI: Using configuration type 1 for base access\n[ 0.239357] ACPI: Added _OSI(Module Device)\n[ 0.240254] ACPI: Added _OSI(Processor Device)\n[ 0.241170] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.242108] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.244312] ACPI: Interpreter enabled\n[ 0.245122] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.247088] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.249055] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.250989] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.252905] ACPI: (supports S0 S5)\n[ 0.253636] ACPI: Using IOAPIC for interrupt routing\n[ 0.254739] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.257948] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.259157] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.260461] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.261728] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.264061] acpiphp: Slot [3] registered\n[ 0.264896] acpiphp: Slot [4] registered\n[ 0.265746] acpiphp: Slot [5] registered\n[ 0.266592] acpiphp: Slot [6] registered\n[ 0.267434] acpiphp: Slot [7] registered\n[ 0.268286] acpiphp: Slot [8] registered\n[ 0.269129] acpiphp: Slot [9] registered\n[ 0.269969] acpiphp: Slot [10] registered\n[ 0.270819] acpiphp: Slot [11] registered\n[ 0.271680] acpiphp: Slot [12] registered\n[ 0.272541] acpiphp: Slot [13] registered\n[ 0.273397] acpiphp: Slot [14] registered\n[ 0.274263] acpiphp: Slot [15] registered\n[ 0.285439] acpiphp: Slot [16] registered\n[ 0.286299] acpiphp: Slot [17] registered\n[ 0.287154] acpiphp: Slot [18] registered\n[ 0.288006] acpiphp: Slot [19] registered\n[ 0.288852] acpiphp: Slot [20] registered\n[ 0.289714] acpiphp: Slot [21] registered\n[ 0.290573] acpiphp: Slot [22] registered\n[ 0.291432] acpiphp: Slot [23] registered\n[ 0.292299] acpiphp: Slot [24] registered\n[ 0.293153] acpiphp: Slot [25] registered\n[ 0.294002] acpiphp: Slot [26] registered\n[ 0.294838] acpiphp: Slot [27] registered\n[ 0.295691] acpiphp: Slot [28] registered\n[ 0.296543] acpiphp: Slot [29] registered\n[ 0.297391] acpiphp: Slot [30] registered\n[ 0.298252] acpiphp: Slot [31] registered\n[ 0.299105] PCI host bridge to bus 0000:00\n[ 0.299953] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.301210] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.302476] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.303985] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.305484] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.311861] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.313229] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.314456] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.315809] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.322156] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.323668] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.370299] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.371793] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.373262] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.374699] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.376116] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.377426] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.379035] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.380123] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.381729] vgaarb: loaded\n[ 0.382379] vgaarb: bridge control possible 0000:00:02.0\n[ 0.383533] SCSI subsystem initialized\n[ 0.384400] ACPI: bus type USB registered\n[ 0.385227] usbcore: registered new interface driver usbfs\n[ 0.386274] usbcore: registered new interface driver hub\n[ 0.387310] usbcore: registered new device driver usb\n[ 0.388426] PCI: Using ACPI for IRQ routing\n[ 0.389496] NetLabel: Initializing\n[ 0.390227] NetLabel: domain hash size = 128\n[ 0.391092] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.392069] NetLabel: unlabeled traffic allowed by default\n[ 0.393189] clocksource: Switched to clocksource kvm-clock\n[ 0.398607] AppArmor: AppArmor Filesystem Enabled\n[ 0.399582] pnp: PnP ACPI init\n[ 0.400519] pnp: PnP ACPI: found 5 devices\n[ 0.406966] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.408759] NET: Registered protocol family 2\n[ 0.409731] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.411046] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.412256] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.413459] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.414594] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.415796] NET: Registered protocol family 1\n[ 0.416699] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.417880] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.419029] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.433109] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.447392] Trying to unpack rootfs image as initramfs...\n[ 0.496530] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.510460] Scanning for low memory corruption every 60 seconds\n[ 0.511856] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.513098] audit: initializing netlink subsys (disabled)\n[ 0.514185] audit: type=2000 audit(1536065080.722:1): initialized\n[ 0.515574] Initialise system trusted keyring\n[ 0.516544] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.517774] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.519841] zbud: loaded\n[ 0.520589] VFS: Disk quotas dquot_6.6.0\n[ 0.521464] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.523088] fuse init (API version 7.23)\n[ 0.524003] Key type big_key registered\n[ 0.524817] Allocating IMA MOK and blacklist keyrings.\n[ 0.526003] Key type asymmetric registered\n[ 0.526883] Asymmetric key parser 'x509' registered\n[ 0.527851] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.529707] io scheduler noop registered\n[ 0.530515] io scheduler deadline registered (default)\n[ 0.531518] io scheduler cfq registered\n[ 0.532362] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.533431] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.534711] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.536179] ACPI: Power Button [PWRF]\n[ 0.537017] GHES: HEST is not enabled!\n[ 0.550698] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.580852] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.583710] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.607579] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.609727] Linux agpgart interface v0.103\n[ 0.611743] brd: module loaded\n[ 0.612903] loop: module loaded\n[ 0.617692] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.619165] GPT:90111 != 2097151\n[ 0.619845] GPT:Alternate GPT header not at the end of the disk.\n[ 0.620947] GPT:90111 != 2097151\n[ 0.621632] GPT: Use GNU Parted to correct GPT errors.\n[ 0.622608] vda: vda1 vda15\n[ 0.624105] scsi host0: ata_piix\n[ 0.624842] scsi host1: ata_piix\n[ 0.625579] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.626807] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.628278] libphy: Fixed MDIO Bus: probed\n[ 0.629107] tun: Universal TUN/TAP device driver, 1.6\n[ 0.630073] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.632318] PPP generic driver version 2.4.2\n[ 0.633225] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.634520] ehci-pci: EHCI PCI platform driver\n[ 0.635399] ehci-platform: EHCI generic platform driver\n[ 0.636391] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.637535] ohci-pci: OHCI PCI platform driver\n[ 0.638414] ohci-platform: OHCI generic platform driver\n[ 0.639405] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.653783] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.654794] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.656264] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.657300] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.658427] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.659655] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.661083] usb usb1: Product: UHCI Host Controller\n[ 0.662032] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.663185] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.664183] hub 1-0:1.0: USB hub found\n[ 0.664971] hub 1-0:1.0: 2 ports detected\n[ 0.665888] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.668030] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.668990] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.670032] mousedev: PS/2 mouse device common for all mice\n[ 0.671302] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.673162] rtc_cmos 00:00: RTC can wake from S4\n[ 0.674274] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.675477] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.676673] i2c /dev entries driver\n[ 0.677445] device-mapper: uevent: version 1.0.3\n[ 0.678403] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.680050] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.681340] NET: Registered protocol family 10\n[ 0.682341] NET: Registered protocol family 17\n[ 0.683240] Key type dns_resolver registered\n[ 0.684175] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.685296] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.687057] registered taskstats version 1\n[ 0.687896] Loading compiled-in X.509 certificates\n[ 0.689356] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.691229] zswap: loaded using pool lzo/zbud\n[ 0.692608] Key type trusted registered\n[ 0.694173] Key type encrypted registered\n[ 0.695021] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.696059] ima: No TPM chip found, activating TPM-bypass!\n[ 0.697103] evm: HMAC attrs: 0x1\n[ 0.698055] Magic number: 2:275:733\n[ 0.698895] rtc_cmos 00:00: setting system clock to 2018-09-04 12:44:40 UTC (1536065080)\n[ 0.700505] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.701637] EDD information not available.\n[ 0.786166] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.787718] Write protecting the kernel read-only data: 14336k\n[ 0.799719] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.801541] 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.843736] 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.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.34. iid=i-0000010e\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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCHUKlq6NwnI3A8Jq5IIDoVIq3cRlXf/jfhC6OFGqtFyRX58TwVXgCj0LD6eLQWwMO5ZJ9snVra68wzyuTYvpqj4ALUtYAtZapDwGg7O662KNrWUgw/wY79rz0//qLYWrdWxEgnDzGiEMwwtzZtmSyn3IuTABfO88shJpbgib+J7vrr78tiLtSC1IgW8ZCRMdIB6+J3pK+IO86sfEvf5Nrt4XuUZWEMz3VER6FsAhQoNqWva7+7wij4jeOqQi/RToV5OlY30GFctufNwBmsqOgvlZXO1nd60f5NCULJ3YKlQ+nke9akOeb+uWXlD5K4mLUm8E5CTcR024OGY9GlqbDf root@sdnvpn-11-2\nssh-dss AAAAB3NzaC1kc3MAAACBAOdgEydscVPr0c6xNXZta2FOztEnwW4WdfCwPFQLFSIYacmpjAKpoI+NaYK6cwqy33ntIgBnU4qSMiZDpUQolo/W7kyDnH+j2yvusn2FPnIj/16OrcJIIPK2+Tjakf1YWkLh3eVq8c1IrfZZH2uDuygfYWAAbrLBS80vtHIgYGWrAAAAFQD4251oSY20Axac/buTrNX36n2atwAAAIEA0qOPaBbpGRm7kgRI8Ka8sRbu9kcsXU901C8Ou7JW7/23bw9vjPwvkKBLpVf7vaBW3yRP8IxzD13GYl69GTdmL+J27V5zDcx78POP9KHXp0x3xfsaj75g54Iah3XFRk1JjY5GXyPrNriC5DQC/L0drIxq8SlqrXvT9GltqetmXVgAAACAdctEHeK/0t5+nE857L49a6eH+tM6gBf2azA4+3ekY0K7IqnIHeJyWLqGNLqmDbWIjG9spAH4RjKY1s8rHRAZOZ2nDPp3TnpMQ/o1wnt72gMRov3WjYsmY9dpJ1+bsDt0NIWgM/NS99kL0BoP1DWKcxv5qbKYyRP1//fzl5nUMyw= 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.13,24,fe80::f816:3eff:fea6:17d0/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.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-0000010e\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-11-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=63.12 ===\n"} 2018-09-04 12:45:45,954 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/28d7a11c-f6fd-4e87-8a35-8e6337e6ef8e/action used request id req-68ac1cc1-c697-4917-8e8f-f0d2135e0b94 2018-09-04 12:45:47,974 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/servers/28d7a11c-f6fd-4e87-8a35-8e6337e6ef8e/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}13774776dd426a651ccb3edd61542212e77a8d31" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-04 12:45:49,044 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12: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-f41d40af-970d-41cc-a275-b9b31e613776 x-compute-request-id: req-f41d40af-970d-41cc-a275-b9b31e613776 Content-Encoding: gzip Content-Length: 9991 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 497912908 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 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.137173] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.138943] pid_max: default: 32768 minimum: 301\n[ 0.139895] ACPI: Core revision 20150930\n[ 0.141321] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.142712] Security Framework initialized\n[ 0.143583] Yama: becoming mindful.\n[ 0.144369] AppArmor: AppArmor initialized\n[ 0.145282] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.146699] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.148071] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.149357] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.150831] Initializing cgroup subsys io\n[ 0.151698] Initializing cgroup subsys memory\n[ 0.152635] Initializing cgroup subsys devices\n[ 0.153564] Initializing cgroup subsys freezer\n[ 0.154487] Initializing cgroup subsys net_cls\n[ 0.155408] Initializing cgroup subsys perf_event\n[ 0.156388] Initializing cgroup subsys net_prio\n[ 0.157325] Initializing cgroup subsys hugetlb\n[ 0.158245] Initializing cgroup subsys pids\n[ 0.159157] CPU: Physical Processor ID: 0\n[ 0.160703] mce: CPU supports 10 MCE banks\n[ 0.161607] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.162672] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.173818] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.180284] ftrace: allocating 31920 entries in 125 pages\n[ 0.206606] smpboot: Max logical packages: 1\n[ 0.207504] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.208947] x2apic enabled\n[ 0.209789] Switched APIC routing to physical x2apic.\n[ 0.211605] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.212804] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.214926] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.216835] KVM setup paravirtual spinlock\n[ 0.218181] x86: Booted up 1 node, 1 CPUs\n[ 0.219037] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.220485] devtmpfs: initialized\n[ 0.222228] evm: security.selinux\n[ 0.222972] evm: security.SMACK64\n[ 0.223701] evm: security.SMACK64EXEC\n[ 0.224492] evm: security.SMACK64TRANSMUTE\n[ 0.225374] evm: security.SMACK64MMAP\n[ 0.226163] evm: security.ima\n[ 0.226834] evm: security.capability\n[ 0.227683] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.229666] pinctrl core: initialized pinctrl subsystem\n[ 0.230817] RTC time: 12:44:39, date: 09/04/18\n[ 0.231814] NET: Registered protocol family 16\n[ 0.232834] cpuidle: using governor ladder\n[ 0.233706] cpuidle: using governor menu\n[ 0.234549] PCCT header not found.\n[ 0.235354] ACPI: bus type PCI registered\n[ 0.236207] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.237532] PCI: Using configuration type 1 for base access\n[ 0.239357] ACPI: Added _OSI(Module Device)\n[ 0.240254] ACPI: Added _OSI(Processor Device)\n[ 0.241170] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.242108] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.244312] ACPI: Interpreter enabled\n[ 0.245122] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.247088] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.249055] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.250989] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.252905] ACPI: (supports S0 S5)\n[ 0.253636] ACPI: Using IOAPIC for interrupt routing\n[ 0.254739] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.257948] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.259157] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.260461] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.261728] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.264061] acpiphp: Slot [3] registered\n[ 0.264896] acpiphp: Slot [4] registered\n[ 0.265746] acpiphp: Slot [5] registered\n[ 0.266592] acpiphp: Slot [6] registered\n[ 0.267434] acpiphp: Slot [7] registered\n[ 0.268286] acpiphp: Slot [8] registered\n[ 0.269129] acpiphp: Slot [9] registered\n[ 0.269969] acpiphp: Slot [10] registered\n[ 0.270819] acpiphp: Slot [11] registered\n[ 0.271680] acpiphp: Slot [12] registered\n[ 0.272541] acpiphp: Slot [13] registered\n[ 0.273397] acpiphp: Slot [14] registered\n[ 0.274263] acpiphp: Slot [15] registered\n[ 0.285439] acpiphp: Slot [16] registered\n[ 0.286299] acpiphp: Slot [17] registered\n[ 0.287154] acpiphp: Slot [18] registered\n[ 0.288006] acpiphp: Slot [19] registered\n[ 0.288852] acpiphp: Slot [20] registered\n[ 0.289714] acpiphp: Slot [21] registered\n[ 0.290573] acpiphp: Slot [22] registered\n[ 0.291432] acpiphp: Slot [23] registered\n[ 0.292299] acpiphp: Slot [24] registered\n[ 0.293153] acpiphp: Slot [25] registered\n[ 0.294002] acpiphp: Slot [26] registered\n[ 0.294838] acpiphp: Slot [27] registered\n[ 0.295691] acpiphp: Slot [28] registered\n[ 0.296543] acpiphp: Slot [29] registered\n[ 0.297391] acpiphp: Slot [30] registered\n[ 0.298252] acpiphp: Slot [31] registered\n[ 0.299105] PCI host bridge to bus 0000:00\n[ 0.299953] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.301210] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.302476] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.303985] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.305484] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.311861] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.313229] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.314456] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.315809] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.322156] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.323668] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.370299] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.371793] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.373262] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.374699] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.376116] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.377426] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.379035] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.380123] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.381729] vgaarb: loaded\n[ 0.382379] vgaarb: bridge control possible 0000:00:02.0\n[ 0.383533] SCSI subsystem initialized\n[ 0.384400] ACPI: bus type USB registered\n[ 0.385227] usbcore: registered new interface driver usbfs\n[ 0.386274] usbcore: registered new interface driver hub\n[ 0.387310] usbcore: registered new device driver usb\n[ 0.388426] PCI: Using ACPI for IRQ routing\n[ 0.389496] NetLabel: Initializing\n[ 0.390227] NetLabel: domain hash size = 128\n[ 0.391092] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.392069] NetLabel: unlabeled traffic allowed by default\n[ 0.393189] clocksource: Switched to clocksource kvm-clock\n[ 0.398607] AppArmor: AppArmor Filesystem Enabled\n[ 0.399582] pnp: PnP ACPI init\n[ 0.400519] pnp: PnP ACPI: found 5 devices\n[ 0.406966] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.408759] NET: Registered protocol family 2\n[ 0.409731] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.411046] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.412256] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.413459] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.414594] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.415796] NET: Registered protocol family 1\n[ 0.416699] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.417880] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.419029] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.433109] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.447392] Trying to unpack rootfs image as initramfs...\n[ 0.496530] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.510460] Scanning for low memory corruption every 60 seconds\n[ 0.511856] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.513098] audit: initializing netlink subsys (disabled)\n[ 0.514185] audit: type=2000 audit(1536065080.722:1): initialized\n[ 0.515574] Initialise system trusted keyring\n[ 0.516544] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.517774] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.519841] zbud: loaded\n[ 0.520589] VFS: Disk quotas dquot_6.6.0\n[ 0.521464] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.523088] fuse init (API version 7.23)\n[ 0.524003] Key type big_key registered\n[ 0.524817] Allocating IMA MOK and blacklist keyrings.\n[ 0.526003] Key type asymmetric registered\n[ 0.526883] Asymmetric key parser 'x509' registered\n[ 0.527851] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.529707] io scheduler noop registered\n[ 0.530515] io scheduler deadline registered (default)\n[ 0.531518] io scheduler cfq registered\n[ 0.532362] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.533431] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.534711] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.536179] ACPI: Power Button [PWRF]\n[ 0.537017] GHES: HEST is not enabled!\n[ 0.550698] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.580852] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.583710] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.607579] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.609727] Linux agpgart interface v0.103\n[ 0.611743] brd: module loaded\n[ 0.612903] loop: module loaded\n[ 0.617692] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.619165] GPT:90111 != 2097151\n[ 0.619845] GPT:Alternate GPT header not at the end of the disk.\n[ 0.620947] GPT:90111 != 2097151\n[ 0.621632] GPT: Use GNU Parted to correct GPT errors.\n[ 0.622608] vda: vda1 vda15\n[ 0.624105] scsi host0: ata_piix\n[ 0.624842] scsi host1: ata_piix\n[ 0.625579] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.626807] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.628278] libphy: Fixed MDIO Bus: probed\n[ 0.629107] tun: Universal TUN/TAP device driver, 1.6\n[ 0.630073] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.632318] PPP generic driver version 2.4.2\n[ 0.633225] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.634520] ehci-pci: EHCI PCI platform driver\n[ 0.635399] ehci-platform: EHCI generic platform driver\n[ 0.636391] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.637535] ohci-pci: OHCI PCI platform driver\n[ 0.638414] ohci-platform: OHCI generic platform driver\n[ 0.639405] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.653783] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.654794] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.656264] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.657300] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.658427] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.659655] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.661083] usb usb1: Product: UHCI Host Controller\n[ 0.662032] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.663185] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.664183] hub 1-0:1.0: USB hub found\n[ 0.664971] hub 1-0:1.0: 2 ports detected\n[ 0.665888] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.668030] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.668990] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.670032] mousedev: PS/2 mouse device common for all mice\n[ 0.671302] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.673162] rtc_cmos 00:00: RTC can wake from S4\n[ 0.674274] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.675477] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.676673] i2c /dev entries driver\n[ 0.677445] device-mapper: uevent: version 1.0.3\n[ 0.678403] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.680050] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.681340] NET: Registered protocol family 10\n[ 0.682341] NET: Registered protocol family 17\n[ 0.683240] Key type dns_resolver registered\n[ 0.684175] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.685296] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.687057] registered taskstats version 1\n[ 0.687896] Loading compiled-in X.509 certificates\n[ 0.689356] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.691229] zswap: loaded using pool lzo/zbud\n[ 0.692608] Key type trusted registered\n[ 0.694173] Key type encrypted registered\n[ 0.695021] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.696059] ima: No TPM chip found, activating TPM-bypass!\n[ 0.697103] evm: HMAC attrs: 0x1\n[ 0.698055] Magic number: 2:275:733\n[ 0.698895] rtc_cmos 00:00: setting system clock to 2018-09-04 12:44:40 UTC (1536065080)\n[ 0.700505] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.701637] EDD information not available.\n[ 0.786166] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.787718] Write protecting the kernel read-only data: 14336k\n[ 0.799719] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.801541] 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.843736] 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.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.34. iid=i-0000010e\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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCHUKlq6NwnI3A8Jq5IIDoVIq3cRlXf/jfhC6OFGqtFyRX58TwVXgCj0LD6eLQWwMO5ZJ9snVra68wzyuTYvpqj4ALUtYAtZapDwGg7O662KNrWUgw/wY79rz0//qLYWrdWxEgnDzGiEMwwtzZtmSyn3IuTABfO88shJpbgib+J7vrr78tiLtSC1IgW8ZCRMdIB6+J3pK+IO86sfEvf5Nrt4XuUZWEMz3VER6FsAhQoNqWva7+7wij4jeOqQi/RToV5OlY30GFctufNwBmsqOgvlZXO1nd60f5NCULJ3YKlQ+nke9akOeb+uWXlD5K4mLUm8E5CTcR024OGY9GlqbDf root@sdnvpn-11-2\nssh-dss AAAAB3NzaC1kc3MAAACBAOdgEydscVPr0c6xNXZta2FOztEnwW4WdfCwPFQLFSIYacmpjAKpoI+NaYK6cwqy33ntIgBnU4qSMiZDpUQolo/W7kyDnH+j2yvusn2FPnIj/16OrcJIIPK2+Tjakf1YWkLh3eVq8c1IrfZZH2uDuygfYWAAbrLBS80vtHIgYGWrAAAAFQD4251oSY20Axac/buTrNX36n2atwAAAIEA0qOPaBbpGRm7kgRI8Ka8sRbu9kcsXU901C8Ou7JW7/23bw9vjPwvkKBLpVf7vaBW3yRP8IxzD13GYl69GTdmL+J27V5zDcx78POP9KHXp0x3xfsaj75g54Iah3XFRk1JjY5GXyPrNriC5DQC/L0drIxq8SlqrXvT9GltqetmXVgAAACAdctEHeK/0t5+nE857L49a6eH+tM6gBf2azA4+3ekY0K7IqnIHeJyWLqGNLqmDbWIjG9spAH4RjKY1s8rHRAZOZ2nDPp3TnpMQ/o1wnt72gMRov3WjYsmY9dpJ1+bsDt0NIWgM/NS99kL0BoP1DWKcxv5qbKYyRP1//fzl5nUMyw= 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.13,24,fe80::f816:3eff:fea6:17d0/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.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-0000010e\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-11-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=63.12 ===\n/dev/root resized successfully [took 2.69s]\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:A6:17:D0 \n inet addr:10.10.10.13 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fea6:17d0/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:106 errors:0 dropped:17 overruns:0 frame:0\n TX packets:104 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:10730 (10.4 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.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.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n"} 2018-09-04 12:45:49,045 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/28d7a11c-f6fd-4e87-8a35-8e6337e6ef8e/action used request id req-f41d40af-970d-41cc-a275-b9b31e613776 2018-09-04 12:45:51,066 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/servers/28d7a11c-f6fd-4e87-8a35-8e6337e6ef8e/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}13774776dd426a651ccb3edd61542212e77a8d31" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-04 12:45:52,135 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12:45: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-0cf74cf0-e2b5-4453-88e8-5e767a142ce9 x-compute-request-id: req-0cf74cf0-e2b5-4453-88e8-5e767a142ce9 Content-Encoding: gzip Content-Length: 9991 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 497912908 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 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.137173] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.138943] pid_max: default: 32768 minimum: 301\n[ 0.139895] ACPI: Core revision 20150930\n[ 0.141321] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.142712] Security Framework initialized\n[ 0.143583] Yama: becoming mindful.\n[ 0.144369] AppArmor: AppArmor initialized\n[ 0.145282] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.146699] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.148071] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.149357] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.150831] Initializing cgroup subsys io\n[ 0.151698] Initializing cgroup subsys memory\n[ 0.152635] Initializing cgroup subsys devices\n[ 0.153564] Initializing cgroup subsys freezer\n[ 0.154487] Initializing cgroup subsys net_cls\n[ 0.155408] Initializing cgroup subsys perf_event\n[ 0.156388] Initializing cgroup subsys net_prio\n[ 0.157325] Initializing cgroup subsys hugetlb\n[ 0.158245] Initializing cgroup subsys pids\n[ 0.159157] CPU: Physical Processor ID: 0\n[ 0.160703] mce: CPU supports 10 MCE banks\n[ 0.161607] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.162672] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.173818] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.180284] ftrace: allocating 31920 entries in 125 pages\n[ 0.206606] smpboot: Max logical packages: 1\n[ 0.207504] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.208947] x2apic enabled\n[ 0.209789] Switched APIC routing to physical x2apic.\n[ 0.211605] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.212804] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.214926] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.216835] KVM setup paravirtual spinlock\n[ 0.218181] x86: Booted up 1 node, 1 CPUs\n[ 0.219037] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.220485] devtmpfs: initialized\n[ 0.222228] evm: security.selinux\n[ 0.222972] evm: security.SMACK64\n[ 0.223701] evm: security.SMACK64EXEC\n[ 0.224492] evm: security.SMACK64TRANSMUTE\n[ 0.225374] evm: security.SMACK64MMAP\n[ 0.226163] evm: security.ima\n[ 0.226834] evm: security.capability\n[ 0.227683] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.229666] pinctrl core: initialized pinctrl subsystem\n[ 0.230817] RTC time: 12:44:39, date: 09/04/18\n[ 0.231814] NET: Registered protocol family 16\n[ 0.232834] cpuidle: using governor ladder\n[ 0.233706] cpuidle: using governor menu\n[ 0.234549] PCCT header not found.\n[ 0.235354] ACPI: bus type PCI registered\n[ 0.236207] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.237532] PCI: Using configuration type 1 for base access\n[ 0.239357] ACPI: Added _OSI(Module Device)\n[ 0.240254] ACPI: Added _OSI(Processor Device)\n[ 0.241170] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.242108] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.244312] ACPI: Interpreter enabled\n[ 0.245122] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.247088] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.249055] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.250989] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.252905] ACPI: (supports S0 S5)\n[ 0.253636] ACPI: Using IOAPIC for interrupt routing\n[ 0.254739] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.257948] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.259157] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.260461] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.261728] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.264061] acpiphp: Slot [3] registered\n[ 0.264896] acpiphp: Slot [4] registered\n[ 0.265746] acpiphp: Slot [5] registered\n[ 0.266592] acpiphp: Slot [6] registered\n[ 0.267434] acpiphp: Slot [7] registered\n[ 0.268286] acpiphp: Slot [8] registered\n[ 0.269129] acpiphp: Slot [9] registered\n[ 0.269969] acpiphp: Slot [10] registered\n[ 0.270819] acpiphp: Slot [11] registered\n[ 0.271680] acpiphp: Slot [12] registered\n[ 0.272541] acpiphp: Slot [13] registered\n[ 0.273397] acpiphp: Slot [14] registered\n[ 0.274263] acpiphp: Slot [15] registered\n[ 0.285439] acpiphp: Slot [16] registered\n[ 0.286299] acpiphp: Slot [17] registered\n[ 0.287154] acpiphp: Slot [18] registered\n[ 0.288006] acpiphp: Slot [19] registered\n[ 0.288852] acpiphp: Slot [20] registered\n[ 0.289714] acpiphp: Slot [21] registered\n[ 0.290573] acpiphp: Slot [22] registered\n[ 0.291432] acpiphp: Slot [23] registered\n[ 0.292299] acpiphp: Slot [24] registered\n[ 0.293153] acpiphp: Slot [25] registered\n[ 0.294002] acpiphp: Slot [26] registered\n[ 0.294838] acpiphp: Slot [27] registered\n[ 0.295691] acpiphp: Slot [28] registered\n[ 0.296543] acpiphp: Slot [29] registered\n[ 0.297391] acpiphp: Slot [30] registered\n[ 0.298252] acpiphp: Slot [31] registered\n[ 0.299105] PCI host bridge to bus 0000:00\n[ 0.299953] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.301210] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.302476] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.303985] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.305484] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.311861] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.313229] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.314456] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.315809] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.322156] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.323668] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.370299] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.371793] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.373262] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.374699] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.376116] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.377426] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.379035] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.380123] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.381729] vgaarb: loaded\n[ 0.382379] vgaarb: bridge control possible 0000:00:02.0\n[ 0.383533] SCSI subsystem initialized\n[ 0.384400] ACPI: bus type USB registered\n[ 0.385227] usbcore: registered new interface driver usbfs\n[ 0.386274] usbcore: registered new interface driver hub\n[ 0.387310] usbcore: registered new device driver usb\n[ 0.388426] PCI: Using ACPI for IRQ routing\n[ 0.389496] NetLabel: Initializing\n[ 0.390227] NetLabel: domain hash size = 128\n[ 0.391092] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.392069] NetLabel: unlabeled traffic allowed by default\n[ 0.393189] clocksource: Switched to clocksource kvm-clock\n[ 0.398607] AppArmor: AppArmor Filesystem Enabled\n[ 0.399582] pnp: PnP ACPI init\n[ 0.400519] pnp: PnP ACPI: found 5 devices\n[ 0.406966] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.408759] NET: Registered protocol family 2\n[ 0.409731] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.411046] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.412256] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.413459] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.414594] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.415796] NET: Registered protocol family 1\n[ 0.416699] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.417880] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.419029] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.433109] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.447392] Trying to unpack rootfs image as initramfs...\n[ 0.496530] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.510460] Scanning for low memory corruption every 60 seconds\n[ 0.511856] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.513098] audit: initializing netlink subsys (disabled)\n[ 0.514185] audit: type=2000 audit(1536065080.722:1): initialized\n[ 0.515574] Initialise system trusted keyring\n[ 0.516544] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.517774] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.519841] zbud: loaded\n[ 0.520589] VFS: Disk quotas dquot_6.6.0\n[ 0.521464] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.523088] fuse init (API version 7.23)\n[ 0.524003] Key type big_key registered\n[ 0.524817] Allocating IMA MOK and blacklist keyrings.\n[ 0.526003] Key type asymmetric registered\n[ 0.526883] Asymmetric key parser 'x509' registered\n[ 0.527851] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.529707] io scheduler noop registered\n[ 0.530515] io scheduler deadline registered (default)\n[ 0.531518] io scheduler cfq registered\n[ 0.532362] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.533431] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.534711] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.536179] ACPI: Power Button [PWRF]\n[ 0.537017] GHES: HEST is not enabled!\n[ 0.550698] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.580852] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.583710] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.607579] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.609727] Linux agpgart interface v0.103\n[ 0.611743] brd: module loaded\n[ 0.612903] loop: module loaded\n[ 0.617692] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.619165] GPT:90111 != 2097151\n[ 0.619845] GPT:Alternate GPT header not at the end of the disk.\n[ 0.620947] GPT:90111 != 2097151\n[ 0.621632] GPT: Use GNU Parted to correct GPT errors.\n[ 0.622608] vda: vda1 vda15\n[ 0.624105] scsi host0: ata_piix\n[ 0.624842] scsi host1: ata_piix\n[ 0.625579] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.626807] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.628278] libphy: Fixed MDIO Bus: probed\n[ 0.629107] tun: Universal TUN/TAP device driver, 1.6\n[ 0.630073] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.632318] PPP generic driver version 2.4.2\n[ 0.633225] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.634520] ehci-pci: EHCI PCI platform driver\n[ 0.635399] ehci-platform: EHCI generic platform driver\n[ 0.636391] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.637535] ohci-pci: OHCI PCI platform driver\n[ 0.638414] ohci-platform: OHCI generic platform driver\n[ 0.639405] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.653783] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.654794] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.656264] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.657300] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.658427] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.659655] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.661083] usb usb1: Product: UHCI Host Controller\n[ 0.662032] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.663185] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.664183] hub 1-0:1.0: USB hub found\n[ 0.664971] hub 1-0:1.0: 2 ports detected\n[ 0.665888] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.668030] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.668990] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.670032] mousedev: PS/2 mouse device common for all mice\n[ 0.671302] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.673162] rtc_cmos 00:00: RTC can wake from S4\n[ 0.674274] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.675477] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.676673] i2c /dev entries driver\n[ 0.677445] device-mapper: uevent: version 1.0.3\n[ 0.678403] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.680050] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.681340] NET: Registered protocol family 10\n[ 0.682341] NET: Registered protocol family 17\n[ 0.683240] Key type dns_resolver registered\n[ 0.684175] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.685296] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.687057] registered taskstats version 1\n[ 0.687896] Loading compiled-in X.509 certificates\n[ 0.689356] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.691229] zswap: loaded using pool lzo/zbud\n[ 0.692608] Key type trusted registered\n[ 0.694173] Key type encrypted registered\n[ 0.695021] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.696059] ima: No TPM chip found, activating TPM-bypass!\n[ 0.697103] evm: HMAC attrs: 0x1\n[ 0.698055] Magic number: 2:275:733\n[ 0.698895] rtc_cmos 00:00: setting system clock to 2018-09-04 12:44:40 UTC (1536065080)\n[ 0.700505] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.701637] EDD information not available.\n[ 0.786166] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.787718] Write protecting the kernel read-only data: 14336k\n[ 0.799719] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.801541] 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.843736] 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.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.34. iid=i-0000010e\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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCHUKlq6NwnI3A8Jq5IIDoVIq3cRlXf/jfhC6OFGqtFyRX58TwVXgCj0LD6eLQWwMO5ZJ9snVra68wzyuTYvpqj4ALUtYAtZapDwGg7O662KNrWUgw/wY79rz0//qLYWrdWxEgnDzGiEMwwtzZtmSyn3IuTABfO88shJpbgib+J7vrr78tiLtSC1IgW8ZCRMdIB6+J3pK+IO86sfEvf5Nrt4XuUZWEMz3VER6FsAhQoNqWva7+7wij4jeOqQi/RToV5OlY30GFctufNwBmsqOgvlZXO1nd60f5NCULJ3YKlQ+nke9akOeb+uWXlD5K4mLUm8E5CTcR024OGY9GlqbDf root@sdnvpn-11-2\nssh-dss AAAAB3NzaC1kc3MAAACBAOdgEydscVPr0c6xNXZta2FOztEnwW4WdfCwPFQLFSIYacmpjAKpoI+NaYK6cwqy33ntIgBnU4qSMiZDpUQolo/W7kyDnH+j2yvusn2FPnIj/16OrcJIIPK2+Tjakf1YWkLh3eVq8c1IrfZZH2uDuygfYWAAbrLBS80vtHIgYGWrAAAAFQD4251oSY20Axac/buTrNX36n2atwAAAIEA0qOPaBbpGRm7kgRI8Ka8sRbu9kcsXU901C8Ou7JW7/23bw9vjPwvkKBLpVf7vaBW3yRP8IxzD13GYl69GTdmL+J27V5zDcx78POP9KHXp0x3xfsaj75g54Iah3XFRk1JjY5GXyPrNriC5DQC/L0drIxq8SlqrXvT9GltqetmXVgAAACAdctEHeK/0t5+nE857L49a6eH+tM6gBf2azA4+3ekY0K7IqnIHeJyWLqGNLqmDbWIjG9spAH4RjKY1s8rHRAZOZ2nDPp3TnpMQ/o1wnt72gMRov3WjYsmY9dpJ1+bsDt0NIWgM/NS99kL0BoP1DWKcxv5qbKYyRP1//fzl5nUMyw= 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.13,24,fe80::f816:3eff:fea6:17d0/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.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-0000010e\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-11-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=63.12 ===\n/dev/root resized successfully [took 2.69s]\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:A6:17:D0 \n inet addr:10.10.10.13 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fea6:17d0/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:106 errors:0 dropped:17 overruns:0 frame:0\n TX packets:104 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:10730 (10.4 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.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.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n"} 2018-09-04 12:45:52,136 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/28d7a11c-f6fd-4e87-8a35-8e6337e6ef8e/action used request id req-0cf74cf0-e2b5-4453-88e8-5e767a142ce9 2018-09-04 12:45:54,157 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/servers/28d7a11c-f6fd-4e87-8a35-8e6337e6ef8e/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}13774776dd426a651ccb3edd61542212e77a8d31" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-04 12:45:55,247 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12:45: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-0159b040-98f2-41b2-9baa-70bfa913de9c x-compute-request-id: req-0159b040-98f2-41b2-9baa-70bfa913de9c Content-Encoding: gzip Content-Length: 9991 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 497912908 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 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.137173] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.138943] pid_max: default: 32768 minimum: 301\n[ 0.139895] ACPI: Core revision 20150930\n[ 0.141321] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.142712] Security Framework initialized\n[ 0.143583] Yama: becoming mindful.\n[ 0.144369] AppArmor: AppArmor initialized\n[ 0.145282] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.146699] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.148071] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.149357] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.150831] Initializing cgroup subsys io\n[ 0.151698] Initializing cgroup subsys memory\n[ 0.152635] Initializing cgroup subsys devices\n[ 0.153564] Initializing cgroup subsys freezer\n[ 0.154487] Initializing cgroup subsys net_cls\n[ 0.155408] Initializing cgroup subsys perf_event\n[ 0.156388] Initializing cgroup subsys net_prio\n[ 0.157325] Initializing cgroup subsys hugetlb\n[ 0.158245] Initializing cgroup subsys pids\n[ 0.159157] CPU: Physical Processor ID: 0\n[ 0.160703] mce: CPU supports 10 MCE banks\n[ 0.161607] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.162672] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.173818] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.180284] ftrace: allocating 31920 entries in 125 pages\n[ 0.206606] smpboot: Max logical packages: 1\n[ 0.207504] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.208947] x2apic enabled\n[ 0.209789] Switched APIC routing to physical x2apic.\n[ 0.211605] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.212804] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.214926] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.216835] KVM setup paravirtual spinlock\n[ 0.218181] x86: Booted up 1 node, 1 CPUs\n[ 0.219037] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.220485] devtmpfs: initialized\n[ 0.222228] evm: security.selinux\n[ 0.222972] evm: security.SMACK64\n[ 0.223701] evm: security.SMACK64EXEC\n[ 0.224492] evm: security.SMACK64TRANSMUTE\n[ 0.225374] evm: security.SMACK64MMAP\n[ 0.226163] evm: security.ima\n[ 0.226834] evm: security.capability\n[ 0.227683] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.229666] pinctrl core: initialized pinctrl subsystem\n[ 0.230817] RTC time: 12:44:39, date: 09/04/18\n[ 0.231814] NET: Registered protocol family 16\n[ 0.232834] cpuidle: using governor ladder\n[ 0.233706] cpuidle: using governor menu\n[ 0.234549] PCCT header not found.\n[ 0.235354] ACPI: bus type PCI registered\n[ 0.236207] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.237532] PCI: Using configuration type 1 for base access\n[ 0.239357] ACPI: Added _OSI(Module Device)\n[ 0.240254] ACPI: Added _OSI(Processor Device)\n[ 0.241170] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.242108] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.244312] ACPI: Interpreter enabled\n[ 0.245122] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.247088] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.249055] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.250989] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.252905] ACPI: (supports S0 S5)\n[ 0.253636] ACPI: Using IOAPIC for interrupt routing\n[ 0.254739] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.257948] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.259157] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.260461] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.261728] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.264061] acpiphp: Slot [3] registered\n[ 0.264896] acpiphp: Slot [4] registered\n[ 0.265746] acpiphp: Slot [5] registered\n[ 0.266592] acpiphp: Slot [6] registered\n[ 0.267434] acpiphp: Slot [7] registered\n[ 0.268286] acpiphp: Slot [8] registered\n[ 0.269129] acpiphp: Slot [9] registered\n[ 0.269969] acpiphp: Slot [10] registered\n[ 0.270819] acpiphp: Slot [11] registered\n[ 0.271680] acpiphp: Slot [12] registered\n[ 0.272541] acpiphp: Slot [13] registered\n[ 0.273397] acpiphp: Slot [14] registered\n[ 0.274263] acpiphp: Slot [15] registered\n[ 0.285439] acpiphp: Slot [16] registered\n[ 0.286299] acpiphp: Slot [17] registered\n[ 0.287154] acpiphp: Slot [18] registered\n[ 0.288006] acpiphp: Slot [19] registered\n[ 0.288852] acpiphp: Slot [20] registered\n[ 0.289714] acpiphp: Slot [21] registered\n[ 0.290573] acpiphp: Slot [22] registered\n[ 0.291432] acpiphp: Slot [23] registered\n[ 0.292299] acpiphp: Slot [24] registered\n[ 0.293153] acpiphp: Slot [25] registered\n[ 0.294002] acpiphp: Slot [26] registered\n[ 0.294838] acpiphp: Slot [27] registered\n[ 0.295691] acpiphp: Slot [28] registered\n[ 0.296543] acpiphp: Slot [29] registered\n[ 0.297391] acpiphp: Slot [30] registered\n[ 0.298252] acpiphp: Slot [31] registered\n[ 0.299105] PCI host bridge to bus 0000:00\n[ 0.299953] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.301210] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.302476] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.303985] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.305484] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.311861] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.313229] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.314456] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.315809] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.322156] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.323668] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.370299] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.371793] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.373262] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.374699] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.376116] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.377426] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.379035] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.380123] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.381729] vgaarb: loaded\n[ 0.382379] vgaarb: bridge control possible 0000:00:02.0\n[ 0.383533] SCSI subsystem initialized\n[ 0.384400] ACPI: bus type USB registered\n[ 0.385227] usbcore: registered new interface driver usbfs\n[ 0.386274] usbcore: registered new interface driver hub\n[ 0.387310] usbcore: registered new device driver usb\n[ 0.388426] PCI: Using ACPI for IRQ routing\n[ 0.389496] NetLabel: Initializing\n[ 0.390227] NetLabel: domain hash size = 128\n[ 0.391092] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.392069] NetLabel: unlabeled traffic allowed by default\n[ 0.393189] clocksource: Switched to clocksource kvm-clock\n[ 0.398607] AppArmor: AppArmor Filesystem Enabled\n[ 0.399582] pnp: PnP ACPI init\n[ 0.400519] pnp: PnP ACPI: found 5 devices\n[ 0.406966] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.408759] NET: Registered protocol family 2\n[ 0.409731] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.411046] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.412256] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.413459] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.414594] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.415796] NET: Registered protocol family 1\n[ 0.416699] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.417880] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.419029] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.433109] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.447392] Trying to unpack rootfs image as initramfs...\n[ 0.496530] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.510460] Scanning for low memory corruption every 60 seconds\n[ 0.511856] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.513098] audit: initializing netlink subsys (disabled)\n[ 0.514185] audit: type=2000 audit(1536065080.722:1): initialized\n[ 0.515574] Initialise system trusted keyring\n[ 0.516544] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.517774] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.519841] zbud: loaded\n[ 0.520589] VFS: Disk quotas dquot_6.6.0\n[ 0.521464] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.523088] fuse init (API version 7.23)\n[ 0.524003] Key type big_key registered\n[ 0.524817] Allocating IMA MOK and blacklist keyrings.\n[ 0.526003] Key type asymmetric registered\n[ 0.526883] Asymmetric key parser 'x509' registered\n[ 0.527851] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.529707] io scheduler noop registered\n[ 0.530515] io scheduler deadline registered (default)\n[ 0.531518] io scheduler cfq registered\n[ 0.532362] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.533431] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.534711] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.536179] ACPI: Power Button [PWRF]\n[ 0.537017] GHES: HEST is not enabled!\n[ 0.550698] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.580852] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.583710] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.607579] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.609727] Linux agpgart interface v0.103\n[ 0.611743] brd: module loaded\n[ 0.612903] loop: module loaded\n[ 0.617692] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.619165] GPT:90111 != 2097151\n[ 0.619845] GPT:Alternate GPT header not at the end of the disk.\n[ 0.620947] GPT:90111 != 2097151\n[ 0.621632] GPT: Use GNU Parted to correct GPT errors.\n[ 0.622608] vda: vda1 vda15\n[ 0.624105] scsi host0: ata_piix\n[ 0.624842] scsi host1: ata_piix\n[ 0.625579] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.626807] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.628278] libphy: Fixed MDIO Bus: probed\n[ 0.629107] tun: Universal TUN/TAP device driver, 1.6\n[ 0.630073] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.632318] PPP generic driver version 2.4.2\n[ 0.633225] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.634520] ehci-pci: EHCI PCI platform driver\n[ 0.635399] ehci-platform: EHCI generic platform driver\n[ 0.636391] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.637535] ohci-pci: OHCI PCI platform driver\n[ 0.638414] ohci-platform: OHCI generic platform driver\n[ 0.639405] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.653783] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.654794] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.656264] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.657300] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.658427] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.659655] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.661083] usb usb1: Product: UHCI Host Controller\n[ 0.662032] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.663185] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.664183] hub 1-0:1.0: USB hub found\n[ 0.664971] hub 1-0:1.0: 2 ports detected\n[ 0.665888] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.668030] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.668990] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.670032] mousedev: PS/2 mouse device common for all mice\n[ 0.671302] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.673162] rtc_cmos 00:00: RTC can wake from S4\n[ 0.674274] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.675477] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.676673] i2c /dev entries driver\n[ 0.677445] device-mapper: uevent: version 1.0.3\n[ 0.678403] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.680050] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.681340] NET: Registered protocol family 10\n[ 0.682341] NET: Registered protocol family 17\n[ 0.683240] Key type dns_resolver registered\n[ 0.684175] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.685296] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.687057] registered taskstats version 1\n[ 0.687896] Loading compiled-in X.509 certificates\n[ 0.689356] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.691229] zswap: loaded using pool lzo/zbud\n[ 0.692608] Key type trusted registered\n[ 0.694173] Key type encrypted registered\n[ 0.695021] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.696059] ima: No TPM chip found, activating TPM-bypass!\n[ 0.697103] evm: HMAC attrs: 0x1\n[ 0.698055] Magic number: 2:275:733\n[ 0.698895] rtc_cmos 00:00: setting system clock to 2018-09-04 12:44:40 UTC (1536065080)\n[ 0.700505] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.701637] EDD information not available.\n[ 0.786166] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.787718] Write protecting the kernel read-only data: 14336k\n[ 0.799719] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.801541] 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.843736] 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.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.34. iid=i-0000010e\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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCHUKlq6NwnI3A8Jq5IIDoVIq3cRlXf/jfhC6OFGqtFyRX58TwVXgCj0LD6eLQWwMO5ZJ9snVra68wzyuTYvpqj4ALUtYAtZapDwGg7O662KNrWUgw/wY79rz0//qLYWrdWxEgnDzGiEMwwtzZtmSyn3IuTABfO88shJpbgib+J7vrr78tiLtSC1IgW8ZCRMdIB6+J3pK+IO86sfEvf5Nrt4XuUZWEMz3VER6FsAhQoNqWva7+7wij4jeOqQi/RToV5OlY30GFctufNwBmsqOgvlZXO1nd60f5NCULJ3YKlQ+nke9akOeb+uWXlD5K4mLUm8E5CTcR024OGY9GlqbDf root@sdnvpn-11-2\nssh-dss AAAAB3NzaC1kc3MAAACBAOdgEydscVPr0c6xNXZta2FOztEnwW4WdfCwPFQLFSIYacmpjAKpoI+NaYK6cwqy33ntIgBnU4qSMiZDpUQolo/W7kyDnH+j2yvusn2FPnIj/16OrcJIIPK2+Tjakf1YWkLh3eVq8c1IrfZZH2uDuygfYWAAbrLBS80vtHIgYGWrAAAAFQD4251oSY20Axac/buTrNX36n2atwAAAIEA0qOPaBbpGRm7kgRI8Ka8sRbu9kcsXU901C8Ou7JW7/23bw9vjPwvkKBLpVf7vaBW3yRP8IxzD13GYl69GTdmL+J27V5zDcx78POP9KHXp0x3xfsaj75g54Iah3XFRk1JjY5GXyPrNriC5DQC/L0drIxq8SlqrXvT9GltqetmXVgAAACAdctEHeK/0t5+nE857L49a6eH+tM6gBf2azA4+3ekY0K7IqnIHeJyWLqGNLqmDbWIjG9spAH4RjKY1s8rHRAZOZ2nDPp3TnpMQ/o1wnt72gMRov3WjYsmY9dpJ1+bsDt0NIWgM/NS99kL0BoP1DWKcxv5qbKYyRP1//fzl5nUMyw= 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.13,24,fe80::f816:3eff:fea6:17d0/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.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-0000010e\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-11-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=63.12 ===\n/dev/root resized successfully [took 2.69s]\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:A6:17:D0 \n inet addr:10.10.10.13 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fea6:17d0/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:106 errors:0 dropped:17 overruns:0 frame:0\n TX packets:104 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:10730 (10.4 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.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.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n"} 2018-09-04 12:45:55,248 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/28d7a11c-f6fd-4e87-8a35-8e6337e6ef8e/action used request id req-0159b040-98f2-41b2-9baa-70bfa913de9c 2018-09-04 12:45:57,270 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/servers/28d7a11c-f6fd-4e87-8a35-8e6337e6ef8e/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}13774776dd426a651ccb3edd61542212e77a8d31" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-04 12:45:58,358 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12:45: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-d67e774e-682b-4da9-b495-bf668f17a191 x-compute-request-id: req-d67e774e-682b-4da9-b495-bf668f17a191 Content-Encoding: gzip Content-Length: 9991 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 497912908 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 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.137173] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.138943] pid_max: default: 32768 minimum: 301\n[ 0.139895] ACPI: Core revision 20150930\n[ 0.141321] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.142712] Security Framework initialized\n[ 0.143583] Yama: becoming mindful.\n[ 0.144369] AppArmor: AppArmor initialized\n[ 0.145282] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.146699] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.148071] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.149357] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.150831] Initializing cgroup subsys io\n[ 0.151698] Initializing cgroup subsys memory\n[ 0.152635] Initializing cgroup subsys devices\n[ 0.153564] Initializing cgroup subsys freezer\n[ 0.154487] Initializing cgroup subsys net_cls\n[ 0.155408] Initializing cgroup subsys perf_event\n[ 0.156388] Initializing cgroup subsys net_prio\n[ 0.157325] Initializing cgroup subsys hugetlb\n[ 0.158245] Initializing cgroup subsys pids\n[ 0.159157] CPU: Physical Processor ID: 0\n[ 0.160703] mce: CPU supports 10 MCE banks\n[ 0.161607] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.162672] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.173818] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.180284] ftrace: allocating 31920 entries in 125 pages\n[ 0.206606] smpboot: Max logical packages: 1\n[ 0.207504] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.208947] x2apic enabled\n[ 0.209789] Switched APIC routing to physical x2apic.\n[ 0.211605] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.212804] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.214926] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.216835] KVM setup paravirtual spinlock\n[ 0.218181] x86: Booted up 1 node, 1 CPUs\n[ 0.219037] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.220485] devtmpfs: initialized\n[ 0.222228] evm: security.selinux\n[ 0.222972] evm: security.SMACK64\n[ 0.223701] evm: security.SMACK64EXEC\n[ 0.224492] evm: security.SMACK64TRANSMUTE\n[ 0.225374] evm: security.SMACK64MMAP\n[ 0.226163] evm: security.ima\n[ 0.226834] evm: security.capability\n[ 0.227683] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.229666] pinctrl core: initialized pinctrl subsystem\n[ 0.230817] RTC time: 12:44:39, date: 09/04/18\n[ 0.231814] NET: Registered protocol family 16\n[ 0.232834] cpuidle: using governor ladder\n[ 0.233706] cpuidle: using governor menu\n[ 0.234549] PCCT header not found.\n[ 0.235354] ACPI: bus type PCI registered\n[ 0.236207] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.237532] PCI: Using configuration type 1 for base access\n[ 0.239357] ACPI: Added _OSI(Module Device)\n[ 0.240254] ACPI: Added _OSI(Processor Device)\n[ 0.241170] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.242108] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.244312] ACPI: Interpreter enabled\n[ 0.245122] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.247088] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.249055] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.250989] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.252905] ACPI: (supports S0 S5)\n[ 0.253636] ACPI: Using IOAPIC for interrupt routing\n[ 0.254739] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.257948] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.259157] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.260461] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.261728] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.264061] acpiphp: Slot [3] registered\n[ 0.264896] acpiphp: Slot [4] registered\n[ 0.265746] acpiphp: Slot [5] registered\n[ 0.266592] acpiphp: Slot [6] registered\n[ 0.267434] acpiphp: Slot [7] registered\n[ 0.268286] acpiphp: Slot [8] registered\n[ 0.269129] acpiphp: Slot [9] registered\n[ 0.269969] acpiphp: Slot [10] registered\n[ 0.270819] acpiphp: Slot [11] registered\n[ 0.271680] acpiphp: Slot [12] registered\n[ 0.272541] acpiphp: Slot [13] registered\n[ 0.273397] acpiphp: Slot [14] registered\n[ 0.274263] acpiphp: Slot [15] registered\n[ 0.285439] acpiphp: Slot [16] registered\n[ 0.286299] acpiphp: Slot [17] registered\n[ 0.287154] acpiphp: Slot [18] registered\n[ 0.288006] acpiphp: Slot [19] registered\n[ 0.288852] acpiphp: Slot [20] registered\n[ 0.289714] acpiphp: Slot [21] registered\n[ 0.290573] acpiphp: Slot [22] registered\n[ 0.291432] acpiphp: Slot [23] registered\n[ 0.292299] acpiphp: Slot [24] registered\n[ 0.293153] acpiphp: Slot [25] registered\n[ 0.294002] acpiphp: Slot [26] registered\n[ 0.294838] acpiphp: Slot [27] registered\n[ 0.295691] acpiphp: Slot [28] registered\n[ 0.296543] acpiphp: Slot [29] registered\n[ 0.297391] acpiphp: Slot [30] registered\n[ 0.298252] acpiphp: Slot [31] registered\n[ 0.299105] PCI host bridge to bus 0000:00\n[ 0.299953] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.301210] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.302476] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.303985] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.305484] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.311861] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.313229] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.314456] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.315809] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.322156] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.323668] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.370299] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.371793] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.373262] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.374699] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.376116] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.377426] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.379035] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.380123] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.381729] vgaarb: loaded\n[ 0.382379] vgaarb: bridge control possible 0000:00:02.0\n[ 0.383533] SCSI subsystem initialized\n[ 0.384400] ACPI: bus type USB registered\n[ 0.385227] usbcore: registered new interface driver usbfs\n[ 0.386274] usbcore: registered new interface driver hub\n[ 0.387310] usbcore: registered new device driver usb\n[ 0.388426] PCI: Using ACPI for IRQ routing\n[ 0.389496] NetLabel: Initializing\n[ 0.390227] NetLabel: domain hash size = 128\n[ 0.391092] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.392069] NetLabel: unlabeled traffic allowed by default\n[ 0.393189] clocksource: Switched to clocksource kvm-clock\n[ 0.398607] AppArmor: AppArmor Filesystem Enabled\n[ 0.399582] pnp: PnP ACPI init\n[ 0.400519] pnp: PnP ACPI: found 5 devices\n[ 0.406966] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.408759] NET: Registered protocol family 2\n[ 0.409731] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.411046] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.412256] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.413459] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.414594] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.415796] NET: Registered protocol family 1\n[ 0.416699] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.417880] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.419029] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.433109] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.447392] Trying to unpack rootfs image as initramfs...\n[ 0.496530] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.510460] Scanning for low memory corruption every 60 seconds\n[ 0.511856] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.513098] audit: initializing netlink subsys (disabled)\n[ 0.514185] audit: type=2000 audit(1536065080.722:1): initialized\n[ 0.515574] Initialise system trusted keyring\n[ 0.516544] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.517774] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.519841] zbud: loaded\n[ 0.520589] VFS: Disk quotas dquot_6.6.0\n[ 0.521464] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.523088] fuse init (API version 7.23)\n[ 0.524003] Key type big_key registered\n[ 0.524817] Allocating IMA MOK and blacklist keyrings.\n[ 0.526003] Key type asymmetric registered\n[ 0.526883] Asymmetric key parser 'x509' registered\n[ 0.527851] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.529707] io scheduler noop registered\n[ 0.530515] io scheduler deadline registered (default)\n[ 0.531518] io scheduler cfq registered\n[ 0.532362] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.533431] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.534711] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.536179] ACPI: Power Button [PWRF]\n[ 0.537017] GHES: HEST is not enabled!\n[ 0.550698] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.580852] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.583710] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.607579] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.609727] Linux agpgart interface v0.103\n[ 0.611743] brd: module loaded\n[ 0.612903] loop: module loaded\n[ 0.617692] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.619165] GPT:90111 != 2097151\n[ 0.619845] GPT:Alternate GPT header not at the end of the disk.\n[ 0.620947] GPT:90111 != 2097151\n[ 0.621632] GPT: Use GNU Parted to correct GPT errors.\n[ 0.622608] vda: vda1 vda15\n[ 0.624105] scsi host0: ata_piix\n[ 0.624842] scsi host1: ata_piix\n[ 0.625579] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.626807] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.628278] libphy: Fixed MDIO Bus: probed\n[ 0.629107] tun: Universal TUN/TAP device driver, 1.6\n[ 0.630073] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.632318] PPP generic driver version 2.4.2\n[ 0.633225] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.634520] ehci-pci: EHCI PCI platform driver\n[ 0.635399] ehci-platform: EHCI generic platform driver\n[ 0.636391] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.637535] ohci-pci: OHCI PCI platform driver\n[ 0.638414] ohci-platform: OHCI generic platform driver\n[ 0.639405] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.653783] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.654794] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.656264] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.657300] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.658427] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.659655] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.661083] usb usb1: Product: UHCI Host Controller\n[ 0.662032] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.663185] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.664183] hub 1-0:1.0: USB hub found\n[ 0.664971] hub 1-0:1.0: 2 ports detected\n[ 0.665888] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.668030] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.668990] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.670032] mousedev: PS/2 mouse device common for all mice\n[ 0.671302] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.673162] rtc_cmos 00:00: RTC can wake from S4\n[ 0.674274] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.675477] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.676673] i2c /dev entries driver\n[ 0.677445] device-mapper: uevent: version 1.0.3\n[ 0.678403] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.680050] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.681340] NET: Registered protocol family 10\n[ 0.682341] NET: Registered protocol family 17\n[ 0.683240] Key type dns_resolver registered\n[ 0.684175] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.685296] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.687057] registered taskstats version 1\n[ 0.687896] Loading compiled-in X.509 certificates\n[ 0.689356] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.691229] zswap: loaded using pool lzo/zbud\n[ 0.692608] Key type trusted registered\n[ 0.694173] Key type encrypted registered\n[ 0.695021] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.696059] ima: No TPM chip found, activating TPM-bypass!\n[ 0.697103] evm: HMAC attrs: 0x1\n[ 0.698055] Magic number: 2:275:733\n[ 0.698895] rtc_cmos 00:00: setting system clock to 2018-09-04 12:44:40 UTC (1536065080)\n[ 0.700505] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.701637] EDD information not available.\n[ 0.786166] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.787718] Write protecting the kernel read-only data: 14336k\n[ 0.799719] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.801541] 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.843736] 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.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.34. iid=i-0000010e\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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCHUKlq6NwnI3A8Jq5IIDoVIq3cRlXf/jfhC6OFGqtFyRX58TwVXgCj0LD6eLQWwMO5ZJ9snVra68wzyuTYvpqj4ALUtYAtZapDwGg7O662KNrWUgw/wY79rz0//qLYWrdWxEgnDzGiEMwwtzZtmSyn3IuTABfO88shJpbgib+J7vrr78tiLtSC1IgW8ZCRMdIB6+J3pK+IO86sfEvf5Nrt4XuUZWEMz3VER6FsAhQoNqWva7+7wij4jeOqQi/RToV5OlY30GFctufNwBmsqOgvlZXO1nd60f5NCULJ3YKlQ+nke9akOeb+uWXlD5K4mLUm8E5CTcR024OGY9GlqbDf root@sdnvpn-11-2\nssh-dss AAAAB3NzaC1kc3MAAACBAOdgEydscVPr0c6xNXZta2FOztEnwW4WdfCwPFQLFSIYacmpjAKpoI+NaYK6cwqy33ntIgBnU4qSMiZDpUQolo/W7kyDnH+j2yvusn2FPnIj/16OrcJIIPK2+Tjakf1YWkLh3eVq8c1IrfZZH2uDuygfYWAAbrLBS80vtHIgYGWrAAAAFQD4251oSY20Axac/buTrNX36n2atwAAAIEA0qOPaBbpGRm7kgRI8Ka8sRbu9kcsXU901C8Ou7JW7/23bw9vjPwvkKBLpVf7vaBW3yRP8IxzD13GYl69GTdmL+J27V5zDcx78POP9KHXp0x3xfsaj75g54Iah3XFRk1JjY5GXyPrNriC5DQC/L0drIxq8SlqrXvT9GltqetmXVgAAACAdctEHeK/0t5+nE857L49a6eH+tM6gBf2azA4+3ekY0K7IqnIHeJyWLqGNLqmDbWIjG9spAH4RjKY1s8rHRAZOZ2nDPp3TnpMQ/o1wnt72gMRov3WjYsmY9dpJ1+bsDt0NIWgM/NS99kL0BoP1DWKcxv5qbKYyRP1//fzl5nUMyw= 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.13,24,fe80::f816:3eff:fea6:17d0/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.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-0000010e\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-11-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=63.12 ===\n/dev/root resized successfully [took 2.69s]\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:A6:17:D0 \n inet addr:10.10.10.13 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fea6:17d0/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:106 errors:0 dropped:17 overruns:0 frame:0\n TX packets:104 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:10730 (10.4 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.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.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n"} 2018-09-04 12:45:58,359 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/28d7a11c-f6fd-4e87-8a35-8e6337e6ef8e/action used request id req-d67e774e-682b-4da9-b495-bf668f17a191 2018-09-04 12:46:00,379 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/servers/28d7a11c-f6fd-4e87-8a35-8e6337e6ef8e/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}13774776dd426a651ccb3edd61542212e77a8d31" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-04 12:46:01,452 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12:46: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-6491096a-2029-4952-a62c-bdce6011a0ee x-compute-request-id: req-6491096a-2029-4952-a62c-bdce6011a0ee Content-Encoding: gzip Content-Length: 10062 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 497912908 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 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.137173] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.138943] pid_max: default: 32768 minimum: 301\n[ 0.139895] ACPI: Core revision 20150930\n[ 0.141321] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.142712] Security Framework initialized\n[ 0.143583] Yama: becoming mindful.\n[ 0.144369] AppArmor: AppArmor initialized\n[ 0.145282] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.146699] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.148071] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.149357] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.150831] Initializing cgroup subsys io\n[ 0.151698] Initializing cgroup subsys memory\n[ 0.152635] Initializing cgroup subsys devices\n[ 0.153564] Initializing cgroup subsys freezer\n[ 0.154487] Initializing cgroup subsys net_cls\n[ 0.155408] Initializing cgroup subsys perf_event\n[ 0.156388] Initializing cgroup subsys net_prio\n[ 0.157325] Initializing cgroup subsys hugetlb\n[ 0.158245] Initializing cgroup subsys pids\n[ 0.159157] CPU: Physical Processor ID: 0\n[ 0.160703] mce: CPU supports 10 MCE banks\n[ 0.161607] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.162672] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.173818] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.180284] ftrace: allocating 31920 entries in 125 pages\n[ 0.206606] smpboot: Max logical packages: 1\n[ 0.207504] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.208947] x2apic enabled\n[ 0.209789] Switched APIC routing to physical x2apic.\n[ 0.211605] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.212804] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.214926] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.216835] KVM setup paravirtual spinlock\n[ 0.218181] x86: Booted up 1 node, 1 CPUs\n[ 0.219037] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.220485] devtmpfs: initialized\n[ 0.222228] evm: security.selinux\n[ 0.222972] evm: security.SMACK64\n[ 0.223701] evm: security.SMACK64EXEC\n[ 0.224492] evm: security.SMACK64TRANSMUTE\n[ 0.225374] evm: security.SMACK64MMAP\n[ 0.226163] evm: security.ima\n[ 0.226834] evm: security.capability\n[ 0.227683] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.229666] pinctrl core: initialized pinctrl subsystem\n[ 0.230817] RTC time: 12:44:39, date: 09/04/18\n[ 0.231814] NET: Registered protocol family 16\n[ 0.232834] cpuidle: using governor ladder\n[ 0.233706] cpuidle: using governor menu\n[ 0.234549] PCCT header not found.\n[ 0.235354] ACPI: bus type PCI registered\n[ 0.236207] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.237532] PCI: Using configuration type 1 for base access\n[ 0.239357] ACPI: Added _OSI(Module Device)\n[ 0.240254] ACPI: Added _OSI(Processor Device)\n[ 0.241170] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.242108] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.244312] ACPI: Interpreter enabled\n[ 0.245122] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.247088] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.249055] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.250989] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.252905] ACPI: (supports S0 S5)\n[ 0.253636] ACPI: Using IOAPIC for interrupt routing\n[ 0.254739] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.257948] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.259157] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.260461] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.261728] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.264061] acpiphp: Slot [3] registered\n[ 0.264896] acpiphp: Slot [4] registered\n[ 0.265746] acpiphp: Slot [5] registered\n[ 0.266592] acpiphp: Slot [6] registered\n[ 0.267434] acpiphp: Slot [7] registered\n[ 0.268286] acpiphp: Slot [8] registered\n[ 0.269129] acpiphp: Slot [9] registered\n[ 0.269969] acpiphp: Slot [10] registered\n[ 0.270819] acpiphp: Slot [11] registered\n[ 0.271680] acpiphp: Slot [12] registered\n[ 0.272541] acpiphp: Slot [13] registered\n[ 0.273397] acpiphp: Slot [14] registered\n[ 0.274263] acpiphp: Slot [15] registered\n[ 0.285439] acpiphp: Slot [16] registered\n[ 0.286299] acpiphp: Slot [17] registered\n[ 0.287154] acpiphp: Slot [18] registered\n[ 0.288006] acpiphp: Slot [19] registered\n[ 0.288852] acpiphp: Slot [20] registered\n[ 0.289714] acpiphp: Slot [21] registered\n[ 0.290573] acpiphp: Slot [22] registered\n[ 0.291432] acpiphp: Slot [23] registered\n[ 0.292299] acpiphp: Slot [24] registered\n[ 0.293153] acpiphp: Slot [25] registered\n[ 0.294002] acpiphp: Slot [26] registered\n[ 0.294838] acpiphp: Slot [27] registered\n[ 0.295691] acpiphp: Slot [28] registered\n[ 0.296543] acpiphp: Slot [29] registered\n[ 0.297391] acpiphp: Slot [30] registered\n[ 0.298252] acpiphp: Slot [31] registered\n[ 0.299105] PCI host bridge to bus 0000:00\n[ 0.299953] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.301210] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.302476] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.303985] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.305484] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.311861] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.313229] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.314456] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.315809] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.322156] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.323668] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.370299] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.371793] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.373262] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.374699] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.376116] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.377426] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.379035] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.380123] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.381729] vgaarb: loaded\n[ 0.382379] vgaarb: bridge control possible 0000:00:02.0\n[ 0.383533] SCSI subsystem initialized\n[ 0.384400] ACPI: bus type USB registered\n[ 0.385227] usbcore: registered new interface driver usbfs\n[ 0.386274] usbcore: registered new interface driver hub\n[ 0.387310] usbcore: registered new device driver usb\n[ 0.388426] PCI: Using ACPI for IRQ routing\n[ 0.389496] NetLabel: Initializing\n[ 0.390227] NetLabel: domain hash size = 128\n[ 0.391092] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.392069] NetLabel: unlabeled traffic allowed by default\n[ 0.393189] clocksource: Switched to clocksource kvm-clock\n[ 0.398607] AppArmor: AppArmor Filesystem Enabled\n[ 0.399582] pnp: PnP ACPI init\n[ 0.400519] pnp: PnP ACPI: found 5 devices\n[ 0.406966] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.408759] NET: Registered protocol family 2\n[ 0.409731] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.411046] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.412256] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.413459] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.414594] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.415796] NET: Registered protocol family 1\n[ 0.416699] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.417880] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.419029] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.433109] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.447392] Trying to unpack rootfs image as initramfs...\n[ 0.496530] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.510460] Scanning for low memory corruption every 60 seconds\n[ 0.511856] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.513098] audit: initializing netlink subsys (disabled)\n[ 0.514185] audit: type=2000 audit(1536065080.722:1): initialized\n[ 0.515574] Initialise system trusted keyring\n[ 0.516544] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.517774] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.519841] zbud: loaded\n[ 0.520589] VFS: Disk quotas dquot_6.6.0\n[ 0.521464] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.523088] fuse init (API version 7.23)\n[ 0.524003] Key type big_key registered\n[ 0.524817] Allocating IMA MOK and blacklist keyrings.\n[ 0.526003] Key type asymmetric registered\n[ 0.526883] Asymmetric key parser 'x509' registered\n[ 0.527851] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.529707] io scheduler noop registered\n[ 0.530515] io scheduler deadline registered (default)\n[ 0.531518] io scheduler cfq registered\n[ 0.532362] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.533431] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.534711] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.536179] ACPI: Power Button [PWRF]\n[ 0.537017] GHES: HEST is not enabled!\n[ 0.550698] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.580852] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.583710] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.607579] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.609727] Linux agpgart interface v0.103\n[ 0.611743] brd: module loaded\n[ 0.612903] loop: module loaded\n[ 0.617692] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.619165] GPT:90111 != 2097151\n[ 0.619845] GPT:Alternate GPT header not at the end of the disk.\n[ 0.620947] GPT:90111 != 2097151\n[ 0.621632] GPT: Use GNU Parted to correct GPT errors.\n[ 0.622608] vda: vda1 vda15\n[ 0.624105] scsi host0: ata_piix\n[ 0.624842] scsi host1: ata_piix\n[ 0.625579] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.626807] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.628278] libphy: Fixed MDIO Bus: probed\n[ 0.629107] tun: Universal TUN/TAP device driver, 1.6\n[ 0.630073] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.632318] PPP generic driver version 2.4.2\n[ 0.633225] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.634520] ehci-pci: EHCI PCI platform driver\n[ 0.635399] ehci-platform: EHCI generic platform driver\n[ 0.636391] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.637535] ohci-pci: OHCI PCI platform driver\n[ 0.638414] ohci-platform: OHCI generic platform driver\n[ 0.639405] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.653783] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.654794] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.656264] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.657300] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.658427] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.659655] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.661083] usb usb1: Product: UHCI Host Controller\n[ 0.662032] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.663185] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.664183] hub 1-0:1.0: USB hub found\n[ 0.664971] hub 1-0:1.0: 2 ports detected\n[ 0.665888] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.668030] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.668990] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.670032] mousedev: PS/2 mouse device common for all mice\n[ 0.671302] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.673162] rtc_cmos 00:00: RTC can wake from S4\n[ 0.674274] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.675477] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.676673] i2c /dev entries driver\n[ 0.677445] device-mapper: uevent: version 1.0.3\n[ 0.678403] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.680050] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.681340] NET: Registered protocol family 10\n[ 0.682341] NET: Registered protocol family 17\n[ 0.683240] Key type dns_resolver registered\n[ 0.684175] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.685296] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.687057] registered taskstats version 1\n[ 0.687896] Loading compiled-in X.509 certificates\n[ 0.689356] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.691229] zswap: loaded using pool lzo/zbud\n[ 0.692608] Key type trusted registered\n[ 0.694173] Key type encrypted registered\n[ 0.695021] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.696059] ima: No TPM chip found, activating TPM-bypass!\n[ 0.697103] evm: HMAC attrs: 0x1\n[ 0.698055] Magic number: 2:275:733\n[ 0.698895] rtc_cmos 00:00: setting system clock to 2018-09-04 12:44:40 UTC (1536065080)\n[ 0.700505] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.701637] EDD information not available.\n[ 0.786166] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.787718] Write protecting the kernel read-only data: 14336k\n[ 0.799719] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.801541] 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.843736] 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.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.34. iid=i-0000010e\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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCHUKlq6NwnI3A8Jq5IIDoVIq3cRlXf/jfhC6OFGqtFyRX58TwVXgCj0LD6eLQWwMO5ZJ9snVra68wzyuTYvpqj4ALUtYAtZapDwGg7O662KNrWUgw/wY79rz0//qLYWrdWxEgnDzGiEMwwtzZtmSyn3IuTABfO88shJpbgib+J7vrr78tiLtSC1IgW8ZCRMdIB6+J3pK+IO86sfEvf5Nrt4XuUZWEMz3VER6FsAhQoNqWva7+7wij4jeOqQi/RToV5OlY30GFctufNwBmsqOgvlZXO1nd60f5NCULJ3YKlQ+nke9akOeb+uWXlD5K4mLUm8E5CTcR024OGY9GlqbDf root@sdnvpn-11-2\nssh-dss AAAAB3NzaC1kc3MAAACBAOdgEydscVPr0c6xNXZta2FOztEnwW4WdfCwPFQLFSIYacmpjAKpoI+NaYK6cwqy33ntIgBnU4qSMiZDpUQolo/W7kyDnH+j2yvusn2FPnIj/16OrcJIIPK2+Tjakf1YWkLh3eVq8c1IrfZZH2uDuygfYWAAbrLBS80vtHIgYGWrAAAAFQD4251oSY20Axac/buTrNX36n2atwAAAIEA0qOPaBbpGRm7kgRI8Ka8sRbu9kcsXU901C8Ou7JW7/23bw9vjPwvkKBLpVf7vaBW3yRP8IxzD13GYl69GTdmL+J27V5zDcx78POP9KHXp0x3xfsaj75g54Iah3XFRk1JjY5GXyPrNriC5DQC/L0drIxq8SlqrXvT9GltqetmXVgAAACAdctEHeK/0t5+nE857L49a6eH+tM6gBf2azA4+3ekY0K7IqnIHeJyWLqGNLqmDbWIjG9spAH4RjKY1s8rHRAZOZ2nDPp3TnpMQ/o1wnt72gMRov3WjYsmY9dpJ1+bsDt0NIWgM/NS99kL0BoP1DWKcxv5qbKYyRP1//fzl5nUMyw= 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.13,24,fe80::f816:3eff:fea6:17d0/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.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-0000010e\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-11-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=63.12 ===\n/dev/root resized successfully [took 2.69s]\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:A6:17:D0 \n inet addr:10.10.10.13 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fea6:17d0/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:106 errors:0 dropped:17 overruns:0 frame:0\n TX packets:104 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:10730 (10.4 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.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.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-09-04 12:46:01,452 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/28d7a11c-f6fd-4e87-8a35-8e6337e6ef8e/action used request id req-6491096a-2029-4952-a62c-bdce6011a0ee 2018-09-04 12:46:03,473 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/servers/28d7a11c-f6fd-4e87-8a35-8e6337e6ef8e/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}13774776dd426a651ccb3edd61542212e77a8d31" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-04 12:46:04,551 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12: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-62e03c0b-d4e6-477a-b3af-ad3facb772af x-compute-request-id: req-62e03c0b-d4e6-477a-b3af-ad3facb772af Content-Encoding: gzip Content-Length: 10062 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 497912908 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 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.137173] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.138943] pid_max: default: 32768 minimum: 301\n[ 0.139895] ACPI: Core revision 20150930\n[ 0.141321] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.142712] Security Framework initialized\n[ 0.143583] Yama: becoming mindful.\n[ 0.144369] AppArmor: AppArmor initialized\n[ 0.145282] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.146699] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.148071] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.149357] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.150831] Initializing cgroup subsys io\n[ 0.151698] Initializing cgroup subsys memory\n[ 0.152635] Initializing cgroup subsys devices\n[ 0.153564] Initializing cgroup subsys freezer\n[ 0.154487] Initializing cgroup subsys net_cls\n[ 0.155408] Initializing cgroup subsys perf_event\n[ 0.156388] Initializing cgroup subsys net_prio\n[ 0.157325] Initializing cgroup subsys hugetlb\n[ 0.158245] Initializing cgroup subsys pids\n[ 0.159157] CPU: Physical Processor ID: 0\n[ 0.160703] mce: CPU supports 10 MCE banks\n[ 0.161607] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.162672] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.173818] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.180284] ftrace: allocating 31920 entries in 125 pages\n[ 0.206606] smpboot: Max logical packages: 1\n[ 0.207504] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.208947] x2apic enabled\n[ 0.209789] Switched APIC routing to physical x2apic.\n[ 0.211605] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.212804] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.214926] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.216835] KVM setup paravirtual spinlock\n[ 0.218181] x86: Booted up 1 node, 1 CPUs\n[ 0.219037] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.220485] devtmpfs: initialized\n[ 0.222228] evm: security.selinux\n[ 0.222972] evm: security.SMACK64\n[ 0.223701] evm: security.SMACK64EXEC\n[ 0.224492] evm: security.SMACK64TRANSMUTE\n[ 0.225374] evm: security.SMACK64MMAP\n[ 0.226163] evm: security.ima\n[ 0.226834] evm: security.capability\n[ 0.227683] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.229666] pinctrl core: initialized pinctrl subsystem\n[ 0.230817] RTC time: 12:44:39, date: 09/04/18\n[ 0.231814] NET: Registered protocol family 16\n[ 0.232834] cpuidle: using governor ladder\n[ 0.233706] cpuidle: using governor menu\n[ 0.234549] PCCT header not found.\n[ 0.235354] ACPI: bus type PCI registered\n[ 0.236207] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.237532] PCI: Using configuration type 1 for base access\n[ 0.239357] ACPI: Added _OSI(Module Device)\n[ 0.240254] ACPI: Added _OSI(Processor Device)\n[ 0.241170] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.242108] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.244312] ACPI: Interpreter enabled\n[ 0.245122] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.247088] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.249055] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.250989] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.252905] ACPI: (supports S0 S5)\n[ 0.253636] ACPI: Using IOAPIC for interrupt routing\n[ 0.254739] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.257948] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.259157] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.260461] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.261728] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.264061] acpiphp: Slot [3] registered\n[ 0.264896] acpiphp: Slot [4] registered\n[ 0.265746] acpiphp: Slot [5] registered\n[ 0.266592] acpiphp: Slot [6] registered\n[ 0.267434] acpiphp: Slot [7] registered\n[ 0.268286] acpiphp: Slot [8] registered\n[ 0.269129] acpiphp: Slot [9] registered\n[ 0.269969] acpiphp: Slot [10] registered\n[ 0.270819] acpiphp: Slot [11] registered\n[ 0.271680] acpiphp: Slot [12] registered\n[ 0.272541] acpiphp: Slot [13] registered\n[ 0.273397] acpiphp: Slot [14] registered\n[ 0.274263] acpiphp: Slot [15] registered\n[ 0.285439] acpiphp: Slot [16] registered\n[ 0.286299] acpiphp: Slot [17] registered\n[ 0.287154] acpiphp: Slot [18] registered\n[ 0.288006] acpiphp: Slot [19] registered\n[ 0.288852] acpiphp: Slot [20] registered\n[ 0.289714] acpiphp: Slot [21] registered\n[ 0.290573] acpiphp: Slot [22] registered\n[ 0.291432] acpiphp: Slot [23] registered\n[ 0.292299] acpiphp: Slot [24] registered\n[ 0.293153] acpiphp: Slot [25] registered\n[ 0.294002] acpiphp: Slot [26] registered\n[ 0.294838] acpiphp: Slot [27] registered\n[ 0.295691] acpiphp: Slot [28] registered\n[ 0.296543] acpiphp: Slot [29] registered\n[ 0.297391] acpiphp: Slot [30] registered\n[ 0.298252] acpiphp: Slot [31] registered\n[ 0.299105] PCI host bridge to bus 0000:00\n[ 0.299953] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.301210] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.302476] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.303985] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.305484] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.311861] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.313229] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.314456] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.315809] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.322156] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.323668] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.370299] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.371793] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.373262] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.374699] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.376116] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.377426] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.379035] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.380123] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.381729] vgaarb: loaded\n[ 0.382379] vgaarb: bridge control possible 0000:00:02.0\n[ 0.383533] SCSI subsystem initialized\n[ 0.384400] ACPI: bus type USB registered\n[ 0.385227] usbcore: registered new interface driver usbfs\n[ 0.386274] usbcore: registered new interface driver hub\n[ 0.387310] usbcore: registered new device driver usb\n[ 0.388426] PCI: Using ACPI for IRQ routing\n[ 0.389496] NetLabel: Initializing\n[ 0.390227] NetLabel: domain hash size = 128\n[ 0.391092] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.392069] NetLabel: unlabeled traffic allowed by default\n[ 0.393189] clocksource: Switched to clocksource kvm-clock\n[ 0.398607] AppArmor: AppArmor Filesystem Enabled\n[ 0.399582] pnp: PnP ACPI init\n[ 0.400519] pnp: PnP ACPI: found 5 devices\n[ 0.406966] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.408759] NET: Registered protocol family 2\n[ 0.409731] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.411046] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.412256] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.413459] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.414594] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.415796] NET: Registered protocol family 1\n[ 0.416699] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.417880] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.419029] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.433109] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.447392] Trying to unpack rootfs image as initramfs...\n[ 0.496530] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.510460] Scanning for low memory corruption every 60 seconds\n[ 0.511856] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.513098] audit: initializing netlink subsys (disabled)\n[ 0.514185] audit: type=2000 audit(1536065080.722:1): initialized\n[ 0.515574] Initialise system trusted keyring\n[ 0.516544] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.517774] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.519841] zbud: loaded\n[ 0.520589] VFS: Disk quotas dquot_6.6.0\n[ 0.521464] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.523088] fuse init (API version 7.23)\n[ 0.524003] Key type big_key registered\n[ 0.524817] Allocating IMA MOK and blacklist keyrings.\n[ 0.526003] Key type asymmetric registered\n[ 0.526883] Asymmetric key parser 'x509' registered\n[ 0.527851] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.529707] io scheduler noop registered\n[ 0.530515] io scheduler deadline registered (default)\n[ 0.531518] io scheduler cfq registered\n[ 0.532362] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.533431] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.534711] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.536179] ACPI: Power Button [PWRF]\n[ 0.537017] GHES: HEST is not enabled!\n[ 0.550698] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.580852] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.583710] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.607579] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.609727] Linux agpgart interface v0.103\n[ 0.611743] brd: module loaded\n[ 0.612903] loop: module loaded\n[ 0.617692] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.619165] GPT:90111 != 2097151\n[ 0.619845] GPT:Alternate GPT header not at the end of the disk.\n[ 0.620947] GPT:90111 != 2097151\n[ 0.621632] GPT: Use GNU Parted to correct GPT errors.\n[ 0.622608] vda: vda1 vda15\n[ 0.624105] scsi host0: ata_piix\n[ 0.624842] scsi host1: ata_piix\n[ 0.625579] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.626807] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.628278] libphy: Fixed MDIO Bus: probed\n[ 0.629107] tun: Universal TUN/TAP device driver, 1.6\n[ 0.630073] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.632318] PPP generic driver version 2.4.2\n[ 0.633225] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.634520] ehci-pci: EHCI PCI platform driver\n[ 0.635399] ehci-platform: EHCI generic platform driver\n[ 0.636391] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.637535] ohci-pci: OHCI PCI platform driver\n[ 0.638414] ohci-platform: OHCI generic platform driver\n[ 0.639405] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.653783] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.654794] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.656264] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.657300] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.658427] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.659655] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.661083] usb usb1: Product: UHCI Host Controller\n[ 0.662032] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.663185] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.664183] hub 1-0:1.0: USB hub found\n[ 0.664971] hub 1-0:1.0: 2 ports detected\n[ 0.665888] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.668030] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.668990] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.670032] mousedev: PS/2 mouse device common for all mice\n[ 0.671302] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.673162] rtc_cmos 00:00: RTC can wake from S4\n[ 0.674274] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.675477] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.676673] i2c /dev entries driver\n[ 0.677445] device-mapper: uevent: version 1.0.3\n[ 0.678403] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.680050] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.681340] NET: Registered protocol family 10\n[ 0.682341] NET: Registered protocol family 17\n[ 0.683240] Key type dns_resolver registered\n[ 0.684175] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.685296] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.687057] registered taskstats version 1\n[ 0.687896] Loading compiled-in X.509 certificates\n[ 0.689356] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.691229] zswap: loaded using pool lzo/zbud\n[ 0.692608] Key type trusted registered\n[ 0.694173] Key type encrypted registered\n[ 0.695021] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.696059] ima: No TPM chip found, activating TPM-bypass!\n[ 0.697103] evm: HMAC attrs: 0x1\n[ 0.698055] Magic number: 2:275:733\n[ 0.698895] rtc_cmos 00:00: setting system clock to 2018-09-04 12:44:40 UTC (1536065080)\n[ 0.700505] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.701637] EDD information not available.\n[ 0.786166] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.787718] Write protecting the kernel read-only data: 14336k\n[ 0.799719] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.801541] 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.843736] 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.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.34. iid=i-0000010e\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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCHUKlq6NwnI3A8Jq5IIDoVIq3cRlXf/jfhC6OFGqtFyRX58TwVXgCj0LD6eLQWwMO5ZJ9snVra68wzyuTYvpqj4ALUtYAtZapDwGg7O662KNrWUgw/wY79rz0//qLYWrdWxEgnDzGiEMwwtzZtmSyn3IuTABfO88shJpbgib+J7vrr78tiLtSC1IgW8ZCRMdIB6+J3pK+IO86sfEvf5Nrt4XuUZWEMz3VER6FsAhQoNqWva7+7wij4jeOqQi/RToV5OlY30GFctufNwBmsqOgvlZXO1nd60f5NCULJ3YKlQ+nke9akOeb+uWXlD5K4mLUm8E5CTcR024OGY9GlqbDf root@sdnvpn-11-2\nssh-dss AAAAB3NzaC1kc3MAAACBAOdgEydscVPr0c6xNXZta2FOztEnwW4WdfCwPFQLFSIYacmpjAKpoI+NaYK6cwqy33ntIgBnU4qSMiZDpUQolo/W7kyDnH+j2yvusn2FPnIj/16OrcJIIPK2+Tjakf1YWkLh3eVq8c1IrfZZH2uDuygfYWAAbrLBS80vtHIgYGWrAAAAFQD4251oSY20Axac/buTrNX36n2atwAAAIEA0qOPaBbpGRm7kgRI8Ka8sRbu9kcsXU901C8Ou7JW7/23bw9vjPwvkKBLpVf7vaBW3yRP8IxzD13GYl69GTdmL+J27V5zDcx78POP9KHXp0x3xfsaj75g54Iah3XFRk1JjY5GXyPrNriC5DQC/L0drIxq8SlqrXvT9GltqetmXVgAAACAdctEHeK/0t5+nE857L49a6eH+tM6gBf2azA4+3ekY0K7IqnIHeJyWLqGNLqmDbWIjG9spAH4RjKY1s8rHRAZOZ2nDPp3TnpMQ/o1wnt72gMRov3WjYsmY9dpJ1+bsDt0NIWgM/NS99kL0BoP1DWKcxv5qbKYyRP1//fzl5nUMyw= 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.13,24,fe80::f816:3eff:fea6:17d0/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.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-0000010e\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-11-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=63.12 ===\n/dev/root resized successfully [took 2.69s]\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:A6:17:D0 \n inet addr:10.10.10.13 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fea6:17d0/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:106 errors:0 dropped:17 overruns:0 frame:0\n TX packets:104 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:10730 (10.4 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.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.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-09-04 12:46:04,552 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/28d7a11c-f6fd-4e87-8a35-8e6337e6ef8e/action used request id req-62e03c0b-d4e6-477a-b3af-ad3facb772af 2018-09-04 12:46:06,572 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/servers/28d7a11c-f6fd-4e87-8a35-8e6337e6ef8e/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}13774776dd426a651ccb3edd61542212e77a8d31" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-04 12:46:07,663 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12: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-154da43c-b7e8-438d-ba2c-4c036525662c x-compute-request-id: req-154da43c-b7e8-438d-ba2c-4c036525662c Content-Encoding: gzip Content-Length: 10062 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 497912908 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 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.137173] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.138943] pid_max: default: 32768 minimum: 301\n[ 0.139895] ACPI: Core revision 20150930\n[ 0.141321] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.142712] Security Framework initialized\n[ 0.143583] Yama: becoming mindful.\n[ 0.144369] AppArmor: AppArmor initialized\n[ 0.145282] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.146699] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.148071] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.149357] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.150831] Initializing cgroup subsys io\n[ 0.151698] Initializing cgroup subsys memory\n[ 0.152635] Initializing cgroup subsys devices\n[ 0.153564] Initializing cgroup subsys freezer\n[ 0.154487] Initializing cgroup subsys net_cls\n[ 0.155408] Initializing cgroup subsys perf_event\n[ 0.156388] Initializing cgroup subsys net_prio\n[ 0.157325] Initializing cgroup subsys hugetlb\n[ 0.158245] Initializing cgroup subsys pids\n[ 0.159157] CPU: Physical Processor ID: 0\n[ 0.160703] mce: CPU supports 10 MCE banks\n[ 0.161607] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.162672] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.173818] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.180284] ftrace: allocating 31920 entries in 125 pages\n[ 0.206606] smpboot: Max logical packages: 1\n[ 0.207504] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.208947] x2apic enabled\n[ 0.209789] Switched APIC routing to physical x2apic.\n[ 0.211605] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.212804] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.214926] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.216835] KVM setup paravirtual spinlock\n[ 0.218181] x86: Booted up 1 node, 1 CPUs\n[ 0.219037] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.220485] devtmpfs: initialized\n[ 0.222228] evm: security.selinux\n[ 0.222972] evm: security.SMACK64\n[ 0.223701] evm: security.SMACK64EXEC\n[ 0.224492] evm: security.SMACK64TRANSMUTE\n[ 0.225374] evm: security.SMACK64MMAP\n[ 0.226163] evm: security.ima\n[ 0.226834] evm: security.capability\n[ 0.227683] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.229666] pinctrl core: initialized pinctrl subsystem\n[ 0.230817] RTC time: 12:44:39, date: 09/04/18\n[ 0.231814] NET: Registered protocol family 16\n[ 0.232834] cpuidle: using governor ladder\n[ 0.233706] cpuidle: using governor menu\n[ 0.234549] PCCT header not found.\n[ 0.235354] ACPI: bus type PCI registered\n[ 0.236207] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.237532] PCI: Using configuration type 1 for base access\n[ 0.239357] ACPI: Added _OSI(Module Device)\n[ 0.240254] ACPI: Added _OSI(Processor Device)\n[ 0.241170] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.242108] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.244312] ACPI: Interpreter enabled\n[ 0.245122] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.247088] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.249055] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.250989] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.252905] ACPI: (supports S0 S5)\n[ 0.253636] ACPI: Using IOAPIC for interrupt routing\n[ 0.254739] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.257948] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.259157] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.260461] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.261728] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.264061] acpiphp: Slot [3] registered\n[ 0.264896] acpiphp: Slot [4] registered\n[ 0.265746] acpiphp: Slot [5] registered\n[ 0.266592] acpiphp: Slot [6] registered\n[ 0.267434] acpiphp: Slot [7] registered\n[ 0.268286] acpiphp: Slot [8] registered\n[ 0.269129] acpiphp: Slot [9] registered\n[ 0.269969] acpiphp: Slot [10] registered\n[ 0.270819] acpiphp: Slot [11] registered\n[ 0.271680] acpiphp: Slot [12] registered\n[ 0.272541] acpiphp: Slot [13] registered\n[ 0.273397] acpiphp: Slot [14] registered\n[ 0.274263] acpiphp: Slot [15] registered\n[ 0.285439] acpiphp: Slot [16] registered\n[ 0.286299] acpiphp: Slot [17] registered\n[ 0.287154] acpiphp: Slot [18] registered\n[ 0.288006] acpiphp: Slot [19] registered\n[ 0.288852] acpiphp: Slot [20] registered\n[ 0.289714] acpiphp: Slot [21] registered\n[ 0.290573] acpiphp: Slot [22] registered\n[ 0.291432] acpiphp: Slot [23] registered\n[ 0.292299] acpiphp: Slot [24] registered\n[ 0.293153] acpiphp: Slot [25] registered\n[ 0.294002] acpiphp: Slot [26] registered\n[ 0.294838] acpiphp: Slot [27] registered\n[ 0.295691] acpiphp: Slot [28] registered\n[ 0.296543] acpiphp: Slot [29] registered\n[ 0.297391] acpiphp: Slot [30] registered\n[ 0.298252] acpiphp: Slot [31] registered\n[ 0.299105] PCI host bridge to bus 0000:00\n[ 0.299953] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.301210] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.302476] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.303985] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.305484] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.311861] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.313229] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.314456] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.315809] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.322156] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.323668] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.370299] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.371793] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.373262] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.374699] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.376116] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.377426] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.379035] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.380123] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.381729] vgaarb: loaded\n[ 0.382379] vgaarb: bridge control possible 0000:00:02.0\n[ 0.383533] SCSI subsystem initialized\n[ 0.384400] ACPI: bus type USB registered\n[ 0.385227] usbcore: registered new interface driver usbfs\n[ 0.386274] usbcore: registered new interface driver hub\n[ 0.387310] usbcore: registered new device driver usb\n[ 0.388426] PCI: Using ACPI for IRQ routing\n[ 0.389496] NetLabel: Initializing\n[ 0.390227] NetLabel: domain hash size = 128\n[ 0.391092] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.392069] NetLabel: unlabeled traffic allowed by default\n[ 0.393189] clocksource: Switched to clocksource kvm-clock\n[ 0.398607] AppArmor: AppArmor Filesystem Enabled\n[ 0.399582] pnp: PnP ACPI init\n[ 0.400519] pnp: PnP ACPI: found 5 devices\n[ 0.406966] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.408759] NET: Registered protocol family 2\n[ 0.409731] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.411046] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.412256] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.413459] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.414594] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.415796] NET: Registered protocol family 1\n[ 0.416699] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.417880] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.419029] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.433109] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.447392] Trying to unpack rootfs image as initramfs...\n[ 0.496530] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.510460] Scanning for low memory corruption every 60 seconds\n[ 0.511856] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.513098] audit: initializing netlink subsys (disabled)\n[ 0.514185] audit: type=2000 audit(1536065080.722:1): initialized\n[ 0.515574] Initialise system trusted keyring\n[ 0.516544] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.517774] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.519841] zbud: loaded\n[ 0.520589] VFS: Disk quotas dquot_6.6.0\n[ 0.521464] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.523088] fuse init (API version 7.23)\n[ 0.524003] Key type big_key registered\n[ 0.524817] Allocating IMA MOK and blacklist keyrings.\n[ 0.526003] Key type asymmetric registered\n[ 0.526883] Asymmetric key parser 'x509' registered\n[ 0.527851] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.529707] io scheduler noop registered\n[ 0.530515] io scheduler deadline registered (default)\n[ 0.531518] io scheduler cfq registered\n[ 0.532362] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.533431] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.534711] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.536179] ACPI: Power Button [PWRF]\n[ 0.537017] GHES: HEST is not enabled!\n[ 0.550698] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.580852] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.583710] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.607579] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.609727] Linux agpgart interface v0.103\n[ 0.611743] brd: module loaded\n[ 0.612903] loop: module loaded\n[ 0.617692] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.619165] GPT:90111 != 2097151\n[ 0.619845] GPT:Alternate GPT header not at the end of the disk.\n[ 0.620947] GPT:90111 != 2097151\n[ 0.621632] GPT: Use GNU Parted to correct GPT errors.\n[ 0.622608] vda: vda1 vda15\n[ 0.624105] scsi host0: ata_piix\n[ 0.624842] scsi host1: ata_piix\n[ 0.625579] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.626807] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.628278] libphy: Fixed MDIO Bus: probed\n[ 0.629107] tun: Universal TUN/TAP device driver, 1.6\n[ 0.630073] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.632318] PPP generic driver version 2.4.2\n[ 0.633225] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.634520] ehci-pci: EHCI PCI platform driver\n[ 0.635399] ehci-platform: EHCI generic platform driver\n[ 0.636391] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.637535] ohci-pci: OHCI PCI platform driver\n[ 0.638414] ohci-platform: OHCI generic platform driver\n[ 0.639405] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.653783] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.654794] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.656264] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.657300] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.658427] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.659655] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.661083] usb usb1: Product: UHCI Host Controller\n[ 0.662032] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.663185] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.664183] hub 1-0:1.0: USB hub found\n[ 0.664971] hub 1-0:1.0: 2 ports detected\n[ 0.665888] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.668030] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.668990] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.670032] mousedev: PS/2 mouse device common for all mice\n[ 0.671302] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.673162] rtc_cmos 00:00: RTC can wake from S4\n[ 0.674274] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.675477] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.676673] i2c /dev entries driver\n[ 0.677445] device-mapper: uevent: version 1.0.3\n[ 0.678403] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.680050] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.681340] NET: Registered protocol family 10\n[ 0.682341] NET: Registered protocol family 17\n[ 0.683240] Key type dns_resolver registered\n[ 0.684175] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.685296] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.687057] registered taskstats version 1\n[ 0.687896] Loading compiled-in X.509 certificates\n[ 0.689356] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.691229] zswap: loaded using pool lzo/zbud\n[ 0.692608] Key type trusted registered\n[ 0.694173] Key type encrypted registered\n[ 0.695021] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.696059] ima: No TPM chip found, activating TPM-bypass!\n[ 0.697103] evm: HMAC attrs: 0x1\n[ 0.698055] Magic number: 2:275:733\n[ 0.698895] rtc_cmos 00:00: setting system clock to 2018-09-04 12:44:40 UTC (1536065080)\n[ 0.700505] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.701637] EDD information not available.\n[ 0.786166] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.787718] Write protecting the kernel read-only data: 14336k\n[ 0.799719] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.801541] 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.843736] 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.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.34. iid=i-0000010e\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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCHUKlq6NwnI3A8Jq5IIDoVIq3cRlXf/jfhC6OFGqtFyRX58TwVXgCj0LD6eLQWwMO5ZJ9snVra68wzyuTYvpqj4ALUtYAtZapDwGg7O662KNrWUgw/wY79rz0//qLYWrdWxEgnDzGiEMwwtzZtmSyn3IuTABfO88shJpbgib+J7vrr78tiLtSC1IgW8ZCRMdIB6+J3pK+IO86sfEvf5Nrt4XuUZWEMz3VER6FsAhQoNqWva7+7wij4jeOqQi/RToV5OlY30GFctufNwBmsqOgvlZXO1nd60f5NCULJ3YKlQ+nke9akOeb+uWXlD5K4mLUm8E5CTcR024OGY9GlqbDf root@sdnvpn-11-2\nssh-dss AAAAB3NzaC1kc3MAAACBAOdgEydscVPr0c6xNXZta2FOztEnwW4WdfCwPFQLFSIYacmpjAKpoI+NaYK6cwqy33ntIgBnU4qSMiZDpUQolo/W7kyDnH+j2yvusn2FPnIj/16OrcJIIPK2+Tjakf1YWkLh3eVq8c1IrfZZH2uDuygfYWAAbrLBS80vtHIgYGWrAAAAFQD4251oSY20Axac/buTrNX36n2atwAAAIEA0qOPaBbpGRm7kgRI8Ka8sRbu9kcsXU901C8Ou7JW7/23bw9vjPwvkKBLpVf7vaBW3yRP8IxzD13GYl69GTdmL+J27V5zDcx78POP9KHXp0x3xfsaj75g54Iah3XFRk1JjY5GXyPrNriC5DQC/L0drIxq8SlqrXvT9GltqetmXVgAAACAdctEHeK/0t5+nE857L49a6eH+tM6gBf2azA4+3ekY0K7IqnIHeJyWLqGNLqmDbWIjG9spAH4RjKY1s8rHRAZOZ2nDPp3TnpMQ/o1wnt72gMRov3WjYsmY9dpJ1+bsDt0NIWgM/NS99kL0BoP1DWKcxv5qbKYyRP1//fzl5nUMyw= 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.13,24,fe80::f816:3eff:fea6:17d0/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.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-0000010e\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-11-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=63.12 ===\n/dev/root resized successfully [took 2.69s]\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:A6:17:D0 \n inet addr:10.10.10.13 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fea6:17d0/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:106 errors:0 dropped:17 overruns:0 frame:0\n TX packets:104 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:10730 (10.4 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.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.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-09-04 12:46:07,663 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/28d7a11c-f6fd-4e87-8a35-8e6337e6ef8e/action used request id req-154da43c-b7e8-438d-ba2c-4c036525662c 2018-09-04 12:46:09,683 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/servers/28d7a11c-f6fd-4e87-8a35-8e6337e6ef8e/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}13774776dd426a651ccb3edd61542212e77a8d31" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-04 12:46:10,757 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12: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-bfad9ae1-386a-4ef5-aa5c-19efa66b736b x-compute-request-id: req-bfad9ae1-386a-4ef5-aa5c-19efa66b736b Content-Encoding: gzip Content-Length: 10062 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 497912908 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 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.137173] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.138943] pid_max: default: 32768 minimum: 301\n[ 0.139895] ACPI: Core revision 20150930\n[ 0.141321] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.142712] Security Framework initialized\n[ 0.143583] Yama: becoming mindful.\n[ 0.144369] AppArmor: AppArmor initialized\n[ 0.145282] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.146699] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.148071] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.149357] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.150831] Initializing cgroup subsys io\n[ 0.151698] Initializing cgroup subsys memory\n[ 0.152635] Initializing cgroup subsys devices\n[ 0.153564] Initializing cgroup subsys freezer\n[ 0.154487] Initializing cgroup subsys net_cls\n[ 0.155408] Initializing cgroup subsys perf_event\n[ 0.156388] Initializing cgroup subsys net_prio\n[ 0.157325] Initializing cgroup subsys hugetlb\n[ 0.158245] Initializing cgroup subsys pids\n[ 0.159157] CPU: Physical Processor ID: 0\n[ 0.160703] mce: CPU supports 10 MCE banks\n[ 0.161607] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.162672] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.173818] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.180284] ftrace: allocating 31920 entries in 125 pages\n[ 0.206606] smpboot: Max logical packages: 1\n[ 0.207504] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.208947] x2apic enabled\n[ 0.209789] Switched APIC routing to physical x2apic.\n[ 0.211605] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.212804] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.214926] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.216835] KVM setup paravirtual spinlock\n[ 0.218181] x86: Booted up 1 node, 1 CPUs\n[ 0.219037] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.220485] devtmpfs: initialized\n[ 0.222228] evm: security.selinux\n[ 0.222972] evm: security.SMACK64\n[ 0.223701] evm: security.SMACK64EXEC\n[ 0.224492] evm: security.SMACK64TRANSMUTE\n[ 0.225374] evm: security.SMACK64MMAP\n[ 0.226163] evm: security.ima\n[ 0.226834] evm: security.capability\n[ 0.227683] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.229666] pinctrl core: initialized pinctrl subsystem\n[ 0.230817] RTC time: 12:44:39, date: 09/04/18\n[ 0.231814] NET: Registered protocol family 16\n[ 0.232834] cpuidle: using governor ladder\n[ 0.233706] cpuidle: using governor menu\n[ 0.234549] PCCT header not found.\n[ 0.235354] ACPI: bus type PCI registered\n[ 0.236207] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.237532] PCI: Using configuration type 1 for base access\n[ 0.239357] ACPI: Added _OSI(Module Device)\n[ 0.240254] ACPI: Added _OSI(Processor Device)\n[ 0.241170] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.242108] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.244312] ACPI: Interpreter enabled\n[ 0.245122] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.247088] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.249055] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.250989] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.252905] ACPI: (supports S0 S5)\n[ 0.253636] ACPI: Using IOAPIC for interrupt routing\n[ 0.254739] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.257948] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.259157] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.260461] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.261728] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.264061] acpiphp: Slot [3] registered\n[ 0.264896] acpiphp: Slot [4] registered\n[ 0.265746] acpiphp: Slot [5] registered\n[ 0.266592] acpiphp: Slot [6] registered\n[ 0.267434] acpiphp: Slot [7] registered\n[ 0.268286] acpiphp: Slot [8] registered\n[ 0.269129] acpiphp: Slot [9] registered\n[ 0.269969] acpiphp: Slot [10] registered\n[ 0.270819] acpiphp: Slot [11] registered\n[ 0.271680] acpiphp: Slot [12] registered\n[ 0.272541] acpiphp: Slot [13] registered\n[ 0.273397] acpiphp: Slot [14] registered\n[ 0.274263] acpiphp: Slot [15] registered\n[ 0.285439] acpiphp: Slot [16] registered\n[ 0.286299] acpiphp: Slot [17] registered\n[ 0.287154] acpiphp: Slot [18] registered\n[ 0.288006] acpiphp: Slot [19] registered\n[ 0.288852] acpiphp: Slot [20] registered\n[ 0.289714] acpiphp: Slot [21] registered\n[ 0.290573] acpiphp: Slot [22] registered\n[ 0.291432] acpiphp: Slot [23] registered\n[ 0.292299] acpiphp: Slot [24] registered\n[ 0.293153] acpiphp: Slot [25] registered\n[ 0.294002] acpiphp: Slot [26] registered\n[ 0.294838] acpiphp: Slot [27] registered\n[ 0.295691] acpiphp: Slot [28] registered\n[ 0.296543] acpiphp: Slot [29] registered\n[ 0.297391] acpiphp: Slot [30] registered\n[ 0.298252] acpiphp: Slot [31] registered\n[ 0.299105] PCI host bridge to bus 0000:00\n[ 0.299953] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.301210] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.302476] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.303985] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.305484] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.311861] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.313229] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.314456] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.315809] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.322156] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.323668] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.370299] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.371793] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.373262] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.374699] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.376116] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.377426] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.379035] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.380123] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.381729] vgaarb: loaded\n[ 0.382379] vgaarb: bridge control possible 0000:00:02.0\n[ 0.383533] SCSI subsystem initialized\n[ 0.384400] ACPI: bus type USB registered\n[ 0.385227] usbcore: registered new interface driver usbfs\n[ 0.386274] usbcore: registered new interface driver hub\n[ 0.387310] usbcore: registered new device driver usb\n[ 0.388426] PCI: Using ACPI for IRQ routing\n[ 0.389496] NetLabel: Initializing\n[ 0.390227] NetLabel: domain hash size = 128\n[ 0.391092] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.392069] NetLabel: unlabeled traffic allowed by default\n[ 0.393189] clocksource: Switched to clocksource kvm-clock\n[ 0.398607] AppArmor: AppArmor Filesystem Enabled\n[ 0.399582] pnp: PnP ACPI init\n[ 0.400519] pnp: PnP ACPI: found 5 devices\n[ 0.406966] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.408759] NET: Registered protocol family 2\n[ 0.409731] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.411046] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.412256] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.413459] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.414594] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.415796] NET: Registered protocol family 1\n[ 0.416699] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.417880] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.419029] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.433109] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.447392] Trying to unpack rootfs image as initramfs...\n[ 0.496530] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.510460] Scanning for low memory corruption every 60 seconds\n[ 0.511856] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.513098] audit: initializing netlink subsys (disabled)\n[ 0.514185] audit: type=2000 audit(1536065080.722:1): initialized\n[ 0.515574] Initialise system trusted keyring\n[ 0.516544] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.517774] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.519841] zbud: loaded\n[ 0.520589] VFS: Disk quotas dquot_6.6.0\n[ 0.521464] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.523088] fuse init (API version 7.23)\n[ 0.524003] Key type big_key registered\n[ 0.524817] Allocating IMA MOK and blacklist keyrings.\n[ 0.526003] Key type asymmetric registered\n[ 0.526883] Asymmetric key parser 'x509' registered\n[ 0.527851] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.529707] io scheduler noop registered\n[ 0.530515] io scheduler deadline registered (default)\n[ 0.531518] io scheduler cfq registered\n[ 0.532362] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.533431] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.534711] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.536179] ACPI: Power Button [PWRF]\n[ 0.537017] GHES: HEST is not enabled!\n[ 0.550698] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.580852] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.583710] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.607579] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.609727] Linux agpgart interface v0.103\n[ 0.611743] brd: module loaded\n[ 0.612903] loop: module loaded\n[ 0.617692] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.619165] GPT:90111 != 2097151\n[ 0.619845] GPT:Alternate GPT header not at the end of the disk.\n[ 0.620947] GPT:90111 != 2097151\n[ 0.621632] GPT: Use GNU Parted to correct GPT errors.\n[ 0.622608] vda: vda1 vda15\n[ 0.624105] scsi host0: ata_piix\n[ 0.624842] scsi host1: ata_piix\n[ 0.625579] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.626807] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.628278] libphy: Fixed MDIO Bus: probed\n[ 0.629107] tun: Universal TUN/TAP device driver, 1.6\n[ 0.630073] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.632318] PPP generic driver version 2.4.2\n[ 0.633225] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.634520] ehci-pci: EHCI PCI platform driver\n[ 0.635399] ehci-platform: EHCI generic platform driver\n[ 0.636391] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.637535] ohci-pci: OHCI PCI platform driver\n[ 0.638414] ohci-platform: OHCI generic platform driver\n[ 0.639405] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.653783] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.654794] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.656264] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.657300] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.658427] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.659655] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.661083] usb usb1: Product: UHCI Host Controller\n[ 0.662032] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.663185] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.664183] hub 1-0:1.0: USB hub found\n[ 0.664971] hub 1-0:1.0: 2 ports detected\n[ 0.665888] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.668030] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.668990] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.670032] mousedev: PS/2 mouse device common for all mice\n[ 0.671302] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.673162] rtc_cmos 00:00: RTC can wake from S4\n[ 0.674274] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.675477] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.676673] i2c /dev entries driver\n[ 0.677445] device-mapper: uevent: version 1.0.3\n[ 0.678403] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.680050] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.681340] NET: Registered protocol family 10\n[ 0.682341] NET: Registered protocol family 17\n[ 0.683240] Key type dns_resolver registered\n[ 0.684175] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.685296] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.687057] registered taskstats version 1\n[ 0.687896] Loading compiled-in X.509 certificates\n[ 0.689356] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.691229] zswap: loaded using pool lzo/zbud\n[ 0.692608] Key type trusted registered\n[ 0.694173] Key type encrypted registered\n[ 0.695021] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.696059] ima: No TPM chip found, activating TPM-bypass!\n[ 0.697103] evm: HMAC attrs: 0x1\n[ 0.698055] Magic number: 2:275:733\n[ 0.698895] rtc_cmos 00:00: setting system clock to 2018-09-04 12:44:40 UTC (1536065080)\n[ 0.700505] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.701637] EDD information not available.\n[ 0.786166] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.787718] Write protecting the kernel read-only data: 14336k\n[ 0.799719] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.801541] 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.843736] 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.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.34. iid=i-0000010e\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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCHUKlq6NwnI3A8Jq5IIDoVIq3cRlXf/jfhC6OFGqtFyRX58TwVXgCj0LD6eLQWwMO5ZJ9snVra68wzyuTYvpqj4ALUtYAtZapDwGg7O662KNrWUgw/wY79rz0//qLYWrdWxEgnDzGiEMwwtzZtmSyn3IuTABfO88shJpbgib+J7vrr78tiLtSC1IgW8ZCRMdIB6+J3pK+IO86sfEvf5Nrt4XuUZWEMz3VER6FsAhQoNqWva7+7wij4jeOqQi/RToV5OlY30GFctufNwBmsqOgvlZXO1nd60f5NCULJ3YKlQ+nke9akOeb+uWXlD5K4mLUm8E5CTcR024OGY9GlqbDf root@sdnvpn-11-2\nssh-dss AAAAB3NzaC1kc3MAAACBAOdgEydscVPr0c6xNXZta2FOztEnwW4WdfCwPFQLFSIYacmpjAKpoI+NaYK6cwqy33ntIgBnU4qSMiZDpUQolo/W7kyDnH+j2yvusn2FPnIj/16OrcJIIPK2+Tjakf1YWkLh3eVq8c1IrfZZH2uDuygfYWAAbrLBS80vtHIgYGWrAAAAFQD4251oSY20Axac/buTrNX36n2atwAAAIEA0qOPaBbpGRm7kgRI8Ka8sRbu9kcsXU901C8Ou7JW7/23bw9vjPwvkKBLpVf7vaBW3yRP8IxzD13GYl69GTdmL+J27V5zDcx78POP9KHXp0x3xfsaj75g54Iah3XFRk1JjY5GXyPrNriC5DQC/L0drIxq8SlqrXvT9GltqetmXVgAAACAdctEHeK/0t5+nE857L49a6eH+tM6gBf2azA4+3ekY0K7IqnIHeJyWLqGNLqmDbWIjG9spAH4RjKY1s8rHRAZOZ2nDPp3TnpMQ/o1wnt72gMRov3WjYsmY9dpJ1+bsDt0NIWgM/NS99kL0BoP1DWKcxv5qbKYyRP1//fzl5nUMyw= 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.13,24,fe80::f816:3eff:fea6:17d0/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.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-0000010e\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-11-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=63.12 ===\n/dev/root resized successfully [took 2.69s]\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:A6:17:D0 \n inet addr:10.10.10.13 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fea6:17d0/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:106 errors:0 dropped:17 overruns:0 frame:0\n TX packets:104 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:10730 (10.4 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.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.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-09-04 12:46:10,758 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/28d7a11c-f6fd-4e87-8a35-8e6337e6ef8e/action used request id req-bfad9ae1-386a-4ef5-aa5c-19efa66b736b 2018-09-04 12:46:12,777 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/servers/28d7a11c-f6fd-4e87-8a35-8e6337e6ef8e/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}13774776dd426a651ccb3edd61542212e77a8d31" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-04 12:46:14,045 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12: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-62662cda-f27e-4681-83c3-29ca90d2a39f x-compute-request-id: req-62662cda-f27e-4681-83c3-29ca90d2a39f Content-Encoding: gzip Content-Length: 10062 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 497912908 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 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.137173] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.138943] pid_max: default: 32768 minimum: 301\n[ 0.139895] ACPI: Core revision 20150930\n[ 0.141321] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.142712] Security Framework initialized\n[ 0.143583] Yama: becoming mindful.\n[ 0.144369] AppArmor: AppArmor initialized\n[ 0.145282] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.146699] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.148071] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.149357] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.150831] Initializing cgroup subsys io\n[ 0.151698] Initializing cgroup subsys memory\n[ 0.152635] Initializing cgroup subsys devices\n[ 0.153564] Initializing cgroup subsys freezer\n[ 0.154487] Initializing cgroup subsys net_cls\n[ 0.155408] Initializing cgroup subsys perf_event\n[ 0.156388] Initializing cgroup subsys net_prio\n[ 0.157325] Initializing cgroup subsys hugetlb\n[ 0.158245] Initializing cgroup subsys pids\n[ 0.159157] CPU: Physical Processor ID: 0\n[ 0.160703] mce: CPU supports 10 MCE banks\n[ 0.161607] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.162672] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.173818] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.180284] ftrace: allocating 31920 entries in 125 pages\n[ 0.206606] smpboot: Max logical packages: 1\n[ 0.207504] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.208947] x2apic enabled\n[ 0.209789] Switched APIC routing to physical x2apic.\n[ 0.211605] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.212804] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.214926] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.216835] KVM setup paravirtual spinlock\n[ 0.218181] x86: Booted up 1 node, 1 CPUs\n[ 0.219037] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.220485] devtmpfs: initialized\n[ 0.222228] evm: security.selinux\n[ 0.222972] evm: security.SMACK64\n[ 0.223701] evm: security.SMACK64EXEC\n[ 0.224492] evm: security.SMACK64TRANSMUTE\n[ 0.225374] evm: security.SMACK64MMAP\n[ 0.226163] evm: security.ima\n[ 0.226834] evm: security.capability\n[ 0.227683] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.229666] pinctrl core: initialized pinctrl subsystem\n[ 0.230817] RTC time: 12:44:39, date: 09/04/18\n[ 0.231814] NET: Registered protocol family 16\n[ 0.232834] cpuidle: using governor ladder\n[ 0.233706] cpuidle: using governor menu\n[ 0.234549] PCCT header not found.\n[ 0.235354] ACPI: bus type PCI registered\n[ 0.236207] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.237532] PCI: Using configuration type 1 for base access\n[ 0.239357] ACPI: Added _OSI(Module Device)\n[ 0.240254] ACPI: Added _OSI(Processor Device)\n[ 0.241170] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.242108] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.244312] ACPI: Interpreter enabled\n[ 0.245122] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.247088] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.249055] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.250989] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.252905] ACPI: (supports S0 S5)\n[ 0.253636] ACPI: Using IOAPIC for interrupt routing\n[ 0.254739] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.257948] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.259157] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.260461] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.261728] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.264061] acpiphp: Slot [3] registered\n[ 0.264896] acpiphp: Slot [4] registered\n[ 0.265746] acpiphp: Slot [5] registered\n[ 0.266592] acpiphp: Slot [6] registered\n[ 0.267434] acpiphp: Slot [7] registered\n[ 0.268286] acpiphp: Slot [8] registered\n[ 0.269129] acpiphp: Slot [9] registered\n[ 0.269969] acpiphp: Slot [10] registered\n[ 0.270819] acpiphp: Slot [11] registered\n[ 0.271680] acpiphp: Slot [12] registered\n[ 0.272541] acpiphp: Slot [13] registered\n[ 0.273397] acpiphp: Slot [14] registered\n[ 0.274263] acpiphp: Slot [15] registered\n[ 0.285439] acpiphp: Slot [16] registered\n[ 0.286299] acpiphp: Slot [17] registered\n[ 0.287154] acpiphp: Slot [18] registered\n[ 0.288006] acpiphp: Slot [19] registered\n[ 0.288852] acpiphp: Slot [20] registered\n[ 0.289714] acpiphp: Slot [21] registered\n[ 0.290573] acpiphp: Slot [22] registered\n[ 0.291432] acpiphp: Slot [23] registered\n[ 0.292299] acpiphp: Slot [24] registered\n[ 0.293153] acpiphp: Slot [25] registered\n[ 0.294002] acpiphp: Slot [26] registered\n[ 0.294838] acpiphp: Slot [27] registered\n[ 0.295691] acpiphp: Slot [28] registered\n[ 0.296543] acpiphp: Slot [29] registered\n[ 0.297391] acpiphp: Slot [30] registered\n[ 0.298252] acpiphp: Slot [31] registered\n[ 0.299105] PCI host bridge to bus 0000:00\n[ 0.299953] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.301210] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.302476] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.303985] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.305484] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.311861] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.313229] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.314456] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.315809] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.322156] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.323668] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.370299] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.371793] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.373262] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.374699] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.376116] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.377426] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.379035] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.380123] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.381729] vgaarb: loaded\n[ 0.382379] vgaarb: bridge control possible 0000:00:02.0\n[ 0.383533] SCSI subsystem initialized\n[ 0.384400] ACPI: bus type USB registered\n[ 0.385227] usbcore: registered new interface driver usbfs\n[ 0.386274] usbcore: registered new interface driver hub\n[ 0.387310] usbcore: registered new device driver usb\n[ 0.388426] PCI: Using ACPI for IRQ routing\n[ 0.389496] NetLabel: Initializing\n[ 0.390227] NetLabel: domain hash size = 128\n[ 0.391092] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.392069] NetLabel: unlabeled traffic allowed by default\n[ 0.393189] clocksource: Switched to clocksource kvm-clock\n[ 0.398607] AppArmor: AppArmor Filesystem Enabled\n[ 0.399582] pnp: PnP ACPI init\n[ 0.400519] pnp: PnP ACPI: found 5 devices\n[ 0.406966] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.408759] NET: Registered protocol family 2\n[ 0.409731] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.411046] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.412256] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.413459] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.414594] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.415796] NET: Registered protocol family 1\n[ 0.416699] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.417880] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.419029] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.433109] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.447392] Trying to unpack rootfs image as initramfs...\n[ 0.496530] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.510460] Scanning for low memory corruption every 60 seconds\n[ 0.511856] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.513098] audit: initializing netlink subsys (disabled)\n[ 0.514185] audit: type=2000 audit(1536065080.722:1): initialized\n[ 0.515574] Initialise system trusted keyring\n[ 0.516544] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.517774] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.519841] zbud: loaded\n[ 0.520589] VFS: Disk quotas dquot_6.6.0\n[ 0.521464] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.523088] fuse init (API version 7.23)\n[ 0.524003] Key type big_key registered\n[ 0.524817] Allocating IMA MOK and blacklist keyrings.\n[ 0.526003] Key type asymmetric registered\n[ 0.526883] Asymmetric key parser 'x509' registered\n[ 0.527851] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.529707] io scheduler noop registered\n[ 0.530515] io scheduler deadline registered (default)\n[ 0.531518] io scheduler cfq registered\n[ 0.532362] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.533431] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.534711] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.536179] ACPI: Power Button [PWRF]\n[ 0.537017] GHES: HEST is not enabled!\n[ 0.550698] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.580852] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.583710] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.607579] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.609727] Linux agpgart interface v0.103\n[ 0.611743] brd: module loaded\n[ 0.612903] loop: module loaded\n[ 0.617692] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.619165] GPT:90111 != 2097151\n[ 0.619845] GPT:Alternate GPT header not at the end of the disk.\n[ 0.620947] GPT:90111 != 2097151\n[ 0.621632] GPT: Use GNU Parted to correct GPT errors.\n[ 0.622608] vda: vda1 vda15\n[ 0.624105] scsi host0: ata_piix\n[ 0.624842] scsi host1: ata_piix\n[ 0.625579] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.626807] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.628278] libphy: Fixed MDIO Bus: probed\n[ 0.629107] tun: Universal TUN/TAP device driver, 1.6\n[ 0.630073] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.632318] PPP generic driver version 2.4.2\n[ 0.633225] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.634520] ehci-pci: EHCI PCI platform driver\n[ 0.635399] ehci-platform: EHCI generic platform driver\n[ 0.636391] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.637535] ohci-pci: OHCI PCI platform driver\n[ 0.638414] ohci-platform: OHCI generic platform driver\n[ 0.639405] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.653783] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.654794] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.656264] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.657300] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.658427] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.659655] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.661083] usb usb1: Product: UHCI Host Controller\n[ 0.662032] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.663185] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.664183] hub 1-0:1.0: USB hub found\n[ 0.664971] hub 1-0:1.0: 2 ports detected\n[ 0.665888] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.668030] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.668990] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.670032] mousedev: PS/2 mouse device common for all mice\n[ 0.671302] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.673162] rtc_cmos 00:00: RTC can wake from S4\n[ 0.674274] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.675477] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.676673] i2c /dev entries driver\n[ 0.677445] device-mapper: uevent: version 1.0.3\n[ 0.678403] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.680050] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.681340] NET: Registered protocol family 10\n[ 0.682341] NET: Registered protocol family 17\n[ 0.683240] Key type dns_resolver registered\n[ 0.684175] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.685296] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.687057] registered taskstats version 1\n[ 0.687896] Loading compiled-in X.509 certificates\n[ 0.689356] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.691229] zswap: loaded using pool lzo/zbud\n[ 0.692608] Key type trusted registered\n[ 0.694173] Key type encrypted registered\n[ 0.695021] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.696059] ima: No TPM chip found, activating TPM-bypass!\n[ 0.697103] evm: HMAC attrs: 0x1\n[ 0.698055] Magic number: 2:275:733\n[ 0.698895] rtc_cmos 00:00: setting system clock to 2018-09-04 12:44:40 UTC (1536065080)\n[ 0.700505] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.701637] EDD information not available.\n[ 0.786166] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.787718] Write protecting the kernel read-only data: 14336k\n[ 0.799719] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.801541] 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.843736] 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.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.34. iid=i-0000010e\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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCHUKlq6NwnI3A8Jq5IIDoVIq3cRlXf/jfhC6OFGqtFyRX58TwVXgCj0LD6eLQWwMO5ZJ9snVra68wzyuTYvpqj4ALUtYAtZapDwGg7O662KNrWUgw/wY79rz0//qLYWrdWxEgnDzGiEMwwtzZtmSyn3IuTABfO88shJpbgib+J7vrr78tiLtSC1IgW8ZCRMdIB6+J3pK+IO86sfEvf5Nrt4XuUZWEMz3VER6FsAhQoNqWva7+7wij4jeOqQi/RToV5OlY30GFctufNwBmsqOgvlZXO1nd60f5NCULJ3YKlQ+nke9akOeb+uWXlD5K4mLUm8E5CTcR024OGY9GlqbDf root@sdnvpn-11-2\nssh-dss AAAAB3NzaC1kc3MAAACBAOdgEydscVPr0c6xNXZta2FOztEnwW4WdfCwPFQLFSIYacmpjAKpoI+NaYK6cwqy33ntIgBnU4qSMiZDpUQolo/W7kyDnH+j2yvusn2FPnIj/16OrcJIIPK2+Tjakf1YWkLh3eVq8c1IrfZZH2uDuygfYWAAbrLBS80vtHIgYGWrAAAAFQD4251oSY20Axac/buTrNX36n2atwAAAIEA0qOPaBbpGRm7kgRI8Ka8sRbu9kcsXU901C8Ou7JW7/23bw9vjPwvkKBLpVf7vaBW3yRP8IxzD13GYl69GTdmL+J27V5zDcx78POP9KHXp0x3xfsaj75g54Iah3XFRk1JjY5GXyPrNriC5DQC/L0drIxq8SlqrXvT9GltqetmXVgAAACAdctEHeK/0t5+nE857L49a6eH+tM6gBf2azA4+3ekY0K7IqnIHeJyWLqGNLqmDbWIjG9spAH4RjKY1s8rHRAZOZ2nDPp3TnpMQ/o1wnt72gMRov3WjYsmY9dpJ1+bsDt0NIWgM/NS99kL0BoP1DWKcxv5qbKYyRP1//fzl5nUMyw= 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.13,24,fe80::f816:3eff:fea6:17d0/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.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-0000010e\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-11-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=63.12 ===\n/dev/root resized successfully [took 2.69s]\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:A6:17:D0 \n inet addr:10.10.10.13 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fea6:17d0/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:106 errors:0 dropped:17 overruns:0 frame:0\n TX packets:104 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:10730 (10.4 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.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.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-09-04 12:46:14,046 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/28d7a11c-f6fd-4e87-8a35-8e6337e6ef8e/action used request id req-62662cda-f27e-4681-83c3-29ca90d2a39f 2018-09-04 12:46:16,067 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/servers/28d7a11c-f6fd-4e87-8a35-8e6337e6ef8e/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}13774776dd426a651ccb3edd61542212e77a8d31" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-04 12:46:17,190 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12:46: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-a731adfc-9539-430e-979d-2fda564ef28d x-compute-request-id: req-a731adfc-9539-430e-979d-2fda564ef28d 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 497912908 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 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.137173] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.138943] pid_max: default: 32768 minimum: 301\n[ 0.139895] ACPI: Core revision 20150930\n[ 0.141321] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.142712] Security Framework initialized\n[ 0.143583] Yama: becoming mindful.\n[ 0.144369] AppArmor: AppArmor initialized\n[ 0.145282] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.146699] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.148071] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.149357] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.150831] Initializing cgroup subsys io\n[ 0.151698] Initializing cgroup subsys memory\n[ 0.152635] Initializing cgroup subsys devices\n[ 0.153564] Initializing cgroup subsys freezer\n[ 0.154487] Initializing cgroup subsys net_cls\n[ 0.155408] Initializing cgroup subsys perf_event\n[ 0.156388] Initializing cgroup subsys net_prio\n[ 0.157325] Initializing cgroup subsys hugetlb\n[ 0.158245] Initializing cgroup subsys pids\n[ 0.159157] CPU: Physical Processor ID: 0\n[ 0.160703] mce: CPU supports 10 MCE banks\n[ 0.161607] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.162672] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.173818] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.180284] ftrace: allocating 31920 entries in 125 pages\n[ 0.206606] smpboot: Max logical packages: 1\n[ 0.207504] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.208947] x2apic enabled\n[ 0.209789] Switched APIC routing to physical x2apic.\n[ 0.211605] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.212804] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.214926] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.216835] KVM setup paravirtual spinlock\n[ 0.218181] x86: Booted up 1 node, 1 CPUs\n[ 0.219037] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.220485] devtmpfs: initialized\n[ 0.222228] evm: security.selinux\n[ 0.222972] evm: security.SMACK64\n[ 0.223701] evm: security.SMACK64EXEC\n[ 0.224492] evm: security.SMACK64TRANSMUTE\n[ 0.225374] evm: security.SMACK64MMAP\n[ 0.226163] evm: security.ima\n[ 0.226834] evm: security.capability\n[ 0.227683] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.229666] pinctrl core: initialized pinctrl subsystem\n[ 0.230817] RTC time: 12:44:39, date: 09/04/18\n[ 0.231814] NET: Registered protocol family 16\n[ 0.232834] cpuidle: using governor ladder\n[ 0.233706] cpuidle: using governor menu\n[ 0.234549] PCCT header not found.\n[ 0.235354] ACPI: bus type PCI registered\n[ 0.236207] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.237532] PCI: Using configuration type 1 for base access\n[ 0.239357] ACPI: Added _OSI(Module Device)\n[ 0.240254] ACPI: Added _OSI(Processor Device)\n[ 0.241170] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.242108] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.244312] ACPI: Interpreter enabled\n[ 0.245122] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.247088] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.249055] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.250989] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.252905] ACPI: (supports S0 S5)\n[ 0.253636] ACPI: Using IOAPIC for interrupt routing\n[ 0.254739] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.257948] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.259157] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.260461] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.261728] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.264061] acpiphp: Slot [3] registered\n[ 0.264896] acpiphp: Slot [4] registered\n[ 0.265746] acpiphp: Slot [5] registered\n[ 0.266592] acpiphp: Slot [6] registered\n[ 0.267434] acpiphp: Slot [7] registered\n[ 0.268286] acpiphp: Slot [8] registered\n[ 0.269129] acpiphp: Slot [9] registered\n[ 0.269969] acpiphp: Slot [10] registered\n[ 0.270819] acpiphp: Slot [11] registered\n[ 0.271680] acpiphp: Slot [12] registered\n[ 0.272541] acpiphp: Slot [13] registered\n[ 0.273397] acpiphp: Slot [14] registered\n[ 0.274263] acpiphp: Slot [15] registered\n[ 0.285439] acpiphp: Slot [16] registered\n[ 0.286299] acpiphp: Slot [17] registered\n[ 0.287154] acpiphp: Slot [18] registered\n[ 0.288006] acpiphp: Slot [19] registered\n[ 0.288852] acpiphp: Slot [20] registered\n[ 0.289714] acpiphp: Slot [21] registered\n[ 0.290573] acpiphp: Slot [22] registered\n[ 0.291432] acpiphp: Slot [23] registered\n[ 0.292299] acpiphp: Slot [24] registered\n[ 0.293153] acpiphp: Slot [25] registered\n[ 0.294002] acpiphp: Slot [26] registered\n[ 0.294838] acpiphp: Slot [27] registered\n[ 0.295691] acpiphp: Slot [28] registered\n[ 0.296543] acpiphp: Slot [29] registered\n[ 0.297391] acpiphp: Slot [30] registered\n[ 0.298252] acpiphp: Slot [31] registered\n[ 0.299105] PCI host bridge to bus 0000:00\n[ 0.299953] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.301210] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.302476] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.303985] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.305484] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.311861] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.313229] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.314456] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.315809] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.322156] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.323668] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.370299] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.371793] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.373262] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.374699] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.376116] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.377426] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.379035] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.380123] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.381729] vgaarb: loaded\n[ 0.382379] vgaarb: bridge control possible 0000:00:02.0\n[ 0.383533] SCSI subsystem initialized\n[ 0.384400] ACPI: bus type USB registered\n[ 0.385227] usbcore: registered new interface driver usbfs\n[ 0.386274] usbcore: registered new interface driver hub\n[ 0.387310] usbcore: registered new device driver usb\n[ 0.388426] PCI: Using ACPI for IRQ routing\n[ 0.389496] NetLabel: Initializing\n[ 0.390227] NetLabel: domain hash size = 128\n[ 0.391092] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.392069] NetLabel: unlabeled traffic allowed by default\n[ 0.393189] clocksource: Switched to clocksource kvm-clock\n[ 0.398607] AppArmor: AppArmor Filesystem Enabled\n[ 0.399582] pnp: PnP ACPI init\n[ 0.400519] pnp: PnP ACPI: found 5 devices\n[ 0.406966] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.408759] NET: Registered protocol family 2\n[ 0.409731] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.411046] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.412256] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.413459] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.414594] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.415796] NET: Registered protocol family 1\n[ 0.416699] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.417880] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.419029] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.433109] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.447392] Trying to unpack rootfs image as initramfs...\n[ 0.496530] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.510460] Scanning for low memory corruption every 60 seconds\n[ 0.511856] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.513098] audit: initializing netlink subsys (disabled)\n[ 0.514185] audit: type=2000 audit(1536065080.722:1): initialized\n[ 0.515574] Initialise system trusted keyring\n[ 0.516544] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.517774] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.519841] zbud: loaded\n[ 0.520589] VFS: Disk quotas dquot_6.6.0\n[ 0.521464] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.523088] fuse init (API version 7.23)\n[ 0.524003] Key type big_key registered\n[ 0.524817] Allocating IMA MOK and blacklist keyrings.\n[ 0.526003] Key type asymmetric registered\n[ 0.526883] Asymmetric key parser 'x509' registered\n[ 0.527851] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.529707] io scheduler noop registered\n[ 0.530515] io scheduler deadline registered (default)\n[ 0.531518] io scheduler cfq registered\n[ 0.532362] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.533431] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.534711] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.536179] ACPI: Power Button [PWRF]\n[ 0.537017] GHES: HEST is not enabled!\n[ 0.550698] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.580852] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.583710] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.607579] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.609727] Linux agpgart interface v0.103\n[ 0.611743] brd: module loaded\n[ 0.612903] loop: module loaded\n[ 0.617692] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.619165] GPT:90111 != 2097151\n[ 0.619845] GPT:Alternate GPT header not at the end of the disk.\n[ 0.620947] GPT:90111 != 2097151\n[ 0.621632] GPT: Use GNU Parted to correct GPT errors.\n[ 0.622608] vda: vda1 vda15\n[ 0.624105] scsi host0: ata_piix\n[ 0.624842] scsi host1: ata_piix\n[ 0.625579] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.626807] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.628278] libphy: Fixed MDIO Bus: probed\n[ 0.629107] tun: Universal TUN/TAP device driver, 1.6\n[ 0.630073] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.632318] PPP generic driver version 2.4.2\n[ 0.633225] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.634520] ehci-pci: EHCI PCI platform driver\n[ 0.635399] ehci-platform: EHCI generic platform driver\n[ 0.636391] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.637535] ohci-pci: OHCI PCI platform driver\n[ 0.638414] ohci-platform: OHCI generic platform driver\n[ 0.639405] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.653783] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.654794] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.656264] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.657300] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.658427] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.659655] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.661083] usb usb1: Product: UHCI Host Controller\n[ 0.662032] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.663185] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.664183] hub 1-0:1.0: USB hub found\n[ 0.664971] hub 1-0:1.0: 2 ports detected\n[ 0.665888] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.668030] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.668990] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.670032] mousedev: PS/2 mouse device common for all mice\n[ 0.671302] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.673162] rtc_cmos 00:00: RTC can wake from S4\n[ 0.674274] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.675477] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.676673] i2c /dev entries driver\n[ 0.677445] device-mapper: uevent: version 1.0.3\n[ 0.678403] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.680050] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.681340] NET: Registered protocol family 10\n[ 0.682341] NET: Registered protocol family 17\n[ 0.683240] Key type dns_resolver registered\n[ 0.684175] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.685296] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.687057] registered taskstats version 1\n[ 0.687896] Loading compiled-in X.509 certificates\n[ 0.689356] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.691229] zswap: loaded using pool lzo/zbud\n[ 0.692608] Key type trusted registered\n[ 0.694173] Key type encrypted registered\n[ 0.695021] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.696059] ima: No TPM chip found, activating TPM-bypass!\n[ 0.697103] evm: HMAC attrs: 0x1\n[ 0.698055] Magic number: 2:275:733\n[ 0.698895] rtc_cmos 00:00: setting system clock to 2018-09-04 12:44:40 UTC (1536065080)\n[ 0.700505] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.701637] EDD information not available.\n[ 0.786166] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.787718] Write protecting the kernel read-only data: 14336k\n[ 0.799719] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.801541] 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.843736] 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.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.34. iid=i-0000010e\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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCHUKlq6NwnI3A8Jq5IIDoVIq3cRlXf/jfhC6OFGqtFyRX58TwVXgCj0LD6eLQWwMO5ZJ9snVra68wzyuTYvpqj4ALUtYAtZapDwGg7O662KNrWUgw/wY79rz0//qLYWrdWxEgnDzGiEMwwtzZtmSyn3IuTABfO88shJpbgib+J7vrr78tiLtSC1IgW8ZCRMdIB6+J3pK+IO86sfEvf5Nrt4XuUZWEMz3VER6FsAhQoNqWva7+7wij4jeOqQi/RToV5OlY30GFctufNwBmsqOgvlZXO1nd60f5NCULJ3YKlQ+nke9akOeb+uWXlD5K4mLUm8E5CTcR024OGY9GlqbDf root@sdnvpn-11-2\nssh-dss AAAAB3NzaC1kc3MAAACBAOdgEydscVPr0c6xNXZta2FOztEnwW4WdfCwPFQLFSIYacmpjAKpoI+NaYK6cwqy33ntIgBnU4qSMiZDpUQolo/W7kyDnH+j2yvusn2FPnIj/16OrcJIIPK2+Tjakf1YWkLh3eVq8c1IrfZZH2uDuygfYWAAbrLBS80vtHIgYGWrAAAAFQD4251oSY20Axac/buTrNX36n2atwAAAIEA0qOPaBbpGRm7kgRI8Ka8sRbu9kcsXU901C8Ou7JW7/23bw9vjPwvkKBLpVf7vaBW3yRP8IxzD13GYl69GTdmL+J27V5zDcx78POP9KHXp0x3xfsaj75g54Iah3XFRk1JjY5GXyPrNriC5DQC/L0drIxq8SlqrXvT9GltqetmXVgAAACAdctEHeK/0t5+nE857L49a6eH+tM6gBf2azA4+3ekY0K7IqnIHeJyWLqGNLqmDbWIjG9spAH4RjKY1s8rHRAZOZ2nDPp3TnpMQ/o1wnt72gMRov3WjYsmY9dpJ1+bsDt0NIWgM/NS99kL0BoP1DWKcxv5qbKYyRP1//fzl5nUMyw= 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.13,24,fe80::f816:3eff:fea6:17d0/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.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-0000010e\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-11-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=63.12 ===\n/dev/root resized successfully [took 2.69s]\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:A6:17:D0 \n inet addr:10.10.10.13 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fea6:17d0/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:106 errors:0 dropped:17 overruns:0 frame:0\n TX packets:104 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:10730 (10.4 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.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.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-09-04 12:46:17,190 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/28d7a11c-f6fd-4e87-8a35-8e6337e6ef8e/action used request id req-a731adfc-9539-430e-979d-2fda564ef28d 2018-09-04 12:46:19,210 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/servers/28d7a11c-f6fd-4e87-8a35-8e6337e6ef8e/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}13774776dd426a651ccb3edd61542212e77a8d31" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-04 12:46:20,280 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12:46: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-7b57d2d0-1981-467a-86eb-c24c7e283c13 x-compute-request-id: req-7b57d2d0-1981-467a-86eb-c24c7e283c13 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 497912908 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 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.137173] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.138943] pid_max: default: 32768 minimum: 301\n[ 0.139895] ACPI: Core revision 20150930\n[ 0.141321] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.142712] Security Framework initialized\n[ 0.143583] Yama: becoming mindful.\n[ 0.144369] AppArmor: AppArmor initialized\n[ 0.145282] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.146699] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.148071] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.149357] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.150831] Initializing cgroup subsys io\n[ 0.151698] Initializing cgroup subsys memory\n[ 0.152635] Initializing cgroup subsys devices\n[ 0.153564] Initializing cgroup subsys freezer\n[ 0.154487] Initializing cgroup subsys net_cls\n[ 0.155408] Initializing cgroup subsys perf_event\n[ 0.156388] Initializing cgroup subsys net_prio\n[ 0.157325] Initializing cgroup subsys hugetlb\n[ 0.158245] Initializing cgroup subsys pids\n[ 0.159157] CPU: Physical Processor ID: 0\n[ 0.160703] mce: CPU supports 10 MCE banks\n[ 0.161607] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.162672] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.173818] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.180284] ftrace: allocating 31920 entries in 125 pages\n[ 0.206606] smpboot: Max logical packages: 1\n[ 0.207504] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.208947] x2apic enabled\n[ 0.209789] Switched APIC routing to physical x2apic.\n[ 0.211605] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.212804] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.214926] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.216835] KVM setup paravirtual spinlock\n[ 0.218181] x86: Booted up 1 node, 1 CPUs\n[ 0.219037] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.220485] devtmpfs: initialized\n[ 0.222228] evm: security.selinux\n[ 0.222972] evm: security.SMACK64\n[ 0.223701] evm: security.SMACK64EXEC\n[ 0.224492] evm: security.SMACK64TRANSMUTE\n[ 0.225374] evm: security.SMACK64MMAP\n[ 0.226163] evm: security.ima\n[ 0.226834] evm: security.capability\n[ 0.227683] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.229666] pinctrl core: initialized pinctrl subsystem\n[ 0.230817] RTC time: 12:44:39, date: 09/04/18\n[ 0.231814] NET: Registered protocol family 16\n[ 0.232834] cpuidle: using governor ladder\n[ 0.233706] cpuidle: using governor menu\n[ 0.234549] PCCT header not found.\n[ 0.235354] ACPI: bus type PCI registered\n[ 0.236207] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.237532] PCI: Using configuration type 1 for base access\n[ 0.239357] ACPI: Added _OSI(Module Device)\n[ 0.240254] ACPI: Added _OSI(Processor Device)\n[ 0.241170] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.242108] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.244312] ACPI: Interpreter enabled\n[ 0.245122] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.247088] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.249055] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.250989] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.252905] ACPI: (supports S0 S5)\n[ 0.253636] ACPI: Using IOAPIC for interrupt routing\n[ 0.254739] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.257948] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.259157] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.260461] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.261728] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.264061] acpiphp: Slot [3] registered\n[ 0.264896] acpiphp: Slot [4] registered\n[ 0.265746] acpiphp: Slot [5] registered\n[ 0.266592] acpiphp: Slot [6] registered\n[ 0.267434] acpiphp: Slot [7] registered\n[ 0.268286] acpiphp: Slot [8] registered\n[ 0.269129] acpiphp: Slot [9] registered\n[ 0.269969] acpiphp: Slot [10] registered\n[ 0.270819] acpiphp: Slot [11] registered\n[ 0.271680] acpiphp: Slot [12] registered\n[ 0.272541] acpiphp: Slot [13] registered\n[ 0.273397] acpiphp: Slot [14] registered\n[ 0.274263] acpiphp: Slot [15] registered\n[ 0.285439] acpiphp: Slot [16] registered\n[ 0.286299] acpiphp: Slot [17] registered\n[ 0.287154] acpiphp: Slot [18] registered\n[ 0.288006] acpiphp: Slot [19] registered\n[ 0.288852] acpiphp: Slot [20] registered\n[ 0.289714] acpiphp: Slot [21] registered\n[ 0.290573] acpiphp: Slot [22] registered\n[ 0.291432] acpiphp: Slot [23] registered\n[ 0.292299] acpiphp: Slot [24] registered\n[ 0.293153] acpiphp: Slot [25] registered\n[ 0.294002] acpiphp: Slot [26] registered\n[ 0.294838] acpiphp: Slot [27] registered\n[ 0.295691] acpiphp: Slot [28] registered\n[ 0.296543] acpiphp: Slot [29] registered\n[ 0.297391] acpiphp: Slot [30] registered\n[ 0.298252] acpiphp: Slot [31] registered\n[ 0.299105] PCI host bridge to bus 0000:00\n[ 0.299953] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.301210] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.302476] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.303985] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.305484] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.311861] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.313229] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.314456] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.315809] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.322156] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.323668] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.370299] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.371793] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.373262] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.374699] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.376116] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.377426] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.379035] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.380123] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.381729] vgaarb: loaded\n[ 0.382379] vgaarb: bridge control possible 0000:00:02.0\n[ 0.383533] SCSI subsystem initialized\n[ 0.384400] ACPI: bus type USB registered\n[ 0.385227] usbcore: registered new interface driver usbfs\n[ 0.386274] usbcore: registered new interface driver hub\n[ 0.387310] usbcore: registered new device driver usb\n[ 0.388426] PCI: Using ACPI for IRQ routing\n[ 0.389496] NetLabel: Initializing\n[ 0.390227] NetLabel: domain hash size = 128\n[ 0.391092] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.392069] NetLabel: unlabeled traffic allowed by default\n[ 0.393189] clocksource: Switched to clocksource kvm-clock\n[ 0.398607] AppArmor: AppArmor Filesystem Enabled\n[ 0.399582] pnp: PnP ACPI init\n[ 0.400519] pnp: PnP ACPI: found 5 devices\n[ 0.406966] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.408759] NET: Registered protocol family 2\n[ 0.409731] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.411046] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.412256] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.413459] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.414594] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.415796] NET: Registered protocol family 1\n[ 0.416699] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.417880] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.419029] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.433109] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.447392] Trying to unpack rootfs image as initramfs...\n[ 0.496530] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.510460] Scanning for low memory corruption every 60 seconds\n[ 0.511856] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.513098] audit: initializing netlink subsys (disabled)\n[ 0.514185] audit: type=2000 audit(1536065080.722:1): initialized\n[ 0.515574] Initialise system trusted keyring\n[ 0.516544] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.517774] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.519841] zbud: loaded\n[ 0.520589] VFS: Disk quotas dquot_6.6.0\n[ 0.521464] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.523088] fuse init (API version 7.23)\n[ 0.524003] Key type big_key registered\n[ 0.524817] Allocating IMA MOK and blacklist keyrings.\n[ 0.526003] Key type asymmetric registered\n[ 0.526883] Asymmetric key parser 'x509' registered\n[ 0.527851] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.529707] io scheduler noop registered\n[ 0.530515] io scheduler deadline registered (default)\n[ 0.531518] io scheduler cfq registered\n[ 0.532362] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.533431] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.534711] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.536179] ACPI: Power Button [PWRF]\n[ 0.537017] GHES: HEST is not enabled!\n[ 0.550698] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.580852] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.583710] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.607579] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.609727] Linux agpgart interface v0.103\n[ 0.611743] brd: module loaded\n[ 0.612903] loop: module loaded\n[ 0.617692] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.619165] GPT:90111 != 2097151\n[ 0.619845] GPT:Alternate GPT header not at the end of the disk.\n[ 0.620947] GPT:90111 != 2097151\n[ 0.621632] GPT: Use GNU Parted to correct GPT errors.\n[ 0.622608] vda: vda1 vda15\n[ 0.624105] scsi host0: ata_piix\n[ 0.624842] scsi host1: ata_piix\n[ 0.625579] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.626807] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.628278] libphy: Fixed MDIO Bus: probed\n[ 0.629107] tun: Universal TUN/TAP device driver, 1.6\n[ 0.630073] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.632318] PPP generic driver version 2.4.2\n[ 0.633225] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.634520] ehci-pci: EHCI PCI platform driver\n[ 0.635399] ehci-platform: EHCI generic platform driver\n[ 0.636391] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.637535] ohci-pci: OHCI PCI platform driver\n[ 0.638414] ohci-platform: OHCI generic platform driver\n[ 0.639405] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.653783] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.654794] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.656264] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.657300] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.658427] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.659655] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.661083] usb usb1: Product: UHCI Host Controller\n[ 0.662032] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.663185] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.664183] hub 1-0:1.0: USB hub found\n[ 0.664971] hub 1-0:1.0: 2 ports detected\n[ 0.665888] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.668030] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.668990] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.670032] mousedev: PS/2 mouse device common for all mice\n[ 0.671302] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.673162] rtc_cmos 00:00: RTC can wake from S4\n[ 0.674274] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.675477] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.676673] i2c /dev entries driver\n[ 0.677445] device-mapper: uevent: version 1.0.3\n[ 0.678403] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.680050] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.681340] NET: Registered protocol family 10\n[ 0.682341] NET: Registered protocol family 17\n[ 0.683240] Key type dns_resolver registered\n[ 0.684175] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.685296] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.687057] registered taskstats version 1\n[ 0.687896] Loading compiled-in X.509 certificates\n[ 0.689356] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.691229] zswap: loaded using pool lzo/zbud\n[ 0.692608] Key type trusted registered\n[ 0.694173] Key type encrypted registered\n[ 0.695021] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.696059] ima: No TPM chip found, activating TPM-bypass!\n[ 0.697103] evm: HMAC attrs: 0x1\n[ 0.698055] Magic number: 2:275:733\n[ 0.698895] rtc_cmos 00:00: setting system clock to 2018-09-04 12:44:40 UTC (1536065080)\n[ 0.700505] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.701637] EDD information not available.\n[ 0.786166] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.787718] Write protecting the kernel read-only data: 14336k\n[ 0.799719] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.801541] 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.843736] 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.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.34. iid=i-0000010e\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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCHUKlq6NwnI3A8Jq5IIDoVIq3cRlXf/jfhC6OFGqtFyRX58TwVXgCj0LD6eLQWwMO5ZJ9snVra68wzyuTYvpqj4ALUtYAtZapDwGg7O662KNrWUgw/wY79rz0//qLYWrdWxEgnDzGiEMwwtzZtmSyn3IuTABfO88shJpbgib+J7vrr78tiLtSC1IgW8ZCRMdIB6+J3pK+IO86sfEvf5Nrt4XuUZWEMz3VER6FsAhQoNqWva7+7wij4jeOqQi/RToV5OlY30GFctufNwBmsqOgvlZXO1nd60f5NCULJ3YKlQ+nke9akOeb+uWXlD5K4mLUm8E5CTcR024OGY9GlqbDf root@sdnvpn-11-2\nssh-dss AAAAB3NzaC1kc3MAAACBAOdgEydscVPr0c6xNXZta2FOztEnwW4WdfCwPFQLFSIYacmpjAKpoI+NaYK6cwqy33ntIgBnU4qSMiZDpUQolo/W7kyDnH+j2yvusn2FPnIj/16OrcJIIPK2+Tjakf1YWkLh3eVq8c1IrfZZH2uDuygfYWAAbrLBS80vtHIgYGWrAAAAFQD4251oSY20Axac/buTrNX36n2atwAAAIEA0qOPaBbpGRm7kgRI8Ka8sRbu9kcsXU901C8Ou7JW7/23bw9vjPwvkKBLpVf7vaBW3yRP8IxzD13GYl69GTdmL+J27V5zDcx78POP9KHXp0x3xfsaj75g54Iah3XFRk1JjY5GXyPrNriC5DQC/L0drIxq8SlqrXvT9GltqetmXVgAAACAdctEHeK/0t5+nE857L49a6eH+tM6gBf2azA4+3ekY0K7IqnIHeJyWLqGNLqmDbWIjG9spAH4RjKY1s8rHRAZOZ2nDPp3TnpMQ/o1wnt72gMRov3WjYsmY9dpJ1+bsDt0NIWgM/NS99kL0BoP1DWKcxv5qbKYyRP1//fzl5nUMyw= 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.13,24,fe80::f816:3eff:fea6:17d0/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.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-0000010e\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-11-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=63.12 ===\n/dev/root resized successfully [took 2.69s]\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:A6:17:D0 \n inet addr:10.10.10.13 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fea6:17d0/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:106 errors:0 dropped:17 overruns:0 frame:0\n TX packets:104 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:10730 (10.4 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.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.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-09-04 12:46:20,280 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/28d7a11c-f6fd-4e87-8a35-8e6337e6ef8e/action used request id req-7b57d2d0-1981-467a-86eb-c24c7e283c13 2018-09-04 12:46:22,301 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/servers/28d7a11c-f6fd-4e87-8a35-8e6337e6ef8e/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}13774776dd426a651ccb3edd61542212e77a8d31" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-04 12:46:23,370 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12:46: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-52ff1eb1-4052-4bd5-8a42-710086825116 x-compute-request-id: req-52ff1eb1-4052-4bd5-8a42-710086825116 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 497912908 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 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.137173] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.138943] pid_max: default: 32768 minimum: 301\n[ 0.139895] ACPI: Core revision 20150930\n[ 0.141321] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.142712] Security Framework initialized\n[ 0.143583] Yama: becoming mindful.\n[ 0.144369] AppArmor: AppArmor initialized\n[ 0.145282] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.146699] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.148071] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.149357] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.150831] Initializing cgroup subsys io\n[ 0.151698] Initializing cgroup subsys memory\n[ 0.152635] Initializing cgroup subsys devices\n[ 0.153564] Initializing cgroup subsys freezer\n[ 0.154487] Initializing cgroup subsys net_cls\n[ 0.155408] Initializing cgroup subsys perf_event\n[ 0.156388] Initializing cgroup subsys net_prio\n[ 0.157325] Initializing cgroup subsys hugetlb\n[ 0.158245] Initializing cgroup subsys pids\n[ 0.159157] CPU: Physical Processor ID: 0\n[ 0.160703] mce: CPU supports 10 MCE banks\n[ 0.161607] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.162672] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.173818] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.180284] ftrace: allocating 31920 entries in 125 pages\n[ 0.206606] smpboot: Max logical packages: 1\n[ 0.207504] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.208947] x2apic enabled\n[ 0.209789] Switched APIC routing to physical x2apic.\n[ 0.211605] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.212804] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.214926] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.216835] KVM setup paravirtual spinlock\n[ 0.218181] x86: Booted up 1 node, 1 CPUs\n[ 0.219037] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.220485] devtmpfs: initialized\n[ 0.222228] evm: security.selinux\n[ 0.222972] evm: security.SMACK64\n[ 0.223701] evm: security.SMACK64EXEC\n[ 0.224492] evm: security.SMACK64TRANSMUTE\n[ 0.225374] evm: security.SMACK64MMAP\n[ 0.226163] evm: security.ima\n[ 0.226834] evm: security.capability\n[ 0.227683] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.229666] pinctrl core: initialized pinctrl subsystem\n[ 0.230817] RTC time: 12:44:39, date: 09/04/18\n[ 0.231814] NET: Registered protocol family 16\n[ 0.232834] cpuidle: using governor ladder\n[ 0.233706] cpuidle: using governor menu\n[ 0.234549] PCCT header not found.\n[ 0.235354] ACPI: bus type PCI registered\n[ 0.236207] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.237532] PCI: Using configuration type 1 for base access\n[ 0.239357] ACPI: Added _OSI(Module Device)\n[ 0.240254] ACPI: Added _OSI(Processor Device)\n[ 0.241170] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.242108] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.244312] ACPI: Interpreter enabled\n[ 0.245122] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.247088] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.249055] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.250989] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.252905] ACPI: (supports S0 S5)\n[ 0.253636] ACPI: Using IOAPIC for interrupt routing\n[ 0.254739] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.257948] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.259157] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.260461] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.261728] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.264061] acpiphp: Slot [3] registered\n[ 0.264896] acpiphp: Slot [4] registered\n[ 0.265746] acpiphp: Slot [5] registered\n[ 0.266592] acpiphp: Slot [6] registered\n[ 0.267434] acpiphp: Slot [7] registered\n[ 0.268286] acpiphp: Slot [8] registered\n[ 0.269129] acpiphp: Slot [9] registered\n[ 0.269969] acpiphp: Slot [10] registered\n[ 0.270819] acpiphp: Slot [11] registered\n[ 0.271680] acpiphp: Slot [12] registered\n[ 0.272541] acpiphp: Slot [13] registered\n[ 0.273397] acpiphp: Slot [14] registered\n[ 0.274263] acpiphp: Slot [15] registered\n[ 0.285439] acpiphp: Slot [16] registered\n[ 0.286299] acpiphp: Slot [17] registered\n[ 0.287154] acpiphp: Slot [18] registered\n[ 0.288006] acpiphp: Slot [19] registered\n[ 0.288852] acpiphp: Slot [20] registered\n[ 0.289714] acpiphp: Slot [21] registered\n[ 0.290573] acpiphp: Slot [22] registered\n[ 0.291432] acpiphp: Slot [23] registered\n[ 0.292299] acpiphp: Slot [24] registered\n[ 0.293153] acpiphp: Slot [25] registered\n[ 0.294002] acpiphp: Slot [26] registered\n[ 0.294838] acpiphp: Slot [27] registered\n[ 0.295691] acpiphp: Slot [28] registered\n[ 0.296543] acpiphp: Slot [29] registered\n[ 0.297391] acpiphp: Slot [30] registered\n[ 0.298252] acpiphp: Slot [31] registered\n[ 0.299105] PCI host bridge to bus 0000:00\n[ 0.299953] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.301210] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.302476] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.303985] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.305484] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.311861] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.313229] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.314456] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.315809] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.322156] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.323668] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.370299] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.371793] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.373262] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.374699] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.376116] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.377426] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.379035] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.380123] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.381729] vgaarb: loaded\n[ 0.382379] vgaarb: bridge control possible 0000:00:02.0\n[ 0.383533] SCSI subsystem initialized\n[ 0.384400] ACPI: bus type USB registered\n[ 0.385227] usbcore: registered new interface driver usbfs\n[ 0.386274] usbcore: registered new interface driver hub\n[ 0.387310] usbcore: registered new device driver usb\n[ 0.388426] PCI: Using ACPI for IRQ routing\n[ 0.389496] NetLabel: Initializing\n[ 0.390227] NetLabel: domain hash size = 128\n[ 0.391092] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.392069] NetLabel: unlabeled traffic allowed by default\n[ 0.393189] clocksource: Switched to clocksource kvm-clock\n[ 0.398607] AppArmor: AppArmor Filesystem Enabled\n[ 0.399582] pnp: PnP ACPI init\n[ 0.400519] pnp: PnP ACPI: found 5 devices\n[ 0.406966] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.408759] NET: Registered protocol family 2\n[ 0.409731] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.411046] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.412256] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.413459] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.414594] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.415796] NET: Registered protocol family 1\n[ 0.416699] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.417880] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.419029] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.433109] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.447392] Trying to unpack rootfs image as initramfs...\n[ 0.496530] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.510460] Scanning for low memory corruption every 60 seconds\n[ 0.511856] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.513098] audit: initializing netlink subsys (disabled)\n[ 0.514185] audit: type=2000 audit(1536065080.722:1): initialized\n[ 0.515574] Initialise system trusted keyring\n[ 0.516544] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.517774] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.519841] zbud: loaded\n[ 0.520589] VFS: Disk quotas dquot_6.6.0\n[ 0.521464] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.523088] fuse init (API version 7.23)\n[ 0.524003] Key type big_key registered\n[ 0.524817] Allocating IMA MOK and blacklist keyrings.\n[ 0.526003] Key type asymmetric registered\n[ 0.526883] Asymmetric key parser 'x509' registered\n[ 0.527851] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.529707] io scheduler noop registered\n[ 0.530515] io scheduler deadline registered (default)\n[ 0.531518] io scheduler cfq registered\n[ 0.532362] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.533431] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.534711] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.536179] ACPI: Power Button [PWRF]\n[ 0.537017] GHES: HEST is not enabled!\n[ 0.550698] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.580852] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.583710] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.607579] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.609727] Linux agpgart interface v0.103\n[ 0.611743] brd: module loaded\n[ 0.612903] loop: module loaded\n[ 0.617692] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.619165] GPT:90111 != 2097151\n[ 0.619845] GPT:Alternate GPT header not at the end of the disk.\n[ 0.620947] GPT:90111 != 2097151\n[ 0.621632] GPT: Use GNU Parted to correct GPT errors.\n[ 0.622608] vda: vda1 vda15\n[ 0.624105] scsi host0: ata_piix\n[ 0.624842] scsi host1: ata_piix\n[ 0.625579] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.626807] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.628278] libphy: Fixed MDIO Bus: probed\n[ 0.629107] tun: Universal TUN/TAP device driver, 1.6\n[ 0.630073] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.632318] PPP generic driver version 2.4.2\n[ 0.633225] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.634520] ehci-pci: EHCI PCI platform driver\n[ 0.635399] ehci-platform: EHCI generic platform driver\n[ 0.636391] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.637535] ohci-pci: OHCI PCI platform driver\n[ 0.638414] ohci-platform: OHCI generic platform driver\n[ 0.639405] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.653783] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.654794] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.656264] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.657300] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.658427] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.659655] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.661083] usb usb1: Product: UHCI Host Controller\n[ 0.662032] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.663185] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.664183] hub 1-0:1.0: USB hub found\n[ 0.664971] hub 1-0:1.0: 2 ports detected\n[ 0.665888] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.668030] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.668990] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.670032] mousedev: PS/2 mouse device common for all mice\n[ 0.671302] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.673162] rtc_cmos 00:00: RTC can wake from S4\n[ 0.674274] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.675477] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.676673] i2c /dev entries driver\n[ 0.677445] device-mapper: uevent: version 1.0.3\n[ 0.678403] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.680050] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.681340] NET: Registered protocol family 10\n[ 0.682341] NET: Registered protocol family 17\n[ 0.683240] Key type dns_resolver registered\n[ 0.684175] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.685296] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.687057] registered taskstats version 1\n[ 0.687896] Loading compiled-in X.509 certificates\n[ 0.689356] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.691229] zswap: loaded using pool lzo/zbud\n[ 0.692608] Key type trusted registered\n[ 0.694173] Key type encrypted registered\n[ 0.695021] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.696059] ima: No TPM chip found, activating TPM-bypass!\n[ 0.697103] evm: HMAC attrs: 0x1\n[ 0.698055] Magic number: 2:275:733\n[ 0.698895] rtc_cmos 00:00: setting system clock to 2018-09-04 12:44:40 UTC (1536065080)\n[ 0.700505] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.701637] EDD information not available.\n[ 0.786166] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.787718] Write protecting the kernel read-only data: 14336k\n[ 0.799719] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.801541] 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.843736] 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.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.34. iid=i-0000010e\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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCHUKlq6NwnI3A8Jq5IIDoVIq3cRlXf/jfhC6OFGqtFyRX58TwVXgCj0LD6eLQWwMO5ZJ9snVra68wzyuTYvpqj4ALUtYAtZapDwGg7O662KNrWUgw/wY79rz0//qLYWrdWxEgnDzGiEMwwtzZtmSyn3IuTABfO88shJpbgib+J7vrr78tiLtSC1IgW8ZCRMdIB6+J3pK+IO86sfEvf5Nrt4XuUZWEMz3VER6FsAhQoNqWva7+7wij4jeOqQi/RToV5OlY30GFctufNwBmsqOgvlZXO1nd60f5NCULJ3YKlQ+nke9akOeb+uWXlD5K4mLUm8E5CTcR024OGY9GlqbDf root@sdnvpn-11-2\nssh-dss AAAAB3NzaC1kc3MAAACBAOdgEydscVPr0c6xNXZta2FOztEnwW4WdfCwPFQLFSIYacmpjAKpoI+NaYK6cwqy33ntIgBnU4qSMiZDpUQolo/W7kyDnH+j2yvusn2FPnIj/16OrcJIIPK2+Tjakf1YWkLh3eVq8c1IrfZZH2uDuygfYWAAbrLBS80vtHIgYGWrAAAAFQD4251oSY20Axac/buTrNX36n2atwAAAIEA0qOPaBbpGRm7kgRI8Ka8sRbu9kcsXU901C8Ou7JW7/23bw9vjPwvkKBLpVf7vaBW3yRP8IxzD13GYl69GTdmL+J27V5zDcx78POP9KHXp0x3xfsaj75g54Iah3XFRk1JjY5GXyPrNriC5DQC/L0drIxq8SlqrXvT9GltqetmXVgAAACAdctEHeK/0t5+nE857L49a6eH+tM6gBf2azA4+3ekY0K7IqnIHeJyWLqGNLqmDbWIjG9spAH4RjKY1s8rHRAZOZ2nDPp3TnpMQ/o1wnt72gMRov3WjYsmY9dpJ1+bsDt0NIWgM/NS99kL0BoP1DWKcxv5qbKYyRP1//fzl5nUMyw= 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.13,24,fe80::f816:3eff:fea6:17d0/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.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-0000010e\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-11-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=63.12 ===\n/dev/root resized successfully [took 2.69s]\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:A6:17:D0 \n inet addr:10.10.10.13 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fea6:17d0/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:106 errors:0 dropped:17 overruns:0 frame:0\n TX packets:104 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:10730 (10.4 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.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.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-09-04 12:46:23,371 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/28d7a11c-f6fd-4e87-8a35-8e6337e6ef8e/action used request id req-52ff1eb1-4052-4bd5-8a42-710086825116 2018-09-04 12:46:25,391 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/servers/28d7a11c-f6fd-4e87-8a35-8e6337e6ef8e/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}13774776dd426a651ccb3edd61542212e77a8d31" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-04 12:46:26,461 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12:46:25 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-177cea56-117b-422b-beaf-efcfaebd9123 x-compute-request-id: req-177cea56-117b-422b-beaf-efcfaebd9123 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 497912908 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 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.137173] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.138943] pid_max: default: 32768 minimum: 301\n[ 0.139895] ACPI: Core revision 20150930\n[ 0.141321] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.142712] Security Framework initialized\n[ 0.143583] Yama: becoming mindful.\n[ 0.144369] AppArmor: AppArmor initialized\n[ 0.145282] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.146699] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.148071] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.149357] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.150831] Initializing cgroup subsys io\n[ 0.151698] Initializing cgroup subsys memory\n[ 0.152635] Initializing cgroup subsys devices\n[ 0.153564] Initializing cgroup subsys freezer\n[ 0.154487] Initializing cgroup subsys net_cls\n[ 0.155408] Initializing cgroup subsys perf_event\n[ 0.156388] Initializing cgroup subsys net_prio\n[ 0.157325] Initializing cgroup subsys hugetlb\n[ 0.158245] Initializing cgroup subsys pids\n[ 0.159157] CPU: Physical Processor ID: 0\n[ 0.160703] mce: CPU supports 10 MCE banks\n[ 0.161607] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.162672] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.173818] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.180284] ftrace: allocating 31920 entries in 125 pages\n[ 0.206606] smpboot: Max logical packages: 1\n[ 0.207504] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.208947] x2apic enabled\n[ 0.209789] Switched APIC routing to physical x2apic.\n[ 0.211605] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.212804] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.214926] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.216835] KVM setup paravirtual spinlock\n[ 0.218181] x86: Booted up 1 node, 1 CPUs\n[ 0.219037] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.220485] devtmpfs: initialized\n[ 0.222228] evm: security.selinux\n[ 0.222972] evm: security.SMACK64\n[ 0.223701] evm: security.SMACK64EXEC\n[ 0.224492] evm: security.SMACK64TRANSMUTE\n[ 0.225374] evm: security.SMACK64MMAP\n[ 0.226163] evm: security.ima\n[ 0.226834] evm: security.capability\n[ 0.227683] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.229666] pinctrl core: initialized pinctrl subsystem\n[ 0.230817] RTC time: 12:44:39, date: 09/04/18\n[ 0.231814] NET: Registered protocol family 16\n[ 0.232834] cpuidle: using governor ladder\n[ 0.233706] cpuidle: using governor menu\n[ 0.234549] PCCT header not found.\n[ 0.235354] ACPI: bus type PCI registered\n[ 0.236207] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.237532] PCI: Using configuration type 1 for base access\n[ 0.239357] ACPI: Added _OSI(Module Device)\n[ 0.240254] ACPI: Added _OSI(Processor Device)\n[ 0.241170] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.242108] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.244312] ACPI: Interpreter enabled\n[ 0.245122] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.247088] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.249055] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.250989] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.252905] ACPI: (supports S0 S5)\n[ 0.253636] ACPI: Using IOAPIC for interrupt routing\n[ 0.254739] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.257948] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.259157] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.260461] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.261728] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.264061] acpiphp: Slot [3] registered\n[ 0.264896] acpiphp: Slot [4] registered\n[ 0.265746] acpiphp: Slot [5] registered\n[ 0.266592] acpiphp: Slot [6] registered\n[ 0.267434] acpiphp: Slot [7] registered\n[ 0.268286] acpiphp: Slot [8] registered\n[ 0.269129] acpiphp: Slot [9] registered\n[ 0.269969] acpiphp: Slot [10] registered\n[ 0.270819] acpiphp: Slot [11] registered\n[ 0.271680] acpiphp: Slot [12] registered\n[ 0.272541] acpiphp: Slot [13] registered\n[ 0.273397] acpiphp: Slot [14] registered\n[ 0.274263] acpiphp: Slot [15] registered\n[ 0.285439] acpiphp: Slot [16] registered\n[ 0.286299] acpiphp: Slot [17] registered\n[ 0.287154] acpiphp: Slot [18] registered\n[ 0.288006] acpiphp: Slot [19] registered\n[ 0.288852] acpiphp: Slot [20] registered\n[ 0.289714] acpiphp: Slot [21] registered\n[ 0.290573] acpiphp: Slot [22] registered\n[ 0.291432] acpiphp: Slot [23] registered\n[ 0.292299] acpiphp: Slot [24] registered\n[ 0.293153] acpiphp: Slot [25] registered\n[ 0.294002] acpiphp: Slot [26] registered\n[ 0.294838] acpiphp: Slot [27] registered\n[ 0.295691] acpiphp: Slot [28] registered\n[ 0.296543] acpiphp: Slot [29] registered\n[ 0.297391] acpiphp: Slot [30] registered\n[ 0.298252] acpiphp: Slot [31] registered\n[ 0.299105] PCI host bridge to bus 0000:00\n[ 0.299953] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.301210] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.302476] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.303985] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.305484] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.311861] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.313229] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.314456] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.315809] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.322156] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.323668] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.370299] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.371793] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.373262] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.374699] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.376116] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.377426] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.379035] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.380123] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.381729] vgaarb: loaded\n[ 0.382379] vgaarb: bridge control possible 0000:00:02.0\n[ 0.383533] SCSI subsystem initialized\n[ 0.384400] ACPI: bus type USB registered\n[ 0.385227] usbcore: registered new interface driver usbfs\n[ 0.386274] usbcore: registered new interface driver hub\n[ 0.387310] usbcore: registered new device driver usb\n[ 0.388426] PCI: Using ACPI for IRQ routing\n[ 0.389496] NetLabel: Initializing\n[ 0.390227] NetLabel: domain hash size = 128\n[ 0.391092] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.392069] NetLabel: unlabeled traffic allowed by default\n[ 0.393189] clocksource: Switched to clocksource kvm-clock\n[ 0.398607] AppArmor: AppArmor Filesystem Enabled\n[ 0.399582] pnp: PnP ACPI init\n[ 0.400519] pnp: PnP ACPI: found 5 devices\n[ 0.406966] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.408759] NET: Registered protocol family 2\n[ 0.409731] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.411046] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.412256] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.413459] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.414594] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.415796] NET: Registered protocol family 1\n[ 0.416699] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.417880] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.419029] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.433109] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.447392] Trying to unpack rootfs image as initramfs...\n[ 0.496530] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.510460] Scanning for low memory corruption every 60 seconds\n[ 0.511856] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.513098] audit: initializing netlink subsys (disabled)\n[ 0.514185] audit: type=2000 audit(1536065080.722:1): initialized\n[ 0.515574] Initialise system trusted keyring\n[ 0.516544] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.517774] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.519841] zbud: loaded\n[ 0.520589] VFS: Disk quotas dquot_6.6.0\n[ 0.521464] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.523088] fuse init (API version 7.23)\n[ 0.524003] Key type big_key registered\n[ 0.524817] Allocating IMA MOK and blacklist keyrings.\n[ 0.526003] Key type asymmetric registered\n[ 0.526883] Asymmetric key parser 'x509' registered\n[ 0.527851] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.529707] io scheduler noop registered\n[ 0.530515] io scheduler deadline registered (default)\n[ 0.531518] io scheduler cfq registered\n[ 0.532362] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.533431] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.534711] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.536179] ACPI: Power Button [PWRF]\n[ 0.537017] GHES: HEST is not enabled!\n[ 0.550698] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.580852] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.583710] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.607579] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.609727] Linux agpgart interface v0.103\n[ 0.611743] brd: module loaded\n[ 0.612903] loop: module loaded\n[ 0.617692] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.619165] GPT:90111 != 2097151\n[ 0.619845] GPT:Alternate GPT header not at the end of the disk.\n[ 0.620947] GPT:90111 != 2097151\n[ 0.621632] GPT: Use GNU Parted to correct GPT errors.\n[ 0.622608] vda: vda1 vda15\n[ 0.624105] scsi host0: ata_piix\n[ 0.624842] scsi host1: ata_piix\n[ 0.625579] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.626807] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.628278] libphy: Fixed MDIO Bus: probed\n[ 0.629107] tun: Universal TUN/TAP device driver, 1.6\n[ 0.630073] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.632318] PPP generic driver version 2.4.2\n[ 0.633225] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.634520] ehci-pci: EHCI PCI platform driver\n[ 0.635399] ehci-platform: EHCI generic platform driver\n[ 0.636391] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.637535] ohci-pci: OHCI PCI platform driver\n[ 0.638414] ohci-platform: OHCI generic platform driver\n[ 0.639405] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.653783] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.654794] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.656264] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.657300] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.658427] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.659655] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.661083] usb usb1: Product: UHCI Host Controller\n[ 0.662032] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.663185] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.664183] hub 1-0:1.0: USB hub found\n[ 0.664971] hub 1-0:1.0: 2 ports detected\n[ 0.665888] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.668030] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.668990] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.670032] mousedev: PS/2 mouse device common for all mice\n[ 0.671302] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.673162] rtc_cmos 00:00: RTC can wake from S4\n[ 0.674274] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.675477] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.676673] i2c /dev entries driver\n[ 0.677445] device-mapper: uevent: version 1.0.3\n[ 0.678403] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.680050] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.681340] NET: Registered protocol family 10\n[ 0.682341] NET: Registered protocol family 17\n[ 0.683240] Key type dns_resolver registered\n[ 0.684175] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.685296] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.687057] registered taskstats version 1\n[ 0.687896] Loading compiled-in X.509 certificates\n[ 0.689356] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.691229] zswap: loaded using pool lzo/zbud\n[ 0.692608] Key type trusted registered\n[ 0.694173] Key type encrypted registered\n[ 0.695021] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.696059] ima: No TPM chip found, activating TPM-bypass!\n[ 0.697103] evm: HMAC attrs: 0x1\n[ 0.698055] Magic number: 2:275:733\n[ 0.698895] rtc_cmos 00:00: setting system clock to 2018-09-04 12:44:40 UTC (1536065080)\n[ 0.700505] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.701637] EDD information not available.\n[ 0.786166] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.787718] Write protecting the kernel read-only data: 14336k\n[ 0.799719] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.801541] 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.843736] 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.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.34. iid=i-0000010e\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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCHUKlq6NwnI3A8Jq5IIDoVIq3cRlXf/jfhC6OFGqtFyRX58TwVXgCj0LD6eLQWwMO5ZJ9snVra68wzyuTYvpqj4ALUtYAtZapDwGg7O662KNrWUgw/wY79rz0//qLYWrdWxEgnDzGiEMwwtzZtmSyn3IuTABfO88shJpbgib+J7vrr78tiLtSC1IgW8ZCRMdIB6+J3pK+IO86sfEvf5Nrt4XuUZWEMz3VER6FsAhQoNqWva7+7wij4jeOqQi/RToV5OlY30GFctufNwBmsqOgvlZXO1nd60f5NCULJ3YKlQ+nke9akOeb+uWXlD5K4mLUm8E5CTcR024OGY9GlqbDf root@sdnvpn-11-2\nssh-dss AAAAB3NzaC1kc3MAAACBAOdgEydscVPr0c6xNXZta2FOztEnwW4WdfCwPFQLFSIYacmpjAKpoI+NaYK6cwqy33ntIgBnU4qSMiZDpUQolo/W7kyDnH+j2yvusn2FPnIj/16OrcJIIPK2+Tjakf1YWkLh3eVq8c1IrfZZH2uDuygfYWAAbrLBS80vtHIgYGWrAAAAFQD4251oSY20Axac/buTrNX36n2atwAAAIEA0qOPaBbpGRm7kgRI8Ka8sRbu9kcsXU901C8Ou7JW7/23bw9vjPwvkKBLpVf7vaBW3yRP8IxzD13GYl69GTdmL+J27V5zDcx78POP9KHXp0x3xfsaj75g54Iah3XFRk1JjY5GXyPrNriC5DQC/L0drIxq8SlqrXvT9GltqetmXVgAAACAdctEHeK/0t5+nE857L49a6eH+tM6gBf2azA4+3ekY0K7IqnIHeJyWLqGNLqmDbWIjG9spAH4RjKY1s8rHRAZOZ2nDPp3TnpMQ/o1wnt72gMRov3WjYsmY9dpJ1+bsDt0NIWgM/NS99kL0BoP1DWKcxv5qbKYyRP1//fzl5nUMyw= 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.13,24,fe80::f816:3eff:fea6:17d0/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.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-0000010e\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-11-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=63.12 ===\n/dev/root resized successfully [took 2.69s]\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:A6:17:D0 \n inet addr:10.10.10.13 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fea6:17d0/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:106 errors:0 dropped:17 overruns:0 frame:0\n TX packets:104 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:10730 (10.4 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.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.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-09-04 12:46:26,462 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/28d7a11c-f6fd-4e87-8a35-8e6337e6ef8e/action used request id req-177cea56-117b-422b-beaf-efcfaebd9123 2018-09-04 12:46:28,486 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/servers/28d7a11c-f6fd-4e87-8a35-8e6337e6ef8e/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}13774776dd426a651ccb3edd61542212e77a8d31" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-04 12:46:29,555 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12:46: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-3f7f5031-f7dd-438e-a56b-508e7d5282fb x-compute-request-id: req-3f7f5031-f7dd-438e-a56b-508e7d5282fb Content-Encoding: gzip Content-Length: 10895 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 497912908 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 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.137173] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.138943] pid_max: default: 32768 minimum: 301\n[ 0.139895] ACPI: Core revision 20150930\n[ 0.141321] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.142712] Security Framework initialized\n[ 0.143583] Yama: becoming mindful.\n[ 0.144369] AppArmor: AppArmor initialized\n[ 0.145282] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.146699] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.148071] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.149357] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.150831] Initializing cgroup subsys io\n[ 0.151698] Initializing cgroup subsys memory\n[ 0.152635] Initializing cgroup subsys devices\n[ 0.153564] Initializing cgroup subsys freezer\n[ 0.154487] Initializing cgroup subsys net_cls\n[ 0.155408] Initializing cgroup subsys perf_event\n[ 0.156388] Initializing cgroup subsys net_prio\n[ 0.157325] Initializing cgroup subsys hugetlb\n[ 0.158245] Initializing cgroup subsys pids\n[ 0.159157] CPU: Physical Processor ID: 0\n[ 0.160703] mce: CPU supports 10 MCE banks\n[ 0.161607] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.162672] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.173818] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.180284] ftrace: allocating 31920 entries in 125 pages\n[ 0.206606] smpboot: Max logical packages: 1\n[ 0.207504] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.208947] x2apic enabled\n[ 0.209789] Switched APIC routing to physical x2apic.\n[ 0.211605] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.212804] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.214926] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.216835] KVM setup paravirtual spinlock\n[ 0.218181] x86: Booted up 1 node, 1 CPUs\n[ 0.219037] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.220485] devtmpfs: initialized\n[ 0.222228] evm: security.selinux\n[ 0.222972] evm: security.SMACK64\n[ 0.223701] evm: security.SMACK64EXEC\n[ 0.224492] evm: security.SMACK64TRANSMUTE\n[ 0.225374] evm: security.SMACK64MMAP\n[ 0.226163] evm: security.ima\n[ 0.226834] evm: security.capability\n[ 0.227683] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.229666] pinctrl core: initialized pinctrl subsystem\n[ 0.230817] RTC time: 12:44:39, date: 09/04/18\n[ 0.231814] NET: Registered protocol family 16\n[ 0.232834] cpuidle: using governor ladder\n[ 0.233706] cpuidle: using governor menu\n[ 0.234549] PCCT header not found.\n[ 0.235354] ACPI: bus type PCI registered\n[ 0.236207] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.237532] PCI: Using configuration type 1 for base access\n[ 0.239357] ACPI: Added _OSI(Module Device)\n[ 0.240254] ACPI: Added _OSI(Processor Device)\n[ 0.241170] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.242108] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.244312] ACPI: Interpreter enabled\n[ 0.245122] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.247088] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.249055] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.250989] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.252905] ACPI: (supports S0 S5)\n[ 0.253636] ACPI: Using IOAPIC for interrupt routing\n[ 0.254739] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.257948] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.259157] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.260461] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.261728] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.264061] acpiphp: Slot [3] registered\n[ 0.264896] acpiphp: Slot [4] registered\n[ 0.265746] acpiphp: Slot [5] registered\n[ 0.266592] acpiphp: Slot [6] registered\n[ 0.267434] acpiphp: Slot [7] registered\n[ 0.268286] acpiphp: Slot [8] registered\n[ 0.269129] acpiphp: Slot [9] registered\n[ 0.269969] acpiphp: Slot [10] registered\n[ 0.270819] acpiphp: Slot [11] registered\n[ 0.271680] acpiphp: Slot [12] registered\n[ 0.272541] acpiphp: Slot [13] registered\n[ 0.273397] acpiphp: Slot [14] registered\n[ 0.274263] acpiphp: Slot [15] registered\n[ 0.285439] acpiphp: Slot [16] registered\n[ 0.286299] acpiphp: Slot [17] registered\n[ 0.287154] acpiphp: Slot [18] registered\n[ 0.288006] acpiphp: Slot [19] registered\n[ 0.288852] acpiphp: Slot [20] registered\n[ 0.289714] acpiphp: Slot [21] registered\n[ 0.290573] acpiphp: Slot [22] registered\n[ 0.291432] acpiphp: Slot [23] registered\n[ 0.292299] acpiphp: Slot [24] registered\n[ 0.293153] acpiphp: Slot [25] registered\n[ 0.294002] acpiphp: Slot [26] registered\n[ 0.294838] acpiphp: Slot [27] registered\n[ 0.295691] acpiphp: Slot [28] registered\n[ 0.296543] acpiphp: Slot [29] registered\n[ 0.297391] acpiphp: Slot [30] registered\n[ 0.298252] acpiphp: Slot [31] registered\n[ 0.299105] PCI host bridge to bus 0000:00\n[ 0.299953] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.301210] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.302476] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.303985] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.305484] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.311861] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.313229] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.314456] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.315809] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.322156] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.323668] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.370299] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.371793] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.373262] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.374699] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.376116] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.377426] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.379035] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.380123] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.381729] vgaarb: loaded\n[ 0.382379] vgaarb: bridge control possible 0000:00:02.0\n[ 0.383533] SCSI subsystem initialized\n[ 0.384400] ACPI: bus type USB registered\n[ 0.385227] usbcore: registered new interface driver usbfs\n[ 0.386274] usbcore: registered new interface driver hub\n[ 0.387310] usbcore: registered new device driver usb\n[ 0.388426] PCI: Using ACPI for IRQ routing\n[ 0.389496] NetLabel: Initializing\n[ 0.390227] NetLabel: domain hash size = 128\n[ 0.391092] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.392069] NetLabel: unlabeled traffic allowed by default\n[ 0.393189] clocksource: Switched to clocksource kvm-clock\n[ 0.398607] AppArmor: AppArmor Filesystem Enabled\n[ 0.399582] pnp: PnP ACPI init\n[ 0.400519] pnp: PnP ACPI: found 5 devices\n[ 0.406966] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.408759] NET: Registered protocol family 2\n[ 0.409731] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.411046] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.412256] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.413459] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.414594] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.415796] NET: Registered protocol family 1\n[ 0.416699] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.417880] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.419029] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.433109] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.447392] Trying to unpack rootfs image as initramfs...\n[ 0.496530] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.510460] Scanning for low memory corruption every 60 seconds\n[ 0.511856] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.513098] audit: initializing netlink subsys (disabled)\n[ 0.514185] audit: type=2000 audit(1536065080.722:1): initialized\n[ 0.515574] Initialise system trusted keyring\n[ 0.516544] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.517774] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.519841] zbud: loaded\n[ 0.520589] VFS: Disk quotas dquot_6.6.0\n[ 0.521464] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.523088] fuse init (API version 7.23)\n[ 0.524003] Key type big_key registered\n[ 0.524817] Allocating IMA MOK and blacklist keyrings.\n[ 0.526003] Key type asymmetric registered\n[ 0.526883] Asymmetric key parser 'x509' registered\n[ 0.527851] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.529707] io scheduler noop registered\n[ 0.530515] io scheduler deadline registered (default)\n[ 0.531518] io scheduler cfq registered\n[ 0.532362] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.533431] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.534711] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.536179] ACPI: Power Button [PWRF]\n[ 0.537017] GHES: HEST is not enabled!\n[ 0.550698] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.580852] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.583710] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.607579] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.609727] Linux agpgart interface v0.103\n[ 0.611743] brd: module loaded\n[ 0.612903] loop: module loaded\n[ 0.617692] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.619165] GPT:90111 != 2097151\n[ 0.619845] GPT:Alternate GPT header not at the end of the disk.\n[ 0.620947] GPT:90111 != 2097151\n[ 0.621632] GPT: Use GNU Parted to correct GPT errors.\n[ 0.622608] vda: vda1 vda15\n[ 0.624105] scsi host0: ata_piix\n[ 0.624842] scsi host1: ata_piix\n[ 0.625579] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.626807] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.628278] libphy: Fixed MDIO Bus: probed\n[ 0.629107] tun: Universal TUN/TAP device driver, 1.6\n[ 0.630073] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.632318] PPP generic driver version 2.4.2\n[ 0.633225] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.634520] ehci-pci: EHCI PCI platform driver\n[ 0.635399] ehci-platform: EHCI generic platform driver\n[ 0.636391] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.637535] ohci-pci: OHCI PCI platform driver\n[ 0.638414] ohci-platform: OHCI generic platform driver\n[ 0.639405] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.653783] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.654794] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.656264] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.657300] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.658427] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.659655] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.661083] usb usb1: Product: UHCI Host Controller\n[ 0.662032] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.663185] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.664183] hub 1-0:1.0: USB hub found\n[ 0.664971] hub 1-0:1.0: 2 ports detected\n[ 0.665888] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.668030] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.668990] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.670032] mousedev: PS/2 mouse device common for all mice\n[ 0.671302] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.673162] rtc_cmos 00:00: RTC can wake from S4\n[ 0.674274] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.675477] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.676673] i2c /dev entries driver\n[ 0.677445] device-mapper: uevent: version 1.0.3\n[ 0.678403] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.680050] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.681340] NET: Registered protocol family 10\n[ 0.682341] NET: Registered protocol family 17\n[ 0.683240] Key type dns_resolver registered\n[ 0.684175] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.685296] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.687057] registered taskstats version 1\n[ 0.687896] Loading compiled-in X.509 certificates\n[ 0.689356] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.691229] zswap: loaded using pool lzo/zbud\n[ 0.692608] Key type trusted registered\n[ 0.694173] Key type encrypted registered\n[ 0.695021] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.696059] ima: No TPM chip found, activating TPM-bypass!\n[ 0.697103] evm: HMAC attrs: 0x1\n[ 0.698055] Magic number: 2:275:733\n[ 0.698895] rtc_cmos 00:00: setting system clock to 2018-09-04 12:44:40 UTC (1536065080)\n[ 0.700505] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.701637] EDD information not available.\n[ 0.786166] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.787718] Write protecting the kernel read-only data: 14336k\n[ 0.799719] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.801541] 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.843736] 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.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.34. iid=i-0000010e\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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCHUKlq6NwnI3A8Jq5IIDoVIq3cRlXf/jfhC6OFGqtFyRX58TwVXgCj0LD6eLQWwMO5ZJ9snVra68wzyuTYvpqj4ALUtYAtZapDwGg7O662KNrWUgw/wY79rz0//qLYWrdWxEgnDzGiEMwwtzZtmSyn3IuTABfO88shJpbgib+J7vrr78tiLtSC1IgW8ZCRMdIB6+J3pK+IO86sfEvf5Nrt4XuUZWEMz3VER6FsAhQoNqWva7+7wij4jeOqQi/RToV5OlY30GFctufNwBmsqOgvlZXO1nd60f5NCULJ3YKlQ+nke9akOeb+uWXlD5K4mLUm8E5CTcR024OGY9GlqbDf root@sdnvpn-11-2\nssh-dss AAAAB3NzaC1kc3MAAACBAOdgEydscVPr0c6xNXZta2FOztEnwW4WdfCwPFQLFSIYacmpjAKpoI+NaYK6cwqy33ntIgBnU4qSMiZDpUQolo/W7kyDnH+j2yvusn2FPnIj/16OrcJIIPK2+Tjakf1YWkLh3eVq8c1IrfZZH2uDuygfYWAAbrLBS80vtHIgYGWrAAAAFQD4251oSY20Axac/buTrNX36n2atwAAAIEA0qOPaBbpGRm7kgRI8Ka8sRbu9kcsXU901C8Ou7JW7/23bw9vjPwvkKBLpVf7vaBW3yRP8IxzD13GYl69GTdmL+J27V5zDcx78POP9KHXp0x3xfsaj75g54Iah3XFRk1JjY5GXyPrNriC5DQC/L0drIxq8SlqrXvT9GltqetmXVgAAACAdctEHeK/0t5+nE857L49a6eH+tM6gBf2azA4+3ekY0K7IqnIHeJyWLqGNLqmDbWIjG9spAH4RjKY1s8rHRAZOZ2nDPp3TnpMQ/o1wnt72gMRov3WjYsmY9dpJ1+bsDt0NIWgM/NS99kL0BoP1DWKcxv5qbKYyRP1//fzl5nUMyw= 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.13,24,fe80::f816:3eff:fea6:17d0/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.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-0000010e\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-11-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=63.12 ===\n/dev/root resized successfully [took 2.69s]\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:A6:17:D0 \n inet addr:10.10.10.13 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fea6:17d0/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:106 errors:0 dropped:17 overruns:0 frame:0\n TX packets:104 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:10730 (10.4 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.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.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.138782] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.138785] usb 1-1: Product: QEMU USB Tablet\n[ 1.138788] usb 1-1: Manufacturer: QEMU\n[ 1.138790] usb 1-1: SerialNumber: 42\n[ 1.328720] EXT4-fs (vda1): re-mounted. Opts: data=ordered\n[ 1.370352] EXT4-fs (vda1): re-mounted. Opts: data=ordered\n[ 1.509400] tsc: Refined TSC clocksource calibration: 3491.912 MHz\n[ 1.509402] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3255787006b, max_idle_ns: 440795244845 ns\n[ 63.246565] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\n[ 63.588829] EXT4-fs (vda1): resized filesystem to 1039340\n### tail -n 25 /var/log/messages\nSep 4 13:44:41 cirros syslog.info syslogd started: BusyBox v1.23.2\nSep 4 13:44:41 cirros kern.notice kernel: klogd started: BusyBox v1.23.2 (2017-11-20 02:37:12 UTC)\nSep 4 13:44:41 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpuset\nSep 4 13:44:41 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpu\nSep 4 13:44:41 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpuacct\nSep 4 13:44:41 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)\nSep 4 13:44:41 cirros kern.info kernel: [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\nSep 4 13:44:41 cirros kern.info kernel: [ 0.000000] KERNEL supported cpus:\nSep 4 13:44:41 cirros kern.info kernel: [ 0.000000] Intel GenuineIntel\nSep 4 13:44:41 cirros kern.info kernel: [ 0.000000] AMD AuthenticAMD\nSep 4 13:44:41 cirros kern.info kernel: [ 0.000000] Centaur CentaurHauls\nSep 4 13:44:41 cirros kern.info kernel: [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\nSep 4 13:44:41 cirros kern.info kernel: [ 1.509400] tsc: Refined TSC clocksource calibration: 3491.912 MHz\nSep 4 13:44:41 cirros kern.info kernel: [ 1.509402] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3255787006b, max_idle_ns: 440795244845 ns\nSep 4 13:45:42 cirros auth.notice su: + /dev/console root:cirros\nSep 4 13:45:42 cirros authpriv.info dropbear[340]: Running in background\nSep 4 13:45:43 cirros kern.info kernel: [ 63.246565] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\nSep 4 13:45:43 cirros kern.info kernel: [ 63.588829] 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-09-04 12:46:29,556 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/28d7a11c-f6fd-4e87-8a35-8e6337e6ef8e/action used request id req-3f7f5031-f7dd-438e-a56b-508e7d5282fb 2018-09-04 12:46:31,591 - sdnvpn.test.functest.testcase_11 - INFO - Wait before subtest 2018-09-04 12:47:01,624 - paramiko.transport - DEBUG - [chan 5] Max packet in: 32768 bytes 2018-09-04 12:47:01,626 - paramiko.transport - DEBUG - [chan 5] Max packet out: 32768 bytes 2018-09-04 12:47:01,626 - paramiko.transport - DEBUG - Secsh channel 5 opened. 2018-09-04 12:47:01,632 - paramiko.transport - DEBUG - [chan 5] Sesch channel 5 request ok 2018-09-04 12:47:01,670 - paramiko.transport - DEBUG - [chan 5] EOF received (5) 2018-09-04 12:47:01,671 - paramiko.transport - DEBUG - [chan 6] Max packet in: 32768 bytes 2018-09-04 12:47:01,671 - paramiko.transport - DEBUG - [chan 5] EOF sent (5) 2018-09-04 12:47:01,673 - paramiko.transport - DEBUG - [chan 6] Max packet out: 32768 bytes 2018-09-04 12:47:01,673 - paramiko.transport - DEBUG - Secsh channel 6 opened. 2018-09-04 12:47:01,713 - paramiko.transport - DEBUG - [chan 6] Sesch channel 6 request ok 2018-09-04 12:47:01,747 - paramiko.transport - DEBUG - [chan 6] EOF received (6) 2018-09-04 12:47:01,749 - paramiko.transport - DEBUG - [chan 5] Max packet in: 32768 bytes 2018-09-04 12:47:01,751 - paramiko.transport - DEBUG - [chan 6] EOF sent (6) 2018-09-04 12:47:01,752 - paramiko.transport - DEBUG - [chan 5] Max packet out: 32768 bytes 2018-09-04 12:47:01,752 - paramiko.transport - DEBUG - Secsh channel 5 opened. 2018-09-04 12:47:01,755 - paramiko.transport - DEBUG - [chan 5] Sesch channel 5 request ok 2018-09-04 12:47:01,792 - paramiko.transport - DEBUG - [chan 5] EOF received (5) 2018-09-04 12:47:01,793 - paramiko.transport - DEBUG - [chan 6] Max packet in: 32768 bytes 2018-09-04 12:47:01,793 - paramiko.transport - DEBUG - [chan 5] EOF sent (5) 2018-09-04 12:47:01,795 - paramiko.transport - DEBUG - [chan 6] Max packet out: 32768 bytes 2018-09-04 12:47:01,795 - paramiko.transport - DEBUG - Secsh channel 6 opened. 2018-09-04 12:47:01,835 - paramiko.transport - DEBUG - [chan 6] Sesch channel 6 request ok 2018-09-04 12:47:01,869 - paramiko.transport - DEBUG - [chan 6] EOF received (6) 2018-09-04 12:47:01,870 - sdnvpn-results - INFO - Check if a new group was added to OVS 2018-09-04 12:47:01,871 - paramiko.transport - DEBUG - [chan 7] Max packet in: 32768 bytes 2018-09-04 12:47:01,872 - paramiko.transport - DEBUG - [chan 6] EOF sent (6) 2018-09-04 12:47:01,873 - paramiko.transport - DEBUG - [chan 7] Max packet out: 32768 bytes 2018-09-04 12:47:01,873 - paramiko.transport - DEBUG - Secsh channel 7 opened. 2018-09-04 12:47:01,875 - paramiko.transport - DEBUG - [chan 7] Sesch channel 7 request ok 2018-09-04 12:47:01,912 - paramiko.transport - DEBUG - [chan 7] EOF received (7) 2018-09-04 12:47:01,914 - paramiko.transport - DEBUG - [chan 8] Max packet in: 32768 bytes 2018-09-04 12:47:01,914 - paramiko.transport - DEBUG - [chan 7] EOF sent (7) 2018-09-04 12:47:01,915 - paramiko.transport - DEBUG - [chan 8] Max packet out: 32768 bytes 2018-09-04 12:47:01,915 - paramiko.transport - DEBUG - Secsh channel 8 opened. 2018-09-04 12:47:01,956 - paramiko.transport - DEBUG - [chan 8] Sesch channel 8 request ok 2018-09-04 12:47:02,024 - paramiko.transport - DEBUG - [chan 8] EOF received (8) 2018-09-04 12:47:02,025 - paramiko.transport - DEBUG - [chan 7] Max packet in: 32768 bytes 2018-09-04 12:47:02,025 - paramiko.transport - DEBUG - [chan 8] EOF sent (8) 2018-09-04 12:47:02,026 - paramiko.transport - DEBUG - [chan 7] Max packet out: 32768 bytes 2018-09-04 12:47:02,027 - paramiko.transport - DEBUG - Secsh channel 7 opened. 2018-09-04 12:47:02,029 - paramiko.transport - DEBUG - [chan 7] Sesch channel 7 request ok 2018-09-04 12:47:02,102 - paramiko.transport - DEBUG - [chan 7] EOF received (7) 2018-09-04 12:47:02,106 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/servers/b9b02d0a-e318-4650-865a-021cd59eb433/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}06d649f8d7b51d80b29328548d287907b8b08e48" -d '{"forceDelete": null}' 2018-09-04 12:47:02,108 - paramiko.transport - DEBUG - [chan 7] EOF sent (7) 2018-09-04 12:47:02,290 - novaclient.v2.client - DEBUG - RESP: [202] Date: Tue, 04 Sep 2018 12:47: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-c551aa29-6b2e-4c26-8504-ab57de2595cc x-compute-request-id: req-c551aa29-6b2e-4c26-8504-ab57de2595cc Content-Length: 0 Content-Type: application/json 2018-09-04 12:47:02,291 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/b9b02d0a-e318-4650-865a-021cd59eb433/action used request id req-c551aa29-6b2e-4c26-8504-ab57de2595cc 2018-09-04 12:47:02,294 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/servers/28d7a11c-f6fd-4e87-8a35-8e6337e6ef8e/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}06d649f8d7b51d80b29328548d287907b8b08e48" -d '{"forceDelete": null}' 2018-09-04 12:47:02,488 - novaclient.v2.client - DEBUG - RESP: [202] Date: Tue, 04 Sep 2018 12:47: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-e3253112-23b5-48c8-97df-965d2817940d x-compute-request-id: req-e3253112-23b5-48c8-97df-965d2817940d Content-Length: 0 Content-Type: application/json 2018-09-04 12:47:02,488 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/28d7a11c-f6fd-4e87-8a35-8e6337e6ef8e/action used request id req-e3253112-23b5-48c8-97df-965d2817940d 2018-09-04 12:47:02,491 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:9292/v2/images/5df0d1a5-fae9-4d07-a074-3b5a26f086d8 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}cb200bf42a1b6129641926d97ee3f627f85a846d" 2018-09-04 12:47:03,984 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-f7055b9e-575c-49a6-89b6-d5745ca5026f Date: Tue, 04 Sep 2018 12:47:03 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-09-04 12:47:03,984 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.28:9292/v2/images/5df0d1a5-fae9-4d07-a074-3b5a26f086d8 used request id req-f7055b9e-575c-49a6-89b6-d5745ca5026f 2018-09-04 12:47:03,990 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:9696/v2.0/subnets/9a50f8f9-4d93-483a-9da9-d729f133f492 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}17d18532c44082b59cfb1564d030f3f732cd71bf" 2018-09-04 12:47:06,254 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-46419dc8-54f7-4ab4-bd9d-a0c394eadc75 Date: Tue, 04 Sep 2018 12:47:06 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-04 12:47:06,254 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/subnets/9a50f8f9-4d93-483a-9da9-d729f133f492 used request id req-46419dc8-54f7-4ab4-bd9d-a0c394eadc75 2018-09-04 12:47:06,261 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:9696/v2.0/networks/7b1065a4-ddca-4929-b484-1d3f8e547f51 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}17d18532c44082b59cfb1564d030f3f732cd71bf" 2018-09-04 12:47:07,670 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-14a09448-cd10-4e36-b1b5-8c4e7ed79418 Date: Tue, 04 Sep 2018 12:47:07 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-04 12:47:07,670 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/networks/7b1065a4-ddca-4929-b484-1d3f8e547f51 used request id req-14a09448-cd10-4e36-b1b5-8c4e7ed79418 2018-09-04 12:47:07,671 - paramiko.transport - DEBUG - [chan 9] Max packet in: 32768 bytes 2018-09-04 12:47:07,672 - paramiko.transport - DEBUG - [chan 9] Max packet out: 32768 bytes 2018-09-04 12:47:07,672 - paramiko.transport - DEBUG - Secsh channel 9 opened. 2018-09-04 12:47:07,674 - paramiko.transport - DEBUG - [chan 9] Sesch channel 9 request ok 2018-09-04 12:47:07,737 - paramiko.transport - DEBUG - [chan 9] EOF received (9) 2018-09-04 12:47:07,737 - paramiko.transport - DEBUG - [chan 8] Max packet in: 32768 bytes 2018-09-04 12:47:07,738 - paramiko.transport - DEBUG - [chan 9] EOF sent (9) 2018-09-04 12:47:07,739 - paramiko.transport - DEBUG - [chan 8] Max packet out: 32768 bytes 2018-09-04 12:47:07,739 - paramiko.transport - DEBUG - Secsh channel 8 opened. 2018-09-04 12:47:07,742 - paramiko.transport - DEBUG - [chan 8] Sesch channel 8 request ok 2018-09-04 12:47:07,819 - paramiko.transport - DEBUG - [chan 8] EOF received (8) 2018-09-04 12:47:07,819 - sdnvpn.test.functest.testcase_11 - INFO - Wait before subtest 2018-09-04 12:47:07,820 - paramiko.transport - DEBUG - [chan 8] EOF sent (8) 2018-09-04 12:47:37,850 - paramiko.transport - DEBUG - [chan 10] Max packet in: 32768 bytes 2018-09-04 12:47:37,851 - paramiko.transport - DEBUG - [chan 10] Max packet out: 32768 bytes 2018-09-04 12:47:37,851 - paramiko.transport - DEBUG - Secsh channel 10 opened. 2018-09-04 12:47:37,854 - paramiko.transport - DEBUG - [chan 10] Sesch channel 10 request ok 2018-09-04 12:47:37,889 - paramiko.transport - DEBUG - [chan 10] EOF received (10) 2018-09-04 12:47:37,891 - paramiko.transport - DEBUG - [chan 11] Max packet in: 32768 bytes 2018-09-04 12:47:37,892 - paramiko.transport - DEBUG - [chan 10] EOF sent (10) 2018-09-04 12:47:37,893 - paramiko.transport - DEBUG - [chan 11] Max packet out: 32768 bytes 2018-09-04 12:47:37,893 - paramiko.transport - DEBUG - Secsh channel 11 opened. 2018-09-04 12:47:37,933 - paramiko.transport - DEBUG - [chan 11] Sesch channel 11 request ok 2018-09-04 12:47:37,967 - paramiko.transport - DEBUG - [chan 11] EOF received (11) 2018-09-04 12:47:37,968 - paramiko.transport - DEBUG - [chan 9] Max packet in: 32768 bytes 2018-09-04 12:47:37,969 - paramiko.transport - DEBUG - [chan 9] Max packet out: 32768 bytes 2018-09-04 12:47:37,969 - paramiko.transport - DEBUG - [chan 11] EOF sent (11) 2018-09-04 12:47:37,969 - paramiko.transport - DEBUG - Secsh channel 9 opened. 2018-09-04 12:47:37,973 - paramiko.transport - DEBUG - [chan 9] Sesch channel 9 request ok 2018-09-04 12:47:38,008 - paramiko.transport - DEBUG - [chan 9] EOF received (9) 2018-09-04 12:47:38,010 - paramiko.transport - DEBUG - [chan 10] Max packet in: 32768 bytes 2018-09-04 12:47:38,011 - paramiko.transport - DEBUG - [chan 9] EOF sent (9) 2018-09-04 12:47:38,011 - paramiko.transport - DEBUG - [chan 10] Max packet out: 32768 bytes 2018-09-04 12:47:38,012 - paramiko.transport - DEBUG - Secsh channel 10 opened. 2018-09-04 12:47:38,052 - paramiko.transport - DEBUG - [chan 10] Sesch channel 10 request ok 2018-09-04 12:47:38,084 - paramiko.transport - DEBUG - [chan 10] EOF received (10) 2018-09-04 12:47:38,085 - sdnvpn-results - INFO - Check if group was removed from OVS after deleting the topology. 2018-09-04 12:47:38,086 - 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-09-04 12:47:38,086 - sdnvpn-results - INFO - One or more subtests have failed. 2018-09-04 12:47:38,086 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Execution is complete for the testcase sdnvpn.test.functest.testcase_11 2018-09-04 12:47:38,087 - paramiko.transport - DEBUG - [chan 10] EOF sent (10) 2018-09-04 12:47:38,087 - 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-09-04 12:47:38,088 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Running 'sdnvpn.test.functest.testcase_4 - VPN provides connectivity between subnets using router association' 2018-09-04 12:47:38,088 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - ============================================================================================================== 2018-09-04 12:47:38,088 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Importing the testcase sdnvpn.test.functest.testcase_4 2018-09-04 12:47:38,166 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Calling the testcase sdnvpn.test.functest.testcase_4 main method 2018-09-04 12:47:38,166 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-09-04 12:47:38,166 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-09-04 12:47:38,166 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-09-04 12:47:38,166 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-09-04 12:47:38,166 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-09-04 12:47:38,166 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-09-04 12:47:38,166 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-09-04 12:47:38,166 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-09-04 12:47:38,167 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-09-04 12:47:38,167 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-09-04 12:47:38,167 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-09-04 12:47:38,167 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-09-04 12:47:38,167 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-09-04 12:47:38,167 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-09-04 12:47:38,167 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-09-04 12:47:38,167 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-09-04 12:47:38,167 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-09-04 12:47:38,167 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-09-04 12:47:38,167 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-09-04 12:47:38,167 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-09-04 12:47:38,168 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-09-04 12:47:38,168 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-09-04 12:47:38,168 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-09-04 12:47:38,168 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-09-04 12:47:38,169 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-09-04 12:47:38,170 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-09-04 12:47:38,170 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-09-04 12:47:38,170 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-09-04 12:47:38,170 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-09-04 12:47:38,170 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-09-04 12:47:38,170 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-09-04 12:47:38,170 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-09-04 12:47:38,170 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-09-04 12:47:38,170 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-09-04 12:47:38,170 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-09-04 12:47:38,170 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-09-04 12:47:38,171 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-09-04 12:47:38,171 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-09-04 12:47:38,171 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-09-04 12:47:38,171 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-09-04 12:47:38,171 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-09-04 12:47:38,171 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-09-04 12:47:38,171 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-09-04 12:47:38,171 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-09-04 12:47:38,171 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-09-04 12:47:38,171 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-09-04 12:47:38,171 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-09-04 12:47:38,172 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-09-04 12:47:38,172 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-09-04 12:47:38,173 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-09-04 12:47:38,173 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-09-04 12:47:38,173 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-09-04 12:47:38,173 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-09-04 12:47:38,173 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-09-04 12:47:38,173 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-09-04 12:47:38,173 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-09-04 12:47:38,174 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-09-04 12:47:38,174 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-09-04 12:47:38,174 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-09-04 12:47:38,174 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-09-04 12:47:38,174 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-09-04 12:47:38,174 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-09-04 12:47:38,174 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-09-04 12:47:38,174 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-09-04 12:47:38,174 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-09-04 12:47:38,174 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-09-04 12:47:38,174 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-09-04 12:47:38,174 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-09-04 12:47:38,174 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-09-04 12:47:38,175 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-09-04 12:47:38,175 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-09-04 12:47:38,175 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-09-04 12:47:38,175 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-09-04 12:47:38,175 - sdnvpn.lib.openstack_utils - INFO - OS_IMAGE_API_VERSION is set in env as '2' 2018-09-04 12:47:38,176 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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-09-04 12:47:38,183 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12:47:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-99ce81c2-abad-45c4-8b35-ba173c2855ff 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.28:5000/v3/", "rel": "self"}]}} 2018-09-04 12:47:38,183 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-99ce81c2-abad-45c4-8b35-ba173c2855ff 2018-09-04 12:47:38,184 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-09-04 12:47:38,582 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "3d416247e8224533841040c3ad2bce5a", "name": "admin"}], "expires_at": "2018-09-04T13:47:38.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1e2f68a072b64978bd7ea91c2d64aca6", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v1/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235635a698ef4bef9dc6b25273d185da"}, {"url": "http://192.30.9.6:8776/v1/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "23b07b3fbfc340a58cf0f9b2871a0d23"}, {"url": "http://172.30.9.28:8776/v1/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "72fd0aaa144d45419f4b04b6b26f69a7"}], "type": "volume", "id": "097241c25b4d4f7e91b3f8efa155909e", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v3/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93eb4cf3030a49e7840bec071422d397"}, {"url": "http://192.30.9.6:8776/v3/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8af439a6ac147fdbcb38ed9aa916b68"}, {"url": "http://192.30.9.6:8776/v3/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c4bfdbc9b7c74a23a40afdf578cfeba4"}], "type": "volumev3", "id": "1c85f4682ce44f729db1dabd98e965e8", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "82239574a29d4603a2161006f61851cf"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8d15f7134f364a7bbcfff2f84aac3bf2"}, {"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e01668c43a0c4c279b9a3d20a0280d6c"}], "type": "image", "id": "297d8415ca96454991054983920912f7", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7bb4d60e20734d4a9f31ec75e02cb823"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bf6adec15590466a9a0d3bddb00e8993"}, {"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f096f03a1d12411a8972f6f7c196b60d"}], "type": "policy", "id": "54c64351b56d44bbad74c2969cc3aa00", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "354ae6870a324fab82d0a0fb68ee0f26"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a3807e460dd4af488d982b66c52e64c"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e7c3da785076450abd71868e75ce0c33"}], "type": "cloudformation", "id": "6ac9917ae83c4639a15a4ab3cf0e76dd", "name": "heat-cfn"}, {"endpoints": [], "type": "metering", "id": "7fcc078e5e0645f29df67742ac14e388", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49e71628d386464cb950d6a9db00a328"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75b0a63ed8574bbcab1c851cc9b83d30"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9902b0a8b3c04cd192a1b84c417c232b"}], "type": "key-manager", "id": "9626544a32e74678a641c6e206f028a9", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "497340e5aa36485982fdf297f370558f"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7802beb4fc7c4952897b77bd5610b1fe"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c14af798917f4fa0b146d9772583e595"}], "type": "metric", "id": "973bfe8c658d4e5a8da725e76b9d550e", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "288ecc3674ea41d2aa3b790dcb832bf2"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7a6dc785cd7142f5b30f1a7ba0daeb03"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7f7d34e2351b4964befccc862c4e8e12"}], "type": "network", "id": "a348d7b06050474fb449be7f32ea6f5d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "21bce6ecb8464a1f8f3e3847aa698bd6"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0a8faf2246b47deb30e69e48d3551fb"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e71c6011de3d4d8589e5b53dcc79f288"}], "type": "identity", "id": "ad8d4b4953184137a1b913ecee9434ed", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "13474f9a78ca4f1184e4cddc84d0d98c"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad67365a18234bb78c336e6776958c00"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc54db13337f44f8921fbb9ad0f81de8"}], "type": "alarming", "id": "bb18dc3243034f08a6a7f69f7a1edccf", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0d91d7adf0304b2681c77f979e5cdb17"}, {"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "756e5ffca9774ab3ae2db41bf330417f"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c07c727a08c243b287827f539a124e63"}], "type": "placement", "id": "bb2c9432fcbd4c56913177122468f6ba", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8004/v1/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1eed4912224b48cf9856446eae4d9928"}, {"url": "http://192.30.9.6:8004/v1/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b73b7f99236541148d84f24f09e5dd40"}, {"url": "http://192.30.9.6:8004/v1/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fbf12e52911244fdafc24a9d46f56e62"}], "type": "orchestration", "id": "c8918d139da945ba93df4ccce21d4904", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16bf098b9e2e490f8e47fa601059f975"}, {"url": "http://192.30.9.6:8776/v2/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc16fa4cf491444ca2f611d5692c1170"}, {"url": "http://192.30.9.6:8776/v2/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ccd2c5325dff4b90b391db9fdde67d99"}], "type": "volumev2", "id": "d09ac9123c34494abce21d6c27bee9d9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eac694332354a3aa0e61c31314166d7"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b4d4989c4e764717ab78d38675cadd3f"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff196e46b56d406d87a678f1a64497b0"}], "type": "compute", "id": "d4030ee932c84df58c5b910cc197caa7", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "42c3a9abd8ad4ce8ab2c4cc6e0403c33"}, "audit_ids": ["p3KX2GESQvW8PM8c9XuZfA"], "issued_at": "2018-09-04T12:47:38.000000Z"}} 2018-09-04 12:47:38,585 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9292/v2/images?limit=20 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}b2de16bcc6c4b0edb823c21ded586193e00697b8" 2018-09-04 12:47:38,760 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 78 Content-Type: application/json X-Openstack-Request-Id: req-460f8e46-9dd2-4e05-8904-2384aec5a588 Date: Tue, 04 Sep 2018 12:47:38 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?limit=20"} 2018-09-04 12:47:38,760 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images?limit=20 used request id req-460f8e46-9dd2-4e05-8904-2384aec5a588 2018-09-04 12:47:38,760 - sdnvpn.lib.openstack_utils - INFO - Creating image 'sdnvpn-image' from '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'... 2018-09-04 12:47:38,763 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}b2de16bcc6c4b0edb823c21ded586193e00697b8" 2018-09-04 12:47:38,910 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-b927c3e8-22a3-426a-8731-02e590994bd9 Date: Tue, 04 Sep 2018 12:47: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-09-04 12:47:38,910 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/schemas/image used request id req-b927c3e8-22a3-426a-8731-02e590994bd9 2018-09-04 12:47:38,934 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}b2de16bcc6c4b0edb823c21ded586193e00697b8" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "sdnvpn-image", "visibility": "public"}' 2018-09-04 12:47:39,118 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 573 Content-Type: application/json Location: http://172.30.9.28:9292/v2/images/6d961757-7e3b-4c10-bfe0-38e22b7a2caf X-Openstack-Request-Id: req-85957569-f168-45c8-b50b-1b5adcf9c538 Date: Tue, 04 Sep 2018 12:47:39 GMT RESP BODY: {"status": "queued", "name": "sdnvpn-image", "tags": [], "container_format": "bare", "created_at": "2018-09-04T12:47:39Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-09-04T12:47:39Z", "visibility": "public", "locations": [], "self": "/v2/images/6d961757-7e3b-4c10-bfe0-38e22b7a2caf", "min_disk": 0, "protected": false, "id": "6d961757-7e3b-4c10-bfe0-38e22b7a2caf", "file": "/v2/images/6d961757-7e3b-4c10-bfe0-38e22b7a2caf/file", "checksum": null, "owner": "1e2f68a072b64978bd7ea91c2d64aca6", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-09-04 12:47:39,119 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.28:9292/v2/images used request id req-85957569-f168-45c8-b50b-1b5adcf9c538 2018-09-04 12:47:39,131 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.28:9292/v2/images/6d961757-7e3b-4c10-bfe0-38e22b7a2caf/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}b2de16bcc6c4b0edb823c21ded586193e00697b8" -d '' 2018-09-04 12:47:41,232 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-771f48b6-0ae2-4aa7-baf8-7ce837b8931b Date: Tue, 04 Sep 2018 12:47:41 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-09-04 12:47:41,232 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.28:9292/v2/images/6d961757-7e3b-4c10-bfe0-38e22b7a2caf/file used request id req-771f48b6-0ae2-4aa7-baf8-7ce837b8931b 2018-09-04 12:47:41,233 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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-09-04 12:47:41,240 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12:47:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e8bb22aa-5807-4624-b755-faa91e4e86cf 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.28:5000/v3/", "rel": "self"}]}} 2018-09-04 12:47:41,241 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-e8bb22aa-5807-4624-b755-faa91e4e86cf 2018-09-04 12:47:41,241 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-09-04 12:47:41,626 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "3d416247e8224533841040c3ad2bce5a", "name": "admin"}], "expires_at": "2018-09-04T13:47:41.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1e2f68a072b64978bd7ea91c2d64aca6", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v1/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235635a698ef4bef9dc6b25273d185da"}, {"url": "http://192.30.9.6:8776/v1/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "23b07b3fbfc340a58cf0f9b2871a0d23"}, {"url": "http://172.30.9.28:8776/v1/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "72fd0aaa144d45419f4b04b6b26f69a7"}], "type": "volume", "id": "097241c25b4d4f7e91b3f8efa155909e", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v3/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93eb4cf3030a49e7840bec071422d397"}, {"url": "http://192.30.9.6:8776/v3/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8af439a6ac147fdbcb38ed9aa916b68"}, {"url": "http://192.30.9.6:8776/v3/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c4bfdbc9b7c74a23a40afdf578cfeba4"}], "type": "volumev3", "id": "1c85f4682ce44f729db1dabd98e965e8", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "82239574a29d4603a2161006f61851cf"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8d15f7134f364a7bbcfff2f84aac3bf2"}, {"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e01668c43a0c4c279b9a3d20a0280d6c"}], "type": "image", "id": "297d8415ca96454991054983920912f7", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7bb4d60e20734d4a9f31ec75e02cb823"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bf6adec15590466a9a0d3bddb00e8993"}, {"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f096f03a1d12411a8972f6f7c196b60d"}], "type": "policy", "id": "54c64351b56d44bbad74c2969cc3aa00", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "354ae6870a324fab82d0a0fb68ee0f26"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a3807e460dd4af488d982b66c52e64c"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e7c3da785076450abd71868e75ce0c33"}], "type": "cloudformation", "id": "6ac9917ae83c4639a15a4ab3cf0e76dd", "name": "heat-cfn"}, {"endpoints": [], "type": "metering", "id": "7fcc078e5e0645f29df67742ac14e388", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49e71628d386464cb950d6a9db00a328"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75b0a63ed8574bbcab1c851cc9b83d30"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9902b0a8b3c04cd192a1b84c417c232b"}], "type": "key-manager", "id": "9626544a32e74678a641c6e206f028a9", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "497340e5aa36485982fdf297f370558f"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7802beb4fc7c4952897b77bd5610b1fe"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c14af798917f4fa0b146d9772583e595"}], "type": "metric", "id": "973bfe8c658d4e5a8da725e76b9d550e", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "288ecc3674ea41d2aa3b790dcb832bf2"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7a6dc785cd7142f5b30f1a7ba0daeb03"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7f7d34e2351b4964befccc862c4e8e12"}], "type": "network", "id": "a348d7b06050474fb449be7f32ea6f5d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "21bce6ecb8464a1f8f3e3847aa698bd6"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0a8faf2246b47deb30e69e48d3551fb"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e71c6011de3d4d8589e5b53dcc79f288"}], "type": "identity", "id": "ad8d4b4953184137a1b913ecee9434ed", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "13474f9a78ca4f1184e4cddc84d0d98c"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad67365a18234bb78c336e6776958c00"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc54db13337f44f8921fbb9ad0f81de8"}], "type": "alarming", "id": "bb18dc3243034f08a6a7f69f7a1edccf", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0d91d7adf0304b2681c77f979e5cdb17"}, {"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "756e5ffca9774ab3ae2db41bf330417f"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c07c727a08c243b287827f539a124e63"}], "type": "placement", "id": "bb2c9432fcbd4c56913177122468f6ba", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8004/v1/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1eed4912224b48cf9856446eae4d9928"}, {"url": "http://192.30.9.6:8004/v1/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b73b7f99236541148d84f24f09e5dd40"}, {"url": "http://192.30.9.6:8004/v1/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fbf12e52911244fdafc24a9d46f56e62"}], "type": "orchestration", "id": "c8918d139da945ba93df4ccce21d4904", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16bf098b9e2e490f8e47fa601059f975"}, {"url": "http://192.30.9.6:8776/v2/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc16fa4cf491444ca2f611d5692c1170"}, {"url": "http://192.30.9.6:8776/v2/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ccd2c5325dff4b90b391db9fdde67d99"}], "type": "volumev2", "id": "d09ac9123c34494abce21d6c27bee9d9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eac694332354a3aa0e61c31314166d7"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b4d4989c4e764717ab78d38675cadd3f"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff196e46b56d406d87a678f1a64497b0"}], "type": "compute", "id": "d4030ee932c84df58c5b910cc197caa7", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "42c3a9abd8ad4ce8ab2c4cc6e0403c33"}, "audit_ids": ["lb9RYE6vRjqlelu8nxmVnQ"], "issued_at": "2018-09-04T12:47:41.000000Z"}} 2018-09-04 12:47:41,633 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0b61b8ea05b36ccfca0a58d973e2028d82ee4ecd" 2018-09-04 12:47:41,875 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1982 X-Openstack-Request-Id: req-304c8c68-c32c-40d9-90ba-fb1a7d73fed3 Date: Tue, 04 Sep 2018 12:47:41 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"4097e349-dd4a-4a5e-95d6-eed5c2d7b85a","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"18025ed81c804927a1f0e0e0ba20836f","status":"ACTIVE","subnets":["5092c110-d468-4f12-acae-47d56d35dff1"],"description":"","tags":[],"updated_at":"2018-09-04T10:10:50Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"18025ed81c804927a1f0e0e0ba20836f","created_at":"2018-09-04T10:10:44Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"8b642b01-8be3-4202-b6e4-b88520b015c4","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"219a354443d04b66b7da22e8fcd0b9ff","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-09-04T11:25:51Z","provider:segmentation_id":59,"name":"c_rally_9fc79e06_ZGxNMMaa","admin_state_up":true,"tenant_id":"219a354443d04b66b7da22e8fcd0b9ff","created_at":"2018-09-04T11:25:50Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"8cea24ab-c14e-4953-98f8-e1fcc81d26f9","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"1e2f68a072b64978bd7ea91c2d64aca6","status":"ACTIVE","subnets":["9b7290c2-49a6-46c7-9497-511f61f1fdc4"],"description":"","tags":[],"updated_at":"2018-09-04T12:38:04Z","provider:segmentation_id":8,"name":"sdnvpn-12-1-net","admin_state_up":true,"tenant_id":"1e2f68a072b64978bd7ea91c2d64aca6","created_at":"2018-09-04T12:38:04Z","provider:network_type":"vxlan"}]} 2018-09-04 12:47:41,875 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks used request id req-304c8c68-c32c-40d9-90ba-fb1a7d73fed3 2018-09-04 12:47:41,881 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0b61b8ea05b36ccfca0a58d973e2028d82ee4ecd" 2018-09-04 12:47:42,131 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1254 X-Openstack-Request-Id: req-9a47ee69-02fe-4e34-b025-76f4794a3ee7 Date: Tue, 04 Sep 2018 12:47:42 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"4097e349-dd4a-4a5e-95d6-eed5c2d7b85a","tenant_id":"18025ed81c804927a1f0e0e0ba20836f","created_at":"2018-09-04T10:10:50Z","dns_nameservers":[],"updated_at":"2018-09-04T10:10:50Z","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":"18025ed81c804927a1f0e0e0ba20836f","id":"5092c110-d468-4f12-acae-47d56d35dff1","subnetpool_id":null,"name":"external-subnet"},{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"8cea24ab-c14e-4953-98f8-e1fcc81d26f9","tenant_id":"1e2f68a072b64978bd7ea91c2d64aca6","created_at":"2018-09-04T12:38:04Z","dns_nameservers":["8.8.8.8","8.8.4.4"],"updated_at":"2018-09-04T12:38:04Z","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":"1e2f68a072b64978bd7ea91c2d64aca6","id":"9b7290c2-49a6-46c7-9497-511f61f1fdc4","subnetpool_id":null,"name":"sdnvpn-12-1-subnet"}]} 2018-09-04 12:47:42,131 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets used request id req-9a47ee69-02fe-4e34-b025-76f4794a3ee7 2018-09-04 12:47:42,137 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9696/v2.0/routers -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0b61b8ea05b36ccfca0a58d973e2028d82ee4ecd" 2018-09-04 12:47:42,510 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-9df516a3-0b6b-405d-a940-b9eaf54adc83 Date: Tue, 04 Sep 2018 12:47:42 GMT RESP BODY: {"routers": []} 2018-09-04 12:47:42,510 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/routers used request id req-9df516a3-0b6b-405d-a940-b9eaf54adc83 2018-09-04 12:47:42,510 - sdnvpn.lib.openstack_utils - INFO - Creating neutron network sdnvpn-4-1-net... 2018-09-04 12:47:42,517 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0b61b8ea05b36ccfca0a58d973e2028d82ee4ecd" -d '{"network": {"name": "sdnvpn-4-1-net", "admin_state_up": true}}' 2018-09-04 12:47:43,096 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 646 X-Openstack-Request-Id: req-302492ea-487d-4f4f-8b1d-f5df7dc40ded Date: Tue, 04 Sep 2018 12:47:43 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"provider:network_type":"vxlan","id":"86e59341-b747-46ad-a3f5-8a5d697ca61b","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"1e2f68a072b64978bd7ea91c2d64aca6","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-09-04T12:47:42Z","is_default":false,"provider:segmentation_id":70,"name":"sdnvpn-4-1-net","admin_state_up":true,"tenant_id":"1e2f68a072b64978bd7ea91c2d64aca6","created_at":"2018-09-04T12:47:42Z","mtu":1450}} 2018-09-04 12:47:43,096 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/networks used request id req-302492ea-487d-4f4f-8b1d-f5df7dc40ded 2018-09-04 12:47:43,096 - sdnvpn.lib.openstack_utils - DEBUG - Network '86e59341-b747-46ad-a3f5-8a5d697ca61b' created successfully 2018-09-04 12:47:43,097 - sdnvpn.lib.openstack_utils - DEBUG - Creating Subnet.... 2018-09-04 12:47:43,102 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0b61b8ea05b36ccfca0a58d973e2028d82ee4ecd" -d '{"subnets": [{"ip_version": 4, "network_id": "86e59341-b747-46ad-a3f5-8a5d697ca61b", "cidr": "10.10.10.0/24", "dns_nameservers": ["8.8.8.8", "8.8.4.4"], "name": "sdnvpn-4-1-subnet"}]}' 2018-09-04 12:47:43,676 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 642 X-Openstack-Request-Id: req-bbc58236-5105-43da-b0ad-a732ee7a70ca Date: Tue, 04 Sep 2018 12:47:43 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"86e59341-b747-46ad-a3f5-8a5d697ca61b","tenant_id":"1e2f68a072b64978bd7ea91c2d64aca6","created_at":"2018-09-04T12:47:43Z","dns_nameservers":["8.8.8.8","8.8.4.4"],"updated_at":"2018-09-04T12:47:43Z","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":"1e2f68a072b64978bd7ea91c2d64aca6","id":"da96ff88-945f-43fe-88d1-3df50cffe350","subnetpool_id":null,"name":"sdnvpn-4-1-subnet"}]} 2018-09-04 12:47:43,676 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/subnets used request id req-bbc58236-5105-43da-b0ad-a732ee7a70ca 2018-09-04 12:47:43,676 - sdnvpn.lib.openstack_utils - DEBUG - Subnet 'da96ff88-945f-43fe-88d1-3df50cffe350' created successfully 2018-09-04 12:47:43,677 - sdnvpn.lib.openstack_utils - DEBUG - Creating Router... 2018-09-04 12:47:43,681 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:9696/v2.0/routers -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0b61b8ea05b36ccfca0a58d973e2028d82ee4ecd" -d '{"router": {"name": "sdnvpn-4-1-router", "admin_state_up": true}}' 2018-09-04 12:47:43,948 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 426 X-Openstack-Request-Id: req-ad382131-922a-4afc-9d93-fe1339db76da Date: Tue, 04 Sep 2018 12:47:43 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "1e2f68a072b64978bd7ea91c2d64aca6", "created_at": "2018-09-04T12:47:43Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-09-04T12:47:43Z", "revision_number": 0, "routes": [], "project_id": "1e2f68a072b64978bd7ea91c2d64aca6", "id": "7b1ef18a-421c-43b9-9c9c-50b2a94c2007", "name": "sdnvpn-4-1-router"}} 2018-09-04 12:47:43,948 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/routers used request id req-ad382131-922a-4afc-9d93-fe1339db76da 2018-09-04 12:47:43,949 - sdnvpn.lib.openstack_utils - DEBUG - Router '7b1ef18a-421c-43b9-9c9c-50b2a94c2007' created successfully 2018-09-04 12:47:43,949 - sdnvpn.lib.openstack_utils - DEBUG - Adding router to subnet... 2018-09-04 12:47:43,954 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.28:9696/v2.0/routers/7b1ef18a-421c-43b9-9c9c-50b2a94c2007/add_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0b61b8ea05b36ccfca0a58d973e2028d82ee4ecd" -d '{"subnet_id": "da96ff88-945f-43fe-88d1-3df50cffe350"}' 2018-09-04 12:47:45,409 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-e5514bf4-0c12-4b4c-bfdb-7a55bb67e6fe Date: Tue, 04 Sep 2018 12:47:45 GMT RESP BODY: {"network_id": "86e59341-b747-46ad-a3f5-8a5d697ca61b", "tenant_id": "1e2f68a072b64978bd7ea91c2d64aca6", "subnet_id": "da96ff88-945f-43fe-88d1-3df50cffe350", "subnet_ids": ["da96ff88-945f-43fe-88d1-3df50cffe350"], "port_id": "fb4c3fed-1421-4044-a5c3-3d71fe7c9f18", "id": "7b1ef18a-421c-43b9-9c9c-50b2a94c2007"} 2018-09-04 12:47:45,409 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.28:9696/v2.0/routers/7b1ef18a-421c-43b9-9c9c-50b2a94c2007/add_router_interface used request id req-e5514bf4-0c12-4b4c-bfdb-7a55bb67e6fe 2018-09-04 12:47:45,410 - sdnvpn.lib.openstack_utils - DEBUG - Interface added successfully. 2018-09-04 12:47:45,410 - sdnvpn.lib.openstack_utils - DEBUG - Adding gateway to router... 2018-09-04 12:47:45,415 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0b61b8ea05b36ccfca0a58d973e2028d82ee4ecd" 2018-09-04 12:47:45,499 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2642 X-Openstack-Request-Id: req-f6162164-8d5c-4a58-8df5-fb17fceaf0f0 Date: Tue, 04 Sep 2018 12:47:45 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"4097e349-dd4a-4a5e-95d6-eed5c2d7b85a","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"18025ed81c804927a1f0e0e0ba20836f","status":"ACTIVE","subnets":["5092c110-d468-4f12-acae-47d56d35dff1"],"description":"","tags":[],"updated_at":"2018-09-04T10:10:50Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"18025ed81c804927a1f0e0e0ba20836f","created_at":"2018-09-04T10:10:44Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"86e59341-b747-46ad-a3f5-8a5d697ca61b","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"1e2f68a072b64978bd7ea91c2d64aca6","status":"ACTIVE","subnets":["da96ff88-945f-43fe-88d1-3df50cffe350"],"description":"","tags":[],"updated_at":"2018-09-04T12:47:43Z","provider:segmentation_id":70,"name":"sdnvpn-4-1-net","admin_state_up":true,"tenant_id":"1e2f68a072b64978bd7ea91c2d64aca6","created_at":"2018-09-04T12:47:42Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"8b642b01-8be3-4202-b6e4-b88520b015c4","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"219a354443d04b66b7da22e8fcd0b9ff","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-09-04T11:25:51Z","provider:segmentation_id":59,"name":"c_rally_9fc79e06_ZGxNMMaa","admin_state_up":true,"tenant_id":"219a354443d04b66b7da22e8fcd0b9ff","created_at":"2018-09-04T11:25:50Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"8cea24ab-c14e-4953-98f8-e1fcc81d26f9","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"1e2f68a072b64978bd7ea91c2d64aca6","status":"ACTIVE","subnets":["9b7290c2-49a6-46c7-9497-511f61f1fdc4"],"description":"","tags":[],"updated_at":"2018-09-04T12:38:04Z","provider:segmentation_id":8,"name":"sdnvpn-12-1-net","admin_state_up":true,"tenant_id":"1e2f68a072b64978bd7ea91c2d64aca6","created_at":"2018-09-04T12:38:04Z","provider:network_type":"vxlan"}]} 2018-09-04 12:47:45,499 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks used request id req-f6162164-8d5c-4a58-8df5-fb17fceaf0f0 2018-09-04 12:47:45,505 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.28:9696/v2.0/routers/7b1ef18a-421c-43b9-9c9c-50b2a94c2007 -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0b61b8ea05b36ccfca0a58d973e2028d82ee4ecd" -d '{"router": {"external_gateway_info": {"network_id": "4097e349-dd4a-4a5e-95d6-eed5c2d7b85a"}}}' 2018-09-04 12:47:47,538 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 606 X-Openstack-Request-Id: req-83e199ed-847b-41b0-af02-fc1c86d2f51a Date: Tue, 04 Sep 2018 12:47:47 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "4097e349-dd4a-4a5e-95d6-eed5c2d7b85a", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "5092c110-d468-4f12-acae-47d56d35dff1", "ip_address": "172.30.9.205"}]}, "description": "", "tags": [], "tenant_id": "1e2f68a072b64978bd7ea91c2d64aca6", "created_at": "2018-09-04T12:47:43Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-09-04T12:47:47Z", "revision_number": 4, "routes": [], "project_id": "1e2f68a072b64978bd7ea91c2d64aca6", "id": "7b1ef18a-421c-43b9-9c9c-50b2a94c2007", "name": "sdnvpn-4-1-router"}} 2018-09-04 12:47:47,538 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.28:9696/v2.0/routers/7b1ef18a-421c-43b9-9c9c-50b2a94c2007 used request id req-83e199ed-847b-41b0-af02-fc1c86d2f51a 2018-09-04 12:47:47,540 - sdnvpn.lib.openstack_utils - DEBUG - Gateway added successfully. 2018-09-04 12:47:47,541 - sdnvpn_test_utils - DEBUG - Creating network sdnvpn-4-2-net 2018-09-04 12:47:47,547 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0b61b8ea05b36ccfca0a58d973e2028d82ee4ecd" -d '{"network": {"name": "sdnvpn-4-2-net", "admin_state_up": true}}' 2018-09-04 12:47:47,969 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 646 X-Openstack-Request-Id: req-baa8dd81-907b-473c-8c0c-61a6f92f76bc Date: Tue, 04 Sep 2018 12:47:47 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"provider:network_type":"vxlan","id":"6eaed784-5b8b-4d90-a1e7-f329cef33588","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"1e2f68a072b64978bd7ea91c2d64aca6","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-09-04T12:47:47Z","is_default":false,"provider:segmentation_id":18,"name":"sdnvpn-4-2-net","admin_state_up":true,"tenant_id":"1e2f68a072b64978bd7ea91c2d64aca6","created_at":"2018-09-04T12:47:47Z","mtu":1450}} 2018-09-04 12:47:47,969 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/networks used request id req-baa8dd81-907b-473c-8c0c-61a6f92f76bc 2018-09-04 12:47:47,970 - sdnvpn_test_utils - DEBUG - Creating subnet sdnvpn-4-2-subnet in network 6eaed784-5b8b-4d90-a1e7-f329cef33588 with cidr 10.10.11.0/24 2018-09-04 12:47:47,975 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0b61b8ea05b36ccfca0a58d973e2028d82ee4ecd" -d '{"subnets": [{"ip_version": 4, "network_id": "6eaed784-5b8b-4d90-a1e7-f329cef33588", "cidr": "10.10.11.0/24", "dns_nameservers": ["8.8.8.8", "8.8.4.4"], "name": "sdnvpn-4-2-subnet"}]}' 2018-09-04 12:47:48,526 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 642 X-Openstack-Request-Id: req-a424be66-ac53-49f2-a2cd-2d4cb6ab4292 Date: Tue, 04 Sep 2018 12:47:48 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"6eaed784-5b8b-4d90-a1e7-f329cef33588","tenant_id":"1e2f68a072b64978bd7ea91c2d64aca6","created_at":"2018-09-04T12:47:48Z","dns_nameservers":["8.8.8.8","8.8.4.4"],"updated_at":"2018-09-04T12:47:48Z","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":"1e2f68a072b64978bd7ea91c2d64aca6","id":"687f674e-f836-4da2-bc74-d6692da719ae","subnetpool_id":null,"name":"sdnvpn-4-2-subnet"}]} 2018-09-04 12:47:48,526 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/subnets used request id req-a424be66-ac53-49f2-a2cd-2d4cb6ab4292 2018-09-04 12:47:48,531 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0b61b8ea05b36ccfca0a58d973e2028d82ee4ecd" 2018-09-04 12:47:48,763 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 37328 X-Openstack-Request-Id: req-c8f77ea8-fb9a-4af2-9e60-e8eef07f67a2 Date: Tue, 04 Sep 2018 12:47:48 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "14e46315a5e14e95a6bd31ddd3090094", "created_at": "2018-09-04T10:40:09Z", "updated_at": "2018-09-04T10:40:09Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T10:40:09Z", "revision_number": 0, "id": "6908c152-7d26-43c3-9724-69b9e26fbd52", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T10:40:09Z", "security_group_id": "11e5a0db-4cc0-49c0-8f70-0d3b80d1fcf3", "tenant_id": "14e46315a5e14e95a6bd31ddd3090094", "port_range_min": null, "ethertype": "IPv6", "project_id": "14e46315a5e14e95a6bd31ddd3090094"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T10:40:09Z", "revision_number": 0, "id": "72e1f6f9-6732-4dc2-8abd-454d44204be2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T10:40:09Z", "security_group_id": "11e5a0db-4cc0-49c0-8f70-0d3b80d1fcf3", "tenant_id": "14e46315a5e14e95a6bd31ddd3090094", "port_range_min": null, "ethertype": "IPv4", "project_id": "14e46315a5e14e95a6bd31ddd3090094"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T10:40:09Z", "revision_number": 0, "id": "bfc26f71-b897-431e-a36e-ea1e8e983c87", "remote_group_id": "11e5a0db-4cc0-49c0-8f70-0d3b80d1fcf3", "remote_ip_prefix": null, "created_at": "2018-09-04T10:40:09Z", "security_group_id": "11e5a0db-4cc0-49c0-8f70-0d3b80d1fcf3", "tenant_id": "14e46315a5e14e95a6bd31ddd3090094", "port_range_min": null, "ethertype": "IPv6", "project_id": "14e46315a5e14e95a6bd31ddd3090094"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T10:40:09Z", "revision_number": 0, "id": "c9d53d5b-6c82-4199-b405-f8e7101cc589", "remote_group_id": "11e5a0db-4cc0-49c0-8f70-0d3b80d1fcf3", "remote_ip_prefix": null, "created_at": "2018-09-04T10:40:09Z", "security_group_id": "11e5a0db-4cc0-49c0-8f70-0d3b80d1fcf3", "tenant_id": "14e46315a5e14e95a6bd31ddd3090094", "port_range_min": null, "ethertype": "IPv4", "project_id": "14e46315a5e14e95a6bd31ddd3090094"}], "revision_number": 4, "project_id": "14e46315a5e14e95a6bd31ddd3090094", "id": "11e5a0db-4cc0-49c0-8f70-0d3b80d1fcf3", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "5efe9645576d420f836c625864cab315", "created_at": "2018-09-04T11:32:37Z", "updated_at": "2018-09-04T11:32:37Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T11:32:37Z", "revision_number": 0, "id": "286e6a3a-dcb9-42e9-ad77-e4f716b2c63a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T11:32:37Z", "security_group_id": "192a971a-2f30-4b8c-ada2-250ad4610488", "tenant_id": "5efe9645576d420f836c625864cab315", "port_range_min": null, "ethertype": "IPv4", "project_id": "5efe9645576d420f836c625864cab315"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T11:32:37Z", "revision_number": 0, "id": "8c17cb0b-10d0-498a-a484-63ec46a70838", "remote_group_id": "192a971a-2f30-4b8c-ada2-250ad4610488", "remote_ip_prefix": null, "created_at": "2018-09-04T11:32:37Z", "security_group_id": "192a971a-2f30-4b8c-ada2-250ad4610488", "tenant_id": "5efe9645576d420f836c625864cab315", "port_range_min": null, "ethertype": "IPv6", "project_id": "5efe9645576d420f836c625864cab315"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T11:32:37Z", "revision_number": 0, "id": "9c400401-2250-4fc8-a780-dba2a73d410b", "remote_group_id": "192a971a-2f30-4b8c-ada2-250ad4610488", "remote_ip_prefix": null, "created_at": "2018-09-04T11:32:37Z", "security_group_id": "192a971a-2f30-4b8c-ada2-250ad4610488", "tenant_id": "5efe9645576d420f836c625864cab315", "port_range_min": null, "ethertype": "IPv4", "project_id": "5efe9645576d420f836c625864cab315"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T11:32:37Z", "revision_number": 0, "id": "f72c6a04-9fd4-4b0e-b79b-679d59ca2789", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T11:32:37Z", "security_group_id": "192a971a-2f30-4b8c-ada2-250ad4610488", "tenant_id": "5efe9645576d420f836c625864cab315", "port_range_min": null, "ethertype": "IPv6", "project_id": "5efe9645576d420f836c625864cab315"}], "revision_number": 4, "project_id": "5efe9645576d420f836c625864cab315", "id": "192a971a-2f30-4b8c-ada2-250ad4610488", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "dd849fe9e11c435393e8fa6b997c6f1a", "created_at": "2018-09-04T10:38:54Z", "updated_at": "2018-09-04T10:38:54Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T10:38:54Z", "revision_number": 0, "id": "1dfce8bf-6ac4-4572-9a10-3cf8047abe38", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T10:38:54Z", "security_group_id": "28b5af70-f489-4ee2-ace7-033a2638f61f", "tenant_id": "dd849fe9e11c435393e8fa6b997c6f1a", "port_range_min": null, "ethertype": "IPv6", "project_id": "dd849fe9e11c435393e8fa6b997c6f1a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T10:38:54Z", "revision_number": 0, "id": "52762ccc-58e2-4528-b0fa-460556eae58e", "remote_group_id": "28b5af70-f489-4ee2-ace7-033a2638f61f", "remote_ip_prefix": null, "created_at": "2018-09-04T10:38:54Z", "security_group_id": "28b5af70-f489-4ee2-ace7-033a2638f61f", "tenant_id": "dd849fe9e11c435393e8fa6b997c6f1a", "port_range_min": null, "ethertype": "IPv6", "project_id": "dd849fe9e11c435393e8fa6b997c6f1a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T10:38:54Z", "revision_number": 0, "id": "739d52c4-a9f2-4027-aca7-2082fee6f6f0", "remote_group_id": "28b5af70-f489-4ee2-ace7-033a2638f61f", "remote_ip_prefix": null, "created_at": "2018-09-04T10:38:54Z", "security_group_id": "28b5af70-f489-4ee2-ace7-033a2638f61f", "tenant_id": "dd849fe9e11c435393e8fa6b997c6f1a", "port_range_min": null, "ethertype": "IPv4", "project_id": "dd849fe9e11c435393e8fa6b997c6f1a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T10:38:54Z", "revision_number": 0, "id": "ba2b9932-d9ab-4b40-a7e5-6773147a93a7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T10:38:54Z", "security_group_id": "28b5af70-f489-4ee2-ace7-033a2638f61f", "tenant_id": "dd849fe9e11c435393e8fa6b997c6f1a", "port_range_min": null, "ethertype": "IPv4", "project_id": "dd849fe9e11c435393e8fa6b997c6f1a"}], "revision_number": 4, "project_id": "dd849fe9e11c435393e8fa6b997c6f1a", "id": "28b5af70-f489-4ee2-ace7-033a2638f61f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "4ad41bc126174d318b5e7a8516fcf4af", "created_at": "2018-09-04T10:36:52Z", "updated_at": "2018-09-04T10:36:52Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T10:36:52Z", "revision_number": 0, "id": "072e055d-09a1-408a-9aa5-bbbb4ba26972", "remote_group_id": "48bfa0ac-51ab-4c50-8f57-88ab4e0f17e1", "remote_ip_prefix": null, "created_at": "2018-09-04T10:36:52Z", "security_group_id": "48bfa0ac-51ab-4c50-8f57-88ab4e0f17e1", "tenant_id": "4ad41bc126174d318b5e7a8516fcf4af", "port_range_min": null, "ethertype": "IPv4", "project_id": "4ad41bc126174d318b5e7a8516fcf4af"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T10:36:52Z", "revision_number": 0, "id": "519e417e-8aaa-4012-ade2-01ed5d67c268", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T10:36:52Z", "security_group_id": "48bfa0ac-51ab-4c50-8f57-88ab4e0f17e1", "tenant_id": "4ad41bc126174d318b5e7a8516fcf4af", "port_range_min": null, "ethertype": "IPv4", "project_id": "4ad41bc126174d318b5e7a8516fcf4af"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T10:36:52Z", "revision_number": 0, "id": "7440170e-04e2-412b-b3af-3ba203e43ec0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T10:36:52Z", "security_group_id": "48bfa0ac-51ab-4c50-8f57-88ab4e0f17e1", "tenant_id": "4ad41bc126174d318b5e7a8516fcf4af", "port_range_min": null, "ethertype": "IPv6", "project_id": "4ad41bc126174d318b5e7a8516fcf4af"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T10:36:52Z", "revision_number": 0, "id": "b5b6d93e-a8d1-4a65-92be-995bd9ce8f00", "remote_group_id": "48bfa0ac-51ab-4c50-8f57-88ab4e0f17e1", "remote_ip_prefix": null, "created_at": "2018-09-04T10:36:52Z", "security_group_id": "48bfa0ac-51ab-4c50-8f57-88ab4e0f17e1", "tenant_id": "4ad41bc126174d318b5e7a8516fcf4af", "port_range_min": null, "ethertype": "IPv6", "project_id": "4ad41bc126174d318b5e7a8516fcf4af"}], "revision_number": 4, "project_id": "4ad41bc126174d318b5e7a8516fcf4af", "id": "48bfa0ac-51ab-4c50-8f57-88ab4e0f17e1", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "18025ed81c804927a1f0e0e0ba20836f", "created_at": "2018-09-04T10:10:44Z", "updated_at": "2018-09-04T10:10:44Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T10:10:44Z", "revision_number": 0, "id": "4987cdc7-3c69-4296-b962-dfcdfe2af09e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T10:10:44Z", "security_group_id": "4eb60975-feab-4b85-9171-1c970d3680f7", "tenant_id": "18025ed81c804927a1f0e0e0ba20836f", "port_range_min": null, "ethertype": "IPv4", "project_id": "18025ed81c804927a1f0e0e0ba20836f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T10:10:44Z", "revision_number": 0, "id": "6278c51b-2852-4d07-abf1-4545e40daadb", "remote_group_id": "4eb60975-feab-4b85-9171-1c970d3680f7", "remote_ip_prefix": null, "created_at": "2018-09-04T10:10:44Z", "security_group_id": "4eb60975-feab-4b85-9171-1c970d3680f7", "tenant_id": "18025ed81c804927a1f0e0e0ba20836f", "port_range_min": null, "ethertype": "IPv4", "project_id": "18025ed81c804927a1f0e0e0ba20836f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T10:10:44Z", "revision_number": 0, "id": "dd2062ca-238a-4ae8-8397-ca60210bbde5", "remote_group_id": "4eb60975-feab-4b85-9171-1c970d3680f7", "remote_ip_prefix": null, "created_at": "2018-09-04T10:10:44Z", "security_group_id": "4eb60975-feab-4b85-9171-1c970d3680f7", "tenant_id": "18025ed81c804927a1f0e0e0ba20836f", "port_range_min": null, "ethertype": "IPv6", "project_id": "18025ed81c804927a1f0e0e0ba20836f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T10:10:44Z", "revision_number": 0, "id": "f5388a44-6a0f-4e22-bd76-f4873903daf0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T10:10:44Z", "security_group_id": "4eb60975-feab-4b85-9171-1c970d3680f7", "tenant_id": "18025ed81c804927a1f0e0e0ba20836f", "port_range_min": null, "ethertype": "IPv6", "project_id": "18025ed81c804927a1f0e0e0ba20836f"}], "revision_number": 4, "project_id": "18025ed81c804927a1f0e0e0ba20836f", "id": "4eb60975-feab-4b85-9171-1c970d3680f7", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "1e2f68a072b64978bd7ea91c2d64aca6", "created_at": "2018-09-04T11:32:48Z", "updated_at": "2018-09-04T11:32:48Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T11:32:48Z", "revision_number": 0, "id": "6883b42d-5963-4725-8ab3-74f524dadded", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T11:32:48Z", "security_group_id": "65ec5024-dcc3-4217-b8f2-108a9317d297", "tenant_id": "1e2f68a072b64978bd7ea91c2d64aca6", "port_range_min": null, "ethertype": "IPv6", "project_id": "1e2f68a072b64978bd7ea91c2d64aca6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T11:32:48Z", "revision_number": 0, "id": "c897b842-d54c-452b-8b98-fef214182ff7", "remote_group_id": "65ec5024-dcc3-4217-b8f2-108a9317d297", "remote_ip_prefix": null, "created_at": "2018-09-04T11:32:48Z", "security_group_id": "65ec5024-dcc3-4217-b8f2-108a9317d297", "tenant_id": "1e2f68a072b64978bd7ea91c2d64aca6", "port_range_min": null, "ethertype": "IPv6", "project_id": "1e2f68a072b64978bd7ea91c2d64aca6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T11:32:48Z", "revision_number": 0, "id": "e8f14af0-f0a2-442a-a2f6-f9426816d3a7", "remote_group_id": "65ec5024-dcc3-4217-b8f2-108a9317d297", "remote_ip_prefix": null, "created_at": "2018-09-04T11:32:48Z", "security_group_id": "65ec5024-dcc3-4217-b8f2-108a9317d297", "tenant_id": "1e2f68a072b64978bd7ea91c2d64aca6", "port_range_min": null, "ethertype": "IPv4", "project_id": "1e2f68a072b64978bd7ea91c2d64aca6"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T11:32:48Z", "revision_number": 0, "id": "fa2a69b0-056f-4e69-9b7e-515411ee93e4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T11:32:48Z", "security_group_id": "65ec5024-dcc3-4217-b8f2-108a9317d297", "tenant_id": "1e2f68a072b64978bd7ea91c2d64aca6", "port_range_min": null, "ethertype": "IPv4", "project_id": "1e2f68a072b64978bd7ea91c2d64aca6"}], "revision_number": 4, "project_id": "1e2f68a072b64978bd7ea91c2d64aca6", "id": "65ec5024-dcc3-4217-b8f2-108a9317d297", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "63ce1c38db314aae844c45218d595c6c", "created_at": "2018-09-04T10:36:01Z", "updated_at": "2018-09-04T10:36:01Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T10:36:01Z", "revision_number": 0, "id": "3cc084b5-d5b8-441b-87e5-b96f6548adf0", "remote_group_id": "726a4fa4-547d-495f-8506-2692d1793ed7", "remote_ip_prefix": null, "created_at": "2018-09-04T10:36:01Z", "security_group_id": "726a4fa4-547d-495f-8506-2692d1793ed7", "tenant_id": "63ce1c38db314aae844c45218d595c6c", "port_range_min": null, "ethertype": "IPv6", "project_id": "63ce1c38db314aae844c45218d595c6c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T10:36:01Z", "revision_number": 0, "id": "886448b7-2e0a-4f88-9e2c-57aaa06a9e95", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T10:36:01Z", "security_group_id": "726a4fa4-547d-495f-8506-2692d1793ed7", "tenant_id": "63ce1c38db314aae844c45218d595c6c", "port_range_min": null, "ethertype": "IPv6", "project_id": "63ce1c38db314aae844c45218d595c6c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T10:36:01Z", "revision_number": 0, "id": "a0477c48-e14e-4b9b-af17-a26d3304a1d9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T10:36:01Z", "security_group_id": "726a4fa4-547d-495f-8506-2692d1793ed7", "tenant_id": "63ce1c38db314aae844c45218d595c6c", "port_range_min": null, "ethertype": "IPv4", "project_id": "63ce1c38db314aae844c45218d595c6c"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T10:36:01Z", "revision_number": 0, "id": "f1d26eba-07e3-4a87-a74e-10f7d2d051a4", "remote_group_id": "726a4fa4-547d-495f-8506-2692d1793ed7", "remote_ip_prefix": null, "created_at": "2018-09-04T10:36:01Z", "security_group_id": "726a4fa4-547d-495f-8506-2692d1793ed7", "tenant_id": "63ce1c38db314aae844c45218d595c6c", "port_range_min": null, "ethertype": "IPv4", "project_id": "63ce1c38db314aae844c45218d595c6c"}], "revision_number": 4, "project_id": "63ce1c38db314aae844c45218d595c6c", "id": "726a4fa4-547d-495f-8506-2692d1793ed7", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "e8b2daffe9fd4140890aa7b5c11b6bf1", "created_at": "2018-09-04T11:01:30Z", "updated_at": "2018-09-04T11:01:31Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T11:01:31Z", "revision_number": 0, "id": "0d6f7c9c-cf09-4a67-b4e2-617055a1a145", "remote_group_id": "7cbea362-0793-4d2f-877a-28c9a768aa36", "remote_ip_prefix": null, "created_at": "2018-09-04T11:01:31Z", "security_group_id": "7cbea362-0793-4d2f-877a-28c9a768aa36", "tenant_id": "e8b2daffe9fd4140890aa7b5c11b6bf1", "port_range_min": null, "ethertype": "IPv6", "project_id": "e8b2daffe9fd4140890aa7b5c11b6bf1"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T11:01:31Z", "revision_number": 0, "id": "110b5e60-648e-4946-8cc2-56cf745b8284", "remote_group_id": "7cbea362-0793-4d2f-877a-28c9a768aa36", "remote_ip_prefix": null, "created_at": "2018-09-04T11:01:31Z", "security_group_id": "7cbea362-0793-4d2f-877a-28c9a768aa36", "tenant_id": "e8b2daffe9fd4140890aa7b5c11b6bf1", "port_range_min": null, "ethertype": "IPv4", "project_id": "e8b2daffe9fd4140890aa7b5c11b6bf1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T11:01:31Z", "revision_number": 0, "id": "4608dd30-b5b8-43b8-8da6-93ca9876e218", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T11:01:31Z", "security_group_id": "7cbea362-0793-4d2f-877a-28c9a768aa36", "tenant_id": "e8b2daffe9fd4140890aa7b5c11b6bf1", "port_range_min": null, "ethertype": "IPv6", "project_id": "e8b2daffe9fd4140890aa7b5c11b6bf1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T11:01:31Z", "revision_number": 0, "id": "b59707f1-2706-455a-8d39-eaea3265a9b8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T11:01:31Z", "security_group_id": "7cbea362-0793-4d2f-877a-28c9a768aa36", "tenant_id": "e8b2daffe9fd4140890aa7b5c11b6bf1", "port_range_min": null, "ethertype": "IPv4", "project_id": "e8b2daffe9fd4140890aa7b5c11b6bf1"}], "revision_number": 4, "project_id": "e8b2daffe9fd4140890aa7b5c11b6bf1", "id": "7cbea362-0793-4d2f-877a-28c9a768aa36", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "da1aa3dc9e564d3d922e61c0121a390e", "created_at": "2018-09-04T10:22:45Z", "updated_at": "2018-09-04T10:22:45Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T10:22:45Z", "revision_number": 0, "id": "0a310294-28cb-46e7-ab05-42129ac27199", "remote_group_id": "a0350fb5-7963-482b-9b06-fea838951872", "remote_ip_prefix": null, "created_at": "2018-09-04T10:22:45Z", "security_group_id": "a0350fb5-7963-482b-9b06-fea838951872", "tenant_id": "da1aa3dc9e564d3d922e61c0121a390e", "port_range_min": null, "ethertype": "IPv4", "project_id": "da1aa3dc9e564d3d922e61c0121a390e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T10:22:45Z", "revision_number": 0, "id": "3e9c32e8-8527-472a-956b-e0426fc61806", "remote_group_id": "a0350fb5-7963-482b-9b06-fea838951872", "remote_ip_prefix": null, "created_at": "2018-09-04T10:22:45Z", "security_group_id": "a0350fb5-7963-482b-9b06-fea838951872", "tenant_id": "da1aa3dc9e564d3d922e61c0121a390e", "port_range_min": null, "ethertype": "IPv6", "project_id": "da1aa3dc9e564d3d922e61c0121a390e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T10:22:45Z", "revision_number": 0, "id": "5d2caf42-b02e-4256-9265-4a0c49451d50", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T10:22:45Z", "security_group_id": "a0350fb5-7963-482b-9b06-fea838951872", "tenant_id": "da1aa3dc9e564d3d922e61c0121a390e", "port_range_min": null, "ethertype": "IPv6", "project_id": "da1aa3dc9e564d3d922e61c0121a390e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T10:22:45Z", "revision_number": 0, "id": "e17daf2d-5508-45e7-9ba3-14bcd176789e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T10:22:45Z", "security_group_id": "a0350fb5-7963-482b-9b06-fea838951872", "tenant_id": "da1aa3dc9e564d3d922e61c0121a390e", "port_range_min": null, "ethertype": "IPv4", "project_id": "da1aa3dc9e564d3d922e61c0121a390e"}], "revision_number": 4, "project_id": "da1aa3dc9e564d3d922e61c0121a390e", "id": "a0350fb5-7963-482b-9b06-fea838951872", "name": "default"}, {"description": "Security group for SDNVPN test cases", "tags": [], "tenant_id": "1e2f68a072b64978bd7ea91c2d64aca6", "created_at": "2018-09-04T12:22:58Z", "updated_at": "2018-09-04T12:26:12Z", "security_group_rules": [{"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 80, "updated_at": "2018-09-04T12:22:59Z", "revision_number": 0, "id": "24f2941b-e842-493e-9865-3b328b59d6b1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T12:22:59Z", "security_group_id": "aee4e203-f920-46bb-ac91-6898d944e253", "tenant_id": "1e2f68a072b64978bd7ea91c2d64aca6", "port_range_min": 80, "ethertype": "IPv4", "project_id": "1e2f68a072b64978bd7ea91c2d64aca6"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T12:22:58Z", "revision_number": 0, "id": "4dec3f1a-54e2-4cd3-ba28-c5bf40300f5c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T12:22:58Z", "security_group_id": "aee4e203-f920-46bb-ac91-6898d944e253", "tenant_id": "1e2f68a072b64978bd7ea91c2d64aca6", "port_range_min": null, "ethertype": "IPv6", "project_id": "1e2f68a072b64978bd7ea91c2d64aca6"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-09-04T12:22:58Z", "revision_number": 0, "id": "6843e041-8fe8-4e66-8acb-d325fa1f98c1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T12:22:58Z", "security_group_id": "aee4e203-f920-46bb-ac91-6898d944e253", "tenant_id": "1e2f68a072b64978bd7ea91c2d64aca6", "port_range_min": null, "ethertype": "IPv4", "project_id": "1e2f68a072b64978bd7ea91c2d64aca6"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T12:22:58Z", "revision_number": 0, "id": "83ced0ab-b5b1-4a6b-915f-ceed01ac608d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T12:22:58Z", "security_group_id": "aee4e203-f920-46bb-ac91-6898d944e253", "tenant_id": "1e2f68a072b64978bd7ea91c2d64aca6", "port_range_min": null, "ethertype": "IPv4", "project_id": "1e2f68a072b64978bd7ea91c2d64aca6"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-09-04T12:22:58Z", "revision_number": 0, "id": "a537f243-1e42-435d-9bbd-5763e7fba9b5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T12:22:58Z", "security_group_id": "aee4e203-f920-46bb-ac91-6898d944e253", "tenant_id": "1e2f68a072b64978bd7ea91c2d64aca6", "port_range_min": 22, "ethertype": "IPv4", "project_id": "1e2f68a072b64978bd7ea91c2d64aca6"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 179, "updated_at": "2018-09-04T12:26:12Z", "revision_number": 0, "id": "aae9ba27-bdc4-4d98-8c03-3fe28bd7d852", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T12:26:12Z", "security_group_id": "aee4e203-f920-46bb-ac91-6898d944e253", "tenant_id": "1e2f68a072b64978bd7ea91c2d64aca6", "port_range_min": 179, "ethertype": "IPv4", "project_id": "1e2f68a072b64978bd7ea91c2d64aca6"}, {"direction": "egress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-09-04T12:22:59Z", "revision_number": 0, "id": "ea486981-bdcb-407e-afae-54091ff51e8d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T12:22:59Z", "security_group_id": "aee4e203-f920-46bb-ac91-6898d944e253", "tenant_id": "1e2f68a072b64978bd7ea91c2d64aca6", "port_range_min": 22, "ethertype": "IPv4", "project_id": "1e2f68a072b64978bd7ea91c2d64aca6"}], "revision_number": 7, "project_id": "1e2f68a072b64978bd7ea91c2d64aca6", "id": "aee4e203-f920-46bb-ac91-6898d944e253", "name": "sdnvpn-sg"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-09-04T10:24:20Z", "updated_at": "2018-09-04T10:24:20Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T10:24:20Z", "revision_number": 0, "id": "2ea596f0-86ac-463c-b411-9ff94832a4d2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T10:24:20Z", "security_group_id": "c1c896f2-3aa4-47ce-9d8a-695c2f3fb7a4", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T10:24:20Z", "revision_number": 0, "id": "95325a12-195c-43ac-a360-a2e3e0e66934", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T10:24:20Z", "security_group_id": "c1c896f2-3aa4-47ce-9d8a-695c2f3fb7a4", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T10:24:20Z", "revision_number": 0, "id": "aa58bb28-c625-4096-800e-8a443d41f02a", "remote_group_id": "c1c896f2-3aa4-47ce-9d8a-695c2f3fb7a4", "remote_ip_prefix": null, "created_at": "2018-09-04T10:24:20Z", "security_group_id": "c1c896f2-3aa4-47ce-9d8a-695c2f3fb7a4", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T10:24:20Z", "revision_number": 0, "id": "c66f070f-ca83-4ef4-bb72-07224113f248", "remote_group_id": "c1c896f2-3aa4-47ce-9d8a-695c2f3fb7a4", "remote_ip_prefix": null, "created_at": "2018-09-04T10:24:20Z", "security_group_id": "c1c896f2-3aa4-47ce-9d8a-695c2f3fb7a4", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "c1c896f2-3aa4-47ce-9d8a-695c2f3fb7a4", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "ab8db2ecda7a4da79b1f0eed2104619d", "created_at": "2018-09-04T11:27:45Z", "updated_at": "2018-09-04T11:27:45Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T11:27:45Z", "revision_number": 0, "id": "14b66247-ea83-40bd-9cf7-391b44cd8c60", "remote_group_id": "ca40cc0b-e078-4535-b626-86e0c6339018", "remote_ip_prefix": null, "created_at": "2018-09-04T11:27:45Z", "security_group_id": "ca40cc0b-e078-4535-b626-86e0c6339018", "tenant_id": "ab8db2ecda7a4da79b1f0eed2104619d", "port_range_min": null, "ethertype": "IPv6", "project_id": "ab8db2ecda7a4da79b1f0eed2104619d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T11:27:45Z", "revision_number": 0, "id": "427d984e-c10f-4435-8c54-6e7abd4dfb04", "remote_group_id": "ca40cc0b-e078-4535-b626-86e0c6339018", "remote_ip_prefix": null, "created_at": "2018-09-04T11:27:45Z", "security_group_id": "ca40cc0b-e078-4535-b626-86e0c6339018", "tenant_id": "ab8db2ecda7a4da79b1f0eed2104619d", "port_range_min": null, "ethertype": "IPv4", "project_id": "ab8db2ecda7a4da79b1f0eed2104619d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T11:27:45Z", "revision_number": 0, "id": "644bef6e-a7b1-4cc2-af4e-4cd069ef634e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T11:27:45Z", "security_group_id": "ca40cc0b-e078-4535-b626-86e0c6339018", "tenant_id": "ab8db2ecda7a4da79b1f0eed2104619d", "port_range_min": null, "ethertype": "IPv4", "project_id": "ab8db2ecda7a4da79b1f0eed2104619d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T11:27:45Z", "revision_number": 0, "id": "84c32cbd-0db7-41ca-9e15-9ea28ade36f9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T11:27:45Z", "security_group_id": "ca40cc0b-e078-4535-b626-86e0c6339018", "tenant_id": "ab8db2ecda7a4da79b1f0eed2104619d", "port_range_min": null, "ethertype": "IPv6", "project_id": "ab8db2ecda7a4da79b1f0eed2104619d"}], "revision_number": 4, "project_id": "ab8db2ecda7a4da79b1f0eed2104619d", "id": "ca40cc0b-e078-4535-b626-86e0c6339018", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "b4dbfc1d0e34496f8fb7c7cd1f5608e5", "created_at": "2018-09-04T12:16:14Z", "updated_at": "2018-09-04T12:16:14Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T12:16:14Z", "revision_number": 0, "id": "1b62a402-1c3a-4aa7-8049-b9198a3eb965", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T12:16:14Z", "security_group_id": "e81419cf-b95e-4732-aaad-e3432b8b2cbb", "tenant_id": "b4dbfc1d0e34496f8fb7c7cd1f5608e5", "port_range_min": null, "ethertype": "IPv6", "project_id": "b4dbfc1d0e34496f8fb7c7cd1f5608e5"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T12:16:14Z", "revision_number": 0, "id": "a8815e70-65ec-4dd7-8b9f-aa8f1609eb4f", "remote_group_id": "e81419cf-b95e-4732-aaad-e3432b8b2cbb", "remote_ip_prefix": null, "created_at": "2018-09-04T12:16:14Z", "security_group_id": "e81419cf-b95e-4732-aaad-e3432b8b2cbb", "tenant_id": "b4dbfc1d0e34496f8fb7c7cd1f5608e5", "port_range_min": null, "ethertype": "IPv6", "project_id": "b4dbfc1d0e34496f8fb7c7cd1f5608e5"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T12:16:14Z", "revision_number": 0, "id": "d083d625-e30d-4471-aa42-f7f3fc8c328d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T12:16:14Z", "security_group_id": "e81419cf-b95e-4732-aaad-e3432b8b2cbb", "tenant_id": "b4dbfc1d0e34496f8fb7c7cd1f5608e5", "port_range_min": null, "ethertype": "IPv4", "project_id": "b4dbfc1d0e34496f8fb7c7cd1f5608e5"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T12:16:14Z", "revision_number": 0, "id": "f6d9401b-38df-4edd-8f40-69a1466cf9bf", "remote_group_id": "e81419cf-b95e-4732-aaad-e3432b8b2cbb", "remote_ip_prefix": null, "created_at": "2018-09-04T12:16:14Z", "security_group_id": "e81419cf-b95e-4732-aaad-e3432b8b2cbb", "tenant_id": "b4dbfc1d0e34496f8fb7c7cd1f5608e5", "port_range_min": null, "ethertype": "IPv4", "project_id": "b4dbfc1d0e34496f8fb7c7cd1f5608e5"}], "revision_number": 4, "project_id": "b4dbfc1d0e34496f8fb7c7cd1f5608e5", "id": "e81419cf-b95e-4732-aaad-e3432b8b2cbb", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "c4b3a0f041ae4ca4803a4af225513ba4", "created_at": "2018-09-04T12:17:41Z", "updated_at": "2018-09-04T12:17:41Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T12:17:41Z", "revision_number": 0, "id": "6824685c-2b3f-4f22-866c-eb59012208ba", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T12:17:41Z", "security_group_id": "f9b8b6c9-4e98-454a-9292-c29271bcae95", "tenant_id": "c4b3a0f041ae4ca4803a4af225513ba4", "port_range_min": null, "ethertype": "IPv4", "project_id": "c4b3a0f041ae4ca4803a4af225513ba4"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T12:17:41Z", "revision_number": 0, "id": "87cee46a-3604-4dd1-adc1-d97d3419ae0c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T12:17:41Z", "security_group_id": "f9b8b6c9-4e98-454a-9292-c29271bcae95", "tenant_id": "c4b3a0f041ae4ca4803a4af225513ba4", "port_range_min": null, "ethertype": "IPv6", "project_id": "c4b3a0f041ae4ca4803a4af225513ba4"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T12:17:41Z", "revision_number": 0, "id": "e00cf838-51d7-462e-906c-37f4fb4d7181", "remote_group_id": "f9b8b6c9-4e98-454a-9292-c29271bcae95", "remote_ip_prefix": null, "created_at": "2018-09-04T12:17:41Z", "security_group_id": "f9b8b6c9-4e98-454a-9292-c29271bcae95", "tenant_id": "c4b3a0f041ae4ca4803a4af225513ba4", "port_range_min": null, "ethertype": "IPv6", "project_id": "c4b3a0f041ae4ca4803a4af225513ba4"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T12:17:41Z", "revision_number": 0, "id": "e024fd11-5aeb-4982-ae2b-589b9dd401b4", "remote_group_id": "f9b8b6c9-4e98-454a-9292-c29271bcae95", "remote_ip_prefix": null, "created_at": "2018-09-04T12:17:41Z", "security_group_id": "f9b8b6c9-4e98-454a-9292-c29271bcae95", "tenant_id": "c4b3a0f041ae4ca4803a4af225513ba4", "port_range_min": null, "ethertype": "IPv4", "project_id": "c4b3a0f041ae4ca4803a4af225513ba4"}], "revision_number": 4, "project_id": "c4b3a0f041ae4ca4803a4af225513ba4", "id": "f9b8b6c9-4e98-454a-9292-c29271bcae95", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "f2bd6f97bf95498993c0c8d4f6900483", "created_at": "2018-09-04T11:33:20Z", "updated_at": "2018-09-04T11:33:20Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T11:33:20Z", "revision_number": 0, "id": "4c75c440-963b-417c-bedf-82086417e68c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T11:33:20Z", "security_group_id": "fa4f989a-20d2-4218-a4cf-f17539ef1b27", "tenant_id": "f2bd6f97bf95498993c0c8d4f6900483", "port_range_min": null, "ethertype": "IPv6", "project_id": "f2bd6f97bf95498993c0c8d4f6900483"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T11:33:20Z", "revision_number": 0, "id": "9635b56a-1370-4f88-9df0-f0954055f960", "remote_group_id": "fa4f989a-20d2-4218-a4cf-f17539ef1b27", "remote_ip_prefix": null, "created_at": "2018-09-04T11:33:20Z", "security_group_id": "fa4f989a-20d2-4218-a4cf-f17539ef1b27", "tenant_id": "f2bd6f97bf95498993c0c8d4f6900483", "port_range_min": null, "ethertype": "IPv4", "project_id": "f2bd6f97bf95498993c0c8d4f6900483"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T11:33:20Z", "revision_number": 0, "id": "c7c730c6-ae66-4505-873b-c6dca4c55d95", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T11:33:20Z", "security_group_id": "fa4f989a-20d2-4218-a4cf-f17539ef1b27", "tenant_id": "f2bd6f97bf95498993c0c8d4f6900483", "port_range_min": null, "ethertype": "IPv4", "project_id": "f2bd6f97bf95498993c0c8d4f6900483"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T11:33:20Z", "revision_number": 0, "id": "df1fc864-f960-4a86-bd3d-950eac909690", "remote_group_id": "fa4f989a-20d2-4218-a4cf-f17539ef1b27", "remote_ip_prefix": null, "created_at": "2018-09-04T11:33:20Z", "security_group_id": "fa4f989a-20d2-4218-a4cf-f17539ef1b27", "tenant_id": "f2bd6f97bf95498993c0c8d4f6900483", "port_range_min": null, "ethertype": "IPv6", "project_id": "f2bd6f97bf95498993c0c8d4f6900483"}], "revision_number": 4, "project_id": "f2bd6f97bf95498993c0c8d4f6900483", "id": "fa4f989a-20d2-4218-a4cf-f17539ef1b27", "name": "default"}]} 2018-09-04 12:47:48,764 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups used request id req-c8f77ea8-fb9a-4af2-9e60-e8eef07f67a2 2018-09-04 12:47:48,768 - sdnvpn.lib.openstack_utils - INFO - Using existing security group 'sdnvpn-sg'... 2018-09-04 12:47:48,769 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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-09-04 12:47:48,775 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12:47:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-782bd91b-8c19-4e8d-961c-81358a1943a6 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.28:5000/v3/", "rel": "self"}]}} 2018-09-04 12:47:48,775 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-782bd91b-8c19-4e8d-961c-81358a1943a6 2018-09-04 12:47:48,775 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-09-04 12:47:49,138 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "3d416247e8224533841040c3ad2bce5a", "name": "admin"}], "expires_at": "2018-09-04T13:47:49.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1e2f68a072b64978bd7ea91c2d64aca6", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v1/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235635a698ef4bef9dc6b25273d185da"}, {"url": "http://192.30.9.6:8776/v1/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "23b07b3fbfc340a58cf0f9b2871a0d23"}, {"url": "http://172.30.9.28:8776/v1/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "72fd0aaa144d45419f4b04b6b26f69a7"}], "type": "volume", "id": "097241c25b4d4f7e91b3f8efa155909e", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v3/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93eb4cf3030a49e7840bec071422d397"}, {"url": "http://192.30.9.6:8776/v3/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8af439a6ac147fdbcb38ed9aa916b68"}, {"url": "http://192.30.9.6:8776/v3/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c4bfdbc9b7c74a23a40afdf578cfeba4"}], "type": "volumev3", "id": "1c85f4682ce44f729db1dabd98e965e8", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "82239574a29d4603a2161006f61851cf"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8d15f7134f364a7bbcfff2f84aac3bf2"}, {"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e01668c43a0c4c279b9a3d20a0280d6c"}], "type": "image", "id": "297d8415ca96454991054983920912f7", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7bb4d60e20734d4a9f31ec75e02cb823"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bf6adec15590466a9a0d3bddb00e8993"}, {"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f096f03a1d12411a8972f6f7c196b60d"}], "type": "policy", "id": "54c64351b56d44bbad74c2969cc3aa00", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "354ae6870a324fab82d0a0fb68ee0f26"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a3807e460dd4af488d982b66c52e64c"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e7c3da785076450abd71868e75ce0c33"}], "type": "cloudformation", "id": "6ac9917ae83c4639a15a4ab3cf0e76dd", "name": "heat-cfn"}, {"endpoints": [], "type": "metering", "id": "7fcc078e5e0645f29df67742ac14e388", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49e71628d386464cb950d6a9db00a328"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75b0a63ed8574bbcab1c851cc9b83d30"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9902b0a8b3c04cd192a1b84c417c232b"}], "type": "key-manager", "id": "9626544a32e74678a641c6e206f028a9", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "497340e5aa36485982fdf297f370558f"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7802beb4fc7c4952897b77bd5610b1fe"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c14af798917f4fa0b146d9772583e595"}], "type": "metric", "id": "973bfe8c658d4e5a8da725e76b9d550e", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "288ecc3674ea41d2aa3b790dcb832bf2"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7a6dc785cd7142f5b30f1a7ba0daeb03"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7f7d34e2351b4964befccc862c4e8e12"}], "type": "network", "id": "a348d7b06050474fb449be7f32ea6f5d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "21bce6ecb8464a1f8f3e3847aa698bd6"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0a8faf2246b47deb30e69e48d3551fb"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e71c6011de3d4d8589e5b53dcc79f288"}], "type": "identity", "id": "ad8d4b4953184137a1b913ecee9434ed", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "13474f9a78ca4f1184e4cddc84d0d98c"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad67365a18234bb78c336e6776958c00"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc54db13337f44f8921fbb9ad0f81de8"}], "type": "alarming", "id": "bb18dc3243034f08a6a7f69f7a1edccf", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0d91d7adf0304b2681c77f979e5cdb17"}, {"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "756e5ffca9774ab3ae2db41bf330417f"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c07c727a08c243b287827f539a124e63"}], "type": "placement", "id": "bb2c9432fcbd4c56913177122468f6ba", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8004/v1/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1eed4912224b48cf9856446eae4d9928"}, {"url": "http://192.30.9.6:8004/v1/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b73b7f99236541148d84f24f09e5dd40"}, {"url": "http://192.30.9.6:8004/v1/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fbf12e52911244fdafc24a9d46f56e62"}], "type": "orchestration", "id": "c8918d139da945ba93df4ccce21d4904", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16bf098b9e2e490f8e47fa601059f975"}, {"url": "http://192.30.9.6:8776/v2/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc16fa4cf491444ca2f611d5692c1170"}, {"url": "http://192.30.9.6:8776/v2/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ccd2c5325dff4b90b391db9fdde67d99"}], "type": "volumev2", "id": "d09ac9123c34494abce21d6c27bee9d9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eac694332354a3aa0e61c31314166d7"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b4d4989c4e764717ab78d38675cadd3f"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff196e46b56d406d87a678f1a64497b0"}], "type": "compute", "id": "d4030ee932c84df58c5b910cc197caa7", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "42c3a9abd8ad4ce8ab2c4cc6e0403c33"}, "audit_ids": ["o5D4VfZARCaBCk6KKKVEdA"], "issued_at": "2018-09-04T12:47:49.000000Z"}} 2018-09-04 12:47:49,143 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/os-hypervisors/detail -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}91ff80bbfb3e7ac82e6dbe8252d885c0ebe28eee" 2018-09-04 12:47:49,331 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12:47: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-7bb4ec7d-7fe3-4759-9d91-0839f5c19128 x-compute-request-id: req-7bb4ec7d-7fe3-4759-9d91-0839f5c19128 Content-Encoding: gzip Content-Length: 720 Content-Type: application/json RESP BODY: {"hypervisors": [{"status": "enabled", "service": {"host": "overcloud-novacompute-0.opnfvlf.org", "disabled_reason": null, "id": 132}, "vcpus_used": 0, "hypervisor_type": "QEMU", "local_gb_used": 0, "vcpus": 16, "hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "memory_mb_used": 4096, "memory_mb": 32502, "current_workload": 0, "state": "up", "host_ip": "192.30.9.9", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"pcid\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"acpi\", \"fma\", \"vme\", \"popcnt\", \"mmx\", \"osxsave\", \"cx8\", \"mce\", \"de\", \"rdtscp\", \"ht\", \"dca\", \"lahf_lm\", \"abm\", \"pdcm\", \"mca\", \"pdpe1gb\", \"apic\", \"sse\", \"f16c\", \"pse\", \"ds\", \"invtsc\", \"pni\", \"tm2\", \"avx2\", \"aes\", \"sse2\", \"ss\", \"ds_cpl\", \"arat\", \"bmi1\", \"bmi2\", \"ssse3\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 0, "free_disk_gb": 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": 141}, "vcpus_used": 0, "hypervisor_type": "QEMU", "local_gb_used": 0, "vcpus": 16, "hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "memory_mb_used": 4096, "memory_mb": 32502, "current_workload": 0, "state": "up", "host_ip": "192.30.9.7", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"pcid\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"acpi\", \"fma\", \"vme\", \"popcnt\", \"mmx\", \"osxsave\", \"cx8\", \"mce\", \"de\", \"rdtscp\", \"ht\", \"dca\", \"lahf_lm\", \"abm\", \"pdcm\", \"mca\", \"pdpe1gb\", \"apic\", \"sse\", \"f16c\", \"pse\", \"ds\", \"invtsc\", \"pni\", \"tm2\", \"avx2\", \"aes\", \"sse2\", \"ss\", \"ds_cpl\", \"arat\", \"bmi1\", \"bmi2\", \"ssse3\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 0, "free_disk_gb": 10239, "hypervisor_version": 2009000, "disk_available_least": 10178, "local_gb": 10239, "free_ram_mb": 28406, "id": 6}]} 2018-09-04 12:47:49,331 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/os-hypervisors/detail used request id req-7bb4ec7d-7fe3-4759-9d91-0839f5c19128 2018-09-04 12:47:49,332 - sdnvpn_test_utils - DEBUG - Compute nodes: [u'overcloud-novacompute-0.opnfvlf.org', u'overcloud-novacompute-1.opnfvlf.org'] 2018-09-04 12:47:49,333 - sdnvpn_test_utils - INFO - Creating instance 'sdnvpn-4-2'... 2018-09-04 12:47:49,333 - sdnvpn_test_utils - DEBUG - Configuration: name=sdnvpn-4-2 flavor=m1.tiny image=6d961757-7e3b-4c10-bfe0-38e22b7a2caf network=86e59341-b747-46ad-a3f5-8a5d697ca61b secgroup=aee4e203-f920-46bb-ac91-6898d944e253 hypervisor=nova:overcloud-novacompute-0.opnfvlf.org fixed_ip=None files=None userdata= None 2018-09-04 12:47:49,333 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-09-04 12:47:49,333 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-09-04 12:47:49,333 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-09-04 12:47:49,333 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-09-04 12:47:49,334 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-09-04 12:47:49,334 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-09-04 12:47:49,334 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-09-04 12:47:49,334 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-09-04 12:47:49,334 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-09-04 12:47:49,334 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-09-04 12:47:49,334 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-09-04 12:47:49,334 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-09-04 12:47:49,334 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-09-04 12:47:49,335 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-09-04 12:47:49,335 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-09-04 12:47:49,335 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-09-04 12:47:49,335 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-09-04 12:47:49,335 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-09-04 12:47:49,335 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-09-04 12:47:49,335 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-09-04 12:47:49,335 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-09-04 12:47:49,336 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-09-04 12:47:49,336 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-09-04 12:47:49,336 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-09-04 12:47:49,338 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-09-04 12:47:49,338 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-09-04 12:47:49,338 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-09-04 12:47:49,338 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-09-04 12:47:49,338 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-09-04 12:47:49,339 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-09-04 12:47:49,339 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-09-04 12:47:49,339 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-09-04 12:47:49,339 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-09-04 12:47:49,340 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-09-04 12:47:49,340 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-09-04 12:47:49,340 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-09-04 12:47:49,340 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-09-04 12:47:49,340 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-09-04 12:47:49,341 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-09-04 12:47:49,341 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-09-04 12:47:49,341 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-09-04 12:47:49,341 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-09-04 12:47:49,341 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-09-04 12:47:49,342 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-09-04 12:47:49,342 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-09-04 12:47:49,342 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-09-04 12:47:49,342 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-09-04 12:47:49,343 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-09-04 12:47:49,347 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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-09-04 12:47:49,354 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12:47:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2253528a-a368-4d12-8e4e-2165d86fb49e 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.28:5000/v3/", "rel": "self"}]}} 2018-09-04 12:47:49,354 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-2253528a-a368-4d12-8e4e-2165d86fb49e 2018-09-04 12:47:49,355 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-09-04 12:47:49,729 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "3d416247e8224533841040c3ad2bce5a", "name": "admin"}], "expires_at": "2018-09-04T13:47:49.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1e2f68a072b64978bd7ea91c2d64aca6", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v1/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235635a698ef4bef9dc6b25273d185da"}, {"url": "http://192.30.9.6:8776/v1/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "23b07b3fbfc340a58cf0f9b2871a0d23"}, {"url": "http://172.30.9.28:8776/v1/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "72fd0aaa144d45419f4b04b6b26f69a7"}], "type": "volume", "id": "097241c25b4d4f7e91b3f8efa155909e", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v3/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93eb4cf3030a49e7840bec071422d397"}, {"url": "http://192.30.9.6:8776/v3/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8af439a6ac147fdbcb38ed9aa916b68"}, {"url": "http://192.30.9.6:8776/v3/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c4bfdbc9b7c74a23a40afdf578cfeba4"}], "type": "volumev3", "id": "1c85f4682ce44f729db1dabd98e965e8", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "82239574a29d4603a2161006f61851cf"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8d15f7134f364a7bbcfff2f84aac3bf2"}, {"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e01668c43a0c4c279b9a3d20a0280d6c"}], "type": "image", "id": "297d8415ca96454991054983920912f7", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7bb4d60e20734d4a9f31ec75e02cb823"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bf6adec15590466a9a0d3bddb00e8993"}, {"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f096f03a1d12411a8972f6f7c196b60d"}], "type": "policy", "id": "54c64351b56d44bbad74c2969cc3aa00", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "354ae6870a324fab82d0a0fb68ee0f26"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a3807e460dd4af488d982b66c52e64c"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e7c3da785076450abd71868e75ce0c33"}], "type": "cloudformation", "id": "6ac9917ae83c4639a15a4ab3cf0e76dd", "name": "heat-cfn"}, {"endpoints": [], "type": "metering", "id": "7fcc078e5e0645f29df67742ac14e388", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49e71628d386464cb950d6a9db00a328"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75b0a63ed8574bbcab1c851cc9b83d30"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9902b0a8b3c04cd192a1b84c417c232b"}], "type": "key-manager", "id": "9626544a32e74678a641c6e206f028a9", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "497340e5aa36485982fdf297f370558f"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7802beb4fc7c4952897b77bd5610b1fe"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c14af798917f4fa0b146d9772583e595"}], "type": "metric", "id": "973bfe8c658d4e5a8da725e76b9d550e", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "288ecc3674ea41d2aa3b790dcb832bf2"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7a6dc785cd7142f5b30f1a7ba0daeb03"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7f7d34e2351b4964befccc862c4e8e12"}], "type": "network", "id": "a348d7b06050474fb449be7f32ea6f5d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "21bce6ecb8464a1f8f3e3847aa698bd6"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0a8faf2246b47deb30e69e48d3551fb"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e71c6011de3d4d8589e5b53dcc79f288"}], "type": "identity", "id": "ad8d4b4953184137a1b913ecee9434ed", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "13474f9a78ca4f1184e4cddc84d0d98c"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad67365a18234bb78c336e6776958c00"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc54db13337f44f8921fbb9ad0f81de8"}], "type": "alarming", "id": "bb18dc3243034f08a6a7f69f7a1edccf", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0d91d7adf0304b2681c77f979e5cdb17"}, {"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "756e5ffca9774ab3ae2db41bf330417f"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c07c727a08c243b287827f539a124e63"}], "type": "placement", "id": "bb2c9432fcbd4c56913177122468f6ba", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8004/v1/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1eed4912224b48cf9856446eae4d9928"}, {"url": "http://192.30.9.6:8004/v1/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b73b7f99236541148d84f24f09e5dd40"}, {"url": "http://192.30.9.6:8004/v1/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fbf12e52911244fdafc24a9d46f56e62"}], "type": "orchestration", "id": "c8918d139da945ba93df4ccce21d4904", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16bf098b9e2e490f8e47fa601059f975"}, {"url": "http://192.30.9.6:8776/v2/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc16fa4cf491444ca2f611d5692c1170"}, {"url": "http://192.30.9.6:8776/v2/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ccd2c5325dff4b90b391db9fdde67d99"}], "type": "volumev2", "id": "d09ac9123c34494abce21d6c27bee9d9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eac694332354a3aa0e61c31314166d7"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b4d4989c4e764717ab78d38675cadd3f"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff196e46b56d406d87a678f1a64497b0"}], "type": "compute", "id": "d4030ee932c84df58c5b910cc197caa7", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "42c3a9abd8ad4ce8ab2c4cc6e0403c33"}, "audit_ids": ["guGYuUAyTPWTJ3YQypSgXQ"], "issued_at": "2018-09-04T12:47:49.000000Z"}} 2018-09-04 12:47:49,732 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5bf5617cc94fc746b3beb9f78c8b52619f678685" 2018-09-04 12:47:49,906 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12:47: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-d6b46b14-e843-4584-ba59-d2a0918692ae x-compute-request-id: req-d6b46b14-e843-4584-ba59-d2a0918692ae Content-Encoding: gzip Content-Length: 162 Content-Type: application/json RESP BODY: {"flavors": [{"id": "9cbbc756-b738-4f1f-8d03-84c527182338", "links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/9cbbc756-b738-4f1f-8d03-84c527182338", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/9cbbc756-b738-4f1f-8d03-84c527182338", "rel": "bookmark"}], "name": "m1.tiny"}]} 2018-09-04 12:47:49,906 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors used request id req-d6b46b14-e843-4584-ba59-d2a0918692ae 2018-09-04 12:47:49,909 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/flavors/9cbbc756-b738-4f1f-8d03-84c527182338 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5bf5617cc94fc746b3beb9f78c8b52619f678685" 2018-09-04 12:47:49,929 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12:47: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-92d3a846-7e9c-4657-ac06-28eea9a41817 x-compute-request-id: req-92d3a846-7e9c-4657-ac06-28eea9a41817 Content-Encoding: gzip Content-Length: 280 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/9cbbc756-b738-4f1f-8d03-84c527182338", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/9cbbc756-b738-4f1f-8d03-84c527182338", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "9cbbc756-b738-4f1f-8d03-84c527182338", "name": "m1.tiny", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-09-04 12:47:49,929 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors/9cbbc756-b738-4f1f-8d03-84c527182338 used request id req-92d3a846-7e9c-4657-ac06-28eea9a41817 2018-09-04 12:47:49,933 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5bf5617cc94fc746b3beb9f78c8b52619f678685" -d '{"server": {"name": "sdnvpn-4-2", "imageRef": "6d961757-7e3b-4c10-bfe0-38e22b7a2caf", "availability_zone": "nova:overcloud-novacompute-0.opnfvlf.org", "flavorRef": "9cbbc756-b738-4f1f-8d03-84c527182338", "max_count": 1, "min_count": 1, "networks": [{"uuid": "86e59341-b747-46ad-a3f5-8a5d697ca61b"}]}}' 2018-09-04 12:47:51,506 - novaclient.v2.client - DEBUG - RESP: [202] Date: Tue, 04 Sep 2018 12:47: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-53c16462-8e31-4233-9555-21763164ff96 x-compute-request-id: req-53c16462-8e31-4233-9555-21763164ff96 Content-Length: 374 location: http://172.30.9.28:8774/v2.1/servers/153b93e8-4396-489e-aebe-fc8ef0cd9cb7 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "153b93e8-4396-489e-aebe-fc8ef0cd9cb7", "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/153b93e8-4396-489e-aebe-fc8ef0cd9cb7", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/153b93e8-4396-489e-aebe-fc8ef0cd9cb7", "rel": "bookmark"}], "adminPass": "P9S76bLfDX3t"}} 2018-09-04 12:47:51,506 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers used request id req-53c16462-8e31-4233-9555-21763164ff96 2018-09-04 12:47:51,507 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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-09-04 12:47:51,513 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12:47:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5fe374b7-b166-4ed2-81de-3f1f716562fd 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.28:5000/v3/", "rel": "self"}]}} 2018-09-04 12:47:51,514 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-5fe374b7-b166-4ed2-81de-3f1f716562fd 2018-09-04 12:47:51,514 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-09-04 12:47:51,884 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "3d416247e8224533841040c3ad2bce5a", "name": "admin"}], "expires_at": "2018-09-04T13:47:51.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1e2f68a072b64978bd7ea91c2d64aca6", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v1/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235635a698ef4bef9dc6b25273d185da"}, {"url": "http://192.30.9.6:8776/v1/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "23b07b3fbfc340a58cf0f9b2871a0d23"}, {"url": "http://172.30.9.28:8776/v1/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "72fd0aaa144d45419f4b04b6b26f69a7"}], "type": "volume", "id": "097241c25b4d4f7e91b3f8efa155909e", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v3/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93eb4cf3030a49e7840bec071422d397"}, {"url": "http://192.30.9.6:8776/v3/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8af439a6ac147fdbcb38ed9aa916b68"}, {"url": "http://192.30.9.6:8776/v3/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c4bfdbc9b7c74a23a40afdf578cfeba4"}], "type": "volumev3", "id": "1c85f4682ce44f729db1dabd98e965e8", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "82239574a29d4603a2161006f61851cf"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8d15f7134f364a7bbcfff2f84aac3bf2"}, {"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e01668c43a0c4c279b9a3d20a0280d6c"}], "type": "image", "id": "297d8415ca96454991054983920912f7", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7bb4d60e20734d4a9f31ec75e02cb823"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bf6adec15590466a9a0d3bddb00e8993"}, {"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f096f03a1d12411a8972f6f7c196b60d"}], "type": "policy", "id": "54c64351b56d44bbad74c2969cc3aa00", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "354ae6870a324fab82d0a0fb68ee0f26"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a3807e460dd4af488d982b66c52e64c"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e7c3da785076450abd71868e75ce0c33"}], "type": "cloudformation", "id": "6ac9917ae83c4639a15a4ab3cf0e76dd", "name": "heat-cfn"}, {"endpoints": [], "type": "metering", "id": "7fcc078e5e0645f29df67742ac14e388", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49e71628d386464cb950d6a9db00a328"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75b0a63ed8574bbcab1c851cc9b83d30"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9902b0a8b3c04cd192a1b84c417c232b"}], "type": "key-manager", "id": "9626544a32e74678a641c6e206f028a9", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "497340e5aa36485982fdf297f370558f"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7802beb4fc7c4952897b77bd5610b1fe"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c14af798917f4fa0b146d9772583e595"}], "type": "metric", "id": "973bfe8c658d4e5a8da725e76b9d550e", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "288ecc3674ea41d2aa3b790dcb832bf2"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7a6dc785cd7142f5b30f1a7ba0daeb03"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7f7d34e2351b4964befccc862c4e8e12"}], "type": "network", "id": "a348d7b06050474fb449be7f32ea6f5d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "21bce6ecb8464a1f8f3e3847aa698bd6"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0a8faf2246b47deb30e69e48d3551fb"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e71c6011de3d4d8589e5b53dcc79f288"}], "type": "identity", "id": "ad8d4b4953184137a1b913ecee9434ed", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "13474f9a78ca4f1184e4cddc84d0d98c"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad67365a18234bb78c336e6776958c00"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc54db13337f44f8921fbb9ad0f81de8"}], "type": "alarming", "id": "bb18dc3243034f08a6a7f69f7a1edccf", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0d91d7adf0304b2681c77f979e5cdb17"}, {"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "756e5ffca9774ab3ae2db41bf330417f"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c07c727a08c243b287827f539a124e63"}], "type": "placement", "id": "bb2c9432fcbd4c56913177122468f6ba", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8004/v1/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1eed4912224b48cf9856446eae4d9928"}, {"url": "http://192.30.9.6:8004/v1/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b73b7f99236541148d84f24f09e5dd40"}, {"url": "http://192.30.9.6:8004/v1/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fbf12e52911244fdafc24a9d46f56e62"}], "type": "orchestration", "id": "c8918d139da945ba93df4ccce21d4904", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16bf098b9e2e490f8e47fa601059f975"}, {"url": "http://192.30.9.6:8776/v2/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc16fa4cf491444ca2f611d5692c1170"}, {"url": "http://192.30.9.6:8776/v2/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ccd2c5325dff4b90b391db9fdde67d99"}], "type": "volumev2", "id": "d09ac9123c34494abce21d6c27bee9d9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eac694332354a3aa0e61c31314166d7"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b4d4989c4e764717ab78d38675cadd3f"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff196e46b56d406d87a678f1a64497b0"}], "type": "compute", "id": "d4030ee932c84df58c5b910cc197caa7", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "42c3a9abd8ad4ce8ab2c4cc6e0403c33"}, "audit_ids": ["-_D4vBtmTxaiFa_HkDNMuA"], "issued_at": "2018-09-04T12:47:51.000000Z"}} 2018-09-04 12:47:51,887 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/153b93e8-4396-489e-aebe-fc8ef0cd9cb7 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3124a3f88772e5262c98cbb17dc61c8998d3bad3" 2018-09-04 12:47:52,387 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12:47: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-8ad9d81d-c363-4710-bb52-f1251e534fd1 x-compute-request-id: req-8ad9d81d-c363-4710-bb52-f1251e534fd1 Content-Encoding: gzip Content-Length: 617 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/153b93e8-4396-489e-aebe-fc8ef0cd9cb7", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/153b93e8-4396-489e-aebe-fc8ef0cd9cb7", "rel": "bookmark"}], "image": {"id": "6d961757-7e3b-4c10-bfe0-38e22b7a2caf", "links": [{"href": "http://172.30.9.28:8774/images/6d961757-7e3b-4c10-bfe0-38e22b7a2caf", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "9cbbc756-b738-4f1f-8d03-84c527182338", "links": [{"href": "http://172.30.9.28:8774/flavors/9cbbc756-b738-4f1f-8d03-84c527182338", "rel": "bookmark"}]}, "id": "153b93e8-4396-489e-aebe-fc8ef0cd9cb7", "user_id": "42c3a9abd8ad4ce8ab2c4cc6e0403c33", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-04T12:47:52Z", "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-09-04T12:47:51Z", "tenant_id": "1e2f68a072b64978bd7ea91c2d64aca6", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 12:47:52,387 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/153b93e8-4396-489e-aebe-fc8ef0cd9cb7 used request id req-8ad9d81d-c363-4710-bb52-f1251e534fd1 2018-09-04 12:47:55,394 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/153b93e8-4396-489e-aebe-fc8ef0cd9cb7 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3124a3f88772e5262c98cbb17dc61c8998d3bad3" 2018-09-04 12:47:55,963 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12:47: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-aae1c1fc-c8e7-4d4c-87dd-62caf82f623a x-compute-request-id: req-aae1c1fc-c8e7-4d4c-87dd-62caf82f623a 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.28:8774/v2.1/servers/153b93e8-4396-489e-aebe-fc8ef0cd9cb7", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/153b93e8-4396-489e-aebe-fc8ef0cd9cb7", "rel": "bookmark"}], "image": {"id": "6d961757-7e3b-4c10-bfe0-38e22b7a2caf", "links": [{"href": "http://172.30.9.28:8774/images/6d961757-7e3b-4c10-bfe0-38e22b7a2caf", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000117", "OS-SRV-USG:launched_at": null, "flavor": {"id": "9cbbc756-b738-4f1f-8d03-84c527182338", "links": [{"href": "http://172.30.9.28:8774/flavors/9cbbc756-b738-4f1f-8d03-84c527182338", "rel": "bookmark"}]}, "id": "153b93e8-4396-489e-aebe-fc8ef0cd9cb7", "security_groups": [{"name": "default"}], "user_id": "42c3a9abd8ad4ce8ab2c4cc6e0403c33", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-04T12:47:52Z", "hostId": "ac4312c86b6d8b3ba69b66c09fbaad9c9659999bf89f97c14b4d2a68", "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-09-04T12:47:51Z", "tenant_id": "1e2f68a072b64978bd7ea91c2d64aca6", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 12:47:55,964 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/153b93e8-4396-489e-aebe-fc8ef0cd9cb7 used request id req-aae1c1fc-c8e7-4d4c-87dd-62caf82f623a 2018-09-04 12:47:58,970 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/153b93e8-4396-489e-aebe-fc8ef0cd9cb7 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3124a3f88772e5262c98cbb17dc61c8998d3bad3" 2018-09-04 12:47:59,633 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12:47: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-3d999395-53dd-4a1a-ac88-0a9829061eb6 x-compute-request-id: req-3d999395-53dd-4a1a-ac88-0a9829061eb6 Content-Encoding: gzip Content-Length: 780 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:aa:d1:e4", "version": 4, "addr": "10.10.10.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/153b93e8-4396-489e-aebe-fc8ef0cd9cb7", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/153b93e8-4396-489e-aebe-fc8ef0cd9cb7", "rel": "bookmark"}], "image": {"id": "6d961757-7e3b-4c10-bfe0-38e22b7a2caf", "links": [{"href": "http://172.30.9.28:8774/images/6d961757-7e3b-4c10-bfe0-38e22b7a2caf", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000117", "OS-SRV-USG:launched_at": "2018-09-04T12:47:56.000000", "flavor": {"id": "9cbbc756-b738-4f1f-8d03-84c527182338", "links": [{"href": "http://172.30.9.28:8774/flavors/9cbbc756-b738-4f1f-8d03-84c527182338", "rel": "bookmark"}]}, "id": "153b93e8-4396-489e-aebe-fc8ef0cd9cb7", "security_groups": [{"name": "default"}], "user_id": "42c3a9abd8ad4ce8ab2c4cc6e0403c33", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-04T12:47:56Z", "hostId": "ac4312c86b6d8b3ba69b66c09fbaad9c9659999bf89f97c14b4d2a68", "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-09-04T12:47:51Z", "tenant_id": "1e2f68a072b64978bd7ea91c2d64aca6", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 12:47:59,633 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/153b93e8-4396-489e-aebe-fc8ef0cd9cb7 used request id req-3d999395-53dd-4a1a-ac88-0a9829061eb6 2018-09-04 12:47:59,636 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/153b93e8-4396-489e-aebe-fc8ef0cd9cb7 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5bf5617cc94fc746b3beb9f78c8b52619f678685" 2018-09-04 12:48:00,317 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12:47: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-5426a715-aa59-45fb-99a4-14de2b0cfc7b x-compute-request-id: req-5426a715-aa59-45fb-99a4-14de2b0cfc7b Content-Encoding: gzip Content-Length: 780 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:aa:d1:e4", "version": 4, "addr": "10.10.10.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/153b93e8-4396-489e-aebe-fc8ef0cd9cb7", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/153b93e8-4396-489e-aebe-fc8ef0cd9cb7", "rel": "bookmark"}], "image": {"id": "6d961757-7e3b-4c10-bfe0-38e22b7a2caf", "links": [{"href": "http://172.30.9.28:8774/images/6d961757-7e3b-4c10-bfe0-38e22b7a2caf", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000117", "OS-SRV-USG:launched_at": "2018-09-04T12:47:56.000000", "flavor": {"id": "9cbbc756-b738-4f1f-8d03-84c527182338", "links": [{"href": "http://172.30.9.28:8774/flavors/9cbbc756-b738-4f1f-8d03-84c527182338", "rel": "bookmark"}]}, "id": "153b93e8-4396-489e-aebe-fc8ef0cd9cb7", "security_groups": [{"name": "default"}], "user_id": "42c3a9abd8ad4ce8ab2c4cc6e0403c33", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-04T12:47:56Z", "hostId": "ac4312c86b6d8b3ba69b66c09fbaad9c9659999bf89f97c14b4d2a68", "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-09-04T12:47:51Z", "tenant_id": "1e2f68a072b64978bd7ea91c2d64aca6", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 12:48:00,317 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/153b93e8-4396-489e-aebe-fc8ef0cd9cb7 used request id req-5426a715-aa59-45fb-99a4-14de2b0cfc7b 2018-09-04 12:48:00,318 - sdnvpn_test_utils - DEBUG - Instance 'sdnvpn-4-2' booted successfully. IP='10.10.10.12'. 2018-09-04 12:48:00,318 - sdnvpn_test_utils - DEBUG - Adding 'sdnvpn-4-2' to security group 'sdnvpn-sg'... 2018-09-04 12:48:00,321 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/servers/153b93e8-4396-489e-aebe-fc8ef0cd9cb7/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}91ff80bbfb3e7ac82e6dbe8252d885c0ebe28eee" -d '{"addSecurityGroup": {"name": "aee4e203-f920-46bb-ac91-6898d944e253"}}' 2018-09-04 12:48:02,049 - novaclient.v2.client - DEBUG - RESP: [202] Date: Tue, 04 Sep 2018 12:48: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-e70394fc-cc40-409e-b16a-dd3f6d21f2d1 x-compute-request-id: req-e70394fc-cc40-409e-b16a-dd3f6d21f2d1 Content-Length: 0 Content-Type: application/json 2018-09-04 12:48:02,049 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/153b93e8-4396-489e-aebe-fc8ef0cd9cb7/action used request id req-e70394fc-cc40-409e-b16a-dd3f6d21f2d1 2018-09-04 12:48:02,050 - sdnvpn_test_utils - INFO - Creating instance 'sdnvpn-4-3'... 2018-09-04 12:48:02,050 - sdnvpn_test_utils - DEBUG - Configuration: name=sdnvpn-4-3 flavor=m1.tiny image=6d961757-7e3b-4c10-bfe0-38e22b7a2caf network=86e59341-b747-46ad-a3f5-8a5d697ca61b secgroup=aee4e203-f920-46bb-ac91-6898d944e253 hypervisor=nova:overcloud-novacompute-1.opnfvlf.org fixed_ip=None files=None userdata= None 2018-09-04 12:48:02,050 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-09-04 12:48:02,050 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-09-04 12:48:02,050 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-09-04 12:48:02,051 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-09-04 12:48:02,051 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-09-04 12:48:02,051 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-09-04 12:48:02,051 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-09-04 12:48:02,051 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-09-04 12:48:02,051 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-09-04 12:48:02,051 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-09-04 12:48:02,051 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-09-04 12:48:02,052 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-09-04 12:48:02,052 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-09-04 12:48:02,052 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-09-04 12:48:02,052 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-09-04 12:48:02,052 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-09-04 12:48:02,052 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-09-04 12:48:02,052 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-09-04 12:48:02,052 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-09-04 12:48:02,052 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-09-04 12:48:02,053 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-09-04 12:48:02,053 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-09-04 12:48:02,053 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-09-04 12:48:02,053 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-09-04 12:48:02,055 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-09-04 12:48:02,056 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-09-04 12:48:02,056 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-09-04 12:48:02,056 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-09-04 12:48:02,056 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-09-04 12:48:02,056 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-09-04 12:48:02,056 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-09-04 12:48:02,056 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-09-04 12:48:02,056 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-09-04 12:48:02,057 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-09-04 12:48:02,057 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-09-04 12:48:02,057 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-09-04 12:48:02,057 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-09-04 12:48:02,057 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-09-04 12:48:02,057 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-09-04 12:48:02,057 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-09-04 12:48:02,057 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-09-04 12:48:02,057 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-09-04 12:48:02,058 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-09-04 12:48:02,058 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-09-04 12:48:02,058 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-09-04 12:48:02,058 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-09-04 12:48:02,058 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-09-04 12:48:02,058 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-09-04 12:48:02,061 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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-09-04 12:48:02,069 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12:48:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7f551c85-275e-41eb-9a1b-3927c493f347 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.28:5000/v3/", "rel": "self"}]}} 2018-09-04 12:48:02,069 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-7f551c85-275e-41eb-9a1b-3927c493f347 2018-09-04 12:48:02,070 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-09-04 12:48:02,440 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "3d416247e8224533841040c3ad2bce5a", "name": "admin"}], "expires_at": "2018-09-04T13:48:02.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1e2f68a072b64978bd7ea91c2d64aca6", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v1/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235635a698ef4bef9dc6b25273d185da"}, {"url": "http://192.30.9.6:8776/v1/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "23b07b3fbfc340a58cf0f9b2871a0d23"}, {"url": "http://172.30.9.28:8776/v1/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "72fd0aaa144d45419f4b04b6b26f69a7"}], "type": "volume", "id": "097241c25b4d4f7e91b3f8efa155909e", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v3/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93eb4cf3030a49e7840bec071422d397"}, {"url": "http://192.30.9.6:8776/v3/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8af439a6ac147fdbcb38ed9aa916b68"}, {"url": "http://192.30.9.6:8776/v3/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c4bfdbc9b7c74a23a40afdf578cfeba4"}], "type": "volumev3", "id": "1c85f4682ce44f729db1dabd98e965e8", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "82239574a29d4603a2161006f61851cf"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8d15f7134f364a7bbcfff2f84aac3bf2"}, {"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e01668c43a0c4c279b9a3d20a0280d6c"}], "type": "image", "id": "297d8415ca96454991054983920912f7", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7bb4d60e20734d4a9f31ec75e02cb823"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bf6adec15590466a9a0d3bddb00e8993"}, {"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f096f03a1d12411a8972f6f7c196b60d"}], "type": "policy", "id": "54c64351b56d44bbad74c2969cc3aa00", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "354ae6870a324fab82d0a0fb68ee0f26"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a3807e460dd4af488d982b66c52e64c"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e7c3da785076450abd71868e75ce0c33"}], "type": "cloudformation", "id": "6ac9917ae83c4639a15a4ab3cf0e76dd", "name": "heat-cfn"}, {"endpoints": [], "type": "metering", "id": "7fcc078e5e0645f29df67742ac14e388", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49e71628d386464cb950d6a9db00a328"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75b0a63ed8574bbcab1c851cc9b83d30"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9902b0a8b3c04cd192a1b84c417c232b"}], "type": "key-manager", "id": "9626544a32e74678a641c6e206f028a9", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "497340e5aa36485982fdf297f370558f"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7802beb4fc7c4952897b77bd5610b1fe"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c14af798917f4fa0b146d9772583e595"}], "type": "metric", "id": "973bfe8c658d4e5a8da725e76b9d550e", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "288ecc3674ea41d2aa3b790dcb832bf2"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7a6dc785cd7142f5b30f1a7ba0daeb03"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7f7d34e2351b4964befccc862c4e8e12"}], "type": "network", "id": "a348d7b06050474fb449be7f32ea6f5d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "21bce6ecb8464a1f8f3e3847aa698bd6"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0a8faf2246b47deb30e69e48d3551fb"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e71c6011de3d4d8589e5b53dcc79f288"}], "type": "identity", "id": "ad8d4b4953184137a1b913ecee9434ed", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "13474f9a78ca4f1184e4cddc84d0d98c"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad67365a18234bb78c336e6776958c00"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc54db13337f44f8921fbb9ad0f81de8"}], "type": "alarming", "id": "bb18dc3243034f08a6a7f69f7a1edccf", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0d91d7adf0304b2681c77f979e5cdb17"}, {"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "756e5ffca9774ab3ae2db41bf330417f"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c07c727a08c243b287827f539a124e63"}], "type": "placement", "id": "bb2c9432fcbd4c56913177122468f6ba", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8004/v1/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1eed4912224b48cf9856446eae4d9928"}, {"url": "http://192.30.9.6:8004/v1/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b73b7f99236541148d84f24f09e5dd40"}, {"url": "http://192.30.9.6:8004/v1/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fbf12e52911244fdafc24a9d46f56e62"}], "type": "orchestration", "id": "c8918d139da945ba93df4ccce21d4904", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16bf098b9e2e490f8e47fa601059f975"}, {"url": "http://192.30.9.6:8776/v2/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc16fa4cf491444ca2f611d5692c1170"}, {"url": "http://192.30.9.6:8776/v2/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ccd2c5325dff4b90b391db9fdde67d99"}], "type": "volumev2", "id": "d09ac9123c34494abce21d6c27bee9d9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eac694332354a3aa0e61c31314166d7"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b4d4989c4e764717ab78d38675cadd3f"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff196e46b56d406d87a678f1a64497b0"}], "type": "compute", "id": "d4030ee932c84df58c5b910cc197caa7", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "42c3a9abd8ad4ce8ab2c4cc6e0403c33"}, "audit_ids": ["mQxRzsfXQlW8vTb3hI8ngg"], "issued_at": "2018-09-04T12:48:02.000000Z"}} 2018-09-04 12:48:02,443 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}453d91d074fe8477130eb0c7ad8d67e0fcfcbc2e" 2018-09-04 12:48:02,618 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12:48: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-6d5d9295-3f64-4dda-b5a2-5f8a936da8c9 x-compute-request-id: req-6d5d9295-3f64-4dda-b5a2-5f8a936da8c9 Content-Encoding: gzip Content-Length: 162 Content-Type: application/json RESP BODY: {"flavors": [{"id": "9cbbc756-b738-4f1f-8d03-84c527182338", "links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/9cbbc756-b738-4f1f-8d03-84c527182338", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/9cbbc756-b738-4f1f-8d03-84c527182338", "rel": "bookmark"}], "name": "m1.tiny"}]} 2018-09-04 12:48:02,618 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors used request id req-6d5d9295-3f64-4dda-b5a2-5f8a936da8c9 2018-09-04 12:48:02,621 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/flavors/9cbbc756-b738-4f1f-8d03-84c527182338 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}453d91d074fe8477130eb0c7ad8d67e0fcfcbc2e" 2018-09-04 12:48:02,640 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12:48: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-ef2f9b94-2c80-4501-9a84-e7c774ca263c x-compute-request-id: req-ef2f9b94-2c80-4501-9a84-e7c774ca263c Content-Encoding: gzip Content-Length: 280 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/9cbbc756-b738-4f1f-8d03-84c527182338", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/9cbbc756-b738-4f1f-8d03-84c527182338", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "9cbbc756-b738-4f1f-8d03-84c527182338", "name": "m1.tiny", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-09-04 12:48:02,640 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors/9cbbc756-b738-4f1f-8d03-84c527182338 used request id req-ef2f9b94-2c80-4501-9a84-e7c774ca263c 2018-09-04 12:48:02,643 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}453d91d074fe8477130eb0c7ad8d67e0fcfcbc2e" -d '{"server": {"name": "sdnvpn-4-3", "imageRef": "6d961757-7e3b-4c10-bfe0-38e22b7a2caf", "availability_zone": "nova:overcloud-novacompute-1.opnfvlf.org", "flavorRef": "9cbbc756-b738-4f1f-8d03-84c527182338", "max_count": 1, "min_count": 1, "networks": [{"uuid": "86e59341-b747-46ad-a3f5-8a5d697ca61b"}]}}' 2018-09-04 12:48:04,087 - novaclient.v2.client - DEBUG - RESP: [202] Date: Tue, 04 Sep 2018 12:48: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-743a7024-5ff0-406b-ad75-bc1dbdd12eee x-compute-request-id: req-743a7024-5ff0-406b-ad75-bc1dbdd12eee Content-Length: 374 location: http://172.30.9.28:8774/v2.1/servers/0a5bfb18-64f2-4c1a-a08d-a4c5d9b814d2 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "0a5bfb18-64f2-4c1a-a08d-a4c5d9b814d2", "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/0a5bfb18-64f2-4c1a-a08d-a4c5d9b814d2", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/0a5bfb18-64f2-4c1a-a08d-a4c5d9b814d2", "rel": "bookmark"}], "adminPass": "jamRE6eL9GMZ"}} 2018-09-04 12:48:04,087 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers used request id req-743a7024-5ff0-406b-ad75-bc1dbdd12eee 2018-09-04 12:48:04,088 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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-09-04 12:48:04,094 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12:48:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b8191fc3-6cc6-4066-a5d6-2e8572d59825 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.28:5000/v3/", "rel": "self"}]}} 2018-09-04 12:48:04,094 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-b8191fc3-6cc6-4066-a5d6-2e8572d59825 2018-09-04 12:48:04,095 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-09-04 12:48:04,479 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "3d416247e8224533841040c3ad2bce5a", "name": "admin"}], "expires_at": "2018-09-04T13:48:04.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1e2f68a072b64978bd7ea91c2d64aca6", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v1/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235635a698ef4bef9dc6b25273d185da"}, {"url": "http://192.30.9.6:8776/v1/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "23b07b3fbfc340a58cf0f9b2871a0d23"}, {"url": "http://172.30.9.28:8776/v1/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "72fd0aaa144d45419f4b04b6b26f69a7"}], "type": "volume", "id": "097241c25b4d4f7e91b3f8efa155909e", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v3/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93eb4cf3030a49e7840bec071422d397"}, {"url": "http://192.30.9.6:8776/v3/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8af439a6ac147fdbcb38ed9aa916b68"}, {"url": "http://192.30.9.6:8776/v3/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c4bfdbc9b7c74a23a40afdf578cfeba4"}], "type": "volumev3", "id": "1c85f4682ce44f729db1dabd98e965e8", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "82239574a29d4603a2161006f61851cf"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8d15f7134f364a7bbcfff2f84aac3bf2"}, {"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e01668c43a0c4c279b9a3d20a0280d6c"}], "type": "image", "id": "297d8415ca96454991054983920912f7", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7bb4d60e20734d4a9f31ec75e02cb823"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bf6adec15590466a9a0d3bddb00e8993"}, {"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f096f03a1d12411a8972f6f7c196b60d"}], "type": "policy", "id": "54c64351b56d44bbad74c2969cc3aa00", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "354ae6870a324fab82d0a0fb68ee0f26"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a3807e460dd4af488d982b66c52e64c"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e7c3da785076450abd71868e75ce0c33"}], "type": "cloudformation", "id": "6ac9917ae83c4639a15a4ab3cf0e76dd", "name": "heat-cfn"}, {"endpoints": [], "type": "metering", "id": "7fcc078e5e0645f29df67742ac14e388", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49e71628d386464cb950d6a9db00a328"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75b0a63ed8574bbcab1c851cc9b83d30"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9902b0a8b3c04cd192a1b84c417c232b"}], "type": "key-manager", "id": "9626544a32e74678a641c6e206f028a9", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "497340e5aa36485982fdf297f370558f"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7802beb4fc7c4952897b77bd5610b1fe"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c14af798917f4fa0b146d9772583e595"}], "type": "metric", "id": "973bfe8c658d4e5a8da725e76b9d550e", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "288ecc3674ea41d2aa3b790dcb832bf2"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7a6dc785cd7142f5b30f1a7ba0daeb03"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7f7d34e2351b4964befccc862c4e8e12"}], "type": "network", "id": "a348d7b06050474fb449be7f32ea6f5d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "21bce6ecb8464a1f8f3e3847aa698bd6"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0a8faf2246b47deb30e69e48d3551fb"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e71c6011de3d4d8589e5b53dcc79f288"}], "type": "identity", "id": "ad8d4b4953184137a1b913ecee9434ed", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "13474f9a78ca4f1184e4cddc84d0d98c"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad67365a18234bb78c336e6776958c00"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc54db13337f44f8921fbb9ad0f81de8"}], "type": "alarming", "id": "bb18dc3243034f08a6a7f69f7a1edccf", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0d91d7adf0304b2681c77f979e5cdb17"}, {"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "756e5ffca9774ab3ae2db41bf330417f"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c07c727a08c243b287827f539a124e63"}], "type": "placement", "id": "bb2c9432fcbd4c56913177122468f6ba", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8004/v1/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1eed4912224b48cf9856446eae4d9928"}, {"url": "http://192.30.9.6:8004/v1/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b73b7f99236541148d84f24f09e5dd40"}, {"url": "http://192.30.9.6:8004/v1/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fbf12e52911244fdafc24a9d46f56e62"}], "type": "orchestration", "id": "c8918d139da945ba93df4ccce21d4904", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16bf098b9e2e490f8e47fa601059f975"}, {"url": "http://192.30.9.6:8776/v2/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc16fa4cf491444ca2f611d5692c1170"}, {"url": "http://192.30.9.6:8776/v2/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ccd2c5325dff4b90b391db9fdde67d99"}], "type": "volumev2", "id": "d09ac9123c34494abce21d6c27bee9d9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eac694332354a3aa0e61c31314166d7"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b4d4989c4e764717ab78d38675cadd3f"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff196e46b56d406d87a678f1a64497b0"}], "type": "compute", "id": "d4030ee932c84df58c5b910cc197caa7", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "42c3a9abd8ad4ce8ab2c4cc6e0403c33"}, "audit_ids": ["Sg8jv21HRGG545GOITh8gw"], "issued_at": "2018-09-04T12:48:04.000000Z"}} 2018-09-04 12:48:04,482 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/0a5bfb18-64f2-4c1a-a08d-a4c5d9b814d2 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6f4af0f72423e1d1b4078d5f92ba8dff5852881e" 2018-09-04 12:48:05,021 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12:48: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-2db239f2-0f10-4c08-9de5-aecb5f8580c9 x-compute-request-id: req-2db239f2-0f10-4c08-9de5-aecb5f8580c9 Content-Encoding: gzip Content-Length: 679 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/0a5bfb18-64f2-4c1a-a08d-a4c5d9b814d2", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/0a5bfb18-64f2-4c1a-a08d-a4c5d9b814d2", "rel": "bookmark"}], "image": {"id": "6d961757-7e3b-4c10-bfe0-38e22b7a2caf", "links": [{"href": "http://172.30.9.28:8774/images/6d961757-7e3b-4c10-bfe0-38e22b7a2caf", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-0000011a", "OS-SRV-USG:launched_at": null, "flavor": {"id": "9cbbc756-b738-4f1f-8d03-84c527182338", "links": [{"href": "http://172.30.9.28:8774/flavors/9cbbc756-b738-4f1f-8d03-84c527182338", "rel": "bookmark"}]}, "id": "0a5bfb18-64f2-4c1a-a08d-a4c5d9b814d2", "user_id": "42c3a9abd8ad4ce8ab2c4cc6e0403c33", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-04T12:48:04Z", "hostId": "24e26f10d5130c6a4675921c14879aaf799aa7852a9a32fc2c90e6da", "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-09-04T12:48:04Z", "tenant_id": "1e2f68a072b64978bd7ea91c2d64aca6", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 12:48:05,021 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/0a5bfb18-64f2-4c1a-a08d-a4c5d9b814d2 used request id req-2db239f2-0f10-4c08-9de5-aecb5f8580c9 2018-09-04 12:48:08,028 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/0a5bfb18-64f2-4c1a-a08d-a4c5d9b814d2 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6f4af0f72423e1d1b4078d5f92ba8dff5852881e" 2018-09-04 12:48:08,719 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12:48: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-7c5ab4d1-de5b-4505-9645-a923e28f72f7 x-compute-request-id: req-7c5ab4d1-de5b-4505-9645-a923e28f72f7 Content-Encoding: gzip Content-Length: 776 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:62:53:df", "version": 4, "addr": "10.10.10.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/0a5bfb18-64f2-4c1a-a08d-a4c5d9b814d2", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/0a5bfb18-64f2-4c1a-a08d-a4c5d9b814d2", "rel": "bookmark"}], "image": {"id": "6d961757-7e3b-4c10-bfe0-38e22b7a2caf", "links": [{"href": "http://172.30.9.28:8774/images/6d961757-7e3b-4c10-bfe0-38e22b7a2caf", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-0000011a", "OS-SRV-USG:launched_at": null, "flavor": {"id": "9cbbc756-b738-4f1f-8d03-84c527182338", "links": [{"href": "http://172.30.9.28:8774/flavors/9cbbc756-b738-4f1f-8d03-84c527182338", "rel": "bookmark"}]}, "id": "0a5bfb18-64f2-4c1a-a08d-a4c5d9b814d2", "security_groups": [{"name": "default"}], "user_id": "42c3a9abd8ad4ce8ab2c4cc6e0403c33", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-04T12:48:05Z", "hostId": "24e26f10d5130c6a4675921c14879aaf799aa7852a9a32fc2c90e6da", "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-09-04T12:48:04Z", "tenant_id": "1e2f68a072b64978bd7ea91c2d64aca6", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 12:48:08,719 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/0a5bfb18-64f2-4c1a-a08d-a4c5d9b814d2 used request id req-7c5ab4d1-de5b-4505-9645-a923e28f72f7 2018-09-04 12:48:11,723 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/0a5bfb18-64f2-4c1a-a08d-a4c5d9b814d2 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6f4af0f72423e1d1b4078d5f92ba8dff5852881e" 2018-09-04 12:48:12,597 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12:48: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-b961e296-7460-4a16-8072-c9908d4842bb x-compute-request-id: req-b961e296-7460-4a16-8072-c9908d4842bb 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:62:53:df", "version": 4, "addr": "10.10.10.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/0a5bfb18-64f2-4c1a-a08d-a4c5d9b814d2", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/0a5bfb18-64f2-4c1a-a08d-a4c5d9b814d2", "rel": "bookmark"}], "image": {"id": "6d961757-7e3b-4c10-bfe0-38e22b7a2caf", "links": [{"href": "http://172.30.9.28:8774/images/6d961757-7e3b-4c10-bfe0-38e22b7a2caf", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000011a", "OS-SRV-USG:launched_at": "2018-09-04T12:48:07.000000", "flavor": {"id": "9cbbc756-b738-4f1f-8d03-84c527182338", "links": [{"href": "http://172.30.9.28:8774/flavors/9cbbc756-b738-4f1f-8d03-84c527182338", "rel": "bookmark"}]}, "id": "0a5bfb18-64f2-4c1a-a08d-a4c5d9b814d2", "security_groups": [{"name": "default"}], "user_id": "42c3a9abd8ad4ce8ab2c4cc6e0403c33", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-04T12:48:08Z", "hostId": "24e26f10d5130c6a4675921c14879aaf799aa7852a9a32fc2c90e6da", "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-09-04T12:48:04Z", "tenant_id": "1e2f68a072b64978bd7ea91c2d64aca6", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 12:48:12,597 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/0a5bfb18-64f2-4c1a-a08d-a4c5d9b814d2 used request id req-b961e296-7460-4a16-8072-c9908d4842bb 2018-09-04 12:48:12,600 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/0a5bfb18-64f2-4c1a-a08d-a4c5d9b814d2 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}453d91d074fe8477130eb0c7ad8d67e0fcfcbc2e" 2018-09-04 12:48:13,331 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12:48: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-b0b539c2-685d-4619-85d1-60dc3666e42c x-compute-request-id: req-b0b539c2-685d-4619-85d1-60dc3666e42c 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:62:53:df", "version": 4, "addr": "10.10.10.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/0a5bfb18-64f2-4c1a-a08d-a4c5d9b814d2", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/0a5bfb18-64f2-4c1a-a08d-a4c5d9b814d2", "rel": "bookmark"}], "image": {"id": "6d961757-7e3b-4c10-bfe0-38e22b7a2caf", "links": [{"href": "http://172.30.9.28:8774/images/6d961757-7e3b-4c10-bfe0-38e22b7a2caf", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000011a", "OS-SRV-USG:launched_at": "2018-09-04T12:48:07.000000", "flavor": {"id": "9cbbc756-b738-4f1f-8d03-84c527182338", "links": [{"href": "http://172.30.9.28:8774/flavors/9cbbc756-b738-4f1f-8d03-84c527182338", "rel": "bookmark"}]}, "id": "0a5bfb18-64f2-4c1a-a08d-a4c5d9b814d2", "security_groups": [{"name": "default"}], "user_id": "42c3a9abd8ad4ce8ab2c4cc6e0403c33", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-04T12:48:08Z", "hostId": "24e26f10d5130c6a4675921c14879aaf799aa7852a9a32fc2c90e6da", "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-09-04T12:48:04Z", "tenant_id": "1e2f68a072b64978bd7ea91c2d64aca6", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 12:48:13,331 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/0a5bfb18-64f2-4c1a-a08d-a4c5d9b814d2 used request id req-b0b539c2-685d-4619-85d1-60dc3666e42c 2018-09-04 12:48:13,331 - sdnvpn_test_utils - DEBUG - Instance 'sdnvpn-4-3' booted successfully. IP='10.10.10.13'. 2018-09-04 12:48:13,332 - sdnvpn_test_utils - DEBUG - Adding 'sdnvpn-4-3' to security group 'sdnvpn-sg'... 2018-09-04 12:48:13,334 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/servers/0a5bfb18-64f2-4c1a-a08d-a4c5d9b814d2/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}91ff80bbfb3e7ac82e6dbe8252d885c0ebe28eee" -d '{"addSecurityGroup": {"name": "aee4e203-f920-46bb-ac91-6898d944e253"}}' 2018-09-04 12:48:14,569 - novaclient.v2.client - DEBUG - RESP: [202] Date: Tue, 04 Sep 2018 12:48: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-b51249e7-1a5a-4c75-b2a1-8d8cbdacc380 x-compute-request-id: req-b51249e7-1a5a-4c75-b2a1-8d8cbdacc380 Content-Length: 0 Content-Type: application/json 2018-09-04 12:48:14,569 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/0a5bfb18-64f2-4c1a-a08d-a4c5d9b814d2/action used request id req-b51249e7-1a5a-4c75-b2a1-8d8cbdacc380 2018-09-04 12:48:14,569 - sdnvpn_test_utils - INFO - Creating instance 'sdnvpn-4-5'... 2018-09-04 12:48:14,570 - sdnvpn_test_utils - DEBUG - Configuration: name=sdnvpn-4-5 flavor=m1.tiny image=6d961757-7e3b-4c10-bfe0-38e22b7a2caf network=6eaed784-5b8b-4d90-a1e7-f329cef33588 secgroup=aee4e203-f920-46bb-ac91-6898d944e253 hypervisor=nova:overcloud-novacompute-1.opnfvlf.org fixed_ip=None files=None userdata= None 2018-09-04 12:48:14,570 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-09-04 12:48:14,570 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-09-04 12:48:14,570 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-09-04 12:48:14,571 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-09-04 12:48:14,571 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-09-04 12:48:14,571 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-09-04 12:48:14,571 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-09-04 12:48:14,571 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-09-04 12:48:14,571 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-09-04 12:48:14,571 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-09-04 12:48:14,571 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-09-04 12:48:14,572 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-09-04 12:48:14,572 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-09-04 12:48:14,572 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-09-04 12:48:14,572 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-09-04 12:48:14,572 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-09-04 12:48:14,572 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-09-04 12:48:14,572 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-09-04 12:48:14,573 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-09-04 12:48:14,573 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-09-04 12:48:14,573 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-09-04 12:48:14,573 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-09-04 12:48:14,573 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-09-04 12:48:14,573 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-09-04 12:48:14,578 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-09-04 12:48:14,578 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-09-04 12:48:14,578 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-09-04 12:48:14,578 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-09-04 12:48:14,579 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-09-04 12:48:14,579 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-09-04 12:48:14,579 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-09-04 12:48:14,579 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-09-04 12:48:14,579 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-09-04 12:48:14,579 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-09-04 12:48:14,579 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-09-04 12:48:14,579 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-09-04 12:48:14,579 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-09-04 12:48:14,580 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-09-04 12:48:14,580 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-09-04 12:48:14,580 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-09-04 12:48:14,580 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-09-04 12:48:14,580 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-09-04 12:48:14,580 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-09-04 12:48:14,580 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-09-04 12:48:14,580 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-09-04 12:48:14,580 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-09-04 12:48:14,581 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-09-04 12:48:14,581 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-09-04 12:48:14,583 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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-09-04 12:48:14,591 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12:48:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dab78f53-c47f-4ba5-aec0-0efe17a3b3b7 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.28:5000/v3/", "rel": "self"}]}} 2018-09-04 12:48:14,592 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-dab78f53-c47f-4ba5-aec0-0efe17a3b3b7 2018-09-04 12:48:14,593 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-09-04 12:48:14,981 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "3d416247e8224533841040c3ad2bce5a", "name": "admin"}], "expires_at": "2018-09-04T13:48:14.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1e2f68a072b64978bd7ea91c2d64aca6", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v1/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235635a698ef4bef9dc6b25273d185da"}, {"url": "http://192.30.9.6:8776/v1/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "23b07b3fbfc340a58cf0f9b2871a0d23"}, {"url": "http://172.30.9.28:8776/v1/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "72fd0aaa144d45419f4b04b6b26f69a7"}], "type": "volume", "id": "097241c25b4d4f7e91b3f8efa155909e", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v3/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93eb4cf3030a49e7840bec071422d397"}, {"url": "http://192.30.9.6:8776/v3/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8af439a6ac147fdbcb38ed9aa916b68"}, {"url": "http://192.30.9.6:8776/v3/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c4bfdbc9b7c74a23a40afdf578cfeba4"}], "type": "volumev3", "id": "1c85f4682ce44f729db1dabd98e965e8", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "82239574a29d4603a2161006f61851cf"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8d15f7134f364a7bbcfff2f84aac3bf2"}, {"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e01668c43a0c4c279b9a3d20a0280d6c"}], "type": "image", "id": "297d8415ca96454991054983920912f7", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7bb4d60e20734d4a9f31ec75e02cb823"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bf6adec15590466a9a0d3bddb00e8993"}, {"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f096f03a1d12411a8972f6f7c196b60d"}], "type": "policy", "id": "54c64351b56d44bbad74c2969cc3aa00", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "354ae6870a324fab82d0a0fb68ee0f26"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a3807e460dd4af488d982b66c52e64c"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e7c3da785076450abd71868e75ce0c33"}], "type": "cloudformation", "id": "6ac9917ae83c4639a15a4ab3cf0e76dd", "name": "heat-cfn"}, {"endpoints": [], "type": "metering", "id": "7fcc078e5e0645f29df67742ac14e388", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49e71628d386464cb950d6a9db00a328"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75b0a63ed8574bbcab1c851cc9b83d30"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9902b0a8b3c04cd192a1b84c417c232b"}], "type": "key-manager", "id": "9626544a32e74678a641c6e206f028a9", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "497340e5aa36485982fdf297f370558f"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7802beb4fc7c4952897b77bd5610b1fe"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c14af798917f4fa0b146d9772583e595"}], "type": "metric", "id": "973bfe8c658d4e5a8da725e76b9d550e", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "288ecc3674ea41d2aa3b790dcb832bf2"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7a6dc785cd7142f5b30f1a7ba0daeb03"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7f7d34e2351b4964befccc862c4e8e12"}], "type": "network", "id": "a348d7b06050474fb449be7f32ea6f5d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "21bce6ecb8464a1f8f3e3847aa698bd6"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0a8faf2246b47deb30e69e48d3551fb"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e71c6011de3d4d8589e5b53dcc79f288"}], "type": "identity", "id": "ad8d4b4953184137a1b913ecee9434ed", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "13474f9a78ca4f1184e4cddc84d0d98c"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad67365a18234bb78c336e6776958c00"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc54db13337f44f8921fbb9ad0f81de8"}], "type": "alarming", "id": "bb18dc3243034f08a6a7f69f7a1edccf", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0d91d7adf0304b2681c77f979e5cdb17"}, {"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "756e5ffca9774ab3ae2db41bf330417f"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c07c727a08c243b287827f539a124e63"}], "type": "placement", "id": "bb2c9432fcbd4c56913177122468f6ba", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8004/v1/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1eed4912224b48cf9856446eae4d9928"}, {"url": "http://192.30.9.6:8004/v1/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b73b7f99236541148d84f24f09e5dd40"}, {"url": "http://192.30.9.6:8004/v1/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fbf12e52911244fdafc24a9d46f56e62"}], "type": "orchestration", "id": "c8918d139da945ba93df4ccce21d4904", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16bf098b9e2e490f8e47fa601059f975"}, {"url": "http://192.30.9.6:8776/v2/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc16fa4cf491444ca2f611d5692c1170"}, {"url": "http://192.30.9.6:8776/v2/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ccd2c5325dff4b90b391db9fdde67d99"}], "type": "volumev2", "id": "d09ac9123c34494abce21d6c27bee9d9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eac694332354a3aa0e61c31314166d7"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b4d4989c4e764717ab78d38675cadd3f"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff196e46b56d406d87a678f1a64497b0"}], "type": "compute", "id": "d4030ee932c84df58c5b910cc197caa7", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "42c3a9abd8ad4ce8ab2c4cc6e0403c33"}, "audit_ids": ["AXMwxngkTjqZ3T5FsHHh7A"], "issued_at": "2018-09-04T12:48:14.000000Z"}} 2018-09-04 12:48:14,984 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}116da38110b6dc44edfa8a701dc9d3f1d20ee90c" 2018-09-04 12:48:15,148 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12:48: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-28133384-07c0-40d4-bab2-4302bba89940 x-compute-request-id: req-28133384-07c0-40d4-bab2-4302bba89940 Content-Encoding: gzip Content-Length: 162 Content-Type: application/json RESP BODY: {"flavors": [{"id": "9cbbc756-b738-4f1f-8d03-84c527182338", "links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/9cbbc756-b738-4f1f-8d03-84c527182338", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/9cbbc756-b738-4f1f-8d03-84c527182338", "rel": "bookmark"}], "name": "m1.tiny"}]} 2018-09-04 12:48:15,149 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors used request id req-28133384-07c0-40d4-bab2-4302bba89940 2018-09-04 12:48:15,152 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/flavors/9cbbc756-b738-4f1f-8d03-84c527182338 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}116da38110b6dc44edfa8a701dc9d3f1d20ee90c" 2018-09-04 12:48:15,170 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12:48: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-f29e9e71-f5cb-4d30-be05-2379bdb50342 x-compute-request-id: req-f29e9e71-f5cb-4d30-be05-2379bdb50342 Content-Encoding: gzip Content-Length: 280 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/9cbbc756-b738-4f1f-8d03-84c527182338", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/9cbbc756-b738-4f1f-8d03-84c527182338", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "9cbbc756-b738-4f1f-8d03-84c527182338", "name": "m1.tiny", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-09-04 12:48:15,170 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors/9cbbc756-b738-4f1f-8d03-84c527182338 used request id req-f29e9e71-f5cb-4d30-be05-2379bdb50342 2018-09-04 12:48:15,174 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}116da38110b6dc44edfa8a701dc9d3f1d20ee90c" -d '{"server": {"name": "sdnvpn-4-5", "imageRef": "6d961757-7e3b-4c10-bfe0-38e22b7a2caf", "availability_zone": "nova:overcloud-novacompute-1.opnfvlf.org", "flavorRef": "9cbbc756-b738-4f1f-8d03-84c527182338", "max_count": 1, "min_count": 1, "networks": [{"uuid": "6eaed784-5b8b-4d90-a1e7-f329cef33588"}]}}' 2018-09-04 12:48:16,809 - novaclient.v2.client - DEBUG - RESP: [202] Date: Tue, 04 Sep 2018 12:48: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-51fc0170-a368-4659-adf6-eb2f04f0d09b x-compute-request-id: req-51fc0170-a368-4659-adf6-eb2f04f0d09b Content-Length: 374 location: http://172.30.9.28:8774/v2.1/servers/17b53f5a-b1e8-4e47-a207-7f0518638f91 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "17b53f5a-b1e8-4e47-a207-7f0518638f91", "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/17b53f5a-b1e8-4e47-a207-7f0518638f91", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/17b53f5a-b1e8-4e47-a207-7f0518638f91", "rel": "bookmark"}], "adminPass": "harSJj9czSuK"}} 2018-09-04 12:48:16,809 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers used request id req-51fc0170-a368-4659-adf6-eb2f04f0d09b 2018-09-04 12:48:16,810 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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-09-04 12:48:16,817 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12:48:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-98841a38-8c70-463f-af6c-449d148e123c 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.28:5000/v3/", "rel": "self"}]}} 2018-09-04 12:48:16,818 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-98841a38-8c70-463f-af6c-449d148e123c 2018-09-04 12:48:16,818 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-09-04 12:48:17,187 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "3d416247e8224533841040c3ad2bce5a", "name": "admin"}], "expires_at": "2018-09-04T13:48:17.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1e2f68a072b64978bd7ea91c2d64aca6", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v1/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235635a698ef4bef9dc6b25273d185da"}, {"url": "http://192.30.9.6:8776/v1/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "23b07b3fbfc340a58cf0f9b2871a0d23"}, {"url": "http://172.30.9.28:8776/v1/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "72fd0aaa144d45419f4b04b6b26f69a7"}], "type": "volume", "id": "097241c25b4d4f7e91b3f8efa155909e", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v3/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93eb4cf3030a49e7840bec071422d397"}, {"url": "http://192.30.9.6:8776/v3/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8af439a6ac147fdbcb38ed9aa916b68"}, {"url": "http://192.30.9.6:8776/v3/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c4bfdbc9b7c74a23a40afdf578cfeba4"}], "type": "volumev3", "id": "1c85f4682ce44f729db1dabd98e965e8", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "82239574a29d4603a2161006f61851cf"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8d15f7134f364a7bbcfff2f84aac3bf2"}, {"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e01668c43a0c4c279b9a3d20a0280d6c"}], "type": "image", "id": "297d8415ca96454991054983920912f7", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7bb4d60e20734d4a9f31ec75e02cb823"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bf6adec15590466a9a0d3bddb00e8993"}, {"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f096f03a1d12411a8972f6f7c196b60d"}], "type": "policy", "id": "54c64351b56d44bbad74c2969cc3aa00", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "354ae6870a324fab82d0a0fb68ee0f26"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a3807e460dd4af488d982b66c52e64c"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e7c3da785076450abd71868e75ce0c33"}], "type": "cloudformation", "id": "6ac9917ae83c4639a15a4ab3cf0e76dd", "name": "heat-cfn"}, {"endpoints": [], "type": "metering", "id": "7fcc078e5e0645f29df67742ac14e388", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49e71628d386464cb950d6a9db00a328"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75b0a63ed8574bbcab1c851cc9b83d30"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9902b0a8b3c04cd192a1b84c417c232b"}], "type": "key-manager", "id": "9626544a32e74678a641c6e206f028a9", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "497340e5aa36485982fdf297f370558f"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7802beb4fc7c4952897b77bd5610b1fe"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c14af798917f4fa0b146d9772583e595"}], "type": "metric", "id": "973bfe8c658d4e5a8da725e76b9d550e", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "288ecc3674ea41d2aa3b790dcb832bf2"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7a6dc785cd7142f5b30f1a7ba0daeb03"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7f7d34e2351b4964befccc862c4e8e12"}], "type": "network", "id": "a348d7b06050474fb449be7f32ea6f5d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "21bce6ecb8464a1f8f3e3847aa698bd6"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0a8faf2246b47deb30e69e48d3551fb"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e71c6011de3d4d8589e5b53dcc79f288"}], "type": "identity", "id": "ad8d4b4953184137a1b913ecee9434ed", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "13474f9a78ca4f1184e4cddc84d0d98c"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad67365a18234bb78c336e6776958c00"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc54db13337f44f8921fbb9ad0f81de8"}], "type": "alarming", "id": "bb18dc3243034f08a6a7f69f7a1edccf", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0d91d7adf0304b2681c77f979e5cdb17"}, {"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "756e5ffca9774ab3ae2db41bf330417f"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c07c727a08c243b287827f539a124e63"}], "type": "placement", "id": "bb2c9432fcbd4c56913177122468f6ba", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8004/v1/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1eed4912224b48cf9856446eae4d9928"}, {"url": "http://192.30.9.6:8004/v1/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b73b7f99236541148d84f24f09e5dd40"}, {"url": "http://192.30.9.6:8004/v1/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fbf12e52911244fdafc24a9d46f56e62"}], "type": "orchestration", "id": "c8918d139da945ba93df4ccce21d4904", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16bf098b9e2e490f8e47fa601059f975"}, {"url": "http://192.30.9.6:8776/v2/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc16fa4cf491444ca2f611d5692c1170"}, {"url": "http://192.30.9.6:8776/v2/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ccd2c5325dff4b90b391db9fdde67d99"}], "type": "volumev2", "id": "d09ac9123c34494abce21d6c27bee9d9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eac694332354a3aa0e61c31314166d7"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b4d4989c4e764717ab78d38675cadd3f"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff196e46b56d406d87a678f1a64497b0"}], "type": "compute", "id": "d4030ee932c84df58c5b910cc197caa7", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "42c3a9abd8ad4ce8ab2c4cc6e0403c33"}, "audit_ids": ["2B4Ju6PKSayBoGrNMeobhA"], "issued_at": "2018-09-04T12:48:17.000000Z"}} 2018-09-04 12:48:17,190 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/17b53f5a-b1e8-4e47-a207-7f0518638f91 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1ec5dd778cdb0ecc0d9bb0db1b02bf16034b8d1f" 2018-09-04 12:48:17,744 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12:48: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-bd5ed9d6-a386-4c1c-9a49-638ab2ab4ad7 x-compute-request-id: req-bd5ed9d6-a386-4c1c-9a49-638ab2ab4ad7 Content-Encoding: gzip Content-Length: 683 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/17b53f5a-b1e8-4e47-a207-7f0518638f91", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/17b53f5a-b1e8-4e47-a207-7f0518638f91", "rel": "bookmark"}], "image": {"id": "6d961757-7e3b-4c10-bfe0-38e22b7a2caf", "links": [{"href": "http://172.30.9.28:8774/images/6d961757-7e3b-4c10-bfe0-38e22b7a2caf", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-0000011d", "OS-SRV-USG:launched_at": null, "flavor": {"id": "9cbbc756-b738-4f1f-8d03-84c527182338", "links": [{"href": "http://172.30.9.28:8774/flavors/9cbbc756-b738-4f1f-8d03-84c527182338", "rel": "bookmark"}]}, "id": "17b53f5a-b1e8-4e47-a207-7f0518638f91", "user_id": "42c3a9abd8ad4ce8ab2c4cc6e0403c33", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-04T12:48:17Z", "hostId": "24e26f10d5130c6a4675921c14879aaf799aa7852a9a32fc2c90e6da", "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-09-04T12:48:16Z", "tenant_id": "1e2f68a072b64978bd7ea91c2d64aca6", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 12:48:17,744 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/17b53f5a-b1e8-4e47-a207-7f0518638f91 used request id req-bd5ed9d6-a386-4c1c-9a49-638ab2ab4ad7 2018-09-04 12:48:20,751 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/17b53f5a-b1e8-4e47-a207-7f0518638f91 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1ec5dd778cdb0ecc0d9bb0db1b02bf16034b8d1f" 2018-09-04 12:48:21,559 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12:48: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-c072aa2f-6c2f-42fe-aeb5-7409d50cddcf x-compute-request-id: req-c072aa2f-6c2f-42fe-aeb5-7409d50cddcf Content-Encoding: gzip Content-Length: 782 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:8b:79:34", "version": 4, "addr": "10.10.11.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/17b53f5a-b1e8-4e47-a207-7f0518638f91", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/17b53f5a-b1e8-4e47-a207-7f0518638f91", "rel": "bookmark"}], "image": {"id": "6d961757-7e3b-4c10-bfe0-38e22b7a2caf", "links": [{"href": "http://172.30.9.28:8774/images/6d961757-7e3b-4c10-bfe0-38e22b7a2caf", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000011d", "OS-SRV-USG:launched_at": "2018-09-04T12:48:19.000000", "flavor": {"id": "9cbbc756-b738-4f1f-8d03-84c527182338", "links": [{"href": "http://172.30.9.28:8774/flavors/9cbbc756-b738-4f1f-8d03-84c527182338", "rel": "bookmark"}]}, "id": "17b53f5a-b1e8-4e47-a207-7f0518638f91", "security_groups": [{"name": "default"}], "user_id": "42c3a9abd8ad4ce8ab2c4cc6e0403c33", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-04T12:48:20Z", "hostId": "24e26f10d5130c6a4675921c14879aaf799aa7852a9a32fc2c90e6da", "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-09-04T12:48:16Z", "tenant_id": "1e2f68a072b64978bd7ea91c2d64aca6", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 12:48:21,559 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/17b53f5a-b1e8-4e47-a207-7f0518638f91 used request id req-c072aa2f-6c2f-42fe-aeb5-7409d50cddcf 2018-09-04 12:48:21,562 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/17b53f5a-b1e8-4e47-a207-7f0518638f91 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}116da38110b6dc44edfa8a701dc9d3f1d20ee90c" 2018-09-04 12:48:21,833 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12:48: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-21038d94-aa43-4ef6-b831-43b73a83696c x-compute-request-id: req-21038d94-aa43-4ef6-b831-43b73a83696c Content-Encoding: gzip Content-Length: 782 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:8b:79:34", "version": 4, "addr": "10.10.11.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/17b53f5a-b1e8-4e47-a207-7f0518638f91", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/17b53f5a-b1e8-4e47-a207-7f0518638f91", "rel": "bookmark"}], "image": {"id": "6d961757-7e3b-4c10-bfe0-38e22b7a2caf", "links": [{"href": "http://172.30.9.28:8774/images/6d961757-7e3b-4c10-bfe0-38e22b7a2caf", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000011d", "OS-SRV-USG:launched_at": "2018-09-04T12:48:19.000000", "flavor": {"id": "9cbbc756-b738-4f1f-8d03-84c527182338", "links": [{"href": "http://172.30.9.28:8774/flavors/9cbbc756-b738-4f1f-8d03-84c527182338", "rel": "bookmark"}]}, "id": "17b53f5a-b1e8-4e47-a207-7f0518638f91", "security_groups": [{"name": "default"}], "user_id": "42c3a9abd8ad4ce8ab2c4cc6e0403c33", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-04T12:48:20Z", "hostId": "24e26f10d5130c6a4675921c14879aaf799aa7852a9a32fc2c90e6da", "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-09-04T12:48:16Z", "tenant_id": "1e2f68a072b64978bd7ea91c2d64aca6", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 12:48:21,833 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/17b53f5a-b1e8-4e47-a207-7f0518638f91 used request id req-21038d94-aa43-4ef6-b831-43b73a83696c 2018-09-04 12:48:21,834 - sdnvpn_test_utils - DEBUG - Instance 'sdnvpn-4-5' booted successfully. IP='10.10.11.5'. 2018-09-04 12:48:21,834 - sdnvpn_test_utils - DEBUG - Adding 'sdnvpn-4-5' to security group 'sdnvpn-sg'... 2018-09-04 12:48:21,837 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/servers/17b53f5a-b1e8-4e47-a207-7f0518638f91/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}91ff80bbfb3e7ac82e6dbe8252d885c0ebe28eee" -d '{"addSecurityGroup": {"name": "aee4e203-f920-46bb-ac91-6898d944e253"}}' 2018-09-04 12:48:23,217 - novaclient.v2.client - DEBUG - RESP: [202] Date: Tue, 04 Sep 2018 12:48: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-01b12ef9-46bc-461c-8984-cbae1729e63b x-compute-request-id: req-01b12ef9-46bc-461c-8984-cbae1729e63b Content-Length: 0 Content-Type: application/json 2018-09-04 12:48:23,217 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/17b53f5a-b1e8-4e47-a207-7f0518638f91/action used request id req-01b12ef9-46bc-461c-8984-cbae1729e63b 2018-09-04 12:48:23,218 - sdnvpn_test_utils - INFO - Creating instance 'sdnvpn-4-4'... 2018-09-04 12:48:23,218 - sdnvpn_test_utils - DEBUG - Configuration: name=sdnvpn-4-4 flavor=m1.tiny image=6d961757-7e3b-4c10-bfe0-38e22b7a2caf network=6eaed784-5b8b-4d90-a1e7-f329cef33588 secgroup=aee4e203-f920-46bb-ac91-6898d944e253 hypervisor=nova:overcloud-novacompute-0.opnfvlf.org fixed_ip=None files=None userdata= #!/bin/sh set 10.10.11.5 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-09-04 12:48:23,218 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-09-04 12:48:23,218 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-09-04 12:48:23,218 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-09-04 12:48:23,218 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-09-04 12:48:23,218 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-09-04 12:48:23,219 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-09-04 12:48:23,219 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-09-04 12:48:23,219 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-09-04 12:48:23,219 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-09-04 12:48:23,219 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-09-04 12:48:23,219 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-09-04 12:48:23,219 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-09-04 12:48:23,219 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-09-04 12:48:23,219 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-09-04 12:48:23,220 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-09-04 12:48:23,220 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-09-04 12:48:23,220 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-09-04 12:48:23,220 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-09-04 12:48:23,220 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-09-04 12:48:23,220 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-09-04 12:48:23,220 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-09-04 12:48:23,220 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-09-04 12:48:23,220 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-09-04 12:48:23,221 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-09-04 12:48:23,223 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-09-04 12:48:23,223 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-09-04 12:48:23,223 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-09-04 12:48:23,223 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-09-04 12:48:23,223 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-09-04 12:48:23,223 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-09-04 12:48:23,223 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-09-04 12:48:23,223 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-09-04 12:48:23,224 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-09-04 12:48:23,224 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-09-04 12:48:23,224 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-09-04 12:48:23,224 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-09-04 12:48:23,224 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-09-04 12:48:23,224 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-09-04 12:48:23,224 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-09-04 12:48:23,224 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-09-04 12:48:23,224 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-09-04 12:48:23,225 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-09-04 12:48:23,225 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-09-04 12:48:23,225 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-09-04 12:48:23,225 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-09-04 12:48:23,225 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-09-04 12:48:23,225 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-09-04 12:48:23,225 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-09-04 12:48:23,228 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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-09-04 12:48:23,234 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12:48:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dcc11c45-eb6a-49bd-926d-f5b97873ea5e 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.28:5000/v3/", "rel": "self"}]}} 2018-09-04 12:48:23,234 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-dcc11c45-eb6a-49bd-926d-f5b97873ea5e 2018-09-04 12:48:23,235 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-09-04 12:48:23,699 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "3d416247e8224533841040c3ad2bce5a", "name": "admin"}], "expires_at": "2018-09-04T13:48:23.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1e2f68a072b64978bd7ea91c2d64aca6", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v1/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235635a698ef4bef9dc6b25273d185da"}, {"url": "http://192.30.9.6:8776/v1/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "23b07b3fbfc340a58cf0f9b2871a0d23"}, {"url": "http://172.30.9.28:8776/v1/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "72fd0aaa144d45419f4b04b6b26f69a7"}], "type": "volume", "id": "097241c25b4d4f7e91b3f8efa155909e", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v3/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93eb4cf3030a49e7840bec071422d397"}, {"url": "http://192.30.9.6:8776/v3/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8af439a6ac147fdbcb38ed9aa916b68"}, {"url": "http://192.30.9.6:8776/v3/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c4bfdbc9b7c74a23a40afdf578cfeba4"}], "type": "volumev3", "id": "1c85f4682ce44f729db1dabd98e965e8", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "82239574a29d4603a2161006f61851cf"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8d15f7134f364a7bbcfff2f84aac3bf2"}, {"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e01668c43a0c4c279b9a3d20a0280d6c"}], "type": "image", "id": "297d8415ca96454991054983920912f7", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7bb4d60e20734d4a9f31ec75e02cb823"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bf6adec15590466a9a0d3bddb00e8993"}, {"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f096f03a1d12411a8972f6f7c196b60d"}], "type": "policy", "id": "54c64351b56d44bbad74c2969cc3aa00", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "354ae6870a324fab82d0a0fb68ee0f26"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a3807e460dd4af488d982b66c52e64c"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e7c3da785076450abd71868e75ce0c33"}], "type": "cloudformation", "id": "6ac9917ae83c4639a15a4ab3cf0e76dd", "name": "heat-cfn"}, {"endpoints": [], "type": "metering", "id": "7fcc078e5e0645f29df67742ac14e388", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49e71628d386464cb950d6a9db00a328"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75b0a63ed8574bbcab1c851cc9b83d30"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9902b0a8b3c04cd192a1b84c417c232b"}], "type": "key-manager", "id": "9626544a32e74678a641c6e206f028a9", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "497340e5aa36485982fdf297f370558f"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7802beb4fc7c4952897b77bd5610b1fe"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c14af798917f4fa0b146d9772583e595"}], "type": "metric", "id": "973bfe8c658d4e5a8da725e76b9d550e", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "288ecc3674ea41d2aa3b790dcb832bf2"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7a6dc785cd7142f5b30f1a7ba0daeb03"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7f7d34e2351b4964befccc862c4e8e12"}], "type": "network", "id": "a348d7b06050474fb449be7f32ea6f5d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "21bce6ecb8464a1f8f3e3847aa698bd6"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0a8faf2246b47deb30e69e48d3551fb"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e71c6011de3d4d8589e5b53dcc79f288"}], "type": "identity", "id": "ad8d4b4953184137a1b913ecee9434ed", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "13474f9a78ca4f1184e4cddc84d0d98c"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad67365a18234bb78c336e6776958c00"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc54db13337f44f8921fbb9ad0f81de8"}], "type": "alarming", "id": "bb18dc3243034f08a6a7f69f7a1edccf", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0d91d7adf0304b2681c77f979e5cdb17"}, {"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "756e5ffca9774ab3ae2db41bf330417f"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c07c727a08c243b287827f539a124e63"}], "type": "placement", "id": "bb2c9432fcbd4c56913177122468f6ba", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8004/v1/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1eed4912224b48cf9856446eae4d9928"}, {"url": "http://192.30.9.6:8004/v1/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b73b7f99236541148d84f24f09e5dd40"}, {"url": "http://192.30.9.6:8004/v1/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fbf12e52911244fdafc24a9d46f56e62"}], "type": "orchestration", "id": "c8918d139da945ba93df4ccce21d4904", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16bf098b9e2e490f8e47fa601059f975"}, {"url": "http://192.30.9.6:8776/v2/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc16fa4cf491444ca2f611d5692c1170"}, {"url": "http://192.30.9.6:8776/v2/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ccd2c5325dff4b90b391db9fdde67d99"}], "type": "volumev2", "id": "d09ac9123c34494abce21d6c27bee9d9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eac694332354a3aa0e61c31314166d7"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b4d4989c4e764717ab78d38675cadd3f"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff196e46b56d406d87a678f1a64497b0"}], "type": "compute", "id": "d4030ee932c84df58c5b910cc197caa7", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "42c3a9abd8ad4ce8ab2c4cc6e0403c33"}, "audit_ids": ["aTn7sKHfS7yqinNaS6iyXQ"], "issued_at": "2018-09-04T12:48:23.000000Z"}} 2018-09-04 12:48:23,702 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2863079752dc8eec9d02fd62462ce2d1e6de1ef2" 2018-09-04 12:48:23,873 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12:48: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-f417f564-6064-4da9-8d7e-8bb44cbc5d62 x-compute-request-id: req-f417f564-6064-4da9-8d7e-8bb44cbc5d62 Content-Encoding: gzip Content-Length: 162 Content-Type: application/json RESP BODY: {"flavors": [{"id": "9cbbc756-b738-4f1f-8d03-84c527182338", "links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/9cbbc756-b738-4f1f-8d03-84c527182338", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/9cbbc756-b738-4f1f-8d03-84c527182338", "rel": "bookmark"}], "name": "m1.tiny"}]} 2018-09-04 12:48:23,873 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors used request id req-f417f564-6064-4da9-8d7e-8bb44cbc5d62 2018-09-04 12:48:23,877 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/flavors/9cbbc756-b738-4f1f-8d03-84c527182338 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2863079752dc8eec9d02fd62462ce2d1e6de1ef2" 2018-09-04 12:48:23,897 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12:48: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-e7e3a4ad-9c23-4d73-ac9d-edbfe6e89551 x-compute-request-id: req-e7e3a4ad-9c23-4d73-ac9d-edbfe6e89551 Content-Encoding: gzip Content-Length: 280 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/9cbbc756-b738-4f1f-8d03-84c527182338", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/9cbbc756-b738-4f1f-8d03-84c527182338", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "9cbbc756-b738-4f1f-8d03-84c527182338", "name": "m1.tiny", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-09-04 12:48:23,898 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors/9cbbc756-b738-4f1f-8d03-84c527182338 used request id req-e7e3a4ad-9c23-4d73-ac9d-edbfe6e89551 2018-09-04 12:48:23,901 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2863079752dc8eec9d02fd62462ce2d1e6de1ef2" -d '{"server": {"name": "sdnvpn-4-4", "imageRef": "6d961757-7e3b-4c10-bfe0-38e22b7a2caf", "availability_zone": "nova:overcloud-novacompute-0.opnfvlf.org", "flavorRef": "9cbbc756-b738-4f1f-8d03-84c527182338", "user_data": "IyEvYmluL3NoCnNldCAxMC4xMC4xMS41CndoaWxlIHRydWU7IGRvCiBmb3IgaSBkbwogIGlwPSRpCiAgcGluZyAtYyAxMCAkaXAgMj4mMSA+L2Rldi9udWxsCiAgUkVTPSQ/CiAgaWYgWyAiWiRSRVMiID0gIlowIiBdIDsgdGhlbgogICBlY2hvIHBpbmcgJGlwIE9LCiAgZWxzZSBlY2hvIHBpbmcgJGlwIEtPCiAgZmkKIGRvbmUKIHNsZWVwIDEKZG9uZQo=", "max_count": 1, "min_count": 1, "networks": [{"uuid": "6eaed784-5b8b-4d90-a1e7-f329cef33588"}], "config_drive": true}}' 2018-09-04 12:48:25,514 - novaclient.v2.client - DEBUG - RESP: [202] Date: Tue, 04 Sep 2018 12:48: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-fbbc3747-9138-40c2-adfc-ba06a0ac7811 x-compute-request-id: req-fbbc3747-9138-40c2-adfc-ba06a0ac7811 Content-Length: 374 location: http://172.30.9.28:8774/v2.1/servers/3726d8c0-4052-433f-9939-e513482b5415 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "3726d8c0-4052-433f-9939-e513482b5415", "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/3726d8c0-4052-433f-9939-e513482b5415", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/3726d8c0-4052-433f-9939-e513482b5415", "rel": "bookmark"}], "adminPass": "9Efg9TY5GfiW"}} 2018-09-04 12:48:25,514 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers used request id req-fbbc3747-9138-40c2-adfc-ba06a0ac7811 2018-09-04 12:48:25,515 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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-09-04 12:48:25,523 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12:48:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-32c3ecd4-c620-41e0-b5f8-8894a0d7544b 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.28:5000/v3/", "rel": "self"}]}} 2018-09-04 12:48:25,523 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-32c3ecd4-c620-41e0-b5f8-8894a0d7544b 2018-09-04 12:48:25,523 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-09-04 12:48:25,914 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "3d416247e8224533841040c3ad2bce5a", "name": "admin"}], "expires_at": "2018-09-04T13:48:25.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1e2f68a072b64978bd7ea91c2d64aca6", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v1/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235635a698ef4bef9dc6b25273d185da"}, {"url": "http://192.30.9.6:8776/v1/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "23b07b3fbfc340a58cf0f9b2871a0d23"}, {"url": "http://172.30.9.28:8776/v1/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "72fd0aaa144d45419f4b04b6b26f69a7"}], "type": "volume", "id": "097241c25b4d4f7e91b3f8efa155909e", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v3/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93eb4cf3030a49e7840bec071422d397"}, {"url": "http://192.30.9.6:8776/v3/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8af439a6ac147fdbcb38ed9aa916b68"}, {"url": "http://192.30.9.6:8776/v3/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c4bfdbc9b7c74a23a40afdf578cfeba4"}], "type": "volumev3", "id": "1c85f4682ce44f729db1dabd98e965e8", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "82239574a29d4603a2161006f61851cf"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8d15f7134f364a7bbcfff2f84aac3bf2"}, {"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e01668c43a0c4c279b9a3d20a0280d6c"}], "type": "image", "id": "297d8415ca96454991054983920912f7", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7bb4d60e20734d4a9f31ec75e02cb823"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bf6adec15590466a9a0d3bddb00e8993"}, {"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f096f03a1d12411a8972f6f7c196b60d"}], "type": "policy", "id": "54c64351b56d44bbad74c2969cc3aa00", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "354ae6870a324fab82d0a0fb68ee0f26"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a3807e460dd4af488d982b66c52e64c"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e7c3da785076450abd71868e75ce0c33"}], "type": "cloudformation", "id": "6ac9917ae83c4639a15a4ab3cf0e76dd", "name": "heat-cfn"}, {"endpoints": [], "type": "metering", "id": "7fcc078e5e0645f29df67742ac14e388", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49e71628d386464cb950d6a9db00a328"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75b0a63ed8574bbcab1c851cc9b83d30"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9902b0a8b3c04cd192a1b84c417c232b"}], "type": "key-manager", "id": "9626544a32e74678a641c6e206f028a9", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "497340e5aa36485982fdf297f370558f"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7802beb4fc7c4952897b77bd5610b1fe"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c14af798917f4fa0b146d9772583e595"}], "type": "metric", "id": "973bfe8c658d4e5a8da725e76b9d550e", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "288ecc3674ea41d2aa3b790dcb832bf2"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7a6dc785cd7142f5b30f1a7ba0daeb03"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7f7d34e2351b4964befccc862c4e8e12"}], "type": "network", "id": "a348d7b06050474fb449be7f32ea6f5d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "21bce6ecb8464a1f8f3e3847aa698bd6"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0a8faf2246b47deb30e69e48d3551fb"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e71c6011de3d4d8589e5b53dcc79f288"}], "type": "identity", "id": "ad8d4b4953184137a1b913ecee9434ed", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "13474f9a78ca4f1184e4cddc84d0d98c"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad67365a18234bb78c336e6776958c00"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc54db13337f44f8921fbb9ad0f81de8"}], "type": "alarming", "id": "bb18dc3243034f08a6a7f69f7a1edccf", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0d91d7adf0304b2681c77f979e5cdb17"}, {"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "756e5ffca9774ab3ae2db41bf330417f"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c07c727a08c243b287827f539a124e63"}], "type": "placement", "id": "bb2c9432fcbd4c56913177122468f6ba", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8004/v1/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1eed4912224b48cf9856446eae4d9928"}, {"url": "http://192.30.9.6:8004/v1/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b73b7f99236541148d84f24f09e5dd40"}, {"url": "http://192.30.9.6:8004/v1/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fbf12e52911244fdafc24a9d46f56e62"}], "type": "orchestration", "id": "c8918d139da945ba93df4ccce21d4904", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16bf098b9e2e490f8e47fa601059f975"}, {"url": "http://192.30.9.6:8776/v2/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc16fa4cf491444ca2f611d5692c1170"}, {"url": "http://192.30.9.6:8776/v2/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ccd2c5325dff4b90b391db9fdde67d99"}], "type": "volumev2", "id": "d09ac9123c34494abce21d6c27bee9d9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eac694332354a3aa0e61c31314166d7"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b4d4989c4e764717ab78d38675cadd3f"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff196e46b56d406d87a678f1a64497b0"}], "type": "compute", "id": "d4030ee932c84df58c5b910cc197caa7", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "42c3a9abd8ad4ce8ab2c4cc6e0403c33"}, "audit_ids": ["X95EufRSRYq21hmu7HeFAQ"], "issued_at": "2018-09-04T12:48:25.000000Z"}} 2018-09-04 12:48:25,917 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/3726d8c0-4052-433f-9939-e513482b5415 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2ad7092aeff867b9c9d0a858fec86ec9cdc16e58" 2018-09-04 12:48:26,457 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12:48: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-f6b4668d-7d99-4126-ac3b-e683ba851ece x-compute-request-id: req-f6b4668d-7d99-4126-ac3b-e683ba851ece 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.28:8774/v2.1/servers/3726d8c0-4052-433f-9939-e513482b5415", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/3726d8c0-4052-433f-9939-e513482b5415", "rel": "bookmark"}], "image": {"id": "6d961757-7e3b-4c10-bfe0-38e22b7a2caf", "links": [{"href": "http://172.30.9.28:8774/images/6d961757-7e3b-4c10-bfe0-38e22b7a2caf", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000120", "OS-SRV-USG:launched_at": null, "flavor": {"id": "9cbbc756-b738-4f1f-8d03-84c527182338", "links": [{"href": "http://172.30.9.28:8774/flavors/9cbbc756-b738-4f1f-8d03-84c527182338", "rel": "bookmark"}]}, "id": "3726d8c0-4052-433f-9939-e513482b5415", "user_id": "42c3a9abd8ad4ce8ab2c4cc6e0403c33", "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-09-04T12:48:25Z", "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-09-04T12:48:25Z", "tenant_id": "1e2f68a072b64978bd7ea91c2d64aca6", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 12:48:26,457 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/3726d8c0-4052-433f-9939-e513482b5415 used request id req-f6b4668d-7d99-4126-ac3b-e683ba851ece 2018-09-04 12:48:29,464 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/3726d8c0-4052-433f-9939-e513482b5415 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2ad7092aeff867b9c9d0a858fec86ec9cdc16e58" 2018-09-04 12:48:30,063 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12:48: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-b3975270-d4ba-4ab4-9930-10a3b9003d86 x-compute-request-id: req-b3975270-d4ba-4ab4-9930-10a3b9003d86 Content-Encoding: gzip Content-Length: 714 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/3726d8c0-4052-433f-9939-e513482b5415", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/3726d8c0-4052-433f-9939-e513482b5415", "rel": "bookmark"}], "image": {"id": "6d961757-7e3b-4c10-bfe0-38e22b7a2caf", "links": [{"href": "http://172.30.9.28:8774/images/6d961757-7e3b-4c10-bfe0-38e22b7a2caf", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000120", "OS-SRV-USG:launched_at": null, "flavor": {"id": "9cbbc756-b738-4f1f-8d03-84c527182338", "links": [{"href": "http://172.30.9.28:8774/flavors/9cbbc756-b738-4f1f-8d03-84c527182338", "rel": "bookmark"}]}, "id": "3726d8c0-4052-433f-9939-e513482b5415", "security_groups": [{"name": "default"}], "user_id": "42c3a9abd8ad4ce8ab2c4cc6e0403c33", "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-09-04T12:48:26Z", "hostId": "ac4312c86b6d8b3ba69b66c09fbaad9c9659999bf89f97c14b4d2a68", "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-09-04T12:48:25Z", "tenant_id": "1e2f68a072b64978bd7ea91c2d64aca6", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 12:48:30,064 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/3726d8c0-4052-433f-9939-e513482b5415 used request id req-b3975270-d4ba-4ab4-9930-10a3b9003d86 2018-09-04 12:48:33,070 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/3726d8c0-4052-433f-9939-e513482b5415 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2ad7092aeff867b9c9d0a858fec86ec9cdc16e58" 2018-09-04 12:48:33,811 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12:48: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-9a6f8f36-f7ec-432a-baed-8c7c63cfa867 x-compute-request-id: req-9a6f8f36-f7ec-432a-baed-8c7c63cfa867 Content-Encoding: gzip Content-Length: 785 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:7d:00:5c", "version": 4, "addr": "10.10.11.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/3726d8c0-4052-433f-9939-e513482b5415", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/3726d8c0-4052-433f-9939-e513482b5415", "rel": "bookmark"}], "image": {"id": "6d961757-7e3b-4c10-bfe0-38e22b7a2caf", "links": [{"href": "http://172.30.9.28:8774/images/6d961757-7e3b-4c10-bfe0-38e22b7a2caf", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000120", "OS-SRV-USG:launched_at": "2018-09-04T12:48:30.000000", "flavor": {"id": "9cbbc756-b738-4f1f-8d03-84c527182338", "links": [{"href": "http://172.30.9.28:8774/flavors/9cbbc756-b738-4f1f-8d03-84c527182338", "rel": "bookmark"}]}, "id": "3726d8c0-4052-433f-9939-e513482b5415", "security_groups": [{"name": "default"}], "user_id": "42c3a9abd8ad4ce8ab2c4cc6e0403c33", "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-09-04T12:48:30Z", "hostId": "ac4312c86b6d8b3ba69b66c09fbaad9c9659999bf89f97c14b4d2a68", "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-09-04T12:48:25Z", "tenant_id": "1e2f68a072b64978bd7ea91c2d64aca6", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 12:48:33,811 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/3726d8c0-4052-433f-9939-e513482b5415 used request id req-9a6f8f36-f7ec-432a-baed-8c7c63cfa867 2018-09-04 12:48:33,814 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/3726d8c0-4052-433f-9939-e513482b5415 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2863079752dc8eec9d02fd62462ce2d1e6de1ef2" 2018-09-04 12:48:34,502 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12:48: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-53ec9b6e-3bad-40d8-af94-8f84dd32de41 x-compute-request-id: req-53ec9b6e-3bad-40d8-af94-8f84dd32de41 Content-Encoding: gzip Content-Length: 785 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:7d:00:5c", "version": 4, "addr": "10.10.11.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/3726d8c0-4052-433f-9939-e513482b5415", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/3726d8c0-4052-433f-9939-e513482b5415", "rel": "bookmark"}], "image": {"id": "6d961757-7e3b-4c10-bfe0-38e22b7a2caf", "links": [{"href": "http://172.30.9.28:8774/images/6d961757-7e3b-4c10-bfe0-38e22b7a2caf", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000120", "OS-SRV-USG:launched_at": "2018-09-04T12:48:30.000000", "flavor": {"id": "9cbbc756-b738-4f1f-8d03-84c527182338", "links": [{"href": "http://172.30.9.28:8774/flavors/9cbbc756-b738-4f1f-8d03-84c527182338", "rel": "bookmark"}]}, "id": "3726d8c0-4052-433f-9939-e513482b5415", "security_groups": [{"name": "default"}], "user_id": "42c3a9abd8ad4ce8ab2c4cc6e0403c33", "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-09-04T12:48:30Z", "hostId": "ac4312c86b6d8b3ba69b66c09fbaad9c9659999bf89f97c14b4d2a68", "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-09-04T12:48:25Z", "tenant_id": "1e2f68a072b64978bd7ea91c2d64aca6", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 12:48:34,502 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/3726d8c0-4052-433f-9939-e513482b5415 used request id req-53ec9b6e-3bad-40d8-af94-8f84dd32de41 2018-09-04 12:48:34,502 - sdnvpn_test_utils - DEBUG - Instance 'sdnvpn-4-4' booted successfully. IP='10.10.11.11'. 2018-09-04 12:48:34,502 - sdnvpn_test_utils - DEBUG - Adding 'sdnvpn-4-4' to security group 'sdnvpn-sg'... 2018-09-04 12:48:34,505 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/servers/3726d8c0-4052-433f-9939-e513482b5415/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}91ff80bbfb3e7ac82e6dbe8252d885c0ebe28eee" -d '{"addSecurityGroup": {"name": "aee4e203-f920-46bb-ac91-6898d944e253"}}' 2018-09-04 12:48:35,845 - novaclient.v2.client - DEBUG - RESP: [202] Date: Tue, 04 Sep 2018 12:48: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-670f885e-b907-4371-b9e5-278cbdae0eb1 x-compute-request-id: req-670f885e-b907-4371-b9e5-278cbdae0eb1 Content-Length: 0 Content-Type: application/json 2018-09-04 12:48:35,845 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/3726d8c0-4052-433f-9939-e513482b5415/action used request id req-670f885e-b907-4371-b9e5-278cbdae0eb1 2018-09-04 12:48:35,845 - sdnvpn_test_utils - INFO - Creating instance 'sdnvpn-4-1'... 2018-09-04 12:48:35,846 - sdnvpn_test_utils - DEBUG - Configuration: name=sdnvpn-4-1 flavor=m1.tiny image=6d961757-7e3b-4c10-bfe0-38e22b7a2caf network=86e59341-b747-46ad-a3f5-8a5d697ca61b secgroup=aee4e203-f920-46bb-ac91-6898d944e253 hypervisor=nova:overcloud-novacompute-0.opnfvlf.org fixed_ip=None files=None userdata= #!/bin/sh set 10.10.10.12 10.10.10.13 10.10.11.11 10.10.11.5 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-09-04 12:48:35,846 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-09-04 12:48:35,846 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-09-04 12:48:35,846 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-09-04 12:48:35,846 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-09-04 12:48:35,846 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-09-04 12:48:35,846 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-09-04 12:48:35,847 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-09-04 12:48:35,847 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-09-04 12:48:35,847 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-09-04 12:48:35,847 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-09-04 12:48:35,847 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-09-04 12:48:35,847 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-09-04 12:48:35,847 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-09-04 12:48:35,847 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-09-04 12:48:35,847 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-09-04 12:48:35,848 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-09-04 12:48:35,848 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-09-04 12:48:35,848 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-09-04 12:48:35,848 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-09-04 12:48:35,848 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-09-04 12:48:35,848 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-09-04 12:48:35,848 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-09-04 12:48:35,848 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-09-04 12:48:35,849 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-09-04 12:48:35,851 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-09-04 12:48:35,851 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-09-04 12:48:35,851 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-09-04 12:48:35,851 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-09-04 12:48:35,851 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-09-04 12:48:35,851 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-09-04 12:48:35,851 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-09-04 12:48:35,852 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-09-04 12:48:35,852 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-09-04 12:48:35,852 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-09-04 12:48:35,852 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-09-04 12:48:35,852 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-09-04 12:48:35,852 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-09-04 12:48:35,852 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-09-04 12:48:35,852 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-09-04 12:48:35,853 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-09-04 12:48:35,853 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-09-04 12:48:35,853 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-09-04 12:48:35,853 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-09-04 12:48:35,853 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-09-04 12:48:35,853 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-09-04 12:48:35,853 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-09-04 12:48:35,853 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-09-04 12:48:35,854 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-09-04 12:48:35,856 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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-09-04 12:48:35,863 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12:48:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2f55e93b-3f31-40ab-8cc0-d0981f12986d 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.28:5000/v3/", "rel": "self"}]}} 2018-09-04 12:48:35,863 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-2f55e93b-3f31-40ab-8cc0-d0981f12986d 2018-09-04 12:48:35,864 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-09-04 12:48:36,246 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "3d416247e8224533841040c3ad2bce5a", "name": "admin"}], "expires_at": "2018-09-04T13:48:36.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1e2f68a072b64978bd7ea91c2d64aca6", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v1/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235635a698ef4bef9dc6b25273d185da"}, {"url": "http://192.30.9.6:8776/v1/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "23b07b3fbfc340a58cf0f9b2871a0d23"}, {"url": "http://172.30.9.28:8776/v1/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "72fd0aaa144d45419f4b04b6b26f69a7"}], "type": "volume", "id": "097241c25b4d4f7e91b3f8efa155909e", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v3/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93eb4cf3030a49e7840bec071422d397"}, {"url": "http://192.30.9.6:8776/v3/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8af439a6ac147fdbcb38ed9aa916b68"}, {"url": "http://192.30.9.6:8776/v3/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c4bfdbc9b7c74a23a40afdf578cfeba4"}], "type": "volumev3", "id": "1c85f4682ce44f729db1dabd98e965e8", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "82239574a29d4603a2161006f61851cf"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8d15f7134f364a7bbcfff2f84aac3bf2"}, {"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e01668c43a0c4c279b9a3d20a0280d6c"}], "type": "image", "id": "297d8415ca96454991054983920912f7", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7bb4d60e20734d4a9f31ec75e02cb823"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bf6adec15590466a9a0d3bddb00e8993"}, {"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f096f03a1d12411a8972f6f7c196b60d"}], "type": "policy", "id": "54c64351b56d44bbad74c2969cc3aa00", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "354ae6870a324fab82d0a0fb68ee0f26"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a3807e460dd4af488d982b66c52e64c"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e7c3da785076450abd71868e75ce0c33"}], "type": "cloudformation", "id": "6ac9917ae83c4639a15a4ab3cf0e76dd", "name": "heat-cfn"}, {"endpoints": [], "type": "metering", "id": "7fcc078e5e0645f29df67742ac14e388", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49e71628d386464cb950d6a9db00a328"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75b0a63ed8574bbcab1c851cc9b83d30"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9902b0a8b3c04cd192a1b84c417c232b"}], "type": "key-manager", "id": "9626544a32e74678a641c6e206f028a9", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "497340e5aa36485982fdf297f370558f"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7802beb4fc7c4952897b77bd5610b1fe"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c14af798917f4fa0b146d9772583e595"}], "type": "metric", "id": "973bfe8c658d4e5a8da725e76b9d550e", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "288ecc3674ea41d2aa3b790dcb832bf2"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7a6dc785cd7142f5b30f1a7ba0daeb03"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7f7d34e2351b4964befccc862c4e8e12"}], "type": "network", "id": "a348d7b06050474fb449be7f32ea6f5d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "21bce6ecb8464a1f8f3e3847aa698bd6"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0a8faf2246b47deb30e69e48d3551fb"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e71c6011de3d4d8589e5b53dcc79f288"}], "type": "identity", "id": "ad8d4b4953184137a1b913ecee9434ed", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "13474f9a78ca4f1184e4cddc84d0d98c"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad67365a18234bb78c336e6776958c00"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc54db13337f44f8921fbb9ad0f81de8"}], "type": "alarming", "id": "bb18dc3243034f08a6a7f69f7a1edccf", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0d91d7adf0304b2681c77f979e5cdb17"}, {"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "756e5ffca9774ab3ae2db41bf330417f"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c07c727a08c243b287827f539a124e63"}], "type": "placement", "id": "bb2c9432fcbd4c56913177122468f6ba", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8004/v1/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1eed4912224b48cf9856446eae4d9928"}, {"url": "http://192.30.9.6:8004/v1/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b73b7f99236541148d84f24f09e5dd40"}, {"url": "http://192.30.9.6:8004/v1/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fbf12e52911244fdafc24a9d46f56e62"}], "type": "orchestration", "id": "c8918d139da945ba93df4ccce21d4904", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16bf098b9e2e490f8e47fa601059f975"}, {"url": "http://192.30.9.6:8776/v2/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc16fa4cf491444ca2f611d5692c1170"}, {"url": "http://192.30.9.6:8776/v2/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ccd2c5325dff4b90b391db9fdde67d99"}], "type": "volumev2", "id": "d09ac9123c34494abce21d6c27bee9d9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eac694332354a3aa0e61c31314166d7"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b4d4989c4e764717ab78d38675cadd3f"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff196e46b56d406d87a678f1a64497b0"}], "type": "compute", "id": "d4030ee932c84df58c5b910cc197caa7", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "42c3a9abd8ad4ce8ab2c4cc6e0403c33"}, "audit_ids": ["20rsqMZ2S9OfriYy5zFD5A"], "issued_at": "2018-09-04T12:48:36.000000Z"}} 2018-09-04 12:48:36,249 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}74462c12b98849792b1921362830c554a0b49a4c" 2018-09-04 12:48:36,418 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12:48: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-4207d8df-9634-4c5a-83d1-f3002e944b38 x-compute-request-id: req-4207d8df-9634-4c5a-83d1-f3002e944b38 Content-Encoding: gzip Content-Length: 162 Content-Type: application/json RESP BODY: {"flavors": [{"id": "9cbbc756-b738-4f1f-8d03-84c527182338", "links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/9cbbc756-b738-4f1f-8d03-84c527182338", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/9cbbc756-b738-4f1f-8d03-84c527182338", "rel": "bookmark"}], "name": "m1.tiny"}]} 2018-09-04 12:48:36,418 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors used request id req-4207d8df-9634-4c5a-83d1-f3002e944b38 2018-09-04 12:48:36,421 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/flavors/9cbbc756-b738-4f1f-8d03-84c527182338 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}74462c12b98849792b1921362830c554a0b49a4c" 2018-09-04 12:48:36,448 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12:48: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-15379f6c-98d2-4cb4-aa0c-0a2cd4e54bcc x-compute-request-id: req-15379f6c-98d2-4cb4-aa0c-0a2cd4e54bcc Content-Encoding: gzip Content-Length: 280 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/9cbbc756-b738-4f1f-8d03-84c527182338", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/9cbbc756-b738-4f1f-8d03-84c527182338", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "9cbbc756-b738-4f1f-8d03-84c527182338", "name": "m1.tiny", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-09-04 12:48:36,448 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors/9cbbc756-b738-4f1f-8d03-84c527182338 used request id req-15379f6c-98d2-4cb4-aa0c-0a2cd4e54bcc 2018-09-04 12:48:36,451 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}74462c12b98849792b1921362830c554a0b49a4c" -d '{"server": {"name": "sdnvpn-4-1", "imageRef": "6d961757-7e3b-4c10-bfe0-38e22b7a2caf", "availability_zone": "nova:overcloud-novacompute-0.opnfvlf.org", "flavorRef": "9cbbc756-b738-4f1f-8d03-84c527182338", "user_data": "IyEvYmluL3NoCnNldCAxMC4xMC4xMC4xMiAxMC4xMC4xMC4xMyAxMC4xMC4xMS4xMSAxMC4xMC4xMS41CndoaWxlIHRydWU7IGRvCiBmb3IgaSBkbwogIGlwPSRpCiAgcGluZyAtYyAxMCAkaXAgMj4mMSA+L2Rldi9udWxsCiAgUkVTPSQ/CiAgaWYgWyAiWiRSRVMiID0gIlowIiBdIDsgdGhlbgogICBlY2hvIHBpbmcgJGlwIE9LCiAgZWxzZSBlY2hvIHBpbmcgJGlwIEtPCiAgZmkKIGRvbmUKIHNsZWVwIDEKZG9uZQo=", "max_count": 1, "min_count": 1, "networks": [{"uuid": "86e59341-b747-46ad-a3f5-8a5d697ca61b"}], "config_drive": true}}' 2018-09-04 12:48:37,944 - novaclient.v2.client - DEBUG - RESP: [202] Date: Tue, 04 Sep 2018 12:48: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-d0287a90-6cfc-42bd-8ba5-f8e2b6afac4f x-compute-request-id: req-d0287a90-6cfc-42bd-8ba5-f8e2b6afac4f Content-Length: 374 location: http://172.30.9.28:8774/v2.1/servers/90d2a52f-4e2f-4fe8-a565-42d2d39d0896 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "90d2a52f-4e2f-4fe8-a565-42d2d39d0896", "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/90d2a52f-4e2f-4fe8-a565-42d2d39d0896", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/90d2a52f-4e2f-4fe8-a565-42d2d39d0896", "rel": "bookmark"}], "adminPass": "A4HodxXWMdUv"}} 2018-09-04 12:48:37,944 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers used request id req-d0287a90-6cfc-42bd-8ba5-f8e2b6afac4f 2018-09-04 12:48:37,945 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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-09-04 12:48:37,951 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12:48:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5050856d-a38c-4e3a-a092-3119b37d31b1 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.28:5000/v3/", "rel": "self"}]}} 2018-09-04 12:48:37,951 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-5050856d-a38c-4e3a-a092-3119b37d31b1 2018-09-04 12:48:37,952 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-09-04 12:48:38,330 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "3d416247e8224533841040c3ad2bce5a", "name": "admin"}], "expires_at": "2018-09-04T13:48:38.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1e2f68a072b64978bd7ea91c2d64aca6", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v1/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235635a698ef4bef9dc6b25273d185da"}, {"url": "http://192.30.9.6:8776/v1/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "23b07b3fbfc340a58cf0f9b2871a0d23"}, {"url": "http://172.30.9.28:8776/v1/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "72fd0aaa144d45419f4b04b6b26f69a7"}], "type": "volume", "id": "097241c25b4d4f7e91b3f8efa155909e", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v3/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93eb4cf3030a49e7840bec071422d397"}, {"url": "http://192.30.9.6:8776/v3/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8af439a6ac147fdbcb38ed9aa916b68"}, {"url": "http://192.30.9.6:8776/v3/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c4bfdbc9b7c74a23a40afdf578cfeba4"}], "type": "volumev3", "id": "1c85f4682ce44f729db1dabd98e965e8", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "82239574a29d4603a2161006f61851cf"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8d15f7134f364a7bbcfff2f84aac3bf2"}, {"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e01668c43a0c4c279b9a3d20a0280d6c"}], "type": "image", "id": "297d8415ca96454991054983920912f7", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7bb4d60e20734d4a9f31ec75e02cb823"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bf6adec15590466a9a0d3bddb00e8993"}, {"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f096f03a1d12411a8972f6f7c196b60d"}], "type": "policy", "id": "54c64351b56d44bbad74c2969cc3aa00", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "354ae6870a324fab82d0a0fb68ee0f26"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a3807e460dd4af488d982b66c52e64c"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e7c3da785076450abd71868e75ce0c33"}], "type": "cloudformation", "id": "6ac9917ae83c4639a15a4ab3cf0e76dd", "name": "heat-cfn"}, {"endpoints": [], "type": "metering", "id": "7fcc078e5e0645f29df67742ac14e388", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49e71628d386464cb950d6a9db00a328"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75b0a63ed8574bbcab1c851cc9b83d30"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9902b0a8b3c04cd192a1b84c417c232b"}], "type": "key-manager", "id": "9626544a32e74678a641c6e206f028a9", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "497340e5aa36485982fdf297f370558f"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7802beb4fc7c4952897b77bd5610b1fe"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c14af798917f4fa0b146d9772583e595"}], "type": "metric", "id": "973bfe8c658d4e5a8da725e76b9d550e", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "288ecc3674ea41d2aa3b790dcb832bf2"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7a6dc785cd7142f5b30f1a7ba0daeb03"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7f7d34e2351b4964befccc862c4e8e12"}], "type": "network", "id": "a348d7b06050474fb449be7f32ea6f5d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "21bce6ecb8464a1f8f3e3847aa698bd6"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0a8faf2246b47deb30e69e48d3551fb"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e71c6011de3d4d8589e5b53dcc79f288"}], "type": "identity", "id": "ad8d4b4953184137a1b913ecee9434ed", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "13474f9a78ca4f1184e4cddc84d0d98c"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad67365a18234bb78c336e6776958c00"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc54db13337f44f8921fbb9ad0f81de8"}], "type": "alarming", "id": "bb18dc3243034f08a6a7f69f7a1edccf", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0d91d7adf0304b2681c77f979e5cdb17"}, {"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "756e5ffca9774ab3ae2db41bf330417f"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c07c727a08c243b287827f539a124e63"}], "type": "placement", "id": "bb2c9432fcbd4c56913177122468f6ba", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8004/v1/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1eed4912224b48cf9856446eae4d9928"}, {"url": "http://192.30.9.6:8004/v1/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b73b7f99236541148d84f24f09e5dd40"}, {"url": "http://192.30.9.6:8004/v1/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fbf12e52911244fdafc24a9d46f56e62"}], "type": "orchestration", "id": "c8918d139da945ba93df4ccce21d4904", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16bf098b9e2e490f8e47fa601059f975"}, {"url": "http://192.30.9.6:8776/v2/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc16fa4cf491444ca2f611d5692c1170"}, {"url": "http://192.30.9.6:8776/v2/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ccd2c5325dff4b90b391db9fdde67d99"}], "type": "volumev2", "id": "d09ac9123c34494abce21d6c27bee9d9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eac694332354a3aa0e61c31314166d7"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b4d4989c4e764717ab78d38675cadd3f"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff196e46b56d406d87a678f1a64497b0"}], "type": "compute", "id": "d4030ee932c84df58c5b910cc197caa7", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "42c3a9abd8ad4ce8ab2c4cc6e0403c33"}, "audit_ids": ["yNvGf3MiQ-6fhbCM7AxdCA"], "issued_at": "2018-09-04T12:48:38.000000Z"}} 2018-09-04 12:48:38,335 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/90d2a52f-4e2f-4fe8-a565-42d2d39d0896 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4d54bc2146b0b9ace9c062a29b9f41da4e04be5d" 2018-09-04 12:48:38,858 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12:48: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-ec0f268a-4634-44bb-bdc8-7e99aab0ddde x-compute-request-id: req-ec0f268a-4634-44bb-bdc8-7e99aab0ddde Content-Encoding: gzip Content-Length: 624 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/90d2a52f-4e2f-4fe8-a565-42d2d39d0896", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/90d2a52f-4e2f-4fe8-a565-42d2d39d0896", "rel": "bookmark"}], "image": {"id": "6d961757-7e3b-4c10-bfe0-38e22b7a2caf", "links": [{"href": "http://172.30.9.28:8774/images/6d961757-7e3b-4c10-bfe0-38e22b7a2caf", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000123", "OS-SRV-USG:launched_at": null, "flavor": {"id": "9cbbc756-b738-4f1f-8d03-84c527182338", "links": [{"href": "http://172.30.9.28:8774/flavors/9cbbc756-b738-4f1f-8d03-84c527182338", "rel": "bookmark"}]}, "id": "90d2a52f-4e2f-4fe8-a565-42d2d39d0896", "user_id": "42c3a9abd8ad4ce8ab2c4cc6e0403c33", "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-09-04T12:48:38Z", "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-09-04T12:48:37Z", "tenant_id": "1e2f68a072b64978bd7ea91c2d64aca6", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 12:48:38,858 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/90d2a52f-4e2f-4fe8-a565-42d2d39d0896 used request id req-ec0f268a-4634-44bb-bdc8-7e99aab0ddde 2018-09-04 12:48:41,865 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/90d2a52f-4e2f-4fe8-a565-42d2d39d0896 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4d54bc2146b0b9ace9c062a29b9f41da4e04be5d" 2018-09-04 12:48:42,603 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12:48: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-d5e9ed5f-c521-49ed-aafc-e51f8238d468 x-compute-request-id: req-d5e9ed5f-c521-49ed-aafc-e51f8238d468 Content-Encoding: gzip Content-Length: 780 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:a5:81:2a", "version": 4, "addr": "10.10.10.16", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/90d2a52f-4e2f-4fe8-a565-42d2d39d0896", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/90d2a52f-4e2f-4fe8-a565-42d2d39d0896", "rel": "bookmark"}], "image": {"id": "6d961757-7e3b-4c10-bfe0-38e22b7a2caf", "links": [{"href": "http://172.30.9.28:8774/images/6d961757-7e3b-4c10-bfe0-38e22b7a2caf", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000123", "OS-SRV-USG:launched_at": null, "flavor": {"id": "9cbbc756-b738-4f1f-8d03-84c527182338", "links": [{"href": "http://172.30.9.28:8774/flavors/9cbbc756-b738-4f1f-8d03-84c527182338", "rel": "bookmark"}]}, "id": "90d2a52f-4e2f-4fe8-a565-42d2d39d0896", "security_groups": [{"name": "default"}], "user_id": "42c3a9abd8ad4ce8ab2c4cc6e0403c33", "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-09-04T12:48:39Z", "hostId": "ac4312c86b6d8b3ba69b66c09fbaad9c9659999bf89f97c14b4d2a68", "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-09-04T12:48:37Z", "tenant_id": "1e2f68a072b64978bd7ea91c2d64aca6", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 12:48:42,603 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/90d2a52f-4e2f-4fe8-a565-42d2d39d0896 used request id req-d5e9ed5f-c521-49ed-aafc-e51f8238d468 2018-09-04 12:48:45,609 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/90d2a52f-4e2f-4fe8-a565-42d2d39d0896 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4d54bc2146b0b9ace9c062a29b9f41da4e04be5d" 2018-09-04 12:48:46,239 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12:48: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-b14b68c0-a11a-4101-8127-daab7dae1353 x-compute-request-id: req-b14b68c0-a11a-4101-8127-daab7dae1353 Content-Encoding: gzip Content-Length: 783 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:a5:81:2a", "version": 4, "addr": "10.10.10.16", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/90d2a52f-4e2f-4fe8-a565-42d2d39d0896", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/90d2a52f-4e2f-4fe8-a565-42d2d39d0896", "rel": "bookmark"}], "image": {"id": "6d961757-7e3b-4c10-bfe0-38e22b7a2caf", "links": [{"href": "http://172.30.9.28:8774/images/6d961757-7e3b-4c10-bfe0-38e22b7a2caf", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000123", "OS-SRV-USG:launched_at": "2018-09-04T12:48:42.000000", "flavor": {"id": "9cbbc756-b738-4f1f-8d03-84c527182338", "links": [{"href": "http://172.30.9.28:8774/flavors/9cbbc756-b738-4f1f-8d03-84c527182338", "rel": "bookmark"}]}, "id": "90d2a52f-4e2f-4fe8-a565-42d2d39d0896", "security_groups": [{"name": "default"}], "user_id": "42c3a9abd8ad4ce8ab2c4cc6e0403c33", "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-09-04T12:48:42Z", "hostId": "ac4312c86b6d8b3ba69b66c09fbaad9c9659999bf89f97c14b4d2a68", "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-09-04T12:48:37Z", "tenant_id": "1e2f68a072b64978bd7ea91c2d64aca6", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 12:48:46,239 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/90d2a52f-4e2f-4fe8-a565-42d2d39d0896 used request id req-b14b68c0-a11a-4101-8127-daab7dae1353 2018-09-04 12:48:46,243 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/90d2a52f-4e2f-4fe8-a565-42d2d39d0896 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}74462c12b98849792b1921362830c554a0b49a4c" 2018-09-04 12:48:46,921 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12:48: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-8052406e-3147-407b-a1fa-c1f6d5c90f71 x-compute-request-id: req-8052406e-3147-407b-a1fa-c1f6d5c90f71 Content-Encoding: gzip Content-Length: 783 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:a5:81:2a", "version": 4, "addr": "10.10.10.16", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/90d2a52f-4e2f-4fe8-a565-42d2d39d0896", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/90d2a52f-4e2f-4fe8-a565-42d2d39d0896", "rel": "bookmark"}], "image": {"id": "6d961757-7e3b-4c10-bfe0-38e22b7a2caf", "links": [{"href": "http://172.30.9.28:8774/images/6d961757-7e3b-4c10-bfe0-38e22b7a2caf", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000123", "OS-SRV-USG:launched_at": "2018-09-04T12:48:42.000000", "flavor": {"id": "9cbbc756-b738-4f1f-8d03-84c527182338", "links": [{"href": "http://172.30.9.28:8774/flavors/9cbbc756-b738-4f1f-8d03-84c527182338", "rel": "bookmark"}]}, "id": "90d2a52f-4e2f-4fe8-a565-42d2d39d0896", "security_groups": [{"name": "default"}], "user_id": "42c3a9abd8ad4ce8ab2c4cc6e0403c33", "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-09-04T12:48:42Z", "hostId": "ac4312c86b6d8b3ba69b66c09fbaad9c9659999bf89f97c14b4d2a68", "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-09-04T12:48:37Z", "tenant_id": "1e2f68a072b64978bd7ea91c2d64aca6", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 12:48:46,921 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/90d2a52f-4e2f-4fe8-a565-42d2d39d0896 used request id req-8052406e-3147-407b-a1fa-c1f6d5c90f71 2018-09-04 12:48:46,922 - sdnvpn_test_utils - DEBUG - Instance 'sdnvpn-4-1' booted successfully. IP='10.10.10.16'. 2018-09-04 12:48:46,922 - sdnvpn_test_utils - DEBUG - Adding 'sdnvpn-4-1' to security group 'sdnvpn-sg'... 2018-09-04 12:48:46,925 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/servers/90d2a52f-4e2f-4fe8-a565-42d2d39d0896/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}91ff80bbfb3e7ac82e6dbe8252d885c0ebe28eee" -d '{"addSecurityGroup": {"name": "aee4e203-f920-46bb-ac91-6898d944e253"}}' 2018-09-04 12:48:48,237 - novaclient.v2.client - DEBUG - RESP: [202] Date: Tue, 04 Sep 2018 12:48: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-1ace3ad2-66b0-416c-86d4-15cc384e74e9 x-compute-request-id: req-1ace3ad2-66b0-416c-86d4-15cc384e74e9 Content-Length: 0 Content-Type: application/json 2018-09-04 12:48:48,237 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/90d2a52f-4e2f-4fe8-a565-42d2d39d0896/action used request id req-1ace3ad2-66b0-416c-86d4-15cc384e74e9 2018-09-04 12:48:48,238 - sdnvpn-results - INFO - Create VPN with eRT<>iRT 2018-09-04 12:48:48,244 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:9696/v2.0/bgpvpn/bgpvpns -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0b61b8ea05b36ccfca0a58d973e2028d82ee4ecd" -d '{"bgpvpn": {"import_targets": "88:88", "export_targets": "55:55", "name": "sdnvpn-169877", "route_distinguishers": "12:12"}}' 2018-09-04 12:48:48,428 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 341 X-Openstack-Request-Id: req-c7497519-4c03-45d0-a9f2-6b6e9afd9e33 Date: Tue, 04 Sep 2018 12:48:48 GMT RESP BODY: {"bgpvpn": {"export_targets": ["55:55"], "route_distinguishers": ["12:12"], "routers": [], "id": "278ad610-6624-4cbd-a6df-44ea883f453f", "name": "sdnvpn-169877", "tenant_id": "1e2f68a072b64978bd7ea91c2d64aca6", "import_targets": ["88:88"], "networks": [], "route_targets": [], "project_id": "1e2f68a072b64978bd7ea91c2d64aca6", "type": "l3"}} 2018-09-04 12:48:48,428 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/bgpvpn/bgpvpns used request id req-c7497519-4c03-45d0-a9f2-6b6e9afd9e33 2018-09-04 12:48:48,429 - sdnvpn.test.functest.testcase_4 - DEBUG - VPN created details: {u'bgpvpn': {u'export_targets': [u'55:55'], u'name': u'sdnvpn-169877', u'route_distinguishers': [u'12:12'], u'routers': [], u'import_targets': [u'88:88'], u'networks': [], u'tenant_id': u'1e2f68a072b64978bd7ea91c2d64aca6', u'route_targets': [], u'project_id': u'1e2f68a072b64978bd7ea91c2d64aca6', u'type': u'l3', u'id': u'278ad610-6624-4cbd-a6df-44ea883f453f'}} 2018-09-04 12:48:48,429 - sdnvpn-results - INFO - Associate router 'sdnvpn-4-1-router' to the VPN. 2018-09-04 12:48:48,434 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:9696/v2.0/bgpvpn/bgpvpns/278ad610-6624-4cbd-a6df-44ea883f453f/router_associations -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0b61b8ea05b36ccfca0a58d973e2028d82ee4ecd" -d '{"router_association": {"router_id": "7b1ef18a-421c-43b9-9c9c-50b2a94c2007"}}' 2018-09-04 12:48:48,972 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 222 X-Openstack-Request-Id: req-2a93a9c9-8b81-41c3-bc15-4ac09cf85728 Date: Tue, 04 Sep 2018 12:48:48 GMT RESP BODY: {"router_association": {"router_id": "7b1ef18a-421c-43b9-9c9c-50b2a94c2007", "tenant_id": "1e2f68a072b64978bd7ea91c2d64aca6", "project_id": "1e2f68a072b64978bd7ea91c2d64aca6", "id": "5338ee98-818d-4a4d-9cdc-dc7d599c10f3"}} 2018-09-04 12:48:48,973 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/bgpvpn/bgpvpns/278ad610-6624-4cbd-a6df-44ea883f453f/router_associations used request id req-2a93a9c9-8b81-41c3-bc15-4ac09cf85728 2018-09-04 12:48:48,973 - sdnvpn_test_utils - INFO - Waiting for instance 153b93e8-4396-489e-aebe-fc8ef0cd9cb7 to boot up 2018-09-04 12:48:48,976 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/servers/153b93e8-4396-489e-aebe-fc8ef0cd9cb7/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5bf5617cc94fc746b3beb9f78c8b52619f678685" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-04 12:48:50,096 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12:48: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-86abd0e7-ce7c-4942-a008-fa44bae74304 x-compute-request-id: req-86abd0e7-ce7c-4942-a008-fa44bae74304 Content-Encoding: gzip Content-Length: 11238 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 502029007 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 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.151141] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.153199] pid_max: default: 32768 minimum: 301\n[ 0.154331] ACPI: Core revision 20150930\n[ 0.155905] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.157534] Security Framework initialized\n[ 0.158556] Yama: becoming mindful.\n[ 0.159459] AppArmor: AppArmor initialized\n[ 0.160515] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.162188] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.163798] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.165322] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.167060] Initializing cgroup subsys io\n[ 0.168071] Initializing cgroup subsys memory\n[ 0.169140] Initializing cgroup subsys devices\n[ 0.170234] Initializing cgroup subsys freezer\n[ 0.171316] Initializing cgroup subsys net_cls\n[ 0.172400] Initializing cgroup subsys perf_event\n[ 0.173539] Initializing cgroup subsys net_prio\n[ 0.174651] Initializing cgroup subsys hugetlb\n[ 0.175741] Initializing cgroup subsys pids\n[ 0.176794] CPU: Physical Processor ID: 0\n[ 0.178523] mce: CPU supports 10 MCE banks\n[ 0.179571] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.180626] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.191516] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.198090] ftrace: allocating 31920 entries in 125 pages\n[ 0.225047] smpboot: Max logical packages: 1\n[ 0.225898] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.227230] x2apic enabled\n[ 0.228030] Switched APIC routing to physical x2apic.\n[ 0.229759] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.230863] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.232816] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.234570] KVM setup paravirtual spinlock\n[ 0.235886] x86: Booted up 1 node, 1 CPUs\n[ 0.236681] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.238054] devtmpfs: initialized\n[ 0.239925] evm: security.selinux\n[ 0.240630] evm: security.SMACK64\n[ 0.241318] evm: security.SMACK64EXEC\n[ 0.242051] evm: security.SMACK64TRANSMUTE\n[ 0.242842] evm: security.SMACK64MMAP\n[ 0.243583] evm: security.ima\n[ 0.244224] evm: security.capability\n[ 0.245017] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.246835] pinctrl core: initialized pinctrl subsystem\n[ 0.247926] RTC time: 12:47:56, date: 09/04/18\n[ 0.248866] NET: Registered protocol family 16\n[ 0.249822] cpuidle: using governor ladder\n[ 0.250635] cpuidle: using governor menu\n[ 0.251411] PCCT header not found.\n[ 0.252160] ACPI: bus type PCI registered\n[ 0.252949] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.254168] PCI: Using configuration type 1 for base access\n[ 0.255899] ACPI: Added _OSI(Module Device)\n[ 0.256933] ACPI: Added _OSI(Processor Device)\n[ 0.257781] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.258663] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.260787] ACPI: Interpreter enabled\n[ 0.261558] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.263378] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.265179] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.266996] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.268794] ACPI: (supports S0 S5)\n[ 0.269488] ACPI: Using IOAPIC for interrupt routing\n[ 0.270651] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.273726] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.274849] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.276058] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.277224] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.279402] acpiphp: Slot [3] registered\n[ 0.280194] acpiphp: Slot [4] registered\n[ 0.280977] acpiphp: Slot [5] registered\n[ 0.281759] acpiphp: Slot [6] registered\n[ 0.282549] acpiphp: Slot [7] registered\n[ 0.283346] acpiphp: Slot [8] registered\n[ 0.284136] acpiphp: Slot [9] registered\n[ 0.284916] acpiphp: Slot [10] registered\n[ 0.285712] acpiphp: Slot [11] registered\n[ 0.286662] acpiphp: Slot [12] registered\n[ 0.287666] acpiphp: Slot [13] registered\n[ 0.288645] acpiphp: Slot [14] registered\n[ 0.289621] acpiphp: Slot [15] registered\n[ 0.300826] acpiphp: Slot [16] registered\n[ 0.301809] acpiphp: Slot [17] registered\n[ 0.302780] acpiphp: Slot [18] registered\n[ 0.303746] acpiphp: Slot [19] registered\n[ 0.304772] acpiphp: Slot [20] registered\n[ 0.305598] acpiphp: Slot [21] registered\n[ 0.306410] acpiphp: Slot [22] registered\n[ 0.307219] acpiphp: Slot [23] registered\n[ 0.308026] acpiphp: Slot [24] registered\n[ 0.308831] acpiphp: Slot [25] registered\n[ 0.309642] acpiphp: Slot [26] registered\n[ 0.310453] acpiphp: Slot [27] registered\n[ 0.311266] acpiphp: Slot [28] registered\n[ 0.312076] acpiphp: Slot [29] registered\n[ 0.312876] acpiphp: Slot [30] registered\n[ 0.313692] acpiphp: Slot [31] registered\n[ 0.314496] PCI host bridge to bus 0000:00\n[ 0.315302] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.316504] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.317709] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.319155] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.320592] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.327070] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.328367] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.329532] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.330788] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.338167] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.339592] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.390377] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.391867] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.393300] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.394735] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.396135] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.397392] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.398557] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.399618] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.401172] vgaarb: loaded\n[ 0.401785] vgaarb: bridge control possible 0000:00:02.0\n[ 0.402925] SCSI subsystem initialized\n[ 0.403748] ACPI: bus type USB registered\n[ 0.404566] usbcore: registered new interface driver usbfs\n[ 0.405598] usbcore: registered new interface driver hub\n[ 0.406608] usbcore: registered new device driver usb\n[ 0.407671] PCI: Using ACPI for IRQ routing\n[ 0.408700] NetLabel: Initializing\n[ 0.409420] NetLabel: domain hash size = 128\n[ 0.410275] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.411228] NetLabel: unlabeled traffic allowed by default\n[ 0.412333] clocksource: Switched to clocksource kvm-clock\n[ 0.417784] AppArmor: AppArmor Filesystem Enabled\n[ 0.418766] pnp: PnP ACPI init\n[ 0.419741] pnp: PnP ACPI: found 5 devices\n[ 0.426185] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.428014] NET: Registered protocol family 2\n[ 0.429058] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.430460] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.431730] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.433003] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.434162] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.435460] NET: Registered protocol family 1\n[ 0.436403] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.437586] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.438715] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.452823] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.467356] Trying to unpack rootfs image as initramfs...\n[ 0.517472] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.531317] Scanning for low memory corruption every 60 seconds\n[ 0.532706] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.533936] audit: initializing netlink subsys (disabled)\n[ 0.535020] audit: type=2000 audit(1536065277.154:1): initialized\n[ 0.536456] Initialise system trusted keyring\n[ 0.537429] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.538653] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.540701] zbud: loaded\n[ 0.541451] VFS: Disk quotas dquot_6.6.0\n[ 0.542316] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.543895] fuse init (API version 7.23)\n[ 0.544834] Key type big_key registered\n[ 0.545674] Allocating IMA MOK and blacklist keyrings.\n[ 0.547205] Key type asymmetric registered\n[ 0.548088] Asymmetric key parser 'x509' registered\n[ 0.549104] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.550865] io scheduler noop registered\n[ 0.551995] io scheduler deadline registered (default)\n[ 0.553453] io scheduler cfq registered\n[ 0.554638] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.556141] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.557866] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.559828] ACPI: Power Button [PWRF]\n[ 0.560997] GHES: HEST is not enabled!\n[ 0.577391] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.606803] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.609363] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.633413] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.636330] Linux agpgart interface v0.103\n[ 0.638835] brd: module loaded\n[ 0.640420] loop: module loaded\n[ 0.645990] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.648149] GPT:90111 != 2097151\n[ 0.649124] GPT:Alternate GPT header not at the end of the disk.\n[ 0.650745] GPT:90111 != 2097151\n[ 0.651720] GPT: Use GNU Parted to correct GPT errors.\n[ 0.653143] vda: vda1 vda15\n[ 0.654846] scsi host0: ata_piix\n[ 0.655879] scsi host1: ata_piix\n[ 0.656878] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.658698] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.660919] libphy: Fixed MDIO Bus: probed\n[ 0.662112] tun: Universal TUN/TAP device driver, 1.6\n[ 0.663511] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.666201] PPP generic driver version 2.4.2\n[ 0.667248] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.668524] ehci-pci: EHCI PCI platform driver\n[ 0.669460] ehci-platform: EHCI generic platform driver\n[ 0.670481] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.671627] ohci-pci: OHCI PCI platform driver\n[ 0.672510] ohci-platform: OHCI generic platform driver\n[ 0.673506] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.688095] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.689129] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.690589] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.691627] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.692765] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.693991] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.695407] usb usb1: Product: UHCI Host Controller\n[ 0.696354] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.697497] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.698554] hub 1-0:1.0: USB hub found\n[ 0.699337] hub 1-0:1.0: 2 ports detected\n[ 0.700256] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.702392] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.703350] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.704393] mousedev: PS/2 mouse device common for all mice\n[ 0.705651] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.707483] rtc_cmos 00:00: RTC can wake from S4\n[ 0.708593] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.709786] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.710977] i2c /dev entries driver\n[ 0.711733] device-mapper: uevent: version 1.0.3\n[ 0.712685] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.714318] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.715636] NET: Registered protocol family 10\n[ 0.716667] NET: Registered protocol family 17\n[ 0.717558] Key type dns_resolver registered\n[ 0.718494] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.719589] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.721351] registered taskstats version 1\n[ 0.722182] Loading compiled-in X.509 certificates\n[ 0.723617] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.725469] zswap: loaded using pool lzo/zbud\n[ 0.726900] Key type trusted registered\n[ 0.728477] Key type encrypted registered\n[ 0.729309] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.730332] ima: No TPM chip found, activating TPM-bypass!\n[ 0.731825] evm: HMAC attrs: 0x1\n[ 0.733176] Magic number: 2:825:783\n[ 0.734075] rtc_cmos 00:00: setting system clock to 2018-09-04 12:47:57 UTC (1536065277)\n[ 0.736018] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.737139] EDD information not available.\n[ 0.817511] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.819103] Write protecting the kernel read-only data: 14336k\n[ 0.831206] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.833059] 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.50\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found 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.734909] 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.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\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.62. iid=i-00000114\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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCLg/iFWy1MDNqHMsaHSDOnXI4hzcSUYrF6zlmiuPhGm/IkP/CgYtT9UCfN/nEd1wi0yDy/g8PLrfWMwh+3BGHclwn8nLPl+AewBqVQjlCRvUmgYQw+0NY8tHeqFIiP+npsVQyuiQCy3fFSs773Li9NswW9ItIEiiWKXbMeHaCIkmqMft6pREn9k5BytEynxXrcQ2mIeBRF6dV0mrcauwTgjdwkhb+I0Et0q/+REjDn+T8uEygHp1HX9VDwdZ1oC3DVScw3M0351YkzuIwnjzbyJ344CLXD5uSo5nMkBGV9Zq7zaZTCDCecmnpdtjnpfvPz3FtR5FQxoaiM/QiOUUEr root@sdnvpn-4-2\nssh-dss AAAAB3NzaC1kc3MAAACBALx5X64Y2eRckwqCMiW8WVrOd0SaPSo9+2RU60VZXD+6povZ8khAIV6J86XJ0G7IftDW72a5LxsrWxfgDOFsvIA6DRnUpWe6mMsTXiexhW30+eJbuf/BW7Vrw5DNPcWdKkkPOCOEGAIZNXD7sVhXNuymnOH0ZpraOTeznh5sUxKzAAAAFQD2LPouOdIZ8vm6JaaJdYNznT9uaQAAAIA1mjpwcvjKezO8g4zXL6b5r4kS2HihRHpE0RpAEKugORedZgRox+RRvqYgvEj25MYwa5NQMwBo10/ACJmyOiPzMoq7jEg3T99o/21zR+WNRKDxNzLH1xscrW5ghFhyyA5Iaj/BVfucqGlLp7bzSQQkcNkZ1ARAIBtK8YoKLrw1cgAAAIAR1Dc4dGXE8+XLbG0toAQpqeBC57FGISowNZGBkilFuMOSyW2SEjTj4A3ty0+o3mFUSShpLt8cSg4lu4FFl3dSLF2KAHZCp3coY8/yKk9yuY76pnPXB7cE9miakWyTe0BkKq50S3I7eE7hkdcUzyRj66l8dZRrjjIz/F3AQ153TQ== 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.12,24,fe80::f816:3eff:feaa:d1e4/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.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-00000114\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-4-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.07 ===\n/dev/root resized successfully [took 2.30s]\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:AA:D1:E4 \n inet addr:10.10.10.12 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:feaa:d1e4/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:7914 (7.7 KiB) TX bytes:9146 (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.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.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n64 bytes from 10.10.10.1: seq=1 ttl=64 time=0.192 ms\n64 bytes from 10.10.10.1: seq=2 ttl=64 time=0.324 ms\n64 bytes from 10.10.10.1: seq=3 ttl=64 time=0.263 ms\n64 bytes from 10.10.10.1: seq=4 ttl=64 time=0.320 ms\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 4 packets received, 20% packet loss\nround-trip min/avg/max = 0.192/0.274/0.324 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.169470] usb 1-1: Manufacturer: QEMU\n[ 1.169472] usb 1-1: SerialNumber: 42\n[ 1.174926] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null)\n[ 1.528404] tsc: Refined TSC clocksource calibration: 3491.912 MHz\n[ 1.528407] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3255787006b, max_idle_ns: 440795244845 ns\n[ 1.688211] EXT4-fs (vda1): re-mounted. Opts: data=ordered\n[ 1.716464] EXT4-fs (vda1): re-mounted. Opts: data=ordered\n[ 1.734909] random: dd urandom read with 5 bits of entropy available\n[ 3.210602] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\n[ 3.644056] EXT4-fs (vda1): resized filesystem to 1039340\n### tail -n 25 /var/log/messages\nSep 4 13:47:58 cirros kern.info kernel: [ 0.833059] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\nSep 4 13:47:58 cirros kern.info kernel: [ 0.844217] e1000: Intel(R) PRO/1000 Network Driver - version 7.3.21-k8-NAPI\nSep 4 13:47:58 cirros kern.info kernel: [ 0.844218] e1000: Copyright (c) 1999-2006 Intel Corporation.\nSep 4 13:47:58 cirros kern.info kernel: [ 0.845928] ne2k-pci.c:v1.03 9/22/2003 D. Becker/P. Gortmaker\nSep 4 13:47:58 cirros kern.info kernel: [ 0.848973] pcnet32: pcnet32.c:v1.35 21.Apr.2008 tsbogend@alpha.franken.de\nSep 4 13:47:58 cirros kern.info kernel: [ 0.850987] ip_tables: (C) 2000-2006 Netfilter Core Team\nSep 4 13:47:58 cirros kern.info kernel: [ 0.875023] EXT4-fs (vda1): mounting ext3 file system using the ext4 subsystem\nSep 4 13:47:58 cirros kern.info kernel: [ 0.876415] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null)\nSep 4 13:47:58 cirros kern.info kernel: [ 0.877627] EXT4-fs (vda1): mounting ext3 file system using the ext4 subsystem\nSep 4 13:47:58 cirros kern.info kernel: [ 1.008415] usb 1-1: new full-speed USB device number 2 using uhci_hcd\nSep 4 13:47:58 cirros kern.info kernel: [ 1.169458] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\nSep 4 13:47:58 cirros kern.info kernel: [ 1.169464] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\nSep 4 13:47:58 cirros kern.info kernel: [ 1.169467] usb 1-1: Product: QEMU USB Tablet\nSep 4 13:47:58 cirros kern.info kernel: [ 1.169470] usb 1-1: Manufacturer: QEMU\nSep 4 13:47:58 cirros kern.info kernel: [ 1.169472] usb 1-1: SerialNumber: 42\nSep 4 13:47:58 cirros kern.info kernel: [ 1.174926] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null)\nSep 4 13:47:58 cirros kern.info kernel: [ 1.528404] tsc: Refined TSC clocksource calibration: 3491.912 MHz\nSep 4 13:47:58 cirros kern.info kernel: [ 1.528407] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3255787006b, max_idle_ns: 440795244845 ns\nSep 4 13:47:58 cirros kern.info kernel: [ 1.688211] EXT4-fs (vda1): re-mounted. Opts: data=ordered\nSep 4 13:47:58 cirros kern.info kernel: [ 1.716464] EXT4-fs (vda1): re-mounted. Opts: data=ordered\nSep 4 13:47:58 cirros kern.notice kernel: [ 1.734909] random: dd urandom read with 5 bits of entropy available\nSep 4 13:47:59 cirros auth.notice su: + /dev/console root:cirros\nSep 4 13:47:59 cirros authpriv.info dropbear[340]: Running in background\nSep 4 13:47:59 cirros kern.info kernel: [ 3.210602] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\nSep 4 13:48:00 cirros kern.info kernel: [ 3.644056] 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-09-04 12:48:50,097 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/153b93e8-4396-489e-aebe-fc8ef0cd9cb7/action used request id req-86abd0e7-ce7c-4942-a008-fa44bae74304 2018-09-04 12:48:52,133 - sdnvpn_test_utils - INFO - Waiting for instance 0a5bfb18-64f2-4c1a-a08d-a4c5d9b814d2 to boot up 2018-09-04 12:48:52,137 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/servers/0a5bfb18-64f2-4c1a-a08d-a4c5d9b814d2/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}453d91d074fe8477130eb0c7ad8d67e0fcfcbc2e" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-04 12:48:53,210 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12:48: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-a0234978-009e-4167-b8dc-c18514677def x-compute-request-id: req-a0234978-009e-4167-b8dc-c18514677def Content-Encoding: gzip Content-Length: 7685 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 521701914 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 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.135144] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.136846] pid_max: default: 32768 minimum: 301\n[ 0.137769] ACPI: Core revision 20150930\n[ 0.139180] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.140531] Security Framework initialized\n[ 0.141378] Yama: becoming mindful.\n[ 0.142128] AppArmor: AppArmor initialized\n[ 0.143019] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.144394] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.145715] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.146971] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.148401] Initializing cgroup subsys io\n[ 0.149236] Initializing cgroup subsys memory\n[ 0.150120] Initializing cgroup subsys devices\n[ 0.151020] Initializing cgroup subsys freezer\n[ 0.151915] Initializing cgroup subsys net_cls\n[ 0.152809] Initializing cgroup subsys perf_event\n[ 0.153717] Initializing cgroup subsys net_prio\n[ 0.154602] Initializing cgroup subsys hugetlb\n[ 0.155464] Initializing cgroup subsys pids\n[ 0.156334] CPU: Physical Processor ID: 0\n[ 0.157814] mce: CPU supports 10 MCE banks\n[ 0.158670] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.159665] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.170821] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.177282] ftrace: allocating 31920 entries in 125 pages\n[ 0.203979] smpboot: Max logical packages: 1\n[ 0.204823] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.206163] x2apic enabled\n[ 0.206977] Switched APIC routing to physical x2apic.\n[ 0.208722] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.209840] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.211825] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.213607] KVM setup paravirtual spinlock\n[ 0.214896] x86: Booted up 1 node, 1 CPUs\n[ 0.215693] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.217077] devtmpfs: initialized\n[ 0.218785] evm: security.selinux\n[ 0.219484] evm: security.SMACK64\n[ 0.220171] evm: security.SMACK64EXEC\n[ 0.220910] evm: security.SMACK64TRANSMUTE\n[ 0.221708] evm: security.SMACK64MMAP\n[ 0.222450] evm: security.ima\n[ 0.223087] evm: security.capability\n[ 0.223879] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.225717] pinctrl core: initialized pinctrl subsystem\n[ 0.226812] RTC time: 12:48:07, date: 09/04/18\n[ 0.227759] NET: Registered protocol family 16\n[ 0.228723] cpuidle: using governor ladder\n[ 0.229536] cpuidle: using governor menu\n[ 0.230318] PCCT header not found.\n[ 0.231071] ACPI: bus type PCI registered\n[ 0.231865] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.233101] PCI: Using configuration type 1 for base access\n[ 0.234840] ACPI: Added _OSI(Module Device)\n[ 0.235691] ACPI: Added _OSI(Processor Device)\n[ 0.236553] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.237463] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.239614] ACPI: Interpreter enabled\n[ 0.240404] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.242277] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.244132] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.245979] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.247810] ACPI: (supports S0 S5)\n[ 0.248520] ACPI: Using IOAPIC for interrupt routing\n[ 0.249597] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.252689] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.253831] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.255052] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.256232] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.258435] acpiphp: Slot [3] registered\n[ 0.259235] acpiphp: Slot [4] registered\n[ 0.260030] acpiphp: Slot [5] registered\n[ 0.260829] acpiphp: Slot [6] registered\n[ 0.261631] acpiphp: Slot [7] registered\n[ 0.262430] acpiphp: Slot [8] registered\n[ 0.263228] acpiphp: Slot [9] registered\n[ 0.264021] acpiphp: Slot [10] registered\n[ 0.264828] acpiphp: Slot [11] registered\n[ 0.265635] acpiphp: Slot [12] registered\n[ 0.266447] acpiphp: Slot [13] registered\n[ 0.267251] acpiphp: Slot [14] registered\n[ 0.268055] acpiphp: Slot [15] registered\n[ 0.278929] acpiphp: Slot [16] registered\n[ 0.279730] acpiphp: Slot [17] registered\n[ 0.280534] acpiphp: Slot [18] registered\n[ 0.281342] acpiphp: Slot [19] registered\n[ 0.282138] acpiphp: Slot [20] registered\n[ 0.282938] acpiphp: Slot [21] registered\n[ 0.283730] acpiphp: Slot [22] registered\n[ 0.284527] acpiphp: Slot [23] registered\n[ 0.285325] acpiphp: Slot [24] registered\n[ 0.286119] acpiphp: Slot [25] registered\n[ 0.286914] acpiphp: Slot [26] registered\n[ 0.287709] acpiphp: Slot [27] registered\n[ 0.288512] acpiphp: Slot [28] registered\n[ 0.289309] acpiphp: Slot [29] registered\n[ 0.290102] acpiphp: Slot [30] registered\n[ 0.290917] acpiphp: Slot [31] registered\n[ 0.291735] PCI host bridge to bus 0000:00\n[ 0.292540] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.293728] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.294922] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.296351] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.297775] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.304015] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.305278] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.306431] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.307675] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.314048] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.315456] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.362089] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.363544] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.364946] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.366381] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.367742] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.368975] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.370306] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.371356] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.372871] vgaarb: loaded\n[ 0.373462] vgaarb: bridge control possible 0000:00:02.0\n[ 0.374630] SCSI subsystem initialized\n[ 0.375463] ACPI: bus type USB registered\n[ 0.376270] usbcore: registered new interface driver usbfs\n[ 0.377285] usbcore: registered new interface driver hub\n[ 0.378274] usbcore: registered new device driver usb\n[ 0.379312] PCI: Using ACPI for IRQ routing\n[ 0.380317] NetLabel: Initializing\n[ 0.381018] NetLabel: domain hash size = 128\n[ 0.381846] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.382773] NetLabel: unlabeled traffic allowed by default\n[ 0.383852] clocksource: Switched to clocksource kvm-clock\n[ 0.389271] AppArmor: AppArmor Filesystem Enabled\n[ 0.390219] pnp: PnP ACPI init\n[ 0.391140] pnp: PnP ACPI: found 5 devices\n[ 0.397503] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.399177] NET: Registered protocol family 2\n[ 0.400138] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.401388] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.402532] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.403666] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.404720] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.405900] NET: Registered protocol family 1\n[ 0.406751] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.407824] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.408885] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.422891] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.437139] Trying to unpack rootfs image as initramfs...\n[ 0.487125] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.500992] Scanning for low memory corruption every 60 seconds\n[ 0.502329] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.503468] audit: initializing netlink subsys (disabled)\n[ 0.504484] audit: type=2000 audit(1536065288.655:1): initialized\n[ 0.505768] Initialise system trusted keyring\n[ 0.506699] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.507846] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.509790] zbud: loaded\n[ 0.510482] VFS: Disk quotas dquot_6.6.0\n[ 0.511282] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.512764] fuse init (API version 7.23)\n[ 0.513646] Key type big_key registered\n[ 0.514433] Allocating IMA MOK and blacklist keyrings.\n[ 0.515916] Key type asymmetric registered\n[ 0.539057] Asymmetric key parser 'x509' registered\n[ 0.540676] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.542146] io scheduler noop registered\n[ 0.542929] io scheduler deadline registered (default)\n[ 0.543912] io scheduler cfq registered\n[ 0.544747] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.545771] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.547020] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.548459] ACPI: Power Button [PWRF]\n[ 0.549304] GHES: HEST is not enabled!\n[ 0.563272] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.592370] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.594840] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.618836] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.620961] Linux agpgart interface v0.103\n[ 0.623015] brd: module loaded\n[ 0.624268] loop: module loaded\n[ 0.628692] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.630110] GPT:90111 != 2097151\n[ 0.630765] GPT:Alternate GPT header not at the end of the disk.\n[ 0.631838] GPT:90111 != 2097151\n[ 0.632510] GPT: Use GNU Parted to correct GPT errors.\n[ 0.633457] vda: vda1 vda15\n[ 0.634850] scsi host0: ata_piix\n[ 0.635578] scsi host1: ata_piix\n[ 0.636284] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.637474] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.638885] libphy: Fixed MDIO Bus: probed\n[ 0.639685] tun: Universal TUN/TAP device driver, 1.6\n[ 0.640620] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.642681] PPP generic driver version 2.4.2\n[ 0.643551] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.644769] ehci-pci: EHCI PCI platform driver\n[ 0.645634] ehci-platform: EHCI generic platform driver\n[ 0.646596] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.647696] ohci-pci: OHCI PCI platform driver\n[ 0.648553] ohci-platform: OHCI generic platform driver\n[ 0.649521] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.663861] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.664839] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.666267] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.667267] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.668365] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.669561] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.670950] usb usb1: Product: UHCI Host Controller\n[ 0.671863] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.672988] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.673955] hub 1-0:1.0: USB hub found\n[ 0.674718] hub 1-0:1.0: 2 ports detected\n[ 0.675602] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.677703] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.678638] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.679639] mousedev: PS/2 mouse device common for all mice\n[ 0.680876] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.682679] rtc_cmos 00:00: RTC can wake from S4\n[ 0.683744] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.684933] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.686099] i2c /dev entries driver\n[ 0.686840] device-mapper: uevent: version 1.0.3\n[ 0.687759] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.689361] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.690620] NET: Registered protocol family 10\n[ 0.691595] NET: Registered protocol family 17\n[ 0.692475] Key type dns_resolver registered\n[ 0.693394] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.694473] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.696200] registered taskstats version 1\n[ 0.697021] Loading compiled-in X.509 certificates\n[ 0.698442] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.700261] zswap: loaded using pool lzo/zbud\n[ 0.701601] Key type trusted registered\n[ 0.703127] Key type encrypted registered\n[ 0.703950] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.704962] ima: No TPM chip found, activating TPM-bypass!\n[ 0.705974] evm: HMAC attrs: 0x1\n[ 0.706901] Magic number: 2:378:834\n[ 0.707722] rtc_cmos 00:00: setting system clock to 2018-09-04 12:48:08 UTC (1536065288)\n[ 0.709298] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.710390] EDD information not available.\n[ 0.796810] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.798338] Write protecting the kernel read-only data: 14336k\n[ 0.810083] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.811877] 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.852484] 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.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... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\n"} 2018-09-04 12:48:53,211 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/0a5bfb18-64f2-4c1a-a08d-a4c5d9b814d2/action used request id req-a0234978-009e-4167-b8dc-c18514677def 2018-09-04 12:48:55,228 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/servers/0a5bfb18-64f2-4c1a-a08d-a4c5d9b814d2/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}453d91d074fe8477130eb0c7ad8d67e0fcfcbc2e" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-04 12:48:56,297 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12:48: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-0917ed0e-08ca-45e7-b8bd-eb5eb83fdf32 x-compute-request-id: req-0917ed0e-08ca-45e7-b8bd-eb5eb83fdf32 Content-Encoding: gzip Content-Length: 7685 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 521701914 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 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.135144] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.136846] pid_max: default: 32768 minimum: 301\n[ 0.137769] ACPI: Core revision 20150930\n[ 0.139180] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.140531] Security Framework initialized\n[ 0.141378] Yama: becoming mindful.\n[ 0.142128] AppArmor: AppArmor initialized\n[ 0.143019] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.144394] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.145715] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.146971] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.148401] Initializing cgroup subsys io\n[ 0.149236] Initializing cgroup subsys memory\n[ 0.150120] Initializing cgroup subsys devices\n[ 0.151020] Initializing cgroup subsys freezer\n[ 0.151915] Initializing cgroup subsys net_cls\n[ 0.152809] Initializing cgroup subsys perf_event\n[ 0.153717] Initializing cgroup subsys net_prio\n[ 0.154602] Initializing cgroup subsys hugetlb\n[ 0.155464] Initializing cgroup subsys pids\n[ 0.156334] CPU: Physical Processor ID: 0\n[ 0.157814] mce: CPU supports 10 MCE banks\n[ 0.158670] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.159665] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.170821] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.177282] ftrace: allocating 31920 entries in 125 pages\n[ 0.203979] smpboot: Max logical packages: 1\n[ 0.204823] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.206163] x2apic enabled\n[ 0.206977] Switched APIC routing to physical x2apic.\n[ 0.208722] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.209840] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.211825] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.213607] KVM setup paravirtual spinlock\n[ 0.214896] x86: Booted up 1 node, 1 CPUs\n[ 0.215693] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.217077] devtmpfs: initialized\n[ 0.218785] evm: security.selinux\n[ 0.219484] evm: security.SMACK64\n[ 0.220171] evm: security.SMACK64EXEC\n[ 0.220910] evm: security.SMACK64TRANSMUTE\n[ 0.221708] evm: security.SMACK64MMAP\n[ 0.222450] evm: security.ima\n[ 0.223087] evm: security.capability\n[ 0.223879] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.225717] pinctrl core: initialized pinctrl subsystem\n[ 0.226812] RTC time: 12:48:07, date: 09/04/18\n[ 0.227759] NET: Registered protocol family 16\n[ 0.228723] cpuidle: using governor ladder\n[ 0.229536] cpuidle: using governor menu\n[ 0.230318] PCCT header not found.\n[ 0.231071] ACPI: bus type PCI registered\n[ 0.231865] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.233101] PCI: Using configuration type 1 for base access\n[ 0.234840] ACPI: Added _OSI(Module Device)\n[ 0.235691] ACPI: Added _OSI(Processor Device)\n[ 0.236553] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.237463] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.239614] ACPI: Interpreter enabled\n[ 0.240404] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.242277] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.244132] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.245979] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.247810] ACPI: (supports S0 S5)\n[ 0.248520] ACPI: Using IOAPIC for interrupt routing\n[ 0.249597] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.252689] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.253831] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.255052] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.256232] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.258435] acpiphp: Slot [3] registered\n[ 0.259235] acpiphp: Slot [4] registered\n[ 0.260030] acpiphp: Slot [5] registered\n[ 0.260829] acpiphp: Slot [6] registered\n[ 0.261631] acpiphp: Slot [7] registered\n[ 0.262430] acpiphp: Slot [8] registered\n[ 0.263228] acpiphp: Slot [9] registered\n[ 0.264021] acpiphp: Slot [10] registered\n[ 0.264828] acpiphp: Slot [11] registered\n[ 0.265635] acpiphp: Slot [12] registered\n[ 0.266447] acpiphp: Slot [13] registered\n[ 0.267251] acpiphp: Slot [14] registered\n[ 0.268055] acpiphp: Slot [15] registered\n[ 0.278929] acpiphp: Slot [16] registered\n[ 0.279730] acpiphp: Slot [17] registered\n[ 0.280534] acpiphp: Slot [18] registered\n[ 0.281342] acpiphp: Slot [19] registered\n[ 0.282138] acpiphp: Slot [20] registered\n[ 0.282938] acpiphp: Slot [21] registered\n[ 0.283730] acpiphp: Slot [22] registered\n[ 0.284527] acpiphp: Slot [23] registered\n[ 0.285325] acpiphp: Slot [24] registered\n[ 0.286119] acpiphp: Slot [25] registered\n[ 0.286914] acpiphp: Slot [26] registered\n[ 0.287709] acpiphp: Slot [27] registered\n[ 0.288512] acpiphp: Slot [28] registered\n[ 0.289309] acpiphp: Slot [29] registered\n[ 0.290102] acpiphp: Slot [30] registered\n[ 0.290917] acpiphp: Slot [31] registered\n[ 0.291735] PCI host bridge to bus 0000:00\n[ 0.292540] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.293728] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.294922] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.296351] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.297775] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.304015] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.305278] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.306431] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.307675] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.314048] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.315456] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.362089] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.363544] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.364946] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.366381] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.367742] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.368975] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.370306] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.371356] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.372871] vgaarb: loaded\n[ 0.373462] vgaarb: bridge control possible 0000:00:02.0\n[ 0.374630] SCSI subsystem initialized\n[ 0.375463] ACPI: bus type USB registered\n[ 0.376270] usbcore: registered new interface driver usbfs\n[ 0.377285] usbcore: registered new interface driver hub\n[ 0.378274] usbcore: registered new device driver usb\n[ 0.379312] PCI: Using ACPI for IRQ routing\n[ 0.380317] NetLabel: Initializing\n[ 0.381018] NetLabel: domain hash size = 128\n[ 0.381846] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.382773] NetLabel: unlabeled traffic allowed by default\n[ 0.383852] clocksource: Switched to clocksource kvm-clock\n[ 0.389271] AppArmor: AppArmor Filesystem Enabled\n[ 0.390219] pnp: PnP ACPI init\n[ 0.391140] pnp: PnP ACPI: found 5 devices\n[ 0.397503] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.399177] NET: Registered protocol family 2\n[ 0.400138] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.401388] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.402532] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.403666] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.404720] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.405900] NET: Registered protocol family 1\n[ 0.406751] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.407824] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.408885] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.422891] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.437139] Trying to unpack rootfs image as initramfs...\n[ 0.487125] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.500992] Scanning for low memory corruption every 60 seconds\n[ 0.502329] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.503468] audit: initializing netlink subsys (disabled)\n[ 0.504484] audit: type=2000 audit(1536065288.655:1): initialized\n[ 0.505768] Initialise system trusted keyring\n[ 0.506699] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.507846] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.509790] zbud: loaded\n[ 0.510482] VFS: Disk quotas dquot_6.6.0\n[ 0.511282] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.512764] fuse init (API version 7.23)\n[ 0.513646] Key type big_key registered\n[ 0.514433] Allocating IMA MOK and blacklist keyrings.\n[ 0.515916] Key type asymmetric registered\n[ 0.539057] Asymmetric key parser 'x509' registered\n[ 0.540676] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.542146] io scheduler noop registered\n[ 0.542929] io scheduler deadline registered (default)\n[ 0.543912] io scheduler cfq registered\n[ 0.544747] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.545771] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.547020] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.548459] ACPI: Power Button [PWRF]\n[ 0.549304] GHES: HEST is not enabled!\n[ 0.563272] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.592370] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.594840] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.618836] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.620961] Linux agpgart interface v0.103\n[ 0.623015] brd: module loaded\n[ 0.624268] loop: module loaded\n[ 0.628692] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.630110] GPT:90111 != 2097151\n[ 0.630765] GPT:Alternate GPT header not at the end of the disk.\n[ 0.631838] GPT:90111 != 2097151\n[ 0.632510] GPT: Use GNU Parted to correct GPT errors.\n[ 0.633457] vda: vda1 vda15\n[ 0.634850] scsi host0: ata_piix\n[ 0.635578] scsi host1: ata_piix\n[ 0.636284] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.637474] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.638885] libphy: Fixed MDIO Bus: probed\n[ 0.639685] tun: Universal TUN/TAP device driver, 1.6\n[ 0.640620] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.642681] PPP generic driver version 2.4.2\n[ 0.643551] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.644769] ehci-pci: EHCI PCI platform driver\n[ 0.645634] ehci-platform: EHCI generic platform driver\n[ 0.646596] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.647696] ohci-pci: OHCI PCI platform driver\n[ 0.648553] ohci-platform: OHCI generic platform driver\n[ 0.649521] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.663861] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.664839] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.666267] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.667267] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.668365] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.669561] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.670950] usb usb1: Product: UHCI Host Controller\n[ 0.671863] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.672988] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.673955] hub 1-0:1.0: USB hub found\n[ 0.674718] hub 1-0:1.0: 2 ports detected\n[ 0.675602] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.677703] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.678638] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.679639] mousedev: PS/2 mouse device common for all mice\n[ 0.680876] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.682679] rtc_cmos 00:00: RTC can wake from S4\n[ 0.683744] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.684933] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.686099] i2c /dev entries driver\n[ 0.686840] device-mapper: uevent: version 1.0.3\n[ 0.687759] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.689361] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.690620] NET: Registered protocol family 10\n[ 0.691595] NET: Registered protocol family 17\n[ 0.692475] Key type dns_resolver registered\n[ 0.693394] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.694473] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.696200] registered taskstats version 1\n[ 0.697021] Loading compiled-in X.509 certificates\n[ 0.698442] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.700261] zswap: loaded using pool lzo/zbud\n[ 0.701601] Key type trusted registered\n[ 0.703127] Key type encrypted registered\n[ 0.703950] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.704962] ima: No TPM chip found, activating TPM-bypass!\n[ 0.705974] evm: HMAC attrs: 0x1\n[ 0.706901] Magic number: 2:378:834\n[ 0.707722] rtc_cmos 00:00: setting system clock to 2018-09-04 12:48:08 UTC (1536065288)\n[ 0.709298] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.710390] EDD information not available.\n[ 0.796810] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.798338] Write protecting the kernel read-only data: 14336k\n[ 0.810083] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.811877] 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.852484] 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.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... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\n"} 2018-09-04 12:48:56,298 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/0a5bfb18-64f2-4c1a-a08d-a4c5d9b814d2/action used request id req-0917ed0e-08ca-45e7-b8bd-eb5eb83fdf32 2018-09-04 12:48:58,314 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/servers/0a5bfb18-64f2-4c1a-a08d-a4c5d9b814d2/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}453d91d074fe8477130eb0c7ad8d67e0fcfcbc2e" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-04 12:48:59,386 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12:48: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-a46faa22-477d-4ee6-9c93-563720ec2214 x-compute-request-id: req-a46faa22-477d-4ee6-9c93-563720ec2214 Content-Encoding: gzip Content-Length: 7685 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 521701914 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 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.135144] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.136846] pid_max: default: 32768 minimum: 301\n[ 0.137769] ACPI: Core revision 20150930\n[ 0.139180] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.140531] Security Framework initialized\n[ 0.141378] Yama: becoming mindful.\n[ 0.142128] AppArmor: AppArmor initialized\n[ 0.143019] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.144394] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.145715] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.146971] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.148401] Initializing cgroup subsys io\n[ 0.149236] Initializing cgroup subsys memory\n[ 0.150120] Initializing cgroup subsys devices\n[ 0.151020] Initializing cgroup subsys freezer\n[ 0.151915] Initializing cgroup subsys net_cls\n[ 0.152809] Initializing cgroup subsys perf_event\n[ 0.153717] Initializing cgroup subsys net_prio\n[ 0.154602] Initializing cgroup subsys hugetlb\n[ 0.155464] Initializing cgroup subsys pids\n[ 0.156334] CPU: Physical Processor ID: 0\n[ 0.157814] mce: CPU supports 10 MCE banks\n[ 0.158670] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.159665] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.170821] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.177282] ftrace: allocating 31920 entries in 125 pages\n[ 0.203979] smpboot: Max logical packages: 1\n[ 0.204823] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.206163] x2apic enabled\n[ 0.206977] Switched APIC routing to physical x2apic.\n[ 0.208722] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.209840] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.211825] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.213607] KVM setup paravirtual spinlock\n[ 0.214896] x86: Booted up 1 node, 1 CPUs\n[ 0.215693] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.217077] devtmpfs: initialized\n[ 0.218785] evm: security.selinux\n[ 0.219484] evm: security.SMACK64\n[ 0.220171] evm: security.SMACK64EXEC\n[ 0.220910] evm: security.SMACK64TRANSMUTE\n[ 0.221708] evm: security.SMACK64MMAP\n[ 0.222450] evm: security.ima\n[ 0.223087] evm: security.capability\n[ 0.223879] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.225717] pinctrl core: initialized pinctrl subsystem\n[ 0.226812] RTC time: 12:48:07, date: 09/04/18\n[ 0.227759] NET: Registered protocol family 16\n[ 0.228723] cpuidle: using governor ladder\n[ 0.229536] cpuidle: using governor menu\n[ 0.230318] PCCT header not found.\n[ 0.231071] ACPI: bus type PCI registered\n[ 0.231865] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.233101] PCI: Using configuration type 1 for base access\n[ 0.234840] ACPI: Added _OSI(Module Device)\n[ 0.235691] ACPI: Added _OSI(Processor Device)\n[ 0.236553] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.237463] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.239614] ACPI: Interpreter enabled\n[ 0.240404] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.242277] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.244132] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.245979] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.247810] ACPI: (supports S0 S5)\n[ 0.248520] ACPI: Using IOAPIC for interrupt routing\n[ 0.249597] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.252689] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.253831] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.255052] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.256232] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.258435] acpiphp: Slot [3] registered\n[ 0.259235] acpiphp: Slot [4] registered\n[ 0.260030] acpiphp: Slot [5] registered\n[ 0.260829] acpiphp: Slot [6] registered\n[ 0.261631] acpiphp: Slot [7] registered\n[ 0.262430] acpiphp: Slot [8] registered\n[ 0.263228] acpiphp: Slot [9] registered\n[ 0.264021] acpiphp: Slot [10] registered\n[ 0.264828] acpiphp: Slot [11] registered\n[ 0.265635] acpiphp: Slot [12] registered\n[ 0.266447] acpiphp: Slot [13] registered\n[ 0.267251] acpiphp: Slot [14] registered\n[ 0.268055] acpiphp: Slot [15] registered\n[ 0.278929] acpiphp: Slot [16] registered\n[ 0.279730] acpiphp: Slot [17] registered\n[ 0.280534] acpiphp: Slot [18] registered\n[ 0.281342] acpiphp: Slot [19] registered\n[ 0.282138] acpiphp: Slot [20] registered\n[ 0.282938] acpiphp: Slot [21] registered\n[ 0.283730] acpiphp: Slot [22] registered\n[ 0.284527] acpiphp: Slot [23] registered\n[ 0.285325] acpiphp: Slot [24] registered\n[ 0.286119] acpiphp: Slot [25] registered\n[ 0.286914] acpiphp: Slot [26] registered\n[ 0.287709] acpiphp: Slot [27] registered\n[ 0.288512] acpiphp: Slot [28] registered\n[ 0.289309] acpiphp: Slot [29] registered\n[ 0.290102] acpiphp: Slot [30] registered\n[ 0.290917] acpiphp: Slot [31] registered\n[ 0.291735] PCI host bridge to bus 0000:00\n[ 0.292540] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.293728] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.294922] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.296351] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.297775] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.304015] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.305278] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.306431] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.307675] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.314048] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.315456] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.362089] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.363544] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.364946] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.366381] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.367742] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.368975] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.370306] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.371356] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.372871] vgaarb: loaded\n[ 0.373462] vgaarb: bridge control possible 0000:00:02.0\n[ 0.374630] SCSI subsystem initialized\n[ 0.375463] ACPI: bus type USB registered\n[ 0.376270] usbcore: registered new interface driver usbfs\n[ 0.377285] usbcore: registered new interface driver hub\n[ 0.378274] usbcore: registered new device driver usb\n[ 0.379312] PCI: Using ACPI for IRQ routing\n[ 0.380317] NetLabel: Initializing\n[ 0.381018] NetLabel: domain hash size = 128\n[ 0.381846] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.382773] NetLabel: unlabeled traffic allowed by default\n[ 0.383852] clocksource: Switched to clocksource kvm-clock\n[ 0.389271] AppArmor: AppArmor Filesystem Enabled\n[ 0.390219] pnp: PnP ACPI init\n[ 0.391140] pnp: PnP ACPI: found 5 devices\n[ 0.397503] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.399177] NET: Registered protocol family 2\n[ 0.400138] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.401388] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.402532] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.403666] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.404720] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.405900] NET: Registered protocol family 1\n[ 0.406751] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.407824] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.408885] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.422891] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.437139] Trying to unpack rootfs image as initramfs...\n[ 0.487125] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.500992] Scanning for low memory corruption every 60 seconds\n[ 0.502329] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.503468] audit: initializing netlink subsys (disabled)\n[ 0.504484] audit: type=2000 audit(1536065288.655:1): initialized\n[ 0.505768] Initialise system trusted keyring\n[ 0.506699] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.507846] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.509790] zbud: loaded\n[ 0.510482] VFS: Disk quotas dquot_6.6.0\n[ 0.511282] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.512764] fuse init (API version 7.23)\n[ 0.513646] Key type big_key registered\n[ 0.514433] Allocating IMA MOK and blacklist keyrings.\n[ 0.515916] Key type asymmetric registered\n[ 0.539057] Asymmetric key parser 'x509' registered\n[ 0.540676] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.542146] io scheduler noop registered\n[ 0.542929] io scheduler deadline registered (default)\n[ 0.543912] io scheduler cfq registered\n[ 0.544747] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.545771] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.547020] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.548459] ACPI: Power Button [PWRF]\n[ 0.549304] GHES: HEST is not enabled!\n[ 0.563272] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.592370] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.594840] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.618836] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.620961] Linux agpgart interface v0.103\n[ 0.623015] brd: module loaded\n[ 0.624268] loop: module loaded\n[ 0.628692] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.630110] GPT:90111 != 2097151\n[ 0.630765] GPT:Alternate GPT header not at the end of the disk.\n[ 0.631838] GPT:90111 != 2097151\n[ 0.632510] GPT: Use GNU Parted to correct GPT errors.\n[ 0.633457] vda: vda1 vda15\n[ 0.634850] scsi host0: ata_piix\n[ 0.635578] scsi host1: ata_piix\n[ 0.636284] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.637474] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.638885] libphy: Fixed MDIO Bus: probed\n[ 0.639685] tun: Universal TUN/TAP device driver, 1.6\n[ 0.640620] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.642681] PPP generic driver version 2.4.2\n[ 0.643551] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.644769] ehci-pci: EHCI PCI platform driver\n[ 0.645634] ehci-platform: EHCI generic platform driver\n[ 0.646596] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.647696] ohci-pci: OHCI PCI platform driver\n[ 0.648553] ohci-platform: OHCI generic platform driver\n[ 0.649521] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.663861] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.664839] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.666267] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.667267] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.668365] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.669561] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.670950] usb usb1: Product: UHCI Host Controller\n[ 0.671863] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.672988] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.673955] hub 1-0:1.0: USB hub found\n[ 0.674718] hub 1-0:1.0: 2 ports detected\n[ 0.675602] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.677703] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.678638] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.679639] mousedev: PS/2 mouse device common for all mice\n[ 0.680876] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.682679] rtc_cmos 00:00: RTC can wake from S4\n[ 0.683744] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.684933] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.686099] i2c /dev entries driver\n[ 0.686840] device-mapper: uevent: version 1.0.3\n[ 0.687759] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.689361] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.690620] NET: Registered protocol family 10\n[ 0.691595] NET: Registered protocol family 17\n[ 0.692475] Key type dns_resolver registered\n[ 0.693394] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.694473] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.696200] registered taskstats version 1\n[ 0.697021] Loading compiled-in X.509 certificates\n[ 0.698442] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.700261] zswap: loaded using pool lzo/zbud\n[ 0.701601] Key type trusted registered\n[ 0.703127] Key type encrypted registered\n[ 0.703950] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.704962] ima: No TPM chip found, activating TPM-bypass!\n[ 0.705974] evm: HMAC attrs: 0x1\n[ 0.706901] Magic number: 2:378:834\n[ 0.707722] rtc_cmos 00:00: setting system clock to 2018-09-04 12:48:08 UTC (1536065288)\n[ 0.709298] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.710390] EDD information not available.\n[ 0.796810] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.798338] Write protecting the kernel read-only data: 14336k\n[ 0.810083] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.811877] 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.852484] 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.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... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\n"} 2018-09-04 12:48:59,387 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/0a5bfb18-64f2-4c1a-a08d-a4c5d9b814d2/action used request id req-a46faa22-477d-4ee6-9c93-563720ec2214 2018-09-04 12:49:01,403 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/servers/0a5bfb18-64f2-4c1a-a08d-a4c5d9b814d2/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}453d91d074fe8477130eb0c7ad8d67e0fcfcbc2e" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-04 12:49:02,493 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12:49: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-493d9820-d278-467c-abff-86d22c3428af x-compute-request-id: req-493d9820-d278-467c-abff-86d22c3428af Content-Encoding: gzip Content-Length: 7685 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 521701914 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 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.135144] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.136846] pid_max: default: 32768 minimum: 301\n[ 0.137769] ACPI: Core revision 20150930\n[ 0.139180] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.140531] Security Framework initialized\n[ 0.141378] Yama: becoming mindful.\n[ 0.142128] AppArmor: AppArmor initialized\n[ 0.143019] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.144394] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.145715] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.146971] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.148401] Initializing cgroup subsys io\n[ 0.149236] Initializing cgroup subsys memory\n[ 0.150120] Initializing cgroup subsys devices\n[ 0.151020] Initializing cgroup subsys freezer\n[ 0.151915] Initializing cgroup subsys net_cls\n[ 0.152809] Initializing cgroup subsys perf_event\n[ 0.153717] Initializing cgroup subsys net_prio\n[ 0.154602] Initializing cgroup subsys hugetlb\n[ 0.155464] Initializing cgroup subsys pids\n[ 0.156334] CPU: Physical Processor ID: 0\n[ 0.157814] mce: CPU supports 10 MCE banks\n[ 0.158670] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.159665] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.170821] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.177282] ftrace: allocating 31920 entries in 125 pages\n[ 0.203979] smpboot: Max logical packages: 1\n[ 0.204823] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.206163] x2apic enabled\n[ 0.206977] Switched APIC routing to physical x2apic.\n[ 0.208722] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.209840] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.211825] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.213607] KVM setup paravirtual spinlock\n[ 0.214896] x86: Booted up 1 node, 1 CPUs\n[ 0.215693] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.217077] devtmpfs: initialized\n[ 0.218785] evm: security.selinux\n[ 0.219484] evm: security.SMACK64\n[ 0.220171] evm: security.SMACK64EXEC\n[ 0.220910] evm: security.SMACK64TRANSMUTE\n[ 0.221708] evm: security.SMACK64MMAP\n[ 0.222450] evm: security.ima\n[ 0.223087] evm: security.capability\n[ 0.223879] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.225717] pinctrl core: initialized pinctrl subsystem\n[ 0.226812] RTC time: 12:48:07, date: 09/04/18\n[ 0.227759] NET: Registered protocol family 16\n[ 0.228723] cpuidle: using governor ladder\n[ 0.229536] cpuidle: using governor menu\n[ 0.230318] PCCT header not found.\n[ 0.231071] ACPI: bus type PCI registered\n[ 0.231865] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.233101] PCI: Using configuration type 1 for base access\n[ 0.234840] ACPI: Added _OSI(Module Device)\n[ 0.235691] ACPI: Added _OSI(Processor Device)\n[ 0.236553] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.237463] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.239614] ACPI: Interpreter enabled\n[ 0.240404] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.242277] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.244132] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.245979] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.247810] ACPI: (supports S0 S5)\n[ 0.248520] ACPI: Using IOAPIC for interrupt routing\n[ 0.249597] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.252689] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.253831] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.255052] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.256232] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.258435] acpiphp: Slot [3] registered\n[ 0.259235] acpiphp: Slot [4] registered\n[ 0.260030] acpiphp: Slot [5] registered\n[ 0.260829] acpiphp: Slot [6] registered\n[ 0.261631] acpiphp: Slot [7] registered\n[ 0.262430] acpiphp: Slot [8] registered\n[ 0.263228] acpiphp: Slot [9] registered\n[ 0.264021] acpiphp: Slot [10] registered\n[ 0.264828] acpiphp: Slot [11] registered\n[ 0.265635] acpiphp: Slot [12] registered\n[ 0.266447] acpiphp: Slot [13] registered\n[ 0.267251] acpiphp: Slot [14] registered\n[ 0.268055] acpiphp: Slot [15] registered\n[ 0.278929] acpiphp: Slot [16] registered\n[ 0.279730] acpiphp: Slot [17] registered\n[ 0.280534] acpiphp: Slot [18] registered\n[ 0.281342] acpiphp: Slot [19] registered\n[ 0.282138] acpiphp: Slot [20] registered\n[ 0.282938] acpiphp: Slot [21] registered\n[ 0.283730] acpiphp: Slot [22] registered\n[ 0.284527] acpiphp: Slot [23] registered\n[ 0.285325] acpiphp: Slot [24] registered\n[ 0.286119] acpiphp: Slot [25] registered\n[ 0.286914] acpiphp: Slot [26] registered\n[ 0.287709] acpiphp: Slot [27] registered\n[ 0.288512] acpiphp: Slot [28] registered\n[ 0.289309] acpiphp: Slot [29] registered\n[ 0.290102] acpiphp: Slot [30] registered\n[ 0.290917] acpiphp: Slot [31] registered\n[ 0.291735] PCI host bridge to bus 0000:00\n[ 0.292540] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.293728] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.294922] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.296351] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.297775] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.304015] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.305278] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.306431] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.307675] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.314048] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.315456] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.362089] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.363544] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.364946] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.366381] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.367742] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.368975] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.370306] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.371356] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.372871] vgaarb: loaded\n[ 0.373462] vgaarb: bridge control possible 0000:00:02.0\n[ 0.374630] SCSI subsystem initialized\n[ 0.375463] ACPI: bus type USB registered\n[ 0.376270] usbcore: registered new interface driver usbfs\n[ 0.377285] usbcore: registered new interface driver hub\n[ 0.378274] usbcore: registered new device driver usb\n[ 0.379312] PCI: Using ACPI for IRQ routing\n[ 0.380317] NetLabel: Initializing\n[ 0.381018] NetLabel: domain hash size = 128\n[ 0.381846] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.382773] NetLabel: unlabeled traffic allowed by default\n[ 0.383852] clocksource: Switched to clocksource kvm-clock\n[ 0.389271] AppArmor: AppArmor Filesystem Enabled\n[ 0.390219] pnp: PnP ACPI init\n[ 0.391140] pnp: PnP ACPI: found 5 devices\n[ 0.397503] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.399177] NET: Registered protocol family 2\n[ 0.400138] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.401388] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.402532] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.403666] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.404720] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.405900] NET: Registered protocol family 1\n[ 0.406751] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.407824] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.408885] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.422891] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.437139] Trying to unpack rootfs image as initramfs...\n[ 0.487125] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.500992] Scanning for low memory corruption every 60 seconds\n[ 0.502329] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.503468] audit: initializing netlink subsys (disabled)\n[ 0.504484] audit: type=2000 audit(1536065288.655:1): initialized\n[ 0.505768] Initialise system trusted keyring\n[ 0.506699] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.507846] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.509790] zbud: loaded\n[ 0.510482] VFS: Disk quotas dquot_6.6.0\n[ 0.511282] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.512764] fuse init (API version 7.23)\n[ 0.513646] Key type big_key registered\n[ 0.514433] Allocating IMA MOK and blacklist keyrings.\n[ 0.515916] Key type asymmetric registered\n[ 0.539057] Asymmetric key parser 'x509' registered\n[ 0.540676] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.542146] io scheduler noop registered\n[ 0.542929] io scheduler deadline registered (default)\n[ 0.543912] io scheduler cfq registered\n[ 0.544747] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.545771] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.547020] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.548459] ACPI: Power Button [PWRF]\n[ 0.549304] GHES: HEST is not enabled!\n[ 0.563272] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.592370] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.594840] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.618836] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.620961] Linux agpgart interface v0.103\n[ 0.623015] brd: module loaded\n[ 0.624268] loop: module loaded\n[ 0.628692] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.630110] GPT:90111 != 2097151\n[ 0.630765] GPT:Alternate GPT header not at the end of the disk.\n[ 0.631838] GPT:90111 != 2097151\n[ 0.632510] GPT: Use GNU Parted to correct GPT errors.\n[ 0.633457] vda: vda1 vda15\n[ 0.634850] scsi host0: ata_piix\n[ 0.635578] scsi host1: ata_piix\n[ 0.636284] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.637474] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.638885] libphy: Fixed MDIO Bus: probed\n[ 0.639685] tun: Universal TUN/TAP device driver, 1.6\n[ 0.640620] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.642681] PPP generic driver version 2.4.2\n[ 0.643551] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.644769] ehci-pci: EHCI PCI platform driver\n[ 0.645634] ehci-platform: EHCI generic platform driver\n[ 0.646596] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.647696] ohci-pci: OHCI PCI platform driver\n[ 0.648553] ohci-platform: OHCI generic platform driver\n[ 0.649521] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.663861] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.664839] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.666267] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.667267] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.668365] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.669561] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.670950] usb usb1: Product: UHCI Host Controller\n[ 0.671863] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.672988] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.673955] hub 1-0:1.0: USB hub found\n[ 0.674718] hub 1-0:1.0: 2 ports detected\n[ 0.675602] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.677703] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.678638] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.679639] mousedev: PS/2 mouse device common for all mice\n[ 0.680876] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.682679] rtc_cmos 00:00: RTC can wake from S4\n[ 0.683744] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.684933] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.686099] i2c /dev entries driver\n[ 0.686840] device-mapper: uevent: version 1.0.3\n[ 0.687759] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.689361] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.690620] NET: Registered protocol family 10\n[ 0.691595] NET: Registered protocol family 17\n[ 0.692475] Key type dns_resolver registered\n[ 0.693394] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.694473] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.696200] registered taskstats version 1\n[ 0.697021] Loading compiled-in X.509 certificates\n[ 0.698442] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.700261] zswap: loaded using pool lzo/zbud\n[ 0.701601] Key type trusted registered\n[ 0.703127] Key type encrypted registered\n[ 0.703950] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.704962] ima: No TPM chip found, activating TPM-bypass!\n[ 0.705974] evm: HMAC attrs: 0x1\n[ 0.706901] Magic number: 2:378:834\n[ 0.707722] rtc_cmos 00:00: setting system clock to 2018-09-04 12:48:08 UTC (1536065288)\n[ 0.709298] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.710390] EDD information not available.\n[ 0.796810] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.798338] Write protecting the kernel read-only data: 14336k\n[ 0.810083] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.811877] 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.852484] 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.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... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\n"} 2018-09-04 12:49:02,494 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/0a5bfb18-64f2-4c1a-a08d-a4c5d9b814d2/action used request id req-493d9820-d278-467c-abff-86d22c3428af 2018-09-04 12:49:04,509 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/servers/0a5bfb18-64f2-4c1a-a08d-a4c5d9b814d2/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}453d91d074fe8477130eb0c7ad8d67e0fcfcbc2e" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-04 12:49:05,581 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12:49: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-8a9ceef5-2d72-4d7f-9b12-793d55460e17 x-compute-request-id: req-8a9ceef5-2d72-4d7f-9b12-793d55460e17 Content-Encoding: gzip Content-Length: 7685 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 521701914 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 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.135144] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.136846] pid_max: default: 32768 minimum: 301\n[ 0.137769] ACPI: Core revision 20150930\n[ 0.139180] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.140531] Security Framework initialized\n[ 0.141378] Yama: becoming mindful.\n[ 0.142128] AppArmor: AppArmor initialized\n[ 0.143019] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.144394] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.145715] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.146971] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.148401] Initializing cgroup subsys io\n[ 0.149236] Initializing cgroup subsys memory\n[ 0.150120] Initializing cgroup subsys devices\n[ 0.151020] Initializing cgroup subsys freezer\n[ 0.151915] Initializing cgroup subsys net_cls\n[ 0.152809] Initializing cgroup subsys perf_event\n[ 0.153717] Initializing cgroup subsys net_prio\n[ 0.154602] Initializing cgroup subsys hugetlb\n[ 0.155464] Initializing cgroup subsys pids\n[ 0.156334] CPU: Physical Processor ID: 0\n[ 0.157814] mce: CPU supports 10 MCE banks\n[ 0.158670] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.159665] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.170821] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.177282] ftrace: allocating 31920 entries in 125 pages\n[ 0.203979] smpboot: Max logical packages: 1\n[ 0.204823] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.206163] x2apic enabled\n[ 0.206977] Switched APIC routing to physical x2apic.\n[ 0.208722] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.209840] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.211825] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.213607] KVM setup paravirtual spinlock\n[ 0.214896] x86: Booted up 1 node, 1 CPUs\n[ 0.215693] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.217077] devtmpfs: initialized\n[ 0.218785] evm: security.selinux\n[ 0.219484] evm: security.SMACK64\n[ 0.220171] evm: security.SMACK64EXEC\n[ 0.220910] evm: security.SMACK64TRANSMUTE\n[ 0.221708] evm: security.SMACK64MMAP\n[ 0.222450] evm: security.ima\n[ 0.223087] evm: security.capability\n[ 0.223879] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.225717] pinctrl core: initialized pinctrl subsystem\n[ 0.226812] RTC time: 12:48:07, date: 09/04/18\n[ 0.227759] NET: Registered protocol family 16\n[ 0.228723] cpuidle: using governor ladder\n[ 0.229536] cpuidle: using governor menu\n[ 0.230318] PCCT header not found.\n[ 0.231071] ACPI: bus type PCI registered\n[ 0.231865] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.233101] PCI: Using configuration type 1 for base access\n[ 0.234840] ACPI: Added _OSI(Module Device)\n[ 0.235691] ACPI: Added _OSI(Processor Device)\n[ 0.236553] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.237463] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.239614] ACPI: Interpreter enabled\n[ 0.240404] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.242277] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.244132] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.245979] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.247810] ACPI: (supports S0 S5)\n[ 0.248520] ACPI: Using IOAPIC for interrupt routing\n[ 0.249597] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.252689] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.253831] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.255052] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.256232] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.258435] acpiphp: Slot [3] registered\n[ 0.259235] acpiphp: Slot [4] registered\n[ 0.260030] acpiphp: Slot [5] registered\n[ 0.260829] acpiphp: Slot [6] registered\n[ 0.261631] acpiphp: Slot [7] registered\n[ 0.262430] acpiphp: Slot [8] registered\n[ 0.263228] acpiphp: Slot [9] registered\n[ 0.264021] acpiphp: Slot [10] registered\n[ 0.264828] acpiphp: Slot [11] registered\n[ 0.265635] acpiphp: Slot [12] registered\n[ 0.266447] acpiphp: Slot [13] registered\n[ 0.267251] acpiphp: Slot [14] registered\n[ 0.268055] acpiphp: Slot [15] registered\n[ 0.278929] acpiphp: Slot [16] registered\n[ 0.279730] acpiphp: Slot [17] registered\n[ 0.280534] acpiphp: Slot [18] registered\n[ 0.281342] acpiphp: Slot [19] registered\n[ 0.282138] acpiphp: Slot [20] registered\n[ 0.282938] acpiphp: Slot [21] registered\n[ 0.283730] acpiphp: Slot [22] registered\n[ 0.284527] acpiphp: Slot [23] registered\n[ 0.285325] acpiphp: Slot [24] registered\n[ 0.286119] acpiphp: Slot [25] registered\n[ 0.286914] acpiphp: Slot [26] registered\n[ 0.287709] acpiphp: Slot [27] registered\n[ 0.288512] acpiphp: Slot [28] registered\n[ 0.289309] acpiphp: Slot [29] registered\n[ 0.290102] acpiphp: Slot [30] registered\n[ 0.290917] acpiphp: Slot [31] registered\n[ 0.291735] PCI host bridge to bus 0000:00\n[ 0.292540] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.293728] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.294922] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.296351] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.297775] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.304015] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.305278] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.306431] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.307675] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.314048] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.315456] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.362089] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.363544] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.364946] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.366381] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.367742] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.368975] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.370306] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.371356] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.372871] vgaarb: loaded\n[ 0.373462] vgaarb: bridge control possible 0000:00:02.0\n[ 0.374630] SCSI subsystem initialized\n[ 0.375463] ACPI: bus type USB registered\n[ 0.376270] usbcore: registered new interface driver usbfs\n[ 0.377285] usbcore: registered new interface driver hub\n[ 0.378274] usbcore: registered new device driver usb\n[ 0.379312] PCI: Using ACPI for IRQ routing\n[ 0.380317] NetLabel: Initializing\n[ 0.381018] NetLabel: domain hash size = 128\n[ 0.381846] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.382773] NetLabel: unlabeled traffic allowed by default\n[ 0.383852] clocksource: Switched to clocksource kvm-clock\n[ 0.389271] AppArmor: AppArmor Filesystem Enabled\n[ 0.390219] pnp: PnP ACPI init\n[ 0.391140] pnp: PnP ACPI: found 5 devices\n[ 0.397503] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.399177] NET: Registered protocol family 2\n[ 0.400138] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.401388] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.402532] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.403666] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.404720] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.405900] NET: Registered protocol family 1\n[ 0.406751] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.407824] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.408885] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.422891] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.437139] Trying to unpack rootfs image as initramfs...\n[ 0.487125] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.500992] Scanning for low memory corruption every 60 seconds\n[ 0.502329] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.503468] audit: initializing netlink subsys (disabled)\n[ 0.504484] audit: type=2000 audit(1536065288.655:1): initialized\n[ 0.505768] Initialise system trusted keyring\n[ 0.506699] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.507846] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.509790] zbud: loaded\n[ 0.510482] VFS: Disk quotas dquot_6.6.0\n[ 0.511282] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.512764] fuse init (API version 7.23)\n[ 0.513646] Key type big_key registered\n[ 0.514433] Allocating IMA MOK and blacklist keyrings.\n[ 0.515916] Key type asymmetric registered\n[ 0.539057] Asymmetric key parser 'x509' registered\n[ 0.540676] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.542146] io scheduler noop registered\n[ 0.542929] io scheduler deadline registered (default)\n[ 0.543912] io scheduler cfq registered\n[ 0.544747] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.545771] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.547020] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.548459] ACPI: Power Button [PWRF]\n[ 0.549304] GHES: HEST is not enabled!\n[ 0.563272] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.592370] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.594840] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.618836] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.620961] Linux agpgart interface v0.103\n[ 0.623015] brd: module loaded\n[ 0.624268] loop: module loaded\n[ 0.628692] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.630110] GPT:90111 != 2097151\n[ 0.630765] GPT:Alternate GPT header not at the end of the disk.\n[ 0.631838] GPT:90111 != 2097151\n[ 0.632510] GPT: Use GNU Parted to correct GPT errors.\n[ 0.633457] vda: vda1 vda15\n[ 0.634850] scsi host0: ata_piix\n[ 0.635578] scsi host1: ata_piix\n[ 0.636284] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.637474] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.638885] libphy: Fixed MDIO Bus: probed\n[ 0.639685] tun: Universal TUN/TAP device driver, 1.6\n[ 0.640620] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.642681] PPP generic driver version 2.4.2\n[ 0.643551] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.644769] ehci-pci: EHCI PCI platform driver\n[ 0.645634] ehci-platform: EHCI generic platform driver\n[ 0.646596] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.647696] ohci-pci: OHCI PCI platform driver\n[ 0.648553] ohci-platform: OHCI generic platform driver\n[ 0.649521] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.663861] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.664839] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.666267] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.667267] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.668365] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.669561] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.670950] usb usb1: Product: UHCI Host Controller\n[ 0.671863] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.672988] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.673955] hub 1-0:1.0: USB hub found\n[ 0.674718] hub 1-0:1.0: 2 ports detected\n[ 0.675602] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.677703] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.678638] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.679639] mousedev: PS/2 mouse device common for all mice\n[ 0.680876] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.682679] rtc_cmos 00:00: RTC can wake from S4\n[ 0.683744] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.684933] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.686099] i2c /dev entries driver\n[ 0.686840] device-mapper: uevent: version 1.0.3\n[ 0.687759] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.689361] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.690620] NET: Registered protocol family 10\n[ 0.691595] NET: Registered protocol family 17\n[ 0.692475] Key type dns_resolver registered\n[ 0.693394] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.694473] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.696200] registered taskstats version 1\n[ 0.697021] Loading compiled-in X.509 certificates\n[ 0.698442] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.700261] zswap: loaded using pool lzo/zbud\n[ 0.701601] Key type trusted registered\n[ 0.703127] Key type encrypted registered\n[ 0.703950] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.704962] ima: No TPM chip found, activating TPM-bypass!\n[ 0.705974] evm: HMAC attrs: 0x1\n[ 0.706901] Magic number: 2:378:834\n[ 0.707722] rtc_cmos 00:00: setting system clock to 2018-09-04 12:48:08 UTC (1536065288)\n[ 0.709298] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.710390] EDD information not available.\n[ 0.796810] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.798338] Write protecting the kernel read-only data: 14336k\n[ 0.810083] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.811877] 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.852484] 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.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... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\n"} 2018-09-04 12:49:05,582 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/0a5bfb18-64f2-4c1a-a08d-a4c5d9b814d2/action used request id req-8a9ceef5-2d72-4d7f-9b12-793d55460e17 2018-09-04 12:49:07,598 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/servers/0a5bfb18-64f2-4c1a-a08d-a4c5d9b814d2/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}453d91d074fe8477130eb0c7ad8d67e0fcfcbc2e" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-04 12:49:08,668 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12:49: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-3722dc16-af9c-4911-9863-1afc844b217b x-compute-request-id: req-3722dc16-af9c-4911-9863-1afc844b217b Content-Encoding: gzip Content-Length: 7685 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 521701914 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 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.135144] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.136846] pid_max: default: 32768 minimum: 301\n[ 0.137769] ACPI: Core revision 20150930\n[ 0.139180] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.140531] Security Framework initialized\n[ 0.141378] Yama: becoming mindful.\n[ 0.142128] AppArmor: AppArmor initialized\n[ 0.143019] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.144394] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.145715] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.146971] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.148401] Initializing cgroup subsys io\n[ 0.149236] Initializing cgroup subsys memory\n[ 0.150120] Initializing cgroup subsys devices\n[ 0.151020] Initializing cgroup subsys freezer\n[ 0.151915] Initializing cgroup subsys net_cls\n[ 0.152809] Initializing cgroup subsys perf_event\n[ 0.153717] Initializing cgroup subsys net_prio\n[ 0.154602] Initializing cgroup subsys hugetlb\n[ 0.155464] Initializing cgroup subsys pids\n[ 0.156334] CPU: Physical Processor ID: 0\n[ 0.157814] mce: CPU supports 10 MCE banks\n[ 0.158670] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.159665] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.170821] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.177282] ftrace: allocating 31920 entries in 125 pages\n[ 0.203979] smpboot: Max logical packages: 1\n[ 0.204823] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.206163] x2apic enabled\n[ 0.206977] Switched APIC routing to physical x2apic.\n[ 0.208722] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.209840] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.211825] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.213607] KVM setup paravirtual spinlock\n[ 0.214896] x86: Booted up 1 node, 1 CPUs\n[ 0.215693] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.217077] devtmpfs: initialized\n[ 0.218785] evm: security.selinux\n[ 0.219484] evm: security.SMACK64\n[ 0.220171] evm: security.SMACK64EXEC\n[ 0.220910] evm: security.SMACK64TRANSMUTE\n[ 0.221708] evm: security.SMACK64MMAP\n[ 0.222450] evm: security.ima\n[ 0.223087] evm: security.capability\n[ 0.223879] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.225717] pinctrl core: initialized pinctrl subsystem\n[ 0.226812] RTC time: 12:48:07, date: 09/04/18\n[ 0.227759] NET: Registered protocol family 16\n[ 0.228723] cpuidle: using governor ladder\n[ 0.229536] cpuidle: using governor menu\n[ 0.230318] PCCT header not found.\n[ 0.231071] ACPI: bus type PCI registered\n[ 0.231865] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.233101] PCI: Using configuration type 1 for base access\n[ 0.234840] ACPI: Added _OSI(Module Device)\n[ 0.235691] ACPI: Added _OSI(Processor Device)\n[ 0.236553] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.237463] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.239614] ACPI: Interpreter enabled\n[ 0.240404] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.242277] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.244132] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.245979] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.247810] ACPI: (supports S0 S5)\n[ 0.248520] ACPI: Using IOAPIC for interrupt routing\n[ 0.249597] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.252689] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.253831] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.255052] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.256232] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.258435] acpiphp: Slot [3] registered\n[ 0.259235] acpiphp: Slot [4] registered\n[ 0.260030] acpiphp: Slot [5] registered\n[ 0.260829] acpiphp: Slot [6] registered\n[ 0.261631] acpiphp: Slot [7] registered\n[ 0.262430] acpiphp: Slot [8] registered\n[ 0.263228] acpiphp: Slot [9] registered\n[ 0.264021] acpiphp: Slot [10] registered\n[ 0.264828] acpiphp: Slot [11] registered\n[ 0.265635] acpiphp: Slot [12] registered\n[ 0.266447] acpiphp: Slot [13] registered\n[ 0.267251] acpiphp: Slot [14] registered\n[ 0.268055] acpiphp: Slot [15] registered\n[ 0.278929] acpiphp: Slot [16] registered\n[ 0.279730] acpiphp: Slot [17] registered\n[ 0.280534] acpiphp: Slot [18] registered\n[ 0.281342] acpiphp: Slot [19] registered\n[ 0.282138] acpiphp: Slot [20] registered\n[ 0.282938] acpiphp: Slot [21] registered\n[ 0.283730] acpiphp: Slot [22] registered\n[ 0.284527] acpiphp: Slot [23] registered\n[ 0.285325] acpiphp: Slot [24] registered\n[ 0.286119] acpiphp: Slot [25] registered\n[ 0.286914] acpiphp: Slot [26] registered\n[ 0.287709] acpiphp: Slot [27] registered\n[ 0.288512] acpiphp: Slot [28] registered\n[ 0.289309] acpiphp: Slot [29] registered\n[ 0.290102] acpiphp: Slot [30] registered\n[ 0.290917] acpiphp: Slot [31] registered\n[ 0.291735] PCI host bridge to bus 0000:00\n[ 0.292540] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.293728] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.294922] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.296351] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.297775] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.304015] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.305278] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.306431] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.307675] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.314048] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.315456] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.362089] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.363544] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.364946] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.366381] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.367742] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.368975] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.370306] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.371356] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.372871] vgaarb: loaded\n[ 0.373462] vgaarb: bridge control possible 0000:00:02.0\n[ 0.374630] SCSI subsystem initialized\n[ 0.375463] ACPI: bus type USB registered\n[ 0.376270] usbcore: registered new interface driver usbfs\n[ 0.377285] usbcore: registered new interface driver hub\n[ 0.378274] usbcore: registered new device driver usb\n[ 0.379312] PCI: Using ACPI for IRQ routing\n[ 0.380317] NetLabel: Initializing\n[ 0.381018] NetLabel: domain hash size = 128\n[ 0.381846] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.382773] NetLabel: unlabeled traffic allowed by default\n[ 0.383852] clocksource: Switched to clocksource kvm-clock\n[ 0.389271] AppArmor: AppArmor Filesystem Enabled\n[ 0.390219] pnp: PnP ACPI init\n[ 0.391140] pnp: PnP ACPI: found 5 devices\n[ 0.397503] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.399177] NET: Registered protocol family 2\n[ 0.400138] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.401388] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.402532] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.403666] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.404720] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.405900] NET: Registered protocol family 1\n[ 0.406751] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.407824] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.408885] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.422891] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.437139] Trying to unpack rootfs image as initramfs...\n[ 0.487125] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.500992] Scanning for low memory corruption every 60 seconds\n[ 0.502329] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.503468] audit: initializing netlink subsys (disabled)\n[ 0.504484] audit: type=2000 audit(1536065288.655:1): initialized\n[ 0.505768] Initialise system trusted keyring\n[ 0.506699] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.507846] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.509790] zbud: loaded\n[ 0.510482] VFS: Disk quotas dquot_6.6.0\n[ 0.511282] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.512764] fuse init (API version 7.23)\n[ 0.513646] Key type big_key registered\n[ 0.514433] Allocating IMA MOK and blacklist keyrings.\n[ 0.515916] Key type asymmetric registered\n[ 0.539057] Asymmetric key parser 'x509' registered\n[ 0.540676] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.542146] io scheduler noop registered\n[ 0.542929] io scheduler deadline registered (default)\n[ 0.543912] io scheduler cfq registered\n[ 0.544747] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.545771] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.547020] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.548459] ACPI: Power Button [PWRF]\n[ 0.549304] GHES: HEST is not enabled!\n[ 0.563272] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.592370] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.594840] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.618836] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.620961] Linux agpgart interface v0.103\n[ 0.623015] brd: module loaded\n[ 0.624268] loop: module loaded\n[ 0.628692] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.630110] GPT:90111 != 2097151\n[ 0.630765] GPT:Alternate GPT header not at the end of the disk.\n[ 0.631838] GPT:90111 != 2097151\n[ 0.632510] GPT: Use GNU Parted to correct GPT errors.\n[ 0.633457] vda: vda1 vda15\n[ 0.634850] scsi host0: ata_piix\n[ 0.635578] scsi host1: ata_piix\n[ 0.636284] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.637474] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.638885] libphy: Fixed MDIO Bus: probed\n[ 0.639685] tun: Universal TUN/TAP device driver, 1.6\n[ 0.640620] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.642681] PPP generic driver version 2.4.2\n[ 0.643551] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.644769] ehci-pci: EHCI PCI platform driver\n[ 0.645634] ehci-platform: EHCI generic platform driver\n[ 0.646596] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.647696] ohci-pci: OHCI PCI platform driver\n[ 0.648553] ohci-platform: OHCI generic platform driver\n[ 0.649521] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.663861] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.664839] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.666267] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.667267] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.668365] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.669561] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.670950] usb usb1: Product: UHCI Host Controller\n[ 0.671863] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.672988] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.673955] hub 1-0:1.0: USB hub found\n[ 0.674718] hub 1-0:1.0: 2 ports detected\n[ 0.675602] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.677703] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.678638] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.679639] mousedev: PS/2 mouse device common for all mice\n[ 0.680876] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.682679] rtc_cmos 00:00: RTC can wake from S4\n[ 0.683744] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.684933] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.686099] i2c /dev entries driver\n[ 0.686840] device-mapper: uevent: version 1.0.3\n[ 0.687759] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.689361] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.690620] NET: Registered protocol family 10\n[ 0.691595] NET: Registered protocol family 17\n[ 0.692475] Key type dns_resolver registered\n[ 0.693394] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.694473] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.696200] registered taskstats version 1\n[ 0.697021] Loading compiled-in X.509 certificates\n[ 0.698442] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.700261] zswap: loaded using pool lzo/zbud\n[ 0.701601] Key type trusted registered\n[ 0.703127] Key type encrypted registered\n[ 0.703950] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.704962] ima: No TPM chip found, activating TPM-bypass!\n[ 0.705974] evm: HMAC attrs: 0x1\n[ 0.706901] Magic number: 2:378:834\n[ 0.707722] rtc_cmos 00:00: setting system clock to 2018-09-04 12:48:08 UTC (1536065288)\n[ 0.709298] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.710390] EDD information not available.\n[ 0.796810] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.798338] Write protecting the kernel read-only data: 14336k\n[ 0.810083] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.811877] 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.852484] 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.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... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\n"} 2018-09-04 12:49:08,669 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/0a5bfb18-64f2-4c1a-a08d-a4c5d9b814d2/action used request id req-3722dc16-af9c-4911-9863-1afc844b217b 2018-09-04 12:49:10,686 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/servers/0a5bfb18-64f2-4c1a-a08d-a4c5d9b814d2/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}453d91d074fe8477130eb0c7ad8d67e0fcfcbc2e" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-04 12:49:11,757 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12:49: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-176d64d1-02f1-48c7-9c0f-44b84de0b330 x-compute-request-id: req-176d64d1-02f1-48c7-9c0f-44b84de0b330 Content-Encoding: gzip Content-Length: 7929 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 521701914 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 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.135144] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.136846] pid_max: default: 32768 minimum: 301\n[ 0.137769] ACPI: Core revision 20150930\n[ 0.139180] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.140531] Security Framework initialized\n[ 0.141378] Yama: becoming mindful.\n[ 0.142128] AppArmor: AppArmor initialized\n[ 0.143019] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.144394] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.145715] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.146971] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.148401] Initializing cgroup subsys io\n[ 0.149236] Initializing cgroup subsys memory\n[ 0.150120] Initializing cgroup subsys devices\n[ 0.151020] Initializing cgroup subsys freezer\n[ 0.151915] Initializing cgroup subsys net_cls\n[ 0.152809] Initializing cgroup subsys perf_event\n[ 0.153717] Initializing cgroup subsys net_prio\n[ 0.154602] Initializing cgroup subsys hugetlb\n[ 0.155464] Initializing cgroup subsys pids\n[ 0.156334] CPU: Physical Processor ID: 0\n[ 0.157814] mce: CPU supports 10 MCE banks\n[ 0.158670] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.159665] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.170821] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.177282] ftrace: allocating 31920 entries in 125 pages\n[ 0.203979] smpboot: Max logical packages: 1\n[ 0.204823] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.206163] x2apic enabled\n[ 0.206977] Switched APIC routing to physical x2apic.\n[ 0.208722] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.209840] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.211825] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.213607] KVM setup paravirtual spinlock\n[ 0.214896] x86: Booted up 1 node, 1 CPUs\n[ 0.215693] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.217077] devtmpfs: initialized\n[ 0.218785] evm: security.selinux\n[ 0.219484] evm: security.SMACK64\n[ 0.220171] evm: security.SMACK64EXEC\n[ 0.220910] evm: security.SMACK64TRANSMUTE\n[ 0.221708] evm: security.SMACK64MMAP\n[ 0.222450] evm: security.ima\n[ 0.223087] evm: security.capability\n[ 0.223879] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.225717] pinctrl core: initialized pinctrl subsystem\n[ 0.226812] RTC time: 12:48:07, date: 09/04/18\n[ 0.227759] NET: Registered protocol family 16\n[ 0.228723] cpuidle: using governor ladder\n[ 0.229536] cpuidle: using governor menu\n[ 0.230318] PCCT header not found.\n[ 0.231071] ACPI: bus type PCI registered\n[ 0.231865] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.233101] PCI: Using configuration type 1 for base access\n[ 0.234840] ACPI: Added _OSI(Module Device)\n[ 0.235691] ACPI: Added _OSI(Processor Device)\n[ 0.236553] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.237463] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.239614] ACPI: Interpreter enabled\n[ 0.240404] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.242277] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.244132] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.245979] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.247810] ACPI: (supports S0 S5)\n[ 0.248520] ACPI: Using IOAPIC for interrupt routing\n[ 0.249597] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.252689] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.253831] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.255052] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.256232] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.258435] acpiphp: Slot [3] registered\n[ 0.259235] acpiphp: Slot [4] registered\n[ 0.260030] acpiphp: Slot [5] registered\n[ 0.260829] acpiphp: Slot [6] registered\n[ 0.261631] acpiphp: Slot [7] registered\n[ 0.262430] acpiphp: Slot [8] registered\n[ 0.263228] acpiphp: Slot [9] registered\n[ 0.264021] acpiphp: Slot [10] registered\n[ 0.264828] acpiphp: Slot [11] registered\n[ 0.265635] acpiphp: Slot [12] registered\n[ 0.266447] acpiphp: Slot [13] registered\n[ 0.267251] acpiphp: Slot [14] registered\n[ 0.268055] acpiphp: Slot [15] registered\n[ 0.278929] acpiphp: Slot [16] registered\n[ 0.279730] acpiphp: Slot [17] registered\n[ 0.280534] acpiphp: Slot [18] registered\n[ 0.281342] acpiphp: Slot [19] registered\n[ 0.282138] acpiphp: Slot [20] registered\n[ 0.282938] acpiphp: Slot [21] registered\n[ 0.283730] acpiphp: Slot [22] registered\n[ 0.284527] acpiphp: Slot [23] registered\n[ 0.285325] acpiphp: Slot [24] registered\n[ 0.286119] acpiphp: Slot [25] registered\n[ 0.286914] acpiphp: Slot [26] registered\n[ 0.287709] acpiphp: Slot [27] registered\n[ 0.288512] acpiphp: Slot [28] registered\n[ 0.289309] acpiphp: Slot [29] registered\n[ 0.290102] acpiphp: Slot [30] registered\n[ 0.290917] acpiphp: Slot [31] registered\n[ 0.291735] PCI host bridge to bus 0000:00\n[ 0.292540] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.293728] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.294922] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.296351] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.297775] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.304015] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.305278] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.306431] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.307675] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.314048] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.315456] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.362089] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.363544] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.364946] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.366381] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.367742] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.368975] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.370306] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.371356] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.372871] vgaarb: loaded\n[ 0.373462] vgaarb: bridge control possible 0000:00:02.0\n[ 0.374630] SCSI subsystem initialized\n[ 0.375463] ACPI: bus type USB registered\n[ 0.376270] usbcore: registered new interface driver usbfs\n[ 0.377285] usbcore: registered new interface driver hub\n[ 0.378274] usbcore: registered new device driver usb\n[ 0.379312] PCI: Using ACPI for IRQ routing\n[ 0.380317] NetLabel: Initializing\n[ 0.381018] NetLabel: domain hash size = 128\n[ 0.381846] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.382773] NetLabel: unlabeled traffic allowed by default\n[ 0.383852] clocksource: Switched to clocksource kvm-clock\n[ 0.389271] AppArmor: AppArmor Filesystem Enabled\n[ 0.390219] pnp: PnP ACPI init\n[ 0.391140] pnp: PnP ACPI: found 5 devices\n[ 0.397503] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.399177] NET: Registered protocol family 2\n[ 0.400138] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.401388] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.402532] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.403666] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.404720] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.405900] NET: Registered protocol family 1\n[ 0.406751] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.407824] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.408885] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.422891] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.437139] Trying to unpack rootfs image as initramfs...\n[ 0.487125] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.500992] Scanning for low memory corruption every 60 seconds\n[ 0.502329] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.503468] audit: initializing netlink subsys (disabled)\n[ 0.504484] audit: type=2000 audit(1536065288.655:1): initialized\n[ 0.505768] Initialise system trusted keyring\n[ 0.506699] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.507846] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.509790] zbud: loaded\n[ 0.510482] VFS: Disk quotas dquot_6.6.0\n[ 0.511282] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.512764] fuse init (API version 7.23)\n[ 0.513646] Key type big_key registered\n[ 0.514433] Allocating IMA MOK and blacklist keyrings.\n[ 0.515916] Key type asymmetric registered\n[ 0.539057] Asymmetric key parser 'x509' registered\n[ 0.540676] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.542146] io scheduler noop registered\n[ 0.542929] io scheduler deadline registered (default)\n[ 0.543912] io scheduler cfq registered\n[ 0.544747] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.545771] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.547020] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.548459] ACPI: Power Button [PWRF]\n[ 0.549304] GHES: HEST is not enabled!\n[ 0.563272] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.592370] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.594840] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.618836] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.620961] Linux agpgart interface v0.103\n[ 0.623015] brd: module loaded\n[ 0.624268] loop: module loaded\n[ 0.628692] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.630110] GPT:90111 != 2097151\n[ 0.630765] GPT:Alternate GPT header not at the end of the disk.\n[ 0.631838] GPT:90111 != 2097151\n[ 0.632510] GPT: Use GNU Parted to correct GPT errors.\n[ 0.633457] vda: vda1 vda15\n[ 0.634850] scsi host0: ata_piix\n[ 0.635578] scsi host1: ata_piix\n[ 0.636284] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.637474] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.638885] libphy: Fixed MDIO Bus: probed\n[ 0.639685] tun: Universal TUN/TAP device driver, 1.6\n[ 0.640620] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.642681] PPP generic driver version 2.4.2\n[ 0.643551] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.644769] ehci-pci: EHCI PCI platform driver\n[ 0.645634] ehci-platform: EHCI generic platform driver\n[ 0.646596] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.647696] ohci-pci: OHCI PCI platform driver\n[ 0.648553] ohci-platform: OHCI generic platform driver\n[ 0.649521] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.663861] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.664839] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.666267] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.667267] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.668365] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.669561] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.670950] usb usb1: Product: UHCI Host Controller\n[ 0.671863] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.672988] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.673955] hub 1-0:1.0: USB hub found\n[ 0.674718] hub 1-0:1.0: 2 ports detected\n[ 0.675602] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.677703] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.678638] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.679639] mousedev: PS/2 mouse device common for all mice\n[ 0.680876] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.682679] rtc_cmos 00:00: RTC can wake from S4\n[ 0.683744] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.684933] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.686099] i2c /dev entries driver\n[ 0.686840] device-mapper: uevent: version 1.0.3\n[ 0.687759] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.689361] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.690620] NET: Registered protocol family 10\n[ 0.691595] NET: Registered protocol family 17\n[ 0.692475] Key type dns_resolver registered\n[ 0.693394] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.694473] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.696200] registered taskstats version 1\n[ 0.697021] Loading compiled-in X.509 certificates\n[ 0.698442] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.700261] zswap: loaded using pool lzo/zbud\n[ 0.701601] Key type trusted registered\n[ 0.703127] Key type encrypted registered\n[ 0.703950] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.704962] ima: No TPM chip found, activating TPM-bypass!\n[ 0.705974] evm: HMAC attrs: 0x1\n[ 0.706901] Magic number: 2:378:834\n[ 0.707722] rtc_cmos 00:00: setting system clock to 2018-09-04 12:48:08 UTC (1536065288)\n[ 0.709298] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.710390] EDD information not available.\n[ 0.796810] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.798338] Write protecting the kernel read-only data: 14336k\n[ 0.810083] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.811877] 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.852484] 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.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... done.\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.19. iid=i-00000117\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-09-04 12:49:11,757 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/0a5bfb18-64f2-4c1a-a08d-a4c5d9b814d2/action used request id req-176d64d1-02f1-48c7-9c0f-44b84de0b330 2018-09-04 12:49:13,775 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/servers/0a5bfb18-64f2-4c1a-a08d-a4c5d9b814d2/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}453d91d074fe8477130eb0c7ad8d67e0fcfcbc2e" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-04 12:49:14,841 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12:49: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-cd8bbf2b-6e3b-4cd9-858f-a45bc65eae9e x-compute-request-id: req-cd8bbf2b-6e3b-4cd9-858f-a45bc65eae9e Content-Encoding: gzip Content-Length: 9535 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 521701914 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 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.135144] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.136846] pid_max: default: 32768 minimum: 301\n[ 0.137769] ACPI: Core revision 20150930\n[ 0.139180] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.140531] Security Framework initialized\n[ 0.141378] Yama: becoming mindful.\n[ 0.142128] AppArmor: AppArmor initialized\n[ 0.143019] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.144394] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.145715] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.146971] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.148401] Initializing cgroup subsys io\n[ 0.149236] Initializing cgroup subsys memory\n[ 0.150120] Initializing cgroup subsys devices\n[ 0.151020] Initializing cgroup subsys freezer\n[ 0.151915] Initializing cgroup subsys net_cls\n[ 0.152809] Initializing cgroup subsys perf_event\n[ 0.153717] Initializing cgroup subsys net_prio\n[ 0.154602] Initializing cgroup subsys hugetlb\n[ 0.155464] Initializing cgroup subsys pids\n[ 0.156334] CPU: Physical Processor ID: 0\n[ 0.157814] mce: CPU supports 10 MCE banks\n[ 0.158670] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.159665] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.170821] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.177282] ftrace: allocating 31920 entries in 125 pages\n[ 0.203979] smpboot: Max logical packages: 1\n[ 0.204823] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.206163] x2apic enabled\n[ 0.206977] Switched APIC routing to physical x2apic.\n[ 0.208722] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.209840] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.211825] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.213607] KVM setup paravirtual spinlock\n[ 0.214896] x86: Booted up 1 node, 1 CPUs\n[ 0.215693] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.217077] devtmpfs: initialized\n[ 0.218785] evm: security.selinux\n[ 0.219484] evm: security.SMACK64\n[ 0.220171] evm: security.SMACK64EXEC\n[ 0.220910] evm: security.SMACK64TRANSMUTE\n[ 0.221708] evm: security.SMACK64MMAP\n[ 0.222450] evm: security.ima\n[ 0.223087] evm: security.capability\n[ 0.223879] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.225717] pinctrl core: initialized pinctrl subsystem\n[ 0.226812] RTC time: 12:48:07, date: 09/04/18\n[ 0.227759] NET: Registered protocol family 16\n[ 0.228723] cpuidle: using governor ladder\n[ 0.229536] cpuidle: using governor menu\n[ 0.230318] PCCT header not found.\n[ 0.231071] ACPI: bus type PCI registered\n[ 0.231865] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.233101] PCI: Using configuration type 1 for base access\n[ 0.234840] ACPI: Added _OSI(Module Device)\n[ 0.235691] ACPI: Added _OSI(Processor Device)\n[ 0.236553] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.237463] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.239614] ACPI: Interpreter enabled\n[ 0.240404] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.242277] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.244132] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.245979] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.247810] ACPI: (supports S0 S5)\n[ 0.248520] ACPI: Using IOAPIC for interrupt routing\n[ 0.249597] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.252689] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.253831] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.255052] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.256232] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.258435] acpiphp: Slot [3] registered\n[ 0.259235] acpiphp: Slot [4] registered\n[ 0.260030] acpiphp: Slot [5] registered\n[ 0.260829] acpiphp: Slot [6] registered\n[ 0.261631] acpiphp: Slot [7] registered\n[ 0.262430] acpiphp: Slot [8] registered\n[ 0.263228] acpiphp: Slot [9] registered\n[ 0.264021] acpiphp: Slot [10] registered\n[ 0.264828] acpiphp: Slot [11] registered\n[ 0.265635] acpiphp: Slot [12] registered\n[ 0.266447] acpiphp: Slot [13] registered\n[ 0.267251] acpiphp: Slot [14] registered\n[ 0.268055] acpiphp: Slot [15] registered\n[ 0.278929] acpiphp: Slot [16] registered\n[ 0.279730] acpiphp: Slot [17] registered\n[ 0.280534] acpiphp: Slot [18] registered\n[ 0.281342] acpiphp: Slot [19] registered\n[ 0.282138] acpiphp: Slot [20] registered\n[ 0.282938] acpiphp: Slot [21] registered\n[ 0.283730] acpiphp: Slot [22] registered\n[ 0.284527] acpiphp: Slot [23] registered\n[ 0.285325] acpiphp: Slot [24] registered\n[ 0.286119] acpiphp: Slot [25] registered\n[ 0.286914] acpiphp: Slot [26] registered\n[ 0.287709] acpiphp: Slot [27] registered\n[ 0.288512] acpiphp: Slot [28] registered\n[ 0.289309] acpiphp: Slot [29] registered\n[ 0.290102] acpiphp: Slot [30] registered\n[ 0.290917] acpiphp: Slot [31] registered\n[ 0.291735] PCI host bridge to bus 0000:00\n[ 0.292540] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.293728] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.294922] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.296351] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.297775] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.304015] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.305278] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.306431] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.307675] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.314048] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.315456] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.362089] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.363544] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.364946] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.366381] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.367742] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.368975] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.370306] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.371356] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.372871] vgaarb: loaded\n[ 0.373462] vgaarb: bridge control possible 0000:00:02.0\n[ 0.374630] SCSI subsystem initialized\n[ 0.375463] ACPI: bus type USB registered\n[ 0.376270] usbcore: registered new interface driver usbfs\n[ 0.377285] usbcore: registered new interface driver hub\n[ 0.378274] usbcore: registered new device driver usb\n[ 0.379312] PCI: Using ACPI for IRQ routing\n[ 0.380317] NetLabel: Initializing\n[ 0.381018] NetLabel: domain hash size = 128\n[ 0.381846] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.382773] NetLabel: unlabeled traffic allowed by default\n[ 0.383852] clocksource: Switched to clocksource kvm-clock\n[ 0.389271] AppArmor: AppArmor Filesystem Enabled\n[ 0.390219] pnp: PnP ACPI init\n[ 0.391140] pnp: PnP ACPI: found 5 devices\n[ 0.397503] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.399177] NET: Registered protocol family 2\n[ 0.400138] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.401388] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.402532] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.403666] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.404720] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.405900] NET: Registered protocol family 1\n[ 0.406751] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.407824] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.408885] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.422891] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.437139] Trying to unpack rootfs image as initramfs...\n[ 0.487125] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.500992] Scanning for low memory corruption every 60 seconds\n[ 0.502329] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.503468] audit: initializing netlink subsys (disabled)\n[ 0.504484] audit: type=2000 audit(1536065288.655:1): initialized\n[ 0.505768] Initialise system trusted keyring\n[ 0.506699] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.507846] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.509790] zbud: loaded\n[ 0.510482] VFS: Disk quotas dquot_6.6.0\n[ 0.511282] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.512764] fuse init (API version 7.23)\n[ 0.513646] Key type big_key registered\n[ 0.514433] Allocating IMA MOK and blacklist keyrings.\n[ 0.515916] Key type asymmetric registered\n[ 0.539057] Asymmetric key parser 'x509' registered\n[ 0.540676] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.542146] io scheduler noop registered\n[ 0.542929] io scheduler deadline registered (default)\n[ 0.543912] io scheduler cfq registered\n[ 0.544747] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.545771] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.547020] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.548459] ACPI: Power Button [PWRF]\n[ 0.549304] GHES: HEST is not enabled!\n[ 0.563272] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.592370] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.594840] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.618836] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.620961] Linux agpgart interface v0.103\n[ 0.623015] brd: module loaded\n[ 0.624268] loop: module loaded\n[ 0.628692] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.630110] GPT:90111 != 2097151\n[ 0.630765] GPT:Alternate GPT header not at the end of the disk.\n[ 0.631838] GPT:90111 != 2097151\n[ 0.632510] GPT: Use GNU Parted to correct GPT errors.\n[ 0.633457] vda: vda1 vda15\n[ 0.634850] scsi host0: ata_piix\n[ 0.635578] scsi host1: ata_piix\n[ 0.636284] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.637474] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.638885] libphy: Fixed MDIO Bus: probed\n[ 0.639685] tun: Universal TUN/TAP device driver, 1.6\n[ 0.640620] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.642681] PPP generic driver version 2.4.2\n[ 0.643551] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.644769] ehci-pci: EHCI PCI platform driver\n[ 0.645634] ehci-platform: EHCI generic platform driver\n[ 0.646596] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.647696] ohci-pci: OHCI PCI platform driver\n[ 0.648553] ohci-platform: OHCI generic platform driver\n[ 0.649521] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.663861] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.664839] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.666267] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.667267] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.668365] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.669561] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.670950] usb usb1: Product: UHCI Host Controller\n[ 0.671863] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.672988] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.673955] hub 1-0:1.0: USB hub found\n[ 0.674718] hub 1-0:1.0: 2 ports detected\n[ 0.675602] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.677703] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.678638] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.679639] mousedev: PS/2 mouse device common for all mice\n[ 0.680876] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.682679] rtc_cmos 00:00: RTC can wake from S4\n[ 0.683744] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.684933] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.686099] i2c /dev entries driver\n[ 0.686840] device-mapper: uevent: version 1.0.3\n[ 0.687759] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.689361] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.690620] NET: Registered protocol family 10\n[ 0.691595] NET: Registered protocol family 17\n[ 0.692475] Key type dns_resolver registered\n[ 0.693394] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.694473] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.696200] registered taskstats version 1\n[ 0.697021] Loading compiled-in X.509 certificates\n[ 0.698442] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.700261] zswap: loaded using pool lzo/zbud\n[ 0.701601] Key type trusted registered\n[ 0.703127] Key type encrypted registered\n[ 0.703950] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.704962] ima: No TPM chip found, activating TPM-bypass!\n[ 0.705974] evm: HMAC attrs: 0x1\n[ 0.706901] Magic number: 2:378:834\n[ 0.707722] rtc_cmos 00:00: setting system clock to 2018-09-04 12:48:08 UTC (1536065288)\n[ 0.709298] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.710390] EDD information not available.\n[ 0.796810] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.798338] Write protecting the kernel read-only data: 14336k\n[ 0.810083] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.811877] 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.852484] 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.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... done.\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.19. iid=i-00000117\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 AAAAB3NzaC1yc2EAAAADAQABAAABAQC1t4Lic0o1Yf2Jaewy8pVA+YvAkOBpX36IN7GEp5iTHJLISU6/obMX1Ys3TWCdP+golD5uoCFjkndGfJbuaJdxA9UDcqxHn8uCmiR0wdTKCAaYgZPpIiqYVPrUuwVmyYYcyVrcPy3CnPhG7VZ0g2ERiAAbavyNdyCWkEzmv0E0BF5tVpDpOkKiWGt82yBGRjhPPAVau7YvFq2+rdZe9i5X9zXgcf2dypu12nWou52545UwlBnOzHxwfPGpUXvBDMDJht8nVZWZ3+f3UEgHMJf1uX3rh3xERWbX6DqyvZ56fuTPqnhmm9cj2yv7AppDLNhwtcVChSfwNxfGSg0frXN7 root@sdnvpn-4-3\nssh-dss AAAAB3NzaC1kc3MAAACBAIpfduNcdbKqEgOr3kT3J4uwNmxW0e1nvGqoSzjyPCSHFpGgVzL1BSGVvmaC5Uhk9SIYjXHxuqo0L+3txdsR2ZYyLbEuPshIvjuE9UdRPVMcqOy68lN621cwQYDX0EZMW4lvlgyzKTnsFVYSAl46rA8+WWXrWbKl4YOX9vZoZFRZAAAAFQDO3MWOHbg/K9C3s7wM79eVykFbbwAAAIEAhawH4/JXYGUullYAKAYUnYk/KDudFygmO3jmkmjvs5XODfwdsVlsI17DvMYKIatLB54+3ew1oI1PtLjlT+4I+QcyKaqkZeqKlZSyN27fGeJTMFfScw2tz2soe0qWW5GKL0+aP+O/y19pbm/IyR5VA6uWiFSwEZrJVqjwsmdBJtgAAACAW+Q0+t45661F5KyavsUOt6Ep31v1DgAJOHT/8/rtHJb9aov8kgZvoqzWOFPw6qkw8MgtMjvVcxOiwja/v6yUnP4NmkVvJ28GFIKr2wAsrx2Wf9NTudaBvLFpTQMiFsxExFVyLvXuGFQRuBpeL0xF99ymKGsl6o6Z9nK4fOqQCV0= 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.13,24,fe80::f816:3eff:fe62:53df/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.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-00000117\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-4-3\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=62.85 ===\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: /dev/root resized successfully [took 2.11s]\n"} 2018-09-04 12:49:14,842 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/0a5bfb18-64f2-4c1a-a08d-a4c5d9b814d2/action used request id req-cd8bbf2b-6e3b-4cd9-858f-a45bc65eae9e 2018-09-04 12:49:16,871 - sdnvpn_test_utils - INFO - Waiting for instance 17b53f5a-b1e8-4e47-a207-7f0518638f91 to boot up 2018-09-04 12:49:16,874 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/servers/17b53f5a-b1e8-4e47-a207-7f0518638f91/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}116da38110b6dc44edfa8a701dc9d3f1d20ee90c" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-04 12:49:17,991 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12:49: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-0d80dbe5-b422-4e20-a955-13f4e0694dcc x-compute-request-id: req-0d80dbe5-b422-4e20-a955-13f4e0694dcc Content-Encoding: gzip Content-Length: 7694 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 477975982 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 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.138459] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.140119] pid_max: default: 32768 minimum: 301\n[ 0.141012] ACPI: Core revision 20150930\n[ 0.142394] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.143710] Security Framework initialized\n[ 0.144527] Yama: becoming mindful.\n[ 0.145254] AppArmor: AppArmor initialized\n[ 0.146120] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.147456] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.148740] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.149954] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.151339] Initializing cgroup subsys io\n[ 0.152158] Initializing cgroup subsys memory\n[ 0.153018] Initializing cgroup subsys devices\n[ 0.153901] Initializing cgroup subsys freezer\n[ 0.154768] Initializing cgroup subsys net_cls\n[ 0.155631] Initializing cgroup subsys perf_event\n[ 0.156539] Initializing cgroup subsys net_prio\n[ 0.157416] Initializing cgroup subsys hugetlb\n[ 0.158288] Initializing cgroup subsys pids\n[ 0.159170] CPU: Physical Processor ID: 0\n[ 0.160662] mce: CPU supports 10 MCE banks\n[ 0.161513] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.162516] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.173260] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.179780] ftrace: allocating 31920 entries in 125 pages\n[ 0.206670] smpboot: Max logical packages: 1\n[ 0.207532] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.208886] x2apic enabled\n[ 0.209709] Switched APIC routing to physical x2apic.\n[ 0.211469] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.212605] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.214610] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.216394] KVM setup paravirtual spinlock\n[ 0.217694] x86: Booted up 1 node, 1 CPUs\n[ 0.218500] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.219895] devtmpfs: initialized\n[ 0.221608] evm: security.selinux\n[ 0.222307] evm: security.SMACK64\n[ 0.223004] evm: security.SMACK64EXEC\n[ 0.223751] evm: security.SMACK64TRANSMUTE\n[ 0.224559] evm: security.SMACK64MMAP\n[ 0.225303] evm: security.ima\n[ 0.225947] evm: security.capability\n[ 0.226750] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.228594] pinctrl core: initialized pinctrl subsystem\n[ 0.229699] RTC time: 12:48:19, date: 09/04/18\n[ 0.230654] NET: Registered protocol family 16\n[ 0.231622] cpuidle: using governor ladder\n[ 0.232439] cpuidle: using governor menu\n[ 0.233231] PCCT header not found.\n[ 0.233992] ACPI: bus type PCI registered\n[ 0.234799] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.236046] PCI: Using configuration type 1 for base access\n[ 0.237804] ACPI: Added _OSI(Module Device)\n[ 0.238646] ACPI: Added _OSI(Processor Device)\n[ 0.239503] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.240404] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.242530] ACPI: Interpreter enabled\n[ 0.243299] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.245151] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.246995] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.248851] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.250693] ACPI: (supports S0 S5)\n[ 0.251398] ACPI: Using IOAPIC for interrupt routing\n[ 0.252566] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.255669] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.256813] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.258045] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.259243] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.261473] acpiphp: Slot [3] registered\n[ 0.262285] acpiphp: Slot [4] registered\n[ 0.263088] acpiphp: Slot [5] registered\n[ 0.263894] acpiphp: Slot [6] registered\n[ 0.264692] acpiphp: Slot [7] registered\n[ 0.265493] acpiphp: Slot [8] registered\n[ 0.266297] acpiphp: Slot [9] registered\n[ 0.267097] acpiphp: Slot [10] registered\n[ 0.267917] acpiphp: Slot [11] registered\n[ 0.268730] acpiphp: Slot [12] registered\n[ 0.269548] acpiphp: Slot [13] registered\n[ 0.270355] acpiphp: Slot [14] registered\n[ 0.271168] acpiphp: Slot [15] registered\n[ 0.282518] acpiphp: Slot [16] registered\n[ 0.283333] acpiphp: Slot [17] registered\n[ 0.284146] acpiphp: Slot [18] registered\n[ 0.284955] acpiphp: Slot [19] registered\n[ 0.285766] acpiphp: Slot [20] registered\n[ 0.286583] acpiphp: Slot [21] registered\n[ 0.287391] acpiphp: Slot [22] registered\n[ 0.288200] acpiphp: Slot [23] registered\n[ 0.289015] acpiphp: Slot [24] registered\n[ 0.289829] acpiphp: Slot [25] registered\n[ 0.290642] acpiphp: Slot [26] registered\n[ 0.291449] acpiphp: Slot [27] registered\n[ 0.292263] acpiphp: Slot [28] registered\n[ 0.293078] acpiphp: Slot [29] registered\n[ 0.293891] acpiphp: Slot [30] registered\n[ 0.294710] acpiphp: Slot [31] registered\n[ 0.295519] PCI host bridge to bus 0000:00\n[ 0.296324] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.297533] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.298744] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.300192] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.301644] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.307901] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.309187] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.310359] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.311621] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.318416] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.319855] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.369822] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.371325] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.372759] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.374191] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.375595] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.376858] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.378030] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.379105] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.380680] vgaarb: loaded\n[ 0.381290] vgaarb: bridge control possible 0000:00:02.0\n[ 0.382452] SCSI subsystem initialized\n[ 0.383290] ACPI: bus type USB registered\n[ 0.384120] usbcore: registered new interface driver usbfs\n[ 0.385163] usbcore: registered new interface driver hub\n[ 0.386192] usbcore: registered new device driver usb\n[ 0.387274] PCI: Using ACPI for IRQ routing\n[ 0.388316] NetLabel: Initializing\n[ 0.389039] NetLabel: domain hash size = 128\n[ 0.389903] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.390865] NetLabel: unlabeled traffic allowed by default\n[ 0.391978] clocksource: Switched to clocksource kvm-clock\n[ 0.397528] AppArmor: AppArmor Filesystem Enabled\n[ 0.398491] pnp: PnP ACPI init\n[ 0.399410] pnp: PnP ACPI: found 5 devices\n[ 0.405793] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.407512] NET: Registered protocol family 2\n[ 0.408474] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.409763] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.410950] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.412143] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.413229] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.414399] NET: Registered protocol family 1\n[ 0.415269] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.416379] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.417459] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.431517] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.445782] Trying to unpack rootfs image as initramfs...\n[ 0.495392] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.509308] Scanning for low memory corruption every 60 seconds\n[ 0.510981] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.512533] audit: initializing netlink subsys (disabled)\n[ 0.513914] audit: type=2000 audit(1536065300.694:1): initialized\n[ 0.515616] Initialise system trusted keyring\n[ 0.516831] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.518403] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.520787] zbud: loaded\n[ 0.521656] VFS: Disk quotas dquot_6.6.0\n[ 0.522732] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.524701] fuse init (API version 7.23)\n[ 0.525855] Key type big_key registered\n[ 0.526905] Allocating IMA MOK and blacklist keyrings.\n[ 0.528366] Key type asymmetric registered\n[ 0.529489] Asymmetric key parser 'x509' registered\n[ 0.530801] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.533145] io scheduler noop registered\n[ 0.534199] io scheduler deadline registered (default)\n[ 0.535529] io scheduler cfq registered\n[ 0.536634] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.538086] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.539780] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.541740] ACPI: Power Button [PWRF]\n[ 0.542826] GHES: HEST is not enabled!\n[ 0.556884] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.587404] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.590685] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.614523] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.617004] Linux agpgart interface v0.103\n[ 0.619225] brd: module loaded\n[ 0.620592] loop: module loaded\n[ 0.625463] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.627205] GPT:90111 != 2097151\n[ 0.628019] GPT:Alternate GPT header not at the end of the disk.\n[ 0.629344] GPT:90111 != 2097151\n[ 0.630155] GPT: Use GNU Parted to correct GPT errors.\n[ 0.631332] vda: vda1 vda15\n[ 0.632930] scsi host0: ata_piix\n[ 0.633807] scsi host1: ata_piix\n[ 0.634655] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.636147] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.637862] libphy: Fixed MDIO Bus: probed\n[ 0.638858] tun: Universal TUN/TAP device driver, 1.6\n[ 0.640020] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.642602] PPP generic driver version 2.4.2\n[ 0.643665] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.645151] ehci-pci: EHCI PCI platform driver\n[ 0.646212] ehci-platform: EHCI generic platform driver\n[ 0.647403] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.648781] ohci-pci: OHCI PCI platform driver\n[ 0.649845] ohci-platform: OHCI generic platform driver\n[ 0.651041] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.665686] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.666897] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.668632] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.669847] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.671217] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.672729] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.674435] usb usb1: Product: UHCI Host Controller\n[ 0.675574] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.677040] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.678360] hub 1-0:1.0: USB hub found\n[ 0.679424] hub 1-0:1.0: 2 ports detected\n[ 0.680685] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.683588] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.684939] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.686365] mousedev: PS/2 mouse device common for all mice\n[ 0.688093] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.690711] rtc_cmos 00:00: RTC can wake from S4\n[ 0.692219] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.693851] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.695566] i2c /dev entries driver\n[ 0.696668] device-mapper: uevent: version 1.0.3\n[ 0.697971] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.699937] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.701473] NET: Registered protocol family 10\n[ 0.702681] NET: Registered protocol family 17\n[ 0.703741] Key type dns_resolver registered\n[ 0.704839] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.706166] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.708273] registered taskstats version 1\n[ 0.709283] Loading compiled-in X.509 certificates\n[ 0.710920] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.713173] zswap: loaded using pool lzo/zbud\n[ 0.714733] Key type trusted registered\n[ 0.716453] Key type encrypted registered\n[ 0.717472] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.718747] ima: No TPM chip found, activating TPM-bypass!\n[ 0.720033] evm: HMAC attrs: 0x1\n[ 0.721121] Magic number: 2:378:834\n[ 0.722131] rtc_cmos 00:00: setting system clock to 2018-09-04 12:48:20 UTC (1536065300)\n[ 0.724073] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.725442] EDD information not available.\n[ 0.796978] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.798842] Write protecting the kernel read-only data: 14336k\n[ 0.811378] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.813535] 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.856575] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.97\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found 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-09-04 12:49:17,991 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/17b53f5a-b1e8-4e47-a207-7f0518638f91/action used request id req-0d80dbe5-b422-4e20-a955-13f4e0694dcc 2018-09-04 12:49:20,009 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/servers/17b53f5a-b1e8-4e47-a207-7f0518638f91/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}116da38110b6dc44edfa8a701dc9d3f1d20ee90c" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-04 12:49:21,086 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12:49: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-50afc710-ce09-4dde-92d9-dd0cb81cdb9a x-compute-request-id: req-50afc710-ce09-4dde-92d9-dd0cb81cdb9a Content-Encoding: gzip Content-Length: 7694 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 477975982 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 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.138459] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.140119] pid_max: default: 32768 minimum: 301\n[ 0.141012] ACPI: Core revision 20150930\n[ 0.142394] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.143710] Security Framework initialized\n[ 0.144527] Yama: becoming mindful.\n[ 0.145254] AppArmor: AppArmor initialized\n[ 0.146120] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.147456] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.148740] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.149954] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.151339] Initializing cgroup subsys io\n[ 0.152158] Initializing cgroup subsys memory\n[ 0.153018] Initializing cgroup subsys devices\n[ 0.153901] Initializing cgroup subsys freezer\n[ 0.154768] Initializing cgroup subsys net_cls\n[ 0.155631] Initializing cgroup subsys perf_event\n[ 0.156539] Initializing cgroup subsys net_prio\n[ 0.157416] Initializing cgroup subsys hugetlb\n[ 0.158288] Initializing cgroup subsys pids\n[ 0.159170] CPU: Physical Processor ID: 0\n[ 0.160662] mce: CPU supports 10 MCE banks\n[ 0.161513] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.162516] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.173260] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.179780] ftrace: allocating 31920 entries in 125 pages\n[ 0.206670] smpboot: Max logical packages: 1\n[ 0.207532] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.208886] x2apic enabled\n[ 0.209709] Switched APIC routing to physical x2apic.\n[ 0.211469] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.212605] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.214610] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.216394] KVM setup paravirtual spinlock\n[ 0.217694] x86: Booted up 1 node, 1 CPUs\n[ 0.218500] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.219895] devtmpfs: initialized\n[ 0.221608] evm: security.selinux\n[ 0.222307] evm: security.SMACK64\n[ 0.223004] evm: security.SMACK64EXEC\n[ 0.223751] evm: security.SMACK64TRANSMUTE\n[ 0.224559] evm: security.SMACK64MMAP\n[ 0.225303] evm: security.ima\n[ 0.225947] evm: security.capability\n[ 0.226750] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.228594] pinctrl core: initialized pinctrl subsystem\n[ 0.229699] RTC time: 12:48:19, date: 09/04/18\n[ 0.230654] NET: Registered protocol family 16\n[ 0.231622] cpuidle: using governor ladder\n[ 0.232439] cpuidle: using governor menu\n[ 0.233231] PCCT header not found.\n[ 0.233992] ACPI: bus type PCI registered\n[ 0.234799] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.236046] PCI: Using configuration type 1 for base access\n[ 0.237804] ACPI: Added _OSI(Module Device)\n[ 0.238646] ACPI: Added _OSI(Processor Device)\n[ 0.239503] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.240404] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.242530] ACPI: Interpreter enabled\n[ 0.243299] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.245151] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.246995] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.248851] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.250693] ACPI: (supports S0 S5)\n[ 0.251398] ACPI: Using IOAPIC for interrupt routing\n[ 0.252566] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.255669] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.256813] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.258045] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.259243] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.261473] acpiphp: Slot [3] registered\n[ 0.262285] acpiphp: Slot [4] registered\n[ 0.263088] acpiphp: Slot [5] registered\n[ 0.263894] acpiphp: Slot [6] registered\n[ 0.264692] acpiphp: Slot [7] registered\n[ 0.265493] acpiphp: Slot [8] registered\n[ 0.266297] acpiphp: Slot [9] registered\n[ 0.267097] acpiphp: Slot [10] registered\n[ 0.267917] acpiphp: Slot [11] registered\n[ 0.268730] acpiphp: Slot [12] registered\n[ 0.269548] acpiphp: Slot [13] registered\n[ 0.270355] acpiphp: Slot [14] registered\n[ 0.271168] acpiphp: Slot [15] registered\n[ 0.282518] acpiphp: Slot [16] registered\n[ 0.283333] acpiphp: Slot [17] registered\n[ 0.284146] acpiphp: Slot [18] registered\n[ 0.284955] acpiphp: Slot [19] registered\n[ 0.285766] acpiphp: Slot [20] registered\n[ 0.286583] acpiphp: Slot [21] registered\n[ 0.287391] acpiphp: Slot [22] registered\n[ 0.288200] acpiphp: Slot [23] registered\n[ 0.289015] acpiphp: Slot [24] registered\n[ 0.289829] acpiphp: Slot [25] registered\n[ 0.290642] acpiphp: Slot [26] registered\n[ 0.291449] acpiphp: Slot [27] registered\n[ 0.292263] acpiphp: Slot [28] registered\n[ 0.293078] acpiphp: Slot [29] registered\n[ 0.293891] acpiphp: Slot [30] registered\n[ 0.294710] acpiphp: Slot [31] registered\n[ 0.295519] PCI host bridge to bus 0000:00\n[ 0.296324] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.297533] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.298744] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.300192] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.301644] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.307901] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.309187] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.310359] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.311621] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.318416] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.319855] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.369822] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.371325] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.372759] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.374191] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.375595] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.376858] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.378030] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.379105] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.380680] vgaarb: loaded\n[ 0.381290] vgaarb: bridge control possible 0000:00:02.0\n[ 0.382452] SCSI subsystem initialized\n[ 0.383290] ACPI: bus type USB registered\n[ 0.384120] usbcore: registered new interface driver usbfs\n[ 0.385163] usbcore: registered new interface driver hub\n[ 0.386192] usbcore: registered new device driver usb\n[ 0.387274] PCI: Using ACPI for IRQ routing\n[ 0.388316] NetLabel: Initializing\n[ 0.389039] NetLabel: domain hash size = 128\n[ 0.389903] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.390865] NetLabel: unlabeled traffic allowed by default\n[ 0.391978] clocksource: Switched to clocksource kvm-clock\n[ 0.397528] AppArmor: AppArmor Filesystem Enabled\n[ 0.398491] pnp: PnP ACPI init\n[ 0.399410] pnp: PnP ACPI: found 5 devices\n[ 0.405793] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.407512] NET: Registered protocol family 2\n[ 0.408474] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.409763] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.410950] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.412143] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.413229] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.414399] NET: Registered protocol family 1\n[ 0.415269] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.416379] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.417459] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.431517] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.445782] Trying to unpack rootfs image as initramfs...\n[ 0.495392] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.509308] Scanning for low memory corruption every 60 seconds\n[ 0.510981] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.512533] audit: initializing netlink subsys (disabled)\n[ 0.513914] audit: type=2000 audit(1536065300.694:1): initialized\n[ 0.515616] Initialise system trusted keyring\n[ 0.516831] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.518403] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.520787] zbud: loaded\n[ 0.521656] VFS: Disk quotas dquot_6.6.0\n[ 0.522732] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.524701] fuse init (API version 7.23)\n[ 0.525855] Key type big_key registered\n[ 0.526905] Allocating IMA MOK and blacklist keyrings.\n[ 0.528366] Key type asymmetric registered\n[ 0.529489] Asymmetric key parser 'x509' registered\n[ 0.530801] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.533145] io scheduler noop registered\n[ 0.534199] io scheduler deadline registered (default)\n[ 0.535529] io scheduler cfq registered\n[ 0.536634] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.538086] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.539780] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.541740] ACPI: Power Button [PWRF]\n[ 0.542826] GHES: HEST is not enabled!\n[ 0.556884] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.587404] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.590685] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.614523] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.617004] Linux agpgart interface v0.103\n[ 0.619225] brd: module loaded\n[ 0.620592] loop: module loaded\n[ 0.625463] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.627205] GPT:90111 != 2097151\n[ 0.628019] GPT:Alternate GPT header not at the end of the disk.\n[ 0.629344] GPT:90111 != 2097151\n[ 0.630155] GPT: Use GNU Parted to correct GPT errors.\n[ 0.631332] vda: vda1 vda15\n[ 0.632930] scsi host0: ata_piix\n[ 0.633807] scsi host1: ata_piix\n[ 0.634655] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.636147] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.637862] libphy: Fixed MDIO Bus: probed\n[ 0.638858] tun: Universal TUN/TAP device driver, 1.6\n[ 0.640020] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.642602] PPP generic driver version 2.4.2\n[ 0.643665] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.645151] ehci-pci: EHCI PCI platform driver\n[ 0.646212] ehci-platform: EHCI generic platform driver\n[ 0.647403] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.648781] ohci-pci: OHCI PCI platform driver\n[ 0.649845] ohci-platform: OHCI generic platform driver\n[ 0.651041] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.665686] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.666897] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.668632] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.669847] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.671217] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.672729] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.674435] usb usb1: Product: UHCI Host Controller\n[ 0.675574] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.677040] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.678360] hub 1-0:1.0: USB hub found\n[ 0.679424] hub 1-0:1.0: 2 ports detected\n[ 0.680685] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.683588] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.684939] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.686365] mousedev: PS/2 mouse device common for all mice\n[ 0.688093] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.690711] rtc_cmos 00:00: RTC can wake from S4\n[ 0.692219] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.693851] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.695566] i2c /dev entries driver\n[ 0.696668] device-mapper: uevent: version 1.0.3\n[ 0.697971] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.699937] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.701473] NET: Registered protocol family 10\n[ 0.702681] NET: Registered protocol family 17\n[ 0.703741] Key type dns_resolver registered\n[ 0.704839] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.706166] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.708273] registered taskstats version 1\n[ 0.709283] Loading compiled-in X.509 certificates\n[ 0.710920] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.713173] zswap: loaded using pool lzo/zbud\n[ 0.714733] Key type trusted registered\n[ 0.716453] Key type encrypted registered\n[ 0.717472] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.718747] ima: No TPM chip found, activating TPM-bypass!\n[ 0.720033] evm: HMAC attrs: 0x1\n[ 0.721121] Magic number: 2:378:834\n[ 0.722131] rtc_cmos 00:00: setting system clock to 2018-09-04 12:48:20 UTC (1536065300)\n[ 0.724073] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.725442] EDD information not available.\n[ 0.796978] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.798842] Write protecting the kernel read-only data: 14336k\n[ 0.811378] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.813535] 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.856575] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.97\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found 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-09-04 12:49:21,086 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/17b53f5a-b1e8-4e47-a207-7f0518638f91/action used request id req-50afc710-ce09-4dde-92d9-dd0cb81cdb9a 2018-09-04 12:49:23,103 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/servers/17b53f5a-b1e8-4e47-a207-7f0518638f91/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}116da38110b6dc44edfa8a701dc9d3f1d20ee90c" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-04 12:49:24,226 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12:49: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-8bfcb09d-8f1a-4549-9811-74d45f1d5f91 x-compute-request-id: req-8bfcb09d-8f1a-4549-9811-74d45f1d5f91 Content-Encoding: gzip Content-Length: 9387 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 477975982 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 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.138459] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.140119] pid_max: default: 32768 minimum: 301\n[ 0.141012] ACPI: Core revision 20150930\n[ 0.142394] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.143710] Security Framework initialized\n[ 0.144527] Yama: becoming mindful.\n[ 0.145254] AppArmor: AppArmor initialized\n[ 0.146120] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.147456] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.148740] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.149954] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.151339] Initializing cgroup subsys io\n[ 0.152158] Initializing cgroup subsys memory\n[ 0.153018] Initializing cgroup subsys devices\n[ 0.153901] Initializing cgroup subsys freezer\n[ 0.154768] Initializing cgroup subsys net_cls\n[ 0.155631] Initializing cgroup subsys perf_event\n[ 0.156539] Initializing cgroup subsys net_prio\n[ 0.157416] Initializing cgroup subsys hugetlb\n[ 0.158288] Initializing cgroup subsys pids\n[ 0.159170] CPU: Physical Processor ID: 0\n[ 0.160662] mce: CPU supports 10 MCE banks\n[ 0.161513] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.162516] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.173260] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.179780] ftrace: allocating 31920 entries in 125 pages\n[ 0.206670] smpboot: Max logical packages: 1\n[ 0.207532] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.208886] x2apic enabled\n[ 0.209709] Switched APIC routing to physical x2apic.\n[ 0.211469] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.212605] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.214610] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.216394] KVM setup paravirtual spinlock\n[ 0.217694] x86: Booted up 1 node, 1 CPUs\n[ 0.218500] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.219895] devtmpfs: initialized\n[ 0.221608] evm: security.selinux\n[ 0.222307] evm: security.SMACK64\n[ 0.223004] evm: security.SMACK64EXEC\n[ 0.223751] evm: security.SMACK64TRANSMUTE\n[ 0.224559] evm: security.SMACK64MMAP\n[ 0.225303] evm: security.ima\n[ 0.225947] evm: security.capability\n[ 0.226750] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.228594] pinctrl core: initialized pinctrl subsystem\n[ 0.229699] RTC time: 12:48:19, date: 09/04/18\n[ 0.230654] NET: Registered protocol family 16\n[ 0.231622] cpuidle: using governor ladder\n[ 0.232439] cpuidle: using governor menu\n[ 0.233231] PCCT header not found.\n[ 0.233992] ACPI: bus type PCI registered\n[ 0.234799] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.236046] PCI: Using configuration type 1 for base access\n[ 0.237804] ACPI: Added _OSI(Module Device)\n[ 0.238646] ACPI: Added _OSI(Processor Device)\n[ 0.239503] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.240404] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.242530] ACPI: Interpreter enabled\n[ 0.243299] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.245151] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.246995] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.248851] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.250693] ACPI: (supports S0 S5)\n[ 0.251398] ACPI: Using IOAPIC for interrupt routing\n[ 0.252566] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.255669] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.256813] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.258045] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.259243] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.261473] acpiphp: Slot [3] registered\n[ 0.262285] acpiphp: Slot [4] registered\n[ 0.263088] acpiphp: Slot [5] registered\n[ 0.263894] acpiphp: Slot [6] registered\n[ 0.264692] acpiphp: Slot [7] registered\n[ 0.265493] acpiphp: Slot [8] registered\n[ 0.266297] acpiphp: Slot [9] registered\n[ 0.267097] acpiphp: Slot [10] registered\n[ 0.267917] acpiphp: Slot [11] registered\n[ 0.268730] acpiphp: Slot [12] registered\n[ 0.269548] acpiphp: Slot [13] registered\n[ 0.270355] acpiphp: Slot [14] registered\n[ 0.271168] acpiphp: Slot [15] registered\n[ 0.282518] acpiphp: Slot [16] registered\n[ 0.283333] acpiphp: Slot [17] registered\n[ 0.284146] acpiphp: Slot [18] registered\n[ 0.284955] acpiphp: Slot [19] registered\n[ 0.285766] acpiphp: Slot [20] registered\n[ 0.286583] acpiphp: Slot [21] registered\n[ 0.287391] acpiphp: Slot [22] registered\n[ 0.288200] acpiphp: Slot [23] registered\n[ 0.289015] acpiphp: Slot [24] registered\n[ 0.289829] acpiphp: Slot [25] registered\n[ 0.290642] acpiphp: Slot [26] registered\n[ 0.291449] acpiphp: Slot [27] registered\n[ 0.292263] acpiphp: Slot [28] registered\n[ 0.293078] acpiphp: Slot [29] registered\n[ 0.293891] acpiphp: Slot [30] registered\n[ 0.294710] acpiphp: Slot [31] registered\n[ 0.295519] PCI host bridge to bus 0000:00\n[ 0.296324] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.297533] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.298744] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.300192] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.301644] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.307901] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.309187] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.310359] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.311621] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.318416] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.319855] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.369822] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.371325] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.372759] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.374191] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.375595] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.376858] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.378030] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.379105] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.380680] vgaarb: loaded\n[ 0.381290] vgaarb: bridge control possible 0000:00:02.0\n[ 0.382452] SCSI subsystem initialized\n[ 0.383290] ACPI: bus type USB registered\n[ 0.384120] usbcore: registered new interface driver usbfs\n[ 0.385163] usbcore: registered new interface driver hub\n[ 0.386192] usbcore: registered new device driver usb\n[ 0.387274] PCI: Using ACPI for IRQ routing\n[ 0.388316] NetLabel: Initializing\n[ 0.389039] NetLabel: domain hash size = 128\n[ 0.389903] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.390865] NetLabel: unlabeled traffic allowed by default\n[ 0.391978] clocksource: Switched to clocksource kvm-clock\n[ 0.397528] AppArmor: AppArmor Filesystem Enabled\n[ 0.398491] pnp: PnP ACPI init\n[ 0.399410] pnp: PnP ACPI: found 5 devices\n[ 0.405793] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.407512] NET: Registered protocol family 2\n[ 0.408474] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.409763] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.410950] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.412143] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.413229] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.414399] NET: Registered protocol family 1\n[ 0.415269] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.416379] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.417459] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.431517] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.445782] Trying to unpack rootfs image as initramfs...\n[ 0.495392] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.509308] Scanning for low memory corruption every 60 seconds\n[ 0.510981] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.512533] audit: initializing netlink subsys (disabled)\n[ 0.513914] audit: type=2000 audit(1536065300.694:1): initialized\n[ 0.515616] Initialise system trusted keyring\n[ 0.516831] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.518403] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.520787] zbud: loaded\n[ 0.521656] VFS: Disk quotas dquot_6.6.0\n[ 0.522732] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.524701] fuse init (API version 7.23)\n[ 0.525855] Key type big_key registered\n[ 0.526905] Allocating IMA MOK and blacklist keyrings.\n[ 0.528366] Key type asymmetric registered\n[ 0.529489] Asymmetric key parser 'x509' registered\n[ 0.530801] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.533145] io scheduler noop registered\n[ 0.534199] io scheduler deadline registered (default)\n[ 0.535529] io scheduler cfq registered\n[ 0.536634] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.538086] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.539780] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.541740] ACPI: Power Button [PWRF]\n[ 0.542826] GHES: HEST is not enabled!\n[ 0.556884] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.587404] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.590685] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.614523] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.617004] Linux agpgart interface v0.103\n[ 0.619225] brd: module loaded\n[ 0.620592] loop: module loaded\n[ 0.625463] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.627205] GPT:90111 != 2097151\n[ 0.628019] GPT:Alternate GPT header not at the end of the disk.\n[ 0.629344] GPT:90111 != 2097151\n[ 0.630155] GPT: Use GNU Parted to correct GPT errors.\n[ 0.631332] vda: vda1 vda15\n[ 0.632930] scsi host0: ata_piix\n[ 0.633807] scsi host1: ata_piix\n[ 0.634655] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.636147] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.637862] libphy: Fixed MDIO Bus: probed\n[ 0.638858] tun: Universal TUN/TAP device driver, 1.6\n[ 0.640020] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.642602] PPP generic driver version 2.4.2\n[ 0.643665] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.645151] ehci-pci: EHCI PCI platform driver\n[ 0.646212] ehci-platform: EHCI generic platform driver\n[ 0.647403] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.648781] ohci-pci: OHCI PCI platform driver\n[ 0.649845] ohci-platform: OHCI generic platform driver\n[ 0.651041] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.665686] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.666897] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.668632] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.669847] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.671217] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.672729] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.674435] usb usb1: Product: UHCI Host Controller\n[ 0.675574] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.677040] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.678360] hub 1-0:1.0: USB hub found\n[ 0.679424] hub 1-0:1.0: 2 ports detected\n[ 0.680685] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.683588] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.684939] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.686365] mousedev: PS/2 mouse device common for all mice\n[ 0.688093] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.690711] rtc_cmos 00:00: RTC can wake from S4\n[ 0.692219] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.693851] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.695566] i2c /dev entries driver\n[ 0.696668] device-mapper: uevent: version 1.0.3\n[ 0.697971] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.699937] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.701473] NET: Registered protocol family 10\n[ 0.702681] NET: Registered protocol family 17\n[ 0.703741] Key type dns_resolver registered\n[ 0.704839] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.706166] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.708273] registered taskstats version 1\n[ 0.709283] Loading compiled-in X.509 certificates\n[ 0.710920] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.713173] zswap: loaded using pool lzo/zbud\n[ 0.714733] Key type trusted registered\n[ 0.716453] Key type encrypted registered\n[ 0.717472] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.718747] ima: No TPM chip found, activating TPM-bypass!\n[ 0.720033] evm: HMAC attrs: 0x1\n[ 0.721121] Magic number: 2:378:834\n[ 0.722131] rtc_cmos 00:00: setting system clock to 2018-09-04 12:48:20 UTC (1536065300)\n[ 0.724073] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.725442] EDD information not available.\n[ 0.796978] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.798842] Write protecting the kernel read-only data: 14336k\n[ 0.811378] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.813535] 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.856575] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.97\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found 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.11.5...\nLease of 10.10.11.5 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.14. iid=i-0000011a\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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCn+Jg+cYLsOGVoDRgPH22I6zH5z4GrGOl50/lHqyOWYPC5qNsGsp2nxKqRh6mPOMor0sr6Fh3NwTfpTGGnQ2AnT5fWo6w3YhJ4ZuNNfbSrdAtJiTyGVlsMq1ayaZDYGn7jOTRfTpHnCLDdMvARd63tTWwrSQp4vUrD9S9zXzXKf7y/qLrH6N327iBGUHxKdQ96G937FKJMOVr6UbLYipl1Hb1znlGa2SpY49E89sc30U4aqqo0dtgwDyjoq7UVenSlAjfDSD2EFz72mBS/Nte3HmV5IAhX2AFp+/ltSx4HJRwNMjd+H/1Pn2spDQx/m1vMMi4wtKVa3ENIoB5+wpBz root@sdnvpn-4-5\nssh-dss AAAAB3NzaC1kc3MAAACBAOUPjwJR3HRCrLAbSyFBC4zUe0FVmDu2D0Uf08tezWxFgXKnwv6KghBDpyraFUkQkmrSlklOuQMSWhyP2eDtdibKpNIbZn/2pQeFj0n2YUxFNGfQeQiKO4KdHprzVPQE4ywV+/YXbATVjj53yrsEW4GCtIpLa8Tsj/HGtixS1PZ3AAAAFQCPKpJGwk6NH2bkMK68pTHLvbkrJwAAAIBayzEK3uS3lKtt2FBDWFU4Olh8JAQ/gniittVfpYgrM2f67qiNnMxpJ6H6OE9GiXYUg1pB/aCxjHaso39AanoKgVDVTg+Pgmu7V+Q+cM6bgJYnmnfBFLXwNFURUxkcii03I70kBTef17/Doeonfwzj1jVU8CQPJ2L+i3b5q4fDgAAAAIAPGaPJ/eL5Pz8/G2qDBpe1yIVHOyXpEQoHCRsU22rGdHE/zyoP9ZZB2R0iR4p+oDuo1nbzhGnkiowYSuToKORpaHBUnh/9fX6ykONYPjm3Skab01TXioyVSPBptUH9ZMW38ACs0/l6q6Ckh/+TKrQaDWhtl1GmLNO6gzBGQgXpHg== 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.5,24,fe80::f816:3eff:fe8b:7934/64,\nip-route:default via 10.10.11.1 dev eth0 \nip-route:10.10.11.0/24 dev eth0 src 10.10.11.5 \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-0000011a\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-4-5\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=62.80 ===\n"} 2018-09-04 12:49:24,228 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/17b53f5a-b1e8-4e47-a207-7f0518638f91/action used request id req-8bfcb09d-8f1a-4549-9811-74d45f1d5f91 2018-09-04 12:49:26,249 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/servers/17b53f5a-b1e8-4e47-a207-7f0518638f91/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}116da38110b6dc44edfa8a701dc9d3f1d20ee90c" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-04 12:49:27,319 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12:49: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-9937fa81-f747-49f4-926d-a79ae9738fde x-compute-request-id: req-9937fa81-f747-49f4-926d-a79ae9738fde Content-Encoding: gzip Content-Length: 9990 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 477975982 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 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.138459] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.140119] pid_max: default: 32768 minimum: 301\n[ 0.141012] ACPI: Core revision 20150930\n[ 0.142394] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.143710] Security Framework initialized\n[ 0.144527] Yama: becoming mindful.\n[ 0.145254] AppArmor: AppArmor initialized\n[ 0.146120] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.147456] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.148740] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.149954] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.151339] Initializing cgroup subsys io\n[ 0.152158] Initializing cgroup subsys memory\n[ 0.153018] Initializing cgroup subsys devices\n[ 0.153901] Initializing cgroup subsys freezer\n[ 0.154768] Initializing cgroup subsys net_cls\n[ 0.155631] Initializing cgroup subsys perf_event\n[ 0.156539] Initializing cgroup subsys net_prio\n[ 0.157416] Initializing cgroup subsys hugetlb\n[ 0.158288] Initializing cgroup subsys pids\n[ 0.159170] CPU: Physical Processor ID: 0\n[ 0.160662] mce: CPU supports 10 MCE banks\n[ 0.161513] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.162516] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.173260] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.179780] ftrace: allocating 31920 entries in 125 pages\n[ 0.206670] smpboot: Max logical packages: 1\n[ 0.207532] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.208886] x2apic enabled\n[ 0.209709] Switched APIC routing to physical x2apic.\n[ 0.211469] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.212605] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.214610] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.216394] KVM setup paravirtual spinlock\n[ 0.217694] x86: Booted up 1 node, 1 CPUs\n[ 0.218500] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.219895] devtmpfs: initialized\n[ 0.221608] evm: security.selinux\n[ 0.222307] evm: security.SMACK64\n[ 0.223004] evm: security.SMACK64EXEC\n[ 0.223751] evm: security.SMACK64TRANSMUTE\n[ 0.224559] evm: security.SMACK64MMAP\n[ 0.225303] evm: security.ima\n[ 0.225947] evm: security.capability\n[ 0.226750] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.228594] pinctrl core: initialized pinctrl subsystem\n[ 0.229699] RTC time: 12:48:19, date: 09/04/18\n[ 0.230654] NET: Registered protocol family 16\n[ 0.231622] cpuidle: using governor ladder\n[ 0.232439] cpuidle: using governor menu\n[ 0.233231] PCCT header not found.\n[ 0.233992] ACPI: bus type PCI registered\n[ 0.234799] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.236046] PCI: Using configuration type 1 for base access\n[ 0.237804] ACPI: Added _OSI(Module Device)\n[ 0.238646] ACPI: Added _OSI(Processor Device)\n[ 0.239503] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.240404] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.242530] ACPI: Interpreter enabled\n[ 0.243299] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.245151] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.246995] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.248851] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.250693] ACPI: (supports S0 S5)\n[ 0.251398] ACPI: Using IOAPIC for interrupt routing\n[ 0.252566] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.255669] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.256813] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.258045] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.259243] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.261473] acpiphp: Slot [3] registered\n[ 0.262285] acpiphp: Slot [4] registered\n[ 0.263088] acpiphp: Slot [5] registered\n[ 0.263894] acpiphp: Slot [6] registered\n[ 0.264692] acpiphp: Slot [7] registered\n[ 0.265493] acpiphp: Slot [8] registered\n[ 0.266297] acpiphp: Slot [9] registered\n[ 0.267097] acpiphp: Slot [10] registered\n[ 0.267917] acpiphp: Slot [11] registered\n[ 0.268730] acpiphp: Slot [12] registered\n[ 0.269548] acpiphp: Slot [13] registered\n[ 0.270355] acpiphp: Slot [14] registered\n[ 0.271168] acpiphp: Slot [15] registered\n[ 0.282518] acpiphp: Slot [16] registered\n[ 0.283333] acpiphp: Slot [17] registered\n[ 0.284146] acpiphp: Slot [18] registered\n[ 0.284955] acpiphp: Slot [19] registered\n[ 0.285766] acpiphp: Slot [20] registered\n[ 0.286583] acpiphp: Slot [21] registered\n[ 0.287391] acpiphp: Slot [22] registered\n[ 0.288200] acpiphp: Slot [23] registered\n[ 0.289015] acpiphp: Slot [24] registered\n[ 0.289829] acpiphp: Slot [25] registered\n[ 0.290642] acpiphp: Slot [26] registered\n[ 0.291449] acpiphp: Slot [27] registered\n[ 0.292263] acpiphp: Slot [28] registered\n[ 0.293078] acpiphp: Slot [29] registered\n[ 0.293891] acpiphp: Slot [30] registered\n[ 0.294710] acpiphp: Slot [31] registered\n[ 0.295519] PCI host bridge to bus 0000:00\n[ 0.296324] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.297533] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.298744] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.300192] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.301644] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.307901] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.309187] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.310359] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.311621] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.318416] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.319855] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.369822] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.371325] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.372759] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.374191] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.375595] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.376858] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.378030] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.379105] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.380680] vgaarb: loaded\n[ 0.381290] vgaarb: bridge control possible 0000:00:02.0\n[ 0.382452] SCSI subsystem initialized\n[ 0.383290] ACPI: bus type USB registered\n[ 0.384120] usbcore: registered new interface driver usbfs\n[ 0.385163] usbcore: registered new interface driver hub\n[ 0.386192] usbcore: registered new device driver usb\n[ 0.387274] PCI: Using ACPI for IRQ routing\n[ 0.388316] NetLabel: Initializing\n[ 0.389039] NetLabel: domain hash size = 128\n[ 0.389903] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.390865] NetLabel: unlabeled traffic allowed by default\n[ 0.391978] clocksource: Switched to clocksource kvm-clock\n[ 0.397528] AppArmor: AppArmor Filesystem Enabled\n[ 0.398491] pnp: PnP ACPI init\n[ 0.399410] pnp: PnP ACPI: found 5 devices\n[ 0.405793] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.407512] NET: Registered protocol family 2\n[ 0.408474] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.409763] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.410950] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.412143] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.413229] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.414399] NET: Registered protocol family 1\n[ 0.415269] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.416379] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.417459] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.431517] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.445782] Trying to unpack rootfs image as initramfs...\n[ 0.495392] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.509308] Scanning for low memory corruption every 60 seconds\n[ 0.510981] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.512533] audit: initializing netlink subsys (disabled)\n[ 0.513914] audit: type=2000 audit(1536065300.694:1): initialized\n[ 0.515616] Initialise system trusted keyring\n[ 0.516831] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.518403] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.520787] zbud: loaded\n[ 0.521656] VFS: Disk quotas dquot_6.6.0\n[ 0.522732] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.524701] fuse init (API version 7.23)\n[ 0.525855] Key type big_key registered\n[ 0.526905] Allocating IMA MOK and blacklist keyrings.\n[ 0.528366] Key type asymmetric registered\n[ 0.529489] Asymmetric key parser 'x509' registered\n[ 0.530801] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.533145] io scheduler noop registered\n[ 0.534199] io scheduler deadline registered (default)\n[ 0.535529] io scheduler cfq registered\n[ 0.536634] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.538086] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.539780] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.541740] ACPI: Power Button [PWRF]\n[ 0.542826] GHES: HEST is not enabled!\n[ 0.556884] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.587404] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.590685] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.614523] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.617004] Linux agpgart interface v0.103\n[ 0.619225] brd: module loaded\n[ 0.620592] loop: module loaded\n[ 0.625463] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.627205] GPT:90111 != 2097151\n[ 0.628019] GPT:Alternate GPT header not at the end of the disk.\n[ 0.629344] GPT:90111 != 2097151\n[ 0.630155] GPT: Use GNU Parted to correct GPT errors.\n[ 0.631332] vda: vda1 vda15\n[ 0.632930] scsi host0: ata_piix\n[ 0.633807] scsi host1: ata_piix\n[ 0.634655] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.636147] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.637862] libphy: Fixed MDIO Bus: probed\n[ 0.638858] tun: Universal TUN/TAP device driver, 1.6\n[ 0.640020] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.642602] PPP generic driver version 2.4.2\n[ 0.643665] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.645151] ehci-pci: EHCI PCI platform driver\n[ 0.646212] ehci-platform: EHCI generic platform driver\n[ 0.647403] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.648781] ohci-pci: OHCI PCI platform driver\n[ 0.649845] ohci-platform: OHCI generic platform driver\n[ 0.651041] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.665686] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.666897] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.668632] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.669847] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.671217] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.672729] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.674435] usb usb1: Product: UHCI Host Controller\n[ 0.675574] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.677040] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.678360] hub 1-0:1.0: USB hub found\n[ 0.679424] hub 1-0:1.0: 2 ports detected\n[ 0.680685] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.683588] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.684939] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.686365] mousedev: PS/2 mouse device common for all mice\n[ 0.688093] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.690711] rtc_cmos 00:00: RTC can wake from S4\n[ 0.692219] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.693851] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.695566] i2c /dev entries driver\n[ 0.696668] device-mapper: uevent: version 1.0.3\n[ 0.697971] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.699937] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.701473] NET: Registered protocol family 10\n[ 0.702681] NET: Registered protocol family 17\n[ 0.703741] Key type dns_resolver registered\n[ 0.704839] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.706166] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.708273] registered taskstats version 1\n[ 0.709283] Loading compiled-in X.509 certificates\n[ 0.710920] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.713173] zswap: loaded using pool lzo/zbud\n[ 0.714733] Key type trusted registered\n[ 0.716453] Key type encrypted registered\n[ 0.717472] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.718747] ima: No TPM chip found, activating TPM-bypass!\n[ 0.720033] evm: HMAC attrs: 0x1\n[ 0.721121] Magic number: 2:378:834\n[ 0.722131] rtc_cmos 00:00: setting system clock to 2018-09-04 12:48:20 UTC (1536065300)\n[ 0.724073] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.725442] EDD information not available.\n[ 0.796978] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.798842] Write protecting the kernel read-only data: 14336k\n[ 0.811378] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.813535] 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.856575] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.97\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found 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.11.5...\nLease of 10.10.11.5 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.14. iid=i-0000011a\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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCn+Jg+cYLsOGVoDRgPH22I6zH5z4GrGOl50/lHqyOWYPC5qNsGsp2nxKqRh6mPOMor0sr6Fh3NwTfpTGGnQ2AnT5fWo6w3YhJ4ZuNNfbSrdAtJiTyGVlsMq1ayaZDYGn7jOTRfTpHnCLDdMvARd63tTWwrSQp4vUrD9S9zXzXKf7y/qLrH6N327iBGUHxKdQ96G937FKJMOVr6UbLYipl1Hb1znlGa2SpY49E89sc30U4aqqo0dtgwDyjoq7UVenSlAjfDSD2EFz72mBS/Nte3HmV5IAhX2AFp+/ltSx4HJRwNMjd+H/1Pn2spDQx/m1vMMi4wtKVa3ENIoB5+wpBz root@sdnvpn-4-5\nssh-dss AAAAB3NzaC1kc3MAAACBAOUPjwJR3HRCrLAbSyFBC4zUe0FVmDu2D0Uf08tezWxFgXKnwv6KghBDpyraFUkQkmrSlklOuQMSWhyP2eDtdibKpNIbZn/2pQeFj0n2YUxFNGfQeQiKO4KdHprzVPQE4ywV+/YXbATVjj53yrsEW4GCtIpLa8Tsj/HGtixS1PZ3AAAAFQCPKpJGwk6NH2bkMK68pTHLvbkrJwAAAIBayzEK3uS3lKtt2FBDWFU4Olh8JAQ/gniittVfpYgrM2f67qiNnMxpJ6H6OE9GiXYUg1pB/aCxjHaso39AanoKgVDVTg+Pgmu7V+Q+cM6bgJYnmnfBFLXwNFURUxkcii03I70kBTef17/Doeonfwzj1jVU8CQPJ2L+i3b5q4fDgAAAAIAPGaPJ/eL5Pz8/G2qDBpe1yIVHOyXpEQoHCRsU22rGdHE/zyoP9ZZB2R0iR4p+oDuo1nbzhGnkiowYSuToKORpaHBUnh/9fX6ykONYPjm3Skab01TXioyVSPBptUH9ZMW38ACs0/l6q6Ckh/+TKrQaDWhtl1GmLNO6gzBGQgXpHg== 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.5,24,fe80::f816:3eff:fe8b:7934/64,\nip-route:default via 10.10.11.1 dev eth0 \nip-route:10.10.11.0/24 dev eth0 src 10.10.11.5 \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-0000011a\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-4-5\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=62.80 ===\n/dev/root resized successfully [took 2.34s]\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:79:34 \n inet addr:10.10.11.5 Bcast:10.10.11.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe8b:7934/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:76 errors:0 dropped:17 overruns:0 frame:0\n TX packets:104 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:9439 (9.2 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-09-04 12:49:27,320 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/17b53f5a-b1e8-4e47-a207-7f0518638f91/action used request id req-9937fa81-f747-49f4-926d-a79ae9738fde 2018-09-04 12:49:29,342 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/servers/17b53f5a-b1e8-4e47-a207-7f0518638f91/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}116da38110b6dc44edfa8a701dc9d3f1d20ee90c" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-04 12:49:30,414 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12:49: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-991dd6bf-58f0-44d2-8bce-f5f99e9daefd x-compute-request-id: req-991dd6bf-58f0-44d2-8bce-f5f99e9daefd Content-Encoding: gzip Content-Length: 9990 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 477975982 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 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.138459] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.140119] pid_max: default: 32768 minimum: 301\n[ 0.141012] ACPI: Core revision 20150930\n[ 0.142394] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.143710] Security Framework initialized\n[ 0.144527] Yama: becoming mindful.\n[ 0.145254] AppArmor: AppArmor initialized\n[ 0.146120] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.147456] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.148740] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.149954] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.151339] Initializing cgroup subsys io\n[ 0.152158] Initializing cgroup subsys memory\n[ 0.153018] Initializing cgroup subsys devices\n[ 0.153901] Initializing cgroup subsys freezer\n[ 0.154768] Initializing cgroup subsys net_cls\n[ 0.155631] Initializing cgroup subsys perf_event\n[ 0.156539] Initializing cgroup subsys net_prio\n[ 0.157416] Initializing cgroup subsys hugetlb\n[ 0.158288] Initializing cgroup subsys pids\n[ 0.159170] CPU: Physical Processor ID: 0\n[ 0.160662] mce: CPU supports 10 MCE banks\n[ 0.161513] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.162516] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.173260] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.179780] ftrace: allocating 31920 entries in 125 pages\n[ 0.206670] smpboot: Max logical packages: 1\n[ 0.207532] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.208886] x2apic enabled\n[ 0.209709] Switched APIC routing to physical x2apic.\n[ 0.211469] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.212605] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.214610] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.216394] KVM setup paravirtual spinlock\n[ 0.217694] x86: Booted up 1 node, 1 CPUs\n[ 0.218500] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.219895] devtmpfs: initialized\n[ 0.221608] evm: security.selinux\n[ 0.222307] evm: security.SMACK64\n[ 0.223004] evm: security.SMACK64EXEC\n[ 0.223751] evm: security.SMACK64TRANSMUTE\n[ 0.224559] evm: security.SMACK64MMAP\n[ 0.225303] evm: security.ima\n[ 0.225947] evm: security.capability\n[ 0.226750] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.228594] pinctrl core: initialized pinctrl subsystem\n[ 0.229699] RTC time: 12:48:19, date: 09/04/18\n[ 0.230654] NET: Registered protocol family 16\n[ 0.231622] cpuidle: using governor ladder\n[ 0.232439] cpuidle: using governor menu\n[ 0.233231] PCCT header not found.\n[ 0.233992] ACPI: bus type PCI registered\n[ 0.234799] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.236046] PCI: Using configuration type 1 for base access\n[ 0.237804] ACPI: Added _OSI(Module Device)\n[ 0.238646] ACPI: Added _OSI(Processor Device)\n[ 0.239503] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.240404] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.242530] ACPI: Interpreter enabled\n[ 0.243299] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.245151] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.246995] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.248851] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.250693] ACPI: (supports S0 S5)\n[ 0.251398] ACPI: Using IOAPIC for interrupt routing\n[ 0.252566] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.255669] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.256813] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.258045] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.259243] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.261473] acpiphp: Slot [3] registered\n[ 0.262285] acpiphp: Slot [4] registered\n[ 0.263088] acpiphp: Slot [5] registered\n[ 0.263894] acpiphp: Slot [6] registered\n[ 0.264692] acpiphp: Slot [7] registered\n[ 0.265493] acpiphp: Slot [8] registered\n[ 0.266297] acpiphp: Slot [9] registered\n[ 0.267097] acpiphp: Slot [10] registered\n[ 0.267917] acpiphp: Slot [11] registered\n[ 0.268730] acpiphp: Slot [12] registered\n[ 0.269548] acpiphp: Slot [13] registered\n[ 0.270355] acpiphp: Slot [14] registered\n[ 0.271168] acpiphp: Slot [15] registered\n[ 0.282518] acpiphp: Slot [16] registered\n[ 0.283333] acpiphp: Slot [17] registered\n[ 0.284146] acpiphp: Slot [18] registered\n[ 0.284955] acpiphp: Slot [19] registered\n[ 0.285766] acpiphp: Slot [20] registered\n[ 0.286583] acpiphp: Slot [21] registered\n[ 0.287391] acpiphp: Slot [22] registered\n[ 0.288200] acpiphp: Slot [23] registered\n[ 0.289015] acpiphp: Slot [24] registered\n[ 0.289829] acpiphp: Slot [25] registered\n[ 0.290642] acpiphp: Slot [26] registered\n[ 0.291449] acpiphp: Slot [27] registered\n[ 0.292263] acpiphp: Slot [28] registered\n[ 0.293078] acpiphp: Slot [29] registered\n[ 0.293891] acpiphp: Slot [30] registered\n[ 0.294710] acpiphp: Slot [31] registered\n[ 0.295519] PCI host bridge to bus 0000:00\n[ 0.296324] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.297533] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.298744] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.300192] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.301644] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.307901] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.309187] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.310359] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.311621] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.318416] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.319855] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.369822] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.371325] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.372759] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.374191] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.375595] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.376858] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.378030] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.379105] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.380680] vgaarb: loaded\n[ 0.381290] vgaarb: bridge control possible 0000:00:02.0\n[ 0.382452] SCSI subsystem initialized\n[ 0.383290] ACPI: bus type USB registered\n[ 0.384120] usbcore: registered new interface driver usbfs\n[ 0.385163] usbcore: registered new interface driver hub\n[ 0.386192] usbcore: registered new device driver usb\n[ 0.387274] PCI: Using ACPI for IRQ routing\n[ 0.388316] NetLabel: Initializing\n[ 0.389039] NetLabel: domain hash size = 128\n[ 0.389903] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.390865] NetLabel: unlabeled traffic allowed by default\n[ 0.391978] clocksource: Switched to clocksource kvm-clock\n[ 0.397528] AppArmor: AppArmor Filesystem Enabled\n[ 0.398491] pnp: PnP ACPI init\n[ 0.399410] pnp: PnP ACPI: found 5 devices\n[ 0.405793] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.407512] NET: Registered protocol family 2\n[ 0.408474] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.409763] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.410950] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.412143] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.413229] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.414399] NET: Registered protocol family 1\n[ 0.415269] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.416379] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.417459] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.431517] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.445782] Trying to unpack rootfs image as initramfs...\n[ 0.495392] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.509308] Scanning for low memory corruption every 60 seconds\n[ 0.510981] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.512533] audit: initializing netlink subsys (disabled)\n[ 0.513914] audit: type=2000 audit(1536065300.694:1): initialized\n[ 0.515616] Initialise system trusted keyring\n[ 0.516831] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.518403] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.520787] zbud: loaded\n[ 0.521656] VFS: Disk quotas dquot_6.6.0\n[ 0.522732] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.524701] fuse init (API version 7.23)\n[ 0.525855] Key type big_key registered\n[ 0.526905] Allocating IMA MOK and blacklist keyrings.\n[ 0.528366] Key type asymmetric registered\n[ 0.529489] Asymmetric key parser 'x509' registered\n[ 0.530801] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.533145] io scheduler noop registered\n[ 0.534199] io scheduler deadline registered (default)\n[ 0.535529] io scheduler cfq registered\n[ 0.536634] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.538086] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.539780] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.541740] ACPI: Power Button [PWRF]\n[ 0.542826] GHES: HEST is not enabled!\n[ 0.556884] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.587404] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.590685] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.614523] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.617004] Linux agpgart interface v0.103\n[ 0.619225] brd: module loaded\n[ 0.620592] loop: module loaded\n[ 0.625463] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.627205] GPT:90111 != 2097151\n[ 0.628019] GPT:Alternate GPT header not at the end of the disk.\n[ 0.629344] GPT:90111 != 2097151\n[ 0.630155] GPT: Use GNU Parted to correct GPT errors.\n[ 0.631332] vda: vda1 vda15\n[ 0.632930] scsi host0: ata_piix\n[ 0.633807] scsi host1: ata_piix\n[ 0.634655] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.636147] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.637862] libphy: Fixed MDIO Bus: probed\n[ 0.638858] tun: Universal TUN/TAP device driver, 1.6\n[ 0.640020] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.642602] PPP generic driver version 2.4.2\n[ 0.643665] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.645151] ehci-pci: EHCI PCI platform driver\n[ 0.646212] ehci-platform: EHCI generic platform driver\n[ 0.647403] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.648781] ohci-pci: OHCI PCI platform driver\n[ 0.649845] ohci-platform: OHCI generic platform driver\n[ 0.651041] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.665686] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.666897] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.668632] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.669847] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.671217] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.672729] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.674435] usb usb1: Product: UHCI Host Controller\n[ 0.675574] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.677040] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.678360] hub 1-0:1.0: USB hub found\n[ 0.679424] hub 1-0:1.0: 2 ports detected\n[ 0.680685] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.683588] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.684939] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.686365] mousedev: PS/2 mouse device common for all mice\n[ 0.688093] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.690711] rtc_cmos 00:00: RTC can wake from S4\n[ 0.692219] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.693851] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.695566] i2c /dev entries driver\n[ 0.696668] device-mapper: uevent: version 1.0.3\n[ 0.697971] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.699937] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.701473] NET: Registered protocol family 10\n[ 0.702681] NET: Registered protocol family 17\n[ 0.703741] Key type dns_resolver registered\n[ 0.704839] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.706166] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.708273] registered taskstats version 1\n[ 0.709283] Loading compiled-in X.509 certificates\n[ 0.710920] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.713173] zswap: loaded using pool lzo/zbud\n[ 0.714733] Key type trusted registered\n[ 0.716453] Key type encrypted registered\n[ 0.717472] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.718747] ima: No TPM chip found, activating TPM-bypass!\n[ 0.720033] evm: HMAC attrs: 0x1\n[ 0.721121] Magic number: 2:378:834\n[ 0.722131] rtc_cmos 00:00: setting system clock to 2018-09-04 12:48:20 UTC (1536065300)\n[ 0.724073] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.725442] EDD information not available.\n[ 0.796978] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.798842] Write protecting the kernel read-only data: 14336k\n[ 0.811378] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.813535] 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.856575] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.97\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found 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.11.5...\nLease of 10.10.11.5 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.14. iid=i-0000011a\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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCn+Jg+cYLsOGVoDRgPH22I6zH5z4GrGOl50/lHqyOWYPC5qNsGsp2nxKqRh6mPOMor0sr6Fh3NwTfpTGGnQ2AnT5fWo6w3YhJ4ZuNNfbSrdAtJiTyGVlsMq1ayaZDYGn7jOTRfTpHnCLDdMvARd63tTWwrSQp4vUrD9S9zXzXKf7y/qLrH6N327iBGUHxKdQ96G937FKJMOVr6UbLYipl1Hb1znlGa2SpY49E89sc30U4aqqo0dtgwDyjoq7UVenSlAjfDSD2EFz72mBS/Nte3HmV5IAhX2AFp+/ltSx4HJRwNMjd+H/1Pn2spDQx/m1vMMi4wtKVa3ENIoB5+wpBz root@sdnvpn-4-5\nssh-dss AAAAB3NzaC1kc3MAAACBAOUPjwJR3HRCrLAbSyFBC4zUe0FVmDu2D0Uf08tezWxFgXKnwv6KghBDpyraFUkQkmrSlklOuQMSWhyP2eDtdibKpNIbZn/2pQeFj0n2YUxFNGfQeQiKO4KdHprzVPQE4ywV+/YXbATVjj53yrsEW4GCtIpLa8Tsj/HGtixS1PZ3AAAAFQCPKpJGwk6NH2bkMK68pTHLvbkrJwAAAIBayzEK3uS3lKtt2FBDWFU4Olh8JAQ/gniittVfpYgrM2f67qiNnMxpJ6H6OE9GiXYUg1pB/aCxjHaso39AanoKgVDVTg+Pgmu7V+Q+cM6bgJYnmnfBFLXwNFURUxkcii03I70kBTef17/Doeonfwzj1jVU8CQPJ2L+i3b5q4fDgAAAAIAPGaPJ/eL5Pz8/G2qDBpe1yIVHOyXpEQoHCRsU22rGdHE/zyoP9ZZB2R0iR4p+oDuo1nbzhGnkiowYSuToKORpaHBUnh/9fX6ykONYPjm3Skab01TXioyVSPBptUH9ZMW38ACs0/l6q6Ckh/+TKrQaDWhtl1GmLNO6gzBGQgXpHg== 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.5,24,fe80::f816:3eff:fe8b:7934/64,\nip-route:default via 10.10.11.1 dev eth0 \nip-route:10.10.11.0/24 dev eth0 src 10.10.11.5 \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-0000011a\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-4-5\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=62.80 ===\n/dev/root resized successfully [took 2.34s]\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:79:34 \n inet addr:10.10.11.5 Bcast:10.10.11.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe8b:7934/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:76 errors:0 dropped:17 overruns:0 frame:0\n TX packets:104 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:9439 (9.2 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-09-04 12:49:30,415 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/17b53f5a-b1e8-4e47-a207-7f0518638f91/action used request id req-991dd6bf-58f0-44d2-8bce-f5f99e9daefd 2018-09-04 12:49:32,436 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/servers/17b53f5a-b1e8-4e47-a207-7f0518638f91/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}116da38110b6dc44edfa8a701dc9d3f1d20ee90c" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-04 12:49:33,510 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12:49: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-9a5b1643-7e52-4fe2-b21d-95e526ef160b x-compute-request-id: req-9a5b1643-7e52-4fe2-b21d-95e526ef160b Content-Encoding: gzip Content-Length: 9990 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 477975982 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 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.138459] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.140119] pid_max: default: 32768 minimum: 301\n[ 0.141012] ACPI: Core revision 20150930\n[ 0.142394] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.143710] Security Framework initialized\n[ 0.144527] Yama: becoming mindful.\n[ 0.145254] AppArmor: AppArmor initialized\n[ 0.146120] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.147456] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.148740] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.149954] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.151339] Initializing cgroup subsys io\n[ 0.152158] Initializing cgroup subsys memory\n[ 0.153018] Initializing cgroup subsys devices\n[ 0.153901] Initializing cgroup subsys freezer\n[ 0.154768] Initializing cgroup subsys net_cls\n[ 0.155631] Initializing cgroup subsys perf_event\n[ 0.156539] Initializing cgroup subsys net_prio\n[ 0.157416] Initializing cgroup subsys hugetlb\n[ 0.158288] Initializing cgroup subsys pids\n[ 0.159170] CPU: Physical Processor ID: 0\n[ 0.160662] mce: CPU supports 10 MCE banks\n[ 0.161513] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.162516] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.173260] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.179780] ftrace: allocating 31920 entries in 125 pages\n[ 0.206670] smpboot: Max logical packages: 1\n[ 0.207532] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.208886] x2apic enabled\n[ 0.209709] Switched APIC routing to physical x2apic.\n[ 0.211469] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.212605] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.214610] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.216394] KVM setup paravirtual spinlock\n[ 0.217694] x86: Booted up 1 node, 1 CPUs\n[ 0.218500] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.219895] devtmpfs: initialized\n[ 0.221608] evm: security.selinux\n[ 0.222307] evm: security.SMACK64\n[ 0.223004] evm: security.SMACK64EXEC\n[ 0.223751] evm: security.SMACK64TRANSMUTE\n[ 0.224559] evm: security.SMACK64MMAP\n[ 0.225303] evm: security.ima\n[ 0.225947] evm: security.capability\n[ 0.226750] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.228594] pinctrl core: initialized pinctrl subsystem\n[ 0.229699] RTC time: 12:48:19, date: 09/04/18\n[ 0.230654] NET: Registered protocol family 16\n[ 0.231622] cpuidle: using governor ladder\n[ 0.232439] cpuidle: using governor menu\n[ 0.233231] PCCT header not found.\n[ 0.233992] ACPI: bus type PCI registered\n[ 0.234799] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.236046] PCI: Using configuration type 1 for base access\n[ 0.237804] ACPI: Added _OSI(Module Device)\n[ 0.238646] ACPI: Added _OSI(Processor Device)\n[ 0.239503] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.240404] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.242530] ACPI: Interpreter enabled\n[ 0.243299] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.245151] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.246995] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.248851] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.250693] ACPI: (supports S0 S5)\n[ 0.251398] ACPI: Using IOAPIC for interrupt routing\n[ 0.252566] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.255669] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.256813] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.258045] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.259243] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.261473] acpiphp: Slot [3] registered\n[ 0.262285] acpiphp: Slot [4] registered\n[ 0.263088] acpiphp: Slot [5] registered\n[ 0.263894] acpiphp: Slot [6] registered\n[ 0.264692] acpiphp: Slot [7] registered\n[ 0.265493] acpiphp: Slot [8] registered\n[ 0.266297] acpiphp: Slot [9] registered\n[ 0.267097] acpiphp: Slot [10] registered\n[ 0.267917] acpiphp: Slot [11] registered\n[ 0.268730] acpiphp: Slot [12] registered\n[ 0.269548] acpiphp: Slot [13] registered\n[ 0.270355] acpiphp: Slot [14] registered\n[ 0.271168] acpiphp: Slot [15] registered\n[ 0.282518] acpiphp: Slot [16] registered\n[ 0.283333] acpiphp: Slot [17] registered\n[ 0.284146] acpiphp: Slot [18] registered\n[ 0.284955] acpiphp: Slot [19] registered\n[ 0.285766] acpiphp: Slot [20] registered\n[ 0.286583] acpiphp: Slot [21] registered\n[ 0.287391] acpiphp: Slot [22] registered\n[ 0.288200] acpiphp: Slot [23] registered\n[ 0.289015] acpiphp: Slot [24] registered\n[ 0.289829] acpiphp: Slot [25] registered\n[ 0.290642] acpiphp: Slot [26] registered\n[ 0.291449] acpiphp: Slot [27] registered\n[ 0.292263] acpiphp: Slot [28] registered\n[ 0.293078] acpiphp: Slot [29] registered\n[ 0.293891] acpiphp: Slot [30] registered\n[ 0.294710] acpiphp: Slot [31] registered\n[ 0.295519] PCI host bridge to bus 0000:00\n[ 0.296324] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.297533] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.298744] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.300192] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.301644] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.307901] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.309187] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.310359] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.311621] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.318416] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.319855] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.369822] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.371325] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.372759] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.374191] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.375595] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.376858] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.378030] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.379105] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.380680] vgaarb: loaded\n[ 0.381290] vgaarb: bridge control possible 0000:00:02.0\n[ 0.382452] SCSI subsystem initialized\n[ 0.383290] ACPI: bus type USB registered\n[ 0.384120] usbcore: registered new interface driver usbfs\n[ 0.385163] usbcore: registered new interface driver hub\n[ 0.386192] usbcore: registered new device driver usb\n[ 0.387274] PCI: Using ACPI for IRQ routing\n[ 0.388316] NetLabel: Initializing\n[ 0.389039] NetLabel: domain hash size = 128\n[ 0.389903] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.390865] NetLabel: unlabeled traffic allowed by default\n[ 0.391978] clocksource: Switched to clocksource kvm-clock\n[ 0.397528] AppArmor: AppArmor Filesystem Enabled\n[ 0.398491] pnp: PnP ACPI init\n[ 0.399410] pnp: PnP ACPI: found 5 devices\n[ 0.405793] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.407512] NET: Registered protocol family 2\n[ 0.408474] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.409763] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.410950] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.412143] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.413229] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.414399] NET: Registered protocol family 1\n[ 0.415269] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.416379] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.417459] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.431517] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.445782] Trying to unpack rootfs image as initramfs...\n[ 0.495392] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.509308] Scanning for low memory corruption every 60 seconds\n[ 0.510981] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.512533] audit: initializing netlink subsys (disabled)\n[ 0.513914] audit: type=2000 audit(1536065300.694:1): initialized\n[ 0.515616] Initialise system trusted keyring\n[ 0.516831] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.518403] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.520787] zbud: loaded\n[ 0.521656] VFS: Disk quotas dquot_6.6.0\n[ 0.522732] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.524701] fuse init (API version 7.23)\n[ 0.525855] Key type big_key registered\n[ 0.526905] Allocating IMA MOK and blacklist keyrings.\n[ 0.528366] Key type asymmetric registered\n[ 0.529489] Asymmetric key parser 'x509' registered\n[ 0.530801] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.533145] io scheduler noop registered\n[ 0.534199] io scheduler deadline registered (default)\n[ 0.535529] io scheduler cfq registered\n[ 0.536634] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.538086] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.539780] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.541740] ACPI: Power Button [PWRF]\n[ 0.542826] GHES: HEST is not enabled!\n[ 0.556884] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.587404] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.590685] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.614523] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.617004] Linux agpgart interface v0.103\n[ 0.619225] brd: module loaded\n[ 0.620592] loop: module loaded\n[ 0.625463] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.627205] GPT:90111 != 2097151\n[ 0.628019] GPT:Alternate GPT header not at the end of the disk.\n[ 0.629344] GPT:90111 != 2097151\n[ 0.630155] GPT: Use GNU Parted to correct GPT errors.\n[ 0.631332] vda: vda1 vda15\n[ 0.632930] scsi host0: ata_piix\n[ 0.633807] scsi host1: ata_piix\n[ 0.634655] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.636147] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.637862] libphy: Fixed MDIO Bus: probed\n[ 0.638858] tun: Universal TUN/TAP device driver, 1.6\n[ 0.640020] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.642602] PPP generic driver version 2.4.2\n[ 0.643665] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.645151] ehci-pci: EHCI PCI platform driver\n[ 0.646212] ehci-platform: EHCI generic platform driver\n[ 0.647403] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.648781] ohci-pci: OHCI PCI platform driver\n[ 0.649845] ohci-platform: OHCI generic platform driver\n[ 0.651041] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.665686] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.666897] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.668632] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.669847] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.671217] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.672729] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.674435] usb usb1: Product: UHCI Host Controller\n[ 0.675574] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.677040] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.678360] hub 1-0:1.0: USB hub found\n[ 0.679424] hub 1-0:1.0: 2 ports detected\n[ 0.680685] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.683588] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.684939] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.686365] mousedev: PS/2 mouse device common for all mice\n[ 0.688093] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.690711] rtc_cmos 00:00: RTC can wake from S4\n[ 0.692219] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.693851] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.695566] i2c /dev entries driver\n[ 0.696668] device-mapper: uevent: version 1.0.3\n[ 0.697971] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.699937] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.701473] NET: Registered protocol family 10\n[ 0.702681] NET: Registered protocol family 17\n[ 0.703741] Key type dns_resolver registered\n[ 0.704839] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.706166] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.708273] registered taskstats version 1\n[ 0.709283] Loading compiled-in X.509 certificates\n[ 0.710920] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.713173] zswap: loaded using pool lzo/zbud\n[ 0.714733] Key type trusted registered\n[ 0.716453] Key type encrypted registered\n[ 0.717472] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.718747] ima: No TPM chip found, activating TPM-bypass!\n[ 0.720033] evm: HMAC attrs: 0x1\n[ 0.721121] Magic number: 2:378:834\n[ 0.722131] rtc_cmos 00:00: setting system clock to 2018-09-04 12:48:20 UTC (1536065300)\n[ 0.724073] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.725442] EDD information not available.\n[ 0.796978] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.798842] Write protecting the kernel read-only data: 14336k\n[ 0.811378] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.813535] 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.856575] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.97\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found 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.11.5...\nLease of 10.10.11.5 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.14. iid=i-0000011a\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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCn+Jg+cYLsOGVoDRgPH22I6zH5z4GrGOl50/lHqyOWYPC5qNsGsp2nxKqRh6mPOMor0sr6Fh3NwTfpTGGnQ2AnT5fWo6w3YhJ4ZuNNfbSrdAtJiTyGVlsMq1ayaZDYGn7jOTRfTpHnCLDdMvARd63tTWwrSQp4vUrD9S9zXzXKf7y/qLrH6N327iBGUHxKdQ96G937FKJMOVr6UbLYipl1Hb1znlGa2SpY49E89sc30U4aqqo0dtgwDyjoq7UVenSlAjfDSD2EFz72mBS/Nte3HmV5IAhX2AFp+/ltSx4HJRwNMjd+H/1Pn2spDQx/m1vMMi4wtKVa3ENIoB5+wpBz root@sdnvpn-4-5\nssh-dss AAAAB3NzaC1kc3MAAACBAOUPjwJR3HRCrLAbSyFBC4zUe0FVmDu2D0Uf08tezWxFgXKnwv6KghBDpyraFUkQkmrSlklOuQMSWhyP2eDtdibKpNIbZn/2pQeFj0n2YUxFNGfQeQiKO4KdHprzVPQE4ywV+/YXbATVjj53yrsEW4GCtIpLa8Tsj/HGtixS1PZ3AAAAFQCPKpJGwk6NH2bkMK68pTHLvbkrJwAAAIBayzEK3uS3lKtt2FBDWFU4Olh8JAQ/gniittVfpYgrM2f67qiNnMxpJ6H6OE9GiXYUg1pB/aCxjHaso39AanoKgVDVTg+Pgmu7V+Q+cM6bgJYnmnfBFLXwNFURUxkcii03I70kBTef17/Doeonfwzj1jVU8CQPJ2L+i3b5q4fDgAAAAIAPGaPJ/eL5Pz8/G2qDBpe1yIVHOyXpEQoHCRsU22rGdHE/zyoP9ZZB2R0iR4p+oDuo1nbzhGnkiowYSuToKORpaHBUnh/9fX6ykONYPjm3Skab01TXioyVSPBptUH9ZMW38ACs0/l6q6Ckh/+TKrQaDWhtl1GmLNO6gzBGQgXpHg== 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.5,24,fe80::f816:3eff:fe8b:7934/64,\nip-route:default via 10.10.11.1 dev eth0 \nip-route:10.10.11.0/24 dev eth0 src 10.10.11.5 \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-0000011a\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-4-5\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=62.80 ===\n/dev/root resized successfully [took 2.34s]\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:79:34 \n inet addr:10.10.11.5 Bcast:10.10.11.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe8b:7934/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:76 errors:0 dropped:17 overruns:0 frame:0\n TX packets:104 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:9439 (9.2 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-09-04 12:49:33,510 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/17b53f5a-b1e8-4e47-a207-7f0518638f91/action used request id req-9a5b1643-7e52-4fe2-b21d-95e526ef160b 2018-09-04 12:49:35,531 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/servers/17b53f5a-b1e8-4e47-a207-7f0518638f91/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}116da38110b6dc44edfa8a701dc9d3f1d20ee90c" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-04 12:49:36,607 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12:49: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-60618763-6c6e-4705-8b3b-e9f87ae701a0 x-compute-request-id: req-60618763-6c6e-4705-8b3b-e9f87ae701a0 Content-Encoding: gzip Content-Length: 9990 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 477975982 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 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.138459] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.140119] pid_max: default: 32768 minimum: 301\n[ 0.141012] ACPI: Core revision 20150930\n[ 0.142394] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.143710] Security Framework initialized\n[ 0.144527] Yama: becoming mindful.\n[ 0.145254] AppArmor: AppArmor initialized\n[ 0.146120] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.147456] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.148740] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.149954] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.151339] Initializing cgroup subsys io\n[ 0.152158] Initializing cgroup subsys memory\n[ 0.153018] Initializing cgroup subsys devices\n[ 0.153901] Initializing cgroup subsys freezer\n[ 0.154768] Initializing cgroup subsys net_cls\n[ 0.155631] Initializing cgroup subsys perf_event\n[ 0.156539] Initializing cgroup subsys net_prio\n[ 0.157416] Initializing cgroup subsys hugetlb\n[ 0.158288] Initializing cgroup subsys pids\n[ 0.159170] CPU: Physical Processor ID: 0\n[ 0.160662] mce: CPU supports 10 MCE banks\n[ 0.161513] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.162516] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.173260] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.179780] ftrace: allocating 31920 entries in 125 pages\n[ 0.206670] smpboot: Max logical packages: 1\n[ 0.207532] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.208886] x2apic enabled\n[ 0.209709] Switched APIC routing to physical x2apic.\n[ 0.211469] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.212605] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.214610] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.216394] KVM setup paravirtual spinlock\n[ 0.217694] x86: Booted up 1 node, 1 CPUs\n[ 0.218500] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.219895] devtmpfs: initialized\n[ 0.221608] evm: security.selinux\n[ 0.222307] evm: security.SMACK64\n[ 0.223004] evm: security.SMACK64EXEC\n[ 0.223751] evm: security.SMACK64TRANSMUTE\n[ 0.224559] evm: security.SMACK64MMAP\n[ 0.225303] evm: security.ima\n[ 0.225947] evm: security.capability\n[ 0.226750] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.228594] pinctrl core: initialized pinctrl subsystem\n[ 0.229699] RTC time: 12:48:19, date: 09/04/18\n[ 0.230654] NET: Registered protocol family 16\n[ 0.231622] cpuidle: using governor ladder\n[ 0.232439] cpuidle: using governor menu\n[ 0.233231] PCCT header not found.\n[ 0.233992] ACPI: bus type PCI registered\n[ 0.234799] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.236046] PCI: Using configuration type 1 for base access\n[ 0.237804] ACPI: Added _OSI(Module Device)\n[ 0.238646] ACPI: Added _OSI(Processor Device)\n[ 0.239503] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.240404] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.242530] ACPI: Interpreter enabled\n[ 0.243299] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.245151] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.246995] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.248851] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.250693] ACPI: (supports S0 S5)\n[ 0.251398] ACPI: Using IOAPIC for interrupt routing\n[ 0.252566] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.255669] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.256813] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.258045] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.259243] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.261473] acpiphp: Slot [3] registered\n[ 0.262285] acpiphp: Slot [4] registered\n[ 0.263088] acpiphp: Slot [5] registered\n[ 0.263894] acpiphp: Slot [6] registered\n[ 0.264692] acpiphp: Slot [7] registered\n[ 0.265493] acpiphp: Slot [8] registered\n[ 0.266297] acpiphp: Slot [9] registered\n[ 0.267097] acpiphp: Slot [10] registered\n[ 0.267917] acpiphp: Slot [11] registered\n[ 0.268730] acpiphp: Slot [12] registered\n[ 0.269548] acpiphp: Slot [13] registered\n[ 0.270355] acpiphp: Slot [14] registered\n[ 0.271168] acpiphp: Slot [15] registered\n[ 0.282518] acpiphp: Slot [16] registered\n[ 0.283333] acpiphp: Slot [17] registered\n[ 0.284146] acpiphp: Slot [18] registered\n[ 0.284955] acpiphp: Slot [19] registered\n[ 0.285766] acpiphp: Slot [20] registered\n[ 0.286583] acpiphp: Slot [21] registered\n[ 0.287391] acpiphp: Slot [22] registered\n[ 0.288200] acpiphp: Slot [23] registered\n[ 0.289015] acpiphp: Slot [24] registered\n[ 0.289829] acpiphp: Slot [25] registered\n[ 0.290642] acpiphp: Slot [26] registered\n[ 0.291449] acpiphp: Slot [27] registered\n[ 0.292263] acpiphp: Slot [28] registered\n[ 0.293078] acpiphp: Slot [29] registered\n[ 0.293891] acpiphp: Slot [30] registered\n[ 0.294710] acpiphp: Slot [31] registered\n[ 0.295519] PCI host bridge to bus 0000:00\n[ 0.296324] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.297533] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.298744] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.300192] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.301644] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.307901] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.309187] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.310359] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.311621] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.318416] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.319855] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.369822] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.371325] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.372759] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.374191] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.375595] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.376858] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.378030] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.379105] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.380680] vgaarb: loaded\n[ 0.381290] vgaarb: bridge control possible 0000:00:02.0\n[ 0.382452] SCSI subsystem initialized\n[ 0.383290] ACPI: bus type USB registered\n[ 0.384120] usbcore: registered new interface driver usbfs\n[ 0.385163] usbcore: registered new interface driver hub\n[ 0.386192] usbcore: registered new device driver usb\n[ 0.387274] PCI: Using ACPI for IRQ routing\n[ 0.388316] NetLabel: Initializing\n[ 0.389039] NetLabel: domain hash size = 128\n[ 0.389903] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.390865] NetLabel: unlabeled traffic allowed by default\n[ 0.391978] clocksource: Switched to clocksource kvm-clock\n[ 0.397528] AppArmor: AppArmor Filesystem Enabled\n[ 0.398491] pnp: PnP ACPI init\n[ 0.399410] pnp: PnP ACPI: found 5 devices\n[ 0.405793] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.407512] NET: Registered protocol family 2\n[ 0.408474] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.409763] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.410950] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.412143] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.413229] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.414399] NET: Registered protocol family 1\n[ 0.415269] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.416379] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.417459] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.431517] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.445782] Trying to unpack rootfs image as initramfs...\n[ 0.495392] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.509308] Scanning for low memory corruption every 60 seconds\n[ 0.510981] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.512533] audit: initializing netlink subsys (disabled)\n[ 0.513914] audit: type=2000 audit(1536065300.694:1): initialized\n[ 0.515616] Initialise system trusted keyring\n[ 0.516831] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.518403] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.520787] zbud: loaded\n[ 0.521656] VFS: Disk quotas dquot_6.6.0\n[ 0.522732] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.524701] fuse init (API version 7.23)\n[ 0.525855] Key type big_key registered\n[ 0.526905] Allocating IMA MOK and blacklist keyrings.\n[ 0.528366] Key type asymmetric registered\n[ 0.529489] Asymmetric key parser 'x509' registered\n[ 0.530801] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.533145] io scheduler noop registered\n[ 0.534199] io scheduler deadline registered (default)\n[ 0.535529] io scheduler cfq registered\n[ 0.536634] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.538086] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.539780] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.541740] ACPI: Power Button [PWRF]\n[ 0.542826] GHES: HEST is not enabled!\n[ 0.556884] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.587404] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.590685] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.614523] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.617004] Linux agpgart interface v0.103\n[ 0.619225] brd: module loaded\n[ 0.620592] loop: module loaded\n[ 0.625463] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.627205] GPT:90111 != 2097151\n[ 0.628019] GPT:Alternate GPT header not at the end of the disk.\n[ 0.629344] GPT:90111 != 2097151\n[ 0.630155] GPT: Use GNU Parted to correct GPT errors.\n[ 0.631332] vda: vda1 vda15\n[ 0.632930] scsi host0: ata_piix\n[ 0.633807] scsi host1: ata_piix\n[ 0.634655] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.636147] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.637862] libphy: Fixed MDIO Bus: probed\n[ 0.638858] tun: Universal TUN/TAP device driver, 1.6\n[ 0.640020] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.642602] PPP generic driver version 2.4.2\n[ 0.643665] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.645151] ehci-pci: EHCI PCI platform driver\n[ 0.646212] ehci-platform: EHCI generic platform driver\n[ 0.647403] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.648781] ohci-pci: OHCI PCI platform driver\n[ 0.649845] ohci-platform: OHCI generic platform driver\n[ 0.651041] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.665686] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.666897] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.668632] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.669847] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.671217] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.672729] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.674435] usb usb1: Product: UHCI Host Controller\n[ 0.675574] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.677040] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.678360] hub 1-0:1.0: USB hub found\n[ 0.679424] hub 1-0:1.0: 2 ports detected\n[ 0.680685] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.683588] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.684939] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.686365] mousedev: PS/2 mouse device common for all mice\n[ 0.688093] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.690711] rtc_cmos 00:00: RTC can wake from S4\n[ 0.692219] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.693851] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.695566] i2c /dev entries driver\n[ 0.696668] device-mapper: uevent: version 1.0.3\n[ 0.697971] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.699937] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.701473] NET: Registered protocol family 10\n[ 0.702681] NET: Registered protocol family 17\n[ 0.703741] Key type dns_resolver registered\n[ 0.704839] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.706166] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.708273] registered taskstats version 1\n[ 0.709283] Loading compiled-in X.509 certificates\n[ 0.710920] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.713173] zswap: loaded using pool lzo/zbud\n[ 0.714733] Key type trusted registered\n[ 0.716453] Key type encrypted registered\n[ 0.717472] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.718747] ima: No TPM chip found, activating TPM-bypass!\n[ 0.720033] evm: HMAC attrs: 0x1\n[ 0.721121] Magic number: 2:378:834\n[ 0.722131] rtc_cmos 00:00: setting system clock to 2018-09-04 12:48:20 UTC (1536065300)\n[ 0.724073] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.725442] EDD information not available.\n[ 0.796978] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.798842] Write protecting the kernel read-only data: 14336k\n[ 0.811378] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.813535] 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.856575] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.97\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found 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.11.5...\nLease of 10.10.11.5 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.14. iid=i-0000011a\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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCn+Jg+cYLsOGVoDRgPH22I6zH5z4GrGOl50/lHqyOWYPC5qNsGsp2nxKqRh6mPOMor0sr6Fh3NwTfpTGGnQ2AnT5fWo6w3YhJ4ZuNNfbSrdAtJiTyGVlsMq1ayaZDYGn7jOTRfTpHnCLDdMvARd63tTWwrSQp4vUrD9S9zXzXKf7y/qLrH6N327iBGUHxKdQ96G937FKJMOVr6UbLYipl1Hb1znlGa2SpY49E89sc30U4aqqo0dtgwDyjoq7UVenSlAjfDSD2EFz72mBS/Nte3HmV5IAhX2AFp+/ltSx4HJRwNMjd+H/1Pn2spDQx/m1vMMi4wtKVa3ENIoB5+wpBz root@sdnvpn-4-5\nssh-dss AAAAB3NzaC1kc3MAAACBAOUPjwJR3HRCrLAbSyFBC4zUe0FVmDu2D0Uf08tezWxFgXKnwv6KghBDpyraFUkQkmrSlklOuQMSWhyP2eDtdibKpNIbZn/2pQeFj0n2YUxFNGfQeQiKO4KdHprzVPQE4ywV+/YXbATVjj53yrsEW4GCtIpLa8Tsj/HGtixS1PZ3AAAAFQCPKpJGwk6NH2bkMK68pTHLvbkrJwAAAIBayzEK3uS3lKtt2FBDWFU4Olh8JAQ/gniittVfpYgrM2f67qiNnMxpJ6H6OE9GiXYUg1pB/aCxjHaso39AanoKgVDVTg+Pgmu7V+Q+cM6bgJYnmnfBFLXwNFURUxkcii03I70kBTef17/Doeonfwzj1jVU8CQPJ2L+i3b5q4fDgAAAAIAPGaPJ/eL5Pz8/G2qDBpe1yIVHOyXpEQoHCRsU22rGdHE/zyoP9ZZB2R0iR4p+oDuo1nbzhGnkiowYSuToKORpaHBUnh/9fX6ykONYPjm3Skab01TXioyVSPBptUH9ZMW38ACs0/l6q6Ckh/+TKrQaDWhtl1GmLNO6gzBGQgXpHg== 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.5,24,fe80::f816:3eff:fe8b:7934/64,\nip-route:default via 10.10.11.1 dev eth0 \nip-route:10.10.11.0/24 dev eth0 src 10.10.11.5 \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-0000011a\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-4-5\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=62.80 ===\n/dev/root resized successfully [took 2.34s]\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:79:34 \n inet addr:10.10.11.5 Bcast:10.10.11.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe8b:7934/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:76 errors:0 dropped:17 overruns:0 frame:0\n TX packets:104 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:9439 (9.2 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-09-04 12:49:36,608 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/17b53f5a-b1e8-4e47-a207-7f0518638f91/action used request id req-60618763-6c6e-4705-8b3b-e9f87ae701a0 2018-09-04 12:49:38,629 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/servers/17b53f5a-b1e8-4e47-a207-7f0518638f91/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}116da38110b6dc44edfa8a701dc9d3f1d20ee90c" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-04 12:49:39,701 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12:49: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-d9874a57-1f97-45d2-b278-abab4ff9c917 x-compute-request-id: req-d9874a57-1f97-45d2-b278-abab4ff9c917 Content-Encoding: gzip Content-Length: 9990 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 477975982 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 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.138459] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.140119] pid_max: default: 32768 minimum: 301\n[ 0.141012] ACPI: Core revision 20150930\n[ 0.142394] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.143710] Security Framework initialized\n[ 0.144527] Yama: becoming mindful.\n[ 0.145254] AppArmor: AppArmor initialized\n[ 0.146120] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.147456] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.148740] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.149954] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.151339] Initializing cgroup subsys io\n[ 0.152158] Initializing cgroup subsys memory\n[ 0.153018] Initializing cgroup subsys devices\n[ 0.153901] Initializing cgroup subsys freezer\n[ 0.154768] Initializing cgroup subsys net_cls\n[ 0.155631] Initializing cgroup subsys perf_event\n[ 0.156539] Initializing cgroup subsys net_prio\n[ 0.157416] Initializing cgroup subsys hugetlb\n[ 0.158288] Initializing cgroup subsys pids\n[ 0.159170] CPU: Physical Processor ID: 0\n[ 0.160662] mce: CPU supports 10 MCE banks\n[ 0.161513] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.162516] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.173260] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.179780] ftrace: allocating 31920 entries in 125 pages\n[ 0.206670] smpboot: Max logical packages: 1\n[ 0.207532] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.208886] x2apic enabled\n[ 0.209709] Switched APIC routing to physical x2apic.\n[ 0.211469] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.212605] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.214610] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.216394] KVM setup paravirtual spinlock\n[ 0.217694] x86: Booted up 1 node, 1 CPUs\n[ 0.218500] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.219895] devtmpfs: initialized\n[ 0.221608] evm: security.selinux\n[ 0.222307] evm: security.SMACK64\n[ 0.223004] evm: security.SMACK64EXEC\n[ 0.223751] evm: security.SMACK64TRANSMUTE\n[ 0.224559] evm: security.SMACK64MMAP\n[ 0.225303] evm: security.ima\n[ 0.225947] evm: security.capability\n[ 0.226750] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.228594] pinctrl core: initialized pinctrl subsystem\n[ 0.229699] RTC time: 12:48:19, date: 09/04/18\n[ 0.230654] NET: Registered protocol family 16\n[ 0.231622] cpuidle: using governor ladder\n[ 0.232439] cpuidle: using governor menu\n[ 0.233231] PCCT header not found.\n[ 0.233992] ACPI: bus type PCI registered\n[ 0.234799] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.236046] PCI: Using configuration type 1 for base access\n[ 0.237804] ACPI: Added _OSI(Module Device)\n[ 0.238646] ACPI: Added _OSI(Processor Device)\n[ 0.239503] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.240404] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.242530] ACPI: Interpreter enabled\n[ 0.243299] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.245151] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.246995] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.248851] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.250693] ACPI: (supports S0 S5)\n[ 0.251398] ACPI: Using IOAPIC for interrupt routing\n[ 0.252566] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.255669] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.256813] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.258045] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.259243] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.261473] acpiphp: Slot [3] registered\n[ 0.262285] acpiphp: Slot [4] registered\n[ 0.263088] acpiphp: Slot [5] registered\n[ 0.263894] acpiphp: Slot [6] registered\n[ 0.264692] acpiphp: Slot [7] registered\n[ 0.265493] acpiphp: Slot [8] registered\n[ 0.266297] acpiphp: Slot [9] registered\n[ 0.267097] acpiphp: Slot [10] registered\n[ 0.267917] acpiphp: Slot [11] registered\n[ 0.268730] acpiphp: Slot [12] registered\n[ 0.269548] acpiphp: Slot [13] registered\n[ 0.270355] acpiphp: Slot [14] registered\n[ 0.271168] acpiphp: Slot [15] registered\n[ 0.282518] acpiphp: Slot [16] registered\n[ 0.283333] acpiphp: Slot [17] registered\n[ 0.284146] acpiphp: Slot [18] registered\n[ 0.284955] acpiphp: Slot [19] registered\n[ 0.285766] acpiphp: Slot [20] registered\n[ 0.286583] acpiphp: Slot [21] registered\n[ 0.287391] acpiphp: Slot [22] registered\n[ 0.288200] acpiphp: Slot [23] registered\n[ 0.289015] acpiphp: Slot [24] registered\n[ 0.289829] acpiphp: Slot [25] registered\n[ 0.290642] acpiphp: Slot [26] registered\n[ 0.291449] acpiphp: Slot [27] registered\n[ 0.292263] acpiphp: Slot [28] registered\n[ 0.293078] acpiphp: Slot [29] registered\n[ 0.293891] acpiphp: Slot [30] registered\n[ 0.294710] acpiphp: Slot [31] registered\n[ 0.295519] PCI host bridge to bus 0000:00\n[ 0.296324] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.297533] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.298744] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.300192] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.301644] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.307901] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.309187] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.310359] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.311621] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.318416] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.319855] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.369822] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.371325] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.372759] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.374191] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.375595] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.376858] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.378030] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.379105] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.380680] vgaarb: loaded\n[ 0.381290] vgaarb: bridge control possible 0000:00:02.0\n[ 0.382452] SCSI subsystem initialized\n[ 0.383290] ACPI: bus type USB registered\n[ 0.384120] usbcore: registered new interface driver usbfs\n[ 0.385163] usbcore: registered new interface driver hub\n[ 0.386192] usbcore: registered new device driver usb\n[ 0.387274] PCI: Using ACPI for IRQ routing\n[ 0.388316] NetLabel: Initializing\n[ 0.389039] NetLabel: domain hash size = 128\n[ 0.389903] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.390865] NetLabel: unlabeled traffic allowed by default\n[ 0.391978] clocksource: Switched to clocksource kvm-clock\n[ 0.397528] AppArmor: AppArmor Filesystem Enabled\n[ 0.398491] pnp: PnP ACPI init\n[ 0.399410] pnp: PnP ACPI: found 5 devices\n[ 0.405793] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.407512] NET: Registered protocol family 2\n[ 0.408474] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.409763] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.410950] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.412143] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.413229] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.414399] NET: Registered protocol family 1\n[ 0.415269] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.416379] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.417459] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.431517] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.445782] Trying to unpack rootfs image as initramfs...\n[ 0.495392] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.509308] Scanning for low memory corruption every 60 seconds\n[ 0.510981] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.512533] audit: initializing netlink subsys (disabled)\n[ 0.513914] audit: type=2000 audit(1536065300.694:1): initialized\n[ 0.515616] Initialise system trusted keyring\n[ 0.516831] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.518403] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.520787] zbud: loaded\n[ 0.521656] VFS: Disk quotas dquot_6.6.0\n[ 0.522732] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.524701] fuse init (API version 7.23)\n[ 0.525855] Key type big_key registered\n[ 0.526905] Allocating IMA MOK and blacklist keyrings.\n[ 0.528366] Key type asymmetric registered\n[ 0.529489] Asymmetric key parser 'x509' registered\n[ 0.530801] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.533145] io scheduler noop registered\n[ 0.534199] io scheduler deadline registered (default)\n[ 0.535529] io scheduler cfq registered\n[ 0.536634] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.538086] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.539780] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.541740] ACPI: Power Button [PWRF]\n[ 0.542826] GHES: HEST is not enabled!\n[ 0.556884] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.587404] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.590685] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.614523] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.617004] Linux agpgart interface v0.103\n[ 0.619225] brd: module loaded\n[ 0.620592] loop: module loaded\n[ 0.625463] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.627205] GPT:90111 != 2097151\n[ 0.628019] GPT:Alternate GPT header not at the end of the disk.\n[ 0.629344] GPT:90111 != 2097151\n[ 0.630155] GPT: Use GNU Parted to correct GPT errors.\n[ 0.631332] vda: vda1 vda15\n[ 0.632930] scsi host0: ata_piix\n[ 0.633807] scsi host1: ata_piix\n[ 0.634655] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.636147] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.637862] libphy: Fixed MDIO Bus: probed\n[ 0.638858] tun: Universal TUN/TAP device driver, 1.6\n[ 0.640020] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.642602] PPP generic driver version 2.4.2\n[ 0.643665] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.645151] ehci-pci: EHCI PCI platform driver\n[ 0.646212] ehci-platform: EHCI generic platform driver\n[ 0.647403] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.648781] ohci-pci: OHCI PCI platform driver\n[ 0.649845] ohci-platform: OHCI generic platform driver\n[ 0.651041] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.665686] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.666897] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.668632] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.669847] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.671217] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.672729] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.674435] usb usb1: Product: UHCI Host Controller\n[ 0.675574] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.677040] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.678360] hub 1-0:1.0: USB hub found\n[ 0.679424] hub 1-0:1.0: 2 ports detected\n[ 0.680685] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.683588] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.684939] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.686365] mousedev: PS/2 mouse device common for all mice\n[ 0.688093] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.690711] rtc_cmos 00:00: RTC can wake from S4\n[ 0.692219] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.693851] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.695566] i2c /dev entries driver\n[ 0.696668] device-mapper: uevent: version 1.0.3\n[ 0.697971] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.699937] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.701473] NET: Registered protocol family 10\n[ 0.702681] NET: Registered protocol family 17\n[ 0.703741] Key type dns_resolver registered\n[ 0.704839] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.706166] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.708273] registered taskstats version 1\n[ 0.709283] Loading compiled-in X.509 certificates\n[ 0.710920] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.713173] zswap: loaded using pool lzo/zbud\n[ 0.714733] Key type trusted registered\n[ 0.716453] Key type encrypted registered\n[ 0.717472] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.718747] ima: No TPM chip found, activating TPM-bypass!\n[ 0.720033] evm: HMAC attrs: 0x1\n[ 0.721121] Magic number: 2:378:834\n[ 0.722131] rtc_cmos 00:00: setting system clock to 2018-09-04 12:48:20 UTC (1536065300)\n[ 0.724073] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.725442] EDD information not available.\n[ 0.796978] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.798842] Write protecting the kernel read-only data: 14336k\n[ 0.811378] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.813535] 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.856575] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.97\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found 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.11.5...\nLease of 10.10.11.5 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.14. iid=i-0000011a\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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCn+Jg+cYLsOGVoDRgPH22I6zH5z4GrGOl50/lHqyOWYPC5qNsGsp2nxKqRh6mPOMor0sr6Fh3NwTfpTGGnQ2AnT5fWo6w3YhJ4ZuNNfbSrdAtJiTyGVlsMq1ayaZDYGn7jOTRfTpHnCLDdMvARd63tTWwrSQp4vUrD9S9zXzXKf7y/qLrH6N327iBGUHxKdQ96G937FKJMOVr6UbLYipl1Hb1znlGa2SpY49E89sc30U4aqqo0dtgwDyjoq7UVenSlAjfDSD2EFz72mBS/Nte3HmV5IAhX2AFp+/ltSx4HJRwNMjd+H/1Pn2spDQx/m1vMMi4wtKVa3ENIoB5+wpBz root@sdnvpn-4-5\nssh-dss AAAAB3NzaC1kc3MAAACBAOUPjwJR3HRCrLAbSyFBC4zUe0FVmDu2D0Uf08tezWxFgXKnwv6KghBDpyraFUkQkmrSlklOuQMSWhyP2eDtdibKpNIbZn/2pQeFj0n2YUxFNGfQeQiKO4KdHprzVPQE4ywV+/YXbATVjj53yrsEW4GCtIpLa8Tsj/HGtixS1PZ3AAAAFQCPKpJGwk6NH2bkMK68pTHLvbkrJwAAAIBayzEK3uS3lKtt2FBDWFU4Olh8JAQ/gniittVfpYgrM2f67qiNnMxpJ6H6OE9GiXYUg1pB/aCxjHaso39AanoKgVDVTg+Pgmu7V+Q+cM6bgJYnmnfBFLXwNFURUxkcii03I70kBTef17/Doeonfwzj1jVU8CQPJ2L+i3b5q4fDgAAAAIAPGaPJ/eL5Pz8/G2qDBpe1yIVHOyXpEQoHCRsU22rGdHE/zyoP9ZZB2R0iR4p+oDuo1nbzhGnkiowYSuToKORpaHBUnh/9fX6ykONYPjm3Skab01TXioyVSPBptUH9ZMW38ACs0/l6q6Ckh/+TKrQaDWhtl1GmLNO6gzBGQgXpHg== 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.5,24,fe80::f816:3eff:fe8b:7934/64,\nip-route:default via 10.10.11.1 dev eth0 \nip-route:10.10.11.0/24 dev eth0 src 10.10.11.5 \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-0000011a\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-4-5\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=62.80 ===\n/dev/root resized successfully [took 2.34s]\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:79:34 \n inet addr:10.10.11.5 Bcast:10.10.11.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe8b:7934/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:76 errors:0 dropped:17 overruns:0 frame:0\n TX packets:104 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:9439 (9.2 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-09-04 12:49:39,701 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/17b53f5a-b1e8-4e47-a207-7f0518638f91/action used request id req-d9874a57-1f97-45d2-b278-abab4ff9c917 2018-09-04 12:49:41,721 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/servers/17b53f5a-b1e8-4e47-a207-7f0518638f91/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}116da38110b6dc44edfa8a701dc9d3f1d20ee90c" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-04 12:49:42,789 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12:49: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-1c48177b-3dc0-4462-8a35-a4edfe357fbd x-compute-request-id: req-1c48177b-3dc0-4462-8a35-a4edfe357fbd 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 477975982 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 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.138459] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.140119] pid_max: default: 32768 minimum: 301\n[ 0.141012] ACPI: Core revision 20150930\n[ 0.142394] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.143710] Security Framework initialized\n[ 0.144527] Yama: becoming mindful.\n[ 0.145254] AppArmor: AppArmor initialized\n[ 0.146120] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.147456] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.148740] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.149954] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.151339] Initializing cgroup subsys io\n[ 0.152158] Initializing cgroup subsys memory\n[ 0.153018] Initializing cgroup subsys devices\n[ 0.153901] Initializing cgroup subsys freezer\n[ 0.154768] Initializing cgroup subsys net_cls\n[ 0.155631] Initializing cgroup subsys perf_event\n[ 0.156539] Initializing cgroup subsys net_prio\n[ 0.157416] Initializing cgroup subsys hugetlb\n[ 0.158288] Initializing cgroup subsys pids\n[ 0.159170] CPU: Physical Processor ID: 0\n[ 0.160662] mce: CPU supports 10 MCE banks\n[ 0.161513] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.162516] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.173260] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.179780] ftrace: allocating 31920 entries in 125 pages\n[ 0.206670] smpboot: Max logical packages: 1\n[ 0.207532] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.208886] x2apic enabled\n[ 0.209709] Switched APIC routing to physical x2apic.\n[ 0.211469] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.212605] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.214610] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.216394] KVM setup paravirtual spinlock\n[ 0.217694] x86: Booted up 1 node, 1 CPUs\n[ 0.218500] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.219895] devtmpfs: initialized\n[ 0.221608] evm: security.selinux\n[ 0.222307] evm: security.SMACK64\n[ 0.223004] evm: security.SMACK64EXEC\n[ 0.223751] evm: security.SMACK64TRANSMUTE\n[ 0.224559] evm: security.SMACK64MMAP\n[ 0.225303] evm: security.ima\n[ 0.225947] evm: security.capability\n[ 0.226750] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.228594] pinctrl core: initialized pinctrl subsystem\n[ 0.229699] RTC time: 12:48:19, date: 09/04/18\n[ 0.230654] NET: Registered protocol family 16\n[ 0.231622] cpuidle: using governor ladder\n[ 0.232439] cpuidle: using governor menu\n[ 0.233231] PCCT header not found.\n[ 0.233992] ACPI: bus type PCI registered\n[ 0.234799] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.236046] PCI: Using configuration type 1 for base access\n[ 0.237804] ACPI: Added _OSI(Module Device)\n[ 0.238646] ACPI: Added _OSI(Processor Device)\n[ 0.239503] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.240404] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.242530] ACPI: Interpreter enabled\n[ 0.243299] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.245151] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.246995] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.248851] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.250693] ACPI: (supports S0 S5)\n[ 0.251398] ACPI: Using IOAPIC for interrupt routing\n[ 0.252566] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.255669] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.256813] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.258045] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.259243] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.261473] acpiphp: Slot [3] registered\n[ 0.262285] acpiphp: Slot [4] registered\n[ 0.263088] acpiphp: Slot [5] registered\n[ 0.263894] acpiphp: Slot [6] registered\n[ 0.264692] acpiphp: Slot [7] registered\n[ 0.265493] acpiphp: Slot [8] registered\n[ 0.266297] acpiphp: Slot [9] registered\n[ 0.267097] acpiphp: Slot [10] registered\n[ 0.267917] acpiphp: Slot [11] registered\n[ 0.268730] acpiphp: Slot [12] registered\n[ 0.269548] acpiphp: Slot [13] registered\n[ 0.270355] acpiphp: Slot [14] registered\n[ 0.271168] acpiphp: Slot [15] registered\n[ 0.282518] acpiphp: Slot [16] registered\n[ 0.283333] acpiphp: Slot [17] registered\n[ 0.284146] acpiphp: Slot [18] registered\n[ 0.284955] acpiphp: Slot [19] registered\n[ 0.285766] acpiphp: Slot [20] registered\n[ 0.286583] acpiphp: Slot [21] registered\n[ 0.287391] acpiphp: Slot [22] registered\n[ 0.288200] acpiphp: Slot [23] registered\n[ 0.289015] acpiphp: Slot [24] registered\n[ 0.289829] acpiphp: Slot [25] registered\n[ 0.290642] acpiphp: Slot [26] registered\n[ 0.291449] acpiphp: Slot [27] registered\n[ 0.292263] acpiphp: Slot [28] registered\n[ 0.293078] acpiphp: Slot [29] registered\n[ 0.293891] acpiphp: Slot [30] registered\n[ 0.294710] acpiphp: Slot [31] registered\n[ 0.295519] PCI host bridge to bus 0000:00\n[ 0.296324] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.297533] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.298744] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.300192] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.301644] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.307901] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.309187] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.310359] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.311621] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.318416] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.319855] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.369822] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.371325] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.372759] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.374191] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.375595] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.376858] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.378030] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.379105] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.380680] vgaarb: loaded\n[ 0.381290] vgaarb: bridge control possible 0000:00:02.0\n[ 0.382452] SCSI subsystem initialized\n[ 0.383290] ACPI: bus type USB registered\n[ 0.384120] usbcore: registered new interface driver usbfs\n[ 0.385163] usbcore: registered new interface driver hub\n[ 0.386192] usbcore: registered new device driver usb\n[ 0.387274] PCI: Using ACPI for IRQ routing\n[ 0.388316] NetLabel: Initializing\n[ 0.389039] NetLabel: domain hash size = 128\n[ 0.389903] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.390865] NetLabel: unlabeled traffic allowed by default\n[ 0.391978] clocksource: Switched to clocksource kvm-clock\n[ 0.397528] AppArmor: AppArmor Filesystem Enabled\n[ 0.398491] pnp: PnP ACPI init\n[ 0.399410] pnp: PnP ACPI: found 5 devices\n[ 0.405793] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.407512] NET: Registered protocol family 2\n[ 0.408474] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.409763] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.410950] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.412143] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.413229] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.414399] NET: Registered protocol family 1\n[ 0.415269] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.416379] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.417459] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.431517] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.445782] Trying to unpack rootfs image as initramfs...\n[ 0.495392] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.509308] Scanning for low memory corruption every 60 seconds\n[ 0.510981] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.512533] audit: initializing netlink subsys (disabled)\n[ 0.513914] audit: type=2000 audit(1536065300.694:1): initialized\n[ 0.515616] Initialise system trusted keyring\n[ 0.516831] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.518403] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.520787] zbud: loaded\n[ 0.521656] VFS: Disk quotas dquot_6.6.0\n[ 0.522732] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.524701] fuse init (API version 7.23)\n[ 0.525855] Key type big_key registered\n[ 0.526905] Allocating IMA MOK and blacklist keyrings.\n[ 0.528366] Key type asymmetric registered\n[ 0.529489] Asymmetric key parser 'x509' registered\n[ 0.530801] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.533145] io scheduler noop registered\n[ 0.534199] io scheduler deadline registered (default)\n[ 0.535529] io scheduler cfq registered\n[ 0.536634] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.538086] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.539780] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.541740] ACPI: Power Button [PWRF]\n[ 0.542826] GHES: HEST is not enabled!\n[ 0.556884] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.587404] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.590685] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.614523] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.617004] Linux agpgart interface v0.103\n[ 0.619225] brd: module loaded\n[ 0.620592] loop: module loaded\n[ 0.625463] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.627205] GPT:90111 != 2097151\n[ 0.628019] GPT:Alternate GPT header not at the end of the disk.\n[ 0.629344] GPT:90111 != 2097151\n[ 0.630155] GPT: Use GNU Parted to correct GPT errors.\n[ 0.631332] vda: vda1 vda15\n[ 0.632930] scsi host0: ata_piix\n[ 0.633807] scsi host1: ata_piix\n[ 0.634655] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.636147] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.637862] libphy: Fixed MDIO Bus: probed\n[ 0.638858] tun: Universal TUN/TAP device driver, 1.6\n[ 0.640020] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.642602] PPP generic driver version 2.4.2\n[ 0.643665] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.645151] ehci-pci: EHCI PCI platform driver\n[ 0.646212] ehci-platform: EHCI generic platform driver\n[ 0.647403] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.648781] ohci-pci: OHCI PCI platform driver\n[ 0.649845] ohci-platform: OHCI generic platform driver\n[ 0.651041] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.665686] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.666897] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.668632] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.669847] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.671217] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.672729] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.674435] usb usb1: Product: UHCI Host Controller\n[ 0.675574] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.677040] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.678360] hub 1-0:1.0: USB hub found\n[ 0.679424] hub 1-0:1.0: 2 ports detected\n[ 0.680685] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.683588] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.684939] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.686365] mousedev: PS/2 mouse device common for all mice\n[ 0.688093] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.690711] rtc_cmos 00:00: RTC can wake from S4\n[ 0.692219] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.693851] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.695566] i2c /dev entries driver\n[ 0.696668] device-mapper: uevent: version 1.0.3\n[ 0.697971] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.699937] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.701473] NET: Registered protocol family 10\n[ 0.702681] NET: Registered protocol family 17\n[ 0.703741] Key type dns_resolver registered\n[ 0.704839] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.706166] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.708273] registered taskstats version 1\n[ 0.709283] Loading compiled-in X.509 certificates\n[ 0.710920] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.713173] zswap: loaded using pool lzo/zbud\n[ 0.714733] Key type trusted registered\n[ 0.716453] Key type encrypted registered\n[ 0.717472] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.718747] ima: No TPM chip found, activating TPM-bypass!\n[ 0.720033] evm: HMAC attrs: 0x1\n[ 0.721121] Magic number: 2:378:834\n[ 0.722131] rtc_cmos 00:00: setting system clock to 2018-09-04 12:48:20 UTC (1536065300)\n[ 0.724073] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.725442] EDD information not available.\n[ 0.796978] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.798842] Write protecting the kernel read-only data: 14336k\n[ 0.811378] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.813535] 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.856575] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.97\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found 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.11.5...\nLease of 10.10.11.5 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.14. iid=i-0000011a\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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCn+Jg+cYLsOGVoDRgPH22I6zH5z4GrGOl50/lHqyOWYPC5qNsGsp2nxKqRh6mPOMor0sr6Fh3NwTfpTGGnQ2AnT5fWo6w3YhJ4ZuNNfbSrdAtJiTyGVlsMq1ayaZDYGn7jOTRfTpHnCLDdMvARd63tTWwrSQp4vUrD9S9zXzXKf7y/qLrH6N327iBGUHxKdQ96G937FKJMOVr6UbLYipl1Hb1znlGa2SpY49E89sc30U4aqqo0dtgwDyjoq7UVenSlAjfDSD2EFz72mBS/Nte3HmV5IAhX2AFp+/ltSx4HJRwNMjd+H/1Pn2spDQx/m1vMMi4wtKVa3ENIoB5+wpBz root@sdnvpn-4-5\nssh-dss AAAAB3NzaC1kc3MAAACBAOUPjwJR3HRCrLAbSyFBC4zUe0FVmDu2D0Uf08tezWxFgXKnwv6KghBDpyraFUkQkmrSlklOuQMSWhyP2eDtdibKpNIbZn/2pQeFj0n2YUxFNGfQeQiKO4KdHprzVPQE4ywV+/YXbATVjj53yrsEW4GCtIpLa8Tsj/HGtixS1PZ3AAAAFQCPKpJGwk6NH2bkMK68pTHLvbkrJwAAAIBayzEK3uS3lKtt2FBDWFU4Olh8JAQ/gniittVfpYgrM2f67qiNnMxpJ6H6OE9GiXYUg1pB/aCxjHaso39AanoKgVDVTg+Pgmu7V+Q+cM6bgJYnmnfBFLXwNFURUxkcii03I70kBTef17/Doeonfwzj1jVU8CQPJ2L+i3b5q4fDgAAAAIAPGaPJ/eL5Pz8/G2qDBpe1yIVHOyXpEQoHCRsU22rGdHE/zyoP9ZZB2R0iR4p+oDuo1nbzhGnkiowYSuToKORpaHBUnh/9fX6ykONYPjm3Skab01TXioyVSPBptUH9ZMW38ACs0/l6q6Ckh/+TKrQaDWhtl1GmLNO6gzBGQgXpHg== 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.5,24,fe80::f816:3eff:fe8b:7934/64,\nip-route:default via 10.10.11.1 dev eth0 \nip-route:10.10.11.0/24 dev eth0 src 10.10.11.5 \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-0000011a\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-4-5\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=62.80 ===\n/dev/root resized successfully [took 2.34s]\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:79:34 \n inet addr:10.10.11.5 Bcast:10.10.11.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe8b:7934/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:76 errors:0 dropped:17 overruns:0 frame:0\n TX packets:104 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:9439 (9.2 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-09-04 12:49:42,790 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/17b53f5a-b1e8-4e47-a207-7f0518638f91/action used request id req-1c48177b-3dc0-4462-8a35-a4edfe357fbd 2018-09-04 12:49:44,810 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/servers/17b53f5a-b1e8-4e47-a207-7f0518638f91/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}116da38110b6dc44edfa8a701dc9d3f1d20ee90c" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-04 12:49:45,889 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12:49: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-fe7b6ee3-5354-4c93-a3ac-7d0e99cdc1f8 x-compute-request-id: req-fe7b6ee3-5354-4c93-a3ac-7d0e99cdc1f8 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 477975982 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 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.138459] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.140119] pid_max: default: 32768 minimum: 301\n[ 0.141012] ACPI: Core revision 20150930\n[ 0.142394] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.143710] Security Framework initialized\n[ 0.144527] Yama: becoming mindful.\n[ 0.145254] AppArmor: AppArmor initialized\n[ 0.146120] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.147456] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.148740] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.149954] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.151339] Initializing cgroup subsys io\n[ 0.152158] Initializing cgroup subsys memory\n[ 0.153018] Initializing cgroup subsys devices\n[ 0.153901] Initializing cgroup subsys freezer\n[ 0.154768] Initializing cgroup subsys net_cls\n[ 0.155631] Initializing cgroup subsys perf_event\n[ 0.156539] Initializing cgroup subsys net_prio\n[ 0.157416] Initializing cgroup subsys hugetlb\n[ 0.158288] Initializing cgroup subsys pids\n[ 0.159170] CPU: Physical Processor ID: 0\n[ 0.160662] mce: CPU supports 10 MCE banks\n[ 0.161513] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.162516] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.173260] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.179780] ftrace: allocating 31920 entries in 125 pages\n[ 0.206670] smpboot: Max logical packages: 1\n[ 0.207532] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.208886] x2apic enabled\n[ 0.209709] Switched APIC routing to physical x2apic.\n[ 0.211469] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.212605] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.214610] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.216394] KVM setup paravirtual spinlock\n[ 0.217694] x86: Booted up 1 node, 1 CPUs\n[ 0.218500] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.219895] devtmpfs: initialized\n[ 0.221608] evm: security.selinux\n[ 0.222307] evm: security.SMACK64\n[ 0.223004] evm: security.SMACK64EXEC\n[ 0.223751] evm: security.SMACK64TRANSMUTE\n[ 0.224559] evm: security.SMACK64MMAP\n[ 0.225303] evm: security.ima\n[ 0.225947] evm: security.capability\n[ 0.226750] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.228594] pinctrl core: initialized pinctrl subsystem\n[ 0.229699] RTC time: 12:48:19, date: 09/04/18\n[ 0.230654] NET: Registered protocol family 16\n[ 0.231622] cpuidle: using governor ladder\n[ 0.232439] cpuidle: using governor menu\n[ 0.233231] PCCT header not found.\n[ 0.233992] ACPI: bus type PCI registered\n[ 0.234799] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.236046] PCI: Using configuration type 1 for base access\n[ 0.237804] ACPI: Added _OSI(Module Device)\n[ 0.238646] ACPI: Added _OSI(Processor Device)\n[ 0.239503] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.240404] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.242530] ACPI: Interpreter enabled\n[ 0.243299] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.245151] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.246995] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.248851] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.250693] ACPI: (supports S0 S5)\n[ 0.251398] ACPI: Using IOAPIC for interrupt routing\n[ 0.252566] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.255669] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.256813] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.258045] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.259243] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.261473] acpiphp: Slot [3] registered\n[ 0.262285] acpiphp: Slot [4] registered\n[ 0.263088] acpiphp: Slot [5] registered\n[ 0.263894] acpiphp: Slot [6] registered\n[ 0.264692] acpiphp: Slot [7] registered\n[ 0.265493] acpiphp: Slot [8] registered\n[ 0.266297] acpiphp: Slot [9] registered\n[ 0.267097] acpiphp: Slot [10] registered\n[ 0.267917] acpiphp: Slot [11] registered\n[ 0.268730] acpiphp: Slot [12] registered\n[ 0.269548] acpiphp: Slot [13] registered\n[ 0.270355] acpiphp: Slot [14] registered\n[ 0.271168] acpiphp: Slot [15] registered\n[ 0.282518] acpiphp: Slot [16] registered\n[ 0.283333] acpiphp: Slot [17] registered\n[ 0.284146] acpiphp: Slot [18] registered\n[ 0.284955] acpiphp: Slot [19] registered\n[ 0.285766] acpiphp: Slot [20] registered\n[ 0.286583] acpiphp: Slot [21] registered\n[ 0.287391] acpiphp: Slot [22] registered\n[ 0.288200] acpiphp: Slot [23] registered\n[ 0.289015] acpiphp: Slot [24] registered\n[ 0.289829] acpiphp: Slot [25] registered\n[ 0.290642] acpiphp: Slot [26] registered\n[ 0.291449] acpiphp: Slot [27] registered\n[ 0.292263] acpiphp: Slot [28] registered\n[ 0.293078] acpiphp: Slot [29] registered\n[ 0.293891] acpiphp: Slot [30] registered\n[ 0.294710] acpiphp: Slot [31] registered\n[ 0.295519] PCI host bridge to bus 0000:00\n[ 0.296324] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.297533] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.298744] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.300192] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.301644] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.307901] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.309187] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.310359] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.311621] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.318416] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.319855] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.369822] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.371325] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.372759] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.374191] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.375595] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.376858] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.378030] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.379105] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.380680] vgaarb: loaded\n[ 0.381290] vgaarb: bridge control possible 0000:00:02.0\n[ 0.382452] SCSI subsystem initialized\n[ 0.383290] ACPI: bus type USB registered\n[ 0.384120] usbcore: registered new interface driver usbfs\n[ 0.385163] usbcore: registered new interface driver hub\n[ 0.386192] usbcore: registered new device driver usb\n[ 0.387274] PCI: Using ACPI for IRQ routing\n[ 0.388316] NetLabel: Initializing\n[ 0.389039] NetLabel: domain hash size = 128\n[ 0.389903] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.390865] NetLabel: unlabeled traffic allowed by default\n[ 0.391978] clocksource: Switched to clocksource kvm-clock\n[ 0.397528] AppArmor: AppArmor Filesystem Enabled\n[ 0.398491] pnp: PnP ACPI init\n[ 0.399410] pnp: PnP ACPI: found 5 devices\n[ 0.405793] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.407512] NET: Registered protocol family 2\n[ 0.408474] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.409763] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.410950] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.412143] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.413229] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.414399] NET: Registered protocol family 1\n[ 0.415269] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.416379] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.417459] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.431517] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.445782] Trying to unpack rootfs image as initramfs...\n[ 0.495392] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.509308] Scanning for low memory corruption every 60 seconds\n[ 0.510981] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.512533] audit: initializing netlink subsys (disabled)\n[ 0.513914] audit: type=2000 audit(1536065300.694:1): initialized\n[ 0.515616] Initialise system trusted keyring\n[ 0.516831] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.518403] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.520787] zbud: loaded\n[ 0.521656] VFS: Disk quotas dquot_6.6.0\n[ 0.522732] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.524701] fuse init (API version 7.23)\n[ 0.525855] Key type big_key registered\n[ 0.526905] Allocating IMA MOK and blacklist keyrings.\n[ 0.528366] Key type asymmetric registered\n[ 0.529489] Asymmetric key parser 'x509' registered\n[ 0.530801] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.533145] io scheduler noop registered\n[ 0.534199] io scheduler deadline registered (default)\n[ 0.535529] io scheduler cfq registered\n[ 0.536634] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.538086] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.539780] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.541740] ACPI: Power Button [PWRF]\n[ 0.542826] GHES: HEST is not enabled!\n[ 0.556884] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.587404] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.590685] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.614523] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.617004] Linux agpgart interface v0.103\n[ 0.619225] brd: module loaded\n[ 0.620592] loop: module loaded\n[ 0.625463] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.627205] GPT:90111 != 2097151\n[ 0.628019] GPT:Alternate GPT header not at the end of the disk.\n[ 0.629344] GPT:90111 != 2097151\n[ 0.630155] GPT: Use GNU Parted to correct GPT errors.\n[ 0.631332] vda: vda1 vda15\n[ 0.632930] scsi host0: ata_piix\n[ 0.633807] scsi host1: ata_piix\n[ 0.634655] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.636147] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.637862] libphy: Fixed MDIO Bus: probed\n[ 0.638858] tun: Universal TUN/TAP device driver, 1.6\n[ 0.640020] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.642602] PPP generic driver version 2.4.2\n[ 0.643665] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.645151] ehci-pci: EHCI PCI platform driver\n[ 0.646212] ehci-platform: EHCI generic platform driver\n[ 0.647403] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.648781] ohci-pci: OHCI PCI platform driver\n[ 0.649845] ohci-platform: OHCI generic platform driver\n[ 0.651041] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.665686] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.666897] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.668632] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.669847] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.671217] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.672729] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.674435] usb usb1: Product: UHCI Host Controller\n[ 0.675574] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.677040] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.678360] hub 1-0:1.0: USB hub found\n[ 0.679424] hub 1-0:1.0: 2 ports detected\n[ 0.680685] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.683588] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.684939] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.686365] mousedev: PS/2 mouse device common for all mice\n[ 0.688093] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.690711] rtc_cmos 00:00: RTC can wake from S4\n[ 0.692219] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.693851] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.695566] i2c /dev entries driver\n[ 0.696668] device-mapper: uevent: version 1.0.3\n[ 0.697971] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.699937] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.701473] NET: Registered protocol family 10\n[ 0.702681] NET: Registered protocol family 17\n[ 0.703741] Key type dns_resolver registered\n[ 0.704839] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.706166] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.708273] registered taskstats version 1\n[ 0.709283] Loading compiled-in X.509 certificates\n[ 0.710920] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.713173] zswap: loaded using pool lzo/zbud\n[ 0.714733] Key type trusted registered\n[ 0.716453] Key type encrypted registered\n[ 0.717472] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.718747] ima: No TPM chip found, activating TPM-bypass!\n[ 0.720033] evm: HMAC attrs: 0x1\n[ 0.721121] Magic number: 2:378:834\n[ 0.722131] rtc_cmos 00:00: setting system clock to 2018-09-04 12:48:20 UTC (1536065300)\n[ 0.724073] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.725442] EDD information not available.\n[ 0.796978] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.798842] Write protecting the kernel read-only data: 14336k\n[ 0.811378] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.813535] 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.856575] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.97\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found 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.11.5...\nLease of 10.10.11.5 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.14. iid=i-0000011a\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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCn+Jg+cYLsOGVoDRgPH22I6zH5z4GrGOl50/lHqyOWYPC5qNsGsp2nxKqRh6mPOMor0sr6Fh3NwTfpTGGnQ2AnT5fWo6w3YhJ4ZuNNfbSrdAtJiTyGVlsMq1ayaZDYGn7jOTRfTpHnCLDdMvARd63tTWwrSQp4vUrD9S9zXzXKf7y/qLrH6N327iBGUHxKdQ96G937FKJMOVr6UbLYipl1Hb1znlGa2SpY49E89sc30U4aqqo0dtgwDyjoq7UVenSlAjfDSD2EFz72mBS/Nte3HmV5IAhX2AFp+/ltSx4HJRwNMjd+H/1Pn2spDQx/m1vMMi4wtKVa3ENIoB5+wpBz root@sdnvpn-4-5\nssh-dss AAAAB3NzaC1kc3MAAACBAOUPjwJR3HRCrLAbSyFBC4zUe0FVmDu2D0Uf08tezWxFgXKnwv6KghBDpyraFUkQkmrSlklOuQMSWhyP2eDtdibKpNIbZn/2pQeFj0n2YUxFNGfQeQiKO4KdHprzVPQE4ywV+/YXbATVjj53yrsEW4GCtIpLa8Tsj/HGtixS1PZ3AAAAFQCPKpJGwk6NH2bkMK68pTHLvbkrJwAAAIBayzEK3uS3lKtt2FBDWFU4Olh8JAQ/gniittVfpYgrM2f67qiNnMxpJ6H6OE9GiXYUg1pB/aCxjHaso39AanoKgVDVTg+Pgmu7V+Q+cM6bgJYnmnfBFLXwNFURUxkcii03I70kBTef17/Doeonfwzj1jVU8CQPJ2L+i3b5q4fDgAAAAIAPGaPJ/eL5Pz8/G2qDBpe1yIVHOyXpEQoHCRsU22rGdHE/zyoP9ZZB2R0iR4p+oDuo1nbzhGnkiowYSuToKORpaHBUnh/9fX6ykONYPjm3Skab01TXioyVSPBptUH9ZMW38ACs0/l6q6Ckh/+TKrQaDWhtl1GmLNO6gzBGQgXpHg== 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.5,24,fe80::f816:3eff:fe8b:7934/64,\nip-route:default via 10.10.11.1 dev eth0 \nip-route:10.10.11.0/24 dev eth0 src 10.10.11.5 \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-0000011a\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-4-5\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=62.80 ===\n/dev/root resized successfully [took 2.34s]\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:79:34 \n inet addr:10.10.11.5 Bcast:10.10.11.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe8b:7934/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:76 errors:0 dropped:17 overruns:0 frame:0\n TX packets:104 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:9439 (9.2 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-09-04 12:49:45,890 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/17b53f5a-b1e8-4e47-a207-7f0518638f91/action used request id req-fe7b6ee3-5354-4c93-a3ac-7d0e99cdc1f8 2018-09-04 12:49:47,908 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/servers/17b53f5a-b1e8-4e47-a207-7f0518638f91/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}116da38110b6dc44edfa8a701dc9d3f1d20ee90c" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-04 12:49:48,980 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12:49: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-d46df708-069b-467c-af11-0349693ae48c x-compute-request-id: req-d46df708-069b-467c-af11-0349693ae48c 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 477975982 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 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.138459] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.140119] pid_max: default: 32768 minimum: 301\n[ 0.141012] ACPI: Core revision 20150930\n[ 0.142394] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.143710] Security Framework initialized\n[ 0.144527] Yama: becoming mindful.\n[ 0.145254] AppArmor: AppArmor initialized\n[ 0.146120] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.147456] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.148740] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.149954] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.151339] Initializing cgroup subsys io\n[ 0.152158] Initializing cgroup subsys memory\n[ 0.153018] Initializing cgroup subsys devices\n[ 0.153901] Initializing cgroup subsys freezer\n[ 0.154768] Initializing cgroup subsys net_cls\n[ 0.155631] Initializing cgroup subsys perf_event\n[ 0.156539] Initializing cgroup subsys net_prio\n[ 0.157416] Initializing cgroup subsys hugetlb\n[ 0.158288] Initializing cgroup subsys pids\n[ 0.159170] CPU: Physical Processor ID: 0\n[ 0.160662] mce: CPU supports 10 MCE banks\n[ 0.161513] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.162516] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.173260] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.179780] ftrace: allocating 31920 entries in 125 pages\n[ 0.206670] smpboot: Max logical packages: 1\n[ 0.207532] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.208886] x2apic enabled\n[ 0.209709] Switched APIC routing to physical x2apic.\n[ 0.211469] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.212605] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.214610] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.216394] KVM setup paravirtual spinlock\n[ 0.217694] x86: Booted up 1 node, 1 CPUs\n[ 0.218500] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.219895] devtmpfs: initialized\n[ 0.221608] evm: security.selinux\n[ 0.222307] evm: security.SMACK64\n[ 0.223004] evm: security.SMACK64EXEC\n[ 0.223751] evm: security.SMACK64TRANSMUTE\n[ 0.224559] evm: security.SMACK64MMAP\n[ 0.225303] evm: security.ima\n[ 0.225947] evm: security.capability\n[ 0.226750] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.228594] pinctrl core: initialized pinctrl subsystem\n[ 0.229699] RTC time: 12:48:19, date: 09/04/18\n[ 0.230654] NET: Registered protocol family 16\n[ 0.231622] cpuidle: using governor ladder\n[ 0.232439] cpuidle: using governor menu\n[ 0.233231] PCCT header not found.\n[ 0.233992] ACPI: bus type PCI registered\n[ 0.234799] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.236046] PCI: Using configuration type 1 for base access\n[ 0.237804] ACPI: Added _OSI(Module Device)\n[ 0.238646] ACPI: Added _OSI(Processor Device)\n[ 0.239503] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.240404] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.242530] ACPI: Interpreter enabled\n[ 0.243299] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.245151] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.246995] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.248851] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.250693] ACPI: (supports S0 S5)\n[ 0.251398] ACPI: Using IOAPIC for interrupt routing\n[ 0.252566] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.255669] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.256813] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.258045] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.259243] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.261473] acpiphp: Slot [3] registered\n[ 0.262285] acpiphp: Slot [4] registered\n[ 0.263088] acpiphp: Slot [5] registered\n[ 0.263894] acpiphp: Slot [6] registered\n[ 0.264692] acpiphp: Slot [7] registered\n[ 0.265493] acpiphp: Slot [8] registered\n[ 0.266297] acpiphp: Slot [9] registered\n[ 0.267097] acpiphp: Slot [10] registered\n[ 0.267917] acpiphp: Slot [11] registered\n[ 0.268730] acpiphp: Slot [12] registered\n[ 0.269548] acpiphp: Slot [13] registered\n[ 0.270355] acpiphp: Slot [14] registered\n[ 0.271168] acpiphp: Slot [15] registered\n[ 0.282518] acpiphp: Slot [16] registered\n[ 0.283333] acpiphp: Slot [17] registered\n[ 0.284146] acpiphp: Slot [18] registered\n[ 0.284955] acpiphp: Slot [19] registered\n[ 0.285766] acpiphp: Slot [20] registered\n[ 0.286583] acpiphp: Slot [21] registered\n[ 0.287391] acpiphp: Slot [22] registered\n[ 0.288200] acpiphp: Slot [23] registered\n[ 0.289015] acpiphp: Slot [24] registered\n[ 0.289829] acpiphp: Slot [25] registered\n[ 0.290642] acpiphp: Slot [26] registered\n[ 0.291449] acpiphp: Slot [27] registered\n[ 0.292263] acpiphp: Slot [28] registered\n[ 0.293078] acpiphp: Slot [29] registered\n[ 0.293891] acpiphp: Slot [30] registered\n[ 0.294710] acpiphp: Slot [31] registered\n[ 0.295519] PCI host bridge to bus 0000:00\n[ 0.296324] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.297533] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.298744] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.300192] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.301644] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.307901] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.309187] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.310359] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.311621] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.318416] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.319855] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.369822] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.371325] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.372759] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.374191] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.375595] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.376858] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.378030] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.379105] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.380680] vgaarb: loaded\n[ 0.381290] vgaarb: bridge control possible 0000:00:02.0\n[ 0.382452] SCSI subsystem initialized\n[ 0.383290] ACPI: bus type USB registered\n[ 0.384120] usbcore: registered new interface driver usbfs\n[ 0.385163] usbcore: registered new interface driver hub\n[ 0.386192] usbcore: registered new device driver usb\n[ 0.387274] PCI: Using ACPI for IRQ routing\n[ 0.388316] NetLabel: Initializing\n[ 0.389039] NetLabel: domain hash size = 128\n[ 0.389903] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.390865] NetLabel: unlabeled traffic allowed by default\n[ 0.391978] clocksource: Switched to clocksource kvm-clock\n[ 0.397528] AppArmor: AppArmor Filesystem Enabled\n[ 0.398491] pnp: PnP ACPI init\n[ 0.399410] pnp: PnP ACPI: found 5 devices\n[ 0.405793] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.407512] NET: Registered protocol family 2\n[ 0.408474] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.409763] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.410950] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.412143] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.413229] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.414399] NET: Registered protocol family 1\n[ 0.415269] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.416379] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.417459] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.431517] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.445782] Trying to unpack rootfs image as initramfs...\n[ 0.495392] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.509308] Scanning for low memory corruption every 60 seconds\n[ 0.510981] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.512533] audit: initializing netlink subsys (disabled)\n[ 0.513914] audit: type=2000 audit(1536065300.694:1): initialized\n[ 0.515616] Initialise system trusted keyring\n[ 0.516831] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.518403] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.520787] zbud: loaded\n[ 0.521656] VFS: Disk quotas dquot_6.6.0\n[ 0.522732] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.524701] fuse init (API version 7.23)\n[ 0.525855] Key type big_key registered\n[ 0.526905] Allocating IMA MOK and blacklist keyrings.\n[ 0.528366] Key type asymmetric registered\n[ 0.529489] Asymmetric key parser 'x509' registered\n[ 0.530801] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.533145] io scheduler noop registered\n[ 0.534199] io scheduler deadline registered (default)\n[ 0.535529] io scheduler cfq registered\n[ 0.536634] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.538086] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.539780] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.541740] ACPI: Power Button [PWRF]\n[ 0.542826] GHES: HEST is not enabled!\n[ 0.556884] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.587404] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.590685] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.614523] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.617004] Linux agpgart interface v0.103\n[ 0.619225] brd: module loaded\n[ 0.620592] loop: module loaded\n[ 0.625463] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.627205] GPT:90111 != 2097151\n[ 0.628019] GPT:Alternate GPT header not at the end of the disk.\n[ 0.629344] GPT:90111 != 2097151\n[ 0.630155] GPT: Use GNU Parted to correct GPT errors.\n[ 0.631332] vda: vda1 vda15\n[ 0.632930] scsi host0: ata_piix\n[ 0.633807] scsi host1: ata_piix\n[ 0.634655] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.636147] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.637862] libphy: Fixed MDIO Bus: probed\n[ 0.638858] tun: Universal TUN/TAP device driver, 1.6\n[ 0.640020] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.642602] PPP generic driver version 2.4.2\n[ 0.643665] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.645151] ehci-pci: EHCI PCI platform driver\n[ 0.646212] ehci-platform: EHCI generic platform driver\n[ 0.647403] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.648781] ohci-pci: OHCI PCI platform driver\n[ 0.649845] ohci-platform: OHCI generic platform driver\n[ 0.651041] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.665686] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.666897] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.668632] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.669847] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.671217] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.672729] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.674435] usb usb1: Product: UHCI Host Controller\n[ 0.675574] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.677040] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.678360] hub 1-0:1.0: USB hub found\n[ 0.679424] hub 1-0:1.0: 2 ports detected\n[ 0.680685] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.683588] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.684939] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.686365] mousedev: PS/2 mouse device common for all mice\n[ 0.688093] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.690711] rtc_cmos 00:00: RTC can wake from S4\n[ 0.692219] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.693851] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.695566] i2c /dev entries driver\n[ 0.696668] device-mapper: uevent: version 1.0.3\n[ 0.697971] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.699937] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.701473] NET: Registered protocol family 10\n[ 0.702681] NET: Registered protocol family 17\n[ 0.703741] Key type dns_resolver registered\n[ 0.704839] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.706166] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.708273] registered taskstats version 1\n[ 0.709283] Loading compiled-in X.509 certificates\n[ 0.710920] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.713173] zswap: loaded using pool lzo/zbud\n[ 0.714733] Key type trusted registered\n[ 0.716453] Key type encrypted registered\n[ 0.717472] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.718747] ima: No TPM chip found, activating TPM-bypass!\n[ 0.720033] evm: HMAC attrs: 0x1\n[ 0.721121] Magic number: 2:378:834\n[ 0.722131] rtc_cmos 00:00: setting system clock to 2018-09-04 12:48:20 UTC (1536065300)\n[ 0.724073] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.725442] EDD information not available.\n[ 0.796978] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.798842] Write protecting the kernel read-only data: 14336k\n[ 0.811378] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.813535] 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.856575] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.97\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found 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.11.5...\nLease of 10.10.11.5 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.14. iid=i-0000011a\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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCn+Jg+cYLsOGVoDRgPH22I6zH5z4GrGOl50/lHqyOWYPC5qNsGsp2nxKqRh6mPOMor0sr6Fh3NwTfpTGGnQ2AnT5fWo6w3YhJ4ZuNNfbSrdAtJiTyGVlsMq1ayaZDYGn7jOTRfTpHnCLDdMvARd63tTWwrSQp4vUrD9S9zXzXKf7y/qLrH6N327iBGUHxKdQ96G937FKJMOVr6UbLYipl1Hb1znlGa2SpY49E89sc30U4aqqo0dtgwDyjoq7UVenSlAjfDSD2EFz72mBS/Nte3HmV5IAhX2AFp+/ltSx4HJRwNMjd+H/1Pn2spDQx/m1vMMi4wtKVa3ENIoB5+wpBz root@sdnvpn-4-5\nssh-dss AAAAB3NzaC1kc3MAAACBAOUPjwJR3HRCrLAbSyFBC4zUe0FVmDu2D0Uf08tezWxFgXKnwv6KghBDpyraFUkQkmrSlklOuQMSWhyP2eDtdibKpNIbZn/2pQeFj0n2YUxFNGfQeQiKO4KdHprzVPQE4ywV+/YXbATVjj53yrsEW4GCtIpLa8Tsj/HGtixS1PZ3AAAAFQCPKpJGwk6NH2bkMK68pTHLvbkrJwAAAIBayzEK3uS3lKtt2FBDWFU4Olh8JAQ/gniittVfpYgrM2f67qiNnMxpJ6H6OE9GiXYUg1pB/aCxjHaso39AanoKgVDVTg+Pgmu7V+Q+cM6bgJYnmnfBFLXwNFURUxkcii03I70kBTef17/Doeonfwzj1jVU8CQPJ2L+i3b5q4fDgAAAAIAPGaPJ/eL5Pz8/G2qDBpe1yIVHOyXpEQoHCRsU22rGdHE/zyoP9ZZB2R0iR4p+oDuo1nbzhGnkiowYSuToKORpaHBUnh/9fX6ykONYPjm3Skab01TXioyVSPBptUH9ZMW38ACs0/l6q6Ckh/+TKrQaDWhtl1GmLNO6gzBGQgXpHg== 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.5,24,fe80::f816:3eff:fe8b:7934/64,\nip-route:default via 10.10.11.1 dev eth0 \nip-route:10.10.11.0/24 dev eth0 src 10.10.11.5 \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-0000011a\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-4-5\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=62.80 ===\n/dev/root resized successfully [took 2.34s]\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:79:34 \n inet addr:10.10.11.5 Bcast:10.10.11.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe8b:7934/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:76 errors:0 dropped:17 overruns:0 frame:0\n TX packets:104 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:9439 (9.2 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-09-04 12:49:48,981 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/17b53f5a-b1e8-4e47-a207-7f0518638f91/action used request id req-d46df708-069b-467c-af11-0349693ae48c 2018-09-04 12:49:51,004 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/servers/17b53f5a-b1e8-4e47-a207-7f0518638f91/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}116da38110b6dc44edfa8a701dc9d3f1d20ee90c" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-04 12:49:52,074 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12: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-a9890141-0540-4e8e-94f8-9115544e7a32 x-compute-request-id: req-a9890141-0540-4e8e-94f8-9115544e7a32 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 477975982 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 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.138459] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.140119] pid_max: default: 32768 minimum: 301\n[ 0.141012] ACPI: Core revision 20150930\n[ 0.142394] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.143710] Security Framework initialized\n[ 0.144527] Yama: becoming mindful.\n[ 0.145254] AppArmor: AppArmor initialized\n[ 0.146120] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.147456] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.148740] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.149954] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.151339] Initializing cgroup subsys io\n[ 0.152158] Initializing cgroup subsys memory\n[ 0.153018] Initializing cgroup subsys devices\n[ 0.153901] Initializing cgroup subsys freezer\n[ 0.154768] Initializing cgroup subsys net_cls\n[ 0.155631] Initializing cgroup subsys perf_event\n[ 0.156539] Initializing cgroup subsys net_prio\n[ 0.157416] Initializing cgroup subsys hugetlb\n[ 0.158288] Initializing cgroup subsys pids\n[ 0.159170] CPU: Physical Processor ID: 0\n[ 0.160662] mce: CPU supports 10 MCE banks\n[ 0.161513] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.162516] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.173260] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.179780] ftrace: allocating 31920 entries in 125 pages\n[ 0.206670] smpboot: Max logical packages: 1\n[ 0.207532] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.208886] x2apic enabled\n[ 0.209709] Switched APIC routing to physical x2apic.\n[ 0.211469] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.212605] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.214610] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.216394] KVM setup paravirtual spinlock\n[ 0.217694] x86: Booted up 1 node, 1 CPUs\n[ 0.218500] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.219895] devtmpfs: initialized\n[ 0.221608] evm: security.selinux\n[ 0.222307] evm: security.SMACK64\n[ 0.223004] evm: security.SMACK64EXEC\n[ 0.223751] evm: security.SMACK64TRANSMUTE\n[ 0.224559] evm: security.SMACK64MMAP\n[ 0.225303] evm: security.ima\n[ 0.225947] evm: security.capability\n[ 0.226750] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.228594] pinctrl core: initialized pinctrl subsystem\n[ 0.229699] RTC time: 12:48:19, date: 09/04/18\n[ 0.230654] NET: Registered protocol family 16\n[ 0.231622] cpuidle: using governor ladder\n[ 0.232439] cpuidle: using governor menu\n[ 0.233231] PCCT header not found.\n[ 0.233992] ACPI: bus type PCI registered\n[ 0.234799] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.236046] PCI: Using configuration type 1 for base access\n[ 0.237804] ACPI: Added _OSI(Module Device)\n[ 0.238646] ACPI: Added _OSI(Processor Device)\n[ 0.239503] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.240404] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.242530] ACPI: Interpreter enabled\n[ 0.243299] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.245151] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.246995] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.248851] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.250693] ACPI: (supports S0 S5)\n[ 0.251398] ACPI: Using IOAPIC for interrupt routing\n[ 0.252566] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.255669] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.256813] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.258045] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.259243] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.261473] acpiphp: Slot [3] registered\n[ 0.262285] acpiphp: Slot [4] registered\n[ 0.263088] acpiphp: Slot [5] registered\n[ 0.263894] acpiphp: Slot [6] registered\n[ 0.264692] acpiphp: Slot [7] registered\n[ 0.265493] acpiphp: Slot [8] registered\n[ 0.266297] acpiphp: Slot [9] registered\n[ 0.267097] acpiphp: Slot [10] registered\n[ 0.267917] acpiphp: Slot [11] registered\n[ 0.268730] acpiphp: Slot [12] registered\n[ 0.269548] acpiphp: Slot [13] registered\n[ 0.270355] acpiphp: Slot [14] registered\n[ 0.271168] acpiphp: Slot [15] registered\n[ 0.282518] acpiphp: Slot [16] registered\n[ 0.283333] acpiphp: Slot [17] registered\n[ 0.284146] acpiphp: Slot [18] registered\n[ 0.284955] acpiphp: Slot [19] registered\n[ 0.285766] acpiphp: Slot [20] registered\n[ 0.286583] acpiphp: Slot [21] registered\n[ 0.287391] acpiphp: Slot [22] registered\n[ 0.288200] acpiphp: Slot [23] registered\n[ 0.289015] acpiphp: Slot [24] registered\n[ 0.289829] acpiphp: Slot [25] registered\n[ 0.290642] acpiphp: Slot [26] registered\n[ 0.291449] acpiphp: Slot [27] registered\n[ 0.292263] acpiphp: Slot [28] registered\n[ 0.293078] acpiphp: Slot [29] registered\n[ 0.293891] acpiphp: Slot [30] registered\n[ 0.294710] acpiphp: Slot [31] registered\n[ 0.295519] PCI host bridge to bus 0000:00\n[ 0.296324] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.297533] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.298744] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.300192] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.301644] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.307901] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.309187] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.310359] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.311621] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.318416] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.319855] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.369822] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.371325] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.372759] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.374191] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.375595] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.376858] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.378030] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.379105] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.380680] vgaarb: loaded\n[ 0.381290] vgaarb: bridge control possible 0000:00:02.0\n[ 0.382452] SCSI subsystem initialized\n[ 0.383290] ACPI: bus type USB registered\n[ 0.384120] usbcore: registered new interface driver usbfs\n[ 0.385163] usbcore: registered new interface driver hub\n[ 0.386192] usbcore: registered new device driver usb\n[ 0.387274] PCI: Using ACPI for IRQ routing\n[ 0.388316] NetLabel: Initializing\n[ 0.389039] NetLabel: domain hash size = 128\n[ 0.389903] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.390865] NetLabel: unlabeled traffic allowed by default\n[ 0.391978] clocksource: Switched to clocksource kvm-clock\n[ 0.397528] AppArmor: AppArmor Filesystem Enabled\n[ 0.398491] pnp: PnP ACPI init\n[ 0.399410] pnp: PnP ACPI: found 5 devices\n[ 0.405793] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.407512] NET: Registered protocol family 2\n[ 0.408474] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.409763] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.410950] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.412143] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.413229] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.414399] NET: Registered protocol family 1\n[ 0.415269] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.416379] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.417459] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.431517] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.445782] Trying to unpack rootfs image as initramfs...\n[ 0.495392] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.509308] Scanning for low memory corruption every 60 seconds\n[ 0.510981] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.512533] audit: initializing netlink subsys (disabled)\n[ 0.513914] audit: type=2000 audit(1536065300.694:1): initialized\n[ 0.515616] Initialise system trusted keyring\n[ 0.516831] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.518403] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.520787] zbud: loaded\n[ 0.521656] VFS: Disk quotas dquot_6.6.0\n[ 0.522732] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.524701] fuse init (API version 7.23)\n[ 0.525855] Key type big_key registered\n[ 0.526905] Allocating IMA MOK and blacklist keyrings.\n[ 0.528366] Key type asymmetric registered\n[ 0.529489] Asymmetric key parser 'x509' registered\n[ 0.530801] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.533145] io scheduler noop registered\n[ 0.534199] io scheduler deadline registered (default)\n[ 0.535529] io scheduler cfq registered\n[ 0.536634] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.538086] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.539780] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.541740] ACPI: Power Button [PWRF]\n[ 0.542826] GHES: HEST is not enabled!\n[ 0.556884] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.587404] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.590685] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.614523] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.617004] Linux agpgart interface v0.103\n[ 0.619225] brd: module loaded\n[ 0.620592] loop: module loaded\n[ 0.625463] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.627205] GPT:90111 != 2097151\n[ 0.628019] GPT:Alternate GPT header not at the end of the disk.\n[ 0.629344] GPT:90111 != 2097151\n[ 0.630155] GPT: Use GNU Parted to correct GPT errors.\n[ 0.631332] vda: vda1 vda15\n[ 0.632930] scsi host0: ata_piix\n[ 0.633807] scsi host1: ata_piix\n[ 0.634655] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.636147] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.637862] libphy: Fixed MDIO Bus: probed\n[ 0.638858] tun: Universal TUN/TAP device driver, 1.6\n[ 0.640020] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.642602] PPP generic driver version 2.4.2\n[ 0.643665] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.645151] ehci-pci: EHCI PCI platform driver\n[ 0.646212] ehci-platform: EHCI generic platform driver\n[ 0.647403] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.648781] ohci-pci: OHCI PCI platform driver\n[ 0.649845] ohci-platform: OHCI generic platform driver\n[ 0.651041] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.665686] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.666897] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.668632] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.669847] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.671217] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.672729] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.674435] usb usb1: Product: UHCI Host Controller\n[ 0.675574] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.677040] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.678360] hub 1-0:1.0: USB hub found\n[ 0.679424] hub 1-0:1.0: 2 ports detected\n[ 0.680685] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.683588] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.684939] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.686365] mousedev: PS/2 mouse device common for all mice\n[ 0.688093] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.690711] rtc_cmos 00:00: RTC can wake from S4\n[ 0.692219] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.693851] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.695566] i2c /dev entries driver\n[ 0.696668] device-mapper: uevent: version 1.0.3\n[ 0.697971] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.699937] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.701473] NET: Registered protocol family 10\n[ 0.702681] NET: Registered protocol family 17\n[ 0.703741] Key type dns_resolver registered\n[ 0.704839] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.706166] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.708273] registered taskstats version 1\n[ 0.709283] Loading compiled-in X.509 certificates\n[ 0.710920] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.713173] zswap: loaded using pool lzo/zbud\n[ 0.714733] Key type trusted registered\n[ 0.716453] Key type encrypted registered\n[ 0.717472] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.718747] ima: No TPM chip found, activating TPM-bypass!\n[ 0.720033] evm: HMAC attrs: 0x1\n[ 0.721121] Magic number: 2:378:834\n[ 0.722131] rtc_cmos 00:00: setting system clock to 2018-09-04 12:48:20 UTC (1536065300)\n[ 0.724073] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.725442] EDD information not available.\n[ 0.796978] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.798842] Write protecting the kernel read-only data: 14336k\n[ 0.811378] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.813535] 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.856575] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.97\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found 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.11.5...\nLease of 10.10.11.5 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.14. iid=i-0000011a\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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCn+Jg+cYLsOGVoDRgPH22I6zH5z4GrGOl50/lHqyOWYPC5qNsGsp2nxKqRh6mPOMor0sr6Fh3NwTfpTGGnQ2AnT5fWo6w3YhJ4ZuNNfbSrdAtJiTyGVlsMq1ayaZDYGn7jOTRfTpHnCLDdMvARd63tTWwrSQp4vUrD9S9zXzXKf7y/qLrH6N327iBGUHxKdQ96G937FKJMOVr6UbLYipl1Hb1znlGa2SpY49E89sc30U4aqqo0dtgwDyjoq7UVenSlAjfDSD2EFz72mBS/Nte3HmV5IAhX2AFp+/ltSx4HJRwNMjd+H/1Pn2spDQx/m1vMMi4wtKVa3ENIoB5+wpBz root@sdnvpn-4-5\nssh-dss AAAAB3NzaC1kc3MAAACBAOUPjwJR3HRCrLAbSyFBC4zUe0FVmDu2D0Uf08tezWxFgXKnwv6KghBDpyraFUkQkmrSlklOuQMSWhyP2eDtdibKpNIbZn/2pQeFj0n2YUxFNGfQeQiKO4KdHprzVPQE4ywV+/YXbATVjj53yrsEW4GCtIpLa8Tsj/HGtixS1PZ3AAAAFQCPKpJGwk6NH2bkMK68pTHLvbkrJwAAAIBayzEK3uS3lKtt2FBDWFU4Olh8JAQ/gniittVfpYgrM2f67qiNnMxpJ6H6OE9GiXYUg1pB/aCxjHaso39AanoKgVDVTg+Pgmu7V+Q+cM6bgJYnmnfBFLXwNFURUxkcii03I70kBTef17/Doeonfwzj1jVU8CQPJ2L+i3b5q4fDgAAAAIAPGaPJ/eL5Pz8/G2qDBpe1yIVHOyXpEQoHCRsU22rGdHE/zyoP9ZZB2R0iR4p+oDuo1nbzhGnkiowYSuToKORpaHBUnh/9fX6ykONYPjm3Skab01TXioyVSPBptUH9ZMW38ACs0/l6q6Ckh/+TKrQaDWhtl1GmLNO6gzBGQgXpHg== 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.5,24,fe80::f816:3eff:fe8b:7934/64,\nip-route:default via 10.10.11.1 dev eth0 \nip-route:10.10.11.0/24 dev eth0 src 10.10.11.5 \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-0000011a\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-4-5\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=62.80 ===\n/dev/root resized successfully [took 2.34s]\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:79:34 \n inet addr:10.10.11.5 Bcast:10.10.11.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe8b:7934/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:76 errors:0 dropped:17 overruns:0 frame:0\n TX packets:104 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:9439 (9.2 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-09-04 12:49:52,075 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/17b53f5a-b1e8-4e47-a207-7f0518638f91/action used request id req-a9890141-0540-4e8e-94f8-9115544e7a32 2018-09-04 12:49:54,097 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/servers/17b53f5a-b1e8-4e47-a207-7f0518638f91/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}116da38110b6dc44edfa8a701dc9d3f1d20ee90c" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-04 12:49:55,168 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12:49: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-021129ae-e6ee-4c5f-8955-594763df0e7d x-compute-request-id: req-021129ae-e6ee-4c5f-8955-594763df0e7d Content-Encoding: gzip Content-Length: 10080 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 477975982 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 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.138459] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.140119] pid_max: default: 32768 minimum: 301\n[ 0.141012] ACPI: Core revision 20150930\n[ 0.142394] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.143710] Security Framework initialized\n[ 0.144527] Yama: becoming mindful.\n[ 0.145254] AppArmor: AppArmor initialized\n[ 0.146120] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.147456] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.148740] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.149954] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.151339] Initializing cgroup subsys io\n[ 0.152158] Initializing cgroup subsys memory\n[ 0.153018] Initializing cgroup subsys devices\n[ 0.153901] Initializing cgroup subsys freezer\n[ 0.154768] Initializing cgroup subsys net_cls\n[ 0.155631] Initializing cgroup subsys perf_event\n[ 0.156539] Initializing cgroup subsys net_prio\n[ 0.157416] Initializing cgroup subsys hugetlb\n[ 0.158288] Initializing cgroup subsys pids\n[ 0.159170] CPU: Physical Processor ID: 0\n[ 0.160662] mce: CPU supports 10 MCE banks\n[ 0.161513] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.162516] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.173260] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.179780] ftrace: allocating 31920 entries in 125 pages\n[ 0.206670] smpboot: Max logical packages: 1\n[ 0.207532] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.208886] x2apic enabled\n[ 0.209709] Switched APIC routing to physical x2apic.\n[ 0.211469] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.212605] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.214610] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.216394] KVM setup paravirtual spinlock\n[ 0.217694] x86: Booted up 1 node, 1 CPUs\n[ 0.218500] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.219895] devtmpfs: initialized\n[ 0.221608] evm: security.selinux\n[ 0.222307] evm: security.SMACK64\n[ 0.223004] evm: security.SMACK64EXEC\n[ 0.223751] evm: security.SMACK64TRANSMUTE\n[ 0.224559] evm: security.SMACK64MMAP\n[ 0.225303] evm: security.ima\n[ 0.225947] evm: security.capability\n[ 0.226750] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.228594] pinctrl core: initialized pinctrl subsystem\n[ 0.229699] RTC time: 12:48:19, date: 09/04/18\n[ 0.230654] NET: Registered protocol family 16\n[ 0.231622] cpuidle: using governor ladder\n[ 0.232439] cpuidle: using governor menu\n[ 0.233231] PCCT header not found.\n[ 0.233992] ACPI: bus type PCI registered\n[ 0.234799] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.236046] PCI: Using configuration type 1 for base access\n[ 0.237804] ACPI: Added _OSI(Module Device)\n[ 0.238646] ACPI: Added _OSI(Processor Device)\n[ 0.239503] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.240404] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.242530] ACPI: Interpreter enabled\n[ 0.243299] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.245151] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.246995] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.248851] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.250693] ACPI: (supports S0 S5)\n[ 0.251398] ACPI: Using IOAPIC for interrupt routing\n[ 0.252566] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.255669] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.256813] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.258045] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.259243] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.261473] acpiphp: Slot [3] registered\n[ 0.262285] acpiphp: Slot [4] registered\n[ 0.263088] acpiphp: Slot [5] registered\n[ 0.263894] acpiphp: Slot [6] registered\n[ 0.264692] acpiphp: Slot [7] registered\n[ 0.265493] acpiphp: Slot [8] registered\n[ 0.266297] acpiphp: Slot [9] registered\n[ 0.267097] acpiphp: Slot [10] registered\n[ 0.267917] acpiphp: Slot [11] registered\n[ 0.268730] acpiphp: Slot [12] registered\n[ 0.269548] acpiphp: Slot [13] registered\n[ 0.270355] acpiphp: Slot [14] registered\n[ 0.271168] acpiphp: Slot [15] registered\n[ 0.282518] acpiphp: Slot [16] registered\n[ 0.283333] acpiphp: Slot [17] registered\n[ 0.284146] acpiphp: Slot [18] registered\n[ 0.284955] acpiphp: Slot [19] registered\n[ 0.285766] acpiphp: Slot [20] registered\n[ 0.286583] acpiphp: Slot [21] registered\n[ 0.287391] acpiphp: Slot [22] registered\n[ 0.288200] acpiphp: Slot [23] registered\n[ 0.289015] acpiphp: Slot [24] registered\n[ 0.289829] acpiphp: Slot [25] registered\n[ 0.290642] acpiphp: Slot [26] registered\n[ 0.291449] acpiphp: Slot [27] registered\n[ 0.292263] acpiphp: Slot [28] registered\n[ 0.293078] acpiphp: Slot [29] registered\n[ 0.293891] acpiphp: Slot [30] registered\n[ 0.294710] acpiphp: Slot [31] registered\n[ 0.295519] PCI host bridge to bus 0000:00\n[ 0.296324] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.297533] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.298744] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.300192] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.301644] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.307901] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.309187] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.310359] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.311621] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.318416] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.319855] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.369822] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.371325] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.372759] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.374191] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.375595] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.376858] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.378030] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.379105] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.380680] vgaarb: loaded\n[ 0.381290] vgaarb: bridge control possible 0000:00:02.0\n[ 0.382452] SCSI subsystem initialized\n[ 0.383290] ACPI: bus type USB registered\n[ 0.384120] usbcore: registered new interface driver usbfs\n[ 0.385163] usbcore: registered new interface driver hub\n[ 0.386192] usbcore: registered new device driver usb\n[ 0.387274] PCI: Using ACPI for IRQ routing\n[ 0.388316] NetLabel: Initializing\n[ 0.389039] NetLabel: domain hash size = 128\n[ 0.389903] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.390865] NetLabel: unlabeled traffic allowed by default\n[ 0.391978] clocksource: Switched to clocksource kvm-clock\n[ 0.397528] AppArmor: AppArmor Filesystem Enabled\n[ 0.398491] pnp: PnP ACPI init\n[ 0.399410] pnp: PnP ACPI: found 5 devices\n[ 0.405793] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.407512] NET: Registered protocol family 2\n[ 0.408474] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.409763] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.410950] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.412143] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.413229] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.414399] NET: Registered protocol family 1\n[ 0.415269] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.416379] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.417459] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.431517] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.445782] Trying to unpack rootfs image as initramfs...\n[ 0.495392] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.509308] Scanning for low memory corruption every 60 seconds\n[ 0.510981] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.512533] audit: initializing netlink subsys (disabled)\n[ 0.513914] audit: type=2000 audit(1536065300.694:1): initialized\n[ 0.515616] Initialise system trusted keyring\n[ 0.516831] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.518403] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.520787] zbud: loaded\n[ 0.521656] VFS: Disk quotas dquot_6.6.0\n[ 0.522732] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.524701] fuse init (API version 7.23)\n[ 0.525855] Key type big_key registered\n[ 0.526905] Allocating IMA MOK and blacklist keyrings.\n[ 0.528366] Key type asymmetric registered\n[ 0.529489] Asymmetric key parser 'x509' registered\n[ 0.530801] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.533145] io scheduler noop registered\n[ 0.534199] io scheduler deadline registered (default)\n[ 0.535529] io scheduler cfq registered\n[ 0.536634] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.538086] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.539780] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.541740] ACPI: Power Button [PWRF]\n[ 0.542826] GHES: HEST is not enabled!\n[ 0.556884] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.587404] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.590685] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.614523] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.617004] Linux agpgart interface v0.103\n[ 0.619225] brd: module loaded\n[ 0.620592] loop: module loaded\n[ 0.625463] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.627205] GPT:90111 != 2097151\n[ 0.628019] GPT:Alternate GPT header not at the end of the disk.\n[ 0.629344] GPT:90111 != 2097151\n[ 0.630155] GPT: Use GNU Parted to correct GPT errors.\n[ 0.631332] vda: vda1 vda15\n[ 0.632930] scsi host0: ata_piix\n[ 0.633807] scsi host1: ata_piix\n[ 0.634655] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.636147] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.637862] libphy: Fixed MDIO Bus: probed\n[ 0.638858] tun: Universal TUN/TAP device driver, 1.6\n[ 0.640020] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.642602] PPP generic driver version 2.4.2\n[ 0.643665] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.645151] ehci-pci: EHCI PCI platform driver\n[ 0.646212] ehci-platform: EHCI generic platform driver\n[ 0.647403] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.648781] ohci-pci: OHCI PCI platform driver\n[ 0.649845] ohci-platform: OHCI generic platform driver\n[ 0.651041] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.665686] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.666897] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.668632] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.669847] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.671217] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.672729] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.674435] usb usb1: Product: UHCI Host Controller\n[ 0.675574] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.677040] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.678360] hub 1-0:1.0: USB hub found\n[ 0.679424] hub 1-0:1.0: 2 ports detected\n[ 0.680685] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.683588] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.684939] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.686365] mousedev: PS/2 mouse device common for all mice\n[ 0.688093] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.690711] rtc_cmos 00:00: RTC can wake from S4\n[ 0.692219] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.693851] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.695566] i2c /dev entries driver\n[ 0.696668] device-mapper: uevent: version 1.0.3\n[ 0.697971] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.699937] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.701473] NET: Registered protocol family 10\n[ 0.702681] NET: Registered protocol family 17\n[ 0.703741] Key type dns_resolver registered\n[ 0.704839] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.706166] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.708273] registered taskstats version 1\n[ 0.709283] Loading compiled-in X.509 certificates\n[ 0.710920] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.713173] zswap: loaded using pool lzo/zbud\n[ 0.714733] Key type trusted registered\n[ 0.716453] Key type encrypted registered\n[ 0.717472] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.718747] ima: No TPM chip found, activating TPM-bypass!\n[ 0.720033] evm: HMAC attrs: 0x1\n[ 0.721121] Magic number: 2:378:834\n[ 0.722131] rtc_cmos 00:00: setting system clock to 2018-09-04 12:48:20 UTC (1536065300)\n[ 0.724073] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.725442] EDD information not available.\n[ 0.796978] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.798842] Write protecting the kernel read-only data: 14336k\n[ 0.811378] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.813535] 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.856575] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.97\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found 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.11.5...\nLease of 10.10.11.5 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.14. iid=i-0000011a\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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCn+Jg+cYLsOGVoDRgPH22I6zH5z4GrGOl50/lHqyOWYPC5qNsGsp2nxKqRh6mPOMor0sr6Fh3NwTfpTGGnQ2AnT5fWo6w3YhJ4ZuNNfbSrdAtJiTyGVlsMq1ayaZDYGn7jOTRfTpHnCLDdMvARd63tTWwrSQp4vUrD9S9zXzXKf7y/qLrH6N327iBGUHxKdQ96G937FKJMOVr6UbLYipl1Hb1znlGa2SpY49E89sc30U4aqqo0dtgwDyjoq7UVenSlAjfDSD2EFz72mBS/Nte3HmV5IAhX2AFp+/ltSx4HJRwNMjd+H/1Pn2spDQx/m1vMMi4wtKVa3ENIoB5+wpBz root@sdnvpn-4-5\nssh-dss AAAAB3NzaC1kc3MAAACBAOUPjwJR3HRCrLAbSyFBC4zUe0FVmDu2D0Uf08tezWxFgXKnwv6KghBDpyraFUkQkmrSlklOuQMSWhyP2eDtdibKpNIbZn/2pQeFj0n2YUxFNGfQeQiKO4KdHprzVPQE4ywV+/YXbATVjj53yrsEW4GCtIpLa8Tsj/HGtixS1PZ3AAAAFQCPKpJGwk6NH2bkMK68pTHLvbkrJwAAAIBayzEK3uS3lKtt2FBDWFU4Olh8JAQ/gniittVfpYgrM2f67qiNnMxpJ6H6OE9GiXYUg1pB/aCxjHaso39AanoKgVDVTg+Pgmu7V+Q+cM6bgJYnmnfBFLXwNFURUxkcii03I70kBTef17/Doeonfwzj1jVU8CQPJ2L+i3b5q4fDgAAAAIAPGaPJ/eL5Pz8/G2qDBpe1yIVHOyXpEQoHCRsU22rGdHE/zyoP9ZZB2R0iR4p+oDuo1nbzhGnkiowYSuToKORpaHBUnh/9fX6ykONYPjm3Skab01TXioyVSPBptUH9ZMW38ACs0/l6q6Ckh/+TKrQaDWhtl1GmLNO6gzBGQgXpHg== 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.5,24,fe80::f816:3eff:fe8b:7934/64,\nip-route:default via 10.10.11.1 dev eth0 \nip-route:10.10.11.0/24 dev eth0 src 10.10.11.5 \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-0000011a\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-4-5\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=62.80 ===\n/dev/root resized successfully [took 2.34s]\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:79:34 \n inet addr:10.10.11.5 Bcast:10.10.11.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe8b:7934/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:76 errors:0 dropped:17 overruns:0 frame:0\n TX packets:104 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:9439 (9.2 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-09-04 12:49:55,168 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/17b53f5a-b1e8-4e47-a207-7f0518638f91/action used request id req-021129ae-e6ee-4c5f-8955-594763df0e7d 2018-09-04 12:49:57,190 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/servers/17b53f5a-b1e8-4e47-a207-7f0518638f91/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}116da38110b6dc44edfa8a701dc9d3f1d20ee90c" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-04 12:49:58,264 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12:49: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-eb46bf4c-61ca-416e-b311-20325458226f x-compute-request-id: req-eb46bf4c-61ca-416e-b311-20325458226f Content-Encoding: gzip Content-Length: 10080 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 477975982 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 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.138459] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.140119] pid_max: default: 32768 minimum: 301\n[ 0.141012] ACPI: Core revision 20150930\n[ 0.142394] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.143710] Security Framework initialized\n[ 0.144527] Yama: becoming mindful.\n[ 0.145254] AppArmor: AppArmor initialized\n[ 0.146120] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.147456] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.148740] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.149954] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.151339] Initializing cgroup subsys io\n[ 0.152158] Initializing cgroup subsys memory\n[ 0.153018] Initializing cgroup subsys devices\n[ 0.153901] Initializing cgroup subsys freezer\n[ 0.154768] Initializing cgroup subsys net_cls\n[ 0.155631] Initializing cgroup subsys perf_event\n[ 0.156539] Initializing cgroup subsys net_prio\n[ 0.157416] Initializing cgroup subsys hugetlb\n[ 0.158288] Initializing cgroup subsys pids\n[ 0.159170] CPU: Physical Processor ID: 0\n[ 0.160662] mce: CPU supports 10 MCE banks\n[ 0.161513] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.162516] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.173260] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.179780] ftrace: allocating 31920 entries in 125 pages\n[ 0.206670] smpboot: Max logical packages: 1\n[ 0.207532] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.208886] x2apic enabled\n[ 0.209709] Switched APIC routing to physical x2apic.\n[ 0.211469] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.212605] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.214610] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.216394] KVM setup paravirtual spinlock\n[ 0.217694] x86: Booted up 1 node, 1 CPUs\n[ 0.218500] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.219895] devtmpfs: initialized\n[ 0.221608] evm: security.selinux\n[ 0.222307] evm: security.SMACK64\n[ 0.223004] evm: security.SMACK64EXEC\n[ 0.223751] evm: security.SMACK64TRANSMUTE\n[ 0.224559] evm: security.SMACK64MMAP\n[ 0.225303] evm: security.ima\n[ 0.225947] evm: security.capability\n[ 0.226750] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.228594] pinctrl core: initialized pinctrl subsystem\n[ 0.229699] RTC time: 12:48:19, date: 09/04/18\n[ 0.230654] NET: Registered protocol family 16\n[ 0.231622] cpuidle: using governor ladder\n[ 0.232439] cpuidle: using governor menu\n[ 0.233231] PCCT header not found.\n[ 0.233992] ACPI: bus type PCI registered\n[ 0.234799] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.236046] PCI: Using configuration type 1 for base access\n[ 0.237804] ACPI: Added _OSI(Module Device)\n[ 0.238646] ACPI: Added _OSI(Processor Device)\n[ 0.239503] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.240404] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.242530] ACPI: Interpreter enabled\n[ 0.243299] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.245151] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.246995] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.248851] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.250693] ACPI: (supports S0 S5)\n[ 0.251398] ACPI: Using IOAPIC for interrupt routing\n[ 0.252566] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.255669] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.256813] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.258045] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.259243] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.261473] acpiphp: Slot [3] registered\n[ 0.262285] acpiphp: Slot [4] registered\n[ 0.263088] acpiphp: Slot [5] registered\n[ 0.263894] acpiphp: Slot [6] registered\n[ 0.264692] acpiphp: Slot [7] registered\n[ 0.265493] acpiphp: Slot [8] registered\n[ 0.266297] acpiphp: Slot [9] registered\n[ 0.267097] acpiphp: Slot [10] registered\n[ 0.267917] acpiphp: Slot [11] registered\n[ 0.268730] acpiphp: Slot [12] registered\n[ 0.269548] acpiphp: Slot [13] registered\n[ 0.270355] acpiphp: Slot [14] registered\n[ 0.271168] acpiphp: Slot [15] registered\n[ 0.282518] acpiphp: Slot [16] registered\n[ 0.283333] acpiphp: Slot [17] registered\n[ 0.284146] acpiphp: Slot [18] registered\n[ 0.284955] acpiphp: Slot [19] registered\n[ 0.285766] acpiphp: Slot [20] registered\n[ 0.286583] acpiphp: Slot [21] registered\n[ 0.287391] acpiphp: Slot [22] registered\n[ 0.288200] acpiphp: Slot [23] registered\n[ 0.289015] acpiphp: Slot [24] registered\n[ 0.289829] acpiphp: Slot [25] registered\n[ 0.290642] acpiphp: Slot [26] registered\n[ 0.291449] acpiphp: Slot [27] registered\n[ 0.292263] acpiphp: Slot [28] registered\n[ 0.293078] acpiphp: Slot [29] registered\n[ 0.293891] acpiphp: Slot [30] registered\n[ 0.294710] acpiphp: Slot [31] registered\n[ 0.295519] PCI host bridge to bus 0000:00\n[ 0.296324] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.297533] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.298744] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.300192] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.301644] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.307901] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.309187] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.310359] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.311621] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.318416] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.319855] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.369822] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.371325] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.372759] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.374191] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.375595] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.376858] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.378030] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.379105] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.380680] vgaarb: loaded\n[ 0.381290] vgaarb: bridge control possible 0000:00:02.0\n[ 0.382452] SCSI subsystem initialized\n[ 0.383290] ACPI: bus type USB registered\n[ 0.384120] usbcore: registered new interface driver usbfs\n[ 0.385163] usbcore: registered new interface driver hub\n[ 0.386192] usbcore: registered new device driver usb\n[ 0.387274] PCI: Using ACPI for IRQ routing\n[ 0.388316] NetLabel: Initializing\n[ 0.389039] NetLabel: domain hash size = 128\n[ 0.389903] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.390865] NetLabel: unlabeled traffic allowed by default\n[ 0.391978] clocksource: Switched to clocksource kvm-clock\n[ 0.397528] AppArmor: AppArmor Filesystem Enabled\n[ 0.398491] pnp: PnP ACPI init\n[ 0.399410] pnp: PnP ACPI: found 5 devices\n[ 0.405793] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.407512] NET: Registered protocol family 2\n[ 0.408474] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.409763] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.410950] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.412143] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.413229] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.414399] NET: Registered protocol family 1\n[ 0.415269] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.416379] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.417459] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.431517] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.445782] Trying to unpack rootfs image as initramfs...\n[ 0.495392] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.509308] Scanning for low memory corruption every 60 seconds\n[ 0.510981] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.512533] audit: initializing netlink subsys (disabled)\n[ 0.513914] audit: type=2000 audit(1536065300.694:1): initialized\n[ 0.515616] Initialise system trusted keyring\n[ 0.516831] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.518403] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.520787] zbud: loaded\n[ 0.521656] VFS: Disk quotas dquot_6.6.0\n[ 0.522732] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.524701] fuse init (API version 7.23)\n[ 0.525855] Key type big_key registered\n[ 0.526905] Allocating IMA MOK and blacklist keyrings.\n[ 0.528366] Key type asymmetric registered\n[ 0.529489] Asymmetric key parser 'x509' registered\n[ 0.530801] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.533145] io scheduler noop registered\n[ 0.534199] io scheduler deadline registered (default)\n[ 0.535529] io scheduler cfq registered\n[ 0.536634] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.538086] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.539780] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.541740] ACPI: Power Button [PWRF]\n[ 0.542826] GHES: HEST is not enabled!\n[ 0.556884] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.587404] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.590685] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.614523] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.617004] Linux agpgart interface v0.103\n[ 0.619225] brd: module loaded\n[ 0.620592] loop: module loaded\n[ 0.625463] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.627205] GPT:90111 != 2097151\n[ 0.628019] GPT:Alternate GPT header not at the end of the disk.\n[ 0.629344] GPT:90111 != 2097151\n[ 0.630155] GPT: Use GNU Parted to correct GPT errors.\n[ 0.631332] vda: vda1 vda15\n[ 0.632930] scsi host0: ata_piix\n[ 0.633807] scsi host1: ata_piix\n[ 0.634655] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.636147] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.637862] libphy: Fixed MDIO Bus: probed\n[ 0.638858] tun: Universal TUN/TAP device driver, 1.6\n[ 0.640020] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.642602] PPP generic driver version 2.4.2\n[ 0.643665] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.645151] ehci-pci: EHCI PCI platform driver\n[ 0.646212] ehci-platform: EHCI generic platform driver\n[ 0.647403] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.648781] ohci-pci: OHCI PCI platform driver\n[ 0.649845] ohci-platform: OHCI generic platform driver\n[ 0.651041] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.665686] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.666897] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.668632] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.669847] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.671217] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.672729] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.674435] usb usb1: Product: UHCI Host Controller\n[ 0.675574] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.677040] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.678360] hub 1-0:1.0: USB hub found\n[ 0.679424] hub 1-0:1.0: 2 ports detected\n[ 0.680685] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.683588] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.684939] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.686365] mousedev: PS/2 mouse device common for all mice\n[ 0.688093] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.690711] rtc_cmos 00:00: RTC can wake from S4\n[ 0.692219] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.693851] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.695566] i2c /dev entries driver\n[ 0.696668] device-mapper: uevent: version 1.0.3\n[ 0.697971] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.699937] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.701473] NET: Registered protocol family 10\n[ 0.702681] NET: Registered protocol family 17\n[ 0.703741] Key type dns_resolver registered\n[ 0.704839] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.706166] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.708273] registered taskstats version 1\n[ 0.709283] Loading compiled-in X.509 certificates\n[ 0.710920] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.713173] zswap: loaded using pool lzo/zbud\n[ 0.714733] Key type trusted registered\n[ 0.716453] Key type encrypted registered\n[ 0.717472] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.718747] ima: No TPM chip found, activating TPM-bypass!\n[ 0.720033] evm: HMAC attrs: 0x1\n[ 0.721121] Magic number: 2:378:834\n[ 0.722131] rtc_cmos 00:00: setting system clock to 2018-09-04 12:48:20 UTC (1536065300)\n[ 0.724073] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.725442] EDD information not available.\n[ 0.796978] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.798842] Write protecting the kernel read-only data: 14336k\n[ 0.811378] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.813535] 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.856575] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.97\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found 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.11.5...\nLease of 10.10.11.5 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.14. iid=i-0000011a\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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCn+Jg+cYLsOGVoDRgPH22I6zH5z4GrGOl50/lHqyOWYPC5qNsGsp2nxKqRh6mPOMor0sr6Fh3NwTfpTGGnQ2AnT5fWo6w3YhJ4ZuNNfbSrdAtJiTyGVlsMq1ayaZDYGn7jOTRfTpHnCLDdMvARd63tTWwrSQp4vUrD9S9zXzXKf7y/qLrH6N327iBGUHxKdQ96G937FKJMOVr6UbLYipl1Hb1znlGa2SpY49E89sc30U4aqqo0dtgwDyjoq7UVenSlAjfDSD2EFz72mBS/Nte3HmV5IAhX2AFp+/ltSx4HJRwNMjd+H/1Pn2spDQx/m1vMMi4wtKVa3ENIoB5+wpBz root@sdnvpn-4-5\nssh-dss AAAAB3NzaC1kc3MAAACBAOUPjwJR3HRCrLAbSyFBC4zUe0FVmDu2D0Uf08tezWxFgXKnwv6KghBDpyraFUkQkmrSlklOuQMSWhyP2eDtdibKpNIbZn/2pQeFj0n2YUxFNGfQeQiKO4KdHprzVPQE4ywV+/YXbATVjj53yrsEW4GCtIpLa8Tsj/HGtixS1PZ3AAAAFQCPKpJGwk6NH2bkMK68pTHLvbkrJwAAAIBayzEK3uS3lKtt2FBDWFU4Olh8JAQ/gniittVfpYgrM2f67qiNnMxpJ6H6OE9GiXYUg1pB/aCxjHaso39AanoKgVDVTg+Pgmu7V+Q+cM6bgJYnmnfBFLXwNFURUxkcii03I70kBTef17/Doeonfwzj1jVU8CQPJ2L+i3b5q4fDgAAAAIAPGaPJ/eL5Pz8/G2qDBpe1yIVHOyXpEQoHCRsU22rGdHE/zyoP9ZZB2R0iR4p+oDuo1nbzhGnkiowYSuToKORpaHBUnh/9fX6ykONYPjm3Skab01TXioyVSPBptUH9ZMW38ACs0/l6q6Ckh/+TKrQaDWhtl1GmLNO6gzBGQgXpHg== 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.5,24,fe80::f816:3eff:fe8b:7934/64,\nip-route:default via 10.10.11.1 dev eth0 \nip-route:10.10.11.0/24 dev eth0 src 10.10.11.5 \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-0000011a\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-4-5\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=62.80 ===\n/dev/root resized successfully [took 2.34s]\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:79:34 \n inet addr:10.10.11.5 Bcast:10.10.11.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe8b:7934/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:76 errors:0 dropped:17 overruns:0 frame:0\n TX packets:104 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:9439 (9.2 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-09-04 12:49:58,264 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/17b53f5a-b1e8-4e47-a207-7f0518638f91/action used request id req-eb46bf4c-61ca-416e-b311-20325458226f 2018-09-04 12:50:00,284 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/servers/17b53f5a-b1e8-4e47-a207-7f0518638f91/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}116da38110b6dc44edfa8a701dc9d3f1d20ee90c" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-04 12:50:01,362 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12: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,Accept-Encoding x-openstack-request-id: req-65443d47-8064-42d6-be9e-d27f388778cc x-compute-request-id: req-65443d47-8064-42d6-be9e-d27f388778cc Content-Encoding: gzip Content-Length: 10080 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 477975982 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 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.138459] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.140119] pid_max: default: 32768 minimum: 301\n[ 0.141012] ACPI: Core revision 20150930\n[ 0.142394] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.143710] Security Framework initialized\n[ 0.144527] Yama: becoming mindful.\n[ 0.145254] AppArmor: AppArmor initialized\n[ 0.146120] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.147456] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.148740] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.149954] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.151339] Initializing cgroup subsys io\n[ 0.152158] Initializing cgroup subsys memory\n[ 0.153018] Initializing cgroup subsys devices\n[ 0.153901] Initializing cgroup subsys freezer\n[ 0.154768] Initializing cgroup subsys net_cls\n[ 0.155631] Initializing cgroup subsys perf_event\n[ 0.156539] Initializing cgroup subsys net_prio\n[ 0.157416] Initializing cgroup subsys hugetlb\n[ 0.158288] Initializing cgroup subsys pids\n[ 0.159170] CPU: Physical Processor ID: 0\n[ 0.160662] mce: CPU supports 10 MCE banks\n[ 0.161513] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.162516] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.173260] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.179780] ftrace: allocating 31920 entries in 125 pages\n[ 0.206670] smpboot: Max logical packages: 1\n[ 0.207532] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.208886] x2apic enabled\n[ 0.209709] Switched APIC routing to physical x2apic.\n[ 0.211469] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.212605] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.214610] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.216394] KVM setup paravirtual spinlock\n[ 0.217694] x86: Booted up 1 node, 1 CPUs\n[ 0.218500] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.219895] devtmpfs: initialized\n[ 0.221608] evm: security.selinux\n[ 0.222307] evm: security.SMACK64\n[ 0.223004] evm: security.SMACK64EXEC\n[ 0.223751] evm: security.SMACK64TRANSMUTE\n[ 0.224559] evm: security.SMACK64MMAP\n[ 0.225303] evm: security.ima\n[ 0.225947] evm: security.capability\n[ 0.226750] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.228594] pinctrl core: initialized pinctrl subsystem\n[ 0.229699] RTC time: 12:48:19, date: 09/04/18\n[ 0.230654] NET: Registered protocol family 16\n[ 0.231622] cpuidle: using governor ladder\n[ 0.232439] cpuidle: using governor menu\n[ 0.233231] PCCT header not found.\n[ 0.233992] ACPI: bus type PCI registered\n[ 0.234799] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.236046] PCI: Using configuration type 1 for base access\n[ 0.237804] ACPI: Added _OSI(Module Device)\n[ 0.238646] ACPI: Added _OSI(Processor Device)\n[ 0.239503] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.240404] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.242530] ACPI: Interpreter enabled\n[ 0.243299] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.245151] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.246995] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.248851] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.250693] ACPI: (supports S0 S5)\n[ 0.251398] ACPI: Using IOAPIC for interrupt routing\n[ 0.252566] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.255669] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.256813] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.258045] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.259243] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.261473] acpiphp: Slot [3] registered\n[ 0.262285] acpiphp: Slot [4] registered\n[ 0.263088] acpiphp: Slot [5] registered\n[ 0.263894] acpiphp: Slot [6] registered\n[ 0.264692] acpiphp: Slot [7] registered\n[ 0.265493] acpiphp: Slot [8] registered\n[ 0.266297] acpiphp: Slot [9] registered\n[ 0.267097] acpiphp: Slot [10] registered\n[ 0.267917] acpiphp: Slot [11] registered\n[ 0.268730] acpiphp: Slot [12] registered\n[ 0.269548] acpiphp: Slot [13] registered\n[ 0.270355] acpiphp: Slot [14] registered\n[ 0.271168] acpiphp: Slot [15] registered\n[ 0.282518] acpiphp: Slot [16] registered\n[ 0.283333] acpiphp: Slot [17] registered\n[ 0.284146] acpiphp: Slot [18] registered\n[ 0.284955] acpiphp: Slot [19] registered\n[ 0.285766] acpiphp: Slot [20] registered\n[ 0.286583] acpiphp: Slot [21] registered\n[ 0.287391] acpiphp: Slot [22] registered\n[ 0.288200] acpiphp: Slot [23] registered\n[ 0.289015] acpiphp: Slot [24] registered\n[ 0.289829] acpiphp: Slot [25] registered\n[ 0.290642] acpiphp: Slot [26] registered\n[ 0.291449] acpiphp: Slot [27] registered\n[ 0.292263] acpiphp: Slot [28] registered\n[ 0.293078] acpiphp: Slot [29] registered\n[ 0.293891] acpiphp: Slot [30] registered\n[ 0.294710] acpiphp: Slot [31] registered\n[ 0.295519] PCI host bridge to bus 0000:00\n[ 0.296324] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.297533] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.298744] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.300192] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.301644] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.307901] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.309187] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.310359] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.311621] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.318416] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.319855] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.369822] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.371325] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.372759] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.374191] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.375595] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.376858] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.378030] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.379105] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.380680] vgaarb: loaded\n[ 0.381290] vgaarb: bridge control possible 0000:00:02.0\n[ 0.382452] SCSI subsystem initialized\n[ 0.383290] ACPI: bus type USB registered\n[ 0.384120] usbcore: registered new interface driver usbfs\n[ 0.385163] usbcore: registered new interface driver hub\n[ 0.386192] usbcore: registered new device driver usb\n[ 0.387274] PCI: Using ACPI for IRQ routing\n[ 0.388316] NetLabel: Initializing\n[ 0.389039] NetLabel: domain hash size = 128\n[ 0.389903] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.390865] NetLabel: unlabeled traffic allowed by default\n[ 0.391978] clocksource: Switched to clocksource kvm-clock\n[ 0.397528] AppArmor: AppArmor Filesystem Enabled\n[ 0.398491] pnp: PnP ACPI init\n[ 0.399410] pnp: PnP ACPI: found 5 devices\n[ 0.405793] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.407512] NET: Registered protocol family 2\n[ 0.408474] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.409763] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.410950] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.412143] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.413229] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.414399] NET: Registered protocol family 1\n[ 0.415269] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.416379] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.417459] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.431517] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.445782] Trying to unpack rootfs image as initramfs...\n[ 0.495392] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.509308] Scanning for low memory corruption every 60 seconds\n[ 0.510981] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.512533] audit: initializing netlink subsys (disabled)\n[ 0.513914] audit: type=2000 audit(1536065300.694:1): initialized\n[ 0.515616] Initialise system trusted keyring\n[ 0.516831] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.518403] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.520787] zbud: loaded\n[ 0.521656] VFS: Disk quotas dquot_6.6.0\n[ 0.522732] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.524701] fuse init (API version 7.23)\n[ 0.525855] Key type big_key registered\n[ 0.526905] Allocating IMA MOK and blacklist keyrings.\n[ 0.528366] Key type asymmetric registered\n[ 0.529489] Asymmetric key parser 'x509' registered\n[ 0.530801] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.533145] io scheduler noop registered\n[ 0.534199] io scheduler deadline registered (default)\n[ 0.535529] io scheduler cfq registered\n[ 0.536634] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.538086] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.539780] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.541740] ACPI: Power Button [PWRF]\n[ 0.542826] GHES: HEST is not enabled!\n[ 0.556884] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.587404] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.590685] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.614523] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.617004] Linux agpgart interface v0.103\n[ 0.619225] brd: module loaded\n[ 0.620592] loop: module loaded\n[ 0.625463] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.627205] GPT:90111 != 2097151\n[ 0.628019] GPT:Alternate GPT header not at the end of the disk.\n[ 0.629344] GPT:90111 != 2097151\n[ 0.630155] GPT: Use GNU Parted to correct GPT errors.\n[ 0.631332] vda: vda1 vda15\n[ 0.632930] scsi host0: ata_piix\n[ 0.633807] scsi host1: ata_piix\n[ 0.634655] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.636147] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.637862] libphy: Fixed MDIO Bus: probed\n[ 0.638858] tun: Universal TUN/TAP device driver, 1.6\n[ 0.640020] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.642602] PPP generic driver version 2.4.2\n[ 0.643665] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.645151] ehci-pci: EHCI PCI platform driver\n[ 0.646212] ehci-platform: EHCI generic platform driver\n[ 0.647403] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.648781] ohci-pci: OHCI PCI platform driver\n[ 0.649845] ohci-platform: OHCI generic platform driver\n[ 0.651041] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.665686] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.666897] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.668632] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.669847] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.671217] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.672729] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.674435] usb usb1: Product: UHCI Host Controller\n[ 0.675574] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.677040] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.678360] hub 1-0:1.0: USB hub found\n[ 0.679424] hub 1-0:1.0: 2 ports detected\n[ 0.680685] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.683588] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.684939] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.686365] mousedev: PS/2 mouse device common for all mice\n[ 0.688093] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.690711] rtc_cmos 00:00: RTC can wake from S4\n[ 0.692219] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.693851] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.695566] i2c /dev entries driver\n[ 0.696668] device-mapper: uevent: version 1.0.3\n[ 0.697971] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.699937] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.701473] NET: Registered protocol family 10\n[ 0.702681] NET: Registered protocol family 17\n[ 0.703741] Key type dns_resolver registered\n[ 0.704839] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.706166] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.708273] registered taskstats version 1\n[ 0.709283] Loading compiled-in X.509 certificates\n[ 0.710920] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.713173] zswap: loaded using pool lzo/zbud\n[ 0.714733] Key type trusted registered\n[ 0.716453] Key type encrypted registered\n[ 0.717472] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.718747] ima: No TPM chip found, activating TPM-bypass!\n[ 0.720033] evm: HMAC attrs: 0x1\n[ 0.721121] Magic number: 2:378:834\n[ 0.722131] rtc_cmos 00:00: setting system clock to 2018-09-04 12:48:20 UTC (1536065300)\n[ 0.724073] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.725442] EDD information not available.\n[ 0.796978] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.798842] Write protecting the kernel read-only data: 14336k\n[ 0.811378] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.813535] 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.856575] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.97\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found 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.11.5...\nLease of 10.10.11.5 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.14. iid=i-0000011a\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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCn+Jg+cYLsOGVoDRgPH22I6zH5z4GrGOl50/lHqyOWYPC5qNsGsp2nxKqRh6mPOMor0sr6Fh3NwTfpTGGnQ2AnT5fWo6w3YhJ4ZuNNfbSrdAtJiTyGVlsMq1ayaZDYGn7jOTRfTpHnCLDdMvARd63tTWwrSQp4vUrD9S9zXzXKf7y/qLrH6N327iBGUHxKdQ96G937FKJMOVr6UbLYipl1Hb1znlGa2SpY49E89sc30U4aqqo0dtgwDyjoq7UVenSlAjfDSD2EFz72mBS/Nte3HmV5IAhX2AFp+/ltSx4HJRwNMjd+H/1Pn2spDQx/m1vMMi4wtKVa3ENIoB5+wpBz root@sdnvpn-4-5\nssh-dss AAAAB3NzaC1kc3MAAACBAOUPjwJR3HRCrLAbSyFBC4zUe0FVmDu2D0Uf08tezWxFgXKnwv6KghBDpyraFUkQkmrSlklOuQMSWhyP2eDtdibKpNIbZn/2pQeFj0n2YUxFNGfQeQiKO4KdHprzVPQE4ywV+/YXbATVjj53yrsEW4GCtIpLa8Tsj/HGtixS1PZ3AAAAFQCPKpJGwk6NH2bkMK68pTHLvbkrJwAAAIBayzEK3uS3lKtt2FBDWFU4Olh8JAQ/gniittVfpYgrM2f67qiNnMxpJ6H6OE9GiXYUg1pB/aCxjHaso39AanoKgVDVTg+Pgmu7V+Q+cM6bgJYnmnfBFLXwNFURUxkcii03I70kBTef17/Doeonfwzj1jVU8CQPJ2L+i3b5q4fDgAAAAIAPGaPJ/eL5Pz8/G2qDBpe1yIVHOyXpEQoHCRsU22rGdHE/zyoP9ZZB2R0iR4p+oDuo1nbzhGnkiowYSuToKORpaHBUnh/9fX6ykONYPjm3Skab01TXioyVSPBptUH9ZMW38ACs0/l6q6Ckh/+TKrQaDWhtl1GmLNO6gzBGQgXpHg== 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.5,24,fe80::f816:3eff:fe8b:7934/64,\nip-route:default via 10.10.11.1 dev eth0 \nip-route:10.10.11.0/24 dev eth0 src 10.10.11.5 \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-0000011a\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-4-5\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=62.80 ===\n/dev/root resized successfully [took 2.34s]\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:79:34 \n inet addr:10.10.11.5 Bcast:10.10.11.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe8b:7934/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:76 errors:0 dropped:17 overruns:0 frame:0\n TX packets:104 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:9439 (9.2 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-09-04 12:50:01,363 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/17b53f5a-b1e8-4e47-a207-7f0518638f91/action used request id req-65443d47-8064-42d6-be9e-d27f388778cc 2018-09-04 12:50:03,384 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/servers/17b53f5a-b1e8-4e47-a207-7f0518638f91/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}116da38110b6dc44edfa8a701dc9d3f1d20ee90c" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-04 12:50:04,453 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12:50: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-0e90829f-612f-4c51-8502-bcb1e1e3ff92 x-compute-request-id: req-0e90829f-612f-4c51-8502-bcb1e1e3ff92 Content-Encoding: gzip Content-Length: 10080 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 477975982 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 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.138459] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.140119] pid_max: default: 32768 minimum: 301\n[ 0.141012] ACPI: Core revision 20150930\n[ 0.142394] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.143710] Security Framework initialized\n[ 0.144527] Yama: becoming mindful.\n[ 0.145254] AppArmor: AppArmor initialized\n[ 0.146120] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.147456] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.148740] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.149954] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.151339] Initializing cgroup subsys io\n[ 0.152158] Initializing cgroup subsys memory\n[ 0.153018] Initializing cgroup subsys devices\n[ 0.153901] Initializing cgroup subsys freezer\n[ 0.154768] Initializing cgroup subsys net_cls\n[ 0.155631] Initializing cgroup subsys perf_event\n[ 0.156539] Initializing cgroup subsys net_prio\n[ 0.157416] Initializing cgroup subsys hugetlb\n[ 0.158288] Initializing cgroup subsys pids\n[ 0.159170] CPU: Physical Processor ID: 0\n[ 0.160662] mce: CPU supports 10 MCE banks\n[ 0.161513] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.162516] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.173260] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.179780] ftrace: allocating 31920 entries in 125 pages\n[ 0.206670] smpboot: Max logical packages: 1\n[ 0.207532] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.208886] x2apic enabled\n[ 0.209709] Switched APIC routing to physical x2apic.\n[ 0.211469] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.212605] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.214610] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.216394] KVM setup paravirtual spinlock\n[ 0.217694] x86: Booted up 1 node, 1 CPUs\n[ 0.218500] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.219895] devtmpfs: initialized\n[ 0.221608] evm: security.selinux\n[ 0.222307] evm: security.SMACK64\n[ 0.223004] evm: security.SMACK64EXEC\n[ 0.223751] evm: security.SMACK64TRANSMUTE\n[ 0.224559] evm: security.SMACK64MMAP\n[ 0.225303] evm: security.ima\n[ 0.225947] evm: security.capability\n[ 0.226750] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.228594] pinctrl core: initialized pinctrl subsystem\n[ 0.229699] RTC time: 12:48:19, date: 09/04/18\n[ 0.230654] NET: Registered protocol family 16\n[ 0.231622] cpuidle: using governor ladder\n[ 0.232439] cpuidle: using governor menu\n[ 0.233231] PCCT header not found.\n[ 0.233992] ACPI: bus type PCI registered\n[ 0.234799] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.236046] PCI: Using configuration type 1 for base access\n[ 0.237804] ACPI: Added _OSI(Module Device)\n[ 0.238646] ACPI: Added _OSI(Processor Device)\n[ 0.239503] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.240404] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.242530] ACPI: Interpreter enabled\n[ 0.243299] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.245151] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.246995] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.248851] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.250693] ACPI: (supports S0 S5)\n[ 0.251398] ACPI: Using IOAPIC for interrupt routing\n[ 0.252566] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.255669] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.256813] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.258045] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.259243] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.261473] acpiphp: Slot [3] registered\n[ 0.262285] acpiphp: Slot [4] registered\n[ 0.263088] acpiphp: Slot [5] registered\n[ 0.263894] acpiphp: Slot [6] registered\n[ 0.264692] acpiphp: Slot [7] registered\n[ 0.265493] acpiphp: Slot [8] registered\n[ 0.266297] acpiphp: Slot [9] registered\n[ 0.267097] acpiphp: Slot [10] registered\n[ 0.267917] acpiphp: Slot [11] registered\n[ 0.268730] acpiphp: Slot [12] registered\n[ 0.269548] acpiphp: Slot [13] registered\n[ 0.270355] acpiphp: Slot [14] registered\n[ 0.271168] acpiphp: Slot [15] registered\n[ 0.282518] acpiphp: Slot [16] registered\n[ 0.283333] acpiphp: Slot [17] registered\n[ 0.284146] acpiphp: Slot [18] registered\n[ 0.284955] acpiphp: Slot [19] registered\n[ 0.285766] acpiphp: Slot [20] registered\n[ 0.286583] acpiphp: Slot [21] registered\n[ 0.287391] acpiphp: Slot [22] registered\n[ 0.288200] acpiphp: Slot [23] registered\n[ 0.289015] acpiphp: Slot [24] registered\n[ 0.289829] acpiphp: Slot [25] registered\n[ 0.290642] acpiphp: Slot [26] registered\n[ 0.291449] acpiphp: Slot [27] registered\n[ 0.292263] acpiphp: Slot [28] registered\n[ 0.293078] acpiphp: Slot [29] registered\n[ 0.293891] acpiphp: Slot [30] registered\n[ 0.294710] acpiphp: Slot [31] registered\n[ 0.295519] PCI host bridge to bus 0000:00\n[ 0.296324] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.297533] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.298744] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.300192] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.301644] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.307901] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.309187] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.310359] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.311621] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.318416] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.319855] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.369822] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.371325] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.372759] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.374191] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.375595] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.376858] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.378030] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.379105] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.380680] vgaarb: loaded\n[ 0.381290] vgaarb: bridge control possible 0000:00:02.0\n[ 0.382452] SCSI subsystem initialized\n[ 0.383290] ACPI: bus type USB registered\n[ 0.384120] usbcore: registered new interface driver usbfs\n[ 0.385163] usbcore: registered new interface driver hub\n[ 0.386192] usbcore: registered new device driver usb\n[ 0.387274] PCI: Using ACPI for IRQ routing\n[ 0.388316] NetLabel: Initializing\n[ 0.389039] NetLabel: domain hash size = 128\n[ 0.389903] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.390865] NetLabel: unlabeled traffic allowed by default\n[ 0.391978] clocksource: Switched to clocksource kvm-clock\n[ 0.397528] AppArmor: AppArmor Filesystem Enabled\n[ 0.398491] pnp: PnP ACPI init\n[ 0.399410] pnp: PnP ACPI: found 5 devices\n[ 0.405793] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.407512] NET: Registered protocol family 2\n[ 0.408474] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.409763] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.410950] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.412143] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.413229] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.414399] NET: Registered protocol family 1\n[ 0.415269] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.416379] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.417459] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.431517] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.445782] Trying to unpack rootfs image as initramfs...\n[ 0.495392] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.509308] Scanning for low memory corruption every 60 seconds\n[ 0.510981] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.512533] audit: initializing netlink subsys (disabled)\n[ 0.513914] audit: type=2000 audit(1536065300.694:1): initialized\n[ 0.515616] Initialise system trusted keyring\n[ 0.516831] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.518403] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.520787] zbud: loaded\n[ 0.521656] VFS: Disk quotas dquot_6.6.0\n[ 0.522732] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.524701] fuse init (API version 7.23)\n[ 0.525855] Key type big_key registered\n[ 0.526905] Allocating IMA MOK and blacklist keyrings.\n[ 0.528366] Key type asymmetric registered\n[ 0.529489] Asymmetric key parser 'x509' registered\n[ 0.530801] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.533145] io scheduler noop registered\n[ 0.534199] io scheduler deadline registered (default)\n[ 0.535529] io scheduler cfq registered\n[ 0.536634] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.538086] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.539780] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.541740] ACPI: Power Button [PWRF]\n[ 0.542826] GHES: HEST is not enabled!\n[ 0.556884] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.587404] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.590685] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.614523] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.617004] Linux agpgart interface v0.103\n[ 0.619225] brd: module loaded\n[ 0.620592] loop: module loaded\n[ 0.625463] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.627205] GPT:90111 != 2097151\n[ 0.628019] GPT:Alternate GPT header not at the end of the disk.\n[ 0.629344] GPT:90111 != 2097151\n[ 0.630155] GPT: Use GNU Parted to correct GPT errors.\n[ 0.631332] vda: vda1 vda15\n[ 0.632930] scsi host0: ata_piix\n[ 0.633807] scsi host1: ata_piix\n[ 0.634655] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.636147] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.637862] libphy: Fixed MDIO Bus: probed\n[ 0.638858] tun: Universal TUN/TAP device driver, 1.6\n[ 0.640020] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.642602] PPP generic driver version 2.4.2\n[ 0.643665] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.645151] ehci-pci: EHCI PCI platform driver\n[ 0.646212] ehci-platform: EHCI generic platform driver\n[ 0.647403] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.648781] ohci-pci: OHCI PCI platform driver\n[ 0.649845] ohci-platform: OHCI generic platform driver\n[ 0.651041] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.665686] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.666897] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.668632] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.669847] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.671217] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.672729] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.674435] usb usb1: Product: UHCI Host Controller\n[ 0.675574] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.677040] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.678360] hub 1-0:1.0: USB hub found\n[ 0.679424] hub 1-0:1.0: 2 ports detected\n[ 0.680685] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.683588] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.684939] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.686365] mousedev: PS/2 mouse device common for all mice\n[ 0.688093] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.690711] rtc_cmos 00:00: RTC can wake from S4\n[ 0.692219] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.693851] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.695566] i2c /dev entries driver\n[ 0.696668] device-mapper: uevent: version 1.0.3\n[ 0.697971] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.699937] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.701473] NET: Registered protocol family 10\n[ 0.702681] NET: Registered protocol family 17\n[ 0.703741] Key type dns_resolver registered\n[ 0.704839] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.706166] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.708273] registered taskstats version 1\n[ 0.709283] Loading compiled-in X.509 certificates\n[ 0.710920] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.713173] zswap: loaded using pool lzo/zbud\n[ 0.714733] Key type trusted registered\n[ 0.716453] Key type encrypted registered\n[ 0.717472] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.718747] ima: No TPM chip found, activating TPM-bypass!\n[ 0.720033] evm: HMAC attrs: 0x1\n[ 0.721121] Magic number: 2:378:834\n[ 0.722131] rtc_cmos 00:00: setting system clock to 2018-09-04 12:48:20 UTC (1536065300)\n[ 0.724073] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.725442] EDD information not available.\n[ 0.796978] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.798842] Write protecting the kernel read-only data: 14336k\n[ 0.811378] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.813535] 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.856575] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.97\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found 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.11.5...\nLease of 10.10.11.5 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.14. iid=i-0000011a\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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCn+Jg+cYLsOGVoDRgPH22I6zH5z4GrGOl50/lHqyOWYPC5qNsGsp2nxKqRh6mPOMor0sr6Fh3NwTfpTGGnQ2AnT5fWo6w3YhJ4ZuNNfbSrdAtJiTyGVlsMq1ayaZDYGn7jOTRfTpHnCLDdMvARd63tTWwrSQp4vUrD9S9zXzXKf7y/qLrH6N327iBGUHxKdQ96G937FKJMOVr6UbLYipl1Hb1znlGa2SpY49E89sc30U4aqqo0dtgwDyjoq7UVenSlAjfDSD2EFz72mBS/Nte3HmV5IAhX2AFp+/ltSx4HJRwNMjd+H/1Pn2spDQx/m1vMMi4wtKVa3ENIoB5+wpBz root@sdnvpn-4-5\nssh-dss AAAAB3NzaC1kc3MAAACBAOUPjwJR3HRCrLAbSyFBC4zUe0FVmDu2D0Uf08tezWxFgXKnwv6KghBDpyraFUkQkmrSlklOuQMSWhyP2eDtdibKpNIbZn/2pQeFj0n2YUxFNGfQeQiKO4KdHprzVPQE4ywV+/YXbATVjj53yrsEW4GCtIpLa8Tsj/HGtixS1PZ3AAAAFQCPKpJGwk6NH2bkMK68pTHLvbkrJwAAAIBayzEK3uS3lKtt2FBDWFU4Olh8JAQ/gniittVfpYgrM2f67qiNnMxpJ6H6OE9GiXYUg1pB/aCxjHaso39AanoKgVDVTg+Pgmu7V+Q+cM6bgJYnmnfBFLXwNFURUxkcii03I70kBTef17/Doeonfwzj1jVU8CQPJ2L+i3b5q4fDgAAAAIAPGaPJ/eL5Pz8/G2qDBpe1yIVHOyXpEQoHCRsU22rGdHE/zyoP9ZZB2R0iR4p+oDuo1nbzhGnkiowYSuToKORpaHBUnh/9fX6ykONYPjm3Skab01TXioyVSPBptUH9ZMW38ACs0/l6q6Ckh/+TKrQaDWhtl1GmLNO6gzBGQgXpHg== 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.5,24,fe80::f816:3eff:fe8b:7934/64,\nip-route:default via 10.10.11.1 dev eth0 \nip-route:10.10.11.0/24 dev eth0 src 10.10.11.5 \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-0000011a\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-4-5\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=62.80 ===\n/dev/root resized successfully [took 2.34s]\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:79:34 \n inet addr:10.10.11.5 Bcast:10.10.11.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe8b:7934/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:76 errors:0 dropped:17 overruns:0 frame:0\n TX packets:104 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:9439 (9.2 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-09-04 12:50:04,454 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/17b53f5a-b1e8-4e47-a207-7f0518638f91/action used request id req-0e90829f-612f-4c51-8502-bcb1e1e3ff92 2018-09-04 12:50:06,473 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/servers/17b53f5a-b1e8-4e47-a207-7f0518638f91/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}116da38110b6dc44edfa8a701dc9d3f1d20ee90c" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-04 12:50:07,555 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12:50: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-92a0a456-b453-47a1-9d20-4df22fe1b518 x-compute-request-id: req-92a0a456-b453-47a1-9d20-4df22fe1b518 Content-Encoding: gzip Content-Length: 10080 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 477975982 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 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.138459] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.140119] pid_max: default: 32768 minimum: 301\n[ 0.141012] ACPI: Core revision 20150930\n[ 0.142394] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.143710] Security Framework initialized\n[ 0.144527] Yama: becoming mindful.\n[ 0.145254] AppArmor: AppArmor initialized\n[ 0.146120] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.147456] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.148740] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.149954] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.151339] Initializing cgroup subsys io\n[ 0.152158] Initializing cgroup subsys memory\n[ 0.153018] Initializing cgroup subsys devices\n[ 0.153901] Initializing cgroup subsys freezer\n[ 0.154768] Initializing cgroup subsys net_cls\n[ 0.155631] Initializing cgroup subsys perf_event\n[ 0.156539] Initializing cgroup subsys net_prio\n[ 0.157416] Initializing cgroup subsys hugetlb\n[ 0.158288] Initializing cgroup subsys pids\n[ 0.159170] CPU: Physical Processor ID: 0\n[ 0.160662] mce: CPU supports 10 MCE banks\n[ 0.161513] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.162516] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.173260] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.179780] ftrace: allocating 31920 entries in 125 pages\n[ 0.206670] smpboot: Max logical packages: 1\n[ 0.207532] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.208886] x2apic enabled\n[ 0.209709] Switched APIC routing to physical x2apic.\n[ 0.211469] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.212605] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.214610] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.216394] KVM setup paravirtual spinlock\n[ 0.217694] x86: Booted up 1 node, 1 CPUs\n[ 0.218500] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.219895] devtmpfs: initialized\n[ 0.221608] evm: security.selinux\n[ 0.222307] evm: security.SMACK64\n[ 0.223004] evm: security.SMACK64EXEC\n[ 0.223751] evm: security.SMACK64TRANSMUTE\n[ 0.224559] evm: security.SMACK64MMAP\n[ 0.225303] evm: security.ima\n[ 0.225947] evm: security.capability\n[ 0.226750] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.228594] pinctrl core: initialized pinctrl subsystem\n[ 0.229699] RTC time: 12:48:19, date: 09/04/18\n[ 0.230654] NET: Registered protocol family 16\n[ 0.231622] cpuidle: using governor ladder\n[ 0.232439] cpuidle: using governor menu\n[ 0.233231] PCCT header not found.\n[ 0.233992] ACPI: bus type PCI registered\n[ 0.234799] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.236046] PCI: Using configuration type 1 for base access\n[ 0.237804] ACPI: Added _OSI(Module Device)\n[ 0.238646] ACPI: Added _OSI(Processor Device)\n[ 0.239503] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.240404] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.242530] ACPI: Interpreter enabled\n[ 0.243299] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.245151] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.246995] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.248851] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.250693] ACPI: (supports S0 S5)\n[ 0.251398] ACPI: Using IOAPIC for interrupt routing\n[ 0.252566] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.255669] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.256813] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.258045] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.259243] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.261473] acpiphp: Slot [3] registered\n[ 0.262285] acpiphp: Slot [4] registered\n[ 0.263088] acpiphp: Slot [5] registered\n[ 0.263894] acpiphp: Slot [6] registered\n[ 0.264692] acpiphp: Slot [7] registered\n[ 0.265493] acpiphp: Slot [8] registered\n[ 0.266297] acpiphp: Slot [9] registered\n[ 0.267097] acpiphp: Slot [10] registered\n[ 0.267917] acpiphp: Slot [11] registered\n[ 0.268730] acpiphp: Slot [12] registered\n[ 0.269548] acpiphp: Slot [13] registered\n[ 0.270355] acpiphp: Slot [14] registered\n[ 0.271168] acpiphp: Slot [15] registered\n[ 0.282518] acpiphp: Slot [16] registered\n[ 0.283333] acpiphp: Slot [17] registered\n[ 0.284146] acpiphp: Slot [18] registered\n[ 0.284955] acpiphp: Slot [19] registered\n[ 0.285766] acpiphp: Slot [20] registered\n[ 0.286583] acpiphp: Slot [21] registered\n[ 0.287391] acpiphp: Slot [22] registered\n[ 0.288200] acpiphp: Slot [23] registered\n[ 0.289015] acpiphp: Slot [24] registered\n[ 0.289829] acpiphp: Slot [25] registered\n[ 0.290642] acpiphp: Slot [26] registered\n[ 0.291449] acpiphp: Slot [27] registered\n[ 0.292263] acpiphp: Slot [28] registered\n[ 0.293078] acpiphp: Slot [29] registered\n[ 0.293891] acpiphp: Slot [30] registered\n[ 0.294710] acpiphp: Slot [31] registered\n[ 0.295519] PCI host bridge to bus 0000:00\n[ 0.296324] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.297533] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.298744] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.300192] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.301644] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.307901] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.309187] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.310359] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.311621] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.318416] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.319855] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.369822] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.371325] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.372759] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.374191] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.375595] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.376858] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.378030] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.379105] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.380680] vgaarb: loaded\n[ 0.381290] vgaarb: bridge control possible 0000:00:02.0\n[ 0.382452] SCSI subsystem initialized\n[ 0.383290] ACPI: bus type USB registered\n[ 0.384120] usbcore: registered new interface driver usbfs\n[ 0.385163] usbcore: registered new interface driver hub\n[ 0.386192] usbcore: registered new device driver usb\n[ 0.387274] PCI: Using ACPI for IRQ routing\n[ 0.388316] NetLabel: Initializing\n[ 0.389039] NetLabel: domain hash size = 128\n[ 0.389903] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.390865] NetLabel: unlabeled traffic allowed by default\n[ 0.391978] clocksource: Switched to clocksource kvm-clock\n[ 0.397528] AppArmor: AppArmor Filesystem Enabled\n[ 0.398491] pnp: PnP ACPI init\n[ 0.399410] pnp: PnP ACPI: found 5 devices\n[ 0.405793] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.407512] NET: Registered protocol family 2\n[ 0.408474] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.409763] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.410950] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.412143] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.413229] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.414399] NET: Registered protocol family 1\n[ 0.415269] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.416379] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.417459] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.431517] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.445782] Trying to unpack rootfs image as initramfs...\n[ 0.495392] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.509308] Scanning for low memory corruption every 60 seconds\n[ 0.510981] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.512533] audit: initializing netlink subsys (disabled)\n[ 0.513914] audit: type=2000 audit(1536065300.694:1): initialized\n[ 0.515616] Initialise system trusted keyring\n[ 0.516831] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.518403] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.520787] zbud: loaded\n[ 0.521656] VFS: Disk quotas dquot_6.6.0\n[ 0.522732] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.524701] fuse init (API version 7.23)\n[ 0.525855] Key type big_key registered\n[ 0.526905] Allocating IMA MOK and blacklist keyrings.\n[ 0.528366] Key type asymmetric registered\n[ 0.529489] Asymmetric key parser 'x509' registered\n[ 0.530801] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.533145] io scheduler noop registered\n[ 0.534199] io scheduler deadline registered (default)\n[ 0.535529] io scheduler cfq registered\n[ 0.536634] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.538086] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.539780] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.541740] ACPI: Power Button [PWRF]\n[ 0.542826] GHES: HEST is not enabled!\n[ 0.556884] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.587404] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.590685] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.614523] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.617004] Linux agpgart interface v0.103\n[ 0.619225] brd: module loaded\n[ 0.620592] loop: module loaded\n[ 0.625463] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.627205] GPT:90111 != 2097151\n[ 0.628019] GPT:Alternate GPT header not at the end of the disk.\n[ 0.629344] GPT:90111 != 2097151\n[ 0.630155] GPT: Use GNU Parted to correct GPT errors.\n[ 0.631332] vda: vda1 vda15\n[ 0.632930] scsi host0: ata_piix\n[ 0.633807] scsi host1: ata_piix\n[ 0.634655] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.636147] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.637862] libphy: Fixed MDIO Bus: probed\n[ 0.638858] tun: Universal TUN/TAP device driver, 1.6\n[ 0.640020] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.642602] PPP generic driver version 2.4.2\n[ 0.643665] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.645151] ehci-pci: EHCI PCI platform driver\n[ 0.646212] ehci-platform: EHCI generic platform driver\n[ 0.647403] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.648781] ohci-pci: OHCI PCI platform driver\n[ 0.649845] ohci-platform: OHCI generic platform driver\n[ 0.651041] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.665686] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.666897] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.668632] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.669847] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.671217] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.672729] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.674435] usb usb1: Product: UHCI Host Controller\n[ 0.675574] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.677040] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.678360] hub 1-0:1.0: USB hub found\n[ 0.679424] hub 1-0:1.0: 2 ports detected\n[ 0.680685] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.683588] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.684939] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.686365] mousedev: PS/2 mouse device common for all mice\n[ 0.688093] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.690711] rtc_cmos 00:00: RTC can wake from S4\n[ 0.692219] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.693851] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.695566] i2c /dev entries driver\n[ 0.696668] device-mapper: uevent: version 1.0.3\n[ 0.697971] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.699937] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.701473] NET: Registered protocol family 10\n[ 0.702681] NET: Registered protocol family 17\n[ 0.703741] Key type dns_resolver registered\n[ 0.704839] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.706166] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.708273] registered taskstats version 1\n[ 0.709283] Loading compiled-in X.509 certificates\n[ 0.710920] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.713173] zswap: loaded using pool lzo/zbud\n[ 0.714733] Key type trusted registered\n[ 0.716453] Key type encrypted registered\n[ 0.717472] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.718747] ima: No TPM chip found, activating TPM-bypass!\n[ 0.720033] evm: HMAC attrs: 0x1\n[ 0.721121] Magic number: 2:378:834\n[ 0.722131] rtc_cmos 00:00: setting system clock to 2018-09-04 12:48:20 UTC (1536065300)\n[ 0.724073] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.725442] EDD information not available.\n[ 0.796978] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.798842] Write protecting the kernel read-only data: 14336k\n[ 0.811378] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.813535] 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.856575] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.97\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found 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.11.5...\nLease of 10.10.11.5 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.14. iid=i-0000011a\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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCn+Jg+cYLsOGVoDRgPH22I6zH5z4GrGOl50/lHqyOWYPC5qNsGsp2nxKqRh6mPOMor0sr6Fh3NwTfpTGGnQ2AnT5fWo6w3YhJ4ZuNNfbSrdAtJiTyGVlsMq1ayaZDYGn7jOTRfTpHnCLDdMvARd63tTWwrSQp4vUrD9S9zXzXKf7y/qLrH6N327iBGUHxKdQ96G937FKJMOVr6UbLYipl1Hb1znlGa2SpY49E89sc30U4aqqo0dtgwDyjoq7UVenSlAjfDSD2EFz72mBS/Nte3HmV5IAhX2AFp+/ltSx4HJRwNMjd+H/1Pn2spDQx/m1vMMi4wtKVa3ENIoB5+wpBz root@sdnvpn-4-5\nssh-dss AAAAB3NzaC1kc3MAAACBAOUPjwJR3HRCrLAbSyFBC4zUe0FVmDu2D0Uf08tezWxFgXKnwv6KghBDpyraFUkQkmrSlklOuQMSWhyP2eDtdibKpNIbZn/2pQeFj0n2YUxFNGfQeQiKO4KdHprzVPQE4ywV+/YXbATVjj53yrsEW4GCtIpLa8Tsj/HGtixS1PZ3AAAAFQCPKpJGwk6NH2bkMK68pTHLvbkrJwAAAIBayzEK3uS3lKtt2FBDWFU4Olh8JAQ/gniittVfpYgrM2f67qiNnMxpJ6H6OE9GiXYUg1pB/aCxjHaso39AanoKgVDVTg+Pgmu7V+Q+cM6bgJYnmnfBFLXwNFURUxkcii03I70kBTef17/Doeonfwzj1jVU8CQPJ2L+i3b5q4fDgAAAAIAPGaPJ/eL5Pz8/G2qDBpe1yIVHOyXpEQoHCRsU22rGdHE/zyoP9ZZB2R0iR4p+oDuo1nbzhGnkiowYSuToKORpaHBUnh/9fX6ykONYPjm3Skab01TXioyVSPBptUH9ZMW38ACs0/l6q6Ckh/+TKrQaDWhtl1GmLNO6gzBGQgXpHg== 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.5,24,fe80::f816:3eff:fe8b:7934/64,\nip-route:default via 10.10.11.1 dev eth0 \nip-route:10.10.11.0/24 dev eth0 src 10.10.11.5 \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-0000011a\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-4-5\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=62.80 ===\n/dev/root resized successfully [took 2.34s]\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:79:34 \n inet addr:10.10.11.5 Bcast:10.10.11.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe8b:7934/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:76 errors:0 dropped:17 overruns:0 frame:0\n TX packets:104 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:9439 (9.2 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-09-04 12:50:07,555 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/17b53f5a-b1e8-4e47-a207-7f0518638f91/action used request id req-92a0a456-b453-47a1-9d20-4df22fe1b518 2018-09-04 12:50:09,576 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/servers/17b53f5a-b1e8-4e47-a207-7f0518638f91/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}116da38110b6dc44edfa8a701dc9d3f1d20ee90c" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-04 12:50:10,651 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12:50: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-9336d0c6-39b5-4d4e-807f-61b2a619f5a3 x-compute-request-id: req-9336d0c6-39b5-4d4e-807f-61b2a619f5a3 Content-Encoding: gzip Content-Length: 11129 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 477975982 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 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.138459] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.140119] pid_max: default: 32768 minimum: 301\n[ 0.141012] ACPI: Core revision 20150930\n[ 0.142394] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.143710] Security Framework initialized\n[ 0.144527] Yama: becoming mindful.\n[ 0.145254] AppArmor: AppArmor initialized\n[ 0.146120] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.147456] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.148740] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.149954] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.151339] Initializing cgroup subsys io\n[ 0.152158] Initializing cgroup subsys memory\n[ 0.153018] Initializing cgroup subsys devices\n[ 0.153901] Initializing cgroup subsys freezer\n[ 0.154768] Initializing cgroup subsys net_cls\n[ 0.155631] Initializing cgroup subsys perf_event\n[ 0.156539] Initializing cgroup subsys net_prio\n[ 0.157416] Initializing cgroup subsys hugetlb\n[ 0.158288] Initializing cgroup subsys pids\n[ 0.159170] CPU: Physical Processor ID: 0\n[ 0.160662] mce: CPU supports 10 MCE banks\n[ 0.161513] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.162516] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.173260] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.179780] ftrace: allocating 31920 entries in 125 pages\n[ 0.206670] smpboot: Max logical packages: 1\n[ 0.207532] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.208886] x2apic enabled\n[ 0.209709] Switched APIC routing to physical x2apic.\n[ 0.211469] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.212605] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.214610] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.216394] KVM setup paravirtual spinlock\n[ 0.217694] x86: Booted up 1 node, 1 CPUs\n[ 0.218500] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.219895] devtmpfs: initialized\n[ 0.221608] evm: security.selinux\n[ 0.222307] evm: security.SMACK64\n[ 0.223004] evm: security.SMACK64EXEC\n[ 0.223751] evm: security.SMACK64TRANSMUTE\n[ 0.224559] evm: security.SMACK64MMAP\n[ 0.225303] evm: security.ima\n[ 0.225947] evm: security.capability\n[ 0.226750] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.228594] pinctrl core: initialized pinctrl subsystem\n[ 0.229699] RTC time: 12:48:19, date: 09/04/18\n[ 0.230654] NET: Registered protocol family 16\n[ 0.231622] cpuidle: using governor ladder\n[ 0.232439] cpuidle: using governor menu\n[ 0.233231] PCCT header not found.\n[ 0.233992] ACPI: bus type PCI registered\n[ 0.234799] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.236046] PCI: Using configuration type 1 for base access\n[ 0.237804] ACPI: Added _OSI(Module Device)\n[ 0.238646] ACPI: Added _OSI(Processor Device)\n[ 0.239503] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.240404] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.242530] ACPI: Interpreter enabled\n[ 0.243299] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.245151] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.246995] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.248851] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.250693] ACPI: (supports S0 S5)\n[ 0.251398] ACPI: Using IOAPIC for interrupt routing\n[ 0.252566] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.255669] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.256813] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.258045] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.259243] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.261473] acpiphp: Slot [3] registered\n[ 0.262285] acpiphp: Slot [4] registered\n[ 0.263088] acpiphp: Slot [5] registered\n[ 0.263894] acpiphp: Slot [6] registered\n[ 0.264692] acpiphp: Slot [7] registered\n[ 0.265493] acpiphp: Slot [8] registered\n[ 0.266297] acpiphp: Slot [9] registered\n[ 0.267097] acpiphp: Slot [10] registered\n[ 0.267917] acpiphp: Slot [11] registered\n[ 0.268730] acpiphp: Slot [12] registered\n[ 0.269548] acpiphp: Slot [13] registered\n[ 0.270355] acpiphp: Slot [14] registered\n[ 0.271168] acpiphp: Slot [15] registered\n[ 0.282518] acpiphp: Slot [16] registered\n[ 0.283333] acpiphp: Slot [17] registered\n[ 0.284146] acpiphp: Slot [18] registered\n[ 0.284955] acpiphp: Slot [19] registered\n[ 0.285766] acpiphp: Slot [20] registered\n[ 0.286583] acpiphp: Slot [21] registered\n[ 0.287391] acpiphp: Slot [22] registered\n[ 0.288200] acpiphp: Slot [23] registered\n[ 0.289015] acpiphp: Slot [24] registered\n[ 0.289829] acpiphp: Slot [25] registered\n[ 0.290642] acpiphp: Slot [26] registered\n[ 0.291449] acpiphp: Slot [27] registered\n[ 0.292263] acpiphp: Slot [28] registered\n[ 0.293078] acpiphp: Slot [29] registered\n[ 0.293891] acpiphp: Slot [30] registered\n[ 0.294710] acpiphp: Slot [31] registered\n[ 0.295519] PCI host bridge to bus 0000:00\n[ 0.296324] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.297533] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.298744] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.300192] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.301644] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.307901] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.309187] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.310359] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.311621] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.318416] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.319855] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.369822] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.371325] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.372759] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.374191] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.375595] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.376858] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.378030] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.379105] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.380680] vgaarb: loaded\n[ 0.381290] vgaarb: bridge control possible 0000:00:02.0\n[ 0.382452] SCSI subsystem initialized\n[ 0.383290] ACPI: bus type USB registered\n[ 0.384120] usbcore: registered new interface driver usbfs\n[ 0.385163] usbcore: registered new interface driver hub\n[ 0.386192] usbcore: registered new device driver usb\n[ 0.387274] PCI: Using ACPI for IRQ routing\n[ 0.388316] NetLabel: Initializing\n[ 0.389039] NetLabel: domain hash size = 128\n[ 0.389903] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.390865] NetLabel: unlabeled traffic allowed by default\n[ 0.391978] clocksource: Switched to clocksource kvm-clock\n[ 0.397528] AppArmor: AppArmor Filesystem Enabled\n[ 0.398491] pnp: PnP ACPI init\n[ 0.399410] pnp: PnP ACPI: found 5 devices\n[ 0.405793] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.407512] NET: Registered protocol family 2\n[ 0.408474] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.409763] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.410950] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.412143] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.413229] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.414399] NET: Registered protocol family 1\n[ 0.415269] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.416379] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.417459] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.431517] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.445782] Trying to unpack rootfs image as initramfs...\n[ 0.495392] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.509308] Scanning for low memory corruption every 60 seconds\n[ 0.510981] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.512533] audit: initializing netlink subsys (disabled)\n[ 0.513914] audit: type=2000 audit(1536065300.694:1): initialized\n[ 0.515616] Initialise system trusted keyring\n[ 0.516831] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.518403] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.520787] zbud: loaded\n[ 0.521656] VFS: Disk quotas dquot_6.6.0\n[ 0.522732] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.524701] fuse init (API version 7.23)\n[ 0.525855] Key type big_key registered\n[ 0.526905] Allocating IMA MOK and blacklist keyrings.\n[ 0.528366] Key type asymmetric registered\n[ 0.529489] Asymmetric key parser 'x509' registered\n[ 0.530801] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.533145] io scheduler noop registered\n[ 0.534199] io scheduler deadline registered (default)\n[ 0.535529] io scheduler cfq registered\n[ 0.536634] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.538086] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.539780] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.541740] ACPI: Power Button [PWRF]\n[ 0.542826] GHES: HEST is not enabled!\n[ 0.556884] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.587404] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.590685] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.614523] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.617004] Linux agpgart interface v0.103\n[ 0.619225] brd: module loaded\n[ 0.620592] loop: module loaded\n[ 0.625463] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.627205] GPT:90111 != 2097151\n[ 0.628019] GPT:Alternate GPT header not at the end of the disk.\n[ 0.629344] GPT:90111 != 2097151\n[ 0.630155] GPT: Use GNU Parted to correct GPT errors.\n[ 0.631332] vda: vda1 vda15\n[ 0.632930] scsi host0: ata_piix\n[ 0.633807] scsi host1: ata_piix\n[ 0.634655] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.636147] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.637862] libphy: Fixed MDIO Bus: probed\n[ 0.638858] tun: Universal TUN/TAP device driver, 1.6\n[ 0.640020] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.642602] PPP generic driver version 2.4.2\n[ 0.643665] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.645151] ehci-pci: EHCI PCI platform driver\n[ 0.646212] ehci-platform: EHCI generic platform driver\n[ 0.647403] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.648781] ohci-pci: OHCI PCI platform driver\n[ 0.649845] ohci-platform: OHCI generic platform driver\n[ 0.651041] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.665686] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.666897] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.668632] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.669847] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.671217] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.672729] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.674435] usb usb1: Product: UHCI Host Controller\n[ 0.675574] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.677040] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.678360] hub 1-0:1.0: USB hub found\n[ 0.679424] hub 1-0:1.0: 2 ports detected\n[ 0.680685] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.683588] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.684939] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.686365] mousedev: PS/2 mouse device common for all mice\n[ 0.688093] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.690711] rtc_cmos 00:00: RTC can wake from S4\n[ 0.692219] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.693851] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.695566] i2c /dev entries driver\n[ 0.696668] device-mapper: uevent: version 1.0.3\n[ 0.697971] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.699937] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.701473] NET: Registered protocol family 10\n[ 0.702681] NET: Registered protocol family 17\n[ 0.703741] Key type dns_resolver registered\n[ 0.704839] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.706166] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.708273] registered taskstats version 1\n[ 0.709283] Loading compiled-in X.509 certificates\n[ 0.710920] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.713173] zswap: loaded using pool lzo/zbud\n[ 0.714733] Key type trusted registered\n[ 0.716453] Key type encrypted registered\n[ 0.717472] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.718747] ima: No TPM chip found, activating TPM-bypass!\n[ 0.720033] evm: HMAC attrs: 0x1\n[ 0.721121] Magic number: 2:378:834\n[ 0.722131] rtc_cmos 00:00: setting system clock to 2018-09-04 12:48:20 UTC (1536065300)\n[ 0.724073] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.725442] EDD information not available.\n[ 0.796978] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.798842] Write protecting the kernel read-only data: 14336k\n[ 0.811378] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.813535] 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.856575] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.97\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found 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.11.5...\nLease of 10.10.11.5 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.14. iid=i-0000011a\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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCn+Jg+cYLsOGVoDRgPH22I6zH5z4GrGOl50/lHqyOWYPC5qNsGsp2nxKqRh6mPOMor0sr6Fh3NwTfpTGGnQ2AnT5fWo6w3YhJ4ZuNNfbSrdAtJiTyGVlsMq1ayaZDYGn7jOTRfTpHnCLDdMvARd63tTWwrSQp4vUrD9S9zXzXKf7y/qLrH6N327iBGUHxKdQ96G937FKJMOVr6UbLYipl1Hb1znlGa2SpY49E89sc30U4aqqo0dtgwDyjoq7UVenSlAjfDSD2EFz72mBS/Nte3HmV5IAhX2AFp+/ltSx4HJRwNMjd+H/1Pn2spDQx/m1vMMi4wtKVa3ENIoB5+wpBz root@sdnvpn-4-5\nssh-dss AAAAB3NzaC1kc3MAAACBAOUPjwJR3HRCrLAbSyFBC4zUe0FVmDu2D0Uf08tezWxFgXKnwv6KghBDpyraFUkQkmrSlklOuQMSWhyP2eDtdibKpNIbZn/2pQeFj0n2YUxFNGfQeQiKO4KdHprzVPQE4ywV+/YXbATVjj53yrsEW4GCtIpLa8Tsj/HGtixS1PZ3AAAAFQCPKpJGwk6NH2bkMK68pTHLvbkrJwAAAIBayzEK3uS3lKtt2FBDWFU4Olh8JAQ/gniittVfpYgrM2f67qiNnMxpJ6H6OE9GiXYUg1pB/aCxjHaso39AanoKgVDVTg+Pgmu7V+Q+cM6bgJYnmnfBFLXwNFURUxkcii03I70kBTef17/Doeonfwzj1jVU8CQPJ2L+i3b5q4fDgAAAAIAPGaPJ/eL5Pz8/G2qDBpe1yIVHOyXpEQoHCRsU22rGdHE/zyoP9ZZB2R0iR4p+oDuo1nbzhGnkiowYSuToKORpaHBUnh/9fX6ykONYPjm3Skab01TXioyVSPBptUH9ZMW38ACs0/l6q6Ckh/+TKrQaDWhtl1GmLNO6gzBGQgXpHg== 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.5,24,fe80::f816:3eff:fe8b:7934/64,\nip-route:default via 10.10.11.1 dev eth0 \nip-route:10.10.11.0/24 dev eth0 src 10.10.11.5 \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-0000011a\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-4-5\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=62.80 ===\n/dev/root resized successfully [took 2.34s]\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:79:34 \n inet addr:10.10.11.5 Bcast:10.10.11.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe8b:7934/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:76 errors:0 dropped:17 overruns:0 frame:0\n TX packets:104 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:9439 (9.2 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-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.146191] EXT4-fs (vda1): re-mounted. Opts: data=ordered\n[ 1.153139] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.153141] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.153142] usb 1-1: Product: QEMU USB Tablet\n[ 1.153143] usb 1-1: Manufacturer: QEMU\n[ 1.153144] usb 1-1: SerialNumber: 42\n[ 1.159530] EXT4-fs (vda1): re-mounted. Opts: data=ordered\n[ 1.508250] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3255787006b, max_idle_ns: 440795244845 ns\n[ 62.932486] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\n[ 63.267605] EXT4-fs (vda1): resized filesystem to 1039340\n### tail -n 25 /var/log/messages\nSep 4 13:48:20 cirros kern.info kernel: [ 0.811378] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\nSep 4 13:48:20 cirros kern.info kernel: [ 0.813535] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\nSep 4 13:48:20 cirros kern.info kernel: [ 0.825665] e1000: Intel(R) PRO/1000 Network Driver - version 7.3.21-k8-NAPI\nSep 4 13:48:20 cirros kern.info kernel: [ 0.825667] e1000: Copyright (c) 1999-2006 Intel Corporation.\nSep 4 13:48:20 cirros kern.info kernel: [ 0.827307] ne2k-pci.c:v1.03 9/22/2003 D. Becker/P. Gortmaker\nSep 4 13:48:20 cirros kern.info kernel: [ 0.830293] pcnet32: pcnet32.c:v1.35 21.Apr.2008 tsbogend@alpha.franken.de\nSep 4 13:48:20 cirros kern.info kernel: [ 0.832291] ip_tables: (C) 2000-2006 Netfilter Core Team\nSep 4 13:48:20 cirros kern.info kernel: [ 0.854376] EXT4-fs (vda1): mounting ext3 file system using the ext4 subsystem\nSep 4 13:48:20 cirros kern.info kernel: [ 0.854978] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null)\nSep 4 13:48:20 cirros kern.notice kernel: [ 0.856575] random: blkid urandom read with 2 bits of entropy available\nSep 4 13:48:20 cirros kern.info kernel: [ 0.858173] EXT4-fs (vda1): mounting ext3 file system using the ext4 subsystem\nSep 4 13:48:20 cirros kern.info kernel: [ 0.902157] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null)\nSep 4 13:48:20 cirros kern.info kernel: [ 0.992022] usb 1-1: new full-speed USB device number 2 using uhci_hcd\nSep 4 13:48:20 cirros kern.info kernel: [ 1.146191] EXT4-fs (vda1): re-mounted. Opts: data=ordered\nSep 4 13:48:20 cirros kern.info kernel: [ 1.153139] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\nSep 4 13:48:20 cirros kern.info kernel: [ 1.153141] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\nSep 4 13:48:20 cirros kern.info kernel: [ 1.153142] usb 1-1: Product: QEMU USB Tablet\nSep 4 13:48:20 cirros kern.info kernel: [ 1.153143] usb 1-1: Manufacturer: QEMU\nSep 4 13:48:20 cirros kern.info kernel: [ 1.153144] usb 1-1: SerialNumber: 42\nSep 4 13:48:20 cirros kern.info kernel: [ 1.159530] EXT4-fs (vda1): re-mounted. Opts: data=ordered\nSep 4 13:48:21 cirros kern.info kernel: [ 1.508250] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3255787006b, max_idle_ns: 440795244845 ns\nSep 4 13:49:22 cirros auth.notice su: + /dev/console root:cirros\nSep 4 13:49:22 cirros authpriv.info dropbear[340]: Running in background\nSep 4 13:49:22 cirros kern.info kernel: [ 62.932486] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\nSep 4 13:49:23 cirros kern.info kernel: [ 63.267605] 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-09-04 12:50:10,652 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/17b53f5a-b1e8-4e47-a207-7f0518638f91/action used request id req-9336d0c6-39b5-4d4e-807f-61b2a619f5a3 2018-09-04 12:50:12,686 - sdnvpn_test_utils - INFO - Waiting for instance 90d2a52f-4e2f-4fe8-a565-42d2d39d0896 to boot up 2018-09-04 12:50:12,688 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/servers/90d2a52f-4e2f-4fe8-a565-42d2d39d0896/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}74462c12b98849792b1921362830c554a0b49a4c" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-04 12:50:13,760 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12:50: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-6e9007c0-5e4a-4dbc-880b-b58a00e0c967 x-compute-request-id: req-6e9007c0-5e4a-4dbc-880b-b58a00e0c967 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 552229310 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 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.139253] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.140937] pid_max: default: 32768 minimum: 301\n[ 0.141847] ACPI: Core revision 20150930\n[ 0.143391] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.144749] Security Framework initialized\n[ 0.145588] Yama: becoming mindful.\n[ 0.146349] AppArmor: AppArmor initialized\n[ 0.147256] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.148608] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.149915] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.151448] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.153187] Initializing cgroup subsys io\n[ 0.154192] Initializing cgroup subsys memory\n[ 0.155267] Initializing cgroup subsys devices\n[ 0.156353] Initializing cgroup subsys freezer\n[ 0.157429] Initializing cgroup subsys net_cls\n[ 0.158517] Initializing cgroup subsys perf_event\n[ 0.159652] Initializing cgroup subsys net_prio\n[ 0.160755] Initializing cgroup subsys hugetlb\n[ 0.161837] Initializing cgroup subsys pids\n[ 0.162921] CPU: Physical Processor ID: 0\n[ 0.164606] mce: CPU supports 10 MCE banks\n[ 0.165650] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.166907] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.178250] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.185348] ftrace: allocating 31920 entries in 125 pages\n[ 0.213425] smpboot: Max logical packages: 1\n[ 0.214504] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.216164] x2apic enabled\n[ 0.217109] Switched APIC routing to physical x2apic.\n[ 0.219127] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.220530] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.223007] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.225223] KVM setup paravirtual spinlock\n[ 0.226754] x86: Booted up 1 node, 1 CPUs\n[ 0.227751] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.229463] devtmpfs: initialized\n[ 0.231343] evm: security.selinux\n[ 0.232201] evm: security.SMACK64\n[ 0.233051] evm: security.SMACK64EXEC\n[ 0.233978] evm: security.SMACK64TRANSMUTE\n[ 0.234981] evm: security.SMACK64MMAP\n[ 0.235894] evm: security.ima\n[ 0.236677] evm: security.capability\n[ 0.237661] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.239980] pinctrl core: initialized pinctrl subsystem\n[ 0.241333] RTC time: 12:48:42, date: 09/04/18\n[ 0.242508] NET: Registered protocol family 16\n[ 0.243698] cpuidle: using governor ladder\n[ 0.244726] cpuidle: using governor menu\n[ 0.245705] PCCT header not found.\n[ 0.246625] ACPI: bus type PCI registered\n[ 0.247610] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.249164] PCI: Using configuration type 1 for base access\n[ 0.251205] ACPI: Added _OSI(Module Device)\n[ 0.252249] ACPI: Added _OSI(Processor Device)\n[ 0.253329] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.254257] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.256450] ACPI: Interpreter enabled\n[ 0.257248] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.259145] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.261035] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.262937] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.264828] ACPI: (supports S0 S5)\n[ 0.265556] ACPI: Using IOAPIC for interrupt routing\n[ 0.266644] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.269800] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.270978] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.272241] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.273464] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.275764] acpiphp: Slot [3] registered\n[ 0.276593] acpiphp: Slot [4] registered\n[ 0.277413] acpiphp: Slot [5] registered\n[ 0.278232] acpiphp: Slot [6] registered\n[ 0.279047] acpiphp: Slot [7] registered\n[ 0.279871] acpiphp: Slot [8] registered\n[ 0.280694] acpiphp: Slot [9] registered\n[ 0.281509] acpiphp: Slot [10] registered\n[ 0.282337] acpiphp: Slot [11] registered\n[ 0.283166] acpiphp: Slot [12] registered\n[ 0.284001] acpiphp: Slot [13] registered\n[ 0.284829] acpiphp: Slot [14] registered\n[ 0.285660] acpiphp: Slot [15] registered\n[ 0.297330] acpiphp: Slot [16] registered\n[ 0.298165] acpiphp: Slot [17] registered\n[ 0.298997] acpiphp: Slot [18] registered\n[ 0.299824] acpiphp: Slot [19] registered\n[ 0.300652] acpiphp: Slot [20] registered\n[ 0.301493] acpiphp: Slot [21] registered\n[ 0.302331] acpiphp: Slot [22] registered\n[ 0.303162] acpiphp: Slot [23] registered\n[ 0.303994] acpiphp: Slot [24] registered\n[ 0.304823] acpiphp: Slot [25] registered\n[ 0.305656] acpiphp: Slot [26] registered\n[ 0.306489] acpiphp: Slot [27] registered\n[ 0.307332] acpiphp: Slot [28] registered\n[ 0.308169] acpiphp: Slot [29] registered\n[ 0.308996] acpiphp: Slot [30] registered\n[ 0.309826] acpiphp: Slot [31] registered\n[ 0.310654] PCI host bridge to bus 0000:00\n[ 0.311482] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.312791] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.314050] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.315528] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.317008] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.323360] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.324686] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.325905] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.327213] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.333791] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.335270] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.381252] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.382778] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.384263] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.385730] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.387184] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.388487] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.390005] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.391088] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.392677] vgaarb: loaded\n[ 0.393301] vgaarb: bridge control possible 0000:00:02.0\n[ 0.394479] SCSI subsystem initialized\n[ 0.395335] ACPI: bus type USB registered\n[ 0.396170] usbcore: registered new interface driver usbfs\n[ 0.397235] usbcore: registered new interface driver hub\n[ 0.398268] usbcore: registered new device driver usb\n[ 0.399354] PCI: Using ACPI for IRQ routing\n[ 0.400421] NetLabel: Initializing\n[ 0.401153] NetLabel: domain hash size = 128\n[ 0.402030] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.403007] NetLabel: unlabeled traffic allowed by default\n[ 0.404137] clocksource: Switched to clocksource kvm-clock\n[ 0.409763] AppArmor: AppArmor Filesystem Enabled\n[ 0.410758] pnp: PnP ACPI init\n[ 0.411704] pnp: PnP ACPI: found 5 devices\n[ 0.418137] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.419904] NET: Registered protocol family 2\n[ 0.420904] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.422208] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.423411] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.424616] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.425747] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.426950] NET: Registered protocol family 1\n[ 0.427838] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.428978] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.430083] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.444243] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.458622] Trying to unpack rootfs image as initramfs...\n[ 0.508915] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.522682] Scanning for low memory corruption every 60 seconds\n[ 0.524086] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.525301] audit: initializing netlink subsys (disabled)\n[ 0.526367] audit: type=2000 audit(1536065322.938:1): initialized\n[ 0.527716] Initialise system trusted keyring\n[ 0.528684] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.529887] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.531937] zbud: loaded\n[ 0.532666] VFS: Disk quotas dquot_6.6.0\n[ 0.533514] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.535075] fuse init (API version 7.23)\n[ 0.535989] Key type big_key registered\n[ 0.536822] Allocating IMA MOK and blacklist keyrings.\n[ 0.538334] Key type asymmetric registered\n[ 0.545284] Asymmetric key parser 'x509' registered\n[ 0.547228] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.548753] io scheduler noop registered\n[ 0.549578] io scheduler deadline registered (default)\n[ 0.550596] io scheduler cfq registered\n[ 0.551476] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.552592] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.553908] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.555408] ACPI: Power Button [PWRF]\n[ 0.556301] GHES: HEST is not enabled!\n[ 0.570103] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.602195] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.604922] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.628980] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.631221] Linux agpgart interface v0.103\n[ 0.633860] brd: module loaded\n[ 0.635151] loop: module loaded\n[ 0.640134] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.641651] GPT:90111 != 2097151\n[ 0.642365] GPT:Alternate GPT header not at the end of the disk.\n[ 0.643711] GPT:90111 != 2097151\n[ 0.644558] GPT: Use GNU Parted to correct GPT errors.\n[ 0.645772] vda: vda1 vda15\n[ 0.647389] scsi host0: ata_piix\n[ 0.648309] scsi host1: ata_piix\n[ 0.649190] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.650744] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.652544] libphy: Fixed MDIO Bus: probed\n[ 0.653573] tun: Universal TUN/TAP device driver, 1.6\n[ 0.654770] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.657360] PPP generic driver version 2.4.2\n[ 0.658333] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.659782] ehci-pci: EHCI PCI platform driver\n[ 0.660886] ehci-platform: EHCI generic platform driver\n[ 0.662143] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.663658] ohci-pci: OHCI PCI platform driver\n[ 0.664753] ohci-platform: OHCI generic platform driver\n[ 0.665987] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.680725] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.681963] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.683741] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.685083] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.686470] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.688010] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.689758] usb usb1: Product: UHCI Host Controller\n[ 0.690943] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.692365] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.693545] hub 1-0:1.0: USB hub found\n[ 0.694491] hub 1-0:1.0: 2 ports detected\n[ 0.695579] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.698110] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.699295] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.700560] mousedev: PS/2 mouse device common for all mice\n[ 0.702075] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.704305] rtc_cmos 00:00: RTC can wake from S4\n[ 0.705629] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.707099] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.708593] i2c /dev entries driver\n[ 0.709518] device-mapper: uevent: version 1.0.3\n[ 0.710674] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.712695] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.714252] NET: Registered protocol family 10\n[ 0.715453] NET: Registered protocol family 17\n[ 0.716550] Key type dns_resolver registered\n[ 0.717676] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.719022] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.721164] registered taskstats version 1\n[ 0.722189] Loading compiled-in X.509 certificates\n[ 0.723837] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.726150] zswap: loaded using pool lzo/zbud\n[ 0.728237] Key type trusted registered\n[ 0.729986] Key type encrypted registered\n[ 0.731004] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.732290] ima: No TPM chip found, activating TPM-bypass!\n[ 0.733597] evm: HMAC attrs: 0x1\n[ 0.734704] Magic number: 2:378:834\n[ 0.735730] rtc_cmos 00:00: setting system clock to 2018-09-04 12:48:43 UTC (1536065323)\n[ 0.737708] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.739099] EDD information not available.\n[ 0.808700] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.810418] ata1.00: configured for MWDMA2\n[ 0.811832] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.825497] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.827016] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.828502] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.830606] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.832488] Write protecting the kernel read-only data: 14336k\n[ 0.834319] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.836487] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.66\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.24\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found 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.452787] 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.16...\nLease of 10.10.10.16 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.00s]\nping 10.10.10.12 OK\nping 10.10.10.13 OK\n"} 2018-09-04 12:50:13,761 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/90d2a52f-4e2f-4fe8-a565-42d2d39d0896/action used request id req-6e9007c0-5e4a-4dbc-880b-b58a00e0c967 2018-09-04 12:50:15,764 - sdnvpn_test_utils - INFO - Waiting for instance 3726d8c0-4052-433f-9939-e513482b5415 to boot up 2018-09-04 12:50:15,766 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/servers/3726d8c0-4052-433f-9939-e513482b5415/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2863079752dc8eec9d02fd62462ce2d1e6de1ef2" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-04 12:50:16,840 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12:50: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-c3ff83b7-18d4-4ce4-8869-823aacc46737 x-compute-request-id: req-c3ff83b7-18d4-4ce4-8869-823aacc46737 Content-Encoding: gzip Content-Length: 8094 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 518997017 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 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.131958] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.133642] pid_max: default: 32768 minimum: 301\n[ 0.134548] ACPI: Core revision 20150930\n[ 0.135945] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.137271] Security Framework initialized\n[ 0.138094] Yama: becoming mindful.\n[ 0.138832] AppArmor: AppArmor initialized\n[ 0.139715] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.141057] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.142349] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143583] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144998] Initializing cgroup subsys io\n[ 0.145842] Initializing cgroup subsys memory\n[ 0.146727] Initializing cgroup subsys devices\n[ 0.147631] Initializing cgroup subsys freezer\n[ 0.148528] Initializing cgroup subsys net_cls\n[ 0.149395] Initializing cgroup subsys perf_event\n[ 0.150312] Initializing cgroup subsys net_prio\n[ 0.151209] Initializing cgroup subsys hugetlb\n[ 0.152075] Initializing cgroup subsys pids\n[ 0.152961] CPU: Physical Processor ID: 0\n[ 0.154508] mce: CPU supports 10 MCE banks\n[ 0.155366] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.156378] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.167371] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.173926] ftrace: allocating 31920 entries in 125 pages\n[ 0.201600] smpboot: Max logical packages: 1\n[ 0.202479] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.203833] x2apic enabled\n[ 0.204632] Switched APIC routing to physical x2apic.\n[ 0.206357] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.207463] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.209413] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.211166] KVM setup paravirtual spinlock\n[ 0.212496] x86: Booted up 1 node, 1 CPUs\n[ 0.213287] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.214659] devtmpfs: initialized\n[ 0.216373] evm: security.selinux\n[ 0.217058] evm: security.SMACK64\n[ 0.217731] evm: security.SMACK64EXEC\n[ 0.218461] evm: security.SMACK64TRANSMUTE\n[ 0.219251] evm: security.SMACK64MMAP\n[ 0.219981] evm: security.ima\n[ 0.220615] evm: security.capability\n[ 0.221411] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.223230] pinctrl core: initialized pinctrl subsystem\n[ 0.224320] RTC time: 12:48:30, date: 09/04/18\n[ 0.225264] NET: Registered protocol family 16\n[ 0.226223] cpuidle: using governor ladder\n[ 0.227027] cpuidle: using governor menu\n[ 0.227799] PCCT header not found.\n[ 0.228543] ACPI: bus type PCI registered\n[ 0.229330] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.230548] PCI: Using configuration type 1 for base access\n[ 0.232302] ACPI: Added _OSI(Module Device)\n[ 0.233125] ACPI: Added _OSI(Processor Device)\n[ 0.233971] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.234852] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.237007] ACPI: Interpreter enabled\n[ 0.237773] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.239578] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.241374] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.243181] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.244980] ACPI: (supports S0 S5)\n[ 0.245673] ACPI: Using IOAPIC for interrupt routing\n[ 0.246742] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.249807] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.250923] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.252129] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.253296] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.255467] acpiphp: Slot [3] registered\n[ 0.256253] acpiphp: Slot [4] registered\n[ 0.257033] acpiphp: Slot [5] registered\n[ 0.257812] acpiphp: Slot [6] registered\n[ 0.258589] acpiphp: Slot [7] registered\n[ 0.259373] acpiphp: Slot [8] registered\n[ 0.260157] acpiphp: Slot [9] registered\n[ 0.260944] acpiphp: Slot [10] registered\n[ 0.261733] acpiphp: Slot [11] registered\n[ 0.262530] acpiphp: Slot [12] registered\n[ 0.263320] acpiphp: Slot [13] registered\n[ 0.264114] acpiphp: Slot [14] registered\n[ 0.264895] acpiphp: Slot [15] registered\n[ 0.275602] acpiphp: Slot [16] registered\n[ 0.276388] acpiphp: Slot [17] registered\n[ 0.277168] acpiphp: Slot [18] registered\n[ 0.277944] acpiphp: Slot [19] registered\n[ 0.278725] acpiphp: Slot [20] registered\n[ 0.279504] acpiphp: Slot [21] registered\n[ 0.280286] acpiphp: Slot [22] registered\n[ 0.281064] acpiphp: Slot [23] registered\n[ 0.281847] acpiphp: Slot [24] registered\n[ 0.282626] acpiphp: Slot [25] registered\n[ 0.283402] acpiphp: Slot [26] registered\n[ 0.284181] acpiphp: Slot [27] registered\n[ 0.284963] acpiphp: Slot [28] registered\n[ 0.285747] acpiphp: Slot [29] registered\n[ 0.286526] acpiphp: Slot [30] registered\n[ 0.287305] acpiphp: Slot [31] registered\n[ 0.288078] PCI host bridge to bus 0000:00\n[ 0.288857] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.290028] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.291197] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.292602] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.293997] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.300253] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.301489] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.302632] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.303861] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.310705] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.312107] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.362689] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.364144] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.365525] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.366904] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.368270] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.369495] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.370834] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.371883] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.373387] vgaarb: loaded\n[ 0.373973] vgaarb: bridge control possible 0000:00:02.0\n[ 0.375102] SCSI subsystem initialized\n[ 0.375916] ACPI: bus type USB registered\n[ 0.376712] usbcore: registered new interface driver usbfs\n[ 0.377719] usbcore: registered new interface driver hub\n[ 0.378699] usbcore: registered new device driver usb\n[ 0.379731] PCI: Using ACPI for IRQ routing\n[ 0.380747] NetLabel: Initializing\n[ 0.381441] NetLabel: domain hash size = 128\n[ 0.382267] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.383190] NetLabel: unlabeled traffic allowed by default\n[ 0.384254] clocksource: Switched to clocksource kvm-clock\n[ 0.389934] AppArmor: AppArmor Filesystem Enabled\n[ 0.390871] pnp: PnP ACPI init\n[ 0.391791] pnp: PnP ACPI: found 5 devices\n[ 0.398184] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.399848] NET: Registered protocol family 2\n[ 0.400797] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.402027] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.403164] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.404304] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.405355] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.406490] NET: Registered protocol family 1\n[ 0.407334] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.408404] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.409444] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.423435] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.437666] Trying to unpack rootfs image as initramfs...\n[ 0.488265] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.501969] Scanning for low memory corruption every 60 seconds\n[ 0.503303] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.504435] audit: initializing netlink subsys (disabled)\n[ 0.505448] audit: type=2000 audit(1536065311.008:1): initialized\n[ 0.506738] Initialise system trusted keyring\n[ 0.507660] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.508808] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.510744] zbud: loaded\n[ 0.511440] VFS: Disk quotas dquot_6.6.0\n[ 0.512243] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.513741] fuse init (API version 7.23)\n[ 0.514613] Key type big_key registered\n[ 0.515399] Allocating IMA MOK and blacklist keyrings.\n[ 0.516495] Key type asymmetric registered\n[ 0.517307] Asymmetric key parser 'x509' registered\n[ 0.518240] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.520045] io scheduler noop registered\n[ 0.520836] io scheduler deadline registered (default)\n[ 0.521807] io scheduler cfq registered\n[ 0.522624] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.523642] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.524887] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.526312] ACPI: Power Button [PWRF]\n[ 0.527128] GHES: HEST is not enabled!\n[ 0.540825] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.575197] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.578621] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.602476] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.604639] Linux agpgart interface v0.103\n[ 0.607203] brd: module loaded\n[ 0.608460] loop: module loaded\n[ 0.613021] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.614451] GPT:90111 != 2097151\n[ 0.615110] GPT:Alternate GPT header not at the end of the disk.\n[ 0.616177] GPT:90111 != 2097151\n[ 0.616841] GPT: Use GNU Parted to correct GPT errors.\n[ 0.617788] vda: vda1 vda15\n[ 0.619275] scsi host0: ata_piix\n[ 0.619995] scsi host1: ata_piix\n[ 0.620704] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.621897] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.623351] libphy: Fixed MDIO Bus: probed\n[ 0.624189] tun: Universal TUN/TAP device driver, 1.6\n[ 0.625123] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.627384] PPP generic driver version 2.4.2\n[ 0.628479] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.630040] ehci-pci: EHCI PCI platform driver\n[ 0.631093] ehci-platform: EHCI generic platform driver\n[ 0.632273] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.633521] ohci-pci: OHCI PCI platform driver\n[ 0.634429] ohci-platform: OHCI generic platform driver\n[ 0.635479] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.650084] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.651569] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.653663] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.655100] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.656722] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.658554] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.660651] usb usb1: Product: UHCI Host Controller\n[ 0.662006] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.663688] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.665043] hub 1-0:1.0: USB hub found\n[ 0.666151] hub 1-0:1.0: 2 ports detected\n[ 0.667410] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.670236] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.671627] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.673100] mousedev: PS/2 mouse device common for all mice\n[ 0.674857] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.677468] rtc_cmos 00:00: RTC can wake from S4\n[ 0.678975] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.680705] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.682467] i2c /dev entries driver\n[ 0.683533] device-mapper: uevent: version 1.0.3\n[ 0.684909] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.687268] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.689147] NET: Registered protocol family 10\n[ 0.690326] NET: Registered protocol family 17\n[ 0.691218] Key type dns_resolver registered\n[ 0.692178] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.693287] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.695039] registered taskstats version 1\n[ 0.695871] Loading compiled-in X.509 certificates\n[ 0.697328] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.699178] zswap: loaded using pool lzo/zbud\n[ 0.700605] Key type trusted registered\n[ 0.702168] Key type encrypted registered\n[ 0.702982] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.704009] ima: No TPM chip found, activating TPM-bypass!\n[ 0.705060] evm: HMAC attrs: 0x1\n[ 0.706009] Magic number: 2:378:834\n[ 0.706863] rtc_cmos 00:00: setting system clock to 2018-09-04 12:48:31 UTC (1536065311)\n[ 0.708462] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.709576] EDD information not available.\n[ 0.776813] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.778269] ata1.00: configured for MWDMA2\n[ 0.779467] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.792104] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.793347] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.794610] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.796496] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.798036] Write protecting the kernel read-only data: 14336k\n[ 0.799607] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.801393] 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.270167] 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.11...\nLease of 10.10.11.11 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 3.25s]\nping 10.10.11.5 OK\nping 10.10.11.5 OK\nping 10.10.11.5 OK\nping 10.10.11.5 OK\n"} 2018-09-04 12:50:16,841 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/3726d8c0-4052-433f-9939-e513482b5415/action used request id req-c3ff83b7-18d4-4ce4-8869-823aacc46737 2018-09-04 12:50:18,847 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/servers/90d2a52f-4e2f-4fe8-a565-42d2d39d0896/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}74462c12b98849792b1921362830c554a0b49a4c" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-04 12:50:19,917 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12:50: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-ce71f5aa-6fbc-4e57-b862-311ec0d0ad7e x-compute-request-id: req-ce71f5aa-6fbc-4e57-b862-311ec0d0ad7e 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 552229310 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 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.139253] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.140937] pid_max: default: 32768 minimum: 301\n[ 0.141847] ACPI: Core revision 20150930\n[ 0.143391] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.144749] Security Framework initialized\n[ 0.145588] Yama: becoming mindful.\n[ 0.146349] AppArmor: AppArmor initialized\n[ 0.147256] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.148608] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.149915] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.151448] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.153187] Initializing cgroup subsys io\n[ 0.154192] Initializing cgroup subsys memory\n[ 0.155267] Initializing cgroup subsys devices\n[ 0.156353] Initializing cgroup subsys freezer\n[ 0.157429] Initializing cgroup subsys net_cls\n[ 0.158517] Initializing cgroup subsys perf_event\n[ 0.159652] Initializing cgroup subsys net_prio\n[ 0.160755] Initializing cgroup subsys hugetlb\n[ 0.161837] Initializing cgroup subsys pids\n[ 0.162921] CPU: Physical Processor ID: 0\n[ 0.164606] mce: CPU supports 10 MCE banks\n[ 0.165650] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.166907] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.178250] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.185348] ftrace: allocating 31920 entries in 125 pages\n[ 0.213425] smpboot: Max logical packages: 1\n[ 0.214504] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.216164] x2apic enabled\n[ 0.217109] Switched APIC routing to physical x2apic.\n[ 0.219127] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.220530] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.223007] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.225223] KVM setup paravirtual spinlock\n[ 0.226754] x86: Booted up 1 node, 1 CPUs\n[ 0.227751] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.229463] devtmpfs: initialized\n[ 0.231343] evm: security.selinux\n[ 0.232201] evm: security.SMACK64\n[ 0.233051] evm: security.SMACK64EXEC\n[ 0.233978] evm: security.SMACK64TRANSMUTE\n[ 0.234981] evm: security.SMACK64MMAP\n[ 0.235894] evm: security.ima\n[ 0.236677] evm: security.capability\n[ 0.237661] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.239980] pinctrl core: initialized pinctrl subsystem\n[ 0.241333] RTC time: 12:48:42, date: 09/04/18\n[ 0.242508] NET: Registered protocol family 16\n[ 0.243698] cpuidle: using governor ladder\n[ 0.244726] cpuidle: using governor menu\n[ 0.245705] PCCT header not found.\n[ 0.246625] ACPI: bus type PCI registered\n[ 0.247610] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.249164] PCI: Using configuration type 1 for base access\n[ 0.251205] ACPI: Added _OSI(Module Device)\n[ 0.252249] ACPI: Added _OSI(Processor Device)\n[ 0.253329] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.254257] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.256450] ACPI: Interpreter enabled\n[ 0.257248] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.259145] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.261035] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.262937] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.264828] ACPI: (supports S0 S5)\n[ 0.265556] ACPI: Using IOAPIC for interrupt routing\n[ 0.266644] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.269800] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.270978] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.272241] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.273464] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.275764] acpiphp: Slot [3] registered\n[ 0.276593] acpiphp: Slot [4] registered\n[ 0.277413] acpiphp: Slot [5] registered\n[ 0.278232] acpiphp: Slot [6] registered\n[ 0.279047] acpiphp: Slot [7] registered\n[ 0.279871] acpiphp: Slot [8] registered\n[ 0.280694] acpiphp: Slot [9] registered\n[ 0.281509] acpiphp: Slot [10] registered\n[ 0.282337] acpiphp: Slot [11] registered\n[ 0.283166] acpiphp: Slot [12] registered\n[ 0.284001] acpiphp: Slot [13] registered\n[ 0.284829] acpiphp: Slot [14] registered\n[ 0.285660] acpiphp: Slot [15] registered\n[ 0.297330] acpiphp: Slot [16] registered\n[ 0.298165] acpiphp: Slot [17] registered\n[ 0.298997] acpiphp: Slot [18] registered\n[ 0.299824] acpiphp: Slot [19] registered\n[ 0.300652] acpiphp: Slot [20] registered\n[ 0.301493] acpiphp: Slot [21] registered\n[ 0.302331] acpiphp: Slot [22] registered\n[ 0.303162] acpiphp: Slot [23] registered\n[ 0.303994] acpiphp: Slot [24] registered\n[ 0.304823] acpiphp: Slot [25] registered\n[ 0.305656] acpiphp: Slot [26] registered\n[ 0.306489] acpiphp: Slot [27] registered\n[ 0.307332] acpiphp: Slot [28] registered\n[ 0.308169] acpiphp: Slot [29] registered\n[ 0.308996] acpiphp: Slot [30] registered\n[ 0.309826] acpiphp: Slot [31] registered\n[ 0.310654] PCI host bridge to bus 0000:00\n[ 0.311482] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.312791] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.314050] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.315528] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.317008] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.323360] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.324686] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.325905] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.327213] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.333791] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.335270] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.381252] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.382778] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.384263] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.385730] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.387184] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.388487] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.390005] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.391088] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.392677] vgaarb: loaded\n[ 0.393301] vgaarb: bridge control possible 0000:00:02.0\n[ 0.394479] SCSI subsystem initialized\n[ 0.395335] ACPI: bus type USB registered\n[ 0.396170] usbcore: registered new interface driver usbfs\n[ 0.397235] usbcore: registered new interface driver hub\n[ 0.398268] usbcore: registered new device driver usb\n[ 0.399354] PCI: Using ACPI for IRQ routing\n[ 0.400421] NetLabel: Initializing\n[ 0.401153] NetLabel: domain hash size = 128\n[ 0.402030] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.403007] NetLabel: unlabeled traffic allowed by default\n[ 0.404137] clocksource: Switched to clocksource kvm-clock\n[ 0.409763] AppArmor: AppArmor Filesystem Enabled\n[ 0.410758] pnp: PnP ACPI init\n[ 0.411704] pnp: PnP ACPI: found 5 devices\n[ 0.418137] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.419904] NET: Registered protocol family 2\n[ 0.420904] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.422208] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.423411] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.424616] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.425747] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.426950] NET: Registered protocol family 1\n[ 0.427838] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.428978] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.430083] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.444243] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.458622] Trying to unpack rootfs image as initramfs...\n[ 0.508915] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.522682] Scanning for low memory corruption every 60 seconds\n[ 0.524086] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.525301] audit: initializing netlink subsys (disabled)\n[ 0.526367] audit: type=2000 audit(1536065322.938:1): initialized\n[ 0.527716] Initialise system trusted keyring\n[ 0.528684] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.529887] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.531937] zbud: loaded\n[ 0.532666] VFS: Disk quotas dquot_6.6.0\n[ 0.533514] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.535075] fuse init (API version 7.23)\n[ 0.535989] Key type big_key registered\n[ 0.536822] Allocating IMA MOK and blacklist keyrings.\n[ 0.538334] Key type asymmetric registered\n[ 0.545284] Asymmetric key parser 'x509' registered\n[ 0.547228] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.548753] io scheduler noop registered\n[ 0.549578] io scheduler deadline registered (default)\n[ 0.550596] io scheduler cfq registered\n[ 0.551476] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.552592] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.553908] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.555408] ACPI: Power Button [PWRF]\n[ 0.556301] GHES: HEST is not enabled!\n[ 0.570103] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.602195] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.604922] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.628980] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.631221] Linux agpgart interface v0.103\n[ 0.633860] brd: module loaded\n[ 0.635151] loop: module loaded\n[ 0.640134] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.641651] GPT:90111 != 2097151\n[ 0.642365] GPT:Alternate GPT header not at the end of the disk.\n[ 0.643711] GPT:90111 != 2097151\n[ 0.644558] GPT: Use GNU Parted to correct GPT errors.\n[ 0.645772] vda: vda1 vda15\n[ 0.647389] scsi host0: ata_piix\n[ 0.648309] scsi host1: ata_piix\n[ 0.649190] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.650744] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.652544] libphy: Fixed MDIO Bus: probed\n[ 0.653573] tun: Universal TUN/TAP device driver, 1.6\n[ 0.654770] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.657360] PPP generic driver version 2.4.2\n[ 0.658333] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.659782] ehci-pci: EHCI PCI platform driver\n[ 0.660886] ehci-platform: EHCI generic platform driver\n[ 0.662143] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.663658] ohci-pci: OHCI PCI platform driver\n[ 0.664753] ohci-platform: OHCI generic platform driver\n[ 0.665987] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.680725] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.681963] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.683741] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.685083] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.686470] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.688010] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.689758] usb usb1: Product: UHCI Host Controller\n[ 0.690943] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.692365] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.693545] hub 1-0:1.0: USB hub found\n[ 0.694491] hub 1-0:1.0: 2 ports detected\n[ 0.695579] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.698110] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.699295] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.700560] mousedev: PS/2 mouse device common for all mice\n[ 0.702075] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.704305] rtc_cmos 00:00: RTC can wake from S4\n[ 0.705629] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.707099] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.708593] i2c /dev entries driver\n[ 0.709518] device-mapper: uevent: version 1.0.3\n[ 0.710674] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.712695] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.714252] NET: Registered protocol family 10\n[ 0.715453] NET: Registered protocol family 17\n[ 0.716550] Key type dns_resolver registered\n[ 0.717676] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.719022] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.721164] registered taskstats version 1\n[ 0.722189] Loading compiled-in X.509 certificates\n[ 0.723837] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.726150] zswap: loaded using pool lzo/zbud\n[ 0.728237] Key type trusted registered\n[ 0.729986] Key type encrypted registered\n[ 0.731004] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.732290] ima: No TPM chip found, activating TPM-bypass!\n[ 0.733597] evm: HMAC attrs: 0x1\n[ 0.734704] Magic number: 2:378:834\n[ 0.735730] rtc_cmos 00:00: setting system clock to 2018-09-04 12:48:43 UTC (1536065323)\n[ 0.737708] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.739099] EDD information not available.\n[ 0.808700] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.810418] ata1.00: configured for MWDMA2\n[ 0.811832] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.825497] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.827016] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.828502] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.830606] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.832488] Write protecting the kernel read-only data: 14336k\n[ 0.834319] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.836487] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.66\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.24\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found 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.452787] 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.16...\nLease of 10.10.10.16 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.00s]\nping 10.10.10.12 OK\nping 10.10.10.13 OK\n"} 2018-09-04 12:50:19,918 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/90d2a52f-4e2f-4fe8-a565-42d2d39d0896/action used request id req-ce71f5aa-6fbc-4e57-b862-311ec0d0ad7e 2018-09-04 12:50:19,918 - sdnvpn-results - DEBUG - Ping from 'sdnvpn-4-1' (10.10.10.16) to 'sdnvpn-4-2' (10.10.10.12). -->Expected result: can ping. 2018-09-04 12:50:19,921 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/servers/90d2a52f-4e2f-4fe8-a565-42d2d39d0896/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}74462c12b98849792b1921362830c554a0b49a4c" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-04 12:50:20,991 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12:50: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-e6511197-f5d0-4756-a5eb-d75302d20a7a x-compute-request-id: req-e6511197-f5d0-4756-a5eb-d75302d20a7a 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 552229310 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 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.139253] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.140937] pid_max: default: 32768 minimum: 301\n[ 0.141847] ACPI: Core revision 20150930\n[ 0.143391] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.144749] Security Framework initialized\n[ 0.145588] Yama: becoming mindful.\n[ 0.146349] AppArmor: AppArmor initialized\n[ 0.147256] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.148608] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.149915] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.151448] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.153187] Initializing cgroup subsys io\n[ 0.154192] Initializing cgroup subsys memory\n[ 0.155267] Initializing cgroup subsys devices\n[ 0.156353] Initializing cgroup subsys freezer\n[ 0.157429] Initializing cgroup subsys net_cls\n[ 0.158517] Initializing cgroup subsys perf_event\n[ 0.159652] Initializing cgroup subsys net_prio\n[ 0.160755] Initializing cgroup subsys hugetlb\n[ 0.161837] Initializing cgroup subsys pids\n[ 0.162921] CPU: Physical Processor ID: 0\n[ 0.164606] mce: CPU supports 10 MCE banks\n[ 0.165650] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.166907] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.178250] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.185348] ftrace: allocating 31920 entries in 125 pages\n[ 0.213425] smpboot: Max logical packages: 1\n[ 0.214504] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.216164] x2apic enabled\n[ 0.217109] Switched APIC routing to physical x2apic.\n[ 0.219127] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.220530] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.223007] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.225223] KVM setup paravirtual spinlock\n[ 0.226754] x86: Booted up 1 node, 1 CPUs\n[ 0.227751] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.229463] devtmpfs: initialized\n[ 0.231343] evm: security.selinux\n[ 0.232201] evm: security.SMACK64\n[ 0.233051] evm: security.SMACK64EXEC\n[ 0.233978] evm: security.SMACK64TRANSMUTE\n[ 0.234981] evm: security.SMACK64MMAP\n[ 0.235894] evm: security.ima\n[ 0.236677] evm: security.capability\n[ 0.237661] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.239980] pinctrl core: initialized pinctrl subsystem\n[ 0.241333] RTC time: 12:48:42, date: 09/04/18\n[ 0.242508] NET: Registered protocol family 16\n[ 0.243698] cpuidle: using governor ladder\n[ 0.244726] cpuidle: using governor menu\n[ 0.245705] PCCT header not found.\n[ 0.246625] ACPI: bus type PCI registered\n[ 0.247610] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.249164] PCI: Using configuration type 1 for base access\n[ 0.251205] ACPI: Added _OSI(Module Device)\n[ 0.252249] ACPI: Added _OSI(Processor Device)\n[ 0.253329] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.254257] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.256450] ACPI: Interpreter enabled\n[ 0.257248] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.259145] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.261035] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.262937] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.264828] ACPI: (supports S0 S5)\n[ 0.265556] ACPI: Using IOAPIC for interrupt routing\n[ 0.266644] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.269800] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.270978] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.272241] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.273464] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.275764] acpiphp: Slot [3] registered\n[ 0.276593] acpiphp: Slot [4] registered\n[ 0.277413] acpiphp: Slot [5] registered\n[ 0.278232] acpiphp: Slot [6] registered\n[ 0.279047] acpiphp: Slot [7] registered\n[ 0.279871] acpiphp: Slot [8] registered\n[ 0.280694] acpiphp: Slot [9] registered\n[ 0.281509] acpiphp: Slot [10] registered\n[ 0.282337] acpiphp: Slot [11] registered\n[ 0.283166] acpiphp: Slot [12] registered\n[ 0.284001] acpiphp: Slot [13] registered\n[ 0.284829] acpiphp: Slot [14] registered\n[ 0.285660] acpiphp: Slot [15] registered\n[ 0.297330] acpiphp: Slot [16] registered\n[ 0.298165] acpiphp: Slot [17] registered\n[ 0.298997] acpiphp: Slot [18] registered\n[ 0.299824] acpiphp: Slot [19] registered\n[ 0.300652] acpiphp: Slot [20] registered\n[ 0.301493] acpiphp: Slot [21] registered\n[ 0.302331] acpiphp: Slot [22] registered\n[ 0.303162] acpiphp: Slot [23] registered\n[ 0.303994] acpiphp: Slot [24] registered\n[ 0.304823] acpiphp: Slot [25] registered\n[ 0.305656] acpiphp: Slot [26] registered\n[ 0.306489] acpiphp: Slot [27] registered\n[ 0.307332] acpiphp: Slot [28] registered\n[ 0.308169] acpiphp: Slot [29] registered\n[ 0.308996] acpiphp: Slot [30] registered\n[ 0.309826] acpiphp: Slot [31] registered\n[ 0.310654] PCI host bridge to bus 0000:00\n[ 0.311482] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.312791] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.314050] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.315528] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.317008] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.323360] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.324686] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.325905] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.327213] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.333791] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.335270] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.381252] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.382778] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.384263] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.385730] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.387184] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.388487] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.390005] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.391088] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.392677] vgaarb: loaded\n[ 0.393301] vgaarb: bridge control possible 0000:00:02.0\n[ 0.394479] SCSI subsystem initialized\n[ 0.395335] ACPI: bus type USB registered\n[ 0.396170] usbcore: registered new interface driver usbfs\n[ 0.397235] usbcore: registered new interface driver hub\n[ 0.398268] usbcore: registered new device driver usb\n[ 0.399354] PCI: Using ACPI for IRQ routing\n[ 0.400421] NetLabel: Initializing\n[ 0.401153] NetLabel: domain hash size = 128\n[ 0.402030] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.403007] NetLabel: unlabeled traffic allowed by default\n[ 0.404137] clocksource: Switched to clocksource kvm-clock\n[ 0.409763] AppArmor: AppArmor Filesystem Enabled\n[ 0.410758] pnp: PnP ACPI init\n[ 0.411704] pnp: PnP ACPI: found 5 devices\n[ 0.418137] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.419904] NET: Registered protocol family 2\n[ 0.420904] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.422208] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.423411] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.424616] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.425747] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.426950] NET: Registered protocol family 1\n[ 0.427838] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.428978] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.430083] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.444243] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.458622] Trying to unpack rootfs image as initramfs...\n[ 0.508915] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.522682] Scanning for low memory corruption every 60 seconds\n[ 0.524086] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.525301] audit: initializing netlink subsys (disabled)\n[ 0.526367] audit: type=2000 audit(1536065322.938:1): initialized\n[ 0.527716] Initialise system trusted keyring\n[ 0.528684] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.529887] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.531937] zbud: loaded\n[ 0.532666] VFS: Disk quotas dquot_6.6.0\n[ 0.533514] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.535075] fuse init (API version 7.23)\n[ 0.535989] Key type big_key registered\n[ 0.536822] Allocating IMA MOK and blacklist keyrings.\n[ 0.538334] Key type asymmetric registered\n[ 0.545284] Asymmetric key parser 'x509' registered\n[ 0.547228] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.548753] io scheduler noop registered\n[ 0.549578] io scheduler deadline registered (default)\n[ 0.550596] io scheduler cfq registered\n[ 0.551476] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.552592] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.553908] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.555408] ACPI: Power Button [PWRF]\n[ 0.556301] GHES: HEST is not enabled!\n[ 0.570103] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.602195] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.604922] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.628980] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.631221] Linux agpgart interface v0.103\n[ 0.633860] brd: module loaded\n[ 0.635151] loop: module loaded\n[ 0.640134] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.641651] GPT:90111 != 2097151\n[ 0.642365] GPT:Alternate GPT header not at the end of the disk.\n[ 0.643711] GPT:90111 != 2097151\n[ 0.644558] GPT: Use GNU Parted to correct GPT errors.\n[ 0.645772] vda: vda1 vda15\n[ 0.647389] scsi host0: ata_piix\n[ 0.648309] scsi host1: ata_piix\n[ 0.649190] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.650744] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.652544] libphy: Fixed MDIO Bus: probed\n[ 0.653573] tun: Universal TUN/TAP device driver, 1.6\n[ 0.654770] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.657360] PPP generic driver version 2.4.2\n[ 0.658333] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.659782] ehci-pci: EHCI PCI platform driver\n[ 0.660886] ehci-platform: EHCI generic platform driver\n[ 0.662143] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.663658] ohci-pci: OHCI PCI platform driver\n[ 0.664753] ohci-platform: OHCI generic platform driver\n[ 0.665987] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.680725] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.681963] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.683741] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.685083] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.686470] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.688010] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.689758] usb usb1: Product: UHCI Host Controller\n[ 0.690943] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.692365] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.693545] hub 1-0:1.0: USB hub found\n[ 0.694491] hub 1-0:1.0: 2 ports detected\n[ 0.695579] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.698110] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.699295] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.700560] mousedev: PS/2 mouse device common for all mice\n[ 0.702075] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.704305] rtc_cmos 00:00: RTC can wake from S4\n[ 0.705629] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.707099] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.708593] i2c /dev entries driver\n[ 0.709518] device-mapper: uevent: version 1.0.3\n[ 0.710674] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.712695] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.714252] NET: Registered protocol family 10\n[ 0.715453] NET: Registered protocol family 17\n[ 0.716550] Key type dns_resolver registered\n[ 0.717676] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.719022] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.721164] registered taskstats version 1\n[ 0.722189] Loading compiled-in X.509 certificates\n[ 0.723837] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.726150] zswap: loaded using pool lzo/zbud\n[ 0.728237] Key type trusted registered\n[ 0.729986] Key type encrypted registered\n[ 0.731004] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.732290] ima: No TPM chip found, activating TPM-bypass!\n[ 0.733597] evm: HMAC attrs: 0x1\n[ 0.734704] Magic number: 2:378:834\n[ 0.735730] rtc_cmos 00:00: setting system clock to 2018-09-04 12:48:43 UTC (1536065323)\n[ 0.737708] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.739099] EDD information not available.\n[ 0.808700] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.810418] ata1.00: configured for MWDMA2\n[ 0.811832] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.825497] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.827016] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.828502] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.830606] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.832488] Write protecting the kernel read-only data: 14336k\n[ 0.834319] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.836487] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.66\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.24\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found 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.452787] 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.16...\nLease of 10.10.10.16 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.00s]\nping 10.10.10.12 OK\nping 10.10.10.13 OK\n"} 2018-09-04 12:50:20,991 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/90d2a52f-4e2f-4fe8-a565-42d2d39d0896/action used request id req-e6511197-f5d0-4756-a5eb-d75302d20a7a 2018-09-04 12:50:20,992 - sdnvpn-results - DEBUG - [PASS] 'sdnvpn-4-1' can ping 'sdnvpn-4-2' 2018-09-04 12:50:20,995 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/servers/90d2a52f-4e2f-4fe8-a565-42d2d39d0896/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}74462c12b98849792b1921362830c554a0b49a4c" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-04 12:50:22,072 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12:50: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-b845872e-e17a-45fa-9cf2-8a9c7214cfc0 x-compute-request-id: req-b845872e-e17a-45fa-9cf2-8a9c7214cfc0 Content-Encoding: gzip Content-Length: 8127 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 552229310 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 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.139253] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.140937] pid_max: default: 32768 minimum: 301\n[ 0.141847] ACPI: Core revision 20150930\n[ 0.143391] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.144749] Security Framework initialized\n[ 0.145588] Yama: becoming mindful.\n[ 0.146349] AppArmor: AppArmor initialized\n[ 0.147256] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.148608] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.149915] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.151448] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.153187] Initializing cgroup subsys io\n[ 0.154192] Initializing cgroup subsys memory\n[ 0.155267] Initializing cgroup subsys devices\n[ 0.156353] Initializing cgroup subsys freezer\n[ 0.157429] Initializing cgroup subsys net_cls\n[ 0.158517] Initializing cgroup subsys perf_event\n[ 0.159652] Initializing cgroup subsys net_prio\n[ 0.160755] Initializing cgroup subsys hugetlb\n[ 0.161837] Initializing cgroup subsys pids\n[ 0.162921] CPU: Physical Processor ID: 0\n[ 0.164606] mce: CPU supports 10 MCE banks\n[ 0.165650] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.166907] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.178250] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.185348] ftrace: allocating 31920 entries in 125 pages\n[ 0.213425] smpboot: Max logical packages: 1\n[ 0.214504] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.216164] x2apic enabled\n[ 0.217109] Switched APIC routing to physical x2apic.\n[ 0.219127] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.220530] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.223007] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.225223] KVM setup paravirtual spinlock\n[ 0.226754] x86: Booted up 1 node, 1 CPUs\n[ 0.227751] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.229463] devtmpfs: initialized\n[ 0.231343] evm: security.selinux\n[ 0.232201] evm: security.SMACK64\n[ 0.233051] evm: security.SMACK64EXEC\n[ 0.233978] evm: security.SMACK64TRANSMUTE\n[ 0.234981] evm: security.SMACK64MMAP\n[ 0.235894] evm: security.ima\n[ 0.236677] evm: security.capability\n[ 0.237661] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.239980] pinctrl core: initialized pinctrl subsystem\n[ 0.241333] RTC time: 12:48:42, date: 09/04/18\n[ 0.242508] NET: Registered protocol family 16\n[ 0.243698] cpuidle: using governor ladder\n[ 0.244726] cpuidle: using governor menu\n[ 0.245705] PCCT header not found.\n[ 0.246625] ACPI: bus type PCI registered\n[ 0.247610] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.249164] PCI: Using configuration type 1 for base access\n[ 0.251205] ACPI: Added _OSI(Module Device)\n[ 0.252249] ACPI: Added _OSI(Processor Device)\n[ 0.253329] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.254257] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.256450] ACPI: Interpreter enabled\n[ 0.257248] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.259145] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.261035] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.262937] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.264828] ACPI: (supports S0 S5)\n[ 0.265556] ACPI: Using IOAPIC for interrupt routing\n[ 0.266644] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.269800] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.270978] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.272241] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.273464] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.275764] acpiphp: Slot [3] registered\n[ 0.276593] acpiphp: Slot [4] registered\n[ 0.277413] acpiphp: Slot [5] registered\n[ 0.278232] acpiphp: Slot [6] registered\n[ 0.279047] acpiphp: Slot [7] registered\n[ 0.279871] acpiphp: Slot [8] registered\n[ 0.280694] acpiphp: Slot [9] registered\n[ 0.281509] acpiphp: Slot [10] registered\n[ 0.282337] acpiphp: Slot [11] registered\n[ 0.283166] acpiphp: Slot [12] registered\n[ 0.284001] acpiphp: Slot [13] registered\n[ 0.284829] acpiphp: Slot [14] registered\n[ 0.285660] acpiphp: Slot [15] registered\n[ 0.297330] acpiphp: Slot [16] registered\n[ 0.298165] acpiphp: Slot [17] registered\n[ 0.298997] acpiphp: Slot [18] registered\n[ 0.299824] acpiphp: Slot [19] registered\n[ 0.300652] acpiphp: Slot [20] registered\n[ 0.301493] acpiphp: Slot [21] registered\n[ 0.302331] acpiphp: Slot [22] registered\n[ 0.303162] acpiphp: Slot [23] registered\n[ 0.303994] acpiphp: Slot [24] registered\n[ 0.304823] acpiphp: Slot [25] registered\n[ 0.305656] acpiphp: Slot [26] registered\n[ 0.306489] acpiphp: Slot [27] registered\n[ 0.307332] acpiphp: Slot [28] registered\n[ 0.308169] acpiphp: Slot [29] registered\n[ 0.308996] acpiphp: Slot [30] registered\n[ 0.309826] acpiphp: Slot [31] registered\n[ 0.310654] PCI host bridge to bus 0000:00\n[ 0.311482] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.312791] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.314050] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.315528] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.317008] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.323360] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.324686] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.325905] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.327213] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.333791] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.335270] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.381252] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.382778] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.384263] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.385730] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.387184] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.388487] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.390005] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.391088] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.392677] vgaarb: loaded\n[ 0.393301] vgaarb: bridge control possible 0000:00:02.0\n[ 0.394479] SCSI subsystem initialized\n[ 0.395335] ACPI: bus type USB registered\n[ 0.396170] usbcore: registered new interface driver usbfs\n[ 0.397235] usbcore: registered new interface driver hub\n[ 0.398268] usbcore: registered new device driver usb\n[ 0.399354] PCI: Using ACPI for IRQ routing\n[ 0.400421] NetLabel: Initializing\n[ 0.401153] NetLabel: domain hash size = 128\n[ 0.402030] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.403007] NetLabel: unlabeled traffic allowed by default\n[ 0.404137] clocksource: Switched to clocksource kvm-clock\n[ 0.409763] AppArmor: AppArmor Filesystem Enabled\n[ 0.410758] pnp: PnP ACPI init\n[ 0.411704] pnp: PnP ACPI: found 5 devices\n[ 0.418137] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.419904] NET: Registered protocol family 2\n[ 0.420904] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.422208] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.423411] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.424616] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.425747] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.426950] NET: Registered protocol family 1\n[ 0.427838] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.428978] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.430083] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.444243] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.458622] Trying to unpack rootfs image as initramfs...\n[ 0.508915] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.522682] Scanning for low memory corruption every 60 seconds\n[ 0.524086] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.525301] audit: initializing netlink subsys (disabled)\n[ 0.526367] audit: type=2000 audit(1536065322.938:1): initialized\n[ 0.527716] Initialise system trusted keyring\n[ 0.528684] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.529887] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.531937] zbud: loaded\n[ 0.532666] VFS: Disk quotas dquot_6.6.0\n[ 0.533514] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.535075] fuse init (API version 7.23)\n[ 0.535989] Key type big_key registered\n[ 0.536822] Allocating IMA MOK and blacklist keyrings.\n[ 0.538334] Key type asymmetric registered\n[ 0.545284] Asymmetric key parser 'x509' registered\n[ 0.547228] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.548753] io scheduler noop registered\n[ 0.549578] io scheduler deadline registered (default)\n[ 0.550596] io scheduler cfq registered\n[ 0.551476] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.552592] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.553908] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.555408] ACPI: Power Button [PWRF]\n[ 0.556301] GHES: HEST is not enabled!\n[ 0.570103] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.602195] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.604922] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.628980] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.631221] Linux agpgart interface v0.103\n[ 0.633860] brd: module loaded\n[ 0.635151] loop: module loaded\n[ 0.640134] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.641651] GPT:90111 != 2097151\n[ 0.642365] GPT:Alternate GPT header not at the end of the disk.\n[ 0.643711] GPT:90111 != 2097151\n[ 0.644558] GPT: Use GNU Parted to correct GPT errors.\n[ 0.645772] vda: vda1 vda15\n[ 0.647389] scsi host0: ata_piix\n[ 0.648309] scsi host1: ata_piix\n[ 0.649190] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.650744] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.652544] libphy: Fixed MDIO Bus: probed\n[ 0.653573] tun: Universal TUN/TAP device driver, 1.6\n[ 0.654770] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.657360] PPP generic driver version 2.4.2\n[ 0.658333] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.659782] ehci-pci: EHCI PCI platform driver\n[ 0.660886] ehci-platform: EHCI generic platform driver\n[ 0.662143] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.663658] ohci-pci: OHCI PCI platform driver\n[ 0.664753] ohci-platform: OHCI generic platform driver\n[ 0.665987] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.680725] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.681963] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.683741] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.685083] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.686470] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.688010] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.689758] usb usb1: Product: UHCI Host Controller\n[ 0.690943] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.692365] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.693545] hub 1-0:1.0: USB hub found\n[ 0.694491] hub 1-0:1.0: 2 ports detected\n[ 0.695579] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.698110] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.699295] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.700560] mousedev: PS/2 mouse device common for all mice\n[ 0.702075] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.704305] rtc_cmos 00:00: RTC can wake from S4\n[ 0.705629] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.707099] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.708593] i2c /dev entries driver\n[ 0.709518] device-mapper: uevent: version 1.0.3\n[ 0.710674] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.712695] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.714252] NET: Registered protocol family 10\n[ 0.715453] NET: Registered protocol family 17\n[ 0.716550] Key type dns_resolver registered\n[ 0.717676] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.719022] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.721164] registered taskstats version 1\n[ 0.722189] Loading compiled-in X.509 certificates\n[ 0.723837] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.726150] zswap: loaded using pool lzo/zbud\n[ 0.728237] Key type trusted registered\n[ 0.729986] Key type encrypted registered\n[ 0.731004] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.732290] ima: No TPM chip found, activating TPM-bypass!\n[ 0.733597] evm: HMAC attrs: 0x1\n[ 0.734704] Magic number: 2:378:834\n[ 0.735730] rtc_cmos 00:00: setting system clock to 2018-09-04 12:48:43 UTC (1536065323)\n[ 0.737708] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.739099] EDD information not available.\n[ 0.808700] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.810418] ata1.00: configured for MWDMA2\n[ 0.811832] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.825497] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.827016] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.828502] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.830606] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.832488] Write protecting the kernel read-only data: 14336k\n[ 0.834319] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.836487] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.66\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.24\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found 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.452787] 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.16...\nLease of 10.10.10.16 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.00s]\nping 10.10.10.12 OK\nping 10.10.10.13 OK\nping 10.10.11.11 KO\n"} 2018-09-04 12:50:22,072 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/90d2a52f-4e2f-4fe8-a565-42d2d39d0896/action used request id req-b845872e-e17a-45fa-9cf2-8a9c7214cfc0 2018-09-04 12:50:22,073 - sdnvpn-results - DEBUG - Ping from 'sdnvpn-4-1' (10.10.10.16) to 'sdnvpn-4-3' (10.10.10.13). -->Expected result: can ping. 2018-09-04 12:50:22,076 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/servers/90d2a52f-4e2f-4fe8-a565-42d2d39d0896/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}74462c12b98849792b1921362830c554a0b49a4c" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-04 12:50:23,146 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12:50: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-c242cbaf-f2e0-4934-948c-67aa65c62021 x-compute-request-id: req-c242cbaf-f2e0-4934-948c-67aa65c62021 Content-Encoding: gzip Content-Length: 8127 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 552229310 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 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.139253] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.140937] pid_max: default: 32768 minimum: 301\n[ 0.141847] ACPI: Core revision 20150930\n[ 0.143391] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.144749] Security Framework initialized\n[ 0.145588] Yama: becoming mindful.\n[ 0.146349] AppArmor: AppArmor initialized\n[ 0.147256] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.148608] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.149915] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.151448] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.153187] Initializing cgroup subsys io\n[ 0.154192] Initializing cgroup subsys memory\n[ 0.155267] Initializing cgroup subsys devices\n[ 0.156353] Initializing cgroup subsys freezer\n[ 0.157429] Initializing cgroup subsys net_cls\n[ 0.158517] Initializing cgroup subsys perf_event\n[ 0.159652] Initializing cgroup subsys net_prio\n[ 0.160755] Initializing cgroup subsys hugetlb\n[ 0.161837] Initializing cgroup subsys pids\n[ 0.162921] CPU: Physical Processor ID: 0\n[ 0.164606] mce: CPU supports 10 MCE banks\n[ 0.165650] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.166907] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.178250] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.185348] ftrace: allocating 31920 entries in 125 pages\n[ 0.213425] smpboot: Max logical packages: 1\n[ 0.214504] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.216164] x2apic enabled\n[ 0.217109] Switched APIC routing to physical x2apic.\n[ 0.219127] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.220530] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.223007] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.225223] KVM setup paravirtual spinlock\n[ 0.226754] x86: Booted up 1 node, 1 CPUs\n[ 0.227751] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.229463] devtmpfs: initialized\n[ 0.231343] evm: security.selinux\n[ 0.232201] evm: security.SMACK64\n[ 0.233051] evm: security.SMACK64EXEC\n[ 0.233978] evm: security.SMACK64TRANSMUTE\n[ 0.234981] evm: security.SMACK64MMAP\n[ 0.235894] evm: security.ima\n[ 0.236677] evm: security.capability\n[ 0.237661] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.239980] pinctrl core: initialized pinctrl subsystem\n[ 0.241333] RTC time: 12:48:42, date: 09/04/18\n[ 0.242508] NET: Registered protocol family 16\n[ 0.243698] cpuidle: using governor ladder\n[ 0.244726] cpuidle: using governor menu\n[ 0.245705] PCCT header not found.\n[ 0.246625] ACPI: bus type PCI registered\n[ 0.247610] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.249164] PCI: Using configuration type 1 for base access\n[ 0.251205] ACPI: Added _OSI(Module Device)\n[ 0.252249] ACPI: Added _OSI(Processor Device)\n[ 0.253329] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.254257] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.256450] ACPI: Interpreter enabled\n[ 0.257248] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.259145] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.261035] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.262937] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.264828] ACPI: (supports S0 S5)\n[ 0.265556] ACPI: Using IOAPIC for interrupt routing\n[ 0.266644] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.269800] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.270978] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.272241] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.273464] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.275764] acpiphp: Slot [3] registered\n[ 0.276593] acpiphp: Slot [4] registered\n[ 0.277413] acpiphp: Slot [5] registered\n[ 0.278232] acpiphp: Slot [6] registered\n[ 0.279047] acpiphp: Slot [7] registered\n[ 0.279871] acpiphp: Slot [8] registered\n[ 0.280694] acpiphp: Slot [9] registered\n[ 0.281509] acpiphp: Slot [10] registered\n[ 0.282337] acpiphp: Slot [11] registered\n[ 0.283166] acpiphp: Slot [12] registered\n[ 0.284001] acpiphp: Slot [13] registered\n[ 0.284829] acpiphp: Slot [14] registered\n[ 0.285660] acpiphp: Slot [15] registered\n[ 0.297330] acpiphp: Slot [16] registered\n[ 0.298165] acpiphp: Slot [17] registered\n[ 0.298997] acpiphp: Slot [18] registered\n[ 0.299824] acpiphp: Slot [19] registered\n[ 0.300652] acpiphp: Slot [20] registered\n[ 0.301493] acpiphp: Slot [21] registered\n[ 0.302331] acpiphp: Slot [22] registered\n[ 0.303162] acpiphp: Slot [23] registered\n[ 0.303994] acpiphp: Slot [24] registered\n[ 0.304823] acpiphp: Slot [25] registered\n[ 0.305656] acpiphp: Slot [26] registered\n[ 0.306489] acpiphp: Slot [27] registered\n[ 0.307332] acpiphp: Slot [28] registered\n[ 0.308169] acpiphp: Slot [29] registered\n[ 0.308996] acpiphp: Slot [30] registered\n[ 0.309826] acpiphp: Slot [31] registered\n[ 0.310654] PCI host bridge to bus 0000:00\n[ 0.311482] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.312791] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.314050] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.315528] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.317008] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.323360] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.324686] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.325905] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.327213] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.333791] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.335270] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.381252] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.382778] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.384263] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.385730] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.387184] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.388487] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.390005] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.391088] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.392677] vgaarb: loaded\n[ 0.393301] vgaarb: bridge control possible 0000:00:02.0\n[ 0.394479] SCSI subsystem initialized\n[ 0.395335] ACPI: bus type USB registered\n[ 0.396170] usbcore: registered new interface driver usbfs\n[ 0.397235] usbcore: registered new interface driver hub\n[ 0.398268] usbcore: registered new device driver usb\n[ 0.399354] PCI: Using ACPI for IRQ routing\n[ 0.400421] NetLabel: Initializing\n[ 0.401153] NetLabel: domain hash size = 128\n[ 0.402030] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.403007] NetLabel: unlabeled traffic allowed by default\n[ 0.404137] clocksource: Switched to clocksource kvm-clock\n[ 0.409763] AppArmor: AppArmor Filesystem Enabled\n[ 0.410758] pnp: PnP ACPI init\n[ 0.411704] pnp: PnP ACPI: found 5 devices\n[ 0.418137] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.419904] NET: Registered protocol family 2\n[ 0.420904] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.422208] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.423411] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.424616] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.425747] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.426950] NET: Registered protocol family 1\n[ 0.427838] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.428978] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.430083] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.444243] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.458622] Trying to unpack rootfs image as initramfs...\n[ 0.508915] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.522682] Scanning for low memory corruption every 60 seconds\n[ 0.524086] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.525301] audit: initializing netlink subsys (disabled)\n[ 0.526367] audit: type=2000 audit(1536065322.938:1): initialized\n[ 0.527716] Initialise system trusted keyring\n[ 0.528684] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.529887] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.531937] zbud: loaded\n[ 0.532666] VFS: Disk quotas dquot_6.6.0\n[ 0.533514] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.535075] fuse init (API version 7.23)\n[ 0.535989] Key type big_key registered\n[ 0.536822] Allocating IMA MOK and blacklist keyrings.\n[ 0.538334] Key type asymmetric registered\n[ 0.545284] Asymmetric key parser 'x509' registered\n[ 0.547228] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.548753] io scheduler noop registered\n[ 0.549578] io scheduler deadline registered (default)\n[ 0.550596] io scheduler cfq registered\n[ 0.551476] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.552592] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.553908] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.555408] ACPI: Power Button [PWRF]\n[ 0.556301] GHES: HEST is not enabled!\n[ 0.570103] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.602195] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.604922] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.628980] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.631221] Linux agpgart interface v0.103\n[ 0.633860] brd: module loaded\n[ 0.635151] loop: module loaded\n[ 0.640134] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.641651] GPT:90111 != 2097151\n[ 0.642365] GPT:Alternate GPT header not at the end of the disk.\n[ 0.643711] GPT:90111 != 2097151\n[ 0.644558] GPT: Use GNU Parted to correct GPT errors.\n[ 0.645772] vda: vda1 vda15\n[ 0.647389] scsi host0: ata_piix\n[ 0.648309] scsi host1: ata_piix\n[ 0.649190] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.650744] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.652544] libphy: Fixed MDIO Bus: probed\n[ 0.653573] tun: Universal TUN/TAP device driver, 1.6\n[ 0.654770] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.657360] PPP generic driver version 2.4.2\n[ 0.658333] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.659782] ehci-pci: EHCI PCI platform driver\n[ 0.660886] ehci-platform: EHCI generic platform driver\n[ 0.662143] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.663658] ohci-pci: OHCI PCI platform driver\n[ 0.664753] ohci-platform: OHCI generic platform driver\n[ 0.665987] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.680725] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.681963] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.683741] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.685083] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.686470] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.688010] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.689758] usb usb1: Product: UHCI Host Controller\n[ 0.690943] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.692365] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.693545] hub 1-0:1.0: USB hub found\n[ 0.694491] hub 1-0:1.0: 2 ports detected\n[ 0.695579] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.698110] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.699295] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.700560] mousedev: PS/2 mouse device common for all mice\n[ 0.702075] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.704305] rtc_cmos 00:00: RTC can wake from S4\n[ 0.705629] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.707099] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.708593] i2c /dev entries driver\n[ 0.709518] device-mapper: uevent: version 1.0.3\n[ 0.710674] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.712695] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.714252] NET: Registered protocol family 10\n[ 0.715453] NET: Registered protocol family 17\n[ 0.716550] Key type dns_resolver registered\n[ 0.717676] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.719022] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.721164] registered taskstats version 1\n[ 0.722189] Loading compiled-in X.509 certificates\n[ 0.723837] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.726150] zswap: loaded using pool lzo/zbud\n[ 0.728237] Key type trusted registered\n[ 0.729986] Key type encrypted registered\n[ 0.731004] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.732290] ima: No TPM chip found, activating TPM-bypass!\n[ 0.733597] evm: HMAC attrs: 0x1\n[ 0.734704] Magic number: 2:378:834\n[ 0.735730] rtc_cmos 00:00: setting system clock to 2018-09-04 12:48:43 UTC (1536065323)\n[ 0.737708] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.739099] EDD information not available.\n[ 0.808700] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.810418] ata1.00: configured for MWDMA2\n[ 0.811832] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.825497] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.827016] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.828502] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.830606] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.832488] Write protecting the kernel read-only data: 14336k\n[ 0.834319] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.836487] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.66\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.24\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found 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.452787] 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.16...\nLease of 10.10.10.16 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.00s]\nping 10.10.10.12 OK\nping 10.10.10.13 OK\nping 10.10.11.11 KO\n"} 2018-09-04 12:50:23,146 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/90d2a52f-4e2f-4fe8-a565-42d2d39d0896/action used request id req-c242cbaf-f2e0-4934-948c-67aa65c62021 2018-09-04 12:50:23,148 - sdnvpn-results - DEBUG - [PASS] 'sdnvpn-4-1' can ping 'sdnvpn-4-3' 2018-09-04 12:50:23,152 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/servers/90d2a52f-4e2f-4fe8-a565-42d2d39d0896/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}74462c12b98849792b1921362830c554a0b49a4c" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-04 12:50:24,221 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12:50: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-c968d052-fd3c-48f3-a0bf-e91e23e5e952 x-compute-request-id: req-c968d052-fd3c-48f3-a0bf-e91e23e5e952 Content-Encoding: gzip Content-Length: 8127 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 552229310 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 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.139253] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.140937] pid_max: default: 32768 minimum: 301\n[ 0.141847] ACPI: Core revision 20150930\n[ 0.143391] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.144749] Security Framework initialized\n[ 0.145588] Yama: becoming mindful.\n[ 0.146349] AppArmor: AppArmor initialized\n[ 0.147256] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.148608] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.149915] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.151448] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.153187] Initializing cgroup subsys io\n[ 0.154192] Initializing cgroup subsys memory\n[ 0.155267] Initializing cgroup subsys devices\n[ 0.156353] Initializing cgroup subsys freezer\n[ 0.157429] Initializing cgroup subsys net_cls\n[ 0.158517] Initializing cgroup subsys perf_event\n[ 0.159652] Initializing cgroup subsys net_prio\n[ 0.160755] Initializing cgroup subsys hugetlb\n[ 0.161837] Initializing cgroup subsys pids\n[ 0.162921] CPU: Physical Processor ID: 0\n[ 0.164606] mce: CPU supports 10 MCE banks\n[ 0.165650] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.166907] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.178250] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.185348] ftrace: allocating 31920 entries in 125 pages\n[ 0.213425] smpboot: Max logical packages: 1\n[ 0.214504] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.216164] x2apic enabled\n[ 0.217109] Switched APIC routing to physical x2apic.\n[ 0.219127] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.220530] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.223007] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.225223] KVM setup paravirtual spinlock\n[ 0.226754] x86: Booted up 1 node, 1 CPUs\n[ 0.227751] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.229463] devtmpfs: initialized\n[ 0.231343] evm: security.selinux\n[ 0.232201] evm: security.SMACK64\n[ 0.233051] evm: security.SMACK64EXEC\n[ 0.233978] evm: security.SMACK64TRANSMUTE\n[ 0.234981] evm: security.SMACK64MMAP\n[ 0.235894] evm: security.ima\n[ 0.236677] evm: security.capability\n[ 0.237661] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.239980] pinctrl core: initialized pinctrl subsystem\n[ 0.241333] RTC time: 12:48:42, date: 09/04/18\n[ 0.242508] NET: Registered protocol family 16\n[ 0.243698] cpuidle: using governor ladder\n[ 0.244726] cpuidle: using governor menu\n[ 0.245705] PCCT header not found.\n[ 0.246625] ACPI: bus type PCI registered\n[ 0.247610] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.249164] PCI: Using configuration type 1 for base access\n[ 0.251205] ACPI: Added _OSI(Module Device)\n[ 0.252249] ACPI: Added _OSI(Processor Device)\n[ 0.253329] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.254257] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.256450] ACPI: Interpreter enabled\n[ 0.257248] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.259145] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.261035] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.262937] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.264828] ACPI: (supports S0 S5)\n[ 0.265556] ACPI: Using IOAPIC for interrupt routing\n[ 0.266644] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.269800] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.270978] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.272241] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.273464] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.275764] acpiphp: Slot [3] registered\n[ 0.276593] acpiphp: Slot [4] registered\n[ 0.277413] acpiphp: Slot [5] registered\n[ 0.278232] acpiphp: Slot [6] registered\n[ 0.279047] acpiphp: Slot [7] registered\n[ 0.279871] acpiphp: Slot [8] registered\n[ 0.280694] acpiphp: Slot [9] registered\n[ 0.281509] acpiphp: Slot [10] registered\n[ 0.282337] acpiphp: Slot [11] registered\n[ 0.283166] acpiphp: Slot [12] registered\n[ 0.284001] acpiphp: Slot [13] registered\n[ 0.284829] acpiphp: Slot [14] registered\n[ 0.285660] acpiphp: Slot [15] registered\n[ 0.297330] acpiphp: Slot [16] registered\n[ 0.298165] acpiphp: Slot [17] registered\n[ 0.298997] acpiphp: Slot [18] registered\n[ 0.299824] acpiphp: Slot [19] registered\n[ 0.300652] acpiphp: Slot [20] registered\n[ 0.301493] acpiphp: Slot [21] registered\n[ 0.302331] acpiphp: Slot [22] registered\n[ 0.303162] acpiphp: Slot [23] registered\n[ 0.303994] acpiphp: Slot [24] registered\n[ 0.304823] acpiphp: Slot [25] registered\n[ 0.305656] acpiphp: Slot [26] registered\n[ 0.306489] acpiphp: Slot [27] registered\n[ 0.307332] acpiphp: Slot [28] registered\n[ 0.308169] acpiphp: Slot [29] registered\n[ 0.308996] acpiphp: Slot [30] registered\n[ 0.309826] acpiphp: Slot [31] registered\n[ 0.310654] PCI host bridge to bus 0000:00\n[ 0.311482] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.312791] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.314050] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.315528] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.317008] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.323360] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.324686] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.325905] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.327213] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.333791] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.335270] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.381252] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.382778] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.384263] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.385730] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.387184] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.388487] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.390005] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.391088] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.392677] vgaarb: loaded\n[ 0.393301] vgaarb: bridge control possible 0000:00:02.0\n[ 0.394479] SCSI subsystem initialized\n[ 0.395335] ACPI: bus type USB registered\n[ 0.396170] usbcore: registered new interface driver usbfs\n[ 0.397235] usbcore: registered new interface driver hub\n[ 0.398268] usbcore: registered new device driver usb\n[ 0.399354] PCI: Using ACPI for IRQ routing\n[ 0.400421] NetLabel: Initializing\n[ 0.401153] NetLabel: domain hash size = 128\n[ 0.402030] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.403007] NetLabel: unlabeled traffic allowed by default\n[ 0.404137] clocksource: Switched to clocksource kvm-clock\n[ 0.409763] AppArmor: AppArmor Filesystem Enabled\n[ 0.410758] pnp: PnP ACPI init\n[ 0.411704] pnp: PnP ACPI: found 5 devices\n[ 0.418137] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.419904] NET: Registered protocol family 2\n[ 0.420904] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.422208] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.423411] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.424616] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.425747] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.426950] NET: Registered protocol family 1\n[ 0.427838] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.428978] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.430083] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.444243] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.458622] Trying to unpack rootfs image as initramfs...\n[ 0.508915] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.522682] Scanning for low memory corruption every 60 seconds\n[ 0.524086] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.525301] audit: initializing netlink subsys (disabled)\n[ 0.526367] audit: type=2000 audit(1536065322.938:1): initialized\n[ 0.527716] Initialise system trusted keyring\n[ 0.528684] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.529887] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.531937] zbud: loaded\n[ 0.532666] VFS: Disk quotas dquot_6.6.0\n[ 0.533514] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.535075] fuse init (API version 7.23)\n[ 0.535989] Key type big_key registered\n[ 0.536822] Allocating IMA MOK and blacklist keyrings.\n[ 0.538334] Key type asymmetric registered\n[ 0.545284] Asymmetric key parser 'x509' registered\n[ 0.547228] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.548753] io scheduler noop registered\n[ 0.549578] io scheduler deadline registered (default)\n[ 0.550596] io scheduler cfq registered\n[ 0.551476] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.552592] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.553908] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.555408] ACPI: Power Button [PWRF]\n[ 0.556301] GHES: HEST is not enabled!\n[ 0.570103] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.602195] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.604922] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.628980] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.631221] Linux agpgart interface v0.103\n[ 0.633860] brd: module loaded\n[ 0.635151] loop: module loaded\n[ 0.640134] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.641651] GPT:90111 != 2097151\n[ 0.642365] GPT:Alternate GPT header not at the end of the disk.\n[ 0.643711] GPT:90111 != 2097151\n[ 0.644558] GPT: Use GNU Parted to correct GPT errors.\n[ 0.645772] vda: vda1 vda15\n[ 0.647389] scsi host0: ata_piix\n[ 0.648309] scsi host1: ata_piix\n[ 0.649190] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.650744] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.652544] libphy: Fixed MDIO Bus: probed\n[ 0.653573] tun: Universal TUN/TAP device driver, 1.6\n[ 0.654770] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.657360] PPP generic driver version 2.4.2\n[ 0.658333] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.659782] ehci-pci: EHCI PCI platform driver\n[ 0.660886] ehci-platform: EHCI generic platform driver\n[ 0.662143] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.663658] ohci-pci: OHCI PCI platform driver\n[ 0.664753] ohci-platform: OHCI generic platform driver\n[ 0.665987] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.680725] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.681963] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.683741] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.685083] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.686470] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.688010] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.689758] usb usb1: Product: UHCI Host Controller\n[ 0.690943] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.692365] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.693545] hub 1-0:1.0: USB hub found\n[ 0.694491] hub 1-0:1.0: 2 ports detected\n[ 0.695579] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.698110] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.699295] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.700560] mousedev: PS/2 mouse device common for all mice\n[ 0.702075] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.704305] rtc_cmos 00:00: RTC can wake from S4\n[ 0.705629] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.707099] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.708593] i2c /dev entries driver\n[ 0.709518] device-mapper: uevent: version 1.0.3\n[ 0.710674] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.712695] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.714252] NET: Registered protocol family 10\n[ 0.715453] NET: Registered protocol family 17\n[ 0.716550] Key type dns_resolver registered\n[ 0.717676] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.719022] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.721164] registered taskstats version 1\n[ 0.722189] Loading compiled-in X.509 certificates\n[ 0.723837] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.726150] zswap: loaded using pool lzo/zbud\n[ 0.728237] Key type trusted registered\n[ 0.729986] Key type encrypted registered\n[ 0.731004] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.732290] ima: No TPM chip found, activating TPM-bypass!\n[ 0.733597] evm: HMAC attrs: 0x1\n[ 0.734704] Magic number: 2:378:834\n[ 0.735730] rtc_cmos 00:00: setting system clock to 2018-09-04 12:48:43 UTC (1536065323)\n[ 0.737708] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.739099] EDD information not available.\n[ 0.808700] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.810418] ata1.00: configured for MWDMA2\n[ 0.811832] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.825497] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.827016] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.828502] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.830606] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.832488] Write protecting the kernel read-only data: 14336k\n[ 0.834319] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.836487] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.66\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.24\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found 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.452787] 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.16...\nLease of 10.10.10.16 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.00s]\nping 10.10.10.12 OK\nping 10.10.10.13 OK\nping 10.10.11.11 KO\n"} 2018-09-04 12:50:24,221 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/90d2a52f-4e2f-4fe8-a565-42d2d39d0896/action used request id req-c968d052-fd3c-48f3-a0bf-e91e23e5e952 2018-09-04 12:50:24,222 - sdnvpn-results - DEBUG - Ping from 'sdnvpn-4-1' (10.10.10.16) to 'sdnvpn-4-4' (10.10.11.11). -->Expected result: cannot ping. 2018-09-04 12:50:24,225 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/servers/90d2a52f-4e2f-4fe8-a565-42d2d39d0896/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}74462c12b98849792b1921362830c554a0b49a4c" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-04 12:50:25,342 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12:50: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-3067e568-4934-45a7-b00c-8a78b8964c6a x-compute-request-id: req-3067e568-4934-45a7-b00c-8a78b8964c6a Content-Encoding: gzip Content-Length: 8127 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 552229310 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 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.139253] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.140937] pid_max: default: 32768 minimum: 301\n[ 0.141847] ACPI: Core revision 20150930\n[ 0.143391] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.144749] Security Framework initialized\n[ 0.145588] Yama: becoming mindful.\n[ 0.146349] AppArmor: AppArmor initialized\n[ 0.147256] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.148608] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.149915] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.151448] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.153187] Initializing cgroup subsys io\n[ 0.154192] Initializing cgroup subsys memory\n[ 0.155267] Initializing cgroup subsys devices\n[ 0.156353] Initializing cgroup subsys freezer\n[ 0.157429] Initializing cgroup subsys net_cls\n[ 0.158517] Initializing cgroup subsys perf_event\n[ 0.159652] Initializing cgroup subsys net_prio\n[ 0.160755] Initializing cgroup subsys hugetlb\n[ 0.161837] Initializing cgroup subsys pids\n[ 0.162921] CPU: Physical Processor ID: 0\n[ 0.164606] mce: CPU supports 10 MCE banks\n[ 0.165650] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.166907] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.178250] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.185348] ftrace: allocating 31920 entries in 125 pages\n[ 0.213425] smpboot: Max logical packages: 1\n[ 0.214504] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.216164] x2apic enabled\n[ 0.217109] Switched APIC routing to physical x2apic.\n[ 0.219127] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.220530] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.223007] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.225223] KVM setup paravirtual spinlock\n[ 0.226754] x86: Booted up 1 node, 1 CPUs\n[ 0.227751] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.229463] devtmpfs: initialized\n[ 0.231343] evm: security.selinux\n[ 0.232201] evm: security.SMACK64\n[ 0.233051] evm: security.SMACK64EXEC\n[ 0.233978] evm: security.SMACK64TRANSMUTE\n[ 0.234981] evm: security.SMACK64MMAP\n[ 0.235894] evm: security.ima\n[ 0.236677] evm: security.capability\n[ 0.237661] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.239980] pinctrl core: initialized pinctrl subsystem\n[ 0.241333] RTC time: 12:48:42, date: 09/04/18\n[ 0.242508] NET: Registered protocol family 16\n[ 0.243698] cpuidle: using governor ladder\n[ 0.244726] cpuidle: using governor menu\n[ 0.245705] PCCT header not found.\n[ 0.246625] ACPI: bus type PCI registered\n[ 0.247610] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.249164] PCI: Using configuration type 1 for base access\n[ 0.251205] ACPI: Added _OSI(Module Device)\n[ 0.252249] ACPI: Added _OSI(Processor Device)\n[ 0.253329] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.254257] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.256450] ACPI: Interpreter enabled\n[ 0.257248] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.259145] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.261035] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.262937] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.264828] ACPI: (supports S0 S5)\n[ 0.265556] ACPI: Using IOAPIC for interrupt routing\n[ 0.266644] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.269800] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.270978] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.272241] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.273464] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.275764] acpiphp: Slot [3] registered\n[ 0.276593] acpiphp: Slot [4] registered\n[ 0.277413] acpiphp: Slot [5] registered\n[ 0.278232] acpiphp: Slot [6] registered\n[ 0.279047] acpiphp: Slot [7] registered\n[ 0.279871] acpiphp: Slot [8] registered\n[ 0.280694] acpiphp: Slot [9] registered\n[ 0.281509] acpiphp: Slot [10] registered\n[ 0.282337] acpiphp: Slot [11] registered\n[ 0.283166] acpiphp: Slot [12] registered\n[ 0.284001] acpiphp: Slot [13] registered\n[ 0.284829] acpiphp: Slot [14] registered\n[ 0.285660] acpiphp: Slot [15] registered\n[ 0.297330] acpiphp: Slot [16] registered\n[ 0.298165] acpiphp: Slot [17] registered\n[ 0.298997] acpiphp: Slot [18] registered\n[ 0.299824] acpiphp: Slot [19] registered\n[ 0.300652] acpiphp: Slot [20] registered\n[ 0.301493] acpiphp: Slot [21] registered\n[ 0.302331] acpiphp: Slot [22] registered\n[ 0.303162] acpiphp: Slot [23] registered\n[ 0.303994] acpiphp: Slot [24] registered\n[ 0.304823] acpiphp: Slot [25] registered\n[ 0.305656] acpiphp: Slot [26] registered\n[ 0.306489] acpiphp: Slot [27] registered\n[ 0.307332] acpiphp: Slot [28] registered\n[ 0.308169] acpiphp: Slot [29] registered\n[ 0.308996] acpiphp: Slot [30] registered\n[ 0.309826] acpiphp: Slot [31] registered\n[ 0.310654] PCI host bridge to bus 0000:00\n[ 0.311482] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.312791] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.314050] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.315528] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.317008] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.323360] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.324686] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.325905] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.327213] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.333791] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.335270] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.381252] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.382778] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.384263] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.385730] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.387184] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.388487] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.390005] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.391088] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.392677] vgaarb: loaded\n[ 0.393301] vgaarb: bridge control possible 0000:00:02.0\n[ 0.394479] SCSI subsystem initialized\n[ 0.395335] ACPI: bus type USB registered\n[ 0.396170] usbcore: registered new interface driver usbfs\n[ 0.397235] usbcore: registered new interface driver hub\n[ 0.398268] usbcore: registered new device driver usb\n[ 0.399354] PCI: Using ACPI for IRQ routing\n[ 0.400421] NetLabel: Initializing\n[ 0.401153] NetLabel: domain hash size = 128\n[ 0.402030] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.403007] NetLabel: unlabeled traffic allowed by default\n[ 0.404137] clocksource: Switched to clocksource kvm-clock\n[ 0.409763] AppArmor: AppArmor Filesystem Enabled\n[ 0.410758] pnp: PnP ACPI init\n[ 0.411704] pnp: PnP ACPI: found 5 devices\n[ 0.418137] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.419904] NET: Registered protocol family 2\n[ 0.420904] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.422208] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.423411] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.424616] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.425747] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.426950] NET: Registered protocol family 1\n[ 0.427838] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.428978] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.430083] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.444243] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.458622] Trying to unpack rootfs image as initramfs...\n[ 0.508915] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.522682] Scanning for low memory corruption every 60 seconds\n[ 0.524086] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.525301] audit: initializing netlink subsys (disabled)\n[ 0.526367] audit: type=2000 audit(1536065322.938:1): initialized\n[ 0.527716] Initialise system trusted keyring\n[ 0.528684] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.529887] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.531937] zbud: loaded\n[ 0.532666] VFS: Disk quotas dquot_6.6.0\n[ 0.533514] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.535075] fuse init (API version 7.23)\n[ 0.535989] Key type big_key registered\n[ 0.536822] Allocating IMA MOK and blacklist keyrings.\n[ 0.538334] Key type asymmetric registered\n[ 0.545284] Asymmetric key parser 'x509' registered\n[ 0.547228] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.548753] io scheduler noop registered\n[ 0.549578] io scheduler deadline registered (default)\n[ 0.550596] io scheduler cfq registered\n[ 0.551476] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.552592] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.553908] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.555408] ACPI: Power Button [PWRF]\n[ 0.556301] GHES: HEST is not enabled!\n[ 0.570103] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.602195] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.604922] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.628980] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.631221] Linux agpgart interface v0.103\n[ 0.633860] brd: module loaded\n[ 0.635151] loop: module loaded\n[ 0.640134] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.641651] GPT:90111 != 2097151\n[ 0.642365] GPT:Alternate GPT header not at the end of the disk.\n[ 0.643711] GPT:90111 != 2097151\n[ 0.644558] GPT: Use GNU Parted to correct GPT errors.\n[ 0.645772] vda: vda1 vda15\n[ 0.647389] scsi host0: ata_piix\n[ 0.648309] scsi host1: ata_piix\n[ 0.649190] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.650744] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.652544] libphy: Fixed MDIO Bus: probed\n[ 0.653573] tun: Universal TUN/TAP device driver, 1.6\n[ 0.654770] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.657360] PPP generic driver version 2.4.2\n[ 0.658333] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.659782] ehci-pci: EHCI PCI platform driver\n[ 0.660886] ehci-platform: EHCI generic platform driver\n[ 0.662143] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.663658] ohci-pci: OHCI PCI platform driver\n[ 0.664753] ohci-platform: OHCI generic platform driver\n[ 0.665987] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.680725] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.681963] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.683741] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.685083] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.686470] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.688010] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.689758] usb usb1: Product: UHCI Host Controller\n[ 0.690943] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.692365] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.693545] hub 1-0:1.0: USB hub found\n[ 0.694491] hub 1-0:1.0: 2 ports detected\n[ 0.695579] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.698110] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.699295] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.700560] mousedev: PS/2 mouse device common for all mice\n[ 0.702075] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.704305] rtc_cmos 00:00: RTC can wake from S4\n[ 0.705629] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.707099] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.708593] i2c /dev entries driver\n[ 0.709518] device-mapper: uevent: version 1.0.3\n[ 0.710674] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.712695] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.714252] NET: Registered protocol family 10\n[ 0.715453] NET: Registered protocol family 17\n[ 0.716550] Key type dns_resolver registered\n[ 0.717676] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.719022] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.721164] registered taskstats version 1\n[ 0.722189] Loading compiled-in X.509 certificates\n[ 0.723837] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.726150] zswap: loaded using pool lzo/zbud\n[ 0.728237] Key type trusted registered\n[ 0.729986] Key type encrypted registered\n[ 0.731004] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.732290] ima: No TPM chip found, activating TPM-bypass!\n[ 0.733597] evm: HMAC attrs: 0x1\n[ 0.734704] Magic number: 2:378:834\n[ 0.735730] rtc_cmos 00:00: setting system clock to 2018-09-04 12:48:43 UTC (1536065323)\n[ 0.737708] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.739099] EDD information not available.\n[ 0.808700] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.810418] ata1.00: configured for MWDMA2\n[ 0.811832] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.825497] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.827016] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.828502] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.830606] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.832488] Write protecting the kernel read-only data: 14336k\n[ 0.834319] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.836487] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.66\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.24\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found 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.452787] 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.16...\nLease of 10.10.10.16 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.00s]\nping 10.10.10.12 OK\nping 10.10.10.13 OK\nping 10.10.11.11 KO\n"} 2018-09-04 12:50:25,342 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/90d2a52f-4e2f-4fe8-a565-42d2d39d0896/action used request id req-3067e568-4934-45a7-b00c-8a78b8964c6a 2018-09-04 12:50:25,343 - sdnvpn-results - DEBUG - [PASS] 'sdnvpn-4-1' cannot ping 'sdnvpn-4-4' 2018-09-04 12:50:25,344 - sdnvpn-results - INFO - Associate network 'sdnvpn-4-2-net' to the VPN. 2018-09-04 12:50:25,349 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:9696/v2.0/bgpvpn/bgpvpns/278ad610-6624-4cbd-a6df-44ea883f453f/network_associations -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0b61b8ea05b36ccfca0a58d973e2028d82ee4ecd" -d '{"network_association": {"network_id": "6eaed784-5b8b-4d90-a1e7-f329cef33588"}}' 2018-09-04 12:50:26,031 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 224 X-Openstack-Request-Id: req-a6d8e03b-aad7-4261-854b-f7567b9f6667 Date: Tue, 04 Sep 2018 12:50:26 GMT RESP BODY: {"network_association": {"network_id": "6eaed784-5b8b-4d90-a1e7-f329cef33588", "tenant_id": "1e2f68a072b64978bd7ea91c2d64aca6", "project_id": "1e2f68a072b64978bd7ea91c2d64aca6", "id": "e46ef7d2-5fc0-4ecb-8266-824fff9e4893"}} 2018-09-04 12:50:26,032 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/bgpvpn/bgpvpns/278ad610-6624-4cbd-a6df-44ea883f453f/network_associations used request id req-a6d8e03b-aad7-4261-854b-f7567b9f6667 2018-09-04 12:50:26,032 - sdnvpn_test_utils - DEBUG - Waiting for router 278ad610-6624-4cbd-a6df-44ea883f453f to associate with BGPVPN 7b1ef18a-421c-43b9-9c9c-50b2a94c2007 2018-09-04 12:50:26,037 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9696/v2.0/bgpvpn/bgpvpns/278ad610-6624-4cbd-a6df-44ea883f453f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0b61b8ea05b36ccfca0a58d973e2028d82ee4ecd" 2018-09-04 12:50:26,441 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 417 X-Openstack-Request-Id: req-65d301a9-ac27-42d4-bb96-cb9bc10c8f02 Date: Tue, 04 Sep 2018 12:50:26 GMT RESP BODY: {"bgpvpn": {"export_targets": ["55:55"], "route_distinguishers": ["12:12"], "routers": ["7b1ef18a-421c-43b9-9c9c-50b2a94c2007"], "id": "278ad610-6624-4cbd-a6df-44ea883f453f", "name": "sdnvpn-169877", "tenant_id": "1e2f68a072b64978bd7ea91c2d64aca6", "import_targets": ["88:88"], "networks": ["6eaed784-5b8b-4d90-a1e7-f329cef33588"], "route_targets": [], "project_id": "1e2f68a072b64978bd7ea91c2d64aca6", "type": "l3"}} 2018-09-04 12:50:26,442 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/bgpvpn/bgpvpns/278ad610-6624-4cbd-a6df-44ea883f453f used request id req-65d301a9-ac27-42d4-bb96-cb9bc10c8f02 2018-09-04 12:50:27,443 - sdnvpn_test_utils - DEBUG - Waiting for network 278ad610-6624-4cbd-a6df-44ea883f453f to associate with BGPVPN 6eaed784-5b8b-4d90-a1e7-f329cef33588 2018-09-04 12:50:27,448 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9696/v2.0/bgpvpn/bgpvpns/278ad610-6624-4cbd-a6df-44ea883f453f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0b61b8ea05b36ccfca0a58d973e2028d82ee4ecd" 2018-09-04 12:50:27,745 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 417 X-Openstack-Request-Id: req-f0365254-7f90-4a15-8c4d-d80082344885 Date: Tue, 04 Sep 2018 12:50:27 GMT RESP BODY: {"bgpvpn": {"export_targets": ["55:55"], "route_distinguishers": ["12:12"], "routers": ["7b1ef18a-421c-43b9-9c9c-50b2a94c2007"], "id": "278ad610-6624-4cbd-a6df-44ea883f453f", "name": "sdnvpn-169877", "tenant_id": "1e2f68a072b64978bd7ea91c2d64aca6", "import_targets": ["88:88"], "networks": ["6eaed784-5b8b-4d90-a1e7-f329cef33588"], "route_targets": [], "project_id": "1e2f68a072b64978bd7ea91c2d64aca6", "type": "l3"}} 2018-09-04 12:50:27,745 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/bgpvpn/bgpvpns/278ad610-6624-4cbd-a6df-44ea883f453f used request id req-f0365254-7f90-4a15-8c4d-d80082344885 2018-09-04 12:50:28,747 - sdnvpn.test.functest.testcase_4 - INFO - Waiting for the VMs to connect to each other using the updated network configuration 2018-09-04 12:50:58,777 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/servers/3726d8c0-4052-433f-9939-e513482b5415/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2863079752dc8eec9d02fd62462ce2d1e6de1ef2" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-04 12:50:59,851 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12:50: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-40693992-cfd3-4bec-8e38-0e7861cfb0d0 x-compute-request-id: req-40693992-cfd3-4bec-8e38-0e7861cfb0d0 Content-Encoding: gzip Content-Length: 8096 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 518997017 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 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.131958] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.133642] pid_max: default: 32768 minimum: 301\n[ 0.134548] ACPI: Core revision 20150930\n[ 0.135945] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.137271] Security Framework initialized\n[ 0.138094] Yama: becoming mindful.\n[ 0.138832] AppArmor: AppArmor initialized\n[ 0.139715] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.141057] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.142349] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143583] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144998] Initializing cgroup subsys io\n[ 0.145842] Initializing cgroup subsys memory\n[ 0.146727] Initializing cgroup subsys devices\n[ 0.147631] Initializing cgroup subsys freezer\n[ 0.148528] Initializing cgroup subsys net_cls\n[ 0.149395] Initializing cgroup subsys perf_event\n[ 0.150312] Initializing cgroup subsys net_prio\n[ 0.151209] Initializing cgroup subsys hugetlb\n[ 0.152075] Initializing cgroup subsys pids\n[ 0.152961] CPU: Physical Processor ID: 0\n[ 0.154508] mce: CPU supports 10 MCE banks\n[ 0.155366] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.156378] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.167371] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.173926] ftrace: allocating 31920 entries in 125 pages\n[ 0.201600] smpboot: Max logical packages: 1\n[ 0.202479] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.203833] x2apic enabled\n[ 0.204632] Switched APIC routing to physical x2apic.\n[ 0.206357] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.207463] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.209413] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.211166] KVM setup paravirtual spinlock\n[ 0.212496] x86: Booted up 1 node, 1 CPUs\n[ 0.213287] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.214659] devtmpfs: initialized\n[ 0.216373] evm: security.selinux\n[ 0.217058] evm: security.SMACK64\n[ 0.217731] evm: security.SMACK64EXEC\n[ 0.218461] evm: security.SMACK64TRANSMUTE\n[ 0.219251] evm: security.SMACK64MMAP\n[ 0.219981] evm: security.ima\n[ 0.220615] evm: security.capability\n[ 0.221411] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.223230] pinctrl core: initialized pinctrl subsystem\n[ 0.224320] RTC time: 12:48:30, date: 09/04/18\n[ 0.225264] NET: Registered protocol family 16\n[ 0.226223] cpuidle: using governor ladder\n[ 0.227027] cpuidle: using governor menu\n[ 0.227799] PCCT header not found.\n[ 0.228543] ACPI: bus type PCI registered\n[ 0.229330] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.230548] PCI: Using configuration type 1 for base access\n[ 0.232302] ACPI: Added _OSI(Module Device)\n[ 0.233125] ACPI: Added _OSI(Processor Device)\n[ 0.233971] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.234852] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.237007] ACPI: Interpreter enabled\n[ 0.237773] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.239578] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.241374] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.243181] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.244980] ACPI: (supports S0 S5)\n[ 0.245673] ACPI: Using IOAPIC for interrupt routing\n[ 0.246742] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.249807] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.250923] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.252129] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.253296] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.255467] acpiphp: Slot [3] registered\n[ 0.256253] acpiphp: Slot [4] registered\n[ 0.257033] acpiphp: Slot [5] registered\n[ 0.257812] acpiphp: Slot [6] registered\n[ 0.258589] acpiphp: Slot [7] registered\n[ 0.259373] acpiphp: Slot [8] registered\n[ 0.260157] acpiphp: Slot [9] registered\n[ 0.260944] acpiphp: Slot [10] registered\n[ 0.261733] acpiphp: Slot [11] registered\n[ 0.262530] acpiphp: Slot [12] registered\n[ 0.263320] acpiphp: Slot [13] registered\n[ 0.264114] acpiphp: Slot [14] registered\n[ 0.264895] acpiphp: Slot [15] registered\n[ 0.275602] acpiphp: Slot [16] registered\n[ 0.276388] acpiphp: Slot [17] registered\n[ 0.277168] acpiphp: Slot [18] registered\n[ 0.277944] acpiphp: Slot [19] registered\n[ 0.278725] acpiphp: Slot [20] registered\n[ 0.279504] acpiphp: Slot [21] registered\n[ 0.280286] acpiphp: Slot [22] registered\n[ 0.281064] acpiphp: Slot [23] registered\n[ 0.281847] acpiphp: Slot [24] registered\n[ 0.282626] acpiphp: Slot [25] registered\n[ 0.283402] acpiphp: Slot [26] registered\n[ 0.284181] acpiphp: Slot [27] registered\n[ 0.284963] acpiphp: Slot [28] registered\n[ 0.285747] acpiphp: Slot [29] registered\n[ 0.286526] acpiphp: Slot [30] registered\n[ 0.287305] acpiphp: Slot [31] registered\n[ 0.288078] PCI host bridge to bus 0000:00\n[ 0.288857] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.290028] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.291197] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.292602] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.293997] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.300253] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.301489] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.302632] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.303861] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.310705] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.312107] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.362689] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.364144] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.365525] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.366904] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.368270] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.369495] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.370834] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.371883] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.373387] vgaarb: loaded\n[ 0.373973] vgaarb: bridge control possible 0000:00:02.0\n[ 0.375102] SCSI subsystem initialized\n[ 0.375916] ACPI: bus type USB registered\n[ 0.376712] usbcore: registered new interface driver usbfs\n[ 0.377719] usbcore: registered new interface driver hub\n[ 0.378699] usbcore: registered new device driver usb\n[ 0.379731] PCI: Using ACPI for IRQ routing\n[ 0.380747] NetLabel: Initializing\n[ 0.381441] NetLabel: domain hash size = 128\n[ 0.382267] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.383190] NetLabel: unlabeled traffic allowed by default\n[ 0.384254] clocksource: Switched to clocksource kvm-clock\n[ 0.389934] AppArmor: AppArmor Filesystem Enabled\n[ 0.390871] pnp: PnP ACPI init\n[ 0.391791] pnp: PnP ACPI: found 5 devices\n[ 0.398184] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.399848] NET: Registered protocol family 2\n[ 0.400797] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.402027] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.403164] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.404304] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.405355] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.406490] NET: Registered protocol family 1\n[ 0.407334] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.408404] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.409444] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.423435] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.437666] Trying to unpack rootfs image as initramfs...\n[ 0.488265] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.501969] Scanning for low memory corruption every 60 seconds\n[ 0.503303] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.504435] audit: initializing netlink subsys (disabled)\n[ 0.505448] audit: type=2000 audit(1536065311.008:1): initialized\n[ 0.506738] Initialise system trusted keyring\n[ 0.507660] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.508808] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.510744] zbud: loaded\n[ 0.511440] VFS: Disk quotas dquot_6.6.0\n[ 0.512243] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.513741] fuse init (API version 7.23)\n[ 0.514613] Key type big_key registered\n[ 0.515399] Allocating IMA MOK and blacklist keyrings.\n[ 0.516495] Key type asymmetric registered\n[ 0.517307] Asymmetric key parser 'x509' registered\n[ 0.518240] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.520045] io scheduler noop registered\n[ 0.520836] io scheduler deadline registered (default)\n[ 0.521807] io scheduler cfq registered\n[ 0.522624] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.523642] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.524887] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.526312] ACPI: Power Button [PWRF]\n[ 0.527128] GHES: HEST is not enabled!\n[ 0.540825] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.575197] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.578621] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.602476] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.604639] Linux agpgart interface v0.103\n[ 0.607203] brd: module loaded\n[ 0.608460] loop: module loaded\n[ 0.613021] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.614451] GPT:90111 != 2097151\n[ 0.615110] GPT:Alternate GPT header not at the end of the disk.\n[ 0.616177] GPT:90111 != 2097151\n[ 0.616841] GPT: Use GNU Parted to correct GPT errors.\n[ 0.617788] vda: vda1 vda15\n[ 0.619275] scsi host0: ata_piix\n[ 0.619995] scsi host1: ata_piix\n[ 0.620704] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.621897] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.623351] libphy: Fixed MDIO Bus: probed\n[ 0.624189] tun: Universal TUN/TAP device driver, 1.6\n[ 0.625123] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.627384] PPP generic driver version 2.4.2\n[ 0.628479] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.630040] ehci-pci: EHCI PCI platform driver\n[ 0.631093] ehci-platform: EHCI generic platform driver\n[ 0.632273] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.633521] ohci-pci: OHCI PCI platform driver\n[ 0.634429] ohci-platform: OHCI generic platform driver\n[ 0.635479] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.650084] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.651569] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.653663] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.655100] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.656722] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.658554] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.660651] usb usb1: Product: UHCI Host Controller\n[ 0.662006] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.663688] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.665043] hub 1-0:1.0: USB hub found\n[ 0.666151] hub 1-0:1.0: 2 ports detected\n[ 0.667410] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.670236] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.671627] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.673100] mousedev: PS/2 mouse device common for all mice\n[ 0.674857] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.677468] rtc_cmos 00:00: RTC can wake from S4\n[ 0.678975] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.680705] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.682467] i2c /dev entries driver\n[ 0.683533] device-mapper: uevent: version 1.0.3\n[ 0.684909] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.687268] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.689147] NET: Registered protocol family 10\n[ 0.690326] NET: Registered protocol family 17\n[ 0.691218] Key type dns_resolver registered\n[ 0.692178] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.693287] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.695039] registered taskstats version 1\n[ 0.695871] Loading compiled-in X.509 certificates\n[ 0.697328] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.699178] zswap: loaded using pool lzo/zbud\n[ 0.700605] Key type trusted registered\n[ 0.702168] Key type encrypted registered\n[ 0.702982] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.704009] ima: No TPM chip found, activating TPM-bypass!\n[ 0.705060] evm: HMAC attrs: 0x1\n[ 0.706009] Magic number: 2:378:834\n[ 0.706863] rtc_cmos 00:00: setting system clock to 2018-09-04 12:48:31 UTC (1536065311)\n[ 0.708462] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.709576] EDD information not available.\n[ 0.776813] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.778269] ata1.00: configured for MWDMA2\n[ 0.779467] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.792104] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.793347] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.794610] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.796496] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.798036] Write protecting the kernel read-only data: 14336k\n[ 0.799607] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.801393] 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.270167] 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.11...\nLease of 10.10.11.11 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 3.25s]\nping 10.10.11.5 OK\nping 10.10.11.5 OK\nping 10.10.11.5 OK\nping 10.10.11.5 OK\nping 10.10.11.5 OK\nping 10.10.11.5 OK\nping 10.10.11.5 OK\nping 10.10.11.5 OK\n"} 2018-09-04 12:50:59,852 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/3726d8c0-4052-433f-9939-e513482b5415/action used request id req-40693992-cfd3-4bec-8e38-0e7861cfb0d0 2018-09-04 12:50:59,853 - sdnvpn-results - DEBUG - Ping from 'sdnvpn-4-4' (10.10.11.11) to 'sdnvpn-4-5' (10.10.11.5). -->Expected result: can ping. 2018-09-04 12:50:59,855 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/servers/3726d8c0-4052-433f-9939-e513482b5415/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2863079752dc8eec9d02fd62462ce2d1e6de1ef2" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-04 12:51:00,924 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12:50: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-efd9d387-ca0b-44e0-9108-ccae3b50511c x-compute-request-id: req-efd9d387-ca0b-44e0-9108-ccae3b50511c Content-Encoding: gzip Content-Length: 8096 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 518997017 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 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.131958] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.133642] pid_max: default: 32768 minimum: 301\n[ 0.134548] ACPI: Core revision 20150930\n[ 0.135945] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.137271] Security Framework initialized\n[ 0.138094] Yama: becoming mindful.\n[ 0.138832] AppArmor: AppArmor initialized\n[ 0.139715] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.141057] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.142349] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143583] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144998] Initializing cgroup subsys io\n[ 0.145842] Initializing cgroup subsys memory\n[ 0.146727] Initializing cgroup subsys devices\n[ 0.147631] Initializing cgroup subsys freezer\n[ 0.148528] Initializing cgroup subsys net_cls\n[ 0.149395] Initializing cgroup subsys perf_event\n[ 0.150312] Initializing cgroup subsys net_prio\n[ 0.151209] Initializing cgroup subsys hugetlb\n[ 0.152075] Initializing cgroup subsys pids\n[ 0.152961] CPU: Physical Processor ID: 0\n[ 0.154508] mce: CPU supports 10 MCE banks\n[ 0.155366] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.156378] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.167371] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.173926] ftrace: allocating 31920 entries in 125 pages\n[ 0.201600] smpboot: Max logical packages: 1\n[ 0.202479] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.203833] x2apic enabled\n[ 0.204632] Switched APIC routing to physical x2apic.\n[ 0.206357] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.207463] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.209413] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.211166] KVM setup paravirtual spinlock\n[ 0.212496] x86: Booted up 1 node, 1 CPUs\n[ 0.213287] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.214659] devtmpfs: initialized\n[ 0.216373] evm: security.selinux\n[ 0.217058] evm: security.SMACK64\n[ 0.217731] evm: security.SMACK64EXEC\n[ 0.218461] evm: security.SMACK64TRANSMUTE\n[ 0.219251] evm: security.SMACK64MMAP\n[ 0.219981] evm: security.ima\n[ 0.220615] evm: security.capability\n[ 0.221411] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.223230] pinctrl core: initialized pinctrl subsystem\n[ 0.224320] RTC time: 12:48:30, date: 09/04/18\n[ 0.225264] NET: Registered protocol family 16\n[ 0.226223] cpuidle: using governor ladder\n[ 0.227027] cpuidle: using governor menu\n[ 0.227799] PCCT header not found.\n[ 0.228543] ACPI: bus type PCI registered\n[ 0.229330] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.230548] PCI: Using configuration type 1 for base access\n[ 0.232302] ACPI: Added _OSI(Module Device)\n[ 0.233125] ACPI: Added _OSI(Processor Device)\n[ 0.233971] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.234852] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.237007] ACPI: Interpreter enabled\n[ 0.237773] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.239578] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.241374] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.243181] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.244980] ACPI: (supports S0 S5)\n[ 0.245673] ACPI: Using IOAPIC for interrupt routing\n[ 0.246742] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.249807] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.250923] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.252129] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.253296] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.255467] acpiphp: Slot [3] registered\n[ 0.256253] acpiphp: Slot [4] registered\n[ 0.257033] acpiphp: Slot [5] registered\n[ 0.257812] acpiphp: Slot [6] registered\n[ 0.258589] acpiphp: Slot [7] registered\n[ 0.259373] acpiphp: Slot [8] registered\n[ 0.260157] acpiphp: Slot [9] registered\n[ 0.260944] acpiphp: Slot [10] registered\n[ 0.261733] acpiphp: Slot [11] registered\n[ 0.262530] acpiphp: Slot [12] registered\n[ 0.263320] acpiphp: Slot [13] registered\n[ 0.264114] acpiphp: Slot [14] registered\n[ 0.264895] acpiphp: Slot [15] registered\n[ 0.275602] acpiphp: Slot [16] registered\n[ 0.276388] acpiphp: Slot [17] registered\n[ 0.277168] acpiphp: Slot [18] registered\n[ 0.277944] acpiphp: Slot [19] registered\n[ 0.278725] acpiphp: Slot [20] registered\n[ 0.279504] acpiphp: Slot [21] registered\n[ 0.280286] acpiphp: Slot [22] registered\n[ 0.281064] acpiphp: Slot [23] registered\n[ 0.281847] acpiphp: Slot [24] registered\n[ 0.282626] acpiphp: Slot [25] registered\n[ 0.283402] acpiphp: Slot [26] registered\n[ 0.284181] acpiphp: Slot [27] registered\n[ 0.284963] acpiphp: Slot [28] registered\n[ 0.285747] acpiphp: Slot [29] registered\n[ 0.286526] acpiphp: Slot [30] registered\n[ 0.287305] acpiphp: Slot [31] registered\n[ 0.288078] PCI host bridge to bus 0000:00\n[ 0.288857] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.290028] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.291197] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.292602] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.293997] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.300253] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.301489] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.302632] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.303861] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.310705] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.312107] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.362689] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.364144] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.365525] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.366904] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.368270] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.369495] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.370834] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.371883] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.373387] vgaarb: loaded\n[ 0.373973] vgaarb: bridge control possible 0000:00:02.0\n[ 0.375102] SCSI subsystem initialized\n[ 0.375916] ACPI: bus type USB registered\n[ 0.376712] usbcore: registered new interface driver usbfs\n[ 0.377719] usbcore: registered new interface driver hub\n[ 0.378699] usbcore: registered new device driver usb\n[ 0.379731] PCI: Using ACPI for IRQ routing\n[ 0.380747] NetLabel: Initializing\n[ 0.381441] NetLabel: domain hash size = 128\n[ 0.382267] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.383190] NetLabel: unlabeled traffic allowed by default\n[ 0.384254] clocksource: Switched to clocksource kvm-clock\n[ 0.389934] AppArmor: AppArmor Filesystem Enabled\n[ 0.390871] pnp: PnP ACPI init\n[ 0.391791] pnp: PnP ACPI: found 5 devices\n[ 0.398184] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.399848] NET: Registered protocol family 2\n[ 0.400797] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.402027] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.403164] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.404304] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.405355] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.406490] NET: Registered protocol family 1\n[ 0.407334] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.408404] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.409444] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.423435] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.437666] Trying to unpack rootfs image as initramfs...\n[ 0.488265] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.501969] Scanning for low memory corruption every 60 seconds\n[ 0.503303] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.504435] audit: initializing netlink subsys (disabled)\n[ 0.505448] audit: type=2000 audit(1536065311.008:1): initialized\n[ 0.506738] Initialise system trusted keyring\n[ 0.507660] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.508808] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.510744] zbud: loaded\n[ 0.511440] VFS: Disk quotas dquot_6.6.0\n[ 0.512243] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.513741] fuse init (API version 7.23)\n[ 0.514613] Key type big_key registered\n[ 0.515399] Allocating IMA MOK and blacklist keyrings.\n[ 0.516495] Key type asymmetric registered\n[ 0.517307] Asymmetric key parser 'x509' registered\n[ 0.518240] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.520045] io scheduler noop registered\n[ 0.520836] io scheduler deadline registered (default)\n[ 0.521807] io scheduler cfq registered\n[ 0.522624] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.523642] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.524887] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.526312] ACPI: Power Button [PWRF]\n[ 0.527128] GHES: HEST is not enabled!\n[ 0.540825] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.575197] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.578621] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.602476] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.604639] Linux agpgart interface v0.103\n[ 0.607203] brd: module loaded\n[ 0.608460] loop: module loaded\n[ 0.613021] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.614451] GPT:90111 != 2097151\n[ 0.615110] GPT:Alternate GPT header not at the end of the disk.\n[ 0.616177] GPT:90111 != 2097151\n[ 0.616841] GPT: Use GNU Parted to correct GPT errors.\n[ 0.617788] vda: vda1 vda15\n[ 0.619275] scsi host0: ata_piix\n[ 0.619995] scsi host1: ata_piix\n[ 0.620704] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.621897] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.623351] libphy: Fixed MDIO Bus: probed\n[ 0.624189] tun: Universal TUN/TAP device driver, 1.6\n[ 0.625123] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.627384] PPP generic driver version 2.4.2\n[ 0.628479] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.630040] ehci-pci: EHCI PCI platform driver\n[ 0.631093] ehci-platform: EHCI generic platform driver\n[ 0.632273] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.633521] ohci-pci: OHCI PCI platform driver\n[ 0.634429] ohci-platform: OHCI generic platform driver\n[ 0.635479] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.650084] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.651569] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.653663] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.655100] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.656722] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.658554] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.660651] usb usb1: Product: UHCI Host Controller\n[ 0.662006] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.663688] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.665043] hub 1-0:1.0: USB hub found\n[ 0.666151] hub 1-0:1.0: 2 ports detected\n[ 0.667410] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.670236] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.671627] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.673100] mousedev: PS/2 mouse device common for all mice\n[ 0.674857] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.677468] rtc_cmos 00:00: RTC can wake from S4\n[ 0.678975] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.680705] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.682467] i2c /dev entries driver\n[ 0.683533] device-mapper: uevent: version 1.0.3\n[ 0.684909] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.687268] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.689147] NET: Registered protocol family 10\n[ 0.690326] NET: Registered protocol family 17\n[ 0.691218] Key type dns_resolver registered\n[ 0.692178] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.693287] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.695039] registered taskstats version 1\n[ 0.695871] Loading compiled-in X.509 certificates\n[ 0.697328] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.699178] zswap: loaded using pool lzo/zbud\n[ 0.700605] Key type trusted registered\n[ 0.702168] Key type encrypted registered\n[ 0.702982] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.704009] ima: No TPM chip found, activating TPM-bypass!\n[ 0.705060] evm: HMAC attrs: 0x1\n[ 0.706009] Magic number: 2:378:834\n[ 0.706863] rtc_cmos 00:00: setting system clock to 2018-09-04 12:48:31 UTC (1536065311)\n[ 0.708462] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.709576] EDD information not available.\n[ 0.776813] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.778269] ata1.00: configured for MWDMA2\n[ 0.779467] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.792104] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.793347] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.794610] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.796496] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.798036] Write protecting the kernel read-only data: 14336k\n[ 0.799607] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.801393] 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.270167] 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.11...\nLease of 10.10.11.11 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 3.25s]\nping 10.10.11.5 OK\nping 10.10.11.5 OK\nping 10.10.11.5 OK\nping 10.10.11.5 OK\nping 10.10.11.5 OK\nping 10.10.11.5 OK\nping 10.10.11.5 OK\nping 10.10.11.5 OK\n"} 2018-09-04 12:51:00,924 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/3726d8c0-4052-433f-9939-e513482b5415/action used request id req-efd9d387-ca0b-44e0-9108-ccae3b50511c 2018-09-04 12:51:00,925 - sdnvpn-results - DEBUG - [PASS] 'sdnvpn-4-4' can ping 'sdnvpn-4-5' 2018-09-04 12:51:00,926 - sdnvpn-results - INFO - Update VPN with eRT=iRT ... 2018-09-04 12:51:00,933 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:9696/v2.0/bgpvpn/bgpvpns/278ad610-6624-4cbd-a6df-44ea883f453f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0b61b8ea05b36ccfca0a58d973e2028d82ee4ecd" 2018-09-04 12:51:01,469 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-d93f2625-d586-4c87-b576-e56df5de78bf Content-Length: 0 Date: Tue, 04 Sep 2018 12:51:01 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-04 12:51:01,469 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/bgpvpn/bgpvpns/278ad610-6624-4cbd-a6df-44ea883f453f used request id req-d93f2625-d586-4c87-b576-e56df5de78bf 2018-09-04 12:51:31,504 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:9696/v2.0/bgpvpn/bgpvpns -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0b61b8ea05b36ccfca0a58d973e2028d82ee4ecd" -d '{"bgpvpn": {"import_targets": "88:88", "export_targets": "88:88", "name": "sdnvpn-169877", "route_distinguishers": "12:12"}}' 2018-09-04 12:51:31,867 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 341 X-Openstack-Request-Id: req-438a458e-6c10-43b6-88b7-c845da94f9b1 Date: Tue, 04 Sep 2018 12:51:31 GMT RESP BODY: {"bgpvpn": {"export_targets": ["88:88"], "route_distinguishers": ["12:12"], "routers": [], "id": "fc7ad9a4-cbb0-4392-a573-a19bac9b65e2", "name": "sdnvpn-169877", "tenant_id": "1e2f68a072b64978bd7ea91c2d64aca6", "import_targets": ["88:88"], "networks": [], "route_targets": [], "project_id": "1e2f68a072b64978bd7ea91c2d64aca6", "type": "l3"}} 2018-09-04 12:51:31,868 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/bgpvpn/bgpvpns used request id req-438a458e-6c10-43b6-88b7-c845da94f9b1 2018-09-04 12:51:31,868 - sdnvpn.test.functest.testcase_4 - DEBUG - VPN re-created details: {u'bgpvpn': {u'export_targets': [u'88:88'], u'name': u'sdnvpn-169877', u'route_distinguishers': [u'12:12'], u'routers': [], u'import_targets': [u'88:88'], u'networks': [], u'tenant_id': u'1e2f68a072b64978bd7ea91c2d64aca6', u'route_targets': [], u'project_id': u'1e2f68a072b64978bd7ea91c2d64aca6', u'type': u'l3', u'id': u'fc7ad9a4-cbb0-4392-a573-a19bac9b65e2'}} 2018-09-04 12:51:31,868 - sdnvpn-results - INFO - Associate again network 'sdnvpn-4-2-net' and router 'sdnvpn-4-1-router 'to the VPN. 2018-09-04 12:51:31,875 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:9696/v2.0/bgpvpn/bgpvpns/fc7ad9a4-cbb0-4392-a573-a19bac9b65e2/router_associations -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0b61b8ea05b36ccfca0a58d973e2028d82ee4ecd" -d '{"router_association": {"router_id": "7b1ef18a-421c-43b9-9c9c-50b2a94c2007"}}' 2018-09-04 12:51:32,572 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 222 X-Openstack-Request-Id: req-463a354c-e962-4f12-80e4-3dcdefa9c4e4 Date: Tue, 04 Sep 2018 12:51:32 GMT RESP BODY: {"router_association": {"router_id": "7b1ef18a-421c-43b9-9c9c-50b2a94c2007", "tenant_id": "1e2f68a072b64978bd7ea91c2d64aca6", "project_id": "1e2f68a072b64978bd7ea91c2d64aca6", "id": "40d1cc7b-3fab-4fe5-a2ed-1fd4f9feb7f7"}} 2018-09-04 12:51:32,572 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/bgpvpn/bgpvpns/fc7ad9a4-cbb0-4392-a573-a19bac9b65e2/router_associations used request id req-463a354c-e962-4f12-80e4-3dcdefa9c4e4 2018-09-04 12:51:32,582 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:9696/v2.0/bgpvpn/bgpvpns/fc7ad9a4-cbb0-4392-a573-a19bac9b65e2/network_associations -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0b61b8ea05b36ccfca0a58d973e2028d82ee4ecd" -d '{"network_association": {"network_id": "6eaed784-5b8b-4d90-a1e7-f329cef33588"}}' 2018-09-04 12:51:33,080 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 224 X-Openstack-Request-Id: req-7b4ec2c1-7e45-44c8-8f35-75744e42594b Date: Tue, 04 Sep 2018 12:51:33 GMT RESP BODY: {"network_association": {"network_id": "6eaed784-5b8b-4d90-a1e7-f329cef33588", "tenant_id": "1e2f68a072b64978bd7ea91c2d64aca6", "project_id": "1e2f68a072b64978bd7ea91c2d64aca6", "id": "d8a712da-2cce-4b83-80d0-1e3f3b26448c"}} 2018-09-04 12:51:33,080 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/bgpvpn/bgpvpns/fc7ad9a4-cbb0-4392-a573-a19bac9b65e2/network_associations used request id req-7b4ec2c1-7e45-44c8-8f35-75744e42594b 2018-09-04 12:51:33,080 - sdnvpn_test_utils - DEBUG - Waiting for router fc7ad9a4-cbb0-4392-a573-a19bac9b65e2 to associate with BGPVPN 7b1ef18a-421c-43b9-9c9c-50b2a94c2007 2018-09-04 12:51:33,087 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9696/v2.0/bgpvpn/bgpvpns/fc7ad9a4-cbb0-4392-a573-a19bac9b65e2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0b61b8ea05b36ccfca0a58d973e2028d82ee4ecd" 2018-09-04 12:51:33,286 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 417 X-Openstack-Request-Id: req-645e5643-8c57-4fbc-9744-c15717d12492 Date: Tue, 04 Sep 2018 12:51:33 GMT RESP BODY: {"bgpvpn": {"export_targets": ["88:88"], "route_distinguishers": ["12:12"], "routers": ["7b1ef18a-421c-43b9-9c9c-50b2a94c2007"], "id": "fc7ad9a4-cbb0-4392-a573-a19bac9b65e2", "name": "sdnvpn-169877", "tenant_id": "1e2f68a072b64978bd7ea91c2d64aca6", "import_targets": ["88:88"], "networks": ["6eaed784-5b8b-4d90-a1e7-f329cef33588"], "route_targets": [], "project_id": "1e2f68a072b64978bd7ea91c2d64aca6", "type": "l3"}} 2018-09-04 12:51:33,286 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/bgpvpn/bgpvpns/fc7ad9a4-cbb0-4392-a573-a19bac9b65e2 used request id req-645e5643-8c57-4fbc-9744-c15717d12492 2018-09-04 12:51:34,288 - sdnvpn_test_utils - DEBUG - Waiting for network fc7ad9a4-cbb0-4392-a573-a19bac9b65e2 to associate with BGPVPN 6eaed784-5b8b-4d90-a1e7-f329cef33588 2018-09-04 12:51:34,295 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9696/v2.0/bgpvpn/bgpvpns/fc7ad9a4-cbb0-4392-a573-a19bac9b65e2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0b61b8ea05b36ccfca0a58d973e2028d82ee4ecd" 2018-09-04 12:51:34,626 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 417 X-Openstack-Request-Id: req-e5111517-5f71-40d2-a8b8-fe6e3471580c Date: Tue, 04 Sep 2018 12:51:34 GMT RESP BODY: {"bgpvpn": {"export_targets": ["88:88"], "route_distinguishers": ["12:12"], "routers": ["7b1ef18a-421c-43b9-9c9c-50b2a94c2007"], "id": "fc7ad9a4-cbb0-4392-a573-a19bac9b65e2", "name": "sdnvpn-169877", "tenant_id": "1e2f68a072b64978bd7ea91c2d64aca6", "import_targets": ["88:88"], "networks": ["6eaed784-5b8b-4d90-a1e7-f329cef33588"], "route_targets": [], "project_id": "1e2f68a072b64978bd7ea91c2d64aca6", "type": "l3"}} 2018-09-04 12:51:34,627 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/bgpvpn/bgpvpns/fc7ad9a4-cbb0-4392-a573-a19bac9b65e2 used request id req-e5111517-5f71-40d2-a8b8-fe6e3471580c 2018-09-04 12:51:35,628 - sdnvpn.test.functest.testcase_4 - INFO - Waiting for the VMs to connect to each other using the updated network configuration 2018-09-04 12:52:05,654 - 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-09-04 12:52:05,658 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/servers/90d2a52f-4e2f-4fe8-a565-42d2d39d0896/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}91ff80bbfb3e7ac82e6dbe8252d885c0ebe28eee" -d '{"forceDelete": null}' 2018-09-04 12:52:05,830 - novaclient.v2.client - DEBUG - RESP: [202] Date: Tue, 04 Sep 2018 12:52:05 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-1c258d54-0107-4e1b-8a84-3422b3f6ddc1 x-compute-request-id: req-1c258d54-0107-4e1b-8a84-3422b3f6ddc1 Content-Length: 0 Content-Type: application/json 2018-09-04 12:52:05,831 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/90d2a52f-4e2f-4fe8-a565-42d2d39d0896/action used request id req-1c258d54-0107-4e1b-8a84-3422b3f6ddc1 2018-09-04 12:52:05,834 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/servers/153b93e8-4396-489e-aebe-fc8ef0cd9cb7/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}91ff80bbfb3e7ac82e6dbe8252d885c0ebe28eee" -d '{"forceDelete": null}' 2018-09-04 12:52:05,998 - novaclient.v2.client - DEBUG - RESP: [202] Date: Tue, 04 Sep 2018 12:52:05 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-13823f7e-cc71-4247-ae96-0c9a3c636b35 x-compute-request-id: req-13823f7e-cc71-4247-ae96-0c9a3c636b35 Content-Length: 0 Content-Type: application/json 2018-09-04 12:52:05,998 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/153b93e8-4396-489e-aebe-fc8ef0cd9cb7/action used request id req-13823f7e-cc71-4247-ae96-0c9a3c636b35 2018-09-04 12:52:06,001 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/servers/0a5bfb18-64f2-4c1a-a08d-a4c5d9b814d2/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}91ff80bbfb3e7ac82e6dbe8252d885c0ebe28eee" -d '{"forceDelete": null}' 2018-09-04 12:52:06,217 - novaclient.v2.client - DEBUG - RESP: [202] Date: Tue, 04 Sep 2018 12:52: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-39d3feb3-c654-4598-84d3-4eb7798ac086 x-compute-request-id: req-39d3feb3-c654-4598-84d3-4eb7798ac086 Content-Length: 0 Content-Type: application/json 2018-09-04 12:52:06,217 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/0a5bfb18-64f2-4c1a-a08d-a4c5d9b814d2/action used request id req-39d3feb3-c654-4598-84d3-4eb7798ac086 2018-09-04 12:52:06,221 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/servers/3726d8c0-4052-433f-9939-e513482b5415/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}91ff80bbfb3e7ac82e6dbe8252d885c0ebe28eee" -d '{"forceDelete": null}' 2018-09-04 12:52:06,411 - novaclient.v2.client - DEBUG - RESP: [202] Date: Tue, 04 Sep 2018 12:52: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-f933750b-3b9b-43b3-b648-dde50d3b357d x-compute-request-id: req-f933750b-3b9b-43b3-b648-dde50d3b357d Content-Length: 0 Content-Type: application/json 2018-09-04 12:52:06,411 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/3726d8c0-4052-433f-9939-e513482b5415/action used request id req-f933750b-3b9b-43b3-b648-dde50d3b357d 2018-09-04 12:52:06,414 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/servers/17b53f5a-b1e8-4e47-a207-7f0518638f91/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}91ff80bbfb3e7ac82e6dbe8252d885c0ebe28eee" -d '{"forceDelete": null}' 2018-09-04 12:52:06,707 - novaclient.v2.client - DEBUG - RESP: [202] Date: Tue, 04 Sep 2018 12:52: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-f72b15f4-4230-4ae7-8bfb-f40b829ae2a6 x-compute-request-id: req-f72b15f4-4230-4ae7-8bfb-f40b829ae2a6 Content-Length: 0 Content-Type: application/json 2018-09-04 12:52:06,707 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/17b53f5a-b1e8-4e47-a207-7f0518638f91/action used request id req-f72b15f4-4230-4ae7-8bfb-f40b829ae2a6 2018-09-04 12:52:06,710 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:9292/v2/images/6d961757-7e3b-4c10-bfe0-38e22b7a2caf -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}b2de16bcc6c4b0edb823c21ded586193e00697b8" 2018-09-04 12:52:08,934 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-e760898f-7b39-4bfa-b799-3264d78098fc Date: Tue, 04 Sep 2018 12:52:08 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-09-04 12:52:08,934 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.28:9292/v2/images/6d961757-7e3b-4c10-bfe0-38e22b7a2caf used request id req-e760898f-7b39-4bfa-b799-3264d78098fc 2018-09-04 12:52:08,939 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:9696/v2.0/bgpvpn/bgpvpns/fc7ad9a4-cbb0-4392-a573-a19bac9b65e2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0b61b8ea05b36ccfca0a58d973e2028d82ee4ecd" 2018-09-04 12:52:09,626 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-77df9aaa-d297-46ec-9c7d-3cc34d6788c6 Content-Length: 0 Date: Tue, 04 Sep 2018 12:52:09 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-04 12:52:09,626 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/bgpvpn/bgpvpns/fc7ad9a4-cbb0-4392-a573-a19bac9b65e2 used request id req-77df9aaa-d297-46ec-9c7d-3cc34d6788c6 2018-09-04 12:52:09,632 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.28:9696/v2.0/routers/7b1ef18a-421c-43b9-9c9c-50b2a94c2007/remove_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0b61b8ea05b36ccfca0a58d973e2028d82ee4ecd" -d '{"subnet_id": "da96ff88-945f-43fe-88d1-3df50cffe350"}' 2018-09-04 12:52:10,726 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-475096f8-8d69-40bc-9abd-d31dea0d440b Date: Tue, 04 Sep 2018 12:52:10 GMT RESP BODY: {"network_id": "86e59341-b747-46ad-a3f5-8a5d697ca61b", "tenant_id": "1e2f68a072b64978bd7ea91c2d64aca6", "subnet_id": "da96ff88-945f-43fe-88d1-3df50cffe350", "subnet_ids": ["da96ff88-945f-43fe-88d1-3df50cffe350"], "port_id": "fb4c3fed-1421-4044-a5c3-3d71fe7c9f18", "id": "7b1ef18a-421c-43b9-9c9c-50b2a94c2007"} 2018-09-04 12:52:10,727 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.28:9696/v2.0/routers/7b1ef18a-421c-43b9-9c9c-50b2a94c2007/remove_router_interface used request id req-475096f8-8d69-40bc-9abd-d31dea0d440b 2018-09-04 12:52:10,732 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.28:9696/v2.0/routers/7b1ef18a-421c-43b9-9c9c-50b2a94c2007 -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0b61b8ea05b36ccfca0a58d973e2028d82ee4ecd" -d '{"router": {"external_gateway_info": {}}}' 2018-09-04 12:52:11,721 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 426 X-Openstack-Request-Id: req-3b3b2746-42e8-4242-ac9f-614c36de8ec5 Date: Tue, 04 Sep 2018 12:52:11 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "1e2f68a072b64978bd7ea91c2d64aca6", "created_at": "2018-09-04T12:47:43Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-09-04T12:52:11Z", "revision_number": 8, "routes": [], "project_id": "1e2f68a072b64978bd7ea91c2d64aca6", "id": "7b1ef18a-421c-43b9-9c9c-50b2a94c2007", "name": "sdnvpn-4-1-router"}} 2018-09-04 12:52:11,722 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.28:9696/v2.0/routers/7b1ef18a-421c-43b9-9c9c-50b2a94c2007 used request id req-3b3b2746-42e8-4242-ac9f-614c36de8ec5 2018-09-04 12:52:11,727 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:9696/v2.0/subnets/da96ff88-945f-43fe-88d1-3df50cffe350 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0b61b8ea05b36ccfca0a58d973e2028d82ee4ecd" 2018-09-04 12:52:14,044 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-13f553ea-27c7-4d44-976a-93ab3f34eb6f Date: Tue, 04 Sep 2018 12:52:14 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-04 12:52:14,044 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/subnets/da96ff88-945f-43fe-88d1-3df50cffe350 used request id req-13f553ea-27c7-4d44-976a-93ab3f34eb6f 2018-09-04 12:52:14,049 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:9696/v2.0/subnets/687f674e-f836-4da2-bc74-d6692da719ae -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0b61b8ea05b36ccfca0a58d973e2028d82ee4ecd" 2018-09-04 12:52:16,420 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-07110917-d8ca-4984-bf15-dd8753cb82e1 Date: Tue, 04 Sep 2018 12:52:16 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-04 12:52:16,421 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/subnets/687f674e-f836-4da2-bc74-d6692da719ae used request id req-07110917-d8ca-4984-bf15-dd8753cb82e1 2018-09-04 12:52:16,426 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:9696/v2.0/routers/7b1ef18a-421c-43b9-9c9c-50b2a94c2007 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0b61b8ea05b36ccfca0a58d973e2028d82ee4ecd" 2018-09-04 12:52:16,758 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-710c53e1-f6de-4bb4-a79e-828862ef993e Content-Length: 0 Date: Tue, 04 Sep 2018 12:52:16 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-04 12:52:16,758 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/routers/7b1ef18a-421c-43b9-9c9c-50b2a94c2007 used request id req-710c53e1-f6de-4bb4-a79e-828862ef993e 2018-09-04 12:52:16,764 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:9696/v2.0/networks/86e59341-b747-46ad-a3f5-8a5d697ca61b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0b61b8ea05b36ccfca0a58d973e2028d82ee4ecd" 2018-09-04 12:52:17,509 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-2541c463-7f40-4894-a956-0beaa31bf3cb Date: Tue, 04 Sep 2018 12:52:17 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-04 12:52:17,510 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/networks/86e59341-b747-46ad-a3f5-8a5d697ca61b used request id req-2541c463-7f40-4894-a956-0beaa31bf3cb 2018-09-04 12:52:17,516 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:9696/v2.0/networks/6eaed784-5b8b-4d90-a1e7-f329cef33588 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0b61b8ea05b36ccfca0a58d973e2028d82ee4ecd" 2018-09-04 12:52:18,206 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-7dd78168-9eaa-4c64-8484-f00b342c1dbc Date: Tue, 04 Sep 2018 12:52:18 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-04 12:52:18,206 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/networks/6eaed784-5b8b-4d90-a1e7-f329cef33588 used request id req-7dd78168-9eaa-4c64-8484-f00b342c1dbc 2018-09-04 12:52:18,207 - 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-09-04 12:52:18,207 - sdnvpn-results - INFO - All the subtests have passed. 2018-09-04 12:52:18,207 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Execution is complete for the testcase sdnvpn.test.functest.testcase_4 2018-09-04 12:52:18,207 - 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-09-04 12:52:18,208 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Running 'sdnvpn.test.functest.run_tempest - Neutron BGPVPN tests in tempest' 2018-09-04 12:52:18,208 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - ============================================================================ 2018-09-04 12:52:18,208 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Importing the testcase sdnvpn.test.functest.run_tempest 2018-09-04 12:52:18,285 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Calling the testcase sdnvpn.test.functest.run_tempest main method 2018-09-04 12:52:20,663 - functest.opnfv_tests.openstack.tempest.conf_utils - ERROR - Tempest verifier not found. 2018-09-04 12:52:20,665 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Caught Exception in sdnvpn.test.functest.run_tempest: Error with command:rally verify list-verifiers | awk '/opnfv-tempest/ {print $2}' Trace: Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sdnvpn/test/functest/run_sdnvpn_tests.py", line 109, in execute result = t.main() File "/usr/lib/python2.7/site-packages/sdnvpn/test/functest/run_tempest.py", line 31, in main verifier_id = tempest_utils.get_verifier_id() File "/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/tempest/conf_utils.py", line 118, in get_verifier_id raise Exception('Error with command:%s' % cmd) Exception: Error with command:rally verify list-verifiers | awk '/opnfv-tempest/ {print $2}' 2018-09-04 12:52:20,665 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Testcase sdnvpn.test.functest.run_tempest failed 2018-09-04 12:52:20,665 - 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-09-04 12:52:20,665 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - ===================================================================================================================== 2018-09-04 12:52:20,665 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Importing the testcase sdnvpn.test.functest.testcase_10 2018-09-04 12:52:20,702 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Calling the testcase sdnvpn.test.functest.testcase_10 main method 2018-09-04 12:52:20,702 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-09-04 12:52:20,702 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-09-04 12:52:20,702 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-09-04 12:52:20,702 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-09-04 12:52:20,702 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-09-04 12:52:20,702 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-09-04 12:52:20,702 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-09-04 12:52:20,703 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-09-04 12:52:20,703 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-09-04 12:52:20,703 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-09-04 12:52:20,703 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-09-04 12:52:20,703 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-09-04 12:52:20,703 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-09-04 12:52:20,703 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-09-04 12:52:20,703 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-09-04 12:52:20,703 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-09-04 12:52:20,703 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-09-04 12:52:20,703 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-09-04 12:52:20,703 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-09-04 12:52:20,703 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-09-04 12:52:20,703 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-09-04 12:52:20,703 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-09-04 12:52:20,703 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-09-04 12:52:20,703 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-09-04 12:52:20,705 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-09-04 12:52:20,705 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-09-04 12:52:20,705 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-09-04 12:52:20,705 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-09-04 12:52:20,705 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-09-04 12:52:20,705 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-09-04 12:52:20,705 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-09-04 12:52:20,705 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-09-04 12:52:20,705 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-09-04 12:52:20,705 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-09-04 12:52:20,705 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-09-04 12:52:20,705 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-09-04 12:52:20,705 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-09-04 12:52:20,705 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-09-04 12:52:20,705 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-09-04 12:52:20,705 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-09-04 12:52:20,705 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-09-04 12:52:20,705 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-09-04 12:52:20,705 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-09-04 12:52:20,705 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-09-04 12:52:20,705 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-09-04 12:52:20,706 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-09-04 12:52:20,706 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-09-04 12:52:20,706 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-09-04 12:52:20,706 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-09-04 12:52:20,706 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-09-04 12:52:20,706 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-09-04 12:52:20,707 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-09-04 12:52:20,707 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-09-04 12:52:20,707 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-09-04 12:52:20,707 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-09-04 12:52:20,707 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-09-04 12:52:20,707 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-09-04 12:52:20,707 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-09-04 12:52:20,707 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-09-04 12:52:20,707 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-09-04 12:52:20,707 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-09-04 12:52:20,707 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-09-04 12:52:20,707 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-09-04 12:52:20,707 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-09-04 12:52:20,707 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-09-04 12:52:20,707 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-09-04 12:52:20,707 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-09-04 12:52:20,707 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-09-04 12:52:20,707 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-09-04 12:52:20,707 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-09-04 12:52:20,707 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-09-04 12:52:20,707 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-09-04 12:52:20,707 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-09-04 12:52:20,708 - sdnvpn.lib.openstack_utils - INFO - OS_IMAGE_API_VERSION is set in env as '2' 2018-09-04 12:52:20,708 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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-09-04 12:52:20,714 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12:52:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-019e6231-8afe-4269-a66e-225716f90fd0 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.28:5000/v3/", "rel": "self"}]}} 2018-09-04 12:52:20,714 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-019e6231-8afe-4269-a66e-225716f90fd0 2018-09-04 12:52:20,715 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-09-04 12:52:21,093 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "3d416247e8224533841040c3ad2bce5a", "name": "admin"}], "expires_at": "2018-09-04T13:52:21.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1e2f68a072b64978bd7ea91c2d64aca6", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v1/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235635a698ef4bef9dc6b25273d185da"}, {"url": "http://192.30.9.6:8776/v1/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "23b07b3fbfc340a58cf0f9b2871a0d23"}, {"url": "http://172.30.9.28:8776/v1/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "72fd0aaa144d45419f4b04b6b26f69a7"}], "type": "volume", "id": "097241c25b4d4f7e91b3f8efa155909e", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v3/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93eb4cf3030a49e7840bec071422d397"}, {"url": "http://192.30.9.6:8776/v3/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8af439a6ac147fdbcb38ed9aa916b68"}, {"url": "http://192.30.9.6:8776/v3/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c4bfdbc9b7c74a23a40afdf578cfeba4"}], "type": "volumev3", "id": "1c85f4682ce44f729db1dabd98e965e8", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "82239574a29d4603a2161006f61851cf"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8d15f7134f364a7bbcfff2f84aac3bf2"}, {"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e01668c43a0c4c279b9a3d20a0280d6c"}], "type": "image", "id": "297d8415ca96454991054983920912f7", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7bb4d60e20734d4a9f31ec75e02cb823"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bf6adec15590466a9a0d3bddb00e8993"}, {"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f096f03a1d12411a8972f6f7c196b60d"}], "type": "policy", "id": "54c64351b56d44bbad74c2969cc3aa00", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "354ae6870a324fab82d0a0fb68ee0f26"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a3807e460dd4af488d982b66c52e64c"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e7c3da785076450abd71868e75ce0c33"}], "type": "cloudformation", "id": "6ac9917ae83c4639a15a4ab3cf0e76dd", "name": "heat-cfn"}, {"endpoints": [], "type": "metering", "id": "7fcc078e5e0645f29df67742ac14e388", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49e71628d386464cb950d6a9db00a328"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75b0a63ed8574bbcab1c851cc9b83d30"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9902b0a8b3c04cd192a1b84c417c232b"}], "type": "key-manager", "id": "9626544a32e74678a641c6e206f028a9", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "497340e5aa36485982fdf297f370558f"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7802beb4fc7c4952897b77bd5610b1fe"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c14af798917f4fa0b146d9772583e595"}], "type": "metric", "id": "973bfe8c658d4e5a8da725e76b9d550e", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "288ecc3674ea41d2aa3b790dcb832bf2"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7a6dc785cd7142f5b30f1a7ba0daeb03"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7f7d34e2351b4964befccc862c4e8e12"}], "type": "network", "id": "a348d7b06050474fb449be7f32ea6f5d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "21bce6ecb8464a1f8f3e3847aa698bd6"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0a8faf2246b47deb30e69e48d3551fb"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e71c6011de3d4d8589e5b53dcc79f288"}], "type": "identity", "id": "ad8d4b4953184137a1b913ecee9434ed", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "13474f9a78ca4f1184e4cddc84d0d98c"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad67365a18234bb78c336e6776958c00"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc54db13337f44f8921fbb9ad0f81de8"}], "type": "alarming", "id": "bb18dc3243034f08a6a7f69f7a1edccf", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0d91d7adf0304b2681c77f979e5cdb17"}, {"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "756e5ffca9774ab3ae2db41bf330417f"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c07c727a08c243b287827f539a124e63"}], "type": "placement", "id": "bb2c9432fcbd4c56913177122468f6ba", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8004/v1/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1eed4912224b48cf9856446eae4d9928"}, {"url": "http://192.30.9.6:8004/v1/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b73b7f99236541148d84f24f09e5dd40"}, {"url": "http://192.30.9.6:8004/v1/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fbf12e52911244fdafc24a9d46f56e62"}], "type": "orchestration", "id": "c8918d139da945ba93df4ccce21d4904", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16bf098b9e2e490f8e47fa601059f975"}, {"url": "http://192.30.9.6:8776/v2/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc16fa4cf491444ca2f611d5692c1170"}, {"url": "http://192.30.9.6:8776/v2/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ccd2c5325dff4b90b391db9fdde67d99"}], "type": "volumev2", "id": "d09ac9123c34494abce21d6c27bee9d9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eac694332354a3aa0e61c31314166d7"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b4d4989c4e764717ab78d38675cadd3f"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff196e46b56d406d87a678f1a64497b0"}], "type": "compute", "id": "d4030ee932c84df58c5b910cc197caa7", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "42c3a9abd8ad4ce8ab2c4cc6e0403c33"}, "audit_ids": ["OkvfBqi-TFqnh-PXz8bXpA"], "issued_at": "2018-09-04T12:52:21.000000Z"}} 2018-09-04 12:52:21,096 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9292/v2/images?limit=20 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}235dcdf16d86d8a5f02707954f9da676e7e9a743" 2018-09-04 12:52:21,281 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 78 Content-Type: application/json X-Openstack-Request-Id: req-de8868a1-9655-45b7-9838-aad6af2904e0 Date: Tue, 04 Sep 2018 12:52:21 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?limit=20"} 2018-09-04 12:52:21,282 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images?limit=20 used request id req-de8868a1-9655-45b7-9838-aad6af2904e0 2018-09-04 12:52:21,282 - sdnvpn.lib.openstack_utils - INFO - Creating image 'sdnvpn-image' from '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'... 2018-09-04 12:52:21,286 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}235dcdf16d86d8a5f02707954f9da676e7e9a743" 2018-09-04 12:52:21,438 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-aa0ec1dc-60c7-49f4-b753-27226f72df0a Date: Tue, 04 Sep 2018 12:52: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-09-04 12:52:21,438 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/schemas/image used request id req-aa0ec1dc-60c7-49f4-b753-27226f72df0a 2018-09-04 12:52:21,475 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}235dcdf16d86d8a5f02707954f9da676e7e9a743" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "sdnvpn-image", "visibility": "public"}' 2018-09-04 12:52:21,670 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 573 Content-Type: application/json Location: http://172.30.9.28:9292/v2/images/a91136e4-4c2b-41e2-b9b4-8e2826bd27d8 X-Openstack-Request-Id: req-a06a5c47-1636-4c75-bbf7-e98946c875ce Date: Tue, 04 Sep 2018 12:52:21 GMT RESP BODY: {"status": "queued", "name": "sdnvpn-image", "tags": [], "container_format": "bare", "created_at": "2018-09-04T12:52:21Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-09-04T12:52:21Z", "visibility": "public", "locations": [], "self": "/v2/images/a91136e4-4c2b-41e2-b9b4-8e2826bd27d8", "min_disk": 0, "protected": false, "id": "a91136e4-4c2b-41e2-b9b4-8e2826bd27d8", "file": "/v2/images/a91136e4-4c2b-41e2-b9b4-8e2826bd27d8/file", "checksum": null, "owner": "1e2f68a072b64978bd7ea91c2d64aca6", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-09-04 12:52:21,670 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.28:9292/v2/images used request id req-a06a5c47-1636-4c75-bbf7-e98946c875ce 2018-09-04 12:52:21,681 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.28:9292/v2/images/a91136e4-4c2b-41e2-b9b4-8e2826bd27d8/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}235dcdf16d86d8a5f02707954f9da676e7e9a743" -d '' 2018-09-04 12:52:22,626 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-2dcb20d9-e05a-4f7a-b862-587e65d5006d Date: Tue, 04 Sep 2018 12:52:22 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-09-04 12:52:22,626 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.28:9292/v2/images/a91136e4-4c2b-41e2-b9b4-8e2826bd27d8/file used request id req-2dcb20d9-e05a-4f7a-b862-587e65d5006d 2018-09-04 12:52:22,627 - sdnvpn_test_utils - DEBUG - Creating network sdnvpn-10-1-net 2018-09-04 12:52:22,627 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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-09-04 12:52:22,635 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12:52:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-260f2122-10a1-477a-aa4f-fbe0f1f52a7f 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.28:5000/v3/", "rel": "self"}]}} 2018-09-04 12:52:22,635 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-260f2122-10a1-477a-aa4f-fbe0f1f52a7f 2018-09-04 12:52:22,636 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-09-04 12:52:23,009 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "3d416247e8224533841040c3ad2bce5a", "name": "admin"}], "expires_at": "2018-09-04T13:52:23.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1e2f68a072b64978bd7ea91c2d64aca6", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v1/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235635a698ef4bef9dc6b25273d185da"}, {"url": "http://192.30.9.6:8776/v1/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "23b07b3fbfc340a58cf0f9b2871a0d23"}, {"url": "http://172.30.9.28:8776/v1/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "72fd0aaa144d45419f4b04b6b26f69a7"}], "type": "volume", "id": "097241c25b4d4f7e91b3f8efa155909e", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v3/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93eb4cf3030a49e7840bec071422d397"}, {"url": "http://192.30.9.6:8776/v3/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8af439a6ac147fdbcb38ed9aa916b68"}, {"url": "http://192.30.9.6:8776/v3/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c4bfdbc9b7c74a23a40afdf578cfeba4"}], "type": "volumev3", "id": "1c85f4682ce44f729db1dabd98e965e8", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "82239574a29d4603a2161006f61851cf"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8d15f7134f364a7bbcfff2f84aac3bf2"}, {"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e01668c43a0c4c279b9a3d20a0280d6c"}], "type": "image", "id": "297d8415ca96454991054983920912f7", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7bb4d60e20734d4a9f31ec75e02cb823"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bf6adec15590466a9a0d3bddb00e8993"}, {"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f096f03a1d12411a8972f6f7c196b60d"}], "type": "policy", "id": "54c64351b56d44bbad74c2969cc3aa00", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "354ae6870a324fab82d0a0fb68ee0f26"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a3807e460dd4af488d982b66c52e64c"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e7c3da785076450abd71868e75ce0c33"}], "type": "cloudformation", "id": "6ac9917ae83c4639a15a4ab3cf0e76dd", "name": "heat-cfn"}, {"endpoints": [], "type": "metering", "id": "7fcc078e5e0645f29df67742ac14e388", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49e71628d386464cb950d6a9db00a328"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75b0a63ed8574bbcab1c851cc9b83d30"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9902b0a8b3c04cd192a1b84c417c232b"}], "type": "key-manager", "id": "9626544a32e74678a641c6e206f028a9", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "497340e5aa36485982fdf297f370558f"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7802beb4fc7c4952897b77bd5610b1fe"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c14af798917f4fa0b146d9772583e595"}], "type": "metric", "id": "973bfe8c658d4e5a8da725e76b9d550e", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "288ecc3674ea41d2aa3b790dcb832bf2"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7a6dc785cd7142f5b30f1a7ba0daeb03"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7f7d34e2351b4964befccc862c4e8e12"}], "type": "network", "id": "a348d7b06050474fb449be7f32ea6f5d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "21bce6ecb8464a1f8f3e3847aa698bd6"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0a8faf2246b47deb30e69e48d3551fb"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e71c6011de3d4d8589e5b53dcc79f288"}], "type": "identity", "id": "ad8d4b4953184137a1b913ecee9434ed", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "13474f9a78ca4f1184e4cddc84d0d98c"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad67365a18234bb78c336e6776958c00"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc54db13337f44f8921fbb9ad0f81de8"}], "type": "alarming", "id": "bb18dc3243034f08a6a7f69f7a1edccf", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0d91d7adf0304b2681c77f979e5cdb17"}, {"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "756e5ffca9774ab3ae2db41bf330417f"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c07c727a08c243b287827f539a124e63"}], "type": "placement", "id": "bb2c9432fcbd4c56913177122468f6ba", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8004/v1/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1eed4912224b48cf9856446eae4d9928"}, {"url": "http://192.30.9.6:8004/v1/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b73b7f99236541148d84f24f09e5dd40"}, {"url": "http://192.30.9.6:8004/v1/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fbf12e52911244fdafc24a9d46f56e62"}], "type": "orchestration", "id": "c8918d139da945ba93df4ccce21d4904", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16bf098b9e2e490f8e47fa601059f975"}, {"url": "http://192.30.9.6:8776/v2/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc16fa4cf491444ca2f611d5692c1170"}, {"url": "http://192.30.9.6:8776/v2/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ccd2c5325dff4b90b391db9fdde67d99"}], "type": "volumev2", "id": "d09ac9123c34494abce21d6c27bee9d9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eac694332354a3aa0e61c31314166d7"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b4d4989c4e764717ab78d38675cadd3f"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff196e46b56d406d87a678f1a64497b0"}], "type": "compute", "id": "d4030ee932c84df58c5b910cc197caa7", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "42c3a9abd8ad4ce8ab2c4cc6e0403c33"}, "audit_ids": ["Kbu_91qSSW6nZ4n1h-9AGw"], "issued_at": "2018-09-04T12:52:23.000000Z"}} 2018-09-04 12:52:23,015 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6ff58c8704ed1cadb96789549b1149229ce4c5fa" -d '{"network": {"name": "sdnvpn-10-1-net", "admin_state_up": true}}' 2018-09-04 12:52:23,404 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 647 X-Openstack-Request-Id: req-c6e0baa5-0a37-4c17-a314-16c6ab2d0ed9 Date: Tue, 04 Sep 2018 12:52:23 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"provider:network_type":"vxlan","id":"f21da4f7-d5d7-44c1-b94d-2ca854b49712","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"1e2f68a072b64978bd7ea91c2d64aca6","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-09-04T12:52:23Z","is_default":false,"provider:segmentation_id":78,"name":"sdnvpn-10-1-net","admin_state_up":true,"tenant_id":"1e2f68a072b64978bd7ea91c2d64aca6","created_at":"2018-09-04T12:52:23Z","mtu":1450}} 2018-09-04 12:52:23,404 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/networks used request id req-c6e0baa5-0a37-4c17-a314-16c6ab2d0ed9 2018-09-04 12:52:23,405 - sdnvpn_test_utils - DEBUG - Creating subnet sdnvpn-10-1-subnet in network f21da4f7-d5d7-44c1-b94d-2ca854b49712 with cidr 10.10.10.0/24 2018-09-04 12:52:23,410 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6ff58c8704ed1cadb96789549b1149229ce4c5fa" -d '{"subnets": [{"ip_version": 4, "network_id": "f21da4f7-d5d7-44c1-b94d-2ca854b49712", "cidr": "10.10.10.0/24", "dns_nameservers": ["8.8.8.8", "8.8.4.4"], "name": "sdnvpn-10-1-subnet"}]}' 2018-09-04 12:52:24,187 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 643 X-Openstack-Request-Id: req-a7e900fe-c853-425d-a9dd-0520cefe610b Date: Tue, 04 Sep 2018 12:52:24 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"f21da4f7-d5d7-44c1-b94d-2ca854b49712","tenant_id":"1e2f68a072b64978bd7ea91c2d64aca6","created_at":"2018-09-04T12:52:23Z","dns_nameservers":["8.8.8.8","8.8.4.4"],"updated_at":"2018-09-04T12:52:23Z","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":"1e2f68a072b64978bd7ea91c2d64aca6","id":"dba54c27-efad-4727-96b7-39b388391117","subnetpool_id":null,"name":"sdnvpn-10-1-subnet"}]} 2018-09-04 12:52:24,188 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/subnets used request id req-a7e900fe-c853-425d-a9dd-0520cefe610b 2018-09-04 12:52:24,193 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6ff58c8704ed1cadb96789549b1149229ce4c5fa" 2018-09-04 12:52:24,423 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 37328 X-Openstack-Request-Id: req-32eb8b2e-09c1-42d3-a83e-21541c2dcbe6 Date: Tue, 04 Sep 2018 12:52:24 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "14e46315a5e14e95a6bd31ddd3090094", "created_at": "2018-09-04T10:40:09Z", "updated_at": "2018-09-04T10:40:09Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T10:40:09Z", "revision_number": 0, "id": "6908c152-7d26-43c3-9724-69b9e26fbd52", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T10:40:09Z", "security_group_id": "11e5a0db-4cc0-49c0-8f70-0d3b80d1fcf3", "tenant_id": "14e46315a5e14e95a6bd31ddd3090094", "port_range_min": null, "ethertype": "IPv6", "project_id": "14e46315a5e14e95a6bd31ddd3090094"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T10:40:09Z", "revision_number": 0, "id": "72e1f6f9-6732-4dc2-8abd-454d44204be2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T10:40:09Z", "security_group_id": "11e5a0db-4cc0-49c0-8f70-0d3b80d1fcf3", "tenant_id": "14e46315a5e14e95a6bd31ddd3090094", "port_range_min": null, "ethertype": "IPv4", "project_id": "14e46315a5e14e95a6bd31ddd3090094"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T10:40:09Z", "revision_number": 0, "id": "bfc26f71-b897-431e-a36e-ea1e8e983c87", "remote_group_id": "11e5a0db-4cc0-49c0-8f70-0d3b80d1fcf3", "remote_ip_prefix": null, "created_at": "2018-09-04T10:40:09Z", "security_group_id": "11e5a0db-4cc0-49c0-8f70-0d3b80d1fcf3", "tenant_id": "14e46315a5e14e95a6bd31ddd3090094", "port_range_min": null, "ethertype": "IPv6", "project_id": "14e46315a5e14e95a6bd31ddd3090094"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T10:40:09Z", "revision_number": 0, "id": "c9d53d5b-6c82-4199-b405-f8e7101cc589", "remote_group_id": "11e5a0db-4cc0-49c0-8f70-0d3b80d1fcf3", "remote_ip_prefix": null, "created_at": "2018-09-04T10:40:09Z", "security_group_id": "11e5a0db-4cc0-49c0-8f70-0d3b80d1fcf3", "tenant_id": "14e46315a5e14e95a6bd31ddd3090094", "port_range_min": null, "ethertype": "IPv4", "project_id": "14e46315a5e14e95a6bd31ddd3090094"}], "revision_number": 4, "project_id": "14e46315a5e14e95a6bd31ddd3090094", "id": "11e5a0db-4cc0-49c0-8f70-0d3b80d1fcf3", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "5efe9645576d420f836c625864cab315", "created_at": "2018-09-04T11:32:37Z", "updated_at": "2018-09-04T11:32:37Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T11:32:37Z", "revision_number": 0, "id": "286e6a3a-dcb9-42e9-ad77-e4f716b2c63a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T11:32:37Z", "security_group_id": "192a971a-2f30-4b8c-ada2-250ad4610488", "tenant_id": "5efe9645576d420f836c625864cab315", "port_range_min": null, "ethertype": "IPv4", "project_id": "5efe9645576d420f836c625864cab315"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T11:32:37Z", "revision_number": 0, "id": "8c17cb0b-10d0-498a-a484-63ec46a70838", "remote_group_id": "192a971a-2f30-4b8c-ada2-250ad4610488", "remote_ip_prefix": null, "created_at": "2018-09-04T11:32:37Z", "security_group_id": "192a971a-2f30-4b8c-ada2-250ad4610488", "tenant_id": "5efe9645576d420f836c625864cab315", "port_range_min": null, "ethertype": "IPv6", "project_id": "5efe9645576d420f836c625864cab315"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T11:32:37Z", "revision_number": 0, "id": "9c400401-2250-4fc8-a780-dba2a73d410b", "remote_group_id": "192a971a-2f30-4b8c-ada2-250ad4610488", "remote_ip_prefix": null, "created_at": "2018-09-04T11:32:37Z", "security_group_id": "192a971a-2f30-4b8c-ada2-250ad4610488", "tenant_id": "5efe9645576d420f836c625864cab315", "port_range_min": null, "ethertype": "IPv4", "project_id": "5efe9645576d420f836c625864cab315"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T11:32:37Z", "revision_number": 0, "id": "f72c6a04-9fd4-4b0e-b79b-679d59ca2789", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T11:32:37Z", "security_group_id": "192a971a-2f30-4b8c-ada2-250ad4610488", "tenant_id": "5efe9645576d420f836c625864cab315", "port_range_min": null, "ethertype": "IPv6", "project_id": "5efe9645576d420f836c625864cab315"}], "revision_number": 4, "project_id": "5efe9645576d420f836c625864cab315", "id": "192a971a-2f30-4b8c-ada2-250ad4610488", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "dd849fe9e11c435393e8fa6b997c6f1a", "created_at": "2018-09-04T10:38:54Z", "updated_at": "2018-09-04T10:38:54Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T10:38:54Z", "revision_number": 0, "id": "1dfce8bf-6ac4-4572-9a10-3cf8047abe38", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T10:38:54Z", "security_group_id": "28b5af70-f489-4ee2-ace7-033a2638f61f", "tenant_id": "dd849fe9e11c435393e8fa6b997c6f1a", "port_range_min": null, "ethertype": "IPv6", "project_id": "dd849fe9e11c435393e8fa6b997c6f1a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T10:38:54Z", "revision_number": 0, "id": "52762ccc-58e2-4528-b0fa-460556eae58e", "remote_group_id": "28b5af70-f489-4ee2-ace7-033a2638f61f", "remote_ip_prefix": null, "created_at": "2018-09-04T10:38:54Z", "security_group_id": "28b5af70-f489-4ee2-ace7-033a2638f61f", "tenant_id": "dd849fe9e11c435393e8fa6b997c6f1a", "port_range_min": null, "ethertype": "IPv6", "project_id": "dd849fe9e11c435393e8fa6b997c6f1a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T10:38:54Z", "revision_number": 0, "id": "739d52c4-a9f2-4027-aca7-2082fee6f6f0", "remote_group_id": "28b5af70-f489-4ee2-ace7-033a2638f61f", "remote_ip_prefix": null, "created_at": "2018-09-04T10:38:54Z", "security_group_id": "28b5af70-f489-4ee2-ace7-033a2638f61f", "tenant_id": "dd849fe9e11c435393e8fa6b997c6f1a", "port_range_min": null, "ethertype": "IPv4", "project_id": "dd849fe9e11c435393e8fa6b997c6f1a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T10:38:54Z", "revision_number": 0, "id": "ba2b9932-d9ab-4b40-a7e5-6773147a93a7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T10:38:54Z", "security_group_id": "28b5af70-f489-4ee2-ace7-033a2638f61f", "tenant_id": "dd849fe9e11c435393e8fa6b997c6f1a", "port_range_min": null, "ethertype": "IPv4", "project_id": "dd849fe9e11c435393e8fa6b997c6f1a"}], "revision_number": 4, "project_id": "dd849fe9e11c435393e8fa6b997c6f1a", "id": "28b5af70-f489-4ee2-ace7-033a2638f61f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "4ad41bc126174d318b5e7a8516fcf4af", "created_at": "2018-09-04T10:36:52Z", "updated_at": "2018-09-04T10:36:52Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T10:36:52Z", "revision_number": 0, "id": "072e055d-09a1-408a-9aa5-bbbb4ba26972", "remote_group_id": "48bfa0ac-51ab-4c50-8f57-88ab4e0f17e1", "remote_ip_prefix": null, "created_at": "2018-09-04T10:36:52Z", "security_group_id": "48bfa0ac-51ab-4c50-8f57-88ab4e0f17e1", "tenant_id": "4ad41bc126174d318b5e7a8516fcf4af", "port_range_min": null, "ethertype": "IPv4", "project_id": "4ad41bc126174d318b5e7a8516fcf4af"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T10:36:52Z", "revision_number": 0, "id": "519e417e-8aaa-4012-ade2-01ed5d67c268", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T10:36:52Z", "security_group_id": "48bfa0ac-51ab-4c50-8f57-88ab4e0f17e1", "tenant_id": "4ad41bc126174d318b5e7a8516fcf4af", "port_range_min": null, "ethertype": "IPv4", "project_id": "4ad41bc126174d318b5e7a8516fcf4af"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T10:36:52Z", "revision_number": 0, "id": "7440170e-04e2-412b-b3af-3ba203e43ec0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T10:36:52Z", "security_group_id": "48bfa0ac-51ab-4c50-8f57-88ab4e0f17e1", "tenant_id": "4ad41bc126174d318b5e7a8516fcf4af", "port_range_min": null, "ethertype": "IPv6", "project_id": "4ad41bc126174d318b5e7a8516fcf4af"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T10:36:52Z", "revision_number": 0, "id": "b5b6d93e-a8d1-4a65-92be-995bd9ce8f00", "remote_group_id": "48bfa0ac-51ab-4c50-8f57-88ab4e0f17e1", "remote_ip_prefix": null, "created_at": "2018-09-04T10:36:52Z", "security_group_id": "48bfa0ac-51ab-4c50-8f57-88ab4e0f17e1", "tenant_id": "4ad41bc126174d318b5e7a8516fcf4af", "port_range_min": null, "ethertype": "IPv6", "project_id": "4ad41bc126174d318b5e7a8516fcf4af"}], "revision_number": 4, "project_id": "4ad41bc126174d318b5e7a8516fcf4af", "id": "48bfa0ac-51ab-4c50-8f57-88ab4e0f17e1", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "18025ed81c804927a1f0e0e0ba20836f", "created_at": "2018-09-04T10:10:44Z", "updated_at": "2018-09-04T10:10:44Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T10:10:44Z", "revision_number": 0, "id": "4987cdc7-3c69-4296-b962-dfcdfe2af09e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T10:10:44Z", "security_group_id": "4eb60975-feab-4b85-9171-1c970d3680f7", "tenant_id": "18025ed81c804927a1f0e0e0ba20836f", "port_range_min": null, "ethertype": "IPv4", "project_id": "18025ed81c804927a1f0e0e0ba20836f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T10:10:44Z", "revision_number": 0, "id": "6278c51b-2852-4d07-abf1-4545e40daadb", "remote_group_id": "4eb60975-feab-4b85-9171-1c970d3680f7", "remote_ip_prefix": null, "created_at": "2018-09-04T10:10:44Z", "security_group_id": "4eb60975-feab-4b85-9171-1c970d3680f7", "tenant_id": "18025ed81c804927a1f0e0e0ba20836f", "port_range_min": null, "ethertype": "IPv4", "project_id": "18025ed81c804927a1f0e0e0ba20836f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T10:10:44Z", "revision_number": 0, "id": "dd2062ca-238a-4ae8-8397-ca60210bbde5", "remote_group_id": "4eb60975-feab-4b85-9171-1c970d3680f7", "remote_ip_prefix": null, "created_at": "2018-09-04T10:10:44Z", "security_group_id": "4eb60975-feab-4b85-9171-1c970d3680f7", "tenant_id": "18025ed81c804927a1f0e0e0ba20836f", "port_range_min": null, "ethertype": "IPv6", "project_id": "18025ed81c804927a1f0e0e0ba20836f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T10:10:44Z", "revision_number": 0, "id": "f5388a44-6a0f-4e22-bd76-f4873903daf0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T10:10:44Z", "security_group_id": "4eb60975-feab-4b85-9171-1c970d3680f7", "tenant_id": "18025ed81c804927a1f0e0e0ba20836f", "port_range_min": null, "ethertype": "IPv6", "project_id": "18025ed81c804927a1f0e0e0ba20836f"}], "revision_number": 4, "project_id": "18025ed81c804927a1f0e0e0ba20836f", "id": "4eb60975-feab-4b85-9171-1c970d3680f7", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "1e2f68a072b64978bd7ea91c2d64aca6", "created_at": "2018-09-04T11:32:48Z", "updated_at": "2018-09-04T11:32:48Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T11:32:48Z", "revision_number": 0, "id": "6883b42d-5963-4725-8ab3-74f524dadded", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T11:32:48Z", "security_group_id": "65ec5024-dcc3-4217-b8f2-108a9317d297", "tenant_id": "1e2f68a072b64978bd7ea91c2d64aca6", "port_range_min": null, "ethertype": "IPv6", "project_id": "1e2f68a072b64978bd7ea91c2d64aca6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T11:32:48Z", "revision_number": 0, "id": "c897b842-d54c-452b-8b98-fef214182ff7", "remote_group_id": "65ec5024-dcc3-4217-b8f2-108a9317d297", "remote_ip_prefix": null, "created_at": "2018-09-04T11:32:48Z", "security_group_id": "65ec5024-dcc3-4217-b8f2-108a9317d297", "tenant_id": "1e2f68a072b64978bd7ea91c2d64aca6", "port_range_min": null, "ethertype": "IPv6", "project_id": "1e2f68a072b64978bd7ea91c2d64aca6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T11:32:48Z", "revision_number": 0, "id": "e8f14af0-f0a2-442a-a2f6-f9426816d3a7", "remote_group_id": "65ec5024-dcc3-4217-b8f2-108a9317d297", "remote_ip_prefix": null, "created_at": "2018-09-04T11:32:48Z", "security_group_id": "65ec5024-dcc3-4217-b8f2-108a9317d297", "tenant_id": "1e2f68a072b64978bd7ea91c2d64aca6", "port_range_min": null, "ethertype": "IPv4", "project_id": "1e2f68a072b64978bd7ea91c2d64aca6"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T11:32:48Z", "revision_number": 0, "id": "fa2a69b0-056f-4e69-9b7e-515411ee93e4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T11:32:48Z", "security_group_id": "65ec5024-dcc3-4217-b8f2-108a9317d297", "tenant_id": "1e2f68a072b64978bd7ea91c2d64aca6", "port_range_min": null, "ethertype": "IPv4", "project_id": "1e2f68a072b64978bd7ea91c2d64aca6"}], "revision_number": 4, "project_id": "1e2f68a072b64978bd7ea91c2d64aca6", "id": "65ec5024-dcc3-4217-b8f2-108a9317d297", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "63ce1c38db314aae844c45218d595c6c", "created_at": "2018-09-04T10:36:01Z", "updated_at": "2018-09-04T10:36:01Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T10:36:01Z", "revision_number": 0, "id": "3cc084b5-d5b8-441b-87e5-b96f6548adf0", "remote_group_id": "726a4fa4-547d-495f-8506-2692d1793ed7", "remote_ip_prefix": null, "created_at": "2018-09-04T10:36:01Z", "security_group_id": "726a4fa4-547d-495f-8506-2692d1793ed7", "tenant_id": "63ce1c38db314aae844c45218d595c6c", "port_range_min": null, "ethertype": "IPv6", "project_id": "63ce1c38db314aae844c45218d595c6c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T10:36:01Z", "revision_number": 0, "id": "886448b7-2e0a-4f88-9e2c-57aaa06a9e95", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T10:36:01Z", "security_group_id": "726a4fa4-547d-495f-8506-2692d1793ed7", "tenant_id": "63ce1c38db314aae844c45218d595c6c", "port_range_min": null, "ethertype": "IPv6", "project_id": "63ce1c38db314aae844c45218d595c6c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T10:36:01Z", "revision_number": 0, "id": "a0477c48-e14e-4b9b-af17-a26d3304a1d9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T10:36:01Z", "security_group_id": "726a4fa4-547d-495f-8506-2692d1793ed7", "tenant_id": "63ce1c38db314aae844c45218d595c6c", "port_range_min": null, "ethertype": "IPv4", "project_id": "63ce1c38db314aae844c45218d595c6c"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T10:36:01Z", "revision_number": 0, "id": "f1d26eba-07e3-4a87-a74e-10f7d2d051a4", "remote_group_id": "726a4fa4-547d-495f-8506-2692d1793ed7", "remote_ip_prefix": null, "created_at": "2018-09-04T10:36:01Z", "security_group_id": "726a4fa4-547d-495f-8506-2692d1793ed7", "tenant_id": "63ce1c38db314aae844c45218d595c6c", "port_range_min": null, "ethertype": "IPv4", "project_id": "63ce1c38db314aae844c45218d595c6c"}], "revision_number": 4, "project_id": "63ce1c38db314aae844c45218d595c6c", "id": "726a4fa4-547d-495f-8506-2692d1793ed7", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "e8b2daffe9fd4140890aa7b5c11b6bf1", "created_at": "2018-09-04T11:01:30Z", "updated_at": "2018-09-04T11:01:31Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T11:01:31Z", "revision_number": 0, "id": "0d6f7c9c-cf09-4a67-b4e2-617055a1a145", "remote_group_id": "7cbea362-0793-4d2f-877a-28c9a768aa36", "remote_ip_prefix": null, "created_at": "2018-09-04T11:01:31Z", "security_group_id": "7cbea362-0793-4d2f-877a-28c9a768aa36", "tenant_id": "e8b2daffe9fd4140890aa7b5c11b6bf1", "port_range_min": null, "ethertype": "IPv6", "project_id": "e8b2daffe9fd4140890aa7b5c11b6bf1"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T11:01:31Z", "revision_number": 0, "id": "110b5e60-648e-4946-8cc2-56cf745b8284", "remote_group_id": "7cbea362-0793-4d2f-877a-28c9a768aa36", "remote_ip_prefix": null, "created_at": "2018-09-04T11:01:31Z", "security_group_id": "7cbea362-0793-4d2f-877a-28c9a768aa36", "tenant_id": "e8b2daffe9fd4140890aa7b5c11b6bf1", "port_range_min": null, "ethertype": "IPv4", "project_id": "e8b2daffe9fd4140890aa7b5c11b6bf1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T11:01:31Z", "revision_number": 0, "id": "4608dd30-b5b8-43b8-8da6-93ca9876e218", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T11:01:31Z", "security_group_id": "7cbea362-0793-4d2f-877a-28c9a768aa36", "tenant_id": "e8b2daffe9fd4140890aa7b5c11b6bf1", "port_range_min": null, "ethertype": "IPv6", "project_id": "e8b2daffe9fd4140890aa7b5c11b6bf1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T11:01:31Z", "revision_number": 0, "id": "b59707f1-2706-455a-8d39-eaea3265a9b8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T11:01:31Z", "security_group_id": "7cbea362-0793-4d2f-877a-28c9a768aa36", "tenant_id": "e8b2daffe9fd4140890aa7b5c11b6bf1", "port_range_min": null, "ethertype": "IPv4", "project_id": "e8b2daffe9fd4140890aa7b5c11b6bf1"}], "revision_number": 4, "project_id": "e8b2daffe9fd4140890aa7b5c11b6bf1", "id": "7cbea362-0793-4d2f-877a-28c9a768aa36", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "da1aa3dc9e564d3d922e61c0121a390e", "created_at": "2018-09-04T10:22:45Z", "updated_at": "2018-09-04T10:22:45Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T10:22:45Z", "revision_number": 0, "id": "0a310294-28cb-46e7-ab05-42129ac27199", "remote_group_id": "a0350fb5-7963-482b-9b06-fea838951872", "remote_ip_prefix": null, "created_at": "2018-09-04T10:22:45Z", "security_group_id": "a0350fb5-7963-482b-9b06-fea838951872", "tenant_id": "da1aa3dc9e564d3d922e61c0121a390e", "port_range_min": null, "ethertype": "IPv4", "project_id": "da1aa3dc9e564d3d922e61c0121a390e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T10:22:45Z", "revision_number": 0, "id": "3e9c32e8-8527-472a-956b-e0426fc61806", "remote_group_id": "a0350fb5-7963-482b-9b06-fea838951872", "remote_ip_prefix": null, "created_at": "2018-09-04T10:22:45Z", "security_group_id": "a0350fb5-7963-482b-9b06-fea838951872", "tenant_id": "da1aa3dc9e564d3d922e61c0121a390e", "port_range_min": null, "ethertype": "IPv6", "project_id": "da1aa3dc9e564d3d922e61c0121a390e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T10:22:45Z", "revision_number": 0, "id": "5d2caf42-b02e-4256-9265-4a0c49451d50", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T10:22:45Z", "security_group_id": "a0350fb5-7963-482b-9b06-fea838951872", "tenant_id": "da1aa3dc9e564d3d922e61c0121a390e", "port_range_min": null, "ethertype": "IPv6", "project_id": "da1aa3dc9e564d3d922e61c0121a390e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T10:22:45Z", "revision_number": 0, "id": "e17daf2d-5508-45e7-9ba3-14bcd176789e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T10:22:45Z", "security_group_id": "a0350fb5-7963-482b-9b06-fea838951872", "tenant_id": "da1aa3dc9e564d3d922e61c0121a390e", "port_range_min": null, "ethertype": "IPv4", "project_id": "da1aa3dc9e564d3d922e61c0121a390e"}], "revision_number": 4, "project_id": "da1aa3dc9e564d3d922e61c0121a390e", "id": "a0350fb5-7963-482b-9b06-fea838951872", "name": "default"}, {"description": "Security group for SDNVPN test cases", "tags": [], "tenant_id": "1e2f68a072b64978bd7ea91c2d64aca6", "created_at": "2018-09-04T12:22:58Z", "updated_at": "2018-09-04T12:26:12Z", "security_group_rules": [{"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 80, "updated_at": "2018-09-04T12:22:59Z", "revision_number": 0, "id": "24f2941b-e842-493e-9865-3b328b59d6b1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T12:22:59Z", "security_group_id": "aee4e203-f920-46bb-ac91-6898d944e253", "tenant_id": "1e2f68a072b64978bd7ea91c2d64aca6", "port_range_min": 80, "ethertype": "IPv4", "project_id": "1e2f68a072b64978bd7ea91c2d64aca6"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T12:22:58Z", "revision_number": 0, "id": "4dec3f1a-54e2-4cd3-ba28-c5bf40300f5c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T12:22:58Z", "security_group_id": "aee4e203-f920-46bb-ac91-6898d944e253", "tenant_id": "1e2f68a072b64978bd7ea91c2d64aca6", "port_range_min": null, "ethertype": "IPv6", "project_id": "1e2f68a072b64978bd7ea91c2d64aca6"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-09-04T12:22:58Z", "revision_number": 0, "id": "6843e041-8fe8-4e66-8acb-d325fa1f98c1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T12:22:58Z", "security_group_id": "aee4e203-f920-46bb-ac91-6898d944e253", "tenant_id": "1e2f68a072b64978bd7ea91c2d64aca6", "port_range_min": null, "ethertype": "IPv4", "project_id": "1e2f68a072b64978bd7ea91c2d64aca6"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T12:22:58Z", "revision_number": 0, "id": "83ced0ab-b5b1-4a6b-915f-ceed01ac608d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T12:22:58Z", "security_group_id": "aee4e203-f920-46bb-ac91-6898d944e253", "tenant_id": "1e2f68a072b64978bd7ea91c2d64aca6", "port_range_min": null, "ethertype": "IPv4", "project_id": "1e2f68a072b64978bd7ea91c2d64aca6"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-09-04T12:22:58Z", "revision_number": 0, "id": "a537f243-1e42-435d-9bbd-5763e7fba9b5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T12:22:58Z", "security_group_id": "aee4e203-f920-46bb-ac91-6898d944e253", "tenant_id": "1e2f68a072b64978bd7ea91c2d64aca6", "port_range_min": 22, "ethertype": "IPv4", "project_id": "1e2f68a072b64978bd7ea91c2d64aca6"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 179, "updated_at": "2018-09-04T12:26:12Z", "revision_number": 0, "id": "aae9ba27-bdc4-4d98-8c03-3fe28bd7d852", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T12:26:12Z", "security_group_id": "aee4e203-f920-46bb-ac91-6898d944e253", "tenant_id": "1e2f68a072b64978bd7ea91c2d64aca6", "port_range_min": 179, "ethertype": "IPv4", "project_id": "1e2f68a072b64978bd7ea91c2d64aca6"}, {"direction": "egress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-09-04T12:22:59Z", "revision_number": 0, "id": "ea486981-bdcb-407e-afae-54091ff51e8d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T12:22:59Z", "security_group_id": "aee4e203-f920-46bb-ac91-6898d944e253", "tenant_id": "1e2f68a072b64978bd7ea91c2d64aca6", "port_range_min": 22, "ethertype": "IPv4", "project_id": "1e2f68a072b64978bd7ea91c2d64aca6"}], "revision_number": 7, "project_id": "1e2f68a072b64978bd7ea91c2d64aca6", "id": "aee4e203-f920-46bb-ac91-6898d944e253", "name": "sdnvpn-sg"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-09-04T10:24:20Z", "updated_at": "2018-09-04T10:24:20Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T10:24:20Z", "revision_number": 0, "id": "2ea596f0-86ac-463c-b411-9ff94832a4d2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T10:24:20Z", "security_group_id": "c1c896f2-3aa4-47ce-9d8a-695c2f3fb7a4", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T10:24:20Z", "revision_number": 0, "id": "95325a12-195c-43ac-a360-a2e3e0e66934", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T10:24:20Z", "security_group_id": "c1c896f2-3aa4-47ce-9d8a-695c2f3fb7a4", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T10:24:20Z", "revision_number": 0, "id": "aa58bb28-c625-4096-800e-8a443d41f02a", "remote_group_id": "c1c896f2-3aa4-47ce-9d8a-695c2f3fb7a4", "remote_ip_prefix": null, "created_at": "2018-09-04T10:24:20Z", "security_group_id": "c1c896f2-3aa4-47ce-9d8a-695c2f3fb7a4", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T10:24:20Z", "revision_number": 0, "id": "c66f070f-ca83-4ef4-bb72-07224113f248", "remote_group_id": "c1c896f2-3aa4-47ce-9d8a-695c2f3fb7a4", "remote_ip_prefix": null, "created_at": "2018-09-04T10:24:20Z", "security_group_id": "c1c896f2-3aa4-47ce-9d8a-695c2f3fb7a4", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "c1c896f2-3aa4-47ce-9d8a-695c2f3fb7a4", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "ab8db2ecda7a4da79b1f0eed2104619d", "created_at": "2018-09-04T11:27:45Z", "updated_at": "2018-09-04T11:27:45Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T11:27:45Z", "revision_number": 0, "id": "14b66247-ea83-40bd-9cf7-391b44cd8c60", "remote_group_id": "ca40cc0b-e078-4535-b626-86e0c6339018", "remote_ip_prefix": null, "created_at": "2018-09-04T11:27:45Z", "security_group_id": "ca40cc0b-e078-4535-b626-86e0c6339018", "tenant_id": "ab8db2ecda7a4da79b1f0eed2104619d", "port_range_min": null, "ethertype": "IPv6", "project_id": "ab8db2ecda7a4da79b1f0eed2104619d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T11:27:45Z", "revision_number": 0, "id": "427d984e-c10f-4435-8c54-6e7abd4dfb04", "remote_group_id": "ca40cc0b-e078-4535-b626-86e0c6339018", "remote_ip_prefix": null, "created_at": "2018-09-04T11:27:45Z", "security_group_id": "ca40cc0b-e078-4535-b626-86e0c6339018", "tenant_id": "ab8db2ecda7a4da79b1f0eed2104619d", "port_range_min": null, "ethertype": "IPv4", "project_id": "ab8db2ecda7a4da79b1f0eed2104619d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T11:27:45Z", "revision_number": 0, "id": "644bef6e-a7b1-4cc2-af4e-4cd069ef634e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T11:27:45Z", "security_group_id": "ca40cc0b-e078-4535-b626-86e0c6339018", "tenant_id": "ab8db2ecda7a4da79b1f0eed2104619d", "port_range_min": null, "ethertype": "IPv4", "project_id": "ab8db2ecda7a4da79b1f0eed2104619d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T11:27:45Z", "revision_number": 0, "id": "84c32cbd-0db7-41ca-9e15-9ea28ade36f9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T11:27:45Z", "security_group_id": "ca40cc0b-e078-4535-b626-86e0c6339018", "tenant_id": "ab8db2ecda7a4da79b1f0eed2104619d", "port_range_min": null, "ethertype": "IPv6", "project_id": "ab8db2ecda7a4da79b1f0eed2104619d"}], "revision_number": 4, "project_id": "ab8db2ecda7a4da79b1f0eed2104619d", "id": "ca40cc0b-e078-4535-b626-86e0c6339018", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "b4dbfc1d0e34496f8fb7c7cd1f5608e5", "created_at": "2018-09-04T12:16:14Z", "updated_at": "2018-09-04T12:16:14Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T12:16:14Z", "revision_number": 0, "id": "1b62a402-1c3a-4aa7-8049-b9198a3eb965", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T12:16:14Z", "security_group_id": "e81419cf-b95e-4732-aaad-e3432b8b2cbb", "tenant_id": "b4dbfc1d0e34496f8fb7c7cd1f5608e5", "port_range_min": null, "ethertype": "IPv6", "project_id": "b4dbfc1d0e34496f8fb7c7cd1f5608e5"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T12:16:14Z", "revision_number": 0, "id": "a8815e70-65ec-4dd7-8b9f-aa8f1609eb4f", "remote_group_id": "e81419cf-b95e-4732-aaad-e3432b8b2cbb", "remote_ip_prefix": null, "created_at": "2018-09-04T12:16:14Z", "security_group_id": "e81419cf-b95e-4732-aaad-e3432b8b2cbb", "tenant_id": "b4dbfc1d0e34496f8fb7c7cd1f5608e5", "port_range_min": null, "ethertype": "IPv6", "project_id": "b4dbfc1d0e34496f8fb7c7cd1f5608e5"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T12:16:14Z", "revision_number": 0, "id": "d083d625-e30d-4471-aa42-f7f3fc8c328d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T12:16:14Z", "security_group_id": "e81419cf-b95e-4732-aaad-e3432b8b2cbb", "tenant_id": "b4dbfc1d0e34496f8fb7c7cd1f5608e5", "port_range_min": null, "ethertype": "IPv4", "project_id": "b4dbfc1d0e34496f8fb7c7cd1f5608e5"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T12:16:14Z", "revision_number": 0, "id": "f6d9401b-38df-4edd-8f40-69a1466cf9bf", "remote_group_id": "e81419cf-b95e-4732-aaad-e3432b8b2cbb", "remote_ip_prefix": null, "created_at": "2018-09-04T12:16:14Z", "security_group_id": "e81419cf-b95e-4732-aaad-e3432b8b2cbb", "tenant_id": "b4dbfc1d0e34496f8fb7c7cd1f5608e5", "port_range_min": null, "ethertype": "IPv4", "project_id": "b4dbfc1d0e34496f8fb7c7cd1f5608e5"}], "revision_number": 4, "project_id": "b4dbfc1d0e34496f8fb7c7cd1f5608e5", "id": "e81419cf-b95e-4732-aaad-e3432b8b2cbb", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "c4b3a0f041ae4ca4803a4af225513ba4", "created_at": "2018-09-04T12:17:41Z", "updated_at": "2018-09-04T12:17:41Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T12:17:41Z", "revision_number": 0, "id": "6824685c-2b3f-4f22-866c-eb59012208ba", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T12:17:41Z", "security_group_id": "f9b8b6c9-4e98-454a-9292-c29271bcae95", "tenant_id": "c4b3a0f041ae4ca4803a4af225513ba4", "port_range_min": null, "ethertype": "IPv4", "project_id": "c4b3a0f041ae4ca4803a4af225513ba4"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T12:17:41Z", "revision_number": 0, "id": "87cee46a-3604-4dd1-adc1-d97d3419ae0c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T12:17:41Z", "security_group_id": "f9b8b6c9-4e98-454a-9292-c29271bcae95", "tenant_id": "c4b3a0f041ae4ca4803a4af225513ba4", "port_range_min": null, "ethertype": "IPv6", "project_id": "c4b3a0f041ae4ca4803a4af225513ba4"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T12:17:41Z", "revision_number": 0, "id": "e00cf838-51d7-462e-906c-37f4fb4d7181", "remote_group_id": "f9b8b6c9-4e98-454a-9292-c29271bcae95", "remote_ip_prefix": null, "created_at": "2018-09-04T12:17:41Z", "security_group_id": "f9b8b6c9-4e98-454a-9292-c29271bcae95", "tenant_id": "c4b3a0f041ae4ca4803a4af225513ba4", "port_range_min": null, "ethertype": "IPv6", "project_id": "c4b3a0f041ae4ca4803a4af225513ba4"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T12:17:41Z", "revision_number": 0, "id": "e024fd11-5aeb-4982-ae2b-589b9dd401b4", "remote_group_id": "f9b8b6c9-4e98-454a-9292-c29271bcae95", "remote_ip_prefix": null, "created_at": "2018-09-04T12:17:41Z", "security_group_id": "f9b8b6c9-4e98-454a-9292-c29271bcae95", "tenant_id": "c4b3a0f041ae4ca4803a4af225513ba4", "port_range_min": null, "ethertype": "IPv4", "project_id": "c4b3a0f041ae4ca4803a4af225513ba4"}], "revision_number": 4, "project_id": "c4b3a0f041ae4ca4803a4af225513ba4", "id": "f9b8b6c9-4e98-454a-9292-c29271bcae95", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "f2bd6f97bf95498993c0c8d4f6900483", "created_at": "2018-09-04T11:33:20Z", "updated_at": "2018-09-04T11:33:20Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T11:33:20Z", "revision_number": 0, "id": "4c75c440-963b-417c-bedf-82086417e68c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T11:33:20Z", "security_group_id": "fa4f989a-20d2-4218-a4cf-f17539ef1b27", "tenant_id": "f2bd6f97bf95498993c0c8d4f6900483", "port_range_min": null, "ethertype": "IPv6", "project_id": "f2bd6f97bf95498993c0c8d4f6900483"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T11:33:20Z", "revision_number": 0, "id": "9635b56a-1370-4f88-9df0-f0954055f960", "remote_group_id": "fa4f989a-20d2-4218-a4cf-f17539ef1b27", "remote_ip_prefix": null, "created_at": "2018-09-04T11:33:20Z", "security_group_id": "fa4f989a-20d2-4218-a4cf-f17539ef1b27", "tenant_id": "f2bd6f97bf95498993c0c8d4f6900483", "port_range_min": null, "ethertype": "IPv4", "project_id": "f2bd6f97bf95498993c0c8d4f6900483"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T11:33:20Z", "revision_number": 0, "id": "c7c730c6-ae66-4505-873b-c6dca4c55d95", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T11:33:20Z", "security_group_id": "fa4f989a-20d2-4218-a4cf-f17539ef1b27", "tenant_id": "f2bd6f97bf95498993c0c8d4f6900483", "port_range_min": null, "ethertype": "IPv4", "project_id": "f2bd6f97bf95498993c0c8d4f6900483"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T11:33:20Z", "revision_number": 0, "id": "df1fc864-f960-4a86-bd3d-950eac909690", "remote_group_id": "fa4f989a-20d2-4218-a4cf-f17539ef1b27", "remote_ip_prefix": null, "created_at": "2018-09-04T11:33:20Z", "security_group_id": "fa4f989a-20d2-4218-a4cf-f17539ef1b27", "tenant_id": "f2bd6f97bf95498993c0c8d4f6900483", "port_range_min": null, "ethertype": "IPv6", "project_id": "f2bd6f97bf95498993c0c8d4f6900483"}], "revision_number": 4, "project_id": "f2bd6f97bf95498993c0c8d4f6900483", "id": "fa4f989a-20d2-4218-a4cf-f17539ef1b27", "name": "default"}]} 2018-09-04 12:52:24,424 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups used request id req-32eb8b2e-09c1-42d3-a83e-21541c2dcbe6 2018-09-04 12:52:24,428 - sdnvpn.lib.openstack_utils - INFO - Using existing security group 'sdnvpn-sg'... 2018-09-04 12:52:24,429 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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-09-04 12:52:24,435 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12:52:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f7a21fee-cda0-40f1-8825-a713f1fb2e69 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.28:5000/v3/", "rel": "self"}]}} 2018-09-04 12:52:24,436 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-f7a21fee-cda0-40f1-8825-a713f1fb2e69 2018-09-04 12:52:24,436 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-09-04 12:52:24,812 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "3d416247e8224533841040c3ad2bce5a", "name": "admin"}], "expires_at": "2018-09-04T13:52:24.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1e2f68a072b64978bd7ea91c2d64aca6", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v1/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235635a698ef4bef9dc6b25273d185da"}, {"url": "http://192.30.9.6:8776/v1/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "23b07b3fbfc340a58cf0f9b2871a0d23"}, {"url": "http://172.30.9.28:8776/v1/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "72fd0aaa144d45419f4b04b6b26f69a7"}], "type": "volume", "id": "097241c25b4d4f7e91b3f8efa155909e", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v3/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93eb4cf3030a49e7840bec071422d397"}, {"url": "http://192.30.9.6:8776/v3/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8af439a6ac147fdbcb38ed9aa916b68"}, {"url": "http://192.30.9.6:8776/v3/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c4bfdbc9b7c74a23a40afdf578cfeba4"}], "type": "volumev3", "id": "1c85f4682ce44f729db1dabd98e965e8", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "82239574a29d4603a2161006f61851cf"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8d15f7134f364a7bbcfff2f84aac3bf2"}, {"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e01668c43a0c4c279b9a3d20a0280d6c"}], "type": "image", "id": "297d8415ca96454991054983920912f7", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7bb4d60e20734d4a9f31ec75e02cb823"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bf6adec15590466a9a0d3bddb00e8993"}, {"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f096f03a1d12411a8972f6f7c196b60d"}], "type": "policy", "id": "54c64351b56d44bbad74c2969cc3aa00", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "354ae6870a324fab82d0a0fb68ee0f26"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a3807e460dd4af488d982b66c52e64c"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e7c3da785076450abd71868e75ce0c33"}], "type": "cloudformation", "id": "6ac9917ae83c4639a15a4ab3cf0e76dd", "name": "heat-cfn"}, {"endpoints": [], "type": "metering", "id": "7fcc078e5e0645f29df67742ac14e388", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49e71628d386464cb950d6a9db00a328"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75b0a63ed8574bbcab1c851cc9b83d30"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9902b0a8b3c04cd192a1b84c417c232b"}], "type": "key-manager", "id": "9626544a32e74678a641c6e206f028a9", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "497340e5aa36485982fdf297f370558f"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7802beb4fc7c4952897b77bd5610b1fe"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c14af798917f4fa0b146d9772583e595"}], "type": "metric", "id": "973bfe8c658d4e5a8da725e76b9d550e", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "288ecc3674ea41d2aa3b790dcb832bf2"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7a6dc785cd7142f5b30f1a7ba0daeb03"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7f7d34e2351b4964befccc862c4e8e12"}], "type": "network", "id": "a348d7b06050474fb449be7f32ea6f5d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "21bce6ecb8464a1f8f3e3847aa698bd6"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0a8faf2246b47deb30e69e48d3551fb"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e71c6011de3d4d8589e5b53dcc79f288"}], "type": "identity", "id": "ad8d4b4953184137a1b913ecee9434ed", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "13474f9a78ca4f1184e4cddc84d0d98c"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad67365a18234bb78c336e6776958c00"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc54db13337f44f8921fbb9ad0f81de8"}], "type": "alarming", "id": "bb18dc3243034f08a6a7f69f7a1edccf", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0d91d7adf0304b2681c77f979e5cdb17"}, {"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "756e5ffca9774ab3ae2db41bf330417f"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c07c727a08c243b287827f539a124e63"}], "type": "placement", "id": "bb2c9432fcbd4c56913177122468f6ba", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8004/v1/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1eed4912224b48cf9856446eae4d9928"}, {"url": "http://192.30.9.6:8004/v1/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b73b7f99236541148d84f24f09e5dd40"}, {"url": "http://192.30.9.6:8004/v1/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fbf12e52911244fdafc24a9d46f56e62"}], "type": "orchestration", "id": "c8918d139da945ba93df4ccce21d4904", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16bf098b9e2e490f8e47fa601059f975"}, {"url": "http://192.30.9.6:8776/v2/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc16fa4cf491444ca2f611d5692c1170"}, {"url": "http://192.30.9.6:8776/v2/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ccd2c5325dff4b90b391db9fdde67d99"}], "type": "volumev2", "id": "d09ac9123c34494abce21d6c27bee9d9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eac694332354a3aa0e61c31314166d7"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b4d4989c4e764717ab78d38675cadd3f"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff196e46b56d406d87a678f1a64497b0"}], "type": "compute", "id": "d4030ee932c84df58c5b910cc197caa7", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "42c3a9abd8ad4ce8ab2c4cc6e0403c33"}, "audit_ids": ["wO-wtU_qTqqfh2myfF-45Q"], "issued_at": "2018-09-04T12:52:24.000000Z"}} 2018-09-04 12:52:24,817 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/os-hypervisors/detail -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ea406f3bc5b7b9ec5f93ac6fdb6cf6e00a9fb89e" 2018-09-04 12:52:25,001 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12:52: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-98d13fe0-7ba0-4701-9e97-8d44def841b4 x-compute-request-id: req-98d13fe0-7ba0-4701-9e97-8d44def841b4 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": 132}, "vcpus_used": 0, "hypervisor_type": "QEMU", "local_gb_used": 0, "vcpus": 16, "hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "memory_mb_used": 4096, "memory_mb": 32502, "current_workload": 0, "state": "up", "host_ip": "192.30.9.9", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"pcid\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"acpi\", \"fma\", \"vme\", \"popcnt\", \"mmx\", \"osxsave\", \"cx8\", \"mce\", \"de\", \"rdtscp\", \"ht\", \"dca\", \"lahf_lm\", \"abm\", \"pdcm\", \"mca\", \"pdpe1gb\", \"apic\", \"sse\", \"f16c\", \"pse\", \"ds\", \"invtsc\", \"pni\", \"tm2\", \"avx2\", \"aes\", \"sse2\", \"ss\", \"ds_cpl\", \"arat\", \"bmi1\", \"bmi2\", \"ssse3\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 0, "free_disk_gb": 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": 141}, "vcpus_used": 0, "hypervisor_type": "QEMU", "local_gb_used": 0, "vcpus": 16, "hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "memory_mb_used": 4096, "memory_mb": 32502, "current_workload": 0, "state": "up", "host_ip": "192.30.9.7", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"pcid\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"acpi\", \"fma\", \"vme\", \"popcnt\", \"mmx\", \"osxsave\", \"cx8\", \"mce\", \"de\", \"rdtscp\", \"ht\", \"dca\", \"lahf_lm\", \"abm\", \"pdcm\", \"mca\", \"pdpe1gb\", \"apic\", \"sse\", \"f16c\", \"pse\", \"ds\", \"invtsc\", \"pni\", \"tm2\", \"avx2\", \"aes\", \"sse2\", \"ss\", \"ds_cpl\", \"arat\", \"bmi1\", \"bmi2\", \"ssse3\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 0, "free_disk_gb": 10239, "hypervisor_version": 2009000, "disk_available_least": 10178, "local_gb": 10239, "free_ram_mb": 28406, "id": 6}]} 2018-09-04 12:52:25,002 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/os-hypervisors/detail used request id req-98d13fe0-7ba0-4701-9e97-8d44def841b4 2018-09-04 12:52:25,003 - sdnvpn_test_utils - DEBUG - Compute nodes: [u'overcloud-novacompute-0.opnfvlf.org', u'overcloud-novacompute-1.opnfvlf.org'] 2018-09-04 12:52:25,003 - sdnvpn_test_utils - INFO - Creating instance 'sdnvpn-10-2'... 2018-09-04 12:52:25,003 - sdnvpn_test_utils - DEBUG - Configuration: name=sdnvpn-10-2 flavor=m1.tiny image=a91136e4-4c2b-41e2-b9b4-8e2826bd27d8 network=f21da4f7-d5d7-44c1-b94d-2ca854b49712 secgroup=aee4e203-f920-46bb-ac91-6898d944e253 hypervisor=nova:overcloud-novacompute-0.opnfvlf.org fixed_ip=None files=None userdata= None 2018-09-04 12:52:25,003 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-09-04 12:52:25,003 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-09-04 12:52:25,004 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-09-04 12:52:25,004 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-09-04 12:52:25,004 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-09-04 12:52:25,004 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-09-04 12:52:25,004 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-09-04 12:52:25,004 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-09-04 12:52:25,004 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-09-04 12:52:25,004 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-09-04 12:52:25,005 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-09-04 12:52:25,005 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-09-04 12:52:25,005 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-09-04 12:52:25,005 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-09-04 12:52:25,005 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-09-04 12:52:25,005 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-09-04 12:52:25,005 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-09-04 12:52:25,005 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-09-04 12:52:25,005 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-09-04 12:52:25,006 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-09-04 12:52:25,006 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-09-04 12:52:25,006 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-09-04 12:52:25,006 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-09-04 12:52:25,006 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-09-04 12:52:25,008 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-09-04 12:52:25,008 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-09-04 12:52:25,009 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-09-04 12:52:25,009 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-09-04 12:52:25,009 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-09-04 12:52:25,009 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-09-04 12:52:25,009 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-09-04 12:52:25,009 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-09-04 12:52:25,009 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-09-04 12:52:25,009 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-09-04 12:52:25,010 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-09-04 12:52:25,010 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-09-04 12:52:25,010 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-09-04 12:52:25,010 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-09-04 12:52:25,010 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-09-04 12:52:25,010 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-09-04 12:52:25,010 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-09-04 12:52:25,010 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-09-04 12:52:25,010 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-09-04 12:52:25,011 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-09-04 12:52:25,011 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-09-04 12:52:25,011 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-09-04 12:52:25,011 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-09-04 12:52:25,011 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-09-04 12:52:25,014 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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-09-04 12:52:25,020 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12:52:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d8ba1379-a5e6-46a7-9c82-4dc41a76f590 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.28:5000/v3/", "rel": "self"}]}} 2018-09-04 12:52:25,020 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-d8ba1379-a5e6-46a7-9c82-4dc41a76f590 2018-09-04 12:52:25,021 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-09-04 12:52:25,395 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "3d416247e8224533841040c3ad2bce5a", "name": "admin"}], "expires_at": "2018-09-04T13:52:25.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1e2f68a072b64978bd7ea91c2d64aca6", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v1/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235635a698ef4bef9dc6b25273d185da"}, {"url": "http://192.30.9.6:8776/v1/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "23b07b3fbfc340a58cf0f9b2871a0d23"}, {"url": "http://172.30.9.28:8776/v1/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "72fd0aaa144d45419f4b04b6b26f69a7"}], "type": "volume", "id": "097241c25b4d4f7e91b3f8efa155909e", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v3/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93eb4cf3030a49e7840bec071422d397"}, {"url": "http://192.30.9.6:8776/v3/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8af439a6ac147fdbcb38ed9aa916b68"}, {"url": "http://192.30.9.6:8776/v3/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c4bfdbc9b7c74a23a40afdf578cfeba4"}], "type": "volumev3", "id": "1c85f4682ce44f729db1dabd98e965e8", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "82239574a29d4603a2161006f61851cf"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8d15f7134f364a7bbcfff2f84aac3bf2"}, {"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e01668c43a0c4c279b9a3d20a0280d6c"}], "type": "image", "id": "297d8415ca96454991054983920912f7", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7bb4d60e20734d4a9f31ec75e02cb823"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bf6adec15590466a9a0d3bddb00e8993"}, {"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f096f03a1d12411a8972f6f7c196b60d"}], "type": "policy", "id": "54c64351b56d44bbad74c2969cc3aa00", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "354ae6870a324fab82d0a0fb68ee0f26"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a3807e460dd4af488d982b66c52e64c"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e7c3da785076450abd71868e75ce0c33"}], "type": "cloudformation", "id": "6ac9917ae83c4639a15a4ab3cf0e76dd", "name": "heat-cfn"}, {"endpoints": [], "type": "metering", "id": "7fcc078e5e0645f29df67742ac14e388", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49e71628d386464cb950d6a9db00a328"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75b0a63ed8574bbcab1c851cc9b83d30"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9902b0a8b3c04cd192a1b84c417c232b"}], "type": "key-manager", "id": "9626544a32e74678a641c6e206f028a9", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "497340e5aa36485982fdf297f370558f"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7802beb4fc7c4952897b77bd5610b1fe"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c14af798917f4fa0b146d9772583e595"}], "type": "metric", "id": "973bfe8c658d4e5a8da725e76b9d550e", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "288ecc3674ea41d2aa3b790dcb832bf2"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7a6dc785cd7142f5b30f1a7ba0daeb03"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7f7d34e2351b4964befccc862c4e8e12"}], "type": "network", "id": "a348d7b06050474fb449be7f32ea6f5d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "21bce6ecb8464a1f8f3e3847aa698bd6"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0a8faf2246b47deb30e69e48d3551fb"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e71c6011de3d4d8589e5b53dcc79f288"}], "type": "identity", "id": "ad8d4b4953184137a1b913ecee9434ed", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "13474f9a78ca4f1184e4cddc84d0d98c"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad67365a18234bb78c336e6776958c00"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc54db13337f44f8921fbb9ad0f81de8"}], "type": "alarming", "id": "bb18dc3243034f08a6a7f69f7a1edccf", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0d91d7adf0304b2681c77f979e5cdb17"}, {"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "756e5ffca9774ab3ae2db41bf330417f"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c07c727a08c243b287827f539a124e63"}], "type": "placement", "id": "bb2c9432fcbd4c56913177122468f6ba", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8004/v1/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1eed4912224b48cf9856446eae4d9928"}, {"url": "http://192.30.9.6:8004/v1/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b73b7f99236541148d84f24f09e5dd40"}, {"url": "http://192.30.9.6:8004/v1/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fbf12e52911244fdafc24a9d46f56e62"}], "type": "orchestration", "id": "c8918d139da945ba93df4ccce21d4904", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16bf098b9e2e490f8e47fa601059f975"}, {"url": "http://192.30.9.6:8776/v2/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc16fa4cf491444ca2f611d5692c1170"}, {"url": "http://192.30.9.6:8776/v2/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ccd2c5325dff4b90b391db9fdde67d99"}], "type": "volumev2", "id": "d09ac9123c34494abce21d6c27bee9d9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eac694332354a3aa0e61c31314166d7"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b4d4989c4e764717ab78d38675cadd3f"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff196e46b56d406d87a678f1a64497b0"}], "type": "compute", "id": "d4030ee932c84df58c5b910cc197caa7", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "42c3a9abd8ad4ce8ab2c4cc6e0403c33"}, "audit_ids": ["cqQ9uQVbSFyAOdP-zsRFHg"], "issued_at": "2018-09-04T12:52:25.000000Z"}} 2018-09-04 12:52:25,398 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}26d8b946cfe8573c121af4cedf4ccdc82505adc8" 2018-09-04 12:52:25,572 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12:52: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-d96ded07-7e8a-4d6d-a451-e26a7e9ac0f1 x-compute-request-id: req-d96ded07-7e8a-4d6d-a451-e26a7e9ac0f1 Content-Encoding: gzip Content-Length: 162 Content-Type: application/json RESP BODY: {"flavors": [{"id": "9cbbc756-b738-4f1f-8d03-84c527182338", "links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/9cbbc756-b738-4f1f-8d03-84c527182338", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/9cbbc756-b738-4f1f-8d03-84c527182338", "rel": "bookmark"}], "name": "m1.tiny"}]} 2018-09-04 12:52:25,573 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors used request id req-d96ded07-7e8a-4d6d-a451-e26a7e9ac0f1 2018-09-04 12:52:25,578 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/flavors/9cbbc756-b738-4f1f-8d03-84c527182338 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}26d8b946cfe8573c121af4cedf4ccdc82505adc8" 2018-09-04 12:52:25,597 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12:52: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-c568631e-cc1c-47db-8be7-486681b84092 x-compute-request-id: req-c568631e-cc1c-47db-8be7-486681b84092 Content-Encoding: gzip Content-Length: 280 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/9cbbc756-b738-4f1f-8d03-84c527182338", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/9cbbc756-b738-4f1f-8d03-84c527182338", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "9cbbc756-b738-4f1f-8d03-84c527182338", "name": "m1.tiny", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-09-04 12:52:25,597 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors/9cbbc756-b738-4f1f-8d03-84c527182338 used request id req-c568631e-cc1c-47db-8be7-486681b84092 2018-09-04 12:52:25,600 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}26d8b946cfe8573c121af4cedf4ccdc82505adc8" -d '{"server": {"name": "sdnvpn-10-2", "imageRef": "a91136e4-4c2b-41e2-b9b4-8e2826bd27d8", "availability_zone": "nova:overcloud-novacompute-0.opnfvlf.org", "flavorRef": "9cbbc756-b738-4f1f-8d03-84c527182338", "max_count": 1, "min_count": 1, "networks": [{"uuid": "f21da4f7-d5d7-44c1-b94d-2ca854b49712"}]}}' 2018-09-04 12:52:27,142 - novaclient.v2.client - DEBUG - RESP: [202] Date: Tue, 04 Sep 2018 12:52: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-22d6b321-71d1-42c4-bbc2-240e50378121 x-compute-request-id: req-22d6b321-71d1-42c4-bbc2-240e50378121 Content-Length: 374 location: http://172.30.9.28:8774/v2.1/servers/8cf6470b-47f9-4188-85fa-28971728869d Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "8cf6470b-47f9-4188-85fa-28971728869d", "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/8cf6470b-47f9-4188-85fa-28971728869d", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/8cf6470b-47f9-4188-85fa-28971728869d", "rel": "bookmark"}], "adminPass": "58n7h5TxwXqX"}} 2018-09-04 12:52:27,143 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers used request id req-22d6b321-71d1-42c4-bbc2-240e50378121 2018-09-04 12:52:27,143 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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-09-04 12:52:27,150 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12:52:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c8c63ab7-b746-49ee-8f27-043c2406784c 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.28:5000/v3/", "rel": "self"}]}} 2018-09-04 12:52:27,150 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-c8c63ab7-b746-49ee-8f27-043c2406784c 2018-09-04 12:52:27,151 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-09-04 12:52:27,544 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "3d416247e8224533841040c3ad2bce5a", "name": "admin"}], "expires_at": "2018-09-04T13:52:27.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1e2f68a072b64978bd7ea91c2d64aca6", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v1/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235635a698ef4bef9dc6b25273d185da"}, {"url": "http://192.30.9.6:8776/v1/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "23b07b3fbfc340a58cf0f9b2871a0d23"}, {"url": "http://172.30.9.28:8776/v1/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "72fd0aaa144d45419f4b04b6b26f69a7"}], "type": "volume", "id": "097241c25b4d4f7e91b3f8efa155909e", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v3/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93eb4cf3030a49e7840bec071422d397"}, {"url": "http://192.30.9.6:8776/v3/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8af439a6ac147fdbcb38ed9aa916b68"}, {"url": "http://192.30.9.6:8776/v3/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c4bfdbc9b7c74a23a40afdf578cfeba4"}], "type": "volumev3", "id": "1c85f4682ce44f729db1dabd98e965e8", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "82239574a29d4603a2161006f61851cf"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8d15f7134f364a7bbcfff2f84aac3bf2"}, {"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e01668c43a0c4c279b9a3d20a0280d6c"}], "type": "image", "id": "297d8415ca96454991054983920912f7", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7bb4d60e20734d4a9f31ec75e02cb823"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bf6adec15590466a9a0d3bddb00e8993"}, {"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f096f03a1d12411a8972f6f7c196b60d"}], "type": "policy", "id": "54c64351b56d44bbad74c2969cc3aa00", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "354ae6870a324fab82d0a0fb68ee0f26"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a3807e460dd4af488d982b66c52e64c"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e7c3da785076450abd71868e75ce0c33"}], "type": "cloudformation", "id": "6ac9917ae83c4639a15a4ab3cf0e76dd", "name": "heat-cfn"}, {"endpoints": [], "type": "metering", "id": "7fcc078e5e0645f29df67742ac14e388", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49e71628d386464cb950d6a9db00a328"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75b0a63ed8574bbcab1c851cc9b83d30"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9902b0a8b3c04cd192a1b84c417c232b"}], "type": "key-manager", "id": "9626544a32e74678a641c6e206f028a9", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "497340e5aa36485982fdf297f370558f"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7802beb4fc7c4952897b77bd5610b1fe"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c14af798917f4fa0b146d9772583e595"}], "type": "metric", "id": "973bfe8c658d4e5a8da725e76b9d550e", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "288ecc3674ea41d2aa3b790dcb832bf2"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7a6dc785cd7142f5b30f1a7ba0daeb03"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7f7d34e2351b4964befccc862c4e8e12"}], "type": "network", "id": "a348d7b06050474fb449be7f32ea6f5d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "21bce6ecb8464a1f8f3e3847aa698bd6"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0a8faf2246b47deb30e69e48d3551fb"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e71c6011de3d4d8589e5b53dcc79f288"}], "type": "identity", "id": "ad8d4b4953184137a1b913ecee9434ed", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "13474f9a78ca4f1184e4cddc84d0d98c"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad67365a18234bb78c336e6776958c00"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc54db13337f44f8921fbb9ad0f81de8"}], "type": "alarming", "id": "bb18dc3243034f08a6a7f69f7a1edccf", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0d91d7adf0304b2681c77f979e5cdb17"}, {"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "756e5ffca9774ab3ae2db41bf330417f"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c07c727a08c243b287827f539a124e63"}], "type": "placement", "id": "bb2c9432fcbd4c56913177122468f6ba", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8004/v1/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1eed4912224b48cf9856446eae4d9928"}, {"url": "http://192.30.9.6:8004/v1/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b73b7f99236541148d84f24f09e5dd40"}, {"url": "http://192.30.9.6:8004/v1/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fbf12e52911244fdafc24a9d46f56e62"}], "type": "orchestration", "id": "c8918d139da945ba93df4ccce21d4904", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16bf098b9e2e490f8e47fa601059f975"}, {"url": "http://192.30.9.6:8776/v2/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc16fa4cf491444ca2f611d5692c1170"}, {"url": "http://192.30.9.6:8776/v2/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ccd2c5325dff4b90b391db9fdde67d99"}], "type": "volumev2", "id": "d09ac9123c34494abce21d6c27bee9d9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eac694332354a3aa0e61c31314166d7"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b4d4989c4e764717ab78d38675cadd3f"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff196e46b56d406d87a678f1a64497b0"}], "type": "compute", "id": "d4030ee932c84df58c5b910cc197caa7", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "42c3a9abd8ad4ce8ab2c4cc6e0403c33"}, "audit_ids": ["PXg23t_oS2m-QCf6tTbCyQ"], "issued_at": "2018-09-04T12:52:27.000000Z"}} 2018-09-04 12:52:27,547 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/8cf6470b-47f9-4188-85fa-28971728869d -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4cac484e2328826fd1701716feb63f573e6d45d2" 2018-09-04 12:52:28,116 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12:52: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-1bf7ee74-0c5f-48e8-a62f-8a6f9f7dee00 x-compute-request-id: req-1bf7ee74-0c5f-48e8-a62f-8a6f9f7dee00 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.28:8774/v2.1/servers/8cf6470b-47f9-4188-85fa-28971728869d", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/8cf6470b-47f9-4188-85fa-28971728869d", "rel": "bookmark"}], "image": {"id": "a91136e4-4c2b-41e2-b9b4-8e2826bd27d8", "links": [{"href": "http://172.30.9.28:8774/images/a91136e4-4c2b-41e2-b9b4-8e2826bd27d8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "9cbbc756-b738-4f1f-8d03-84c527182338", "links": [{"href": "http://172.30.9.28:8774/flavors/9cbbc756-b738-4f1f-8d03-84c527182338", "rel": "bookmark"}]}, "id": "8cf6470b-47f9-4188-85fa-28971728869d", "user_id": "42c3a9abd8ad4ce8ab2c4cc6e0403c33", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-04T12:52:27Z", "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-09-04T12:52:27Z", "tenant_id": "1e2f68a072b64978bd7ea91c2d64aca6", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 12:52:28,116 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/8cf6470b-47f9-4188-85fa-28971728869d used request id req-1bf7ee74-0c5f-48e8-a62f-8a6f9f7dee00 2018-09-04 12:52:31,122 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/8cf6470b-47f9-4188-85fa-28971728869d -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4cac484e2328826fd1701716feb63f573e6d45d2" 2018-09-04 12:52:31,876 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12:52: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-e20f66d0-13fa-40c1-90c2-06ce34a96782 x-compute-request-id: req-e20f66d0-13fa-40c1-90c2-06ce34a96782 Content-Encoding: gzip Content-Length: 708 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/8cf6470b-47f9-4188-85fa-28971728869d", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/8cf6470b-47f9-4188-85fa-28971728869d", "rel": "bookmark"}], "image": {"id": "a91136e4-4c2b-41e2-b9b4-8e2826bd27d8", "links": [{"href": "http://172.30.9.28:8774/images/a91136e4-4c2b-41e2-b9b4-8e2826bd27d8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000126", "OS-SRV-USG:launched_at": null, "flavor": {"id": "9cbbc756-b738-4f1f-8d03-84c527182338", "links": [{"href": "http://172.30.9.28:8774/flavors/9cbbc756-b738-4f1f-8d03-84c527182338", "rel": "bookmark"}]}, "id": "8cf6470b-47f9-4188-85fa-28971728869d", "security_groups": [{"name": "default"}], "user_id": "42c3a9abd8ad4ce8ab2c4cc6e0403c33", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-04T12:52:29Z", "hostId": "ac4312c86b6d8b3ba69b66c09fbaad9c9659999bf89f97c14b4d2a68", "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-09-04T12:52:27Z", "tenant_id": "1e2f68a072b64978bd7ea91c2d64aca6", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 12:52:31,876 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/8cf6470b-47f9-4188-85fa-28971728869d used request id req-e20f66d0-13fa-40c1-90c2-06ce34a96782 2018-09-04 12:52:34,882 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/8cf6470b-47f9-4188-85fa-28971728869d -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4cac484e2328826fd1701716feb63f573e6d45d2" 2018-09-04 12:52:35,472 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12:52: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-8cf139cd-a095-4eab-91cf-d66dbdc5ff27 x-compute-request-id: req-8cf139cd-a095-4eab-91cf-d66dbdc5ff27 Content-Encoding: gzip Content-Length: 780 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:08:01:b4", "version": 4, "addr": "10.10.10.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/8cf6470b-47f9-4188-85fa-28971728869d", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/8cf6470b-47f9-4188-85fa-28971728869d", "rel": "bookmark"}], "image": {"id": "a91136e4-4c2b-41e2-b9b4-8e2826bd27d8", "links": [{"href": "http://172.30.9.28:8774/images/a91136e4-4c2b-41e2-b9b4-8e2826bd27d8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000126", "OS-SRV-USG:launched_at": "2018-09-04T12:52:32.000000", "flavor": {"id": "9cbbc756-b738-4f1f-8d03-84c527182338", "links": [{"href": "http://172.30.9.28:8774/flavors/9cbbc756-b738-4f1f-8d03-84c527182338", "rel": "bookmark"}]}, "id": "8cf6470b-47f9-4188-85fa-28971728869d", "security_groups": [{"name": "default"}], "user_id": "42c3a9abd8ad4ce8ab2c4cc6e0403c33", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-04T12:52:32Z", "hostId": "ac4312c86b6d8b3ba69b66c09fbaad9c9659999bf89f97c14b4d2a68", "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-09-04T12:52:27Z", "tenant_id": "1e2f68a072b64978bd7ea91c2d64aca6", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 12:52:35,472 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/8cf6470b-47f9-4188-85fa-28971728869d used request id req-8cf139cd-a095-4eab-91cf-d66dbdc5ff27 2018-09-04 12:52:35,476 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/8cf6470b-47f9-4188-85fa-28971728869d -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}26d8b946cfe8573c121af4cedf4ccdc82505adc8" 2018-09-04 12:52:35,947 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12:52: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-3e267938-2160-4733-9fb7-f494f9fec4b7 x-compute-request-id: req-3e267938-2160-4733-9fb7-f494f9fec4b7 Content-Encoding: gzip Content-Length: 780 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:08:01:b4", "version": 4, "addr": "10.10.10.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/8cf6470b-47f9-4188-85fa-28971728869d", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/8cf6470b-47f9-4188-85fa-28971728869d", "rel": "bookmark"}], "image": {"id": "a91136e4-4c2b-41e2-b9b4-8e2826bd27d8", "links": [{"href": "http://172.30.9.28:8774/images/a91136e4-4c2b-41e2-b9b4-8e2826bd27d8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000126", "OS-SRV-USG:launched_at": "2018-09-04T12:52:32.000000", "flavor": {"id": "9cbbc756-b738-4f1f-8d03-84c527182338", "links": [{"href": "http://172.30.9.28:8774/flavors/9cbbc756-b738-4f1f-8d03-84c527182338", "rel": "bookmark"}]}, "id": "8cf6470b-47f9-4188-85fa-28971728869d", "security_groups": [{"name": "default"}], "user_id": "42c3a9abd8ad4ce8ab2c4cc6e0403c33", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-04T12:52:32Z", "hostId": "ac4312c86b6d8b3ba69b66c09fbaad9c9659999bf89f97c14b4d2a68", "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-09-04T12:52:27Z", "tenant_id": "1e2f68a072b64978bd7ea91c2d64aca6", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 12:52:35,948 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/8cf6470b-47f9-4188-85fa-28971728869d used request id req-3e267938-2160-4733-9fb7-f494f9fec4b7 2018-09-04 12:52:35,948 - sdnvpn_test_utils - DEBUG - Instance 'sdnvpn-10-2' booted successfully. IP='10.10.10.6'. 2018-09-04 12:52:35,948 - sdnvpn_test_utils - DEBUG - Adding 'sdnvpn-10-2' to security group 'sdnvpn-sg'... 2018-09-04 12:52:35,951 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/servers/8cf6470b-47f9-4188-85fa-28971728869d/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ea406f3bc5b7b9ec5f93ac6fdb6cf6e00a9fb89e" -d '{"addSecurityGroup": {"name": "aee4e203-f920-46bb-ac91-6898d944e253"}}' 2018-09-04 12:52:37,520 - novaclient.v2.client - DEBUG - RESP: [202] Date: Tue, 04 Sep 2018 12:52: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-e850d049-74a0-4fd9-9ad4-6a32d1b5268e x-compute-request-id: req-e850d049-74a0-4fd9-9ad4-6a32d1b5268e Content-Length: 0 Content-Type: application/json 2018-09-04 12:52:37,520 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/8cf6470b-47f9-4188-85fa-28971728869d/action used request id req-e850d049-74a0-4fd9-9ad4-6a32d1b5268e 2018-09-04 12:52:37,521 - sdnvpn_test_utils - INFO - Creating instance 'sdnvpn-10-1'... 2018-09-04 12:52:37,521 - sdnvpn_test_utils - DEBUG - Configuration: name=sdnvpn-10-1 flavor=m1.tiny image=a91136e4-4c2b-41e2-b9b4-8e2826bd27d8 network=f21da4f7-d5d7-44c1-b94d-2ca854b49712 secgroup=aee4e203-f920-46bb-ac91-6898d944e253 hypervisor=nova:overcloud-novacompute-0.opnfvlf.org fixed_ip=None files=None userdata= #!/bin/sh set 10.10.10.6 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-09-04 12:52:37,521 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-09-04 12:52:37,521 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-09-04 12:52:37,521 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-09-04 12:52:37,521 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-09-04 12:52:37,521 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-09-04 12:52:37,521 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-09-04 12:52:37,522 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-09-04 12:52:37,522 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-09-04 12:52:37,522 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-09-04 12:52:37,522 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-09-04 12:52:37,522 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-09-04 12:52:37,522 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-09-04 12:52:37,522 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-09-04 12:52:37,522 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-09-04 12:52:37,522 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-09-04 12:52:37,523 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-09-04 12:52:37,523 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-09-04 12:52:37,523 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-09-04 12:52:37,523 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-09-04 12:52:37,523 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-09-04 12:52:37,523 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-09-04 12:52:37,523 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-09-04 12:52:37,523 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-09-04 12:52:37,523 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-09-04 12:52:37,526 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-09-04 12:52:37,526 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-09-04 12:52:37,526 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-09-04 12:52:37,526 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-09-04 12:52:37,526 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-09-04 12:52:37,526 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-09-04 12:52:37,526 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-09-04 12:52:37,526 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-09-04 12:52:37,527 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-09-04 12:52:37,527 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-09-04 12:52:37,527 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-09-04 12:52:37,527 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-09-04 12:52:37,527 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-09-04 12:52:37,527 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-09-04 12:52:37,527 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-09-04 12:52:37,527 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-09-04 12:52:37,527 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-09-04 12:52:37,528 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-09-04 12:52:37,528 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-09-04 12:52:37,528 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-09-04 12:52:37,528 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-09-04 12:52:37,528 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-09-04 12:52:37,528 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-09-04 12:52:37,528 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-09-04 12:52:37,531 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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-09-04 12:52:37,538 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12:52:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2fdc967a-e7fb-42c9-b964-76bf325339d7 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.28:5000/v3/", "rel": "self"}]}} 2018-09-04 12:52:37,538 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-2fdc967a-e7fb-42c9-b964-76bf325339d7 2018-09-04 12:52:37,539 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-09-04 12:52:37,922 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "3d416247e8224533841040c3ad2bce5a", "name": "admin"}], "expires_at": "2018-09-04T13:52:37.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1e2f68a072b64978bd7ea91c2d64aca6", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v1/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235635a698ef4bef9dc6b25273d185da"}, {"url": "http://192.30.9.6:8776/v1/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "23b07b3fbfc340a58cf0f9b2871a0d23"}, {"url": "http://172.30.9.28:8776/v1/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "72fd0aaa144d45419f4b04b6b26f69a7"}], "type": "volume", "id": "097241c25b4d4f7e91b3f8efa155909e", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v3/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93eb4cf3030a49e7840bec071422d397"}, {"url": "http://192.30.9.6:8776/v3/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8af439a6ac147fdbcb38ed9aa916b68"}, {"url": "http://192.30.9.6:8776/v3/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c4bfdbc9b7c74a23a40afdf578cfeba4"}], "type": "volumev3", "id": "1c85f4682ce44f729db1dabd98e965e8", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "82239574a29d4603a2161006f61851cf"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8d15f7134f364a7bbcfff2f84aac3bf2"}, {"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e01668c43a0c4c279b9a3d20a0280d6c"}], "type": "image", "id": "297d8415ca96454991054983920912f7", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7bb4d60e20734d4a9f31ec75e02cb823"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bf6adec15590466a9a0d3bddb00e8993"}, {"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f096f03a1d12411a8972f6f7c196b60d"}], "type": "policy", "id": "54c64351b56d44bbad74c2969cc3aa00", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "354ae6870a324fab82d0a0fb68ee0f26"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a3807e460dd4af488d982b66c52e64c"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e7c3da785076450abd71868e75ce0c33"}], "type": "cloudformation", "id": "6ac9917ae83c4639a15a4ab3cf0e76dd", "name": "heat-cfn"}, {"endpoints": [], "type": "metering", "id": "7fcc078e5e0645f29df67742ac14e388", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49e71628d386464cb950d6a9db00a328"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75b0a63ed8574bbcab1c851cc9b83d30"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9902b0a8b3c04cd192a1b84c417c232b"}], "type": "key-manager", "id": "9626544a32e74678a641c6e206f028a9", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "497340e5aa36485982fdf297f370558f"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7802beb4fc7c4952897b77bd5610b1fe"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c14af798917f4fa0b146d9772583e595"}], "type": "metric", "id": "973bfe8c658d4e5a8da725e76b9d550e", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "288ecc3674ea41d2aa3b790dcb832bf2"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7a6dc785cd7142f5b30f1a7ba0daeb03"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7f7d34e2351b4964befccc862c4e8e12"}], "type": "network", "id": "a348d7b06050474fb449be7f32ea6f5d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "21bce6ecb8464a1f8f3e3847aa698bd6"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0a8faf2246b47deb30e69e48d3551fb"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e71c6011de3d4d8589e5b53dcc79f288"}], "type": "identity", "id": "ad8d4b4953184137a1b913ecee9434ed", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "13474f9a78ca4f1184e4cddc84d0d98c"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad67365a18234bb78c336e6776958c00"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc54db13337f44f8921fbb9ad0f81de8"}], "type": "alarming", "id": "bb18dc3243034f08a6a7f69f7a1edccf", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0d91d7adf0304b2681c77f979e5cdb17"}, {"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "756e5ffca9774ab3ae2db41bf330417f"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c07c727a08c243b287827f539a124e63"}], "type": "placement", "id": "bb2c9432fcbd4c56913177122468f6ba", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8004/v1/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1eed4912224b48cf9856446eae4d9928"}, {"url": "http://192.30.9.6:8004/v1/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b73b7f99236541148d84f24f09e5dd40"}, {"url": "http://192.30.9.6:8004/v1/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fbf12e52911244fdafc24a9d46f56e62"}], "type": "orchestration", "id": "c8918d139da945ba93df4ccce21d4904", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16bf098b9e2e490f8e47fa601059f975"}, {"url": "http://192.30.9.6:8776/v2/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc16fa4cf491444ca2f611d5692c1170"}, {"url": "http://192.30.9.6:8776/v2/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ccd2c5325dff4b90b391db9fdde67d99"}], "type": "volumev2", "id": "d09ac9123c34494abce21d6c27bee9d9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eac694332354a3aa0e61c31314166d7"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b4d4989c4e764717ab78d38675cadd3f"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff196e46b56d406d87a678f1a64497b0"}], "type": "compute", "id": "d4030ee932c84df58c5b910cc197caa7", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "42c3a9abd8ad4ce8ab2c4cc6e0403c33"}, "audit_ids": ["mujt5LpnS5Kq-21RcqCs6w"], "issued_at": "2018-09-04T12:52:37.000000Z"}} 2018-09-04 12:52:37,925 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3e16754a174e570fc92a6d8b2ab2b0a769563b11" 2018-09-04 12:52:38,031 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12:52: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-160214f2-1981-421b-9329-ef950b1f6b57 x-compute-request-id: req-160214f2-1981-421b-9329-ef950b1f6b57 Content-Encoding: gzip Content-Length: 162 Content-Type: application/json RESP BODY: {"flavors": [{"id": "9cbbc756-b738-4f1f-8d03-84c527182338", "links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/9cbbc756-b738-4f1f-8d03-84c527182338", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/9cbbc756-b738-4f1f-8d03-84c527182338", "rel": "bookmark"}], "name": "m1.tiny"}]} 2018-09-04 12:52:38,031 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors used request id req-160214f2-1981-421b-9329-ef950b1f6b57 2018-09-04 12:52:38,034 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/flavors/9cbbc756-b738-4f1f-8d03-84c527182338 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3e16754a174e570fc92a6d8b2ab2b0a769563b11" 2018-09-04 12:52:38,055 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12:52: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-d7f94c73-497c-49fb-96ca-75b06cd0d6eb x-compute-request-id: req-d7f94c73-497c-49fb-96ca-75b06cd0d6eb Content-Encoding: gzip Content-Length: 280 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/9cbbc756-b738-4f1f-8d03-84c527182338", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/9cbbc756-b738-4f1f-8d03-84c527182338", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "9cbbc756-b738-4f1f-8d03-84c527182338", "name": "m1.tiny", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-09-04 12:52:38,055 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors/9cbbc756-b738-4f1f-8d03-84c527182338 used request id req-d7f94c73-497c-49fb-96ca-75b06cd0d6eb 2018-09-04 12:52:38,059 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3e16754a174e570fc92a6d8b2ab2b0a769563b11" -d '{"server": {"name": "sdnvpn-10-1", "imageRef": "a91136e4-4c2b-41e2-b9b4-8e2826bd27d8", "availability_zone": "nova:overcloud-novacompute-0.opnfvlf.org", "flavorRef": "9cbbc756-b738-4f1f-8d03-84c527182338", "user_data": "IyEvYmluL3NoCnNldCAxMC4xMC4xMC42CndoaWxlIHRydWU7IGRvCiBmb3IgaSBkbwogIGlwPSRpCiAgcGluZyAtYyAxMCAkaXAgMj4mMSA+L2Rldi9udWxsCiAgUkVTPSQ/CiAgaWYgWyAiWiRSRVMiID0gIlowIiBdIDsgdGhlbgogICBlY2hvIHBpbmcgJGlwIE9LCiAgZWxzZSBlY2hvIHBpbmcgJGlwIEtPCiAgZmkKIGRvbmUKIHNsZWVwIDEKZG9uZQo=", "max_count": 1, "min_count": 1, "networks": [{"uuid": "f21da4f7-d5d7-44c1-b94d-2ca854b49712"}], "config_drive": true}}' 2018-09-04 12:52:39,873 - novaclient.v2.client - DEBUG - RESP: [202] Date: Tue, 04 Sep 2018 12:52: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-ecec6e04-8338-4d01-b92d-d5f278780d5d x-compute-request-id: req-ecec6e04-8338-4d01-b92d-d5f278780d5d Content-Length: 374 location: http://172.30.9.28:8774/v2.1/servers/e405c1d0-e398-40d9-b303-d8dab908a5e1 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "e405c1d0-e398-40d9-b303-d8dab908a5e1", "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/e405c1d0-e398-40d9-b303-d8dab908a5e1", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/e405c1d0-e398-40d9-b303-d8dab908a5e1", "rel": "bookmark"}], "adminPass": "S2SpGaRW8pEJ"}} 2018-09-04 12:52:39,874 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers used request id req-ecec6e04-8338-4d01-b92d-d5f278780d5d 2018-09-04 12:52:39,874 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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-09-04 12:52:39,881 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12:52:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c4e6c4ab-4862-4064-9837-ea1b7d283a25 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.28:5000/v3/", "rel": "self"}]}} 2018-09-04 12:52:39,881 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-c4e6c4ab-4862-4064-9837-ea1b7d283a25 2018-09-04 12:52:39,882 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-09-04 12:52:40,257 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "3d416247e8224533841040c3ad2bce5a", "name": "admin"}], "expires_at": "2018-09-04T13:52:40.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1e2f68a072b64978bd7ea91c2d64aca6", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v1/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235635a698ef4bef9dc6b25273d185da"}, {"url": "http://192.30.9.6:8776/v1/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "23b07b3fbfc340a58cf0f9b2871a0d23"}, {"url": "http://172.30.9.28:8776/v1/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "72fd0aaa144d45419f4b04b6b26f69a7"}], "type": "volume", "id": "097241c25b4d4f7e91b3f8efa155909e", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v3/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93eb4cf3030a49e7840bec071422d397"}, {"url": "http://192.30.9.6:8776/v3/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8af439a6ac147fdbcb38ed9aa916b68"}, {"url": "http://192.30.9.6:8776/v3/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c4bfdbc9b7c74a23a40afdf578cfeba4"}], "type": "volumev3", "id": "1c85f4682ce44f729db1dabd98e965e8", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "82239574a29d4603a2161006f61851cf"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8d15f7134f364a7bbcfff2f84aac3bf2"}, {"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e01668c43a0c4c279b9a3d20a0280d6c"}], "type": "image", "id": "297d8415ca96454991054983920912f7", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7bb4d60e20734d4a9f31ec75e02cb823"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bf6adec15590466a9a0d3bddb00e8993"}, {"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f096f03a1d12411a8972f6f7c196b60d"}], "type": "policy", "id": "54c64351b56d44bbad74c2969cc3aa00", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "354ae6870a324fab82d0a0fb68ee0f26"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a3807e460dd4af488d982b66c52e64c"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e7c3da785076450abd71868e75ce0c33"}], "type": "cloudformation", "id": "6ac9917ae83c4639a15a4ab3cf0e76dd", "name": "heat-cfn"}, {"endpoints": [], "type": "metering", "id": "7fcc078e5e0645f29df67742ac14e388", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49e71628d386464cb950d6a9db00a328"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75b0a63ed8574bbcab1c851cc9b83d30"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9902b0a8b3c04cd192a1b84c417c232b"}], "type": "key-manager", "id": "9626544a32e74678a641c6e206f028a9", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "497340e5aa36485982fdf297f370558f"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7802beb4fc7c4952897b77bd5610b1fe"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c14af798917f4fa0b146d9772583e595"}], "type": "metric", "id": "973bfe8c658d4e5a8da725e76b9d550e", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "288ecc3674ea41d2aa3b790dcb832bf2"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7a6dc785cd7142f5b30f1a7ba0daeb03"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7f7d34e2351b4964befccc862c4e8e12"}], "type": "network", "id": "a348d7b06050474fb449be7f32ea6f5d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "21bce6ecb8464a1f8f3e3847aa698bd6"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0a8faf2246b47deb30e69e48d3551fb"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e71c6011de3d4d8589e5b53dcc79f288"}], "type": "identity", "id": "ad8d4b4953184137a1b913ecee9434ed", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "13474f9a78ca4f1184e4cddc84d0d98c"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad67365a18234bb78c336e6776958c00"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc54db13337f44f8921fbb9ad0f81de8"}], "type": "alarming", "id": "bb18dc3243034f08a6a7f69f7a1edccf", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0d91d7adf0304b2681c77f979e5cdb17"}, {"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "756e5ffca9774ab3ae2db41bf330417f"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c07c727a08c243b287827f539a124e63"}], "type": "placement", "id": "bb2c9432fcbd4c56913177122468f6ba", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8004/v1/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1eed4912224b48cf9856446eae4d9928"}, {"url": "http://192.30.9.6:8004/v1/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b73b7f99236541148d84f24f09e5dd40"}, {"url": "http://192.30.9.6:8004/v1/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fbf12e52911244fdafc24a9d46f56e62"}], "type": "orchestration", "id": "c8918d139da945ba93df4ccce21d4904", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16bf098b9e2e490f8e47fa601059f975"}, {"url": "http://192.30.9.6:8776/v2/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc16fa4cf491444ca2f611d5692c1170"}, {"url": "http://192.30.9.6:8776/v2/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ccd2c5325dff4b90b391db9fdde67d99"}], "type": "volumev2", "id": "d09ac9123c34494abce21d6c27bee9d9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eac694332354a3aa0e61c31314166d7"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b4d4989c4e764717ab78d38675cadd3f"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff196e46b56d406d87a678f1a64497b0"}], "type": "compute", "id": "d4030ee932c84df58c5b910cc197caa7", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "42c3a9abd8ad4ce8ab2c4cc6e0403c33"}, "audit_ids": ["d2REkZvqQ1y9HpgbTN7RCQ"], "issued_at": "2018-09-04T12:52:40.000000Z"}} 2018-09-04 12:52:40,261 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/e405c1d0-e398-40d9-b303-d8dab908a5e1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0e3c8e1f49947b9d2cd93ddb7012253e8034d00d" 2018-09-04 12:52:40,736 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12:52: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-b185e2ef-9852-4db8-b863-81de46c4cb4f x-compute-request-id: req-b185e2ef-9852-4db8-b863-81de46c4cb4f Content-Encoding: gzip Content-Length: 625 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/e405c1d0-e398-40d9-b303-d8dab908a5e1", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/e405c1d0-e398-40d9-b303-d8dab908a5e1", "rel": "bookmark"}], "image": {"id": "a91136e4-4c2b-41e2-b9b4-8e2826bd27d8", "links": [{"href": "http://172.30.9.28:8774/images/a91136e4-4c2b-41e2-b9b4-8e2826bd27d8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000129", "OS-SRV-USG:launched_at": null, "flavor": {"id": "9cbbc756-b738-4f1f-8d03-84c527182338", "links": [{"href": "http://172.30.9.28:8774/flavors/9cbbc756-b738-4f1f-8d03-84c527182338", "rel": "bookmark"}]}, "id": "e405c1d0-e398-40d9-b303-d8dab908a5e1", "user_id": "42c3a9abd8ad4ce8ab2c4cc6e0403c33", "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-09-04T12:52:40Z", "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-1", "created": "2018-09-04T12:52:39Z", "tenant_id": "1e2f68a072b64978bd7ea91c2d64aca6", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 12:52:40,737 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/e405c1d0-e398-40d9-b303-d8dab908a5e1 used request id req-b185e2ef-9852-4db8-b863-81de46c4cb4f 2018-09-04 12:52:43,743 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/e405c1d0-e398-40d9-b303-d8dab908a5e1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0e3c8e1f49947b9d2cd93ddb7012253e8034d00d" 2018-09-04 12:52:44,499 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12:52: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-0336110f-856e-44b0-91d8-815f0cc583ef x-compute-request-id: req-0336110f-856e-44b0-91d8-815f0cc583ef Content-Encoding: gzip Content-Length: 783 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:ae:e8:15", "version": 4, "addr": "10.10.10.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/e405c1d0-e398-40d9-b303-d8dab908a5e1", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/e405c1d0-e398-40d9-b303-d8dab908a5e1", "rel": "bookmark"}], "image": {"id": "a91136e4-4c2b-41e2-b9b4-8e2826bd27d8", "links": [{"href": "http://172.30.9.28:8774/images/a91136e4-4c2b-41e2-b9b4-8e2826bd27d8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000129", "OS-SRV-USG:launched_at": null, "flavor": {"id": "9cbbc756-b738-4f1f-8d03-84c527182338", "links": [{"href": "http://172.30.9.28:8774/flavors/9cbbc756-b738-4f1f-8d03-84c527182338", "rel": "bookmark"}]}, "id": "e405c1d0-e398-40d9-b303-d8dab908a5e1", "security_groups": [{"name": "default"}], "user_id": "42c3a9abd8ad4ce8ab2c4cc6e0403c33", "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-09-04T12:52:40Z", "hostId": "ac4312c86b6d8b3ba69b66c09fbaad9c9659999bf89f97c14b4d2a68", "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-09-04T12:52:39Z", "tenant_id": "1e2f68a072b64978bd7ea91c2d64aca6", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 12:52:44,499 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/e405c1d0-e398-40d9-b303-d8dab908a5e1 used request id req-0336110f-856e-44b0-91d8-815f0cc583ef 2018-09-04 12:52:47,505 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/e405c1d0-e398-40d9-b303-d8dab908a5e1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0e3c8e1f49947b9d2cd93ddb7012253e8034d00d" 2018-09-04 12:52:48,180 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12:52: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-550897b1-8918-4ab2-8c0e-178e7de8ed6f x-compute-request-id: req-550897b1-8918-4ab2-8c0e-178e7de8ed6f Content-Encoding: gzip Content-Length: 786 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:ae:e8:15", "version": 4, "addr": "10.10.10.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/e405c1d0-e398-40d9-b303-d8dab908a5e1", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/e405c1d0-e398-40d9-b303-d8dab908a5e1", "rel": "bookmark"}], "image": {"id": "a91136e4-4c2b-41e2-b9b4-8e2826bd27d8", "links": [{"href": "http://172.30.9.28:8774/images/a91136e4-4c2b-41e2-b9b4-8e2826bd27d8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000129", "OS-SRV-USG:launched_at": "2018-09-04T12:52:43.000000", "flavor": {"id": "9cbbc756-b738-4f1f-8d03-84c527182338", "links": [{"href": "http://172.30.9.28:8774/flavors/9cbbc756-b738-4f1f-8d03-84c527182338", "rel": "bookmark"}]}, "id": "e405c1d0-e398-40d9-b303-d8dab908a5e1", "security_groups": [{"name": "default"}], "user_id": "42c3a9abd8ad4ce8ab2c4cc6e0403c33", "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-09-04T12:52:44Z", "hostId": "ac4312c86b6d8b3ba69b66c09fbaad9c9659999bf89f97c14b4d2a68", "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-09-04T12:52:39Z", "tenant_id": "1e2f68a072b64978bd7ea91c2d64aca6", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 12:52:48,180 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/e405c1d0-e398-40d9-b303-d8dab908a5e1 used request id req-550897b1-8918-4ab2-8c0e-178e7de8ed6f 2018-09-04 12:52:48,184 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/e405c1d0-e398-40d9-b303-d8dab908a5e1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3e16754a174e570fc92a6d8b2ab2b0a769563b11" 2018-09-04 12:52:48,933 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12:52: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-faf82bad-16a1-41b3-abef-2ce0a99c5cc0 x-compute-request-id: req-faf82bad-16a1-41b3-abef-2ce0a99c5cc0 Content-Encoding: gzip Content-Length: 786 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:ae:e8:15", "version": 4, "addr": "10.10.10.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/e405c1d0-e398-40d9-b303-d8dab908a5e1", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/e405c1d0-e398-40d9-b303-d8dab908a5e1", "rel": "bookmark"}], "image": {"id": "a91136e4-4c2b-41e2-b9b4-8e2826bd27d8", "links": [{"href": "http://172.30.9.28:8774/images/a91136e4-4c2b-41e2-b9b4-8e2826bd27d8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000129", "OS-SRV-USG:launched_at": "2018-09-04T12:52:43.000000", "flavor": {"id": "9cbbc756-b738-4f1f-8d03-84c527182338", "links": [{"href": "http://172.30.9.28:8774/flavors/9cbbc756-b738-4f1f-8d03-84c527182338", "rel": "bookmark"}]}, "id": "e405c1d0-e398-40d9-b303-d8dab908a5e1", "security_groups": [{"name": "default"}], "user_id": "42c3a9abd8ad4ce8ab2c4cc6e0403c33", "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-09-04T12:52:44Z", "hostId": "ac4312c86b6d8b3ba69b66c09fbaad9c9659999bf89f97c14b4d2a68", "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-09-04T12:52:39Z", "tenant_id": "1e2f68a072b64978bd7ea91c2d64aca6", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 12:52:48,933 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/e405c1d0-e398-40d9-b303-d8dab908a5e1 used request id req-faf82bad-16a1-41b3-abef-2ce0a99c5cc0 2018-09-04 12:52:48,934 - sdnvpn_test_utils - DEBUG - Instance 'sdnvpn-10-1' booted successfully. IP='10.10.10.8'. 2018-09-04 12:52:48,935 - sdnvpn_test_utils - DEBUG - Adding 'sdnvpn-10-1' to security group 'sdnvpn-sg'... 2018-09-04 12:52:48,937 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/servers/e405c1d0-e398-40d9-b303-d8dab908a5e1/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ea406f3bc5b7b9ec5f93ac6fdb6cf6e00a9fb89e" -d '{"addSecurityGroup": {"name": "aee4e203-f920-46bb-ac91-6898d944e253"}}' 2018-09-04 12:52:50,307 - novaclient.v2.client - DEBUG - RESP: [202] Date: Tue, 04 Sep 2018 12:52: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-c95a0605-c23e-43fd-9f15-4815e6926d77 x-compute-request-id: req-c95a0605-c23e-43fd-9f15-4815e6926d77 Content-Length: 0 Content-Type: application/json 2018-09-04 12:52:50,307 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/e405c1d0-e398-40d9-b303-d8dab908a5e1/action used request id req-c95a0605-c23e-43fd-9f15-4815e6926d77 2018-09-04 12:52:50,308 - sdnvpn_test_utils - INFO - Creating instance 'sdnvpn-10-3'... 2018-09-04 12:52:50,308 - sdnvpn_test_utils - DEBUG - Configuration: name=sdnvpn-10-3 flavor=m1.tiny image=a91136e4-4c2b-41e2-b9b4-8e2826bd27d8 network=f21da4f7-d5d7-44c1-b94d-2ca854b49712 secgroup=aee4e203-f920-46bb-ac91-6898d944e253 hypervisor=nova:overcloud-novacompute-1.opnfvlf.org fixed_ip=None files=None userdata= #!/bin/sh set 10.10.10.8 10.10.10.6 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-09-04 12:52:50,308 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-09-04 12:52:50,308 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-09-04 12:52:50,308 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-09-04 12:52:50,308 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-09-04 12:52:50,308 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-09-04 12:52:50,309 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-09-04 12:52:50,309 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-09-04 12:52:50,309 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-09-04 12:52:50,309 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-09-04 12:52:50,309 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-09-04 12:52:50,309 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-09-04 12:52:50,309 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-09-04 12:52:50,309 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-09-04 12:52:50,309 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-09-04 12:52:50,310 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-09-04 12:52:50,310 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-09-04 12:52:50,310 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-09-04 12:52:50,310 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-09-04 12:52:50,310 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-09-04 12:52:50,310 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-09-04 12:52:50,310 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-09-04 12:52:50,310 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-09-04 12:52:50,310 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-09-04 12:52:50,311 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-09-04 12:52:50,313 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-09-04 12:52:50,313 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-09-04 12:52:50,313 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-09-04 12:52:50,313 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-09-04 12:52:50,313 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-09-04 12:52:50,313 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-09-04 12:52:50,313 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-09-04 12:52:50,313 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-09-04 12:52:50,314 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-09-04 12:52:50,314 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-09-04 12:52:50,314 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-09-04 12:52:50,314 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-09-04 12:52:50,314 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-09-04 12:52:50,314 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-09-04 12:52:50,314 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-09-04 12:52:50,314 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-09-04 12:52:50,314 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-09-04 12:52:50,315 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-09-04 12:52:50,315 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-09-04 12:52:50,315 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-09-04 12:52:50,315 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-09-04 12:52:50,315 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-09-04 12:52:50,315 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-09-04 12:52:50,315 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-09-04 12:52:50,318 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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-09-04 12:52:50,324 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12:52:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bd1c77f9-5def-443a-8485-d05a32137fb8 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.28:5000/v3/", "rel": "self"}]}} 2018-09-04 12:52:50,325 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-bd1c77f9-5def-443a-8485-d05a32137fb8 2018-09-04 12:52:50,325 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-09-04 12:52:50,696 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "3d416247e8224533841040c3ad2bce5a", "name": "admin"}], "expires_at": "2018-09-04T13:52:50.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1e2f68a072b64978bd7ea91c2d64aca6", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v1/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235635a698ef4bef9dc6b25273d185da"}, {"url": "http://192.30.9.6:8776/v1/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "23b07b3fbfc340a58cf0f9b2871a0d23"}, {"url": "http://172.30.9.28:8776/v1/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "72fd0aaa144d45419f4b04b6b26f69a7"}], "type": "volume", "id": "097241c25b4d4f7e91b3f8efa155909e", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v3/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93eb4cf3030a49e7840bec071422d397"}, {"url": "http://192.30.9.6:8776/v3/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8af439a6ac147fdbcb38ed9aa916b68"}, {"url": "http://192.30.9.6:8776/v3/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c4bfdbc9b7c74a23a40afdf578cfeba4"}], "type": "volumev3", "id": "1c85f4682ce44f729db1dabd98e965e8", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "82239574a29d4603a2161006f61851cf"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8d15f7134f364a7bbcfff2f84aac3bf2"}, {"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e01668c43a0c4c279b9a3d20a0280d6c"}], "type": "image", "id": "297d8415ca96454991054983920912f7", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7bb4d60e20734d4a9f31ec75e02cb823"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bf6adec15590466a9a0d3bddb00e8993"}, {"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f096f03a1d12411a8972f6f7c196b60d"}], "type": "policy", "id": "54c64351b56d44bbad74c2969cc3aa00", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "354ae6870a324fab82d0a0fb68ee0f26"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a3807e460dd4af488d982b66c52e64c"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e7c3da785076450abd71868e75ce0c33"}], "type": "cloudformation", "id": "6ac9917ae83c4639a15a4ab3cf0e76dd", "name": "heat-cfn"}, {"endpoints": [], "type": "metering", "id": "7fcc078e5e0645f29df67742ac14e388", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49e71628d386464cb950d6a9db00a328"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75b0a63ed8574bbcab1c851cc9b83d30"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9902b0a8b3c04cd192a1b84c417c232b"}], "type": "key-manager", "id": "9626544a32e74678a641c6e206f028a9", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "497340e5aa36485982fdf297f370558f"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7802beb4fc7c4952897b77bd5610b1fe"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c14af798917f4fa0b146d9772583e595"}], "type": "metric", "id": "973bfe8c658d4e5a8da725e76b9d550e", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "288ecc3674ea41d2aa3b790dcb832bf2"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7a6dc785cd7142f5b30f1a7ba0daeb03"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7f7d34e2351b4964befccc862c4e8e12"}], "type": "network", "id": "a348d7b06050474fb449be7f32ea6f5d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "21bce6ecb8464a1f8f3e3847aa698bd6"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0a8faf2246b47deb30e69e48d3551fb"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e71c6011de3d4d8589e5b53dcc79f288"}], "type": "identity", "id": "ad8d4b4953184137a1b913ecee9434ed", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "13474f9a78ca4f1184e4cddc84d0d98c"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad67365a18234bb78c336e6776958c00"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc54db13337f44f8921fbb9ad0f81de8"}], "type": "alarming", "id": "bb18dc3243034f08a6a7f69f7a1edccf", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0d91d7adf0304b2681c77f979e5cdb17"}, {"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "756e5ffca9774ab3ae2db41bf330417f"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c07c727a08c243b287827f539a124e63"}], "type": "placement", "id": "bb2c9432fcbd4c56913177122468f6ba", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8004/v1/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1eed4912224b48cf9856446eae4d9928"}, {"url": "http://192.30.9.6:8004/v1/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b73b7f99236541148d84f24f09e5dd40"}, {"url": "http://192.30.9.6:8004/v1/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fbf12e52911244fdafc24a9d46f56e62"}], "type": "orchestration", "id": "c8918d139da945ba93df4ccce21d4904", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16bf098b9e2e490f8e47fa601059f975"}, {"url": "http://192.30.9.6:8776/v2/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc16fa4cf491444ca2f611d5692c1170"}, {"url": "http://192.30.9.6:8776/v2/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ccd2c5325dff4b90b391db9fdde67d99"}], "type": "volumev2", "id": "d09ac9123c34494abce21d6c27bee9d9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eac694332354a3aa0e61c31314166d7"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b4d4989c4e764717ab78d38675cadd3f"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff196e46b56d406d87a678f1a64497b0"}], "type": "compute", "id": "d4030ee932c84df58c5b910cc197caa7", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "42c3a9abd8ad4ce8ab2c4cc6e0403c33"}, "audit_ids": ["D4ybhOQQSiS_2-fLZ-uSvg"], "issued_at": "2018-09-04T12:52:50.000000Z"}} 2018-09-04 12:52:50,698 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6bf60c0e23ecaa1432876d008666c2120fdb63c0" 2018-09-04 12:52:50,867 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12:52: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-67b99247-1659-4a18-a240-29a25a6fc940 x-compute-request-id: req-67b99247-1659-4a18-a240-29a25a6fc940 Content-Encoding: gzip Content-Length: 162 Content-Type: application/json RESP BODY: {"flavors": [{"id": "9cbbc756-b738-4f1f-8d03-84c527182338", "links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/9cbbc756-b738-4f1f-8d03-84c527182338", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/9cbbc756-b738-4f1f-8d03-84c527182338", "rel": "bookmark"}], "name": "m1.tiny"}]} 2018-09-04 12:52:50,868 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors used request id req-67b99247-1659-4a18-a240-29a25a6fc940 2018-09-04 12:52:50,871 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/flavors/9cbbc756-b738-4f1f-8d03-84c527182338 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6bf60c0e23ecaa1432876d008666c2120fdb63c0" 2018-09-04 12:52:50,894 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12:52: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-bcdb178c-b661-4a29-8479-47cf8bb4b4f8 x-compute-request-id: req-bcdb178c-b661-4a29-8479-47cf8bb4b4f8 Content-Encoding: gzip Content-Length: 280 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/9cbbc756-b738-4f1f-8d03-84c527182338", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/9cbbc756-b738-4f1f-8d03-84c527182338", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "9cbbc756-b738-4f1f-8d03-84c527182338", "name": "m1.tiny", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-09-04 12:52:50,894 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors/9cbbc756-b738-4f1f-8d03-84c527182338 used request id req-bcdb178c-b661-4a29-8479-47cf8bb4b4f8 2018-09-04 12:52:50,897 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6bf60c0e23ecaa1432876d008666c2120fdb63c0" -d '{"server": {"name": "sdnvpn-10-3", "imageRef": "a91136e4-4c2b-41e2-b9b4-8e2826bd27d8", "availability_zone": "nova:overcloud-novacompute-1.opnfvlf.org", "flavorRef": "9cbbc756-b738-4f1f-8d03-84c527182338", "user_data": "IyEvYmluL3NoCnNldCAxMC4xMC4xMC44IDEwLjEwLjEwLjYKd2hpbGUgdHJ1ZTsgZG8KIGZvciBpIGRvCiAgaXA9JGkKICBwaW5nIC1jIDEwICRpcCAyPiYxID4vZGV2L251bGwKICBSRVM9JD8KICBpZiBbICJaJFJFUyIgPSAiWjAiIF0gOyB0aGVuCiAgIGVjaG8gcGluZyAkaXAgT0sKICBlbHNlIGVjaG8gcGluZyAkaXAgS08KICBmaQogZG9uZQogc2xlZXAgMQpkb25lCg==", "max_count": 1, "min_count": 1, "networks": [{"uuid": "f21da4f7-d5d7-44c1-b94d-2ca854b49712"}], "config_drive": true}}' 2018-09-04 12:52:52,268 - novaclient.v2.client - DEBUG - RESP: [202] Date: Tue, 04 Sep 2018 12:52: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-9dbe5cb0-b81e-4e33-978e-b5ad079bf35d x-compute-request-id: req-9dbe5cb0-b81e-4e33-978e-b5ad079bf35d Content-Length: 374 location: http://172.30.9.28:8774/v2.1/servers/94bf21f0-f1b6-428f-8bea-ade96857c71b Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "94bf21f0-f1b6-428f-8bea-ade96857c71b", "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/94bf21f0-f1b6-428f-8bea-ade96857c71b", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/94bf21f0-f1b6-428f-8bea-ade96857c71b", "rel": "bookmark"}], "adminPass": "MAVZW7HiM4yt"}} 2018-09-04 12:52:52,268 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers used request id req-9dbe5cb0-b81e-4e33-978e-b5ad079bf35d 2018-09-04 12:52:52,269 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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-09-04 12:52:52,276 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12:52:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cb106554-71d9-4086-9183-3f3c761eeef2 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.28:5000/v3/", "rel": "self"}]}} 2018-09-04 12:52:52,276 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-cb106554-71d9-4086-9183-3f3c761eeef2 2018-09-04 12:52:52,277 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-09-04 12:52:52,658 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "3d416247e8224533841040c3ad2bce5a", "name": "admin"}], "expires_at": "2018-09-04T13:52:52.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1e2f68a072b64978bd7ea91c2d64aca6", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v1/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235635a698ef4bef9dc6b25273d185da"}, {"url": "http://192.30.9.6:8776/v1/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "23b07b3fbfc340a58cf0f9b2871a0d23"}, {"url": "http://172.30.9.28:8776/v1/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "72fd0aaa144d45419f4b04b6b26f69a7"}], "type": "volume", "id": "097241c25b4d4f7e91b3f8efa155909e", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v3/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93eb4cf3030a49e7840bec071422d397"}, {"url": "http://192.30.9.6:8776/v3/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8af439a6ac147fdbcb38ed9aa916b68"}, {"url": "http://192.30.9.6:8776/v3/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c4bfdbc9b7c74a23a40afdf578cfeba4"}], "type": "volumev3", "id": "1c85f4682ce44f729db1dabd98e965e8", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "82239574a29d4603a2161006f61851cf"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8d15f7134f364a7bbcfff2f84aac3bf2"}, {"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e01668c43a0c4c279b9a3d20a0280d6c"}], "type": "image", "id": "297d8415ca96454991054983920912f7", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7bb4d60e20734d4a9f31ec75e02cb823"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bf6adec15590466a9a0d3bddb00e8993"}, {"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f096f03a1d12411a8972f6f7c196b60d"}], "type": "policy", "id": "54c64351b56d44bbad74c2969cc3aa00", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "354ae6870a324fab82d0a0fb68ee0f26"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a3807e460dd4af488d982b66c52e64c"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e7c3da785076450abd71868e75ce0c33"}], "type": "cloudformation", "id": "6ac9917ae83c4639a15a4ab3cf0e76dd", "name": "heat-cfn"}, {"endpoints": [], "type": "metering", "id": "7fcc078e5e0645f29df67742ac14e388", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49e71628d386464cb950d6a9db00a328"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75b0a63ed8574bbcab1c851cc9b83d30"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9902b0a8b3c04cd192a1b84c417c232b"}], "type": "key-manager", "id": "9626544a32e74678a641c6e206f028a9", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "497340e5aa36485982fdf297f370558f"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7802beb4fc7c4952897b77bd5610b1fe"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c14af798917f4fa0b146d9772583e595"}], "type": "metric", "id": "973bfe8c658d4e5a8da725e76b9d550e", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "288ecc3674ea41d2aa3b790dcb832bf2"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7a6dc785cd7142f5b30f1a7ba0daeb03"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7f7d34e2351b4964befccc862c4e8e12"}], "type": "network", "id": "a348d7b06050474fb449be7f32ea6f5d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "21bce6ecb8464a1f8f3e3847aa698bd6"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0a8faf2246b47deb30e69e48d3551fb"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e71c6011de3d4d8589e5b53dcc79f288"}], "type": "identity", "id": "ad8d4b4953184137a1b913ecee9434ed", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "13474f9a78ca4f1184e4cddc84d0d98c"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad67365a18234bb78c336e6776958c00"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc54db13337f44f8921fbb9ad0f81de8"}], "type": "alarming", "id": "bb18dc3243034f08a6a7f69f7a1edccf", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0d91d7adf0304b2681c77f979e5cdb17"}, {"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "756e5ffca9774ab3ae2db41bf330417f"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c07c727a08c243b287827f539a124e63"}], "type": "placement", "id": "bb2c9432fcbd4c56913177122468f6ba", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8004/v1/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1eed4912224b48cf9856446eae4d9928"}, {"url": "http://192.30.9.6:8004/v1/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b73b7f99236541148d84f24f09e5dd40"}, {"url": "http://192.30.9.6:8004/v1/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fbf12e52911244fdafc24a9d46f56e62"}], "type": "orchestration", "id": "c8918d139da945ba93df4ccce21d4904", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16bf098b9e2e490f8e47fa601059f975"}, {"url": "http://192.30.9.6:8776/v2/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc16fa4cf491444ca2f611d5692c1170"}, {"url": "http://192.30.9.6:8776/v2/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ccd2c5325dff4b90b391db9fdde67d99"}], "type": "volumev2", "id": "d09ac9123c34494abce21d6c27bee9d9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eac694332354a3aa0e61c31314166d7"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b4d4989c4e764717ab78d38675cadd3f"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff196e46b56d406d87a678f1a64497b0"}], "type": "compute", "id": "d4030ee932c84df58c5b910cc197caa7", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "42c3a9abd8ad4ce8ab2c4cc6e0403c33"}, "audit_ids": ["PZev3GW_RSi2vZNJ0b6hnQ"], "issued_at": "2018-09-04T12:52:52.000000Z"}} 2018-09-04 12:52:52,660 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/94bf21f0-f1b6-428f-8bea-ade96857c71b -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cfcc50ee889bacee1b0ecad5a412db79faad24b2" 2018-09-04 12:52:53,177 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12:52: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-63aa5e76-facf-470b-af0f-d3e37344aa2f x-compute-request-id: req-63aa5e76-facf-470b-af0f-d3e37344aa2f Content-Encoding: gzip Content-Length: 618 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/94bf21f0-f1b6-428f-8bea-ade96857c71b", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/94bf21f0-f1b6-428f-8bea-ade96857c71b", "rel": "bookmark"}], "image": {"id": "a91136e4-4c2b-41e2-b9b4-8e2826bd27d8", "links": [{"href": "http://172.30.9.28:8774/images/a91136e4-4c2b-41e2-b9b4-8e2826bd27d8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "9cbbc756-b738-4f1f-8d03-84c527182338", "links": [{"href": "http://172.30.9.28:8774/flavors/9cbbc756-b738-4f1f-8d03-84c527182338", "rel": "bookmark"}]}, "id": "94bf21f0-f1b6-428f-8bea-ade96857c71b", "user_id": "42c3a9abd8ad4ce8ab2c4cc6e0403c33", "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-09-04T12:52:52Z", "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-3", "created": "2018-09-04T12:52:52Z", "tenant_id": "1e2f68a072b64978bd7ea91c2d64aca6", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 12:52:53,178 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/94bf21f0-f1b6-428f-8bea-ade96857c71b used request id req-63aa5e76-facf-470b-af0f-d3e37344aa2f 2018-09-04 12:52:56,184 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/94bf21f0-f1b6-428f-8bea-ade96857c71b -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cfcc50ee889bacee1b0ecad5a412db79faad24b2" 2018-09-04 12:52:56,896 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12:52: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-caed268b-9195-46ab-a8a5-525e519d22c0 x-compute-request-id: req-caed268b-9195-46ab-a8a5-525e519d22c0 Content-Encoding: gzip Content-Length: 782 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:73:82:ec", "version": 4, "addr": "10.10.10.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/94bf21f0-f1b6-428f-8bea-ade96857c71b", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/94bf21f0-f1b6-428f-8bea-ade96857c71b", "rel": "bookmark"}], "image": {"id": "a91136e4-4c2b-41e2-b9b4-8e2826bd27d8", "links": [{"href": "http://172.30.9.28:8774/images/a91136e4-4c2b-41e2-b9b4-8e2826bd27d8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-0000012c", "OS-SRV-USG:launched_at": null, "flavor": {"id": "9cbbc756-b738-4f1f-8d03-84c527182338", "links": [{"href": "http://172.30.9.28:8774/flavors/9cbbc756-b738-4f1f-8d03-84c527182338", "rel": "bookmark"}]}, "id": "94bf21f0-f1b6-428f-8bea-ade96857c71b", "security_groups": [{"name": "default"}], "user_id": "42c3a9abd8ad4ce8ab2c4cc6e0403c33", "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-09-04T12:52:53Z", "hostId": "24e26f10d5130c6a4675921c14879aaf799aa7852a9a32fc2c90e6da", "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-09-04T12:52:52Z", "tenant_id": "1e2f68a072b64978bd7ea91c2d64aca6", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 12:52:56,896 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/94bf21f0-f1b6-428f-8bea-ade96857c71b used request id req-caed268b-9195-46ab-a8a5-525e519d22c0 2018-09-04 12:52:59,903 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/94bf21f0-f1b6-428f-8bea-ade96857c71b -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cfcc50ee889bacee1b0ecad5a412db79faad24b2" 2018-09-04 12:53:00,596 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12:52: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-03b35eb3-e0d7-44f4-84d7-276052af9e4c x-compute-request-id: req-03b35eb3-e0d7-44f4-84d7-276052af9e4c Content-Encoding: gzip Content-Length: 785 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:73:82:ec", "version": 4, "addr": "10.10.10.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/94bf21f0-f1b6-428f-8bea-ade96857c71b", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/94bf21f0-f1b6-428f-8bea-ade96857c71b", "rel": "bookmark"}], "image": {"id": "a91136e4-4c2b-41e2-b9b4-8e2826bd27d8", "links": [{"href": "http://172.30.9.28:8774/images/a91136e4-4c2b-41e2-b9b4-8e2826bd27d8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000012c", "OS-SRV-USG:launched_at": "2018-09-04T12:52:56.000000", "flavor": {"id": "9cbbc756-b738-4f1f-8d03-84c527182338", "links": [{"href": "http://172.30.9.28:8774/flavors/9cbbc756-b738-4f1f-8d03-84c527182338", "rel": "bookmark"}]}, "id": "94bf21f0-f1b6-428f-8bea-ade96857c71b", "security_groups": [{"name": "default"}], "user_id": "42c3a9abd8ad4ce8ab2c4cc6e0403c33", "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-09-04T12:52:57Z", "hostId": "24e26f10d5130c6a4675921c14879aaf799aa7852a9a32fc2c90e6da", "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-09-04T12:52:52Z", "tenant_id": "1e2f68a072b64978bd7ea91c2d64aca6", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 12:53:00,596 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/94bf21f0-f1b6-428f-8bea-ade96857c71b used request id req-03b35eb3-e0d7-44f4-84d7-276052af9e4c 2018-09-04 12:53:00,599 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/94bf21f0-f1b6-428f-8bea-ade96857c71b -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6bf60c0e23ecaa1432876d008666c2120fdb63c0" 2018-09-04 12:53:01,285 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12:53: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-5d70aef2-86b0-46b9-bf12-49f4a69a99c9 x-compute-request-id: req-5d70aef2-86b0-46b9-bf12-49f4a69a99c9 Content-Encoding: gzip Content-Length: 785 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:73:82:ec", "version": 4, "addr": "10.10.10.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/94bf21f0-f1b6-428f-8bea-ade96857c71b", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/94bf21f0-f1b6-428f-8bea-ade96857c71b", "rel": "bookmark"}], "image": {"id": "a91136e4-4c2b-41e2-b9b4-8e2826bd27d8", "links": [{"href": "http://172.30.9.28:8774/images/a91136e4-4c2b-41e2-b9b4-8e2826bd27d8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000012c", "OS-SRV-USG:launched_at": "2018-09-04T12:52:56.000000", "flavor": {"id": "9cbbc756-b738-4f1f-8d03-84c527182338", "links": [{"href": "http://172.30.9.28:8774/flavors/9cbbc756-b738-4f1f-8d03-84c527182338", "rel": "bookmark"}]}, "id": "94bf21f0-f1b6-428f-8bea-ade96857c71b", "security_groups": [{"name": "default"}], "user_id": "42c3a9abd8ad4ce8ab2c4cc6e0403c33", "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-09-04T12:52:57Z", "hostId": "24e26f10d5130c6a4675921c14879aaf799aa7852a9a32fc2c90e6da", "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-09-04T12:52:52Z", "tenant_id": "1e2f68a072b64978bd7ea91c2d64aca6", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 12:53:01,285 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/94bf21f0-f1b6-428f-8bea-ade96857c71b used request id req-5d70aef2-86b0-46b9-bf12-49f4a69a99c9 2018-09-04 12:53:01,286 - sdnvpn_test_utils - DEBUG - Instance 'sdnvpn-10-3' booted successfully. IP='10.10.10.7'. 2018-09-04 12:53:01,286 - sdnvpn_test_utils - DEBUG - Adding 'sdnvpn-10-3' to security group 'sdnvpn-sg'... 2018-09-04 12:53:01,288 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/servers/94bf21f0-f1b6-428f-8bea-ade96857c71b/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ea406f3bc5b7b9ec5f93ac6fdb6cf6e00a9fb89e" -d '{"addSecurityGroup": {"name": "aee4e203-f920-46bb-ac91-6898d944e253"}}' 2018-09-04 12:53:02,547 - novaclient.v2.client - DEBUG - RESP: [202] Date: Tue, 04 Sep 2018 12:53:01 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-dba5ffbb-abf6-40eb-b102-92e655400fce x-compute-request-id: req-dba5ffbb-abf6-40eb-b102-92e655400fce Content-Length: 0 Content-Type: application/json 2018-09-04 12:53:02,547 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/94bf21f0-f1b6-428f-8bea-ade96857c71b/action used request id req-dba5ffbb-abf6-40eb-b102-92e655400fce 2018-09-04 12:53:02,548 - sdnvpn_test_utils - INFO - Waiting for instance 8cf6470b-47f9-4188-85fa-28971728869d to boot up 2018-09-04 12:53:02,552 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/servers/8cf6470b-47f9-4188-85fa-28971728869d/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}26d8b946cfe8573c121af4cedf4ccdc82505adc8" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-04 12:53:03,621 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12:53: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-6d3c3385-bd5b-4915-98d9-dc898dfe0881 x-compute-request-id: req-6d3c3385-bd5b-4915-98d9-dc898dfe0881 Content-Encoding: gzip Content-Length: 10071 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 493641177 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 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.133916] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.135612] pid_max: default: 32768 minimum: 301\n[ 0.136527] ACPI: Core revision 20150930\n[ 0.137933] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.139280] Security Framework initialized\n[ 0.140119] Yama: becoming mindful.\n[ 0.140867] AppArmor: AppArmor initialized\n[ 0.141752] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.143121] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.144435] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.145678] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.147100] Initializing cgroup subsys io\n[ 0.147938] Initializing cgroup subsys memory\n[ 0.148820] Initializing cgroup subsys devices\n[ 0.149723] Initializing cgroup subsys freezer\n[ 0.150611] Initializing cgroup subsys net_cls\n[ 0.151495] Initializing cgroup subsys perf_event\n[ 0.152432] Initializing cgroup subsys net_prio\n[ 0.153348] Initializing cgroup subsys hugetlb\n[ 0.154241] Initializing cgroup subsys pids\n[ 0.155137] CPU: Physical Processor ID: 0\n[ 0.156658] mce: CPU supports 10 MCE banks\n[ 0.157530] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.158557] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.169233] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.175662] ftrace: allocating 31920 entries in 125 pages\n[ 0.202481] smpboot: Max logical packages: 1\n[ 0.203506] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.205083] x2apic enabled\n[ 0.205939] Switched APIC routing to physical x2apic.\n[ 0.207817] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.209102] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.211242] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.213193] KVM setup paravirtual spinlock\n[ 0.214743] x86: Booted up 1 node, 1 CPUs\n[ 0.215629] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.217139] devtmpfs: initialized\n[ 0.218891] evm: security.selinux\n[ 0.219707] evm: security.SMACK64\n[ 0.220505] evm: security.SMACK64EXEC\n[ 0.221323] evm: security.SMACK64TRANSMUTE\n[ 0.222219] evm: security.SMACK64MMAP\n[ 0.223037] evm: security.ima\n[ 0.223729] evm: security.capability\n[ 0.224615] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.226659] pinctrl core: initialized pinctrl subsystem\n[ 0.227881] RTC time: 12:52:32, date: 09/04/18\n[ 0.228911] NET: Registered protocol family 16\n[ 0.229959] cpuidle: using governor ladder\n[ 0.230849] cpuidle: using governor menu\n[ 0.231703] PCCT header not found.\n[ 0.232544] ACPI: bus type PCI registered\n[ 0.233441] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.234824] PCI: Using configuration type 1 for base access\n[ 0.236684] ACPI: Added _OSI(Module Device)\n[ 0.237601] ACPI: Added _OSI(Processor Device)\n[ 0.238536] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.239505] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.241742] ACPI: Interpreter enabled\n[ 0.242750] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.244807] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.246835] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.248834] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.250882] ACPI: (supports S0 S5)\n[ 0.251768] ACPI: Using IOAPIC for interrupt routing\n[ 0.252785] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.256036] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.257322] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.258664] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.259942] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.262345] acpiphp: Slot [3] registered\n[ 0.263204] acpiphp: Slot [4] registered\n[ 0.264071] acpiphp: Slot [5] registered\n[ 0.264978] acpiphp: Slot [6] registered\n[ 0.265831] acpiphp: Slot [7] registered\n[ 0.266721] acpiphp: Slot [8] registered\n[ 0.267602] acpiphp: Slot [9] registered\n[ 0.268473] acpiphp: Slot [10] registered\n[ 0.269369] acpiphp: Slot [11] registered\n[ 0.270262] acpiphp: Slot [12] registered\n[ 0.271144] acpiphp: Slot [13] registered\n[ 0.272030] acpiphp: Slot [14] registered\n[ 0.272913] acpiphp: Slot [15] registered\n[ 0.283846] acpiphp: Slot [16] registered\n[ 0.284752] acpiphp: Slot [17] registered\n[ 0.285627] acpiphp: Slot [18] registered\n[ 0.286676] acpiphp: Slot [19] registered\n[ 0.287546] acpiphp: Slot [20] registered\n[ 0.288456] acpiphp: Slot [21] registered\n[ 0.289375] acpiphp: Slot [22] registered\n[ 0.290278] acpiphp: Slot [23] registered\n[ 0.291180] acpiphp: Slot [24] registered\n[ 0.292186] acpiphp: Slot [25] registered\n[ 0.293092] acpiphp: Slot [26] registered\n[ 0.293970] acpiphp: Slot [27] registered\n[ 0.294843] acpiphp: Slot [28] registered\n[ 0.295748] acpiphp: Slot [29] registered\n[ 0.296627] acpiphp: Slot [30] registered\n[ 0.297525] acpiphp: Slot [31] registered\n[ 0.298469] PCI host bridge to bus 0000:00\n[ 0.299367] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.300787] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.302183] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.303814] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.305504] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.311857] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.313291] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.314670] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.316109] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.322423] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.324047] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.370271] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.372275] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.374272] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.376274] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.378628] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.380397] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.382031] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.383629] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.385965] vgaarb: loaded\n[ 0.386823] vgaarb: bridge control possible 0000:00:02.0\n[ 0.388446] SCSI subsystem initialized\n[ 0.389649] ACPI: bus type USB registered\n[ 0.390882] usbcore: registered new interface driver usbfs\n[ 0.392441] usbcore: registered new interface driver hub\n[ 0.393994] usbcore: registered new device driver usb\n[ 0.395567] PCI: Using ACPI for IRQ routing\n[ 0.397076] NetLabel: Initializing\n[ 0.398138] NetLabel: domain hash size = 128\n[ 0.399424] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.400862] NetLabel: unlabeled traffic allowed by default\n[ 0.402496] clocksource: Switched to clocksource kvm-clock\n[ 0.408630] AppArmor: AppArmor Filesystem Enabled\n[ 0.410029] pnp: PnP ACPI init\n[ 0.411243] pnp: PnP ACPI: found 5 devices\n[ 0.417971] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.420554] NET: Registered protocol family 2\n[ 0.421956] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.423888] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.425663] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.427455] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.429081] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.430913] NET: Registered protocol family 1\n[ 0.432206] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.433906] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.435557] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.450263] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.465007] Trying to unpack rootfs image as initramfs...\n[ 0.515195] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.529654] Scanning for low memory corruption every 60 seconds\n[ 0.531556] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.533325] audit: initializing netlink subsys (disabled)\n[ 0.534923] audit: type=2000 audit(1536065553.046:1): initialized\n[ 0.536846] Initialise system trusted keyring\n[ 0.538207] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.539985] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.542560] zbud: loaded\n[ 0.543523] VFS: Disk quotas dquot_6.6.0\n[ 0.544714] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.546911] fuse init (API version 7.23)\n[ 0.548188] Key type big_key registered\n[ 0.549358] Allocating IMA MOK and blacklist keyrings.\n[ 0.550995] Key type asymmetric registered\n[ 0.552202] Asymmetric key parser 'x509' registered\n[ 0.553615] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.555185] io scheduler noop registered\n[ 0.556021] io scheduler deadline registered (default)\n[ 0.557046] io scheduler cfq registered\n[ 0.558276] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.559379] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.560767] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.562262] ACPI: Power Button [PWRF]\n[ 0.563142] GHES: HEST is not enabled!\n[ 0.582700] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.611616] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.614050] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.638513] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.640746] Linux agpgart interface v0.103\n[ 0.642894] brd: module loaded\n[ 0.644180] loop: module loaded\n[ 0.648809] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.650302] GPT:90111 != 2097151\n[ 0.651006] GPT:Alternate GPT header not at the end of the disk.\n[ 0.652128] GPT:90111 != 2097151\n[ 0.652817] GPT: Use GNU Parted to correct GPT errors.\n[ 0.653805] vda: vda1 vda15\n[ 0.655228] scsi host0: ata_piix\n[ 0.655984] scsi host1: ata_piix\n[ 0.656705] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.657954] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.659443] libphy: Fixed MDIO Bus: probed\n[ 0.660284] tun: Universal TUN/TAP device driver, 1.6\n[ 0.661260] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.663397] PPP generic driver version 2.4.2\n[ 0.664309] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.665581] ehci-pci: EHCI PCI platform driver\n[ 0.666481] ehci-platform: EHCI generic platform driver\n[ 0.667509] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.668682] ohci-pci: OHCI PCI platform driver\n[ 0.669573] ohci-platform: OHCI generic platform driver\n[ 0.670599] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.684963] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.685985] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.687482] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.688537] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.689685] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.690946] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.692401] usb usb1: Product: UHCI Host Controller\n[ 0.693363] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.694542] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.695579] hub 1-0:1.0: USB hub found\n[ 0.696379] hub 1-0:1.0: 2 ports detected\n[ 0.697306] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.699476] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.700458] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.701509] mousedev: PS/2 mouse device common for all mice\n[ 0.702814] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.704699] rtc_cmos 00:00: RTC can wake from S4\n[ 0.705821] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.707058] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.708282] i2c /dev entries driver\n[ 0.709079] device-mapper: uevent: version 1.0.3\n[ 0.710034] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.711705] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.713029] NET: Registered protocol family 10\n[ 0.714054] NET: Registered protocol family 17\n[ 0.714975] Key type dns_resolver registered\n[ 0.715935] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.717058] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.718862] registered taskstats version 1\n[ 0.719718] Loading compiled-in X.509 certificates\n[ 0.721183] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.723109] zswap: loaded using pool lzo/zbud\n[ 0.724519] Key type trusted registered\n[ 0.726081] Key type encrypted registered\n[ 0.726941] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.727997] ima: No TPM chip found, activating TPM-bypass!\n[ 0.729056] evm: HMAC attrs: 0x1\n[ 0.730010] Magic number: 2:928:884\n[ 0.730889] rtc_cmos 00:00: setting system clock to 2018-09-04 12:52:33 UTC (1536065553)\n[ 0.732529] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.733686] EDD information not available.\n[ 0.819485] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.821072] Write protecting the kernel read-only data: 14336k\n[ 0.833011] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.834880] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.66\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 2.64\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 2.863258] 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 2.75. iid=i-00000123\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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCRwjHQcym09Tp/ARB4dweGWyWirMhn+SYYILqbXUL25KMOMbva77/YlgjfENfG/TFeydM+4kZjV0CCyJIDEFb8IJwX9V0eAGbHy+mBxPGu606jjwCTo1XpoM8TiqgqehyQHmBOsFrI62Xt5C84zcxoOV4eQD8xb7sOxPBWp3FFq+jlpK3j/ezacq+KsZCrYO36UBNY8xEFK/L6fJeC+S8yergLlCDLuC0NMGjxw7IWa/yLNiOVzgyzmxtvylLBh6O9KOh9qiGCtnMDvvj8P9LwVo3Sn+2WS9GhddcPOtUluVPMTAvAtElD/5q6VDumQISbEN4d/0SZZG0aWYo+LA4D root@sdnvpn-10-2\nssh-dss AAAAB3NzaC1kc3MAAACBALtXbcKHQUELj8C5WmyWQiA9MwTTFhL2DbRo4MkEn4SyMMvpOHlUXeQS8h62M2ksws897bf6ZrHWm1Ih5lEOTmV10wC/E+RY4DVQi2pD210oMrxkgB0BFuVP87MG1fwWs5k1DFhSOq+WU69xS7oSWpyxcbbm7HuBPk+8qQ6UQt5LAAAAFQC1Hui1/QkNvM/FhmrpfxniKVPadwAAAIEAuCLMJYFXIaFmVsWCQV0X9rHvYiEGeq6WZq8KrWVS/0J26z6aKft+AKO806ifePHRE/+1GtdTKUG0a0RdrQ+r9NuSYPf/6Zvzus3JevdJqYrT1gmwT4Gw9OsHt5JKGdg1m6Qp8U2fykksP1LhVAUIVRf9I/hLnpYpz+PF91cZFwgAAACALBBU/Qs9SnRalTd4yOVJKnMiLs5Nsf4VIGyjuc/6hNMxsdicfyY/VvEHEsFSdcUZVAdHTCqo1/3Tgd5dwtu/L96oQRRtBsqDYhwZSFGq1Qe158J3O9VdmtLnIse48N4jdNyCi4Ygk3zI0bDAq9RxsWFgZ1XTn/WehMZSrRMo2+I= 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.6,24,fe80::f816:3eff:fe08:1b4/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-00000123\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-10-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=5.41 ===\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\n/dev/root resized successfully [took 3.21s]\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:08:01:B4 \n inet addr:10.10.10.6 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe08:1b4/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:7986 (7.7 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"} 2018-09-04 12:53:03,622 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/8cf6470b-47f9-4188-85fa-28971728869d/action used request id req-6d3c3385-bd5b-4915-98d9-dc898dfe0881 2018-09-04 12:53:05,642 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/servers/8cf6470b-47f9-4188-85fa-28971728869d/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}26d8b946cfe8573c121af4cedf4ccdc82505adc8" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-04 12:53:06,715 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12:53: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-e5103d11-fa72-4a05-ab85-b59bbcbadbad x-compute-request-id: req-e5103d11-fa72-4a05-ab85-b59bbcbadbad Content-Encoding: gzip Content-Length: 10071 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 493641177 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 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.133916] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.135612] pid_max: default: 32768 minimum: 301\n[ 0.136527] ACPI: Core revision 20150930\n[ 0.137933] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.139280] Security Framework initialized\n[ 0.140119] Yama: becoming mindful.\n[ 0.140867] AppArmor: AppArmor initialized\n[ 0.141752] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.143121] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.144435] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.145678] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.147100] Initializing cgroup subsys io\n[ 0.147938] Initializing cgroup subsys memory\n[ 0.148820] Initializing cgroup subsys devices\n[ 0.149723] Initializing cgroup subsys freezer\n[ 0.150611] Initializing cgroup subsys net_cls\n[ 0.151495] Initializing cgroup subsys perf_event\n[ 0.152432] Initializing cgroup subsys net_prio\n[ 0.153348] Initializing cgroup subsys hugetlb\n[ 0.154241] Initializing cgroup subsys pids\n[ 0.155137] CPU: Physical Processor ID: 0\n[ 0.156658] mce: CPU supports 10 MCE banks\n[ 0.157530] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.158557] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.169233] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.175662] ftrace: allocating 31920 entries in 125 pages\n[ 0.202481] smpboot: Max logical packages: 1\n[ 0.203506] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.205083] x2apic enabled\n[ 0.205939] Switched APIC routing to physical x2apic.\n[ 0.207817] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.209102] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.211242] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.213193] KVM setup paravirtual spinlock\n[ 0.214743] x86: Booted up 1 node, 1 CPUs\n[ 0.215629] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.217139] devtmpfs: initialized\n[ 0.218891] evm: security.selinux\n[ 0.219707] evm: security.SMACK64\n[ 0.220505] evm: security.SMACK64EXEC\n[ 0.221323] evm: security.SMACK64TRANSMUTE\n[ 0.222219] evm: security.SMACK64MMAP\n[ 0.223037] evm: security.ima\n[ 0.223729] evm: security.capability\n[ 0.224615] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.226659] pinctrl core: initialized pinctrl subsystem\n[ 0.227881] RTC time: 12:52:32, date: 09/04/18\n[ 0.228911] NET: Registered protocol family 16\n[ 0.229959] cpuidle: using governor ladder\n[ 0.230849] cpuidle: using governor menu\n[ 0.231703] PCCT header not found.\n[ 0.232544] ACPI: bus type PCI registered\n[ 0.233441] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.234824] PCI: Using configuration type 1 for base access\n[ 0.236684] ACPI: Added _OSI(Module Device)\n[ 0.237601] ACPI: Added _OSI(Processor Device)\n[ 0.238536] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.239505] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.241742] ACPI: Interpreter enabled\n[ 0.242750] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.244807] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.246835] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.248834] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.250882] ACPI: (supports S0 S5)\n[ 0.251768] ACPI: Using IOAPIC for interrupt routing\n[ 0.252785] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.256036] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.257322] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.258664] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.259942] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.262345] acpiphp: Slot [3] registered\n[ 0.263204] acpiphp: Slot [4] registered\n[ 0.264071] acpiphp: Slot [5] registered\n[ 0.264978] acpiphp: Slot [6] registered\n[ 0.265831] acpiphp: Slot [7] registered\n[ 0.266721] acpiphp: Slot [8] registered\n[ 0.267602] acpiphp: Slot [9] registered\n[ 0.268473] acpiphp: Slot [10] registered\n[ 0.269369] acpiphp: Slot [11] registered\n[ 0.270262] acpiphp: Slot [12] registered\n[ 0.271144] acpiphp: Slot [13] registered\n[ 0.272030] acpiphp: Slot [14] registered\n[ 0.272913] acpiphp: Slot [15] registered\n[ 0.283846] acpiphp: Slot [16] registered\n[ 0.284752] acpiphp: Slot [17] registered\n[ 0.285627] acpiphp: Slot [18] registered\n[ 0.286676] acpiphp: Slot [19] registered\n[ 0.287546] acpiphp: Slot [20] registered\n[ 0.288456] acpiphp: Slot [21] registered\n[ 0.289375] acpiphp: Slot [22] registered\n[ 0.290278] acpiphp: Slot [23] registered\n[ 0.291180] acpiphp: Slot [24] registered\n[ 0.292186] acpiphp: Slot [25] registered\n[ 0.293092] acpiphp: Slot [26] registered\n[ 0.293970] acpiphp: Slot [27] registered\n[ 0.294843] acpiphp: Slot [28] registered\n[ 0.295748] acpiphp: Slot [29] registered\n[ 0.296627] acpiphp: Slot [30] registered\n[ 0.297525] acpiphp: Slot [31] registered\n[ 0.298469] PCI host bridge to bus 0000:00\n[ 0.299367] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.300787] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.302183] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.303814] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.305504] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.311857] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.313291] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.314670] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.316109] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.322423] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.324047] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.370271] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.372275] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.374272] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.376274] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.378628] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.380397] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.382031] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.383629] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.385965] vgaarb: loaded\n[ 0.386823] vgaarb: bridge control possible 0000:00:02.0\n[ 0.388446] SCSI subsystem initialized\n[ 0.389649] ACPI: bus type USB registered\n[ 0.390882] usbcore: registered new interface driver usbfs\n[ 0.392441] usbcore: registered new interface driver hub\n[ 0.393994] usbcore: registered new device driver usb\n[ 0.395567] PCI: Using ACPI for IRQ routing\n[ 0.397076] NetLabel: Initializing\n[ 0.398138] NetLabel: domain hash size = 128\n[ 0.399424] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.400862] NetLabel: unlabeled traffic allowed by default\n[ 0.402496] clocksource: Switched to clocksource kvm-clock\n[ 0.408630] AppArmor: AppArmor Filesystem Enabled\n[ 0.410029] pnp: PnP ACPI init\n[ 0.411243] pnp: PnP ACPI: found 5 devices\n[ 0.417971] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.420554] NET: Registered protocol family 2\n[ 0.421956] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.423888] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.425663] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.427455] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.429081] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.430913] NET: Registered protocol family 1\n[ 0.432206] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.433906] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.435557] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.450263] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.465007] Trying to unpack rootfs image as initramfs...\n[ 0.515195] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.529654] Scanning for low memory corruption every 60 seconds\n[ 0.531556] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.533325] audit: initializing netlink subsys (disabled)\n[ 0.534923] audit: type=2000 audit(1536065553.046:1): initialized\n[ 0.536846] Initialise system trusted keyring\n[ 0.538207] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.539985] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.542560] zbud: loaded\n[ 0.543523] VFS: Disk quotas dquot_6.6.0\n[ 0.544714] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.546911] fuse init (API version 7.23)\n[ 0.548188] Key type big_key registered\n[ 0.549358] Allocating IMA MOK and blacklist keyrings.\n[ 0.550995] Key type asymmetric registered\n[ 0.552202] Asymmetric key parser 'x509' registered\n[ 0.553615] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.555185] io scheduler noop registered\n[ 0.556021] io scheduler deadline registered (default)\n[ 0.557046] io scheduler cfq registered\n[ 0.558276] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.559379] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.560767] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.562262] ACPI: Power Button [PWRF]\n[ 0.563142] GHES: HEST is not enabled!\n[ 0.582700] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.611616] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.614050] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.638513] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.640746] Linux agpgart interface v0.103\n[ 0.642894] brd: module loaded\n[ 0.644180] loop: module loaded\n[ 0.648809] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.650302] GPT:90111 != 2097151\n[ 0.651006] GPT:Alternate GPT header not at the end of the disk.\n[ 0.652128] GPT:90111 != 2097151\n[ 0.652817] GPT: Use GNU Parted to correct GPT errors.\n[ 0.653805] vda: vda1 vda15\n[ 0.655228] scsi host0: ata_piix\n[ 0.655984] scsi host1: ata_piix\n[ 0.656705] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.657954] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.659443] libphy: Fixed MDIO Bus: probed\n[ 0.660284] tun: Universal TUN/TAP device driver, 1.6\n[ 0.661260] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.663397] PPP generic driver version 2.4.2\n[ 0.664309] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.665581] ehci-pci: EHCI PCI platform driver\n[ 0.666481] ehci-platform: EHCI generic platform driver\n[ 0.667509] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.668682] ohci-pci: OHCI PCI platform driver\n[ 0.669573] ohci-platform: OHCI generic platform driver\n[ 0.670599] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.684963] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.685985] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.687482] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.688537] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.689685] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.690946] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.692401] usb usb1: Product: UHCI Host Controller\n[ 0.693363] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.694542] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.695579] hub 1-0:1.0: USB hub found\n[ 0.696379] hub 1-0:1.0: 2 ports detected\n[ 0.697306] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.699476] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.700458] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.701509] mousedev: PS/2 mouse device common for all mice\n[ 0.702814] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.704699] rtc_cmos 00:00: RTC can wake from S4\n[ 0.705821] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.707058] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.708282] i2c /dev entries driver\n[ 0.709079] device-mapper: uevent: version 1.0.3\n[ 0.710034] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.711705] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.713029] NET: Registered protocol family 10\n[ 0.714054] NET: Registered protocol family 17\n[ 0.714975] Key type dns_resolver registered\n[ 0.715935] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.717058] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.718862] registered taskstats version 1\n[ 0.719718] Loading compiled-in X.509 certificates\n[ 0.721183] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.723109] zswap: loaded using pool lzo/zbud\n[ 0.724519] Key type trusted registered\n[ 0.726081] Key type encrypted registered\n[ 0.726941] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.727997] ima: No TPM chip found, activating TPM-bypass!\n[ 0.729056] evm: HMAC attrs: 0x1\n[ 0.730010] Magic number: 2:928:884\n[ 0.730889] rtc_cmos 00:00: setting system clock to 2018-09-04 12:52:33 UTC (1536065553)\n[ 0.732529] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.733686] EDD information not available.\n[ 0.819485] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.821072] Write protecting the kernel read-only data: 14336k\n[ 0.833011] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.834880] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.66\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 2.64\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 2.863258] 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 2.75. iid=i-00000123\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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCRwjHQcym09Tp/ARB4dweGWyWirMhn+SYYILqbXUL25KMOMbva77/YlgjfENfG/TFeydM+4kZjV0CCyJIDEFb8IJwX9V0eAGbHy+mBxPGu606jjwCTo1XpoM8TiqgqehyQHmBOsFrI62Xt5C84zcxoOV4eQD8xb7sOxPBWp3FFq+jlpK3j/ezacq+KsZCrYO36UBNY8xEFK/L6fJeC+S8yergLlCDLuC0NMGjxw7IWa/yLNiOVzgyzmxtvylLBh6O9KOh9qiGCtnMDvvj8P9LwVo3Sn+2WS9GhddcPOtUluVPMTAvAtElD/5q6VDumQISbEN4d/0SZZG0aWYo+LA4D root@sdnvpn-10-2\nssh-dss AAAAB3NzaC1kc3MAAACBALtXbcKHQUELj8C5WmyWQiA9MwTTFhL2DbRo4MkEn4SyMMvpOHlUXeQS8h62M2ksws897bf6ZrHWm1Ih5lEOTmV10wC/E+RY4DVQi2pD210oMrxkgB0BFuVP87MG1fwWs5k1DFhSOq+WU69xS7oSWpyxcbbm7HuBPk+8qQ6UQt5LAAAAFQC1Hui1/QkNvM/FhmrpfxniKVPadwAAAIEAuCLMJYFXIaFmVsWCQV0X9rHvYiEGeq6WZq8KrWVS/0J26z6aKft+AKO806ifePHRE/+1GtdTKUG0a0RdrQ+r9NuSYPf/6Zvzus3JevdJqYrT1gmwT4Gw9OsHt5JKGdg1m6Qp8U2fykksP1LhVAUIVRf9I/hLnpYpz+PF91cZFwgAAACALBBU/Qs9SnRalTd4yOVJKnMiLs5Nsf4VIGyjuc/6hNMxsdicfyY/VvEHEsFSdcUZVAdHTCqo1/3Tgd5dwtu/L96oQRRtBsqDYhwZSFGq1Qe158J3O9VdmtLnIse48N4jdNyCi4Ygk3zI0bDAq9RxsWFgZ1XTn/WehMZSrRMo2+I= 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.6,24,fe80::f816:3eff:fe08:1b4/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-00000123\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-10-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=5.41 ===\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\n/dev/root resized successfully [took 3.21s]\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:08:01:B4 \n inet addr:10.10.10.6 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe08:1b4/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:7986 (7.7 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"} 2018-09-04 12:53:06,715 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/8cf6470b-47f9-4188-85fa-28971728869d/action used request id req-e5103d11-fa72-4a05-ab85-b59bbcbadbad 2018-09-04 12:53:08,737 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/servers/8cf6470b-47f9-4188-85fa-28971728869d/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}26d8b946cfe8573c121af4cedf4ccdc82505adc8" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-04 12:53:09,809 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12: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-fa7ae31e-36ba-4a69-a5ea-0f23c91dfb33 x-compute-request-id: req-fa7ae31e-36ba-4a69-a5ea-0f23c91dfb33 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 493641177 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 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.133916] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.135612] pid_max: default: 32768 minimum: 301\n[ 0.136527] ACPI: Core revision 20150930\n[ 0.137933] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.139280] Security Framework initialized\n[ 0.140119] Yama: becoming mindful.\n[ 0.140867] AppArmor: AppArmor initialized\n[ 0.141752] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.143121] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.144435] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.145678] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.147100] Initializing cgroup subsys io\n[ 0.147938] Initializing cgroup subsys memory\n[ 0.148820] Initializing cgroup subsys devices\n[ 0.149723] Initializing cgroup subsys freezer\n[ 0.150611] Initializing cgroup subsys net_cls\n[ 0.151495] Initializing cgroup subsys perf_event\n[ 0.152432] Initializing cgroup subsys net_prio\n[ 0.153348] Initializing cgroup subsys hugetlb\n[ 0.154241] Initializing cgroup subsys pids\n[ 0.155137] CPU: Physical Processor ID: 0\n[ 0.156658] mce: CPU supports 10 MCE banks\n[ 0.157530] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.158557] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.169233] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.175662] ftrace: allocating 31920 entries in 125 pages\n[ 0.202481] smpboot: Max logical packages: 1\n[ 0.203506] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.205083] x2apic enabled\n[ 0.205939] Switched APIC routing to physical x2apic.\n[ 0.207817] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.209102] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.211242] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.213193] KVM setup paravirtual spinlock\n[ 0.214743] x86: Booted up 1 node, 1 CPUs\n[ 0.215629] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.217139] devtmpfs: initialized\n[ 0.218891] evm: security.selinux\n[ 0.219707] evm: security.SMACK64\n[ 0.220505] evm: security.SMACK64EXEC\n[ 0.221323] evm: security.SMACK64TRANSMUTE\n[ 0.222219] evm: security.SMACK64MMAP\n[ 0.223037] evm: security.ima\n[ 0.223729] evm: security.capability\n[ 0.224615] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.226659] pinctrl core: initialized pinctrl subsystem\n[ 0.227881] RTC time: 12:52:32, date: 09/04/18\n[ 0.228911] NET: Registered protocol family 16\n[ 0.229959] cpuidle: using governor ladder\n[ 0.230849] cpuidle: using governor menu\n[ 0.231703] PCCT header not found.\n[ 0.232544] ACPI: bus type PCI registered\n[ 0.233441] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.234824] PCI: Using configuration type 1 for base access\n[ 0.236684] ACPI: Added _OSI(Module Device)\n[ 0.237601] ACPI: Added _OSI(Processor Device)\n[ 0.238536] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.239505] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.241742] ACPI: Interpreter enabled\n[ 0.242750] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.244807] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.246835] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.248834] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.250882] ACPI: (supports S0 S5)\n[ 0.251768] ACPI: Using IOAPIC for interrupt routing\n[ 0.252785] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.256036] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.257322] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.258664] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.259942] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.262345] acpiphp: Slot [3] registered\n[ 0.263204] acpiphp: Slot [4] registered\n[ 0.264071] acpiphp: Slot [5] registered\n[ 0.264978] acpiphp: Slot [6] registered\n[ 0.265831] acpiphp: Slot [7] registered\n[ 0.266721] acpiphp: Slot [8] registered\n[ 0.267602] acpiphp: Slot [9] registered\n[ 0.268473] acpiphp: Slot [10] registered\n[ 0.269369] acpiphp: Slot [11] registered\n[ 0.270262] acpiphp: Slot [12] registered\n[ 0.271144] acpiphp: Slot [13] registered\n[ 0.272030] acpiphp: Slot [14] registered\n[ 0.272913] acpiphp: Slot [15] registered\n[ 0.283846] acpiphp: Slot [16] registered\n[ 0.284752] acpiphp: Slot [17] registered\n[ 0.285627] acpiphp: Slot [18] registered\n[ 0.286676] acpiphp: Slot [19] registered\n[ 0.287546] acpiphp: Slot [20] registered\n[ 0.288456] acpiphp: Slot [21] registered\n[ 0.289375] acpiphp: Slot [22] registered\n[ 0.290278] acpiphp: Slot [23] registered\n[ 0.291180] acpiphp: Slot [24] registered\n[ 0.292186] acpiphp: Slot [25] registered\n[ 0.293092] acpiphp: Slot [26] registered\n[ 0.293970] acpiphp: Slot [27] registered\n[ 0.294843] acpiphp: Slot [28] registered\n[ 0.295748] acpiphp: Slot [29] registered\n[ 0.296627] acpiphp: Slot [30] registered\n[ 0.297525] acpiphp: Slot [31] registered\n[ 0.298469] PCI host bridge to bus 0000:00\n[ 0.299367] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.300787] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.302183] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.303814] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.305504] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.311857] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.313291] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.314670] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.316109] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.322423] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.324047] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.370271] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.372275] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.374272] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.376274] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.378628] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.380397] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.382031] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.383629] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.385965] vgaarb: loaded\n[ 0.386823] vgaarb: bridge control possible 0000:00:02.0\n[ 0.388446] SCSI subsystem initialized\n[ 0.389649] ACPI: bus type USB registered\n[ 0.390882] usbcore: registered new interface driver usbfs\n[ 0.392441] usbcore: registered new interface driver hub\n[ 0.393994] usbcore: registered new device driver usb\n[ 0.395567] PCI: Using ACPI for IRQ routing\n[ 0.397076] NetLabel: Initializing\n[ 0.398138] NetLabel: domain hash size = 128\n[ 0.399424] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.400862] NetLabel: unlabeled traffic allowed by default\n[ 0.402496] clocksource: Switched to clocksource kvm-clock\n[ 0.408630] AppArmor: AppArmor Filesystem Enabled\n[ 0.410029] pnp: PnP ACPI init\n[ 0.411243] pnp: PnP ACPI: found 5 devices\n[ 0.417971] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.420554] NET: Registered protocol family 2\n[ 0.421956] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.423888] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.425663] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.427455] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.429081] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.430913] NET: Registered protocol family 1\n[ 0.432206] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.433906] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.435557] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.450263] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.465007] Trying to unpack rootfs image as initramfs...\n[ 0.515195] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.529654] Scanning for low memory corruption every 60 seconds\n[ 0.531556] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.533325] audit: initializing netlink subsys (disabled)\n[ 0.534923] audit: type=2000 audit(1536065553.046:1): initialized\n[ 0.536846] Initialise system trusted keyring\n[ 0.538207] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.539985] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.542560] zbud: loaded\n[ 0.543523] VFS: Disk quotas dquot_6.6.0\n[ 0.544714] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.546911] fuse init (API version 7.23)\n[ 0.548188] Key type big_key registered\n[ 0.549358] Allocating IMA MOK and blacklist keyrings.\n[ 0.550995] Key type asymmetric registered\n[ 0.552202] Asymmetric key parser 'x509' registered\n[ 0.553615] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.555185] io scheduler noop registered\n[ 0.556021] io scheduler deadline registered (default)\n[ 0.557046] io scheduler cfq registered\n[ 0.558276] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.559379] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.560767] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.562262] ACPI: Power Button [PWRF]\n[ 0.563142] GHES: HEST is not enabled!\n[ 0.582700] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.611616] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.614050] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.638513] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.640746] Linux agpgart interface v0.103\n[ 0.642894] brd: module loaded\n[ 0.644180] loop: module loaded\n[ 0.648809] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.650302] GPT:90111 != 2097151\n[ 0.651006] GPT:Alternate GPT header not at the end of the disk.\n[ 0.652128] GPT:90111 != 2097151\n[ 0.652817] GPT: Use GNU Parted to correct GPT errors.\n[ 0.653805] vda: vda1 vda15\n[ 0.655228] scsi host0: ata_piix\n[ 0.655984] scsi host1: ata_piix\n[ 0.656705] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.657954] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.659443] libphy: Fixed MDIO Bus: probed\n[ 0.660284] tun: Universal TUN/TAP device driver, 1.6\n[ 0.661260] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.663397] PPP generic driver version 2.4.2\n[ 0.664309] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.665581] ehci-pci: EHCI PCI platform driver\n[ 0.666481] ehci-platform: EHCI generic platform driver\n[ 0.667509] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.668682] ohci-pci: OHCI PCI platform driver\n[ 0.669573] ohci-platform: OHCI generic platform driver\n[ 0.670599] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.684963] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.685985] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.687482] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.688537] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.689685] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.690946] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.692401] usb usb1: Product: UHCI Host Controller\n[ 0.693363] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.694542] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.695579] hub 1-0:1.0: USB hub found\n[ 0.696379] hub 1-0:1.0: 2 ports detected\n[ 0.697306] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.699476] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.700458] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.701509] mousedev: PS/2 mouse device common for all mice\n[ 0.702814] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.704699] rtc_cmos 00:00: RTC can wake from S4\n[ 0.705821] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.707058] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.708282] i2c /dev entries driver\n[ 0.709079] device-mapper: uevent: version 1.0.3\n[ 0.710034] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.711705] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.713029] NET: Registered protocol family 10\n[ 0.714054] NET: Registered protocol family 17\n[ 0.714975] Key type dns_resolver registered\n[ 0.715935] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.717058] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.718862] registered taskstats version 1\n[ 0.719718] Loading compiled-in X.509 certificates\n[ 0.721183] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.723109] zswap: loaded using pool lzo/zbud\n[ 0.724519] Key type trusted registered\n[ 0.726081] Key type encrypted registered\n[ 0.726941] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.727997] ima: No TPM chip found, activating TPM-bypass!\n[ 0.729056] evm: HMAC attrs: 0x1\n[ 0.730010] Magic number: 2:928:884\n[ 0.730889] rtc_cmos 00:00: setting system clock to 2018-09-04 12:52:33 UTC (1536065553)\n[ 0.732529] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.733686] EDD information not available.\n[ 0.819485] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.821072] Write protecting the kernel read-only data: 14336k\n[ 0.833011] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.834880] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.66\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 2.64\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 2.863258] 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 2.75. iid=i-00000123\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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCRwjHQcym09Tp/ARB4dweGWyWirMhn+SYYILqbXUL25KMOMbva77/YlgjfENfG/TFeydM+4kZjV0CCyJIDEFb8IJwX9V0eAGbHy+mBxPGu606jjwCTo1XpoM8TiqgqehyQHmBOsFrI62Xt5C84zcxoOV4eQD8xb7sOxPBWp3FFq+jlpK3j/ezacq+KsZCrYO36UBNY8xEFK/L6fJeC+S8yergLlCDLuC0NMGjxw7IWa/yLNiOVzgyzmxtvylLBh6O9KOh9qiGCtnMDvvj8P9LwVo3Sn+2WS9GhddcPOtUluVPMTAvAtElD/5q6VDumQISbEN4d/0SZZG0aWYo+LA4D root@sdnvpn-10-2\nssh-dss AAAAB3NzaC1kc3MAAACBALtXbcKHQUELj8C5WmyWQiA9MwTTFhL2DbRo4MkEn4SyMMvpOHlUXeQS8h62M2ksws897bf6ZrHWm1Ih5lEOTmV10wC/E+RY4DVQi2pD210oMrxkgB0BFuVP87MG1fwWs5k1DFhSOq+WU69xS7oSWpyxcbbm7HuBPk+8qQ6UQt5LAAAAFQC1Hui1/QkNvM/FhmrpfxniKVPadwAAAIEAuCLMJYFXIaFmVsWCQV0X9rHvYiEGeq6WZq8KrWVS/0J26z6aKft+AKO806ifePHRE/+1GtdTKUG0a0RdrQ+r9NuSYPf/6Zvzus3JevdJqYrT1gmwT4Gw9OsHt5JKGdg1m6Qp8U2fykksP1LhVAUIVRf9I/hLnpYpz+PF91cZFwgAAACALBBU/Qs9SnRalTd4yOVJKnMiLs5Nsf4VIGyjuc/6hNMxsdicfyY/VvEHEsFSdcUZVAdHTCqo1/3Tgd5dwtu/L96oQRRtBsqDYhwZSFGq1Qe158J3O9VdmtLnIse48N4jdNyCi4Ygk3zI0bDAq9RxsWFgZ1XTn/WehMZSrRMo2+I= 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.6,24,fe80::f816:3eff:fe08:1b4/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-00000123\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-10-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=5.41 ===\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\n/dev/root resized successfully [took 3.21s]\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:08:01:B4 \n inet addr:10.10.10.6 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe08:1b4/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:7986 (7.7 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-09-04 12:53:09,809 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/8cf6470b-47f9-4188-85fa-28971728869d/action used request id req-fa7ae31e-36ba-4a69-a5ea-0f23c91dfb33 2018-09-04 12:53:11,829 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/servers/8cf6470b-47f9-4188-85fa-28971728869d/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}26d8b946cfe8573c121af4cedf4ccdc82505adc8" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-04 12:53:12,900 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12:53: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-8a937c2f-3241-41c0-84da-895759920e7e x-compute-request-id: req-8a937c2f-3241-41c0-84da-895759920e7e 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 493641177 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 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.133916] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.135612] pid_max: default: 32768 minimum: 301\n[ 0.136527] ACPI: Core revision 20150930\n[ 0.137933] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.139280] Security Framework initialized\n[ 0.140119] Yama: becoming mindful.\n[ 0.140867] AppArmor: AppArmor initialized\n[ 0.141752] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.143121] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.144435] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.145678] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.147100] Initializing cgroup subsys io\n[ 0.147938] Initializing cgroup subsys memory\n[ 0.148820] Initializing cgroup subsys devices\n[ 0.149723] Initializing cgroup subsys freezer\n[ 0.150611] Initializing cgroup subsys net_cls\n[ 0.151495] Initializing cgroup subsys perf_event\n[ 0.152432] Initializing cgroup subsys net_prio\n[ 0.153348] Initializing cgroup subsys hugetlb\n[ 0.154241] Initializing cgroup subsys pids\n[ 0.155137] CPU: Physical Processor ID: 0\n[ 0.156658] mce: CPU supports 10 MCE banks\n[ 0.157530] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.158557] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.169233] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.175662] ftrace: allocating 31920 entries in 125 pages\n[ 0.202481] smpboot: Max logical packages: 1\n[ 0.203506] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.205083] x2apic enabled\n[ 0.205939] Switched APIC routing to physical x2apic.\n[ 0.207817] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.209102] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.211242] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.213193] KVM setup paravirtual spinlock\n[ 0.214743] x86: Booted up 1 node, 1 CPUs\n[ 0.215629] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.217139] devtmpfs: initialized\n[ 0.218891] evm: security.selinux\n[ 0.219707] evm: security.SMACK64\n[ 0.220505] evm: security.SMACK64EXEC\n[ 0.221323] evm: security.SMACK64TRANSMUTE\n[ 0.222219] evm: security.SMACK64MMAP\n[ 0.223037] evm: security.ima\n[ 0.223729] evm: security.capability\n[ 0.224615] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.226659] pinctrl core: initialized pinctrl subsystem\n[ 0.227881] RTC time: 12:52:32, date: 09/04/18\n[ 0.228911] NET: Registered protocol family 16\n[ 0.229959] cpuidle: using governor ladder\n[ 0.230849] cpuidle: using governor menu\n[ 0.231703] PCCT header not found.\n[ 0.232544] ACPI: bus type PCI registered\n[ 0.233441] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.234824] PCI: Using configuration type 1 for base access\n[ 0.236684] ACPI: Added _OSI(Module Device)\n[ 0.237601] ACPI: Added _OSI(Processor Device)\n[ 0.238536] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.239505] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.241742] ACPI: Interpreter enabled\n[ 0.242750] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.244807] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.246835] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.248834] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.250882] ACPI: (supports S0 S5)\n[ 0.251768] ACPI: Using IOAPIC for interrupt routing\n[ 0.252785] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.256036] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.257322] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.258664] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.259942] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.262345] acpiphp: Slot [3] registered\n[ 0.263204] acpiphp: Slot [4] registered\n[ 0.264071] acpiphp: Slot [5] registered\n[ 0.264978] acpiphp: Slot [6] registered\n[ 0.265831] acpiphp: Slot [7] registered\n[ 0.266721] acpiphp: Slot [8] registered\n[ 0.267602] acpiphp: Slot [9] registered\n[ 0.268473] acpiphp: Slot [10] registered\n[ 0.269369] acpiphp: Slot [11] registered\n[ 0.270262] acpiphp: Slot [12] registered\n[ 0.271144] acpiphp: Slot [13] registered\n[ 0.272030] acpiphp: Slot [14] registered\n[ 0.272913] acpiphp: Slot [15] registered\n[ 0.283846] acpiphp: Slot [16] registered\n[ 0.284752] acpiphp: Slot [17] registered\n[ 0.285627] acpiphp: Slot [18] registered\n[ 0.286676] acpiphp: Slot [19] registered\n[ 0.287546] acpiphp: Slot [20] registered\n[ 0.288456] acpiphp: Slot [21] registered\n[ 0.289375] acpiphp: Slot [22] registered\n[ 0.290278] acpiphp: Slot [23] registered\n[ 0.291180] acpiphp: Slot [24] registered\n[ 0.292186] acpiphp: Slot [25] registered\n[ 0.293092] acpiphp: Slot [26] registered\n[ 0.293970] acpiphp: Slot [27] registered\n[ 0.294843] acpiphp: Slot [28] registered\n[ 0.295748] acpiphp: Slot [29] registered\n[ 0.296627] acpiphp: Slot [30] registered\n[ 0.297525] acpiphp: Slot [31] registered\n[ 0.298469] PCI host bridge to bus 0000:00\n[ 0.299367] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.300787] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.302183] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.303814] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.305504] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.311857] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.313291] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.314670] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.316109] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.322423] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.324047] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.370271] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.372275] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.374272] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.376274] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.378628] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.380397] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.382031] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.383629] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.385965] vgaarb: loaded\n[ 0.386823] vgaarb: bridge control possible 0000:00:02.0\n[ 0.388446] SCSI subsystem initialized\n[ 0.389649] ACPI: bus type USB registered\n[ 0.390882] usbcore: registered new interface driver usbfs\n[ 0.392441] usbcore: registered new interface driver hub\n[ 0.393994] usbcore: registered new device driver usb\n[ 0.395567] PCI: Using ACPI for IRQ routing\n[ 0.397076] NetLabel: Initializing\n[ 0.398138] NetLabel: domain hash size = 128\n[ 0.399424] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.400862] NetLabel: unlabeled traffic allowed by default\n[ 0.402496] clocksource: Switched to clocksource kvm-clock\n[ 0.408630] AppArmor: AppArmor Filesystem Enabled\n[ 0.410029] pnp: PnP ACPI init\n[ 0.411243] pnp: PnP ACPI: found 5 devices\n[ 0.417971] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.420554] NET: Registered protocol family 2\n[ 0.421956] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.423888] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.425663] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.427455] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.429081] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.430913] NET: Registered protocol family 1\n[ 0.432206] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.433906] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.435557] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.450263] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.465007] Trying to unpack rootfs image as initramfs...\n[ 0.515195] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.529654] Scanning for low memory corruption every 60 seconds\n[ 0.531556] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.533325] audit: initializing netlink subsys (disabled)\n[ 0.534923] audit: type=2000 audit(1536065553.046:1): initialized\n[ 0.536846] Initialise system trusted keyring\n[ 0.538207] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.539985] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.542560] zbud: loaded\n[ 0.543523] VFS: Disk quotas dquot_6.6.0\n[ 0.544714] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.546911] fuse init (API version 7.23)\n[ 0.548188] Key type big_key registered\n[ 0.549358] Allocating IMA MOK and blacklist keyrings.\n[ 0.550995] Key type asymmetric registered\n[ 0.552202] Asymmetric key parser 'x509' registered\n[ 0.553615] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.555185] io scheduler noop registered\n[ 0.556021] io scheduler deadline registered (default)\n[ 0.557046] io scheduler cfq registered\n[ 0.558276] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.559379] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.560767] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.562262] ACPI: Power Button [PWRF]\n[ 0.563142] GHES: HEST is not enabled!\n[ 0.582700] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.611616] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.614050] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.638513] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.640746] Linux agpgart interface v0.103\n[ 0.642894] brd: module loaded\n[ 0.644180] loop: module loaded\n[ 0.648809] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.650302] GPT:90111 != 2097151\n[ 0.651006] GPT:Alternate GPT header not at the end of the disk.\n[ 0.652128] GPT:90111 != 2097151\n[ 0.652817] GPT: Use GNU Parted to correct GPT errors.\n[ 0.653805] vda: vda1 vda15\n[ 0.655228] scsi host0: ata_piix\n[ 0.655984] scsi host1: ata_piix\n[ 0.656705] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.657954] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.659443] libphy: Fixed MDIO Bus: probed\n[ 0.660284] tun: Universal TUN/TAP device driver, 1.6\n[ 0.661260] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.663397] PPP generic driver version 2.4.2\n[ 0.664309] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.665581] ehci-pci: EHCI PCI platform driver\n[ 0.666481] ehci-platform: EHCI generic platform driver\n[ 0.667509] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.668682] ohci-pci: OHCI PCI platform driver\n[ 0.669573] ohci-platform: OHCI generic platform driver\n[ 0.670599] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.684963] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.685985] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.687482] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.688537] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.689685] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.690946] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.692401] usb usb1: Product: UHCI Host Controller\n[ 0.693363] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.694542] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.695579] hub 1-0:1.0: USB hub found\n[ 0.696379] hub 1-0:1.0: 2 ports detected\n[ 0.697306] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.699476] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.700458] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.701509] mousedev: PS/2 mouse device common for all mice\n[ 0.702814] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.704699] rtc_cmos 00:00: RTC can wake from S4\n[ 0.705821] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.707058] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.708282] i2c /dev entries driver\n[ 0.709079] device-mapper: uevent: version 1.0.3\n[ 0.710034] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.711705] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.713029] NET: Registered protocol family 10\n[ 0.714054] NET: Registered protocol family 17\n[ 0.714975] Key type dns_resolver registered\n[ 0.715935] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.717058] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.718862] registered taskstats version 1\n[ 0.719718] Loading compiled-in X.509 certificates\n[ 0.721183] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.723109] zswap: loaded using pool lzo/zbud\n[ 0.724519] Key type trusted registered\n[ 0.726081] Key type encrypted registered\n[ 0.726941] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.727997] ima: No TPM chip found, activating TPM-bypass!\n[ 0.729056] evm: HMAC attrs: 0x1\n[ 0.730010] Magic number: 2:928:884\n[ 0.730889] rtc_cmos 00:00: setting system clock to 2018-09-04 12:52:33 UTC (1536065553)\n[ 0.732529] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.733686] EDD information not available.\n[ 0.819485] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.821072] Write protecting the kernel read-only data: 14336k\n[ 0.833011] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.834880] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.66\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 2.64\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 2.863258] 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 2.75. iid=i-00000123\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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCRwjHQcym09Tp/ARB4dweGWyWirMhn+SYYILqbXUL25KMOMbva77/YlgjfENfG/TFeydM+4kZjV0CCyJIDEFb8IJwX9V0eAGbHy+mBxPGu606jjwCTo1XpoM8TiqgqehyQHmBOsFrI62Xt5C84zcxoOV4eQD8xb7sOxPBWp3FFq+jlpK3j/ezacq+KsZCrYO36UBNY8xEFK/L6fJeC+S8yergLlCDLuC0NMGjxw7IWa/yLNiOVzgyzmxtvylLBh6O9KOh9qiGCtnMDvvj8P9LwVo3Sn+2WS9GhddcPOtUluVPMTAvAtElD/5q6VDumQISbEN4d/0SZZG0aWYo+LA4D root@sdnvpn-10-2\nssh-dss AAAAB3NzaC1kc3MAAACBALtXbcKHQUELj8C5WmyWQiA9MwTTFhL2DbRo4MkEn4SyMMvpOHlUXeQS8h62M2ksws897bf6ZrHWm1Ih5lEOTmV10wC/E+RY4DVQi2pD210oMrxkgB0BFuVP87MG1fwWs5k1DFhSOq+WU69xS7oSWpyxcbbm7HuBPk+8qQ6UQt5LAAAAFQC1Hui1/QkNvM/FhmrpfxniKVPadwAAAIEAuCLMJYFXIaFmVsWCQV0X9rHvYiEGeq6WZq8KrWVS/0J26z6aKft+AKO806ifePHRE/+1GtdTKUG0a0RdrQ+r9NuSYPf/6Zvzus3JevdJqYrT1gmwT4Gw9OsHt5JKGdg1m6Qp8U2fykksP1LhVAUIVRf9I/hLnpYpz+PF91cZFwgAAACALBBU/Qs9SnRalTd4yOVJKnMiLs5Nsf4VIGyjuc/6hNMxsdicfyY/VvEHEsFSdcUZVAdHTCqo1/3Tgd5dwtu/L96oQRRtBsqDYhwZSFGq1Qe158J3O9VdmtLnIse48N4jdNyCi4Ygk3zI0bDAq9RxsWFgZ1XTn/WehMZSrRMo2+I= 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.6,24,fe80::f816:3eff:fe08:1b4/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-00000123\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-10-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=5.41 ===\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\n/dev/root resized successfully [took 3.21s]\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:08:01:B4 \n inet addr:10.10.10.6 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe08:1b4/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:7986 (7.7 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-09-04 12:53:12,900 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/8cf6470b-47f9-4188-85fa-28971728869d/action used request id req-8a937c2f-3241-41c0-84da-895759920e7e 2018-09-04 12:53:14,920 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/servers/8cf6470b-47f9-4188-85fa-28971728869d/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}26d8b946cfe8573c121af4cedf4ccdc82505adc8" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-04 12:53:15,991 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12: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-d0e4a77c-a630-4eb0-a8f7-f40d49679444 x-compute-request-id: req-d0e4a77c-a630-4eb0-a8f7-f40d49679444 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 493641177 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 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.133916] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.135612] pid_max: default: 32768 minimum: 301\n[ 0.136527] ACPI: Core revision 20150930\n[ 0.137933] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.139280] Security Framework initialized\n[ 0.140119] Yama: becoming mindful.\n[ 0.140867] AppArmor: AppArmor initialized\n[ 0.141752] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.143121] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.144435] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.145678] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.147100] Initializing cgroup subsys io\n[ 0.147938] Initializing cgroup subsys memory\n[ 0.148820] Initializing cgroup subsys devices\n[ 0.149723] Initializing cgroup subsys freezer\n[ 0.150611] Initializing cgroup subsys net_cls\n[ 0.151495] Initializing cgroup subsys perf_event\n[ 0.152432] Initializing cgroup subsys net_prio\n[ 0.153348] Initializing cgroup subsys hugetlb\n[ 0.154241] Initializing cgroup subsys pids\n[ 0.155137] CPU: Physical Processor ID: 0\n[ 0.156658] mce: CPU supports 10 MCE banks\n[ 0.157530] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.158557] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.169233] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.175662] ftrace: allocating 31920 entries in 125 pages\n[ 0.202481] smpboot: Max logical packages: 1\n[ 0.203506] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.205083] x2apic enabled\n[ 0.205939] Switched APIC routing to physical x2apic.\n[ 0.207817] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.209102] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.211242] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.213193] KVM setup paravirtual spinlock\n[ 0.214743] x86: Booted up 1 node, 1 CPUs\n[ 0.215629] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.217139] devtmpfs: initialized\n[ 0.218891] evm: security.selinux\n[ 0.219707] evm: security.SMACK64\n[ 0.220505] evm: security.SMACK64EXEC\n[ 0.221323] evm: security.SMACK64TRANSMUTE\n[ 0.222219] evm: security.SMACK64MMAP\n[ 0.223037] evm: security.ima\n[ 0.223729] evm: security.capability\n[ 0.224615] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.226659] pinctrl core: initialized pinctrl subsystem\n[ 0.227881] RTC time: 12:52:32, date: 09/04/18\n[ 0.228911] NET: Registered protocol family 16\n[ 0.229959] cpuidle: using governor ladder\n[ 0.230849] cpuidle: using governor menu\n[ 0.231703] PCCT header not found.\n[ 0.232544] ACPI: bus type PCI registered\n[ 0.233441] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.234824] PCI: Using configuration type 1 for base access\n[ 0.236684] ACPI: Added _OSI(Module Device)\n[ 0.237601] ACPI: Added _OSI(Processor Device)\n[ 0.238536] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.239505] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.241742] ACPI: Interpreter enabled\n[ 0.242750] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.244807] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.246835] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.248834] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.250882] ACPI: (supports S0 S5)\n[ 0.251768] ACPI: Using IOAPIC for interrupt routing\n[ 0.252785] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.256036] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.257322] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.258664] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.259942] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.262345] acpiphp: Slot [3] registered\n[ 0.263204] acpiphp: Slot [4] registered\n[ 0.264071] acpiphp: Slot [5] registered\n[ 0.264978] acpiphp: Slot [6] registered\n[ 0.265831] acpiphp: Slot [7] registered\n[ 0.266721] acpiphp: Slot [8] registered\n[ 0.267602] acpiphp: Slot [9] registered\n[ 0.268473] acpiphp: Slot [10] registered\n[ 0.269369] acpiphp: Slot [11] registered\n[ 0.270262] acpiphp: Slot [12] registered\n[ 0.271144] acpiphp: Slot [13] registered\n[ 0.272030] acpiphp: Slot [14] registered\n[ 0.272913] acpiphp: Slot [15] registered\n[ 0.283846] acpiphp: Slot [16] registered\n[ 0.284752] acpiphp: Slot [17] registered\n[ 0.285627] acpiphp: Slot [18] registered\n[ 0.286676] acpiphp: Slot [19] registered\n[ 0.287546] acpiphp: Slot [20] registered\n[ 0.288456] acpiphp: Slot [21] registered\n[ 0.289375] acpiphp: Slot [22] registered\n[ 0.290278] acpiphp: Slot [23] registered\n[ 0.291180] acpiphp: Slot [24] registered\n[ 0.292186] acpiphp: Slot [25] registered\n[ 0.293092] acpiphp: Slot [26] registered\n[ 0.293970] acpiphp: Slot [27] registered\n[ 0.294843] acpiphp: Slot [28] registered\n[ 0.295748] acpiphp: Slot [29] registered\n[ 0.296627] acpiphp: Slot [30] registered\n[ 0.297525] acpiphp: Slot [31] registered\n[ 0.298469] PCI host bridge to bus 0000:00\n[ 0.299367] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.300787] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.302183] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.303814] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.305504] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.311857] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.313291] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.314670] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.316109] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.322423] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.324047] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.370271] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.372275] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.374272] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.376274] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.378628] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.380397] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.382031] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.383629] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.385965] vgaarb: loaded\n[ 0.386823] vgaarb: bridge control possible 0000:00:02.0\n[ 0.388446] SCSI subsystem initialized\n[ 0.389649] ACPI: bus type USB registered\n[ 0.390882] usbcore: registered new interface driver usbfs\n[ 0.392441] usbcore: registered new interface driver hub\n[ 0.393994] usbcore: registered new device driver usb\n[ 0.395567] PCI: Using ACPI for IRQ routing\n[ 0.397076] NetLabel: Initializing\n[ 0.398138] NetLabel: domain hash size = 128\n[ 0.399424] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.400862] NetLabel: unlabeled traffic allowed by default\n[ 0.402496] clocksource: Switched to clocksource kvm-clock\n[ 0.408630] AppArmor: AppArmor Filesystem Enabled\n[ 0.410029] pnp: PnP ACPI init\n[ 0.411243] pnp: PnP ACPI: found 5 devices\n[ 0.417971] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.420554] NET: Registered protocol family 2\n[ 0.421956] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.423888] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.425663] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.427455] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.429081] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.430913] NET: Registered protocol family 1\n[ 0.432206] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.433906] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.435557] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.450263] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.465007] Trying to unpack rootfs image as initramfs...\n[ 0.515195] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.529654] Scanning for low memory corruption every 60 seconds\n[ 0.531556] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.533325] audit: initializing netlink subsys (disabled)\n[ 0.534923] audit: type=2000 audit(1536065553.046:1): initialized\n[ 0.536846] Initialise system trusted keyring\n[ 0.538207] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.539985] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.542560] zbud: loaded\n[ 0.543523] VFS: Disk quotas dquot_6.6.0\n[ 0.544714] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.546911] fuse init (API version 7.23)\n[ 0.548188] Key type big_key registered\n[ 0.549358] Allocating IMA MOK and blacklist keyrings.\n[ 0.550995] Key type asymmetric registered\n[ 0.552202] Asymmetric key parser 'x509' registered\n[ 0.553615] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.555185] io scheduler noop registered\n[ 0.556021] io scheduler deadline registered (default)\n[ 0.557046] io scheduler cfq registered\n[ 0.558276] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.559379] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.560767] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.562262] ACPI: Power Button [PWRF]\n[ 0.563142] GHES: HEST is not enabled!\n[ 0.582700] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.611616] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.614050] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.638513] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.640746] Linux agpgart interface v0.103\n[ 0.642894] brd: module loaded\n[ 0.644180] loop: module loaded\n[ 0.648809] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.650302] GPT:90111 != 2097151\n[ 0.651006] GPT:Alternate GPT header not at the end of the disk.\n[ 0.652128] GPT:90111 != 2097151\n[ 0.652817] GPT: Use GNU Parted to correct GPT errors.\n[ 0.653805] vda: vda1 vda15\n[ 0.655228] scsi host0: ata_piix\n[ 0.655984] scsi host1: ata_piix\n[ 0.656705] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.657954] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.659443] libphy: Fixed MDIO Bus: probed\n[ 0.660284] tun: Universal TUN/TAP device driver, 1.6\n[ 0.661260] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.663397] PPP generic driver version 2.4.2\n[ 0.664309] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.665581] ehci-pci: EHCI PCI platform driver\n[ 0.666481] ehci-platform: EHCI generic platform driver\n[ 0.667509] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.668682] ohci-pci: OHCI PCI platform driver\n[ 0.669573] ohci-platform: OHCI generic platform driver\n[ 0.670599] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.684963] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.685985] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.687482] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.688537] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.689685] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.690946] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.692401] usb usb1: Product: UHCI Host Controller\n[ 0.693363] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.694542] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.695579] hub 1-0:1.0: USB hub found\n[ 0.696379] hub 1-0:1.0: 2 ports detected\n[ 0.697306] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.699476] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.700458] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.701509] mousedev: PS/2 mouse device common for all mice\n[ 0.702814] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.704699] rtc_cmos 00:00: RTC can wake from S4\n[ 0.705821] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.707058] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.708282] i2c /dev entries driver\n[ 0.709079] device-mapper: uevent: version 1.0.3\n[ 0.710034] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.711705] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.713029] NET: Registered protocol family 10\n[ 0.714054] NET: Registered protocol family 17\n[ 0.714975] Key type dns_resolver registered\n[ 0.715935] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.717058] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.718862] registered taskstats version 1\n[ 0.719718] Loading compiled-in X.509 certificates\n[ 0.721183] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.723109] zswap: loaded using pool lzo/zbud\n[ 0.724519] Key type trusted registered\n[ 0.726081] Key type encrypted registered\n[ 0.726941] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.727997] ima: No TPM chip found, activating TPM-bypass!\n[ 0.729056] evm: HMAC attrs: 0x1\n[ 0.730010] Magic number: 2:928:884\n[ 0.730889] rtc_cmos 00:00: setting system clock to 2018-09-04 12:52:33 UTC (1536065553)\n[ 0.732529] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.733686] EDD information not available.\n[ 0.819485] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.821072] Write protecting the kernel read-only data: 14336k\n[ 0.833011] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.834880] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.66\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 2.64\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 2.863258] 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 2.75. iid=i-00000123\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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCRwjHQcym09Tp/ARB4dweGWyWirMhn+SYYILqbXUL25KMOMbva77/YlgjfENfG/TFeydM+4kZjV0CCyJIDEFb8IJwX9V0eAGbHy+mBxPGu606jjwCTo1XpoM8TiqgqehyQHmBOsFrI62Xt5C84zcxoOV4eQD8xb7sOxPBWp3FFq+jlpK3j/ezacq+KsZCrYO36UBNY8xEFK/L6fJeC+S8yergLlCDLuC0NMGjxw7IWa/yLNiOVzgyzmxtvylLBh6O9KOh9qiGCtnMDvvj8P9LwVo3Sn+2WS9GhddcPOtUluVPMTAvAtElD/5q6VDumQISbEN4d/0SZZG0aWYo+LA4D root@sdnvpn-10-2\nssh-dss AAAAB3NzaC1kc3MAAACBALtXbcKHQUELj8C5WmyWQiA9MwTTFhL2DbRo4MkEn4SyMMvpOHlUXeQS8h62M2ksws897bf6ZrHWm1Ih5lEOTmV10wC/E+RY4DVQi2pD210oMrxkgB0BFuVP87MG1fwWs5k1DFhSOq+WU69xS7oSWpyxcbbm7HuBPk+8qQ6UQt5LAAAAFQC1Hui1/QkNvM/FhmrpfxniKVPadwAAAIEAuCLMJYFXIaFmVsWCQV0X9rHvYiEGeq6WZq8KrWVS/0J26z6aKft+AKO806ifePHRE/+1GtdTKUG0a0RdrQ+r9NuSYPf/6Zvzus3JevdJqYrT1gmwT4Gw9OsHt5JKGdg1m6Qp8U2fykksP1LhVAUIVRf9I/hLnpYpz+PF91cZFwgAAACALBBU/Qs9SnRalTd4yOVJKnMiLs5Nsf4VIGyjuc/6hNMxsdicfyY/VvEHEsFSdcUZVAdHTCqo1/3Tgd5dwtu/L96oQRRtBsqDYhwZSFGq1Qe158J3O9VdmtLnIse48N4jdNyCi4Ygk3zI0bDAq9RxsWFgZ1XTn/WehMZSrRMo2+I= 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.6,24,fe80::f816:3eff:fe08:1b4/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-00000123\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-10-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=5.41 ===\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\n/dev/root resized successfully [took 3.21s]\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:08:01:B4 \n inet addr:10.10.10.6 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe08:1b4/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:7986 (7.7 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-09-04 12:53:15,992 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/8cf6470b-47f9-4188-85fa-28971728869d/action used request id req-d0e4a77c-a630-4eb0-a8f7-f40d49679444 2018-09-04 12:53:18,012 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/servers/8cf6470b-47f9-4188-85fa-28971728869d/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}26d8b946cfe8573c121af4cedf4ccdc82505adc8" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-04 12:53:19,080 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12: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-b3a23483-c54f-47a0-ad31-e98f6a6f5a10 x-compute-request-id: req-b3a23483-c54f-47a0-ad31-e98f6a6f5a10 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 493641177 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 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.133916] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.135612] pid_max: default: 32768 minimum: 301\n[ 0.136527] ACPI: Core revision 20150930\n[ 0.137933] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.139280] Security Framework initialized\n[ 0.140119] Yama: becoming mindful.\n[ 0.140867] AppArmor: AppArmor initialized\n[ 0.141752] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.143121] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.144435] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.145678] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.147100] Initializing cgroup subsys io\n[ 0.147938] Initializing cgroup subsys memory\n[ 0.148820] Initializing cgroup subsys devices\n[ 0.149723] Initializing cgroup subsys freezer\n[ 0.150611] Initializing cgroup subsys net_cls\n[ 0.151495] Initializing cgroup subsys perf_event\n[ 0.152432] Initializing cgroup subsys net_prio\n[ 0.153348] Initializing cgroup subsys hugetlb\n[ 0.154241] Initializing cgroup subsys pids\n[ 0.155137] CPU: Physical Processor ID: 0\n[ 0.156658] mce: CPU supports 10 MCE banks\n[ 0.157530] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.158557] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.169233] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.175662] ftrace: allocating 31920 entries in 125 pages\n[ 0.202481] smpboot: Max logical packages: 1\n[ 0.203506] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.205083] x2apic enabled\n[ 0.205939] Switched APIC routing to physical x2apic.\n[ 0.207817] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.209102] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.211242] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.213193] KVM setup paravirtual spinlock\n[ 0.214743] x86: Booted up 1 node, 1 CPUs\n[ 0.215629] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.217139] devtmpfs: initialized\n[ 0.218891] evm: security.selinux\n[ 0.219707] evm: security.SMACK64\n[ 0.220505] evm: security.SMACK64EXEC\n[ 0.221323] evm: security.SMACK64TRANSMUTE\n[ 0.222219] evm: security.SMACK64MMAP\n[ 0.223037] evm: security.ima\n[ 0.223729] evm: security.capability\n[ 0.224615] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.226659] pinctrl core: initialized pinctrl subsystem\n[ 0.227881] RTC time: 12:52:32, date: 09/04/18\n[ 0.228911] NET: Registered protocol family 16\n[ 0.229959] cpuidle: using governor ladder\n[ 0.230849] cpuidle: using governor menu\n[ 0.231703] PCCT header not found.\n[ 0.232544] ACPI: bus type PCI registered\n[ 0.233441] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.234824] PCI: Using configuration type 1 for base access\n[ 0.236684] ACPI: Added _OSI(Module Device)\n[ 0.237601] ACPI: Added _OSI(Processor Device)\n[ 0.238536] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.239505] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.241742] ACPI: Interpreter enabled\n[ 0.242750] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.244807] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.246835] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.248834] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.250882] ACPI: (supports S0 S5)\n[ 0.251768] ACPI: Using IOAPIC for interrupt routing\n[ 0.252785] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.256036] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.257322] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.258664] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.259942] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.262345] acpiphp: Slot [3] registered\n[ 0.263204] acpiphp: Slot [4] registered\n[ 0.264071] acpiphp: Slot [5] registered\n[ 0.264978] acpiphp: Slot [6] registered\n[ 0.265831] acpiphp: Slot [7] registered\n[ 0.266721] acpiphp: Slot [8] registered\n[ 0.267602] acpiphp: Slot [9] registered\n[ 0.268473] acpiphp: Slot [10] registered\n[ 0.269369] acpiphp: Slot [11] registered\n[ 0.270262] acpiphp: Slot [12] registered\n[ 0.271144] acpiphp: Slot [13] registered\n[ 0.272030] acpiphp: Slot [14] registered\n[ 0.272913] acpiphp: Slot [15] registered\n[ 0.283846] acpiphp: Slot [16] registered\n[ 0.284752] acpiphp: Slot [17] registered\n[ 0.285627] acpiphp: Slot [18] registered\n[ 0.286676] acpiphp: Slot [19] registered\n[ 0.287546] acpiphp: Slot [20] registered\n[ 0.288456] acpiphp: Slot [21] registered\n[ 0.289375] acpiphp: Slot [22] registered\n[ 0.290278] acpiphp: Slot [23] registered\n[ 0.291180] acpiphp: Slot [24] registered\n[ 0.292186] acpiphp: Slot [25] registered\n[ 0.293092] acpiphp: Slot [26] registered\n[ 0.293970] acpiphp: Slot [27] registered\n[ 0.294843] acpiphp: Slot [28] registered\n[ 0.295748] acpiphp: Slot [29] registered\n[ 0.296627] acpiphp: Slot [30] registered\n[ 0.297525] acpiphp: Slot [31] registered\n[ 0.298469] PCI host bridge to bus 0000:00\n[ 0.299367] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.300787] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.302183] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.303814] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.305504] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.311857] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.313291] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.314670] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.316109] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.322423] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.324047] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.370271] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.372275] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.374272] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.376274] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.378628] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.380397] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.382031] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.383629] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.385965] vgaarb: loaded\n[ 0.386823] vgaarb: bridge control possible 0000:00:02.0\n[ 0.388446] SCSI subsystem initialized\n[ 0.389649] ACPI: bus type USB registered\n[ 0.390882] usbcore: registered new interface driver usbfs\n[ 0.392441] usbcore: registered new interface driver hub\n[ 0.393994] usbcore: registered new device driver usb\n[ 0.395567] PCI: Using ACPI for IRQ routing\n[ 0.397076] NetLabel: Initializing\n[ 0.398138] NetLabel: domain hash size = 128\n[ 0.399424] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.400862] NetLabel: unlabeled traffic allowed by default\n[ 0.402496] clocksource: Switched to clocksource kvm-clock\n[ 0.408630] AppArmor: AppArmor Filesystem Enabled\n[ 0.410029] pnp: PnP ACPI init\n[ 0.411243] pnp: PnP ACPI: found 5 devices\n[ 0.417971] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.420554] NET: Registered protocol family 2\n[ 0.421956] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.423888] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.425663] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.427455] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.429081] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.430913] NET: Registered protocol family 1\n[ 0.432206] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.433906] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.435557] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.450263] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.465007] Trying to unpack rootfs image as initramfs...\n[ 0.515195] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.529654] Scanning for low memory corruption every 60 seconds\n[ 0.531556] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.533325] audit: initializing netlink subsys (disabled)\n[ 0.534923] audit: type=2000 audit(1536065553.046:1): initialized\n[ 0.536846] Initialise system trusted keyring\n[ 0.538207] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.539985] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.542560] zbud: loaded\n[ 0.543523] VFS: Disk quotas dquot_6.6.0\n[ 0.544714] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.546911] fuse init (API version 7.23)\n[ 0.548188] Key type big_key registered\n[ 0.549358] Allocating IMA MOK and blacklist keyrings.\n[ 0.550995] Key type asymmetric registered\n[ 0.552202] Asymmetric key parser 'x509' registered\n[ 0.553615] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.555185] io scheduler noop registered\n[ 0.556021] io scheduler deadline registered (default)\n[ 0.557046] io scheduler cfq registered\n[ 0.558276] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.559379] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.560767] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.562262] ACPI: Power Button [PWRF]\n[ 0.563142] GHES: HEST is not enabled!\n[ 0.582700] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.611616] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.614050] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.638513] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.640746] Linux agpgart interface v0.103\n[ 0.642894] brd: module loaded\n[ 0.644180] loop: module loaded\n[ 0.648809] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.650302] GPT:90111 != 2097151\n[ 0.651006] GPT:Alternate GPT header not at the end of the disk.\n[ 0.652128] GPT:90111 != 2097151\n[ 0.652817] GPT: Use GNU Parted to correct GPT errors.\n[ 0.653805] vda: vda1 vda15\n[ 0.655228] scsi host0: ata_piix\n[ 0.655984] scsi host1: ata_piix\n[ 0.656705] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.657954] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.659443] libphy: Fixed MDIO Bus: probed\n[ 0.660284] tun: Universal TUN/TAP device driver, 1.6\n[ 0.661260] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.663397] PPP generic driver version 2.4.2\n[ 0.664309] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.665581] ehci-pci: EHCI PCI platform driver\n[ 0.666481] ehci-platform: EHCI generic platform driver\n[ 0.667509] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.668682] ohci-pci: OHCI PCI platform driver\n[ 0.669573] ohci-platform: OHCI generic platform driver\n[ 0.670599] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.684963] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.685985] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.687482] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.688537] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.689685] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.690946] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.692401] usb usb1: Product: UHCI Host Controller\n[ 0.693363] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.694542] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.695579] hub 1-0:1.0: USB hub found\n[ 0.696379] hub 1-0:1.0: 2 ports detected\n[ 0.697306] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.699476] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.700458] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.701509] mousedev: PS/2 mouse device common for all mice\n[ 0.702814] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.704699] rtc_cmos 00:00: RTC can wake from S4\n[ 0.705821] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.707058] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.708282] i2c /dev entries driver\n[ 0.709079] device-mapper: uevent: version 1.0.3\n[ 0.710034] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.711705] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.713029] NET: Registered protocol family 10\n[ 0.714054] NET: Registered protocol family 17\n[ 0.714975] Key type dns_resolver registered\n[ 0.715935] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.717058] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.718862] registered taskstats version 1\n[ 0.719718] Loading compiled-in X.509 certificates\n[ 0.721183] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.723109] zswap: loaded using pool lzo/zbud\n[ 0.724519] Key type trusted registered\n[ 0.726081] Key type encrypted registered\n[ 0.726941] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.727997] ima: No TPM chip found, activating TPM-bypass!\n[ 0.729056] evm: HMAC attrs: 0x1\n[ 0.730010] Magic number: 2:928:884\n[ 0.730889] rtc_cmos 00:00: setting system clock to 2018-09-04 12:52:33 UTC (1536065553)\n[ 0.732529] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.733686] EDD information not available.\n[ 0.819485] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.821072] Write protecting the kernel read-only data: 14336k\n[ 0.833011] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.834880] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.66\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 2.64\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 2.863258] 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 2.75. iid=i-00000123\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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCRwjHQcym09Tp/ARB4dweGWyWirMhn+SYYILqbXUL25KMOMbva77/YlgjfENfG/TFeydM+4kZjV0CCyJIDEFb8IJwX9V0eAGbHy+mBxPGu606jjwCTo1XpoM8TiqgqehyQHmBOsFrI62Xt5C84zcxoOV4eQD8xb7sOxPBWp3FFq+jlpK3j/ezacq+KsZCrYO36UBNY8xEFK/L6fJeC+S8yergLlCDLuC0NMGjxw7IWa/yLNiOVzgyzmxtvylLBh6O9KOh9qiGCtnMDvvj8P9LwVo3Sn+2WS9GhddcPOtUluVPMTAvAtElD/5q6VDumQISbEN4d/0SZZG0aWYo+LA4D root@sdnvpn-10-2\nssh-dss AAAAB3NzaC1kc3MAAACBALtXbcKHQUELj8C5WmyWQiA9MwTTFhL2DbRo4MkEn4SyMMvpOHlUXeQS8h62M2ksws897bf6ZrHWm1Ih5lEOTmV10wC/E+RY4DVQi2pD210oMrxkgB0BFuVP87MG1fwWs5k1DFhSOq+WU69xS7oSWpyxcbbm7HuBPk+8qQ6UQt5LAAAAFQC1Hui1/QkNvM/FhmrpfxniKVPadwAAAIEAuCLMJYFXIaFmVsWCQV0X9rHvYiEGeq6WZq8KrWVS/0J26z6aKft+AKO806ifePHRE/+1GtdTKUG0a0RdrQ+r9NuSYPf/6Zvzus3JevdJqYrT1gmwT4Gw9OsHt5JKGdg1m6Qp8U2fykksP1LhVAUIVRf9I/hLnpYpz+PF91cZFwgAAACALBBU/Qs9SnRalTd4yOVJKnMiLs5Nsf4VIGyjuc/6hNMxsdicfyY/VvEHEsFSdcUZVAdHTCqo1/3Tgd5dwtu/L96oQRRtBsqDYhwZSFGq1Qe158J3O9VdmtLnIse48N4jdNyCi4Ygk3zI0bDAq9RxsWFgZ1XTn/WehMZSrRMo2+I= 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.6,24,fe80::f816:3eff:fe08:1b4/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-00000123\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-10-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=5.41 ===\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\n/dev/root resized successfully [took 3.21s]\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:08:01:B4 \n inet addr:10.10.10.6 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe08:1b4/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:7986 (7.7 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-09-04 12:53:19,081 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/8cf6470b-47f9-4188-85fa-28971728869d/action used request id req-b3a23483-c54f-47a0-ad31-e98f6a6f5a10 2018-09-04 12:53:21,102 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/servers/8cf6470b-47f9-4188-85fa-28971728869d/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}26d8b946cfe8573c121af4cedf4ccdc82505adc8" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-04 12:53:22,174 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12: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-89fe059c-b005-4529-bdb2-9115d7ede2ff x-compute-request-id: req-89fe059c-b005-4529-bdb2-9115d7ede2ff 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 493641177 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 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.133916] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.135612] pid_max: default: 32768 minimum: 301\n[ 0.136527] ACPI: Core revision 20150930\n[ 0.137933] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.139280] Security Framework initialized\n[ 0.140119] Yama: becoming mindful.\n[ 0.140867] AppArmor: AppArmor initialized\n[ 0.141752] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.143121] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.144435] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.145678] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.147100] Initializing cgroup subsys io\n[ 0.147938] Initializing cgroup subsys memory\n[ 0.148820] Initializing cgroup subsys devices\n[ 0.149723] Initializing cgroup subsys freezer\n[ 0.150611] Initializing cgroup subsys net_cls\n[ 0.151495] Initializing cgroup subsys perf_event\n[ 0.152432] Initializing cgroup subsys net_prio\n[ 0.153348] Initializing cgroup subsys hugetlb\n[ 0.154241] Initializing cgroup subsys pids\n[ 0.155137] CPU: Physical Processor ID: 0\n[ 0.156658] mce: CPU supports 10 MCE banks\n[ 0.157530] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.158557] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.169233] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.175662] ftrace: allocating 31920 entries in 125 pages\n[ 0.202481] smpboot: Max logical packages: 1\n[ 0.203506] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.205083] x2apic enabled\n[ 0.205939] Switched APIC routing to physical x2apic.\n[ 0.207817] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.209102] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.211242] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.213193] KVM setup paravirtual spinlock\n[ 0.214743] x86: Booted up 1 node, 1 CPUs\n[ 0.215629] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.217139] devtmpfs: initialized\n[ 0.218891] evm: security.selinux\n[ 0.219707] evm: security.SMACK64\n[ 0.220505] evm: security.SMACK64EXEC\n[ 0.221323] evm: security.SMACK64TRANSMUTE\n[ 0.222219] evm: security.SMACK64MMAP\n[ 0.223037] evm: security.ima\n[ 0.223729] evm: security.capability\n[ 0.224615] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.226659] pinctrl core: initialized pinctrl subsystem\n[ 0.227881] RTC time: 12:52:32, date: 09/04/18\n[ 0.228911] NET: Registered protocol family 16\n[ 0.229959] cpuidle: using governor ladder\n[ 0.230849] cpuidle: using governor menu\n[ 0.231703] PCCT header not found.\n[ 0.232544] ACPI: bus type PCI registered\n[ 0.233441] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.234824] PCI: Using configuration type 1 for base access\n[ 0.236684] ACPI: Added _OSI(Module Device)\n[ 0.237601] ACPI: Added _OSI(Processor Device)\n[ 0.238536] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.239505] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.241742] ACPI: Interpreter enabled\n[ 0.242750] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.244807] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.246835] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.248834] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.250882] ACPI: (supports S0 S5)\n[ 0.251768] ACPI: Using IOAPIC for interrupt routing\n[ 0.252785] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.256036] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.257322] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.258664] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.259942] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.262345] acpiphp: Slot [3] registered\n[ 0.263204] acpiphp: Slot [4] registered\n[ 0.264071] acpiphp: Slot [5] registered\n[ 0.264978] acpiphp: Slot [6] registered\n[ 0.265831] acpiphp: Slot [7] registered\n[ 0.266721] acpiphp: Slot [8] registered\n[ 0.267602] acpiphp: Slot [9] registered\n[ 0.268473] acpiphp: Slot [10] registered\n[ 0.269369] acpiphp: Slot [11] registered\n[ 0.270262] acpiphp: Slot [12] registered\n[ 0.271144] acpiphp: Slot [13] registered\n[ 0.272030] acpiphp: Slot [14] registered\n[ 0.272913] acpiphp: Slot [15] registered\n[ 0.283846] acpiphp: Slot [16] registered\n[ 0.284752] acpiphp: Slot [17] registered\n[ 0.285627] acpiphp: Slot [18] registered\n[ 0.286676] acpiphp: Slot [19] registered\n[ 0.287546] acpiphp: Slot [20] registered\n[ 0.288456] acpiphp: Slot [21] registered\n[ 0.289375] acpiphp: Slot [22] registered\n[ 0.290278] acpiphp: Slot [23] registered\n[ 0.291180] acpiphp: Slot [24] registered\n[ 0.292186] acpiphp: Slot [25] registered\n[ 0.293092] acpiphp: Slot [26] registered\n[ 0.293970] acpiphp: Slot [27] registered\n[ 0.294843] acpiphp: Slot [28] registered\n[ 0.295748] acpiphp: Slot [29] registered\n[ 0.296627] acpiphp: Slot [30] registered\n[ 0.297525] acpiphp: Slot [31] registered\n[ 0.298469] PCI host bridge to bus 0000:00\n[ 0.299367] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.300787] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.302183] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.303814] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.305504] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.311857] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.313291] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.314670] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.316109] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.322423] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.324047] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.370271] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.372275] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.374272] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.376274] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.378628] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.380397] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.382031] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.383629] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.385965] vgaarb: loaded\n[ 0.386823] vgaarb: bridge control possible 0000:00:02.0\n[ 0.388446] SCSI subsystem initialized\n[ 0.389649] ACPI: bus type USB registered\n[ 0.390882] usbcore: registered new interface driver usbfs\n[ 0.392441] usbcore: registered new interface driver hub\n[ 0.393994] usbcore: registered new device driver usb\n[ 0.395567] PCI: Using ACPI for IRQ routing\n[ 0.397076] NetLabel: Initializing\n[ 0.398138] NetLabel: domain hash size = 128\n[ 0.399424] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.400862] NetLabel: unlabeled traffic allowed by default\n[ 0.402496] clocksource: Switched to clocksource kvm-clock\n[ 0.408630] AppArmor: AppArmor Filesystem Enabled\n[ 0.410029] pnp: PnP ACPI init\n[ 0.411243] pnp: PnP ACPI: found 5 devices\n[ 0.417971] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.420554] NET: Registered protocol family 2\n[ 0.421956] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.423888] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.425663] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.427455] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.429081] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.430913] NET: Registered protocol family 1\n[ 0.432206] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.433906] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.435557] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.450263] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.465007] Trying to unpack rootfs image as initramfs...\n[ 0.515195] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.529654] Scanning for low memory corruption every 60 seconds\n[ 0.531556] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.533325] audit: initializing netlink subsys (disabled)\n[ 0.534923] audit: type=2000 audit(1536065553.046:1): initialized\n[ 0.536846] Initialise system trusted keyring\n[ 0.538207] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.539985] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.542560] zbud: loaded\n[ 0.543523] VFS: Disk quotas dquot_6.6.0\n[ 0.544714] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.546911] fuse init (API version 7.23)\n[ 0.548188] Key type big_key registered\n[ 0.549358] Allocating IMA MOK and blacklist keyrings.\n[ 0.550995] Key type asymmetric registered\n[ 0.552202] Asymmetric key parser 'x509' registered\n[ 0.553615] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.555185] io scheduler noop registered\n[ 0.556021] io scheduler deadline registered (default)\n[ 0.557046] io scheduler cfq registered\n[ 0.558276] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.559379] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.560767] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.562262] ACPI: Power Button [PWRF]\n[ 0.563142] GHES: HEST is not enabled!\n[ 0.582700] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.611616] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.614050] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.638513] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.640746] Linux agpgart interface v0.103\n[ 0.642894] brd: module loaded\n[ 0.644180] loop: module loaded\n[ 0.648809] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.650302] GPT:90111 != 2097151\n[ 0.651006] GPT:Alternate GPT header not at the end of the disk.\n[ 0.652128] GPT:90111 != 2097151\n[ 0.652817] GPT: Use GNU Parted to correct GPT errors.\n[ 0.653805] vda: vda1 vda15\n[ 0.655228] scsi host0: ata_piix\n[ 0.655984] scsi host1: ata_piix\n[ 0.656705] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.657954] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.659443] libphy: Fixed MDIO Bus: probed\n[ 0.660284] tun: Universal TUN/TAP device driver, 1.6\n[ 0.661260] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.663397] PPP generic driver version 2.4.2\n[ 0.664309] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.665581] ehci-pci: EHCI PCI platform driver\n[ 0.666481] ehci-platform: EHCI generic platform driver\n[ 0.667509] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.668682] ohci-pci: OHCI PCI platform driver\n[ 0.669573] ohci-platform: OHCI generic platform driver\n[ 0.670599] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.684963] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.685985] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.687482] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.688537] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.689685] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.690946] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.692401] usb usb1: Product: UHCI Host Controller\n[ 0.693363] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.694542] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.695579] hub 1-0:1.0: USB hub found\n[ 0.696379] hub 1-0:1.0: 2 ports detected\n[ 0.697306] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.699476] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.700458] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.701509] mousedev: PS/2 mouse device common for all mice\n[ 0.702814] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.704699] rtc_cmos 00:00: RTC can wake from S4\n[ 0.705821] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.707058] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.708282] i2c /dev entries driver\n[ 0.709079] device-mapper: uevent: version 1.0.3\n[ 0.710034] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.711705] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.713029] NET: Registered protocol family 10\n[ 0.714054] NET: Registered protocol family 17\n[ 0.714975] Key type dns_resolver registered\n[ 0.715935] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.717058] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.718862] registered taskstats version 1\n[ 0.719718] Loading compiled-in X.509 certificates\n[ 0.721183] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.723109] zswap: loaded using pool lzo/zbud\n[ 0.724519] Key type trusted registered\n[ 0.726081] Key type encrypted registered\n[ 0.726941] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.727997] ima: No TPM chip found, activating TPM-bypass!\n[ 0.729056] evm: HMAC attrs: 0x1\n[ 0.730010] Magic number: 2:928:884\n[ 0.730889] rtc_cmos 00:00: setting system clock to 2018-09-04 12:52:33 UTC (1536065553)\n[ 0.732529] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.733686] EDD information not available.\n[ 0.819485] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.821072] Write protecting the kernel read-only data: 14336k\n[ 0.833011] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.834880] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.66\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 2.64\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 2.863258] 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 2.75. iid=i-00000123\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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCRwjHQcym09Tp/ARB4dweGWyWirMhn+SYYILqbXUL25KMOMbva77/YlgjfENfG/TFeydM+4kZjV0CCyJIDEFb8IJwX9V0eAGbHy+mBxPGu606jjwCTo1XpoM8TiqgqehyQHmBOsFrI62Xt5C84zcxoOV4eQD8xb7sOxPBWp3FFq+jlpK3j/ezacq+KsZCrYO36UBNY8xEFK/L6fJeC+S8yergLlCDLuC0NMGjxw7IWa/yLNiOVzgyzmxtvylLBh6O9KOh9qiGCtnMDvvj8P9LwVo3Sn+2WS9GhddcPOtUluVPMTAvAtElD/5q6VDumQISbEN4d/0SZZG0aWYo+LA4D root@sdnvpn-10-2\nssh-dss AAAAB3NzaC1kc3MAAACBALtXbcKHQUELj8C5WmyWQiA9MwTTFhL2DbRo4MkEn4SyMMvpOHlUXeQS8h62M2ksws897bf6ZrHWm1Ih5lEOTmV10wC/E+RY4DVQi2pD210oMrxkgB0BFuVP87MG1fwWs5k1DFhSOq+WU69xS7oSWpyxcbbm7HuBPk+8qQ6UQt5LAAAAFQC1Hui1/QkNvM/FhmrpfxniKVPadwAAAIEAuCLMJYFXIaFmVsWCQV0X9rHvYiEGeq6WZq8KrWVS/0J26z6aKft+AKO806ifePHRE/+1GtdTKUG0a0RdrQ+r9NuSYPf/6Zvzus3JevdJqYrT1gmwT4Gw9OsHt5JKGdg1m6Qp8U2fykksP1LhVAUIVRf9I/hLnpYpz+PF91cZFwgAAACALBBU/Qs9SnRalTd4yOVJKnMiLs5Nsf4VIGyjuc/6hNMxsdicfyY/VvEHEsFSdcUZVAdHTCqo1/3Tgd5dwtu/L96oQRRtBsqDYhwZSFGq1Qe158J3O9VdmtLnIse48N4jdNyCi4Ygk3zI0bDAq9RxsWFgZ1XTn/WehMZSrRMo2+I= 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.6,24,fe80::f816:3eff:fe08:1b4/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-00000123\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-10-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=5.41 ===\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\n/dev/root resized successfully [took 3.21s]\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:08:01:B4 \n inet addr:10.10.10.6 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe08:1b4/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:7986 (7.7 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-09-04 12:53:22,175 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/8cf6470b-47f9-4188-85fa-28971728869d/action used request id req-89fe059c-b005-4529-bdb2-9115d7ede2ff 2018-09-04 12:53:24,197 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/servers/8cf6470b-47f9-4188-85fa-28971728869d/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}26d8b946cfe8573c121af4cedf4ccdc82505adc8" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-04 12:53:25,266 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12:53: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-897bfb66-c05d-4abd-8b2e-fb2b45792a49 x-compute-request-id: req-897bfb66-c05d-4abd-8b2e-fb2b45792a49 Content-Encoding: gzip Content-Length: 10882 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 493641177 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 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.133916] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.135612] pid_max: default: 32768 minimum: 301\n[ 0.136527] ACPI: Core revision 20150930\n[ 0.137933] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.139280] Security Framework initialized\n[ 0.140119] Yama: becoming mindful.\n[ 0.140867] AppArmor: AppArmor initialized\n[ 0.141752] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.143121] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.144435] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.145678] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.147100] Initializing cgroup subsys io\n[ 0.147938] Initializing cgroup subsys memory\n[ 0.148820] Initializing cgroup subsys devices\n[ 0.149723] Initializing cgroup subsys freezer\n[ 0.150611] Initializing cgroup subsys net_cls\n[ 0.151495] Initializing cgroup subsys perf_event\n[ 0.152432] Initializing cgroup subsys net_prio\n[ 0.153348] Initializing cgroup subsys hugetlb\n[ 0.154241] Initializing cgroup subsys pids\n[ 0.155137] CPU: Physical Processor ID: 0\n[ 0.156658] mce: CPU supports 10 MCE banks\n[ 0.157530] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.158557] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.169233] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.175662] ftrace: allocating 31920 entries in 125 pages\n[ 0.202481] smpboot: Max logical packages: 1\n[ 0.203506] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.205083] x2apic enabled\n[ 0.205939] Switched APIC routing to physical x2apic.\n[ 0.207817] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.209102] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.211242] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.213193] KVM setup paravirtual spinlock\n[ 0.214743] x86: Booted up 1 node, 1 CPUs\n[ 0.215629] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.217139] devtmpfs: initialized\n[ 0.218891] evm: security.selinux\n[ 0.219707] evm: security.SMACK64\n[ 0.220505] evm: security.SMACK64EXEC\n[ 0.221323] evm: security.SMACK64TRANSMUTE\n[ 0.222219] evm: security.SMACK64MMAP\n[ 0.223037] evm: security.ima\n[ 0.223729] evm: security.capability\n[ 0.224615] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.226659] pinctrl core: initialized pinctrl subsystem\n[ 0.227881] RTC time: 12:52:32, date: 09/04/18\n[ 0.228911] NET: Registered protocol family 16\n[ 0.229959] cpuidle: using governor ladder\n[ 0.230849] cpuidle: using governor menu\n[ 0.231703] PCCT header not found.\n[ 0.232544] ACPI: bus type PCI registered\n[ 0.233441] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.234824] PCI: Using configuration type 1 for base access\n[ 0.236684] ACPI: Added _OSI(Module Device)\n[ 0.237601] ACPI: Added _OSI(Processor Device)\n[ 0.238536] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.239505] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.241742] ACPI: Interpreter enabled\n[ 0.242750] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.244807] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.246835] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.248834] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.250882] ACPI: (supports S0 S5)\n[ 0.251768] ACPI: Using IOAPIC for interrupt routing\n[ 0.252785] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.256036] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.257322] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.258664] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.259942] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.262345] acpiphp: Slot [3] registered\n[ 0.263204] acpiphp: Slot [4] registered\n[ 0.264071] acpiphp: Slot [5] registered\n[ 0.264978] acpiphp: Slot [6] registered\n[ 0.265831] acpiphp: Slot [7] registered\n[ 0.266721] acpiphp: Slot [8] registered\n[ 0.267602] acpiphp: Slot [9] registered\n[ 0.268473] acpiphp: Slot [10] registered\n[ 0.269369] acpiphp: Slot [11] registered\n[ 0.270262] acpiphp: Slot [12] registered\n[ 0.271144] acpiphp: Slot [13] registered\n[ 0.272030] acpiphp: Slot [14] registered\n[ 0.272913] acpiphp: Slot [15] registered\n[ 0.283846] acpiphp: Slot [16] registered\n[ 0.284752] acpiphp: Slot [17] registered\n[ 0.285627] acpiphp: Slot [18] registered\n[ 0.286676] acpiphp: Slot [19] registered\n[ 0.287546] acpiphp: Slot [20] registered\n[ 0.288456] acpiphp: Slot [21] registered\n[ 0.289375] acpiphp: Slot [22] registered\n[ 0.290278] acpiphp: Slot [23] registered\n[ 0.291180] acpiphp: Slot [24] registered\n[ 0.292186] acpiphp: Slot [25] registered\n[ 0.293092] acpiphp: Slot [26] registered\n[ 0.293970] acpiphp: Slot [27] registered\n[ 0.294843] acpiphp: Slot [28] registered\n[ 0.295748] acpiphp: Slot [29] registered\n[ 0.296627] acpiphp: Slot [30] registered\n[ 0.297525] acpiphp: Slot [31] registered\n[ 0.298469] PCI host bridge to bus 0000:00\n[ 0.299367] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.300787] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.302183] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.303814] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.305504] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.311857] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.313291] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.314670] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.316109] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.322423] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.324047] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.370271] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.372275] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.374272] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.376274] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.378628] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.380397] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.382031] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.383629] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.385965] vgaarb: loaded\n[ 0.386823] vgaarb: bridge control possible 0000:00:02.0\n[ 0.388446] SCSI subsystem initialized\n[ 0.389649] ACPI: bus type USB registered\n[ 0.390882] usbcore: registered new interface driver usbfs\n[ 0.392441] usbcore: registered new interface driver hub\n[ 0.393994] usbcore: registered new device driver usb\n[ 0.395567] PCI: Using ACPI for IRQ routing\n[ 0.397076] NetLabel: Initializing\n[ 0.398138] NetLabel: domain hash size = 128\n[ 0.399424] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.400862] NetLabel: unlabeled traffic allowed by default\n[ 0.402496] clocksource: Switched to clocksource kvm-clock\n[ 0.408630] AppArmor: AppArmor Filesystem Enabled\n[ 0.410029] pnp: PnP ACPI init\n[ 0.411243] pnp: PnP ACPI: found 5 devices\n[ 0.417971] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.420554] NET: Registered protocol family 2\n[ 0.421956] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.423888] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.425663] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.427455] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.429081] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.430913] NET: Registered protocol family 1\n[ 0.432206] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.433906] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.435557] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.450263] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.465007] Trying to unpack rootfs image as initramfs...\n[ 0.515195] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.529654] Scanning for low memory corruption every 60 seconds\n[ 0.531556] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.533325] audit: initializing netlink subsys (disabled)\n[ 0.534923] audit: type=2000 audit(1536065553.046:1): initialized\n[ 0.536846] Initialise system trusted keyring\n[ 0.538207] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.539985] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.542560] zbud: loaded\n[ 0.543523] VFS: Disk quotas dquot_6.6.0\n[ 0.544714] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.546911] fuse init (API version 7.23)\n[ 0.548188] Key type big_key registered\n[ 0.549358] Allocating IMA MOK and blacklist keyrings.\n[ 0.550995] Key type asymmetric registered\n[ 0.552202] Asymmetric key parser 'x509' registered\n[ 0.553615] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.555185] io scheduler noop registered\n[ 0.556021] io scheduler deadline registered (default)\n[ 0.557046] io scheduler cfq registered\n[ 0.558276] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.559379] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.560767] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.562262] ACPI: Power Button [PWRF]\n[ 0.563142] GHES: HEST is not enabled!\n[ 0.582700] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.611616] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.614050] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.638513] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.640746] Linux agpgart interface v0.103\n[ 0.642894] brd: module loaded\n[ 0.644180] loop: module loaded\n[ 0.648809] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.650302] GPT:90111 != 2097151\n[ 0.651006] GPT:Alternate GPT header not at the end of the disk.\n[ 0.652128] GPT:90111 != 2097151\n[ 0.652817] GPT: Use GNU Parted to correct GPT errors.\n[ 0.653805] vda: vda1 vda15\n[ 0.655228] scsi host0: ata_piix\n[ 0.655984] scsi host1: ata_piix\n[ 0.656705] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.657954] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.659443] libphy: Fixed MDIO Bus: probed\n[ 0.660284] tun: Universal TUN/TAP device driver, 1.6\n[ 0.661260] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.663397] PPP generic driver version 2.4.2\n[ 0.664309] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.665581] ehci-pci: EHCI PCI platform driver\n[ 0.666481] ehci-platform: EHCI generic platform driver\n[ 0.667509] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.668682] ohci-pci: OHCI PCI platform driver\n[ 0.669573] ohci-platform: OHCI generic platform driver\n[ 0.670599] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.684963] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.685985] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.687482] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.688537] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.689685] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.690946] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.692401] usb usb1: Product: UHCI Host Controller\n[ 0.693363] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.694542] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.695579] hub 1-0:1.0: USB hub found\n[ 0.696379] hub 1-0:1.0: 2 ports detected\n[ 0.697306] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.699476] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.700458] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.701509] mousedev: PS/2 mouse device common for all mice\n[ 0.702814] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.704699] rtc_cmos 00:00: RTC can wake from S4\n[ 0.705821] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.707058] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.708282] i2c /dev entries driver\n[ 0.709079] device-mapper: uevent: version 1.0.3\n[ 0.710034] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.711705] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.713029] NET: Registered protocol family 10\n[ 0.714054] NET: Registered protocol family 17\n[ 0.714975] Key type dns_resolver registered\n[ 0.715935] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.717058] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.718862] registered taskstats version 1\n[ 0.719718] Loading compiled-in X.509 certificates\n[ 0.721183] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.723109] zswap: loaded using pool lzo/zbud\n[ 0.724519] Key type trusted registered\n[ 0.726081] Key type encrypted registered\n[ 0.726941] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.727997] ima: No TPM chip found, activating TPM-bypass!\n[ 0.729056] evm: HMAC attrs: 0x1\n[ 0.730010] Magic number: 2:928:884\n[ 0.730889] rtc_cmos 00:00: setting system clock to 2018-09-04 12:52:33 UTC (1536065553)\n[ 0.732529] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.733686] EDD information not available.\n[ 0.819485] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.821072] Write protecting the kernel read-only data: 14336k\n[ 0.833011] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.834880] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.66\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 2.64\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 2.863258] 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 2.75. iid=i-00000123\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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCRwjHQcym09Tp/ARB4dweGWyWirMhn+SYYILqbXUL25KMOMbva77/YlgjfENfG/TFeydM+4kZjV0CCyJIDEFb8IJwX9V0eAGbHy+mBxPGu606jjwCTo1XpoM8TiqgqehyQHmBOsFrI62Xt5C84zcxoOV4eQD8xb7sOxPBWp3FFq+jlpK3j/ezacq+KsZCrYO36UBNY8xEFK/L6fJeC+S8yergLlCDLuC0NMGjxw7IWa/yLNiOVzgyzmxtvylLBh6O9KOh9qiGCtnMDvvj8P9LwVo3Sn+2WS9GhddcPOtUluVPMTAvAtElD/5q6VDumQISbEN4d/0SZZG0aWYo+LA4D root@sdnvpn-10-2\nssh-dss AAAAB3NzaC1kc3MAAACBALtXbcKHQUELj8C5WmyWQiA9MwTTFhL2DbRo4MkEn4SyMMvpOHlUXeQS8h62M2ksws897bf6ZrHWm1Ih5lEOTmV10wC/E+RY4DVQi2pD210oMrxkgB0BFuVP87MG1fwWs5k1DFhSOq+WU69xS7oSWpyxcbbm7HuBPk+8qQ6UQt5LAAAAFQC1Hui1/QkNvM/FhmrpfxniKVPadwAAAIEAuCLMJYFXIaFmVsWCQV0X9rHvYiEGeq6WZq8KrWVS/0J26z6aKft+AKO806ifePHRE/+1GtdTKUG0a0RdrQ+r9NuSYPf/6Zvzus3JevdJqYrT1gmwT4Gw9OsHt5JKGdg1m6Qp8U2fykksP1LhVAUIVRf9I/hLnpYpz+PF91cZFwgAAACALBBU/Qs9SnRalTd4yOVJKnMiLs5Nsf4VIGyjuc/6hNMxsdicfyY/VvEHEsFSdcUZVAdHTCqo1/3Tgd5dwtu/L96oQRRtBsqDYhwZSFGq1Qe158J3O9VdmtLnIse48N4jdNyCi4Ygk3zI0bDAq9RxsWFgZ1XTn/WehMZSrRMo2+I= 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.6,24,fe80::f816:3eff:fe08:1b4/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-00000123\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-10-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=5.41 ===\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\n/dev/root resized successfully [took 3.21s]\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:08:01:B4 \n inet addr:10.10.10.6 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe08:1b4/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:7986 (7.7 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-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.170520] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.170521] usb 1-1: Product: QEMU USB Tablet\n[ 1.170522] usb 1-1: Manufacturer: QEMU\n[ 1.170522] usb 1-1: SerialNumber: 42\n[ 1.526770] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3255787006b, max_idle_ns: 440795244845 ns\n[ 2.814989] EXT4-fs (vda1): re-mounted. Opts: data=ordered\n[ 2.845206] EXT4-fs (vda1): re-mounted. Opts: data=ordered\n[ 2.863258] random: dd urandom read with 5 bits of entropy available\n[ 5.529649] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\n[ 6.319552] EXT4-fs (vda1): resized filesystem to 1039340\n### tail -n 25 /var/log/messages\nSep 4 13:52:35 cirros syslog.info syslogd started: BusyBox v1.23.2\nSep 4 13:52:35 cirros kern.notice kernel: klogd started: BusyBox v1.23.2 (2017-11-20 02:37:12 UTC)\nSep 4 13:52:35 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpuset\nSep 4 13:52:35 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpu\nSep 4 13:52:35 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpuacct\nSep 4 13:52:35 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)\nSep 4 13:52:35 cirros kern.info kernel: [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\nSep 4 13:52:35 cirros kern.info kernel: [ 0.000000] KERNEL supported cpus:\nSep 4 13:52:35 cirros kern.info kernel: [ 0.000000] Intel GenuineIntel\nSep 4 13:52:35 cirros kern.info kernel: [ 0.000000] AMD AuthenticAMD\nSep 4 13:52:35 cirros kern.info kernel: [ 0.000000] Centaur CentaurHauls\nSep 4 13:52:35 cirros kern.info kernel: [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\nSep 4 13:52:35 cirros kern.notice kernel: [ 2.863258] random: dd urandom read with 5 bits of entropy available\nSep 4 13:52:37 cirros auth.notice su: + /dev/console root:cirros\nSep 4 13:52:38 cirros authpriv.info dropbear[340]: Running in background\nSep 4 13:52:38 cirros kern.info kernel: [ 5.529649] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\nSep 4 13:52:39 cirros kern.info kernel: [ 6.319552] 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-09-04 12:53:25,267 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/8cf6470b-47f9-4188-85fa-28971728869d/action used request id req-897bfb66-c05d-4abd-8b2e-fb2b45792a49 2018-09-04 12:53:27,298 - sdnvpn_test_utils - INFO - Waiting for instance e405c1d0-e398-40d9-b303-d8dab908a5e1 to boot up 2018-09-04 12:53:27,303 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/servers/e405c1d0-e398-40d9-b303-d8dab908a5e1/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3e16754a174e570fc92a6d8b2ab2b0a769563b11" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-04 12:53:28,371 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12: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-2bcf67ca-7f6d-4f86-8ec2-18d0e984cf5f x-compute-request-id: req-2bcf67ca-7f6d-4f86-8ec2-18d0e984cf5f Content-Encoding: gzip Content-Length: 8106 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 515608422 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 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.150923] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.152917] pid_max: default: 32768 minimum: 301\n[ 0.154024] ACPI: Core revision 20150930\n[ 0.155586] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.157174] Security Framework initialized\n[ 0.158193] Yama: becoming mindful.\n[ 0.159068] AppArmor: AppArmor initialized\n[ 0.160087] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.161690] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.163263] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.164742] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.166444] Initializing cgroup subsys io\n[ 0.167422] Initializing cgroup subsys memory\n[ 0.168456] Initializing cgroup subsys devices\n[ 0.169505] Initializing cgroup subsys freezer\n[ 0.170564] Initializing cgroup subsys net_cls\n[ 0.171615] Initializing cgroup subsys perf_event\n[ 0.172718] Initializing cgroup subsys net_prio\n[ 0.173796] Initializing cgroup subsys hugetlb\n[ 0.174849] Initializing cgroup subsys pids\n[ 0.175921] CPU: Physical Processor ID: 0\n[ 0.177620] mce: CPU supports 10 MCE banks\n[ 0.178675] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.179920] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.191132] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.198095] ftrace: allocating 31920 entries in 125 pages\n[ 0.225740] smpboot: Max logical packages: 1\n[ 0.226781] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.228384] x2apic enabled\n[ 0.229295] Switched APIC routing to physical x2apic.\n[ 0.231260] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.232613] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.234983] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.237115] KVM setup paravirtual spinlock\n[ 0.238600] x86: Booted up 1 node, 1 CPUs\n[ 0.239559] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.241205] devtmpfs: initialized\n[ 0.243069] evm: security.selinux\n[ 0.243911] evm: security.SMACK64\n[ 0.244740] evm: security.SMACK64EXEC\n[ 0.245670] evm: security.SMACK64TRANSMUTE\n[ 0.246888] evm: security.SMACK64MMAP\n[ 0.248014] evm: security.ima\n[ 0.248963] evm: security.capability\n[ 0.250154] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.253029] pinctrl core: initialized pinctrl subsystem\n[ 0.254450] RTC time: 12:52:43, date: 09/04/18\n[ 0.255645] NET: Registered protocol family 16\n[ 0.256860] cpuidle: using governor ladder\n[ 0.257904] cpuidle: using governor menu\n[ 0.258917] PCCT header not found.\n[ 0.259856] ACPI: bus type PCI registered\n[ 0.260871] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.262454] PCI: Using configuration type 1 for base access\n[ 0.264543] ACPI: Added _OSI(Module Device)\n[ 0.265619] ACPI: Added _OSI(Processor Device)\n[ 0.266718] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.267872] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.270311] ACPI: Interpreter enabled\n[ 0.271271] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.273611] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.275974] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.278328] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.280689] ACPI: (supports S0 S5)\n[ 0.281576] ACPI: Using IOAPIC for interrupt routing\n[ 0.282788] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.286375] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.287863] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.289464] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.290994] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.293696] acpiphp: Slot [3] registered\n[ 0.294677] acpiphp: Slot [4] registered\n[ 0.295657] acpiphp: Slot [5] registered\n[ 0.296714] acpiphp: Slot [6] registered\n[ 0.297692] acpiphp: Slot [7] registered\n[ 0.298664] acpiphp: Slot [8] registered\n[ 0.299639] acpiphp: Slot [9] registered\n[ 0.300622] acpiphp: Slot [10] registered\n[ 0.301612] acpiphp: Slot [11] registered\n[ 0.302605] acpiphp: Slot [12] registered\n[ 0.303597] acpiphp: Slot [13] registered\n[ 0.304616] acpiphp: Slot [14] registered\n[ 0.305639] acpiphp: Slot [15] registered\n[ 0.317114] acpiphp: Slot [16] registered\n[ 0.318112] acpiphp: Slot [17] registered\n[ 0.319093] acpiphp: Slot [18] registered\n[ 0.320084] acpiphp: Slot [19] registered\n[ 0.321067] acpiphp: Slot [20] registered\n[ 0.322062] acpiphp: Slot [21] registered\n[ 0.323051] acpiphp: Slot [22] registered\n[ 0.324036] acpiphp: Slot [23] registered\n[ 0.325117] acpiphp: Slot [24] registered\n[ 0.326111] acpiphp: Slot [25] registered\n[ 0.327090] acpiphp: Slot [26] registered\n[ 0.328064] acpiphp: Slot [27] registered\n[ 0.329049] acpiphp: Slot [28] registered\n[ 0.330033] acpiphp: Slot [29] registered\n[ 0.331022] acpiphp: Slot [30] registered\n[ 0.332003] acpiphp: Slot [31] registered\n[ 0.332980] PCI host bridge to bus 0000:00\n[ 0.333966] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.335473] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.336977] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.338740] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.340514] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.347066] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.348688] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.350140] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.351723] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.358702] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.360439] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.408472] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.410187] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.411866] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.413528] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.416226] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.417715] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.419076] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.420370] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.422240] vgaarb: loaded\n[ 0.422960] vgaarb: bridge control possible 0000:00:02.0\n[ 0.424315] SCSI subsystem initialized\n[ 0.425298] ACPI: bus type USB registered\n[ 0.426288] usbcore: registered new interface driver usbfs\n[ 0.427543] usbcore: registered new interface driver hub\n[ 0.428764] usbcore: registered new device driver usb\n[ 0.430031] PCI: Using ACPI for IRQ routing\n[ 0.431246] NetLabel: Initializing\n[ 0.432106] NetLabel: domain hash size = 128\n[ 0.433134] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.434281] NetLabel: unlabeled traffic allowed by default\n[ 0.435616] clocksource: Switched to clocksource kvm-clock\n[ 0.441471] AppArmor: AppArmor Filesystem Enabled\n[ 0.442628] pnp: PnP ACPI init\n[ 0.443692] pnp: PnP ACPI: found 5 devices\n[ 0.450283] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.452002] NET: Registered protocol family 2\n[ 0.452973] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.454361] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.455517] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.456681] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.457754] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.458898] NET: Registered protocol family 1\n[ 0.459760] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.460845] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.461898] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.475931] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.490322] Trying to unpack rootfs image as initramfs...\n[ 0.540783] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.554504] Scanning for low memory corruption every 60 seconds\n[ 0.555826] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.556959] audit: initializing netlink subsys (disabled)\n[ 0.557950] audit: type=2000 audit(1536065564.730:1): initialized\n[ 0.559220] Initialise system trusted keyring\n[ 0.560133] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.561265] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.563186] zbud: loaded\n[ 0.563882] VFS: Disk quotas dquot_6.6.0\n[ 0.564692] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.573110] fuse init (API version 7.23)\n[ 0.574038] Key type big_key registered\n[ 0.574829] Allocating IMA MOK and blacklist keyrings.\n[ 0.575943] Key type asymmetric registered\n[ 0.576752] Asymmetric key parser 'x509' registered\n[ 0.577688] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.579480] io scheduler noop registered\n[ 0.580259] io scheduler deadline registered (default)\n[ 0.581214] io scheduler cfq registered\n[ 0.582037] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.583057] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.584302] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.585718] ACPI: Power Button [PWRF]\n[ 0.586552] GHES: HEST is not enabled!\n[ 0.600491] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.631680] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.634111] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.657962] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.660069] Linux agpgart interface v0.103\n[ 0.662094] brd: module loaded\n[ 0.663263] loop: module loaded\n[ 0.668493] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.669916] GPT:90111 != 2097151\n[ 0.670576] GPT:Alternate GPT header not at the end of the disk.\n[ 0.671647] GPT:90111 != 2097151\n[ 0.672305] GPT: Use GNU Parted to correct GPT errors.\n[ 0.673245] vda: vda1 vda15\n[ 0.674687] scsi host0: ata_piix\n[ 0.675406] scsi host1: ata_piix\n[ 0.676101] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.677286] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.678693] libphy: Fixed MDIO Bus: probed\n[ 0.679492] tun: Universal TUN/TAP device driver, 1.6\n[ 0.680420] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.682553] PPP generic driver version 2.4.2\n[ 0.683559] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.685021] ehci-pci: EHCI PCI platform driver\n[ 0.685966] ehci-platform: EHCI generic platform driver\n[ 0.687046] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.688378] ohci-pci: OHCI PCI platform driver\n[ 0.689294] ohci-platform: OHCI generic platform driver\n[ 0.690448] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.705050] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.706256] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.707930] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.709048] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.710293] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.711906] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.713803] usb usb1: Product: UHCI Host Controller\n[ 0.714946] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.716580] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.717842] hub 1-0:1.0: USB hub found\n[ 0.718824] hub 1-0:1.0: 2 ports detected\n[ 0.719996] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.722556] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.723808] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.724981] mousedev: PS/2 mouse device common for all mice\n[ 0.726461] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.728587] rtc_cmos 00:00: RTC can wake from S4\n[ 0.729809] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.731175] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.732534] i2c /dev entries driver\n[ 0.733358] device-mapper: uevent: version 1.0.3\n[ 0.734408] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.736265] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.737746] NET: Registered protocol family 10\n[ 0.738886] NET: Registered protocol family 17\n[ 0.739926] Key type dns_resolver registered\n[ 0.741014] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.742362] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.744463] registered taskstats version 1\n[ 0.745395] Loading compiled-in X.509 certificates\n[ 0.746929] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.749105] zswap: loaded using pool lzo/zbud\n[ 0.750628] Key type trusted registered\n[ 0.752807] Key type encrypted registered\n[ 0.753783] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.755029] ima: No TPM chip found, activating TPM-bypass!\n[ 0.756708] evm: HMAC attrs: 0x1\n[ 0.757709] Magic number: 2:928:884\n[ 0.758674] rtc_cmos 00:00: setting system clock to 2018-09-04 12:52:44 UTC (1536065564)\n[ 0.760623] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.761976] EDD information not available.\n[ 0.832167] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.834103] ata1.00: configured for MWDMA2\n[ 0.835820] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.849195] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.851018] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.852824] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.855174] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.857412] Write protecting the kernel read-only data: 14336k\n[ 0.859499] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.861986] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.67\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.921214] 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.75\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found 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.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 1.50s]\nping 10.10.10.6 OK\nping 10.10.10.6 OK\nping 10.10.10.6 OK\nping 10.10.10.6 OK\n"} 2018-09-04 12:53:28,372 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/e405c1d0-e398-40d9-b303-d8dab908a5e1/action used request id req-2bcf67ca-7f6d-4f86-8ec2-18d0e984cf5f 2018-09-04 12:53:30,375 - sdnvpn_test_utils - INFO - Waiting for instance 94bf21f0-f1b6-428f-8bea-ade96857c71b to boot up 2018-09-04 12:53:30,378 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/servers/94bf21f0-f1b6-428f-8bea-ade96857c71b/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6bf60c0e23ecaa1432876d008666c2120fdb63c0" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-04 12:53:31,446 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12:53: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-c91714f9-635f-4759-a773-e46e4e010850 x-compute-request-id: req-c91714f9-635f-4759-a773-e46e4e010850 Content-Encoding: gzip Content-Length: 7865 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 535760135 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 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.131352] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.133000] pid_max: default: 32768 minimum: 301\n[ 0.133896] ACPI: Core revision 20150930\n[ 0.135297] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136597] Security Framework initialized\n[ 0.137409] Yama: becoming mindful.\n[ 0.138137] AppArmor: AppArmor initialized\n[ 0.139005] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.140326] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.141592] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142797] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144193] Initializing cgroup subsys io\n[ 0.145004] Initializing cgroup subsys memory\n[ 0.145856] Initializing cgroup subsys devices\n[ 0.146732] Initializing cgroup subsys freezer\n[ 0.147595] Initializing cgroup subsys net_cls\n[ 0.148458] Initializing cgroup subsys perf_event\n[ 0.149364] Initializing cgroup subsys net_prio\n[ 0.150239] Initializing cgroup subsys hugetlb\n[ 0.151105] Initializing cgroup subsys pids\n[ 0.151977] CPU: Physical Processor ID: 0\n[ 0.153486] mce: CPU supports 10 MCE banks\n[ 0.154329] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.155327] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.166337] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.173001] ftrace: allocating 31920 entries in 125 pages\n[ 0.200656] smpboot: Max logical packages: 1\n[ 0.201517] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.202872] x2apic enabled\n[ 0.203684] Switched APIC routing to physical x2apic.\n[ 0.205435] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.206550] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.208541] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.210326] KVM setup paravirtual spinlock\n[ 0.211661] x86: Booted up 1 node, 1 CPUs\n[ 0.212467] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.213858] devtmpfs: initialized\n[ 0.215591] evm: security.selinux\n[ 0.216289] evm: security.SMACK64\n[ 0.216977] evm: security.SMACK64EXEC\n[ 0.217722] evm: security.SMACK64TRANSMUTE\n[ 0.218527] evm: security.SMACK64MMAP\n[ 0.219274] evm: security.ima\n[ 0.219912] evm: security.capability\n[ 0.220731] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.222586] pinctrl core: initialized pinctrl subsystem\n[ 0.223690] RTC time: 12:52:56, date: 09/04/18\n[ 0.224645] NET: Registered protocol family 16\n[ 0.225619] cpuidle: using governor ladder\n[ 0.226437] cpuidle: using governor menu\n[ 0.227217] PCCT header not found.\n[ 0.227973] ACPI: bus type PCI registered\n[ 0.228783] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.230023] PCI: Using configuration type 1 for base access\n[ 0.231798] ACPI: Added _OSI(Module Device)\n[ 0.232643] ACPI: Added _OSI(Processor Device)\n[ 0.233504] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.234401] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.236544] ACPI: Interpreter enabled\n[ 0.237315] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.239155] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.240990] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.242839] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.244675] ACPI: (supports S0 S5)\n[ 0.245382] ACPI: Using IOAPIC for interrupt routing\n[ 0.246416] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.249525] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.250670] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.251893] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.253078] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.255309] acpiphp: Slot [3] registered\n[ 0.256106] acpiphp: Slot [4] registered\n[ 0.256905] acpiphp: Slot [5] registered\n[ 0.257816] acpiphp: Slot [6] registered\n[ 0.258671] acpiphp: Slot [7] registered\n[ 0.259512] acpiphp: Slot [8] registered\n[ 0.260358] acpiphp: Slot [9] registered\n[ 0.261193] acpiphp: Slot [10] registered\n[ 0.262050] acpiphp: Slot [11] registered\n[ 0.262911] acpiphp: Slot [12] registered\n[ 0.263773] acpiphp: Slot [13] registered\n[ 0.264628] acpiphp: Slot [14] registered\n[ 0.265476] acpiphp: Slot [15] registered\n[ 0.276361] acpiphp: Slot [16] registered\n[ 0.277205] acpiphp: Slot [17] registered\n[ 0.278067] acpiphp: Slot [18] registered\n[ 0.278909] acpiphp: Slot [19] registered\n[ 0.279764] acpiphp: Slot [20] registered\n[ 0.280623] acpiphp: Slot [21] registered\n[ 0.281469] acpiphp: Slot [22] registered\n[ 0.282322] acpiphp: Slot [23] registered\n[ 0.283172] acpiphp: Slot [24] registered\n[ 0.284024] acpiphp: Slot [25] registered\n[ 0.284882] acpiphp: Slot [26] registered\n[ 0.285727] acpiphp: Slot [27] registered\n[ 0.286586] acpiphp: Slot [28] registered\n[ 0.287436] acpiphp: Slot [29] registered\n[ 0.288294] acpiphp: Slot [30] registered\n[ 0.289149] acpiphp: Slot [31] registered\n[ 0.289996] PCI host bridge to bus 0000:00\n[ 0.290848] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.292209] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.293428] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.294875] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.296325] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.302688] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.303965] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.305137] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.306406] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.313629] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.315078] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.365283] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.366783] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.368213] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.369672] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.371126] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.372393] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.373582] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.374652] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.376217] vgaarb: loaded\n[ 0.376828] vgaarb: bridge control possible 0000:00:02.0\n[ 0.377999] SCSI subsystem initialized\n[ 0.378840] ACPI: bus type USB registered\n[ 0.379668] usbcore: registered new interface driver usbfs\n[ 0.380709] usbcore: registered new interface driver hub\n[ 0.381722] usbcore: registered new device driver usb\n[ 0.382794] PCI: Using ACPI for IRQ routing\n[ 0.383845] NetLabel: Initializing\n[ 0.384599] NetLabel: domain hash size = 128\n[ 0.385509] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.386531] NetLabel: unlabeled traffic allowed by default\n[ 0.387728] clocksource: Switched to clocksource kvm-clock\n[ 0.393561] AppArmor: AppArmor Filesystem Enabled\n[ 0.394601] pnp: PnP ACPI init\n[ 0.395554] pnp: PnP ACPI: found 5 devices\n[ 0.402000] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.403825] NET: Registered protocol family 2\n[ 0.404812] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.406097] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.407278] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.408527] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.409572] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.410694] NET: Registered protocol family 1\n[ 0.411532] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.412590] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.413667] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.427866] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.442280] Trying to unpack rootfs image as initramfs...\n[ 0.492629] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.506467] Scanning for low memory corruption every 60 seconds\n[ 0.507889] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.509098] audit: initializing netlink subsys (disabled)\n[ 0.510293] audit: type=2000 audit(1536065577.660:1): initialized\n[ 0.511668] Initialise system trusted keyring\n[ 0.512649] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.513862] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.515914] zbud: loaded\n[ 0.516664] VFS: Disk quotas dquot_6.6.0\n[ 0.517546] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.519156] fuse init (API version 7.23)\n[ 0.520108] Key type big_key registered\n[ 0.520968] Allocating IMA MOK and blacklist keyrings.\n[ 0.522173] Key type asymmetric registered\n[ 0.523059] Asymmetric key parser 'x509' registered\n[ 0.524106] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.526045] io scheduler noop registered\n[ 0.526902] io scheduler deadline registered (default)\n[ 0.527975] io scheduler cfq registered\n[ 0.528881] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.530017] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.531389] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.533006] ACPI: Power Button [PWRF]\n[ 0.533909] GHES: HEST is not enabled!\n[ 0.547740] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.582776] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.586226] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.610548] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.612846] Linux agpgart interface v0.103\n[ 0.615028] brd: module loaded\n[ 0.616363] loop: module loaded\n[ 0.620894] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.622426] GPT:90111 != 2097151\n[ 0.623123] GPT:Alternate GPT header not at the end of the disk.\n[ 0.624418] GPT:90111 != 2097151\n[ 0.625134] GPT: Use GNU Parted to correct GPT errors.\n[ 0.626144] vda: vda1 vda15\n[ 0.627690] scsi host0: ata_piix\n[ 0.628480] scsi host1: ata_piix\n[ 0.629226] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.630522] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.632053] libphy: Fixed MDIO Bus: probed\n[ 0.632934] tun: Universal TUN/TAP device driver, 1.6\n[ 0.633959] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.636365] PPP generic driver version 2.4.2\n[ 0.637501] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.638947] ehci-pci: EHCI PCI platform driver\n[ 0.640002] ehci-platform: EHCI generic platform driver\n[ 0.641199] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.642564] ohci-pci: OHCI PCI platform driver\n[ 0.643601] ohci-platform: OHCI generic platform driver\n[ 0.644797] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.659615] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.660835] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.662584] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.663787] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.665123] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.666620] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.668320] usb usb1: Product: UHCI Host Controller\n[ 0.669539] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.670923] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.672066] hub 1-0:1.0: USB hub found\n[ 0.672986] hub 1-0:1.0: 2 ports detected\n[ 0.674054] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.676497] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.677636] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.678838] mousedev: PS/2 mouse device common for all mice\n[ 0.680123] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.681981] rtc_cmos 00:00: RTC can wake from S4\n[ 0.683079] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.684350] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.685805] i2c /dev entries driver\n[ 0.686705] device-mapper: uevent: version 1.0.3\n[ 0.687832] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.689792] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.691326] NET: Registered protocol family 10\n[ 0.692508] NET: Registered protocol family 17\n[ 0.693583] Key type dns_resolver registered\n[ 0.694681] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.696013] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.698125] registered taskstats version 1\n[ 0.699132] Loading compiled-in X.509 certificates\n[ 0.700772] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.703008] zswap: loaded using pool lzo/zbud\n[ 0.704578] Key type trusted registered\n[ 0.706734] Key type encrypted registered\n[ 0.707746] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.708994] ima: No TPM chip found, activating TPM-bypass!\n[ 0.710699] evm: HMAC attrs: 0x1\n[ 0.711799] Magic number: 2:928:884\n[ 0.712813] rtc_cmos 00:00: setting system clock to 2018-09-04 12:52:57 UTC (1536065577)\n[ 0.714727] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.716088] EDD information not available.\n[ 0.788380] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.790044] ata1.00: configured for MWDMA2\n[ 0.791419] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.804456] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.805961] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.807424] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.809510] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.811342] Write protecting the kernel read-only data: 14336k\n[ 0.813150] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.815278] 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.873182] 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.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... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\n"} 2018-09-04 12:53:31,447 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/94bf21f0-f1b6-428f-8bea-ade96857c71b/action used request id req-c91714f9-635f-4759-a773-e46e4e010850 2018-09-04 12:53:33,453 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/servers/94bf21f0-f1b6-428f-8bea-ade96857c71b/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6bf60c0e23ecaa1432876d008666c2120fdb63c0" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-04 12:53:34,522 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12:53: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-fad87ee3-e09f-4e74-b52c-e5f76f5c31fe x-compute-request-id: req-fad87ee3-e09f-4e74-b52c-e5f76f5c31fe Content-Encoding: gzip Content-Length: 7865 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 535760135 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 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.131352] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.133000] pid_max: default: 32768 minimum: 301\n[ 0.133896] ACPI: Core revision 20150930\n[ 0.135297] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136597] Security Framework initialized\n[ 0.137409] Yama: becoming mindful.\n[ 0.138137] AppArmor: AppArmor initialized\n[ 0.139005] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.140326] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.141592] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142797] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144193] Initializing cgroup subsys io\n[ 0.145004] Initializing cgroup subsys memory\n[ 0.145856] Initializing cgroup subsys devices\n[ 0.146732] Initializing cgroup subsys freezer\n[ 0.147595] Initializing cgroup subsys net_cls\n[ 0.148458] Initializing cgroup subsys perf_event\n[ 0.149364] Initializing cgroup subsys net_prio\n[ 0.150239] Initializing cgroup subsys hugetlb\n[ 0.151105] Initializing cgroup subsys pids\n[ 0.151977] CPU: Physical Processor ID: 0\n[ 0.153486] mce: CPU supports 10 MCE banks\n[ 0.154329] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.155327] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.166337] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.173001] ftrace: allocating 31920 entries in 125 pages\n[ 0.200656] smpboot: Max logical packages: 1\n[ 0.201517] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.202872] x2apic enabled\n[ 0.203684] Switched APIC routing to physical x2apic.\n[ 0.205435] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.206550] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.208541] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.210326] KVM setup paravirtual spinlock\n[ 0.211661] x86: Booted up 1 node, 1 CPUs\n[ 0.212467] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.213858] devtmpfs: initialized\n[ 0.215591] evm: security.selinux\n[ 0.216289] evm: security.SMACK64\n[ 0.216977] evm: security.SMACK64EXEC\n[ 0.217722] evm: security.SMACK64TRANSMUTE\n[ 0.218527] evm: security.SMACK64MMAP\n[ 0.219274] evm: security.ima\n[ 0.219912] evm: security.capability\n[ 0.220731] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.222586] pinctrl core: initialized pinctrl subsystem\n[ 0.223690] RTC time: 12:52:56, date: 09/04/18\n[ 0.224645] NET: Registered protocol family 16\n[ 0.225619] cpuidle: using governor ladder\n[ 0.226437] cpuidle: using governor menu\n[ 0.227217] PCCT header not found.\n[ 0.227973] ACPI: bus type PCI registered\n[ 0.228783] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.230023] PCI: Using configuration type 1 for base access\n[ 0.231798] ACPI: Added _OSI(Module Device)\n[ 0.232643] ACPI: Added _OSI(Processor Device)\n[ 0.233504] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.234401] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.236544] ACPI: Interpreter enabled\n[ 0.237315] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.239155] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.240990] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.242839] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.244675] ACPI: (supports S0 S5)\n[ 0.245382] ACPI: Using IOAPIC for interrupt routing\n[ 0.246416] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.249525] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.250670] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.251893] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.253078] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.255309] acpiphp: Slot [3] registered\n[ 0.256106] acpiphp: Slot [4] registered\n[ 0.256905] acpiphp: Slot [5] registered\n[ 0.257816] acpiphp: Slot [6] registered\n[ 0.258671] acpiphp: Slot [7] registered\n[ 0.259512] acpiphp: Slot [8] registered\n[ 0.260358] acpiphp: Slot [9] registered\n[ 0.261193] acpiphp: Slot [10] registered\n[ 0.262050] acpiphp: Slot [11] registered\n[ 0.262911] acpiphp: Slot [12] registered\n[ 0.263773] acpiphp: Slot [13] registered\n[ 0.264628] acpiphp: Slot [14] registered\n[ 0.265476] acpiphp: Slot [15] registered\n[ 0.276361] acpiphp: Slot [16] registered\n[ 0.277205] acpiphp: Slot [17] registered\n[ 0.278067] acpiphp: Slot [18] registered\n[ 0.278909] acpiphp: Slot [19] registered\n[ 0.279764] acpiphp: Slot [20] registered\n[ 0.280623] acpiphp: Slot [21] registered\n[ 0.281469] acpiphp: Slot [22] registered\n[ 0.282322] acpiphp: Slot [23] registered\n[ 0.283172] acpiphp: Slot [24] registered\n[ 0.284024] acpiphp: Slot [25] registered\n[ 0.284882] acpiphp: Slot [26] registered\n[ 0.285727] acpiphp: Slot [27] registered\n[ 0.286586] acpiphp: Slot [28] registered\n[ 0.287436] acpiphp: Slot [29] registered\n[ 0.288294] acpiphp: Slot [30] registered\n[ 0.289149] acpiphp: Slot [31] registered\n[ 0.289996] PCI host bridge to bus 0000:00\n[ 0.290848] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.292209] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.293428] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.294875] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.296325] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.302688] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.303965] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.305137] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.306406] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.313629] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.315078] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.365283] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.366783] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.368213] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.369672] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.371126] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.372393] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.373582] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.374652] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.376217] vgaarb: loaded\n[ 0.376828] vgaarb: bridge control possible 0000:00:02.0\n[ 0.377999] SCSI subsystem initialized\n[ 0.378840] ACPI: bus type USB registered\n[ 0.379668] usbcore: registered new interface driver usbfs\n[ 0.380709] usbcore: registered new interface driver hub\n[ 0.381722] usbcore: registered new device driver usb\n[ 0.382794] PCI: Using ACPI for IRQ routing\n[ 0.383845] NetLabel: Initializing\n[ 0.384599] NetLabel: domain hash size = 128\n[ 0.385509] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.386531] NetLabel: unlabeled traffic allowed by default\n[ 0.387728] clocksource: Switched to clocksource kvm-clock\n[ 0.393561] AppArmor: AppArmor Filesystem Enabled\n[ 0.394601] pnp: PnP ACPI init\n[ 0.395554] pnp: PnP ACPI: found 5 devices\n[ 0.402000] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.403825] NET: Registered protocol family 2\n[ 0.404812] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.406097] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.407278] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.408527] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.409572] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.410694] NET: Registered protocol family 1\n[ 0.411532] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.412590] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.413667] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.427866] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.442280] Trying to unpack rootfs image as initramfs...\n[ 0.492629] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.506467] Scanning for low memory corruption every 60 seconds\n[ 0.507889] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.509098] audit: initializing netlink subsys (disabled)\n[ 0.510293] audit: type=2000 audit(1536065577.660:1): initialized\n[ 0.511668] Initialise system trusted keyring\n[ 0.512649] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.513862] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.515914] zbud: loaded\n[ 0.516664] VFS: Disk quotas dquot_6.6.0\n[ 0.517546] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.519156] fuse init (API version 7.23)\n[ 0.520108] Key type big_key registered\n[ 0.520968] Allocating IMA MOK and blacklist keyrings.\n[ 0.522173] Key type asymmetric registered\n[ 0.523059] Asymmetric key parser 'x509' registered\n[ 0.524106] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.526045] io scheduler noop registered\n[ 0.526902] io scheduler deadline registered (default)\n[ 0.527975] io scheduler cfq registered\n[ 0.528881] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.530017] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.531389] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.533006] ACPI: Power Button [PWRF]\n[ 0.533909] GHES: HEST is not enabled!\n[ 0.547740] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.582776] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.586226] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.610548] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.612846] Linux agpgart interface v0.103\n[ 0.615028] brd: module loaded\n[ 0.616363] loop: module loaded\n[ 0.620894] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.622426] GPT:90111 != 2097151\n[ 0.623123] GPT:Alternate GPT header not at the end of the disk.\n[ 0.624418] GPT:90111 != 2097151\n[ 0.625134] GPT: Use GNU Parted to correct GPT errors.\n[ 0.626144] vda: vda1 vda15\n[ 0.627690] scsi host0: ata_piix\n[ 0.628480] scsi host1: ata_piix\n[ 0.629226] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.630522] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.632053] libphy: Fixed MDIO Bus: probed\n[ 0.632934] tun: Universal TUN/TAP device driver, 1.6\n[ 0.633959] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.636365] PPP generic driver version 2.4.2\n[ 0.637501] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.638947] ehci-pci: EHCI PCI platform driver\n[ 0.640002] ehci-platform: EHCI generic platform driver\n[ 0.641199] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.642564] ohci-pci: OHCI PCI platform driver\n[ 0.643601] ohci-platform: OHCI generic platform driver\n[ 0.644797] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.659615] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.660835] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.662584] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.663787] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.665123] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.666620] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.668320] usb usb1: Product: UHCI Host Controller\n[ 0.669539] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.670923] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.672066] hub 1-0:1.0: USB hub found\n[ 0.672986] hub 1-0:1.0: 2 ports detected\n[ 0.674054] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.676497] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.677636] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.678838] mousedev: PS/2 mouse device common for all mice\n[ 0.680123] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.681981] rtc_cmos 00:00: RTC can wake from S4\n[ 0.683079] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.684350] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.685805] i2c /dev entries driver\n[ 0.686705] device-mapper: uevent: version 1.0.3\n[ 0.687832] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.689792] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.691326] NET: Registered protocol family 10\n[ 0.692508] NET: Registered protocol family 17\n[ 0.693583] Key type dns_resolver registered\n[ 0.694681] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.696013] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.698125] registered taskstats version 1\n[ 0.699132] Loading compiled-in X.509 certificates\n[ 0.700772] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.703008] zswap: loaded using pool lzo/zbud\n[ 0.704578] Key type trusted registered\n[ 0.706734] Key type encrypted registered\n[ 0.707746] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.708994] ima: No TPM chip found, activating TPM-bypass!\n[ 0.710699] evm: HMAC attrs: 0x1\n[ 0.711799] Magic number: 2:928:884\n[ 0.712813] rtc_cmos 00:00: setting system clock to 2018-09-04 12:52:57 UTC (1536065577)\n[ 0.714727] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.716088] EDD information not available.\n[ 0.788380] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.790044] ata1.00: configured for MWDMA2\n[ 0.791419] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.804456] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.805961] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.807424] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.809510] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.811342] Write protecting the kernel read-only data: 14336k\n[ 0.813150] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.815278] 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.873182] 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.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... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\n"} 2018-09-04 12:53:34,523 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/94bf21f0-f1b6-428f-8bea-ade96857c71b/action used request id req-fad87ee3-e09f-4e74-b52c-e5f76f5c31fe 2018-09-04 12:53:36,530 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/servers/94bf21f0-f1b6-428f-8bea-ade96857c71b/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6bf60c0e23ecaa1432876d008666c2120fdb63c0" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-04 12:53:37,601 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12: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-68881907-0517-47c2-a8cb-4a97bb183bf0 x-compute-request-id: req-68881907-0517-47c2-a8cb-4a97bb183bf0 Content-Encoding: gzip Content-Length: 7865 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 535760135 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 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.131352] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.133000] pid_max: default: 32768 minimum: 301\n[ 0.133896] ACPI: Core revision 20150930\n[ 0.135297] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136597] Security Framework initialized\n[ 0.137409] Yama: becoming mindful.\n[ 0.138137] AppArmor: AppArmor initialized\n[ 0.139005] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.140326] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.141592] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142797] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144193] Initializing cgroup subsys io\n[ 0.145004] Initializing cgroup subsys memory\n[ 0.145856] Initializing cgroup subsys devices\n[ 0.146732] Initializing cgroup subsys freezer\n[ 0.147595] Initializing cgroup subsys net_cls\n[ 0.148458] Initializing cgroup subsys perf_event\n[ 0.149364] Initializing cgroup subsys net_prio\n[ 0.150239] Initializing cgroup subsys hugetlb\n[ 0.151105] Initializing cgroup subsys pids\n[ 0.151977] CPU: Physical Processor ID: 0\n[ 0.153486] mce: CPU supports 10 MCE banks\n[ 0.154329] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.155327] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.166337] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.173001] ftrace: allocating 31920 entries in 125 pages\n[ 0.200656] smpboot: Max logical packages: 1\n[ 0.201517] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.202872] x2apic enabled\n[ 0.203684] Switched APIC routing to physical x2apic.\n[ 0.205435] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.206550] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.208541] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.210326] KVM setup paravirtual spinlock\n[ 0.211661] x86: Booted up 1 node, 1 CPUs\n[ 0.212467] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.213858] devtmpfs: initialized\n[ 0.215591] evm: security.selinux\n[ 0.216289] evm: security.SMACK64\n[ 0.216977] evm: security.SMACK64EXEC\n[ 0.217722] evm: security.SMACK64TRANSMUTE\n[ 0.218527] evm: security.SMACK64MMAP\n[ 0.219274] evm: security.ima\n[ 0.219912] evm: security.capability\n[ 0.220731] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.222586] pinctrl core: initialized pinctrl subsystem\n[ 0.223690] RTC time: 12:52:56, date: 09/04/18\n[ 0.224645] NET: Registered protocol family 16\n[ 0.225619] cpuidle: using governor ladder\n[ 0.226437] cpuidle: using governor menu\n[ 0.227217] PCCT header not found.\n[ 0.227973] ACPI: bus type PCI registered\n[ 0.228783] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.230023] PCI: Using configuration type 1 for base access\n[ 0.231798] ACPI: Added _OSI(Module Device)\n[ 0.232643] ACPI: Added _OSI(Processor Device)\n[ 0.233504] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.234401] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.236544] ACPI: Interpreter enabled\n[ 0.237315] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.239155] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.240990] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.242839] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.244675] ACPI: (supports S0 S5)\n[ 0.245382] ACPI: Using IOAPIC for interrupt routing\n[ 0.246416] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.249525] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.250670] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.251893] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.253078] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.255309] acpiphp: Slot [3] registered\n[ 0.256106] acpiphp: Slot [4] registered\n[ 0.256905] acpiphp: Slot [5] registered\n[ 0.257816] acpiphp: Slot [6] registered\n[ 0.258671] acpiphp: Slot [7] registered\n[ 0.259512] acpiphp: Slot [8] registered\n[ 0.260358] acpiphp: Slot [9] registered\n[ 0.261193] acpiphp: Slot [10] registered\n[ 0.262050] acpiphp: Slot [11] registered\n[ 0.262911] acpiphp: Slot [12] registered\n[ 0.263773] acpiphp: Slot [13] registered\n[ 0.264628] acpiphp: Slot [14] registered\n[ 0.265476] acpiphp: Slot [15] registered\n[ 0.276361] acpiphp: Slot [16] registered\n[ 0.277205] acpiphp: Slot [17] registered\n[ 0.278067] acpiphp: Slot [18] registered\n[ 0.278909] acpiphp: Slot [19] registered\n[ 0.279764] acpiphp: Slot [20] registered\n[ 0.280623] acpiphp: Slot [21] registered\n[ 0.281469] acpiphp: Slot [22] registered\n[ 0.282322] acpiphp: Slot [23] registered\n[ 0.283172] acpiphp: Slot [24] registered\n[ 0.284024] acpiphp: Slot [25] registered\n[ 0.284882] acpiphp: Slot [26] registered\n[ 0.285727] acpiphp: Slot [27] registered\n[ 0.286586] acpiphp: Slot [28] registered\n[ 0.287436] acpiphp: Slot [29] registered\n[ 0.288294] acpiphp: Slot [30] registered\n[ 0.289149] acpiphp: Slot [31] registered\n[ 0.289996] PCI host bridge to bus 0000:00\n[ 0.290848] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.292209] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.293428] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.294875] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.296325] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.302688] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.303965] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.305137] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.306406] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.313629] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.315078] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.365283] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.366783] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.368213] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.369672] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.371126] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.372393] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.373582] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.374652] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.376217] vgaarb: loaded\n[ 0.376828] vgaarb: bridge control possible 0000:00:02.0\n[ 0.377999] SCSI subsystem initialized\n[ 0.378840] ACPI: bus type USB registered\n[ 0.379668] usbcore: registered new interface driver usbfs\n[ 0.380709] usbcore: registered new interface driver hub\n[ 0.381722] usbcore: registered new device driver usb\n[ 0.382794] PCI: Using ACPI for IRQ routing\n[ 0.383845] NetLabel: Initializing\n[ 0.384599] NetLabel: domain hash size = 128\n[ 0.385509] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.386531] NetLabel: unlabeled traffic allowed by default\n[ 0.387728] clocksource: Switched to clocksource kvm-clock\n[ 0.393561] AppArmor: AppArmor Filesystem Enabled\n[ 0.394601] pnp: PnP ACPI init\n[ 0.395554] pnp: PnP ACPI: found 5 devices\n[ 0.402000] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.403825] NET: Registered protocol family 2\n[ 0.404812] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.406097] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.407278] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.408527] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.409572] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.410694] NET: Registered protocol family 1\n[ 0.411532] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.412590] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.413667] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.427866] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.442280] Trying to unpack rootfs image as initramfs...\n[ 0.492629] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.506467] Scanning for low memory corruption every 60 seconds\n[ 0.507889] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.509098] audit: initializing netlink subsys (disabled)\n[ 0.510293] audit: type=2000 audit(1536065577.660:1): initialized\n[ 0.511668] Initialise system trusted keyring\n[ 0.512649] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.513862] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.515914] zbud: loaded\n[ 0.516664] VFS: Disk quotas dquot_6.6.0\n[ 0.517546] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.519156] fuse init (API version 7.23)\n[ 0.520108] Key type big_key registered\n[ 0.520968] Allocating IMA MOK and blacklist keyrings.\n[ 0.522173] Key type asymmetric registered\n[ 0.523059] Asymmetric key parser 'x509' registered\n[ 0.524106] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.526045] io scheduler noop registered\n[ 0.526902] io scheduler deadline registered (default)\n[ 0.527975] io scheduler cfq registered\n[ 0.528881] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.530017] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.531389] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.533006] ACPI: Power Button [PWRF]\n[ 0.533909] GHES: HEST is not enabled!\n[ 0.547740] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.582776] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.586226] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.610548] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.612846] Linux agpgart interface v0.103\n[ 0.615028] brd: module loaded\n[ 0.616363] loop: module loaded\n[ 0.620894] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.622426] GPT:90111 != 2097151\n[ 0.623123] GPT:Alternate GPT header not at the end of the disk.\n[ 0.624418] GPT:90111 != 2097151\n[ 0.625134] GPT: Use GNU Parted to correct GPT errors.\n[ 0.626144] vda: vda1 vda15\n[ 0.627690] scsi host0: ata_piix\n[ 0.628480] scsi host1: ata_piix\n[ 0.629226] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.630522] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.632053] libphy: Fixed MDIO Bus: probed\n[ 0.632934] tun: Universal TUN/TAP device driver, 1.6\n[ 0.633959] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.636365] PPP generic driver version 2.4.2\n[ 0.637501] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.638947] ehci-pci: EHCI PCI platform driver\n[ 0.640002] ehci-platform: EHCI generic platform driver\n[ 0.641199] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.642564] ohci-pci: OHCI PCI platform driver\n[ 0.643601] ohci-platform: OHCI generic platform driver\n[ 0.644797] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.659615] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.660835] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.662584] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.663787] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.665123] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.666620] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.668320] usb usb1: Product: UHCI Host Controller\n[ 0.669539] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.670923] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.672066] hub 1-0:1.0: USB hub found\n[ 0.672986] hub 1-0:1.0: 2 ports detected\n[ 0.674054] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.676497] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.677636] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.678838] mousedev: PS/2 mouse device common for all mice\n[ 0.680123] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.681981] rtc_cmos 00:00: RTC can wake from S4\n[ 0.683079] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.684350] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.685805] i2c /dev entries driver\n[ 0.686705] device-mapper: uevent: version 1.0.3\n[ 0.687832] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.689792] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.691326] NET: Registered protocol family 10\n[ 0.692508] NET: Registered protocol family 17\n[ 0.693583] Key type dns_resolver registered\n[ 0.694681] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.696013] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.698125] registered taskstats version 1\n[ 0.699132] Loading compiled-in X.509 certificates\n[ 0.700772] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.703008] zswap: loaded using pool lzo/zbud\n[ 0.704578] Key type trusted registered\n[ 0.706734] Key type encrypted registered\n[ 0.707746] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.708994] ima: No TPM chip found, activating TPM-bypass!\n[ 0.710699] evm: HMAC attrs: 0x1\n[ 0.711799] Magic number: 2:928:884\n[ 0.712813] rtc_cmos 00:00: setting system clock to 2018-09-04 12:52:57 UTC (1536065577)\n[ 0.714727] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.716088] EDD information not available.\n[ 0.788380] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.790044] ata1.00: configured for MWDMA2\n[ 0.791419] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.804456] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.805961] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.807424] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.809510] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.811342] Write protecting the kernel read-only data: 14336k\n[ 0.813150] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.815278] 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.873182] 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.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... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\n"} 2018-09-04 12:53:37,601 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/94bf21f0-f1b6-428f-8bea-ade96857c71b/action used request id req-68881907-0517-47c2-a8cb-4a97bb183bf0 2018-09-04 12:53:39,606 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/servers/94bf21f0-f1b6-428f-8bea-ade96857c71b/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6bf60c0e23ecaa1432876d008666c2120fdb63c0" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-04 12:53:40,676 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12:53: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-4c8eecfa-ffb4-4d2b-a198-07ad72c6c20d x-compute-request-id: req-4c8eecfa-ffb4-4d2b-a198-07ad72c6c20d Content-Encoding: gzip Content-Length: 7865 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 535760135 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 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.131352] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.133000] pid_max: default: 32768 minimum: 301\n[ 0.133896] ACPI: Core revision 20150930\n[ 0.135297] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136597] Security Framework initialized\n[ 0.137409] Yama: becoming mindful.\n[ 0.138137] AppArmor: AppArmor initialized\n[ 0.139005] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.140326] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.141592] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142797] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144193] Initializing cgroup subsys io\n[ 0.145004] Initializing cgroup subsys memory\n[ 0.145856] Initializing cgroup subsys devices\n[ 0.146732] Initializing cgroup subsys freezer\n[ 0.147595] Initializing cgroup subsys net_cls\n[ 0.148458] Initializing cgroup subsys perf_event\n[ 0.149364] Initializing cgroup subsys net_prio\n[ 0.150239] Initializing cgroup subsys hugetlb\n[ 0.151105] Initializing cgroup subsys pids\n[ 0.151977] CPU: Physical Processor ID: 0\n[ 0.153486] mce: CPU supports 10 MCE banks\n[ 0.154329] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.155327] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.166337] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.173001] ftrace: allocating 31920 entries in 125 pages\n[ 0.200656] smpboot: Max logical packages: 1\n[ 0.201517] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.202872] x2apic enabled\n[ 0.203684] Switched APIC routing to physical x2apic.\n[ 0.205435] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.206550] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.208541] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.210326] KVM setup paravirtual spinlock\n[ 0.211661] x86: Booted up 1 node, 1 CPUs\n[ 0.212467] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.213858] devtmpfs: initialized\n[ 0.215591] evm: security.selinux\n[ 0.216289] evm: security.SMACK64\n[ 0.216977] evm: security.SMACK64EXEC\n[ 0.217722] evm: security.SMACK64TRANSMUTE\n[ 0.218527] evm: security.SMACK64MMAP\n[ 0.219274] evm: security.ima\n[ 0.219912] evm: security.capability\n[ 0.220731] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.222586] pinctrl core: initialized pinctrl subsystem\n[ 0.223690] RTC time: 12:52:56, date: 09/04/18\n[ 0.224645] NET: Registered protocol family 16\n[ 0.225619] cpuidle: using governor ladder\n[ 0.226437] cpuidle: using governor menu\n[ 0.227217] PCCT header not found.\n[ 0.227973] ACPI: bus type PCI registered\n[ 0.228783] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.230023] PCI: Using configuration type 1 for base access\n[ 0.231798] ACPI: Added _OSI(Module Device)\n[ 0.232643] ACPI: Added _OSI(Processor Device)\n[ 0.233504] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.234401] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.236544] ACPI: Interpreter enabled\n[ 0.237315] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.239155] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.240990] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.242839] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.244675] ACPI: (supports S0 S5)\n[ 0.245382] ACPI: Using IOAPIC for interrupt routing\n[ 0.246416] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.249525] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.250670] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.251893] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.253078] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.255309] acpiphp: Slot [3] registered\n[ 0.256106] acpiphp: Slot [4] registered\n[ 0.256905] acpiphp: Slot [5] registered\n[ 0.257816] acpiphp: Slot [6] registered\n[ 0.258671] acpiphp: Slot [7] registered\n[ 0.259512] acpiphp: Slot [8] registered\n[ 0.260358] acpiphp: Slot [9] registered\n[ 0.261193] acpiphp: Slot [10] registered\n[ 0.262050] acpiphp: Slot [11] registered\n[ 0.262911] acpiphp: Slot [12] registered\n[ 0.263773] acpiphp: Slot [13] registered\n[ 0.264628] acpiphp: Slot [14] registered\n[ 0.265476] acpiphp: Slot [15] registered\n[ 0.276361] acpiphp: Slot [16] registered\n[ 0.277205] acpiphp: Slot [17] registered\n[ 0.278067] acpiphp: Slot [18] registered\n[ 0.278909] acpiphp: Slot [19] registered\n[ 0.279764] acpiphp: Slot [20] registered\n[ 0.280623] acpiphp: Slot [21] registered\n[ 0.281469] acpiphp: Slot [22] registered\n[ 0.282322] acpiphp: Slot [23] registered\n[ 0.283172] acpiphp: Slot [24] registered\n[ 0.284024] acpiphp: Slot [25] registered\n[ 0.284882] acpiphp: Slot [26] registered\n[ 0.285727] acpiphp: Slot [27] registered\n[ 0.286586] acpiphp: Slot [28] registered\n[ 0.287436] acpiphp: Slot [29] registered\n[ 0.288294] acpiphp: Slot [30] registered\n[ 0.289149] acpiphp: Slot [31] registered\n[ 0.289996] PCI host bridge to bus 0000:00\n[ 0.290848] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.292209] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.293428] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.294875] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.296325] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.302688] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.303965] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.305137] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.306406] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.313629] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.315078] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.365283] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.366783] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.368213] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.369672] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.371126] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.372393] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.373582] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.374652] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.376217] vgaarb: loaded\n[ 0.376828] vgaarb: bridge control possible 0000:00:02.0\n[ 0.377999] SCSI subsystem initialized\n[ 0.378840] ACPI: bus type USB registered\n[ 0.379668] usbcore: registered new interface driver usbfs\n[ 0.380709] usbcore: registered new interface driver hub\n[ 0.381722] usbcore: registered new device driver usb\n[ 0.382794] PCI: Using ACPI for IRQ routing\n[ 0.383845] NetLabel: Initializing\n[ 0.384599] NetLabel: domain hash size = 128\n[ 0.385509] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.386531] NetLabel: unlabeled traffic allowed by default\n[ 0.387728] clocksource: Switched to clocksource kvm-clock\n[ 0.393561] AppArmor: AppArmor Filesystem Enabled\n[ 0.394601] pnp: PnP ACPI init\n[ 0.395554] pnp: PnP ACPI: found 5 devices\n[ 0.402000] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.403825] NET: Registered protocol family 2\n[ 0.404812] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.406097] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.407278] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.408527] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.409572] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.410694] NET: Registered protocol family 1\n[ 0.411532] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.412590] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.413667] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.427866] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.442280] Trying to unpack rootfs image as initramfs...\n[ 0.492629] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.506467] Scanning for low memory corruption every 60 seconds\n[ 0.507889] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.509098] audit: initializing netlink subsys (disabled)\n[ 0.510293] audit: type=2000 audit(1536065577.660:1): initialized\n[ 0.511668] Initialise system trusted keyring\n[ 0.512649] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.513862] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.515914] zbud: loaded\n[ 0.516664] VFS: Disk quotas dquot_6.6.0\n[ 0.517546] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.519156] fuse init (API version 7.23)\n[ 0.520108] Key type big_key registered\n[ 0.520968] Allocating IMA MOK and blacklist keyrings.\n[ 0.522173] Key type asymmetric registered\n[ 0.523059] Asymmetric key parser 'x509' registered\n[ 0.524106] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.526045] io scheduler noop registered\n[ 0.526902] io scheduler deadline registered (default)\n[ 0.527975] io scheduler cfq registered\n[ 0.528881] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.530017] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.531389] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.533006] ACPI: Power Button [PWRF]\n[ 0.533909] GHES: HEST is not enabled!\n[ 0.547740] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.582776] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.586226] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.610548] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.612846] Linux agpgart interface v0.103\n[ 0.615028] brd: module loaded\n[ 0.616363] loop: module loaded\n[ 0.620894] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.622426] GPT:90111 != 2097151\n[ 0.623123] GPT:Alternate GPT header not at the end of the disk.\n[ 0.624418] GPT:90111 != 2097151\n[ 0.625134] GPT: Use GNU Parted to correct GPT errors.\n[ 0.626144] vda: vda1 vda15\n[ 0.627690] scsi host0: ata_piix\n[ 0.628480] scsi host1: ata_piix\n[ 0.629226] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.630522] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.632053] libphy: Fixed MDIO Bus: probed\n[ 0.632934] tun: Universal TUN/TAP device driver, 1.6\n[ 0.633959] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.636365] PPP generic driver version 2.4.2\n[ 0.637501] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.638947] ehci-pci: EHCI PCI platform driver\n[ 0.640002] ehci-platform: EHCI generic platform driver\n[ 0.641199] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.642564] ohci-pci: OHCI PCI platform driver\n[ 0.643601] ohci-platform: OHCI generic platform driver\n[ 0.644797] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.659615] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.660835] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.662584] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.663787] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.665123] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.666620] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.668320] usb usb1: Product: UHCI Host Controller\n[ 0.669539] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.670923] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.672066] hub 1-0:1.0: USB hub found\n[ 0.672986] hub 1-0:1.0: 2 ports detected\n[ 0.674054] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.676497] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.677636] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.678838] mousedev: PS/2 mouse device common for all mice\n[ 0.680123] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.681981] rtc_cmos 00:00: RTC can wake from S4\n[ 0.683079] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.684350] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.685805] i2c /dev entries driver\n[ 0.686705] device-mapper: uevent: version 1.0.3\n[ 0.687832] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.689792] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.691326] NET: Registered protocol family 10\n[ 0.692508] NET: Registered protocol family 17\n[ 0.693583] Key type dns_resolver registered\n[ 0.694681] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.696013] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.698125] registered taskstats version 1\n[ 0.699132] Loading compiled-in X.509 certificates\n[ 0.700772] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.703008] zswap: loaded using pool lzo/zbud\n[ 0.704578] Key type trusted registered\n[ 0.706734] Key type encrypted registered\n[ 0.707746] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.708994] ima: No TPM chip found, activating TPM-bypass!\n[ 0.710699] evm: HMAC attrs: 0x1\n[ 0.711799] Magic number: 2:928:884\n[ 0.712813] rtc_cmos 00:00: setting system clock to 2018-09-04 12:52:57 UTC (1536065577)\n[ 0.714727] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.716088] EDD information not available.\n[ 0.788380] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.790044] ata1.00: configured for MWDMA2\n[ 0.791419] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.804456] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.805961] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.807424] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.809510] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.811342] Write protecting the kernel read-only data: 14336k\n[ 0.813150] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.815278] 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.873182] 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.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... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\n"} 2018-09-04 12:53:40,677 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/94bf21f0-f1b6-428f-8bea-ade96857c71b/action used request id req-4c8eecfa-ffb4-4d2b-a198-07ad72c6c20d 2018-09-04 12:53:42,683 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/servers/94bf21f0-f1b6-428f-8bea-ade96857c71b/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6bf60c0e23ecaa1432876d008666c2120fdb63c0" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-04 12:53:43,762 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12:53: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-c27de26d-3216-477b-80bc-6c45c05e8ff1 x-compute-request-id: req-c27de26d-3216-477b-80bc-6c45c05e8ff1 Content-Encoding: gzip Content-Length: 7865 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 535760135 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 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.131352] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.133000] pid_max: default: 32768 minimum: 301\n[ 0.133896] ACPI: Core revision 20150930\n[ 0.135297] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136597] Security Framework initialized\n[ 0.137409] Yama: becoming mindful.\n[ 0.138137] AppArmor: AppArmor initialized\n[ 0.139005] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.140326] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.141592] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142797] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144193] Initializing cgroup subsys io\n[ 0.145004] Initializing cgroup subsys memory\n[ 0.145856] Initializing cgroup subsys devices\n[ 0.146732] Initializing cgroup subsys freezer\n[ 0.147595] Initializing cgroup subsys net_cls\n[ 0.148458] Initializing cgroup subsys perf_event\n[ 0.149364] Initializing cgroup subsys net_prio\n[ 0.150239] Initializing cgroup subsys hugetlb\n[ 0.151105] Initializing cgroup subsys pids\n[ 0.151977] CPU: Physical Processor ID: 0\n[ 0.153486] mce: CPU supports 10 MCE banks\n[ 0.154329] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.155327] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.166337] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.173001] ftrace: allocating 31920 entries in 125 pages\n[ 0.200656] smpboot: Max logical packages: 1\n[ 0.201517] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.202872] x2apic enabled\n[ 0.203684] Switched APIC routing to physical x2apic.\n[ 0.205435] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.206550] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.208541] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.210326] KVM setup paravirtual spinlock\n[ 0.211661] x86: Booted up 1 node, 1 CPUs\n[ 0.212467] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.213858] devtmpfs: initialized\n[ 0.215591] evm: security.selinux\n[ 0.216289] evm: security.SMACK64\n[ 0.216977] evm: security.SMACK64EXEC\n[ 0.217722] evm: security.SMACK64TRANSMUTE\n[ 0.218527] evm: security.SMACK64MMAP\n[ 0.219274] evm: security.ima\n[ 0.219912] evm: security.capability\n[ 0.220731] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.222586] pinctrl core: initialized pinctrl subsystem\n[ 0.223690] RTC time: 12:52:56, date: 09/04/18\n[ 0.224645] NET: Registered protocol family 16\n[ 0.225619] cpuidle: using governor ladder\n[ 0.226437] cpuidle: using governor menu\n[ 0.227217] PCCT header not found.\n[ 0.227973] ACPI: bus type PCI registered\n[ 0.228783] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.230023] PCI: Using configuration type 1 for base access\n[ 0.231798] ACPI: Added _OSI(Module Device)\n[ 0.232643] ACPI: Added _OSI(Processor Device)\n[ 0.233504] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.234401] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.236544] ACPI: Interpreter enabled\n[ 0.237315] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.239155] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.240990] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.242839] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.244675] ACPI: (supports S0 S5)\n[ 0.245382] ACPI: Using IOAPIC for interrupt routing\n[ 0.246416] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.249525] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.250670] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.251893] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.253078] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.255309] acpiphp: Slot [3] registered\n[ 0.256106] acpiphp: Slot [4] registered\n[ 0.256905] acpiphp: Slot [5] registered\n[ 0.257816] acpiphp: Slot [6] registered\n[ 0.258671] acpiphp: Slot [7] registered\n[ 0.259512] acpiphp: Slot [8] registered\n[ 0.260358] acpiphp: Slot [9] registered\n[ 0.261193] acpiphp: Slot [10] registered\n[ 0.262050] acpiphp: Slot [11] registered\n[ 0.262911] acpiphp: Slot [12] registered\n[ 0.263773] acpiphp: Slot [13] registered\n[ 0.264628] acpiphp: Slot [14] registered\n[ 0.265476] acpiphp: Slot [15] registered\n[ 0.276361] acpiphp: Slot [16] registered\n[ 0.277205] acpiphp: Slot [17] registered\n[ 0.278067] acpiphp: Slot [18] registered\n[ 0.278909] acpiphp: Slot [19] registered\n[ 0.279764] acpiphp: Slot [20] registered\n[ 0.280623] acpiphp: Slot [21] registered\n[ 0.281469] acpiphp: Slot [22] registered\n[ 0.282322] acpiphp: Slot [23] registered\n[ 0.283172] acpiphp: Slot [24] registered\n[ 0.284024] acpiphp: Slot [25] registered\n[ 0.284882] acpiphp: Slot [26] registered\n[ 0.285727] acpiphp: Slot [27] registered\n[ 0.286586] acpiphp: Slot [28] registered\n[ 0.287436] acpiphp: Slot [29] registered\n[ 0.288294] acpiphp: Slot [30] registered\n[ 0.289149] acpiphp: Slot [31] registered\n[ 0.289996] PCI host bridge to bus 0000:00\n[ 0.290848] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.292209] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.293428] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.294875] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.296325] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.302688] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.303965] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.305137] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.306406] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.313629] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.315078] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.365283] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.366783] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.368213] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.369672] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.371126] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.372393] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.373582] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.374652] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.376217] vgaarb: loaded\n[ 0.376828] vgaarb: bridge control possible 0000:00:02.0\n[ 0.377999] SCSI subsystem initialized\n[ 0.378840] ACPI: bus type USB registered\n[ 0.379668] usbcore: registered new interface driver usbfs\n[ 0.380709] usbcore: registered new interface driver hub\n[ 0.381722] usbcore: registered new device driver usb\n[ 0.382794] PCI: Using ACPI for IRQ routing\n[ 0.383845] NetLabel: Initializing\n[ 0.384599] NetLabel: domain hash size = 128\n[ 0.385509] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.386531] NetLabel: unlabeled traffic allowed by default\n[ 0.387728] clocksource: Switched to clocksource kvm-clock\n[ 0.393561] AppArmor: AppArmor Filesystem Enabled\n[ 0.394601] pnp: PnP ACPI init\n[ 0.395554] pnp: PnP ACPI: found 5 devices\n[ 0.402000] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.403825] NET: Registered protocol family 2\n[ 0.404812] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.406097] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.407278] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.408527] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.409572] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.410694] NET: Registered protocol family 1\n[ 0.411532] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.412590] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.413667] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.427866] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.442280] Trying to unpack rootfs image as initramfs...\n[ 0.492629] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.506467] Scanning for low memory corruption every 60 seconds\n[ 0.507889] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.509098] audit: initializing netlink subsys (disabled)\n[ 0.510293] audit: type=2000 audit(1536065577.660:1): initialized\n[ 0.511668] Initialise system trusted keyring\n[ 0.512649] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.513862] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.515914] zbud: loaded\n[ 0.516664] VFS: Disk quotas dquot_6.6.0\n[ 0.517546] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.519156] fuse init (API version 7.23)\n[ 0.520108] Key type big_key registered\n[ 0.520968] Allocating IMA MOK and blacklist keyrings.\n[ 0.522173] Key type asymmetric registered\n[ 0.523059] Asymmetric key parser 'x509' registered\n[ 0.524106] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.526045] io scheduler noop registered\n[ 0.526902] io scheduler deadline registered (default)\n[ 0.527975] io scheduler cfq registered\n[ 0.528881] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.530017] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.531389] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.533006] ACPI: Power Button [PWRF]\n[ 0.533909] GHES: HEST is not enabled!\n[ 0.547740] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.582776] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.586226] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.610548] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.612846] Linux agpgart interface v0.103\n[ 0.615028] brd: module loaded\n[ 0.616363] loop: module loaded\n[ 0.620894] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.622426] GPT:90111 != 2097151\n[ 0.623123] GPT:Alternate GPT header not at the end of the disk.\n[ 0.624418] GPT:90111 != 2097151\n[ 0.625134] GPT: Use GNU Parted to correct GPT errors.\n[ 0.626144] vda: vda1 vda15\n[ 0.627690] scsi host0: ata_piix\n[ 0.628480] scsi host1: ata_piix\n[ 0.629226] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.630522] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.632053] libphy: Fixed MDIO Bus: probed\n[ 0.632934] tun: Universal TUN/TAP device driver, 1.6\n[ 0.633959] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.636365] PPP generic driver version 2.4.2\n[ 0.637501] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.638947] ehci-pci: EHCI PCI platform driver\n[ 0.640002] ehci-platform: EHCI generic platform driver\n[ 0.641199] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.642564] ohci-pci: OHCI PCI platform driver\n[ 0.643601] ohci-platform: OHCI generic platform driver\n[ 0.644797] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.659615] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.660835] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.662584] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.663787] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.665123] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.666620] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.668320] usb usb1: Product: UHCI Host Controller\n[ 0.669539] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.670923] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.672066] hub 1-0:1.0: USB hub found\n[ 0.672986] hub 1-0:1.0: 2 ports detected\n[ 0.674054] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.676497] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.677636] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.678838] mousedev: PS/2 mouse device common for all mice\n[ 0.680123] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.681981] rtc_cmos 00:00: RTC can wake from S4\n[ 0.683079] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.684350] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.685805] i2c /dev entries driver\n[ 0.686705] device-mapper: uevent: version 1.0.3\n[ 0.687832] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.689792] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.691326] NET: Registered protocol family 10\n[ 0.692508] NET: Registered protocol family 17\n[ 0.693583] Key type dns_resolver registered\n[ 0.694681] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.696013] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.698125] registered taskstats version 1\n[ 0.699132] Loading compiled-in X.509 certificates\n[ 0.700772] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.703008] zswap: loaded using pool lzo/zbud\n[ 0.704578] Key type trusted registered\n[ 0.706734] Key type encrypted registered\n[ 0.707746] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.708994] ima: No TPM chip found, activating TPM-bypass!\n[ 0.710699] evm: HMAC attrs: 0x1\n[ 0.711799] Magic number: 2:928:884\n[ 0.712813] rtc_cmos 00:00: setting system clock to 2018-09-04 12:52:57 UTC (1536065577)\n[ 0.714727] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.716088] EDD information not available.\n[ 0.788380] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.790044] ata1.00: configured for MWDMA2\n[ 0.791419] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.804456] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.805961] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.807424] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.809510] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.811342] Write protecting the kernel read-only data: 14336k\n[ 0.813150] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.815278] 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.873182] 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.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... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\n"} 2018-09-04 12:53:43,763 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/94bf21f0-f1b6-428f-8bea-ade96857c71b/action used request id req-c27de26d-3216-477b-80bc-6c45c05e8ff1 2018-09-04 12:53:45,769 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/servers/94bf21f0-f1b6-428f-8bea-ade96857c71b/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6bf60c0e23ecaa1432876d008666c2120fdb63c0" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-04 12:53:46,842 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12: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,Accept-Encoding x-openstack-request-id: req-5d04964a-6d11-42c2-82ea-9341c0c1fb1e x-compute-request-id: req-5d04964a-6d11-42c2-82ea-9341c0c1fb1e Content-Encoding: gzip Content-Length: 7865 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 535760135 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 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.131352] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.133000] pid_max: default: 32768 minimum: 301\n[ 0.133896] ACPI: Core revision 20150930\n[ 0.135297] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136597] Security Framework initialized\n[ 0.137409] Yama: becoming mindful.\n[ 0.138137] AppArmor: AppArmor initialized\n[ 0.139005] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.140326] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.141592] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142797] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144193] Initializing cgroup subsys io\n[ 0.145004] Initializing cgroup subsys memory\n[ 0.145856] Initializing cgroup subsys devices\n[ 0.146732] Initializing cgroup subsys freezer\n[ 0.147595] Initializing cgroup subsys net_cls\n[ 0.148458] Initializing cgroup subsys perf_event\n[ 0.149364] Initializing cgroup subsys net_prio\n[ 0.150239] Initializing cgroup subsys hugetlb\n[ 0.151105] Initializing cgroup subsys pids\n[ 0.151977] CPU: Physical Processor ID: 0\n[ 0.153486] mce: CPU supports 10 MCE banks\n[ 0.154329] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.155327] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.166337] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.173001] ftrace: allocating 31920 entries in 125 pages\n[ 0.200656] smpboot: Max logical packages: 1\n[ 0.201517] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.202872] x2apic enabled\n[ 0.203684] Switched APIC routing to physical x2apic.\n[ 0.205435] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.206550] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.208541] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.210326] KVM setup paravirtual spinlock\n[ 0.211661] x86: Booted up 1 node, 1 CPUs\n[ 0.212467] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.213858] devtmpfs: initialized\n[ 0.215591] evm: security.selinux\n[ 0.216289] evm: security.SMACK64\n[ 0.216977] evm: security.SMACK64EXEC\n[ 0.217722] evm: security.SMACK64TRANSMUTE\n[ 0.218527] evm: security.SMACK64MMAP\n[ 0.219274] evm: security.ima\n[ 0.219912] evm: security.capability\n[ 0.220731] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.222586] pinctrl core: initialized pinctrl subsystem\n[ 0.223690] RTC time: 12:52:56, date: 09/04/18\n[ 0.224645] NET: Registered protocol family 16\n[ 0.225619] cpuidle: using governor ladder\n[ 0.226437] cpuidle: using governor menu\n[ 0.227217] PCCT header not found.\n[ 0.227973] ACPI: bus type PCI registered\n[ 0.228783] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.230023] PCI: Using configuration type 1 for base access\n[ 0.231798] ACPI: Added _OSI(Module Device)\n[ 0.232643] ACPI: Added _OSI(Processor Device)\n[ 0.233504] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.234401] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.236544] ACPI: Interpreter enabled\n[ 0.237315] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.239155] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.240990] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.242839] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.244675] ACPI: (supports S0 S5)\n[ 0.245382] ACPI: Using IOAPIC for interrupt routing\n[ 0.246416] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.249525] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.250670] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.251893] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.253078] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.255309] acpiphp: Slot [3] registered\n[ 0.256106] acpiphp: Slot [4] registered\n[ 0.256905] acpiphp: Slot [5] registered\n[ 0.257816] acpiphp: Slot [6] registered\n[ 0.258671] acpiphp: Slot [7] registered\n[ 0.259512] acpiphp: Slot [8] registered\n[ 0.260358] acpiphp: Slot [9] registered\n[ 0.261193] acpiphp: Slot [10] registered\n[ 0.262050] acpiphp: Slot [11] registered\n[ 0.262911] acpiphp: Slot [12] registered\n[ 0.263773] acpiphp: Slot [13] registered\n[ 0.264628] acpiphp: Slot [14] registered\n[ 0.265476] acpiphp: Slot [15] registered\n[ 0.276361] acpiphp: Slot [16] registered\n[ 0.277205] acpiphp: Slot [17] registered\n[ 0.278067] acpiphp: Slot [18] registered\n[ 0.278909] acpiphp: Slot [19] registered\n[ 0.279764] acpiphp: Slot [20] registered\n[ 0.280623] acpiphp: Slot [21] registered\n[ 0.281469] acpiphp: Slot [22] registered\n[ 0.282322] acpiphp: Slot [23] registered\n[ 0.283172] acpiphp: Slot [24] registered\n[ 0.284024] acpiphp: Slot [25] registered\n[ 0.284882] acpiphp: Slot [26] registered\n[ 0.285727] acpiphp: Slot [27] registered\n[ 0.286586] acpiphp: Slot [28] registered\n[ 0.287436] acpiphp: Slot [29] registered\n[ 0.288294] acpiphp: Slot [30] registered\n[ 0.289149] acpiphp: Slot [31] registered\n[ 0.289996] PCI host bridge to bus 0000:00\n[ 0.290848] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.292209] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.293428] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.294875] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.296325] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.302688] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.303965] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.305137] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.306406] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.313629] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.315078] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.365283] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.366783] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.368213] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.369672] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.371126] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.372393] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.373582] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.374652] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.376217] vgaarb: loaded\n[ 0.376828] vgaarb: bridge control possible 0000:00:02.0\n[ 0.377999] SCSI subsystem initialized\n[ 0.378840] ACPI: bus type USB registered\n[ 0.379668] usbcore: registered new interface driver usbfs\n[ 0.380709] usbcore: registered new interface driver hub\n[ 0.381722] usbcore: registered new device driver usb\n[ 0.382794] PCI: Using ACPI for IRQ routing\n[ 0.383845] NetLabel: Initializing\n[ 0.384599] NetLabel: domain hash size = 128\n[ 0.385509] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.386531] NetLabel: unlabeled traffic allowed by default\n[ 0.387728] clocksource: Switched to clocksource kvm-clock\n[ 0.393561] AppArmor: AppArmor Filesystem Enabled\n[ 0.394601] pnp: PnP ACPI init\n[ 0.395554] pnp: PnP ACPI: found 5 devices\n[ 0.402000] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.403825] NET: Registered protocol family 2\n[ 0.404812] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.406097] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.407278] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.408527] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.409572] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.410694] NET: Registered protocol family 1\n[ 0.411532] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.412590] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.413667] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.427866] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.442280] Trying to unpack rootfs image as initramfs...\n[ 0.492629] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.506467] Scanning for low memory corruption every 60 seconds\n[ 0.507889] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.509098] audit: initializing netlink subsys (disabled)\n[ 0.510293] audit: type=2000 audit(1536065577.660:1): initialized\n[ 0.511668] Initialise system trusted keyring\n[ 0.512649] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.513862] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.515914] zbud: loaded\n[ 0.516664] VFS: Disk quotas dquot_6.6.0\n[ 0.517546] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.519156] fuse init (API version 7.23)\n[ 0.520108] Key type big_key registered\n[ 0.520968] Allocating IMA MOK and blacklist keyrings.\n[ 0.522173] Key type asymmetric registered\n[ 0.523059] Asymmetric key parser 'x509' registered\n[ 0.524106] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.526045] io scheduler noop registered\n[ 0.526902] io scheduler deadline registered (default)\n[ 0.527975] io scheduler cfq registered\n[ 0.528881] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.530017] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.531389] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.533006] ACPI: Power Button [PWRF]\n[ 0.533909] GHES: HEST is not enabled!\n[ 0.547740] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.582776] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.586226] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.610548] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.612846] Linux agpgart interface v0.103\n[ 0.615028] brd: module loaded\n[ 0.616363] loop: module loaded\n[ 0.620894] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.622426] GPT:90111 != 2097151\n[ 0.623123] GPT:Alternate GPT header not at the end of the disk.\n[ 0.624418] GPT:90111 != 2097151\n[ 0.625134] GPT: Use GNU Parted to correct GPT errors.\n[ 0.626144] vda: vda1 vda15\n[ 0.627690] scsi host0: ata_piix\n[ 0.628480] scsi host1: ata_piix\n[ 0.629226] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.630522] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.632053] libphy: Fixed MDIO Bus: probed\n[ 0.632934] tun: Universal TUN/TAP device driver, 1.6\n[ 0.633959] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.636365] PPP generic driver version 2.4.2\n[ 0.637501] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.638947] ehci-pci: EHCI PCI platform driver\n[ 0.640002] ehci-platform: EHCI generic platform driver\n[ 0.641199] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.642564] ohci-pci: OHCI PCI platform driver\n[ 0.643601] ohci-platform: OHCI generic platform driver\n[ 0.644797] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.659615] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.660835] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.662584] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.663787] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.665123] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.666620] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.668320] usb usb1: Product: UHCI Host Controller\n[ 0.669539] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.670923] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.672066] hub 1-0:1.0: USB hub found\n[ 0.672986] hub 1-0:1.0: 2 ports detected\n[ 0.674054] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.676497] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.677636] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.678838] mousedev: PS/2 mouse device common for all mice\n[ 0.680123] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.681981] rtc_cmos 00:00: RTC can wake from S4\n[ 0.683079] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.684350] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.685805] i2c /dev entries driver\n[ 0.686705] device-mapper: uevent: version 1.0.3\n[ 0.687832] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.689792] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.691326] NET: Registered protocol family 10\n[ 0.692508] NET: Registered protocol family 17\n[ 0.693583] Key type dns_resolver registered\n[ 0.694681] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.696013] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.698125] registered taskstats version 1\n[ 0.699132] Loading compiled-in X.509 certificates\n[ 0.700772] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.703008] zswap: loaded using pool lzo/zbud\n[ 0.704578] Key type trusted registered\n[ 0.706734] Key type encrypted registered\n[ 0.707746] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.708994] ima: No TPM chip found, activating TPM-bypass!\n[ 0.710699] evm: HMAC attrs: 0x1\n[ 0.711799] Magic number: 2:928:884\n[ 0.712813] rtc_cmos 00:00: setting system clock to 2018-09-04 12:52:57 UTC (1536065577)\n[ 0.714727] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.716088] EDD information not available.\n[ 0.788380] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.790044] ata1.00: configured for MWDMA2\n[ 0.791419] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.804456] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.805961] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.807424] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.809510] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.811342] Write protecting the kernel read-only data: 14336k\n[ 0.813150] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.815278] 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.873182] 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.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... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\n"} 2018-09-04 12:53:46,843 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/94bf21f0-f1b6-428f-8bea-ade96857c71b/action used request id req-5d04964a-6d11-42c2-82ea-9341c0c1fb1e 2018-09-04 12:53:48,850 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/servers/94bf21f0-f1b6-428f-8bea-ade96857c71b/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6bf60c0e23ecaa1432876d008666c2120fdb63c0" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-04 12:53:49,919 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12:53: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-a097ba05-f060-4370-8a06-8fbe2c5d965d x-compute-request-id: req-a097ba05-f060-4370-8a06-8fbe2c5d965d Content-Encoding: gzip Content-Length: 7865 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 535760135 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 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.131352] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.133000] pid_max: default: 32768 minimum: 301\n[ 0.133896] ACPI: Core revision 20150930\n[ 0.135297] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136597] Security Framework initialized\n[ 0.137409] Yama: becoming mindful.\n[ 0.138137] AppArmor: AppArmor initialized\n[ 0.139005] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.140326] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.141592] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142797] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144193] Initializing cgroup subsys io\n[ 0.145004] Initializing cgroup subsys memory\n[ 0.145856] Initializing cgroup subsys devices\n[ 0.146732] Initializing cgroup subsys freezer\n[ 0.147595] Initializing cgroup subsys net_cls\n[ 0.148458] Initializing cgroup subsys perf_event\n[ 0.149364] Initializing cgroup subsys net_prio\n[ 0.150239] Initializing cgroup subsys hugetlb\n[ 0.151105] Initializing cgroup subsys pids\n[ 0.151977] CPU: Physical Processor ID: 0\n[ 0.153486] mce: CPU supports 10 MCE banks\n[ 0.154329] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.155327] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.166337] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.173001] ftrace: allocating 31920 entries in 125 pages\n[ 0.200656] smpboot: Max logical packages: 1\n[ 0.201517] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.202872] x2apic enabled\n[ 0.203684] Switched APIC routing to physical x2apic.\n[ 0.205435] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.206550] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.208541] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.210326] KVM setup paravirtual spinlock\n[ 0.211661] x86: Booted up 1 node, 1 CPUs\n[ 0.212467] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.213858] devtmpfs: initialized\n[ 0.215591] evm: security.selinux\n[ 0.216289] evm: security.SMACK64\n[ 0.216977] evm: security.SMACK64EXEC\n[ 0.217722] evm: security.SMACK64TRANSMUTE\n[ 0.218527] evm: security.SMACK64MMAP\n[ 0.219274] evm: security.ima\n[ 0.219912] evm: security.capability\n[ 0.220731] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.222586] pinctrl core: initialized pinctrl subsystem\n[ 0.223690] RTC time: 12:52:56, date: 09/04/18\n[ 0.224645] NET: Registered protocol family 16\n[ 0.225619] cpuidle: using governor ladder\n[ 0.226437] cpuidle: using governor menu\n[ 0.227217] PCCT header not found.\n[ 0.227973] ACPI: bus type PCI registered\n[ 0.228783] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.230023] PCI: Using configuration type 1 for base access\n[ 0.231798] ACPI: Added _OSI(Module Device)\n[ 0.232643] ACPI: Added _OSI(Processor Device)\n[ 0.233504] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.234401] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.236544] ACPI: Interpreter enabled\n[ 0.237315] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.239155] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.240990] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.242839] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.244675] ACPI: (supports S0 S5)\n[ 0.245382] ACPI: Using IOAPIC for interrupt routing\n[ 0.246416] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.249525] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.250670] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.251893] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.253078] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.255309] acpiphp: Slot [3] registered\n[ 0.256106] acpiphp: Slot [4] registered\n[ 0.256905] acpiphp: Slot [5] registered\n[ 0.257816] acpiphp: Slot [6] registered\n[ 0.258671] acpiphp: Slot [7] registered\n[ 0.259512] acpiphp: Slot [8] registered\n[ 0.260358] acpiphp: Slot [9] registered\n[ 0.261193] acpiphp: Slot [10] registered\n[ 0.262050] acpiphp: Slot [11] registered\n[ 0.262911] acpiphp: Slot [12] registered\n[ 0.263773] acpiphp: Slot [13] registered\n[ 0.264628] acpiphp: Slot [14] registered\n[ 0.265476] acpiphp: Slot [15] registered\n[ 0.276361] acpiphp: Slot [16] registered\n[ 0.277205] acpiphp: Slot [17] registered\n[ 0.278067] acpiphp: Slot [18] registered\n[ 0.278909] acpiphp: Slot [19] registered\n[ 0.279764] acpiphp: Slot [20] registered\n[ 0.280623] acpiphp: Slot [21] registered\n[ 0.281469] acpiphp: Slot [22] registered\n[ 0.282322] acpiphp: Slot [23] registered\n[ 0.283172] acpiphp: Slot [24] registered\n[ 0.284024] acpiphp: Slot [25] registered\n[ 0.284882] acpiphp: Slot [26] registered\n[ 0.285727] acpiphp: Slot [27] registered\n[ 0.286586] acpiphp: Slot [28] registered\n[ 0.287436] acpiphp: Slot [29] registered\n[ 0.288294] acpiphp: Slot [30] registered\n[ 0.289149] acpiphp: Slot [31] registered\n[ 0.289996] PCI host bridge to bus 0000:00\n[ 0.290848] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.292209] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.293428] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.294875] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.296325] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.302688] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.303965] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.305137] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.306406] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.313629] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.315078] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.365283] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.366783] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.368213] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.369672] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.371126] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.372393] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.373582] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.374652] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.376217] vgaarb: loaded\n[ 0.376828] vgaarb: bridge control possible 0000:00:02.0\n[ 0.377999] SCSI subsystem initialized\n[ 0.378840] ACPI: bus type USB registered\n[ 0.379668] usbcore: registered new interface driver usbfs\n[ 0.380709] usbcore: registered new interface driver hub\n[ 0.381722] usbcore: registered new device driver usb\n[ 0.382794] PCI: Using ACPI for IRQ routing\n[ 0.383845] NetLabel: Initializing\n[ 0.384599] NetLabel: domain hash size = 128\n[ 0.385509] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.386531] NetLabel: unlabeled traffic allowed by default\n[ 0.387728] clocksource: Switched to clocksource kvm-clock\n[ 0.393561] AppArmor: AppArmor Filesystem Enabled\n[ 0.394601] pnp: PnP ACPI init\n[ 0.395554] pnp: PnP ACPI: found 5 devices\n[ 0.402000] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.403825] NET: Registered protocol family 2\n[ 0.404812] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.406097] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.407278] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.408527] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.409572] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.410694] NET: Registered protocol family 1\n[ 0.411532] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.412590] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.413667] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.427866] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.442280] Trying to unpack rootfs image as initramfs...\n[ 0.492629] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.506467] Scanning for low memory corruption every 60 seconds\n[ 0.507889] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.509098] audit: initializing netlink subsys (disabled)\n[ 0.510293] audit: type=2000 audit(1536065577.660:1): initialized\n[ 0.511668] Initialise system trusted keyring\n[ 0.512649] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.513862] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.515914] zbud: loaded\n[ 0.516664] VFS: Disk quotas dquot_6.6.0\n[ 0.517546] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.519156] fuse init (API version 7.23)\n[ 0.520108] Key type big_key registered\n[ 0.520968] Allocating IMA MOK and blacklist keyrings.\n[ 0.522173] Key type asymmetric registered\n[ 0.523059] Asymmetric key parser 'x509' registered\n[ 0.524106] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.526045] io scheduler noop registered\n[ 0.526902] io scheduler deadline registered (default)\n[ 0.527975] io scheduler cfq registered\n[ 0.528881] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.530017] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.531389] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.533006] ACPI: Power Button [PWRF]\n[ 0.533909] GHES: HEST is not enabled!\n[ 0.547740] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.582776] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.586226] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.610548] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.612846] Linux agpgart interface v0.103\n[ 0.615028] brd: module loaded\n[ 0.616363] loop: module loaded\n[ 0.620894] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.622426] GPT:90111 != 2097151\n[ 0.623123] GPT:Alternate GPT header not at the end of the disk.\n[ 0.624418] GPT:90111 != 2097151\n[ 0.625134] GPT: Use GNU Parted to correct GPT errors.\n[ 0.626144] vda: vda1 vda15\n[ 0.627690] scsi host0: ata_piix\n[ 0.628480] scsi host1: ata_piix\n[ 0.629226] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.630522] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.632053] libphy: Fixed MDIO Bus: probed\n[ 0.632934] tun: Universal TUN/TAP device driver, 1.6\n[ 0.633959] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.636365] PPP generic driver version 2.4.2\n[ 0.637501] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.638947] ehci-pci: EHCI PCI platform driver\n[ 0.640002] ehci-platform: EHCI generic platform driver\n[ 0.641199] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.642564] ohci-pci: OHCI PCI platform driver\n[ 0.643601] ohci-platform: OHCI generic platform driver\n[ 0.644797] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.659615] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.660835] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.662584] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.663787] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.665123] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.666620] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.668320] usb usb1: Product: UHCI Host Controller\n[ 0.669539] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.670923] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.672066] hub 1-0:1.0: USB hub found\n[ 0.672986] hub 1-0:1.0: 2 ports detected\n[ 0.674054] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.676497] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.677636] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.678838] mousedev: PS/2 mouse device common for all mice\n[ 0.680123] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.681981] rtc_cmos 00:00: RTC can wake from S4\n[ 0.683079] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.684350] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.685805] i2c /dev entries driver\n[ 0.686705] device-mapper: uevent: version 1.0.3\n[ 0.687832] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.689792] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.691326] NET: Registered protocol family 10\n[ 0.692508] NET: Registered protocol family 17\n[ 0.693583] Key type dns_resolver registered\n[ 0.694681] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.696013] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.698125] registered taskstats version 1\n[ 0.699132] Loading compiled-in X.509 certificates\n[ 0.700772] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.703008] zswap: loaded using pool lzo/zbud\n[ 0.704578] Key type trusted registered\n[ 0.706734] Key type encrypted registered\n[ 0.707746] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.708994] ima: No TPM chip found, activating TPM-bypass!\n[ 0.710699] evm: HMAC attrs: 0x1\n[ 0.711799] Magic number: 2:928:884\n[ 0.712813] rtc_cmos 00:00: setting system clock to 2018-09-04 12:52:57 UTC (1536065577)\n[ 0.714727] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.716088] EDD information not available.\n[ 0.788380] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.790044] ata1.00: configured for MWDMA2\n[ 0.791419] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.804456] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.805961] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.807424] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.809510] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.811342] Write protecting the kernel read-only data: 14336k\n[ 0.813150] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.815278] 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.873182] 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.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... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\n"} 2018-09-04 12:53:49,919 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/94bf21f0-f1b6-428f-8bea-ade96857c71b/action used request id req-a097ba05-f060-4370-8a06-8fbe2c5d965d 2018-09-04 12:53:51,925 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/servers/94bf21f0-f1b6-428f-8bea-ade96857c71b/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6bf60c0e23ecaa1432876d008666c2120fdb63c0" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-04 12:53:53,000 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12:53: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-ac67b28d-25d7-47a4-a4b9-3be377798766 x-compute-request-id: req-ac67b28d-25d7-47a4-a4b9-3be377798766 Content-Encoding: gzip Content-Length: 7865 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 535760135 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 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.131352] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.133000] pid_max: default: 32768 minimum: 301\n[ 0.133896] ACPI: Core revision 20150930\n[ 0.135297] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136597] Security Framework initialized\n[ 0.137409] Yama: becoming mindful.\n[ 0.138137] AppArmor: AppArmor initialized\n[ 0.139005] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.140326] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.141592] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142797] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144193] Initializing cgroup subsys io\n[ 0.145004] Initializing cgroup subsys memory\n[ 0.145856] Initializing cgroup subsys devices\n[ 0.146732] Initializing cgroup subsys freezer\n[ 0.147595] Initializing cgroup subsys net_cls\n[ 0.148458] Initializing cgroup subsys perf_event\n[ 0.149364] Initializing cgroup subsys net_prio\n[ 0.150239] Initializing cgroup subsys hugetlb\n[ 0.151105] Initializing cgroup subsys pids\n[ 0.151977] CPU: Physical Processor ID: 0\n[ 0.153486] mce: CPU supports 10 MCE banks\n[ 0.154329] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.155327] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.166337] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.173001] ftrace: allocating 31920 entries in 125 pages\n[ 0.200656] smpboot: Max logical packages: 1\n[ 0.201517] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.202872] x2apic enabled\n[ 0.203684] Switched APIC routing to physical x2apic.\n[ 0.205435] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.206550] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.208541] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.210326] KVM setup paravirtual spinlock\n[ 0.211661] x86: Booted up 1 node, 1 CPUs\n[ 0.212467] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.213858] devtmpfs: initialized\n[ 0.215591] evm: security.selinux\n[ 0.216289] evm: security.SMACK64\n[ 0.216977] evm: security.SMACK64EXEC\n[ 0.217722] evm: security.SMACK64TRANSMUTE\n[ 0.218527] evm: security.SMACK64MMAP\n[ 0.219274] evm: security.ima\n[ 0.219912] evm: security.capability\n[ 0.220731] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.222586] pinctrl core: initialized pinctrl subsystem\n[ 0.223690] RTC time: 12:52:56, date: 09/04/18\n[ 0.224645] NET: Registered protocol family 16\n[ 0.225619] cpuidle: using governor ladder\n[ 0.226437] cpuidle: using governor menu\n[ 0.227217] PCCT header not found.\n[ 0.227973] ACPI: bus type PCI registered\n[ 0.228783] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.230023] PCI: Using configuration type 1 for base access\n[ 0.231798] ACPI: Added _OSI(Module Device)\n[ 0.232643] ACPI: Added _OSI(Processor Device)\n[ 0.233504] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.234401] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.236544] ACPI: Interpreter enabled\n[ 0.237315] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.239155] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.240990] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.242839] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.244675] ACPI: (supports S0 S5)\n[ 0.245382] ACPI: Using IOAPIC for interrupt routing\n[ 0.246416] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.249525] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.250670] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.251893] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.253078] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.255309] acpiphp: Slot [3] registered\n[ 0.256106] acpiphp: Slot [4] registered\n[ 0.256905] acpiphp: Slot [5] registered\n[ 0.257816] acpiphp: Slot [6] registered\n[ 0.258671] acpiphp: Slot [7] registered\n[ 0.259512] acpiphp: Slot [8] registered\n[ 0.260358] acpiphp: Slot [9] registered\n[ 0.261193] acpiphp: Slot [10] registered\n[ 0.262050] acpiphp: Slot [11] registered\n[ 0.262911] acpiphp: Slot [12] registered\n[ 0.263773] acpiphp: Slot [13] registered\n[ 0.264628] acpiphp: Slot [14] registered\n[ 0.265476] acpiphp: Slot [15] registered\n[ 0.276361] acpiphp: Slot [16] registered\n[ 0.277205] acpiphp: Slot [17] registered\n[ 0.278067] acpiphp: Slot [18] registered\n[ 0.278909] acpiphp: Slot [19] registered\n[ 0.279764] acpiphp: Slot [20] registered\n[ 0.280623] acpiphp: Slot [21] registered\n[ 0.281469] acpiphp: Slot [22] registered\n[ 0.282322] acpiphp: Slot [23] registered\n[ 0.283172] acpiphp: Slot [24] registered\n[ 0.284024] acpiphp: Slot [25] registered\n[ 0.284882] acpiphp: Slot [26] registered\n[ 0.285727] acpiphp: Slot [27] registered\n[ 0.286586] acpiphp: Slot [28] registered\n[ 0.287436] acpiphp: Slot [29] registered\n[ 0.288294] acpiphp: Slot [30] registered\n[ 0.289149] acpiphp: Slot [31] registered\n[ 0.289996] PCI host bridge to bus 0000:00\n[ 0.290848] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.292209] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.293428] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.294875] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.296325] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.302688] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.303965] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.305137] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.306406] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.313629] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.315078] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.365283] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.366783] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.368213] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.369672] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.371126] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.372393] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.373582] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.374652] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.376217] vgaarb: loaded\n[ 0.376828] vgaarb: bridge control possible 0000:00:02.0\n[ 0.377999] SCSI subsystem initialized\n[ 0.378840] ACPI: bus type USB registered\n[ 0.379668] usbcore: registered new interface driver usbfs\n[ 0.380709] usbcore: registered new interface driver hub\n[ 0.381722] usbcore: registered new device driver usb\n[ 0.382794] PCI: Using ACPI for IRQ routing\n[ 0.383845] NetLabel: Initializing\n[ 0.384599] NetLabel: domain hash size = 128\n[ 0.385509] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.386531] NetLabel: unlabeled traffic allowed by default\n[ 0.387728] clocksource: Switched to clocksource kvm-clock\n[ 0.393561] AppArmor: AppArmor Filesystem Enabled\n[ 0.394601] pnp: PnP ACPI init\n[ 0.395554] pnp: PnP ACPI: found 5 devices\n[ 0.402000] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.403825] NET: Registered protocol family 2\n[ 0.404812] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.406097] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.407278] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.408527] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.409572] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.410694] NET: Registered protocol family 1\n[ 0.411532] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.412590] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.413667] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.427866] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.442280] Trying to unpack rootfs image as initramfs...\n[ 0.492629] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.506467] Scanning for low memory corruption every 60 seconds\n[ 0.507889] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.509098] audit: initializing netlink subsys (disabled)\n[ 0.510293] audit: type=2000 audit(1536065577.660:1): initialized\n[ 0.511668] Initialise system trusted keyring\n[ 0.512649] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.513862] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.515914] zbud: loaded\n[ 0.516664] VFS: Disk quotas dquot_6.6.0\n[ 0.517546] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.519156] fuse init (API version 7.23)\n[ 0.520108] Key type big_key registered\n[ 0.520968] Allocating IMA MOK and blacklist keyrings.\n[ 0.522173] Key type asymmetric registered\n[ 0.523059] Asymmetric key parser 'x509' registered\n[ 0.524106] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.526045] io scheduler noop registered\n[ 0.526902] io scheduler deadline registered (default)\n[ 0.527975] io scheduler cfq registered\n[ 0.528881] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.530017] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.531389] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.533006] ACPI: Power Button [PWRF]\n[ 0.533909] GHES: HEST is not enabled!\n[ 0.547740] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.582776] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.586226] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.610548] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.612846] Linux agpgart interface v0.103\n[ 0.615028] brd: module loaded\n[ 0.616363] loop: module loaded\n[ 0.620894] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.622426] GPT:90111 != 2097151\n[ 0.623123] GPT:Alternate GPT header not at the end of the disk.\n[ 0.624418] GPT:90111 != 2097151\n[ 0.625134] GPT: Use GNU Parted to correct GPT errors.\n[ 0.626144] vda: vda1 vda15\n[ 0.627690] scsi host0: ata_piix\n[ 0.628480] scsi host1: ata_piix\n[ 0.629226] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.630522] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.632053] libphy: Fixed MDIO Bus: probed\n[ 0.632934] tun: Universal TUN/TAP device driver, 1.6\n[ 0.633959] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.636365] PPP generic driver version 2.4.2\n[ 0.637501] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.638947] ehci-pci: EHCI PCI platform driver\n[ 0.640002] ehci-platform: EHCI generic platform driver\n[ 0.641199] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.642564] ohci-pci: OHCI PCI platform driver\n[ 0.643601] ohci-platform: OHCI generic platform driver\n[ 0.644797] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.659615] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.660835] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.662584] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.663787] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.665123] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.666620] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.668320] usb usb1: Product: UHCI Host Controller\n[ 0.669539] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.670923] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.672066] hub 1-0:1.0: USB hub found\n[ 0.672986] hub 1-0:1.0: 2 ports detected\n[ 0.674054] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.676497] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.677636] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.678838] mousedev: PS/2 mouse device common for all mice\n[ 0.680123] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.681981] rtc_cmos 00:00: RTC can wake from S4\n[ 0.683079] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.684350] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.685805] i2c /dev entries driver\n[ 0.686705] device-mapper: uevent: version 1.0.3\n[ 0.687832] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.689792] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.691326] NET: Registered protocol family 10\n[ 0.692508] NET: Registered protocol family 17\n[ 0.693583] Key type dns_resolver registered\n[ 0.694681] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.696013] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.698125] registered taskstats version 1\n[ 0.699132] Loading compiled-in X.509 certificates\n[ 0.700772] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.703008] zswap: loaded using pool lzo/zbud\n[ 0.704578] Key type trusted registered\n[ 0.706734] Key type encrypted registered\n[ 0.707746] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.708994] ima: No TPM chip found, activating TPM-bypass!\n[ 0.710699] evm: HMAC attrs: 0x1\n[ 0.711799] Magic number: 2:928:884\n[ 0.712813] rtc_cmos 00:00: setting system clock to 2018-09-04 12:52:57 UTC (1536065577)\n[ 0.714727] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.716088] EDD information not available.\n[ 0.788380] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.790044] ata1.00: configured for MWDMA2\n[ 0.791419] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.804456] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.805961] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.807424] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.809510] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.811342] Write protecting the kernel read-only data: 14336k\n[ 0.813150] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.815278] 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.873182] 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.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... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\n"} 2018-09-04 12:53:53,001 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/94bf21f0-f1b6-428f-8bea-ade96857c71b/action used request id req-ac67b28d-25d7-47a4-a4b9-3be377798766 2018-09-04 12:53:55,007 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/servers/94bf21f0-f1b6-428f-8bea-ade96857c71b/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6bf60c0e23ecaa1432876d008666c2120fdb63c0" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-04 12:53:56,073 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12:53: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-e01272f0-24c8-48a7-8332-39fb9a2d38a2 x-compute-request-id: req-e01272f0-24c8-48a7-8332-39fb9a2d38a2 Content-Encoding: gzip Content-Length: 7865 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 535760135 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 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.131352] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.133000] pid_max: default: 32768 minimum: 301\n[ 0.133896] ACPI: Core revision 20150930\n[ 0.135297] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136597] Security Framework initialized\n[ 0.137409] Yama: becoming mindful.\n[ 0.138137] AppArmor: AppArmor initialized\n[ 0.139005] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.140326] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.141592] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142797] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144193] Initializing cgroup subsys io\n[ 0.145004] Initializing cgroup subsys memory\n[ 0.145856] Initializing cgroup subsys devices\n[ 0.146732] Initializing cgroup subsys freezer\n[ 0.147595] Initializing cgroup subsys net_cls\n[ 0.148458] Initializing cgroup subsys perf_event\n[ 0.149364] Initializing cgroup subsys net_prio\n[ 0.150239] Initializing cgroup subsys hugetlb\n[ 0.151105] Initializing cgroup subsys pids\n[ 0.151977] CPU: Physical Processor ID: 0\n[ 0.153486] mce: CPU supports 10 MCE banks\n[ 0.154329] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.155327] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.166337] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.173001] ftrace: allocating 31920 entries in 125 pages\n[ 0.200656] smpboot: Max logical packages: 1\n[ 0.201517] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.202872] x2apic enabled\n[ 0.203684] Switched APIC routing to physical x2apic.\n[ 0.205435] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.206550] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.208541] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.210326] KVM setup paravirtual spinlock\n[ 0.211661] x86: Booted up 1 node, 1 CPUs\n[ 0.212467] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.213858] devtmpfs: initialized\n[ 0.215591] evm: security.selinux\n[ 0.216289] evm: security.SMACK64\n[ 0.216977] evm: security.SMACK64EXEC\n[ 0.217722] evm: security.SMACK64TRANSMUTE\n[ 0.218527] evm: security.SMACK64MMAP\n[ 0.219274] evm: security.ima\n[ 0.219912] evm: security.capability\n[ 0.220731] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.222586] pinctrl core: initialized pinctrl subsystem\n[ 0.223690] RTC time: 12:52:56, date: 09/04/18\n[ 0.224645] NET: Registered protocol family 16\n[ 0.225619] cpuidle: using governor ladder\n[ 0.226437] cpuidle: using governor menu\n[ 0.227217] PCCT header not found.\n[ 0.227973] ACPI: bus type PCI registered\n[ 0.228783] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.230023] PCI: Using configuration type 1 for base access\n[ 0.231798] ACPI: Added _OSI(Module Device)\n[ 0.232643] ACPI: Added _OSI(Processor Device)\n[ 0.233504] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.234401] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.236544] ACPI: Interpreter enabled\n[ 0.237315] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.239155] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.240990] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.242839] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.244675] ACPI: (supports S0 S5)\n[ 0.245382] ACPI: Using IOAPIC for interrupt routing\n[ 0.246416] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.249525] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.250670] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.251893] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.253078] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.255309] acpiphp: Slot [3] registered\n[ 0.256106] acpiphp: Slot [4] registered\n[ 0.256905] acpiphp: Slot [5] registered\n[ 0.257816] acpiphp: Slot [6] registered\n[ 0.258671] acpiphp: Slot [7] registered\n[ 0.259512] acpiphp: Slot [8] registered\n[ 0.260358] acpiphp: Slot [9] registered\n[ 0.261193] acpiphp: Slot [10] registered\n[ 0.262050] acpiphp: Slot [11] registered\n[ 0.262911] acpiphp: Slot [12] registered\n[ 0.263773] acpiphp: Slot [13] registered\n[ 0.264628] acpiphp: Slot [14] registered\n[ 0.265476] acpiphp: Slot [15] registered\n[ 0.276361] acpiphp: Slot [16] registered\n[ 0.277205] acpiphp: Slot [17] registered\n[ 0.278067] acpiphp: Slot [18] registered\n[ 0.278909] acpiphp: Slot [19] registered\n[ 0.279764] acpiphp: Slot [20] registered\n[ 0.280623] acpiphp: Slot [21] registered\n[ 0.281469] acpiphp: Slot [22] registered\n[ 0.282322] acpiphp: Slot [23] registered\n[ 0.283172] acpiphp: Slot [24] registered\n[ 0.284024] acpiphp: Slot [25] registered\n[ 0.284882] acpiphp: Slot [26] registered\n[ 0.285727] acpiphp: Slot [27] registered\n[ 0.286586] acpiphp: Slot [28] registered\n[ 0.287436] acpiphp: Slot [29] registered\n[ 0.288294] acpiphp: Slot [30] registered\n[ 0.289149] acpiphp: Slot [31] registered\n[ 0.289996] PCI host bridge to bus 0000:00\n[ 0.290848] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.292209] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.293428] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.294875] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.296325] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.302688] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.303965] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.305137] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.306406] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.313629] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.315078] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.365283] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.366783] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.368213] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.369672] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.371126] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.372393] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.373582] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.374652] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.376217] vgaarb: loaded\n[ 0.376828] vgaarb: bridge control possible 0000:00:02.0\n[ 0.377999] SCSI subsystem initialized\n[ 0.378840] ACPI: bus type USB registered\n[ 0.379668] usbcore: registered new interface driver usbfs\n[ 0.380709] usbcore: registered new interface driver hub\n[ 0.381722] usbcore: registered new device driver usb\n[ 0.382794] PCI: Using ACPI for IRQ routing\n[ 0.383845] NetLabel: Initializing\n[ 0.384599] NetLabel: domain hash size = 128\n[ 0.385509] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.386531] NetLabel: unlabeled traffic allowed by default\n[ 0.387728] clocksource: Switched to clocksource kvm-clock\n[ 0.393561] AppArmor: AppArmor Filesystem Enabled\n[ 0.394601] pnp: PnP ACPI init\n[ 0.395554] pnp: PnP ACPI: found 5 devices\n[ 0.402000] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.403825] NET: Registered protocol family 2\n[ 0.404812] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.406097] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.407278] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.408527] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.409572] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.410694] NET: Registered protocol family 1\n[ 0.411532] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.412590] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.413667] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.427866] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.442280] Trying to unpack rootfs image as initramfs...\n[ 0.492629] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.506467] Scanning for low memory corruption every 60 seconds\n[ 0.507889] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.509098] audit: initializing netlink subsys (disabled)\n[ 0.510293] audit: type=2000 audit(1536065577.660:1): initialized\n[ 0.511668] Initialise system trusted keyring\n[ 0.512649] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.513862] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.515914] zbud: loaded\n[ 0.516664] VFS: Disk quotas dquot_6.6.0\n[ 0.517546] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.519156] fuse init (API version 7.23)\n[ 0.520108] Key type big_key registered\n[ 0.520968] Allocating IMA MOK and blacklist keyrings.\n[ 0.522173] Key type asymmetric registered\n[ 0.523059] Asymmetric key parser 'x509' registered\n[ 0.524106] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.526045] io scheduler noop registered\n[ 0.526902] io scheduler deadline registered (default)\n[ 0.527975] io scheduler cfq registered\n[ 0.528881] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.530017] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.531389] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.533006] ACPI: Power Button [PWRF]\n[ 0.533909] GHES: HEST is not enabled!\n[ 0.547740] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.582776] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.586226] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.610548] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.612846] Linux agpgart interface v0.103\n[ 0.615028] brd: module loaded\n[ 0.616363] loop: module loaded\n[ 0.620894] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.622426] GPT:90111 != 2097151\n[ 0.623123] GPT:Alternate GPT header not at the end of the disk.\n[ 0.624418] GPT:90111 != 2097151\n[ 0.625134] GPT: Use GNU Parted to correct GPT errors.\n[ 0.626144] vda: vda1 vda15\n[ 0.627690] scsi host0: ata_piix\n[ 0.628480] scsi host1: ata_piix\n[ 0.629226] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.630522] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.632053] libphy: Fixed MDIO Bus: probed\n[ 0.632934] tun: Universal TUN/TAP device driver, 1.6\n[ 0.633959] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.636365] PPP generic driver version 2.4.2\n[ 0.637501] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.638947] ehci-pci: EHCI PCI platform driver\n[ 0.640002] ehci-platform: EHCI generic platform driver\n[ 0.641199] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.642564] ohci-pci: OHCI PCI platform driver\n[ 0.643601] ohci-platform: OHCI generic platform driver\n[ 0.644797] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.659615] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.660835] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.662584] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.663787] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.665123] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.666620] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.668320] usb usb1: Product: UHCI Host Controller\n[ 0.669539] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.670923] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.672066] hub 1-0:1.0: USB hub found\n[ 0.672986] hub 1-0:1.0: 2 ports detected\n[ 0.674054] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.676497] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.677636] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.678838] mousedev: PS/2 mouse device common for all mice\n[ 0.680123] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.681981] rtc_cmos 00:00: RTC can wake from S4\n[ 0.683079] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.684350] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.685805] i2c /dev entries driver\n[ 0.686705] device-mapper: uevent: version 1.0.3\n[ 0.687832] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.689792] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.691326] NET: Registered protocol family 10\n[ 0.692508] NET: Registered protocol family 17\n[ 0.693583] Key type dns_resolver registered\n[ 0.694681] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.696013] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.698125] registered taskstats version 1\n[ 0.699132] Loading compiled-in X.509 certificates\n[ 0.700772] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.703008] zswap: loaded using pool lzo/zbud\n[ 0.704578] Key type trusted registered\n[ 0.706734] Key type encrypted registered\n[ 0.707746] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.708994] ima: No TPM chip found, activating TPM-bypass!\n[ 0.710699] evm: HMAC attrs: 0x1\n[ 0.711799] Magic number: 2:928:884\n[ 0.712813] rtc_cmos 00:00: setting system clock to 2018-09-04 12:52:57 UTC (1536065577)\n[ 0.714727] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.716088] EDD information not available.\n[ 0.788380] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.790044] ata1.00: configured for MWDMA2\n[ 0.791419] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.804456] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.805961] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.807424] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.809510] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.811342] Write protecting the kernel read-only data: 14336k\n[ 0.813150] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.815278] 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.873182] 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.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... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\n"} 2018-09-04 12:53:56,074 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/94bf21f0-f1b6-428f-8bea-ade96857c71b/action used request id req-e01272f0-24c8-48a7-8332-39fb9a2d38a2 2018-09-04 12:53:58,080 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/servers/94bf21f0-f1b6-428f-8bea-ade96857c71b/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6bf60c0e23ecaa1432876d008666c2120fdb63c0" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-04 12:53:59,152 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12:53: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-e96de86c-5a2d-4b0c-bd15-dfed207a961a x-compute-request-id: req-e96de86c-5a2d-4b0c-bd15-dfed207a961a Content-Encoding: gzip Content-Length: 7865 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 535760135 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 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.131352] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.133000] pid_max: default: 32768 minimum: 301\n[ 0.133896] ACPI: Core revision 20150930\n[ 0.135297] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136597] Security Framework initialized\n[ 0.137409] Yama: becoming mindful.\n[ 0.138137] AppArmor: AppArmor initialized\n[ 0.139005] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.140326] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.141592] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142797] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144193] Initializing cgroup subsys io\n[ 0.145004] Initializing cgroup subsys memory\n[ 0.145856] Initializing cgroup subsys devices\n[ 0.146732] Initializing cgroup subsys freezer\n[ 0.147595] Initializing cgroup subsys net_cls\n[ 0.148458] Initializing cgroup subsys perf_event\n[ 0.149364] Initializing cgroup subsys net_prio\n[ 0.150239] Initializing cgroup subsys hugetlb\n[ 0.151105] Initializing cgroup subsys pids\n[ 0.151977] CPU: Physical Processor ID: 0\n[ 0.153486] mce: CPU supports 10 MCE banks\n[ 0.154329] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.155327] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.166337] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.173001] ftrace: allocating 31920 entries in 125 pages\n[ 0.200656] smpboot: Max logical packages: 1\n[ 0.201517] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.202872] x2apic enabled\n[ 0.203684] Switched APIC routing to physical x2apic.\n[ 0.205435] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.206550] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.208541] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.210326] KVM setup paravirtual spinlock\n[ 0.211661] x86: Booted up 1 node, 1 CPUs\n[ 0.212467] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.213858] devtmpfs: initialized\n[ 0.215591] evm: security.selinux\n[ 0.216289] evm: security.SMACK64\n[ 0.216977] evm: security.SMACK64EXEC\n[ 0.217722] evm: security.SMACK64TRANSMUTE\n[ 0.218527] evm: security.SMACK64MMAP\n[ 0.219274] evm: security.ima\n[ 0.219912] evm: security.capability\n[ 0.220731] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.222586] pinctrl core: initialized pinctrl subsystem\n[ 0.223690] RTC time: 12:52:56, date: 09/04/18\n[ 0.224645] NET: Registered protocol family 16\n[ 0.225619] cpuidle: using governor ladder\n[ 0.226437] cpuidle: using governor menu\n[ 0.227217] PCCT header not found.\n[ 0.227973] ACPI: bus type PCI registered\n[ 0.228783] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.230023] PCI: Using configuration type 1 for base access\n[ 0.231798] ACPI: Added _OSI(Module Device)\n[ 0.232643] ACPI: Added _OSI(Processor Device)\n[ 0.233504] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.234401] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.236544] ACPI: Interpreter enabled\n[ 0.237315] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.239155] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.240990] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.242839] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.244675] ACPI: (supports S0 S5)\n[ 0.245382] ACPI: Using IOAPIC for interrupt routing\n[ 0.246416] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.249525] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.250670] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.251893] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.253078] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.255309] acpiphp: Slot [3] registered\n[ 0.256106] acpiphp: Slot [4] registered\n[ 0.256905] acpiphp: Slot [5] registered\n[ 0.257816] acpiphp: Slot [6] registered\n[ 0.258671] acpiphp: Slot [7] registered\n[ 0.259512] acpiphp: Slot [8] registered\n[ 0.260358] acpiphp: Slot [9] registered\n[ 0.261193] acpiphp: Slot [10] registered\n[ 0.262050] acpiphp: Slot [11] registered\n[ 0.262911] acpiphp: Slot [12] registered\n[ 0.263773] acpiphp: Slot [13] registered\n[ 0.264628] acpiphp: Slot [14] registered\n[ 0.265476] acpiphp: Slot [15] registered\n[ 0.276361] acpiphp: Slot [16] registered\n[ 0.277205] acpiphp: Slot [17] registered\n[ 0.278067] acpiphp: Slot [18] registered\n[ 0.278909] acpiphp: Slot [19] registered\n[ 0.279764] acpiphp: Slot [20] registered\n[ 0.280623] acpiphp: Slot [21] registered\n[ 0.281469] acpiphp: Slot [22] registered\n[ 0.282322] acpiphp: Slot [23] registered\n[ 0.283172] acpiphp: Slot [24] registered\n[ 0.284024] acpiphp: Slot [25] registered\n[ 0.284882] acpiphp: Slot [26] registered\n[ 0.285727] acpiphp: Slot [27] registered\n[ 0.286586] acpiphp: Slot [28] registered\n[ 0.287436] acpiphp: Slot [29] registered\n[ 0.288294] acpiphp: Slot [30] registered\n[ 0.289149] acpiphp: Slot [31] registered\n[ 0.289996] PCI host bridge to bus 0000:00\n[ 0.290848] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.292209] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.293428] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.294875] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.296325] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.302688] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.303965] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.305137] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.306406] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.313629] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.315078] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.365283] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.366783] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.368213] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.369672] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.371126] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.372393] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.373582] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.374652] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.376217] vgaarb: loaded\n[ 0.376828] vgaarb: bridge control possible 0000:00:02.0\n[ 0.377999] SCSI subsystem initialized\n[ 0.378840] ACPI: bus type USB registered\n[ 0.379668] usbcore: registered new interface driver usbfs\n[ 0.380709] usbcore: registered new interface driver hub\n[ 0.381722] usbcore: registered new device driver usb\n[ 0.382794] PCI: Using ACPI for IRQ routing\n[ 0.383845] NetLabel: Initializing\n[ 0.384599] NetLabel: domain hash size = 128\n[ 0.385509] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.386531] NetLabel: unlabeled traffic allowed by default\n[ 0.387728] clocksource: Switched to clocksource kvm-clock\n[ 0.393561] AppArmor: AppArmor Filesystem Enabled\n[ 0.394601] pnp: PnP ACPI init\n[ 0.395554] pnp: PnP ACPI: found 5 devices\n[ 0.402000] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.403825] NET: Registered protocol family 2\n[ 0.404812] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.406097] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.407278] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.408527] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.409572] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.410694] NET: Registered protocol family 1\n[ 0.411532] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.412590] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.413667] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.427866] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.442280] Trying to unpack rootfs image as initramfs...\n[ 0.492629] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.506467] Scanning for low memory corruption every 60 seconds\n[ 0.507889] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.509098] audit: initializing netlink subsys (disabled)\n[ 0.510293] audit: type=2000 audit(1536065577.660:1): initialized\n[ 0.511668] Initialise system trusted keyring\n[ 0.512649] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.513862] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.515914] zbud: loaded\n[ 0.516664] VFS: Disk quotas dquot_6.6.0\n[ 0.517546] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.519156] fuse init (API version 7.23)\n[ 0.520108] Key type big_key registered\n[ 0.520968] Allocating IMA MOK and blacklist keyrings.\n[ 0.522173] Key type asymmetric registered\n[ 0.523059] Asymmetric key parser 'x509' registered\n[ 0.524106] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.526045] io scheduler noop registered\n[ 0.526902] io scheduler deadline registered (default)\n[ 0.527975] io scheduler cfq registered\n[ 0.528881] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.530017] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.531389] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.533006] ACPI: Power Button [PWRF]\n[ 0.533909] GHES: HEST is not enabled!\n[ 0.547740] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.582776] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.586226] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.610548] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.612846] Linux agpgart interface v0.103\n[ 0.615028] brd: module loaded\n[ 0.616363] loop: module loaded\n[ 0.620894] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.622426] GPT:90111 != 2097151\n[ 0.623123] GPT:Alternate GPT header not at the end of the disk.\n[ 0.624418] GPT:90111 != 2097151\n[ 0.625134] GPT: Use GNU Parted to correct GPT errors.\n[ 0.626144] vda: vda1 vda15\n[ 0.627690] scsi host0: ata_piix\n[ 0.628480] scsi host1: ata_piix\n[ 0.629226] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.630522] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.632053] libphy: Fixed MDIO Bus: probed\n[ 0.632934] tun: Universal TUN/TAP device driver, 1.6\n[ 0.633959] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.636365] PPP generic driver version 2.4.2\n[ 0.637501] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.638947] ehci-pci: EHCI PCI platform driver\n[ 0.640002] ehci-platform: EHCI generic platform driver\n[ 0.641199] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.642564] ohci-pci: OHCI PCI platform driver\n[ 0.643601] ohci-platform: OHCI generic platform driver\n[ 0.644797] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.659615] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.660835] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.662584] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.663787] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.665123] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.666620] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.668320] usb usb1: Product: UHCI Host Controller\n[ 0.669539] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.670923] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.672066] hub 1-0:1.0: USB hub found\n[ 0.672986] hub 1-0:1.0: 2 ports detected\n[ 0.674054] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.676497] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.677636] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.678838] mousedev: PS/2 mouse device common for all mice\n[ 0.680123] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.681981] rtc_cmos 00:00: RTC can wake from S4\n[ 0.683079] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.684350] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.685805] i2c /dev entries driver\n[ 0.686705] device-mapper: uevent: version 1.0.3\n[ 0.687832] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.689792] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.691326] NET: Registered protocol family 10\n[ 0.692508] NET: Registered protocol family 17\n[ 0.693583] Key type dns_resolver registered\n[ 0.694681] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.696013] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.698125] registered taskstats version 1\n[ 0.699132] Loading compiled-in X.509 certificates\n[ 0.700772] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.703008] zswap: loaded using pool lzo/zbud\n[ 0.704578] Key type trusted registered\n[ 0.706734] Key type encrypted registered\n[ 0.707746] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.708994] ima: No TPM chip found, activating TPM-bypass!\n[ 0.710699] evm: HMAC attrs: 0x1\n[ 0.711799] Magic number: 2:928:884\n[ 0.712813] rtc_cmos 00:00: setting system clock to 2018-09-04 12:52:57 UTC (1536065577)\n[ 0.714727] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.716088] EDD information not available.\n[ 0.788380] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.790044] ata1.00: configured for MWDMA2\n[ 0.791419] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.804456] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.805961] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.807424] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.809510] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.811342] Write protecting the kernel read-only data: 14336k\n[ 0.813150] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.815278] 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.873182] 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.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... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\n"} 2018-09-04 12:53:59,153 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/94bf21f0-f1b6-428f-8bea-ade96857c71b/action used request id req-e96de86c-5a2d-4b0c-bd15-dfed207a961a 2018-09-04 12:54:01,160 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/servers/94bf21f0-f1b6-428f-8bea-ade96857c71b/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6bf60c0e23ecaa1432876d008666c2120fdb63c0" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-04 12:54:02,225 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12: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-4f241b9e-01a8-4685-8a39-5f6312795a5d x-compute-request-id: req-4f241b9e-01a8-4685-8a39-5f6312795a5d Content-Encoding: gzip Content-Length: 8079 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 535760135 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 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.131352] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.133000] pid_max: default: 32768 minimum: 301\n[ 0.133896] ACPI: Core revision 20150930\n[ 0.135297] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136597] Security Framework initialized\n[ 0.137409] Yama: becoming mindful.\n[ 0.138137] AppArmor: AppArmor initialized\n[ 0.139005] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.140326] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.141592] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142797] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144193] Initializing cgroup subsys io\n[ 0.145004] Initializing cgroup subsys memory\n[ 0.145856] Initializing cgroup subsys devices\n[ 0.146732] Initializing cgroup subsys freezer\n[ 0.147595] Initializing cgroup subsys net_cls\n[ 0.148458] Initializing cgroup subsys perf_event\n[ 0.149364] Initializing cgroup subsys net_prio\n[ 0.150239] Initializing cgroup subsys hugetlb\n[ 0.151105] Initializing cgroup subsys pids\n[ 0.151977] CPU: Physical Processor ID: 0\n[ 0.153486] mce: CPU supports 10 MCE banks\n[ 0.154329] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.155327] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.166337] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.173001] ftrace: allocating 31920 entries in 125 pages\n[ 0.200656] smpboot: Max logical packages: 1\n[ 0.201517] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.202872] x2apic enabled\n[ 0.203684] Switched APIC routing to physical x2apic.\n[ 0.205435] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.206550] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.208541] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.210326] KVM setup paravirtual spinlock\n[ 0.211661] x86: Booted up 1 node, 1 CPUs\n[ 0.212467] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.213858] devtmpfs: initialized\n[ 0.215591] evm: security.selinux\n[ 0.216289] evm: security.SMACK64\n[ 0.216977] evm: security.SMACK64EXEC\n[ 0.217722] evm: security.SMACK64TRANSMUTE\n[ 0.218527] evm: security.SMACK64MMAP\n[ 0.219274] evm: security.ima\n[ 0.219912] evm: security.capability\n[ 0.220731] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.222586] pinctrl core: initialized pinctrl subsystem\n[ 0.223690] RTC time: 12:52:56, date: 09/04/18\n[ 0.224645] NET: Registered protocol family 16\n[ 0.225619] cpuidle: using governor ladder\n[ 0.226437] cpuidle: using governor menu\n[ 0.227217] PCCT header not found.\n[ 0.227973] ACPI: bus type PCI registered\n[ 0.228783] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.230023] PCI: Using configuration type 1 for base access\n[ 0.231798] ACPI: Added _OSI(Module Device)\n[ 0.232643] ACPI: Added _OSI(Processor Device)\n[ 0.233504] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.234401] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.236544] ACPI: Interpreter enabled\n[ 0.237315] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.239155] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.240990] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.242839] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.244675] ACPI: (supports S0 S5)\n[ 0.245382] ACPI: Using IOAPIC for interrupt routing\n[ 0.246416] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.249525] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.250670] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.251893] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.253078] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.255309] acpiphp: Slot [3] registered\n[ 0.256106] acpiphp: Slot [4] registered\n[ 0.256905] acpiphp: Slot [5] registered\n[ 0.257816] acpiphp: Slot [6] registered\n[ 0.258671] acpiphp: Slot [7] registered\n[ 0.259512] acpiphp: Slot [8] registered\n[ 0.260358] acpiphp: Slot [9] registered\n[ 0.261193] acpiphp: Slot [10] registered\n[ 0.262050] acpiphp: Slot [11] registered\n[ 0.262911] acpiphp: Slot [12] registered\n[ 0.263773] acpiphp: Slot [13] registered\n[ 0.264628] acpiphp: Slot [14] registered\n[ 0.265476] acpiphp: Slot [15] registered\n[ 0.276361] acpiphp: Slot [16] registered\n[ 0.277205] acpiphp: Slot [17] registered\n[ 0.278067] acpiphp: Slot [18] registered\n[ 0.278909] acpiphp: Slot [19] registered\n[ 0.279764] acpiphp: Slot [20] registered\n[ 0.280623] acpiphp: Slot [21] registered\n[ 0.281469] acpiphp: Slot [22] registered\n[ 0.282322] acpiphp: Slot [23] registered\n[ 0.283172] acpiphp: Slot [24] registered\n[ 0.284024] acpiphp: Slot [25] registered\n[ 0.284882] acpiphp: Slot [26] registered\n[ 0.285727] acpiphp: Slot [27] registered\n[ 0.286586] acpiphp: Slot [28] registered\n[ 0.287436] acpiphp: Slot [29] registered\n[ 0.288294] acpiphp: Slot [30] registered\n[ 0.289149] acpiphp: Slot [31] registered\n[ 0.289996] PCI host bridge to bus 0000:00\n[ 0.290848] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.292209] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.293428] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.294875] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.296325] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.302688] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.303965] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.305137] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.306406] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.313629] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.315078] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.365283] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.366783] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.368213] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.369672] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.371126] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.372393] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.373582] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.374652] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.376217] vgaarb: loaded\n[ 0.376828] vgaarb: bridge control possible 0000:00:02.0\n[ 0.377999] SCSI subsystem initialized\n[ 0.378840] ACPI: bus type USB registered\n[ 0.379668] usbcore: registered new interface driver usbfs\n[ 0.380709] usbcore: registered new interface driver hub\n[ 0.381722] usbcore: registered new device driver usb\n[ 0.382794] PCI: Using ACPI for IRQ routing\n[ 0.383845] NetLabel: Initializing\n[ 0.384599] NetLabel: domain hash size = 128\n[ 0.385509] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.386531] NetLabel: unlabeled traffic allowed by default\n[ 0.387728] clocksource: Switched to clocksource kvm-clock\n[ 0.393561] AppArmor: AppArmor Filesystem Enabled\n[ 0.394601] pnp: PnP ACPI init\n[ 0.395554] pnp: PnP ACPI: found 5 devices\n[ 0.402000] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.403825] NET: Registered protocol family 2\n[ 0.404812] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.406097] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.407278] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.408527] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.409572] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.410694] NET: Registered protocol family 1\n[ 0.411532] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.412590] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.413667] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.427866] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.442280] Trying to unpack rootfs image as initramfs...\n[ 0.492629] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.506467] Scanning for low memory corruption every 60 seconds\n[ 0.507889] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.509098] audit: initializing netlink subsys (disabled)\n[ 0.510293] audit: type=2000 audit(1536065577.660:1): initialized\n[ 0.511668] Initialise system trusted keyring\n[ 0.512649] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.513862] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.515914] zbud: loaded\n[ 0.516664] VFS: Disk quotas dquot_6.6.0\n[ 0.517546] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.519156] fuse init (API version 7.23)\n[ 0.520108] Key type big_key registered\n[ 0.520968] Allocating IMA MOK and blacklist keyrings.\n[ 0.522173] Key type asymmetric registered\n[ 0.523059] Asymmetric key parser 'x509' registered\n[ 0.524106] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.526045] io scheduler noop registered\n[ 0.526902] io scheduler deadline registered (default)\n[ 0.527975] io scheduler cfq registered\n[ 0.528881] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.530017] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.531389] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.533006] ACPI: Power Button [PWRF]\n[ 0.533909] GHES: HEST is not enabled!\n[ 0.547740] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.582776] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.586226] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.610548] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.612846] Linux agpgart interface v0.103\n[ 0.615028] brd: module loaded\n[ 0.616363] loop: module loaded\n[ 0.620894] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.622426] GPT:90111 != 2097151\n[ 0.623123] GPT:Alternate GPT header not at the end of the disk.\n[ 0.624418] GPT:90111 != 2097151\n[ 0.625134] GPT: Use GNU Parted to correct GPT errors.\n[ 0.626144] vda: vda1 vda15\n[ 0.627690] scsi host0: ata_piix\n[ 0.628480] scsi host1: ata_piix\n[ 0.629226] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.630522] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.632053] libphy: Fixed MDIO Bus: probed\n[ 0.632934] tun: Universal TUN/TAP device driver, 1.6\n[ 0.633959] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.636365] PPP generic driver version 2.4.2\n[ 0.637501] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.638947] ehci-pci: EHCI PCI platform driver\n[ 0.640002] ehci-platform: EHCI generic platform driver\n[ 0.641199] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.642564] ohci-pci: OHCI PCI platform driver\n[ 0.643601] ohci-platform: OHCI generic platform driver\n[ 0.644797] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.659615] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.660835] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.662584] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.663787] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.665123] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.666620] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.668320] usb usb1: Product: UHCI Host Controller\n[ 0.669539] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.670923] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.672066] hub 1-0:1.0: USB hub found\n[ 0.672986] hub 1-0:1.0: 2 ports detected\n[ 0.674054] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.676497] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.677636] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.678838] mousedev: PS/2 mouse device common for all mice\n[ 0.680123] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.681981] rtc_cmos 00:00: RTC can wake from S4\n[ 0.683079] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.684350] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.685805] i2c /dev entries driver\n[ 0.686705] device-mapper: uevent: version 1.0.3\n[ 0.687832] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.689792] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.691326] NET: Registered protocol family 10\n[ 0.692508] NET: Registered protocol family 17\n[ 0.693583] Key type dns_resolver registered\n[ 0.694681] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.696013] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.698125] registered taskstats version 1\n[ 0.699132] Loading compiled-in X.509 certificates\n[ 0.700772] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.703008] zswap: loaded using pool lzo/zbud\n[ 0.704578] Key type trusted registered\n[ 0.706734] Key type encrypted registered\n[ 0.707746] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.708994] ima: No TPM chip found, activating TPM-bypass!\n[ 0.710699] evm: HMAC attrs: 0x1\n[ 0.711799] Magic number: 2:928:884\n[ 0.712813] rtc_cmos 00:00: setting system clock to 2018-09-04 12:52:57 UTC (1536065577)\n[ 0.714727] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.716088] EDD information not available.\n[ 0.788380] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.790044] ata1.00: configured for MWDMA2\n[ 0.791419] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.804456] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.805961] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.807424] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.809510] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.811342] Write protecting the kernel read-only data: 14336k\n[ 0.813150] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.815278] 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.873182] 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.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... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.10.7...\nLease of 10.10.10.7 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.92s]\n"} 2018-09-04 12:54:02,226 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/94bf21f0-f1b6-428f-8bea-ade96857c71b/action used request id req-4f241b9e-01a8-4685-8a39-5f6312795a5d 2018-09-04 12:54:04,276 - __name__ - INFO - Starting all monitor threads 2018-09-04 12:54:04,283 - __name__ - INFO - Wait before subtest 2018-09-04 12:54:05,306 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/servers/e405c1d0-e398-40d9-b303-d8dab908a5e1/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3e16754a174e570fc92a6d8b2ab2b0a769563b11" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-04 12:54:05,308 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/servers/94bf21f0-f1b6-428f-8bea-ade96857c71b/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6bf60c0e23ecaa1432876d008666c2120fdb63c0" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-04 12:54:05,309 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/servers/8cf6470b-47f9-4188-85fa-28971728869d/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}26d8b946cfe8573c121af4cedf4ccdc82505adc8" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-04 12:54:06,379 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12:54: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-059cb797-b451-4c04-b8a1-5aa05225ca7a x-compute-request-id: req-059cb797-b451-4c04-b8a1-5aa05225ca7a Content-Encoding: gzip Content-Length: 8079 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 535760135 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 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.131352] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.133000] pid_max: default: 32768 minimum: 301\n[ 0.133896] ACPI: Core revision 20150930\n[ 0.135297] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136597] Security Framework initialized\n[ 0.137409] Yama: becoming mindful.\n[ 0.138137] AppArmor: AppArmor initialized\n[ 0.139005] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.140326] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.141592] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142797] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144193] Initializing cgroup subsys io\n[ 0.145004] Initializing cgroup subsys memory\n[ 0.145856] Initializing cgroup subsys devices\n[ 0.146732] Initializing cgroup subsys freezer\n[ 0.147595] Initializing cgroup subsys net_cls\n[ 0.148458] Initializing cgroup subsys perf_event\n[ 0.149364] Initializing cgroup subsys net_prio\n[ 0.150239] Initializing cgroup subsys hugetlb\n[ 0.151105] Initializing cgroup subsys pids\n[ 0.151977] CPU: Physical Processor ID: 0\n[ 0.153486] mce: CPU supports 10 MCE banks\n[ 0.154329] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.155327] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.166337] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.173001] ftrace: allocating 31920 entries in 125 pages\n[ 0.200656] smpboot: Max logical packages: 1\n[ 0.201517] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.202872] x2apic enabled\n[ 0.203684] Switched APIC routing to physical x2apic.\n[ 0.205435] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.206550] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.208541] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.210326] KVM setup paravirtual spinlock\n[ 0.211661] x86: Booted up 1 node, 1 CPUs\n[ 0.212467] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.213858] devtmpfs: initialized\n[ 0.215591] evm: security.selinux\n[ 0.216289] evm: security.SMACK64\n[ 0.216977] evm: security.SMACK64EXEC\n[ 0.217722] evm: security.SMACK64TRANSMUTE\n[ 0.218527] evm: security.SMACK64MMAP\n[ 0.219274] evm: security.ima\n[ 0.219912] evm: security.capability\n[ 0.220731] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.222586] pinctrl core: initialized pinctrl subsystem\n[ 0.223690] RTC time: 12:52:56, date: 09/04/18\n[ 0.224645] NET: Registered protocol family 16\n[ 0.225619] cpuidle: using governor ladder\n[ 0.226437] cpuidle: using governor menu\n[ 0.227217] PCCT header not found.\n[ 0.227973] ACPI: bus type PCI registered\n[ 0.228783] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.230023] PCI: Using configuration type 1 for base access\n[ 0.231798] ACPI: Added _OSI(Module Device)\n[ 0.232643] ACPI: Added _OSI(Processor Device)\n[ 0.233504] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.234401] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.236544] ACPI: Interpreter enabled\n[ 0.237315] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.239155] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.240990] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.242839] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.244675] ACPI: (supports S0 S5)\n[ 0.245382] ACPI: Using IOAPIC for interrupt routing\n[ 0.246416] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.249525] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.250670] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.251893] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.253078] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.255309] acpiphp: Slot [3] registered\n[ 0.256106] acpiphp: Slot [4] registered\n[ 0.256905] acpiphp: Slot [5] registered\n[ 0.257816] acpiphp: Slot [6] registered\n[ 0.258671] acpiphp: Slot [7] registered\n[ 0.259512] acpiphp: Slot [8] registered\n[ 0.260358] acpiphp: Slot [9] registered\n[ 0.261193] acpiphp: Slot [10] registered\n[ 0.262050] acpiphp: Slot [11] registered\n[ 0.262911] acpiphp: Slot [12] registered\n[ 0.263773] acpiphp: Slot [13] registered\n[ 0.264628] acpiphp: Slot [14] registered\n[ 0.265476] acpiphp: Slot [15] registered\n[ 0.276361] acpiphp: Slot [16] registered\n[ 0.277205] acpiphp: Slot [17] registered\n[ 0.278067] acpiphp: Slot [18] registered\n[ 0.278909] acpiphp: Slot [19] registered\n[ 0.279764] acpiphp: Slot [20] registered\n[ 0.280623] acpiphp: Slot [21] registered\n[ 0.281469] acpiphp: Slot [22] registered\n[ 0.282322] acpiphp: Slot [23] registered\n[ 0.283172] acpiphp: Slot [24] registered\n[ 0.284024] acpiphp: Slot [25] registered\n[ 0.284882] acpiphp: Slot [26] registered\n[ 0.285727] acpiphp: Slot [27] registered\n[ 0.286586] acpiphp: Slot [28] registered\n[ 0.287436] acpiphp: Slot [29] registered\n[ 0.288294] acpiphp: Slot [30] registered\n[ 0.289149] acpiphp: Slot [31] registered\n[ 0.289996] PCI host bridge to bus 0000:00\n[ 0.290848] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.292209] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.293428] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.294875] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.296325] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.302688] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.303965] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.305137] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.306406] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.313629] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.315078] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.365283] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.366783] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.368213] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.369672] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.371126] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.372393] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.373582] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.374652] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.376217] vgaarb: loaded\n[ 0.376828] vgaarb: bridge control possible 0000:00:02.0\n[ 0.377999] SCSI subsystem initialized\n[ 0.378840] ACPI: bus type USB registered\n[ 0.379668] usbcore: registered new interface driver usbfs\n[ 0.380709] usbcore: registered new interface driver hub\n[ 0.381722] usbcore: registered new device driver usb\n[ 0.382794] PCI: Using ACPI for IRQ routing\n[ 0.383845] NetLabel: Initializing\n[ 0.384599] NetLabel: domain hash size = 128\n[ 0.385509] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.386531] NetLabel: unlabeled traffic allowed by default\n[ 0.387728] clocksource: Switched to clocksource kvm-clock\n[ 0.393561] AppArmor: AppArmor Filesystem Enabled\n[ 0.394601] pnp: PnP ACPI init\n[ 0.395554] pnp: PnP ACPI: found 5 devices\n[ 0.402000] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.403825] NET: Registered protocol family 2\n[ 0.404812] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.406097] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.407278] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.408527] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.409572] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.410694] NET: Registered protocol family 1\n[ 0.411532] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.412590] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.413667] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.427866] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.442280] Trying to unpack rootfs image as initramfs...\n[ 0.492629] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.506467] Scanning for low memory corruption every 60 seconds\n[ 0.507889] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.509098] audit: initializing netlink subsys (disabled)\n[ 0.510293] audit: type=2000 audit(1536065577.660:1): initialized\n[ 0.511668] Initialise system trusted keyring\n[ 0.512649] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.513862] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.515914] zbud: loaded\n[ 0.516664] VFS: Disk quotas dquot_6.6.0\n[ 0.517546] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.519156] fuse init (API version 7.23)\n[ 0.520108] Key type big_key registered\n[ 0.520968] Allocating IMA MOK and blacklist keyrings.\n[ 0.522173] Key type asymmetric registered\n[ 0.523059] Asymmetric key parser 'x509' registered\n[ 0.524106] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.526045] io scheduler noop registered\n[ 0.526902] io scheduler deadline registered (default)\n[ 0.527975] io scheduler cfq registered\n[ 0.528881] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.530017] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.531389] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.533006] ACPI: Power Button [PWRF]\n[ 0.533909] GHES: HEST is not enabled!\n[ 0.547740] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.582776] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.586226] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.610548] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.612846] Linux agpgart interface v0.103\n[ 0.615028] brd: module loaded\n[ 0.616363] loop: module loaded\n[ 0.620894] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.622426] GPT:90111 != 2097151\n[ 0.623123] GPT:Alternate GPT header not at the end of the disk.\n[ 0.624418] GPT:90111 != 2097151\n[ 0.625134] GPT: Use GNU Parted to correct GPT errors.\n[ 0.626144] vda: vda1 vda15\n[ 0.627690] scsi host0: ata_piix\n[ 0.628480] scsi host1: ata_piix\n[ 0.629226] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.630522] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.632053] libphy: Fixed MDIO Bus: probed\n[ 0.632934] tun: Universal TUN/TAP device driver, 1.6\n[ 0.633959] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.636365] PPP generic driver version 2.4.2\n[ 0.637501] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.638947] ehci-pci: EHCI PCI platform driver\n[ 0.640002] ehci-platform: EHCI generic platform driver\n[ 0.641199] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.642564] ohci-pci: OHCI PCI platform driver\n[ 0.643601] ohci-platform: OHCI generic platform driver\n[ 0.644797] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.659615] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.660835] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.662584] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.663787] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.665123] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.666620] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.668320] usb usb1: Product: UHCI Host Controller\n[ 0.669539] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.670923] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.672066] hub 1-0:1.0: USB hub found\n[ 0.672986] hub 1-0:1.0: 2 ports detected\n[ 0.674054] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.676497] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.677636] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.678838] mousedev: PS/2 mouse device common for all mice\n[ 0.680123] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.681981] rtc_cmos 00:00: RTC can wake from S4\n[ 0.683079] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.684350] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.685805] i2c /dev entries driver\n[ 0.686705] device-mapper: uevent: version 1.0.3\n[ 0.687832] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.689792] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.691326] NET: Registered protocol family 10\n[ 0.692508] NET: Registered protocol family 17\n[ 0.693583] Key type dns_resolver registered\n[ 0.694681] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.696013] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.698125] registered taskstats version 1\n[ 0.699132] Loading compiled-in X.509 certificates\n[ 0.700772] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.703008] zswap: loaded using pool lzo/zbud\n[ 0.704578] Key type trusted registered\n[ 0.706734] Key type encrypted registered\n[ 0.707746] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.708994] ima: No TPM chip found, activating TPM-bypass!\n[ 0.710699] evm: HMAC attrs: 0x1\n[ 0.711799] Magic number: 2:928:884\n[ 0.712813] rtc_cmos 00:00: setting system clock to 2018-09-04 12:52:57 UTC (1536065577)\n[ 0.714727] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.716088] EDD information not available.\n[ 0.788380] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.790044] ata1.00: configured for MWDMA2\n[ 0.791419] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.804456] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.805961] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.807424] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.809510] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.811342] Write protecting the kernel read-only data: 14336k\n[ 0.813150] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.815278] 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.873182] 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.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... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.10.7...\nLease of 10.10.10.7 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.92s]\n"} 2018-09-04 12:54:06,380 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/94bf21f0-f1b6-428f-8bea-ade96857c71b/action used request id req-059cb797-b451-4c04-b8a1-5aa05225ca7a 2018-09-04 12:54:06,383 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12:54: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-0250be92-13b9-4d3f-9376-33e197385419 x-compute-request-id: req-0250be92-13b9-4d3f-9376-33e197385419 Content-Encoding: gzip Content-Length: 10882 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 493641177 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 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.133916] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.135612] pid_max: default: 32768 minimum: 301\n[ 0.136527] ACPI: Core revision 20150930\n[ 0.137933] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.139280] Security Framework initialized\n[ 0.140119] Yama: becoming mindful.\n[ 0.140867] AppArmor: AppArmor initialized\n[ 0.141752] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.143121] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.144435] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.145678] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.147100] Initializing cgroup subsys io\n[ 0.147938] Initializing cgroup subsys memory\n[ 0.148820] Initializing cgroup subsys devices\n[ 0.149723] Initializing cgroup subsys freezer\n[ 0.150611] Initializing cgroup subsys net_cls\n[ 0.151495] Initializing cgroup subsys perf_event\n[ 0.152432] Initializing cgroup subsys net_prio\n[ 0.153348] Initializing cgroup subsys hugetlb\n[ 0.154241] Initializing cgroup subsys pids\n[ 0.155137] CPU: Physical Processor ID: 0\n[ 0.156658] mce: CPU supports 10 MCE banks\n[ 0.157530] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.158557] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.169233] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.175662] ftrace: allocating 31920 entries in 125 pages\n[ 0.202481] smpboot: Max logical packages: 1\n[ 0.203506] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.205083] x2apic enabled\n[ 0.205939] Switched APIC routing to physical x2apic.\n[ 0.207817] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.209102] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.211242] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.213193] KVM setup paravirtual spinlock\n[ 0.214743] x86: Booted up 1 node, 1 CPUs\n[ 0.215629] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.217139] devtmpfs: initialized\n[ 0.218891] evm: security.selinux\n[ 0.219707] evm: security.SMACK64\n[ 0.220505] evm: security.SMACK64EXEC\n[ 0.221323] evm: security.SMACK64TRANSMUTE\n[ 0.222219] evm: security.SMACK64MMAP\n[ 0.223037] evm: security.ima\n[ 0.223729] evm: security.capability\n[ 0.224615] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.226659] pinctrl core: initialized pinctrl subsystem\n[ 0.227881] RTC time: 12:52:32, date: 09/04/18\n[ 0.228911] NET: Registered protocol family 16\n[ 0.229959] cpuidle: using governor ladder\n[ 0.230849] cpuidle: using governor menu\n[ 0.231703] PCCT header not found.\n[ 0.232544] ACPI: bus type PCI registered\n[ 0.233441] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.234824] PCI: Using configuration type 1 for base access\n[ 0.236684] ACPI: Added _OSI(Module Device)\n[ 0.237601] ACPI: Added _OSI(Processor Device)\n[ 0.238536] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.239505] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.241742] ACPI: Interpreter enabled\n[ 0.242750] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.244807] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.246835] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.248834] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.250882] ACPI: (supports S0 S5)\n[ 0.251768] ACPI: Using IOAPIC for interrupt routing\n[ 0.252785] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.256036] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.257322] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.258664] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.259942] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.262345] acpiphp: Slot [3] registered\n[ 0.263204] acpiphp: Slot [4] registered\n[ 0.264071] acpiphp: Slot [5] registered\n[ 0.264978] acpiphp: Slot [6] registered\n[ 0.265831] acpiphp: Slot [7] registered\n[ 0.266721] acpiphp: Slot [8] registered\n[ 0.267602] acpiphp: Slot [9] registered\n[ 0.268473] acpiphp: Slot [10] registered\n[ 0.269369] acpiphp: Slot [11] registered\n[ 0.270262] acpiphp: Slot [12] registered\n[ 0.271144] acpiphp: Slot [13] registered\n[ 0.272030] acpiphp: Slot [14] registered\n[ 0.272913] acpiphp: Slot [15] registered\n[ 0.283846] acpiphp: Slot [16] registered\n[ 0.284752] acpiphp: Slot [17] registered\n[ 0.285627] acpiphp: Slot [18] registered\n[ 0.286676] acpiphp: Slot [19] registered\n[ 0.287546] acpiphp: Slot [20] registered\n[ 0.288456] acpiphp: Slot [21] registered\n[ 0.289375] acpiphp: Slot [22] registered\n[ 0.290278] acpiphp: Slot [23] registered\n[ 0.291180] acpiphp: Slot [24] registered\n[ 0.292186] acpiphp: Slot [25] registered\n[ 0.293092] acpiphp: Slot [26] registered\n[ 0.293970] acpiphp: Slot [27] registered\n[ 0.294843] acpiphp: Slot [28] registered\n[ 0.295748] acpiphp: Slot [29] registered\n[ 0.296627] acpiphp: Slot [30] registered\n[ 0.297525] acpiphp: Slot [31] registered\n[ 0.298469] PCI host bridge to bus 0000:00\n[ 0.299367] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.300787] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.302183] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.303814] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.305504] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.311857] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.313291] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.314670] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.316109] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.322423] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.324047] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.370271] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.372275] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.374272] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.376274] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.378628] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.380397] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.382031] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.383629] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.385965] vgaarb: loaded\n[ 0.386823] vgaarb: bridge control possible 0000:00:02.0\n[ 0.388446] SCSI subsystem initialized\n[ 0.389649] ACPI: bus type USB registered\n[ 0.390882] usbcore: registered new interface driver usbfs\n[ 0.392441] usbcore: registered new interface driver hub\n[ 0.393994] usbcore: registered new device driver usb\n[ 0.395567] PCI: Using ACPI for IRQ routing\n[ 0.397076] NetLabel: Initializing\n[ 0.398138] NetLabel: domain hash size = 128\n[ 0.399424] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.400862] NetLabel: unlabeled traffic allowed by default\n[ 0.402496] clocksource: Switched to clocksource kvm-clock\n[ 0.408630] AppArmor: AppArmor Filesystem Enabled\n[ 0.410029] pnp: PnP ACPI init\n[ 0.411243] pnp: PnP ACPI: found 5 devices\n[ 0.417971] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.420554] NET: Registered protocol family 2\n[ 0.421956] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.423888] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.425663] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.427455] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.429081] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.430913] NET: Registered protocol family 1\n[ 0.432206] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.433906] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.435557] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.450263] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.465007] Trying to unpack rootfs image as initramfs...\n[ 0.515195] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.529654] Scanning for low memory corruption every 60 seconds\n[ 0.531556] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.533325] audit: initializing netlink subsys (disabled)\n[ 0.534923] audit: type=2000 audit(1536065553.046:1): initialized\n[ 0.536846] Initialise system trusted keyring\n[ 0.538207] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.539985] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.542560] zbud: loaded\n[ 0.543523] VFS: Disk quotas dquot_6.6.0\n[ 0.544714] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.546911] fuse init (API version 7.23)\n[ 0.548188] Key type big_key registered\n[ 0.549358] Allocating IMA MOK and blacklist keyrings.\n[ 0.550995] Key type asymmetric registered\n[ 0.552202] Asymmetric key parser 'x509' registered\n[ 0.553615] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.555185] io scheduler noop registered\n[ 0.556021] io scheduler deadline registered (default)\n[ 0.557046] io scheduler cfq registered\n[ 0.558276] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.559379] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.560767] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.562262] ACPI: Power Button [PWRF]\n[ 0.563142] GHES: HEST is not enabled!\n[ 0.582700] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.611616] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.614050] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.638513] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.640746] Linux agpgart interface v0.103\n[ 0.642894] brd: module loaded\n[ 0.644180] loop: module loaded\n[ 0.648809] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.650302] GPT:90111 != 2097151\n[ 0.651006] GPT:Alternate GPT header not at the end of the disk.\n[ 0.652128] GPT:90111 != 2097151\n[ 0.652817] GPT: Use GNU Parted to correct GPT errors.\n[ 0.653805] vda: vda1 vda15\n[ 0.655228] scsi host0: ata_piix\n[ 0.655984] scsi host1: ata_piix\n[ 0.656705] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.657954] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.659443] libphy: Fixed MDIO Bus: probed\n[ 0.660284] tun: Universal TUN/TAP device driver, 1.6\n[ 0.661260] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.663397] PPP generic driver version 2.4.2\n[ 0.664309] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.665581] ehci-pci: EHCI PCI platform driver\n[ 0.666481] ehci-platform: EHCI generic platform driver\n[ 0.667509] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.668682] ohci-pci: OHCI PCI platform driver\n[ 0.669573] ohci-platform: OHCI generic platform driver\n[ 0.670599] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.684963] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.685985] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.687482] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.688537] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.689685] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.690946] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.692401] usb usb1: Product: UHCI Host Controller\n[ 0.693363] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.694542] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.695579] hub 1-0:1.0: USB hub found\n[ 0.696379] hub 1-0:1.0: 2 ports detected\n[ 0.697306] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.699476] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.700458] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.701509] mousedev: PS/2 mouse device common for all mice\n[ 0.702814] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.704699] rtc_cmos 00:00: RTC can wake from S4\n[ 0.705821] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.707058] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.708282] i2c /dev entries driver\n[ 0.709079] device-mapper: uevent: version 1.0.3\n[ 0.710034] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.711705] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.713029] NET: Registered protocol family 10\n[ 0.714054] NET: Registered protocol family 17\n[ 0.714975] Key type dns_resolver registered\n[ 0.715935] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.717058] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.718862] registered taskstats version 1\n[ 0.719718] Loading compiled-in X.509 certificates\n[ 0.721183] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.723109] zswap: loaded using pool lzo/zbud\n[ 0.724519] Key type trusted registered\n[ 0.726081] Key type encrypted registered\n[ 0.726941] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.727997] ima: No TPM chip found, activating TPM-bypass!\n[ 0.729056] evm: HMAC attrs: 0x1\n[ 0.730010] Magic number: 2:928:884\n[ 0.730889] rtc_cmos 00:00: setting system clock to 2018-09-04 12:52:33 UTC (1536065553)\n[ 0.732529] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.733686] EDD information not available.\n[ 0.819485] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.821072] Write protecting the kernel read-only data: 14336k\n[ 0.833011] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.834880] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.66\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 2.64\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 2.863258] 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 2.75. iid=i-00000123\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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCRwjHQcym09Tp/ARB4dweGWyWirMhn+SYYILqbXUL25KMOMbva77/YlgjfENfG/TFeydM+4kZjV0CCyJIDEFb8IJwX9V0eAGbHy+mBxPGu606jjwCTo1XpoM8TiqgqehyQHmBOsFrI62Xt5C84zcxoOV4eQD8xb7sOxPBWp3FFq+jlpK3j/ezacq+KsZCrYO36UBNY8xEFK/L6fJeC+S8yergLlCDLuC0NMGjxw7IWa/yLNiOVzgyzmxtvylLBh6O9KOh9qiGCtnMDvvj8P9LwVo3Sn+2WS9GhddcPOtUluVPMTAvAtElD/5q6VDumQISbEN4d/0SZZG0aWYo+LA4D root@sdnvpn-10-2\nssh-dss AAAAB3NzaC1kc3MAAACBALtXbcKHQUELj8C5WmyWQiA9MwTTFhL2DbRo4MkEn4SyMMvpOHlUXeQS8h62M2ksws897bf6ZrHWm1Ih5lEOTmV10wC/E+RY4DVQi2pD210oMrxkgB0BFuVP87MG1fwWs5k1DFhSOq+WU69xS7oSWpyxcbbm7HuBPk+8qQ6UQt5LAAAAFQC1Hui1/QkNvM/FhmrpfxniKVPadwAAAIEAuCLMJYFXIaFmVsWCQV0X9rHvYiEGeq6WZq8KrWVS/0J26z6aKft+AKO806ifePHRE/+1GtdTKUG0a0RdrQ+r9NuSYPf/6Zvzus3JevdJqYrT1gmwT4Gw9OsHt5JKGdg1m6Qp8U2fykksP1LhVAUIVRf9I/hLnpYpz+PF91cZFwgAAACALBBU/Qs9SnRalTd4yOVJKnMiLs5Nsf4VIGyjuc/6hNMxsdicfyY/VvEHEsFSdcUZVAdHTCqo1/3Tgd5dwtu/L96oQRRtBsqDYhwZSFGq1Qe158J3O9VdmtLnIse48N4jdNyCi4Ygk3zI0bDAq9RxsWFgZ1XTn/WehMZSrRMo2+I= 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.6,24,fe80::f816:3eff:fe08:1b4/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-00000123\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-10-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=5.41 ===\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\n/dev/root resized successfully [took 3.21s]\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:08:01:B4 \n inet addr:10.10.10.6 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe08:1b4/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:7986 (7.7 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-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.170520] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.170521] usb 1-1: Product: QEMU USB Tablet\n[ 1.170522] usb 1-1: Manufacturer: QEMU\n[ 1.170522] usb 1-1: SerialNumber: 42\n[ 1.526770] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3255787006b, max_idle_ns: 440795244845 ns\n[ 2.814989] EXT4-fs (vda1): re-mounted. Opts: data=ordered\n[ 2.845206] EXT4-fs (vda1): re-mounted. Opts: data=ordered\n[ 2.863258] random: dd urandom read with 5 bits of entropy available\n[ 5.529649] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\n[ 6.319552] EXT4-fs (vda1): resized filesystem to 1039340\n### tail -n 25 /var/log/messages\nSep 4 13:52:35 cirros syslog.info syslogd started: BusyBox v1.23.2\nSep 4 13:52:35 cirros kern.notice kernel: klogd started: BusyBox v1.23.2 (2017-11-20 02:37:12 UTC)\nSep 4 13:52:35 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpuset\nSep 4 13:52:35 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpu\nSep 4 13:52:35 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpuacct\nSep 4 13:52:35 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)\nSep 4 13:52:35 cirros kern.info kernel: [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\nSep 4 13:52:35 cirros kern.info kernel: [ 0.000000] KERNEL supported cpus:\nSep 4 13:52:35 cirros kern.info kernel: [ 0.000000] Intel GenuineIntel\nSep 4 13:52:35 cirros kern.info kernel: [ 0.000000] AMD AuthenticAMD\nSep 4 13:52:35 cirros kern.info kernel: [ 0.000000] Centaur CentaurHauls\nSep 4 13:52:35 cirros kern.info kernel: [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\nSep 4 13:52:35 cirros kern.notice kernel: [ 2.863258] random: dd urandom read with 5 bits of entropy available\nSep 4 13:52:37 cirros auth.notice su: + /dev/console root:cirros\nSep 4 13:52:38 cirros authpriv.info dropbear[340]: Running in background\nSep 4 13:52:38 cirros kern.info kernel: [ 5.529649] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\nSep 4 13:52:39 cirros kern.info kernel: [ 6.319552] 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-09-04 12:54:06,384 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/8cf6470b-47f9-4188-85fa-28971728869d/action used request id req-0250be92-13b9-4d3f-9376-33e197385419 2018-09-04 12:54:06,434 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12:54: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-15d09153-6bcb-4bbd-aa50-d6af6e6387de x-compute-request-id: req-15d09153-6bcb-4bbd-aa50-d6af6e6387de 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 515608422 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 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.150923] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.152917] pid_max: default: 32768 minimum: 301\n[ 0.154024] ACPI: Core revision 20150930\n[ 0.155586] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.157174] Security Framework initialized\n[ 0.158193] Yama: becoming mindful.\n[ 0.159068] AppArmor: AppArmor initialized\n[ 0.160087] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.161690] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.163263] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.164742] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.166444] Initializing cgroup subsys io\n[ 0.167422] Initializing cgroup subsys memory\n[ 0.168456] Initializing cgroup subsys devices\n[ 0.169505] Initializing cgroup subsys freezer\n[ 0.170564] Initializing cgroup subsys net_cls\n[ 0.171615] Initializing cgroup subsys perf_event\n[ 0.172718] Initializing cgroup subsys net_prio\n[ 0.173796] Initializing cgroup subsys hugetlb\n[ 0.174849] Initializing cgroup subsys pids\n[ 0.175921] CPU: Physical Processor ID: 0\n[ 0.177620] mce: CPU supports 10 MCE banks\n[ 0.178675] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.179920] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.191132] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.198095] ftrace: allocating 31920 entries in 125 pages\n[ 0.225740] smpboot: Max logical packages: 1\n[ 0.226781] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.228384] x2apic enabled\n[ 0.229295] Switched APIC routing to physical x2apic.\n[ 0.231260] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.232613] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.234983] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.237115] KVM setup paravirtual spinlock\n[ 0.238600] x86: Booted up 1 node, 1 CPUs\n[ 0.239559] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.241205] devtmpfs: initialized\n[ 0.243069] evm: security.selinux\n[ 0.243911] evm: security.SMACK64\n[ 0.244740] evm: security.SMACK64EXEC\n[ 0.245670] evm: security.SMACK64TRANSMUTE\n[ 0.246888] evm: security.SMACK64MMAP\n[ 0.248014] evm: security.ima\n[ 0.248963] evm: security.capability\n[ 0.250154] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.253029] pinctrl core: initialized pinctrl subsystem\n[ 0.254450] RTC time: 12:52:43, date: 09/04/18\n[ 0.255645] NET: Registered protocol family 16\n[ 0.256860] cpuidle: using governor ladder\n[ 0.257904] cpuidle: using governor menu\n[ 0.258917] PCCT header not found.\n[ 0.259856] ACPI: bus type PCI registered\n[ 0.260871] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.262454] PCI: Using configuration type 1 for base access\n[ 0.264543] ACPI: Added _OSI(Module Device)\n[ 0.265619] ACPI: Added _OSI(Processor Device)\n[ 0.266718] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.267872] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.270311] ACPI: Interpreter enabled\n[ 0.271271] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.273611] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.275974] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.278328] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.280689] ACPI: (supports S0 S5)\n[ 0.281576] ACPI: Using IOAPIC for interrupt routing\n[ 0.282788] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.286375] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.287863] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.289464] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.290994] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.293696] acpiphp: Slot [3] registered\n[ 0.294677] acpiphp: Slot [4] registered\n[ 0.295657] acpiphp: Slot [5] registered\n[ 0.296714] acpiphp: Slot [6] registered\n[ 0.297692] acpiphp: Slot [7] registered\n[ 0.298664] acpiphp: Slot [8] registered\n[ 0.299639] acpiphp: Slot [9] registered\n[ 0.300622] acpiphp: Slot [10] registered\n[ 0.301612] acpiphp: Slot [11] registered\n[ 0.302605] acpiphp: Slot [12] registered\n[ 0.303597] acpiphp: Slot [13] registered\n[ 0.304616] acpiphp: Slot [14] registered\n[ 0.305639] acpiphp: Slot [15] registered\n[ 0.317114] acpiphp: Slot [16] registered\n[ 0.318112] acpiphp: Slot [17] registered\n[ 0.319093] acpiphp: Slot [18] registered\n[ 0.320084] acpiphp: Slot [19] registered\n[ 0.321067] acpiphp: Slot [20] registered\n[ 0.322062] acpiphp: Slot [21] registered\n[ 0.323051] acpiphp: Slot [22] registered\n[ 0.324036] acpiphp: Slot [23] registered\n[ 0.325117] acpiphp: Slot [24] registered\n[ 0.326111] acpiphp: Slot [25] registered\n[ 0.327090] acpiphp: Slot [26] registered\n[ 0.328064] acpiphp: Slot [27] registered\n[ 0.329049] acpiphp: Slot [28] registered\n[ 0.330033] acpiphp: Slot [29] registered\n[ 0.331022] acpiphp: Slot [30] registered\n[ 0.332003] acpiphp: Slot [31] registered\n[ 0.332980] PCI host bridge to bus 0000:00\n[ 0.333966] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.335473] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.336977] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.338740] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.340514] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.347066] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.348688] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.350140] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.351723] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.358702] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.360439] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.408472] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.410187] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.411866] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.413528] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.416226] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.417715] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.419076] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.420370] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.422240] vgaarb: loaded\n[ 0.422960] vgaarb: bridge control possible 0000:00:02.0\n[ 0.424315] SCSI subsystem initialized\n[ 0.425298] ACPI: bus type USB registered\n[ 0.426288] usbcore: registered new interface driver usbfs\n[ 0.427543] usbcore: registered new interface driver hub\n[ 0.428764] usbcore: registered new device driver usb\n[ 0.430031] PCI: Using ACPI for IRQ routing\n[ 0.431246] NetLabel: Initializing\n[ 0.432106] NetLabel: domain hash size = 128\n[ 0.433134] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.434281] NetLabel: unlabeled traffic allowed by default\n[ 0.435616] clocksource: Switched to clocksource kvm-clock\n[ 0.441471] AppArmor: AppArmor Filesystem Enabled\n[ 0.442628] pnp: PnP ACPI init\n[ 0.443692] pnp: PnP ACPI: found 5 devices\n[ 0.450283] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.452002] NET: Registered protocol family 2\n[ 0.452973] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.454361] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.455517] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.456681] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.457754] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.458898] NET: Registered protocol family 1\n[ 0.459760] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.460845] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.461898] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.475931] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.490322] Trying to unpack rootfs image as initramfs...\n[ 0.540783] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.554504] Scanning for low memory corruption every 60 seconds\n[ 0.555826] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.556959] audit: initializing netlink subsys (disabled)\n[ 0.557950] audit: type=2000 audit(1536065564.730:1): initialized\n[ 0.559220] Initialise system trusted keyring\n[ 0.560133] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.561265] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.563186] zbud: loaded\n[ 0.563882] VFS: Disk quotas dquot_6.6.0\n[ 0.564692] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.573110] fuse init (API version 7.23)\n[ 0.574038] Key type big_key registered\n[ 0.574829] Allocating IMA MOK and blacklist keyrings.\n[ 0.575943] Key type asymmetric registered\n[ 0.576752] Asymmetric key parser 'x509' registered\n[ 0.577688] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.579480] io scheduler noop registered\n[ 0.580259] io scheduler deadline registered (default)\n[ 0.581214] io scheduler cfq registered\n[ 0.582037] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.583057] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.584302] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.585718] ACPI: Power Button [PWRF]\n[ 0.586552] GHES: HEST is not enabled!\n[ 0.600491] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.631680] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.634111] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.657962] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.660069] Linux agpgart interface v0.103\n[ 0.662094] brd: module loaded\n[ 0.663263] loop: module loaded\n[ 0.668493] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.669916] GPT:90111 != 2097151\n[ 0.670576] GPT:Alternate GPT header not at the end of the disk.\n[ 0.671647] GPT:90111 != 2097151\n[ 0.672305] GPT: Use GNU Parted to correct GPT errors.\n[ 0.673245] vda: vda1 vda15\n[ 0.674687] scsi host0: ata_piix\n[ 0.675406] scsi host1: ata_piix\n[ 0.676101] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.677286] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.678693] libphy: Fixed MDIO Bus: probed\n[ 0.679492] tun: Universal TUN/TAP device driver, 1.6\n[ 0.680420] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.682553] PPP generic driver version 2.4.2\n[ 0.683559] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.685021] ehci-pci: EHCI PCI platform driver\n[ 0.685966] ehci-platform: EHCI generic platform driver\n[ 0.687046] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.688378] ohci-pci: OHCI PCI platform driver\n[ 0.689294] ohci-platform: OHCI generic platform driver\n[ 0.690448] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.705050] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.706256] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.707930] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.709048] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.710293] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.711906] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.713803] usb usb1: Product: UHCI Host Controller\n[ 0.714946] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.716580] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.717842] hub 1-0:1.0: USB hub found\n[ 0.718824] hub 1-0:1.0: 2 ports detected\n[ 0.719996] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.722556] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.723808] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.724981] mousedev: PS/2 mouse device common for all mice\n[ 0.726461] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.728587] rtc_cmos 00:00: RTC can wake from S4\n[ 0.729809] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.731175] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.732534] i2c /dev entries driver\n[ 0.733358] device-mapper: uevent: version 1.0.3\n[ 0.734408] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.736265] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.737746] NET: Registered protocol family 10\n[ 0.738886] NET: Registered protocol family 17\n[ 0.739926] Key type dns_resolver registered\n[ 0.741014] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.742362] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.744463] registered taskstats version 1\n[ 0.745395] Loading compiled-in X.509 certificates\n[ 0.746929] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.749105] zswap: loaded using pool lzo/zbud\n[ 0.750628] Key type trusted registered\n[ 0.752807] Key type encrypted registered\n[ 0.753783] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.755029] ima: No TPM chip found, activating TPM-bypass!\n[ 0.756708] evm: HMAC attrs: 0x1\n[ 0.757709] Magic number: 2:928:884\n[ 0.758674] rtc_cmos 00:00: setting system clock to 2018-09-04 12:52:44 UTC (1536065564)\n[ 0.760623] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.761976] EDD information not available.\n[ 0.832167] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.834103] ata1.00: configured for MWDMA2\n[ 0.835820] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.849195] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.851018] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.852824] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.855174] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.857412] Write protecting the kernel read-only data: 14336k\n[ 0.859499] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.861986] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.67\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.921214] 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.75\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found 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.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 1.50s]\nping 10.10.10.6 OK\nping 10.10.10.6 OK\nping 10.10.10.6 OK\nping 10.10.10.6 OK\nping 10.10.10.6 OK\nping 10.10.10.6 OK\nping 10.10.10.6 OK\nping 10.10.10.6 OK\n"} 2018-09-04 12:54:06,435 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/e405c1d0-e398-40d9-b303-d8dab908a5e1/action used request id req-15d09153-6bcb-4bbd-aa50-d6af6e6387de 2018-09-04 12:54:06,438 - __name__ - INFO - Ping from instance sdnvpn-10-1: ping 10.10.10.6 OK 2018-09-04 12:54:06,438 - __name__ - INFO - Ping from instance sdnvpn-10-1: ping 10.10.10.6 OK 2018-09-04 12:54:06,438 - __name__ - INFO - Ping from instance sdnvpn-10-1: ping 10.10.10.6 OK 2018-09-04 12:54:06,439 - __name__ - INFO - Ping from instance sdnvpn-10-1: ping 10.10.10.6 OK 2018-09-04 12:54:06,439 - __name__ - INFO - Ping from instance sdnvpn-10-1: ping 10.10.10.6 OK 2018-09-04 12:54:06,439 - __name__ - INFO - Ping from instance sdnvpn-10-1: ping 10.10.10.6 OK 2018-09-04 12:54:06,439 - __name__ - INFO - Ping from instance sdnvpn-10-1: ping 10.10.10.6 OK 2018-09-04 12:54:06,439 - __name__ - INFO - Ping from instance sdnvpn-10-1: ping 10.10.10.6 OK 2018-09-04 12:54:07,388 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/servers/94bf21f0-f1b6-428f-8bea-ade96857c71b/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6bf60c0e23ecaa1432876d008666c2120fdb63c0" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-04 12:54:07,392 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/servers/8cf6470b-47f9-4188-85fa-28971728869d/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}26d8b946cfe8573c121af4cedf4ccdc82505adc8" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-04 12:54:07,443 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/servers/e405c1d0-e398-40d9-b303-d8dab908a5e1/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3e16754a174e570fc92a6d8b2ab2b0a769563b11" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-04 12:54:08,464 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12:54: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-59f434bb-3670-4a00-9cbf-71bc940269af x-compute-request-id: req-59f434bb-3670-4a00-9cbf-71bc940269af Content-Encoding: gzip Content-Length: 10882 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 493641177 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 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.133916] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.135612] pid_max: default: 32768 minimum: 301\n[ 0.136527] ACPI: Core revision 20150930\n[ 0.137933] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.139280] Security Framework initialized\n[ 0.140119] Yama: becoming mindful.\n[ 0.140867] AppArmor: AppArmor initialized\n[ 0.141752] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.143121] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.144435] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.145678] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.147100] Initializing cgroup subsys io\n[ 0.147938] Initializing cgroup subsys memory\n[ 0.148820] Initializing cgroup subsys devices\n[ 0.149723] Initializing cgroup subsys freezer\n[ 0.150611] Initializing cgroup subsys net_cls\n[ 0.151495] Initializing cgroup subsys perf_event\n[ 0.152432] Initializing cgroup subsys net_prio\n[ 0.153348] Initializing cgroup subsys hugetlb\n[ 0.154241] Initializing cgroup subsys pids\n[ 0.155137] CPU: Physical Processor ID: 0\n[ 0.156658] mce: CPU supports 10 MCE banks\n[ 0.157530] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.158557] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.169233] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.175662] ftrace: allocating 31920 entries in 125 pages\n[ 0.202481] smpboot: Max logical packages: 1\n[ 0.203506] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.205083] x2apic enabled\n[ 0.205939] Switched APIC routing to physical x2apic.\n[ 0.207817] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.209102] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.211242] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.213193] KVM setup paravirtual spinlock\n[ 0.214743] x86: Booted up 1 node, 1 CPUs\n[ 0.215629] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.217139] devtmpfs: initialized\n[ 0.218891] evm: security.selinux\n[ 0.219707] evm: security.SMACK64\n[ 0.220505] evm: security.SMACK64EXEC\n[ 0.221323] evm: security.SMACK64TRANSMUTE\n[ 0.222219] evm: security.SMACK64MMAP\n[ 0.223037] evm: security.ima\n[ 0.223729] evm: security.capability\n[ 0.224615] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.226659] pinctrl core: initialized pinctrl subsystem\n[ 0.227881] RTC time: 12:52:32, date: 09/04/18\n[ 0.228911] NET: Registered protocol family 16\n[ 0.229959] cpuidle: using governor ladder\n[ 0.230849] cpuidle: using governor menu\n[ 0.231703] PCCT header not found.\n[ 0.232544] ACPI: bus type PCI registered\n[ 0.233441] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.234824] PCI: Using configuration type 1 for base access\n[ 0.236684] ACPI: Added _OSI(Module Device)\n[ 0.237601] ACPI: Added _OSI(Processor Device)\n[ 0.238536] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.239505] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.241742] ACPI: Interpreter enabled\n[ 0.242750] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.244807] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.246835] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.248834] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.250882] ACPI: (supports S0 S5)\n[ 0.251768] ACPI: Using IOAPIC for interrupt routing\n[ 0.252785] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.256036] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.257322] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.258664] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.259942] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.262345] acpiphp: Slot [3] registered\n[ 0.263204] acpiphp: Slot [4] registered\n[ 0.264071] acpiphp: Slot [5] registered\n[ 0.264978] acpiphp: Slot [6] registered\n[ 0.265831] acpiphp: Slot [7] registered\n[ 0.266721] acpiphp: Slot [8] registered\n[ 0.267602] acpiphp: Slot [9] registered\n[ 0.268473] acpiphp: Slot [10] registered\n[ 0.269369] acpiphp: Slot [11] registered\n[ 0.270262] acpiphp: Slot [12] registered\n[ 0.271144] acpiphp: Slot [13] registered\n[ 0.272030] acpiphp: Slot [14] registered\n[ 0.272913] acpiphp: Slot [15] registered\n[ 0.283846] acpiphp: Slot [16] registered\n[ 0.284752] acpiphp: Slot [17] registered\n[ 0.285627] acpiphp: Slot [18] registered\n[ 0.286676] acpiphp: Slot [19] registered\n[ 0.287546] acpiphp: Slot [20] registered\n[ 0.288456] acpiphp: Slot [21] registered\n[ 0.289375] acpiphp: Slot [22] registered\n[ 0.290278] acpiphp: Slot [23] registered\n[ 0.291180] acpiphp: Slot [24] registered\n[ 0.292186] acpiphp: Slot [25] registered\n[ 0.293092] acpiphp: Slot [26] registered\n[ 0.293970] acpiphp: Slot [27] registered\n[ 0.294843] acpiphp: Slot [28] registered\n[ 0.295748] acpiphp: Slot [29] registered\n[ 0.296627] acpiphp: Slot [30] registered\n[ 0.297525] acpiphp: Slot [31] registered\n[ 0.298469] PCI host bridge to bus 0000:00\n[ 0.299367] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.300787] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.302183] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.303814] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.305504] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.311857] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.313291] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.314670] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.316109] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.322423] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.324047] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.370271] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.372275] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.374272] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.376274] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.378628] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.380397] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.382031] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.383629] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.385965] vgaarb: loaded\n[ 0.386823] vgaarb: bridge control possible 0000:00:02.0\n[ 0.388446] SCSI subsystem initialized\n[ 0.389649] ACPI: bus type USB registered\n[ 0.390882] usbcore: registered new interface driver usbfs\n[ 0.392441] usbcore: registered new interface driver hub\n[ 0.393994] usbcore: registered new device driver usb\n[ 0.395567] PCI: Using ACPI for IRQ routing\n[ 0.397076] NetLabel: Initializing\n[ 0.398138] NetLabel: domain hash size = 128\n[ 0.399424] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.400862] NetLabel: unlabeled traffic allowed by default\n[ 0.402496] clocksource: Switched to clocksource kvm-clock\n[ 0.408630] AppArmor: AppArmor Filesystem Enabled\n[ 0.410029] pnp: PnP ACPI init\n[ 0.411243] pnp: PnP ACPI: found 5 devices\n[ 0.417971] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.420554] NET: Registered protocol family 2\n[ 0.421956] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.423888] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.425663] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.427455] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.429081] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.430913] NET: Registered protocol family 1\n[ 0.432206] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.433906] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.435557] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.450263] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.465007] Trying to unpack rootfs image as initramfs...\n[ 0.515195] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.529654] Scanning for low memory corruption every 60 seconds\n[ 0.531556] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.533325] audit: initializing netlink subsys (disabled)\n[ 0.534923] audit: type=2000 audit(1536065553.046:1): initialized\n[ 0.536846] Initialise system trusted keyring\n[ 0.538207] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.539985] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.542560] zbud: loaded\n[ 0.543523] VFS: Disk quotas dquot_6.6.0\n[ 0.544714] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.546911] fuse init (API version 7.23)\n[ 0.548188] Key type big_key registered\n[ 0.549358] Allocating IMA MOK and blacklist keyrings.\n[ 0.550995] Key type asymmetric registered\n[ 0.552202] Asymmetric key parser 'x509' registered\n[ 0.553615] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.555185] io scheduler noop registered\n[ 0.556021] io scheduler deadline registered (default)\n[ 0.557046] io scheduler cfq registered\n[ 0.558276] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.559379] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.560767] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.562262] ACPI: Power Button [PWRF]\n[ 0.563142] GHES: HEST is not enabled!\n[ 0.582700] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.611616] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.614050] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.638513] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.640746] Linux agpgart interface v0.103\n[ 0.642894] brd: module loaded\n[ 0.644180] loop: module loaded\n[ 0.648809] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.650302] GPT:90111 != 2097151\n[ 0.651006] GPT:Alternate GPT header not at the end of the disk.\n[ 0.652128] GPT:90111 != 2097151\n[ 0.652817] GPT: Use GNU Parted to correct GPT errors.\n[ 0.653805] vda: vda1 vda15\n[ 0.655228] scsi host0: ata_piix\n[ 0.655984] scsi host1: ata_piix\n[ 0.656705] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.657954] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.659443] libphy: Fixed MDIO Bus: probed\n[ 0.660284] tun: Universal TUN/TAP device driver, 1.6\n[ 0.661260] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.663397] PPP generic driver version 2.4.2\n[ 0.664309] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.665581] ehci-pci: EHCI PCI platform driver\n[ 0.666481] ehci-platform: EHCI generic platform driver\n[ 0.667509] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.668682] ohci-pci: OHCI PCI platform driver\n[ 0.669573] ohci-platform: OHCI generic platform driver\n[ 0.670599] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.684963] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.685985] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.687482] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.688537] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.689685] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.690946] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.692401] usb usb1: Product: UHCI Host Controller\n[ 0.693363] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.694542] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.695579] hub 1-0:1.0: USB hub found\n[ 0.696379] hub 1-0:1.0: 2 ports detected\n[ 0.697306] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.699476] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.700458] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.701509] mousedev: PS/2 mouse device common for all mice\n[ 0.702814] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.704699] rtc_cmos 00:00: RTC can wake from S4\n[ 0.705821] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.707058] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.708282] i2c /dev entries driver\n[ 0.709079] device-mapper: uevent: version 1.0.3\n[ 0.710034] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.711705] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.713029] NET: Registered protocol family 10\n[ 0.714054] NET: Registered protocol family 17\n[ 0.714975] Key type dns_resolver registered\n[ 0.715935] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.717058] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.718862] registered taskstats version 1\n[ 0.719718] Loading compiled-in X.509 certificates\n[ 0.721183] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.723109] zswap: loaded using pool lzo/zbud\n[ 0.724519] Key type trusted registered\n[ 0.726081] Key type encrypted registered\n[ 0.726941] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.727997] ima: No TPM chip found, activating TPM-bypass!\n[ 0.729056] evm: HMAC attrs: 0x1\n[ 0.730010] Magic number: 2:928:884\n[ 0.730889] rtc_cmos 00:00: setting system clock to 2018-09-04 12:52:33 UTC (1536065553)\n[ 0.732529] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.733686] EDD information not available.\n[ 0.819485] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.821072] Write protecting the kernel read-only data: 14336k\n[ 0.833011] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.834880] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.66\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 2.64\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 2.863258] 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 2.75. iid=i-00000123\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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCRwjHQcym09Tp/ARB4dweGWyWirMhn+SYYILqbXUL25KMOMbva77/YlgjfENfG/TFeydM+4kZjV0CCyJIDEFb8IJwX9V0eAGbHy+mBxPGu606jjwCTo1XpoM8TiqgqehyQHmBOsFrI62Xt5C84zcxoOV4eQD8xb7sOxPBWp3FFq+jlpK3j/ezacq+KsZCrYO36UBNY8xEFK/L6fJeC+S8yergLlCDLuC0NMGjxw7IWa/yLNiOVzgyzmxtvylLBh6O9KOh9qiGCtnMDvvj8P9LwVo3Sn+2WS9GhddcPOtUluVPMTAvAtElD/5q6VDumQISbEN4d/0SZZG0aWYo+LA4D root@sdnvpn-10-2\nssh-dss AAAAB3NzaC1kc3MAAACBALtXbcKHQUELj8C5WmyWQiA9MwTTFhL2DbRo4MkEn4SyMMvpOHlUXeQS8h62M2ksws897bf6ZrHWm1Ih5lEOTmV10wC/E+RY4DVQi2pD210oMrxkgB0BFuVP87MG1fwWs5k1DFhSOq+WU69xS7oSWpyxcbbm7HuBPk+8qQ6UQt5LAAAAFQC1Hui1/QkNvM/FhmrpfxniKVPadwAAAIEAuCLMJYFXIaFmVsWCQV0X9rHvYiEGeq6WZq8KrWVS/0J26z6aKft+AKO806ifePHRE/+1GtdTKUG0a0RdrQ+r9NuSYPf/6Zvzus3JevdJqYrT1gmwT4Gw9OsHt5JKGdg1m6Qp8U2fykksP1LhVAUIVRf9I/hLnpYpz+PF91cZFwgAAACALBBU/Qs9SnRalTd4yOVJKnMiLs5Nsf4VIGyjuc/6hNMxsdicfyY/VvEHEsFSdcUZVAdHTCqo1/3Tgd5dwtu/L96oQRRtBsqDYhwZSFGq1Qe158J3O9VdmtLnIse48N4jdNyCi4Ygk3zI0bDAq9RxsWFgZ1XTn/WehMZSrRMo2+I= 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.6,24,fe80::f816:3eff:fe08:1b4/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-00000123\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-10-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=5.41 ===\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\n/dev/root resized successfully [took 3.21s]\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:08:01:B4 \n inet addr:10.10.10.6 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe08:1b4/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:7986 (7.7 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-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.170520] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.170521] usb 1-1: Product: QEMU USB Tablet\n[ 1.170522] usb 1-1: Manufacturer: QEMU\n[ 1.170522] usb 1-1: SerialNumber: 42\n[ 1.526770] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3255787006b, max_idle_ns: 440795244845 ns\n[ 2.814989] EXT4-fs (vda1): re-mounted. Opts: data=ordered\n[ 2.845206] EXT4-fs (vda1): re-mounted. Opts: data=ordered\n[ 2.863258] random: dd urandom read with 5 bits of entropy available\n[ 5.529649] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\n[ 6.319552] EXT4-fs (vda1): resized filesystem to 1039340\n### tail -n 25 /var/log/messages\nSep 4 13:52:35 cirros syslog.info syslogd started: BusyBox v1.23.2\nSep 4 13:52:35 cirros kern.notice kernel: klogd started: BusyBox v1.23.2 (2017-11-20 02:37:12 UTC)\nSep 4 13:52:35 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpuset\nSep 4 13:52:35 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpu\nSep 4 13:52:35 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpuacct\nSep 4 13:52:35 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)\nSep 4 13:52:35 cirros kern.info kernel: [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\nSep 4 13:52:35 cirros kern.info kernel: [ 0.000000] KERNEL supported cpus:\nSep 4 13:52:35 cirros kern.info kernel: [ 0.000000] Intel GenuineIntel\nSep 4 13:52:35 cirros kern.info kernel: [ 0.000000] AMD AuthenticAMD\nSep 4 13:52:35 cirros kern.info kernel: [ 0.000000] Centaur CentaurHauls\nSep 4 13:52:35 cirros kern.info kernel: [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\nSep 4 13:52:35 cirros kern.notice kernel: [ 2.863258] random: dd urandom read with 5 bits of entropy available\nSep 4 13:52:37 cirros auth.notice su: + /dev/console root:cirros\nSep 4 13:52:38 cirros authpriv.info dropbear[340]: Running in background\nSep 4 13:52:38 cirros kern.info kernel: [ 5.529649] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\nSep 4 13:52:39 cirros kern.info kernel: [ 6.319552] 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-09-04 12:54:08,465 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/8cf6470b-47f9-4188-85fa-28971728869d/action used request id req-59f434bb-3670-4a00-9cbf-71bc940269af 2018-09-04 12:54:08,512 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12:54: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-65fe31f8-c209-49e0-b2a2-8fe8aacc65bd x-compute-request-id: req-65fe31f8-c209-49e0-b2a2-8fe8aacc65bd 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 515608422 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 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.150923] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.152917] pid_max: default: 32768 minimum: 301\n[ 0.154024] ACPI: Core revision 20150930\n[ 0.155586] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.157174] Security Framework initialized\n[ 0.158193] Yama: becoming mindful.\n[ 0.159068] AppArmor: AppArmor initialized\n[ 0.160087] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.161690] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.163263] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.164742] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.166444] Initializing cgroup subsys io\n[ 0.167422] Initializing cgroup subsys memory\n[ 0.168456] Initializing cgroup subsys devices\n[ 0.169505] Initializing cgroup subsys freezer\n[ 0.170564] Initializing cgroup subsys net_cls\n[ 0.171615] Initializing cgroup subsys perf_event\n[ 0.172718] Initializing cgroup subsys net_prio\n[ 0.173796] Initializing cgroup subsys hugetlb\n[ 0.174849] Initializing cgroup subsys pids\n[ 0.175921] CPU: Physical Processor ID: 0\n[ 0.177620] mce: CPU supports 10 MCE banks\n[ 0.178675] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.179920] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.191132] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.198095] ftrace: allocating 31920 entries in 125 pages\n[ 0.225740] smpboot: Max logical packages: 1\n[ 0.226781] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.228384] x2apic enabled\n[ 0.229295] Switched APIC routing to physical x2apic.\n[ 0.231260] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.232613] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.234983] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.237115] KVM setup paravirtual spinlock\n[ 0.238600] x86: Booted up 1 node, 1 CPUs\n[ 0.239559] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.241205] devtmpfs: initialized\n[ 0.243069] evm: security.selinux\n[ 0.243911] evm: security.SMACK64\n[ 0.244740] evm: security.SMACK64EXEC\n[ 0.245670] evm: security.SMACK64TRANSMUTE\n[ 0.246888] evm: security.SMACK64MMAP\n[ 0.248014] evm: security.ima\n[ 0.248963] evm: security.capability\n[ 0.250154] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.253029] pinctrl core: initialized pinctrl subsystem\n[ 0.254450] RTC time: 12:52:43, date: 09/04/18\n[ 0.255645] NET: Registered protocol family 16\n[ 0.256860] cpuidle: using governor ladder\n[ 0.257904] cpuidle: using governor menu\n[ 0.258917] PCCT header not found.\n[ 0.259856] ACPI: bus type PCI registered\n[ 0.260871] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.262454] PCI: Using configuration type 1 for base access\n[ 0.264543] ACPI: Added _OSI(Module Device)\n[ 0.265619] ACPI: Added _OSI(Processor Device)\n[ 0.266718] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.267872] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.270311] ACPI: Interpreter enabled\n[ 0.271271] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.273611] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.275974] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.278328] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.280689] ACPI: (supports S0 S5)\n[ 0.281576] ACPI: Using IOAPIC for interrupt routing\n[ 0.282788] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.286375] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.287863] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.289464] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.290994] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.293696] acpiphp: Slot [3] registered\n[ 0.294677] acpiphp: Slot [4] registered\n[ 0.295657] acpiphp: Slot [5] registered\n[ 0.296714] acpiphp: Slot [6] registered\n[ 0.297692] acpiphp: Slot [7] registered\n[ 0.298664] acpiphp: Slot [8] registered\n[ 0.299639] acpiphp: Slot [9] registered\n[ 0.300622] acpiphp: Slot [10] registered\n[ 0.301612] acpiphp: Slot [11] registered\n[ 0.302605] acpiphp: Slot [12] registered\n[ 0.303597] acpiphp: Slot [13] registered\n[ 0.304616] acpiphp: Slot [14] registered\n[ 0.305639] acpiphp: Slot [15] registered\n[ 0.317114] acpiphp: Slot [16] registered\n[ 0.318112] acpiphp: Slot [17] registered\n[ 0.319093] acpiphp: Slot [18] registered\n[ 0.320084] acpiphp: Slot [19] registered\n[ 0.321067] acpiphp: Slot [20] registered\n[ 0.322062] acpiphp: Slot [21] registered\n[ 0.323051] acpiphp: Slot [22] registered\n[ 0.324036] acpiphp: Slot [23] registered\n[ 0.325117] acpiphp: Slot [24] registered\n[ 0.326111] acpiphp: Slot [25] registered\n[ 0.327090] acpiphp: Slot [26] registered\n[ 0.328064] acpiphp: Slot [27] registered\n[ 0.329049] acpiphp: Slot [28] registered\n[ 0.330033] acpiphp: Slot [29] registered\n[ 0.331022] acpiphp: Slot [30] registered\n[ 0.332003] acpiphp: Slot [31] registered\n[ 0.332980] PCI host bridge to bus 0000:00\n[ 0.333966] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.335473] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.336977] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.338740] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.340514] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.347066] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.348688] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.350140] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.351723] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.358702] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.360439] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.408472] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.410187] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.411866] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.413528] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.416226] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.417715] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.419076] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.420370] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.422240] vgaarb: loaded\n[ 0.422960] vgaarb: bridge control possible 0000:00:02.0\n[ 0.424315] SCSI subsystem initialized\n[ 0.425298] ACPI: bus type USB registered\n[ 0.426288] usbcore: registered new interface driver usbfs\n[ 0.427543] usbcore: registered new interface driver hub\n[ 0.428764] usbcore: registered new device driver usb\n[ 0.430031] PCI: Using ACPI for IRQ routing\n[ 0.431246] NetLabel: Initializing\n[ 0.432106] NetLabel: domain hash size = 128\n[ 0.433134] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.434281] NetLabel: unlabeled traffic allowed by default\n[ 0.435616] clocksource: Switched to clocksource kvm-clock\n[ 0.441471] AppArmor: AppArmor Filesystem Enabled\n[ 0.442628] pnp: PnP ACPI init\n[ 0.443692] pnp: PnP ACPI: found 5 devices\n[ 0.450283] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.452002] NET: Registered protocol family 2\n[ 0.452973] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.454361] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.455517] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.456681] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.457754] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.458898] NET: Registered protocol family 1\n[ 0.459760] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.460845] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.461898] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.475931] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.490322] Trying to unpack rootfs image as initramfs...\n[ 0.540783] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.554504] Scanning for low memory corruption every 60 seconds\n[ 0.555826] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.556959] audit: initializing netlink subsys (disabled)\n[ 0.557950] audit: type=2000 audit(1536065564.730:1): initialized\n[ 0.559220] Initialise system trusted keyring\n[ 0.560133] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.561265] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.563186] zbud: loaded\n[ 0.563882] VFS: Disk quotas dquot_6.6.0\n[ 0.564692] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.573110] fuse init (API version 7.23)\n[ 0.574038] Key type big_key registered\n[ 0.574829] Allocating IMA MOK and blacklist keyrings.\n[ 0.575943] Key type asymmetric registered\n[ 0.576752] Asymmetric key parser 'x509' registered\n[ 0.577688] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.579480] io scheduler noop registered\n[ 0.580259] io scheduler deadline registered (default)\n[ 0.581214] io scheduler cfq registered\n[ 0.582037] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.583057] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.584302] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.585718] ACPI: Power Button [PWRF]\n[ 0.586552] GHES: HEST is not enabled!\n[ 0.600491] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.631680] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.634111] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.657962] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.660069] Linux agpgart interface v0.103\n[ 0.662094] brd: module loaded\n[ 0.663263] loop: module loaded\n[ 0.668493] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.669916] GPT:90111 != 2097151\n[ 0.670576] GPT:Alternate GPT header not at the end of the disk.\n[ 0.671647] GPT:90111 != 2097151\n[ 0.672305] GPT: Use GNU Parted to correct GPT errors.\n[ 0.673245] vda: vda1 vda15\n[ 0.674687] scsi host0: ata_piix\n[ 0.675406] scsi host1: ata_piix\n[ 0.676101] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.677286] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.678693] libphy: Fixed MDIO Bus: probed\n[ 0.679492] tun: Universal TUN/TAP device driver, 1.6\n[ 0.680420] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.682553] PPP generic driver version 2.4.2\n[ 0.683559] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.685021] ehci-pci: EHCI PCI platform driver\n[ 0.685966] ehci-platform: EHCI generic platform driver\n[ 0.687046] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.688378] ohci-pci: OHCI PCI platform driver\n[ 0.689294] ohci-platform: OHCI generic platform driver\n[ 0.690448] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.705050] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.706256] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.707930] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.709048] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.710293] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.711906] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.713803] usb usb1: Product: UHCI Host Controller\n[ 0.714946] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.716580] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.717842] hub 1-0:1.0: USB hub found\n[ 0.718824] hub 1-0:1.0: 2 ports detected\n[ 0.719996] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.722556] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.723808] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.724981] mousedev: PS/2 mouse device common for all mice\n[ 0.726461] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.728587] rtc_cmos 00:00: RTC can wake from S4\n[ 0.729809] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.731175] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.732534] i2c /dev entries driver\n[ 0.733358] device-mapper: uevent: version 1.0.3\n[ 0.734408] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.736265] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.737746] NET: Registered protocol family 10\n[ 0.738886] NET: Registered protocol family 17\n[ 0.739926] Key type dns_resolver registered\n[ 0.741014] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.742362] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.744463] registered taskstats version 1\n[ 0.745395] Loading compiled-in X.509 certificates\n[ 0.746929] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.749105] zswap: loaded using pool lzo/zbud\n[ 0.750628] Key type trusted registered\n[ 0.752807] Key type encrypted registered\n[ 0.753783] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.755029] ima: No TPM chip found, activating TPM-bypass!\n[ 0.756708] evm: HMAC attrs: 0x1\n[ 0.757709] Magic number: 2:928:884\n[ 0.758674] rtc_cmos 00:00: setting system clock to 2018-09-04 12:52:44 UTC (1536065564)\n[ 0.760623] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.761976] EDD information not available.\n[ 0.832167] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.834103] ata1.00: configured for MWDMA2\n[ 0.835820] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.849195] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.851018] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.852824] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.855174] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.857412] Write protecting the kernel read-only data: 14336k\n[ 0.859499] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.861986] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.67\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.921214] 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.75\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found 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.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 1.50s]\nping 10.10.10.6 OK\nping 10.10.10.6 OK\nping 10.10.10.6 OK\nping 10.10.10.6 OK\nping 10.10.10.6 OK\nping 10.10.10.6 OK\nping 10.10.10.6 OK\nping 10.10.10.6 OK\n"} 2018-09-04 12:54:08,513 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/e405c1d0-e398-40d9-b303-d8dab908a5e1/action used request id req-65fe31f8-c209-49e0-b2a2-8fe8aacc65bd 2018-09-04 12:54:08,632 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12:54: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-65df76a8-a4c8-400d-b86c-0670b4683452 x-compute-request-id: req-65df76a8-a4c8-400d-b86c-0670b4683452 Content-Encoding: gzip Content-Length: 8079 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 535760135 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 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.131352] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.133000] pid_max: default: 32768 minimum: 301\n[ 0.133896] ACPI: Core revision 20150930\n[ 0.135297] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136597] Security Framework initialized\n[ 0.137409] Yama: becoming mindful.\n[ 0.138137] AppArmor: AppArmor initialized\n[ 0.139005] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.140326] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.141592] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142797] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144193] Initializing cgroup subsys io\n[ 0.145004] Initializing cgroup subsys memory\n[ 0.145856] Initializing cgroup subsys devices\n[ 0.146732] Initializing cgroup subsys freezer\n[ 0.147595] Initializing cgroup subsys net_cls\n[ 0.148458] Initializing cgroup subsys perf_event\n[ 0.149364] Initializing cgroup subsys net_prio\n[ 0.150239] Initializing cgroup subsys hugetlb\n[ 0.151105] Initializing cgroup subsys pids\n[ 0.151977] CPU: Physical Processor ID: 0\n[ 0.153486] mce: CPU supports 10 MCE banks\n[ 0.154329] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.155327] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.166337] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.173001] ftrace: allocating 31920 entries in 125 pages\n[ 0.200656] smpboot: Max logical packages: 1\n[ 0.201517] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.202872] x2apic enabled\n[ 0.203684] Switched APIC routing to physical x2apic.\n[ 0.205435] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.206550] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.208541] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.210326] KVM setup paravirtual spinlock\n[ 0.211661] x86: Booted up 1 node, 1 CPUs\n[ 0.212467] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.213858] devtmpfs: initialized\n[ 0.215591] evm: security.selinux\n[ 0.216289] evm: security.SMACK64\n[ 0.216977] evm: security.SMACK64EXEC\n[ 0.217722] evm: security.SMACK64TRANSMUTE\n[ 0.218527] evm: security.SMACK64MMAP\n[ 0.219274] evm: security.ima\n[ 0.219912] evm: security.capability\n[ 0.220731] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.222586] pinctrl core: initialized pinctrl subsystem\n[ 0.223690] RTC time: 12:52:56, date: 09/04/18\n[ 0.224645] NET: Registered protocol family 16\n[ 0.225619] cpuidle: using governor ladder\n[ 0.226437] cpuidle: using governor menu\n[ 0.227217] PCCT header not found.\n[ 0.227973] ACPI: bus type PCI registered\n[ 0.228783] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.230023] PCI: Using configuration type 1 for base access\n[ 0.231798] ACPI: Added _OSI(Module Device)\n[ 0.232643] ACPI: Added _OSI(Processor Device)\n[ 0.233504] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.234401] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.236544] ACPI: Interpreter enabled\n[ 0.237315] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.239155] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.240990] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.242839] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.244675] ACPI: (supports S0 S5)\n[ 0.245382] ACPI: Using IOAPIC for interrupt routing\n[ 0.246416] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.249525] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.250670] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.251893] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.253078] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.255309] acpiphp: Slot [3] registered\n[ 0.256106] acpiphp: Slot [4] registered\n[ 0.256905] acpiphp: Slot [5] registered\n[ 0.257816] acpiphp: Slot [6] registered\n[ 0.258671] acpiphp: Slot [7] registered\n[ 0.259512] acpiphp: Slot [8] registered\n[ 0.260358] acpiphp: Slot [9] registered\n[ 0.261193] acpiphp: Slot [10] registered\n[ 0.262050] acpiphp: Slot [11] registered\n[ 0.262911] acpiphp: Slot [12] registered\n[ 0.263773] acpiphp: Slot [13] registered\n[ 0.264628] acpiphp: Slot [14] registered\n[ 0.265476] acpiphp: Slot [15] registered\n[ 0.276361] acpiphp: Slot [16] registered\n[ 0.277205] acpiphp: Slot [17] registered\n[ 0.278067] acpiphp: Slot [18] registered\n[ 0.278909] acpiphp: Slot [19] registered\n[ 0.279764] acpiphp: Slot [20] registered\n[ 0.280623] acpiphp: Slot [21] registered\n[ 0.281469] acpiphp: Slot [22] registered\n[ 0.282322] acpiphp: Slot [23] registered\n[ 0.283172] acpiphp: Slot [24] registered\n[ 0.284024] acpiphp: Slot [25] registered\n[ 0.284882] acpiphp: Slot [26] registered\n[ 0.285727] acpiphp: Slot [27] registered\n[ 0.286586] acpiphp: Slot [28] registered\n[ 0.287436] acpiphp: Slot [29] registered\n[ 0.288294] acpiphp: Slot [30] registered\n[ 0.289149] acpiphp: Slot [31] registered\n[ 0.289996] PCI host bridge to bus 0000:00\n[ 0.290848] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.292209] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.293428] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.294875] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.296325] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.302688] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.303965] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.305137] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.306406] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.313629] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.315078] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.365283] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.366783] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.368213] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.369672] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.371126] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.372393] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.373582] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.374652] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.376217] vgaarb: loaded\n[ 0.376828] vgaarb: bridge control possible 0000:00:02.0\n[ 0.377999] SCSI subsystem initialized\n[ 0.378840] ACPI: bus type USB registered\n[ 0.379668] usbcore: registered new interface driver usbfs\n[ 0.380709] usbcore: registered new interface driver hub\n[ 0.381722] usbcore: registered new device driver usb\n[ 0.382794] PCI: Using ACPI for IRQ routing\n[ 0.383845] NetLabel: Initializing\n[ 0.384599] NetLabel: domain hash size = 128\n[ 0.385509] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.386531] NetLabel: unlabeled traffic allowed by default\n[ 0.387728] clocksource: Switched to clocksource kvm-clock\n[ 0.393561] AppArmor: AppArmor Filesystem Enabled\n[ 0.394601] pnp: PnP ACPI init\n[ 0.395554] pnp: PnP ACPI: found 5 devices\n[ 0.402000] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.403825] NET: Registered protocol family 2\n[ 0.404812] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.406097] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.407278] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.408527] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.409572] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.410694] NET: Registered protocol family 1\n[ 0.411532] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.412590] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.413667] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.427866] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.442280] Trying to unpack rootfs image as initramfs...\n[ 0.492629] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.506467] Scanning for low memory corruption every 60 seconds\n[ 0.507889] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.509098] audit: initializing netlink subsys (disabled)\n[ 0.510293] audit: type=2000 audit(1536065577.660:1): initialized\n[ 0.511668] Initialise system trusted keyring\n[ 0.512649] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.513862] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.515914] zbud: loaded\n[ 0.516664] VFS: Disk quotas dquot_6.6.0\n[ 0.517546] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.519156] fuse init (API version 7.23)\n[ 0.520108] Key type big_key registered\n[ 0.520968] Allocating IMA MOK and blacklist keyrings.\n[ 0.522173] Key type asymmetric registered\n[ 0.523059] Asymmetric key parser 'x509' registered\n[ 0.524106] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.526045] io scheduler noop registered\n[ 0.526902] io scheduler deadline registered (default)\n[ 0.527975] io scheduler cfq registered\n[ 0.528881] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.530017] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.531389] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.533006] ACPI: Power Button [PWRF]\n[ 0.533909] GHES: HEST is not enabled!\n[ 0.547740] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.582776] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.586226] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.610548] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.612846] Linux agpgart interface v0.103\n[ 0.615028] brd: module loaded\n[ 0.616363] loop: module loaded\n[ 0.620894] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.622426] GPT:90111 != 2097151\n[ 0.623123] GPT:Alternate GPT header not at the end of the disk.\n[ 0.624418] GPT:90111 != 2097151\n[ 0.625134] GPT: Use GNU Parted to correct GPT errors.\n[ 0.626144] vda: vda1 vda15\n[ 0.627690] scsi host0: ata_piix\n[ 0.628480] scsi host1: ata_piix\n[ 0.629226] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.630522] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.632053] libphy: Fixed MDIO Bus: probed\n[ 0.632934] tun: Universal TUN/TAP device driver, 1.6\n[ 0.633959] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.636365] PPP generic driver version 2.4.2\n[ 0.637501] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.638947] ehci-pci: EHCI PCI platform driver\n[ 0.640002] ehci-platform: EHCI generic platform driver\n[ 0.641199] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.642564] ohci-pci: OHCI PCI platform driver\n[ 0.643601] ohci-platform: OHCI generic platform driver\n[ 0.644797] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.659615] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.660835] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.662584] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.663787] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.665123] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.666620] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.668320] usb usb1: Product: UHCI Host Controller\n[ 0.669539] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.670923] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.672066] hub 1-0:1.0: USB hub found\n[ 0.672986] hub 1-0:1.0: 2 ports detected\n[ 0.674054] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.676497] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.677636] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.678838] mousedev: PS/2 mouse device common for all mice\n[ 0.680123] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.681981] rtc_cmos 00:00: RTC can wake from S4\n[ 0.683079] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.684350] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.685805] i2c /dev entries driver\n[ 0.686705] device-mapper: uevent: version 1.0.3\n[ 0.687832] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.689792] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.691326] NET: Registered protocol family 10\n[ 0.692508] NET: Registered protocol family 17\n[ 0.693583] Key type dns_resolver registered\n[ 0.694681] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.696013] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.698125] registered taskstats version 1\n[ 0.699132] Loading compiled-in X.509 certificates\n[ 0.700772] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.703008] zswap: loaded using pool lzo/zbud\n[ 0.704578] Key type trusted registered\n[ 0.706734] Key type encrypted registered\n[ 0.707746] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.708994] ima: No TPM chip found, activating TPM-bypass!\n[ 0.710699] evm: HMAC attrs: 0x1\n[ 0.711799] Magic number: 2:928:884\n[ 0.712813] rtc_cmos 00:00: setting system clock to 2018-09-04 12:52:57 UTC (1536065577)\n[ 0.714727] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.716088] EDD information not available.\n[ 0.788380] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.790044] ata1.00: configured for MWDMA2\n[ 0.791419] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.804456] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.805961] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.807424] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.809510] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.811342] Write protecting the kernel read-only data: 14336k\n[ 0.813150] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.815278] 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.873182] 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.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... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.10.7...\nLease of 10.10.10.7 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.92s]\n"} 2018-09-04 12:54:08,633 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/94bf21f0-f1b6-428f-8bea-ade96857c71b/action used request id req-65df76a8-a4c8-400d-b86c-0670b4683452 2018-09-04 12:54:09,470 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/servers/8cf6470b-47f9-4188-85fa-28971728869d/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}26d8b946cfe8573c121af4cedf4ccdc82505adc8" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-04 12:54:09,518 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/servers/e405c1d0-e398-40d9-b303-d8dab908a5e1/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3e16754a174e570fc92a6d8b2ab2b0a769563b11" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-04 12:54:09,638 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/servers/94bf21f0-f1b6-428f-8bea-ade96857c71b/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6bf60c0e23ecaa1432876d008666c2120fdb63c0" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-04 12:54:10,539 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12: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-4526ad2b-0408-481c-ac76-c7956db21b54 x-compute-request-id: req-4526ad2b-0408-481c-ac76-c7956db21b54 Content-Encoding: gzip Content-Length: 10882 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 493641177 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 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.133916] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.135612] pid_max: default: 32768 minimum: 301\n[ 0.136527] ACPI: Core revision 20150930\n[ 0.137933] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.139280] Security Framework initialized\n[ 0.140119] Yama: becoming mindful.\n[ 0.140867] AppArmor: AppArmor initialized\n[ 0.141752] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.143121] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.144435] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.145678] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.147100] Initializing cgroup subsys io\n[ 0.147938] Initializing cgroup subsys memory\n[ 0.148820] Initializing cgroup subsys devices\n[ 0.149723] Initializing cgroup subsys freezer\n[ 0.150611] Initializing cgroup subsys net_cls\n[ 0.151495] Initializing cgroup subsys perf_event\n[ 0.152432] Initializing cgroup subsys net_prio\n[ 0.153348] Initializing cgroup subsys hugetlb\n[ 0.154241] Initializing cgroup subsys pids\n[ 0.155137] CPU: Physical Processor ID: 0\n[ 0.156658] mce: CPU supports 10 MCE banks\n[ 0.157530] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.158557] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.169233] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.175662] ftrace: allocating 31920 entries in 125 pages\n[ 0.202481] smpboot: Max logical packages: 1\n[ 0.203506] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.205083] x2apic enabled\n[ 0.205939] Switched APIC routing to physical x2apic.\n[ 0.207817] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.209102] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.211242] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.213193] KVM setup paravirtual spinlock\n[ 0.214743] x86: Booted up 1 node, 1 CPUs\n[ 0.215629] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.217139] devtmpfs: initialized\n[ 0.218891] evm: security.selinux\n[ 0.219707] evm: security.SMACK64\n[ 0.220505] evm: security.SMACK64EXEC\n[ 0.221323] evm: security.SMACK64TRANSMUTE\n[ 0.222219] evm: security.SMACK64MMAP\n[ 0.223037] evm: security.ima\n[ 0.223729] evm: security.capability\n[ 0.224615] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.226659] pinctrl core: initialized pinctrl subsystem\n[ 0.227881] RTC time: 12:52:32, date: 09/04/18\n[ 0.228911] NET: Registered protocol family 16\n[ 0.229959] cpuidle: using governor ladder\n[ 0.230849] cpuidle: using governor menu\n[ 0.231703] PCCT header not found.\n[ 0.232544] ACPI: bus type PCI registered\n[ 0.233441] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.234824] PCI: Using configuration type 1 for base access\n[ 0.236684] ACPI: Added _OSI(Module Device)\n[ 0.237601] ACPI: Added _OSI(Processor Device)\n[ 0.238536] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.239505] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.241742] ACPI: Interpreter enabled\n[ 0.242750] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.244807] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.246835] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.248834] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.250882] ACPI: (supports S0 S5)\n[ 0.251768] ACPI: Using IOAPIC for interrupt routing\n[ 0.252785] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.256036] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.257322] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.258664] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.259942] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.262345] acpiphp: Slot [3] registered\n[ 0.263204] acpiphp: Slot [4] registered\n[ 0.264071] acpiphp: Slot [5] registered\n[ 0.264978] acpiphp: Slot [6] registered\n[ 0.265831] acpiphp: Slot [7] registered\n[ 0.266721] acpiphp: Slot [8] registered\n[ 0.267602] acpiphp: Slot [9] registered\n[ 0.268473] acpiphp: Slot [10] registered\n[ 0.269369] acpiphp: Slot [11] registered\n[ 0.270262] acpiphp: Slot [12] registered\n[ 0.271144] acpiphp: Slot [13] registered\n[ 0.272030] acpiphp: Slot [14] registered\n[ 0.272913] acpiphp: Slot [15] registered\n[ 0.283846] acpiphp: Slot [16] registered\n[ 0.284752] acpiphp: Slot [17] registered\n[ 0.285627] acpiphp: Slot [18] registered\n[ 0.286676] acpiphp: Slot [19] registered\n[ 0.287546] acpiphp: Slot [20] registered\n[ 0.288456] acpiphp: Slot [21] registered\n[ 0.289375] acpiphp: Slot [22] registered\n[ 0.290278] acpiphp: Slot [23] registered\n[ 0.291180] acpiphp: Slot [24] registered\n[ 0.292186] acpiphp: Slot [25] registered\n[ 0.293092] acpiphp: Slot [26] registered\n[ 0.293970] acpiphp: Slot [27] registered\n[ 0.294843] acpiphp: Slot [28] registered\n[ 0.295748] acpiphp: Slot [29] registered\n[ 0.296627] acpiphp: Slot [30] registered\n[ 0.297525] acpiphp: Slot [31] registered\n[ 0.298469] PCI host bridge to bus 0000:00\n[ 0.299367] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.300787] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.302183] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.303814] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.305504] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.311857] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.313291] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.314670] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.316109] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.322423] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.324047] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.370271] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.372275] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.374272] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.376274] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.378628] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.380397] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.382031] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.383629] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.385965] vgaarb: loaded\n[ 0.386823] vgaarb: bridge control possible 0000:00:02.0\n[ 0.388446] SCSI subsystem initialized\n[ 0.389649] ACPI: bus type USB registered\n[ 0.390882] usbcore: registered new interface driver usbfs\n[ 0.392441] usbcore: registered new interface driver hub\n[ 0.393994] usbcore: registered new device driver usb\n[ 0.395567] PCI: Using ACPI for IRQ routing\n[ 0.397076] NetLabel: Initializing\n[ 0.398138] NetLabel: domain hash size = 128\n[ 0.399424] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.400862] NetLabel: unlabeled traffic allowed by default\n[ 0.402496] clocksource: Switched to clocksource kvm-clock\n[ 0.408630] AppArmor: AppArmor Filesystem Enabled\n[ 0.410029] pnp: PnP ACPI init\n[ 0.411243] pnp: PnP ACPI: found 5 devices\n[ 0.417971] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.420554] NET: Registered protocol family 2\n[ 0.421956] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.423888] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.425663] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.427455] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.429081] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.430913] NET: Registered protocol family 1\n[ 0.432206] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.433906] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.435557] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.450263] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.465007] Trying to unpack rootfs image as initramfs...\n[ 0.515195] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.529654] Scanning for low memory corruption every 60 seconds\n[ 0.531556] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.533325] audit: initializing netlink subsys (disabled)\n[ 0.534923] audit: type=2000 audit(1536065553.046:1): initialized\n[ 0.536846] Initialise system trusted keyring\n[ 0.538207] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.539985] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.542560] zbud: loaded\n[ 0.543523] VFS: Disk quotas dquot_6.6.0\n[ 0.544714] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.546911] fuse init (API version 7.23)\n[ 0.548188] Key type big_key registered\n[ 0.549358] Allocating IMA MOK and blacklist keyrings.\n[ 0.550995] Key type asymmetric registered\n[ 0.552202] Asymmetric key parser 'x509' registered\n[ 0.553615] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.555185] io scheduler noop registered\n[ 0.556021] io scheduler deadline registered (default)\n[ 0.557046] io scheduler cfq registered\n[ 0.558276] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.559379] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.560767] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.562262] ACPI: Power Button [PWRF]\n[ 0.563142] GHES: HEST is not enabled!\n[ 0.582700] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.611616] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.614050] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.638513] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.640746] Linux agpgart interface v0.103\n[ 0.642894] brd: module loaded\n[ 0.644180] loop: module loaded\n[ 0.648809] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.650302] GPT:90111 != 2097151\n[ 0.651006] GPT:Alternate GPT header not at the end of the disk.\n[ 0.652128] GPT:90111 != 2097151\n[ 0.652817] GPT: Use GNU Parted to correct GPT errors.\n[ 0.653805] vda: vda1 vda15\n[ 0.655228] scsi host0: ata_piix\n[ 0.655984] scsi host1: ata_piix\n[ 0.656705] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.657954] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.659443] libphy: Fixed MDIO Bus: probed\n[ 0.660284] tun: Universal TUN/TAP device driver, 1.6\n[ 0.661260] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.663397] PPP generic driver version 2.4.2\n[ 0.664309] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.665581] ehci-pci: EHCI PCI platform driver\n[ 0.666481] ehci-platform: EHCI generic platform driver\n[ 0.667509] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.668682] ohci-pci: OHCI PCI platform driver\n[ 0.669573] ohci-platform: OHCI generic platform driver\n[ 0.670599] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.684963] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.685985] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.687482] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.688537] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.689685] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.690946] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.692401] usb usb1: Product: UHCI Host Controller\n[ 0.693363] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.694542] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.695579] hub 1-0:1.0: USB hub found\n[ 0.696379] hub 1-0:1.0: 2 ports detected\n[ 0.697306] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.699476] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.700458] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.701509] mousedev: PS/2 mouse device common for all mice\n[ 0.702814] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.704699] rtc_cmos 00:00: RTC can wake from S4\n[ 0.705821] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.707058] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.708282] i2c /dev entries driver\n[ 0.709079] device-mapper: uevent: version 1.0.3\n[ 0.710034] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.711705] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.713029] NET: Registered protocol family 10\n[ 0.714054] NET: Registered protocol family 17\n[ 0.714975] Key type dns_resolver registered\n[ 0.715935] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.717058] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.718862] registered taskstats version 1\n[ 0.719718] Loading compiled-in X.509 certificates\n[ 0.721183] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.723109] zswap: loaded using pool lzo/zbud\n[ 0.724519] Key type trusted registered\n[ 0.726081] Key type encrypted registered\n[ 0.726941] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.727997] ima: No TPM chip found, activating TPM-bypass!\n[ 0.729056] evm: HMAC attrs: 0x1\n[ 0.730010] Magic number: 2:928:884\n[ 0.730889] rtc_cmos 00:00: setting system clock to 2018-09-04 12:52:33 UTC (1536065553)\n[ 0.732529] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.733686] EDD information not available.\n[ 0.819485] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.821072] Write protecting the kernel read-only data: 14336k\n[ 0.833011] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.834880] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.66\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 2.64\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 2.863258] 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 2.75. iid=i-00000123\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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCRwjHQcym09Tp/ARB4dweGWyWirMhn+SYYILqbXUL25KMOMbva77/YlgjfENfG/TFeydM+4kZjV0CCyJIDEFb8IJwX9V0eAGbHy+mBxPGu606jjwCTo1XpoM8TiqgqehyQHmBOsFrI62Xt5C84zcxoOV4eQD8xb7sOxPBWp3FFq+jlpK3j/ezacq+KsZCrYO36UBNY8xEFK/L6fJeC+S8yergLlCDLuC0NMGjxw7IWa/yLNiOVzgyzmxtvylLBh6O9KOh9qiGCtnMDvvj8P9LwVo3Sn+2WS9GhddcPOtUluVPMTAvAtElD/5q6VDumQISbEN4d/0SZZG0aWYo+LA4D root@sdnvpn-10-2\nssh-dss AAAAB3NzaC1kc3MAAACBALtXbcKHQUELj8C5WmyWQiA9MwTTFhL2DbRo4MkEn4SyMMvpOHlUXeQS8h62M2ksws897bf6ZrHWm1Ih5lEOTmV10wC/E+RY4DVQi2pD210oMrxkgB0BFuVP87MG1fwWs5k1DFhSOq+WU69xS7oSWpyxcbbm7HuBPk+8qQ6UQt5LAAAAFQC1Hui1/QkNvM/FhmrpfxniKVPadwAAAIEAuCLMJYFXIaFmVsWCQV0X9rHvYiEGeq6WZq8KrWVS/0J26z6aKft+AKO806ifePHRE/+1GtdTKUG0a0RdrQ+r9NuSYPf/6Zvzus3JevdJqYrT1gmwT4Gw9OsHt5JKGdg1m6Qp8U2fykksP1LhVAUIVRf9I/hLnpYpz+PF91cZFwgAAACALBBU/Qs9SnRalTd4yOVJKnMiLs5Nsf4VIGyjuc/6hNMxsdicfyY/VvEHEsFSdcUZVAdHTCqo1/3Tgd5dwtu/L96oQRRtBsqDYhwZSFGq1Qe158J3O9VdmtLnIse48N4jdNyCi4Ygk3zI0bDAq9RxsWFgZ1XTn/WehMZSrRMo2+I= 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.6,24,fe80::f816:3eff:fe08:1b4/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-00000123\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-10-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=5.41 ===\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\n/dev/root resized successfully [took 3.21s]\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:08:01:B4 \n inet addr:10.10.10.6 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe08:1b4/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:7986 (7.7 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-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.170520] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.170521] usb 1-1: Product: QEMU USB Tablet\n[ 1.170522] usb 1-1: Manufacturer: QEMU\n[ 1.170522] usb 1-1: SerialNumber: 42\n[ 1.526770] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3255787006b, max_idle_ns: 440795244845 ns\n[ 2.814989] EXT4-fs (vda1): re-mounted. Opts: data=ordered\n[ 2.845206] EXT4-fs (vda1): re-mounted. Opts: data=ordered\n[ 2.863258] random: dd urandom read with 5 bits of entropy available\n[ 5.529649] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\n[ 6.319552] EXT4-fs (vda1): resized filesystem to 1039340\n### tail -n 25 /var/log/messages\nSep 4 13:52:35 cirros syslog.info syslogd started: BusyBox v1.23.2\nSep 4 13:52:35 cirros kern.notice kernel: klogd started: BusyBox v1.23.2 (2017-11-20 02:37:12 UTC)\nSep 4 13:52:35 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpuset\nSep 4 13:52:35 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpu\nSep 4 13:52:35 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpuacct\nSep 4 13:52:35 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)\nSep 4 13:52:35 cirros kern.info kernel: [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\nSep 4 13:52:35 cirros kern.info kernel: [ 0.000000] KERNEL supported cpus:\nSep 4 13:52:35 cirros kern.info kernel: [ 0.000000] Intel GenuineIntel\nSep 4 13:52:35 cirros kern.info kernel: [ 0.000000] AMD AuthenticAMD\nSep 4 13:52:35 cirros kern.info kernel: [ 0.000000] Centaur CentaurHauls\nSep 4 13:52:35 cirros kern.info kernel: [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\nSep 4 13:52:35 cirros kern.notice kernel: [ 2.863258] random: dd urandom read with 5 bits of entropy available\nSep 4 13:52:37 cirros auth.notice su: + /dev/console root:cirros\nSep 4 13:52:38 cirros authpriv.info dropbear[340]: Running in background\nSep 4 13:52:38 cirros kern.info kernel: [ 5.529649] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\nSep 4 13:52:39 cirros kern.info kernel: [ 6.319552] 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-09-04 12:54:10,540 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/8cf6470b-47f9-4188-85fa-28971728869d/action used request id req-4526ad2b-0408-481c-ac76-c7956db21b54 2018-09-04 12:54:10,585 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12: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-321a2573-719e-4198-8b30-46ad916346d8 x-compute-request-id: req-321a2573-719e-4198-8b30-46ad916346d8 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 515608422 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 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.150923] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.152917] pid_max: default: 32768 minimum: 301\n[ 0.154024] ACPI: Core revision 20150930\n[ 0.155586] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.157174] Security Framework initialized\n[ 0.158193] Yama: becoming mindful.\n[ 0.159068] AppArmor: AppArmor initialized\n[ 0.160087] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.161690] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.163263] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.164742] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.166444] Initializing cgroup subsys io\n[ 0.167422] Initializing cgroup subsys memory\n[ 0.168456] Initializing cgroup subsys devices\n[ 0.169505] Initializing cgroup subsys freezer\n[ 0.170564] Initializing cgroup subsys net_cls\n[ 0.171615] Initializing cgroup subsys perf_event\n[ 0.172718] Initializing cgroup subsys net_prio\n[ 0.173796] Initializing cgroup subsys hugetlb\n[ 0.174849] Initializing cgroup subsys pids\n[ 0.175921] CPU: Physical Processor ID: 0\n[ 0.177620] mce: CPU supports 10 MCE banks\n[ 0.178675] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.179920] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.191132] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.198095] ftrace: allocating 31920 entries in 125 pages\n[ 0.225740] smpboot: Max logical packages: 1\n[ 0.226781] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.228384] x2apic enabled\n[ 0.229295] Switched APIC routing to physical x2apic.\n[ 0.231260] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.232613] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.234983] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.237115] KVM setup paravirtual spinlock\n[ 0.238600] x86: Booted up 1 node, 1 CPUs\n[ 0.239559] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.241205] devtmpfs: initialized\n[ 0.243069] evm: security.selinux\n[ 0.243911] evm: security.SMACK64\n[ 0.244740] evm: security.SMACK64EXEC\n[ 0.245670] evm: security.SMACK64TRANSMUTE\n[ 0.246888] evm: security.SMACK64MMAP\n[ 0.248014] evm: security.ima\n[ 0.248963] evm: security.capability\n[ 0.250154] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.253029] pinctrl core: initialized pinctrl subsystem\n[ 0.254450] RTC time: 12:52:43, date: 09/04/18\n[ 0.255645] NET: Registered protocol family 16\n[ 0.256860] cpuidle: using governor ladder\n[ 0.257904] cpuidle: using governor menu\n[ 0.258917] PCCT header not found.\n[ 0.259856] ACPI: bus type PCI registered\n[ 0.260871] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.262454] PCI: Using configuration type 1 for base access\n[ 0.264543] ACPI: Added _OSI(Module Device)\n[ 0.265619] ACPI: Added _OSI(Processor Device)\n[ 0.266718] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.267872] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.270311] ACPI: Interpreter enabled\n[ 0.271271] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.273611] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.275974] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.278328] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.280689] ACPI: (supports S0 S5)\n[ 0.281576] ACPI: Using IOAPIC for interrupt routing\n[ 0.282788] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.286375] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.287863] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.289464] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.290994] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.293696] acpiphp: Slot [3] registered\n[ 0.294677] acpiphp: Slot [4] registered\n[ 0.295657] acpiphp: Slot [5] registered\n[ 0.296714] acpiphp: Slot [6] registered\n[ 0.297692] acpiphp: Slot [7] registered\n[ 0.298664] acpiphp: Slot [8] registered\n[ 0.299639] acpiphp: Slot [9] registered\n[ 0.300622] acpiphp: Slot [10] registered\n[ 0.301612] acpiphp: Slot [11] registered\n[ 0.302605] acpiphp: Slot [12] registered\n[ 0.303597] acpiphp: Slot [13] registered\n[ 0.304616] acpiphp: Slot [14] registered\n[ 0.305639] acpiphp: Slot [15] registered\n[ 0.317114] acpiphp: Slot [16] registered\n[ 0.318112] acpiphp: Slot [17] registered\n[ 0.319093] acpiphp: Slot [18] registered\n[ 0.320084] acpiphp: Slot [19] registered\n[ 0.321067] acpiphp: Slot [20] registered\n[ 0.322062] acpiphp: Slot [21] registered\n[ 0.323051] acpiphp: Slot [22] registered\n[ 0.324036] acpiphp: Slot [23] registered\n[ 0.325117] acpiphp: Slot [24] registered\n[ 0.326111] acpiphp: Slot [25] registered\n[ 0.327090] acpiphp: Slot [26] registered\n[ 0.328064] acpiphp: Slot [27] registered\n[ 0.329049] acpiphp: Slot [28] registered\n[ 0.330033] acpiphp: Slot [29] registered\n[ 0.331022] acpiphp: Slot [30] registered\n[ 0.332003] acpiphp: Slot [31] registered\n[ 0.332980] PCI host bridge to bus 0000:00\n[ 0.333966] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.335473] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.336977] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.338740] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.340514] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.347066] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.348688] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.350140] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.351723] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.358702] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.360439] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.408472] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.410187] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.411866] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.413528] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.416226] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.417715] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.419076] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.420370] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.422240] vgaarb: loaded\n[ 0.422960] vgaarb: bridge control possible 0000:00:02.0\n[ 0.424315] SCSI subsystem initialized\n[ 0.425298] ACPI: bus type USB registered\n[ 0.426288] usbcore: registered new interface driver usbfs\n[ 0.427543] usbcore: registered new interface driver hub\n[ 0.428764] usbcore: registered new device driver usb\n[ 0.430031] PCI: Using ACPI for IRQ routing\n[ 0.431246] NetLabel: Initializing\n[ 0.432106] NetLabel: domain hash size = 128\n[ 0.433134] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.434281] NetLabel: unlabeled traffic allowed by default\n[ 0.435616] clocksource: Switched to clocksource kvm-clock\n[ 0.441471] AppArmor: AppArmor Filesystem Enabled\n[ 0.442628] pnp: PnP ACPI init\n[ 0.443692] pnp: PnP ACPI: found 5 devices\n[ 0.450283] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.452002] NET: Registered protocol family 2\n[ 0.452973] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.454361] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.455517] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.456681] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.457754] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.458898] NET: Registered protocol family 1\n[ 0.459760] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.460845] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.461898] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.475931] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.490322] Trying to unpack rootfs image as initramfs...\n[ 0.540783] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.554504] Scanning for low memory corruption every 60 seconds\n[ 0.555826] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.556959] audit: initializing netlink subsys (disabled)\n[ 0.557950] audit: type=2000 audit(1536065564.730:1): initialized\n[ 0.559220] Initialise system trusted keyring\n[ 0.560133] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.561265] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.563186] zbud: loaded\n[ 0.563882] VFS: Disk quotas dquot_6.6.0\n[ 0.564692] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.573110] fuse init (API version 7.23)\n[ 0.574038] Key type big_key registered\n[ 0.574829] Allocating IMA MOK and blacklist keyrings.\n[ 0.575943] Key type asymmetric registered\n[ 0.576752] Asymmetric key parser 'x509' registered\n[ 0.577688] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.579480] io scheduler noop registered\n[ 0.580259] io scheduler deadline registered (default)\n[ 0.581214] io scheduler cfq registered\n[ 0.582037] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.583057] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.584302] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.585718] ACPI: Power Button [PWRF]\n[ 0.586552] GHES: HEST is not enabled!\n[ 0.600491] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.631680] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.634111] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.657962] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.660069] Linux agpgart interface v0.103\n[ 0.662094] brd: module loaded\n[ 0.663263] loop: module loaded\n[ 0.668493] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.669916] GPT:90111 != 2097151\n[ 0.670576] GPT:Alternate GPT header not at the end of the disk.\n[ 0.671647] GPT:90111 != 2097151\n[ 0.672305] GPT: Use GNU Parted to correct GPT errors.\n[ 0.673245] vda: vda1 vda15\n[ 0.674687] scsi host0: ata_piix\n[ 0.675406] scsi host1: ata_piix\n[ 0.676101] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.677286] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.678693] libphy: Fixed MDIO Bus: probed\n[ 0.679492] tun: Universal TUN/TAP device driver, 1.6\n[ 0.680420] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.682553] PPP generic driver version 2.4.2\n[ 0.683559] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.685021] ehci-pci: EHCI PCI platform driver\n[ 0.685966] ehci-platform: EHCI generic platform driver\n[ 0.687046] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.688378] ohci-pci: OHCI PCI platform driver\n[ 0.689294] ohci-platform: OHCI generic platform driver\n[ 0.690448] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.705050] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.706256] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.707930] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.709048] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.710293] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.711906] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.713803] usb usb1: Product: UHCI Host Controller\n[ 0.714946] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.716580] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.717842] hub 1-0:1.0: USB hub found\n[ 0.718824] hub 1-0:1.0: 2 ports detected\n[ 0.719996] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.722556] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.723808] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.724981] mousedev: PS/2 mouse device common for all mice\n[ 0.726461] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.728587] rtc_cmos 00:00: RTC can wake from S4\n[ 0.729809] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.731175] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.732534] i2c /dev entries driver\n[ 0.733358] device-mapper: uevent: version 1.0.3\n[ 0.734408] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.736265] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.737746] NET: Registered protocol family 10\n[ 0.738886] NET: Registered protocol family 17\n[ 0.739926] Key type dns_resolver registered\n[ 0.741014] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.742362] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.744463] registered taskstats version 1\n[ 0.745395] Loading compiled-in X.509 certificates\n[ 0.746929] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.749105] zswap: loaded using pool lzo/zbud\n[ 0.750628] Key type trusted registered\n[ 0.752807] Key type encrypted registered\n[ 0.753783] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.755029] ima: No TPM chip found, activating TPM-bypass!\n[ 0.756708] evm: HMAC attrs: 0x1\n[ 0.757709] Magic number: 2:928:884\n[ 0.758674] rtc_cmos 00:00: setting system clock to 2018-09-04 12:52:44 UTC (1536065564)\n[ 0.760623] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.761976] EDD information not available.\n[ 0.832167] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.834103] ata1.00: configured for MWDMA2\n[ 0.835820] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.849195] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.851018] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.852824] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.855174] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.857412] Write protecting the kernel read-only data: 14336k\n[ 0.859499] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.861986] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.67\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.921214] 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.75\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found 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.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 1.50s]\nping 10.10.10.6 OK\nping 10.10.10.6 OK\nping 10.10.10.6 OK\nping 10.10.10.6 OK\nping 10.10.10.6 OK\nping 10.10.10.6 OK\nping 10.10.10.6 OK\nping 10.10.10.6 OK\n"} 2018-09-04 12:54:10,585 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/e405c1d0-e398-40d9-b303-d8dab908a5e1/action used request id req-321a2573-719e-4198-8b30-46ad916346d8 2018-09-04 12:54:10,728 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12: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-6a3dedc5-347b-49d6-8f7e-28d75061720c x-compute-request-id: req-6a3dedc5-347b-49d6-8f7e-28d75061720c Content-Encoding: gzip Content-Length: 8087 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 535760135 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 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.131352] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.133000] pid_max: default: 32768 minimum: 301\n[ 0.133896] ACPI: Core revision 20150930\n[ 0.135297] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136597] Security Framework initialized\n[ 0.137409] Yama: becoming mindful.\n[ 0.138137] AppArmor: AppArmor initialized\n[ 0.139005] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.140326] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.141592] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142797] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144193] Initializing cgroup subsys io\n[ 0.145004] Initializing cgroup subsys memory\n[ 0.145856] Initializing cgroup subsys devices\n[ 0.146732] Initializing cgroup subsys freezer\n[ 0.147595] Initializing cgroup subsys net_cls\n[ 0.148458] Initializing cgroup subsys perf_event\n[ 0.149364] Initializing cgroup subsys net_prio\n[ 0.150239] Initializing cgroup subsys hugetlb\n[ 0.151105] Initializing cgroup subsys pids\n[ 0.151977] CPU: Physical Processor ID: 0\n[ 0.153486] mce: CPU supports 10 MCE banks\n[ 0.154329] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.155327] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.166337] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.173001] ftrace: allocating 31920 entries in 125 pages\n[ 0.200656] smpboot: Max logical packages: 1\n[ 0.201517] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.202872] x2apic enabled\n[ 0.203684] Switched APIC routing to physical x2apic.\n[ 0.205435] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.206550] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.208541] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.210326] KVM setup paravirtual spinlock\n[ 0.211661] x86: Booted up 1 node, 1 CPUs\n[ 0.212467] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.213858] devtmpfs: initialized\n[ 0.215591] evm: security.selinux\n[ 0.216289] evm: security.SMACK64\n[ 0.216977] evm: security.SMACK64EXEC\n[ 0.217722] evm: security.SMACK64TRANSMUTE\n[ 0.218527] evm: security.SMACK64MMAP\n[ 0.219274] evm: security.ima\n[ 0.219912] evm: security.capability\n[ 0.220731] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.222586] pinctrl core: initialized pinctrl subsystem\n[ 0.223690] RTC time: 12:52:56, date: 09/04/18\n[ 0.224645] NET: Registered protocol family 16\n[ 0.225619] cpuidle: using governor ladder\n[ 0.226437] cpuidle: using governor menu\n[ 0.227217] PCCT header not found.\n[ 0.227973] ACPI: bus type PCI registered\n[ 0.228783] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.230023] PCI: Using configuration type 1 for base access\n[ 0.231798] ACPI: Added _OSI(Module Device)\n[ 0.232643] ACPI: Added _OSI(Processor Device)\n[ 0.233504] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.234401] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.236544] ACPI: Interpreter enabled\n[ 0.237315] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.239155] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.240990] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.242839] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.244675] ACPI: (supports S0 S5)\n[ 0.245382] ACPI: Using IOAPIC for interrupt routing\n[ 0.246416] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.249525] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.250670] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.251893] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.253078] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.255309] acpiphp: Slot [3] registered\n[ 0.256106] acpiphp: Slot [4] registered\n[ 0.256905] acpiphp: Slot [5] registered\n[ 0.257816] acpiphp: Slot [6] registered\n[ 0.258671] acpiphp: Slot [7] registered\n[ 0.259512] acpiphp: Slot [8] registered\n[ 0.260358] acpiphp: Slot [9] registered\n[ 0.261193] acpiphp: Slot [10] registered\n[ 0.262050] acpiphp: Slot [11] registered\n[ 0.262911] acpiphp: Slot [12] registered\n[ 0.263773] acpiphp: Slot [13] registered\n[ 0.264628] acpiphp: Slot [14] registered\n[ 0.265476] acpiphp: Slot [15] registered\n[ 0.276361] acpiphp: Slot [16] registered\n[ 0.277205] acpiphp: Slot [17] registered\n[ 0.278067] acpiphp: Slot [18] registered\n[ 0.278909] acpiphp: Slot [19] registered\n[ 0.279764] acpiphp: Slot [20] registered\n[ 0.280623] acpiphp: Slot [21] registered\n[ 0.281469] acpiphp: Slot [22] registered\n[ 0.282322] acpiphp: Slot [23] registered\n[ 0.283172] acpiphp: Slot [24] registered\n[ 0.284024] acpiphp: Slot [25] registered\n[ 0.284882] acpiphp: Slot [26] registered\n[ 0.285727] acpiphp: Slot [27] registered\n[ 0.286586] acpiphp: Slot [28] registered\n[ 0.287436] acpiphp: Slot [29] registered\n[ 0.288294] acpiphp: Slot [30] registered\n[ 0.289149] acpiphp: Slot [31] registered\n[ 0.289996] PCI host bridge to bus 0000:00\n[ 0.290848] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.292209] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.293428] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.294875] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.296325] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.302688] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.303965] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.305137] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.306406] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.313629] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.315078] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.365283] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.366783] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.368213] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.369672] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.371126] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.372393] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.373582] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.374652] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.376217] vgaarb: loaded\n[ 0.376828] vgaarb: bridge control possible 0000:00:02.0\n[ 0.377999] SCSI subsystem initialized\n[ 0.378840] ACPI: bus type USB registered\n[ 0.379668] usbcore: registered new interface driver usbfs\n[ 0.380709] usbcore: registered new interface driver hub\n[ 0.381722] usbcore: registered new device driver usb\n[ 0.382794] PCI: Using ACPI for IRQ routing\n[ 0.383845] NetLabel: Initializing\n[ 0.384599] NetLabel: domain hash size = 128\n[ 0.385509] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.386531] NetLabel: unlabeled traffic allowed by default\n[ 0.387728] clocksource: Switched to clocksource kvm-clock\n[ 0.393561] AppArmor: AppArmor Filesystem Enabled\n[ 0.394601] pnp: PnP ACPI init\n[ 0.395554] pnp: PnP ACPI: found 5 devices\n[ 0.402000] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.403825] NET: Registered protocol family 2\n[ 0.404812] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.406097] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.407278] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.408527] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.409572] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.410694] NET: Registered protocol family 1\n[ 0.411532] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.412590] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.413667] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.427866] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.442280] Trying to unpack rootfs image as initramfs...\n[ 0.492629] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.506467] Scanning for low memory corruption every 60 seconds\n[ 0.507889] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.509098] audit: initializing netlink subsys (disabled)\n[ 0.510293] audit: type=2000 audit(1536065577.660:1): initialized\n[ 0.511668] Initialise system trusted keyring\n[ 0.512649] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.513862] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.515914] zbud: loaded\n[ 0.516664] VFS: Disk quotas dquot_6.6.0\n[ 0.517546] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.519156] fuse init (API version 7.23)\n[ 0.520108] Key type big_key registered\n[ 0.520968] Allocating IMA MOK and blacklist keyrings.\n[ 0.522173] Key type asymmetric registered\n[ 0.523059] Asymmetric key parser 'x509' registered\n[ 0.524106] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.526045] io scheduler noop registered\n[ 0.526902] io scheduler deadline registered (default)\n[ 0.527975] io scheduler cfq registered\n[ 0.528881] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.530017] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.531389] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.533006] ACPI: Power Button [PWRF]\n[ 0.533909] GHES: HEST is not enabled!\n[ 0.547740] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.582776] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.586226] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.610548] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.612846] Linux agpgart interface v0.103\n[ 0.615028] brd: module loaded\n[ 0.616363] loop: module loaded\n[ 0.620894] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.622426] GPT:90111 != 2097151\n[ 0.623123] GPT:Alternate GPT header not at the end of the disk.\n[ 0.624418] GPT:90111 != 2097151\n[ 0.625134] GPT: Use GNU Parted to correct GPT errors.\n[ 0.626144] vda: vda1 vda15\n[ 0.627690] scsi host0: ata_piix\n[ 0.628480] scsi host1: ata_piix\n[ 0.629226] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.630522] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.632053] libphy: Fixed MDIO Bus: probed\n[ 0.632934] tun: Universal TUN/TAP device driver, 1.6\n[ 0.633959] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.636365] PPP generic driver version 2.4.2\n[ 0.637501] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.638947] ehci-pci: EHCI PCI platform driver\n[ 0.640002] ehci-platform: EHCI generic platform driver\n[ 0.641199] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.642564] ohci-pci: OHCI PCI platform driver\n[ 0.643601] ohci-platform: OHCI generic platform driver\n[ 0.644797] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.659615] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.660835] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.662584] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.663787] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.665123] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.666620] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.668320] usb usb1: Product: UHCI Host Controller\n[ 0.669539] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.670923] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.672066] hub 1-0:1.0: USB hub found\n[ 0.672986] hub 1-0:1.0: 2 ports detected\n[ 0.674054] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.676497] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.677636] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.678838] mousedev: PS/2 mouse device common for all mice\n[ 0.680123] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.681981] rtc_cmos 00:00: RTC can wake from S4\n[ 0.683079] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.684350] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.685805] i2c /dev entries driver\n[ 0.686705] device-mapper: uevent: version 1.0.3\n[ 0.687832] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.689792] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.691326] NET: Registered protocol family 10\n[ 0.692508] NET: Registered protocol family 17\n[ 0.693583] Key type dns_resolver registered\n[ 0.694681] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.696013] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.698125] registered taskstats version 1\n[ 0.699132] Loading compiled-in X.509 certificates\n[ 0.700772] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.703008] zswap: loaded using pool lzo/zbud\n[ 0.704578] Key type trusted registered\n[ 0.706734] Key type encrypted registered\n[ 0.707746] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.708994] ima: No TPM chip found, activating TPM-bypass!\n[ 0.710699] evm: HMAC attrs: 0x1\n[ 0.711799] Magic number: 2:928:884\n[ 0.712813] rtc_cmos 00:00: setting system clock to 2018-09-04 12:52:57 UTC (1536065577)\n[ 0.714727] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.716088] EDD information not available.\n[ 0.788380] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.790044] ata1.00: configured for MWDMA2\n[ 0.791419] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.804456] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.805961] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.807424] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.809510] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.811342] Write protecting the kernel read-only data: 14336k\n[ 0.813150] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.815278] 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.873182] 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.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... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.10.7...\nLease of 10.10.10.7 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.92s]\nping 10.10.10.8 OK\n"} 2018-09-04 12:54:10,728 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/94bf21f0-f1b6-428f-8bea-ade96857c71b/action used request id req-6a3dedc5-347b-49d6-8f7e-28d75061720c 2018-09-04 12:54:11,546 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/servers/8cf6470b-47f9-4188-85fa-28971728869d/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}26d8b946cfe8573c121af4cedf4ccdc82505adc8" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-04 12:54:11,591 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/servers/e405c1d0-e398-40d9-b303-d8dab908a5e1/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3e16754a174e570fc92a6d8b2ab2b0a769563b11" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-04 12:54:11,734 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/servers/94bf21f0-f1b6-428f-8bea-ade96857c71b/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6bf60c0e23ecaa1432876d008666c2120fdb63c0" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-04 12:54:12,619 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12:54: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-c3b6ae02-5519-4823-8aca-3e10458f5b34 x-compute-request-id: req-c3b6ae02-5519-4823-8aca-3e10458f5b34 Content-Encoding: gzip Content-Length: 10882 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 493641177 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 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.133916] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.135612] pid_max: default: 32768 minimum: 301\n[ 0.136527] ACPI: Core revision 20150930\n[ 0.137933] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.139280] Security Framework initialized\n[ 0.140119] Yama: becoming mindful.\n[ 0.140867] AppArmor: AppArmor initialized\n[ 0.141752] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.143121] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.144435] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.145678] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.147100] Initializing cgroup subsys io\n[ 0.147938] Initializing cgroup subsys memory\n[ 0.148820] Initializing cgroup subsys devices\n[ 0.149723] Initializing cgroup subsys freezer\n[ 0.150611] Initializing cgroup subsys net_cls\n[ 0.151495] Initializing cgroup subsys perf_event\n[ 0.152432] Initializing cgroup subsys net_prio\n[ 0.153348] Initializing cgroup subsys hugetlb\n[ 0.154241] Initializing cgroup subsys pids\n[ 0.155137] CPU: Physical Processor ID: 0\n[ 0.156658] mce: CPU supports 10 MCE banks\n[ 0.157530] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.158557] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.169233] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.175662] ftrace: allocating 31920 entries in 125 pages\n[ 0.202481] smpboot: Max logical packages: 1\n[ 0.203506] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.205083] x2apic enabled\n[ 0.205939] Switched APIC routing to physical x2apic.\n[ 0.207817] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.209102] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.211242] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.213193] KVM setup paravirtual spinlock\n[ 0.214743] x86: Booted up 1 node, 1 CPUs\n[ 0.215629] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.217139] devtmpfs: initialized\n[ 0.218891] evm: security.selinux\n[ 0.219707] evm: security.SMACK64\n[ 0.220505] evm: security.SMACK64EXEC\n[ 0.221323] evm: security.SMACK64TRANSMUTE\n[ 0.222219] evm: security.SMACK64MMAP\n[ 0.223037] evm: security.ima\n[ 0.223729] evm: security.capability\n[ 0.224615] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.226659] pinctrl core: initialized pinctrl subsystem\n[ 0.227881] RTC time: 12:52:32, date: 09/04/18\n[ 0.228911] NET: Registered protocol family 16\n[ 0.229959] cpuidle: using governor ladder\n[ 0.230849] cpuidle: using governor menu\n[ 0.231703] PCCT header not found.\n[ 0.232544] ACPI: bus type PCI registered\n[ 0.233441] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.234824] PCI: Using configuration type 1 for base access\n[ 0.236684] ACPI: Added _OSI(Module Device)\n[ 0.237601] ACPI: Added _OSI(Processor Device)\n[ 0.238536] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.239505] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.241742] ACPI: Interpreter enabled\n[ 0.242750] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.244807] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.246835] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.248834] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.250882] ACPI: (supports S0 S5)\n[ 0.251768] ACPI: Using IOAPIC for interrupt routing\n[ 0.252785] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.256036] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.257322] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.258664] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.259942] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.262345] acpiphp: Slot [3] registered\n[ 0.263204] acpiphp: Slot [4] registered\n[ 0.264071] acpiphp: Slot [5] registered\n[ 0.264978] acpiphp: Slot [6] registered\n[ 0.265831] acpiphp: Slot [7] registered\n[ 0.266721] acpiphp: Slot [8] registered\n[ 0.267602] acpiphp: Slot [9] registered\n[ 0.268473] acpiphp: Slot [10] registered\n[ 0.269369] acpiphp: Slot [11] registered\n[ 0.270262] acpiphp: Slot [12] registered\n[ 0.271144] acpiphp: Slot [13] registered\n[ 0.272030] acpiphp: Slot [14] registered\n[ 0.272913] acpiphp: Slot [15] registered\n[ 0.283846] acpiphp: Slot [16] registered\n[ 0.284752] acpiphp: Slot [17] registered\n[ 0.285627] acpiphp: Slot [18] registered\n[ 0.286676] acpiphp: Slot [19] registered\n[ 0.287546] acpiphp: Slot [20] registered\n[ 0.288456] acpiphp: Slot [21] registered\n[ 0.289375] acpiphp: Slot [22] registered\n[ 0.290278] acpiphp: Slot [23] registered\n[ 0.291180] acpiphp: Slot [24] registered\n[ 0.292186] acpiphp: Slot [25] registered\n[ 0.293092] acpiphp: Slot [26] registered\n[ 0.293970] acpiphp: Slot [27] registered\n[ 0.294843] acpiphp: Slot [28] registered\n[ 0.295748] acpiphp: Slot [29] registered\n[ 0.296627] acpiphp: Slot [30] registered\n[ 0.297525] acpiphp: Slot [31] registered\n[ 0.298469] PCI host bridge to bus 0000:00\n[ 0.299367] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.300787] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.302183] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.303814] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.305504] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.311857] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.313291] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.314670] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.316109] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.322423] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.324047] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.370271] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.372275] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.374272] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.376274] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.378628] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.380397] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.382031] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.383629] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.385965] vgaarb: loaded\n[ 0.386823] vgaarb: bridge control possible 0000:00:02.0\n[ 0.388446] SCSI subsystem initialized\n[ 0.389649] ACPI: bus type USB registered\n[ 0.390882] usbcore: registered new interface driver usbfs\n[ 0.392441] usbcore: registered new interface driver hub\n[ 0.393994] usbcore: registered new device driver usb\n[ 0.395567] PCI: Using ACPI for IRQ routing\n[ 0.397076] NetLabel: Initializing\n[ 0.398138] NetLabel: domain hash size = 128\n[ 0.399424] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.400862] NetLabel: unlabeled traffic allowed by default\n[ 0.402496] clocksource: Switched to clocksource kvm-clock\n[ 0.408630] AppArmor: AppArmor Filesystem Enabled\n[ 0.410029] pnp: PnP ACPI init\n[ 0.411243] pnp: PnP ACPI: found 5 devices\n[ 0.417971] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.420554] NET: Registered protocol family 2\n[ 0.421956] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.423888] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.425663] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.427455] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.429081] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.430913] NET: Registered protocol family 1\n[ 0.432206] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.433906] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.435557] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.450263] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.465007] Trying to unpack rootfs image as initramfs...\n[ 0.515195] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.529654] Scanning for low memory corruption every 60 seconds\n[ 0.531556] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.533325] audit: initializing netlink subsys (disabled)\n[ 0.534923] audit: type=2000 audit(1536065553.046:1): initialized\n[ 0.536846] Initialise system trusted keyring\n[ 0.538207] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.539985] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.542560] zbud: loaded\n[ 0.543523] VFS: Disk quotas dquot_6.6.0\n[ 0.544714] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.546911] fuse init (API version 7.23)\n[ 0.548188] Key type big_key registered\n[ 0.549358] Allocating IMA MOK and blacklist keyrings.\n[ 0.550995] Key type asymmetric registered\n[ 0.552202] Asymmetric key parser 'x509' registered\n[ 0.553615] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.555185] io scheduler noop registered\n[ 0.556021] io scheduler deadline registered (default)\n[ 0.557046] io scheduler cfq registered\n[ 0.558276] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.559379] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.560767] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.562262] ACPI: Power Button [PWRF]\n[ 0.563142] GHES: HEST is not enabled!\n[ 0.582700] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.611616] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.614050] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.638513] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.640746] Linux agpgart interface v0.103\n[ 0.642894] brd: module loaded\n[ 0.644180] loop: module loaded\n[ 0.648809] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.650302] GPT:90111 != 2097151\n[ 0.651006] GPT:Alternate GPT header not at the end of the disk.\n[ 0.652128] GPT:90111 != 2097151\n[ 0.652817] GPT: Use GNU Parted to correct GPT errors.\n[ 0.653805] vda: vda1 vda15\n[ 0.655228] scsi host0: ata_piix\n[ 0.655984] scsi host1: ata_piix\n[ 0.656705] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.657954] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.659443] libphy: Fixed MDIO Bus: probed\n[ 0.660284] tun: Universal TUN/TAP device driver, 1.6\n[ 0.661260] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.663397] PPP generic driver version 2.4.2\n[ 0.664309] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.665581] ehci-pci: EHCI PCI platform driver\n[ 0.666481] ehci-platform: EHCI generic platform driver\n[ 0.667509] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.668682] ohci-pci: OHCI PCI platform driver\n[ 0.669573] ohci-platform: OHCI generic platform driver\n[ 0.670599] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.684963] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.685985] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.687482] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.688537] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.689685] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.690946] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.692401] usb usb1: Product: UHCI Host Controller\n[ 0.693363] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.694542] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.695579] hub 1-0:1.0: USB hub found\n[ 0.696379] hub 1-0:1.0: 2 ports detected\n[ 0.697306] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.699476] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.700458] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.701509] mousedev: PS/2 mouse device common for all mice\n[ 0.702814] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.704699] rtc_cmos 00:00: RTC can wake from S4\n[ 0.705821] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.707058] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.708282] i2c /dev entries driver\n[ 0.709079] device-mapper: uevent: version 1.0.3\n[ 0.710034] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.711705] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.713029] NET: Registered protocol family 10\n[ 0.714054] NET: Registered protocol family 17\n[ 0.714975] Key type dns_resolver registered\n[ 0.715935] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.717058] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.718862] registered taskstats version 1\n[ 0.719718] Loading compiled-in X.509 certificates\n[ 0.721183] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.723109] zswap: loaded using pool lzo/zbud\n[ 0.724519] Key type trusted registered\n[ 0.726081] Key type encrypted registered\n[ 0.726941] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.727997] ima: No TPM chip found, activating TPM-bypass!\n[ 0.729056] evm: HMAC attrs: 0x1\n[ 0.730010] Magic number: 2:928:884\n[ 0.730889] rtc_cmos 00:00: setting system clock to 2018-09-04 12:52:33 UTC (1536065553)\n[ 0.732529] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.733686] EDD information not available.\n[ 0.819485] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.821072] Write protecting the kernel read-only data: 14336k\n[ 0.833011] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.834880] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.66\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 2.64\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 2.863258] 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 2.75. iid=i-00000123\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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCRwjHQcym09Tp/ARB4dweGWyWirMhn+SYYILqbXUL25KMOMbva77/YlgjfENfG/TFeydM+4kZjV0CCyJIDEFb8IJwX9V0eAGbHy+mBxPGu606jjwCTo1XpoM8TiqgqehyQHmBOsFrI62Xt5C84zcxoOV4eQD8xb7sOxPBWp3FFq+jlpK3j/ezacq+KsZCrYO36UBNY8xEFK/L6fJeC+S8yergLlCDLuC0NMGjxw7IWa/yLNiOVzgyzmxtvylLBh6O9KOh9qiGCtnMDvvj8P9LwVo3Sn+2WS9GhddcPOtUluVPMTAvAtElD/5q6VDumQISbEN4d/0SZZG0aWYo+LA4D root@sdnvpn-10-2\nssh-dss AAAAB3NzaC1kc3MAAACBALtXbcKHQUELj8C5WmyWQiA9MwTTFhL2DbRo4MkEn4SyMMvpOHlUXeQS8h62M2ksws897bf6ZrHWm1Ih5lEOTmV10wC/E+RY4DVQi2pD210oMrxkgB0BFuVP87MG1fwWs5k1DFhSOq+WU69xS7oSWpyxcbbm7HuBPk+8qQ6UQt5LAAAAFQC1Hui1/QkNvM/FhmrpfxniKVPadwAAAIEAuCLMJYFXIaFmVsWCQV0X9rHvYiEGeq6WZq8KrWVS/0J26z6aKft+AKO806ifePHRE/+1GtdTKUG0a0RdrQ+r9NuSYPf/6Zvzus3JevdJqYrT1gmwT4Gw9OsHt5JKGdg1m6Qp8U2fykksP1LhVAUIVRf9I/hLnpYpz+PF91cZFwgAAACALBBU/Qs9SnRalTd4yOVJKnMiLs5Nsf4VIGyjuc/6hNMxsdicfyY/VvEHEsFSdcUZVAdHTCqo1/3Tgd5dwtu/L96oQRRtBsqDYhwZSFGq1Qe158J3O9VdmtLnIse48N4jdNyCi4Ygk3zI0bDAq9RxsWFgZ1XTn/WehMZSrRMo2+I= 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.6,24,fe80::f816:3eff:fe08:1b4/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-00000123\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-10-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=5.41 ===\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\n/dev/root resized successfully [took 3.21s]\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:08:01:B4 \n inet addr:10.10.10.6 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe08:1b4/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:7986 (7.7 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-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.170520] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.170521] usb 1-1: Product: QEMU USB Tablet\n[ 1.170522] usb 1-1: Manufacturer: QEMU\n[ 1.170522] usb 1-1: SerialNumber: 42\n[ 1.526770] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3255787006b, max_idle_ns: 440795244845 ns\n[ 2.814989] EXT4-fs (vda1): re-mounted. Opts: data=ordered\n[ 2.845206] EXT4-fs (vda1): re-mounted. Opts: data=ordered\n[ 2.863258] random: dd urandom read with 5 bits of entropy available\n[ 5.529649] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\n[ 6.319552] EXT4-fs (vda1): resized filesystem to 1039340\n### tail -n 25 /var/log/messages\nSep 4 13:52:35 cirros syslog.info syslogd started: BusyBox v1.23.2\nSep 4 13:52:35 cirros kern.notice kernel: klogd started: BusyBox v1.23.2 (2017-11-20 02:37:12 UTC)\nSep 4 13:52:35 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpuset\nSep 4 13:52:35 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpu\nSep 4 13:52:35 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpuacct\nSep 4 13:52:35 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)\nSep 4 13:52:35 cirros kern.info kernel: [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\nSep 4 13:52:35 cirros kern.info kernel: [ 0.000000] KERNEL supported cpus:\nSep 4 13:52:35 cirros kern.info kernel: [ 0.000000] Intel GenuineIntel\nSep 4 13:52:35 cirros kern.info kernel: [ 0.000000] AMD AuthenticAMD\nSep 4 13:52:35 cirros kern.info kernel: [ 0.000000] Centaur CentaurHauls\nSep 4 13:52:35 cirros kern.info kernel: [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\nSep 4 13:52:35 cirros kern.notice kernel: [ 2.863258] random: dd urandom read with 5 bits of entropy available\nSep 4 13:52:37 cirros auth.notice su: + /dev/console root:cirros\nSep 4 13:52:38 cirros authpriv.info dropbear[340]: Running in background\nSep 4 13:52:38 cirros kern.info kernel: [ 5.529649] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\nSep 4 13:52:39 cirros kern.info kernel: [ 6.319552] 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-09-04 12:54:12,620 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/8cf6470b-47f9-4188-85fa-28971728869d/action used request id req-c3b6ae02-5519-4823-8aca-3e10458f5b34 2018-09-04 12:54:12,659 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12:54: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-fd232f66-614f-477b-9e94-ed62b418b5f4 x-compute-request-id: req-fd232f66-614f-477b-9e94-ed62b418b5f4 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 515608422 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 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.150923] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.152917] pid_max: default: 32768 minimum: 301\n[ 0.154024] ACPI: Core revision 20150930\n[ 0.155586] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.157174] Security Framework initialized\n[ 0.158193] Yama: becoming mindful.\n[ 0.159068] AppArmor: AppArmor initialized\n[ 0.160087] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.161690] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.163263] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.164742] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.166444] Initializing cgroup subsys io\n[ 0.167422] Initializing cgroup subsys memory\n[ 0.168456] Initializing cgroup subsys devices\n[ 0.169505] Initializing cgroup subsys freezer\n[ 0.170564] Initializing cgroup subsys net_cls\n[ 0.171615] Initializing cgroup subsys perf_event\n[ 0.172718] Initializing cgroup subsys net_prio\n[ 0.173796] Initializing cgroup subsys hugetlb\n[ 0.174849] Initializing cgroup subsys pids\n[ 0.175921] CPU: Physical Processor ID: 0\n[ 0.177620] mce: CPU supports 10 MCE banks\n[ 0.178675] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.179920] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.191132] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.198095] ftrace: allocating 31920 entries in 125 pages\n[ 0.225740] smpboot: Max logical packages: 1\n[ 0.226781] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.228384] x2apic enabled\n[ 0.229295] Switched APIC routing to physical x2apic.\n[ 0.231260] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.232613] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.234983] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.237115] KVM setup paravirtual spinlock\n[ 0.238600] x86: Booted up 1 node, 1 CPUs\n[ 0.239559] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.241205] devtmpfs: initialized\n[ 0.243069] evm: security.selinux\n[ 0.243911] evm: security.SMACK64\n[ 0.244740] evm: security.SMACK64EXEC\n[ 0.245670] evm: security.SMACK64TRANSMUTE\n[ 0.246888] evm: security.SMACK64MMAP\n[ 0.248014] evm: security.ima\n[ 0.248963] evm: security.capability\n[ 0.250154] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.253029] pinctrl core: initialized pinctrl subsystem\n[ 0.254450] RTC time: 12:52:43, date: 09/04/18\n[ 0.255645] NET: Registered protocol family 16\n[ 0.256860] cpuidle: using governor ladder\n[ 0.257904] cpuidle: using governor menu\n[ 0.258917] PCCT header not found.\n[ 0.259856] ACPI: bus type PCI registered\n[ 0.260871] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.262454] PCI: Using configuration type 1 for base access\n[ 0.264543] ACPI: Added _OSI(Module Device)\n[ 0.265619] ACPI: Added _OSI(Processor Device)\n[ 0.266718] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.267872] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.270311] ACPI: Interpreter enabled\n[ 0.271271] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.273611] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.275974] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.278328] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.280689] ACPI: (supports S0 S5)\n[ 0.281576] ACPI: Using IOAPIC for interrupt routing\n[ 0.282788] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.286375] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.287863] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.289464] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.290994] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.293696] acpiphp: Slot [3] registered\n[ 0.294677] acpiphp: Slot [4] registered\n[ 0.295657] acpiphp: Slot [5] registered\n[ 0.296714] acpiphp: Slot [6] registered\n[ 0.297692] acpiphp: Slot [7] registered\n[ 0.298664] acpiphp: Slot [8] registered\n[ 0.299639] acpiphp: Slot [9] registered\n[ 0.300622] acpiphp: Slot [10] registered\n[ 0.301612] acpiphp: Slot [11] registered\n[ 0.302605] acpiphp: Slot [12] registered\n[ 0.303597] acpiphp: Slot [13] registered\n[ 0.304616] acpiphp: Slot [14] registered\n[ 0.305639] acpiphp: Slot [15] registered\n[ 0.317114] acpiphp: Slot [16] registered\n[ 0.318112] acpiphp: Slot [17] registered\n[ 0.319093] acpiphp: Slot [18] registered\n[ 0.320084] acpiphp: Slot [19] registered\n[ 0.321067] acpiphp: Slot [20] registered\n[ 0.322062] acpiphp: Slot [21] registered\n[ 0.323051] acpiphp: Slot [22] registered\n[ 0.324036] acpiphp: Slot [23] registered\n[ 0.325117] acpiphp: Slot [24] registered\n[ 0.326111] acpiphp: Slot [25] registered\n[ 0.327090] acpiphp: Slot [26] registered\n[ 0.328064] acpiphp: Slot [27] registered\n[ 0.329049] acpiphp: Slot [28] registered\n[ 0.330033] acpiphp: Slot [29] registered\n[ 0.331022] acpiphp: Slot [30] registered\n[ 0.332003] acpiphp: Slot [31] registered\n[ 0.332980] PCI host bridge to bus 0000:00\n[ 0.333966] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.335473] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.336977] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.338740] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.340514] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.347066] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.348688] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.350140] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.351723] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.358702] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.360439] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.408472] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.410187] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.411866] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.413528] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.416226] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.417715] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.419076] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.420370] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.422240] vgaarb: loaded\n[ 0.422960] vgaarb: bridge control possible 0000:00:02.0\n[ 0.424315] SCSI subsystem initialized\n[ 0.425298] ACPI: bus type USB registered\n[ 0.426288] usbcore: registered new interface driver usbfs\n[ 0.427543] usbcore: registered new interface driver hub\n[ 0.428764] usbcore: registered new device driver usb\n[ 0.430031] PCI: Using ACPI for IRQ routing\n[ 0.431246] NetLabel: Initializing\n[ 0.432106] NetLabel: domain hash size = 128\n[ 0.433134] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.434281] NetLabel: unlabeled traffic allowed by default\n[ 0.435616] clocksource: Switched to clocksource kvm-clock\n[ 0.441471] AppArmor: AppArmor Filesystem Enabled\n[ 0.442628] pnp: PnP ACPI init\n[ 0.443692] pnp: PnP ACPI: found 5 devices\n[ 0.450283] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.452002] NET: Registered protocol family 2\n[ 0.452973] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.454361] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.455517] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.456681] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.457754] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.458898] NET: Registered protocol family 1\n[ 0.459760] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.460845] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.461898] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.475931] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.490322] Trying to unpack rootfs image as initramfs...\n[ 0.540783] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.554504] Scanning for low memory corruption every 60 seconds\n[ 0.555826] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.556959] audit: initializing netlink subsys (disabled)\n[ 0.557950] audit: type=2000 audit(1536065564.730:1): initialized\n[ 0.559220] Initialise system trusted keyring\n[ 0.560133] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.561265] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.563186] zbud: loaded\n[ 0.563882] VFS: Disk quotas dquot_6.6.0\n[ 0.564692] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.573110] fuse init (API version 7.23)\n[ 0.574038] Key type big_key registered\n[ 0.574829] Allocating IMA MOK and blacklist keyrings.\n[ 0.575943] Key type asymmetric registered\n[ 0.576752] Asymmetric key parser 'x509' registered\n[ 0.577688] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.579480] io scheduler noop registered\n[ 0.580259] io scheduler deadline registered (default)\n[ 0.581214] io scheduler cfq registered\n[ 0.582037] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.583057] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.584302] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.585718] ACPI: Power Button [PWRF]\n[ 0.586552] GHES: HEST is not enabled!\n[ 0.600491] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.631680] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.634111] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.657962] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.660069] Linux agpgart interface v0.103\n[ 0.662094] brd: module loaded\n[ 0.663263] loop: module loaded\n[ 0.668493] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.669916] GPT:90111 != 2097151\n[ 0.670576] GPT:Alternate GPT header not at the end of the disk.\n[ 0.671647] GPT:90111 != 2097151\n[ 0.672305] GPT: Use GNU Parted to correct GPT errors.\n[ 0.673245] vda: vda1 vda15\n[ 0.674687] scsi host0: ata_piix\n[ 0.675406] scsi host1: ata_piix\n[ 0.676101] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.677286] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.678693] libphy: Fixed MDIO Bus: probed\n[ 0.679492] tun: Universal TUN/TAP device driver, 1.6\n[ 0.680420] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.682553] PPP generic driver version 2.4.2\n[ 0.683559] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.685021] ehci-pci: EHCI PCI platform driver\n[ 0.685966] ehci-platform: EHCI generic platform driver\n[ 0.687046] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.688378] ohci-pci: OHCI PCI platform driver\n[ 0.689294] ohci-platform: OHCI generic platform driver\n[ 0.690448] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.705050] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.706256] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.707930] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.709048] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.710293] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.711906] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.713803] usb usb1: Product: UHCI Host Controller\n[ 0.714946] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.716580] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.717842] hub 1-0:1.0: USB hub found\n[ 0.718824] hub 1-0:1.0: 2 ports detected\n[ 0.719996] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.722556] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.723808] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.724981] mousedev: PS/2 mouse device common for all mice\n[ 0.726461] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.728587] rtc_cmos 00:00: RTC can wake from S4\n[ 0.729809] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.731175] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.732534] i2c /dev entries driver\n[ 0.733358] device-mapper: uevent: version 1.0.3\n[ 0.734408] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.736265] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.737746] NET: Registered protocol family 10\n[ 0.738886] NET: Registered protocol family 17\n[ 0.739926] Key type dns_resolver registered\n[ 0.741014] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.742362] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.744463] registered taskstats version 1\n[ 0.745395] Loading compiled-in X.509 certificates\n[ 0.746929] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.749105] zswap: loaded using pool lzo/zbud\n[ 0.750628] Key type trusted registered\n[ 0.752807] Key type encrypted registered\n[ 0.753783] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.755029] ima: No TPM chip found, activating TPM-bypass!\n[ 0.756708] evm: HMAC attrs: 0x1\n[ 0.757709] Magic number: 2:928:884\n[ 0.758674] rtc_cmos 00:00: setting system clock to 2018-09-04 12:52:44 UTC (1536065564)\n[ 0.760623] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.761976] EDD information not available.\n[ 0.832167] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.834103] ata1.00: configured for MWDMA2\n[ 0.835820] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.849195] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.851018] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.852824] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.855174] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.857412] Write protecting the kernel read-only data: 14336k\n[ 0.859499] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.861986] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.67\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.921214] 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.75\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found 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.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 1.50s]\nping 10.10.10.6 OK\nping 10.10.10.6 OK\nping 10.10.10.6 OK\nping 10.10.10.6 OK\nping 10.10.10.6 OK\nping 10.10.10.6 OK\nping 10.10.10.6 OK\nping 10.10.10.6 OK\n"} 2018-09-04 12:54:12,659 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/e405c1d0-e398-40d9-b303-d8dab908a5e1/action used request id req-fd232f66-614f-477b-9e94-ed62b418b5f4 2018-09-04 12:54:12,808 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12:54: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-ae92013b-3923-4819-bd2c-ec36e529f9d4 x-compute-request-id: req-ae92013b-3923-4819-bd2c-ec36e529f9d4 Content-Encoding: gzip Content-Length: 8087 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 535760135 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 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.131352] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.133000] pid_max: default: 32768 minimum: 301\n[ 0.133896] ACPI: Core revision 20150930\n[ 0.135297] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136597] Security Framework initialized\n[ 0.137409] Yama: becoming mindful.\n[ 0.138137] AppArmor: AppArmor initialized\n[ 0.139005] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.140326] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.141592] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142797] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144193] Initializing cgroup subsys io\n[ 0.145004] Initializing cgroup subsys memory\n[ 0.145856] Initializing cgroup subsys devices\n[ 0.146732] Initializing cgroup subsys freezer\n[ 0.147595] Initializing cgroup subsys net_cls\n[ 0.148458] Initializing cgroup subsys perf_event\n[ 0.149364] Initializing cgroup subsys net_prio\n[ 0.150239] Initializing cgroup subsys hugetlb\n[ 0.151105] Initializing cgroup subsys pids\n[ 0.151977] CPU: Physical Processor ID: 0\n[ 0.153486] mce: CPU supports 10 MCE banks\n[ 0.154329] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.155327] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.166337] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.173001] ftrace: allocating 31920 entries in 125 pages\n[ 0.200656] smpboot: Max logical packages: 1\n[ 0.201517] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.202872] x2apic enabled\n[ 0.203684] Switched APIC routing to physical x2apic.\n[ 0.205435] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.206550] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.208541] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.210326] KVM setup paravirtual spinlock\n[ 0.211661] x86: Booted up 1 node, 1 CPUs\n[ 0.212467] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.213858] devtmpfs: initialized\n[ 0.215591] evm: security.selinux\n[ 0.216289] evm: security.SMACK64\n[ 0.216977] evm: security.SMACK64EXEC\n[ 0.217722] evm: security.SMACK64TRANSMUTE\n[ 0.218527] evm: security.SMACK64MMAP\n[ 0.219274] evm: security.ima\n[ 0.219912] evm: security.capability\n[ 0.220731] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.222586] pinctrl core: initialized pinctrl subsystem\n[ 0.223690] RTC time: 12:52:56, date: 09/04/18\n[ 0.224645] NET: Registered protocol family 16\n[ 0.225619] cpuidle: using governor ladder\n[ 0.226437] cpuidle: using governor menu\n[ 0.227217] PCCT header not found.\n[ 0.227973] ACPI: bus type PCI registered\n[ 0.228783] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.230023] PCI: Using configuration type 1 for base access\n[ 0.231798] ACPI: Added _OSI(Module Device)\n[ 0.232643] ACPI: Added _OSI(Processor Device)\n[ 0.233504] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.234401] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.236544] ACPI: Interpreter enabled\n[ 0.237315] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.239155] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.240990] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.242839] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.244675] ACPI: (supports S0 S5)\n[ 0.245382] ACPI: Using IOAPIC for interrupt routing\n[ 0.246416] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.249525] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.250670] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.251893] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.253078] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.255309] acpiphp: Slot [3] registered\n[ 0.256106] acpiphp: Slot [4] registered\n[ 0.256905] acpiphp: Slot [5] registered\n[ 0.257816] acpiphp: Slot [6] registered\n[ 0.258671] acpiphp: Slot [7] registered\n[ 0.259512] acpiphp: Slot [8] registered\n[ 0.260358] acpiphp: Slot [9] registered\n[ 0.261193] acpiphp: Slot [10] registered\n[ 0.262050] acpiphp: Slot [11] registered\n[ 0.262911] acpiphp: Slot [12] registered\n[ 0.263773] acpiphp: Slot [13] registered\n[ 0.264628] acpiphp: Slot [14] registered\n[ 0.265476] acpiphp: Slot [15] registered\n[ 0.276361] acpiphp: Slot [16] registered\n[ 0.277205] acpiphp: Slot [17] registered\n[ 0.278067] acpiphp: Slot [18] registered\n[ 0.278909] acpiphp: Slot [19] registered\n[ 0.279764] acpiphp: Slot [20] registered\n[ 0.280623] acpiphp: Slot [21] registered\n[ 0.281469] acpiphp: Slot [22] registered\n[ 0.282322] acpiphp: Slot [23] registered\n[ 0.283172] acpiphp: Slot [24] registered\n[ 0.284024] acpiphp: Slot [25] registered\n[ 0.284882] acpiphp: Slot [26] registered\n[ 0.285727] acpiphp: Slot [27] registered\n[ 0.286586] acpiphp: Slot [28] registered\n[ 0.287436] acpiphp: Slot [29] registered\n[ 0.288294] acpiphp: Slot [30] registered\n[ 0.289149] acpiphp: Slot [31] registered\n[ 0.289996] PCI host bridge to bus 0000:00\n[ 0.290848] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.292209] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.293428] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.294875] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.296325] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.302688] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.303965] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.305137] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.306406] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.313629] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.315078] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.365283] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.366783] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.368213] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.369672] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.371126] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.372393] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.373582] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.374652] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.376217] vgaarb: loaded\n[ 0.376828] vgaarb: bridge control possible 0000:00:02.0\n[ 0.377999] SCSI subsystem initialized\n[ 0.378840] ACPI: bus type USB registered\n[ 0.379668] usbcore: registered new interface driver usbfs\n[ 0.380709] usbcore: registered new interface driver hub\n[ 0.381722] usbcore: registered new device driver usb\n[ 0.382794] PCI: Using ACPI for IRQ routing\n[ 0.383845] NetLabel: Initializing\n[ 0.384599] NetLabel: domain hash size = 128\n[ 0.385509] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.386531] NetLabel: unlabeled traffic allowed by default\n[ 0.387728] clocksource: Switched to clocksource kvm-clock\n[ 0.393561] AppArmor: AppArmor Filesystem Enabled\n[ 0.394601] pnp: PnP ACPI init\n[ 0.395554] pnp: PnP ACPI: found 5 devices\n[ 0.402000] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.403825] NET: Registered protocol family 2\n[ 0.404812] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.406097] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.407278] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.408527] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.409572] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.410694] NET: Registered protocol family 1\n[ 0.411532] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.412590] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.413667] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.427866] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.442280] Trying to unpack rootfs image as initramfs...\n[ 0.492629] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.506467] Scanning for low memory corruption every 60 seconds\n[ 0.507889] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.509098] audit: initializing netlink subsys (disabled)\n[ 0.510293] audit: type=2000 audit(1536065577.660:1): initialized\n[ 0.511668] Initialise system trusted keyring\n[ 0.512649] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.513862] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.515914] zbud: loaded\n[ 0.516664] VFS: Disk quotas dquot_6.6.0\n[ 0.517546] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.519156] fuse init (API version 7.23)\n[ 0.520108] Key type big_key registered\n[ 0.520968] Allocating IMA MOK and blacklist keyrings.\n[ 0.522173] Key type asymmetric registered\n[ 0.523059] Asymmetric key parser 'x509' registered\n[ 0.524106] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.526045] io scheduler noop registered\n[ 0.526902] io scheduler deadline registered (default)\n[ 0.527975] io scheduler cfq registered\n[ 0.528881] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.530017] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.531389] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.533006] ACPI: Power Button [PWRF]\n[ 0.533909] GHES: HEST is not enabled!\n[ 0.547740] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.582776] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.586226] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.610548] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.612846] Linux agpgart interface v0.103\n[ 0.615028] brd: module loaded\n[ 0.616363] loop: module loaded\n[ 0.620894] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.622426] GPT:90111 != 2097151\n[ 0.623123] GPT:Alternate GPT header not at the end of the disk.\n[ 0.624418] GPT:90111 != 2097151\n[ 0.625134] GPT: Use GNU Parted to correct GPT errors.\n[ 0.626144] vda: vda1 vda15\n[ 0.627690] scsi host0: ata_piix\n[ 0.628480] scsi host1: ata_piix\n[ 0.629226] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.630522] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.632053] libphy: Fixed MDIO Bus: probed\n[ 0.632934] tun: Universal TUN/TAP device driver, 1.6\n[ 0.633959] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.636365] PPP generic driver version 2.4.2\n[ 0.637501] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.638947] ehci-pci: EHCI PCI platform driver\n[ 0.640002] ehci-platform: EHCI generic platform driver\n[ 0.641199] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.642564] ohci-pci: OHCI PCI platform driver\n[ 0.643601] ohci-platform: OHCI generic platform driver\n[ 0.644797] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.659615] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.660835] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.662584] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.663787] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.665123] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.666620] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.668320] usb usb1: Product: UHCI Host Controller\n[ 0.669539] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.670923] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.672066] hub 1-0:1.0: USB hub found\n[ 0.672986] hub 1-0:1.0: 2 ports detected\n[ 0.674054] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.676497] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.677636] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.678838] mousedev: PS/2 mouse device common for all mice\n[ 0.680123] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.681981] rtc_cmos 00:00: RTC can wake from S4\n[ 0.683079] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.684350] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.685805] i2c /dev entries driver\n[ 0.686705] device-mapper: uevent: version 1.0.3\n[ 0.687832] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.689792] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.691326] NET: Registered protocol family 10\n[ 0.692508] NET: Registered protocol family 17\n[ 0.693583] Key type dns_resolver registered\n[ 0.694681] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.696013] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.698125] registered taskstats version 1\n[ 0.699132] Loading compiled-in X.509 certificates\n[ 0.700772] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.703008] zswap: loaded using pool lzo/zbud\n[ 0.704578] Key type trusted registered\n[ 0.706734] Key type encrypted registered\n[ 0.707746] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.708994] ima: No TPM chip found, activating TPM-bypass!\n[ 0.710699] evm: HMAC attrs: 0x1\n[ 0.711799] Magic number: 2:928:884\n[ 0.712813] rtc_cmos 00:00: setting system clock to 2018-09-04 12:52:57 UTC (1536065577)\n[ 0.714727] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.716088] EDD information not available.\n[ 0.788380] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.790044] ata1.00: configured for MWDMA2\n[ 0.791419] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.804456] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.805961] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.807424] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.809510] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.811342] Write protecting the kernel read-only data: 14336k\n[ 0.813150] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.815278] 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.873182] 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.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... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.10.7...\nLease of 10.10.10.7 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.92s]\nping 10.10.10.8 OK\n"} 2018-09-04 12:54:12,808 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/94bf21f0-f1b6-428f-8bea-ade96857c71b/action used request id req-ae92013b-3923-4819-bd2c-ec36e529f9d4 2018-09-04 12:54:13,625 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/servers/8cf6470b-47f9-4188-85fa-28971728869d/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}26d8b946cfe8573c121af4cedf4ccdc82505adc8" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-04 12:54:13,664 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/servers/e405c1d0-e398-40d9-b303-d8dab908a5e1/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3e16754a174e570fc92a6d8b2ab2b0a769563b11" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-04 12:54:13,813 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/servers/94bf21f0-f1b6-428f-8bea-ade96857c71b/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6bf60c0e23ecaa1432876d008666c2120fdb63c0" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-04 12:54:14,703 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12:54: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-780d12d0-d7d7-4128-b0b5-f50abe1ade84 x-compute-request-id: req-780d12d0-d7d7-4128-b0b5-f50abe1ade84 Content-Encoding: gzip Content-Length: 10882 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 493641177 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 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.133916] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.135612] pid_max: default: 32768 minimum: 301\n[ 0.136527] ACPI: Core revision 20150930\n[ 0.137933] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.139280] Security Framework initialized\n[ 0.140119] Yama: becoming mindful.\n[ 0.140867] AppArmor: AppArmor initialized\n[ 0.141752] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.143121] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.144435] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.145678] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.147100] Initializing cgroup subsys io\n[ 0.147938] Initializing cgroup subsys memory\n[ 0.148820] Initializing cgroup subsys devices\n[ 0.149723] Initializing cgroup subsys freezer\n[ 0.150611] Initializing cgroup subsys net_cls\n[ 0.151495] Initializing cgroup subsys perf_event\n[ 0.152432] Initializing cgroup subsys net_prio\n[ 0.153348] Initializing cgroup subsys hugetlb\n[ 0.154241] Initializing cgroup subsys pids\n[ 0.155137] CPU: Physical Processor ID: 0\n[ 0.156658] mce: CPU supports 10 MCE banks\n[ 0.157530] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.158557] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.169233] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.175662] ftrace: allocating 31920 entries in 125 pages\n[ 0.202481] smpboot: Max logical packages: 1\n[ 0.203506] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.205083] x2apic enabled\n[ 0.205939] Switched APIC routing to physical x2apic.\n[ 0.207817] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.209102] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.211242] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.213193] KVM setup paravirtual spinlock\n[ 0.214743] x86: Booted up 1 node, 1 CPUs\n[ 0.215629] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.217139] devtmpfs: initialized\n[ 0.218891] evm: security.selinux\n[ 0.219707] evm: security.SMACK64\n[ 0.220505] evm: security.SMACK64EXEC\n[ 0.221323] evm: security.SMACK64TRANSMUTE\n[ 0.222219] evm: security.SMACK64MMAP\n[ 0.223037] evm: security.ima\n[ 0.223729] evm: security.capability\n[ 0.224615] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.226659] pinctrl core: initialized pinctrl subsystem\n[ 0.227881] RTC time: 12:52:32, date: 09/04/18\n[ 0.228911] NET: Registered protocol family 16\n[ 0.229959] cpuidle: using governor ladder\n[ 0.230849] cpuidle: using governor menu\n[ 0.231703] PCCT header not found.\n[ 0.232544] ACPI: bus type PCI registered\n[ 0.233441] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.234824] PCI: Using configuration type 1 for base access\n[ 0.236684] ACPI: Added _OSI(Module Device)\n[ 0.237601] ACPI: Added _OSI(Processor Device)\n[ 0.238536] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.239505] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.241742] ACPI: Interpreter enabled\n[ 0.242750] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.244807] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.246835] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.248834] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.250882] ACPI: (supports S0 S5)\n[ 0.251768] ACPI: Using IOAPIC for interrupt routing\n[ 0.252785] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.256036] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.257322] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.258664] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.259942] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.262345] acpiphp: Slot [3] registered\n[ 0.263204] acpiphp: Slot [4] registered\n[ 0.264071] acpiphp: Slot [5] registered\n[ 0.264978] acpiphp: Slot [6] registered\n[ 0.265831] acpiphp: Slot [7] registered\n[ 0.266721] acpiphp: Slot [8] registered\n[ 0.267602] acpiphp: Slot [9] registered\n[ 0.268473] acpiphp: Slot [10] registered\n[ 0.269369] acpiphp: Slot [11] registered\n[ 0.270262] acpiphp: Slot [12] registered\n[ 0.271144] acpiphp: Slot [13] registered\n[ 0.272030] acpiphp: Slot [14] registered\n[ 0.272913] acpiphp: Slot [15] registered\n[ 0.283846] acpiphp: Slot [16] registered\n[ 0.284752] acpiphp: Slot [17] registered\n[ 0.285627] acpiphp: Slot [18] registered\n[ 0.286676] acpiphp: Slot [19] registered\n[ 0.287546] acpiphp: Slot [20] registered\n[ 0.288456] acpiphp: Slot [21] registered\n[ 0.289375] acpiphp: Slot [22] registered\n[ 0.290278] acpiphp: Slot [23] registered\n[ 0.291180] acpiphp: Slot [24] registered\n[ 0.292186] acpiphp: Slot [25] registered\n[ 0.293092] acpiphp: Slot [26] registered\n[ 0.293970] acpiphp: Slot [27] registered\n[ 0.294843] acpiphp: Slot [28] registered\n[ 0.295748] acpiphp: Slot [29] registered\n[ 0.296627] acpiphp: Slot [30] registered\n[ 0.297525] acpiphp: Slot [31] registered\n[ 0.298469] PCI host bridge to bus 0000:00\n[ 0.299367] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.300787] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.302183] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.303814] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.305504] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.311857] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.313291] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.314670] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.316109] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.322423] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.324047] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.370271] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.372275] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.374272] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.376274] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.378628] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.380397] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.382031] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.383629] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.385965] vgaarb: loaded\n[ 0.386823] vgaarb: bridge control possible 0000:00:02.0\n[ 0.388446] SCSI subsystem initialized\n[ 0.389649] ACPI: bus type USB registered\n[ 0.390882] usbcore: registered new interface driver usbfs\n[ 0.392441] usbcore: registered new interface driver hub\n[ 0.393994] usbcore: registered new device driver usb\n[ 0.395567] PCI: Using ACPI for IRQ routing\n[ 0.397076] NetLabel: Initializing\n[ 0.398138] NetLabel: domain hash size = 128\n[ 0.399424] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.400862] NetLabel: unlabeled traffic allowed by default\n[ 0.402496] clocksource: Switched to clocksource kvm-clock\n[ 0.408630] AppArmor: AppArmor Filesystem Enabled\n[ 0.410029] pnp: PnP ACPI init\n[ 0.411243] pnp: PnP ACPI: found 5 devices\n[ 0.417971] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.420554] NET: Registered protocol family 2\n[ 0.421956] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.423888] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.425663] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.427455] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.429081] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.430913] NET: Registered protocol family 1\n[ 0.432206] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.433906] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.435557] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.450263] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.465007] Trying to unpack rootfs image as initramfs...\n[ 0.515195] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.529654] Scanning for low memory corruption every 60 seconds\n[ 0.531556] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.533325] audit: initializing netlink subsys (disabled)\n[ 0.534923] audit: type=2000 audit(1536065553.046:1): initialized\n[ 0.536846] Initialise system trusted keyring\n[ 0.538207] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.539985] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.542560] zbud: loaded\n[ 0.543523] VFS: Disk quotas dquot_6.6.0\n[ 0.544714] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.546911] fuse init (API version 7.23)\n[ 0.548188] Key type big_key registered\n[ 0.549358] Allocating IMA MOK and blacklist keyrings.\n[ 0.550995] Key type asymmetric registered\n[ 0.552202] Asymmetric key parser 'x509' registered\n[ 0.553615] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.555185] io scheduler noop registered\n[ 0.556021] io scheduler deadline registered (default)\n[ 0.557046] io scheduler cfq registered\n[ 0.558276] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.559379] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.560767] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.562262] ACPI: Power Button [PWRF]\n[ 0.563142] GHES: HEST is not enabled!\n[ 0.582700] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.611616] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.614050] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.638513] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.640746] Linux agpgart interface v0.103\n[ 0.642894] brd: module loaded\n[ 0.644180] loop: module loaded\n[ 0.648809] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.650302] GPT:90111 != 2097151\n[ 0.651006] GPT:Alternate GPT header not at the end of the disk.\n[ 0.652128] GPT:90111 != 2097151\n[ 0.652817] GPT: Use GNU Parted to correct GPT errors.\n[ 0.653805] vda: vda1 vda15\n[ 0.655228] scsi host0: ata_piix\n[ 0.655984] scsi host1: ata_piix\n[ 0.656705] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.657954] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.659443] libphy: Fixed MDIO Bus: probed\n[ 0.660284] tun: Universal TUN/TAP device driver, 1.6\n[ 0.661260] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.663397] PPP generic driver version 2.4.2\n[ 0.664309] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.665581] ehci-pci: EHCI PCI platform driver\n[ 0.666481] ehci-platform: EHCI generic platform driver\n[ 0.667509] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.668682] ohci-pci: OHCI PCI platform driver\n[ 0.669573] ohci-platform: OHCI generic platform driver\n[ 0.670599] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.684963] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.685985] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.687482] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.688537] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.689685] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.690946] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.692401] usb usb1: Product: UHCI Host Controller\n[ 0.693363] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.694542] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.695579] hub 1-0:1.0: USB hub found\n[ 0.696379] hub 1-0:1.0: 2 ports detected\n[ 0.697306] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.699476] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.700458] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.701509] mousedev: PS/2 mouse device common for all mice\n[ 0.702814] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.704699] rtc_cmos 00:00: RTC can wake from S4\n[ 0.705821] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.707058] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.708282] i2c /dev entries driver\n[ 0.709079] device-mapper: uevent: version 1.0.3\n[ 0.710034] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.711705] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.713029] NET: Registered protocol family 10\n[ 0.714054] NET: Registered protocol family 17\n[ 0.714975] Key type dns_resolver registered\n[ 0.715935] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.717058] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.718862] registered taskstats version 1\n[ 0.719718] Loading compiled-in X.509 certificates\n[ 0.721183] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.723109] zswap: loaded using pool lzo/zbud\n[ 0.724519] Key type trusted registered\n[ 0.726081] Key type encrypted registered\n[ 0.726941] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.727997] ima: No TPM chip found, activating TPM-bypass!\n[ 0.729056] evm: HMAC attrs: 0x1\n[ 0.730010] Magic number: 2:928:884\n[ 0.730889] rtc_cmos 00:00: setting system clock to 2018-09-04 12:52:33 UTC (1536065553)\n[ 0.732529] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.733686] EDD information not available.\n[ 0.819485] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.821072] Write protecting the kernel read-only data: 14336k\n[ 0.833011] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.834880] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.66\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 2.64\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 2.863258] 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 2.75. iid=i-00000123\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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCRwjHQcym09Tp/ARB4dweGWyWirMhn+SYYILqbXUL25KMOMbva77/YlgjfENfG/TFeydM+4kZjV0CCyJIDEFb8IJwX9V0eAGbHy+mBxPGu606jjwCTo1XpoM8TiqgqehyQHmBOsFrI62Xt5C84zcxoOV4eQD8xb7sOxPBWp3FFq+jlpK3j/ezacq+KsZCrYO36UBNY8xEFK/L6fJeC+S8yergLlCDLuC0NMGjxw7IWa/yLNiOVzgyzmxtvylLBh6O9KOh9qiGCtnMDvvj8P9LwVo3Sn+2WS9GhddcPOtUluVPMTAvAtElD/5q6VDumQISbEN4d/0SZZG0aWYo+LA4D root@sdnvpn-10-2\nssh-dss AAAAB3NzaC1kc3MAAACBALtXbcKHQUELj8C5WmyWQiA9MwTTFhL2DbRo4MkEn4SyMMvpOHlUXeQS8h62M2ksws897bf6ZrHWm1Ih5lEOTmV10wC/E+RY4DVQi2pD210oMrxkgB0BFuVP87MG1fwWs5k1DFhSOq+WU69xS7oSWpyxcbbm7HuBPk+8qQ6UQt5LAAAAFQC1Hui1/QkNvM/FhmrpfxniKVPadwAAAIEAuCLMJYFXIaFmVsWCQV0X9rHvYiEGeq6WZq8KrWVS/0J26z6aKft+AKO806ifePHRE/+1GtdTKUG0a0RdrQ+r9NuSYPf/6Zvzus3JevdJqYrT1gmwT4Gw9OsHt5JKGdg1m6Qp8U2fykksP1LhVAUIVRf9I/hLnpYpz+PF91cZFwgAAACALBBU/Qs9SnRalTd4yOVJKnMiLs5Nsf4VIGyjuc/6hNMxsdicfyY/VvEHEsFSdcUZVAdHTCqo1/3Tgd5dwtu/L96oQRRtBsqDYhwZSFGq1Qe158J3O9VdmtLnIse48N4jdNyCi4Ygk3zI0bDAq9RxsWFgZ1XTn/WehMZSrRMo2+I= 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.6,24,fe80::f816:3eff:fe08:1b4/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-00000123\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-10-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=5.41 ===\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\n/dev/root resized successfully [took 3.21s]\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:08:01:B4 \n inet addr:10.10.10.6 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe08:1b4/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:7986 (7.7 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-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.170520] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.170521] usb 1-1: Product: QEMU USB Tablet\n[ 1.170522] usb 1-1: Manufacturer: QEMU\n[ 1.170522] usb 1-1: SerialNumber: 42\n[ 1.526770] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3255787006b, max_idle_ns: 440795244845 ns\n[ 2.814989] EXT4-fs (vda1): re-mounted. Opts: data=ordered\n[ 2.845206] EXT4-fs (vda1): re-mounted. Opts: data=ordered\n[ 2.863258] random: dd urandom read with 5 bits of entropy available\n[ 5.529649] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\n[ 6.319552] EXT4-fs (vda1): resized filesystem to 1039340\n### tail -n 25 /var/log/messages\nSep 4 13:52:35 cirros syslog.info syslogd started: BusyBox v1.23.2\nSep 4 13:52:35 cirros kern.notice kernel: klogd started: BusyBox v1.23.2 (2017-11-20 02:37:12 UTC)\nSep 4 13:52:35 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpuset\nSep 4 13:52:35 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpu\nSep 4 13:52:35 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpuacct\nSep 4 13:52:35 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)\nSep 4 13:52:35 cirros kern.info kernel: [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\nSep 4 13:52:35 cirros kern.info kernel: [ 0.000000] KERNEL supported cpus:\nSep 4 13:52:35 cirros kern.info kernel: [ 0.000000] Intel GenuineIntel\nSep 4 13:52:35 cirros kern.info kernel: [ 0.000000] AMD AuthenticAMD\nSep 4 13:52:35 cirros kern.info kernel: [ 0.000000] Centaur CentaurHauls\nSep 4 13:52:35 cirros kern.info kernel: [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\nSep 4 13:52:35 cirros kern.notice kernel: [ 2.863258] random: dd urandom read with 5 bits of entropy available\nSep 4 13:52:37 cirros auth.notice su: + /dev/console root:cirros\nSep 4 13:52:38 cirros authpriv.info dropbear[340]: Running in background\nSep 4 13:52:38 cirros kern.info kernel: [ 5.529649] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\nSep 4 13:52:39 cirros kern.info kernel: [ 6.319552] 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-09-04 12:54:14,703 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/8cf6470b-47f9-4188-85fa-28971728869d/action used request id req-780d12d0-d7d7-4128-b0b5-f50abe1ade84 2018-09-04 12:54:14,734 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12:54: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-a770b06f-0917-4972-9a9b-d033c5523da2 x-compute-request-id: req-a770b06f-0917-4972-9a9b-d033c5523da2 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 515608422 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 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.150923] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.152917] pid_max: default: 32768 minimum: 301\n[ 0.154024] ACPI: Core revision 20150930\n[ 0.155586] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.157174] Security Framework initialized\n[ 0.158193] Yama: becoming mindful.\n[ 0.159068] AppArmor: AppArmor initialized\n[ 0.160087] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.161690] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.163263] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.164742] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.166444] Initializing cgroup subsys io\n[ 0.167422] Initializing cgroup subsys memory\n[ 0.168456] Initializing cgroup subsys devices\n[ 0.169505] Initializing cgroup subsys freezer\n[ 0.170564] Initializing cgroup subsys net_cls\n[ 0.171615] Initializing cgroup subsys perf_event\n[ 0.172718] Initializing cgroup subsys net_prio\n[ 0.173796] Initializing cgroup subsys hugetlb\n[ 0.174849] Initializing cgroup subsys pids\n[ 0.175921] CPU: Physical Processor ID: 0\n[ 0.177620] mce: CPU supports 10 MCE banks\n[ 0.178675] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.179920] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.191132] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.198095] ftrace: allocating 31920 entries in 125 pages\n[ 0.225740] smpboot: Max logical packages: 1\n[ 0.226781] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.228384] x2apic enabled\n[ 0.229295] Switched APIC routing to physical x2apic.\n[ 0.231260] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.232613] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.234983] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.237115] KVM setup paravirtual spinlock\n[ 0.238600] x86: Booted up 1 node, 1 CPUs\n[ 0.239559] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.241205] devtmpfs: initialized\n[ 0.243069] evm: security.selinux\n[ 0.243911] evm: security.SMACK64\n[ 0.244740] evm: security.SMACK64EXEC\n[ 0.245670] evm: security.SMACK64TRANSMUTE\n[ 0.246888] evm: security.SMACK64MMAP\n[ 0.248014] evm: security.ima\n[ 0.248963] evm: security.capability\n[ 0.250154] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.253029] pinctrl core: initialized pinctrl subsystem\n[ 0.254450] RTC time: 12:52:43, date: 09/04/18\n[ 0.255645] NET: Registered protocol family 16\n[ 0.256860] cpuidle: using governor ladder\n[ 0.257904] cpuidle: using governor menu\n[ 0.258917] PCCT header not found.\n[ 0.259856] ACPI: bus type PCI registered\n[ 0.260871] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.262454] PCI: Using configuration type 1 for base access\n[ 0.264543] ACPI: Added _OSI(Module Device)\n[ 0.265619] ACPI: Added _OSI(Processor Device)\n[ 0.266718] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.267872] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.270311] ACPI: Interpreter enabled\n[ 0.271271] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.273611] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.275974] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.278328] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.280689] ACPI: (supports S0 S5)\n[ 0.281576] ACPI: Using IOAPIC for interrupt routing\n[ 0.282788] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.286375] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.287863] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.289464] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.290994] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.293696] acpiphp: Slot [3] registered\n[ 0.294677] acpiphp: Slot [4] registered\n[ 0.295657] acpiphp: Slot [5] registered\n[ 0.296714] acpiphp: Slot [6] registered\n[ 0.297692] acpiphp: Slot [7] registered\n[ 0.298664] acpiphp: Slot [8] registered\n[ 0.299639] acpiphp: Slot [9] registered\n[ 0.300622] acpiphp: Slot [10] registered\n[ 0.301612] acpiphp: Slot [11] registered\n[ 0.302605] acpiphp: Slot [12] registered\n[ 0.303597] acpiphp: Slot [13] registered\n[ 0.304616] acpiphp: Slot [14] registered\n[ 0.305639] acpiphp: Slot [15] registered\n[ 0.317114] acpiphp: Slot [16] registered\n[ 0.318112] acpiphp: Slot [17] registered\n[ 0.319093] acpiphp: Slot [18] registered\n[ 0.320084] acpiphp: Slot [19] registered\n[ 0.321067] acpiphp: Slot [20] registered\n[ 0.322062] acpiphp: Slot [21] registered\n[ 0.323051] acpiphp: Slot [22] registered\n[ 0.324036] acpiphp: Slot [23] registered\n[ 0.325117] acpiphp: Slot [24] registered\n[ 0.326111] acpiphp: Slot [25] registered\n[ 0.327090] acpiphp: Slot [26] registered\n[ 0.328064] acpiphp: Slot [27] registered\n[ 0.329049] acpiphp: Slot [28] registered\n[ 0.330033] acpiphp: Slot [29] registered\n[ 0.331022] acpiphp: Slot [30] registered\n[ 0.332003] acpiphp: Slot [31] registered\n[ 0.332980] PCI host bridge to bus 0000:00\n[ 0.333966] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.335473] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.336977] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.338740] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.340514] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.347066] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.348688] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.350140] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.351723] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.358702] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.360439] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.408472] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.410187] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.411866] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.413528] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.416226] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.417715] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.419076] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.420370] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.422240] vgaarb: loaded\n[ 0.422960] vgaarb: bridge control possible 0000:00:02.0\n[ 0.424315] SCSI subsystem initialized\n[ 0.425298] ACPI: bus type USB registered\n[ 0.426288] usbcore: registered new interface driver usbfs\n[ 0.427543] usbcore: registered new interface driver hub\n[ 0.428764] usbcore: registered new device driver usb\n[ 0.430031] PCI: Using ACPI for IRQ routing\n[ 0.431246] NetLabel: Initializing\n[ 0.432106] NetLabel: domain hash size = 128\n[ 0.433134] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.434281] NetLabel: unlabeled traffic allowed by default\n[ 0.435616] clocksource: Switched to clocksource kvm-clock\n[ 0.441471] AppArmor: AppArmor Filesystem Enabled\n[ 0.442628] pnp: PnP ACPI init\n[ 0.443692] pnp: PnP ACPI: found 5 devices\n[ 0.450283] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.452002] NET: Registered protocol family 2\n[ 0.452973] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.454361] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.455517] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.456681] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.457754] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.458898] NET: Registered protocol family 1\n[ 0.459760] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.460845] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.461898] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.475931] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.490322] Trying to unpack rootfs image as initramfs...\n[ 0.540783] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.554504] Scanning for low memory corruption every 60 seconds\n[ 0.555826] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.556959] audit: initializing netlink subsys (disabled)\n[ 0.557950] audit: type=2000 audit(1536065564.730:1): initialized\n[ 0.559220] Initialise system trusted keyring\n[ 0.560133] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.561265] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.563186] zbud: loaded\n[ 0.563882] VFS: Disk quotas dquot_6.6.0\n[ 0.564692] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.573110] fuse init (API version 7.23)\n[ 0.574038] Key type big_key registered\n[ 0.574829] Allocating IMA MOK and blacklist keyrings.\n[ 0.575943] Key type asymmetric registered\n[ 0.576752] Asymmetric key parser 'x509' registered\n[ 0.577688] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.579480] io scheduler noop registered\n[ 0.580259] io scheduler deadline registered (default)\n[ 0.581214] io scheduler cfq registered\n[ 0.582037] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.583057] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.584302] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.585718] ACPI: Power Button [PWRF]\n[ 0.586552] GHES: HEST is not enabled!\n[ 0.600491] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.631680] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.634111] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.657962] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.660069] Linux agpgart interface v0.103\n[ 0.662094] brd: module loaded\n[ 0.663263] loop: module loaded\n[ 0.668493] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.669916] GPT:90111 != 2097151\n[ 0.670576] GPT:Alternate GPT header not at the end of the disk.\n[ 0.671647] GPT:90111 != 2097151\n[ 0.672305] GPT: Use GNU Parted to correct GPT errors.\n[ 0.673245] vda: vda1 vda15\n[ 0.674687] scsi host0: ata_piix\n[ 0.675406] scsi host1: ata_piix\n[ 0.676101] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.677286] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.678693] libphy: Fixed MDIO Bus: probed\n[ 0.679492] tun: Universal TUN/TAP device driver, 1.6\n[ 0.680420] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.682553] PPP generic driver version 2.4.2\n[ 0.683559] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.685021] ehci-pci: EHCI PCI platform driver\n[ 0.685966] ehci-platform: EHCI generic platform driver\n[ 0.687046] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.688378] ohci-pci: OHCI PCI platform driver\n[ 0.689294] ohci-platform: OHCI generic platform driver\n[ 0.690448] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.705050] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.706256] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.707930] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.709048] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.710293] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.711906] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.713803] usb usb1: Product: UHCI Host Controller\n[ 0.714946] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.716580] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.717842] hub 1-0:1.0: USB hub found\n[ 0.718824] hub 1-0:1.0: 2 ports detected\n[ 0.719996] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.722556] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.723808] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.724981] mousedev: PS/2 mouse device common for all mice\n[ 0.726461] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.728587] rtc_cmos 00:00: RTC can wake from S4\n[ 0.729809] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.731175] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.732534] i2c /dev entries driver\n[ 0.733358] device-mapper: uevent: version 1.0.3\n[ 0.734408] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.736265] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.737746] NET: Registered protocol family 10\n[ 0.738886] NET: Registered protocol family 17\n[ 0.739926] Key type dns_resolver registered\n[ 0.741014] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.742362] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.744463] registered taskstats version 1\n[ 0.745395] Loading compiled-in X.509 certificates\n[ 0.746929] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.749105] zswap: loaded using pool lzo/zbud\n[ 0.750628] Key type trusted registered\n[ 0.752807] Key type encrypted registered\n[ 0.753783] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.755029] ima: No TPM chip found, activating TPM-bypass!\n[ 0.756708] evm: HMAC attrs: 0x1\n[ 0.757709] Magic number: 2:928:884\n[ 0.758674] rtc_cmos 00:00: setting system clock to 2018-09-04 12:52:44 UTC (1536065564)\n[ 0.760623] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.761976] EDD information not available.\n[ 0.832167] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.834103] ata1.00: configured for MWDMA2\n[ 0.835820] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.849195] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.851018] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.852824] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.855174] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.857412] Write protecting the kernel read-only data: 14336k\n[ 0.859499] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.861986] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.67\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.921214] 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.75\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found 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.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 1.50s]\nping 10.10.10.6 OK\nping 10.10.10.6 OK\nping 10.10.10.6 OK\nping 10.10.10.6 OK\nping 10.10.10.6 OK\nping 10.10.10.6 OK\nping 10.10.10.6 OK\nping 10.10.10.6 OK\n"} 2018-09-04 12:54:14,735 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/e405c1d0-e398-40d9-b303-d8dab908a5e1/action used request id req-a770b06f-0917-4972-9a9b-d033c5523da2 2018-09-04 12:54:14,885 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12:54: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-42383db8-fa17-423b-9a35-6ade74ca4773 x-compute-request-id: req-42383db8-fa17-423b-9a35-6ade74ca4773 Content-Encoding: gzip Content-Length: 8087 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 535760135 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 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.131352] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.133000] pid_max: default: 32768 minimum: 301\n[ 0.133896] ACPI: Core revision 20150930\n[ 0.135297] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136597] Security Framework initialized\n[ 0.137409] Yama: becoming mindful.\n[ 0.138137] AppArmor: AppArmor initialized\n[ 0.139005] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.140326] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.141592] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142797] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144193] Initializing cgroup subsys io\n[ 0.145004] Initializing cgroup subsys memory\n[ 0.145856] Initializing cgroup subsys devices\n[ 0.146732] Initializing cgroup subsys freezer\n[ 0.147595] Initializing cgroup subsys net_cls\n[ 0.148458] Initializing cgroup subsys perf_event\n[ 0.149364] Initializing cgroup subsys net_prio\n[ 0.150239] Initializing cgroup subsys hugetlb\n[ 0.151105] Initializing cgroup subsys pids\n[ 0.151977] CPU: Physical Processor ID: 0\n[ 0.153486] mce: CPU supports 10 MCE banks\n[ 0.154329] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.155327] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.166337] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.173001] ftrace: allocating 31920 entries in 125 pages\n[ 0.200656] smpboot: Max logical packages: 1\n[ 0.201517] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.202872] x2apic enabled\n[ 0.203684] Switched APIC routing to physical x2apic.\n[ 0.205435] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.206550] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.208541] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.210326] KVM setup paravirtual spinlock\n[ 0.211661] x86: Booted up 1 node, 1 CPUs\n[ 0.212467] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.213858] devtmpfs: initialized\n[ 0.215591] evm: security.selinux\n[ 0.216289] evm: security.SMACK64\n[ 0.216977] evm: security.SMACK64EXEC\n[ 0.217722] evm: security.SMACK64TRANSMUTE\n[ 0.218527] evm: security.SMACK64MMAP\n[ 0.219274] evm: security.ima\n[ 0.219912] evm: security.capability\n[ 0.220731] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.222586] pinctrl core: initialized pinctrl subsystem\n[ 0.223690] RTC time: 12:52:56, date: 09/04/18\n[ 0.224645] NET: Registered protocol family 16\n[ 0.225619] cpuidle: using governor ladder\n[ 0.226437] cpuidle: using governor menu\n[ 0.227217] PCCT header not found.\n[ 0.227973] ACPI: bus type PCI registered\n[ 0.228783] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.230023] PCI: Using configuration type 1 for base access\n[ 0.231798] ACPI: Added _OSI(Module Device)\n[ 0.232643] ACPI: Added _OSI(Processor Device)\n[ 0.233504] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.234401] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.236544] ACPI: Interpreter enabled\n[ 0.237315] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.239155] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.240990] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.242839] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.244675] ACPI: (supports S0 S5)\n[ 0.245382] ACPI: Using IOAPIC for interrupt routing\n[ 0.246416] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.249525] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.250670] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.251893] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.253078] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.255309] acpiphp: Slot [3] registered\n[ 0.256106] acpiphp: Slot [4] registered\n[ 0.256905] acpiphp: Slot [5] registered\n[ 0.257816] acpiphp: Slot [6] registered\n[ 0.258671] acpiphp: Slot [7] registered\n[ 0.259512] acpiphp: Slot [8] registered\n[ 0.260358] acpiphp: Slot [9] registered\n[ 0.261193] acpiphp: Slot [10] registered\n[ 0.262050] acpiphp: Slot [11] registered\n[ 0.262911] acpiphp: Slot [12] registered\n[ 0.263773] acpiphp: Slot [13] registered\n[ 0.264628] acpiphp: Slot [14] registered\n[ 0.265476] acpiphp: Slot [15] registered\n[ 0.276361] acpiphp: Slot [16] registered\n[ 0.277205] acpiphp: Slot [17] registered\n[ 0.278067] acpiphp: Slot [18] registered\n[ 0.278909] acpiphp: Slot [19] registered\n[ 0.279764] acpiphp: Slot [20] registered\n[ 0.280623] acpiphp: Slot [21] registered\n[ 0.281469] acpiphp: Slot [22] registered\n[ 0.282322] acpiphp: Slot [23] registered\n[ 0.283172] acpiphp: Slot [24] registered\n[ 0.284024] acpiphp: Slot [25] registered\n[ 0.284882] acpiphp: Slot [26] registered\n[ 0.285727] acpiphp: Slot [27] registered\n[ 0.286586] acpiphp: Slot [28] registered\n[ 0.287436] acpiphp: Slot [29] registered\n[ 0.288294] acpiphp: Slot [30] registered\n[ 0.289149] acpiphp: Slot [31] registered\n[ 0.289996] PCI host bridge to bus 0000:00\n[ 0.290848] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.292209] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.293428] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.294875] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.296325] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.302688] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.303965] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.305137] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.306406] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.313629] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.315078] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.365283] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.366783] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.368213] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.369672] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.371126] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.372393] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.373582] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.374652] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.376217] vgaarb: loaded\n[ 0.376828] vgaarb: bridge control possible 0000:00:02.0\n[ 0.377999] SCSI subsystem initialized\n[ 0.378840] ACPI: bus type USB registered\n[ 0.379668] usbcore: registered new interface driver usbfs\n[ 0.380709] usbcore: registered new interface driver hub\n[ 0.381722] usbcore: registered new device driver usb\n[ 0.382794] PCI: Using ACPI for IRQ routing\n[ 0.383845] NetLabel: Initializing\n[ 0.384599] NetLabel: domain hash size = 128\n[ 0.385509] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.386531] NetLabel: unlabeled traffic allowed by default\n[ 0.387728] clocksource: Switched to clocksource kvm-clock\n[ 0.393561] AppArmor: AppArmor Filesystem Enabled\n[ 0.394601] pnp: PnP ACPI init\n[ 0.395554] pnp: PnP ACPI: found 5 devices\n[ 0.402000] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.403825] NET: Registered protocol family 2\n[ 0.404812] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.406097] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.407278] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.408527] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.409572] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.410694] NET: Registered protocol family 1\n[ 0.411532] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.412590] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.413667] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.427866] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.442280] Trying to unpack rootfs image as initramfs...\n[ 0.492629] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.506467] Scanning for low memory corruption every 60 seconds\n[ 0.507889] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.509098] audit: initializing netlink subsys (disabled)\n[ 0.510293] audit: type=2000 audit(1536065577.660:1): initialized\n[ 0.511668] Initialise system trusted keyring\n[ 0.512649] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.513862] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.515914] zbud: loaded\n[ 0.516664] VFS: Disk quotas dquot_6.6.0\n[ 0.517546] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.519156] fuse init (API version 7.23)\n[ 0.520108] Key type big_key registered\n[ 0.520968] Allocating IMA MOK and blacklist keyrings.\n[ 0.522173] Key type asymmetric registered\n[ 0.523059] Asymmetric key parser 'x509' registered\n[ 0.524106] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.526045] io scheduler noop registered\n[ 0.526902] io scheduler deadline registered (default)\n[ 0.527975] io scheduler cfq registered\n[ 0.528881] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.530017] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.531389] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.533006] ACPI: Power Button [PWRF]\n[ 0.533909] GHES: HEST is not enabled!\n[ 0.547740] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.582776] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.586226] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.610548] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.612846] Linux agpgart interface v0.103\n[ 0.615028] brd: module loaded\n[ 0.616363] loop: module loaded\n[ 0.620894] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.622426] GPT:90111 != 2097151\n[ 0.623123] GPT:Alternate GPT header not at the end of the disk.\n[ 0.624418] GPT:90111 != 2097151\n[ 0.625134] GPT: Use GNU Parted to correct GPT errors.\n[ 0.626144] vda: vda1 vda15\n[ 0.627690] scsi host0: ata_piix\n[ 0.628480] scsi host1: ata_piix\n[ 0.629226] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.630522] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.632053] libphy: Fixed MDIO Bus: probed\n[ 0.632934] tun: Universal TUN/TAP device driver, 1.6\n[ 0.633959] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.636365] PPP generic driver version 2.4.2\n[ 0.637501] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.638947] ehci-pci: EHCI PCI platform driver\n[ 0.640002] ehci-platform: EHCI generic platform driver\n[ 0.641199] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.642564] ohci-pci: OHCI PCI platform driver\n[ 0.643601] ohci-platform: OHCI generic platform driver\n[ 0.644797] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.659615] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.660835] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.662584] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.663787] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.665123] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.666620] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.668320] usb usb1: Product: UHCI Host Controller\n[ 0.669539] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.670923] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.672066] hub 1-0:1.0: USB hub found\n[ 0.672986] hub 1-0:1.0: 2 ports detected\n[ 0.674054] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.676497] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.677636] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.678838] mousedev: PS/2 mouse device common for all mice\n[ 0.680123] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.681981] rtc_cmos 00:00: RTC can wake from S4\n[ 0.683079] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.684350] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.685805] i2c /dev entries driver\n[ 0.686705] device-mapper: uevent: version 1.0.3\n[ 0.687832] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.689792] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.691326] NET: Registered protocol family 10\n[ 0.692508] NET: Registered protocol family 17\n[ 0.693583] Key type dns_resolver registered\n[ 0.694681] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.696013] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.698125] registered taskstats version 1\n[ 0.699132] Loading compiled-in X.509 certificates\n[ 0.700772] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.703008] zswap: loaded using pool lzo/zbud\n[ 0.704578] Key type trusted registered\n[ 0.706734] Key type encrypted registered\n[ 0.707746] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.708994] ima: No TPM chip found, activating TPM-bypass!\n[ 0.710699] evm: HMAC attrs: 0x1\n[ 0.711799] Magic number: 2:928:884\n[ 0.712813] rtc_cmos 00:00: setting system clock to 2018-09-04 12:52:57 UTC (1536065577)\n[ 0.714727] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.716088] EDD information not available.\n[ 0.788380] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.790044] ata1.00: configured for MWDMA2\n[ 0.791419] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.804456] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.805961] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.807424] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.809510] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.811342] Write protecting the kernel read-only data: 14336k\n[ 0.813150] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.815278] 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.873182] 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.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... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.10.7...\nLease of 10.10.10.7 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.92s]\nping 10.10.10.8 OK\n"} 2018-09-04 12:54:14,885 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/94bf21f0-f1b6-428f-8bea-ade96857c71b/action used request id req-42383db8-fa17-423b-9a35-6ade74ca4773 2018-09-04 12:54:15,709 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/servers/8cf6470b-47f9-4188-85fa-28971728869d/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}26d8b946cfe8573c121af4cedf4ccdc82505adc8" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-04 12:54:15,740 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/servers/e405c1d0-e398-40d9-b303-d8dab908a5e1/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3e16754a174e570fc92a6d8b2ab2b0a769563b11" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-04 12:54:15,890 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/servers/94bf21f0-f1b6-428f-8bea-ade96857c71b/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6bf60c0e23ecaa1432876d008666c2120fdb63c0" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-04 12:54:16,784 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12: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-39c21709-dd75-45e5-8724-f884567aaa15 x-compute-request-id: req-39c21709-dd75-45e5-8724-f884567aaa15 Content-Encoding: gzip Content-Length: 10882 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 493641177 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 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.133916] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.135612] pid_max: default: 32768 minimum: 301\n[ 0.136527] ACPI: Core revision 20150930\n[ 0.137933] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.139280] Security Framework initialized\n[ 0.140119] Yama: becoming mindful.\n[ 0.140867] AppArmor: AppArmor initialized\n[ 0.141752] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.143121] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.144435] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.145678] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.147100] Initializing cgroup subsys io\n[ 0.147938] Initializing cgroup subsys memory\n[ 0.148820] Initializing cgroup subsys devices\n[ 0.149723] Initializing cgroup subsys freezer\n[ 0.150611] Initializing cgroup subsys net_cls\n[ 0.151495] Initializing cgroup subsys perf_event\n[ 0.152432] Initializing cgroup subsys net_prio\n[ 0.153348] Initializing cgroup subsys hugetlb\n[ 0.154241] Initializing cgroup subsys pids\n[ 0.155137] CPU: Physical Processor ID: 0\n[ 0.156658] mce: CPU supports 10 MCE banks\n[ 0.157530] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.158557] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.169233] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.175662] ftrace: allocating 31920 entries in 125 pages\n[ 0.202481] smpboot: Max logical packages: 1\n[ 0.203506] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.205083] x2apic enabled\n[ 0.205939] Switched APIC routing to physical x2apic.\n[ 0.207817] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.209102] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.211242] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.213193] KVM setup paravirtual spinlock\n[ 0.214743] x86: Booted up 1 node, 1 CPUs\n[ 0.215629] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.217139] devtmpfs: initialized\n[ 0.218891] evm: security.selinux\n[ 0.219707] evm: security.SMACK64\n[ 0.220505] evm: security.SMACK64EXEC\n[ 0.221323] evm: security.SMACK64TRANSMUTE\n[ 0.222219] evm: security.SMACK64MMAP\n[ 0.223037] evm: security.ima\n[ 0.223729] evm: security.capability\n[ 0.224615] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.226659] pinctrl core: initialized pinctrl subsystem\n[ 0.227881] RTC time: 12:52:32, date: 09/04/18\n[ 0.228911] NET: Registered protocol family 16\n[ 0.229959] cpuidle: using governor ladder\n[ 0.230849] cpuidle: using governor menu\n[ 0.231703] PCCT header not found.\n[ 0.232544] ACPI: bus type PCI registered\n[ 0.233441] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.234824] PCI: Using configuration type 1 for base access\n[ 0.236684] ACPI: Added _OSI(Module Device)\n[ 0.237601] ACPI: Added _OSI(Processor Device)\n[ 0.238536] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.239505] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.241742] ACPI: Interpreter enabled\n[ 0.242750] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.244807] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.246835] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.248834] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.250882] ACPI: (supports S0 S5)\n[ 0.251768] ACPI: Using IOAPIC for interrupt routing\n[ 0.252785] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.256036] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.257322] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.258664] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.259942] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.262345] acpiphp: Slot [3] registered\n[ 0.263204] acpiphp: Slot [4] registered\n[ 0.264071] acpiphp: Slot [5] registered\n[ 0.264978] acpiphp: Slot [6] registered\n[ 0.265831] acpiphp: Slot [7] registered\n[ 0.266721] acpiphp: Slot [8] registered\n[ 0.267602] acpiphp: Slot [9] registered\n[ 0.268473] acpiphp: Slot [10] registered\n[ 0.269369] acpiphp: Slot [11] registered\n[ 0.270262] acpiphp: Slot [12] registered\n[ 0.271144] acpiphp: Slot [13] registered\n[ 0.272030] acpiphp: Slot [14] registered\n[ 0.272913] acpiphp: Slot [15] registered\n[ 0.283846] acpiphp: Slot [16] registered\n[ 0.284752] acpiphp: Slot [17] registered\n[ 0.285627] acpiphp: Slot [18] registered\n[ 0.286676] acpiphp: Slot [19] registered\n[ 0.287546] acpiphp: Slot [20] registered\n[ 0.288456] acpiphp: Slot [21] registered\n[ 0.289375] acpiphp: Slot [22] registered\n[ 0.290278] acpiphp: Slot [23] registered\n[ 0.291180] acpiphp: Slot [24] registered\n[ 0.292186] acpiphp: Slot [25] registered\n[ 0.293092] acpiphp: Slot [26] registered\n[ 0.293970] acpiphp: Slot [27] registered\n[ 0.294843] acpiphp: Slot [28] registered\n[ 0.295748] acpiphp: Slot [29] registered\n[ 0.296627] acpiphp: Slot [30] registered\n[ 0.297525] acpiphp: Slot [31] registered\n[ 0.298469] PCI host bridge to bus 0000:00\n[ 0.299367] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.300787] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.302183] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.303814] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.305504] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.311857] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.313291] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.314670] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.316109] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.322423] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.324047] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.370271] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.372275] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.374272] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.376274] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.378628] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.380397] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.382031] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.383629] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.385965] vgaarb: loaded\n[ 0.386823] vgaarb: bridge control possible 0000:00:02.0\n[ 0.388446] SCSI subsystem initialized\n[ 0.389649] ACPI: bus type USB registered\n[ 0.390882] usbcore: registered new interface driver usbfs\n[ 0.392441] usbcore: registered new interface driver hub\n[ 0.393994] usbcore: registered new device driver usb\n[ 0.395567] PCI: Using ACPI for IRQ routing\n[ 0.397076] NetLabel: Initializing\n[ 0.398138] NetLabel: domain hash size = 128\n[ 0.399424] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.400862] NetLabel: unlabeled traffic allowed by default\n[ 0.402496] clocksource: Switched to clocksource kvm-clock\n[ 0.408630] AppArmor: AppArmor Filesystem Enabled\n[ 0.410029] pnp: PnP ACPI init\n[ 0.411243] pnp: PnP ACPI: found 5 devices\n[ 0.417971] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.420554] NET: Registered protocol family 2\n[ 0.421956] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.423888] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.425663] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.427455] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.429081] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.430913] NET: Registered protocol family 1\n[ 0.432206] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.433906] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.435557] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.450263] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.465007] Trying to unpack rootfs image as initramfs...\n[ 0.515195] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.529654] Scanning for low memory corruption every 60 seconds\n[ 0.531556] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.533325] audit: initializing netlink subsys (disabled)\n[ 0.534923] audit: type=2000 audit(1536065553.046:1): initialized\n[ 0.536846] Initialise system trusted keyring\n[ 0.538207] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.539985] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.542560] zbud: loaded\n[ 0.543523] VFS: Disk quotas dquot_6.6.0\n[ 0.544714] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.546911] fuse init (API version 7.23)\n[ 0.548188] Key type big_key registered\n[ 0.549358] Allocating IMA MOK and blacklist keyrings.\n[ 0.550995] Key type asymmetric registered\n[ 0.552202] Asymmetric key parser 'x509' registered\n[ 0.553615] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.555185] io scheduler noop registered\n[ 0.556021] io scheduler deadline registered (default)\n[ 0.557046] io scheduler cfq registered\n[ 0.558276] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.559379] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.560767] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.562262] ACPI: Power Button [PWRF]\n[ 0.563142] GHES: HEST is not enabled!\n[ 0.582700] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.611616] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.614050] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.638513] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.640746] Linux agpgart interface v0.103\n[ 0.642894] brd: module loaded\n[ 0.644180] loop: module loaded\n[ 0.648809] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.650302] GPT:90111 != 2097151\n[ 0.651006] GPT:Alternate GPT header not at the end of the disk.\n[ 0.652128] GPT:90111 != 2097151\n[ 0.652817] GPT: Use GNU Parted to correct GPT errors.\n[ 0.653805] vda: vda1 vda15\n[ 0.655228] scsi host0: ata_piix\n[ 0.655984] scsi host1: ata_piix\n[ 0.656705] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.657954] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.659443] libphy: Fixed MDIO Bus: probed\n[ 0.660284] tun: Universal TUN/TAP device driver, 1.6\n[ 0.661260] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.663397] PPP generic driver version 2.4.2\n[ 0.664309] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.665581] ehci-pci: EHCI PCI platform driver\n[ 0.666481] ehci-platform: EHCI generic platform driver\n[ 0.667509] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.668682] ohci-pci: OHCI PCI platform driver\n[ 0.669573] ohci-platform: OHCI generic platform driver\n[ 0.670599] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.684963] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.685985] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.687482] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.688537] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.689685] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.690946] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.692401] usb usb1: Product: UHCI Host Controller\n[ 0.693363] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.694542] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.695579] hub 1-0:1.0: USB hub found\n[ 0.696379] hub 1-0:1.0: 2 ports detected\n[ 0.697306] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.699476] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.700458] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.701509] mousedev: PS/2 mouse device common for all mice\n[ 0.702814] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.704699] rtc_cmos 00:00: RTC can wake from S4\n[ 0.705821] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.707058] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.708282] i2c /dev entries driver\n[ 0.709079] device-mapper: uevent: version 1.0.3\n[ 0.710034] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.711705] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.713029] NET: Registered protocol family 10\n[ 0.714054] NET: Registered protocol family 17\n[ 0.714975] Key type dns_resolver registered\n[ 0.715935] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.717058] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.718862] registered taskstats version 1\n[ 0.719718] Loading compiled-in X.509 certificates\n[ 0.721183] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.723109] zswap: loaded using pool lzo/zbud\n[ 0.724519] Key type trusted registered\n[ 0.726081] Key type encrypted registered\n[ 0.726941] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.727997] ima: No TPM chip found, activating TPM-bypass!\n[ 0.729056] evm: HMAC attrs: 0x1\n[ 0.730010] Magic number: 2:928:884\n[ 0.730889] rtc_cmos 00:00: setting system clock to 2018-09-04 12:52:33 UTC (1536065553)\n[ 0.732529] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.733686] EDD information not available.\n[ 0.819485] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.821072] Write protecting the kernel read-only data: 14336k\n[ 0.833011] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.834880] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.66\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 2.64\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 2.863258] 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 2.75. iid=i-00000123\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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCRwjHQcym09Tp/ARB4dweGWyWirMhn+SYYILqbXUL25KMOMbva77/YlgjfENfG/TFeydM+4kZjV0CCyJIDEFb8IJwX9V0eAGbHy+mBxPGu606jjwCTo1XpoM8TiqgqehyQHmBOsFrI62Xt5C84zcxoOV4eQD8xb7sOxPBWp3FFq+jlpK3j/ezacq+KsZCrYO36UBNY8xEFK/L6fJeC+S8yergLlCDLuC0NMGjxw7IWa/yLNiOVzgyzmxtvylLBh6O9KOh9qiGCtnMDvvj8P9LwVo3Sn+2WS9GhddcPOtUluVPMTAvAtElD/5q6VDumQISbEN4d/0SZZG0aWYo+LA4D root@sdnvpn-10-2\nssh-dss AAAAB3NzaC1kc3MAAACBALtXbcKHQUELj8C5WmyWQiA9MwTTFhL2DbRo4MkEn4SyMMvpOHlUXeQS8h62M2ksws897bf6ZrHWm1Ih5lEOTmV10wC/E+RY4DVQi2pD210oMrxkgB0BFuVP87MG1fwWs5k1DFhSOq+WU69xS7oSWpyxcbbm7HuBPk+8qQ6UQt5LAAAAFQC1Hui1/QkNvM/FhmrpfxniKVPadwAAAIEAuCLMJYFXIaFmVsWCQV0X9rHvYiEGeq6WZq8KrWVS/0J26z6aKft+AKO806ifePHRE/+1GtdTKUG0a0RdrQ+r9NuSYPf/6Zvzus3JevdJqYrT1gmwT4Gw9OsHt5JKGdg1m6Qp8U2fykksP1LhVAUIVRf9I/hLnpYpz+PF91cZFwgAAACALBBU/Qs9SnRalTd4yOVJKnMiLs5Nsf4VIGyjuc/6hNMxsdicfyY/VvEHEsFSdcUZVAdHTCqo1/3Tgd5dwtu/L96oQRRtBsqDYhwZSFGq1Qe158J3O9VdmtLnIse48N4jdNyCi4Ygk3zI0bDAq9RxsWFgZ1XTn/WehMZSrRMo2+I= 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.6,24,fe80::f816:3eff:fe08:1b4/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-00000123\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-10-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=5.41 ===\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\n/dev/root resized successfully [took 3.21s]\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:08:01:B4 \n inet addr:10.10.10.6 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe08:1b4/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:7986 (7.7 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-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.170520] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.170521] usb 1-1: Product: QEMU USB Tablet\n[ 1.170522] usb 1-1: Manufacturer: QEMU\n[ 1.170522] usb 1-1: SerialNumber: 42\n[ 1.526770] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3255787006b, max_idle_ns: 440795244845 ns\n[ 2.814989] EXT4-fs (vda1): re-mounted. Opts: data=ordered\n[ 2.845206] EXT4-fs (vda1): re-mounted. Opts: data=ordered\n[ 2.863258] random: dd urandom read with 5 bits of entropy available\n[ 5.529649] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\n[ 6.319552] EXT4-fs (vda1): resized filesystem to 1039340\n### tail -n 25 /var/log/messages\nSep 4 13:52:35 cirros syslog.info syslogd started: BusyBox v1.23.2\nSep 4 13:52:35 cirros kern.notice kernel: klogd started: BusyBox v1.23.2 (2017-11-20 02:37:12 UTC)\nSep 4 13:52:35 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpuset\nSep 4 13:52:35 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpu\nSep 4 13:52:35 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpuacct\nSep 4 13:52:35 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)\nSep 4 13:52:35 cirros kern.info kernel: [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\nSep 4 13:52:35 cirros kern.info kernel: [ 0.000000] KERNEL supported cpus:\nSep 4 13:52:35 cirros kern.info kernel: [ 0.000000] Intel GenuineIntel\nSep 4 13:52:35 cirros kern.info kernel: [ 0.000000] AMD AuthenticAMD\nSep 4 13:52:35 cirros kern.info kernel: [ 0.000000] Centaur CentaurHauls\nSep 4 13:52:35 cirros kern.info kernel: [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\nSep 4 13:52:35 cirros kern.notice kernel: [ 2.863258] random: dd urandom read with 5 bits of entropy available\nSep 4 13:52:37 cirros auth.notice su: + /dev/console root:cirros\nSep 4 13:52:38 cirros authpriv.info dropbear[340]: Running in background\nSep 4 13:52:38 cirros kern.info kernel: [ 5.529649] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\nSep 4 13:52:39 cirros kern.info kernel: [ 6.319552] 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-09-04 12:54:16,785 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/8cf6470b-47f9-4188-85fa-28971728869d/action used request id req-39c21709-dd75-45e5-8724-f884567aaa15 2018-09-04 12:54:16,809 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12: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-a51b2121-1cb1-4a5e-85a4-2644fd5acc5f x-compute-request-id: req-a51b2121-1cb1-4a5e-85a4-2644fd5acc5f 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 515608422 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 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.150923] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.152917] pid_max: default: 32768 minimum: 301\n[ 0.154024] ACPI: Core revision 20150930\n[ 0.155586] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.157174] Security Framework initialized\n[ 0.158193] Yama: becoming mindful.\n[ 0.159068] AppArmor: AppArmor initialized\n[ 0.160087] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.161690] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.163263] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.164742] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.166444] Initializing cgroup subsys io\n[ 0.167422] Initializing cgroup subsys memory\n[ 0.168456] Initializing cgroup subsys devices\n[ 0.169505] Initializing cgroup subsys freezer\n[ 0.170564] Initializing cgroup subsys net_cls\n[ 0.171615] Initializing cgroup subsys perf_event\n[ 0.172718] Initializing cgroup subsys net_prio\n[ 0.173796] Initializing cgroup subsys hugetlb\n[ 0.174849] Initializing cgroup subsys pids\n[ 0.175921] CPU: Physical Processor ID: 0\n[ 0.177620] mce: CPU supports 10 MCE banks\n[ 0.178675] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.179920] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.191132] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.198095] ftrace: allocating 31920 entries in 125 pages\n[ 0.225740] smpboot: Max logical packages: 1\n[ 0.226781] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.228384] x2apic enabled\n[ 0.229295] Switched APIC routing to physical x2apic.\n[ 0.231260] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.232613] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.234983] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.237115] KVM setup paravirtual spinlock\n[ 0.238600] x86: Booted up 1 node, 1 CPUs\n[ 0.239559] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.241205] devtmpfs: initialized\n[ 0.243069] evm: security.selinux\n[ 0.243911] evm: security.SMACK64\n[ 0.244740] evm: security.SMACK64EXEC\n[ 0.245670] evm: security.SMACK64TRANSMUTE\n[ 0.246888] evm: security.SMACK64MMAP\n[ 0.248014] evm: security.ima\n[ 0.248963] evm: security.capability\n[ 0.250154] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.253029] pinctrl core: initialized pinctrl subsystem\n[ 0.254450] RTC time: 12:52:43, date: 09/04/18\n[ 0.255645] NET: Registered protocol family 16\n[ 0.256860] cpuidle: using governor ladder\n[ 0.257904] cpuidle: using governor menu\n[ 0.258917] PCCT header not found.\n[ 0.259856] ACPI: bus type PCI registered\n[ 0.260871] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.262454] PCI: Using configuration type 1 for base access\n[ 0.264543] ACPI: Added _OSI(Module Device)\n[ 0.265619] ACPI: Added _OSI(Processor Device)\n[ 0.266718] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.267872] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.270311] ACPI: Interpreter enabled\n[ 0.271271] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.273611] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.275974] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.278328] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.280689] ACPI: (supports S0 S5)\n[ 0.281576] ACPI: Using IOAPIC for interrupt routing\n[ 0.282788] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.286375] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.287863] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.289464] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.290994] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.293696] acpiphp: Slot [3] registered\n[ 0.294677] acpiphp: Slot [4] registered\n[ 0.295657] acpiphp: Slot [5] registered\n[ 0.296714] acpiphp: Slot [6] registered\n[ 0.297692] acpiphp: Slot [7] registered\n[ 0.298664] acpiphp: Slot [8] registered\n[ 0.299639] acpiphp: Slot [9] registered\n[ 0.300622] acpiphp: Slot [10] registered\n[ 0.301612] acpiphp: Slot [11] registered\n[ 0.302605] acpiphp: Slot [12] registered\n[ 0.303597] acpiphp: Slot [13] registered\n[ 0.304616] acpiphp: Slot [14] registered\n[ 0.305639] acpiphp: Slot [15] registered\n[ 0.317114] acpiphp: Slot [16] registered\n[ 0.318112] acpiphp: Slot [17] registered\n[ 0.319093] acpiphp: Slot [18] registered\n[ 0.320084] acpiphp: Slot [19] registered\n[ 0.321067] acpiphp: Slot [20] registered\n[ 0.322062] acpiphp: Slot [21] registered\n[ 0.323051] acpiphp: Slot [22] registered\n[ 0.324036] acpiphp: Slot [23] registered\n[ 0.325117] acpiphp: Slot [24] registered\n[ 0.326111] acpiphp: Slot [25] registered\n[ 0.327090] acpiphp: Slot [26] registered\n[ 0.328064] acpiphp: Slot [27] registered\n[ 0.329049] acpiphp: Slot [28] registered\n[ 0.330033] acpiphp: Slot [29] registered\n[ 0.331022] acpiphp: Slot [30] registered\n[ 0.332003] acpiphp: Slot [31] registered\n[ 0.332980] PCI host bridge to bus 0000:00\n[ 0.333966] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.335473] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.336977] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.338740] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.340514] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.347066] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.348688] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.350140] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.351723] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.358702] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.360439] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.408472] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.410187] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.411866] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.413528] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.416226] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.417715] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.419076] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.420370] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.422240] vgaarb: loaded\n[ 0.422960] vgaarb: bridge control possible 0000:00:02.0\n[ 0.424315] SCSI subsystem initialized\n[ 0.425298] ACPI: bus type USB registered\n[ 0.426288] usbcore: registered new interface driver usbfs\n[ 0.427543] usbcore: registered new interface driver hub\n[ 0.428764] usbcore: registered new device driver usb\n[ 0.430031] PCI: Using ACPI for IRQ routing\n[ 0.431246] NetLabel: Initializing\n[ 0.432106] NetLabel: domain hash size = 128\n[ 0.433134] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.434281] NetLabel: unlabeled traffic allowed by default\n[ 0.435616] clocksource: Switched to clocksource kvm-clock\n[ 0.441471] AppArmor: AppArmor Filesystem Enabled\n[ 0.442628] pnp: PnP ACPI init\n[ 0.443692] pnp: PnP ACPI: found 5 devices\n[ 0.450283] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.452002] NET: Registered protocol family 2\n[ 0.452973] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.454361] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.455517] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.456681] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.457754] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.458898] NET: Registered protocol family 1\n[ 0.459760] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.460845] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.461898] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.475931] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.490322] Trying to unpack rootfs image as initramfs...\n[ 0.540783] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.554504] Scanning for low memory corruption every 60 seconds\n[ 0.555826] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.556959] audit: initializing netlink subsys (disabled)\n[ 0.557950] audit: type=2000 audit(1536065564.730:1): initialized\n[ 0.559220] Initialise system trusted keyring\n[ 0.560133] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.561265] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.563186] zbud: loaded\n[ 0.563882] VFS: Disk quotas dquot_6.6.0\n[ 0.564692] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.573110] fuse init (API version 7.23)\n[ 0.574038] Key type big_key registered\n[ 0.574829] Allocating IMA MOK and blacklist keyrings.\n[ 0.575943] Key type asymmetric registered\n[ 0.576752] Asymmetric key parser 'x509' registered\n[ 0.577688] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.579480] io scheduler noop registered\n[ 0.580259] io scheduler deadline registered (default)\n[ 0.581214] io scheduler cfq registered\n[ 0.582037] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.583057] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.584302] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.585718] ACPI: Power Button [PWRF]\n[ 0.586552] GHES: HEST is not enabled!\n[ 0.600491] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.631680] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.634111] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.657962] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.660069] Linux agpgart interface v0.103\n[ 0.662094] brd: module loaded\n[ 0.663263] loop: module loaded\n[ 0.668493] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.669916] GPT:90111 != 2097151\n[ 0.670576] GPT:Alternate GPT header not at the end of the disk.\n[ 0.671647] GPT:90111 != 2097151\n[ 0.672305] GPT: Use GNU Parted to correct GPT errors.\n[ 0.673245] vda: vda1 vda15\n[ 0.674687] scsi host0: ata_piix\n[ 0.675406] scsi host1: ata_piix\n[ 0.676101] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.677286] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.678693] libphy: Fixed MDIO Bus: probed\n[ 0.679492] tun: Universal TUN/TAP device driver, 1.6\n[ 0.680420] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.682553] PPP generic driver version 2.4.2\n[ 0.683559] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.685021] ehci-pci: EHCI PCI platform driver\n[ 0.685966] ehci-platform: EHCI generic platform driver\n[ 0.687046] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.688378] ohci-pci: OHCI PCI platform driver\n[ 0.689294] ohci-platform: OHCI generic platform driver\n[ 0.690448] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.705050] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.706256] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.707930] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.709048] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.710293] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.711906] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.713803] usb usb1: Product: UHCI Host Controller\n[ 0.714946] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.716580] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.717842] hub 1-0:1.0: USB hub found\n[ 0.718824] hub 1-0:1.0: 2 ports detected\n[ 0.719996] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.722556] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.723808] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.724981] mousedev: PS/2 mouse device common for all mice\n[ 0.726461] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.728587] rtc_cmos 00:00: RTC can wake from S4\n[ 0.729809] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.731175] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.732534] i2c /dev entries driver\n[ 0.733358] device-mapper: uevent: version 1.0.3\n[ 0.734408] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.736265] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.737746] NET: Registered protocol family 10\n[ 0.738886] NET: Registered protocol family 17\n[ 0.739926] Key type dns_resolver registered\n[ 0.741014] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.742362] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.744463] registered taskstats version 1\n[ 0.745395] Loading compiled-in X.509 certificates\n[ 0.746929] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.749105] zswap: loaded using pool lzo/zbud\n[ 0.750628] Key type trusted registered\n[ 0.752807] Key type encrypted registered\n[ 0.753783] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.755029] ima: No TPM chip found, activating TPM-bypass!\n[ 0.756708] evm: HMAC attrs: 0x1\n[ 0.757709] Magic number: 2:928:884\n[ 0.758674] rtc_cmos 00:00: setting system clock to 2018-09-04 12:52:44 UTC (1536065564)\n[ 0.760623] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.761976] EDD information not available.\n[ 0.832167] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.834103] ata1.00: configured for MWDMA2\n[ 0.835820] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.849195] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.851018] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.852824] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.855174] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.857412] Write protecting the kernel read-only data: 14336k\n[ 0.859499] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.861986] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.67\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.921214] 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.75\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found 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.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 1.50s]\nping 10.10.10.6 OK\nping 10.10.10.6 OK\nping 10.10.10.6 OK\nping 10.10.10.6 OK\nping 10.10.10.6 OK\nping 10.10.10.6 OK\nping 10.10.10.6 OK\nping 10.10.10.6 OK\nping 10.10.10.6 OK\n"} 2018-09-04 12:54:16,809 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/e405c1d0-e398-40d9-b303-d8dab908a5e1/action used request id req-a51b2121-1cb1-4a5e-85a4-2644fd5acc5f 2018-09-04 12:54:16,960 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12: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-e02e2f5f-e900-413e-80a7-cce2967a1521 x-compute-request-id: req-e02e2f5f-e900-413e-80a7-cce2967a1521 Content-Encoding: gzip Content-Length: 8087 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 535760135 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 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.131352] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.133000] pid_max: default: 32768 minimum: 301\n[ 0.133896] ACPI: Core revision 20150930\n[ 0.135297] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136597] Security Framework initialized\n[ 0.137409] Yama: becoming mindful.\n[ 0.138137] AppArmor: AppArmor initialized\n[ 0.139005] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.140326] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.141592] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142797] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144193] Initializing cgroup subsys io\n[ 0.145004] Initializing cgroup subsys memory\n[ 0.145856] Initializing cgroup subsys devices\n[ 0.146732] Initializing cgroup subsys freezer\n[ 0.147595] Initializing cgroup subsys net_cls\n[ 0.148458] Initializing cgroup subsys perf_event\n[ 0.149364] Initializing cgroup subsys net_prio\n[ 0.150239] Initializing cgroup subsys hugetlb\n[ 0.151105] Initializing cgroup subsys pids\n[ 0.151977] CPU: Physical Processor ID: 0\n[ 0.153486] mce: CPU supports 10 MCE banks\n[ 0.154329] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.155327] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.166337] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.173001] ftrace: allocating 31920 entries in 125 pages\n[ 0.200656] smpboot: Max logical packages: 1\n[ 0.201517] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.202872] x2apic enabled\n[ 0.203684] Switched APIC routing to physical x2apic.\n[ 0.205435] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.206550] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.208541] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.210326] KVM setup paravirtual spinlock\n[ 0.211661] x86: Booted up 1 node, 1 CPUs\n[ 0.212467] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.213858] devtmpfs: initialized\n[ 0.215591] evm: security.selinux\n[ 0.216289] evm: security.SMACK64\n[ 0.216977] evm: security.SMACK64EXEC\n[ 0.217722] evm: security.SMACK64TRANSMUTE\n[ 0.218527] evm: security.SMACK64MMAP\n[ 0.219274] evm: security.ima\n[ 0.219912] evm: security.capability\n[ 0.220731] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.222586] pinctrl core: initialized pinctrl subsystem\n[ 0.223690] RTC time: 12:52:56, date: 09/04/18\n[ 0.224645] NET: Registered protocol family 16\n[ 0.225619] cpuidle: using governor ladder\n[ 0.226437] cpuidle: using governor menu\n[ 0.227217] PCCT header not found.\n[ 0.227973] ACPI: bus type PCI registered\n[ 0.228783] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.230023] PCI: Using configuration type 1 for base access\n[ 0.231798] ACPI: Added _OSI(Module Device)\n[ 0.232643] ACPI: Added _OSI(Processor Device)\n[ 0.233504] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.234401] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.236544] ACPI: Interpreter enabled\n[ 0.237315] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.239155] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.240990] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.242839] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.244675] ACPI: (supports S0 S5)\n[ 0.245382] ACPI: Using IOAPIC for interrupt routing\n[ 0.246416] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.249525] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.250670] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.251893] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.253078] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.255309] acpiphp: Slot [3] registered\n[ 0.256106] acpiphp: Slot [4] registered\n[ 0.256905] acpiphp: Slot [5] registered\n[ 0.257816] acpiphp: Slot [6] registered\n[ 0.258671] acpiphp: Slot [7] registered\n[ 0.259512] acpiphp: Slot [8] registered\n[ 0.260358] acpiphp: Slot [9] registered\n[ 0.261193] acpiphp: Slot [10] registered\n[ 0.262050] acpiphp: Slot [11] registered\n[ 0.262911] acpiphp: Slot [12] registered\n[ 0.263773] acpiphp: Slot [13] registered\n[ 0.264628] acpiphp: Slot [14] registered\n[ 0.265476] acpiphp: Slot [15] registered\n[ 0.276361] acpiphp: Slot [16] registered\n[ 0.277205] acpiphp: Slot [17] registered\n[ 0.278067] acpiphp: Slot [18] registered\n[ 0.278909] acpiphp: Slot [19] registered\n[ 0.279764] acpiphp: Slot [20] registered\n[ 0.280623] acpiphp: Slot [21] registered\n[ 0.281469] acpiphp: Slot [22] registered\n[ 0.282322] acpiphp: Slot [23] registered\n[ 0.283172] acpiphp: Slot [24] registered\n[ 0.284024] acpiphp: Slot [25] registered\n[ 0.284882] acpiphp: Slot [26] registered\n[ 0.285727] acpiphp: Slot [27] registered\n[ 0.286586] acpiphp: Slot [28] registered\n[ 0.287436] acpiphp: Slot [29] registered\n[ 0.288294] acpiphp: Slot [30] registered\n[ 0.289149] acpiphp: Slot [31] registered\n[ 0.289996] PCI host bridge to bus 0000:00\n[ 0.290848] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.292209] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.293428] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.294875] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.296325] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.302688] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.303965] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.305137] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.306406] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.313629] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.315078] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.365283] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.366783] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.368213] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.369672] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.371126] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.372393] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.373582] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.374652] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.376217] vgaarb: loaded\n[ 0.376828] vgaarb: bridge control possible 0000:00:02.0\n[ 0.377999] SCSI subsystem initialized\n[ 0.378840] ACPI: bus type USB registered\n[ 0.379668] usbcore: registered new interface driver usbfs\n[ 0.380709] usbcore: registered new interface driver hub\n[ 0.381722] usbcore: registered new device driver usb\n[ 0.382794] PCI: Using ACPI for IRQ routing\n[ 0.383845] NetLabel: Initializing\n[ 0.384599] NetLabel: domain hash size = 128\n[ 0.385509] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.386531] NetLabel: unlabeled traffic allowed by default\n[ 0.387728] clocksource: Switched to clocksource kvm-clock\n[ 0.393561] AppArmor: AppArmor Filesystem Enabled\n[ 0.394601] pnp: PnP ACPI init\n[ 0.395554] pnp: PnP ACPI: found 5 devices\n[ 0.402000] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.403825] NET: Registered protocol family 2\n[ 0.404812] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.406097] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.407278] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.408527] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.409572] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.410694] NET: Registered protocol family 1\n[ 0.411532] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.412590] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.413667] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.427866] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.442280] Trying to unpack rootfs image as initramfs...\n[ 0.492629] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.506467] Scanning for low memory corruption every 60 seconds\n[ 0.507889] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.509098] audit: initializing netlink subsys (disabled)\n[ 0.510293] audit: type=2000 audit(1536065577.660:1): initialized\n[ 0.511668] Initialise system trusted keyring\n[ 0.512649] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.513862] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.515914] zbud: loaded\n[ 0.516664] VFS: Disk quotas dquot_6.6.0\n[ 0.517546] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.519156] fuse init (API version 7.23)\n[ 0.520108] Key type big_key registered\n[ 0.520968] Allocating IMA MOK and blacklist keyrings.\n[ 0.522173] Key type asymmetric registered\n[ 0.523059] Asymmetric key parser 'x509' registered\n[ 0.524106] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.526045] io scheduler noop registered\n[ 0.526902] io scheduler deadline registered (default)\n[ 0.527975] io scheduler cfq registered\n[ 0.528881] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.530017] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.531389] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.533006] ACPI: Power Button [PWRF]\n[ 0.533909] GHES: HEST is not enabled!\n[ 0.547740] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.582776] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.586226] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.610548] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.612846] Linux agpgart interface v0.103\n[ 0.615028] brd: module loaded\n[ 0.616363] loop: module loaded\n[ 0.620894] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.622426] GPT:90111 != 2097151\n[ 0.623123] GPT:Alternate GPT header not at the end of the disk.\n[ 0.624418] GPT:90111 != 2097151\n[ 0.625134] GPT: Use GNU Parted to correct GPT errors.\n[ 0.626144] vda: vda1 vda15\n[ 0.627690] scsi host0: ata_piix\n[ 0.628480] scsi host1: ata_piix\n[ 0.629226] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.630522] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.632053] libphy: Fixed MDIO Bus: probed\n[ 0.632934] tun: Universal TUN/TAP device driver, 1.6\n[ 0.633959] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.636365] PPP generic driver version 2.4.2\n[ 0.637501] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.638947] ehci-pci: EHCI PCI platform driver\n[ 0.640002] ehci-platform: EHCI generic platform driver\n[ 0.641199] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.642564] ohci-pci: OHCI PCI platform driver\n[ 0.643601] ohci-platform: OHCI generic platform driver\n[ 0.644797] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.659615] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.660835] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.662584] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.663787] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.665123] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.666620] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.668320] usb usb1: Product: UHCI Host Controller\n[ 0.669539] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.670923] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.672066] hub 1-0:1.0: USB hub found\n[ 0.672986] hub 1-0:1.0: 2 ports detected\n[ 0.674054] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.676497] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.677636] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.678838] mousedev: PS/2 mouse device common for all mice\n[ 0.680123] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.681981] rtc_cmos 00:00: RTC can wake from S4\n[ 0.683079] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.684350] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.685805] i2c /dev entries driver\n[ 0.686705] device-mapper: uevent: version 1.0.3\n[ 0.687832] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.689792] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.691326] NET: Registered protocol family 10\n[ 0.692508] NET: Registered protocol family 17\n[ 0.693583] Key type dns_resolver registered\n[ 0.694681] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.696013] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.698125] registered taskstats version 1\n[ 0.699132] Loading compiled-in X.509 certificates\n[ 0.700772] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.703008] zswap: loaded using pool lzo/zbud\n[ 0.704578] Key type trusted registered\n[ 0.706734] Key type encrypted registered\n[ 0.707746] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.708994] ima: No TPM chip found, activating TPM-bypass!\n[ 0.710699] evm: HMAC attrs: 0x1\n[ 0.711799] Magic number: 2:928:884\n[ 0.712813] rtc_cmos 00:00: setting system clock to 2018-09-04 12:52:57 UTC (1536065577)\n[ 0.714727] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.716088] EDD information not available.\n[ 0.788380] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.790044] ata1.00: configured for MWDMA2\n[ 0.791419] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.804456] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.805961] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.807424] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.809510] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.811342] Write protecting the kernel read-only data: 14336k\n[ 0.813150] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.815278] 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.873182] 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.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... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.10.7...\nLease of 10.10.10.7 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.92s]\nping 10.10.10.8 OK\n"} 2018-09-04 12:54:16,960 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/94bf21f0-f1b6-428f-8bea-ade96857c71b/action used request id req-e02e2f5f-e900-413e-80a7-cce2967a1521 2018-09-04 12:54:17,791 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/servers/8cf6470b-47f9-4188-85fa-28971728869d/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}26d8b946cfe8573c121af4cedf4ccdc82505adc8" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-04 12:54:17,814 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/servers/e405c1d0-e398-40d9-b303-d8dab908a5e1/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3e16754a174e570fc92a6d8b2ab2b0a769563b11" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-04 12:54:17,965 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/servers/94bf21f0-f1b6-428f-8bea-ade96857c71b/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6bf60c0e23ecaa1432876d008666c2120fdb63c0" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-04 12:54:18,857 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12:54: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-a772aca2-75f2-4b38-b8d4-02d98bd3c3d9 x-compute-request-id: req-a772aca2-75f2-4b38-b8d4-02d98bd3c3d9 Content-Encoding: gzip Content-Length: 10882 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 493641177 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 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.133916] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.135612] pid_max: default: 32768 minimum: 301\n[ 0.136527] ACPI: Core revision 20150930\n[ 0.137933] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.139280] Security Framework initialized\n[ 0.140119] Yama: becoming mindful.\n[ 0.140867] AppArmor: AppArmor initialized\n[ 0.141752] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.143121] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.144435] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.145678] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.147100] Initializing cgroup subsys io\n[ 0.147938] Initializing cgroup subsys memory\n[ 0.148820] Initializing cgroup subsys devices\n[ 0.149723] Initializing cgroup subsys freezer\n[ 0.150611] Initializing cgroup subsys net_cls\n[ 0.151495] Initializing cgroup subsys perf_event\n[ 0.152432] Initializing cgroup subsys net_prio\n[ 0.153348] Initializing cgroup subsys hugetlb\n[ 0.154241] Initializing cgroup subsys pids\n[ 0.155137] CPU: Physical Processor ID: 0\n[ 0.156658] mce: CPU supports 10 MCE banks\n[ 0.157530] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.158557] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.169233] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.175662] ftrace: allocating 31920 entries in 125 pages\n[ 0.202481] smpboot: Max logical packages: 1\n[ 0.203506] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.205083] x2apic enabled\n[ 0.205939] Switched APIC routing to physical x2apic.\n[ 0.207817] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.209102] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.211242] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.213193] KVM setup paravirtual spinlock\n[ 0.214743] x86: Booted up 1 node, 1 CPUs\n[ 0.215629] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.217139] devtmpfs: initialized\n[ 0.218891] evm: security.selinux\n[ 0.219707] evm: security.SMACK64\n[ 0.220505] evm: security.SMACK64EXEC\n[ 0.221323] evm: security.SMACK64TRANSMUTE\n[ 0.222219] evm: security.SMACK64MMAP\n[ 0.223037] evm: security.ima\n[ 0.223729] evm: security.capability\n[ 0.224615] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.226659] pinctrl core: initialized pinctrl subsystem\n[ 0.227881] RTC time: 12:52:32, date: 09/04/18\n[ 0.228911] NET: Registered protocol family 16\n[ 0.229959] cpuidle: using governor ladder\n[ 0.230849] cpuidle: using governor menu\n[ 0.231703] PCCT header not found.\n[ 0.232544] ACPI: bus type PCI registered\n[ 0.233441] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.234824] PCI: Using configuration type 1 for base access\n[ 0.236684] ACPI: Added _OSI(Module Device)\n[ 0.237601] ACPI: Added _OSI(Processor Device)\n[ 0.238536] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.239505] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.241742] ACPI: Interpreter enabled\n[ 0.242750] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.244807] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.246835] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.248834] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.250882] ACPI: (supports S0 S5)\n[ 0.251768] ACPI: Using IOAPIC for interrupt routing\n[ 0.252785] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.256036] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.257322] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.258664] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.259942] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.262345] acpiphp: Slot [3] registered\n[ 0.263204] acpiphp: Slot [4] registered\n[ 0.264071] acpiphp: Slot [5] registered\n[ 0.264978] acpiphp: Slot [6] registered\n[ 0.265831] acpiphp: Slot [7] registered\n[ 0.266721] acpiphp: Slot [8] registered\n[ 0.267602] acpiphp: Slot [9] registered\n[ 0.268473] acpiphp: Slot [10] registered\n[ 0.269369] acpiphp: Slot [11] registered\n[ 0.270262] acpiphp: Slot [12] registered\n[ 0.271144] acpiphp: Slot [13] registered\n[ 0.272030] acpiphp: Slot [14] registered\n[ 0.272913] acpiphp: Slot [15] registered\n[ 0.283846] acpiphp: Slot [16] registered\n[ 0.284752] acpiphp: Slot [17] registered\n[ 0.285627] acpiphp: Slot [18] registered\n[ 0.286676] acpiphp: Slot [19] registered\n[ 0.287546] acpiphp: Slot [20] registered\n[ 0.288456] acpiphp: Slot [21] registered\n[ 0.289375] acpiphp: Slot [22] registered\n[ 0.290278] acpiphp: Slot [23] registered\n[ 0.291180] acpiphp: Slot [24] registered\n[ 0.292186] acpiphp: Slot [25] registered\n[ 0.293092] acpiphp: Slot [26] registered\n[ 0.293970] acpiphp: Slot [27] registered\n[ 0.294843] acpiphp: Slot [28] registered\n[ 0.295748] acpiphp: Slot [29] registered\n[ 0.296627] acpiphp: Slot [30] registered\n[ 0.297525] acpiphp: Slot [31] registered\n[ 0.298469] PCI host bridge to bus 0000:00\n[ 0.299367] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.300787] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.302183] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.303814] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.305504] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.311857] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.313291] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.314670] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.316109] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.322423] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.324047] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.370271] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.372275] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.374272] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.376274] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.378628] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.380397] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.382031] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.383629] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.385965] vgaarb: loaded\n[ 0.386823] vgaarb: bridge control possible 0000:00:02.0\n[ 0.388446] SCSI subsystem initialized\n[ 0.389649] ACPI: bus type USB registered\n[ 0.390882] usbcore: registered new interface driver usbfs\n[ 0.392441] usbcore: registered new interface driver hub\n[ 0.393994] usbcore: registered new device driver usb\n[ 0.395567] PCI: Using ACPI for IRQ routing\n[ 0.397076] NetLabel: Initializing\n[ 0.398138] NetLabel: domain hash size = 128\n[ 0.399424] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.400862] NetLabel: unlabeled traffic allowed by default\n[ 0.402496] clocksource: Switched to clocksource kvm-clock\n[ 0.408630] AppArmor: AppArmor Filesystem Enabled\n[ 0.410029] pnp: PnP ACPI init\n[ 0.411243] pnp: PnP ACPI: found 5 devices\n[ 0.417971] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.420554] NET: Registered protocol family 2\n[ 0.421956] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.423888] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.425663] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.427455] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.429081] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.430913] NET: Registered protocol family 1\n[ 0.432206] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.433906] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.435557] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.450263] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.465007] Trying to unpack rootfs image as initramfs...\n[ 0.515195] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.529654] Scanning for low memory corruption every 60 seconds\n[ 0.531556] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.533325] audit: initializing netlink subsys (disabled)\n[ 0.534923] audit: type=2000 audit(1536065553.046:1): initialized\n[ 0.536846] Initialise system trusted keyring\n[ 0.538207] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.539985] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.542560] zbud: loaded\n[ 0.543523] VFS: Disk quotas dquot_6.6.0\n[ 0.544714] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.546911] fuse init (API version 7.23)\n[ 0.548188] Key type big_key registered\n[ 0.549358] Allocating IMA MOK and blacklist keyrings.\n[ 0.550995] Key type asymmetric registered\n[ 0.552202] Asymmetric key parser 'x509' registered\n[ 0.553615] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.555185] io scheduler noop registered\n[ 0.556021] io scheduler deadline registered (default)\n[ 0.557046] io scheduler cfq registered\n[ 0.558276] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.559379] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.560767] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.562262] ACPI: Power Button [PWRF]\n[ 0.563142] GHES: HEST is not enabled!\n[ 0.582700] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.611616] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.614050] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.638513] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.640746] Linux agpgart interface v0.103\n[ 0.642894] brd: module loaded\n[ 0.644180] loop: module loaded\n[ 0.648809] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.650302] GPT:90111 != 2097151\n[ 0.651006] GPT:Alternate GPT header not at the end of the disk.\n[ 0.652128] GPT:90111 != 2097151\n[ 0.652817] GPT: Use GNU Parted to correct GPT errors.\n[ 0.653805] vda: vda1 vda15\n[ 0.655228] scsi host0: ata_piix\n[ 0.655984] scsi host1: ata_piix\n[ 0.656705] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.657954] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.659443] libphy: Fixed MDIO Bus: probed\n[ 0.660284] tun: Universal TUN/TAP device driver, 1.6\n[ 0.661260] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.663397] PPP generic driver version 2.4.2\n[ 0.664309] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.665581] ehci-pci: EHCI PCI platform driver\n[ 0.666481] ehci-platform: EHCI generic platform driver\n[ 0.667509] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.668682] ohci-pci: OHCI PCI platform driver\n[ 0.669573] ohci-platform: OHCI generic platform driver\n[ 0.670599] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.684963] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.685985] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.687482] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.688537] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.689685] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.690946] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.692401] usb usb1: Product: UHCI Host Controller\n[ 0.693363] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.694542] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.695579] hub 1-0:1.0: USB hub found\n[ 0.696379] hub 1-0:1.0: 2 ports detected\n[ 0.697306] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.699476] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.700458] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.701509] mousedev: PS/2 mouse device common for all mice\n[ 0.702814] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.704699] rtc_cmos 00:00: RTC can wake from S4\n[ 0.705821] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.707058] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.708282] i2c /dev entries driver\n[ 0.709079] device-mapper: uevent: version 1.0.3\n[ 0.710034] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.711705] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.713029] NET: Registered protocol family 10\n[ 0.714054] NET: Registered protocol family 17\n[ 0.714975] Key type dns_resolver registered\n[ 0.715935] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.717058] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.718862] registered taskstats version 1\n[ 0.719718] Loading compiled-in X.509 certificates\n[ 0.721183] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.723109] zswap: loaded using pool lzo/zbud\n[ 0.724519] Key type trusted registered\n[ 0.726081] Key type encrypted registered\n[ 0.726941] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.727997] ima: No TPM chip found, activating TPM-bypass!\n[ 0.729056] evm: HMAC attrs: 0x1\n[ 0.730010] Magic number: 2:928:884\n[ 0.730889] rtc_cmos 00:00: setting system clock to 2018-09-04 12:52:33 UTC (1536065553)\n[ 0.732529] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.733686] EDD information not available.\n[ 0.819485] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.821072] Write protecting the kernel read-only data: 14336k\n[ 0.833011] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.834880] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.66\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 2.64\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 2.863258] 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 2.75. iid=i-00000123\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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCRwjHQcym09Tp/ARB4dweGWyWirMhn+SYYILqbXUL25KMOMbva77/YlgjfENfG/TFeydM+4kZjV0CCyJIDEFb8IJwX9V0eAGbHy+mBxPGu606jjwCTo1XpoM8TiqgqehyQHmBOsFrI62Xt5C84zcxoOV4eQD8xb7sOxPBWp3FFq+jlpK3j/ezacq+KsZCrYO36UBNY8xEFK/L6fJeC+S8yergLlCDLuC0NMGjxw7IWa/yLNiOVzgyzmxtvylLBh6O9KOh9qiGCtnMDvvj8P9LwVo3Sn+2WS9GhddcPOtUluVPMTAvAtElD/5q6VDumQISbEN4d/0SZZG0aWYo+LA4D root@sdnvpn-10-2\nssh-dss AAAAB3NzaC1kc3MAAACBALtXbcKHQUELj8C5WmyWQiA9MwTTFhL2DbRo4MkEn4SyMMvpOHlUXeQS8h62M2ksws897bf6ZrHWm1Ih5lEOTmV10wC/E+RY4DVQi2pD210oMrxkgB0BFuVP87MG1fwWs5k1DFhSOq+WU69xS7oSWpyxcbbm7HuBPk+8qQ6UQt5LAAAAFQC1Hui1/QkNvM/FhmrpfxniKVPadwAAAIEAuCLMJYFXIaFmVsWCQV0X9rHvYiEGeq6WZq8KrWVS/0J26z6aKft+AKO806ifePHRE/+1GtdTKUG0a0RdrQ+r9NuSYPf/6Zvzus3JevdJqYrT1gmwT4Gw9OsHt5JKGdg1m6Qp8U2fykksP1LhVAUIVRf9I/hLnpYpz+PF91cZFwgAAACALBBU/Qs9SnRalTd4yOVJKnMiLs5Nsf4VIGyjuc/6hNMxsdicfyY/VvEHEsFSdcUZVAdHTCqo1/3Tgd5dwtu/L96oQRRtBsqDYhwZSFGq1Qe158J3O9VdmtLnIse48N4jdNyCi4Ygk3zI0bDAq9RxsWFgZ1XTn/WehMZSrRMo2+I= 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.6,24,fe80::f816:3eff:fe08:1b4/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-00000123\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-10-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=5.41 ===\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\n/dev/root resized successfully [took 3.21s]\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:08:01:B4 \n inet addr:10.10.10.6 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe08:1b4/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:7986 (7.7 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-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.170520] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.170521] usb 1-1: Product: QEMU USB Tablet\n[ 1.170522] usb 1-1: Manufacturer: QEMU\n[ 1.170522] usb 1-1: SerialNumber: 42\n[ 1.526770] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3255787006b, max_idle_ns: 440795244845 ns\n[ 2.814989] EXT4-fs (vda1): re-mounted. Opts: data=ordered\n[ 2.845206] EXT4-fs (vda1): re-mounted. Opts: data=ordered\n[ 2.863258] random: dd urandom read with 5 bits of entropy available\n[ 5.529649] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\n[ 6.319552] EXT4-fs (vda1): resized filesystem to 1039340\n### tail -n 25 /var/log/messages\nSep 4 13:52:35 cirros syslog.info syslogd started: BusyBox v1.23.2\nSep 4 13:52:35 cirros kern.notice kernel: klogd started: BusyBox v1.23.2 (2017-11-20 02:37:12 UTC)\nSep 4 13:52:35 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpuset\nSep 4 13:52:35 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpu\nSep 4 13:52:35 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpuacct\nSep 4 13:52:35 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)\nSep 4 13:52:35 cirros kern.info kernel: [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\nSep 4 13:52:35 cirros kern.info kernel: [ 0.000000] KERNEL supported cpus:\nSep 4 13:52:35 cirros kern.info kernel: [ 0.000000] Intel GenuineIntel\nSep 4 13:52:35 cirros kern.info kernel: [ 0.000000] AMD AuthenticAMD\nSep 4 13:52:35 cirros kern.info kernel: [ 0.000000] Centaur CentaurHauls\nSep 4 13:52:35 cirros kern.info kernel: [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\nSep 4 13:52:35 cirros kern.notice kernel: [ 2.863258] random: dd urandom read with 5 bits of entropy available\nSep 4 13:52:37 cirros auth.notice su: + /dev/console root:cirros\nSep 4 13:52:38 cirros authpriv.info dropbear[340]: Running in background\nSep 4 13:52:38 cirros kern.info kernel: [ 5.529649] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\nSep 4 13:52:39 cirros kern.info kernel: [ 6.319552] 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-09-04 12:54:18,858 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/8cf6470b-47f9-4188-85fa-28971728869d/action used request id req-a772aca2-75f2-4b38-b8d4-02d98bd3c3d9 2018-09-04 12:54:18,878 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12:54: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-648c6089-7fa3-4250-a4b5-5dea53265d0d x-compute-request-id: req-648c6089-7fa3-4250-a4b5-5dea53265d0d 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 515608422 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 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.150923] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.152917] pid_max: default: 32768 minimum: 301\n[ 0.154024] ACPI: Core revision 20150930\n[ 0.155586] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.157174] Security Framework initialized\n[ 0.158193] Yama: becoming mindful.\n[ 0.159068] AppArmor: AppArmor initialized\n[ 0.160087] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.161690] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.163263] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.164742] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.166444] Initializing cgroup subsys io\n[ 0.167422] Initializing cgroup subsys memory\n[ 0.168456] Initializing cgroup subsys devices\n[ 0.169505] Initializing cgroup subsys freezer\n[ 0.170564] Initializing cgroup subsys net_cls\n[ 0.171615] Initializing cgroup subsys perf_event\n[ 0.172718] Initializing cgroup subsys net_prio\n[ 0.173796] Initializing cgroup subsys hugetlb\n[ 0.174849] Initializing cgroup subsys pids\n[ 0.175921] CPU: Physical Processor ID: 0\n[ 0.177620] mce: CPU supports 10 MCE banks\n[ 0.178675] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.179920] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.191132] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.198095] ftrace: allocating 31920 entries in 125 pages\n[ 0.225740] smpboot: Max logical packages: 1\n[ 0.226781] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.228384] x2apic enabled\n[ 0.229295] Switched APIC routing to physical x2apic.\n[ 0.231260] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.232613] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.234983] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.237115] KVM setup paravirtual spinlock\n[ 0.238600] x86: Booted up 1 node, 1 CPUs\n[ 0.239559] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.241205] devtmpfs: initialized\n[ 0.243069] evm: security.selinux\n[ 0.243911] evm: security.SMACK64\n[ 0.244740] evm: security.SMACK64EXEC\n[ 0.245670] evm: security.SMACK64TRANSMUTE\n[ 0.246888] evm: security.SMACK64MMAP\n[ 0.248014] evm: security.ima\n[ 0.248963] evm: security.capability\n[ 0.250154] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.253029] pinctrl core: initialized pinctrl subsystem\n[ 0.254450] RTC time: 12:52:43, date: 09/04/18\n[ 0.255645] NET: Registered protocol family 16\n[ 0.256860] cpuidle: using governor ladder\n[ 0.257904] cpuidle: using governor menu\n[ 0.258917] PCCT header not found.\n[ 0.259856] ACPI: bus type PCI registered\n[ 0.260871] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.262454] PCI: Using configuration type 1 for base access\n[ 0.264543] ACPI: Added _OSI(Module Device)\n[ 0.265619] ACPI: Added _OSI(Processor Device)\n[ 0.266718] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.267872] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.270311] ACPI: Interpreter enabled\n[ 0.271271] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.273611] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.275974] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.278328] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.280689] ACPI: (supports S0 S5)\n[ 0.281576] ACPI: Using IOAPIC for interrupt routing\n[ 0.282788] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.286375] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.287863] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.289464] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.290994] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.293696] acpiphp: Slot [3] registered\n[ 0.294677] acpiphp: Slot [4] registered\n[ 0.295657] acpiphp: Slot [5] registered\n[ 0.296714] acpiphp: Slot [6] registered\n[ 0.297692] acpiphp: Slot [7] registered\n[ 0.298664] acpiphp: Slot [8] registered\n[ 0.299639] acpiphp: Slot [9] registered\n[ 0.300622] acpiphp: Slot [10] registered\n[ 0.301612] acpiphp: Slot [11] registered\n[ 0.302605] acpiphp: Slot [12] registered\n[ 0.303597] acpiphp: Slot [13] registered\n[ 0.304616] acpiphp: Slot [14] registered\n[ 0.305639] acpiphp: Slot [15] registered\n[ 0.317114] acpiphp: Slot [16] registered\n[ 0.318112] acpiphp: Slot [17] registered\n[ 0.319093] acpiphp: Slot [18] registered\n[ 0.320084] acpiphp: Slot [19] registered\n[ 0.321067] acpiphp: Slot [20] registered\n[ 0.322062] acpiphp: Slot [21] registered\n[ 0.323051] acpiphp: Slot [22] registered\n[ 0.324036] acpiphp: Slot [23] registered\n[ 0.325117] acpiphp: Slot [24] registered\n[ 0.326111] acpiphp: Slot [25] registered\n[ 0.327090] acpiphp: Slot [26] registered\n[ 0.328064] acpiphp: Slot [27] registered\n[ 0.329049] acpiphp: Slot [28] registered\n[ 0.330033] acpiphp: Slot [29] registered\n[ 0.331022] acpiphp: Slot [30] registered\n[ 0.332003] acpiphp: Slot [31] registered\n[ 0.332980] PCI host bridge to bus 0000:00\n[ 0.333966] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.335473] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.336977] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.338740] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.340514] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.347066] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.348688] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.350140] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.351723] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.358702] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.360439] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.408472] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.410187] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.411866] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.413528] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.416226] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.417715] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.419076] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.420370] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.422240] vgaarb: loaded\n[ 0.422960] vgaarb: bridge control possible 0000:00:02.0\n[ 0.424315] SCSI subsystem initialized\n[ 0.425298] ACPI: bus type USB registered\n[ 0.426288] usbcore: registered new interface driver usbfs\n[ 0.427543] usbcore: registered new interface driver hub\n[ 0.428764] usbcore: registered new device driver usb\n[ 0.430031] PCI: Using ACPI for IRQ routing\n[ 0.431246] NetLabel: Initializing\n[ 0.432106] NetLabel: domain hash size = 128\n[ 0.433134] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.434281] NetLabel: unlabeled traffic allowed by default\n[ 0.435616] clocksource: Switched to clocksource kvm-clock\n[ 0.441471] AppArmor: AppArmor Filesystem Enabled\n[ 0.442628] pnp: PnP ACPI init\n[ 0.443692] pnp: PnP ACPI: found 5 devices\n[ 0.450283] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.452002] NET: Registered protocol family 2\n[ 0.452973] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.454361] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.455517] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.456681] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.457754] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.458898] NET: Registered protocol family 1\n[ 0.459760] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.460845] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.461898] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.475931] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.490322] Trying to unpack rootfs image as initramfs...\n[ 0.540783] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.554504] Scanning for low memory corruption every 60 seconds\n[ 0.555826] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.556959] audit: initializing netlink subsys (disabled)\n[ 0.557950] audit: type=2000 audit(1536065564.730:1): initialized\n[ 0.559220] Initialise system trusted keyring\n[ 0.560133] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.561265] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.563186] zbud: loaded\n[ 0.563882] VFS: Disk quotas dquot_6.6.0\n[ 0.564692] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.573110] fuse init (API version 7.23)\n[ 0.574038] Key type big_key registered\n[ 0.574829] Allocating IMA MOK and blacklist keyrings.\n[ 0.575943] Key type asymmetric registered\n[ 0.576752] Asymmetric key parser 'x509' registered\n[ 0.577688] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.579480] io scheduler noop registered\n[ 0.580259] io scheduler deadline registered (default)\n[ 0.581214] io scheduler cfq registered\n[ 0.582037] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.583057] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.584302] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.585718] ACPI: Power Button [PWRF]\n[ 0.586552] GHES: HEST is not enabled!\n[ 0.600491] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.631680] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.634111] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.657962] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.660069] Linux agpgart interface v0.103\n[ 0.662094] brd: module loaded\n[ 0.663263] loop: module loaded\n[ 0.668493] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.669916] GPT:90111 != 2097151\n[ 0.670576] GPT:Alternate GPT header not at the end of the disk.\n[ 0.671647] GPT:90111 != 2097151\n[ 0.672305] GPT: Use GNU Parted to correct GPT errors.\n[ 0.673245] vda: vda1 vda15\n[ 0.674687] scsi host0: ata_piix\n[ 0.675406] scsi host1: ata_piix\n[ 0.676101] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.677286] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.678693] libphy: Fixed MDIO Bus: probed\n[ 0.679492] tun: Universal TUN/TAP device driver, 1.6\n[ 0.680420] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.682553] PPP generic driver version 2.4.2\n[ 0.683559] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.685021] ehci-pci: EHCI PCI platform driver\n[ 0.685966] ehci-platform: EHCI generic platform driver\n[ 0.687046] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.688378] ohci-pci: OHCI PCI platform driver\n[ 0.689294] ohci-platform: OHCI generic platform driver\n[ 0.690448] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.705050] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.706256] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.707930] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.709048] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.710293] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.711906] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.713803] usb usb1: Product: UHCI Host Controller\n[ 0.714946] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.716580] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.717842] hub 1-0:1.0: USB hub found\n[ 0.718824] hub 1-0:1.0: 2 ports detected\n[ 0.719996] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.722556] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.723808] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.724981] mousedev: PS/2 mouse device common for all mice\n[ 0.726461] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.728587] rtc_cmos 00:00: RTC can wake from S4\n[ 0.729809] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.731175] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.732534] i2c /dev entries driver\n[ 0.733358] device-mapper: uevent: version 1.0.3\n[ 0.734408] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.736265] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.737746] NET: Registered protocol family 10\n[ 0.738886] NET: Registered protocol family 17\n[ 0.739926] Key type dns_resolver registered\n[ 0.741014] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.742362] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.744463] registered taskstats version 1\n[ 0.745395] Loading compiled-in X.509 certificates\n[ 0.746929] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.749105] zswap: loaded using pool lzo/zbud\n[ 0.750628] Key type trusted registered\n[ 0.752807] Key type encrypted registered\n[ 0.753783] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.755029] ima: No TPM chip found, activating TPM-bypass!\n[ 0.756708] evm: HMAC attrs: 0x1\n[ 0.757709] Magic number: 2:928:884\n[ 0.758674] rtc_cmos 00:00: setting system clock to 2018-09-04 12:52:44 UTC (1536065564)\n[ 0.760623] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.761976] EDD information not available.\n[ 0.832167] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.834103] ata1.00: configured for MWDMA2\n[ 0.835820] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.849195] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.851018] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.852824] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.855174] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.857412] Write protecting the kernel read-only data: 14336k\n[ 0.859499] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.861986] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.67\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.921214] 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.75\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found 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.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 1.50s]\nping 10.10.10.6 OK\nping 10.10.10.6 OK\nping 10.10.10.6 OK\nping 10.10.10.6 OK\nping 10.10.10.6 OK\nping 10.10.10.6 OK\nping 10.10.10.6 OK\nping 10.10.10.6 OK\nping 10.10.10.6 OK\n"} 2018-09-04 12:54:18,878 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/e405c1d0-e398-40d9-b303-d8dab908a5e1/action used request id req-648c6089-7fa3-4250-a4b5-5dea53265d0d 2018-09-04 12:54:19,035 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12:54: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-994a3b79-d7b4-4609-9a94-3f76e19bb87f x-compute-request-id: req-994a3b79-d7b4-4609-9a94-3f76e19bb87f Content-Encoding: gzip Content-Length: 8092 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 535760135 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 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.131352] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.133000] pid_max: default: 32768 minimum: 301\n[ 0.133896] ACPI: Core revision 20150930\n[ 0.135297] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136597] Security Framework initialized\n[ 0.137409] Yama: becoming mindful.\n[ 0.138137] AppArmor: AppArmor initialized\n[ 0.139005] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.140326] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.141592] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142797] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144193] Initializing cgroup subsys io\n[ 0.145004] Initializing cgroup subsys memory\n[ 0.145856] Initializing cgroup subsys devices\n[ 0.146732] Initializing cgroup subsys freezer\n[ 0.147595] Initializing cgroup subsys net_cls\n[ 0.148458] Initializing cgroup subsys perf_event\n[ 0.149364] Initializing cgroup subsys net_prio\n[ 0.150239] Initializing cgroup subsys hugetlb\n[ 0.151105] Initializing cgroup subsys pids\n[ 0.151977] CPU: Physical Processor ID: 0\n[ 0.153486] mce: CPU supports 10 MCE banks\n[ 0.154329] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.155327] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.166337] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.173001] ftrace: allocating 31920 entries in 125 pages\n[ 0.200656] smpboot: Max logical packages: 1\n[ 0.201517] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.202872] x2apic enabled\n[ 0.203684] Switched APIC routing to physical x2apic.\n[ 0.205435] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.206550] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.208541] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.210326] KVM setup paravirtual spinlock\n[ 0.211661] x86: Booted up 1 node, 1 CPUs\n[ 0.212467] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.213858] devtmpfs: initialized\n[ 0.215591] evm: security.selinux\n[ 0.216289] evm: security.SMACK64\n[ 0.216977] evm: security.SMACK64EXEC\n[ 0.217722] evm: security.SMACK64TRANSMUTE\n[ 0.218527] evm: security.SMACK64MMAP\n[ 0.219274] evm: security.ima\n[ 0.219912] evm: security.capability\n[ 0.220731] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.222586] pinctrl core: initialized pinctrl subsystem\n[ 0.223690] RTC time: 12:52:56, date: 09/04/18\n[ 0.224645] NET: Registered protocol family 16\n[ 0.225619] cpuidle: using governor ladder\n[ 0.226437] cpuidle: using governor menu\n[ 0.227217] PCCT header not found.\n[ 0.227973] ACPI: bus type PCI registered\n[ 0.228783] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.230023] PCI: Using configuration type 1 for base access\n[ 0.231798] ACPI: Added _OSI(Module Device)\n[ 0.232643] ACPI: Added _OSI(Processor Device)\n[ 0.233504] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.234401] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.236544] ACPI: Interpreter enabled\n[ 0.237315] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.239155] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.240990] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.242839] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.244675] ACPI: (supports S0 S5)\n[ 0.245382] ACPI: Using IOAPIC for interrupt routing\n[ 0.246416] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.249525] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.250670] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.251893] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.253078] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.255309] acpiphp: Slot [3] registered\n[ 0.256106] acpiphp: Slot [4] registered\n[ 0.256905] acpiphp: Slot [5] registered\n[ 0.257816] acpiphp: Slot [6] registered\n[ 0.258671] acpiphp: Slot [7] registered\n[ 0.259512] acpiphp: Slot [8] registered\n[ 0.260358] acpiphp: Slot [9] registered\n[ 0.261193] acpiphp: Slot [10] registered\n[ 0.262050] acpiphp: Slot [11] registered\n[ 0.262911] acpiphp: Slot [12] registered\n[ 0.263773] acpiphp: Slot [13] registered\n[ 0.264628] acpiphp: Slot [14] registered\n[ 0.265476] acpiphp: Slot [15] registered\n[ 0.276361] acpiphp: Slot [16] registered\n[ 0.277205] acpiphp: Slot [17] registered\n[ 0.278067] acpiphp: Slot [18] registered\n[ 0.278909] acpiphp: Slot [19] registered\n[ 0.279764] acpiphp: Slot [20] registered\n[ 0.280623] acpiphp: Slot [21] registered\n[ 0.281469] acpiphp: Slot [22] registered\n[ 0.282322] acpiphp: Slot [23] registered\n[ 0.283172] acpiphp: Slot [24] registered\n[ 0.284024] acpiphp: Slot [25] registered\n[ 0.284882] acpiphp: Slot [26] registered\n[ 0.285727] acpiphp: Slot [27] registered\n[ 0.286586] acpiphp: Slot [28] registered\n[ 0.287436] acpiphp: Slot [29] registered\n[ 0.288294] acpiphp: Slot [30] registered\n[ 0.289149] acpiphp: Slot [31] registered\n[ 0.289996] PCI host bridge to bus 0000:00\n[ 0.290848] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.292209] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.293428] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.294875] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.296325] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.302688] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.303965] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.305137] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.306406] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.313629] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.315078] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.365283] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.366783] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.368213] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.369672] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.371126] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.372393] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.373582] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.374652] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.376217] vgaarb: loaded\n[ 0.376828] vgaarb: bridge control possible 0000:00:02.0\n[ 0.377999] SCSI subsystem initialized\n[ 0.378840] ACPI: bus type USB registered\n[ 0.379668] usbcore: registered new interface driver usbfs\n[ 0.380709] usbcore: registered new interface driver hub\n[ 0.381722] usbcore: registered new device driver usb\n[ 0.382794] PCI: Using ACPI for IRQ routing\n[ 0.383845] NetLabel: Initializing\n[ 0.384599] NetLabel: domain hash size = 128\n[ 0.385509] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.386531] NetLabel: unlabeled traffic allowed by default\n[ 0.387728] clocksource: Switched to clocksource kvm-clock\n[ 0.393561] AppArmor: AppArmor Filesystem Enabled\n[ 0.394601] pnp: PnP ACPI init\n[ 0.395554] pnp: PnP ACPI: found 5 devices\n[ 0.402000] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.403825] NET: Registered protocol family 2\n[ 0.404812] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.406097] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.407278] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.408527] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.409572] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.410694] NET: Registered protocol family 1\n[ 0.411532] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.412590] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.413667] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.427866] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.442280] Trying to unpack rootfs image as initramfs...\n[ 0.492629] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.506467] Scanning for low memory corruption every 60 seconds\n[ 0.507889] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.509098] audit: initializing netlink subsys (disabled)\n[ 0.510293] audit: type=2000 audit(1536065577.660:1): initialized\n[ 0.511668] Initialise system trusted keyring\n[ 0.512649] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.513862] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.515914] zbud: loaded\n[ 0.516664] VFS: Disk quotas dquot_6.6.0\n[ 0.517546] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.519156] fuse init (API version 7.23)\n[ 0.520108] Key type big_key registered\n[ 0.520968] Allocating IMA MOK and blacklist keyrings.\n[ 0.522173] Key type asymmetric registered\n[ 0.523059] Asymmetric key parser 'x509' registered\n[ 0.524106] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.526045] io scheduler noop registered\n[ 0.526902] io scheduler deadline registered (default)\n[ 0.527975] io scheduler cfq registered\n[ 0.528881] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.530017] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.531389] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.533006] ACPI: Power Button [PWRF]\n[ 0.533909] GHES: HEST is not enabled!\n[ 0.547740] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.582776] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.586226] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.610548] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.612846] Linux agpgart interface v0.103\n[ 0.615028] brd: module loaded\n[ 0.616363] loop: module loaded\n[ 0.620894] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.622426] GPT:90111 != 2097151\n[ 0.623123] GPT:Alternate GPT header not at the end of the disk.\n[ 0.624418] GPT:90111 != 2097151\n[ 0.625134] GPT: Use GNU Parted to correct GPT errors.\n[ 0.626144] vda: vda1 vda15\n[ 0.627690] scsi host0: ata_piix\n[ 0.628480] scsi host1: ata_piix\n[ 0.629226] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.630522] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.632053] libphy: Fixed MDIO Bus: probed\n[ 0.632934] tun: Universal TUN/TAP device driver, 1.6\n[ 0.633959] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.636365] PPP generic driver version 2.4.2\n[ 0.637501] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.638947] ehci-pci: EHCI PCI platform driver\n[ 0.640002] ehci-platform: EHCI generic platform driver\n[ 0.641199] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.642564] ohci-pci: OHCI PCI platform driver\n[ 0.643601] ohci-platform: OHCI generic platform driver\n[ 0.644797] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.659615] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.660835] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.662584] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.663787] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.665123] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.666620] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.668320] usb usb1: Product: UHCI Host Controller\n[ 0.669539] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.670923] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.672066] hub 1-0:1.0: USB hub found\n[ 0.672986] hub 1-0:1.0: 2 ports detected\n[ 0.674054] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.676497] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.677636] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.678838] mousedev: PS/2 mouse device common for all mice\n[ 0.680123] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.681981] rtc_cmos 00:00: RTC can wake from S4\n[ 0.683079] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.684350] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.685805] i2c /dev entries driver\n[ 0.686705] device-mapper: uevent: version 1.0.3\n[ 0.687832] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.689792] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.691326] NET: Registered protocol family 10\n[ 0.692508] NET: Registered protocol family 17\n[ 0.693583] Key type dns_resolver registered\n[ 0.694681] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.696013] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.698125] registered taskstats version 1\n[ 0.699132] Loading compiled-in X.509 certificates\n[ 0.700772] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.703008] zswap: loaded using pool lzo/zbud\n[ 0.704578] Key type trusted registered\n[ 0.706734] Key type encrypted registered\n[ 0.707746] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.708994] ima: No TPM chip found, activating TPM-bypass!\n[ 0.710699] evm: HMAC attrs: 0x1\n[ 0.711799] Magic number: 2:928:884\n[ 0.712813] rtc_cmos 00:00: setting system clock to 2018-09-04 12:52:57 UTC (1536065577)\n[ 0.714727] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.716088] EDD information not available.\n[ 0.788380] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.790044] ata1.00: configured for MWDMA2\n[ 0.791419] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.804456] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.805961] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.807424] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.809510] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.811342] Write protecting the kernel read-only data: 14336k\n[ 0.813150] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.815278] 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.873182] 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.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... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.10.7...\nLease of 10.10.10.7 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.92s]\nping 10.10.10.8 OK\nping 10.10.10.6 OK\n"} 2018-09-04 12:54:19,035 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/94bf21f0-f1b6-428f-8bea-ade96857c71b/action used request id req-994a3b79-d7b4-4609-9a94-3f76e19bb87f 2018-09-04 12:54:19,864 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/servers/8cf6470b-47f9-4188-85fa-28971728869d/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}26d8b946cfe8573c121af4cedf4ccdc82505adc8" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-04 12:54:19,883 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/servers/e405c1d0-e398-40d9-b303-d8dab908a5e1/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3e16754a174e570fc92a6d8b2ab2b0a769563b11" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-04 12:54:20,040 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/servers/94bf21f0-f1b6-428f-8bea-ade96857c71b/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6bf60c0e23ecaa1432876d008666c2120fdb63c0" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-04 12:54:20,936 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12:54: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-99cdfe26-30f3-4366-8eb1-1b35edb68089 x-compute-request-id: req-99cdfe26-30f3-4366-8eb1-1b35edb68089 Content-Encoding: gzip Content-Length: 10882 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 493641177 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 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.133916] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.135612] pid_max: default: 32768 minimum: 301\n[ 0.136527] ACPI: Core revision 20150930\n[ 0.137933] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.139280] Security Framework initialized\n[ 0.140119] Yama: becoming mindful.\n[ 0.140867] AppArmor: AppArmor initialized\n[ 0.141752] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.143121] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.144435] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.145678] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.147100] Initializing cgroup subsys io\n[ 0.147938] Initializing cgroup subsys memory\n[ 0.148820] Initializing cgroup subsys devices\n[ 0.149723] Initializing cgroup subsys freezer\n[ 0.150611] Initializing cgroup subsys net_cls\n[ 0.151495] Initializing cgroup subsys perf_event\n[ 0.152432] Initializing cgroup subsys net_prio\n[ 0.153348] Initializing cgroup subsys hugetlb\n[ 0.154241] Initializing cgroup subsys pids\n[ 0.155137] CPU: Physical Processor ID: 0\n[ 0.156658] mce: CPU supports 10 MCE banks\n[ 0.157530] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.158557] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.169233] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.175662] ftrace: allocating 31920 entries in 125 pages\n[ 0.202481] smpboot: Max logical packages: 1\n[ 0.203506] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.205083] x2apic enabled\n[ 0.205939] Switched APIC routing to physical x2apic.\n[ 0.207817] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.209102] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.211242] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.213193] KVM setup paravirtual spinlock\n[ 0.214743] x86: Booted up 1 node, 1 CPUs\n[ 0.215629] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.217139] devtmpfs: initialized\n[ 0.218891] evm: security.selinux\n[ 0.219707] evm: security.SMACK64\n[ 0.220505] evm: security.SMACK64EXEC\n[ 0.221323] evm: security.SMACK64TRANSMUTE\n[ 0.222219] evm: security.SMACK64MMAP\n[ 0.223037] evm: security.ima\n[ 0.223729] evm: security.capability\n[ 0.224615] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.226659] pinctrl core: initialized pinctrl subsystem\n[ 0.227881] RTC time: 12:52:32, date: 09/04/18\n[ 0.228911] NET: Registered protocol family 16\n[ 0.229959] cpuidle: using governor ladder\n[ 0.230849] cpuidle: using governor menu\n[ 0.231703] PCCT header not found.\n[ 0.232544] ACPI: bus type PCI registered\n[ 0.233441] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.234824] PCI: Using configuration type 1 for base access\n[ 0.236684] ACPI: Added _OSI(Module Device)\n[ 0.237601] ACPI: Added _OSI(Processor Device)\n[ 0.238536] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.239505] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.241742] ACPI: Interpreter enabled\n[ 0.242750] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.244807] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.246835] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.248834] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.250882] ACPI: (supports S0 S5)\n[ 0.251768] ACPI: Using IOAPIC for interrupt routing\n[ 0.252785] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.256036] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.257322] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.258664] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.259942] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.262345] acpiphp: Slot [3] registered\n[ 0.263204] acpiphp: Slot [4] registered\n[ 0.264071] acpiphp: Slot [5] registered\n[ 0.264978] acpiphp: Slot [6] registered\n[ 0.265831] acpiphp: Slot [7] registered\n[ 0.266721] acpiphp: Slot [8] registered\n[ 0.267602] acpiphp: Slot [9] registered\n[ 0.268473] acpiphp: Slot [10] registered\n[ 0.269369] acpiphp: Slot [11] registered\n[ 0.270262] acpiphp: Slot [12] registered\n[ 0.271144] acpiphp: Slot [13] registered\n[ 0.272030] acpiphp: Slot [14] registered\n[ 0.272913] acpiphp: Slot [15] registered\n[ 0.283846] acpiphp: Slot [16] registered\n[ 0.284752] acpiphp: Slot [17] registered\n[ 0.285627] acpiphp: Slot [18] registered\n[ 0.286676] acpiphp: Slot [19] registered\n[ 0.287546] acpiphp: Slot [20] registered\n[ 0.288456] acpiphp: Slot [21] registered\n[ 0.289375] acpiphp: Slot [22] registered\n[ 0.290278] acpiphp: Slot [23] registered\n[ 0.291180] acpiphp: Slot [24] registered\n[ 0.292186] acpiphp: Slot [25] registered\n[ 0.293092] acpiphp: Slot [26] registered\n[ 0.293970] acpiphp: Slot [27] registered\n[ 0.294843] acpiphp: Slot [28] registered\n[ 0.295748] acpiphp: Slot [29] registered\n[ 0.296627] acpiphp: Slot [30] registered\n[ 0.297525] acpiphp: Slot [31] registered\n[ 0.298469] PCI host bridge to bus 0000:00\n[ 0.299367] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.300787] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.302183] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.303814] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.305504] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.311857] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.313291] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.314670] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.316109] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.322423] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.324047] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.370271] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.372275] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.374272] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.376274] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.378628] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.380397] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.382031] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.383629] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.385965] vgaarb: loaded\n[ 0.386823] vgaarb: bridge control possible 0000:00:02.0\n[ 0.388446] SCSI subsystem initialized\n[ 0.389649] ACPI: bus type USB registered\n[ 0.390882] usbcore: registered new interface driver usbfs\n[ 0.392441] usbcore: registered new interface driver hub\n[ 0.393994] usbcore: registered new device driver usb\n[ 0.395567] PCI: Using ACPI for IRQ routing\n[ 0.397076] NetLabel: Initializing\n[ 0.398138] NetLabel: domain hash size = 128\n[ 0.399424] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.400862] NetLabel: unlabeled traffic allowed by default\n[ 0.402496] clocksource: Switched to clocksource kvm-clock\n[ 0.408630] AppArmor: AppArmor Filesystem Enabled\n[ 0.410029] pnp: PnP ACPI init\n[ 0.411243] pnp: PnP ACPI: found 5 devices\n[ 0.417971] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.420554] NET: Registered protocol family 2\n[ 0.421956] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.423888] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.425663] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.427455] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.429081] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.430913] NET: Registered protocol family 1\n[ 0.432206] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.433906] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.435557] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.450263] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.465007] Trying to unpack rootfs image as initramfs...\n[ 0.515195] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.529654] Scanning for low memory corruption every 60 seconds\n[ 0.531556] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.533325] audit: initializing netlink subsys (disabled)\n[ 0.534923] audit: type=2000 audit(1536065553.046:1): initialized\n[ 0.536846] Initialise system trusted keyring\n[ 0.538207] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.539985] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.542560] zbud: loaded\n[ 0.543523] VFS: Disk quotas dquot_6.6.0\n[ 0.544714] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.546911] fuse init (API version 7.23)\n[ 0.548188] Key type big_key registered\n[ 0.549358] Allocating IMA MOK and blacklist keyrings.\n[ 0.550995] Key type asymmetric registered\n[ 0.552202] Asymmetric key parser 'x509' registered\n[ 0.553615] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.555185] io scheduler noop registered\n[ 0.556021] io scheduler deadline registered (default)\n[ 0.557046] io scheduler cfq registered\n[ 0.558276] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.559379] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.560767] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.562262] ACPI: Power Button [PWRF]\n[ 0.563142] GHES: HEST is not enabled!\n[ 0.582700] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.611616] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.614050] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.638513] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.640746] Linux agpgart interface v0.103\n[ 0.642894] brd: module loaded\n[ 0.644180] loop: module loaded\n[ 0.648809] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.650302] GPT:90111 != 2097151\n[ 0.651006] GPT:Alternate GPT header not at the end of the disk.\n[ 0.652128] GPT:90111 != 2097151\n[ 0.652817] GPT: Use GNU Parted to correct GPT errors.\n[ 0.653805] vda: vda1 vda15\n[ 0.655228] scsi host0: ata_piix\n[ 0.655984] scsi host1: ata_piix\n[ 0.656705] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.657954] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.659443] libphy: Fixed MDIO Bus: probed\n[ 0.660284] tun: Universal TUN/TAP device driver, 1.6\n[ 0.661260] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.663397] PPP generic driver version 2.4.2\n[ 0.664309] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.665581] ehci-pci: EHCI PCI platform driver\n[ 0.666481] ehci-platform: EHCI generic platform driver\n[ 0.667509] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.668682] ohci-pci: OHCI PCI platform driver\n[ 0.669573] ohci-platform: OHCI generic platform driver\n[ 0.670599] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.684963] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.685985] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.687482] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.688537] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.689685] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.690946] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.692401] usb usb1: Product: UHCI Host Controller\n[ 0.693363] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.694542] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.695579] hub 1-0:1.0: USB hub found\n[ 0.696379] hub 1-0:1.0: 2 ports detected\n[ 0.697306] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.699476] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.700458] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.701509] mousedev: PS/2 mouse device common for all mice\n[ 0.702814] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.704699] rtc_cmos 00:00: RTC can wake from S4\n[ 0.705821] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.707058] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.708282] i2c /dev entries driver\n[ 0.709079] device-mapper: uevent: version 1.0.3\n[ 0.710034] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.711705] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.713029] NET: Registered protocol family 10\n[ 0.714054] NET: Registered protocol family 17\n[ 0.714975] Key type dns_resolver registered\n[ 0.715935] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.717058] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.718862] registered taskstats version 1\n[ 0.719718] Loading compiled-in X.509 certificates\n[ 0.721183] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.723109] zswap: loaded using pool lzo/zbud\n[ 0.724519] Key type trusted registered\n[ 0.726081] Key type encrypted registered\n[ 0.726941] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.727997] ima: No TPM chip found, activating TPM-bypass!\n[ 0.729056] evm: HMAC attrs: 0x1\n[ 0.730010] Magic number: 2:928:884\n[ 0.730889] rtc_cmos 00:00: setting system clock to 2018-09-04 12:52:33 UTC (1536065553)\n[ 0.732529] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.733686] EDD information not available.\n[ 0.819485] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.821072] Write protecting the kernel read-only data: 14336k\n[ 0.833011] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.834880] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.66\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 2.64\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 2.863258] 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 2.75. iid=i-00000123\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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCRwjHQcym09Tp/ARB4dweGWyWirMhn+SYYILqbXUL25KMOMbva77/YlgjfENfG/TFeydM+4kZjV0CCyJIDEFb8IJwX9V0eAGbHy+mBxPGu606jjwCTo1XpoM8TiqgqehyQHmBOsFrI62Xt5C84zcxoOV4eQD8xb7sOxPBWp3FFq+jlpK3j/ezacq+KsZCrYO36UBNY8xEFK/L6fJeC+S8yergLlCDLuC0NMGjxw7IWa/yLNiOVzgyzmxtvylLBh6O9KOh9qiGCtnMDvvj8P9LwVo3Sn+2WS9GhddcPOtUluVPMTAvAtElD/5q6VDumQISbEN4d/0SZZG0aWYo+LA4D root@sdnvpn-10-2\nssh-dss AAAAB3NzaC1kc3MAAACBALtXbcKHQUELj8C5WmyWQiA9MwTTFhL2DbRo4MkEn4SyMMvpOHlUXeQS8h62M2ksws897bf6ZrHWm1Ih5lEOTmV10wC/E+RY4DVQi2pD210oMrxkgB0BFuVP87MG1fwWs5k1DFhSOq+WU69xS7oSWpyxcbbm7HuBPk+8qQ6UQt5LAAAAFQC1Hui1/QkNvM/FhmrpfxniKVPadwAAAIEAuCLMJYFXIaFmVsWCQV0X9rHvYiEGeq6WZq8KrWVS/0J26z6aKft+AKO806ifePHRE/+1GtdTKUG0a0RdrQ+r9NuSYPf/6Zvzus3JevdJqYrT1gmwT4Gw9OsHt5JKGdg1m6Qp8U2fykksP1LhVAUIVRf9I/hLnpYpz+PF91cZFwgAAACALBBU/Qs9SnRalTd4yOVJKnMiLs5Nsf4VIGyjuc/6hNMxsdicfyY/VvEHEsFSdcUZVAdHTCqo1/3Tgd5dwtu/L96oQRRtBsqDYhwZSFGq1Qe158J3O9VdmtLnIse48N4jdNyCi4Ygk3zI0bDAq9RxsWFgZ1XTn/WehMZSrRMo2+I= 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.6,24,fe80::f816:3eff:fe08:1b4/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-00000123\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-10-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=5.41 ===\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\n/dev/root resized successfully [took 3.21s]\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:08:01:B4 \n inet addr:10.10.10.6 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe08:1b4/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:7986 (7.7 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-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.170520] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.170521] usb 1-1: Product: QEMU USB Tablet\n[ 1.170522] usb 1-1: Manufacturer: QEMU\n[ 1.170522] usb 1-1: SerialNumber: 42\n[ 1.526770] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3255787006b, max_idle_ns: 440795244845 ns\n[ 2.814989] EXT4-fs (vda1): re-mounted. Opts: data=ordered\n[ 2.845206] EXT4-fs (vda1): re-mounted. Opts: data=ordered\n[ 2.863258] random: dd urandom read with 5 bits of entropy available\n[ 5.529649] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\n[ 6.319552] EXT4-fs (vda1): resized filesystem to 1039340\n### tail -n 25 /var/log/messages\nSep 4 13:52:35 cirros syslog.info syslogd started: BusyBox v1.23.2\nSep 4 13:52:35 cirros kern.notice kernel: klogd started: BusyBox v1.23.2 (2017-11-20 02:37:12 UTC)\nSep 4 13:52:35 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpuset\nSep 4 13:52:35 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpu\nSep 4 13:52:35 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpuacct\nSep 4 13:52:35 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)\nSep 4 13:52:35 cirros kern.info kernel: [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\nSep 4 13:52:35 cirros kern.info kernel: [ 0.000000] KERNEL supported cpus:\nSep 4 13:52:35 cirros kern.info kernel: [ 0.000000] Intel GenuineIntel\nSep 4 13:52:35 cirros kern.info kernel: [ 0.000000] AMD AuthenticAMD\nSep 4 13:52:35 cirros kern.info kernel: [ 0.000000] Centaur CentaurHauls\nSep 4 13:52:35 cirros kern.info kernel: [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\nSep 4 13:52:35 cirros kern.notice kernel: [ 2.863258] random: dd urandom read with 5 bits of entropy available\nSep 4 13:52:37 cirros auth.notice su: + /dev/console root:cirros\nSep 4 13:52:38 cirros authpriv.info dropbear[340]: Running in background\nSep 4 13:52:38 cirros kern.info kernel: [ 5.529649] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\nSep 4 13:52:39 cirros kern.info kernel: [ 6.319552] 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-09-04 12:54:20,937 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/8cf6470b-47f9-4188-85fa-28971728869d/action used request id req-99cdfe26-30f3-4366-8eb1-1b35edb68089 2018-09-04 12:54:20,953 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12:54: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-e4ffd7c0-fd52-43e4-bb85-f0b1c5906688 x-compute-request-id: req-e4ffd7c0-fd52-43e4-bb85-f0b1c5906688 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 515608422 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 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.150923] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.152917] pid_max: default: 32768 minimum: 301\n[ 0.154024] ACPI: Core revision 20150930\n[ 0.155586] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.157174] Security Framework initialized\n[ 0.158193] Yama: becoming mindful.\n[ 0.159068] AppArmor: AppArmor initialized\n[ 0.160087] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.161690] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.163263] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.164742] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.166444] Initializing cgroup subsys io\n[ 0.167422] Initializing cgroup subsys memory\n[ 0.168456] Initializing cgroup subsys devices\n[ 0.169505] Initializing cgroup subsys freezer\n[ 0.170564] Initializing cgroup subsys net_cls\n[ 0.171615] Initializing cgroup subsys perf_event\n[ 0.172718] Initializing cgroup subsys net_prio\n[ 0.173796] Initializing cgroup subsys hugetlb\n[ 0.174849] Initializing cgroup subsys pids\n[ 0.175921] CPU: Physical Processor ID: 0\n[ 0.177620] mce: CPU supports 10 MCE banks\n[ 0.178675] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.179920] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.191132] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.198095] ftrace: allocating 31920 entries in 125 pages\n[ 0.225740] smpboot: Max logical packages: 1\n[ 0.226781] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.228384] x2apic enabled\n[ 0.229295] Switched APIC routing to physical x2apic.\n[ 0.231260] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.232613] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.234983] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.237115] KVM setup paravirtual spinlock\n[ 0.238600] x86: Booted up 1 node, 1 CPUs\n[ 0.239559] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.241205] devtmpfs: initialized\n[ 0.243069] evm: security.selinux\n[ 0.243911] evm: security.SMACK64\n[ 0.244740] evm: security.SMACK64EXEC\n[ 0.245670] evm: security.SMACK64TRANSMUTE\n[ 0.246888] evm: security.SMACK64MMAP\n[ 0.248014] evm: security.ima\n[ 0.248963] evm: security.capability\n[ 0.250154] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.253029] pinctrl core: initialized pinctrl subsystem\n[ 0.254450] RTC time: 12:52:43, date: 09/04/18\n[ 0.255645] NET: Registered protocol family 16\n[ 0.256860] cpuidle: using governor ladder\n[ 0.257904] cpuidle: using governor menu\n[ 0.258917] PCCT header not found.\n[ 0.259856] ACPI: bus type PCI registered\n[ 0.260871] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.262454] PCI: Using configuration type 1 for base access\n[ 0.264543] ACPI: Added _OSI(Module Device)\n[ 0.265619] ACPI: Added _OSI(Processor Device)\n[ 0.266718] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.267872] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.270311] ACPI: Interpreter enabled\n[ 0.271271] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.273611] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.275974] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.278328] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.280689] ACPI: (supports S0 S5)\n[ 0.281576] ACPI: Using IOAPIC for interrupt routing\n[ 0.282788] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.286375] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.287863] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.289464] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.290994] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.293696] acpiphp: Slot [3] registered\n[ 0.294677] acpiphp: Slot [4] registered\n[ 0.295657] acpiphp: Slot [5] registered\n[ 0.296714] acpiphp: Slot [6] registered\n[ 0.297692] acpiphp: Slot [7] registered\n[ 0.298664] acpiphp: Slot [8] registered\n[ 0.299639] acpiphp: Slot [9] registered\n[ 0.300622] acpiphp: Slot [10] registered\n[ 0.301612] acpiphp: Slot [11] registered\n[ 0.302605] acpiphp: Slot [12] registered\n[ 0.303597] acpiphp: Slot [13] registered\n[ 0.304616] acpiphp: Slot [14] registered\n[ 0.305639] acpiphp: Slot [15] registered\n[ 0.317114] acpiphp: Slot [16] registered\n[ 0.318112] acpiphp: Slot [17] registered\n[ 0.319093] acpiphp: Slot [18] registered\n[ 0.320084] acpiphp: Slot [19] registered\n[ 0.321067] acpiphp: Slot [20] registered\n[ 0.322062] acpiphp: Slot [21] registered\n[ 0.323051] acpiphp: Slot [22] registered\n[ 0.324036] acpiphp: Slot [23] registered\n[ 0.325117] acpiphp: Slot [24] registered\n[ 0.326111] acpiphp: Slot [25] registered\n[ 0.327090] acpiphp: Slot [26] registered\n[ 0.328064] acpiphp: Slot [27] registered\n[ 0.329049] acpiphp: Slot [28] registered\n[ 0.330033] acpiphp: Slot [29] registered\n[ 0.331022] acpiphp: Slot [30] registered\n[ 0.332003] acpiphp: Slot [31] registered\n[ 0.332980] PCI host bridge to bus 0000:00\n[ 0.333966] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.335473] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.336977] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.338740] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.340514] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.347066] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.348688] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.350140] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.351723] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.358702] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.360439] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.408472] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.410187] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.411866] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.413528] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.416226] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.417715] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.419076] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.420370] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.422240] vgaarb: loaded\n[ 0.422960] vgaarb: bridge control possible 0000:00:02.0\n[ 0.424315] SCSI subsystem initialized\n[ 0.425298] ACPI: bus type USB registered\n[ 0.426288] usbcore: registered new interface driver usbfs\n[ 0.427543] usbcore: registered new interface driver hub\n[ 0.428764] usbcore: registered new device driver usb\n[ 0.430031] PCI: Using ACPI for IRQ routing\n[ 0.431246] NetLabel: Initializing\n[ 0.432106] NetLabel: domain hash size = 128\n[ 0.433134] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.434281] NetLabel: unlabeled traffic allowed by default\n[ 0.435616] clocksource: Switched to clocksource kvm-clock\n[ 0.441471] AppArmor: AppArmor Filesystem Enabled\n[ 0.442628] pnp: PnP ACPI init\n[ 0.443692] pnp: PnP ACPI: found 5 devices\n[ 0.450283] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.452002] NET: Registered protocol family 2\n[ 0.452973] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.454361] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.455517] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.456681] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.457754] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.458898] NET: Registered protocol family 1\n[ 0.459760] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.460845] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.461898] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.475931] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.490322] Trying to unpack rootfs image as initramfs...\n[ 0.540783] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.554504] Scanning for low memory corruption every 60 seconds\n[ 0.555826] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.556959] audit: initializing netlink subsys (disabled)\n[ 0.557950] audit: type=2000 audit(1536065564.730:1): initialized\n[ 0.559220] Initialise system trusted keyring\n[ 0.560133] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.561265] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.563186] zbud: loaded\n[ 0.563882] VFS: Disk quotas dquot_6.6.0\n[ 0.564692] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.573110] fuse init (API version 7.23)\n[ 0.574038] Key type big_key registered\n[ 0.574829] Allocating IMA MOK and blacklist keyrings.\n[ 0.575943] Key type asymmetric registered\n[ 0.576752] Asymmetric key parser 'x509' registered\n[ 0.577688] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.579480] io scheduler noop registered\n[ 0.580259] io scheduler deadline registered (default)\n[ 0.581214] io scheduler cfq registered\n[ 0.582037] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.583057] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.584302] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.585718] ACPI: Power Button [PWRF]\n[ 0.586552] GHES: HEST is not enabled!\n[ 0.600491] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.631680] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.634111] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.657962] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.660069] Linux agpgart interface v0.103\n[ 0.662094] brd: module loaded\n[ 0.663263] loop: module loaded\n[ 0.668493] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.669916] GPT:90111 != 2097151\n[ 0.670576] GPT:Alternate GPT header not at the end of the disk.\n[ 0.671647] GPT:90111 != 2097151\n[ 0.672305] GPT: Use GNU Parted to correct GPT errors.\n[ 0.673245] vda: vda1 vda15\n[ 0.674687] scsi host0: ata_piix\n[ 0.675406] scsi host1: ata_piix\n[ 0.676101] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.677286] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.678693] libphy: Fixed MDIO Bus: probed\n[ 0.679492] tun: Universal TUN/TAP device driver, 1.6\n[ 0.680420] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.682553] PPP generic driver version 2.4.2\n[ 0.683559] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.685021] ehci-pci: EHCI PCI platform driver\n[ 0.685966] ehci-platform: EHCI generic platform driver\n[ 0.687046] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.688378] ohci-pci: OHCI PCI platform driver\n[ 0.689294] ohci-platform: OHCI generic platform driver\n[ 0.690448] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.705050] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.706256] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.707930] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.709048] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.710293] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.711906] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.713803] usb usb1: Product: UHCI Host Controller\n[ 0.714946] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.716580] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.717842] hub 1-0:1.0: USB hub found\n[ 0.718824] hub 1-0:1.0: 2 ports detected\n[ 0.719996] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.722556] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.723808] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.724981] mousedev: PS/2 mouse device common for all mice\n[ 0.726461] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.728587] rtc_cmos 00:00: RTC can wake from S4\n[ 0.729809] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.731175] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.732534] i2c /dev entries driver\n[ 0.733358] device-mapper: uevent: version 1.0.3\n[ 0.734408] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.736265] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.737746] NET: Registered protocol family 10\n[ 0.738886] NET: Registered protocol family 17\n[ 0.739926] Key type dns_resolver registered\n[ 0.741014] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.742362] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.744463] registered taskstats version 1\n[ 0.745395] Loading compiled-in X.509 certificates\n[ 0.746929] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.749105] zswap: loaded using pool lzo/zbud\n[ 0.750628] Key type trusted registered\n[ 0.752807] Key type encrypted registered\n[ 0.753783] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.755029] ima: No TPM chip found, activating TPM-bypass!\n[ 0.756708] evm: HMAC attrs: 0x1\n[ 0.757709] Magic number: 2:928:884\n[ 0.758674] rtc_cmos 00:00: setting system clock to 2018-09-04 12:52:44 UTC (1536065564)\n[ 0.760623] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.761976] EDD information not available.\n[ 0.832167] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.834103] ata1.00: configured for MWDMA2\n[ 0.835820] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.849195] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.851018] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.852824] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.855174] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.857412] Write protecting the kernel read-only data: 14336k\n[ 0.859499] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.861986] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.67\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.921214] 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.75\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found 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.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 1.50s]\nping 10.10.10.6 OK\nping 10.10.10.6 OK\nping 10.10.10.6 OK\nping 10.10.10.6 OK\nping 10.10.10.6 OK\nping 10.10.10.6 OK\nping 10.10.10.6 OK\nping 10.10.10.6 OK\nping 10.10.10.6 OK\n"} 2018-09-04 12:54:20,953 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/e405c1d0-e398-40d9-b303-d8dab908a5e1/action used request id req-e4ffd7c0-fd52-43e4-bb85-f0b1c5906688 2018-09-04 12:54:21,119 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12:54: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-f7e95165-e9df-4fc1-a81c-51ffa52811d6 x-compute-request-id: req-f7e95165-e9df-4fc1-a81c-51ffa52811d6 Content-Encoding: gzip Content-Length: 8092 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 535760135 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 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.131352] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.133000] pid_max: default: 32768 minimum: 301\n[ 0.133896] ACPI: Core revision 20150930\n[ 0.135297] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136597] Security Framework initialized\n[ 0.137409] Yama: becoming mindful.\n[ 0.138137] AppArmor: AppArmor initialized\n[ 0.139005] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.140326] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.141592] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142797] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144193] Initializing cgroup subsys io\n[ 0.145004] Initializing cgroup subsys memory\n[ 0.145856] Initializing cgroup subsys devices\n[ 0.146732] Initializing cgroup subsys freezer\n[ 0.147595] Initializing cgroup subsys net_cls\n[ 0.148458] Initializing cgroup subsys perf_event\n[ 0.149364] Initializing cgroup subsys net_prio\n[ 0.150239] Initializing cgroup subsys hugetlb\n[ 0.151105] Initializing cgroup subsys pids\n[ 0.151977] CPU: Physical Processor ID: 0\n[ 0.153486] mce: CPU supports 10 MCE banks\n[ 0.154329] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.155327] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.166337] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.173001] ftrace: allocating 31920 entries in 125 pages\n[ 0.200656] smpboot: Max logical packages: 1\n[ 0.201517] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.202872] x2apic enabled\n[ 0.203684] Switched APIC routing to physical x2apic.\n[ 0.205435] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.206550] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.208541] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.210326] KVM setup paravirtual spinlock\n[ 0.211661] x86: Booted up 1 node, 1 CPUs\n[ 0.212467] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.213858] devtmpfs: initialized\n[ 0.215591] evm: security.selinux\n[ 0.216289] evm: security.SMACK64\n[ 0.216977] evm: security.SMACK64EXEC\n[ 0.217722] evm: security.SMACK64TRANSMUTE\n[ 0.218527] evm: security.SMACK64MMAP\n[ 0.219274] evm: security.ima\n[ 0.219912] evm: security.capability\n[ 0.220731] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.222586] pinctrl core: initialized pinctrl subsystem\n[ 0.223690] RTC time: 12:52:56, date: 09/04/18\n[ 0.224645] NET: Registered protocol family 16\n[ 0.225619] cpuidle: using governor ladder\n[ 0.226437] cpuidle: using governor menu\n[ 0.227217] PCCT header not found.\n[ 0.227973] ACPI: bus type PCI registered\n[ 0.228783] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.230023] PCI: Using configuration type 1 for base access\n[ 0.231798] ACPI: Added _OSI(Module Device)\n[ 0.232643] ACPI: Added _OSI(Processor Device)\n[ 0.233504] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.234401] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.236544] ACPI: Interpreter enabled\n[ 0.237315] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.239155] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.240990] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.242839] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.244675] ACPI: (supports S0 S5)\n[ 0.245382] ACPI: Using IOAPIC for interrupt routing\n[ 0.246416] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.249525] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.250670] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.251893] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.253078] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.255309] acpiphp: Slot [3] registered\n[ 0.256106] acpiphp: Slot [4] registered\n[ 0.256905] acpiphp: Slot [5] registered\n[ 0.257816] acpiphp: Slot [6] registered\n[ 0.258671] acpiphp: Slot [7] registered\n[ 0.259512] acpiphp: Slot [8] registered\n[ 0.260358] acpiphp: Slot [9] registered\n[ 0.261193] acpiphp: Slot [10] registered\n[ 0.262050] acpiphp: Slot [11] registered\n[ 0.262911] acpiphp: Slot [12] registered\n[ 0.263773] acpiphp: Slot [13] registered\n[ 0.264628] acpiphp: Slot [14] registered\n[ 0.265476] acpiphp: Slot [15] registered\n[ 0.276361] acpiphp: Slot [16] registered\n[ 0.277205] acpiphp: Slot [17] registered\n[ 0.278067] acpiphp: Slot [18] registered\n[ 0.278909] acpiphp: Slot [19] registered\n[ 0.279764] acpiphp: Slot [20] registered\n[ 0.280623] acpiphp: Slot [21] registered\n[ 0.281469] acpiphp: Slot [22] registered\n[ 0.282322] acpiphp: Slot [23] registered\n[ 0.283172] acpiphp: Slot [24] registered\n[ 0.284024] acpiphp: Slot [25] registered\n[ 0.284882] acpiphp: Slot [26] registered\n[ 0.285727] acpiphp: Slot [27] registered\n[ 0.286586] acpiphp: Slot [28] registered\n[ 0.287436] acpiphp: Slot [29] registered\n[ 0.288294] acpiphp: Slot [30] registered\n[ 0.289149] acpiphp: Slot [31] registered\n[ 0.289996] PCI host bridge to bus 0000:00\n[ 0.290848] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.292209] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.293428] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.294875] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.296325] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.302688] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.303965] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.305137] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.306406] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.313629] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.315078] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.365283] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.366783] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.368213] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.369672] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.371126] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.372393] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.373582] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.374652] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.376217] vgaarb: loaded\n[ 0.376828] vgaarb: bridge control possible 0000:00:02.0\n[ 0.377999] SCSI subsystem initialized\n[ 0.378840] ACPI: bus type USB registered\n[ 0.379668] usbcore: registered new interface driver usbfs\n[ 0.380709] usbcore: registered new interface driver hub\n[ 0.381722] usbcore: registered new device driver usb\n[ 0.382794] PCI: Using ACPI for IRQ routing\n[ 0.383845] NetLabel: Initializing\n[ 0.384599] NetLabel: domain hash size = 128\n[ 0.385509] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.386531] NetLabel: unlabeled traffic allowed by default\n[ 0.387728] clocksource: Switched to clocksource kvm-clock\n[ 0.393561] AppArmor: AppArmor Filesystem Enabled\n[ 0.394601] pnp: PnP ACPI init\n[ 0.395554] pnp: PnP ACPI: found 5 devices\n[ 0.402000] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.403825] NET: Registered protocol family 2\n[ 0.404812] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.406097] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.407278] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.408527] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.409572] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.410694] NET: Registered protocol family 1\n[ 0.411532] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.412590] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.413667] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.427866] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.442280] Trying to unpack rootfs image as initramfs...\n[ 0.492629] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.506467] Scanning for low memory corruption every 60 seconds\n[ 0.507889] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.509098] audit: initializing netlink subsys (disabled)\n[ 0.510293] audit: type=2000 audit(1536065577.660:1): initialized\n[ 0.511668] Initialise system trusted keyring\n[ 0.512649] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.513862] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.515914] zbud: loaded\n[ 0.516664] VFS: Disk quotas dquot_6.6.0\n[ 0.517546] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.519156] fuse init (API version 7.23)\n[ 0.520108] Key type big_key registered\n[ 0.520968] Allocating IMA MOK and blacklist keyrings.\n[ 0.522173] Key type asymmetric registered\n[ 0.523059] Asymmetric key parser 'x509' registered\n[ 0.524106] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.526045] io scheduler noop registered\n[ 0.526902] io scheduler deadline registered (default)\n[ 0.527975] io scheduler cfq registered\n[ 0.528881] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.530017] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.531389] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.533006] ACPI: Power Button [PWRF]\n[ 0.533909] GHES: HEST is not enabled!\n[ 0.547740] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.582776] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.586226] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.610548] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.612846] Linux agpgart interface v0.103\n[ 0.615028] brd: module loaded\n[ 0.616363] loop: module loaded\n[ 0.620894] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.622426] GPT:90111 != 2097151\n[ 0.623123] GPT:Alternate GPT header not at the end of the disk.\n[ 0.624418] GPT:90111 != 2097151\n[ 0.625134] GPT: Use GNU Parted to correct GPT errors.\n[ 0.626144] vda: vda1 vda15\n[ 0.627690] scsi host0: ata_piix\n[ 0.628480] scsi host1: ata_piix\n[ 0.629226] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.630522] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.632053] libphy: Fixed MDIO Bus: probed\n[ 0.632934] tun: Universal TUN/TAP device driver, 1.6\n[ 0.633959] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.636365] PPP generic driver version 2.4.2\n[ 0.637501] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.638947] ehci-pci: EHCI PCI platform driver\n[ 0.640002] ehci-platform: EHCI generic platform driver\n[ 0.641199] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.642564] ohci-pci: OHCI PCI platform driver\n[ 0.643601] ohci-platform: OHCI generic platform driver\n[ 0.644797] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.659615] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.660835] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.662584] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.663787] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.665123] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.666620] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.668320] usb usb1: Product: UHCI Host Controller\n[ 0.669539] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.670923] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.672066] hub 1-0:1.0: USB hub found\n[ 0.672986] hub 1-0:1.0: 2 ports detected\n[ 0.674054] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.676497] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.677636] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.678838] mousedev: PS/2 mouse device common for all mice\n[ 0.680123] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.681981] rtc_cmos 00:00: RTC can wake from S4\n[ 0.683079] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.684350] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.685805] i2c /dev entries driver\n[ 0.686705] device-mapper: uevent: version 1.0.3\n[ 0.687832] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.689792] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.691326] NET: Registered protocol family 10\n[ 0.692508] NET: Registered protocol family 17\n[ 0.693583] Key type dns_resolver registered\n[ 0.694681] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.696013] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.698125] registered taskstats version 1\n[ 0.699132] Loading compiled-in X.509 certificates\n[ 0.700772] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.703008] zswap: loaded using pool lzo/zbud\n[ 0.704578] Key type trusted registered\n[ 0.706734] Key type encrypted registered\n[ 0.707746] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.708994] ima: No TPM chip found, activating TPM-bypass!\n[ 0.710699] evm: HMAC attrs: 0x1\n[ 0.711799] Magic number: 2:928:884\n[ 0.712813] rtc_cmos 00:00: setting system clock to 2018-09-04 12:52:57 UTC (1536065577)\n[ 0.714727] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.716088] EDD information not available.\n[ 0.788380] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.790044] ata1.00: configured for MWDMA2\n[ 0.791419] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.804456] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.805961] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.807424] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.809510] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.811342] Write protecting the kernel read-only data: 14336k\n[ 0.813150] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.815278] 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.873182] 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.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... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.10.7...\nLease of 10.10.10.7 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.92s]\nping 10.10.10.8 OK\nping 10.10.10.6 OK\n"} 2018-09-04 12:54:21,119 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/94bf21f0-f1b6-428f-8bea-ade96857c71b/action used request id req-f7e95165-e9df-4fc1-a81c-51ffa52811d6 2018-09-04 12:54:21,943 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/servers/8cf6470b-47f9-4188-85fa-28971728869d/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}26d8b946cfe8573c121af4cedf4ccdc82505adc8" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-04 12:54:21,958 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/servers/e405c1d0-e398-40d9-b303-d8dab908a5e1/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3e16754a174e570fc92a6d8b2ab2b0a769563b11" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-04 12:54:22,124 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/servers/94bf21f0-f1b6-428f-8bea-ade96857c71b/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6bf60c0e23ecaa1432876d008666c2120fdb63c0" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-04 12:54:23,013 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12: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-53e62c86-93ac-4736-aadc-f327b5ac52fd x-compute-request-id: req-53e62c86-93ac-4736-aadc-f327b5ac52fd Content-Encoding: gzip Content-Length: 10882 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 493641177 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 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.133916] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.135612] pid_max: default: 32768 minimum: 301\n[ 0.136527] ACPI: Core revision 20150930\n[ 0.137933] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.139280] Security Framework initialized\n[ 0.140119] Yama: becoming mindful.\n[ 0.140867] AppArmor: AppArmor initialized\n[ 0.141752] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.143121] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.144435] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.145678] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.147100] Initializing cgroup subsys io\n[ 0.147938] Initializing cgroup subsys memory\n[ 0.148820] Initializing cgroup subsys devices\n[ 0.149723] Initializing cgroup subsys freezer\n[ 0.150611] Initializing cgroup subsys net_cls\n[ 0.151495] Initializing cgroup subsys perf_event\n[ 0.152432] Initializing cgroup subsys net_prio\n[ 0.153348] Initializing cgroup subsys hugetlb\n[ 0.154241] Initializing cgroup subsys pids\n[ 0.155137] CPU: Physical Processor ID: 0\n[ 0.156658] mce: CPU supports 10 MCE banks\n[ 0.157530] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.158557] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.169233] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.175662] ftrace: allocating 31920 entries in 125 pages\n[ 0.202481] smpboot: Max logical packages: 1\n[ 0.203506] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.205083] x2apic enabled\n[ 0.205939] Switched APIC routing to physical x2apic.\n[ 0.207817] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.209102] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.211242] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.213193] KVM setup paravirtual spinlock\n[ 0.214743] x86: Booted up 1 node, 1 CPUs\n[ 0.215629] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.217139] devtmpfs: initialized\n[ 0.218891] evm: security.selinux\n[ 0.219707] evm: security.SMACK64\n[ 0.220505] evm: security.SMACK64EXEC\n[ 0.221323] evm: security.SMACK64TRANSMUTE\n[ 0.222219] evm: security.SMACK64MMAP\n[ 0.223037] evm: security.ima\n[ 0.223729] evm: security.capability\n[ 0.224615] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.226659] pinctrl core: initialized pinctrl subsystem\n[ 0.227881] RTC time: 12:52:32, date: 09/04/18\n[ 0.228911] NET: Registered protocol family 16\n[ 0.229959] cpuidle: using governor ladder\n[ 0.230849] cpuidle: using governor menu\n[ 0.231703] PCCT header not found.\n[ 0.232544] ACPI: bus type PCI registered\n[ 0.233441] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.234824] PCI: Using configuration type 1 for base access\n[ 0.236684] ACPI: Added _OSI(Module Device)\n[ 0.237601] ACPI: Added _OSI(Processor Device)\n[ 0.238536] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.239505] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.241742] ACPI: Interpreter enabled\n[ 0.242750] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.244807] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.246835] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.248834] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.250882] ACPI: (supports S0 S5)\n[ 0.251768] ACPI: Using IOAPIC for interrupt routing\n[ 0.252785] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.256036] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.257322] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.258664] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.259942] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.262345] acpiphp: Slot [3] registered\n[ 0.263204] acpiphp: Slot [4] registered\n[ 0.264071] acpiphp: Slot [5] registered\n[ 0.264978] acpiphp: Slot [6] registered\n[ 0.265831] acpiphp: Slot [7] registered\n[ 0.266721] acpiphp: Slot [8] registered\n[ 0.267602] acpiphp: Slot [9] registered\n[ 0.268473] acpiphp: Slot [10] registered\n[ 0.269369] acpiphp: Slot [11] registered\n[ 0.270262] acpiphp: Slot [12] registered\n[ 0.271144] acpiphp: Slot [13] registered\n[ 0.272030] acpiphp: Slot [14] registered\n[ 0.272913] acpiphp: Slot [15] registered\n[ 0.283846] acpiphp: Slot [16] registered\n[ 0.284752] acpiphp: Slot [17] registered\n[ 0.285627] acpiphp: Slot [18] registered\n[ 0.286676] acpiphp: Slot [19] registered\n[ 0.287546] acpiphp: Slot [20] registered\n[ 0.288456] acpiphp: Slot [21] registered\n[ 0.289375] acpiphp: Slot [22] registered\n[ 0.290278] acpiphp: Slot [23] registered\n[ 0.291180] acpiphp: Slot [24] registered\n[ 0.292186] acpiphp: Slot [25] registered\n[ 0.293092] acpiphp: Slot [26] registered\n[ 0.293970] acpiphp: Slot [27] registered\n[ 0.294843] acpiphp: Slot [28] registered\n[ 0.295748] acpiphp: Slot [29] registered\n[ 0.296627] acpiphp: Slot [30] registered\n[ 0.297525] acpiphp: Slot [31] registered\n[ 0.298469] PCI host bridge to bus 0000:00\n[ 0.299367] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.300787] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.302183] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.303814] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.305504] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.311857] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.313291] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.314670] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.316109] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.322423] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.324047] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.370271] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.372275] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.374272] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.376274] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.378628] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.380397] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.382031] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.383629] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.385965] vgaarb: loaded\n[ 0.386823] vgaarb: bridge control possible 0000:00:02.0\n[ 0.388446] SCSI subsystem initialized\n[ 0.389649] ACPI: bus type USB registered\n[ 0.390882] usbcore: registered new interface driver usbfs\n[ 0.392441] usbcore: registered new interface driver hub\n[ 0.393994] usbcore: registered new device driver usb\n[ 0.395567] PCI: Using ACPI for IRQ routing\n[ 0.397076] NetLabel: Initializing\n[ 0.398138] NetLabel: domain hash size = 128\n[ 0.399424] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.400862] NetLabel: unlabeled traffic allowed by default\n[ 0.402496] clocksource: Switched to clocksource kvm-clock\n[ 0.408630] AppArmor: AppArmor Filesystem Enabled\n[ 0.410029] pnp: PnP ACPI init\n[ 0.411243] pnp: PnP ACPI: found 5 devices\n[ 0.417971] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.420554] NET: Registered protocol family 2\n[ 0.421956] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.423888] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.425663] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.427455] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.429081] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.430913] NET: Registered protocol family 1\n[ 0.432206] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.433906] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.435557] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.450263] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.465007] Trying to unpack rootfs image as initramfs...\n[ 0.515195] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.529654] Scanning for low memory corruption every 60 seconds\n[ 0.531556] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.533325] audit: initializing netlink subsys (disabled)\n[ 0.534923] audit: type=2000 audit(1536065553.046:1): initialized\n[ 0.536846] Initialise system trusted keyring\n[ 0.538207] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.539985] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.542560] zbud: loaded\n[ 0.543523] VFS: Disk quotas dquot_6.6.0\n[ 0.544714] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.546911] fuse init (API version 7.23)\n[ 0.548188] Key type big_key registered\n[ 0.549358] Allocating IMA MOK and blacklist keyrings.\n[ 0.550995] Key type asymmetric registered\n[ 0.552202] Asymmetric key parser 'x509' registered\n[ 0.553615] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.555185] io scheduler noop registered\n[ 0.556021] io scheduler deadline registered (default)\n[ 0.557046] io scheduler cfq registered\n[ 0.558276] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.559379] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.560767] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.562262] ACPI: Power Button [PWRF]\n[ 0.563142] GHES: HEST is not enabled!\n[ 0.582700] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.611616] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.614050] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.638513] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.640746] Linux agpgart interface v0.103\n[ 0.642894] brd: module loaded\n[ 0.644180] loop: module loaded\n[ 0.648809] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.650302] GPT:90111 != 2097151\n[ 0.651006] GPT:Alternate GPT header not at the end of the disk.\n[ 0.652128] GPT:90111 != 2097151\n[ 0.652817] GPT: Use GNU Parted to correct GPT errors.\n[ 0.653805] vda: vda1 vda15\n[ 0.655228] scsi host0: ata_piix\n[ 0.655984] scsi host1: ata_piix\n[ 0.656705] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.657954] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.659443] libphy: Fixed MDIO Bus: probed\n[ 0.660284] tun: Universal TUN/TAP device driver, 1.6\n[ 0.661260] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.663397] PPP generic driver version 2.4.2\n[ 0.664309] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.665581] ehci-pci: EHCI PCI platform driver\n[ 0.666481] ehci-platform: EHCI generic platform driver\n[ 0.667509] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.668682] ohci-pci: OHCI PCI platform driver\n[ 0.669573] ohci-platform: OHCI generic platform driver\n[ 0.670599] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.684963] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.685985] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.687482] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.688537] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.689685] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.690946] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.692401] usb usb1: Product: UHCI Host Controller\n[ 0.693363] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.694542] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.695579] hub 1-0:1.0: USB hub found\n[ 0.696379] hub 1-0:1.0: 2 ports detected\n[ 0.697306] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.699476] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.700458] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.701509] mousedev: PS/2 mouse device common for all mice\n[ 0.702814] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.704699] rtc_cmos 00:00: RTC can wake from S4\n[ 0.705821] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.707058] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.708282] i2c /dev entries driver\n[ 0.709079] device-mapper: uevent: version 1.0.3\n[ 0.710034] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.711705] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.713029] NET: Registered protocol family 10\n[ 0.714054] NET: Registered protocol family 17\n[ 0.714975] Key type dns_resolver registered\n[ 0.715935] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.717058] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.718862] registered taskstats version 1\n[ 0.719718] Loading compiled-in X.509 certificates\n[ 0.721183] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.723109] zswap: loaded using pool lzo/zbud\n[ 0.724519] Key type trusted registered\n[ 0.726081] Key type encrypted registered\n[ 0.726941] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.727997] ima: No TPM chip found, activating TPM-bypass!\n[ 0.729056] evm: HMAC attrs: 0x1\n[ 0.730010] Magic number: 2:928:884\n[ 0.730889] rtc_cmos 00:00: setting system clock to 2018-09-04 12:52:33 UTC (1536065553)\n[ 0.732529] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.733686] EDD information not available.\n[ 0.819485] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.821072] Write protecting the kernel read-only data: 14336k\n[ 0.833011] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.834880] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.66\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 2.64\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 2.863258] 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 2.75. iid=i-00000123\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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCRwjHQcym09Tp/ARB4dweGWyWirMhn+SYYILqbXUL25KMOMbva77/YlgjfENfG/TFeydM+4kZjV0CCyJIDEFb8IJwX9V0eAGbHy+mBxPGu606jjwCTo1XpoM8TiqgqehyQHmBOsFrI62Xt5C84zcxoOV4eQD8xb7sOxPBWp3FFq+jlpK3j/ezacq+KsZCrYO36UBNY8xEFK/L6fJeC+S8yergLlCDLuC0NMGjxw7IWa/yLNiOVzgyzmxtvylLBh6O9KOh9qiGCtnMDvvj8P9LwVo3Sn+2WS9GhddcPOtUluVPMTAvAtElD/5q6VDumQISbEN4d/0SZZG0aWYo+LA4D root@sdnvpn-10-2\nssh-dss AAAAB3NzaC1kc3MAAACBALtXbcKHQUELj8C5WmyWQiA9MwTTFhL2DbRo4MkEn4SyMMvpOHlUXeQS8h62M2ksws897bf6ZrHWm1Ih5lEOTmV10wC/E+RY4DVQi2pD210oMrxkgB0BFuVP87MG1fwWs5k1DFhSOq+WU69xS7oSWpyxcbbm7HuBPk+8qQ6UQt5LAAAAFQC1Hui1/QkNvM/FhmrpfxniKVPadwAAAIEAuCLMJYFXIaFmVsWCQV0X9rHvYiEGeq6WZq8KrWVS/0J26z6aKft+AKO806ifePHRE/+1GtdTKUG0a0RdrQ+r9NuSYPf/6Zvzus3JevdJqYrT1gmwT4Gw9OsHt5JKGdg1m6Qp8U2fykksP1LhVAUIVRf9I/hLnpYpz+PF91cZFwgAAACALBBU/Qs9SnRalTd4yOVJKnMiLs5Nsf4VIGyjuc/6hNMxsdicfyY/VvEHEsFSdcUZVAdHTCqo1/3Tgd5dwtu/L96oQRRtBsqDYhwZSFGq1Qe158J3O9VdmtLnIse48N4jdNyCi4Ygk3zI0bDAq9RxsWFgZ1XTn/WehMZSrRMo2+I= 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.6,24,fe80::f816:3eff:fe08:1b4/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-00000123\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-10-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=5.41 ===\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\n/dev/root resized successfully [took 3.21s]\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:08:01:B4 \n inet addr:10.10.10.6 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe08:1b4/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:7986 (7.7 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-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.170520] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.170521] usb 1-1: Product: QEMU USB Tablet\n[ 1.170522] usb 1-1: Manufacturer: QEMU\n[ 1.170522] usb 1-1: SerialNumber: 42\n[ 1.526770] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3255787006b, max_idle_ns: 440795244845 ns\n[ 2.814989] EXT4-fs (vda1): re-mounted. Opts: data=ordered\n[ 2.845206] EXT4-fs (vda1): re-mounted. Opts: data=ordered\n[ 2.863258] random: dd urandom read with 5 bits of entropy available\n[ 5.529649] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\n[ 6.319552] EXT4-fs (vda1): resized filesystem to 1039340\n### tail -n 25 /var/log/messages\nSep 4 13:52:35 cirros syslog.info syslogd started: BusyBox v1.23.2\nSep 4 13:52:35 cirros kern.notice kernel: klogd started: BusyBox v1.23.2 (2017-11-20 02:37:12 UTC)\nSep 4 13:52:35 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpuset\nSep 4 13:52:35 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpu\nSep 4 13:52:35 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpuacct\nSep 4 13:52:35 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)\nSep 4 13:52:35 cirros kern.info kernel: [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\nSep 4 13:52:35 cirros kern.info kernel: [ 0.000000] KERNEL supported cpus:\nSep 4 13:52:35 cirros kern.info kernel: [ 0.000000] Intel GenuineIntel\nSep 4 13:52:35 cirros kern.info kernel: [ 0.000000] AMD AuthenticAMD\nSep 4 13:52:35 cirros kern.info kernel: [ 0.000000] Centaur CentaurHauls\nSep 4 13:52:35 cirros kern.info kernel: [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\nSep 4 13:52:35 cirros kern.notice kernel: [ 2.863258] random: dd urandom read with 5 bits of entropy available\nSep 4 13:52:37 cirros auth.notice su: + /dev/console root:cirros\nSep 4 13:52:38 cirros authpriv.info dropbear[340]: Running in background\nSep 4 13:52:38 cirros kern.info kernel: [ 5.529649] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\nSep 4 13:52:39 cirros kern.info kernel: [ 6.319552] 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-09-04 12:54:23,014 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/8cf6470b-47f9-4188-85fa-28971728869d/action used request id req-53e62c86-93ac-4736-aadc-f327b5ac52fd 2018-09-04 12:54:23,026 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12: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-47453c18-81ce-418a-906a-ae05c5ba31ea x-compute-request-id: req-47453c18-81ce-418a-906a-ae05c5ba31ea 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 515608422 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 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.150923] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.152917] pid_max: default: 32768 minimum: 301\n[ 0.154024] ACPI: Core revision 20150930\n[ 0.155586] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.157174] Security Framework initialized\n[ 0.158193] Yama: becoming mindful.\n[ 0.159068] AppArmor: AppArmor initialized\n[ 0.160087] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.161690] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.163263] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.164742] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.166444] Initializing cgroup subsys io\n[ 0.167422] Initializing cgroup subsys memory\n[ 0.168456] Initializing cgroup subsys devices\n[ 0.169505] Initializing cgroup subsys freezer\n[ 0.170564] Initializing cgroup subsys net_cls\n[ 0.171615] Initializing cgroup subsys perf_event\n[ 0.172718] Initializing cgroup subsys net_prio\n[ 0.173796] Initializing cgroup subsys hugetlb\n[ 0.174849] Initializing cgroup subsys pids\n[ 0.175921] CPU: Physical Processor ID: 0\n[ 0.177620] mce: CPU supports 10 MCE banks\n[ 0.178675] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.179920] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.191132] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.198095] ftrace: allocating 31920 entries in 125 pages\n[ 0.225740] smpboot: Max logical packages: 1\n[ 0.226781] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.228384] x2apic enabled\n[ 0.229295] Switched APIC routing to physical x2apic.\n[ 0.231260] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.232613] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.234983] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.237115] KVM setup paravirtual spinlock\n[ 0.238600] x86: Booted up 1 node, 1 CPUs\n[ 0.239559] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.241205] devtmpfs: initialized\n[ 0.243069] evm: security.selinux\n[ 0.243911] evm: security.SMACK64\n[ 0.244740] evm: security.SMACK64EXEC\n[ 0.245670] evm: security.SMACK64TRANSMUTE\n[ 0.246888] evm: security.SMACK64MMAP\n[ 0.248014] evm: security.ima\n[ 0.248963] evm: security.capability\n[ 0.250154] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.253029] pinctrl core: initialized pinctrl subsystem\n[ 0.254450] RTC time: 12:52:43, date: 09/04/18\n[ 0.255645] NET: Registered protocol family 16\n[ 0.256860] cpuidle: using governor ladder\n[ 0.257904] cpuidle: using governor menu\n[ 0.258917] PCCT header not found.\n[ 0.259856] ACPI: bus type PCI registered\n[ 0.260871] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.262454] PCI: Using configuration type 1 for base access\n[ 0.264543] ACPI: Added _OSI(Module Device)\n[ 0.265619] ACPI: Added _OSI(Processor Device)\n[ 0.266718] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.267872] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.270311] ACPI: Interpreter enabled\n[ 0.271271] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.273611] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.275974] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.278328] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.280689] ACPI: (supports S0 S5)\n[ 0.281576] ACPI: Using IOAPIC for interrupt routing\n[ 0.282788] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.286375] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.287863] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.289464] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.290994] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.293696] acpiphp: Slot [3] registered\n[ 0.294677] acpiphp: Slot [4] registered\n[ 0.295657] acpiphp: Slot [5] registered\n[ 0.296714] acpiphp: Slot [6] registered\n[ 0.297692] acpiphp: Slot [7] registered\n[ 0.298664] acpiphp: Slot [8] registered\n[ 0.299639] acpiphp: Slot [9] registered\n[ 0.300622] acpiphp: Slot [10] registered\n[ 0.301612] acpiphp: Slot [11] registered\n[ 0.302605] acpiphp: Slot [12] registered\n[ 0.303597] acpiphp: Slot [13] registered\n[ 0.304616] acpiphp: Slot [14] registered\n[ 0.305639] acpiphp: Slot [15] registered\n[ 0.317114] acpiphp: Slot [16] registered\n[ 0.318112] acpiphp: Slot [17] registered\n[ 0.319093] acpiphp: Slot [18] registered\n[ 0.320084] acpiphp: Slot [19] registered\n[ 0.321067] acpiphp: Slot [20] registered\n[ 0.322062] acpiphp: Slot [21] registered\n[ 0.323051] acpiphp: Slot [22] registered\n[ 0.324036] acpiphp: Slot [23] registered\n[ 0.325117] acpiphp: Slot [24] registered\n[ 0.326111] acpiphp: Slot [25] registered\n[ 0.327090] acpiphp: Slot [26] registered\n[ 0.328064] acpiphp: Slot [27] registered\n[ 0.329049] acpiphp: Slot [28] registered\n[ 0.330033] acpiphp: Slot [29] registered\n[ 0.331022] acpiphp: Slot [30] registered\n[ 0.332003] acpiphp: Slot [31] registered\n[ 0.332980] PCI host bridge to bus 0000:00\n[ 0.333966] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.335473] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.336977] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.338740] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.340514] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.347066] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.348688] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.350140] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.351723] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.358702] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.360439] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.408472] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.410187] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.411866] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.413528] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.416226] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.417715] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.419076] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.420370] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.422240] vgaarb: loaded\n[ 0.422960] vgaarb: bridge control possible 0000:00:02.0\n[ 0.424315] SCSI subsystem initialized\n[ 0.425298] ACPI: bus type USB registered\n[ 0.426288] usbcore: registered new interface driver usbfs\n[ 0.427543] usbcore: registered new interface driver hub\n[ 0.428764] usbcore: registered new device driver usb\n[ 0.430031] PCI: Using ACPI for IRQ routing\n[ 0.431246] NetLabel: Initializing\n[ 0.432106] NetLabel: domain hash size = 128\n[ 0.433134] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.434281] NetLabel: unlabeled traffic allowed by default\n[ 0.435616] clocksource: Switched to clocksource kvm-clock\n[ 0.441471] AppArmor: AppArmor Filesystem Enabled\n[ 0.442628] pnp: PnP ACPI init\n[ 0.443692] pnp: PnP ACPI: found 5 devices\n[ 0.450283] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.452002] NET: Registered protocol family 2\n[ 0.452973] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.454361] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.455517] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.456681] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.457754] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.458898] NET: Registered protocol family 1\n[ 0.459760] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.460845] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.461898] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.475931] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.490322] Trying to unpack rootfs image as initramfs...\n[ 0.540783] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.554504] Scanning for low memory corruption every 60 seconds\n[ 0.555826] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.556959] audit: initializing netlink subsys (disabled)\n[ 0.557950] audit: type=2000 audit(1536065564.730:1): initialized\n[ 0.559220] Initialise system trusted keyring\n[ 0.560133] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.561265] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.563186] zbud: loaded\n[ 0.563882] VFS: Disk quotas dquot_6.6.0\n[ 0.564692] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.573110] fuse init (API version 7.23)\n[ 0.574038] Key type big_key registered\n[ 0.574829] Allocating IMA MOK and blacklist keyrings.\n[ 0.575943] Key type asymmetric registered\n[ 0.576752] Asymmetric key parser 'x509' registered\n[ 0.577688] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.579480] io scheduler noop registered\n[ 0.580259] io scheduler deadline registered (default)\n[ 0.581214] io scheduler cfq registered\n[ 0.582037] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.583057] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.584302] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.585718] ACPI: Power Button [PWRF]\n[ 0.586552] GHES: HEST is not enabled!\n[ 0.600491] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.631680] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.634111] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.657962] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.660069] Linux agpgart interface v0.103\n[ 0.662094] brd: module loaded\n[ 0.663263] loop: module loaded\n[ 0.668493] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.669916] GPT:90111 != 2097151\n[ 0.670576] GPT:Alternate GPT header not at the end of the disk.\n[ 0.671647] GPT:90111 != 2097151\n[ 0.672305] GPT: Use GNU Parted to correct GPT errors.\n[ 0.673245] vda: vda1 vda15\n[ 0.674687] scsi host0: ata_piix\n[ 0.675406] scsi host1: ata_piix\n[ 0.676101] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.677286] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.678693] libphy: Fixed MDIO Bus: probed\n[ 0.679492] tun: Universal TUN/TAP device driver, 1.6\n[ 0.680420] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.682553] PPP generic driver version 2.4.2\n[ 0.683559] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.685021] ehci-pci: EHCI PCI platform driver\n[ 0.685966] ehci-platform: EHCI generic platform driver\n[ 0.687046] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.688378] ohci-pci: OHCI PCI platform driver\n[ 0.689294] ohci-platform: OHCI generic platform driver\n[ 0.690448] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.705050] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.706256] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.707930] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.709048] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.710293] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.711906] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.713803] usb usb1: Product: UHCI Host Controller\n[ 0.714946] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.716580] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.717842] hub 1-0:1.0: USB hub found\n[ 0.718824] hub 1-0:1.0: 2 ports detected\n[ 0.719996] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.722556] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.723808] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.724981] mousedev: PS/2 mouse device common for all mice\n[ 0.726461] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.728587] rtc_cmos 00:00: RTC can wake from S4\n[ 0.729809] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.731175] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.732534] i2c /dev entries driver\n[ 0.733358] device-mapper: uevent: version 1.0.3\n[ 0.734408] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.736265] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.737746] NET: Registered protocol family 10\n[ 0.738886] NET: Registered protocol family 17\n[ 0.739926] Key type dns_resolver registered\n[ 0.741014] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.742362] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.744463] registered taskstats version 1\n[ 0.745395] Loading compiled-in X.509 certificates\n[ 0.746929] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.749105] zswap: loaded using pool lzo/zbud\n[ 0.750628] Key type trusted registered\n[ 0.752807] Key type encrypted registered\n[ 0.753783] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.755029] ima: No TPM chip found, activating TPM-bypass!\n[ 0.756708] evm: HMAC attrs: 0x1\n[ 0.757709] Magic number: 2:928:884\n[ 0.758674] rtc_cmos 00:00: setting system clock to 2018-09-04 12:52:44 UTC (1536065564)\n[ 0.760623] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.761976] EDD information not available.\n[ 0.832167] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.834103] ata1.00: configured for MWDMA2\n[ 0.835820] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.849195] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.851018] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.852824] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.855174] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.857412] Write protecting the kernel read-only data: 14336k\n[ 0.859499] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.861986] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.67\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.921214] 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.75\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found 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.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 1.50s]\nping 10.10.10.6 OK\nping 10.10.10.6 OK\nping 10.10.10.6 OK\nping 10.10.10.6 OK\nping 10.10.10.6 OK\nping 10.10.10.6 OK\nping 10.10.10.6 OK\nping 10.10.10.6 OK\nping 10.10.10.6 OK\n"} 2018-09-04 12:54:23,027 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/e405c1d0-e398-40d9-b303-d8dab908a5e1/action used request id req-47453c18-81ce-418a-906a-ae05c5ba31ea 2018-09-04 12:54:23,199 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12:54: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-326d3f8f-97ef-4eaa-90b9-668babe1ea74 x-compute-request-id: req-326d3f8f-97ef-4eaa-90b9-668babe1ea74 Content-Encoding: gzip Content-Length: 8092 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 535760135 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 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.131352] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.133000] pid_max: default: 32768 minimum: 301\n[ 0.133896] ACPI: Core revision 20150930\n[ 0.135297] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136597] Security Framework initialized\n[ 0.137409] Yama: becoming mindful.\n[ 0.138137] AppArmor: AppArmor initialized\n[ 0.139005] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.140326] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.141592] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142797] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144193] Initializing cgroup subsys io\n[ 0.145004] Initializing cgroup subsys memory\n[ 0.145856] Initializing cgroup subsys devices\n[ 0.146732] Initializing cgroup subsys freezer\n[ 0.147595] Initializing cgroup subsys net_cls\n[ 0.148458] Initializing cgroup subsys perf_event\n[ 0.149364] Initializing cgroup subsys net_prio\n[ 0.150239] Initializing cgroup subsys hugetlb\n[ 0.151105] Initializing cgroup subsys pids\n[ 0.151977] CPU: Physical Processor ID: 0\n[ 0.153486] mce: CPU supports 10 MCE banks\n[ 0.154329] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.155327] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.166337] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.173001] ftrace: allocating 31920 entries in 125 pages\n[ 0.200656] smpboot: Max logical packages: 1\n[ 0.201517] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.202872] x2apic enabled\n[ 0.203684] Switched APIC routing to physical x2apic.\n[ 0.205435] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.206550] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.208541] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.210326] KVM setup paravirtual spinlock\n[ 0.211661] x86: Booted up 1 node, 1 CPUs\n[ 0.212467] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.213858] devtmpfs: initialized\n[ 0.215591] evm: security.selinux\n[ 0.216289] evm: security.SMACK64\n[ 0.216977] evm: security.SMACK64EXEC\n[ 0.217722] evm: security.SMACK64TRANSMUTE\n[ 0.218527] evm: security.SMACK64MMAP\n[ 0.219274] evm: security.ima\n[ 0.219912] evm: security.capability\n[ 0.220731] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.222586] pinctrl core: initialized pinctrl subsystem\n[ 0.223690] RTC time: 12:52:56, date: 09/04/18\n[ 0.224645] NET: Registered protocol family 16\n[ 0.225619] cpuidle: using governor ladder\n[ 0.226437] cpuidle: using governor menu\n[ 0.227217] PCCT header not found.\n[ 0.227973] ACPI: bus type PCI registered\n[ 0.228783] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.230023] PCI: Using configuration type 1 for base access\n[ 0.231798] ACPI: Added _OSI(Module Device)\n[ 0.232643] ACPI: Added _OSI(Processor Device)\n[ 0.233504] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.234401] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.236544] ACPI: Interpreter enabled\n[ 0.237315] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.239155] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.240990] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.242839] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.244675] ACPI: (supports S0 S5)\n[ 0.245382] ACPI: Using IOAPIC for interrupt routing\n[ 0.246416] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.249525] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.250670] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.251893] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.253078] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.255309] acpiphp: Slot [3] registered\n[ 0.256106] acpiphp: Slot [4] registered\n[ 0.256905] acpiphp: Slot [5] registered\n[ 0.257816] acpiphp: Slot [6] registered\n[ 0.258671] acpiphp: Slot [7] registered\n[ 0.259512] acpiphp: Slot [8] registered\n[ 0.260358] acpiphp: Slot [9] registered\n[ 0.261193] acpiphp: Slot [10] registered\n[ 0.262050] acpiphp: Slot [11] registered\n[ 0.262911] acpiphp: Slot [12] registered\n[ 0.263773] acpiphp: Slot [13] registered\n[ 0.264628] acpiphp: Slot [14] registered\n[ 0.265476] acpiphp: Slot [15] registered\n[ 0.276361] acpiphp: Slot [16] registered\n[ 0.277205] acpiphp: Slot [17] registered\n[ 0.278067] acpiphp: Slot [18] registered\n[ 0.278909] acpiphp: Slot [19] registered\n[ 0.279764] acpiphp: Slot [20] registered\n[ 0.280623] acpiphp: Slot [21] registered\n[ 0.281469] acpiphp: Slot [22] registered\n[ 0.282322] acpiphp: Slot [23] registered\n[ 0.283172] acpiphp: Slot [24] registered\n[ 0.284024] acpiphp: Slot [25] registered\n[ 0.284882] acpiphp: Slot [26] registered\n[ 0.285727] acpiphp: Slot [27] registered\n[ 0.286586] acpiphp: Slot [28] registered\n[ 0.287436] acpiphp: Slot [29] registered\n[ 0.288294] acpiphp: Slot [30] registered\n[ 0.289149] acpiphp: Slot [31] registered\n[ 0.289996] PCI host bridge to bus 0000:00\n[ 0.290848] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.292209] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.293428] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.294875] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.296325] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.302688] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.303965] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.305137] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.306406] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.313629] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.315078] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.365283] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.366783] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.368213] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.369672] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.371126] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.372393] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.373582] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.374652] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.376217] vgaarb: loaded\n[ 0.376828] vgaarb: bridge control possible 0000:00:02.0\n[ 0.377999] SCSI subsystem initialized\n[ 0.378840] ACPI: bus type USB registered\n[ 0.379668] usbcore: registered new interface driver usbfs\n[ 0.380709] usbcore: registered new interface driver hub\n[ 0.381722] usbcore: registered new device driver usb\n[ 0.382794] PCI: Using ACPI for IRQ routing\n[ 0.383845] NetLabel: Initializing\n[ 0.384599] NetLabel: domain hash size = 128\n[ 0.385509] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.386531] NetLabel: unlabeled traffic allowed by default\n[ 0.387728] clocksource: Switched to clocksource kvm-clock\n[ 0.393561] AppArmor: AppArmor Filesystem Enabled\n[ 0.394601] pnp: PnP ACPI init\n[ 0.395554] pnp: PnP ACPI: found 5 devices\n[ 0.402000] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.403825] NET: Registered protocol family 2\n[ 0.404812] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.406097] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.407278] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.408527] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.409572] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.410694] NET: Registered protocol family 1\n[ 0.411532] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.412590] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.413667] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.427866] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.442280] Trying to unpack rootfs image as initramfs...\n[ 0.492629] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.506467] Scanning for low memory corruption every 60 seconds\n[ 0.507889] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.509098] audit: initializing netlink subsys (disabled)\n[ 0.510293] audit: type=2000 audit(1536065577.660:1): initialized\n[ 0.511668] Initialise system trusted keyring\n[ 0.512649] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.513862] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.515914] zbud: loaded\n[ 0.516664] VFS: Disk quotas dquot_6.6.0\n[ 0.517546] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.519156] fuse init (API version 7.23)\n[ 0.520108] Key type big_key registered\n[ 0.520968] Allocating IMA MOK and blacklist keyrings.\n[ 0.522173] Key type asymmetric registered\n[ 0.523059] Asymmetric key parser 'x509' registered\n[ 0.524106] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.526045] io scheduler noop registered\n[ 0.526902] io scheduler deadline registered (default)\n[ 0.527975] io scheduler cfq registered\n[ 0.528881] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.530017] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.531389] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.533006] ACPI: Power Button [PWRF]\n[ 0.533909] GHES: HEST is not enabled!\n[ 0.547740] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.582776] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.586226] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.610548] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.612846] Linux agpgart interface v0.103\n[ 0.615028] brd: module loaded\n[ 0.616363] loop: module loaded\n[ 0.620894] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.622426] GPT:90111 != 2097151\n[ 0.623123] GPT:Alternate GPT header not at the end of the disk.\n[ 0.624418] GPT:90111 != 2097151\n[ 0.625134] GPT: Use GNU Parted to correct GPT errors.\n[ 0.626144] vda: vda1 vda15\n[ 0.627690] scsi host0: ata_piix\n[ 0.628480] scsi host1: ata_piix\n[ 0.629226] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.630522] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.632053] libphy: Fixed MDIO Bus: probed\n[ 0.632934] tun: Universal TUN/TAP device driver, 1.6\n[ 0.633959] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.636365] PPP generic driver version 2.4.2\n[ 0.637501] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.638947] ehci-pci: EHCI PCI platform driver\n[ 0.640002] ehci-platform: EHCI generic platform driver\n[ 0.641199] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.642564] ohci-pci: OHCI PCI platform driver\n[ 0.643601] ohci-platform: OHCI generic platform driver\n[ 0.644797] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.659615] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.660835] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.662584] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.663787] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.665123] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.666620] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.668320] usb usb1: Product: UHCI Host Controller\n[ 0.669539] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.670923] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.672066] hub 1-0:1.0: USB hub found\n[ 0.672986] hub 1-0:1.0: 2 ports detected\n[ 0.674054] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.676497] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.677636] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.678838] mousedev: PS/2 mouse device common for all mice\n[ 0.680123] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.681981] rtc_cmos 00:00: RTC can wake from S4\n[ 0.683079] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.684350] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.685805] i2c /dev entries driver\n[ 0.686705] device-mapper: uevent: version 1.0.3\n[ 0.687832] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.689792] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.691326] NET: Registered protocol family 10\n[ 0.692508] NET: Registered protocol family 17\n[ 0.693583] Key type dns_resolver registered\n[ 0.694681] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.696013] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.698125] registered taskstats version 1\n[ 0.699132] Loading compiled-in X.509 certificates\n[ 0.700772] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.703008] zswap: loaded using pool lzo/zbud\n[ 0.704578] Key type trusted registered\n[ 0.706734] Key type encrypted registered\n[ 0.707746] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.708994] ima: No TPM chip found, activating TPM-bypass!\n[ 0.710699] evm: HMAC attrs: 0x1\n[ 0.711799] Magic number: 2:928:884\n[ 0.712813] rtc_cmos 00:00: setting system clock to 2018-09-04 12:52:57 UTC (1536065577)\n[ 0.714727] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.716088] EDD information not available.\n[ 0.788380] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.790044] ata1.00: configured for MWDMA2\n[ 0.791419] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.804456] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.805961] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.807424] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.809510] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.811342] Write protecting the kernel read-only data: 14336k\n[ 0.813150] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.815278] 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.873182] 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.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... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.10.7...\nLease of 10.10.10.7 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.92s]\nping 10.10.10.8 OK\nping 10.10.10.6 OK\n"} 2018-09-04 12:54:23,200 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/94bf21f0-f1b6-428f-8bea-ade96857c71b/action used request id req-326d3f8f-97ef-4eaa-90b9-668babe1ea74 2018-09-04 12:54:24,019 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/servers/8cf6470b-47f9-4188-85fa-28971728869d/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}26d8b946cfe8573c121af4cedf4ccdc82505adc8" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-04 12:54:24,031 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/servers/e405c1d0-e398-40d9-b303-d8dab908a5e1/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3e16754a174e570fc92a6d8b2ab2b0a769563b11" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-04 12:54:24,204 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/servers/94bf21f0-f1b6-428f-8bea-ade96857c71b/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6bf60c0e23ecaa1432876d008666c2120fdb63c0" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-04 12:54:25,099 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12: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-67c54552-d841-4b3f-898f-9fbb7003888a x-compute-request-id: req-67c54552-d841-4b3f-898f-9fbb7003888a Content-Encoding: gzip Content-Length: 10882 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 493641177 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 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.133916] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.135612] pid_max: default: 32768 minimum: 301\n[ 0.136527] ACPI: Core revision 20150930\n[ 0.137933] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.139280] Security Framework initialized\n[ 0.140119] Yama: becoming mindful.\n[ 0.140867] AppArmor: AppArmor initialized\n[ 0.141752] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.143121] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.144435] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.145678] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.147100] Initializing cgroup subsys io\n[ 0.147938] Initializing cgroup subsys memory\n[ 0.148820] Initializing cgroup subsys devices\n[ 0.149723] Initializing cgroup subsys freezer\n[ 0.150611] Initializing cgroup subsys net_cls\n[ 0.151495] Initializing cgroup subsys perf_event\n[ 0.152432] Initializing cgroup subsys net_prio\n[ 0.153348] Initializing cgroup subsys hugetlb\n[ 0.154241] Initializing cgroup subsys pids\n[ 0.155137] CPU: Physical Processor ID: 0\n[ 0.156658] mce: CPU supports 10 MCE banks\n[ 0.157530] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.158557] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.169233] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.175662] ftrace: allocating 31920 entries in 125 pages\n[ 0.202481] smpboot: Max logical packages: 1\n[ 0.203506] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.205083] x2apic enabled\n[ 0.205939] Switched APIC routing to physical x2apic.\n[ 0.207817] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.209102] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.211242] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.213193] KVM setup paravirtual spinlock\n[ 0.214743] x86: Booted up 1 node, 1 CPUs\n[ 0.215629] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.217139] devtmpfs: initialized\n[ 0.218891] evm: security.selinux\n[ 0.219707] evm: security.SMACK64\n[ 0.220505] evm: security.SMACK64EXEC\n[ 0.221323] evm: security.SMACK64TRANSMUTE\n[ 0.222219] evm: security.SMACK64MMAP\n[ 0.223037] evm: security.ima\n[ 0.223729] evm: security.capability\n[ 0.224615] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.226659] pinctrl core: initialized pinctrl subsystem\n[ 0.227881] RTC time: 12:52:32, date: 09/04/18\n[ 0.228911] NET: Registered protocol family 16\n[ 0.229959] cpuidle: using governor ladder\n[ 0.230849] cpuidle: using governor menu\n[ 0.231703] PCCT header not found.\n[ 0.232544] ACPI: bus type PCI registered\n[ 0.233441] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.234824] PCI: Using configuration type 1 for base access\n[ 0.236684] ACPI: Added _OSI(Module Device)\n[ 0.237601] ACPI: Added _OSI(Processor Device)\n[ 0.238536] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.239505] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.241742] ACPI: Interpreter enabled\n[ 0.242750] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.244807] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.246835] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.248834] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.250882] ACPI: (supports S0 S5)\n[ 0.251768] ACPI: Using IOAPIC for interrupt routing\n[ 0.252785] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.256036] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.257322] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.258664] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.259942] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.262345] acpiphp: Slot [3] registered\n[ 0.263204] acpiphp: Slot [4] registered\n[ 0.264071] acpiphp: Slot [5] registered\n[ 0.264978] acpiphp: Slot [6] registered\n[ 0.265831] acpiphp: Slot [7] registered\n[ 0.266721] acpiphp: Slot [8] registered\n[ 0.267602] acpiphp: Slot [9] registered\n[ 0.268473] acpiphp: Slot [10] registered\n[ 0.269369] acpiphp: Slot [11] registered\n[ 0.270262] acpiphp: Slot [12] registered\n[ 0.271144] acpiphp: Slot [13] registered\n[ 0.272030] acpiphp: Slot [14] registered\n[ 0.272913] acpiphp: Slot [15] registered\n[ 0.283846] acpiphp: Slot [16] registered\n[ 0.284752] acpiphp: Slot [17] registered\n[ 0.285627] acpiphp: Slot [18] registered\n[ 0.286676] acpiphp: Slot [19] registered\n[ 0.287546] acpiphp: Slot [20] registered\n[ 0.288456] acpiphp: Slot [21] registered\n[ 0.289375] acpiphp: Slot [22] registered\n[ 0.290278] acpiphp: Slot [23] registered\n[ 0.291180] acpiphp: Slot [24] registered\n[ 0.292186] acpiphp: Slot [25] registered\n[ 0.293092] acpiphp: Slot [26] registered\n[ 0.293970] acpiphp: Slot [27] registered\n[ 0.294843] acpiphp: Slot [28] registered\n[ 0.295748] acpiphp: Slot [29] registered\n[ 0.296627] acpiphp: Slot [30] registered\n[ 0.297525] acpiphp: Slot [31] registered\n[ 0.298469] PCI host bridge to bus 0000:00\n[ 0.299367] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.300787] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.302183] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.303814] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.305504] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.311857] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.313291] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.314670] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.316109] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.322423] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.324047] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.370271] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.372275] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.374272] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.376274] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.378628] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.380397] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.382031] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.383629] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.385965] vgaarb: loaded\n[ 0.386823] vgaarb: bridge control possible 0000:00:02.0\n[ 0.388446] SCSI subsystem initialized\n[ 0.389649] ACPI: bus type USB registered\n[ 0.390882] usbcore: registered new interface driver usbfs\n[ 0.392441] usbcore: registered new interface driver hub\n[ 0.393994] usbcore: registered new device driver usb\n[ 0.395567] PCI: Using ACPI for IRQ routing\n[ 0.397076] NetLabel: Initializing\n[ 0.398138] NetLabel: domain hash size = 128\n[ 0.399424] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.400862] NetLabel: unlabeled traffic allowed by default\n[ 0.402496] clocksource: Switched to clocksource kvm-clock\n[ 0.408630] AppArmor: AppArmor Filesystem Enabled\n[ 0.410029] pnp: PnP ACPI init\n[ 0.411243] pnp: PnP ACPI: found 5 devices\n[ 0.417971] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.420554] NET: Registered protocol family 2\n[ 0.421956] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.423888] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.425663] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.427455] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.429081] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.430913] NET: Registered protocol family 1\n[ 0.432206] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.433906] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.435557] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.450263] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.465007] Trying to unpack rootfs image as initramfs...\n[ 0.515195] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.529654] Scanning for low memory corruption every 60 seconds\n[ 0.531556] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.533325] audit: initializing netlink subsys (disabled)\n[ 0.534923] audit: type=2000 audit(1536065553.046:1): initialized\n[ 0.536846] Initialise system trusted keyring\n[ 0.538207] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.539985] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.542560] zbud: loaded\n[ 0.543523] VFS: Disk quotas dquot_6.6.0\n[ 0.544714] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.546911] fuse init (API version 7.23)\n[ 0.548188] Key type big_key registered\n[ 0.549358] Allocating IMA MOK and blacklist keyrings.\n[ 0.550995] Key type asymmetric registered\n[ 0.552202] Asymmetric key parser 'x509' registered\n[ 0.553615] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.555185] io scheduler noop registered\n[ 0.556021] io scheduler deadline registered (default)\n[ 0.557046] io scheduler cfq registered\n[ 0.558276] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.559379] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.560767] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.562262] ACPI: Power Button [PWRF]\n[ 0.563142] GHES: HEST is not enabled!\n[ 0.582700] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.611616] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.614050] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.638513] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.640746] Linux agpgart interface v0.103\n[ 0.642894] brd: module loaded\n[ 0.644180] loop: module loaded\n[ 0.648809] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.650302] GPT:90111 != 2097151\n[ 0.651006] GPT:Alternate GPT header not at the end of the disk.\n[ 0.652128] GPT:90111 != 2097151\n[ 0.652817] GPT: Use GNU Parted to correct GPT errors.\n[ 0.653805] vda: vda1 vda15\n[ 0.655228] scsi host0: ata_piix\n[ 0.655984] scsi host1: ata_piix\n[ 0.656705] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.657954] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.659443] libphy: Fixed MDIO Bus: probed\n[ 0.660284] tun: Universal TUN/TAP device driver, 1.6\n[ 0.661260] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.663397] PPP generic driver version 2.4.2\n[ 0.664309] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.665581] ehci-pci: EHCI PCI platform driver\n[ 0.666481] ehci-platform: EHCI generic platform driver\n[ 0.667509] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.668682] ohci-pci: OHCI PCI platform driver\n[ 0.669573] ohci-platform: OHCI generic platform driver\n[ 0.670599] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.684963] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.685985] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.687482] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.688537] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.689685] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.690946] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.692401] usb usb1: Product: UHCI Host Controller\n[ 0.693363] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.694542] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.695579] hub 1-0:1.0: USB hub found\n[ 0.696379] hub 1-0:1.0: 2 ports detected\n[ 0.697306] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.699476] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.700458] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.701509] mousedev: PS/2 mouse device common for all mice\n[ 0.702814] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.704699] rtc_cmos 00:00: RTC can wake from S4\n[ 0.705821] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.707058] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.708282] i2c /dev entries driver\n[ 0.709079] device-mapper: uevent: version 1.0.3\n[ 0.710034] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.711705] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.713029] NET: Registered protocol family 10\n[ 0.714054] NET: Registered protocol family 17\n[ 0.714975] Key type dns_resolver registered\n[ 0.715935] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.717058] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.718862] registered taskstats version 1\n[ 0.719718] Loading compiled-in X.509 certificates\n[ 0.721183] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.723109] zswap: loaded using pool lzo/zbud\n[ 0.724519] Key type trusted registered\n[ 0.726081] Key type encrypted registered\n[ 0.726941] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.727997] ima: No TPM chip found, activating TPM-bypass!\n[ 0.729056] evm: HMAC attrs: 0x1\n[ 0.730010] Magic number: 2:928:884\n[ 0.730889] rtc_cmos 00:00: setting system clock to 2018-09-04 12:52:33 UTC (1536065553)\n[ 0.732529] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.733686] EDD information not available.\n[ 0.819485] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.821072] Write protecting the kernel read-only data: 14336k\n[ 0.833011] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.834880] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.66\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 2.64\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 2.863258] 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 2.75. iid=i-00000123\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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCRwjHQcym09Tp/ARB4dweGWyWirMhn+SYYILqbXUL25KMOMbva77/YlgjfENfG/TFeydM+4kZjV0CCyJIDEFb8IJwX9V0eAGbHy+mBxPGu606jjwCTo1XpoM8TiqgqehyQHmBOsFrI62Xt5C84zcxoOV4eQD8xb7sOxPBWp3FFq+jlpK3j/ezacq+KsZCrYO36UBNY8xEFK/L6fJeC+S8yergLlCDLuC0NMGjxw7IWa/yLNiOVzgyzmxtvylLBh6O9KOh9qiGCtnMDvvj8P9LwVo3Sn+2WS9GhddcPOtUluVPMTAvAtElD/5q6VDumQISbEN4d/0SZZG0aWYo+LA4D root@sdnvpn-10-2\nssh-dss AAAAB3NzaC1kc3MAAACBALtXbcKHQUELj8C5WmyWQiA9MwTTFhL2DbRo4MkEn4SyMMvpOHlUXeQS8h62M2ksws897bf6ZrHWm1Ih5lEOTmV10wC/E+RY4DVQi2pD210oMrxkgB0BFuVP87MG1fwWs5k1DFhSOq+WU69xS7oSWpyxcbbm7HuBPk+8qQ6UQt5LAAAAFQC1Hui1/QkNvM/FhmrpfxniKVPadwAAAIEAuCLMJYFXIaFmVsWCQV0X9rHvYiEGeq6WZq8KrWVS/0J26z6aKft+AKO806ifePHRE/+1GtdTKUG0a0RdrQ+r9NuSYPf/6Zvzus3JevdJqYrT1gmwT4Gw9OsHt5JKGdg1m6Qp8U2fykksP1LhVAUIVRf9I/hLnpYpz+PF91cZFwgAAACALBBU/Qs9SnRalTd4yOVJKnMiLs5Nsf4VIGyjuc/6hNMxsdicfyY/VvEHEsFSdcUZVAdHTCqo1/3Tgd5dwtu/L96oQRRtBsqDYhwZSFGq1Qe158J3O9VdmtLnIse48N4jdNyCi4Ygk3zI0bDAq9RxsWFgZ1XTn/WehMZSrRMo2+I= 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.6,24,fe80::f816:3eff:fe08:1b4/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-00000123\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-10-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=5.41 ===\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\n/dev/root resized successfully [took 3.21s]\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:08:01:B4 \n inet addr:10.10.10.6 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe08:1b4/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:7986 (7.7 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-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.170520] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.170521] usb 1-1: Product: QEMU USB Tablet\n[ 1.170522] usb 1-1: Manufacturer: QEMU\n[ 1.170522] usb 1-1: SerialNumber: 42\n[ 1.526770] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3255787006b, max_idle_ns: 440795244845 ns\n[ 2.814989] EXT4-fs (vda1): re-mounted. Opts: data=ordered\n[ 2.845206] EXT4-fs (vda1): re-mounted. Opts: data=ordered\n[ 2.863258] random: dd urandom read with 5 bits of entropy available\n[ 5.529649] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\n[ 6.319552] EXT4-fs (vda1): resized filesystem to 1039340\n### tail -n 25 /var/log/messages\nSep 4 13:52:35 cirros syslog.info syslogd started: BusyBox v1.23.2\nSep 4 13:52:35 cirros kern.notice kernel: klogd started: BusyBox v1.23.2 (2017-11-20 02:37:12 UTC)\nSep 4 13:52:35 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpuset\nSep 4 13:52:35 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpu\nSep 4 13:52:35 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpuacct\nSep 4 13:52:35 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)\nSep 4 13:52:35 cirros kern.info kernel: [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\nSep 4 13:52:35 cirros kern.info kernel: [ 0.000000] KERNEL supported cpus:\nSep 4 13:52:35 cirros kern.info kernel: [ 0.000000] Intel GenuineIntel\nSep 4 13:52:35 cirros kern.info kernel: [ 0.000000] AMD AuthenticAMD\nSep 4 13:52:35 cirros kern.info kernel: [ 0.000000] Centaur CentaurHauls\nSep 4 13:52:35 cirros kern.info kernel: [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\nSep 4 13:52:35 cirros kern.notice kernel: [ 2.863258] random: dd urandom read with 5 bits of entropy available\nSep 4 13:52:37 cirros auth.notice su: + /dev/console root:cirros\nSep 4 13:52:38 cirros authpriv.info dropbear[340]: Running in background\nSep 4 13:52:38 cirros kern.info kernel: [ 5.529649] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\nSep 4 13:52:39 cirros kern.info kernel: [ 6.319552] 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-09-04 12:54:25,100 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12: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-bd593e92-ea63-43c1-ae5f-a587e5e7f195 x-compute-request-id: req-bd593e92-ea63-43c1-ae5f-a587e5e7f195 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 515608422 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 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.150923] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.152917] pid_max: default: 32768 minimum: 301\n[ 0.154024] ACPI: Core revision 20150930\n[ 0.155586] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.157174] Security Framework initialized\n[ 0.158193] Yama: becoming mindful.\n[ 0.159068] AppArmor: AppArmor initialized\n[ 0.160087] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.161690] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.163263] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.164742] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.166444] Initializing cgroup subsys io\n[ 0.167422] Initializing cgroup subsys memory\n[ 0.168456] Initializing cgroup subsys devices\n[ 0.169505] Initializing cgroup subsys freezer\n[ 0.170564] Initializing cgroup subsys net_cls\n[ 0.171615] Initializing cgroup subsys perf_event\n[ 0.172718] Initializing cgroup subsys net_prio\n[ 0.173796] Initializing cgroup subsys hugetlb\n[ 0.174849] Initializing cgroup subsys pids\n[ 0.175921] CPU: Physical Processor ID: 0\n[ 0.177620] mce: CPU supports 10 MCE banks\n[ 0.178675] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.179920] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.191132] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.198095] ftrace: allocating 31920 entries in 125 pages\n[ 0.225740] smpboot: Max logical packages: 1\n[ 0.226781] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.228384] x2apic enabled\n[ 0.229295] Switched APIC routing to physical x2apic.\n[ 0.231260] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.232613] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.234983] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.237115] KVM setup paravirtual spinlock\n[ 0.238600] x86: Booted up 1 node, 1 CPUs\n[ 0.239559] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.241205] devtmpfs: initialized\n[ 0.243069] evm: security.selinux\n[ 0.243911] evm: security.SMACK64\n[ 0.244740] evm: security.SMACK64EXEC\n[ 0.245670] evm: security.SMACK64TRANSMUTE\n[ 0.246888] evm: security.SMACK64MMAP\n[ 0.248014] evm: security.ima\n[ 0.248963] evm: security.capability\n[ 0.250154] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.253029] pinctrl core: initialized pinctrl subsystem\n[ 0.254450] RTC time: 12:52:43, date: 09/04/18\n[ 0.255645] NET: Registered protocol family 16\n[ 0.256860] cpuidle: using governor ladder\n[ 0.257904] cpuidle: using governor menu\n[ 0.258917] PCCT header not found.\n[ 0.259856] ACPI: bus type PCI registered\n[ 0.260871] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.262454] PCI: Using configuration type 1 for base access\n[ 0.264543] ACPI: Added _OSI(Module Device)\n[ 0.265619] ACPI: Added _OSI(Processor Device)\n[ 0.266718] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.267872] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.270311] ACPI: Interpreter enabled\n[ 0.271271] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.273611] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.275974] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.278328] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.280689] ACPI: (supports S0 S5)\n[ 0.281576] ACPI: Using IOAPIC for interrupt routing\n[ 0.282788] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.286375] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.287863] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.289464] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.290994] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.293696] acpiphp: Slot [3] registered\n[ 0.294677] acpiphp: Slot [4] registered\n[ 0.295657] acpiphp: Slot [5] registered\n[ 0.296714] acpiphp: Slot [6] registered\n[ 0.297692] acpiphp: Slot [7] registered\n[ 0.298664] acpiphp: Slot [8] registered\n[ 0.299639] acpiphp: Slot [9] registered\n[ 0.300622] acpiphp: Slot [10] registered\n[ 0.301612] acpiphp: Slot [11] registered\n[ 0.302605] acpiphp: Slot [12] registered\n[ 0.303597] acpiphp: Slot [13] registered\n[ 0.304616] acpiphp: Slot [14] registered\n[ 0.305639] acpiphp: Slot [15] registered\n[ 0.317114] acpiphp: Slot [16] registered\n[ 0.318112] acpiphp: Slot [17] registered\n[ 0.319093] acpiphp: Slot [18] registered\n[ 0.320084] acpiphp: Slot [19] registered\n[ 0.321067] acpiphp: Slot [20] registered\n[ 0.322062] acpiphp: Slot [21] registered\n[ 0.323051] acpiphp: Slot [22] registered\n[ 0.324036] acpiphp: Slot [23] registered\n[ 0.325117] acpiphp: Slot [24] registered\n[ 0.326111] acpiphp: Slot [25] registered\n[ 0.327090] acpiphp: Slot [26] registered\n[ 0.328064] acpiphp: Slot [27] registered\n[ 0.329049] acpiphp: Slot [28] registered\n[ 0.330033] acpiphp: Slot [29] registered\n[ 0.331022] acpiphp: Slot [30] registered\n[ 0.332003] acpiphp: Slot [31] registered\n[ 0.332980] PCI host bridge to bus 0000:00\n[ 0.333966] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.335473] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.336977] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.338740] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.340514] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.347066] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.348688] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.350140] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.351723] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.358702] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.360439] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.408472] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.410187] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.411866] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.413528] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.416226] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.417715] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.419076] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.420370] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.422240] vgaarb: loaded\n[ 0.422960] vgaarb: bridge control possible 0000:00:02.0\n[ 0.424315] SCSI subsystem initialized\n[ 0.425298] ACPI: bus type USB registered\n[ 0.426288] usbcore: registered new interface driver usbfs\n[ 0.427543] usbcore: registered new interface driver hub\n[ 0.428764] usbcore: registered new device driver usb\n[ 0.430031] PCI: Using ACPI for IRQ routing\n[ 0.431246] NetLabel: Initializing\n[ 0.432106] NetLabel: domain hash size = 128\n[ 0.433134] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.434281] NetLabel: unlabeled traffic allowed by default\n[ 0.435616] clocksource: Switched to clocksource kvm-clock\n[ 0.441471] AppArmor: AppArmor Filesystem Enabled\n[ 0.442628] pnp: PnP ACPI init\n[ 0.443692] pnp: PnP ACPI: found 5 devices\n[ 0.450283] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.452002] NET: Registered protocol family 2\n[ 0.452973] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.454361] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.455517] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.456681] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.457754] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.458898] NET: Registered protocol family 1\n[ 0.459760] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.460845] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.461898] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.475931] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.490322] Trying to unpack rootfs image as initramfs...\n[ 0.540783] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.554504] Scanning for low memory corruption every 60 seconds\n[ 0.555826] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.556959] audit: initializing netlink subsys (disabled)\n[ 0.557950] audit: type=2000 audit(1536065564.730:1): initialized\n[ 0.559220] Initialise system trusted keyring\n[ 0.560133] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.561265] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.563186] zbud: loaded\n[ 0.563882] VFS: Disk quotas dquot_6.6.0\n[ 0.564692] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.573110] fuse init (API version 7.23)\n[ 0.574038] Key type big_key registered\n[ 0.574829] Allocating IMA MOK and blacklist keyrings.\n[ 0.575943] Key type asymmetric registered\n[ 0.576752] Asymmetric key parser 'x509' registered\n[ 0.577688] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.579480] io scheduler noop registered\n[ 0.580259] io scheduler deadline registered (default)\n[ 0.581214] io scheduler cfq registered\n[ 0.582037] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.583057] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.584302] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.585718] ACPI: Power Button [PWRF]\n[ 0.586552] GHES: HEST is not enabled!\n[ 0.600491] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.631680] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.634111] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.657962] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.660069] Linux agpgart interface v0.103\n[ 0.662094] brd: module loaded\n[ 0.663263] loop: module loaded\n[ 0.668493] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.669916] GPT:90111 != 2097151\n[ 0.670576] GPT:Alternate GPT header not at the end of the disk.\n[ 0.671647] GPT:90111 != 2097151\n[ 0.672305] GPT: Use GNU Parted to correct GPT errors.\n[ 0.673245] vda: vda1 vda15\n[ 0.674687] scsi host0: ata_piix\n[ 0.675406] scsi host1: ata_piix\n[ 0.676101] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.677286] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.678693] libphy: Fixed MDIO Bus: probed\n[ 0.679492] tun: Universal TUN/TAP device driver, 1.6\n[ 0.680420] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.682553] PPP generic driver version 2.4.2\n[ 0.683559] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.685021] ehci-pci: EHCI PCI platform driver\n[ 0.685966] ehci-platform: EHCI generic platform driver\n[ 0.687046] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.688378] ohci-pci: OHCI PCI platform driver\n[ 0.689294] ohci-platform: OHCI generic platform driver\n[ 0.690448] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.705050] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.706256] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.707930] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.709048] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.710293] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.711906] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.713803] usb usb1: Product: UHCI Host Controller\n[ 0.714946] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.716580] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.717842] hub 1-0:1.0: USB hub found\n[ 0.718824] hub 1-0:1.0: 2 ports detected\n[ 0.719996] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.722556] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.723808] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.724981] mousedev: PS/2 mouse device common for all mice\n[ 0.726461] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.728587] rtc_cmos 00:00: RTC can wake from S4\n[ 0.729809] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.731175] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.732534] i2c /dev entries driver\n[ 0.733358] device-mapper: uevent: version 1.0.3\n[ 0.734408] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.736265] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.737746] NET: Registered protocol family 10\n[ 0.738886] NET: Registered protocol family 17\n[ 0.739926] Key type dns_resolver registered\n[ 0.741014] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.742362] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.744463] registered taskstats version 1\n[ 0.745395] Loading compiled-in X.509 certificates\n[ 0.746929] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.749105] zswap: loaded using pool lzo/zbud\n[ 0.750628] Key type trusted registered\n[ 0.752807] Key type encrypted registered\n[ 0.753783] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.755029] ima: No TPM chip found, activating TPM-bypass!\n[ 0.756708] evm: HMAC attrs: 0x1\n[ 0.757709] Magic number: 2:928:884\n[ 0.758674] rtc_cmos 00:00: setting system clock to 2018-09-04 12:52:44 UTC (1536065564)\n[ 0.760623] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.761976] EDD information not available.\n[ 0.832167] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.834103] ata1.00: configured for MWDMA2\n[ 0.835820] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.849195] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.851018] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.852824] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.855174] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.857412] Write protecting the kernel read-only data: 14336k\n[ 0.859499] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.861986] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.67\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.921214] 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.75\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found 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.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 1.50s]\nping 10.10.10.6 OK\nping 10.10.10.6 OK\nping 10.10.10.6 OK\nping 10.10.10.6 OK\nping 10.10.10.6 OK\nping 10.10.10.6 OK\nping 10.10.10.6 OK\nping 10.10.10.6 OK\nping 10.10.10.6 OK\n"} 2018-09-04 12:54:25,100 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/8cf6470b-47f9-4188-85fa-28971728869d/action used request id req-67c54552-d841-4b3f-898f-9fbb7003888a 2018-09-04 12:54:25,100 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/e405c1d0-e398-40d9-b303-d8dab908a5e1/action used request id req-bd593e92-ea63-43c1-ae5f-a587e5e7f195 2018-09-04 12:54:25,274 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12: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-30b9e691-e557-4239-95b4-9738e7adeaca x-compute-request-id: req-30b9e691-e557-4239-95b4-9738e7adeaca Content-Encoding: gzip Content-Length: 8092 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 535760135 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 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.131352] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.133000] pid_max: default: 32768 minimum: 301\n[ 0.133896] ACPI: Core revision 20150930\n[ 0.135297] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136597] Security Framework initialized\n[ 0.137409] Yama: becoming mindful.\n[ 0.138137] AppArmor: AppArmor initialized\n[ 0.139005] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.140326] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.141592] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142797] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144193] Initializing cgroup subsys io\n[ 0.145004] Initializing cgroup subsys memory\n[ 0.145856] Initializing cgroup subsys devices\n[ 0.146732] Initializing cgroup subsys freezer\n[ 0.147595] Initializing cgroup subsys net_cls\n[ 0.148458] Initializing cgroup subsys perf_event\n[ 0.149364] Initializing cgroup subsys net_prio\n[ 0.150239] Initializing cgroup subsys hugetlb\n[ 0.151105] Initializing cgroup subsys pids\n[ 0.151977] CPU: Physical Processor ID: 0\n[ 0.153486] mce: CPU supports 10 MCE banks\n[ 0.154329] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.155327] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.166337] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.173001] ftrace: allocating 31920 entries in 125 pages\n[ 0.200656] smpboot: Max logical packages: 1\n[ 0.201517] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.202872] x2apic enabled\n[ 0.203684] Switched APIC routing to physical x2apic.\n[ 0.205435] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.206550] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.208541] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.210326] KVM setup paravirtual spinlock\n[ 0.211661] x86: Booted up 1 node, 1 CPUs\n[ 0.212467] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.213858] devtmpfs: initialized\n[ 0.215591] evm: security.selinux\n[ 0.216289] evm: security.SMACK64\n[ 0.216977] evm: security.SMACK64EXEC\n[ 0.217722] evm: security.SMACK64TRANSMUTE\n[ 0.218527] evm: security.SMACK64MMAP\n[ 0.219274] evm: security.ima\n[ 0.219912] evm: security.capability\n[ 0.220731] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.222586] pinctrl core: initialized pinctrl subsystem\n[ 0.223690] RTC time: 12:52:56, date: 09/04/18\n[ 0.224645] NET: Registered protocol family 16\n[ 0.225619] cpuidle: using governor ladder\n[ 0.226437] cpuidle: using governor menu\n[ 0.227217] PCCT header not found.\n[ 0.227973] ACPI: bus type PCI registered\n[ 0.228783] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.230023] PCI: Using configuration type 1 for base access\n[ 0.231798] ACPI: Added _OSI(Module Device)\n[ 0.232643] ACPI: Added _OSI(Processor Device)\n[ 0.233504] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.234401] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.236544] ACPI: Interpreter enabled\n[ 0.237315] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.239155] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.240990] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.242839] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.244675] ACPI: (supports S0 S5)\n[ 0.245382] ACPI: Using IOAPIC for interrupt routing\n[ 0.246416] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.249525] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.250670] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.251893] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.253078] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.255309] acpiphp: Slot [3] registered\n[ 0.256106] acpiphp: Slot [4] registered\n[ 0.256905] acpiphp: Slot [5] registered\n[ 0.257816] acpiphp: Slot [6] registered\n[ 0.258671] acpiphp: Slot [7] registered\n[ 0.259512] acpiphp: Slot [8] registered\n[ 0.260358] acpiphp: Slot [9] registered\n[ 0.261193] acpiphp: Slot [10] registered\n[ 0.262050] acpiphp: Slot [11] registered\n[ 0.262911] acpiphp: Slot [12] registered\n[ 0.263773] acpiphp: Slot [13] registered\n[ 0.264628] acpiphp: Slot [14] registered\n[ 0.265476] acpiphp: Slot [15] registered\n[ 0.276361] acpiphp: Slot [16] registered\n[ 0.277205] acpiphp: Slot [17] registered\n[ 0.278067] acpiphp: Slot [18] registered\n[ 0.278909] acpiphp: Slot [19] registered\n[ 0.279764] acpiphp: Slot [20] registered\n[ 0.280623] acpiphp: Slot [21] registered\n[ 0.281469] acpiphp: Slot [22] registered\n[ 0.282322] acpiphp: Slot [23] registered\n[ 0.283172] acpiphp: Slot [24] registered\n[ 0.284024] acpiphp: Slot [25] registered\n[ 0.284882] acpiphp: Slot [26] registered\n[ 0.285727] acpiphp: Slot [27] registered\n[ 0.286586] acpiphp: Slot [28] registered\n[ 0.287436] acpiphp: Slot [29] registered\n[ 0.288294] acpiphp: Slot [30] registered\n[ 0.289149] acpiphp: Slot [31] registered\n[ 0.289996] PCI host bridge to bus 0000:00\n[ 0.290848] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.292209] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.293428] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.294875] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.296325] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.302688] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.303965] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.305137] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.306406] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.313629] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.315078] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.365283] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.366783] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.368213] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.369672] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.371126] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.372393] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.373582] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.374652] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.376217] vgaarb: loaded\n[ 0.376828] vgaarb: bridge control possible 0000:00:02.0\n[ 0.377999] SCSI subsystem initialized\n[ 0.378840] ACPI: bus type USB registered\n[ 0.379668] usbcore: registered new interface driver usbfs\n[ 0.380709] usbcore: registered new interface driver hub\n[ 0.381722] usbcore: registered new device driver usb\n[ 0.382794] PCI: Using ACPI for IRQ routing\n[ 0.383845] NetLabel: Initializing\n[ 0.384599] NetLabel: domain hash size = 128\n[ 0.385509] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.386531] NetLabel: unlabeled traffic allowed by default\n[ 0.387728] clocksource: Switched to clocksource kvm-clock\n[ 0.393561] AppArmor: AppArmor Filesystem Enabled\n[ 0.394601] pnp: PnP ACPI init\n[ 0.395554] pnp: PnP ACPI: found 5 devices\n[ 0.402000] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.403825] NET: Registered protocol family 2\n[ 0.404812] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.406097] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.407278] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.408527] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.409572] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.410694] NET: Registered protocol family 1\n[ 0.411532] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.412590] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.413667] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.427866] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.442280] Trying to unpack rootfs image as initramfs...\n[ 0.492629] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.506467] Scanning for low memory corruption every 60 seconds\n[ 0.507889] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.509098] audit: initializing netlink subsys (disabled)\n[ 0.510293] audit: type=2000 audit(1536065577.660:1): initialized\n[ 0.511668] Initialise system trusted keyring\n[ 0.512649] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.513862] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.515914] zbud: loaded\n[ 0.516664] VFS: Disk quotas dquot_6.6.0\n[ 0.517546] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.519156] fuse init (API version 7.23)\n[ 0.520108] Key type big_key registered\n[ 0.520968] Allocating IMA MOK and blacklist keyrings.\n[ 0.522173] Key type asymmetric registered\n[ 0.523059] Asymmetric key parser 'x509' registered\n[ 0.524106] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.526045] io scheduler noop registered\n[ 0.526902] io scheduler deadline registered (default)\n[ 0.527975] io scheduler cfq registered\n[ 0.528881] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.530017] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.531389] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.533006] ACPI: Power Button [PWRF]\n[ 0.533909] GHES: HEST is not enabled!\n[ 0.547740] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.582776] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.586226] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.610548] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.612846] Linux agpgart interface v0.103\n[ 0.615028] brd: module loaded\n[ 0.616363] loop: module loaded\n[ 0.620894] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.622426] GPT:90111 != 2097151\n[ 0.623123] GPT:Alternate GPT header not at the end of the disk.\n[ 0.624418] GPT:90111 != 2097151\n[ 0.625134] GPT: Use GNU Parted to correct GPT errors.\n[ 0.626144] vda: vda1 vda15\n[ 0.627690] scsi host0: ata_piix\n[ 0.628480] scsi host1: ata_piix\n[ 0.629226] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.630522] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.632053] libphy: Fixed MDIO Bus: probed\n[ 0.632934] tun: Universal TUN/TAP device driver, 1.6\n[ 0.633959] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.636365] PPP generic driver version 2.4.2\n[ 0.637501] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.638947] ehci-pci: EHCI PCI platform driver\n[ 0.640002] ehci-platform: EHCI generic platform driver\n[ 0.641199] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.642564] ohci-pci: OHCI PCI platform driver\n[ 0.643601] ohci-platform: OHCI generic platform driver\n[ 0.644797] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.659615] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.660835] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.662584] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.663787] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.665123] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.666620] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.668320] usb usb1: Product: UHCI Host Controller\n[ 0.669539] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.670923] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.672066] hub 1-0:1.0: USB hub found\n[ 0.672986] hub 1-0:1.0: 2 ports detected\n[ 0.674054] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.676497] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.677636] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.678838] mousedev: PS/2 mouse device common for all mice\n[ 0.680123] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.681981] rtc_cmos 00:00: RTC can wake from S4\n[ 0.683079] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.684350] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.685805] i2c /dev entries driver\n[ 0.686705] device-mapper: uevent: version 1.0.3\n[ 0.687832] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.689792] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.691326] NET: Registered protocol family 10\n[ 0.692508] NET: Registered protocol family 17\n[ 0.693583] Key type dns_resolver registered\n[ 0.694681] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.696013] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.698125] registered taskstats version 1\n[ 0.699132] Loading compiled-in X.509 certificates\n[ 0.700772] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.703008] zswap: loaded using pool lzo/zbud\n[ 0.704578] Key type trusted registered\n[ 0.706734] Key type encrypted registered\n[ 0.707746] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.708994] ima: No TPM chip found, activating TPM-bypass!\n[ 0.710699] evm: HMAC attrs: 0x1\n[ 0.711799] Magic number: 2:928:884\n[ 0.712813] rtc_cmos 00:00: setting system clock to 2018-09-04 12:52:57 UTC (1536065577)\n[ 0.714727] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.716088] EDD information not available.\n[ 0.788380] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.790044] ata1.00: configured for MWDMA2\n[ 0.791419] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.804456] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.805961] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.807424] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.809510] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.811342] Write protecting the kernel read-only data: 14336k\n[ 0.813150] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.815278] 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.873182] 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.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... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.10.7...\nLease of 10.10.10.7 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.92s]\nping 10.10.10.8 OK\nping 10.10.10.6 OK\n"} 2018-09-04 12:54:25,275 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/94bf21f0-f1b6-428f-8bea-ade96857c71b/action used request id req-30b9e691-e557-4239-95b4-9738e7adeaca 2018-09-04 12:54:26,105 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/servers/e405c1d0-e398-40d9-b303-d8dab908a5e1/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3e16754a174e570fc92a6d8b2ab2b0a769563b11" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-04 12:54:26,105 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/servers/8cf6470b-47f9-4188-85fa-28971728869d/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}26d8b946cfe8573c121af4cedf4ccdc82505adc8" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-04 12:54:26,280 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/servers/94bf21f0-f1b6-428f-8bea-ade96857c71b/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6bf60c0e23ecaa1432876d008666c2120fdb63c0" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-04 12:54:27,173 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12:54: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-91225103-41fd-45f9-b5fb-ed2278d3bf7c x-compute-request-id: req-91225103-41fd-45f9-b5fb-ed2278d3bf7c 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 515608422 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 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.150923] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.152917] pid_max: default: 32768 minimum: 301\n[ 0.154024] ACPI: Core revision 20150930\n[ 0.155586] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.157174] Security Framework initialized\n[ 0.158193] Yama: becoming mindful.\n[ 0.159068] AppArmor: AppArmor initialized\n[ 0.160087] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.161690] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.163263] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.164742] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.166444] Initializing cgroup subsys io\n[ 0.167422] Initializing cgroup subsys memory\n[ 0.168456] Initializing cgroup subsys devices\n[ 0.169505] Initializing cgroup subsys freezer\n[ 0.170564] Initializing cgroup subsys net_cls\n[ 0.171615] Initializing cgroup subsys perf_event\n[ 0.172718] Initializing cgroup subsys net_prio\n[ 0.173796] Initializing cgroup subsys hugetlb\n[ 0.174849] Initializing cgroup subsys pids\n[ 0.175921] CPU: Physical Processor ID: 0\n[ 0.177620] mce: CPU supports 10 MCE banks\n[ 0.178675] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.179920] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.191132] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.198095] ftrace: allocating 31920 entries in 125 pages\n[ 0.225740] smpboot: Max logical packages: 1\n[ 0.226781] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.228384] x2apic enabled\n[ 0.229295] Switched APIC routing to physical x2apic.\n[ 0.231260] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.232613] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.234983] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.237115] KVM setup paravirtual spinlock\n[ 0.238600] x86: Booted up 1 node, 1 CPUs\n[ 0.239559] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.241205] devtmpfs: initialized\n[ 0.243069] evm: security.selinux\n[ 0.243911] evm: security.SMACK64\n[ 0.244740] evm: security.SMACK64EXEC\n[ 0.245670] evm: security.SMACK64TRANSMUTE\n[ 0.246888] evm: security.SMACK64MMAP\n[ 0.248014] evm: security.ima\n[ 0.248963] evm: security.capability\n[ 0.250154] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.253029] pinctrl core: initialized pinctrl subsystem\n[ 0.254450] RTC time: 12:52:43, date: 09/04/18\n[ 0.255645] NET: Registered protocol family 16\n[ 0.256860] cpuidle: using governor ladder\n[ 0.257904] cpuidle: using governor menu\n[ 0.258917] PCCT header not found.\n[ 0.259856] ACPI: bus type PCI registered\n[ 0.260871] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.262454] PCI: Using configuration type 1 for base access\n[ 0.264543] ACPI: Added _OSI(Module Device)\n[ 0.265619] ACPI: Added _OSI(Processor Device)\n[ 0.266718] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.267872] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.270311] ACPI: Interpreter enabled\n[ 0.271271] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.273611] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.275974] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.278328] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.280689] ACPI: (supports S0 S5)\n[ 0.281576] ACPI: Using IOAPIC for interrupt routing\n[ 0.282788] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.286375] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.287863] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.289464] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.290994] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.293696] acpiphp: Slot [3] registered\n[ 0.294677] acpiphp: Slot [4] registered\n[ 0.295657] acpiphp: Slot [5] registered\n[ 0.296714] acpiphp: Slot [6] registered\n[ 0.297692] acpiphp: Slot [7] registered\n[ 0.298664] acpiphp: Slot [8] registered\n[ 0.299639] acpiphp: Slot [9] registered\n[ 0.300622] acpiphp: Slot [10] registered\n[ 0.301612] acpiphp: Slot [11] registered\n[ 0.302605] acpiphp: Slot [12] registered\n[ 0.303597] acpiphp: Slot [13] registered\n[ 0.304616] acpiphp: Slot [14] registered\n[ 0.305639] acpiphp: Slot [15] registered\n[ 0.317114] acpiphp: Slot [16] registered\n[ 0.318112] acpiphp: Slot [17] registered\n[ 0.319093] acpiphp: Slot [18] registered\n[ 0.320084] acpiphp: Slot [19] registered\n[ 0.321067] acpiphp: Slot [20] registered\n[ 0.322062] acpiphp: Slot [21] registered\n[ 0.323051] acpiphp: Slot [22] registered\n[ 0.324036] acpiphp: Slot [23] registered\n[ 0.325117] acpiphp: Slot [24] registered\n[ 0.326111] acpiphp: Slot [25] registered\n[ 0.327090] acpiphp: Slot [26] registered\n[ 0.328064] acpiphp: Slot [27] registered\n[ 0.329049] acpiphp: Slot [28] registered\n[ 0.330033] acpiphp: Slot [29] registered\n[ 0.331022] acpiphp: Slot [30] registered\n[ 0.332003] acpiphp: Slot [31] registered\n[ 0.332980] PCI host bridge to bus 0000:00\n[ 0.333966] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.335473] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.336977] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.338740] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.340514] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.347066] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.348688] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.350140] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.351723] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.358702] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.360439] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.408472] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.410187] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.411866] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.413528] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.416226] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.417715] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.419076] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.420370] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.422240] vgaarb: loaded\n[ 0.422960] vgaarb: bridge control possible 0000:00:02.0\n[ 0.424315] SCSI subsystem initialized\n[ 0.425298] ACPI: bus type USB registered\n[ 0.426288] usbcore: registered new interface driver usbfs\n[ 0.427543] usbcore: registered new interface driver hub\n[ 0.428764] usbcore: registered new device driver usb\n[ 0.430031] PCI: Using ACPI for IRQ routing\n[ 0.431246] NetLabel: Initializing\n[ 0.432106] NetLabel: domain hash size = 128\n[ 0.433134] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.434281] NetLabel: unlabeled traffic allowed by default\n[ 0.435616] clocksource: Switched to clocksource kvm-clock\n[ 0.441471] AppArmor: AppArmor Filesystem Enabled\n[ 0.442628] pnp: PnP ACPI init\n[ 0.443692] pnp: PnP ACPI: found 5 devices\n[ 0.450283] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.452002] NET: Registered protocol family 2\n[ 0.452973] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.454361] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.455517] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.456681] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.457754] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.458898] NET: Registered protocol family 1\n[ 0.459760] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.460845] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.461898] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.475931] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.490322] Trying to unpack rootfs image as initramfs...\n[ 0.540783] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.554504] Scanning for low memory corruption every 60 seconds\n[ 0.555826] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.556959] audit: initializing netlink subsys (disabled)\n[ 0.557950] audit: type=2000 audit(1536065564.730:1): initialized\n[ 0.559220] Initialise system trusted keyring\n[ 0.560133] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.561265] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.563186] zbud: loaded\n[ 0.563882] VFS: Disk quotas dquot_6.6.0\n[ 0.564692] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.573110] fuse init (API version 7.23)\n[ 0.574038] Key type big_key registered\n[ 0.574829] Allocating IMA MOK and blacklist keyrings.\n[ 0.575943] Key type asymmetric registered\n[ 0.576752] Asymmetric key parser 'x509' registered\n[ 0.577688] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.579480] io scheduler noop registered\n[ 0.580259] io scheduler deadline registered (default)\n[ 0.581214] io scheduler cfq registered\n[ 0.582037] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.583057] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.584302] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.585718] ACPI: Power Button [PWRF]\n[ 0.586552] GHES: HEST is not enabled!\n[ 0.600491] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.631680] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.634111] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.657962] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.660069] Linux agpgart interface v0.103\n[ 0.662094] brd: module loaded\n[ 0.663263] loop: module loaded\n[ 0.668493] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.669916] GPT:90111 != 2097151\n[ 0.670576] GPT:Alternate GPT header not at the end of the disk.\n[ 0.671647] GPT:90111 != 2097151\n[ 0.672305] GPT: Use GNU Parted to correct GPT errors.\n[ 0.673245] vda: vda1 vda15\n[ 0.674687] scsi host0: ata_piix\n[ 0.675406] scsi host1: ata_piix\n[ 0.676101] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.677286] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.678693] libphy: Fixed MDIO Bus: probed\n[ 0.679492] tun: Universal TUN/TAP device driver, 1.6\n[ 0.680420] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.682553] PPP generic driver version 2.4.2\n[ 0.683559] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.685021] ehci-pci: EHCI PCI platform driver\n[ 0.685966] ehci-platform: EHCI generic platform driver\n[ 0.687046] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.688378] ohci-pci: OHCI PCI platform driver\n[ 0.689294] ohci-platform: OHCI generic platform driver\n[ 0.690448] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.705050] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.706256] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.707930] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.709048] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.710293] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.711906] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.713803] usb usb1: Product: UHCI Host Controller\n[ 0.714946] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.716580] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.717842] hub 1-0:1.0: USB hub found\n[ 0.718824] hub 1-0:1.0: 2 ports detected\n[ 0.719996] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.722556] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.723808] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.724981] mousedev: PS/2 mouse device common for all mice\n[ 0.726461] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.728587] rtc_cmos 00:00: RTC can wake from S4\n[ 0.729809] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.731175] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.732534] i2c /dev entries driver\n[ 0.733358] device-mapper: uevent: version 1.0.3\n[ 0.734408] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.736265] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.737746] NET: Registered protocol family 10\n[ 0.738886] NET: Registered protocol family 17\n[ 0.739926] Key type dns_resolver registered\n[ 0.741014] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.742362] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.744463] registered taskstats version 1\n[ 0.745395] Loading compiled-in X.509 certificates\n[ 0.746929] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.749105] zswap: loaded using pool lzo/zbud\n[ 0.750628] Key type trusted registered\n[ 0.752807] Key type encrypted registered\n[ 0.753783] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.755029] ima: No TPM chip found, activating TPM-bypass!\n[ 0.756708] evm: HMAC attrs: 0x1\n[ 0.757709] Magic number: 2:928:884\n[ 0.758674] rtc_cmos 00:00: setting system clock to 2018-09-04 12:52:44 UTC (1536065564)\n[ 0.760623] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.761976] EDD information not available.\n[ 0.832167] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.834103] ata1.00: configured for MWDMA2\n[ 0.835820] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.849195] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.851018] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.852824] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.855174] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.857412] Write protecting the kernel read-only data: 14336k\n[ 0.859499] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.861986] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.67\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.921214] 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.75\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found 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.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 1.50s]\nping 10.10.10.6 OK\nping 10.10.10.6 OK\nping 10.10.10.6 OK\nping 10.10.10.6 OK\nping 10.10.10.6 OK\nping 10.10.10.6 OK\nping 10.10.10.6 OK\nping 10.10.10.6 OK\nping 10.10.10.6 OK\nping 10.10.10.6 OK\n"} 2018-09-04 12:54:27,173 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/e405c1d0-e398-40d9-b303-d8dab908a5e1/action used request id req-91225103-41fd-45f9-b5fb-ed2278d3bf7c 2018-09-04 12:54:27,192 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12:54: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-86a72c75-0a2c-4558-abdb-30992da7d3f6 x-compute-request-id: req-86a72c75-0a2c-4558-abdb-30992da7d3f6 Content-Encoding: gzip Content-Length: 10882 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 493641177 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 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.133916] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.135612] pid_max: default: 32768 minimum: 301\n[ 0.136527] ACPI: Core revision 20150930\n[ 0.137933] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.139280] Security Framework initialized\n[ 0.140119] Yama: becoming mindful.\n[ 0.140867] AppArmor: AppArmor initialized\n[ 0.141752] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.143121] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.144435] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.145678] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.147100] Initializing cgroup subsys io\n[ 0.147938] Initializing cgroup subsys memory\n[ 0.148820] Initializing cgroup subsys devices\n[ 0.149723] Initializing cgroup subsys freezer\n[ 0.150611] Initializing cgroup subsys net_cls\n[ 0.151495] Initializing cgroup subsys perf_event\n[ 0.152432] Initializing cgroup subsys net_prio\n[ 0.153348] Initializing cgroup subsys hugetlb\n[ 0.154241] Initializing cgroup subsys pids\n[ 0.155137] CPU: Physical Processor ID: 0\n[ 0.156658] mce: CPU supports 10 MCE banks\n[ 0.157530] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.158557] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.169233] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.175662] ftrace: allocating 31920 entries in 125 pages\n[ 0.202481] smpboot: Max logical packages: 1\n[ 0.203506] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.205083] x2apic enabled\n[ 0.205939] Switched APIC routing to physical x2apic.\n[ 0.207817] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.209102] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.211242] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.213193] KVM setup paravirtual spinlock\n[ 0.214743] x86: Booted up 1 node, 1 CPUs\n[ 0.215629] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.217139] devtmpfs: initialized\n[ 0.218891] evm: security.selinux\n[ 0.219707] evm: security.SMACK64\n[ 0.220505] evm: security.SMACK64EXEC\n[ 0.221323] evm: security.SMACK64TRANSMUTE\n[ 0.222219] evm: security.SMACK64MMAP\n[ 0.223037] evm: security.ima\n[ 0.223729] evm: security.capability\n[ 0.224615] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.226659] pinctrl core: initialized pinctrl subsystem\n[ 0.227881] RTC time: 12:52:32, date: 09/04/18\n[ 0.228911] NET: Registered protocol family 16\n[ 0.229959] cpuidle: using governor ladder\n[ 0.230849] cpuidle: using governor menu\n[ 0.231703] PCCT header not found.\n[ 0.232544] ACPI: bus type PCI registered\n[ 0.233441] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.234824] PCI: Using configuration type 1 for base access\n[ 0.236684] ACPI: Added _OSI(Module Device)\n[ 0.237601] ACPI: Added _OSI(Processor Device)\n[ 0.238536] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.239505] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.241742] ACPI: Interpreter enabled\n[ 0.242750] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.244807] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.246835] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.248834] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.250882] ACPI: (supports S0 S5)\n[ 0.251768] ACPI: Using IOAPIC for interrupt routing\n[ 0.252785] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.256036] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.257322] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.258664] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.259942] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.262345] acpiphp: Slot [3] registered\n[ 0.263204] acpiphp: Slot [4] registered\n[ 0.264071] acpiphp: Slot [5] registered\n[ 0.264978] acpiphp: Slot [6] registered\n[ 0.265831] acpiphp: Slot [7] registered\n[ 0.266721] acpiphp: Slot [8] registered\n[ 0.267602] acpiphp: Slot [9] registered\n[ 0.268473] acpiphp: Slot [10] registered\n[ 0.269369] acpiphp: Slot [11] registered\n[ 0.270262] acpiphp: Slot [12] registered\n[ 0.271144] acpiphp: Slot [13] registered\n[ 0.272030] acpiphp: Slot [14] registered\n[ 0.272913] acpiphp: Slot [15] registered\n[ 0.283846] acpiphp: Slot [16] registered\n[ 0.284752] acpiphp: Slot [17] registered\n[ 0.285627] acpiphp: Slot [18] registered\n[ 0.286676] acpiphp: Slot [19] registered\n[ 0.287546] acpiphp: Slot [20] registered\n[ 0.288456] acpiphp: Slot [21] registered\n[ 0.289375] acpiphp: Slot [22] registered\n[ 0.290278] acpiphp: Slot [23] registered\n[ 0.291180] acpiphp: Slot [24] registered\n[ 0.292186] acpiphp: Slot [25] registered\n[ 0.293092] acpiphp: Slot [26] registered\n[ 0.293970] acpiphp: Slot [27] registered\n[ 0.294843] acpiphp: Slot [28] registered\n[ 0.295748] acpiphp: Slot [29] registered\n[ 0.296627] acpiphp: Slot [30] registered\n[ 0.297525] acpiphp: Slot [31] registered\n[ 0.298469] PCI host bridge to bus 0000:00\n[ 0.299367] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.300787] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.302183] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.303814] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.305504] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.311857] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.313291] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.314670] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.316109] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.322423] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.324047] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.370271] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.372275] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.374272] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.376274] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.378628] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.380397] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.382031] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.383629] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.385965] vgaarb: loaded\n[ 0.386823] vgaarb: bridge control possible 0000:00:02.0\n[ 0.388446] SCSI subsystem initialized\n[ 0.389649] ACPI: bus type USB registered\n[ 0.390882] usbcore: registered new interface driver usbfs\n[ 0.392441] usbcore: registered new interface driver hub\n[ 0.393994] usbcore: registered new device driver usb\n[ 0.395567] PCI: Using ACPI for IRQ routing\n[ 0.397076] NetLabel: Initializing\n[ 0.398138] NetLabel: domain hash size = 128\n[ 0.399424] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.400862] NetLabel: unlabeled traffic allowed by default\n[ 0.402496] clocksource: Switched to clocksource kvm-clock\n[ 0.408630] AppArmor: AppArmor Filesystem Enabled\n[ 0.410029] pnp: PnP ACPI init\n[ 0.411243] pnp: PnP ACPI: found 5 devices\n[ 0.417971] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.420554] NET: Registered protocol family 2\n[ 0.421956] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.423888] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.425663] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.427455] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.429081] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.430913] NET: Registered protocol family 1\n[ 0.432206] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.433906] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.435557] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.450263] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.465007] Trying to unpack rootfs image as initramfs...\n[ 0.515195] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.529654] Scanning for low memory corruption every 60 seconds\n[ 0.531556] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.533325] audit: initializing netlink subsys (disabled)\n[ 0.534923] audit: type=2000 audit(1536065553.046:1): initialized\n[ 0.536846] Initialise system trusted keyring\n[ 0.538207] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.539985] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.542560] zbud: loaded\n[ 0.543523] VFS: Disk quotas dquot_6.6.0\n[ 0.544714] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.546911] fuse init (API version 7.23)\n[ 0.548188] Key type big_key registered\n[ 0.549358] Allocating IMA MOK and blacklist keyrings.\n[ 0.550995] Key type asymmetric registered\n[ 0.552202] Asymmetric key parser 'x509' registered\n[ 0.553615] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.555185] io scheduler noop registered\n[ 0.556021] io scheduler deadline registered (default)\n[ 0.557046] io scheduler cfq registered\n[ 0.558276] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.559379] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.560767] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.562262] ACPI: Power Button [PWRF]\n[ 0.563142] GHES: HEST is not enabled!\n[ 0.582700] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.611616] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.614050] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.638513] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.640746] Linux agpgart interface v0.103\n[ 0.642894] brd: module loaded\n[ 0.644180] loop: module loaded\n[ 0.648809] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.650302] GPT:90111 != 2097151\n[ 0.651006] GPT:Alternate GPT header not at the end of the disk.\n[ 0.652128] GPT:90111 != 2097151\n[ 0.652817] GPT: Use GNU Parted to correct GPT errors.\n[ 0.653805] vda: vda1 vda15\n[ 0.655228] scsi host0: ata_piix\n[ 0.655984] scsi host1: ata_piix\n[ 0.656705] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.657954] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.659443] libphy: Fixed MDIO Bus: probed\n[ 0.660284] tun: Universal TUN/TAP device driver, 1.6\n[ 0.661260] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.663397] PPP generic driver version 2.4.2\n[ 0.664309] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.665581] ehci-pci: EHCI PCI platform driver\n[ 0.666481] ehci-platform: EHCI generic platform driver\n[ 0.667509] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.668682] ohci-pci: OHCI PCI platform driver\n[ 0.669573] ohci-platform: OHCI generic platform driver\n[ 0.670599] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.684963] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.685985] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.687482] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.688537] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.689685] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.690946] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.692401] usb usb1: Product: UHCI Host Controller\n[ 0.693363] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.694542] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.695579] hub 1-0:1.0: USB hub found\n[ 0.696379] hub 1-0:1.0: 2 ports detected\n[ 0.697306] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.699476] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.700458] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.701509] mousedev: PS/2 mouse device common for all mice\n[ 0.702814] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.704699] rtc_cmos 00:00: RTC can wake from S4\n[ 0.705821] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.707058] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.708282] i2c /dev entries driver\n[ 0.709079] device-mapper: uevent: version 1.0.3\n[ 0.710034] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.711705] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.713029] NET: Registered protocol family 10\n[ 0.714054] NET: Registered protocol family 17\n[ 0.714975] Key type dns_resolver registered\n[ 0.715935] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.717058] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.718862] registered taskstats version 1\n[ 0.719718] Loading compiled-in X.509 certificates\n[ 0.721183] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.723109] zswap: loaded using pool lzo/zbud\n[ 0.724519] Key type trusted registered\n[ 0.726081] Key type encrypted registered\n[ 0.726941] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.727997] ima: No TPM chip found, activating TPM-bypass!\n[ 0.729056] evm: HMAC attrs: 0x1\n[ 0.730010] Magic number: 2:928:884\n[ 0.730889] rtc_cmos 00:00: setting system clock to 2018-09-04 12:52:33 UTC (1536065553)\n[ 0.732529] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.733686] EDD information not available.\n[ 0.819485] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.821072] Write protecting the kernel read-only data: 14336k\n[ 0.833011] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.834880] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.66\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 2.64\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 2.863258] 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 2.75. iid=i-00000123\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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCRwjHQcym09Tp/ARB4dweGWyWirMhn+SYYILqbXUL25KMOMbva77/YlgjfENfG/TFeydM+4kZjV0CCyJIDEFb8IJwX9V0eAGbHy+mBxPGu606jjwCTo1XpoM8TiqgqehyQHmBOsFrI62Xt5C84zcxoOV4eQD8xb7sOxPBWp3FFq+jlpK3j/ezacq+KsZCrYO36UBNY8xEFK/L6fJeC+S8yergLlCDLuC0NMGjxw7IWa/yLNiOVzgyzmxtvylLBh6O9KOh9qiGCtnMDvvj8P9LwVo3Sn+2WS9GhddcPOtUluVPMTAvAtElD/5q6VDumQISbEN4d/0SZZG0aWYo+LA4D root@sdnvpn-10-2\nssh-dss AAAAB3NzaC1kc3MAAACBALtXbcKHQUELj8C5WmyWQiA9MwTTFhL2DbRo4MkEn4SyMMvpOHlUXeQS8h62M2ksws897bf6ZrHWm1Ih5lEOTmV10wC/E+RY4DVQi2pD210oMrxkgB0BFuVP87MG1fwWs5k1DFhSOq+WU69xS7oSWpyxcbbm7HuBPk+8qQ6UQt5LAAAAFQC1Hui1/QkNvM/FhmrpfxniKVPadwAAAIEAuCLMJYFXIaFmVsWCQV0X9rHvYiEGeq6WZq8KrWVS/0J26z6aKft+AKO806ifePHRE/+1GtdTKUG0a0RdrQ+r9NuSYPf/6Zvzus3JevdJqYrT1gmwT4Gw9OsHt5JKGdg1m6Qp8U2fykksP1LhVAUIVRf9I/hLnpYpz+PF91cZFwgAAACALBBU/Qs9SnRalTd4yOVJKnMiLs5Nsf4VIGyjuc/6hNMxsdicfyY/VvEHEsFSdcUZVAdHTCqo1/3Tgd5dwtu/L96oQRRtBsqDYhwZSFGq1Qe158J3O9VdmtLnIse48N4jdNyCi4Ygk3zI0bDAq9RxsWFgZ1XTn/WehMZSrRMo2+I= 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.6,24,fe80::f816:3eff:fe08:1b4/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-00000123\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-10-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=5.41 ===\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\n/dev/root resized successfully [took 3.21s]\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:08:01:B4 \n inet addr:10.10.10.6 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe08:1b4/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:7986 (7.7 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-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.170520] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.170521] usb 1-1: Product: QEMU USB Tablet\n[ 1.170522] usb 1-1: Manufacturer: QEMU\n[ 1.170522] usb 1-1: SerialNumber: 42\n[ 1.526770] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3255787006b, max_idle_ns: 440795244845 ns\n[ 2.814989] EXT4-fs (vda1): re-mounted. Opts: data=ordered\n[ 2.845206] EXT4-fs (vda1): re-mounted. Opts: data=ordered\n[ 2.863258] random: dd urandom read with 5 bits of entropy available\n[ 5.529649] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\n[ 6.319552] EXT4-fs (vda1): resized filesystem to 1039340\n### tail -n 25 /var/log/messages\nSep 4 13:52:35 cirros syslog.info syslogd started: BusyBox v1.23.2\nSep 4 13:52:35 cirros kern.notice kernel: klogd started: BusyBox v1.23.2 (2017-11-20 02:37:12 UTC)\nSep 4 13:52:35 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpuset\nSep 4 13:52:35 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpu\nSep 4 13:52:35 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpuacct\nSep 4 13:52:35 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)\nSep 4 13:52:35 cirros kern.info kernel: [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\nSep 4 13:52:35 cirros kern.info kernel: [ 0.000000] KERNEL supported cpus:\nSep 4 13:52:35 cirros kern.info kernel: [ 0.000000] Intel GenuineIntel\nSep 4 13:52:35 cirros kern.info kernel: [ 0.000000] AMD AuthenticAMD\nSep 4 13:52:35 cirros kern.info kernel: [ 0.000000] Centaur CentaurHauls\nSep 4 13:52:35 cirros kern.info kernel: [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\nSep 4 13:52:35 cirros kern.notice kernel: [ 2.863258] random: dd urandom read with 5 bits of entropy available\nSep 4 13:52:37 cirros auth.notice su: + /dev/console root:cirros\nSep 4 13:52:38 cirros authpriv.info dropbear[340]: Running in background\nSep 4 13:52:38 cirros kern.info kernel: [ 5.529649] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\nSep 4 13:52:39 cirros kern.info kernel: [ 6.319552] 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-09-04 12:54:27,193 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/8cf6470b-47f9-4188-85fa-28971728869d/action used request id req-86a72c75-0a2c-4558-abdb-30992da7d3f6 2018-09-04 12:54:27,369 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12:54: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-51cd2ba0-39f8-4bba-ba41-7a06937105e2 x-compute-request-id: req-51cd2ba0-39f8-4bba-ba41-7a06937105e2 Content-Encoding: gzip Content-Length: 8092 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 535760135 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 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.131352] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.133000] pid_max: default: 32768 minimum: 301\n[ 0.133896] ACPI: Core revision 20150930\n[ 0.135297] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136597] Security Framework initialized\n[ 0.137409] Yama: becoming mindful.\n[ 0.138137] AppArmor: AppArmor initialized\n[ 0.139005] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.140326] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.141592] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142797] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144193] Initializing cgroup subsys io\n[ 0.145004] Initializing cgroup subsys memory\n[ 0.145856] Initializing cgroup subsys devices\n[ 0.146732] Initializing cgroup subsys freezer\n[ 0.147595] Initializing cgroup subsys net_cls\n[ 0.148458] Initializing cgroup subsys perf_event\n[ 0.149364] Initializing cgroup subsys net_prio\n[ 0.150239] Initializing cgroup subsys hugetlb\n[ 0.151105] Initializing cgroup subsys pids\n[ 0.151977] CPU: Physical Processor ID: 0\n[ 0.153486] mce: CPU supports 10 MCE banks\n[ 0.154329] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.155327] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.166337] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.173001] ftrace: allocating 31920 entries in 125 pages\n[ 0.200656] smpboot: Max logical packages: 1\n[ 0.201517] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.202872] x2apic enabled\n[ 0.203684] Switched APIC routing to physical x2apic.\n[ 0.205435] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.206550] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.208541] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.210326] KVM setup paravirtual spinlock\n[ 0.211661] x86: Booted up 1 node, 1 CPUs\n[ 0.212467] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.213858] devtmpfs: initialized\n[ 0.215591] evm: security.selinux\n[ 0.216289] evm: security.SMACK64\n[ 0.216977] evm: security.SMACK64EXEC\n[ 0.217722] evm: security.SMACK64TRANSMUTE\n[ 0.218527] evm: security.SMACK64MMAP\n[ 0.219274] evm: security.ima\n[ 0.219912] evm: security.capability\n[ 0.220731] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.222586] pinctrl core: initialized pinctrl subsystem\n[ 0.223690] RTC time: 12:52:56, date: 09/04/18\n[ 0.224645] NET: Registered protocol family 16\n[ 0.225619] cpuidle: using governor ladder\n[ 0.226437] cpuidle: using governor menu\n[ 0.227217] PCCT header not found.\n[ 0.227973] ACPI: bus type PCI registered\n[ 0.228783] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.230023] PCI: Using configuration type 1 for base access\n[ 0.231798] ACPI: Added _OSI(Module Device)\n[ 0.232643] ACPI: Added _OSI(Processor Device)\n[ 0.233504] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.234401] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.236544] ACPI: Interpreter enabled\n[ 0.237315] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.239155] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.240990] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.242839] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.244675] ACPI: (supports S0 S5)\n[ 0.245382] ACPI: Using IOAPIC for interrupt routing\n[ 0.246416] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.249525] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.250670] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.251893] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.253078] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.255309] acpiphp: Slot [3] registered\n[ 0.256106] acpiphp: Slot [4] registered\n[ 0.256905] acpiphp: Slot [5] registered\n[ 0.257816] acpiphp: Slot [6] registered\n[ 0.258671] acpiphp: Slot [7] registered\n[ 0.259512] acpiphp: Slot [8] registered\n[ 0.260358] acpiphp: Slot [9] registered\n[ 0.261193] acpiphp: Slot [10] registered\n[ 0.262050] acpiphp: Slot [11] registered\n[ 0.262911] acpiphp: Slot [12] registered\n[ 0.263773] acpiphp: Slot [13] registered\n[ 0.264628] acpiphp: Slot [14] registered\n[ 0.265476] acpiphp: Slot [15] registered\n[ 0.276361] acpiphp: Slot [16] registered\n[ 0.277205] acpiphp: Slot [17] registered\n[ 0.278067] acpiphp: Slot [18] registered\n[ 0.278909] acpiphp: Slot [19] registered\n[ 0.279764] acpiphp: Slot [20] registered\n[ 0.280623] acpiphp: Slot [21] registered\n[ 0.281469] acpiphp: Slot [22] registered\n[ 0.282322] acpiphp: Slot [23] registered\n[ 0.283172] acpiphp: Slot [24] registered\n[ 0.284024] acpiphp: Slot [25] registered\n[ 0.284882] acpiphp: Slot [26] registered\n[ 0.285727] acpiphp: Slot [27] registered\n[ 0.286586] acpiphp: Slot [28] registered\n[ 0.287436] acpiphp: Slot [29] registered\n[ 0.288294] acpiphp: Slot [30] registered\n[ 0.289149] acpiphp: Slot [31] registered\n[ 0.289996] PCI host bridge to bus 0000:00\n[ 0.290848] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.292209] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.293428] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.294875] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.296325] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.302688] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.303965] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.305137] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.306406] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.313629] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.315078] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.365283] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.366783] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.368213] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.369672] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.371126] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.372393] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.373582] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.374652] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.376217] vgaarb: loaded\n[ 0.376828] vgaarb: bridge control possible 0000:00:02.0\n[ 0.377999] SCSI subsystem initialized\n[ 0.378840] ACPI: bus type USB registered\n[ 0.379668] usbcore: registered new interface driver usbfs\n[ 0.380709] usbcore: registered new interface driver hub\n[ 0.381722] usbcore: registered new device driver usb\n[ 0.382794] PCI: Using ACPI for IRQ routing\n[ 0.383845] NetLabel: Initializing\n[ 0.384599] NetLabel: domain hash size = 128\n[ 0.385509] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.386531] NetLabel: unlabeled traffic allowed by default\n[ 0.387728] clocksource: Switched to clocksource kvm-clock\n[ 0.393561] AppArmor: AppArmor Filesystem Enabled\n[ 0.394601] pnp: PnP ACPI init\n[ 0.395554] pnp: PnP ACPI: found 5 devices\n[ 0.402000] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.403825] NET: Registered protocol family 2\n[ 0.404812] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.406097] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.407278] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.408527] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.409572] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.410694] NET: Registered protocol family 1\n[ 0.411532] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.412590] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.413667] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.427866] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.442280] Trying to unpack rootfs image as initramfs...\n[ 0.492629] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.506467] Scanning for low memory corruption every 60 seconds\n[ 0.507889] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.509098] audit: initializing netlink subsys (disabled)\n[ 0.510293] audit: type=2000 audit(1536065577.660:1): initialized\n[ 0.511668] Initialise system trusted keyring\n[ 0.512649] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.513862] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.515914] zbud: loaded\n[ 0.516664] VFS: Disk quotas dquot_6.6.0\n[ 0.517546] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.519156] fuse init (API version 7.23)\n[ 0.520108] Key type big_key registered\n[ 0.520968] Allocating IMA MOK and blacklist keyrings.\n[ 0.522173] Key type asymmetric registered\n[ 0.523059] Asymmetric key parser 'x509' registered\n[ 0.524106] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.526045] io scheduler noop registered\n[ 0.526902] io scheduler deadline registered (default)\n[ 0.527975] io scheduler cfq registered\n[ 0.528881] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.530017] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.531389] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.533006] ACPI: Power Button [PWRF]\n[ 0.533909] GHES: HEST is not enabled!\n[ 0.547740] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.582776] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.586226] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.610548] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.612846] Linux agpgart interface v0.103\n[ 0.615028] brd: module loaded\n[ 0.616363] loop: module loaded\n[ 0.620894] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.622426] GPT:90111 != 2097151\n[ 0.623123] GPT:Alternate GPT header not at the end of the disk.\n[ 0.624418] GPT:90111 != 2097151\n[ 0.625134] GPT: Use GNU Parted to correct GPT errors.\n[ 0.626144] vda: vda1 vda15\n[ 0.627690] scsi host0: ata_piix\n[ 0.628480] scsi host1: ata_piix\n[ 0.629226] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.630522] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.632053] libphy: Fixed MDIO Bus: probed\n[ 0.632934] tun: Universal TUN/TAP device driver, 1.6\n[ 0.633959] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.636365] PPP generic driver version 2.4.2\n[ 0.637501] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.638947] ehci-pci: EHCI PCI platform driver\n[ 0.640002] ehci-platform: EHCI generic platform driver\n[ 0.641199] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.642564] ohci-pci: OHCI PCI platform driver\n[ 0.643601] ohci-platform: OHCI generic platform driver\n[ 0.644797] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.659615] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.660835] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.662584] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.663787] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.665123] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.666620] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.668320] usb usb1: Product: UHCI Host Controller\n[ 0.669539] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.670923] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.672066] hub 1-0:1.0: USB hub found\n[ 0.672986] hub 1-0:1.0: 2 ports detected\n[ 0.674054] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.676497] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.677636] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.678838] mousedev: PS/2 mouse device common for all mice\n[ 0.680123] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.681981] rtc_cmos 00:00: RTC can wake from S4\n[ 0.683079] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.684350] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.685805] i2c /dev entries driver\n[ 0.686705] device-mapper: uevent: version 1.0.3\n[ 0.687832] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.689792] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.691326] NET: Registered protocol family 10\n[ 0.692508] NET: Registered protocol family 17\n[ 0.693583] Key type dns_resolver registered\n[ 0.694681] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.696013] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.698125] registered taskstats version 1\n[ 0.699132] Loading compiled-in X.509 certificates\n[ 0.700772] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.703008] zswap: loaded using pool lzo/zbud\n[ 0.704578] Key type trusted registered\n[ 0.706734] Key type encrypted registered\n[ 0.707746] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.708994] ima: No TPM chip found, activating TPM-bypass!\n[ 0.710699] evm: HMAC attrs: 0x1\n[ 0.711799] Magic number: 2:928:884\n[ 0.712813] rtc_cmos 00:00: setting system clock to 2018-09-04 12:52:57 UTC (1536065577)\n[ 0.714727] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.716088] EDD information not available.\n[ 0.788380] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.790044] ata1.00: configured for MWDMA2\n[ 0.791419] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.804456] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.805961] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.807424] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.809510] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.811342] Write protecting the kernel read-only data: 14336k\n[ 0.813150] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.815278] 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.873182] 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.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... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.10.7...\nLease of 10.10.10.7 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.92s]\nping 10.10.10.8 OK\nping 10.10.10.6 OK\n"} 2018-09-04 12:54:27,370 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/94bf21f0-f1b6-428f-8bea-ade96857c71b/action used request id req-51cd2ba0-39f8-4bba-ba41-7a06937105e2 2018-09-04 12:54:28,179 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/servers/e405c1d0-e398-40d9-b303-d8dab908a5e1/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3e16754a174e570fc92a6d8b2ab2b0a769563b11" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-04 12:54:28,199 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/servers/8cf6470b-47f9-4188-85fa-28971728869d/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}26d8b946cfe8573c121af4cedf4ccdc82505adc8" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-04 12:54:28,375 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/servers/94bf21f0-f1b6-428f-8bea-ade96857c71b/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6bf60c0e23ecaa1432876d008666c2120fdb63c0" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-04 12:54:29,250 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12:54: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-2780f2de-938e-47e5-b274-74f1bc89e46d x-compute-request-id: req-2780f2de-938e-47e5-b274-74f1bc89e46d 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 515608422 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 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.150923] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.152917] pid_max: default: 32768 minimum: 301\n[ 0.154024] ACPI: Core revision 20150930\n[ 0.155586] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.157174] Security Framework initialized\n[ 0.158193] Yama: becoming mindful.\n[ 0.159068] AppArmor: AppArmor initialized\n[ 0.160087] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.161690] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.163263] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.164742] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.166444] Initializing cgroup subsys io\n[ 0.167422] Initializing cgroup subsys memory\n[ 0.168456] Initializing cgroup subsys devices\n[ 0.169505] Initializing cgroup subsys freezer\n[ 0.170564] Initializing cgroup subsys net_cls\n[ 0.171615] Initializing cgroup subsys perf_event\n[ 0.172718] Initializing cgroup subsys net_prio\n[ 0.173796] Initializing cgroup subsys hugetlb\n[ 0.174849] Initializing cgroup subsys pids\n[ 0.175921] CPU: Physical Processor ID: 0\n[ 0.177620] mce: CPU supports 10 MCE banks\n[ 0.178675] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.179920] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.191132] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.198095] ftrace: allocating 31920 entries in 125 pages\n[ 0.225740] smpboot: Max logical packages: 1\n[ 0.226781] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.228384] x2apic enabled\n[ 0.229295] Switched APIC routing to physical x2apic.\n[ 0.231260] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.232613] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.234983] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.237115] KVM setup paravirtual spinlock\n[ 0.238600] x86: Booted up 1 node, 1 CPUs\n[ 0.239559] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.241205] devtmpfs: initialized\n[ 0.243069] evm: security.selinux\n[ 0.243911] evm: security.SMACK64\n[ 0.244740] evm: security.SMACK64EXEC\n[ 0.245670] evm: security.SMACK64TRANSMUTE\n[ 0.246888] evm: security.SMACK64MMAP\n[ 0.248014] evm: security.ima\n[ 0.248963] evm: security.capability\n[ 0.250154] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.253029] pinctrl core: initialized pinctrl subsystem\n[ 0.254450] RTC time: 12:52:43, date: 09/04/18\n[ 0.255645] NET: Registered protocol family 16\n[ 0.256860] cpuidle: using governor ladder\n[ 0.257904] cpuidle: using governor menu\n[ 0.258917] PCCT header not found.\n[ 0.259856] ACPI: bus type PCI registered\n[ 0.260871] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.262454] PCI: Using configuration type 1 for base access\n[ 0.264543] ACPI: Added _OSI(Module Device)\n[ 0.265619] ACPI: Added _OSI(Processor Device)\n[ 0.266718] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.267872] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.270311] ACPI: Interpreter enabled\n[ 0.271271] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.273611] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.275974] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.278328] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.280689] ACPI: (supports S0 S5)\n[ 0.281576] ACPI: Using IOAPIC for interrupt routing\n[ 0.282788] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.286375] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.287863] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.289464] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.290994] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.293696] acpiphp: Slot [3] registered\n[ 0.294677] acpiphp: Slot [4] registered\n[ 0.295657] acpiphp: Slot [5] registered\n[ 0.296714] acpiphp: Slot [6] registered\n[ 0.297692] acpiphp: Slot [7] registered\n[ 0.298664] acpiphp: Slot [8] registered\n[ 0.299639] acpiphp: Slot [9] registered\n[ 0.300622] acpiphp: Slot [10] registered\n[ 0.301612] acpiphp: Slot [11] registered\n[ 0.302605] acpiphp: Slot [12] registered\n[ 0.303597] acpiphp: Slot [13] registered\n[ 0.304616] acpiphp: Slot [14] registered\n[ 0.305639] acpiphp: Slot [15] registered\n[ 0.317114] acpiphp: Slot [16] registered\n[ 0.318112] acpiphp: Slot [17] registered\n[ 0.319093] acpiphp: Slot [18] registered\n[ 0.320084] acpiphp: Slot [19] registered\n[ 0.321067] acpiphp: Slot [20] registered\n[ 0.322062] acpiphp: Slot [21] registered\n[ 0.323051] acpiphp: Slot [22] registered\n[ 0.324036] acpiphp: Slot [23] registered\n[ 0.325117] acpiphp: Slot [24] registered\n[ 0.326111] acpiphp: Slot [25] registered\n[ 0.327090] acpiphp: Slot [26] registered\n[ 0.328064] acpiphp: Slot [27] registered\n[ 0.329049] acpiphp: Slot [28] registered\n[ 0.330033] acpiphp: Slot [29] registered\n[ 0.331022] acpiphp: Slot [30] registered\n[ 0.332003] acpiphp: Slot [31] registered\n[ 0.332980] PCI host bridge to bus 0000:00\n[ 0.333966] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.335473] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.336977] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.338740] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.340514] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.347066] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.348688] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.350140] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.351723] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.358702] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.360439] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.408472] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.410187] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.411866] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.413528] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.416226] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.417715] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.419076] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.420370] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.422240] vgaarb: loaded\n[ 0.422960] vgaarb: bridge control possible 0000:00:02.0\n[ 0.424315] SCSI subsystem initialized\n[ 0.425298] ACPI: bus type USB registered\n[ 0.426288] usbcore: registered new interface driver usbfs\n[ 0.427543] usbcore: registered new interface driver hub\n[ 0.428764] usbcore: registered new device driver usb\n[ 0.430031] PCI: Using ACPI for IRQ routing\n[ 0.431246] NetLabel: Initializing\n[ 0.432106] NetLabel: domain hash size = 128\n[ 0.433134] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.434281] NetLabel: unlabeled traffic allowed by default\n[ 0.435616] clocksource: Switched to clocksource kvm-clock\n[ 0.441471] AppArmor: AppArmor Filesystem Enabled\n[ 0.442628] pnp: PnP ACPI init\n[ 0.443692] pnp: PnP ACPI: found 5 devices\n[ 0.450283] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.452002] NET: Registered protocol family 2\n[ 0.452973] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.454361] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.455517] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.456681] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.457754] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.458898] NET: Registered protocol family 1\n[ 0.459760] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.460845] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.461898] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.475931] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.490322] Trying to unpack rootfs image as initramfs...\n[ 0.540783] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.554504] Scanning for low memory corruption every 60 seconds\n[ 0.555826] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.556959] audit: initializing netlink subsys (disabled)\n[ 0.557950] audit: type=2000 audit(1536065564.730:1): initialized\n[ 0.559220] Initialise system trusted keyring\n[ 0.560133] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.561265] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.563186] zbud: loaded\n[ 0.563882] VFS: Disk quotas dquot_6.6.0\n[ 0.564692] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.573110] fuse init (API version 7.23)\n[ 0.574038] Key type big_key registered\n[ 0.574829] Allocating IMA MOK and blacklist keyrings.\n[ 0.575943] Key type asymmetric registered\n[ 0.576752] Asymmetric key parser 'x509' registered\n[ 0.577688] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.579480] io scheduler noop registered\n[ 0.580259] io scheduler deadline registered (default)\n[ 0.581214] io scheduler cfq registered\n[ 0.582037] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.583057] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.584302] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.585718] ACPI: Power Button [PWRF]\n[ 0.586552] GHES: HEST is not enabled!\n[ 0.600491] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.631680] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.634111] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.657962] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.660069] Linux agpgart interface v0.103\n[ 0.662094] brd: module loaded\n[ 0.663263] loop: module loaded\n[ 0.668493] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.669916] GPT:90111 != 2097151\n[ 0.670576] GPT:Alternate GPT header not at the end of the disk.\n[ 0.671647] GPT:90111 != 2097151\n[ 0.672305] GPT: Use GNU Parted to correct GPT errors.\n[ 0.673245] vda: vda1 vda15\n[ 0.674687] scsi host0: ata_piix\n[ 0.675406] scsi host1: ata_piix\n[ 0.676101] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.677286] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.678693] libphy: Fixed MDIO Bus: probed\n[ 0.679492] tun: Universal TUN/TAP device driver, 1.6\n[ 0.680420] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.682553] PPP generic driver version 2.4.2\n[ 0.683559] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.685021] ehci-pci: EHCI PCI platform driver\n[ 0.685966] ehci-platform: EHCI generic platform driver\n[ 0.687046] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.688378] ohci-pci: OHCI PCI platform driver\n[ 0.689294] ohci-platform: OHCI generic platform driver\n[ 0.690448] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.705050] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.706256] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.707930] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.709048] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.710293] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.711906] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.713803] usb usb1: Product: UHCI Host Controller\n[ 0.714946] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.716580] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.717842] hub 1-0:1.0: USB hub found\n[ 0.718824] hub 1-0:1.0: 2 ports detected\n[ 0.719996] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.722556] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.723808] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.724981] mousedev: PS/2 mouse device common for all mice\n[ 0.726461] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.728587] rtc_cmos 00:00: RTC can wake from S4\n[ 0.729809] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.731175] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.732534] i2c /dev entries driver\n[ 0.733358] device-mapper: uevent: version 1.0.3\n[ 0.734408] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.736265] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.737746] NET: Registered protocol family 10\n[ 0.738886] NET: Registered protocol family 17\n[ 0.739926] Key type dns_resolver registered\n[ 0.741014] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.742362] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.744463] registered taskstats version 1\n[ 0.745395] Loading compiled-in X.509 certificates\n[ 0.746929] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.749105] zswap: loaded using pool lzo/zbud\n[ 0.750628] Key type trusted registered\n[ 0.752807] Key type encrypted registered\n[ 0.753783] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.755029] ima: No TPM chip found, activating TPM-bypass!\n[ 0.756708] evm: HMAC attrs: 0x1\n[ 0.757709] Magic number: 2:928:884\n[ 0.758674] rtc_cmos 00:00: setting system clock to 2018-09-04 12:52:44 UTC (1536065564)\n[ 0.760623] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.761976] EDD information not available.\n[ 0.832167] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.834103] ata1.00: configured for MWDMA2\n[ 0.835820] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.849195] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.851018] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.852824] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.855174] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.857412] Write protecting the kernel read-only data: 14336k\n[ 0.859499] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.861986] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.67\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.921214] 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.75\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found 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.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 1.50s]\nping 10.10.10.6 OK\nping 10.10.10.6 OK\nping 10.10.10.6 OK\nping 10.10.10.6 OK\nping 10.10.10.6 OK\nping 10.10.10.6 OK\nping 10.10.10.6 OK\nping 10.10.10.6 OK\nping 10.10.10.6 OK\nping 10.10.10.6 OK\n"} 2018-09-04 12:54:29,251 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/e405c1d0-e398-40d9-b303-d8dab908a5e1/action used request id req-2780f2de-938e-47e5-b274-74f1bc89e46d 2018-09-04 12:54:29,265 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12:54: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-d40c57eb-cca6-446e-a088-aee0ef166c93 x-compute-request-id: req-d40c57eb-cca6-446e-a088-aee0ef166c93 Content-Encoding: gzip Content-Length: 10882 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 493641177 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 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.133916] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.135612] pid_max: default: 32768 minimum: 301\n[ 0.136527] ACPI: Core revision 20150930\n[ 0.137933] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.139280] Security Framework initialized\n[ 0.140119] Yama: becoming mindful.\n[ 0.140867] AppArmor: AppArmor initialized\n[ 0.141752] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.143121] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.144435] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.145678] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.147100] Initializing cgroup subsys io\n[ 0.147938] Initializing cgroup subsys memory\n[ 0.148820] Initializing cgroup subsys devices\n[ 0.149723] Initializing cgroup subsys freezer\n[ 0.150611] Initializing cgroup subsys net_cls\n[ 0.151495] Initializing cgroup subsys perf_event\n[ 0.152432] Initializing cgroup subsys net_prio\n[ 0.153348] Initializing cgroup subsys hugetlb\n[ 0.154241] Initializing cgroup subsys pids\n[ 0.155137] CPU: Physical Processor ID: 0\n[ 0.156658] mce: CPU supports 10 MCE banks\n[ 0.157530] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.158557] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.169233] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.175662] ftrace: allocating 31920 entries in 125 pages\n[ 0.202481] smpboot: Max logical packages: 1\n[ 0.203506] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.205083] x2apic enabled\n[ 0.205939] Switched APIC routing to physical x2apic.\n[ 0.207817] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.209102] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.211242] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.213193] KVM setup paravirtual spinlock\n[ 0.214743] x86: Booted up 1 node, 1 CPUs\n[ 0.215629] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.217139] devtmpfs: initialized\n[ 0.218891] evm: security.selinux\n[ 0.219707] evm: security.SMACK64\n[ 0.220505] evm: security.SMACK64EXEC\n[ 0.221323] evm: security.SMACK64TRANSMUTE\n[ 0.222219] evm: security.SMACK64MMAP\n[ 0.223037] evm: security.ima\n[ 0.223729] evm: security.capability\n[ 0.224615] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.226659] pinctrl core: initialized pinctrl subsystem\n[ 0.227881] RTC time: 12:52:32, date: 09/04/18\n[ 0.228911] NET: Registered protocol family 16\n[ 0.229959] cpuidle: using governor ladder\n[ 0.230849] cpuidle: using governor menu\n[ 0.231703] PCCT header not found.\n[ 0.232544] ACPI: bus type PCI registered\n[ 0.233441] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.234824] PCI: Using configuration type 1 for base access\n[ 0.236684] ACPI: Added _OSI(Module Device)\n[ 0.237601] ACPI: Added _OSI(Processor Device)\n[ 0.238536] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.239505] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.241742] ACPI: Interpreter enabled\n[ 0.242750] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.244807] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.246835] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.248834] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.250882] ACPI: (supports S0 S5)\n[ 0.251768] ACPI: Using IOAPIC for interrupt routing\n[ 0.252785] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.256036] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.257322] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.258664] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.259942] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.262345] acpiphp: Slot [3] registered\n[ 0.263204] acpiphp: Slot [4] registered\n[ 0.264071] acpiphp: Slot [5] registered\n[ 0.264978] acpiphp: Slot [6] registered\n[ 0.265831] acpiphp: Slot [7] registered\n[ 0.266721] acpiphp: Slot [8] registered\n[ 0.267602] acpiphp: Slot [9] registered\n[ 0.268473] acpiphp: Slot [10] registered\n[ 0.269369] acpiphp: Slot [11] registered\n[ 0.270262] acpiphp: Slot [12] registered\n[ 0.271144] acpiphp: Slot [13] registered\n[ 0.272030] acpiphp: Slot [14] registered\n[ 0.272913] acpiphp: Slot [15] registered\n[ 0.283846] acpiphp: Slot [16] registered\n[ 0.284752] acpiphp: Slot [17] registered\n[ 0.285627] acpiphp: Slot [18] registered\n[ 0.286676] acpiphp: Slot [19] registered\n[ 0.287546] acpiphp: Slot [20] registered\n[ 0.288456] acpiphp: Slot [21] registered\n[ 0.289375] acpiphp: Slot [22] registered\n[ 0.290278] acpiphp: Slot [23] registered\n[ 0.291180] acpiphp: Slot [24] registered\n[ 0.292186] acpiphp: Slot [25] registered\n[ 0.293092] acpiphp: Slot [26] registered\n[ 0.293970] acpiphp: Slot [27] registered\n[ 0.294843] acpiphp: Slot [28] registered\n[ 0.295748] acpiphp: Slot [29] registered\n[ 0.296627] acpiphp: Slot [30] registered\n[ 0.297525] acpiphp: Slot [31] registered\n[ 0.298469] PCI host bridge to bus 0000:00\n[ 0.299367] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.300787] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.302183] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.303814] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.305504] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.311857] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.313291] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.314670] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.316109] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.322423] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.324047] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.370271] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.372275] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.374272] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.376274] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.378628] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.380397] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.382031] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.383629] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.385965] vgaarb: loaded\n[ 0.386823] vgaarb: bridge control possible 0000:00:02.0\n[ 0.388446] SCSI subsystem initialized\n[ 0.389649] ACPI: bus type USB registered\n[ 0.390882] usbcore: registered new interface driver usbfs\n[ 0.392441] usbcore: registered new interface driver hub\n[ 0.393994] usbcore: registered new device driver usb\n[ 0.395567] PCI: Using ACPI for IRQ routing\n[ 0.397076] NetLabel: Initializing\n[ 0.398138] NetLabel: domain hash size = 128\n[ 0.399424] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.400862] NetLabel: unlabeled traffic allowed by default\n[ 0.402496] clocksource: Switched to clocksource kvm-clock\n[ 0.408630] AppArmor: AppArmor Filesystem Enabled\n[ 0.410029] pnp: PnP ACPI init\n[ 0.411243] pnp: PnP ACPI: found 5 devices\n[ 0.417971] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.420554] NET: Registered protocol family 2\n[ 0.421956] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.423888] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.425663] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.427455] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.429081] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.430913] NET: Registered protocol family 1\n[ 0.432206] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.433906] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.435557] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.450263] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.465007] Trying to unpack rootfs image as initramfs...\n[ 0.515195] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.529654] Scanning for low memory corruption every 60 seconds\n[ 0.531556] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.533325] audit: initializing netlink subsys (disabled)\n[ 0.534923] audit: type=2000 audit(1536065553.046:1): initialized\n[ 0.536846] Initialise system trusted keyring\n[ 0.538207] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.539985] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.542560] zbud: loaded\n[ 0.543523] VFS: Disk quotas dquot_6.6.0\n[ 0.544714] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.546911] fuse init (API version 7.23)\n[ 0.548188] Key type big_key registered\n[ 0.549358] Allocating IMA MOK and blacklist keyrings.\n[ 0.550995] Key type asymmetric registered\n[ 0.552202] Asymmetric key parser 'x509' registered\n[ 0.553615] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.555185] io scheduler noop registered\n[ 0.556021] io scheduler deadline registered (default)\n[ 0.557046] io scheduler cfq registered\n[ 0.558276] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.559379] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.560767] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.562262] ACPI: Power Button [PWRF]\n[ 0.563142] GHES: HEST is not enabled!\n[ 0.582700] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.611616] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.614050] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.638513] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.640746] Linux agpgart interface v0.103\n[ 0.642894] brd: module loaded\n[ 0.644180] loop: module loaded\n[ 0.648809] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.650302] GPT:90111 != 2097151\n[ 0.651006] GPT:Alternate GPT header not at the end of the disk.\n[ 0.652128] GPT:90111 != 2097151\n[ 0.652817] GPT: Use GNU Parted to correct GPT errors.\n[ 0.653805] vda: vda1 vda15\n[ 0.655228] scsi host0: ata_piix\n[ 0.655984] scsi host1: ata_piix\n[ 0.656705] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.657954] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.659443] libphy: Fixed MDIO Bus: probed\n[ 0.660284] tun: Universal TUN/TAP device driver, 1.6\n[ 0.661260] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.663397] PPP generic driver version 2.4.2\n[ 0.664309] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.665581] ehci-pci: EHCI PCI platform driver\n[ 0.666481] ehci-platform: EHCI generic platform driver\n[ 0.667509] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.668682] ohci-pci: OHCI PCI platform driver\n[ 0.669573] ohci-platform: OHCI generic platform driver\n[ 0.670599] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.684963] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.685985] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.687482] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.688537] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.689685] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.690946] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.692401] usb usb1: Product: UHCI Host Controller\n[ 0.693363] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.694542] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.695579] hub 1-0:1.0: USB hub found\n[ 0.696379] hub 1-0:1.0: 2 ports detected\n[ 0.697306] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.699476] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.700458] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.701509] mousedev: PS/2 mouse device common for all mice\n[ 0.702814] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.704699] rtc_cmos 00:00: RTC can wake from S4\n[ 0.705821] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.707058] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.708282] i2c /dev entries driver\n[ 0.709079] device-mapper: uevent: version 1.0.3\n[ 0.710034] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.711705] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.713029] NET: Registered protocol family 10\n[ 0.714054] NET: Registered protocol family 17\n[ 0.714975] Key type dns_resolver registered\n[ 0.715935] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.717058] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.718862] registered taskstats version 1\n[ 0.719718] Loading compiled-in X.509 certificates\n[ 0.721183] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.723109] zswap: loaded using pool lzo/zbud\n[ 0.724519] Key type trusted registered\n[ 0.726081] Key type encrypted registered\n[ 0.726941] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.727997] ima: No TPM chip found, activating TPM-bypass!\n[ 0.729056] evm: HMAC attrs: 0x1\n[ 0.730010] Magic number: 2:928:884\n[ 0.730889] rtc_cmos 00:00: setting system clock to 2018-09-04 12:52:33 UTC (1536065553)\n[ 0.732529] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.733686] EDD information not available.\n[ 0.819485] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.821072] Write protecting the kernel read-only data: 14336k\n[ 0.833011] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.834880] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.66\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 2.64\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 2.863258] 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 2.75. iid=i-00000123\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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCRwjHQcym09Tp/ARB4dweGWyWirMhn+SYYILqbXUL25KMOMbva77/YlgjfENfG/TFeydM+4kZjV0CCyJIDEFb8IJwX9V0eAGbHy+mBxPGu606jjwCTo1XpoM8TiqgqehyQHmBOsFrI62Xt5C84zcxoOV4eQD8xb7sOxPBWp3FFq+jlpK3j/ezacq+KsZCrYO36UBNY8xEFK/L6fJeC+S8yergLlCDLuC0NMGjxw7IWa/yLNiOVzgyzmxtvylLBh6O9KOh9qiGCtnMDvvj8P9LwVo3Sn+2WS9GhddcPOtUluVPMTAvAtElD/5q6VDumQISbEN4d/0SZZG0aWYo+LA4D root@sdnvpn-10-2\nssh-dss AAAAB3NzaC1kc3MAAACBALtXbcKHQUELj8C5WmyWQiA9MwTTFhL2DbRo4MkEn4SyMMvpOHlUXeQS8h62M2ksws897bf6ZrHWm1Ih5lEOTmV10wC/E+RY4DVQi2pD210oMrxkgB0BFuVP87MG1fwWs5k1DFhSOq+WU69xS7oSWpyxcbbm7HuBPk+8qQ6UQt5LAAAAFQC1Hui1/QkNvM/FhmrpfxniKVPadwAAAIEAuCLMJYFXIaFmVsWCQV0X9rHvYiEGeq6WZq8KrWVS/0J26z6aKft+AKO806ifePHRE/+1GtdTKUG0a0RdrQ+r9NuSYPf/6Zvzus3JevdJqYrT1gmwT4Gw9OsHt5JKGdg1m6Qp8U2fykksP1LhVAUIVRf9I/hLnpYpz+PF91cZFwgAAACALBBU/Qs9SnRalTd4yOVJKnMiLs5Nsf4VIGyjuc/6hNMxsdicfyY/VvEHEsFSdcUZVAdHTCqo1/3Tgd5dwtu/L96oQRRtBsqDYhwZSFGq1Qe158J3O9VdmtLnIse48N4jdNyCi4Ygk3zI0bDAq9RxsWFgZ1XTn/WehMZSrRMo2+I= 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.6,24,fe80::f816:3eff:fe08:1b4/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-00000123\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-10-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=5.41 ===\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\n/dev/root resized successfully [took 3.21s]\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:08:01:B4 \n inet addr:10.10.10.6 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe08:1b4/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:7986 (7.7 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-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.170520] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.170521] usb 1-1: Product: QEMU USB Tablet\n[ 1.170522] usb 1-1: Manufacturer: QEMU\n[ 1.170522] usb 1-1: SerialNumber: 42\n[ 1.526770] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3255787006b, max_idle_ns: 440795244845 ns\n[ 2.814989] EXT4-fs (vda1): re-mounted. Opts: data=ordered\n[ 2.845206] EXT4-fs (vda1): re-mounted. Opts: data=ordered\n[ 2.863258] random: dd urandom read with 5 bits of entropy available\n[ 5.529649] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\n[ 6.319552] EXT4-fs (vda1): resized filesystem to 1039340\n### tail -n 25 /var/log/messages\nSep 4 13:52:35 cirros syslog.info syslogd started: BusyBox v1.23.2\nSep 4 13:52:35 cirros kern.notice kernel: klogd started: BusyBox v1.23.2 (2017-11-20 02:37:12 UTC)\nSep 4 13:52:35 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpuset\nSep 4 13:52:35 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpu\nSep 4 13:52:35 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpuacct\nSep 4 13:52:35 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)\nSep 4 13:52:35 cirros kern.info kernel: [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\nSep 4 13:52:35 cirros kern.info kernel: [ 0.000000] KERNEL supported cpus:\nSep 4 13:52:35 cirros kern.info kernel: [ 0.000000] Intel GenuineIntel\nSep 4 13:52:35 cirros kern.info kernel: [ 0.000000] AMD AuthenticAMD\nSep 4 13:52:35 cirros kern.info kernel: [ 0.000000] Centaur CentaurHauls\nSep 4 13:52:35 cirros kern.info kernel: [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\nSep 4 13:52:35 cirros kern.notice kernel: [ 2.863258] random: dd urandom read with 5 bits of entropy available\nSep 4 13:52:37 cirros auth.notice su: + /dev/console root:cirros\nSep 4 13:52:38 cirros authpriv.info dropbear[340]: Running in background\nSep 4 13:52:38 cirros kern.info kernel: [ 5.529649] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\nSep 4 13:52:39 cirros kern.info kernel: [ 6.319552] 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-09-04 12:54:29,266 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/8cf6470b-47f9-4188-85fa-28971728869d/action used request id req-d40c57eb-cca6-446e-a088-aee0ef166c93 2018-09-04 12:54:29,444 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12:54: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-7f122ba9-35fb-4463-b8b0-efdb2d7007a9 x-compute-request-id: req-7f122ba9-35fb-4463-b8b0-efdb2d7007a9 Content-Encoding: gzip Content-Length: 8094 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 535760135 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 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.131352] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.133000] pid_max: default: 32768 minimum: 301\n[ 0.133896] ACPI: Core revision 20150930\n[ 0.135297] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136597] Security Framework initialized\n[ 0.137409] Yama: becoming mindful.\n[ 0.138137] AppArmor: AppArmor initialized\n[ 0.139005] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.140326] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.141592] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142797] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144193] Initializing cgroup subsys io\n[ 0.145004] Initializing cgroup subsys memory\n[ 0.145856] Initializing cgroup subsys devices\n[ 0.146732] Initializing cgroup subsys freezer\n[ 0.147595] Initializing cgroup subsys net_cls\n[ 0.148458] Initializing cgroup subsys perf_event\n[ 0.149364] Initializing cgroup subsys net_prio\n[ 0.150239] Initializing cgroup subsys hugetlb\n[ 0.151105] Initializing cgroup subsys pids\n[ 0.151977] CPU: Physical Processor ID: 0\n[ 0.153486] mce: CPU supports 10 MCE banks\n[ 0.154329] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.155327] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.166337] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.173001] ftrace: allocating 31920 entries in 125 pages\n[ 0.200656] smpboot: Max logical packages: 1\n[ 0.201517] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.202872] x2apic enabled\n[ 0.203684] Switched APIC routing to physical x2apic.\n[ 0.205435] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.206550] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.208541] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.210326] KVM setup paravirtual spinlock\n[ 0.211661] x86: Booted up 1 node, 1 CPUs\n[ 0.212467] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.213858] devtmpfs: initialized\n[ 0.215591] evm: security.selinux\n[ 0.216289] evm: security.SMACK64\n[ 0.216977] evm: security.SMACK64EXEC\n[ 0.217722] evm: security.SMACK64TRANSMUTE\n[ 0.218527] evm: security.SMACK64MMAP\n[ 0.219274] evm: security.ima\n[ 0.219912] evm: security.capability\n[ 0.220731] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.222586] pinctrl core: initialized pinctrl subsystem\n[ 0.223690] RTC time: 12:52:56, date: 09/04/18\n[ 0.224645] NET: Registered protocol family 16\n[ 0.225619] cpuidle: using governor ladder\n[ 0.226437] cpuidle: using governor menu\n[ 0.227217] PCCT header not found.\n[ 0.227973] ACPI: bus type PCI registered\n[ 0.228783] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.230023] PCI: Using configuration type 1 for base access\n[ 0.231798] ACPI: Added _OSI(Module Device)\n[ 0.232643] ACPI: Added _OSI(Processor Device)\n[ 0.233504] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.234401] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.236544] ACPI: Interpreter enabled\n[ 0.237315] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.239155] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.240990] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.242839] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.244675] ACPI: (supports S0 S5)\n[ 0.245382] ACPI: Using IOAPIC for interrupt routing\n[ 0.246416] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.249525] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.250670] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.251893] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.253078] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.255309] acpiphp: Slot [3] registered\n[ 0.256106] acpiphp: Slot [4] registered\n[ 0.256905] acpiphp: Slot [5] registered\n[ 0.257816] acpiphp: Slot [6] registered\n[ 0.258671] acpiphp: Slot [7] registered\n[ 0.259512] acpiphp: Slot [8] registered\n[ 0.260358] acpiphp: Slot [9] registered\n[ 0.261193] acpiphp: Slot [10] registered\n[ 0.262050] acpiphp: Slot [11] registered\n[ 0.262911] acpiphp: Slot [12] registered\n[ 0.263773] acpiphp: Slot [13] registered\n[ 0.264628] acpiphp: Slot [14] registered\n[ 0.265476] acpiphp: Slot [15] registered\n[ 0.276361] acpiphp: Slot [16] registered\n[ 0.277205] acpiphp: Slot [17] registered\n[ 0.278067] acpiphp: Slot [18] registered\n[ 0.278909] acpiphp: Slot [19] registered\n[ 0.279764] acpiphp: Slot [20] registered\n[ 0.280623] acpiphp: Slot [21] registered\n[ 0.281469] acpiphp: Slot [22] registered\n[ 0.282322] acpiphp: Slot [23] registered\n[ 0.283172] acpiphp: Slot [24] registered\n[ 0.284024] acpiphp: Slot [25] registered\n[ 0.284882] acpiphp: Slot [26] registered\n[ 0.285727] acpiphp: Slot [27] registered\n[ 0.286586] acpiphp: Slot [28] registered\n[ 0.287436] acpiphp: Slot [29] registered\n[ 0.288294] acpiphp: Slot [30] registered\n[ 0.289149] acpiphp: Slot [31] registered\n[ 0.289996] PCI host bridge to bus 0000:00\n[ 0.290848] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.292209] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.293428] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.294875] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.296325] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.302688] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.303965] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.305137] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.306406] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.313629] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.315078] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.365283] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.366783] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.368213] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.369672] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.371126] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.372393] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.373582] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.374652] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.376217] vgaarb: loaded\n[ 0.376828] vgaarb: bridge control possible 0000:00:02.0\n[ 0.377999] SCSI subsystem initialized\n[ 0.378840] ACPI: bus type USB registered\n[ 0.379668] usbcore: registered new interface driver usbfs\n[ 0.380709] usbcore: registered new interface driver hub\n[ 0.381722] usbcore: registered new device driver usb\n[ 0.382794] PCI: Using ACPI for IRQ routing\n[ 0.383845] NetLabel: Initializing\n[ 0.384599] NetLabel: domain hash size = 128\n[ 0.385509] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.386531] NetLabel: unlabeled traffic allowed by default\n[ 0.387728] clocksource: Switched to clocksource kvm-clock\n[ 0.393561] AppArmor: AppArmor Filesystem Enabled\n[ 0.394601] pnp: PnP ACPI init\n[ 0.395554] pnp: PnP ACPI: found 5 devices\n[ 0.402000] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.403825] NET: Registered protocol family 2\n[ 0.404812] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.406097] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.407278] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.408527] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.409572] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.410694] NET: Registered protocol family 1\n[ 0.411532] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.412590] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.413667] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.427866] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.442280] Trying to unpack rootfs image as initramfs...\n[ 0.492629] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.506467] Scanning for low memory corruption every 60 seconds\n[ 0.507889] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.509098] audit: initializing netlink subsys (disabled)\n[ 0.510293] audit: type=2000 audit(1536065577.660:1): initialized\n[ 0.511668] Initialise system trusted keyring\n[ 0.512649] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.513862] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.515914] zbud: loaded\n[ 0.516664] VFS: Disk quotas dquot_6.6.0\n[ 0.517546] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.519156] fuse init (API version 7.23)\n[ 0.520108] Key type big_key registered\n[ 0.520968] Allocating IMA MOK and blacklist keyrings.\n[ 0.522173] Key type asymmetric registered\n[ 0.523059] Asymmetric key parser 'x509' registered\n[ 0.524106] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.526045] io scheduler noop registered\n[ 0.526902] io scheduler deadline registered (default)\n[ 0.527975] io scheduler cfq registered\n[ 0.528881] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.530017] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.531389] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.533006] ACPI: Power Button [PWRF]\n[ 0.533909] GHES: HEST is not enabled!\n[ 0.547740] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.582776] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.586226] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.610548] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.612846] Linux agpgart interface v0.103\n[ 0.615028] brd: module loaded\n[ 0.616363] loop: module loaded\n[ 0.620894] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.622426] GPT:90111 != 2097151\n[ 0.623123] GPT:Alternate GPT header not at the end of the disk.\n[ 0.624418] GPT:90111 != 2097151\n[ 0.625134] GPT: Use GNU Parted to correct GPT errors.\n[ 0.626144] vda: vda1 vda15\n[ 0.627690] scsi host0: ata_piix\n[ 0.628480] scsi host1: ata_piix\n[ 0.629226] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.630522] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.632053] libphy: Fixed MDIO Bus: probed\n[ 0.632934] tun: Universal TUN/TAP device driver, 1.6\n[ 0.633959] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.636365] PPP generic driver version 2.4.2\n[ 0.637501] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.638947] ehci-pci: EHCI PCI platform driver\n[ 0.640002] ehci-platform: EHCI generic platform driver\n[ 0.641199] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.642564] ohci-pci: OHCI PCI platform driver\n[ 0.643601] ohci-platform: OHCI generic platform driver\n[ 0.644797] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.659615] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.660835] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.662584] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.663787] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.665123] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.666620] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.668320] usb usb1: Product: UHCI Host Controller\n[ 0.669539] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.670923] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.672066] hub 1-0:1.0: USB hub found\n[ 0.672986] hub 1-0:1.0: 2 ports detected\n[ 0.674054] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.676497] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.677636] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.678838] mousedev: PS/2 mouse device common for all mice\n[ 0.680123] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.681981] rtc_cmos 00:00: RTC can wake from S4\n[ 0.683079] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.684350] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.685805] i2c /dev entries driver\n[ 0.686705] device-mapper: uevent: version 1.0.3\n[ 0.687832] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.689792] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.691326] NET: Registered protocol family 10\n[ 0.692508] NET: Registered protocol family 17\n[ 0.693583] Key type dns_resolver registered\n[ 0.694681] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.696013] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.698125] registered taskstats version 1\n[ 0.699132] Loading compiled-in X.509 certificates\n[ 0.700772] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.703008] zswap: loaded using pool lzo/zbud\n[ 0.704578] Key type trusted registered\n[ 0.706734] Key type encrypted registered\n[ 0.707746] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.708994] ima: No TPM chip found, activating TPM-bypass!\n[ 0.710699] evm: HMAC attrs: 0x1\n[ 0.711799] Magic number: 2:928:884\n[ 0.712813] rtc_cmos 00:00: setting system clock to 2018-09-04 12:52:57 UTC (1536065577)\n[ 0.714727] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.716088] EDD information not available.\n[ 0.788380] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.790044] ata1.00: configured for MWDMA2\n[ 0.791419] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.804456] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.805961] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.807424] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.809510] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.811342] Write protecting the kernel read-only data: 14336k\n[ 0.813150] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.815278] 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.873182] 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.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... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.10.7...\nLease of 10.10.10.7 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.92s]\nping 10.10.10.8 OK\nping 10.10.10.6 OK\nping 10.10.10.8 OK\n"} 2018-09-04 12:54:29,444 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/94bf21f0-f1b6-428f-8bea-ade96857c71b/action used request id req-7f122ba9-35fb-4463-b8b0-efdb2d7007a9 2018-09-04 12:54:30,256 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/servers/e405c1d0-e398-40d9-b303-d8dab908a5e1/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3e16754a174e570fc92a6d8b2ab2b0a769563b11" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-04 12:54:30,271 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/servers/8cf6470b-47f9-4188-85fa-28971728869d/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}26d8b946cfe8573c121af4cedf4ccdc82505adc8" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-04 12:54:30,450 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/servers/94bf21f0-f1b6-428f-8bea-ade96857c71b/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6bf60c0e23ecaa1432876d008666c2120fdb63c0" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-04 12:54:31,325 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12: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-78b7eb8e-f2b2-4ed3-aa66-943e1167b7ac x-compute-request-id: req-78b7eb8e-f2b2-4ed3-aa66-943e1167b7ac 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 515608422 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 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.150923] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.152917] pid_max: default: 32768 minimum: 301\n[ 0.154024] ACPI: Core revision 20150930\n[ 0.155586] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.157174] Security Framework initialized\n[ 0.158193] Yama: becoming mindful.\n[ 0.159068] AppArmor: AppArmor initialized\n[ 0.160087] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.161690] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.163263] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.164742] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.166444] Initializing cgroup subsys io\n[ 0.167422] Initializing cgroup subsys memory\n[ 0.168456] Initializing cgroup subsys devices\n[ 0.169505] Initializing cgroup subsys freezer\n[ 0.170564] Initializing cgroup subsys net_cls\n[ 0.171615] Initializing cgroup subsys perf_event\n[ 0.172718] Initializing cgroup subsys net_prio\n[ 0.173796] Initializing cgroup subsys hugetlb\n[ 0.174849] Initializing cgroup subsys pids\n[ 0.175921] CPU: Physical Processor ID: 0\n[ 0.177620] mce: CPU supports 10 MCE banks\n[ 0.178675] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.179920] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.191132] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.198095] ftrace: allocating 31920 entries in 125 pages\n[ 0.225740] smpboot: Max logical packages: 1\n[ 0.226781] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.228384] x2apic enabled\n[ 0.229295] Switched APIC routing to physical x2apic.\n[ 0.231260] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.232613] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.234983] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.237115] KVM setup paravirtual spinlock\n[ 0.238600] x86: Booted up 1 node, 1 CPUs\n[ 0.239559] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.241205] devtmpfs: initialized\n[ 0.243069] evm: security.selinux\n[ 0.243911] evm: security.SMACK64\n[ 0.244740] evm: security.SMACK64EXEC\n[ 0.245670] evm: security.SMACK64TRANSMUTE\n[ 0.246888] evm: security.SMACK64MMAP\n[ 0.248014] evm: security.ima\n[ 0.248963] evm: security.capability\n[ 0.250154] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.253029] pinctrl core: initialized pinctrl subsystem\n[ 0.254450] RTC time: 12:52:43, date: 09/04/18\n[ 0.255645] NET: Registered protocol family 16\n[ 0.256860] cpuidle: using governor ladder\n[ 0.257904] cpuidle: using governor menu\n[ 0.258917] PCCT header not found.\n[ 0.259856] ACPI: bus type PCI registered\n[ 0.260871] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.262454] PCI: Using configuration type 1 for base access\n[ 0.264543] ACPI: Added _OSI(Module Device)\n[ 0.265619] ACPI: Added _OSI(Processor Device)\n[ 0.266718] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.267872] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.270311] ACPI: Interpreter enabled\n[ 0.271271] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.273611] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.275974] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.278328] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.280689] ACPI: (supports S0 S5)\n[ 0.281576] ACPI: Using IOAPIC for interrupt routing\n[ 0.282788] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.286375] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.287863] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.289464] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.290994] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.293696] acpiphp: Slot [3] registered\n[ 0.294677] acpiphp: Slot [4] registered\n[ 0.295657] acpiphp: Slot [5] registered\n[ 0.296714] acpiphp: Slot [6] registered\n[ 0.297692] acpiphp: Slot [7] registered\n[ 0.298664] acpiphp: Slot [8] registered\n[ 0.299639] acpiphp: Slot [9] registered\n[ 0.300622] acpiphp: Slot [10] registered\n[ 0.301612] acpiphp: Slot [11] registered\n[ 0.302605] acpiphp: Slot [12] registered\n[ 0.303597] acpiphp: Slot [13] registered\n[ 0.304616] acpiphp: Slot [14] registered\n[ 0.305639] acpiphp: Slot [15] registered\n[ 0.317114] acpiphp: Slot [16] registered\n[ 0.318112] acpiphp: Slot [17] registered\n[ 0.319093] acpiphp: Slot [18] registered\n[ 0.320084] acpiphp: Slot [19] registered\n[ 0.321067] acpiphp: Slot [20] registered\n[ 0.322062] acpiphp: Slot [21] registered\n[ 0.323051] acpiphp: Slot [22] registered\n[ 0.324036] acpiphp: Slot [23] registered\n[ 0.325117] acpiphp: Slot [24] registered\n[ 0.326111] acpiphp: Slot [25] registered\n[ 0.327090] acpiphp: Slot [26] registered\n[ 0.328064] acpiphp: Slot [27] registered\n[ 0.329049] acpiphp: Slot [28] registered\n[ 0.330033] acpiphp: Slot [29] registered\n[ 0.331022] acpiphp: Slot [30] registered\n[ 0.332003] acpiphp: Slot [31] registered\n[ 0.332980] PCI host bridge to bus 0000:00\n[ 0.333966] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.335473] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.336977] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.338740] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.340514] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.347066] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.348688] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.350140] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.351723] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.358702] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.360439] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.408472] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.410187] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.411866] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.413528] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.416226] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.417715] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.419076] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.420370] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.422240] vgaarb: loaded\n[ 0.422960] vgaarb: bridge control possible 0000:00:02.0\n[ 0.424315] SCSI subsystem initialized\n[ 0.425298] ACPI: bus type USB registered\n[ 0.426288] usbcore: registered new interface driver usbfs\n[ 0.427543] usbcore: registered new interface driver hub\n[ 0.428764] usbcore: registered new device driver usb\n[ 0.430031] PCI: Using ACPI for IRQ routing\n[ 0.431246] NetLabel: Initializing\n[ 0.432106] NetLabel: domain hash size = 128\n[ 0.433134] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.434281] NetLabel: unlabeled traffic allowed by default\n[ 0.435616] clocksource: Switched to clocksource kvm-clock\n[ 0.441471] AppArmor: AppArmor Filesystem Enabled\n[ 0.442628] pnp: PnP ACPI init\n[ 0.443692] pnp: PnP ACPI: found 5 devices\n[ 0.450283] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.452002] NET: Registered protocol family 2\n[ 0.452973] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.454361] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.455517] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.456681] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.457754] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.458898] NET: Registered protocol family 1\n[ 0.459760] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.460845] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.461898] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.475931] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.490322] Trying to unpack rootfs image as initramfs...\n[ 0.540783] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.554504] Scanning for low memory corruption every 60 seconds\n[ 0.555826] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.556959] audit: initializing netlink subsys (disabled)\n[ 0.557950] audit: type=2000 audit(1536065564.730:1): initialized\n[ 0.559220] Initialise system trusted keyring\n[ 0.560133] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.561265] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.563186] zbud: loaded\n[ 0.563882] VFS: Disk quotas dquot_6.6.0\n[ 0.564692] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.573110] fuse init (API version 7.23)\n[ 0.574038] Key type big_key registered\n[ 0.574829] Allocating IMA MOK and blacklist keyrings.\n[ 0.575943] Key type asymmetric registered\n[ 0.576752] Asymmetric key parser 'x509' registered\n[ 0.577688] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.579480] io scheduler noop registered\n[ 0.580259] io scheduler deadline registered (default)\n[ 0.581214] io scheduler cfq registered\n[ 0.582037] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.583057] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.584302] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.585718] ACPI: Power Button [PWRF]\n[ 0.586552] GHES: HEST is not enabled!\n[ 0.600491] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.631680] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.634111] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.657962] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.660069] Linux agpgart interface v0.103\n[ 0.662094] brd: module loaded\n[ 0.663263] loop: module loaded\n[ 0.668493] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.669916] GPT:90111 != 2097151\n[ 0.670576] GPT:Alternate GPT header not at the end of the disk.\n[ 0.671647] GPT:90111 != 2097151\n[ 0.672305] GPT: Use GNU Parted to correct GPT errors.\n[ 0.673245] vda: vda1 vda15\n[ 0.674687] scsi host0: ata_piix\n[ 0.675406] scsi host1: ata_piix\n[ 0.676101] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.677286] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.678693] libphy: Fixed MDIO Bus: probed\n[ 0.679492] tun: Universal TUN/TAP device driver, 1.6\n[ 0.680420] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.682553] PPP generic driver version 2.4.2\n[ 0.683559] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.685021] ehci-pci: EHCI PCI platform driver\n[ 0.685966] ehci-platform: EHCI generic platform driver\n[ 0.687046] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.688378] ohci-pci: OHCI PCI platform driver\n[ 0.689294] ohci-platform: OHCI generic platform driver\n[ 0.690448] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.705050] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.706256] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.707930] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.709048] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.710293] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.711906] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.713803] usb usb1: Product: UHCI Host Controller\n[ 0.714946] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.716580] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.717842] hub 1-0:1.0: USB hub found\n[ 0.718824] hub 1-0:1.0: 2 ports detected\n[ 0.719996] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.722556] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.723808] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.724981] mousedev: PS/2 mouse device common for all mice\n[ 0.726461] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.728587] rtc_cmos 00:00: RTC can wake from S4\n[ 0.729809] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.731175] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.732534] i2c /dev entries driver\n[ 0.733358] device-mapper: uevent: version 1.0.3\n[ 0.734408] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.736265] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.737746] NET: Registered protocol family 10\n[ 0.738886] NET: Registered protocol family 17\n[ 0.739926] Key type dns_resolver registered\n[ 0.741014] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.742362] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.744463] registered taskstats version 1\n[ 0.745395] Loading compiled-in X.509 certificates\n[ 0.746929] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.749105] zswap: loaded using pool lzo/zbud\n[ 0.750628] Key type trusted registered\n[ 0.752807] Key type encrypted registered\n[ 0.753783] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.755029] ima: No TPM chip found, activating TPM-bypass!\n[ 0.756708] evm: HMAC attrs: 0x1\n[ 0.757709] Magic number: 2:928:884\n[ 0.758674] rtc_cmos 00:00: setting system clock to 2018-09-04 12:52:44 UTC (1536065564)\n[ 0.760623] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.761976] EDD information not available.\n[ 0.832167] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.834103] ata1.00: configured for MWDMA2\n[ 0.835820] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.849195] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.851018] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.852824] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.855174] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.857412] Write protecting the kernel read-only data: 14336k\n[ 0.859499] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.861986] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.67\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.921214] 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.75\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found 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.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 1.50s]\nping 10.10.10.6 OK\nping 10.10.10.6 OK\nping 10.10.10.6 OK\nping 10.10.10.6 OK\nping 10.10.10.6 OK\nping 10.10.10.6 OK\nping 10.10.10.6 OK\nping 10.10.10.6 OK\nping 10.10.10.6 OK\nping 10.10.10.6 OK\n"} 2018-09-04 12:54:31,326 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/e405c1d0-e398-40d9-b303-d8dab908a5e1/action used request id req-78b7eb8e-f2b2-4ed3-aa66-943e1167b7ac 2018-09-04 12:54:31,342 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12: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-1d6f5717-0b14-4136-849c-d443fca3a6ac x-compute-request-id: req-1d6f5717-0b14-4136-849c-d443fca3a6ac Content-Encoding: gzip Content-Length: 10882 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 493641177 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 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.133916] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.135612] pid_max: default: 32768 minimum: 301\n[ 0.136527] ACPI: Core revision 20150930\n[ 0.137933] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.139280] Security Framework initialized\n[ 0.140119] Yama: becoming mindful.\n[ 0.140867] AppArmor: AppArmor initialized\n[ 0.141752] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.143121] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.144435] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.145678] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.147100] Initializing cgroup subsys io\n[ 0.147938] Initializing cgroup subsys memory\n[ 0.148820] Initializing cgroup subsys devices\n[ 0.149723] Initializing cgroup subsys freezer\n[ 0.150611] Initializing cgroup subsys net_cls\n[ 0.151495] Initializing cgroup subsys perf_event\n[ 0.152432] Initializing cgroup subsys net_prio\n[ 0.153348] Initializing cgroup subsys hugetlb\n[ 0.154241] Initializing cgroup subsys pids\n[ 0.155137] CPU: Physical Processor ID: 0\n[ 0.156658] mce: CPU supports 10 MCE banks\n[ 0.157530] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.158557] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.169233] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.175662] ftrace: allocating 31920 entries in 125 pages\n[ 0.202481] smpboot: Max logical packages: 1\n[ 0.203506] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.205083] x2apic enabled\n[ 0.205939] Switched APIC routing to physical x2apic.\n[ 0.207817] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.209102] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.211242] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.213193] KVM setup paravirtual spinlock\n[ 0.214743] x86: Booted up 1 node, 1 CPUs\n[ 0.215629] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.217139] devtmpfs: initialized\n[ 0.218891] evm: security.selinux\n[ 0.219707] evm: security.SMACK64\n[ 0.220505] evm: security.SMACK64EXEC\n[ 0.221323] evm: security.SMACK64TRANSMUTE\n[ 0.222219] evm: security.SMACK64MMAP\n[ 0.223037] evm: security.ima\n[ 0.223729] evm: security.capability\n[ 0.224615] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.226659] pinctrl core: initialized pinctrl subsystem\n[ 0.227881] RTC time: 12:52:32, date: 09/04/18\n[ 0.228911] NET: Registered protocol family 16\n[ 0.229959] cpuidle: using governor ladder\n[ 0.230849] cpuidle: using governor menu\n[ 0.231703] PCCT header not found.\n[ 0.232544] ACPI: bus type PCI registered\n[ 0.233441] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.234824] PCI: Using configuration type 1 for base access\n[ 0.236684] ACPI: Added _OSI(Module Device)\n[ 0.237601] ACPI: Added _OSI(Processor Device)\n[ 0.238536] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.239505] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.241742] ACPI: Interpreter enabled\n[ 0.242750] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.244807] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.246835] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.248834] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.250882] ACPI: (supports S0 S5)\n[ 0.251768] ACPI: Using IOAPIC for interrupt routing\n[ 0.252785] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.256036] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.257322] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.258664] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.259942] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.262345] acpiphp: Slot [3] registered\n[ 0.263204] acpiphp: Slot [4] registered\n[ 0.264071] acpiphp: Slot [5] registered\n[ 0.264978] acpiphp: Slot [6] registered\n[ 0.265831] acpiphp: Slot [7] registered\n[ 0.266721] acpiphp: Slot [8] registered\n[ 0.267602] acpiphp: Slot [9] registered\n[ 0.268473] acpiphp: Slot [10] registered\n[ 0.269369] acpiphp: Slot [11] registered\n[ 0.270262] acpiphp: Slot [12] registered\n[ 0.271144] acpiphp: Slot [13] registered\n[ 0.272030] acpiphp: Slot [14] registered\n[ 0.272913] acpiphp: Slot [15] registered\n[ 0.283846] acpiphp: Slot [16] registered\n[ 0.284752] acpiphp: Slot [17] registered\n[ 0.285627] acpiphp: Slot [18] registered\n[ 0.286676] acpiphp: Slot [19] registered\n[ 0.287546] acpiphp: Slot [20] registered\n[ 0.288456] acpiphp: Slot [21] registered\n[ 0.289375] acpiphp: Slot [22] registered\n[ 0.290278] acpiphp: Slot [23] registered\n[ 0.291180] acpiphp: Slot [24] registered\n[ 0.292186] acpiphp: Slot [25] registered\n[ 0.293092] acpiphp: Slot [26] registered\n[ 0.293970] acpiphp: Slot [27] registered\n[ 0.294843] acpiphp: Slot [28] registered\n[ 0.295748] acpiphp: Slot [29] registered\n[ 0.296627] acpiphp: Slot [30] registered\n[ 0.297525] acpiphp: Slot [31] registered\n[ 0.298469] PCI host bridge to bus 0000:00\n[ 0.299367] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.300787] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.302183] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.303814] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.305504] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.311857] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.313291] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.314670] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.316109] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.322423] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.324047] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.370271] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.372275] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.374272] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.376274] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.378628] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.380397] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.382031] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.383629] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.385965] vgaarb: loaded\n[ 0.386823] vgaarb: bridge control possible 0000:00:02.0\n[ 0.388446] SCSI subsystem initialized\n[ 0.389649] ACPI: bus type USB registered\n[ 0.390882] usbcore: registered new interface driver usbfs\n[ 0.392441] usbcore: registered new interface driver hub\n[ 0.393994] usbcore: registered new device driver usb\n[ 0.395567] PCI: Using ACPI for IRQ routing\n[ 0.397076] NetLabel: Initializing\n[ 0.398138] NetLabel: domain hash size = 128\n[ 0.399424] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.400862] NetLabel: unlabeled traffic allowed by default\n[ 0.402496] clocksource: Switched to clocksource kvm-clock\n[ 0.408630] AppArmor: AppArmor Filesystem Enabled\n[ 0.410029] pnp: PnP ACPI init\n[ 0.411243] pnp: PnP ACPI: found 5 devices\n[ 0.417971] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.420554] NET: Registered protocol family 2\n[ 0.421956] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.423888] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.425663] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.427455] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.429081] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.430913] NET: Registered protocol family 1\n[ 0.432206] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.433906] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.435557] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.450263] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.465007] Trying to unpack rootfs image as initramfs...\n[ 0.515195] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.529654] Scanning for low memory corruption every 60 seconds\n[ 0.531556] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.533325] audit: initializing netlink subsys (disabled)\n[ 0.534923] audit: type=2000 audit(1536065553.046:1): initialized\n[ 0.536846] Initialise system trusted keyring\n[ 0.538207] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.539985] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.542560] zbud: loaded\n[ 0.543523] VFS: Disk quotas dquot_6.6.0\n[ 0.544714] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.546911] fuse init (API version 7.23)\n[ 0.548188] Key type big_key registered\n[ 0.549358] Allocating IMA MOK and blacklist keyrings.\n[ 0.550995] Key type asymmetric registered\n[ 0.552202] Asymmetric key parser 'x509' registered\n[ 0.553615] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.555185] io scheduler noop registered\n[ 0.556021] io scheduler deadline registered (default)\n[ 0.557046] io scheduler cfq registered\n[ 0.558276] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.559379] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.560767] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.562262] ACPI: Power Button [PWRF]\n[ 0.563142] GHES: HEST is not enabled!\n[ 0.582700] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.611616] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.614050] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.638513] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.640746] Linux agpgart interface v0.103\n[ 0.642894] brd: module loaded\n[ 0.644180] loop: module loaded\n[ 0.648809] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.650302] GPT:90111 != 2097151\n[ 0.651006] GPT:Alternate GPT header not at the end of the disk.\n[ 0.652128] GPT:90111 != 2097151\n[ 0.652817] GPT: Use GNU Parted to correct GPT errors.\n[ 0.653805] vda: vda1 vda15\n[ 0.655228] scsi host0: ata_piix\n[ 0.655984] scsi host1: ata_piix\n[ 0.656705] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.657954] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.659443] libphy: Fixed MDIO Bus: probed\n[ 0.660284] tun: Universal TUN/TAP device driver, 1.6\n[ 0.661260] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.663397] PPP generic driver version 2.4.2\n[ 0.664309] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.665581] ehci-pci: EHCI PCI platform driver\n[ 0.666481] ehci-platform: EHCI generic platform driver\n[ 0.667509] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.668682] ohci-pci: OHCI PCI platform driver\n[ 0.669573] ohci-platform: OHCI generic platform driver\n[ 0.670599] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.684963] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.685985] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.687482] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.688537] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.689685] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.690946] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.692401] usb usb1: Product: UHCI Host Controller\n[ 0.693363] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.694542] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.695579] hub 1-0:1.0: USB hub found\n[ 0.696379] hub 1-0:1.0: 2 ports detected\n[ 0.697306] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.699476] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.700458] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.701509] mousedev: PS/2 mouse device common for all mice\n[ 0.702814] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.704699] rtc_cmos 00:00: RTC can wake from S4\n[ 0.705821] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.707058] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.708282] i2c /dev entries driver\n[ 0.709079] device-mapper: uevent: version 1.0.3\n[ 0.710034] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.711705] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.713029] NET: Registered protocol family 10\n[ 0.714054] NET: Registered protocol family 17\n[ 0.714975] Key type dns_resolver registered\n[ 0.715935] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.717058] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.718862] registered taskstats version 1\n[ 0.719718] Loading compiled-in X.509 certificates\n[ 0.721183] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.723109] zswap: loaded using pool lzo/zbud\n[ 0.724519] Key type trusted registered\n[ 0.726081] Key type encrypted registered\n[ 0.726941] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.727997] ima: No TPM chip found, activating TPM-bypass!\n[ 0.729056] evm: HMAC attrs: 0x1\n[ 0.730010] Magic number: 2:928:884\n[ 0.730889] rtc_cmos 00:00: setting system clock to 2018-09-04 12:52:33 UTC (1536065553)\n[ 0.732529] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.733686] EDD information not available.\n[ 0.819485] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.821072] Write protecting the kernel read-only data: 14336k\n[ 0.833011] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.834880] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.66\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 2.64\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 2.863258] 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 2.75. iid=i-00000123\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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCRwjHQcym09Tp/ARB4dweGWyWirMhn+SYYILqbXUL25KMOMbva77/YlgjfENfG/TFeydM+4kZjV0CCyJIDEFb8IJwX9V0eAGbHy+mBxPGu606jjwCTo1XpoM8TiqgqehyQHmBOsFrI62Xt5C84zcxoOV4eQD8xb7sOxPBWp3FFq+jlpK3j/ezacq+KsZCrYO36UBNY8xEFK/L6fJeC+S8yergLlCDLuC0NMGjxw7IWa/yLNiOVzgyzmxtvylLBh6O9KOh9qiGCtnMDvvj8P9LwVo3Sn+2WS9GhddcPOtUluVPMTAvAtElD/5q6VDumQISbEN4d/0SZZG0aWYo+LA4D root@sdnvpn-10-2\nssh-dss AAAAB3NzaC1kc3MAAACBALtXbcKHQUELj8C5WmyWQiA9MwTTFhL2DbRo4MkEn4SyMMvpOHlUXeQS8h62M2ksws897bf6ZrHWm1Ih5lEOTmV10wC/E+RY4DVQi2pD210oMrxkgB0BFuVP87MG1fwWs5k1DFhSOq+WU69xS7oSWpyxcbbm7HuBPk+8qQ6UQt5LAAAAFQC1Hui1/QkNvM/FhmrpfxniKVPadwAAAIEAuCLMJYFXIaFmVsWCQV0X9rHvYiEGeq6WZq8KrWVS/0J26z6aKft+AKO806ifePHRE/+1GtdTKUG0a0RdrQ+r9NuSYPf/6Zvzus3JevdJqYrT1gmwT4Gw9OsHt5JKGdg1m6Qp8U2fykksP1LhVAUIVRf9I/hLnpYpz+PF91cZFwgAAACALBBU/Qs9SnRalTd4yOVJKnMiLs5Nsf4VIGyjuc/6hNMxsdicfyY/VvEHEsFSdcUZVAdHTCqo1/3Tgd5dwtu/L96oQRRtBsqDYhwZSFGq1Qe158J3O9VdmtLnIse48N4jdNyCi4Ygk3zI0bDAq9RxsWFgZ1XTn/WehMZSrRMo2+I= 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.6,24,fe80::f816:3eff:fe08:1b4/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-00000123\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-10-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=5.41 ===\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\n/dev/root resized successfully [took 3.21s]\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:08:01:B4 \n inet addr:10.10.10.6 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe08:1b4/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:7986 (7.7 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-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.170520] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.170521] usb 1-1: Product: QEMU USB Tablet\n[ 1.170522] usb 1-1: Manufacturer: QEMU\n[ 1.170522] usb 1-1: SerialNumber: 42\n[ 1.526770] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3255787006b, max_idle_ns: 440795244845 ns\n[ 2.814989] EXT4-fs (vda1): re-mounted. Opts: data=ordered\n[ 2.845206] EXT4-fs (vda1): re-mounted. Opts: data=ordered\n[ 2.863258] random: dd urandom read with 5 bits of entropy available\n[ 5.529649] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\n[ 6.319552] EXT4-fs (vda1): resized filesystem to 1039340\n### tail -n 25 /var/log/messages\nSep 4 13:52:35 cirros syslog.info syslogd started: BusyBox v1.23.2\nSep 4 13:52:35 cirros kern.notice kernel: klogd started: BusyBox v1.23.2 (2017-11-20 02:37:12 UTC)\nSep 4 13:52:35 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpuset\nSep 4 13:52:35 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpu\nSep 4 13:52:35 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpuacct\nSep 4 13:52:35 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)\nSep 4 13:52:35 cirros kern.info kernel: [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\nSep 4 13:52:35 cirros kern.info kernel: [ 0.000000] KERNEL supported cpus:\nSep 4 13:52:35 cirros kern.info kernel: [ 0.000000] Intel GenuineIntel\nSep 4 13:52:35 cirros kern.info kernel: [ 0.000000] AMD AuthenticAMD\nSep 4 13:52:35 cirros kern.info kernel: [ 0.000000] Centaur CentaurHauls\nSep 4 13:52:35 cirros kern.info kernel: [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\nSep 4 13:52:35 cirros kern.notice kernel: [ 2.863258] random: dd urandom read with 5 bits of entropy available\nSep 4 13:52:37 cirros auth.notice su: + /dev/console root:cirros\nSep 4 13:52:38 cirros authpriv.info dropbear[340]: Running in background\nSep 4 13:52:38 cirros kern.info kernel: [ 5.529649] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\nSep 4 13:52:39 cirros kern.info kernel: [ 6.319552] 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-09-04 12:54:31,343 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/8cf6470b-47f9-4188-85fa-28971728869d/action used request id req-1d6f5717-0b14-4136-849c-d443fca3a6ac 2018-09-04 12:54:31,521 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12: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-7786cc1c-4dc4-4380-be0d-268834ed83b3 x-compute-request-id: req-7786cc1c-4dc4-4380-be0d-268834ed83b3 Content-Encoding: gzip Content-Length: 8094 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 535760135 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 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.131352] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.133000] pid_max: default: 32768 minimum: 301\n[ 0.133896] ACPI: Core revision 20150930\n[ 0.135297] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136597] Security Framework initialized\n[ 0.137409] Yama: becoming mindful.\n[ 0.138137] AppArmor: AppArmor initialized\n[ 0.139005] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.140326] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.141592] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142797] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144193] Initializing cgroup subsys io\n[ 0.145004] Initializing cgroup subsys memory\n[ 0.145856] Initializing cgroup subsys devices\n[ 0.146732] Initializing cgroup subsys freezer\n[ 0.147595] Initializing cgroup subsys net_cls\n[ 0.148458] Initializing cgroup subsys perf_event\n[ 0.149364] Initializing cgroup subsys net_prio\n[ 0.150239] Initializing cgroup subsys hugetlb\n[ 0.151105] Initializing cgroup subsys pids\n[ 0.151977] CPU: Physical Processor ID: 0\n[ 0.153486] mce: CPU supports 10 MCE banks\n[ 0.154329] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.155327] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.166337] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.173001] ftrace: allocating 31920 entries in 125 pages\n[ 0.200656] smpboot: Max logical packages: 1\n[ 0.201517] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.202872] x2apic enabled\n[ 0.203684] Switched APIC routing to physical x2apic.\n[ 0.205435] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.206550] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.208541] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.210326] KVM setup paravirtual spinlock\n[ 0.211661] x86: Booted up 1 node, 1 CPUs\n[ 0.212467] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.213858] devtmpfs: initialized\n[ 0.215591] evm: security.selinux\n[ 0.216289] evm: security.SMACK64\n[ 0.216977] evm: security.SMACK64EXEC\n[ 0.217722] evm: security.SMACK64TRANSMUTE\n[ 0.218527] evm: security.SMACK64MMAP\n[ 0.219274] evm: security.ima\n[ 0.219912] evm: security.capability\n[ 0.220731] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.222586] pinctrl core: initialized pinctrl subsystem\n[ 0.223690] RTC time: 12:52:56, date: 09/04/18\n[ 0.224645] NET: Registered protocol family 16\n[ 0.225619] cpuidle: using governor ladder\n[ 0.226437] cpuidle: using governor menu\n[ 0.227217] PCCT header not found.\n[ 0.227973] ACPI: bus type PCI registered\n[ 0.228783] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.230023] PCI: Using configuration type 1 for base access\n[ 0.231798] ACPI: Added _OSI(Module Device)\n[ 0.232643] ACPI: Added _OSI(Processor Device)\n[ 0.233504] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.234401] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.236544] ACPI: Interpreter enabled\n[ 0.237315] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.239155] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.240990] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.242839] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.244675] ACPI: (supports S0 S5)\n[ 0.245382] ACPI: Using IOAPIC for interrupt routing\n[ 0.246416] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.249525] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.250670] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.251893] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.253078] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.255309] acpiphp: Slot [3] registered\n[ 0.256106] acpiphp: Slot [4] registered\n[ 0.256905] acpiphp: Slot [5] registered\n[ 0.257816] acpiphp: Slot [6] registered\n[ 0.258671] acpiphp: Slot [7] registered\n[ 0.259512] acpiphp: Slot [8] registered\n[ 0.260358] acpiphp: Slot [9] registered\n[ 0.261193] acpiphp: Slot [10] registered\n[ 0.262050] acpiphp: Slot [11] registered\n[ 0.262911] acpiphp: Slot [12] registered\n[ 0.263773] acpiphp: Slot [13] registered\n[ 0.264628] acpiphp: Slot [14] registered\n[ 0.265476] acpiphp: Slot [15] registered\n[ 0.276361] acpiphp: Slot [16] registered\n[ 0.277205] acpiphp: Slot [17] registered\n[ 0.278067] acpiphp: Slot [18] registered\n[ 0.278909] acpiphp: Slot [19] registered\n[ 0.279764] acpiphp: Slot [20] registered\n[ 0.280623] acpiphp: Slot [21] registered\n[ 0.281469] acpiphp: Slot [22] registered\n[ 0.282322] acpiphp: Slot [23] registered\n[ 0.283172] acpiphp: Slot [24] registered\n[ 0.284024] acpiphp: Slot [25] registered\n[ 0.284882] acpiphp: Slot [26] registered\n[ 0.285727] acpiphp: Slot [27] registered\n[ 0.286586] acpiphp: Slot [28] registered\n[ 0.287436] acpiphp: Slot [29] registered\n[ 0.288294] acpiphp: Slot [30] registered\n[ 0.289149] acpiphp: Slot [31] registered\n[ 0.289996] PCI host bridge to bus 0000:00\n[ 0.290848] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.292209] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.293428] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.294875] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.296325] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.302688] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.303965] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.305137] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.306406] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.313629] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.315078] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.365283] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.366783] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.368213] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.369672] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.371126] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.372393] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.373582] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.374652] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.376217] vgaarb: loaded\n[ 0.376828] vgaarb: bridge control possible 0000:00:02.0\n[ 0.377999] SCSI subsystem initialized\n[ 0.378840] ACPI: bus type USB registered\n[ 0.379668] usbcore: registered new interface driver usbfs\n[ 0.380709] usbcore: registered new interface driver hub\n[ 0.381722] usbcore: registered new device driver usb\n[ 0.382794] PCI: Using ACPI for IRQ routing\n[ 0.383845] NetLabel: Initializing\n[ 0.384599] NetLabel: domain hash size = 128\n[ 0.385509] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.386531] NetLabel: unlabeled traffic allowed by default\n[ 0.387728] clocksource: Switched to clocksource kvm-clock\n[ 0.393561] AppArmor: AppArmor Filesystem Enabled\n[ 0.394601] pnp: PnP ACPI init\n[ 0.395554] pnp: PnP ACPI: found 5 devices\n[ 0.402000] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.403825] NET: Registered protocol family 2\n[ 0.404812] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.406097] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.407278] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.408527] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.409572] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.410694] NET: Registered protocol family 1\n[ 0.411532] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.412590] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.413667] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.427866] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.442280] Trying to unpack rootfs image as initramfs...\n[ 0.492629] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.506467] Scanning for low memory corruption every 60 seconds\n[ 0.507889] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.509098] audit: initializing netlink subsys (disabled)\n[ 0.510293] audit: type=2000 audit(1536065577.660:1): initialized\n[ 0.511668] Initialise system trusted keyring\n[ 0.512649] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.513862] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.515914] zbud: loaded\n[ 0.516664] VFS: Disk quotas dquot_6.6.0\n[ 0.517546] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.519156] fuse init (API version 7.23)\n[ 0.520108] Key type big_key registered\n[ 0.520968] Allocating IMA MOK and blacklist keyrings.\n[ 0.522173] Key type asymmetric registered\n[ 0.523059] Asymmetric key parser 'x509' registered\n[ 0.524106] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.526045] io scheduler noop registered\n[ 0.526902] io scheduler deadline registered (default)\n[ 0.527975] io scheduler cfq registered\n[ 0.528881] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.530017] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.531389] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.533006] ACPI: Power Button [PWRF]\n[ 0.533909] GHES: HEST is not enabled!\n[ 0.547740] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.582776] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.586226] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.610548] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.612846] Linux agpgart interface v0.103\n[ 0.615028] brd: module loaded\n[ 0.616363] loop: module loaded\n[ 0.620894] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.622426] GPT:90111 != 2097151\n[ 0.623123] GPT:Alternate GPT header not at the end of the disk.\n[ 0.624418] GPT:90111 != 2097151\n[ 0.625134] GPT: Use GNU Parted to correct GPT errors.\n[ 0.626144] vda: vda1 vda15\n[ 0.627690] scsi host0: ata_piix\n[ 0.628480] scsi host1: ata_piix\n[ 0.629226] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.630522] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.632053] libphy: Fixed MDIO Bus: probed\n[ 0.632934] tun: Universal TUN/TAP device driver, 1.6\n[ 0.633959] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.636365] PPP generic driver version 2.4.2\n[ 0.637501] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.638947] ehci-pci: EHCI PCI platform driver\n[ 0.640002] ehci-platform: EHCI generic platform driver\n[ 0.641199] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.642564] ohci-pci: OHCI PCI platform driver\n[ 0.643601] ohci-platform: OHCI generic platform driver\n[ 0.644797] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.659615] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.660835] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.662584] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.663787] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.665123] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.666620] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.668320] usb usb1: Product: UHCI Host Controller\n[ 0.669539] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.670923] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.672066] hub 1-0:1.0: USB hub found\n[ 0.672986] hub 1-0:1.0: 2 ports detected\n[ 0.674054] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.676497] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.677636] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.678838] mousedev: PS/2 mouse device common for all mice\n[ 0.680123] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.681981] rtc_cmos 00:00: RTC can wake from S4\n[ 0.683079] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.684350] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.685805] i2c /dev entries driver\n[ 0.686705] device-mapper: uevent: version 1.0.3\n[ 0.687832] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.689792] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.691326] NET: Registered protocol family 10\n[ 0.692508] NET: Registered protocol family 17\n[ 0.693583] Key type dns_resolver registered\n[ 0.694681] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.696013] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.698125] registered taskstats version 1\n[ 0.699132] Loading compiled-in X.509 certificates\n[ 0.700772] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.703008] zswap: loaded using pool lzo/zbud\n[ 0.704578] Key type trusted registered\n[ 0.706734] Key type encrypted registered\n[ 0.707746] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.708994] ima: No TPM chip found, activating TPM-bypass!\n[ 0.710699] evm: HMAC attrs: 0x1\n[ 0.711799] Magic number: 2:928:884\n[ 0.712813] rtc_cmos 00:00: setting system clock to 2018-09-04 12:52:57 UTC (1536065577)\n[ 0.714727] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.716088] EDD information not available.\n[ 0.788380] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.790044] ata1.00: configured for MWDMA2\n[ 0.791419] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.804456] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.805961] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.807424] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.809510] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.811342] Write protecting the kernel read-only data: 14336k\n[ 0.813150] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.815278] 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.873182] 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.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... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.10.7...\nLease of 10.10.10.7 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.92s]\nping 10.10.10.8 OK\nping 10.10.10.6 OK\nping 10.10.10.8 OK\n"} 2018-09-04 12:54:31,521 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/94bf21f0-f1b6-428f-8bea-ade96857c71b/action used request id req-7786cc1c-4dc4-4380-be0d-268834ed83b3 2018-09-04 12:54:32,331 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/servers/e405c1d0-e398-40d9-b303-d8dab908a5e1/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3e16754a174e570fc92a6d8b2ab2b0a769563b11" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-04 12:54:32,348 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/servers/8cf6470b-47f9-4188-85fa-28971728869d/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}26d8b946cfe8573c121af4cedf4ccdc82505adc8" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-04 12:54:32,526 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/servers/94bf21f0-f1b6-428f-8bea-ade96857c71b/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6bf60c0e23ecaa1432876d008666c2120fdb63c0" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-04 12:54:33,462 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12:54: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-0ea0e7a4-66c3-4eaf-9e30-65d270d8e592 x-compute-request-id: req-0ea0e7a4-66c3-4eaf-9e30-65d270d8e592 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 515608422 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 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.150923] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.152917] pid_max: default: 32768 minimum: 301\n[ 0.154024] ACPI: Core revision 20150930\n[ 0.155586] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.157174] Security Framework initialized\n[ 0.158193] Yama: becoming mindful.\n[ 0.159068] AppArmor: AppArmor initialized\n[ 0.160087] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.161690] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.163263] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.164742] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.166444] Initializing cgroup subsys io\n[ 0.167422] Initializing cgroup subsys memory\n[ 0.168456] Initializing cgroup subsys devices\n[ 0.169505] Initializing cgroup subsys freezer\n[ 0.170564] Initializing cgroup subsys net_cls\n[ 0.171615] Initializing cgroup subsys perf_event\n[ 0.172718] Initializing cgroup subsys net_prio\n[ 0.173796] Initializing cgroup subsys hugetlb\n[ 0.174849] Initializing cgroup subsys pids\n[ 0.175921] CPU: Physical Processor ID: 0\n[ 0.177620] mce: CPU supports 10 MCE banks\n[ 0.178675] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.179920] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.191132] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.198095] ftrace: allocating 31920 entries in 125 pages\n[ 0.225740] smpboot: Max logical packages: 1\n[ 0.226781] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.228384] x2apic enabled\n[ 0.229295] Switched APIC routing to physical x2apic.\n[ 0.231260] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.232613] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.234983] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.237115] KVM setup paravirtual spinlock\n[ 0.238600] x86: Booted up 1 node, 1 CPUs\n[ 0.239559] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.241205] devtmpfs: initialized\n[ 0.243069] evm: security.selinux\n[ 0.243911] evm: security.SMACK64\n[ 0.244740] evm: security.SMACK64EXEC\n[ 0.245670] evm: security.SMACK64TRANSMUTE\n[ 0.246888] evm: security.SMACK64MMAP\n[ 0.248014] evm: security.ima\n[ 0.248963] evm: security.capability\n[ 0.250154] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.253029] pinctrl core: initialized pinctrl subsystem\n[ 0.254450] RTC time: 12:52:43, date: 09/04/18\n[ 0.255645] NET: Registered protocol family 16\n[ 0.256860] cpuidle: using governor ladder\n[ 0.257904] cpuidle: using governor menu\n[ 0.258917] PCCT header not found.\n[ 0.259856] ACPI: bus type PCI registered\n[ 0.260871] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.262454] PCI: Using configuration type 1 for base access\n[ 0.264543] ACPI: Added _OSI(Module Device)\n[ 0.265619] ACPI: Added _OSI(Processor Device)\n[ 0.266718] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.267872] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.270311] ACPI: Interpreter enabled\n[ 0.271271] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.273611] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.275974] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.278328] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.280689] ACPI: (supports S0 S5)\n[ 0.281576] ACPI: Using IOAPIC for interrupt routing\n[ 0.282788] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.286375] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.287863] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.289464] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.290994] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.293696] acpiphp: Slot [3] registered\n[ 0.294677] acpiphp: Slot [4] registered\n[ 0.295657] acpiphp: Slot [5] registered\n[ 0.296714] acpiphp: Slot [6] registered\n[ 0.297692] acpiphp: Slot [7] registered\n[ 0.298664] acpiphp: Slot [8] registered\n[ 0.299639] acpiphp: Slot [9] registered\n[ 0.300622] acpiphp: Slot [10] registered\n[ 0.301612] acpiphp: Slot [11] registered\n[ 0.302605] acpiphp: Slot [12] registered\n[ 0.303597] acpiphp: Slot [13] registered\n[ 0.304616] acpiphp: Slot [14] registered\n[ 0.305639] acpiphp: Slot [15] registered\n[ 0.317114] acpiphp: Slot [16] registered\n[ 0.318112] acpiphp: Slot [17] registered\n[ 0.319093] acpiphp: Slot [18] registered\n[ 0.320084] acpiphp: Slot [19] registered\n[ 0.321067] acpiphp: Slot [20] registered\n[ 0.322062] acpiphp: Slot [21] registered\n[ 0.323051] acpiphp: Slot [22] registered\n[ 0.324036] acpiphp: Slot [23] registered\n[ 0.325117] acpiphp: Slot [24] registered\n[ 0.326111] acpiphp: Slot [25] registered\n[ 0.327090] acpiphp: Slot [26] registered\n[ 0.328064] acpiphp: Slot [27] registered\n[ 0.329049] acpiphp: Slot [28] registered\n[ 0.330033] acpiphp: Slot [29] registered\n[ 0.331022] acpiphp: Slot [30] registered\n[ 0.332003] acpiphp: Slot [31] registered\n[ 0.332980] PCI host bridge to bus 0000:00\n[ 0.333966] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.335473] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.336977] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.338740] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.340514] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.347066] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.348688] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.350140] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.351723] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.358702] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.360439] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.408472] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.410187] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.411866] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.413528] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.416226] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.417715] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.419076] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.420370] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.422240] vgaarb: loaded\n[ 0.422960] vgaarb: bridge control possible 0000:00:02.0\n[ 0.424315] SCSI subsystem initialized\n[ 0.425298] ACPI: bus type USB registered\n[ 0.426288] usbcore: registered new interface driver usbfs\n[ 0.427543] usbcore: registered new interface driver hub\n[ 0.428764] usbcore: registered new device driver usb\n[ 0.430031] PCI: Using ACPI for IRQ routing\n[ 0.431246] NetLabel: Initializing\n[ 0.432106] NetLabel: domain hash size = 128\n[ 0.433134] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.434281] NetLabel: unlabeled traffic allowed by default\n[ 0.435616] clocksource: Switched to clocksource kvm-clock\n[ 0.441471] AppArmor: AppArmor Filesystem Enabled\n[ 0.442628] pnp: PnP ACPI init\n[ 0.443692] pnp: PnP ACPI: found 5 devices\n[ 0.450283] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.452002] NET: Registered protocol family 2\n[ 0.452973] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.454361] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.455517] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.456681] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.457754] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.458898] NET: Registered protocol family 1\n[ 0.459760] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.460845] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.461898] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.475931] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.490322] Trying to unpack rootfs image as initramfs...\n[ 0.540783] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.554504] Scanning for low memory corruption every 60 seconds\n[ 0.555826] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.556959] audit: initializing netlink subsys (disabled)\n[ 0.557950] audit: type=2000 audit(1536065564.730:1): initialized\n[ 0.559220] Initialise system trusted keyring\n[ 0.560133] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.561265] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.563186] zbud: loaded\n[ 0.563882] VFS: Disk quotas dquot_6.6.0\n[ 0.564692] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.573110] fuse init (API version 7.23)\n[ 0.574038] Key type big_key registered\n[ 0.574829] Allocating IMA MOK and blacklist keyrings.\n[ 0.575943] Key type asymmetric registered\n[ 0.576752] Asymmetric key parser 'x509' registered\n[ 0.577688] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.579480] io scheduler noop registered\n[ 0.580259] io scheduler deadline registered (default)\n[ 0.581214] io scheduler cfq registered\n[ 0.582037] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.583057] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.584302] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.585718] ACPI: Power Button [PWRF]\n[ 0.586552] GHES: HEST is not enabled!\n[ 0.600491] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.631680] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.634111] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.657962] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.660069] Linux agpgart interface v0.103\n[ 0.662094] brd: module loaded\n[ 0.663263] loop: module loaded\n[ 0.668493] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.669916] GPT:90111 != 2097151\n[ 0.670576] GPT:Alternate GPT header not at the end of the disk.\n[ 0.671647] GPT:90111 != 2097151\n[ 0.672305] GPT: Use GNU Parted to correct GPT errors.\n[ 0.673245] vda: vda1 vda15\n[ 0.674687] scsi host0: ata_piix\n[ 0.675406] scsi host1: ata_piix\n[ 0.676101] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.677286] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.678693] libphy: Fixed MDIO Bus: probed\n[ 0.679492] tun: Universal TUN/TAP device driver, 1.6\n[ 0.680420] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.682553] PPP generic driver version 2.4.2\n[ 0.683559] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.685021] ehci-pci: EHCI PCI platform driver\n[ 0.685966] ehci-platform: EHCI generic platform driver\n[ 0.687046] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.688378] ohci-pci: OHCI PCI platform driver\n[ 0.689294] ohci-platform: OHCI generic platform driver\n[ 0.690448] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.705050] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.706256] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.707930] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.709048] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.710293] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.711906] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.713803] usb usb1: Product: UHCI Host Controller\n[ 0.714946] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.716580] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.717842] hub 1-0:1.0: USB hub found\n[ 0.718824] hub 1-0:1.0: 2 ports detected\n[ 0.719996] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.722556] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.723808] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.724981] mousedev: PS/2 mouse device common for all mice\n[ 0.726461] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.728587] rtc_cmos 00:00: RTC can wake from S4\n[ 0.729809] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.731175] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.732534] i2c /dev entries driver\n[ 0.733358] device-mapper: uevent: version 1.0.3\n[ 0.734408] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.736265] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.737746] NET: Registered protocol family 10\n[ 0.738886] NET: Registered protocol family 17\n[ 0.739926] Key type dns_resolver registered\n[ 0.741014] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.742362] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.744463] registered taskstats version 1\n[ 0.745395] Loading compiled-in X.509 certificates\n[ 0.746929] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.749105] zswap: loaded using pool lzo/zbud\n[ 0.750628] Key type trusted registered\n[ 0.752807] Key type encrypted registered\n[ 0.753783] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.755029] ima: No TPM chip found, activating TPM-bypass!\n[ 0.756708] evm: HMAC attrs: 0x1\n[ 0.757709] Magic number: 2:928:884\n[ 0.758674] rtc_cmos 00:00: setting system clock to 2018-09-04 12:52:44 UTC (1536065564)\n[ 0.760623] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.761976] EDD information not available.\n[ 0.832167] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.834103] ata1.00: configured for MWDMA2\n[ 0.835820] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.849195] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.851018] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.852824] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.855174] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.857412] Write protecting the kernel read-only data: 14336k\n[ 0.859499] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.861986] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.67\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.921214] 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.75\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found 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.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 1.50s]\nping 10.10.10.6 OK\nping 10.10.10.6 OK\nping 10.10.10.6 OK\nping 10.10.10.6 OK\nping 10.10.10.6 OK\nping 10.10.10.6 OK\nping 10.10.10.6 OK\nping 10.10.10.6 OK\nping 10.10.10.6 OK\nping 10.10.10.6 OK\n"} 2018-09-04 12:54:33,463 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/e405c1d0-e398-40d9-b303-d8dab908a5e1/action used request id req-0ea0e7a4-66c3-4eaf-9e30-65d270d8e592 2018-09-04 12:54:33,469 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12:54: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-0201a3f4-2c8f-4061-99bd-34c2dadbe891 x-compute-request-id: req-0201a3f4-2c8f-4061-99bd-34c2dadbe891 Content-Encoding: gzip Content-Length: 10882 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 493641177 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 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.133916] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.135612] pid_max: default: 32768 minimum: 301\n[ 0.136527] ACPI: Core revision 20150930\n[ 0.137933] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.139280] Security Framework initialized\n[ 0.140119] Yama: becoming mindful.\n[ 0.140867] AppArmor: AppArmor initialized\n[ 0.141752] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.143121] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.144435] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.145678] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.147100] Initializing cgroup subsys io\n[ 0.147938] Initializing cgroup subsys memory\n[ 0.148820] Initializing cgroup subsys devices\n[ 0.149723] Initializing cgroup subsys freezer\n[ 0.150611] Initializing cgroup subsys net_cls\n[ 0.151495] Initializing cgroup subsys perf_event\n[ 0.152432] Initializing cgroup subsys net_prio\n[ 0.153348] Initializing cgroup subsys hugetlb\n[ 0.154241] Initializing cgroup subsys pids\n[ 0.155137] CPU: Physical Processor ID: 0\n[ 0.156658] mce: CPU supports 10 MCE banks\n[ 0.157530] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.158557] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.169233] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.175662] ftrace: allocating 31920 entries in 125 pages\n[ 0.202481] smpboot: Max logical packages: 1\n[ 0.203506] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.205083] x2apic enabled\n[ 0.205939] Switched APIC routing to physical x2apic.\n[ 0.207817] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.209102] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.211242] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.213193] KVM setup paravirtual spinlock\n[ 0.214743] x86: Booted up 1 node, 1 CPUs\n[ 0.215629] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.217139] devtmpfs: initialized\n[ 0.218891] evm: security.selinux\n[ 0.219707] evm: security.SMACK64\n[ 0.220505] evm: security.SMACK64EXEC\n[ 0.221323] evm: security.SMACK64TRANSMUTE\n[ 0.222219] evm: security.SMACK64MMAP\n[ 0.223037] evm: security.ima\n[ 0.223729] evm: security.capability\n[ 0.224615] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.226659] pinctrl core: initialized pinctrl subsystem\n[ 0.227881] RTC time: 12:52:32, date: 09/04/18\n[ 0.228911] NET: Registered protocol family 16\n[ 0.229959] cpuidle: using governor ladder\n[ 0.230849] cpuidle: using governor menu\n[ 0.231703] PCCT header not found.\n[ 0.232544] ACPI: bus type PCI registered\n[ 0.233441] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.234824] PCI: Using configuration type 1 for base access\n[ 0.236684] ACPI: Added _OSI(Module Device)\n[ 0.237601] ACPI: Added _OSI(Processor Device)\n[ 0.238536] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.239505] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.241742] ACPI: Interpreter enabled\n[ 0.242750] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.244807] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.246835] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.248834] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.250882] ACPI: (supports S0 S5)\n[ 0.251768] ACPI: Using IOAPIC for interrupt routing\n[ 0.252785] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.256036] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.257322] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.258664] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.259942] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.262345] acpiphp: Slot [3] registered\n[ 0.263204] acpiphp: Slot [4] registered\n[ 0.264071] acpiphp: Slot [5] registered\n[ 0.264978] acpiphp: Slot [6] registered\n[ 0.265831] acpiphp: Slot [7] registered\n[ 0.266721] acpiphp: Slot [8] registered\n[ 0.267602] acpiphp: Slot [9] registered\n[ 0.268473] acpiphp: Slot [10] registered\n[ 0.269369] acpiphp: Slot [11] registered\n[ 0.270262] acpiphp: Slot [12] registered\n[ 0.271144] acpiphp: Slot [13] registered\n[ 0.272030] acpiphp: Slot [14] registered\n[ 0.272913] acpiphp: Slot [15] registered\n[ 0.283846] acpiphp: Slot [16] registered\n[ 0.284752] acpiphp: Slot [17] registered\n[ 0.285627] acpiphp: Slot [18] registered\n[ 0.286676] acpiphp: Slot [19] registered\n[ 0.287546] acpiphp: Slot [20] registered\n[ 0.288456] acpiphp: Slot [21] registered\n[ 0.289375] acpiphp: Slot [22] registered\n[ 0.290278] acpiphp: Slot [23] registered\n[ 0.291180] acpiphp: Slot [24] registered\n[ 0.292186] acpiphp: Slot [25] registered\n[ 0.293092] acpiphp: Slot [26] registered\n[ 0.293970] acpiphp: Slot [27] registered\n[ 0.294843] acpiphp: Slot [28] registered\n[ 0.295748] acpiphp: Slot [29] registered\n[ 0.296627] acpiphp: Slot [30] registered\n[ 0.297525] acpiphp: Slot [31] registered\n[ 0.298469] PCI host bridge to bus 0000:00\n[ 0.299367] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.300787] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.302183] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.303814] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.305504] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.311857] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.313291] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.314670] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.316109] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.322423] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.324047] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.370271] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.372275] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.374272] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.376274] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.378628] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.380397] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.382031] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.383629] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.385965] vgaarb: loaded\n[ 0.386823] vgaarb: bridge control possible 0000:00:02.0\n[ 0.388446] SCSI subsystem initialized\n[ 0.389649] ACPI: bus type USB registered\n[ 0.390882] usbcore: registered new interface driver usbfs\n[ 0.392441] usbcore: registered new interface driver hub\n[ 0.393994] usbcore: registered new device driver usb\n[ 0.395567] PCI: Using ACPI for IRQ routing\n[ 0.397076] NetLabel: Initializing\n[ 0.398138] NetLabel: domain hash size = 128\n[ 0.399424] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.400862] NetLabel: unlabeled traffic allowed by default\n[ 0.402496] clocksource: Switched to clocksource kvm-clock\n[ 0.408630] AppArmor: AppArmor Filesystem Enabled\n[ 0.410029] pnp: PnP ACPI init\n[ 0.411243] pnp: PnP ACPI: found 5 devices\n[ 0.417971] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.420554] NET: Registered protocol family 2\n[ 0.421956] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.423888] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.425663] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.427455] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.429081] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.430913] NET: Registered protocol family 1\n[ 0.432206] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.433906] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.435557] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.450263] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.465007] Trying to unpack rootfs image as initramfs...\n[ 0.515195] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.529654] Scanning for low memory corruption every 60 seconds\n[ 0.531556] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.533325] audit: initializing netlink subsys (disabled)\n[ 0.534923] audit: type=2000 audit(1536065553.046:1): initialized\n[ 0.536846] Initialise system trusted keyring\n[ 0.538207] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.539985] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.542560] zbud: loaded\n[ 0.543523] VFS: Disk quotas dquot_6.6.0\n[ 0.544714] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.546911] fuse init (API version 7.23)\n[ 0.548188] Key type big_key registered\n[ 0.549358] Allocating IMA MOK and blacklist keyrings.\n[ 0.550995] Key type asymmetric registered\n[ 0.552202] Asymmetric key parser 'x509' registered\n[ 0.553615] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.555185] io scheduler noop registered\n[ 0.556021] io scheduler deadline registered (default)\n[ 0.557046] io scheduler cfq registered\n[ 0.558276] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.559379] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.560767] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.562262] ACPI: Power Button [PWRF]\n[ 0.563142] GHES: HEST is not enabled!\n[ 0.582700] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.611616] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.614050] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.638513] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.640746] Linux agpgart interface v0.103\n[ 0.642894] brd: module loaded\n[ 0.644180] loop: module loaded\n[ 0.648809] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.650302] GPT:90111 != 2097151\n[ 0.651006] GPT:Alternate GPT header not at the end of the disk.\n[ 0.652128] GPT:90111 != 2097151\n[ 0.652817] GPT: Use GNU Parted to correct GPT errors.\n[ 0.653805] vda: vda1 vda15\n[ 0.655228] scsi host0: ata_piix\n[ 0.655984] scsi host1: ata_piix\n[ 0.656705] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.657954] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.659443] libphy: Fixed MDIO Bus: probed\n[ 0.660284] tun: Universal TUN/TAP device driver, 1.6\n[ 0.661260] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.663397] PPP generic driver version 2.4.2\n[ 0.664309] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.665581] ehci-pci: EHCI PCI platform driver\n[ 0.666481] ehci-platform: EHCI generic platform driver\n[ 0.667509] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.668682] ohci-pci: OHCI PCI platform driver\n[ 0.669573] ohci-platform: OHCI generic platform driver\n[ 0.670599] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.684963] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.685985] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.687482] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.688537] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.689685] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.690946] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.692401] usb usb1: Product: UHCI Host Controller\n[ 0.693363] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.694542] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.695579] hub 1-0:1.0: USB hub found\n[ 0.696379] hub 1-0:1.0: 2 ports detected\n[ 0.697306] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.699476] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.700458] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.701509] mousedev: PS/2 mouse device common for all mice\n[ 0.702814] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.704699] rtc_cmos 00:00: RTC can wake from S4\n[ 0.705821] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.707058] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.708282] i2c /dev entries driver\n[ 0.709079] device-mapper: uevent: version 1.0.3\n[ 0.710034] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.711705] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.713029] NET: Registered protocol family 10\n[ 0.714054] NET: Registered protocol family 17\n[ 0.714975] Key type dns_resolver registered\n[ 0.715935] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.717058] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.718862] registered taskstats version 1\n[ 0.719718] Loading compiled-in X.509 certificates\n[ 0.721183] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.723109] zswap: loaded using pool lzo/zbud\n[ 0.724519] Key type trusted registered\n[ 0.726081] Key type encrypted registered\n[ 0.726941] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.727997] ima: No TPM chip found, activating TPM-bypass!\n[ 0.729056] evm: HMAC attrs: 0x1\n[ 0.730010] Magic number: 2:928:884\n[ 0.730889] rtc_cmos 00:00: setting system clock to 2018-09-04 12:52:33 UTC (1536065553)\n[ 0.732529] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.733686] EDD information not available.\n[ 0.819485] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.821072] Write protecting the kernel read-only data: 14336k\n[ 0.833011] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.834880] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.66\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 2.64\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 2.863258] 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 2.75. iid=i-00000123\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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCRwjHQcym09Tp/ARB4dweGWyWirMhn+SYYILqbXUL25KMOMbva77/YlgjfENfG/TFeydM+4kZjV0CCyJIDEFb8IJwX9V0eAGbHy+mBxPGu606jjwCTo1XpoM8TiqgqehyQHmBOsFrI62Xt5C84zcxoOV4eQD8xb7sOxPBWp3FFq+jlpK3j/ezacq+KsZCrYO36UBNY8xEFK/L6fJeC+S8yergLlCDLuC0NMGjxw7IWa/yLNiOVzgyzmxtvylLBh6O9KOh9qiGCtnMDvvj8P9LwVo3Sn+2WS9GhddcPOtUluVPMTAvAtElD/5q6VDumQISbEN4d/0SZZG0aWYo+LA4D root@sdnvpn-10-2\nssh-dss AAAAB3NzaC1kc3MAAACBALtXbcKHQUELj8C5WmyWQiA9MwTTFhL2DbRo4MkEn4SyMMvpOHlUXeQS8h62M2ksws897bf6ZrHWm1Ih5lEOTmV10wC/E+RY4DVQi2pD210oMrxkgB0BFuVP87MG1fwWs5k1DFhSOq+WU69xS7oSWpyxcbbm7HuBPk+8qQ6UQt5LAAAAFQC1Hui1/QkNvM/FhmrpfxniKVPadwAAAIEAuCLMJYFXIaFmVsWCQV0X9rHvYiEGeq6WZq8KrWVS/0J26z6aKft+AKO806ifePHRE/+1GtdTKUG0a0RdrQ+r9NuSYPf/6Zvzus3JevdJqYrT1gmwT4Gw9OsHt5JKGdg1m6Qp8U2fykksP1LhVAUIVRf9I/hLnpYpz+PF91cZFwgAAACALBBU/Qs9SnRalTd4yOVJKnMiLs5Nsf4VIGyjuc/6hNMxsdicfyY/VvEHEsFSdcUZVAdHTCqo1/3Tgd5dwtu/L96oQRRtBsqDYhwZSFGq1Qe158J3O9VdmtLnIse48N4jdNyCi4Ygk3zI0bDAq9RxsWFgZ1XTn/WehMZSrRMo2+I= 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.6,24,fe80::f816:3eff:fe08:1b4/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-00000123\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-10-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=5.41 ===\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\n/dev/root resized successfully [took 3.21s]\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:08:01:B4 \n inet addr:10.10.10.6 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe08:1b4/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:7986 (7.7 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-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.170520] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.170521] usb 1-1: Product: QEMU USB Tablet\n[ 1.170522] usb 1-1: Manufacturer: QEMU\n[ 1.170522] usb 1-1: SerialNumber: 42\n[ 1.526770] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3255787006b, max_idle_ns: 440795244845 ns\n[ 2.814989] EXT4-fs (vda1): re-mounted. Opts: data=ordered\n[ 2.845206] EXT4-fs (vda1): re-mounted. Opts: data=ordered\n[ 2.863258] random: dd urandom read with 5 bits of entropy available\n[ 5.529649] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\n[ 6.319552] EXT4-fs (vda1): resized filesystem to 1039340\n### tail -n 25 /var/log/messages\nSep 4 13:52:35 cirros syslog.info syslogd started: BusyBox v1.23.2\nSep 4 13:52:35 cirros kern.notice kernel: klogd started: BusyBox v1.23.2 (2017-11-20 02:37:12 UTC)\nSep 4 13:52:35 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpuset\nSep 4 13:52:35 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpu\nSep 4 13:52:35 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpuacct\nSep 4 13:52:35 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)\nSep 4 13:52:35 cirros kern.info kernel: [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\nSep 4 13:52:35 cirros kern.info kernel: [ 0.000000] KERNEL supported cpus:\nSep 4 13:52:35 cirros kern.info kernel: [ 0.000000] Intel GenuineIntel\nSep 4 13:52:35 cirros kern.info kernel: [ 0.000000] AMD AuthenticAMD\nSep 4 13:52:35 cirros kern.info kernel: [ 0.000000] Centaur CentaurHauls\nSep 4 13:52:35 cirros kern.info kernel: [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\nSep 4 13:52:35 cirros kern.notice kernel: [ 2.863258] random: dd urandom read with 5 bits of entropy available\nSep 4 13:52:37 cirros auth.notice su: + /dev/console root:cirros\nSep 4 13:52:38 cirros authpriv.info dropbear[340]: Running in background\nSep 4 13:52:38 cirros kern.info kernel: [ 5.529649] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\nSep 4 13:52:39 cirros kern.info kernel: [ 6.319552] 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-09-04 12:54:33,469 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/8cf6470b-47f9-4188-85fa-28971728869d/action used request id req-0201a3f4-2c8f-4061-99bd-34c2dadbe891 2018-09-04 12:54:33,598 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12:54: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-068c1be9-5cee-4fe9-8f23-2193c840af36 x-compute-request-id: req-068c1be9-5cee-4fe9-8f23-2193c840af36 Content-Encoding: gzip Content-Length: 8094 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 535760135 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 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.131352] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.133000] pid_max: default: 32768 minimum: 301\n[ 0.133896] ACPI: Core revision 20150930\n[ 0.135297] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136597] Security Framework initialized\n[ 0.137409] Yama: becoming mindful.\n[ 0.138137] AppArmor: AppArmor initialized\n[ 0.139005] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.140326] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.141592] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142797] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144193] Initializing cgroup subsys io\n[ 0.145004] Initializing cgroup subsys memory\n[ 0.145856] Initializing cgroup subsys devices\n[ 0.146732] Initializing cgroup subsys freezer\n[ 0.147595] Initializing cgroup subsys net_cls\n[ 0.148458] Initializing cgroup subsys perf_event\n[ 0.149364] Initializing cgroup subsys net_prio\n[ 0.150239] Initializing cgroup subsys hugetlb\n[ 0.151105] Initializing cgroup subsys pids\n[ 0.151977] CPU: Physical Processor ID: 0\n[ 0.153486] mce: CPU supports 10 MCE banks\n[ 0.154329] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.155327] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.166337] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.173001] ftrace: allocating 31920 entries in 125 pages\n[ 0.200656] smpboot: Max logical packages: 1\n[ 0.201517] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.202872] x2apic enabled\n[ 0.203684] Switched APIC routing to physical x2apic.\n[ 0.205435] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.206550] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.208541] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.210326] KVM setup paravirtual spinlock\n[ 0.211661] x86: Booted up 1 node, 1 CPUs\n[ 0.212467] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.213858] devtmpfs: initialized\n[ 0.215591] evm: security.selinux\n[ 0.216289] evm: security.SMACK64\n[ 0.216977] evm: security.SMACK64EXEC\n[ 0.217722] evm: security.SMACK64TRANSMUTE\n[ 0.218527] evm: security.SMACK64MMAP\n[ 0.219274] evm: security.ima\n[ 0.219912] evm: security.capability\n[ 0.220731] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.222586] pinctrl core: initialized pinctrl subsystem\n[ 0.223690] RTC time: 12:52:56, date: 09/04/18\n[ 0.224645] NET: Registered protocol family 16\n[ 0.225619] cpuidle: using governor ladder\n[ 0.226437] cpuidle: using governor menu\n[ 0.227217] PCCT header not found.\n[ 0.227973] ACPI: bus type PCI registered\n[ 0.228783] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.230023] PCI: Using configuration type 1 for base access\n[ 0.231798] ACPI: Added _OSI(Module Device)\n[ 0.232643] ACPI: Added _OSI(Processor Device)\n[ 0.233504] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.234401] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.236544] ACPI: Interpreter enabled\n[ 0.237315] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.239155] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.240990] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.242839] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.244675] ACPI: (supports S0 S5)\n[ 0.245382] ACPI: Using IOAPIC for interrupt routing\n[ 0.246416] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.249525] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.250670] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.251893] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.253078] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.255309] acpiphp: Slot [3] registered\n[ 0.256106] acpiphp: Slot [4] registered\n[ 0.256905] acpiphp: Slot [5] registered\n[ 0.257816] acpiphp: Slot [6] registered\n[ 0.258671] acpiphp: Slot [7] registered\n[ 0.259512] acpiphp: Slot [8] registered\n[ 0.260358] acpiphp: Slot [9] registered\n[ 0.261193] acpiphp: Slot [10] registered\n[ 0.262050] acpiphp: Slot [11] registered\n[ 0.262911] acpiphp: Slot [12] registered\n[ 0.263773] acpiphp: Slot [13] registered\n[ 0.264628] acpiphp: Slot [14] registered\n[ 0.265476] acpiphp: Slot [15] registered\n[ 0.276361] acpiphp: Slot [16] registered\n[ 0.277205] acpiphp: Slot [17] registered\n[ 0.278067] acpiphp: Slot [18] registered\n[ 0.278909] acpiphp: Slot [19] registered\n[ 0.279764] acpiphp: Slot [20] registered\n[ 0.280623] acpiphp: Slot [21] registered\n[ 0.281469] acpiphp: Slot [22] registered\n[ 0.282322] acpiphp: Slot [23] registered\n[ 0.283172] acpiphp: Slot [24] registered\n[ 0.284024] acpiphp: Slot [25] registered\n[ 0.284882] acpiphp: Slot [26] registered\n[ 0.285727] acpiphp: Slot [27] registered\n[ 0.286586] acpiphp: Slot [28] registered\n[ 0.287436] acpiphp: Slot [29] registered\n[ 0.288294] acpiphp: Slot [30] registered\n[ 0.289149] acpiphp: Slot [31] registered\n[ 0.289996] PCI host bridge to bus 0000:00\n[ 0.290848] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.292209] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.293428] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.294875] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.296325] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.302688] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.303965] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.305137] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.306406] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.313629] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.315078] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.365283] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.366783] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.368213] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.369672] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.371126] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.372393] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.373582] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.374652] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.376217] vgaarb: loaded\n[ 0.376828] vgaarb: bridge control possible 0000:00:02.0\n[ 0.377999] SCSI subsystem initialized\n[ 0.378840] ACPI: bus type USB registered\n[ 0.379668] usbcore: registered new interface driver usbfs\n[ 0.380709] usbcore: registered new interface driver hub\n[ 0.381722] usbcore: registered new device driver usb\n[ 0.382794] PCI: Using ACPI for IRQ routing\n[ 0.383845] NetLabel: Initializing\n[ 0.384599] NetLabel: domain hash size = 128\n[ 0.385509] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.386531] NetLabel: unlabeled traffic allowed by default\n[ 0.387728] clocksource: Switched to clocksource kvm-clock\n[ 0.393561] AppArmor: AppArmor Filesystem Enabled\n[ 0.394601] pnp: PnP ACPI init\n[ 0.395554] pnp: PnP ACPI: found 5 devices\n[ 0.402000] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.403825] NET: Registered protocol family 2\n[ 0.404812] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.406097] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.407278] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.408527] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.409572] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.410694] NET: Registered protocol family 1\n[ 0.411532] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.412590] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.413667] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.427866] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.442280] Trying to unpack rootfs image as initramfs...\n[ 0.492629] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.506467] Scanning for low memory corruption every 60 seconds\n[ 0.507889] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.509098] audit: initializing netlink subsys (disabled)\n[ 0.510293] audit: type=2000 audit(1536065577.660:1): initialized\n[ 0.511668] Initialise system trusted keyring\n[ 0.512649] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.513862] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.515914] zbud: loaded\n[ 0.516664] VFS: Disk quotas dquot_6.6.0\n[ 0.517546] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.519156] fuse init (API version 7.23)\n[ 0.520108] Key type big_key registered\n[ 0.520968] Allocating IMA MOK and blacklist keyrings.\n[ 0.522173] Key type asymmetric registered\n[ 0.523059] Asymmetric key parser 'x509' registered\n[ 0.524106] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.526045] io scheduler noop registered\n[ 0.526902] io scheduler deadline registered (default)\n[ 0.527975] io scheduler cfq registered\n[ 0.528881] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.530017] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.531389] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.533006] ACPI: Power Button [PWRF]\n[ 0.533909] GHES: HEST is not enabled!\n[ 0.547740] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.582776] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.586226] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.610548] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.612846] Linux agpgart interface v0.103\n[ 0.615028] brd: module loaded\n[ 0.616363] loop: module loaded\n[ 0.620894] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.622426] GPT:90111 != 2097151\n[ 0.623123] GPT:Alternate GPT header not at the end of the disk.\n[ 0.624418] GPT:90111 != 2097151\n[ 0.625134] GPT: Use GNU Parted to correct GPT errors.\n[ 0.626144] vda: vda1 vda15\n[ 0.627690] scsi host0: ata_piix\n[ 0.628480] scsi host1: ata_piix\n[ 0.629226] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.630522] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.632053] libphy: Fixed MDIO Bus: probed\n[ 0.632934] tun: Universal TUN/TAP device driver, 1.6\n[ 0.633959] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.636365] PPP generic driver version 2.4.2\n[ 0.637501] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.638947] ehci-pci: EHCI PCI platform driver\n[ 0.640002] ehci-platform: EHCI generic platform driver\n[ 0.641199] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.642564] ohci-pci: OHCI PCI platform driver\n[ 0.643601] ohci-platform: OHCI generic platform driver\n[ 0.644797] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.659615] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.660835] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.662584] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.663787] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.665123] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.666620] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.668320] usb usb1: Product: UHCI Host Controller\n[ 0.669539] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.670923] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.672066] hub 1-0:1.0: USB hub found\n[ 0.672986] hub 1-0:1.0: 2 ports detected\n[ 0.674054] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.676497] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.677636] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.678838] mousedev: PS/2 mouse device common for all mice\n[ 0.680123] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.681981] rtc_cmos 00:00: RTC can wake from S4\n[ 0.683079] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.684350] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.685805] i2c /dev entries driver\n[ 0.686705] device-mapper: uevent: version 1.0.3\n[ 0.687832] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.689792] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.691326] NET: Registered protocol family 10\n[ 0.692508] NET: Registered protocol family 17\n[ 0.693583] Key type dns_resolver registered\n[ 0.694681] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.696013] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.698125] registered taskstats version 1\n[ 0.699132] Loading compiled-in X.509 certificates\n[ 0.700772] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.703008] zswap: loaded using pool lzo/zbud\n[ 0.704578] Key type trusted registered\n[ 0.706734] Key type encrypted registered\n[ 0.707746] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.708994] ima: No TPM chip found, activating TPM-bypass!\n[ 0.710699] evm: HMAC attrs: 0x1\n[ 0.711799] Magic number: 2:928:884\n[ 0.712813] rtc_cmos 00:00: setting system clock to 2018-09-04 12:52:57 UTC (1536065577)\n[ 0.714727] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.716088] EDD information not available.\n[ 0.788380] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.790044] ata1.00: configured for MWDMA2\n[ 0.791419] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.804456] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.805961] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.807424] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.809510] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.811342] Write protecting the kernel read-only data: 14336k\n[ 0.813150] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.815278] 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.873182] 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.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... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.10.7...\nLease of 10.10.10.7 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.92s]\nping 10.10.10.8 OK\nping 10.10.10.6 OK\nping 10.10.10.8 OK\n"} 2018-09-04 12:54:33,598 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/94bf21f0-f1b6-428f-8bea-ade96857c71b/action used request id req-068c1be9-5cee-4fe9-8f23-2193c840af36 2018-09-04 12:54:34,290 - sdnvpn-results - INFO - Check ping status of vm_1, vm_2, and vm_3 2018-09-04 12:54:34,296 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/servers/8cf6470b-47f9-4188-85fa-28971728869d/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ea406f3bc5b7b9ec5f93ac6fdb6cf6e00a9fb89e" -d '{"forceDelete": null}' 2018-09-04 12:54:34,468 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/servers/e405c1d0-e398-40d9-b303-d8dab908a5e1/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3e16754a174e570fc92a6d8b2ab2b0a769563b11" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-04 12:54:34,475 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/servers/8cf6470b-47f9-4188-85fa-28971728869d/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}26d8b946cfe8573c121af4cedf4ccdc82505adc8" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-04 12:54:34,509 - novaclient.v2.client - DEBUG - RESP: [202] Date: Tue, 04 Sep 2018 12:54: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-ed785018-6cee-42cb-801f-f3c2851e053a x-compute-request-id: req-ed785018-6cee-42cb-801f-f3c2851e053a Content-Length: 0 Content-Type: application/json 2018-09-04 12:54:34,509 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/8cf6470b-47f9-4188-85fa-28971728869d/action used request id req-ed785018-6cee-42cb-801f-f3c2851e053a 2018-09-04 12:54:34,604 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/servers/94bf21f0-f1b6-428f-8bea-ade96857c71b/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6bf60c0e23ecaa1432876d008666c2120fdb63c0" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-04 12:54:35,586 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12:54: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-996f5657-ffd2-465e-9021-d26b48f9bb26 x-compute-request-id: req-996f5657-ffd2-465e-9021-d26b48f9bb26 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 515608422 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 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.150923] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.152917] pid_max: default: 32768 minimum: 301\n[ 0.154024] ACPI: Core revision 20150930\n[ 0.155586] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.157174] Security Framework initialized\n[ 0.158193] Yama: becoming mindful.\n[ 0.159068] AppArmor: AppArmor initialized\n[ 0.160087] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.161690] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.163263] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.164742] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.166444] Initializing cgroup subsys io\n[ 0.167422] Initializing cgroup subsys memory\n[ 0.168456] Initializing cgroup subsys devices\n[ 0.169505] Initializing cgroup subsys freezer\n[ 0.170564] Initializing cgroup subsys net_cls\n[ 0.171615] Initializing cgroup subsys perf_event\n[ 0.172718] Initializing cgroup subsys net_prio\n[ 0.173796] Initializing cgroup subsys hugetlb\n[ 0.174849] Initializing cgroup subsys pids\n[ 0.175921] CPU: Physical Processor ID: 0\n[ 0.177620] mce: CPU supports 10 MCE banks\n[ 0.178675] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.179920] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.191132] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.198095] ftrace: allocating 31920 entries in 125 pages\n[ 0.225740] smpboot: Max logical packages: 1\n[ 0.226781] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.228384] x2apic enabled\n[ 0.229295] Switched APIC routing to physical x2apic.\n[ 0.231260] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.232613] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.234983] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.237115] KVM setup paravirtual spinlock\n[ 0.238600] x86: Booted up 1 node, 1 CPUs\n[ 0.239559] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.241205] devtmpfs: initialized\n[ 0.243069] evm: security.selinux\n[ 0.243911] evm: security.SMACK64\n[ 0.244740] evm: security.SMACK64EXEC\n[ 0.245670] evm: security.SMACK64TRANSMUTE\n[ 0.246888] evm: security.SMACK64MMAP\n[ 0.248014] evm: security.ima\n[ 0.248963] evm: security.capability\n[ 0.250154] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.253029] pinctrl core: initialized pinctrl subsystem\n[ 0.254450] RTC time: 12:52:43, date: 09/04/18\n[ 0.255645] NET: Registered protocol family 16\n[ 0.256860] cpuidle: using governor ladder\n[ 0.257904] cpuidle: using governor menu\n[ 0.258917] PCCT header not found.\n[ 0.259856] ACPI: bus type PCI registered\n[ 0.260871] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.262454] PCI: Using configuration type 1 for base access\n[ 0.264543] ACPI: Added _OSI(Module Device)\n[ 0.265619] ACPI: Added _OSI(Processor Device)\n[ 0.266718] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.267872] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.270311] ACPI: Interpreter enabled\n[ 0.271271] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.273611] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.275974] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.278328] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.280689] ACPI: (supports S0 S5)\n[ 0.281576] ACPI: Using IOAPIC for interrupt routing\n[ 0.282788] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.286375] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.287863] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.289464] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.290994] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.293696] acpiphp: Slot [3] registered\n[ 0.294677] acpiphp: Slot [4] registered\n[ 0.295657] acpiphp: Slot [5] registered\n[ 0.296714] acpiphp: Slot [6] registered\n[ 0.297692] acpiphp: Slot [7] registered\n[ 0.298664] acpiphp: Slot [8] registered\n[ 0.299639] acpiphp: Slot [9] registered\n[ 0.300622] acpiphp: Slot [10] registered\n[ 0.301612] acpiphp: Slot [11] registered\n[ 0.302605] acpiphp: Slot [12] registered\n[ 0.303597] acpiphp: Slot [13] registered\n[ 0.304616] acpiphp: Slot [14] registered\n[ 0.305639] acpiphp: Slot [15] registered\n[ 0.317114] acpiphp: Slot [16] registered\n[ 0.318112] acpiphp: Slot [17] registered\n[ 0.319093] acpiphp: Slot [18] registered\n[ 0.320084] acpiphp: Slot [19] registered\n[ 0.321067] acpiphp: Slot [20] registered\n[ 0.322062] acpiphp: Slot [21] registered\n[ 0.323051] acpiphp: Slot [22] registered\n[ 0.324036] acpiphp: Slot [23] registered\n[ 0.325117] acpiphp: Slot [24] registered\n[ 0.326111] acpiphp: Slot [25] registered\n[ 0.327090] acpiphp: Slot [26] registered\n[ 0.328064] acpiphp: Slot [27] registered\n[ 0.329049] acpiphp: Slot [28] registered\n[ 0.330033] acpiphp: Slot [29] registered\n[ 0.331022] acpiphp: Slot [30] registered\n[ 0.332003] acpiphp: Slot [31] registered\n[ 0.332980] PCI host bridge to bus 0000:00\n[ 0.333966] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.335473] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.336977] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.338740] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.340514] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.347066] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.348688] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.350140] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.351723] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.358702] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.360439] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.408472] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.410187] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.411866] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.413528] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.416226] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.417715] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.419076] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.420370] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.422240] vgaarb: loaded\n[ 0.422960] vgaarb: bridge control possible 0000:00:02.0\n[ 0.424315] SCSI subsystem initialized\n[ 0.425298] ACPI: bus type USB registered\n[ 0.426288] usbcore: registered new interface driver usbfs\n[ 0.427543] usbcore: registered new interface driver hub\n[ 0.428764] usbcore: registered new device driver usb\n[ 0.430031] PCI: Using ACPI for IRQ routing\n[ 0.431246] NetLabel: Initializing\n[ 0.432106] NetLabel: domain hash size = 128\n[ 0.433134] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.434281] NetLabel: unlabeled traffic allowed by default\n[ 0.435616] clocksource: Switched to clocksource kvm-clock\n[ 0.441471] AppArmor: AppArmor Filesystem Enabled\n[ 0.442628] pnp: PnP ACPI init\n[ 0.443692] pnp: PnP ACPI: found 5 devices\n[ 0.450283] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.452002] NET: Registered protocol family 2\n[ 0.452973] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.454361] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.455517] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.456681] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.457754] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.458898] NET: Registered protocol family 1\n[ 0.459760] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.460845] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.461898] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.475931] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.490322] Trying to unpack rootfs image as initramfs...\n[ 0.540783] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.554504] Scanning for low memory corruption every 60 seconds\n[ 0.555826] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.556959] audit: initializing netlink subsys (disabled)\n[ 0.557950] audit: type=2000 audit(1536065564.730:1): initialized\n[ 0.559220] Initialise system trusted keyring\n[ 0.560133] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.561265] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.563186] zbud: loaded\n[ 0.563882] VFS: Disk quotas dquot_6.6.0\n[ 0.564692] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.573110] fuse init (API version 7.23)\n[ 0.574038] Key type big_key registered\n[ 0.574829] Allocating IMA MOK and blacklist keyrings.\n[ 0.575943] Key type asymmetric registered\n[ 0.576752] Asymmetric key parser 'x509' registered\n[ 0.577688] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.579480] io scheduler noop registered\n[ 0.580259] io scheduler deadline registered (default)\n[ 0.581214] io scheduler cfq registered\n[ 0.582037] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.583057] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.584302] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.585718] ACPI: Power Button [PWRF]\n[ 0.586552] GHES: HEST is not enabled!\n[ 0.600491] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.631680] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.634111] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.657962] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.660069] Linux agpgart interface v0.103\n[ 0.662094] brd: module loaded\n[ 0.663263] loop: module loaded\n[ 0.668493] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.669916] GPT:90111 != 2097151\n[ 0.670576] GPT:Alternate GPT header not at the end of the disk.\n[ 0.671647] GPT:90111 != 2097151\n[ 0.672305] GPT: Use GNU Parted to correct GPT errors.\n[ 0.673245] vda: vda1 vda15\n[ 0.674687] scsi host0: ata_piix\n[ 0.675406] scsi host1: ata_piix\n[ 0.676101] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.677286] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.678693] libphy: Fixed MDIO Bus: probed\n[ 0.679492] tun: Universal TUN/TAP device driver, 1.6\n[ 0.680420] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.682553] PPP generic driver version 2.4.2\n[ 0.683559] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.685021] ehci-pci: EHCI PCI platform driver\n[ 0.685966] ehci-platform: EHCI generic platform driver\n[ 0.687046] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.688378] ohci-pci: OHCI PCI platform driver\n[ 0.689294] ohci-platform: OHCI generic platform driver\n[ 0.690448] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.705050] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.706256] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.707930] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.709048] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.710293] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.711906] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.713803] usb usb1: Product: UHCI Host Controller\n[ 0.714946] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.716580] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.717842] hub 1-0:1.0: USB hub found\n[ 0.718824] hub 1-0:1.0: 2 ports detected\n[ 0.719996] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.722556] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.723808] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.724981] mousedev: PS/2 mouse device common for all mice\n[ 0.726461] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.728587] rtc_cmos 00:00: RTC can wake from S4\n[ 0.729809] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.731175] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.732534] i2c /dev entries driver\n[ 0.733358] device-mapper: uevent: version 1.0.3\n[ 0.734408] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.736265] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.737746] NET: Registered protocol family 10\n[ 0.738886] NET: Registered protocol family 17\n[ 0.739926] Key type dns_resolver registered\n[ 0.741014] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.742362] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.744463] registered taskstats version 1\n[ 0.745395] Loading compiled-in X.509 certificates\n[ 0.746929] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.749105] zswap: loaded using pool lzo/zbud\n[ 0.750628] Key type trusted registered\n[ 0.752807] Key type encrypted registered\n[ 0.753783] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.755029] ima: No TPM chip found, activating TPM-bypass!\n[ 0.756708] evm: HMAC attrs: 0x1\n[ 0.757709] Magic number: 2:928:884\n[ 0.758674] rtc_cmos 00:00: setting system clock to 2018-09-04 12:52:44 UTC (1536065564)\n[ 0.760623] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.761976] EDD information not available.\n[ 0.832167] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.834103] ata1.00: configured for MWDMA2\n[ 0.835820] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.849195] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.851018] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.852824] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.855174] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.857412] Write protecting the kernel read-only data: 14336k\n[ 0.859499] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.861986] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.67\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.921214] 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.75\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found 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.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 1.50s]\nping 10.10.10.6 OK\nping 10.10.10.6 OK\nping 10.10.10.6 OK\nping 10.10.10.6 OK\nping 10.10.10.6 OK\nping 10.10.10.6 OK\nping 10.10.10.6 OK\nping 10.10.10.6 OK\nping 10.10.10.6 OK\nping 10.10.10.6 OK\n"} 2018-09-04 12:54:35,586 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/e405c1d0-e398-40d9-b303-d8dab908a5e1/action used request id req-996f5657-ffd2-465e-9021-d26b48f9bb26 2018-09-04 12:54:35,601 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12:54: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-6af94069-09f6-4795-a7b3-18f25b6c62bd x-compute-request-id: req-6af94069-09f6-4795-a7b3-18f25b6c62bd Content-Encoding: gzip Content-Length: 10882 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 493641177 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 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.133916] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.135612] pid_max: default: 32768 minimum: 301\n[ 0.136527] ACPI: Core revision 20150930\n[ 0.137933] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.139280] Security Framework initialized\n[ 0.140119] Yama: becoming mindful.\n[ 0.140867] AppArmor: AppArmor initialized\n[ 0.141752] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.143121] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.144435] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.145678] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.147100] Initializing cgroup subsys io\n[ 0.147938] Initializing cgroup subsys memory\n[ 0.148820] Initializing cgroup subsys devices\n[ 0.149723] Initializing cgroup subsys freezer\n[ 0.150611] Initializing cgroup subsys net_cls\n[ 0.151495] Initializing cgroup subsys perf_event\n[ 0.152432] Initializing cgroup subsys net_prio\n[ 0.153348] Initializing cgroup subsys hugetlb\n[ 0.154241] Initializing cgroup subsys pids\n[ 0.155137] CPU: Physical Processor ID: 0\n[ 0.156658] mce: CPU supports 10 MCE banks\n[ 0.157530] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.158557] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.169233] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.175662] ftrace: allocating 31920 entries in 125 pages\n[ 0.202481] smpboot: Max logical packages: 1\n[ 0.203506] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.205083] x2apic enabled\n[ 0.205939] Switched APIC routing to physical x2apic.\n[ 0.207817] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.209102] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.211242] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.213193] KVM setup paravirtual spinlock\n[ 0.214743] x86: Booted up 1 node, 1 CPUs\n[ 0.215629] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.217139] devtmpfs: initialized\n[ 0.218891] evm: security.selinux\n[ 0.219707] evm: security.SMACK64\n[ 0.220505] evm: security.SMACK64EXEC\n[ 0.221323] evm: security.SMACK64TRANSMUTE\n[ 0.222219] evm: security.SMACK64MMAP\n[ 0.223037] evm: security.ima\n[ 0.223729] evm: security.capability\n[ 0.224615] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.226659] pinctrl core: initialized pinctrl subsystem\n[ 0.227881] RTC time: 12:52:32, date: 09/04/18\n[ 0.228911] NET: Registered protocol family 16\n[ 0.229959] cpuidle: using governor ladder\n[ 0.230849] cpuidle: using governor menu\n[ 0.231703] PCCT header not found.\n[ 0.232544] ACPI: bus type PCI registered\n[ 0.233441] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.234824] PCI: Using configuration type 1 for base access\n[ 0.236684] ACPI: Added _OSI(Module Device)\n[ 0.237601] ACPI: Added _OSI(Processor Device)\n[ 0.238536] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.239505] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.241742] ACPI: Interpreter enabled\n[ 0.242750] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.244807] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.246835] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.248834] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.250882] ACPI: (supports S0 S5)\n[ 0.251768] ACPI: Using IOAPIC for interrupt routing\n[ 0.252785] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.256036] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.257322] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.258664] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.259942] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.262345] acpiphp: Slot [3] registered\n[ 0.263204] acpiphp: Slot [4] registered\n[ 0.264071] acpiphp: Slot [5] registered\n[ 0.264978] acpiphp: Slot [6] registered\n[ 0.265831] acpiphp: Slot [7] registered\n[ 0.266721] acpiphp: Slot [8] registered\n[ 0.267602] acpiphp: Slot [9] registered\n[ 0.268473] acpiphp: Slot [10] registered\n[ 0.269369] acpiphp: Slot [11] registered\n[ 0.270262] acpiphp: Slot [12] registered\n[ 0.271144] acpiphp: Slot [13] registered\n[ 0.272030] acpiphp: Slot [14] registered\n[ 0.272913] acpiphp: Slot [15] registered\n[ 0.283846] acpiphp: Slot [16] registered\n[ 0.284752] acpiphp: Slot [17] registered\n[ 0.285627] acpiphp: Slot [18] registered\n[ 0.286676] acpiphp: Slot [19] registered\n[ 0.287546] acpiphp: Slot [20] registered\n[ 0.288456] acpiphp: Slot [21] registered\n[ 0.289375] acpiphp: Slot [22] registered\n[ 0.290278] acpiphp: Slot [23] registered\n[ 0.291180] acpiphp: Slot [24] registered\n[ 0.292186] acpiphp: Slot [25] registered\n[ 0.293092] acpiphp: Slot [26] registered\n[ 0.293970] acpiphp: Slot [27] registered\n[ 0.294843] acpiphp: Slot [28] registered\n[ 0.295748] acpiphp: Slot [29] registered\n[ 0.296627] acpiphp: Slot [30] registered\n[ 0.297525] acpiphp: Slot [31] registered\n[ 0.298469] PCI host bridge to bus 0000:00\n[ 0.299367] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.300787] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.302183] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.303814] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.305504] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.311857] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.313291] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.314670] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.316109] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.322423] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.324047] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.370271] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.372275] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.374272] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.376274] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.378628] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.380397] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.382031] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.383629] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.385965] vgaarb: loaded\n[ 0.386823] vgaarb: bridge control possible 0000:00:02.0\n[ 0.388446] SCSI subsystem initialized\n[ 0.389649] ACPI: bus type USB registered\n[ 0.390882] usbcore: registered new interface driver usbfs\n[ 0.392441] usbcore: registered new interface driver hub\n[ 0.393994] usbcore: registered new device driver usb\n[ 0.395567] PCI: Using ACPI for IRQ routing\n[ 0.397076] NetLabel: Initializing\n[ 0.398138] NetLabel: domain hash size = 128\n[ 0.399424] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.400862] NetLabel: unlabeled traffic allowed by default\n[ 0.402496] clocksource: Switched to clocksource kvm-clock\n[ 0.408630] AppArmor: AppArmor Filesystem Enabled\n[ 0.410029] pnp: PnP ACPI init\n[ 0.411243] pnp: PnP ACPI: found 5 devices\n[ 0.417971] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.420554] NET: Registered protocol family 2\n[ 0.421956] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.423888] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.425663] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.427455] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.429081] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.430913] NET: Registered protocol family 1\n[ 0.432206] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.433906] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.435557] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.450263] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.465007] Trying to unpack rootfs image as initramfs...\n[ 0.515195] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.529654] Scanning for low memory corruption every 60 seconds\n[ 0.531556] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.533325] audit: initializing netlink subsys (disabled)\n[ 0.534923] audit: type=2000 audit(1536065553.046:1): initialized\n[ 0.536846] Initialise system trusted keyring\n[ 0.538207] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.539985] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.542560] zbud: loaded\n[ 0.543523] VFS: Disk quotas dquot_6.6.0\n[ 0.544714] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.546911] fuse init (API version 7.23)\n[ 0.548188] Key type big_key registered\n[ 0.549358] Allocating IMA MOK and blacklist keyrings.\n[ 0.550995] Key type asymmetric registered\n[ 0.552202] Asymmetric key parser 'x509' registered\n[ 0.553615] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.555185] io scheduler noop registered\n[ 0.556021] io scheduler deadline registered (default)\n[ 0.557046] io scheduler cfq registered\n[ 0.558276] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.559379] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.560767] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.562262] ACPI: Power Button [PWRF]\n[ 0.563142] GHES: HEST is not enabled!\n[ 0.582700] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.611616] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.614050] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.638513] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.640746] Linux agpgart interface v0.103\n[ 0.642894] brd: module loaded\n[ 0.644180] loop: module loaded\n[ 0.648809] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.650302] GPT:90111 != 2097151\n[ 0.651006] GPT:Alternate GPT header not at the end of the disk.\n[ 0.652128] GPT:90111 != 2097151\n[ 0.652817] GPT: Use GNU Parted to correct GPT errors.\n[ 0.653805] vda: vda1 vda15\n[ 0.655228] scsi host0: ata_piix\n[ 0.655984] scsi host1: ata_piix\n[ 0.656705] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.657954] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.659443] libphy: Fixed MDIO Bus: probed\n[ 0.660284] tun: Universal TUN/TAP device driver, 1.6\n[ 0.661260] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.663397] PPP generic driver version 2.4.2\n[ 0.664309] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.665581] ehci-pci: EHCI PCI platform driver\n[ 0.666481] ehci-platform: EHCI generic platform driver\n[ 0.667509] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.668682] ohci-pci: OHCI PCI platform driver\n[ 0.669573] ohci-platform: OHCI generic platform driver\n[ 0.670599] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.684963] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.685985] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.687482] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.688537] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.689685] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.690946] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.692401] usb usb1: Product: UHCI Host Controller\n[ 0.693363] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.694542] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.695579] hub 1-0:1.0: USB hub found\n[ 0.696379] hub 1-0:1.0: 2 ports detected\n[ 0.697306] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.699476] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.700458] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.701509] mousedev: PS/2 mouse device common for all mice\n[ 0.702814] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.704699] rtc_cmos 00:00: RTC can wake from S4\n[ 0.705821] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.707058] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.708282] i2c /dev entries driver\n[ 0.709079] device-mapper: uevent: version 1.0.3\n[ 0.710034] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.711705] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.713029] NET: Registered protocol family 10\n[ 0.714054] NET: Registered protocol family 17\n[ 0.714975] Key type dns_resolver registered\n[ 0.715935] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.717058] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.718862] registered taskstats version 1\n[ 0.719718] Loading compiled-in X.509 certificates\n[ 0.721183] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.723109] zswap: loaded using pool lzo/zbud\n[ 0.724519] Key type trusted registered\n[ 0.726081] Key type encrypted registered\n[ 0.726941] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.727997] ima: No TPM chip found, activating TPM-bypass!\n[ 0.729056] evm: HMAC attrs: 0x1\n[ 0.730010] Magic number: 2:928:884\n[ 0.730889] rtc_cmos 00:00: setting system clock to 2018-09-04 12:52:33 UTC (1536065553)\n[ 0.732529] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.733686] EDD information not available.\n[ 0.819485] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.821072] Write protecting the kernel read-only data: 14336k\n[ 0.833011] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.834880] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.66\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 2.64\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 2.863258] 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 2.75. iid=i-00000123\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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCRwjHQcym09Tp/ARB4dweGWyWirMhn+SYYILqbXUL25KMOMbva77/YlgjfENfG/TFeydM+4kZjV0CCyJIDEFb8IJwX9V0eAGbHy+mBxPGu606jjwCTo1XpoM8TiqgqehyQHmBOsFrI62Xt5C84zcxoOV4eQD8xb7sOxPBWp3FFq+jlpK3j/ezacq+KsZCrYO36UBNY8xEFK/L6fJeC+S8yergLlCDLuC0NMGjxw7IWa/yLNiOVzgyzmxtvylLBh6O9KOh9qiGCtnMDvvj8P9LwVo3Sn+2WS9GhddcPOtUluVPMTAvAtElD/5q6VDumQISbEN4d/0SZZG0aWYo+LA4D root@sdnvpn-10-2\nssh-dss AAAAB3NzaC1kc3MAAACBALtXbcKHQUELj8C5WmyWQiA9MwTTFhL2DbRo4MkEn4SyMMvpOHlUXeQS8h62M2ksws897bf6ZrHWm1Ih5lEOTmV10wC/E+RY4DVQi2pD210oMrxkgB0BFuVP87MG1fwWs5k1DFhSOq+WU69xS7oSWpyxcbbm7HuBPk+8qQ6UQt5LAAAAFQC1Hui1/QkNvM/FhmrpfxniKVPadwAAAIEAuCLMJYFXIaFmVsWCQV0X9rHvYiEGeq6WZq8KrWVS/0J26z6aKft+AKO806ifePHRE/+1GtdTKUG0a0RdrQ+r9NuSYPf/6Zvzus3JevdJqYrT1gmwT4Gw9OsHt5JKGdg1m6Qp8U2fykksP1LhVAUIVRf9I/hLnpYpz+PF91cZFwgAAACALBBU/Qs9SnRalTd4yOVJKnMiLs5Nsf4VIGyjuc/6hNMxsdicfyY/VvEHEsFSdcUZVAdHTCqo1/3Tgd5dwtu/L96oQRRtBsqDYhwZSFGq1Qe158J3O9VdmtLnIse48N4jdNyCi4Ygk3zI0bDAq9RxsWFgZ1XTn/WehMZSrRMo2+I= 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.6,24,fe80::f816:3eff:fe08:1b4/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-00000123\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-10-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=5.41 ===\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\n/dev/root resized successfully [took 3.21s]\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:08:01:B4 \n inet addr:10.10.10.6 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe08:1b4/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:7986 (7.7 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-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.170520] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.170521] usb 1-1: Product: QEMU USB Tablet\n[ 1.170522] usb 1-1: Manufacturer: QEMU\n[ 1.170522] usb 1-1: SerialNumber: 42\n[ 1.526770] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3255787006b, max_idle_ns: 440795244845 ns\n[ 2.814989] EXT4-fs (vda1): re-mounted. Opts: data=ordered\n[ 2.845206] EXT4-fs (vda1): re-mounted. Opts: data=ordered\n[ 2.863258] random: dd urandom read with 5 bits of entropy available\n[ 5.529649] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\n[ 6.319552] EXT4-fs (vda1): resized filesystem to 1039340\n### tail -n 25 /var/log/messages\nSep 4 13:52:35 cirros syslog.info syslogd started: BusyBox v1.23.2\nSep 4 13:52:35 cirros kern.notice kernel: klogd started: BusyBox v1.23.2 (2017-11-20 02:37:12 UTC)\nSep 4 13:52:35 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpuset\nSep 4 13:52:35 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpu\nSep 4 13:52:35 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpuacct\nSep 4 13:52:35 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)\nSep 4 13:52:35 cirros kern.info kernel: [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\nSep 4 13:52:35 cirros kern.info kernel: [ 0.000000] KERNEL supported cpus:\nSep 4 13:52:35 cirros kern.info kernel: [ 0.000000] Intel GenuineIntel\nSep 4 13:52:35 cirros kern.info kernel: [ 0.000000] AMD AuthenticAMD\nSep 4 13:52:35 cirros kern.info kernel: [ 0.000000] Centaur CentaurHauls\nSep 4 13:52:35 cirros kern.info kernel: [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\nSep 4 13:52:35 cirros kern.notice kernel: [ 2.863258] random: dd urandom read with 5 bits of entropy available\nSep 4 13:52:37 cirros auth.notice su: + /dev/console root:cirros\nSep 4 13:52:38 cirros authpriv.info dropbear[340]: Running in background\nSep 4 13:52:38 cirros kern.info kernel: [ 5.529649] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\nSep 4 13:52:39 cirros kern.info kernel: [ 6.319552] 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-09-04 12:54:35,602 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/8cf6470b-47f9-4188-85fa-28971728869d/action used request id req-6af94069-09f6-4795-a7b3-18f25b6c62bd 2018-09-04 12:54:35,668 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12:54: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-2b4e89c7-3fb9-4db9-8664-8a15e122ee2e x-compute-request-id: req-2b4e89c7-3fb9-4db9-8664-8a15e122ee2e Content-Encoding: gzip Content-Length: 8094 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 535760135 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 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.131352] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.133000] pid_max: default: 32768 minimum: 301\n[ 0.133896] ACPI: Core revision 20150930\n[ 0.135297] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136597] Security Framework initialized\n[ 0.137409] Yama: becoming mindful.\n[ 0.138137] AppArmor: AppArmor initialized\n[ 0.139005] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.140326] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.141592] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142797] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144193] Initializing cgroup subsys io\n[ 0.145004] Initializing cgroup subsys memory\n[ 0.145856] Initializing cgroup subsys devices\n[ 0.146732] Initializing cgroup subsys freezer\n[ 0.147595] Initializing cgroup subsys net_cls\n[ 0.148458] Initializing cgroup subsys perf_event\n[ 0.149364] Initializing cgroup subsys net_prio\n[ 0.150239] Initializing cgroup subsys hugetlb\n[ 0.151105] Initializing cgroup subsys pids\n[ 0.151977] CPU: Physical Processor ID: 0\n[ 0.153486] mce: CPU supports 10 MCE banks\n[ 0.154329] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.155327] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.166337] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.173001] ftrace: allocating 31920 entries in 125 pages\n[ 0.200656] smpboot: Max logical packages: 1\n[ 0.201517] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.202872] x2apic enabled\n[ 0.203684] Switched APIC routing to physical x2apic.\n[ 0.205435] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.206550] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.208541] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.210326] KVM setup paravirtual spinlock\n[ 0.211661] x86: Booted up 1 node, 1 CPUs\n[ 0.212467] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.213858] devtmpfs: initialized\n[ 0.215591] evm: security.selinux\n[ 0.216289] evm: security.SMACK64\n[ 0.216977] evm: security.SMACK64EXEC\n[ 0.217722] evm: security.SMACK64TRANSMUTE\n[ 0.218527] evm: security.SMACK64MMAP\n[ 0.219274] evm: security.ima\n[ 0.219912] evm: security.capability\n[ 0.220731] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.222586] pinctrl core: initialized pinctrl subsystem\n[ 0.223690] RTC time: 12:52:56, date: 09/04/18\n[ 0.224645] NET: Registered protocol family 16\n[ 0.225619] cpuidle: using governor ladder\n[ 0.226437] cpuidle: using governor menu\n[ 0.227217] PCCT header not found.\n[ 0.227973] ACPI: bus type PCI registered\n[ 0.228783] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.230023] PCI: Using configuration type 1 for base access\n[ 0.231798] ACPI: Added _OSI(Module Device)\n[ 0.232643] ACPI: Added _OSI(Processor Device)\n[ 0.233504] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.234401] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.236544] ACPI: Interpreter enabled\n[ 0.237315] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.239155] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.240990] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.242839] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.244675] ACPI: (supports S0 S5)\n[ 0.245382] ACPI: Using IOAPIC for interrupt routing\n[ 0.246416] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.249525] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.250670] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.251893] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.253078] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.255309] acpiphp: Slot [3] registered\n[ 0.256106] acpiphp: Slot [4] registered\n[ 0.256905] acpiphp: Slot [5] registered\n[ 0.257816] acpiphp: Slot [6] registered\n[ 0.258671] acpiphp: Slot [7] registered\n[ 0.259512] acpiphp: Slot [8] registered\n[ 0.260358] acpiphp: Slot [9] registered\n[ 0.261193] acpiphp: Slot [10] registered\n[ 0.262050] acpiphp: Slot [11] registered\n[ 0.262911] acpiphp: Slot [12] registered\n[ 0.263773] acpiphp: Slot [13] registered\n[ 0.264628] acpiphp: Slot [14] registered\n[ 0.265476] acpiphp: Slot [15] registered\n[ 0.276361] acpiphp: Slot [16] registered\n[ 0.277205] acpiphp: Slot [17] registered\n[ 0.278067] acpiphp: Slot [18] registered\n[ 0.278909] acpiphp: Slot [19] registered\n[ 0.279764] acpiphp: Slot [20] registered\n[ 0.280623] acpiphp: Slot [21] registered\n[ 0.281469] acpiphp: Slot [22] registered\n[ 0.282322] acpiphp: Slot [23] registered\n[ 0.283172] acpiphp: Slot [24] registered\n[ 0.284024] acpiphp: Slot [25] registered\n[ 0.284882] acpiphp: Slot [26] registered\n[ 0.285727] acpiphp: Slot [27] registered\n[ 0.286586] acpiphp: Slot [28] registered\n[ 0.287436] acpiphp: Slot [29] registered\n[ 0.288294] acpiphp: Slot [30] registered\n[ 0.289149] acpiphp: Slot [31] registered\n[ 0.289996] PCI host bridge to bus 0000:00\n[ 0.290848] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.292209] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.293428] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.294875] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.296325] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.302688] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.303965] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.305137] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.306406] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.313629] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.315078] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.365283] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.366783] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.368213] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.369672] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.371126] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.372393] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.373582] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.374652] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.376217] vgaarb: loaded\n[ 0.376828] vgaarb: bridge control possible 0000:00:02.0\n[ 0.377999] SCSI subsystem initialized\n[ 0.378840] ACPI: bus type USB registered\n[ 0.379668] usbcore: registered new interface driver usbfs\n[ 0.380709] usbcore: registered new interface driver hub\n[ 0.381722] usbcore: registered new device driver usb\n[ 0.382794] PCI: Using ACPI for IRQ routing\n[ 0.383845] NetLabel: Initializing\n[ 0.384599] NetLabel: domain hash size = 128\n[ 0.385509] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.386531] NetLabel: unlabeled traffic allowed by default\n[ 0.387728] clocksource: Switched to clocksource kvm-clock\n[ 0.393561] AppArmor: AppArmor Filesystem Enabled\n[ 0.394601] pnp: PnP ACPI init\n[ 0.395554] pnp: PnP ACPI: found 5 devices\n[ 0.402000] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.403825] NET: Registered protocol family 2\n[ 0.404812] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.406097] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.407278] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.408527] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.409572] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.410694] NET: Registered protocol family 1\n[ 0.411532] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.412590] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.413667] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.427866] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.442280] Trying to unpack rootfs image as initramfs...\n[ 0.492629] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.506467] Scanning for low memory corruption every 60 seconds\n[ 0.507889] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.509098] audit: initializing netlink subsys (disabled)\n[ 0.510293] audit: type=2000 audit(1536065577.660:1): initialized\n[ 0.511668] Initialise system trusted keyring\n[ 0.512649] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.513862] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.515914] zbud: loaded\n[ 0.516664] VFS: Disk quotas dquot_6.6.0\n[ 0.517546] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.519156] fuse init (API version 7.23)\n[ 0.520108] Key type big_key registered\n[ 0.520968] Allocating IMA MOK and blacklist keyrings.\n[ 0.522173] Key type asymmetric registered\n[ 0.523059] Asymmetric key parser 'x509' registered\n[ 0.524106] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.526045] io scheduler noop registered\n[ 0.526902] io scheduler deadline registered (default)\n[ 0.527975] io scheduler cfq registered\n[ 0.528881] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.530017] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.531389] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.533006] ACPI: Power Button [PWRF]\n[ 0.533909] GHES: HEST is not enabled!\n[ 0.547740] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.582776] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.586226] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.610548] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.612846] Linux agpgart interface v0.103\n[ 0.615028] brd: module loaded\n[ 0.616363] loop: module loaded\n[ 0.620894] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.622426] GPT:90111 != 2097151\n[ 0.623123] GPT:Alternate GPT header not at the end of the disk.\n[ 0.624418] GPT:90111 != 2097151\n[ 0.625134] GPT: Use GNU Parted to correct GPT errors.\n[ 0.626144] vda: vda1 vda15\n[ 0.627690] scsi host0: ata_piix\n[ 0.628480] scsi host1: ata_piix\n[ 0.629226] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.630522] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.632053] libphy: Fixed MDIO Bus: probed\n[ 0.632934] tun: Universal TUN/TAP device driver, 1.6\n[ 0.633959] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.636365] PPP generic driver version 2.4.2\n[ 0.637501] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.638947] ehci-pci: EHCI PCI platform driver\n[ 0.640002] ehci-platform: EHCI generic platform driver\n[ 0.641199] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.642564] ohci-pci: OHCI PCI platform driver\n[ 0.643601] ohci-platform: OHCI generic platform driver\n[ 0.644797] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.659615] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.660835] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.662584] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.663787] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.665123] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.666620] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.668320] usb usb1: Product: UHCI Host Controller\n[ 0.669539] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.670923] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.672066] hub 1-0:1.0: USB hub found\n[ 0.672986] hub 1-0:1.0: 2 ports detected\n[ 0.674054] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.676497] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.677636] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.678838] mousedev: PS/2 mouse device common for all mice\n[ 0.680123] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.681981] rtc_cmos 00:00: RTC can wake from S4\n[ 0.683079] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.684350] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.685805] i2c /dev entries driver\n[ 0.686705] device-mapper: uevent: version 1.0.3\n[ 0.687832] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.689792] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.691326] NET: Registered protocol family 10\n[ 0.692508] NET: Registered protocol family 17\n[ 0.693583] Key type dns_resolver registered\n[ 0.694681] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.696013] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.698125] registered taskstats version 1\n[ 0.699132] Loading compiled-in X.509 certificates\n[ 0.700772] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.703008] zswap: loaded using pool lzo/zbud\n[ 0.704578] Key type trusted registered\n[ 0.706734] Key type encrypted registered\n[ 0.707746] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.708994] ima: No TPM chip found, activating TPM-bypass!\n[ 0.710699] evm: HMAC attrs: 0x1\n[ 0.711799] Magic number: 2:928:884\n[ 0.712813] rtc_cmos 00:00: setting system clock to 2018-09-04 12:52:57 UTC (1536065577)\n[ 0.714727] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.716088] EDD information not available.\n[ 0.788380] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.790044] ata1.00: configured for MWDMA2\n[ 0.791419] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.804456] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.805961] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.807424] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.809510] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.811342] Write protecting the kernel read-only data: 14336k\n[ 0.813150] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.815278] 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.873182] 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.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... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.10.7...\nLease of 10.10.10.7 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.92s]\nping 10.10.10.8 OK\nping 10.10.10.6 OK\nping 10.10.10.8 OK\n"} 2018-09-04 12:54:35,669 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/94bf21f0-f1b6-428f-8bea-ade96857c71b/action used request id req-2b4e89c7-3fb9-4db9-8664-8a15e122ee2e 2018-09-04 12:54:35,681 - sdnvpn_test_utils - INFO - Creating instance 'sdnvpn-10-4'... 2018-09-04 12:54:35,681 - sdnvpn_test_utils - DEBUG - Configuration: name=sdnvpn-10-4 flavor=m1.tiny image=a91136e4-4c2b-41e2-b9b4-8e2826bd27d8 network=f21da4f7-d5d7-44c1-b94d-2ca854b49712 secgroup=aee4e203-f920-46bb-ac91-6898d944e253 hypervisor=nova:overcloud-novacompute-0.opnfvlf.org fixed_ip=None files=None userdata= #!/bin/sh set 10.10.10.8 10.10.10.7 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-09-04 12:54:35,681 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-09-04 12:54:35,682 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-09-04 12:54:35,682 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-09-04 12:54:35,682 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-09-04 12:54:35,682 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-09-04 12:54:35,682 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-09-04 12:54:35,682 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-09-04 12:54:35,682 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-09-04 12:54:35,683 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-09-04 12:54:35,683 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-09-04 12:54:35,683 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-09-04 12:54:35,683 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-09-04 12:54:35,683 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-09-04 12:54:35,683 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-09-04 12:54:35,683 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-09-04 12:54:35,683 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-09-04 12:54:35,684 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-09-04 12:54:35,684 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-09-04 12:54:35,684 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-09-04 12:54:35,684 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-09-04 12:54:35,684 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-09-04 12:54:35,684 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-09-04 12:54:35,684 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-09-04 12:54:35,685 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-09-04 12:54:35,688 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-09-04 12:54:35,688 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-09-04 12:54:35,688 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-09-04 12:54:35,688 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-09-04 12:54:35,689 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-09-04 12:54:35,689 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-09-04 12:54:35,689 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-09-04 12:54:35,689 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-09-04 12:54:35,689 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-09-04 12:54:35,689 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-09-04 12:54:35,689 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-09-04 12:54:35,689 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-09-04 12:54:35,689 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-09-04 12:54:35,690 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-09-04 12:54:35,690 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-09-04 12:54:35,690 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-09-04 12:54:35,690 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-09-04 12:54:35,690 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-09-04 12:54:35,690 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-09-04 12:54:35,690 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-09-04 12:54:35,690 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-09-04 12:54:35,690 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-09-04 12:54:35,691 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-09-04 12:54:35,691 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-09-04 12:54:35,694 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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-09-04 12:54:35,702 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12:54:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b31df9fd-39ba-4ff4-b543-32500f34ac08 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.28:5000/v3/", "rel": "self"}]}} 2018-09-04 12:54:35,702 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-b31df9fd-39ba-4ff4-b543-32500f34ac08 2018-09-04 12:54:35,703 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-09-04 12:54:36,079 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "3d416247e8224533841040c3ad2bce5a", "name": "admin"}], "expires_at": "2018-09-04T13:54:36.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1e2f68a072b64978bd7ea91c2d64aca6", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v1/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235635a698ef4bef9dc6b25273d185da"}, {"url": "http://192.30.9.6:8776/v1/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "23b07b3fbfc340a58cf0f9b2871a0d23"}, {"url": "http://172.30.9.28:8776/v1/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "72fd0aaa144d45419f4b04b6b26f69a7"}], "type": "volume", "id": "097241c25b4d4f7e91b3f8efa155909e", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v3/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93eb4cf3030a49e7840bec071422d397"}, {"url": "http://192.30.9.6:8776/v3/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8af439a6ac147fdbcb38ed9aa916b68"}, {"url": "http://192.30.9.6:8776/v3/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c4bfdbc9b7c74a23a40afdf578cfeba4"}], "type": "volumev3", "id": "1c85f4682ce44f729db1dabd98e965e8", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "82239574a29d4603a2161006f61851cf"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8d15f7134f364a7bbcfff2f84aac3bf2"}, {"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e01668c43a0c4c279b9a3d20a0280d6c"}], "type": "image", "id": "297d8415ca96454991054983920912f7", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7bb4d60e20734d4a9f31ec75e02cb823"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bf6adec15590466a9a0d3bddb00e8993"}, {"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f096f03a1d12411a8972f6f7c196b60d"}], "type": "policy", "id": "54c64351b56d44bbad74c2969cc3aa00", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "354ae6870a324fab82d0a0fb68ee0f26"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a3807e460dd4af488d982b66c52e64c"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e7c3da785076450abd71868e75ce0c33"}], "type": "cloudformation", "id": "6ac9917ae83c4639a15a4ab3cf0e76dd", "name": "heat-cfn"}, {"endpoints": [], "type": "metering", "id": "7fcc078e5e0645f29df67742ac14e388", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49e71628d386464cb950d6a9db00a328"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75b0a63ed8574bbcab1c851cc9b83d30"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9902b0a8b3c04cd192a1b84c417c232b"}], "type": "key-manager", "id": "9626544a32e74678a641c6e206f028a9", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "497340e5aa36485982fdf297f370558f"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7802beb4fc7c4952897b77bd5610b1fe"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c14af798917f4fa0b146d9772583e595"}], "type": "metric", "id": "973bfe8c658d4e5a8da725e76b9d550e", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "288ecc3674ea41d2aa3b790dcb832bf2"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7a6dc785cd7142f5b30f1a7ba0daeb03"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7f7d34e2351b4964befccc862c4e8e12"}], "type": "network", "id": "a348d7b06050474fb449be7f32ea6f5d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "21bce6ecb8464a1f8f3e3847aa698bd6"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0a8faf2246b47deb30e69e48d3551fb"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e71c6011de3d4d8589e5b53dcc79f288"}], "type": "identity", "id": "ad8d4b4953184137a1b913ecee9434ed", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "13474f9a78ca4f1184e4cddc84d0d98c"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad67365a18234bb78c336e6776958c00"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc54db13337f44f8921fbb9ad0f81de8"}], "type": "alarming", "id": "bb18dc3243034f08a6a7f69f7a1edccf", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0d91d7adf0304b2681c77f979e5cdb17"}, {"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "756e5ffca9774ab3ae2db41bf330417f"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c07c727a08c243b287827f539a124e63"}], "type": "placement", "id": "bb2c9432fcbd4c56913177122468f6ba", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8004/v1/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1eed4912224b48cf9856446eae4d9928"}, {"url": "http://192.30.9.6:8004/v1/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b73b7f99236541148d84f24f09e5dd40"}, {"url": "http://192.30.9.6:8004/v1/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fbf12e52911244fdafc24a9d46f56e62"}], "type": "orchestration", "id": "c8918d139da945ba93df4ccce21d4904", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16bf098b9e2e490f8e47fa601059f975"}, {"url": "http://192.30.9.6:8776/v2/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc16fa4cf491444ca2f611d5692c1170"}, {"url": "http://192.30.9.6:8776/v2/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ccd2c5325dff4b90b391db9fdde67d99"}], "type": "volumev2", "id": "d09ac9123c34494abce21d6c27bee9d9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eac694332354a3aa0e61c31314166d7"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b4d4989c4e764717ab78d38675cadd3f"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff196e46b56d406d87a678f1a64497b0"}], "type": "compute", "id": "d4030ee932c84df58c5b910cc197caa7", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "42c3a9abd8ad4ce8ab2c4cc6e0403c33"}, "audit_ids": ["pQLIM6TcStajIQKyJOzvCg"], "issued_at": "2018-09-04T12:54:36.000000Z"}} 2018-09-04 12:54:36,082 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}46aeac8783934b5184cb725c03a1bd8630e5ed0d" 2018-09-04 12:54:36,267 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12: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-57f2ba20-f29d-4f9f-984f-385ddd51c59f x-compute-request-id: req-57f2ba20-f29d-4f9f-984f-385ddd51c59f Content-Encoding: gzip Content-Length: 162 Content-Type: application/json RESP BODY: {"flavors": [{"id": "9cbbc756-b738-4f1f-8d03-84c527182338", "links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/9cbbc756-b738-4f1f-8d03-84c527182338", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/9cbbc756-b738-4f1f-8d03-84c527182338", "rel": "bookmark"}], "name": "m1.tiny"}]} 2018-09-04 12:54:36,267 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors used request id req-57f2ba20-f29d-4f9f-984f-385ddd51c59f 2018-09-04 12:54:36,271 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/flavors/9cbbc756-b738-4f1f-8d03-84c527182338 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}46aeac8783934b5184cb725c03a1bd8630e5ed0d" 2018-09-04 12:54:36,293 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12: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-565cca64-d83f-428c-b122-b6bb599fc1ff x-compute-request-id: req-565cca64-d83f-428c-b122-b6bb599fc1ff Content-Encoding: gzip Content-Length: 280 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/9cbbc756-b738-4f1f-8d03-84c527182338", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/9cbbc756-b738-4f1f-8d03-84c527182338", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "9cbbc756-b738-4f1f-8d03-84c527182338", "name": "m1.tiny", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-09-04 12:54:36,293 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors/9cbbc756-b738-4f1f-8d03-84c527182338 used request id req-565cca64-d83f-428c-b122-b6bb599fc1ff 2018-09-04 12:54:36,296 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}46aeac8783934b5184cb725c03a1bd8630e5ed0d" -d '{"server": {"name": "sdnvpn-10-4", "imageRef": "a91136e4-4c2b-41e2-b9b4-8e2826bd27d8", "availability_zone": "nova:overcloud-novacompute-0.opnfvlf.org", "flavorRef": "9cbbc756-b738-4f1f-8d03-84c527182338", "user_data": "IyEvYmluL3NoCnNldCAxMC4xMC4xMC44IDEwLjEwLjEwLjcKd2hpbGUgdHJ1ZTsgZG8KIGZvciBpIGRvCiAgaXA9JGkKICBwaW5nIC1jIDEwICRpcCAyPiYxID4vZGV2L251bGwKICBSRVM9JD8KICBpZiBbICJaJFJFUyIgPSAiWjAiIF0gOyB0aGVuCiAgIGVjaG8gcGluZyAkaXAgT0sKICBlbHNlIGVjaG8gcGluZyAkaXAgS08KICBmaQogZG9uZQogc2xlZXAgMQpkb25lCg==", "max_count": 1, "min_count": 1, "networks": [{"uuid": "f21da4f7-d5d7-44c1-b94d-2ca854b49712"}], "config_drive": true}}' 2018-09-04 12:54:37,916 - novaclient.v2.client - DEBUG - RESP: [202] Date: Tue, 04 Sep 2018 12: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 x-openstack-request-id: req-5fd571f0-aa04-44b5-b046-362db776bd46 x-compute-request-id: req-5fd571f0-aa04-44b5-b046-362db776bd46 Content-Length: 374 location: http://172.30.9.28:8774/v2.1/servers/4be71b24-f9ed-4629-90ec-354e91a3f392 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "4be71b24-f9ed-4629-90ec-354e91a3f392", "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/4be71b24-f9ed-4629-90ec-354e91a3f392", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/4be71b24-f9ed-4629-90ec-354e91a3f392", "rel": "bookmark"}], "adminPass": "a8DMNy4hHLvN"}} 2018-09-04 12:54:37,916 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers used request id req-5fd571f0-aa04-44b5-b046-362db776bd46 2018-09-04 12:54:37,917 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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-09-04 12:54:37,924 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12:54:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8ee3a46f-dd21-4bc1-9d29-3d8076d2b656 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.28:5000/v3/", "rel": "self"}]}} 2018-09-04 12:54:37,924 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-8ee3a46f-dd21-4bc1-9d29-3d8076d2b656 2018-09-04 12:54:37,926 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-09-04 12:54:38,296 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "3d416247e8224533841040c3ad2bce5a", "name": "admin"}], "expires_at": "2018-09-04T13:54:38.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1e2f68a072b64978bd7ea91c2d64aca6", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v1/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235635a698ef4bef9dc6b25273d185da"}, {"url": "http://192.30.9.6:8776/v1/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "23b07b3fbfc340a58cf0f9b2871a0d23"}, {"url": "http://172.30.9.28:8776/v1/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "72fd0aaa144d45419f4b04b6b26f69a7"}], "type": "volume", "id": "097241c25b4d4f7e91b3f8efa155909e", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v3/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93eb4cf3030a49e7840bec071422d397"}, {"url": "http://192.30.9.6:8776/v3/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8af439a6ac147fdbcb38ed9aa916b68"}, {"url": "http://192.30.9.6:8776/v3/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c4bfdbc9b7c74a23a40afdf578cfeba4"}], "type": "volumev3", "id": "1c85f4682ce44f729db1dabd98e965e8", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "82239574a29d4603a2161006f61851cf"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8d15f7134f364a7bbcfff2f84aac3bf2"}, {"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e01668c43a0c4c279b9a3d20a0280d6c"}], "type": "image", "id": "297d8415ca96454991054983920912f7", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7bb4d60e20734d4a9f31ec75e02cb823"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bf6adec15590466a9a0d3bddb00e8993"}, {"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f096f03a1d12411a8972f6f7c196b60d"}], "type": "policy", "id": "54c64351b56d44bbad74c2969cc3aa00", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "354ae6870a324fab82d0a0fb68ee0f26"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a3807e460dd4af488d982b66c52e64c"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e7c3da785076450abd71868e75ce0c33"}], "type": "cloudformation", "id": "6ac9917ae83c4639a15a4ab3cf0e76dd", "name": "heat-cfn"}, {"endpoints": [], "type": "metering", "id": "7fcc078e5e0645f29df67742ac14e388", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49e71628d386464cb950d6a9db00a328"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75b0a63ed8574bbcab1c851cc9b83d30"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9902b0a8b3c04cd192a1b84c417c232b"}], "type": "key-manager", "id": "9626544a32e74678a641c6e206f028a9", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "497340e5aa36485982fdf297f370558f"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7802beb4fc7c4952897b77bd5610b1fe"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c14af798917f4fa0b146d9772583e595"}], "type": "metric", "id": "973bfe8c658d4e5a8da725e76b9d550e", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "288ecc3674ea41d2aa3b790dcb832bf2"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7a6dc785cd7142f5b30f1a7ba0daeb03"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7f7d34e2351b4964befccc862c4e8e12"}], "type": "network", "id": "a348d7b06050474fb449be7f32ea6f5d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "21bce6ecb8464a1f8f3e3847aa698bd6"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0a8faf2246b47deb30e69e48d3551fb"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e71c6011de3d4d8589e5b53dcc79f288"}], "type": "identity", "id": "ad8d4b4953184137a1b913ecee9434ed", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "13474f9a78ca4f1184e4cddc84d0d98c"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad67365a18234bb78c336e6776958c00"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc54db13337f44f8921fbb9ad0f81de8"}], "type": "alarming", "id": "bb18dc3243034f08a6a7f69f7a1edccf", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0d91d7adf0304b2681c77f979e5cdb17"}, {"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "756e5ffca9774ab3ae2db41bf330417f"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c07c727a08c243b287827f539a124e63"}], "type": "placement", "id": "bb2c9432fcbd4c56913177122468f6ba", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8004/v1/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1eed4912224b48cf9856446eae4d9928"}, {"url": "http://192.30.9.6:8004/v1/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b73b7f99236541148d84f24f09e5dd40"}, {"url": "http://192.30.9.6:8004/v1/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fbf12e52911244fdafc24a9d46f56e62"}], "type": "orchestration", "id": "c8918d139da945ba93df4ccce21d4904", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16bf098b9e2e490f8e47fa601059f975"}, {"url": "http://192.30.9.6:8776/v2/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc16fa4cf491444ca2f611d5692c1170"}, {"url": "http://192.30.9.6:8776/v2/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ccd2c5325dff4b90b391db9fdde67d99"}], "type": "volumev2", "id": "d09ac9123c34494abce21d6c27bee9d9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eac694332354a3aa0e61c31314166d7"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b4d4989c4e764717ab78d38675cadd3f"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff196e46b56d406d87a678f1a64497b0"}], "type": "compute", "id": "d4030ee932c84df58c5b910cc197caa7", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "42c3a9abd8ad4ce8ab2c4cc6e0403c33"}, "audit_ids": ["PIee37f8Tzyw78YlMOyvgw"], "issued_at": "2018-09-04T12:54:38.000000Z"}} 2018-09-04 12:54:38,299 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/4be71b24-f9ed-4629-90ec-354e91a3f392 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5d01924eb7eae9f04fa821f65fa924dc6ca3397b" 2018-09-04 12:54:38,908 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12:54: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-7b37ea3e-a4e3-4195-9241-26b85b50543d x-compute-request-id: req-7b37ea3e-a4e3-4195-9241-26b85b50543d Content-Encoding: gzip Content-Length: 624 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/4be71b24-f9ed-4629-90ec-354e91a3f392", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/4be71b24-f9ed-4629-90ec-354e91a3f392", "rel": "bookmark"}], "image": {"id": "a91136e4-4c2b-41e2-b9b4-8e2826bd27d8", "links": [{"href": "http://172.30.9.28:8774/images/a91136e4-4c2b-41e2-b9b4-8e2826bd27d8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-0000012f", "OS-SRV-USG:launched_at": null, "flavor": {"id": "9cbbc756-b738-4f1f-8d03-84c527182338", "links": [{"href": "http://172.30.9.28:8774/flavors/9cbbc756-b738-4f1f-8d03-84c527182338", "rel": "bookmark"}]}, "id": "4be71b24-f9ed-4629-90ec-354e91a3f392", "user_id": "42c3a9abd8ad4ce8ab2c4cc6e0403c33", "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-09-04T12:54:38Z", "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-09-04T12:54:37Z", "tenant_id": "1e2f68a072b64978bd7ea91c2d64aca6", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 12:54:38,908 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/4be71b24-f9ed-4629-90ec-354e91a3f392 used request id req-7b37ea3e-a4e3-4195-9241-26b85b50543d 2018-09-04 12:54:41,915 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/4be71b24-f9ed-4629-90ec-354e91a3f392 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5d01924eb7eae9f04fa821f65fa924dc6ca3397b" 2018-09-04 12:54:42,364 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12:54: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-da43135e-ad1b-434b-92aa-2abd7d18dda0 x-compute-request-id: req-da43135e-ad1b-434b-92aa-2abd7d18dda0 Content-Encoding: gzip Content-Length: 781 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:9d:20:cd", "version": 4, "addr": "10.10.10.15", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/4be71b24-f9ed-4629-90ec-354e91a3f392", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/4be71b24-f9ed-4629-90ec-354e91a3f392", "rel": "bookmark"}], "image": {"id": "a91136e4-4c2b-41e2-b9b4-8e2826bd27d8", "links": [{"href": "http://172.30.9.28:8774/images/a91136e4-4c2b-41e2-b9b4-8e2826bd27d8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-0000012f", "OS-SRV-USG:launched_at": null, "flavor": {"id": "9cbbc756-b738-4f1f-8d03-84c527182338", "links": [{"href": "http://172.30.9.28:8774/flavors/9cbbc756-b738-4f1f-8d03-84c527182338", "rel": "bookmark"}]}, "id": "4be71b24-f9ed-4629-90ec-354e91a3f392", "security_groups": [{"name": "default"}], "user_id": "42c3a9abd8ad4ce8ab2c4cc6e0403c33", "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-09-04T12:54:38Z", "hostId": "ac4312c86b6d8b3ba69b66c09fbaad9c9659999bf89f97c14b4d2a68", "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-09-04T12:54:37Z", "tenant_id": "1e2f68a072b64978bd7ea91c2d64aca6", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 12:54:42,364 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/4be71b24-f9ed-4629-90ec-354e91a3f392 used request id req-da43135e-ad1b-434b-92aa-2abd7d18dda0 2018-09-04 12:54:45,371 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/4be71b24-f9ed-4629-90ec-354e91a3f392 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5d01924eb7eae9f04fa821f65fa924dc6ca3397b" 2018-09-04 12:54:46,495 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12:54: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-049cd84d-c652-4344-b81a-1c77c90de2bb x-compute-request-id: req-049cd84d-c652-4344-b81a-1c77c90de2bb Content-Encoding: gzip Content-Length: 784 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:9d:20:cd", "version": 4, "addr": "10.10.10.15", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/4be71b24-f9ed-4629-90ec-354e91a3f392", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/4be71b24-f9ed-4629-90ec-354e91a3f392", "rel": "bookmark"}], "image": {"id": "a91136e4-4c2b-41e2-b9b4-8e2826bd27d8", "links": [{"href": "http://172.30.9.28:8774/images/a91136e4-4c2b-41e2-b9b4-8e2826bd27d8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000012f", "OS-SRV-USG:launched_at": "2018-09-04T12:54:42.000000", "flavor": {"id": "9cbbc756-b738-4f1f-8d03-84c527182338", "links": [{"href": "http://172.30.9.28:8774/flavors/9cbbc756-b738-4f1f-8d03-84c527182338", "rel": "bookmark"}]}, "id": "4be71b24-f9ed-4629-90ec-354e91a3f392", "security_groups": [{"name": "default"}], "user_id": "42c3a9abd8ad4ce8ab2c4cc6e0403c33", "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-09-04T12:54:42Z", "hostId": "ac4312c86b6d8b3ba69b66c09fbaad9c9659999bf89f97c14b4d2a68", "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-09-04T12:54:37Z", "tenant_id": "1e2f68a072b64978bd7ea91c2d64aca6", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 12:54:46,496 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/4be71b24-f9ed-4629-90ec-354e91a3f392 used request id req-049cd84d-c652-4344-b81a-1c77c90de2bb 2018-09-04 12:54:46,499 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/4be71b24-f9ed-4629-90ec-354e91a3f392 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}46aeac8783934b5184cb725c03a1bd8630e5ed0d" 2018-09-04 12:54:47,253 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12: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-e04ceac0-3ac2-4436-ae1b-8b1f2e1fcac1 x-compute-request-id: req-e04ceac0-3ac2-4436-ae1b-8b1f2e1fcac1 Content-Encoding: gzip Content-Length: 784 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:9d:20:cd", "version": 4, "addr": "10.10.10.15", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/4be71b24-f9ed-4629-90ec-354e91a3f392", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/4be71b24-f9ed-4629-90ec-354e91a3f392", "rel": "bookmark"}], "image": {"id": "a91136e4-4c2b-41e2-b9b4-8e2826bd27d8", "links": [{"href": "http://172.30.9.28:8774/images/a91136e4-4c2b-41e2-b9b4-8e2826bd27d8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000012f", "OS-SRV-USG:launched_at": "2018-09-04T12:54:42.000000", "flavor": {"id": "9cbbc756-b738-4f1f-8d03-84c527182338", "links": [{"href": "http://172.30.9.28:8774/flavors/9cbbc756-b738-4f1f-8d03-84c527182338", "rel": "bookmark"}]}, "id": "4be71b24-f9ed-4629-90ec-354e91a3f392", "security_groups": [{"name": "default"}], "user_id": "42c3a9abd8ad4ce8ab2c4cc6e0403c33", "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-09-04T12:54:42Z", "hostId": "ac4312c86b6d8b3ba69b66c09fbaad9c9659999bf89f97c14b4d2a68", "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-09-04T12:54:37Z", "tenant_id": "1e2f68a072b64978bd7ea91c2d64aca6", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 12:54:47,253 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/4be71b24-f9ed-4629-90ec-354e91a3f392 used request id req-e04ceac0-3ac2-4436-ae1b-8b1f2e1fcac1 2018-09-04 12:54:47,253 - sdnvpn_test_utils - DEBUG - Instance 'sdnvpn-10-4' booted successfully. IP='10.10.10.15'. 2018-09-04 12:54:47,253 - sdnvpn_test_utils - DEBUG - Adding 'sdnvpn-10-4' to security group 'sdnvpn-sg'... 2018-09-04 12:54:47,257 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/servers/4be71b24-f9ed-4629-90ec-354e91a3f392/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ea406f3bc5b7b9ec5f93ac6fdb6cf6e00a9fb89e" -d '{"addSecurityGroup": {"name": "aee4e203-f920-46bb-ac91-6898d944e253"}}' 2018-09-04 12:54:48,507 - novaclient.v2.client - DEBUG - RESP: [202] Date: Tue, 04 Sep 2018 12:54: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-168600c7-e439-491d-ade2-39d37abc41b5 x-compute-request-id: req-168600c7-e439-491d-ade2-39d37abc41b5 Content-Length: 0 Content-Type: application/json 2018-09-04 12:54:48,507 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/4be71b24-f9ed-4629-90ec-354e91a3f392/action used request id req-168600c7-e439-491d-ade2-39d37abc41b5 2018-09-04 12:54:48,508 - sdnvpn_test_utils - INFO - Waiting for instance 4be71b24-f9ed-4629-90ec-354e91a3f392 to boot up 2018-09-04 12:54:48,511 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/servers/4be71b24-f9ed-4629-90ec-354e91a3f392/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}46aeac8783934b5184cb725c03a1bd8630e5ed0d" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-04 12:54:49,586 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12:54: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-f4e3d2bc-fb4d-4f86-be32-2fa520e1ff53 x-compute-request-id: req-f4e3d2bc-fb4d-4f86-be32-2fa520e1ff53 Content-Encoding: gzip Content-Length: 8080 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 615486448 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 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.134785] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.136514] pid_max: default: 32768 minimum: 301\n[ 0.137484] ACPI: Core revision 20150930\n[ 0.138871] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.140222] Security Framework initialized\n[ 0.141059] Yama: becoming mindful.\n[ 0.141814] AppArmor: AppArmor initialized\n[ 0.142697] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.144085] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.145415] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.146698] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.148168] Initializing cgroup subsys io\n[ 0.149007] Initializing cgroup subsys memory\n[ 0.149909] Initializing cgroup subsys devices\n[ 0.150819] Initializing cgroup subsys freezer\n[ 0.151718] Initializing cgroup subsys net_cls\n[ 0.152613] Initializing cgroup subsys perf_event\n[ 0.153557] Initializing cgroup subsys net_prio\n[ 0.154483] Initializing cgroup subsys hugetlb\n[ 0.155384] Initializing cgroup subsys pids\n[ 0.156284] CPU: Physical Processor ID: 0\n[ 0.157884] mce: CPU supports 10 MCE banks\n[ 0.158766] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.159806] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.171463] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.177913] ftrace: allocating 31920 entries in 125 pages\n[ 0.203821] smpboot: Max logical packages: 1\n[ 0.204712] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.206109] x2apic enabled\n[ 0.206925] Switched APIC routing to physical x2apic.\n[ 0.208756] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.209922] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.211987] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.213839] KVM setup paravirtual spinlock\n[ 0.215180] x86: Booted up 1 node, 1 CPUs\n[ 0.216029] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.217461] devtmpfs: initialized\n[ 0.219204] evm: security.selinux\n[ 0.219952] evm: security.SMACK64\n[ 0.220675] evm: security.SMACK64EXEC\n[ 0.221459] evm: security.SMACK64TRANSMUTE\n[ 0.222367] evm: security.SMACK64MMAP\n[ 0.223178] evm: security.ima\n[ 0.223888] evm: security.capability\n[ 0.224777] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.226852] pinctrl core: initialized pinctrl subsystem\n[ 0.228107] RTC time: 12:54:42, date: 09/04/18\n[ 0.229161] NET: Registered protocol family 16\n[ 0.230252] cpuidle: using governor ladder\n[ 0.231145] cpuidle: using governor menu\n[ 0.232050] PCCT header not found.\n[ 0.232850] ACPI: bus type PCI registered\n[ 0.233713] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.235036] PCI: Using configuration type 1 for base access\n[ 0.236829] ACPI: Added _OSI(Module Device)\n[ 0.237748] ACPI: Added _OSI(Processor Device)\n[ 0.238688] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.239659] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.241823] ACPI: Interpreter enabled\n[ 0.242604] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.244479] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.246352] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.248222] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.250096] ACPI: (supports S0 S5)\n[ 0.250808] ACPI: Using IOAPIC for interrupt routing\n[ 0.251884] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.254998] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.256155] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.257405] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.258623] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.260879] acpiphp: Slot [3] registered\n[ 0.261691] acpiphp: Slot [4] registered\n[ 0.262502] acpiphp: Slot [5] registered\n[ 0.263316] acpiphp: Slot [6] registered\n[ 0.264125] acpiphp: Slot [7] registered\n[ 0.264935] acpiphp: Slot [8] registered\n[ 0.265747] acpiphp: Slot [9] registered\n[ 0.266556] acpiphp: Slot [10] registered\n[ 0.267382] acpiphp: Slot [11] registered\n[ 0.268202] acpiphp: Slot [12] registered\n[ 0.269021] acpiphp: Slot [13] registered\n[ 0.269836] acpiphp: Slot [14] registered\n[ 0.270655] acpiphp: Slot [15] registered\n[ 0.281646] acpiphp: Slot [16] registered\n[ 0.282474] acpiphp: Slot [17] registered\n[ 0.283295] acpiphp: Slot [18] registered\n[ 0.284110] acpiphp: Slot [19] registered\n[ 0.284923] acpiphp: Slot [20] registered\n[ 0.285752] acpiphp: Slot [21] registered\n[ 0.286575] acpiphp: Slot [22] registered\n[ 0.287396] acpiphp: Slot [23] registered\n[ 0.288217] acpiphp: Slot [24] registered\n[ 0.289036] acpiphp: Slot [25] registered\n[ 0.289856] acpiphp: Slot [26] registered\n[ 0.290681] acpiphp: Slot [27] registered\n[ 0.291504] acpiphp: Slot [28] registered\n[ 0.292325] acpiphp: Slot [29] registered\n[ 0.293142] acpiphp: Slot [30] registered\n[ 0.293962] acpiphp: Slot [31] registered\n[ 0.294782] PCI host bridge to bus 0000:00\n[ 0.295606] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.296833] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.298068] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.299534] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.300999] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.307325] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.308626] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.309818] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.311203] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.317632] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.319107] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.364530] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.366040] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.367476] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.368914] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.370323] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.371576] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.373130] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.374190] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.375744] vgaarb: loaded\n[ 0.376351] vgaarb: bridge control possible 0000:00:02.0\n[ 0.377498] SCSI subsystem initialized\n[ 0.378321] ACPI: bus type USB registered\n[ 0.379191] usbcore: registered new interface driver usbfs\n[ 0.380234] usbcore: registered new interface driver hub\n[ 0.381249] usbcore: registered new device driver usb\n[ 0.382315] PCI: Using ACPI for IRQ routing\n[ 0.383351] NetLabel: Initializing\n[ 0.384074] NetLabel: domain hash size = 128\n[ 0.384928] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.385887] NetLabel: unlabeled traffic allowed by default\n[ 0.386991] clocksource: Switched to clocksource kvm-clock\n[ 0.392388] AppArmor: AppArmor Filesystem Enabled\n[ 0.393359] pnp: PnP ACPI init\n[ 0.394275] pnp: PnP ACPI: found 5 devices\n[ 0.400648] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.402366] NET: Registered protocol family 2\n[ 0.403333] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.404614] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.405790] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.406954] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.408043] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.409219] NET: Registered protocol family 1\n[ 0.410090] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.411196] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.412275] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.426293] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.440520] Trying to unpack rootfs image as initramfs...\n[ 0.489774] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.503619] Scanning for low memory corruption every 60 seconds\n[ 0.504979] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.506144] audit: initializing netlink subsys (disabled)\n[ 0.507194] audit: type=2000 audit(1536065683.324:1): initialized\n[ 0.508520] Initialise system trusted keyring\n[ 0.509461] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.510648] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.512630] zbud: loaded\n[ 0.513340] VFS: Disk quotas dquot_6.6.0\n[ 0.514169] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.515702] fuse init (API version 7.23)\n[ 0.516611] Key type big_key registered\n[ 0.517428] Allocating IMA MOK and blacklist keyrings.\n[ 0.518911] Key type asymmetric registered\n[ 0.519765] Asymmetric key parser 'x509' registered\n[ 0.520744] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.522233] io scheduler noop registered\n[ 0.523049] io scheduler deadline registered (default)\n[ 0.524051] io scheduler cfq registered\n[ 0.524890] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.525962] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.527259] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.528724] ACPI: Power Button [PWRF]\n[ 0.529561] GHES: HEST is not enabled!\n[ 0.543314] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.573874] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.576491] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.600082] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.602229] Linux agpgart interface v0.103\n[ 0.604249] brd: module loaded\n[ 0.605439] loop: module loaded\n[ 0.610270] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.611743] GPT:90111 != 2097151\n[ 0.612434] GPT:Alternate GPT header not at the end of the disk.\n[ 0.613540] GPT:90111 != 2097151\n[ 0.614222] GPT: Use GNU Parted to correct GPT errors.\n[ 0.615204] vda: vda1 vda15\n[ 0.616657] scsi host0: ata_piix\n[ 0.617413] scsi host1: ata_piix\n[ 0.618127] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.619369] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.620829] libphy: Fixed MDIO Bus: probed\n[ 0.621656] tun: Universal TUN/TAP device driver, 1.6\n[ 0.622613] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.624770] PPP generic driver version 2.4.2\n[ 0.625668] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.626945] ehci-pci: EHCI PCI platform driver\n[ 0.627837] ehci-platform: EHCI generic platform driver\n[ 0.628846] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.629986] ohci-pci: OHCI PCI platform driver\n[ 0.630863] ohci-platform: OHCI generic platform driver\n[ 0.631871] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.646181] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.647198] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.648677] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.649725] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.650865] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.652118] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.653564] usb usb1: Product: UHCI Host Controller\n[ 0.654514] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.655678] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.656688] hub 1-0:1.0: USB hub found\n[ 0.657476] hub 1-0:1.0: 2 ports detected\n[ 0.658389] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.660542] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.661517] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.662553] mousedev: PS/2 mouse device common for all mice\n[ 0.663836] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.665693] rtc_cmos 00:00: RTC can wake from S4\n[ 0.666800] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.668026] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.669232] i2c /dev entries driver\n[ 0.669991] device-mapper: uevent: version 1.0.3\n[ 0.670941] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.672599] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.673904] NET: Registered protocol family 10\n[ 0.674908] NET: Registered protocol family 17\n[ 0.675818] Key type dns_resolver registered\n[ 0.676764] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.677881] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.679656] registered taskstats version 1\n[ 0.680506] Loading compiled-in X.509 certificates\n[ 0.681955] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.683845] zswap: loaded using pool lzo/zbud\n[ 0.685227] Key type trusted registered\n[ 0.686780] Key type encrypted registered\n[ 0.687642] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.688684] ima: No TPM chip found, activating TPM-bypass!\n[ 0.689736] evm: HMAC attrs: 0x1\n[ 0.691065] Magic number: 2:481:935\n[ 0.691917] rtc_cmos 00:00: setting system clock to 2018-09-04 12:54:43 UTC (1536065683)\n[ 0.693536] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.694669] EDD information not available.\n[ 0.775544] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.776986] ata1.00: configured for MWDMA2\n[ 0.778210] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.791012] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.792264] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.793529] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.795410] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.796968] Write protecting the kernel read-only data: 14336k\n[ 0.798550] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.800385] 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 0.98\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found 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.313584] 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.15...\nLease of 10.10.10.15 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.98s]\n"} 2018-09-04 12:54:49,587 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/4be71b24-f9ed-4629-90ec-354e91a3f392/action used request id req-f4e3d2bc-fb4d-4f86-be32-2fa520e1ff53 2018-09-04 12:54:51,597 - __name__ - INFO - Starting monitor thread of vm_4 2018-09-04 12:54:52,626 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/servers/4be71b24-f9ed-4629-90ec-354e91a3f392/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}46aeac8783934b5184cb725c03a1bd8630e5ed0d" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-04 12:54:53,707 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12: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-b56986aa-320e-44b4-ad63-4378c17bc413 x-compute-request-id: req-b56986aa-320e-44b4-ad63-4378c17bc413 Content-Encoding: gzip Content-Length: 8080 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 615486448 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 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.134785] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.136514] pid_max: default: 32768 minimum: 301\n[ 0.137484] ACPI: Core revision 20150930\n[ 0.138871] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.140222] Security Framework initialized\n[ 0.141059] Yama: becoming mindful.\n[ 0.141814] AppArmor: AppArmor initialized\n[ 0.142697] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.144085] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.145415] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.146698] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.148168] Initializing cgroup subsys io\n[ 0.149007] Initializing cgroup subsys memory\n[ 0.149909] Initializing cgroup subsys devices\n[ 0.150819] Initializing cgroup subsys freezer\n[ 0.151718] Initializing cgroup subsys net_cls\n[ 0.152613] Initializing cgroup subsys perf_event\n[ 0.153557] Initializing cgroup subsys net_prio\n[ 0.154483] Initializing cgroup subsys hugetlb\n[ 0.155384] Initializing cgroup subsys pids\n[ 0.156284] CPU: Physical Processor ID: 0\n[ 0.157884] mce: CPU supports 10 MCE banks\n[ 0.158766] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.159806] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.171463] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.177913] ftrace: allocating 31920 entries in 125 pages\n[ 0.203821] smpboot: Max logical packages: 1\n[ 0.204712] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.206109] x2apic enabled\n[ 0.206925] Switched APIC routing to physical x2apic.\n[ 0.208756] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.209922] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.211987] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.213839] KVM setup paravirtual spinlock\n[ 0.215180] x86: Booted up 1 node, 1 CPUs\n[ 0.216029] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.217461] devtmpfs: initialized\n[ 0.219204] evm: security.selinux\n[ 0.219952] evm: security.SMACK64\n[ 0.220675] evm: security.SMACK64EXEC\n[ 0.221459] evm: security.SMACK64TRANSMUTE\n[ 0.222367] evm: security.SMACK64MMAP\n[ 0.223178] evm: security.ima\n[ 0.223888] evm: security.capability\n[ 0.224777] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.226852] pinctrl core: initialized pinctrl subsystem\n[ 0.228107] RTC time: 12:54:42, date: 09/04/18\n[ 0.229161] NET: Registered protocol family 16\n[ 0.230252] cpuidle: using governor ladder\n[ 0.231145] cpuidle: using governor menu\n[ 0.232050] PCCT header not found.\n[ 0.232850] ACPI: bus type PCI registered\n[ 0.233713] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.235036] PCI: Using configuration type 1 for base access\n[ 0.236829] ACPI: Added _OSI(Module Device)\n[ 0.237748] ACPI: Added _OSI(Processor Device)\n[ 0.238688] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.239659] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.241823] ACPI: Interpreter enabled\n[ 0.242604] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.244479] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.246352] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.248222] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.250096] ACPI: (supports S0 S5)\n[ 0.250808] ACPI: Using IOAPIC for interrupt routing\n[ 0.251884] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.254998] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.256155] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.257405] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.258623] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.260879] acpiphp: Slot [3] registered\n[ 0.261691] acpiphp: Slot [4] registered\n[ 0.262502] acpiphp: Slot [5] registered\n[ 0.263316] acpiphp: Slot [6] registered\n[ 0.264125] acpiphp: Slot [7] registered\n[ 0.264935] acpiphp: Slot [8] registered\n[ 0.265747] acpiphp: Slot [9] registered\n[ 0.266556] acpiphp: Slot [10] registered\n[ 0.267382] acpiphp: Slot [11] registered\n[ 0.268202] acpiphp: Slot [12] registered\n[ 0.269021] acpiphp: Slot [13] registered\n[ 0.269836] acpiphp: Slot [14] registered\n[ 0.270655] acpiphp: Slot [15] registered\n[ 0.281646] acpiphp: Slot [16] registered\n[ 0.282474] acpiphp: Slot [17] registered\n[ 0.283295] acpiphp: Slot [18] registered\n[ 0.284110] acpiphp: Slot [19] registered\n[ 0.284923] acpiphp: Slot [20] registered\n[ 0.285752] acpiphp: Slot [21] registered\n[ 0.286575] acpiphp: Slot [22] registered\n[ 0.287396] acpiphp: Slot [23] registered\n[ 0.288217] acpiphp: Slot [24] registered\n[ 0.289036] acpiphp: Slot [25] registered\n[ 0.289856] acpiphp: Slot [26] registered\n[ 0.290681] acpiphp: Slot [27] registered\n[ 0.291504] acpiphp: Slot [28] registered\n[ 0.292325] acpiphp: Slot [29] registered\n[ 0.293142] acpiphp: Slot [30] registered\n[ 0.293962] acpiphp: Slot [31] registered\n[ 0.294782] PCI host bridge to bus 0000:00\n[ 0.295606] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.296833] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.298068] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.299534] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.300999] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.307325] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.308626] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.309818] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.311203] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.317632] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.319107] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.364530] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.366040] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.367476] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.368914] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.370323] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.371576] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.373130] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.374190] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.375744] vgaarb: loaded\n[ 0.376351] vgaarb: bridge control possible 0000:00:02.0\n[ 0.377498] SCSI subsystem initialized\n[ 0.378321] ACPI: bus type USB registered\n[ 0.379191] usbcore: registered new interface driver usbfs\n[ 0.380234] usbcore: registered new interface driver hub\n[ 0.381249] usbcore: registered new device driver usb\n[ 0.382315] PCI: Using ACPI for IRQ routing\n[ 0.383351] NetLabel: Initializing\n[ 0.384074] NetLabel: domain hash size = 128\n[ 0.384928] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.385887] NetLabel: unlabeled traffic allowed by default\n[ 0.386991] clocksource: Switched to clocksource kvm-clock\n[ 0.392388] AppArmor: AppArmor Filesystem Enabled\n[ 0.393359] pnp: PnP ACPI init\n[ 0.394275] pnp: PnP ACPI: found 5 devices\n[ 0.400648] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.402366] NET: Registered protocol family 2\n[ 0.403333] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.404614] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.405790] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.406954] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.408043] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.409219] NET: Registered protocol family 1\n[ 0.410090] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.411196] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.412275] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.426293] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.440520] Trying to unpack rootfs image as initramfs...\n[ 0.489774] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.503619] Scanning for low memory corruption every 60 seconds\n[ 0.504979] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.506144] audit: initializing netlink subsys (disabled)\n[ 0.507194] audit: type=2000 audit(1536065683.324:1): initialized\n[ 0.508520] Initialise system trusted keyring\n[ 0.509461] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.510648] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.512630] zbud: loaded\n[ 0.513340] VFS: Disk quotas dquot_6.6.0\n[ 0.514169] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.515702] fuse init (API version 7.23)\n[ 0.516611] Key type big_key registered\n[ 0.517428] Allocating IMA MOK and blacklist keyrings.\n[ 0.518911] Key type asymmetric registered\n[ 0.519765] Asymmetric key parser 'x509' registered\n[ 0.520744] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.522233] io scheduler noop registered\n[ 0.523049] io scheduler deadline registered (default)\n[ 0.524051] io scheduler cfq registered\n[ 0.524890] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.525962] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.527259] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.528724] ACPI: Power Button [PWRF]\n[ 0.529561] GHES: HEST is not enabled!\n[ 0.543314] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.573874] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.576491] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.600082] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.602229] Linux agpgart interface v0.103\n[ 0.604249] brd: module loaded\n[ 0.605439] loop: module loaded\n[ 0.610270] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.611743] GPT:90111 != 2097151\n[ 0.612434] GPT:Alternate GPT header not at the end of the disk.\n[ 0.613540] GPT:90111 != 2097151\n[ 0.614222] GPT: Use GNU Parted to correct GPT errors.\n[ 0.615204] vda: vda1 vda15\n[ 0.616657] scsi host0: ata_piix\n[ 0.617413] scsi host1: ata_piix\n[ 0.618127] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.619369] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.620829] libphy: Fixed MDIO Bus: probed\n[ 0.621656] tun: Universal TUN/TAP device driver, 1.6\n[ 0.622613] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.624770] PPP generic driver version 2.4.2\n[ 0.625668] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.626945] ehci-pci: EHCI PCI platform driver\n[ 0.627837] ehci-platform: EHCI generic platform driver\n[ 0.628846] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.629986] ohci-pci: OHCI PCI platform driver\n[ 0.630863] ohci-platform: OHCI generic platform driver\n[ 0.631871] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.646181] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.647198] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.648677] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.649725] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.650865] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.652118] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.653564] usb usb1: Product: UHCI Host Controller\n[ 0.654514] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.655678] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.656688] hub 1-0:1.0: USB hub found\n[ 0.657476] hub 1-0:1.0: 2 ports detected\n[ 0.658389] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.660542] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.661517] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.662553] mousedev: PS/2 mouse device common for all mice\n[ 0.663836] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.665693] rtc_cmos 00:00: RTC can wake from S4\n[ 0.666800] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.668026] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.669232] i2c /dev entries driver\n[ 0.669991] device-mapper: uevent: version 1.0.3\n[ 0.670941] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.672599] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.673904] NET: Registered protocol family 10\n[ 0.674908] NET: Registered protocol family 17\n[ 0.675818] Key type dns_resolver registered\n[ 0.676764] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.677881] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.679656] registered taskstats version 1\n[ 0.680506] Loading compiled-in X.509 certificates\n[ 0.681955] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.683845] zswap: loaded using pool lzo/zbud\n[ 0.685227] Key type trusted registered\n[ 0.686780] Key type encrypted registered\n[ 0.687642] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.688684] ima: No TPM chip found, activating TPM-bypass!\n[ 0.689736] evm: HMAC attrs: 0x1\n[ 0.691065] Magic number: 2:481:935\n[ 0.691917] rtc_cmos 00:00: setting system clock to 2018-09-04 12:54:43 UTC (1536065683)\n[ 0.693536] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.694669] EDD information not available.\n[ 0.775544] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.776986] ata1.00: configured for MWDMA2\n[ 0.778210] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.791012] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.792264] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.793529] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.795410] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.796968] Write protecting the kernel read-only data: 14336k\n[ 0.798550] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.800385] 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 0.98\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found 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.313584] 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.15...\nLease of 10.10.10.15 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.98s]\n"} 2018-09-04 12:54:53,708 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/4be71b24-f9ed-4629-90ec-354e91a3f392/action used request id req-b56986aa-320e-44b4-ad63-4378c17bc413 2018-09-04 12:54:54,715 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/servers/4be71b24-f9ed-4629-90ec-354e91a3f392/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}46aeac8783934b5184cb725c03a1bd8630e5ed0d" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-04 12:54:55,785 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12:54: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-fa74f930-3345-4305-ae21-fb3b6fa53afa x-compute-request-id: req-fa74f930-3345-4305-ae21-fb3b6fa53afa Content-Encoding: gzip Content-Length: 8088 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 615486448 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 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.134785] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.136514] pid_max: default: 32768 minimum: 301\n[ 0.137484] ACPI: Core revision 20150930\n[ 0.138871] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.140222] Security Framework initialized\n[ 0.141059] Yama: becoming mindful.\n[ 0.141814] AppArmor: AppArmor initialized\n[ 0.142697] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.144085] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.145415] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.146698] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.148168] Initializing cgroup subsys io\n[ 0.149007] Initializing cgroup subsys memory\n[ 0.149909] Initializing cgroup subsys devices\n[ 0.150819] Initializing cgroup subsys freezer\n[ 0.151718] Initializing cgroup subsys net_cls\n[ 0.152613] Initializing cgroup subsys perf_event\n[ 0.153557] Initializing cgroup subsys net_prio\n[ 0.154483] Initializing cgroup subsys hugetlb\n[ 0.155384] Initializing cgroup subsys pids\n[ 0.156284] CPU: Physical Processor ID: 0\n[ 0.157884] mce: CPU supports 10 MCE banks\n[ 0.158766] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.159806] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.171463] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.177913] ftrace: allocating 31920 entries in 125 pages\n[ 0.203821] smpboot: Max logical packages: 1\n[ 0.204712] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.206109] x2apic enabled\n[ 0.206925] Switched APIC routing to physical x2apic.\n[ 0.208756] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.209922] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.211987] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.213839] KVM setup paravirtual spinlock\n[ 0.215180] x86: Booted up 1 node, 1 CPUs\n[ 0.216029] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.217461] devtmpfs: initialized\n[ 0.219204] evm: security.selinux\n[ 0.219952] evm: security.SMACK64\n[ 0.220675] evm: security.SMACK64EXEC\n[ 0.221459] evm: security.SMACK64TRANSMUTE\n[ 0.222367] evm: security.SMACK64MMAP\n[ 0.223178] evm: security.ima\n[ 0.223888] evm: security.capability\n[ 0.224777] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.226852] pinctrl core: initialized pinctrl subsystem\n[ 0.228107] RTC time: 12:54:42, date: 09/04/18\n[ 0.229161] NET: Registered protocol family 16\n[ 0.230252] cpuidle: using governor ladder\n[ 0.231145] cpuidle: using governor menu\n[ 0.232050] PCCT header not found.\n[ 0.232850] ACPI: bus type PCI registered\n[ 0.233713] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.235036] PCI: Using configuration type 1 for base access\n[ 0.236829] ACPI: Added _OSI(Module Device)\n[ 0.237748] ACPI: Added _OSI(Processor Device)\n[ 0.238688] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.239659] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.241823] ACPI: Interpreter enabled\n[ 0.242604] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.244479] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.246352] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.248222] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.250096] ACPI: (supports S0 S5)\n[ 0.250808] ACPI: Using IOAPIC for interrupt routing\n[ 0.251884] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.254998] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.256155] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.257405] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.258623] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.260879] acpiphp: Slot [3] registered\n[ 0.261691] acpiphp: Slot [4] registered\n[ 0.262502] acpiphp: Slot [5] registered\n[ 0.263316] acpiphp: Slot [6] registered\n[ 0.264125] acpiphp: Slot [7] registered\n[ 0.264935] acpiphp: Slot [8] registered\n[ 0.265747] acpiphp: Slot [9] registered\n[ 0.266556] acpiphp: Slot [10] registered\n[ 0.267382] acpiphp: Slot [11] registered\n[ 0.268202] acpiphp: Slot [12] registered\n[ 0.269021] acpiphp: Slot [13] registered\n[ 0.269836] acpiphp: Slot [14] registered\n[ 0.270655] acpiphp: Slot [15] registered\n[ 0.281646] acpiphp: Slot [16] registered\n[ 0.282474] acpiphp: Slot [17] registered\n[ 0.283295] acpiphp: Slot [18] registered\n[ 0.284110] acpiphp: Slot [19] registered\n[ 0.284923] acpiphp: Slot [20] registered\n[ 0.285752] acpiphp: Slot [21] registered\n[ 0.286575] acpiphp: Slot [22] registered\n[ 0.287396] acpiphp: Slot [23] registered\n[ 0.288217] acpiphp: Slot [24] registered\n[ 0.289036] acpiphp: Slot [25] registered\n[ 0.289856] acpiphp: Slot [26] registered\n[ 0.290681] acpiphp: Slot [27] registered\n[ 0.291504] acpiphp: Slot [28] registered\n[ 0.292325] acpiphp: Slot [29] registered\n[ 0.293142] acpiphp: Slot [30] registered\n[ 0.293962] acpiphp: Slot [31] registered\n[ 0.294782] PCI host bridge to bus 0000:00\n[ 0.295606] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.296833] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.298068] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.299534] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.300999] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.307325] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.308626] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.309818] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.311203] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.317632] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.319107] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.364530] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.366040] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.367476] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.368914] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.370323] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.371576] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.373130] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.374190] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.375744] vgaarb: loaded\n[ 0.376351] vgaarb: bridge control possible 0000:00:02.0\n[ 0.377498] SCSI subsystem initialized\n[ 0.378321] ACPI: bus type USB registered\n[ 0.379191] usbcore: registered new interface driver usbfs\n[ 0.380234] usbcore: registered new interface driver hub\n[ 0.381249] usbcore: registered new device driver usb\n[ 0.382315] PCI: Using ACPI for IRQ routing\n[ 0.383351] NetLabel: Initializing\n[ 0.384074] NetLabel: domain hash size = 128\n[ 0.384928] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.385887] NetLabel: unlabeled traffic allowed by default\n[ 0.386991] clocksource: Switched to clocksource kvm-clock\n[ 0.392388] AppArmor: AppArmor Filesystem Enabled\n[ 0.393359] pnp: PnP ACPI init\n[ 0.394275] pnp: PnP ACPI: found 5 devices\n[ 0.400648] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.402366] NET: Registered protocol family 2\n[ 0.403333] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.404614] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.405790] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.406954] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.408043] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.409219] NET: Registered protocol family 1\n[ 0.410090] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.411196] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.412275] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.426293] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.440520] Trying to unpack rootfs image as initramfs...\n[ 0.489774] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.503619] Scanning for low memory corruption every 60 seconds\n[ 0.504979] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.506144] audit: initializing netlink subsys (disabled)\n[ 0.507194] audit: type=2000 audit(1536065683.324:1): initialized\n[ 0.508520] Initialise system trusted keyring\n[ 0.509461] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.510648] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.512630] zbud: loaded\n[ 0.513340] VFS: Disk quotas dquot_6.6.0\n[ 0.514169] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.515702] fuse init (API version 7.23)\n[ 0.516611] Key type big_key registered\n[ 0.517428] Allocating IMA MOK and blacklist keyrings.\n[ 0.518911] Key type asymmetric registered\n[ 0.519765] Asymmetric key parser 'x509' registered\n[ 0.520744] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.522233] io scheduler noop registered\n[ 0.523049] io scheduler deadline registered (default)\n[ 0.524051] io scheduler cfq registered\n[ 0.524890] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.525962] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.527259] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.528724] ACPI: Power Button [PWRF]\n[ 0.529561] GHES: HEST is not enabled!\n[ 0.543314] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.573874] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.576491] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.600082] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.602229] Linux agpgart interface v0.103\n[ 0.604249] brd: module loaded\n[ 0.605439] loop: module loaded\n[ 0.610270] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.611743] GPT:90111 != 2097151\n[ 0.612434] GPT:Alternate GPT header not at the end of the disk.\n[ 0.613540] GPT:90111 != 2097151\n[ 0.614222] GPT: Use GNU Parted to correct GPT errors.\n[ 0.615204] vda: vda1 vda15\n[ 0.616657] scsi host0: ata_piix\n[ 0.617413] scsi host1: ata_piix\n[ 0.618127] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.619369] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.620829] libphy: Fixed MDIO Bus: probed\n[ 0.621656] tun: Universal TUN/TAP device driver, 1.6\n[ 0.622613] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.624770] PPP generic driver version 2.4.2\n[ 0.625668] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.626945] ehci-pci: EHCI PCI platform driver\n[ 0.627837] ehci-platform: EHCI generic platform driver\n[ 0.628846] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.629986] ohci-pci: OHCI PCI platform driver\n[ 0.630863] ohci-platform: OHCI generic platform driver\n[ 0.631871] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.646181] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.647198] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.648677] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.649725] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.650865] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.652118] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.653564] usb usb1: Product: UHCI Host Controller\n[ 0.654514] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.655678] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.656688] hub 1-0:1.0: USB hub found\n[ 0.657476] hub 1-0:1.0: 2 ports detected\n[ 0.658389] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.660542] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.661517] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.662553] mousedev: PS/2 mouse device common for all mice\n[ 0.663836] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.665693] rtc_cmos 00:00: RTC can wake from S4\n[ 0.666800] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.668026] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.669232] i2c /dev entries driver\n[ 0.669991] device-mapper: uevent: version 1.0.3\n[ 0.670941] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.672599] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.673904] NET: Registered protocol family 10\n[ 0.674908] NET: Registered protocol family 17\n[ 0.675818] Key type dns_resolver registered\n[ 0.676764] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.677881] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.679656] registered taskstats version 1\n[ 0.680506] Loading compiled-in X.509 certificates\n[ 0.681955] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.683845] zswap: loaded using pool lzo/zbud\n[ 0.685227] Key type trusted registered\n[ 0.686780] Key type encrypted registered\n[ 0.687642] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.688684] ima: No TPM chip found, activating TPM-bypass!\n[ 0.689736] evm: HMAC attrs: 0x1\n[ 0.691065] Magic number: 2:481:935\n[ 0.691917] rtc_cmos 00:00: setting system clock to 2018-09-04 12:54:43 UTC (1536065683)\n[ 0.693536] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.694669] EDD information not available.\n[ 0.775544] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.776986] ata1.00: configured for MWDMA2\n[ 0.778210] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.791012] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.792264] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.793529] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.795410] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.796968] Write protecting the kernel read-only data: 14336k\n[ 0.798550] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.800385] 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 0.98\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found 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.313584] 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.15...\nLease of 10.10.10.15 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.98s]\nping 10.10.10.8 OK\n"} 2018-09-04 12:54:55,786 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/4be71b24-f9ed-4629-90ec-354e91a3f392/action used request id req-fa74f930-3345-4305-ae21-fb3b6fa53afa 2018-09-04 12:54:56,791 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/servers/4be71b24-f9ed-4629-90ec-354e91a3f392/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}46aeac8783934b5184cb725c03a1bd8630e5ed0d" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-04 12:54:57,875 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12:54: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-133e1d9e-62cc-4896-be39-8991595881f4 x-compute-request-id: req-133e1d9e-62cc-4896-be39-8991595881f4 Content-Encoding: gzip Content-Length: 8088 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 615486448 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 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.134785] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.136514] pid_max: default: 32768 minimum: 301\n[ 0.137484] ACPI: Core revision 20150930\n[ 0.138871] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.140222] Security Framework initialized\n[ 0.141059] Yama: becoming mindful.\n[ 0.141814] AppArmor: AppArmor initialized\n[ 0.142697] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.144085] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.145415] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.146698] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.148168] Initializing cgroup subsys io\n[ 0.149007] Initializing cgroup subsys memory\n[ 0.149909] Initializing cgroup subsys devices\n[ 0.150819] Initializing cgroup subsys freezer\n[ 0.151718] Initializing cgroup subsys net_cls\n[ 0.152613] Initializing cgroup subsys perf_event\n[ 0.153557] Initializing cgroup subsys net_prio\n[ 0.154483] Initializing cgroup subsys hugetlb\n[ 0.155384] Initializing cgroup subsys pids\n[ 0.156284] CPU: Physical Processor ID: 0\n[ 0.157884] mce: CPU supports 10 MCE banks\n[ 0.158766] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.159806] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.171463] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.177913] ftrace: allocating 31920 entries in 125 pages\n[ 0.203821] smpboot: Max logical packages: 1\n[ 0.204712] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.206109] x2apic enabled\n[ 0.206925] Switched APIC routing to physical x2apic.\n[ 0.208756] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.209922] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.211987] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.213839] KVM setup paravirtual spinlock\n[ 0.215180] x86: Booted up 1 node, 1 CPUs\n[ 0.216029] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.217461] devtmpfs: initialized\n[ 0.219204] evm: security.selinux\n[ 0.219952] evm: security.SMACK64\n[ 0.220675] evm: security.SMACK64EXEC\n[ 0.221459] evm: security.SMACK64TRANSMUTE\n[ 0.222367] evm: security.SMACK64MMAP\n[ 0.223178] evm: security.ima\n[ 0.223888] evm: security.capability\n[ 0.224777] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.226852] pinctrl core: initialized pinctrl subsystem\n[ 0.228107] RTC time: 12:54:42, date: 09/04/18\n[ 0.229161] NET: Registered protocol family 16\n[ 0.230252] cpuidle: using governor ladder\n[ 0.231145] cpuidle: using governor menu\n[ 0.232050] PCCT header not found.\n[ 0.232850] ACPI: bus type PCI registered\n[ 0.233713] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.235036] PCI: Using configuration type 1 for base access\n[ 0.236829] ACPI: Added _OSI(Module Device)\n[ 0.237748] ACPI: Added _OSI(Processor Device)\n[ 0.238688] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.239659] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.241823] ACPI: Interpreter enabled\n[ 0.242604] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.244479] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.246352] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.248222] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.250096] ACPI: (supports S0 S5)\n[ 0.250808] ACPI: Using IOAPIC for interrupt routing\n[ 0.251884] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.254998] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.256155] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.257405] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.258623] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.260879] acpiphp: Slot [3] registered\n[ 0.261691] acpiphp: Slot [4] registered\n[ 0.262502] acpiphp: Slot [5] registered\n[ 0.263316] acpiphp: Slot [6] registered\n[ 0.264125] acpiphp: Slot [7] registered\n[ 0.264935] acpiphp: Slot [8] registered\n[ 0.265747] acpiphp: Slot [9] registered\n[ 0.266556] acpiphp: Slot [10] registered\n[ 0.267382] acpiphp: Slot [11] registered\n[ 0.268202] acpiphp: Slot [12] registered\n[ 0.269021] acpiphp: Slot [13] registered\n[ 0.269836] acpiphp: Slot [14] registered\n[ 0.270655] acpiphp: Slot [15] registered\n[ 0.281646] acpiphp: Slot [16] registered\n[ 0.282474] acpiphp: Slot [17] registered\n[ 0.283295] acpiphp: Slot [18] registered\n[ 0.284110] acpiphp: Slot [19] registered\n[ 0.284923] acpiphp: Slot [20] registered\n[ 0.285752] acpiphp: Slot [21] registered\n[ 0.286575] acpiphp: Slot [22] registered\n[ 0.287396] acpiphp: Slot [23] registered\n[ 0.288217] acpiphp: Slot [24] registered\n[ 0.289036] acpiphp: Slot [25] registered\n[ 0.289856] acpiphp: Slot [26] registered\n[ 0.290681] acpiphp: Slot [27] registered\n[ 0.291504] acpiphp: Slot [28] registered\n[ 0.292325] acpiphp: Slot [29] registered\n[ 0.293142] acpiphp: Slot [30] registered\n[ 0.293962] acpiphp: Slot [31] registered\n[ 0.294782] PCI host bridge to bus 0000:00\n[ 0.295606] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.296833] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.298068] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.299534] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.300999] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.307325] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.308626] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.309818] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.311203] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.317632] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.319107] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.364530] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.366040] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.367476] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.368914] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.370323] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.371576] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.373130] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.374190] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.375744] vgaarb: loaded\n[ 0.376351] vgaarb: bridge control possible 0000:00:02.0\n[ 0.377498] SCSI subsystem initialized\n[ 0.378321] ACPI: bus type USB registered\n[ 0.379191] usbcore: registered new interface driver usbfs\n[ 0.380234] usbcore: registered new interface driver hub\n[ 0.381249] usbcore: registered new device driver usb\n[ 0.382315] PCI: Using ACPI for IRQ routing\n[ 0.383351] NetLabel: Initializing\n[ 0.384074] NetLabel: domain hash size = 128\n[ 0.384928] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.385887] NetLabel: unlabeled traffic allowed by default\n[ 0.386991] clocksource: Switched to clocksource kvm-clock\n[ 0.392388] AppArmor: AppArmor Filesystem Enabled\n[ 0.393359] pnp: PnP ACPI init\n[ 0.394275] pnp: PnP ACPI: found 5 devices\n[ 0.400648] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.402366] NET: Registered protocol family 2\n[ 0.403333] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.404614] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.405790] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.406954] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.408043] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.409219] NET: Registered protocol family 1\n[ 0.410090] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.411196] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.412275] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.426293] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.440520] Trying to unpack rootfs image as initramfs...\n[ 0.489774] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.503619] Scanning for low memory corruption every 60 seconds\n[ 0.504979] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.506144] audit: initializing netlink subsys (disabled)\n[ 0.507194] audit: type=2000 audit(1536065683.324:1): initialized\n[ 0.508520] Initialise system trusted keyring\n[ 0.509461] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.510648] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.512630] zbud: loaded\n[ 0.513340] VFS: Disk quotas dquot_6.6.0\n[ 0.514169] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.515702] fuse init (API version 7.23)\n[ 0.516611] Key type big_key registered\n[ 0.517428] Allocating IMA MOK and blacklist keyrings.\n[ 0.518911] Key type asymmetric registered\n[ 0.519765] Asymmetric key parser 'x509' registered\n[ 0.520744] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.522233] io scheduler noop registered\n[ 0.523049] io scheduler deadline registered (default)\n[ 0.524051] io scheduler cfq registered\n[ 0.524890] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.525962] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.527259] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.528724] ACPI: Power Button [PWRF]\n[ 0.529561] GHES: HEST is not enabled!\n[ 0.543314] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.573874] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.576491] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.600082] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.602229] Linux agpgart interface v0.103\n[ 0.604249] brd: module loaded\n[ 0.605439] loop: module loaded\n[ 0.610270] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.611743] GPT:90111 != 2097151\n[ 0.612434] GPT:Alternate GPT header not at the end of the disk.\n[ 0.613540] GPT:90111 != 2097151\n[ 0.614222] GPT: Use GNU Parted to correct GPT errors.\n[ 0.615204] vda: vda1 vda15\n[ 0.616657] scsi host0: ata_piix\n[ 0.617413] scsi host1: ata_piix\n[ 0.618127] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.619369] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.620829] libphy: Fixed MDIO Bus: probed\n[ 0.621656] tun: Universal TUN/TAP device driver, 1.6\n[ 0.622613] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.624770] PPP generic driver version 2.4.2\n[ 0.625668] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.626945] ehci-pci: EHCI PCI platform driver\n[ 0.627837] ehci-platform: EHCI generic platform driver\n[ 0.628846] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.629986] ohci-pci: OHCI PCI platform driver\n[ 0.630863] ohci-platform: OHCI generic platform driver\n[ 0.631871] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.646181] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.647198] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.648677] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.649725] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.650865] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.652118] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.653564] usb usb1: Product: UHCI Host Controller\n[ 0.654514] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.655678] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.656688] hub 1-0:1.0: USB hub found\n[ 0.657476] hub 1-0:1.0: 2 ports detected\n[ 0.658389] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.660542] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.661517] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.662553] mousedev: PS/2 mouse device common for all mice\n[ 0.663836] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.665693] rtc_cmos 00:00: RTC can wake from S4\n[ 0.666800] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.668026] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.669232] i2c /dev entries driver\n[ 0.669991] device-mapper: uevent: version 1.0.3\n[ 0.670941] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.672599] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.673904] NET: Registered protocol family 10\n[ 0.674908] NET: Registered protocol family 17\n[ 0.675818] Key type dns_resolver registered\n[ 0.676764] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.677881] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.679656] registered taskstats version 1\n[ 0.680506] Loading compiled-in X.509 certificates\n[ 0.681955] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.683845] zswap: loaded using pool lzo/zbud\n[ 0.685227] Key type trusted registered\n[ 0.686780] Key type encrypted registered\n[ 0.687642] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.688684] ima: No TPM chip found, activating TPM-bypass!\n[ 0.689736] evm: HMAC attrs: 0x1\n[ 0.691065] Magic number: 2:481:935\n[ 0.691917] rtc_cmos 00:00: setting system clock to 2018-09-04 12:54:43 UTC (1536065683)\n[ 0.693536] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.694669] EDD information not available.\n[ 0.775544] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.776986] ata1.00: configured for MWDMA2\n[ 0.778210] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.791012] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.792264] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.793529] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.795410] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.796968] Write protecting the kernel read-only data: 14336k\n[ 0.798550] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.800385] 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 0.98\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found 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.313584] 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.15...\nLease of 10.10.10.15 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.98s]\nping 10.10.10.8 OK\n"} 2018-09-04 12:54:57,875 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/4be71b24-f9ed-4629-90ec-354e91a3f392/action used request id req-133e1d9e-62cc-4896-be39-8991595881f4 2018-09-04 12:54:58,881 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/servers/4be71b24-f9ed-4629-90ec-354e91a3f392/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}46aeac8783934b5184cb725c03a1bd8630e5ed0d" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-04 12:54:59,958 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12: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-c22f3c51-6e10-4932-b83c-7d70d1ef3c2f x-compute-request-id: req-c22f3c51-6e10-4932-b83c-7d70d1ef3c2f Content-Encoding: gzip Content-Length: 8088 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 615486448 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 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.134785] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.136514] pid_max: default: 32768 minimum: 301\n[ 0.137484] ACPI: Core revision 20150930\n[ 0.138871] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.140222] Security Framework initialized\n[ 0.141059] Yama: becoming mindful.\n[ 0.141814] AppArmor: AppArmor initialized\n[ 0.142697] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.144085] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.145415] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.146698] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.148168] Initializing cgroup subsys io\n[ 0.149007] Initializing cgroup subsys memory\n[ 0.149909] Initializing cgroup subsys devices\n[ 0.150819] Initializing cgroup subsys freezer\n[ 0.151718] Initializing cgroup subsys net_cls\n[ 0.152613] Initializing cgroup subsys perf_event\n[ 0.153557] Initializing cgroup subsys net_prio\n[ 0.154483] Initializing cgroup subsys hugetlb\n[ 0.155384] Initializing cgroup subsys pids\n[ 0.156284] CPU: Physical Processor ID: 0\n[ 0.157884] mce: CPU supports 10 MCE banks\n[ 0.158766] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.159806] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.171463] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.177913] ftrace: allocating 31920 entries in 125 pages\n[ 0.203821] smpboot: Max logical packages: 1\n[ 0.204712] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.206109] x2apic enabled\n[ 0.206925] Switched APIC routing to physical x2apic.\n[ 0.208756] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.209922] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.211987] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.213839] KVM setup paravirtual spinlock\n[ 0.215180] x86: Booted up 1 node, 1 CPUs\n[ 0.216029] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.217461] devtmpfs: initialized\n[ 0.219204] evm: security.selinux\n[ 0.219952] evm: security.SMACK64\n[ 0.220675] evm: security.SMACK64EXEC\n[ 0.221459] evm: security.SMACK64TRANSMUTE\n[ 0.222367] evm: security.SMACK64MMAP\n[ 0.223178] evm: security.ima\n[ 0.223888] evm: security.capability\n[ 0.224777] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.226852] pinctrl core: initialized pinctrl subsystem\n[ 0.228107] RTC time: 12:54:42, date: 09/04/18\n[ 0.229161] NET: Registered protocol family 16\n[ 0.230252] cpuidle: using governor ladder\n[ 0.231145] cpuidle: using governor menu\n[ 0.232050] PCCT header not found.\n[ 0.232850] ACPI: bus type PCI registered\n[ 0.233713] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.235036] PCI: Using configuration type 1 for base access\n[ 0.236829] ACPI: Added _OSI(Module Device)\n[ 0.237748] ACPI: Added _OSI(Processor Device)\n[ 0.238688] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.239659] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.241823] ACPI: Interpreter enabled\n[ 0.242604] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.244479] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.246352] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.248222] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.250096] ACPI: (supports S0 S5)\n[ 0.250808] ACPI: Using IOAPIC for interrupt routing\n[ 0.251884] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.254998] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.256155] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.257405] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.258623] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.260879] acpiphp: Slot [3] registered\n[ 0.261691] acpiphp: Slot [4] registered\n[ 0.262502] acpiphp: Slot [5] registered\n[ 0.263316] acpiphp: Slot [6] registered\n[ 0.264125] acpiphp: Slot [7] registered\n[ 0.264935] acpiphp: Slot [8] registered\n[ 0.265747] acpiphp: Slot [9] registered\n[ 0.266556] acpiphp: Slot [10] registered\n[ 0.267382] acpiphp: Slot [11] registered\n[ 0.268202] acpiphp: Slot [12] registered\n[ 0.269021] acpiphp: Slot [13] registered\n[ 0.269836] acpiphp: Slot [14] registered\n[ 0.270655] acpiphp: Slot [15] registered\n[ 0.281646] acpiphp: Slot [16] registered\n[ 0.282474] acpiphp: Slot [17] registered\n[ 0.283295] acpiphp: Slot [18] registered\n[ 0.284110] acpiphp: Slot [19] registered\n[ 0.284923] acpiphp: Slot [20] registered\n[ 0.285752] acpiphp: Slot [21] registered\n[ 0.286575] acpiphp: Slot [22] registered\n[ 0.287396] acpiphp: Slot [23] registered\n[ 0.288217] acpiphp: Slot [24] registered\n[ 0.289036] acpiphp: Slot [25] registered\n[ 0.289856] acpiphp: Slot [26] registered\n[ 0.290681] acpiphp: Slot [27] registered\n[ 0.291504] acpiphp: Slot [28] registered\n[ 0.292325] acpiphp: Slot [29] registered\n[ 0.293142] acpiphp: Slot [30] registered\n[ 0.293962] acpiphp: Slot [31] registered\n[ 0.294782] PCI host bridge to bus 0000:00\n[ 0.295606] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.296833] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.298068] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.299534] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.300999] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.307325] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.308626] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.309818] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.311203] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.317632] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.319107] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.364530] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.366040] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.367476] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.368914] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.370323] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.371576] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.373130] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.374190] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.375744] vgaarb: loaded\n[ 0.376351] vgaarb: bridge control possible 0000:00:02.0\n[ 0.377498] SCSI subsystem initialized\n[ 0.378321] ACPI: bus type USB registered\n[ 0.379191] usbcore: registered new interface driver usbfs\n[ 0.380234] usbcore: registered new interface driver hub\n[ 0.381249] usbcore: registered new device driver usb\n[ 0.382315] PCI: Using ACPI for IRQ routing\n[ 0.383351] NetLabel: Initializing\n[ 0.384074] NetLabel: domain hash size = 128\n[ 0.384928] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.385887] NetLabel: unlabeled traffic allowed by default\n[ 0.386991] clocksource: Switched to clocksource kvm-clock\n[ 0.392388] AppArmor: AppArmor Filesystem Enabled\n[ 0.393359] pnp: PnP ACPI init\n[ 0.394275] pnp: PnP ACPI: found 5 devices\n[ 0.400648] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.402366] NET: Registered protocol family 2\n[ 0.403333] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.404614] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.405790] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.406954] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.408043] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.409219] NET: Registered protocol family 1\n[ 0.410090] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.411196] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.412275] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.426293] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.440520] Trying to unpack rootfs image as initramfs...\n[ 0.489774] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.503619] Scanning for low memory corruption every 60 seconds\n[ 0.504979] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.506144] audit: initializing netlink subsys (disabled)\n[ 0.507194] audit: type=2000 audit(1536065683.324:1): initialized\n[ 0.508520] Initialise system trusted keyring\n[ 0.509461] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.510648] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.512630] zbud: loaded\n[ 0.513340] VFS: Disk quotas dquot_6.6.0\n[ 0.514169] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.515702] fuse init (API version 7.23)\n[ 0.516611] Key type big_key registered\n[ 0.517428] Allocating IMA MOK and blacklist keyrings.\n[ 0.518911] Key type asymmetric registered\n[ 0.519765] Asymmetric key parser 'x509' registered\n[ 0.520744] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.522233] io scheduler noop registered\n[ 0.523049] io scheduler deadline registered (default)\n[ 0.524051] io scheduler cfq registered\n[ 0.524890] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.525962] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.527259] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.528724] ACPI: Power Button [PWRF]\n[ 0.529561] GHES: HEST is not enabled!\n[ 0.543314] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.573874] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.576491] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.600082] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.602229] Linux agpgart interface v0.103\n[ 0.604249] brd: module loaded\n[ 0.605439] loop: module loaded\n[ 0.610270] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.611743] GPT:90111 != 2097151\n[ 0.612434] GPT:Alternate GPT header not at the end of the disk.\n[ 0.613540] GPT:90111 != 2097151\n[ 0.614222] GPT: Use GNU Parted to correct GPT errors.\n[ 0.615204] vda: vda1 vda15\n[ 0.616657] scsi host0: ata_piix\n[ 0.617413] scsi host1: ata_piix\n[ 0.618127] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.619369] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.620829] libphy: Fixed MDIO Bus: probed\n[ 0.621656] tun: Universal TUN/TAP device driver, 1.6\n[ 0.622613] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.624770] PPP generic driver version 2.4.2\n[ 0.625668] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.626945] ehci-pci: EHCI PCI platform driver\n[ 0.627837] ehci-platform: EHCI generic platform driver\n[ 0.628846] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.629986] ohci-pci: OHCI PCI platform driver\n[ 0.630863] ohci-platform: OHCI generic platform driver\n[ 0.631871] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.646181] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.647198] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.648677] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.649725] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.650865] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.652118] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.653564] usb usb1: Product: UHCI Host Controller\n[ 0.654514] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.655678] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.656688] hub 1-0:1.0: USB hub found\n[ 0.657476] hub 1-0:1.0: 2 ports detected\n[ 0.658389] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.660542] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.661517] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.662553] mousedev: PS/2 mouse device common for all mice\n[ 0.663836] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.665693] rtc_cmos 00:00: RTC can wake from S4\n[ 0.666800] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.668026] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.669232] i2c /dev entries driver\n[ 0.669991] device-mapper: uevent: version 1.0.3\n[ 0.670941] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.672599] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.673904] NET: Registered protocol family 10\n[ 0.674908] NET: Registered protocol family 17\n[ 0.675818] Key type dns_resolver registered\n[ 0.676764] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.677881] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.679656] registered taskstats version 1\n[ 0.680506] Loading compiled-in X.509 certificates\n[ 0.681955] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.683845] zswap: loaded using pool lzo/zbud\n[ 0.685227] Key type trusted registered\n[ 0.686780] Key type encrypted registered\n[ 0.687642] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.688684] ima: No TPM chip found, activating TPM-bypass!\n[ 0.689736] evm: HMAC attrs: 0x1\n[ 0.691065] Magic number: 2:481:935\n[ 0.691917] rtc_cmos 00:00: setting system clock to 2018-09-04 12:54:43 UTC (1536065683)\n[ 0.693536] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.694669] EDD information not available.\n[ 0.775544] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.776986] ata1.00: configured for MWDMA2\n[ 0.778210] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.791012] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.792264] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.793529] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.795410] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.796968] Write protecting the kernel read-only data: 14336k\n[ 0.798550] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.800385] 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 0.98\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found 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.313584] 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.15...\nLease of 10.10.10.15 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.98s]\nping 10.10.10.8 OK\n"} 2018-09-04 12:54:59,958 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/4be71b24-f9ed-4629-90ec-354e91a3f392/action used request id req-c22f3c51-6e10-4932-b83c-7d70d1ef3c2f 2018-09-04 12:55:00,964 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/servers/4be71b24-f9ed-4629-90ec-354e91a3f392/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}46aeac8783934b5184cb725c03a1bd8630e5ed0d" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-04 12:55:02,031 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12:55: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-bbbefb7a-03c3-40ee-8545-4000ad587de2 x-compute-request-id: req-bbbefb7a-03c3-40ee-8545-4000ad587de2 Content-Encoding: gzip Content-Length: 8088 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 615486448 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 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.134785] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.136514] pid_max: default: 32768 minimum: 301\n[ 0.137484] ACPI: Core revision 20150930\n[ 0.138871] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.140222] Security Framework initialized\n[ 0.141059] Yama: becoming mindful.\n[ 0.141814] AppArmor: AppArmor initialized\n[ 0.142697] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.144085] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.145415] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.146698] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.148168] Initializing cgroup subsys io\n[ 0.149007] Initializing cgroup subsys memory\n[ 0.149909] Initializing cgroup subsys devices\n[ 0.150819] Initializing cgroup subsys freezer\n[ 0.151718] Initializing cgroup subsys net_cls\n[ 0.152613] Initializing cgroup subsys perf_event\n[ 0.153557] Initializing cgroup subsys net_prio\n[ 0.154483] Initializing cgroup subsys hugetlb\n[ 0.155384] Initializing cgroup subsys pids\n[ 0.156284] CPU: Physical Processor ID: 0\n[ 0.157884] mce: CPU supports 10 MCE banks\n[ 0.158766] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.159806] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.171463] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.177913] ftrace: allocating 31920 entries in 125 pages\n[ 0.203821] smpboot: Max logical packages: 1\n[ 0.204712] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.206109] x2apic enabled\n[ 0.206925] Switched APIC routing to physical x2apic.\n[ 0.208756] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.209922] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.211987] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.213839] KVM setup paravirtual spinlock\n[ 0.215180] x86: Booted up 1 node, 1 CPUs\n[ 0.216029] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.217461] devtmpfs: initialized\n[ 0.219204] evm: security.selinux\n[ 0.219952] evm: security.SMACK64\n[ 0.220675] evm: security.SMACK64EXEC\n[ 0.221459] evm: security.SMACK64TRANSMUTE\n[ 0.222367] evm: security.SMACK64MMAP\n[ 0.223178] evm: security.ima\n[ 0.223888] evm: security.capability\n[ 0.224777] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.226852] pinctrl core: initialized pinctrl subsystem\n[ 0.228107] RTC time: 12:54:42, date: 09/04/18\n[ 0.229161] NET: Registered protocol family 16\n[ 0.230252] cpuidle: using governor ladder\n[ 0.231145] cpuidle: using governor menu\n[ 0.232050] PCCT header not found.\n[ 0.232850] ACPI: bus type PCI registered\n[ 0.233713] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.235036] PCI: Using configuration type 1 for base access\n[ 0.236829] ACPI: Added _OSI(Module Device)\n[ 0.237748] ACPI: Added _OSI(Processor Device)\n[ 0.238688] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.239659] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.241823] ACPI: Interpreter enabled\n[ 0.242604] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.244479] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.246352] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.248222] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.250096] ACPI: (supports S0 S5)\n[ 0.250808] ACPI: Using IOAPIC for interrupt routing\n[ 0.251884] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.254998] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.256155] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.257405] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.258623] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.260879] acpiphp: Slot [3] registered\n[ 0.261691] acpiphp: Slot [4] registered\n[ 0.262502] acpiphp: Slot [5] registered\n[ 0.263316] acpiphp: Slot [6] registered\n[ 0.264125] acpiphp: Slot [7] registered\n[ 0.264935] acpiphp: Slot [8] registered\n[ 0.265747] acpiphp: Slot [9] registered\n[ 0.266556] acpiphp: Slot [10] registered\n[ 0.267382] acpiphp: Slot [11] registered\n[ 0.268202] acpiphp: Slot [12] registered\n[ 0.269021] acpiphp: Slot [13] registered\n[ 0.269836] acpiphp: Slot [14] registered\n[ 0.270655] acpiphp: Slot [15] registered\n[ 0.281646] acpiphp: Slot [16] registered\n[ 0.282474] acpiphp: Slot [17] registered\n[ 0.283295] acpiphp: Slot [18] registered\n[ 0.284110] acpiphp: Slot [19] registered\n[ 0.284923] acpiphp: Slot [20] registered\n[ 0.285752] acpiphp: Slot [21] registered\n[ 0.286575] acpiphp: Slot [22] registered\n[ 0.287396] acpiphp: Slot [23] registered\n[ 0.288217] acpiphp: Slot [24] registered\n[ 0.289036] acpiphp: Slot [25] registered\n[ 0.289856] acpiphp: Slot [26] registered\n[ 0.290681] acpiphp: Slot [27] registered\n[ 0.291504] acpiphp: Slot [28] registered\n[ 0.292325] acpiphp: Slot [29] registered\n[ 0.293142] acpiphp: Slot [30] registered\n[ 0.293962] acpiphp: Slot [31] registered\n[ 0.294782] PCI host bridge to bus 0000:00\n[ 0.295606] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.296833] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.298068] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.299534] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.300999] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.307325] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.308626] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.309818] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.311203] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.317632] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.319107] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.364530] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.366040] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.367476] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.368914] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.370323] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.371576] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.373130] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.374190] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.375744] vgaarb: loaded\n[ 0.376351] vgaarb: bridge control possible 0000:00:02.0\n[ 0.377498] SCSI subsystem initialized\n[ 0.378321] ACPI: bus type USB registered\n[ 0.379191] usbcore: registered new interface driver usbfs\n[ 0.380234] usbcore: registered new interface driver hub\n[ 0.381249] usbcore: registered new device driver usb\n[ 0.382315] PCI: Using ACPI for IRQ routing\n[ 0.383351] NetLabel: Initializing\n[ 0.384074] NetLabel: domain hash size = 128\n[ 0.384928] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.385887] NetLabel: unlabeled traffic allowed by default\n[ 0.386991] clocksource: Switched to clocksource kvm-clock\n[ 0.392388] AppArmor: AppArmor Filesystem Enabled\n[ 0.393359] pnp: PnP ACPI init\n[ 0.394275] pnp: PnP ACPI: found 5 devices\n[ 0.400648] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.402366] NET: Registered protocol family 2\n[ 0.403333] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.404614] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.405790] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.406954] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.408043] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.409219] NET: Registered protocol family 1\n[ 0.410090] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.411196] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.412275] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.426293] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.440520] Trying to unpack rootfs image as initramfs...\n[ 0.489774] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.503619] Scanning for low memory corruption every 60 seconds\n[ 0.504979] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.506144] audit: initializing netlink subsys (disabled)\n[ 0.507194] audit: type=2000 audit(1536065683.324:1): initialized\n[ 0.508520] Initialise system trusted keyring\n[ 0.509461] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.510648] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.512630] zbud: loaded\n[ 0.513340] VFS: Disk quotas dquot_6.6.0\n[ 0.514169] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.515702] fuse init (API version 7.23)\n[ 0.516611] Key type big_key registered\n[ 0.517428] Allocating IMA MOK and blacklist keyrings.\n[ 0.518911] Key type asymmetric registered\n[ 0.519765] Asymmetric key parser 'x509' registered\n[ 0.520744] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.522233] io scheduler noop registered\n[ 0.523049] io scheduler deadline registered (default)\n[ 0.524051] io scheduler cfq registered\n[ 0.524890] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.525962] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.527259] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.528724] ACPI: Power Button [PWRF]\n[ 0.529561] GHES: HEST is not enabled!\n[ 0.543314] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.573874] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.576491] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.600082] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.602229] Linux agpgart interface v0.103\n[ 0.604249] brd: module loaded\n[ 0.605439] loop: module loaded\n[ 0.610270] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.611743] GPT:90111 != 2097151\n[ 0.612434] GPT:Alternate GPT header not at the end of the disk.\n[ 0.613540] GPT:90111 != 2097151\n[ 0.614222] GPT: Use GNU Parted to correct GPT errors.\n[ 0.615204] vda: vda1 vda15\n[ 0.616657] scsi host0: ata_piix\n[ 0.617413] scsi host1: ata_piix\n[ 0.618127] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.619369] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.620829] libphy: Fixed MDIO Bus: probed\n[ 0.621656] tun: Universal TUN/TAP device driver, 1.6\n[ 0.622613] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.624770] PPP generic driver version 2.4.2\n[ 0.625668] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.626945] ehci-pci: EHCI PCI platform driver\n[ 0.627837] ehci-platform: EHCI generic platform driver\n[ 0.628846] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.629986] ohci-pci: OHCI PCI platform driver\n[ 0.630863] ohci-platform: OHCI generic platform driver\n[ 0.631871] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.646181] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.647198] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.648677] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.649725] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.650865] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.652118] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.653564] usb usb1: Product: UHCI Host Controller\n[ 0.654514] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.655678] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.656688] hub 1-0:1.0: USB hub found\n[ 0.657476] hub 1-0:1.0: 2 ports detected\n[ 0.658389] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.660542] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.661517] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.662553] mousedev: PS/2 mouse device common for all mice\n[ 0.663836] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.665693] rtc_cmos 00:00: RTC can wake from S4\n[ 0.666800] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.668026] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.669232] i2c /dev entries driver\n[ 0.669991] device-mapper: uevent: version 1.0.3\n[ 0.670941] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.672599] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.673904] NET: Registered protocol family 10\n[ 0.674908] NET: Registered protocol family 17\n[ 0.675818] Key type dns_resolver registered\n[ 0.676764] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.677881] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.679656] registered taskstats version 1\n[ 0.680506] Loading compiled-in X.509 certificates\n[ 0.681955] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.683845] zswap: loaded using pool lzo/zbud\n[ 0.685227] Key type trusted registered\n[ 0.686780] Key type encrypted registered\n[ 0.687642] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.688684] ima: No TPM chip found, activating TPM-bypass!\n[ 0.689736] evm: HMAC attrs: 0x1\n[ 0.691065] Magic number: 2:481:935\n[ 0.691917] rtc_cmos 00:00: setting system clock to 2018-09-04 12:54:43 UTC (1536065683)\n[ 0.693536] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.694669] EDD information not available.\n[ 0.775544] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.776986] ata1.00: configured for MWDMA2\n[ 0.778210] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.791012] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.792264] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.793529] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.795410] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.796968] Write protecting the kernel read-only data: 14336k\n[ 0.798550] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.800385] 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 0.98\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found 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.313584] 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.15...\nLease of 10.10.10.15 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.98s]\nping 10.10.10.8 OK\n"} 2018-09-04 12:55:02,032 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/4be71b24-f9ed-4629-90ec-354e91a3f392/action used request id req-bbbefb7a-03c3-40ee-8545-4000ad587de2 2018-09-04 12:55:03,037 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/servers/4be71b24-f9ed-4629-90ec-354e91a3f392/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}46aeac8783934b5184cb725c03a1bd8630e5ed0d" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-04 12:55:04,105 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12:55: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-21be1cc9-3352-4c9c-afcf-933703222d09 x-compute-request-id: req-21be1cc9-3352-4c9c-afcf-933703222d09 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 615486448 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 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.134785] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.136514] pid_max: default: 32768 minimum: 301\n[ 0.137484] ACPI: Core revision 20150930\n[ 0.138871] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.140222] Security Framework initialized\n[ 0.141059] Yama: becoming mindful.\n[ 0.141814] AppArmor: AppArmor initialized\n[ 0.142697] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.144085] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.145415] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.146698] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.148168] Initializing cgroup subsys io\n[ 0.149007] Initializing cgroup subsys memory\n[ 0.149909] Initializing cgroup subsys devices\n[ 0.150819] Initializing cgroup subsys freezer\n[ 0.151718] Initializing cgroup subsys net_cls\n[ 0.152613] Initializing cgroup subsys perf_event\n[ 0.153557] Initializing cgroup subsys net_prio\n[ 0.154483] Initializing cgroup subsys hugetlb\n[ 0.155384] Initializing cgroup subsys pids\n[ 0.156284] CPU: Physical Processor ID: 0\n[ 0.157884] mce: CPU supports 10 MCE banks\n[ 0.158766] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.159806] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.171463] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.177913] ftrace: allocating 31920 entries in 125 pages\n[ 0.203821] smpboot: Max logical packages: 1\n[ 0.204712] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.206109] x2apic enabled\n[ 0.206925] Switched APIC routing to physical x2apic.\n[ 0.208756] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.209922] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.211987] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.213839] KVM setup paravirtual spinlock\n[ 0.215180] x86: Booted up 1 node, 1 CPUs\n[ 0.216029] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.217461] devtmpfs: initialized\n[ 0.219204] evm: security.selinux\n[ 0.219952] evm: security.SMACK64\n[ 0.220675] evm: security.SMACK64EXEC\n[ 0.221459] evm: security.SMACK64TRANSMUTE\n[ 0.222367] evm: security.SMACK64MMAP\n[ 0.223178] evm: security.ima\n[ 0.223888] evm: security.capability\n[ 0.224777] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.226852] pinctrl core: initialized pinctrl subsystem\n[ 0.228107] RTC time: 12:54:42, date: 09/04/18\n[ 0.229161] NET: Registered protocol family 16\n[ 0.230252] cpuidle: using governor ladder\n[ 0.231145] cpuidle: using governor menu\n[ 0.232050] PCCT header not found.\n[ 0.232850] ACPI: bus type PCI registered\n[ 0.233713] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.235036] PCI: Using configuration type 1 for base access\n[ 0.236829] ACPI: Added _OSI(Module Device)\n[ 0.237748] ACPI: Added _OSI(Processor Device)\n[ 0.238688] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.239659] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.241823] ACPI: Interpreter enabled\n[ 0.242604] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.244479] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.246352] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.248222] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.250096] ACPI: (supports S0 S5)\n[ 0.250808] ACPI: Using IOAPIC for interrupt routing\n[ 0.251884] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.254998] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.256155] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.257405] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.258623] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.260879] acpiphp: Slot [3] registered\n[ 0.261691] acpiphp: Slot [4] registered\n[ 0.262502] acpiphp: Slot [5] registered\n[ 0.263316] acpiphp: Slot [6] registered\n[ 0.264125] acpiphp: Slot [7] registered\n[ 0.264935] acpiphp: Slot [8] registered\n[ 0.265747] acpiphp: Slot [9] registered\n[ 0.266556] acpiphp: Slot [10] registered\n[ 0.267382] acpiphp: Slot [11] registered\n[ 0.268202] acpiphp: Slot [12] registered\n[ 0.269021] acpiphp: Slot [13] registered\n[ 0.269836] acpiphp: Slot [14] registered\n[ 0.270655] acpiphp: Slot [15] registered\n[ 0.281646] acpiphp: Slot [16] registered\n[ 0.282474] acpiphp: Slot [17] registered\n[ 0.283295] acpiphp: Slot [18] registered\n[ 0.284110] acpiphp: Slot [19] registered\n[ 0.284923] acpiphp: Slot [20] registered\n[ 0.285752] acpiphp: Slot [21] registered\n[ 0.286575] acpiphp: Slot [22] registered\n[ 0.287396] acpiphp: Slot [23] registered\n[ 0.288217] acpiphp: Slot [24] registered\n[ 0.289036] acpiphp: Slot [25] registered\n[ 0.289856] acpiphp: Slot [26] registered\n[ 0.290681] acpiphp: Slot [27] registered\n[ 0.291504] acpiphp: Slot [28] registered\n[ 0.292325] acpiphp: Slot [29] registered\n[ 0.293142] acpiphp: Slot [30] registered\n[ 0.293962] acpiphp: Slot [31] registered\n[ 0.294782] PCI host bridge to bus 0000:00\n[ 0.295606] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.296833] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.298068] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.299534] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.300999] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.307325] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.308626] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.309818] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.311203] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.317632] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.319107] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.364530] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.366040] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.367476] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.368914] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.370323] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.371576] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.373130] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.374190] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.375744] vgaarb: loaded\n[ 0.376351] vgaarb: bridge control possible 0000:00:02.0\n[ 0.377498] SCSI subsystem initialized\n[ 0.378321] ACPI: bus type USB registered\n[ 0.379191] usbcore: registered new interface driver usbfs\n[ 0.380234] usbcore: registered new interface driver hub\n[ 0.381249] usbcore: registered new device driver usb\n[ 0.382315] PCI: Using ACPI for IRQ routing\n[ 0.383351] NetLabel: Initializing\n[ 0.384074] NetLabel: domain hash size = 128\n[ 0.384928] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.385887] NetLabel: unlabeled traffic allowed by default\n[ 0.386991] clocksource: Switched to clocksource kvm-clock\n[ 0.392388] AppArmor: AppArmor Filesystem Enabled\n[ 0.393359] pnp: PnP ACPI init\n[ 0.394275] pnp: PnP ACPI: found 5 devices\n[ 0.400648] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.402366] NET: Registered protocol family 2\n[ 0.403333] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.404614] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.405790] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.406954] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.408043] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.409219] NET: Registered protocol family 1\n[ 0.410090] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.411196] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.412275] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.426293] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.440520] Trying to unpack rootfs image as initramfs...\n[ 0.489774] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.503619] Scanning for low memory corruption every 60 seconds\n[ 0.504979] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.506144] audit: initializing netlink subsys (disabled)\n[ 0.507194] audit: type=2000 audit(1536065683.324:1): initialized\n[ 0.508520] Initialise system trusted keyring\n[ 0.509461] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.510648] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.512630] zbud: loaded\n[ 0.513340] VFS: Disk quotas dquot_6.6.0\n[ 0.514169] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.515702] fuse init (API version 7.23)\n[ 0.516611] Key type big_key registered\n[ 0.517428] Allocating IMA MOK and blacklist keyrings.\n[ 0.518911] Key type asymmetric registered\n[ 0.519765] Asymmetric key parser 'x509' registered\n[ 0.520744] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.522233] io scheduler noop registered\n[ 0.523049] io scheduler deadline registered (default)\n[ 0.524051] io scheduler cfq registered\n[ 0.524890] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.525962] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.527259] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.528724] ACPI: Power Button [PWRF]\n[ 0.529561] GHES: HEST is not enabled!\n[ 0.543314] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.573874] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.576491] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.600082] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.602229] Linux agpgart interface v0.103\n[ 0.604249] brd: module loaded\n[ 0.605439] loop: module loaded\n[ 0.610270] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.611743] GPT:90111 != 2097151\n[ 0.612434] GPT:Alternate GPT header not at the end of the disk.\n[ 0.613540] GPT:90111 != 2097151\n[ 0.614222] GPT: Use GNU Parted to correct GPT errors.\n[ 0.615204] vda: vda1 vda15\n[ 0.616657] scsi host0: ata_piix\n[ 0.617413] scsi host1: ata_piix\n[ 0.618127] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.619369] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.620829] libphy: Fixed MDIO Bus: probed\n[ 0.621656] tun: Universal TUN/TAP device driver, 1.6\n[ 0.622613] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.624770] PPP generic driver version 2.4.2\n[ 0.625668] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.626945] ehci-pci: EHCI PCI platform driver\n[ 0.627837] ehci-platform: EHCI generic platform driver\n[ 0.628846] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.629986] ohci-pci: OHCI PCI platform driver\n[ 0.630863] ohci-platform: OHCI generic platform driver\n[ 0.631871] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.646181] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.647198] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.648677] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.649725] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.650865] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.652118] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.653564] usb usb1: Product: UHCI Host Controller\n[ 0.654514] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.655678] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.656688] hub 1-0:1.0: USB hub found\n[ 0.657476] hub 1-0:1.0: 2 ports detected\n[ 0.658389] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.660542] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.661517] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.662553] mousedev: PS/2 mouse device common for all mice\n[ 0.663836] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.665693] rtc_cmos 00:00: RTC can wake from S4\n[ 0.666800] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.668026] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.669232] i2c /dev entries driver\n[ 0.669991] device-mapper: uevent: version 1.0.3\n[ 0.670941] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.672599] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.673904] NET: Registered protocol family 10\n[ 0.674908] NET: Registered protocol family 17\n[ 0.675818] Key type dns_resolver registered\n[ 0.676764] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.677881] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.679656] registered taskstats version 1\n[ 0.680506] Loading compiled-in X.509 certificates\n[ 0.681955] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.683845] zswap: loaded using pool lzo/zbud\n[ 0.685227] Key type trusted registered\n[ 0.686780] Key type encrypted registered\n[ 0.687642] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.688684] ima: No TPM chip found, activating TPM-bypass!\n[ 0.689736] evm: HMAC attrs: 0x1\n[ 0.691065] Magic number: 2:481:935\n[ 0.691917] rtc_cmos 00:00: setting system clock to 2018-09-04 12:54:43 UTC (1536065683)\n[ 0.693536] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.694669] EDD information not available.\n[ 0.775544] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.776986] ata1.00: configured for MWDMA2\n[ 0.778210] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.791012] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.792264] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.793529] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.795410] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.796968] Write protecting the kernel read-only data: 14336k\n[ 0.798550] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.800385] 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 0.98\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found 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.313584] 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.15...\nLease of 10.10.10.15 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.98s]\nping 10.10.10.8 OK\nping 10.10.10.7 OK\n"} 2018-09-04 12:55:04,105 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/4be71b24-f9ed-4629-90ec-354e91a3f392/action used request id req-21be1cc9-3352-4c9c-afcf-933703222d09 2018-09-04 12:55:05,110 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/servers/4be71b24-f9ed-4629-90ec-354e91a3f392/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}46aeac8783934b5184cb725c03a1bd8630e5ed0d" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-04 12:55:06,381 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12:55: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-b8b88716-4bee-42dd-940b-594c00f343ab x-compute-request-id: req-b8b88716-4bee-42dd-940b-594c00f343ab 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 615486448 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 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.134785] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.136514] pid_max: default: 32768 minimum: 301\n[ 0.137484] ACPI: Core revision 20150930\n[ 0.138871] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.140222] Security Framework initialized\n[ 0.141059] Yama: becoming mindful.\n[ 0.141814] AppArmor: AppArmor initialized\n[ 0.142697] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.144085] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.145415] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.146698] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.148168] Initializing cgroup subsys io\n[ 0.149007] Initializing cgroup subsys memory\n[ 0.149909] Initializing cgroup subsys devices\n[ 0.150819] Initializing cgroup subsys freezer\n[ 0.151718] Initializing cgroup subsys net_cls\n[ 0.152613] Initializing cgroup subsys perf_event\n[ 0.153557] Initializing cgroup subsys net_prio\n[ 0.154483] Initializing cgroup subsys hugetlb\n[ 0.155384] Initializing cgroup subsys pids\n[ 0.156284] CPU: Physical Processor ID: 0\n[ 0.157884] mce: CPU supports 10 MCE banks\n[ 0.158766] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.159806] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.171463] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.177913] ftrace: allocating 31920 entries in 125 pages\n[ 0.203821] smpboot: Max logical packages: 1\n[ 0.204712] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.206109] x2apic enabled\n[ 0.206925] Switched APIC routing to physical x2apic.\n[ 0.208756] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.209922] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.211987] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.213839] KVM setup paravirtual spinlock\n[ 0.215180] x86: Booted up 1 node, 1 CPUs\n[ 0.216029] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.217461] devtmpfs: initialized\n[ 0.219204] evm: security.selinux\n[ 0.219952] evm: security.SMACK64\n[ 0.220675] evm: security.SMACK64EXEC\n[ 0.221459] evm: security.SMACK64TRANSMUTE\n[ 0.222367] evm: security.SMACK64MMAP\n[ 0.223178] evm: security.ima\n[ 0.223888] evm: security.capability\n[ 0.224777] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.226852] pinctrl core: initialized pinctrl subsystem\n[ 0.228107] RTC time: 12:54:42, date: 09/04/18\n[ 0.229161] NET: Registered protocol family 16\n[ 0.230252] cpuidle: using governor ladder\n[ 0.231145] cpuidle: using governor menu\n[ 0.232050] PCCT header not found.\n[ 0.232850] ACPI: bus type PCI registered\n[ 0.233713] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.235036] PCI: Using configuration type 1 for base access\n[ 0.236829] ACPI: Added _OSI(Module Device)\n[ 0.237748] ACPI: Added _OSI(Processor Device)\n[ 0.238688] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.239659] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.241823] ACPI: Interpreter enabled\n[ 0.242604] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.244479] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.246352] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.248222] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.250096] ACPI: (supports S0 S5)\n[ 0.250808] ACPI: Using IOAPIC for interrupt routing\n[ 0.251884] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.254998] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.256155] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.257405] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.258623] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.260879] acpiphp: Slot [3] registered\n[ 0.261691] acpiphp: Slot [4] registered\n[ 0.262502] acpiphp: Slot [5] registered\n[ 0.263316] acpiphp: Slot [6] registered\n[ 0.264125] acpiphp: Slot [7] registered\n[ 0.264935] acpiphp: Slot [8] registered\n[ 0.265747] acpiphp: Slot [9] registered\n[ 0.266556] acpiphp: Slot [10] registered\n[ 0.267382] acpiphp: Slot [11] registered\n[ 0.268202] acpiphp: Slot [12] registered\n[ 0.269021] acpiphp: Slot [13] registered\n[ 0.269836] acpiphp: Slot [14] registered\n[ 0.270655] acpiphp: Slot [15] registered\n[ 0.281646] acpiphp: Slot [16] registered\n[ 0.282474] acpiphp: Slot [17] registered\n[ 0.283295] acpiphp: Slot [18] registered\n[ 0.284110] acpiphp: Slot [19] registered\n[ 0.284923] acpiphp: Slot [20] registered\n[ 0.285752] acpiphp: Slot [21] registered\n[ 0.286575] acpiphp: Slot [22] registered\n[ 0.287396] acpiphp: Slot [23] registered\n[ 0.288217] acpiphp: Slot [24] registered\n[ 0.289036] acpiphp: Slot [25] registered\n[ 0.289856] acpiphp: Slot [26] registered\n[ 0.290681] acpiphp: Slot [27] registered\n[ 0.291504] acpiphp: Slot [28] registered\n[ 0.292325] acpiphp: Slot [29] registered\n[ 0.293142] acpiphp: Slot [30] registered\n[ 0.293962] acpiphp: Slot [31] registered\n[ 0.294782] PCI host bridge to bus 0000:00\n[ 0.295606] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.296833] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.298068] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.299534] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.300999] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.307325] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.308626] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.309818] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.311203] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.317632] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.319107] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.364530] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.366040] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.367476] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.368914] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.370323] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.371576] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.373130] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.374190] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.375744] vgaarb: loaded\n[ 0.376351] vgaarb: bridge control possible 0000:00:02.0\n[ 0.377498] SCSI subsystem initialized\n[ 0.378321] ACPI: bus type USB registered\n[ 0.379191] usbcore: registered new interface driver usbfs\n[ 0.380234] usbcore: registered new interface driver hub\n[ 0.381249] usbcore: registered new device driver usb\n[ 0.382315] PCI: Using ACPI for IRQ routing\n[ 0.383351] NetLabel: Initializing\n[ 0.384074] NetLabel: domain hash size = 128\n[ 0.384928] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.385887] NetLabel: unlabeled traffic allowed by default\n[ 0.386991] clocksource: Switched to clocksource kvm-clock\n[ 0.392388] AppArmor: AppArmor Filesystem Enabled\n[ 0.393359] pnp: PnP ACPI init\n[ 0.394275] pnp: PnP ACPI: found 5 devices\n[ 0.400648] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.402366] NET: Registered protocol family 2\n[ 0.403333] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.404614] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.405790] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.406954] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.408043] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.409219] NET: Registered protocol family 1\n[ 0.410090] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.411196] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.412275] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.426293] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.440520] Trying to unpack rootfs image as initramfs...\n[ 0.489774] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.503619] Scanning for low memory corruption every 60 seconds\n[ 0.504979] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.506144] audit: initializing netlink subsys (disabled)\n[ 0.507194] audit: type=2000 audit(1536065683.324:1): initialized\n[ 0.508520] Initialise system trusted keyring\n[ 0.509461] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.510648] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.512630] zbud: loaded\n[ 0.513340] VFS: Disk quotas dquot_6.6.0\n[ 0.514169] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.515702] fuse init (API version 7.23)\n[ 0.516611] Key type big_key registered\n[ 0.517428] Allocating IMA MOK and blacklist keyrings.\n[ 0.518911] Key type asymmetric registered\n[ 0.519765] Asymmetric key parser 'x509' registered\n[ 0.520744] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.522233] io scheduler noop registered\n[ 0.523049] io scheduler deadline registered (default)\n[ 0.524051] io scheduler cfq registered\n[ 0.524890] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.525962] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.527259] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.528724] ACPI: Power Button [PWRF]\n[ 0.529561] GHES: HEST is not enabled!\n[ 0.543314] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.573874] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.576491] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.600082] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.602229] Linux agpgart interface v0.103\n[ 0.604249] brd: module loaded\n[ 0.605439] loop: module loaded\n[ 0.610270] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.611743] GPT:90111 != 2097151\n[ 0.612434] GPT:Alternate GPT header not at the end of the disk.\n[ 0.613540] GPT:90111 != 2097151\n[ 0.614222] GPT: Use GNU Parted to correct GPT errors.\n[ 0.615204] vda: vda1 vda15\n[ 0.616657] scsi host0: ata_piix\n[ 0.617413] scsi host1: ata_piix\n[ 0.618127] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.619369] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.620829] libphy: Fixed MDIO Bus: probed\n[ 0.621656] tun: Universal TUN/TAP device driver, 1.6\n[ 0.622613] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.624770] PPP generic driver version 2.4.2\n[ 0.625668] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.626945] ehci-pci: EHCI PCI platform driver\n[ 0.627837] ehci-platform: EHCI generic platform driver\n[ 0.628846] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.629986] ohci-pci: OHCI PCI platform driver\n[ 0.630863] ohci-platform: OHCI generic platform driver\n[ 0.631871] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.646181] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.647198] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.648677] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.649725] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.650865] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.652118] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.653564] usb usb1: Product: UHCI Host Controller\n[ 0.654514] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.655678] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.656688] hub 1-0:1.0: USB hub found\n[ 0.657476] hub 1-0:1.0: 2 ports detected\n[ 0.658389] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.660542] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.661517] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.662553] mousedev: PS/2 mouse device common for all mice\n[ 0.663836] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.665693] rtc_cmos 00:00: RTC can wake from S4\n[ 0.666800] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.668026] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.669232] i2c /dev entries driver\n[ 0.669991] device-mapper: uevent: version 1.0.3\n[ 0.670941] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.672599] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.673904] NET: Registered protocol family 10\n[ 0.674908] NET: Registered protocol family 17\n[ 0.675818] Key type dns_resolver registered\n[ 0.676764] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.677881] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.679656] registered taskstats version 1\n[ 0.680506] Loading compiled-in X.509 certificates\n[ 0.681955] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.683845] zswap: loaded using pool lzo/zbud\n[ 0.685227] Key type trusted registered\n[ 0.686780] Key type encrypted registered\n[ 0.687642] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.688684] ima: No TPM chip found, activating TPM-bypass!\n[ 0.689736] evm: HMAC attrs: 0x1\n[ 0.691065] Magic number: 2:481:935\n[ 0.691917] rtc_cmos 00:00: setting system clock to 2018-09-04 12:54:43 UTC (1536065683)\n[ 0.693536] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.694669] EDD information not available.\n[ 0.775544] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.776986] ata1.00: configured for MWDMA2\n[ 0.778210] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.791012] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.792264] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.793529] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.795410] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.796968] Write protecting the kernel read-only data: 14336k\n[ 0.798550] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.800385] 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 0.98\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found 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.313584] 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.15...\nLease of 10.10.10.15 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.98s]\nping 10.10.10.8 OK\nping 10.10.10.7 OK\n"} 2018-09-04 12:55:06,382 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/4be71b24-f9ed-4629-90ec-354e91a3f392/action used request id req-b8b88716-4bee-42dd-940b-594c00f343ab 2018-09-04 12:55:07,388 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/servers/4be71b24-f9ed-4629-90ec-354e91a3f392/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}46aeac8783934b5184cb725c03a1bd8630e5ed0d" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-04 12:55:08,456 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12: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-1bcf592e-a4a1-4b61-a110-febd016e4492 x-compute-request-id: req-1bcf592e-a4a1-4b61-a110-febd016e4492 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 615486448 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 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.134785] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.136514] pid_max: default: 32768 minimum: 301\n[ 0.137484] ACPI: Core revision 20150930\n[ 0.138871] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.140222] Security Framework initialized\n[ 0.141059] Yama: becoming mindful.\n[ 0.141814] AppArmor: AppArmor initialized\n[ 0.142697] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.144085] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.145415] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.146698] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.148168] Initializing cgroup subsys io\n[ 0.149007] Initializing cgroup subsys memory\n[ 0.149909] Initializing cgroup subsys devices\n[ 0.150819] Initializing cgroup subsys freezer\n[ 0.151718] Initializing cgroup subsys net_cls\n[ 0.152613] Initializing cgroup subsys perf_event\n[ 0.153557] Initializing cgroup subsys net_prio\n[ 0.154483] Initializing cgroup subsys hugetlb\n[ 0.155384] Initializing cgroup subsys pids\n[ 0.156284] CPU: Physical Processor ID: 0\n[ 0.157884] mce: CPU supports 10 MCE banks\n[ 0.158766] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.159806] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.171463] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.177913] ftrace: allocating 31920 entries in 125 pages\n[ 0.203821] smpboot: Max logical packages: 1\n[ 0.204712] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.206109] x2apic enabled\n[ 0.206925] Switched APIC routing to physical x2apic.\n[ 0.208756] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.209922] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.211987] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.213839] KVM setup paravirtual spinlock\n[ 0.215180] x86: Booted up 1 node, 1 CPUs\n[ 0.216029] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.217461] devtmpfs: initialized\n[ 0.219204] evm: security.selinux\n[ 0.219952] evm: security.SMACK64\n[ 0.220675] evm: security.SMACK64EXEC\n[ 0.221459] evm: security.SMACK64TRANSMUTE\n[ 0.222367] evm: security.SMACK64MMAP\n[ 0.223178] evm: security.ima\n[ 0.223888] evm: security.capability\n[ 0.224777] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.226852] pinctrl core: initialized pinctrl subsystem\n[ 0.228107] RTC time: 12:54:42, date: 09/04/18\n[ 0.229161] NET: Registered protocol family 16\n[ 0.230252] cpuidle: using governor ladder\n[ 0.231145] cpuidle: using governor menu\n[ 0.232050] PCCT header not found.\n[ 0.232850] ACPI: bus type PCI registered\n[ 0.233713] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.235036] PCI: Using configuration type 1 for base access\n[ 0.236829] ACPI: Added _OSI(Module Device)\n[ 0.237748] ACPI: Added _OSI(Processor Device)\n[ 0.238688] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.239659] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.241823] ACPI: Interpreter enabled\n[ 0.242604] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.244479] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.246352] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.248222] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.250096] ACPI: (supports S0 S5)\n[ 0.250808] ACPI: Using IOAPIC for interrupt routing\n[ 0.251884] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.254998] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.256155] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.257405] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.258623] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.260879] acpiphp: Slot [3] registered\n[ 0.261691] acpiphp: Slot [4] registered\n[ 0.262502] acpiphp: Slot [5] registered\n[ 0.263316] acpiphp: Slot [6] registered\n[ 0.264125] acpiphp: Slot [7] registered\n[ 0.264935] acpiphp: Slot [8] registered\n[ 0.265747] acpiphp: Slot [9] registered\n[ 0.266556] acpiphp: Slot [10] registered\n[ 0.267382] acpiphp: Slot [11] registered\n[ 0.268202] acpiphp: Slot [12] registered\n[ 0.269021] acpiphp: Slot [13] registered\n[ 0.269836] acpiphp: Slot [14] registered\n[ 0.270655] acpiphp: Slot [15] registered\n[ 0.281646] acpiphp: Slot [16] registered\n[ 0.282474] acpiphp: Slot [17] registered\n[ 0.283295] acpiphp: Slot [18] registered\n[ 0.284110] acpiphp: Slot [19] registered\n[ 0.284923] acpiphp: Slot [20] registered\n[ 0.285752] acpiphp: Slot [21] registered\n[ 0.286575] acpiphp: Slot [22] registered\n[ 0.287396] acpiphp: Slot [23] registered\n[ 0.288217] acpiphp: Slot [24] registered\n[ 0.289036] acpiphp: Slot [25] registered\n[ 0.289856] acpiphp: Slot [26] registered\n[ 0.290681] acpiphp: Slot [27] registered\n[ 0.291504] acpiphp: Slot [28] registered\n[ 0.292325] acpiphp: Slot [29] registered\n[ 0.293142] acpiphp: Slot [30] registered\n[ 0.293962] acpiphp: Slot [31] registered\n[ 0.294782] PCI host bridge to bus 0000:00\n[ 0.295606] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.296833] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.298068] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.299534] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.300999] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.307325] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.308626] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.309818] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.311203] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.317632] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.319107] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.364530] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.366040] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.367476] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.368914] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.370323] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.371576] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.373130] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.374190] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.375744] vgaarb: loaded\n[ 0.376351] vgaarb: bridge control possible 0000:00:02.0\n[ 0.377498] SCSI subsystem initialized\n[ 0.378321] ACPI: bus type USB registered\n[ 0.379191] usbcore: registered new interface driver usbfs\n[ 0.380234] usbcore: registered new interface driver hub\n[ 0.381249] usbcore: registered new device driver usb\n[ 0.382315] PCI: Using ACPI for IRQ routing\n[ 0.383351] NetLabel: Initializing\n[ 0.384074] NetLabel: domain hash size = 128\n[ 0.384928] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.385887] NetLabel: unlabeled traffic allowed by default\n[ 0.386991] clocksource: Switched to clocksource kvm-clock\n[ 0.392388] AppArmor: AppArmor Filesystem Enabled\n[ 0.393359] pnp: PnP ACPI init\n[ 0.394275] pnp: PnP ACPI: found 5 devices\n[ 0.400648] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.402366] NET: Registered protocol family 2\n[ 0.403333] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.404614] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.405790] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.406954] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.408043] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.409219] NET: Registered protocol family 1\n[ 0.410090] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.411196] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.412275] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.426293] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.440520] Trying to unpack rootfs image as initramfs...\n[ 0.489774] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.503619] Scanning for low memory corruption every 60 seconds\n[ 0.504979] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.506144] audit: initializing netlink subsys (disabled)\n[ 0.507194] audit: type=2000 audit(1536065683.324:1): initialized\n[ 0.508520] Initialise system trusted keyring\n[ 0.509461] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.510648] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.512630] zbud: loaded\n[ 0.513340] VFS: Disk quotas dquot_6.6.0\n[ 0.514169] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.515702] fuse init (API version 7.23)\n[ 0.516611] Key type big_key registered\n[ 0.517428] Allocating IMA MOK and blacklist keyrings.\n[ 0.518911] Key type asymmetric registered\n[ 0.519765] Asymmetric key parser 'x509' registered\n[ 0.520744] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.522233] io scheduler noop registered\n[ 0.523049] io scheduler deadline registered (default)\n[ 0.524051] io scheduler cfq registered\n[ 0.524890] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.525962] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.527259] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.528724] ACPI: Power Button [PWRF]\n[ 0.529561] GHES: HEST is not enabled!\n[ 0.543314] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.573874] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.576491] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.600082] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.602229] Linux agpgart interface v0.103\n[ 0.604249] brd: module loaded\n[ 0.605439] loop: module loaded\n[ 0.610270] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.611743] GPT:90111 != 2097151\n[ 0.612434] GPT:Alternate GPT header not at the end of the disk.\n[ 0.613540] GPT:90111 != 2097151\n[ 0.614222] GPT: Use GNU Parted to correct GPT errors.\n[ 0.615204] vda: vda1 vda15\n[ 0.616657] scsi host0: ata_piix\n[ 0.617413] scsi host1: ata_piix\n[ 0.618127] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.619369] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.620829] libphy: Fixed MDIO Bus: probed\n[ 0.621656] tun: Universal TUN/TAP device driver, 1.6\n[ 0.622613] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.624770] PPP generic driver version 2.4.2\n[ 0.625668] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.626945] ehci-pci: EHCI PCI platform driver\n[ 0.627837] ehci-platform: EHCI generic platform driver\n[ 0.628846] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.629986] ohci-pci: OHCI PCI platform driver\n[ 0.630863] ohci-platform: OHCI generic platform driver\n[ 0.631871] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.646181] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.647198] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.648677] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.649725] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.650865] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.652118] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.653564] usb usb1: Product: UHCI Host Controller\n[ 0.654514] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.655678] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.656688] hub 1-0:1.0: USB hub found\n[ 0.657476] hub 1-0:1.0: 2 ports detected\n[ 0.658389] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.660542] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.661517] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.662553] mousedev: PS/2 mouse device common for all mice\n[ 0.663836] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.665693] rtc_cmos 00:00: RTC can wake from S4\n[ 0.666800] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.668026] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.669232] i2c /dev entries driver\n[ 0.669991] device-mapper: uevent: version 1.0.3\n[ 0.670941] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.672599] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.673904] NET: Registered protocol family 10\n[ 0.674908] NET: Registered protocol family 17\n[ 0.675818] Key type dns_resolver registered\n[ 0.676764] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.677881] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.679656] registered taskstats version 1\n[ 0.680506] Loading compiled-in X.509 certificates\n[ 0.681955] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.683845] zswap: loaded using pool lzo/zbud\n[ 0.685227] Key type trusted registered\n[ 0.686780] Key type encrypted registered\n[ 0.687642] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.688684] ima: No TPM chip found, activating TPM-bypass!\n[ 0.689736] evm: HMAC attrs: 0x1\n[ 0.691065] Magic number: 2:481:935\n[ 0.691917] rtc_cmos 00:00: setting system clock to 2018-09-04 12:54:43 UTC (1536065683)\n[ 0.693536] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.694669] EDD information not available.\n[ 0.775544] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.776986] ata1.00: configured for MWDMA2\n[ 0.778210] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.791012] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.792264] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.793529] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.795410] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.796968] Write protecting the kernel read-only data: 14336k\n[ 0.798550] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.800385] 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 0.98\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found 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.313584] 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.15...\nLease of 10.10.10.15 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.98s]\nping 10.10.10.8 OK\nping 10.10.10.7 OK\n"} 2018-09-04 12:55:08,457 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/4be71b24-f9ed-4629-90ec-354e91a3f392/action used request id req-1bcf592e-a4a1-4b61-a110-febd016e4492 2018-09-04 12:55:09,462 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/servers/4be71b24-f9ed-4629-90ec-354e91a3f392/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}46aeac8783934b5184cb725c03a1bd8630e5ed0d" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-04 12:55:10,535 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12:55: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-26ac4d34-5e66-4d42-bd38-d8f2cefcb0d9 x-compute-request-id: req-26ac4d34-5e66-4d42-bd38-d8f2cefcb0d9 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 615486448 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 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.134785] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.136514] pid_max: default: 32768 minimum: 301\n[ 0.137484] ACPI: Core revision 20150930\n[ 0.138871] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.140222] Security Framework initialized\n[ 0.141059] Yama: becoming mindful.\n[ 0.141814] AppArmor: AppArmor initialized\n[ 0.142697] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.144085] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.145415] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.146698] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.148168] Initializing cgroup subsys io\n[ 0.149007] Initializing cgroup subsys memory\n[ 0.149909] Initializing cgroup subsys devices\n[ 0.150819] Initializing cgroup subsys freezer\n[ 0.151718] Initializing cgroup subsys net_cls\n[ 0.152613] Initializing cgroup subsys perf_event\n[ 0.153557] Initializing cgroup subsys net_prio\n[ 0.154483] Initializing cgroup subsys hugetlb\n[ 0.155384] Initializing cgroup subsys pids\n[ 0.156284] CPU: Physical Processor ID: 0\n[ 0.157884] mce: CPU supports 10 MCE banks\n[ 0.158766] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.159806] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.171463] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.177913] ftrace: allocating 31920 entries in 125 pages\n[ 0.203821] smpboot: Max logical packages: 1\n[ 0.204712] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.206109] x2apic enabled\n[ 0.206925] Switched APIC routing to physical x2apic.\n[ 0.208756] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.209922] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.211987] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.213839] KVM setup paravirtual spinlock\n[ 0.215180] x86: Booted up 1 node, 1 CPUs\n[ 0.216029] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.217461] devtmpfs: initialized\n[ 0.219204] evm: security.selinux\n[ 0.219952] evm: security.SMACK64\n[ 0.220675] evm: security.SMACK64EXEC\n[ 0.221459] evm: security.SMACK64TRANSMUTE\n[ 0.222367] evm: security.SMACK64MMAP\n[ 0.223178] evm: security.ima\n[ 0.223888] evm: security.capability\n[ 0.224777] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.226852] pinctrl core: initialized pinctrl subsystem\n[ 0.228107] RTC time: 12:54:42, date: 09/04/18\n[ 0.229161] NET: Registered protocol family 16\n[ 0.230252] cpuidle: using governor ladder\n[ 0.231145] cpuidle: using governor menu\n[ 0.232050] PCCT header not found.\n[ 0.232850] ACPI: bus type PCI registered\n[ 0.233713] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.235036] PCI: Using configuration type 1 for base access\n[ 0.236829] ACPI: Added _OSI(Module Device)\n[ 0.237748] ACPI: Added _OSI(Processor Device)\n[ 0.238688] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.239659] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.241823] ACPI: Interpreter enabled\n[ 0.242604] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.244479] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.246352] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.248222] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.250096] ACPI: (supports S0 S5)\n[ 0.250808] ACPI: Using IOAPIC for interrupt routing\n[ 0.251884] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.254998] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.256155] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.257405] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.258623] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.260879] acpiphp: Slot [3] registered\n[ 0.261691] acpiphp: Slot [4] registered\n[ 0.262502] acpiphp: Slot [5] registered\n[ 0.263316] acpiphp: Slot [6] registered\n[ 0.264125] acpiphp: Slot [7] registered\n[ 0.264935] acpiphp: Slot [8] registered\n[ 0.265747] acpiphp: Slot [9] registered\n[ 0.266556] acpiphp: Slot [10] registered\n[ 0.267382] acpiphp: Slot [11] registered\n[ 0.268202] acpiphp: Slot [12] registered\n[ 0.269021] acpiphp: Slot [13] registered\n[ 0.269836] acpiphp: Slot [14] registered\n[ 0.270655] acpiphp: Slot [15] registered\n[ 0.281646] acpiphp: Slot [16] registered\n[ 0.282474] acpiphp: Slot [17] registered\n[ 0.283295] acpiphp: Slot [18] registered\n[ 0.284110] acpiphp: Slot [19] registered\n[ 0.284923] acpiphp: Slot [20] registered\n[ 0.285752] acpiphp: Slot [21] registered\n[ 0.286575] acpiphp: Slot [22] registered\n[ 0.287396] acpiphp: Slot [23] registered\n[ 0.288217] acpiphp: Slot [24] registered\n[ 0.289036] acpiphp: Slot [25] registered\n[ 0.289856] acpiphp: Slot [26] registered\n[ 0.290681] acpiphp: Slot [27] registered\n[ 0.291504] acpiphp: Slot [28] registered\n[ 0.292325] acpiphp: Slot [29] registered\n[ 0.293142] acpiphp: Slot [30] registered\n[ 0.293962] acpiphp: Slot [31] registered\n[ 0.294782] PCI host bridge to bus 0000:00\n[ 0.295606] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.296833] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.298068] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.299534] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.300999] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.307325] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.308626] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.309818] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.311203] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.317632] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.319107] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.364530] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.366040] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.367476] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.368914] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.370323] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.371576] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.373130] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.374190] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.375744] vgaarb: loaded\n[ 0.376351] vgaarb: bridge control possible 0000:00:02.0\n[ 0.377498] SCSI subsystem initialized\n[ 0.378321] ACPI: bus type USB registered\n[ 0.379191] usbcore: registered new interface driver usbfs\n[ 0.380234] usbcore: registered new interface driver hub\n[ 0.381249] usbcore: registered new device driver usb\n[ 0.382315] PCI: Using ACPI for IRQ routing\n[ 0.383351] NetLabel: Initializing\n[ 0.384074] NetLabel: domain hash size = 128\n[ 0.384928] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.385887] NetLabel: unlabeled traffic allowed by default\n[ 0.386991] clocksource: Switched to clocksource kvm-clock\n[ 0.392388] AppArmor: AppArmor Filesystem Enabled\n[ 0.393359] pnp: PnP ACPI init\n[ 0.394275] pnp: PnP ACPI: found 5 devices\n[ 0.400648] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.402366] NET: Registered protocol family 2\n[ 0.403333] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.404614] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.405790] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.406954] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.408043] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.409219] NET: Registered protocol family 1\n[ 0.410090] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.411196] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.412275] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.426293] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.440520] Trying to unpack rootfs image as initramfs...\n[ 0.489774] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.503619] Scanning for low memory corruption every 60 seconds\n[ 0.504979] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.506144] audit: initializing netlink subsys (disabled)\n[ 0.507194] audit: type=2000 audit(1536065683.324:1): initialized\n[ 0.508520] Initialise system trusted keyring\n[ 0.509461] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.510648] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.512630] zbud: loaded\n[ 0.513340] VFS: Disk quotas dquot_6.6.0\n[ 0.514169] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.515702] fuse init (API version 7.23)\n[ 0.516611] Key type big_key registered\n[ 0.517428] Allocating IMA MOK and blacklist keyrings.\n[ 0.518911] Key type asymmetric registered\n[ 0.519765] Asymmetric key parser 'x509' registered\n[ 0.520744] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.522233] io scheduler noop registered\n[ 0.523049] io scheduler deadline registered (default)\n[ 0.524051] io scheduler cfq registered\n[ 0.524890] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.525962] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.527259] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.528724] ACPI: Power Button [PWRF]\n[ 0.529561] GHES: HEST is not enabled!\n[ 0.543314] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.573874] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.576491] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.600082] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.602229] Linux agpgart interface v0.103\n[ 0.604249] brd: module loaded\n[ 0.605439] loop: module loaded\n[ 0.610270] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.611743] GPT:90111 != 2097151\n[ 0.612434] GPT:Alternate GPT header not at the end of the disk.\n[ 0.613540] GPT:90111 != 2097151\n[ 0.614222] GPT: Use GNU Parted to correct GPT errors.\n[ 0.615204] vda: vda1 vda15\n[ 0.616657] scsi host0: ata_piix\n[ 0.617413] scsi host1: ata_piix\n[ 0.618127] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.619369] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.620829] libphy: Fixed MDIO Bus: probed\n[ 0.621656] tun: Universal TUN/TAP device driver, 1.6\n[ 0.622613] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.624770] PPP generic driver version 2.4.2\n[ 0.625668] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.626945] ehci-pci: EHCI PCI platform driver\n[ 0.627837] ehci-platform: EHCI generic platform driver\n[ 0.628846] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.629986] ohci-pci: OHCI PCI platform driver\n[ 0.630863] ohci-platform: OHCI generic platform driver\n[ 0.631871] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.646181] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.647198] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.648677] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.649725] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.650865] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.652118] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.653564] usb usb1: Product: UHCI Host Controller\n[ 0.654514] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.655678] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.656688] hub 1-0:1.0: USB hub found\n[ 0.657476] hub 1-0:1.0: 2 ports detected\n[ 0.658389] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.660542] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.661517] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.662553] mousedev: PS/2 mouse device common for all mice\n[ 0.663836] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.665693] rtc_cmos 00:00: RTC can wake from S4\n[ 0.666800] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.668026] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.669232] i2c /dev entries driver\n[ 0.669991] device-mapper: uevent: version 1.0.3\n[ 0.670941] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.672599] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.673904] NET: Registered protocol family 10\n[ 0.674908] NET: Registered protocol family 17\n[ 0.675818] Key type dns_resolver registered\n[ 0.676764] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.677881] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.679656] registered taskstats version 1\n[ 0.680506] Loading compiled-in X.509 certificates\n[ 0.681955] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.683845] zswap: loaded using pool lzo/zbud\n[ 0.685227] Key type trusted registered\n[ 0.686780] Key type encrypted registered\n[ 0.687642] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.688684] ima: No TPM chip found, activating TPM-bypass!\n[ 0.689736] evm: HMAC attrs: 0x1\n[ 0.691065] Magic number: 2:481:935\n[ 0.691917] rtc_cmos 00:00: setting system clock to 2018-09-04 12:54:43 UTC (1536065683)\n[ 0.693536] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.694669] EDD information not available.\n[ 0.775544] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.776986] ata1.00: configured for MWDMA2\n[ 0.778210] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.791012] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.792264] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.793529] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.795410] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.796968] Write protecting the kernel read-only data: 14336k\n[ 0.798550] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.800385] 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 0.98\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found 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.313584] 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.15...\nLease of 10.10.10.15 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.98s]\nping 10.10.10.8 OK\nping 10.10.10.7 OK\n"} 2018-09-04 12:55:10,536 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/4be71b24-f9ed-4629-90ec-354e91a3f392/action used request id req-26ac4d34-5e66-4d42-bd38-d8f2cefcb0d9 2018-09-04 12:55:11,542 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/servers/4be71b24-f9ed-4629-90ec-354e91a3f392/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}46aeac8783934b5184cb725c03a1bd8630e5ed0d" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-04 12:55:12,622 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12:55: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-77089299-c1d1-4e2e-b851-eef522d89429 x-compute-request-id: req-77089299-c1d1-4e2e-b851-eef522d89429 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 615486448 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 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.134785] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.136514] pid_max: default: 32768 minimum: 301\n[ 0.137484] ACPI: Core revision 20150930\n[ 0.138871] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.140222] Security Framework initialized\n[ 0.141059] Yama: becoming mindful.\n[ 0.141814] AppArmor: AppArmor initialized\n[ 0.142697] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.144085] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.145415] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.146698] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.148168] Initializing cgroup subsys io\n[ 0.149007] Initializing cgroup subsys memory\n[ 0.149909] Initializing cgroup subsys devices\n[ 0.150819] Initializing cgroup subsys freezer\n[ 0.151718] Initializing cgroup subsys net_cls\n[ 0.152613] Initializing cgroup subsys perf_event\n[ 0.153557] Initializing cgroup subsys net_prio\n[ 0.154483] Initializing cgroup subsys hugetlb\n[ 0.155384] Initializing cgroup subsys pids\n[ 0.156284] CPU: Physical Processor ID: 0\n[ 0.157884] mce: CPU supports 10 MCE banks\n[ 0.158766] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.159806] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.171463] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.177913] ftrace: allocating 31920 entries in 125 pages\n[ 0.203821] smpboot: Max logical packages: 1\n[ 0.204712] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.206109] x2apic enabled\n[ 0.206925] Switched APIC routing to physical x2apic.\n[ 0.208756] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.209922] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.211987] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.213839] KVM setup paravirtual spinlock\n[ 0.215180] x86: Booted up 1 node, 1 CPUs\n[ 0.216029] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.217461] devtmpfs: initialized\n[ 0.219204] evm: security.selinux\n[ 0.219952] evm: security.SMACK64\n[ 0.220675] evm: security.SMACK64EXEC\n[ 0.221459] evm: security.SMACK64TRANSMUTE\n[ 0.222367] evm: security.SMACK64MMAP\n[ 0.223178] evm: security.ima\n[ 0.223888] evm: security.capability\n[ 0.224777] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.226852] pinctrl core: initialized pinctrl subsystem\n[ 0.228107] RTC time: 12:54:42, date: 09/04/18\n[ 0.229161] NET: Registered protocol family 16\n[ 0.230252] cpuidle: using governor ladder\n[ 0.231145] cpuidle: using governor menu\n[ 0.232050] PCCT header not found.\n[ 0.232850] ACPI: bus type PCI registered\n[ 0.233713] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.235036] PCI: Using configuration type 1 for base access\n[ 0.236829] ACPI: Added _OSI(Module Device)\n[ 0.237748] ACPI: Added _OSI(Processor Device)\n[ 0.238688] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.239659] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.241823] ACPI: Interpreter enabled\n[ 0.242604] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.244479] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.246352] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.248222] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.250096] ACPI: (supports S0 S5)\n[ 0.250808] ACPI: Using IOAPIC for interrupt routing\n[ 0.251884] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.254998] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.256155] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.257405] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.258623] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.260879] acpiphp: Slot [3] registered\n[ 0.261691] acpiphp: Slot [4] registered\n[ 0.262502] acpiphp: Slot [5] registered\n[ 0.263316] acpiphp: Slot [6] registered\n[ 0.264125] acpiphp: Slot [7] registered\n[ 0.264935] acpiphp: Slot [8] registered\n[ 0.265747] acpiphp: Slot [9] registered\n[ 0.266556] acpiphp: Slot [10] registered\n[ 0.267382] acpiphp: Slot [11] registered\n[ 0.268202] acpiphp: Slot [12] registered\n[ 0.269021] acpiphp: Slot [13] registered\n[ 0.269836] acpiphp: Slot [14] registered\n[ 0.270655] acpiphp: Slot [15] registered\n[ 0.281646] acpiphp: Slot [16] registered\n[ 0.282474] acpiphp: Slot [17] registered\n[ 0.283295] acpiphp: Slot [18] registered\n[ 0.284110] acpiphp: Slot [19] registered\n[ 0.284923] acpiphp: Slot [20] registered\n[ 0.285752] acpiphp: Slot [21] registered\n[ 0.286575] acpiphp: Slot [22] registered\n[ 0.287396] acpiphp: Slot [23] registered\n[ 0.288217] acpiphp: Slot [24] registered\n[ 0.289036] acpiphp: Slot [25] registered\n[ 0.289856] acpiphp: Slot [26] registered\n[ 0.290681] acpiphp: Slot [27] registered\n[ 0.291504] acpiphp: Slot [28] registered\n[ 0.292325] acpiphp: Slot [29] registered\n[ 0.293142] acpiphp: Slot [30] registered\n[ 0.293962] acpiphp: Slot [31] registered\n[ 0.294782] PCI host bridge to bus 0000:00\n[ 0.295606] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.296833] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.298068] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.299534] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.300999] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.307325] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.308626] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.309818] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.311203] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.317632] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.319107] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.364530] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.366040] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.367476] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.368914] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.370323] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.371576] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.373130] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.374190] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.375744] vgaarb: loaded\n[ 0.376351] vgaarb: bridge control possible 0000:00:02.0\n[ 0.377498] SCSI subsystem initialized\n[ 0.378321] ACPI: bus type USB registered\n[ 0.379191] usbcore: registered new interface driver usbfs\n[ 0.380234] usbcore: registered new interface driver hub\n[ 0.381249] usbcore: registered new device driver usb\n[ 0.382315] PCI: Using ACPI for IRQ routing\n[ 0.383351] NetLabel: Initializing\n[ 0.384074] NetLabel: domain hash size = 128\n[ 0.384928] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.385887] NetLabel: unlabeled traffic allowed by default\n[ 0.386991] clocksource: Switched to clocksource kvm-clock\n[ 0.392388] AppArmor: AppArmor Filesystem Enabled\n[ 0.393359] pnp: PnP ACPI init\n[ 0.394275] pnp: PnP ACPI: found 5 devices\n[ 0.400648] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.402366] NET: Registered protocol family 2\n[ 0.403333] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.404614] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.405790] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.406954] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.408043] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.409219] NET: Registered protocol family 1\n[ 0.410090] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.411196] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.412275] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.426293] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.440520] Trying to unpack rootfs image as initramfs...\n[ 0.489774] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.503619] Scanning for low memory corruption every 60 seconds\n[ 0.504979] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.506144] audit: initializing netlink subsys (disabled)\n[ 0.507194] audit: type=2000 audit(1536065683.324:1): initialized\n[ 0.508520] Initialise system trusted keyring\n[ 0.509461] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.510648] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.512630] zbud: loaded\n[ 0.513340] VFS: Disk quotas dquot_6.6.0\n[ 0.514169] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.515702] fuse init (API version 7.23)\n[ 0.516611] Key type big_key registered\n[ 0.517428] Allocating IMA MOK and blacklist keyrings.\n[ 0.518911] Key type asymmetric registered\n[ 0.519765] Asymmetric key parser 'x509' registered\n[ 0.520744] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.522233] io scheduler noop registered\n[ 0.523049] io scheduler deadline registered (default)\n[ 0.524051] io scheduler cfq registered\n[ 0.524890] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.525962] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.527259] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.528724] ACPI: Power Button [PWRF]\n[ 0.529561] GHES: HEST is not enabled!\n[ 0.543314] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.573874] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.576491] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.600082] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.602229] Linux agpgart interface v0.103\n[ 0.604249] brd: module loaded\n[ 0.605439] loop: module loaded\n[ 0.610270] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.611743] GPT:90111 != 2097151\n[ 0.612434] GPT:Alternate GPT header not at the end of the disk.\n[ 0.613540] GPT:90111 != 2097151\n[ 0.614222] GPT: Use GNU Parted to correct GPT errors.\n[ 0.615204] vda: vda1 vda15\n[ 0.616657] scsi host0: ata_piix\n[ 0.617413] scsi host1: ata_piix\n[ 0.618127] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.619369] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.620829] libphy: Fixed MDIO Bus: probed\n[ 0.621656] tun: Universal TUN/TAP device driver, 1.6\n[ 0.622613] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.624770] PPP generic driver version 2.4.2\n[ 0.625668] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.626945] ehci-pci: EHCI PCI platform driver\n[ 0.627837] ehci-platform: EHCI generic platform driver\n[ 0.628846] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.629986] ohci-pci: OHCI PCI platform driver\n[ 0.630863] ohci-platform: OHCI generic platform driver\n[ 0.631871] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.646181] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.647198] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.648677] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.649725] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.650865] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.652118] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.653564] usb usb1: Product: UHCI Host Controller\n[ 0.654514] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.655678] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.656688] hub 1-0:1.0: USB hub found\n[ 0.657476] hub 1-0:1.0: 2 ports detected\n[ 0.658389] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.660542] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.661517] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.662553] mousedev: PS/2 mouse device common for all mice\n[ 0.663836] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.665693] rtc_cmos 00:00: RTC can wake from S4\n[ 0.666800] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.668026] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.669232] i2c /dev entries driver\n[ 0.669991] device-mapper: uevent: version 1.0.3\n[ 0.670941] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.672599] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.673904] NET: Registered protocol family 10\n[ 0.674908] NET: Registered protocol family 17\n[ 0.675818] Key type dns_resolver registered\n[ 0.676764] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.677881] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.679656] registered taskstats version 1\n[ 0.680506] Loading compiled-in X.509 certificates\n[ 0.681955] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.683845] zswap: loaded using pool lzo/zbud\n[ 0.685227] Key type trusted registered\n[ 0.686780] Key type encrypted registered\n[ 0.687642] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.688684] ima: No TPM chip found, activating TPM-bypass!\n[ 0.689736] evm: HMAC attrs: 0x1\n[ 0.691065] Magic number: 2:481:935\n[ 0.691917] rtc_cmos 00:00: setting system clock to 2018-09-04 12:54:43 UTC (1536065683)\n[ 0.693536] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.694669] EDD information not available.\n[ 0.775544] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.776986] ata1.00: configured for MWDMA2\n[ 0.778210] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.791012] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.792264] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.793529] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.795410] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.796968] Write protecting the kernel read-only data: 14336k\n[ 0.798550] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.800385] 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 0.98\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found 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.313584] 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.15...\nLease of 10.10.10.15 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.98s]\nping 10.10.10.8 OK\nping 10.10.10.7 OK\n"} 2018-09-04 12:55:12,623 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/4be71b24-f9ed-4629-90ec-354e91a3f392/action used request id req-77089299-c1d1-4e2e-b851-eef522d89429 2018-09-04 12:55:13,629 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/servers/4be71b24-f9ed-4629-90ec-354e91a3f392/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}46aeac8783934b5184cb725c03a1bd8630e5ed0d" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-04 12:55:14,705 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12: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-cd70db48-bb87-4e01-a894-766f23a226fd x-compute-request-id: req-cd70db48-bb87-4e01-a894-766f23a226fd Content-Encoding: gzip Content-Length: 8095 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 615486448 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 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.134785] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.136514] pid_max: default: 32768 minimum: 301\n[ 0.137484] ACPI: Core revision 20150930\n[ 0.138871] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.140222] Security Framework initialized\n[ 0.141059] Yama: becoming mindful.\n[ 0.141814] AppArmor: AppArmor initialized\n[ 0.142697] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.144085] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.145415] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.146698] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.148168] Initializing cgroup subsys io\n[ 0.149007] Initializing cgroup subsys memory\n[ 0.149909] Initializing cgroup subsys devices\n[ 0.150819] Initializing cgroup subsys freezer\n[ 0.151718] Initializing cgroup subsys net_cls\n[ 0.152613] Initializing cgroup subsys perf_event\n[ 0.153557] Initializing cgroup subsys net_prio\n[ 0.154483] Initializing cgroup subsys hugetlb\n[ 0.155384] Initializing cgroup subsys pids\n[ 0.156284] CPU: Physical Processor ID: 0\n[ 0.157884] mce: CPU supports 10 MCE banks\n[ 0.158766] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.159806] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.171463] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.177913] ftrace: allocating 31920 entries in 125 pages\n[ 0.203821] smpboot: Max logical packages: 1\n[ 0.204712] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.206109] x2apic enabled\n[ 0.206925] Switched APIC routing to physical x2apic.\n[ 0.208756] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.209922] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.211987] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.213839] KVM setup paravirtual spinlock\n[ 0.215180] x86: Booted up 1 node, 1 CPUs\n[ 0.216029] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.217461] devtmpfs: initialized\n[ 0.219204] evm: security.selinux\n[ 0.219952] evm: security.SMACK64\n[ 0.220675] evm: security.SMACK64EXEC\n[ 0.221459] evm: security.SMACK64TRANSMUTE\n[ 0.222367] evm: security.SMACK64MMAP\n[ 0.223178] evm: security.ima\n[ 0.223888] evm: security.capability\n[ 0.224777] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.226852] pinctrl core: initialized pinctrl subsystem\n[ 0.228107] RTC time: 12:54:42, date: 09/04/18\n[ 0.229161] NET: Registered protocol family 16\n[ 0.230252] cpuidle: using governor ladder\n[ 0.231145] cpuidle: using governor menu\n[ 0.232050] PCCT header not found.\n[ 0.232850] ACPI: bus type PCI registered\n[ 0.233713] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.235036] PCI: Using configuration type 1 for base access\n[ 0.236829] ACPI: Added _OSI(Module Device)\n[ 0.237748] ACPI: Added _OSI(Processor Device)\n[ 0.238688] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.239659] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.241823] ACPI: Interpreter enabled\n[ 0.242604] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.244479] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.246352] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.248222] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.250096] ACPI: (supports S0 S5)\n[ 0.250808] ACPI: Using IOAPIC for interrupt routing\n[ 0.251884] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.254998] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.256155] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.257405] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.258623] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.260879] acpiphp: Slot [3] registered\n[ 0.261691] acpiphp: Slot [4] registered\n[ 0.262502] acpiphp: Slot [5] registered\n[ 0.263316] acpiphp: Slot [6] registered\n[ 0.264125] acpiphp: Slot [7] registered\n[ 0.264935] acpiphp: Slot [8] registered\n[ 0.265747] acpiphp: Slot [9] registered\n[ 0.266556] acpiphp: Slot [10] registered\n[ 0.267382] acpiphp: Slot [11] registered\n[ 0.268202] acpiphp: Slot [12] registered\n[ 0.269021] acpiphp: Slot [13] registered\n[ 0.269836] acpiphp: Slot [14] registered\n[ 0.270655] acpiphp: Slot [15] registered\n[ 0.281646] acpiphp: Slot [16] registered\n[ 0.282474] acpiphp: Slot [17] registered\n[ 0.283295] acpiphp: Slot [18] registered\n[ 0.284110] acpiphp: Slot [19] registered\n[ 0.284923] acpiphp: Slot [20] registered\n[ 0.285752] acpiphp: Slot [21] registered\n[ 0.286575] acpiphp: Slot [22] registered\n[ 0.287396] acpiphp: Slot [23] registered\n[ 0.288217] acpiphp: Slot [24] registered\n[ 0.289036] acpiphp: Slot [25] registered\n[ 0.289856] acpiphp: Slot [26] registered\n[ 0.290681] acpiphp: Slot [27] registered\n[ 0.291504] acpiphp: Slot [28] registered\n[ 0.292325] acpiphp: Slot [29] registered\n[ 0.293142] acpiphp: Slot [30] registered\n[ 0.293962] acpiphp: Slot [31] registered\n[ 0.294782] PCI host bridge to bus 0000:00\n[ 0.295606] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.296833] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.298068] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.299534] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.300999] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.307325] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.308626] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.309818] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.311203] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.317632] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.319107] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.364530] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.366040] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.367476] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.368914] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.370323] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.371576] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.373130] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.374190] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.375744] vgaarb: loaded\n[ 0.376351] vgaarb: bridge control possible 0000:00:02.0\n[ 0.377498] SCSI subsystem initialized\n[ 0.378321] ACPI: bus type USB registered\n[ 0.379191] usbcore: registered new interface driver usbfs\n[ 0.380234] usbcore: registered new interface driver hub\n[ 0.381249] usbcore: registered new device driver usb\n[ 0.382315] PCI: Using ACPI for IRQ routing\n[ 0.383351] NetLabel: Initializing\n[ 0.384074] NetLabel: domain hash size = 128\n[ 0.384928] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.385887] NetLabel: unlabeled traffic allowed by default\n[ 0.386991] clocksource: Switched to clocksource kvm-clock\n[ 0.392388] AppArmor: AppArmor Filesystem Enabled\n[ 0.393359] pnp: PnP ACPI init\n[ 0.394275] pnp: PnP ACPI: found 5 devices\n[ 0.400648] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.402366] NET: Registered protocol family 2\n[ 0.403333] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.404614] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.405790] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.406954] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.408043] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.409219] NET: Registered protocol family 1\n[ 0.410090] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.411196] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.412275] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.426293] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.440520] Trying to unpack rootfs image as initramfs...\n[ 0.489774] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.503619] Scanning for low memory corruption every 60 seconds\n[ 0.504979] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.506144] audit: initializing netlink subsys (disabled)\n[ 0.507194] audit: type=2000 audit(1536065683.324:1): initialized\n[ 0.508520] Initialise system trusted keyring\n[ 0.509461] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.510648] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.512630] zbud: loaded\n[ 0.513340] VFS: Disk quotas dquot_6.6.0\n[ 0.514169] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.515702] fuse init (API version 7.23)\n[ 0.516611] Key type big_key registered\n[ 0.517428] Allocating IMA MOK and blacklist keyrings.\n[ 0.518911] Key type asymmetric registered\n[ 0.519765] Asymmetric key parser 'x509' registered\n[ 0.520744] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.522233] io scheduler noop registered\n[ 0.523049] io scheduler deadline registered (default)\n[ 0.524051] io scheduler cfq registered\n[ 0.524890] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.525962] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.527259] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.528724] ACPI: Power Button [PWRF]\n[ 0.529561] GHES: HEST is not enabled!\n[ 0.543314] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.573874] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.576491] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.600082] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.602229] Linux agpgart interface v0.103\n[ 0.604249] brd: module loaded\n[ 0.605439] loop: module loaded\n[ 0.610270] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.611743] GPT:90111 != 2097151\n[ 0.612434] GPT:Alternate GPT header not at the end of the disk.\n[ 0.613540] GPT:90111 != 2097151\n[ 0.614222] GPT: Use GNU Parted to correct GPT errors.\n[ 0.615204] vda: vda1 vda15\n[ 0.616657] scsi host0: ata_piix\n[ 0.617413] scsi host1: ata_piix\n[ 0.618127] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.619369] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.620829] libphy: Fixed MDIO Bus: probed\n[ 0.621656] tun: Universal TUN/TAP device driver, 1.6\n[ 0.622613] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.624770] PPP generic driver version 2.4.2\n[ 0.625668] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.626945] ehci-pci: EHCI PCI platform driver\n[ 0.627837] ehci-platform: EHCI generic platform driver\n[ 0.628846] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.629986] ohci-pci: OHCI PCI platform driver\n[ 0.630863] ohci-platform: OHCI generic platform driver\n[ 0.631871] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.646181] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.647198] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.648677] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.649725] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.650865] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.652118] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.653564] usb usb1: Product: UHCI Host Controller\n[ 0.654514] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.655678] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.656688] hub 1-0:1.0: USB hub found\n[ 0.657476] hub 1-0:1.0: 2 ports detected\n[ 0.658389] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.660542] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.661517] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.662553] mousedev: PS/2 mouse device common for all mice\n[ 0.663836] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.665693] rtc_cmos 00:00: RTC can wake from S4\n[ 0.666800] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.668026] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.669232] i2c /dev entries driver\n[ 0.669991] device-mapper: uevent: version 1.0.3\n[ 0.670941] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.672599] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.673904] NET: Registered protocol family 10\n[ 0.674908] NET: Registered protocol family 17\n[ 0.675818] Key type dns_resolver registered\n[ 0.676764] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.677881] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.679656] registered taskstats version 1\n[ 0.680506] Loading compiled-in X.509 certificates\n[ 0.681955] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.683845] zswap: loaded using pool lzo/zbud\n[ 0.685227] Key type trusted registered\n[ 0.686780] Key type encrypted registered\n[ 0.687642] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.688684] ima: No TPM chip found, activating TPM-bypass!\n[ 0.689736] evm: HMAC attrs: 0x1\n[ 0.691065] Magic number: 2:481:935\n[ 0.691917] rtc_cmos 00:00: setting system clock to 2018-09-04 12:54:43 UTC (1536065683)\n[ 0.693536] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.694669] EDD information not available.\n[ 0.775544] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.776986] ata1.00: configured for MWDMA2\n[ 0.778210] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.791012] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.792264] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.793529] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.795410] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.796968] Write protecting the kernel read-only data: 14336k\n[ 0.798550] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.800385] 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 0.98\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found 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.313584] 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.15...\nLease of 10.10.10.15 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.98s]\nping 10.10.10.8 OK\nping 10.10.10.7 OK\nping 10.10.10.8 OK\n"} 2018-09-04 12:55:14,706 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/4be71b24-f9ed-4629-90ec-354e91a3f392/action used request id req-cd70db48-bb87-4e01-a894-766f23a226fd 2018-09-04 12:55:15,712 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/servers/4be71b24-f9ed-4629-90ec-354e91a3f392/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}46aeac8783934b5184cb725c03a1bd8630e5ed0d" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-04 12:55:16,780 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12:55: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-6eab855e-b842-4c00-8b0d-5f349fe30637 x-compute-request-id: req-6eab855e-b842-4c00-8b0d-5f349fe30637 Content-Encoding: gzip Content-Length: 8095 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 615486448 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 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.134785] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.136514] pid_max: default: 32768 minimum: 301\n[ 0.137484] ACPI: Core revision 20150930\n[ 0.138871] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.140222] Security Framework initialized\n[ 0.141059] Yama: becoming mindful.\n[ 0.141814] AppArmor: AppArmor initialized\n[ 0.142697] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.144085] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.145415] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.146698] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.148168] Initializing cgroup subsys io\n[ 0.149007] Initializing cgroup subsys memory\n[ 0.149909] Initializing cgroup subsys devices\n[ 0.150819] Initializing cgroup subsys freezer\n[ 0.151718] Initializing cgroup subsys net_cls\n[ 0.152613] Initializing cgroup subsys perf_event\n[ 0.153557] Initializing cgroup subsys net_prio\n[ 0.154483] Initializing cgroup subsys hugetlb\n[ 0.155384] Initializing cgroup subsys pids\n[ 0.156284] CPU: Physical Processor ID: 0\n[ 0.157884] mce: CPU supports 10 MCE banks\n[ 0.158766] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.159806] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.171463] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.177913] ftrace: allocating 31920 entries in 125 pages\n[ 0.203821] smpboot: Max logical packages: 1\n[ 0.204712] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.206109] x2apic enabled\n[ 0.206925] Switched APIC routing to physical x2apic.\n[ 0.208756] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.209922] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.211987] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.213839] KVM setup paravirtual spinlock\n[ 0.215180] x86: Booted up 1 node, 1 CPUs\n[ 0.216029] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.217461] devtmpfs: initialized\n[ 0.219204] evm: security.selinux\n[ 0.219952] evm: security.SMACK64\n[ 0.220675] evm: security.SMACK64EXEC\n[ 0.221459] evm: security.SMACK64TRANSMUTE\n[ 0.222367] evm: security.SMACK64MMAP\n[ 0.223178] evm: security.ima\n[ 0.223888] evm: security.capability\n[ 0.224777] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.226852] pinctrl core: initialized pinctrl subsystem\n[ 0.228107] RTC time: 12:54:42, date: 09/04/18\n[ 0.229161] NET: Registered protocol family 16\n[ 0.230252] cpuidle: using governor ladder\n[ 0.231145] cpuidle: using governor menu\n[ 0.232050] PCCT header not found.\n[ 0.232850] ACPI: bus type PCI registered\n[ 0.233713] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.235036] PCI: Using configuration type 1 for base access\n[ 0.236829] ACPI: Added _OSI(Module Device)\n[ 0.237748] ACPI: Added _OSI(Processor Device)\n[ 0.238688] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.239659] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.241823] ACPI: Interpreter enabled\n[ 0.242604] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.244479] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.246352] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.248222] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.250096] ACPI: (supports S0 S5)\n[ 0.250808] ACPI: Using IOAPIC for interrupt routing\n[ 0.251884] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.254998] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.256155] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.257405] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.258623] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.260879] acpiphp: Slot [3] registered\n[ 0.261691] acpiphp: Slot [4] registered\n[ 0.262502] acpiphp: Slot [5] registered\n[ 0.263316] acpiphp: Slot [6] registered\n[ 0.264125] acpiphp: Slot [7] registered\n[ 0.264935] acpiphp: Slot [8] registered\n[ 0.265747] acpiphp: Slot [9] registered\n[ 0.266556] acpiphp: Slot [10] registered\n[ 0.267382] acpiphp: Slot [11] registered\n[ 0.268202] acpiphp: Slot [12] registered\n[ 0.269021] acpiphp: Slot [13] registered\n[ 0.269836] acpiphp: Slot [14] registered\n[ 0.270655] acpiphp: Slot [15] registered\n[ 0.281646] acpiphp: Slot [16] registered\n[ 0.282474] acpiphp: Slot [17] registered\n[ 0.283295] acpiphp: Slot [18] registered\n[ 0.284110] acpiphp: Slot [19] registered\n[ 0.284923] acpiphp: Slot [20] registered\n[ 0.285752] acpiphp: Slot [21] registered\n[ 0.286575] acpiphp: Slot [22] registered\n[ 0.287396] acpiphp: Slot [23] registered\n[ 0.288217] acpiphp: Slot [24] registered\n[ 0.289036] acpiphp: Slot [25] registered\n[ 0.289856] acpiphp: Slot [26] registered\n[ 0.290681] acpiphp: Slot [27] registered\n[ 0.291504] acpiphp: Slot [28] registered\n[ 0.292325] acpiphp: Slot [29] registered\n[ 0.293142] acpiphp: Slot [30] registered\n[ 0.293962] acpiphp: Slot [31] registered\n[ 0.294782] PCI host bridge to bus 0000:00\n[ 0.295606] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.296833] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.298068] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.299534] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.300999] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.307325] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.308626] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.309818] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.311203] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.317632] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.319107] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.364530] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.366040] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.367476] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.368914] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.370323] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.371576] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.373130] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.374190] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.375744] vgaarb: loaded\n[ 0.376351] vgaarb: bridge control possible 0000:00:02.0\n[ 0.377498] SCSI subsystem initialized\n[ 0.378321] ACPI: bus type USB registered\n[ 0.379191] usbcore: registered new interface driver usbfs\n[ 0.380234] usbcore: registered new interface driver hub\n[ 0.381249] usbcore: registered new device driver usb\n[ 0.382315] PCI: Using ACPI for IRQ routing\n[ 0.383351] NetLabel: Initializing\n[ 0.384074] NetLabel: domain hash size = 128\n[ 0.384928] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.385887] NetLabel: unlabeled traffic allowed by default\n[ 0.386991] clocksource: Switched to clocksource kvm-clock\n[ 0.392388] AppArmor: AppArmor Filesystem Enabled\n[ 0.393359] pnp: PnP ACPI init\n[ 0.394275] pnp: PnP ACPI: found 5 devices\n[ 0.400648] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.402366] NET: Registered protocol family 2\n[ 0.403333] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.404614] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.405790] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.406954] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.408043] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.409219] NET: Registered protocol family 1\n[ 0.410090] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.411196] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.412275] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.426293] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.440520] Trying to unpack rootfs image as initramfs...\n[ 0.489774] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.503619] Scanning for low memory corruption every 60 seconds\n[ 0.504979] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.506144] audit: initializing netlink subsys (disabled)\n[ 0.507194] audit: type=2000 audit(1536065683.324:1): initialized\n[ 0.508520] Initialise system trusted keyring\n[ 0.509461] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.510648] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.512630] zbud: loaded\n[ 0.513340] VFS: Disk quotas dquot_6.6.0\n[ 0.514169] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.515702] fuse init (API version 7.23)\n[ 0.516611] Key type big_key registered\n[ 0.517428] Allocating IMA MOK and blacklist keyrings.\n[ 0.518911] Key type asymmetric registered\n[ 0.519765] Asymmetric key parser 'x509' registered\n[ 0.520744] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.522233] io scheduler noop registered\n[ 0.523049] io scheduler deadline registered (default)\n[ 0.524051] io scheduler cfq registered\n[ 0.524890] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.525962] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.527259] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.528724] ACPI: Power Button [PWRF]\n[ 0.529561] GHES: HEST is not enabled!\n[ 0.543314] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.573874] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.576491] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.600082] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.602229] Linux agpgart interface v0.103\n[ 0.604249] brd: module loaded\n[ 0.605439] loop: module loaded\n[ 0.610270] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.611743] GPT:90111 != 2097151\n[ 0.612434] GPT:Alternate GPT header not at the end of the disk.\n[ 0.613540] GPT:90111 != 2097151\n[ 0.614222] GPT: Use GNU Parted to correct GPT errors.\n[ 0.615204] vda: vda1 vda15\n[ 0.616657] scsi host0: ata_piix\n[ 0.617413] scsi host1: ata_piix\n[ 0.618127] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.619369] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.620829] libphy: Fixed MDIO Bus: probed\n[ 0.621656] tun: Universal TUN/TAP device driver, 1.6\n[ 0.622613] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.624770] PPP generic driver version 2.4.2\n[ 0.625668] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.626945] ehci-pci: EHCI PCI platform driver\n[ 0.627837] ehci-platform: EHCI generic platform driver\n[ 0.628846] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.629986] ohci-pci: OHCI PCI platform driver\n[ 0.630863] ohci-platform: OHCI generic platform driver\n[ 0.631871] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.646181] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.647198] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.648677] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.649725] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.650865] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.652118] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.653564] usb usb1: Product: UHCI Host Controller\n[ 0.654514] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.655678] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.656688] hub 1-0:1.0: USB hub found\n[ 0.657476] hub 1-0:1.0: 2 ports detected\n[ 0.658389] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.660542] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.661517] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.662553] mousedev: PS/2 mouse device common for all mice\n[ 0.663836] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.665693] rtc_cmos 00:00: RTC can wake from S4\n[ 0.666800] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.668026] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.669232] i2c /dev entries driver\n[ 0.669991] device-mapper: uevent: version 1.0.3\n[ 0.670941] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.672599] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.673904] NET: Registered protocol family 10\n[ 0.674908] NET: Registered protocol family 17\n[ 0.675818] Key type dns_resolver registered\n[ 0.676764] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.677881] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.679656] registered taskstats version 1\n[ 0.680506] Loading compiled-in X.509 certificates\n[ 0.681955] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.683845] zswap: loaded using pool lzo/zbud\n[ 0.685227] Key type trusted registered\n[ 0.686780] Key type encrypted registered\n[ 0.687642] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.688684] ima: No TPM chip found, activating TPM-bypass!\n[ 0.689736] evm: HMAC attrs: 0x1\n[ 0.691065] Magic number: 2:481:935\n[ 0.691917] rtc_cmos 00:00: setting system clock to 2018-09-04 12:54:43 UTC (1536065683)\n[ 0.693536] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.694669] EDD information not available.\n[ 0.775544] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.776986] ata1.00: configured for MWDMA2\n[ 0.778210] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.791012] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.792264] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.793529] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.795410] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.796968] Write protecting the kernel read-only data: 14336k\n[ 0.798550] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.800385] 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 0.98\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found 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.313584] 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.15...\nLease of 10.10.10.15 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.98s]\nping 10.10.10.8 OK\nping 10.10.10.7 OK\nping 10.10.10.8 OK\n"} 2018-09-04 12:55:16,781 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/4be71b24-f9ed-4629-90ec-354e91a3f392/action used request id req-6eab855e-b842-4c00-8b0d-5f349fe30637 2018-09-04 12:55:17,787 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/servers/4be71b24-f9ed-4629-90ec-354e91a3f392/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}46aeac8783934b5184cb725c03a1bd8630e5ed0d" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-04 12:55:18,865 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12: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-593604e3-c29d-44a1-91fa-336cd54e4c82 x-compute-request-id: req-593604e3-c29d-44a1-91fa-336cd54e4c82 Content-Encoding: gzip Content-Length: 8095 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 615486448 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 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.134785] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.136514] pid_max: default: 32768 minimum: 301\n[ 0.137484] ACPI: Core revision 20150930\n[ 0.138871] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.140222] Security Framework initialized\n[ 0.141059] Yama: becoming mindful.\n[ 0.141814] AppArmor: AppArmor initialized\n[ 0.142697] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.144085] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.145415] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.146698] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.148168] Initializing cgroup subsys io\n[ 0.149007] Initializing cgroup subsys memory\n[ 0.149909] Initializing cgroup subsys devices\n[ 0.150819] Initializing cgroup subsys freezer\n[ 0.151718] Initializing cgroup subsys net_cls\n[ 0.152613] Initializing cgroup subsys perf_event\n[ 0.153557] Initializing cgroup subsys net_prio\n[ 0.154483] Initializing cgroup subsys hugetlb\n[ 0.155384] Initializing cgroup subsys pids\n[ 0.156284] CPU: Physical Processor ID: 0\n[ 0.157884] mce: CPU supports 10 MCE banks\n[ 0.158766] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.159806] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.171463] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.177913] ftrace: allocating 31920 entries in 125 pages\n[ 0.203821] smpboot: Max logical packages: 1\n[ 0.204712] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.206109] x2apic enabled\n[ 0.206925] Switched APIC routing to physical x2apic.\n[ 0.208756] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.209922] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.211987] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.213839] KVM setup paravirtual spinlock\n[ 0.215180] x86: Booted up 1 node, 1 CPUs\n[ 0.216029] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.217461] devtmpfs: initialized\n[ 0.219204] evm: security.selinux\n[ 0.219952] evm: security.SMACK64\n[ 0.220675] evm: security.SMACK64EXEC\n[ 0.221459] evm: security.SMACK64TRANSMUTE\n[ 0.222367] evm: security.SMACK64MMAP\n[ 0.223178] evm: security.ima\n[ 0.223888] evm: security.capability\n[ 0.224777] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.226852] pinctrl core: initialized pinctrl subsystem\n[ 0.228107] RTC time: 12:54:42, date: 09/04/18\n[ 0.229161] NET: Registered protocol family 16\n[ 0.230252] cpuidle: using governor ladder\n[ 0.231145] cpuidle: using governor menu\n[ 0.232050] PCCT header not found.\n[ 0.232850] ACPI: bus type PCI registered\n[ 0.233713] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.235036] PCI: Using configuration type 1 for base access\n[ 0.236829] ACPI: Added _OSI(Module Device)\n[ 0.237748] ACPI: Added _OSI(Processor Device)\n[ 0.238688] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.239659] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.241823] ACPI: Interpreter enabled\n[ 0.242604] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.244479] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.246352] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.248222] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.250096] ACPI: (supports S0 S5)\n[ 0.250808] ACPI: Using IOAPIC for interrupt routing\n[ 0.251884] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.254998] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.256155] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.257405] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.258623] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.260879] acpiphp: Slot [3] registered\n[ 0.261691] acpiphp: Slot [4] registered\n[ 0.262502] acpiphp: Slot [5] registered\n[ 0.263316] acpiphp: Slot [6] registered\n[ 0.264125] acpiphp: Slot [7] registered\n[ 0.264935] acpiphp: Slot [8] registered\n[ 0.265747] acpiphp: Slot [9] registered\n[ 0.266556] acpiphp: Slot [10] registered\n[ 0.267382] acpiphp: Slot [11] registered\n[ 0.268202] acpiphp: Slot [12] registered\n[ 0.269021] acpiphp: Slot [13] registered\n[ 0.269836] acpiphp: Slot [14] registered\n[ 0.270655] acpiphp: Slot [15] registered\n[ 0.281646] acpiphp: Slot [16] registered\n[ 0.282474] acpiphp: Slot [17] registered\n[ 0.283295] acpiphp: Slot [18] registered\n[ 0.284110] acpiphp: Slot [19] registered\n[ 0.284923] acpiphp: Slot [20] registered\n[ 0.285752] acpiphp: Slot [21] registered\n[ 0.286575] acpiphp: Slot [22] registered\n[ 0.287396] acpiphp: Slot [23] registered\n[ 0.288217] acpiphp: Slot [24] registered\n[ 0.289036] acpiphp: Slot [25] registered\n[ 0.289856] acpiphp: Slot [26] registered\n[ 0.290681] acpiphp: Slot [27] registered\n[ 0.291504] acpiphp: Slot [28] registered\n[ 0.292325] acpiphp: Slot [29] registered\n[ 0.293142] acpiphp: Slot [30] registered\n[ 0.293962] acpiphp: Slot [31] registered\n[ 0.294782] PCI host bridge to bus 0000:00\n[ 0.295606] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.296833] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.298068] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.299534] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.300999] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.307325] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.308626] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.309818] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.311203] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.317632] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.319107] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.364530] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.366040] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.367476] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.368914] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.370323] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.371576] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.373130] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.374190] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.375744] vgaarb: loaded\n[ 0.376351] vgaarb: bridge control possible 0000:00:02.0\n[ 0.377498] SCSI subsystem initialized\n[ 0.378321] ACPI: bus type USB registered\n[ 0.379191] usbcore: registered new interface driver usbfs\n[ 0.380234] usbcore: registered new interface driver hub\n[ 0.381249] usbcore: registered new device driver usb\n[ 0.382315] PCI: Using ACPI for IRQ routing\n[ 0.383351] NetLabel: Initializing\n[ 0.384074] NetLabel: domain hash size = 128\n[ 0.384928] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.385887] NetLabel: unlabeled traffic allowed by default\n[ 0.386991] clocksource: Switched to clocksource kvm-clock\n[ 0.392388] AppArmor: AppArmor Filesystem Enabled\n[ 0.393359] pnp: PnP ACPI init\n[ 0.394275] pnp: PnP ACPI: found 5 devices\n[ 0.400648] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.402366] NET: Registered protocol family 2\n[ 0.403333] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.404614] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.405790] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.406954] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.408043] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.409219] NET: Registered protocol family 1\n[ 0.410090] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.411196] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.412275] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.426293] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.440520] Trying to unpack rootfs image as initramfs...\n[ 0.489774] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.503619] Scanning for low memory corruption every 60 seconds\n[ 0.504979] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.506144] audit: initializing netlink subsys (disabled)\n[ 0.507194] audit: type=2000 audit(1536065683.324:1): initialized\n[ 0.508520] Initialise system trusted keyring\n[ 0.509461] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.510648] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.512630] zbud: loaded\n[ 0.513340] VFS: Disk quotas dquot_6.6.0\n[ 0.514169] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.515702] fuse init (API version 7.23)\n[ 0.516611] Key type big_key registered\n[ 0.517428] Allocating IMA MOK and blacklist keyrings.\n[ 0.518911] Key type asymmetric registered\n[ 0.519765] Asymmetric key parser 'x509' registered\n[ 0.520744] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.522233] io scheduler noop registered\n[ 0.523049] io scheduler deadline registered (default)\n[ 0.524051] io scheduler cfq registered\n[ 0.524890] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.525962] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.527259] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.528724] ACPI: Power Button [PWRF]\n[ 0.529561] GHES: HEST is not enabled!\n[ 0.543314] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.573874] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.576491] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.600082] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.602229] Linux agpgart interface v0.103\n[ 0.604249] brd: module loaded\n[ 0.605439] loop: module loaded\n[ 0.610270] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.611743] GPT:90111 != 2097151\n[ 0.612434] GPT:Alternate GPT header not at the end of the disk.\n[ 0.613540] GPT:90111 != 2097151\n[ 0.614222] GPT: Use GNU Parted to correct GPT errors.\n[ 0.615204] vda: vda1 vda15\n[ 0.616657] scsi host0: ata_piix\n[ 0.617413] scsi host1: ata_piix\n[ 0.618127] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.619369] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.620829] libphy: Fixed MDIO Bus: probed\n[ 0.621656] tun: Universal TUN/TAP device driver, 1.6\n[ 0.622613] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.624770] PPP generic driver version 2.4.2\n[ 0.625668] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.626945] ehci-pci: EHCI PCI platform driver\n[ 0.627837] ehci-platform: EHCI generic platform driver\n[ 0.628846] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.629986] ohci-pci: OHCI PCI platform driver\n[ 0.630863] ohci-platform: OHCI generic platform driver\n[ 0.631871] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.646181] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.647198] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.648677] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.649725] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.650865] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.652118] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.653564] usb usb1: Product: UHCI Host Controller\n[ 0.654514] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.655678] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.656688] hub 1-0:1.0: USB hub found\n[ 0.657476] hub 1-0:1.0: 2 ports detected\n[ 0.658389] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.660542] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.661517] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.662553] mousedev: PS/2 mouse device common for all mice\n[ 0.663836] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.665693] rtc_cmos 00:00: RTC can wake from S4\n[ 0.666800] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.668026] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.669232] i2c /dev entries driver\n[ 0.669991] device-mapper: uevent: version 1.0.3\n[ 0.670941] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.672599] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.673904] NET: Registered protocol family 10\n[ 0.674908] NET: Registered protocol family 17\n[ 0.675818] Key type dns_resolver registered\n[ 0.676764] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.677881] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.679656] registered taskstats version 1\n[ 0.680506] Loading compiled-in X.509 certificates\n[ 0.681955] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.683845] zswap: loaded using pool lzo/zbud\n[ 0.685227] Key type trusted registered\n[ 0.686780] Key type encrypted registered\n[ 0.687642] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.688684] ima: No TPM chip found, activating TPM-bypass!\n[ 0.689736] evm: HMAC attrs: 0x1\n[ 0.691065] Magic number: 2:481:935\n[ 0.691917] rtc_cmos 00:00: setting system clock to 2018-09-04 12:54:43 UTC (1536065683)\n[ 0.693536] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.694669] EDD information not available.\n[ 0.775544] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.776986] ata1.00: configured for MWDMA2\n[ 0.778210] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.791012] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.792264] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.793529] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.795410] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.796968] Write protecting the kernel read-only data: 14336k\n[ 0.798550] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.800385] 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 0.98\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found 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.313584] 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.15...\nLease of 10.10.10.15 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.98s]\nping 10.10.10.8 OK\nping 10.10.10.7 OK\nping 10.10.10.8 OK\n"} 2018-09-04 12:55:18,866 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/4be71b24-f9ed-4629-90ec-354e91a3f392/action used request id req-593604e3-c29d-44a1-91fa-336cd54e4c82 2018-09-04 12:55:19,871 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/servers/4be71b24-f9ed-4629-90ec-354e91a3f392/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}46aeac8783934b5184cb725c03a1bd8630e5ed0d" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-04 12:55:20,943 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12: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-ca866faa-2973-4038-86d6-aa985acb00e0 x-compute-request-id: req-ca866faa-2973-4038-86d6-aa985acb00e0 Content-Encoding: gzip Content-Length: 8095 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 615486448 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 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.134785] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.136514] pid_max: default: 32768 minimum: 301\n[ 0.137484] ACPI: Core revision 20150930\n[ 0.138871] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.140222] Security Framework initialized\n[ 0.141059] Yama: becoming mindful.\n[ 0.141814] AppArmor: AppArmor initialized\n[ 0.142697] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.144085] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.145415] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.146698] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.148168] Initializing cgroup subsys io\n[ 0.149007] Initializing cgroup subsys memory\n[ 0.149909] Initializing cgroup subsys devices\n[ 0.150819] Initializing cgroup subsys freezer\n[ 0.151718] Initializing cgroup subsys net_cls\n[ 0.152613] Initializing cgroup subsys perf_event\n[ 0.153557] Initializing cgroup subsys net_prio\n[ 0.154483] Initializing cgroup subsys hugetlb\n[ 0.155384] Initializing cgroup subsys pids\n[ 0.156284] CPU: Physical Processor ID: 0\n[ 0.157884] mce: CPU supports 10 MCE banks\n[ 0.158766] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.159806] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.171463] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.177913] ftrace: allocating 31920 entries in 125 pages\n[ 0.203821] smpboot: Max logical packages: 1\n[ 0.204712] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.206109] x2apic enabled\n[ 0.206925] Switched APIC routing to physical x2apic.\n[ 0.208756] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.209922] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.211987] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.213839] KVM setup paravirtual spinlock\n[ 0.215180] x86: Booted up 1 node, 1 CPUs\n[ 0.216029] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.217461] devtmpfs: initialized\n[ 0.219204] evm: security.selinux\n[ 0.219952] evm: security.SMACK64\n[ 0.220675] evm: security.SMACK64EXEC\n[ 0.221459] evm: security.SMACK64TRANSMUTE\n[ 0.222367] evm: security.SMACK64MMAP\n[ 0.223178] evm: security.ima\n[ 0.223888] evm: security.capability\n[ 0.224777] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.226852] pinctrl core: initialized pinctrl subsystem\n[ 0.228107] RTC time: 12:54:42, date: 09/04/18\n[ 0.229161] NET: Registered protocol family 16\n[ 0.230252] cpuidle: using governor ladder\n[ 0.231145] cpuidle: using governor menu\n[ 0.232050] PCCT header not found.\n[ 0.232850] ACPI: bus type PCI registered\n[ 0.233713] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.235036] PCI: Using configuration type 1 for base access\n[ 0.236829] ACPI: Added _OSI(Module Device)\n[ 0.237748] ACPI: Added _OSI(Processor Device)\n[ 0.238688] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.239659] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.241823] ACPI: Interpreter enabled\n[ 0.242604] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.244479] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.246352] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.248222] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.250096] ACPI: (supports S0 S5)\n[ 0.250808] ACPI: Using IOAPIC for interrupt routing\n[ 0.251884] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.254998] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.256155] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.257405] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.258623] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.260879] acpiphp: Slot [3] registered\n[ 0.261691] acpiphp: Slot [4] registered\n[ 0.262502] acpiphp: Slot [5] registered\n[ 0.263316] acpiphp: Slot [6] registered\n[ 0.264125] acpiphp: Slot [7] registered\n[ 0.264935] acpiphp: Slot [8] registered\n[ 0.265747] acpiphp: Slot [9] registered\n[ 0.266556] acpiphp: Slot [10] registered\n[ 0.267382] acpiphp: Slot [11] registered\n[ 0.268202] acpiphp: Slot [12] registered\n[ 0.269021] acpiphp: Slot [13] registered\n[ 0.269836] acpiphp: Slot [14] registered\n[ 0.270655] acpiphp: Slot [15] registered\n[ 0.281646] acpiphp: Slot [16] registered\n[ 0.282474] acpiphp: Slot [17] registered\n[ 0.283295] acpiphp: Slot [18] registered\n[ 0.284110] acpiphp: Slot [19] registered\n[ 0.284923] acpiphp: Slot [20] registered\n[ 0.285752] acpiphp: Slot [21] registered\n[ 0.286575] acpiphp: Slot [22] registered\n[ 0.287396] acpiphp: Slot [23] registered\n[ 0.288217] acpiphp: Slot [24] registered\n[ 0.289036] acpiphp: Slot [25] registered\n[ 0.289856] acpiphp: Slot [26] registered\n[ 0.290681] acpiphp: Slot [27] registered\n[ 0.291504] acpiphp: Slot [28] registered\n[ 0.292325] acpiphp: Slot [29] registered\n[ 0.293142] acpiphp: Slot [30] registered\n[ 0.293962] acpiphp: Slot [31] registered\n[ 0.294782] PCI host bridge to bus 0000:00\n[ 0.295606] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.296833] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.298068] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.299534] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.300999] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.307325] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.308626] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.309818] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.311203] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.317632] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.319107] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.364530] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.366040] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.367476] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.368914] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.370323] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.371576] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.373130] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.374190] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.375744] vgaarb: loaded\n[ 0.376351] vgaarb: bridge control possible 0000:00:02.0\n[ 0.377498] SCSI subsystem initialized\n[ 0.378321] ACPI: bus type USB registered\n[ 0.379191] usbcore: registered new interface driver usbfs\n[ 0.380234] usbcore: registered new interface driver hub\n[ 0.381249] usbcore: registered new device driver usb\n[ 0.382315] PCI: Using ACPI for IRQ routing\n[ 0.383351] NetLabel: Initializing\n[ 0.384074] NetLabel: domain hash size = 128\n[ 0.384928] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.385887] NetLabel: unlabeled traffic allowed by default\n[ 0.386991] clocksource: Switched to clocksource kvm-clock\n[ 0.392388] AppArmor: AppArmor Filesystem Enabled\n[ 0.393359] pnp: PnP ACPI init\n[ 0.394275] pnp: PnP ACPI: found 5 devices\n[ 0.400648] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.402366] NET: Registered protocol family 2\n[ 0.403333] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.404614] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.405790] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.406954] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.408043] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.409219] NET: Registered protocol family 1\n[ 0.410090] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.411196] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.412275] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.426293] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.440520] Trying to unpack rootfs image as initramfs...\n[ 0.489774] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.503619] Scanning for low memory corruption every 60 seconds\n[ 0.504979] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.506144] audit: initializing netlink subsys (disabled)\n[ 0.507194] audit: type=2000 audit(1536065683.324:1): initialized\n[ 0.508520] Initialise system trusted keyring\n[ 0.509461] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.510648] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.512630] zbud: loaded\n[ 0.513340] VFS: Disk quotas dquot_6.6.0\n[ 0.514169] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.515702] fuse init (API version 7.23)\n[ 0.516611] Key type big_key registered\n[ 0.517428] Allocating IMA MOK and blacklist keyrings.\n[ 0.518911] Key type asymmetric registered\n[ 0.519765] Asymmetric key parser 'x509' registered\n[ 0.520744] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.522233] io scheduler noop registered\n[ 0.523049] io scheduler deadline registered (default)\n[ 0.524051] io scheduler cfq registered\n[ 0.524890] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.525962] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.527259] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.528724] ACPI: Power Button [PWRF]\n[ 0.529561] GHES: HEST is not enabled!\n[ 0.543314] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.573874] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.576491] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.600082] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.602229] Linux agpgart interface v0.103\n[ 0.604249] brd: module loaded\n[ 0.605439] loop: module loaded\n[ 0.610270] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.611743] GPT:90111 != 2097151\n[ 0.612434] GPT:Alternate GPT header not at the end of the disk.\n[ 0.613540] GPT:90111 != 2097151\n[ 0.614222] GPT: Use GNU Parted to correct GPT errors.\n[ 0.615204] vda: vda1 vda15\n[ 0.616657] scsi host0: ata_piix\n[ 0.617413] scsi host1: ata_piix\n[ 0.618127] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.619369] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.620829] libphy: Fixed MDIO Bus: probed\n[ 0.621656] tun: Universal TUN/TAP device driver, 1.6\n[ 0.622613] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.624770] PPP generic driver version 2.4.2\n[ 0.625668] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.626945] ehci-pci: EHCI PCI platform driver\n[ 0.627837] ehci-platform: EHCI generic platform driver\n[ 0.628846] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.629986] ohci-pci: OHCI PCI platform driver\n[ 0.630863] ohci-platform: OHCI generic platform driver\n[ 0.631871] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.646181] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.647198] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.648677] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.649725] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.650865] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.652118] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.653564] usb usb1: Product: UHCI Host Controller\n[ 0.654514] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.655678] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.656688] hub 1-0:1.0: USB hub found\n[ 0.657476] hub 1-0:1.0: 2 ports detected\n[ 0.658389] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.660542] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.661517] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.662553] mousedev: PS/2 mouse device common for all mice\n[ 0.663836] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.665693] rtc_cmos 00:00: RTC can wake from S4\n[ 0.666800] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.668026] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.669232] i2c /dev entries driver\n[ 0.669991] device-mapper: uevent: version 1.0.3\n[ 0.670941] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.672599] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.673904] NET: Registered protocol family 10\n[ 0.674908] NET: Registered protocol family 17\n[ 0.675818] Key type dns_resolver registered\n[ 0.676764] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.677881] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.679656] registered taskstats version 1\n[ 0.680506] Loading compiled-in X.509 certificates\n[ 0.681955] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.683845] zswap: loaded using pool lzo/zbud\n[ 0.685227] Key type trusted registered\n[ 0.686780] Key type encrypted registered\n[ 0.687642] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.688684] ima: No TPM chip found, activating TPM-bypass!\n[ 0.689736] evm: HMAC attrs: 0x1\n[ 0.691065] Magic number: 2:481:935\n[ 0.691917] rtc_cmos 00:00: setting system clock to 2018-09-04 12:54:43 UTC (1536065683)\n[ 0.693536] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.694669] EDD information not available.\n[ 0.775544] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.776986] ata1.00: configured for MWDMA2\n[ 0.778210] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.791012] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.792264] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.793529] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.795410] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.796968] Write protecting the kernel read-only data: 14336k\n[ 0.798550] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.800385] 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 0.98\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found 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.313584] 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.15...\nLease of 10.10.10.15 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.98s]\nping 10.10.10.8 OK\nping 10.10.10.7 OK\nping 10.10.10.8 OK\n"} 2018-09-04 12:55:20,943 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/4be71b24-f9ed-4629-90ec-354e91a3f392/action used request id req-ca866faa-2973-4038-86d6-aa985acb00e0 2018-09-04 12:55:21,611 - sdnvpn-results - INFO - Check ping status of vm_1, vm_3 and vm_4. Instance vm_2 is deleted 2018-09-04 12:55:21,611 - __name__ - INFO - Sending stop signal to monitor thread 2018-09-04 12:55:21,948 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/servers/4be71b24-f9ed-4629-90ec-354e91a3f392/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}46aeac8783934b5184cb725c03a1bd8630e5ed0d" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-04 12:55:23,033 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12: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-31014896-c676-401a-a1e8-8c0350a9dbd8 x-compute-request-id: req-31014896-c676-401a-a1e8-8c0350a9dbd8 Content-Encoding: gzip Content-Length: 8095 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 615486448 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 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.134785] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.136514] pid_max: default: 32768 minimum: 301\n[ 0.137484] ACPI: Core revision 20150930\n[ 0.138871] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.140222] Security Framework initialized\n[ 0.141059] Yama: becoming mindful.\n[ 0.141814] AppArmor: AppArmor initialized\n[ 0.142697] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.144085] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.145415] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.146698] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.148168] Initializing cgroup subsys io\n[ 0.149007] Initializing cgroup subsys memory\n[ 0.149909] Initializing cgroup subsys devices\n[ 0.150819] Initializing cgroup subsys freezer\n[ 0.151718] Initializing cgroup subsys net_cls\n[ 0.152613] Initializing cgroup subsys perf_event\n[ 0.153557] Initializing cgroup subsys net_prio\n[ 0.154483] Initializing cgroup subsys hugetlb\n[ 0.155384] Initializing cgroup subsys pids\n[ 0.156284] CPU: Physical Processor ID: 0\n[ 0.157884] mce: CPU supports 10 MCE banks\n[ 0.158766] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.159806] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.171463] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.177913] ftrace: allocating 31920 entries in 125 pages\n[ 0.203821] smpboot: Max logical packages: 1\n[ 0.204712] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.206109] x2apic enabled\n[ 0.206925] Switched APIC routing to physical x2apic.\n[ 0.208756] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.209922] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.211987] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.213839] KVM setup paravirtual spinlock\n[ 0.215180] x86: Booted up 1 node, 1 CPUs\n[ 0.216029] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.217461] devtmpfs: initialized\n[ 0.219204] evm: security.selinux\n[ 0.219952] evm: security.SMACK64\n[ 0.220675] evm: security.SMACK64EXEC\n[ 0.221459] evm: security.SMACK64TRANSMUTE\n[ 0.222367] evm: security.SMACK64MMAP\n[ 0.223178] evm: security.ima\n[ 0.223888] evm: security.capability\n[ 0.224777] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.226852] pinctrl core: initialized pinctrl subsystem\n[ 0.228107] RTC time: 12:54:42, date: 09/04/18\n[ 0.229161] NET: Registered protocol family 16\n[ 0.230252] cpuidle: using governor ladder\n[ 0.231145] cpuidle: using governor menu\n[ 0.232050] PCCT header not found.\n[ 0.232850] ACPI: bus type PCI registered\n[ 0.233713] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.235036] PCI: Using configuration type 1 for base access\n[ 0.236829] ACPI: Added _OSI(Module Device)\n[ 0.237748] ACPI: Added _OSI(Processor Device)\n[ 0.238688] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.239659] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.241823] ACPI: Interpreter enabled\n[ 0.242604] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.244479] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.246352] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.248222] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.250096] ACPI: (supports S0 S5)\n[ 0.250808] ACPI: Using IOAPIC for interrupt routing\n[ 0.251884] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.254998] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.256155] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.257405] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.258623] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.260879] acpiphp: Slot [3] registered\n[ 0.261691] acpiphp: Slot [4] registered\n[ 0.262502] acpiphp: Slot [5] registered\n[ 0.263316] acpiphp: Slot [6] registered\n[ 0.264125] acpiphp: Slot [7] registered\n[ 0.264935] acpiphp: Slot [8] registered\n[ 0.265747] acpiphp: Slot [9] registered\n[ 0.266556] acpiphp: Slot [10] registered\n[ 0.267382] acpiphp: Slot [11] registered\n[ 0.268202] acpiphp: Slot [12] registered\n[ 0.269021] acpiphp: Slot [13] registered\n[ 0.269836] acpiphp: Slot [14] registered\n[ 0.270655] acpiphp: Slot [15] registered\n[ 0.281646] acpiphp: Slot [16] registered\n[ 0.282474] acpiphp: Slot [17] registered\n[ 0.283295] acpiphp: Slot [18] registered\n[ 0.284110] acpiphp: Slot [19] registered\n[ 0.284923] acpiphp: Slot [20] registered\n[ 0.285752] acpiphp: Slot [21] registered\n[ 0.286575] acpiphp: Slot [22] registered\n[ 0.287396] acpiphp: Slot [23] registered\n[ 0.288217] acpiphp: Slot [24] registered\n[ 0.289036] acpiphp: Slot [25] registered\n[ 0.289856] acpiphp: Slot [26] registered\n[ 0.290681] acpiphp: Slot [27] registered\n[ 0.291504] acpiphp: Slot [28] registered\n[ 0.292325] acpiphp: Slot [29] registered\n[ 0.293142] acpiphp: Slot [30] registered\n[ 0.293962] acpiphp: Slot [31] registered\n[ 0.294782] PCI host bridge to bus 0000:00\n[ 0.295606] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.296833] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.298068] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.299534] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.300999] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.307325] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.308626] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.309818] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.311203] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.317632] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.319107] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.364530] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.366040] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.367476] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.368914] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.370323] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.371576] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.373130] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.374190] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.375744] vgaarb: loaded\n[ 0.376351] vgaarb: bridge control possible 0000:00:02.0\n[ 0.377498] SCSI subsystem initialized\n[ 0.378321] ACPI: bus type USB registered\n[ 0.379191] usbcore: registered new interface driver usbfs\n[ 0.380234] usbcore: registered new interface driver hub\n[ 0.381249] usbcore: registered new device driver usb\n[ 0.382315] PCI: Using ACPI for IRQ routing\n[ 0.383351] NetLabel: Initializing\n[ 0.384074] NetLabel: domain hash size = 128\n[ 0.384928] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.385887] NetLabel: unlabeled traffic allowed by default\n[ 0.386991] clocksource: Switched to clocksource kvm-clock\n[ 0.392388] AppArmor: AppArmor Filesystem Enabled\n[ 0.393359] pnp: PnP ACPI init\n[ 0.394275] pnp: PnP ACPI: found 5 devices\n[ 0.400648] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.402366] NET: Registered protocol family 2\n[ 0.403333] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.404614] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.405790] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.406954] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.408043] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.409219] NET: Registered protocol family 1\n[ 0.410090] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.411196] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.412275] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.426293] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.440520] Trying to unpack rootfs image as initramfs...\n[ 0.489774] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.503619] Scanning for low memory corruption every 60 seconds\n[ 0.504979] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.506144] audit: initializing netlink subsys (disabled)\n[ 0.507194] audit: type=2000 audit(1536065683.324:1): initialized\n[ 0.508520] Initialise system trusted keyring\n[ 0.509461] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.510648] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.512630] zbud: loaded\n[ 0.513340] VFS: Disk quotas dquot_6.6.0\n[ 0.514169] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.515702] fuse init (API version 7.23)\n[ 0.516611] Key type big_key registered\n[ 0.517428] Allocating IMA MOK and blacklist keyrings.\n[ 0.518911] Key type asymmetric registered\n[ 0.519765] Asymmetric key parser 'x509' registered\n[ 0.520744] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.522233] io scheduler noop registered\n[ 0.523049] io scheduler deadline registered (default)\n[ 0.524051] io scheduler cfq registered\n[ 0.524890] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.525962] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.527259] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.528724] ACPI: Power Button [PWRF]\n[ 0.529561] GHES: HEST is not enabled!\n[ 0.543314] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.573874] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.576491] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.600082] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.602229] Linux agpgart interface v0.103\n[ 0.604249] brd: module loaded\n[ 0.605439] loop: module loaded\n[ 0.610270] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.611743] GPT:90111 != 2097151\n[ 0.612434] GPT:Alternate GPT header not at the end of the disk.\n[ 0.613540] GPT:90111 != 2097151\n[ 0.614222] GPT: Use GNU Parted to correct GPT errors.\n[ 0.615204] vda: vda1 vda15\n[ 0.616657] scsi host0: ata_piix\n[ 0.617413] scsi host1: ata_piix\n[ 0.618127] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.619369] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.620829] libphy: Fixed MDIO Bus: probed\n[ 0.621656] tun: Universal TUN/TAP device driver, 1.6\n[ 0.622613] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.624770] PPP generic driver version 2.4.2\n[ 0.625668] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.626945] ehci-pci: EHCI PCI platform driver\n[ 0.627837] ehci-platform: EHCI generic platform driver\n[ 0.628846] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.629986] ohci-pci: OHCI PCI platform driver\n[ 0.630863] ohci-platform: OHCI generic platform driver\n[ 0.631871] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.646181] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.647198] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.648677] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.649725] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.650865] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.652118] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.653564] usb usb1: Product: UHCI Host Controller\n[ 0.654514] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.655678] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.656688] hub 1-0:1.0: USB hub found\n[ 0.657476] hub 1-0:1.0: 2 ports detected\n[ 0.658389] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.660542] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.661517] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.662553] mousedev: PS/2 mouse device common for all mice\n[ 0.663836] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.665693] rtc_cmos 00:00: RTC can wake from S4\n[ 0.666800] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.668026] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.669232] i2c /dev entries driver\n[ 0.669991] device-mapper: uevent: version 1.0.3\n[ 0.670941] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.672599] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.673904] NET: Registered protocol family 10\n[ 0.674908] NET: Registered protocol family 17\n[ 0.675818] Key type dns_resolver registered\n[ 0.676764] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.677881] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.679656] registered taskstats version 1\n[ 0.680506] Loading compiled-in X.509 certificates\n[ 0.681955] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.683845] zswap: loaded using pool lzo/zbud\n[ 0.685227] Key type trusted registered\n[ 0.686780] Key type encrypted registered\n[ 0.687642] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.688684] ima: No TPM chip found, activating TPM-bypass!\n[ 0.689736] evm: HMAC attrs: 0x1\n[ 0.691065] Magic number: 2:481:935\n[ 0.691917] rtc_cmos 00:00: setting system clock to 2018-09-04 12:54:43 UTC (1536065683)\n[ 0.693536] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.694669] EDD information not available.\n[ 0.775544] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.776986] ata1.00: configured for MWDMA2\n[ 0.778210] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.791012] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.792264] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.793529] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.795410] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.796968] Write protecting the kernel read-only data: 14336k\n[ 0.798550] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.800385] 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 0.98\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found 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.313584] 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.15...\nLease of 10.10.10.15 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.98s]\nping 10.10.10.8 OK\nping 10.10.10.7 OK\nping 10.10.10.8 OK\nping 10.10.10.7 OK\n"} 2018-09-04 12:55:23,034 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/4be71b24-f9ed-4629-90ec-354e91a3f392/action used request id req-31014896-c676-401a-a1e8-8c0350a9dbd8 2018-09-04 12:55:23,051 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/servers/e405c1d0-e398-40d9-b303-d8dab908a5e1/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ea406f3bc5b7b9ec5f93ac6fdb6cf6e00a9fb89e" -d '{"forceDelete": null}' 2018-09-04 12:55:23,251 - novaclient.v2.client - DEBUG - RESP: [202] Date: Tue, 04 Sep 2018 12: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 x-openstack-request-id: req-ecfe6493-3a67-48c0-9f8f-9cbde48e357e x-compute-request-id: req-ecfe6493-3a67-48c0-9f8f-9cbde48e357e Content-Length: 0 Content-Type: application/json 2018-09-04 12:55:23,252 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/e405c1d0-e398-40d9-b303-d8dab908a5e1/action used request id req-ecfe6493-3a67-48c0-9f8f-9cbde48e357e 2018-09-04 12:55:23,255 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/servers/94bf21f0-f1b6-428f-8bea-ade96857c71b/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ea406f3bc5b7b9ec5f93ac6fdb6cf6e00a9fb89e" -d '{"forceDelete": null}' 2018-09-04 12:55:23,443 - novaclient.v2.client - DEBUG - RESP: [202] Date: Tue, 04 Sep 2018 12: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 x-openstack-request-id: req-7ff56907-f631-4b21-8438-79588ebf5f42 x-compute-request-id: req-7ff56907-f631-4b21-8438-79588ebf5f42 Content-Length: 0 Content-Type: application/json 2018-09-04 12:55:23,443 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/94bf21f0-f1b6-428f-8bea-ade96857c71b/action used request id req-7ff56907-f631-4b21-8438-79588ebf5f42 2018-09-04 12:55:23,446 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/servers/4be71b24-f9ed-4629-90ec-354e91a3f392/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ea406f3bc5b7b9ec5f93ac6fdb6cf6e00a9fb89e" -d '{"forceDelete": null}' 2018-09-04 12:55:23,689 - novaclient.v2.client - DEBUG - RESP: [202] Date: Tue, 04 Sep 2018 12: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 x-openstack-request-id: req-1f81c5f3-baf6-4f51-9d27-4da6fc509702 x-compute-request-id: req-1f81c5f3-baf6-4f51-9d27-4da6fc509702 Content-Length: 0 Content-Type: application/json 2018-09-04 12:55:23,690 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/4be71b24-f9ed-4629-90ec-354e91a3f392/action used request id req-1f81c5f3-baf6-4f51-9d27-4da6fc509702 2018-09-04 12:55:23,693 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:9292/v2/images/a91136e4-4c2b-41e2-b9b4-8e2826bd27d8 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}235dcdf16d86d8a5f02707954f9da676e7e9a743" 2018-09-04 12:55:24,836 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-a3586cc3-3b86-4e8f-8419-bdeda9fbff01 Date: Tue, 04 Sep 2018 12:55:24 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-09-04 12:55:24,836 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.28:9292/v2/images/a91136e4-4c2b-41e2-b9b4-8e2826bd27d8 used request id req-a3586cc3-3b86-4e8f-8419-bdeda9fbff01 2018-09-04 12:55:24,842 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:9696/v2.0/subnets/dba54c27-efad-4727-96b7-39b388391117 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6ff58c8704ed1cadb96789549b1149229ce4c5fa" 2018-09-04 12:55:25,077 - keystoneauth.session - DEBUG - RESP: [409] Content-Type: application/json Content-Length: 204 X-Openstack-Request-Id: req-752a46ab-540e-4fa4-bd3f-326021de2824 Date: Tue, 04 Sep 2018 12:55:25 GMT RESP BODY: {"NeutronError": {"message": "Unable to complete operation on subnet dba54c27-efad-4727-96b7-39b388391117: One or more ports have an IP allocation from this subnet.", "type": "SubnetInUse", "detail": ""}} 2018-09-04 12:55:25,077 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/subnets/dba54c27-efad-4727-96b7-39b388391117 used request id req-752a46ab-540e-4fa4-bd3f-326021de2824 2018-09-04 12:55:25,077 - neutronclient.v2_0.client - DEBUG - Error message: {"NeutronError": {"message": "Unable to complete operation on subnet dba54c27-efad-4727-96b7-39b388391117: One or more ports have an IP allocation from this subnet.", "type": "SubnetInUse", "detail": ""}} 2018-09-04 12:55:25,078 - sdnvpn.lib.openstack_utils - ERROR - Error [delete_neutron_subnet(neutron_client, 'dba54c27-efad-4727-96b7-39b388391117')]: Unable to complete operation on subnet dba54c27-efad-4727-96b7-39b388391117: One or more ports have an IP allocation from this subnet. Neutron server returns request_ids: ['req-752a46ab-540e-4fa4-bd3f-326021de2824'] 2018-09-04 12:55:25,078 - sdnvpn_test_utils - ERROR - Fail to delete all subnets. Subnet with id dba54c27-efad-4727-96b7-39b388391117 was not deleted. 2018-09-04 12:55:25,079 - sdnvpn-results - INFO - +========================================================================================+ | STATUS | SUBTEST | +========================================================================================+ | Check ping status of vm_1, vm_2, and vm_3 | +----------------------------------------------------------------------------------------+ | PASS | Ping succeeds | | Check ping status of vm_1, vm_3 and vm_4. Instance vm_2 is deleted | +----------------------------------------------------------------------------------------+ | PASS | Ping succeeds | +========================================================================================+ 2018-09-04 12:55:25,079 - sdnvpn-results - INFO - All the subtests have passed. 2018-09-04 12:55:25,094 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Execution is complete for the testcase sdnvpn.test.functest.testcase_10 2018-09-04 12:55:25,095 - 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': 'PASS', 'details': [{'Ping succeeds': 'PASS'}, {'Ping succeeds': 'PASS'}]} 2018-09-04 12:55:25,095 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Running 'sdnvpn.test.functest.testcase_13 - Testing extra route ECMP for intra-data center scenario' 2018-09-04 12:55:25,095 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - ==================================================================================================== 2018-09-04 12:55:25,095 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Importing the testcase sdnvpn.test.functest.testcase_13 2018-09-04 12:55:25,170 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Calling the testcase sdnvpn.test.functest.testcase_13 main method 2018-09-04 12:55:25,170 - sdnvpn.test.functest.testcase_13 - INFO - Using old image 2018-09-04 12:55:25,170 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-09-04 12:55:25,170 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-09-04 12:55:25,171 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-09-04 12:55:25,171 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-09-04 12:55:25,171 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-09-04 12:55:25,171 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-09-04 12:55:25,171 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-09-04 12:55:25,171 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-09-04 12:55:25,171 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-09-04 12:55:25,171 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-09-04 12:55:25,171 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-09-04 12:55:25,171 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-09-04 12:55:25,171 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-09-04 12:55:25,171 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-09-04 12:55:25,172 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-09-04 12:55:25,172 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-09-04 12:55:25,172 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-09-04 12:55:25,172 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-09-04 12:55:25,172 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-09-04 12:55:25,172 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-09-04 12:55:25,172 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-09-04 12:55:25,172 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-09-04 12:55:25,172 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-09-04 12:55:25,172 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-09-04 12:55:25,174 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-09-04 12:55:25,174 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-09-04 12:55:25,174 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-09-04 12:55:25,174 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-09-04 12:55:25,174 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-09-04 12:55:25,175 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-09-04 12:55:25,175 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-09-04 12:55:25,175 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-09-04 12:55:25,175 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-09-04 12:55:25,175 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-09-04 12:55:25,175 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-09-04 12:55:25,175 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-09-04 12:55:25,175 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-09-04 12:55:25,175 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-09-04 12:55:25,175 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-09-04 12:55:25,175 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-09-04 12:55:25,175 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-09-04 12:55:25,175 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-09-04 12:55:25,176 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-09-04 12:55:25,176 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-09-04 12:55:25,176 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-09-04 12:55:25,176 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-09-04 12:55:25,176 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-09-04 12:55:25,176 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-09-04 12:55:25,177 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-09-04 12:55:25,177 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-09-04 12:55:25,177 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-09-04 12:55:25,177 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-09-04 12:55:25,178 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-09-04 12:55:25,178 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-09-04 12:55:25,178 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-09-04 12:55:25,178 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-09-04 12:55:25,178 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-09-04 12:55:25,178 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-09-04 12:55:25,178 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-09-04 12:55:25,178 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-09-04 12:55:25,178 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-09-04 12:55:25,178 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-09-04 12:55:25,178 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-09-04 12:55:25,178 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-09-04 12:55:25,178 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-09-04 12:55:25,179 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-09-04 12:55:25,179 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-09-04 12:55:25,179 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-09-04 12:55:25,179 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-09-04 12:55:25,179 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-09-04 12:55:25,179 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-09-04 12:55:25,179 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-09-04 12:55:25,179 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-09-04 12:55:25,180 - sdnvpn.lib.openstack_utils - INFO - OS_IMAGE_API_VERSION is set in env as '2' 2018-09-04 12:55:25,180 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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-09-04 12:55:25,186 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12:55:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f3556d26-c217-4ce3-8a96-57a3b758a273 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.28:5000/v3/", "rel": "self"}]}} 2018-09-04 12:55:25,186 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-f3556d26-c217-4ce3-8a96-57a3b758a273 2018-09-04 12:55:25,187 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-09-04 12:55:25,582 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "3d416247e8224533841040c3ad2bce5a", "name": "admin"}], "expires_at": "2018-09-04T13:55:25.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1e2f68a072b64978bd7ea91c2d64aca6", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v1/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235635a698ef4bef9dc6b25273d185da"}, {"url": "http://192.30.9.6:8776/v1/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "23b07b3fbfc340a58cf0f9b2871a0d23"}, {"url": "http://172.30.9.28:8776/v1/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "72fd0aaa144d45419f4b04b6b26f69a7"}], "type": "volume", "id": "097241c25b4d4f7e91b3f8efa155909e", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v3/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93eb4cf3030a49e7840bec071422d397"}, {"url": "http://192.30.9.6:8776/v3/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8af439a6ac147fdbcb38ed9aa916b68"}, {"url": "http://192.30.9.6:8776/v3/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c4bfdbc9b7c74a23a40afdf578cfeba4"}], "type": "volumev3", "id": "1c85f4682ce44f729db1dabd98e965e8", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "82239574a29d4603a2161006f61851cf"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8d15f7134f364a7bbcfff2f84aac3bf2"}, {"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e01668c43a0c4c279b9a3d20a0280d6c"}], "type": "image", "id": "297d8415ca96454991054983920912f7", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7bb4d60e20734d4a9f31ec75e02cb823"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bf6adec15590466a9a0d3bddb00e8993"}, {"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f096f03a1d12411a8972f6f7c196b60d"}], "type": "policy", "id": "54c64351b56d44bbad74c2969cc3aa00", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "354ae6870a324fab82d0a0fb68ee0f26"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a3807e460dd4af488d982b66c52e64c"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e7c3da785076450abd71868e75ce0c33"}], "type": "cloudformation", "id": "6ac9917ae83c4639a15a4ab3cf0e76dd", "name": "heat-cfn"}, {"endpoints": [], "type": "metering", "id": "7fcc078e5e0645f29df67742ac14e388", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49e71628d386464cb950d6a9db00a328"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75b0a63ed8574bbcab1c851cc9b83d30"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9902b0a8b3c04cd192a1b84c417c232b"}], "type": "key-manager", "id": "9626544a32e74678a641c6e206f028a9", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "497340e5aa36485982fdf297f370558f"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7802beb4fc7c4952897b77bd5610b1fe"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c14af798917f4fa0b146d9772583e595"}], "type": "metric", "id": "973bfe8c658d4e5a8da725e76b9d550e", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "288ecc3674ea41d2aa3b790dcb832bf2"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7a6dc785cd7142f5b30f1a7ba0daeb03"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7f7d34e2351b4964befccc862c4e8e12"}], "type": "network", "id": "a348d7b06050474fb449be7f32ea6f5d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "21bce6ecb8464a1f8f3e3847aa698bd6"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0a8faf2246b47deb30e69e48d3551fb"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e71c6011de3d4d8589e5b53dcc79f288"}], "type": "identity", "id": "ad8d4b4953184137a1b913ecee9434ed", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "13474f9a78ca4f1184e4cddc84d0d98c"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad67365a18234bb78c336e6776958c00"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc54db13337f44f8921fbb9ad0f81de8"}], "type": "alarming", "id": "bb18dc3243034f08a6a7f69f7a1edccf", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0d91d7adf0304b2681c77f979e5cdb17"}, {"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "756e5ffca9774ab3ae2db41bf330417f"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c07c727a08c243b287827f539a124e63"}], "type": "placement", "id": "bb2c9432fcbd4c56913177122468f6ba", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8004/v1/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1eed4912224b48cf9856446eae4d9928"}, {"url": "http://192.30.9.6:8004/v1/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b73b7f99236541148d84f24f09e5dd40"}, {"url": "http://192.30.9.6:8004/v1/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fbf12e52911244fdafc24a9d46f56e62"}], "type": "orchestration", "id": "c8918d139da945ba93df4ccce21d4904", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16bf098b9e2e490f8e47fa601059f975"}, {"url": "http://192.30.9.6:8776/v2/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc16fa4cf491444ca2f611d5692c1170"}, {"url": "http://192.30.9.6:8776/v2/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ccd2c5325dff4b90b391db9fdde67d99"}], "type": "volumev2", "id": "d09ac9123c34494abce21d6c27bee9d9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eac694332354a3aa0e61c31314166d7"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b4d4989c4e764717ab78d38675cadd3f"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff196e46b56d406d87a678f1a64497b0"}], "type": "compute", "id": "d4030ee932c84df58c5b910cc197caa7", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "42c3a9abd8ad4ce8ab2c4cc6e0403c33"}, "audit_ids": ["K9fXdWYdQHCs7-dl56reAA"], "issued_at": "2018-09-04T12:55:25.000000Z"}} 2018-09-04 12:55:25,585 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9292/v2/images?limit=20 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}19220a735a25665a4f781fda35ef91bc924fc769" 2018-09-04 12:55:25,843 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 78 Content-Type: application/json X-Openstack-Request-Id: req-ca91629d-4c44-4140-a6d6-39cf5b47600c Date: Tue, 04 Sep 2018 12:55:25 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?limit=20"} 2018-09-04 12:55:25,844 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images?limit=20 used request id req-ca91629d-4c44-4140-a6d6-39cf5b47600c 2018-09-04 12:55:25,844 - sdnvpn.lib.openstack_utils - INFO - Creating image 'sdnvpn-ubuntu' from '/home/opnfv/functest/data/ubuntu-16.04-server-cloudimg-amd64-disk1.img'... 2018-09-04 12:55:25,847 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}19220a735a25665a4f781fda35ef91bc924fc769" 2018-09-04 12:55:26,002 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-64495002-2156-4459-8ca9-d6041f503dfc Date: Tue, 04 Sep 2018 12:55: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-09-04 12:55:26,002 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/schemas/image used request id req-64495002-2156-4459-8ca9-d6041f503dfc 2018-09-04 12:55:26,043 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}19220a735a25665a4f781fda35ef91bc924fc769" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "sdnvpn-ubuntu", "visibility": "public"}' 2018-09-04 12:55:26,343 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 574 Content-Type: application/json Location: http://172.30.9.28:9292/v2/images/6c715815-c798-4d9f-99f7-b0d802a8963d X-Openstack-Request-Id: req-dc96df63-133a-4ff9-bfc0-106a327ec45a Date: Tue, 04 Sep 2018 12:55:26 GMT RESP BODY: {"status": "queued", "name": "sdnvpn-ubuntu", "tags": [], "container_format": "bare", "created_at": "2018-09-04T12:55:26Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-09-04T12:55:26Z", "visibility": "public", "locations": [], "self": "/v2/images/6c715815-c798-4d9f-99f7-b0d802a8963d", "min_disk": 0, "protected": false, "id": "6c715815-c798-4d9f-99f7-b0d802a8963d", "file": "/v2/images/6c715815-c798-4d9f-99f7-b0d802a8963d/file", "checksum": null, "owner": "1e2f68a072b64978bd7ea91c2d64aca6", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-09-04 12:55:26,343 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.28:9292/v2/images used request id req-dc96df63-133a-4ff9-bfc0-106a327ec45a 2018-09-04 12:55:26,354 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.28:9292/v2/images/6c715815-c798-4d9f-99f7-b0d802a8963d/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}19220a735a25665a4f781fda35ef91bc924fc769" -d '' 2018-09-04 12:55:39,735 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-91e7ede0-8240-4dd7-abff-62dcaf27510f Date: Tue, 04 Sep 2018 12:55:39 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-09-04 12:55:39,735 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.28:9292/v2/images/6c715815-c798-4d9f-99f7-b0d802a8963d/file used request id req-91e7ede0-8240-4dd7-abff-62dcaf27510f 2018-09-04 12:55:39,736 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-09-04 12:55:39,737 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-09-04 12:55:39,737 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-09-04 12:55:39,737 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-09-04 12:55:39,737 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-09-04 12:55:39,737 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-09-04 12:55:39,737 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-09-04 12:55:39,737 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-09-04 12:55:39,738 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-09-04 12:55:39,738 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-09-04 12:55:39,738 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-09-04 12:55:39,738 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-09-04 12:55:39,738 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-09-04 12:55:39,738 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-09-04 12:55:39,738 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-09-04 12:55:39,738 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-09-04 12:55:39,739 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-09-04 12:55:39,739 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-09-04 12:55:39,739 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-09-04 12:55:39,739 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-09-04 12:55:39,739 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-09-04 12:55:39,739 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-09-04 12:55:39,739 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-09-04 12:55:39,739 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-09-04 12:55:39,742 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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-09-04 12:55:39,751 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12:55:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b26dfd68-197a-4fbd-b42c-b0c9ad6d75e6 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.28:5000/v3/", "rel": "self"}]}} 2018-09-04 12:55:39,751 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-b26dfd68-197a-4fbd-b42c-b0c9ad6d75e6 2018-09-04 12:55:39,752 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-09-04 12:55:40,129 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "3d416247e8224533841040c3ad2bce5a", "name": "admin"}], "expires_at": "2018-09-04T13:55:40.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1e2f68a072b64978bd7ea91c2d64aca6", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v1/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235635a698ef4bef9dc6b25273d185da"}, {"url": "http://192.30.9.6:8776/v1/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "23b07b3fbfc340a58cf0f9b2871a0d23"}, {"url": "http://172.30.9.28:8776/v1/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "72fd0aaa144d45419f4b04b6b26f69a7"}], "type": "volume", "id": "097241c25b4d4f7e91b3f8efa155909e", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v3/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93eb4cf3030a49e7840bec071422d397"}, {"url": "http://192.30.9.6:8776/v3/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8af439a6ac147fdbcb38ed9aa916b68"}, {"url": "http://192.30.9.6:8776/v3/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c4bfdbc9b7c74a23a40afdf578cfeba4"}], "type": "volumev3", "id": "1c85f4682ce44f729db1dabd98e965e8", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "82239574a29d4603a2161006f61851cf"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8d15f7134f364a7bbcfff2f84aac3bf2"}, {"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e01668c43a0c4c279b9a3d20a0280d6c"}], "type": "image", "id": "297d8415ca96454991054983920912f7", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7bb4d60e20734d4a9f31ec75e02cb823"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bf6adec15590466a9a0d3bddb00e8993"}, {"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f096f03a1d12411a8972f6f7c196b60d"}], "type": "policy", "id": "54c64351b56d44bbad74c2969cc3aa00", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "354ae6870a324fab82d0a0fb68ee0f26"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a3807e460dd4af488d982b66c52e64c"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e7c3da785076450abd71868e75ce0c33"}], "type": "cloudformation", "id": "6ac9917ae83c4639a15a4ab3cf0e76dd", "name": "heat-cfn"}, {"endpoints": [], "type": "metering", "id": "7fcc078e5e0645f29df67742ac14e388", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49e71628d386464cb950d6a9db00a328"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75b0a63ed8574bbcab1c851cc9b83d30"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9902b0a8b3c04cd192a1b84c417c232b"}], "type": "key-manager", "id": "9626544a32e74678a641c6e206f028a9", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "497340e5aa36485982fdf297f370558f"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7802beb4fc7c4952897b77bd5610b1fe"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c14af798917f4fa0b146d9772583e595"}], "type": "metric", "id": "973bfe8c658d4e5a8da725e76b9d550e", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "288ecc3674ea41d2aa3b790dcb832bf2"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7a6dc785cd7142f5b30f1a7ba0daeb03"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7f7d34e2351b4964befccc862c4e8e12"}], "type": "network", "id": "a348d7b06050474fb449be7f32ea6f5d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "21bce6ecb8464a1f8f3e3847aa698bd6"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0a8faf2246b47deb30e69e48d3551fb"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e71c6011de3d4d8589e5b53dcc79f288"}], "type": "identity", "id": "ad8d4b4953184137a1b913ecee9434ed", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "13474f9a78ca4f1184e4cddc84d0d98c"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad67365a18234bb78c336e6776958c00"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc54db13337f44f8921fbb9ad0f81de8"}], "type": "alarming", "id": "bb18dc3243034f08a6a7f69f7a1edccf", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0d91d7adf0304b2681c77f979e5cdb17"}, {"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "756e5ffca9774ab3ae2db41bf330417f"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c07c727a08c243b287827f539a124e63"}], "type": "placement", "id": "bb2c9432fcbd4c56913177122468f6ba", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8004/v1/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1eed4912224b48cf9856446eae4d9928"}, {"url": "http://192.30.9.6:8004/v1/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b73b7f99236541148d84f24f09e5dd40"}, {"url": "http://192.30.9.6:8004/v1/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fbf12e52911244fdafc24a9d46f56e62"}], "type": "orchestration", "id": "c8918d139da945ba93df4ccce21d4904", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16bf098b9e2e490f8e47fa601059f975"}, {"url": "http://192.30.9.6:8776/v2/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc16fa4cf491444ca2f611d5692c1170"}, {"url": "http://192.30.9.6:8776/v2/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ccd2c5325dff4b90b391db9fdde67d99"}], "type": "volumev2", "id": "d09ac9123c34494abce21d6c27bee9d9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eac694332354a3aa0e61c31314166d7"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b4d4989c4e764717ab78d38675cadd3f"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff196e46b56d406d87a678f1a64497b0"}], "type": "compute", "id": "d4030ee932c84df58c5b910cc197caa7", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "42c3a9abd8ad4ce8ab2c4cc6e0403c33"}, "audit_ids": ["8-1mfpLvRne4x4HbuoLAuw"], "issued_at": "2018-09-04T12:55:40.000000Z"}} 2018-09-04 12:55:40,132 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/flavors/detail -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dba036085f4bf22fd5bf871ac088152dde26328b" 2018-09-04 12:55:40,305 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12:55: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-b0908b74-644e-4a2a-b5dc-5d242762a628 x-compute-request-id: req-b0908b74-644e-4a2a-b5dc-5d242762a628 Content-Encoding: gzip Content-Length: 279 Content-Type: application/json RESP BODY: {"flavors": [{"links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/9cbbc756-b738-4f1f-8d03-84c527182338", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/9cbbc756-b738-4f1f-8d03-84c527182338", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "9cbbc756-b738-4f1f-8d03-84c527182338", "name": "m1.tiny", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}]} 2018-09-04 12:55:40,305 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors/detail used request id req-b0908b74-644e-4a2a-b5dc-5d242762a628 2018-09-04 12:55:40,306 - sdnvpn.lib.openstack_utils - INFO - Creating flavor 'm1.custom' with '1024' RAM, '10' disk size, '1' vcpus... 2018-09-04 12:55:40,309 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dba036085f4bf22fd5bf871ac088152dde26328b" -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-09-04 12:55:40,364 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12:55: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-eb13b26e-7716-4867-b1f9-77c05bed9f8c x-compute-request-id: req-eb13b26e-7716-4867-b1f9-77c05bed9f8c Content-Encoding: gzip Content-Length: 283 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/6e6fa632-792d-4524-8c3f-c20426a36581", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/6e6fa632-792d-4524-8c3f-c20426a36581", "rel": "bookmark"}], "ram": 1024, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "6e6fa632-792d-4524-8c3f-c20426a36581", "name": "m1.custom", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-09-04 12:55:40,364 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/flavors used request id req-eb13b26e-7716-4867-b1f9-77c05bed9f8c 2018-09-04 12:55:40,364 - sdnvpn.lib.openstack_utils - DEBUG - Flavor 'm1.custom' with ID=6e6fa632-792d-4524-8c3f-c20426a36581 created successfully. 2018-09-04 12:55:40,365 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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-09-04 12:55:40,371 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12:55:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c5fbc3f4-5786-4b55-8023-752a75d9ed26 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.28:5000/v3/", "rel": "self"}]}} 2018-09-04 12:55:40,371 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-c5fbc3f4-5786-4b55-8023-752a75d9ed26 2018-09-04 12:55:40,372 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-09-04 12:55:40,749 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "3d416247e8224533841040c3ad2bce5a", "name": "admin"}], "expires_at": "2018-09-04T13:55:40.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1e2f68a072b64978bd7ea91c2d64aca6", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v1/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235635a698ef4bef9dc6b25273d185da"}, {"url": "http://192.30.9.6:8776/v1/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "23b07b3fbfc340a58cf0f9b2871a0d23"}, {"url": "http://172.30.9.28:8776/v1/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "72fd0aaa144d45419f4b04b6b26f69a7"}], "type": "volume", "id": "097241c25b4d4f7e91b3f8efa155909e", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v3/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93eb4cf3030a49e7840bec071422d397"}, {"url": "http://192.30.9.6:8776/v3/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8af439a6ac147fdbcb38ed9aa916b68"}, {"url": "http://192.30.9.6:8776/v3/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c4bfdbc9b7c74a23a40afdf578cfeba4"}], "type": "volumev3", "id": "1c85f4682ce44f729db1dabd98e965e8", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "82239574a29d4603a2161006f61851cf"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8d15f7134f364a7bbcfff2f84aac3bf2"}, {"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e01668c43a0c4c279b9a3d20a0280d6c"}], "type": "image", "id": "297d8415ca96454991054983920912f7", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7bb4d60e20734d4a9f31ec75e02cb823"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bf6adec15590466a9a0d3bddb00e8993"}, {"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f096f03a1d12411a8972f6f7c196b60d"}], "type": "policy", "id": "54c64351b56d44bbad74c2969cc3aa00", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "354ae6870a324fab82d0a0fb68ee0f26"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a3807e460dd4af488d982b66c52e64c"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e7c3da785076450abd71868e75ce0c33"}], "type": "cloudformation", "id": "6ac9917ae83c4639a15a4ab3cf0e76dd", "name": "heat-cfn"}, {"endpoints": [], "type": "metering", "id": "7fcc078e5e0645f29df67742ac14e388", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49e71628d386464cb950d6a9db00a328"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75b0a63ed8574bbcab1c851cc9b83d30"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9902b0a8b3c04cd192a1b84c417c232b"}], "type": "key-manager", "id": "9626544a32e74678a641c6e206f028a9", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "497340e5aa36485982fdf297f370558f"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7802beb4fc7c4952897b77bd5610b1fe"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c14af798917f4fa0b146d9772583e595"}], "type": "metric", "id": "973bfe8c658d4e5a8da725e76b9d550e", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "288ecc3674ea41d2aa3b790dcb832bf2"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7a6dc785cd7142f5b30f1a7ba0daeb03"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7f7d34e2351b4964befccc862c4e8e12"}], "type": "network", "id": "a348d7b06050474fb449be7f32ea6f5d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "21bce6ecb8464a1f8f3e3847aa698bd6"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0a8faf2246b47deb30e69e48d3551fb"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e71c6011de3d4d8589e5b53dcc79f288"}], "type": "identity", "id": "ad8d4b4953184137a1b913ecee9434ed", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "13474f9a78ca4f1184e4cddc84d0d98c"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad67365a18234bb78c336e6776958c00"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc54db13337f44f8921fbb9ad0f81de8"}], "type": "alarming", "id": "bb18dc3243034f08a6a7f69f7a1edccf", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0d91d7adf0304b2681c77f979e5cdb17"}, {"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "756e5ffca9774ab3ae2db41bf330417f"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c07c727a08c243b287827f539a124e63"}], "type": "placement", "id": "bb2c9432fcbd4c56913177122468f6ba", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8004/v1/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1eed4912224b48cf9856446eae4d9928"}, {"url": "http://192.30.9.6:8004/v1/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b73b7f99236541148d84f24f09e5dd40"}, {"url": "http://192.30.9.6:8004/v1/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fbf12e52911244fdafc24a9d46f56e62"}], "type": "orchestration", "id": "c8918d139da945ba93df4ccce21d4904", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16bf098b9e2e490f8e47fa601059f975"}, {"url": "http://192.30.9.6:8776/v2/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc16fa4cf491444ca2f611d5692c1170"}, {"url": "http://192.30.9.6:8776/v2/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ccd2c5325dff4b90b391db9fdde67d99"}], "type": "volumev2", "id": "d09ac9123c34494abce21d6c27bee9d9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eac694332354a3aa0e61c31314166d7"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b4d4989c4e764717ab78d38675cadd3f"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff196e46b56d406d87a678f1a64497b0"}], "type": "compute", "id": "d4030ee932c84df58c5b910cc197caa7", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "42c3a9abd8ad4ce8ab2c4cc6e0403c33"}, "audit_ids": ["X3fQGMYPRJGoxqjD9YrwZQ"], "issued_at": "2018-09-04T12:55:40.000000Z"}} 2018-09-04 12:55:40,755 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9a3aef477f0de1e421a3bb6540830a6ff0baec4a" 2018-09-04 12:55:41,001 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2643 X-Openstack-Request-Id: req-74c771bc-b8d6-4539-b2a3-520d4edd48fe Date: Tue, 04 Sep 2018 12:55:41 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"4097e349-dd4a-4a5e-95d6-eed5c2d7b85a","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"18025ed81c804927a1f0e0e0ba20836f","status":"ACTIVE","subnets":["5092c110-d468-4f12-acae-47d56d35dff1"],"description":"","tags":[],"updated_at":"2018-09-04T10:10:50Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"18025ed81c804927a1f0e0e0ba20836f","created_at":"2018-09-04T10:10:44Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"8b642b01-8be3-4202-b6e4-b88520b015c4","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"219a354443d04b66b7da22e8fcd0b9ff","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-09-04T11:25:51Z","provider:segmentation_id":59,"name":"c_rally_9fc79e06_ZGxNMMaa","admin_state_up":true,"tenant_id":"219a354443d04b66b7da22e8fcd0b9ff","created_at":"2018-09-04T11:25:50Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"8cea24ab-c14e-4953-98f8-e1fcc81d26f9","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"1e2f68a072b64978bd7ea91c2d64aca6","status":"ACTIVE","subnets":["9b7290c2-49a6-46c7-9497-511f61f1fdc4"],"description":"","tags":[],"updated_at":"2018-09-04T12:38:04Z","provider:segmentation_id":8,"name":"sdnvpn-12-1-net","admin_state_up":true,"tenant_id":"1e2f68a072b64978bd7ea91c2d64aca6","created_at":"2018-09-04T12:38:04Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"f21da4f7-d5d7-44c1-b94d-2ca854b49712","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"1e2f68a072b64978bd7ea91c2d64aca6","status":"ACTIVE","subnets":["dba54c27-efad-4727-96b7-39b388391117"],"description":"","tags":[],"updated_at":"2018-09-04T12:52:23Z","provider:segmentation_id":78,"name":"sdnvpn-10-1-net","admin_state_up":true,"tenant_id":"1e2f68a072b64978bd7ea91c2d64aca6","created_at":"2018-09-04T12:52:23Z","provider:network_type":"vxlan"}]} 2018-09-04 12:55:41,002 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks used request id req-74c771bc-b8d6-4539-b2a3-520d4edd48fe 2018-09-04 12:55:41,007 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9a3aef477f0de1e421a3bb6540830a6ff0baec4a" 2018-09-04 12:55:41,368 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1884 X-Openstack-Request-Id: req-928b8f14-f3e9-40b3-9dc3-9b7356881e2a Date: Tue, 04 Sep 2018 12:55:41 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"4097e349-dd4a-4a5e-95d6-eed5c2d7b85a","tenant_id":"18025ed81c804927a1f0e0e0ba20836f","created_at":"2018-09-04T10:10:50Z","dns_nameservers":[],"updated_at":"2018-09-04T10:10:50Z","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":"18025ed81c804927a1f0e0e0ba20836f","id":"5092c110-d468-4f12-acae-47d56d35dff1","subnetpool_id":null,"name":"external-subnet"},{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"8cea24ab-c14e-4953-98f8-e1fcc81d26f9","tenant_id":"1e2f68a072b64978bd7ea91c2d64aca6","created_at":"2018-09-04T12:38:04Z","dns_nameservers":["8.8.8.8","8.8.4.4"],"updated_at":"2018-09-04T12:38:04Z","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":"1e2f68a072b64978bd7ea91c2d64aca6","id":"9b7290c2-49a6-46c7-9497-511f61f1fdc4","subnetpool_id":null,"name":"sdnvpn-12-1-subnet"},{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"f21da4f7-d5d7-44c1-b94d-2ca854b49712","tenant_id":"1e2f68a072b64978bd7ea91c2d64aca6","created_at":"2018-09-04T12:52:23Z","dns_nameservers":["8.8.8.8","8.8.4.4"],"updated_at":"2018-09-04T12:52:23Z","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":"1e2f68a072b64978bd7ea91c2d64aca6","id":"dba54c27-efad-4727-96b7-39b388391117","subnetpool_id":null,"name":"sdnvpn-10-1-subnet"}]} 2018-09-04 12:55:41,368 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets used request id req-928b8f14-f3e9-40b3-9dc3-9b7356881e2a 2018-09-04 12:55:41,373 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9696/v2.0/routers -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9a3aef477f0de1e421a3bb6540830a6ff0baec4a" 2018-09-04 12:55:41,554 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-971c40a2-8173-48de-a843-e9d7e0ae3a4c Date: Tue, 04 Sep 2018 12:55:41 GMT RESP BODY: {"routers": []} 2018-09-04 12:55:41,554 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/routers used request id req-971c40a2-8173-48de-a843-e9d7e0ae3a4c 2018-09-04 12:55:41,554 - sdnvpn.lib.openstack_utils - INFO - Creating neutron network sdnvpn-13-1-net... 2018-09-04 12:55:41,560 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9a3aef477f0de1e421a3bb6540830a6ff0baec4a" -d '{"network": {"name": "sdnvpn-13-1-net", "admin_state_up": true}}' 2018-09-04 12:55:41,930 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 647 X-Openstack-Request-Id: req-436b04f6-42f1-428e-b925-c00795180be5 Date: Tue, 04 Sep 2018 12:55:41 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"provider:network_type":"vxlan","id":"48e3eef3-b225-475f-9e2b-da376a1b83f1","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"1e2f68a072b64978bd7ea91c2d64aca6","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-09-04T12:55:41Z","is_default":false,"provider:segmentation_id":84,"name":"sdnvpn-13-1-net","admin_state_up":true,"tenant_id":"1e2f68a072b64978bd7ea91c2d64aca6","created_at":"2018-09-04T12:55:41Z","mtu":1450}} 2018-09-04 12:55:41,930 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/networks used request id req-436b04f6-42f1-428e-b925-c00795180be5 2018-09-04 12:55:41,931 - sdnvpn.lib.openstack_utils - DEBUG - Network '48e3eef3-b225-475f-9e2b-da376a1b83f1' created successfully 2018-09-04 12:55:41,931 - sdnvpn.lib.openstack_utils - DEBUG - Creating Subnet.... 2018-09-04 12:55:41,936 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9a3aef477f0de1e421a3bb6540830a6ff0baec4a" -d '{"subnets": [{"ip_version": 4, "network_id": "48e3eef3-b225-475f-9e2b-da376a1b83f1", "cidr": "10.10.10.0/24", "dns_nameservers": ["8.8.8.8", "8.8.4.4"], "name": "sdnvpn-13-1-subnet"}]}' 2018-09-04 12:55:42,649 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 643 X-Openstack-Request-Id: req-d4790f1f-b60d-4163-ad28-15317055e50d Date: Tue, 04 Sep 2018 12:55:42 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"48e3eef3-b225-475f-9e2b-da376a1b83f1","tenant_id":"1e2f68a072b64978bd7ea91c2d64aca6","created_at":"2018-09-04T12:55:42Z","dns_nameservers":["8.8.8.8","8.8.4.4"],"updated_at":"2018-09-04T12:55:42Z","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":"1e2f68a072b64978bd7ea91c2d64aca6","id":"6eafe3aa-d28b-42da-ad7c-bd5893ffaa40","subnetpool_id":null,"name":"sdnvpn-13-1-subnet"}]} 2018-09-04 12:55:42,649 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/subnets used request id req-d4790f1f-b60d-4163-ad28-15317055e50d 2018-09-04 12:55:42,649 - sdnvpn.lib.openstack_utils - DEBUG - Subnet '6eafe3aa-d28b-42da-ad7c-bd5893ffaa40' created successfully 2018-09-04 12:55:42,650 - sdnvpn.lib.openstack_utils - DEBUG - Creating Router... 2018-09-04 12:55:42,656 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:9696/v2.0/routers -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9a3aef477f0de1e421a3bb6540830a6ff0baec4a" -d '{"router": {"name": "sdnvpn-13-1-router", "admin_state_up": true}}' 2018-09-04 12:55:42,824 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 427 X-Openstack-Request-Id: req-d7cb1154-9fcd-42d3-a85c-489476bc2161 Date: Tue, 04 Sep 2018 12:55:42 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "1e2f68a072b64978bd7ea91c2d64aca6", "created_at": "2018-09-04T12:55:42Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-09-04T12:55:42Z", "revision_number": 0, "routes": [], "project_id": "1e2f68a072b64978bd7ea91c2d64aca6", "id": "b02d489e-c4ef-4806-aa05-df6654bd95e2", "name": "sdnvpn-13-1-router"}} 2018-09-04 12:55:42,824 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/routers used request id req-d7cb1154-9fcd-42d3-a85c-489476bc2161 2018-09-04 12:55:42,825 - sdnvpn.lib.openstack_utils - DEBUG - Router 'b02d489e-c4ef-4806-aa05-df6654bd95e2' created successfully 2018-09-04 12:55:42,825 - sdnvpn.lib.openstack_utils - DEBUG - Adding router to subnet... 2018-09-04 12:55:42,830 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.28:9696/v2.0/routers/b02d489e-c4ef-4806-aa05-df6654bd95e2/add_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9a3aef477f0de1e421a3bb6540830a6ff0baec4a" -d '{"subnet_id": "6eafe3aa-d28b-42da-ad7c-bd5893ffaa40"}' 2018-09-04 12:55:44,282 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-da68cb97-9586-4662-a947-4b0c9e753093 Date: Tue, 04 Sep 2018 12:55:44 GMT RESP BODY: {"network_id": "48e3eef3-b225-475f-9e2b-da376a1b83f1", "tenant_id": "1e2f68a072b64978bd7ea91c2d64aca6", "subnet_id": "6eafe3aa-d28b-42da-ad7c-bd5893ffaa40", "subnet_ids": ["6eafe3aa-d28b-42da-ad7c-bd5893ffaa40"], "port_id": "cb5683ce-59ac-465f-9444-9644bdf17a17", "id": "b02d489e-c4ef-4806-aa05-df6654bd95e2"} 2018-09-04 12:55:44,282 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.28:9696/v2.0/routers/b02d489e-c4ef-4806-aa05-df6654bd95e2/add_router_interface used request id req-da68cb97-9586-4662-a947-4b0c9e753093 2018-09-04 12:55:44,282 - sdnvpn.lib.openstack_utils - DEBUG - Interface added successfully. 2018-09-04 12:55:44,282 - sdnvpn.lib.openstack_utils - DEBUG - Adding gateway to router... 2018-09-04 12:55:44,288 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9a3aef477f0de1e421a3bb6540830a6ff0baec4a" 2018-09-04 12:55:44,589 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3304 X-Openstack-Request-Id: req-7e4ca668-fd8d-4746-8b0c-459ea09e159b Date: Tue, 04 Sep 2018 12:55:44 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"4097e349-dd4a-4a5e-95d6-eed5c2d7b85a","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"18025ed81c804927a1f0e0e0ba20836f","status":"ACTIVE","subnets":["5092c110-d468-4f12-acae-47d56d35dff1"],"description":"","tags":[],"updated_at":"2018-09-04T10:10:50Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"18025ed81c804927a1f0e0e0ba20836f","created_at":"2018-09-04T10:10:44Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"48e3eef3-b225-475f-9e2b-da376a1b83f1","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"1e2f68a072b64978bd7ea91c2d64aca6","status":"ACTIVE","subnets":["6eafe3aa-d28b-42da-ad7c-bd5893ffaa40"],"description":"","tags":[],"updated_at":"2018-09-04T12:55:42Z","provider:segmentation_id":84,"name":"sdnvpn-13-1-net","admin_state_up":true,"tenant_id":"1e2f68a072b64978bd7ea91c2d64aca6","created_at":"2018-09-04T12:55:41Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"8b642b01-8be3-4202-b6e4-b88520b015c4","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"219a354443d04b66b7da22e8fcd0b9ff","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-09-04T11:25:51Z","provider:segmentation_id":59,"name":"c_rally_9fc79e06_ZGxNMMaa","admin_state_up":true,"tenant_id":"219a354443d04b66b7da22e8fcd0b9ff","created_at":"2018-09-04T11:25:50Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"8cea24ab-c14e-4953-98f8-e1fcc81d26f9","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"1e2f68a072b64978bd7ea91c2d64aca6","status":"ACTIVE","subnets":["9b7290c2-49a6-46c7-9497-511f61f1fdc4"],"description":"","tags":[],"updated_at":"2018-09-04T12:38:04Z","provider:segmentation_id":8,"name":"sdnvpn-12-1-net","admin_state_up":true,"tenant_id":"1e2f68a072b64978bd7ea91c2d64aca6","created_at":"2018-09-04T12:38:04Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"f21da4f7-d5d7-44c1-b94d-2ca854b49712","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"1e2f68a072b64978bd7ea91c2d64aca6","status":"ACTIVE","subnets":["dba54c27-efad-4727-96b7-39b388391117"],"description":"","tags":[],"updated_at":"2018-09-04T12:52:23Z","provider:segmentation_id":78,"name":"sdnvpn-10-1-net","admin_state_up":true,"tenant_id":"1e2f68a072b64978bd7ea91c2d64aca6","created_at":"2018-09-04T12:52:23Z","provider:network_type":"vxlan"}]} 2018-09-04 12:55:44,590 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks used request id req-7e4ca668-fd8d-4746-8b0c-459ea09e159b 2018-09-04 12:55:44,596 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.28:9696/v2.0/routers/b02d489e-c4ef-4806-aa05-df6654bd95e2 -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9a3aef477f0de1e421a3bb6540830a6ff0baec4a" -d '{"router": {"external_gateway_info": {"network_id": "4097e349-dd4a-4a5e-95d6-eed5c2d7b85a"}}}' 2018-09-04 12:55:46,613 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 607 X-Openstack-Request-Id: req-628a525e-030f-4732-9e32-a457ab5a3211 Date: Tue, 04 Sep 2018 12:55:46 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "4097e349-dd4a-4a5e-95d6-eed5c2d7b85a", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "5092c110-d468-4f12-acae-47d56d35dff1", "ip_address": "172.30.9.201"}]}, "description": "", "tags": [], "tenant_id": "1e2f68a072b64978bd7ea91c2d64aca6", "created_at": "2018-09-04T12:55:42Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-09-04T12:55:46Z", "revision_number": 4, "routes": [], "project_id": "1e2f68a072b64978bd7ea91c2d64aca6", "id": "b02d489e-c4ef-4806-aa05-df6654bd95e2", "name": "sdnvpn-13-1-router"}} 2018-09-04 12:55:46,613 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.28:9696/v2.0/routers/b02d489e-c4ef-4806-aa05-df6654bd95e2 used request id req-628a525e-030f-4732-9e32-a457ab5a3211 2018-09-04 12:55:46,614 - sdnvpn.lib.openstack_utils - DEBUG - Gateway added successfully. 2018-09-04 12:55:46,619 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9a3aef477f0de1e421a3bb6540830a6ff0baec4a" 2018-09-04 12:55:46,854 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 37328 X-Openstack-Request-Id: req-44a6051d-ff8c-4e53-bc0b-a68b1ebecc1d Date: Tue, 04 Sep 2018 12:55:46 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "14e46315a5e14e95a6bd31ddd3090094", "created_at": "2018-09-04T10:40:09Z", "updated_at": "2018-09-04T10:40:09Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T10:40:09Z", "revision_number": 0, "id": "6908c152-7d26-43c3-9724-69b9e26fbd52", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T10:40:09Z", "security_group_id": "11e5a0db-4cc0-49c0-8f70-0d3b80d1fcf3", "tenant_id": "14e46315a5e14e95a6bd31ddd3090094", "port_range_min": null, "ethertype": "IPv6", "project_id": "14e46315a5e14e95a6bd31ddd3090094"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T10:40:09Z", "revision_number": 0, "id": "72e1f6f9-6732-4dc2-8abd-454d44204be2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T10:40:09Z", "security_group_id": "11e5a0db-4cc0-49c0-8f70-0d3b80d1fcf3", "tenant_id": "14e46315a5e14e95a6bd31ddd3090094", "port_range_min": null, "ethertype": "IPv4", "project_id": "14e46315a5e14e95a6bd31ddd3090094"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T10:40:09Z", "revision_number": 0, "id": "bfc26f71-b897-431e-a36e-ea1e8e983c87", "remote_group_id": "11e5a0db-4cc0-49c0-8f70-0d3b80d1fcf3", "remote_ip_prefix": null, "created_at": "2018-09-04T10:40:09Z", "security_group_id": "11e5a0db-4cc0-49c0-8f70-0d3b80d1fcf3", "tenant_id": "14e46315a5e14e95a6bd31ddd3090094", "port_range_min": null, "ethertype": "IPv6", "project_id": "14e46315a5e14e95a6bd31ddd3090094"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T10:40:09Z", "revision_number": 0, "id": "c9d53d5b-6c82-4199-b405-f8e7101cc589", "remote_group_id": "11e5a0db-4cc0-49c0-8f70-0d3b80d1fcf3", "remote_ip_prefix": null, "created_at": "2018-09-04T10:40:09Z", "security_group_id": "11e5a0db-4cc0-49c0-8f70-0d3b80d1fcf3", "tenant_id": "14e46315a5e14e95a6bd31ddd3090094", "port_range_min": null, "ethertype": "IPv4", "project_id": "14e46315a5e14e95a6bd31ddd3090094"}], "revision_number": 4, "project_id": "14e46315a5e14e95a6bd31ddd3090094", "id": "11e5a0db-4cc0-49c0-8f70-0d3b80d1fcf3", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "5efe9645576d420f836c625864cab315", "created_at": "2018-09-04T11:32:37Z", "updated_at": "2018-09-04T11:32:37Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T11:32:37Z", "revision_number": 0, "id": "286e6a3a-dcb9-42e9-ad77-e4f716b2c63a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T11:32:37Z", "security_group_id": "192a971a-2f30-4b8c-ada2-250ad4610488", "tenant_id": "5efe9645576d420f836c625864cab315", "port_range_min": null, "ethertype": "IPv4", "project_id": "5efe9645576d420f836c625864cab315"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T11:32:37Z", "revision_number": 0, "id": "8c17cb0b-10d0-498a-a484-63ec46a70838", "remote_group_id": "192a971a-2f30-4b8c-ada2-250ad4610488", "remote_ip_prefix": null, "created_at": "2018-09-04T11:32:37Z", "security_group_id": "192a971a-2f30-4b8c-ada2-250ad4610488", "tenant_id": "5efe9645576d420f836c625864cab315", "port_range_min": null, "ethertype": "IPv6", "project_id": "5efe9645576d420f836c625864cab315"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T11:32:37Z", "revision_number": 0, "id": "9c400401-2250-4fc8-a780-dba2a73d410b", "remote_group_id": "192a971a-2f30-4b8c-ada2-250ad4610488", "remote_ip_prefix": null, "created_at": "2018-09-04T11:32:37Z", "security_group_id": "192a971a-2f30-4b8c-ada2-250ad4610488", "tenant_id": "5efe9645576d420f836c625864cab315", "port_range_min": null, "ethertype": "IPv4", "project_id": "5efe9645576d420f836c625864cab315"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T11:32:37Z", "revision_number": 0, "id": "f72c6a04-9fd4-4b0e-b79b-679d59ca2789", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T11:32:37Z", "security_group_id": "192a971a-2f30-4b8c-ada2-250ad4610488", "tenant_id": "5efe9645576d420f836c625864cab315", "port_range_min": null, "ethertype": "IPv6", "project_id": "5efe9645576d420f836c625864cab315"}], "revision_number": 4, "project_id": "5efe9645576d420f836c625864cab315", "id": "192a971a-2f30-4b8c-ada2-250ad4610488", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "dd849fe9e11c435393e8fa6b997c6f1a", "created_at": "2018-09-04T10:38:54Z", "updated_at": "2018-09-04T10:38:54Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T10:38:54Z", "revision_number": 0, "id": "1dfce8bf-6ac4-4572-9a10-3cf8047abe38", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T10:38:54Z", "security_group_id": "28b5af70-f489-4ee2-ace7-033a2638f61f", "tenant_id": "dd849fe9e11c435393e8fa6b997c6f1a", "port_range_min": null, "ethertype": "IPv6", "project_id": "dd849fe9e11c435393e8fa6b997c6f1a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T10:38:54Z", "revision_number": 0, "id": "52762ccc-58e2-4528-b0fa-460556eae58e", "remote_group_id": "28b5af70-f489-4ee2-ace7-033a2638f61f", "remote_ip_prefix": null, "created_at": "2018-09-04T10:38:54Z", "security_group_id": "28b5af70-f489-4ee2-ace7-033a2638f61f", "tenant_id": "dd849fe9e11c435393e8fa6b997c6f1a", "port_range_min": null, "ethertype": "IPv6", "project_id": "dd849fe9e11c435393e8fa6b997c6f1a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T10:38:54Z", "revision_number": 0, "id": "739d52c4-a9f2-4027-aca7-2082fee6f6f0", "remote_group_id": "28b5af70-f489-4ee2-ace7-033a2638f61f", "remote_ip_prefix": null, "created_at": "2018-09-04T10:38:54Z", "security_group_id": "28b5af70-f489-4ee2-ace7-033a2638f61f", "tenant_id": "dd849fe9e11c435393e8fa6b997c6f1a", "port_range_min": null, "ethertype": "IPv4", "project_id": "dd849fe9e11c435393e8fa6b997c6f1a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T10:38:54Z", "revision_number": 0, "id": "ba2b9932-d9ab-4b40-a7e5-6773147a93a7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T10:38:54Z", "security_group_id": "28b5af70-f489-4ee2-ace7-033a2638f61f", "tenant_id": "dd849fe9e11c435393e8fa6b997c6f1a", "port_range_min": null, "ethertype": "IPv4", "project_id": "dd849fe9e11c435393e8fa6b997c6f1a"}], "revision_number": 4, "project_id": "dd849fe9e11c435393e8fa6b997c6f1a", "id": "28b5af70-f489-4ee2-ace7-033a2638f61f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "4ad41bc126174d318b5e7a8516fcf4af", "created_at": "2018-09-04T10:36:52Z", "updated_at": "2018-09-04T10:36:52Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T10:36:52Z", "revision_number": 0, "id": "072e055d-09a1-408a-9aa5-bbbb4ba26972", "remote_group_id": "48bfa0ac-51ab-4c50-8f57-88ab4e0f17e1", "remote_ip_prefix": null, "created_at": "2018-09-04T10:36:52Z", "security_group_id": "48bfa0ac-51ab-4c50-8f57-88ab4e0f17e1", "tenant_id": "4ad41bc126174d318b5e7a8516fcf4af", "port_range_min": null, "ethertype": "IPv4", "project_id": "4ad41bc126174d318b5e7a8516fcf4af"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T10:36:52Z", "revision_number": 0, "id": "519e417e-8aaa-4012-ade2-01ed5d67c268", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T10:36:52Z", "security_group_id": "48bfa0ac-51ab-4c50-8f57-88ab4e0f17e1", "tenant_id": "4ad41bc126174d318b5e7a8516fcf4af", "port_range_min": null, "ethertype": "IPv4", "project_id": "4ad41bc126174d318b5e7a8516fcf4af"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T10:36:52Z", "revision_number": 0, "id": "7440170e-04e2-412b-b3af-3ba203e43ec0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T10:36:52Z", "security_group_id": "48bfa0ac-51ab-4c50-8f57-88ab4e0f17e1", "tenant_id": "4ad41bc126174d318b5e7a8516fcf4af", "port_range_min": null, "ethertype": "IPv6", "project_id": "4ad41bc126174d318b5e7a8516fcf4af"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T10:36:52Z", "revision_number": 0, "id": "b5b6d93e-a8d1-4a65-92be-995bd9ce8f00", "remote_group_id": "48bfa0ac-51ab-4c50-8f57-88ab4e0f17e1", "remote_ip_prefix": null, "created_at": "2018-09-04T10:36:52Z", "security_group_id": "48bfa0ac-51ab-4c50-8f57-88ab4e0f17e1", "tenant_id": "4ad41bc126174d318b5e7a8516fcf4af", "port_range_min": null, "ethertype": "IPv6", "project_id": "4ad41bc126174d318b5e7a8516fcf4af"}], "revision_number": 4, "project_id": "4ad41bc126174d318b5e7a8516fcf4af", "id": "48bfa0ac-51ab-4c50-8f57-88ab4e0f17e1", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "18025ed81c804927a1f0e0e0ba20836f", "created_at": "2018-09-04T10:10:44Z", "updated_at": "2018-09-04T10:10:44Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T10:10:44Z", "revision_number": 0, "id": "4987cdc7-3c69-4296-b962-dfcdfe2af09e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T10:10:44Z", "security_group_id": "4eb60975-feab-4b85-9171-1c970d3680f7", "tenant_id": "18025ed81c804927a1f0e0e0ba20836f", "port_range_min": null, "ethertype": "IPv4", "project_id": "18025ed81c804927a1f0e0e0ba20836f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T10:10:44Z", "revision_number": 0, "id": "6278c51b-2852-4d07-abf1-4545e40daadb", "remote_group_id": "4eb60975-feab-4b85-9171-1c970d3680f7", "remote_ip_prefix": null, "created_at": "2018-09-04T10:10:44Z", "security_group_id": "4eb60975-feab-4b85-9171-1c970d3680f7", "tenant_id": "18025ed81c804927a1f0e0e0ba20836f", "port_range_min": null, "ethertype": "IPv4", "project_id": "18025ed81c804927a1f0e0e0ba20836f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T10:10:44Z", "revision_number": 0, "id": "dd2062ca-238a-4ae8-8397-ca60210bbde5", "remote_group_id": "4eb60975-feab-4b85-9171-1c970d3680f7", "remote_ip_prefix": null, "created_at": "2018-09-04T10:10:44Z", "security_group_id": "4eb60975-feab-4b85-9171-1c970d3680f7", "tenant_id": "18025ed81c804927a1f0e0e0ba20836f", "port_range_min": null, "ethertype": "IPv6", "project_id": "18025ed81c804927a1f0e0e0ba20836f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T10:10:44Z", "revision_number": 0, "id": "f5388a44-6a0f-4e22-bd76-f4873903daf0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T10:10:44Z", "security_group_id": "4eb60975-feab-4b85-9171-1c970d3680f7", "tenant_id": "18025ed81c804927a1f0e0e0ba20836f", "port_range_min": null, "ethertype": "IPv6", "project_id": "18025ed81c804927a1f0e0e0ba20836f"}], "revision_number": 4, "project_id": "18025ed81c804927a1f0e0e0ba20836f", "id": "4eb60975-feab-4b85-9171-1c970d3680f7", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "1e2f68a072b64978bd7ea91c2d64aca6", "created_at": "2018-09-04T11:32:48Z", "updated_at": "2018-09-04T11:32:48Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T11:32:48Z", "revision_number": 0, "id": "6883b42d-5963-4725-8ab3-74f524dadded", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T11:32:48Z", "security_group_id": "65ec5024-dcc3-4217-b8f2-108a9317d297", "tenant_id": "1e2f68a072b64978bd7ea91c2d64aca6", "port_range_min": null, "ethertype": "IPv6", "project_id": "1e2f68a072b64978bd7ea91c2d64aca6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T11:32:48Z", "revision_number": 0, "id": "c897b842-d54c-452b-8b98-fef214182ff7", "remote_group_id": "65ec5024-dcc3-4217-b8f2-108a9317d297", "remote_ip_prefix": null, "created_at": "2018-09-04T11:32:48Z", "security_group_id": "65ec5024-dcc3-4217-b8f2-108a9317d297", "tenant_id": "1e2f68a072b64978bd7ea91c2d64aca6", "port_range_min": null, "ethertype": "IPv6", "project_id": "1e2f68a072b64978bd7ea91c2d64aca6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T11:32:48Z", "revision_number": 0, "id": "e8f14af0-f0a2-442a-a2f6-f9426816d3a7", "remote_group_id": "65ec5024-dcc3-4217-b8f2-108a9317d297", "remote_ip_prefix": null, "created_at": "2018-09-04T11:32:48Z", "security_group_id": "65ec5024-dcc3-4217-b8f2-108a9317d297", "tenant_id": "1e2f68a072b64978bd7ea91c2d64aca6", "port_range_min": null, "ethertype": "IPv4", "project_id": "1e2f68a072b64978bd7ea91c2d64aca6"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T11:32:48Z", "revision_number": 0, "id": "fa2a69b0-056f-4e69-9b7e-515411ee93e4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T11:32:48Z", "security_group_id": "65ec5024-dcc3-4217-b8f2-108a9317d297", "tenant_id": "1e2f68a072b64978bd7ea91c2d64aca6", "port_range_min": null, "ethertype": "IPv4", "project_id": "1e2f68a072b64978bd7ea91c2d64aca6"}], "revision_number": 4, "project_id": "1e2f68a072b64978bd7ea91c2d64aca6", "id": "65ec5024-dcc3-4217-b8f2-108a9317d297", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "63ce1c38db314aae844c45218d595c6c", "created_at": "2018-09-04T10:36:01Z", "updated_at": "2018-09-04T10:36:01Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T10:36:01Z", "revision_number": 0, "id": "3cc084b5-d5b8-441b-87e5-b96f6548adf0", "remote_group_id": "726a4fa4-547d-495f-8506-2692d1793ed7", "remote_ip_prefix": null, "created_at": "2018-09-04T10:36:01Z", "security_group_id": "726a4fa4-547d-495f-8506-2692d1793ed7", "tenant_id": "63ce1c38db314aae844c45218d595c6c", "port_range_min": null, "ethertype": "IPv6", "project_id": "63ce1c38db314aae844c45218d595c6c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T10:36:01Z", "revision_number": 0, "id": "886448b7-2e0a-4f88-9e2c-57aaa06a9e95", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T10:36:01Z", "security_group_id": "726a4fa4-547d-495f-8506-2692d1793ed7", "tenant_id": "63ce1c38db314aae844c45218d595c6c", "port_range_min": null, "ethertype": "IPv6", "project_id": "63ce1c38db314aae844c45218d595c6c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T10:36:01Z", "revision_number": 0, "id": "a0477c48-e14e-4b9b-af17-a26d3304a1d9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T10:36:01Z", "security_group_id": "726a4fa4-547d-495f-8506-2692d1793ed7", "tenant_id": "63ce1c38db314aae844c45218d595c6c", "port_range_min": null, "ethertype": "IPv4", "project_id": "63ce1c38db314aae844c45218d595c6c"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T10:36:01Z", "revision_number": 0, "id": "f1d26eba-07e3-4a87-a74e-10f7d2d051a4", "remote_group_id": "726a4fa4-547d-495f-8506-2692d1793ed7", "remote_ip_prefix": null, "created_at": "2018-09-04T10:36:01Z", "security_group_id": "726a4fa4-547d-495f-8506-2692d1793ed7", "tenant_id": "63ce1c38db314aae844c45218d595c6c", "port_range_min": null, "ethertype": "IPv4", "project_id": "63ce1c38db314aae844c45218d595c6c"}], "revision_number": 4, "project_id": "63ce1c38db314aae844c45218d595c6c", "id": "726a4fa4-547d-495f-8506-2692d1793ed7", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "e8b2daffe9fd4140890aa7b5c11b6bf1", "created_at": "2018-09-04T11:01:30Z", "updated_at": "2018-09-04T11:01:31Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T11:01:31Z", "revision_number": 0, "id": "0d6f7c9c-cf09-4a67-b4e2-617055a1a145", "remote_group_id": "7cbea362-0793-4d2f-877a-28c9a768aa36", "remote_ip_prefix": null, "created_at": "2018-09-04T11:01:31Z", "security_group_id": "7cbea362-0793-4d2f-877a-28c9a768aa36", "tenant_id": "e8b2daffe9fd4140890aa7b5c11b6bf1", "port_range_min": null, "ethertype": "IPv6", "project_id": "e8b2daffe9fd4140890aa7b5c11b6bf1"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T11:01:31Z", "revision_number": 0, "id": "110b5e60-648e-4946-8cc2-56cf745b8284", "remote_group_id": "7cbea362-0793-4d2f-877a-28c9a768aa36", "remote_ip_prefix": null, "created_at": "2018-09-04T11:01:31Z", "security_group_id": "7cbea362-0793-4d2f-877a-28c9a768aa36", "tenant_id": "e8b2daffe9fd4140890aa7b5c11b6bf1", "port_range_min": null, "ethertype": "IPv4", "project_id": "e8b2daffe9fd4140890aa7b5c11b6bf1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T11:01:31Z", "revision_number": 0, "id": "4608dd30-b5b8-43b8-8da6-93ca9876e218", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T11:01:31Z", "security_group_id": "7cbea362-0793-4d2f-877a-28c9a768aa36", "tenant_id": "e8b2daffe9fd4140890aa7b5c11b6bf1", "port_range_min": null, "ethertype": "IPv6", "project_id": "e8b2daffe9fd4140890aa7b5c11b6bf1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T11:01:31Z", "revision_number": 0, "id": "b59707f1-2706-455a-8d39-eaea3265a9b8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T11:01:31Z", "security_group_id": "7cbea362-0793-4d2f-877a-28c9a768aa36", "tenant_id": "e8b2daffe9fd4140890aa7b5c11b6bf1", "port_range_min": null, "ethertype": "IPv4", "project_id": "e8b2daffe9fd4140890aa7b5c11b6bf1"}], "revision_number": 4, "project_id": "e8b2daffe9fd4140890aa7b5c11b6bf1", "id": "7cbea362-0793-4d2f-877a-28c9a768aa36", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "da1aa3dc9e564d3d922e61c0121a390e", "created_at": "2018-09-04T10:22:45Z", "updated_at": "2018-09-04T10:22:45Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T10:22:45Z", "revision_number": 0, "id": "0a310294-28cb-46e7-ab05-42129ac27199", "remote_group_id": "a0350fb5-7963-482b-9b06-fea838951872", "remote_ip_prefix": null, "created_at": "2018-09-04T10:22:45Z", "security_group_id": "a0350fb5-7963-482b-9b06-fea838951872", "tenant_id": "da1aa3dc9e564d3d922e61c0121a390e", "port_range_min": null, "ethertype": "IPv4", "project_id": "da1aa3dc9e564d3d922e61c0121a390e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T10:22:45Z", "revision_number": 0, "id": "3e9c32e8-8527-472a-956b-e0426fc61806", "remote_group_id": "a0350fb5-7963-482b-9b06-fea838951872", "remote_ip_prefix": null, "created_at": "2018-09-04T10:22:45Z", "security_group_id": "a0350fb5-7963-482b-9b06-fea838951872", "tenant_id": "da1aa3dc9e564d3d922e61c0121a390e", "port_range_min": null, "ethertype": "IPv6", "project_id": "da1aa3dc9e564d3d922e61c0121a390e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T10:22:45Z", "revision_number": 0, "id": "5d2caf42-b02e-4256-9265-4a0c49451d50", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T10:22:45Z", "security_group_id": "a0350fb5-7963-482b-9b06-fea838951872", "tenant_id": "da1aa3dc9e564d3d922e61c0121a390e", "port_range_min": null, "ethertype": "IPv6", "project_id": "da1aa3dc9e564d3d922e61c0121a390e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T10:22:45Z", "revision_number": 0, "id": "e17daf2d-5508-45e7-9ba3-14bcd176789e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T10:22:45Z", "security_group_id": "a0350fb5-7963-482b-9b06-fea838951872", "tenant_id": "da1aa3dc9e564d3d922e61c0121a390e", "port_range_min": null, "ethertype": "IPv4", "project_id": "da1aa3dc9e564d3d922e61c0121a390e"}], "revision_number": 4, "project_id": "da1aa3dc9e564d3d922e61c0121a390e", "id": "a0350fb5-7963-482b-9b06-fea838951872", "name": "default"}, {"description": "Security group for SDNVPN test cases", "tags": [], "tenant_id": "1e2f68a072b64978bd7ea91c2d64aca6", "created_at": "2018-09-04T12:22:58Z", "updated_at": "2018-09-04T12:26:12Z", "security_group_rules": [{"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 80, "updated_at": "2018-09-04T12:22:59Z", "revision_number": 0, "id": "24f2941b-e842-493e-9865-3b328b59d6b1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T12:22:59Z", "security_group_id": "aee4e203-f920-46bb-ac91-6898d944e253", "tenant_id": "1e2f68a072b64978bd7ea91c2d64aca6", "port_range_min": 80, "ethertype": "IPv4", "project_id": "1e2f68a072b64978bd7ea91c2d64aca6"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T12:22:58Z", "revision_number": 0, "id": "4dec3f1a-54e2-4cd3-ba28-c5bf40300f5c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T12:22:58Z", "security_group_id": "aee4e203-f920-46bb-ac91-6898d944e253", "tenant_id": "1e2f68a072b64978bd7ea91c2d64aca6", "port_range_min": null, "ethertype": "IPv6", "project_id": "1e2f68a072b64978bd7ea91c2d64aca6"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-09-04T12:22:58Z", "revision_number": 0, "id": "6843e041-8fe8-4e66-8acb-d325fa1f98c1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T12:22:58Z", "security_group_id": "aee4e203-f920-46bb-ac91-6898d944e253", "tenant_id": "1e2f68a072b64978bd7ea91c2d64aca6", "port_range_min": null, "ethertype": "IPv4", "project_id": "1e2f68a072b64978bd7ea91c2d64aca6"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T12:22:58Z", "revision_number": 0, "id": "83ced0ab-b5b1-4a6b-915f-ceed01ac608d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T12:22:58Z", "security_group_id": "aee4e203-f920-46bb-ac91-6898d944e253", "tenant_id": "1e2f68a072b64978bd7ea91c2d64aca6", "port_range_min": null, "ethertype": "IPv4", "project_id": "1e2f68a072b64978bd7ea91c2d64aca6"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-09-04T12:22:58Z", "revision_number": 0, "id": "a537f243-1e42-435d-9bbd-5763e7fba9b5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T12:22:58Z", "security_group_id": "aee4e203-f920-46bb-ac91-6898d944e253", "tenant_id": "1e2f68a072b64978bd7ea91c2d64aca6", "port_range_min": 22, "ethertype": "IPv4", "project_id": "1e2f68a072b64978bd7ea91c2d64aca6"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 179, "updated_at": "2018-09-04T12:26:12Z", "revision_number": 0, "id": "aae9ba27-bdc4-4d98-8c03-3fe28bd7d852", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T12:26:12Z", "security_group_id": "aee4e203-f920-46bb-ac91-6898d944e253", "tenant_id": "1e2f68a072b64978bd7ea91c2d64aca6", "port_range_min": 179, "ethertype": "IPv4", "project_id": "1e2f68a072b64978bd7ea91c2d64aca6"}, {"direction": "egress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-09-04T12:22:59Z", "revision_number": 0, "id": "ea486981-bdcb-407e-afae-54091ff51e8d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T12:22:59Z", "security_group_id": "aee4e203-f920-46bb-ac91-6898d944e253", "tenant_id": "1e2f68a072b64978bd7ea91c2d64aca6", "port_range_min": 22, "ethertype": "IPv4", "project_id": "1e2f68a072b64978bd7ea91c2d64aca6"}], "revision_number": 7, "project_id": "1e2f68a072b64978bd7ea91c2d64aca6", "id": "aee4e203-f920-46bb-ac91-6898d944e253", "name": "sdnvpn-sg"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-09-04T10:24:20Z", "updated_at": "2018-09-04T10:24:20Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T10:24:20Z", "revision_number": 0, "id": "2ea596f0-86ac-463c-b411-9ff94832a4d2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T10:24:20Z", "security_group_id": "c1c896f2-3aa4-47ce-9d8a-695c2f3fb7a4", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T10:24:20Z", "revision_number": 0, "id": "95325a12-195c-43ac-a360-a2e3e0e66934", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T10:24:20Z", "security_group_id": "c1c896f2-3aa4-47ce-9d8a-695c2f3fb7a4", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T10:24:20Z", "revision_number": 0, "id": "aa58bb28-c625-4096-800e-8a443d41f02a", "remote_group_id": "c1c896f2-3aa4-47ce-9d8a-695c2f3fb7a4", "remote_ip_prefix": null, "created_at": "2018-09-04T10:24:20Z", "security_group_id": "c1c896f2-3aa4-47ce-9d8a-695c2f3fb7a4", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T10:24:20Z", "revision_number": 0, "id": "c66f070f-ca83-4ef4-bb72-07224113f248", "remote_group_id": "c1c896f2-3aa4-47ce-9d8a-695c2f3fb7a4", "remote_ip_prefix": null, "created_at": "2018-09-04T10:24:20Z", "security_group_id": "c1c896f2-3aa4-47ce-9d8a-695c2f3fb7a4", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "c1c896f2-3aa4-47ce-9d8a-695c2f3fb7a4", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "ab8db2ecda7a4da79b1f0eed2104619d", "created_at": "2018-09-04T11:27:45Z", "updated_at": "2018-09-04T11:27:45Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T11:27:45Z", "revision_number": 0, "id": "14b66247-ea83-40bd-9cf7-391b44cd8c60", "remote_group_id": "ca40cc0b-e078-4535-b626-86e0c6339018", "remote_ip_prefix": null, "created_at": "2018-09-04T11:27:45Z", "security_group_id": "ca40cc0b-e078-4535-b626-86e0c6339018", "tenant_id": "ab8db2ecda7a4da79b1f0eed2104619d", "port_range_min": null, "ethertype": "IPv6", "project_id": "ab8db2ecda7a4da79b1f0eed2104619d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T11:27:45Z", "revision_number": 0, "id": "427d984e-c10f-4435-8c54-6e7abd4dfb04", "remote_group_id": "ca40cc0b-e078-4535-b626-86e0c6339018", "remote_ip_prefix": null, "created_at": "2018-09-04T11:27:45Z", "security_group_id": "ca40cc0b-e078-4535-b626-86e0c6339018", "tenant_id": "ab8db2ecda7a4da79b1f0eed2104619d", "port_range_min": null, "ethertype": "IPv4", "project_id": "ab8db2ecda7a4da79b1f0eed2104619d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T11:27:45Z", "revision_number": 0, "id": "644bef6e-a7b1-4cc2-af4e-4cd069ef634e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T11:27:45Z", "security_group_id": "ca40cc0b-e078-4535-b626-86e0c6339018", "tenant_id": "ab8db2ecda7a4da79b1f0eed2104619d", "port_range_min": null, "ethertype": "IPv4", "project_id": "ab8db2ecda7a4da79b1f0eed2104619d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T11:27:45Z", "revision_number": 0, "id": "84c32cbd-0db7-41ca-9e15-9ea28ade36f9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T11:27:45Z", "security_group_id": "ca40cc0b-e078-4535-b626-86e0c6339018", "tenant_id": "ab8db2ecda7a4da79b1f0eed2104619d", "port_range_min": null, "ethertype": "IPv6", "project_id": "ab8db2ecda7a4da79b1f0eed2104619d"}], "revision_number": 4, "project_id": "ab8db2ecda7a4da79b1f0eed2104619d", "id": "ca40cc0b-e078-4535-b626-86e0c6339018", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "b4dbfc1d0e34496f8fb7c7cd1f5608e5", "created_at": "2018-09-04T12:16:14Z", "updated_at": "2018-09-04T12:16:14Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T12:16:14Z", "revision_number": 0, "id": "1b62a402-1c3a-4aa7-8049-b9198a3eb965", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T12:16:14Z", "security_group_id": "e81419cf-b95e-4732-aaad-e3432b8b2cbb", "tenant_id": "b4dbfc1d0e34496f8fb7c7cd1f5608e5", "port_range_min": null, "ethertype": "IPv6", "project_id": "b4dbfc1d0e34496f8fb7c7cd1f5608e5"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T12:16:14Z", "revision_number": 0, "id": "a8815e70-65ec-4dd7-8b9f-aa8f1609eb4f", "remote_group_id": "e81419cf-b95e-4732-aaad-e3432b8b2cbb", "remote_ip_prefix": null, "created_at": "2018-09-04T12:16:14Z", "security_group_id": "e81419cf-b95e-4732-aaad-e3432b8b2cbb", "tenant_id": "b4dbfc1d0e34496f8fb7c7cd1f5608e5", "port_range_min": null, "ethertype": "IPv6", "project_id": "b4dbfc1d0e34496f8fb7c7cd1f5608e5"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T12:16:14Z", "revision_number": 0, "id": "d083d625-e30d-4471-aa42-f7f3fc8c328d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T12:16:14Z", "security_group_id": "e81419cf-b95e-4732-aaad-e3432b8b2cbb", "tenant_id": "b4dbfc1d0e34496f8fb7c7cd1f5608e5", "port_range_min": null, "ethertype": "IPv4", "project_id": "b4dbfc1d0e34496f8fb7c7cd1f5608e5"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T12:16:14Z", "revision_number": 0, "id": "f6d9401b-38df-4edd-8f40-69a1466cf9bf", "remote_group_id": "e81419cf-b95e-4732-aaad-e3432b8b2cbb", "remote_ip_prefix": null, "created_at": "2018-09-04T12:16:14Z", "security_group_id": "e81419cf-b95e-4732-aaad-e3432b8b2cbb", "tenant_id": "b4dbfc1d0e34496f8fb7c7cd1f5608e5", "port_range_min": null, "ethertype": "IPv4", "project_id": "b4dbfc1d0e34496f8fb7c7cd1f5608e5"}], "revision_number": 4, "project_id": "b4dbfc1d0e34496f8fb7c7cd1f5608e5", "id": "e81419cf-b95e-4732-aaad-e3432b8b2cbb", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "c4b3a0f041ae4ca4803a4af225513ba4", "created_at": "2018-09-04T12:17:41Z", "updated_at": "2018-09-04T12:17:41Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T12:17:41Z", "revision_number": 0, "id": "6824685c-2b3f-4f22-866c-eb59012208ba", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T12:17:41Z", "security_group_id": "f9b8b6c9-4e98-454a-9292-c29271bcae95", "tenant_id": "c4b3a0f041ae4ca4803a4af225513ba4", "port_range_min": null, "ethertype": "IPv4", "project_id": "c4b3a0f041ae4ca4803a4af225513ba4"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T12:17:41Z", "revision_number": 0, "id": "87cee46a-3604-4dd1-adc1-d97d3419ae0c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T12:17:41Z", "security_group_id": "f9b8b6c9-4e98-454a-9292-c29271bcae95", "tenant_id": "c4b3a0f041ae4ca4803a4af225513ba4", "port_range_min": null, "ethertype": "IPv6", "project_id": "c4b3a0f041ae4ca4803a4af225513ba4"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T12:17:41Z", "revision_number": 0, "id": "e00cf838-51d7-462e-906c-37f4fb4d7181", "remote_group_id": "f9b8b6c9-4e98-454a-9292-c29271bcae95", "remote_ip_prefix": null, "created_at": "2018-09-04T12:17:41Z", "security_group_id": "f9b8b6c9-4e98-454a-9292-c29271bcae95", "tenant_id": "c4b3a0f041ae4ca4803a4af225513ba4", "port_range_min": null, "ethertype": "IPv6", "project_id": "c4b3a0f041ae4ca4803a4af225513ba4"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T12:17:41Z", "revision_number": 0, "id": "e024fd11-5aeb-4982-ae2b-589b9dd401b4", "remote_group_id": "f9b8b6c9-4e98-454a-9292-c29271bcae95", "remote_ip_prefix": null, "created_at": "2018-09-04T12:17:41Z", "security_group_id": "f9b8b6c9-4e98-454a-9292-c29271bcae95", "tenant_id": "c4b3a0f041ae4ca4803a4af225513ba4", "port_range_min": null, "ethertype": "IPv4", "project_id": "c4b3a0f041ae4ca4803a4af225513ba4"}], "revision_number": 4, "project_id": "c4b3a0f041ae4ca4803a4af225513ba4", "id": "f9b8b6c9-4e98-454a-9292-c29271bcae95", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "f2bd6f97bf95498993c0c8d4f6900483", "created_at": "2018-09-04T11:33:20Z", "updated_at": "2018-09-04T11:33:20Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T11:33:20Z", "revision_number": 0, "id": "4c75c440-963b-417c-bedf-82086417e68c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T11:33:20Z", "security_group_id": "fa4f989a-20d2-4218-a4cf-f17539ef1b27", "tenant_id": "f2bd6f97bf95498993c0c8d4f6900483", "port_range_min": null, "ethertype": "IPv6", "project_id": "f2bd6f97bf95498993c0c8d4f6900483"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T11:33:20Z", "revision_number": 0, "id": "9635b56a-1370-4f88-9df0-f0954055f960", "remote_group_id": "fa4f989a-20d2-4218-a4cf-f17539ef1b27", "remote_ip_prefix": null, "created_at": "2018-09-04T11:33:20Z", "security_group_id": "fa4f989a-20d2-4218-a4cf-f17539ef1b27", "tenant_id": "f2bd6f97bf95498993c0c8d4f6900483", "port_range_min": null, "ethertype": "IPv4", "project_id": "f2bd6f97bf95498993c0c8d4f6900483"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T11:33:20Z", "revision_number": 0, "id": "c7c730c6-ae66-4505-873b-c6dca4c55d95", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-04T11:33:20Z", "security_group_id": "fa4f989a-20d2-4218-a4cf-f17539ef1b27", "tenant_id": "f2bd6f97bf95498993c0c8d4f6900483", "port_range_min": null, "ethertype": "IPv4", "project_id": "f2bd6f97bf95498993c0c8d4f6900483"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-04T11:33:20Z", "revision_number": 0, "id": "df1fc864-f960-4a86-bd3d-950eac909690", "remote_group_id": "fa4f989a-20d2-4218-a4cf-f17539ef1b27", "remote_ip_prefix": null, "created_at": "2018-09-04T11:33:20Z", "security_group_id": "fa4f989a-20d2-4218-a4cf-f17539ef1b27", "tenant_id": "f2bd6f97bf95498993c0c8d4f6900483", "port_range_min": null, "ethertype": "IPv6", "project_id": "f2bd6f97bf95498993c0c8d4f6900483"}], "revision_number": 4, "project_id": "f2bd6f97bf95498993c0c8d4f6900483", "id": "fa4f989a-20d2-4218-a4cf-f17539ef1b27", "name": "default"}]} 2018-09-04 12:55:46,855 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups used request id req-44a6051d-ff8c-4e53-bc0b-a68b1ebecc1d 2018-09-04 12:55:46,859 - sdnvpn.lib.openstack_utils - INFO - Using existing security group 'sdnvpn-sg'... 2018-09-04 12:55:46,860 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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-09-04 12:55:46,867 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12:55:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cf1d39ce-15a6-4b7f-9ae8-a16b9806f2d9 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.28:5000/v3/", "rel": "self"}]}} 2018-09-04 12:55:46,867 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-cf1d39ce-15a6-4b7f-9ae8-a16b9806f2d9 2018-09-04 12:55:46,868 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-09-04 12:55:47,244 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "3d416247e8224533841040c3ad2bce5a", "name": "admin"}], "expires_at": "2018-09-04T13:55:47.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1e2f68a072b64978bd7ea91c2d64aca6", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v1/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235635a698ef4bef9dc6b25273d185da"}, {"url": "http://192.30.9.6:8776/v1/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "23b07b3fbfc340a58cf0f9b2871a0d23"}, {"url": "http://172.30.9.28:8776/v1/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "72fd0aaa144d45419f4b04b6b26f69a7"}], "type": "volume", "id": "097241c25b4d4f7e91b3f8efa155909e", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v3/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93eb4cf3030a49e7840bec071422d397"}, {"url": "http://192.30.9.6:8776/v3/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8af439a6ac147fdbcb38ed9aa916b68"}, {"url": "http://192.30.9.6:8776/v3/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c4bfdbc9b7c74a23a40afdf578cfeba4"}], "type": "volumev3", "id": "1c85f4682ce44f729db1dabd98e965e8", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "82239574a29d4603a2161006f61851cf"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8d15f7134f364a7bbcfff2f84aac3bf2"}, {"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e01668c43a0c4c279b9a3d20a0280d6c"}], "type": "image", "id": "297d8415ca96454991054983920912f7", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7bb4d60e20734d4a9f31ec75e02cb823"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bf6adec15590466a9a0d3bddb00e8993"}, {"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f096f03a1d12411a8972f6f7c196b60d"}], "type": "policy", "id": "54c64351b56d44bbad74c2969cc3aa00", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "354ae6870a324fab82d0a0fb68ee0f26"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a3807e460dd4af488d982b66c52e64c"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e7c3da785076450abd71868e75ce0c33"}], "type": "cloudformation", "id": "6ac9917ae83c4639a15a4ab3cf0e76dd", "name": "heat-cfn"}, {"endpoints": [], "type": "metering", "id": "7fcc078e5e0645f29df67742ac14e388", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49e71628d386464cb950d6a9db00a328"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75b0a63ed8574bbcab1c851cc9b83d30"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9902b0a8b3c04cd192a1b84c417c232b"}], "type": "key-manager", "id": "9626544a32e74678a641c6e206f028a9", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "497340e5aa36485982fdf297f370558f"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7802beb4fc7c4952897b77bd5610b1fe"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c14af798917f4fa0b146d9772583e595"}], "type": "metric", "id": "973bfe8c658d4e5a8da725e76b9d550e", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "288ecc3674ea41d2aa3b790dcb832bf2"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7a6dc785cd7142f5b30f1a7ba0daeb03"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7f7d34e2351b4964befccc862c4e8e12"}], "type": "network", "id": "a348d7b06050474fb449be7f32ea6f5d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "21bce6ecb8464a1f8f3e3847aa698bd6"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0a8faf2246b47deb30e69e48d3551fb"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e71c6011de3d4d8589e5b53dcc79f288"}], "type": "identity", "id": "ad8d4b4953184137a1b913ecee9434ed", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "13474f9a78ca4f1184e4cddc84d0d98c"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad67365a18234bb78c336e6776958c00"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc54db13337f44f8921fbb9ad0f81de8"}], "type": "alarming", "id": "bb18dc3243034f08a6a7f69f7a1edccf", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0d91d7adf0304b2681c77f979e5cdb17"}, {"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "756e5ffca9774ab3ae2db41bf330417f"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c07c727a08c243b287827f539a124e63"}], "type": "placement", "id": "bb2c9432fcbd4c56913177122468f6ba", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8004/v1/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1eed4912224b48cf9856446eae4d9928"}, {"url": "http://192.30.9.6:8004/v1/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b73b7f99236541148d84f24f09e5dd40"}, {"url": "http://192.30.9.6:8004/v1/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fbf12e52911244fdafc24a9d46f56e62"}], "type": "orchestration", "id": "c8918d139da945ba93df4ccce21d4904", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16bf098b9e2e490f8e47fa601059f975"}, {"url": "http://192.30.9.6:8776/v2/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc16fa4cf491444ca2f611d5692c1170"}, {"url": "http://192.30.9.6:8776/v2/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ccd2c5325dff4b90b391db9fdde67d99"}], "type": "volumev2", "id": "d09ac9123c34494abce21d6c27bee9d9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eac694332354a3aa0e61c31314166d7"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b4d4989c4e764717ab78d38675cadd3f"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff196e46b56d406d87a678f1a64497b0"}], "type": "compute", "id": "d4030ee932c84df58c5b910cc197caa7", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "42c3a9abd8ad4ce8ab2c4cc6e0403c33"}, "audit_ids": ["MLxjGED8SRWddqyw28pojA"], "issued_at": "2018-09-04T12:55:47.000000Z"}} 2018-09-04 12:55:47,248 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/os-hypervisors/detail -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cc69444ed6f81681deebd352b0171c46b5ecff7b" 2018-09-04 12:55:47,433 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12:55: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-c42de3d1-f960-4879-9d66-21eafc27726c x-compute-request-id: req-c42de3d1-f960-4879-9d66-21eafc27726c Content-Encoding: gzip Content-Length: 720 Content-Type: application/json RESP BODY: {"hypervisors": [{"status": "enabled", "service": {"host": "overcloud-novacompute-0.opnfvlf.org", "disabled_reason": null, "id": 132}, "vcpus_used": 0, "hypervisor_type": "QEMU", "local_gb_used": 0, "vcpus": 16, "hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "memory_mb_used": 4096, "memory_mb": 32502, "current_workload": 0, "state": "up", "host_ip": "192.30.9.9", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"pcid\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"acpi\", \"fma\", \"vme\", \"popcnt\", \"mmx\", \"osxsave\", \"cx8\", \"mce\", \"de\", \"rdtscp\", \"ht\", \"dca\", \"lahf_lm\", \"abm\", \"pdcm\", \"mca\", \"pdpe1gb\", \"apic\", \"sse\", \"f16c\", \"pse\", \"ds\", \"invtsc\", \"pni\", \"tm2\", \"avx2\", \"aes\", \"sse2\", \"ss\", \"ds_cpl\", \"arat\", \"bmi1\", \"bmi2\", \"ssse3\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 0, "free_disk_gb": 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": 141}, "vcpus_used": 0, "hypervisor_type": "QEMU", "local_gb_used": 0, "vcpus": 16, "hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "memory_mb_used": 4096, "memory_mb": 32502, "current_workload": 0, "state": "up", "host_ip": "192.30.9.7", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"pcid\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"acpi\", \"fma\", \"vme\", \"popcnt\", \"mmx\", \"osxsave\", \"cx8\", \"mce\", \"de\", \"rdtscp\", \"ht\", \"dca\", \"lahf_lm\", \"abm\", \"pdcm\", \"mca\", \"pdpe1gb\", \"apic\", \"sse\", \"f16c\", \"pse\", \"ds\", \"invtsc\", \"pni\", \"tm2\", \"avx2\", \"aes\", \"sse2\", \"ss\", \"ds_cpl\", \"arat\", \"bmi1\", \"bmi2\", \"ssse3\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 0, "free_disk_gb": 10239, "hypervisor_version": 2009000, "disk_available_least": 10177, "local_gb": 10239, "free_ram_mb": 28406, "id": 6}]} 2018-09-04 12:55:47,434 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/os-hypervisors/detail used request id req-c42de3d1-f960-4879-9d66-21eafc27726c 2018-09-04 12:55:47,435 - sdnvpn_test_utils - DEBUG - Compute nodes: [u'overcloud-novacompute-0.opnfvlf.org', u'overcloud-novacompute-1.opnfvlf.org'] 2018-09-04 12:55:47,435 - sdnvpn_test_utils - INFO - Creating instance 'sdnvpn-13-1'... 2018-09-04 12:55:47,435 - sdnvpn_test_utils - DEBUG - Configuration: name=sdnvpn-13-1 flavor=m1.custom image=6c715815-c798-4d9f-99f7-b0d802a8963d network=48e3eef3-b225-475f-9e2b-da376a1b83f1 secgroup=aee4e203-f920-46bb-ac91-6898d944e253 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-09-04 12:55:47,435 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-09-04 12:55:47,435 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-09-04 12:55:47,435 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-09-04 12:55:47,436 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-09-04 12:55:47,436 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-09-04 12:55:47,436 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-09-04 12:55:47,436 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-09-04 12:55:47,436 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-09-04 12:55:47,436 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-09-04 12:55:47,436 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-09-04 12:55:47,436 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-09-04 12:55:47,436 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-09-04 12:55:47,437 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-09-04 12:55:47,437 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-09-04 12:55:47,437 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-09-04 12:55:47,437 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-09-04 12:55:47,437 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-09-04 12:55:47,437 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-09-04 12:55:47,437 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-09-04 12:55:47,437 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-09-04 12:55:47,437 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-09-04 12:55:47,438 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-09-04 12:55:47,438 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-09-04 12:55:47,438 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-09-04 12:55:47,440 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-09-04 12:55:47,440 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-09-04 12:55:47,440 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-09-04 12:55:47,440 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-09-04 12:55:47,440 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-09-04 12:55:47,440 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-09-04 12:55:47,441 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-09-04 12:55:47,441 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-09-04 12:55:47,441 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-09-04 12:55:47,441 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-09-04 12:55:47,441 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-09-04 12:55:47,441 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-09-04 12:55:47,441 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-09-04 12:55:47,441 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-09-04 12:55:47,441 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-09-04 12:55:47,442 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-09-04 12:55:47,442 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-09-04 12:55:47,442 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-09-04 12:55:47,442 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-09-04 12:55:47,442 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-09-04 12:55:47,442 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-09-04 12:55:47,442 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-09-04 12:55:47,442 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-09-04 12:55:47,443 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-09-04 12:55:47,445 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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-09-04 12:55:47,452 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12:55:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-93581f5d-ff87-4164-84d0-69cb90ec6a6a 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.28:5000/v3/", "rel": "self"}]}} 2018-09-04 12:55:47,452 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-93581f5d-ff87-4164-84d0-69cb90ec6a6a 2018-09-04 12:55:47,453 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-09-04 12:55:47,830 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "3d416247e8224533841040c3ad2bce5a", "name": "admin"}], "expires_at": "2018-09-04T13:55:47.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1e2f68a072b64978bd7ea91c2d64aca6", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v1/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235635a698ef4bef9dc6b25273d185da"}, {"url": "http://192.30.9.6:8776/v1/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "23b07b3fbfc340a58cf0f9b2871a0d23"}, {"url": "http://172.30.9.28:8776/v1/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "72fd0aaa144d45419f4b04b6b26f69a7"}], "type": "volume", "id": "097241c25b4d4f7e91b3f8efa155909e", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v3/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93eb4cf3030a49e7840bec071422d397"}, {"url": "http://192.30.9.6:8776/v3/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8af439a6ac147fdbcb38ed9aa916b68"}, {"url": "http://192.30.9.6:8776/v3/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c4bfdbc9b7c74a23a40afdf578cfeba4"}], "type": "volumev3", "id": "1c85f4682ce44f729db1dabd98e965e8", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "82239574a29d4603a2161006f61851cf"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8d15f7134f364a7bbcfff2f84aac3bf2"}, {"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e01668c43a0c4c279b9a3d20a0280d6c"}], "type": "image", "id": "297d8415ca96454991054983920912f7", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7bb4d60e20734d4a9f31ec75e02cb823"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bf6adec15590466a9a0d3bddb00e8993"}, {"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f096f03a1d12411a8972f6f7c196b60d"}], "type": "policy", "id": "54c64351b56d44bbad74c2969cc3aa00", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "354ae6870a324fab82d0a0fb68ee0f26"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a3807e460dd4af488d982b66c52e64c"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e7c3da785076450abd71868e75ce0c33"}], "type": "cloudformation", "id": "6ac9917ae83c4639a15a4ab3cf0e76dd", "name": "heat-cfn"}, {"endpoints": [], "type": "metering", "id": "7fcc078e5e0645f29df67742ac14e388", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49e71628d386464cb950d6a9db00a328"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75b0a63ed8574bbcab1c851cc9b83d30"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9902b0a8b3c04cd192a1b84c417c232b"}], "type": "key-manager", "id": "9626544a32e74678a641c6e206f028a9", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "497340e5aa36485982fdf297f370558f"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7802beb4fc7c4952897b77bd5610b1fe"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c14af798917f4fa0b146d9772583e595"}], "type": "metric", "id": "973bfe8c658d4e5a8da725e76b9d550e", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "288ecc3674ea41d2aa3b790dcb832bf2"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7a6dc785cd7142f5b30f1a7ba0daeb03"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7f7d34e2351b4964befccc862c4e8e12"}], "type": "network", "id": "a348d7b06050474fb449be7f32ea6f5d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "21bce6ecb8464a1f8f3e3847aa698bd6"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0a8faf2246b47deb30e69e48d3551fb"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e71c6011de3d4d8589e5b53dcc79f288"}], "type": "identity", "id": "ad8d4b4953184137a1b913ecee9434ed", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "13474f9a78ca4f1184e4cddc84d0d98c"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad67365a18234bb78c336e6776958c00"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc54db13337f44f8921fbb9ad0f81de8"}], "type": "alarming", "id": "bb18dc3243034f08a6a7f69f7a1edccf", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0d91d7adf0304b2681c77f979e5cdb17"}, {"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "756e5ffca9774ab3ae2db41bf330417f"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c07c727a08c243b287827f539a124e63"}], "type": "placement", "id": "bb2c9432fcbd4c56913177122468f6ba", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8004/v1/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1eed4912224b48cf9856446eae4d9928"}, {"url": "http://192.30.9.6:8004/v1/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b73b7f99236541148d84f24f09e5dd40"}, {"url": "http://192.30.9.6:8004/v1/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fbf12e52911244fdafc24a9d46f56e62"}], "type": "orchestration", "id": "c8918d139da945ba93df4ccce21d4904", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16bf098b9e2e490f8e47fa601059f975"}, {"url": "http://192.30.9.6:8776/v2/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc16fa4cf491444ca2f611d5692c1170"}, {"url": "http://192.30.9.6:8776/v2/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ccd2c5325dff4b90b391db9fdde67d99"}], "type": "volumev2", "id": "d09ac9123c34494abce21d6c27bee9d9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eac694332354a3aa0e61c31314166d7"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b4d4989c4e764717ab78d38675cadd3f"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff196e46b56d406d87a678f1a64497b0"}], "type": "compute", "id": "d4030ee932c84df58c5b910cc197caa7", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "42c3a9abd8ad4ce8ab2c4cc6e0403c33"}, "audit_ids": ["gR70lEuvQby80NMnirZXWQ"], "issued_at": "2018-09-04T12:55:47.000000Z"}} 2018-09-04 12:55:47,833 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cd244de420d3a28ec1ade2834f50b133c3141a6e" 2018-09-04 12:55:48,015 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12:55: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-3f9c387a-196f-413b-8577-5d5c5c7c4d49 x-compute-request-id: req-3f9c387a-196f-413b-8577-5d5c5c7c4d49 Content-Encoding: gzip Content-Length: 209 Content-Type: application/json RESP BODY: {"flavors": [{"id": "6e6fa632-792d-4524-8c3f-c20426a36581", "links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/6e6fa632-792d-4524-8c3f-c20426a36581", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/6e6fa632-792d-4524-8c3f-c20426a36581", "rel": "bookmark"}], "name": "m1.custom"}, {"id": "9cbbc756-b738-4f1f-8d03-84c527182338", "links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/9cbbc756-b738-4f1f-8d03-84c527182338", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/9cbbc756-b738-4f1f-8d03-84c527182338", "rel": "bookmark"}], "name": "m1.tiny"}]} 2018-09-04 12:55:48,016 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors used request id req-3f9c387a-196f-413b-8577-5d5c5c7c4d49 2018-09-04 12:55:48,019 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/flavors/6e6fa632-792d-4524-8c3f-c20426a36581 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cd244de420d3a28ec1ade2834f50b133c3141a6e" 2018-09-04 12:55:48,041 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12:55: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-58225e07-60f4-4993-bb6f-1d30ead05e08 x-compute-request-id: req-58225e07-60f4-4993-bb6f-1d30ead05e08 Content-Encoding: gzip Content-Length: 283 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/6e6fa632-792d-4524-8c3f-c20426a36581", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/6e6fa632-792d-4524-8c3f-c20426a36581", "rel": "bookmark"}], "ram": 1024, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "6e6fa632-792d-4524-8c3f-c20426a36581", "name": "m1.custom", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-09-04 12:55:48,041 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors/6e6fa632-792d-4524-8c3f-c20426a36581 used request id req-58225e07-60f4-4993-bb6f-1d30ead05e08 2018-09-04 12:55:48,044 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cd244de420d3a28ec1ade2834f50b133c3141a6e" -d '{"server": {"name": "sdnvpn-13-1", "imageRef": "6c715815-c798-4d9f-99f7-b0d802a8963d", "availability_zone": "nova:overcloud-novacompute-0.opnfvlf.org", "flavorRef": "6e6fa632-792d-4524-8c3f-c20426a36581", "user_data": "IyEvYmluL3NoCnNldCAteGUKc3VkbyB1c2VyYWRkIC1tIHNkbnZwbgpzdWRvIGFkZHVzZXIgc2RudnBuIHN1ZG8Kc3VkbyBlY2hvIHNkbnZwbjpvcG5mdiB8IGNocGFzc3dkCnNsZWVwIDIwCnN1ZG8gaWZjb25maWcgbG86MSAxNzkuMjQuMS4xMiBuZXRtYXNrIDI1NS4yNTUuMjU1LjI1NSB1cAo=", "max_count": 1, "min_count": 1, "networks": [{"uuid": "48e3eef3-b225-475f-9e2b-da376a1b83f1"}], "config_drive": true}}' 2018-09-04 12:55:49,713 - novaclient.v2.client - DEBUG - RESP: [202] Date: Tue, 04 Sep 2018 12:55: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-c850ab16-3efb-426d-8c5d-2c56bd19100e x-compute-request-id: req-c850ab16-3efb-426d-8c5d-2c56bd19100e Content-Length: 374 location: http://172.30.9.28:8774/v2.1/servers/573bde7a-c171-487b-8719-117021c30ed9 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "573bde7a-c171-487b-8719-117021c30ed9", "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/573bde7a-c171-487b-8719-117021c30ed9", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/573bde7a-c171-487b-8719-117021c30ed9", "rel": "bookmark"}], "adminPass": "gQGTUZ7rscDX"}} 2018-09-04 12:55:49,714 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers used request id req-c850ab16-3efb-426d-8c5d-2c56bd19100e 2018-09-04 12:55:49,715 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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-09-04 12:55:49,721 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12:55:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-97d77155-4a03-4a1d-b21a-41c4e3dc0dd7 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.28:5000/v3/", "rel": "self"}]}} 2018-09-04 12:55:49,721 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-97d77155-4a03-4a1d-b21a-41c4e3dc0dd7 2018-09-04 12:55:49,722 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-09-04 12:55:50,103 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "3d416247e8224533841040c3ad2bce5a", "name": "admin"}], "expires_at": "2018-09-04T13:55:50.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1e2f68a072b64978bd7ea91c2d64aca6", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v1/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235635a698ef4bef9dc6b25273d185da"}, {"url": "http://192.30.9.6:8776/v1/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "23b07b3fbfc340a58cf0f9b2871a0d23"}, {"url": "http://172.30.9.28:8776/v1/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "72fd0aaa144d45419f4b04b6b26f69a7"}], "type": "volume", "id": "097241c25b4d4f7e91b3f8efa155909e", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v3/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93eb4cf3030a49e7840bec071422d397"}, {"url": "http://192.30.9.6:8776/v3/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8af439a6ac147fdbcb38ed9aa916b68"}, {"url": "http://192.30.9.6:8776/v3/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c4bfdbc9b7c74a23a40afdf578cfeba4"}], "type": "volumev3", "id": "1c85f4682ce44f729db1dabd98e965e8", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "82239574a29d4603a2161006f61851cf"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8d15f7134f364a7bbcfff2f84aac3bf2"}, {"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e01668c43a0c4c279b9a3d20a0280d6c"}], "type": "image", "id": "297d8415ca96454991054983920912f7", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7bb4d60e20734d4a9f31ec75e02cb823"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bf6adec15590466a9a0d3bddb00e8993"}, {"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f096f03a1d12411a8972f6f7c196b60d"}], "type": "policy", "id": "54c64351b56d44bbad74c2969cc3aa00", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "354ae6870a324fab82d0a0fb68ee0f26"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a3807e460dd4af488d982b66c52e64c"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e7c3da785076450abd71868e75ce0c33"}], "type": "cloudformation", "id": "6ac9917ae83c4639a15a4ab3cf0e76dd", "name": "heat-cfn"}, {"endpoints": [], "type": "metering", "id": "7fcc078e5e0645f29df67742ac14e388", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49e71628d386464cb950d6a9db00a328"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75b0a63ed8574bbcab1c851cc9b83d30"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9902b0a8b3c04cd192a1b84c417c232b"}], "type": "key-manager", "id": "9626544a32e74678a641c6e206f028a9", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "497340e5aa36485982fdf297f370558f"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7802beb4fc7c4952897b77bd5610b1fe"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c14af798917f4fa0b146d9772583e595"}], "type": "metric", "id": "973bfe8c658d4e5a8da725e76b9d550e", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "288ecc3674ea41d2aa3b790dcb832bf2"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7a6dc785cd7142f5b30f1a7ba0daeb03"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7f7d34e2351b4964befccc862c4e8e12"}], "type": "network", "id": "a348d7b06050474fb449be7f32ea6f5d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "21bce6ecb8464a1f8f3e3847aa698bd6"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0a8faf2246b47deb30e69e48d3551fb"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e71c6011de3d4d8589e5b53dcc79f288"}], "type": "identity", "id": "ad8d4b4953184137a1b913ecee9434ed", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "13474f9a78ca4f1184e4cddc84d0d98c"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad67365a18234bb78c336e6776958c00"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc54db13337f44f8921fbb9ad0f81de8"}], "type": "alarming", "id": "bb18dc3243034f08a6a7f69f7a1edccf", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0d91d7adf0304b2681c77f979e5cdb17"}, {"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "756e5ffca9774ab3ae2db41bf330417f"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c07c727a08c243b287827f539a124e63"}], "type": "placement", "id": "bb2c9432fcbd4c56913177122468f6ba", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8004/v1/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1eed4912224b48cf9856446eae4d9928"}, {"url": "http://192.30.9.6:8004/v1/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b73b7f99236541148d84f24f09e5dd40"}, {"url": "http://192.30.9.6:8004/v1/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fbf12e52911244fdafc24a9d46f56e62"}], "type": "orchestration", "id": "c8918d139da945ba93df4ccce21d4904", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16bf098b9e2e490f8e47fa601059f975"}, {"url": "http://192.30.9.6:8776/v2/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc16fa4cf491444ca2f611d5692c1170"}, {"url": "http://192.30.9.6:8776/v2/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ccd2c5325dff4b90b391db9fdde67d99"}], "type": "volumev2", "id": "d09ac9123c34494abce21d6c27bee9d9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eac694332354a3aa0e61c31314166d7"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b4d4989c4e764717ab78d38675cadd3f"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff196e46b56d406d87a678f1a64497b0"}], "type": "compute", "id": "d4030ee932c84df58c5b910cc197caa7", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "42c3a9abd8ad4ce8ab2c4cc6e0403c33"}, "audit_ids": ["9kznScM7QQqPoNxP5OBCCg"], "issued_at": "2018-09-04T12:55:50.000000Z"}} 2018-09-04 12:55:50,106 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/573bde7a-c171-487b-8719-117021c30ed9 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fc0c8142914365bdae5ea78a4c30d1a664865e5d" 2018-09-04 12:55:50,616 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12:55: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-16e86db9-0518-43bb-ab1a-175c602c59c2 x-compute-request-id: req-16e86db9-0518-43bb-ab1a-175c602c59c2 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.28:8774/v2.1/servers/573bde7a-c171-487b-8719-117021c30ed9", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/573bde7a-c171-487b-8719-117021c30ed9", "rel": "bookmark"}], "image": {"id": "6c715815-c798-4d9f-99f7-b0d802a8963d", "links": [{"href": "http://172.30.9.28:8774/images/6c715815-c798-4d9f-99f7-b0d802a8963d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6e6fa632-792d-4524-8c3f-c20426a36581", "links": [{"href": "http://172.30.9.28:8774/flavors/6e6fa632-792d-4524-8c3f-c20426a36581", "rel": "bookmark"}]}, "id": "573bde7a-c171-487b-8719-117021c30ed9", "user_id": "42c3a9abd8ad4ce8ab2c4cc6e0403c33", "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-09-04T12:55:50Z", "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-09-04T12:55:49Z", "tenant_id": "1e2f68a072b64978bd7ea91c2d64aca6", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 12:55:50,616 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/573bde7a-c171-487b-8719-117021c30ed9 used request id req-16e86db9-0518-43bb-ab1a-175c602c59c2 2018-09-04 12:55:53,622 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/573bde7a-c171-487b-8719-117021c30ed9 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fc0c8142914365bdae5ea78a4c30d1a664865e5d" 2018-09-04 12:55:54,352 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12:55: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-47cfae3d-9916-41f0-be53-c97f46af4898 x-compute-request-id: req-47cfae3d-9916-41f0-be53-c97f46af4898 Content-Encoding: gzip Content-Length: 714 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/573bde7a-c171-487b-8719-117021c30ed9", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/573bde7a-c171-487b-8719-117021c30ed9", "rel": "bookmark"}], "image": {"id": "6c715815-c798-4d9f-99f7-b0d802a8963d", "links": [{"href": "http://172.30.9.28:8774/images/6c715815-c798-4d9f-99f7-b0d802a8963d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000132", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6e6fa632-792d-4524-8c3f-c20426a36581", "links": [{"href": "http://172.30.9.28:8774/flavors/6e6fa632-792d-4524-8c3f-c20426a36581", "rel": "bookmark"}]}, "id": "573bde7a-c171-487b-8719-117021c30ed9", "security_groups": [{"name": "default"}], "user_id": "42c3a9abd8ad4ce8ab2c4cc6e0403c33", "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-09-04T12:55:50Z", "hostId": "ac4312c86b6d8b3ba69b66c09fbaad9c9659999bf89f97c14b4d2a68", "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-09-04T12:55:49Z", "tenant_id": "1e2f68a072b64978bd7ea91c2d64aca6", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 12:55:54,352 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/573bde7a-c171-487b-8719-117021c30ed9 used request id req-47cfae3d-9916-41f0-be53-c97f46af4898 2018-09-04 12:55:57,358 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/573bde7a-c171-487b-8719-117021c30ed9 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fc0c8142914365bdae5ea78a4c30d1a664865e5d" 2018-09-04 12:55:58,125 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12:55: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-011a3823-1c5f-4ed1-93b6-7a37ddcaac25 x-compute-request-id: req-011a3823-1c5f-4ed1-93b6-7a37ddcaac25 Content-Encoding: gzip Content-Length: 781 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:6f:98:ee", "version": 4, "addr": "10.10.10.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/573bde7a-c171-487b-8719-117021c30ed9", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/573bde7a-c171-487b-8719-117021c30ed9", "rel": "bookmark"}], "image": {"id": "6c715815-c798-4d9f-99f7-b0d802a8963d", "links": [{"href": "http://172.30.9.28:8774/images/6c715815-c798-4d9f-99f7-b0d802a8963d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000132", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6e6fa632-792d-4524-8c3f-c20426a36581", "links": [{"href": "http://172.30.9.28:8774/flavors/6e6fa632-792d-4524-8c3f-c20426a36581", "rel": "bookmark"}]}, "id": "573bde7a-c171-487b-8719-117021c30ed9", "security_groups": [{"name": "default"}], "user_id": "42c3a9abd8ad4ce8ab2c4cc6e0403c33", "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-09-04T12:55:50Z", "hostId": "ac4312c86b6d8b3ba69b66c09fbaad9c9659999bf89f97c14b4d2a68", "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-09-04T12:55:49Z", "tenant_id": "1e2f68a072b64978bd7ea91c2d64aca6", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 12:55:58,125 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/573bde7a-c171-487b-8719-117021c30ed9 used request id req-011a3823-1c5f-4ed1-93b6-7a37ddcaac25 2018-09-04 12:56:01,131 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/573bde7a-c171-487b-8719-117021c30ed9 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fc0c8142914365bdae5ea78a4c30d1a664865e5d" 2018-09-04 12:56:01,892 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12:56: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-df87087c-1d5c-4c91-92f4-6998b746e9ee x-compute-request-id: req-df87087c-1d5c-4c91-92f4-6998b746e9ee Content-Encoding: gzip Content-Length: 781 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:6f:98:ee", "version": 4, "addr": "10.10.10.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/573bde7a-c171-487b-8719-117021c30ed9", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/573bde7a-c171-487b-8719-117021c30ed9", "rel": "bookmark"}], "image": {"id": "6c715815-c798-4d9f-99f7-b0d802a8963d", "links": [{"href": "http://172.30.9.28:8774/images/6c715815-c798-4d9f-99f7-b0d802a8963d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000132", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6e6fa632-792d-4524-8c3f-c20426a36581", "links": [{"href": "http://172.30.9.28:8774/flavors/6e6fa632-792d-4524-8c3f-c20426a36581", "rel": "bookmark"}]}, "id": "573bde7a-c171-487b-8719-117021c30ed9", "security_groups": [{"name": "default"}], "user_id": "42c3a9abd8ad4ce8ab2c4cc6e0403c33", "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-09-04T12:55:50Z", "hostId": "ac4312c86b6d8b3ba69b66c09fbaad9c9659999bf89f97c14b4d2a68", "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-09-04T12:55:49Z", "tenant_id": "1e2f68a072b64978bd7ea91c2d64aca6", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 12:56:01,892 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/573bde7a-c171-487b-8719-117021c30ed9 used request id req-df87087c-1d5c-4c91-92f4-6998b746e9ee 2018-09-04 12:56:04,898 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/573bde7a-c171-487b-8719-117021c30ed9 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fc0c8142914365bdae5ea78a4c30d1a664865e5d" 2018-09-04 12:56:05,643 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12:56: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-5420fa21-98fa-443c-9abf-21ed064842f8 x-compute-request-id: req-5420fa21-98fa-443c-9abf-21ed064842f8 Content-Encoding: gzip Content-Length: 781 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:6f:98:ee", "version": 4, "addr": "10.10.10.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/573bde7a-c171-487b-8719-117021c30ed9", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/573bde7a-c171-487b-8719-117021c30ed9", "rel": "bookmark"}], "image": {"id": "6c715815-c798-4d9f-99f7-b0d802a8963d", "links": [{"href": "http://172.30.9.28:8774/images/6c715815-c798-4d9f-99f7-b0d802a8963d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000132", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6e6fa632-792d-4524-8c3f-c20426a36581", "links": [{"href": "http://172.30.9.28:8774/flavors/6e6fa632-792d-4524-8c3f-c20426a36581", "rel": "bookmark"}]}, "id": "573bde7a-c171-487b-8719-117021c30ed9", "security_groups": [{"name": "default"}], "user_id": "42c3a9abd8ad4ce8ab2c4cc6e0403c33", "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-09-04T12:55:50Z", "hostId": "ac4312c86b6d8b3ba69b66c09fbaad9c9659999bf89f97c14b4d2a68", "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-09-04T12:55:49Z", "tenant_id": "1e2f68a072b64978bd7ea91c2d64aca6", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 12:56:05,643 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/573bde7a-c171-487b-8719-117021c30ed9 used request id req-5420fa21-98fa-443c-9abf-21ed064842f8 2018-09-04 12:56:08,649 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/573bde7a-c171-487b-8719-117021c30ed9 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fc0c8142914365bdae5ea78a4c30d1a664865e5d" 2018-09-04 12:56:09,436 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12:56: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-857eeff5-3ce2-48d4-a1bc-ecb395e8084e x-compute-request-id: req-857eeff5-3ce2-48d4-a1bc-ecb395e8084e Content-Encoding: gzip Content-Length: 781 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:6f:98:ee", "version": 4, "addr": "10.10.10.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/573bde7a-c171-487b-8719-117021c30ed9", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/573bde7a-c171-487b-8719-117021c30ed9", "rel": "bookmark"}], "image": {"id": "6c715815-c798-4d9f-99f7-b0d802a8963d", "links": [{"href": "http://172.30.9.28:8774/images/6c715815-c798-4d9f-99f7-b0d802a8963d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000132", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6e6fa632-792d-4524-8c3f-c20426a36581", "links": [{"href": "http://172.30.9.28:8774/flavors/6e6fa632-792d-4524-8c3f-c20426a36581", "rel": "bookmark"}]}, "id": "573bde7a-c171-487b-8719-117021c30ed9", "security_groups": [{"name": "default"}], "user_id": "42c3a9abd8ad4ce8ab2c4cc6e0403c33", "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-09-04T12:55:50Z", "hostId": "ac4312c86b6d8b3ba69b66c09fbaad9c9659999bf89f97c14b4d2a68", "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-09-04T12:55:49Z", "tenant_id": "1e2f68a072b64978bd7ea91c2d64aca6", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 12:56:09,436 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/573bde7a-c171-487b-8719-117021c30ed9 used request id req-857eeff5-3ce2-48d4-a1bc-ecb395e8084e 2018-09-04 12:56:12,443 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/573bde7a-c171-487b-8719-117021c30ed9 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fc0c8142914365bdae5ea78a4c30d1a664865e5d" 2018-09-04 12:56:13,047 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12:56: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-bc2de263-18f4-46bb-b78e-7a99e8d25411 x-compute-request-id: req-bc2de263-18f4-46bb-b78e-7a99e8d25411 Content-Encoding: gzip Content-Length: 781 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:6f:98:ee", "version": 4, "addr": "10.10.10.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/573bde7a-c171-487b-8719-117021c30ed9", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/573bde7a-c171-487b-8719-117021c30ed9", "rel": "bookmark"}], "image": {"id": "6c715815-c798-4d9f-99f7-b0d802a8963d", "links": [{"href": "http://172.30.9.28:8774/images/6c715815-c798-4d9f-99f7-b0d802a8963d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000132", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6e6fa632-792d-4524-8c3f-c20426a36581", "links": [{"href": "http://172.30.9.28:8774/flavors/6e6fa632-792d-4524-8c3f-c20426a36581", "rel": "bookmark"}]}, "id": "573bde7a-c171-487b-8719-117021c30ed9", "security_groups": [{"name": "default"}], "user_id": "42c3a9abd8ad4ce8ab2c4cc6e0403c33", "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-09-04T12:55:50Z", "hostId": "ac4312c86b6d8b3ba69b66c09fbaad9c9659999bf89f97c14b4d2a68", "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-09-04T12:55:49Z", "tenant_id": "1e2f68a072b64978bd7ea91c2d64aca6", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 12:56:13,047 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/573bde7a-c171-487b-8719-117021c30ed9 used request id req-bc2de263-18f4-46bb-b78e-7a99e8d25411 2018-09-04 12:56:16,054 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/573bde7a-c171-487b-8719-117021c30ed9 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fc0c8142914365bdae5ea78a4c30d1a664865e5d" 2018-09-04 12:56:16,679 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12:56: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-11b087c8-e1be-463d-bfce-9a6aa4a1c0d0 x-compute-request-id: req-11b087c8-e1be-463d-bfce-9a6aa4a1c0d0 Content-Encoding: gzip Content-Length: 781 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:6f:98:ee", "version": 4, "addr": "10.10.10.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/573bde7a-c171-487b-8719-117021c30ed9", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/573bde7a-c171-487b-8719-117021c30ed9", "rel": "bookmark"}], "image": {"id": "6c715815-c798-4d9f-99f7-b0d802a8963d", "links": [{"href": "http://172.30.9.28:8774/images/6c715815-c798-4d9f-99f7-b0d802a8963d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000132", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6e6fa632-792d-4524-8c3f-c20426a36581", "links": [{"href": "http://172.30.9.28:8774/flavors/6e6fa632-792d-4524-8c3f-c20426a36581", "rel": "bookmark"}]}, "id": "573bde7a-c171-487b-8719-117021c30ed9", "security_groups": [{"name": "default"}], "user_id": "42c3a9abd8ad4ce8ab2c4cc6e0403c33", "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-09-04T12:55:50Z", "hostId": "ac4312c86b6d8b3ba69b66c09fbaad9c9659999bf89f97c14b4d2a68", "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-09-04T12:55:49Z", "tenant_id": "1e2f68a072b64978bd7ea91c2d64aca6", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 12:56:16,680 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/573bde7a-c171-487b-8719-117021c30ed9 used request id req-11b087c8-e1be-463d-bfce-9a6aa4a1c0d0 2018-09-04 12:56:19,686 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/573bde7a-c171-487b-8719-117021c30ed9 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fc0c8142914365bdae5ea78a4c30d1a664865e5d" 2018-09-04 12:56:20,297 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12:56: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-45b6542a-beb0-411c-b03b-91de8fe4a446 x-compute-request-id: req-45b6542a-beb0-411c-b03b-91de8fe4a446 Content-Encoding: gzip Content-Length: 781 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:6f:98:ee", "version": 4, "addr": "10.10.10.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/573bde7a-c171-487b-8719-117021c30ed9", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/573bde7a-c171-487b-8719-117021c30ed9", "rel": "bookmark"}], "image": {"id": "6c715815-c798-4d9f-99f7-b0d802a8963d", "links": [{"href": "http://172.30.9.28:8774/images/6c715815-c798-4d9f-99f7-b0d802a8963d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000132", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6e6fa632-792d-4524-8c3f-c20426a36581", "links": [{"href": "http://172.30.9.28:8774/flavors/6e6fa632-792d-4524-8c3f-c20426a36581", "rel": "bookmark"}]}, "id": "573bde7a-c171-487b-8719-117021c30ed9", "security_groups": [{"name": "default"}], "user_id": "42c3a9abd8ad4ce8ab2c4cc6e0403c33", "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-09-04T12:55:50Z", "hostId": "ac4312c86b6d8b3ba69b66c09fbaad9c9659999bf89f97c14b4d2a68", "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-09-04T12:55:49Z", "tenant_id": "1e2f68a072b64978bd7ea91c2d64aca6", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 12:56:20,297 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/573bde7a-c171-487b-8719-117021c30ed9 used request id req-45b6542a-beb0-411c-b03b-91de8fe4a446 2018-09-04 12:56:23,303 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/573bde7a-c171-487b-8719-117021c30ed9 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fc0c8142914365bdae5ea78a4c30d1a664865e5d" 2018-09-04 12:56:23,913 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12:56: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-12c26f7b-a4e0-4893-ac65-5a845b4d0067 x-compute-request-id: req-12c26f7b-a4e0-4893-ac65-5a845b4d0067 Content-Encoding: gzip Content-Length: 781 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:6f:98:ee", "version": 4, "addr": "10.10.10.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/573bde7a-c171-487b-8719-117021c30ed9", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/573bde7a-c171-487b-8719-117021c30ed9", "rel": "bookmark"}], "image": {"id": "6c715815-c798-4d9f-99f7-b0d802a8963d", "links": [{"href": "http://172.30.9.28:8774/images/6c715815-c798-4d9f-99f7-b0d802a8963d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000132", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6e6fa632-792d-4524-8c3f-c20426a36581", "links": [{"href": "http://172.30.9.28:8774/flavors/6e6fa632-792d-4524-8c3f-c20426a36581", "rel": "bookmark"}]}, "id": "573bde7a-c171-487b-8719-117021c30ed9", "security_groups": [{"name": "default"}], "user_id": "42c3a9abd8ad4ce8ab2c4cc6e0403c33", "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-09-04T12:55:50Z", "hostId": "ac4312c86b6d8b3ba69b66c09fbaad9c9659999bf89f97c14b4d2a68", "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-09-04T12:55:49Z", "tenant_id": "1e2f68a072b64978bd7ea91c2d64aca6", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 12:56:23,914 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/573bde7a-c171-487b-8719-117021c30ed9 used request id req-12c26f7b-a4e0-4893-ac65-5a845b4d0067 2018-09-04 12:56:26,920 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/573bde7a-c171-487b-8719-117021c30ed9 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fc0c8142914365bdae5ea78a4c30d1a664865e5d" 2018-09-04 12:56:27,699 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12:56: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-3ea41230-d74e-4118-aee2-cde6ebc1aaf2 x-compute-request-id: req-3ea41230-d74e-4118-aee2-cde6ebc1aaf2 Content-Encoding: gzip Content-Length: 781 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:6f:98:ee", "version": 4, "addr": "10.10.10.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/573bde7a-c171-487b-8719-117021c30ed9", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/573bde7a-c171-487b-8719-117021c30ed9", "rel": "bookmark"}], "image": {"id": "6c715815-c798-4d9f-99f7-b0d802a8963d", "links": [{"href": "http://172.30.9.28:8774/images/6c715815-c798-4d9f-99f7-b0d802a8963d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000132", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6e6fa632-792d-4524-8c3f-c20426a36581", "links": [{"href": "http://172.30.9.28:8774/flavors/6e6fa632-792d-4524-8c3f-c20426a36581", "rel": "bookmark"}]}, "id": "573bde7a-c171-487b-8719-117021c30ed9", "security_groups": [{"name": "default"}], "user_id": "42c3a9abd8ad4ce8ab2c4cc6e0403c33", "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-09-04T12:55:50Z", "hostId": "ac4312c86b6d8b3ba69b66c09fbaad9c9659999bf89f97c14b4d2a68", "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-09-04T12:55:49Z", "tenant_id": "1e2f68a072b64978bd7ea91c2d64aca6", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 12:56:27,699 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/573bde7a-c171-487b-8719-117021c30ed9 used request id req-3ea41230-d74e-4118-aee2-cde6ebc1aaf2 2018-09-04 12:56:30,706 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/573bde7a-c171-487b-8719-117021c30ed9 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fc0c8142914365bdae5ea78a4c30d1a664865e5d" 2018-09-04 12:56:31,446 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12:56: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-216bc9b3-ea0e-462d-905d-b5312e87bbf4 x-compute-request-id: req-216bc9b3-ea0e-462d-905d-b5312e87bbf4 Content-Encoding: gzip Content-Length: 781 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:6f:98:ee", "version": 4, "addr": "10.10.10.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/573bde7a-c171-487b-8719-117021c30ed9", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/573bde7a-c171-487b-8719-117021c30ed9", "rel": "bookmark"}], "image": {"id": "6c715815-c798-4d9f-99f7-b0d802a8963d", "links": [{"href": "http://172.30.9.28:8774/images/6c715815-c798-4d9f-99f7-b0d802a8963d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000132", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6e6fa632-792d-4524-8c3f-c20426a36581", "links": [{"href": "http://172.30.9.28:8774/flavors/6e6fa632-792d-4524-8c3f-c20426a36581", "rel": "bookmark"}]}, "id": "573bde7a-c171-487b-8719-117021c30ed9", "security_groups": [{"name": "default"}], "user_id": "42c3a9abd8ad4ce8ab2c4cc6e0403c33", "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-09-04T12:55:50Z", "hostId": "ac4312c86b6d8b3ba69b66c09fbaad9c9659999bf89f97c14b4d2a68", "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-09-04T12:55:49Z", "tenant_id": "1e2f68a072b64978bd7ea91c2d64aca6", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 12:56:31,446 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/573bde7a-c171-487b-8719-117021c30ed9 used request id req-216bc9b3-ea0e-462d-905d-b5312e87bbf4 2018-09-04 12:56:34,453 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/573bde7a-c171-487b-8719-117021c30ed9 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fc0c8142914365bdae5ea78a4c30d1a664865e5d" 2018-09-04 12:56:34,931 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12:56: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-c908ab1f-00d0-434e-ab62-35c41a352c3e x-compute-request-id: req-c908ab1f-00d0-434e-ab62-35c41a352c3e Content-Encoding: gzip Content-Length: 781 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:6f:98:ee", "version": 4, "addr": "10.10.10.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/573bde7a-c171-487b-8719-117021c30ed9", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/573bde7a-c171-487b-8719-117021c30ed9", "rel": "bookmark"}], "image": {"id": "6c715815-c798-4d9f-99f7-b0d802a8963d", "links": [{"href": "http://172.30.9.28:8774/images/6c715815-c798-4d9f-99f7-b0d802a8963d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000132", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6e6fa632-792d-4524-8c3f-c20426a36581", "links": [{"href": "http://172.30.9.28:8774/flavors/6e6fa632-792d-4524-8c3f-c20426a36581", "rel": "bookmark"}]}, "id": "573bde7a-c171-487b-8719-117021c30ed9", "security_groups": [{"name": "default"}], "user_id": "42c3a9abd8ad4ce8ab2c4cc6e0403c33", "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-09-04T12:55:50Z", "hostId": "ac4312c86b6d8b3ba69b66c09fbaad9c9659999bf89f97c14b4d2a68", "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-09-04T12:55:49Z", "tenant_id": "1e2f68a072b64978bd7ea91c2d64aca6", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 12:56:34,932 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/573bde7a-c171-487b-8719-117021c30ed9 used request id req-c908ab1f-00d0-434e-ab62-35c41a352c3e 2018-09-04 12:56:37,939 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/573bde7a-c171-487b-8719-117021c30ed9 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fc0c8142914365bdae5ea78a4c30d1a664865e5d" 2018-09-04 12:56:38,570 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12:56: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-d42f2df2-8df1-4635-9fb6-10678701341d x-compute-request-id: req-d42f2df2-8df1-4635-9fb6-10678701341d Content-Encoding: gzip Content-Length: 781 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:6f:98:ee", "version": 4, "addr": "10.10.10.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/573bde7a-c171-487b-8719-117021c30ed9", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/573bde7a-c171-487b-8719-117021c30ed9", "rel": "bookmark"}], "image": {"id": "6c715815-c798-4d9f-99f7-b0d802a8963d", "links": [{"href": "http://172.30.9.28:8774/images/6c715815-c798-4d9f-99f7-b0d802a8963d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000132", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6e6fa632-792d-4524-8c3f-c20426a36581", "links": [{"href": "http://172.30.9.28:8774/flavors/6e6fa632-792d-4524-8c3f-c20426a36581", "rel": "bookmark"}]}, "id": "573bde7a-c171-487b-8719-117021c30ed9", "security_groups": [{"name": "default"}], "user_id": "42c3a9abd8ad4ce8ab2c4cc6e0403c33", "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-09-04T12:55:50Z", "hostId": "ac4312c86b6d8b3ba69b66c09fbaad9c9659999bf89f97c14b4d2a68", "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-09-04T12:55:49Z", "tenant_id": "1e2f68a072b64978bd7ea91c2d64aca6", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 12:56:38,570 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/573bde7a-c171-487b-8719-117021c30ed9 used request id req-d42f2df2-8df1-4635-9fb6-10678701341d 2018-09-04 12:56:41,574 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/573bde7a-c171-487b-8719-117021c30ed9 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fc0c8142914365bdae5ea78a4c30d1a664865e5d" 2018-09-04 12:56:42,164 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12:56: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-782cc65a-0005-48ce-b13f-c94ecb962ee6 x-compute-request-id: req-782cc65a-0005-48ce-b13f-c94ecb962ee6 Content-Encoding: gzip Content-Length: 781 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:6f:98:ee", "version": 4, "addr": "10.10.10.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/573bde7a-c171-487b-8719-117021c30ed9", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/573bde7a-c171-487b-8719-117021c30ed9", "rel": "bookmark"}], "image": {"id": "6c715815-c798-4d9f-99f7-b0d802a8963d", "links": [{"href": "http://172.30.9.28:8774/images/6c715815-c798-4d9f-99f7-b0d802a8963d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000132", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6e6fa632-792d-4524-8c3f-c20426a36581", "links": [{"href": "http://172.30.9.28:8774/flavors/6e6fa632-792d-4524-8c3f-c20426a36581", "rel": "bookmark"}]}, "id": "573bde7a-c171-487b-8719-117021c30ed9", "security_groups": [{"name": "default"}], "user_id": "42c3a9abd8ad4ce8ab2c4cc6e0403c33", "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-09-04T12:55:50Z", "hostId": "ac4312c86b6d8b3ba69b66c09fbaad9c9659999bf89f97c14b4d2a68", "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-09-04T12:55:49Z", "tenant_id": "1e2f68a072b64978bd7ea91c2d64aca6", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 12:56:42,164 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/573bde7a-c171-487b-8719-117021c30ed9 used request id req-782cc65a-0005-48ce-b13f-c94ecb962ee6 2018-09-04 12:56:45,170 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/573bde7a-c171-487b-8719-117021c30ed9 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fc0c8142914365bdae5ea78a4c30d1a664865e5d" 2018-09-04 12:56:45,798 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12:56: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-327c80fb-aa13-492e-b97c-d9d199d3b42b x-compute-request-id: req-327c80fb-aa13-492e-b97c-d9d199d3b42b Content-Encoding: gzip Content-Length: 781 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:6f:98:ee", "version": 4, "addr": "10.10.10.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/573bde7a-c171-487b-8719-117021c30ed9", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/573bde7a-c171-487b-8719-117021c30ed9", "rel": "bookmark"}], "image": {"id": "6c715815-c798-4d9f-99f7-b0d802a8963d", "links": [{"href": "http://172.30.9.28:8774/images/6c715815-c798-4d9f-99f7-b0d802a8963d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000132", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6e6fa632-792d-4524-8c3f-c20426a36581", "links": [{"href": "http://172.30.9.28:8774/flavors/6e6fa632-792d-4524-8c3f-c20426a36581", "rel": "bookmark"}]}, "id": "573bde7a-c171-487b-8719-117021c30ed9", "security_groups": [{"name": "default"}], "user_id": "42c3a9abd8ad4ce8ab2c4cc6e0403c33", "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-09-04T12:55:50Z", "hostId": "ac4312c86b6d8b3ba69b66c09fbaad9c9659999bf89f97c14b4d2a68", "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-09-04T12:55:49Z", "tenant_id": "1e2f68a072b64978bd7ea91c2d64aca6", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 12:56:45,798 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/573bde7a-c171-487b-8719-117021c30ed9 used request id req-327c80fb-aa13-492e-b97c-d9d199d3b42b 2018-09-04 12:56:48,804 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/573bde7a-c171-487b-8719-117021c30ed9 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fc0c8142914365bdae5ea78a4c30d1a664865e5d" 2018-09-04 12:56:49,128 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12:56: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-b6ed2872-fa7e-41e9-b5b0-1e8bf85243c3 x-compute-request-id: req-b6ed2872-fa7e-41e9-b5b0-1e8bf85243c3 Content-Encoding: gzip Content-Length: 781 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:6f:98:ee", "version": 4, "addr": "10.10.10.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/573bde7a-c171-487b-8719-117021c30ed9", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/573bde7a-c171-487b-8719-117021c30ed9", "rel": "bookmark"}], "image": {"id": "6c715815-c798-4d9f-99f7-b0d802a8963d", "links": [{"href": "http://172.30.9.28:8774/images/6c715815-c798-4d9f-99f7-b0d802a8963d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000132", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6e6fa632-792d-4524-8c3f-c20426a36581", "links": [{"href": "http://172.30.9.28:8774/flavors/6e6fa632-792d-4524-8c3f-c20426a36581", "rel": "bookmark"}]}, "id": "573bde7a-c171-487b-8719-117021c30ed9", "security_groups": [{"name": "default"}], "user_id": "42c3a9abd8ad4ce8ab2c4cc6e0403c33", "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-09-04T12:55:50Z", "hostId": "ac4312c86b6d8b3ba69b66c09fbaad9c9659999bf89f97c14b4d2a68", "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-09-04T12:55:49Z", "tenant_id": "1e2f68a072b64978bd7ea91c2d64aca6", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 12:56:49,129 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/573bde7a-c171-487b-8719-117021c30ed9 used request id req-b6ed2872-fa7e-41e9-b5b0-1e8bf85243c3 2018-09-04 12:56:52,135 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/573bde7a-c171-487b-8719-117021c30ed9 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fc0c8142914365bdae5ea78a4c30d1a664865e5d" 2018-09-04 12:56:52,782 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12:56: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-abd9af82-5d98-4547-9891-e18ea8464a63 x-compute-request-id: req-abd9af82-5d98-4547-9891-e18ea8464a63 Content-Encoding: gzip Content-Length: 781 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:6f:98:ee", "version": 4, "addr": "10.10.10.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/573bde7a-c171-487b-8719-117021c30ed9", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/573bde7a-c171-487b-8719-117021c30ed9", "rel": "bookmark"}], "image": {"id": "6c715815-c798-4d9f-99f7-b0d802a8963d", "links": [{"href": "http://172.30.9.28:8774/images/6c715815-c798-4d9f-99f7-b0d802a8963d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000132", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6e6fa632-792d-4524-8c3f-c20426a36581", "links": [{"href": "http://172.30.9.28:8774/flavors/6e6fa632-792d-4524-8c3f-c20426a36581", "rel": "bookmark"}]}, "id": "573bde7a-c171-487b-8719-117021c30ed9", "security_groups": [{"name": "default"}], "user_id": "42c3a9abd8ad4ce8ab2c4cc6e0403c33", "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-09-04T12:55:50Z", "hostId": "ac4312c86b6d8b3ba69b66c09fbaad9c9659999bf89f97c14b4d2a68", "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-09-04T12:55:49Z", "tenant_id": "1e2f68a072b64978bd7ea91c2d64aca6", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 12:56:52,783 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/573bde7a-c171-487b-8719-117021c30ed9 used request id req-abd9af82-5d98-4547-9891-e18ea8464a63 2018-09-04 12:56:55,791 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/573bde7a-c171-487b-8719-117021c30ed9 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fc0c8142914365bdae5ea78a4c30d1a664865e5d" 2018-09-04 12:56:56,564 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12:56: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-98bce8cf-113e-42e7-8cdc-d0d743c6194b x-compute-request-id: req-98bce8cf-113e-42e7-8cdc-d0d743c6194b Content-Encoding: gzip Content-Length: 781 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:6f:98:ee", "version": 4, "addr": "10.10.10.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/573bde7a-c171-487b-8719-117021c30ed9", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/573bde7a-c171-487b-8719-117021c30ed9", "rel": "bookmark"}], "image": {"id": "6c715815-c798-4d9f-99f7-b0d802a8963d", "links": [{"href": "http://172.30.9.28:8774/images/6c715815-c798-4d9f-99f7-b0d802a8963d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000132", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6e6fa632-792d-4524-8c3f-c20426a36581", "links": [{"href": "http://172.30.9.28:8774/flavors/6e6fa632-792d-4524-8c3f-c20426a36581", "rel": "bookmark"}]}, "id": "573bde7a-c171-487b-8719-117021c30ed9", "security_groups": [{"name": "default"}], "user_id": "42c3a9abd8ad4ce8ab2c4cc6e0403c33", "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-09-04T12:55:50Z", "hostId": "ac4312c86b6d8b3ba69b66c09fbaad9c9659999bf89f97c14b4d2a68", "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-09-04T12:55:49Z", "tenant_id": "1e2f68a072b64978bd7ea91c2d64aca6", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 12:56:56,564 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/573bde7a-c171-487b-8719-117021c30ed9 used request id req-98bce8cf-113e-42e7-8cdc-d0d743c6194b 2018-09-04 12:56:59,570 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/573bde7a-c171-487b-8719-117021c30ed9 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fc0c8142914365bdae5ea78a4c30d1a664865e5d" 2018-09-04 12:57:00,029 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12:56: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-7bcb4bbe-0b5a-4b73-892d-7c438eaef979 x-compute-request-id: req-7bcb4bbe-0b5a-4b73-892d-7c438eaef979 Content-Encoding: gzip Content-Length: 781 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:6f:98:ee", "version": 4, "addr": "10.10.10.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/573bde7a-c171-487b-8719-117021c30ed9", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/573bde7a-c171-487b-8719-117021c30ed9", "rel": "bookmark"}], "image": {"id": "6c715815-c798-4d9f-99f7-b0d802a8963d", "links": [{"href": "http://172.30.9.28:8774/images/6c715815-c798-4d9f-99f7-b0d802a8963d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000132", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6e6fa632-792d-4524-8c3f-c20426a36581", "links": [{"href": "http://172.30.9.28:8774/flavors/6e6fa632-792d-4524-8c3f-c20426a36581", "rel": "bookmark"}]}, "id": "573bde7a-c171-487b-8719-117021c30ed9", "security_groups": [{"name": "default"}], "user_id": "42c3a9abd8ad4ce8ab2c4cc6e0403c33", "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-09-04T12:55:50Z", "hostId": "ac4312c86b6d8b3ba69b66c09fbaad9c9659999bf89f97c14b4d2a68", "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-09-04T12:55:49Z", "tenant_id": "1e2f68a072b64978bd7ea91c2d64aca6", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 12:57:00,029 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/573bde7a-c171-487b-8719-117021c30ed9 used request id req-7bcb4bbe-0b5a-4b73-892d-7c438eaef979 2018-09-04 12:57:03,036 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/573bde7a-c171-487b-8719-117021c30ed9 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fc0c8142914365bdae5ea78a4c30d1a664865e5d" 2018-09-04 12:57:03,658 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12:57: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-bf2e7219-bdf4-4150-a9af-dd75237679d6 x-compute-request-id: req-bf2e7219-bdf4-4150-a9af-dd75237679d6 Content-Encoding: gzip Content-Length: 781 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:6f:98:ee", "version": 4, "addr": "10.10.10.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/573bde7a-c171-487b-8719-117021c30ed9", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/573bde7a-c171-487b-8719-117021c30ed9", "rel": "bookmark"}], "image": {"id": "6c715815-c798-4d9f-99f7-b0d802a8963d", "links": [{"href": "http://172.30.9.28:8774/images/6c715815-c798-4d9f-99f7-b0d802a8963d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000132", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6e6fa632-792d-4524-8c3f-c20426a36581", "links": [{"href": "http://172.30.9.28:8774/flavors/6e6fa632-792d-4524-8c3f-c20426a36581", "rel": "bookmark"}]}, "id": "573bde7a-c171-487b-8719-117021c30ed9", "security_groups": [{"name": "default"}], "user_id": "42c3a9abd8ad4ce8ab2c4cc6e0403c33", "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-09-04T12:55:50Z", "hostId": "ac4312c86b6d8b3ba69b66c09fbaad9c9659999bf89f97c14b4d2a68", "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-09-04T12:55:49Z", "tenant_id": "1e2f68a072b64978bd7ea91c2d64aca6", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 12:57:03,658 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/573bde7a-c171-487b-8719-117021c30ed9 used request id req-bf2e7219-bdf4-4150-a9af-dd75237679d6 2018-09-04 12:57:06,665 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/573bde7a-c171-487b-8719-117021c30ed9 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fc0c8142914365bdae5ea78a4c30d1a664865e5d" 2018-09-04 12:57:07,322 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12:57: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-dd089bd6-2d00-4c7a-a59b-c18ee0215ef8 x-compute-request-id: req-dd089bd6-2d00-4c7a-a59b-c18ee0215ef8 Content-Encoding: gzip Content-Length: 781 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:6f:98:ee", "version": 4, "addr": "10.10.10.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/573bde7a-c171-487b-8719-117021c30ed9", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/573bde7a-c171-487b-8719-117021c30ed9", "rel": "bookmark"}], "image": {"id": "6c715815-c798-4d9f-99f7-b0d802a8963d", "links": [{"href": "http://172.30.9.28:8774/images/6c715815-c798-4d9f-99f7-b0d802a8963d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000132", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6e6fa632-792d-4524-8c3f-c20426a36581", "links": [{"href": "http://172.30.9.28:8774/flavors/6e6fa632-792d-4524-8c3f-c20426a36581", "rel": "bookmark"}]}, "id": "573bde7a-c171-487b-8719-117021c30ed9", "security_groups": [{"name": "default"}], "user_id": "42c3a9abd8ad4ce8ab2c4cc6e0403c33", "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-09-04T12:55:50Z", "hostId": "ac4312c86b6d8b3ba69b66c09fbaad9c9659999bf89f97c14b4d2a68", "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-09-04T12:55:49Z", "tenant_id": "1e2f68a072b64978bd7ea91c2d64aca6", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 12:57:07,323 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/573bde7a-c171-487b-8719-117021c30ed9 used request id req-dd089bd6-2d00-4c7a-a59b-c18ee0215ef8 2018-09-04 12:57:10,329 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/573bde7a-c171-487b-8719-117021c30ed9 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fc0c8142914365bdae5ea78a4c30d1a664865e5d" 2018-09-04 12:57:10,778 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12:57: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-3a666e23-c869-49eb-83cf-813e8f46555c x-compute-request-id: req-3a666e23-c869-49eb-83cf-813e8f46555c Content-Encoding: gzip Content-Length: 781 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:6f:98:ee", "version": 4, "addr": "10.10.10.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/573bde7a-c171-487b-8719-117021c30ed9", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/573bde7a-c171-487b-8719-117021c30ed9", "rel": "bookmark"}], "image": {"id": "6c715815-c798-4d9f-99f7-b0d802a8963d", "links": [{"href": "http://172.30.9.28:8774/images/6c715815-c798-4d9f-99f7-b0d802a8963d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000132", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6e6fa632-792d-4524-8c3f-c20426a36581", "links": [{"href": "http://172.30.9.28:8774/flavors/6e6fa632-792d-4524-8c3f-c20426a36581", "rel": "bookmark"}]}, "id": "573bde7a-c171-487b-8719-117021c30ed9", "security_groups": [{"name": "default"}], "user_id": "42c3a9abd8ad4ce8ab2c4cc6e0403c33", "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-09-04T12:55:50Z", "hostId": "ac4312c86b6d8b3ba69b66c09fbaad9c9659999bf89f97c14b4d2a68", "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-09-04T12:55:49Z", "tenant_id": "1e2f68a072b64978bd7ea91c2d64aca6", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 12:57:10,778 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/573bde7a-c171-487b-8719-117021c30ed9 used request id req-3a666e23-c869-49eb-83cf-813e8f46555c 2018-09-04 12:57:13,784 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/573bde7a-c171-487b-8719-117021c30ed9 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fc0c8142914365bdae5ea78a4c30d1a664865e5d" 2018-09-04 12:57:14,241 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12:57: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-7baaa427-8fa1-427e-ac4e-6523f9b505aa x-compute-request-id: req-7baaa427-8fa1-427e-ac4e-6523f9b505aa Content-Encoding: gzip Content-Length: 781 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:6f:98:ee", "version": 4, "addr": "10.10.10.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/573bde7a-c171-487b-8719-117021c30ed9", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/573bde7a-c171-487b-8719-117021c30ed9", "rel": "bookmark"}], "image": {"id": "6c715815-c798-4d9f-99f7-b0d802a8963d", "links": [{"href": "http://172.30.9.28:8774/images/6c715815-c798-4d9f-99f7-b0d802a8963d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000132", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6e6fa632-792d-4524-8c3f-c20426a36581", "links": [{"href": "http://172.30.9.28:8774/flavors/6e6fa632-792d-4524-8c3f-c20426a36581", "rel": "bookmark"}]}, "id": "573bde7a-c171-487b-8719-117021c30ed9", "security_groups": [{"name": "default"}], "user_id": "42c3a9abd8ad4ce8ab2c4cc6e0403c33", "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-09-04T12:55:50Z", "hostId": "ac4312c86b6d8b3ba69b66c09fbaad9c9659999bf89f97c14b4d2a68", "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-09-04T12:55:49Z", "tenant_id": "1e2f68a072b64978bd7ea91c2d64aca6", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 12:57:14,241 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/573bde7a-c171-487b-8719-117021c30ed9 used request id req-7baaa427-8fa1-427e-ac4e-6523f9b505aa 2018-09-04 12:57:17,247 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/573bde7a-c171-487b-8719-117021c30ed9 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fc0c8142914365bdae5ea78a4c30d1a664865e5d" 2018-09-04 12:57:17,801 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12:57: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-f675100a-6ded-4e52-b59c-9909f6d2d697 x-compute-request-id: req-f675100a-6ded-4e52-b59c-9909f6d2d697 Content-Encoding: gzip Content-Length: 781 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:6f:98:ee", "version": 4, "addr": "10.10.10.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/573bde7a-c171-487b-8719-117021c30ed9", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/573bde7a-c171-487b-8719-117021c30ed9", "rel": "bookmark"}], "image": {"id": "6c715815-c798-4d9f-99f7-b0d802a8963d", "links": [{"href": "http://172.30.9.28:8774/images/6c715815-c798-4d9f-99f7-b0d802a8963d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000132", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6e6fa632-792d-4524-8c3f-c20426a36581", "links": [{"href": "http://172.30.9.28:8774/flavors/6e6fa632-792d-4524-8c3f-c20426a36581", "rel": "bookmark"}]}, "id": "573bde7a-c171-487b-8719-117021c30ed9", "security_groups": [{"name": "default"}], "user_id": "42c3a9abd8ad4ce8ab2c4cc6e0403c33", "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-09-04T12:55:50Z", "hostId": "ac4312c86b6d8b3ba69b66c09fbaad9c9659999bf89f97c14b4d2a68", "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-09-04T12:55:49Z", "tenant_id": "1e2f68a072b64978bd7ea91c2d64aca6", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 12:57:17,802 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/573bde7a-c171-487b-8719-117021c30ed9 used request id req-f675100a-6ded-4e52-b59c-9909f6d2d697 2018-09-04 12:57:20,809 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/573bde7a-c171-487b-8719-117021c30ed9 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fc0c8142914365bdae5ea78a4c30d1a664865e5d" 2018-09-04 12:57:21,450 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12:57: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-8a29adea-2ccb-4023-bfbb-1c5402266453 x-compute-request-id: req-8a29adea-2ccb-4023-bfbb-1c5402266453 Content-Encoding: gzip Content-Length: 781 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:6f:98:ee", "version": 4, "addr": "10.10.10.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/573bde7a-c171-487b-8719-117021c30ed9", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/573bde7a-c171-487b-8719-117021c30ed9", "rel": "bookmark"}], "image": {"id": "6c715815-c798-4d9f-99f7-b0d802a8963d", "links": [{"href": "http://172.30.9.28:8774/images/6c715815-c798-4d9f-99f7-b0d802a8963d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000132", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6e6fa632-792d-4524-8c3f-c20426a36581", "links": [{"href": "http://172.30.9.28:8774/flavors/6e6fa632-792d-4524-8c3f-c20426a36581", "rel": "bookmark"}]}, "id": "573bde7a-c171-487b-8719-117021c30ed9", "security_groups": [{"name": "default"}], "user_id": "42c3a9abd8ad4ce8ab2c4cc6e0403c33", "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-09-04T12:55:50Z", "hostId": "ac4312c86b6d8b3ba69b66c09fbaad9c9659999bf89f97c14b4d2a68", "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-09-04T12:55:49Z", "tenant_id": "1e2f68a072b64978bd7ea91c2d64aca6", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 12:57:21,451 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/573bde7a-c171-487b-8719-117021c30ed9 used request id req-8a29adea-2ccb-4023-bfbb-1c5402266453 2018-09-04 12:57:24,457 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/573bde7a-c171-487b-8719-117021c30ed9 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fc0c8142914365bdae5ea78a4c30d1a664865e5d" 2018-09-04 12:57:24,911 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12:57: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-4fe89eb1-4de1-4cb5-9a2e-5e6ba39c1a21 x-compute-request-id: req-4fe89eb1-4de1-4cb5-9a2e-5e6ba39c1a21 Content-Encoding: gzip Content-Length: 781 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:6f:98:ee", "version": 4, "addr": "10.10.10.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/573bde7a-c171-487b-8719-117021c30ed9", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/573bde7a-c171-487b-8719-117021c30ed9", "rel": "bookmark"}], "image": {"id": "6c715815-c798-4d9f-99f7-b0d802a8963d", "links": [{"href": "http://172.30.9.28:8774/images/6c715815-c798-4d9f-99f7-b0d802a8963d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000132", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6e6fa632-792d-4524-8c3f-c20426a36581", "links": [{"href": "http://172.30.9.28:8774/flavors/6e6fa632-792d-4524-8c3f-c20426a36581", "rel": "bookmark"}]}, "id": "573bde7a-c171-487b-8719-117021c30ed9", "security_groups": [{"name": "default"}], "user_id": "42c3a9abd8ad4ce8ab2c4cc6e0403c33", "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-09-04T12:55:50Z", "hostId": "ac4312c86b6d8b3ba69b66c09fbaad9c9659999bf89f97c14b4d2a68", "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-09-04T12:55:49Z", "tenant_id": "1e2f68a072b64978bd7ea91c2d64aca6", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 12:57:24,911 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/573bde7a-c171-487b-8719-117021c30ed9 used request id req-4fe89eb1-4de1-4cb5-9a2e-5e6ba39c1a21 2018-09-04 12:57:27,918 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/573bde7a-c171-487b-8719-117021c30ed9 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fc0c8142914365bdae5ea78a4c30d1a664865e5d" 2018-09-04 12:57:28,555 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12: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-ad6a421c-1e06-4eb0-b342-1746cf6d6b4e x-compute-request-id: req-ad6a421c-1e06-4eb0-b342-1746cf6d6b4e Content-Encoding: gzip Content-Length: 781 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:6f:98:ee", "version": 4, "addr": "10.10.10.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/573bde7a-c171-487b-8719-117021c30ed9", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/573bde7a-c171-487b-8719-117021c30ed9", "rel": "bookmark"}], "image": {"id": "6c715815-c798-4d9f-99f7-b0d802a8963d", "links": [{"href": "http://172.30.9.28:8774/images/6c715815-c798-4d9f-99f7-b0d802a8963d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000132", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6e6fa632-792d-4524-8c3f-c20426a36581", "links": [{"href": "http://172.30.9.28:8774/flavors/6e6fa632-792d-4524-8c3f-c20426a36581", "rel": "bookmark"}]}, "id": "573bde7a-c171-487b-8719-117021c30ed9", "security_groups": [{"name": "default"}], "user_id": "42c3a9abd8ad4ce8ab2c4cc6e0403c33", "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-09-04T12:55:50Z", "hostId": "ac4312c86b6d8b3ba69b66c09fbaad9c9659999bf89f97c14b4d2a68", "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-09-04T12:55:49Z", "tenant_id": "1e2f68a072b64978bd7ea91c2d64aca6", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 12:57:28,555 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/573bde7a-c171-487b-8719-117021c30ed9 used request id req-ad6a421c-1e06-4eb0-b342-1746cf6d6b4e 2018-09-04 12:57:31,561 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/573bde7a-c171-487b-8719-117021c30ed9 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fc0c8142914365bdae5ea78a4c30d1a664865e5d" 2018-09-04 12:57:32,061 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12:57: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-a8d74a11-f979-40f6-be97-065c9937c269 x-compute-request-id: req-a8d74a11-f979-40f6-be97-065c9937c269 Content-Encoding: gzip Content-Length: 781 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:6f:98:ee", "version": 4, "addr": "10.10.10.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/573bde7a-c171-487b-8719-117021c30ed9", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/573bde7a-c171-487b-8719-117021c30ed9", "rel": "bookmark"}], "image": {"id": "6c715815-c798-4d9f-99f7-b0d802a8963d", "links": [{"href": "http://172.30.9.28:8774/images/6c715815-c798-4d9f-99f7-b0d802a8963d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000132", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6e6fa632-792d-4524-8c3f-c20426a36581", "links": [{"href": "http://172.30.9.28:8774/flavors/6e6fa632-792d-4524-8c3f-c20426a36581", "rel": "bookmark"}]}, "id": "573bde7a-c171-487b-8719-117021c30ed9", "security_groups": [{"name": "default"}], "user_id": "42c3a9abd8ad4ce8ab2c4cc6e0403c33", "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-09-04T12:55:50Z", "hostId": "ac4312c86b6d8b3ba69b66c09fbaad9c9659999bf89f97c14b4d2a68", "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-09-04T12:55:49Z", "tenant_id": "1e2f68a072b64978bd7ea91c2d64aca6", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 12:57:32,061 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/573bde7a-c171-487b-8719-117021c30ed9 used request id req-a8d74a11-f979-40f6-be97-065c9937c269 2018-09-04 12:57:35,068 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/573bde7a-c171-487b-8719-117021c30ed9 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fc0c8142914365bdae5ea78a4c30d1a664865e5d" 2018-09-04 12:57:35,622 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12: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-b53b5231-f353-41d8-b33d-de4061f9ba98 x-compute-request-id: req-b53b5231-f353-41d8-b33d-de4061f9ba98 Content-Encoding: gzip Content-Length: 781 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:6f:98:ee", "version": 4, "addr": "10.10.10.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/573bde7a-c171-487b-8719-117021c30ed9", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/573bde7a-c171-487b-8719-117021c30ed9", "rel": "bookmark"}], "image": {"id": "6c715815-c798-4d9f-99f7-b0d802a8963d", "links": [{"href": "http://172.30.9.28:8774/images/6c715815-c798-4d9f-99f7-b0d802a8963d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000132", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6e6fa632-792d-4524-8c3f-c20426a36581", "links": [{"href": "http://172.30.9.28:8774/flavors/6e6fa632-792d-4524-8c3f-c20426a36581", "rel": "bookmark"}]}, "id": "573bde7a-c171-487b-8719-117021c30ed9", "security_groups": [{"name": "default"}], "user_id": "42c3a9abd8ad4ce8ab2c4cc6e0403c33", "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-09-04T12:55:50Z", "hostId": "ac4312c86b6d8b3ba69b66c09fbaad9c9659999bf89f97c14b4d2a68", "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-09-04T12:55:49Z", "tenant_id": "1e2f68a072b64978bd7ea91c2d64aca6", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 12:57:35,622 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/573bde7a-c171-487b-8719-117021c30ed9 used request id req-b53b5231-f353-41d8-b33d-de4061f9ba98 2018-09-04 12:57:38,628 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/573bde7a-c171-487b-8719-117021c30ed9 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fc0c8142914365bdae5ea78a4c30d1a664865e5d" 2018-09-04 12:57:39,079 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12: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-83b7cffe-c30f-47e2-94ac-20d697ddce6b x-compute-request-id: req-83b7cffe-c30f-47e2-94ac-20d697ddce6b Content-Encoding: gzip Content-Length: 781 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:6f:98:ee", "version": 4, "addr": "10.10.10.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/573bde7a-c171-487b-8719-117021c30ed9", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/573bde7a-c171-487b-8719-117021c30ed9", "rel": "bookmark"}], "image": {"id": "6c715815-c798-4d9f-99f7-b0d802a8963d", "links": [{"href": "http://172.30.9.28:8774/images/6c715815-c798-4d9f-99f7-b0d802a8963d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000132", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6e6fa632-792d-4524-8c3f-c20426a36581", "links": [{"href": "http://172.30.9.28:8774/flavors/6e6fa632-792d-4524-8c3f-c20426a36581", "rel": "bookmark"}]}, "id": "573bde7a-c171-487b-8719-117021c30ed9", "security_groups": [{"name": "default"}], "user_id": "42c3a9abd8ad4ce8ab2c4cc6e0403c33", "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-09-04T12:55:50Z", "hostId": "ac4312c86b6d8b3ba69b66c09fbaad9c9659999bf89f97c14b4d2a68", "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-09-04T12:55:49Z", "tenant_id": "1e2f68a072b64978bd7ea91c2d64aca6", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 12:57:39,079 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/573bde7a-c171-487b-8719-117021c30ed9 used request id req-83b7cffe-c30f-47e2-94ac-20d697ddce6b 2018-09-04 12:57:42,085 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/573bde7a-c171-487b-8719-117021c30ed9 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fc0c8142914365bdae5ea78a4c30d1a664865e5d" 2018-09-04 12:57:42,388 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12:57: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-31dce894-d5d7-4827-9668-7e20d712fd35 x-compute-request-id: req-31dce894-d5d7-4827-9668-7e20d712fd35 Content-Encoding: gzip Content-Length: 781 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:6f:98:ee", "version": 4, "addr": "10.10.10.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/573bde7a-c171-487b-8719-117021c30ed9", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/573bde7a-c171-487b-8719-117021c30ed9", "rel": "bookmark"}], "image": {"id": "6c715815-c798-4d9f-99f7-b0d802a8963d", "links": [{"href": "http://172.30.9.28:8774/images/6c715815-c798-4d9f-99f7-b0d802a8963d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000132", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6e6fa632-792d-4524-8c3f-c20426a36581", "links": [{"href": "http://172.30.9.28:8774/flavors/6e6fa632-792d-4524-8c3f-c20426a36581", "rel": "bookmark"}]}, "id": "573bde7a-c171-487b-8719-117021c30ed9", "security_groups": [{"name": "default"}], "user_id": "42c3a9abd8ad4ce8ab2c4cc6e0403c33", "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-09-04T12:55:50Z", "hostId": "ac4312c86b6d8b3ba69b66c09fbaad9c9659999bf89f97c14b4d2a68", "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-09-04T12:55:49Z", "tenant_id": "1e2f68a072b64978bd7ea91c2d64aca6", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 12:57:42,388 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/573bde7a-c171-487b-8719-117021c30ed9 used request id req-31dce894-d5d7-4827-9668-7e20d712fd35 2018-09-04 12:57:45,395 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/573bde7a-c171-487b-8719-117021c30ed9 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fc0c8142914365bdae5ea78a4c30d1a664865e5d" 2018-09-04 12:57:45,988 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12:57: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-8688e542-5899-4305-a00d-8f7964a89172 x-compute-request-id: req-8688e542-5899-4305-a00d-8f7964a89172 Content-Encoding: gzip Content-Length: 781 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:6f:98:ee", "version": 4, "addr": "10.10.10.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/573bde7a-c171-487b-8719-117021c30ed9", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/573bde7a-c171-487b-8719-117021c30ed9", "rel": "bookmark"}], "image": {"id": "6c715815-c798-4d9f-99f7-b0d802a8963d", "links": [{"href": "http://172.30.9.28:8774/images/6c715815-c798-4d9f-99f7-b0d802a8963d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000132", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6e6fa632-792d-4524-8c3f-c20426a36581", "links": [{"href": "http://172.30.9.28:8774/flavors/6e6fa632-792d-4524-8c3f-c20426a36581", "rel": "bookmark"}]}, "id": "573bde7a-c171-487b-8719-117021c30ed9", "security_groups": [{"name": "default"}], "user_id": "42c3a9abd8ad4ce8ab2c4cc6e0403c33", "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-09-04T12:55:50Z", "hostId": "ac4312c86b6d8b3ba69b66c09fbaad9c9659999bf89f97c14b4d2a68", "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-09-04T12:55:49Z", "tenant_id": "1e2f68a072b64978bd7ea91c2d64aca6", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 12:57:45,989 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/573bde7a-c171-487b-8719-117021c30ed9 used request id req-8688e542-5899-4305-a00d-8f7964a89172 2018-09-04 12:57:48,996 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/573bde7a-c171-487b-8719-117021c30ed9 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fc0c8142914365bdae5ea78a4c30d1a664865e5d" 2018-09-04 12:57:49,302 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12: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-d03a0dbe-7b4d-44df-a4ff-f4a38ad77629 x-compute-request-id: req-d03a0dbe-7b4d-44df-a4ff-f4a38ad77629 Content-Encoding: gzip Content-Length: 781 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:6f:98:ee", "version": 4, "addr": "10.10.10.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/573bde7a-c171-487b-8719-117021c30ed9", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/573bde7a-c171-487b-8719-117021c30ed9", "rel": "bookmark"}], "image": {"id": "6c715815-c798-4d9f-99f7-b0d802a8963d", "links": [{"href": "http://172.30.9.28:8774/images/6c715815-c798-4d9f-99f7-b0d802a8963d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000132", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6e6fa632-792d-4524-8c3f-c20426a36581", "links": [{"href": "http://172.30.9.28:8774/flavors/6e6fa632-792d-4524-8c3f-c20426a36581", "rel": "bookmark"}]}, "id": "573bde7a-c171-487b-8719-117021c30ed9", "security_groups": [{"name": "default"}], "user_id": "42c3a9abd8ad4ce8ab2c4cc6e0403c33", "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-09-04T12:55:50Z", "hostId": "ac4312c86b6d8b3ba69b66c09fbaad9c9659999bf89f97c14b4d2a68", "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-09-04T12:55:49Z", "tenant_id": "1e2f68a072b64978bd7ea91c2d64aca6", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 12:57:49,303 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/573bde7a-c171-487b-8719-117021c30ed9 used request id req-d03a0dbe-7b4d-44df-a4ff-f4a38ad77629 2018-09-04 12:57:52,309 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/573bde7a-c171-487b-8719-117021c30ed9 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fc0c8142914365bdae5ea78a4c30d1a664865e5d" 2018-09-04 12:57:52,770 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12: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,Accept-Encoding x-openstack-request-id: req-3bbfb33d-78f0-4d7a-ac78-775ec9d9e0bf x-compute-request-id: req-3bbfb33d-78f0-4d7a-ac78-775ec9d9e0bf Content-Encoding: gzip Content-Length: 781 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:6f:98:ee", "version": 4, "addr": "10.10.10.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/573bde7a-c171-487b-8719-117021c30ed9", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/573bde7a-c171-487b-8719-117021c30ed9", "rel": "bookmark"}], "image": {"id": "6c715815-c798-4d9f-99f7-b0d802a8963d", "links": [{"href": "http://172.30.9.28:8774/images/6c715815-c798-4d9f-99f7-b0d802a8963d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000132", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6e6fa632-792d-4524-8c3f-c20426a36581", "links": [{"href": "http://172.30.9.28:8774/flavors/6e6fa632-792d-4524-8c3f-c20426a36581", "rel": "bookmark"}]}, "id": "573bde7a-c171-487b-8719-117021c30ed9", "security_groups": [{"name": "default"}], "user_id": "42c3a9abd8ad4ce8ab2c4cc6e0403c33", "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-09-04T12:55:50Z", "hostId": "ac4312c86b6d8b3ba69b66c09fbaad9c9659999bf89f97c14b4d2a68", "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-09-04T12:55:49Z", "tenant_id": "1e2f68a072b64978bd7ea91c2d64aca6", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 12:57:52,771 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/573bde7a-c171-487b-8719-117021c30ed9 used request id req-3bbfb33d-78f0-4d7a-ac78-775ec9d9e0bf 2018-09-04 12:57:55,775 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/573bde7a-c171-487b-8719-117021c30ed9 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fc0c8142914365bdae5ea78a4c30d1a664865e5d" 2018-09-04 12:57:56,383 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12:57: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-aa8042a7-19cf-4f3a-8688-c14dc317c6ba x-compute-request-id: req-aa8042a7-19cf-4f3a-8688-c14dc317c6ba Content-Encoding: gzip Content-Length: 781 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:6f:98:ee", "version": 4, "addr": "10.10.10.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/573bde7a-c171-487b-8719-117021c30ed9", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/573bde7a-c171-487b-8719-117021c30ed9", "rel": "bookmark"}], "image": {"id": "6c715815-c798-4d9f-99f7-b0d802a8963d", "links": [{"href": "http://172.30.9.28:8774/images/6c715815-c798-4d9f-99f7-b0d802a8963d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000132", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6e6fa632-792d-4524-8c3f-c20426a36581", "links": [{"href": "http://172.30.9.28:8774/flavors/6e6fa632-792d-4524-8c3f-c20426a36581", "rel": "bookmark"}]}, "id": "573bde7a-c171-487b-8719-117021c30ed9", "security_groups": [{"name": "default"}], "user_id": "42c3a9abd8ad4ce8ab2c4cc6e0403c33", "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-09-04T12:55:50Z", "hostId": "ac4312c86b6d8b3ba69b66c09fbaad9c9659999bf89f97c14b4d2a68", "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-09-04T12:55:49Z", "tenant_id": "1e2f68a072b64978bd7ea91c2d64aca6", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 12:57:56,383 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/573bde7a-c171-487b-8719-117021c30ed9 used request id req-aa8042a7-19cf-4f3a-8688-c14dc317c6ba 2018-09-04 12:57:59,391 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/573bde7a-c171-487b-8719-117021c30ed9 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fc0c8142914365bdae5ea78a4c30d1a664865e5d" 2018-09-04 12:58:00,252 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12:57: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-889eac50-4f4e-42df-a061-0acd692bea03 x-compute-request-id: req-889eac50-4f4e-42df-a061-0acd692bea03 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:6f:98:ee", "version": 4, "addr": "10.10.10.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/573bde7a-c171-487b-8719-117021c30ed9", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/573bde7a-c171-487b-8719-117021c30ed9", "rel": "bookmark"}], "image": {"id": "6c715815-c798-4d9f-99f7-b0d802a8963d", "links": [{"href": "http://172.30.9.28:8774/images/6c715815-c798-4d9f-99f7-b0d802a8963d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000132", "OS-SRV-USG:launched_at": "2018-09-04T12:57:58.000000", "flavor": {"id": "6e6fa632-792d-4524-8c3f-c20426a36581", "links": [{"href": "http://172.30.9.28:8774/flavors/6e6fa632-792d-4524-8c3f-c20426a36581", "rel": "bookmark"}]}, "id": "573bde7a-c171-487b-8719-117021c30ed9", "security_groups": [{"name": "default"}], "user_id": "42c3a9abd8ad4ce8ab2c4cc6e0403c33", "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-09-04T12:57:59Z", "hostId": "ac4312c86b6d8b3ba69b66c09fbaad9c9659999bf89f97c14b4d2a68", "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-09-04T12:55:49Z", "tenant_id": "1e2f68a072b64978bd7ea91c2d64aca6", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 12:58:00,252 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/573bde7a-c171-487b-8719-117021c30ed9 used request id req-889eac50-4f4e-42df-a061-0acd692bea03 2018-09-04 12:58:00,255 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/573bde7a-c171-487b-8719-117021c30ed9 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cd244de420d3a28ec1ade2834f50b133c3141a6e" 2018-09-04 12:58:01,249 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12:58: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-a3d65a23-8f0a-40ef-af84-1156df137124 x-compute-request-id: req-a3d65a23-8f0a-40ef-af84-1156df137124 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:6f:98:ee", "version": 4, "addr": "10.10.10.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/573bde7a-c171-487b-8719-117021c30ed9", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/573bde7a-c171-487b-8719-117021c30ed9", "rel": "bookmark"}], "image": {"id": "6c715815-c798-4d9f-99f7-b0d802a8963d", "links": [{"href": "http://172.30.9.28:8774/images/6c715815-c798-4d9f-99f7-b0d802a8963d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000132", "OS-SRV-USG:launched_at": "2018-09-04T12:57:58.000000", "flavor": {"id": "6e6fa632-792d-4524-8c3f-c20426a36581", "links": [{"href": "http://172.30.9.28:8774/flavors/6e6fa632-792d-4524-8c3f-c20426a36581", "rel": "bookmark"}]}, "id": "573bde7a-c171-487b-8719-117021c30ed9", "security_groups": [{"name": "default"}], "user_id": "42c3a9abd8ad4ce8ab2c4cc6e0403c33", "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-09-04T12:57:59Z", "hostId": "ac4312c86b6d8b3ba69b66c09fbaad9c9659999bf89f97c14b4d2a68", "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-09-04T12:55:49Z", "tenant_id": "1e2f68a072b64978bd7ea91c2d64aca6", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 12:58:01,249 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/573bde7a-c171-487b-8719-117021c30ed9 used request id req-a3d65a23-8f0a-40ef-af84-1156df137124 2018-09-04 12:58:01,251 - sdnvpn_test_utils - DEBUG - Instance 'sdnvpn-13-1' booted successfully. IP='10.10.10.9'. 2018-09-04 12:58:01,252 - sdnvpn_test_utils - DEBUG - Adding 'sdnvpn-13-1' to security group 'sdnvpn-sg'... 2018-09-04 12:58:01,256 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/servers/573bde7a-c171-487b-8719-117021c30ed9/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cc69444ed6f81681deebd352b0171c46b5ecff7b" -d '{"addSecurityGroup": {"name": "aee4e203-f920-46bb-ac91-6898d944e253"}}' 2018-09-04 12:58:02,859 - novaclient.v2.client - DEBUG - RESP: [202] Date: Tue, 04 Sep 2018 12:58:01 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-214831eb-7a31-46c7-ac66-575ffcf37541 x-compute-request-id: req-214831eb-7a31-46c7-ac66-575ffcf37541 Content-Length: 0 Content-Type: application/json 2018-09-04 12:58:02,859 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/573bde7a-c171-487b-8719-117021c30ed9/action used request id req-214831eb-7a31-46c7-ac66-575ffcf37541 2018-09-04 12:58:02,864 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9a3aef477f0de1e421a3bb6540830a6ff0baec4a" 2018-09-04 12:58:03,050 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 10241 X-Openstack-Request-Id: req-65e3bcd1-a920-43a0-bedf-5f5178061de6 Date: Tue, 04 Sep 2018 12:58:03 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T12:55:45Z","device_owner":"network:router_gateway","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"5092c110-d468-4f12-acae-47d56d35dff1","ip_address":"172.30.9.201"}],"id":"15f57414-16f4-44e7-b047-48b6f0ac6c37","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:e6:ca:cb","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"b02d489e-c4ef-4806-aa05-df6654bd95e2","name":"","admin_state_up":true,"network_id":"4097e349-dd4a-4a5e-95d6-eed5c2d7b85a","tenant_id":"","created_at":"2018-09-04T12:55:45Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T12:55:43Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"6eafe3aa-d28b-42da-ad7c-bd5893ffaa40","ip_address":"10.10.10.2"}],"id":"18a0846f-c6b1-469f-852c-121afbc71d5d","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:bd:16:67","project_id":"1e2f68a072b64978bd7ea91c2d64aca6","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-48e3eef3-b225-475f-9e2b-da376a1b83f1","name":"","admin_state_up":true,"network_id":"48e3eef3-b225-475f-9e2b-da376a1b83f1","tenant_id":"1e2f68a072b64978bd7ea91c2d64aca6","created_at":"2018-09-04T12:55:42Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T12:38:06Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"9b7290c2-49a6-46c7-9497-511f61f1fdc4","ip_address":"10.10.10.4"}],"id":"3a5a29a3-18d3-423b-a59d-506c4ffae392","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:52:73:58","project_id":"1e2f68a072b64978bd7ea91c2d64aca6","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-8cea24ab-c14e-4953-98f8-e1fcc81d26f9","name":"","admin_state_up":true,"network_id":"8cea24ab-c14e-4953-98f8-e1fcc81d26f9","tenant_id":"1e2f68a072b64978bd7ea91c2d64aca6","created_at":"2018-09-04T12:38:06Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T12:38:06Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"9b7290c2-49a6-46c7-9497-511f61f1fdc4","ip_address":"10.10.10.2"}],"id":"41e0295c-5b74-4a0d-9ba2-d873fa94bda0","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:af:b8:13","project_id":"1e2f68a072b64978bd7ea91c2d64aca6","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-8cea24ab-c14e-4953-98f8-e1fcc81d26f9","name":"","admin_state_up":true,"network_id":"8cea24ab-c14e-4953-98f8-e1fcc81d26f9","tenant_id":"1e2f68a072b64978bd7ea91c2d64aca6","created_at":"2018-09-04T12:38:05Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T12:38:06Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"9b7290c2-49a6-46c7-9497-511f61f1fdc4","ip_address":"10.10.10.3"}],"id":"45e751f6-3767-4d57-8fc2-1f18e7592e0a","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:93:9b:cc","project_id":"1e2f68a072b64978bd7ea91c2d64aca6","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-8cea24ab-c14e-4953-98f8-e1fcc81d26f9","name":"","admin_state_up":true,"network_id":"8cea24ab-c14e-4953-98f8-e1fcc81d26f9","tenant_id":"1e2f68a072b64978bd7ea91c2d64aca6","created_at":"2018-09-04T12:38:05Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T12:52:26Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"dba54c27-efad-4727-96b7-39b388391117","ip_address":"10.10.10.4"}],"id":"4d7c38b9-c22a-42d8-a1da-69b77fd36bbe","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:f4:29:ee","project_id":"1e2f68a072b64978bd7ea91c2d64aca6","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-f21da4f7-d5d7-44c1-b94d-2ca854b49712","name":"","admin_state_up":true,"network_id":"f21da4f7-d5d7-44c1-b94d-2ca854b49712","tenant_id":"1e2f68a072b64978bd7ea91c2d64aca6","created_at":"2018-09-04T12:52:25Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T12:52:25Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"dba54c27-efad-4727-96b7-39b388391117","ip_address":"10.10.10.2"}],"id":"4dc5fc79-ec76-443c-aa32-f420aedbc12b","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:fd:2a:1d","project_id":"1e2f68a072b64978bd7ea91c2d64aca6","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-f21da4f7-d5d7-44c1-b94d-2ca854b49712","name":"","admin_state_up":true,"network_id":"f21da4f7-d5d7-44c1-b94d-2ca854b49712","tenant_id":"1e2f68a072b64978bd7ea91c2d64aca6","created_at":"2018-09-04T12:52:24Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T12:52:25Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"dba54c27-efad-4727-96b7-39b388391117","ip_address":"10.10.10.3"}],"id":"6c5bbbce-7077-4f55-bdc7-f7890997f210","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:50:74:95","project_id":"1e2f68a072b64978bd7ea91c2d64aca6","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-f21da4f7-d5d7-44c1-b94d-2ca854b49712","name":"","admin_state_up":true,"network_id":"f21da4f7-d5d7-44c1-b94d-2ca854b49712","tenant_id":"1e2f68a072b64978bd7ea91c2d64aca6","created_at":"2018-09-04T12:52:24Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T12:55:44Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"6eafe3aa-d28b-42da-ad7c-bd5893ffaa40","ip_address":"10.10.10.4"}],"id":"898b9f8a-772c-4960-b625-23f98a91d17a","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:3e:91:27","project_id":"1e2f68a072b64978bd7ea91c2d64aca6","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-48e3eef3-b225-475f-9e2b-da376a1b83f1","name":"","admin_state_up":true,"network_id":"48e3eef3-b225-475f-9e2b-da376a1b83f1","tenant_id":"1e2f68a072b64978bd7ea91c2d64aca6","created_at":"2018-09-04T12:55:43Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T12:55:44Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"6eafe3aa-d28b-42da-ad7c-bd5893ffaa40","ip_address":"10.10.10.3"}],"id":"9daa71ba-874c-4b82-9d4d-f091cbf84daa","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:8c:13:60","project_id":"1e2f68a072b64978bd7ea91c2d64aca6","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-48e3eef3-b225-475f-9e2b-da376a1b83f1","name":"","admin_state_up":true,"network_id":"48e3eef3-b225-475f-9e2b-da376a1b83f1","tenant_id":"1e2f68a072b64978bd7ea91c2d64aca6","created_at":"2018-09-04T12:55:43Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T12:58:02Z","device_owner":"compute:nova","revision_number":6,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"6eafe3aa-d28b-42da-ad7c-bd5893ffaa40","ip_address":"10.10.10.9"}],"id":"c2e2568b-eaad-470b-978c-a30d2bcad811","security_groups":["65ec5024-dcc3-4217-b8f2-108a9317d297","aee4e203-f920-46bb-ac91-6898d944e253"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:6f:98:ee","project_id":"1e2f68a072b64978bd7ea91c2d64aca6","status":"ACTIVE","binding:host_id":"overcloud-novacompute-0.opnfvlf.org","description":"","tags":[],"device_id":"573bde7a-c171-487b-8719-117021c30ed9","name":"","admin_state_up":true,"network_id":"48e3eef3-b225-475f-9e2b-da376a1b83f1","tenant_id":"1e2f68a072b64978bd7ea91c2d64aca6","created_at":"2018-09-04T12:55:51Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T12:55:43Z","device_owner":"network:router_interface","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"6eafe3aa-d28b-42da-ad7c-bd5893ffaa40","ip_address":"10.10.10.1"}],"id":"cb5683ce-59ac-465f-9444-9644bdf17a17","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:04:dc:16","project_id":"1e2f68a072b64978bd7ea91c2d64aca6","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"b02d489e-c4ef-4806-aa05-df6654bd95e2","name":"","admin_state_up":true,"network_id":"48e3eef3-b225-475f-9e2b-da376a1b83f1","tenant_id":"1e2f68a072b64978bd7ea91c2d64aca6","created_at":"2018-09-04T12:55:43Z","binding:vnic_type":"normal"}]} 2018-09-04 12:58:03,051 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports used request id req-65e3bcd1-a920-43a0-bedf-5f5178061de6 2018-09-04 12:58:03,063 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.28:9696/v2.0/ports/c2e2568b-eaad-470b-978c-a30d2bcad811 -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9a3aef477f0de1e421a3bb6540830a6ff0baec4a" -d '{"port": {"allowed_address_pairs": [{"ip_address": "179.24.1.12/32", "mac_address": "fa:16:3e:6f:98:ee"}]}}' 2018-09-04 12:58:03,615 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 974 X-Openstack-Request-Id: req-c74bba29-7f6c-4616-aaa0-2e7b059eaf3f Date: Tue, 04 Sep 2018 12:58:03 GMT RESP BODY: {"port":{"allowed_address_pairs":[{"ip_address":"179.24.1.12/32","mac_address":"fa:16:3e:6f:98:ee"}],"extra_dhcp_opts":[],"updated_at":"2018-09-04T12:58:03Z","device_owner":"compute:nova","revision_number":7,"binding:profile":{},"port_security_enabled":true,"fixed_ips":[{"subnet_id":"6eafe3aa-d28b-42da-ad7c-bd5893ffaa40","ip_address":"10.10.10.9"}],"id":"c2e2568b-eaad-470b-978c-a30d2bcad811","security_groups":["65ec5024-dcc3-4217-b8f2-108a9317d297","aee4e203-f920-46bb-ac91-6898d944e253"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:6f:98:ee","project_id":"1e2f68a072b64978bd7ea91c2d64aca6","status":"ACTIVE","binding:host_id":"overcloud-novacompute-0.opnfvlf.org","description":"","tags":[],"device_id":"573bde7a-c171-487b-8719-117021c30ed9","name":"","admin_state_up":true,"network_id":"48e3eef3-b225-475f-9e2b-da376a1b83f1","tenant_id":"1e2f68a072b64978bd7ea91c2d64aca6","created_at":"2018-09-04T12:55:51Z","binding:vnic_type":"normal"}} 2018-09-04 12:58:03,615 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.28:9696/v2.0/ports/c2e2568b-eaad-470b-978c-a30d2bcad811 used request id req-c74bba29-7f6c-4616-aaa0-2e7b059eaf3f 2018-09-04 12:58:03,616 - sdnvpn_test_utils - INFO - Creating instance 'sdnvpn-13-2'... 2018-09-04 12:58:03,616 - sdnvpn_test_utils - DEBUG - Configuration: name=sdnvpn-13-2 flavor=m1.custom image=6c715815-c798-4d9f-99f7-b0d802a8963d network=48e3eef3-b225-475f-9e2b-da376a1b83f1 secgroup=aee4e203-f920-46bb-ac91-6898d944e253 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-09-04 12:58:03,616 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-09-04 12:58:03,616 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-09-04 12:58:03,617 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-09-04 12:58:03,617 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-09-04 12:58:03,617 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-09-04 12:58:03,617 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-09-04 12:58:03,617 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-09-04 12:58:03,617 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-09-04 12:58:03,617 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-09-04 12:58:03,617 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-09-04 12:58:03,617 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-09-04 12:58:03,618 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-09-04 12:58:03,618 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-09-04 12:58:03,618 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-09-04 12:58:03,618 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-09-04 12:58:03,618 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-09-04 12:58:03,618 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-09-04 12:58:03,618 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-09-04 12:58:03,618 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-09-04 12:58:03,619 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-09-04 12:58:03,619 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-09-04 12:58:03,619 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-09-04 12:58:03,619 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-09-04 12:58:03,619 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-09-04 12:58:03,621 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-09-04 12:58:03,622 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-09-04 12:58:03,622 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-09-04 12:58:03,622 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-09-04 12:58:03,622 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-09-04 12:58:03,622 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-09-04 12:58:03,622 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-09-04 12:58:03,622 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-09-04 12:58:03,622 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-09-04 12:58:03,623 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-09-04 12:58:03,623 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-09-04 12:58:03,623 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-09-04 12:58:03,623 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-09-04 12:58:03,623 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-09-04 12:58:03,623 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-09-04 12:58:03,623 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-09-04 12:58:03,623 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-09-04 12:58:03,623 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-09-04 12:58:03,624 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-09-04 12:58:03,624 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-09-04 12:58:03,624 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-09-04 12:58:03,624 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-09-04 12:58:03,624 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-09-04 12:58:03,624 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-09-04 12:58:03,627 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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-09-04 12:58:03,633 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12:58:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4dededdb-72db-423a-88fa-466bd7bc7dce 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.28:5000/v3/", "rel": "self"}]}} 2018-09-04 12:58:03,633 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-4dededdb-72db-423a-88fa-466bd7bc7dce 2018-09-04 12:58:03,634 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-09-04 12:58:04,014 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "3d416247e8224533841040c3ad2bce5a", "name": "admin"}], "expires_at": "2018-09-04T13:58:04.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1e2f68a072b64978bd7ea91c2d64aca6", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v1/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235635a698ef4bef9dc6b25273d185da"}, {"url": "http://192.30.9.6:8776/v1/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "23b07b3fbfc340a58cf0f9b2871a0d23"}, {"url": "http://172.30.9.28:8776/v1/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "72fd0aaa144d45419f4b04b6b26f69a7"}], "type": "volume", "id": "097241c25b4d4f7e91b3f8efa155909e", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v3/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93eb4cf3030a49e7840bec071422d397"}, {"url": "http://192.30.9.6:8776/v3/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8af439a6ac147fdbcb38ed9aa916b68"}, {"url": "http://192.30.9.6:8776/v3/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c4bfdbc9b7c74a23a40afdf578cfeba4"}], "type": "volumev3", "id": "1c85f4682ce44f729db1dabd98e965e8", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "82239574a29d4603a2161006f61851cf"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8d15f7134f364a7bbcfff2f84aac3bf2"}, {"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e01668c43a0c4c279b9a3d20a0280d6c"}], "type": "image", "id": "297d8415ca96454991054983920912f7", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7bb4d60e20734d4a9f31ec75e02cb823"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bf6adec15590466a9a0d3bddb00e8993"}, {"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f096f03a1d12411a8972f6f7c196b60d"}], "type": "policy", "id": "54c64351b56d44bbad74c2969cc3aa00", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "354ae6870a324fab82d0a0fb68ee0f26"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a3807e460dd4af488d982b66c52e64c"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e7c3da785076450abd71868e75ce0c33"}], "type": "cloudformation", "id": "6ac9917ae83c4639a15a4ab3cf0e76dd", "name": "heat-cfn"}, {"endpoints": [], "type": "metering", "id": "7fcc078e5e0645f29df67742ac14e388", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49e71628d386464cb950d6a9db00a328"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75b0a63ed8574bbcab1c851cc9b83d30"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9902b0a8b3c04cd192a1b84c417c232b"}], "type": "key-manager", "id": "9626544a32e74678a641c6e206f028a9", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "497340e5aa36485982fdf297f370558f"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7802beb4fc7c4952897b77bd5610b1fe"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c14af798917f4fa0b146d9772583e595"}], "type": "metric", "id": "973bfe8c658d4e5a8da725e76b9d550e", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "288ecc3674ea41d2aa3b790dcb832bf2"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7a6dc785cd7142f5b30f1a7ba0daeb03"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7f7d34e2351b4964befccc862c4e8e12"}], "type": "network", "id": "a348d7b06050474fb449be7f32ea6f5d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "21bce6ecb8464a1f8f3e3847aa698bd6"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0a8faf2246b47deb30e69e48d3551fb"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e71c6011de3d4d8589e5b53dcc79f288"}], "type": "identity", "id": "ad8d4b4953184137a1b913ecee9434ed", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "13474f9a78ca4f1184e4cddc84d0d98c"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad67365a18234bb78c336e6776958c00"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc54db13337f44f8921fbb9ad0f81de8"}], "type": "alarming", "id": "bb18dc3243034f08a6a7f69f7a1edccf", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0d91d7adf0304b2681c77f979e5cdb17"}, {"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "756e5ffca9774ab3ae2db41bf330417f"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c07c727a08c243b287827f539a124e63"}], "type": "placement", "id": "bb2c9432fcbd4c56913177122468f6ba", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8004/v1/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1eed4912224b48cf9856446eae4d9928"}, {"url": "http://192.30.9.6:8004/v1/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b73b7f99236541148d84f24f09e5dd40"}, {"url": "http://192.30.9.6:8004/v1/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fbf12e52911244fdafc24a9d46f56e62"}], "type": "orchestration", "id": "c8918d139da945ba93df4ccce21d4904", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16bf098b9e2e490f8e47fa601059f975"}, {"url": "http://192.30.9.6:8776/v2/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc16fa4cf491444ca2f611d5692c1170"}, {"url": "http://192.30.9.6:8776/v2/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ccd2c5325dff4b90b391db9fdde67d99"}], "type": "volumev2", "id": "d09ac9123c34494abce21d6c27bee9d9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eac694332354a3aa0e61c31314166d7"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b4d4989c4e764717ab78d38675cadd3f"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff196e46b56d406d87a678f1a64497b0"}], "type": "compute", "id": "d4030ee932c84df58c5b910cc197caa7", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "42c3a9abd8ad4ce8ab2c4cc6e0403c33"}, "audit_ids": ["Da8m3FOWRbu_VNvRJYobZw"], "issued_at": "2018-09-04T12:58:04.000000Z"}} 2018-09-04 12:58:04,017 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ab5126137b3fe72606662406b8efdeedf6bc3f78" 2018-09-04 12:58:04,190 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12:58: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-d31e627b-755d-4c63-8edf-a73eaf4415e7 x-compute-request-id: req-d31e627b-755d-4c63-8edf-a73eaf4415e7 Content-Encoding: gzip Content-Length: 209 Content-Type: application/json RESP BODY: {"flavors": [{"id": "6e6fa632-792d-4524-8c3f-c20426a36581", "links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/6e6fa632-792d-4524-8c3f-c20426a36581", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/6e6fa632-792d-4524-8c3f-c20426a36581", "rel": "bookmark"}], "name": "m1.custom"}, {"id": "9cbbc756-b738-4f1f-8d03-84c527182338", "links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/9cbbc756-b738-4f1f-8d03-84c527182338", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/9cbbc756-b738-4f1f-8d03-84c527182338", "rel": "bookmark"}], "name": "m1.tiny"}]} 2018-09-04 12:58:04,190 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors used request id req-d31e627b-755d-4c63-8edf-a73eaf4415e7 2018-09-04 12:58:04,193 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/flavors/6e6fa632-792d-4524-8c3f-c20426a36581 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ab5126137b3fe72606662406b8efdeedf6bc3f78" 2018-09-04 12:58:04,212 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12:58: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-ac4b3db3-8e26-4b1d-ba05-f53a39566b6c x-compute-request-id: req-ac4b3db3-8e26-4b1d-ba05-f53a39566b6c Content-Encoding: gzip Content-Length: 283 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/6e6fa632-792d-4524-8c3f-c20426a36581", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/6e6fa632-792d-4524-8c3f-c20426a36581", "rel": "bookmark"}], "ram": 1024, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "6e6fa632-792d-4524-8c3f-c20426a36581", "name": "m1.custom", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-09-04 12:58:04,212 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors/6e6fa632-792d-4524-8c3f-c20426a36581 used request id req-ac4b3db3-8e26-4b1d-ba05-f53a39566b6c 2018-09-04 12:58:04,215 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ab5126137b3fe72606662406b8efdeedf6bc3f78" -d '{"server": {"name": "sdnvpn-13-2", "imageRef": "6c715815-c798-4d9f-99f7-b0d802a8963d", "availability_zone": "nova:overcloud-novacompute-0.opnfvlf.org", "flavorRef": "6e6fa632-792d-4524-8c3f-c20426a36581", "user_data": "IyEvYmluL3NoCnNldCAteGUKc3VkbyB1c2VyYWRkIC1tIHNkbnZwbgpzdWRvIGFkZHVzZXIgc2RudnBuIHN1ZG8Kc3VkbyBlY2hvIHNkbnZwbjpvcG5mdiB8IGNocGFzc3dkCnNsZWVwIDIwCnN1ZG8gaWZjb25maWcgbG86MSAxNzkuMjQuMS4xMiBuZXRtYXNrIDI1NS4yNTUuMjU1LjI1NSB1cAo=", "max_count": 1, "min_count": 1, "networks": [{"uuid": "48e3eef3-b225-475f-9e2b-da376a1b83f1"}], "config_drive": true}}' 2018-09-04 12:58:05,701 - novaclient.v2.client - DEBUG - RESP: [202] Date: Tue, 04 Sep 2018 12:58:04 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-fd0d97ca-3cbc-42e3-9897-411f977b87bd x-compute-request-id: req-fd0d97ca-3cbc-42e3-9897-411f977b87bd Content-Length: 374 location: http://172.30.9.28:8774/v2.1/servers/c212b18a-ff6b-4fbf-aec6-9568bfc6540c Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "c212b18a-ff6b-4fbf-aec6-9568bfc6540c", "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/c212b18a-ff6b-4fbf-aec6-9568bfc6540c", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/c212b18a-ff6b-4fbf-aec6-9568bfc6540c", "rel": "bookmark"}], "adminPass": "TgSGbHUmG3fv"}} 2018-09-04 12:58:05,701 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers used request id req-fd0d97ca-3cbc-42e3-9897-411f977b87bd 2018-09-04 12:58:05,702 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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-09-04 12:58:05,710 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12:58:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1232bb8b-ce37-412c-87a1-cf3a79795429 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.28:5000/v3/", "rel": "self"}]}} 2018-09-04 12:58:05,710 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-1232bb8b-ce37-412c-87a1-cf3a79795429 2018-09-04 12:58:05,710 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-09-04 12:58:06,090 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "3d416247e8224533841040c3ad2bce5a", "name": "admin"}], "expires_at": "2018-09-04T13:58:06.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1e2f68a072b64978bd7ea91c2d64aca6", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v1/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235635a698ef4bef9dc6b25273d185da"}, {"url": "http://192.30.9.6:8776/v1/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "23b07b3fbfc340a58cf0f9b2871a0d23"}, {"url": "http://172.30.9.28:8776/v1/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "72fd0aaa144d45419f4b04b6b26f69a7"}], "type": "volume", "id": "097241c25b4d4f7e91b3f8efa155909e", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v3/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93eb4cf3030a49e7840bec071422d397"}, {"url": "http://192.30.9.6:8776/v3/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8af439a6ac147fdbcb38ed9aa916b68"}, {"url": "http://192.30.9.6:8776/v3/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c4bfdbc9b7c74a23a40afdf578cfeba4"}], "type": "volumev3", "id": "1c85f4682ce44f729db1dabd98e965e8", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "82239574a29d4603a2161006f61851cf"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8d15f7134f364a7bbcfff2f84aac3bf2"}, {"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e01668c43a0c4c279b9a3d20a0280d6c"}], "type": "image", "id": "297d8415ca96454991054983920912f7", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7bb4d60e20734d4a9f31ec75e02cb823"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bf6adec15590466a9a0d3bddb00e8993"}, {"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f096f03a1d12411a8972f6f7c196b60d"}], "type": "policy", "id": "54c64351b56d44bbad74c2969cc3aa00", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "354ae6870a324fab82d0a0fb68ee0f26"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a3807e460dd4af488d982b66c52e64c"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e7c3da785076450abd71868e75ce0c33"}], "type": "cloudformation", "id": "6ac9917ae83c4639a15a4ab3cf0e76dd", "name": "heat-cfn"}, {"endpoints": [], "type": "metering", "id": "7fcc078e5e0645f29df67742ac14e388", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49e71628d386464cb950d6a9db00a328"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75b0a63ed8574bbcab1c851cc9b83d30"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9902b0a8b3c04cd192a1b84c417c232b"}], "type": "key-manager", "id": "9626544a32e74678a641c6e206f028a9", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "497340e5aa36485982fdf297f370558f"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7802beb4fc7c4952897b77bd5610b1fe"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c14af798917f4fa0b146d9772583e595"}], "type": "metric", "id": "973bfe8c658d4e5a8da725e76b9d550e", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "288ecc3674ea41d2aa3b790dcb832bf2"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7a6dc785cd7142f5b30f1a7ba0daeb03"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7f7d34e2351b4964befccc862c4e8e12"}], "type": "network", "id": "a348d7b06050474fb449be7f32ea6f5d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "21bce6ecb8464a1f8f3e3847aa698bd6"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0a8faf2246b47deb30e69e48d3551fb"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e71c6011de3d4d8589e5b53dcc79f288"}], "type": "identity", "id": "ad8d4b4953184137a1b913ecee9434ed", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "13474f9a78ca4f1184e4cddc84d0d98c"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad67365a18234bb78c336e6776958c00"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc54db13337f44f8921fbb9ad0f81de8"}], "type": "alarming", "id": "bb18dc3243034f08a6a7f69f7a1edccf", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0d91d7adf0304b2681c77f979e5cdb17"}, {"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "756e5ffca9774ab3ae2db41bf330417f"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c07c727a08c243b287827f539a124e63"}], "type": "placement", "id": "bb2c9432fcbd4c56913177122468f6ba", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8004/v1/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1eed4912224b48cf9856446eae4d9928"}, {"url": "http://192.30.9.6:8004/v1/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b73b7f99236541148d84f24f09e5dd40"}, {"url": "http://192.30.9.6:8004/v1/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fbf12e52911244fdafc24a9d46f56e62"}], "type": "orchestration", "id": "c8918d139da945ba93df4ccce21d4904", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16bf098b9e2e490f8e47fa601059f975"}, {"url": "http://192.30.9.6:8776/v2/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc16fa4cf491444ca2f611d5692c1170"}, {"url": "http://192.30.9.6:8776/v2/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ccd2c5325dff4b90b391db9fdde67d99"}], "type": "volumev2", "id": "d09ac9123c34494abce21d6c27bee9d9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eac694332354a3aa0e61c31314166d7"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b4d4989c4e764717ab78d38675cadd3f"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff196e46b56d406d87a678f1a64497b0"}], "type": "compute", "id": "d4030ee932c84df58c5b910cc197caa7", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "42c3a9abd8ad4ce8ab2c4cc6e0403c33"}, "audit_ids": ["r7s73t4WRb2_ZHpnqCEJ_g"], "issued_at": "2018-09-04T12:58:06.000000Z"}} 2018-09-04 12:58:06,093 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/c212b18a-ff6b-4fbf-aec6-9568bfc6540c -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5464b4cb9db33828c4892bcbbd8a8056592fbb12" 2018-09-04 12:58:06,601 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12:58: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-1d750afc-83fc-4cc8-890e-745ceb04f6dc x-compute-request-id: req-1d750afc-83fc-4cc8-890e-745ceb04f6dc 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.28:8774/v2.1/servers/c212b18a-ff6b-4fbf-aec6-9568bfc6540c", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/c212b18a-ff6b-4fbf-aec6-9568bfc6540c", "rel": "bookmark"}], "image": {"id": "6c715815-c798-4d9f-99f7-b0d802a8963d", "links": [{"href": "http://172.30.9.28:8774/images/6c715815-c798-4d9f-99f7-b0d802a8963d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6e6fa632-792d-4524-8c3f-c20426a36581", "links": [{"href": "http://172.30.9.28:8774/flavors/6e6fa632-792d-4524-8c3f-c20426a36581", "rel": "bookmark"}]}, "id": "c212b18a-ff6b-4fbf-aec6-9568bfc6540c", "user_id": "42c3a9abd8ad4ce8ab2c4cc6e0403c33", "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-09-04T12:58:06Z", "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-09-04T12:58:05Z", "tenant_id": "1e2f68a072b64978bd7ea91c2d64aca6", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 12:58:06,601 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/c212b18a-ff6b-4fbf-aec6-9568bfc6540c used request id req-1d750afc-83fc-4cc8-890e-745ceb04f6dc 2018-09-04 12:58:09,607 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/c212b18a-ff6b-4fbf-aec6-9568bfc6540c -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5464b4cb9db33828c4892bcbbd8a8056592fbb12" 2018-09-04 12:58:10,360 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12:58: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-33774639-1c77-431a-ac81-ee48499b9aff x-compute-request-id: req-33774639-1c77-431a-ac81-ee48499b9aff Content-Encoding: gzip Content-Length: 712 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/c212b18a-ff6b-4fbf-aec6-9568bfc6540c", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/c212b18a-ff6b-4fbf-aec6-9568bfc6540c", "rel": "bookmark"}], "image": {"id": "6c715815-c798-4d9f-99f7-b0d802a8963d", "links": [{"href": "http://172.30.9.28:8774/images/6c715815-c798-4d9f-99f7-b0d802a8963d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000135", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6e6fa632-792d-4524-8c3f-c20426a36581", "links": [{"href": "http://172.30.9.28:8774/flavors/6e6fa632-792d-4524-8c3f-c20426a36581", "rel": "bookmark"}]}, "id": "c212b18a-ff6b-4fbf-aec6-9568bfc6540c", "security_groups": [{"name": "default"}], "user_id": "42c3a9abd8ad4ce8ab2c4cc6e0403c33", "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-09-04T12:58:07Z", "hostId": "ac4312c86b6d8b3ba69b66c09fbaad9c9659999bf89f97c14b4d2a68", "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-09-04T12:58:05Z", "tenant_id": "1e2f68a072b64978bd7ea91c2d64aca6", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 12:58:10,361 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/c212b18a-ff6b-4fbf-aec6-9568bfc6540c used request id req-33774639-1c77-431a-ac81-ee48499b9aff 2018-09-04 12:58:13,367 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/c212b18a-ff6b-4fbf-aec6-9568bfc6540c -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5464b4cb9db33828c4892bcbbd8a8056592fbb12" 2018-09-04 12:58:13,880 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12:58: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-4014a010-3eff-48a4-ac39-6f9ad36d0018 x-compute-request-id: req-4014a010-3eff-48a4-ac39-6f9ad36d0018 Content-Encoding: gzip Content-Length: 781 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:6b:9d:62", "version": 4, "addr": "10.10.10.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/c212b18a-ff6b-4fbf-aec6-9568bfc6540c", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/c212b18a-ff6b-4fbf-aec6-9568bfc6540c", "rel": "bookmark"}], "image": {"id": "6c715815-c798-4d9f-99f7-b0d802a8963d", "links": [{"href": "http://172.30.9.28:8774/images/6c715815-c798-4d9f-99f7-b0d802a8963d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000135", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6e6fa632-792d-4524-8c3f-c20426a36581", "links": [{"href": "http://172.30.9.28:8774/flavors/6e6fa632-792d-4524-8c3f-c20426a36581", "rel": "bookmark"}]}, "id": "c212b18a-ff6b-4fbf-aec6-9568bfc6540c", "security_groups": [{"name": "default"}], "user_id": "42c3a9abd8ad4ce8ab2c4cc6e0403c33", "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-09-04T12:58:07Z", "hostId": "ac4312c86b6d8b3ba69b66c09fbaad9c9659999bf89f97c14b4d2a68", "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-09-04T12:58:05Z", "tenant_id": "1e2f68a072b64978bd7ea91c2d64aca6", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 12:58:13,880 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/c212b18a-ff6b-4fbf-aec6-9568bfc6540c used request id req-4014a010-3eff-48a4-ac39-6f9ad36d0018 2018-09-04 12:58:16,887 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/c212b18a-ff6b-4fbf-aec6-9568bfc6540c -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5464b4cb9db33828c4892bcbbd8a8056592fbb12" 2018-09-04 12:58:17,603 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12:58: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-29f431c4-ecfc-4b23-a462-68627066621f x-compute-request-id: req-29f431c4-ecfc-4b23-a462-68627066621f Content-Encoding: gzip Content-Length: 781 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:6b:9d:62", "version": 4, "addr": "10.10.10.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/c212b18a-ff6b-4fbf-aec6-9568bfc6540c", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/c212b18a-ff6b-4fbf-aec6-9568bfc6540c", "rel": "bookmark"}], "image": {"id": "6c715815-c798-4d9f-99f7-b0d802a8963d", "links": [{"href": "http://172.30.9.28:8774/images/6c715815-c798-4d9f-99f7-b0d802a8963d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000135", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6e6fa632-792d-4524-8c3f-c20426a36581", "links": [{"href": "http://172.30.9.28:8774/flavors/6e6fa632-792d-4524-8c3f-c20426a36581", "rel": "bookmark"}]}, "id": "c212b18a-ff6b-4fbf-aec6-9568bfc6540c", "security_groups": [{"name": "default"}], "user_id": "42c3a9abd8ad4ce8ab2c4cc6e0403c33", "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-09-04T12:58:07Z", "hostId": "ac4312c86b6d8b3ba69b66c09fbaad9c9659999bf89f97c14b4d2a68", "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-09-04T12:58:05Z", "tenant_id": "1e2f68a072b64978bd7ea91c2d64aca6", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 12:58:17,604 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/c212b18a-ff6b-4fbf-aec6-9568bfc6540c used request id req-29f431c4-ecfc-4b23-a462-68627066621f 2018-09-04 12:58:20,610 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/c212b18a-ff6b-4fbf-aec6-9568bfc6540c -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5464b4cb9db33828c4892bcbbd8a8056592fbb12" 2018-09-04 12:58:21,299 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12:58: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-cd347ee2-0ba9-4504-b67b-7be058611551 x-compute-request-id: req-cd347ee2-0ba9-4504-b67b-7be058611551 Content-Encoding: gzip Content-Length: 781 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:6b:9d:62", "version": 4, "addr": "10.10.10.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/c212b18a-ff6b-4fbf-aec6-9568bfc6540c", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/c212b18a-ff6b-4fbf-aec6-9568bfc6540c", "rel": "bookmark"}], "image": {"id": "6c715815-c798-4d9f-99f7-b0d802a8963d", "links": [{"href": "http://172.30.9.28:8774/images/6c715815-c798-4d9f-99f7-b0d802a8963d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000135", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6e6fa632-792d-4524-8c3f-c20426a36581", "links": [{"href": "http://172.30.9.28:8774/flavors/6e6fa632-792d-4524-8c3f-c20426a36581", "rel": "bookmark"}]}, "id": "c212b18a-ff6b-4fbf-aec6-9568bfc6540c", "security_groups": [{"name": "default"}], "user_id": "42c3a9abd8ad4ce8ab2c4cc6e0403c33", "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-09-04T12:58:07Z", "hostId": "ac4312c86b6d8b3ba69b66c09fbaad9c9659999bf89f97c14b4d2a68", "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-09-04T12:58:05Z", "tenant_id": "1e2f68a072b64978bd7ea91c2d64aca6", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 12:58:21,299 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/c212b18a-ff6b-4fbf-aec6-9568bfc6540c used request id req-cd347ee2-0ba9-4504-b67b-7be058611551 2018-09-04 12:58:24,305 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/c212b18a-ff6b-4fbf-aec6-9568bfc6540c -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5464b4cb9db33828c4892bcbbd8a8056592fbb12" 2018-09-04 12:58:25,018 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12:58: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-9d7a3c66-d494-4428-b631-22b82112e03f x-compute-request-id: req-9d7a3c66-d494-4428-b631-22b82112e03f 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:6b:9d:62", "version": 4, "addr": "10.10.10.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/c212b18a-ff6b-4fbf-aec6-9568bfc6540c", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/c212b18a-ff6b-4fbf-aec6-9568bfc6540c", "rel": "bookmark"}], "image": {"id": "6c715815-c798-4d9f-99f7-b0d802a8963d", "links": [{"href": "http://172.30.9.28:8774/images/6c715815-c798-4d9f-99f7-b0d802a8963d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000135", "OS-SRV-USG:launched_at": "2018-09-04T12:58:22.000000", "flavor": {"id": "6e6fa632-792d-4524-8c3f-c20426a36581", "links": [{"href": "http://172.30.9.28:8774/flavors/6e6fa632-792d-4524-8c3f-c20426a36581", "rel": "bookmark"}]}, "id": "c212b18a-ff6b-4fbf-aec6-9568bfc6540c", "security_groups": [{"name": "default"}], "user_id": "42c3a9abd8ad4ce8ab2c4cc6e0403c33", "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-09-04T12:58:22Z", "hostId": "ac4312c86b6d8b3ba69b66c09fbaad9c9659999bf89f97c14b4d2a68", "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-09-04T12:58:05Z", "tenant_id": "1e2f68a072b64978bd7ea91c2d64aca6", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 12:58:25,019 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/c212b18a-ff6b-4fbf-aec6-9568bfc6540c used request id req-9d7a3c66-d494-4428-b631-22b82112e03f 2018-09-04 12:58:25,022 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/c212b18a-ff6b-4fbf-aec6-9568bfc6540c -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ab5126137b3fe72606662406b8efdeedf6bc3f78" 2018-09-04 12:58:25,612 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12:58: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-9db0f76e-d2d0-4330-be73-a278167c4633 x-compute-request-id: req-9db0f76e-d2d0-4330-be73-a278167c4633 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:6b:9d:62", "version": 4, "addr": "10.10.10.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/c212b18a-ff6b-4fbf-aec6-9568bfc6540c", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/c212b18a-ff6b-4fbf-aec6-9568bfc6540c", "rel": "bookmark"}], "image": {"id": "6c715815-c798-4d9f-99f7-b0d802a8963d", "links": [{"href": "http://172.30.9.28:8774/images/6c715815-c798-4d9f-99f7-b0d802a8963d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000135", "OS-SRV-USG:launched_at": "2018-09-04T12:58:22.000000", "flavor": {"id": "6e6fa632-792d-4524-8c3f-c20426a36581", "links": [{"href": "http://172.30.9.28:8774/flavors/6e6fa632-792d-4524-8c3f-c20426a36581", "rel": "bookmark"}]}, "id": "c212b18a-ff6b-4fbf-aec6-9568bfc6540c", "security_groups": [{"name": "default"}], "user_id": "42c3a9abd8ad4ce8ab2c4cc6e0403c33", "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-09-04T12:58:22Z", "hostId": "ac4312c86b6d8b3ba69b66c09fbaad9c9659999bf89f97c14b4d2a68", "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-09-04T12:58:05Z", "tenant_id": "1e2f68a072b64978bd7ea91c2d64aca6", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 12:58:25,612 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/c212b18a-ff6b-4fbf-aec6-9568bfc6540c used request id req-9db0f76e-d2d0-4330-be73-a278167c4633 2018-09-04 12:58:25,612 - sdnvpn_test_utils - DEBUG - Instance 'sdnvpn-13-2' booted successfully. IP='10.10.10.11'. 2018-09-04 12:58:25,612 - sdnvpn_test_utils - DEBUG - Adding 'sdnvpn-13-2' to security group 'sdnvpn-sg'... 2018-09-04 12:58:25,615 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/servers/c212b18a-ff6b-4fbf-aec6-9568bfc6540c/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cc69444ed6f81681deebd352b0171c46b5ecff7b" -d '{"addSecurityGroup": {"name": "aee4e203-f920-46bb-ac91-6898d944e253"}}' 2018-09-04 12:58:26,982 - novaclient.v2.client - DEBUG - RESP: [202] Date: Tue, 04 Sep 2018 12:58: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-c13539a4-f00e-4cc8-904f-1ee857eb2e4a x-compute-request-id: req-c13539a4-f00e-4cc8-904f-1ee857eb2e4a Content-Length: 0 Content-Type: application/json 2018-09-04 12:58:26,983 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/c212b18a-ff6b-4fbf-aec6-9568bfc6540c/action used request id req-c13539a4-f00e-4cc8-904f-1ee857eb2e4a 2018-09-04 12:58:26,988 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9a3aef477f0de1e421a3bb6540830a6ff0baec4a" 2018-09-04 12:58:27,038 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 11208 X-Openstack-Request-Id: req-84991d30-7dce-4017-856b-cb87b4e43b17 Date: Tue, 04 Sep 2018 12:58:27 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T12:55:45Z","device_owner":"network:router_gateway","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"5092c110-d468-4f12-acae-47d56d35dff1","ip_address":"172.30.9.201"}],"id":"15f57414-16f4-44e7-b047-48b6f0ac6c37","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:e6:ca:cb","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"b02d489e-c4ef-4806-aa05-df6654bd95e2","name":"","admin_state_up":true,"network_id":"4097e349-dd4a-4a5e-95d6-eed5c2d7b85a","tenant_id":"","created_at":"2018-09-04T12:55:45Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T12:55:43Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"6eafe3aa-d28b-42da-ad7c-bd5893ffaa40","ip_address":"10.10.10.2"}],"id":"18a0846f-c6b1-469f-852c-121afbc71d5d","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:bd:16:67","project_id":"1e2f68a072b64978bd7ea91c2d64aca6","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-48e3eef3-b225-475f-9e2b-da376a1b83f1","name":"","admin_state_up":true,"network_id":"48e3eef3-b225-475f-9e2b-da376a1b83f1","tenant_id":"1e2f68a072b64978bd7ea91c2d64aca6","created_at":"2018-09-04T12:55:42Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T12:38:06Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"9b7290c2-49a6-46c7-9497-511f61f1fdc4","ip_address":"10.10.10.4"}],"id":"3a5a29a3-18d3-423b-a59d-506c4ffae392","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:52:73:58","project_id":"1e2f68a072b64978bd7ea91c2d64aca6","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-8cea24ab-c14e-4953-98f8-e1fcc81d26f9","name":"","admin_state_up":true,"network_id":"8cea24ab-c14e-4953-98f8-e1fcc81d26f9","tenant_id":"1e2f68a072b64978bd7ea91c2d64aca6","created_at":"2018-09-04T12:38:06Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T12:38:06Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"9b7290c2-49a6-46c7-9497-511f61f1fdc4","ip_address":"10.10.10.2"}],"id":"41e0295c-5b74-4a0d-9ba2-d873fa94bda0","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:af:b8:13","project_id":"1e2f68a072b64978bd7ea91c2d64aca6","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-8cea24ab-c14e-4953-98f8-e1fcc81d26f9","name":"","admin_state_up":true,"network_id":"8cea24ab-c14e-4953-98f8-e1fcc81d26f9","tenant_id":"1e2f68a072b64978bd7ea91c2d64aca6","created_at":"2018-09-04T12:38:05Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T12:38:06Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"9b7290c2-49a6-46c7-9497-511f61f1fdc4","ip_address":"10.10.10.3"}],"id":"45e751f6-3767-4d57-8fc2-1f18e7592e0a","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:93:9b:cc","project_id":"1e2f68a072b64978bd7ea91c2d64aca6","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-8cea24ab-c14e-4953-98f8-e1fcc81d26f9","name":"","admin_state_up":true,"network_id":"8cea24ab-c14e-4953-98f8-e1fcc81d26f9","tenant_id":"1e2f68a072b64978bd7ea91c2d64aca6","created_at":"2018-09-04T12:38:05Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T12:58:26Z","device_owner":"compute:nova","revision_number":6,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"6eafe3aa-d28b-42da-ad7c-bd5893ffaa40","ip_address":"10.10.10.11"}],"id":"47472722-d480-46a9-a39e-2b896188a96d","security_groups":["65ec5024-dcc3-4217-b8f2-108a9317d297","aee4e203-f920-46bb-ac91-6898d944e253"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:6b:9d:62","project_id":"1e2f68a072b64978bd7ea91c2d64aca6","status":"ACTIVE","binding:host_id":"overcloud-novacompute-0.opnfvlf.org","description":"","tags":[],"device_id":"c212b18a-ff6b-4fbf-aec6-9568bfc6540c","name":"","admin_state_up":true,"network_id":"48e3eef3-b225-475f-9e2b-da376a1b83f1","tenant_id":"1e2f68a072b64978bd7ea91c2d64aca6","created_at":"2018-09-04T12:58:08Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T12:52:26Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"dba54c27-efad-4727-96b7-39b388391117","ip_address":"10.10.10.4"}],"id":"4d7c38b9-c22a-42d8-a1da-69b77fd36bbe","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:f4:29:ee","project_id":"1e2f68a072b64978bd7ea91c2d64aca6","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-f21da4f7-d5d7-44c1-b94d-2ca854b49712","name":"","admin_state_up":true,"network_id":"f21da4f7-d5d7-44c1-b94d-2ca854b49712","tenant_id":"1e2f68a072b64978bd7ea91c2d64aca6","created_at":"2018-09-04T12:52:25Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T12:52:25Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"dba54c27-efad-4727-96b7-39b388391117","ip_address":"10.10.10.2"}],"id":"4dc5fc79-ec76-443c-aa32-f420aedbc12b","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:fd:2a:1d","project_id":"1e2f68a072b64978bd7ea91c2d64aca6","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-f21da4f7-d5d7-44c1-b94d-2ca854b49712","name":"","admin_state_up":true,"network_id":"f21da4f7-d5d7-44c1-b94d-2ca854b49712","tenant_id":"1e2f68a072b64978bd7ea91c2d64aca6","created_at":"2018-09-04T12:52:24Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T12:52:25Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"dba54c27-efad-4727-96b7-39b388391117","ip_address":"10.10.10.3"}],"id":"6c5bbbce-7077-4f55-bdc7-f7890997f210","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:50:74:95","project_id":"1e2f68a072b64978bd7ea91c2d64aca6","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-f21da4f7-d5d7-44c1-b94d-2ca854b49712","name":"","admin_state_up":true,"network_id":"f21da4f7-d5d7-44c1-b94d-2ca854b49712","tenant_id":"1e2f68a072b64978bd7ea91c2d64aca6","created_at":"2018-09-04T12:52:24Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T12:55:44Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"6eafe3aa-d28b-42da-ad7c-bd5893ffaa40","ip_address":"10.10.10.4"}],"id":"898b9f8a-772c-4960-b625-23f98a91d17a","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:3e:91:27","project_id":"1e2f68a072b64978bd7ea91c2d64aca6","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-48e3eef3-b225-475f-9e2b-da376a1b83f1","name":"","admin_state_up":true,"network_id":"48e3eef3-b225-475f-9e2b-da376a1b83f1","tenant_id":"1e2f68a072b64978bd7ea91c2d64aca6","created_at":"2018-09-04T12:55:43Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T12:55:44Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"6eafe3aa-d28b-42da-ad7c-bd5893ffaa40","ip_address":"10.10.10.3"}],"id":"9daa71ba-874c-4b82-9d4d-f091cbf84daa","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:8c:13:60","project_id":"1e2f68a072b64978bd7ea91c2d64aca6","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-48e3eef3-b225-475f-9e2b-da376a1b83f1","name":"","admin_state_up":true,"network_id":"48e3eef3-b225-475f-9e2b-da376a1b83f1","tenant_id":"1e2f68a072b64978bd7ea91c2d64aca6","created_at":"2018-09-04T12:55:43Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[{"ip_address":"179.24.1.12/32","mac_address":"fa:16:3e:6f:98:ee"}],"extra_dhcp_opts":[],"updated_at":"2018-09-04T12:58:03Z","device_owner":"compute:nova","revision_number":8,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"6eafe3aa-d28b-42da-ad7c-bd5893ffaa40","ip_address":"10.10.10.9"}],"id":"c2e2568b-eaad-470b-978c-a30d2bcad811","security_groups":["65ec5024-dcc3-4217-b8f2-108a9317d297","aee4e203-f920-46bb-ac91-6898d944e253"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:6f:98:ee","project_id":"1e2f68a072b64978bd7ea91c2d64aca6","status":"ACTIVE","binding:host_id":"overcloud-novacompute-0.opnfvlf.org","description":"","tags":[],"device_id":"573bde7a-c171-487b-8719-117021c30ed9","name":"","admin_state_up":true,"network_id":"48e3eef3-b225-475f-9e2b-da376a1b83f1","tenant_id":"1e2f68a072b64978bd7ea91c2d64aca6","created_at":"2018-09-04T12:55:51Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-04T12:55:43Z","device_owner":"network:router_interface","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"6eafe3aa-d28b-42da-ad7c-bd5893ffaa40","ip_address":"10.10.10.1"}],"id":"cb5683ce-59ac-465f-9444-9644bdf17a17","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:04:dc:16","project_id":"1e2f68a072b64978bd7ea91c2d64aca6","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"b02d489e-c4ef-4806-aa05-df6654bd95e2","name":"","admin_state_up":true,"network_id":"48e3eef3-b225-475f-9e2b-da376a1b83f1","tenant_id":"1e2f68a072b64978bd7ea91c2d64aca6","created_at":"2018-09-04T12:55:43Z","binding:vnic_type":"normal"}]} 2018-09-04 12:58:27,039 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports used request id req-84991d30-7dce-4017-856b-cb87b4e43b17 2018-09-04 12:58:27,045 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.28:9696/v2.0/ports/47472722-d480-46a9-a39e-2b896188a96d -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9a3aef477f0de1e421a3bb6540830a6ff0baec4a" -d '{"port": {"allowed_address_pairs": [{"ip_address": "179.24.1.12/32", "mac_address": "fa:16:3e:6b:9d:62"}]}}' 2018-09-04 12:58:27,591 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 975 X-Openstack-Request-Id: req-c0da25e1-f06a-4e72-a8aa-2410fdb7ae56 Date: Tue, 04 Sep 2018 12:58:27 GMT RESP BODY: {"port":{"allowed_address_pairs":[{"ip_address":"179.24.1.12/32","mac_address":"fa:16:3e:6b:9d:62"}],"extra_dhcp_opts":[],"updated_at":"2018-09-04T12:58:27Z","device_owner":"compute:nova","revision_number":7,"binding:profile":{},"port_security_enabled":true,"fixed_ips":[{"subnet_id":"6eafe3aa-d28b-42da-ad7c-bd5893ffaa40","ip_address":"10.10.10.11"}],"id":"47472722-d480-46a9-a39e-2b896188a96d","security_groups":["65ec5024-dcc3-4217-b8f2-108a9317d297","aee4e203-f920-46bb-ac91-6898d944e253"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:6b:9d:62","project_id":"1e2f68a072b64978bd7ea91c2d64aca6","status":"ACTIVE","binding:host_id":"overcloud-novacompute-0.opnfvlf.org","description":"","tags":[],"device_id":"c212b18a-ff6b-4fbf-aec6-9568bfc6540c","name":"","admin_state_up":true,"network_id":"48e3eef3-b225-475f-9e2b-da376a1b83f1","tenant_id":"1e2f68a072b64978bd7ea91c2d64aca6","created_at":"2018-09-04T12:58:08Z","binding:vnic_type":"normal"}} 2018-09-04 12:58:27,591 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.28:9696/v2.0/ports/47472722-d480-46a9-a39e-2b896188a96d used request id req-c0da25e1-f06a-4e72-a8aa-2410fdb7ae56 2018-09-04 12:58:27,592 - sdnvpn_test_utils - INFO - Waiting for instance 573bde7a-c171-487b-8719-117021c30ed9 to boot up 2018-09-04 12:58:27,597 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/servers/573bde7a-c171-487b-8719-117021c30ed9/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cd244de420d3a28ec1ade2834f50b133c3141a6e" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-04 12:58:27,599 - sdnvpn_test_utils - INFO - Waiting for instance c212b18a-ff6b-4fbf-aec6-9568bfc6540c to boot up 2018-09-04 12:58:27,605 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/servers/c212b18a-ff6b-4fbf-aec6-9568bfc6540c/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ab5126137b3fe72606662406b8efdeedf6bc3f78" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-04 12:58:28,731 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12:58: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-923b086a-ee05-4a07-87ad-e92da6b53da9 x-compute-request-id: req-923b086a-ee05-4a07-87ad-e92da6b53da9 Content-Encoding: gzip Content-Length: 13510 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup 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 588716901 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 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.136159] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.137836] pid_max: default: 32768 minimum: 301\n[ 0.138736] ACPI: Core revision 20150930\n[ 0.140119] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.141446] Security Framework initialized\n[ 0.142270] Yama: becoming mindful.\n[ 0.143007] AppArmor: AppArmor initialized\n[ 0.143900] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.145316] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.146993] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.148229] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.149619] Initializing cgroup subsys io\n[ 0.150439] Initializing cgroup subsys memory\n[ 0.151315] Initializing cgroup subsys devices\n[ 0.152189] Initializing cgroup subsys freezer\n[ 0.153065] Initializing cgroup subsys net_cls\n[ 0.153950] Initializing cgroup subsys perf_event\n[ 0.154862] Initializing cgroup subsys net_prio\n[ 0.155760] Initializing cgroup subsys hugetlb\n[ 0.156638] Initializing cgroup subsys pids\n[ 0.157521] CPU: Physical Processor ID: 0\n[ 0.159020] mce: CPU supports 10 MCE banks\n[ 0.159889] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.160906] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.171883] Freeing SMP alternatives memory: 32K (ffffffff820b9000 - ffffffff820c1000)\n[ 0.178566] ftrace: allocating 32123 entries in 126 pages\n[ 0.205895] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.207157] smpboot: Max logical packages: 1\n[ 0.208176] x2apic enabled\n[ 0.208998] Switched APIC routing to physical x2apic.\n[ 0.210762] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.211901] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.213921] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.215751] KVM setup paravirtual spinlock\n[ 0.217049] x86: Booted up 1 node, 1 CPUs\n[ 0.217919] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.219343] devtmpfs: initialized\n[ 0.221834] evm: security.selinux\n[ 0.222570] evm: security.SMACK64\n[ 0.223273] evm: security.SMACK64EXEC\n[ 0.224022] evm: security.SMACK64TRANSMUTE\n[ 0.224848] evm: security.SMACK64MMAP\n[ 0.225605] evm: security.ima\n[ 0.226251] evm: security.capability\n[ 0.227061] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.228945] pinctrl core: initialized pinctrl subsystem\n[ 0.230055] RTC time: 12:57:58, date: 09/04/18\n[ 0.231003] NET: Registered protocol family 16\n[ 0.231986] cpuidle: using governor ladder\n[ 0.232841] cpuidle: using governor menu\n[ 0.233644] PCCT header not found.\n[ 0.234407] ACPI: bus type PCI registered\n[ 0.235219] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.236502] PCI: Using configuration type 1 for base access\n[ 0.238672] ACPI: Added _OSI(Module Device)\n[ 0.239538] ACPI: Added _OSI(Processor Device)\n[ 0.240411] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.241324] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.243487] ACPI: Interpreter enabled\n[ 0.244265] ACPI: (supports S0 S5)\n[ 0.244976] ACPI: Using IOAPIC for interrupt routing\n[ 0.245936] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.249028] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.250180] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.251415] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.252615] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.254986] acpiphp: Slot [3] registered\n[ 0.255792] acpiphp: Slot [4] registered\n[ 0.256590] acpiphp: Slot [5] registered\n[ 0.257396] acpiphp: Slot [6] registered\n[ 0.258193] acpiphp: Slot [7] registered\n[ 0.258992] acpiphp: Slot [8] registered\n[ 0.259791] acpiphp: Slot [9] registered\n[ 0.260591] acpiphp: Slot [10] registered\n[ 0.261408] acpiphp: Slot [11] registered\n[ 0.262218] acpiphp: Slot [12] registered\n[ 0.263026] acpiphp: Slot [13] registered\n[ 0.263836] acpiphp: Slot [14] registered\n[ 0.274810] acpiphp: Slot [15] registered\n[ 0.275648] acpiphp: Slot [16] registered\n[ 0.276455] acpiphp: Slot [17] registered\n[ 0.277309] acpiphp: Slot [18] registered\n[ 0.278169] acpiphp: Slot [19] registered\n[ 0.279047] acpiphp: Slot [20] registered\n[ 0.279922] acpiphp: Slot [21] registered\n[ 0.280779] acpiphp: Slot [22] registered\n[ 0.281646] acpiphp: Slot [23] registered\n[ 0.282504] acpiphp: Slot [24] registered\n[ 0.283363] acpiphp: Slot [25] registered\n[ 0.284209] acpiphp: Slot [26] registered\n[ 0.285089] acpiphp: Slot [27] registered\n[ 0.285946] acpiphp: Slot [28] registered\n[ 0.286816] acpiphp: Slot [29] registered\n[ 0.287677] acpiphp: Slot [30] registered\n[ 0.288548] acpiphp: Slot [31] registered\n[ 0.289429] PCI host bridge to bus 0000:00\n[ 0.290298] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.291632] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.292929] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.294472] pci_bus 0000:00: root bus resource [mem 0x40000000-0xfebfffff window]\n[ 0.296019] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.302537] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.303899] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.305145] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.306497] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.313096] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.314658] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.360556] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.362112] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.363622] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.365098] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.366582] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.367889] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.369464] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.370580] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.372195] vgaarb: loaded\n[ 0.372852] vgaarb: bridge control possible 0000:00:02.0\n[ 0.374052] SCSI subsystem initialized\n[ 0.374916] ACPI: bus type USB registered\n[ 0.375772] usbcore: registered new interface driver usbfs\n[ 0.376852] usbcore: registered new interface driver hub\n[ 0.377919] usbcore: registered new device driver usb\n[ 0.379025] PCI: Using ACPI for IRQ routing\n[ 0.380098] NetLabel: Initializing\n[ 0.380874] NetLabel: domain hash size = 128\n[ 0.381774] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.382763] NetLabel: unlabeled traffic allowed by default\n[ 0.383906] amd_nb: Cannot enumerate AMD northbridges\n[ 0.384943] clocksource: Switched to clocksource kvm-clock\n[ 0.390564] AppArmor: AppArmor Filesystem Enabled\n[ 0.391567] pnp: PnP ACPI init\n[ 0.392487] pnp: PnP ACPI: found 5 devices\n[ 0.398534] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.400307] NET: Registered protocol family 2\n[ 0.401301] TCP established hash table entries: 8192 (order: 4, 65536 bytes)\n[ 0.402654] TCP bind hash table entries: 8192 (order: 5, 131072 bytes)\n[ 0.403893] TCP: Hash tables configured (established 8192 bind 8192)\n[ 0.405120] UDP hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.406252] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.407466] NET: Registered protocol family 1\n[ 0.408360] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.409500] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.410617] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.424608] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.438719] Trying to unpack rootfs image as initramfs...\n[ 1.721474] Freeing initrd memory: 10832K (ffff880036ac8000 - ffff88003755c000)\n[ 1.737397] Scanning for low memory corruption every 60 seconds\n[ 1.738738] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 1.739897] audit: initializing netlink subsys (disabled)\n[ 1.740930] audit: type=2000 audit(1536065881.035:1): initialized\n[ 1.742263] Initialise system trusted keyring\n[ 1.743199] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 1.744377] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 1.746387] zbud: loaded\n[ 1.747096] VFS: Disk quotas dquot_6.6.0\n[ 1.747925] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 1.749351] squashfs: version 4.0 (2009/01/31) Phillip Lougher\n[ 1.750584] fuse init (API version 7.23)\n[ 1.751468] Key type big_key registered\n[ 1.752267] Allocating IMA MOK and blacklist keyrings.\n[ 1.753385] Key type asymmetric registered\n[ 1.754217] Asymmetric key parser 'x509' registered\n[ 1.755173] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 1.756644] io scheduler noop registered\n[ 1.757457] io scheduler deadline registered (default)\n[ 1.758459] io scheduler cfq registered\n[ 1.759303] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 1.760357] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 1.761638] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 1.763107] ACPI: Power Button [PWRF]\n[ 1.763948] GHES: HEST is not enabled!\n[ 1.777727] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 1.806630] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 1.808978] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 1.833048] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 1.835164] Linux agpgart interface v0.103\n[ 1.837185] brd: module loaded\n[ 1.838444] loop: module loaded\n[ 1.839999] vda: vda1\n[ 1.841385] scsi host0: ata_piix\n[ 1.842126] scsi host1: ata_piix\n[ 1.842845] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 1.844078] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 1.845551] libphy: Fixed MDIO Bus: probed\n[ 1.846381] tun: Universal TUN/TAP device driver, 1.6\n[ 1.847342] tun: (C) 1999-2004 Max Krasnyansky \n[ 1.849507] PPP generic driver version 2.4.2\n[ 1.850419] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 1.851678] ehci-pci: EHCI PCI platform driver\n[ 1.852564] ehci-platform: EHCI generic platform driver\n[ 1.853579] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 1.854728] ohci-pci: OHCI PCI platform driver\n[ 1.855612] ohci-platform: OHCI generic platform driver\n[ 1.856615] uhci_hcd: USB Universal Host Controller Interface driver\n[ 1.870968] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 1.871988] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 1.873470] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 1.874514] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 1.875648] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 1.876897] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 1.878351] usb usb1: Product: UHCI Host Controller\n[ 1.879306] usb usb1: Manufacturer: Linux 4.4.0-66-generic uhci_hcd\n[ 1.880470] usb usb1: SerialNumber: 0000:00:01.2\n[ 1.881506] hub 1-0:1.0: USB hub found\n[ 1.882304] hub 1-0:1.0: 2 ports detected\n[ 1.883230] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 1.885390] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 1.886362] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 1.887407] mousedev: PS/2 mouse device common for all mice\n[ 1.888667] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 1.890563] rtc_cmos 00:00: RTC can wake from S4\n[ 1.891678] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 1.892890] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 1.894114] i2c /dev entries driver\n[ 1.894886] device-mapper: uevent: version 1.0.3\n[ 1.895832] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 1.897494] ledtrig-cpu: registered to indicate activity on CPUs\n[ 1.898788] NET: Registered protocol family 10\n[ 1.899796] NET: Registered protocol family 17\n[ 1.900697] Key type dns_resolver registered\n[ 1.901659] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 1.902775] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 1.904555] registered taskstats version 1\n[ 1.905419] Loading compiled-in X.509 certificates\n[ 1.906870] Loaded X.509 cert 'Build time autogenerated kernel key: 32ca4feee90b5cde51f5f8c0e024b22f8c679982'\n[ 1.908739] zswap: loaded using pool lzo/zbud\n[ 1.910564] Key type trusted registered\n[ 1.912820] Key type encrypted registered\n[ 1.913678] AppArmor: AppArmor sha1 policy hashing enabled\n[ 1.914731] ima: No TPM chip found, activating TPM-bypass!\n[ 1.915791] evm: HMAC attrs: 0x1\n[ 1.916744] Magic number: 2:34:986\n[ 1.917596] rtc_cmos 00:00: setting system clock to 2018-09-04 12:58:00 UTC (1536065880)\n[ 1.919229] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 1.920357] EDD information not available.\n[ 2.001597] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 2.003111] ata1.00: configured for MWDMA2\n[ 2.004353] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 2.006643] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 2.007913] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 2.019714] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 2.021634] Freeing unused kernel memory: 1488K (ffffffff81f45000 - ffffffff820b9000)\n[ 2.023236] Write protecting the kernel read-only data: 14336k\n[ 2.024818] Freeing unused kernel memory: 1776K (ffff880001844000 - ffff880001a00000)\n[ 2.026596] Freeing unused kernel memory: 116K (ffff880001de3000 - ffff880001e00000)\nLoading, please wait...\nstarting version 229\n[ 2.035301] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.037405] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.039361] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.041298] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.043203] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.045133] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.047011] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.048873] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.051280] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.053157] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.082422] virtio_net virtio0 ens3: renamed from eth0\n[ 2.089411] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input4\n[ 2.093151] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3\n[ 2.116186] AVX2 version of gcm_enc/dec engaged.\n[ 2.117185] AES CTR mode by8 optimization enabled\n[ 2.121318] FDC 0 is a S82078B\n[ 2.193013] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 2.354413] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 2.355807] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 2.357189] usb 1-1: Product: QEMU USB Tablet\n[ 2.358108] usb 1-1: Manufacturer: QEMU\n[ 2.358945] usb 1-1: SerialNumber: 42\n[ 2.366096] hidraw: raw HID events driver (C) Jiri Kosina\n[ 2.372837] usbcore: registered new interface driver usbhid\n[ 2.374042] usbhid: USB HID core driver\n[ 2.376748] 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.379152] 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.737206] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3255787006b, max_idle_ns: 440795244845 ns\nBegin: Loading essential drivers ... [ 3.642415] md: linear personality registered for level -1\n[ 3.645393] md: multipath personality registered for level -4\n[ 3.648367] md: raid0 personality registered for level 0\n[ 3.651632] md: raid1 personality registered for level 1\n[ 3.720947] raid6: sse2x1 gen() 11400 MB/s\n[ 3.788945] raid6: sse2x1 xor() 9110 MB/s\n[ 3.856949] raid6: sse2x2 gen() 14573 MB/s\n[ 3.924947] raid6: sse2x2 xor() 9995 MB/s\n[ 3.992949] raid6: sse2x4 gen() 17008 MB/s\n[ 4.060946] raid6: sse2x4 xor() 11527 MB/s\n[ 4.128946] raid6: avx2x1 gen() 22573 MB/s\n[ 4.196945] raid6: avx2x2 gen() 26580 MB/s\n[ 4.264947] raid6: avx2x4 gen() 30478 MB/s\n[ 4.265863] raid6: using algorithm avx2x4 gen() 30478 MB/s\n[ 4.266930] raid6: using avx2x2 recovery algorithm\n[ 4.269493] xor: automatically using best checksumming function:\n[ 4.308948] avx : 35820.000 MB/sec\n[ 4.311066] async_tx: api initialized (async)\n[ 4.320197] md: raid6 personality registered for level 6\n[ 4.321306] md: raid5 personality registered for level 5\n[ 4.322337] md: raid4 personality registered for level 4\n[ 4.326985] 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.351786] Btrfs loaded\nScanning for Btrfs filesystems\ndone.\nWarning: fsck not present, so skipping root file system\n[ 4.382120] 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.481009] 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.484306] systemd[1]: Detected virtualization kvm.\n[ 4.485278] systemd[1]: Detected architecture x86-64.\n\nWelcome to [1mUbuntu 16.04.2 LTS[0m!\n\n[ 4.489020] systemd[1]: Set hostname to .\n[ 4.492492] systemd[1]: Initializing machine ID from KVM UUID.\n[ 4.493965] systemd[1]: Installed transient /etc/machine-id file.\n[ 4.605652] systemd[1]: Listening on Journal Audit Socket.\n[[0;32m OK [0m] Listening on Journal Audit Socket.\n[ 4.607854] systemd[1]: Listening on LVM2 metadata daemon socket.\n[[0;32m OK [0m] Listening on LVM2 metadata daemon socket.\n[ 4.610149] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.\n[[0;32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe.\n[ 4.612628] systemd[1]: Listening on udev Control Socket.\n[[0;32m OK [0m] Listening on udev Control Socket.\n[ 4.614708] systemd[1]: Listening on udev Kernel Socket.\n[[0;32m OK [0m] Listening on udev Kernel Socket.\n[ 4.616746] systemd[1]: Listening on Device-mapper event daemon FIFOs.\n[[0;32m OK [0m] Listening on Device-mapper event daemon FIFOs.\n[ 4.619190] 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.622507] systemd[1]: Created slice User and Session Slice.\n[[0;32m OK [0m] Created slice User and Session Slice.\n[ 4.624651] systemd[1]: Listening on LVM2 poll daemon socket.\n[[0;32m OK [0m] Listening on LVM2 poll daemon socket.\n[ 4.626814] 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.629577] systemd[1]: Reached target Encrypted Volumes.\n[[0;32m OK [0m] Reached target Encrypted Volumes.\n[ 4.631597] systemd[1]: Reached target User and Group Name Lookups.\n[[0;32m OK [0m] Reached target User and Group Name Lookups.\n[ 4.633882] systemd[1]: Listening on Syslog Socket.\n[[0;32m OK [0m] Listening on Syslog Socket.\n[ 4.635800] systemd[1]: Listening on Journal Socket.\n[[0;32m OK [0m] Listening on Journal Socket.\n[ 4.637733] systemd[1]: Reached target Swap.\n[[0;32m OK [0m] Reached target Swap.\n[ 4.639476] systemd[1]: Listening on Journal Socket (/dev/log).\n[[0;32m OK [0m] Listening on Journal Socket (/dev/log).\n[ 4.641805] systemd[1]: Created slice System Slice.\n[[0;32m OK [0m] Created slice System Slice.\n[ 4.644009] systemd[1]: Starting Set console keymap...\n Starting Set console keymap...\n[ 4.646127] systemd[1]: Starting Nameserver information manager...\n Starting Nameserver information manager...\n[ 4.649376] 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.655119] systemd[1]: Mounting POSIX Message Queue File System...\n Mounting POSIX Message Queue File System...\n[ 4.667229] systemd[1]: Starting Load Kernel Modules...\n Starting Load Kernel Modules...\n[ 4.670059] systemd[1]: Starting Uncomplicated firewall...\n Starting Uncomplicated firewall...\n[ 4.674917] systemd[1]: Starting Remount Root and Kernel File Systems...\n Starting Remount Root and Kernel File Systems...\n[ 4.683081] systemd[1]: Created slice system-serial\\x2dgetty.slice.\n[[0;32m OK [0m] Created slice system-serial\\x2dgetty.slice.\n[ 4.686895] Loading iSCSI transport class v2.0-870.\n[ 4.687927] systemd[1]: Reached target Slices.\n[[0;32m OK [0m] Reached target Slices.\n[ 4.693310] systemd[1]: Mounting Debug File System...\n Mounting Debug File System...\n[ 4.695626] systemd[1]: Mounting Huge Pages File System...\n Mounting Huge Pages File System...\n[ 4.700483] systemd[1]: Starting Journal Service...\n[ 4.704939] EXT4-fs (vda1): re-mounted. Opts: (null)\n Starting Journal Service...\n[ 4.707495] systemd[1]: Starting Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling...\n[ 4.710286] iscsi: registered transport (tcp)\n Starting Monitoring of LVM2 mirrors... dmeventd or progress polling...\n[ 4.714181] systemd[1]: Mounted Debug File System.\n[[0;32m OK [0m] Mounted Debug File System.\n[ 4.716095] systemd[1]: Mounted POSIX Message Queue File System.\n[[0;32m OK [0m] Mounted POSIX Message Queue File System.\n[ 4.720511] systemd[1]: Mounted Huge Pages File System.\n[[0;32m OK [0m] Mounted Huge Pages File System.\n[ 4.728379] systemd[1]: Started Set console keymap.\n[[0;32m OK [0m] Started Set console keymap.\n[ 4.735256] 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.741156] systemd[1]: Started Uncomplicated firewall.\n[[0;32m OK [0m] Started Uncomplicated firewall.\n[ 4.746036] systemd[1]: Started Remount Root and Kernel File Systems.\n[[0;32m OK [0m] Started Remount Root and Kernel File Systems.\n[ 4.749159] systemd[1]: Started Nameserver information manager.\n[[0;32m OK [0m] Started Nameserver information manager.\n[ 4.755235] systemd[1]: Started Journal Service.\n[[0;32m OK [0m] Started Journal Service.\n[ 4.767144] 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 Load/Save Random Seed...\n Starting Initial cloud-init job (pre-networking)...\n Starting Flush Journal to Persistent Storage...\n Starting udev Coldplug all Devices...\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 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 Load/Save Random Seed.\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 Tell Plymouth To Write Out Runtime Data...\n Starting LSB: AppArmor initialization...\n Starting Create Volatile Files and Directories...\n Starting Commit a transient machine-id on disk...\n Starting Set console font and keymap...\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 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] Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch.\n[ 6.287789] cloud-init[452]: Cloud-init v. 0.7.9 running 'init-local' at Tue, 04 Sep 2018 12:58:04 +0000. Up 5.64 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[ 9.898745] cloud-init[1016]: Cloud-init v. 0.7.9 running 'init' at Tue, 04 Sep 2018 12:58:06 +0000. Up 7.29 seconds.\n[ 9.900546] cloud-init[1016]: ci-info: ++++++++++++++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++++++++++++++\n[ 9.904173] cloud-init[1016]: ci-info: +--------+------+------------------------------+---------------+-------+-------------------+\n[ 9.912130] cloud-init[1016]: ci-info: | Device | Up | Address | Mask | Scope | Hw-Address |\n[ 9.914527] cloud-init[1016]: ci-info: +--------+------+------------------------------+---------------+-------+-------------------+\n[ 9.920305] cloud-init[1016]: ci-info: | ens3 | True | 10.10.10.9 | 255.255.255.0 | . | fa:16:3e:6f:98:ee |\n[ 9.924101] cloud-init[1016]: ci-info: | ens3 | True | fe80::f816:3eff:fe6f:98ee/64 | . | link | fa:16:3e:6f:98:ee |\n[ 9.928099] cloud-init[1016]: ci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . | . |\n[ 9.936127] cloud-init[1016]: ci-info: | lo | True | ::1/128 | . | host | . |\n[ 9.938431] cloud-init[1016]: ci-info: +--------+------+------------------------------+---------------+-------+-------------------+\n[ 9.944303] cloud-init[1016]: ci-info: +++++++++++++++++++++++++++++++Route IPv4 info++++++++++++++++++++++++++++++++\n[ 9.946441] cloud-init[1016]: ci-info: +-------+-----------------+------------+-----------------+-----------+-------+\n[ 9.952316] cloud-init[1016]: ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags |\n[ 9.955278] cloud-init[1016]: [[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)...ci-info: +-------+-----------------+------------+-----------------+-----------+-------+\n[ 9.961488] cloud-init[1016]: ci-info: | 0 | 0.0.0.0 | 10.10.10.1 | 0.0.0.0 | ens3 | UG |\n[ 9.963384] cloud-init[1016]: ci-info: | 1 | 10.10.10.0 | 0.0.0.0 | 255.255.255.0 | ens3 | U |\n[[0;32m OK [0m] Reached target Cloud-config availability.\n[[0;32m OK [0m] Reached target System Initialization.\n[[0;32m OK [0m] Listening on UUID daemon activation socket.\n Starting Socket activation for snappy daemon.\n[[0;32m OK [0m] Listening on D-Bus System Message Bus Socket.\n[\n[ 9.972439] cloud-init[1016]: ci-info: | 2 | 169.254.169.254 | 10.10.10.3 | 255.255.255.255 | ens3 | UGH |[0;32m OK [0m] Started Timer to automatically refresh installed snaps.\n[ 9.977051] cloud-init\n[[0;32m OK [0m] Started Trigger resolvconf update for networkd DNS.\n[[0;32m OK [0m] [1016]: ci-info: +-------+-----------------+------------+-----------------+-----------+-------+\n[ 9.982219] cloud-init[1016]: Generating public/private rsa key pair.\n[ 9.983563] cloud-initStarted Daily Cleanup of Temporary Directories.\n[1016]: Starting LXD - unix socket.\n[[0;32m OK [0m] Started Daily apt activities.\n[[0;32m OK [0m] Reached target Timers.Your identification has been saved in /etc/ssh/ssh_host_rsa_key.\n[ 9.989429] cloud-init[1016]: Your public key has been saved in /etc/ssh/ssh_host_rsa_key.pub.\n[ 9.991076] cloud-init[1016]: The key fingerprint is:\n\n[ 9.992883] cloud-init[1016]: SHA256:/BshH7+GgDLfjATbXd6/hfPKuuiqI3DCDizMf4zuEI0 root@sdnvpn-13-1[[0;32m OK [0m] Started ACPI Events Check.\n[[0;32m OK [0m] Reached target Paths.\n[[0;32m OK [0m] Listening on ACPID Listen Socket.\n\n[ 9.998510] cloud-init[1016]: The key's randomart image is:\n[[0;32m OK [0m] Listening on Socket activation for snappy daemon.\n[ 10.002038] cloud-init[1016]: +---[RSA 2048]----+\n[[0;32m OK [0m[ 10.004317] cloud-init[1016]: | |\n[ 10.005592] ] Listening on LXD - unix socket.\ncloud-init[1016]: | |\n[ 10.010917] cloud-init[1016]: | |\n[[0;32m OK [0m] Started iSCSI initiator daemon (iscsid).[ 10.016635] cloud-init[1016]: | o . . . |\n[ 10.017707] cloud-init[1016]: |+E . + oSoo. |\n[ 10.018773] cloud-init[1016]: |o+= = + o+.+. . |\n[ 10.019828] \n Starting Login to default iSCSI targets...cloud-init[1016]: |.+.+o= + .+...o .|\n[ 10.025145] cloud-init[1016]: | oo.o+ o .+.o.+ |\n[ 10.026177] cloud-init[1016]: | oo...o.o+.+o+o.|\n[ 10.027203] cloud-init[1016]: +----[SHA256]-----+\n[[0;32m OK [0m] Reached target Sockets.\n[[0;32m OK [0m] Reached target Basic System.\n Starting Accounts Service...\n\n[ 10.032843] cloud-init[1016]: Generating public/private dsa key pair.[[0;32m OK [0m] Started Regular background program processing daemon.\n\n[ 10.038182] cloud-init[1016]: Your identification has been saved in /etc/ssh/ssh_host_dsa_key.[[0;32m OK [0m] Started Snappy daemon.\n Starting LSB: Record successful boot for GRUB...\n[ 10.044883] cloud-init[1016]: Your public key has been saved in /etc/ssh/ssh_host_dsa_key.pub.\n[[0;32m OK [0m] Started D-Bus System Message Bus.\n\n[ 10.052839] cloud-init[1016]: The key fingerprint is:\n[ 10.059433] cloud-init[1016]: SHA256:PBEq4FhEinuSEjX/ygtpbCaWdfCAQWoMg+pcF348eDc root@sdnvpn-13-1\n[ 10.063092] cloud-init[1016]: The key's randomart image is:\n[ 10.068442] cloud-init[1016]: +---[DSA 1024]----+\n[ 10.071083] cloud-init[1016]: |==B . |\n[ 10.074140] cloud-init[1016]: |*Bo+ . . . |\n[ 10.077180] cloud-init[1016]: |B+.o+ = . |\n[ 10.080645] cloud-init[1016]: |o+ .+* * E |\n[ 10.082847] cloud-init[1016]: |B o..o+ S . |\n[ 10.085022] cloud-init[1016]: |.*oo.. . |\n Starting Login Service...\n[[0;32m OK [0m] Started FUSE filesystem for LXC.\n Starting LSB: MD monitoring daemon...\n Starting Apply the settings specified in cloud-config...\n Starting LXD - container startup/shutdown...[ 10.086790] cloud-init[1016]: |.oB o |\n[ 10.099886] cloud-init[1016]: |.= . . |\n[[0;32m OK [0m] Started ACPI event daemon.\n Starting /etc/rc.local Compatibility...\n[[0;32m OK [0m] Started Deferred execution scheduler.\n Starting Pollinate to seed the pseudo random number generator...\n Starting System Logging Service...\n Starting Auto import assertions from block devices...\n[[0;32m OK [0m] Started /etc/rc.local Compatibility.\n\n[ 10.160909] cloud-init[1016]: [[0;32m OK [0m] Started Login to default iSCSI targets.\n| . |\n[[0;32m OK [0m] Started System Logging Service.\n[ 10.186414] cloud-init[1016]: +----[SHA256]-----+\n[ 10.211141] cloud-init[1016]: Generating public/private ecdsa key pair.[[0;32m OK [0m] Started Auto import assertions from block devices.\n\n[ 10.220380] cloud-init[1016]: Your identification has been saved in /etc/ssh/ssh_host_ecdsa_key.\n[ 10.238436] [[0;32m OK [0m] Started Login Service.\n Starting Authenticate and Authorize Users to Run Privileged Tasks...\n[[0;32m OK [0m] Reached target Remote File Systems (Pre).cloud-init[1016]: Your public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub.\n[[0;32m OK [0m] Reached target Remote File Systems.\n Starting Permit User Sessions...\n Starting LSB: start and stop the Quagga routing suite...\n\n[ 10.255519] Starting LSB: daemon to balance interrupts for SMP systems...\n Starting LSB: Set the CPU Frequency Scaling governor to \"ondemand\"...\n Starting LSB: automatic crash report generation...\n[[0;32m OK [0m] Started LSB: MD monitoring daemon.\n[[0;32m OK [0m] Started Permit User Sessions.\n[[0;32m OK [0m] Started LSB: Record successful boot for GRUB.\ncloud-init[1016]: The key fingerprint is:\n[ 10.309485] cloud-init[[0;32m OK [0m] Started Authenticate and Authorize Users to Run Privileged Tasks.\n[[0;32m OK [0m] Started Accounts Service.\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[1016]: SHA256:G/6rCNg33gdD/kShtIW5/TpkkVU2/xmW9u3YAdvPOY4 root@sdnvpn-13-1[[0;32m OK [0m] Started LXD - container startup/shutdown.\n[[0;32m OK [0m] Started Terminate Plymouth Boot Screen.\n[[0;32m OK [0m] Started LSB: automatic crash report generation.\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\n[ 10.353030] cloud-init[1016]: The key's randomart image is:\n[ 10.366532] Starting Set console scheme...\n[[0;32m OK [0m] Started Serial Getty on ttyS0.\n[[0;32m OK [0m] Started Getty on tty1.\n[[0;32m OK [0m] Reached target Login Prompts.\ncloud-init[1016]: +---[ECDSA 256]---+[[0;32m OK [0m] Started Set console scheme.\n\n[ 10.389098] cloud-init[1016]: | o .+ |\n[ 10.398862] cloud-init[1016]: | + o .. o.|\n[ 10.401207] cloud-init[1016]: | . * + . =.|\n[[0;32m OK [0m] Started LSB: start and stop the Quagga routing suite.\n[ 10.407327] cloud-init[1016]: | = = * *|\n[ 10.416643] cloud-init[1016]: | oS. o . ++|\n[ 10.417927] cloud-init[1016]: | o .+o+ . =+|\n[ 10.420090] cloud-init[1016]: | . o o oB . .o=|\n[ 10.426223] cloud-init[1016]: | + + .= o .|\n[ 10.427491] cloud-init[1016]: | o oooo E . |\n[ 10.436759] cloud-init[1016]: +----[SHA256]-----+\n[ 10.438013] cloud-init[1016]: Generating public/private ed25519 key pair.\n[ 10.440077] cloud-init[1016]: Your identification has been saved in /etc/ssh/ssh_host_ed25519_key.\n[ 10.446524] cloud-init[1016]: Your public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub.\n[ 10.454100] cloud-init[1016]: The key fingerprint is:\n[ 10.455560] cloud-init[1016]: SHA256:/8MBjOMyqfUMcDz6aLAXFPfc/KH12e0U/AyaenNabm8 root@sdnvpn-13-1\n[ 10.459391] cloud-init[1016]: The key's randomart image is:\n[ 10.462943] cloud-init[1016]: +--[ED25519 256]--+\n[ 10.465724] cloud-init[1016]: | |\n[ 10.469269] cloud-init[1016]: | . . |\n[ 10.472195] cloud-init[1016]: | + o = . |\n[ 10.475326] cloud-init[1016]: | o + = = o .o |\n[ 10.478327] cloud-init[1016]: | . + +S. = = =+|\n[ 10.481412] cloud-init[1016]: | . o * ... = o *|\n[ 10.484883] cloud-init[1016]: | o * * .o ..o |\n[ 10.488738] cloud-init[1016]: | . = . o ..=oo E|\n[ 10.493025] cloud-init[1016]: | o .o*.o.|\n[ 10.496446] cloud-init[1016]: +----[SHA256]-----+\n[ 10.715967] cloud-init[1143]: Generating locales (this might take a while)...\n[ 11.289129] cloud-init[1143]: en_US.UTF-8... done\n[ 11.290908] cloud-init[1143]: Generation complete.\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[[0;32m OK [0m] Started Update UTMP about System Runlevel Changes.\n[ 12.372971] cloud-init[1143]: Cloud-init v. 0.7.9 running 'modules:config' at Tue, 04 Sep 2018 12:58:09 +0000. Up 10.65 seconds.\n[[0;32m OK [0m] Started Apply the settings specified in cloud-config.\n Starting Execute cloud user/final scripts...\n[ 12.710138] cloud-init[1385]: + sudo useradd -m sdnvpn\n[ 12.772803] cloud-init[1385]: sudo: unable to resolve host sdnvpn-13-1\n[ 15.227260] cloud-init[1385]: + sudo adduser sdnvpn sudo\n[ 15.280907] cloud-init[1385]: sudo: unable to resolve host sdnvpn-13-1\n[ 15.316632] cloud-init[1385]: Adding user `sdnvpn' to group `sudo' ...\n[ 15.320379] cloud-init[1385]: Adding user sdnvpn to group sudo\n[ 15.662494] cloud-init[1385]: Done.\n[ 15.664866] cloud-init[1385]: + chpasswd\n[ 15.666340] cloud-init[1385]: + sudo echo sdnvpn:opnfv\n[ 15.721757] cloud-init[1385]: sudo: unable to resolve host sdnvpn-13-1\n[ 15.795735] cloud-init[1385]: + sleep 20\n\nUbuntu 16.04.2 LTS sdnvpn-13-1 ttyS0\n\nsdnvpn-13-1 login: "} 2018-09-04 12:58:28,733 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12:58: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-717317d3-95ab-4f2a-84a4-a9cf427bfade x-compute-request-id: req-717317d3-95ab-4f2a-84a4-a9cf427bfade Content-Encoding: gzip Content-Length: 10434 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup 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 729360673 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 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.135063] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.136751] pid_max: default: 32768 minimum: 301\n[ 0.137659] ACPI: Core revision 20150930\n[ 0.139044] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.140378] Security Framework initialized\n[ 0.141208] Yama: becoming mindful.\n[ 0.141950] AppArmor: AppArmor initialized\n[ 0.142848] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.144276] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.145958] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.147202] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.148614] Initializing cgroup subsys io\n[ 0.149446] Initializing cgroup subsys memory\n[ 0.150329] Initializing cgroup subsys devices\n[ 0.151210] Initializing cgroup subsys freezer\n[ 0.152091] Initializing cgroup subsys net_cls\n[ 0.152978] Initializing cgroup subsys perf_event\n[ 0.153904] Initializing cgroup subsys net_prio\n[ 0.154805] Initializing cgroup subsys hugetlb\n[ 0.155690] Initializing cgroup subsys pids\n[ 0.156585] CPU: Physical Processor ID: 0\n[ 0.158088] mce: CPU supports 10 MCE banks\n[ 0.158954] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.159986] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.171235] Freeing SMP alternatives memory: 32K (ffffffff820b9000 - ffffffff820c1000)\n[ 0.177715] ftrace: allocating 32123 entries in 126 pages\n[ 0.204267] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.205506] smpboot: Max logical packages: 1\n[ 0.206530] x2apic enabled\n[ 0.207351] Switched APIC routing to physical x2apic.\n[ 0.209123] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.210279] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.212319] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.214134] KVM setup paravirtual spinlock\n[ 0.215451] x86: Booted up 1 node, 1 CPUs\n[ 0.216279] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.217694] devtmpfs: initialized\n[ 0.220190] evm: security.selinux\n[ 0.220921] evm: security.SMACK64\n[ 0.221630] evm: security.SMACK64EXEC\n[ 0.222386] evm: security.SMACK64TRANSMUTE\n[ 0.223217] evm: security.SMACK64MMAP\n[ 0.223975] evm: security.ima\n[ 0.224644] evm: security.capability\n[ 0.225463] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.227367] pinctrl core: initialized pinctrl subsystem\n[ 0.228484] RTC time: 12:58:22, date: 09/04/18\n[ 0.229444] NET: Registered protocol family 16\n[ 0.230435] cpuidle: using governor ladder\n[ 0.231273] cpuidle: using governor menu\n[ 0.232080] PCCT header not found.\n[ 0.232857] ACPI: bus type PCI registered\n[ 0.233686] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.234953] PCI: Using configuration type 1 for base access\n[ 0.237153] ACPI: Added _OSI(Module Device)\n[ 0.238019] ACPI: Added _OSI(Processor Device)\n[ 0.238908] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.239814] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.241947] ACPI: Interpreter enabled\n[ 0.242718] ACPI: (supports S0 S5)\n[ 0.243425] ACPI: Using IOAPIC for interrupt routing\n[ 0.244377] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.247480] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.248623] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249864] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.251066] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.253414] acpiphp: Slot [3] registered\n[ 0.254217] acpiphp: Slot [4] registered\n[ 0.255037] acpiphp: Slot [5] registered\n[ 0.255865] acpiphp: Slot [6] registered\n[ 0.256674] acpiphp: Slot [7] registered\n[ 0.257479] acpiphp: Slot [8] registered\n[ 0.258292] acpiphp: Slot [9] registered\n[ 0.259093] acpiphp: Slot [10] registered\n[ 0.259921] acpiphp: Slot [11] registered\n[ 0.260742] acpiphp: Slot [12] registered\n[ 0.261568] acpiphp: Slot [13] registered\n[ 0.262388] acpiphp: Slot [14] registered\n[ 0.273633] acpiphp: Slot [15] registered\n[ 0.274450] acpiphp: Slot [16] registered\n[ 0.275261] acpiphp: Slot [17] registered\n[ 0.276070] acpiphp: Slot [18] registered\n[ 0.276885] acpiphp: Slot [19] registered\n[ 0.277704] acpiphp: Slot [20] registered\n[ 0.278515] acpiphp: Slot [21] registered\n[ 0.279331] acpiphp: Slot [22] registered\n[ 0.280143] acpiphp: Slot [23] registered\n[ 0.280953] acpiphp: Slot [24] registered\n[ 0.281778] acpiphp: Slot [25] registered\n[ 0.282601] acpiphp: Slot [26] registered\n[ 0.283410] acpiphp: Slot [27] registered\n[ 0.284221] acpiphp: Slot [28] registered\n[ 0.285029] acpiphp: Slot [29] registered\n[ 0.285850] acpiphp: Slot [30] registered\n[ 0.286665] acpiphp: Slot [31] registered\n[ 0.287473] PCI host bridge to bus 0000:00\n[ 0.288288] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.289503] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.290723] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.292174] pci_bus 0000:00: root bus resource [mem 0x40000000-0xfebfffff window]\n[ 0.293631] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.299996] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.301286] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.302462] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.303727] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.310285] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.311719] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.358598] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.360112] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.361554] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.362973] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.364370] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.365637] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.366806] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.368077] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.369637] vgaarb: loaded\n[ 0.370242] vgaarb: bridge control possible 0000:00:02.0\n[ 0.371388] SCSI subsystem initialized\n[ 0.372201] ACPI: bus type USB registered\n[ 0.373020] usbcore: registered new interface driver usbfs\n[ 0.374057] usbcore: registered new interface driver hub\n[ 0.375067] usbcore: registered new device driver usb\n[ 0.376129] PCI: Using ACPI for IRQ routing\n[ 0.377176] NetLabel: Initializing\n[ 0.377895] NetLabel: domain hash size = 128\n[ 0.378753] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.379712] NetLabel: unlabeled traffic allowed by default\n[ 0.380804] amd_nb: Cannot enumerate AMD northbridges\n[ 0.381776] clocksource: Switched to clocksource kvm-clock\n[ 0.387209] AppArmor: AppArmor Filesystem Enabled\n[ 0.388181] pnp: PnP ACPI init\n[ 0.389098] pnp: PnP ACPI: found 5 devices\n[ 0.395153] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.396875] NET: Registered protocol family 2\n[ 0.397838] TCP established hash table entries: 8192 (order: 4, 65536 bytes)\n[ 0.399120] TCP bind hash table entries: 8192 (order: 5, 131072 bytes)\n[ 0.400318] TCP: Hash tables configured (established 8192 bind 8192)\n[ 0.401501] UDP hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.402603] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.403790] NET: Registered protocol family 1\n[ 0.404664] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.405789] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.406876] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.420954] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.435575] Trying to unpack rootfs image as initramfs...\n[ 1.721909] Freeing initrd memory: 10832K (ffff880036ac8000 - ffff88003755c000)\n[ 1.737325] Scanning for low memory corruption every 60 seconds\n[ 1.738837] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 1.740006] audit: initializing netlink subsys (disabled)\n[ 1.741059] audit: type=2000 audit(1536065904.441:1): initialized\n[ 1.742412] Initialise system trusted keyring\n[ 1.743359] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 1.744553] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 1.746576] zbud: loaded\n[ 1.747301] VFS: Disk quotas dquot_6.6.0\n[ 1.748131] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 1.749562] squashfs: version 4.0 (2009/01/31) Phillip Lougher\n[ 1.750814] fuse init (API version 7.23)\n[ 1.751712] Key type big_key registered\n[ 1.752520] Allocating IMA MOK and blacklist keyrings.\n[ 1.753643] Key type asymmetric registered\n[ 1.754500] Asymmetric key parser 'x509' registered\n[ 1.755473] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 1.756959] io scheduler noop registered\n[ 1.757768] io scheduler deadline registered (default)\n[ 1.758782] io scheduler cfq registered\n[ 1.759640] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 1.760709] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 1.762006] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 1.763485] ACPI: Power Button [PWRF]\n[ 1.764337] GHES: HEST is not enabled!\n[ 1.778320] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 1.807046] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 1.809448] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 1.833429] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 1.835548] Linux agpgart interface v0.103\n[ 1.837563] brd: module loaded\n[ 1.838831] loop: module loaded\n[ 1.840539] vda: vda1\n[ 1.841893] scsi host0: ata_piix\n[ 1.842646] scsi host1: ata_piix\n[ 1.843376] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 1.844623] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 1.846107] libphy: Fixed MDIO Bus: probed\n[ 1.846949] tun: Universal TUN/TAP device driver, 1.6\n[ 1.847931] tun: (C) 1999-2004 Max Krasnyansky \n[ 1.850127] PPP generic driver version 2.4.2\n[ 1.851041] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 1.852347] ehci-pci: EHCI PCI platform driver\n[ 1.853236] ehci-platform: EHCI generic platform driver\n[ 1.854257] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 1.855419] ohci-pci: OHCI PCI platform driver\n[ 1.856315] ohci-platform: OHCI generic platform driver\n[ 1.857326] uhci_hcd: USB Universal Host Controller Interface driver\n[ 1.871818] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 1.872832] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 1.874322] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 1.875380] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 1.876522] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 1.877782] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 1.879236] usb usb1: Product: UHCI Host Controller\n[ 1.880185] usb usb1: Manufacturer: Linux 4.4.0-66-generic uhci_hcd\n[ 1.881354] usb usb1: SerialNumber: 0000:00:01.2\n[ 1.882389] hub 1-0:1.0: USB hub found\n[ 1.883186] hub 1-0:1.0: 2 ports detected\n[ 1.884118] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 1.886286] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 1.887259] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 1.888309] mousedev: PS/2 mouse device common for all mice\n[ 1.889619] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 1.891506] rtc_cmos 00:00: RTC can wake from S4\n[ 1.892630] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 1.893861] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 1.895077] i2c /dev entries driver\n[ 1.895844] device-mapper: uevent: version 1.0.3\n[ 1.896791] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 1.898461] ledtrig-cpu: registered to indicate activity on CPUs\n[ 1.899767] NET: Registered protocol family 10\n[ 1.900789] NET: Registered protocol family 17\n[ 1.901708] Key type dns_resolver registered\n[ 1.902669] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 1.903779] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 1.905555] registered taskstats version 1\n[ 1.906419] Loading compiled-in X.509 certificates\n[ 1.907876] Loaded X.509 cert 'Build time autogenerated kernel key: 32ca4feee90b5cde51f5f8c0e024b22f8c679982'\n[ 1.909761] zswap: loaded using pool lzo/zbud\n[ 1.911566] Key type trusted registered\n[ 1.913847] Key type encrypted registered\n[ 1.914694] AppArmor: AppArmor sha1 policy hashing enabled\n[ 1.915754] ima: No TPM chip found, activating TPM-bypass!\n[ 1.916812] evm: HMAC attrs: 0x1\n[ 1.917758] Magic number: 2:34:986\n[ 1.918606] rtc_cmos 00:00: setting system clock to 2018-09-04 12:58:24 UTC (1536065904)\n[ 1.920246] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 1.921382] EDD information not available.\n[ 2.002490] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 2.003949] ata1.00: configured for MWDMA2\n[ 2.005169] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 2.007419] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 2.008671] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 2.020479] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 2.022385] Freeing unused kernel memory: 1488K (ffffffff81f45000 - ffffffff820b9000)\n[ 2.023955] Write protecting the kernel read-only data: 14336k\n[ 2.025526] Freeing unused kernel memory: 1776K (ffff880001844000 - ffff880001a00000)\n[ 2.027278] Freeing unused kernel memory: 116K (ffff880001de3000 - ffff880001e00000)\nLoading, please wait...\nstarting version 229\n[ 2.035970] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.038054] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.039981] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.041884] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.043756] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.045805] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.047651] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.049469] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.051674] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.053506] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.083252] virtio_net virtio0 ens3: renamed from eth0\n[ 2.090390] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input4\n[ 2.094243] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3\n[ 2.117221] AVX2 version of gcm_enc/dec engaged.\n[ 2.118324] AES CTR mode by8 optimization enabled\n[ 2.122132] FDC 0 is a S82078B\n[ 2.193856] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 2.358356] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 2.359688] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 2.361026] usb 1-1: Product: QEMU USB Tablet\n[ 2.361931] usb 1-1: Manufacturer: QEMU\n[ 2.362756] usb 1-1: SerialNumber: 42\n[ 2.369924] hidraw: raw HID events driver (C) Jiri Kosina\n[ 2.375666] usbcore: registered new interface driver usbhid\n[ 2.376844] usbhid: USB HID core driver\n[ 2.379557] 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.381904] 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.734031] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3255787006b, max_idle_ns: 440795244845 ns\nBegin: Loading essential drivers ... [ 3.641757] md: linear personality registered for level -1\n[ 3.644743] md: multipath personality registered for level -4\n[ 3.647764] md: raid0 personality registered for level 0\n[ 3.651043] md: raid1 personality registered for level 1\n[ 3.721782] raid6: sse2x1 gen() 11421 MB/s\n[ 3.789778] raid6: sse2x1 xor() 8909 MB/s\n[ 3.857782] raid6: sse2x2 gen() 14477 MB/s\n[ 3.925780] raid6: sse2x2 xor() 9969 MB/s\n[ 3.993781] raid6: sse2x4 gen() 16664 MB/s\n[ 4.061778] raid6: sse2x4 xor() 11527 MB/s\n[ 4.129779] raid6: avx2x1 gen() 22357 MB/s\n[ 4.197778] raid6: avx2x2 gen() 25796 MB/s\n[ 4.265779] raid6: avx2x4 gen() 28462 MB/s\n[ 4.266682] raid6: using algorithm avx2x4 gen() 28462 MB/s\n[ 4.267745] raid6: using avx2x2 recovery algorithm\n[ 4.270071] xor: automatically using best checksumming function:\n[ 4.309778] avx : 36112.000 MB/sec\n[ 4.311932] async_tx: api initialized (async)\n[ 4.321413] md: raid6 personality registered for level 6\n[ 4.322494] md: raid5 personality registered for level 5\n[ 4.323527] md: raid4 personality registered for level 4\n[ 4.328037] 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.352987] Btrfs loaded\nScanning for Btrfs filesystems\ndone.\nWarning: fsck not present, so skipping root file system\n[ 4.383855] 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.484723] 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.488045] systemd[1]: Detected virtualization kvm.\n[ 4.489079] systemd[1]: Detected architecture x86-64.\n\nWelcome to [1mUbuntu 16.04.2 LTS[0m!\n\n[ 4.492747] systemd[1]: Set hostname to .\n[ 4.497452] systemd[1]: Initializing machine ID from KVM UUID.\n[ 4.498691] systemd[1]: Installed transient /etc/machine-id file.\n[ 4.611272] systemd[1]: Listening on Journal Socket.\n[[0;32m OK [0m] Listening on Journal Socket.\n[ 4.613521] systemd[1]: Created slice User and Session Slice.\n[[0;32m OK [0m] Created slice User and Session Slice.\n[ 4.615876] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.\n[[0;32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe.\n[ 4.618948] systemd[1]: Listening on LVM2 metadata daemon socket.\n[[0;32m OK [0m] Listening on LVM2 metadata daemon socket.\n[ 4.621685] systemd[1]: Listening on LVM2 poll daemon socket.\n[[0;32m OK [0m] Listening on LVM2 poll daemon socket.\n[ 4.624329] systemd[1]: Listening on Journal Socket (/dev/log).\n[[0;32m OK [0m] Listening on Journal Socket (/dev/log).\n[ 4.627021] systemd[1]: Reached target Swap.\n[[0;32m OK [0m] Reached target Swap.\n[ 4.629138] 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.632484] systemd[1]: Reached target User and Group Name Lookups.\n[[0;32m OK [0m] Reached target User and Group Name Lookups.\n[ 4.635247] systemd[1]: Listening on Device-mapper event daemon FIFOs.\n[[0;32m OK [0m] Listening on Device-mapper event daemon FIFOs.\n[ 4.638099] systemd[1]: Reached target Encrypted Volumes.\n[[0;32m OK [0m] Reached target Encrypted Volumes.\n[ 4.640585] systemd[1]: Listening on udev Control Socket.\n[[0;32m OK [0m] Listening on udev Control Socket.\n[ 4.643202] systemd[1]: Created slice System Slice.\n[[0;32m OK [0m] Created slice System Slice.\n[ 4.645871] systemd[1]: Starting Remount Root and Kernel File Systems...\n Starting Remount Root and Kernel File Systems...\n[ 4.648918] systemd[1]: Mounting Huge Pages File System...\n Mounting Huge Pages File System...\n[ 4.652674] systemd[1]: Starting Nameserver information manager...\n Starting Nameserver information manager...\n[ 4.657590] systemd[1]: Reached target Slices.\n[[0;32m OK [0m] Reached target Slices.\n[ 4.661253] systemd[1]: Created slice system-serial\\x2dgetty.slice.\n[[0;32m OK [0m] Created slice system-serial\\x2dgetty.slice.\n[ 4.664262] EXT4-fs (vda1): re-mounted. Opts: (null)\n[ 4.665752] 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.672388] systemd[1]: Starting Load Kernel Modules...\n Starting Load Kernel Modules...\n[ 4.676412] systemd[1]: Mounting POSIX Message Queue File System...\n Mounting POSIX Message Queue File System...\n[ 4.680601] systemd[1]: Starting Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling...\n[ 4.684212] Loading iSCSI transport class v2.0-870.\n Starting Monitoring of LVM2 mirrors... dmeventd or progress polling...\n[ 4.691168] iscsi: registered transport (tcp)\n[ 4.692342] systemd[1]: Mounting Debug File System...\n Mounting Debug File System...\n[ 4.696279] systemd[1]: Starting Set console keymap...\n Starting Set console keymap...\n[ 4.699895] systemd[1]: Listening on Journal Audit Socket.\n[[0;32m OK [0m] Listening on Journal Audit Socket.\n[ 4.706784] 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.716331] systemd[1]: Listening on Syslog Socket.\n[[0;32m OK [0m] Listening on Syslog Socket.\n[ 4.718641] systemd[1]: Starting Journal Service...\n Starting Journal Service...\n[ 4.726419] systemd[1]: Starting Uncomplicated firewall...\n Starting Uncomplicated firewall...\n[ 4.729008] systemd[1]: Listening on udev Kernel Socket.\n[[0;32m OK [0m] Listening on udev Kernel Socket.\n[ 4.733952] systemd[1]: Mounted Debug File System.\n[[0;32m OK [0m] Mounted Debug File System.\n[ 4.735882] systemd[1]: Mounted POSIX Message Queue File System.\n[[0;32m OK [0m] Mounted POSIX Message Queue File System.\n[ 4.740861] systemd[1]: Mounted Huge Pages File System.\n[[0;32m OK [0m] Mounted Huge Pages File System.\n[ 4.744901] systemd[1]: Started Remount Root and Kernel File Systems.\n[[0;32m OK [0m] Started Remount Root and Kernel File Systems.\n[ 4.751547] 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.762399] systemd[1]: Started Set console keymap.\n[[0;32m OK [0m] Started Set console keymap.\n[ 4.765368] systemd[1]: Started Uncomplicated firewall.\n[[0;32m OK [0m] Started Uncomplicated firewall.\n[ 4.769171] systemd[1]: Started Nameserver information manager.\n[[0;32m OK [0m] Started Nameserver information manager.\n[ 4.774256] iscsi: registered transport (iser)\n[ 4.775855] systemd[1]: Started Load Kernel Modules.\n[[0;32m OK [0m] Started Load Kernel Modules.\n[ 4.779773] systemd[1]: Started Journal Service.\n[[0;32m OK [0m] Started Journal Service.\n[[0;32m OK [0m] Started LVM2 metadata daemon.\n Mounting FUSE Control File System...\n Starting Apply Kernel Variables...\n Starting Create Static Device Nodes in /dev...\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[[0;32m OK [0m] Mounted FUSE Control File System.\n[[0;32m OK [0m] Started Apply Kernel Variables.\n[[0;32m OK [0m] Started Create Static Device Nodes in /dev.\n[[0;32m OK [0m] Started Load/Save Random Seed.\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 Create Volatile Files and Directories...\n Starting LSB: AppArmor initialization...\n Starting Tell Plymouth To Write Out Runtime Data...\n Starting Commit a transient machine-id on disk...\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"} 2018-09-04 12:58:28,733 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/573bde7a-c171-487b-8719-117021c30ed9/action used request id req-923b086a-ee05-4a07-87ad-e92da6b53da9 2018-09-04 12:58:28,734 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/c212b18a-ff6b-4fbf-aec6-9568bfc6540c/action used request id req-717317d3-95ab-4f2a-84a4-a9cf427bfade 2018-09-04 12:58:30,771 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/servers/c212b18a-ff6b-4fbf-aec6-9568bfc6540c/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ab5126137b3fe72606662406b8efdeedf6bc3f78" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-04 12:58:31,844 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12:58: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-5a7fc5fd-497c-4984-810c-9af07622537f x-compute-request-id: req-5a7fc5fd-497c-4984-810c-9af07622537f Content-Encoding: gzip Content-Length: 10593 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup 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 729360673 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 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.135063] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.136751] pid_max: default: 32768 minimum: 301\n[ 0.137659] ACPI: Core revision 20150930\n[ 0.139044] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.140378] Security Framework initialized\n[ 0.141208] Yama: becoming mindful.\n[ 0.141950] AppArmor: AppArmor initialized\n[ 0.142848] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.144276] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.145958] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.147202] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.148614] Initializing cgroup subsys io\n[ 0.149446] Initializing cgroup subsys memory\n[ 0.150329] Initializing cgroup subsys devices\n[ 0.151210] Initializing cgroup subsys freezer\n[ 0.152091] Initializing cgroup subsys net_cls\n[ 0.152978] Initializing cgroup subsys perf_event\n[ 0.153904] Initializing cgroup subsys net_prio\n[ 0.154805] Initializing cgroup subsys hugetlb\n[ 0.155690] Initializing cgroup subsys pids\n[ 0.156585] CPU: Physical Processor ID: 0\n[ 0.158088] mce: CPU supports 10 MCE banks\n[ 0.158954] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.159986] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.171235] Freeing SMP alternatives memory: 32K (ffffffff820b9000 - ffffffff820c1000)\n[ 0.177715] ftrace: allocating 32123 entries in 126 pages\n[ 0.204267] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.205506] smpboot: Max logical packages: 1\n[ 0.206530] x2apic enabled\n[ 0.207351] Switched APIC routing to physical x2apic.\n[ 0.209123] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.210279] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.212319] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.214134] KVM setup paravirtual spinlock\n[ 0.215451] x86: Booted up 1 node, 1 CPUs\n[ 0.216279] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.217694] devtmpfs: initialized\n[ 0.220190] evm: security.selinux\n[ 0.220921] evm: security.SMACK64\n[ 0.221630] evm: security.SMACK64EXEC\n[ 0.222386] evm: security.SMACK64TRANSMUTE\n[ 0.223217] evm: security.SMACK64MMAP\n[ 0.223975] evm: security.ima\n[ 0.224644] evm: security.capability\n[ 0.225463] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.227367] pinctrl core: initialized pinctrl subsystem\n[ 0.228484] RTC time: 12:58:22, date: 09/04/18\n[ 0.229444] NET: Registered protocol family 16\n[ 0.230435] cpuidle: using governor ladder\n[ 0.231273] cpuidle: using governor menu\n[ 0.232080] PCCT header not found.\n[ 0.232857] ACPI: bus type PCI registered\n[ 0.233686] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.234953] PCI: Using configuration type 1 for base access\n[ 0.237153] ACPI: Added _OSI(Module Device)\n[ 0.238019] ACPI: Added _OSI(Processor Device)\n[ 0.238908] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.239814] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.241947] ACPI: Interpreter enabled\n[ 0.242718] ACPI: (supports S0 S5)\n[ 0.243425] ACPI: Using IOAPIC for interrupt routing\n[ 0.244377] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.247480] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.248623] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249864] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.251066] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.253414] acpiphp: Slot [3] registered\n[ 0.254217] acpiphp: Slot [4] registered\n[ 0.255037] acpiphp: Slot [5] registered\n[ 0.255865] acpiphp: Slot [6] registered\n[ 0.256674] acpiphp: Slot [7] registered\n[ 0.257479] acpiphp: Slot [8] registered\n[ 0.258292] acpiphp: Slot [9] registered\n[ 0.259093] acpiphp: Slot [10] registered\n[ 0.259921] acpiphp: Slot [11] registered\n[ 0.260742] acpiphp: Slot [12] registered\n[ 0.261568] acpiphp: Slot [13] registered\n[ 0.262388] acpiphp: Slot [14] registered\n[ 0.273633] acpiphp: Slot [15] registered\n[ 0.274450] acpiphp: Slot [16] registered\n[ 0.275261] acpiphp: Slot [17] registered\n[ 0.276070] acpiphp: Slot [18] registered\n[ 0.276885] acpiphp: Slot [19] registered\n[ 0.277704] acpiphp: Slot [20] registered\n[ 0.278515] acpiphp: Slot [21] registered\n[ 0.279331] acpiphp: Slot [22] registered\n[ 0.280143] acpiphp: Slot [23] registered\n[ 0.280953] acpiphp: Slot [24] registered\n[ 0.281778] acpiphp: Slot [25] registered\n[ 0.282601] acpiphp: Slot [26] registered\n[ 0.283410] acpiphp: Slot [27] registered\n[ 0.284221] acpiphp: Slot [28] registered\n[ 0.285029] acpiphp: Slot [29] registered\n[ 0.285850] acpiphp: Slot [30] registered\n[ 0.286665] acpiphp: Slot [31] registered\n[ 0.287473] PCI host bridge to bus 0000:00\n[ 0.288288] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.289503] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.290723] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.292174] pci_bus 0000:00: root bus resource [mem 0x40000000-0xfebfffff window]\n[ 0.293631] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.299996] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.301286] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.302462] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.303727] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.310285] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.311719] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.358598] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.360112] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.361554] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.362973] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.364370] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.365637] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.366806] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.368077] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.369637] vgaarb: loaded\n[ 0.370242] vgaarb: bridge control possible 0000:00:02.0\n[ 0.371388] SCSI subsystem initialized\n[ 0.372201] ACPI: bus type USB registered\n[ 0.373020] usbcore: registered new interface driver usbfs\n[ 0.374057] usbcore: registered new interface driver hub\n[ 0.375067] usbcore: registered new device driver usb\n[ 0.376129] PCI: Using ACPI for IRQ routing\n[ 0.377176] NetLabel: Initializing\n[ 0.377895] NetLabel: domain hash size = 128\n[ 0.378753] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.379712] NetLabel: unlabeled traffic allowed by default\n[ 0.380804] amd_nb: Cannot enumerate AMD northbridges\n[ 0.381776] clocksource: Switched to clocksource kvm-clock\n[ 0.387209] AppArmor: AppArmor Filesystem Enabled\n[ 0.388181] pnp: PnP ACPI init\n[ 0.389098] pnp: PnP ACPI: found 5 devices\n[ 0.395153] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.396875] NET: Registered protocol family 2\n[ 0.397838] TCP established hash table entries: 8192 (order: 4, 65536 bytes)\n[ 0.399120] TCP bind hash table entries: 8192 (order: 5, 131072 bytes)\n[ 0.400318] TCP: Hash tables configured (established 8192 bind 8192)\n[ 0.401501] UDP hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.402603] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.403790] NET: Registered protocol family 1\n[ 0.404664] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.405789] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.406876] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.420954] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.435575] Trying to unpack rootfs image as initramfs...\n[ 1.721909] Freeing initrd memory: 10832K (ffff880036ac8000 - ffff88003755c000)\n[ 1.737325] Scanning for low memory corruption every 60 seconds\n[ 1.738837] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 1.740006] audit: initializing netlink subsys (disabled)\n[ 1.741059] audit: type=2000 audit(1536065904.441:1): initialized\n[ 1.742412] Initialise system trusted keyring\n[ 1.743359] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 1.744553] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 1.746576] zbud: loaded\n[ 1.747301] VFS: Disk quotas dquot_6.6.0\n[ 1.748131] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 1.749562] squashfs: version 4.0 (2009/01/31) Phillip Lougher\n[ 1.750814] fuse init (API version 7.23)\n[ 1.751712] Key type big_key registered\n[ 1.752520] Allocating IMA MOK and blacklist keyrings.\n[ 1.753643] Key type asymmetric registered\n[ 1.754500] Asymmetric key parser 'x509' registered\n[ 1.755473] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 1.756959] io scheduler noop registered\n[ 1.757768] io scheduler deadline registered (default)\n[ 1.758782] io scheduler cfq registered\n[ 1.759640] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 1.760709] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 1.762006] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 1.763485] ACPI: Power Button [PWRF]\n[ 1.764337] GHES: HEST is not enabled!\n[ 1.778320] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 1.807046] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 1.809448] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 1.833429] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 1.835548] Linux agpgart interface v0.103\n[ 1.837563] brd: module loaded\n[ 1.838831] loop: module loaded\n[ 1.840539] vda: vda1\n[ 1.841893] scsi host0: ata_piix\n[ 1.842646] scsi host1: ata_piix\n[ 1.843376] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 1.844623] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 1.846107] libphy: Fixed MDIO Bus: probed\n[ 1.846949] tun: Universal TUN/TAP device driver, 1.6\n[ 1.847931] tun: (C) 1999-2004 Max Krasnyansky \n[ 1.850127] PPP generic driver version 2.4.2\n[ 1.851041] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 1.852347] ehci-pci: EHCI PCI platform driver\n[ 1.853236] ehci-platform: EHCI generic platform driver\n[ 1.854257] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 1.855419] ohci-pci: OHCI PCI platform driver\n[ 1.856315] ohci-platform: OHCI generic platform driver\n[ 1.857326] uhci_hcd: USB Universal Host Controller Interface driver\n[ 1.871818] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 1.872832] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 1.874322] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 1.875380] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 1.876522] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 1.877782] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 1.879236] usb usb1: Product: UHCI Host Controller\n[ 1.880185] usb usb1: Manufacturer: Linux 4.4.0-66-generic uhci_hcd\n[ 1.881354] usb usb1: SerialNumber: 0000:00:01.2\n[ 1.882389] hub 1-0:1.0: USB hub found\n[ 1.883186] hub 1-0:1.0: 2 ports detected\n[ 1.884118] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 1.886286] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 1.887259] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 1.888309] mousedev: PS/2 mouse device common for all mice\n[ 1.889619] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 1.891506] rtc_cmos 00:00: RTC can wake from S4\n[ 1.892630] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 1.893861] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 1.895077] i2c /dev entries driver\n[ 1.895844] device-mapper: uevent: version 1.0.3\n[ 1.896791] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 1.898461] ledtrig-cpu: registered to indicate activity on CPUs\n[ 1.899767] NET: Registered protocol family 10\n[ 1.900789] NET: Registered protocol family 17\n[ 1.901708] Key type dns_resolver registered\n[ 1.902669] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 1.903779] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 1.905555] registered taskstats version 1\n[ 1.906419] Loading compiled-in X.509 certificates\n[ 1.907876] Loaded X.509 cert 'Build time autogenerated kernel key: 32ca4feee90b5cde51f5f8c0e024b22f8c679982'\n[ 1.909761] zswap: loaded using pool lzo/zbud\n[ 1.911566] Key type trusted registered\n[ 1.913847] Key type encrypted registered\n[ 1.914694] AppArmor: AppArmor sha1 policy hashing enabled\n[ 1.915754] ima: No TPM chip found, activating TPM-bypass!\n[ 1.916812] evm: HMAC attrs: 0x1\n[ 1.917758] Magic number: 2:34:986\n[ 1.918606] rtc_cmos 00:00: setting system clock to 2018-09-04 12:58:24 UTC (1536065904)\n[ 1.920246] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 1.921382] EDD information not available.\n[ 2.002490] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 2.003949] ata1.00: configured for MWDMA2\n[ 2.005169] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 2.007419] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 2.008671] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 2.020479] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 2.022385] Freeing unused kernel memory: 1488K (ffffffff81f45000 - ffffffff820b9000)\n[ 2.023955] Write protecting the kernel read-only data: 14336k\n[ 2.025526] Freeing unused kernel memory: 1776K (ffff880001844000 - ffff880001a00000)\n[ 2.027278] Freeing unused kernel memory: 116K (ffff880001de3000 - ffff880001e00000)\nLoading, please wait...\nstarting version 229\n[ 2.035970] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.038054] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.039981] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.041884] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.043756] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.045805] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.047651] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.049469] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.051674] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.053506] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.083252] virtio_net virtio0 ens3: renamed from eth0\n[ 2.090390] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input4\n[ 2.094243] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3\n[ 2.117221] AVX2 version of gcm_enc/dec engaged.\n[ 2.118324] AES CTR mode by8 optimization enabled\n[ 2.122132] FDC 0 is a S82078B\n[ 2.193856] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 2.358356] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 2.359688] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 2.361026] usb 1-1: Product: QEMU USB Tablet\n[ 2.361931] usb 1-1: Manufacturer: QEMU\n[ 2.362756] usb 1-1: SerialNumber: 42\n[ 2.369924] hidraw: raw HID events driver (C) Jiri Kosina\n[ 2.375666] usbcore: registered new interface driver usbhid\n[ 2.376844] usbhid: USB HID core driver\n[ 2.379557] 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.381904] 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.734031] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3255787006b, max_idle_ns: 440795244845 ns\nBegin: Loading essential drivers ... [ 3.641757] md: linear personality registered for level -1\n[ 3.644743] md: multipath personality registered for level -4\n[ 3.647764] md: raid0 personality registered for level 0\n[ 3.651043] md: raid1 personality registered for level 1\n[ 3.721782] raid6: sse2x1 gen() 11421 MB/s\n[ 3.789778] raid6: sse2x1 xor() 8909 MB/s\n[ 3.857782] raid6: sse2x2 gen() 14477 MB/s\n[ 3.925780] raid6: sse2x2 xor() 9969 MB/s\n[ 3.993781] raid6: sse2x4 gen() 16664 MB/s\n[ 4.061778] raid6: sse2x4 xor() 11527 MB/s\n[ 4.129779] raid6: avx2x1 gen() 22357 MB/s\n[ 4.197778] raid6: avx2x2 gen() 25796 MB/s\n[ 4.265779] raid6: avx2x4 gen() 28462 MB/s\n[ 4.266682] raid6: using algorithm avx2x4 gen() 28462 MB/s\n[ 4.267745] raid6: using avx2x2 recovery algorithm\n[ 4.270071] xor: automatically using best checksumming function:\n[ 4.309778] avx : 36112.000 MB/sec\n[ 4.311932] async_tx: api initialized (async)\n[ 4.321413] md: raid6 personality registered for level 6\n[ 4.322494] md: raid5 personality registered for level 5\n[ 4.323527] md: raid4 personality registered for level 4\n[ 4.328037] 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.352987] Btrfs loaded\nScanning for Btrfs filesystems\ndone.\nWarning: fsck not present, so skipping root file system\n[ 4.383855] 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.484723] 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.488045] systemd[1]: Detected virtualization kvm.\n[ 4.489079] systemd[1]: Detected architecture x86-64.\n\nWelcome to [1mUbuntu 16.04.2 LTS[0m!\n\n[ 4.492747] systemd[1]: Set hostname to .\n[ 4.497452] systemd[1]: Initializing machine ID from KVM UUID.\n[ 4.498691] systemd[1]: Installed transient /etc/machine-id file.\n[ 4.611272] systemd[1]: Listening on Journal Socket.\n[[0;32m OK [0m] Listening on Journal Socket.\n[ 4.613521] systemd[1]: Created slice User and Session Slice.\n[[0;32m OK [0m] Created slice User and Session Slice.\n[ 4.615876] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.\n[[0;32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe.\n[ 4.618948] systemd[1]: Listening on LVM2 metadata daemon socket.\n[[0;32m OK [0m] Listening on LVM2 metadata daemon socket.\n[ 4.621685] systemd[1]: Listening on LVM2 poll daemon socket.\n[[0;32m OK [0m] Listening on LVM2 poll daemon socket.\n[ 4.624329] systemd[1]: Listening on Journal Socket (/dev/log).\n[[0;32m OK [0m] Listening on Journal Socket (/dev/log).\n[ 4.627021] systemd[1]: Reached target Swap.\n[[0;32m OK [0m] Reached target Swap.\n[ 4.629138] 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.632484] systemd[1]: Reached target User and Group Name Lookups.\n[[0;32m OK [0m] Reached target User and Group Name Lookups.\n[ 4.635247] systemd[1]: Listening on Device-mapper event daemon FIFOs.\n[[0;32m OK [0m] Listening on Device-mapper event daemon FIFOs.\n[ 4.638099] systemd[1]: Reached target Encrypted Volumes.\n[[0;32m OK [0m] Reached target Encrypted Volumes.\n[ 4.640585] systemd[1]: Listening on udev Control Socket.\n[[0;32m OK [0m] Listening on udev Control Socket.\n[ 4.643202] systemd[1]: Created slice System Slice.\n[[0;32m OK [0m] Created slice System Slice.\n[ 4.645871] systemd[1]: Starting Remount Root and Kernel File Systems...\n Starting Remount Root and Kernel File Systems...\n[ 4.648918] systemd[1]: Mounting Huge Pages File System...\n Mounting Huge Pages File System...\n[ 4.652674] systemd[1]: Starting Nameserver information manager...\n Starting Nameserver information manager...\n[ 4.657590] systemd[1]: Reached target Slices.\n[[0;32m OK [0m] Reached target Slices.\n[ 4.661253] systemd[1]: Created slice system-serial\\x2dgetty.slice.\n[[0;32m OK [0m] Created slice system-serial\\x2dgetty.slice.\n[ 4.664262] EXT4-fs (vda1): re-mounted. Opts: (null)\n[ 4.665752] 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.672388] systemd[1]: Starting Load Kernel Modules...\n Starting Load Kernel Modules...\n[ 4.676412] systemd[1]: Mounting POSIX Message Queue File System...\n Mounting POSIX Message Queue File System...\n[ 4.680601] systemd[1]: Starting Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling...\n[ 4.684212] Loading iSCSI transport class v2.0-870.\n Starting Monitoring of LVM2 mirrors... dmeventd or progress polling...\n[ 4.691168] iscsi: registered transport (tcp)\n[ 4.692342] systemd[1]: Mounting Debug File System...\n Mounting Debug File System...\n[ 4.696279] systemd[1]: Starting Set console keymap...\n Starting Set console keymap...\n[ 4.699895] systemd[1]: Listening on Journal Audit Socket.\n[[0;32m OK [0m] Listening on Journal Audit Socket.\n[ 4.706784] 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.716331] systemd[1]: Listening on Syslog Socket.\n[[0;32m OK [0m] Listening on Syslog Socket.\n[ 4.718641] systemd[1]: Starting Journal Service...\n Starting Journal Service...\n[ 4.726419] systemd[1]: Starting Uncomplicated firewall...\n Starting Uncomplicated firewall...\n[ 4.729008] systemd[1]: Listening on udev Kernel Socket.\n[[0;32m OK [0m] Listening on udev Kernel Socket.\n[ 4.733952] systemd[1]: Mounted Debug File System.\n[[0;32m OK [0m] Mounted Debug File System.\n[ 4.735882] systemd[1]: Mounted POSIX Message Queue File System.\n[[0;32m OK [0m] Mounted POSIX Message Queue File System.\n[ 4.740861] systemd[1]: Mounted Huge Pages File System.\n[[0;32m OK [0m] Mounted Huge Pages File System.\n[ 4.744901] systemd[1]: Started Remount Root and Kernel File Systems.\n[[0;32m OK [0m] Started Remount Root and Kernel File Systems.\n[ 4.751547] 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.762399] systemd[1]: Started Set console keymap.\n[[0;32m OK [0m] Started Set console keymap.\n[ 4.765368] systemd[1]: Started Uncomplicated firewall.\n[[0;32m OK [0m] Started Uncomplicated firewall.\n[ 4.769171] systemd[1]: Started Nameserver information manager.\n[[0;32m OK [0m] Started Nameserver information manager.\n[ 4.774256] iscsi: registered transport (iser)\n[ 4.775855] systemd[1]: Started Load Kernel Modules.\n[[0;32m OK [0m] Started Load Kernel Modules.\n[ 4.779773] systemd[1]: Started Journal Service.\n[[0;32m OK [0m] Started Journal Service.\n[[0;32m OK [0m] Started LVM2 metadata daemon.\n Mounting FUSE Control File System...\n Starting Apply Kernel Variables...\n Starting Create Static Device Nodes in /dev...\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[[0;32m OK [0m] Mounted FUSE Control File System.\n[[0;32m OK [0m] Started Apply Kernel Variables.\n[[0;32m OK [0m] Started Create Static Device Nodes in /dev.\n[[0;32m OK [0m] Started Load/Save Random Seed.\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 Create Volatile Files and Directories...\n Starting LSB: AppArmor initialization...\n Starting Tell Plymouth To Write Out Runtime Data...\n Starting Commit a transient machine-id on disk...\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[ 6.360075] cloud-init[458]: Cloud-init v. 0.7.9 running 'init-local' at Tue, 04 Sep 2018 12:58:28 +0000. Up 5.68 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"} 2018-09-04 12:58:31,845 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/c212b18a-ff6b-4fbf-aec6-9568bfc6540c/action used request id req-5a7fc5fd-497c-4984-810c-9af07622537f 2018-09-04 12:58:33,868 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/servers/c212b18a-ff6b-4fbf-aec6-9568bfc6540c/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ab5126137b3fe72606662406b8efdeedf6bc3f78" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-04 12:58:34,939 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12:58: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-7959137e-cad4-41a4-8a18-424c3158bf21 x-compute-request-id: req-7959137e-cad4-41a4-8a18-424c3158bf21 Content-Encoding: gzip Content-Length: 13538 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup 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 729360673 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 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.135063] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.136751] pid_max: default: 32768 minimum: 301\n[ 0.137659] ACPI: Core revision 20150930\n[ 0.139044] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.140378] Security Framework initialized\n[ 0.141208] Yama: becoming mindful.\n[ 0.141950] AppArmor: AppArmor initialized\n[ 0.142848] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.144276] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.145958] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.147202] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.148614] Initializing cgroup subsys io\n[ 0.149446] Initializing cgroup subsys memory\n[ 0.150329] Initializing cgroup subsys devices\n[ 0.151210] Initializing cgroup subsys freezer\n[ 0.152091] Initializing cgroup subsys net_cls\n[ 0.152978] Initializing cgroup subsys perf_event\n[ 0.153904] Initializing cgroup subsys net_prio\n[ 0.154805] Initializing cgroup subsys hugetlb\n[ 0.155690] Initializing cgroup subsys pids\n[ 0.156585] CPU: Physical Processor ID: 0\n[ 0.158088] mce: CPU supports 10 MCE banks\n[ 0.158954] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.159986] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.171235] Freeing SMP alternatives memory: 32K (ffffffff820b9000 - ffffffff820c1000)\n[ 0.177715] ftrace: allocating 32123 entries in 126 pages\n[ 0.204267] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.205506] smpboot: Max logical packages: 1\n[ 0.206530] x2apic enabled\n[ 0.207351] Switched APIC routing to physical x2apic.\n[ 0.209123] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.210279] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.212319] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.214134] KVM setup paravirtual spinlock\n[ 0.215451] x86: Booted up 1 node, 1 CPUs\n[ 0.216279] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.217694] devtmpfs: initialized\n[ 0.220190] evm: security.selinux\n[ 0.220921] evm: security.SMACK64\n[ 0.221630] evm: security.SMACK64EXEC\n[ 0.222386] evm: security.SMACK64TRANSMUTE\n[ 0.223217] evm: security.SMACK64MMAP\n[ 0.223975] evm: security.ima\n[ 0.224644] evm: security.capability\n[ 0.225463] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.227367] pinctrl core: initialized pinctrl subsystem\n[ 0.228484] RTC time: 12:58:22, date: 09/04/18\n[ 0.229444] NET: Registered protocol family 16\n[ 0.230435] cpuidle: using governor ladder\n[ 0.231273] cpuidle: using governor menu\n[ 0.232080] PCCT header not found.\n[ 0.232857] ACPI: bus type PCI registered\n[ 0.233686] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.234953] PCI: Using configuration type 1 for base access\n[ 0.237153] ACPI: Added _OSI(Module Device)\n[ 0.238019] ACPI: Added _OSI(Processor Device)\n[ 0.238908] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.239814] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.241947] ACPI: Interpreter enabled\n[ 0.242718] ACPI: (supports S0 S5)\n[ 0.243425] ACPI: Using IOAPIC for interrupt routing\n[ 0.244377] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.247480] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.248623] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249864] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.251066] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.253414] acpiphp: Slot [3] registered\n[ 0.254217] acpiphp: Slot [4] registered\n[ 0.255037] acpiphp: Slot [5] registered\n[ 0.255865] acpiphp: Slot [6] registered\n[ 0.256674] acpiphp: Slot [7] registered\n[ 0.257479] acpiphp: Slot [8] registered\n[ 0.258292] acpiphp: Slot [9] registered\n[ 0.259093] acpiphp: Slot [10] registered\n[ 0.259921] acpiphp: Slot [11] registered\n[ 0.260742] acpiphp: Slot [12] registered\n[ 0.261568] acpiphp: Slot [13] registered\n[ 0.262388] acpiphp: Slot [14] registered\n[ 0.273633] acpiphp: Slot [15] registered\n[ 0.274450] acpiphp: Slot [16] registered\n[ 0.275261] acpiphp: Slot [17] registered\n[ 0.276070] acpiphp: Slot [18] registered\n[ 0.276885] acpiphp: Slot [19] registered\n[ 0.277704] acpiphp: Slot [20] registered\n[ 0.278515] acpiphp: Slot [21] registered\n[ 0.279331] acpiphp: Slot [22] registered\n[ 0.280143] acpiphp: Slot [23] registered\n[ 0.280953] acpiphp: Slot [24] registered\n[ 0.281778] acpiphp: Slot [25] registered\n[ 0.282601] acpiphp: Slot [26] registered\n[ 0.283410] acpiphp: Slot [27] registered\n[ 0.284221] acpiphp: Slot [28] registered\n[ 0.285029] acpiphp: Slot [29] registered\n[ 0.285850] acpiphp: Slot [30] registered\n[ 0.286665] acpiphp: Slot [31] registered\n[ 0.287473] PCI host bridge to bus 0000:00\n[ 0.288288] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.289503] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.290723] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.292174] pci_bus 0000:00: root bus resource [mem 0x40000000-0xfebfffff window]\n[ 0.293631] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.299996] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.301286] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.302462] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.303727] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.310285] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.311719] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.358598] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.360112] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.361554] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.362973] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.364370] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.365637] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.366806] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.368077] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.369637] vgaarb: loaded\n[ 0.370242] vgaarb: bridge control possible 0000:00:02.0\n[ 0.371388] SCSI subsystem initialized\n[ 0.372201] ACPI: bus type USB registered\n[ 0.373020] usbcore: registered new interface driver usbfs\n[ 0.374057] usbcore: registered new interface driver hub\n[ 0.375067] usbcore: registered new device driver usb\n[ 0.376129] PCI: Using ACPI for IRQ routing\n[ 0.377176] NetLabel: Initializing\n[ 0.377895] NetLabel: domain hash size = 128\n[ 0.378753] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.379712] NetLabel: unlabeled traffic allowed by default\n[ 0.380804] amd_nb: Cannot enumerate AMD northbridges\n[ 0.381776] clocksource: Switched to clocksource kvm-clock\n[ 0.387209] AppArmor: AppArmor Filesystem Enabled\n[ 0.388181] pnp: PnP ACPI init\n[ 0.389098] pnp: PnP ACPI: found 5 devices\n[ 0.395153] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.396875] NET: Registered protocol family 2\n[ 0.397838] TCP established hash table entries: 8192 (order: 4, 65536 bytes)\n[ 0.399120] TCP bind hash table entries: 8192 (order: 5, 131072 bytes)\n[ 0.400318] TCP: Hash tables configured (established 8192 bind 8192)\n[ 0.401501] UDP hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.402603] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.403790] NET: Registered protocol family 1\n[ 0.404664] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.405789] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.406876] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.420954] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.435575] Trying to unpack rootfs image as initramfs...\n[ 1.721909] Freeing initrd memory: 10832K (ffff880036ac8000 - ffff88003755c000)\n[ 1.737325] Scanning for low memory corruption every 60 seconds\n[ 1.738837] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 1.740006] audit: initializing netlink subsys (disabled)\n[ 1.741059] audit: type=2000 audit(1536065904.441:1): initialized\n[ 1.742412] Initialise system trusted keyring\n[ 1.743359] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 1.744553] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 1.746576] zbud: loaded\n[ 1.747301] VFS: Disk quotas dquot_6.6.0\n[ 1.748131] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 1.749562] squashfs: version 4.0 (2009/01/31) Phillip Lougher\n[ 1.750814] fuse init (API version 7.23)\n[ 1.751712] Key type big_key registered\n[ 1.752520] Allocating IMA MOK and blacklist keyrings.\n[ 1.753643] Key type asymmetric registered\n[ 1.754500] Asymmetric key parser 'x509' registered\n[ 1.755473] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 1.756959] io scheduler noop registered\n[ 1.757768] io scheduler deadline registered (default)\n[ 1.758782] io scheduler cfq registered\n[ 1.759640] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 1.760709] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 1.762006] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 1.763485] ACPI: Power Button [PWRF]\n[ 1.764337] GHES: HEST is not enabled!\n[ 1.778320] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 1.807046] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 1.809448] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 1.833429] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 1.835548] Linux agpgart interface v0.103\n[ 1.837563] brd: module loaded\n[ 1.838831] loop: module loaded\n[ 1.840539] vda: vda1\n[ 1.841893] scsi host0: ata_piix\n[ 1.842646] scsi host1: ata_piix\n[ 1.843376] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 1.844623] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 1.846107] libphy: Fixed MDIO Bus: probed\n[ 1.846949] tun: Universal TUN/TAP device driver, 1.6\n[ 1.847931] tun: (C) 1999-2004 Max Krasnyansky \n[ 1.850127] PPP generic driver version 2.4.2\n[ 1.851041] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 1.852347] ehci-pci: EHCI PCI platform driver\n[ 1.853236] ehci-platform: EHCI generic platform driver\n[ 1.854257] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 1.855419] ohci-pci: OHCI PCI platform driver\n[ 1.856315] ohci-platform: OHCI generic platform driver\n[ 1.857326] uhci_hcd: USB Universal Host Controller Interface driver\n[ 1.871818] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 1.872832] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 1.874322] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 1.875380] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 1.876522] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 1.877782] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 1.879236] usb usb1: Product: UHCI Host Controller\n[ 1.880185] usb usb1: Manufacturer: Linux 4.4.0-66-generic uhci_hcd\n[ 1.881354] usb usb1: SerialNumber: 0000:00:01.2\n[ 1.882389] hub 1-0:1.0: USB hub found\n[ 1.883186] hub 1-0:1.0: 2 ports detected\n[ 1.884118] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 1.886286] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 1.887259] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 1.888309] mousedev: PS/2 mouse device common for all mice\n[ 1.889619] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 1.891506] rtc_cmos 00:00: RTC can wake from S4\n[ 1.892630] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 1.893861] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 1.895077] i2c /dev entries driver\n[ 1.895844] device-mapper: uevent: version 1.0.3\n[ 1.896791] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 1.898461] ledtrig-cpu: registered to indicate activity on CPUs\n[ 1.899767] NET: Registered protocol family 10\n[ 1.900789] NET: Registered protocol family 17\n[ 1.901708] Key type dns_resolver registered\n[ 1.902669] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 1.903779] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 1.905555] registered taskstats version 1\n[ 1.906419] Loading compiled-in X.509 certificates\n[ 1.907876] Loaded X.509 cert 'Build time autogenerated kernel key: 32ca4feee90b5cde51f5f8c0e024b22f8c679982'\n[ 1.909761] zswap: loaded using pool lzo/zbud\n[ 1.911566] Key type trusted registered\n[ 1.913847] Key type encrypted registered\n[ 1.914694] AppArmor: AppArmor sha1 policy hashing enabled\n[ 1.915754] ima: No TPM chip found, activating TPM-bypass!\n[ 1.916812] evm: HMAC attrs: 0x1\n[ 1.917758] Magic number: 2:34:986\n[ 1.918606] rtc_cmos 00:00: setting system clock to 2018-09-04 12:58:24 UTC (1536065904)\n[ 1.920246] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 1.921382] EDD information not available.\n[ 2.002490] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 2.003949] ata1.00: configured for MWDMA2\n[ 2.005169] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 2.007419] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 2.008671] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 2.020479] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 2.022385] Freeing unused kernel memory: 1488K (ffffffff81f45000 - ffffffff820b9000)\n[ 2.023955] Write protecting the kernel read-only data: 14336k\n[ 2.025526] Freeing unused kernel memory: 1776K (ffff880001844000 - ffff880001a00000)\n[ 2.027278] Freeing unused kernel memory: 116K (ffff880001de3000 - ffff880001e00000)\nLoading, please wait...\nstarting version 229\n[ 2.035970] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.038054] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.039981] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.041884] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.043756] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.045805] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.047651] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.049469] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.051674] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.053506] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.083252] virtio_net virtio0 ens3: renamed from eth0\n[ 2.090390] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input4\n[ 2.094243] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3\n[ 2.117221] AVX2 version of gcm_enc/dec engaged.\n[ 2.118324] AES CTR mode by8 optimization enabled\n[ 2.122132] FDC 0 is a S82078B\n[ 2.193856] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 2.358356] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 2.359688] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 2.361026] usb 1-1: Product: QEMU USB Tablet\n[ 2.361931] usb 1-1: Manufacturer: QEMU\n[ 2.362756] usb 1-1: SerialNumber: 42\n[ 2.369924] hidraw: raw HID events driver (C) Jiri Kosina\n[ 2.375666] usbcore: registered new interface driver usbhid\n[ 2.376844] usbhid: USB HID core driver\n[ 2.379557] 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.381904] 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.734031] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3255787006b, max_idle_ns: 440795244845 ns\nBegin: Loading essential drivers ... [ 3.641757] md: linear personality registered for level -1\n[ 3.644743] md: multipath personality registered for level -4\n[ 3.647764] md: raid0 personality registered for level 0\n[ 3.651043] md: raid1 personality registered for level 1\n[ 3.721782] raid6: sse2x1 gen() 11421 MB/s\n[ 3.789778] raid6: sse2x1 xor() 8909 MB/s\n[ 3.857782] raid6: sse2x2 gen() 14477 MB/s\n[ 3.925780] raid6: sse2x2 xor() 9969 MB/s\n[ 3.993781] raid6: sse2x4 gen() 16664 MB/s\n[ 4.061778] raid6: sse2x4 xor() 11527 MB/s\n[ 4.129779] raid6: avx2x1 gen() 22357 MB/s\n[ 4.197778] raid6: avx2x2 gen() 25796 MB/s\n[ 4.265779] raid6: avx2x4 gen() 28462 MB/s\n[ 4.266682] raid6: using algorithm avx2x4 gen() 28462 MB/s\n[ 4.267745] raid6: using avx2x2 recovery algorithm\n[ 4.270071] xor: automatically using best checksumming function:\n[ 4.309778] avx : 36112.000 MB/sec\n[ 4.311932] async_tx: api initialized (async)\n[ 4.321413] md: raid6 personality registered for level 6\n[ 4.322494] md: raid5 personality registered for level 5\n[ 4.323527] md: raid4 personality registered for level 4\n[ 4.328037] 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.352987] Btrfs loaded\nScanning for Btrfs filesystems\ndone.\nWarning: fsck not present, so skipping root file system\n[ 4.383855] 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.484723] 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.488045] systemd[1]: Detected virtualization kvm.\n[ 4.489079] systemd[1]: Detected architecture x86-64.\n\nWelcome to [1mUbuntu 16.04.2 LTS[0m!\n\n[ 4.492747] systemd[1]: Set hostname to .\n[ 4.497452] systemd[1]: Initializing machine ID from KVM UUID.\n[ 4.498691] systemd[1]: Installed transient /etc/machine-id file.\n[ 4.611272] systemd[1]: Listening on Journal Socket.\n[[0;32m OK [0m] Listening on Journal Socket.\n[ 4.613521] systemd[1]: Created slice User and Session Slice.\n[[0;32m OK [0m] Created slice User and Session Slice.\n[ 4.615876] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.\n[[0;32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe.\n[ 4.618948] systemd[1]: Listening on LVM2 metadata daemon socket.\n[[0;32m OK [0m] Listening on LVM2 metadata daemon socket.\n[ 4.621685] systemd[1]: Listening on LVM2 poll daemon socket.\n[[0;32m OK [0m] Listening on LVM2 poll daemon socket.\n[ 4.624329] systemd[1]: Listening on Journal Socket (/dev/log).\n[[0;32m OK [0m] Listening on Journal Socket (/dev/log).\n[ 4.627021] systemd[1]: Reached target Swap.\n[[0;32m OK [0m] Reached target Swap.\n[ 4.629138] 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.632484] systemd[1]: Reached target User and Group Name Lookups.\n[[0;32m OK [0m] Reached target User and Group Name Lookups.\n[ 4.635247] systemd[1]: Listening on Device-mapper event daemon FIFOs.\n[[0;32m OK [0m] Listening on Device-mapper event daemon FIFOs.\n[ 4.638099] systemd[1]: Reached target Encrypted Volumes.\n[[0;32m OK [0m] Reached target Encrypted Volumes.\n[ 4.640585] systemd[1]: Listening on udev Control Socket.\n[[0;32m OK [0m] Listening on udev Control Socket.\n[ 4.643202] systemd[1]: Created slice System Slice.\n[[0;32m OK [0m] Created slice System Slice.\n[ 4.645871] systemd[1]: Starting Remount Root and Kernel File Systems...\n Starting Remount Root and Kernel File Systems...\n[ 4.648918] systemd[1]: Mounting Huge Pages File System...\n Mounting Huge Pages File System...\n[ 4.652674] systemd[1]: Starting Nameserver information manager...\n Starting Nameserver information manager...\n[ 4.657590] systemd[1]: Reached target Slices.\n[[0;32m OK [0m] Reached target Slices.\n[ 4.661253] systemd[1]: Created slice system-serial\\x2dgetty.slice.\n[[0;32m OK [0m] Created slice system-serial\\x2dgetty.slice.\n[ 4.664262] EXT4-fs (vda1): re-mounted. Opts: (null)\n[ 4.665752] 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.672388] systemd[1]: Starting Load Kernel Modules...\n Starting Load Kernel Modules...\n[ 4.676412] systemd[1]: Mounting POSIX Message Queue File System...\n Mounting POSIX Message Queue File System...\n[ 4.680601] systemd[1]: Starting Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling...\n[ 4.684212] Loading iSCSI transport class v2.0-870.\n Starting Monitoring of LVM2 mirrors... dmeventd or progress polling...\n[ 4.691168] iscsi: registered transport (tcp)\n[ 4.692342] systemd[1]: Mounting Debug File System...\n Mounting Debug File System...\n[ 4.696279] systemd[1]: Starting Set console keymap...\n Starting Set console keymap...\n[ 4.699895] systemd[1]: Listening on Journal Audit Socket.\n[[0;32m OK [0m] Listening on Journal Audit Socket.\n[ 4.706784] 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.716331] systemd[1]: Listening on Syslog Socket.\n[[0;32m OK [0m] Listening on Syslog Socket.\n[ 4.718641] systemd[1]: Starting Journal Service...\n Starting Journal Service...\n[ 4.726419] systemd[1]: Starting Uncomplicated firewall...\n Starting Uncomplicated firewall...\n[ 4.729008] systemd[1]: Listening on udev Kernel Socket.\n[[0;32m OK [0m] Listening on udev Kernel Socket.\n[ 4.733952] systemd[1]: Mounted Debug File System.\n[[0;32m OK [0m] Mounted Debug File System.\n[ 4.735882] systemd[1]: Mounted POSIX Message Queue File System.\n[[0;32m OK [0m] Mounted POSIX Message Queue File System.\n[ 4.740861] systemd[1]: Mounted Huge Pages File System.\n[[0;32m OK [0m] Mounted Huge Pages File System.\n[ 4.744901] systemd[1]: Started Remount Root and Kernel File Systems.\n[[0;32m OK [0m] Started Remount Root and Kernel File Systems.\n[ 4.751547] 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.762399] systemd[1]: Started Set console keymap.\n[[0;32m OK [0m] Started Set console keymap.\n[ 4.765368] systemd[1]: Started Uncomplicated firewall.\n[[0;32m OK [0m] Started Uncomplicated firewall.\n[ 4.769171] systemd[1]: Started Nameserver information manager.\n[[0;32m OK [0m] Started Nameserver information manager.\n[ 4.774256] iscsi: registered transport (iser)\n[ 4.775855] systemd[1]: Started Load Kernel Modules.\n[[0;32m OK [0m] Started Load Kernel Modules.\n[ 4.779773] systemd[1]: Started Journal Service.\n[[0;32m OK [0m] Started Journal Service.\n[[0;32m OK [0m] Started LVM2 metadata daemon.\n Mounting FUSE Control File System...\n Starting Apply Kernel Variables...\n Starting Create Static Device Nodes in /dev...\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[[0;32m OK [0m] Mounted FUSE Control File System.\n[[0;32m OK [0m] Started Apply Kernel Variables.\n[[0;32m OK [0m] Started Create Static Device Nodes in /dev.\n[[0;32m OK [0m] Started Load/Save Random Seed.\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 Create Volatile Files and Directories...\n Starting LSB: AppArmor initialization...\n Starting Tell Plymouth To Write Out Runtime Data...\n Starting Commit a transient machine-id on disk...\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[ 6.360075] cloud-init[458]: Cloud-init v. 0.7.9 running 'init-local' at Tue, 04 Sep 2018 12:58:28 +0000. Up 5.68 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[ 8.609342] cloud-init[1021]: Cloud-init v. 0.7.9 running 'init' at Tue, 04 Sep 2018 12:58:30 +0000. Up 7.38 seconds.\n[ 8.611155] cloud-init[1021]: ci-info: ++++++++++++++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++++++++++++++\n[ 8.616311] cloud-init[1021]: ci-info: +--------+------+------------------------------+---------------+-------+-------------------+\n[ 8.618122] cloud-init[1021]: ci-info: | Device | Up | Address | Mask | Scope | Hw-Address |\n[ 8.624115] cloud-init[1021]: ci-info: +--------+------+------------------------------+---------------+-------+-------------------+\n[ 8.625969] cloud-init[1021]: ci-info: | ens3 | True | 10.10.10.11 | 255.255.255.0 | . | fa:16:3e:6b:9d:62 |\n[ 8.632105] cloud-init[1021]: ci-info: | ens3 | True | fe80::f816:3eff:fe6b:9d62/64 | . | link | fa:16:3e:6b:9d:62 |\n[ 8.633948] cloud-init[1021]: ci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . | . |\n[ 8.635755] cloud-init[1021]: ci-info: | lo | True | ::1/128 | . | host | . |\n[ 8.641562] cloud-init[1021]: ci-info: +--------+------+------------------------------+---------------+-------+-------------------+\n[ 8.643381] cloud-init[1021]: ci-info: +++++++++++++++++++++++++++++++Route IPv4 info++++++++++++++++++++++++++++++++\n[ 8.648297] cloud-init[1021]: ci-info: +-------+-----------------+------------+-----------------+-----------+-------+\n[ 8.650001] cloud-init[1021]: ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags |\n[ 8.656095] cloud-init[1021]: ci-info: +-------+-----------------+------------+-----------------+-----------+-------+\n[ 8.657848] cloud-init[1021]: ci-info: | 0 | 0.0.0.0 | 10.10.10.1 | 0.0.0.0 | ens3 | UG |\n[ 8.662510] cloud-init[1021]: ci-info: | 1 | 10.10.10.0 | 0.0.0.0 | 255.255.255.0 | ens3 | U |\n[ 8.664393] cloud-init[1021]: ci-info: | 2 | 169.254.169.254 | 10.10.10.3 | 255.255.255.255 | ens3 | UGH |\n[[0;32m OK [0m] Started Initial cloud-init job (metadata service crawler).\n[[0;32m OK [0m] Reached target Cloud-config availability.\n[[0;32m OK [0m] Reached target Network is Online.\n[ 8.670286] cloud-init[1021]: ci-info: +-------+-----------------+------------+-----------------+-----------+-------+ Starting iSCSI initiator daemon (iscsid)...\n[[0;32m OK [0m] Reached target System Initialization.\n[[0;32m OK [0m] Listening on UUID daemon activation socket.\n[[0;32m OK [0m] \n[ 8.676782] cloud-init[1021]: Generating public/private rsa key pair.\n[ 8.677966] cloud-init[1021]: Your identification has been saved in /etc/ssh/ssh_host_rsa_key.\n[ 8.679444] cloud-init[1021]: Your public key has been saved in /etc/ssh/ssh_host_rsa_key.pub.Started Daily apt activities.\n[[0;32m OK [0m] Listening on ACPID Listen Socket.\n Starting Socket activation for snappy daemon.\n[[0;32m OK [0m] Listening on D-Bus System Message Bus Socket.\n[ 8.684508] cloud-init[1021]: The key fingerprint is:\n[ 8.685865] cloud-init\n[[0;32m OK [0m] Started Timer to automatically refresh installed snaps.[1021]: SHA256:pghZzK1jdnvz60dyw0nA4cvTJ2BA28wpeRux4KClz+Q root@sdnvpn-13-2\n[ 8.690549] cloud-init[1021]: The key's randomart image is:\n[ 8.691393] cloud-init[1021]: +---[RSA 2048]----+\n[[0;32m OK [0m] Started Trigger resolvconf update for networkd DNS.\n[[0;32m OK [0m] Started Daily Cleanup of Temporary Directories.\n[[0;32m OK [0m] Reached target Timers.\n\n[ 8.695498] cloud-init[1021]: | o.+.o. |\n Starting LXD - unix socket.\n[ 8.697383] cloud-init[1021]: | o = o Xo+ |\n[ 8.698768] cloud-init[1021]: | * o = %. |\n[ 8.699810] cloud-init[[0;32m OK [0m] Started ACPI Events Check.\n[[0;32m OK [0m] Reached target Paths.\n[1021]: | o * = *. |\n[[0;32m OK [0m] Listening on Socket activation for snappy daemon.\n[ 8.704071] cloud-init[1021]: | o = E S =oo.. |\n[[0;32m OK [0m] Listening on LXD - unix socket.\n[ 8.708214] cloud-init[1021]: | + + + ..*o |\n[[0;32m OK [0m] Started iSCSI initiator daemon (iscsid).\n[ 8.714721] cloud-init[1021]: | . o o + . |\n[ 8.717600] cloud-init[1021]: | . o . |\n[ 8.720053] cloud-init[1021]: | .+o |\n[ 8.722730] cloud-init[1021]: +----[SHA256]-----+\n Starting Login to default iSCSI targets...\n[ 8.726340] cloud-init[1021]: Generating public/private dsa key pair.\n[[0;32m OK [0m] Reached target Sockets.\n[ 8.728972] cloud-init[1021]: Your identification has been saved in /etc/ssh/ssh_host_dsa_key.\n[[0;32m OK [0m] Reached target Basic System.\n[[0;32m OK [0m] Started Deferred execution scheduler.\n[ 8.732739] cloud-init[1021]: Your public key has been saved in /etc/ssh/ssh_host_dsa_key.pub.\n Starting System Logging Service...\n[ 8.737448] cloud-init[1021]: The key fingerprint is:\n Starting LSB: MD monitoring daemon...\n[ 8.741461] cloud-init[1021]: SHA256:E1cYNTjbTwF/qViJzfROZCjXe90rcKAeRkUyVm0n1KQ root@sdnvpn-13-2 Starting /etc/rc.local Compatibility...\n[[0;32m OK [0m] Started D-Bus System Message Bus.\n\n[ 8.747889] cloud-init[1021]: The key's randomart image is:\n[ 8.753769] cloud-init[1021]: +---[DSA 1024]----+\n[ 8.756056] cloud-init[1021]: | +=OB+=+ |\n[ 8.757684] cloud-init[1021]: | ..*+=OB+.|\n[ 8.758877] cloud-init[1021]: | o o==E+==|\n[ 8.760812] cloud-init[1021]: | *..+.=o+|\n[ 8.762018] cloud-init[1021]: | S ..o+ .o|\n[ 8.763487] cloud-init[1021]: | o ... |\n[ 8.764732] cloud-init[1021]: | . |\n[ 8.766006] cloud-init[1021]: | |\n[ 8.767629] cloud-init[1021]: | |\n[ 8.769123] cloud-init[1021]: +----[SHA256]-----+\n[ 8.770483] cloud-init[1021]: Generating public/private ecdsa key pair.\n[ 8.772026] cloud-init[1021]: Your identification has been saved in /etc/ssh/ssh_host_ecdsa_key.\n[ 8.773777] cloud-init[1021]: Your public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub.\n[ 8.775391] cloud-init[1021]: The key fingerprint is:\n[ 8.776668] cloud-init Starting Login Service...\n[1021]: SHA256:xkdeMML+igAzh/EaXN8/YlDaZ05vSa66eHa7OuCXrSo root@sdnvpn-13-2[[0;32m OK [0m] Started ACPI event daemon.\n Starting LSB: Record successful boot for GRUB...\n[[0;32m OK [0m] Started Regular background program processing daemon.\n Starting Accounts Service...\n[[0;32m OK [0m] Started FUSE filesystem for LXC.\n \n[ 8.789007] cloud-init[1021]: The key's randomart image is:\n[ 8.792887] Starting LXD - container startup/shutdown...\ncloud-init Starting Apply the settings specified in cloud-config...\n Starting Pollinate to seed the pseudo random number generator...\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 System Logging Service.\n[1021]: [[0;32m OK [0m] Started Login to default iSCSI targets.\n+---[ECDSA 256]---+[[0;32m OK [0m] Started LSB: MD monitoring daemon.\n\n[ 8.892481] cloud-init[1021]: | .. o |\n[ 8.914106] [[0;32m OK [0m] Started Auto import assertions from block devices.\ncloud-init[1021]: | . . o. o |\n[ 8.928184] [[0;32m OK [0m] Started LSB: Record successful boot for GRUB.\ncloud-init[1021]: | . = . * . . |[[0;32m OK [0m] Started Login Service.\n 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[ 8.944991] cloud-init[1021]: | B o +.+o+.. |\n\n Starting LSB: automatic crash report generation...\n [ 8.952837] Starting LSB: Set the CPU Frequency Scaling governor to \"ondemand\"...\n Starting Permit User Sessions...\n Starting LSB: start and stop the Quagga routing suite...\n Starting LSB: daemon to balance interrupts for SMP systems...\n[[0;32m OK [0m] Started Permit User Sessions.\ncloud-init[1021]: | B .SBo+ . |[[0;32m OK [0m] Started Authenticate and Authorize Users to Run Privileged Tasks.\n\n[[0;32m OK [0m] Started Accounts Service.\n 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 LSB: Set the CPU Frequency Scaling governor to \"ondemand\".\n[[0;32m OK [0m] Started Hold until boot process finishes up.\n[ 9.036890] cloud-init[1021]: | . . ..o.= = |\n[[0;32m OK [0m] Started LSB: automatic crash report generation.\n[[0;32m OK [0m] Started LSB: daemon to balance interrupts for SMP systems.\n[[0;32m OK [0m] Started Terminate Plymouth Boot Screen.\n[ 9.051126] cloud-init[1021]: | o + = + |\n[[0;32m OK [0m] Started Getty on tty1.\n[ 9.064755] Starting Set console scheme...\n[[0;32m OK [0m] Started Serial Getty on ttyS0.\ncloud-init[1021]: [[0;32m OK [0m] Reached target Login Prompts.\n| E o.B + |[[0;32m OK [0m] Started Set console scheme.\n\n[ 9.091440] cloud-init[1021]: | .o==Boo |\n[ 9.098214] cloud-init[1021]: +----[SHA256]-----+\n[ 9.104174] cloud-init[1021]: Generating public/private ed25519 key pair.\n[[0;32m OK [0m] Started LSB: start and stop the Quagga routing suite.\n[ 9.110692] cloud-init[1021]: Your identification has been saved in /etc/ssh/ssh_host_ed25519_key.\n[ 9.116207] cloud-init[1021]: Your public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub.\n[ 9.124092] cloud-init[1021]: The key fingerprint is:\n[ 9.125201] cloud-init[1021]: SHA256:PLNwyo831dX1+ten50UJVyzS7przEAOV4VzKqFrr3hI root@sdnvpn-13-2\n[ 9.128085] cloud-init[1021]: The key's randomart image is:\n[ 9.132083] cloud-init[1021]: +--[ED25519 256]--+\n[ 9.136082] cloud-init[1021]: | o+...|\n[ 9.137157] cloud-init[1021]: | *ooo +|\n[ 9.144069] cloud-init[1021]: | o =+ +o|\n[ 9.145134] cloud-init[1021]: | . . . = +|\n[ 9.148081] cloud-init[1021]: | . S .oo o.|\n[ 9.149131] cloud-init[1021]: | . *E=. .oo. |\n[ 9.153384] cloud-init[1021]: | + oo .o .o|\n[ 9.154458] cloud-init[1021]: | ++. +. B|\n[ 9.160955] cloud-init[1021]: | .o+o. oo++|\n[ 9.162273] cloud-init[1021]: +----[SHA256]-----+\n[ 9.404024] cloud-init[1157]: Generating locales (this might take a while)...\n[ 9.978415] cloud-init[1157]: en_US.UTF-8... done\n[ 9.980489] cloud-init[1157]: Generation complete.\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[[0;32m OK [0m] Started Update UTMP about System Runlevel Changes.\n[ 10.374051] cloud-init[1157]: Cloud-init v. 0.7.9 running 'modules:config' at Tue, 04 Sep 2018 12:58:32 +0000. Up 9.33 seconds.\n[[0;32m OK [0m] Started Apply the settings specified in cloud-config.\n Starting Execute cloud user/final scripts...\n[ 10.679384] cloud-init[1392]: + sudo useradd -m sdnvpn\n[ 10.737681] cloud-init[1392]: sudo: unable to resolve host sdnvpn-13-2\n[ 11.012678] cloud-init[1392]: + sudo adduser sdnvpn sudo\n[ 11.065852] cloud-init[1392]: sudo: unable to resolve host sdnvpn-13-2\n[ 11.101327] cloud-init[1392]: Adding user `sdnvpn' to group `sudo' ...\n[ 11.104862] cloud-init[1392]: Adding user sdnvpn to group sudo\n[ 11.181258] cloud-init[1392]: Done.\n[ 11.183101] cloud-init[1392]: + chpasswd\n[ 11.184535] cloud-init[1392]: + sudo echo sdnvpn:opnfv\n[ 11.229769] cloud-init[1392]: sudo: unable to resolve host sdnvpn-13-2\n[ 11.258359] cloud-init[1392]: + sleep 20\n"} 2018-09-04 12:58:34,940 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/c212b18a-ff6b-4fbf-aec6-9568bfc6540c/action used request id req-7959137e-cad4-41a4-8a18-424c3158bf21 2018-09-04 12:58:36,956 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/servers/c212b18a-ff6b-4fbf-aec6-9568bfc6540c/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ab5126137b3fe72606662406b8efdeedf6bc3f78" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-04 12:58:38,028 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12:58: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-0eb0f3aa-8514-42a1-961f-ad6dfae1ce75 x-compute-request-id: req-0eb0f3aa-8514-42a1-961f-ad6dfae1ce75 Content-Encoding: gzip Content-Length: 13538 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup 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 729360673 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 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.135063] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.136751] pid_max: default: 32768 minimum: 301\n[ 0.137659] ACPI: Core revision 20150930\n[ 0.139044] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.140378] Security Framework initialized\n[ 0.141208] Yama: becoming mindful.\n[ 0.141950] AppArmor: AppArmor initialized\n[ 0.142848] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.144276] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.145958] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.147202] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.148614] Initializing cgroup subsys io\n[ 0.149446] Initializing cgroup subsys memory\n[ 0.150329] Initializing cgroup subsys devices\n[ 0.151210] Initializing cgroup subsys freezer\n[ 0.152091] Initializing cgroup subsys net_cls\n[ 0.152978] Initializing cgroup subsys perf_event\n[ 0.153904] Initializing cgroup subsys net_prio\n[ 0.154805] Initializing cgroup subsys hugetlb\n[ 0.155690] Initializing cgroup subsys pids\n[ 0.156585] CPU: Physical Processor ID: 0\n[ 0.158088] mce: CPU supports 10 MCE banks\n[ 0.158954] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.159986] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.171235] Freeing SMP alternatives memory: 32K (ffffffff820b9000 - ffffffff820c1000)\n[ 0.177715] ftrace: allocating 32123 entries in 126 pages\n[ 0.204267] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.205506] smpboot: Max logical packages: 1\n[ 0.206530] x2apic enabled\n[ 0.207351] Switched APIC routing to physical x2apic.\n[ 0.209123] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.210279] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.212319] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.214134] KVM setup paravirtual spinlock\n[ 0.215451] x86: Booted up 1 node, 1 CPUs\n[ 0.216279] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.217694] devtmpfs: initialized\n[ 0.220190] evm: security.selinux\n[ 0.220921] evm: security.SMACK64\n[ 0.221630] evm: security.SMACK64EXEC\n[ 0.222386] evm: security.SMACK64TRANSMUTE\n[ 0.223217] evm: security.SMACK64MMAP\n[ 0.223975] evm: security.ima\n[ 0.224644] evm: security.capability\n[ 0.225463] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.227367] pinctrl core: initialized pinctrl subsystem\n[ 0.228484] RTC time: 12:58:22, date: 09/04/18\n[ 0.229444] NET: Registered protocol family 16\n[ 0.230435] cpuidle: using governor ladder\n[ 0.231273] cpuidle: using governor menu\n[ 0.232080] PCCT header not found.\n[ 0.232857] ACPI: bus type PCI registered\n[ 0.233686] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.234953] PCI: Using configuration type 1 for base access\n[ 0.237153] ACPI: Added _OSI(Module Device)\n[ 0.238019] ACPI: Added _OSI(Processor Device)\n[ 0.238908] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.239814] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.241947] ACPI: Interpreter enabled\n[ 0.242718] ACPI: (supports S0 S5)\n[ 0.243425] ACPI: Using IOAPIC for interrupt routing\n[ 0.244377] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.247480] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.248623] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249864] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.251066] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.253414] acpiphp: Slot [3] registered\n[ 0.254217] acpiphp: Slot [4] registered\n[ 0.255037] acpiphp: Slot [5] registered\n[ 0.255865] acpiphp: Slot [6] registered\n[ 0.256674] acpiphp: Slot [7] registered\n[ 0.257479] acpiphp: Slot [8] registered\n[ 0.258292] acpiphp: Slot [9] registered\n[ 0.259093] acpiphp: Slot [10] registered\n[ 0.259921] acpiphp: Slot [11] registered\n[ 0.260742] acpiphp: Slot [12] registered\n[ 0.261568] acpiphp: Slot [13] registered\n[ 0.262388] acpiphp: Slot [14] registered\n[ 0.273633] acpiphp: Slot [15] registered\n[ 0.274450] acpiphp: Slot [16] registered\n[ 0.275261] acpiphp: Slot [17] registered\n[ 0.276070] acpiphp: Slot [18] registered\n[ 0.276885] acpiphp: Slot [19] registered\n[ 0.277704] acpiphp: Slot [20] registered\n[ 0.278515] acpiphp: Slot [21] registered\n[ 0.279331] acpiphp: Slot [22] registered\n[ 0.280143] acpiphp: Slot [23] registered\n[ 0.280953] acpiphp: Slot [24] registered\n[ 0.281778] acpiphp: Slot [25] registered\n[ 0.282601] acpiphp: Slot [26] registered\n[ 0.283410] acpiphp: Slot [27] registered\n[ 0.284221] acpiphp: Slot [28] registered\n[ 0.285029] acpiphp: Slot [29] registered\n[ 0.285850] acpiphp: Slot [30] registered\n[ 0.286665] acpiphp: Slot [31] registered\n[ 0.287473] PCI host bridge to bus 0000:00\n[ 0.288288] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.289503] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.290723] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.292174] pci_bus 0000:00: root bus resource [mem 0x40000000-0xfebfffff window]\n[ 0.293631] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.299996] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.301286] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.302462] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.303727] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.310285] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.311719] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.358598] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.360112] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.361554] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.362973] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.364370] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.365637] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.366806] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.368077] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.369637] vgaarb: loaded\n[ 0.370242] vgaarb: bridge control possible 0000:00:02.0\n[ 0.371388] SCSI subsystem initialized\n[ 0.372201] ACPI: bus type USB registered\n[ 0.373020] usbcore: registered new interface driver usbfs\n[ 0.374057] usbcore: registered new interface driver hub\n[ 0.375067] usbcore: registered new device driver usb\n[ 0.376129] PCI: Using ACPI for IRQ routing\n[ 0.377176] NetLabel: Initializing\n[ 0.377895] NetLabel: domain hash size = 128\n[ 0.378753] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.379712] NetLabel: unlabeled traffic allowed by default\n[ 0.380804] amd_nb: Cannot enumerate AMD northbridges\n[ 0.381776] clocksource: Switched to clocksource kvm-clock\n[ 0.387209] AppArmor: AppArmor Filesystem Enabled\n[ 0.388181] pnp: PnP ACPI init\n[ 0.389098] pnp: PnP ACPI: found 5 devices\n[ 0.395153] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.396875] NET: Registered protocol family 2\n[ 0.397838] TCP established hash table entries: 8192 (order: 4, 65536 bytes)\n[ 0.399120] TCP bind hash table entries: 8192 (order: 5, 131072 bytes)\n[ 0.400318] TCP: Hash tables configured (established 8192 bind 8192)\n[ 0.401501] UDP hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.402603] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.403790] NET: Registered protocol family 1\n[ 0.404664] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.405789] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.406876] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.420954] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.435575] Trying to unpack rootfs image as initramfs...\n[ 1.721909] Freeing initrd memory: 10832K (ffff880036ac8000 - ffff88003755c000)\n[ 1.737325] Scanning for low memory corruption every 60 seconds\n[ 1.738837] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 1.740006] audit: initializing netlink subsys (disabled)\n[ 1.741059] audit: type=2000 audit(1536065904.441:1): initialized\n[ 1.742412] Initialise system trusted keyring\n[ 1.743359] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 1.744553] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 1.746576] zbud: loaded\n[ 1.747301] VFS: Disk quotas dquot_6.6.0\n[ 1.748131] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 1.749562] squashfs: version 4.0 (2009/01/31) Phillip Lougher\n[ 1.750814] fuse init (API version 7.23)\n[ 1.751712] Key type big_key registered\n[ 1.752520] Allocating IMA MOK and blacklist keyrings.\n[ 1.753643] Key type asymmetric registered\n[ 1.754500] Asymmetric key parser 'x509' registered\n[ 1.755473] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 1.756959] io scheduler noop registered\n[ 1.757768] io scheduler deadline registered (default)\n[ 1.758782] io scheduler cfq registered\n[ 1.759640] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 1.760709] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 1.762006] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 1.763485] ACPI: Power Button [PWRF]\n[ 1.764337] GHES: HEST is not enabled!\n[ 1.778320] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 1.807046] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 1.809448] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 1.833429] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 1.835548] Linux agpgart interface v0.103\n[ 1.837563] brd: module loaded\n[ 1.838831] loop: module loaded\n[ 1.840539] vda: vda1\n[ 1.841893] scsi host0: ata_piix\n[ 1.842646] scsi host1: ata_piix\n[ 1.843376] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 1.844623] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 1.846107] libphy: Fixed MDIO Bus: probed\n[ 1.846949] tun: Universal TUN/TAP device driver, 1.6\n[ 1.847931] tun: (C) 1999-2004 Max Krasnyansky \n[ 1.850127] PPP generic driver version 2.4.2\n[ 1.851041] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 1.852347] ehci-pci: EHCI PCI platform driver\n[ 1.853236] ehci-platform: EHCI generic platform driver\n[ 1.854257] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 1.855419] ohci-pci: OHCI PCI platform driver\n[ 1.856315] ohci-platform: OHCI generic platform driver\n[ 1.857326] uhci_hcd: USB Universal Host Controller Interface driver\n[ 1.871818] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 1.872832] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 1.874322] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 1.875380] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 1.876522] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 1.877782] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 1.879236] usb usb1: Product: UHCI Host Controller\n[ 1.880185] usb usb1: Manufacturer: Linux 4.4.0-66-generic uhci_hcd\n[ 1.881354] usb usb1: SerialNumber: 0000:00:01.2\n[ 1.882389] hub 1-0:1.0: USB hub found\n[ 1.883186] hub 1-0:1.0: 2 ports detected\n[ 1.884118] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 1.886286] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 1.887259] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 1.888309] mousedev: PS/2 mouse device common for all mice\n[ 1.889619] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 1.891506] rtc_cmos 00:00: RTC can wake from S4\n[ 1.892630] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 1.893861] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 1.895077] i2c /dev entries driver\n[ 1.895844] device-mapper: uevent: version 1.0.3\n[ 1.896791] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 1.898461] ledtrig-cpu: registered to indicate activity on CPUs\n[ 1.899767] NET: Registered protocol family 10\n[ 1.900789] NET: Registered protocol family 17\n[ 1.901708] Key type dns_resolver registered\n[ 1.902669] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 1.903779] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 1.905555] registered taskstats version 1\n[ 1.906419] Loading compiled-in X.509 certificates\n[ 1.907876] Loaded X.509 cert 'Build time autogenerated kernel key: 32ca4feee90b5cde51f5f8c0e024b22f8c679982'\n[ 1.909761] zswap: loaded using pool lzo/zbud\n[ 1.911566] Key type trusted registered\n[ 1.913847] Key type encrypted registered\n[ 1.914694] AppArmor: AppArmor sha1 policy hashing enabled\n[ 1.915754] ima: No TPM chip found, activating TPM-bypass!\n[ 1.916812] evm: HMAC attrs: 0x1\n[ 1.917758] Magic number: 2:34:986\n[ 1.918606] rtc_cmos 00:00: setting system clock to 2018-09-04 12:58:24 UTC (1536065904)\n[ 1.920246] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 1.921382] EDD information not available.\n[ 2.002490] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 2.003949] ata1.00: configured for MWDMA2\n[ 2.005169] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 2.007419] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 2.008671] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 2.020479] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 2.022385] Freeing unused kernel memory: 1488K (ffffffff81f45000 - ffffffff820b9000)\n[ 2.023955] Write protecting the kernel read-only data: 14336k\n[ 2.025526] Freeing unused kernel memory: 1776K (ffff880001844000 - ffff880001a00000)\n[ 2.027278] Freeing unused kernel memory: 116K (ffff880001de3000 - ffff880001e00000)\nLoading, please wait...\nstarting version 229\n[ 2.035970] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.038054] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.039981] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.041884] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.043756] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.045805] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.047651] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.049469] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.051674] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.053506] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.083252] virtio_net virtio0 ens3: renamed from eth0\n[ 2.090390] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input4\n[ 2.094243] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3\n[ 2.117221] AVX2 version of gcm_enc/dec engaged.\n[ 2.118324] AES CTR mode by8 optimization enabled\n[ 2.122132] FDC 0 is a S82078B\n[ 2.193856] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 2.358356] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 2.359688] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 2.361026] usb 1-1: Product: QEMU USB Tablet\n[ 2.361931] usb 1-1: Manufacturer: QEMU\n[ 2.362756] usb 1-1: SerialNumber: 42\n[ 2.369924] hidraw: raw HID events driver (C) Jiri Kosina\n[ 2.375666] usbcore: registered new interface driver usbhid\n[ 2.376844] usbhid: USB HID core driver\n[ 2.379557] 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.381904] 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.734031] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3255787006b, max_idle_ns: 440795244845 ns\nBegin: Loading essential drivers ... [ 3.641757] md: linear personality registered for level -1\n[ 3.644743] md: multipath personality registered for level -4\n[ 3.647764] md: raid0 personality registered for level 0\n[ 3.651043] md: raid1 personality registered for level 1\n[ 3.721782] raid6: sse2x1 gen() 11421 MB/s\n[ 3.789778] raid6: sse2x1 xor() 8909 MB/s\n[ 3.857782] raid6: sse2x2 gen() 14477 MB/s\n[ 3.925780] raid6: sse2x2 xor() 9969 MB/s\n[ 3.993781] raid6: sse2x4 gen() 16664 MB/s\n[ 4.061778] raid6: sse2x4 xor() 11527 MB/s\n[ 4.129779] raid6: avx2x1 gen() 22357 MB/s\n[ 4.197778] raid6: avx2x2 gen() 25796 MB/s\n[ 4.265779] raid6: avx2x4 gen() 28462 MB/s\n[ 4.266682] raid6: using algorithm avx2x4 gen() 28462 MB/s\n[ 4.267745] raid6: using avx2x2 recovery algorithm\n[ 4.270071] xor: automatically using best checksumming function:\n[ 4.309778] avx : 36112.000 MB/sec\n[ 4.311932] async_tx: api initialized (async)\n[ 4.321413] md: raid6 personality registered for level 6\n[ 4.322494] md: raid5 personality registered for level 5\n[ 4.323527] md: raid4 personality registered for level 4\n[ 4.328037] 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.352987] Btrfs loaded\nScanning for Btrfs filesystems\ndone.\nWarning: fsck not present, so skipping root file system\n[ 4.383855] 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.484723] 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.488045] systemd[1]: Detected virtualization kvm.\n[ 4.489079] systemd[1]: Detected architecture x86-64.\n\nWelcome to [1mUbuntu 16.04.2 LTS[0m!\n\n[ 4.492747] systemd[1]: Set hostname to .\n[ 4.497452] systemd[1]: Initializing machine ID from KVM UUID.\n[ 4.498691] systemd[1]: Installed transient /etc/machine-id file.\n[ 4.611272] systemd[1]: Listening on Journal Socket.\n[[0;32m OK [0m] Listening on Journal Socket.\n[ 4.613521] systemd[1]: Created slice User and Session Slice.\n[[0;32m OK [0m] Created slice User and Session Slice.\n[ 4.615876] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.\n[[0;32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe.\n[ 4.618948] systemd[1]: Listening on LVM2 metadata daemon socket.\n[[0;32m OK [0m] Listening on LVM2 metadata daemon socket.\n[ 4.621685] systemd[1]: Listening on LVM2 poll daemon socket.\n[[0;32m OK [0m] Listening on LVM2 poll daemon socket.\n[ 4.624329] systemd[1]: Listening on Journal Socket (/dev/log).\n[[0;32m OK [0m] Listening on Journal Socket (/dev/log).\n[ 4.627021] systemd[1]: Reached target Swap.\n[[0;32m OK [0m] Reached target Swap.\n[ 4.629138] 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.632484] systemd[1]: Reached target User and Group Name Lookups.\n[[0;32m OK [0m] Reached target User and Group Name Lookups.\n[ 4.635247] systemd[1]: Listening on Device-mapper event daemon FIFOs.\n[[0;32m OK [0m] Listening on Device-mapper event daemon FIFOs.\n[ 4.638099] systemd[1]: Reached target Encrypted Volumes.\n[[0;32m OK [0m] Reached target Encrypted Volumes.\n[ 4.640585] systemd[1]: Listening on udev Control Socket.\n[[0;32m OK [0m] Listening on udev Control Socket.\n[ 4.643202] systemd[1]: Created slice System Slice.\n[[0;32m OK [0m] Created slice System Slice.\n[ 4.645871] systemd[1]: Starting Remount Root and Kernel File Systems...\n Starting Remount Root and Kernel File Systems...\n[ 4.648918] systemd[1]: Mounting Huge Pages File System...\n Mounting Huge Pages File System...\n[ 4.652674] systemd[1]: Starting Nameserver information manager...\n Starting Nameserver information manager...\n[ 4.657590] systemd[1]: Reached target Slices.\n[[0;32m OK [0m] Reached target Slices.\n[ 4.661253] systemd[1]: Created slice system-serial\\x2dgetty.slice.\n[[0;32m OK [0m] Created slice system-serial\\x2dgetty.slice.\n[ 4.664262] EXT4-fs (vda1): re-mounted. Opts: (null)\n[ 4.665752] 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.672388] systemd[1]: Starting Load Kernel Modules...\n Starting Load Kernel Modules...\n[ 4.676412] systemd[1]: Mounting POSIX Message Queue File System...\n Mounting POSIX Message Queue File System...\n[ 4.680601] systemd[1]: Starting Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling...\n[ 4.684212] Loading iSCSI transport class v2.0-870.\n Starting Monitoring of LVM2 mirrors... dmeventd or progress polling...\n[ 4.691168] iscsi: registered transport (tcp)\n[ 4.692342] systemd[1]: Mounting Debug File System...\n Mounting Debug File System...\n[ 4.696279] systemd[1]: Starting Set console keymap...\n Starting Set console keymap...\n[ 4.699895] systemd[1]: Listening on Journal Audit Socket.\n[[0;32m OK [0m] Listening on Journal Audit Socket.\n[ 4.706784] 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.716331] systemd[1]: Listening on Syslog Socket.\n[[0;32m OK [0m] Listening on Syslog Socket.\n[ 4.718641] systemd[1]: Starting Journal Service...\n Starting Journal Service...\n[ 4.726419] systemd[1]: Starting Uncomplicated firewall...\n Starting Uncomplicated firewall...\n[ 4.729008] systemd[1]: Listening on udev Kernel Socket.\n[[0;32m OK [0m] Listening on udev Kernel Socket.\n[ 4.733952] systemd[1]: Mounted Debug File System.\n[[0;32m OK [0m] Mounted Debug File System.\n[ 4.735882] systemd[1]: Mounted POSIX Message Queue File System.\n[[0;32m OK [0m] Mounted POSIX Message Queue File System.\n[ 4.740861] systemd[1]: Mounted Huge Pages File System.\n[[0;32m OK [0m] Mounted Huge Pages File System.\n[ 4.744901] systemd[1]: Started Remount Root and Kernel File Systems.\n[[0;32m OK [0m] Started Remount Root and Kernel File Systems.\n[ 4.751547] 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.762399] systemd[1]: Started Set console keymap.\n[[0;32m OK [0m] Started Set console keymap.\n[ 4.765368] systemd[1]: Started Uncomplicated firewall.\n[[0;32m OK [0m] Started Uncomplicated firewall.\n[ 4.769171] systemd[1]: Started Nameserver information manager.\n[[0;32m OK [0m] Started Nameserver information manager.\n[ 4.774256] iscsi: registered transport (iser)\n[ 4.775855] systemd[1]: Started Load Kernel Modules.\n[[0;32m OK [0m] Started Load Kernel Modules.\n[ 4.779773] systemd[1]: Started Journal Service.\n[[0;32m OK [0m] Started Journal Service.\n[[0;32m OK [0m] Started LVM2 metadata daemon.\n Mounting FUSE Control File System...\n Starting Apply Kernel Variables...\n Starting Create Static Device Nodes in /dev...\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[[0;32m OK [0m] Mounted FUSE Control File System.\n[[0;32m OK [0m] Started Apply Kernel Variables.\n[[0;32m OK [0m] Started Create Static Device Nodes in /dev.\n[[0;32m OK [0m] Started Load/Save Random Seed.\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 Create Volatile Files and Directories...\n Starting LSB: AppArmor initialization...\n Starting Tell Plymouth To Write Out Runtime Data...\n Starting Commit a transient machine-id on disk...\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[ 6.360075] cloud-init[458]: Cloud-init v. 0.7.9 running 'init-local' at Tue, 04 Sep 2018 12:58:28 +0000. Up 5.68 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[ 8.609342] cloud-init[1021]: Cloud-init v. 0.7.9 running 'init' at Tue, 04 Sep 2018 12:58:30 +0000. Up 7.38 seconds.\n[ 8.611155] cloud-init[1021]: ci-info: ++++++++++++++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++++++++++++++\n[ 8.616311] cloud-init[1021]: ci-info: +--------+------+------------------------------+---------------+-------+-------------------+\n[ 8.618122] cloud-init[1021]: ci-info: | Device | Up | Address | Mask | Scope | Hw-Address |\n[ 8.624115] cloud-init[1021]: ci-info: +--------+------+------------------------------+---------------+-------+-------------------+\n[ 8.625969] cloud-init[1021]: ci-info: | ens3 | True | 10.10.10.11 | 255.255.255.0 | . | fa:16:3e:6b:9d:62 |\n[ 8.632105] cloud-init[1021]: ci-info: | ens3 | True | fe80::f816:3eff:fe6b:9d62/64 | . | link | fa:16:3e:6b:9d:62 |\n[ 8.633948] cloud-init[1021]: ci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . | . |\n[ 8.635755] cloud-init[1021]: ci-info: | lo | True | ::1/128 | . | host | . |\n[ 8.641562] cloud-init[1021]: ci-info: +--------+------+------------------------------+---------------+-------+-------------------+\n[ 8.643381] cloud-init[1021]: ci-info: +++++++++++++++++++++++++++++++Route IPv4 info++++++++++++++++++++++++++++++++\n[ 8.648297] cloud-init[1021]: ci-info: +-------+-----------------+------------+-----------------+-----------+-------+\n[ 8.650001] cloud-init[1021]: ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags |\n[ 8.656095] cloud-init[1021]: ci-info: +-------+-----------------+------------+-----------------+-----------+-------+\n[ 8.657848] cloud-init[1021]: ci-info: | 0 | 0.0.0.0 | 10.10.10.1 | 0.0.0.0 | ens3 | UG |\n[ 8.662510] cloud-init[1021]: ci-info: | 1 | 10.10.10.0 | 0.0.0.0 | 255.255.255.0 | ens3 | U |\n[ 8.664393] cloud-init[1021]: ci-info: | 2 | 169.254.169.254 | 10.10.10.3 | 255.255.255.255 | ens3 | UGH |\n[[0;32m OK [0m] Started Initial cloud-init job (metadata service crawler).\n[[0;32m OK [0m] Reached target Cloud-config availability.\n[[0;32m OK [0m] Reached target Network is Online.\n[ 8.670286] cloud-init[1021]: ci-info: +-------+-----------------+------------+-----------------+-----------+-------+ Starting iSCSI initiator daemon (iscsid)...\n[[0;32m OK [0m] Reached target System Initialization.\n[[0;32m OK [0m] Listening on UUID daemon activation socket.\n[[0;32m OK [0m] \n[ 8.676782] cloud-init[1021]: Generating public/private rsa key pair.\n[ 8.677966] cloud-init[1021]: Your identification has been saved in /etc/ssh/ssh_host_rsa_key.\n[ 8.679444] cloud-init[1021]: Your public key has been saved in /etc/ssh/ssh_host_rsa_key.pub.Started Daily apt activities.\n[[0;32m OK [0m] Listening on ACPID Listen Socket.\n Starting Socket activation for snappy daemon.\n[[0;32m OK [0m] Listening on D-Bus System Message Bus Socket.\n[ 8.684508] cloud-init[1021]: The key fingerprint is:\n[ 8.685865] cloud-init\n[[0;32m OK [0m] Started Timer to automatically refresh installed snaps.[1021]: SHA256:pghZzK1jdnvz60dyw0nA4cvTJ2BA28wpeRux4KClz+Q root@sdnvpn-13-2\n[ 8.690549] cloud-init[1021]: The key's randomart image is:\n[ 8.691393] cloud-init[1021]: +---[RSA 2048]----+\n[[0;32m OK [0m] Started Trigger resolvconf update for networkd DNS.\n[[0;32m OK [0m] Started Daily Cleanup of Temporary Directories.\n[[0;32m OK [0m] Reached target Timers.\n\n[ 8.695498] cloud-init[1021]: | o.+.o. |\n Starting LXD - unix socket.\n[ 8.697383] cloud-init[1021]: | o = o Xo+ |\n[ 8.698768] cloud-init[1021]: | * o = %. |\n[ 8.699810] cloud-init[[0;32m OK [0m] Started ACPI Events Check.\n[[0;32m OK [0m] Reached target Paths.\n[1021]: | o * = *. |\n[[0;32m OK [0m] Listening on Socket activation for snappy daemon.\n[ 8.704071] cloud-init[1021]: | o = E S =oo.. |\n[[0;32m OK [0m] Listening on LXD - unix socket.\n[ 8.708214] cloud-init[1021]: | + + + ..*o |\n[[0;32m OK [0m] Started iSCSI initiator daemon (iscsid).\n[ 8.714721] cloud-init[1021]: | . o o + . |\n[ 8.717600] cloud-init[1021]: | . o . |\n[ 8.720053] cloud-init[1021]: | .+o |\n[ 8.722730] cloud-init[1021]: +----[SHA256]-----+\n Starting Login to default iSCSI targets...\n[ 8.726340] cloud-init[1021]: Generating public/private dsa key pair.\n[[0;32m OK [0m] Reached target Sockets.\n[ 8.728972] cloud-init[1021]: Your identification has been saved in /etc/ssh/ssh_host_dsa_key.\n[[0;32m OK [0m] Reached target Basic System.\n[[0;32m OK [0m] Started Deferred execution scheduler.\n[ 8.732739] cloud-init[1021]: Your public key has been saved in /etc/ssh/ssh_host_dsa_key.pub.\n Starting System Logging Service...\n[ 8.737448] cloud-init[1021]: The key fingerprint is:\n Starting LSB: MD monitoring daemon...\n[ 8.741461] cloud-init[1021]: SHA256:E1cYNTjbTwF/qViJzfROZCjXe90rcKAeRkUyVm0n1KQ root@sdnvpn-13-2 Starting /etc/rc.local Compatibility...\n[[0;32m OK [0m] Started D-Bus System Message Bus.\n\n[ 8.747889] cloud-init[1021]: The key's randomart image is:\n[ 8.753769] cloud-init[1021]: +---[DSA 1024]----+\n[ 8.756056] cloud-init[1021]: | +=OB+=+ |\n[ 8.757684] cloud-init[1021]: | ..*+=OB+.|\n[ 8.758877] cloud-init[1021]: | o o==E+==|\n[ 8.760812] cloud-init[1021]: | *..+.=o+|\n[ 8.762018] cloud-init[1021]: | S ..o+ .o|\n[ 8.763487] cloud-init[1021]: | o ... |\n[ 8.764732] cloud-init[1021]: | . |\n[ 8.766006] cloud-init[1021]: | |\n[ 8.767629] cloud-init[1021]: | |\n[ 8.769123] cloud-init[1021]: +----[SHA256]-----+\n[ 8.770483] cloud-init[1021]: Generating public/private ecdsa key pair.\n[ 8.772026] cloud-init[1021]: Your identification has been saved in /etc/ssh/ssh_host_ecdsa_key.\n[ 8.773777] cloud-init[1021]: Your public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub.\n[ 8.775391] cloud-init[1021]: The key fingerprint is:\n[ 8.776668] cloud-init Starting Login Service...\n[1021]: SHA256:xkdeMML+igAzh/EaXN8/YlDaZ05vSa66eHa7OuCXrSo root@sdnvpn-13-2[[0;32m OK [0m] Started ACPI event daemon.\n Starting LSB: Record successful boot for GRUB...\n[[0;32m OK [0m] Started Regular background program processing daemon.\n Starting Accounts Service...\n[[0;32m OK [0m] Started FUSE filesystem for LXC.\n \n[ 8.789007] cloud-init[1021]: The key's randomart image is:\n[ 8.792887] Starting LXD - container startup/shutdown...\ncloud-init Starting Apply the settings specified in cloud-config...\n Starting Pollinate to seed the pseudo random number generator...\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 System Logging Service.\n[1021]: [[0;32m OK [0m] Started Login to default iSCSI targets.\n+---[ECDSA 256]---+[[0;32m OK [0m] Started LSB: MD monitoring daemon.\n\n[ 8.892481] cloud-init[1021]: | .. o |\n[ 8.914106] [[0;32m OK [0m] Started Auto import assertions from block devices.\ncloud-init[1021]: | . . o. o |\n[ 8.928184] [[0;32m OK [0m] Started LSB: Record successful boot for GRUB.\ncloud-init[1021]: | . = . * . . |[[0;32m OK [0m] Started Login Service.\n 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[ 8.944991] cloud-init[1021]: | B o +.+o+.. |\n\n Starting LSB: automatic crash report generation...\n [ 8.952837] Starting LSB: Set the CPU Frequency Scaling governor to \"ondemand\"...\n Starting Permit User Sessions...\n Starting LSB: start and stop the Quagga routing suite...\n Starting LSB: daemon to balance interrupts for SMP systems...\n[[0;32m OK [0m] Started Permit User Sessions.\ncloud-init[1021]: | B .SBo+ . |[[0;32m OK [0m] Started Authenticate and Authorize Users to Run Privileged Tasks.\n\n[[0;32m OK [0m] Started Accounts Service.\n 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 LSB: Set the CPU Frequency Scaling governor to \"ondemand\".\n[[0;32m OK [0m] Started Hold until boot process finishes up.\n[ 9.036890] cloud-init[1021]: | . . ..o.= = |\n[[0;32m OK [0m] Started LSB: automatic crash report generation.\n[[0;32m OK [0m] Started LSB: daemon to balance interrupts for SMP systems.\n[[0;32m OK [0m] Started Terminate Plymouth Boot Screen.\n[ 9.051126] cloud-init[1021]: | o + = + |\n[[0;32m OK [0m] Started Getty on tty1.\n[ 9.064755] Starting Set console scheme...\n[[0;32m OK [0m] Started Serial Getty on ttyS0.\ncloud-init[1021]: [[0;32m OK [0m] Reached target Login Prompts.\n| E o.B + |[[0;32m OK [0m] Started Set console scheme.\n\n[ 9.091440] cloud-init[1021]: | .o==Boo |\n[ 9.098214] cloud-init[1021]: +----[SHA256]-----+\n[ 9.104174] cloud-init[1021]: Generating public/private ed25519 key pair.\n[[0;32m OK [0m] Started LSB: start and stop the Quagga routing suite.\n[ 9.110692] cloud-init[1021]: Your identification has been saved in /etc/ssh/ssh_host_ed25519_key.\n[ 9.116207] cloud-init[1021]: Your public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub.\n[ 9.124092] cloud-init[1021]: The key fingerprint is:\n[ 9.125201] cloud-init[1021]: SHA256:PLNwyo831dX1+ten50UJVyzS7przEAOV4VzKqFrr3hI root@sdnvpn-13-2\n[ 9.128085] cloud-init[1021]: The key's randomart image is:\n[ 9.132083] cloud-init[1021]: +--[ED25519 256]--+\n[ 9.136082] cloud-init[1021]: | o+...|\n[ 9.137157] cloud-init[1021]: | *ooo +|\n[ 9.144069] cloud-init[1021]: | o =+ +o|\n[ 9.145134] cloud-init[1021]: | . . . = +|\n[ 9.148081] cloud-init[1021]: | . S .oo o.|\n[ 9.149131] cloud-init[1021]: | . *E=. .oo. |\n[ 9.153384] cloud-init[1021]: | + oo .o .o|\n[ 9.154458] cloud-init[1021]: | ++. +. B|\n[ 9.160955] cloud-init[1021]: | .o+o. oo++|\n[ 9.162273] cloud-init[1021]: +----[SHA256]-----+\n[ 9.404024] cloud-init[1157]: Generating locales (this might take a while)...\n[ 9.978415] cloud-init[1157]: en_US.UTF-8... done\n[ 9.980489] cloud-init[1157]: Generation complete.\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[[0;32m OK [0m] Started Update UTMP about System Runlevel Changes.\n[ 10.374051] cloud-init[1157]: Cloud-init v. 0.7.9 running 'modules:config' at Tue, 04 Sep 2018 12:58:32 +0000. Up 9.33 seconds.\n[[0;32m OK [0m] Started Apply the settings specified in cloud-config.\n Starting Execute cloud user/final scripts...\n[ 10.679384] cloud-init[1392]: + sudo useradd -m sdnvpn\n[ 10.737681] cloud-init[1392]: sudo: unable to resolve host sdnvpn-13-2\n[ 11.012678] cloud-init[1392]: + sudo adduser sdnvpn sudo\n[ 11.065852] cloud-init[1392]: sudo: unable to resolve host sdnvpn-13-2\n[ 11.101327] cloud-init[1392]: Adding user `sdnvpn' to group `sudo' ...\n[ 11.104862] cloud-init[1392]: Adding user sdnvpn to group sudo\n[ 11.181258] cloud-init[1392]: Done.\n[ 11.183101] cloud-init[1392]: + chpasswd\n[ 11.184535] cloud-init[1392]: + sudo echo sdnvpn:opnfv\n[ 11.229769] cloud-init[1392]: sudo: unable to resolve host sdnvpn-13-2\n[ 11.258359] cloud-init[1392]: + sleep 20\n"} 2018-09-04 12:58:38,029 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/c212b18a-ff6b-4fbf-aec6-9568bfc6540c/action used request id req-0eb0f3aa-8514-42a1-961f-ad6dfae1ce75 2018-09-04 12:58:40,059 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/servers/c212b18a-ff6b-4fbf-aec6-9568bfc6540c/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ab5126137b3fe72606662406b8efdeedf6bc3f78" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-04 12:58:41,136 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12:58: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-3e8f58aa-3cf5-426c-a612-7889dd9e8fe1 x-compute-request-id: req-3e8f58aa-3cf5-426c-a612-7889dd9e8fe1 Content-Encoding: gzip Content-Length: 13554 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup 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 729360673 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 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.135063] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.136751] pid_max: default: 32768 minimum: 301\n[ 0.137659] ACPI: Core revision 20150930\n[ 0.139044] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.140378] Security Framework initialized\n[ 0.141208] Yama: becoming mindful.\n[ 0.141950] AppArmor: AppArmor initialized\n[ 0.142848] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.144276] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.145958] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.147202] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.148614] Initializing cgroup subsys io\n[ 0.149446] Initializing cgroup subsys memory\n[ 0.150329] Initializing cgroup subsys devices\n[ 0.151210] Initializing cgroup subsys freezer\n[ 0.152091] Initializing cgroup subsys net_cls\n[ 0.152978] Initializing cgroup subsys perf_event\n[ 0.153904] Initializing cgroup subsys net_prio\n[ 0.154805] Initializing cgroup subsys hugetlb\n[ 0.155690] Initializing cgroup subsys pids\n[ 0.156585] CPU: Physical Processor ID: 0\n[ 0.158088] mce: CPU supports 10 MCE banks\n[ 0.158954] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.159986] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.171235] Freeing SMP alternatives memory: 32K (ffffffff820b9000 - ffffffff820c1000)\n[ 0.177715] ftrace: allocating 32123 entries in 126 pages\n[ 0.204267] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.205506] smpboot: Max logical packages: 1\n[ 0.206530] x2apic enabled\n[ 0.207351] Switched APIC routing to physical x2apic.\n[ 0.209123] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.210279] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.212319] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.214134] KVM setup paravirtual spinlock\n[ 0.215451] x86: Booted up 1 node, 1 CPUs\n[ 0.216279] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.217694] devtmpfs: initialized\n[ 0.220190] evm: security.selinux\n[ 0.220921] evm: security.SMACK64\n[ 0.221630] evm: security.SMACK64EXEC\n[ 0.222386] evm: security.SMACK64TRANSMUTE\n[ 0.223217] evm: security.SMACK64MMAP\n[ 0.223975] evm: security.ima\n[ 0.224644] evm: security.capability\n[ 0.225463] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.227367] pinctrl core: initialized pinctrl subsystem\n[ 0.228484] RTC time: 12:58:22, date: 09/04/18\n[ 0.229444] NET: Registered protocol family 16\n[ 0.230435] cpuidle: using governor ladder\n[ 0.231273] cpuidle: using governor menu\n[ 0.232080] PCCT header not found.\n[ 0.232857] ACPI: bus type PCI registered\n[ 0.233686] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.234953] PCI: Using configuration type 1 for base access\n[ 0.237153] ACPI: Added _OSI(Module Device)\n[ 0.238019] ACPI: Added _OSI(Processor Device)\n[ 0.238908] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.239814] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.241947] ACPI: Interpreter enabled\n[ 0.242718] ACPI: (supports S0 S5)\n[ 0.243425] ACPI: Using IOAPIC for interrupt routing\n[ 0.244377] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.247480] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.248623] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249864] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.251066] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.253414] acpiphp: Slot [3] registered\n[ 0.254217] acpiphp: Slot [4] registered\n[ 0.255037] acpiphp: Slot [5] registered\n[ 0.255865] acpiphp: Slot [6] registered\n[ 0.256674] acpiphp: Slot [7] registered\n[ 0.257479] acpiphp: Slot [8] registered\n[ 0.258292] acpiphp: Slot [9] registered\n[ 0.259093] acpiphp: Slot [10] registered\n[ 0.259921] acpiphp: Slot [11] registered\n[ 0.260742] acpiphp: Slot [12] registered\n[ 0.261568] acpiphp: Slot [13] registered\n[ 0.262388] acpiphp: Slot [14] registered\n[ 0.273633] acpiphp: Slot [15] registered\n[ 0.274450] acpiphp: Slot [16] registered\n[ 0.275261] acpiphp: Slot [17] registered\n[ 0.276070] acpiphp: Slot [18] registered\n[ 0.276885] acpiphp: Slot [19] registered\n[ 0.277704] acpiphp: Slot [20] registered\n[ 0.278515] acpiphp: Slot [21] registered\n[ 0.279331] acpiphp: Slot [22] registered\n[ 0.280143] acpiphp: Slot [23] registered\n[ 0.280953] acpiphp: Slot [24] registered\n[ 0.281778] acpiphp: Slot [25] registered\n[ 0.282601] acpiphp: Slot [26] registered\n[ 0.283410] acpiphp: Slot [27] registered\n[ 0.284221] acpiphp: Slot [28] registered\n[ 0.285029] acpiphp: Slot [29] registered\n[ 0.285850] acpiphp: Slot [30] registered\n[ 0.286665] acpiphp: Slot [31] registered\n[ 0.287473] PCI host bridge to bus 0000:00\n[ 0.288288] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.289503] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.290723] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.292174] pci_bus 0000:00: root bus resource [mem 0x40000000-0xfebfffff window]\n[ 0.293631] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.299996] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.301286] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.302462] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.303727] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.310285] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.311719] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.358598] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.360112] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.361554] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.362973] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.364370] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.365637] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.366806] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.368077] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.369637] vgaarb: loaded\n[ 0.370242] vgaarb: bridge control possible 0000:00:02.0\n[ 0.371388] SCSI subsystem initialized\n[ 0.372201] ACPI: bus type USB registered\n[ 0.373020] usbcore: registered new interface driver usbfs\n[ 0.374057] usbcore: registered new interface driver hub\n[ 0.375067] usbcore: registered new device driver usb\n[ 0.376129] PCI: Using ACPI for IRQ routing\n[ 0.377176] NetLabel: Initializing\n[ 0.377895] NetLabel: domain hash size = 128\n[ 0.378753] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.379712] NetLabel: unlabeled traffic allowed by default\n[ 0.380804] amd_nb: Cannot enumerate AMD northbridges\n[ 0.381776] clocksource: Switched to clocksource kvm-clock\n[ 0.387209] AppArmor: AppArmor Filesystem Enabled\n[ 0.388181] pnp: PnP ACPI init\n[ 0.389098] pnp: PnP ACPI: found 5 devices\n[ 0.395153] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.396875] NET: Registered protocol family 2\n[ 0.397838] TCP established hash table entries: 8192 (order: 4, 65536 bytes)\n[ 0.399120] TCP bind hash table entries: 8192 (order: 5, 131072 bytes)\n[ 0.400318] TCP: Hash tables configured (established 8192 bind 8192)\n[ 0.401501] UDP hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.402603] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.403790] NET: Registered protocol family 1\n[ 0.404664] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.405789] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.406876] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.420954] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.435575] Trying to unpack rootfs image as initramfs...\n[ 1.721909] Freeing initrd memory: 10832K (ffff880036ac8000 - ffff88003755c000)\n[ 1.737325] Scanning for low memory corruption every 60 seconds\n[ 1.738837] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 1.740006] audit: initializing netlink subsys (disabled)\n[ 1.741059] audit: type=2000 audit(1536065904.441:1): initialized\n[ 1.742412] Initialise system trusted keyring\n[ 1.743359] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 1.744553] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 1.746576] zbud: loaded\n[ 1.747301] VFS: Disk quotas dquot_6.6.0\n[ 1.748131] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 1.749562] squashfs: version 4.0 (2009/01/31) Phillip Lougher\n[ 1.750814] fuse init (API version 7.23)\n[ 1.751712] Key type big_key registered\n[ 1.752520] Allocating IMA MOK and blacklist keyrings.\n[ 1.753643] Key type asymmetric registered\n[ 1.754500] Asymmetric key parser 'x509' registered\n[ 1.755473] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 1.756959] io scheduler noop registered\n[ 1.757768] io scheduler deadline registered (default)\n[ 1.758782] io scheduler cfq registered\n[ 1.759640] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 1.760709] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 1.762006] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 1.763485] ACPI: Power Button [PWRF]\n[ 1.764337] GHES: HEST is not enabled!\n[ 1.778320] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 1.807046] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 1.809448] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 1.833429] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 1.835548] Linux agpgart interface v0.103\n[ 1.837563] brd: module loaded\n[ 1.838831] loop: module loaded\n[ 1.840539] vda: vda1\n[ 1.841893] scsi host0: ata_piix\n[ 1.842646] scsi host1: ata_piix\n[ 1.843376] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 1.844623] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 1.846107] libphy: Fixed MDIO Bus: probed\n[ 1.846949] tun: Universal TUN/TAP device driver, 1.6\n[ 1.847931] tun: (C) 1999-2004 Max Krasnyansky \n[ 1.850127] PPP generic driver version 2.4.2\n[ 1.851041] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 1.852347] ehci-pci: EHCI PCI platform driver\n[ 1.853236] ehci-platform: EHCI generic platform driver\n[ 1.854257] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 1.855419] ohci-pci: OHCI PCI platform driver\n[ 1.856315] ohci-platform: OHCI generic platform driver\n[ 1.857326] uhci_hcd: USB Universal Host Controller Interface driver\n[ 1.871818] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 1.872832] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 1.874322] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 1.875380] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 1.876522] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 1.877782] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 1.879236] usb usb1: Product: UHCI Host Controller\n[ 1.880185] usb usb1: Manufacturer: Linux 4.4.0-66-generic uhci_hcd\n[ 1.881354] usb usb1: SerialNumber: 0000:00:01.2\n[ 1.882389] hub 1-0:1.0: USB hub found\n[ 1.883186] hub 1-0:1.0: 2 ports detected\n[ 1.884118] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 1.886286] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 1.887259] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 1.888309] mousedev: PS/2 mouse device common for all mice\n[ 1.889619] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 1.891506] rtc_cmos 00:00: RTC can wake from S4\n[ 1.892630] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 1.893861] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 1.895077] i2c /dev entries driver\n[ 1.895844] device-mapper: uevent: version 1.0.3\n[ 1.896791] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 1.898461] ledtrig-cpu: registered to indicate activity on CPUs\n[ 1.899767] NET: Registered protocol family 10\n[ 1.900789] NET: Registered protocol family 17\n[ 1.901708] Key type dns_resolver registered\n[ 1.902669] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 1.903779] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 1.905555] registered taskstats version 1\n[ 1.906419] Loading compiled-in X.509 certificates\n[ 1.907876] Loaded X.509 cert 'Build time autogenerated kernel key: 32ca4feee90b5cde51f5f8c0e024b22f8c679982'\n[ 1.909761] zswap: loaded using pool lzo/zbud\n[ 1.911566] Key type trusted registered\n[ 1.913847] Key type encrypted registered\n[ 1.914694] AppArmor: AppArmor sha1 policy hashing enabled\n[ 1.915754] ima: No TPM chip found, activating TPM-bypass!\n[ 1.916812] evm: HMAC attrs: 0x1\n[ 1.917758] Magic number: 2:34:986\n[ 1.918606] rtc_cmos 00:00: setting system clock to 2018-09-04 12:58:24 UTC (1536065904)\n[ 1.920246] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 1.921382] EDD information not available.\n[ 2.002490] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 2.003949] ata1.00: configured for MWDMA2\n[ 2.005169] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 2.007419] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 2.008671] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 2.020479] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 2.022385] Freeing unused kernel memory: 1488K (ffffffff81f45000 - ffffffff820b9000)\n[ 2.023955] Write protecting the kernel read-only data: 14336k\n[ 2.025526] Freeing unused kernel memory: 1776K (ffff880001844000 - ffff880001a00000)\n[ 2.027278] Freeing unused kernel memory: 116K (ffff880001de3000 - ffff880001e00000)\nLoading, please wait...\nstarting version 229\n[ 2.035970] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.038054] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.039981] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.041884] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.043756] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.045805] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.047651] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.049469] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.051674] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.053506] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.083252] virtio_net virtio0 ens3: renamed from eth0\n[ 2.090390] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input4\n[ 2.094243] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3\n[ 2.117221] AVX2 version of gcm_enc/dec engaged.\n[ 2.118324] AES CTR mode by8 optimization enabled\n[ 2.122132] FDC 0 is a S82078B\n[ 2.193856] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 2.358356] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 2.359688] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 2.361026] usb 1-1: Product: QEMU USB Tablet\n[ 2.361931] usb 1-1: Manufacturer: QEMU\n[ 2.362756] usb 1-1: SerialNumber: 42\n[ 2.369924] hidraw: raw HID events driver (C) Jiri Kosina\n[ 2.375666] usbcore: registered new interface driver usbhid\n[ 2.376844] usbhid: USB HID core driver\n[ 2.379557] 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.381904] 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.734031] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3255787006b, max_idle_ns: 440795244845 ns\nBegin: Loading essential drivers ... [ 3.641757] md: linear personality registered for level -1\n[ 3.644743] md: multipath personality registered for level -4\n[ 3.647764] md: raid0 personality registered for level 0\n[ 3.651043] md: raid1 personality registered for level 1\n[ 3.721782] raid6: sse2x1 gen() 11421 MB/s\n[ 3.789778] raid6: sse2x1 xor() 8909 MB/s\n[ 3.857782] raid6: sse2x2 gen() 14477 MB/s\n[ 3.925780] raid6: sse2x2 xor() 9969 MB/s\n[ 3.993781] raid6: sse2x4 gen() 16664 MB/s\n[ 4.061778] raid6: sse2x4 xor() 11527 MB/s\n[ 4.129779] raid6: avx2x1 gen() 22357 MB/s\n[ 4.197778] raid6: avx2x2 gen() 25796 MB/s\n[ 4.265779] raid6: avx2x4 gen() 28462 MB/s\n[ 4.266682] raid6: using algorithm avx2x4 gen() 28462 MB/s\n[ 4.267745] raid6: using avx2x2 recovery algorithm\n[ 4.270071] xor: automatically using best checksumming function:\n[ 4.309778] avx : 36112.000 MB/sec\n[ 4.311932] async_tx: api initialized (async)\n[ 4.321413] md: raid6 personality registered for level 6\n[ 4.322494] md: raid5 personality registered for level 5\n[ 4.323527] md: raid4 personality registered for level 4\n[ 4.328037] 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.352987] Btrfs loaded\nScanning for Btrfs filesystems\ndone.\nWarning: fsck not present, so skipping root file system\n[ 4.383855] 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.484723] 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.488045] systemd[1]: Detected virtualization kvm.\n[ 4.489079] systemd[1]: Detected architecture x86-64.\n\nWelcome to [1mUbuntu 16.04.2 LTS[0m!\n\n[ 4.492747] systemd[1]: Set hostname to .\n[ 4.497452] systemd[1]: Initializing machine ID from KVM UUID.\n[ 4.498691] systemd[1]: Installed transient /etc/machine-id file.\n[ 4.611272] systemd[1]: Listening on Journal Socket.\n[[0;32m OK [0m] Listening on Journal Socket.\n[ 4.613521] systemd[1]: Created slice User and Session Slice.\n[[0;32m OK [0m] Created slice User and Session Slice.\n[ 4.615876] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.\n[[0;32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe.\n[ 4.618948] systemd[1]: Listening on LVM2 metadata daemon socket.\n[[0;32m OK [0m] Listening on LVM2 metadata daemon socket.\n[ 4.621685] systemd[1]: Listening on LVM2 poll daemon socket.\n[[0;32m OK [0m] Listening on LVM2 poll daemon socket.\n[ 4.624329] systemd[1]: Listening on Journal Socket (/dev/log).\n[[0;32m OK [0m] Listening on Journal Socket (/dev/log).\n[ 4.627021] systemd[1]: Reached target Swap.\n[[0;32m OK [0m] Reached target Swap.\n[ 4.629138] 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.632484] systemd[1]: Reached target User and Group Name Lookups.\n[[0;32m OK [0m] Reached target User and Group Name Lookups.\n[ 4.635247] systemd[1]: Listening on Device-mapper event daemon FIFOs.\n[[0;32m OK [0m] Listening on Device-mapper event daemon FIFOs.\n[ 4.638099] systemd[1]: Reached target Encrypted Volumes.\n[[0;32m OK [0m] Reached target Encrypted Volumes.\n[ 4.640585] systemd[1]: Listening on udev Control Socket.\n[[0;32m OK [0m] Listening on udev Control Socket.\n[ 4.643202] systemd[1]: Created slice System Slice.\n[[0;32m OK [0m] Created slice System Slice.\n[ 4.645871] systemd[1]: Starting Remount Root and Kernel File Systems...\n Starting Remount Root and Kernel File Systems...\n[ 4.648918] systemd[1]: Mounting Huge Pages File System...\n Mounting Huge Pages File System...\n[ 4.652674] systemd[1]: Starting Nameserver information manager...\n Starting Nameserver information manager...\n[ 4.657590] systemd[1]: Reached target Slices.\n[[0;32m OK [0m] Reached target Slices.\n[ 4.661253] systemd[1]: Created slice system-serial\\x2dgetty.slice.\n[[0;32m OK [0m] Created slice system-serial\\x2dgetty.slice.\n[ 4.664262] EXT4-fs (vda1): re-mounted. Opts: (null)\n[ 4.665752] 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.672388] systemd[1]: Starting Load Kernel Modules...\n Starting Load Kernel Modules...\n[ 4.676412] systemd[1]: Mounting POSIX Message Queue File System...\n Mounting POSIX Message Queue File System...\n[ 4.680601] systemd[1]: Starting Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling...\n[ 4.684212] Loading iSCSI transport class v2.0-870.\n Starting Monitoring of LVM2 mirrors... dmeventd or progress polling...\n[ 4.691168] iscsi: registered transport (tcp)\n[ 4.692342] systemd[1]: Mounting Debug File System...\n Mounting Debug File System...\n[ 4.696279] systemd[1]: Starting Set console keymap...\n Starting Set console keymap...\n[ 4.699895] systemd[1]: Listening on Journal Audit Socket.\n[[0;32m OK [0m] Listening on Journal Audit Socket.\n[ 4.706784] 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.716331] systemd[1]: Listening on Syslog Socket.\n[[0;32m OK [0m] Listening on Syslog Socket.\n[ 4.718641] systemd[1]: Starting Journal Service...\n Starting Journal Service...\n[ 4.726419] systemd[1]: Starting Uncomplicated firewall...\n Starting Uncomplicated firewall...\n[ 4.729008] systemd[1]: Listening on udev Kernel Socket.\n[[0;32m OK [0m] Listening on udev Kernel Socket.\n[ 4.733952] systemd[1]: Mounted Debug File System.\n[[0;32m OK [0m] Mounted Debug File System.\n[ 4.735882] systemd[1]: Mounted POSIX Message Queue File System.\n[[0;32m OK [0m] Mounted POSIX Message Queue File System.\n[ 4.740861] systemd[1]: Mounted Huge Pages File System.\n[[0;32m OK [0m] Mounted Huge Pages File System.\n[ 4.744901] systemd[1]: Started Remount Root and Kernel File Systems.\n[[0;32m OK [0m] Started Remount Root and Kernel File Systems.\n[ 4.751547] 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.762399] systemd[1]: Started Set console keymap.\n[[0;32m OK [0m] Started Set console keymap.\n[ 4.765368] systemd[1]: Started Uncomplicated firewall.\n[[0;32m OK [0m] Started Uncomplicated firewall.\n[ 4.769171] systemd[1]: Started Nameserver information manager.\n[[0;32m OK [0m] Started Nameserver information manager.\n[ 4.774256] iscsi: registered transport (iser)\n[ 4.775855] systemd[1]: Started Load Kernel Modules.\n[[0;32m OK [0m] Started Load Kernel Modules.\n[ 4.779773] systemd[1]: Started Journal Service.\n[[0;32m OK [0m] Started Journal Service.\n[[0;32m OK [0m] Started LVM2 metadata daemon.\n Mounting FUSE Control File System...\n Starting Apply Kernel Variables...\n Starting Create Static Device Nodes in /dev...\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[[0;32m OK [0m] Mounted FUSE Control File System.\n[[0;32m OK [0m] Started Apply Kernel Variables.\n[[0;32m OK [0m] Started Create Static Device Nodes in /dev.\n[[0;32m OK [0m] Started Load/Save Random Seed.\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 Create Volatile Files and Directories...\n Starting LSB: AppArmor initialization...\n Starting Tell Plymouth To Write Out Runtime Data...\n Starting Commit a transient machine-id on disk...\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[ 6.360075] cloud-init[458]: Cloud-init v. 0.7.9 running 'init-local' at Tue, 04 Sep 2018 12:58:28 +0000. Up 5.68 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[ 8.609342] cloud-init[1021]: Cloud-init v. 0.7.9 running 'init' at Tue, 04 Sep 2018 12:58:30 +0000. Up 7.38 seconds.\n[ 8.611155] cloud-init[1021]: ci-info: ++++++++++++++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++++++++++++++\n[ 8.616311] cloud-init[1021]: ci-info: +--------+------+------------------------------+---------------+-------+-------------------+\n[ 8.618122] cloud-init[1021]: ci-info: | Device | Up | Address | Mask | Scope | Hw-Address |\n[ 8.624115] cloud-init[1021]: ci-info: +--------+------+------------------------------+---------------+-------+-------------------+\n[ 8.625969] cloud-init[1021]: ci-info: | ens3 | True | 10.10.10.11 | 255.255.255.0 | . | fa:16:3e:6b:9d:62 |\n[ 8.632105] cloud-init[1021]: ci-info: | ens3 | True | fe80::f816:3eff:fe6b:9d62/64 | . | link | fa:16:3e:6b:9d:62 |\n[ 8.633948] cloud-init[1021]: ci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . | . |\n[ 8.635755] cloud-init[1021]: ci-info: | lo | True | ::1/128 | . | host | . |\n[ 8.641562] cloud-init[1021]: ci-info: +--------+------+------------------------------+---------------+-------+-------------------+\n[ 8.643381] cloud-init[1021]: ci-info: +++++++++++++++++++++++++++++++Route IPv4 info++++++++++++++++++++++++++++++++\n[ 8.648297] cloud-init[1021]: ci-info: +-------+-----------------+------------+-----------------+-----------+-------+\n[ 8.650001] cloud-init[1021]: ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags |\n[ 8.656095] cloud-init[1021]: ci-info: +-------+-----------------+------------+-----------------+-----------+-------+\n[ 8.657848] cloud-init[1021]: ci-info: | 0 | 0.0.0.0 | 10.10.10.1 | 0.0.0.0 | ens3 | UG |\n[ 8.662510] cloud-init[1021]: ci-info: | 1 | 10.10.10.0 | 0.0.0.0 | 255.255.255.0 | ens3 | U |\n[ 8.664393] cloud-init[1021]: ci-info: | 2 | 169.254.169.254 | 10.10.10.3 | 255.255.255.255 | ens3 | UGH |\n[[0;32m OK [0m] Started Initial cloud-init job (metadata service crawler).\n[[0;32m OK [0m] Reached target Cloud-config availability.\n[[0;32m OK [0m] Reached target Network is Online.\n[ 8.670286] cloud-init[1021]: ci-info: +-------+-----------------+------------+-----------------+-----------+-------+ Starting iSCSI initiator daemon (iscsid)...\n[[0;32m OK [0m] Reached target System Initialization.\n[[0;32m OK [0m] Listening on UUID daemon activation socket.\n[[0;32m OK [0m] \n[ 8.676782] cloud-init[1021]: Generating public/private rsa key pair.\n[ 8.677966] cloud-init[1021]: Your identification has been saved in /etc/ssh/ssh_host_rsa_key.\n[ 8.679444] cloud-init[1021]: Your public key has been saved in /etc/ssh/ssh_host_rsa_key.pub.Started Daily apt activities.\n[[0;32m OK [0m] Listening on ACPID Listen Socket.\n Starting Socket activation for snappy daemon.\n[[0;32m OK [0m] Listening on D-Bus System Message Bus Socket.\n[ 8.684508] cloud-init[1021]: The key fingerprint is:\n[ 8.685865] cloud-init\n[[0;32m OK [0m] Started Timer to automatically refresh installed snaps.[1021]: SHA256:pghZzK1jdnvz60dyw0nA4cvTJ2BA28wpeRux4KClz+Q root@sdnvpn-13-2\n[ 8.690549] cloud-init[1021]: The key's randomart image is:\n[ 8.691393] cloud-init[1021]: +---[RSA 2048]----+\n[[0;32m OK [0m] Started Trigger resolvconf update for networkd DNS.\n[[0;32m OK [0m] Started Daily Cleanup of Temporary Directories.\n[[0;32m OK [0m] Reached target Timers.\n\n[ 8.695498] cloud-init[1021]: | o.+.o. |\n Starting LXD - unix socket.\n[ 8.697383] cloud-init[1021]: | o = o Xo+ |\n[ 8.698768] cloud-init[1021]: | * o = %. |\n[ 8.699810] cloud-init[[0;32m OK [0m] Started ACPI Events Check.\n[[0;32m OK [0m] Reached target Paths.\n[1021]: | o * = *. |\n[[0;32m OK [0m] Listening on Socket activation for snappy daemon.\n[ 8.704071] cloud-init[1021]: | o = E S =oo.. |\n[[0;32m OK [0m] Listening on LXD - unix socket.\n[ 8.708214] cloud-init[1021]: | + + + ..*o |\n[[0;32m OK [0m] Started iSCSI initiator daemon (iscsid).\n[ 8.714721] cloud-init[1021]: | . o o + . |\n[ 8.717600] cloud-init[1021]: | . o . |\n[ 8.720053] cloud-init[1021]: | .+o |\n[ 8.722730] cloud-init[1021]: +----[SHA256]-----+\n Starting Login to default iSCSI targets...\n[ 8.726340] cloud-init[1021]: Generating public/private dsa key pair.\n[[0;32m OK [0m] Reached target Sockets.\n[ 8.728972] cloud-init[1021]: Your identification has been saved in /etc/ssh/ssh_host_dsa_key.\n[[0;32m OK [0m] Reached target Basic System.\n[[0;32m OK [0m] Started Deferred execution scheduler.\n[ 8.732739] cloud-init[1021]: Your public key has been saved in /etc/ssh/ssh_host_dsa_key.pub.\n Starting System Logging Service...\n[ 8.737448] cloud-init[1021]: The key fingerprint is:\n Starting LSB: MD monitoring daemon...\n[ 8.741461] cloud-init[1021]: SHA256:E1cYNTjbTwF/qViJzfROZCjXe90rcKAeRkUyVm0n1KQ root@sdnvpn-13-2 Starting /etc/rc.local Compatibility...\n[[0;32m OK [0m] Started D-Bus System Message Bus.\n\n[ 8.747889] cloud-init[1021]: The key's randomart image is:\n[ 8.753769] cloud-init[1021]: +---[DSA 1024]----+\n[ 8.756056] cloud-init[1021]: | +=OB+=+ |\n[ 8.757684] cloud-init[1021]: | ..*+=OB+.|\n[ 8.758877] cloud-init[1021]: | o o==E+==|\n[ 8.760812] cloud-init[1021]: | *..+.=o+|\n[ 8.762018] cloud-init[1021]: | S ..o+ .o|\n[ 8.763487] cloud-init[1021]: | o ... |\n[ 8.764732] cloud-init[1021]: | . |\n[ 8.766006] cloud-init[1021]: | |\n[ 8.767629] cloud-init[1021]: | |\n[ 8.769123] cloud-init[1021]: +----[SHA256]-----+\n[ 8.770483] cloud-init[1021]: Generating public/private ecdsa key pair.\n[ 8.772026] cloud-init[1021]: Your identification has been saved in /etc/ssh/ssh_host_ecdsa_key.\n[ 8.773777] cloud-init[1021]: Your public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub.\n[ 8.775391] cloud-init[1021]: The key fingerprint is:\n[ 8.776668] cloud-init Starting Login Service...\n[1021]: SHA256:xkdeMML+igAzh/EaXN8/YlDaZ05vSa66eHa7OuCXrSo root@sdnvpn-13-2[[0;32m OK [0m] Started ACPI event daemon.\n Starting LSB: Record successful boot for GRUB...\n[[0;32m OK [0m] Started Regular background program processing daemon.\n Starting Accounts Service...\n[[0;32m OK [0m] Started FUSE filesystem for LXC.\n \n[ 8.789007] cloud-init[1021]: The key's randomart image is:\n[ 8.792887] Starting LXD - container startup/shutdown...\ncloud-init Starting Apply the settings specified in cloud-config...\n Starting Pollinate to seed the pseudo random number generator...\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 System Logging Service.\n[1021]: [[0;32m OK [0m] Started Login to default iSCSI targets.\n+---[ECDSA 256]---+[[0;32m OK [0m] Started LSB: MD monitoring daemon.\n\n[ 8.892481] cloud-init[1021]: | .. o |\n[ 8.914106] [[0;32m OK [0m] Started Auto import assertions from block devices.\ncloud-init[1021]: | . . o. o |\n[ 8.928184] [[0;32m OK [0m] Started LSB: Record successful boot for GRUB.\ncloud-init[1021]: | . = . * . . |[[0;32m OK [0m] Started Login Service.\n 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[ 8.944991] cloud-init[1021]: | B o +.+o+.. |\n\n Starting LSB: automatic crash report generation...\n [ 8.952837] Starting LSB: Set the CPU Frequency Scaling governor to \"ondemand\"...\n Starting Permit User Sessions...\n Starting LSB: start and stop the Quagga routing suite...\n Starting LSB: daemon to balance interrupts for SMP systems...\n[[0;32m OK [0m] Started Permit User Sessions.\ncloud-init[1021]: | B .SBo+ . |[[0;32m OK [0m] Started Authenticate and Authorize Users to Run Privileged Tasks.\n\n[[0;32m OK [0m] Started Accounts Service.\n 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 LSB: Set the CPU Frequency Scaling governor to \"ondemand\".\n[[0;32m OK [0m] Started Hold until boot process finishes up.\n[ 9.036890] cloud-init[1021]: | . . ..o.= = |\n[[0;32m OK [0m] Started LSB: automatic crash report generation.\n[[0;32m OK [0m] Started LSB: daemon to balance interrupts for SMP systems.\n[[0;32m OK [0m] Started Terminate Plymouth Boot Screen.\n[ 9.051126] cloud-init[1021]: | o + = + |\n[[0;32m OK [0m] Started Getty on tty1.\n[ 9.064755] Starting Set console scheme...\n[[0;32m OK [0m] Started Serial Getty on ttyS0.\ncloud-init[1021]: [[0;32m OK [0m] Reached target Login Prompts.\n| E o.B + |[[0;32m OK [0m] Started Set console scheme.\n\n[ 9.091440] cloud-init[1021]: | .o==Boo |\n[ 9.098214] cloud-init[1021]: +----[SHA256]-----+\n[ 9.104174] cloud-init[1021]: Generating public/private ed25519 key pair.\n[[0;32m OK [0m] Started LSB: start and stop the Quagga routing suite.\n[ 9.110692] cloud-init[1021]: Your identification has been saved in /etc/ssh/ssh_host_ed25519_key.\n[ 9.116207] cloud-init[1021]: Your public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub.\n[ 9.124092] cloud-init[1021]: The key fingerprint is:\n[ 9.125201] cloud-init[1021]: SHA256:PLNwyo831dX1+ten50UJVyzS7przEAOV4VzKqFrr3hI root@sdnvpn-13-2\n[ 9.128085] cloud-init[1021]: The key's randomart image is:\n[ 9.132083] cloud-init[1021]: +--[ED25519 256]--+\n[ 9.136082] cloud-init[1021]: | o+...|\n[ 9.137157] cloud-init[1021]: | *ooo +|\n[ 9.144069] cloud-init[1021]: | o =+ +o|\n[ 9.145134] cloud-init[1021]: | . . . = +|\n[ 9.148081] cloud-init[1021]: | . S .oo o.|\n[ 9.149131] cloud-init[1021]: | . *E=. .oo. |\n[ 9.153384] cloud-init[1021]: | + oo .o .o|\n[ 9.154458] cloud-init[1021]: | ++. +. B|\n[ 9.160955] cloud-init[1021]: | .o+o. oo++|\n[ 9.162273] cloud-init[1021]: +----[SHA256]-----+\n[ 9.404024] cloud-init[1157]: Generating locales (this might take a while)...\n[ 9.978415] cloud-init[1157]: en_US.UTF-8... done\n[ 9.980489] cloud-init[1157]: Generation complete.\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[[0;32m OK [0m] Started Update UTMP about System Runlevel Changes.\n[ 10.374051] cloud-init[1157]: Cloud-init v. 0.7.9 running 'modules:config' at Tue, 04 Sep 2018 12:58:32 +0000. Up 9.33 seconds.\n[[0;32m OK [0m] Started Apply the settings specified in cloud-config.\n Starting Execute cloud user/final scripts...\n[ 10.679384] cloud-init[1392]: + sudo useradd -m sdnvpn\n[ 10.737681] cloud-init[1392]: sudo: unable to resolve host sdnvpn-13-2\n[ 11.012678] cloud-init[1392]: + sudo adduser sdnvpn sudo\n[ 11.065852] cloud-init[1392]: sudo: unable to resolve host sdnvpn-13-2\n[ 11.101327] cloud-init[1392]: Adding user `sdnvpn' to group `sudo' ...\n[ 11.104862] cloud-init[1392]: Adding user sdnvpn to group sudo\n[ 11.181258] cloud-init[1392]: Done.\n[ 11.183101] cloud-init[1392]: + chpasswd\n[ 11.184535] cloud-init[1392]: + sudo echo sdnvpn:opnfv\n[ 11.229769] cloud-init[1392]: sudo: unable to resolve host sdnvpn-13-2\n[ 11.258359] cloud-init[1392]: + sleep 20\n\nUbuntu 16.04.2 LTS sdnvpn-13-2 ttyS0\n\nsdnvpn-13-2 login: "} 2018-09-04 12:58:41,137 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/c212b18a-ff6b-4fbf-aec6-9568bfc6540c/action used request id req-3e8f58aa-3cf5-426c-a612-7889dd9e8fe1 2018-09-04 12:58:43,172 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9292/v2/images?limit=20 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}19220a735a25665a4f781fda35ef91bc924fc769" 2018-09-04 12:58:43,353 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 914 Content-Type: application/json X-Openstack-Request-Id: req-3fc5d3a8-f0e2-4f27-8eb0-e847d2d6f0b9 Date: Tue, 04 Sep 2018 12:58:43 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "sdnvpn-ubuntu", "tags": [], "container_format": "bare", "created_at": "2018-09-04T12:55:26Z", "size": 493813760, "disk_format": "qcow2", "updated_at": "2018-09-04T12:55:39Z", "visibility": "public", "locations": [{"url": "rbd://99671b03-94ed-44b3-b5f6-80b8e44d0570/images/6c715815-c798-4d9f-99f7-b0d802a8963d/snap", "metadata": {}}], "self": "/v2/images/6c715815-c798-4d9f-99f7-b0d802a8963d", "min_disk": 0, "protected": false, "id": "6c715815-c798-4d9f-99f7-b0d802a8963d", "file": "/v2/images/6c715815-c798-4d9f-99f7-b0d802a8963d/file", "checksum": "8c42b779e24ec2a6d35c8def02246a0b", "owner": "1e2f68a072b64978bd7ea91c2d64aca6", "direct_url": "rbd://99671b03-94ed-44b3-b5f6-80b8e44d0570/images/6c715815-c798-4d9f-99f7-b0d802a8963d/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?limit=20"} 2018-09-04 12:58:43,353 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images?limit=20 used request id req-3fc5d3a8-f0e2-4f27-8eb0-e847d2d6f0b9 2018-09-04 12:58:43,356 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}19220a735a25665a4f781fda35ef91bc924fc769" 2018-09-04 12:58:43,498 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-1152ca12-b2f6-43b7-be2e-16fcd987d46c Date: Tue, 04 Sep 2018 12:58:43 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-09-04 12:58:43,498 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/schemas/image used request id req-1152ca12-b2f6-43b7-be2e-16fcd987d46c 2018-09-04 12:58:43,501 - sdnvpn.lib.openstack_utils - INFO - Creating image 'sdnvpn-image' from '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'... 2018-09-04 12:58:43,526 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}19220a735a25665a4f781fda35ef91bc924fc769" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "sdnvpn-image", "visibility": "public"}' 2018-09-04 12:58:43,725 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 573 Content-Type: application/json Location: http://172.30.9.28:9292/v2/images/394324f9-3852-462a-91c3-f55bd08773f2 X-Openstack-Request-Id: req-fcf5841f-209e-4c76-a1e5-8ff27c42cc57 Date: Tue, 04 Sep 2018 12:58:43 GMT RESP BODY: {"status": "queued", "name": "sdnvpn-image", "tags": [], "container_format": "bare", "created_at": "2018-09-04T12:58:43Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-09-04T12:58:43Z", "visibility": "public", "locations": [], "self": "/v2/images/394324f9-3852-462a-91c3-f55bd08773f2", "min_disk": 0, "protected": false, "id": "394324f9-3852-462a-91c3-f55bd08773f2", "file": "/v2/images/394324f9-3852-462a-91c3-f55bd08773f2/file", "checksum": null, "owner": "1e2f68a072b64978bd7ea91c2d64aca6", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-09-04 12:58:43,725 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.28:9292/v2/images used request id req-fcf5841f-209e-4c76-a1e5-8ff27c42cc57 2018-09-04 12:58:43,737 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.28:9292/v2/images/394324f9-3852-462a-91c3-f55bd08773f2/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}19220a735a25665a4f781fda35ef91bc924fc769" -d '' 2018-09-04 12:58:45,199 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-14458fd1-983a-46be-9eec-16170c4e46a3 Date: Tue, 04 Sep 2018 12:58:45 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-09-04 12:58:45,199 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.28:9292/v2/images/394324f9-3852-462a-91c3-f55bd08773f2/file used request id req-14458fd1-983a-46be-9eec-16170c4e46a3 2018-09-04 12:58:45,200 - sdnvpn_test_utils - INFO - Creating instance 'sdnvpn-13-3'... 2018-09-04 12:58:45,200 - sdnvpn_test_utils - DEBUG - Configuration: name=sdnvpn-13-3 flavor=m1.custom image=394324f9-3852-462a-91c3-f55bd08773f2 network=48e3eef3-b225-475f-9e2b-da376a1b83f1 secgroup=aee4e203-f920-46bb-ac91-6898d944e253 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-09-04 12:58:45,200 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-09-04 12:58:45,201 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-09-04 12:58:45,201 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-09-04 12:58:45,201 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-09-04 12:58:45,201 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-09-04 12:58:45,201 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-09-04 12:58:45,201 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-09-04 12:58:45,201 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-09-04 12:58:45,201 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-09-04 12:58:45,202 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-09-04 12:58:45,202 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-09-04 12:58:45,202 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-09-04 12:58:45,202 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-09-04 12:58:45,202 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-09-04 12:58:45,202 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-09-04 12:58:45,202 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-09-04 12:58:45,202 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-09-04 12:58:45,202 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-09-04 12:58:45,202 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-09-04 12:58:45,203 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-09-04 12:58:45,203 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-09-04 12:58:45,203 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-09-04 12:58:45,203 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-09-04 12:58:45,203 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-09-04 12:58:45,205 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-09-04 12:58:45,205 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-09-04 12:58:45,205 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-09-04 12:58:45,206 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-09-04 12:58:45,206 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-09-04 12:58:45,206 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-09-04 12:58:45,206 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-09-04 12:58:45,206 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-09-04 12:58:45,206 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-09-04 12:58:45,206 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-09-04 12:58:45,206 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-09-04 12:58:45,206 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-09-04 12:58:45,207 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-09-04 12:58:45,207 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-09-04 12:58:45,207 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-09-04 12:58:45,207 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-09-04 12:58:45,207 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-09-04 12:58:45,207 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-09-04 12:58:45,207 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-09-04 12:58:45,207 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-09-04 12:58:45,207 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-09-04 12:58:45,208 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-09-04 12:58:45,208 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-09-04 12:58:45,208 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-09-04 12:58:45,210 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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-09-04 12:58:45,217 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12:58:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-58503dff-003a-4862-aab6-108c0fdd4a5d 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.28:5000/v3/", "rel": "self"}]}} 2018-09-04 12:58:45,217 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-58503dff-003a-4862-aab6-108c0fdd4a5d 2018-09-04 12:58:45,218 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-09-04 12:58:45,586 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "3d416247e8224533841040c3ad2bce5a", "name": "admin"}], "expires_at": "2018-09-04T13:58:45.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1e2f68a072b64978bd7ea91c2d64aca6", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v1/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235635a698ef4bef9dc6b25273d185da"}, {"url": "http://192.30.9.6:8776/v1/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "23b07b3fbfc340a58cf0f9b2871a0d23"}, {"url": "http://172.30.9.28:8776/v1/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "72fd0aaa144d45419f4b04b6b26f69a7"}], "type": "volume", "id": "097241c25b4d4f7e91b3f8efa155909e", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v3/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93eb4cf3030a49e7840bec071422d397"}, {"url": "http://192.30.9.6:8776/v3/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8af439a6ac147fdbcb38ed9aa916b68"}, {"url": "http://192.30.9.6:8776/v3/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c4bfdbc9b7c74a23a40afdf578cfeba4"}], "type": "volumev3", "id": "1c85f4682ce44f729db1dabd98e965e8", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "82239574a29d4603a2161006f61851cf"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8d15f7134f364a7bbcfff2f84aac3bf2"}, {"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e01668c43a0c4c279b9a3d20a0280d6c"}], "type": "image", "id": "297d8415ca96454991054983920912f7", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7bb4d60e20734d4a9f31ec75e02cb823"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bf6adec15590466a9a0d3bddb00e8993"}, {"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f096f03a1d12411a8972f6f7c196b60d"}], "type": "policy", "id": "54c64351b56d44bbad74c2969cc3aa00", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "354ae6870a324fab82d0a0fb68ee0f26"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a3807e460dd4af488d982b66c52e64c"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e7c3da785076450abd71868e75ce0c33"}], "type": "cloudformation", "id": "6ac9917ae83c4639a15a4ab3cf0e76dd", "name": "heat-cfn"}, {"endpoints": [], "type": "metering", "id": "7fcc078e5e0645f29df67742ac14e388", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49e71628d386464cb950d6a9db00a328"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75b0a63ed8574bbcab1c851cc9b83d30"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9902b0a8b3c04cd192a1b84c417c232b"}], "type": "key-manager", "id": "9626544a32e74678a641c6e206f028a9", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "497340e5aa36485982fdf297f370558f"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7802beb4fc7c4952897b77bd5610b1fe"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c14af798917f4fa0b146d9772583e595"}], "type": "metric", "id": "973bfe8c658d4e5a8da725e76b9d550e", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "288ecc3674ea41d2aa3b790dcb832bf2"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7a6dc785cd7142f5b30f1a7ba0daeb03"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7f7d34e2351b4964befccc862c4e8e12"}], "type": "network", "id": "a348d7b06050474fb449be7f32ea6f5d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "21bce6ecb8464a1f8f3e3847aa698bd6"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0a8faf2246b47deb30e69e48d3551fb"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e71c6011de3d4d8589e5b53dcc79f288"}], "type": "identity", "id": "ad8d4b4953184137a1b913ecee9434ed", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "13474f9a78ca4f1184e4cddc84d0d98c"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad67365a18234bb78c336e6776958c00"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc54db13337f44f8921fbb9ad0f81de8"}], "type": "alarming", "id": "bb18dc3243034f08a6a7f69f7a1edccf", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0d91d7adf0304b2681c77f979e5cdb17"}, {"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "756e5ffca9774ab3ae2db41bf330417f"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c07c727a08c243b287827f539a124e63"}], "type": "placement", "id": "bb2c9432fcbd4c56913177122468f6ba", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8004/v1/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1eed4912224b48cf9856446eae4d9928"}, {"url": "http://192.30.9.6:8004/v1/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b73b7f99236541148d84f24f09e5dd40"}, {"url": "http://192.30.9.6:8004/v1/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fbf12e52911244fdafc24a9d46f56e62"}], "type": "orchestration", "id": "c8918d139da945ba93df4ccce21d4904", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16bf098b9e2e490f8e47fa601059f975"}, {"url": "http://192.30.9.6:8776/v2/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc16fa4cf491444ca2f611d5692c1170"}, {"url": "http://192.30.9.6:8776/v2/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ccd2c5325dff4b90b391db9fdde67d99"}], "type": "volumev2", "id": "d09ac9123c34494abce21d6c27bee9d9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eac694332354a3aa0e61c31314166d7"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b4d4989c4e764717ab78d38675cadd3f"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff196e46b56d406d87a678f1a64497b0"}], "type": "compute", "id": "d4030ee932c84df58c5b910cc197caa7", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "42c3a9abd8ad4ce8ab2c4cc6e0403c33"}, "audit_ids": ["hpJvTGCBRvuL0Oy_BgOcUQ"], "issued_at": "2018-09-04T12:58:45.000000Z"}} 2018-09-04 12:58:45,589 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e5bfbf1de56f24d36cc11ab5bbcc8a086d229d2a" 2018-09-04 12:58:45,858 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12:58: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-330e790c-b905-407d-bc67-802ee43ad365 x-compute-request-id: req-330e790c-b905-407d-bc67-802ee43ad365 Content-Encoding: gzip Content-Length: 209 Content-Type: application/json RESP BODY: {"flavors": [{"id": "6e6fa632-792d-4524-8c3f-c20426a36581", "links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/6e6fa632-792d-4524-8c3f-c20426a36581", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/6e6fa632-792d-4524-8c3f-c20426a36581", "rel": "bookmark"}], "name": "m1.custom"}, {"id": "9cbbc756-b738-4f1f-8d03-84c527182338", "links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/9cbbc756-b738-4f1f-8d03-84c527182338", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/9cbbc756-b738-4f1f-8d03-84c527182338", "rel": "bookmark"}], "name": "m1.tiny"}]} 2018-09-04 12:58:45,858 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors used request id req-330e790c-b905-407d-bc67-802ee43ad365 2018-09-04 12:58:45,862 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/flavors/6e6fa632-792d-4524-8c3f-c20426a36581 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e5bfbf1de56f24d36cc11ab5bbcc8a086d229d2a" 2018-09-04 12:58:45,882 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12:58: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-99670bd6-08f1-453f-a515-66d2d83a6a31 x-compute-request-id: req-99670bd6-08f1-453f-a515-66d2d83a6a31 Content-Encoding: gzip Content-Length: 283 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/6e6fa632-792d-4524-8c3f-c20426a36581", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/6e6fa632-792d-4524-8c3f-c20426a36581", "rel": "bookmark"}], "ram": 1024, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "6e6fa632-792d-4524-8c3f-c20426a36581", "name": "m1.custom", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-09-04 12:58:45,882 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors/6e6fa632-792d-4524-8c3f-c20426a36581 used request id req-99670bd6-08f1-453f-a515-66d2d83a6a31 2018-09-04 12:58:45,885 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e5bfbf1de56f24d36cc11ab5bbcc8a086d229d2a" -d '{"server": {"name": "sdnvpn-13-3", "imageRef": "394324f9-3852-462a-91c3-f55bd08773f2", "availability_zone": "nova:overcloud-novacompute-1.opnfvlf.org", "flavorRef": "6e6fa632-792d-4524-8c3f-c20426a36581", "user_data": "IyEvYmluL3NoCnNldCAxNzkuMjQuMS4xMgp3aGlsZSB0cnVlOyBkbwogZm9yIGkgZG8KICBpcD0kaQogIHBpbmcgLWMgMTAgJGlwIDI+JjEgPi9kZXYvbnVsbAogIFJFUz0kPwogIGlmIFsgIlokUkVTIiA9ICJaMCIgXSA7IHRoZW4KICAgZWNobyBwaW5nICRpcCBPSwogIGVsc2UgZWNobyBwaW5nICRpcCBLTwogIGZpCiBkb25lCiBzbGVlcCAxCmRvbmUK", "max_count": 1, "min_count": 1, "networks": [{"uuid": "48e3eef3-b225-475f-9e2b-da376a1b83f1"}], "config_drive": true}}' 2018-09-04 12:58:47,528 - novaclient.v2.client - DEBUG - RESP: [202] Date: Tue, 04 Sep 2018 12:58: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-67b7042e-26e4-4def-aad4-f1b8e1691cca x-compute-request-id: req-67b7042e-26e4-4def-aad4-f1b8e1691cca Content-Length: 374 location: http://172.30.9.28:8774/v2.1/servers/21696f46-26c7-422c-ab98-009ec8a15c40 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "21696f46-26c7-422c-ab98-009ec8a15c40", "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/21696f46-26c7-422c-ab98-009ec8a15c40", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/21696f46-26c7-422c-ab98-009ec8a15c40", "rel": "bookmark"}], "adminPass": "PMeH2VvRwKJP"}} 2018-09-04 12:58:47,528 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers used request id req-67b7042e-26e4-4def-aad4-f1b8e1691cca 2018-09-04 12:58:47,529 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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-09-04 12:58:47,536 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12:58:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b6b6ffcd-1581-4dec-88d4-77a7e68ad0ca 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.28:5000/v3/", "rel": "self"}]}} 2018-09-04 12:58:47,536 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-b6b6ffcd-1581-4dec-88d4-77a7e68ad0ca 2018-09-04 12:58:47,537 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2018-09-04 12:58:48,002 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "3d416247e8224533841040c3ad2bce5a", "name": "admin"}], "expires_at": "2018-09-04T13:58:48.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1e2f68a072b64978bd7ea91c2d64aca6", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v1/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "235635a698ef4bef9dc6b25273d185da"}, {"url": "http://192.30.9.6:8776/v1/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "23b07b3fbfc340a58cf0f9b2871a0d23"}, {"url": "http://172.30.9.28:8776/v1/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "72fd0aaa144d45419f4b04b6b26f69a7"}], "type": "volume", "id": "097241c25b4d4f7e91b3f8efa155909e", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v3/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "93eb4cf3030a49e7840bec071422d397"}, {"url": "http://192.30.9.6:8776/v3/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8af439a6ac147fdbcb38ed9aa916b68"}, {"url": "http://192.30.9.6:8776/v3/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c4bfdbc9b7c74a23a40afdf578cfeba4"}], "type": "volumev3", "id": "1c85f4682ce44f729db1dabd98e965e8", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "82239574a29d4603a2161006f61851cf"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8d15f7134f364a7bbcfff2f84aac3bf2"}, {"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e01668c43a0c4c279b9a3d20a0280d6c"}], "type": "image", "id": "297d8415ca96454991054983920912f7", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7bb4d60e20734d4a9f31ec75e02cb823"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bf6adec15590466a9a0d3bddb00e8993"}, {"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f096f03a1d12411a8972f6f7c196b60d"}], "type": "policy", "id": "54c64351b56d44bbad74c2969cc3aa00", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "354ae6870a324fab82d0a0fb68ee0f26"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a3807e460dd4af488d982b66c52e64c"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e7c3da785076450abd71868e75ce0c33"}], "type": "cloudformation", "id": "6ac9917ae83c4639a15a4ab3cf0e76dd", "name": "heat-cfn"}, {"endpoints": [], "type": "metering", "id": "7fcc078e5e0645f29df67742ac14e388", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49e71628d386464cb950d6a9db00a328"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75b0a63ed8574bbcab1c851cc9b83d30"}, {"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9902b0a8b3c04cd192a1b84c417c232b"}], "type": "key-manager", "id": "9626544a32e74678a641c6e206f028a9", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "497340e5aa36485982fdf297f370558f"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7802beb4fc7c4952897b77bd5610b1fe"}, {"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c14af798917f4fa0b146d9772583e595"}], "type": "metric", "id": "973bfe8c658d4e5a8da725e76b9d550e", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "288ecc3674ea41d2aa3b790dcb832bf2"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7a6dc785cd7142f5b30f1a7ba0daeb03"}, {"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7f7d34e2351b4964befccc862c4e8e12"}], "type": "network", "id": "a348d7b06050474fb449be7f32ea6f5d", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "21bce6ecb8464a1f8f3e3847aa698bd6"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b0a8faf2246b47deb30e69e48d3551fb"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e71c6011de3d4d8589e5b53dcc79f288"}], "type": "identity", "id": "ad8d4b4953184137a1b913ecee9434ed", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "13474f9a78ca4f1184e4cddc84d0d98c"}, {"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad67365a18234bb78c336e6776958c00"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc54db13337f44f8921fbb9ad0f81de8"}], "type": "alarming", "id": "bb18dc3243034f08a6a7f69f7a1edccf", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0d91d7adf0304b2681c77f979e5cdb17"}, {"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "756e5ffca9774ab3ae2db41bf330417f"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c07c727a08c243b287827f539a124e63"}], "type": "placement", "id": "bb2c9432fcbd4c56913177122468f6ba", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.28:8004/v1/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1eed4912224b48cf9856446eae4d9928"}, {"url": "http://192.30.9.6:8004/v1/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b73b7f99236541148d84f24f09e5dd40"}, {"url": "http://192.30.9.6:8004/v1/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fbf12e52911244fdafc24a9d46f56e62"}], "type": "orchestration", "id": "c8918d139da945ba93df4ccce21d4904", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "16bf098b9e2e490f8e47fa601059f975"}, {"url": "http://192.30.9.6:8776/v2/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc16fa4cf491444ca2f611d5692c1170"}, {"url": "http://192.30.9.6:8776/v2/1e2f68a072b64978bd7ea91c2d64aca6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ccd2c5325dff4b90b391db9fdde67d99"}], "type": "volumev2", "id": "d09ac9123c34494abce21d6c27bee9d9", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6eac694332354a3aa0e61c31314166d7"}, {"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b4d4989c4e764717ab78d38675cadd3f"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff196e46b56d406d87a678f1a64497b0"}], "type": "compute", "id": "d4030ee932c84df58c5b910cc197caa7", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "42c3a9abd8ad4ce8ab2c4cc6e0403c33"}, "audit_ids": ["XZAKsUaLQ6i--WvBz1Jgkg"], "issued_at": "2018-09-04T12:58:48.000000Z"}} 2018-09-04 12:58:48,005 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/21696f46-26c7-422c-ab98-009ec8a15c40 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e4d865a5efce7877a711e22c4dfd6b64d92a2391" 2018-09-04 12:58:48,510 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12:58: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-4fd797d8-3ad1-4d3d-a184-1f0f9be7a91f x-compute-request-id: req-4fd797d8-3ad1-4d3d-a184-1f0f9be7a91f 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.28:8774/v2.1/servers/21696f46-26c7-422c-ab98-009ec8a15c40", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/21696f46-26c7-422c-ab98-009ec8a15c40", "rel": "bookmark"}], "image": {"id": "394324f9-3852-462a-91c3-f55bd08773f2", "links": [{"href": "http://172.30.9.28:8774/images/394324f9-3852-462a-91c3-f55bd08773f2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6e6fa632-792d-4524-8c3f-c20426a36581", "links": [{"href": "http://172.30.9.28:8774/flavors/6e6fa632-792d-4524-8c3f-c20426a36581", "rel": "bookmark"}]}, "id": "21696f46-26c7-422c-ab98-009ec8a15c40", "user_id": "42c3a9abd8ad4ce8ab2c4cc6e0403c33", "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-09-04T12:58:48Z", "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-3", "created": "2018-09-04T12:58:47Z", "tenant_id": "1e2f68a072b64978bd7ea91c2d64aca6", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 12:58:48,511 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/21696f46-26c7-422c-ab98-009ec8a15c40 used request id req-4fd797d8-3ad1-4d3d-a184-1f0f9be7a91f 2018-09-04 12:58:51,517 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/21696f46-26c7-422c-ab98-009ec8a15c40 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e4d865a5efce7877a711e22c4dfd6b64d92a2391" 2018-09-04 12:58:52,099 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12:58: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-620366ac-f652-4f62-9692-d1cef147540f x-compute-request-id: req-620366ac-f652-4f62-9692-d1cef147540f Content-Encoding: gzip Content-Length: 712 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/21696f46-26c7-422c-ab98-009ec8a15c40", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/21696f46-26c7-422c-ab98-009ec8a15c40", "rel": "bookmark"}], "image": {"id": "394324f9-3852-462a-91c3-f55bd08773f2", "links": [{"href": "http://172.30.9.28:8774/images/394324f9-3852-462a-91c3-f55bd08773f2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000138", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6e6fa632-792d-4524-8c3f-c20426a36581", "links": [{"href": "http://172.30.9.28:8774/flavors/6e6fa632-792d-4524-8c3f-c20426a36581", "rel": "bookmark"}]}, "id": "21696f46-26c7-422c-ab98-009ec8a15c40", "security_groups": [{"name": "default"}], "user_id": "42c3a9abd8ad4ce8ab2c4cc6e0403c33", "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-09-04T12:58:48Z", "hostId": "24e26f10d5130c6a4675921c14879aaf799aa7852a9a32fc2c90e6da", "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-09-04T12:58:47Z", "tenant_id": "1e2f68a072b64978bd7ea91c2d64aca6", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 12:58:52,099 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/21696f46-26c7-422c-ab98-009ec8a15c40 used request id req-620366ac-f652-4f62-9692-d1cef147540f 2018-09-04 12:58:55,105 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/21696f46-26c7-422c-ab98-009ec8a15c40 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e4d865a5efce7877a711e22c4dfd6b64d92a2391" 2018-09-04 12:58:55,793 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12:58: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-c803be8c-0188-425e-93c9-e09a5a8866dc x-compute-request-id: req-c803be8c-0188-425e-93c9-e09a5a8866dc Content-Encoding: gzip Content-Length: 786 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:bc:0f:b7", "version": 4, "addr": "10.10.10.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/21696f46-26c7-422c-ab98-009ec8a15c40", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/21696f46-26c7-422c-ab98-009ec8a15c40", "rel": "bookmark"}], "image": {"id": "394324f9-3852-462a-91c3-f55bd08773f2", "links": [{"href": "http://172.30.9.28:8774/images/394324f9-3852-462a-91c3-f55bd08773f2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000138", "OS-SRV-USG:launched_at": "2018-09-04T12:58:52.000000", "flavor": {"id": "6e6fa632-792d-4524-8c3f-c20426a36581", "links": [{"href": "http://172.30.9.28:8774/flavors/6e6fa632-792d-4524-8c3f-c20426a36581", "rel": "bookmark"}]}, "id": "21696f46-26c7-422c-ab98-009ec8a15c40", "security_groups": [{"name": "default"}], "user_id": "42c3a9abd8ad4ce8ab2c4cc6e0403c33", "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-09-04T12:58:53Z", "hostId": "24e26f10d5130c6a4675921c14879aaf799aa7852a9a32fc2c90e6da", "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-09-04T12:58:47Z", "tenant_id": "1e2f68a072b64978bd7ea91c2d64aca6", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 12:58:55,793 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/21696f46-26c7-422c-ab98-009ec8a15c40 used request id req-c803be8c-0188-425e-93c9-e09a5a8866dc 2018-09-04 12:58:55,796 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/21696f46-26c7-422c-ab98-009ec8a15c40 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e5bfbf1de56f24d36cc11ab5bbcc8a086d229d2a" 2018-09-04 12:58:56,601 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12:58: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-499a8b88-db02-4554-82ec-058d369da566 x-compute-request-id: req-499a8b88-db02-4554-82ec-058d369da566 Content-Encoding: gzip Content-Length: 786 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:bc:0f:b7", "version": 4, "addr": "10.10.10.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/21696f46-26c7-422c-ab98-009ec8a15c40", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/21696f46-26c7-422c-ab98-009ec8a15c40", "rel": "bookmark"}], "image": {"id": "394324f9-3852-462a-91c3-f55bd08773f2", "links": [{"href": "http://172.30.9.28:8774/images/394324f9-3852-462a-91c3-f55bd08773f2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000138", "OS-SRV-USG:launched_at": "2018-09-04T12:58:52.000000", "flavor": {"id": "6e6fa632-792d-4524-8c3f-c20426a36581", "links": [{"href": "http://172.30.9.28:8774/flavors/6e6fa632-792d-4524-8c3f-c20426a36581", "rel": "bookmark"}]}, "id": "21696f46-26c7-422c-ab98-009ec8a15c40", "security_groups": [{"name": "default"}], "user_id": "42c3a9abd8ad4ce8ab2c4cc6e0403c33", "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-09-04T12:58:53Z", "hostId": "24e26f10d5130c6a4675921c14879aaf799aa7852a9a32fc2c90e6da", "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-09-04T12:58:47Z", "tenant_id": "1e2f68a072b64978bd7ea91c2d64aca6", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-04 12:58:56,602 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/21696f46-26c7-422c-ab98-009ec8a15c40 used request id req-499a8b88-db02-4554-82ec-058d369da566 2018-09-04 12:58:56,602 - sdnvpn_test_utils - DEBUG - Instance 'sdnvpn-13-3' booted successfully. IP='10.10.10.5'. 2018-09-04 12:58:56,602 - sdnvpn_test_utils - DEBUG - Adding 'sdnvpn-13-3' to security group 'sdnvpn-sg'... 2018-09-04 12:58:56,605 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/servers/21696f46-26c7-422c-ab98-009ec8a15c40/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cc69444ed6f81681deebd352b0171c46b5ecff7b" -d '{"addSecurityGroup": {"name": "aee4e203-f920-46bb-ac91-6898d944e253"}}' 2018-09-04 12:58:58,244 - novaclient.v2.client - DEBUG - RESP: [202] Date: Tue, 04 Sep 2018 12:58: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-5c8723a0-4036-4ea2-9b26-bc3a1d0d3739 x-compute-request-id: req-5c8723a0-4036-4ea2-9b26-bc3a1d0d3739 Content-Length: 0 Content-Type: application/json 2018-09-04 12:58:58,244 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/21696f46-26c7-422c-ab98-009ec8a15c40/action used request id req-5c8723a0-4036-4ea2-9b26-bc3a1d0d3739 2018-09-04 12:58:58,245 - sdnvpn_test_utils - INFO - Waiting for instance 21696f46-26c7-422c-ab98-009ec8a15c40 to boot up 2018-09-04 12:58:58,248 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/servers/21696f46-26c7-422c-ab98-009ec8a15c40/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e5bfbf1de56f24d36cc11ab5bbcc8a086d229d2a" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-04 12:58:59,317 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12:58: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-13e16621-fa74-4562-ae06-a5691d33620f x-compute-request-id: req-13e16621-fa74-4562-ae06-a5691d33620f Content-Encoding: gzip Content-Length: 8059 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 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 505633558 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 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.912 MHz processor\n[ 0.138057] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.139710] pid_max: default: 32768 minimum: 301\n[ 0.140599] ACPI: Core revision 20150930\n[ 0.141975] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.143277] Security Framework initialized\n[ 0.144087] Yama: becoming mindful.\n[ 0.144821] AppArmor: AppArmor initialized\n[ 0.145708] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.147100] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.148756] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.149969] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.151359] Initializing cgroup subsys io\n[ 0.152164] Initializing cgroup subsys memory\n[ 0.153019] Initializing cgroup subsys devices\n[ 0.153898] Initializing cgroup subsys freezer\n[ 0.154767] Initializing cgroup subsys net_cls\n[ 0.155632] Initializing cgroup subsys perf_event\n[ 0.156535] Initializing cgroup subsys net_prio\n[ 0.157423] Initializing cgroup subsys hugetlb\n[ 0.158283] Initializing cgroup subsys pids\n[ 0.159152] CPU: Physical Processor ID: 0\n[ 0.160641] mce: CPU supports 10 MCE banks\n[ 0.161496] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.162492] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.173195] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.179611] ftrace: allocating 31920 entries in 125 pages\n[ 0.206013] smpboot: Max logical packages: 1\n[ 0.206863] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.208205] x2apic enabled\n[ 0.209012] Switched APIC routing to physical x2apic.\n[ 0.210781] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.211894] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.213878] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.215660] KVM setup paravirtual spinlock\n[ 0.216924] x86: Booted up 1 node, 1 CPUs\n[ 0.217730] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.219108] devtmpfs: initialized\n[ 0.220836] evm: security.selinux\n[ 0.221538] evm: security.SMACK64\n[ 0.222226] evm: security.SMACK64EXEC\n[ 0.222966] evm: security.SMACK64TRANSMUTE\n[ 0.223773] evm: security.SMACK64MMAP\n[ 0.224520] evm: security.ima\n[ 0.225157] evm: security.capability\n[ 0.225959] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.227797] pinctrl core: initialized pinctrl subsystem\n[ 0.228896] RTC time: 12:58:52, date: 09/04/18\n[ 0.229833] NET: Registered protocol family 16\n[ 0.230793] cpuidle: using governor ladder\n[ 0.231615] cpuidle: using governor menu\n[ 0.232399] PCCT header not found.\n[ 0.233151] ACPI: bus type PCI registered\n[ 0.233960] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.235193] PCI: Using configuration type 1 for base access\n[ 0.237308] ACPI: Added _OSI(Module Device)\n[ 0.238141] ACPI: Added _OSI(Processor Device)\n[ 0.239007] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.239905] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.242026] ACPI: Interpreter enabled\n[ 0.242796] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.244637] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.246475] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.248312] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.250145] ACPI: (supports S0 S5)\n[ 0.250852] ACPI: Using IOAPIC for interrupt routing\n[ 0.251895] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.254976] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.256114] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.257358] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.258552] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.260769] acpiphp: Slot [3] registered\n[ 0.261572] acpiphp: Slot [4] registered\n[ 0.262379] acpiphp: Slot [5] registered\n[ 0.263179] acpiphp: Slot [6] registered\n[ 0.263977] acpiphp: Slot [7] registered\n[ 0.264770] acpiphp: Slot [8] registered\n[ 0.265566] acpiphp: Slot [9] registered\n[ 0.266363] acpiphp: Slot [10] registered\n[ 0.267177] acpiphp: Slot [11] registered\n[ 0.267989] acpiphp: Slot [12] registered\n[ 0.268796] acpiphp: Slot [13] registered\n[ 0.269603] acpiphp: Slot [14] registered\n[ 0.270406] acpiphp: Slot [15] registered\n[ 0.281506] acpiphp: Slot [16] registered\n[ 0.282315] acpiphp: Slot [17] registered\n[ 0.283119] acpiphp: Slot [18] registered\n[ 0.283928] acpiphp: Slot [19] registered\n[ 0.284734] acpiphp: Slot [20] registered\n[ 0.285544] acpiphp: Slot [21] registered\n[ 0.286351] acpiphp: Slot [22] registered\n[ 0.287152] acpiphp: Slot [23] registered\n[ 0.287968] acpiphp: Slot [24] registered\n[ 0.288773] acpiphp: Slot [25] registered\n[ 0.289585] acpiphp: Slot [26] registered\n[ 0.290390] acpiphp: Slot [27] registered\n[ 0.291191] acpiphp: Slot [28] registered\n[ 0.291999] acpiphp: Slot [29] registered\n[ 0.292805] acpiphp: Slot [30] registered\n[ 0.293618] acpiphp: Slot [31] registered\n[ 0.294420] PCI host bridge to bus 0000:00\n[ 0.295222] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.296425] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.297634] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.299076] pci_bus 0000:00: root bus resource [mem 0x40000000-0xfebfffff window]\n[ 0.300522] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.306796] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.308068] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.309236] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.310495] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.316916] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.318350] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.363964] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.365464] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.366885] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.368318] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.369722] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.370974] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.372468] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.373519] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.375061] vgaarb: loaded\n[ 0.375664] vgaarb: bridge control possible 0000:00:02.0\n[ 0.376793] SCSI subsystem initialized\n[ 0.377611] ACPI: bus type USB registered\n[ 0.378427] usbcore: registered new interface driver usbfs\n[ 0.379462] usbcore: registered new interface driver hub\n[ 0.380466] usbcore: registered new device driver usb\n[ 0.381514] PCI: Using ACPI for IRQ routing\n[ 0.382548] NetLabel: Initializing\n[ 0.383266] NetLabel: domain hash size = 128\n[ 0.384132] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.385098] NetLabel: unlabeled traffic allowed by default\n[ 0.386195] clocksource: Switched to clocksource kvm-clock\n[ 0.391691] AppArmor: AppArmor Filesystem Enabled\n[ 0.392674] pnp: PnP ACPI init\n[ 0.393588] pnp: PnP ACPI: found 5 devices\n[ 0.399619] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.401340] NET: Registered protocol family 2\n[ 0.402308] TCP established hash table entries: 8192 (order: 4, 65536 bytes)\n[ 0.403596] TCP bind hash table entries: 8192 (order: 5, 131072 bytes)\n[ 0.404806] TCP: Hash tables configured (established 8192 bind 8192)\n[ 0.405995] UDP hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.407100] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.408302] NET: Registered protocol family 1\n[ 0.409173] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.410282] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.411367] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.425286] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.439535] Trying to unpack rootfs image as initramfs...\n[ 0.489553] Freeing initrd memory: 4824K (ffff880037b3a000 - ffff880037ff0000)\n[ 0.503607] Scanning for low memory corruption every 60 seconds\n[ 0.504943] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.506103] audit: initializing netlink subsys (disabled)\n[ 0.507145] audit: type=2000 audit(1536065933.655:1): initialized\n[ 0.508460] Initialise system trusted keyring\n[ 0.509397] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.510578] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.512547] zbud: loaded\n[ 0.513252] VFS: Disk quotas dquot_6.6.0\n[ 0.514077] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.515618] fuse init (API version 7.23)\n[ 0.516507] Key type big_key registered\n[ 0.517317] Allocating IMA MOK and blacklist keyrings.\n[ 0.518431] Key type asymmetric registered\n[ 0.519259] Asymmetric key parser 'x509' registered\n[ 0.520221] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.521697] io scheduler noop registered\n[ 0.522512] io scheduler deadline registered (default)\n[ 0.523510] io scheduler cfq registered\n[ 0.524349] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.527648] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.547371] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.548831] ACPI: Power Button [PWRF]\n[ 0.549669] GHES: HEST is not enabled!\n[ 0.563350] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.593555] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.596140] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.620092] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.622252] Linux agpgart interface v0.103\n[ 0.624734] brd: module loaded\n[ 0.625916] loop: module loaded\n[ 0.630246] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.631714] GPT:90111 != 20971519\n[ 0.632405] GPT:Alternate GPT header not at the end of the disk.\n[ 0.633497] GPT:90111 != 20971519\n[ 0.634183] GPT: Use GNU Parted to correct GPT errors.\n[ 0.635157] vda: vda1 vda15\n[ 0.636583] scsi host0: ata_piix\n[ 0.637381] scsi host1: ata_piix\n[ 0.638190] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.639546] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.640998] libphy: Fixed MDIO Bus: probed\n[ 0.641822] tun: Universal TUN/TAP device driver, 1.6\n[ 0.642782] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.644948] PPP generic driver version 2.4.2\n[ 0.645848] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.647116] ehci-pci: EHCI PCI platform driver\n[ 0.648001] ehci-platform: EHCI generic platform driver\n[ 0.648988] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.650153] ohci-pci: OHCI PCI platform driver\n[ 0.651036] ohci-platform: OHCI generic platform driver\n[ 0.652052] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.666721] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.667764] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.669212] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.670236] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.671343] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.672554] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.673960] usb usb1: Product: UHCI Host Controller\n[ 0.674892] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.676028] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.677034] hub 1-0:1.0: USB hub found\n[ 0.677814] hub 1-0:1.0: 2 ports detected\n[ 0.678733] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.680841] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.681791] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.682830] mousedev: PS/2 mouse device common for all mice\n[ 0.684079] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.685915] rtc_cmos 00:00: RTC can wake from S4\n[ 0.687025] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.688222] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.689411] i2c /dev entries driver\n[ 0.690167] device-mapper: uevent: version 1.0.3\n[ 0.691113] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.692735] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.694000] NET: Registered protocol family 10\n[ 0.695000] NET: Registered protocol family 17\n[ 0.695891] Key type dns_resolver registered\n[ 0.696816] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.697910] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.699659] registered taskstats version 1\n[ 0.700499] Loading compiled-in X.509 certificates\n[ 0.701934] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.703795] zswap: loaded using pool lzo/zbud\n[ 0.705152] Key type trusted registered\n[ 0.706707] Key type encrypted registered\n[ 0.707549] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.708582] ima: No TPM chip found, activating TPM-bypass!\n[ 0.709613] evm: HMAC attrs: 0x1\n[ 0.710554] Magic number: 2:34:986\n[ 0.711381] rtc_cmos 00:00: setting system clock to 2018-09-04 12:58:53 UTC (1536065933)\n[ 0.712969] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.714081] EDD information not available.\n[ 0.794786] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.796256] ata1.00: configured for MWDMA2\n[ 0.797466] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.810490] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.811752] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.812994] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.814863] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.816394] Write protecting the kernel read-only data: 14336k\n[ 0.817948] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.819748] 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.875769] 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.28\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found 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=20953055,end=20971487\n"} 2018-09-04 12:58:59,317 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/21696f46-26c7-422c-ab98-009ec8a15c40/action used request id req-13e16621-fa74-4562-ae06-a5691d33620f 2018-09-04 12:59:01,320 - sdnvpn-results - INFO - Create VPN with multiple RDs 2018-09-04 12:59:01,326 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:9696/v2.0/bgpvpn/bgpvpns -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9a3aef477f0de1e421a3bb6540830a6ff0baec4a" -d '{"bgpvpn": {"import_targets": "88:88", "export_targets": "88:88", "name": "sdnvpn-444732", "route_distinguishers": ["12:12", "13:13"]}}' 2018-09-04 12:59:01,785 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 350 X-Openstack-Request-Id: req-ae4876a2-550f-4537-961b-d680ffad6085 Date: Tue, 04 Sep 2018 12:59:01 GMT RESP BODY: {"bgpvpn": {"export_targets": ["88:88"], "route_distinguishers": ["12:12", "13:13"], "routers": [], "id": "8225283f-f7b2-4548-ae89-36914ad222e1", "name": "sdnvpn-444732", "tenant_id": "1e2f68a072b64978bd7ea91c2d64aca6", "import_targets": ["88:88"], "networks": [], "route_targets": [], "project_id": "1e2f68a072b64978bd7ea91c2d64aca6", "type": "l3"}} 2018-09-04 12:59:01,785 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/bgpvpn/bgpvpns used request id req-ae4876a2-550f-4537-961b-d680ffad6085 2018-09-04 12:59:01,785 - sdnvpn.test.functest.testcase_13 - DEBUG - VPN created details: {u'bgpvpn': {u'export_targets': [u'88:88'], u'name': u'sdnvpn-444732', u'route_distinguishers': [u'12:12', u'13:13'], u'routers': [], u'import_targets': [u'88:88'], u'networks': [], u'tenant_id': u'1e2f68a072b64978bd7ea91c2d64aca6', u'route_targets': [], u'project_id': u'1e2f68a072b64978bd7ea91c2d64aca6', u'type': u'l3', u'id': u'8225283f-f7b2-4548-ae89-36914ad222e1'}} 2018-09-04 12:59:01,785 - sdnvpn-results - INFO - Associate router 'sdnvpn-13-1-router' to the VPN. 2018-09-04 12:59:01,791 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:9696/v2.0/bgpvpn/bgpvpns/8225283f-f7b2-4548-ae89-36914ad222e1/router_associations -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9a3aef477f0de1e421a3bb6540830a6ff0baec4a" -d '{"router_association": {"router_id": "b02d489e-c4ef-4806-aa05-df6654bd95e2"}}' 2018-09-04 12:59:02,973 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 222 X-Openstack-Request-Id: req-6321e806-d667-414b-8c9b-f592f3cc98f5 Date: Tue, 04 Sep 2018 12:59:02 GMT RESP BODY: {"router_association": {"router_id": "b02d489e-c4ef-4806-aa05-df6654bd95e2", "tenant_id": "1e2f68a072b64978bd7ea91c2d64aca6", "project_id": "1e2f68a072b64978bd7ea91c2d64aca6", "id": "2aa0e541-5d7c-4940-ad5d-c2cd16fefa9c"}} 2018-09-04 12:59:02,973 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/bgpvpn/bgpvpns/8225283f-f7b2-4548-ae89-36914ad222e1/router_associations used request id req-6321e806-d667-414b-8c9b-f592f3cc98f5 2018-09-04 12:59:02,978 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.28:9696/v2.0/routers/b02d489e-c4ef-4806-aa05-df6654bd95e2 -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9a3aef477f0de1e421a3bb6540830a6ff0baec4a" -d '{"router": {"routes": [{"nexthop": "10.10.10.9", "destination": "179.24.1.12/32"}, {"nexthop": "10.10.10.11", "destination": "179.24.1.12/32"}]}}' 2018-09-04 12:59:03,640 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 726 X-Openstack-Request-Id: req-b2873822-b1d0-4947-84f5-d300d5723f8b Date: Tue, 04 Sep 2018 12:59:03 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "4097e349-dd4a-4a5e-95d6-eed5c2d7b85a", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "5092c110-d468-4f12-acae-47d56d35dff1", "ip_address": "172.30.9.201"}]}, "description": "", "tags": [], "tenant_id": "1e2f68a072b64978bd7ea91c2d64aca6", "created_at": "2018-09-04T12:55:42Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-09-04T12:59:03Z", "revision_number": 6, "routes": [{"nexthop": "10.10.10.11", "destination": "179.24.1.12/32"}, {"nexthop": "10.10.10.9", "destination": "179.24.1.12/32"}], "project_id": "1e2f68a072b64978bd7ea91c2d64aca6", "id": "b02d489e-c4ef-4806-aa05-df6654bd95e2", "name": "sdnvpn-13-1-router"}} 2018-09-04 12:59:03,640 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.28:9696/v2.0/routers/b02d489e-c4ef-4806-aa05-df6654bd95e2 used request id req-b2873822-b1d0-4947-84f5-d300d5723f8b 2018-09-04 12:59:03,640 - sdnvpn.test.functest.testcase_13 - INFO - Waiting for the VMs to connect to each other using the updated network configuration 2018-09-04 12:59:33,650 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/servers/21696f46-26c7-422c-ab98-009ec8a15c40/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e5bfbf1de56f24d36cc11ab5bbcc8a086d229d2a" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-04 12:59:34,778 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12:59: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-af638b0c-0115-4633-bff9-0895e7a398e5 x-compute-request-id: req-af638b0c-0115-4633-bff9-0895e7a398e5 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-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 505633558 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 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.912 MHz processor\n[ 0.138057] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.139710] pid_max: default: 32768 minimum: 301\n[ 0.140599] ACPI: Core revision 20150930\n[ 0.141975] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.143277] Security Framework initialized\n[ 0.144087] Yama: becoming mindful.\n[ 0.144821] AppArmor: AppArmor initialized\n[ 0.145708] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.147100] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.148756] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.149969] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.151359] Initializing cgroup subsys io\n[ 0.152164] Initializing cgroup subsys memory\n[ 0.153019] Initializing cgroup subsys devices\n[ 0.153898] Initializing cgroup subsys freezer\n[ 0.154767] Initializing cgroup subsys net_cls\n[ 0.155632] Initializing cgroup subsys perf_event\n[ 0.156535] Initializing cgroup subsys net_prio\n[ 0.157423] Initializing cgroup subsys hugetlb\n[ 0.158283] Initializing cgroup subsys pids\n[ 0.159152] CPU: Physical Processor ID: 0\n[ 0.160641] mce: CPU supports 10 MCE banks\n[ 0.161496] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.162492] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.173195] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.179611] ftrace: allocating 31920 entries in 125 pages\n[ 0.206013] smpboot: Max logical packages: 1\n[ 0.206863] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.208205] x2apic enabled\n[ 0.209012] Switched APIC routing to physical x2apic.\n[ 0.210781] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.211894] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.213878] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.215660] KVM setup paravirtual spinlock\n[ 0.216924] x86: Booted up 1 node, 1 CPUs\n[ 0.217730] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.219108] devtmpfs: initialized\n[ 0.220836] evm: security.selinux\n[ 0.221538] evm: security.SMACK64\n[ 0.222226] evm: security.SMACK64EXEC\n[ 0.222966] evm: security.SMACK64TRANSMUTE\n[ 0.223773] evm: security.SMACK64MMAP\n[ 0.224520] evm: security.ima\n[ 0.225157] evm: security.capability\n[ 0.225959] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.227797] pinctrl core: initialized pinctrl subsystem\n[ 0.228896] RTC time: 12:58:52, date: 09/04/18\n[ 0.229833] NET: Registered protocol family 16\n[ 0.230793] cpuidle: using governor ladder\n[ 0.231615] cpuidle: using governor menu\n[ 0.232399] PCCT header not found.\n[ 0.233151] ACPI: bus type PCI registered\n[ 0.233960] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.235193] PCI: Using configuration type 1 for base access\n[ 0.237308] ACPI: Added _OSI(Module Device)\n[ 0.238141] ACPI: Added _OSI(Processor Device)\n[ 0.239007] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.239905] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.242026] ACPI: Interpreter enabled\n[ 0.242796] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.244637] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.246475] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.248312] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.250145] ACPI: (supports S0 S5)\n[ 0.250852] ACPI: Using IOAPIC for interrupt routing\n[ 0.251895] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.254976] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.256114] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.257358] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.258552] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.260769] acpiphp: Slot [3] registered\n[ 0.261572] acpiphp: Slot [4] registered\n[ 0.262379] acpiphp: Slot [5] registered\n[ 0.263179] acpiphp: Slot [6] registered\n[ 0.263977] acpiphp: Slot [7] registered\n[ 0.264770] acpiphp: Slot [8] registered\n[ 0.265566] acpiphp: Slot [9] registered\n[ 0.266363] acpiphp: Slot [10] registered\n[ 0.267177] acpiphp: Slot [11] registered\n[ 0.267989] acpiphp: Slot [12] registered\n[ 0.268796] acpiphp: Slot [13] registered\n[ 0.269603] acpiphp: Slot [14] registered\n[ 0.270406] acpiphp: Slot [15] registered\n[ 0.281506] acpiphp: Slot [16] registered\n[ 0.282315] acpiphp: Slot [17] registered\n[ 0.283119] acpiphp: Slot [18] registered\n[ 0.283928] acpiphp: Slot [19] registered\n[ 0.284734] acpiphp: Slot [20] registered\n[ 0.285544] acpiphp: Slot [21] registered\n[ 0.286351] acpiphp: Slot [22] registered\n[ 0.287152] acpiphp: Slot [23] registered\n[ 0.287968] acpiphp: Slot [24] registered\n[ 0.288773] acpiphp: Slot [25] registered\n[ 0.289585] acpiphp: Slot [26] registered\n[ 0.290390] acpiphp: Slot [27] registered\n[ 0.291191] acpiphp: Slot [28] registered\n[ 0.291999] acpiphp: Slot [29] registered\n[ 0.292805] acpiphp: Slot [30] registered\n[ 0.293618] acpiphp: Slot [31] registered\n[ 0.294420] PCI host bridge to bus 0000:00\n[ 0.295222] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.296425] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.297634] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.299076] pci_bus 0000:00: root bus resource [mem 0x40000000-0xfebfffff window]\n[ 0.300522] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.306796] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.308068] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.309236] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.310495] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.316916] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.318350] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.363964] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.365464] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.366885] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.368318] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.369722] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.370974] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.372468] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.373519] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.375061] vgaarb: loaded\n[ 0.375664] vgaarb: bridge control possible 0000:00:02.0\n[ 0.376793] SCSI subsystem initialized\n[ 0.377611] ACPI: bus type USB registered\n[ 0.378427] usbcore: registered new interface driver usbfs\n[ 0.379462] usbcore: registered new interface driver hub\n[ 0.380466] usbcore: registered new device driver usb\n[ 0.381514] PCI: Using ACPI for IRQ routing\n[ 0.382548] NetLabel: Initializing\n[ 0.383266] NetLabel: domain hash size = 128\n[ 0.384132] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.385098] NetLabel: unlabeled traffic allowed by default\n[ 0.386195] clocksource: Switched to clocksource kvm-clock\n[ 0.391691] AppArmor: AppArmor Filesystem Enabled\n[ 0.392674] pnp: PnP ACPI init\n[ 0.393588] pnp: PnP ACPI: found 5 devices\n[ 0.399619] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.401340] NET: Registered protocol family 2\n[ 0.402308] TCP established hash table entries: 8192 (order: 4, 65536 bytes)\n[ 0.403596] TCP bind hash table entries: 8192 (order: 5, 131072 bytes)\n[ 0.404806] TCP: Hash tables configured (established 8192 bind 8192)\n[ 0.405995] UDP hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.407100] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.408302] NET: Registered protocol family 1\n[ 0.409173] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.410282] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.411367] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.425286] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.439535] Trying to unpack rootfs image as initramfs...\n[ 0.489553] Freeing initrd memory: 4824K (ffff880037b3a000 - ffff880037ff0000)\n[ 0.503607] Scanning for low memory corruption every 60 seconds\n[ 0.504943] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.506103] audit: initializing netlink subsys (disabled)\n[ 0.507145] audit: type=2000 audit(1536065933.655:1): initialized\n[ 0.508460] Initialise system trusted keyring\n[ 0.509397] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.510578] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.512547] zbud: loaded\n[ 0.513252] VFS: Disk quotas dquot_6.6.0\n[ 0.514077] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.515618] fuse init (API version 7.23)\n[ 0.516507] Key type big_key registered\n[ 0.517317] Allocating IMA MOK and blacklist keyrings.\n[ 0.518431] Key type asymmetric registered\n[ 0.519259] Asymmetric key parser 'x509' registered\n[ 0.520221] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.521697] io scheduler noop registered\n[ 0.522512] io scheduler deadline registered (default)\n[ 0.523510] io scheduler cfq registered\n[ 0.524349] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.527648] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.547371] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.548831] ACPI: Power Button [PWRF]\n[ 0.549669] GHES: HEST is not enabled!\n[ 0.563350] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.593555] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.596140] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.620092] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.622252] Linux agpgart interface v0.103\n[ 0.624734] brd: module loaded\n[ 0.625916] loop: module loaded\n[ 0.630246] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.631714] GPT:90111 != 20971519\n[ 0.632405] GPT:Alternate GPT header not at the end of the disk.\n[ 0.633497] GPT:90111 != 20971519\n[ 0.634183] GPT: Use GNU Parted to correct GPT errors.\n[ 0.635157] vda: vda1 vda15\n[ 0.636583] scsi host0: ata_piix\n[ 0.637381] scsi host1: ata_piix\n[ 0.638190] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.639546] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.640998] libphy: Fixed MDIO Bus: probed\n[ 0.641822] tun: Universal TUN/TAP device driver, 1.6\n[ 0.642782] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.644948] PPP generic driver version 2.4.2\n[ 0.645848] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.647116] ehci-pci: EHCI PCI platform driver\n[ 0.648001] ehci-platform: EHCI generic platform driver\n[ 0.648988] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.650153] ohci-pci: OHCI PCI platform driver\n[ 0.651036] ohci-platform: OHCI generic platform driver\n[ 0.652052] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.666721] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.667764] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.669212] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.670236] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.671343] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.672554] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.673960] usb usb1: Product: UHCI Host Controller\n[ 0.674892] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.676028] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.677034] hub 1-0:1.0: USB hub found\n[ 0.677814] hub 1-0:1.0: 2 ports detected\n[ 0.678733] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.680841] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.681791] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.682830] mousedev: PS/2 mouse device common for all mice\n[ 0.684079] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.685915] rtc_cmos 00:00: RTC can wake from S4\n[ 0.687025] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.688222] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.689411] i2c /dev entries driver\n[ 0.690167] device-mapper: uevent: version 1.0.3\n[ 0.691113] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.692735] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.694000] NET: Registered protocol family 10\n[ 0.695000] NET: Registered protocol family 17\n[ 0.695891] Key type dns_resolver registered\n[ 0.696816] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.697910] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.699659] registered taskstats version 1\n[ 0.700499] Loading compiled-in X.509 certificates\n[ 0.701934] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.703795] zswap: loaded using pool lzo/zbud\n[ 0.705152] Key type trusted registered\n[ 0.706707] Key type encrypted registered\n[ 0.707549] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.708582] ima: No TPM chip found, activating TPM-bypass!\n[ 0.709613] evm: HMAC attrs: 0x1\n[ 0.710554] Magic number: 2:34:986\n[ 0.711381] rtc_cmos 00:00: setting system clock to 2018-09-04 12:58:53 UTC (1536065933)\n[ 0.712969] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.714081] EDD information not available.\n[ 0.794786] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.796256] ata1.00: configured for MWDMA2\n[ 0.797466] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.810490] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.811752] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.812994] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.814863] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.816394] Write protecting the kernel read-only data: 14336k\n[ 0.817948] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.819748] 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.875769] 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.28\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found 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=20953055,end=20971487\nping 179.24.1.12 KO\n/dev/root resized successfully [took 37.98s]\n"} 2018-09-04 12:59:34,779 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/21696f46-26c7-422c-ab98-009ec8a15c40/action used request id req-af638b0c-0115-4633-bff9-0895e7a398e5 2018-09-04 12:59:34,780 - sdnvpn-results - DEBUG - Ping from 'sdnvpn-13-3' (10.10.10.5) to 'sdnvpn_extra_route_13' (179.24.1.12). -->Expected result: can ping. 2018-09-04 12:59:34,783 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/servers/21696f46-26c7-422c-ab98-009ec8a15c40/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e5bfbf1de56f24d36cc11ab5bbcc8a086d229d2a" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-04 12:59:35,889 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12:59: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-1e7a166f-c204-4c0c-b068-ed176b1d7243 x-compute-request-id: req-1e7a166f-c204-4c0c-b068-ed176b1d7243 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-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 505633558 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 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.912 MHz processor\n[ 0.138057] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.139710] pid_max: default: 32768 minimum: 301\n[ 0.140599] ACPI: Core revision 20150930\n[ 0.141975] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.143277] Security Framework initialized\n[ 0.144087] Yama: becoming mindful.\n[ 0.144821] AppArmor: AppArmor initialized\n[ 0.145708] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.147100] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.148756] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.149969] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.151359] Initializing cgroup subsys io\n[ 0.152164] Initializing cgroup subsys memory\n[ 0.153019] Initializing cgroup subsys devices\n[ 0.153898] Initializing cgroup subsys freezer\n[ 0.154767] Initializing cgroup subsys net_cls\n[ 0.155632] Initializing cgroup subsys perf_event\n[ 0.156535] Initializing cgroup subsys net_prio\n[ 0.157423] Initializing cgroup subsys hugetlb\n[ 0.158283] Initializing cgroup subsys pids\n[ 0.159152] CPU: Physical Processor ID: 0\n[ 0.160641] mce: CPU supports 10 MCE banks\n[ 0.161496] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.162492] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.173195] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.179611] ftrace: allocating 31920 entries in 125 pages\n[ 0.206013] smpboot: Max logical packages: 1\n[ 0.206863] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.208205] x2apic enabled\n[ 0.209012] Switched APIC routing to physical x2apic.\n[ 0.210781] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.211894] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.213878] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.215660] KVM setup paravirtual spinlock\n[ 0.216924] x86: Booted up 1 node, 1 CPUs\n[ 0.217730] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.219108] devtmpfs: initialized\n[ 0.220836] evm: security.selinux\n[ 0.221538] evm: security.SMACK64\n[ 0.222226] evm: security.SMACK64EXEC\n[ 0.222966] evm: security.SMACK64TRANSMUTE\n[ 0.223773] evm: security.SMACK64MMAP\n[ 0.224520] evm: security.ima\n[ 0.225157] evm: security.capability\n[ 0.225959] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.227797] pinctrl core: initialized pinctrl subsystem\n[ 0.228896] RTC time: 12:58:52, date: 09/04/18\n[ 0.229833] NET: Registered protocol family 16\n[ 0.230793] cpuidle: using governor ladder\n[ 0.231615] cpuidle: using governor menu\n[ 0.232399] PCCT header not found.\n[ 0.233151] ACPI: bus type PCI registered\n[ 0.233960] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.235193] PCI: Using configuration type 1 for base access\n[ 0.237308] ACPI: Added _OSI(Module Device)\n[ 0.238141] ACPI: Added _OSI(Processor Device)\n[ 0.239007] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.239905] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.242026] ACPI: Interpreter enabled\n[ 0.242796] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.244637] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.246475] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.248312] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.250145] ACPI: (supports S0 S5)\n[ 0.250852] ACPI: Using IOAPIC for interrupt routing\n[ 0.251895] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.254976] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.256114] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.257358] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.258552] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.260769] acpiphp: Slot [3] registered\n[ 0.261572] acpiphp: Slot [4] registered\n[ 0.262379] acpiphp: Slot [5] registered\n[ 0.263179] acpiphp: Slot [6] registered\n[ 0.263977] acpiphp: Slot [7] registered\n[ 0.264770] acpiphp: Slot [8] registered\n[ 0.265566] acpiphp: Slot [9] registered\n[ 0.266363] acpiphp: Slot [10] registered\n[ 0.267177] acpiphp: Slot [11] registered\n[ 0.267989] acpiphp: Slot [12] registered\n[ 0.268796] acpiphp: Slot [13] registered\n[ 0.269603] acpiphp: Slot [14] registered\n[ 0.270406] acpiphp: Slot [15] registered\n[ 0.281506] acpiphp: Slot [16] registered\n[ 0.282315] acpiphp: Slot [17] registered\n[ 0.283119] acpiphp: Slot [18] registered\n[ 0.283928] acpiphp: Slot [19] registered\n[ 0.284734] acpiphp: Slot [20] registered\n[ 0.285544] acpiphp: Slot [21] registered\n[ 0.286351] acpiphp: Slot [22] registered\n[ 0.287152] acpiphp: Slot [23] registered\n[ 0.287968] acpiphp: Slot [24] registered\n[ 0.288773] acpiphp: Slot [25] registered\n[ 0.289585] acpiphp: Slot [26] registered\n[ 0.290390] acpiphp: Slot [27] registered\n[ 0.291191] acpiphp: Slot [28] registered\n[ 0.291999] acpiphp: Slot [29] registered\n[ 0.292805] acpiphp: Slot [30] registered\n[ 0.293618] acpiphp: Slot [31] registered\n[ 0.294420] PCI host bridge to bus 0000:00\n[ 0.295222] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.296425] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.297634] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.299076] pci_bus 0000:00: root bus resource [mem 0x40000000-0xfebfffff window]\n[ 0.300522] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.306796] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.308068] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.309236] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.310495] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.316916] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.318350] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.363964] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.365464] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.366885] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.368318] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.369722] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.370974] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.372468] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.373519] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.375061] vgaarb: loaded\n[ 0.375664] vgaarb: bridge control possible 0000:00:02.0\n[ 0.376793] SCSI subsystem initialized\n[ 0.377611] ACPI: bus type USB registered\n[ 0.378427] usbcore: registered new interface driver usbfs\n[ 0.379462] usbcore: registered new interface driver hub\n[ 0.380466] usbcore: registered new device driver usb\n[ 0.381514] PCI: Using ACPI for IRQ routing\n[ 0.382548] NetLabel: Initializing\n[ 0.383266] NetLabel: domain hash size = 128\n[ 0.384132] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.385098] NetLabel: unlabeled traffic allowed by default\n[ 0.386195] clocksource: Switched to clocksource kvm-clock\n[ 0.391691] AppArmor: AppArmor Filesystem Enabled\n[ 0.392674] pnp: PnP ACPI init\n[ 0.393588] pnp: PnP ACPI: found 5 devices\n[ 0.399619] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.401340] NET: Registered protocol family 2\n[ 0.402308] TCP established hash table entries: 8192 (order: 4, 65536 bytes)\n[ 0.403596] TCP bind hash table entries: 8192 (order: 5, 131072 bytes)\n[ 0.404806] TCP: Hash tables configured (established 8192 bind 8192)\n[ 0.405995] UDP hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.407100] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.408302] NET: Registered protocol family 1\n[ 0.409173] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.410282] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.411367] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.425286] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.439535] Trying to unpack rootfs image as initramfs...\n[ 0.489553] Freeing initrd memory: 4824K (ffff880037b3a000 - ffff880037ff0000)\n[ 0.503607] Scanning for low memory corruption every 60 seconds\n[ 0.504943] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.506103] audit: initializing netlink subsys (disabled)\n[ 0.507145] audit: type=2000 audit(1536065933.655:1): initialized\n[ 0.508460] Initialise system trusted keyring\n[ 0.509397] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.510578] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.512547] zbud: loaded\n[ 0.513252] VFS: Disk quotas dquot_6.6.0\n[ 0.514077] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.515618] fuse init (API version 7.23)\n[ 0.516507] Key type big_key registered\n[ 0.517317] Allocating IMA MOK and blacklist keyrings.\n[ 0.518431] Key type asymmetric registered\n[ 0.519259] Asymmetric key parser 'x509' registered\n[ 0.520221] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.521697] io scheduler noop registered\n[ 0.522512] io scheduler deadline registered (default)\n[ 0.523510] io scheduler cfq registered\n[ 0.524349] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.527648] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.547371] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.548831] ACPI: Power Button [PWRF]\n[ 0.549669] GHES: HEST is not enabled!\n[ 0.563350] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.593555] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.596140] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.620092] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.622252] Linux agpgart interface v0.103\n[ 0.624734] brd: module loaded\n[ 0.625916] loop: module loaded\n[ 0.630246] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.631714] GPT:90111 != 20971519\n[ 0.632405] GPT:Alternate GPT header not at the end of the disk.\n[ 0.633497] GPT:90111 != 20971519\n[ 0.634183] GPT: Use GNU Parted to correct GPT errors.\n[ 0.635157] vda: vda1 vda15\n[ 0.636583] scsi host0: ata_piix\n[ 0.637381] scsi host1: ata_piix\n[ 0.638190] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.639546] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.640998] libphy: Fixed MDIO Bus: probed\n[ 0.641822] tun: Universal TUN/TAP device driver, 1.6\n[ 0.642782] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.644948] PPP generic driver version 2.4.2\n[ 0.645848] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.647116] ehci-pci: EHCI PCI platform driver\n[ 0.648001] ehci-platform: EHCI generic platform driver\n[ 0.648988] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.650153] ohci-pci: OHCI PCI platform driver\n[ 0.651036] ohci-platform: OHCI generic platform driver\n[ 0.652052] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.666721] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.667764] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.669212] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.670236] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.671343] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.672554] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.673960] usb usb1: Product: UHCI Host Controller\n[ 0.674892] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.676028] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.677034] hub 1-0:1.0: USB hub found\n[ 0.677814] hub 1-0:1.0: 2 ports detected\n[ 0.678733] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.680841] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.681791] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.682830] mousedev: PS/2 mouse device common for all mice\n[ 0.684079] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.685915] rtc_cmos 00:00: RTC can wake from S4\n[ 0.687025] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.688222] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.689411] i2c /dev entries driver\n[ 0.690167] device-mapper: uevent: version 1.0.3\n[ 0.691113] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.692735] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.694000] NET: Registered protocol family 10\n[ 0.695000] NET: Registered protocol family 17\n[ 0.695891] Key type dns_resolver registered\n[ 0.696816] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.697910] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.699659] registered taskstats version 1\n[ 0.700499] Loading compiled-in X.509 certificates\n[ 0.701934] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.703795] zswap: loaded using pool lzo/zbud\n[ 0.705152] Key type trusted registered\n[ 0.706707] Key type encrypted registered\n[ 0.707549] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.708582] ima: No TPM chip found, activating TPM-bypass!\n[ 0.709613] evm: HMAC attrs: 0x1\n[ 0.710554] Magic number: 2:34:986\n[ 0.711381] rtc_cmos 00:00: setting system clock to 2018-09-04 12:58:53 UTC (1536065933)\n[ 0.712969] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.714081] EDD information not available.\n[ 0.794786] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.796256] ata1.00: configured for MWDMA2\n[ 0.797466] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.810490] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.811752] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.812994] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.814863] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.816394] Write protecting the kernel read-only data: 14336k\n[ 0.817948] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.819748] 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.875769] 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.28\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found 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=20953055,end=20971487\nping 179.24.1.12 KO\n/dev/root resized successfully [took 37.98s]\nping 179.24.1.12 KO\n"} 2018-09-04 12:59:35,889 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/21696f46-26c7-422c-ab98-009ec8a15c40/action used request id req-1e7a166f-c204-4c0c-b068-ed176b1d7243 2018-09-04 12:59:35,891 - sdnvpn-results - DEBUG - [FAIL] 'sdnvpn-13-3' cannot ping 'sdnvpn_extra_route_13' 2018-09-04 12:59:35,891 - sdnvpn.test.functest.testcase_13 - INFO - +========================================================================================+ | STATUS | SUBTEST | +========================================================================================+ | Create VPN with multiple RDs | | Associate router 'sdnvpn-13-1-router' to the VPN. | +----------------------------------------------------------------------------------------+ | FAIL | 'sdnvpn-13-3' can ping 'sdnvpn_extra_route_13' | +========================================================================================+ 2018-09-04 12:59:35,897 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.28:9696/v2.0/routers/b02d489e-c4ef-4806-aa05-df6654bd95e2 -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9a3aef477f0de1e421a3bb6540830a6ff0baec4a" -d '{"router": {"routes": []}}' 2018-09-04 12:59:36,402 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 607 X-Openstack-Request-Id: req-4a5267b9-76c8-4515-87d7-077fa0bccdb4 Date: Tue, 04 Sep 2018 12:59:36 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "4097e349-dd4a-4a5e-95d6-eed5c2d7b85a", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "5092c110-d468-4f12-acae-47d56d35dff1", "ip_address": "172.30.9.201"}]}, "description": "", "tags": [], "tenant_id": "1e2f68a072b64978bd7ea91c2d64aca6", "created_at": "2018-09-04T12:55:42Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-09-04T12:59:36Z", "revision_number": 7, "routes": [], "project_id": "1e2f68a072b64978bd7ea91c2d64aca6", "id": "b02d489e-c4ef-4806-aa05-df6654bd95e2", "name": "sdnvpn-13-1-router"}} 2018-09-04 12:59:36,402 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.28:9696/v2.0/routers/b02d489e-c4ef-4806-aa05-df6654bd95e2 used request id req-4a5267b9-76c8-4515-87d7-077fa0bccdb4 2018-09-04 12:59:36,405 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:8774/v2.1/flavors/6e6fa632-792d-4524-8c3f-c20426a36581 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cc69444ed6f81681deebd352b0171c46b5ecff7b" 2018-09-04 12:59:36,444 - novaclient.v2.client - DEBUG - RESP: [202] Date: Tue, 04 Sep 2018 12:59: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-cfa7e636-6c6e-4858-999a-5174b5e4d08d x-compute-request-id: req-cfa7e636-6c6e-4858-999a-5174b5e4d08d Content-Length: 0 Content-Type: application/json 2018-09-04 12:59:36,445 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/flavors/6e6fa632-792d-4524-8c3f-c20426a36581 used request id req-cfa7e636-6c6e-4858-999a-5174b5e4d08d 2018-09-04 12:59:36,447 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/servers/573bde7a-c171-487b-8719-117021c30ed9/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cc69444ed6f81681deebd352b0171c46b5ecff7b" -d '{"forceDelete": null}' 2018-09-04 12:59:36,611 - novaclient.v2.client - DEBUG - RESP: [202] Date: Tue, 04 Sep 2018 12:59: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-3c98fd1c-7725-499e-9df8-d000f1a89843 x-compute-request-id: req-3c98fd1c-7725-499e-9df8-d000f1a89843 Content-Length: 0 Content-Type: application/json 2018-09-04 12:59:36,611 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/573bde7a-c171-487b-8719-117021c30ed9/action used request id req-3c98fd1c-7725-499e-9df8-d000f1a89843 2018-09-04 12:59:36,614 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/servers/c212b18a-ff6b-4fbf-aec6-9568bfc6540c/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cc69444ed6f81681deebd352b0171c46b5ecff7b" -d '{"forceDelete": null}' 2018-09-04 12:59:36,773 - novaclient.v2.client - DEBUG - RESP: [202] Date: Tue, 04 Sep 2018 12:59: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-e3052c71-6a1c-44d8-b333-eaf92e7303ed x-compute-request-id: req-e3052c71-6a1c-44d8-b333-eaf92e7303ed Content-Length: 0 Content-Type: application/json 2018-09-04 12:59:36,773 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/c212b18a-ff6b-4fbf-aec6-9568bfc6540c/action used request id req-e3052c71-6a1c-44d8-b333-eaf92e7303ed 2018-09-04 12:59:36,776 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/servers/21696f46-26c7-422c-ab98-009ec8a15c40/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cc69444ed6f81681deebd352b0171c46b5ecff7b" -d '{"forceDelete": null}' 2018-09-04 12:59:36,935 - novaclient.v2.client - DEBUG - RESP: [202] Date: Tue, 04 Sep 2018 12:59: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-6270b1ff-c940-4248-9e6c-daab1442c275 x-compute-request-id: req-6270b1ff-c940-4248-9e6c-daab1442c275 Content-Length: 0 Content-Type: application/json 2018-09-04 12:59:36,935 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/21696f46-26c7-422c-ab98-009ec8a15c40/action used request id req-6270b1ff-c940-4248-9e6c-daab1442c275 2018-09-04 12:59:36,938 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:9292/v2/images/6c715815-c798-4d9f-99f7-b0d802a8963d -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}19220a735a25665a4f781fda35ef91bc924fc769" 2018-09-04 12:59:39,622 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-44d26c10-3287-49a9-92d0-cc844599b3e4 Date: Tue, 04 Sep 2018 12:59:39 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-09-04 12:59:39,623 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.28:9292/v2/images/6c715815-c798-4d9f-99f7-b0d802a8963d used request id req-44d26c10-3287-49a9-92d0-cc844599b3e4 2018-09-04 12:59:39,626 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:9292/v2/images/394324f9-3852-462a-91c3-f55bd08773f2 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}19220a735a25665a4f781fda35ef91bc924fc769" 2018-09-04 12:59:41,251 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-995b84c7-354e-472e-b36b-a0232c50a3ba Date: Tue, 04 Sep 2018 12:59:41 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-09-04 12:59:41,251 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.28:9292/v2/images/394324f9-3852-462a-91c3-f55bd08773f2 used request id req-995b84c7-354e-472e-b36b-a0232c50a3ba 2018-09-04 12:59:41,256 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:9696/v2.0/bgpvpn/bgpvpns/8225283f-f7b2-4548-ae89-36914ad222e1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9a3aef477f0de1e421a3bb6540830a6ff0baec4a" 2018-09-04 12:59:41,695 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-c40687dd-012b-4538-bbbe-cc7e478f0c74 Content-Length: 0 Date: Tue, 04 Sep 2018 12:59:41 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-04 12:59:41,695 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/bgpvpn/bgpvpns/8225283f-f7b2-4548-ae89-36914ad222e1 used request id req-c40687dd-012b-4538-bbbe-cc7e478f0c74 2018-09-04 12:59:41,701 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.28:9696/v2.0/routers/b02d489e-c4ef-4806-aa05-df6654bd95e2/remove_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9a3aef477f0de1e421a3bb6540830a6ff0baec4a" -d '{"subnet_id": "6eafe3aa-d28b-42da-ad7c-bd5893ffaa40"}' 2018-09-04 12:59:42,891 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-4d8554af-4895-42c9-8727-c9fdaf567ee9 Date: Tue, 04 Sep 2018 12:59:42 GMT RESP BODY: {"network_id": "48e3eef3-b225-475f-9e2b-da376a1b83f1", "tenant_id": "1e2f68a072b64978bd7ea91c2d64aca6", "subnet_id": "6eafe3aa-d28b-42da-ad7c-bd5893ffaa40", "subnet_ids": ["6eafe3aa-d28b-42da-ad7c-bd5893ffaa40"], "port_id": "cb5683ce-59ac-465f-9444-9644bdf17a17", "id": "b02d489e-c4ef-4806-aa05-df6654bd95e2"} 2018-09-04 12:59:42,891 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.28:9696/v2.0/routers/b02d489e-c4ef-4806-aa05-df6654bd95e2/remove_router_interface used request id req-4d8554af-4895-42c9-8727-c9fdaf567ee9 2018-09-04 12:59:42,897 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.28:9696/v2.0/routers/b02d489e-c4ef-4806-aa05-df6654bd95e2 -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9a3aef477f0de1e421a3bb6540830a6ff0baec4a" -d '{"router": {"external_gateway_info": {}}}' 2018-09-04 12:59:43,956 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 428 X-Openstack-Request-Id: req-24078c32-1812-43e0-af40-c6b3b420c74c Date: Tue, 04 Sep 2018 12:59:43 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "1e2f68a072b64978bd7ea91c2d64aca6", "created_at": "2018-09-04T12:55:42Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-09-04T12:59:43Z", "revision_number": 11, "routes": [], "project_id": "1e2f68a072b64978bd7ea91c2d64aca6", "id": "b02d489e-c4ef-4806-aa05-df6654bd95e2", "name": "sdnvpn-13-1-router"}} 2018-09-04 12:59:43,957 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.28:9696/v2.0/routers/b02d489e-c4ef-4806-aa05-df6654bd95e2 used request id req-24078c32-1812-43e0-af40-c6b3b420c74c 2018-09-04 12:59:43,962 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:9696/v2.0/subnets/6eafe3aa-d28b-42da-ad7c-bd5893ffaa40 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9a3aef477f0de1e421a3bb6540830a6ff0baec4a" 2018-09-04 12:59:46,018 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-57e9dc21-a741-4b82-8b6d-d954b5f90ee6 Date: Tue, 04 Sep 2018 12:59:46 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-04 12:59:46,018 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/subnets/6eafe3aa-d28b-42da-ad7c-bd5893ffaa40 used request id req-57e9dc21-a741-4b82-8b6d-d954b5f90ee6 2018-09-04 12:59:46,024 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:9696/v2.0/routers/b02d489e-c4ef-4806-aa05-df6654bd95e2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9a3aef477f0de1e421a3bb6540830a6ff0baec4a" 2018-09-04 12:59:46,479 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-4597d9a2-4b5b-4acf-81fb-2128c3b9bc82 Content-Length: 0 Date: Tue, 04 Sep 2018 12:59:46 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-04 12:59:46,479 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/routers/b02d489e-c4ef-4806-aa05-df6654bd95e2 used request id req-4597d9a2-4b5b-4acf-81fb-2128c3b9bc82 2018-09-04 12:59:46,485 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:9696/v2.0/networks/48e3eef3-b225-475f-9e2b-da376a1b83f1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9a3aef477f0de1e421a3bb6540830a6ff0baec4a" 2018-09-04 12:59:47,753 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-93ed4536-9d4b-40dc-ab83-7e872efe4cf5 Date: Tue, 04 Sep 2018 12:59:47 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-04 12:59:47,753 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/networks/48e3eef3-b225-475f-9e2b-da376a1b83f1 used request id req-93ed4536-9d4b-40dc-ab83-7e872efe4cf5 2018-09-04 12:59:47,754 - sdnvpn-results - INFO - +========================================================================================+ | STATUS | SUBTEST | +========================================================================================+ | Create VPN with multiple RDs | | Associate router 'sdnvpn-13-1-router' to the VPN. | +----------------------------------------------------------------------------------------+ | FAIL | 'sdnvpn-13-3' can ping 'sdnvpn_extra_route_13' | +========================================================================================+ +========================================================================================+ 2018-09-04 12:59:47,754 - sdnvpn-results - INFO - One or more subtests have failed. 2018-09-04 12:59:47,754 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Execution is complete for the testcase sdnvpn.test.functest.testcase_13 2018-09-04 12:59:47,755 - 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': 'FAIL', 'details': [{u"'sdnvpn-13-3' can ping 'sdnvpn_extra_route_13'": 'FAIL'}]} 2018-09-04 12:59:47,755 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Resetting subnet/net/port quota 2018-09-04 12:59:47,760 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.28:9696/v2.0/quotas/1e2f68a072b64978bd7ea91c2d64aca6 -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1b72854153ccc23b07749b1ca975263d8b5b30c8" -d '{"quota": {"subnet": 100, "router": 10, "network": 100, "port": 500}}' 2018-09-04 12:59:48,000 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 201 X-Openstack-Request-Id: req-9b06724c-4cb5-47a2-a4bf-a7147d9d38f1 Date: Tue, 04 Sep 2018 12:59:48 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-09-04 12:59:48,001 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.28:9696/v2.0/quotas/1e2f68a072b64978bd7ea91c2d64aca6 used request id req-9b06724c-4cb5-47a2-a4bf-a7147d9d38f1 2018-09-04 12:59:48,001 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Resetting instances quota class 2018-09-04 12:59:48,004 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.28: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}f873f0d5850aedb893233566bf44c4ede2bcdb61" -d '{"quota_class_set": {"instances": 10}}' 2018-09-04 12:59:48,177 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 04 Sep 2018 12:59: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-4f9d0106-f450-461d-98c4-e96c6653e743 x-compute-request-id: req-4f9d0106-f450-461d-98c4-e96c6653e743 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-09-04 12:59:48,177 - novaclient.v2.client - DEBUG - PUT call to compute for http://172.30.9.28:8774/v2.1/os-quota-class-sets/default used request id req-4f9d0106-f450-461d-98c4-e96c6653e743 2018-09-04 12:59:48,180 - paramiko.transport - DEBUG - starting thread (client mode): 0xc6f6f090L 2018-09-04 12:59:48,180 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-09-04 12:59:48,207 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-09-04 12:59:48,207 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-09-04 12:59:48,212 - 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-09-04 12:59:48,212 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-09-04 12:59:48,212 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-09-04 12:59:48,212 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-09-04 12:59:48,213 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-09-04 12:59:48,213 - paramiko.transport - DEBUG - Compression agreed: none 2018-09-04 12:59:48,223 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-09-04 12:59:48,223 - paramiko.transport - DEBUG - Switch to new keys ... 2018-09-04 12:59:48,244 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.168.122.136: a8330c2ad3a96daae8ef3c04e1aeef27 2018-09-04 12:59:48,245 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-09-04 12:59:48,263 - paramiko.transport - DEBUG - userauth is OK 2018-09-04 12:59:48,372 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-09-04 12:59:48,378 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-09-04 12:59:48,632 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-09-04 12:59:48,632 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-09-04 12:59:48,671 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-09-04 12:59:48,672 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-09-04 12:59:48,687 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-09-04 12:59:53,138 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-09-04 12:59:53,139 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-09-04 12:59:53,142 - paramiko.transport - DEBUG - starting thread (client mode): 0xc86f6450L 2018-09-04 12:59:53,142 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-09-04 12:59:53,148 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-09-04 12:59:53,148 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-09-04 12:59:53,151 - 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-09-04 12:59:53,151 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-09-04 12:59:53,151 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-09-04 12:59:53,151 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-09-04 12:59:53,152 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-09-04 12:59:53,152 - paramiko.transport - DEBUG - Compression agreed: none 2018-09-04 12:59:53,156 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-09-04 12:59:53,157 - paramiko.transport - DEBUG - Switch to new keys ... 2018-09-04 12:59:53,174 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.8: 226aaf30f33730087f06438bdb1a3bd1 2018-09-04 12:59:53,174 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-09-04 12:59:53,197 - paramiko.transport - DEBUG - userauth is OK 2018-09-04 12:59:53,210 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-09-04 12:59:53,239 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-09-04 12:59:53,293 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-09-04 12:59:53,293 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-09-04 12:59:53,332 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-09-04 12:59:53,333 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-09-04 12:59:53,343 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-09-04 12:59:53,378 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-09-04 12:59:53,379 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-09-04 12:59:53,380 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-09-04 12:59:53,380 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-09-04 12:59:53,381 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-09-04 12:59:53,421 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-09-04 12:59:53,460 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-09-04 12:59:53,463 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-09-04 12:59:53,463 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-09-04 12:59:53,465 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-09-04 12:59:53,465 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-09-04 12:59:53,505 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-09-04 12:59:53,538 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-09-04 12:59:53,539 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-09-04 12:59:53,541 - paramiko.transport - DEBUG - starting thread (client mode): 0xc8695dd0L 2018-09-04 12:59:53,541 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-09-04 12:59:53,547 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-09-04 12:59:53,547 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-09-04 12:59:53,550 - 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-09-04 12:59:53,550 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-09-04 12:59:53,550 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-09-04 12:59:53,550 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-09-04 12:59:53,551 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-09-04 12:59:53,551 - paramiko.transport - DEBUG - Compression agreed: none 2018-09-04 12:59:53,555 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-09-04 12:59:53,556 - paramiko.transport - DEBUG - Switch to new keys ... 2018-09-04 12:59:53,557 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.5: 9cc97772263eee4e3251ae5f663546be 2018-09-04 12:59:53,558 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-09-04 12:59:53,595 - paramiko.transport - DEBUG - userauth is OK 2018-09-04 12:59:53,608 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-09-04 12:59:53,622 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-09-04 12:59:53,692 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-09-04 12:59:53,692 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-09-04 12:59:53,731 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-09-04 12:59:53,732 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-09-04 12:59:53,742 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-09-04 12:59:53,776 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-09-04 12:59:53,777 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-09-04 12:59:53,778 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-09-04 12:59:53,778 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-09-04 12:59:53,779 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-09-04 12:59:53,819 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-09-04 12:59:53,856 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-09-04 12:59:53,857 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-09-04 12:59:53,858 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-09-04 12:59:53,859 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-09-04 12:59:53,859 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-09-04 12:59:53,900 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-09-04 12:59:53,929 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-09-04 12:59:53,930 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-09-04 12:59:53,932 - paramiko.transport - DEBUG - starting thread (client mode): 0xc8691390L 2018-09-04 12:59:53,933 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-09-04 12:59:53,937 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-09-04 12:59:53,938 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-09-04 12:59:53,940 - 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-09-04 12:59:53,940 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-09-04 12:59:53,940 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-09-04 12:59:53,940 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-09-04 12:59:53,940 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-09-04 12:59:53,941 - paramiko.transport - DEBUG - Compression agreed: none 2018-09-04 12:59:53,945 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-09-04 12:59:53,946 - paramiko.transport - DEBUG - Switch to new keys ... 2018-09-04 12:59:53,948 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.4: c84963e6f6b3309270d685dec5e42294 2018-09-04 12:59:53,949 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-09-04 12:59:53,985 - paramiko.transport - DEBUG - userauth is OK 2018-09-04 12:59:53,997 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-09-04 12:59:54,013 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-09-04 12:59:54,082 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-09-04 12:59:54,083 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-09-04 12:59:54,122 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-09-04 12:59:54,123 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-09-04 12:59:54,133 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-09-04 12:59:54,167 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-09-04 12:59:54,168 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-09-04 12:59:54,168 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-09-04 12:59:54,169 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-09-04 12:59:54,169 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-09-04 12:59:54,211 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-09-04 12:59:54,248 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-09-04 12:59:54,249 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-09-04 12:59:54,249 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-09-04 12:59:54,251 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-09-04 12:59:54,251 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-09-04 12:59:54,291 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-09-04 12:59:54,322 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-09-04 12:59:54,323 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-09-04 12:59:54,325 - paramiko.transport - DEBUG - starting thread (client mode): 0xc8750810L 2018-09-04 12:59:54,325 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-09-04 12:59:54,332 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-09-04 12:59:54,332 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-09-04 12:59:54,335 - 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-09-04 12:59:54,335 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-09-04 12:59:54,336 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-09-04 12:59:54,336 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-09-04 12:59:54,336 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-09-04 12:59:54,336 - paramiko.transport - DEBUG - Compression agreed: none 2018-09-04 12:59:54,340 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-09-04 12:59:54,341 - paramiko.transport - DEBUG - Switch to new keys ... 2018-09-04 12:59:54,357 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.9: 22b7de11b511efcb54512e07a6158b4d 2018-09-04 12:59:54,358 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-09-04 12:59:54,380 - paramiko.transport - DEBUG - userauth is OK 2018-09-04 12:59:54,391 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-09-04 12:59:54,422 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-09-04 12:59:54,485 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-09-04 12:59:54,486 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-09-04 12:59:54,525 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-09-04 12:59:54,526 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-09-04 12:59:54,533 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-09-04 12:59:54,565 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-09-04 12:59:54,566 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-09-04 12:59:54,567 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-09-04 12:59:54,568 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-09-04 12:59:54,568 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-09-04 12:59:54,608 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-09-04 12:59:54,642 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-09-04 12:59:54,643 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-09-04 12:59:54,644 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-09-04 12:59:54,645 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-09-04 12:59:54,645 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-09-04 12:59:54,685 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-09-04 12:59:54,713 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-09-04 12:59:54,714 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-09-04 12:59:54,716 - paramiko.transport - DEBUG - starting thread (client mode): 0xc86d1d10L 2018-09-04 12:59:54,716 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-09-04 12:59:54,722 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-09-04 12:59:54,723 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-09-04 12:59:54,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-09-04 12:59:54,726 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-09-04 12:59:54,726 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-09-04 12:59:54,726 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-09-04 12:59:54,726 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-09-04 12:59:54,726 - paramiko.transport - DEBUG - Compression agreed: none 2018-09-04 12:59:54,731 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-09-04 12:59:54,731 - paramiko.transport - DEBUG - Switch to new keys ... 2018-09-04 12:59:54,748 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.7: 365b40749f5145a479795a893d087878 2018-09-04 12:59:54,748 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-09-04 12:59:54,771 - paramiko.transport - DEBUG - userauth is OK 2018-09-04 12:59:54,783 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-09-04 12:59:54,813 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-09-04 12:59:54,890 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-09-04 12:59:54,890 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-09-04 12:59:54,929 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-09-04 12:59:54,930 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-09-04 12:59:54,948 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-09-04 12:59:54,977 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-09-04 12:59:54,978 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-09-04 12:59:54,979 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-09-04 12:59:54,980 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-09-04 12:59:54,980 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-09-04 12:59:55,021 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-09-04 12:59:55,053 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-09-04 12:59:55,054 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-09-04 12:59:55,055 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-09-04 12:59:55,056 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-09-04 12:59:55,056 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-09-04 12:59:55,096 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-09-04 12:59:55,125 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-09-04 12:59:55,126 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-09-04 12:59:55,126 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-09-04 12:59:55,127 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-09-04 12:59:55,128 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-09-04 12:59:55,135 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-09-04 12:59:59,978 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-09-04 12:59:59,980 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-09-04 12:59:59,982 - paramiko.transport - DEBUG - starting thread (client mode): 0xc6fe5410L 2018-09-04 12:59:59,982 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-09-04 12:59:59,989 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-09-04 12:59:59,989 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-09-04 12:59:59,991 - 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-09-04 12:59:59,991 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-09-04 12:59:59,991 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-09-04 12:59:59,991 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-09-04 12:59:59,992 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-09-04 12:59:59,992 - paramiko.transport - DEBUG - Compression agreed: none 2018-09-04 12:59:59,995 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-09-04 12:59:59,995 - paramiko.transport - DEBUG - Switch to new keys ... 2018-09-04 12:59:59,998 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.8: 226aaf30f33730087f06438bdb1a3bd1 2018-09-04 12:59:59,998 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-09-04 13:00:00,034 - paramiko.transport - DEBUG - userauth is OK 2018-09-04 13:00:00,047 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-09-04 13:00:00,063 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-09-04 13:00:00,143 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-09-04 13:00:00,143 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-09-04 13:00:00,182 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-09-04 13:00:00,182 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-09-04 13:00:00,199 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-09-04 13:00:00,236 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-09-04 13:00:00,237 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-09-04 13:00:00,238 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-09-04 13:00:00,238 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-09-04 13:00:00,239 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-09-04 13:00:00,279 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-09-04 13:00:00,317 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-09-04 13:00:00,319 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-09-04 13:00:00,319 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-09-04 13:00:00,320 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-09-04 13:00:00,321 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-09-04 13:00:00,362 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-09-04 13:00:00,395 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-09-04 13:00:00,396 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-09-04 13:00:00,398 - paramiko.transport - DEBUG - starting thread (client mode): 0xc87a3a90L 2018-09-04 13:00:00,399 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-09-04 13:00:00,405 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-09-04 13:00:00,405 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-09-04 13:00:00,408 - 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-09-04 13:00:00,408 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-09-04 13:00:00,408 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-09-04 13:00:00,409 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-09-04 13:00:00,409 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-09-04 13:00:00,409 - paramiko.transport - DEBUG - Compression agreed: none 2018-09-04 13:00:00,414 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-09-04 13:00:00,414 - paramiko.transport - DEBUG - Switch to new keys ... 2018-09-04 13:00:00,430 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.5: 9cc97772263eee4e3251ae5f663546be 2018-09-04 13:00:00,431 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-09-04 13:00:00,454 - paramiko.transport - DEBUG - userauth is OK 2018-09-04 13:00:00,465 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-09-04 13:00:00,495 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-09-04 13:00:00,551 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-09-04 13:00:00,551 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-09-04 13:00:00,590 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-09-04 13:00:00,591 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-09-04 13:00:00,599 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-09-04 13:00:00,637 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-09-04 13:00:00,639 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-09-04 13:00:00,639 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-09-04 13:00:00,640 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-09-04 13:00:00,640 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-09-04 13:00:00,681 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-09-04 13:00:00,719 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-09-04 13:00:00,720 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-09-04 13:00:00,720 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-09-04 13:00:00,721 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-09-04 13:00:00,722 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-09-04 13:00:00,763 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-09-04 13:00:00,796 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-09-04 13:00:00,797 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-09-04 13:00:00,799 - paramiko.transport - DEBUG - starting thread (client mode): 0xc87b51d0L 2018-09-04 13:00:00,800 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-09-04 13:00:00,805 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-09-04 13:00:00,805 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-09-04 13:00:00,808 - 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-09-04 13:00:00,808 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-09-04 13:00:00,809 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-09-04 13:00:00,809 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-09-04 13:00:00,809 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-09-04 13:00:00,809 - paramiko.transport - DEBUG - Compression agreed: none 2018-09-04 13:00:00,814 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-09-04 13:00:00,814 - paramiko.transport - DEBUG - Switch to new keys ... 2018-09-04 13:00:00,815 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.4: c84963e6f6b3309270d685dec5e42294 2018-09-04 13:00:00,816 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-09-04 13:00:00,853 - paramiko.transport - DEBUG - userauth is OK 2018-09-04 13:00:00,866 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-09-04 13:00:00,880 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-09-04 13:00:00,972 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-09-04 13:00:00,973 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-09-04 13:00:01,012 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-09-04 13:00:01,013 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-09-04 13:00:01,050 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-09-04 13:00:01,085 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-09-04 13:00:01,086 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-09-04 13:00:01,087 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-09-04 13:00:01,088 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-09-04 13:00:01,088 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-09-04 13:00:01,129 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-09-04 13:00:01,167 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-09-04 13:00:01,168 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-09-04 13:00:01,169 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-09-04 13:00:01,170 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-09-04 13:00:01,170 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-09-04 13:00:01,211 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-09-04 13:00:01,244 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-09-04 13:00:01,245 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-09-04 13:00:01,248 - paramiko.transport - DEBUG - starting thread (client mode): 0xc8758fd0L 2018-09-04 13:00:01,248 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-09-04 13:00:01,255 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-09-04 13:00:01,255 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-09-04 13:00:01,258 - 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-09-04 13:00:01,259 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-09-04 13:00:01,259 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-09-04 13:00:01,259 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-09-04 13:00:01,259 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-09-04 13:00:01,259 - paramiko.transport - DEBUG - Compression agreed: none 2018-09-04 13:00:01,264 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-09-04 13:00:01,265 - paramiko.transport - DEBUG - Switch to new keys ... 2018-09-04 13:00:01,279 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.9: 22b7de11b511efcb54512e07a6158b4d 2018-09-04 13:00:01,280 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-09-04 13:00:01,304 - paramiko.transport - DEBUG - userauth is OK 2018-09-04 13:00:01,316 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-09-04 13:00:01,344 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-09-04 13:00:01,413 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-09-04 13:00:01,413 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-09-04 13:00:01,452 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-09-04 13:00:01,453 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-09-04 13:00:01,463 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-09-04 13:00:01,493 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-09-04 13:00:01,494 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-09-04 13:00:01,494 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-09-04 13:00:01,495 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-09-04 13:00:01,495 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-09-04 13:00:01,536 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-09-04 13:00:01,569 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-09-04 13:00:01,570 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-09-04 13:00:01,571 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-09-04 13:00:01,572 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-09-04 13:00:01,572 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-09-04 13:00:01,612 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-09-04 13:00:01,642 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-09-04 13:00:01,643 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-09-04 13:00:01,645 - paramiko.transport - DEBUG - starting thread (client mode): 0xc8808690L 2018-09-04 13:00:01,646 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-09-04 13:00:01,652 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-09-04 13:00:01,652 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-09-04 13:00:01,654 - 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-09-04 13:00:01,654 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-09-04 13:00:01,654 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-09-04 13:00:01,654 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-09-04 13:00:01,654 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-09-04 13:00:01,654 - paramiko.transport - DEBUG - Compression agreed: none 2018-09-04 13:00:01,659 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-09-04 13:00:01,660 - paramiko.transport - DEBUG - Switch to new keys ... 2018-09-04 13:00:01,661 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.7: 365b40749f5145a479795a893d087878 2018-09-04 13:00:01,662 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-09-04 13:00:01,699 - paramiko.transport - DEBUG - userauth is OK 2018-09-04 13:00:01,710 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-09-04 13:00:01,726 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-09-04 13:00:01,786 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-09-04 13:00:01,786 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-09-04 13:00:01,825 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-09-04 13:00:01,826 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-09-04 13:00:01,829 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-09-04 13:00:01,859 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-09-04 13:00:01,859 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-09-04 13:00:01,860 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-09-04 13:00:01,861 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-09-04 13:00:01,861 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-09-04 13:00:01,901 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-09-04 13:00:01,933 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-09-04 13:00:01,935 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-09-04 13:00:01,935 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-09-04 13:00:01,936 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-09-04 13:00:01,936 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-09-04 13:00:01,978 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-09-04 13:00:02,003 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-09-04 13:00:02,004 - functest.utils.functest_utils - DEBUG - Executing command: 'rm -rf /tmp/sdnvpn-logs/;mkdir -p /tmp/sdnvpn-logs/' 2018-09-04 13:00:02,009 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-09-04 13:00:02,032 - paramiko.transport - DEBUG - [chan 3] Max packet in: 32768 bytes 2018-09-04 13:00:02,033 - paramiko.transport - DEBUG - [chan 3] Max packet out: 32768 bytes 2018-09-04 13:00:02,033 - paramiko.transport - DEBUG - Secsh channel 3 opened. 2018-09-04 13:00:02,036 - paramiko.transport - DEBUG - [chan 3] Sesch channel 3 request ok 2018-09-04 13:00:02,067 - paramiko.transport.sftp - INFO - [chan 3] Opened sftp connection (server version 3) 2018-09-04 13:00:02,067 - paramiko.transport.sftp - DEBUG - [chan 3] open('/tmp/fetch-log-script.sh', 'wb') 2018-09-04 13:00:02,069 - paramiko.transport.sftp - DEBUG - [chan 3] open('/tmp/fetch-log-script.sh', 'wb') -> 00000000 2018-09-04 13:00:02,070 - paramiko.transport.sftp - DEBUG - [chan 3] close(00000000) 2018-09-04 13:00:02,072 - paramiko.transport.sftp - DEBUG - [chan 3] stat('/tmp/fetch-log-script.sh') 2018-09-04 13:00:02,074 - paramiko.transport - DEBUG - [chan 4] Max packet in: 32768 bytes 2018-09-04 13:00:02,074 - paramiko.transport - DEBUG - [chan 4] Max packet out: 32768 bytes 2018-09-04 13:00:02,075 - paramiko.transport - DEBUG - Secsh channel 4 opened. 2018-09-04 13:00:02,078 - paramiko.transport - DEBUG - [chan 3] EOF sent (3) 2018-09-04 13:00:02,080 - paramiko.transport - DEBUG - [chan 4] Sesch channel 4 request ok 2018-09-04 13:00:02,080 - paramiko.transport - DEBUG - Ignoring message for dead channel 3 2018-09-04 13:00:02,080 - paramiko.transport - DEBUG - Ignoring message for dead channel 3 2018-09-04 13:00:02,081 - paramiko.transport - DEBUG - Ignoring message for dead channel 3 2018-09-04 13:00:05,780 - paramiko.transport - DEBUG - [chan 4] EOF received (4) 2018-09-04 13:00:05,783 - paramiko.transport - DEBUG - [chan 5] Max packet in: 32768 bytes 2018-09-04 13:00:05,784 - paramiko.transport - DEBUG - [chan 4] EOF sent (4) 2018-09-04 13:00:05,786 - paramiko.transport - DEBUG - [chan 5] Max packet out: 32768 bytes 2018-09-04 13:00:05,786 - paramiko.transport - DEBUG - Secsh channel 5 opened. 2018-09-04 13:00:05,829 - paramiko.transport - DEBUG - [chan 5] Sesch channel 5 request ok 2018-09-04 13:00:05,859 - paramiko.transport.sftp - INFO - [chan 5] Opened sftp connection (server version 3) 2018-09-04 13:00:05,860 - paramiko.transport.sftp - DEBUG - [chan 5] stat('/tmp/log_output.tar.gz') 2018-09-04 13:00:05,861 - paramiko.transport.sftp - DEBUG - [chan 5] open('/tmp/log_output.tar.gz', 'rb') 2018-09-04 13:00:05,862 - paramiko.transport.sftp - DEBUG - [chan 5] open('/tmp/log_output.tar.gz', 'rb') -> 00000000 2018-09-04 13:00:05,972 - paramiko.transport.sftp - DEBUG - [chan 5] close(00000000) 2018-09-04 13:00:05,973 - functest.utils.functest_utils - DEBUG - Executing command: 'mkdir -p /tmp/sdnvpn-logs/' 2018-09-04 13:00:05,987 - 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-09-04 13:00:06,178 - paramiko.transport - DEBUG - [chan 3] Max packet in: 32768 bytes 2018-09-04 13:00:06,178 - paramiko.transport - DEBUG - [chan 3] Max packet out: 32768 bytes 2018-09-04 13:00:06,179 - paramiko.transport - DEBUG - Secsh channel 3 opened. 2018-09-04 13:00:06,181 - paramiko.transport - DEBUG - [chan 3] Sesch channel 3 request ok 2018-09-04 13:00:06,218 - paramiko.transport.sftp - INFO - [chan 3] Opened sftp connection (server version 3) 2018-09-04 13:00:06,218 - paramiko.transport.sftp - DEBUG - [chan 3] open('/tmp/fetch-log-script.sh', 'wb') 2018-09-04 13:00:06,220 - paramiko.transport.sftp - DEBUG - [chan 3] open('/tmp/fetch-log-script.sh', 'wb') -> 00000000 2018-09-04 13:00:06,221 - paramiko.transport.sftp - DEBUG - [chan 3] close(00000000) 2018-09-04 13:00:06,222 - paramiko.transport.sftp - DEBUG - [chan 3] stat('/tmp/fetch-log-script.sh') 2018-09-04 13:00:06,223 - paramiko.transport - DEBUG - [chan 4] Max packet in: 32768 bytes 2018-09-04 13:00:06,224 - paramiko.transport - DEBUG - [chan 4] Max packet out: 32768 bytes 2018-09-04 13:00:06,224 - paramiko.transport - DEBUG - Secsh channel 4 opened. 2018-09-04 13:00:06,226 - paramiko.transport - DEBUG - [chan 3] EOF sent (3) 2018-09-04 13:00:06,227 - paramiko.transport - DEBUG - [chan 4] Sesch channel 4 request ok 2018-09-04 13:00:06,228 - paramiko.transport - DEBUG - Ignoring message for dead channel 3 2018-09-04 13:00:06,228 - paramiko.transport - DEBUG - Ignoring message for dead channel 3 2018-09-04 13:00:06,229 - paramiko.transport - DEBUG - Ignoring message for dead channel 3 2018-09-04 13:00:14,924 - paramiko.transport - DEBUG - [chan 4] EOF received (4) 2018-09-04 13:00:14,927 - paramiko.transport - DEBUG - [chan 5] Max packet in: 32768 bytes 2018-09-04 13:00:14,927 - paramiko.transport - DEBUG - [chan 4] EOF sent (4) 2018-09-04 13:00:14,929 - paramiko.transport - DEBUG - [chan 5] Max packet out: 32768 bytes 2018-09-04 13:00:14,929 - paramiko.transport - DEBUG - Secsh channel 5 opened. 2018-09-04 13:00:14,970 - paramiko.transport - DEBUG - [chan 5] Sesch channel 5 request ok 2018-09-04 13:00:14,999 - paramiko.transport.sftp - INFO - [chan 5] Opened sftp connection (server version 3) 2018-09-04 13:00:15,000 - paramiko.transport.sftp - DEBUG - [chan 5] stat('/tmp/log_output.tar.gz') 2018-09-04 13:00:15,001 - paramiko.transport.sftp - DEBUG - [chan 5] open('/tmp/log_output.tar.gz', 'rb') 2018-09-04 13:00:15,003 - paramiko.transport.sftp - DEBUG - [chan 5] open('/tmp/log_output.tar.gz', 'rb') -> 00000000 2018-09-04 13:00:15,126 - paramiko.transport.sftp - DEBUG - [chan 5] close(00000000) 2018-09-04 13:00:15,128 - functest.utils.functest_utils - DEBUG - Executing command: 'mkdir -p /tmp/sdnvpn-logs/' 2018-09-04 13:00:15,144 - 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-09-04 13:00:15,435 - paramiko.transport - DEBUG - [chan 3] Max packet in: 32768 bytes 2018-09-04 13:00:15,436 - paramiko.transport - DEBUG - [chan 3] Max packet out: 32768 bytes 2018-09-04 13:00:15,437 - paramiko.transport - DEBUG - Secsh channel 3 opened. 2018-09-04 13:00:15,440 - paramiko.transport - DEBUG - [chan 3] Sesch channel 3 request ok 2018-09-04 13:00:15,473 - paramiko.transport.sftp - INFO - [chan 3] Opened sftp connection (server version 3) 2018-09-04 13:00:15,473 - paramiko.transport.sftp - DEBUG - [chan 3] open('/tmp/fetch-log-script.sh', 'wb') 2018-09-04 13:00:15,475 - paramiko.transport.sftp - DEBUG - [chan 3] open('/tmp/fetch-log-script.sh', 'wb') -> 00000000 2018-09-04 13:00:15,476 - paramiko.transport.sftp - DEBUG - [chan 3] close(00000000) 2018-09-04 13:00:15,478 - paramiko.transport.sftp - DEBUG - [chan 3] stat('/tmp/fetch-log-script.sh') 2018-09-04 13:00:15,479 - paramiko.transport - DEBUG - [chan 4] Max packet in: 32768 bytes 2018-09-04 13:00:15,480 - paramiko.transport - DEBUG - [chan 4] Max packet out: 32768 bytes 2018-09-04 13:00:15,480 - paramiko.transport - DEBUG - Secsh channel 4 opened. 2018-09-04 13:00:15,482 - paramiko.transport - DEBUG - [chan 3] EOF sent (3) 2018-09-04 13:00:15,483 - paramiko.transport - DEBUG - [chan 4] Sesch channel 4 request ok 2018-09-04 13:00:15,484 - paramiko.transport - DEBUG - Ignoring message for dead channel 3 2018-09-04 13:00:15,484 - paramiko.transport - DEBUG - Ignoring message for dead channel 3 2018-09-04 13:00:15,485 - paramiko.transport - DEBUG - Ignoring message for dead channel 3 2018-09-04 13:00:20,792 - paramiko.transport - DEBUG - [chan 4] EOF received (4) 2018-09-04 13:00:20,795 - paramiko.transport - DEBUG - [chan 5] Max packet in: 32768 bytes 2018-09-04 13:00:20,795 - paramiko.transport - DEBUG - [chan 4] EOF sent (4) 2018-09-04 13:00:20,797 - paramiko.transport - DEBUG - [chan 5] Max packet out: 32768 bytes 2018-09-04 13:00:20,797 - paramiko.transport - DEBUG - Secsh channel 5 opened. 2018-09-04 13:00:20,838 - paramiko.transport - DEBUG - [chan 5] Sesch channel 5 request ok 2018-09-04 13:00:20,868 - paramiko.transport.sftp - INFO - [chan 5] Opened sftp connection (server version 3) 2018-09-04 13:00:20,869 - paramiko.transport.sftp - DEBUG - [chan 5] stat('/tmp/log_output.tar.gz') 2018-09-04 13:00:20,870 - paramiko.transport.sftp - DEBUG - [chan 5] open('/tmp/log_output.tar.gz', 'rb') 2018-09-04 13:00:20,871 - paramiko.transport.sftp - DEBUG - [chan 5] open('/tmp/log_output.tar.gz', 'rb') -> 00000000 2018-09-04 13:00:21,001 - paramiko.transport.sftp - DEBUG - [chan 5] close(00000000) 2018-09-04 13:00:21,003 - functest.utils.functest_utils - DEBUG - Executing command: 'mkdir -p /tmp/sdnvpn-logs/' 2018-09-04 13:00:21,019 - 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-09-04 13:00:21,290 - paramiko.transport - DEBUG - [chan 3] Max packet in: 32768 bytes 2018-09-04 13:00:21,291 - paramiko.transport - DEBUG - [chan 3] Max packet out: 32768 bytes 2018-09-04 13:00:21,291 - paramiko.transport - DEBUG - Secsh channel 3 opened. 2018-09-04 13:00:21,294 - paramiko.transport - DEBUG - [chan 3] Sesch channel 3 request ok 2018-09-04 13:00:21,320 - paramiko.transport.sftp - INFO - [chan 3] Opened sftp connection (server version 3) 2018-09-04 13:00:21,321 - paramiko.transport.sftp - DEBUG - [chan 3] open('/tmp/fetch-log-script.sh', 'wb') 2018-09-04 13:00:21,323 - paramiko.transport.sftp - DEBUG - [chan 3] open('/tmp/fetch-log-script.sh', 'wb') -> 00000000 2018-09-04 13:00:21,324 - paramiko.transport.sftp - DEBUG - [chan 3] close(00000000) 2018-09-04 13:00:21,325 - paramiko.transport.sftp - DEBUG - [chan 3] stat('/tmp/fetch-log-script.sh') 2018-09-04 13:00:21,327 - paramiko.transport - DEBUG - [chan 4] Max packet in: 32768 bytes 2018-09-04 13:00:21,327 - paramiko.transport - DEBUG - [chan 4] Max packet out: 32768 bytes 2018-09-04 13:00:21,327 - paramiko.transport - DEBUG - Secsh channel 4 opened. 2018-09-04 13:00:21,329 - paramiko.transport - DEBUG - [chan 3] EOF sent (3) 2018-09-04 13:00:21,330 - paramiko.transport - DEBUG - [chan 4] Sesch channel 4 request ok 2018-09-04 13:00:21,331 - paramiko.transport - DEBUG - Ignoring message for dead channel 3 2018-09-04 13:00:21,331 - paramiko.transport - DEBUG - Ignoring message for dead channel 3 2018-09-04 13:00:21,331 - paramiko.transport - DEBUG - Ignoring message for dead channel 3 2018-09-04 13:00:21,452 - paramiko.transport - DEBUG - [chan 4] EOF received (4) 2018-09-04 13:00:21,453 - paramiko.transport - DEBUG - [chan 4] EOF sent (4) 2018-09-04 13:00:21,454 - paramiko.transport - DEBUG - [chan 5] Max packet in: 32768 bytes 2018-09-04 13:00:21,455 - paramiko.transport - DEBUG - [chan 5] Max packet out: 32768 bytes 2018-09-04 13:00:21,455 - paramiko.transport - DEBUG - Secsh channel 5 opened. 2018-09-04 13:00:21,497 - paramiko.transport - DEBUG - [chan 5] Sesch channel 5 request ok 2018-09-04 13:00:21,524 - paramiko.transport.sftp - INFO - [chan 5] Opened sftp connection (server version 3) 2018-09-04 13:00:21,524 - paramiko.transport.sftp - DEBUG - [chan 5] stat('/tmp/log_output.tar.gz') 2018-09-04 13:00:21,525 - paramiko.transport.sftp - DEBUG - [chan 5] open('/tmp/log_output.tar.gz', 'rb') 2018-09-04 13:00:21,526 - paramiko.transport.sftp - DEBUG - [chan 5] open('/tmp/log_output.tar.gz', 'rb') -> 00000000 2018-09-04 13:00:21,532 - paramiko.transport.sftp - DEBUG - [chan 5] close(00000000) 2018-09-04 13:00:21,533 - functest.utils.functest_utils - DEBUG - Executing command: 'mkdir -p /tmp/sdnvpn-logs/' 2018-09-04 13:00:21,549 - 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-09-04 13:00:21,573 - paramiko.transport - DEBUG - [chan 3] Max packet in: 32768 bytes 2018-09-04 13:00:21,574 - paramiko.transport - DEBUG - [chan 3] Max packet out: 32768 bytes 2018-09-04 13:00:21,574 - paramiko.transport - DEBUG - Secsh channel 3 opened. 2018-09-04 13:00:21,576 - paramiko.transport - DEBUG - [chan 3] Sesch channel 3 request ok 2018-09-04 13:00:21,605 - paramiko.transport.sftp - INFO - [chan 3] Opened sftp connection (server version 3) 2018-09-04 13:00:21,606 - paramiko.transport.sftp - DEBUG - [chan 3] open('/tmp/fetch-log-script.sh', 'wb') 2018-09-04 13:00:21,607 - paramiko.transport.sftp - DEBUG - [chan 3] open('/tmp/fetch-log-script.sh', 'wb') -> 00000000 2018-09-04 13:00:21,608 - paramiko.transport.sftp - DEBUG - [chan 3] close(00000000) 2018-09-04 13:00:21,609 - paramiko.transport.sftp - DEBUG - [chan 3] stat('/tmp/fetch-log-script.sh') 2018-09-04 13:00:21,612 - paramiko.transport - DEBUG - [chan 4] Max packet in: 32768 bytes 2018-09-04 13:00:21,613 - paramiko.transport - DEBUG - [chan 4] Max packet out: 32768 bytes 2018-09-04 13:00:21,613 - paramiko.transport - DEBUG - Secsh channel 4 opened. 2018-09-04 13:00:21,619 - paramiko.transport - DEBUG - [chan 3] EOF sent (3) 2018-09-04 13:00:21,620 - paramiko.transport - DEBUG - [chan 4] Sesch channel 4 request ok 2018-09-04 13:00:21,621 - paramiko.transport - DEBUG - Ignoring message for dead channel 3 2018-09-04 13:00:21,621 - paramiko.transport - DEBUG - Ignoring message for dead channel 3 2018-09-04 13:00:21,622 - paramiko.transport - DEBUG - Ignoring message for dead channel 3 2018-09-04 13:00:21,758 - paramiko.transport - DEBUG - [chan 4] EOF received (4) 2018-09-04 13:00:21,759 - paramiko.transport - DEBUG - [chan 4] EOF sent (4) 2018-09-04 13:00:21,760 - paramiko.transport - DEBUG - [chan 5] Max packet in: 32768 bytes 2018-09-04 13:00:21,761 - paramiko.transport - DEBUG - [chan 5] Max packet out: 32768 bytes 2018-09-04 13:00:21,761 - paramiko.transport - DEBUG - Secsh channel 5 opened. 2018-09-04 13:00:21,802 - paramiko.transport - DEBUG - [chan 5] Sesch channel 5 request ok 2018-09-04 13:00:21,829 - paramiko.transport.sftp - INFO - [chan 5] Opened sftp connection (server version 3) 2018-09-04 13:00:21,829 - paramiko.transport.sftp - DEBUG - [chan 5] stat('/tmp/log_output.tar.gz') 2018-09-04 13:00:21,830 - paramiko.transport.sftp - DEBUG - [chan 5] open('/tmp/log_output.tar.gz', 'rb') 2018-09-04 13:00:21,832 - paramiko.transport.sftp - DEBUG - [chan 5] open('/tmp/log_output.tar.gz', 'rb') -> 00000000 2018-09-04 13:00:21,839 - paramiko.transport.sftp - DEBUG - [chan 5] close(00000000) 2018-09-04 13:00:21,840 - functest.utils.functest_utils - DEBUG - Executing command: 'mkdir -p /tmp/sdnvpn-logs/' 2018-09-04 13:00:21,856 - 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-09-04 13:00:21,884 - functest.utils.functest_utils - DEBUG - Executing command: 'cd /home/opnfv/functest/results;tar czvf sdnvpn-logs-overall.tar.gz /tmp/sdnvpn-logs/' 2018-09-04 13:00:23,409 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-09-04 13:00:23,409 - xtesting.ci.run_tests - INFO - Test result: +-------------------+-----------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+-----------------+------------------+----------------+ | bgpvpn | sdnvpn | 38:39 | FAIL | +-------------------+-----------------+------------------+----------------+ 2018-09-04 13:00:23,416 - xtesting.ci.run_tests - ERROR - The test case 'bgpvpn' failed. 2018-09-04 13:00:23,417 - xtesting.ci.run_tests - INFO - Xtesting report: +-----------------------------+------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +-----------------------------+------------------------+------------------+------------------+----------------+ | doctor-notification | doctor | features | 04:41 | PASS | | bgpvpn | sdnvpn | features | 38:39 | FAIL | | functest-odl-sfc | sfc | features | 00:00 | SKIP | | barometercollectd | barometer | features | 00:00 | SKIP | | fds | fastdatastacks | features | 00:00 | SKIP | +-----------------------------+------------------------+------------------+------------------+----------------+ 2018-09-04 13:00:23,422 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_ERROR 2018-09-04 13:00:23,519 - paramiko.transport - DEBUG - EOF in transport thread 2018-09-04 13:00:23,617 - paramiko.transport - DEBUG - EOF in transport thread 2018-09-04 13:00:23,718 - paramiko.transport - DEBUG - EOF in transport thread 2018-09-04 13:00:23,818 - paramiko.transport - DEBUG - EOF in transport thread 2018-09-04 13:00:23,919 - paramiko.transport - DEBUG - EOF in transport thread 2018-09-04 13:00:24,015 - paramiko.transport - DEBUG - EOF in transport thread 2018-09-04 13:00:24,094 - paramiko.transport - DEBUG - EOF in transport thread 2018-09-04 13:00:24,217 - paramiko.transport - DEBUG - EOF in transport thread 2018-09-04 13:00:24,320 - paramiko.transport - DEBUG - EOF in transport thread 2018-09-04 13:00:24,419 - paramiko.transport - DEBUG - EOF in transport thread 2018-09-04 13:00:24,517 - paramiko.transport - DEBUG - EOF in transport thread 2018-09-04 13:00:24,616 - paramiko.transport - DEBUG - EOF in transport thread 2018-09-04 13:00:24,720 - paramiko.transport - DEBUG - EOF in transport thread 2018-09-04 13:00:24,824 - paramiko.transport - DEBUG - EOF in transport thread 2018-09-04 13:00:24,921 - paramiko.transport - DEBUG - EOF in transport thread 2018-09-04 13:00:25,019 - paramiko.transport - DEBUG - EOF in transport thread 2018-09-04 13:00:25,124 - paramiko.transport - DEBUG - EOF in transport thread 2018-09-04 13:00:25,222 - paramiko.transport - DEBUG - EOF in transport thread 2018-09-04 13:00:25,320 - paramiko.transport - DEBUG - EOF in transport thread 2018-09-04 13:00:25,421 - paramiko.transport - DEBUG - EOF in transport thread 2018-09-04 13:00:25,523 - paramiko.transport - DEBUG - EOF in transport thread 2018-09-04 13:00:25,621 - paramiko.transport - DEBUG - EOF in transport thread 2018-09-04 13:00:25,721 - paramiko.transport - DEBUG - EOF in transport thread 2018-09-04 13:00:25,820 - paramiko.transport - DEBUG - EOF in transport thread 2018-09-04 13:00:25,925 - paramiko.transport - DEBUG - EOF in transport thread 2018-09-04 13:00:26,024 - paramiko.transport - DEBUG - EOF in transport thread 2018-09-04 13:00:26,124 - paramiko.transport - DEBUG - EOF in transport thread 2018-09-04 13:00:26,222 - paramiko.transport - DEBUG - EOF in transport thread 2018-09-04 13:00:26,300 - paramiko.transport - DEBUG - EOF in transport thread 2018-09-04 13:00:26,384 - paramiko.transport - DEBUG - EOF in transport thread 2018-09-04 13:00:26,485 - paramiko.transport - DEBUG - EOF in transport thread 2018-09-04 13:00:26,547 - paramiko.transport - DEBUG - EOF in transport thread 2018-09-04 13:00:26,642 - paramiko.transport - DEBUG - EOF in transport thread 2018-09-04 13:01:05,531 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-fraser-275 | | 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-09-04 13:01:05,534 - 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=sMm7fUKQ9MBhjVpaGRpybdxGx export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.28,192.30.9.6 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.28: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.6 export OS_REGION_NAME=regionOne 2018-09-04 13:01:05,534 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-09-04 13:01:05,534 - xtesting.ci.run_tests - INFO - TESTS TO BE EXECUTED: +---------------+---------------+-----------------+---------------------+-------------------+ | TIERS | ORDER | CI LOOP | DESCRIPTION | TESTCASES | +---------------+---------------+-----------------+---------------------+-------------------+ +---------------+---------------+-----------------+---------------------+-------------------+ 2018-09-04 13:01:05,535 - 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-09-04 13:01:05,536 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_OK 2018-09-04 13:01:19,050 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-fraser-275 | | 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-09-04 13:01:19,053 - 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=sMm7fUKQ9MBhjVpaGRpybdxGx export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.28,192.30.9.6 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.28: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.6 export OS_REGION_NAME=regionOne 2018-09-04 13:01:19,053 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-09-04 13:01:19,054 - xtesting.ci.run_tests - INFO - TESTS TO BE EXECUTED: +---------------+---------------+-----------------+---------------------+-------------------+ | TIERS | ORDER | CI LOOP | DESCRIPTION | TESTCASES | +---------------+---------------+-----------------+---------------------+-------------------+ +---------------+---------------+-----------------+---------------------+-------------------+ 2018-09-04 13:01:19,054 - xtesting.ci.run_tests - INFO - Xtesting report: +-----------------------+-----------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +-----------------------+-----------------+------------------+------------------+----------------+ | parser-basics | parser | features | 00:00 | SKIP | +-----------------------+-----------------+------------------+------------------+----------------+ 2018-09-04 13:01:19,055 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_OK